From ab0b1f3cefedb35327a19ec1b6afd560bfdf802d Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Mon, 14 Sep 2015 23:08:02 -0400 Subject: Import supplements and repo reorganization --- cs284/cascade-size-distribution.pdf | Bin 5176 -> 0 bytes cs284/cascades2.pdf | Bin 22586 -> 0 bytes cs284/infection-dates.pdf | Bin 5102 -> 0 bytes cs284/lcc-dd.pdf | Bin 5384 -> 0 bytes cs284/lcc-newark.pdf | Bin 413254 -> 0 bytes cs284/ll.pdf | Bin 368308 -> 0 bytes cs284/main.bib | 64 - cs284/main.tex | 309 - cs284/sim23-mean-100.pdf | Bin 5047 -> 0 bytes cs284/sim23-mean-time.pdf | Bin 4940 -> 0 bytes cs284_poster/SEASLogo_CMYK_OnRed.eps | Bin 0 -> 628726 bytes cs284_poster/cascades.pdf | Bin 0 -> 20267 bytes cs284_poster/hmcposter.cls | 317 + cs284_poster/hmcthesisposter.cls | 44 + cs284_poster/lcc-newark.pdf | Bin 0 -> 413254 bytes cs284_poster/mean-100-sim2.pdf | Bin 0 -> 4787 bytes cs284_poster/poster.tex | 140 + cs284_poster/yale_newlogo_yaleblue.eps | 5515 + cs284_report/cascade-size-distribution.pdf | Bin 0 -> 5176 bytes cs284_report/cascades2.pdf | Bin 0 -> 22586 bytes cs284_report/infection-dates.pdf | Bin 0 -> 5102 bytes cs284_report/lcc-dd.pdf | Bin 0 -> 5384 bytes cs284_report/lcc-newark.pdf | Bin 0 -> 413254 bytes cs284_report/ll.pdf | Bin 0 -> 368308 bytes cs284_report/main.bib | 64 + cs284_report/main.tex | 309 + cs284_report/sim23-mean-100.pdf | Bin 0 -> 5047 bytes cs284_report/sim23-mean-time.pdf | Bin 0 -> 4940 bytes experiments/Makefile | 6 - experiments/README.txt | 47 - experiments/analyze.py | 4 - experiments/build/temp.macosx-10.6-x86_64-2.7/ml.o | Bin 326540 -> 0 bytes .../build/temp.macosx-10.6-x86_64-2.7/ml2.o | Bin 340864 -> 0 bytes .../build/temp.macosx-10.6-x86_64-2.7/ml3.o | Bin 275440 -> 0 bytes experiments/build_network.py | 58 - experiments/ml.c | 8353 - experiments/ml.pyx | 109 - experiments/ml.so | Bin 125136 -> 0 bytes experiments/ml2.c | 8422 - experiments/ml2.pyx | 95 - experiments/ml2.so | Bin 123652 -> 0 bytes experiments/ml3.c | 7774 - experiments/ml3.pyx | 91 - experiments/ml3.so | Bin 106596 -> 0 bytes experiments/new.py | 23 - experiments/old_stuff/dag_dat.csv | 253097 ------------ experiments/old_stuff/distances.py | 42 - experiments/old_stuff/el.csv | 366515 ------------------ experiments/old_stuff/main.py | 118 - experiments/old_stuff/matplotlibrc.bak | 25 - experiments/old_stuff/matplotlibrc.bak2 | 25 - experiments/old_stuff/matplotlibrc.bak3 | 25 - experiments/old_stuff/plot.py | 21 - experiments/old_stuff/results.txt | 3680 - experiments/old_stuff/results2.txt | 5223 - experiments/old_stuff/results3.txt | 2499 - experiments/old_stuff/vics.csv | 8238 - experiments/out.log | 125 - experiments/out2.log | 125 - experiments/plot3d.py | 23 - experiments/process.py | 63 - experiments/setup.py | 12 - experiments/setup2.py | 12 - experiments/setup3.py | 12 - hawkes/README.txt | 7 - hawkes/cause.py | 72 - hawkes/data.py | 71 - hawkes/main.py | 151 - hawkes/plot.py | 26 - hawkes/refine.py | 70 - hawkes/sanity.py | 16 - hawkes_experiments/README.txt | 7 + hawkes_experiments/cause.py | 72 + hawkes_experiments/data.py | 71 + hawkes_experiments/main.py | 151 + hawkes_experiments/plot.py | 26 + hawkes_experiments/refine.py | 70 + hawkes_experiments/sanity.py | 16 + ic_experiments/Makefile | 6 + ic_experiments/README.txt | 47 + ic_experiments/analyze.py | 4 + .../build/temp.macosx-10.6-x86_64-2.7/ml.o | Bin 0 -> 326540 bytes .../build/temp.macosx-10.6-x86_64-2.7/ml2.o | Bin 0 -> 340864 bytes .../build/temp.macosx-10.6-x86_64-2.7/ml3.o | Bin 0 -> 275440 bytes ic_experiments/build_network.py | 58 + ic_experiments/ml.c | 8353 + ic_experiments/ml.pyx | 109 + ic_experiments/ml.so | Bin 0 -> 125136 bytes ic_experiments/ml2.c | 8422 + ic_experiments/ml2.pyx | 95 + ic_experiments/ml2.so | Bin 0 -> 123652 bytes ic_experiments/ml3.c | 7774 + ic_experiments/ml3.pyx | 91 + ic_experiments/ml3.so | Bin 0 -> 106596 bytes ic_experiments/new.py | 23 + ic_experiments/old_stuff/dag_dat.csv | 253097 ++++++++++++ ic_experiments/old_stuff/distances.py | 42 + ic_experiments/old_stuff/el.csv | 366515 ++++++++++++++++++ ic_experiments/old_stuff/main.py | 118 + ic_experiments/old_stuff/matplotlibrc.bak | 25 + ic_experiments/old_stuff/matplotlibrc.bak2 | 25 + ic_experiments/old_stuff/matplotlibrc.bak3 | 25 + ic_experiments/old_stuff/plot.py | 21 + ic_experiments/old_stuff/results.txt | 3680 + ic_experiments/old_stuff/results2.txt | 5223 + ic_experiments/old_stuff/results3.txt | 2499 + ic_experiments/old_stuff/vics.csv | 8238 + ic_experiments/out.log | 125 + ic_experiments/out2.log | 125 + ic_experiments/plot3d.py | 23 + ic_experiments/process.py | 63 + ic_experiments/setup.py | 12 + ic_experiments/setup2.py | 12 + ic_experiments/setup3.py | 12 + ic_theory/main.tex | 397 + poster/SEASLogo_CMYK_OnRed.eps | Bin 628726 -> 0 bytes poster/cascades.pdf | Bin 20267 -> 0 bytes poster/hmcposter.cls | 317 - poster/hmcthesisposter.cls | 44 - poster/lcc-newark.pdf | Bin 413254 -> 0 bytes poster/mean-100-sim2.pdf | Bin 4787 -> 0 bytes poster/poster.tex | 140 - poster/yale_newlogo_yaleblue.eps | 5515 - supplements/background.png | Bin 0 -> 120272 bytes supplements/hawkes-diagram.png | Bin 0 -> 99332 bytes supplements/main.tex | 171 + theory/main.tex | 397 - theory/warmup.tex | 119 - 128 files changed, 672232 insertions(+), 672180 deletions(-) delete mode 100644 cs284/cascade-size-distribution.pdf delete mode 100644 cs284/cascades2.pdf delete mode 100644 cs284/infection-dates.pdf delete mode 100644 cs284/lcc-dd.pdf delete mode 100644 cs284/lcc-newark.pdf delete mode 100644 cs284/ll.pdf delete mode 100644 cs284/main.bib delete mode 100644 cs284/main.tex delete mode 100644 cs284/sim23-mean-100.pdf delete mode 100644 cs284/sim23-mean-time.pdf create mode 100644 cs284_poster/SEASLogo_CMYK_OnRed.eps create mode 100644 cs284_poster/cascades.pdf create mode 100644 cs284_poster/hmcposter.cls create mode 100644 cs284_poster/hmcthesisposter.cls create mode 100644 cs284_poster/lcc-newark.pdf create mode 100644 cs284_poster/mean-100-sim2.pdf create mode 100644 cs284_poster/poster.tex create mode 100644 cs284_poster/yale_newlogo_yaleblue.eps create mode 100644 cs284_report/cascade-size-distribution.pdf create mode 100644 cs284_report/cascades2.pdf create mode 100644 cs284_report/infection-dates.pdf create mode 100644 cs284_report/lcc-dd.pdf create mode 100644 cs284_report/lcc-newark.pdf create mode 100644 cs284_report/ll.pdf create mode 100644 cs284_report/main.bib create mode 100644 cs284_report/main.tex create mode 100644 cs284_report/sim23-mean-100.pdf create mode 100644 cs284_report/sim23-mean-time.pdf delete mode 100644 experiments/Makefile delete mode 100644 experiments/README.txt delete mode 100644 experiments/analyze.py delete mode 100644 experiments/build/temp.macosx-10.6-x86_64-2.7/ml.o delete mode 100644 experiments/build/temp.macosx-10.6-x86_64-2.7/ml2.o delete mode 100644 experiments/build/temp.macosx-10.6-x86_64-2.7/ml3.o delete mode 100644 experiments/build_network.py delete mode 100644 experiments/ml.c delete mode 100644 experiments/ml.pyx delete mode 100755 experiments/ml.so delete mode 100644 experiments/ml2.c delete mode 100644 experiments/ml2.pyx delete mode 100755 experiments/ml2.so delete mode 100644 experiments/ml3.c delete mode 100644 experiments/ml3.pyx delete mode 100755 experiments/ml3.so delete mode 100644 experiments/new.py delete mode 100644 experiments/old_stuff/dag_dat.csv delete mode 100644 experiments/old_stuff/distances.py delete mode 100644 experiments/old_stuff/el.csv delete mode 100644 experiments/old_stuff/main.py delete mode 100644 experiments/old_stuff/matplotlibrc.bak delete mode 100644 experiments/old_stuff/matplotlibrc.bak2 delete mode 100644 experiments/old_stuff/matplotlibrc.bak3 delete mode 100644 experiments/old_stuff/plot.py delete mode 100644 experiments/old_stuff/results.txt delete mode 100644 experiments/old_stuff/results2.txt delete mode 100644 experiments/old_stuff/results3.txt delete mode 100644 experiments/old_stuff/vics.csv delete mode 100644 experiments/out.log delete mode 100644 experiments/out2.log delete mode 100644 experiments/plot3d.py delete mode 100644 experiments/process.py delete mode 100644 experiments/setup.py delete mode 100644 experiments/setup2.py delete mode 100644 experiments/setup3.py delete mode 100644 hawkes/README.txt delete mode 100644 hawkes/cause.py delete mode 100644 hawkes/data.py delete mode 100644 hawkes/main.py delete mode 100644 hawkes/plot.py delete mode 100644 hawkes/refine.py delete mode 100644 hawkes/sanity.py create mode 100644 hawkes_experiments/README.txt create mode 100644 hawkes_experiments/cause.py create mode 100644 hawkes_experiments/data.py create mode 100644 hawkes_experiments/main.py create mode 100644 hawkes_experiments/plot.py create mode 100644 hawkes_experiments/refine.py create mode 100644 hawkes_experiments/sanity.py create mode 100644 ic_experiments/Makefile create mode 100644 ic_experiments/README.txt create mode 100644 ic_experiments/analyze.py create mode 100644 ic_experiments/build/temp.macosx-10.6-x86_64-2.7/ml.o create mode 100644 ic_experiments/build/temp.macosx-10.6-x86_64-2.7/ml2.o create mode 100644 ic_experiments/build/temp.macosx-10.6-x86_64-2.7/ml3.o create mode 100644 ic_experiments/build_network.py create mode 100644 ic_experiments/ml.c create mode 100644 ic_experiments/ml.pyx create mode 100755 ic_experiments/ml.so create mode 100644 ic_experiments/ml2.c create mode 100644 ic_experiments/ml2.pyx create mode 100755 ic_experiments/ml2.so create mode 100644 ic_experiments/ml3.c create mode 100644 ic_experiments/ml3.pyx create mode 100755 ic_experiments/ml3.so create mode 100644 ic_experiments/new.py create mode 100644 ic_experiments/old_stuff/dag_dat.csv create mode 100644 ic_experiments/old_stuff/distances.py create mode 100644 ic_experiments/old_stuff/el.csv create mode 100644 ic_experiments/old_stuff/main.py create mode 100644 ic_experiments/old_stuff/matplotlibrc.bak create mode 100644 ic_experiments/old_stuff/matplotlibrc.bak2 create mode 100644 ic_experiments/old_stuff/matplotlibrc.bak3 create mode 100644 ic_experiments/old_stuff/plot.py create mode 100644 ic_experiments/old_stuff/results.txt create mode 100644 ic_experiments/old_stuff/results2.txt create mode 100644 ic_experiments/old_stuff/results3.txt create mode 100644 ic_experiments/old_stuff/vics.csv create mode 100644 ic_experiments/out.log create mode 100644 ic_experiments/out2.log create mode 100644 ic_experiments/plot3d.py create mode 100644 ic_experiments/process.py create mode 100644 ic_experiments/setup.py create mode 100644 ic_experiments/setup2.py create mode 100644 ic_experiments/setup3.py create mode 100644 ic_theory/main.tex delete mode 100644 poster/SEASLogo_CMYK_OnRed.eps delete mode 100644 poster/cascades.pdf delete mode 100644 poster/hmcposter.cls delete mode 100644 poster/hmcthesisposter.cls delete mode 100644 poster/lcc-newark.pdf delete mode 100644 poster/mean-100-sim2.pdf delete mode 100644 poster/poster.tex delete mode 100644 poster/yale_newlogo_yaleblue.eps create mode 100644 supplements/background.png create mode 100644 supplements/hawkes-diagram.png create mode 100644 supplements/main.tex delete mode 100644 theory/main.tex delete mode 100644 theory/warmup.tex diff --git a/cs284/cascade-size-distribution.pdf b/cs284/cascade-size-distribution.pdf deleted file mode 100644 index 2de5ae2..0000000 Binary files a/cs284/cascade-size-distribution.pdf and /dev/null differ diff --git a/cs284/cascades2.pdf b/cs284/cascades2.pdf deleted file mode 100644 index ea0cdd3..0000000 Binary files a/cs284/cascades2.pdf and /dev/null differ diff --git a/cs284/infection-dates.pdf b/cs284/infection-dates.pdf deleted file mode 100644 index 860675c..0000000 Binary files a/cs284/infection-dates.pdf and /dev/null differ diff --git a/cs284/lcc-dd.pdf b/cs284/lcc-dd.pdf deleted file mode 100644 index eb75de4..0000000 Binary files a/cs284/lcc-dd.pdf and /dev/null differ diff --git a/cs284/lcc-newark.pdf b/cs284/lcc-newark.pdf deleted file mode 100644 index ed12e3e..0000000 Binary files a/cs284/lcc-newark.pdf and /dev/null differ diff --git a/cs284/ll.pdf b/cs284/ll.pdf deleted file mode 100644 index 3e36cf9..0000000 Binary files a/cs284/ll.pdf and /dev/null differ diff --git a/cs284/main.bib b/cs284/main.bib deleted file mode 100644 index 98ecd8e..0000000 --- a/cs284/main.bib +++ /dev/null @@ -1,64 +0,0 @@ -@article{papachristos2014tragic, - title={Tragic, but not random: The social contagion of nonfatal gunshot injuries}, - author={Papachristos, Andrew V and Wildeman, Christopher and Roberto, Elizabeth}, - journal={Social Science \& Medicine}, - year={2014}, - publisher={Elsevier} -} - -@article{papachristos2014exposure, - title={Network Exposure and Homicide Victimization in an African American Community}, - author={Papachristos, Andrew V and Christopher Wildeman}, - journal={American Journal of Public Health}, - year={2014}, - volume={104}, - number={1} -} - -@inproceedings{cheng2014cascades, - title={Can cascades be predicted?}, - author={Cheng, Justin and Adamic, Lada and Dow, P Alex and Kleinberg, Jon Michael and Leskovec, Jure}, - booktitle={Proceedings of the 23rd international conference on World wide web}, - pages={925--936}, - year={2014}, - organization={International World Wide Web Conferences Steering Committee} -} - -@article{gomez2012netinf, - title={Inferring networks of diffusion and influence}, - author={Gomez-Rodriguez, Manuel and Leskovec, Jure and Krause, Andreas}, - journal={ACM Transactions on Knowledge Discovery from Data (TKDD)}, - volume={5}, - number={4}, - pages={21}, - year={2012}, - publisher={ACM} -} - -@inproceedings{netrapalli2012learning, - title={Learning the graph of epidemic cascades}, - author={Netrapalli, Praneeth and Sanghavi, Sujay}, - booktitle={ACM SIGMETRICS Performance Evaluation Review}, - volume={40}, - number={1}, - pages={211--222}, - year={2012}, - organization={ACM} -} - -@article{rodriguez2011uncovering, - title={Uncovering the temporal dynamics of diffusion networks}, - author={Gomez-Rodriguez, Manuel and Balduzzi, David and Sch{\"o}lkopf, Bernhard}, - journal={arXiv preprint arXiv:1105.0697}, - year={2011} -} - - @inproceedings{KKT03, - author = {David Kempe and - Jon M. Kleinberg and - {\'E}va Tardos}, - title = {Maximizing the spread of influence through a social network}, - booktitle = {KDD}, - year = {2003}, - pages = {137-146}, - } diff --git a/cs284/main.tex b/cs284/main.tex deleted file mode 100644 index 4bfbd25..0000000 --- a/cs284/main.tex +++ /dev/null @@ -1,309 +0,0 @@ -\documentclass[10pt]{article} -\usepackage[utf8]{inputenc} -\usepackage{graphicx} -\usepackage{subcaption} -\usepackage{booktabs} -\usepackage{amsmath,amsfonts,amsthm} -\usepackage{algorithm, algpseudocode} -\DeclareMathOperator{\E}{\mathbb{E}} -\let\P\relax -\DeclareMathOperator{\P}{\mathbb{P}} -\newcommand{\ex}[1]{\E\left[#1\right]} -\newcommand{\prob}[1]{\P\left[#1\right]} -\newcommand{\eqdef}{\mathbin{\stackrel{\rm def}{=}}} -\DeclareMathOperator*{\argmax}{argmax} -\algrenewcommand\algorithmicrequire{\textbf{Input:}} -\algrenewcommand\algorithmicensure{\textbf{Output:}} - -\title{Identifying Cascades of Violence} -\author{Ben Green \and Thibaut Horel} -\date{December 8, 2014} - -\begin{document} - -\maketitle - -\section{Introduction} -Most discussions of violence evaluate crime in broad terms: this neighborhood is dangerous, that population is at risk. Yet such dialogue fails to explain why some people living in the same areas and with similar traits are shot while others are not. - -Recent studies of of criminal behavior have shown that violence is highly concentrated in small subsets of the population – not a neighborhood or social group, but a social network. In Chicago, a network with only 6\% of the population contains 70\% of the city’s non-fatal gunshot victims \cite{papachristos2014tragic}. The same study also found that one’s risk of being shot depends significantly on the number of gunshot victims in his or her neighborhood in the network. These and similar results imply that network analyses of crime and violence are critical in gaining a more nuanced understanding how violence clusters and spreads. - -Yet these snapshots of violence in social networks do not explain how or why observed patterns occur. Our goal in this study is to to consider dynamic processes among criminals to answer the followng question: - -\emph{What does data on criminal behavior reveal about how violence spreads in a social network?} - -We know from previous work that violence is clustered in criminal networks \cite{papachristos2014tragic, papachristos2014exposure}, implying that social processes may play a role in spreading violence. If this is the case, we expect to observe incidents of violence spreading through the network as an epidemic, similar to infections of a virus spreading through a population. - -Identifying patterns of violent behavior will reveal new insights about how to prevent it. Rather than targeting a broad demographic of people or even an entire social network, law enforcement and social services could pinpoint a small group of individuals who are at risk of violence or who they expect to spread it widely. - -Note however that a cascade of violence does not refer to direct propagation through the network, such as individual $u$ shoots individual $v$, who then later shoots individual $w$. Instead, we view the spread of violence as a more indirect process mediated by peer influence and exposure to risky situations. - -The main contributions of this work are as follows: -\begin{itemize} -\item by comparing simulated data to ground truth data, we both corroborate prior work on the importance of peer influence in the spread of violence as well as give evidence for its cascade-like nature. -\item we discuss and propose a model for cascades of violence in criminal networks. In contrast to previous models of influence cascades, our model captures factors specific to the spread of violence and is able to incorporate our domain-specific data. -\item we design an algorithm to recover the most likely cascades under our cascade model. -\item finally, we conducted preliminary analyses on the cascades identified by this algorithm in our data. -\end{itemize} - -\section{Previous Research on Influence Cascades} - -The Internet, and online social networks in particular, generate vast quantities of data that reflect the social processes of information diffusion. These include users sharing content on Facebook or Twitter and news sources reporting the same information. Data about these events are valuable for identifying trends, but can also be used to study the structure of social interactions behind information propagation. - -Since the seminal work of Kempe, Kleinberg, and Tardos \cite{kkt03}, there has been a large body of work proposing and exploiting models for influence propagation. - -In \cite{gomez2012netinf}, the authors developed a maximum likelihood model to infer the network underlying a set of cascades. They know the times that nodes were infected, and use this to infer which other nodes could have caused this infection. From this they can accurately generate the whole network. Similar models and algorithms are used in \cite{netrapalli2012learning, rodriguez2011uncovering}. - -Our problem is similar to these network inference problems but flips the question slightly. Instead of using infection times to infer the underlying network, we use infection times and the network to infer cascades. Another extension our work makes is to use additional data about the nodes beyond just their infection time. - -Another area of research is analyzing cascades to understand their structure and predict which are likely to be large. This is a very important task, since in certain situations (such as epidemics) a rare but very large cascade could have disastrous consequences. The authors of \cite{cheng2014cascades} developed many metrics for evaluating cascades, and used these to classify cascades in progress based on how large they are expected to grow. - -Applying these techniques to our data will enable us to analyze the structure of violence cascades to parse the social processes at play. Further work would allow us to identify which cascades are likely to become large, and should therefore be targeted by law enforcement and social services. - -\section{Data} -Our data consists of police records from the City of Chicago, IL between 2006 and 2014 and contains: -\begin{itemize} -\item Arrest records -\item Demographic data -\item Victims and dates of non-fatal gunshots -\end{itemize} - -Every person arrested during the study period represents a node. We generate a co-offending network by assigning edges between all pairs of individuals who have been arrested together. We define infection as being the victim of a gunshot. This yields a network similar (albeit much larger) to the one shown in Figure \ref{fig:lcc-newark}. - -\begin{figure} -\centering -\includegraphics[width=.8\textwidth]{lcc-newark} -\caption{The largest connected component with labeled victims of the co-offending network in Newark, NJ.} -\label{fig:lcc-newark} -\end{figure} - -We fist decomposed the network into disjoint connected components which yielded 233,854 components, only one of which has more than 100 nodes. A summary of statistics for the co-offending network and its largest connected component can be found in Table~\ref{tab:data}. This distribution of infections provides a first hint for a contagion effect of violence: the largest connected component contains 31\% of the nodes but 74\% of the gunshot victims. - -\begin{table}[t] - \centering - \setlength{\tabcolsep}{5pt} - \begin{tabular}{rlll} - \toprule - & Nodes & Edges & Victims \\ - \midrule - Entire network & 396,042 & 415,454 & 11,206 \\ - Largest component & 123,506 & 366,514 & 8,237 \\ - \bottomrule -\end{tabular} -\caption{Summary of statistics for the co-offending network and its largest connected component.} -\label{tab:data} -\end{table} - -The largest connected component also is a small-world network. We plotted its degree distribution and observed that it approximately follows a power-law distribution (Figure \ref{fig:lcc-dd}). Furthermore, the largest connected component has a clustering coefficient of 0.43 and an average path length of 8.47. In comparison, an Erd\H{o}s-Réyni graph of the same size has a clustering coefficient of 0.000043 and an average path length of 6.78. Since the largest connected component has much larger clustering and only a slightly larger average path length, it is a small-world network. - -\begin{figure} -\centering -\includegraphics[width=.7\textwidth]{lcc-dd} -\caption{The degree distribution of the LCC appears to follow a power-law distribution.} -\label{fig:lcc-dd} -\end{figure} - -The largest connected component is the only one large enough for analysis, so we will henceforth refer to it as our network and ignore the other components. - -As with any network study, co-offending networks do not provide a perfect picture of all social interactions. There are clearly many social connections that do not lead to shared arrests. Yet research has shown that most individuals who co-offend also associate with one another in other contexts \cite{papachristos2014tragic}. We posit that co-offending networks networks are therefore a conservative, yet reliable, estimate of association between individuals. - -\section{Simulating Cascades} -As a first test for evidence of violence cascades, we considered how likely it would be to observe our data if all infections occurred independently without any influence process. By simulating infections in the network under the assumption of independent infection times, we can compare our data to a null model. - -We developed three methods to simulate independent infections: -\begin{enumerate} -\item Assume that every uninfected node has a small probability to become infected each day: $n_{victims}/(n_{nodes} \cdot n_{days})$. We calculated this value such that at the end of the study period we will have, in expectation, the same number of infected nodes as the data with uniform infection rates across the study period. -\item Take the same set of infected nodes as the data, and assign each an infection date taken uniformly at random from the entire study period. -\item Take the same set of infected nodes and infection dates as the data, and shuffle the matching between nodes and dates by randomly assigning a date to each infected node. -\end{enumerate} - -The first simulation method makes no assumptions about who is likely to be infected or when. The second accounts for non-uniform likelihoods of certain nodes to become infected. This is suggested by the data since, for example, victim nodes in the data have mean degree above that of the entire network. - -The third simulation method builds on the second by maintaining the same infection dates as well as the same victim nodes. This accounts for the nonuniform probability of being infected at different times during the study period. Previous studies have shown that violence peaks during the summer and declines during the winter, a seasonality that our data corroborates (Figure \ref{fig:inf-dates}). This third simulation method, then, allows us to ask the following question: given that certain people are more likely to be infected and that more infections occur at certain times of the year, do we still observe evidence for violence spreading through the network as a contagion? - -\begin{figure} -\centering -\includegraphics[width=.75\textwidth]{infection-dates} -\caption{Violence peaks in the summer and declines in the winter. Day 1 is the date of the first observed infection: February 8, 2006.} -\label{fig:inf-dates} -\end{figure} - -We evaluated three metrics of how clustered infection times are in the data and simulations: -\begin{enumerate} -\item The mean time between infections for all pairs of infected neighbors (nodes in the network that are both infected and have an edge between them). (547.6 days in the data) -\item The median time between infections for all pairs of infected neighbors. (378 days) -\item What fraction of infected neighbors were infected within 100 days of each other. (0.18) -\end{enumerate} - -Because we have the same set of infected nodes in the data and all simulations, the number of infected neighbor pairs is almost identical in all cases. This ensures that we are considering samples of the same size when measuring these distributions. - -We generated 200 study periods using simulation methods 2 and 3. As expected, infected neighbors become infected closer together in time in simulation 3 than in simulation 2. Yet in both cases we did not see results that could have generated the data (Figure \ref{fig:sims}). The mean and median time between infections was smaller than occurred in any simulation, and there were many more pairs infected within 100 days of each other. This implies that the observed pattern of infections between neighbors could not have occurred without some social dependence or interaction. - -\begin{figure} -\centering -\begin{subfigure}[b]{0.495\textwidth} -\includegraphics[width=\textwidth]{sim23-mean-time} -\end{subfigure} -\begin{subfigure}[b]{0.495\textwidth} -\includegraphics[width=\textwidth]{sim23-mean-100} -\end{subfigure} -\caption{Time between neighbor infections in simulation 2 (green) and simulation 3 (blue) versus the data (red).} -\label{fig:sims} -\end{figure} - -Finally, we ran our algorithm for cascade recovery (see Section~\ref{sec:recover}) to recover cascades from one instance of the second simulation. This only identified five cascades, the largest of which contained only 4 nodes. This is to be contrasted to the cascades we recovered in our dataset and is yet another evidence of the cascade-like nature of the spread of violence observed in our dataset. - -\section{Model} - -We first define a probabilistic model for the propagation of violence along a single edge, and then describe the probabilistic model for the cascades of violence. - -\subsection{Pairwise Propagation and Time Model} - -For a pair $(u, v)$ of victims nodes such that $t_u < t_v$, we model the probability of propagation along the \emph{directed} edge $e = (u,v)$ as $p_e = p_s\cdot p_h\cdot p_t$ where: -\begin{itemize} -\item $p_t$ is the \emph{temporal component}: network cascades are inherently time-dependent, and it is typical to assume that the probability of infection from $u$ to $v$ is a decreasing function of the difference in infection times $\Delta t=t_v-t_u$. Here, we chose a power law model: -\begin{displaymath} -p_t(\Delta t) = \frac{\gamma-1}{\alpha}\cdot\frac{1}{\left(1+\frac{\Delta t}{\alpha}\right)^{\gamma}} -\end{displaymath} -where the parameter $\alpha$ controls for the decay rate of the temporal component as the difference in infection times increases. -We deferred to future work the analysis of other time models such as an exponential or a Rayleigh model. -The probability of infection along an edge $(u,v)$ where $t_u > t_v$ is $0$. -For all tests described in this paper we used the value $\gamma = 1.01$. - -\item $p_h$ is the \emph{homophily component}. Because we have more data about each node than just its time of infection, we are able to estimate how likely one node is to infect another based on how similar the two nodes are. We assume that infections are more likely to occur between similar nodes, since these individuals are more likely to interact with one another or be exposed to the same risks. We will calculate the homophily between each pair of nodes using cosine similarity. -\item $p_s$ is the \emph{structural component}. In two 2014 papers, Papachristos showed that the contagion effects of gun violence are not restricted to the neighbors of a gunshot victim \cite{papachristos2014tragic, papachristos2014exposure}. In cascade terms, even if a node's immediate neighbors are not infected it is still at risk of being infected via indirect exposure by infected nodes two or three hops away in the network. Using the values calculated in \cite{papachristos2014tragic, papachristos2014exposure}, we define $p_s$ as follows: -\begin{equation*} -p_s = \begin{cases} - 0 & \text{if } d(u,v) \geq 4 \\ - 0.15\cdot 0.57^{1-d_{u,v}} & \text{otherwise} \\ - \end{cases} -\end{equation*} -where $d_{u,v}$ denotes the shortest path distance between $u$ and $v$ in the co-offending network. This structural component also accounts for the fact that we might have a partial view of the underlying social network: the co-offending network only reveals some of the edges of the ``true'' social network and the structural component defined above has the effect of adding edges to the co-offending network with a probability decaying exponentially as the distance in the original network increases. -\end{itemize} - -The interpretation of the temporal component requires some precision. The infection from $u$ to $v$ can be seen as a two-step process: -\begin{itemize} -\item first choose whether or not an infection is going to occur according to a Bernouilli variable of parameter $p_s\cdot p_h$. -\item then if an infection occurs, an \emph{incubation period} $\Delta t$ is drawn from the probabilistic model given by the temporal component. The infection of $v$ will occur at the end of the incubation period: $t_v = t_u + \Delta t$. -\end{itemize} -In particular, this allows us to define the probability that we do not observe an infection between a victim node $u$ and a non-victim node $v$ during our observation period. Let us denote by $t_{max}$ the time at which we stopped our observation, then: -\begin{equation} -\label{eq:pnot} -\begin{split} - \tilde{p}_{u, v} \eqdef\prob{u \text{ does not infect } v} &= 1 - p_s\cdot p_h + p_s\cdot p_h \prob{t_u + \Delta t > t_{max}}\\ - &= 1 - p_s\cdot p_h(1- \prob{t_u + \Delta t > t_{max}}) - \end{split} -\end{equation} -The term $1- \prob{t_u + \Delta t > t_{max}}$ can simply be interpreted as the probability that the infection time of $v$ falls within our observation period. For the probabilistic temporal model defined above, this can be computed explicitly: -\begin{align*} -1- \prob{t_u + \Delta t > t_{max}} &= \prob{\Delta t \leq t_{max} - t_u}\\ -&= \int_{0}^{t_{max}-t_u}\frac{\gamma-1}{\alpha}\cdot\frac{1}{\left(1+\frac{\Delta t}{\alpha}\right)^{\gamma}} = 1 - \frac{1}{\left(1+\frac{t_{max} - t_u}{\alpha}\right)^{\gamma}} -\end{align*} - -\subsection{Cascade Model} \label{sec:cascade-model} - -The pairwise propagation model defined in the previous section naturally orients the edges of the co-offending network: an edge is oriented from $u$ to $v$ if the infection $t_u$ is smaller than $t_v$, and edges are always oriented from infected nodes to non infected nodes (since their infection time would then have to be larger than $t_{max}$). Furthermore, because of the structural component, we are considering more edges than there are in the original network: for any vertex $u$ within a radius three of $v$ we have an edge from $u$ to $v$ if $t_u< t_v$ or if $v$ is not infected. - -We first note that the resulting directed graph is acyclic. Indeed, assume that there was a cycle $(u_1,\ldots, u_k, u_1)$, then by definition of the temporal model we would have $t_1 < t_2 < \ldots t_k < t_1$ which is a contradiction. We will henceforth denote by $D$ this directed acyclic graph (DAG). We considered three models to describe cascades occuring withing $D$: -\begin{itemize} -\item \emph{DAG cascades}: in this model, we simply define a cascade as a subgraph of $D$ which forms a DAG. In particular, a cascade can have several seed nodes and a node can have multiple parents. This model is similar to the independent cascade model of \cite{kkt03}, the main differences being that new seed nodes can appear at any time (instead of solely at the initial time) and that cascades do not overlap. -\item \emph{tree cascades}: in this model, a cascade is defined as a subgraph of $D$ which forms a tree. This implies that each cascade has a single seed node, the root, and that each infected node only has one parent. A similar model can be found in \cite{gomez2012netinf}, but as we discuss below, we had to model the probability of spawning a new cascade differently. -\item \emph{hybrid model}: in this model a cascade has a single seed node, but we remove the constraint that an infected node has at most one parent. A cascade is thus a subgraph of $D$ which forms a DAG with a single source. -\end{itemize} - -Even though we believe that the hybrid model better captures reality, we focused on the tree model in this work because of its simplicity. We defer the analysis of the hybrid model to future work. - -Let us now consider a set of cascades in the tree model, we can write this set as $\mathcal{T} = (T_1,\ldots, T_m)$ where $T_i$, $1\leq i\leq m$ are vertex disjoint trees. In order to define the probability of occurrence of this set of cascades, we need a probabilistic model for the spawn of a new cascade: each node can spontaneously initiate a new cascade of violence with probability $\beta$. This leads to the following probability of occurence for the cascades in $\mathcal{T}$: -\begin{displaymath} -\prob{\mathcal{T}\,|\, \alpha, \beta} = \prod_{i=1}^m \beta \prod_{e\in T_i} (1-\beta)p_e\prod_{e\in\delta(T_i)}(1-\beta)\tilde{p}_e -\end{displaymath} -where $\tilde{p}_e$ was defined in \eqref{eq:pnot} and where we define $\delta(T_i)$ to be the set of edges going from any node in $T_i$ to a non-infected node. Denoting by $E(\mathcal{T})$ the set of edges in $\mathcal{T}$ and by $\delta(\mathcal{T})$ the set of edges from any node in $\mathcal{T}$ to a non-infected node, this can be rewritten as: -\begin{displaymath} -\prob{\mathcal{T}\,|\, \alpha, \beta} = \beta^m(1-\beta)^{n-m}\prod_{e\in\mathcal{T}} p_e\prod_{e\in \delta(\mathcal{T})}\tilde{p}_e -\end{displaymath} -where $n$ is the total network of nodes $D$. - -\section{Recovering Cascades} \label{sec:recover} - -Given the probabilistic model described in the previous section, the problem of recovering cascades from the observed infection times can now be stated as a maximum likelihood estimation problem: -\begin{equation}\label{eq:prob} -\mathcal{T}^* = \argmax_{\mathcal{T}}\max_{\alpha, \beta}\prob{\mathcal{T}\,|\,\alpha, \beta} -\end{equation} -where the optimization is done over the model parameters ($\alpha$ and $\beta$) and over the set of feasible $\mathcal{T}$. It follows from our cascade model that $\mathcal{T}$ is feasible if and only if it comprises a set of directed edges between pairs of infected nodes such that each infected node has at most one predecessor. - -This suggests the following algorithm: for each infected node $v$, we have to decide whether or not we should consider it the root of a new cascade, or part of an already existing cascade. In the latter case, since $v$ can have at most one predecessor, we should select its most likely predecessor, that is, the predecessor $u$ for which $p_{u,v}$ is maximal among $u$'s predecessors. To decide between these two cases, we again consider which one is the most likely; for a predecessor $v$ of $u$ this amounts to the following comparison: -\begin{displaymath} -(1-\beta)p_{u,v} \geq \beta. -\end{displaymath} -By defining the threshold $\tau_{\beta} = \frac{\beta}{1-\beta}$, we see that it suffices to compare $p_{u,v}$ to the threshold value $\tau_{\beta}$. The full specification of the algorithm is given in Algorithm~\ref{alg:recover}. - -\begin{algorithm} -\caption{Cascade Recovering Algorithm} -\label{alg:recover} - \begin{algorithmic}[1] - \Require set $I$ of infected nodes, infection times $t_u$ for $u\in I$. Parameters $\alpha$, $\beta$ - \Ensure set $E$ of edges forming a forest of cascades - \Statex - \State $E\gets\emptyset$ - \State $\tau_{\beta}\gets \frac{\beta}{1-\beta}$ - \ForAll{$v\in I$} - \State $u\gets\argmax_{w}p_{w,v}$ - \If{$p_{u,v}\geq \tau_{\beta}$} - \State $E\gets E\cup\{(u.v)\}$ \Comment{$v$ was infected by $u$} - \Else - \State do nothing \Comment{$v$ spawned a new cascade} - \EndIf - \EndFor - \State return $S$ - \end{algorithmic} -\end{algorithm} - -It is interesting to note that as we decrease the value of $\beta$ relatively to the edge transmission probabilities, we will ``encourage'' more nodes to spawn new cascades rather than being infected by another infected node. Hence, we can see $\beta$ as a parameter controlling for the the size and number of cascades that we will recover. - -Based on the discussion above, for fixed values of $\alpha$ and $\beta$, Algorithm~\ref{alg:recover} solves the optimization problem \eqref{eq:prob} optimally. Thus, we are left with optimizing over $\alpha$ and $\beta$. Figure~\ref{fig:ll} shows the likelihood of the most likely set of cascades as a function of $\alpha$ and $\beta$. From this plot, we see that the function does not have any easy structure (like concavity) amenable to efficient optimization. Furthermore, it also presents many local minima which undermines the use of local search or gradient descent algorithms. As a consequence, we obtained the optimal values for $\alpha$ and $\beta$ through brute-force exploration of the parameter space. It seems that an analytical solution for $\alpha$ and $\beta$ could be obtained, but we defer this to future work. - -\begin{figure} -\centering -\includegraphics[width=1\textwidth]{ll} -\caption{Log-likelihood of the most likely set of cascades as a function of $\alpha$ and $\beta$} -\label{fig:ll} -\end{figure} - -\section{Analyzing Cascades} -We ran our algorithm to identify violence cascades for one set of parameters suggested by our analyses in Section \ref{sec:recover}: $\alpha = 40$ and $\beta = 0.055$. - -We return a set of 7,289 trees, 6,654 of which are isolated nodes. This means that we have 635 cascades in which a seed node infected at least one other node. The largest cascade contains 18 nodes. As shown in Figure \ref{fig:cascade-sizes}, the distribution of sizes returned by our algorithm follows a power law. This is in line with previous literature that has found cascade sizes to have this property \cite{cheng2014cascades}. - -\begin{figure} -\centering -\includegraphics[width=0.75\textwidth]{cascade-size-distribution} -\caption{The distribution of cascade sizes follows a power-law.} -\label{fig:cascade-sizes} -\end{figure} - -The two largest cascades are plotted in Figure \ref{fig:cascades}. We conducted some preliminary analyses of the individuals in the cascades to gain a deeper understanding of how demographics affects the spread of violence. In both cascades, all victims are African-American males and the age ranges for the two cascades are 16--26 and 17--30, respectively (looking at the two cascades from left to right). In the first cascade, 14 out of 18 nodes are in a gang--4 in one gang and 10 in another. In the second cascade, 9 out of 10 nodes are in a gang--6 in one and 3 in another. Hence, violence spreads both within and across gangs, but this preliminary analysis gives some evidence for a more likely intra-gang influence. Interestingly, the same gang is responsible for the sets of 10 and 6 individuals belonging to the same gang in each cascade. - -\begin{figure} -\centering -\includegraphics[width=\textwidth]{cascades2} -\caption{Two cascades returned by our algorithm. The seed nodes are marked in red. Edge thicknesses show the relative probability of transmission along the edge.} -\label{fig:cascades} -\end{figure} - -\section{Future Work} -There are many areas to conduct further research in this project. We describe these below, in approximate order of short- to long-term goals: - -\begin{itemize} -\item Further refine our model and try to gain better performance. -\item Perform a more extensive search over the parameter space of $\alpha, \beta$. If possible, derive an analytical solution for the maximum likelihood solution over $\alpha$ and $\beta$. We should also consider how our parameters used in the structural component $p_s$ affect results. -\item Evaluate how other temporal models influence our results. We can alter the scaling parameter $\gamma$ in the power-law model we have used so far, and also test Rayleigh and exponential time distributions. -\item Use the demographic data about each person in the network to build a similarity score between individuals. This homophily component will allow us to more accurately estimate infection propagation along edges (assuming that a node is more likely to infect nodes with similar rather than different characteristics, such as age and race). -\item Generate synthetic data and find sample data with which to test our model. One challenge of our present task is that there exists no ground truth for violence cascades (that is the point of our project!). But to trust the cascades we find in the data, we must first show that our algorithm returns accurate results for instances with a groundtruth. -\item Develop an algorithm for the DAG cascade model and the hybrid model described in section \ref{sec:cascade-model}. If it is possible to solve the optimization problem in those cases, then we can compare how the inferred cascades compare with those from our current model. -\item See whether or not we can use our cascade propagation model to predict the spread of violence. We could truncate our dataset to keep only nodes infected before a given date and try to predict the nodes that are going to be infected next. Another interesting analysis would be to predict which nodes will be the seeds of a cascade, and how large those cascades will be. -\item Develop a model to identify which nodes and edges are most crucial for the propagation of violence. In other words, develop a model to remove nodes from the network in order to cause the greatest decrease of violence. This is has been identified in the literature as the \textsc{firefighter} problem. -\end{itemize} - -\bibliographystyle{plain} -\bibliography{main} -\end{document} diff --git a/cs284/sim23-mean-100.pdf b/cs284/sim23-mean-100.pdf deleted file mode 100644 index 768ac5b..0000000 Binary files a/cs284/sim23-mean-100.pdf and /dev/null differ diff --git a/cs284/sim23-mean-time.pdf b/cs284/sim23-mean-time.pdf deleted file mode 100644 index 2b8ed6b..0000000 Binary files a/cs284/sim23-mean-time.pdf and /dev/null differ diff --git a/cs284_poster/SEASLogo_CMYK_OnRed.eps b/cs284_poster/SEASLogo_CMYK_OnRed.eps new file mode 100644 index 0000000..9abf2d9 Binary files /dev/null and b/cs284_poster/SEASLogo_CMYK_OnRed.eps differ diff --git a/cs284_poster/cascades.pdf b/cs284_poster/cascades.pdf new file mode 100644 index 0000000..fd8c3bb Binary files /dev/null and b/cs284_poster/cascades.pdf differ diff --git a/cs284_poster/hmcposter.cls b/cs284_poster/hmcposter.cls new file mode 100644 index 0000000..e7ce28a --- /dev/null +++ b/cs284_poster/hmcposter.cls @@ -0,0 +1,317 @@ +% \iffalse meta-comment +% +% hmcposter.cls -- LaTeX class to create posters +% +% Copyright (C) 2005-2012 Claire M. Connelly and +% the Department of Mathematics, Harvey Mudd College +% +% 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +% +% Contact: Claire Connelly +% Department of Mathematics +% Harvey Mudd College +% 1250 N. Dartmouth Ave. +% Claremont, CA 91711 +% +% $Id: hmcposter.cls 403 2012-08-21 20:10:23Z cmc $ +% +% \fi +%% +%% HMC Poster LaTeX class file. +%% + +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{hmcposter}[2012/08/21 HMC Mathematics LaTeX poster class] + +%%% Declare and set some options. + +%% Set up ifs for Clinic and thesis. +\newif\if@clinic +\@clinicfalse +\newif\if@thesis +\@thesisfalse + +%% Providing the clinic and thesis document-class options. +\DeclareOption{clinic}{\@clinictrue} +\DeclareOption{thesis}{\@thesistrue} + +\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} +%\ExecuteOptions{} +\ProcessOptions + +\LoadClass{article} + + +%% Include local configuration file, if any. +\InputIfFileExists{hmcposter.cfg}{}{} + +%% Set some dimensions for layout. +\setlength{\paperwidth}{48in} +\setlength{\paperheight}{36in} +\setlength{\textwidth}{45in} +\setlength{\textheight}{28in} +\setlength{\topmargin}{0.5in} +\setlength{\oddsidemargin}{0.75in} +\setlength{\evensidemargin}{\oddsidemargin} +\setlength{\topmargin}{0.5in} +\setlength{\headheight}{4in} +\setlength{\headsep}{0.5in} +\setlength{\footskip}{1in} +\setlength{\voffset}{0pt} +\setlength{\hoffset}{0pt} + +%% Require some packages. +\RequirePackage{ifthen} +\RequirePackage{mathpazo} +\RequirePackage[scaled=0.95]{helvet} +\renewcommand{\ttdefault}{pcr} +\RequirePackage{sectsty} +\RequirePackage[font=small,font=sf,labelfont=bf]{caption}[2005/06/28] +\RequirePackage{graphics} +\RequirePackage{color} +\definecolor{hmcgold}{cmyk}{0,0.2,0.5,0.3} +\definecolor{black}{rgb}{0,0,0} +\definecolor{dkblue}{rgb}{0,0,0.47} +\definecolor{green}{rgb}{0,1,0} +\RequirePackage{multicol} +\setlength{\columnsep}{1in} +\setlength{\columnseprule}{2pt} + +%% Redefine the named font sizes so we can keep most of the code +%% intact whilst still having larger type. + +\renewcommand{\LARGE}{\fontsize{72pt}{86pt}\selectfont} +\renewcommand{\Large}{\fontsize{64pt}{72pt}\selectfont} +\renewcommand{\large}{\fontsize{48pt}{60pt}\selectfont} +\renewcommand{\normalsize}{\fontsize{40pt}{44pt}\selectfont} +\renewcommand{\small}{\fontsize{30pt}{36pt}\selectfont} +\renewcommand{\footnotesize}{\fontsize{24pt}{30pt}\selectfont} + +%%% Define some new fields for use in the header/title. + +%% For a Clinic poster. +\if@clinic +\def\sponsor#1{\gdef\@sponsor{#1}} +\def\@sponsor{\@latex@warning@no@line{No \noexpand\sponsor given}} + +\def\sponsorlogo#1{\gdef\@sponsorlogo{#1}} +\def\@sponsorlogo{\@latex@warning@no@line{No \noexpand\sponsorlogo given}} + +\def\sponsorlogowidth#1{\gdef\@sponsorlogowidth{#1}} +\def\@sponsorlogowidth{2in} +\fi + +%% For a thesis poster. +\if@thesis +\def\class#1{\gdef\@class{#1}} +\def\@class{\@latex@warning@no@line{No \noexpand\class given}} + +\providecommand{\advisor}[1]{% + \gdef\@advisor{#1}} + +\providecommand{\reader}[1]{% + \gdef\@reader{#1}} +\fi + +%% Shared Definitions +\def\department#1{\gdef\@department{#1}} +\def\@department{\@latex@warning@no@line{No \noexpand\department given}} +\def\@department{\@latex@warning@no@line{No \noexpand\department given}} + +\def\posteryear#1{\gdef\@posteryear{#1}} +\def\@posteryear{\@latex@warning@no@line{No \noexpand\posteryear given}} + +\providecommand{\copyrightholder}[1]{% + \gdef\@copyrightholder{#1}} + + +%%% Set up the header. + +\newlength{\ignored@length} +\newcommand{\set@ess}[1]{% + \renewcommand{\and}{% + \global\def\@ess{s}% + }% + \global\def\@ess{}% + \settowidth{\ignored@length}{#1} +} +\newcommand{\@andcommaspace}{, } + + +%% Define a command to include the HMC Logo. +\DeclareRobustCommand{\@hmclogo}{% + \begin{minipage}{10.5in} + \resizebox{10in}{!}{\includegraphics{SEASLogo_CMYK_OnRed}} + \end{minipage} +} + + +%%% Set up the header for the poster. + +%% Use fancyhdr. +\RequirePackage{fancyhdr} + +%% Lay out the header +\pagestyle{fancy} +\fancyhf{} % Clear all fields. + +%% For Clinic +\if@clinic +\fancyhead[L]{\raisebox{2.5in}{\@hmclogo}} + +\ifthenelse{\isundefined\@sponsorlogo}{}{% + \fancyhead[R]{\resizebox{!}{\@sponsorlogowidth}{% + \includegraphics{\@sponsorlogo}}}} +\fi + +%% For thesis. +\if@thesis +\fancyhead[L]{\raisebox{1.5in}{\@hmclogo}} +\fancyhead[R]{\resizebox{7.5in}{!}{\includegraphics{yale_newlogo_yaleblue}}} +\fi + + +%% For Clinic +\if@clinic +\fancyhead[C]{% + \begin{center} + \color{black}\Large\textsf{\@posteryear\ \@sponsor\ \@department\ Clinic}\\% + \color{hmcgold}\fontsize{100pt}{120pt}\selectfont\textsf{\textbf{\@title}} + \end{center} +} + \fi + +%% For thesis +\if@thesis +\fancyhead[C]{% + \begin{center} + {\color{black}\Large\textsf{\@class}\\}% + {\color{dkblue}\fontsize{100pt}{120pt}\selectfont\textsf{\textbf{\@title}}\\[0.25em]} + {\color{black}\Large\textsf{\@author}\\[-0.5em]} + \end{center} +} +\fi + + +%% Define the footer. +\fancyfoot[R]{% + \ifthenelse{\isundefined{\@copyrightholder}}% + {}% Do nothing. + {\textcolor{black}{Copyright \copyright{}~\@posteryear\ + \@copyrightholder}} +} +\fancyfoot[L]{% + \ifthenelse{\isundefined{\@advisor}}% + {}% Do nothing. + {\textcolor{black}{% + \set@ess{\@advisor}% + \textbf{Advisor\@ess:} + \global\let\and\@andcommaspace + \@advisor% + } + }\quad% + \ifthenelse{\isundefined{\@reader}}% + {}% Do nothing. + {\textcolor{black}{% + \set@ess{\@reader}% + \textbf{Reader\@ess:} + \global\let\and\@andcommaspace + \@reader% + } + } +} +\renewcommand{\headrulewidth}{2pt} +\renewcommand{\footrulewidth}{2pt} + + + +%%% Colorize header and footer rules. +%%% +%%% This code taken from fancyhdr.sty; written by Piet van Oostrum. + +\newcommand{\@rulecolor}{hmcgold} + +\if@thesis +\renewcommand{\@rulecolor}{dkblue} +\fi + +\renewcommand{\footrule}{{\color{\@rulecolor}\if@fancyplain\let\footrulewidth\plainfootrulewidth\fi + \vskip-\footruleskip\vskip-\footrulewidth + \hrule\@width\headwidth\@height\footrulewidth\vskip\footruleskip}} +\renewcommand{\headrule}{{\color{\@rulecolor}\if@fancyplain\let\headrulewidth\plainheadrulewidth\fi + \hrule\@height\headrulewidth\@width\headwidth \vskip-\headrulewidth}} +%%% End code from fancyhdr.sty. + + +%%% Set color of vertical rules. +%%% +%%% This code is modified from the code in multicol.sty; written by +%%% Frank Mittelbach and part of standard LaTeX. +%%% +%%% It will probably break if the original routine is modified in +%%% future versions of multicol.sty, so be sure to check there. + +\renewcommand{\page@sofar}{% + \process@cols\mult@rightbox + {\ifvoid\count@ + \setbox\count@\hbox to\hsize{}% + \else + \wd\count@\hsize + \fi}% + \mult@info\z@ + {Column spec:\MessageBreak + (\the\multicol@leftmargin\space --> + \the\full@width\space = \the\hsize + \space x \the\col@number)% + }% +\ifvmode\else\errmessage{Multicol Error}\fi + \moveright\multicol@leftmargin + \hbox to\full@width{% + \process@cols\mult@gfirstbox{\box\count@ + \hss{\color{\@rulecolor}\vrule\@width\columnseprule}\hss}% + \box\mult@rightbox + \rlap{\phantom p}% + }% +} +%%% End code from multicol.sty. + +\setlength{\multicolsep}{2em} + +\newenvironment{poster}{% +\thispagestyle{fancy} +%{\color{hmcgold}\rule{\textwidth}{2pt}} +\begin{multicols*}{3} +}% +{\end{multicols*} +} + + +\renewenvironment{figure} + {\def\@captype {figure}} + {} + +\renewenvironment{table} + {\def\@captype {table}} + {} + + +%%% Make section headers sans-serif. + +\allsectionsfont{\sffamily} + +%%% Suppress section numbering. +\renewcommand{\@seccntformat}[1]{\relax} + +\endinput diff --git a/cs284_poster/hmcthesisposter.cls b/cs284_poster/hmcthesisposter.cls new file mode 100644 index 0000000..2f44b42 --- /dev/null +++ b/cs284_poster/hmcthesisposter.cls @@ -0,0 +1,44 @@ +% \iffalse meta-comment +% +% hmcthesisposter.cls -- LaTeX shim class for creating posters +% +% Copyright (C) 2008 Claire M. Connelly and +% the Department of Mathematics, Harvey Mudd College +% +% 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +% +% Contact: Claire Connelly +% Department of Mathematics +% Harvey Mudd College +% 1250 N. Dartmouth Ave. +% Claremont, CA 91711 +% +% $Id: hmcthesisposter.cls 278 2008-04-21 19:22:31Z cmc $ +% +% \fi +%% +%% HMC Poster Shim LaTeX class file. +%% + +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{hmcthesisposter}[2008/04/21 Shim Poster Class] + +\ClassError{hmcthesisposter}{This document class is obsolete;\MessageBreak + use the hmcposter document class instead.}{% +Update your LaTeX source file to use\MessageBreak + \noexpand\documentclass[thesis]{hmcposter}\MessageBreak + and typeset it again.} + +\endinput diff --git a/cs284_poster/lcc-newark.pdf b/cs284_poster/lcc-newark.pdf new file mode 100644 index 0000000..ed12e3e Binary files /dev/null and b/cs284_poster/lcc-newark.pdf differ diff --git a/cs284_poster/mean-100-sim2.pdf b/cs284_poster/mean-100-sim2.pdf new file mode 100644 index 0000000..b8a45b7 Binary files /dev/null and b/cs284_poster/mean-100-sim2.pdf differ diff --git a/cs284_poster/poster.tex b/cs284_poster/poster.tex new file mode 100644 index 0000000..27f404a --- /dev/null +++ b/cs284_poster/poster.tex @@ -0,0 +1,140 @@ +%% Use the hmcposter class with the thesis document-class option. +\documentclass[thesis]{hmcposter} +\usepackage{algpseudocode} +\usepackage{algorithm} +\usepackage{graphicx} +\usepackage{natbib} +\usepackage{booktabs} +\usepackage{subfig} +\usepackage{amsmath} +\usepackage{textcomp} +\usepackage{url} + +\author{Ben Green and Thibaut Horel} + +\title{Identifying Cascades of Violence} + +\class{CS 284r: Social Data Mining} + +\advisor{Yaron Singer \and Andrew Papachristos} + +%% Define the \BibTeX command, used in our example document. +\providecommand{\bibtex}{{\rmfamily B\kern-.05em% + \textsc{i\kern-.025em b}\kern-.08em% + T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}} + + +\pagestyle{fancy} + +\begin{document} + +\begin{poster} + +\section{Introduction} + +Most discussions of violence evaluate crime in broad terms: this neighborhood is dangerous, that population is at risk. Yet recent studies of of criminal behavior have shown that crime and violence are highly concentrated in social networks rather than neighborhoods or demographic groups. + +\textbf{What does data on criminal behavior reveal about how violence spreads in a social network?} + +\begin{figure} +\begin{center} +\fbox{\includegraphics[width=13in]{lcc-newark}} +\caption{A co-offending criminal network with labeled victims.} +\vspace{-2em} +\end{center} +\end{figure} + +\section{Data} + +Our data consists of police records from the City of Chicago, IL between 2006 and 2014 and contains: + +\begin{itemize} +\item Arrest records +\item Demographic data +\item Victims and dates of non-fatal gunshots +\end{itemize} + +Every person arrested during the study period represents a node. We generate a co-offending network by assigning edges between all pairs of individuals who have been arrested together. We define infection as being the victim of a gunshot. + +The co-offending network contains 396,042 nodes and 415,454 edges. The largest connected component has 123,506 nodes and 366,514 edges, and is a small-world network. It contains 8,237 of the whole network's 11,206 victim nodes. + +\columnbreak + +\section{Simulating Cascades} + +We tested for evidence of violence cascades by simulating the data given independent infection time for all victims. Using the same set of victim nodes as the data, we sampled for each a random date from the study period using a uniform distribution. + +The plot below compares how many pairs of infected neighbors were infected within 100 days of each other for the simulations and data. The data has more such pairs of nodes than any simulation, implying that the observed data could not have been generated by independently occurring infections. + +\begin{figure} +\begin{center} +\fbox{\includegraphics[width=10in]{mean-100-sim2}} +\caption{Simulated infections (blue) versus the data (red).} +\end{center} +\end{figure} + +\section{Model} + +The probability of infection between $u$ (infected as $t_u$) and $v$ infected at $t_v$ is modeled as $p_e = p_s\cdot p_t$: +\begin{itemize} +\item structural component $p_s \propto \gamma^{d_{u,v}}$ where $d_{u,v}$ is the distance between $u$ and $v$ in the underlying network. +\item temporal component $p_t \propto \frac{1}{1 + \alpha (t_v - t_u)}$ +\end{itemize} +These probabilities define a directed acyclic graph $D$ along which the spread of violence can occur. + +Then, the cascades are modeled as a set of disjoint trees $\mathcal{T} = (T_1, \ldots T_m)$ whose probability of occuring is given by: +\begin{displaymath} +p(\mathcal{T}\;|\;\alpha, \beta) = \prod_{i=1}^m \beta(1-\beta)^{|T_1|}\prod_{e\in T_i} p_e\prod_{e\in\delta(T_i)} (1- p_s) +\end{displaymath} +\begin{itemize} +\item $\beta$ is the probability of a node becoming the root of a new cascade. +\item $\delta(T_i)$ is the set of edges from $T_i$ to non-victim nodes. +\end{itemize} +\columnbreak + +\section{Recovering cascades} + +Given our probabilistic model, we can recover the unobserved cascades by \emph{Maximum Likelihood Estimation}. + +For fixed values of $\alpha$ and $\beta$, the most likely cascades can be found by a simple algorithm: + +\vspace{0.5em} + +\begin{figure} +\begin{algorithmic}[1] + \ForAll{victim node $v$} + \State Consider its most likely parent $u$ + \If{$p_{u,v} > \text{threshold}$} + \State Include edge $(u,v)$ in the solution. + \Else + \State Consider $u$ to be the root of a new cascade + \EndIf + \EndFor +\end{algorithmic} +\vspace{1em} +\caption{Algorithm for cascade recovery by Maximum Likelihood Estimation} +\end{figure} + +\vspace{0.5em} + +where the threshold can be defined analytically as a function of $\beta$. Note that this algorithm enforces that all cascades are trees. + +This gives a function of $\alpha$ and $\beta$ whose maximum can then be found using a generic optimizer. + + + +\section{Analyzing Cascades} + +The algorithm described above returns a set of disjoint trees, whose union is all of the network's infected nodes. Each tree represents a distinct cascade. Below are two cascades inferred from the data. Further analysis of the cascades is forthcoming. + +\begin{figure} +\begin{center} +\fbox{\includegraphics[width=13in]{cascades}} +\caption{Sample cascades returned by our algorithm.} +\end{center} +\end{figure} + + +\end{poster} + +\end{document} \ No newline at end of file diff --git a/cs284_poster/yale_newlogo_yaleblue.eps b/cs284_poster/yale_newlogo_yaleblue.eps new file mode 100644 index 0000000..8fb53b8 --- /dev/null +++ b/cs284_poster/yale_newlogo_yaleblue.eps @@ -0,0 +1,5515 @@ +%!PS-Adobe-3.1 EPSF-3.0 +%ADO_DSC_Encoding: MacOS Roman +%%Title: yale_newlogo_yaleblue.eps +%%Creator: Adobe Illustrator(R) 13.0 +%%For: Julie Fry 1 +%%CreationDate: 9/26/08 +%%BoundingBox: 0 0 179 78 +%%HiResBoundingBox: 0 0 178.9580 77.3281 +%%CropBox: 0 0 178.9580 77.3281 +%%LanguageLevel: 2 +%%DocumentData: Clean7Bit +%ADOBeginClientInjection: DocumentHeader "AI11EPS" +%%AI8_CreatorVersion: 13.0.2 %AI9_PrintingDataBegin %ADO_BuildNumber: Adobe Illustrator(R) 13.0.2 x434 R agm 4.4379 ct 5.1039 %ADO_ContainsXMP: MainFirst %AI7_Thumbnail: 128 56 8 %%BeginData: 7428 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45FD57FF7E592829A9FD76FFA87E2F2F0606000606A9FD73FF7E5328 %28FD07067EFD71FF5328060600060006060600060053FD26FF2F282F282F %282F282F282F282F282F282F282F282F28A9FD09FFA8282F282F282F282F %282F282F282F282F282F2FFD18FF28002806060628060606280629FD27FF %0006000606060006060600060606000606060006000659FD09FF59060006 %00060006060600060606000600060006FD18FF7E532F2FFD0606010606FD %27FF592F2FFD0F0628285353A9FD09FFA953532829FD0B0629295353FD1C %FFA8FD07062FFD2AFFA82F0600060006060600FD04067EA8FD11FFA87E28 %06000606060006287EA8FD20FF7E000600FD0406FD2CFFA82F0628060606 %28060628FD17FF53280606062853FD23FFA80606280606062FFD2EFF2800 %060606010606067EFD16FF2F0006060653FD25FF060601FD0406FD2EFFA9 %28FD07062FFD15FF7EFD040653FD25FFA928FD050629FD2FFF5306000606 %0600060059FD14FFFD0506FD27FFFD0406000606FD30FF28280606062806 %0606FD13FF5328060606A9FD26FFA92906060628062FFD30FFA801060606 %010606062FFD11FFA80600060053FD28FFFD0406010606FD31FF5301FD07 %0684FD10FF5306060628A9FD27FFAF28FD05062FFD31FFA8060006060600 %06002FFD0FFF7E0006060653FD29FF060600FD0406FD32FF532806060628 %06060684FD0EFF2828060628FD2AFF2806280606062FFD33FFFD040601FD %0406FD0DFF590601060684FD2AFF060601FD0406FD33FFA8FD080653FD0C %FF2F06060653FD2AFFA928FD050629FD34FF2F0006060600060006A8FD0A %FF5300060006A8FD2BFFFD0406000606FD34FFA8290606062806060653FD %09FFAF0628060653FD12FFA9535A53595384A9FD11FFA92906060628062F %FD16FFA87E537E537E59A9FD17FF530606060106060600A8FD08FF280606 %0628FD10FFA82F2806060006000600282FA8FD10FFFD0406010606FD13FF %A853FD0406000606060128287EFD15FF28FD070628FD07FF7EFD0406A8FD %0EFFA853060601FD0A067EFD0EFFAF28FD05062FFD11FFAF2F06060601FD %0A062FA8FD13FF7E000606060006060653FD06FF280006002FFD0EFF5306 %000600282F532806000606060006007EFD0EFF060600FD0406FD10FF7E06 %060006062F53A87E59FD0406000600067EFD13FF53060606280606062FFD %05FF7E06280628A8FD0DFF2F0606280653FD04FF532806060628060606FD %0EFF2806280606062FFD0FFF5A0606062806A8FD06FF5306062806060629 %A8FD12FFA8060606010606060053FD04FF0606010653FD0DFF2806060600 %2FFD06FF530606060106060653FD0DFF060601FD0406FD0EFF5300FD0406 %FD09FF280601060606002FFD13FF53FD0806FFFFFF53FD0406FD0DFF2FFD %05067EFD07FF28FD06062FFD0CFFA928FD050629FD0DFF7EFD050684FD0A %FFFD07067EFD13FFFD04060006060628FFA8060006007EFD0CFF53060606 %000606FD08FF5300060606000606FD0DFFFD0406000606FD0CFFA8000606 %06002FFD0BFF5300060006060628FD13FF840606062806060628A8530628 %0653FD0DFF2F060606280653FD08FF7E28060606280606A8FD0BFFA92906 %060628062FFD0CFF2828060606287EFD0BFFA806062806060629A9FD13FF %2F000601060606002806060006A8FD0CFF590006060600062FFD08FFA9FD %0406010606A8FD0CFFFD0406010606FD0BFF7D0601FD0406FD0DFF060601 %060606007EFD13FFA828FD0A0653FD0DFF2806062F2F5A7EFD0AFF28FD06 %06A8FD0BFFAF28FD05062FFD0BFF2FFD050653FD08FFA9FFAFFFA92FFD06 %0653FD14FF2F06060600060606000606FD0EFFA884FD0FFF060600060606 %00A8FD0CFF060600FD0406FD0AFFA80006060600060628062806280628FD %06060006060600060059FD15FF0606062806060628067EFD1FFF28062806 %060628A8FD0CFF2806280606062FFD0AFF53280606062806060628060601 %28060606280606062806060628062853FD15FF7E060601060606002FFD20 %FF060601FD0406A8FD0CFF060601FD0406FD0AFF2F000606060106537E53 %7E53532F5353532F5353532F5353532F532F84FD16FF2FFD06062FFD1FFF %A928FD050628A8FD0BFFA928FD050629FD0AFFFD0706FD2CFFFD04060006 %002FFD20FFFD0406000606FD0DFFFD0406000606FD09FF7E060606000600 %28A8FD2BFF2F0606062806062FFD1DFFAF7E2828060606280628A9FD0BFF %A92906060628062FFD09FF7E06060628060628FD2CFFFD040601060053FD %1BFF7E2828000601060606010606FD0DFFFD0406010606FD09FF53060606 %01060628FD2CFF29FD06062FFD18FFA82F2F060600295328FD050628AFFD %0BFFAF28FD05062FFD09FF59FD060628FD2CFF0606000606060053FD15FF %A85329060600060659A8FF060600FD0406FD0DFF060600FD0406FD09FF2F %06000606060006A8FD2BFF2F0628060606282FFD13FF592F06280606062F %7EFD04FF28062806060629FD0DFF2806280606062FFD09FF5A0628060606 %2806A9FD2BFF0606010606060053FD10FF7E2F0606010600062884FD05FF %A9060601FD0406FD0DFF060601FD0406FD09FF530601060606010653FD2B %FF2FFD06062FFD0FFF84FD06062984FD07FF7EFD060628A9FD0BFFA928FD %050629FD09FF84FD070653FD2BFFFD04060006002FFD0FFF530006060600 %062FFD08FFA800060606000606FD0DFFFD0406000606FD09FFA806010600 %FD0406AFFD2AFF2F0606062806062FFD0FFF062806060628067EFD08FF84 %2806060628062FFD0CFFA92906060628062FFD0AFF280606280606062853 %FD2AFFFD040601060053FD0EFF7E060106060601067EFD08FFA8FD040601 %0606FD0DFFFD0406010606FD0AFF530006010606060006A8FD29FF29FD06 %062FFD0EFF7EFD070684FD08FFA8FD06062FFD0CFFAF28FD05062FFD0AFF %A828FD07062FFD11FFA8A9FD16FF0606000606060053FD0EFF5306060600 %06060659FD08FFA8060600FD0406FD0DFF060600FD0406FD0BFF28060606 %00060606002FFD0FFF590053FD16FF2F06280606062829FD0EFF7E060606 %2806060653FD08FF8406062806060628A9FD05FFA8FD06FF280628060606 %2FFD0CFF0606062806060628062FA8FD0BFFA953060606FD16FF06060106 %0606010659FD0DFF5306060601FD0406A9FD06FF7E280606010606060053 %FD04FF7E067EFD05FF060601FD0406FD0CFF7E000601060606010600062F %A9FD08FF5328000606A9FD15FF28FD0806287EFD0CFFA9FD0906A8FFFFFF %A82F060628FD0706537E7E2F0606A9FD04FF84FD060628A8FD0CFF53FD0B %062F537E537E5353FD040628FD13FFAF7D53060600060606000606060006 %287EA8FD0AFF2F000606060006060600292828000606FF28060606000606 %06000600060053FD04FF84280006060600060028A8FD0CFF530006000606 %0600060606000600060006000600062FFD10FF53532F2F06280606062806 %060628060606280606062928532FA8FD06FFA82906060628060606280606 %062829FFFF84060606280606062806060653FFFF535A2F06062806060628 %060606282F5953FD0AFF7E06280606062806060628060606280606062F7E %FD10FF7E0600060006000600060006000600060006000600060006000128 %FD07FF7E280006010606060106000653FD04FF590006010606060006067E %FFFF59060006000600060006000600060006000653FD0AFFA82806000600 %0606060106060600060659FD13FF2F532F532F532F532F532F532F532F53 %2F532F532F532F532F7EFD08FFAF59FD070659A9FD06FF7E28FD0406282F %FD04FFA92F532F532F532F532F532F532F532F532F84FD0CFF7E5328FD06 %062828537DFD3AFF7E7E537E7EFD0BFF7E7E537EA8FD27FFA87E597E7D7E %A8FD0AFFFF %%EndData +%ADOEndClientInjection: DocumentHeader "AI11EPS" +%%Pages: 1 +%%DocumentNeededResources: +%%DocumentSuppliedResources: procset Adobe_AGM_Image 1.0 0 +%%+ procset Adobe_CoolType_Utility_T42 1.0 0 +%%+ procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 +%%+ procset Adobe_CoolType_Core 2.31 0 +%%+ procset Adobe_AGM_Core 2.0 0 +%%+ procset Adobe_AGM_Utils 1.0 0 +%%DocumentFonts: +%%DocumentNeededFonts: +%%DocumentNeededFeatures: +%%DocumentSuppliedFeatures: +%%DocumentProcessColors: +%%DocumentCustomColors: (Yale Blue) +%%CMYKCustomColor: 1 0.7000 0.0500 0.3500 (Yale Blue) +%%RGBCustomColor: +%%EndComments + + + + + + +%%BeginDefaults +%%ViewingOrientation: 1 0 0 1 +%%EndDefaults +%%BeginProlog +%%BeginResource: procset Adobe_AGM_Utils 1.0 0 +%%Version: 1.0 0 +%%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved. +systemdict/setpacking known +{currentpacking true setpacking}if +userdict/Adobe_AGM_Utils 73 dict dup begin put +/bdf +{bind def}bind def +/nd{null def}bdf +/xdf +{exch def}bdf +/ldf +{load def}bdf +/ddf +{put}bdf +/xddf +{3 -1 roll put}bdf +/xpt +{exch put}bdf +/ndf +{ + exch dup where{ + pop pop pop + }{ + xdf + }ifelse +}def +/cdndf +{ + exch dup currentdict exch known{ + pop pop + }{ + exch def + }ifelse +}def +/gx +{get exec}bdf +/ps_level + /languagelevel where{ + pop systemdict/languagelevel gx + }{ + 1 + }ifelse +def +/level2 + ps_level 2 ge +def +/level3 + ps_level 3 ge +def +/ps_version + {version cvr}stopped{-1}if +def +/set_gvm +{currentglobal exch setglobal}bdf +/reset_gvm +{setglobal}bdf +/makereadonlyarray +{ + /packedarray where{pop packedarray + }{ + array astore readonly}ifelse +}bdf +/map_reserved_ink_name +{ + dup type/stringtype eq{ + dup/Red eq{ + pop(_Red_) + }{ + dup/Green eq{ + pop(_Green_) + }{ + dup/Blue eq{ + pop(_Blue_) + }{ + dup()cvn eq{ + pop(Process) + }if + }ifelse + }ifelse + }ifelse + }if +}bdf +/AGMUTIL_GSTATE 22 dict def +/get_gstate +{ + AGMUTIL_GSTATE begin + /AGMUTIL_GSTATE_clr_spc currentcolorspace def + /AGMUTIL_GSTATE_clr_indx 0 def + /AGMUTIL_GSTATE_clr_comps 12 array def + mark currentcolor counttomark + {AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 3 -1 roll put + /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 add def}repeat pop + /AGMUTIL_GSTATE_fnt rootfont def + /AGMUTIL_GSTATE_lw currentlinewidth def + /AGMUTIL_GSTATE_lc currentlinecap def + /AGMUTIL_GSTATE_lj currentlinejoin def + /AGMUTIL_GSTATE_ml currentmiterlimit def + currentdash/AGMUTIL_GSTATE_do xdf/AGMUTIL_GSTATE_da xdf + /AGMUTIL_GSTATE_sa currentstrokeadjust def + /AGMUTIL_GSTATE_clr_rnd currentcolorrendering def + /AGMUTIL_GSTATE_op currentoverprint def + /AGMUTIL_GSTATE_bg currentblackgeneration cvlit def + /AGMUTIL_GSTATE_ucr currentundercolorremoval cvlit def + currentcolortransfer cvlit/AGMUTIL_GSTATE_gy_xfer xdf cvlit/AGMUTIL_GSTATE_b_xfer xdf + cvlit/AGMUTIL_GSTATE_g_xfer xdf cvlit/AGMUTIL_GSTATE_r_xfer xdf + /AGMUTIL_GSTATE_ht currenthalftone def + /AGMUTIL_GSTATE_flt currentflat def + end +}def +/set_gstate +{ + AGMUTIL_GSTATE begin + AGMUTIL_GSTATE_clr_spc setcolorspace + AGMUTIL_GSTATE_clr_indx{AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 1 sub get + /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 sub def}repeat setcolor + AGMUTIL_GSTATE_fnt setfont + AGMUTIL_GSTATE_lw setlinewidth + AGMUTIL_GSTATE_lc setlinecap + AGMUTIL_GSTATE_lj setlinejoin + AGMUTIL_GSTATE_ml setmiterlimit + AGMUTIL_GSTATE_da AGMUTIL_GSTATE_do setdash + AGMUTIL_GSTATE_sa setstrokeadjust + AGMUTIL_GSTATE_clr_rnd setcolorrendering + AGMUTIL_GSTATE_op setoverprint + AGMUTIL_GSTATE_bg cvx setblackgeneration + AGMUTIL_GSTATE_ucr cvx setundercolorremoval + AGMUTIL_GSTATE_r_xfer cvx AGMUTIL_GSTATE_g_xfer cvx AGMUTIL_GSTATE_b_xfer cvx + AGMUTIL_GSTATE_gy_xfer cvx setcolortransfer + AGMUTIL_GSTATE_ht/HalftoneType get dup 9 eq exch 100 eq or + { + currenthalftone/HalftoneType get AGMUTIL_GSTATE_ht/HalftoneType get ne + { + mark AGMUTIL_GSTATE_ht{sethalftone}stopped cleartomark + }if + }{ + AGMUTIL_GSTATE_ht sethalftone + }ifelse + AGMUTIL_GSTATE_flt setflat + end +}def +/get_gstate_and_matrix +{ + AGMUTIL_GSTATE begin + /AGMUTIL_GSTATE_ctm matrix currentmatrix def + end + get_gstate +}def +/set_gstate_and_matrix +{ + set_gstate + AGMUTIL_GSTATE begin + AGMUTIL_GSTATE_ctm setmatrix + end +}def +/AGMUTIL_str256 256 string def +/AGMUTIL_src256 256 string def +/AGMUTIL_dst64 64 string def +/AGMUTIL_srcLen nd +/AGMUTIL_ndx nd +/AGMUTIL_cpd nd +/capture_cpd{ + //Adobe_AGM_Utils/AGMUTIL_cpd currentpagedevice ddf +}def +/thold_halftone +{ + level3 + {sethalftone currenthalftone} + { + dup/HalftoneType get 3 eq + { + sethalftone currenthalftone + }{ + begin + Width Height mul{ + Thresholds read{pop}if + }repeat + end + currenthalftone + }ifelse + }ifelse +}def +/rdcmntline +{ + currentfile AGMUTIL_str256 readline pop + (%)anchorsearch{pop}if +}bdf +/filter_cmyk +{ + dup type/filetype ne{ + exch()/SubFileDecode filter + }{ + exch pop + } + ifelse + [ + exch + { + AGMUTIL_src256 readstring pop + dup length/AGMUTIL_srcLen exch def + /AGMUTIL_ndx 0 def + AGMCORE_plate_ndx 4 AGMUTIL_srcLen 1 sub{ + 1 index exch get + AGMUTIL_dst64 AGMUTIL_ndx 3 -1 roll put + /AGMUTIL_ndx AGMUTIL_ndx 1 add def + }for + pop + AGMUTIL_dst64 0 AGMUTIL_ndx getinterval + } + bind + /exec cvx + ]cvx +}bdf +/filter_indexed_devn +{ + cvi Names length mul names_index add Lookup exch get +}bdf +/filter_devn +{ + 4 dict begin + /srcStr xdf + /dstStr xdf + dup type/filetype ne{ + 0()/SubFileDecode filter + }if + [ + exch + [ + /devicen_colorspace_dict/AGMCORE_gget cvx/begin cvx + currentdict/srcStr get/readstring cvx/pop cvx + /dup cvx/length cvx 0/gt cvx[ + Adobe_AGM_Utils/AGMUTIL_ndx 0/ddf cvx + names_index Names length currentdict/srcStr get length 1 sub{ + 1/index cvx/exch cvx/get cvx + currentdict/dstStr get/AGMUTIL_ndx/load cvx 3 -1/roll cvx/put cvx + Adobe_AGM_Utils/AGMUTIL_ndx/AGMUTIL_ndx/load cvx 1/add cvx/ddf cvx + }for + currentdict/dstStr get 0/AGMUTIL_ndx/load cvx/getinterval cvx + ]cvx/if cvx + /end cvx + ]cvx + bind + /exec cvx + ]cvx + end +}bdf +/AGMUTIL_imagefile nd +/read_image_file +{ + AGMUTIL_imagefile 0 setfileposition + 10 dict begin + /imageDict xdf + /imbufLen Width BitsPerComponent mul 7 add 8 idiv def + /imbufIdx 0 def + /origDataSource imageDict/DataSource get def + /origMultipleDataSources imageDict/MultipleDataSources get def + /origDecode imageDict/Decode get def + /dstDataStr imageDict/Width get colorSpaceElemCnt mul string def + imageDict/MultipleDataSources known{MultipleDataSources}{false}ifelse + { + /imbufCnt imageDict/DataSource get length def + /imbufs imbufCnt array def + 0 1 imbufCnt 1 sub{ + /imbufIdx xdf + imbufs imbufIdx imbufLen string put + imageDict/DataSource get imbufIdx[AGMUTIL_imagefile imbufs imbufIdx get/readstring cvx/pop cvx]cvx put + }for + DeviceN_PS2{ + imageDict begin + /DataSource[DataSource/devn_sep_datasource cvx]cvx def + /MultipleDataSources false def + /Decode[0 1]def + end + }if + }{ + /imbuf imbufLen string def + Indexed_DeviceN level3 not and DeviceN_NoneName or{ + /srcDataStrs[imageDict begin + currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse + { + Width Decode length 2 div mul cvi string + }repeat + end]def + imageDict begin + /DataSource[AGMUTIL_imagefile Decode BitsPerComponent false 1/filter_indexed_devn load dstDataStr srcDataStrs devn_alt_datasource/exec cvx]cvx def + /Decode[0 1]def + end + }{ + imageDict/DataSource[1 string dup 0 AGMUTIL_imagefile Decode length 2 idiv string/readstring cvx/pop cvx names_index/get cvx/put cvx]cvx put + imageDict/Decode[0 1]put + }ifelse + }ifelse + imageDict exch + load exec + imageDict/DataSource origDataSource put + imageDict/MultipleDataSources origMultipleDataSources put + imageDict/Decode origDecode put + end +}bdf +/write_image_file +{ + begin + {(AGMUTIL_imagefile)(w+)file}stopped{ + false + }{ + Adobe_AGM_Utils/AGMUTIL_imagefile xddf + 2 dict begin + /imbufLen Width BitsPerComponent mul 7 add 8 idiv def + MultipleDataSources{DataSource 0 get}{DataSource}ifelse type/filetype eq{ + /imbuf imbufLen string def + }if + 1 1 Height MultipleDataSources not{Decode length 2 idiv mul}if{ + pop + MultipleDataSources{ + 0 1 DataSource length 1 sub{ + DataSource type dup + /arraytype eq{ + pop DataSource exch gx + }{ + /filetype eq{ + DataSource exch get imbuf readstring pop + }{ + DataSource exch get + }ifelse + }ifelse + AGMUTIL_imagefile exch writestring + }for + }{ + DataSource type dup + /arraytype eq{ + pop DataSource exec + }{ + /filetype eq{ + DataSource imbuf readstring pop + }{ + DataSource + }ifelse + }ifelse + AGMUTIL_imagefile exch writestring + }ifelse + }for + end + true + }ifelse + end +}bdf +/close_image_file +{ + AGMUTIL_imagefile closefile(AGMUTIL_imagefile)deletefile +}def +statusdict/product known userdict/AGMP_current_show known not and{ + /pstr statusdict/product get def + pstr(HP LaserJet 2200)eq + pstr(HP LaserJet 4000 Series)eq or + pstr(HP LaserJet 4050 Series )eq or + pstr(HP LaserJet 8000 Series)eq or + pstr(HP LaserJet 8100 Series)eq or + pstr(HP LaserJet 8150 Series)eq or + pstr(HP LaserJet 5000 Series)eq or + pstr(HP LaserJet 5100 Series)eq or + pstr(HP Color LaserJet 4500)eq or + pstr(HP Color LaserJet 4600)eq or + pstr(HP LaserJet 5Si)eq or + pstr(HP LaserJet 1200 Series)eq or + pstr(HP LaserJet 1300 Series)eq or + pstr(HP LaserJet 4100 Series)eq or + { + userdict/AGMP_current_show/show load put + userdict/show{ + currentcolorspace 0 get + /Pattern eq + {false charpath f} + {AGMP_current_show}ifelse + }put + }if + currentdict/pstr undef +}if +/consumeimagedata +{ + begin + AGMIMG_init_common + currentdict/MultipleDataSources known not + {/MultipleDataSources false def}if + MultipleDataSources + { + DataSource 0 get type + dup/filetype eq + { + 1 dict begin + /flushbuffer Width cvi string def + 1 1 Height cvi + { + pop + 0 1 DataSource length 1 sub + { + DataSource exch get + flushbuffer readstring pop pop + }for + }for + end + }if + dup/arraytype eq exch/packedarraytype eq or DataSource 0 get xcheck and + { + Width Height mul cvi + { + 0 1 DataSource length 1 sub + {dup DataSource exch gx length exch 0 ne{pop}if}for + dup 0 eq + {pop exit}if + sub dup 0 le + {exit}if + }loop + pop + }if + } + { + /DataSource load type + dup/filetype eq + { + 1 dict begin + /flushbuffer Width Decode length 2 idiv mul cvi string def + 1 1 Height{pop DataSource flushbuffer readstring pop pop}for + end + }if + dup/arraytype eq exch/packedarraytype eq or/DataSource load xcheck and + { + Height Width BitsPerComponent mul 8 BitsPerComponent sub add 8 idiv Decode length 2 idiv mul mul + { + DataSource length dup 0 eq + {pop exit}if + sub dup 0 le + {exit}if + }loop + pop + }if + }ifelse + end +}bdf +/addprocs +{ + 2{/exec load}repeat + 3 1 roll + [5 1 roll]bind cvx +}def +/modify_halftone_xfer +{ + currenthalftone dup length dict copy begin + currentdict 2 index known{ + 1 index load dup length dict copy begin + currentdict/TransferFunction known{ + /TransferFunction load + }{ + currenttransfer + }ifelse + addprocs/TransferFunction xdf + currentdict end def + currentdict end sethalftone + }{ + currentdict/TransferFunction known{ + /TransferFunction load + }{ + currenttransfer + }ifelse + addprocs/TransferFunction xdf + currentdict end sethalftone + pop + }ifelse +}def +/clonearray +{ + dup xcheck exch + dup length array exch + Adobe_AGM_Core/AGMCORE_tmp -1 ddf + { + Adobe_AGM_Core/AGMCORE_tmp 2 copy get 1 add ddf + dup type/dicttype eq + { + Adobe_AGM_Core/AGMCORE_tmp get + exch + clonedict + Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf + }if + dup type/arraytype eq + { + Adobe_AGM_Core/AGMCORE_tmp get exch + clonearray + Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf + }if + exch dup + Adobe_AGM_Core/AGMCORE_tmp get 4 -1 roll put + }forall + exch{cvx}if +}bdf +/clonedict +{ + dup length dict + begin + { + dup type/dicttype eq + {clonedict}if + dup type/arraytype eq + {clonearray}if + def + }forall + currentdict + end +}bdf +/DeviceN_PS2 +{ + /currentcolorspace AGMCORE_gget 0 get/DeviceN eq level3 not and +}bdf +/Indexed_DeviceN +{ + /indexed_colorspace_dict AGMCORE_gget dup null ne{ + dup/CSDBase known{ + /CSDBase get/CSD get_res/Names known + }{ + pop false + }ifelse + }{ + pop false + }ifelse +}bdf +/DeviceN_NoneName +{ + /Names where{ + pop + false Names + { + (None)eq or + }forall + }{ + false + }ifelse +}bdf +/DeviceN_PS2_inRip_seps +{ + /AGMCORE_in_rip_sep where + { + pop dup type dup/arraytype eq exch/packedarraytype eq or + { + dup 0 get/DeviceN eq level3 not and AGMCORE_in_rip_sep and + { + /currentcolorspace exch AGMCORE_gput + false + }{ + true + }ifelse + }{ + true + }ifelse + }{ + true + }ifelse +}bdf +/base_colorspace_type +{ + dup type/arraytype eq{0 get}if +}bdf +/currentdistillerparams where{pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse +{ + /pdfmark_5{cleartomark}bind def +}{ + /pdfmark_5{pdfmark}bind def +}ifelse +/ReadBypdfmark_5 +{ + currentfile exch 0 exch/SubFileDecode filter + /currentdistillerparams where + {pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse + {flushfile cleartomark} + {/PUT pdfmark}ifelse +}bdf +/xpdfm +{ + { + dup 0 get/Label eq + { + aload length[exch 1 add 1 roll/PAGELABEL + }{ + aload pop + [{ThisPage}<<5 -2 roll>>/PUT + }ifelse + pdfmark_5 + }forall +}bdf +/ds{ + Adobe_AGM_Utils begin +}bdf +/dt{ + currentdict Adobe_AGM_Utils eq{ + end + }if +}bdf +systemdict/setpacking known +{setpacking}if +%%EndResource +%%BeginResource: procset Adobe_AGM_Core 2.0 0 +%%Version: 2.0 0 +%%Copyright: Copyright(C)1997-2007 Adobe Systems, Inc. All Rights Reserved. +systemdict/setpacking known +{ + currentpacking + true setpacking +}if +userdict/Adobe_AGM_Core 209 dict dup begin put +/Adobe_AGM_Core_Id/Adobe_AGM_Core_2.0_0 def +/AGMCORE_str256 256 string def +/AGMCORE_save nd +/AGMCORE_graphicsave nd +/AGMCORE_c 0 def +/AGMCORE_m 0 def +/AGMCORE_y 0 def +/AGMCORE_k 0 def +/AGMCORE_cmykbuf 4 array def +/AGMCORE_screen[currentscreen]cvx def +/AGMCORE_tmp 0 def +/AGMCORE_&setgray nd +/AGMCORE_&setcolor nd +/AGMCORE_&setcolorspace nd +/AGMCORE_&setcmykcolor nd +/AGMCORE_cyan_plate nd +/AGMCORE_magenta_plate nd +/AGMCORE_yellow_plate nd +/AGMCORE_black_plate nd +/AGMCORE_plate_ndx nd +/AGMCORE_get_ink_data nd +/AGMCORE_is_cmyk_sep nd +/AGMCORE_host_sep nd +/AGMCORE_avoid_L2_sep_space nd +/AGMCORE_distilling nd +/AGMCORE_composite_job nd +/AGMCORE_producing_seps nd +/AGMCORE_ps_level -1 def +/AGMCORE_ps_version -1 def +/AGMCORE_environ_ok nd +/AGMCORE_CSD_cache 0 dict def +/AGMCORE_currentoverprint false def +/AGMCORE_deltaX nd +/AGMCORE_deltaY nd +/AGMCORE_name nd +/AGMCORE_sep_special nd +/AGMCORE_err_strings 4 dict def +/AGMCORE_cur_err nd +/AGMCORE_current_spot_alias false def +/AGMCORE_inverting false def +/AGMCORE_feature_dictCount nd +/AGMCORE_feature_opCount nd +/AGMCORE_feature_ctm nd +/AGMCORE_ConvertToProcess false def +/AGMCORE_Default_CTM matrix def +/AGMCORE_Default_PageSize nd +/AGMCORE_Default_flatness nd +/AGMCORE_currentbg nd +/AGMCORE_currentucr nd +/AGMCORE_pattern_paint_type 0 def +/knockout_unitsq nd +currentglobal true setglobal +[/CSA/Gradient/Procedure] +{ + /Generic/Category findresource dup length dict copy/Category defineresource pop +}forall +setglobal +/AGMCORE_key_known +{ + where{ + /Adobe_AGM_Core_Id known + }{ + false + }ifelse +}ndf +/flushinput +{ + save + 2 dict begin + /CompareBuffer 3 -1 roll def + /readbuffer 256 string def + mark + { + currentfile readbuffer{readline}stopped + {cleartomark mark} + { + not + {pop exit} + if + CompareBuffer eq + {exit} + if + }ifelse + }loop + cleartomark + end + restore +}bdf +/getspotfunction +{ + AGMCORE_screen exch pop exch pop + dup type/dicttype eq{ + dup/HalftoneType get 1 eq{ + /SpotFunction get + }{ + dup/HalftoneType get 2 eq{ + /GraySpotFunction get + }{ + pop + { + abs exch abs 2 copy add 1 gt{ + 1 sub dup mul exch 1 sub dup mul add 1 sub + }{ + dup mul exch dup mul add 1 exch sub + }ifelse + }bind + }ifelse + }ifelse + }if +}def +/np +{newpath}bdf +/clp_npth +{clip np}def +/eoclp_npth +{eoclip np}def +/npth_clp +{np clip}def +/graphic_setup +{ + /AGMCORE_graphicsave save store + concat + 0 setgray + 0 setlinecap + 0 setlinejoin + 1 setlinewidth + []0 setdash + 10 setmiterlimit + np + false setoverprint + false setstrokeadjust + //Adobe_AGM_Core/spot_alias gx + /Adobe_AGM_Image where{ + pop + Adobe_AGM_Image/spot_alias 2 copy known{ + gx + }{ + pop pop + }ifelse + }if + /sep_colorspace_dict null AGMCORE_gput + 100 dict begin + /dictstackcount countdictstack def + /showpage{}def + mark +}def +/graphic_cleanup +{ + cleartomark + dictstackcount 1 countdictstack 1 sub{end}for + end + AGMCORE_graphicsave restore +}def +/compose_error_msg +{ + grestoreall initgraphics + /Helvetica findfont 10 scalefont setfont + /AGMCORE_deltaY 100 def + /AGMCORE_deltaX 310 def + clippath pathbbox np pop pop 36 add exch 36 add exch moveto + 0 AGMCORE_deltaY rlineto AGMCORE_deltaX 0 rlineto + 0 AGMCORE_deltaY neg rlineto AGMCORE_deltaX neg 0 rlineto closepath + 0 AGMCORE_&setgray + gsave 1 AGMCORE_&setgray fill grestore + 1 setlinewidth gsave stroke grestore + currentpoint AGMCORE_deltaY 15 sub add exch 8 add exch moveto + /AGMCORE_deltaY 12 def + /AGMCORE_tmp 0 def + AGMCORE_err_strings exch get + { + dup 32 eq + { + pop + AGMCORE_str256 0 AGMCORE_tmp getinterval + stringwidth pop currentpoint pop add AGMCORE_deltaX 28 add gt + { + currentpoint AGMCORE_deltaY sub exch pop + clippath pathbbox pop pop pop 44 add exch moveto + }if + AGMCORE_str256 0 AGMCORE_tmp getinterval show( )show + 0 1 AGMCORE_str256 length 1 sub + { + AGMCORE_str256 exch 0 put + }for + /AGMCORE_tmp 0 def + }{ + AGMCORE_str256 exch AGMCORE_tmp xpt + /AGMCORE_tmp AGMCORE_tmp 1 add def + }ifelse + }forall +}bdf +/AGMCORE_CMYKDeviceNColorspaces[ + [/Separation/None/DeviceCMYK{0 0 0}] + [/Separation(Black)/DeviceCMYK{0 0 0 4 -1 roll}bind] + [/Separation(Yellow)/DeviceCMYK{0 0 3 -1 roll 0}bind] + [/DeviceN[(Yellow)(Black)]/DeviceCMYK{0 0 4 2 roll}bind] + [/Separation(Magenta)/DeviceCMYK{0 exch 0 0}bind] + [/DeviceN[(Magenta)(Black)]/DeviceCMYK{0 3 1 roll 0 exch}bind] + [/DeviceN[(Magenta)(Yellow)]/DeviceCMYK{0 3 1 roll 0}bind] + [/DeviceN[(Magenta)(Yellow)(Black)]/DeviceCMYK{0 4 1 roll}bind] + [/Separation(Cyan)/DeviceCMYK{0 0 0}] + [/DeviceN[(Cyan)(Black)]/DeviceCMYK{0 0 3 -1 roll}bind] + [/DeviceN[(Cyan)(Yellow)]/DeviceCMYK{0 exch 0}bind] + [/DeviceN[(Cyan)(Yellow)(Black)]/DeviceCMYK{0 3 1 roll}bind] + [/DeviceN[(Cyan)(Magenta)]/DeviceCMYK{0 0}] + [/DeviceN[(Cyan)(Magenta)(Black)]/DeviceCMYK{0 exch}bind] + [/DeviceN[(Cyan)(Magenta)(Yellow)]/DeviceCMYK{0}] + [/DeviceCMYK] +]def +/ds{ + Adobe_AGM_Core begin + /currentdistillerparams where + { + pop currentdistillerparams/CoreDistVersion get 5000 lt + {<>setdistillerparams}if + }if + /AGMCORE_ps_version xdf + /AGMCORE_ps_level xdf + errordict/AGM_handleerror known not{ + errordict/AGM_handleerror errordict/handleerror get put + errordict/handleerror{ + Adobe_AGM_Core begin + $error/newerror get AGMCORE_cur_err null ne and{ + $error/newerror false put + AGMCORE_cur_err compose_error_msg + }if + $error/newerror true put + end + errordict/AGM_handleerror get exec + }bind put + }if + /AGMCORE_environ_ok + ps_level AGMCORE_ps_level ge + ps_version AGMCORE_ps_version ge and + AGMCORE_ps_level -1 eq or + def + AGMCORE_environ_ok not + {/AGMCORE_cur_err/AGMCORE_bad_environ def}if + /AGMCORE_&setgray systemdict/setgray get def + level2{ + /AGMCORE_&setcolor systemdict/setcolor get def + /AGMCORE_&setcolorspace systemdict/setcolorspace get def + }if + /AGMCORE_currentbg currentblackgeneration def + /AGMCORE_currentucr currentundercolorremoval def + /AGMCORE_Default_flatness currentflat def + /AGMCORE_distilling + /product where{ + pop systemdict/setdistillerparams known product(Adobe PostScript Parser)ne and + }{ + false + }ifelse + def + /AGMCORE_GSTATE AGMCORE_key_known not{ + /AGMCORE_GSTATE 21 dict def + /AGMCORE_tmpmatrix matrix def + /AGMCORE_gstack 32 array def + /AGMCORE_gstackptr 0 def + /AGMCORE_gstacksaveptr 0 def + /AGMCORE_gstackframekeys 14 def + /AGMCORE_&gsave/gsave ldf + /AGMCORE_&grestore/grestore ldf + /AGMCORE_&grestoreall/grestoreall ldf + /AGMCORE_&save/save ldf + /AGMCORE_&setoverprint/setoverprint ldf + /AGMCORE_gdictcopy{ + begin + {def}forall + end + }def + /AGMCORE_gput{ + AGMCORE_gstack AGMCORE_gstackptr get + 3 1 roll + put + }def + /AGMCORE_gget{ + AGMCORE_gstack AGMCORE_gstackptr get + exch + get + }def + /gsave{ + AGMCORE_&gsave + AGMCORE_gstack AGMCORE_gstackptr get + AGMCORE_gstackptr 1 add + dup 32 ge{limitcheck}if + /AGMCORE_gstackptr exch store + AGMCORE_gstack AGMCORE_gstackptr get + AGMCORE_gdictcopy + }def + /grestore{ + AGMCORE_&grestore + AGMCORE_gstackptr 1 sub + dup AGMCORE_gstacksaveptr lt{1 add}if + dup AGMCORE_gstack exch get dup/AGMCORE_currentoverprint known + {/AGMCORE_currentoverprint get setoverprint}{pop}ifelse + /AGMCORE_gstackptr exch store + }def + /grestoreall{ + AGMCORE_&grestoreall + /AGMCORE_gstackptr AGMCORE_gstacksaveptr store + }def + /save{ + AGMCORE_&save + AGMCORE_gstack AGMCORE_gstackptr get + AGMCORE_gstackptr 1 add + dup 32 ge{limitcheck}if + /AGMCORE_gstackptr exch store + /AGMCORE_gstacksaveptr AGMCORE_gstackptr store + AGMCORE_gstack AGMCORE_gstackptr get + AGMCORE_gdictcopy + }def + /setoverprint{ + dup/AGMCORE_currentoverprint exch AGMCORE_gput AGMCORE_&setoverprint + }def + 0 1 AGMCORE_gstack length 1 sub{ + AGMCORE_gstack exch AGMCORE_gstackframekeys dict put + }for + }if + level3/AGMCORE_&sysshfill AGMCORE_key_known not and + { + /AGMCORE_&sysshfill systemdict/shfill get def + /AGMCORE_&sysmakepattern systemdict/makepattern get def + /AGMCORE_&usrmakepattern/makepattern load def + }if + /currentcmykcolor[0 0 0 0]AGMCORE_gput + /currentstrokeadjust false AGMCORE_gput + /currentcolorspace[/DeviceGray]AGMCORE_gput + /sep_tint 0 AGMCORE_gput + /devicen_tints[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]AGMCORE_gput + /sep_colorspace_dict null AGMCORE_gput + /devicen_colorspace_dict null AGMCORE_gput + /indexed_colorspace_dict null AGMCORE_gput + /currentcolor_intent()AGMCORE_gput + /customcolor_tint 1 AGMCORE_gput + /absolute_colorimetric_crd null AGMCORE_gput + /relative_colorimetric_crd null AGMCORE_gput + /saturation_crd null AGMCORE_gput + /perceptual_crd null AGMCORE_gput + currentcolortransfer cvlit/AGMCore_gray_xfer xdf cvlit/AGMCore_b_xfer xdf + cvlit/AGMCore_g_xfer xdf cvlit/AGMCore_r_xfer xdf + << + /MaxPatternItem currentsystemparams/MaxPatternCache get + >> + setuserparams + end +}def +/ps +{ + /setcmykcolor where{ + pop + Adobe_AGM_Core/AGMCORE_&setcmykcolor/setcmykcolor load put + }if + Adobe_AGM_Core begin + /setcmykcolor + { + 4 copy AGMCORE_cmykbuf astore/currentcmykcolor exch AGMCORE_gput + 1 sub 4 1 roll + 3{ + 3 index add neg dup 0 lt{ + pop 0 + }if + 3 1 roll + }repeat + setrgbcolor pop + }ndf + /currentcmykcolor + { + /currentcmykcolor AGMCORE_gget aload pop + }ndf + /setoverprint + {pop}ndf + /currentoverprint + {false}ndf + /AGMCORE_cyan_plate 1 0 0 0 test_cmyk_color_plate def + /AGMCORE_magenta_plate 0 1 0 0 test_cmyk_color_plate def + /AGMCORE_yellow_plate 0 0 1 0 test_cmyk_color_plate def + /AGMCORE_black_plate 0 0 0 1 test_cmyk_color_plate def + /AGMCORE_plate_ndx + AGMCORE_cyan_plate{ + 0 + }{ + AGMCORE_magenta_plate{ + 1 + }{ + AGMCORE_yellow_plate{ + 2 + }{ + AGMCORE_black_plate{ + 3 + }{ + 4 + }ifelse + }ifelse + }ifelse + }ifelse + def + /AGMCORE_have_reported_unsupported_color_space false def + /AGMCORE_report_unsupported_color_space + { + AGMCORE_have_reported_unsupported_color_space false eq + { + (Warning: Job contains content that cannot be separated with on-host methods. This content appears on the black plate, and knocks out all other plates.)== + Adobe_AGM_Core/AGMCORE_have_reported_unsupported_color_space true ddf + }if + }def + /AGMCORE_composite_job + AGMCORE_cyan_plate AGMCORE_magenta_plate and AGMCORE_yellow_plate and AGMCORE_black_plate and def + /AGMCORE_in_rip_sep + /AGMCORE_in_rip_sep where{ + pop AGMCORE_in_rip_sep + }{ + AGMCORE_distilling + { + false + }{ + userdict/Adobe_AGM_OnHost_Seps known{ + false + }{ + level2{ + currentpagedevice/Separations 2 copy known{ + get + }{ + pop pop false + }ifelse + }{ + false + }ifelse + }ifelse + }ifelse + }ifelse + def + /AGMCORE_producing_seps AGMCORE_composite_job not AGMCORE_in_rip_sep or def + /AGMCORE_host_sep AGMCORE_producing_seps AGMCORE_in_rip_sep not and def + /AGM_preserve_spots + /AGM_preserve_spots where{ + pop AGM_preserve_spots + }{ + AGMCORE_distilling AGMCORE_producing_seps or + }ifelse + def + /AGM_is_distiller_preserving_spotimages + { + currentdistillerparams/PreserveOverprintSettings known + { + currentdistillerparams/PreserveOverprintSettings get + { + currentdistillerparams/ColorConversionStrategy known + { + currentdistillerparams/ColorConversionStrategy get + /sRGB ne + }{ + true + }ifelse + }{ + false + }ifelse + }{ + false + }ifelse + }def + /convert_spot_to_process where{pop}{ + /convert_spot_to_process + { + //Adobe_AGM_Core begin + dup map_alias{ + /Name get exch pop + }if + dup dup(None)eq exch(All)eq or + { + pop false + }{ + AGMCORE_host_sep + { + gsave + 1 0 0 0 setcmykcolor currentgray 1 exch sub + 0 1 0 0 setcmykcolor currentgray 1 exch sub + 0 0 1 0 setcmykcolor currentgray 1 exch sub + 0 0 0 1 setcmykcolor currentgray 1 exch sub + add add add 0 eq + { + pop false + }{ + false setoverprint + current_spot_alias false set_spot_alias + 1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor + set_spot_alias + currentgray 1 ne + }ifelse + grestore + }{ + AGMCORE_distilling + { + pop AGM_is_distiller_preserving_spotimages not + }{ + //Adobe_AGM_Core/AGMCORE_name xddf + false + //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 0 eq + AGMUTIL_cpd/OverrideSeparations known and + { + AGMUTIL_cpd/OverrideSeparations get + { + /HqnSpots/ProcSet resourcestatus + { + pop pop pop true + }if + }if + }if + { + AGMCORE_name/HqnSpots/ProcSet findresource/TestSpot gx not + }{ + gsave + [/Separation AGMCORE_name/DeviceGray{}]AGMCORE_&setcolorspace + false + AGMUTIL_cpd/SeparationColorNames 2 copy known + { + get + {AGMCORE_name eq or}forall + not + }{ + pop pop pop true + }ifelse + grestore + }ifelse + }ifelse + }ifelse + }ifelse + end + }def + }ifelse + /convert_to_process where{pop}{ + /convert_to_process + { + dup length 0 eq + { + pop false + }{ + AGMCORE_host_sep + { + dup true exch + { + dup(Cyan)eq exch + dup(Magenta)eq 3 -1 roll or exch + dup(Yellow)eq 3 -1 roll or exch + dup(Black)eq 3 -1 roll or + {pop} + {convert_spot_to_process and}ifelse + } + forall + { + true exch + { + dup(Cyan)eq exch + dup(Magenta)eq 3 -1 roll or exch + dup(Yellow)eq 3 -1 roll or exch + (Black)eq or and + }forall + not + }{pop false}ifelse + }{ + false exch + { + /PhotoshopDuotoneList where{pop false}{true}ifelse + { + dup(Cyan)eq exch + dup(Magenta)eq 3 -1 roll or exch + dup(Yellow)eq 3 -1 roll or exch + dup(Black)eq 3 -1 roll or + {pop} + {convert_spot_to_process or}ifelse + } + { + convert_spot_to_process or + } + ifelse + } + forall + }ifelse + }ifelse + }def + }ifelse + /AGMCORE_avoid_L2_sep_space + version cvr 2012 lt + level2 and + AGMCORE_producing_seps not and + def + /AGMCORE_is_cmyk_sep + AGMCORE_cyan_plate AGMCORE_magenta_plate or AGMCORE_yellow_plate or AGMCORE_black_plate or + def + /AGM_avoid_0_cmyk where{ + pop AGM_avoid_0_cmyk + }{ + AGM_preserve_spots + userdict/Adobe_AGM_OnHost_Seps known + userdict/Adobe_AGM_InRip_Seps known or + not and + }ifelse + { + /setcmykcolor[ + { + 4 copy add add add 0 eq currentoverprint and{ + pop 0.0005 + }if + }/exec cvx + /AGMCORE_&setcmykcolor load dup type/operatortype ne{ + /exec cvx + }if + ]cvx def + }if + /AGMCORE_IsSeparationAProcessColor + { + dup(Cyan)eq exch dup(Magenta)eq exch dup(Yellow)eq exch(Black)eq or or or + }def + AGMCORE_host_sep{ + /setcolortransfer + { + AGMCORE_cyan_plate{ + pop pop pop + }{ + AGMCORE_magenta_plate{ + 4 3 roll pop pop pop + }{ + AGMCORE_yellow_plate{ + 4 2 roll pop pop pop + }{ + 4 1 roll pop pop pop + }ifelse + }ifelse + }ifelse + settransfer + } + def + /AGMCORE_get_ink_data + AGMCORE_cyan_plate{ + {pop pop pop} + }{ + AGMCORE_magenta_plate{ + {4 3 roll pop pop pop} + }{ + AGMCORE_yellow_plate{ + {4 2 roll pop pop pop} + }{ + {4 1 roll pop pop pop} + }ifelse + }ifelse + }ifelse + def + /AGMCORE_RemoveProcessColorNames + { + 1 dict begin + /filtername + { + dup/Cyan eq 1 index(Cyan)eq or + {pop(_cyan_)}if + dup/Magenta eq 1 index(Magenta)eq or + {pop(_magenta_)}if + dup/Yellow eq 1 index(Yellow)eq or + {pop(_yellow_)}if + dup/Black eq 1 index(Black)eq or + {pop(_black_)}if + }def + dup type/arraytype eq + {[exch{filtername}forall]} + {filtername}ifelse + end + }def + level3{ + /AGMCORE_IsCurrentColor + { + dup AGMCORE_IsSeparationAProcessColor + { + AGMCORE_plate_ndx 0 eq + {dup(Cyan)eq exch/Cyan eq or}if + AGMCORE_plate_ndx 1 eq + {dup(Magenta)eq exch/Magenta eq or}if + AGMCORE_plate_ndx 2 eq + {dup(Yellow)eq exch/Yellow eq or}if + AGMCORE_plate_ndx 3 eq + {dup(Black)eq exch/Black eq or}if + AGMCORE_plate_ndx 4 eq + {pop false}if + }{ + gsave + false setoverprint + current_spot_alias false set_spot_alias + 1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor + set_spot_alias + currentgray 1 ne + grestore + }ifelse + }def + /AGMCORE_filter_functiondatasource + { + 5 dict begin + /data_in xdf + data_in type/stringtype eq + { + /ncomp xdf + /comp xdf + /string_out data_in length ncomp idiv string def + 0 ncomp data_in length 1 sub + { + string_out exch dup ncomp idiv exch data_in exch ncomp getinterval comp get 255 exch sub put + }for + string_out + }{ + string/string_in xdf + /string_out 1 string def + /component xdf + [ + data_in string_in/readstring cvx + [component/get cvx 255/exch cvx/sub cvx string_out/exch cvx 0/exch cvx/put cvx string_out]cvx + [/pop cvx()]cvx/ifelse cvx + ]cvx/ReusableStreamDecode filter + }ifelse + end + }def + /AGMCORE_separateShadingFunction + { + 2 dict begin + /paint? xdf + /channel xdf + dup type/dicttype eq + { + begin + FunctionType 0 eq + { + /DataSource channel Range length 2 idiv DataSource AGMCORE_filter_functiondatasource def + currentdict/Decode known + {/Decode Decode channel 2 mul 2 getinterval def}if + paint? not + {/Decode[1 1]def}if + }if + FunctionType 2 eq + { + paint? + { + /C0[C0 channel get 1 exch sub]def + /C1[C1 channel get 1 exch sub]def + }{ + /C0[1]def + /C1[1]def + }ifelse + }if + FunctionType 3 eq + { + /Functions[Functions{channel paint? AGMCORE_separateShadingFunction}forall]def + }if + currentdict/Range known + {/Range[0 1]def}if + currentdict + end}{ + channel get 0 paint? AGMCORE_separateShadingFunction + }ifelse + end + }def + /AGMCORE_separateShading + { + 3 -1 roll begin + currentdict/Function known + { + currentdict/Background known + {[1 index{Background 3 index get 1 exch sub}{1}ifelse]/Background xdf}if + Function 3 1 roll AGMCORE_separateShadingFunction/Function xdf + /ColorSpace[/DeviceGray]def + }{ + ColorSpace dup type/arraytype eq{0 get}if/DeviceCMYK eq + { + /ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def + }{ + ColorSpace dup 1 get AGMCORE_RemoveProcessColorNames 1 exch put + }ifelse + ColorSpace 0 get/Separation eq + { + { + [1/exch cvx/sub cvx]cvx + }{ + [/pop cvx 1]cvx + }ifelse + ColorSpace 3 3 -1 roll put + pop + }{ + { + [exch ColorSpace 1 get length 1 sub exch sub/index cvx 1/exch cvx/sub cvx ColorSpace 1 get length 1 add 1/roll cvx ColorSpace 1 get length{/pop cvx}repeat]cvx + }{ + pop[ColorSpace 1 get length{/pop cvx}repeat cvx 1]cvx + }ifelse + ColorSpace 3 3 -1 roll bind put + }ifelse + ColorSpace 2/DeviceGray put + }ifelse + end + }def + /AGMCORE_separateShadingDict + { + dup/ColorSpace get + dup type/arraytype ne + {[exch]}if + dup 0 get/DeviceCMYK eq + { + exch begin + currentdict + AGMCORE_cyan_plate + {0 true}if + AGMCORE_magenta_plate + {1 true}if + AGMCORE_yellow_plate + {2 true}if + AGMCORE_black_plate + {3 true}if + AGMCORE_plate_ndx 4 eq + {0 false}if + dup not currentoverprint and + {/AGMCORE_ignoreshade true def}if + AGMCORE_separateShading + currentdict + end exch + }if + dup 0 get/Separation eq + { + exch begin + ColorSpace 1 get dup/None ne exch/All ne and + { + ColorSpace 1 get AGMCORE_IsCurrentColor AGMCORE_plate_ndx 4 lt and ColorSpace 1 get AGMCORE_IsSeparationAProcessColor not and + { + ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq + { + /ColorSpace + [ + /Separation + ColorSpace 1 get + /DeviceGray + [ + ColorSpace 3 get/exec cvx + 4 AGMCORE_plate_ndx sub -1/roll cvx + 4 1/roll cvx + 3[/pop cvx]cvx/repeat cvx + 1/exch cvx/sub cvx + ]cvx + ]def + }{ + AGMCORE_report_unsupported_color_space + AGMCORE_black_plate not + { + currentdict 0 false AGMCORE_separateShading + }if + }ifelse + }{ + currentdict ColorSpace 1 get AGMCORE_IsCurrentColor + 0 exch + dup not currentoverprint and + {/AGMCORE_ignoreshade true def}if + AGMCORE_separateShading + }ifelse + }if + currentdict + end exch + }if + dup 0 get/DeviceN eq + { + exch begin + ColorSpace 1 get convert_to_process + { + ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq + { + /ColorSpace + [ + /DeviceN + ColorSpace 1 get + /DeviceGray + [ + ColorSpace 3 get/exec cvx + 4 AGMCORE_plate_ndx sub -1/roll cvx + 4 1/roll cvx + 3[/pop cvx]cvx/repeat cvx + 1/exch cvx/sub cvx + ]cvx + ]def + }{ + AGMCORE_report_unsupported_color_space + AGMCORE_black_plate not + { + currentdict 0 false AGMCORE_separateShading + /ColorSpace[/DeviceGray]def + }if + }ifelse + }{ + currentdict + false -1 ColorSpace 1 get + { + AGMCORE_IsCurrentColor + { + 1 add + exch pop true exch exit + }if + 1 add + }forall + exch + dup not currentoverprint and + {/AGMCORE_ignoreshade true def}if + AGMCORE_separateShading + }ifelse + currentdict + end exch + }if + dup 0 get dup/DeviceCMYK eq exch dup/Separation eq exch/DeviceN eq or or not + { + exch begin + ColorSpace dup type/arraytype eq + {0 get}if + /DeviceGray ne + { + AGMCORE_report_unsupported_color_space + AGMCORE_black_plate not + { + ColorSpace 0 get/CIEBasedA eq + { + /ColorSpace[/Separation/_ciebaseda_/DeviceGray{}]def + }if + ColorSpace 0 get dup/CIEBasedABC eq exch dup/CIEBasedDEF eq exch/DeviceRGB eq or or + { + /ColorSpace[/DeviceN[/_red_/_green_/_blue_]/DeviceRGB{}]def + }if + ColorSpace 0 get/CIEBasedDEFG eq + { + /ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def + }if + currentdict 0 false AGMCORE_separateShading + }if + }if + currentdict + end exch + }if + pop + dup/AGMCORE_ignoreshade known + { + begin + /ColorSpace[/Separation(None)/DeviceGray{}]def + currentdict end + }if + }def + /shfill + { + AGMCORE_separateShadingDict + dup/AGMCORE_ignoreshade known + {pop} + {AGMCORE_&sysshfill}ifelse + }def + /makepattern + { + exch + dup/PatternType get 2 eq + { + clonedict + begin + /Shading Shading AGMCORE_separateShadingDict def + Shading/AGMCORE_ignoreshade known + currentdict end exch + {pop<>}if + exch AGMCORE_&sysmakepattern + }{ + exch AGMCORE_&usrmakepattern + }ifelse + }def + }if + }if + AGMCORE_in_rip_sep{ + /setcustomcolor + { + exch aload pop + dup 7 1 roll inRip_spot_has_ink not { + 4{4 index mul 4 1 roll} + repeat + /DeviceCMYK setcolorspace + 6 -2 roll pop pop + }{ + //Adobe_AGM_Core begin + /AGMCORE_k xdf/AGMCORE_y xdf/AGMCORE_m xdf/AGMCORE_c xdf + end + [/Separation 4 -1 roll/DeviceCMYK + {dup AGMCORE_c mul exch dup AGMCORE_m mul exch dup AGMCORE_y mul exch AGMCORE_k mul} + ] + setcolorspace + }ifelse + setcolor + }ndf + /setseparationgray + { + [/Separation(All)/DeviceGray{}]setcolorspace_opt + 1 exch sub setcolor + }ndf + }{ + /setseparationgray + { + AGMCORE_&setgray + }ndf + }ifelse + /findcmykcustomcolor + { + 5 makereadonlyarray + }ndf + /setcustomcolor + { + exch aload pop pop + 4{4 index mul 4 1 roll}repeat + setcmykcolor pop + }ndf + /has_color + /colorimage where{ + AGMCORE_producing_seps{ + pop true + }{ + systemdict eq + }ifelse + }{ + false + }ifelse + def + /map_index + { + 1 index mul exch getinterval{255 div}forall + }bdf + /map_indexed_devn + { + Lookup Names length 3 -1 roll cvi map_index + }bdf + /n_color_components + { + base_colorspace_type + dup/DeviceGray eq{ + pop 1 + }{ + /DeviceCMYK eq{ + 4 + }{ + 3 + }ifelse + }ifelse + }bdf + level2{ + /mo/moveto ldf + /li/lineto ldf + /cv/curveto ldf + /knockout_unitsq + { + 1 setgray + 0 0 1 1 rectfill + }def + level2/setcolorspace AGMCORE_key_known not and{ + /AGMCORE_&&&setcolorspace/setcolorspace ldf + /AGMCORE_ReplaceMappedColor + { + dup type dup/arraytype eq exch/packedarraytype eq or + { + /AGMCORE_SpotAliasAry2 where{ + begin + dup 0 get dup/Separation eq + { + pop + dup length array copy + dup dup 1 get + current_spot_alias + { + dup map_alias + { + false set_spot_alias + dup 1 exch setsepcolorspace + true set_spot_alias + begin + /sep_colorspace_dict currentdict AGMCORE_gput + pop pop pop + [ + /Separation Name + CSA map_csa + MappedCSA + /sep_colorspace_proc load + ] + dup Name + end + }if + }if + map_reserved_ink_name 1 xpt + }{ + /DeviceN eq + { + dup length array copy + dup dup 1 get[ + exch{ + current_spot_alias{ + dup map_alias{ + /Name get exch pop + }if + }if + map_reserved_ink_name + }forall + ]1 xpt + }if + }ifelse + end + }if + }if + }def + /setcolorspace + { + dup type dup/arraytype eq exch/packedarraytype eq or + { + dup 0 get/Indexed eq + { + AGMCORE_distilling + { + /PhotoshopDuotoneList where + { + pop false + }{ + true + }ifelse + }{ + true + }ifelse + { + aload pop 3 -1 roll + AGMCORE_ReplaceMappedColor + 3 1 roll 4 array astore + }if + }{ + AGMCORE_ReplaceMappedColor + }ifelse + }if + DeviceN_PS2_inRip_seps{AGMCORE_&&&setcolorspace}if + }def + }if + }{ + /adj + { + currentstrokeadjust{ + transform + 0.25 sub round 0.25 add exch + 0.25 sub round 0.25 add exch + itransform + }if + }def + /mo{ + adj moveto + }def + /li{ + adj lineto + }def + /cv{ + 6 2 roll adj + 6 2 roll adj + 6 2 roll adj curveto + }def + /knockout_unitsq + { + 1 setgray + 8 8 1[8 0 0 8 0 0]{}image + }def + /currentstrokeadjust{ + /currentstrokeadjust AGMCORE_gget + }def + /setstrokeadjust{ + /currentstrokeadjust exch AGMCORE_gput + }def + /setcolorspace + { + /currentcolorspace exch AGMCORE_gput + }def + /currentcolorspace + { + /currentcolorspace AGMCORE_gget + }def + /setcolor_devicecolor + { + base_colorspace_type + dup/DeviceGray eq{ + pop setgray + }{ + /DeviceCMYK eq{ + setcmykcolor + }{ + setrgbcolor + }ifelse + }ifelse + }def + /setcolor + { + currentcolorspace 0 get + dup/DeviceGray ne{ + dup/DeviceCMYK ne{ + dup/DeviceRGB ne{ + dup/Separation eq{ + pop + currentcolorspace 3 gx + currentcolorspace 2 get + }{ + dup/Indexed eq{ + pop + currentcolorspace 3 get dup type/stringtype eq{ + currentcolorspace 1 get n_color_components + 3 -1 roll map_index + }{ + exec + }ifelse + currentcolorspace 1 get + }{ + /AGMCORE_cur_err/AGMCORE_invalid_color_space def + AGMCORE_invalid_color_space + }ifelse + }ifelse + }if + }if + }if + setcolor_devicecolor + }def + }ifelse + /sop/setoverprint ldf + /lw/setlinewidth ldf + /lc/setlinecap ldf + /lj/setlinejoin ldf + /ml/setmiterlimit ldf + /dsh/setdash ldf + /sadj/setstrokeadjust ldf + /gry/setgray ldf + /rgb/setrgbcolor ldf + /cmyk[ + /currentcolorspace[/DeviceCMYK]/AGMCORE_gput cvx + /setcmykcolor load dup type/operatortype ne{/exec cvx}if + ]cvx bdf + level3 AGMCORE_host_sep not and{ + /nzopmsc{ + 6 dict begin + /kk exch def + /yy exch def + /mm exch def + /cc exch def + /sum 0 def + cc 0 ne{/sum sum 2#1000 or def cc}if + mm 0 ne{/sum sum 2#0100 or def mm}if + yy 0 ne{/sum sum 2#0010 or def yy}if + kk 0 ne{/sum sum 2#0001 or def kk}if + AGMCORE_CMYKDeviceNColorspaces sum get setcolorspace + sum 0 eq{0}if + end + setcolor + }bdf + }{ + /nzopmsc/cmyk ldf + }ifelse + /sep/setsepcolor ldf + /devn/setdevicencolor ldf + /idx/setindexedcolor ldf + /colr/setcolor ldf + /csacrd/set_csa_crd ldf + /sepcs/setsepcolorspace ldf + /devncs/setdevicencolorspace ldf + /idxcs/setindexedcolorspace ldf + /cp/closepath ldf + /clp/clp_npth ldf + /eclp/eoclp_npth ldf + /f/fill ldf + /ef/eofill ldf + /@/stroke ldf + /nclp/npth_clp ldf + /gset/graphic_setup ldf + /gcln/graphic_cleanup ldf + /ct/concat ldf + /cf/currentfile ldf + /fl/filter ldf + /rs/readstring ldf + /AGMCORE_def_ht currenthalftone def + /clonedict Adobe_AGM_Utils begin/clonedict load end def + /clonearray Adobe_AGM_Utils begin/clonearray load end def + currentdict{ + dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{ + bind + }if + def + }forall + /getrampcolor + { + /indx exch def + 0 1 NumComp 1 sub + { + dup + Samples exch get + dup type/stringtype eq{indx get}if + exch + Scaling exch get aload pop + 3 1 roll + mul add + }for + ColorSpaceFamily/Separation eq + {sep} + { + ColorSpaceFamily/DeviceN eq + {devn}{setcolor}ifelse + }ifelse + }bdf + /sssetbackground{ + aload pop + ColorSpaceFamily/Separation eq + {sep} + { + ColorSpaceFamily/DeviceN eq + {devn}{setcolor}ifelse + }ifelse + }bdf + /RadialShade + { + 40 dict begin + /ColorSpaceFamily xdf + /background xdf + /ext1 xdf + /ext0 xdf + /BBox xdf + /r2 xdf + /c2y xdf + /c2x xdf + /r1 xdf + /c1y xdf + /c1x xdf + /rampdict xdf + /setinkoverprint where{pop/setinkoverprint{pop}def}if + gsave + BBox length 0 gt + { + np + BBox 0 get BBox 1 get moveto + BBox 2 get BBox 0 get sub 0 rlineto + 0 BBox 3 get BBox 1 get sub rlineto + BBox 2 get BBox 0 get sub neg 0 rlineto + closepath + clip + np + }if + c1x c2x eq + { + c1y c2y lt{/theta 90 def}{/theta 270 def}ifelse + }{ + /slope c2y c1y sub c2x c1x sub div def + /theta slope 1 atan def + c2x c1x lt c2y c1y ge and{/theta theta 180 sub def}if + c2x c1x lt c2y c1y lt and{/theta theta 180 add def}if + }ifelse + gsave + clippath + c1x c1y translate + theta rotate + -90 rotate + {pathbbox}stopped + {0 0 0 0}if + /yMax xdf + /xMax xdf + /yMin xdf + /xMin xdf + grestore + xMax xMin eq yMax yMin eq or + { + grestore + end + }{ + /max{2 copy gt{pop}{exch pop}ifelse}bdf + /min{2 copy lt{pop}{exch pop}ifelse}bdf + rampdict begin + 40 dict begin + background length 0 gt{background sssetbackground gsave clippath fill grestore}if + gsave + c1x c1y translate + theta rotate + -90 rotate + /c2y c1x c2x sub dup mul c1y c2y sub dup mul add sqrt def + /c1y 0 def + /c1x 0 def + /c2x 0 def + ext0 + { + 0 getrampcolor + c2y r2 add r1 sub 0.0001 lt + { + c1x c1y r1 360 0 arcn + pathbbox + /aymax exch def + /axmax exch def + /aymin exch def + /axmin exch def + /bxMin xMin axmin min def + /byMin yMin aymin min def + /bxMax xMax axmax max def + /byMax yMax aymax max def + bxMin byMin moveto + bxMax byMin lineto + bxMax byMax lineto + bxMin byMax lineto + bxMin byMin lineto + eofill + }{ + c2y r1 add r2 le + { + c1x c1y r1 0 360 arc + fill + } + { + c2x c2y r2 0 360 arc fill + r1 r2 eq + { + /p1x r1 neg def + /p1y c1y def + /p2x r1 def + /p2y c1y def + p1x p1y moveto p2x p2y lineto p2x yMin lineto p1x yMin lineto + fill + }{ + /AA r2 r1 sub c2y div def + AA -1 eq + {/theta 89.99 def} + {/theta AA 1 AA dup mul sub sqrt div 1 atan def} + ifelse + /SS1 90 theta add dup sin exch cos div def + /p1x r1 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def + /p1y p1x SS1 div neg def + /SS2 90 theta sub dup sin exch cos div def + /p2x r1 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def + /p2y p2x SS2 div neg def + r1 r2 gt + { + /L1maxX p1x yMin p1y sub SS1 div add def + /L2maxX p2x yMin p2y sub SS2 div add def + }{ + /L1maxX 0 def + /L2maxX 0 def + }ifelse + p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto + L1maxX L1maxX p1x sub SS1 mul p1y add lineto + fill + }ifelse + }ifelse + }ifelse + }if + c1x c2x sub dup mul + c1y c2y sub dup mul + add 0.5 exp + 0 dtransform + dup mul exch dup mul add 0.5 exp 72 div + 0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt + 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt + 1 index 1 index lt{exch}if pop + /hires xdf + hires mul + /numpix xdf + /numsteps NumSamples def + /rampIndxInc 1 def + /subsampling false def + numpix 0 ne + { + NumSamples numpix div 0.5 gt + { + /numsteps numpix 2 div round cvi dup 1 le{pop 2}if def + /rampIndxInc NumSamples 1 sub numsteps div def + /subsampling true def + }if + }if + /xInc c2x c1x sub numsteps div def + /yInc c2y c1y sub numsteps div def + /rInc r2 r1 sub numsteps div def + /cx c1x def + /cy c1y def + /radius r1 def + np + xInc 0 eq yInc 0 eq rInc 0 eq and and + { + 0 getrampcolor + cx cy radius 0 360 arc + stroke + NumSamples 1 sub getrampcolor + cx cy radius 72 hires div add 0 360 arc + 0 setlinewidth + stroke + }{ + 0 + numsteps + { + dup + subsampling{round cvi}if + getrampcolor + cx cy radius 0 360 arc + /cx cx xInc add def + /cy cy yInc add def + /radius radius rInc add def + cx cy radius 360 0 arcn + eofill + rampIndxInc add + }repeat + pop + }ifelse + ext1 + { + c2y r2 add r1 lt + { + c2x c2y r2 0 360 arc + fill + }{ + c2y r1 add r2 sub 0.0001 le + { + c2x c2y r2 360 0 arcn + pathbbox + /aymax exch def + /axmax exch def + /aymin exch def + /axmin exch def + /bxMin xMin axmin min def + /byMin yMin aymin min def + /bxMax xMax axmax max def + /byMax yMax aymax max def + bxMin byMin moveto + bxMax byMin lineto + bxMax byMax lineto + bxMin byMax lineto + bxMin byMin lineto + eofill + }{ + c2x c2y r2 0 360 arc fill + r1 r2 eq + { + /p1x r2 neg def + /p1y c2y def + /p2x r2 def + /p2y c2y def + p1x p1y moveto p2x p2y lineto p2x yMax lineto p1x yMax lineto + fill + }{ + /AA r2 r1 sub c2y div def + AA -1 eq + {/theta 89.99 def} + {/theta AA 1 AA dup mul sub sqrt div 1 atan def} + ifelse + /SS1 90 theta add dup sin exch cos div def + /p1x r2 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def + /p1y c2y p1x SS1 div sub def + /SS2 90 theta sub dup sin exch cos div def + /p2x r2 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def + /p2y c2y p2x SS2 div sub def + r1 r2 lt + { + /L1maxX p1x yMax p1y sub SS1 div add def + /L2maxX p2x yMax p2y sub SS2 div add def + }{ + /L1maxX 0 def + /L2maxX 0 def + }ifelse + p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto + L1maxX L1maxX p1x sub SS1 mul p1y add lineto + fill + }ifelse + }ifelse + }ifelse + }if + grestore + grestore + end + end + end + }ifelse + }bdf + /GenStrips + { + 40 dict begin + /ColorSpaceFamily xdf + /background xdf + /ext1 xdf + /ext0 xdf + /BBox xdf + /y2 xdf + /x2 xdf + /y1 xdf + /x1 xdf + /rampdict xdf + /setinkoverprint where{pop/setinkoverprint{pop}def}if + gsave + BBox length 0 gt + { + np + BBox 0 get BBox 1 get moveto + BBox 2 get BBox 0 get sub 0 rlineto + 0 BBox 3 get BBox 1 get sub rlineto + BBox 2 get BBox 0 get sub neg 0 rlineto + closepath + clip + np + }if + x1 x2 eq + { + y1 y2 lt{/theta 90 def}{/theta 270 def}ifelse + }{ + /slope y2 y1 sub x2 x1 sub div def + /theta slope 1 atan def + x2 x1 lt y2 y1 ge and{/theta theta 180 sub def}if + x2 x1 lt y2 y1 lt and{/theta theta 180 add def}if + } + ifelse + gsave + clippath + x1 y1 translate + theta rotate + {pathbbox}stopped + {0 0 0 0}if + /yMax exch def + /xMax exch def + /yMin exch def + /xMin exch def + grestore + xMax xMin eq yMax yMin eq or + { + grestore + end + }{ + rampdict begin + 20 dict begin + background length 0 gt{background sssetbackground gsave clippath fill grestore}if + gsave + x1 y1 translate + theta rotate + /xStart 0 def + /xEnd x2 x1 sub dup mul y2 y1 sub dup mul add 0.5 exp def + /ySpan yMax yMin sub def + /numsteps NumSamples def + /rampIndxInc 1 def + /subsampling false def + xStart 0 transform + xEnd 0 transform + 3 -1 roll + sub dup mul + 3 1 roll + sub dup mul + add 0.5 exp 72 div + 0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt + 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt + 1 index 1 index lt{exch}if pop + mul + /numpix xdf + numpix 0 ne + { + NumSamples numpix div 0.5 gt + { + /numsteps numpix 2 div round cvi dup 1 le{pop 2}if def + /rampIndxInc NumSamples 1 sub numsteps div def + /subsampling true def + }if + }if + ext0 + { + 0 getrampcolor + xMin xStart lt + { + xMin yMin xMin neg ySpan rectfill + }if + }if + /xInc xEnd xStart sub numsteps div def + /x xStart def + 0 + numsteps + { + dup + subsampling{round cvi}if + getrampcolor + x yMin xInc ySpan rectfill + /x x xInc add def + rampIndxInc add + }repeat + pop + ext1{ + xMax xEnd gt + { + xEnd yMin xMax xEnd sub ySpan rectfill + }if + }if + grestore + grestore + end + end + end + }ifelse + }bdf +}def +/pt +{ + end +}def +/dt{ +}def +/pgsv{ + //Adobe_AGM_Core/AGMCORE_save save put +}def +/pgrs{ + //Adobe_AGM_Core/AGMCORE_save get restore +}def +systemdict/findcolorrendering known{ + /findcolorrendering systemdict/findcolorrendering get def +}if +systemdict/setcolorrendering known{ + /setcolorrendering systemdict/setcolorrendering get def +}if +/test_cmyk_color_plate +{ + gsave + setcmykcolor currentgray 1 ne + grestore +}def +/inRip_spot_has_ink +{ + dup//Adobe_AGM_Core/AGMCORE_name xddf + convert_spot_to_process not +}def +/map255_to_range +{ + 1 index sub + 3 -1 roll 255 div mul add +}def +/set_csa_crd +{ + /sep_colorspace_dict null AGMCORE_gput + begin + CSA get_csa_by_name setcolorspace_opt + set_crd + end +} +def +/map_csa +{ + currentdict/MappedCSA known{MappedCSA null ne}{false}ifelse + {pop}{get_csa_by_name/MappedCSA xdf}ifelse +}def +/setsepcolor +{ + /sep_colorspace_dict AGMCORE_gget begin + dup/sep_tint exch AGMCORE_gput + TintProc + end +}def +/setdevicencolor +{ + /devicen_colorspace_dict AGMCORE_gget begin + Names length copy + Names length 1 sub -1 0 + { + /devicen_tints AGMCORE_gget 3 1 roll xpt + }for + TintProc + end +}def +/sep_colorspace_proc +{ + /AGMCORE_tmp exch store + /sep_colorspace_dict AGMCORE_gget begin + currentdict/Components known{ + Components aload pop + TintMethod/Lab eq{ + 2{AGMCORE_tmp mul NComponents 1 roll}repeat + LMax sub AGMCORE_tmp mul LMax add NComponents 1 roll + }{ + TintMethod/Subtractive eq{ + NComponents{ + AGMCORE_tmp mul NComponents 1 roll + }repeat + }{ + NComponents{ + 1 sub AGMCORE_tmp mul 1 add NComponents 1 roll + }repeat + }ifelse + }ifelse + }{ + ColorLookup AGMCORE_tmp ColorLookup length 1 sub mul round cvi get + aload pop + }ifelse + end +}def +/sep_colorspace_gray_proc +{ + /AGMCORE_tmp exch store + /sep_colorspace_dict AGMCORE_gget begin + GrayLookup AGMCORE_tmp GrayLookup length 1 sub mul round cvi get + end +}def +/sep_proc_name +{ + dup 0 get + dup/DeviceRGB eq exch/DeviceCMYK eq or level2 not and has_color not and{ + pop[/DeviceGray] + /sep_colorspace_gray_proc + }{ + /sep_colorspace_proc + }ifelse +}def +/setsepcolorspace +{ + current_spot_alias{ + dup begin + Name map_alias{ + exch pop + }if + end + }if + dup/sep_colorspace_dict exch AGMCORE_gput + begin + CSA map_csa + /AGMCORE_sep_special Name dup()eq exch(All)eq or store + AGMCORE_avoid_L2_sep_space{ + [/Indexed MappedCSA sep_proc_name 255 exch + {255 div}/exec cvx 3 -1 roll[4 1 roll load/exec cvx]cvx + ]setcolorspace_opt + /TintProc{ + 255 mul round cvi setcolor + }bdf + }{ + MappedCSA 0 get/DeviceCMYK eq + currentdict/Components known and + AGMCORE_sep_special not and{ + /TintProc[ + Components aload pop Name findcmykcustomcolor + /exch cvx/setcustomcolor cvx + ]cvx bdf + }{ + AGMCORE_host_sep Name(All)eq and{ + /TintProc{ + 1 exch sub setseparationgray + }bdf + }{ + AGMCORE_in_rip_sep MappedCSA 0 get/DeviceCMYK eq and + AGMCORE_host_sep or + Name()eq and{ + /TintProc[ + MappedCSA sep_proc_name exch 0 get/DeviceCMYK eq{ + cvx/setcmykcolor cvx + }{ + cvx/setgray cvx + }ifelse + ]cvx bdf + }{ + AGMCORE_producing_seps MappedCSA 0 get dup/DeviceCMYK eq exch/DeviceGray eq or and AGMCORE_sep_special not and{ + /TintProc[ + /dup cvx + MappedCSA sep_proc_name cvx exch + 0 get/DeviceGray eq{ + 1/exch cvx/sub cvx 0 0 0 4 -1/roll cvx + }if + /Name cvx/findcmykcustomcolor cvx/exch cvx + AGMCORE_host_sep{ + AGMCORE_is_cmyk_sep + /Name cvx + /AGMCORE_IsSeparationAProcessColor load/exec cvx + /not cvx/and cvx + }{ + Name inRip_spot_has_ink not + }ifelse + [ + /pop cvx 1 + ]cvx/if cvx + /setcustomcolor cvx + ]cvx bdf + }{ + /TintProc{setcolor}bdf + [/Separation Name MappedCSA sep_proc_name load]setcolorspace_opt + }ifelse + }ifelse + }ifelse + }ifelse + }ifelse + set_crd + setsepcolor + end +}def +/additive_blend +{ + 3 dict begin + /numarrays xdf + /numcolors xdf + 0 1 numcolors 1 sub + { + /c1 xdf + 1 + 0 1 numarrays 1 sub + { + 1 exch add/index cvx + c1/get cvx/mul cvx + }for + numarrays 1 add 1/roll cvx + }for + numarrays[/pop cvx]cvx/repeat cvx + end +}def +/subtractive_blend +{ + 3 dict begin + /numarrays xdf + /numcolors xdf + 0 1 numcolors 1 sub + { + /c1 xdf + 1 1 + 0 1 numarrays 1 sub + { + 1 3 3 -1 roll add/index cvx + c1/get cvx/sub cvx/mul cvx + }for + /sub cvx + numarrays 1 add 1/roll cvx + }for + numarrays[/pop cvx]cvx/repeat cvx + end +}def +/exec_tint_transform +{ + /TintProc[ + /TintTransform cvx/setcolor cvx + ]cvx bdf + MappedCSA setcolorspace_opt +}bdf +/devn_makecustomcolor +{ + 2 dict begin + /names_index xdf + /Names xdf + 1 1 1 1 Names names_index get findcmykcustomcolor + /devicen_tints AGMCORE_gget names_index get setcustomcolor + Names length{pop}repeat + end +}bdf +/setdevicencolorspace +{ + dup/AliasedColorants known{false}{true}ifelse + current_spot_alias and{ + 7 dict begin + /names_index 0 def + dup/names_len exch/Names get length def + /new_names names_len array def + /new_LookupTables names_len array def + /alias_cnt 0 def + dup/Names get + { + dup map_alias{ + exch pop + dup/ColorLookup known{ + dup begin + new_LookupTables names_index ColorLookup put + end + }{ + dup/Components known{ + dup begin + new_LookupTables names_index Components put + end + }{ + dup begin + new_LookupTables names_index[null null null null]put + end + }ifelse + }ifelse + new_names names_index 3 -1 roll/Name get put + /alias_cnt alias_cnt 1 add def + }{ + /name xdf + new_names names_index name put + dup/LookupTables known{ + dup begin + new_LookupTables names_index LookupTables names_index get put + end + }{ + dup begin + new_LookupTables names_index[null null null null]put + end + }ifelse + }ifelse + /names_index names_index 1 add def + }forall + alias_cnt 0 gt{ + /AliasedColorants true def + /lut_entry_len new_LookupTables 0 get dup length 256 ge{0 get length}{length}ifelse def + 0 1 names_len 1 sub{ + /names_index xdf + new_LookupTables names_index get dup length 256 ge{0 get length}{length}ifelse lut_entry_len ne{ + /AliasedColorants false def + exit + }{ + new_LookupTables names_index get 0 get null eq{ + dup/Names get names_index get/name xdf + name(Cyan)eq name(Magenta)eq name(Yellow)eq name(Black)eq + or or or not{ + /AliasedColorants false def + exit + }if + }if + }ifelse + }for + lut_entry_len 1 eq{ + /AliasedColorants false def + }if + AliasedColorants{ + dup begin + /Names new_names def + /LookupTables new_LookupTables def + /AliasedColorants true def + /NComponents lut_entry_len def + /TintMethod NComponents 4 eq{/Subtractive}{/Additive}ifelse def + /MappedCSA TintMethod/Additive eq{/DeviceRGB}{/DeviceCMYK}ifelse def + currentdict/TTTablesIdx known not{ + /TTTablesIdx -1 def + }if + end + }if + }if + end + }if + dup/devicen_colorspace_dict exch AGMCORE_gput + begin + currentdict/AliasedColorants known{ + AliasedColorants + }{ + false + }ifelse + dup not{ + CSA map_csa + }if + /TintTransform load type/nulltype eq or{ + /TintTransform[ + 0 1 Names length 1 sub + { + /TTTablesIdx TTTablesIdx 1 add def + dup LookupTables exch get dup 0 get null eq + { + 1 index + Names exch get + dup(Cyan)eq + { + pop exch + LookupTables length exch sub + /index cvx + 0 0 0 + } + { + dup(Magenta)eq + { + pop exch + LookupTables length exch sub + /index cvx + 0/exch cvx 0 0 + }{ + (Yellow)eq + { + exch + LookupTables length exch sub + /index cvx + 0 0 3 -1/roll cvx 0 + }{ + exch + LookupTables length exch sub + /index cvx + 0 0 0 4 -1/roll cvx + }ifelse + }ifelse + }ifelse + 5 -1/roll cvx/astore cvx + }{ + dup length 1 sub + LookupTables length 4 -1 roll sub 1 add + /index cvx/mul cvx/round cvx/cvi cvx/get cvx + }ifelse + Names length TTTablesIdx add 1 add 1/roll cvx + }for + Names length[/pop cvx]cvx/repeat cvx + NComponents Names length + TintMethod/Subtractive eq + { + subtractive_blend + }{ + additive_blend + }ifelse + ]cvx bdf + }if + AGMCORE_host_sep{ + Names convert_to_process{ + exec_tint_transform + } + { + currentdict/AliasedColorants known{ + AliasedColorants not + }{ + false + }ifelse + 5 dict begin + /AvoidAliasedColorants xdf + /painted? false def + /names_index 0 def + /names_len Names length def + AvoidAliasedColorants{ + /currentspotalias current_spot_alias def + false set_spot_alias + }if + Names{ + AGMCORE_is_cmyk_sep{ + dup(Cyan)eq AGMCORE_cyan_plate and exch + dup(Magenta)eq AGMCORE_magenta_plate and exch + dup(Yellow)eq AGMCORE_yellow_plate and exch + (Black)eq AGMCORE_black_plate and or or or{ + /devicen_colorspace_dict AGMCORE_gget/TintProc[ + Names names_index/devn_makecustomcolor cvx + ]cvx ddf + /painted? true def + }if + painted?{exit}if + }{ + 0 0 0 0 5 -1 roll findcmykcustomcolor 1 setcustomcolor currentgray 0 eq{ + /devicen_colorspace_dict AGMCORE_gget/TintProc[ + Names names_index/devn_makecustomcolor cvx + ]cvx ddf + /painted? true def + exit + }if + }ifelse + /names_index names_index 1 add def + }forall + AvoidAliasedColorants{ + currentspotalias set_spot_alias + }if + painted?{ + /devicen_colorspace_dict AGMCORE_gget/names_index names_index put + }{ + /devicen_colorspace_dict AGMCORE_gget/TintProc[ + names_len[/pop cvx]cvx/repeat cvx 1/setseparationgray cvx + 0 0 0 0/setcmykcolor cvx + ]cvx ddf + }ifelse + end + }ifelse + } + { + AGMCORE_in_rip_sep{ + Names convert_to_process not + }{ + level3 + }ifelse + { + [/DeviceN Names MappedCSA/TintTransform load]setcolorspace_opt + /TintProc level3 not AGMCORE_in_rip_sep and{ + [ + Names/length cvx[/pop cvx]cvx/repeat cvx + ]cvx bdf + }{ + {setcolor}bdf + }ifelse + }{ + exec_tint_transform + }ifelse + }ifelse + set_crd + /AliasedColorants false def + end +}def +/setindexedcolorspace +{ + dup/indexed_colorspace_dict exch AGMCORE_gput + begin + currentdict/CSDBase known{ + CSDBase/CSD get_res begin + currentdict/Names known{ + currentdict devncs + }{ + 1 currentdict sepcs + }ifelse + AGMCORE_host_sep{ + 4 dict begin + /compCnt/Names where{pop Names length}{1}ifelse def + /NewLookup HiVal 1 add string def + 0 1 HiVal{ + /tableIndex xdf + Lookup dup type/stringtype eq{ + compCnt tableIndex map_index + }{ + exec + }ifelse + /Names where{ + pop setdevicencolor + }{ + setsepcolor + }ifelse + currentgray + tableIndex exch + 255 mul cvi + NewLookup 3 1 roll put + }for + [/Indexed currentcolorspace HiVal NewLookup]setcolorspace_opt + end + }{ + level3 + { + currentdict/Names known{ + [/Indexed[/DeviceN Names MappedCSA/TintTransform load]HiVal Lookup]setcolorspace_opt + }{ + [/Indexed[/Separation Name MappedCSA sep_proc_name load]HiVal Lookup]setcolorspace_opt + }ifelse + }{ + [/Indexed MappedCSA HiVal + [ + currentdict/Names known{ + Lookup dup type/stringtype eq + {/exch cvx CSDBase/CSD get_res/Names get length dup/mul cvx exch/getinterval cvx{255 div}/forall cvx} + {/exec cvx}ifelse + /TintTransform load/exec cvx + }{ + Lookup dup type/stringtype eq + {/exch cvx/get cvx 255/div cvx} + {/exec cvx}ifelse + CSDBase/CSD get_res/MappedCSA get sep_proc_name exch pop/load cvx/exec cvx + }ifelse + ]cvx + ]setcolorspace_opt + }ifelse + }ifelse + end + set_crd + } + { + CSA map_csa + AGMCORE_host_sep level2 not and{ + 0 0 0 0 setcmykcolor + }{ + [/Indexed MappedCSA + level2 not has_color not and{ + dup 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or{ + pop[/DeviceGray] + }if + HiVal GrayLookup + }{ + HiVal + currentdict/RangeArray known{ + { + /indexed_colorspace_dict AGMCORE_gget begin + Lookup exch + dup HiVal gt{ + pop HiVal + }if + NComponents mul NComponents getinterval{}forall + NComponents 1 sub -1 0{ + RangeArray exch 2 mul 2 getinterval aload pop map255_to_range + NComponents 1 roll + }for + end + }bind + }{ + Lookup + }ifelse + }ifelse + ]setcolorspace_opt + set_crd + }ifelse + }ifelse + end +}def +/setindexedcolor +{ + AGMCORE_host_sep{ + /indexed_colorspace_dict AGMCORE_gget + begin + currentdict/CSDBase known{ + CSDBase/CSD get_res begin + currentdict/Names known{ + map_indexed_devn + devn + } + { + Lookup 1 3 -1 roll map_index + sep + }ifelse + end + }{ + Lookup MappedCSA/DeviceCMYK eq{4}{1}ifelse 3 -1 roll + map_index + MappedCSA/DeviceCMYK eq{setcmykcolor}{setgray}ifelse + }ifelse + end + }{ + level3 not AGMCORE_in_rip_sep and/indexed_colorspace_dict AGMCORE_gget/CSDBase known and{ + /indexed_colorspace_dict AGMCORE_gget/CSDBase get/CSD get_res begin + map_indexed_devn + devn + end + } + { + setcolor + }ifelse + }ifelse +}def +/ignoreimagedata +{ + currentoverprint not{ + gsave + dup clonedict begin + 1 setgray + /Decode[0 1]def + /DataSourcedef + /MultipleDataSources false def + /BitsPerComponent 8 def + currentdict end + systemdict/image gx + grestore + }if + consumeimagedata +}def +/add_res +{ + dup/CSD eq{ + pop + //Adobe_AGM_Core begin + /AGMCORE_CSD_cache load 3 1 roll put + end + }{ + defineresource pop + }ifelse +}def +/del_res +{ + { + aload pop exch + dup/CSD eq{ + pop + {//Adobe_AGM_Core/AGMCORE_CSD_cache get exch undef}forall + }{ + exch + {1 index undefineresource}forall + pop + }ifelse + }forall +}def +/get_res +{ + dup/CSD eq{ + pop + dup type dup/nametype eq exch/stringtype eq or{ + AGMCORE_CSD_cache exch get + }if + }{ + findresource + }ifelse +}def +/get_csa_by_name +{ + dup type dup/nametype eq exch/stringtype eq or{ + /CSA get_res + }if +}def +/paintproc_buf_init +{ + /count get 0 0 put +}def +/paintproc_buf_next +{ + dup/count get dup 0 get + dup 3 1 roll + 1 add 0 xpt + get +}def +/cachepaintproc_compress +{ + 5 dict begin + currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def + /ppdict 20 dict def + /string_size 16000 def + /readbuffer string_size string def + currentglobal true setglobal + ppdict 1 array dup 0 1 put/count xpt + setglobal + /LZWFilter + { + exch + dup length 0 eq{ + pop + }{ + ppdict dup length 1 sub 3 -1 roll put + }ifelse + {string_size}{0}ifelse string + }/LZWEncode filter def + { + ReadFilter readbuffer readstring + exch LZWFilter exch writestring + not{exit}if + }loop + LZWFilter closefile + ppdict + end +}def +/cachepaintproc +{ + 2 dict begin + currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def + /ppdict 20 dict def + currentglobal true setglobal + ppdict 1 array dup 0 1 put/count xpt + setglobal + { + ReadFilter 16000 string readstring exch + ppdict dup length 1 sub 3 -1 roll put + not{exit}if + }loop + ppdict dup dup length 1 sub()put + end +}def +/make_pattern +{ + exch clonedict exch + dup matrix currentmatrix matrix concatmatrix 0 0 3 2 roll itransform + exch 3 index/XStep get 1 index exch 2 copy div cvi mul sub sub + exch 3 index/YStep get 1 index exch 2 copy div cvi mul sub sub + matrix translate exch matrix concatmatrix + 1 index begin + BBox 0 get XStep div cvi XStep mul/xshift exch neg def + BBox 1 get YStep div cvi YStep mul/yshift exch neg def + BBox 0 get xshift add + BBox 1 get yshift add + BBox 2 get xshift add + BBox 3 get yshift add + 4 array astore + /BBox exch def + [xshift yshift/translate load null/exec load]dup + 3/PaintProc load put cvx/PaintProc exch def + end + gsave 0 setgray + makepattern + grestore +}def +/set_pattern +{ + dup/PatternType get 1 eq{ + dup/PaintType get 1 eq{ + currentoverprint sop[/DeviceGray]setcolorspace 0 setgray + }if + }if + setpattern +}def +/setcolorspace_opt +{ + dup currentcolorspace eq{pop}{setcolorspace}ifelse +}def +/updatecolorrendering +{ + currentcolorrendering/RenderingIntent known{ + currentcolorrendering/RenderingIntent get + } + { + Intent/AbsoluteColorimetric eq + { + /absolute_colorimetric_crd AGMCORE_gget dup null eq + } + { + Intent/RelativeColorimetric eq + { + /relative_colorimetric_crd AGMCORE_gget dup null eq + } + { + Intent/Saturation eq + { + /saturation_crd AGMCORE_gget dup null eq + } + { + /perceptual_crd AGMCORE_gget dup null eq + }ifelse + }ifelse + }ifelse + { + pop null + } + { + /RenderingIntent known{null}{Intent}ifelse + }ifelse + }ifelse + Intent ne{ + Intent/ColorRendering{findresource}stopped + { + pop pop systemdict/findcolorrendering known + { + Intent findcolorrendering + { + /ColorRendering findresource true exch + } + { + /ColorRendering findresource + product(Xerox Phaser 5400)ne + exch + }ifelse + dup Intent/AbsoluteColorimetric eq + { + /absolute_colorimetric_crd exch AGMCORE_gput + } + { + Intent/RelativeColorimetric eq + { + /relative_colorimetric_crd exch AGMCORE_gput + } + { + Intent/Saturation eq + { + /saturation_crd exch AGMCORE_gput + } + { + Intent/Perceptual eq + { + /perceptual_crd exch AGMCORE_gput + } + { + pop + }ifelse + }ifelse + }ifelse + }ifelse + 1 index{exch}{pop}ifelse + } + {false}ifelse + } + {true}ifelse + { + dup begin + currentdict/TransformPQR known{ + currentdict/TransformPQR get aload pop + 3{{}eq 3 1 roll}repeat or or + } + {true}ifelse + currentdict/MatrixPQR known{ + currentdict/MatrixPQR get aload pop + 1.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll + 0.0 eq 9 1 roll 1.0 eq 9 1 roll 0.0 eq 9 1 roll + 0.0 eq 9 1 roll 0.0 eq 9 1 roll 1.0 eq + and and and and and and and and + } + {true}ifelse + end + or + { + clonedict begin + /TransformPQR[ + {4 -1 roll 3 get dup 3 1 roll sub 5 -1 roll 3 get 3 -1 roll sub div + 3 -1 roll 3 get 3 -1 roll 3 get dup 4 1 roll sub mul add}bind + {4 -1 roll 4 get dup 3 1 roll sub 5 -1 roll 4 get 3 -1 roll sub div + 3 -1 roll 4 get 3 -1 roll 4 get dup 4 1 roll sub mul add}bind + {4 -1 roll 5 get dup 3 1 roll sub 5 -1 roll 5 get 3 -1 roll sub div + 3 -1 roll 5 get 3 -1 roll 5 get dup 4 1 roll sub mul add}bind + ]def + /MatrixPQR[0.8951 -0.7502 0.0389 0.2664 1.7135 -0.0685 -0.1614 0.0367 1.0296]def + /RangePQR[-0.3227950745 2.3229645538 -1.5003771057 3.5003465881 -0.1369979095 2.136967392]def + currentdict end + }if + setcolorrendering_opt + }if + }if +}def +/set_crd +{ + AGMCORE_host_sep not level2 and{ + currentdict/ColorRendering known{ + ColorRendering/ColorRendering{findresource}stopped not{setcolorrendering_opt}if + }{ + currentdict/Intent known{ + updatecolorrendering + }if + }ifelse + currentcolorspace dup type/arraytype eq + {0 get}if + /DeviceRGB eq + { + currentdict/UCR known + {/UCR}{/AGMCORE_currentucr}ifelse + load setundercolorremoval + currentdict/BG known + {/BG}{/AGMCORE_currentbg}ifelse + load setblackgeneration + }if + }if +}def +/set_ucrbg +{ + dup null eq{pop/AGMCORE_currentbg load}{/Procedure get_res}ifelse setblackgeneration + dup null eq{pop/AGMCORE_currentucr load}{/Procedure get_res}ifelse setundercolorremoval +}def +/setcolorrendering_opt +{ + dup currentcolorrendering eq{ + pop + }{ + clonedict + begin + /Intent Intent def + currentdict + end + setcolorrendering + }ifelse +}def +/cpaint_gcomp +{ + convert_to_process//Adobe_AGM_Core/AGMCORE_ConvertToProcess xddf + //Adobe_AGM_Core/AGMCORE_ConvertToProcess get not + { + (%end_cpaint_gcomp)flushinput + }if +}def +/cpaint_gsep +{ + //Adobe_AGM_Core/AGMCORE_ConvertToProcess get + { + (%end_cpaint_gsep)flushinput + }if +}def +/cpaint_gend +{np}def +/T1_path +{ + currentfile token pop currentfile token pop mo + { + currentfile token pop dup type/stringtype eq + {pop exit}if + 0 exch rlineto + currentfile token pop dup type/stringtype eq + {pop exit}if + 0 rlineto + }loop +}def +/T1_gsave + level3 + {/clipsave} + {/gsave}ifelse + load def +/T1_grestore + level3 + {/cliprestore} + {/grestore}ifelse + load def +/set_spot_alias_ary +{ + dup inherit_aliases + //Adobe_AGM_Core/AGMCORE_SpotAliasAry xddf +}def +/set_spot_normalization_ary +{ + dup inherit_aliases + dup length + /AGMCORE_SpotAliasAry where{pop AGMCORE_SpotAliasAry length add}if + array + //Adobe_AGM_Core/AGMCORE_SpotAliasAry2 xddf + /AGMCORE_SpotAliasAry where{ + pop + AGMCORE_SpotAliasAry2 0 AGMCORE_SpotAliasAry putinterval + AGMCORE_SpotAliasAry length + }{0}ifelse + AGMCORE_SpotAliasAry2 3 1 roll exch putinterval + true set_spot_alias +}def +/inherit_aliases +{ + {dup/Name get map_alias{/CSD put}{pop}ifelse}forall +}def +/set_spot_alias +{ + /AGMCORE_SpotAliasAry2 where{ + /AGMCORE_current_spot_alias 3 -1 roll put + }{ + pop + }ifelse +}def +/current_spot_alias +{ + /AGMCORE_SpotAliasAry2 where{ + /AGMCORE_current_spot_alias get + }{ + false + }ifelse +}def +/map_alias +{ + /AGMCORE_SpotAliasAry2 where{ + begin + /AGMCORE_name xdf + false + AGMCORE_SpotAliasAry2{ + dup/Name get AGMCORE_name eq{ + /CSD get/CSD get_res + exch pop true + exit + }{ + pop + }ifelse + }forall + end + }{ + pop false + }ifelse +}bdf +/spot_alias +{ + true set_spot_alias + /AGMCORE_&setcustomcolor AGMCORE_key_known not{ + //Adobe_AGM_Core/AGMCORE_&setcustomcolor/setcustomcolor load put + }if + /customcolor_tint 1 AGMCORE_gput + //Adobe_AGM_Core begin + /setcustomcolor + { + //Adobe_AGM_Core begin + dup/customcolor_tint exch AGMCORE_gput + 1 index aload pop pop 1 eq exch 1 eq and exch 1 eq and exch 1 eq and not + current_spot_alias and{1 index 4 get map_alias}{false}ifelse + { + false set_spot_alias + /sep_colorspace_dict AGMCORE_gget null ne + 3 1 roll 2 index{ + exch pop/sep_tint AGMCORE_gget exch + }if + mark 3 1 roll + setsepcolorspace + counttomark 0 ne{ + setsepcolor + }if + pop + not{/sep_tint 1.0 AGMCORE_gput}if + pop + true set_spot_alias + }{ + AGMCORE_&setcustomcolor + }ifelse + end + }bdf + end +}def +/begin_feature +{ + Adobe_AGM_Core/AGMCORE_feature_dictCount countdictstack put + count Adobe_AGM_Core/AGMCORE_feature_opCount 3 -1 roll put + {Adobe_AGM_Core/AGMCORE_feature_ctm matrix currentmatrix put}if +}def +/end_feature +{ + 2 dict begin + /spd/setpagedevice load def + /setpagedevice{get_gstate spd set_gstate}def + stopped{$error/newerror false put}if + end + count Adobe_AGM_Core/AGMCORE_feature_opCount get sub dup 0 gt{{pop}repeat}{pop}ifelse + countdictstack Adobe_AGM_Core/AGMCORE_feature_dictCount get sub dup 0 gt{{end}repeat}{pop}ifelse + {Adobe_AGM_Core/AGMCORE_feature_ctm get setmatrix}if +}def +/set_negative +{ + //Adobe_AGM_Core begin + /AGMCORE_inverting exch def + level2{ + currentpagedevice/NegativePrint known AGMCORE_distilling not and{ + currentpagedevice/NegativePrint get//Adobe_AGM_Core/AGMCORE_inverting get ne{ + true begin_feature true{ + <>setpagedevice + }end_feature + }if + /AGMCORE_inverting false def + }if + }if + AGMCORE_inverting{ + [{1 exch sub}/exec load dup currenttransfer exch]cvx bind settransfer + AGMCORE_distilling{ + erasepage + }{ + gsave np clippath 1/setseparationgray where{pop setseparationgray}{setgray}ifelse + /AGMIRS_&fill where{pop AGMIRS_&fill}{fill}ifelse grestore + }ifelse + }if + end +}def +/lw_save_restore_override{ + /md where{ + pop + md begin + initializepage + /initializepage{}def + /pmSVsetup{}def + /endp{}def + /pse{}def + /psb{}def + /orig_showpage where + {pop} + {/orig_showpage/showpage load def} + ifelse + /showpage{orig_showpage gR}def + end + }if +}def +/pscript_showpage_override{ + /NTPSOct95 where + { + begin + showpage + save + /showpage/restore load def + /restore{exch pop}def + end + }if +}def +/driver_media_override +{ + /md where{ + pop + md/initializepage known{ + md/initializepage{}put + }if + md/rC known{ + md/rC{4{pop}repeat}put + }if + }if + /mysetup where{ + /mysetup[1 0 0 1 0 0]put + }if + Adobe_AGM_Core/AGMCORE_Default_CTM matrix currentmatrix put + level2 + {Adobe_AGM_Core/AGMCORE_Default_PageSize currentpagedevice/PageSize get put}if +}def +/driver_check_media_override +{ + /PrepsDict where + {pop} + { + Adobe_AGM_Core/AGMCORE_Default_CTM get matrix currentmatrix ne + Adobe_AGM_Core/AGMCORE_Default_PageSize get type/arraytype eq + { + Adobe_AGM_Core/AGMCORE_Default_PageSize get 0 get currentpagedevice/PageSize get 0 get eq and + Adobe_AGM_Core/AGMCORE_Default_PageSize get 1 get currentpagedevice/PageSize get 1 get eq and + }if + { + Adobe_AGM_Core/AGMCORE_Default_CTM get setmatrix + }if + }ifelse +}def +AGMCORE_err_strings begin + /AGMCORE_bad_environ(Environment not satisfactory for this job. Ensure that the PPD is correct or that the PostScript level requested is supported by this printer. )def + /AGMCORE_color_space_onhost_seps(This job contains colors that will not separate with on-host methods. )def + /AGMCORE_invalid_color_space(This job contains an invalid color space. )def +end +/set_def_ht +{AGMCORE_def_ht sethalftone}def +/set_def_flat +{AGMCORE_Default_flatness setflat}def +end +systemdict/setpacking known +{setpacking}if +%%EndResource +%%BeginResource: procset Adobe_CoolType_Core 2.31 0 %%Copyright: Copyright 1997-2006 Adobe Systems Incorporated. All Rights Reserved. %%Version: 2.31 0 10 dict begin /Adobe_CoolType_Passthru currentdict def /Adobe_CoolType_Core_Defined userdict/Adobe_CoolType_Core known def Adobe_CoolType_Core_Defined {/Adobe_CoolType_Core userdict/Adobe_CoolType_Core get def} if userdict/Adobe_CoolType_Core 70 dict dup begin put /Adobe_CoolType_Version 2.31 def /Level2? systemdict/languagelevel known dup {pop systemdict/languagelevel get 2 ge} if def Level2? not { /currentglobal false def /setglobal/pop load def /gcheck{pop false}bind def /currentpacking false def /setpacking/pop load def /SharedFontDirectory 0 dict def } if currentpacking true setpacking currentglobal false setglobal userdict/Adobe_CoolType_Data 2 copy known not {2 copy 10 dict put} if get begin /@opStackCountByLevel 32 dict def /@opStackLevel 0 def /@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def end setglobal currentglobal true setglobal userdict/Adobe_CoolType_GVMFonts known not {userdict/Adobe_CoolType_GVMFonts 10 dict put} if setglobal currentglobal false setglobal userdict/Adobe_CoolType_LVMFonts known not {userdict/Adobe_CoolType_LVMFonts 10 dict put} if setglobal /ct_VMDictPut { dup gcheck{Adobe_CoolType_GVMFonts}{Adobe_CoolType_LVMFonts}ifelse 3 1 roll put }bind def /ct_VMDictUndef { dup Adobe_CoolType_GVMFonts exch known {Adobe_CoolType_GVMFonts exch undef} { dup Adobe_CoolType_LVMFonts exch known {Adobe_CoolType_LVMFonts exch undef} {pop} ifelse }ifelse }bind def /ct_str1 1 string def /ct_xshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { _ct_x _ct_y moveto 0 rmoveto } ifelse /_ct_i _ct_i 1 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /ct_yshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { _ct_x _ct_y moveto 0 exch rmoveto } ifelse /_ct_i _ct_i 1 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /ct_xyshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { {_ct_na _ct_i 1 add get}stopped {pop pop pop} { _ct_x _ct_y moveto rmoveto } ifelse } ifelse /_ct_i _ct_i 2 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /xsh{{@xshow}stopped{Adobe_CoolType_Data begin ct_xshow end}if}bind def /ysh{{@yshow}stopped{Adobe_CoolType_Data begin ct_yshow end}if}bind def /xysh{{@xyshow}stopped{Adobe_CoolType_Data begin ct_xyshow end}if}bind def currentglobal true setglobal /ct_T3Defs { /BuildChar { 1 index/Encoding get exch get 1 index/BuildGlyph get exec }bind def /BuildGlyph { exch begin GlyphProcs exch get exec end }bind def }bind def setglobal /@_SaveStackLevels { Adobe_CoolType_Data begin /@vmState currentglobal def false setglobal @opStackCountByLevel @opStackLevel 2 copy known not { 2 copy 3 dict dup/args 7 index 5 add array put put get } { get dup/args get dup length 3 index lt { dup length 5 add array exch 1 index exch 0 exch putinterval 1 index exch/args exch put } {pop} ifelse } ifelse begin count 1 sub 1 index lt {pop count} if dup/argCount exch def dup 0 gt { args exch 0 exch getinterval astore pop } {pop} ifelse count /restCount exch def end /@opStackLevel @opStackLevel 1 add def countdictstack 1 sub @dictStackCountByLevel exch @dictStackLevel exch put /@dictStackLevel @dictStackLevel 1 add def @vmState setglobal end }bind def /@_RestoreStackLevels { Adobe_CoolType_Data begin /@opStackLevel @opStackLevel 1 sub def @opStackCountByLevel @opStackLevel get begin count restCount sub dup 0 gt {{pop}repeat} {pop} ifelse args 0 argCount getinterval{}forall end /@dictStackLevel @dictStackLevel 1 sub def @dictStackCountByLevel @dictStackLevel get end countdictstack exch sub dup 0 gt {{end}repeat} {pop} ifelse }bind def /@_PopStackLevels { Adobe_CoolType_Data begin /@opStackLevel @opStackLevel 1 sub def /@dictStackLevel @dictStackLevel 1 sub def end }bind def /@Raise { exch cvx exch errordict exch get exec stop }bind def /@ReRaise { cvx $error/errorname get errordict exch get exec stop }bind def /@Stopped { 0 @#Stopped }bind def /@#Stopped { @_SaveStackLevels stopped {@_RestoreStackLevels true} {@_PopStackLevels false} ifelse }bind def /@Arg { Adobe_CoolType_Data begin @opStackCountByLevel @opStackLevel 1 sub get begin args exch argCount 1 sub exch sub get end end }bind def currentglobal true setglobal /CTHasResourceForAllBug Level2? { 1 dict dup /@shouldNotDisappearDictValue true def Adobe_CoolType_Data exch/@shouldNotDisappearDict exch put begin count @_SaveStackLevels {(*){pop stop}128 string/Category resourceforall} stopped pop @_RestoreStackLevels currentdict Adobe_CoolType_Data/@shouldNotDisappearDict get dup 3 1 roll ne dup 3 1 roll { /@shouldNotDisappearDictValue known { { end currentdict 1 index eq {pop exit} if } loop } if } { pop end } ifelse } {false} ifelse def true setglobal /CTHasResourceStatusBug Level2? { mark {/steveamerige/Category resourcestatus} stopped {cleartomark true} {cleartomark currentglobal not} ifelse } {false} ifelse def setglobal /CTResourceStatus { mark 3 1 roll /Category findresource begin ({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec {cleartomark false} {{3 2 roll pop true}{cleartomark false}ifelse} ifelse end }bind def /CTWorkAroundBugs { Level2? { /cid_PreLoad/ProcSet resourcestatus { pop pop currentglobal mark { (*) { dup/CMap CTHasResourceStatusBug {CTResourceStatus} {resourcestatus} ifelse { pop dup 0 eq exch 1 eq or { dup/CMap findresource gcheck setglobal /CMap undefineresource } { pop CTHasResourceForAllBug {exit} {stop} ifelse } ifelse } {pop} ifelse } 128 string/CMap resourceforall } stopped {cleartomark} stopped pop setglobal } if } if }bind def /ds { Adobe_CoolType_Core begin CTWorkAroundBugs /mo/moveto load def /nf/newencodedfont load def /msf{makefont setfont}bind def /uf{dup undefinefont ct_VMDictUndef}bind def /ur/undefineresource load def /chp/charpath load def /awsh/awidthshow load def /wsh/widthshow load def /ash/ashow load def /@xshow/xshow load def /@yshow/yshow load def /@xyshow/xyshow load def /@cshow/cshow load def /sh/show load def /rp/repeat load def /.n/.notdef def end currentglobal false setglobal userdict/Adobe_CoolType_Data 2 copy known not {2 copy 10 dict put} if get begin /AddWidths? false def /CC 0 def /charcode 2 string def /@opStackCountByLevel 32 dict def /@opStackLevel 0 def /@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def /InVMFontsByCMap 10 dict def /InVMDeepCopiedFonts 10 dict def end setglobal }bind def /dt { currentdict Adobe_CoolType_Core eq {end} if }bind def /ps { Adobe_CoolType_Core begin Adobe_CoolType_GVMFonts begin Adobe_CoolType_LVMFonts begin SharedFontDirectory begin }bind def /pt { end end end end }bind def /unload { systemdict/languagelevel known { systemdict/languagelevel get 2 ge { userdict/Adobe_CoolType_Core 2 copy known {undef} {pop pop} ifelse } if } if }bind def /ndf { 1 index where {pop pop pop} {dup xcheck{bind}if def} ifelse }def /findfont systemdict begin userdict begin /globaldict where{/globaldict get begin}if dup where pop exch get /globaldict where{pop end}if end end Adobe_CoolType_Core_Defined {/systemfindfont exch def} { /findfont 1 index def /systemfindfont exch def } ifelse /undefinefont {pop}ndf /copyfont { currentglobal 3 1 roll 1 index gcheck setglobal dup null eq{0}{dup length}ifelse 2 index length add 1 add dict begin exch { 1 index/FID eq {pop pop} {def} ifelse } forall dup null eq {pop} {{def}forall} ifelse currentdict end exch setglobal }bind def /copyarray { currentglobal exch dup gcheck setglobal dup length array copy exch setglobal }bind def /newencodedfont { currentglobal { SharedFontDirectory 3 index known {SharedFontDirectory 3 index get/FontReferenced known} {false} ifelse } { FontDirectory 3 index known {FontDirectory 3 index get/FontReferenced known} { SharedFontDirectory 3 index known {SharedFontDirectory 3 index get/FontReferenced known} {false} ifelse } ifelse } ifelse dup { 3 index findfont/FontReferenced get 2 index dup type/nametype eq {findfont} if ne {pop false} if } if dup { 1 index dup type/nametype eq {findfont} if dup/CharStrings known { /CharStrings get length 4 index findfont/CharStrings get length ne { pop false } if } {pop} ifelse } if { pop 1 index findfont /Encoding get exch 0 1 255 {2 copy get 3 index 3 1 roll put} for pop pop pop } { currentglobal 4 1 roll dup type/nametype eq {findfont} if dup gcheck setglobal dup dup maxlength 2 add dict begin exch { 1 index/FID ne 2 index/Encoding ne and {def} {pop pop} ifelse } forall /FontReferenced exch def /Encoding exch dup length array copy def /FontName 1 index dup type/stringtype eq{cvn}if def dup currentdict end definefont ct_VMDictPut setglobal } ifelse }bind def /SetSubstituteStrategy { $SubstituteFont begin dup type/dicttype ne {0 dict} if currentdict/$Strategies known { exch $Strategies exch 2 copy known { get 2 copy maxlength exch maxlength add dict begin {def}forall {def}forall currentdict dup/$Init known {dup/$Init get exec} if end /$Strategy exch def } {pop pop pop} ifelse } {pop pop} ifelse end }bind def /scff { $SubstituteFont begin dup type/stringtype eq {dup length exch} {null} ifelse /$sname exch def /$slen exch def /$inVMIndex $sname null eq { 1 index $str cvs dup length $slen sub $slen getinterval cvn } {$sname} ifelse def end {findfont} @Stopped { dup length 8 add string exch 1 index 0(BadFont:)putinterval 1 index exch 8 exch dup length string cvs putinterval cvn {findfont} @Stopped {pop/Courier findfont} if } if $SubstituteFont begin /$sname null def /$slen 0 def /$inVMIndex null def end }bind def /isWidthsOnlyFont { dup/WidthsOnly known {pop pop true} { dup/FDepVector known {/FDepVector get{isWidthsOnlyFont dup{exit}if}forall} { dup/FDArray known {/FDArray get{isWidthsOnlyFont dup{exit}if}forall} {pop} ifelse } ifelse } ifelse }bind def /ct_StyleDicts 4 dict dup begin /Adobe-Japan1 4 dict dup begin Level2? { /Serif /HeiseiMin-W3-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiMin-W3} { /CIDFont/Category resourcestatus { pop pop /HeiseiMin-W3/CIDFont resourcestatus {pop pop/HeiseiMin-W3} {/Ryumin-Light} ifelse } {/Ryumin-Light} ifelse } ifelse def /SansSerif /HeiseiKakuGo-W5-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiKakuGo-W5} { /CIDFont/Category resourcestatus { pop pop /HeiseiKakuGo-W5/CIDFont resourcestatus {pop pop/HeiseiKakuGo-W5} {/GothicBBB-Medium} ifelse } {/GothicBBB-Medium} ifelse } ifelse def /HeiseiMaruGo-W4-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiMaruGo-W4} { /CIDFont/Category resourcestatus { pop pop /HeiseiMaruGo-W4/CIDFont resourcestatus {pop pop/HeiseiMaruGo-W4} { /Jun101-Light-RKSJ-H/Font resourcestatus {pop pop/Jun101-Light} {SansSerif} ifelse } ifelse } { /Jun101-Light-RKSJ-H/Font resourcestatus {pop pop/Jun101-Light} {SansSerif} ifelse } ifelse } ifelse /RoundSansSerif exch def /Default Serif def } { /Serif/Ryumin-Light def /SansSerif/GothicBBB-Medium def { (fonts/Jun101-Light-83pv-RKSJ-H)status }stopped {pop}{ {pop pop pop pop/Jun101-Light} {SansSerif} ifelse /RoundSansSerif exch def }ifelse /Default Serif def } ifelse end def /Adobe-Korea1 4 dict dup begin /Serif/HYSMyeongJo-Medium def /SansSerif/HYGoThic-Medium def /RoundSansSerif SansSerif def /Default Serif def end def /Adobe-GB1 4 dict dup begin /Serif/STSong-Light def /SansSerif/STHeiti-Regular def /RoundSansSerif SansSerif def /Default Serif def end def /Adobe-CNS1 4 dict dup begin /Serif/MKai-Medium def /SansSerif/MHei-Medium def /RoundSansSerif SansSerif def /Default Serif def end def end def Level2?{currentglobal true setglobal}if /ct_BoldRomanWidthProc { stringwidth 1 index 0 ne{exch .03 add exch}if setcharwidth 0 0 }bind def /ct_Type0WidthProc { dup stringwidth 0 0 moveto 2 index true charpath pathbbox 0 -1 7 index 2 div .88 setcachedevice2 pop 0 0 }bind def /ct_Type0WMode1WidthProc { dup stringwidth pop 2 div neg -0.88 2 copy moveto 0 -1 5 -1 roll true charpath pathbbox setcachedevice }bind def /cHexEncoding [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_BoldBaseFont 11 dict begin /FontType 3 def /FontMatrix[1 0 0 1 0 0]def /FontBBox[0 0 1 1]def /Encoding cHexEncoding def /_setwidthProc/ct_BoldRomanWidthProc load def /_bcstr1 1 string def /BuildChar { exch begin _basefont setfont _bcstr1 dup 0 4 -1 roll put dup _setwidthProc 3 copy moveto show _basefonto setfont moveto show end }bind def currentdict end def systemdict/composefont known { /ct_DefineIdentity-H { /Identity-H/CMap resourcestatus { pop pop } { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering(Identity)def /Supplement 0 def end def /CMapName/Identity-H def /CMapVersion 1.000 def /CMapType 1 def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse } def /ct_BoldBaseCIDFont 11 dict begin /CIDFontType 1 def /CIDFontName/ct_BoldBaseCIDFont def /FontMatrix[1 0 0 1 0 0]def /FontBBox[0 0 1 1]def /_setwidthProc/ct_Type0WidthProc load def /_bcstr2 2 string def /BuildGlyph { exch begin _basefont setfont _bcstr2 1 2 index 256 mod put _bcstr2 0 3 -1 roll 256 idiv put _bcstr2 dup _setwidthProc 3 copy moveto show _basefonto setfont moveto show end }bind def currentdict end def }if Level2?{setglobal}if /ct_CopyFont{ { 1 index/FID ne 2 index/UniqueID ne and {def}{pop pop}ifelse }forall }bind def /ct_Type0CopyFont { exch dup length dict begin ct_CopyFont [ exch FDepVector { dup/FontType get 0 eq { 1 index ct_Type0CopyFont /_ctType0 exch definefont } { /_ctBaseFont exch 2 index exec } ifelse exch } forall pop ] /FDepVector exch def currentdict end }bind def /ct_MakeBoldFont { dup/ct_SyntheticBold known { dup length 3 add dict begin ct_CopyFont /ct_StrokeWidth .03 0 FontMatrix idtransform pop def /ct_SyntheticBold true def currentdict end definefont } { dup dup length 3 add dict begin ct_CopyFont /PaintType 2 def /StrokeWidth .03 0 FontMatrix idtransform pop def /dummybold currentdict end definefont dup/FontType get dup 9 ge exch 11 le and { ct_BoldBaseCIDFont dup length 3 add dict copy begin dup/CIDSystemInfo get/CIDSystemInfo exch def ct_DefineIdentity-H /_Type0Identity/Identity-H 3 -1 roll[exch]composefont /_basefont exch def /_Type0Identity/Identity-H 3 -1 roll[exch]composefont /_basefonto exch def currentdict end /CIDFont defineresource } { ct_BoldBaseFont dup length 3 add dict copy begin /_basefont exch def /_basefonto exch def currentdict end definefont } ifelse } ifelse }bind def /ct_MakeBold{ 1 index 1 index findfont currentglobal 5 1 roll dup gcheck setglobal dup /FontType get 0 eq { dup/WMode known{dup/WMode get 1 eq}{false}ifelse version length 4 ge and {version 0 4 getinterval cvi 2015 ge} {true} ifelse {/ct_Type0WidthProc} {/ct_Type0WMode1WidthProc} ifelse ct_BoldBaseFont/_setwidthProc 3 -1 roll load put {ct_MakeBoldFont}ct_Type0CopyFont definefont } { dup/_fauxfont known not 1 index/SubstMaster known not and { ct_BoldBaseFont/_setwidthProc /ct_BoldRomanWidthProc load put ct_MakeBoldFont } { 2 index 2 index eq {exch pop } { dup length dict begin ct_CopyFont currentdict end definefont } ifelse } ifelse } ifelse pop pop pop setglobal }bind def /?str1 256 string def /?set { $SubstituteFont begin /$substituteFound false def /$fontname 1 index def /$doSmartSub false def end dup findfont $SubstituteFont begin $substituteFound {false} { dup/FontName known { dup/FontName get $fontname eq 1 index/DistillerFauxFont known not and /currentdistillerparams where {pop false 2 index isWidthsOnlyFont not and} if } {false} ifelse } ifelse exch pop /$doSmartSub true def end { 5 1 roll pop pop pop pop findfont } { 1 index findfont dup/FontType get 3 eq { 6 1 roll pop pop pop pop pop false } {pop true} ifelse { $SubstituteFont begin pop pop /$styleArray 1 index def /$regOrdering 2 index def pop pop 0 1 $styleArray length 1 sub { $styleArray exch get ct_StyleDicts $regOrdering 2 copy known { get exch 2 copy known not {pop/Default} if get dup type/nametype eq { ?str1 cvs length dup 1 add exch ?str1 exch(-)putinterval exch dup length exch ?str1 exch 3 index exch putinterval add ?str1 exch 0 exch getinterval cvn } { pop pop/Unknown } ifelse } { pop pop pop pop/Unknown } ifelse } for end findfont }if } ifelse currentglobal false setglobal 3 1 roll null copyfont definefont pop setglobal }bind def setpacking userdict/$SubstituteFont 25 dict put 1 dict begin /SubstituteFont dup $error exch 2 copy known {get} {pop pop{pop/Courier}bind} ifelse def /currentdistillerparams where dup { pop pop currentdistillerparams/CannotEmbedFontPolicy 2 copy known {get/Error eq} {pop pop false} ifelse } if not { countdictstack array dictstack 0 get begin userdict begin $SubstituteFont begin /$str 128 string def /$fontpat 128 string def /$slen 0 def /$sname null def /$match false def /$fontname null def /$substituteFound false def /$inVMIndex null def /$doSmartSub true def /$depth 0 def /$fontname null def /$italicangle 26.5 def /$dstack null def /$Strategies 10 dict dup begin /$Type3Underprint { currentglobal exch false setglobal 11 dict begin /UseFont exch $WMode 0 ne { dup length dict copy dup/WMode $WMode put /UseFont exch definefont } if def /FontName $fontname dup type/stringtype eq{cvn}if def /FontType 3 def /FontMatrix[.001 0 0 .001 0 0]def /Encoding 256 array dup 0 1 255{/.notdef put dup}for pop def /FontBBox[0 0 0 0]def /CCInfo 7 dict dup begin /cc null def /x 0 def /y 0 def end def /BuildChar { exch begin CCInfo begin 1 string dup 0 3 index put exch pop /cc exch def UseFont 1000 scalefont setfont cc stringwidth/y exch def/x exch def x y setcharwidth $SubstituteFont/$Strategy get/$Underprint get exec 0 0 moveto cc show x y moveto end end }bind def currentdict end exch setglobal }bind def /$GetaTint 2 dict dup begin /$BuildFont { dup/WMode known {dup/WMode get} {0} ifelse /$WMode exch def $fontname exch dup/FontName known { dup/FontName get dup type/stringtype eq{cvn}if } {/unnamedfont} ifelse exch Adobe_CoolType_Data/InVMDeepCopiedFonts get 1 index/FontName get known { pop Adobe_CoolType_Data/InVMDeepCopiedFonts get 1 index get null copyfont } {$deepcopyfont} ifelse exch 1 index exch/FontBasedOn exch put dup/FontName $fontname dup type/stringtype eq{cvn}if put definefont Adobe_CoolType_Data/InVMDeepCopiedFonts get begin dup/FontBasedOn get 1 index def end }bind def /$Underprint { gsave x abs y abs gt {/y 1000 def} {/x -1000 def 500 120 translate} ifelse Level2? { [/Separation(All)/DeviceCMYK{0 0 0 1 pop}] setcolorspace } {0 setgray} ifelse 10 setlinewidth x .8 mul [7 3] { y mul 8 div 120 sub x 10 div exch moveto 0 y 4 div neg rlineto dup 0 rlineto 0 y 4 div rlineto closepath gsave Level2? {.2 setcolor} {.8 setgray} ifelse fill grestore stroke } forall pop grestore }bind def end def /$Oblique 1 dict dup begin /$BuildFont { currentglobal exch dup gcheck setglobal null copyfont begin /FontBasedOn currentdict/FontName known { FontName dup type/stringtype eq{cvn}if } {/unnamedfont} ifelse def /FontName $fontname dup type/stringtype eq{cvn}if def /currentdistillerparams where {pop} { /FontInfo currentdict/FontInfo known {FontInfo null copyfont} {2 dict} ifelse dup begin /ItalicAngle $italicangle def /FontMatrix FontMatrix [1 0 ItalicAngle dup sin exch cos div 1 0 0] matrix concatmatrix readonly end 4 2 roll def def } ifelse FontName currentdict end definefont exch setglobal }bind def end def /$None 1 dict dup begin /$BuildFont{}bind def end def end def /$Oblique SetSubstituteStrategy /$findfontByEnum { dup type/stringtype eq{cvn}if dup/$fontname exch def $sname null eq {$str cvs dup length $slen sub $slen getinterval} {pop $sname} ifelse $fontpat dup 0(fonts/*)putinterval exch 7 exch putinterval /$match false def $SubstituteFont/$dstack countdictstack array dictstack put mark { $fontpat 0 $slen 7 add getinterval {/$match exch def exit} $str filenameforall } stopped { cleardictstack currentdict true $SubstituteFont/$dstack get { exch { 1 index eq {pop false} {true} ifelse } {begin false} ifelse } forall pop } if cleartomark /$slen 0 def $match false ne {$match(fonts/)anchorsearch pop pop cvn} {/Courier} ifelse }bind def /$ROS 1 dict dup begin /Adobe 4 dict dup begin /Japan1 [/Ryumin-Light/HeiseiMin-W3 /GothicBBB-Medium/HeiseiKakuGo-W5 /HeiseiMaruGo-W4/Jun101-Light]def /Korea1 [/HYSMyeongJo-Medium/HYGoThic-Medium]def /GB1 [/STSong-Light/STHeiti-Regular]def /CNS1 [/MKai-Medium/MHei-Medium]def end def end def /$cmapname null def /$deepcopyfont { dup/FontType get 0 eq { 1 dict dup/FontName/copied put copyfont begin /FDepVector FDepVector copyarray 0 1 2 index length 1 sub { 2 copy get $deepcopyfont dup/FontName/copied put /copied exch definefont 3 copy put pop pop } for def currentdict end } {$Strategies/$Type3Underprint get exec} ifelse }bind def /$buildfontname { dup/CIDFont findresource/CIDSystemInfo get begin Registry length Ordering length Supplement 8 string cvs 3 copy length 2 add add add string dup 5 1 roll dup 0 Registry putinterval dup 4 index(-)putinterval dup 4 index 1 add Ordering putinterval 4 2 roll add 1 add 2 copy(-)putinterval end 1 add 2 copy 0 exch getinterval $cmapname $fontpat cvs exch anchorsearch {pop pop 3 2 roll putinterval cvn/$cmapname exch def} {pop pop pop pop pop} ifelse length $str 1 index(-)putinterval 1 add $str 1 index $cmapname $fontpat cvs putinterval $cmapname length add $str exch 0 exch getinterval cvn }bind def /$findfontByROS { /$fontname exch def $ROS Registry 2 copy known { get Ordering 2 copy known {get} {pop pop[]} ifelse } {pop pop[]} ifelse false exch { dup/CIDFont resourcestatus { pop pop save 1 index/CIDFont findresource dup/WidthsOnly known {dup/WidthsOnly get} {false} ifelse exch pop exch restore {pop} {exch pop true exit} ifelse } {pop} ifelse } forall {$str cvs $buildfontname} { false(*) { save exch dup/CIDFont findresource dup/WidthsOnly known {dup/WidthsOnly get not} {true} ifelse exch/CIDSystemInfo get dup/Registry get Registry eq exch/Ordering get Ordering eq and and {exch restore exch pop true exit} {pop restore} ifelse } $str/CIDFont resourceforall {$buildfontname} {$fontname $findfontByEnum} ifelse } ifelse }bind def end end currentdict/$error known currentdict/languagelevel known and dup {pop $error/SubstituteFont known} if dup {$error} {Adobe_CoolType_Core} ifelse begin { /SubstituteFont /CMap/Category resourcestatus { pop pop { $SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and { $sname null eq {dup $str cvs dup length $slen sub $slen getinterval cvn} {$sname} ifelse Adobe_CoolType_Data/InVMFontsByCMap get 1 index 2 copy known { get false exch { pop currentglobal { GlobalFontDirectory 1 index known {exch pop true exit} {pop} ifelse } { FontDirectory 1 index known {exch pop true exit} { GlobalFontDirectory 1 index known {exch pop true exit} {pop} ifelse } ifelse } ifelse } forall } {pop pop false} ifelse { exch pop exch pop } { dup/CMap resourcestatus { pop pop dup/$cmapname exch def /CMap findresource/CIDSystemInfo get{def}forall $findfontByROS } { 128 string cvs dup(-)search { 3 1 roll search { 3 1 roll pop {dup cvi} stopped {pop pop pop pop pop $findfontByEnum} { 4 2 roll pop pop exch length exch 2 index length 2 index sub exch 1 sub -1 0 { $str cvs dup length 4 index 0 4 index 4 3 roll add getinterval exch 1 index exch 3 index exch putinterval dup/CMap resourcestatus { pop pop 4 1 roll pop pop pop dup/$cmapname exch def /CMap findresource/CIDSystemInfo get{def}forall $findfontByROS true exit } {pop} ifelse } for dup type/booleantype eq {pop} {pop pop pop $findfontByEnum} ifelse } ifelse } {pop pop pop $findfontByEnum} ifelse } {pop pop $findfontByEnum} ifelse } ifelse } ifelse } {//SubstituteFont exec} ifelse /$slen 0 def end } } { { $SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and {$findfontByEnum} {//SubstituteFont exec} ifelse end } } ifelse bind readonly def Adobe_CoolType_Core/scfindfont/systemfindfont load put } { /scfindfont { $SubstituteFont begin dup systemfindfont dup/FontName known {dup/FontName get dup 3 index ne} {/noname true} ifelse dup { /$origfontnamefound 2 index def /$origfontname 4 index def/$substituteFound true def } if exch pop { $slen 0 gt $sname null ne 3 index length $slen gt or and { pop dup $findfontByEnum findfont dup maxlength 1 add dict begin {1 index/FID eq{pop pop}{def}ifelse} forall currentdict end definefont dup/FontName known{dup/FontName get}{null}ifelse $origfontnamefound ne { $origfontname $str cvs print ( substitution revised, using )print dup/FontName known {dup/FontName get}{(unspecified font)} ifelse $str cvs print(.\n)print } if } {exch pop} ifelse } {exch pop} ifelse end }bind def } ifelse end end Adobe_CoolType_Core_Defined not { Adobe_CoolType_Core/findfont { $SubstituteFont begin $depth 0 eq { /$fontname 1 index dup type/stringtype ne{$str cvs}if def /$substituteFound false def } if /$depth $depth 1 add def end scfindfont $SubstituteFont begin /$depth $depth 1 sub def $substituteFound $depth 0 eq and { $inVMIndex null ne {dup $inVMIndex $AddInVMFont} if $doSmartSub { currentdict/$Strategy known {$Strategy/$BuildFont get exec} if } if } if end }bind put } if } if end /$AddInVMFont { exch/FontName 2 copy known { get 1 dict dup begin exch 1 index gcheck def end exch Adobe_CoolType_Data/InVMFontsByCMap get exch $DictAdd } {pop pop pop} ifelse }bind def /$DictAdd { 2 copy known not {2 copy 4 index length dict put} if Level2? not { 2 copy get dup maxlength exch length 4 index length add lt 2 copy get dup length 4 index length add exch maxlength 1 index lt { 2 mul dict begin 2 copy get{forall}def 2 copy currentdict put end } {pop} ifelse } if get begin {def} forall end }bind def end end %%EndResource currentglobal true setglobal %%BeginResource: procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 %%Copyright: Copyright 1987-2006 Adobe Systems Incorporated. %%Version: 1.23 0 systemdict/languagelevel known dup {currentglobal false setglobal} {false} ifelse exch userdict/Adobe_CoolType_Utility 2 copy known {2 copy get dup maxlength 27 add dict copy} {27 dict} ifelse put Adobe_CoolType_Utility begin /@eexecStartData def /@recognizeCIDFont null def /ct_Level2? exch def /ct_Clone? 1183615869 internaldict dup /CCRun known not exch/eCCRun known not ct_Level2? and or def ct_Level2? {globaldict begin currentglobal true setglobal} if /ct_AddStdCIDMap ct_Level2? {{ mark Adobe_CoolType_Utility/@recognizeCIDFont currentdict put { ((Hex)57 StartData 0615 1e27 2c39 1c60 d8a8 cc31 fe2b f6e0 7aa3 e541 e21c 60d8 a8c9 c3d0 6d9e 1c60 d8a8 c9c2 02d7 9a1c 60d8 a849 1c60 d8a8 cc36 74f4 1144 b13b 77)0()/SubFileDecode filter cvx exec } stopped { cleartomark Adobe_CoolType_Utility/@recognizeCIDFont get countdictstack dup array dictstack exch 1 sub -1 0 { 2 copy get 3 index eq {1 index length exch sub 1 sub{end}repeat exit} {pop} ifelse } for pop pop Adobe_CoolType_Utility/@eexecStartData get eexec } {cleartomark} ifelse }} {{ Adobe_CoolType_Utility/@eexecStartData get eexec }} ifelse bind def userdict/cid_extensions known dup{cid_extensions/cid_UpdateDB known and}if { cid_extensions begin /cid_GetCIDSystemInfo { 1 index type/stringtype eq {exch cvn exch} if cid_extensions begin dup load 2 index known { 2 copy cid_GetStatusInfo dup null ne { 1 index load 3 index get dup null eq {pop pop cid_UpdateDB} { exch 1 index/Created get eq {exch pop exch pop} {pop cid_UpdateDB} ifelse } ifelse } {pop cid_UpdateDB} ifelse } {cid_UpdateDB} ifelse end }bind def end } if ct_Level2? {end setglobal} if /ct_UseNativeCapability? systemdict/composefont known def /ct_MakeOCF 35 dict def /ct_Vars 25 dict def /ct_GlyphDirProcs 6 dict def /ct_BuildCharDict 15 dict dup begin /charcode 2 string def /dst_string 1500 string def /nullstring()def /usewidths? true def end def ct_Level2?{setglobal}{pop}ifelse ct_GlyphDirProcs begin /GetGlyphDirectory { systemdict/languagelevel known {pop/CIDFont findresource/GlyphDirectory get} { 1 index/CIDFont findresource/GlyphDirectory get dup type/dicttype eq { dup dup maxlength exch length sub 2 index lt { dup length 2 index add dict copy 2 index /CIDFont findresource/GlyphDirectory 2 index put } if } if exch pop exch pop } ifelse + }def /+ { systemdict/languagelevel known { currentglobal false setglobal 3 dict begin /vm exch def } {1 dict begin} ifelse /$ exch def systemdict/languagelevel known { vm setglobal /gvm currentglobal def $ gcheck setglobal } if ?{$ begin}if }def /?{$ type/dicttype eq}def /|{ userdict/Adobe_CoolType_Data known { Adobe_CoolType_Data/AddWidths? known { currentdict Adobe_CoolType_Data begin begin AddWidths? { Adobe_CoolType_Data/CC 3 index put ?{def}{$ 3 1 roll put}ifelse CC charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore currentfont/Widths get exch CC exch put } {?{def}{$ 3 1 roll put}ifelse} ifelse end end } {?{def}{$ 3 1 roll put}ifelse} ifelse } {?{def}{$ 3 1 roll put}ifelse} ifelse }def /! { ?{end}if systemdict/languagelevel known {gvm setglobal} if end }def /:{string currentfile exch readstring pop}executeonly def end ct_MakeOCF begin /ct_cHexEncoding [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_CID_STR_SIZE 8000 def /ct_mkocfStr100 100 string def /ct_defaultFontMtx[.001 0 0 .001 0 0]def /ct_1000Mtx[1000 0 0 1000 0 0]def /ct_raise{exch cvx exch errordict exch get exec stop}bind def /ct_reraise {cvx $error/errorname get(Error: )print dup( )cvs print errordict exch get exec stop }bind def /ct_cvnsi { 1 index add 1 sub 1 exch 0 4 1 roll { 2 index exch get exch 8 bitshift add } for exch pop }bind def /ct_GetInterval { Adobe_CoolType_Utility/ct_BuildCharDict get begin /dst_index 0 def dup dst_string length gt {dup string/dst_string exch def} if 1 index ct_CID_STR_SIZE idiv /arrayIndex exch def 2 index arrayIndex get 2 index arrayIndex ct_CID_STR_SIZE mul sub { dup 3 index add 2 index length le { 2 index getinterval dst_string dst_index 2 index putinterval length dst_index add/dst_index exch def exit } { 1 index length 1 index sub dup 4 1 roll getinterval dst_string dst_index 2 index putinterval pop dup dst_index add/dst_index exch def sub /arrayIndex arrayIndex 1 add def 2 index dup length arrayIndex gt {arrayIndex get} { pop exit } ifelse 0 } ifelse } loop pop pop pop dst_string 0 dst_index getinterval end }bind def ct_Level2? { /ct_resourcestatus currentglobal mark true setglobal {/unknowninstancename/Category resourcestatus} stopped {cleartomark setglobal true} {cleartomark currentglobal not exch setglobal} ifelse { { mark 3 1 roll/Category findresource begin ct_Vars/vm currentglobal put ({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec {cleartomark false} {{3 2 roll pop true}{cleartomark false}ifelse} ifelse ct_Vars/vm get setglobal end } } {{resourcestatus}} ifelse bind def /CIDFont/Category ct_resourcestatus {pop pop} { currentglobal true setglobal /Generic/Category findresource dup length dict copy dup/InstanceType/dicttype put /CIDFont exch/Category defineresource pop setglobal } ifelse ct_UseNativeCapability? { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering(Identity)def /Supplement 0 def end def /CMapName/Identity-H def /CMapVersion 1.000 def /CMapType 1 def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } if } { /ct_Category 2 dict begin /CIDFont 10 dict def /ProcSet 2 dict def currentdict end def /defineresource { ct_Category 1 index 2 copy known { get dup dup maxlength exch length eq { dup length 10 add dict copy ct_Category 2 index 2 index put } if 3 index 3 index put pop exch pop } {pop pop/defineresource/undefined ct_raise} ifelse }bind def /findresource { ct_Category 1 index 2 copy known { get 2 index 2 copy known {get 3 1 roll pop pop} {pop pop/findresource/undefinedresource ct_raise} ifelse } {pop pop/findresource/undefined ct_raise} ifelse }bind def /resourcestatus { ct_Category 1 index 2 copy known { get 2 index known exch pop exch pop { 0 -1 true } { false } ifelse } {pop pop/findresource/undefined ct_raise} ifelse }bind def /ct_resourcestatus/resourcestatus load def } ifelse /ct_CIDInit 2 dict begin /ct_cidfont_stream_init { { dup(Binary)eq { pop null currentfile ct_Level2? { {cid_BYTE_COUNT()/SubFileDecode filter} stopped {pop pop pop} if } if /readstring load exit } if dup(Hex)eq { pop currentfile ct_Level2? { {null exch/ASCIIHexDecode filter/readstring} stopped {pop exch pop(>)exch/readhexstring} if } {(>)exch/readhexstring} ifelse load exit } if /StartData/typecheck ct_raise } loop cid_BYTE_COUNT ct_CID_STR_SIZE le { 2 copy cid_BYTE_COUNT string exch exec pop 1 array dup 3 -1 roll 0 exch put } { cid_BYTE_COUNT ct_CID_STR_SIZE div ceiling cvi dup array exch 2 sub 0 exch 1 exch { 2 copy 5 index ct_CID_STR_SIZE string 6 index exec pop put pop } for 2 index cid_BYTE_COUNT ct_CID_STR_SIZE mod string 3 index exec pop 1 index exch 1 index length 1 sub exch put } ifelse cid_CIDFONT exch/GlyphData exch put 2 index null eq { pop pop pop } { pop/readstring load 1 string exch { 3 copy exec pop dup length 0 eq { pop pop pop pop pop true exit } if 4 index eq { pop pop pop pop false exit } if } loop pop } ifelse }bind def /StartData { mark { currentdict dup/FDArray get 0 get/FontMatrix get 0 get 0.001 eq { dup/CDevProc known not { /CDevProc 1183615869 internaldict/stdCDevProc 2 copy known {get} { pop pop {pop pop pop pop pop 0 -1000 7 index 2 div 880} } ifelse def } if } { /CDevProc { pop pop pop pop pop 0 1 cid_temp/cid_CIDFONT get /FDArray get 0 get /FontMatrix get 0 get div 7 index 2 div 1 index 0.88 mul }def } ifelse /cid_temp 15 dict def cid_temp begin /cid_CIDFONT exch def 3 copy pop dup/cid_BYTE_COUNT exch def 0 gt { ct_cidfont_stream_init FDArray { /Private get dup/SubrMapOffset known { begin /Subrs SubrCount array def Subrs SubrMapOffset SubrCount SDBytes ct_Level2? { currentdict dup/SubrMapOffset undef dup/SubrCount undef /SDBytes undef } if end /cid_SD_BYTES exch def /cid_SUBR_COUNT exch def /cid_SUBR_MAP_OFFSET exch def /cid_SUBRS exch def cid_SUBR_COUNT 0 gt { GlyphData cid_SUBR_MAP_OFFSET cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi 0 1 cid_SUBR_COUNT 1 sub { exch 1 index 1 add cid_SD_BYTES mul cid_SUBR_MAP_OFFSET add GlyphData exch cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi cid_SUBRS 4 2 roll GlyphData exch 4 index 1 index sub ct_GetInterval dup length string copy put } for pop } if } {pop} ifelse } forall } if cleartomark pop pop end CIDFontName currentdict/CIDFont defineresource pop end end } stopped {cleartomark/StartData ct_reraise} if }bind def currentdict end def /ct_saveCIDInit { /CIDInit/ProcSet ct_resourcestatus {true} {/CIDInitC/ProcSet ct_resourcestatus} ifelse { pop pop /CIDInit/ProcSet findresource ct_UseNativeCapability? {pop null} {/CIDInit ct_CIDInit/ProcSet defineresource pop} ifelse } {/CIDInit ct_CIDInit/ProcSet defineresource pop null} ifelse ct_Vars exch/ct_oldCIDInit exch put }bind def /ct_restoreCIDInit { ct_Vars/ct_oldCIDInit get dup null ne {/CIDInit exch/ProcSet defineresource pop} {pop} ifelse }bind def /ct_BuildCharSetUp { 1 index begin CIDFont begin Adobe_CoolType_Utility/ct_BuildCharDict get begin /ct_dfCharCode exch def /ct_dfDict exch def CIDFirstByte ct_dfCharCode add dup CIDCount ge {pop 0} if /cid exch def { GlyphDirectory cid 2 copy known {get} {pop pop nullstring} ifelse dup length FDBytes sub 0 gt { dup FDBytes 0 ne {0 FDBytes ct_cvnsi} {pop 0} ifelse /fdIndex exch def dup length FDBytes sub FDBytes exch getinterval /charstring exch def exit } { pop cid 0 eq {/charstring nullstring def exit} if /cid 0 def } ifelse } loop }def /ct_SetCacheDevice { 0 0 moveto dup stringwidth 3 -1 roll true charpath pathbbox 0 -1000 7 index 2 div 880 setcachedevice2 0 0 moveto }def /ct_CloneSetCacheProc { 1 eq { stringwidth pop -2 div -880 0 -1000 setcharwidth moveto } { usewidths? { currentfont/Widths get cid 2 copy known {get exch pop aload pop} {pop pop stringwidth} ifelse } {stringwidth} ifelse setcharwidth 0 0 moveto } ifelse }def /ct_Type3ShowCharString { ct_FDDict fdIndex 2 copy known {get} { currentglobal 3 1 roll 1 index gcheck setglobal ct_Type1FontTemplate dup maxlength dict copy begin FDArray fdIndex get dup/FontMatrix 2 copy known {get} {pop pop ct_defaultFontMtx} ifelse /FontMatrix exch dup length array copy def /Private get /Private exch def /Widths rootfont/Widths get def /CharStrings 1 dict dup/.notdef dup length string copy put def currentdict end /ct_Type1Font exch definefont dup 5 1 roll put setglobal } ifelse dup/CharStrings get 1 index/Encoding get ct_dfCharCode get charstring put rootfont/WMode 2 copy known {get} {pop pop 0} ifelse exch 1000 scalefont setfont ct_str1 0 ct_dfCharCode put ct_str1 exch ct_dfSetCacheProc ct_SyntheticBold { currentpoint ct_str1 show newpath moveto ct_str1 true charpath ct_StrokeWidth setlinewidth stroke } {ct_str1 show} ifelse }def /ct_Type4ShowCharString { ct_dfDict ct_dfCharCode charstring FDArray fdIndex get dup/FontMatrix get dup ct_defaultFontMtx ct_matrixeq not {ct_1000Mtx matrix concatmatrix concat} {pop} ifelse /Private get Adobe_CoolType_Utility/ct_Level2? get not { ct_dfDict/Private 3 -1 roll {put} 1183615869 internaldict/superexec get exec } if 1183615869 internaldict Adobe_CoolType_Utility/ct_Level2? get {1 index} {3 index/Private get mark 6 1 roll} ifelse dup/RunInt known {/RunInt get} {pop/CCRun} ifelse get exec Adobe_CoolType_Utility/ct_Level2? get not {cleartomark} if }bind def /ct_BuildCharIncremental { { Adobe_CoolType_Utility/ct_MakeOCF get begin ct_BuildCharSetUp ct_ShowCharString } stopped {stop} if end end end end }bind def /BaseFontNameStr(BF00)def /ct_Type1FontTemplate 14 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0]def /FontBBox [-250 -250 1250 1250]def /Encoding ct_cHexEncoding def /PaintType 0 def currentdict end def /BaseFontTemplate 11 dict begin /FontMatrix [0.001 0 0 0.001 0 0]def /FontBBox [-250 -250 1250 1250]def /Encoding ct_cHexEncoding def /BuildChar/ct_BuildCharIncremental load def ct_Clone? { /FontType 3 def /ct_ShowCharString/ct_Type3ShowCharString load def /ct_dfSetCacheProc/ct_CloneSetCacheProc load def /ct_SyntheticBold false def /ct_StrokeWidth 1 def } { /FontType 4 def /Private 1 dict dup/lenIV 4 put def /CharStrings 1 dict dup/.notdefput def /PaintType 0 def /ct_ShowCharString/ct_Type4ShowCharString load def } ifelse /ct_str1 1 string def currentdict end def /BaseFontDictSize BaseFontTemplate length 5 add def /ct_matrixeq { true 0 1 5 { dup 4 index exch get exch 3 index exch get eq and dup not {exit} if } for exch pop exch pop }bind def /ct_makeocf { 15 dict begin exch/WMode exch def exch/FontName exch def /FontType 0 def /FMapType 2 def dup/FontMatrix known {dup/FontMatrix get/FontMatrix exch def} {/FontMatrix matrix def} ifelse /bfCount 1 index/CIDCount get 256 idiv 1 add dup 256 gt{pop 256}if def /Encoding 256 array 0 1 bfCount 1 sub{2 copy dup put pop}for bfCount 1 255{2 copy bfCount put pop}for def /FDepVector bfCount dup 256 lt{1 add}if array def BaseFontTemplate BaseFontDictSize dict copy begin /CIDFont exch def CIDFont/FontBBox known {CIDFont/FontBBox get/FontBBox exch def} if CIDFont/CDevProc known {CIDFont/CDevProc get/CDevProc exch def} if currentdict end BaseFontNameStr 3(0)putinterval 0 1 bfCount dup 256 eq{1 sub}if { FDepVector exch 2 index BaseFontDictSize dict copy begin dup/CIDFirstByte exch 256 mul def FontType 3 eq {/ct_FDDict 2 dict def} if currentdict end 1 index 16 BaseFontNameStr 2 2 getinterval cvrs pop BaseFontNameStr exch definefont put } for ct_Clone? {/Widths 1 index/CIDFont get/GlyphDirectory get length dict def} if FontName currentdict end definefont ct_Clone? { gsave dup 1000 scalefont setfont ct_BuildCharDict begin /usewidths? false def currentfont/Widths get begin exch/CIDFont get/GlyphDirectory get { pop dup charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore def } forall end /usewidths? true def end grestore } {exch pop} ifelse }bind def currentglobal true setglobal /ct_ComposeFont { ct_UseNativeCapability? { 2 index/CMap ct_resourcestatus {pop pop exch pop} { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CMapName 3 index def /CMapVersion 1.000 def /CMapType 1 def exch/WMode exch def /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search { pop pop (-)search { dup length string copy exch pop exch pop } {pop(Identity)} ifelse } {pop (Identity)} ifelse def /Supplement 0 def end def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse composefont } { 3 2 roll pop 0 get/CIDFont findresource ct_makeocf } ifelse }bind def setglobal /ct_MakeIdentity { ct_UseNativeCapability? { 1 index/CMap ct_resourcestatus {pop pop} { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CMapName 2 index def /CMapVersion 1.000 def /CMapType 1 def /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search { pop pop (-)search {dup length string copy exch pop exch pop} {pop(Identity)} ifelse } {pop(Identity)} ifelse def /Supplement 0 def end def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse composefont } { exch pop 0 get/CIDFont findresource ct_makeocf } ifelse }bind def currentdict readonly pop end end %%EndResource setglobal %%BeginResource: procset Adobe_CoolType_Utility_T42 1.0 0 %%Copyright: Copyright 1987-2004 Adobe Systems Incorporated. %%Version: 1.0 0 userdict/ct_T42Dict 15 dict put ct_T42Dict begin /Is2015? { version cvi 2015 ge }bind def /AllocGlyphStorage { Is2015? { pop } { {string}forall }ifelse }bind def /Type42DictBegin { 25 dict begin /FontName exch def /CharStrings 256 dict begin /.notdef 0 def currentdict end def /Encoding exch def /PaintType 0 def /FontType 42 def /FontMatrix[1 0 0 1 0 0]def 4 array astore cvx/FontBBox exch def /sfnts }bind def /Type42DictEnd { currentdict dup/FontName get exch definefont end ct_T42Dict exch dup/FontName get exch put }bind def /RD{string currentfile exch readstring pop}executeonly def /PrepFor2015 { Is2015? { /GlyphDirectory 16 dict def sfnts 0 get dup 2 index (glyx) putinterval 2 index (locx) putinterval pop pop } { pop pop }ifelse }bind def /AddT42Char { Is2015? { /GlyphDirectory get begin def end pop pop } { /sfnts get 4 index get 3 index 2 index putinterval pop pop pop pop }ifelse }bind def /T0AddT42Mtx2 { /CIDFont findresource/Metrics2 get begin def end }bind def end %%EndResource currentglobal true setglobal %%BeginFile: MMFauxFont.prc %%Copyright: Copyright 1987-2001 Adobe Systems Incorporated. %%All Rights Reserved. userdict /ct_EuroDict 10 dict put ct_EuroDict begin /ct_CopyFont { { 1 index /FID ne {def} {pop pop} ifelse} forall } def /ct_GetGlyphOutline { gsave initmatrix newpath exch findfont dup length 1 add dict begin ct_CopyFont /Encoding Encoding dup length array copy dup 4 -1 roll 0 exch put def currentdict end /ct_EuroFont exch definefont 1000 scalefont setfont 0 0 moveto [ <00> stringwidth <00> false charpath pathbbox [ {/m cvx} {/l cvx} {/c cvx} {/cp cvx} pathforall grestore counttomark 8 add } def /ct_MakeGlyphProc { ] cvx /ct_PSBuildGlyph cvx ] cvx } def /ct_PSBuildGlyph { gsave 8 -1 roll pop 7 1 roll 6 -2 roll ct_FontMatrix transform 6 2 roll 4 -2 roll ct_FontMatrix transform 4 2 roll ct_FontMatrix transform currentdict /PaintType 2 copy known {get 2 eq}{pop pop false} ifelse dup 9 1 roll { currentdict /StrokeWidth 2 copy known { get 2 div 0 ct_FontMatrix dtransform pop 5 1 roll 4 -1 roll 4 index sub 4 1 roll 3 -1 roll 4 index sub 3 1 roll exch 4 index add exch 4 index add 5 -1 roll pop } { pop pop } ifelse } if setcachedevice ct_FontMatrix concat ct_PSPathOps begin exec end { currentdict /StrokeWidth 2 copy known { get } { pop pop 0 } ifelse setlinewidth stroke } { fill } ifelse grestore } def /ct_PSPathOps 4 dict dup begin /m {moveto} def /l {lineto} def /c {curveto} def /cp {closepath} def end def /ct_matrix1000 [1000 0 0 1000 0 0] def /ct_AddGlyphProc { 2 index findfont dup length 4 add dict begin ct_CopyFont /CharStrings CharStrings dup length 1 add dict copy begin 3 1 roll def currentdict end def /ct_FontMatrix ct_matrix1000 FontMatrix matrix concatmatrix def /ct_PSBuildGlyph /ct_PSBuildGlyph load def /ct_PSPathOps /ct_PSPathOps load def currentdict end definefont pop } def systemdict /languagelevel known { /ct_AddGlyphToPrinterFont { 2 copy ct_GetGlyphOutline 3 add -1 roll restore ct_MakeGlyphProc ct_AddGlyphProc } def } { /ct_AddGlyphToPrinterFont { pop pop restore Adobe_CTFauxDict /$$$FONTNAME get /Euro Adobe_CTFauxDict /$$$SUBSTITUTEBASE get ct_EuroDict exch get ct_AddGlyphProc } def } ifelse /AdobeSansMM { 556 0 24 -19 541 703 { 541 628 m 510 669 442 703 354 703 c 201 703 117 607 101 444 c 50 444 l 25 372 l 97 372 l 97 301 l 49 301 l 24 229 l 103 229 l 124 67 209 -19 350 -19 c 435 -19 501 25 509 32 c 509 131 l 492 105 417 60 343 60 c 267 60 204 127 197 229 c 406 229 l 430 301 l 191 301 l 191 372 l 455 372 l 479 444 l 194 444 l 201 531 245 624 348 624 c 433 624 484 583 509 534 c cp 556 0 m } ct_PSBuildGlyph } def /AdobeSerifMM { 500 0 10 -12 484 692 { 347 298 m 171 298 l 170 310 170 322 170 335 c 170 362 l 362 362 l 374 403 l 172 403 l 184 580 244 642 308 642 c 380 642 434 574 457 457 c 481 462 l 474 691 l 449 691 l 433 670 429 657 410 657 c 394 657 360 692 299 692 c 204 692 94 604 73 403 c 22 403 l 10 362 l 70 362 l 69 352 69 341 69 330 c 69 319 69 308 70 298 c 22 298 l 10 257 l 73 257 l 97 57 216 -12 295 -12 c 364 -12 427 25 484 123 c 458 142 l 425 101 384 37 316 37 c 256 37 189 84 173 257 c 335 257 l cp 500 0 m } ct_PSBuildGlyph } def end %%EndFile setglobal Adobe_CoolType_Core begin /$Oblique SetSubstituteStrategy end %%BeginResource: procset Adobe_AGM_Image 1.0 0 +%%Version: 1.0 0 +%%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved. +systemdict/setpacking known +{ + currentpacking + true setpacking +}if +userdict/Adobe_AGM_Image 71 dict dup begin put +/Adobe_AGM_Image_Id/Adobe_AGM_Image_1.0_0 def +/nd{ + null def +}bind def +/AGMIMG_&image nd +/AGMIMG_&colorimage nd +/AGMIMG_&imagemask nd +/AGMIMG_mbuf()def +/AGMIMG_ybuf()def +/AGMIMG_kbuf()def +/AGMIMG_c 0 def +/AGMIMG_m 0 def +/AGMIMG_y 0 def +/AGMIMG_k 0 def +/AGMIMG_tmp nd +/AGMIMG_imagestring0 nd +/AGMIMG_imagestring1 nd +/AGMIMG_imagestring2 nd +/AGMIMG_imagestring3 nd +/AGMIMG_imagestring4 nd +/AGMIMG_imagestring5 nd +/AGMIMG_cnt nd +/AGMIMG_fsave nd +/AGMIMG_colorAry nd +/AGMIMG_override nd +/AGMIMG_name nd +/AGMIMG_maskSource nd +/AGMIMG_flushfilters nd +/invert_image_samples nd +/knockout_image_samples nd +/img nd +/sepimg nd +/devnimg nd +/idximg nd +/ds +{ + Adobe_AGM_Core begin + Adobe_AGM_Image begin + /AGMIMG_&image systemdict/image get def + /AGMIMG_&imagemask systemdict/imagemask get def + /colorimage where{ + pop + /AGMIMG_&colorimage/colorimage ldf + }if + end + end +}def +/ps +{ + Adobe_AGM_Image begin + /AGMIMG_ccimage_exists{/customcolorimage where + { + pop + /Adobe_AGM_OnHost_Seps where + { + pop false + }{ + /Adobe_AGM_InRip_Seps where + { + pop false + }{ + true + }ifelse + }ifelse + }{ + false + }ifelse + }bdf + level2{ + /invert_image_samples + { + Adobe_AGM_Image/AGMIMG_tmp Decode length ddf + /Decode[Decode 1 get Decode 0 get]def + }def + /knockout_image_samples + { + Operator/imagemask ne{ + /Decode[1 1]def + }if + }def + }{ + /invert_image_samples + { + {1 exch sub}currenttransfer addprocs settransfer + }def + /knockout_image_samples + { + {pop 1}currenttransfer addprocs settransfer + }def + }ifelse + /img/imageormask ldf + /sepimg/sep_imageormask ldf + /devnimg/devn_imageormask ldf + /idximg/indexed_imageormask ldf + /_ctype 7 def + currentdict{ + dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{ + bind + }if + def + }forall +}def +/pt +{ + end +}def +/dt +{ +}def +/AGMIMG_flushfilters +{ + dup type/arraytype ne + {1 array astore}if + dup 0 get currentfile ne + {dup 0 get flushfile}if + { + dup type/filetype eq + { + dup status 1 index currentfile ne and + {closefile} + {pop} + ifelse + }{pop}ifelse + }forall +}def +/AGMIMG_init_common +{ + currentdict/T known{/ImageType/T ldf currentdict/T undef}if + currentdict/W known{/Width/W ldf currentdict/W undef}if + currentdict/H known{/Height/H ldf currentdict/H undef}if + currentdict/M known{/ImageMatrix/M ldf currentdict/M undef}if + currentdict/BC known{/BitsPerComponent/BC ldf currentdict/BC undef}if + currentdict/D known{/Decode/D ldf currentdict/D undef}if + currentdict/DS known{/DataSource/DS ldf currentdict/DS undef}if + currentdict/O known{ + /Operator/O load 1 eq{ + /imagemask + }{ + /O load 2 eq{ + /image + }{ + /colorimage + }ifelse + }ifelse + def + currentdict/O undef + }if + currentdict/HSCI known{/HostSepColorImage/HSCI ldf currentdict/HSCI undef}if + currentdict/MD known{/MultipleDataSources/MD ldf currentdict/MD undef}if + currentdict/I known{/Interpolate/I ldf currentdict/I undef}if + currentdict/SI known{/SkipImageProc/SI ldf currentdict/SI undef}if + /DataSource load xcheck not{ + DataSource type/arraytype eq{ + DataSource 0 get type/filetype eq{ + /_Filters DataSource def + currentdict/MultipleDataSources known not{ + /DataSource DataSource dup length 1 sub get def + }if + }if + }if + currentdict/MultipleDataSources known not{ + /MultipleDataSources DataSource type/arraytype eq{ + DataSource length 1 gt + } + {false}ifelse def + }if + }if + /NComponents Decode length 2 div def + currentdict/SkipImageProc known not{/SkipImageProc{false}def}if +}bdf +/imageormask_sys +{ + begin + AGMIMG_init_common + save mark + level2{ + currentdict + Operator/imagemask eq{ + AGMIMG_&imagemask + }{ + use_mask{ + process_mask AGMIMG_&image + }{ + AGMIMG_&image + }ifelse + }ifelse + }{ + Width Height + Operator/imagemask eq{ + Decode 0 get 1 eq Decode 1 get 0 eq and + ImageMatrix/DataSource load + AGMIMG_&imagemask + }{ + BitsPerComponent ImageMatrix/DataSource load + AGMIMG_&image + }ifelse + }ifelse + currentdict/_Filters known{_Filters AGMIMG_flushfilters}if + cleartomark restore + end +}def +/overprint_plate +{ + currentoverprint{ + 0 get dup type/nametype eq{ + dup/DeviceGray eq{ + pop AGMCORE_black_plate not + }{ + /DeviceCMYK eq{ + AGMCORE_is_cmyk_sep not + }if + }ifelse + }{ + false exch + { + AGMOHS_sepink eq or + }forall + not + }ifelse + }{ + pop false + }ifelse +}def +/process_mask +{ + level3{ + dup begin + /ImageType 1 def + end + 4 dict begin + /DataDict exch def + /ImageType 3 def + /InterleaveType 3 def + /MaskDict 9 dict begin + /ImageType 1 def + /Width DataDict dup/MaskWidth known{/MaskWidth}{/Width}ifelse get def + /Height DataDict dup/MaskHeight known{/MaskHeight}{/Height}ifelse get def + /ImageMatrix[Width 0 0 Height neg 0 Height]def + /NComponents 1 def + /BitsPerComponent 1 def + /Decode DataDict dup/MaskD known{/MaskD}{[1 0]}ifelse get def + /DataSource Adobe_AGM_Core/AGMIMG_maskSource get def + currentdict end def + currentdict end + }if +}def +/use_mask +{ + dup/Mask known {dup/Mask get}{false}ifelse +}def +/imageormask +{ + begin + AGMIMG_init_common + SkipImageProc{ + currentdict consumeimagedata + } + { + save mark + level2 AGMCORE_host_sep not and{ + currentdict + Operator/imagemask eq DeviceN_PS2 not and{ + imagemask + }{ + AGMCORE_in_rip_sep currentoverprint and currentcolorspace 0 get/DeviceGray eq and{ + [/Separation/Black/DeviceGray{}]setcolorspace + /Decode[Decode 1 get Decode 0 get]def + }if + use_mask{ + process_mask image + }{ + DeviceN_NoneName DeviceN_PS2 Indexed_DeviceN level3 not and or or AGMCORE_in_rip_sep and + { + Names convert_to_process not{ + 2 dict begin + /imageDict xdf + /names_index 0 def + gsave + imageDict write_image_file{ + Names{ + dup(None)ne{ + [/Separation 3 -1 roll/DeviceGray{1 exch sub}]setcolorspace + Operator imageDict read_image_file + names_index 0 eq{true setoverprint}if + /names_index names_index 1 add def + }{ + pop + }ifelse + }forall + close_image_file + }if + grestore + end + }{ + Operator/imagemask eq{ + imagemask + }{ + image + }ifelse + }ifelse + }{ + Operator/imagemask eq{ + imagemask + }{ + image + }ifelse + }ifelse + }ifelse + }ifelse + }{ + Width Height + Operator/imagemask eq{ + Decode 0 get 1 eq Decode 1 get 0 eq and + ImageMatrix/DataSource load + /Adobe_AGM_OnHost_Seps where{ + pop imagemask + }{ + currentgray 1 ne{ + currentdict imageormask_sys + }{ + currentoverprint not{ + 1 AGMCORE_&setgray + currentdict imageormask_sys + }{ + currentdict ignoreimagedata + }ifelse + }ifelse + }ifelse + }{ + BitsPerComponent ImageMatrix + MultipleDataSources{ + 0 1 NComponents 1 sub{ + DataSource exch get + }for + }{ + /DataSource load + }ifelse + Operator/colorimage eq{ + AGMCORE_host_sep{ + MultipleDataSources level2 or NComponents 4 eq and{ + AGMCORE_is_cmyk_sep{ + MultipleDataSources{ + /DataSource DataSource 0 get xcheck + { + [ + DataSource 0 get/exec cvx + DataSource 1 get/exec cvx + DataSource 2 get/exec cvx + DataSource 3 get/exec cvx + /AGMCORE_get_ink_data cvx + ]cvx + }{ + DataSource aload pop AGMCORE_get_ink_data + }ifelse def + }{ + /DataSource + Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul + /DataSource load + filter_cmyk 0()/SubFileDecode filter def + }ifelse + /Decode[Decode 0 get Decode 1 get]def + /MultipleDataSources false def + /NComponents 1 def + /Operator/image def + invert_image_samples + 1 AGMCORE_&setgray + currentdict imageormask_sys + }{ + currentoverprint not Operator/imagemask eq and{ + 1 AGMCORE_&setgray + currentdict imageormask_sys + }{ + currentdict ignoreimagedata + }ifelse + }ifelse + }{ + MultipleDataSources NComponents AGMIMG_&colorimage + }ifelse + }{ + true NComponents colorimage + }ifelse + }{ + Operator/image eq{ + AGMCORE_host_sep{ + /DoImage true def + currentdict/HostSepColorImage known{HostSepColorImage not}{false}ifelse + { + AGMCORE_black_plate not Operator/imagemask ne and{ + /DoImage false def + currentdict ignoreimagedata + }if + }if + 1 AGMCORE_&setgray + DoImage + {currentdict imageormask_sys}if + }{ + use_mask{ + process_mask image + }{ + image + }ifelse + }ifelse + }{ + Operator/knockout eq{ + pop pop pop pop pop + currentcolorspace overprint_plate not{ + knockout_unitsq + }if + }if + }ifelse + }ifelse + }ifelse + }ifelse + cleartomark restore + }ifelse + currentdict/_Filters known{_Filters AGMIMG_flushfilters}if + end +}def +/sep_imageormask +{ + /sep_colorspace_dict AGMCORE_gget begin + CSA map_csa + begin + AGMIMG_init_common + SkipImageProc{ + currentdict consumeimagedata + }{ + save mark + AGMCORE_avoid_L2_sep_space{ + /Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def + }if + AGMIMG_ccimage_exists + MappedCSA 0 get/DeviceCMYK eq and + currentdict/Components known and + Name()ne and + Name(All)ne and + Operator/image eq and + AGMCORE_producing_seps not and + level2 not and + { + Width Height BitsPerComponent ImageMatrix + [ + /DataSource load/exec cvx + { + 0 1 2 index length 1 sub{ + 1 index exch + 2 copy get 255 xor put + }for + }/exec cvx + ]cvx bind + MappedCSA 0 get/DeviceCMYK eq{ + Components aload pop + }{ + 0 0 0 Components aload pop 1 exch sub + }ifelse + Name findcmykcustomcolor + customcolorimage + }{ + AGMCORE_producing_seps not{ + level2{ + //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne AGMCORE_avoid_L2_sep_space not and currentcolorspace 0 get/Separation ne and{ + [/Separation Name MappedCSA sep_proc_name exch dup 0 get 15 string cvs(/Device)anchorsearch{pop pop 0 get}{pop}ifelse exch load]setcolorspace_opt + /sep_tint AGMCORE_gget setcolor + }if + currentdict imageormask + }{ + currentdict + Operator/imagemask eq{ + imageormask + }{ + sep_imageormask_lev1 + }ifelse + }ifelse + }{ + AGMCORE_host_sep{ + Operator/knockout eq{ + currentdict/ImageMatrix get concat + knockout_unitsq + }{ + currentgray 1 ne{ + AGMCORE_is_cmyk_sep Name(All)ne and{ + level2{ + Name AGMCORE_IsSeparationAProcessColor + { + Operator/imagemask eq{ + //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ + /sep_tint AGMCORE_gget 1 exch sub AGMCORE_&setcolor + }if + }{ + invert_image_samples + }ifelse + }{ + //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ + [/Separation Name[/DeviceGray] + { + sep_colorspace_proc AGMCORE_get_ink_data + 1 exch sub + }bind + ]AGMCORE_&setcolorspace + /sep_tint AGMCORE_gget AGMCORE_&setcolor + }if + }ifelse + currentdict imageormask_sys + }{ + currentdict + Operator/imagemask eq{ + imageormask_sys + }{ + sep_image_lev1_sep + }ifelse + }ifelse + }{ + Operator/imagemask ne{ + invert_image_samples + }if + currentdict imageormask_sys + }ifelse + }{ + currentoverprint not Name(All)eq or Operator/imagemask eq and{ + currentdict imageormask_sys + }{ + currentoverprint not + { + gsave + knockout_unitsq + grestore + }if + currentdict consumeimagedata + }ifelse + }ifelse + }ifelse + }{ + //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ + currentcolorspace 0 get/Separation ne{ + [/Separation Name MappedCSA sep_proc_name exch 0 get exch load]setcolorspace_opt + /sep_tint AGMCORE_gget setcolor + }if + }if + currentoverprint + MappedCSA 0 get/DeviceCMYK eq and + Name AGMCORE_IsSeparationAProcessColor not and + //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{Name inRip_spot_has_ink not and}{false}ifelse + Name(All)ne and{ + imageormask_l2_overprint + }{ + currentdict imageormask + }ifelse + }ifelse + }ifelse + }ifelse + cleartomark restore + }ifelse + currentdict/_Filters known{_Filters AGMIMG_flushfilters}if + end + end +}def +/colorSpaceElemCnt +{ + mark currentcolor counttomark dup 2 add 1 roll cleartomark +}bdf +/devn_sep_datasource +{ + 1 dict begin + /dataSource xdf + [ + 0 1 dataSource length 1 sub{ + dup currentdict/dataSource get/exch cvx/get cvx/exec cvx + /exch cvx names_index/ne cvx[/pop cvx]cvx/if cvx + }for + ]cvx bind + end +}bdf +/devn_alt_datasource +{ + 11 dict begin + /convProc xdf + /origcolorSpaceElemCnt xdf + /origMultipleDataSources xdf + /origBitsPerComponent xdf + /origDecode xdf + /origDataSource xdf + /dsCnt origMultipleDataSources{origDataSource length}{1}ifelse def + /DataSource origMultipleDataSources + { + [ + BitsPerComponent 8 idiv origDecode length 2 idiv mul string + 0 1 origDecode length 2 idiv 1 sub + { + dup 7 mul 1 add index exch dup BitsPerComponent 8 idiv mul exch + origDataSource exch get 0()/SubFileDecode filter + BitsPerComponent 8 idiv string/readstring cvx/pop cvx/putinterval cvx + }for + ]bind cvx + }{origDataSource}ifelse 0()/SubFileDecode filter def + [ + origcolorSpaceElemCnt string + 0 2 origDecode length 2 sub + { + dup origDecode exch get dup 3 -1 roll 1 add origDecode exch get exch sub 2 BitsPerComponent exp 1 sub div + 1 BitsPerComponent 8 idiv{DataSource/read cvx/not cvx{0}/if cvx/mul cvx}repeat/mul cvx/add cvx + }for + /convProc load/exec cvx + origcolorSpaceElemCnt 1 sub -1 0 + { + /dup cvx 2/add cvx/index cvx + 3 1/roll cvx/exch cvx 255/mul cvx/cvi cvx/put cvx + }for + ]bind cvx 0()/SubFileDecode filter + end +}bdf +/devn_imageormask +{ + /devicen_colorspace_dict AGMCORE_gget begin + CSA map_csa + 2 dict begin + dup + /srcDataStrs[3 -1 roll begin + AGMIMG_init_common + currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse + { + Width Decode length 2 div mul cvi + { + dup 65535 gt{1 add 2 div cvi}{exit}ifelse + }loop + string + }repeat + end]def + /dstDataStr srcDataStrs 0 get length string def + begin + AGMIMG_init_common + SkipImageProc{ + currentdict consumeimagedata + }{ + save mark + AGMCORE_producing_seps not{ + level3 not{ + Operator/imagemask ne{ + /DataSource[[ + DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse + colorSpaceElemCnt/devicen_colorspace_dict AGMCORE_gget/TintTransform get + devn_alt_datasource 1/string cvx/readstring cvx/pop cvx]cvx colorSpaceElemCnt 1 sub{dup}repeat]def + /MultipleDataSources true def + /Decode colorSpaceElemCnt[exch{0 1}repeat]def + }if + }if + currentdict imageormask + }{ + AGMCORE_host_sep{ + Names convert_to_process{ + CSA get_csa_by_name 0 get/DeviceCMYK eq{ + /DataSource + Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul + DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse + 4/devicen_colorspace_dict AGMCORE_gget/TintTransform get + devn_alt_datasource + filter_cmyk 0()/SubFileDecode filter def + /MultipleDataSources false def + /Decode[1 0]def + /DeviceGray setcolorspace + currentdict imageormask_sys + }{ + AGMCORE_report_unsupported_color_space + AGMCORE_black_plate{ + /DataSource + DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse + CSA get_csa_by_name 0 get/DeviceRGB eq{3}{1}ifelse/devicen_colorspace_dict AGMCORE_gget/TintTransform get + devn_alt_datasource + /MultipleDataSources false def + /Decode colorSpaceElemCnt[exch{0 1}repeat]def + currentdict imageormask_sys + }{ + gsave + knockout_unitsq + grestore + currentdict consumeimagedata + }ifelse + }ifelse + } + { + /devicen_colorspace_dict AGMCORE_gget/names_index known{ + Operator/imagemask ne{ + MultipleDataSources{ + /DataSource[DataSource devn_sep_datasource/exec cvx]cvx def + /MultipleDataSources false def + }{ + /DataSource/DataSource load dstDataStr srcDataStrs 0 get filter_devn def + }ifelse + invert_image_samples + }if + currentdict imageormask_sys + }{ + currentoverprint not Operator/imagemask eq and{ + currentdict imageormask_sys + }{ + currentoverprint not + { + gsave + knockout_unitsq + grestore + }if + currentdict consumeimagedata + }ifelse + }ifelse + }ifelse + }{ + currentdict imageormask + }ifelse + }ifelse + cleartomark restore + }ifelse + currentdict/_Filters known{_Filters AGMIMG_flushfilters}if + end + end + end +}def +/imageormask_l2_overprint +{ + currentdict + currentcmykcolor add add add 0 eq{ + currentdict consumeimagedata + }{ + level3{ + currentcmykcolor + /AGMIMG_k xdf + /AGMIMG_y xdf + /AGMIMG_m xdf + /AGMIMG_c xdf + Operator/imagemask eq{ + [/DeviceN[ + AGMIMG_c 0 ne{/Cyan}if + AGMIMG_m 0 ne{/Magenta}if + AGMIMG_y 0 ne{/Yellow}if + AGMIMG_k 0 ne{/Black}if + ]/DeviceCMYK{}]setcolorspace + AGMIMG_c 0 ne{AGMIMG_c}if + AGMIMG_m 0 ne{AGMIMG_m}if + AGMIMG_y 0 ne{AGMIMG_y}if + AGMIMG_k 0 ne{AGMIMG_k}if + setcolor + }{ + /Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def + [/Indexed + [ + /DeviceN[ + AGMIMG_c 0 ne{/Cyan}if + AGMIMG_m 0 ne{/Magenta}if + AGMIMG_y 0 ne{/Yellow}if + AGMIMG_k 0 ne{/Black}if + ] + /DeviceCMYK{ + AGMIMG_k 0 eq{0}if + AGMIMG_y 0 eq{0 exch}if + AGMIMG_m 0 eq{0 3 1 roll}if + AGMIMG_c 0 eq{0 4 1 roll}if + } + ] + 255 + { + 255 div + mark exch + dup dup dup + AGMIMG_k 0 ne{ + /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 1 roll pop pop pop + counttomark 1 roll + }{ + pop + }ifelse + AGMIMG_y 0 ne{ + /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 2 roll pop pop pop + counttomark 1 roll + }{ + pop + }ifelse + AGMIMG_m 0 ne{ + /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 3 roll pop pop pop + counttomark 1 roll + }{ + pop + }ifelse + AGMIMG_c 0 ne{ + /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec pop pop pop + counttomark 1 roll + }{ + pop + }ifelse + counttomark 1 add -1 roll pop + } + ]setcolorspace + }ifelse + imageormask_sys + }{ + write_image_file{ + currentcmykcolor + 0 ne{ + [/Separation/Black/DeviceGray{}]setcolorspace + gsave + /Black + [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 1 roll pop pop pop 1 exch sub}/exec cvx] + cvx modify_halftone_xfer + Operator currentdict read_image_file + grestore + }if + 0 ne{ + [/Separation/Yellow/DeviceGray{}]setcolorspace + gsave + /Yellow + [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 2 roll pop pop pop 1 exch sub}/exec cvx] + cvx modify_halftone_xfer + Operator currentdict read_image_file + grestore + }if + 0 ne{ + [/Separation/Magenta/DeviceGray{}]setcolorspace + gsave + /Magenta + [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 3 roll pop pop pop 1 exch sub}/exec cvx] + cvx modify_halftone_xfer + Operator currentdict read_image_file + grestore + }if + 0 ne{ + [/Separation/Cyan/DeviceGray{}]setcolorspace + gsave + /Cyan + [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{pop pop pop 1 exch sub}/exec cvx] + cvx modify_halftone_xfer + Operator currentdict read_image_file + grestore + }if + close_image_file + }{ + imageormask + }ifelse + }ifelse + }ifelse +}def +/indexed_imageormask +{ + begin + AGMIMG_init_common + save mark + currentdict + AGMCORE_host_sep{ + Operator/knockout eq{ + /indexed_colorspace_dict AGMCORE_gget dup/CSA known{ + /CSA get get_csa_by_name + }{ + /Names get + }ifelse + overprint_plate not{ + knockout_unitsq + }if + }{ + Indexed_DeviceN{ + /devicen_colorspace_dict AGMCORE_gget dup/names_index known exch/Names get convert_to_process or{ + indexed_image_lev2_sep + }{ + currentoverprint not{ + knockout_unitsq + }if + currentdict consumeimagedata + }ifelse + }{ + AGMCORE_is_cmyk_sep{ + Operator/imagemask eq{ + imageormask_sys + }{ + level2{ + indexed_image_lev2_sep + }{ + indexed_image_lev1_sep + }ifelse + }ifelse + }{ + currentoverprint not{ + knockout_unitsq + }if + currentdict consumeimagedata + }ifelse + }ifelse + }ifelse + }{ + level2{ + Indexed_DeviceN{ + /indexed_colorspace_dict AGMCORE_gget begin + }{ + /indexed_colorspace_dict AGMCORE_gget dup null ne + { + begin + currentdict/CSDBase known{CSDBase/CSD get_res/MappedCSA get}{CSA}ifelse + get_csa_by_name 0 get/DeviceCMYK eq ps_level 3 ge and ps_version 3015.007 lt and + AGMCORE_in_rip_sep and{ + [/Indexed[/DeviceN[/Cyan/Magenta/Yellow/Black]/DeviceCMYK{}]HiVal Lookup] + setcolorspace + }if + end + } + {pop}ifelse + }ifelse + imageormask + Indexed_DeviceN{ + end + }if + }{ + Operator/imagemask eq{ + imageormask + }{ + indexed_imageormask_lev1 + }ifelse + }ifelse + }ifelse + cleartomark restore + currentdict/_Filters known{_Filters AGMIMG_flushfilters}if + end +}def +/indexed_image_lev2_sep +{ + /indexed_colorspace_dict AGMCORE_gget begin + begin + Indexed_DeviceN not{ + currentcolorspace + dup 1/DeviceGray put + dup 3 + currentcolorspace 2 get 1 add string + 0 1 2 3 AGMCORE_get_ink_data 4 currentcolorspace 3 get length 1 sub + { + dup 4 idiv exch currentcolorspace 3 get exch get 255 exch sub 2 index 3 1 roll put + }for + put setcolorspace + }if + currentdict + Operator/imagemask eq{ + AGMIMG_&imagemask + }{ + use_mask{ + process_mask AGMIMG_&image + }{ + AGMIMG_&image + }ifelse + }ifelse + end end +}def + /OPIimage + { + dup type/dicttype ne{ + 10 dict begin + /DataSource xdf + /ImageMatrix xdf + /BitsPerComponent xdf + /Height xdf + /Width xdf + /ImageType 1 def + /Decode[0 1 def] + currentdict + end + }if + dup begin + /NComponents 1 cdndf + /MultipleDataSources false cdndf + /SkipImageProc{false}cdndf + /Decode[ + 0 + currentcolorspace 0 get/Indexed eq{ + 2 BitsPerComponent exp 1 sub + }{ + 1 + }ifelse + ]cdndf + /Operator/image cdndf + end + /sep_colorspace_dict AGMCORE_gget null eq{ + imageormask + }{ + gsave + dup begin invert_image_samples end + sep_imageormask + grestore + }ifelse + }def +/cachemask_level2 +{ + 3 dict begin + /LZWEncode filter/WriteFilter xdf + /readBuffer 256 string def + /ReadFilter + currentfile + 0(%EndMask)/SubFileDecode filter + /ASCII85Decode filter + /RunLengthDecode filter + def + { + ReadFilter readBuffer readstring exch + WriteFilter exch writestring + not{exit}if + }loop + WriteFilter closefile + end +}def +/spot_alias +{ + /mapto_sep_imageormask + { + dup type/dicttype ne{ + 12 dict begin + /ImageType 1 def + /DataSource xdf + /ImageMatrix xdf + /BitsPerComponent xdf + /Height xdf + /Width xdf + /MultipleDataSources false def + }{ + begin + }ifelse + /Decode[/customcolor_tint AGMCORE_gget 0]def + /Operator/image def + /SkipImageProc{false}def + currentdict + end + sep_imageormask + }bdf + /customcolorimage + { + Adobe_AGM_Image/AGMIMG_colorAry xddf + /customcolor_tint AGMCORE_gget + << + /Name AGMIMG_colorAry 4 get + /CSA[/DeviceCMYK] + /TintMethod/Subtractive + /TintProc null + /MappedCSA null + /NComponents 4 + /Components[AGMIMG_colorAry aload pop pop] + >> + setsepcolorspace + mapto_sep_imageormask + }ndf + Adobe_AGM_Image/AGMIMG_&customcolorimage/customcolorimage load put + /customcolorimage + { + Adobe_AGM_Image/AGMIMG_override false put + current_spot_alias{dup 4 get map_alias}{false}ifelse + { + false set_spot_alias + /customcolor_tint AGMCORE_gget exch setsepcolorspace + pop + mapto_sep_imageormask + true set_spot_alias + }{ + //Adobe_AGM_Image/AGMIMG_&customcolorimage get exec + }ifelse + }bdf +}def +/snap_to_device +{ + 6 dict begin + matrix currentmatrix + dup 0 get 0 eq 1 index 3 get 0 eq and + 1 index 1 get 0 eq 2 index 2 get 0 eq and or exch pop + { + 1 1 dtransform 0 gt exch 0 gt/AGMIMG_xSign? exch def/AGMIMG_ySign? exch def + 0 0 transform + AGMIMG_ySign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch + AGMIMG_xSign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch + itransform/AGMIMG_llY exch def/AGMIMG_llX exch def + 1 1 transform + AGMIMG_ySign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch + AGMIMG_xSign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch + itransform/AGMIMG_urY exch def/AGMIMG_urX exch def + [AGMIMG_urX AGMIMG_llX sub 0 0 AGMIMG_urY AGMIMG_llY sub AGMIMG_llX AGMIMG_llY]concat + }{ + }ifelse + end +}def +level2 not{ + /colorbuf + { + 0 1 2 index length 1 sub{ + dup 2 index exch get + 255 exch sub + 2 index + 3 1 roll + put + }for + }def + /tint_image_to_color + { + begin + Width Height BitsPerComponent ImageMatrix + /DataSource load + end + Adobe_AGM_Image begin + /AGMIMG_mbuf 0 string def + /AGMIMG_ybuf 0 string def + /AGMIMG_kbuf 0 string def + { + colorbuf dup length AGMIMG_mbuf length ne + { + dup length dup dup + /AGMIMG_mbuf exch string def + /AGMIMG_ybuf exch string def + /AGMIMG_kbuf exch string def + }if + dup AGMIMG_mbuf copy AGMIMG_ybuf copy AGMIMG_kbuf copy pop + } + addprocs + {AGMIMG_mbuf}{AGMIMG_ybuf}{AGMIMG_kbuf}true 4 colorimage + end + }def + /sep_imageormask_lev1 + { + begin + MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{ + { + 255 mul round cvi GrayLookup exch get + }currenttransfer addprocs settransfer + currentdict imageormask + }{ + /sep_colorspace_dict AGMCORE_gget/Components known{ + MappedCSA 0 get/DeviceCMYK eq{ + Components aload pop + }{ + 0 0 0 Components aload pop 1 exch sub + }ifelse + Adobe_AGM_Image/AGMIMG_k xddf + Adobe_AGM_Image/AGMIMG_y xddf + Adobe_AGM_Image/AGMIMG_m xddf + Adobe_AGM_Image/AGMIMG_c xddf + AGMIMG_y 0.0 eq AGMIMG_m 0.0 eq and AGMIMG_c 0.0 eq and{ + {AGMIMG_k mul 1 exch sub}currenttransfer addprocs settransfer + currentdict imageormask + }{ + currentcolortransfer + {AGMIMG_k mul 1 exch sub}exch addprocs 4 1 roll + {AGMIMG_y mul 1 exch sub}exch addprocs 4 1 roll + {AGMIMG_m mul 1 exch sub}exch addprocs 4 1 roll + {AGMIMG_c mul 1 exch sub}exch addprocs 4 1 roll + setcolortransfer + currentdict tint_image_to_color + }ifelse + }{ + MappedCSA 0 get/DeviceGray eq{ + {255 mul round cvi ColorLookup exch get 0 get}currenttransfer addprocs settransfer + currentdict imageormask + }{ + MappedCSA 0 get/DeviceCMYK eq{ + currentcolortransfer + {255 mul round cvi ColorLookup exch get 3 get 1 exch sub}exch addprocs 4 1 roll + {255 mul round cvi ColorLookup exch get 2 get 1 exch sub}exch addprocs 4 1 roll + {255 mul round cvi ColorLookup exch get 1 get 1 exch sub}exch addprocs 4 1 roll + {255 mul round cvi ColorLookup exch get 0 get 1 exch sub}exch addprocs 4 1 roll + setcolortransfer + currentdict tint_image_to_color + }{ + currentcolortransfer + {pop 1}exch addprocs 4 1 roll + {255 mul round cvi ColorLookup exch get 2 get}exch addprocs 4 1 roll + {255 mul round cvi ColorLookup exch get 1 get}exch addprocs 4 1 roll + {255 mul round cvi ColorLookup exch get 0 get}exch addprocs 4 1 roll + setcolortransfer + currentdict tint_image_to_color + }ifelse + }ifelse + }ifelse + }ifelse + end + }def + /sep_image_lev1_sep + { + begin + /sep_colorspace_dict AGMCORE_gget/Components known{ + Components aload pop + Adobe_AGM_Image/AGMIMG_k xddf + Adobe_AGM_Image/AGMIMG_y xddf + Adobe_AGM_Image/AGMIMG_m xddf + Adobe_AGM_Image/AGMIMG_c xddf + {AGMIMG_c mul 1 exch sub} + {AGMIMG_m mul 1 exch sub} + {AGMIMG_y mul 1 exch sub} + {AGMIMG_k mul 1 exch sub} + }{ + {255 mul round cvi ColorLookup exch get 0 get 1 exch sub} + {255 mul round cvi ColorLookup exch get 1 get 1 exch sub} + {255 mul round cvi ColorLookup exch get 2 get 1 exch sub} + {255 mul round cvi ColorLookup exch get 3 get 1 exch sub} + }ifelse + AGMCORE_get_ink_data currenttransfer addprocs settransfer + currentdict imageormask_sys + end + }def + /indexed_imageormask_lev1 + { + /indexed_colorspace_dict AGMCORE_gget begin + begin + currentdict + MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{ + {HiVal mul round cvi GrayLookup exch get HiVal div}currenttransfer addprocs settransfer + imageormask + }{ + MappedCSA 0 get/DeviceGray eq{ + {HiVal mul round cvi Lookup exch get HiVal div}currenttransfer addprocs settransfer + imageormask + }{ + MappedCSA 0 get/DeviceCMYK eq{ + currentcolortransfer + {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll + {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll + {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll + {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll + setcolortransfer + tint_image_to_color + }{ + currentcolortransfer + {pop 1}exch addprocs 4 1 roll + {3 mul HiVal mul round cvi 2 add Lookup exch get HiVal div}exch addprocs 4 1 roll + {3 mul HiVal mul round cvi 1 add Lookup exch get HiVal div}exch addprocs 4 1 roll + {3 mul HiVal mul round cvi Lookup exch get HiVal div}exch addprocs 4 1 roll + setcolortransfer + tint_image_to_color + }ifelse + }ifelse + }ifelse + end end + }def + /indexed_image_lev1_sep + { + /indexed_colorspace_dict AGMCORE_gget begin + begin + {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub} + {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub} + {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub} + {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub} + AGMCORE_get_ink_data currenttransfer addprocs settransfer + currentdict imageormask_sys + end end + }def +}if +end +systemdict/setpacking known +{setpacking}if +%%EndResource +currentdict Adobe_AGM_Utils eq {end} if +%%EndProlog +%%BeginSetup +Adobe_AGM_Utils begin +2 2010 Adobe_AGM_Core/ds gx +Adobe_CoolType_Core/ds get exec Adobe_AGM_Image/ds gx +currentdict Adobe_AGM_Utils eq {end} if +%%EndSetup +%%Page: (Page 1) 1 +%%EndPageComments +%%BeginPageSetup +%ADOBeginClientInjection: PageSetup Start "AI11EPS" +%AI12_RMC_Transparency: Balance=75 RasterRes=300 GradRes=150 Text=0 Stroke=1 Clip=1 OP=0 +%ADOEndClientInjection: PageSetup Start "AI11EPS" +Adobe_AGM_Utils begin +Adobe_AGM_Core/ps gx +Adobe_AGM_Utils/capture_cpd gx +Adobe_CoolType_Core/ps get exec Adobe_AGM_Image/ps gx +%ADOBeginClientInjection: PageSetup End "AI11EPS" +/currentdistillerparams where {pop currentdistillerparams /CoreDistVersion get 5000 lt} {true} ifelse { userdict /AI11_PDFMark5 /cleartomark load put userdict /AI11_ReadMetadata_PDFMark5 {flushfile cleartomark } bind put} { userdict /AI11_PDFMark5 /pdfmark load put userdict /AI11_ReadMetadata_PDFMark5 {/PUT pdfmark} bind put } ifelse [/NamespacePush AI11_PDFMark5 [/_objdef {ai_metadata_stream_123} /type /stream /OBJ AI11_PDFMark5 [{ai_metadata_stream_123} currentfile 0 (% &&end XMP packet marker&&) /SubFileDecode filter AI11_ReadMetadata_PDFMark5 + + + + application/postscript + + + Print + + + + + Adobe Illustrator CS3 + 2008-09-26T13:10:54-04:00 + 2008-09-26T13:10:54-04:00 + 2008-09-26T13:10:54-04:00 + + + + 256 + 112 + JPEG + /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAcAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq868w/8AOQH5V6IZI31gX9xGeJgsEa4JI60kFIf+HzKho8ku lNMtRAdXm/mD/nL2Ic4/L2gM2/7u5v5Qu3vDDX/k7mVDs7+cXHlrR0DzbzB/zkT+ausc0XVF0yBz X0bCNYaewlPOb/h8yYaPHHpbRLVTPky7/nHHyx5u8x+dV87ajf3L2OlmRDdXDtM9zNLGUaINJy+F Vfk5+QG5qKdbkjGHABzbdLGUpcRL6ozUOwdirsVdirsVdirsVdirsVfIGtf84/8A52aajyQuNUSM VJsrxiSKVPFJvRc/ICubuOsxHydbLT5B1+15lqE/mjTbySy1CW9tLyE8ZbedpY5FPurEEZlDhIsO OTIbG0N+mdY/5brj/ka/9cPCGPGe936Z1j/luuP+Rr/1x4QvGe9m3lf8svzh8zWy3mmWd79ScBo7 q4n+rxuD0Keq6Fx7qDlGTPjhsS3wxZJcnvX5F/lR568m6tfah5jvoJ4bu29GK3jnlmdHEgarB0VK cR2Y5rtXqITFRczT4pRJ4i9lzBcl2Kvmn8yPyJ/NfU/Nera1pF7BPZ39zJPb2sd3JHIiMRxVlkWO MHfsxza4dXjEQD0cHLgmZEgvI/NXlT8zfKjf7n7a/soi3FbkyNJAzHcATRs8ZPtyzNx5IT+mnFnG cedsc/TOsf8ALdcf8jX/AK5Zwhr4z3phosPnLXL5bHR/r1/dtuIbdpZGoOpNDsPc5GRjEWdmUeOR oW9Q0P8A5x5/Om6kjlurqLTQpDlbq9dm2I2/0cT75iS1uIefwcmOnyd761zTOxdirsVdirsVdirw /Wf+cTPJV0sj6dqt/ZXLsWrKYriIVNfsBIm/4fNhHtCQ5gOJLRxL56/Mr8uNZ8heYP0TqMiXEcsY ns7yKoSWIkrXid1YEUZT+Ioc2ODMMkbDg5cRgaLE8uan29/zj7/5J/y7/qXH/UVLmh1n96fx0dxp /oD0PMZudirsVdirsVdirsVdirsVdirCfzS/KzQ/PuiPb3CJBq8KH9G6kB8cb7kI5Aq0TH7S/SN8 yNPqDjPk1ZcQmHxBq+k6ho+qXWl6jEYL6ylaG4iP7LoaHcbEeBHXN9GQIsOolEg0UNHI8UiyIaOh DKetCDUdcKAX3f8AlV5+tvO/k201hSFvkHoanCP2LmMDnQfyvUOvsc5/UYfDlXR3OLJxxtl+UNjs VdirsVeU/wDORvny28t+RJtLQJLqevq9rbxOAwWGg9aYqQR8IIVf8og9szNFi4p30Dj6nJwx8y+U /I/k7VPOHmaz0HTQBNctWWZvsxQrvJK3sq9u526nNvlyCEeIutx4zM0H3D5G8ieXvJeiR6Vo0AQA A3N0wHrTyD9uVh1O+w6DoM0OXNLIbLt8eMRFBkOVM3Yq7FXYq7FXYq7FXYq+bP8AnMOGITeVJwv7 11v0ZvFUNuVH0Fzm07NP1fBwNb0fOObNwH29/wA4/f8Akn/Lv/GO4/6ipc0Os/vT+OjuNP8AQHoe Yzc7FXYq7FXYq7FXYq7FXYq7FXYq+df+cp/y39WGLzzp0VZIgltrSqNyn2YZzQfs/wB2x/1fDNno M38B+DhavFfqD5ozaOueof8AOP8A+Y/+D/OSW17Lw0TWStteljRY5K/uZ/AcWNGP8pPhmLq8PHHb mHJ02XhlXQvtHNE7V2KuxVTurm3tbaW6uZFht4EaWaVzRURByZmPYACuECzSvhH81fPtx53853ms sWWyU/V9MhbbhbRk8KjejNUu3uTnQYMXhxAdPmyccrfSX/ONv5bjy15U/Tt/Fx1nXVWSjAcorTrE niC/22/2Phmr1ubilwjkHP02LhjZ5l7BmE5LsVdirsVdirsVdirsVdir5v8A+cxP+mR/7eP/AGK5 tOzf4vh+lwNb0+L5uzZuA+3v+cfv/JP+Xf8AjHcf9RUuaHWf3p/HR3Gn+gPQ8xm52KuxV2KuxV2K uxV2KuxV2KuxVD6hYWeo2FzYXsQns7uJ4LiFq0eORSrKaUO4OGMiDYQRb4P/ADK8jXnkrzfe6HPy eBG9WxuGFPVtnJMb/P8AZan7QOdDhyicQXT5sfBKmLZa1Psr/nHb8xx5r8nLpt9Nz1vRAtvPyPxy 29KQze+w4N7ip+1mk1uHglY5F22my8UfMPV8w3IdirwX/nKT8x/0bo8Xk3T5aXuqKJdTZTulqD8M Z8DKy/8AAjwbNjoMNnjPRw9XlocI6vI/yF/Lc+c/OUcl5Fz0PSStzqNR8Mhr+6gP/GRl3/yQczNX m4I7cy42mxcUt+Qfa2aJ2rsVdirsVdirsVdirsVdirsVfN//ADmJ/wBMj/28f+xXNp2b/F8P0uBr enxfN2bNwH29/wA4/f8Akn/Lv/GO4/6ipc0Os/vT+OjuNP8AQHoeYzc7FXYq7FXYq7FXYq7FXYq7 FXYq7FXlX/OQ35bDzb5QbUbGHnrmihp7biPilgpWaH32HJfcUH2szNHn4JUeRcfU4uKPmHxnm7dS yr8svPV55J84Wetwcnt1Po39uCQJbaQgSLt3FAy1/aAyrPiGSNNuHJwSt94WF9aahZW99Zyie0uo 1mt5l+y8cgDKwr4g5zxBBou4BtB+ZvMOneXNAvtc1FuFnYRNLJTqxGyov+U7EKPc5LHAykAOqJSE RZfBvmDWtb85ebLnUp1a51TV7gCKBKsauQkUMY60UcUUZ0MIiEa6B08pGcr732t+VPkG28j+TbTS FCtfOPrGpzL+3cyAc6H+VKBF9hmi1GbxJX0dtix8EaZflDY7FUh84+efLHk/TP0jr96trE3IQRD4 ppmUV4RRjdj09h3IyzFilM1FhPIIiy+dvN3/ADlT5s1O6Np5QsU02Bn4wzyoLm7k3IWiEGJeW3w8 W/1s2ePQRH1buFPVk7RDBPMPm7887Erda3qPmHTFmJ9N5Wu7KNif5QPST7syIY8R5CJ+TRKeTraC 0z84vzR06dZoPM1/IymoW5ma6Q/NJ/UU/dkpabGf4QgZ5jq93/KD/nJEeYNRt/L/AJrhitdSuWEV lqMPwQyyEUCSISeDsehXYk0oM1+p0XCOKPJzMOq4jR5veM1zmOxV2Kvm/wD5zE/6ZH/t4/8AYrm0 7N/i+H6XA1vT4vm7Nm4D7e/5x+/8k/5d/wCMdx/1FS5odZ/en8dHcaf6A9DzGbnYq7FWC/mP+cXl DyJD6d/KbvVnXlDpVuQZSCNmkJ+GNfdt/AHMjBppZOXJqy5ow5vn7Xf+cl/zQ8wXn1Py/FHpazEp Bb2cP1m5bl25yK9W90Rc2UNDjiLO7gy1U5bBC3Fn/wA5OyW5vHbzGE2JWOWdX2/4pRg//C4bwf0V IzebHLH85fzZ0i7JXzFfGaNiHhvG+sAHoVZLgP8Aq2y06bGRyDWM8x1et/l7/wA5WetcRWHnW1SF H4oNXtFYKp6cpoatt3LJ/wADmHm7P6w+Tk4tZe0n0TbXNtdW8dzbSpPbzKHhmjYOjowqrKy1BBHQ jNYRTnKmBXYq7FXYq+NP+chvy2/wl5vbULGLhoets89qFpxim2M0NB0FW5L/AJJp2ObzR5+ONHmH V6rFwysci8pzLcV9O/8AOLH5ji5sZvJGoy/6RaBrjR2Y7tCTWWEV7ox5qPAnsuarX4d+MfF2Oky2 OEpD/wA5TfmML/VIfJeny1tdPYT6oykEPckfBFt/vpTU/wCUfFcs0GGhxHqw1eX+ELv+cWvy2F7q EvnbUoq2tixg0hXAIe4pSSah/wB9qaKf5j4rjr89DgHVdJi/iL6gzUuwdirGfzE8+aX5I8r3GuX4 9RlIis7UHi087A8Iwd6dCWPYA5bhwnJKg15MggLL4e82+b9e82azNq+t3LXF1Lsi9I4kqSI4l/ZR a7D+Ob/HjEBQdRPIZGy+i/8AnFv8urC20FvOl9Asmo3zyRaY7gH0reMlHdK9GkcMCf5RtsTms1+Y 3wDk5+kxADie6ahp9jqNlNY38CXVncKY57eVQyOp7EHNfGRBsOWRb4g/ObyBH5I883Ol23I6ZcIt 3ppY1IhkJHAnevB1ZfcCvfN/ps3iQvq6nPj4JV0YMrMrBlJDA1BGxBGXtL72/KvzJP5l/LzQtZuD yubi2CXLk1LSwMYZH/2Txk5z2ohwzIdzilxRBZVlLY7FXzf/AM5if9Mj/wBvH/sVzadm/wAXw/S4 Gt6fF83Zs3Afb3/OP3/kn/Lv/GO4/wCoqXNDrP70/jo7jT/QHoeYzc7FXmX54/m5H5D0NLewKSeY 9RVhYxsAwhQbNcOp60OyA9W8QDmXpdP4hs/SGjPm4B5vjh5NW1zV+Ujy3+q6jMF5OTJLNNKwUCp3 LMxpm72iPIOq3kfN9rflH+U2j+Q9EjHppP5guUB1LUaVbkdzDETusanb/K6n20Wo1ByH+i7bDhEB 5s+zGbniv/ORv5Uafrnl25816bbiPXtKj9W6ZAB9YtYxWTmO7xr8St1oCu+1M/RagxlwnkXF1OES FjmHyRm4dW+j/wDnFX8xbl57jyRqExkiEbXWjlzXhxNZoF9iD6gHajeOazX4f4x8XYaPL/CX0lmr c52KuxV2KsX/ADL8jWfnbyheaFOVSdx6thcN0iuYwfTfYHbcq3+STl2DKccra8uMTjT4P1HT7zTr +50+9iMF5aSvBcQt1SSNirKfkRnQAgiw6Ygg0VfQNd1LQdas9Z0yX0b6xlWaB+1V6qw7qw2Ydxtg nESFFMZGJsJj5X8v635585W+mxSNLqGq3DPc3T/FxDEvNM/jxFWPjkZzGON9AyhEzlXe+8dA0PTt B0Wy0bTY/SsbGJYYE2rRRuzEAVZj8THud856czIkl3MYgCgj8il2Kvnf/nIHyZ+Znnfzja6fomkS z6LpduDFO0kUULzTHlK4aVoxUAKtN+nvmz0eTHjhZO5cLU45zNAbMO0r/nFL8xrpQ97c6fp4rvHJ K8sn3RIyf8Pl0tfjHKy1DRy6vp/yV5cXy15T0nQVkEp062SGSUDiHkArIwHYM5JGarLPjkZd7sIR 4YgJ1lbJ8z/85g2cSX/le9H97PFeQv8A6sLQsv4zNm17OO0g4GtHJ87ZsnAfZn/OMskjflLYKzFl S4ulQE1Cj1i1B4CpJzSa7+8dtpfoD1XMNyHYq+b/APnMT/pkf+3j/wBiubTs3+L4fpcDW9Pi+bs2 bgPt7/nH7/yT/l3/AIx3H/UVLmh1n96fx0dxp/oD0PMZuWXE8NvBJcTuI4YVaSWRtgqqKsT8gMIF q+B/zG85XXnHzjqOuzlvSnkKWUTf7rtkPGJP+B3PvU50OHGIRAdNlycUrTb8k9R8q6X+YVjq3ma7 S007TlkuI3kSSQNOF4xACNXNVZ+Y/wBXIakSMCI8yy05iJWX1F/0MD+T/wD1MUf/AEj3X/VLNT+T y933Ox/MQ71j/wDOQ/5OoQG8wqa/y2t43/EYTh/J5e77kHU4+9Ruf+cg/wAlLm3ltp9eEkEyNHLG bO+oyOKMD+47g4jR5RvX3I/M4+98WyhBK4jPKMMQjeIrse2b11RZh+Td/PY/ml5ZmhYqz38UDEGl UuD6Lj6Vc5TqReOXubdOamH3dnPO4dirsVdirsVfLP8Azll5T07T9f0vzFaj07nWUlivYwNme1EY WX5skgU/6ozb9n5CYmJ6Ov1kACD3vBM2Dgvpn/nEPR9P/R+va0Y66h60dmsx/Zh4iQqv+s1CfkM1 faMjsOjsdFEUS+iM1jmuxV2KuxV2KuxV2Kvm/wD5zE/6ZH/t4/8AYrm07N/i+H6XA1vT4vm7Nm4D 7R/5xqtmh/KLSpCwIuZruVQOwFw8dD9MeaPXG8hdtpf7sPUMxHIdir5v/wCcxP8Apkf+3j/2K5tO zf4vh+lwNb0+L5uzZuA+3v8AnH7/AMk/5d/4x3H/AFFS5odZ/en8dHcaf6A9DzGbnn/59a42j/lT rsscnpz3USWUVOrfWZFjkA/55F8ydJDiyBp1EqgXw9m+dO9e/IL8pPLnn9dck1ua6iTTjbLbi1dE JM3ql+XNJOnprTMPV6iWOq6uXpsIndvWpP8AnE38tmA43urJ7rPb/wDG1ucwv5Qydwck6OHms/6F K/Lj/q5ax/yOtf8Asmw/yhPuH4+KPycO8u/6FK/Lj/q5ax/yOtf+ybH+UJ9w/HxX8nDvLv8AoUr8 uP8Aq5ax/wAjrX/smx/lCfcPx8V/Jw7yj9B/5xj8iaHren6zZahqjXenXEV1Ck0tu0ZaJw4DBYEa hp2bIz105Aggbso6WMTYt67mE5LsVdirsVdir50/5zC/3k8q/wDGS9/VBmz7N/i+Dha3kHzTm0dc +pv+cRP+UV13/mOT/kyM1PaP1B2Wi+k+973mucx2KuxV2KrJpoYInmmkWKGMFpJHIVVUdSSdgMIF q8282f8AOQ/5Z+XucSX51e9So+racBKKgd5iVhpXY0Yn2zKx6LJLpTRPUwj1eR6v/wA5JfmX5qvf 0X5L0oWLzGkSQRm9vCKb7svpgd/7vbxzMjoscBcjf2OMdVORqIYD+Z/lD8xNFXS9U88XT3F/q/ri CKe4NzNGtv6ZIc1ZFB9YUVW7dsycGSErEOjRmhMUZdWCZe0Ptn/nHT/yTfl7/o8/6jp80Wt/vT8P udvpv7sPSMxW92Kvm/8A5zE/6ZH/ALeP/Yrm07N/i+H6XA1vT4vm7Nm4D7e/5x+/8k/5d/4x3H/U VLmh1n96fx0dxp/oD0PMZueMf85YTGP8tbRKn97qsCGntBO+/wDwOZ3Z/wDeH3OLrD6Pi+Rc3Lq3 0r/zh46m381pX4g9iSPYi4p+rNX2l/D8f0Ow0XIvozNY5zsVdirsVdirsVdirsVdirsVfOn/ADmF /vJ5V/4yXv6oM2fZv8XwcLW8g+ac2jrn1N/ziJ/yiuu/8xyf8mRmp7R+oOy0X0n3ve81zmOxV2Kv Fvz4/PHUvJN/a6F5fS3k1SeAz3c84MggRzxiCqGA5nix+LtTbfM/SaUTHFLk4uo1BhsOb5n80efv OPmmUya9q1xerUssDNxhUn+SFOMa9Oy5tMeKMOQdfPLKXMvZvyo/5xnsNY0fTvMXmi9ka1vokubf S7YGMtE4DIZZj8XxLvRANv2swtRrjEmMQ5eHSggEvoby75V8ueW7IWWhadBp9vtyWFQGcitDI5q7 nfqxJzWTySkbJtzYxEdg+ev+cwLiRtT8s2xp6ccN3IvjykeJW/5NjNl2cNiXC1vR88ZsnAfbX/OO 6Mv5OeXgwoaXZ+g3s5H4HNFrP70/jo7fTf3Yej5it7sVfN//ADmJ/wBMj/28f+xXNp2b/F8P0uBr enxfN2bNwH29/wA4/f8Akn/Lv/GO4/6ipc0Os/vT+OjuNP8AQHoeYzc8g/5ylsJbr8rTOi8lsb+3 uJTSvFWDwV9vimAzN0BrJ8HG1Y9D49zdOqey/wDOLPmOHTPzDl02d+Mes2rwRVNB68REqVr4orge 5zC18Lhfc5ejlUq7315mldm7FXYq7FXYq7FXYq7FXYq7FXzp/wA5hf7yeVf+Ml7+qDNn2b/F8HC1 vIPmnNo659Tf84if8orrv/Mcn/JkZqe0fqDstF9J973vNc5jsVdir4U/OrU59S/NTzJPMatFePap 2olsBAo29o86DTRrGPc6jUG5lhOXtD9B/JIQeTNAEdOA060CU6U9BKUznMv1n3l3kOQTrK2T5g/5 y+/47nlz/mFn/wCTi5tuzvpPvdfreYfPubFwX29/zj7/AOSf8u/6lx/1FS5odZ/en8dHcaf6A9Dz GbnYq+b/APnMT/pkf+3j/wBiubTs3+L4fpcDW9Pi+bs2bgPt7/nH7/yT/l3/AIx3H/UVLmh1n96f x0dxp/oD0PMZuSTzt5ai8z+UtV0GQhf0hbvFG7VostOUTmldlkCnLMU+CQl3MZx4gQ/P+8s7myu5 7O6jaG5tpGinicUZHQlWUjxBGdEDe7pCKNL9O1C803ULbULKUw3lpKk9vKvVZI2DKw+RGJAIopBo 2H3N+Vv5laV588txahbskepQqqapYA/FDNTqAan03pVD4bdQc0GowHHKujt8WUTFsyyhtdirsVYr 5i/M7yZ5f8wadoGp36x6nqUixxwrRvS5j4GnNf3au1FWvjXpUi6GCcomQGwa5ZYggHmWVZS2OxV2 KuxVLdb8y+XtCtzcazqVtp8QUsDcSpGWC9eKsasfZd8nDHKXIWxlIDm+Tv8AnIb81tE88app9loa tJp2ketS+dSnrSTcASiNQhAIxTkAT4ZuNHpzjBJ5l12pzCew6PIczHEepfkT+b0fkPV7i11NXk8v 6kV+s+mOTwSrssyr+0KGjgb03HShxNVp/EG3MOTp8/AaPJ9d6B5o8u+YbQXeiajBqEBAJMDhmWvQ On2kPswBzTTxyiaIp2cZA8k0yDJ2Kvhr88tCu9H/ADS1+O4Uhby5a+t3pQPHcn1AV8eJYqfcZv8A SyEsYdRqI1MsDzIaH0r+Sf8AzkL5esPLlr5b83TtZy6cghsdRKvLHJAuyRycA7KyD4Rtx4gdO+r1 WjkZcUersMGpFVJm3mP/AJyW/LDSrVnsbyTWbuh4W1rFIor25STLGgX3FT7ZRDQ5Cd9m6WqgPN89 fm15h88+b49N84a7ZCx0W8aa20OBRQLHHxZjU/G/Pl9s7Eg0AAzZaeEIXEHfq4OeUpVI8nnOZLjv cfyR/P8AsPJ2iN5d8w2882mxyPLYXVsA7xeoeTxtGzJ8HOrAg1qTtmBqtIZnijzc3T6kRFFPvPf/ ADkzea5GPL/5e2Nyl7fkQLfyKBccpDx420UZejnoHJqOwrQ5Xi0Ij6pnkzyaq9oPonTEuY9NtEuq m5SGNZyx5HmFAarVNTXvmtlVmnND5i/5yy806LqeuaLo1jcLcXmjrdHUPTIZY3uDEFjJH7a+ieQ7 VGbXs/GQCT1dfrJAkDueCZsHCfZX/ONnmfRNR/LbT9HtrlTqekiZL20JAkUPO8iuF6lCJB8Xjtmk 1uMiZPQu200wYAdz1fMNyHYq+c/+ckPyaurmabzv5eg9RuHLXLOMfF8A/wB6kUdfhH7yn+t/Mc2e i1P8Evg4OqwX6g+as2jr0z8u+Zdd8uarFquiXkllfQ/ZljOxFalXU1V1NN1YEHIzgJCizhMxNh75 5W/5y5KQxw+adFaSRdnvdOYDkKdfQlIFf+elPYZrsnZ380ubDW94ZU3/ADlh+WoUkWeqsR2EEFT9 84yn+T8neGz85Dzef+df+crdf1K3ez8r2A0hHBVr6ZhPcUP++1oI4z/wXtTMnFoIjeRtoyawn6Qq flH+QOreZbxfNXnr1lsJm9eOynZ/rN4zb+pMxPNEPX+ZvYbl1GrEBww5/cnDpzI8Un1Jmodg7FXY q+dvzM/KL85/MPnDVL3TNUP6FnkrZW0l/KipHxWqiLdVHIHYZtMGpxRiARv7nCy4ckpEg7MHk/5x f/NeRy8n1J3bqzXJJP0lcv8Az2NpOkmt/wChW/zT/ksf+kn/AJsx/PY0fk5+Tv8AoVv80/5LH/pJ /wCbMfz2Nfyc/J3/AEK3+af8lj/0k/8ANmP57Gv5Ofkvi/5xh/NiFxJEbKNx0dLoqR9IXH89jSNJ MPVvyR/Ln80/KvmO6n80ai1xo8lk8UNqLyW4QXBliKv6TfCCI0YcvozD1WbHOPp533OTgxTifUdn tWYDlME/Nf8AKXRPzB0pI52+p6xaA/UNSVeRUHcxyLUc428K1B3HcHI0+oOM+TTmwiY83y/5j/5x /wDzS0Sdk/Q76lBUiO508i4VgO/AUlX/AGSDNtDV45da97r5aaY6WgNK/JT809TuBBD5bvISesl2 n1VAP9aYoPuyUtTjHUIGnmej2/8ALb/nFzTNMmi1PzlPHqd0hDR6XDX6qp6j1WIVpafy0C+PIZgZ 9eTtDZy8WkA3lu9Y88+Q9D84+WJfL+oJ6dueLWksQAaCWMERyRjp8IJFO4qMw8WYwlxBycmMSFF8 m+bP+cefzM0G7dINObWbOv7q70/97yHX4ov71T4/DTwJzcY9ZjkOde91s9LMeaC8v/kT+aWtXQgT Q57COo9S51AfVo0B7/vKO3+wUnJT1WOI5sY6aZ6Ppf8AKf8AI7y/5DUX8j/pLzC6cZL91okQYfEl uhrxB6Fj8RHgDTNVqNUcm3KLsMOAQ97BPzD/ACv/AD417zHq76frbjy/dzubWyOoSxRiAn4VaJRx 28MycOfDGIser3NOXFkkTR2YGf8AnFv80yalbEk/8vP/ADZmR+extP5Sfk1/0K3+af8AJY/9JP8A zZj+exo/Jz8lW3/5xk/Nu2mWe2ezhmQ1SWO6KMp8QwUEYnXYkjSTD2D8mvJv5vaBrl3L5z1eTUNL e0MdtDJeSXXGb1EIYCTp8AYVzB1OTFIegb+5ysEJxPqL17MJyXYq8a/Mf/nGjyz5kml1LQJRoeqy EtJEqcrSVj3MYoYye5Tb/Jrmdh10o7S3Di5dLGW42Lw/Xf8AnHT81tKd+GlrqUCEgT2MqSBu+0bF Jv8AhMz4azGetOJLSzHmkq/k5+aTMFHli/qxAFYiBv4k7DLPzGP+cGH5efcyjQP+cY/zQ1KRDe29 vo8DAMZLqZXah7COD1W5ezUymeuxjlu2R0kzz2e6fl1/zjx5M8oyx393XW9ZjIaO6uVAiiYd4oKs oP8AlMWI7UzAzayU9hsHMxaaMd+Zep5huQ//2Q== + + + + + + uuid:6282AFE15E8DDD11AD0FF142FCE23594 + uuid:6382AFE15E8DDD11AD0FF142FCE23594 + + uuid:08BD74875E8DDD11AD0FF142FCE23594 + uuid:07BD74875E8DDD11AD0FF142FCE23594 + + + + Print + + + + 11.000000 + 8.500000 + Inches + + 1 + False + False + + + Yale Blue + + + + + + Default Swatch Group + 0 + + + + White + CMYK + PROCESS + 0.000000 + 0.000000 + 0.000000 + 0.000000 + + + Black + CMYK + PROCESS + 0.000000 + 0.000000 + 0.000000 + 100.000000 + + + CMYK Red + CMYK + PROCESS + 0.000000 + 100.000000 + 100.000000 + 0.000000 + + + CMYK Yellow + CMYK + PROCESS + 0.000000 + 0.000000 + 100.000000 + 0.000000 + + + CMYK Green + CMYK + PROCESS + 100.000000 + 0.000000 + 100.000000 + 0.000000 + + + CMYK Cyan + CMYK + PROCESS + 100.000000 + 0.000000 + 0.000000 + 0.000000 + + + CMYK Blue + CMYK + PROCESS + 100.000000 + 100.000000 + 0.000000 + 0.000000 + + + CMYK Magenta + CMYK + PROCESS + 0.000000 + 100.000000 + 0.000000 + 0.000000 + + + C=15 M=100 Y=90 K=10 + CMYK + PROCESS + 14.999998 + 100.000000 + 90.000000 + 10.000002 + + + C=0 M=90 Y=85 K=0 + CMYK + PROCESS + 0.000000 + 90.000000 + 85.000000 + 0.000000 + + + C=0 M=80 Y=95 K=0 + CMYK + PROCESS + 0.000000 + 80.000000 + 95.000000 + 0.000000 + + + C=0 M=50 Y=100 K=0 + CMYK + PROCESS + 0.000000 + 50.000000 + 100.000000 + 0.000000 + + + C=0 M=35 Y=85 K=0 + CMYK + PROCESS + 0.000000 + 35.000004 + 85.000000 + 0.000000 + + + C=5 M=0 Y=90 K=0 + CMYK + PROCESS + 5.000001 + 0.000000 + 90.000000 + 0.000000 + + + C=20 M=0 Y=100 K=0 + CMYK + PROCESS + 19.999998 + 0.000000 + 100.000000 + 0.000000 + + + C=50 M=0 Y=100 K=0 + CMYK + PROCESS + 50.000000 + 0.000000 + 100.000000 + 0.000000 + + + C=75 M=0 Y=100 K=0 + CMYK + PROCESS + 75.000000 + 0.000000 + 100.000000 + 0.000000 + + + C=85 M=10 Y=100 K=10 + CMYK + PROCESS + 85.000000 + 10.000002 + 100.000000 + 10.000002 + + + C=90 M=30 Y=95 K=30 + CMYK + PROCESS + 90.000000 + 30.000002 + 95.000000 + 30.000002 + + + C=75 M=0 Y=75 K=0 + CMYK + PROCESS + 75.000000 + 0.000000 + 75.000000 + 0.000000 + + + C=80 M=10 Y=45 K=0 + CMYK + PROCESS + 80.000000 + 10.000002 + 45.000000 + 0.000000 + + + C=70 M=15 Y=0 K=0 + CMYK + PROCESS + 70.000000 + 14.999998 + 0.000000 + 0.000000 + + + C=85 M=50 Y=0 K=0 + CMYK + PROCESS + 85.000000 + 50.000000 + 0.000000 + 0.000000 + + + C=100 M=95 Y=5 K=0 + CMYK + PROCESS + 100.000000 + 95.000000 + 5.000001 + 0.000000 + + + C=100 M=100 Y=25 K=25 + CMYK + PROCESS + 100.000000 + 100.000000 + 25.000000 + 25.000000 + + + C=75 M=100 Y=0 K=0 + CMYK + PROCESS + 75.000000 + 100.000000 + 0.000000 + 0.000000 + + + C=50 M=100 Y=0 K=0 + CMYK + PROCESS + 50.000000 + 100.000000 + 0.000000 + 0.000000 + + + C=35 M=100 Y=35 K=10 + CMYK + PROCESS + 35.000004 + 100.000000 + 35.000004 + 10.000002 + + + C=10 M=100 Y=50 K=0 + CMYK + PROCESS + 10.000002 + 100.000000 + 50.000000 + 0.000000 + + + C=0 M=95 Y=20 K=0 + CMYK + PROCESS + 0.000000 + 95.000000 + 19.999998 + 0.000000 + + + C=25 M=25 Y=40 K=0 + CMYK + PROCESS + 25.000000 + 25.000000 + 39.999996 + 0.000000 + + + C=40 M=45 Y=50 K=5 + CMYK + PROCESS + 39.999996 + 45.000000 + 50.000000 + 5.000001 + + + C=50 M=50 Y=60 K=25 + CMYK + PROCESS + 50.000000 + 50.000000 + 60.000004 + 25.000000 + + + C=55 M=60 Y=65 K=40 + CMYK + PROCESS + 55.000000 + 60.000004 + 65.000000 + 39.999996 + + + C=25 M=40 Y=65 K=0 + CMYK + PROCESS + 25.000000 + 39.999996 + 65.000000 + 0.000000 + + + C=30 M=50 Y=75 K=10 + CMYK + PROCESS + 30.000002 + 50.000000 + 75.000000 + 10.000002 + + + C=35 M=60 Y=80 K=25 + CMYK + PROCESS + 35.000004 + 60.000004 + 80.000000 + 25.000000 + + + C=40 M=65 Y=90 K=35 + CMYK + PROCESS + 39.999996 + 65.000000 + 90.000000 + 35.000004 + + + C=40 M=70 Y=100 K=50 + CMYK + PROCESS + 39.999996 + 70.000000 + 100.000000 + 50.000000 + + + C=50 M=70 Y=80 K=70 + CMYK + PROCESS + 50.000000 + 70.000000 + 80.000000 + 70.000000 + + + Yale Blue + SPOT + 100.000000 + CMYK + 100.000000 + 70.000000 + 5.000001 + 35.000004 + + + + + + Print Color Group + 1 + + + + C=0 M=30 Y=70 K=0 + CMYK + PROCESS + 0.000000 + 30.000002 + 70.000000 + 0.000000 + + + C=5 M=70 Y=90 K=0 + CMYK + PROCESS + 5.000001 + 70.000000 + 90.000000 + 0.000000 + + + C=5 M=90 Y=75 K=0 + CMYK + PROCESS + 5.000001 + 90.000000 + 75.000000 + 0.000000 + + + C=30 M=0 Y=95 K=0 + CMYK + PROCESS + 30.000002 + 0.000000 + 95.000000 + 0.000000 + + + C=60 M=5 Y=95 K=0 + CMYK + PROCESS + 60.000004 + 5.000001 + 95.000000 + 0.000000 + + + C=30 M=0 Y=10 K=0 + CMYK + PROCESS + 30.000002 + 0.000000 + 10.000002 + 0.000000 + + + C=60 M=10 Y=5 K=0 + CMYK + PROCESS + 60.000004 + 10.000002 + 5.000001 + 0.000000 + + + C=80 M=5 Y=10 K=0 + CMYK + PROCESS + 80.000000 + 5.000001 + 10.000002 + 0.000000 + + + + + + Grayscale + 1 + + + + K=100 + GRAY + PROCESS + 255 + + + K=90 + GRAY + PROCESS + 229 + + + K=80 + GRAY + PROCESS + 203 + + + K=70 + GRAY + PROCESS + 178 + + + K=60 + GRAY + PROCESS + 152 + + + K=50 + GRAY + PROCESS + 127 + + + K=40 + GRAY + PROCESS + 101 + + + K=30 + GRAY + PROCESS + 76 + + + K=20 + GRAY + PROCESS + 50 + + + K=10 + GRAY + PROCESS + 25 + + + K=5 + GRAY + PROCESS + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + % &&end XMP packet marker&& [{ai_metadata_stream_123} <> /PUT AI11_PDFMark5 [/Document 1 dict begin /Metadata {ai_metadata_stream_123} def currentdict end /BDC AI11_PDFMark5 +%ADOEndClientInjection: PageSetup End "AI11EPS" +%%EndPageSetup +1 -1 scale 0 -77.3281 translate +pgsv +[1 0 0 1 0 0 ]ct +gsave +np +gsave +0 0 mo +0 77.3281 li +178.958 77.3281 li +178.958 0 li +cp +clp +[1 0 0 1 0 0 ]ct +159.405 32.2578 mo +153.881 32.2578 150.016 36.6758 148.689 43.6348 cv +168.133 43.4141 li +168.133 37.5596 164.486 32.2578 159.405 32.2578 cv +cp +158.41 77.2178 mo +146.812 77.2178 137.863 68.0488 137.863 55.2344 cv +137.863 39.5479 147.475 28.832 161.063 28.832 cv +171.998 28.832 178.074 35.0195 178.074 44.8506 cv +178.074 46.8389 li +148.248 46.6182 li +148.027 47.833 147.916 49.8223 147.916 52.252 cv +147.916 63.5195 154.986 70.9209 164.377 70.9209 cv +170.01 70.9209 172.883 68.9326 177.301 65.1768 cv +178.958 67.7168 li +172.661 73.4619 167.469 77.2178 158.41 77.2178 cv +cp +107.375 76.334 mo +107.375 73.793 li +112.346 73.4619 113.781 72.3574 114.666 70.4785 cv +114.666 13.2559 li +114.666 9.5 114.113 7.9541 106.491 7.29102 cv +106.491 5.08203 li +126.707 0 li +127.369 1.87891 li +124.166 5.85547 li +124.166 70.4785 li +125.271 72.6885 127.369 73.4619 131.898 73.793 cv +131.898 76.334 li +107.375 76.334 li +cp +73.6821 59.3223 mo +73.2402 61.0889 72.9092 62.6357 72.9092 65.0664 cv +72.9092 68.3799 74.7871 71.6934 78.4321 71.6934 cv +81.7461 71.6934 83.624 70.5898 86.6069 68.2695 cv +86.7173 53.3555 li +83.8452 54.6816 76.7754 57.7754 73.6821 59.3223 cv +cp +95.7754 77.3281 mo +89.8105 77.3281 86.938 73.2402 86.7173 70.3691 cv +82.9609 74.3457 78.1011 77.3281 73.4614 77.3281 cv +67.4961 77.3281 62.4141 73.6826 62.4141 67.3867 cv +62.4141 64.293 63.1875 61.0889 64.7344 58.5488 cv +86.7173 50.5947 li +86.7173 42.4199 li +86.7173 37.4492 84.397 32.6992 79.4263 32.6992 cv +76.4438 32.6992 73.5713 36.3438 73.3511 41.9785 cv +63.4082 43.6348 li +63.4082 42.5313 li +66.7222 32.5879 77.6592 28.7227 82.9609 28.7227 cv +93.0137 28.7227 96.6592 34.0244 96.5488 42.1992 cv +96.2178 65.3975 li +96.1074 69.9268 98.5371 71.0313 100.747 71.0313 cv +102.514 71.0313 104.281 69.9268 106.381 67.8281 cv +106.381 71.0313 li +103.95 73.9043 99.6426 77.3281 95.7754 77.3281 cv +cp +59.542 16.2393 mo +41.3154 46.9492 li +41.3154 67.6074 li +43.4136 72.5781 48.7163 73.2402 53.7983 73.4619 cv +53.7983 76.334 li +18.1167 76.334 li +18.1167 73.4619 li +23.1982 73.2402 29.3848 72.4678 31.0415 69.1543 cv +31.0415 47.833 li +12.4829 16.46 li +9.27979 11.1572 6.18652 9.39063 0 8.94824 cv +0 6.07617 li +31.0415 6.07617 li +31.0415 8.94824 li +25.1865 9.2793 23.3086 10.3848 21.6519 11.7109 cv +38.8848 41.5361 li +55.7861 11.8203 li +54.019 10.4951 51.6992 9.2793 45.8442 8.94824 cv +45.8442 6.07617 li +72.356 6.07617 li +72.356 8.94824 li +66.3911 9.16992 62.6353 11.1572 59.542 16.2393 cv +cp +false sop +/0 +<< +/Name (Yale Blue) +/0 +[/DeviceCMYK] /CSA add_res +/CSA /0 get_csa_by_name +/MappedCSA /0 /CSA get_res +/TintMethod /Subtractive +/TintProc null +/NComponents 4 +/Components [ 1 0.7 0.05 0.35 ] +>> +/CSD add_res +1 /0 /CSD get_res sepcs +1 sep +f +%ADOBeginClientInjection: EndPageContent "AI11EPS" +userdict /annotatepage 2 copy known {get exec}{pop pop} ifelse +%ADOEndClientInjection: EndPageContent "AI11EPS" +grestore +grestore +pgrs +%%PageTrailer +%ADOBeginClientInjection: PageTrailer Start "AI11EPS" +[/EMC AI11_PDFMark5 [/NamespacePop AI11_PDFMark5 +%ADOEndClientInjection: PageTrailer Start "AI11EPS" +[ +[/CSA [/0 ]] +[/CSD [/0 ]] +] del_res +Adobe_AGM_Image/pt gx +Adobe_CoolType_Core/pt get exec Adobe_AGM_Core/pt gx +currentdict Adobe_AGM_Utils eq {end} if +%%Trailer +Adobe_AGM_Image/dt get exec +Adobe_CoolType_Core/dt get exec Adobe_AGM_Core/dt get exec +%%EOF +%AI9_PrintingDataEnd userdict /AI9_read_buffer 256 string put userdict begin /ai9_skip_data { mark { currentfile AI9_read_buffer { readline } stopped { } { not { exit } if (%AI9_PrivateDataEnd) eq { exit } if } ifelse } loop cleartomark } def end userdict /ai9_skip_data get exec %AI9_PrivateDataBegin %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(R) 13.0 %%AI8_CreatorVersion: 13.0.2 %%For: (Julie Fry 1) () %%Title: (yale_newlogo_yaleblue.eps) %%CreationDate: 9/26/08 1:10 PM %AI9_DataStream %Gb"-6I?,[EEhE48qE+=6"LPtp\DCTd)AhV(Bj8#W/[VQo)htU7OeZ49,\JhOg=H5p2^@>V6q*[gOt0\DAAEUQh97u]F\YqJ4r'3F %cT,?[nbD'un%SYp]AGc#q!Yu1T?cJG3i;dc5OR]O\GP9DJ,/bE^An1UR5a`KY.!8XBjR+6o_rGDkOj:1cSt/JX_kc7%q#>*mJH?9 %rT`Eu0Ah9ZrR6O?5(*;-QZle!r7Ur$Q`n/Ls75./\*lN:T5Oq7)lMRWrp]S>?iA_$^A[Bl++JRNb_oKI^\.:!lMGe?HiM99s8T%s %ZgYX+k(g.ss6?(t?bZR*cb=6lIrA-L^\.X,p%qOWg:R=_QhP!8-VlsSs67G1H6`06nfQ_:oD\aZRigMeU+Q!/kPsLJQfm+\pVWK6 %r>X>]X6nU+`TrQ;o'uL=s7hrLJ+rX1T0C!do_"".rmNO[mJc8H[t"28h5C!rr8r'Idgjp4g@+A-[:D?U^=50us(VA>&!QsM-a.%V %rkEp\rkJF&rm0JMq=Ss(5(*D-3)76bqTCk6%j+%7qWn0b*O>X6m^I1ng;!RES+e$)lFX5a[GCSPI`?,Pro'pPhmE!Dlb7c\DLl %GON7`a(h-)qfTM8g08i=kPMmSGG!a"f3DMP^O6(=miVT'P;UFTrQMVHhDY7ZT(`'GM;!6`^[l9fcEfYqcggAFMle"8D4<,bD-#@K %>ADo/WGR!-@@QFobFGI^F1*/pq`J_porUOFD^V%KGnW)Z.`qtToN+[!%StG2X %0C6/"Ac$#QD(43ep,&AI4gNtRN9uc+[f,>Z`4EBQp=i3J8+t]G'ZVZ2CjT^-D85JAe_34?CW=b\f=.Sm^[/E]oC?@5S0*+@EK&p+ %`_j&!Z"E?J]_csBn_W9Um@AQ"s[Zp/$B/koDXD@]G^TD$n(['\)a#gaKqe]!Zrn6a"MpY/V\Amjh %/(+XgS^W$IBCYu\W7t3igc-pkkOJ!-S]CVbf8VA'^1%CtC`1th>,L\XXW;a/ceABODd+^F\*[NBP??FcgG63]G@/_&krWnGiYA21 %dtVQeZo39od8H\jcn@AVESTU1`DM]JNT4X>S28$r`I#(jGkK^8X<5d/:V?;_RF.J`SB%mk/\LjS[,7pna#\EOcs*]F`GrKCI^F"H %rRLm`mAg]De$$+%;81>.]d&Q5XaM3!hCJ&]f8]1;Rc?C&O8TM;Nr#0@GiniA5Ka]$lYl^VIBfqPF8_)jI?3sl2h$c3b/_>6+8U8- %LhEm*nalMmjm-j_gjS_j*&Z@*pj)`pb1GPG)=f/"DWf;oa*EY"V>/g=Dd&`up#UJT?XEH8le-lkoAP(BhV/Wj3;0i1bOdQ+K2J]J %p1IuEEh;"8BKBIkLOIhK\#k+,H*Q(.g=P9_fD4NRC>3RZ45um7I?d"rcX(NLm@E#rpEOIg]KD6FH^/dHohMslGA>m%p,G)ln*nBs %[XY@7`Hk#L-e?k`GSbgnr&slIU]#XeDXVt^D<[H)HY:g4cKh!IHWnP:6n:LU]:Q[4D:O!mK9!OF5<\ehH+?*#D2H6WM_.#N3g]5m %p$[)c@Yng'G8jbB2-\lM>NQ4F0omR4[^ha2^"N:$CWs4VGKfFp^5_aCYFW]Wg0-%nacF5TYC.s= %]g;PUYOeE1r:#mHr"A>W[f$WTIRcKC1X(tFFenVf\&R-m;pLcDrp]VB.e]=^mX0N-R\S<7[A])=X\B=7"LhV6uU %>i^`cqf$n:kG>U->/,";_:DrU=uSUY3mW_nmrIi@XnL&B(M:kbSi$tr)o&s+PP&I%peS2XhD_tU.+qsH)CO7[)o05*V#JkG2!i"oW/STZG+SCf?Y`p,s9\gNn]l9 %X&A9FB3Iq"n$osADHACDpG3h,*C">=f$\tnq5SmerCBA,N(AM#`K?"PVUi#Q?*Wio[scfXnKh8a`-^\_4,e7<42$%X:AVOtf3YJb %Csd=Re$Gmilh.sIhpYH+#6%@>.jn_o]piNBBdZFCMkFONM3i"W3*s%cI2h]4rs1!(WE^n=?.E_Mn)r`3X(]ktqmVB*SZUt*^Wr%L %[U.p"ia(4QK#k2L9D8k"fA<.3(6`S`YMTFpbbDCN7,KaOZ<88s?QNku[WW^KN[.X]l$CQ.HuT)]0md>GVsn^Io2k,1g#]@%jlNcf1VEn#Sfe8AVFU'Ms.0#I6jo5aAOo?HU9il&atW1q$O&_F'ro^;XELg@Kc3?i(52`Ykl[1X%ko-#c)\n=)2iofeW4)3lneBCB?-#NfDMU08,hqJX_h2om>n)6hiE*H2\B>DN=l?drF^r= %@=3H2la]o7%cGS3C,[B60-Y2bOZKd79f061MnOL#OT&dgS1"oU):*]#'X?QY9ojOIh;fQ@Zft?OA&PA.g@t0tI3RO_ruY+h2^@&RF+st_9l.j:Ek[DeN]Z]hl+1.Jh7K\EMAieYEmkgOce6o`(@l2D+5a\)I;#UlZRE(-GK+M %H@0&^r>7ag>K\R:-Aj.mCtG@n*Jr+$-J98pnX5k^o[O;o]Zt=N02QF5GpBlDVtL!; %gXkcX]B6nmO640:_m9e6%G-@c98gRW1!_+@hsZ=N]DLslb%o3"f!BR3Q(Qh"TD1A!CW$%q>lBG@8"R2KZBjl<;3!F2e3EZliQ+^g %ebC'7n7ZMJXo8#Zlef1Z8`#7GG)lo$5G]sPR"t'q`Tobe3Y=)9IoZE`q/1%ZIsu[7rG4o`+WmHF,i:JfEjj\74)4C!l`FO,rU)2J %3u\.no\j#dJc.b+9n2j+_`&Zd(XM4Cq_Q!9s65;'`!p*-s7Y?!BM3jRS_]UFqmZRKn_7E!o0[li?[Ve@_]SmE]>+/\pEpJYIJE.& %pV2%Kl1aq5hn9!WX7(OXYIZ.=`u;)RhgGB0hacLlG@1C/(I,IDhgDg.m(^14Mnf8;n%\eM<`[34J%u!AlVHu!IRCmLddArA]RTkS %_tUp\s36<0hrO\#T?=XBC9P&,s(T-cYC)&mro1OLd]["L$f&JE_oGRQjBeZ7rSt*.T)>M!or!#kI.R%"5/-p3n%\kmF"d$NkOXtu %\\H%?]mTG>j83V?0CnjuBU4/Fm9bA(._,=qC0&Hl^3;hu:H(5i)J:p[A+NhV[b!hnSrL^]#IHnMfpNHh['elZ88ET@SH1c[$j*?#Fc_D$+9:hk0o4 %:G?e%J,HH3r@^@Kqs*K:gL&[3^O,G<+_pGc?eg(,mXD[t$r3!lJZ2WkLjfr*/cBmR&J(\/ZQfVdrQ`fkT"gW((^3tJ- %o_.hB_qXeMd4P^Zg\'t)G()Nd*T+;eo(h\EoCLH&j7C1[q0^s\n'Bb[qRer:cVr$_gD/o9mF1[Ue'm@+_peF'4RGr!e,$F6btlg; %pscH%O)H,4+.jSr+!2QMa5_/hg`G(fj`,a>*ll=[mc!9dmDJP5e&14`_aDV++81KW@=;6!k(i20Ht^XPq=]2"T?bK#OZ^tMgs>@m %cfL[$;Db!46@-:-Sr]f0Ym"CqESMT3YoW/8*-8acNCSmGr.=XL5OK'Z\KC^_Du7+!qn,`%BVQj-g[095g)d_YmG*_=hmRCXQ>PKU %D;9lXojrQ`5-IcJj8.+HT4?^/D-bbi77krhY3c;(]Nq+qVr_oD=O-#1p17IZAQe/,>/k-@?fnihoDCF0c4BM,+*[nqA@6DS?grF8:a(:d]BcP1PDJ1Dcah);C`; %s.DMeJ$e7lNm'P%GO5rYm6L(+E7q!DQ$2Z`d99g;PkJeX[iJRt[&u(lrig7Y:HLN&'\Hp'a'CbS><=Y73;h1X?TVWgBMH%.4aT4@AGMZLEeT+E77!mY\f_i#N,E@<2Ebq9a1>Z,giPiCnMg*d^hIYa;UrT5O%sjal*;S7Y %&\Vbfo:G@\5=_m`q`b;;]?`5*#-gAsg!=+#q+KQj)G@n%c7MHY2T)n0fqC#=(ggW/:A4"h`/mSuhbQ]f`$Ieu`$Rl"`$[-'nGn7S76q8hb$@Id`%"/*`%+5,`%4;.7t9MT'CtY5Y/dE[ %l4;5[Y]DK%5I+5&pqujoY4\r1mpYa2oZ)SKi`4uNpW)D,mi-4./f[/@l]HDB.306YrcmaiB7K\o[uU=KSb9f\m-1)7n;b,]o31lo %]aM("4eE_ %>OQfNHSr7G1Uk**[beF$Y'.7VpZS1<\TQ2aG#ZK4H0;'2"+nipdZSD0YdIt+JpSG9rYoUXUBt8$V %[P^r'%Fksug.r17DkHASa4R=S[k>9Nh!>K>B4LsO]*:C,X2.GEcXXRNbcP*Q%8(uBle/EbNtpS)$[OUu(,X^Jh.;k@SES"bDcr1e %-Z`,Xae)i#2oC$un)KnJU%m?_cRn?bRnd;TS9V#YG[oC@[e*K+q,TD#rfHGVcVJJ\`S?ecqXI#R0"KeF[f:^K9g8pR\uooLrsV6l %T0\8T)2.da6&)!NT_NjmeEJauFm9n1:L:(#R)dJ%n*Xg@Ndp64cY`0LYLK1ih#6&1q2*.Q`",pgnb5X2IPSleIBEIY'P$sdX/mqY %GH\0S5Bhh[bk8AM?LQnMqY._852BOKmsa9M3r;5:juE5.PHQcXKP0sX2d^uo"J]hp7%3Y*4o#;!PP07+%GuI.)ZAAQq=T*c5gelK %nL`/qcW`LQYV!u,H1GbJZX;VE(#C!-_jt/u8&*\P0g=Y!GXV=r?hno\qV1]CoGGB7U831+0NbbFr) %)a#p5o]P^oiUif%+l8N'9+I&;&GC?1gj(/"H8I@q=I(e*CllgIV$'QM)A?hoXg@='eHqpNM25I&Gi %"ce**h08>%IK.jrmi^So2*?>j[KGSdFRD@;n8Apgh$rm:b\^K:2NpEKcfYJZ\k14Zo^27V7n0L$>k %Hp3LWClGueA8VXnqI$02B50\q+jF;LC9G($a@kR*0H0_PWd_OD.PDJ1u_hYID&F7W: %gsn-f#\fJm]OQt:]m/o@<]l>57h'H$Ln'6T](W`QRrQA!)YKO^8=frommYOc[i,Esp;$JQ8&HB1KK_7Ck-=P"K0:q=UWZ!Z\;6&3 %%&1dnHh#\`em%LI\(W3J\aapSo?5MFO170g&CmX)*KR^pl"5N"E>kU5mdUY1T82RT@hg]t.(O[_s5[WRL$-4orF,^;M3rK#1FF*d %J+_cis75UWq84Rl;`'lVY.L=_N73);[^:$Y4:ARVDJGg@:W*-4?N9Ko %ZMi1:f^QAPWdh!tP;RYDYNaq0XfC]8kHFInT1c-_bQ$q\rYllCJYNhgHeiOdZgY>Vn]eMfZbN`pSQ<'>+1pN&A%B,6HUVgG2tXR4g?)^/!FK^WJ[BXKj`@=d9HpgEOfq/QNor@-O^#4G3p3H2 %ca0`8]pTh9n$f(Zn[_kK?0C%ej3B.Olq8>#=16O;gY]?F-p&JkHUHQUjVE3`)KS!QgM(fj0_mKkMDY/b9092V]X?d.:QHL%q+Ze3 %2m5<``>7.QebH@\)V?>s`pgB6t$0S!KmE^O(7_o^=mR?j_aa4CN\5i/L^+3e6:1Hfg`SQH>ucfgZKm?=j)c:,IXNpQPKOMg+B[[J_MW?J\o5`]A+Zg+Kgiba1?LOL/#?4i\V!TJ[<9 %^k+>FC8n?hdc*&9cbo#/FZTY6TX24D:=<:m5"l40[IV[Rb`6dG2oRlP#/.IjYjE7kX?8+>-!dQ4[cJ^(Q,iPA %SX&BG-f&OnE_Fj6,1Ck#cHARF3oB4OOfjrOgEN2Tf:I(bkJp>nZgp+^UpFpHGdJ]dmGKa)V"93s?DMAu8`WOm[CQRuMfc)V%`h)M %eN2gCO`"GD:_lUR9%,t/Uhf('3d];_\nsD[d^=+RQS6dh/JoDGNc_D'`R&spY*Ic;^IW"`+(nB\<]<,!7ClN+p['/1/%;UU-XEc7 %c8A2&mOcF^P&sa[a.@BRGAJ)[]\Jr(W,(MBG.+-jl3paeY*CS)8CUdf(ja]b3p1IUY&)!PB>o/`;.k%3I%eiPfe:j#H0\>jFn:;J %/$IEU3nq@!"Zt5eJ_Z:oFacNp$[(#eNk%YcCIkA\R0_8)-[DHDBWSX!ENfV,Iuc.fHJlE!)V8#!/OVhi)2?)niI?CdmuE]_$- %3\,-hfo^1*J=Jd7Sl7u$bL+[eS6(\C6I*_`!6QHtjWRqQ+_OBnH&`1k>:-(+B:K_2L^92a[V,Jb-KG#;/OqS!Q+(`q3l\S=@u*0Y %>UuH66C!L6X>dSb>o;1nk0r>!J6XUB!ENitS]iNq8)tZ!NcK:ga4;<)S=NM='Mts'nKjc%aB;0)pDM%(``>0WJt+b^$QBK7]Q#QN %6I*aF[Nsq86*K&"6#Nq8gU\cn]Ft]d6I*d7fg3pLjs;/eQoPe"NhLa!OE4M-GoUj2T#QGRQ)EPN#J'YTS[_kZQ+6Z'-#p?`D;s:7 %]#<.A20!KpgVhXBC?!si?/fVFh^5Mtd3Ys(8kiQ='7Jm*<@)XmE_TfPI$;'D>tnS+>SC1cB=E_um;Pd)rLfFo[?Y)FY4Lb*Bo/:Trj&csr4.S6K[0CZ@\6:sDMSC1ScF8YrI.W8rGCbpeHMJn-ot$.Gu_?LAJ.X/_#WQV6=Qjj,6UoCt@d[CVO2>-TEWXo'Yg[CVg:c9n56>59Lb[@'$4EOBg] %>ciCC\B[I.\Cr,aEV4@E\GB6!i]7Tuip,Wp`7=-fibISD\CriZ'3Er)R^i2[.uERS^.qqrYtnV/\P$2jnQ"R0:Gm-/V(Qb)j]@:S %X6UDMj(3kibETnEGaeiEOG@SibIf/`3jF! %:hRc%`-#D_`7:2'M5ut]&m)7eM5unWibH)LS%.1'XGO!Mc]YeA$b8u:kHRZbkHRff^"qKiY1>LHi]<-KinDPY&m&l/20!cIPf2+q %2i4TeQ,M5M9hAT\7=F01XJq&WQV6=Qjj,6Ue,1\8[Ao\*>.Gu_@!T*>.Gu_XaH>B[[Jgg[;nuHXaHVJ:,A![(3&>[+H[Y-%IKEG]i(i]=2iinDPY'%^19-*FB* %-*FBJ.WKtnS+>SG_'H_%ZM>tnR.\P$20I%.WL>tnSI2N2ZW]M2Z0V+]f_jdN^!3dp#Q %FX;&#QRRcl*Kf*peW+07>j[L$`3l0+gVhWG;Ft,kV,(@0iS>c^hDe0fC?:no>(aO`>c5,.>eLf8`7<$iM6#6n`&05i-*E9%5&k^I %Q,M4r-#p?`k7ZBdI@[lOh3GMH&g_P*nnmC?lFOpaau+0UjkI`(WbUPIb$F"Aceg(Pj4Yf^[Rs8!I1q%gl;]-M[;nuH]mQ$R>$Xj- %X]uN@HY9gEX6jk#>lC=\`3kk;-*H:Z-a'T,-*H;%.WK<*-#mdu/o_p+f84:DlOqfMmLn,P^.hj:d>[;FbIY'(e# %ibGBt-EbobDA-)e7jW-q[m"f>Ap9`SHIFF%X-IJ[Ccmq7`:^@IFkJk' %*L=/E=#bD+-P6+_Fb_9Gle/!"Yf&Dn7rQee-*G^bW7rnD>s$R'QFK[oU2K_f1ahR3:L)K]FaKIbmZtp*IWeTjeUW_D[d=+l#tBWk9SmBH0[o1_t2HY,Fsha*t]GPkmkm@LHS4QGi%-XFU_-KO`$i[oYblGeCd[s %)-BP]SX-c,>GCQX`-&ai2n[:<>?.$#[W7_Fg@MeAlT"O)lT"O)CFd0B>fWP]>fX+m>ci7?\QW:`>eOAtf5Z2/\QW:`>[+b^>ciCC %\_9)%F"Q-cer?jhf5^.5='qh8Y$Sia>eR:NY#_]nlSuW(>jXf-bgk":m5h=1?RN"3kH,u-ZN9hQkies,?K\GG`M;I]V"HNdQdm.QZAtH/]mdR<#Wh;F9CV:q'_m@oS6$IS)]"A)M45$r9^T4.L4E"N.6+XnlTRG^]Fb=8. %_pQMIK;G`kQ+INl])(@tm0:a>LVPCL1O/98G4BJ>oJHX4^`,Cc]cl54m&\18juFdU##AW^Zf99q7dGNmDMTMu-L_4$$V(a_M)W@= %]T?bHIQaJ!3qER!A,!CWA-Yn@K4%Hf_)'bY8aHnXb)T]H]tn_lgD8_Rh0%^hN9Am\fYr*$bq;T%Z--`rHI3_snJ1%d1-8juRlm*E %Y&)[Pfk'WY=\E@ZNKMK^+W@P#ern_Z-C_DR[`!ES?156QS"2^1*W%!A:M(@&fe@&S7lj7+AnT5%>bnMW4&9J/CWt(eflb!Jlmt)a %[slQH'%(Ag0kP(?CsXuXln"Qanhk%Bam=D7fm3QOjd;SdZV*MpB?BMS?=S/oK/#G`B'4WeY"rYBcXj:jG(-"*cCW0bgbU^fdsf8\ %m=6T%]4/E*QSmD*o:FaDB"&95d?2`nk9;rJq?B`-V_-R\GW$N$J-eI+DClQ*P((ss`b!d8IpQQM]*^g(1eT>*=97Ig*'C-YN"?1' %T%$5_jq&LpX,V)A.6)QUHVs9*;=L2@I/NX7op>A(I.'8umJS\BeXq)ADJeSRp]'U3T0CuL(B2G9j273jrp];^Ie`!]9)+>As2u2U %f4>9g?o.gB7/LZ(hu'U)b*apTn=pBiflJ_8J%'pp^V@?ilM#NtrGMXFF1o'[5P`:s^]/M%b_Z7V]7**=c'356Si9$"<`Oo#]a&Ie %K(Skb8CDIa%:t-uh7FTJ"R5N$8CBN'Qhf$A59st)gEF]&Dl5"i*bB*Yq.`IKX3-O"_l=,:3o"V-,Rn^A;.XM7faUMVnTIIOp8e`q %qU$c[P0U5"+\>nH%S=+Dh2nF`k[mB63HP^%g3sfngL7T4P-cH6LEmWT8NOJ$L*Wnh(pEGZGZTYGXaE2UBm"Phd^LrBphIe&+\@1Jr_aS7SUO,XlO(W0A]g+1 %*KaQb4#G-BUi!:F8_S(<$q]1#-lBFG=,/'7iS=o6HK-PDP#e_QP'5,gLEuh'QQ\q=04UChID-bcoXak8GJQtsNBU\Y8NNrqOJJ5d %OJJ0-OQ?F&F?fcBUAJT.D3IChD[TiA^,B/c(V'cKO"2DmD)[K#M9,YT5LkjCh3MV(+aIiZA)&9?6Lni]QgqY`e1-2qLjMf&a]lD: %`/X18,]D$)WQWA1ZK,sROnkduV+0UrYfAd-k1clL:11f<_p)#2EME-K[0Gb`>j4$uDg`b6JeFF)=$>tAM9FLZ39,/gEV[%YUnG`h %lQ4GkN4cT@gnAs]jUKT8aD40k,q@f,Lgq0d+6+76Y&X8_`gDJ>nnF&V],17VDo-O4(#1Ygip/eak(gq8k?Zb+Ou"I8CskpD&madi'#r`T6DiAOB@D %9Q!F1d$L-42<=GAb@D@Kkp7Z`9/rO4;)I-CY\tQ/D3@kF2b/kIO(14'Upg]cqXdROks+C(@VKo&L9V,_9duPAY&Ue5O8Xs3X_>uA %MPS-^)\klT`jSB6C!Fer2B2>$iom>11`0qH[$ak.@#OSl1QrMCRl@fjS8o)'D6WnS"OcGh=V%Ko[+.ljR>h7$l&@Vd,&&P,t4 %\_l\\1EohWUs7Fn,$O\2g17>]bWV"Xg03r)?'2JtOHF`T,],,P?*@W^lLlNa=%(J1%O%!Q4_ItS0TJtUN1jEaBtO:WN+eDI3U@VQ %74`<&*i:HR*b/+d9A=TsO/,JP4i](9B''J`FR*9YnK!a6X#o<)7mte6N:)sU,i-V&VgTiHSstLk)u\p5e^%;F]m9C#KuFg"gW@g$ %)@r[H]WFh]dWY%pFRoj96bln?3a4$"k?O4#/_f$'^X_p=` %kQSjA`bC1Y?65Gk!HGtMhV73%V6,,7T';rU@;);1=PE$k'I9"B`DS4@JU4TNlA#7HW=^Gl(b@OQqj;\qR]mf\4BQ>L=m$0i %->[U1&(<8-Z\5:uZ=UUTg).+br<:Xc+tPM/*Mt0"Y@k`%L$`sI@-Yc*FsKau^I1\lWV,XEqE$OA_fb0^H+.JG;PM[$s/q!@MRU>h %:qHIUXuTAE/ND+G.!8m$]4i\dhK(#8]u(jh7oIsHpG5D+^@h_.GHmL>"0)1OkE-n+hZflo9ufOkOI?>9NH9^$as"gGKrc$`\\k?r %gi4eaUU^P:e33,-lS.V-]PWL&GHZcZ1$\)CYlph.[7uKTJ!kFTN4Q5WFqh@%\;k&s2!"Nc.I+A82Kp!\>%L@m8JhHYbpEoP=hm6.VuN].cbO,Ip_SiaT1eZ^@V0Wr6]Q2Q_<_4-qKa..C\D%,`pGdDF< %>X[#bG&X"mUmiI/-/iJ8l8a$(1Ca&fct90A\fQ\d1UMQU[\1kJ>]6T.Rn;=("GVrFraA[@o#S!P?WE4VIu4N4-Il"5(m3%!J*ae%ZO %nRc>OJuO-=D`^^kpZ(%`pkH+\q<"k$M3T/G(TnuuEk]LRBB>UaD2C3$(%j8uRp50qdIGIepP?MQDgjTs:!P\5+m1b+Ho"3EX#b %-Ef]q/,MJO;9fpCIH`0C.X,u"VjtBZbF4Z:[lf8R`164UkinK+@l@\a1Tbe[J1s9%lDs:kUbc<-`sbBt[qd4F9[^J)]-ZZ7e/#tB %FCo80j5,@49Pjr=%Qa3-rE:AkRAmmFKla,*n&q;m1JR``f&YWG;ea73F/EY)l^"%s9m]djAt1ZfG_lPG6"cXpJl`2J8]f"2-0Q-8 %RR4SS"#g;;6>@dm\b@)SDh?9!lX1+GR2t%dO]QML5UpFNHeNmj8H!f_EFJ`cEbESZ@[%(o`cML#*i<_QKM]CD9 %kN1@!PKm;f9c`JG]AoKYoCB+5l-R7b8EWV=^/WP*2X>OsZIN)6G==Po.jISYdTPCN*$Uq6b8QR#d^d6-p"AWSLE;7n/nOKQ[VFo< %n$?#X[+F?\]<>)pUbcA$ %?5%Euf,f@Kl5"8JZq`Xq[C>DCbO0)XnX-]_7@d_>2:r=$0u'hBc\qUfdW?/Soj+S:05T,gOOC@c(s`*#2)/`Rlt_)l_nS8V %K(QjKH-b5o@F":Y7JXfjFi_(M#3LYZ0+r>,*k*23[b\Gt&XY@eHb:b>1Y]@?Vqdrm-R`W@49iTREe>Be[ATPN#nM=dji09F8\*D5 %LDXF2.-G)tlUP$S2jI@[@5.Drbc(lJ9F#,$linR3G,L3ho*@Eg,B6?BK7@Z.aH_%=%3@iFe$O5e2jPH)A\IEQ(b0`2^g3>I*1`"ER$E/(n;,^NCo:Zc:pJU@B5ofpde8%cH;`\#O#E`N'K*`B1B>/ %1''Edbn51^L6r %KQd_`gZ*:d'%\S067:tjCL,4LEHUsI>S;-W3s4Lu-0WRU[d;0ISQk>kT=EU+>g=j>p!XeCEme(u=lYf9P0R7Z^0HN\j:"f1 %H,H-J][[q`&ted]NCGiJ`Aq_ZkL/Oqr_WgiS=FZ)**;"^jWJYccF_2P3A8C#&'(2mkU)gh1iE`F9lo/5GK`dfY4Xs?`mp$aDQ\js %Go/'U=kQaHf[is0/**dDN\e2W=Qu%<"Z\*Q\6q);/E_GlDF%BM>-F>DESJPP %k5ol"R:Mi1mQ6_)V%ia)NPe1BZBe]Ylcc[cc\>Y%#_8H-*SD'XTB'2*q+9lt2&hjbBu<0#VEj)='.a`HCL6H/aW!8NmL@7RgLu\<-n` %N&/S$MYo:SkJ$V/buP]6[i2`/S.:>Tma?p2O?D %;aScua;O^_&osaqL?ESOE6L=Ep1q6sQQoX.b^!!@9\)3?UtLrQ %:84GSY2\1RY3@E:edZHYS"Fu(YFi!&@]+C)CR&p5VWT[%rP2/^JrlKn*R %P`mHZXA<_8g:H%_g#YPkQ%qV(Um,cI^9&l]HO5.oBsN$CC"g&TQOP\aieuLskn]UUcS&dmBU"3#4(JFZ/9-X>_?I^ttt>D`'m$-9LJs:$S^V$ealUSP;l:er+[g %Fe^-`2s:?)@%E;I`IL4XDU_cuAY"b*=5N6(n]G(V;+$q?FllmM=5I[ep-,VqlWSQSet.$X3Ea7b\)oSVS^/kT;.hO&=\td:(:h;m %=JO&D]kY:P5j?#.cuB$DUb %%_EGlX#T=%/GjnPE';&mmQfs-?9DOQ>TG]f"Zf#uTZe%q[5uPUF3YeT:Z]1HHMH$>\`I)m+9ckdK0VJiOhGGh?nXQ3AY&-0CJI-< %)<@;DGtf*Nim)+s1PkG29,RljV$p7YQSJijZap,%4C:$Sdfuf$6O/0gWIo`7e3PSYL2^J&BdTg35X':O9"mq'&c++#7-qO-O932H %6&>-Z6&>-Z6#)pF%mle1OY$VtKTI,9+bYs$8dHT,70pGE=m7')ZKNF,ZKNDgQ'DhG-ArANO<$AQ*O8$;@E?a+eWn89K60J(nj.<; %:3d9nG4Ir1&\BtFn`P_!KTI1YP7Z0%fLZ@j&NdG;Ln0KdDTL+^O:pY`K]JMkN0$)4-QsbUlm.8FR%8nlDTkjB8>`[*68H]I&CO!m %&je@rP7`sTSrAa<5E$/i080u$QU46^?O@tGc\7J>)Ri?]U]PLkZSj*1O[:0u8g+q#BnZQ'ZpLEn=s5gAr-Qabr^TqkD1\,M5LgRT %8RX\&OL=nNDG68$/\CahPJl$8-]GYk@T1J$D+eHYb%H)mK=*flg6'u:mYn5!GiuEEQMAUZ#1bT$&Y%%RV0X.h5dI1@iq)''G*k&5 %b4E+rq$K#(CNJVrajr?g@c_Sl;]/a*;t[SH=0@M7XK"9c%\''N;tIk1G%G2i@U>p4EFm(#9HF"ub)"<0g?1:^pc](f&i7q$'OJEQ %qDZjdj)<-Y=oG*@V(9_+Bm"SR`#,b9Mdq.;LYlgRniE[#i7B6H!#`M+)^AC,ImV/2:NkN>B>j(qY\AM(K2&XT0Oa!tGZ_.lg_oWB %@cNj$Lb7X/C*dN2Sfd[u1>Ec;UU6pS@L$l`KuB5g44)`iMCTop15toT,BoH/84`cn`IMLlVX'!:6n'"q[<("24KS5V7b %@jJe4Ak?LN[\-D=E+?iKAfBU6GqT*(43%sUKAan.:$L`6;V(VHSpe78I)2'[S$(s0\<7M;ZJ7KBHiOUe=q7M;Z*7KD^#CSV#SP;ND<\*9XK(`32HNiPLr:"BSs$WDW-R?dnS[iV9$Fh*N'[.,C\YJC:`Wa<7== %<0V:K7YK2aed*\[A;sQQDUM!>kpC6MP]!1S<0D.I7RY[!ed*PWA;sQQDR)_skm#X'WN;3lV.#?/8YqCl8YqDg,RnT95q6`Ibcc5- %U][U'&O7g],XE@"8B4S1,KWec,KWec,I\X])l](>)hE$S,>\kiUf%\B"NlEZ!on5i.c]TMJ2lF&;N:Ji_W-QSCE[Y37JNO %LH5Lr:e*"p:e*bjl3N303`69>3We99NX0SZ7k3D,Nds(4&b(N8;XoK%!o>V$^`2E,`>dqFGf(MPE0ql8E4@,(%X/&miJpmSiJp/_ %g,=bN4&QB?4!MP8Nds*g,F*5H,7k?-"N$jm<5P>W5WI7*&;N;E)2C6Sj2s9MEMt+IEMt*k*9INc_]5Y7P<&d):e*bjl:>J+lA-:4 %3!#`QY@WJn_7!HP+`5Rqq464S,@b+Xi[QJb+PQ#`fJU7BF>+GVsT.>KnbjY02t*9P;M+E %!pn&f*-UNj'mAdcJfXOjYeqN]YX9L`G3C0t%Xk/$%XgaP_]FAPfHZZ)fH\`QHN`&2O&XhAO$Gek,JXe;Ur!Ui"PBE/!'Bh8$9Rkl %_%(epg0p%Ag0p%-47!PmLHTZN47nY-48]\(LHbk-&4e;<&4iH7$44)W+fVid+b=er,g[$VUsKU*"PTQ25W][C8im_"BSSnUm8->' %m8-?H*=<+[6QrG96Qq#(-mYN-#"bX3"pqZ#5m$C,81Ns[8>$t-8^^?<8Oki[,Y>U%8.p)$835JH+\CAsalT1$3$]O2jH(YRjH(YR %jH+JfP=#EP)fpE"U7Lq;Un&3_Un&3_Ncn;kP'5G8Jp($_3nd.KJT`e>P'1?t/JmfMO^cE/B@#%'H@>@/Nlqg6'*=>Al*=@X2LHu".A<9dA@?A8c$kcZt61TnU;Fik"aWX7,NTBGW %3_:S;l6MK;lD0OflK"(LW09`7W09`7W09_L;(%>K;(%>K;(%@!6_-&s6sXIO8NLQ2*U/;PpO[M88$),@YXp>,YY!am2@5nk-E3NQ-\6@6,]F6cUiK3o$(/UX!H\#]'m'-q_AkTCQpW7#QpW6PF6Flg%\9DI %%M],nTp#I;FHQtlF:pi?[c*lH-`Nb+-P>RH8H9bh8Hg+q$(sX5!HdNN'm/Xb!Za0*TYi+UTYi)WFP%k#%\'8W%\!ULTp(!fFHVMB %F:qE*:'0_-8Lj#P8]3Z+&m0o`;H\cL!pd'^?l_/I/aLbT.dQRq?l_E;X@"D8ZpQ6mFsnZ`%]?,^%]9HbiKSjSSqPW\3h\WmP%6_mP%8K*C^@F_^MLo_^GP01.o>&7S1Q>7L?TB-qW49.-Y[uV^-7@,aeaY %E_8CJaXKg7:(9d0JC*PTU/tVTjDI[E%eU3^mA4r,p-:sj@cTXoVGSdfp>kKn4TkdqOs0RqP@3o %r_b6Ys3`Br!5pA/GY_@3`d>!`\p."O8]H+2DBA;h.d7!u=XBKgL/jC^XfR[pqnk-J:4F&4] %iCPQA+ZsHbh%60bOrV>;P/@Qs[$#;0:J+07plP0ol&OpXIU&ce;&#m_;_#69qAKts&(e:3\Q*+f/G/&J*X>koRIUaaCnepuI7oCP0X7Wt\\?G:-3F[oon@jQ"hP.L6=BQdrPR/2Q2#0X %j8)),Rn[otNVDsGX4"J,\Ppr!nZh_,8ut/!\Jst$Zo\5i83%tNNTL"'5F[$Sci"[Vf`VEoU#hNGnh(0fV%T8#d!a5m5$67IpC+%> %B*[hU(]#_LhP;8,T-(T>2aU(bYna_CqEdE9ehce1*)]CrqL_[Tl^[#.Kmra.h,EofUm0M2+FU5c:MmM';'TKmn41Ae(8O&>)d>>[Q]-AUVIP.j[@al0,n/cg&ea %\M)^iV1*7.nE`6do4;`ke_9/-?=2o/9m8e)0D)TJ]hWhU>Uf3B9@NQfIb(JLhF8s!3D&rC]NW@@&t`]VDX!B:B70N;S._<2@jap/ %^mu+=>H]\'Yq>1?G[)]&=\L_l59"6_<%Qp9kt6eta5d"_5F]Tt?/J!08r6@1=f,.jC^/FK@PW8_I7C=P-`l^/IjgbU&h>'Yon@ia %TiV*pX+EJ(q$9kjXLq?\(]$/9k2d[N.HrN9V$)b"-qTB?.-WE8UEhQDUEhQDUSMp06:l2s6:l2s6:o3p)(!'TKT]lFKTaJUq'='[ %q'='[q'6tRjc^r_jc^r`jcad?Pu!PsPu!PsPu,oF<'j0n<'gmF749T=`?u6kd7Ku[3_?.s3_=c1\*502'V2%o'V,AkU6C+*FHVMZ %F:qD"SRf8pS&KN58lBaD81L6"+@RZW+@RXYV!'(S'V2%O'H%%88gf1bdRboXd7M,efn)C\bAEE";/?k!MG=4Bd7GfWd7M,%3XHXg %:/WNu:'*lS8Y@Iq8]<)AM(jf^Or0HZdU=tSP,,$uP,._;8L.WgbL.WgbL.Wi(Aa$/9 %%@(n5F:o1'Pt_>=S?O\92b;79*3sh8\gg#P"IZ<''QcY %9*3o"O@^qVerWHggFATo[&oK_$JJOk,XU68Pm"Ir;Fr@lehr)kR,B*P"M1^58LiOsW?fi-h(AtSVbdtCdV[h2CDA&2]]R_`c%8b` %.c".),g[!e7!Onf;X&p.!o6[ETGo@PV&LTDl=qHDl=rNX_`VO]M#oFj;TEPHp]32Dl=qHDc00B)_)/=6RA^Z>G[Lu[oG$e %Hs>]q<5,JT8]8)<.LCK,V34flX\q^jga\Ql^o^L+.c=@,,S4jY8cmsPW?daJX&K];[t[NWi)[B6KlF)i>sYu#.LCc420J5NE2Y%I %E2Y$+*$tuF_^)47_^'ePQm=?qPGBlBOT``KOoRL1OpX3C&j["i"NVaL'[#Bs5WLq>.#1;j.>LCpj^84U_]u.J_]o2'GU.58L"7XBI"=7 %BI&*;N6olk38;BW38V]_9l**]$*>V3i*>/[S6R%)'80jIB=*+b=_p,`iLkUll4C"Oc7j5WTmJ8idq)8;BP6l&\Fcl&\FYSKnh5LI>$*LI396To^PaUl]\o)`% %q'/Hkq'/JA0dXj99b0Eb3@Q>,,V^):8YqsT&L]Ra_45Q0,F*<5,>\ku"O*R#<6V%sJ3!660S_hi3JTd"kKl`W*;W4f*;Tr2_]KKR %cpoSKcq!"6q?WTY+/tbtrIAtQ,B+-@UiHrn"O<9Llk2Ii]u-B,&L`Du!p.d!.co#ITH*e6PX?OlS3nBLF7Mg6F7Mg^bfLq-F79sh %8K[1N-[d6p-[d6p-[hf.SFhr^SFhr^SFhpRF4*PkF(8f&JN[AFP%f>*V'K/6QR\LPWh*8X5?gis9j)W]77 %TH)ZVV&\1pPX?AjF(cd5F(ce+%W)?mToE$qToHiJ]Fd,Y2c;Vj2?N'g7c59?a=ZT%7OmTJ7`7,8G>\,G5NZ"OnTS<7E(NJ3'J<:kpl*:kphNe4CMYFXSILFXSK- %%V6n_-Y9)@SWo7)h/G+%;(#qN6_0I(A=\sIADM4\W(>K2)+iE$)1cp.7QT*l)+iCN)+iCN)d?1 %Nq$^N$-#N1/sMJDh0:4r8NJ:F8NJ:F8NJ:F*U0AY5WYDI8;B!!8LJ.=TL0RtF=8@KF=8Aa%V5diTo;stTo8t4PS$091/^Dn1'6ZY %7K=IS8-,9G&NGP$!p#j=og"SSZG;W3BbP&[(HOc8lWN79g_^'J`87CEKoUl0>GSog)gAj[BV>ZSF,Qck+9P,YO)O\B>_Mfbq7 %kTZG:8f,Sm46[sFOI^KU*3tb]_N:=1O`&68\k!=a.C!="::`tT@OK\N8*m%0jG9@KO`&*4\k%k6?/+"!l^0M]mi&Kq/WsUedRA3# %::`tTAg^k0a6]U[jHuK[O`&B<\k&^(njP=VP:t?QH1FC[nt_1SPUBb4_@KoTpn]SErDFH2pe+lqrh57c^XP\%!)j\bJG:<"0R](8 %^skf'@-Sq40QiL^%/t1EMi;NYFgai!*;lj*d7"83c'YqqmU(?e=)="Bf%0AS79\*R84Kn@>up,n,A[qof/R*Fa:M;=dhZZ]gVu6j %&Yo>1F:k#B0!E08OWe>do+GioOS)a#p```[@NN2Z,-?6o6bY/H7I1N>*$U/4:9p@-nZ<)"MtkQ+CSnc1,-s/pBhD[LDQ[jHbmLV3 %bf@tp4@C3qM`3l40to5\l699;]9+04aqnc7P;-:YLu$UiBbUgt>/`-c<[ZSqr/g?%lQTB;99(]3`"(cBqM>"mZf\o6*VW"h>kf*Maqnc'T9OjZ@cdM/7_'R`3feDU?c5^M^0\a+ %OkI.!>URPg#2/A<,(n^tg+QmQY4%^u&]0>-om/9fT(KdGcWVEF6ZP&t[S6MqAKNrOdLil^11kdn0\(kJP:N.=fZOb-JY&Q"?iep'!I$%#uq'&'MlMZ?V%&KiQ1AF*j3&4U%U_?^Q=)!Mm+]#[=MZpdBme4"t.Bo<\BV(E=5 %P:RolV(>O>L+OU^V(En(V(GU7QF;V=QF_nIL+ZBnL+`Vbn3t,3^.?3^^'Ju$(D5N"Mc@9]Ma05c,/?pa87e94&^Z7b!nu!i.baA\ %5T@QGBL(>^'Jhu(P-K!,*d&U*mb@'"ME]O<5,1^ %,/0m,,/0m-;YZQpM"m:QM"m:QaMg)c&`G^5)cU^.890qB@+gqB@+g %qBCW4l&1@:p`]cEqBCW4.?'(%.?'(%.?&A%>L5ek_CaCa,2@c&&qjJn71.uhClojqJh/+c/]],iE=942+Lba:#]^<]8:fQJ/L&7f %kTYW6JhBqL\&]A:Ef5;W.(@86WK^WJMa4hCRMV2mUl/3r/^d)'g`g#,c7RI5.d.Z4,*6])/ct8QkouC79DB]]DV6\!NJ#5g@lA(R %DV6i.@Le"u,CjY<@AIj[OY6e!(AT.nDNQSM3Od'GJTH`s&NGP!;F$!i!pJ!"!$/dE-(TDq5_guokjV"jk\rZb*PMfP_\];F94()[ %94()[94=WH/qjmg/qjmg/qoDqFQn^>FQn^>FQn\td\ST@dOk5<,$k$hKllR;Lib))Lia$A80Qf@0G:0cjGO:c$bf.4h1@:(cn5#: %A*TQBM\OMip`]dqJhJ=r/bgN"-]Ng6,18%K,9ksLA_oRt7MiU+QaV]@Qb#_L/o?_;]!OnXF=E-(F=E+^d\SN>d\SN>d\SNn8=-c@ %8=-oD8=-nY+W\9&Ur+""FSI&FFSI&A%UVW"6Pl_t6Pk;qkTZ)u?)3Vn>m/SI(BJXA+r,4p,*3:C,Y9@lUa+]WnJAXSWWV4QP;#m+ %-XS,j2^FQ=FQ&."TT_$lTT_$lTT_$,5poq`5poq`5pp$8".ah%,b9=F,b9=FNc];)P'$7`P'$7`3muuF5WX9)8;Als8V\u$kn$<, %h0:4sBC8Oi,*3:A"O_uW;E9Lc!pB&A`4>M/$KohR&a*%/&a*%/.@a%>,WM.)Ld7<@8-*#m+p)'H,%IJj0dW]I/q"=_/q"=_%UZ#N %/qjmW/qjmW/qoFZF6Fg%F4_[U::c68LFlCYLFj^o+cCk2Ae1DN)[qCN'KCV&MSto;Dn02afclN-2<7Go0"8EF+Q,2ul(,2sTZ8AQ:_La\V,La\V,a@3Z377=]Y77=]Y71/5+(D5j"7DKnW %8AuR_#ag7R?k-V@@Lcg7R)9^@F8-poF8-qe%UT@_iJU[ZiJW4HHkA&f02afc0EUDK7c<'h$1dR'?0(!Mg*5N]l668?Zpb>cdMM0QaV]8QaV]8QaTEc?.pJ(?0WU8?0WU;FRhlY*52]O_\];F_\W>qp`]b[\juuF\d4rr(BJXA+r,4`,(L//"ONj#<79`` %5WXQ18;Als8LIpLcln>J3eWUs3d_N)LG&_mn3nhjn3mQqLdS %QqLdSQqLk`E%ZhVJM)WgJM)Y=$ZtWk#^#,1<;@;Fm.gLe*:T,1*/?;F$Sc8:V1W7%?nWUi7r7&TKFO&TKFO %Ohs,+&Rd;?&Rd;?Ob1+X7YJ;d7YJ;d7QSbi/okAQD%U2/FcjJ0Clne0Zpb%:.>nIPabD2WJ_%%WJ_J/ %iJYK2Hk@3N02`[C0*:2'7Dq0-OifY*&K$9U!oqWr.c\lE?lZ``N'eD\N5HH_E=t`+*5Y68*5Vu?6PtAo#U>%Cp`_C%?NeC-Mc@^< %(BJON+s7A&U`^.Q"N7!lJ2hq=ME#tq(l'aGj7#JejD[84*52]?_\];694()K94()K94=V]/qjm'/qjm'/qoDqEp8JfEp8JfEp8Jr %aJCO6aJCO6aJCOf+?*W!1uXNh@76>Q@AH^PKor$5qBEd]qB?)al&,ggl&,ggl&-8"V(X%8"a+O;#^'j>#^'j>'\$QL#^*,)#^*,)'\)*"J3&&i:kp]%;26e+lL75q3cpLA3cks1LFrYn %cp]GLcp^2?\d56%(TF@N(BJXk7R/!284=Q9#cL*-8^p9;26h,l6M.'Qq8upj(P-]',*d9F+sL=h+sL=h,)(.6+p)$W,6D-X %,6`0=?9=Clq&sb8(]]/mUll]6'0%4a[j?QbEaX94+K807=GJQbJ9sLFuKHQb!Id93h\oV(P[)LG"a0Sog*Ro;%:dELqQ? %N:RD04OB9GdKOq07P^A@@3fns#pVZ'-ihNS*3J0Ofej_MB5L80,!'(h(Vu@>$?sKTS$%LG-N3*PMehG5*8(bRS!5<#/ho-kB[\7X=bQ7!T%_7!T%_"b%nZ %"T0lZ7.e*=Ob1?k(D6\q(D6["?_d\knjPs^oL20`b82T5]S$k_n.J2Y_+PX@LRF_2O/Ruh.(S"seJGL%EF7-1Z&s4!7u/j.,OO'^ %^:_(2&K@B-O"H?R=eg-q7dTAF?a55<@WaRSK/#-jSpi;))C&:#BDT_OZ-p'QjRDqaMD78I&\H5jSkHeL$R8U*cq%SUMH^96N(bu$ %VKG3BRG'_3e]!4S)j[)(b8AX2ZrRKC`*A2k]Sr!(E5Sjc@:[%H$AYSO)4)e2%+/K](hjGn?&9d'72Qp%gRo*IljDDU@gXGJ9N0Om %ECCciND`YK63WM0f$bF+cVU=-E_'R0LkD8 %n$lZCa;D0`)C&0S,@MTO7],D7BoL\)O)GO8A#-fP%5_c>+7ZZuGM00:q"?F3>1nN7?H5Q:>PjpC@Dj)QS?)G.pbdn.bS[Sp@$;]f %7]`5iHmt$el\?j&^5NZ=gTmV/dYe$`7hS;hhTWRZ#$`"M3pR1[,IRc(bDlrTG([t-#.&S-r]+`mQ"LpY<]5tJN7e*"p%j7`2b*`% %fs.D/@e\Gc%$K#]mODtB3+9/>r'D7*U4kc:,Ba(21k($X!M=Yf3[Tg\1A]!&T3,Yig]%;go',VEN-$J51Qj/O1Qj/O1t&'sdR^*3 %ejuN7ek!hZ=X2$d=X2$d=X03.P"$(_+cRaC-&m"/72g`T80dU'h&V,`r,+p-><1kFp!*#bV+m8IgOc'Oq %PXYf*PX\'jPXZ!W;]66F6Q-P3;]7)E9l!-V9l!-V9l$Q_1p)nU.FO#cRaOa#Bj)aU.Fs;_Rat#\Bj)a5Bj)a5Bj)_bVJ2"qVH>'P %.Fq$U.FnbQ/R._9O#9g4MDZTB,)q+NUlgO4X:\9d2$-B]NDu'MNJOB$,ENURUnSQ;"I(*i,YBABF=7T4,Y9J$,Y9J$Ua'SU,7.7N %,7.7N,99^#:&K$9`;Agj'"N4`/J2kc8JiL[\&;N4Hj!9Xa %`2,F;`2,F;`2,Fk&=;C4&=;C4&;N8D#aa\0#_tDQJ3t;*Hp\kchGP=2E]S]+,6`!7NX0PPNX0PPNYK.&3$Q#33$Q593)U$Kk(j;0 %k(j;0k"$Y#RNk,.'M!g9`0!Br1e0sD1e33Yb`P6%1e0sD1e5ROl[YnCHmRb"*"h/X*"h2Y*%?ia*.`*@)pUFeOifZ-&MXc8"NDUF %<6!$"!HFJO+:`Ig1(J@nN'eS9EJPj)EJPhn%WMWk+c]OA+cZO_bRktQ3Dq#U3RZ<7geKY*YIX7*YIYb*\"$\ %HUOf*HR)^[njn=;as3Wdas3Wdas2U`asi2*V.9'mEe?QmI3W=*W?>O6QiA86Qgr'(aRH< %K;?p*K*9n:O?bl9P!V55&nm%c!ppOi.d^+VR+dXEVY\4Ib_^KK1)q2+9?Wk,SbJ>,esnB"P@.E<7kW@5W]C;Z.t%mMqLN\$kd6/5m$F- %81O";Og;tI/g;tI/g:9MtYtbK0XHPmNlOZT:lOZTp*'/"P?9gWN8H0JTV5DYRZ6F($hZWFKCZnP,oVEf`QA[8356l,"^;+,"^;+,3_oOM^2.IM^2.IMkm(B&kSfm&kSfm %pWP_K+d%:98L0B-M56:EM$26MO[(rYP"Ibd&kIdH,17Ws<72qP5WU0R+m8Qk@is9u6iuVMUmR>u-'CU+PXpO&pHp,BE`=;0P(L8j %cD0EuS$>M;\f$F%Y\qH)$.d?l,\#Sg6rI,GA!)RiBp"3oBos+\V*uTZV*uTZV+"9aQPPE[QPPE[QPN/$*>Ss_/),kGqQNL?l=?$5 %F@[[=%Z.!E%Z:J<@?Ef9/<\/e=Vcir-]'*G-]+WdSKs@d*R"\0P"7X`8KpaUaWa=+aWftG-]96I-]96I-]=cfSLbCM-]'*G-]+X/ %SKsA/SKsA/h3b`na#Z&?auVWt=GKBJlju` %8HcX^8IFh4,SBCk,RN,"85`i^,)K]o,0>rJfQ$AYX9\8Yeq^eG*jPj%[3^*%[0;b6R75+ %La87/La:>B+pkJ@,cS"8,QW'D8RNPc8S&nh$*;#iJT[>*Q$"iRKK;L6:kqS>;27[Dl4?NP*?rTWl;1&%l>T<[*A.Ys$^mfB%[dIH %@?U[Pfd)i(fHbDGRfq#FP8);6-382/,[_+MUgbrf&ofO8&ofO8P/=bo8]80(8]80H8IFY/-5#Fh-4.to9N!j:15RuW16X@"=cFiYi4%[lCDFm(*9Fnd5d%\EmT+d>s[+d>5RN"TfZ;,VCh;$-/>9#)H:8\psN&o`V&!q$Ul.dg1_ %&aiOF&aiOF.C`$E7(>m`7(>mbUu3kb'&bI&P/(?1,mAKAPR)I^PRPe-QV^S!QU6OJLJT2MV,1'/QU6OJQU2"g6R\qD_^GP0_aS1X %*C`W>*Cbm1LJS'@L?m\bnd_DthI2Ya4,f?F4,aesLJ\-A0M3h`0M:7D7L?`F.&jkC;3JT([Lp.[USPeuN"U(G6:oUCbd?K+SYd/M %m:;G,m:;H'[$+?2g*)\G4+rbh]AlNP=9#"a&5%Hn6:lkO64'm6-inK.,o(S?-,:"c"P@.I<7kWD#^-J"^^d'6_G3E(X@"CeFU0;& %X@oCc_ChAlBU;I#\4`fsnh-aOJM%_GcW8#Td#<*PoWC@0@+AKFp>JOue1BX!C4)Y&2)_Sue)m#Z"J-@sF//EXY`A8N2AOX!GaTA<#hbbo/;'V9\ %W`J,S9?W]+M3Y3\TTr3nR(p;GZk==OZBt`r`6--5TTrW!4BTM'&f^RKf/9ZC)bA?rF!%2qjd*:@BI,QoFrk@_fKe1:qnoLual_&i %WI$>CZE]2`=X2g4n+Q2&GF3N#kd,<,L_45s;_1l!!$seg9Tu=uNc*!.)i^:-Meg?%_)csEY(859-,ND->nNg-M"UQK`ZgDk3;.@_9msn9p"'&Qo %*g6f**4?\1Fo^,MKb?Jela;TX-$C@-9*uu0['DVHKG#g(QaCbNn?!4FiKMpIf!gRI:L^G7]=o3%a8Ml(Y5>VdpgOfD8Z^1=gQJc" %T=;2?E=eh-=KD+uERE!?+!-rUF\F0fQ@I1al6OrQp+U5d-a>kG>c*GF,W68q%t"-uP>,Km%r$lurD]a&\5-S7S4DiiP@ep2PI.WZ %4e(QmS+0M+8Z"(c)`l)?^4Zoc`5Y.r+@7H\JS5!ZJ*A5\lmed]M:8lPggtjG>K0h[5)DFp7TiEK1'h#>Khc*8N;>^NRq^t,>Q-@k %JYYZ3FHT%jFHT%jFHR--dRb(FdRb(FdRboUAWnB,AWnB,AWq3EPthBO_^7s8asQ@4.[q\D.[q\D.\!6oW,.XXW,.V"WGI_-UpJ&L!M_DATI;-YV'mYs'U;66La&!]La%u^ %;+)$>MF^VfM?O&LjcR>TGpF,uGU+E=Ca$M,`%@.0:b34jMFIY6d7>`Rd7?MN)@6\77T'PM7KPmG80B<%8OY$KM%GP6OpI=BdNLG( %OsHt_OsHt_P)c3/OX*2gOX*2gO`USg7Zm`lo-RoH1d$rD:MD)r:MD)r:MD)`r'Vd/F@.:(DJ1.&^P<`$fL-Pgn&4do_!_FOSmK[:?*s$6R,F*-@,I":d,JFc.m?,OLlk.m) %4p'Kc7k38hO+9.\&^Z7r;V?dg!o*37?lT)9AK1W)fS2QkgX&G?gX&H@)u9hZ6Q`:H6Q^kskTeF`IAG:#I0@.'*s$9S,DC%!,L?mJ %"M1:fgsQX[Us]^#"M1:f5WA=t8iQASk_;8&hp=k#hloTN*;0Yg_]Ge-6QZouYX\[5p.-JLp'?>h*eA:_,F*6#,7lKB?W`!!*iXt5 %*W^95,;9UUUd>Q>"NmF!5WSJ!WA@$I3Q)LPLH&0TLH#@r&4_8@`0&2%`"!#`QY@WK>";!HOPPJfNc@V4>I9 %+GVoXj:FfgjD[;5*8Us__],S:_]&VsAK1J$O@'\OJ/m,GO@'rfEbH[4EbH[o%W)?kToE$oToD;t]FcQI2c;)[2^6DX3*8X5[*81[_6Q:SsBHt!N6Q<"h6Q:SsBHp=`D5:&>D$8"TNBfM2O[;(0&L`Dl!p-XU %.co#H6oh=\.#0ZX.>Kb^jfh4I*7dZW*7bC[_]")H=7?V\oMfaoA/s;0W0*:2'74R?e7Dq0-&K$9U;Ak6B!oqWrJ/l-kKcIZ0O@'fbEp+\^Ep+]4%UT@[ %aVQCb6Pk;nkTV\j?/ua\Ul0>RP:i#W$XG"i-XEN8S90l]S90l]S90mN38#L438#L438#JrihVK_38#L438#JriadrmikcI&_T2192n*ddLd+]Wf)//J)EP/.8.`n4e>8J2r"*=%)seACRr0++)4^ %L!YX^U[+n/?!$,6<^m_)AHI'-lelL!-/%!pO[NI<+qRMH#__N%?<]ArSiBm[LF<5_&4Ji(U.@]mU'QQB'EN30,*d/(+tsL*"NFl- %<5r@(^c5""0b.'V1(I.a`Z^5T3(/nG3#iGGLF3/`n3ebdn3gYhfnV=b`q;Zg/.i/C-3E/Q6n70B6m*J<#_YPYWJj1XJT:6K&omJ1 %?AOdm!odVT>+NMfOVd#QM'V)VM'V)VM7aBI9dC;u9dC;u:#q!fBd/BnGp8))Gp8MndR97`cYu>Q#U)u#`S)t7"AP" %Z]1?6ldA1O>aHc=jLR11!kBpV"NY^g,!`gF]fn'E]krc(tW>U!4a^TUdD6E[KpnZQ3`Tb[aIQo>aHechhHq8f-Q5<\Lp1D;Q_)u\r]!9D[=F,#pL+)?%N?DlXuC5hjlAcUdD4W&-6fWL'WmY&?1c/&-6eg,(^ed %8;3Q:&K$9G!okP^'ZAsRJ2mH<&;M?*&VhG0ilXHZ!/TAQQ#YG"5Rop[aJ"AgaJ"@h3V3k*LE9>:LE6NX])3*ffB%ceb'!M'U0J3l %"NY`M+Vf$'H3fVuTngFn/j6!cY"K:VEF!krN9enZ.cYj=+X!r2%fpZuce:?I&bF3q&D-ZH#C"+/kol[T6P$/P6Os3;kTM'$oT0D> %oFM"X*Wk8qLD7I2LVPk8&GUu#;Y_Y&7!QTZ!H6U6'lV_Jn-qG^^0udr^0uf42s_+NL)j1fL)g?QYX@=fH:[-:H3emc%tSZ_+oQ84 %Li3nn^`-`R`>`7lHp\1Bb@!L'V^R+VepO+n,pq"MQ%6'Yr[L!'%V&!/D@g!J_Hm %i6"6XpkN&s'l[7u!"LR`^nHH]^nHG^34'4sLDEbgLDBsLn3R*p?:Y5>?AJT:('"GJ0=pU?[$\<>3+U)ph+^bd1"O(;.<6RoA&a$;a^`6BG`>hnaR)973F''S# %F''Sn%P%\+@>.\)@>04lX:R(@(/clB('E`8^;05 %.Bti[,:#8s,6Z:`#^LDb6:c,l6:c,l6:g4.>`Rm8I$!EZI#o0-jF\`@eim(0j!/=B)^I-S3_3/OXo:mi:-(pD:-(pD:--ISEmd7H %*'OXm_[!0*]9`R^n'jXR*'-WE*'+@e6O*X4kTCU\kTE,#*-"NI-f^c6Ft:WB4@;B_Af#a@t&"O*\P %;E:()#bXg2"Oa+V;G`]<#cpZ<"PBO[;JDIYLj57E#f'(PU_41W"QH6e!qObDWQ\!S"R)Zk!qic`.eV3o!IJO5^qJ5`.eq@VZ@+)@ %,hmOk6"o/t"JL6FW9+OOM'/u+Sj\\,^kN,XrE"guYPtR<(ngaU&L=ul&j]j[f+:6RpF6h%LZi9#]S>W\K&dK69FusB,_E[`kTkc@ %&=pBgN6k-!W?ZM*3-'[I*_;=@\0DZ7raD6T,(.aJ58H['h3b]_?0fj"k3CYA*,ff,EJ\9"dUk*(Nmc8r3 %>'KO&B\c5^ak!">O:"0.&AXVN#inVfUnTM"&D2aB!rGjtWUNOi"T%).5elqV$N;On'1^Ir!BiqXsad4"_'XG %,8/,S!dXeDh!$pP[m7Ti)to.8+BeFbZISoW=nh%RK('/75cb?']e:WBlb:H.E='Rp-ElD\,nTD4HSmuY+?%Ma?o?".Z'`d* %8d2Jl=O.9gKRj=*`'6[S+L1Z?6%#nF4&Z=Q+ca#QQbOltUqibehsnjrch#iX %^2j%+aWU9]*7(M'+SM7,MZt';?GjM#DZg.3D?XEh;t(+(UH? %;RmnV;Rmp#<%>rsUf'JYWD&BVWD&Bi8Yq"a8Yq"a8Yq$O81G?"E>gH#dSqj?Ml(M\P,<7cP,<7c?8RoTOu/F3!`#SD]Po>8,]P:K %,]P:KjFpO3+Gj$r+Q*qKUuE(1"IpZh^f,oJb#CPRtQkq2[LYC%3Yka+bWh)@>+\?Zk2/M(/j+G('<:<6Jred %8DtLg#^jMsJT"X6Q#Gh(nTV]UK`F)8+dHtJ+n,pk"MdS:WI.&@JT#3Fn-ptFndVK!^>XbG34t>F34oe.Qhq?Q0LI>K0LHs&AdF(- %$n6jn(]rV,6NA*880o6b#_YPRJT-DgQ#MO&&.UK!_I80u_I80)EJPb\%Pab'%P\+++bmcl`/r,$`"3b50a,EOLDL$Sn3SVfn3Z%Q?3m(=$`TZ6$\Z%QO[A+btS/aWZ@[\06qD2[%RfL/cU[L-RfT&4hQq;Gi2g!pX_l5TOl9AY%ln:kp"l %lB"@_l7b:b*Hh^e_[`ZE_[Z]i\IYAD5GY"`56TKpLO_G`OFfOc&6O]/!pe3#.dPGK?laP!X@!MtX@!MLFnd,a%R6bp%R3@_P9'ej %cpK;JcpL&=H3gH:&#lKp%fph:+g;G>Up:Ip"P2Oe^cMCT&([G0'\6]J^cLfnYmrdiZ48l_XMYKuFgrT[FiY`1%QO[C+bs%J+c!io %lk!9S*E$$q**JOj$6P2o@8J-6QDTaq?YV$WP7%G$SauUCa %agu=Tfi],Ga:!,G6kXVt6kXVt6scgU+d/df+d/df,4\'k'Tlps'Tlps'Tj3tjEDm8jG5)IjG:HN-V#Fba$*n%/4u.Fne5A6$e@l^8_1EtnfjVMOX-JC&P.[&;FuWh!pQpW+Q3a;( %&qP.,,+kZp,Z72]7jLYBNX2;A,4Yf+'G3SX6R4rF6f\D3.3]'Z.3]'Z.3^Fl8J+P@aUq+kaUrfL:6%ks/f^#7S/dY-kN%FEkN%H7 %3@Q.*c:JU>c:JU>cF$pS\e]/P`8p!L'TiN(-mC=iaV.7kojh/U2(qh&EXkqLc68&F3^f)33]n!>LF3/en3ebjn3eB>Sd;.0'<.eF %'7k7M,*3:3Ull3b"O\HN5WV;q8ieL68;AVqkqGOUkqGOK?1((UP:KNs-W^GriJPE2>`ll`<"V*F.K\d074ROu73J.#OT_4SOVd5W %MBqC./teCYncG@e&O7^D,XEeXj97TD+pg<0+pg<0+tq;7'hQbD'hQbD'mYp:Y"4^NY"4_YAN./_%TTY>5La!RVLa#/+ %Sd;:4'<.ot'EN?4,+oECUnS>r"Opk;J3$AdME7.LO:G1le7"56e7"5b3_U-Z%T0$r%T*AYQ/q/;OcVNZh,cuV:kpG#l4?B6l``fc %*P)NX6Pl`'P:cq%cp^2?\k#+-[KrhL('/R1+r,7Q,+oEM"Opk<<7G?7J3%KY:kpZ$;(#WPd\2Ra3p@h'FLWBB%UT@ciJU[^iJR]I %gkS.M0iCSu0`pVo7R/!683n95#cL*-!HeYm'm0d,TFPB5effuOefg!f3Z008%V)KMWjj6Gh*4e\;S9,>cLG&_in3nhfn3ruiYR<;#a@[mJTBruQ#]U1#aB,Q7A*nL/lF.MjGZ@72BZ,7l]O^ejP#m$0;i'=1]ld-Ule!S->*J(2)umXY/qQ\P\]6: %!4aFh"NWG\,8G5nc3TMIE^kRaUC0sBf,/36jVlql;6EJ/WL.HV5/:Ee2$2p/XHACN->Nb.jZ\@.-?#\hY/qU`F7!<*Bg$t;b$A`0 %7_i9@F/IPDf;+C*bVa)Z@'3'?!HUuh8B"ht2?N"Z`4^6+g:`Wk\L)5_S86PB!*tdH;F/p1N<$O:D$83CBd4@7:"flKCXPZp?'@0E %8_<$_5e8:\"Oa\6qoG%EBHr4Q=a0J0!2HYeqBYYeq@[G$$!)%VqlW%Vl4" %@>tP980\jm80bn[Ba!'3NE"ORN;u&9&R^AN;IP>@!pl_C!'A\m$9Q`L@#$e+Y`h+G@4-+A@CIg>47$L<]O3+.,\\WI,\a`i.>t!m %b`S]lb`S]le<(R7UlH_fUlH_fUlN*$-gr9o-[-hM-[4W?41QS-48&^B_B+!=:A.5q0'n^2?-?!d=ajd.a2toYF2#IOaWiIi8KNG* %a'm8.R665V&W'_W*W'_U,FiYf#%XFkE%XA3,+ch.7jH5<\fcuRgHN_c*O*m$AjcP/+F@T_E\g)f4 %W[!dPWK%7.Bo^!@1e0%b;B:=5WK)MA<(AG0;B:=7l&L;-F@RhTE(Ahm\g)_Yh2t=DF@ST'\g(Z+l:>JnW[#;4eIh#3l:Al9l:AAV %UlJti:[6$%XXATDgNncpdFaXJnnRM_+NZ6Q#UJ)uPsA5o[&RY)LK=CFG%fuu]K3FYO(<`@r^[OTaWGd;h8pb\Tf`&p3HQX"j>D$, %JL$$=e@T/M:'/OQjA,D=Nnh`!acSY&,d3=l)'h4_a$(?NP=+mZ\s#LE@s;raEpQO28KGF,6BYi&;Fkip:(#*YlqRmZG%d_6A4o]* %afD6cKd9lKE_*L4-\nMW%u3RJ98*NJV*\&\QjO-&6m7,3WK:'^VEt=d;+P)&.O5a\l&^G3F@b=t3[>dir%CqkftnSP3@%g&g875H %f\MHRZIp$V;ohZY)S>7?5O-Xi-R2M?+K7:HShB?1lQ3,K>,-m\DNpfa>P9H0ZcN`8Q@,MOtLIU5GXCreipbXIWL3tH9CSHOUB4t7@dU3,e#r?rYm:3G*OW1%u'*< %U/jDl''fR:k?B+?^#W3iL#i4ZhJO$jBskqVqTU%tn"g@:Y)l>L9fZ,qZ)9O=YXfqBF<)USg;i1NAeYm$Za$\hJ&fQ1XY4&k(DN%s %6RSq-aE-P5;X)+7P3;AME_ogFFNaUc9WM'ScgQ %,*>id,*;k'/.t4*78c^7706%lOX*M0OXuYf+\A2Y6BX0j6LpkM'U#8k'U#8k'Ts8,V2ursV2urtjcI,o.Ye.s8g-cr8g1/nPsLQm %PsGIH0hj4q=GfFC=c,NI9;R`#;A>:O;A9a?MF%A:;+N0/&O8U\ %'G&dX7Z;@&%E,/C$A %,/C$A;@&Tr8J!K`&eQ`*P!ZZ8849sE849sE8.+>(+;*U2+VE^3+Xr4?Kg^kmKg^kmKqpCT'p;rE#)NnX#"`6.)C/cs)C/cs)C-D` %980/q/fbQZ/fbQZ/gZ[t\d.O7>d.O51?WK78JdNB.fdNI4L-r3[l>r3[l=-ek,m4ek%#Vek%$1YtbWtZ7bkpek%$1 %YtbWtZ;(`uZE@c*-!?!i!p`ZR?sP0+Q#nE"+rplE8='NP+^H!3,$c*4,$c*4Klh$jLifVX#^*,.'\&sG,1NGU,1NGU;G`\e8Y@[F %&toefA:&T4Qhnc%_PTUCd\T8#8NIQK8idq)8D!(-#O%7?.d2sb!$)g]TYhtQTYhrSFL"FMFL"FQkbO:ckbO:ckbOF#8^N/Wo&?/JP2ol'@DOr4P0,cn&ibY4!pD=/.d0]"!$)CQTL0m%UdH;V %F=8Dr%Y^^A%YY&6To_N#'Tu'L'GEi#E(1S3nGKS4eQ(S4eQ(S4eR3O=h92 %+<:XmTYhnOTYhlQF;Q9R%YLR/%YFo2To]78'Trea'G6R'sT6R($V %6rHjJ&rBGO(5YkS(.get=sQET(($qW,"^:XOFTA+&l=?M;Gefq"Oa!*J3"C-ME2Fa:kq@=l>T9Dl>T:I]!_$LTFQ[OTFQSWe7"Gh %3Xh1o3XcX'LHu"-0M!\ZA<;=&$kcBl5uLR863?FK83e1&8OXX,$)g37!Hfe9'm1oMTFQYYe=ht'e4Cg7F=8Dr:'sPr*Vp#66QlJP %-mTOL-mX=\m3=lO6;gC163?FK83e1&8O6W3,XPcd,XPcd,R&=iO9Fjs+;*qf+=XBbK1)fY+;*ne+=X6^K1)Y*+VEs:+Xs3[Kg__0 %Kg__0Kqse?Kd8pM#)PU3#0HSea<)S %LI+lf-\V]ETo]77'Tre`'G;OD63?4E81N[s8>$q0$'[e#WL-'Q!-9P6?k.md@Le(pbcQ9rk"nSuk"nUa*"!">6QmnG98,d$98,d$ %9800L/esPb>T+m)>T+jkF(p^AF(p_lF(p^McDSsc_]h\)8Ke+X-mZS7*qfh/Z')]&f"ZG"X#.Zs+0"E47A2nSVJT %"aJ37&b49n!I8CA,kFnWJU4;WJA"oQ.ecb1i*IlYJ1hY#9"n7q5[PudYRcMbZ7d42_(QN9ka)WJ_&ikQ[e40mA6Vh6afDNkK-]2t %aYl$MA<=GBHSS-t9,e(,p1T/T=-#6RP3gOf+it4r'TuOQ2AD>@cUoA&TfX\KYG"$,,WTroKd;HAUl`6Dm\Gs*cs:a3Eo]t&a_Ts4 %qF?S$8Kl3<4"2GYOZP!;3HCJ`d)_alP1S'O'TsHJP^usfGt;*@s9=HN8:1he?M(L&p7kB88.6rOOTR;"plkE$kc`i(aK97 %BoiUM9-FoIQ9nIL\.fPf0GP34E%*%9JP.-m#,X[1"tkP(5]@Sd_Vd1?`5-#Hr*AD7ruEU8[akX1nFKm%4fOV3'>.q`q*6a:VEDSi2_mHLN;0T[p0d %*31R20>f;+AQ9A8gMHfMq,l8oHjlDsT"FW&[RIN42er:ZV+&+/tNAp'Os).(g2i %YW\VlX>AjFabE^!g%_P5jH*;Lh\UY%[C)4Tp>d+/80sap<2D3=GR)u-.s_-Fe+sDA`022-'g$_G[7Qs"\?GhX'a9&f4B?:Y@YrEl %ohZph/:"\VrOqco8M.3JFaFq$CYAYn[`q"j=e@M+^Z@IFce^#a(T5N%VB`+3Hq%pgFqDZ1fPCN2ms.sQ^?N6pc:gWXVKTbhiKTbhiK^s_u,S]/e#:8=Z %#N\B]3@II+3@II+3@HQW8jc/QgLRR3Rm8[(9IbWCAHIH4AHIH4APs+6.2*7d.2*Ol/X+%Z8t!J&GpnTe&lIKoQAVsb//KTMN/[=: %0K.(>*_Ja9&Z%f2&LAUe-;"mf($.kl>a-Kf1.i/r)l4)_)'oS?)^PNDNq*6*5)NVq05O0R'Ce"sRM>a59b[%UCRU'o=js292_1&I %^XP(Hr)1t=co4UdLq[X06/O5-;Ws%",5S%/5[SVt8mcr[k_kK'IH@5'pu8%K?\B-OMi^j$Mi\!g&Q4e+&lN'.%3YoMb"#%ub"$`n %2ggj#YC)RFYC)QNHf_"JHR5I5HUC>LTiXQQU/sZRU/sYgkbX]+OA^@ZO94k^;W&Q^9'%'[MKfq$$FI]@WO.kM!poDRJ/pgGKcNbm %YR;c=8D$eiUp)JPRYZ)heO6L^W[:M)D3Ll>V3Ll>p*)]D' %%P-Xp3jb,>*F;@4%PafQ%PK,*LR=7+PF:u.*GS3@0$B`?Fd+g6W6=`Y6=#m9&aH[78O6XJ-5#OK]Lf=[X.'gUAT\[&DXAWUQdne; %lqgU`43SCHLRD%K-T)(YTr,UdeV&a:X\3iskGGlr*GGltK:2UEG_bI,? %_bC/U\1->G2rt]s\1&/:\1->G2[/!qVGu@0V?hCE.0'l9V#h/b"lc5Q5WmP\8j)GSM!$\=[#sAufKH?.GJKB\@64ZR4TnfH7 %U)oUm;D0PkLjE4gUgT6U-_apJ3YD%jdRg-=<[eXRZI2<@0+4Z]//>CEV,FRRV#p@p<59Q@9#VjG$J9DS`FhsJHWf[1?nZ;d#^]_?7+f[d-O"j"lU9CK=sq0n(->[Ob??:1*hl89%o_SD4^=8j %Sn++^*k'4LHKZh_MCK!\10%Z5gLue%]hh]Ep#N-cYpW[c@;ee,$[\SJ<9hS+=k&Ye,@BX?\q%PtF2m'rZnm!qg**<9Rbl!'Q8UTSKfC*VPo'$;X]'-QnJU-P^ok4TThm4TTiX4XnIIlj:asZa,Z?C#t=:Be'R:nl?Ot6Bqq6D^Cg,\<>(R>Ue#e>Y4-fXsEX9='j7k>tO6kr=_IMl^nmTAc39.0C,59H#^TYR,bULc:C?a"r/%)U %FqN)rr(1=gg_CtCFTpj"Y#OK@Y(/Xi'p+3_;PAlX!q[bA,kE:b]U1'l-(-.W-M&Ld]U1'l"m3p48`n-#Gqi+_8hs318hs31b):Oc %=-@il=-@il='j7;]TUX*]TUWWoV:a=C'tH)4CLGt$6#?%I=3/!YFj.o6b#"mY'L<9g0\5X!_!HnI@VQPE=(or*Bb %k[ao3;(jGm'^B65'N$M6TSRns!bG4^/"h]EkUT4fr08)k0NaKa-nIqQ*0qE7OBAs@Q792Z:Yj[D&?V,.<./;5;3;$s-R0?]`=H!(J#R$X(7$M1P9MO:kr&^8Ej-j=p1/>=1$$e3('WRO:F %JU1u\:_/P^;@e`jlJ]!u4Zo$f4ZjLa-]\GriNZAIiN\2bdTD#@)G>c*)@OnZ@f^mh//]G\AW.%ugbNTs7STa^fsH@C!9$>o#dV]ZXb4!aZX0&b*(C8c`666P8gn(lEj1ePI%NZ5AIL %LWP^p6Y1ND&"+_pLWu!t6YCZF&"dFNA4bXOZ;f\SZ6\pY=V>u#/2,piZR#%e=V>uS/-U:H=d""(/BKu,Q5B!D>*=)4'h,dYW[NRF %=VXB@bGlrl?<0KD`64#bC[M"\1kKsT'Vu?oMkZ#PCDT:L/;d>]LXFPVOHO59Jp7PQQ$=,t&.bN>iaK2niaK2Z4HpV;LXK(WLXH7o %:g-+*8kVSo8rJddd/rnn=t9+t>$rC@$d?M%WQ`7n!I?.G5S']f64]mrkb5?`4d;7.kb5@_kb5?`4d6_TLXK)*LXIC5@C1PJN0_UL %N#&pYd/s%r=t97l[D4rK;iY[Ji*Ou'.GW+X.,nRa71o:"/kY)/ejU2FZ7_$EQ\A9PpTcE/\;/Rsgr!lPE=]6!\VJh#gr!rRE=]Hg %6Y]3\@C9)&@C7BTcrq4ZjL)Y2-a@6&DbEWZHW"&tpLL]`n4@J"i7i:TUOZ-\b5rah;?.dB;C_GiO952*O952*OA`nbE>-,XJJ)oWVO`TpKpqV-_k-@#rfXYa9B'jdsXIdp(`?5'L5*=+2na'Q-Q4T=Z\1O'`+gdVT#6l*aRf %V;;:R9Q/SU.i_:2\PKB]kX5`"C))Lt^jY5LkBEP!5c*J.LFRE!JPF%`)Lc]0K#1(_roE>&2"Fr#ZG`B,YZ/\(8g'm$r_0Ac_!,oGOE?GUS%Od^\Da@J+8SI-ia1Ls6Uog %hgbIRs6K^a7n*FCTE!dJoIp7:fDk8OrVQ'`o^VCKlsqUt97XA@pA=Q2:!7#A$-hTYeSIJM\'P*P5G$e_q"a^\^]4+Zra3++s-:Y) %q*0]W_J>dYQ'h:Bo=(>9Q+m0u=,c$cqn`7_p;`e'rinP13YD*/V76BXC]$Es1EF`Tp7qF25:mW7^PhjPr:rS0DQGPC'q*I8g&5-n %`YGPDhntUNT-cr?-.jeTp[`(bnK'"bG0emN@B*aadG\6C&'(Re1M/.^lL_%[qRf2SRgKWpsS[na^uWTETKbUS]lQ&9)!dtrk)@mEB-T0\N74>8Qrn$f_7L"lakip>s65%JN;iG;BaIMs(43DfZ%EpB)qM5.3j0C15J0?HCqnSA72B%86mKmq5BC7C:HCP4-CiZ;H909r*BrjkSYg,og]%(f %*GIaH/R5GgO&Kak27Wcnd^!Y.LE6YsO7\2\BY?A@!?b;?0Ai?r33NcUCS+7D>YKA`/_/L>YkF1)bMCmee94h]'qjai_ %f'h7UCY!>Bmlp?3FW65)GJ.\9?ga5f_K4;Y"4foI<51Wbf1!"nf(:ZB"h(^jHgp^8G:+/dZu!OO.S2$G7Hn(*_Feo`OSW %+)Yr&DB5f"falCJ(lFPDkE,MDWE.?(WK>Smjf'F4>ik/I"rK8\l^ %I?&bl1G>1+?dG*?p=nojrqAkQB6M8uZ(X0Na`bm#i+Y?gEn;)-8iN0*_hJjq/2>X'*b82r>5HTXZ%pRZ`\LJZq,`lBm-Bp#5I^q_ %)4!2M]XqL.e(YpEb2M$SF[iJ&@8hY4EO,+C+5Z0ODJOo=FPMWKI/R"0de^`!I;WQ&53D*ZgZAhq\>i3]XUh&cIdh(# %=u8L9O38@*hOi[((pP3t?ad0.%=!1DG@!1?e@>+U*A-tf0:Sd=p/oGl0ACBf)gF*N\8Klh\_HqkDUtDa/3pA-[qDcNMQWGVB?'hS %H#q!pUW_fe).*_//t97]G$dpU>rHKEgg4tR0&$D2FkODnitDdcZ?_'L`_b[#H&Lg10m)+8Fkfu@gFeu5[`'VGb@\.DrCOm'4gYc# %\STN2).K;c=RacEMU&kNhEpdZhWqIM$d",T\SU+hZ;7eZgLlF*>=]8o\8L.knqGlY\p4s'[b#ZfC2S(J]T$H9NOj#Y7_2r.m@XB, %8*[I2s,2C)DuTMr5$bUHs7G$ZI#5*%YNgW4ko]q4p0[7_07We9s5r5;DsZZUrNe`fnR):hfDk.!rqCorIf>8gs8MhDpuu^gs7beT %rO=rNSZ+7Q97%p'fbaP%j_gmhZJTh&:G7eqptJR='6Sb1V8dCpoOG %5Q,Bt%n@lQq=`\Ds,F6S\fU8tGcY:sZc%Hn6LH3ja@7htlHd^:chV;EkpYoY_D1qT6Nh6+.X#7`n\_-u2%OnaVW#'=c^W&8`cotN %[SB?rVoeCID#2I?3[G&Z6lAC%32i;U+&'NE$$SVYpLnE9\g-1Ig2_(0_D#s$_9YK@r:VsCoV %hgp.;W4_5&_,GcXiTY,R"!`D-b8iu,/AfH;3&'YT/%G*t4WW:@@%O>F.)cZI+43[lp]E\X8a7o"mtdCf@1TpCHLg_N\cbe$``$M[ %R1]);C]l,jC"c5He-8h2pU=FDm<5gM?OI?:=Li_M#-Y#.S&IaE%.2s]AN.'*ITclLJ3sIoa;s%PIql,,N,^3Mqk57e-BE[)Rmtb' %98&P/95$Kc"J2fjoM&bt7j%WAFV<:&k;N0.7.C#.CBna]`I?&Jje:H$E8+^&X7O@MH_$k#=g4N6#;4luKLbqp9CbU`hZ4g7?XF+@ %)\_ArqN>Qt".M[*brrQn/TtmdqJG;Jq0m-l#BOr>]cUJ>EPCl9'0JVsdS>'I2etauVU%'oh4"C-]1pP@q/Dkj^_R::ds%6jB%4(R %nX1c/38&FiIJ+E&p:UR^Z!D1Xk;Vk>IugoJ?=/Gb;'/Wlb9QIi\.P6j'C]WNE-g,>Dsc&\[9M(qR4h,*o/^%\WHrD7^Y6^?fm;sM %G4$BUZIsR02Fc-SJ[6t:S=.LNA"W+1f9oc$^J%F%p12ogKV(X8l(d82AIcL$>>+7J*(jbRE)b`?HJX*^**EY:>R=2OB %dLL7r/PO,eebYlfgTi:YHPca_=&tClmqDWBA(jfc]d!V^5=fMk<#p;G-_;JT.;tr1d@6Is5SCUi?+a!Un %?pUF=I6TG%5&TlU3o;lMYER^S9+BT-N0G>\:0VriK!qVQXr$`9Yl@Dkp3E4C.6K4hrd4$V^Ljq;]_UbqmeOq,':/Ts1*;kWcg:=2 %HbF(8*N5d,?!gg*c@QQiZ;l5VIQZ8.GO6/]#<((n:JH4XXo#F^5-MT_BiCc?:CkI>ogJ^)-%Dlmk8^(*=YY:WQLf[F)/BBBD34$Kis6&K\$!m1oitUW %Z8E\h9b6u16fK>_\9P]Yn&j*7dT(Q2GnI\17VuDrrRU<-KRLhP3.fC>G]U27^;`%o(Vq\\.f,J/I["Kl^LmI]gD=eS.ipkEkN0s; %R,(.@fgF'TqsIstHd%nt!Gl`^2RO%TkGLMGhWiFRB]lu!*$*-cAZ7LKf0-9.QC?n)N?<)QA?E;I=#>NfmJ;rOnZl;:gGu&q1OEH: %QlkOQQh[/u,rmr\XiI*N[!i#!g,GHoe,!"5WdfW8WQ!jI\ZE7_K'lC4a`=!\3n<3qG[*@Yn9-d(#h&.IfUu7R;j!4CmYled%nn`4/@/i4=U/S'"^?rH5e]>/I]jk;\DR&nf*]LJQB+F1Y%SiIPVGY5>+'JT?0J2!kCDoP]^/*Tt1Goo; %=4/LWiL]/1n[,b"F/-$26Q3EcR7Rp5WmC;oLi',)DBp6Tl])^7F`I&.H1O&:a*\[@^2qWWB!>C`hN@8/_1U)$[(OKTCKIs:oCHs/ %UC@BHJnO>iH"pH'_q*bbQ"*?#^?POkfO+:3=u\+AM0>LI7r)r;4h>k#DCHG%!oDL&=$Y$,C^2X?7^JEJNQ.u_*.6L6d\+8p\re0V/1"!3,=aJ<[K"SaRD"S9qnf7kD,bM&A$b&oX;s_TOQ'pJ\dqN)r3ZbAp?]4A0!MiNS[2 %ZBYOGV(3.hPat?-?Dl?Snt/,oFN)5(1sL9ULR&a`i#*Q2-hprf,9Cbr7^Wa%F&mX0rP+4L3\4M7cIr5m$hL8<5@27jYi8[0['EuS %nT=Q$'WHk9[cIgu=5i^M"odSPNbA_`dDHYghpeZNlqWpPG'[uZ@^OhGL$-,8Z)`,XnYMdnD>Og@s*6EhmnVJbW!IKaFfba1`@#ql^:'pBcrpY74fgk[[Z8oJM]]:-#f-[QcO8E?RGL+UP/LoZ-48'Gs %*'N/"n'_4#B7.ZPkjpX%;)5r\.Mhidlt?6OTAhsq:H&(RnZX0o>bnWJ6bAc2-mZ1-/GORJ;<-,NY %HB>%[b>%KRj+(B^M4c8,Pdl5+jM1!S9H`tCf#^jLPRhb`H7S4$=d\!+>( %C&8#D9r`Fl#-a\lg9sdr`2o_@)P9'uC7p@,.b_Or0&uB'XY3cs:U)4eGh'+[ggUHJYC_fMhD07KGOg4^iKZ-@rQPkF/mD_npT^(TU*s/mn>uU*-"XMdMSN+j!e;f4'FGp&S^5'KR"`@-eN#rf<;Z_#k:paAQZUuAUhNdm@USO>u@2? %:G/t,WL8Vkmp'?-QJ:4?Cl'`R=*s3lrZVoUh&LPfSf;4",_'V^pNW9U]R1tLd!%lrgYW54dsCA/,m0>`A!G!\ %B*7FIkk=:nNFk0OgC\(+c1/Qs2oIjM5Cte,+fp)Sq8KlY.%XG9*+Dem.S"\E9jcS:ADZr.=T2F`n\*dVg6,X9&$c2]MES#)@5)R2tGDd\;/nN[iWn@0$-#ANCWe.hD%h& %*:/Jm3eZkE5;kDn@&oZCe^a>g/e@iT>hfU'>kq]S7C'\V:%M=9hq"h?7Y=$ofa&d1CrB5!](u#+#F)s$Ah3=Y2U[lPDIM^d"nb/Ho#Br#Mmir`;%o"Tl47;LbFn9O:hf+oXI0\([i^Tr' %:WmL/D127D*ff9<^&#s3*Phha^[hBt5HQR,!Vs1U*\CK0la@(ACRtJkn,BhlcYG&sO/Y=3>:tA?]8_gJn9YZW[+[ %Xo7Y]++s#'R6UWAH]Qbh+2mUig3ApuHc5kcrk[@Y_q4&F?EkTdN^%o2IrrMUn)F?92LOAc5BCVTHOTmGg\U38I]QaY6gNP6lol%A %q(g<0Z729BT(3QGoffdnFp'sjesf'T#f$DHr;L?mqbIu5mI*8X5Pu)lc:@J]+4qZaMLXfqrM*0d%iYVcf5ULn,NFR(OWSuiId])` %_[k&e+/cAbU#1q58Z3._9dZ83eK@#[.c4I7S!%.eE>n8:,<6'=bJTL[3Cq0p(KIc`D2D %p[Gi.@mD`XeRJpLpU8m!*F4u;T81F+oOQX%fHU.3__+E)39JFofI[:o/SL27"OHE#-2=Nan,VqSD=>mGn+Q$f$#p+Ab(3mlUl71Y %MXV4BrRA9'XfW8IjiQB>e.0dN5Mk/OZ'Jl2`obt2_8E0rIf8LeHCZc+G27EM%UV+c61B`Q %p8`qI?.5fXHL9%'.+DOI#H`&p*BDhDprFV!/*,?rrUF-JqdMCMB3jP-4Mfg&>OZ^/[<5jUNO3Qc`E7#9"p%qKq+oiHZ(Bn>(LNfR %&"nl/HV'Y3DXGLMLkkBI!.i2QID0/KL)hLUMFDm-k$\(1>Il]f][Id"5i$ejOB(j->$kA$)pGn<'K'l[FK,*6P!3lI-*jZ(`Cerg""Ch[OGJ:QZc^(a#)5Fu)BPkALc!$jM4Me1I %i2LWL>iFpL5'>K&j!M9m_Y5(f8;+P41[ir'3d/:tWO?;LEO-l%T^*=!H%Q\`k_P,RQU(doBTrUc>d*7"0WQgoOQ)e9F9FCm1tmDn$&.NMkIm4Jp@sACbA"h$1i>b %iBp00M!Q(YlU`0>e0%j&DDKPqJ5o2%9+8EI\iU$3&g_P)r"rR[n %ijP4<.bc#\k"(='%,#*\q<)Oim[O?hq7]d[uuY2RjfTm64bFmd;+$Bb`h,O6!hjRt>`oAp-bDeH_r0AT,8RkOSIeOXLs" %Z_(14(AK/B!/[mUg"+SkP81fn?j)OK,OcftI35M9Dd.k+P']etXn^3_S2%LT@#PiT]k)l!#.Jc@,<36/QOOKr:u%;),^q8L8$9FN!8$(N6m&1K^\*_E5K`?(M>fT:A:C_c-BF7$>N/kRon%^I19+IL*Tm %hcJsEG\+bEp6p*cBA7Pg1\g$([Ytjrfk8KHKFsY](?GP@1WaQF05]/al8kdTg`ucX^*M[G1,jU>oijD1oreqqGNoDX])9;27.^9 %;0Cs3@,jCsKj/2[aqm$sm$W-?ZJIcI6*@7XU>O_jBsSSeNSJse7s9u#@63YjbA3+Dp;d?7_Z:u]$[1Io]R-$CiNW$*SCV(_ruH2, %YQMa&U>RI<[mh7Tm#54tN$6oF9`+W-l9]5`e=&"6=*Bh-I>SKI1q&:]61CE"hPZ@]8s%ZEF1U8`[O=<[hj$!Q&IGJ'0KWBF?[7?5 %:uhqC/,)(P]]fZ"$I=WW#Ok\S?;FkfPZXYl5PdlhpN>fR'=u&Lb-PKj"@j(N^Uo))21=eYI,\qb9D]&PD.f9!GI%.f\(k"HN2)q\ %j;[JZAOQZtAnGj%CS#9\pq!srYa>P@R%n.SOA`OC_m#']JL9PQE0'f,`huk):cq#:Z("]iOY/r%!QP[N(jm?_/_C`G?Nfi> %8(sU29^"RKKMV3+^X]df=EZ"Ba2iJ:eF)XDcWb@Y#KaY>8jBNS.^hlbe.[<7$>e\iIBG)FD//e,&@]>o#Jj&#Zn2c7"W:g@q``lk %Q<1t)0;&1fW7OT)&XNiU7OkOb"THCD@>sIbIPKL;:t5Y"5oXGYl]Y!:HN$7o1jJV/,k<-Pq7KINEecb/Kl;C2p!*0^bho&EpVBrM %nh]WXRh<<9kZ6G.HSQptcUQLQ]N=*qT))Z:]kS\_SY2GEC]'c3*^Pbbf55_0"Rd<@/$UnY0R,ki+'Pe@Np>Lb]1SDIoGKUYi3/R] %/^ %7Jn>A@qb)!?V7sMbg6s_FM7JAHeU%do80,Un<"+l"04=<[.!W.Y8jS5A.SA*guXF]L5#h<_>Q>ppMkocHP+*]@T^ok.`Pha0qgpq %"1Yf*r7KRWXFib"l\Kd^,&L@+q\gOg)])j8X*9F3lfGkQ7n#[9pJ7:MQ5ks8K1*US#U0efXN4&B;R^$X<7[acsE9^+AC4t68H %$L_j+[V=JHV^#6dkDAt^$$-R%=RFY2C]ke.Or4C6#uB(AQa-B[r,i %gXJf=CP=^(-a#1_B\2I8P(31n0@G-;"C"0i'!OKGo>#RWAA]O$26%(!q`8; %.,1n]p_blr1mh#YJJT4#W^_eb(+jp4,q,*?Jsq>)Ap>7FaBWtJpS_nD'CVBHSftgt#1k<:_Gf9rgW_F?APDXK4cV7&K%Uk)qt[M! %X\e0O)?+=:AA]D-\X-^4UDe2mAQrGCgT*LDYFmOZ5B$7+L^dD,8?K %e(^,i'H+9II-`@*B8'j#4V,iJL6iZ.r!`GM'C9+\2f?JM9?tI\p6j/ujUFV:T?@?e>OJ`t8IQCba'f.RZ/;l:>f0mrlq?`8>@[]G %kc^!`0.!"'Kj2;V[V_=3c%E94n=s'am\Y+`HDmG\'"EBh\4:o"5J[ScZHOh'6r(9^7Q,2D)T68qDs.J!f#!`/Vr64\("`l$blk&F]t %FodBtfUgQ=QS4=[99:gREGY5VgQBau,hIE(P0tC^Sk`'I9"/.MOi/Sfd@J.62Y]K[Hs6Ms6'D_FE7/hskX))a0J,EP)>uTS9bk8NJ1DIg9)?M_c.3SN[EBGu;:E5LLb`qb5P="7(?kN#aD[`#i_1V4V\/r3*B#$':m0*^S_ORm`QOb'Xp!6d7 %/@JRM@(RU;ab-2YlA)h(Objk4:fDbrSO!a6h7%K\lkm47e3pVtf:9$Vo9pTG0ianTAq!\%X*>^)3]Fl'ZK^b8LK:Ca]Jr3QGH@iT %'ajf>bBnu?Bu)rY.i)r[-T<>QkorMo^$X&"=\r.Q"XBec1CEPsmGPYJ#"Mn2BcSAai$QNiY2p^PHd%a;t<@g=enRMJ"pI']B+DZ4Wb,8TI'8*5[mJCOmCA5g]( %4sE_OI:HCFd-''b8Y*YZ/bnHc4S8CDL9t)Q^rEnUpV%o_*neR%a,JoJ>!UAc^3!N]D#i=7i6/.+K32R2K>*kRDn@7ACf0+PY4YLj %gqkX]6(>`R/J<-lbh$t(U7j9bAHLNtS_L-=?!gZ;c82gP4'p+c@DD(M:9>uW6*59;n(`a._P\)M#;. %9okcZjpPmKE9oZ)H/E\Pj8IS=[sP1X\Lq%gpI([l=2ASKfE%f5jm2DV/%-4gTsi,9`XQgSbH[mJO*)gGcI_9qNG'nMh/:DdS^9O@,GhkiiSQJ*BWc`;n6?5Lfj0)e\0K;N\,AV5-rKD8EnLD";-%X.MimZK/5&B:CugeHZ-@,0_#9'AER;S%a%H6kmHno %m9;^m>6*XgAudrc!LjtH2t,+Ao+`!?L-5?,l<=! %dbU3$cM'coZZSMW;jq3R*VOp1P8g(WfL`=A8_YWg--;q1eO#[*`) %EH>ObS6QqS&8f0`[TLs2[J`!)=haY-aQDu,*a,1a(T.4m?ItR*09lf97+Wo@pGIM^%[(4kr1OV[e>W4.DI^enCoUN %];@.*fRYV%P[?:J/+Bd@hF6'\qV(YcH`!n;-TL]Zj!f6>f1-5/;)i\9D_&,pD+USVmmp+#GEjU@$fBQ=%P338AS[mo'T1PVh0cpT %%7^e54'+nn+==JYVk#)H2js7>]'dg2G4Y2@gJ/CUI0U_-IUI;!Rm>G\G4]13+^jE)g>n0n;urN_++>#$"&<*>V^.J(m9R> %23oVpTWd.J;n0!cJ]?;6Hdl*Elib"^8HaGJ;-d5_AGQ]5)o2hLqGe:-^gJ[9_Xh')fqYV1""_eSPS(E\OP$7$ZVVQ?.4jMYq+Fr<:b030/2=t+9rAB3a3]!AkgUc<'I:oP]e %W/'#9:[?BfIc_d#)9K2N?njPMIRM`/fR]LN[d`TS9D[5Ng`DcA?t&a)D$MG$Y=2#l#PkT8e&[Co2Ju,NK-Tua$Q_dGcd-:\Z@fak %A?XY]NUT,so$!K!XdO06odW@Kdi1)D9@T^!?/MC_H54nR0\"-fJm(ifC=J7a*8/+jEqmfBrb`#p-1)^Sgsl(8\-f'8E'2!-^.1QB %k)(YDlg?0G*I5*F]ll*-P0plMlJj3G^`Ujh>4MI6j"=,*m,6/QOVVC'ii@Z%cC,u)>.34*^2[4do[o&?fnVtWY[p8+qr!OS"h,eb %P[njt$K)NQi/[QB,.M3*:@F^l)Gd).=k)mfT+nE:B>L/mSsG#5TF\g&-3/,q%gG%3AVO?Ul>s/qNhDH;ksNFJGIG`o4>VW4K$n%k %"K(,&QG0X-4(-/pHZ+(Eb)kY>`V7.BWf(2.@soZ_pH@(Jf@e/bB_@ok^*l@oPZ?cc-QfppjmP)$=o&H&:#$C-oDD:-dW`iid+MnL %m7!F]$N#u;qG>.V=VfE1'c3&1S\*Ip#<8?2%qW&i8kY1F2\KkI"F]\(&c %D&?/RcEgUfGN1L@Q-0aq>_pd6#;firh2d*[WE7PN8'ph#f92S8$8#n6_G=/6O5QDk'X!F.Q9gS\pms_bGC2Oi>-74,`XYJ8lrd7` %7r'V<@R*A)-kA(r0k,0g*K4j]fC!/SAC6r.&7NbR:)ZfMg@M5e2=%:]XSA[^Z/\LQW($pec&gSSOa7CIF*]De@6;Pj`i5$"'dB:* %S5T_,[US")mH'ao*SB"k[\l4Y'OI.(]/T12,C`tF)\0(N\dlmF^&/m`FIVi]])mVr%'okM@ %r&.7QSN605IMaY@iNDXKp,X'$-@=X%ffF)&jpiTYU->9ZK0-gJ1CpMglSU;--1!!hg>&m"%It)k&eWVKep^f/jmP]g6s+TLK)$/T %Dkm<[:4kZuhWGf[$\@7Ud;7t$\U'UA\7q.1Gc\r4:AJL;*-",u:XJ463&(/([U@Zc4-O]U$M/Q97u#hTa``i510SOiWF'1o]kWXP#FES=!P5'qkXQ&S7rW@Y"fiq[@C8l8bIDl&o6rX#\NPshduTl'N#`nCY1dUrI.:4[ %A`gNE)2#B+/=U7f7b0Ng0OGsB-HF6^[!o(;i16Z!:A&ejk9KQToOu6R#>oi2G,$CsL7*7EAE:pFd2^!GHbD=;V:l2mX8d4f(`fLQ %h0RqiQ:J!Ybe8"[R!Ta %HB;I>QL>o>,T+L,8&!f'33Y&T%Po#dVTL_>5>m\U!@dD(0>$0oM+K %den,8Xjq*GADbW#VW=]i?HLU]n);9=nHJ,NnBYbB/s^aSC0e&ZFfS %![LDZEL5Q1E9(u=7`UqbNHcf]p;cFju7FY#^\rpme_"1Q/f/eRS`IAE(K"H7)6?J7gql %Qa!S4GhlKXmn%i`\8kH.S_lYk'b6n!jE0L@rmNp2>"E&N[i7DP6q6rt\(JN^_]DP48\V&Fm?3CXmlYN!4dbb\+7+XtjF:9d,o3+D?m^a)**Ja9AK5ZXM<][Q/QI`&bOc^Z0$g->MP;3nk,U[2)WYW7m^D/IMj[UjVaRASWI`f@_0oVNKHTfA#6d-kd;D1\,=][;9.uO78W]GSaXW%;gAmPgo@cSFL`Ohn$W1(be$C#g79ReP'$f@6+)a?hGQrn_dPGRu\Wn!XKR(4'#idi@@1keWYLOUiIrF2!/MNPq(-[[^^+&%INA %4>NniD5I&umT5=WGdUht3eGdm[nj27=jMTDcE4M@^9MgXf[4fI4l;f!%QN;\)-V6C,k?5cD(eB$=ZG(4XrMSS\_-Y]B?!5$ijRa6 %Ta.dK&Ac!+S79(c,NJrHbD*gnlb512#A9Denu6Ws5n!9@9c>r7q9NNp:sFG-I=L<"`A^c$'@IYCd!; %HXg/oY,B'9:!;,BhRME`+$#k>=@hq=mTQVWHNEM*61Q1At/EX):qq/5;@U7rPdCFgJ`?Xdqm"6XOg0o6lp*MuNFpkKh1"o8l#8 %5uR?'-.sk7;B'(WS(Z3"k;oN4K*dD%,M"c27nm\fArU%P`OeJU-Q(EfaK9nqK_p2[j^S4Eg5r=em'/mN %,8U-4Yk!_?1Rl<5WQd9mSNGSIK#,<=S?:9ogVHKjd.#q`Fgp3A3a"(NY-h$<*(?_N-sO[_X)((I;F9`c*hJn8^CM*LCQ4oCh1s`T %B^$=FMNlZAe@HB--N9GZS[3tE+CC@KYtn>Jc*$W*Sh(.feM6se`#W2lSM^JkqC3)K(J?"FQCg.=V.9gm6Xj[?2LB"ftl,@aQN'0PTT^? %SnZnsD,$tX?ZeZ,LL<>fH!5]!?]?OB?]n*>2%DdY1*<'Fg[;]XD>j;laEQ>4P^:=FbX^67Kn!'a-44d]UhJ436?-:,\$gK3LY.=G"6Ld&KX"A*a5b]b9bn! %WQs,:_G"F\*a?0%9e\.iAV]$%2XV:'Cq#fo767S'$($9ZUtFDTZ55EUB.pRn8:BPC*T]%/(W-__=U@UN.dV]`Qm6?nkm0*rFC[ZD %4+\-fDH.RG/)g&,W+N3_S;nFkPYhm$;#:5N@DFBBe%enCg'>HjkJN&;Np:'FZYNo%2WMcXP1,I#ZC!,JqNf`A^q2eRTG\ES4qGd=iX]ih>4jb %!?;K3-f/7W&MrV=dEAY'JROfm[9^Sd)W^.k!ea/N3,4psk"#2;d[A=.E+UCEC"\*=alBGann_E0q]"EXjg+DOl0`_O-VkpX06s5qTq5)ANe9Ord!meDqS.PD9VtPGZs,#m%pnDOKiHPk$?k,k16X% %A6rPiKkt9c?X]?V$s52WIcN>U04(u!4_-4gB#-(R*%H?*6ThobV:S[Y.)t@Z%kELTL;'fh9/oghHrYHo$s\bSjQR;Hn>lRmet+L0rndPnIF\TK,PeXoJ=8#]ZbB$Ie5L=_XCsu=&3YW %ahaISe\%_"UP_2j:A2*2N>DN_+H$?Vg5qagfRM!_3%m([X0h<=\CoTGlAG#5eU;@:[2jQSCmK9%G+2uS2Q(qC*=nE4Y\L^o+)0um %4S?]EEob0[\2/2?'d']RL*1];,&L@E(S=u8pEY?nn?2%$Q>Y&/J:/_04<*Qj4U6Oc"h^9ejt4=sXApDAHo6[D.'7.fX+%n3%!r+u %cH1)Re>Q:rk_gg*XS7J28A.4EY"Okd*YMZ:pZb=R2-(1Hp6EX*2;^&f^Wd(9Tf4cNWu2)AMr$Gob4(?Q`l^I.bA+9al9Xbs7HfRe %XQRWkhWWWIfHU\HG0mR6ZH#j:?XARRmi?475$`-QF,YA/I6RCLpM/C(gdTP8M]HU_V>$e!eJcXB$W"g2CL$(coA=nk>]'W1K6+7( %R:!kQ[Bg&^mm4B#c6\<\h10DN+#:$H-30Q_NYh/h4@013@qZ)tMfI(GlrrZI>Y?$G5-7qF_Xf/MC%dFa#8_rdLu9bU125Ignj$!T*%iL/qKkJk)UF4G+g %Ai`V4jEX46m!S:Y#N@G&D67at6\?.:emg63B]dh3?L!IhG7(8FE`F_r\;7%Z#r^qrXJX*2OTmG+F$m:DC=YeK71gCZ,$N`6.RIbe:+M %gMJZjeqZ_o[,Aq]o_#a=LtoUt@Ef;YQACHJM8e%UW'j\DE'WW'3SSF/B\^]s[Da16Ntu"&$S%pQ(\,AnZ&$9!hXc]:ftM$@8C*P! %2UeDc,uM>"CuP(%$nQX%a+HjGmGLa,k-rOb#Z4[;a'chE_?UIfqtp\-mhM^Ih&L$`a'):R,'s*iLl^P_-/Cn!2)d'Wq@2mCBqYMMa8kHH^kfD!3:2*o?T4s646f#e41HATnB#0\LQu,R'?EpsFn%"PL[UsWb %XDY`]OpSTkdC>OH5&qe2p2h"S`[AI\O#,_D7Wp$CaIWY)2o6B[0mO>*j@<%E`T@1^3,GQ![.NI/m&NRF%FRla09\1m50.*Q`Amc8Ca>I;D05"%2IJeL'bR/rc %d-Go62o:OV]5m#aIP>9#PC"mf(k'Dg*rh\NbaaV-WlH-j4fbOEqp2H'lW1U>R1%TjIPD/AAWM=Y)-e\[1,Cj])o>&L10N]a6YV9S %&I1sqIp)aqC@clP_,9I%F*E]XAnTn;$D0+S$>XUR$*L*>I"^G4O*@>3+'UAaV:+YD.1Fpsa(aiNA.G&k2_EU0TYbToMUG_4-=rHC %REk^/!-F:q]m+\V0`R.%bdA\>[9$P3AmW`7Y;B@jOdUQppl)DbcORs&>Ile#jEt$k'42GSLGecd<5="n"8l^5@;UAj %U7&F8fW)0_>tjGQ`nOAP6nZSZ?E5GW>7?PZ3Pn<=Z^N[;HA_sibR_NZ)Yarhb(>tG*l:"FldTccgl$")V?.!g1;8m0jMBKb;/MN) %/P@7G.(U,/T"/(+*.rs/_./b?3V"u*n!g.in#aP'3Q#$995A[d8oNU:#5;-lB8+[5^0;5YpQ[[`Q>VZef`="gCKo@$=OleTCicM, %^T-$k(@oK3(=hf"eRihSZb"s.kq;:YY^q#KG[bK:=;D=rLR+.r2@`BZAG'Z+@UT/G[C!>9M($-?Kt@1N'>MqX?DVdVXlHb1nB=t9 %:UWE,#&]^b.7)MIrUm)70MB6.+.[T>XTAc7PDH3<4,YD0A^^RgXY&q\bT+/a-!1Ot]u#$t/SF/=/9Umum]2*,$MRfbga:4irVI^C %qd.iE2a#sgqUftL!b$;3^g?E?i2UEi_?WW;)g\f!'[,if+k^u8G:HnQosdSpaDI>Gg`oHKHam3_0I#8?+LI_PTOafX\11-%QIfAe %pM7r(&hi.S[+0o.Ju\uTb&"NM?[^=d>Lo%5:s/?9(%_Ut@YWY4DVJ*"S[(mQK;Cn'%;.,_>Y"9I6\pQ,CYS:rr0?NL7Z!&YFsGV_ %3YZ6(LqW']A[p;-l7>qBlO3*JhGWYIGn(mLJof\1.eTXP:^P_L67ZjW[W9XdhR*28Dq"+FBf-_hY^$8lm$;Lt(oHlX]h6N7N68i# %*q.aq\(8.eU:J+Cji".dl#VLK/jXBl&HJrfg2c1(;m*U/`,8e][k'X*<,[(t!Vg]@,>1s=#:QZUK"ko!0PV8cD/[VWeCD^!#8slb %46oV-n<*)eH_=,S-F;o500R>G7@r#>.bjfGrer"FPMn=]c&:4?%J(:d?JkF85(h^maWnk\WLQ.ba^?3S)5aA)D!"H\H1jstYZnP! %Q'YmZ`#ejlWqD*=OD7/A3[r/HP3+$hm8U+q?.(1YgY05dnQB05KJ$JoLc4h(2It]o[4'2+1NK5MYf=uZrMm8Rcgh)oY9:hF/2_r/ %cAhL5/87m[n',5GZcL>UZubVBVeEZFLE'*u13S';5Ug^KWO;`8*>[IBlGR@===3HY`*6g_(WAJ:i3+%ddQ1-G>:T[g7sj=(5m_l*c2'sZ]#EH(]Wt`Mf3VXV8I*TK0"p#<&@-qT %!k:ci<@k(p=lI_EMlE-tCUG?.[Y^F^ %-@$$>>r;672`r2.(%gr]VI.8pmI'<`fZo.B5gU%?NXT4t%OZA#o%K41o=F %BO-ZsGO$!VYIQ+m&^HZO9YkKYOeA#+eI/s&WN9-[f:htWgVJaWV=%@jf",(h0NkRp<2#S^.TQuCAUE78^.M_=/1AlUfXFeOAV"V\F@9ZA-%.f2uen_O!TZK<)>3m.Ui7CFq4*T7&]#6`QJ&&'h!RCG]Cr3ud7_]B^YLfPViWC!/*Ni]GC'L]m.FQ)]3^IJ2e!:-PtaB^ %[5q(J]Tm?+4/a8Wg+2BjnQ0lF_fUpEXFdg2^!h/6q`RuUn\[[="q5#em)JqOu38U,ZG<&et\$uZ=cgf0K%X5YPad0Bj8#s %YOq@tmX,e.h-9a^m\P#/$#c5r)-*hDI/(#>omt:Z&bLf3HDNnfJ`!UBTs,hFfFa[^OqcG\HI4g=f'$ %f=SN/HR@blL2Z?7e$ZQg6_S-)be'e!^tRB*7n%QoSkE4OTG:P'#kJDXKtO_(R^stl-a]JY6Q5hmEu>W?Q&%^U2Jo"8dCuiAF/EKn*q!sa0as5YGb4u]Q^BD#-g?m5U+:)7:LMtG%2P#q]8Z#C^$(-Pb0jf %1Pt"(E6fp;Gt'*<2ukPm7M+3U7@'!OF,?@OaSDZ6d!Z"f^_5dEeKCnI,ZGN=mq_I]f9RDVAY41,J"&q;EWJ$C=LW.K[p`W2p0*)t %YLikaHa.J2frJ5Gh#V)E>\Q23j:P@<^2A9OMe6<[bmp)5C)H#F^V].egKI0\n@[mTBo,[hl'b+ %*:Qd[Z_\RiYlKM[L7a9S>hs<@mj.07&E94Jng\"k!do..S-%(L((W#_:(W@2A)6)VNp$ST(]TkYlr-u'IY01h@f"1&YkT0H= %?#B6/p8l&Kdp,8RSs.Q:PX4XQdqqY2.;f"+0``c-!7U83Jc)0+*=Oo$=D[: %0>e3!-u`h%oV6sBmg_COP4Ga5"-\f7V39B)cBu\t.`DXrJj2qcX$kBb:EM11)U:q9rWO-i:YoW,!T*\knPj-5o*oPfUR];Y]d.32 %X0%JY\cZGqCPh,bkg0>aQaI#93iI@JZMC@G/ifR,=K5GYS/..q5TY.ZAkXKo[TNTO&A'Ak33sgr*5W]&/M-H,Q<_d;AWPM.8J:I\ %A?gQqKHO`RBN?_KuAV*I)[)Qe+ium@1lD6@VCI[/9^l`+q3X;-\:f!I9onTOk/4*De35)!fkX;["T+8e6q](\/5TuaEK`mYKegeX,]=ZMNhnkmC_h4` %.6g64`!7m1d\o!JS*InX[?at'Z(#G0UO&3,p+.C_=M>'J!0nU^+XX8OSri8@U6Sn/C]auqTH0lLIR]jf0[IgHbjCHO[jjotf,6YC %AYtFrejkG!V2j$+m>U6\8pa#9;K-$s_/R%a)=IVYPDr+o,s0>S&7l2KXnu6jfd>f*B^_Xg;$r+NX[FSWknl_Mfo#d%P4* %C0SqD,GIZe;Mnl,.Mu8ZNuX9s8g\`3hPkt12m\N6-'S-^6J/VRdgP/6,7[@Bbt%4KqDlqS]opUECjRtCh)MJNnl(pK`1:##)%bFK %LE41pXcLHJW>C:?(&8dADRD(^j\>Of(JeBacC)ZZRT2.dAeKoUDs94.ie!jTG8K9( %+]on.q/[B=#8s*Q;PEL!7R[$4T42mZF8cA*Z*R"!BVuDulSE"?3N-!"aG-[?iCp6W:^FaA+i9Y9'7Auof&-o"*`Yn`))85(F$[5r %HhL=EKRf!o7o5&hQF!1B=^/1^'aOlF:CNs)+p`]!GrGOBJTN)lNMrm/,p5c=pF4i&;Q4qbSLIDRGoFX<Nj*SguN(A %#tSr9\Tk1.m,r61ZTr7u)V(Njc84IZR`(qb^R;KHQ;i5f0ld;8IXag-=j7ZZ.t7'KJHfJ2JYnG9rd(?n/78O,\?*A %U8XgMe`Lbg.Odr4RM4@=8\Rf:RB3h+eL]!k6F7(nZVa&GSnJ@8>YZ^0/ju%rmPc7%F1biQ1EtCR$Ob;8(AVig3"RNA`-rtI9hoHU %+8b3>'N@dRRpn/k!P@"";aH*4&3&B:gI[o$X1a*%B!Jj%Z6(6pgV!nS.aKGlqr](T:-?P!>1-pY^sC+@69XZ'HV5;B0t;aQFR%"NT& %hima+e[>tO?X0f][5DE`#KRE2_e3Ydat&47XUV7,9lf0Ce5tHq=ZUKO %+UK7;%O`IR]V4e6W":EZE,>%='lLWU#?!Dlesm2)ipa][j1OS;9Lp.n#;R>bO4'cQ'D<$E1':,6JV]3ParD]"Pi$:JS[1k#=G9a %WeNf"b:pal*;@ERi@g;S\VeGu7Y,eYiR)8V(F=6BDG05\7SdKGl>3l]<9j %q3#i-,)=FtB(/(N2)W-tf+"O%#;a\/pF@71R(0$Z6Nd'KN$Ea=(Rt7mKtZnFJ^#O]Jor7?u*O %7^0ck._X:@V3#C5GD[,5V^Hn^hq'%0?a?]joAV:*@sbG>`^p8YMT#:W8>&JOUPJtK,@C&hKV_\k;8LIjiDP\@P$b/^iscJkoP %dooe.>f[X#$o4`/lh)ae-#'S/@f3E"9/9sMkBY'P8d_il_Up,i0nKUBOgh)2sHS,DM?uVi,QB:15h)c9j1i.n"#sAVFropLM3\lAmg1Bhk1t(Ii!]#/VUJScC^n1l@DRLc?u$ %XIH[n@N#iQjuKUV\[WP=(h==p:U9+VK4f+VaQ9.5!(n:G0[DWDb;QAlB+_JIH,Kr@fRU2_/=1LG!'$K;e:'1CTk>04choob`&]s1gE*pr!u2S(r'&K!ND>9L%GE!E>A%q;)@4O(rY %PikeRTN;8>RDL52oH;"+kb=Ig[4N[8W3N6m[.fa9\*g1?Ts_3TE'c'3E@HdD,!8B;+KIhEB+`/&!34G2di&XOO-W-8T9T[4U7rpY %gUc&EK;)!364M=C,-6Qe./4>8kdD?pedDCc5%2#ZG^8\l?A58YQTf(VP-i;>t,Dc<:X6:p?N=na>8795EjhRR3Rs`)n2RL-Z'tn?sPAKT)V4;:L#J31IdTN7_SXD+9@K""^Zd%jFIs %C=ZNl]"(XX!$s'!pV^1m)H)>f;l%IS*/Mo1UiWB<=ObZ%r?N=c!dop7jJjDSKQcL2"&5%C36XXZ,Ubp6RXdpE&kuB%\5nBp!$?R@"gSSf8Mi+/Ir6b9\9O%lkM$4-CaE]gKfblgXc*BLl4D(o%;eG"jN&nS:S*% %JK^iT$+N`DBsu1;)'o.M.F!.],&gq5[Sq`%FiFS_O_Tj`Nff2"LWnIUXRqG^XUk``=s8O5-&trpF-fndS859h_-p8.3<+pRdo^PH %gEZE"hDW3891"=ZKT0(O&>b"i73YgeU=Q80r&j,)^B4It/,DgBd0e2=\5FM$1@DlNk(aWZlp6L!5%tLWT:*+K9"QSiiX1hB#!*T3 %.g6n$asrfY11HMVcG^EhjL[p-pS?^`,-,AtG?Pc9&Y!CcgaQB[qT0ik;F4b+)*j^p9/823-/p.q1XK:Z3DlPd#&,[kcH&@X9^Ia, %V'?[f2Z7#P#YiPn'TTWTV#Hcq]0[KHn-V2"CK+s6'uKXd:CTTP%05f>[#\-I'CTSP\LK9X&%-uJH;rQ<$3o%uNb5@IAY_*q%;q`G %X`3rS=T]+dCm$/,LmWe6=3]HZKcq`l>ATBB\\`Wnbn^ltB?_p_%bA\"0p>fQORh-rS;(3ZqRO.Yota#=@FuX)2ujWE0P%?Ql^/ZM4c;:/]1Z&Vt^2)^XiR.n#+r5mN%$Nt;kG %1I#9EBW`CG')P=,[%3<;0sa^d,+YQt7TAn#,Prc];DVn'cF?1\2TZ[hm$AFqX>WU3)IteN7\bZ-(RsQ=ld$kP"cj\WC71l&Puu6jB8KS?"fjIuq<7Cnki& %ge4sJi_gl:\J&UFUGZu3!(\N%UJC4l,$R7Y_'!gh)spWn+L8ms%t"D[p'8Xb':aW.i\qNg1^h/J %o7FQl=,8t=/0W);m,Q6IFVbaEZ5fS6+Nd2j<7&7[[Z)$]=re0X1SR4g@3^Ce6D$`c4sLO@>VZY#"JU<4.3gQcRnuVL7]WXO,Hf+B %BjPkt)'4F--d8*V,7o=CTh8bbP%$7`)]K.ObhTQU`8T-M+iF7?nf)2$iacg&MGlN0+UXkt6?ZhH %._6k7LQZ3?2BQ?m0q)c=!es1!RDp"*H*g2o(aS15Be@q>W"L\JAg<8-VY-HI8ih*XZV<;O!m96$?2Wf94>>kVe\C=B'e;J@)_'I! %.9:NlZ=6+U3_EVr;'fW^]ppj'I836hj^MpU_kpd1m9+WqW]aLnbDb[_9V*$iSckGR0cMn0/nhOko"%E9JAm]inWDt["WR8rW4+m$ %5KK&b!fIBIZho!kC$"KO1^Y\24E#!iqBL;p7VhRW@)te$=(aMX<):JjZm*/?/$C)XC>ba`/lVqkW)`,U"=_*ia0-%e,?Q+a,fmW" %1Zf/LNY4&Mf^Z)"\enILKRQHb29f/IB?S"2/P!n6=Cd$6o-l=W8@F2)fuG=J %^BEA)XSIBBs.63Qd'N/.u7b@#\M$U!)LM]CDa1M/\( %.u\[A-Ib%5GF;$p@NdRk.L4()*CT-7=K0;CgJNg-o5LW'OFpZRkU@OraYj3An8^oq2P5ZjR5U7po=W/7_&ETX^Wi)m9#5^\RN/EF %`*o;%'Li?T9_qmh%I;f?4X4^O4k9Vo!CBkig,%_N-=DpJ>X"?DO+94F#MJ#H+KI1O%UqUN>e?G,Qa*qs)KSU^\5qWuJ1O8d1phgBKfFg>\#qW%Cjo;f3!o\:Pek)Z^Ka#!SYGhl.Mq,+g5dn)YfjbT%0mb %n#k!?:HuYDa.2"*lbB'!S8HPG[(*p?M%g^RSW&r::[[S%j"P(OU\Q5VkT*$7mhtuH>^U]DTDa2`:>S4fpT464Ius8'RspC@f4S/4f9]PXIus3;SStk'0&L!+T)IX5jRnSsV]0!n+'=ErNW&.6 %T:PRT+(16^POY:8e3(9hq>0[,q=Q(ik#2\=jl-gMp2>D,p>Y<%K=6"(AouDnDOBNOg\[r'?9DnJ2b[c.[(R8W-XEskq"*VCRtJGa %=8Ldna)D"M]oDDM#Bar>[=c&7;"kIbhEfupo$kAJi7,GEb\1A5]uU*QBgLXJrU]C8],sh??iKs'4C>Sn1_3V+g/t5$F8c$GBE((Y %T`Nt9?^STMk?n#]Mmjdi><[Ykq,q5J[RY^#$0O+d"FiCVqrZ0!afB@AZgEZ%^$u\\^,[!Tr].?mbpTgm:%eF*>ZI+D?G&;1rq6Aa %rnDD!I6%"NiNKXZ#C^1?r0t/s02>9g^,nKgf\CkaqU41-i>YS\p"ATaMj(1hQ`o7NT=inUn>sD")&u;YS`T>>p%n70fbUn60AcLU %01b9"B\(YUMp&/NqtW`Z[l5#qI_!^pQ.C.C6X&Qc]`#W93H4duEr#ULB=icHs0q5Zr:e4snDBj*fhAlBb5F4$4Ee40/0A/=rZj8? %?SB`4>sD>Qdc[i)SpdO2`D^@%HR'+b9P;3E]j#A7Xo%N,fub<*&=k*@Kc-CcSR;Elo'C[D#M_KtKoNL8T/PS:5P]XhOg+XL_Io7W %`e)9-+.2VH,48c5j9'S:q*a4T;*1u]H?0!.gBrAs %&2JA-6\`=J%$ASEj0*[AD5,qcn_',LbDU;BcHcE9@irnmNJtHfWHte2;:!QA:,_j5m?J:DGiR$DX-;`0D`?i+BR],Cg=Z200?WG> %f$*)6ucfj6C8=SM=HZCG"AJKp6D/?k6o&Iim=(`?,SR%bVhF=&BJ+;r$gDa@K\"2UVMg%A, %%g4o;DW':2npI;[T'nV0cee0ZNG%keoBuL&TC,G+cu77f]Y6?c4aVJJlM=:(YP769H?mrNg=TK>&),EQKR]$5rodD^\EU*j:R`jO %BR]\'CLb!-hXL!geP%KtC.*f_FO"(nb%Q<%Y\N6J7uhS)1#;c@Mb(T;1KM7sg%3D<&rg %i+N@Up-:Ukn#e_1b8/LNBF,_(5bKCD23n^]?0B]O1T=m46FhYE^rT`bBfu`o*Dc*B? %p;WZLmnh1sk-\j0Cu2h%C,VR,DP([sCrlG`KkrpaXSS=lfso;mN84G*2P7Wob$BLe,PSUha@#X0F$R/enY'.o'WD_l1FQ.lcV4mX8:#o&"N+oc4B>gVXg&@Z@,;JIY)FH7h"A;lMUM! %QY4p>Iuf"e$lb\^IbK11rT*G?6p;/<1nR>6*(nSt'D]G.k7_k0H6OI#Hd3uO5P+"4nEM*5+W9Xe/UC'hqMVpPpW(7Xe`#7!*U/Xc %G]5#Pgr]<4SUA&lM[+Is_4>sm-Qh-c\"29kKgn)4PAfM2#C#b%0L.`SG;@?LjA>R!f=-p`%PHgp$i/^I5.H^Kbri;00'$Bb/hSc+ %hXk;_SH&*=FasDcPc@r*r*bnph-YqqSFZ,dUr85iAT+3_8mMg6"][4JXYG&5s7.,=0NQmB4*,90BQ)Js+f9>e:g$nb) %p:M>lPC"?aHFQ$IGNU@:eG&n/4Ofuagmt)4mX/u]Vf""!h"Q/:.olG(\i]Z,]mo?8[kC=IPrfMFf6p35K'!X7fIhbTf32,I/_=O&K8E3L97lZ6p>QCbU;tbcS1L)(GFX8?.1^C3dZ=VUTuOXi%p/1IZiak(]J/VL'"UX %%c*JTGoKK9^3l3$N@00Oc1Y9tF)h%kdk1Ceq=@gDG\QKU2en,mBCt6;LSM[t;aU)fQTVu%"o>Js)h5THji,Oh/e1gq-Rd>hO2&j" %lGtXUA^nd+UW.b^1C'\pI1q>#6SW=l5*:Ipj'^@r(c;dmNIt*g@=F;j;<-LN2812UR?Yq]P?S/n5"'>\MlW&jl][5k?_20W!%]dA %pl4f:G?uHO]Bf(Sdgt*dk'AD_rqlN1/[Be+hRRuCh8TJVYMR"k9E3*5]Z&C_YM=OOkOHPLK>'QqF8#L3ZiBprm+(@_CO:Ph2tN`od0K+3cW'5o6'XJlhAEZdqJpZ=k43tZa"OSJ?Z(ER46o%Wt?,iK;rG;lcB/>l<5+AorhN]BK\%X9S4>5Mj)7*ZOkLZOc-Smm.*0k25::`fFEO %jg0T'@W.bN)oqgAT9!H-i(aV?EhD,]nX5'^K=Z8P?dudDCpSc2G>S&E$Ju:Sj.Pl^'Y]4:V[D>$EnNb;]>"^1+YIV=r,9!B^@A00M:SmhR]?BRDb_noL.RGX+=IIpQGFs5E6Ro3:eB.X\`$/.YeCgK;$Ne;1UV8KYFa%_q1@ %*tLC[G>B_q*6NN?D^'so(S>T"%u%&)l?D"c2YQ.)bGg*hrGUS#S=KTNooY=g?_#33mdJX> %KCd4H.u'hV>RarPGP>7W)p>C&Y?m`hT&&i+XhJo?PIi+tlFpND[mb\Xk?%1dU14]ScL+RRu4brV7i+[%cYpW+2`#CQ&X0t$mr3Boo^h_V-KEclj0j3+c5e90Xrk-2,3o$c`JlmI:d-h;fi54aVaqlKAe %oRW>"M7@p276V9c17q,8/>D.s?Ves3Ui#PWm2nT4`a\:_YOV/X_%c_?bCe,1I`SCp]do060SB/AKMC4fmrqW- %pV%$hpYD7C4idH:Hn'?BaDR#[]8r][S4@Cc$+MW^@N,N]06ccS$JY2Erpf"7lM'IC&'dZ8l0kGHnL%\9I)#JFAubna"d>??SXY8^XRR/;u]dpXr]_YV6seT;X?g7Nhc3+M>k$[W=Ud)Hhu3*n"A0V*)]Bs/q'fb;;9NZ %?&PBi]g%O^"=D.KPRI4hO0`mn3[j6[hp09AQGsBWEK3JEc?cQHl*!%tR_E$f>JQn8S%QHWXK>,16m"PkH8pq6RWX]"c/8?W:^T(^ %drB&$Vk9d2g?4TP1,WE]mf'`I>(l5hQap[7ZJHH2VrQJm;PJ497.59drKiE%eaI&+SGmhoQ%!L`a/,u4&q(EkQs/(Mh/P#tenHVS %0$(N&rI\-@K:h^SDBUd?5>OHKZ2`)%pl!Jr;gk?3WnOo0QKuIQkF25$e^gXjGal4WcLpDCc$Sa?UDJ@%#25cBr^3.C:Y[cKpFY^0 %"'UtCmFRA>if2C`SMG]\8uj"E:u57sV;>Ve6;/iO$<5VaT4A*<&$+0,?iLt;F@d-0P(qi48gEa#[AK\ekMs9h!g2M_iUsC&/PDc2 %A)H"Q4>PCNUF0M2NhLAd?GP.l&fnGUa+7hKCK76\=?A5YB.rQeqIA^LI30ea^Z<,['9i=mQJGVU,eYR3e=:YSpQH\&Q:^o#Q\XJE %p"2^ZjSgTkr-m33i^G:=L45:hP9%I)0-/!kRUp!YhQIpK9N1">7;L:2%MS^HH9MDDKAQPDJaQo\gTn2gSSR_Uokhrh+]F1WlnO8LXS"+ATgmlZ_fkKn:e'hQT"/a?[kTf`[O@)!j4^8r4 %3pbfQO+,u3oiKK'hs'?Co\]Wc,P,\33W6"$?GQKMO8%Q/F6P$\k4L8;GC:nNq>pdI45]eYc.epQ>G(n$QpT3\d$](*6QS"b-$S>F %'XE+_dSF6BHm3lT;q)K:Hn0LejI!tWB:J^jN2#sj)u)_a;_Qoph]8Cf(VETmAi4s[e>O`@\X9d_rgETnH>_R7Jr=Z!o\&?mjfDig %oQ/D`nBsbhCPFH&]2!o!o_2OPPE@n=9hmlE#rUqTWmdc93i%ka6f3Q^Q:l*R4e"J+:Riqq6.DZ,R]KV42?5d,?J%g3\Z&!QfMcik %NXPGU3>o4o4T`0Td(8Eo(--Ga/=eG-l`'_+G=KsnXf+?'#;^XX?7@G1ITm!MWQ4skb;ae,C.GMaSg:A%h*.eZe,V5ZYL5";Bs?2@OB.AdC0TagR-+!eM`&Y%jMF!btV)NE4S-"QD99iXE6W`krl9tBQ?%&s9kM99@75HJWpRD!U4WpK@1 %.lKMJj`ionY?FBH`T2I0+PQ#.[4tZrq^92)WHb&f@`F`FU4RMsoH%4?F]rPE15Jj9g-HDVQc[?>k(]E/:Gq@eoi$#`BZ;75qBX9_ %3["7ICBr-\B\RmaXm:j[OAnm%%f4b;]$7jCl^F#AWhfnG`_EIcq0os?1$Ml/&mNFKhbWsN3]!d`Rh.<$#f+AKo_hn!@3NkumsA,X %!\rZnb7bXA2=7a=B(*.Rd!XF=qmLTDhe1L(WG7s6i7GWjId'%dPh;$%-C\J$kTDf_=bCIu]`W&=-dr'Y_s?sNFBKW]jnie*r@'Z? %iA>tHnMNgPD/2"sS2&^B,&/3!f$Aq@^44adSMeB[YT\SV2lGf#Ul$i>VZV7KC`i`]A[tT'?#U1hL+:J4b6"Zh?ddQNE>WG(I`9fMe%j"UqRk5'V+/njIPOTeO:fh3+b$3Ef3(`-=foL^6@9km_H#1$hO/5!!< %6r%KrbLg$"(Mt&e#ua-Y,nO4"mq&`&T7r0kk`X"-C6HP[FL`h\dNZd3m\cb^R%+AH;Ik9cR"I)GOOXD)\j1@H=@ulif)=8d8k@aG %b6:2XIc$EqWF;g!9f[Gq3$IT.53`%nC.qd<&JnDQ+Zicb+`q.eAMpM"J+c`qasm5U4"`."b8Q>g'tP6NR*6n\[nUL2^-s3V=;($Z %?SR.?f#b'Lkm[DYDQ8b?k#[7m>ESn1/6P\_r3kobA.kKf],,aFm"NR1/g)H9eL=B%j"s2en8hKV7*9"q+[G=Y[[moA:6,[`WnsdX %(=a:$;1Yk(LV5-"kj.=."R&LMPVc-\,'hNnVJaM;fp/[>sD#/ %2`LRA:3Igs(..@3MfpfYR04Pt(na+X7\Ysm`N"giojXlDoW$'.R?S%qRrC+S[0oUn]!;fr^XEk^!&mQP*Z_$Z*Oq$-+Eg=BDjGiE %S95CVa?k!eP#iC$9AXuSZ.u0Dg`Wn9Q)JCRMb5OB*IGgdAR]'0k$X]gm:"6[n(5.RX#F-VP %'b\X>P-k[@+R+o#:A#u8*:^j<#YLsE*Sm"oQ"o<",@(H7kK3G,M]NcRl!cV2CmngRf<;3G?)P8k\KJt4'qDj#&sg_'.h,!540_@= %P!lV0p$iWM8a&b2dQ+ZaBo>&HA`(dDE0dhdn&fo\Z[6Q3`fPe1$$W&oI3?6A25U2;Zj5oNXDYJN^W`,**#)=sW*/r.7R^HguT<@rf.goGC\ZE6Q?]bA_CYZ/.cM-0C#P5(N3eg78J %UKm!Nb<@1/;L"]Z.o9r[!Or9,DdKQ,;[LTTBX"=$+Zo-m?0W*h6YPcYU:ZhLSTdiuD$8kN6L7lA'4Ti2\hKZn+YqtVk_iQ4=/'@N %r+2U$)I"TYAL=j,d=%G+K^3MbfoqqDbi`PQ\Aj[t-[(mb?`'#sD*mZ7RD\`/Ob^.&J1[7rGg04R^mUT/gJ>G=_])L6B:)dX+S4l/ %-D3-aXOupl#4Ll0XND;iR+1uV1M^WoCtuWE2V40qVWa8s(In9BQTO$[eY.WZZaL=F,UL#1"[+V2Q'Re?hg[0j0Nh[d6qhusM)^@X %Pg)W`lg1pC@./:??9Ob%'_Il.Ng4+JH/+6^5AhVMR9>1S?&2,>B1Y/RA:fBuZqn_!l2IZ>P0"gG<68Ti-ScXEN6L]_-Gt#ZM7GN( %/rUC2`2qS?2$mPSU[9mpD>W8Mq,0Qd1@bl[3RrR$9,K%kQhNif)YM&,eAkOUIFjl-6!.(kDH9MkPdC %S$Q3".XeYF^7"O@1&OOsDddKgBY(nnDpV](#9rE!kb*i&._u?IZ?ITV4*H4^4$bH6Sr>D8^"Ac+*I(F[PUq\:C$AV],q7RYWdAZ@ %D+h\fd*c(:((%WEgTINsALM`I=<9,?'kDu7QO4a_0i;\NqD,b?(SGp"R=,bGIQPdh[G5<4U*&i)1Nl=KoY%EK^^6 %Mf&gWl/L6t_R,t:R$:"fVR@-kXu!n_>B9L.OuS[RWb%NR=0^X2aI4:O--4;bKH.>/#M=,IA5POX %W.T.,1Nnt5s+Lg?_?WJ3CtUpY$Us%=c)o(mo,j%OOFI5%IeCtWbOlT'@mFBrM59Be%o((elm()O+n/m..o[OYR %0_rh5eii](5HYs'%^apund6`VBACBmTF%ZetDI=p]3IlIgtojMa#TT"XC7 %+(]N(IjgUZYNes7k!A"E9;RMOPAWsW_8qSj=RV*CR5p0W`r(;C;WK>k<c=:HZ8eK29<6nmc(5ZVs %mFR]VlS7^g?W*V%0FNKVLrdjU6l<4#b[aeo)au-8-#oB(`rL]n[/3gn=i:84pLA@+7I$nXd %)SkO:Ebkagl$eA"]!FM:)oR6!D)GXMXF1lGR%oI5rD"W/)ZpX)2G"srHX@s@R2CY&o[d2$Q%/so5.!Soi`34).Dndq]SKa.LegIq %Xs@7J[58QkKA=/+m@IWpO:,E0*L0(*QQhWa6n%Nj$-.<10DQ;%H-I7"A_$j,PlP;X1EOE"MgljIQR^J(?&;rg7;(FO %#$B`F"T]1fV)IX?M%^lQrDKq`XUY=U,:A\19sPEQWkVO;$aR(>qD]:Z3g:R0-:X8Z?YC7,W'O@ar.`jT#<[36H!.I*RXk3^VZ2luDOiT&14bGu5r %+W-Z(nAFPlj?%G0QFp!*:Y7()K9;uZ[^#^V(`,mCA8Oh]M^ib[VddN7C14RN49?5>A072W=G/iA>U[OXVLgE=lprf9Zdf,j`f/"% %'$&sic!rCt&=*k>qnp:[cG2Lm$q8jCgFhDnYW7`mSM[k"60j`"!@R(Mb7%etGs],?V^<5:t^BmI$=P'\-kI6&V02GI!U?'ra&0K_)m5k%AF6a?g)j9p8T'=a`bDi,W,KG2T&7'(@S %2mS7m.8S<%)n\AY;rCr$--0MPoLHjqW-ti_PIb-nZ*2ecOX@+uI#aL:@b2&GVMj4X'(sn6`CFKklu8'sP"Ju,'2h*4;^L#qB+S1Rc0amj[<2c@r3:G904;ecVqt2iADK#N2*EMaRn*iI4+8*j1U+9JK*QU?ES9gG?Aur@Je31#6BXY$s%!]hsFO0tgdZ_'VB9/7n2%3iO3R-#5XOPLj,.MmtFY %[)?:i<5uK=\eiJq@i_e'OGQ\b>imCkC4ZQZ'4XT;+`=E5H\']OaU_2[U_Oocm+XKo#8'a**.5Fq7t2!B%JaXi7msa:&ZmR'g?W_L %0fd%a6Ul[*.N#I&:jPiDM3CCVd74i@WAMh\+PXCW]$@82h'p[^/HN!(X2t9s>g\6H-40tf3\<7]^h;#'%',<]Y"k60a-kPtF'ohc %!M$G/F&i["$S%oF(0MW5A[g'<%j#8_6&>m!@1/>5X*Ldpbk?LjLdo*IPrM46[\aQI;%hT-W+e-iLQuH&**0MJ+P>kHr/;Ud27gdHiMR'#T_qB4WEC`^T@D&bOA-4=lV^J8Kq+F\%e*A-g+<%`T %^k8g)DoYA"fL3**3aEgGQE_c)q/X]OM)9@Do**4?Y2Ws:2QB8\)'Mr'Q;&=TkSAF&/2,\YR+K%"FIGTS)lC2C]_H,9a$ %N+9s"\;`HP94b&Ze'9_5&.t'D,l/AVemeRfD.)-QZOYnk%`a4:pNn=oFA$W$6Oc].p.^,/hV5`;#:3Kr)DdO7dR!b2S\LEe+,@f-u %eNCq">/T9%P]hnTqcj51G3Or.GPH"^^;?irP %RS@Vad^)_!]%3b,080d-#kAE2Sb=po"u%-"QF(TTS'REHm5RD[``L>qPji]@@CcaCoehe1/CA095;Z@9%N$,)=4jF0a;%&JSPR>\ %*]b,54ef*<$RYgMABP7g6o5U?22#J:?R>AAM`I^R0bj#j2<1N)!r_fTdPrU+@;bFI&-D<9/m3^($si^GhBtN@lCI,a_3Xe1ADo6r8>2ST0d$3k=Ln,d/=qY%<[Q\mfO:@(k(p:rXu@[9V5Xgu^.g %olAWgN1@6-jm63QRHn8$>I/%W";t7FieF.Bc2RCQoE;'):a!s#99\dEAAP0&\,Of\>!$s>]Nd)>m&TUs,`,O%S23KJ;h'?J[sFVB[rgQ2mlbM$pQ7PU<6HntABmFRr^ %0^@_]QUJ5)0FWfcin;7`qPfNhRnRVcQQ(5l!5;!lQnu1Le^%S4^L)9s,gRImr@0:rKA(5#N:cQs+Tclt1^D;C_t'$<5'K %b97%m"]GYAe&@`CqU?n4jI$=:;AueB&EH>nVM`U1R@2rfKTD@0Q5d$qP%j@LE,rG1*gF/L@Io]M/'p8K95$[uT@?BSmhb')Gtlf; %',f#kjH/hBp@Lpd#A8`A5fPQYMnNVidY*ihBAFmrc$@/\C=P9I"mK1![0:[,B%@,Yd&YiIE)*57qCV:F\Er]pDD(D8FIT;(Dhia0o[ohZ7nLncTda:;[@icas*Z$EBYBbNU;o(82<:J/ueCrD29mi0CC+6BaqRH7V4&5"GN$Z%+QJ %9@NRiUi"4i4B-H>d4RtA1ULu5,t3+38Vg<9O`&,biac:l1L`K2bh9.Xab2MdHRCQ4Rp[#u4@PTl]]U4.75N>o9-`Yp=MOfH6jJ0_ %)_/Q3Y7/!rO_C2aajjhWAlq`)=.t^TC?^7XeHbu4('DT'$Ik;;g.oZZPDWdeQTA[8qbPRY6PUEgb`V@[`<1^K:FK#q+k %%7;S"ZoNs`$Ugp(*4De=j6ZI]3ZHhum%alffOQVNaaDCOEu3UgCaQ,bnUY&$[-$M&2a!Dt6 %BBI5]mi5Sd-u/G#?8L*/_/0'$arl]7-qFSe<[+sTAk %U)]1"ofJ.m$\L8^DG@QZMeUGm@hh$4K%nrk$HVZV&mYISq\:ZshjI_:-8b'Yo,NHeI>?hF/oiN^5i'Gr.r\$o:?^4cM^M&EmUJa< %9J+-rbWJK64]i6Fi`J%,bd?_B!!`fW-CD24F%+_< %NTu.ER,cI3egb_o`ECEG(6t+W(HgI`\Y$qk;WVs=_FNLa&C;)R["rPh)EVAdg`W#m3.A*i-K1[W8o-J4e%#19-18BF9=?,AE51 %PN\)AbU+/T:g0iL>?96tE@HPa*#>GhXTX?>Tg1=g1U;kIrQ&Krqh[dnO?>fgbSdu8S+,rh?!9ZO&f61eZ= %I([^@gK9"P:%+ht(86r%C3JR=gS#cFHu/d"g!.013C2CS'1C@*2JG7@ccMu12C],1!Sr1cYe-=:,7L_c3bQmJF-]Y)G`)\Z1LJX> %V.in5:p1q_a%U>T)o\L%9Z6NmIphPfJ#I`YL9DA;"_n1XS2saSmoRd=uDiKC^=l'3QHAn2DZiA;X*t %BFugRM*PqV3c&Ji!3cI2g!7jPGFZ]>M*BsOkn6^YXd@-:&cJjLWJ9g\K8FYS-qCb!7HqXX[P1XbGcb1*c=@m#)f[d5Oj1a5,/B<< %-o&jSBp%Q2(cM`OTTkr-d&UVJH`Zk@D[=lA[@R> %;CNAG>1+Ntadn7V6.p&[dR^*DXT."<0aoq_"KA>5_l+?nKDb<[>%9HiEWp$',!$Ta=9?Y[:N'u/H3aP&0IaEW7gLN\SP7Z`Z3>8_ %**9'.[E>kX5mB`9#ZXK_2WdKnRilDkWaS^]5%WD,)S,WGCXnUb,9?la0UU;9YlIhm!^ssgEFD3C\]_bOfBeLqP9=sY*csh] %Mq$]p^dcnD7D\?)7+cN %.jV!2oc6[*+mg:?gF!\'CG"K\NS`s%bP[ %[MptGGa+Pf)'>s%H>W7`V]D_$2+W!8laMOeaYrI/G$V531PCBk2Kp'.`_(37!d[>A8BP*rMd#-(1TRfW2VGK%^SVTO(e41/)$O,r %H"qW\&P&9LFJlZT\O-icR2-H.fOV8qY;f4Cs38[LNdr_NOgE$KF6a-D3A"j#DHDT%9;M:/m@9=1#[\J,j)(s/@MGAl[OI4_R[T@CQr+Gf4km,= %Gdft,nAbB^XDQ509>kXH7n9-%=^amd8>SY-aR-03AsUMm2)NIAP-!+D&'hSGNEhqC]#j3-R"Z>LgY.5k_32;ceOit1q)1E06'LEtP;/bm"ZO!A[7c4+F>U>Jl9Sjd?Z&q!EGdMR9S3m1OnH$kP8 %/?'o>^2^Q]3iJC-L^iA5CqM>''D.:/A?#@-j+Yg,[a.ur3[3=SS"Ig/6e*\%7q4$1]HB)C@6&>1bg(p18R`S#_E0t\Y`1]sI@b'; %a86hDl!dYk=(I"B9n/N1(7Ohf,M+t$^JiI58Rlr2dl)hMj'@hkC?mOt&AAn+&6C:X#:Mp.s8VcDsfCFFhhgbQ?LM5hXV8(mJ\)fRJFuW0N_t55r %VE_g_CNpq/V&YbCa@ah25V)A4%CYiiSfeg6JR!e.g4L]!-$ibs=G"7MK]RSDCG;'!YQKu`M7_M0=^m1G_HGm7)PH1RhABVX7T`<1 %YQVBSlI+81QI&^a^b+Zap@+C=rXAjoGd'?L-)A;X5q^R$p+Vi]_bNI`d`"sXQdWiJ@$bmJG(I8i*d.Rs6kA$>?G_/s#'pSMGR)ko %FKm^mV0&pLoVM2a'DNl^aq!p-d`"r]Qu_nEJ\ZXD#CX68$modTCI"9FZeIiU8e4"7@7h=t_-oYGgDUV:*Gc7C.6[##M?uAc)D!3V %/:fO0^(W=M\m>KZKS7!$4JqbT'0ml[FU*^rI+^B=9\FSN_.5n-hB"'Y_T3Wp-5al8@%"5/mJrT1$Z'%_9[PbBK$6VoSfL'PAJ@5B %AkEju!,(<-%a^Ut%'5"m_FD4%I&?OT"+V^>li<_>]%@oh'4'r)UC!K-CEQ>nYVh[-:aC+AnmEi,9mE>>LY7>@EakGn0ZH0%a^^'P\]3HGd%;J-A7p1!'$[TD\'[@*ju:3KN>hi$n(]D2'>XV=G,V?#MXlN6<`1dN`/@.)ZVmREk[(b`.K?a %VpKX>jb24!"#)+6fE%F>]%@=Z'=NP\iAj>"g'+,_7YWdV:,l'n!9lu!+J(Q<42?(NGL-dqT(ZOuk%P@7L[uLgZ5XoLLISQLomFe!n3a=h %q`"Q0VK&?VG)R,`p2OP1QP7a`c``q".*oqh+GE1E_Nu+8i;2,PFnt=$CF9njZY=s]3Y!e+gEY[o!k^Z30!;N$cuABpfcCY??#5RX %.m<6NM2Qej""Go-YlcU2,j$,/EGs]O\AdkX541oLSblMVHriS]#>b.i#eDrWL_fT%,DtnN\se %92o2DYViR9HIr7$GDpJ]?.\:5I,19!Ge2>V)To3G=Q8],_%'#Jk[G!:(Ct[SgP(u1%WOVClcMm/p>%i*M7+_1gY!emI>GK_[_L8n)bmADRW'r23+oVjW.T>CLgc9@OGtu %l/Dnh?9Hj]T,/=?)F?(um"!KA0"+:7[>?PVHLYAJUgAG8*O'jp4*EmT*LGp>GeM,B[n#dB0"!QKY=U*7e6WfH[`.W&#A_Do&5p!X %m^93ake5R?p@u>P`RY=/k[=])?gD0:'OT;l[`@pG5qJ.GmD0FYf,eahk%e7=O68S__#i#.rP>TjI;S.!;17iJp:.g`c7G*+a+LM! %I>=c.27fuJLeE,&PB40&ppD`_a7qMhBo2Cr!mhSCfD+h.8A?LNDiOF*b/+eYGA%Rmj8G^1m1Fj8Q-OuXgZ&IlBj)\bgOnlJK2!RoU'BA)X`8suk?/o4)cPK0 %3uC,^Ta/o2oGmdCp0`_"r!m5tgerD"Nj(ZK71t'1>nL+YWNggB/YG3St`'np%Bh7=N8rX,M-0*-jYK^a%UbeF.d#J7Nc+ %#*E^(h&[ip'ZMFmZ9;:k-/4%ur/@VYgOgfAG.iQ%2A>!AJB>e[Q]T=$j4bJ/ff&+.2L/m;""r>FJWoK`>XBgmK<;tR7h6"&A2E7^ %%A7NQ>.0,][a2>];)TB=p+XYQ@L"%;pTOpOYW\AZR8Xl?b/5"#/YFjE`#Ttc9jV+W.[qj!26=)Tfh5^a4P0[7c*]r %!6_6uD%EmfHI;F/bP&o`L0:s%ZSg+8)9TCC=uJ1n&o?5XQ0mOrLCUZu\83O1HcY5?b+foMi_E9`sehG=V3L2qSA(PN+`GF^K$-$cl[YJA4EF&`X[Kg#(1)m.D*gG?h=MQ\E^&p&F]%@%Pfg`4LB?#Q] %GinO(COg"Q%;cX'N%W[HRdIr"0[7K<[M;WF#p)a@$T2(3+MYlgB"8Y&L6kODp\k\Ld+eF\P/jZ)r_=fS/Frr8dSkVu;(@'T@VBsm$4kLhDH/-+A^h:8X[tf>hZ""+:$s@3Jf]OD1/V'J\_%QTiBI^(@cgS(X %cHV5*5X:A8$P;Orf\pH1Sg>*C&31P7d-l5>i1[^'6hBjG$o^7]2YK*M@$KOVUO7Tj^,q/9O6FVGXSdEHrmdbqrKB0+=keQTR'f(Z %_HFXKX4bI5'<&<%=Me8!1k:bO&%75$?5_*&hKk-&!HA!t2s0^9K=N&aCp>An0#c:2mrt22QjJO2"j!A %MJh&m4LRCT!bC%/fbu%R*.8'RCilq8aYs"h5hY@1%4^*RC_)hk[9J:,*Y0$:fm'_aAG0D&gOa%lmb8d@HQ8&_J[9>=[ti6u%pO[! %S*754cQ6TN&jUdLAIAc\lZmggD$)ML6fcEiA\lcg`gOgfFp))%(V"XR%$W-4FiL<";W]Gp&G>u[J;,["4[%3c.6:W2Rk'gp?Wa"!cHbFm3/rUY:W&La+FQ^[dE\RJ[_b>m@h!`]NKi) %NsFFVDjq0G4TP3f6PgGc0@[0HPk[tf3-n(XNK@CFm=TpGZ?i?k'J3W;RX)i"3KiGOb8Qj9):reqR"4E0%<%=um>`d*< %M_J>/)6:7KTE&WD.\PFb8(_EH>QnqLM90k3MqoiJ,2_$Kdu;09@Bk?KFX$%Oj+mOX6QZb$`_A5jN"6oB?8f) %!^b`^EQtoR)2`l"Gh&U7PEI[&,(ViR`+Oqo>2%U]NWodS7e-quWn="0!b-;ZHJ',#g7Asg\5;$n@1U3LaFC1?LF6*,46+P.hJ0fh-W2!^dF %8:;["!I:bKf*VD&;;k,%^XH7DFH*[BGF;U2Y)dK1AjZKfL),,6@8.;?087[-Fk8=`mDXaIcl1KdoqjIB8FD %/EJCH5i@\cYl5C[52d!*@5qr:'lN%9:@dJnMjkU;FS)%e^:NaA6g*i,VjB&D?bUs]r92Cd-a1jV?=#f[Rk_1WO+-cRbDVufNdc># %IFKQnla*Y;j+qD2A)Hq)IlS(8QnP9[WW1jGY93!lg";B^r.^>UMW_.TOMD7D!6itR^kHA+7QPQgcP\l;oM3[^8U^.9F/eShN8+?5TVH/P!.r!A0as;T8 %Pt9*e8+H6!n)&+T;643jI!DD:lMj%o^P>l_;Cg(coR>^+M?%8j4AJF(A5k%C*F_C@1,pRTKC<'6@b$6 %&YHX\JIoeF>epgB&=1cPX#lI0:,IB+^L*Gj!Wn/-!5K;!I6\O^6(F`K2A$&6Xi1S?P^X@Xq3%*(L5uMZ6p>@S`*3+A@:WN[iS-7l %]4A;6IZ1&UG8"N+5-HMXYS?7pNGUI;EIdhU,V_Pb-<(:!QRboV&2%_XYe4bAeO/igANs*U!`%/k;#@EH=W,Mo(9tU %\QS!=E,mgY@[c,E>^;GX3%EcKR0ASFA!n3h1'(]TbJP\Thr2\Pmlgr&\Zp'lr[^V%WM95P*E7hRFhg.?EDWnc`qt="2`6hkVrH9* %=0/b[$/rRMbd+/e1?R8<)%'"-IB:PE!`7HM`B#38Y/lk&"YA!!iG^`qVr\f`>GB\)%/6J %!^>?)kgUrYBOA-@0QV^>8MMY+[(-tNn#&(#<&lDU9;JXn5"2Hd?h(Bj7W9m[$^ZaH(;g+a&;N`4Y9]S0O %i?tG2ZN6GUIY8k5%k^:!\+2CJ4]8O9:ZBV^rHLgZM\+.m!kS]ua>A_%adZg+Bap&M4K2HJ#)S,']lJ5$;1YuNQ%h/gZ-O([GTf_i %!,j`t.B<\NjGcDRW#p"s;cDn&_LLUHK]bg-pqg408clh3h5Dl)ZW53cQj39E(Zfc;Xq1(XW-4B5NCg?;p`;lXE$1-,K^9rh#I9.H %`(3[S,\C2[Pd$ja%iUC?HR-?s@7=pH,ql25sU@/AI#I5OrXP;A&*O:`EmCtI0I"_YonV%]Z4lqe2f-0K*>dYf;+V*!\Oq>KR2$e,*^GR24K+q+uY\U!`Z_3 %kW!D@89Dd%2'aOQ57VN'JVV+n!,IM\HtGh.knRHOp:"6!mXA`GD7iNLmOb$)Z[9] %VLoPbN7ta)Krf6O"WR`aG8O4X@O.UYZ9C#<"t+?&`4b+5`\U7UP;"073Z:n,A*$@`!8>2nFfZF/_bgrg;4(DZVgc_gTc8jZ)5W(3MURa;=Y$lO/q4Q;Pt<.PYWn,@Z:#["os6@jaq-P/uUEY62`0A %*f_lS,En?gsNc#g6n',9c(\H'P*K1i(6E,oucQkgrkO_]Yt2maS%QTc-q%To\[Y3Upj;nYYB/!ipWiQYBk@ %->8n\oT"t>b?"dCdn@S]ak/)AT]dLTpiWoANWla)/LuMgrh=!R'g3o@giW""E4aT9 %nc)Qe2\5tq+]"6>&Z+mUGt!KRT>Pm-YIp5@e?KP[Seit\Ng<(G;gBhmqcOkE>P5QiV"R:V(eigDfnd'%1t %F"GIM,q$c)3b9$_4Q6@2QV&,>-O=5rI0PZ<,;iem6#pk4TTM@@#9?E\QNU8s7N>?>#MJj9R&'od*#$Bq%O+.%?o&EU3Bg60nWl$ %>]S7c#>&2_r;riM^S[nu2Ff$P83Jnr`<.+0Af0iFF_a(uUXgEru1)c,d.BY5IlsNeuKsgb>pCIfp]p&C9oe'(7;3?%T@:/Y4BBN\Dgn1LMCQE5_rG#90$]XAW#S:guYh %T$P$A2"4VqShN-DSJ$Q`V+q9YJO[l&-fk![oPL"Na,RkAKbuZT+rGPDHMIhVT1fu/4[#K&Bco0 %Hm331*#C3,U-KrblB!48M@RsA]%!+@;/uP*rk;PmMMVgGji-Ha8Bt;L6^ipNVZ'doO$b\P:ce>N>'e[>;dktd7Plial)1)3!-3'c %Z0+UL!>U]gW:+Y418ph%qW-(Kng0b+`(PgerP%":<>sHeO^O_(L/0mlq7T?e;n=:d6%"pduUI4aM=U_CV<,K %I_6+ZXMT71F#q&hiKn-SP%LUp;$%6Pf*HeR*5Bn,#s=hNBaofY;3?U/1t3fWVJQlH\Vb82-*U>qc%ttOcG6`j6^roQ,tm),J$ig2 %H%GLF7[oPC'9#o>NqY-GmE6D%5NROXfsUP$QFFt"(;P6R[WnbfLPelLH".ZsJRHjQ8L6Wt(W8)$*8M1M[n6Q!P^#o+Kfp'E]BTe= %'U)Yp-7>Ho&*n)J_H'?1.Y#TB=2S4.`=000/ql(JbO1=#prTD)e\@+)bKTKW?kun %nHd3>h:/*ialUjBeKfu%eo.EFJIH's/jW1E7KnETF\HatWF%6?,Qbp&HT>$/NBs=R\4TM,e7'UnLa40a#GgfB5VB+@NL>?1mKD2"6k=u:_J*8,^/`p`tV25FCEBJ76dYe7WN&GS'.mFnd'gJ/SEMh766GI]YtnQU*:JR'K@j>dtTW9 %I1:UhS^k#V8P2AfBm.^5-S%BF'u.9mSO]fu;ufit3%'5T4H^MbT2RoHI.+;->]DetF=<)<#i)FD"kkX6/u/QT)273Di2Z:+l=CbT/(,/XMc_RhGpseC+d\mu9or(#l:EO[#aH+hEM9tb-^`eH6F_@YDLa6SGH(lBW' %9G@Vm4m".+[II*B7tc)GQP(DG5?NcO);8"1t3_+du./\d7G,Aq\RshL7 %j&'?2_Y'B@%ac2V'3%$6<#:J7.9P[e@ae3X.sm3+82-FX#hYdp52(`@O(>Ba&`F8."qAC`_W.SkEb0Bk$=jic-<%=K,?j]?b67nmP)QOtuAQM62k$BF4H'.7hI: %&D:)152n'869:)npd[WW<[5O>c^%mHq%B4M*+c@25;ill2\@S*/,&#D<\a#m.Si]44ZRVPV/t,&gFudlm`*3tfGR=j.8JpRkdNB( %PJ^;No%4qme;HeIWUIK^3F1qDd08@u)`3nWeqBQ?ce!2I]\N_A`QQ]nSs#7`e;t+1r-h17nrB&uc':]@U;6;t-?1(#)]^4AJc^IB %#;N0e5RWc%K"c@BU7X:-J.1`V2U]Z,Y3:"&FER#EJ*(@r]i@g:,Es9?>d5iQo.h![[*o>101FT`?//sHD1_;NEA26`*2tk(D)cNq`;UBO;+'b5ATh#ZaX2(AP1TS[%]]GKOap%6e*jn`TRt)iCJ\IQ %Vdl>*a!K55VV$lY.'j[\k#)?f %P!>]#Tk1f1`;Ugb%#,%S'[=_ROB0g6&VW)-R@Pa4N,YS9GXh-I%g!t.Mh#0B(eUT7S'&R^U^Y0i^7?NIQq6&I3qZCVJOjmQ-o&VK %E"e=$P.ID,Bq:p/e*h(dK2^)M?Iu2"IY-UBZkb#(FU;YI"P1XJH>GtCZJS):Y^.V6[!XC8!0a:GB=[l7"+\?<:2uHmB=3>Q%5*RR %.#5o`?5b#VF$F:87WS&maYYOZk;UBQX$i(!ka:bJ,i1>eSLT(%!g,$MN&2UZeE(39IY:#L1sfB`5L>bJjM@o@G-V,s?&1lBEe)o/ %Zt(hOk1!G^7e-`i@N0e('e!b)5sWZa8-q;Q>CY7Jn#b\Y:;)@$Hk.VZ,Y5>$+Z"E^c=hn(F7A.qR#VY^k:0(cUIgMFTC]dmeo)$b>0%0D@ZW^H]p"';/Ol@XfToa.5ZmkM6csQV_U;@UH=6>.FcaT.?b_s)UYY`*7QH` %?Z]PY\rnSESO&MsJ0j]6im1'fLR7""fa2>paPT9nIVXZERhi%R'F-@*!BocC.T!0KZOXPtSq)3u!t*TpSLlpe#?]uR<6($9gpeYW %V0K)O#tSQp3!k.s\!BQ\'<6'6ab5=X0b)eH/\aabX)#;+,NHCO3r/FBQ??os(kDDoI5@G.r"?eVF1Y3?l6_b:8'eG-beKRpecn9$":WuEL,8c7a)A2s@6ue6M]&Js< %cqc[0ZU>YK8R!WY-h61.Q'MdRS2;3\V!86mLoHdFcChFK1G`#mV4f6Pl_KgqX(k$,<%73)f=f?"d95%*P^5rrmo68R8*L8BL4(p7 %&4r*3h8/+JBk9X$0Tq]T6^,6J1doTHb/bT"Q:Q\G&Hr-6dI+D)qj`iWq]kcl/\*V:_D4i3+"N3_W@M`\Z(3!;q,m)P\[B5P?J#PVk7MgCchjYDc6Ui3+>UWS(b<3*TS!.\lZ-"$IQ\rPEUb7Y#U:EoC %GR=^RZ&;'s'h(^`P7Z>XLr1Jr>#5b\`a%;UAD^F!RA??O(B"?s!\#+Bb@?]+cN:_K5SA%ha[^BW)L.&IE]@k,".+\bkZi(\[A'b5 %=C`J8l51e[1JFtTiCg1%anb.cWr5^+4[XH&Y`Cc25`)RN-577L2`+;H.<:Xh/./&)L<;q]\4g3#j3lsLJNk5*mSVE==Ip;i+n>L^ %pCQB#(/\Go867H1^BtrQOii2"rUjV9.;;,OH`;5pE6*ZhE%;. %E-:a6c(Y]dg\4d%f[LYd#\&<9H)(p)+N@'g/W.E0Z*clKa(c82Rf/l"9W.F]8Rb/`R+LE593MRP,"sl*K5?*:*&^h!6C,9'nd\00 %TE\9:+Z+/j(9:U:;O$322@R+0tfLiC.E&;T0]Z_`kRfN]LY2_3gq'UOP_d4F=r %ZP=^1*M4R)fc]e[mH3M4R^M1T!Zj\5K9.`aLRRB\StW^]FroQ %Oqk)c4O?sJ>'+eL]Jsn>9=+m,[RAABTqV`/E?u$/N=Z1li(6ku"@CeBem]i#p7C+,VX^m:X=P4HF*/XmcUY)B'"$PkFEO_d`hi$+>!.@=1(DLt@u6I"YrU%=En@_kXsUA/mU@VdJ::I>UO"WLl,$F#n% %[7K[9V1[]6PG/B'+DA+qI,-dbSZ+:e+rf`$gD*_D/VmcU6)J\X>rPIIpu3'ma0pB,*X>/UI#h %B:S/nb_47P?s=r/&a:026E6.YRk=Z&2&$Q174PbX%q%Cn9/TRpREQk$(FI\><&m43SaTuda"<%D'#I6u?O@*XX=a=3TM,qg,,@$7 %Ot]U&79(5;8;OO:U>f#>N8c!iB!%=RfpkM>7b%JfoHkeT:R+)2#VtK*U2#nI'--YdXLfn5,H\q\%aA)i.U+8eJY,q9MT#qsdO7)b %J2t3,420q\P_hB1j#Dq/.'sQ-?37E&Apan9,frrKt+]17&hIdU?0SV&fOd!C"O&)`mop_*t;)TmM %P\Fh=b,YqU-Apfjdc_lN&u`Gu&%ZQ<:slPF_kP\t&fZVY5hk5sTi?HK`q)W#Yht$kn1-)I,,Pe`%8#Q]I`s8/9r]P'h^]1M4@aQX %bWC*P\P&of&2Ui/c!s]We05iJdRWQ.MXjSK]Na3h:85X-^2tKUJ=NM/s0MGHCmGde[HRJir.h'9?G?`2W]Pula@sdu%iSkteHehn %bED6gY-'t8ASQNkeO]Je^Ke[:bYrS`5tEbsD*_-kbfCWEls]:h`EMCo+C_->&^IT2=^B_U&2bqf%XtOBbJ?flQ&D'p>"Tf,N+F!eTJR]@C$IU08q+@:*do#-QV7"0Y`cpZiSl-8m;:bFPY;SR,Ue,q?07M5TI%%0USek".R$s'Mmneil3dfpF5Y#^$Z!_PN%N(gtg %SrGA^PM%B4a;5Y>$!CXRhFZ8*\>U*@j>rc3^Y4a,lEI9$@h`ms.l_DoI5XClfL^M3/&'msuPm\.f@g/e]@V%$E2&I&@f!#KbN^Vip@i[(b_]%LJpP@`XNq`7aML"k[Dk6(fa^qo_8JKl3!Z %:=?9[6m0r')d0E?2suZ%:M<3l0+8q:E/I):CBZu\''B\r[B=CC4Mo`9kXL3PM8e=-%+!i?BO"STJFaWD-!j4"FX)ct1[hP%?]7:u %1'XEa_J/sKXm9nS#70XaqiaI/G2Si#2j&#TNa>45H=OqXNRaa^G;VJ=Er.m:)2o"9^oo;:fuRjpLH7sn:179?2+L]/q3ga=;67s8N%pb6DXOAZOU[M>T(k[+en0eQoIYXI6OL)45We2e3TN=+E'-DIq&#giS*1f([hCIE %PJbi+=:L"%T#@.YK,9aaMO;P\4*P"nU0WI+1IQ4bdRg.l1V'"0Eq83G9r$aF`>D/3#pUmC-Q23Lo=f;b8[bc+)1#+BOM2![0fN#2 %:^Q$YdkG3EXnil8J4>)Ln,TA!A$i@Cq7')rle\J<1"K1B>3$#e1?6"C5&S$]C0D5bpafVY[XbsCm;'KOY@1_[/K7GuPJ>PuJQTF5j%BPalN*)."jGbNa["T3BFK'^R\HF,hPrH)PKYc,J/XgDelpq1dH-s]OjN7M#:*Oh %::YGb:a-EUd1Aq>i&9U"Tt3)*np=?_OOiO4k3m@*$$)#$@N<"YfL#C3#LHDNP!Z-`4^%a%UH's3W2:7"3HsD[8s%m1PHLFY!XBZ" %5:'S[&Ud*,XXFl?LjeSmljUm"TPS`7iP<'m!,H:j2PDHrKjY:n5d+MU4bufd9KJUb95#NEFP^lf %GLiRk8'FgJ/BTHg`@P(imubl7/s]%UkM9[O/iIms@Lf*0#CtYX<*,M_dcOFX\s0?!]>lVKL^e$FOO9THBX`Wa8SDp.p]=/^dMU-b %Cj?jO5cVdNee&oUSt#+j5biHq?tkBCoKK%k8$elQ!QFqo5_LoXU6:g%\i9\f7[LL,V3@?g"F^Oi$b!(hKWg-+bYR'M->Lr'.\""D>Y?<#a`_\LJV2C99.3h;Z3N_#i1Z8@Lg]D1JQ=Lfu5,KEu0XY)[_4h@n6h.Wu!f:eJX3[o.m,7mD5=-.epBQW;Sa$^VYBN.-'S90p%ei>.tc''XF@Vt8n %XOeF#NM"p-BqbGAg;+;5?/h!8X:a8ZiE%uY\j>MLgT^tDmE'_7E;$*.&c/4eJ-G@(B+d).nZK6/\.g2Q``C42H2tW@iC8^;MH8'_ %hCtb:nB8-s%-=Uud*W83.<^A%ehe(ZUbmgD4!2"6_kPCTeQ>DjYmE//%,lcK"a6du"dF"t5CrK0oDmga\2^^s`#k"/V7bdg]b!OJ %lhggFQ(GK5%dB%Ur(4/f`(YQ]\KJ\6VlI!'ju72%odlbbb#B+ma:.:WFMhP/"bV1)r4%U2Po2YHe-U9]WG8J]!3Fj5+"DZXo-)Hl%O9[,e`_\S %Ylr\\VW)V_iOnQZ,UQkY6lcFh`J(""d0ob0R&m(j^FoC7[43t(0iqO'43TP*Z&0b2(Kh<=?j)YsIM:tmS"mMh[1_,G_+c7ABdMGg6#7-';ol>.j^Un4 %'J8u;&4%p4*f?5GP1,Rm624>^HtP>-&CA(g(r!RN;!j][Z5OR/5+m'&O"&>rU",MU %Y$AVlA"41K]!PolZHT"HcH<1V69iEWKBX@3lWe@%$WDhV?AD%5!=89DdM*)Xj!7inr.9iA3J9,Ka7'=3mj!)^0CR9V$TC:DTtrrh %i^+7#V-Sj:^mT09GA4-_@(sL(ff^nBn2-SZ]q^u%i3c^0CMf)hTPAWg4Qn1hZ,gjNF9ASNQRn %$t>1,NsNi9Tj!&h8r;=?"CS*&]g.#1r8"mbm#kJR'oF+KDc[6AL;%QNH(D;3Ku0Y3ecugaBTV=Z)%C#TF\Ru5-Wj:U"KQ-LHA0$Y0o4b_Y2&Q64);RZR%'OO7c`\YTJibkl5=bk%I`N$uTdZpNf)bkOLBl %\7YOqR:K5EmHCOj'G85WLhe8HOMW0'---\S=f`^i9(,0_+[ %>^i$8+qa;nk.oZUF=Fb"3&tu!Uc?!c*.(G$<8eYu_=^Q*5*1PCAo^`df'f\NKL@DJB5%p)M+@ajkck4#_q7GK[Be/S\]lie=J;6Ak&!'NlR.>/rT$#L*5uq`&CD&:GG5L)e53_Yfn)n"`gekpSqq`&/hO=`?(LLka>o"`Bko)X>=]lD4k1U!srl4&hZ+F&kmh0W9M6,69=?n3X-Y,#L#0#PsBS; %3;of".!iH!QpG=8Etq,+6p:'L>":C)h)\R;eZ45d@M,8Z"s7YnRb: %@,@Ll\BR@p%)Em9`&=I._Z*9B>W[U?YXs.NHJo6H]:blm[;9Sf8mheeJ;/4!?^Q_j?C#mE[S9+ku!QAT8BQeV5IHTKX %W_R1fc[!!V-&Eqgj"A/qG.iG>9Snhl$)qXiR:o?41/`[[O_c(E,b5a/UUT/9[5LIc86K:/,<\&1Zjltr`S)7U\*,p1,K38&VZn>t %3U6E^b$&k+*r3*l5Xde(R#]]$KGb\-ilTcXq-fCM:0B;/Ys$2Y %RnZl'9"4`skbo`XYqL.9_rasPU@"t,2@^I0eZ961XC %W9%"T]!I:hUA%cUC0h?f[i4T:Gg7T%BV&1'Wb:1ZGB'K-'5\DdD5'654"a@ZDi'KjkW(-mN3pL)BbX?]2\ %64?K#l_.Vcpjg/k1`@ebJD4/dq]lgd%g;08aqK>oF]##r@%11`/dG7\MZ6+?H([uKP/3$M%p_j;l(Um%1rLAqRtT&5*^jn+XScD/jY"n"BZsW%FjZf3.ZBWPXpl0p#f=*$V9`&][M:aX'ZZJ3+1moj4m7Tm^Xj=o'`%pah\GqIAGPe5UepU_LlDkc"<13_I&ME<8:`@=C7/lP?tIHWUfADRpT!Rf %3Ub==f#&h=K0Gi6FqQ/HY*Q5N!,h#1;nLm)24@+%A[4]1"":Lh8ud(CpcTL"`Su51`t/)sEbWtE[#<8$Y>*c7_4e1hc-UWnb$t_C %A^u3(iPNAkdNDH$#4[o%$D?R4iTJLB%e+.`,#lfTY4BcoIVbd($=WhQNBi_?1ksJnoSIgKel%[LMg4[.Jn0I?oV*7Pb%=_#e7KEm %![K[0(U;ssl-NfgF>>Ue/1.>tBGMs6*T*MOiH%:Mf0iZO9A5?LlU(3EJ!f!)"tr863gJR.cuo$)`43UsUNh]YmkV9l!>W,3)H#7O%TD//j:--:JBa9;L*02> %e]Q$k!pUrh6I7iN^3)^)XgftV*'.iN)qEurmtnnhZQalAFD^okW=:IN1:9tJ='fZP?)D56i.NYi4Iq/Q79(2U;$K4E7lt:?E0mLi %U\Q'kC!_!C-h6-Y2#7tW\H?+G5\5aZP4HCG40i,AEO1H5PoN"@3li8B[ioRDh+2'OA,&$3FB,Ph`>G`8mNg.Ed'Hbj^--(#JY,D@ %b0rBURCq_qa$)Ns$HqH&_DWR.W+d:1Qj7@_gB]`nGa"5hiqoJg6>Pu4Dh8@sl)Xrj.Sj;!j$9\qQ\1Kgr$J8HLXd^Y&FT.3X(W>&nDCp;:r;+&>,&_/.7 %'7HQ'LPClm6qNYEH3&N#T5bs!0)'\^c]he_NO[*aq5'6V$pC4#Op2+-;A,'$BeCE2^M,uKMZV[C*M2<*[^k]jsJ%4P\q %,KlOSYn$gbLojS,3JfCgMlD]oIDfdj!1`?22@1+QVpV"Q]4:),>+3':#,ir=NL*%fLU%&u\n.--cn5p]UTka>^f\T;MGE5_C6$p` %RnF5NJ&t?!2lo=EdG3m(mj!HfN(rq*N0>A*(sS2Q2Fa,YI+1/]a?diM:WjHThIXW1c;7",c:TYcSgfI]m-P^JAI1jo$:hq"WY\F_ %!1eg8INQ9UaOT61m1k+boa*Z:=`d8gYlRWO'pNUY`1#c$/n?(Mg7q5FBV&93MoUG6`0.qGa(a!);H*[PQV"b);a#K\ZW[&&*c59=ULE6K!I`nSq\"TRd-.24I>M^=B^?RZAL#j"iW7245VnJf %dqG$M6Z\+5:'P0]R`lnUk0B?D2OhEF'tJ6RV7).'1(m`OlopL@aQYm@M' %3T*F:G%F8cNFJiOn_d7TMQfqhE@)i@3I#N<`)(&,3pjsBGg;0+p#LXbNn3NaF`2- %7cG+7rk?Vh/FV0X#r6X$#IO;.Eq!ST+q#2%[SUo4Oh6eA6(_f/(qqmJY_Dp]T_7#@1,M)[eDKt!W+e'@\%QqZAq<4^=MmAI4LeA.*X56S"O1Wn-f#LVjD- %4#g$^GrI]p4InfWRN2plr(cj!"m(n_&;#=LJBu1a8#igDo)KD;JqR5:5[HuXdfsoEY%JK`Ti!CQ)hb-6jO2USnNfQ/n5J$@E*S*` %gf2%mSe[PW@lL2SD&+aI"FG!\%/!@leHfPNG'"B0>W/TG3?H_n4UBM7r9V@jp#2ej.\1#0rF:BsQ[g]R!2;d>.Xo75 %?m9fH-kr>k\$?a!jtdmG_;Z&]RI@"dp>nqk"?d!BGFEh1d<5`+omg0on&I]3.tdruhiOqpNP6Ls`jQ[J#aE@LiRktX>L4?OW>WR0 %2mqe77[m[`XB-;^d"H^9O011rih`0(*=7hZKSVMmZJ.r>AgugI\c0b>Vc!/t$lkj:U;br39Z4p$p&\n%4Ta6.SBTF0l/,AtA&h7F/J5.PZF[@2FE2:0Qd'UrO^7WY$X6[5E$\LHJj(_pdq=j3CP %HeYbAkQVB@RMd5&DZ[!rTMbmC$6bUI,Rq.Y@:AbB7MpNE!sb6gNpfAt`$CgsCgI#U2GB-=l*>C,TGpAM!I"08D^ae4^^ndl0Z&4> %>)OQl>s$IX0jNm?6oLMlS?We5Pct;n:7^aV7tcI$9_P*Ys94-)?>?V'Wbi+6m5%ZicZ.Z&mEmc/ges\i2:c5eLBJ(8l^.p6mX.p9LXXL<*=E]!p_VB_kW`QG#tn&Mbq.iSc%Np8L0\hP==6c8u"llZ:K9t1:=#"SOnjo]huH]uB3) %)?n)FRUn2[24@[&eA%Fq-td/baKYYU'U,_[8Q$6S)hFj?kcaFN:a]?a6j7b,/50ODKpQ1VP'7/7;3VYa;'l:-4%<)b+#$)m?rnR1 %"FeO_O:<>2P]/Ikp&G)i0'`hNO^d`(nnBAI7r]%)!Ne.tacn)2!p`fh?-\%!mLeG>WS.OZI5q5jY.oB@jXQ*D(m^ %;ps3kTJ9)KFcA35"."nc<5S]%kM/#tMi$_*D2tVP;KrGql_9(]J"E)OOA@>k#3Vr4EB03VR28osNf;29ihSdcZ=q"W'Q,0a$^Dnk %V8tA0Pk<"5fL@^3%nAFEK0+CDSu"n\pBWTNYmHto"08V^o`Cj42tcml=[jEq.5%'bpboieDCO8WOTQaBI5e'3"@;^XEU^3n#utE? %E76ibJdjdih[CW[.6\.:\;eueDCG$TR)rMJ=R.0.`DraR;[lKg\4.iTSrr=q$HLQ<-nJ6U?5seO"<*BCTrgEWS]]51PQa"/1Z3B] %odSn9i$o9DA-Hd`jA0N&XBLV:fbLV[.ddR.Q:OY6F7-C3[UjL17ji9#%3p*a>3MHuDICp+?Z+^bIs(:% %oD.Y8d6$DYS/:3m5CMj9RPaJm=c,*.s3)D+LX#8e[/*EOCFA]srcsn8;gHeKh$]^5B'^(^g6m@GP1h0Ic.C.J\1a`mcqPlmcn/ne]o)\am$noQZTRrF$miPBQ:*![P'N\*hE:ZH[_g.eLa1U%k$eb %7DXZ&YoaBB3Hk#4E'_eO5-d0,s$G#\]F,`u6Y#GpRiW'paee'[44UgMC\l/3$[XF`,Uc+mOtdhT8BK4B"iqF#0aHZnQ)bm&6#$]h %eL\RBPanF_d0]-P*!,nY70]"k7=ijRCC3GUMG5sF.*ur'!)%kQ2QH]95WpDq3r0iSM!Xt/*D=8tZT5GPY:Yl*M^O>.JY#kB,$1%U7hAe8ZtN],56lA@]##_CDcGXUjSnk7Ep2e]:&'aH.ITMPGd,8B$f2\!!oBeMKVD.24n&\mZC4ePX&;Q9RN?,rVna?>:i&-F4UK %d5B"8+pVO:P9Vr^Y$GTu,%2ehQukO1HJ,5*KeDVif>)]4Jq@VeW`8"'`!_uhC_klaoo/-.7Bf-,;RoC^VVioJ@t[mdc.LJc9Dk%W %\?\3mai1oR*Olau\4<@4a=nkposk#NG_@VXnO@?KSj@>A.Sd-C;>lli.JK([7lWk3^V_gUF"'X,@Z*mD2,$^pOJ8*g*;2uA_i1RV %?p_Q\d7ie,,$haXL`4Qgcm^i*J"h[8Q6(W,Q\^6o!ti/4*-->/G%qd`&Hs)tn!?)qE\I[ZAR_(iZ1H`N!^d'G6B4@WOQsDM+jgJp %j,j,UCE#-6j"\1"58WFL][pB-:@7ATY%"!,#XTp+3.+h/1^#/WJMTo\8mEO8cZ<3E&u-TbLmHlt0gJN %]a)7jS;mV0WAE.0UFnO:[+s/EP#><]c;?=+'n7W%gP"[q+BO"'lUM;Kr&Y*-/q@[aQ=6l9`UD5lG`(d09 %7Cau@2CStq*I)kRL"%aC4]n&N0FNr,*$l$([kt"UD7$H^8R;ED0`q!t>I,g\^[=urPMbj9nSM:8"(hnUZsu%Ag6"[tKH&oT`*rjG %KfjG7Gcj,]@B*/.$ZGLPC9/kKnYC9bY0k(uE<*8?P6DON5N\j`qbC*%&=7-F2'cmN#&=4]O@#_N=[.&WPn"4%,$]))/j])#c&Ns< %I]DrNVlf456n`$9BI9(nne!b`A*QP>l$`'5@*q-aaW14uUo5I+Wi(JgccP0K1MR9rIp15#-^/QKPU=(n3@L.HjT8Y[",,<4'/9U2OOJL`X6=k(#HEY$ZOOu[5qdRT7O%Uhd9U(X>L&klLl/T^2-9gS-fHVgRBQb^I_-3'spkg6/(UmoJX/L!X %8T"*3Td#WPHgG?FgSMrhoek.KaNRW$&HJ5CNUnVJNFP1">uY>U9jZ`:'TC1#b+115!T51KmU_3T7W9&8YAQQas+P+f<3m[AJGes= %>b1YqiZns/[fG#B[^FV)-:h?U+cdR&O!a@TK+1>L`$=',0Kg\6VO.S3=Af,'inAA0+g`[*-Loh&+;k'4`1n3]taXWG?!(nUP2&7)+HRn\O %&S#I%[0m?Nb_)/c"jl8YRa/7?M*Z6q[$G9;M/"MB:1!q.lG5ZN]LA#[I+JQ^A83WW#lmJ$nttDDn=C1s/l"j>?J_n.Xug;$nu]!lHuj7J?+l+b0d__2=e"0$=P1X$8('N6.e@0fpRa!Pf2'BJ,S3R`d%n:%XAo` %dC&`0<2eHtOVt?9jlq'UApa?8`75(P-Vg$l>Xc,31`IW3UX0ua7JRp>>j@lr=0=UPX0Eg^YjH:H[g!B;@5&gr"FE.&i37$qO9'In %RlI)J'6pHY9tAaOU1NP@O:Hf?WH-h&;6U(ZQ:9iA,Wk-.d,0E8J&E\Nn(iX,_+I?W:\%C:#RNODV_O6pA3?MK%Q.gl"![UBc#tS& %7a\<8G&@nSVqqLD&#FqFQUdIQ2f@E'>C\ttX3:sZR9tW/MG&^jh9P(5aP[E@&O*YL_!j[HBOgW1hLsja=Um'iXuj-F9$?RbHCLm3 %8EgOhVY5JNZ@s/;A9Mf('DGaZHtGl %<)q[Xk2WPR<`Td4$WJZj'Mb(A\*UXce92gc@mK.j645^r#q7q?0>LKZW@GJ*[i05l@7%Y"-[X.)Vjp'jBK"F;OX=Qbn(Sc@2XT+rT2> %Q"*301XkFHQ,NX@RR)5al2n=\GOi5[[t7VL7.2!:O]:]sXrgtU.8acV,m#*a<2Uhf"8mEAhM).O`P03E[Sb-SJZ,:[hH8kaO92.4 %7Sppe[>Im;"?;8e-,O\[G%N!+a?@cmTL)bf.GMq]8/f=s/jV3o/^c->Qkhh5(f<"=RsrT6aN7@A70ujK9/pL_WnF82B^sK9N09rf %:H7uWbY"[#WGGa-RYX@CB %0uMIrh8XJm!gfYsBdr@9L"f(Mp@E0pCkbRQr/i:^oGSNq#/Y+/B63rHZ>GA^>FpTDdoe0I@"kH]*2I(N0[2f]&kAP9A/&F2^2Au+B@JD(hBcsX'L>s<%Lk`m%Te1_cIn`GH@5/,J!.>hS] %R-_bFQ0ld345.-DNH%+;7V\hSfEcN3o$jL5",PhfXaqNqT"4>jXkqqgAUW0??1hKQCHV7SpW'q*EU?K'cuL+D>75t=Eo^5$P%@(T %H^esX;1QT]d0+HaIU?Pj7*%h((/bIS"0!ZccFc-qM$7(o&@[)T>/m!X4D"ApTL<85eaH2f;\)F(ZFuE;nZJR#e5p5^;fa1VmHm(' %6b'M[=gA:hJ,d37K3-*cSR)rZ[K<2ZH?G4[KW(21k+XgFKj?!8-&l4t_\^K@r#d<2=Doqnfj=j.bt#lf)-;n(TH'SAS[1>V#hm6oU@2N+Sic8"G]_AIa6!9.:!?Z`'3A %fr#&lVpco$'_nt3_`>'>XSGaLlLKI%qAE/;dOMkk*:%`H4HO5Lb;nn$3I#+hY(G@H;N+eIUGkra\$aKZE:MdmO2<6%q-=J=@/44] %p4El!GrfE_VeD#sk/^0+mhP;+Qi(kIcOqN\P<9AM- %-(!.6/BZM`"tYt`@^"cK3f?>7a?$HnRr#P$SHn5U[%uX4jC.H]qdZ(/gVo7jhDbXX %mF/g%.:T5Y:=a0:F?C%gp6[C%IK.B/eP.tShXeb[X3k$4;TSW6699Q;ESe,rMe3Ri/Cld_[HWGBHf`OOg=VVm2J97u$&fM:P^Pi./"GqgNVH"FTr!\d^8MhHcd'3PO)"\#+e5>\nJO[G!UEUj?kdX@JJOr^pObZI--FFkt+N_ul=f0nKSP;l@U) %>=MF@f\OsCoNf2355!VLKUS4D&H\1"K($b3RTCj_Rd-0&9hne0j-YQm\a!DCRD&49FX,ccJ`:>ql]]%"W[u]+3s%@\;:eoO4dU(j %4nID%@q$@EM3O#gl*hTkN@>l\6XoY6gS2hRLNf*tZJu3Vn1YW_j::n"'ioTM@pfcoJA3Q.g.oK0-[tL!ipW^LJ=9Ru9?o!SI\*DN %5%B0miW8aUU,LEOLMK`*rofk/>S(HL=d]C;+M]ISM^h,Q^5T>NQ"ia_q@<;#8W$9*p7V`8qW8n@q2jM#t0o*!] %pD=lcI*kc?MBI?B8lFb8Ce#/q'p9[J_*OoUPfE(tI&i3;?9\JU)=;T8UFEbD-=.Y(.97Lf+P5Vd1/scK#WcMqkU'r2U=R-LP8HSM %20K!7M@U!Zii;ps)0V0/RgVn4g=s;4bA*o%/ %QPZ(1-C7HV;`Q.OC1oFLCQ_2nf:`S%?:Y!B]r\E0?ll>'G^r*lA=C_.sZTY;(r*Q1laI3Z2chFWEBXU %d&_gHC1'ZpB[soV%7Z]jBu2&gD*9XkPjmWh %=>NLPiY-6bI\D4+6I`lokJBX3jIc[pB4VEY1Zna>98I0!)bXG]V0\#2V7-/!;r+\.?&$PM7>M42loY>MN7jsN@u87S6Al,/iZ@c9 %_oE?%Aro9(@HnW\is9Elmj1NZp]F!KrXg37EV?#0NSPW-7?9e8B>8>$2>0+JGh`d1E"e7fo\=Jb\EiZ<3+P-Q&#jLT]?K*KBjM]W-#8f1JFY*=A0cdOE):![LOq1C*Z;^P&8(h)FLJO %Yr`Q"'gN&eZ\asJ?#To\>q/s:o^h#\BG_>U>B80:"7;>O.t!R%J3ldQEHgthsd5(T",1T\2m&::9R$rouH\=(]5sHuIW/7JVe+\@ZhB5,5!A@W6=HC#X?iufqcD*uA*Glf"[anWE_O"I4;j+_[B>obej(Q1f8M/K8B/un3Y"GIK= %IAP-0iX"+6)/EiZ910@,.J8r3SuEe'ip)3NV$NB+BR*K-7mV'iHf_'R'"tADG,QEH9Hl)97SP_F+S#QXBGAVo"fEIn!"=Z9Z$/XW %gj0;iY&Po22onXijMEg.(t\sb'c/WoC`iU`65p]I+\*FOl2cqi:PD>/`uNdk:.W9MG&^fUTFuLc&F6\R9ZI@-PUUp"A6@hs0)>d* %RYjEAcGGB3g55$^W*NFeLeXn.#9i[8n>_XI:WuqbV(El3:Upp5M6+-K;-$J'&qmZ,?KA8V_`9MVB9[hFd&0FSV``M'V7;TFR).Sn$!PT89qrU0:gGi?eOi*Qa#Q`V;a$!D %*g6!'/pL&qhZYDsQ#pjmTa]E8>h?HK:31R+W\=c2kG2iRh$QN?PRB'`ZFJC3&rX%X:5XF`etpnFp57lBn3fjXYU!$O)o;1^OVFPL %K%50E*X!&GA')oYM)mP"8bPca0a^s0fBlug%17ndFU'S2!D>q[a:@J=L*a/C$f+Dilq#6\;cB+aL+2?FOaRe^26t8GNG5BY8RVAV %Ubi-<)\)SdfcsA`ZQQIlf.RtaR:hjYt)%DPSF3EXpBVPmp!E\J?sF`"^,j^d4AliA;:A[J15X(O%ta:E@3(^U2=W] %e.L`CYS_-VFm(MQ9EX0A;Fq=tc_:nchYZp'Ze152C-hT75i?<6THjU\rpR]+-Z_s3=,J9i6"[M2UiKTsWnQrP++Y"DGm*_a.rUQpHMG&Va/\c$X_,%\ZWC;F]P?Vg6An\VQ*;`^+< %OAX3f^82?N&CdZ,%bJH'3>%7[!jL\#0&Gdrh]mc(O#KMX(q%dlAb>8Y#:9WG7i.jhFVj5N["_GcDe/[N8K="J+YPf@XS-I?VCY)h %qPR"D3)a<55hW9^W'q,,HA4+p]Q/s3`[dRX6LNi05%_'8MRjq3b*+2C-B?b%MQ8l/R@U+"ZY1-AMi+@<)=9KYk)Dd95sBuc;SO,^ %e.f0,m#`kEB\m!T:Qm\+NY1)i1@;ld/3O"MYFIh)eJMiVh0][`j.c^l6lm:?)&GPQ_\o3/Snko/GXsB,OA\5p_)G=Q@[,SSF0Gml %KC^QJa_U`V#G]B3;.So`;*\tr($OkH<2.*:,Bq42e)?Cu2i1\@Lt3`(esT=8?2)^(8%jT2X8r8#Ik.mf#,UL_OZK\K&G$AVGDuNRgme0iL6g$i %JSTfPBr(W`^'@GW5n.SZ,?HKX6D@]@b'lQC-GVDf)c6U]9!D?+LpD>96eZ54L.8^pE63p7^NGQuG[2Mq*U_)`M-o:&K^%X1`?;&b %I"0pGjMf?p<$Tsm0&cYBVl8""E]D3^+L+]+,7Q(g&Le]!V,i#uSP#7Y>pZ55.SgA/BNM0Fd`s\K/G-*@AKG5]6\sErdV0K;^(d&3 %4s+dlkc'*K8LeqHoaFE1#1!#%3%fXCb/MrC134Cc?t:Up4?3b*[o#"G3DbnVNoHQP#Ko:4d``3C"G8%*_9il"?_pG,LSG2GC7Pn# %TM,JlAIIG<]]p]?FNThIi,18r'_LA>\;1o\8j/&[?JU>Nh+n5q(2;uLNn_EoBe]3i<>)X=D?Pnf5Np)EZb#$1CmY %6/N.J2C,=>gGq./c@sdCe4>E]%eVfk1i6Rk/(Vp[`Gb&;kI9QmZ$%UC%]L^a,"qg&6FRdJ@XeNhLW-o2VR'd+.PGEV)C,s2gEGoa %f/KVEfET&Z"d![:d.na^]`sqNkOGcd_j07EID*QG00G).M86p%g%Y!(::*diW*=[&&:XH=gdq#MtnNWu9MJcCSC7OGE/tn^J %WCWtm3&T]+cSZQc)X7*3=QNCc1b3]%27hL`(+2PkBI:4*k2@lF.#6*1<7qZTdc;XIJQhUgS>Y;AN'hn2ib-c0p*+J-d>oKpK;d%< %:AO;^=tWGr6q$k77S9P2L:.l>%r_oueQILXR].A!aIq*LV.NVJ"M>8RWJ+Wn)!An>/2(aK%:dZnMges^ZdqX,qFng$jdJ"V;a7b! %E%rqN/plfYMom2$\r,2R5=UUGA"XKju %ld-?t?4ifD8jVAO_K-FT1NlM!iE`i&r.OIqJg$]`JY;Dr>ImH`hFqC3\@+YSg'@Q$7`jp<8Mtu]3Qs4>0tOR %j9rF23cgjEN/d?GWg9Iaa-5p_Or:i+1!Ei6RAG)KTV^tXndje-NPV-F4eUs=o]'(`>>k^L(o@Lncmn3s;E_Mb?-'g[nK$W^aZbft %[(+59W9L:*pE81kiVA<]IVBrq+XXf[%3UW_)$F!Q;Ha5N)![m`O]!e%"UKq;$&;]ZC8s<.%Y-$`4L:e<(a`E,!BGZQnEHcW+^[r? %c4MW24+fMC7"dRfEhS?*IB%aE(d%Fh@Z*jnArWcnQA1Zk)/pur5(;W;Li3^O"E^F'_MB-GT,7#tGg$lHai"tI,\c#4]l&>\3bs?c %:3FSl;6Gimh`W*ZfC]W9R[%aj$_kd2JtQ*&SdbE=N?u'`:q_fI,l3J)WG-8>!;T"'h;g),#a1Rk %F=4Zn<:6,GH\t4=>X'\U4!k7rIBG"E&V7F/$sJ9d=KHLhAFM15?'n%g+R"jac+U+9982>JaU,>BL`E,%\g!IT28q22/r+nF@3LC[8jRM$?JRA1bIk(]&QDK%%u`P>_W_XCS)[9SUg\$hBjSPQh]QJ+H\8l %lrmL"_DZPM\]P"H;)Ke-3m,`U\YO8`h7`C.U!QB8CLLm#ZGZ'2I@.6a3U\N!,[XXil4kg$`+9,rjIjOmIJ"KAkVb7d#5`DAtXBL/QcP&Us6KYN22:)Tp2Jp,Ve_[+4an3ggul+Jrt3X9q@XZUqrJb%joTU`uL]1)[p%YtTQt_eHS5[#f!YV*RX/ %@=[jJg3&$+:62sX#'tTb7mg*5qk\f5Q"$B[RdRp.:aEn'6lc-U3:Wn?@SY(d40":(qou?UnpZmQ2%%/RhnJWfMPc@ %8_LbY.k;ZCiL5i)+N`g95AV+3*^NPjX*Q%feEBABDo]@QUr[db3;bY7q(SumQdhp"t%Ze-,";L;D.p!=nFNGCh"670\ %@)LiA'9F^[:+F\?]82K'"\p=:ec]Jj89e4p,^Ws\m/g4@-kmWVO4\(#eD!h=EE\Sqb/KT@IBs3B^5l`oR'Wsl7c;6+c"Cs&-GH6R %^^BNaM'46k1^.ctqC5CD9g+2B1DDckAsn$l#YWKd=:fAA(ZK$9+rQ/tBaL[<8-np5YiU5m>=M$Qn9!g0KnY!:EsBHtBLF`_]g6 %_\`XqA77Mm#HmtMHQ]FGnPic26Y"(nh%-[C2%1)1L5X`=7Rhr;@q:Q4a5Ch_:T$T@d+!ZMPtI<)eCo(:"EEo5mY0H!"/H2$i\Ct' %1`%n8TJXM6f>&4+Zh5ZT@QEAWo6FIJ=>Mk<$^I,I$$!@BTr^\A!X2*J#Z=fcE>=]mY(G)%a;%%^no!AhccQWLSt;\)K+"?mPf6TS %)jn*O&s+68VAHge!_3f%QW7]=f;_g9.tP%WK@`U'1BDYHfu1V<$EXujh:nGr6mW"nIUt#qbWoijnDUhXGk%XF!IYaDm>cr*dR\2; %iTZSiL$Jt?laZC$B:%MM(R%'GBS)dBY;-,9b-eM&,pXB2*-'0kS@$`:GY.+b!@X"+(%>-s:$&F>,)mS=-8#e/]9YQP#i(I'*W6sI %TN%X@"t9aup-O]=[S5Go%:S$.#SM^0MAm`Z,3[;@r37mbeH,la=J^j"((kq*-=;Q.>j`&K(S-lt@?8c0P>MucAg#m('6-K\[7IKT %WE'p@A]=H+"Xto;'$[.*LSN;Ie[.grc=jNL#*!-U.MC8T=Gj9/`OA*9ct+Q@Z`bSUD*2'r4c6Rm/T&2n=l9rCa#".'dmK>E!1[:\ %4gMsB5tXeLP16[o:6p'\JTZ]X<^T;^O%.tH3LJpf_s::*#ASH7`<)6bX!d@(8OBCai/?\kcoA/s0PtRB)kqWm'i5Q>*``mL31q+E9Lm5_;1bI2SdC*Zk8M01W9I.E*ep/\ZH32F)lX>*'^nP=Mc;,2 %UCB!Hp%8ANNU)UY1JM5HpgfU3<2E)cA2IO. %k49^S/2"pk[$+'8)s!9m]tJ$V&5#Jq-ChW)^7g?.8IA0;L$Vh:MCOWA=2mOVR(Boig3@e./$Sj9.8uUTh>>QcGr:Z0XbbFTu!FV:K/XO*(bPF-DoAYIYeaNt)ZiJP)@e_q(b6eDF-/k#rf[ %8>gikS8,#16tcoL!`snW9<1k3W_7D@NFT\Fliq,lOGq@H[00%:pc#A_4=_)!D60T=lBtO*fr"(o1L;?L/eg$FgcC_2@B;$)1j?8]ML/?jOtiSAGm\Pj1AU.KbMl/$qbE\?K?kM0Hs.\^]m`G9=Xd<$g`aEn$:\\\Qj'T/1[88B+eh,jK5$ia6YA[hfb&6+$?;QB$c)W(2cgDlB/]S\Au5,I %P1L&CNeE:U=$a/hrRQ:F0U@QjLlW&05-!db@?96gq[m`"V5Ol]=RtHca)GFJ]L/N6=TGCpb)m#T2Zo3JR`P=:4gMiENZ,Op< %Aq5HoqT(BUd]Z4`!Xk\eOG:hr:`=eUco %(R8&3'o%huFdM:%9PkJ0L.e*!I1^tX#F@^dAh#L0:E=R9a"^\c=kLj$hY^2mjS3?,k)qWT8Q,rFLpUr&I8gV*A+2P>)6T'U`o<`= %6POtWVc$Nsb37P/-G:n109V8jN.;C9WQ3D[b:]_kWS@gSL^NC,JMh:tmobBVEgnl:Cn`S?'eb.b[7,sQ+-D+lE3O,W;9]LWH0R,D %!pDsr0lO008"(so[>5NqO>g=0`?o>Ab\'!GiQ,GdO]>\kFfsQ*'l[)5!eMdU$^tjALt+Ou;!TRmXsoP`GqOY'RMAaOap8$.[#ib" %8reiRQESGi6L(pC:e;P?"%#k>\h=!gFeHS9H7K_.fV_"M(Jmdp0VskV#I[c+Ku7MWK@T2?OW6Gdil19K.S4f2S*G];%+PJSD+(B* %j$,rFT;e!]F6Z1&l@Gql0$&R!iTGM)o0qV %PmJM>`?jNmp7I%BCY)eeC4-]^"O1+EC*k(2&CW+rfH-N.9IrD!R+:1d(h3t;W%WCLgbH%5_Re,6Kkq=C4L^X2*mFJ;@sBf@4#rAKg1Gcr'"SqmBW%VqPm).=_fZUX/QRf %KXDEnW$\J*2_6B+L+a[&JtRV4NN_?bUVT\+WDh<)N17NcL+(qa6pitgZ:)\D;Ms!3L^7?bE01%F2_SF<1?RONm'"G$7u*.7BWZ#r %/:WItCZRX1@XlfKB%'%K^19QNICWKpT$0mX.)0$D]b2(jMHDid':EmpI..9!HGDXmffm=0OY,d!,Xr!.(t$\W8/rTG%=q8,P::!o %jb0(-0FZN7*9%\_(/MYV/(CNBUF>Q[0/8Y'@[T>_*hY;3\UaDQ98j@3eEVq7/IeOBfophkE9toPi%XY %^g)i>n/012nn80CAZQ.Z;5iu4hQ8=4-^&k<;bCZ&)`:Y@jH5%LYae&065`bA#oLnR3;VKQ)2_lNl;^Op-KqNY>>df3#T/P!$k39\f4"f.KLpXh9 %UC)b#DUid1Tsr9".HY?"@=hQcU?rQXO7npo@fZWeLcX,@$B)gdC3a_[@oL6=cb:0Lco=]c^Rt_IYJZ2;9_;]>#_C?RLWP %=Re:d`JZ+q]*Wnt'81cmIi2&UciAkVXX&m6/g]is`4#d;A9sqi? %7%NRS%:h`"Pi8LePEU'X[3Jq0J3eHB6O-M.(5$do)+f@o&]B6cd45WP;;*OF,*_eqkTr-.#_U_)H/]%Wfg>))M3-)e<@X]&dGf$m %2/bUW"4Ml7gdPeW^YGP>_"ahB.F^Hbn@K;u0IY?Pc(OX8O!j7!:I]J'gC7Y#;QXEnMm>IsjUP1LA]',%_)C:00$ZP+5dBa91H2ra*f7@fds-L.fT4 %l![HqbXc+rZA!+.;h_6;ikE>ZCDo!#g/9`.!:"us-,p2lK3Rjo/<;,4gBFo64],pE="^YGSPMUjNr207jm*u*Z70E*P\^EtX^"'[ %JCnBBjE&BVWZa7\5sXtq+ij+2G)53N+snMGYNheL7'c?6PA6ed.,<0#n<5C9'lk,5h:IskGDc68b!P$75pIUCAa4ne+Xgh$(Ns/F %$.I[O::sq@d6&.XnJ]K(rsS6*C/b)823jh %C<.\13]i"IN+(Q()g.R;t0#DD;,]gnqjoV=@.k#S7m %M$4S/'>C8EBLL=2[&Tf;MoJrH;+HXK&SNOTks%&E&NIhJNJjiM_%q!nF[PZnoXYetEIm4;c6UX_4?1Mi9MAYk4`SDQQ],nJ/=;9. %aMG8;=sql7:CHt[1ZQlMUJeZ_9Qdi`!Hn*Lk_K>;BD'Oa>Z:@Ye+m%h`YE$f[2sb_0.ojB+;t.mW?n92``Le`*K_aDH-kn#@2BtB %<,o+S!K\A)lZogG],FhVJRut5*>.Nd*7cN:c=4\VA!*d#%i`h='Xn29L=Fhn"0Hiq=eNA;RRifso`)/>GZ%EGL_kuH/ChB@#6T3- %dupea$AR9`#fsB$<&8;`S&`tF/t)qk/b]](Pu!$=2RZLP2)/BAV[/j)jF"-oVFI8u:n0_4CZn>!n\D6pWrs6#B_.'e)!WG>jt6hV %$Yeq4@L>\`Lh`/#MT3B-qK9MC.BasJ*nebk^g!0PqDP/43]3uZ7#Mkd`PgIp:I#c_HjaEMXFP]cJ.0:5uI'Li*\dmApj>Lg[R@1qo(dB$16WJAP-NAE9t8bfDod+^T\iP/r/8Z&R7d1%mYa %DG8`AR!IGFg*XZ#=p(rF)NiQOT=cB\7oJFYhEaNDPZ;UD#eE"d/3q:`A."MCdD7Re)Zlo^P0[Q!\$Q;=h4/6%G#H4s.X0;VGLjZU %-Z]k'^I'.GQ[Aoe]42DVXZe:V22Kftm`(qII0'++O#-+!AagkQ"@Sp0PBXIRPNVfp=Y;415+'D_iiRt-JO2lfGJ(okTPkqoU=FC$64\b49-/K$ %g5!N6r4jP'Wdn2, %s1";8nfeu(*/NrHJV86Y$DYZXVh263mh)D]49kS6S2q*S@M*u!%j,$tE4XWeb,g[4TUDY>N5HWZ>0VXP"c^X@;MOX2XB*J?B!Lk/ %k_h]jCc46!a?m+I*6"(l`Y&;:_p:/P:]NRUrH9A."D4C+0`rIKf.7d80L18A-+6.2bXasX]cbo+<&:?OKpH&"EB0X5NN0n>[##&; %TK10M080!d5k8]QXkp,HEPYA=c#nkYW_Q\;1:Z,:OKtOH1u<'Xdq8eY]iF!4L^`X4!k1,Bc%Vq>gr0YhH`h](j]]]8OE;V!QI>66 %KOEI4]l*HWd2BBB8Zh7'!g/+e^eH``5PWNt2iWq/8s-%%CeY8%\Cs;8Y>$d3PW#H%%(+C7Z]i'?,P->h!$a@8OB*=jk%9mHUgfce %.2I-M#ZiaS5HVUn)H\)18=]FK$ntXk=2Gp)^8rRoMf?[Xl%P(Eer.:a6)hj)R"oU%Z/^AQL%i951Vl1\o9M/<(<>Od#BC_c?sVi] %6DS5E`QCl]'K'Le"0DrdWf(<4ae.st-"Wn5Ca7PrONaju:(B/#hlO=3PMUc!h5%MB7U^ikYNd`kl6lmjW2[\'O.V%8;:%C;k<>Sa %aaC+*KVU?\^*G*C3X]YE!dOlu1KAO_YV_<=1f6&n+UQ0GW4nbaJkE8*<]Elu78YcH/eVLqrDIU4@0nVB%o(G`!0icg>>?[a`,:NT %bMn'5*7,LP-f8/5$O4O#B@B4@jt5(rA$;9nZ+mjj(`11O3YhIB3,cF-pY&9a+[jPd(o;#ZV0;?9?33O;(jhO^-JO&./kb]3RXYEN %9`T+FL6s'QZPg\&;8o?3M?_m_lqPP\lC[%Q]HHd;n\-ftf1b:H3d#b*@tU<9r6T,k]fb'hlr-C;5hl %OrKYFTZRt.^"Wf]$6[:p9kLFG=Xh:?Va/9UW;j,'Z.LpY0shNPG/;f,pc_YHmqXd2-@VpZdStAr_ATe`c94ETg*k(dHY6-mg1/?Z %AK'o@C#=&R6J.#,Y*dOFMfFT$39hGi7L[7V.cE=QUC-"(^+n6\Iu2o"Zs/=iM5Ct?Mnj;@LtfF%+eqS+[-/I+*0*;*Z*.^dGgID4 %4'cGR.ISFF4Yd's,H\]ihAhtZ9>0p-?jO!a4>U%m%*[F*/2?p^Nie$E6g*UA1>iTbdp=@@7pt[&@j]$RUaHPh@:o:gIDl8B99u[*!puP8kQ<#)Fdt0XXc@ %^rT\BoO\:TBP;+_[#Rhi7`G]D7aFGToBhKV30%2($1:^-U$+rP$tHj%2WqGT; %5ZG1t.B!gPc]o\\CrjeG!X64j9B-Opjj1WW,'BT9)?sM&C6J\af8N1/1;d3W)_q$D7ZT5L7^hB[78XSI0aO3N'&09(0''/p`A^k' %*uB%Y-c>IYle(-D.=![SGnZ5U7Y_Y`5SMf>o*H@Hl(fG0r3iX$AGkc^IX-81l)Z%5c:Yt1SsigBBDmUpIX-[_N;C_q8$D(Ts2jm4 %g)aM5p%E_c:7lG`n"7A+Ge*Wps()/QmJ5n.o,$0QGOGIb7XofkIrof-jn\o/bJOGVr;?3ZkjbP)S6\>4I.Ht0r6O!,^9cL^+0k7+ %n*Ig<[:`Q)ikqPibBs-Pd5Q1/,Aql-B;_q.?JPEo5%;&$K6]IA3Vddso&WX8:U_\VLI[iIc0$_j:SK?]EHD.-0DEd':7!E?\_$`U %I)O.Kp,kC]I4i"l-T?/HjSWQgG^FJAJ$aM$'PmO>S]rDHNd3_Rm#>q/O52RHo3PVob5o %n?r5mT5":#]X7JE?cp&[hqBsts)7S&DuI@ppLEeaT/c@j^Y>++KuH\h^2S#A_Kr>#q]3=n\2)1Dr1DT2jDT,&hfN\tEP9,J,Kp&c %Gk7sLSBD`:nL8!Kr$S6Xm;,Z/W(9"og=Cd`a7E"3'?MGS7jS*&O'g%67N-=2[]s_u10P+FnV.E5X$5FkLit'.Q!neo&*@:fq)6k' %2CUbLpR2r5F_Z]$)Y;>?a%oHkcZ"%l4?T(q&&4Mki8MdI*Rsoq8,h.HIWEnuSmCb+I!,1EhVZ(-4BR&Pa-Pab/\f5Xc+i8!O7j+1 %k-*1Vc!@dW/p,Mtk.c@oG^4t^N__\3jS[]mq<:uYr3bNC:Whq`BA3N)MAPk+kEgY+STi31cd)4pk"1_roE_8o_e3nX-]i+qle9t%UX$:R!6EYouXjW %o8F_1SK<1Oqnn=Drc[t(*rkNdnDNrX2I'Z4*+#-Um=1m\ja:_k]mhpi?s-=A;O+olgC%-3feZs<@bF@BJ,I,Fbr- %)m7oWVf0hd\j%k>p!*-io]3ul_ol8mhAni!p:,J(hQpXt5ejn_rqu*LaX8`JE/sG;AVM7,bHn`?$hY[PbeY<,p&T,7_:,,9IH"`;>/qqa#tm-,[k91@,5`p)V:0AFre*lQNoE %`!dUHZ/6bC!4DbkN;Xm=?;HLh5DZQd`7U]K)!c^)pn&qU5.PaC^3[$CMLIe2\sm6dpu`dcrhqb]=Vf2^]70=>o'P/ar?Ld]f0>JV %_%u@Nh(A=PLm)aedJng+WP@@Ks6CJ]+7*@Igu:D7ErR+)jBqAirtEK@5>pY_:k-n8lq4,RYO=s^q]BeDB#T2im,e5)e)10C*kK*5 %%HGc@lW9Sc&[u29S%]tE?P_tQY.S4Zj)=eCXd8\KV@Hi-mX9(l55=+(RnU`=_9r)4(k-pU_R]-Q^4(?Rrnk)4+-gM#SIPJhD[nDF %%sEEnp%J=3*OMt^qhKPlNZQN-?Emq?hLZR@k?iXe3mm[Ff)G4'cVgA5M2nkhrB!-XhhikVZi8&_?X.D#JV\SsmB#VlpsZ?XIHTc( %46rH`epj5qT&KRX<);Bf(Hbs1iV;X+pjjgU:URX7[A*+SYIiclQh-!I*JgIDchCcdDWb.>b<)2TFfk\5h7oJ0q>U80TOqqa5CE.] %s8C4)j8Fn>Y,s>Vo^a`MfH+;S]"B,&kCpl[5&=q3Q$K"HhtQEqoe3!A`(Dj]5cjTkbs86gB(HlN1 %.mMhWG.:rt3uqX'q#@c-^Y,[Jd)#s'O6DVa^LX93?. %0)A)K<.?UC+/6:DgYBC?lKIe'2I/Deb %S,[eSGtsR`5Hkq'HL]S:f!dh+=FJBI^OCHQ\Qq)PCs4[sl^)LR05bZTo'pXIZ2&55U39kPs(6T\5<&Sk?MW&7So;(coe4ST02K=8 %O$C!5IsD"We[E2@rJ-I.^I4B_rq6VseIlJT3:&$]c7L-QMmV9s]K8!??d/NeULgV`qcWAGF2&%;k,)Lu]C[!Xle9$A5&@]0Xrk_; %)-ua_FW]Zh?[:Vc[/30m>p56k?5S,3I!"XS'DcUu\BE1p*p%O:HukogVpg`Gm">s8id/P5NgeGN1ZjoXg3^QrIphGrhcZkYhg)^2 %C\RM>H9Of&UT*r+Rs99`GJkfi[!Flqh(ZUq5%`?'T>K,^HF<8H9mnD'o4*0`Dr/a>Id#HrrP)>sD7:!<]=`N/],KJ1.sKT]eL*:7 %p?B!(qn0"#^HAXElh/U1='ni%jk[&\cg>n9!ku(sflT6g2V"pb(O,)2eif5Kl]EQWI1r3@EkFIegQ__>#06cj>DqfV)/i7mD=nSERJ97FhXhm`%P/M6uA %c:!$B9K_P9&,0_iqiHeen#H@5*V@,DqS>ZB?,,PCNR'\2F`D\Qr;B6nmqs6Hh8MR*C:Nlt,PKLOpmn%8Gq=G76htLWV&*M:rm1?t %rgo1e`R3Y\?b.e+;0*u6OMl".qKjB'mU+o0#;kW@r$[eX5jaPX53h8'nB7./OVkLhp\S)6fW%6mI*[$8iB\j]HiKP^Er-(P-e2j* %j$1+Us/nsomXCjYeMqj/Cp %*]uSKfKXs6HGRARFBE>9O$Hb:d0K!/lT]k/m1O?N5,%?j:oF-q>SLTg&?@7%_e@'Hh_&kEVSGJ2CL,H=+0hh0;"m)T>-cf,okt4r11#4g@\+Y %YdLoFlGhTUG,r[?g\#\1HQI'kHO!c%[Q=leC$aEskOZ"Tq2dg-eOIT%.=(e##q^5abgAc3*q=O;1QL=-iqfr"t %nC@&DIK&7f-dGF^qlh+a%dA#?\6H*WNP9!LT'a:;EFjJ;1QuJ76SH_[YO:rVk[1DL)o(p^g#8]P;?b*$'rm&Pk.Qg6n%H:pXo%V! %*1Acuqe,L*>T=g"3a,N[C2[CEGkg;6!9VGu?H'tO546Q=T'`/'/:6;B*\S?0@k>g$++3jqpQ)c;(JbQ;4HJTaY)%Q-\i28[7+j4' %:L!"g%NUMpWpUcGj!qG0NnVq-@#nuO%8-YS)C.cIXZ`jN-G2GV/G0JUeg0%r6`V&Vr#DE\*TA%Fnh(%'/3@?f,+=mft-E` %m[aL)mX+,`Y;Ng#[MP9c-esF!8\/sME)gc$0l*C7Wcc$kosm2W+!,9kXcLBeX29kh5#oula)h!'rkJgo_!.?MlYi2'p3q1qJ+@&4 %QhSg)Cord@pT32`!c*A@2Kq=]frO;BkkjlAjRP+.gd@tRHMsB:mkjP4Za7.FmTs"3e8+ArpGR8Gs8:mUY*SXNYAWS$O2*-:8DX<* %^Ui'<+4#SC]#rd"^RQsA=n9k-kiI!Z64q9J@WcaaMp:]tDGN/,qd3h\m@S2Y3]_RU@,--HIPK0bB)_qWB&!@D_lC=2g<=KQ,No*A %qlk!6?Z")#?$.qR.U*16q8mlh*qpt"c%eA6qT3>u=oIU,]VM%mVO8NGYh^:*U@\BHB`B%88b3kGAs8IPMcU-:0t`QBk0neSjiR'1 %^$T@e26Z/iSURiVrpXCglJsH\*?RFHO;sc4SiooeiQTU4io_t%*BudA5,e6s1%Du\R<>HOQpG:^P2+WP>0Fp3,?Vtg&^FOm)nWk4OR7&>TIIP94+*>K(K\&q_j&h9`8(97.C72!VL78&/kbrdnZ8"gpO'Con,/-" %RFq8jj#N8T*.Dn;4^Y>J"1=l(C\N-:Ap&2mbOr]?jTDFW`n@XBi?<-qrRBGEBaC4&%aIkBmpA97s(35Em;&iO[F;\P %,Iq$YgpfdZDh/rTjupA<:(Cm(H0%jdi"4]-Y'I]hY*IN62#>t8_TIjXk)\^i %\b`)uVkDlDr6o9hSHF#KI1i^WrPU)Bg%ltqk=XPO4B^tK]!J5?h*53>\1DOOdq<=VNs(QSrQLpqQ%"XC[_(d3U>IHaLn`J0oNDLi %hO^"Cq9*)\Sq"*Bi;E([El$NSNq*"1[6]9?'aIf0EdO^NpUE07M=/^q>o!B^qL!L'f,o6ZroeV+oj%Y]J+;apr6%TS%c2WJ?5^^@ %pEI+*SontdYO<;g4.RDJFcWKI_9'Z%;`aZ`>ZmCPm`I2D^Nsu63G>1\SS3=I8d$abr_7k?UF,/5NK@>0. %>hnl6m-s#b+)?DN5JR'qT>*@XVrQ=L_1MjlHgdSsK`?G1]<:h<:C80`Y6;o#^O#P=d:P;[kDO0VEYb8Hrq<[*J+Dj=^U*aI]>l<` %IWQq(d/*I\YC\:23fJ6&3FC7n^?JQK/s#!Y3Kqqa6'I.t\c8s)&,FK'$d@DRab'h@p+YeA5LHde?eg%Qk"FbH[`U-GK(W#lc=d.DA:!*CK*Bu2Xm7JgqS)_G^6rOLVuJ[of9c.E4tf<5+o+> %&j`ca*4G'6[JT.2r4V\o4?\HhGgAdOito$%NE#[!dWW#7%>jbaDUBWGW-#eWiI6"7#J=i]-]!UDm.BL^k4)STo-(l:Qg>>I"Wki= %OXt[H%lEqQ?!Zs^TqBR7jKM+XDXDV]9)H=unUR2*I-oM"AX(\Rk0nFUGhD7c7Do<)T'rVgp[qjNM&X]gG!AG)B6Vi9ke%20qtmNc %rIEbNmtlrodlTYkiq2<7K1l0C3[F.[2bUnk`TUq&nuPc[?PP1PHPkn:?Tpjd6'%0C>,$>Pl!'HSVVT!cXk>_J2l_JXIV`k.g``Yr %B#s"UE;[sdZ>\uP.O%^d:lMQ-DreUq^=bg,]G@`G?2(72Ig',"^[Z]"3Y"s"3kDhkQ)1[q8,GfCZcm?+s3c&Qa.(seq*3=N! %G3t8:@GUn$p>f\B5Imh=j'a<.hbVQo&*A#jLoTHHD0>YsJ"ImuFD^uNr^"6ph-o,&S*cugMe.t*2kBomF?XMa\q^]hh\jF.C@un8 %(+A-9f&Z\,9@*JnQ&kcWX[i+h'@B$T+O-1&4=W:IP4]?/[d8Dmf_uI5fKQ6XGKX\S%Ej1?TmQauOD^DXlcuOon7]=%!4:>\^n#8K %P!ntiK+I+Y%rPGjgccYE4*[qRR/5FgTC(r8he#qrgtqc*e`n3!oWK=L4$133n8GJrofIB>l^\!(GK/prP8dC\!BU#"#: %gp`.O'o_P*K\n.ochGb)l(?kpY??o'B&MYY\o6j'pgr7B?Kq.%q=ai8[=EYmqa#H!#PZL;mWe06MRojPF5LZbX/!44T6Qp[Cp&`r %DB[`HmcaQ"*IW9_oFEr"rBh9Rp?Ll1g[_sTo0?a25O:b,.j#\PqF;o?D*ZXUdaG26+?G;?nU2\('6YX$f-k?m]JSAInlU<._@c:42KOL[RkOU?uh[/T3e.TKa)I^)?WbIAHmT)Is[(SmWAnLqRpN; %55Js:+)Ko!_,Gj]Zi$H5O8n0GSj.*6s7kWhrUE+b]^5/a?2FGJrk#oDiLfF#nIIkOs5ERmpHSF^qT#f=l$n-Tmf!Gu1r&ihrG2/f %G<[T2J+QM9:[e9rn+$GLfirstUEBO&X2"\^42:^\oV8%k4IlHDT3j_Wd>qZ5h6S4%jPtagi(&.=a'J<3h;>lifB45=H0:gK7d8ro(KX]mJ-*m'&ikFE(U2on9 %"+&l%rc:=$SYTKD->cA%T(8Eis--Z2#,!3IQB59cEnsc\(j3+sk\6iEX %6=EpZWg1]k.t$`u_lj:s44B\`mG?)"SS>Pq/Cq7b!gW"(Z/:Tg*Gd=)V8'Xu,b=1'4?]6,aXNeFTld%^b-e=i1mYN$c;H0>Gm;aW %96ug@[-:97bY;tLI\sSrYqo?haec?4pHG^]@]-KCa^A:U8pjAilO9YCU"K1IIpt-d[Ld8en[2qBkO+SW[+gd?RGsL8lDOBD.?)6$ %[_5Hi?mOY-f)(8?`nd][JTC]AAUpcVjVga>Z(Ws:9Vi_&MoCahDi:SPOu9[le(^58;[1^q;5r>B85uJ(NVd3$dp=Sn:suC'oX:pA %DeD]rj't.!ULpAe8UU/E9QR9'[CXP>^9BEX\cB-#P-15>_ %X-b=S@ue!8:MQB&e,5#F]d;e5^Slb%I_QW^,lFgeg7)t.-@A^XPTkGcd?-I\0FU\b;?1mW6mosuZFms_IfRJ)p, %=_DemS^-kSB9C1JCbfIHIb.m'@0lZ)5ePb%D:+d>e_>;cUYB!&e(]MaD9N^=0CH9_%Z4%K'!GWU8ue!]X=IX`>:.uJs.E5?AZ %[e$+b!Den,\N#6+i(RterRdf!XmG3ej.!N'Y[bJW2K:4kmp5`aBDS93*(lF*lAr6-QH!i4f,9Q^@j#XC%H5HOG#jY+(LSc'XjVA6[hY8gIpAkT[oh(GDFhBbLETpu]r4]oRX^A@[Q@/UX39dbu]c:D9^<&.&[^YrO`lt>Bo#@EBQIo5C:1S*uVo>7[?I'O,Y,,2?:NNF(ZOQkI;cn*UAaf9*S)(BA %X#"n[fY.E&MGL5;VJ^nOPOI`"\%WjLg_D]qe+fC!CS,Ed9`@VV'kT7nhl.)nL&$%PrWoI('45Go2pn6*]RDYoe%3$tr;Ndcr0@\>f,lbUSJKu/hg6Mb1UkiP=OLZ:=#pbeV'WLo\Y_/_ %#?OTr0T!G7%Y'FR.phHoRA)/!Oi?sLA?)6:)OXu;fl*Al9V7W;QRo#dq_som%e1b3he[$$h8V9-^oLP"X\HUs16X0\rY\C<4UBpE %csd?!Z*j7jaV4k?;qXj,pWm@g9-XE9L#1Cg\DY?5T40Rp5)$ril+W-/ngR=N]fN;7m-uI:,;RNEV[oBnL;+h&V!^%q/1jSNmE5Uh %pPLX#\C7QK"58./V-?TZlJAF'OE?M>!):/u44T>6o#[arisU@'C+Il-qKMf#<*u^OS#!1\lee,DPq=D!q8IL)s9F.\@_J_(p%EJ$XlO1r!J@i]kX. %2#?ZOdD,^Ibk>W@0h,q%EaI'SKZ2hu?[-s5.go*\Gn?1FNRnZ(e'#9$ar\?aB#g;rR99S,p/.X,iLY4Rhr>4Q^oWk.4B %pD@+:G12XpS"='CDL*"olFh=f+ePSBcnAX`[d2:FpZh6;ld(gXq9qQ.&*Zp2.gUeeSg#5L7-CpUJ]a5a*m)_;23)EE`7`[Mki %VgElemd;^n]*ZuEZuV1-Og>nPWpudeXS9HPN4+;\q,a3nd4>]b*E^Tm'!aCFOPAW+r1/)Sc'Om:mdBQ=#3"XCIKqH\0lbUoCVdg=3s13t-(+F)GLELd2a\a_<8hOTH#pj8uN#c5qfYDhG %';Ubdq:C_(*h;N`oSHXCn[rta1?T&LUKnQ %Q>Fo?4LfJ;Mp&bk&(A"08uFj/Ve+a>!o5Tt3K+#>?i7O854`+?3@^baA9V%$X8l*'@<,-,B"(8U(8EF`=P2=YCY6!:a$ioaBTA@3qLWEtQ6FZatrp^Dp %-Z@!#?FS=ZhF/-2Wq@UEDeEA!1>'mh;&;ET2*$Wo(PR'\l8r$Q_W"X:k->5qP!E+M5(7I]@P2?(e_^%>->f%P#Gf*c43NKIWCS-pU#]IL8GuC#A80Gp0\'h"Qg<,!^DahSG-m*lN"A0>#L>J`A^#hK>`OP0b(QuULU[O%TFM_dc %7`AV,>#Yp"*/%)VH-]aa;i'+M#_PjGpAMfAp+BCoG)rtdO/YUS_pH>W:LctG2<:-B&2@;n]Z8'3,1'K)[M-#n`ZaU7#3<4o^DTU-Z!1/6ZH;#%+\p@b$$q'i6W7SK![#Y1!jV?A+Y6Eg/:06j6p %7-oLc)dW[k`.*H?NN(08&(H;Se=qlI2\`44T.UF-Wieqsb0;W,uEO5883aRd(&&\6m\:?SPg %F%"rm4hg4CS=#a3hDHlBK`]l;P%.sa)ja@Ej*C!TCQ.pMe4f!<-&6M(bb@19$cJEZ2eKFPpHUkQ;\H.Cr?rj8+L,r@(P?]3&bY4U %^_MLPLbY-Bi-G)u)\FeLIa;"Cc4T#5/q$4?<7dSblG^G4lH2H^",rP84id/d7sFKgo3j_Phbo172qOoMkd6g`_IMfN=j2kuF!-5" %`mAuUkcddA!(4e;M@jr(ZsZ--SMu.\6jnacd!6l"CgLHS%%T>/cA!)CJYD[)d!;8f"(CE+&TejA(]fB:q`Ps(*?%<.;Ht/mc&iJ+lnisXTjhj`6*,FWG&&YiGhCg07^`2OODV8\"?sQ:hn[4kl2Wg=SC=Y:J %m9!5,N_f7s_8`\=F2&iTI?2^4R.iTl^@pMfT-&*6]7#^\Q!7VjKjG$k,mNqf-Z\f %W/!ZjLQ,G&@sg(7k]kW#^Z=4X(amt\IM+DL?kAB0kju"j@h%eEg:"8iP5N+5m.I@PL'(j9gRa0dCeI^AAOtR,B!$9@3;0O">RmJ[lmL9U&WgfKLOY=2Z5@Skfb]!pf@36KLt+2B@K;TF6m"OR;NfS"\*`/:)oY)gVo04 %qt3#Q*rs@Ui.lebZ3@A_cnmWd`nQc%T7Ke?^FZW>[7Q!aZMVuB$p=85Ju>b7Jk>>o?6!<`lA(5d)@Z>gl%iGP#goWZo>*bj"6(A3O(BW)Tf2;_889uV39siq#KJ\9uh$t4W@DhH%-]$oNdu."t+m)m!Y_PKZLlAH.2EW`o8e)L5 %n>MLURJgbQ%lpW%EmLP3HWfluA%`&bWeK@F\6tCI[6mgtD2=Q84*"a':O3\'&PGef2@3RJFH@I;i6j(4$O`@&u %_ae5K%*]BH@3JPIn9JcAL^Z/d^V^)uiXoU/BL+jf?/S)VmLuT;=3#SmcP'AM5Y!u!_YujJ?-c0D#jipc9@'AZL[McF;&SObB40S!#Etmu %_]^X0S>l,"_Zdf)C`Y\Ym1f3O8(;dn&3,RJGW;l?WmTea:t.P%#'/Y\-oZ`56!X$AiG>EcN8LG*`ksh**Rt^@;<-V_D[D4&%qjY% %i]([5+!/_<(1V4I+=(09A3HC>,!-GEV!M_<=hZ3.RE4tQXtu2h\j(O?_R]bBHpAl<)BI:0n`tTu3]oA7-5FcI_fR(fEk+q#Gas?Z %[qH%P`t!p9cT;fNC`"Ok;j4@G>(?[h'6F6)5\c;'8aK?7\2_'iBehOc&Al>m'Ir'%>/!@0L(HRMts_;'rL@^0M1$6`Zm_$:hR8;+'=3H%+'Q4]+K'W;R>h'Q3o[V-RQe %C\Ihpaq.B/ndZiPLAN>p3(d0/+$efKnM/>^ftbcc,Y\;bJ$Km[l%OC`Q01V]]0Fj\I$R46#JC\J,$.0p,Ck`/Z#@&Ykejn_)%O6g %5bQL0S6IsZ\+>2#VbMFP(OpD1'3BCq]FMtB3>g.@b4K*+0?P3B6K>!8D2Q!81]=l@5`6"%YU7olZ.S7Z/?*eN`Q)!%V3P=]d\(/NO4Yle+0J1"LPAB\A(;`fe>^CtW %SdJ/g@ct,WKs42kr7rj7&U%NZ %VbEu2rUJ&EMs8kU+5bHlRq[6L]#te+i_s!n@kg-P,OBBQK#6fT`h2mC?K6EOQ1gdbl]$=4B*t*e"UQP,X+_2'>h4-9A5VsKuT>mBO,=Br-Y]SrP58l@!%84`e[O2'DNYZCh %19a9(VPEf:Nq>euVP?.1jOqpocu_)q*TOU(&84+KQ!Td/T$k8b3gt+.91Forb1F=c<)=u787`5823*2K*O %iXqmKk)rhS1n?#6.P`h$*EsOARZ9i;\3u:QU[=@,cG2r#VPBOaqs$$G1nDt<847,Ps7mrJ1`]:-Q8]j"Ra)Gc'b-UlL8ADBisWU% %bZbH?>CNhB=#[CjGe'#;3cf@]!hUf'b&.m,qSgTg1Om,"=-\6]/l1!mlIaqsT:C@NWBbL0UguOnM(k@3NWnSWYQ5FTW+T/-**(uU %"WZ4Wll/lE<=)5*.MXB!Z<*=T#:Z#U`^Z`;t %1j:Jr(E\a!l[XZ_q.)#'?+@W6%_d4ob]lUV\C01.7MLtm6DqBCI2ME@GG3L@C"PA:7!F$J8)LojgiK<.S4VS.aH*[[NU2JLpTEUu %c].%;VQFKUa!Yqp#:6>?4aZBO4qW_`/Y5*Mn6A4>SeK@'ItT!B&-k/.&@cs)3t-(a$qZ3lqQl5n^'n5]Gq%jn';8&tR;JhW%E7&i %koP;t$1+sgL4V_QEupkK1_c&B4[6r7)@D;jS`oc2fSjZS,fn$q>9PDiTZ;35HLGq'iQCO[UI(L;3f-0*0bkLfSVe-Ta0K2a>ejND %%L=Gdp>j[3X?HB^/qKoe62O3/jeR.:JcD@`*$`Oa0W6GO=B>:a2'nF2lZdp<#H,'_'+/` %Qs9=2![XjYmCo:4CSBPjNJc>ec2_r1\0XD8'/j(&7`A1jg'rhRcDmIU!#Yk*n7H\T2*C%%12o\?6YEnbnD#=Rt$hpT=k[=-i@6/J^:"LBtLe]4?c97;./`o]]NJ2M*QstNr9]1#<61F7u&/2T)M@@F\9+>ZNT8qicCDhET3+5KC %+K!Zbd('c8Ahb>DPJ*)BYu?RFfe6#9;_?7J;"n5'Rp&rfo4TE\Lafb2l#aZ&>ut>:!\prT&>@m9*]%Xea7*!In:nH[:5g]sTB7j:%b.gL`YGMlNI(<8\EXYKe.MX7 %SY+m;+iIT'rNu5E2&h7?Mq6=$k9Q@0D<+Gef>$`p-2>tQ`9=q\j\=o0:=U.bg;JV2]0u!fs'u5jm;Eu.9Po$a=E:il4uafT79MHe!-/c\89JEkAdq5TMZB[pV %EM+:-l&G"Q)Uhe$$.tYec3D0*3O+(0G^%aL),*[r8ThdjDoH+TLq#MWVVOXsc*Vi)F@B\so=e4N2JAqNl*4;2_;0/jdrtVi@lr?I %C_Q%.MYTgK@K'lj$hiFi]VdSTk'JAf;S:?,[Q#\tC0s2BCRTo7%ofIUBl;Mcd2r2Gg%:(6RhHh*Yt5LA0nX\&Cg#![%o./hbs6X3 %$#K0lOK]m"m\ic\RRNL0"UB-t1:-I>P$6^4X-d2Ub00nq:4aHOo0V7nDOq8f9(P':WC\PY2kD"Y?:!=Y7]d9j %/o[+F7[75V[%.!0/bD<+ZslV19!REp_5[XhP'p(uYE/!cXM\;NDsCL&k&oFL1M+:s"OQ#f\GFo,#!6WkFasc;l`6SDQPAL\($jUFPQIFb&DP1(EZ40QKCSeh>^GK>E(KY'_!.d^"-CR0$fuWe'Ru+KFM<^H?YP@`Q4>\?/BA;13l% %RaBc=:r'OC#F(FbkK3l6ka0`MVuNihpSY/Y:ksBO3:[tdZciOpk*JLaj[@^H&9H&Fi?[QDjl(-RIHNA]`-h1@"Hlko]jVIn_1cU[ %Te(,2.$D3QD59jC"UjPR7raA\g=&e.N,j"X@a;.KJ4q0=-m@],.aqm]K]Y_aRo""?:s,3\#m/4q%-KX:1 %?Pt1>*uS'DPq"L=V2ND*)U-Ll(]JF6*#c %^A5t-'+^M_cZ>gri`Rga]RJ^GiBT=uH0"Yi?KtEa6-k\FNs:fT<%hK?^'HF]Jb&Y_;aGF&..[4[DlCUal%B)O3t\I`k4PLZRRC1@ %1-:+*,-RV+%7PVE5MM`7J`/&PRFfb$pDQV05OY\&k"#uMf?a?021\:-Q.O@!DpcS!j.<<^oD3_?&::VnjRr,k[Fq#^;*M^q2\kb. %Hp6fU\F]6Eb3N\:&4Knief9/,hFX4J^W#0W)`rn*C?V#9c[3F[IYqP4]RG$<4'.@3k2Qhm %8;!Io0*:f$ZhfC%a2\9ko"2TOI9%Rp.R#4(2-aHP>@?3NePAO@L!T't6D_?cMMBFBkO%Cc``V03Ibn6+6JpLmkOf3#lf64Ta+8Ss %+KqD]YM]7cGTs11_'N&e5BeNDbj*6[jXb(O5O[WMDI"QX>]M`.+?)!Q]Ht[-N/0h>pifN@&.o=h?WcoktHJYJmA\9M&ISj( %Ot"_*gIeh;6eF>Cp(E-pALF(]hG8r]bI=eN'#ISd'79Ch5tldJ$]iosW\T"Ul."U/X%-gUFT*MKC.oOTms0CuC%C",`G\4A$@KGB %9GT.Z^#cq[a`2=k2Rnbnb=+^FXR('^KjA+*0D<$CIH1+iCuabjYB9;T3o2MbcI:f]4OnIUADDeZYH^:"OfPmAuqNSt*iTgi,&%5>TRGCJ&>?lnil)@cu(tNn>p8+&Ag/eb!ra\_*K*%8.5'G%T7<3aTAiWP8\/D^6fYp3hs*BdYI=1^0o>G&cKT%@9T5V5HN3KXm]q=(e-DFcfH`_' %ZS187L/K\0.AA77+nbCH"[.s_&q.Gb]o?Ooon]FBn=2k/4^-6>GtaHl=JiQ3/6f1iQ1im2%BgqCD$ %4E$eg-N:HWSdn3E0;jsjP3(HUiF_]MW$$qN_,)ijg8R[MTs[aH1qN*!O$tM,NgaW6]I4U(E$9fhFc3Q4>tF*1:[nM4$t&4^U4'>n %JbIpDAX`]Sooiea?ku*V^gR4X[g-:)p-iJ0Vic7s,.)ctf4^)ZWS7D4oB3!XZ'a@Ii4E#Gk)L2/0jPSKhf@FYBj;-\@c;0$./[@5 %>ZMKfNuq4m$a]QegSB_W*hR,cJOB44AoLOM8%.^eqD2*:LU,(+p@@caAX@AOE*<)d4YmCXa]^9G%$=Am>s[jpI>C\@cdm3LrfndBBq3Us %/\bpnU-1MB*@R4XV9P+D7\XH*G[.\\.kulMJKQ+Y0"[;2borJ\+)$O(j4UF$[sloJj0S6!V,kWHg*f%T(hJ>6iU=T1prQ-;D=,&Y %QaoT+8+q.DUE?mIc(J8YWc9QV0M5gq2suL#0'N\7hp;!fk7snp71BY %PlT=mS!4c\fgsea568%.$M['B2`R*\p3]?DSY'())*!Np]O# %f@P#1'P^u\\)5grgtX"kP^4dB?cC=uq6ci!-,0r5lf?[\ot%84])BStfn-PPNVkgO87LN7Y*!)+CF!cdFR/#>HtS)=0N,+(h^"h4 %*,cEr+,3@m,2`ck'm]S?aGPLX9ND9Y@[k<3a&97Hqd-KPOW+C:)tsR*@YhQ/MBsKP$o+)8Z"/NG+m)[Ynh[tSDC)en>fH_:/u58\%@c:P.1AG,-gN#Vtoa45trRg8e@WC %l'f?EXOhDIdSbEo>;OD[Z0nBXMW5"jm0KT>\OEt1bT>UZmu*eY4EhZ9OorgRBrI".9sWUJXKg.+cXB>g>(QTY4]X1:M[L9->$`Ts %s1XPl#LgH6Im4`M@]QcNf!ZipI6N(%VW742pj[cs?]VrDj3O?Og-T66Uq+0E.CR6W?Vf\cD"rn^A`D,ANOun<8Hs$K>Emj_D#L>V %hg.r9l_E#QEDS#@0_(k_U\*-tq*O@+Q:-kb[8"&1+hj,mgdIu#n_DOOIQ[?Qm%Xe)nbe^D'OTP* %m)?;p-("a'PDW('jIEqbDb@),_!0XB'>WQC*m68i64+D'EucoioN;L&g3U^O$4\8Ap-0`+5rjA';lZrV> %OiuK\FV6].D:'94TEIJZ@t^1)ecW2]p%9gY8YD8S_m5mJtES/+=S-;]/gq]ZoD-0cA44:=JA:FSbH[&@P`bP_p9G6jf%$SqNSPqM\_u+#1aY:?AEXl#ns` %j3uTQds>9NVST*>:-CA(HGJdmB&NEq-%1"I7]P/6&NRKF%e=j^cs<]-Z[tC-+"g"HTtd.L:Y1anV*#1JH?EGH^3UWiD'AP>2b6;L %-)]HAh-SRsfFIbaU$;R!jSOJ1p82+%4>S2;pRN6jc]"aElSUVUSf)$0Nk$n:b\4be(rp'!H\CIo@aTJ^`i3Cd4qF5qEpG+?-Y$"j %`kH9*Ze^P0'g-9'5,bpJ=g>Fm.K/ZP"R_IK!l#8$'--%bIaOm;=7VA%b-sS00Va#.XtZP13$cCp`NP;cJ?jU*&^WEq:G`^\_$Q20 %p9$:7leJ>tbX\Fe7VE]@N6`[ddi#i81s,#oDi6X*Imqg(IBqpo`Y]cq+i5*6Zeu=$%BZ0li.@[pW1o2>R#-W9V6/+6=5ZgJ1'1R1 %.k?-]?"7VefK=]+nW.p.[rD0JhH#HJRi^jh>[D4$*\`):;bJqc-IA`C-9XH-d1*@V]r`_6 %CZ-Nn>3tC'f7>p:OG/oRF-Q02?AmTRS(>lXD7t>RCYlgC4Wt40XuXMt`:f*,Oj09`TE^;G$bEt-h97$d %@F+FqBE)%oXb)eG-0_T2q*]sh@`]m[S;_rH^X3G.]>jXAmq7.BhsiNM/SP/PpkSj7Wsb(q=ceP1pejMVrJ+Jn^UkV"(AaZ.jBZ20 %qU><77hBmG0jKGBG&<[1VlcD0V:2nY\IIiE],^fRj-is,$]oZG5nn!,^/R's0k:`R;V5N$qU-=frGN.B+SkAQ`W0l+_p-=V?T\V+biibHd9FE!Wg9?S.O\;AV()hP %=HO1g]h"9Y`c>(S/d`>iU>go#U5[:6Z;=GV5ZFl$:XKDE'oK""m19H#/>;3-5hs``>@gk&b:qj" %8S+.N^O;.l,o,(!9"7Qob4))M$Iu.Y-D]oFFH<[k0r54^'frJC-"RYkKD603RM:ii.nEs' %n2:]l5$8))VF\5o9;l%U&ggt>:<-6J-1jJhg4`^GoRp?KoYH2/V5cqr"_,r0-Plq?%IaW-6WF6i,(>F+*%3>'@C4*hUm/+'_C)`: %=)mDUl9bHLcr;jgA/I?r<)KJqeJ-diH&S^HE(3h]brbG9k;e[ %$t?>(J!=?V+kiT>p`n_P(a1I!8@Lj'oUWgn3N?T2&5Gt<&!->;'I=k'dbD%lTDD1 %,0Wf^"R7=,7GOFX*nFqcU4VV@9-m9S-pr`o"G6i>;G0P8MI;=h02\?Ce5@/[Ao\bqf#E8I#3)hB\6:S00aX[Y'oF3TO'8qULfaa %*`h?ZKUE`iBWa[:N!NFVa0CA/hC?T7"jat8J=i*hk5qO9H3kI')9k7KMQNdV+K9%OWT'PEK/fV4%7FGu %Mb&iS01Ba31\r"a9X6,]?/t37_k[8AG_2.k>U/GZgp:\X,.hEPWA#3B_3"/V;Q5mW$!;@NX]f3EEi&iR_PD>prn`b/fpDs2!kLo'K`XAQfc``tgchJHN/3H_KZ_+GcG[^=: %ocI-75;?ILci'LMqgY%T@V,~> %AI9_PrivateDataEnd \ No newline at end of file diff --git a/cs284_report/cascade-size-distribution.pdf b/cs284_report/cascade-size-distribution.pdf new file mode 100644 index 0000000..2de5ae2 Binary files /dev/null and b/cs284_report/cascade-size-distribution.pdf differ diff --git a/cs284_report/cascades2.pdf b/cs284_report/cascades2.pdf new file mode 100644 index 0000000..ea0cdd3 Binary files /dev/null and b/cs284_report/cascades2.pdf differ diff --git a/cs284_report/infection-dates.pdf b/cs284_report/infection-dates.pdf new file mode 100644 index 0000000..860675c Binary files /dev/null and b/cs284_report/infection-dates.pdf differ diff --git a/cs284_report/lcc-dd.pdf b/cs284_report/lcc-dd.pdf new file mode 100644 index 0000000..eb75de4 Binary files /dev/null and b/cs284_report/lcc-dd.pdf differ diff --git a/cs284_report/lcc-newark.pdf b/cs284_report/lcc-newark.pdf new file mode 100644 index 0000000..ed12e3e Binary files /dev/null and b/cs284_report/lcc-newark.pdf differ diff --git a/cs284_report/ll.pdf b/cs284_report/ll.pdf new file mode 100644 index 0000000..3e36cf9 Binary files /dev/null and b/cs284_report/ll.pdf differ diff --git a/cs284_report/main.bib b/cs284_report/main.bib new file mode 100644 index 0000000..98ecd8e --- /dev/null +++ b/cs284_report/main.bib @@ -0,0 +1,64 @@ +@article{papachristos2014tragic, + title={Tragic, but not random: The social contagion of nonfatal gunshot injuries}, + author={Papachristos, Andrew V and Wildeman, Christopher and Roberto, Elizabeth}, + journal={Social Science \& Medicine}, + year={2014}, + publisher={Elsevier} +} + +@article{papachristos2014exposure, + title={Network Exposure and Homicide Victimization in an African American Community}, + author={Papachristos, Andrew V and Christopher Wildeman}, + journal={American Journal of Public Health}, + year={2014}, + volume={104}, + number={1} +} + +@inproceedings{cheng2014cascades, + title={Can cascades be predicted?}, + author={Cheng, Justin and Adamic, Lada and Dow, P Alex and Kleinberg, Jon Michael and Leskovec, Jure}, + booktitle={Proceedings of the 23rd international conference on World wide web}, + pages={925--936}, + year={2014}, + organization={International World Wide Web Conferences Steering Committee} +} + +@article{gomez2012netinf, + title={Inferring networks of diffusion and influence}, + author={Gomez-Rodriguez, Manuel and Leskovec, Jure and Krause, Andreas}, + journal={ACM Transactions on Knowledge Discovery from Data (TKDD)}, + volume={5}, + number={4}, + pages={21}, + year={2012}, + publisher={ACM} +} + +@inproceedings{netrapalli2012learning, + title={Learning the graph of epidemic cascades}, + author={Netrapalli, Praneeth and Sanghavi, Sujay}, + booktitle={ACM SIGMETRICS Performance Evaluation Review}, + volume={40}, + number={1}, + pages={211--222}, + year={2012}, + organization={ACM} +} + +@article{rodriguez2011uncovering, + title={Uncovering the temporal dynamics of diffusion networks}, + author={Gomez-Rodriguez, Manuel and Balduzzi, David and Sch{\"o}lkopf, Bernhard}, + journal={arXiv preprint arXiv:1105.0697}, + year={2011} +} + + @inproceedings{KKT03, + author = {David Kempe and + Jon M. Kleinberg and + {\'E}va Tardos}, + title = {Maximizing the spread of influence through a social network}, + booktitle = {KDD}, + year = {2003}, + pages = {137-146}, + } diff --git a/cs284_report/main.tex b/cs284_report/main.tex new file mode 100644 index 0000000..4bfbd25 --- /dev/null +++ b/cs284_report/main.tex @@ -0,0 +1,309 @@ +\documentclass[10pt]{article} +\usepackage[utf8]{inputenc} +\usepackage{graphicx} +\usepackage{subcaption} +\usepackage{booktabs} +\usepackage{amsmath,amsfonts,amsthm} +\usepackage{algorithm, algpseudocode} +\DeclareMathOperator{\E}{\mathbb{E}} +\let\P\relax +\DeclareMathOperator{\P}{\mathbb{P}} +\newcommand{\ex}[1]{\E\left[#1\right]} +\newcommand{\prob}[1]{\P\left[#1\right]} +\newcommand{\eqdef}{\mathbin{\stackrel{\rm def}{=}}} +\DeclareMathOperator*{\argmax}{argmax} +\algrenewcommand\algorithmicrequire{\textbf{Input:}} +\algrenewcommand\algorithmicensure{\textbf{Output:}} + +\title{Identifying Cascades of Violence} +\author{Ben Green \and Thibaut Horel} +\date{December 8, 2014} + +\begin{document} + +\maketitle + +\section{Introduction} +Most discussions of violence evaluate crime in broad terms: this neighborhood is dangerous, that population is at risk. Yet such dialogue fails to explain why some people living in the same areas and with similar traits are shot while others are not. + +Recent studies of of criminal behavior have shown that violence is highly concentrated in small subsets of the population – not a neighborhood or social group, but a social network. In Chicago, a network with only 6\% of the population contains 70\% of the city’s non-fatal gunshot victims \cite{papachristos2014tragic}. The same study also found that one’s risk of being shot depends significantly on the number of gunshot victims in his or her neighborhood in the network. These and similar results imply that network analyses of crime and violence are critical in gaining a more nuanced understanding how violence clusters and spreads. + +Yet these snapshots of violence in social networks do not explain how or why observed patterns occur. Our goal in this study is to to consider dynamic processes among criminals to answer the followng question: + +\emph{What does data on criminal behavior reveal about how violence spreads in a social network?} + +We know from previous work that violence is clustered in criminal networks \cite{papachristos2014tragic, papachristos2014exposure}, implying that social processes may play a role in spreading violence. If this is the case, we expect to observe incidents of violence spreading through the network as an epidemic, similar to infections of a virus spreading through a population. + +Identifying patterns of violent behavior will reveal new insights about how to prevent it. Rather than targeting a broad demographic of people or even an entire social network, law enforcement and social services could pinpoint a small group of individuals who are at risk of violence or who they expect to spread it widely. + +Note however that a cascade of violence does not refer to direct propagation through the network, such as individual $u$ shoots individual $v$, who then later shoots individual $w$. Instead, we view the spread of violence as a more indirect process mediated by peer influence and exposure to risky situations. + +The main contributions of this work are as follows: +\begin{itemize} +\item by comparing simulated data to ground truth data, we both corroborate prior work on the importance of peer influence in the spread of violence as well as give evidence for its cascade-like nature. +\item we discuss and propose a model for cascades of violence in criminal networks. In contrast to previous models of influence cascades, our model captures factors specific to the spread of violence and is able to incorporate our domain-specific data. +\item we design an algorithm to recover the most likely cascades under our cascade model. +\item finally, we conducted preliminary analyses on the cascades identified by this algorithm in our data. +\end{itemize} + +\section{Previous Research on Influence Cascades} + +The Internet, and online social networks in particular, generate vast quantities of data that reflect the social processes of information diffusion. These include users sharing content on Facebook or Twitter and news sources reporting the same information. Data about these events are valuable for identifying trends, but can also be used to study the structure of social interactions behind information propagation. + +Since the seminal work of Kempe, Kleinberg, and Tardos \cite{kkt03}, there has been a large body of work proposing and exploiting models for influence propagation. + +In \cite{gomez2012netinf}, the authors developed a maximum likelihood model to infer the network underlying a set of cascades. They know the times that nodes were infected, and use this to infer which other nodes could have caused this infection. From this they can accurately generate the whole network. Similar models and algorithms are used in \cite{netrapalli2012learning, rodriguez2011uncovering}. + +Our problem is similar to these network inference problems but flips the question slightly. Instead of using infection times to infer the underlying network, we use infection times and the network to infer cascades. Another extension our work makes is to use additional data about the nodes beyond just their infection time. + +Another area of research is analyzing cascades to understand their structure and predict which are likely to be large. This is a very important task, since in certain situations (such as epidemics) a rare but very large cascade could have disastrous consequences. The authors of \cite{cheng2014cascades} developed many metrics for evaluating cascades, and used these to classify cascades in progress based on how large they are expected to grow. + +Applying these techniques to our data will enable us to analyze the structure of violence cascades to parse the social processes at play. Further work would allow us to identify which cascades are likely to become large, and should therefore be targeted by law enforcement and social services. + +\section{Data} +Our data consists of police records from the City of Chicago, IL between 2006 and 2014 and contains: +\begin{itemize} +\item Arrest records +\item Demographic data +\item Victims and dates of non-fatal gunshots +\end{itemize} + +Every person arrested during the study period represents a node. We generate a co-offending network by assigning edges between all pairs of individuals who have been arrested together. We define infection as being the victim of a gunshot. This yields a network similar (albeit much larger) to the one shown in Figure \ref{fig:lcc-newark}. + +\begin{figure} +\centering +\includegraphics[width=.8\textwidth]{lcc-newark} +\caption{The largest connected component with labeled victims of the co-offending network in Newark, NJ.} +\label{fig:lcc-newark} +\end{figure} + +We fist decomposed the network into disjoint connected components which yielded 233,854 components, only one of which has more than 100 nodes. A summary of statistics for the co-offending network and its largest connected component can be found in Table~\ref{tab:data}. This distribution of infections provides a first hint for a contagion effect of violence: the largest connected component contains 31\% of the nodes but 74\% of the gunshot victims. + +\begin{table}[t] + \centering + \setlength{\tabcolsep}{5pt} + \begin{tabular}{rlll} + \toprule + & Nodes & Edges & Victims \\ + \midrule + Entire network & 396,042 & 415,454 & 11,206 \\ + Largest component & 123,506 & 366,514 & 8,237 \\ + \bottomrule +\end{tabular} +\caption{Summary of statistics for the co-offending network and its largest connected component.} +\label{tab:data} +\end{table} + +The largest connected component also is a small-world network. We plotted its degree distribution and observed that it approximately follows a power-law distribution (Figure \ref{fig:lcc-dd}). Furthermore, the largest connected component has a clustering coefficient of 0.43 and an average path length of 8.47. In comparison, an Erd\H{o}s-Réyni graph of the same size has a clustering coefficient of 0.000043 and an average path length of 6.78. Since the largest connected component has much larger clustering and only a slightly larger average path length, it is a small-world network. + +\begin{figure} +\centering +\includegraphics[width=.7\textwidth]{lcc-dd} +\caption{The degree distribution of the LCC appears to follow a power-law distribution.} +\label{fig:lcc-dd} +\end{figure} + +The largest connected component is the only one large enough for analysis, so we will henceforth refer to it as our network and ignore the other components. + +As with any network study, co-offending networks do not provide a perfect picture of all social interactions. There are clearly many social connections that do not lead to shared arrests. Yet research has shown that most individuals who co-offend also associate with one another in other contexts \cite{papachristos2014tragic}. We posit that co-offending networks networks are therefore a conservative, yet reliable, estimate of association between individuals. + +\section{Simulating Cascades} +As a first test for evidence of violence cascades, we considered how likely it would be to observe our data if all infections occurred independently without any influence process. By simulating infections in the network under the assumption of independent infection times, we can compare our data to a null model. + +We developed three methods to simulate independent infections: +\begin{enumerate} +\item Assume that every uninfected node has a small probability to become infected each day: $n_{victims}/(n_{nodes} \cdot n_{days})$. We calculated this value such that at the end of the study period we will have, in expectation, the same number of infected nodes as the data with uniform infection rates across the study period. +\item Take the same set of infected nodes as the data, and assign each an infection date taken uniformly at random from the entire study period. +\item Take the same set of infected nodes and infection dates as the data, and shuffle the matching between nodes and dates by randomly assigning a date to each infected node. +\end{enumerate} + +The first simulation method makes no assumptions about who is likely to be infected or when. The second accounts for non-uniform likelihoods of certain nodes to become infected. This is suggested by the data since, for example, victim nodes in the data have mean degree above that of the entire network. + +The third simulation method builds on the second by maintaining the same infection dates as well as the same victim nodes. This accounts for the nonuniform probability of being infected at different times during the study period. Previous studies have shown that violence peaks during the summer and declines during the winter, a seasonality that our data corroborates (Figure \ref{fig:inf-dates}). This third simulation method, then, allows us to ask the following question: given that certain people are more likely to be infected and that more infections occur at certain times of the year, do we still observe evidence for violence spreading through the network as a contagion? + +\begin{figure} +\centering +\includegraphics[width=.75\textwidth]{infection-dates} +\caption{Violence peaks in the summer and declines in the winter. Day 1 is the date of the first observed infection: February 8, 2006.} +\label{fig:inf-dates} +\end{figure} + +We evaluated three metrics of how clustered infection times are in the data and simulations: +\begin{enumerate} +\item The mean time between infections for all pairs of infected neighbors (nodes in the network that are both infected and have an edge between them). (547.6 days in the data) +\item The median time between infections for all pairs of infected neighbors. (378 days) +\item What fraction of infected neighbors were infected within 100 days of each other. (0.18) +\end{enumerate} + +Because we have the same set of infected nodes in the data and all simulations, the number of infected neighbor pairs is almost identical in all cases. This ensures that we are considering samples of the same size when measuring these distributions. + +We generated 200 study periods using simulation methods 2 and 3. As expected, infected neighbors become infected closer together in time in simulation 3 than in simulation 2. Yet in both cases we did not see results that could have generated the data (Figure \ref{fig:sims}). The mean and median time between infections was smaller than occurred in any simulation, and there were many more pairs infected within 100 days of each other. This implies that the observed pattern of infections between neighbors could not have occurred without some social dependence or interaction. + +\begin{figure} +\centering +\begin{subfigure}[b]{0.495\textwidth} +\includegraphics[width=\textwidth]{sim23-mean-time} +\end{subfigure} +\begin{subfigure}[b]{0.495\textwidth} +\includegraphics[width=\textwidth]{sim23-mean-100} +\end{subfigure} +\caption{Time between neighbor infections in simulation 2 (green) and simulation 3 (blue) versus the data (red).} +\label{fig:sims} +\end{figure} + +Finally, we ran our algorithm for cascade recovery (see Section~\ref{sec:recover}) to recover cascades from one instance of the second simulation. This only identified five cascades, the largest of which contained only 4 nodes. This is to be contrasted to the cascades we recovered in our dataset and is yet another evidence of the cascade-like nature of the spread of violence observed in our dataset. + +\section{Model} + +We first define a probabilistic model for the propagation of violence along a single edge, and then describe the probabilistic model for the cascades of violence. + +\subsection{Pairwise Propagation and Time Model} + +For a pair $(u, v)$ of victims nodes such that $t_u < t_v$, we model the probability of propagation along the \emph{directed} edge $e = (u,v)$ as $p_e = p_s\cdot p_h\cdot p_t$ where: +\begin{itemize} +\item $p_t$ is the \emph{temporal component}: network cascades are inherently time-dependent, and it is typical to assume that the probability of infection from $u$ to $v$ is a decreasing function of the difference in infection times $\Delta t=t_v-t_u$. Here, we chose a power law model: +\begin{displaymath} +p_t(\Delta t) = \frac{\gamma-1}{\alpha}\cdot\frac{1}{\left(1+\frac{\Delta t}{\alpha}\right)^{\gamma}} +\end{displaymath} +where the parameter $\alpha$ controls for the decay rate of the temporal component as the difference in infection times increases. +We deferred to future work the analysis of other time models such as an exponential or a Rayleigh model. +The probability of infection along an edge $(u,v)$ where $t_u > t_v$ is $0$. +For all tests described in this paper we used the value $\gamma = 1.01$. + +\item $p_h$ is the \emph{homophily component}. Because we have more data about each node than just its time of infection, we are able to estimate how likely one node is to infect another based on how similar the two nodes are. We assume that infections are more likely to occur between similar nodes, since these individuals are more likely to interact with one another or be exposed to the same risks. We will calculate the homophily between each pair of nodes using cosine similarity. +\item $p_s$ is the \emph{structural component}. In two 2014 papers, Papachristos showed that the contagion effects of gun violence are not restricted to the neighbors of a gunshot victim \cite{papachristos2014tragic, papachristos2014exposure}. In cascade terms, even if a node's immediate neighbors are not infected it is still at risk of being infected via indirect exposure by infected nodes two or three hops away in the network. Using the values calculated in \cite{papachristos2014tragic, papachristos2014exposure}, we define $p_s$ as follows: +\begin{equation*} +p_s = \begin{cases} + 0 & \text{if } d(u,v) \geq 4 \\ + 0.15\cdot 0.57^{1-d_{u,v}} & \text{otherwise} \\ + \end{cases} +\end{equation*} +where $d_{u,v}$ denotes the shortest path distance between $u$ and $v$ in the co-offending network. This structural component also accounts for the fact that we might have a partial view of the underlying social network: the co-offending network only reveals some of the edges of the ``true'' social network and the structural component defined above has the effect of adding edges to the co-offending network with a probability decaying exponentially as the distance in the original network increases. +\end{itemize} + +The interpretation of the temporal component requires some precision. The infection from $u$ to $v$ can be seen as a two-step process: +\begin{itemize} +\item first choose whether or not an infection is going to occur according to a Bernouilli variable of parameter $p_s\cdot p_h$. +\item then if an infection occurs, an \emph{incubation period} $\Delta t$ is drawn from the probabilistic model given by the temporal component. The infection of $v$ will occur at the end of the incubation period: $t_v = t_u + \Delta t$. +\end{itemize} +In particular, this allows us to define the probability that we do not observe an infection between a victim node $u$ and a non-victim node $v$ during our observation period. Let us denote by $t_{max}$ the time at which we stopped our observation, then: +\begin{equation} +\label{eq:pnot} +\begin{split} + \tilde{p}_{u, v} \eqdef\prob{u \text{ does not infect } v} &= 1 - p_s\cdot p_h + p_s\cdot p_h \prob{t_u + \Delta t > t_{max}}\\ + &= 1 - p_s\cdot p_h(1- \prob{t_u + \Delta t > t_{max}}) + \end{split} +\end{equation} +The term $1- \prob{t_u + \Delta t > t_{max}}$ can simply be interpreted as the probability that the infection time of $v$ falls within our observation period. For the probabilistic temporal model defined above, this can be computed explicitly: +\begin{align*} +1- \prob{t_u + \Delta t > t_{max}} &= \prob{\Delta t \leq t_{max} - t_u}\\ +&= \int_{0}^{t_{max}-t_u}\frac{\gamma-1}{\alpha}\cdot\frac{1}{\left(1+\frac{\Delta t}{\alpha}\right)^{\gamma}} = 1 - \frac{1}{\left(1+\frac{t_{max} - t_u}{\alpha}\right)^{\gamma}} +\end{align*} + +\subsection{Cascade Model} \label{sec:cascade-model} + +The pairwise propagation model defined in the previous section naturally orients the edges of the co-offending network: an edge is oriented from $u$ to $v$ if the infection $t_u$ is smaller than $t_v$, and edges are always oriented from infected nodes to non infected nodes (since their infection time would then have to be larger than $t_{max}$). Furthermore, because of the structural component, we are considering more edges than there are in the original network: for any vertex $u$ within a radius three of $v$ we have an edge from $u$ to $v$ if $t_u< t_v$ or if $v$ is not infected. + +We first note that the resulting directed graph is acyclic. Indeed, assume that there was a cycle $(u_1,\ldots, u_k, u_1)$, then by definition of the temporal model we would have $t_1 < t_2 < \ldots t_k < t_1$ which is a contradiction. We will henceforth denote by $D$ this directed acyclic graph (DAG). We considered three models to describe cascades occuring withing $D$: +\begin{itemize} +\item \emph{DAG cascades}: in this model, we simply define a cascade as a subgraph of $D$ which forms a DAG. In particular, a cascade can have several seed nodes and a node can have multiple parents. This model is similar to the independent cascade model of \cite{kkt03}, the main differences being that new seed nodes can appear at any time (instead of solely at the initial time) and that cascades do not overlap. +\item \emph{tree cascades}: in this model, a cascade is defined as a subgraph of $D$ which forms a tree. This implies that each cascade has a single seed node, the root, and that each infected node only has one parent. A similar model can be found in \cite{gomez2012netinf}, but as we discuss below, we had to model the probability of spawning a new cascade differently. +\item \emph{hybrid model}: in this model a cascade has a single seed node, but we remove the constraint that an infected node has at most one parent. A cascade is thus a subgraph of $D$ which forms a DAG with a single source. +\end{itemize} + +Even though we believe that the hybrid model better captures reality, we focused on the tree model in this work because of its simplicity. We defer the analysis of the hybrid model to future work. + +Let us now consider a set of cascades in the tree model, we can write this set as $\mathcal{T} = (T_1,\ldots, T_m)$ where $T_i$, $1\leq i\leq m$ are vertex disjoint trees. In order to define the probability of occurrence of this set of cascades, we need a probabilistic model for the spawn of a new cascade: each node can spontaneously initiate a new cascade of violence with probability $\beta$. This leads to the following probability of occurence for the cascades in $\mathcal{T}$: +\begin{displaymath} +\prob{\mathcal{T}\,|\, \alpha, \beta} = \prod_{i=1}^m \beta \prod_{e\in T_i} (1-\beta)p_e\prod_{e\in\delta(T_i)}(1-\beta)\tilde{p}_e +\end{displaymath} +where $\tilde{p}_e$ was defined in \eqref{eq:pnot} and where we define $\delta(T_i)$ to be the set of edges going from any node in $T_i$ to a non-infected node. Denoting by $E(\mathcal{T})$ the set of edges in $\mathcal{T}$ and by $\delta(\mathcal{T})$ the set of edges from any node in $\mathcal{T}$ to a non-infected node, this can be rewritten as: +\begin{displaymath} +\prob{\mathcal{T}\,|\, \alpha, \beta} = \beta^m(1-\beta)^{n-m}\prod_{e\in\mathcal{T}} p_e\prod_{e\in \delta(\mathcal{T})}\tilde{p}_e +\end{displaymath} +where $n$ is the total network of nodes $D$. + +\section{Recovering Cascades} \label{sec:recover} + +Given the probabilistic model described in the previous section, the problem of recovering cascades from the observed infection times can now be stated as a maximum likelihood estimation problem: +\begin{equation}\label{eq:prob} +\mathcal{T}^* = \argmax_{\mathcal{T}}\max_{\alpha, \beta}\prob{\mathcal{T}\,|\,\alpha, \beta} +\end{equation} +where the optimization is done over the model parameters ($\alpha$ and $\beta$) and over the set of feasible $\mathcal{T}$. It follows from our cascade model that $\mathcal{T}$ is feasible if and only if it comprises a set of directed edges between pairs of infected nodes such that each infected node has at most one predecessor. + +This suggests the following algorithm: for each infected node $v$, we have to decide whether or not we should consider it the root of a new cascade, or part of an already existing cascade. In the latter case, since $v$ can have at most one predecessor, we should select its most likely predecessor, that is, the predecessor $u$ for which $p_{u,v}$ is maximal among $u$'s predecessors. To decide between these two cases, we again consider which one is the most likely; for a predecessor $v$ of $u$ this amounts to the following comparison: +\begin{displaymath} +(1-\beta)p_{u,v} \geq \beta. +\end{displaymath} +By defining the threshold $\tau_{\beta} = \frac{\beta}{1-\beta}$, we see that it suffices to compare $p_{u,v}$ to the threshold value $\tau_{\beta}$. The full specification of the algorithm is given in Algorithm~\ref{alg:recover}. + +\begin{algorithm} +\caption{Cascade Recovering Algorithm} +\label{alg:recover} + \begin{algorithmic}[1] + \Require set $I$ of infected nodes, infection times $t_u$ for $u\in I$. Parameters $\alpha$, $\beta$ + \Ensure set $E$ of edges forming a forest of cascades + \Statex + \State $E\gets\emptyset$ + \State $\tau_{\beta}\gets \frac{\beta}{1-\beta}$ + \ForAll{$v\in I$} + \State $u\gets\argmax_{w}p_{w,v}$ + \If{$p_{u,v}\geq \tau_{\beta}$} + \State $E\gets E\cup\{(u.v)\}$ \Comment{$v$ was infected by $u$} + \Else + \State do nothing \Comment{$v$ spawned a new cascade} + \EndIf + \EndFor + \State return $S$ + \end{algorithmic} +\end{algorithm} + +It is interesting to note that as we decrease the value of $\beta$ relatively to the edge transmission probabilities, we will ``encourage'' more nodes to spawn new cascades rather than being infected by another infected node. Hence, we can see $\beta$ as a parameter controlling for the the size and number of cascades that we will recover. + +Based on the discussion above, for fixed values of $\alpha$ and $\beta$, Algorithm~\ref{alg:recover} solves the optimization problem \eqref{eq:prob} optimally. Thus, we are left with optimizing over $\alpha$ and $\beta$. Figure~\ref{fig:ll} shows the likelihood of the most likely set of cascades as a function of $\alpha$ and $\beta$. From this plot, we see that the function does not have any easy structure (like concavity) amenable to efficient optimization. Furthermore, it also presents many local minima which undermines the use of local search or gradient descent algorithms. As a consequence, we obtained the optimal values for $\alpha$ and $\beta$ through brute-force exploration of the parameter space. It seems that an analytical solution for $\alpha$ and $\beta$ could be obtained, but we defer this to future work. + +\begin{figure} +\centering +\includegraphics[width=1\textwidth]{ll} +\caption{Log-likelihood of the most likely set of cascades as a function of $\alpha$ and $\beta$} +\label{fig:ll} +\end{figure} + +\section{Analyzing Cascades} +We ran our algorithm to identify violence cascades for one set of parameters suggested by our analyses in Section \ref{sec:recover}: $\alpha = 40$ and $\beta = 0.055$. + +We return a set of 7,289 trees, 6,654 of which are isolated nodes. This means that we have 635 cascades in which a seed node infected at least one other node. The largest cascade contains 18 nodes. As shown in Figure \ref{fig:cascade-sizes}, the distribution of sizes returned by our algorithm follows a power law. This is in line with previous literature that has found cascade sizes to have this property \cite{cheng2014cascades}. + +\begin{figure} +\centering +\includegraphics[width=0.75\textwidth]{cascade-size-distribution} +\caption{The distribution of cascade sizes follows a power-law.} +\label{fig:cascade-sizes} +\end{figure} + +The two largest cascades are plotted in Figure \ref{fig:cascades}. We conducted some preliminary analyses of the individuals in the cascades to gain a deeper understanding of how demographics affects the spread of violence. In both cascades, all victims are African-American males and the age ranges for the two cascades are 16--26 and 17--30, respectively (looking at the two cascades from left to right). In the first cascade, 14 out of 18 nodes are in a gang--4 in one gang and 10 in another. In the second cascade, 9 out of 10 nodes are in a gang--6 in one and 3 in another. Hence, violence spreads both within and across gangs, but this preliminary analysis gives some evidence for a more likely intra-gang influence. Interestingly, the same gang is responsible for the sets of 10 and 6 individuals belonging to the same gang in each cascade. + +\begin{figure} +\centering +\includegraphics[width=\textwidth]{cascades2} +\caption{Two cascades returned by our algorithm. The seed nodes are marked in red. Edge thicknesses show the relative probability of transmission along the edge.} +\label{fig:cascades} +\end{figure} + +\section{Future Work} +There are many areas to conduct further research in this project. We describe these below, in approximate order of short- to long-term goals: + +\begin{itemize} +\item Further refine our model and try to gain better performance. +\item Perform a more extensive search over the parameter space of $\alpha, \beta$. If possible, derive an analytical solution for the maximum likelihood solution over $\alpha$ and $\beta$. We should also consider how our parameters used in the structural component $p_s$ affect results. +\item Evaluate how other temporal models influence our results. We can alter the scaling parameter $\gamma$ in the power-law model we have used so far, and also test Rayleigh and exponential time distributions. +\item Use the demographic data about each person in the network to build a similarity score between individuals. This homophily component will allow us to more accurately estimate infection propagation along edges (assuming that a node is more likely to infect nodes with similar rather than different characteristics, such as age and race). +\item Generate synthetic data and find sample data with which to test our model. One challenge of our present task is that there exists no ground truth for violence cascades (that is the point of our project!). But to trust the cascades we find in the data, we must first show that our algorithm returns accurate results for instances with a groundtruth. +\item Develop an algorithm for the DAG cascade model and the hybrid model described in section \ref{sec:cascade-model}. If it is possible to solve the optimization problem in those cases, then we can compare how the inferred cascades compare with those from our current model. +\item See whether or not we can use our cascade propagation model to predict the spread of violence. We could truncate our dataset to keep only nodes infected before a given date and try to predict the nodes that are going to be infected next. Another interesting analysis would be to predict which nodes will be the seeds of a cascade, and how large those cascades will be. +\item Develop a model to identify which nodes and edges are most crucial for the propagation of violence. In other words, develop a model to remove nodes from the network in order to cause the greatest decrease of violence. This is has been identified in the literature as the \textsc{firefighter} problem. +\end{itemize} + +\bibliographystyle{plain} +\bibliography{main} +\end{document} diff --git a/cs284_report/sim23-mean-100.pdf b/cs284_report/sim23-mean-100.pdf new file mode 100644 index 0000000..768ac5b Binary files /dev/null and b/cs284_report/sim23-mean-100.pdf differ diff --git a/cs284_report/sim23-mean-time.pdf b/cs284_report/sim23-mean-time.pdf new file mode 100644 index 0000000..2b8ed6b Binary files /dev/null and b/cs284_report/sim23-mean-time.pdf differ diff --git a/experiments/Makefile b/experiments/Makefile deleted file mode 100644 index 0fd956a..0000000 --- a/experiments/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -all: - cython -a ml.pyx - gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -I/usr/include/python2.7 -c ml.c -o ml.o - gcc -pthread -shared -Wl,-O3,--sort-common,--as-needed,-z,relro ml.o -L/usr/lib -lpython2.7 -o ml.so - - diff --git a/experiments/README.txt b/experiments/README.txt deleted file mode 100644 index 80f6aa0..0000000 --- a/experiments/README.txt +++ /dev/null @@ -1,47 +0,0 @@ -Description of the files -======================== - -* build_network.py: takes a .csv file containing a criminal network and builds - and extract a compressed binary representation tailored to make the other - scripts faster. - - Takes one argument, the name of the .csv file. The output file has the same - name but the extension .pickle - -* ml.pyx: code to compute the likelihood of a given alpha (time component) and - delta (structural component) for a given infection graph. The optimization of - the beta parameter (probability of being a root) is done internally. - -* process.py: simple loop to do an exhaustive search over a range of alpha - (time component) and delta (structural component). The likelihood (and a few - other things) for each of the values is printed in the file "out.log". - Takes as argument the name of .pickle file computed by build_network.py - Prints columns as alpha, delta, beta, number of roots, likelihood - -* plot3d.py: code to obtain a 3d plot of the log likelihood as a function of - alpha and delta. Can also be easily modified to obtain 2d plots along - specific axes - -Installation -============ - -* most of the code uses standard python + numpy + matplotlib - -* the file ml.pyx is a Cython file which must be compiled in order to be used. -At a high level, ml.pyx is compiled into ml.so. The line "import ml" in -"process.py" will fail if the file ml.so is not present in the directory. -Important: do not forget to recompile ml.pyx after changing it, otherwise you -will be working with an outdated version of ml.so! - -How to compile? A Makefile is provided. If using make on MacOS is too -complicated, it is also possible to compile .pyx files using python distutils -(which I would assume is more standard on MacOS). This only requires distutils -and a simple setup.py file. More details here: -http://docs.cython.org/src/reference/compilation.html#configuring-the-c-build - -Running Code -============ -python build_network.py ../../Results/dag_dat_all.csv -python setup.py build_ext --inplace -python process.py ../../Results/dag_dat_all.pickle -python plot3d.py diff --git a/experiments/analyze.py b/experiments/analyze.py deleted file mode 100644 index 6a6896b..0000000 --- a/experiments/analyze.py +++ /dev/null @@ -1,4 +0,0 @@ -import pstats - -p = pstats.Stats("run.stats") -p.print_stats() diff --git a/experiments/build/temp.macosx-10.6-x86_64-2.7/ml.o b/experiments/build/temp.macosx-10.6-x86_64-2.7/ml.o deleted file mode 100644 index 20d0673..0000000 Binary files a/experiments/build/temp.macosx-10.6-x86_64-2.7/ml.o and /dev/null differ diff --git a/experiments/build/temp.macosx-10.6-x86_64-2.7/ml2.o b/experiments/build/temp.macosx-10.6-x86_64-2.7/ml2.o deleted file mode 100644 index 285f8be..0000000 Binary files a/experiments/build/temp.macosx-10.6-x86_64-2.7/ml2.o and /dev/null differ diff --git a/experiments/build/temp.macosx-10.6-x86_64-2.7/ml3.o b/experiments/build/temp.macosx-10.6-x86_64-2.7/ml3.o deleted file mode 100644 index 9a4f66b..0000000 Binary files a/experiments/build/temp.macosx-10.6-x86_64-2.7/ml3.o and /dev/null differ diff --git a/experiments/build_network.py b/experiments/build_network.py deleted file mode 100644 index c58d5cf..0000000 --- a/experiments/build_network.py +++ /dev/null @@ -1,58 +0,0 @@ -from csv import DictReader -import sys -from cPickle import dump -from os.path import splitext - - -def build_network(filename): - victims = {} - non_victims = {} - age = 0 - t_max = 1000 - with open(filename) as fh: - reader = DictReader(fh) - for row in reader: - from_, to = int(float(row["from"])), int(float(row["to"])) - dist = int(row["dist"]) - w1, w2, w3 = float(row["w1"]), float(row["w2"]), float(row["w3"]) - # if int(float(row["dist"])) > 1: - # continue - # 'to' is a victim - if row["t2"] != "NA": - dt = int(row["t2"]) - int(row["t1"]) - parent = (from_, dist, dt, w1, w2, w3) - if to not in victims: - age += int(row["t2"]) - int(row["spawn2"]) - victims[to] = [] - victims[to].append(parent) - if from_ not in victims: - age += int(row["t1"]) - int(row["spawn1"]) - victims[from_] = [] - # 'to' is not a victim - else: - dt = t_max - int(row["t1"]) - parent = (from_, dist, dt, w1, w2, w3) - if to not in non_victims: - # age += 3012 - int(row["spawn2"]) - non_victims[to] = [] - non_victims[to].append(parent) - if from_ not in victims: - age += int(row["t1"]) - int(row["spawn1"]) - victims[from_] = [] - root_victims = {} - for victim in victims.keys(): - if not victims[victim]: - del victims[victim] - root_victims[victim] = [] - print len(root_victims), len(victims), len(non_victims) - return root_victims, victims, non_victims, age - - -if __name__ == "__main__": - if len(sys.argv) < 2: - sys.exit("usage: {0} ".format(sys.argv[0])) - - filename = sys.argv[1] - root, _ = splitext(filename) - root_victims, victims, non_victims, age = build_network(filename) - dump((root_victims, victims, non_victims, age), open(root + ".pickle", "w")) diff --git a/experiments/ml.c b/experiments/ml.c deleted file mode 100644 index 25c10ac..0000000 --- a/experiments/ml.c +++ /dev/null @@ -1,8353 +0,0 @@ -/* Generated by Cython 0.22 */ - -/* BEGIN: Cython Metadata -{ - "distutils": { - "depends": [] - } -} -END: Cython Metadata */ - -#define PY_SSIZE_T_CLEAN -#ifndef CYTHON_USE_PYLONG_INTERNALS -#ifdef PYLONG_BITS_IN_DIGIT -#define CYTHON_USE_PYLONG_INTERNALS 0 -#else -#include "pyconfig.h" -#ifdef PYLONG_BITS_IN_DIGIT -#define CYTHON_USE_PYLONG_INTERNALS 1 -#else -#define CYTHON_USE_PYLONG_INTERNALS 0 -#endif -#endif -#endif -#include "Python.h" -#ifndef Py_PYTHON_H - #error Python headers needed to compile C extensions, please install development version of Python. -#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03020000) - #error Cython requires Python 2.6+ or Python 3.2+. -#else -#define CYTHON_ABI "0_22" -#include -#ifndef offsetof -#define offsetof(type, member) ( (size_t) & ((type*)0) -> member ) -#endif -#if !defined(WIN32) && !defined(MS_WINDOWS) - #ifndef __stdcall - #define __stdcall - #endif - #ifndef __cdecl - #define __cdecl - #endif - #ifndef __fastcall - #define __fastcall - #endif -#endif -#ifndef DL_IMPORT - #define DL_IMPORT(t) t -#endif -#ifndef DL_EXPORT - #define DL_EXPORT(t) t -#endif -#ifndef PY_LONG_LONG - #define PY_LONG_LONG LONG_LONG -#endif -#ifndef Py_HUGE_VAL - #define Py_HUGE_VAL HUGE_VAL -#endif -#ifdef PYPY_VERSION -#define CYTHON_COMPILING_IN_PYPY 1 -#define CYTHON_COMPILING_IN_CPYTHON 0 -#else -#define CYTHON_COMPILING_IN_PYPY 0 -#define CYTHON_COMPILING_IN_CPYTHON 1 -#endif -#if CYTHON_COMPILING_IN_PYPY && PY_VERSION_HEX < 0x02070600 && !defined(Py_OptimizeFlag) -#define Py_OptimizeFlag 0 -#endif -#define __PYX_BUILD_PY_SSIZE_T "n" -#define CYTHON_FORMAT_SSIZE_T "z" -#if PY_MAJOR_VERSION < 3 - #define __Pyx_BUILTIN_MODULE_NAME "__builtin__" - #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ - PyCode_New(a+k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) - #define __Pyx_DefaultClassType PyClass_Type -#else - #define __Pyx_BUILTIN_MODULE_NAME "builtins" - #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ - PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) - #define __Pyx_DefaultClassType PyType_Type -#endif -#if PY_MAJOR_VERSION >= 3 - #define Py_TPFLAGS_CHECKTYPES 0 - #define Py_TPFLAGS_HAVE_INDEX 0 - #define Py_TPFLAGS_HAVE_NEWBUFFER 0 -#endif -#if PY_VERSION_HEX < 0x030400a1 && !defined(Py_TPFLAGS_HAVE_FINALIZE) - #define Py_TPFLAGS_HAVE_FINALIZE 0 -#endif -#if PY_VERSION_HEX > 0x03030000 && defined(PyUnicode_KIND) - #define CYTHON_PEP393_ENABLED 1 - #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \ - 0 : _PyUnicode_Ready((PyObject *)(op))) - #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_LENGTH(u) - #define __Pyx_PyUnicode_READ_CHAR(u, i) PyUnicode_READ_CHAR(u, i) - #define __Pyx_PyUnicode_KIND(u) PyUnicode_KIND(u) - #define __Pyx_PyUnicode_DATA(u) PyUnicode_DATA(u) - #define __Pyx_PyUnicode_READ(k, d, i) PyUnicode_READ(k, d, i) -#else - #define CYTHON_PEP393_ENABLED 0 - #define __Pyx_PyUnicode_READY(op) (0) - #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_SIZE(u) - #define __Pyx_PyUnicode_READ_CHAR(u, i) ((Py_UCS4)(PyUnicode_AS_UNICODE(u)[i])) - #define __Pyx_PyUnicode_KIND(u) (sizeof(Py_UNICODE)) - #define __Pyx_PyUnicode_DATA(u) ((void*)PyUnicode_AS_UNICODE(u)) - #define __Pyx_PyUnicode_READ(k, d, i) ((void)(k), (Py_UCS4)(((Py_UNICODE*)d)[i])) -#endif -#if CYTHON_COMPILING_IN_PYPY - #define __Pyx_PyUnicode_Concat(a, b) PyNumber_Add(a, b) - #define __Pyx_PyUnicode_ConcatSafe(a, b) PyNumber_Add(a, b) - #define __Pyx_PyFrozenSet_Size(s) PyObject_Size(s) -#else - #define __Pyx_PyUnicode_Concat(a, b) PyUnicode_Concat(a, b) - #define __Pyx_PyUnicode_ConcatSafe(a, b) ((unlikely((a) == Py_None) || unlikely((b) == Py_None)) ? \ - PyNumber_Add(a, b) : __Pyx_PyUnicode_Concat(a, b)) - #define __Pyx_PyFrozenSet_Size(s) PySet_Size(s) -#endif -#define __Pyx_PyString_FormatSafe(a, b) ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : __Pyx_PyString_Format(a, b)) -#define __Pyx_PyUnicode_FormatSafe(a, b) ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : PyUnicode_Format(a, b)) -#if PY_MAJOR_VERSION >= 3 - #define __Pyx_PyString_Format(a, b) PyUnicode_Format(a, b) -#else - #define __Pyx_PyString_Format(a, b) PyString_Format(a, b) -#endif -#if PY_MAJOR_VERSION >= 3 - #define PyBaseString_Type PyUnicode_Type - #define PyStringObject PyUnicodeObject - #define PyString_Type PyUnicode_Type - #define PyString_Check PyUnicode_Check - #define PyString_CheckExact PyUnicode_CheckExact -#endif -#if PY_MAJOR_VERSION >= 3 - #define __Pyx_PyBaseString_Check(obj) PyUnicode_Check(obj) - #define __Pyx_PyBaseString_CheckExact(obj) PyUnicode_CheckExact(obj) -#else - #define __Pyx_PyBaseString_Check(obj) (PyString_Check(obj) || PyUnicode_Check(obj)) - #define __Pyx_PyBaseString_CheckExact(obj) (PyString_CheckExact(obj) || PyUnicode_CheckExact(obj)) -#endif -#ifndef PySet_CheckExact - #define PySet_CheckExact(obj) (Py_TYPE(obj) == &PySet_Type) -#endif -#define __Pyx_TypeCheck(obj, type) PyObject_TypeCheck(obj, (PyTypeObject *)type) -#if PY_MAJOR_VERSION >= 3 - #define PyIntObject PyLongObject - #define PyInt_Type PyLong_Type - #define PyInt_Check(op) PyLong_Check(op) - #define PyInt_CheckExact(op) PyLong_CheckExact(op) - #define PyInt_FromString PyLong_FromString - #define PyInt_FromUnicode PyLong_FromUnicode - #define PyInt_FromLong PyLong_FromLong - #define PyInt_FromSize_t PyLong_FromSize_t - #define PyInt_FromSsize_t PyLong_FromSsize_t - #define PyInt_AsLong PyLong_AsLong - #define PyInt_AS_LONG PyLong_AS_LONG - #define PyInt_AsSsize_t PyLong_AsSsize_t - #define PyInt_AsUnsignedLongMask PyLong_AsUnsignedLongMask - #define PyInt_AsUnsignedLongLongMask PyLong_AsUnsignedLongLongMask - #define PyNumber_Int PyNumber_Long -#endif -#if PY_MAJOR_VERSION >= 3 - #define PyBoolObject PyLongObject -#endif -#if PY_MAJOR_VERSION >= 3 && CYTHON_COMPILING_IN_PYPY - #ifndef PyUnicode_InternFromString - #define PyUnicode_InternFromString(s) PyUnicode_FromString(s) - #endif -#endif -#if PY_VERSION_HEX < 0x030200A4 - typedef long Py_hash_t; - #define __Pyx_PyInt_FromHash_t PyInt_FromLong - #define __Pyx_PyInt_AsHash_t PyInt_AsLong -#else - #define __Pyx_PyInt_FromHash_t PyInt_FromSsize_t - #define __Pyx_PyInt_AsHash_t PyInt_AsSsize_t -#endif -#if PY_MAJOR_VERSION >= 3 - #define __Pyx_PyMethod_New(func, self, klass) ((self) ? PyMethod_New(func, self) : PyInstanceMethod_New(func)) -#else - #define __Pyx_PyMethod_New(func, self, klass) PyMethod_New(func, self, klass) -#endif -#ifndef CYTHON_INLINE - #if defined(__GNUC__) - #define CYTHON_INLINE __inline__ - #elif defined(_MSC_VER) - #define CYTHON_INLINE __inline - #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L - #define CYTHON_INLINE inline - #else - #define CYTHON_INLINE - #endif -#endif -#ifndef CYTHON_RESTRICT - #if defined(__GNUC__) - #define CYTHON_RESTRICT __restrict__ - #elif defined(_MSC_VER) && _MSC_VER >= 1400 - #define CYTHON_RESTRICT __restrict - #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L - #define CYTHON_RESTRICT restrict - #else - #define CYTHON_RESTRICT - #endif -#endif -#ifdef NAN -#define __PYX_NAN() ((float) NAN) -#else -static CYTHON_INLINE float __PYX_NAN() { - /* Initialize NaN. The sign is irrelevant, an exponent with all bits 1 and - a nonzero mantissa means NaN. If the first bit in the mantissa is 1, it is - a quiet NaN. */ - float value; - memset(&value, 0xFF, sizeof(value)); - return value; -} -#endif -#define __Pyx_void_to_None(void_result) (void_result, Py_INCREF(Py_None), Py_None) -#ifdef __cplusplus -template -void __Pyx_call_destructor(T* x) { - x->~T(); -} -template -class __Pyx_FakeReference { - public: - __Pyx_FakeReference() : ptr(NULL) { } - __Pyx_FakeReference(T& ref) : ptr(&ref) { } - T *operator->() { return ptr; } - operator T&() { return *ptr; } - private: - T *ptr; -}; -#endif - - -#if PY_MAJOR_VERSION >= 3 - #define __Pyx_PyNumber_Divide(x,y) PyNumber_TrueDivide(x,y) - #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceTrueDivide(x,y) -#else - #define __Pyx_PyNumber_Divide(x,y) PyNumber_Divide(x,y) - #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceDivide(x,y) -#endif - -#ifndef __PYX_EXTERN_C - #ifdef __cplusplus - #define __PYX_EXTERN_C extern "C" - #else - #define __PYX_EXTERN_C extern - #endif -#endif - -#if defined(WIN32) || defined(MS_WINDOWS) -#define _USE_MATH_DEFINES -#endif -#include -#define __PYX_HAVE__ml -#define __PYX_HAVE_API__ml -#include "string.h" -#include "stdio.h" -#include "stdlib.h" -#include "numpy/arrayobject.h" -#include "numpy/ufuncobject.h" -#include "math.h" -#ifdef _OPENMP -#include -#endif /* _OPENMP */ - -#ifdef PYREX_WITHOUT_ASSERTIONS -#define CYTHON_WITHOUT_ASSERTIONS -#endif - -#ifndef CYTHON_UNUSED -# if defined(__GNUC__) -# if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)) -# define CYTHON_UNUSED __attribute__ ((__unused__)) -# else -# define CYTHON_UNUSED -# endif -# elif defined(__ICC) || (defined(__INTEL_COMPILER) && !defined(_MSC_VER)) -# define CYTHON_UNUSED __attribute__ ((__unused__)) -# else -# define CYTHON_UNUSED -# endif -#endif -typedef struct {PyObject **p; char *s; const Py_ssize_t n; const char* encoding; - const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; - -#define __PYX_DEFAULT_STRING_ENCODING_IS_ASCII 0 -#define __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT 0 -#define __PYX_DEFAULT_STRING_ENCODING "" -#define __Pyx_PyObject_FromString __Pyx_PyBytes_FromString -#define __Pyx_PyObject_FromStringAndSize __Pyx_PyBytes_FromStringAndSize -#define __Pyx_fits_Py_ssize_t(v, type, is_signed) ( \ - (sizeof(type) < sizeof(Py_ssize_t)) || \ - (sizeof(type) > sizeof(Py_ssize_t) && \ - likely(v < (type)PY_SSIZE_T_MAX || \ - v == (type)PY_SSIZE_T_MAX) && \ - (!is_signed || likely(v > (type)PY_SSIZE_T_MIN || \ - v == (type)PY_SSIZE_T_MIN))) || \ - (sizeof(type) == sizeof(Py_ssize_t) && \ - (is_signed || likely(v < (type)PY_SSIZE_T_MAX || \ - v == (type)PY_SSIZE_T_MAX))) ) -static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject*); -static CYTHON_INLINE char* __Pyx_PyObject_AsStringAndSize(PyObject*, Py_ssize_t* length); -#define __Pyx_PyByteArray_FromString(s) PyByteArray_FromStringAndSize((const char*)s, strlen((const char*)s)) -#define __Pyx_PyByteArray_FromStringAndSize(s, l) PyByteArray_FromStringAndSize((const char*)s, l) -#define __Pyx_PyBytes_FromString PyBytes_FromString -#define __Pyx_PyBytes_FromStringAndSize PyBytes_FromStringAndSize -static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char*); -#if PY_MAJOR_VERSION < 3 - #define __Pyx_PyStr_FromString __Pyx_PyBytes_FromString - #define __Pyx_PyStr_FromStringAndSize __Pyx_PyBytes_FromStringAndSize -#else - #define __Pyx_PyStr_FromString __Pyx_PyUnicode_FromString - #define __Pyx_PyStr_FromStringAndSize __Pyx_PyUnicode_FromStringAndSize -#endif -#define __Pyx_PyObject_AsSString(s) ((signed char*) __Pyx_PyObject_AsString(s)) -#define __Pyx_PyObject_AsUString(s) ((unsigned char*) __Pyx_PyObject_AsString(s)) -#define __Pyx_PyObject_FromCString(s) __Pyx_PyObject_FromString((const char*)s) -#define __Pyx_PyBytes_FromCString(s) __Pyx_PyBytes_FromString((const char*)s) -#define __Pyx_PyByteArray_FromCString(s) __Pyx_PyByteArray_FromString((const char*)s) -#define __Pyx_PyStr_FromCString(s) __Pyx_PyStr_FromString((const char*)s) -#define __Pyx_PyUnicode_FromCString(s) __Pyx_PyUnicode_FromString((const char*)s) -#if PY_MAJOR_VERSION < 3 -static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) -{ - const Py_UNICODE *u_end = u; - while (*u_end++) ; - return (size_t)(u_end - u - 1); -} -#else -#define __Pyx_Py_UNICODE_strlen Py_UNICODE_strlen -#endif -#define __Pyx_PyUnicode_FromUnicode(u) PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u)) -#define __Pyx_PyUnicode_FromUnicodeAndLength PyUnicode_FromUnicode -#define __Pyx_PyUnicode_AsUnicode PyUnicode_AsUnicode -#define __Pyx_Owned_Py_None(b) (Py_INCREF(Py_None), Py_None) -#define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False)) -static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*); -static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x); -static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject*); -static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t); -#if CYTHON_COMPILING_IN_CPYTHON -#define __pyx_PyFloat_AsDouble(x) (PyFloat_CheckExact(x) ? PyFloat_AS_DOUBLE(x) : PyFloat_AsDouble(x)) -#else -#define __pyx_PyFloat_AsDouble(x) PyFloat_AsDouble(x) -#endif -#define __pyx_PyFloat_AsFloat(x) ((float) __pyx_PyFloat_AsDouble(x)) -#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII -static int __Pyx_sys_getdefaultencoding_not_ascii; -static int __Pyx_init_sys_getdefaultencoding_params(void) { - PyObject* sys; - PyObject* default_encoding = NULL; - PyObject* ascii_chars_u = NULL; - PyObject* ascii_chars_b = NULL; - const char* default_encoding_c; - sys = PyImport_ImportModule("sys"); - if (!sys) goto bad; - default_encoding = PyObject_CallMethod(sys, (char*) "getdefaultencoding", NULL); - Py_DECREF(sys); - if (!default_encoding) goto bad; - default_encoding_c = PyBytes_AsString(default_encoding); - if (!default_encoding_c) goto bad; - if (strcmp(default_encoding_c, "ascii") == 0) { - __Pyx_sys_getdefaultencoding_not_ascii = 0; - } else { - char ascii_chars[128]; - int c; - for (c = 0; c < 128; c++) { - ascii_chars[c] = c; - } - __Pyx_sys_getdefaultencoding_not_ascii = 1; - ascii_chars_u = PyUnicode_DecodeASCII(ascii_chars, 128, NULL); - if (!ascii_chars_u) goto bad; - ascii_chars_b = PyUnicode_AsEncodedString(ascii_chars_u, default_encoding_c, NULL); - if (!ascii_chars_b || !PyBytes_Check(ascii_chars_b) || memcmp(ascii_chars, PyBytes_AS_STRING(ascii_chars_b), 128) != 0) { - PyErr_Format( - PyExc_ValueError, - "This module compiled with c_string_encoding=ascii, but default encoding '%.200s' is not a superset of ascii.", - default_encoding_c); - goto bad; - } - Py_DECREF(ascii_chars_u); - Py_DECREF(ascii_chars_b); - } - Py_DECREF(default_encoding); - return 0; -bad: - Py_XDECREF(default_encoding); - Py_XDECREF(ascii_chars_u); - Py_XDECREF(ascii_chars_b); - return -1; -} -#endif -#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT && PY_MAJOR_VERSION >= 3 -#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_DecodeUTF8(c_str, size, NULL) -#else -#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_Decode(c_str, size, __PYX_DEFAULT_STRING_ENCODING, NULL) -#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT -static char* __PYX_DEFAULT_STRING_ENCODING; -static int __Pyx_init_sys_getdefaultencoding_params(void) { - PyObject* sys; - PyObject* default_encoding = NULL; - char* default_encoding_c; - sys = PyImport_ImportModule("sys"); - if (!sys) goto bad; - default_encoding = PyObject_CallMethod(sys, (char*) (const char*) "getdefaultencoding", NULL); - Py_DECREF(sys); - if (!default_encoding) goto bad; - default_encoding_c = PyBytes_AsString(default_encoding); - if (!default_encoding_c) goto bad; - __PYX_DEFAULT_STRING_ENCODING = (char*) malloc(strlen(default_encoding_c)); - if (!__PYX_DEFAULT_STRING_ENCODING) goto bad; - strcpy(__PYX_DEFAULT_STRING_ENCODING, default_encoding_c); - Py_DECREF(default_encoding); - return 0; -bad: - Py_XDECREF(default_encoding); - return -1; -} -#endif -#endif - - -/* Test for GCC > 2.95 */ -#if defined(__GNUC__) && (__GNUC__ > 2 || (__GNUC__ == 2 && (__GNUC_MINOR__ > 95))) - #define likely(x) __builtin_expect(!!(x), 1) - #define unlikely(x) __builtin_expect(!!(x), 0) -#else /* !__GNUC__ or GCC < 2.95 */ - #define likely(x) (x) - #define unlikely(x) (x) -#endif /* __GNUC__ */ - -static PyObject *__pyx_m; -static PyObject *__pyx_d; -static PyObject *__pyx_b; -static PyObject *__pyx_empty_tuple; -static PyObject *__pyx_empty_bytes; -static int __pyx_lineno; -static int __pyx_clineno = 0; -static const char * __pyx_cfilenm= __FILE__; -static const char *__pyx_filename; - -#if !defined(CYTHON_CCOMPLEX) - #if defined(__cplusplus) - #define CYTHON_CCOMPLEX 1 - #elif defined(_Complex_I) - #define CYTHON_CCOMPLEX 1 - #else - #define CYTHON_CCOMPLEX 0 - #endif -#endif -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - #include - #else - #include - #endif -#endif -#if CYTHON_CCOMPLEX && !defined(__cplusplus) && defined(__sun__) && defined(__GNUC__) - #undef _Complex_I - #define _Complex_I 1.0fj -#endif - - -static const char *__pyx_f[] = { - "ml.pyx", - "__init__.pxd", - "type.pxd", -}; -#define IS_UNSIGNED(type) (((type) -1) > 0) -struct __Pyx_StructField_; -#define __PYX_BUF_FLAGS_PACKED_STRUCT (1 << 0) -typedef struct { - const char* name; - struct __Pyx_StructField_* fields; - size_t size; - size_t arraysize[8]; - int ndim; - char typegroup; - char is_unsigned; - int flags; -} __Pyx_TypeInfo; -typedef struct __Pyx_StructField_ { - __Pyx_TypeInfo* type; - const char* name; - size_t offset; -} __Pyx_StructField; -typedef struct { - __Pyx_StructField* field; - size_t parent_offset; -} __Pyx_BufFmt_StackElem; -typedef struct { - __Pyx_StructField root; - __Pyx_BufFmt_StackElem* head; - size_t fmt_offset; - size_t new_count, enc_count; - size_t struct_alignment; - int is_complex; - char enc_type; - char new_packmode; - char enc_packmode; - char is_valid_array; -} __Pyx_BufFmt_Context; - - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":726 - * # in Cython to enable them only on the right systems. - * - * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<< - * ctypedef npy_int16 int16_t - * ctypedef npy_int32 int32_t - */ -typedef npy_int8 __pyx_t_5numpy_int8_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":727 - * - * ctypedef npy_int8 int8_t - * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<< - * ctypedef npy_int32 int32_t - * ctypedef npy_int64 int64_t - */ -typedef npy_int16 __pyx_t_5numpy_int16_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":728 - * ctypedef npy_int8 int8_t - * ctypedef npy_int16 int16_t - * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<< - * ctypedef npy_int64 int64_t - * #ctypedef npy_int96 int96_t - */ -typedef npy_int32 __pyx_t_5numpy_int32_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":729 - * ctypedef npy_int16 int16_t - * ctypedef npy_int32 int32_t - * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<< - * #ctypedef npy_int96 int96_t - * #ctypedef npy_int128 int128_t - */ -typedef npy_int64 __pyx_t_5numpy_int64_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":733 - * #ctypedef npy_int128 int128_t - * - * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<< - * ctypedef npy_uint16 uint16_t - * ctypedef npy_uint32 uint32_t - */ -typedef npy_uint8 __pyx_t_5numpy_uint8_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":734 - * - * ctypedef npy_uint8 uint8_t - * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<< - * ctypedef npy_uint32 uint32_t - * ctypedef npy_uint64 uint64_t - */ -typedef npy_uint16 __pyx_t_5numpy_uint16_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":735 - * ctypedef npy_uint8 uint8_t - * ctypedef npy_uint16 uint16_t - * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<< - * ctypedef npy_uint64 uint64_t - * #ctypedef npy_uint96 uint96_t - */ -typedef npy_uint32 __pyx_t_5numpy_uint32_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":736 - * ctypedef npy_uint16 uint16_t - * ctypedef npy_uint32 uint32_t - * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<< - * #ctypedef npy_uint96 uint96_t - * #ctypedef npy_uint128 uint128_t - */ -typedef npy_uint64 __pyx_t_5numpy_uint64_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":740 - * #ctypedef npy_uint128 uint128_t - * - * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<< - * ctypedef npy_float64 float64_t - * #ctypedef npy_float80 float80_t - */ -typedef npy_float32 __pyx_t_5numpy_float32_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":741 - * - * ctypedef npy_float32 float32_t - * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<< - * #ctypedef npy_float80 float80_t - * #ctypedef npy_float128 float128_t - */ -typedef npy_float64 __pyx_t_5numpy_float64_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":750 - * # The int types are mapped a bit surprising -- - * # numpy.int corresponds to 'l' and numpy.long to 'q' - * ctypedef npy_long int_t # <<<<<<<<<<<<<< - * ctypedef npy_longlong long_t - * ctypedef npy_longlong longlong_t - */ -typedef npy_long __pyx_t_5numpy_int_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":751 - * # numpy.int corresponds to 'l' and numpy.long to 'q' - * ctypedef npy_long int_t - * ctypedef npy_longlong long_t # <<<<<<<<<<<<<< - * ctypedef npy_longlong longlong_t - * - */ -typedef npy_longlong __pyx_t_5numpy_long_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":752 - * ctypedef npy_long int_t - * ctypedef npy_longlong long_t - * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<< - * - * ctypedef npy_ulong uint_t - */ -typedef npy_longlong __pyx_t_5numpy_longlong_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":754 - * ctypedef npy_longlong longlong_t - * - * ctypedef npy_ulong uint_t # <<<<<<<<<<<<<< - * ctypedef npy_ulonglong ulong_t - * ctypedef npy_ulonglong ulonglong_t - */ -typedef npy_ulong __pyx_t_5numpy_uint_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":755 - * - * ctypedef npy_ulong uint_t - * ctypedef npy_ulonglong ulong_t # <<<<<<<<<<<<<< - * ctypedef npy_ulonglong ulonglong_t - * - */ -typedef npy_ulonglong __pyx_t_5numpy_ulong_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":756 - * ctypedef npy_ulong uint_t - * ctypedef npy_ulonglong ulong_t - * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<< - * - * ctypedef npy_intp intp_t - */ -typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":758 - * ctypedef npy_ulonglong ulonglong_t - * - * ctypedef npy_intp intp_t # <<<<<<<<<<<<<< - * ctypedef npy_uintp uintp_t - * - */ -typedef npy_intp __pyx_t_5numpy_intp_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":759 - * - * ctypedef npy_intp intp_t - * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<< - * - * ctypedef npy_double float_t - */ -typedef npy_uintp __pyx_t_5numpy_uintp_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":761 - * ctypedef npy_uintp uintp_t - * - * ctypedef npy_double float_t # <<<<<<<<<<<<<< - * ctypedef npy_double double_t - * ctypedef npy_longdouble longdouble_t - */ -typedef npy_double __pyx_t_5numpy_float_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":762 - * - * ctypedef npy_double float_t - * ctypedef npy_double double_t # <<<<<<<<<<<<<< - * ctypedef npy_longdouble longdouble_t - * - */ -typedef npy_double __pyx_t_5numpy_double_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":763 - * ctypedef npy_double float_t - * ctypedef npy_double double_t - * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<< - * - * ctypedef npy_cfloat cfloat_t - */ -typedef npy_longdouble __pyx_t_5numpy_longdouble_t; - -/* "ml.pyx":7 - * - * DTYPE = np.float64 - * ctypedef np.float_t DTYPE_t # <<<<<<<<<<<<<< - * - * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, - */ -typedef __pyx_t_5numpy_float_t __pyx_t_2ml_DTYPE_t; -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - typedef ::std::complex< float > __pyx_t_float_complex; - #else - typedef float _Complex __pyx_t_float_complex; - #endif -#else - typedef struct { float real, imag; } __pyx_t_float_complex; -#endif - -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - typedef ::std::complex< double > __pyx_t_double_complex; - #else - typedef double _Complex __pyx_t_double_complex; - #endif -#else - typedef struct { double real, imag; } __pyx_t_double_complex; -#endif - - -/*--- Type declarations ---*/ - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":765 - * ctypedef npy_longdouble longdouble_t - * - * ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<< - * ctypedef npy_cdouble cdouble_t - * ctypedef npy_clongdouble clongdouble_t - */ -typedef npy_cfloat __pyx_t_5numpy_cfloat_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":766 - * - * ctypedef npy_cfloat cfloat_t - * ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<< - * ctypedef npy_clongdouble clongdouble_t - * - */ -typedef npy_cdouble __pyx_t_5numpy_cdouble_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":767 - * ctypedef npy_cfloat cfloat_t - * ctypedef npy_cdouble cdouble_t - * ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<< - * - * ctypedef npy_cdouble complex_t - */ -typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":769 - * ctypedef npy_clongdouble clongdouble_t - * - * ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew1(a): - */ -typedef npy_cdouble __pyx_t_5numpy_complex_t; - -/* --- Runtime support code (head) --- */ -#ifndef CYTHON_REFNANNY - #define CYTHON_REFNANNY 0 -#endif -#if CYTHON_REFNANNY - typedef struct { - void (*INCREF)(void*, PyObject*, int); - void (*DECREF)(void*, PyObject*, int); - void (*GOTREF)(void*, PyObject*, int); - void (*GIVEREF)(void*, PyObject*, int); - void* (*SetupContext)(const char*, int, const char*); - void (*FinishContext)(void**); - } __Pyx_RefNannyAPIStruct; - static __Pyx_RefNannyAPIStruct *__Pyx_RefNanny = NULL; - static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname); - #define __Pyx_RefNannyDeclarations void *__pyx_refnanny = NULL; -#ifdef WITH_THREAD - #define __Pyx_RefNannySetupContext(name, acquire_gil) \ - if (acquire_gil) { \ - PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure(); \ - __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \ - PyGILState_Release(__pyx_gilstate_save); \ - } else { \ - __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \ - } -#else - #define __Pyx_RefNannySetupContext(name, acquire_gil) \ - __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__) -#endif - #define __Pyx_RefNannyFinishContext() \ - __Pyx_RefNanny->FinishContext(&__pyx_refnanny) - #define __Pyx_INCREF(r) __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), __LINE__) - #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__) - #define __Pyx_GOTREF(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__) - #define __Pyx_GIVEREF(r) __Pyx_RefNanny->GIVEREF(__pyx_refnanny, (PyObject *)(r), __LINE__) - #define __Pyx_XINCREF(r) do { if((r) != NULL) {__Pyx_INCREF(r); }} while(0) - #define __Pyx_XDECREF(r) do { if((r) != NULL) {__Pyx_DECREF(r); }} while(0) - #define __Pyx_XGOTREF(r) do { if((r) != NULL) {__Pyx_GOTREF(r); }} while(0) - #define __Pyx_XGIVEREF(r) do { if((r) != NULL) {__Pyx_GIVEREF(r);}} while(0) -#else - #define __Pyx_RefNannyDeclarations - #define __Pyx_RefNannySetupContext(name, acquire_gil) - #define __Pyx_RefNannyFinishContext() - #define __Pyx_INCREF(r) Py_INCREF(r) - #define __Pyx_DECREF(r) Py_DECREF(r) - #define __Pyx_GOTREF(r) - #define __Pyx_GIVEREF(r) - #define __Pyx_XINCREF(r) Py_XINCREF(r) - #define __Pyx_XDECREF(r) Py_XDECREF(r) - #define __Pyx_XGOTREF(r) - #define __Pyx_XGIVEREF(r) -#endif -#define __Pyx_XDECREF_SET(r, v) do { \ - PyObject *tmp = (PyObject *) r; \ - r = v; __Pyx_XDECREF(tmp); \ - } while (0) -#define __Pyx_DECREF_SET(r, v) do { \ - PyObject *tmp = (PyObject *) r; \ - r = v; __Pyx_DECREF(tmp); \ - } while (0) -#define __Pyx_CLEAR(r) do { PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);} while(0) -#define __Pyx_XCLEAR(r) do { if((r) != NULL) {PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);}} while(0) - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStr(PyObject* obj, PyObject* attr_name) { - PyTypeObject* tp = Py_TYPE(obj); - if (likely(tp->tp_getattro)) - return tp->tp_getattro(obj, attr_name); -#if PY_MAJOR_VERSION < 3 - if (likely(tp->tp_getattr)) - return tp->tp_getattr(obj, PyString_AS_STRING(attr_name)); -#endif - return PyObject_GetAttr(obj, attr_name); -} -#else -#define __Pyx_PyObject_GetAttrStr(o,n) PyObject_GetAttr(o,n) -#endif - -static PyObject *__Pyx_GetBuiltinName(PyObject *name); - -static void __Pyx_RaiseArgtupleInvalid(const char* func_name, int exact, - Py_ssize_t num_min, Py_ssize_t num_max, Py_ssize_t num_found); - -static void __Pyx_RaiseDoubleKeywordsError(const char* func_name, PyObject* kw_name); - -static int __Pyx_ParseOptionalKeywords(PyObject *kwds, PyObject **argnames[], \ - PyObject *kwds2, PyObject *values[], Py_ssize_t num_pos_args, \ - const char* function_name); - -static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *type, int none_allowed, - const char *name, int exact); - -static CYTHON_INLINE PyObject *__Pyx_GetModuleGlobalName(PyObject *name); - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw); -#else -#define __Pyx_PyObject_Call(func, arg, kw) PyObject_Call(func, arg, kw) -#endif - -static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type); - -static CYTHON_INLINE int __Pyx_GetBufferAndValidate(Py_buffer* buf, PyObject* obj, - __Pyx_TypeInfo* dtype, int flags, int nd, int cast, __Pyx_BufFmt_StackElem* stack); -static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info); - -static CYTHON_INLINE int __Pyx_IterFinish(void); - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg); -#endif - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func); -#else -#define __Pyx_PyObject_CallNoArg(func) __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL) -#endif - -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg); - -static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name); - -static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index); - -static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected); - -static int __Pyx_IternextUnpackEndCheck(PyObject *retval, Py_ssize_t expected); - -static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void); - -static void __Pyx_UnpackTupleError(PyObject *, Py_ssize_t index); - -static CYTHON_INLINE int __Pyx_unpack_tuple2(PyObject* tuple, PyObject** value1, PyObject** value2, - int is_tuple, int has_known_size, int decref_tuple); - -static CYTHON_INLINE PyObject* __Pyx_dict_iterator(PyObject* dict, int is_dict, PyObject* method_name, - Py_ssize_t* p_orig_length, int* p_is_dict); -static CYTHON_INLINE int __Pyx_dict_iter_next(PyObject* dict_or_iter, Py_ssize_t orig_length, Py_ssize_t* ppos, - PyObject** pkey, PyObject** pvalue, PyObject** pitem, int is_dict); - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE int __Pyx_ListComp_Append(PyObject* list, PyObject* x) { - PyListObject* L = (PyListObject*) list; - Py_ssize_t len = Py_SIZE(list); - if (likely(L->allocated > len)) { - Py_INCREF(x); - PyList_SET_ITEM(list, len, x); - Py_SIZE(list) = len+1; - return 0; - } - return PyList_Append(list, x); -} -#else -#define __Pyx_ListComp_Append(L,x) PyList_Append(L,x) -#endif - -#define __Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char*)buf + i0 * s0) -static double __Pyx__PyObject_AsDouble(PyObject* obj); -#if CYTHON_COMPILING_IN_PYPY -#define __Pyx_PyObject_AsDouble(obj) \ -(likely(PyFloat_CheckExact(obj)) ? PyFloat_AS_DOUBLE(obj) : \ - likely(PyInt_CheckExact(obj)) ? \ - PyFloat_AsDouble(obj) : __Pyx__PyObject_AsDouble(obj)) -#else -#define __Pyx_PyObject_AsDouble(obj) \ -((likely(PyFloat_CheckExact(obj))) ? \ - PyFloat_AS_DOUBLE(obj) : __Pyx__PyObject_AsDouble(obj)) -#endif - -#define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ - (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ - __Pyx_GetItemInt_Fast(o, (Py_ssize_t)i, is_list, wraparound, boundscheck) : \ - (is_list ? (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL) : \ - __Pyx_GetItemInt_Generic(o, to_py_func(i)))) -#define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ - (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ - __Pyx_GetItemInt_List_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) : \ - (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL)) -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, - int wraparound, int boundscheck); -#define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ - (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ - __Pyx_GetItemInt_Tuple_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) : \ - (PyErr_SetString(PyExc_IndexError, "tuple index out of range"), (PyObject*)NULL)) -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, - int wraparound, int boundscheck); -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j); -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i, - int is_list, int wraparound, int boundscheck); - -static CYTHON_INLINE void __Pyx_RaiseUnboundLocalError(const char *varname); - -static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); -static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb); - -static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause); - -#if PY_MAJOR_VERSION >= 3 -static PyObject *__Pyx_PyDict_GetItem(PyObject *d, PyObject* key) { - PyObject *value; - value = PyDict_GetItemWithError(d, key); - if (unlikely(!value)) { - if (!PyErr_Occurred()) { - PyObject* args = PyTuple_Pack(1, key); - if (likely(args)) - PyErr_SetObject(PyExc_KeyError, args); - Py_XDECREF(args); - } - return NULL; - } - Py_INCREF(value); - return value; -} -#else - #define __Pyx_PyDict_GetItem(d, key) PyObject_GetItem(d, key) -#endif - -typedef struct { - int code_line; - PyCodeObject* code_object; -} __Pyx_CodeObjectCacheEntry; -struct __Pyx_CodeObjectCache { - int count; - int max_count; - __Pyx_CodeObjectCacheEntry* entries; -}; -static struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL}; -static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line); -static PyCodeObject *__pyx_find_code_object(int code_line); -static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object); - -static void __Pyx_AddTraceback(const char *funcname, int c_line, - int py_line, const char *filename); - -typedef struct { - Py_ssize_t shape, strides, suboffsets; -} __Pyx_Buf_DimInfo; -typedef struct { - size_t refcount; - Py_buffer pybuffer; -} __Pyx_Buffer; -typedef struct { - __Pyx_Buffer *rcbuffer; - char *data; - __Pyx_Buf_DimInfo diminfo[8]; -} __Pyx_LocalBuf_ND; - -#if PY_MAJOR_VERSION < 3 - static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags); - static void __Pyx_ReleaseBuffer(Py_buffer *view); -#else - #define __Pyx_GetBuffer PyObject_GetBuffer - #define __Pyx_ReleaseBuffer PyBuffer_Release -#endif - - -static Py_ssize_t __Pyx_zeros[] = {0, 0, 0, 0, 0, 0, 0, 0}; -static Py_ssize_t __Pyx_minusones[] = {-1, -1, -1, -1, -1, -1, -1, -1}; - -static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level); - -static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value); - -static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *); - -static int __Pyx_Print(PyObject*, PyObject *, int); -#if CYTHON_COMPILING_IN_PYPY || PY_MAJOR_VERSION >= 3 -static PyObject* __pyx_print = 0; -static PyObject* __pyx_print_kwargs = 0; -#endif - -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - #define __Pyx_CREAL(z) ((z).real()) - #define __Pyx_CIMAG(z) ((z).imag()) - #else - #define __Pyx_CREAL(z) (__real__(z)) - #define __Pyx_CIMAG(z) (__imag__(z)) - #endif -#else - #define __Pyx_CREAL(z) ((z).real) - #define __Pyx_CIMAG(z) ((z).imag) -#endif -#if (defined(_WIN32) || defined(__clang__)) && defined(__cplusplus) && CYTHON_CCOMPLEX - #define __Pyx_SET_CREAL(z,x) ((z).real(x)) - #define __Pyx_SET_CIMAG(z,y) ((z).imag(y)) -#else - #define __Pyx_SET_CREAL(z,x) __Pyx_CREAL(z) = (x) - #define __Pyx_SET_CIMAG(z,y) __Pyx_CIMAG(z) = (y) -#endif - -static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float, float); - -#if CYTHON_CCOMPLEX - #define __Pyx_c_eqf(a, b) ((a)==(b)) - #define __Pyx_c_sumf(a, b) ((a)+(b)) - #define __Pyx_c_difff(a, b) ((a)-(b)) - #define __Pyx_c_prodf(a, b) ((a)*(b)) - #define __Pyx_c_quotf(a, b) ((a)/(b)) - #define __Pyx_c_negf(a) (-(a)) - #ifdef __cplusplus - #define __Pyx_c_is_zerof(z) ((z)==(float)0) - #define __Pyx_c_conjf(z) (::std::conj(z)) - #if 1 - #define __Pyx_c_absf(z) (::std::abs(z)) - #define __Pyx_c_powf(a, b) (::std::pow(a, b)) - #endif - #else - #define __Pyx_c_is_zerof(z) ((z)==0) - #define __Pyx_c_conjf(z) (conjf(z)) - #if 1 - #define __Pyx_c_absf(z) (cabsf(z)) - #define __Pyx_c_powf(a, b) (cpowf(a, b)) - #endif - #endif -#else - static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prodf(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex); - static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex); - #if 1 - static CYTHON_INLINE float __Pyx_c_absf(__pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex, __pyx_t_float_complex); - #endif -#endif - -static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double, double); - -#if CYTHON_CCOMPLEX - #define __Pyx_c_eq(a, b) ((a)==(b)) - #define __Pyx_c_sum(a, b) ((a)+(b)) - #define __Pyx_c_diff(a, b) ((a)-(b)) - #define __Pyx_c_prod(a, b) ((a)*(b)) - #define __Pyx_c_quot(a, b) ((a)/(b)) - #define __Pyx_c_neg(a) (-(a)) - #ifdef __cplusplus - #define __Pyx_c_is_zero(z) ((z)==(double)0) - #define __Pyx_c_conj(z) (::std::conj(z)) - #if 1 - #define __Pyx_c_abs(z) (::std::abs(z)) - #define __Pyx_c_pow(a, b) (::std::pow(a, b)) - #endif - #else - #define __Pyx_c_is_zero(z) ((z)==0) - #define __Pyx_c_conj(z) (conj(z)) - #if 1 - #define __Pyx_c_abs(z) (cabs(z)) - #define __Pyx_c_pow(a, b) (cpow(a, b)) - #endif - #endif -#else - static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex); - static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex); - #if 1 - static CYTHON_INLINE double __Pyx_c_abs(__pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex, __pyx_t_double_complex); - #endif -#endif - -static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value); - -static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *); - -static int __Pyx_check_binary_version(void); - -#if !defined(__Pyx_PyIdentifier_FromString) -#if PY_MAJOR_VERSION < 3 - #define __Pyx_PyIdentifier_FromString(s) PyString_FromString(s) -#else - #define __Pyx_PyIdentifier_FromString(s) PyUnicode_FromString(s) -#endif -#endif - -static PyObject *__Pyx_ImportModule(const char *name); - -static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, size_t size, int strict); - -static int __Pyx_InitStrings(__Pyx_StringTabEntry *t); - - -/* Module declarations from 'cpython.buffer' */ - -/* Module declarations from 'cpython.ref' */ - -/* Module declarations from 'libc.string' */ - -/* Module declarations from 'libc.stdio' */ - -/* Module declarations from 'cpython.object' */ - -/* Module declarations from '__builtin__' */ - -/* Module declarations from 'cpython.type' */ -static PyTypeObject *__pyx_ptype_7cpython_4type_type = 0; - -/* Module declarations from 'libc.stdlib' */ - -/* Module declarations from 'numpy' */ - -/* Module declarations from 'numpy' */ -static PyTypeObject *__pyx_ptype_5numpy_dtype = 0; -static PyTypeObject *__pyx_ptype_5numpy_flatiter = 0; -static PyTypeObject *__pyx_ptype_5numpy_broadcast = 0; -static PyTypeObject *__pyx_ptype_5numpy_ndarray = 0; -static PyTypeObject *__pyx_ptype_5numpy_ufunc = 0; -static CYTHON_INLINE char *__pyx_f_5numpy__util_dtypestring(PyArray_Descr *, char *, char *, int *); /*proto*/ - -/* Module declarations from 'libc.math' */ - -/* Module declarations from 'ml' */ -static __pyx_t_2ml_DTYPE_t __pyx_f_2ml_weight_success(int, int, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t); /*proto*/ -static __pyx_t_2ml_DTYPE_t __pyx_f_2ml_weight_failure(int, int, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t); /*proto*/ -static __Pyx_TypeInfo __Pyx_TypeInfo_nn___pyx_t_2ml_DTYPE_t = { "DTYPE_t", NULL, sizeof(__pyx_t_2ml_DTYPE_t), { 0 }, 0, 'R', 0, 0 }; -#define __Pyx_MODULE_NAME "ml" -int __pyx_module_is_main_ml = 0; - -/* Implementation of 'ml' */ -static PyObject *__pyx_builtin_enumerate; -static PyObject *__pyx_builtin_sum; -static PyObject *__pyx_builtin_ValueError; -static PyObject *__pyx_builtin_range; -static PyObject *__pyx_builtin_RuntimeError; -static PyObject *__pyx_pf_2ml_ml(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_root_victims, PyObject *__pyx_v_victims, PyObject *__pyx_v_non_victims, __pyx_t_2ml_DTYPE_t __pyx_v_alpha, __pyx_t_2ml_DTYPE_t __pyx_v_delta, __pyx_t_2ml_DTYPE_t __pyx_v_lmbda); /* proto */ -static int __pyx_pf_5numpy_7ndarray___getbuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /* proto */ -static void __pyx_pf_5numpy_7ndarray_2__releasebuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info); /* proto */ -static char __pyx_k_B[] = "B"; -static char __pyx_k_H[] = "H"; -static char __pyx_k_I[] = "I"; -static char __pyx_k_L[] = "L"; -static char __pyx_k_O[] = "O"; -static char __pyx_k_Q[] = "Q"; -static char __pyx_k_b[] = "b"; -static char __pyx_k_d[] = "d"; -static char __pyx_k_f[] = "f"; -static char __pyx_k_g[] = "g"; -static char __pyx_k_h[] = "h"; -static char __pyx_k_i[] = "i"; -static char __pyx_k_l[] = "l"; -static char __pyx_k_q[] = "q"; -static char __pyx_k_s[] = "s"; -static char __pyx_k_t[] = "t"; -static char __pyx_k_Zd[] = "Zd"; -static char __pyx_k_Zf[] = "Zf"; -static char __pyx_k_Zg[] = "Zg"; -static char __pyx_k_dt[] = "dt:"; -static char __pyx_k_ll[] = "ll"; -static char __pyx_k_ml[] = "ml"; -static char __pyx_k_np[] = "np"; -static char __pyx_k_w1[] = "w1"; -static char __pyx_k_w2[] = "w2"; -static char __pyx_k_w3[] = "w3"; -static char __pyx_k_dts[] = "dts"; -static char __pyx_k_end[] = "end"; -static char __pyx_k_inf[] = "-inf"; -static char __pyx_k_sum[] = "sum"; -static char __pyx_k_beta[] = "beta"; -static char __pyx_k_dist[] = "dist:"; -static char __pyx_k_dt_2[] = "dt"; -static char __pyx_k_file[] = "file"; -static char __pyx_k_main[] = "__main__"; -static char __pyx_k_mean[] = "mean"; -static char __pyx_k_pdts[] = "pdts"; -static char __pyx_k_prnt[] = "prnt"; -static char __pyx_k_prob[] = "prob"; -static char __pyx_k_test[] = "__test__"; -static char __pyx_k_DTYPE[] = "DTYPE"; -static char __pyx_k_alpha[] = "alpha"; -static char __pyx_k_delta[] = "delta"; -static char __pyx_k_dists[] = "dists"; -static char __pyx_k_dtype[] = "dtype"; -static char __pyx_k_lmbda[] = "lmbda"; -static char __pyx_k_numpy[] = "numpy"; -static char __pyx_k_print[] = "print"; -static char __pyx_k_probs[] = "probs"; -static char __pyx_k_range[] = "range"; -static char __pyx_k_roots[] = "roots"; -static char __pyx_k_seeds[] = "seeds"; -static char __pyx_k_zeros[] = "zeros"; -static char __pyx_k_arange[] = "arange"; -static char __pyx_k_dist_2[] = "dist"; -static char __pyx_k_import[] = "__import__"; -static char __pyx_k_n_days[] = "n_days"; -static char __pyx_k_pdists[] = "pdists"; -static char __pyx_k_thresh[] = "thresh"; -static char __pyx_k_float64[] = "float64"; -static char __pyx_k_n_nodes[] = "n_nodes"; -static char __pyx_k_n_roots[] = "n_roots"; -static char __pyx_k_parents[] = "parents"; -static char __pyx_k_t_scale[] = "t_scale"; -static char __pyx_k_victims[] = "victims"; -static char __pyx_k_beta_add[] = "beta_add"; -static char __pyx_k_failures[] = "failures"; -static char __pyx_k_max_beta[] = "max_beta"; -static char __pyx_k_probs_nv[] = "probs_nv"; -static char __pyx_k_enumerate[] = "enumerate"; -static char __pyx_k_max_roots[] = "max_roots"; -static char __pyx_k_n_victims[] = "n_victims"; -static char __pyx_k_non_seeds[] = "non_seeds"; -static char __pyx_k_successes[] = "successes"; -static char __pyx_k_ValueError[] = "ValueError"; -static char __pyx_k_itervalues[] = "itervalues"; -static char __pyx_k_parent_dts[] = "parent_dts"; -static char __pyx_k_probs_fail[] = "probs_fail"; -static char __pyx_k_non_victims[] = "non_victims"; -static char __pyx_k_RuntimeError[] = "RuntimeError"; -static char __pyx_k_max_beta_add[] = "max_beta_add"; -static char __pyx_k_parent_dists[] = "parent_dists"; -static char __pyx_k_root_victims[] = "root_victims"; -static char __pyx_k_ndarray_is_not_C_contiguous[] = "ndarray is not C contiguous"; -static char __pyx_k_Users_ben_Documents_Violence_Ca[] = "/Users/ben/Documents/Violence Cascades/criminal_cascades/experiments/ml.pyx"; -static char __pyx_k_unknown_dtype_code_in_numpy_pxd[] = "unknown dtype code in numpy.pxd (%d)"; -static char __pyx_k_Format_string_allocated_too_shor[] = "Format string allocated too short, see comment in numpy.pxd"; -static char __pyx_k_Non_native_byte_order_not_suppor[] = "Non-native byte order not supported"; -static char __pyx_k_ndarray_is_not_Fortran_contiguou[] = "ndarray is not Fortran contiguous"; -static char __pyx_k_Format_string_allocated_too_shor_2[] = "Format string allocated too short."; -static PyObject *__pyx_n_s_DTYPE; -static PyObject *__pyx_kp_u_Format_string_allocated_too_shor; -static PyObject *__pyx_kp_u_Format_string_allocated_too_shor_2; -static PyObject *__pyx_kp_u_Non_native_byte_order_not_suppor; -static PyObject *__pyx_n_s_RuntimeError; -static PyObject *__pyx_kp_s_Users_ben_Documents_Violence_Ca; -static PyObject *__pyx_n_s_ValueError; -static PyObject *__pyx_n_s_alpha; -static PyObject *__pyx_n_s_arange; -static PyObject *__pyx_n_s_beta; -static PyObject *__pyx_n_s_beta_add; -static PyObject *__pyx_n_s_delta; -static PyObject *__pyx_kp_s_dist; -static PyObject *__pyx_n_s_dist_2; -static PyObject *__pyx_n_s_dists; -static PyObject *__pyx_kp_s_dt; -static PyObject *__pyx_n_s_dt_2; -static PyObject *__pyx_n_s_dts; -static PyObject *__pyx_n_s_dtype; -static PyObject *__pyx_n_s_end; -static PyObject *__pyx_n_s_enumerate; -static PyObject *__pyx_n_s_failures; -static PyObject *__pyx_n_s_file; -static PyObject *__pyx_n_s_float64; -static PyObject *__pyx_n_s_i; -static PyObject *__pyx_n_s_import; -static PyObject *__pyx_kp_s_inf; -static PyObject *__pyx_n_s_itervalues; -static PyObject *__pyx_n_s_l; -static PyObject *__pyx_n_s_ll; -static PyObject *__pyx_n_s_lmbda; -static PyObject *__pyx_n_s_main; -static PyObject *__pyx_n_s_max_beta; -static PyObject *__pyx_n_s_max_beta_add; -static PyObject *__pyx_n_s_max_roots; -static PyObject *__pyx_n_s_mean; -static PyObject *__pyx_n_s_ml; -static PyObject *__pyx_n_s_n_days; -static PyObject *__pyx_n_s_n_nodes; -static PyObject *__pyx_n_s_n_roots; -static PyObject *__pyx_n_s_n_victims; -static PyObject *__pyx_kp_u_ndarray_is_not_C_contiguous; -static PyObject *__pyx_kp_u_ndarray_is_not_Fortran_contiguou; -static PyObject *__pyx_n_s_non_seeds; -static PyObject *__pyx_n_s_non_victims; -static PyObject *__pyx_n_s_np; -static PyObject *__pyx_n_s_numpy; -static PyObject *__pyx_n_s_parent_dists; -static PyObject *__pyx_n_s_parent_dts; -static PyObject *__pyx_n_s_parents; -static PyObject *__pyx_n_s_pdists; -static PyObject *__pyx_n_s_pdts; -static PyObject *__pyx_n_s_print; -static PyObject *__pyx_n_s_prnt; -static PyObject *__pyx_n_s_prob; -static PyObject *__pyx_n_s_probs; -static PyObject *__pyx_n_s_probs_fail; -static PyObject *__pyx_n_s_probs_nv; -static PyObject *__pyx_n_s_range; -static PyObject *__pyx_n_s_root_victims; -static PyObject *__pyx_n_s_roots; -static PyObject *__pyx_n_s_s; -static PyObject *__pyx_n_s_seeds; -static PyObject *__pyx_n_s_successes; -static PyObject *__pyx_n_s_sum; -static PyObject *__pyx_n_s_t; -static PyObject *__pyx_n_s_t_scale; -static PyObject *__pyx_n_s_test; -static PyObject *__pyx_n_s_thresh; -static PyObject *__pyx_kp_u_unknown_dtype_code_in_numpy_pxd; -static PyObject *__pyx_n_s_victims; -static PyObject *__pyx_n_s_w1; -static PyObject *__pyx_n_s_w2; -static PyObject *__pyx_n_s_w3; -static PyObject *__pyx_n_s_zeros; -static PyObject *__pyx_float_1_; -static PyObject *__pyx_float_0_01; -static PyObject *__pyx_int_148152; -static PyObject *__pyx_tuple_; -static PyObject *__pyx_tuple__2; -static PyObject *__pyx_tuple__3; -static PyObject *__pyx_tuple__4; -static PyObject *__pyx_tuple__5; -static PyObject *__pyx_tuple__6; -static PyObject *__pyx_tuple__7; -static PyObject *__pyx_tuple__8; -static PyObject *__pyx_codeobj__9; - -/* "ml.pyx":9 - * ctypedef np.float_t DTYPE_t - * - * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< - * DTYPE_t t_scale, DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - * """weight for successful infection, exponential time model""" - */ - -static __pyx_t_2ml_DTYPE_t __pyx_f_2ml_weight_success(int __pyx_v_dist, int __pyx_v_dt, __pyx_t_2ml_DTYPE_t __pyx_v_alpha, __pyx_t_2ml_DTYPE_t __pyx_v_delta, __pyx_t_2ml_DTYPE_t __pyx_v_lmbda, __pyx_t_2ml_DTYPE_t __pyx_v_t_scale, CYTHON_UNUSED __pyx_t_2ml_DTYPE_t __pyx_v_w1, CYTHON_UNUSED __pyx_t_2ml_DTYPE_t __pyx_v_w2, CYTHON_UNUSED __pyx_t_2ml_DTYPE_t __pyx_v_w3) { - __pyx_t_2ml_DTYPE_t __pyx_v_structural; - __pyx_t_2ml_DTYPE_t __pyx_v_temporal; - __pyx_t_2ml_DTYPE_t __pyx_v_result; - __pyx_t_2ml_DTYPE_t __pyx_r; - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("weight_success", 0); - - /* "ml.pyx":14 - * cdef DTYPE_t structural, temporal, result - * # structural = delta ** (dist**1) - * structural = delta * lmbda**(dist-1) # <<<<<<<<<<<<<< - * temporal = log(exp(alpha/t_scale)-1.) - alpha*dt/t_scale - * # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 - */ - __pyx_v_structural = (__pyx_v_delta * pow(__pyx_v_lmbda, ((__pyx_t_2ml_DTYPE_t)(__pyx_v_dist - 1)))); - - /* "ml.pyx":15 - * # structural = delta ** (dist**1) - * structural = delta * lmbda**(dist-1) - * temporal = log(exp(alpha/t_scale)-1.) - alpha*dt/t_scale # <<<<<<<<<<<<<< - * # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 - * result = log(structural) + temporal - */ - __pyx_v_temporal = (log((exp((__pyx_v_alpha / __pyx_v_t_scale)) - 1.)) - ((__pyx_v_alpha * __pyx_v_dt) / __pyx_v_t_scale)); - - /* "ml.pyx":17 - * temporal = log(exp(alpha/t_scale)-1.) - alpha*dt/t_scale - * # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 - * result = log(structural) + temporal # <<<<<<<<<<<<<< - * return result - * - */ - __pyx_v_result = (log(__pyx_v_structural) + __pyx_v_temporal); - - /* "ml.pyx":18 - * # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 - * result = log(structural) + temporal - * return result # <<<<<<<<<<<<<< - * - * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, - */ - __pyx_r = __pyx_v_result; - goto __pyx_L0; - - /* "ml.pyx":9 - * ctypedef np.float_t DTYPE_t - * - * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< - * DTYPE_t t_scale, DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - * """weight for successful infection, exponential time model""" - */ - - /* function exit code */ - __pyx_L0:; - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "ml.pyx":20 - * return result - * - * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< - * DTYPE_t t_scale, DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - * """weight for failed infection, exponential time model""" - */ - -static __pyx_t_2ml_DTYPE_t __pyx_f_2ml_weight_failure(int __pyx_v_dist, int __pyx_v_dt, __pyx_t_2ml_DTYPE_t __pyx_v_alpha, __pyx_t_2ml_DTYPE_t __pyx_v_delta, __pyx_t_2ml_DTYPE_t __pyx_v_lmbda, __pyx_t_2ml_DTYPE_t __pyx_v_t_scale, CYTHON_UNUSED __pyx_t_2ml_DTYPE_t __pyx_v_w1, CYTHON_UNUSED __pyx_t_2ml_DTYPE_t __pyx_v_w2, CYTHON_UNUSED __pyx_t_2ml_DTYPE_t __pyx_v_w3) { - __pyx_t_2ml_DTYPE_t __pyx_v_structural; - __pyx_t_2ml_DTYPE_t __pyx_v_temporal; - __pyx_t_2ml_DTYPE_t __pyx_v_result; - __pyx_t_2ml_DTYPE_t __pyx_r; - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("weight_failure", 0); - - /* "ml.pyx":25 - * cdef DTYPE_t structural, temporal, result - * # structural = delta ** (dist**1) - * structural = delta * lmbda**(dist-1) # <<<<<<<<<<<<<< - * temporal = exp(-alpha * dt/t_scale) - * # temporal = 1. - 1. / (1. + dt/alpha)**0.01 - */ - __pyx_v_structural = (__pyx_v_delta * pow(__pyx_v_lmbda, ((__pyx_t_2ml_DTYPE_t)(__pyx_v_dist - 1)))); - - /* "ml.pyx":26 - * # structural = delta ** (dist**1) - * structural = delta * lmbda**(dist-1) - * temporal = exp(-alpha * dt/t_scale) # <<<<<<<<<<<<<< - * # temporal = 1. - 1. / (1. + dt/alpha)**0.01 - * result = log(1. - structural + structural * temporal) - */ - __pyx_v_temporal = exp((((-__pyx_v_alpha) * __pyx_v_dt) / __pyx_v_t_scale)); - - /* "ml.pyx":28 - * temporal = exp(-alpha * dt/t_scale) - * # temporal = 1. - 1. / (1. + dt/alpha)**0.01 - * result = log(1. - structural + structural * temporal) # <<<<<<<<<<<<<< - * return result - * - */ - __pyx_v_result = log(((1. - __pyx_v_structural) + (__pyx_v_structural * __pyx_v_temporal))); - - /* "ml.pyx":29 - * # temporal = 1. - 1. / (1. + dt/alpha)**0.01 - * result = log(1. - structural + structural * temporal) - * return result # <<<<<<<<<<<<<< - * - * def ml(dict root_victims, dict victims, dict non_victims, - */ - __pyx_r = __pyx_v_result; - goto __pyx_L0; - - /* "ml.pyx":20 - * return result - * - * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< - * DTYPE_t t_scale, DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - * """weight for failed infection, exponential time model""" - */ - - /* function exit code */ - __pyx_L0:; - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "ml.pyx":31 - * return result - * - * def ml(dict root_victims, dict victims, dict non_victims, # <<<<<<<<<<<<<< - * DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): - * cdef: - */ - -/* Python wrapper */ -static PyObject *__pyx_pw_2ml_1ml(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/ -static PyMethodDef __pyx_mdef_2ml_1ml = {"ml", (PyCFunction)__pyx_pw_2ml_1ml, METH_VARARGS|METH_KEYWORDS, 0}; -static PyObject *__pyx_pw_2ml_1ml(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) { - PyObject *__pyx_v_root_victims = 0; - PyObject *__pyx_v_victims = 0; - PyObject *__pyx_v_non_victims = 0; - __pyx_t_2ml_DTYPE_t __pyx_v_alpha; - __pyx_t_2ml_DTYPE_t __pyx_v_delta; - __pyx_t_2ml_DTYPE_t __pyx_v_lmbda; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - PyObject *__pyx_r = 0; - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("ml (wrapper)", 0); - { - static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_root_victims,&__pyx_n_s_victims,&__pyx_n_s_non_victims,&__pyx_n_s_alpha,&__pyx_n_s_delta,&__pyx_n_s_lmbda,0}; - PyObject* values[6] = {0,0,0,0,0,0}; - if (unlikely(__pyx_kwds)) { - Py_ssize_t kw_args; - const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args); - switch (pos_args) { - case 6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5); - case 5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4); - case 4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3); - case 3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2); - case 2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1); - case 1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0); - case 0: break; - default: goto __pyx_L5_argtuple_error; - } - kw_args = PyDict_Size(__pyx_kwds); - switch (pos_args) { - case 0: - if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_root_victims)) != 0)) kw_args--; - else goto __pyx_L5_argtuple_error; - case 1: - if (likely((values[1] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_victims)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml", 1, 6, 6, 1); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - case 2: - if (likely((values[2] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_non_victims)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml", 1, 6, 6, 2); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - case 3: - if (likely((values[3] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_alpha)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml", 1, 6, 6, 3); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - case 4: - if (likely((values[4] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_delta)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml", 1, 6, 6, 4); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - case 5: - if (likely((values[5] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_lmbda)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml", 1, 6, 6, 5); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - } - if (unlikely(kw_args > 0)) { - if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, "ml") < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - } else if (PyTuple_GET_SIZE(__pyx_args) != 6) { - goto __pyx_L5_argtuple_error; - } else { - values[0] = PyTuple_GET_ITEM(__pyx_args, 0); - values[1] = PyTuple_GET_ITEM(__pyx_args, 1); - values[2] = PyTuple_GET_ITEM(__pyx_args, 2); - values[3] = PyTuple_GET_ITEM(__pyx_args, 3); - values[4] = PyTuple_GET_ITEM(__pyx_args, 4); - values[5] = PyTuple_GET_ITEM(__pyx_args, 5); - } - __pyx_v_root_victims = ((PyObject*)values[0]); - __pyx_v_victims = ((PyObject*)values[1]); - __pyx_v_non_victims = ((PyObject*)values[2]); - __pyx_v_alpha = __pyx_PyFloat_AsDouble(values[3]); if (unlikely((__pyx_v_alpha == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 32; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - __pyx_v_delta = __pyx_PyFloat_AsDouble(values[4]); if (unlikely((__pyx_v_delta == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 32; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - __pyx_v_lmbda = __pyx_PyFloat_AsDouble(values[5]); if (unlikely((__pyx_v_lmbda == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 32; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - goto __pyx_L4_argument_unpacking_done; - __pyx_L5_argtuple_error:; - __Pyx_RaiseArgtupleInvalid("ml", 1, 6, 6, PyTuple_GET_SIZE(__pyx_args)); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - __pyx_L3_error:; - __Pyx_AddTraceback("ml.ml", __pyx_clineno, __pyx_lineno, __pyx_filename); - __Pyx_RefNannyFinishContext(); - return NULL; - __pyx_L4_argument_unpacking_done:; - if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_root_victims), (&PyDict_Type), 1, "root_victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_victims), (&PyDict_Type), 1, "victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_non_victims), (&PyDict_Type), 1, "non_victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_r = __pyx_pf_2ml_ml(__pyx_self, __pyx_v_root_victims, __pyx_v_victims, __pyx_v_non_victims, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda); - - /* function exit code */ - goto __pyx_L0; - __pyx_L1_error:; - __pyx_r = NULL; - __pyx_L0:; - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -static PyObject *__pyx_pf_2ml_ml(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_root_victims, PyObject *__pyx_v_victims, PyObject *__pyx_v_non_victims, __pyx_t_2ml_DTYPE_t __pyx_v_alpha, __pyx_t_2ml_DTYPE_t __pyx_v_delta, __pyx_t_2ml_DTYPE_t __pyx_v_lmbda) { - int __pyx_v_n_roots; - int __pyx_v_n_victims; - int __pyx_v_roots; - int __pyx_v_i; - int __pyx_v_dist; - int __pyx_v_dt; - int __pyx_v_l; - int __pyx_v_n_days; - __pyx_t_2ml_DTYPE_t __pyx_v_beta; - __pyx_t_2ml_DTYPE_t __pyx_v_ll; - __pyx_t_2ml_DTYPE_t __pyx_v_beta_add; - __pyx_t_2ml_DTYPE_t __pyx_v_max_beta; - __pyx_t_2ml_DTYPE_t __pyx_v_max_beta_add; - PyObject *__pyx_v_parents = 0; - PyObject *__pyx_v_failures = 0; - PyObject *__pyx_v_successes = 0; - PyObject *__pyx_v_n_nodes = NULL; - double __pyx_v_t_scale; - PyArrayObject *__pyx_v_probs = 0; - PyArrayObject *__pyx_v_probs_fail = 0; - PyArrayObject *__pyx_v_parent_dists = 0; - PyArrayObject *__pyx_v_parent_dts = 0; - PyArrayObject *__pyx_v_probs_nv = 0; - PyObject *__pyx_v_dists = NULL; - PyObject *__pyx_v_dts = NULL; - PyObject *__pyx_v_s = NULL; - PyObject *__pyx_v_prob = NULL; - double __pyx_v_thresh; - PyObject *__pyx_v_seeds = NULL; - PyObject *__pyx_v_non_seeds = NULL; - int __pyx_v_max_roots; - PyObject *__pyx_v_pdists = NULL; - PyObject *__pyx_v_pdts = NULL; - CYTHON_UNUSED PyObject *__pyx_v_prnt = NULL; - PyObject *__pyx_v_w1 = NULL; - PyObject *__pyx_v_w2 = NULL; - PyObject *__pyx_v_w3 = NULL; - __Pyx_LocalBuf_ND __pyx_pybuffernd_parent_dists; - __Pyx_Buffer __pyx_pybuffer_parent_dists; - __Pyx_LocalBuf_ND __pyx_pybuffernd_parent_dts; - __Pyx_Buffer __pyx_pybuffer_parent_dts; - __Pyx_LocalBuf_ND __pyx_pybuffernd_probs; - __Pyx_Buffer __pyx_pybuffer_probs; - __Pyx_LocalBuf_ND __pyx_pybuffernd_probs_fail; - __Pyx_Buffer __pyx_pybuffer_probs_fail; - __Pyx_LocalBuf_ND __pyx_pybuffernd_probs_nv; - __Pyx_Buffer __pyx_pybuffer_probs_nv; - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - Py_ssize_t __pyx_t_1; - Py_ssize_t __pyx_t_2; - PyObject *__pyx_t_3 = NULL; - PyObject *__pyx_t_4 = NULL; - PyObject *__pyx_t_5 = NULL; - PyObject *__pyx_t_6 = NULL; - PyArrayObject *__pyx_t_7 = NULL; - PyArrayObject *__pyx_t_8 = NULL; - PyArrayObject *__pyx_t_9 = NULL; - PyArrayObject *__pyx_t_10 = NULL; - PyArrayObject *__pyx_t_11 = NULL; - int __pyx_t_12; - int __pyx_t_13; - int __pyx_t_14; - Py_ssize_t __pyx_t_15; - PyObject *__pyx_t_16 = NULL; - PyObject *__pyx_t_17 = NULL; - PyObject *__pyx_t_18 = NULL; - PyObject *__pyx_t_19 = NULL; - PyObject *__pyx_t_20 = NULL; - PyObject *__pyx_t_21 = NULL; - PyObject *__pyx_t_22 = NULL; - PyObject *(*__pyx_t_23)(PyObject *); - int __pyx_t_24; - __pyx_t_2ml_DTYPE_t __pyx_t_25; - __pyx_t_2ml_DTYPE_t __pyx_t_26; - __pyx_t_2ml_DTYPE_t __pyx_t_27; - int __pyx_t_28; - double __pyx_t_29; - int __pyx_t_30; - int __pyx_t_31; - int __pyx_t_32; - int __pyx_t_33; - int __pyx_t_34; - int __pyx_t_35; - PyObject *(*__pyx_t_36)(PyObject *); - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("ml", 0); - __pyx_pybuffer_probs.pybuffer.buf = NULL; - __pyx_pybuffer_probs.refcount = 0; - __pyx_pybuffernd_probs.data = NULL; - __pyx_pybuffernd_probs.rcbuffer = &__pyx_pybuffer_probs; - __pyx_pybuffer_probs_fail.pybuffer.buf = NULL; - __pyx_pybuffer_probs_fail.refcount = 0; - __pyx_pybuffernd_probs_fail.data = NULL; - __pyx_pybuffernd_probs_fail.rcbuffer = &__pyx_pybuffer_probs_fail; - __pyx_pybuffer_parent_dists.pybuffer.buf = NULL; - __pyx_pybuffer_parent_dists.refcount = 0; - __pyx_pybuffernd_parent_dists.data = NULL; - __pyx_pybuffernd_parent_dists.rcbuffer = &__pyx_pybuffer_parent_dists; - __pyx_pybuffer_parent_dts.pybuffer.buf = NULL; - __pyx_pybuffer_parent_dts.refcount = 0; - __pyx_pybuffernd_parent_dts.data = NULL; - __pyx_pybuffernd_parent_dts.rcbuffer = &__pyx_pybuffer_parent_dts; - __pyx_pybuffer_probs_nv.pybuffer.buf = NULL; - __pyx_pybuffer_probs_nv.refcount = 0; - __pyx_pybuffernd_probs_nv.data = NULL; - __pyx_pybuffernd_probs_nv.rcbuffer = &__pyx_pybuffer_probs_nv; - - /* "ml.pyx":37 - * DTYPE_t beta, ll, beta_add, max_beta, max_beta_add - * list parents, failures, successes - * n_roots, n_victims = len(root_victims), len(victims) # <<<<<<<<<<<<<< - * n_nodes = 148152 - * n_days = 3012 - */ - if (unlikely(__pyx_v_root_victims == Py_None)) { - PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_1 = PyDict_Size(__pyx_v_root_victims); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - if (unlikely(__pyx_v_victims == Py_None)) { - PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_2 = PyDict_Size(__pyx_v_victims); if (unlikely(__pyx_t_2 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_v_n_roots = __pyx_t_1; - __pyx_v_n_victims = __pyx_t_2; - - /* "ml.pyx":38 - * list parents, failures, successes - * n_roots, n_victims = len(root_victims), len(victims) - * n_nodes = 148152 # <<<<<<<<<<<<<< - * n_days = 3012 - * t_scale = 1. - */ - __Pyx_INCREF(__pyx_int_148152); - __pyx_v_n_nodes = __pyx_int_148152; - - /* "ml.pyx":39 - * n_roots, n_victims = len(root_victims), len(victims) - * n_nodes = 148152 - * n_days = 3012 # <<<<<<<<<<<<<< - * t_scale = 1. - * cdef: - */ - __pyx_v_n_days = 3012; - - /* "ml.pyx":40 - * n_nodes = 148152 - * n_days = 3012 - * t_scale = 1. # <<<<<<<<<<<<<< - * cdef: - * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) - */ - __pyx_v_t_scale = 1.; - - /* "ml.pyx":42 - * t_scale = 1. - * cdef: - * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< - * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) - */ - __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_zeros); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_3); - __Pyx_GIVEREF(__pyx_t_3); - __pyx_t_3 = 0; - __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_dtype, __pyx_t_6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (!(likely(((__pyx_t_6) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_6, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_7 = ((PyArrayObject *)__pyx_t_6); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs.rcbuffer->pybuffer, (PyObject*)__pyx_t_7, &__Pyx_TypeInfo_nn___pyx_t_2ml_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_probs = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_probs.diminfo[0].strides = __pyx_pybuffernd_probs.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs.diminfo[0].shape = __pyx_pybuffernd_probs.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_7 = 0; - __pyx_v_probs = ((PyArrayObject *)__pyx_t_6); - __pyx_t_6 = 0; - - /* "ml.pyx":43 - * cdef: - * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< - * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) - */ - __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_n_s_zeros); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_6); - __Pyx_GIVEREF(__pyx_t_6); - __pyx_t_6 = 0; - __pyx_t_6 = PyDict_New(); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - if (PyDict_SetItem(__pyx_t_6, __pyx_n_s_dtype, __pyx_t_4) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_4 = __Pyx_PyObject_Call(__pyx_t_3, __pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - if (!(likely(((__pyx_t_4) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_4, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_8 = ((PyArrayObject *)__pyx_t_4); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer, (PyObject*)__pyx_t_8, &__Pyx_TypeInfo_nn___pyx_t_2ml_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_probs_fail = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_probs_fail.diminfo[0].strides = __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs_fail.diminfo[0].shape = __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_8 = 0; - __pyx_v_probs_fail = ((PyArrayObject *)__pyx_t_4); - __pyx_t_4 = 0; - - /* "ml.pyx":44 - * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< - * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) - */ - __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_n_s_zeros); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_4); - __Pyx_GIVEREF(__pyx_t_4); - __pyx_t_4 = 0; - __pyx_t_4 = PyDict_New(); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - if (PyDict_SetItem(__pyx_t_4, __pyx_n_s_dtype, __pyx_t_3) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_6, __pyx_t_5, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_9 = ((PyArrayObject *)__pyx_t_3); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_parent_dists.rcbuffer->pybuffer, (PyObject*)__pyx_t_9, &__Pyx_TypeInfo_nn___pyx_t_2ml_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_parent_dists = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_parent_dists.diminfo[0].strides = __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_parent_dists.diminfo[0].shape = __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_9 = 0; - __pyx_v_parent_dists = ((PyArrayObject *)__pyx_t_3); - __pyx_t_3 = 0; - - /* "ml.pyx":45 - * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< - * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) - * - */ - __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_zeros); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_3); - __Pyx_GIVEREF(__pyx_t_3); - __pyx_t_3 = 0; - __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_dtype, __pyx_t_6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (!(likely(((__pyx_t_6) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_6, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_10 = ((PyArrayObject *)__pyx_t_6); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer, (PyObject*)__pyx_t_10, &__Pyx_TypeInfo_nn___pyx_t_2ml_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_parent_dts = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_parent_dts.diminfo[0].strides = __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_parent_dts.diminfo[0].shape = __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_10 = 0; - __pyx_v_parent_dts = ((PyArrayObject *)__pyx_t_6); - __pyx_t_6 = 0; - - /* "ml.pyx":46 - * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) # <<<<<<<<<<<<<< - * - * # loop through victims - */ - __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_n_s_zeros); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - if (unlikely(__pyx_v_non_victims == Py_None)) { - PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_2 = PyDict_Size(__pyx_v_non_victims); if (unlikely(__pyx_t_2 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_6 = PyInt_FromSsize_t(__pyx_t_2); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_6); - __Pyx_GIVEREF(__pyx_t_6); - __pyx_t_6 = 0; - __pyx_t_6 = PyDict_New(); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - if (PyDict_SetItem(__pyx_t_6, __pyx_n_s_dtype, __pyx_t_4) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_4 = __Pyx_PyObject_Call(__pyx_t_3, __pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - if (!(likely(((__pyx_t_4) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_4, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_11 = ((PyArrayObject *)__pyx_t_4); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs_nv.rcbuffer->pybuffer, (PyObject*)__pyx_t_11, &__Pyx_TypeInfo_nn___pyx_t_2ml_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_probs_nv = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_probs_nv.diminfo[0].strides = __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs_nv.diminfo[0].shape = __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_11 = 0; - __pyx_v_probs_nv = ((PyArrayObject *)__pyx_t_4); - __pyx_t_4 = 0; - - /* "ml.pyx":49 - * - * # loop through victims - * for i, parents in enumerate(victims.itervalues()): # <<<<<<<<<<<<<< - * # for each victim node i, compute the probability that all its parents - * # fail to infect it, also computes the probability that its most - */ - __pyx_t_12 = 0; - __pyx_t_2 = 0; - if (unlikely(__pyx_v_victims == Py_None)) { - PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "itervalues"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_6 = __Pyx_dict_iterator(__pyx_v_victims, 1, __pyx_n_s_itervalues, (&__pyx_t_1), (&__pyx_t_13)); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_XDECREF(__pyx_t_4); - __pyx_t_4 = __pyx_t_6; - __pyx_t_6 = 0; - while (1) { - __pyx_t_14 = __Pyx_dict_iter_next(__pyx_t_4, __pyx_t_1, &__pyx_t_2, NULL, &__pyx_t_6, NULL, __pyx_t_13); - if (unlikely(__pyx_t_14 == 0)) break; - if (unlikely(__pyx_t_14 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - if (!(likely(PyList_CheckExact(__pyx_t_6))||((__pyx_t_6) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "list", Py_TYPE(__pyx_t_6)->tp_name), 0))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_XDECREF_SET(__pyx_v_parents, ((PyObject*)__pyx_t_6)); - __pyx_t_6 = 0; - __pyx_v_i = __pyx_t_12; - __pyx_t_12 = (__pyx_t_12 + 1); - - /* "ml.pyx":53 - * # fail to infect it, also computes the probability that its most - * # likely parent infects it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) - */ - __pyx_t_6 = PyList_New(0); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - - /* "ml.pyx":54 - * # likely parent infects it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - */ - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_5 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_5); __pyx_t_15 = 0; - for (;;) { - if (__pyx_t_15 >= PyList_GET_SIZE(__pyx_t_5)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_3 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_15); __Pyx_INCREF(__pyx_t_3); __pyx_t_15++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_3 = PySequence_ITEM(__pyx_t_5, __pyx_t_15); __pyx_t_15++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_3))) || (PyList_CheckExact(__pyx_t_3))) { - PyObject* sequence = __pyx_t_3; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_16 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_21 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_16 = PyList_GET_ITEM(sequence, 0); - __pyx_t_17 = PyList_GET_ITEM(sequence, 1); - __pyx_t_18 = PyList_GET_ITEM(sequence, 2); - __pyx_t_19 = PyList_GET_ITEM(sequence, 3); - __pyx_t_20 = PyList_GET_ITEM(sequence, 4); - __pyx_t_21 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_16); - __Pyx_INCREF(__pyx_t_17); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_20); - __Pyx_INCREF(__pyx_t_21); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21}; - __pyx_t_22 = PyObject_GetIter(__pyx_t_3); if (unlikely(!__pyx_t_22)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_22); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_23 = Py_TYPE(__pyx_t_22)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_23(__pyx_t_22); if (unlikely(!item)) goto __pyx_L7_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_23(__pyx_t_22), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_23 = NULL; - __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; - goto __pyx_L8_unpacking_done; - __pyx_L7_unpacking_failed:; - __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; - __pyx_t_23 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L8_unpacking_done:; - } - __pyx_t_14 = __Pyx_PyInt_As_int(__pyx_t_17); if (unlikely((__pyx_t_14 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_17); __pyx_t_17 = 0; - __pyx_t_24 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_24 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_16); - __pyx_t_16 = 0; - __pyx_v_dist = __pyx_t_14; - __pyx_v_dt = __pyx_t_24; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_19); - __pyx_t_19 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_20); - __pyx_t_20 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_21); - __pyx_t_21 = 0; - - /* "ml.pyx":53 - * # fail to infect it, also computes the probability that its most - * # likely parent infects it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) - */ - __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_3 = PyFloat_FromDouble(__pyx_f_2ml_weight_failure(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda, __pyx_v_t_scale, __pyx_t_25, __pyx_t_26, __pyx_t_27)); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - if (unlikely(__Pyx_ListComp_Append(__pyx_t_6, (PyObject*)__pyx_t_3))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - - /* "ml.pyx":54 - * # likely parent infects it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - */ - } - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_XDECREF_SET(__pyx_v_failures, ((PyObject*)__pyx_t_6)); - __pyx_t_6 = 0; - - /* "ml.pyx":55 - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) # <<<<<<<<<<<<<< - * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] - */ - __pyx_t_6 = PyTuple_New(1); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_INCREF(__pyx_v_failures); - PyTuple_SET_ITEM(__pyx_t_6, 0, __pyx_v_failures); - __Pyx_GIVEREF(__pyx_v_failures); - __pyx_t_5 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_6, NULL); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_t_5); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __pyx_t_24 = __pyx_v_i; - if (__pyx_t_24 < 0) __pyx_t_24 += __pyx_pybuffernd_probs_fail.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_2ml_DTYPE_t *, __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.buf, __pyx_t_24, __pyx_pybuffernd_probs_fail.diminfo[0].strides) = __pyx_t_27; - - /* "ml.pyx":56 - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - */ - __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - - /* "ml.pyx":57 - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] - */ - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_6 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_6); __pyx_t_15 = 0; - for (;;) { - if (__pyx_t_15 >= PyList_GET_SIZE(__pyx_t_6)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_3 = PyList_GET_ITEM(__pyx_t_6, __pyx_t_15); __Pyx_INCREF(__pyx_t_3); __pyx_t_15++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_3 = PySequence_ITEM(__pyx_t_6, __pyx_t_15); __pyx_t_15++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_3))) || (PyList_CheckExact(__pyx_t_3))) { - PyObject* sequence = __pyx_t_3; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_21 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_16 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_21 = PyList_GET_ITEM(sequence, 0); - __pyx_t_20 = PyList_GET_ITEM(sequence, 1); - __pyx_t_19 = PyList_GET_ITEM(sequence, 2); - __pyx_t_18 = PyList_GET_ITEM(sequence, 3); - __pyx_t_17 = PyList_GET_ITEM(sequence, 4); - __pyx_t_16 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_21); - __Pyx_INCREF(__pyx_t_20); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_17); - __Pyx_INCREF(__pyx_t_16); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16}; - __pyx_t_22 = PyObject_GetIter(__pyx_t_3); if (unlikely(!__pyx_t_22)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_22); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_23 = Py_TYPE(__pyx_t_22)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_23(__pyx_t_22); if (unlikely(!item)) goto __pyx_L11_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_23(__pyx_t_22), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_23 = NULL; - __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; - goto __pyx_L12_unpacking_done; - __pyx_L11_unpacking_failed:; - __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; - __pyx_t_23 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L12_unpacking_done:; - } - __pyx_t_14 = __Pyx_PyInt_As_int(__pyx_t_20); if (unlikely((__pyx_t_14 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_20); __pyx_t_20 = 0; - __pyx_t_28 = __Pyx_PyInt_As_int(__pyx_t_19); if (unlikely((__pyx_t_28 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_19); __pyx_t_19 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_21); - __pyx_t_21 = 0; - __pyx_v_dist = __pyx_t_14; - __pyx_v_dt = __pyx_t_28; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_18); - __pyx_t_18 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_17); - __pyx_t_17 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_16); - __pyx_t_16 = 0; - - /* "ml.pyx":56 - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - */ - __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_3 = PyFloat_FromDouble(__pyx_f_2ml_weight_success(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda, __pyx_v_t_scale, __pyx_t_27, __pyx_t_26, __pyx_t_25)); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_3))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - - /* "ml.pyx":57 - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] - */ - } - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __Pyx_XDECREF_SET(__pyx_v_successes, ((PyObject*)__pyx_t_5)); - __pyx_t_5 = 0; - - /* "ml.pyx":58 - * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] - * # find parent that maximizes log(p) - log(\tilde{p}) - */ - __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_6 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_6); __pyx_t_15 = 0; - for (;;) { - if (__pyx_t_15 >= PyList_GET_SIZE(__pyx_t_6)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_3 = PyList_GET_ITEM(__pyx_t_6, __pyx_t_15); __Pyx_INCREF(__pyx_t_3); __pyx_t_15++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_3 = PySequence_ITEM(__pyx_t_6, __pyx_t_15); __pyx_t_15++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_3))) || (PyList_CheckExact(__pyx_t_3))) { - PyObject* sequence = __pyx_t_3; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_16 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_21 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_16 = PyList_GET_ITEM(sequence, 0); - __pyx_t_17 = PyList_GET_ITEM(sequence, 1); - __pyx_t_18 = PyList_GET_ITEM(sequence, 2); - __pyx_t_19 = PyList_GET_ITEM(sequence, 3); - __pyx_t_20 = PyList_GET_ITEM(sequence, 4); - __pyx_t_21 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_16); - __Pyx_INCREF(__pyx_t_17); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_20); - __Pyx_INCREF(__pyx_t_21); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21}; - __pyx_t_22 = PyObject_GetIter(__pyx_t_3); if (unlikely(!__pyx_t_22)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_22); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_23 = Py_TYPE(__pyx_t_22)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_23(__pyx_t_22); if (unlikely(!item)) goto __pyx_L15_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_23(__pyx_t_22), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_23 = NULL; - __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; - goto __pyx_L16_unpacking_done; - __pyx_L15_unpacking_failed:; - __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; - __pyx_t_23 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L16_unpacking_done:; - } - __pyx_t_28 = __Pyx_PyInt_As_int(__pyx_t_17); if (unlikely((__pyx_t_28 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_17); __pyx_t_17 = 0; - __pyx_t_14 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_14 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_16); - __pyx_t_16 = 0; - __pyx_v_dist = __pyx_t_28; - __pyx_v_dt = __pyx_t_14; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_19); - __pyx_t_19 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_20); - __pyx_t_20 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_21); - __pyx_t_21 = 0; - __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_dist); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_3))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - } - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __Pyx_XDECREF_SET(__pyx_v_dists, ((PyObject*)__pyx_t_5)); - __pyx_t_5 = 0; - - /* "ml.pyx":59 - * for (prnt, dist, dt, w1, w2, w3) in parents] - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * # find parent that maximizes log(p) - log(\tilde{p}) - * probs[i] = float("-inf") - */ - __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_6 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_6); __pyx_t_15 = 0; - for (;;) { - if (__pyx_t_15 >= PyList_GET_SIZE(__pyx_t_6)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_3 = PyList_GET_ITEM(__pyx_t_6, __pyx_t_15); __Pyx_INCREF(__pyx_t_3); __pyx_t_15++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_3 = PySequence_ITEM(__pyx_t_6, __pyx_t_15); __pyx_t_15++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_3))) || (PyList_CheckExact(__pyx_t_3))) { - PyObject* sequence = __pyx_t_3; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_21 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_16 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_21 = PyList_GET_ITEM(sequence, 0); - __pyx_t_20 = PyList_GET_ITEM(sequence, 1); - __pyx_t_19 = PyList_GET_ITEM(sequence, 2); - __pyx_t_18 = PyList_GET_ITEM(sequence, 3); - __pyx_t_17 = PyList_GET_ITEM(sequence, 4); - __pyx_t_16 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_21); - __Pyx_INCREF(__pyx_t_20); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_17); - __Pyx_INCREF(__pyx_t_16); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16}; - __pyx_t_22 = PyObject_GetIter(__pyx_t_3); if (unlikely(!__pyx_t_22)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_22); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_23 = Py_TYPE(__pyx_t_22)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_23(__pyx_t_22); if (unlikely(!item)) goto __pyx_L19_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_23(__pyx_t_22), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_23 = NULL; - __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; - goto __pyx_L20_unpacking_done; - __pyx_L19_unpacking_failed:; - __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; - __pyx_t_23 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L20_unpacking_done:; - } - __pyx_t_14 = __Pyx_PyInt_As_int(__pyx_t_20); if (unlikely((__pyx_t_14 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_20); __pyx_t_20 = 0; - __pyx_t_28 = __Pyx_PyInt_As_int(__pyx_t_19); if (unlikely((__pyx_t_28 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_19); __pyx_t_19 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_21); - __pyx_t_21 = 0; - __pyx_v_dist = __pyx_t_14; - __pyx_v_dt = __pyx_t_28; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_18); - __pyx_t_18 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_17); - __pyx_t_17 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_16); - __pyx_t_16 = 0; - __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_dt); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_3))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - } - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __Pyx_XDECREF_SET(__pyx_v_dts, ((PyObject*)__pyx_t_5)); - __pyx_t_5 = 0; - - /* "ml.pyx":61 - * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] - * # find parent that maximizes log(p) - log(\tilde{p}) - * probs[i] = float("-inf") # <<<<<<<<<<<<<< - * for l, s in enumerate(successes): - * prob = s - failures[l] - */ - __pyx_t_29 = __Pyx_PyObject_AsDouble(__pyx_kp_s_inf); if (unlikely(__pyx_t_29 == ((double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 61; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_28 = __pyx_v_i; - if (__pyx_t_28 < 0) __pyx_t_28 += __pyx_pybuffernd_probs.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_2ml_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_28, __pyx_pybuffernd_probs.diminfo[0].strides) = __pyx_t_29; - - /* "ml.pyx":62 - * # find parent that maximizes log(p) - log(\tilde{p}) - * probs[i] = float("-inf") - * for l, s in enumerate(successes): # <<<<<<<<<<<<<< - * prob = s - failures[l] - * if prob > probs[i]: - */ - __pyx_t_14 = 0; - __pyx_t_5 = __pyx_v_successes; __Pyx_INCREF(__pyx_t_5); __pyx_t_15 = 0; - for (;;) { - if (__pyx_t_15 >= PyList_GET_SIZE(__pyx_t_5)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_6 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_15); __Pyx_INCREF(__pyx_t_6); __pyx_t_15++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 62; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_6 = PySequence_ITEM(__pyx_t_5, __pyx_t_15); __pyx_t_15++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 62; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - __Pyx_XDECREF_SET(__pyx_v_s, __pyx_t_6); - __pyx_t_6 = 0; - __pyx_v_l = __pyx_t_14; - __pyx_t_14 = (__pyx_t_14 + 1); - - /* "ml.pyx":63 - * probs[i] = float("-inf") - * for l, s in enumerate(successes): - * prob = s - failures[l] # <<<<<<<<<<<<<< - * if prob > probs[i]: - * probs[i] = prob - */ - __pyx_t_6 = __Pyx_GetItemInt_List(__pyx_v_failures, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_6 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 63; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_3 = PyNumber_Subtract(__pyx_v_s, __pyx_t_6); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 63; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __Pyx_XDECREF_SET(__pyx_v_prob, __pyx_t_3); - __pyx_t_3 = 0; - - /* "ml.pyx":64 - * for l, s in enumerate(successes): - * prob = s - failures[l] - * if prob > probs[i]: # <<<<<<<<<<<<<< - * probs[i] = prob - * parent_dists[i] = dists[l] - */ - __pyx_t_30 = __pyx_v_i; - if (__pyx_t_30 < 0) __pyx_t_30 += __pyx_pybuffernd_probs.diminfo[0].shape; - __pyx_t_3 = PyFloat_FromDouble((*__Pyx_BufPtrStrided1d(__pyx_t_2ml_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_30, __pyx_pybuffernd_probs.diminfo[0].strides))); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_6 = PyObject_RichCompare(__pyx_v_prob, __pyx_t_3, Py_GT); __Pyx_XGOTREF(__pyx_t_6); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_31 = __Pyx_PyObject_IsTrue(__pyx_t_6); if (unlikely(__pyx_t_31 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - if (__pyx_t_31) { - - /* "ml.pyx":65 - * prob = s - failures[l] - * if prob > probs[i]: - * probs[i] = prob # <<<<<<<<<<<<<< - * parent_dists[i] = dists[l] - * parent_dts[i] = dts[l] - */ - __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_v_prob); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 65; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_32 = __pyx_v_i; - if (__pyx_t_32 < 0) __pyx_t_32 += __pyx_pybuffernd_probs.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_2ml_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_32, __pyx_pybuffernd_probs.diminfo[0].strides) = __pyx_t_25; - - /* "ml.pyx":66 - * if prob > probs[i]: - * probs[i] = prob - * parent_dists[i] = dists[l] # <<<<<<<<<<<<<< - * parent_dts[i] = dts[l] - * # probs_fail[i] = failures[l] - */ - __pyx_t_6 = __Pyx_GetItemInt_List(__pyx_v_dists, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_6 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 66; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_t_6); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 66; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_33 = __pyx_v_i; - if (__pyx_t_33 < 0) __pyx_t_33 += __pyx_pybuffernd_parent_dists.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_2ml_DTYPE_t *, __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.buf, __pyx_t_33, __pyx_pybuffernd_parent_dists.diminfo[0].strides) = __pyx_t_25; - - /* "ml.pyx":67 - * probs[i] = prob - * parent_dists[i] = dists[l] - * parent_dts[i] = dts[l] # <<<<<<<<<<<<<< - * # probs_fail[i] = failures[l] - * - */ - __pyx_t_6 = __Pyx_GetItemInt_List(__pyx_v_dts, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_6 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 67; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_t_6); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 67; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_34 = __pyx_v_i; - if (__pyx_t_34 < 0) __pyx_t_34 += __pyx_pybuffernd_parent_dts.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_2ml_DTYPE_t *, __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.buf, __pyx_t_34, __pyx_pybuffernd_parent_dts.diminfo[0].strides) = __pyx_t_25; - goto __pyx_L23; - } - __pyx_L23:; - - /* "ml.pyx":62 - * # find parent that maximizes log(p) - log(\tilde{p}) - * probs[i] = float("-inf") - * for l, s in enumerate(successes): # <<<<<<<<<<<<<< - * prob = s - failures[l] - * if prob > probs[i]: - */ - } - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - } - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - - /* "ml.pyx":71 - * - * # loop through non-victims - * for i, parents in enumerate(non_victims.itervalues()): # <<<<<<<<<<<<<< - * # for each non victim node, compute the probability that all its - * # parents fail to infect it - */ - __pyx_t_12 = 0; - __pyx_t_1 = 0; - if (unlikely(__pyx_v_non_victims == Py_None)) { - PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "itervalues"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 71; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_5 = __Pyx_dict_iterator(__pyx_v_non_victims, 1, __pyx_n_s_itervalues, (&__pyx_t_2), (&__pyx_t_13)); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 71; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __Pyx_XDECREF(__pyx_t_4); - __pyx_t_4 = __pyx_t_5; - __pyx_t_5 = 0; - while (1) { - __pyx_t_14 = __Pyx_dict_iter_next(__pyx_t_4, __pyx_t_2, &__pyx_t_1, NULL, &__pyx_t_5, NULL, __pyx_t_13); - if (unlikely(__pyx_t_14 == 0)) break; - if (unlikely(__pyx_t_14 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 71; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - if (!(likely(PyList_CheckExact(__pyx_t_5))||((__pyx_t_5) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "list", Py_TYPE(__pyx_t_5)->tp_name), 0))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 71; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_XDECREF_SET(__pyx_v_parents, ((PyObject*)__pyx_t_5)); - __pyx_t_5 = 0; - __pyx_v_i = __pyx_t_12; - __pyx_t_12 = (__pyx_t_12 + 1); - - /* "ml.pyx":74 - * # for each non victim node, compute the probability that all its - * # parents fail to infect it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_nv[i] = sum(failures) - */ - __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 74; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - - /* "ml.pyx":75 - * # parents fail to infect it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * probs_nv[i] = sum(failures) - * - */ - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_6 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_6); __pyx_t_15 = 0; - for (;;) { - if (__pyx_t_15 >= PyList_GET_SIZE(__pyx_t_6)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_3 = PyList_GET_ITEM(__pyx_t_6, __pyx_t_15); __Pyx_INCREF(__pyx_t_3); __pyx_t_15++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_3 = PySequence_ITEM(__pyx_t_6, __pyx_t_15); __pyx_t_15++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_3))) || (PyList_CheckExact(__pyx_t_3))) { - PyObject* sequence = __pyx_t_3; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_16 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_21 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_16 = PyList_GET_ITEM(sequence, 0); - __pyx_t_17 = PyList_GET_ITEM(sequence, 1); - __pyx_t_18 = PyList_GET_ITEM(sequence, 2); - __pyx_t_19 = PyList_GET_ITEM(sequence, 3); - __pyx_t_20 = PyList_GET_ITEM(sequence, 4); - __pyx_t_21 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_16); - __Pyx_INCREF(__pyx_t_17); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_20); - __Pyx_INCREF(__pyx_t_21); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21}; - __pyx_t_22 = PyObject_GetIter(__pyx_t_3); if (unlikely(!__pyx_t_22)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_22); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_23 = Py_TYPE(__pyx_t_22)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_23(__pyx_t_22); if (unlikely(!item)) goto __pyx_L28_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_23(__pyx_t_22), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_23 = NULL; - __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; - goto __pyx_L29_unpacking_done; - __pyx_L28_unpacking_failed:; - __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; - __pyx_t_23 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L29_unpacking_done:; - } - __pyx_t_14 = __Pyx_PyInt_As_int(__pyx_t_17); if (unlikely((__pyx_t_14 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_17); __pyx_t_17 = 0; - __pyx_t_35 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_35 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_16); - __pyx_t_16 = 0; - __pyx_v_dist = __pyx_t_14; - __pyx_v_dt = __pyx_t_35; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_19); - __pyx_t_19 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_20); - __pyx_t_20 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_21); - __pyx_t_21 = 0; - - /* "ml.pyx":74 - * # for each non victim node, compute the probability that all its - * # parents fail to infect it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_nv[i] = sum(failures) - */ - __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 74; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 74; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 74; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_3 = PyFloat_FromDouble(__pyx_f_2ml_weight_failure(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda, __pyx_v_t_scale, __pyx_t_25, __pyx_t_26, __pyx_t_27)); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 74; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_3))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 74; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - - /* "ml.pyx":75 - * # parents fail to infect it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * probs_nv[i] = sum(failures) - * - */ - } - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __Pyx_XDECREF_SET(__pyx_v_failures, ((PyObject*)__pyx_t_5)); - __pyx_t_5 = 0; - - /* "ml.pyx":76 - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_nv[i] = sum(failures) # <<<<<<<<<<<<<< - * - * # calculate log likelihood - */ - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __Pyx_INCREF(__pyx_v_failures); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_v_failures); - __Pyx_GIVEREF(__pyx_v_failures); - __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_5, NULL); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_t_6); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_35 = __pyx_v_i; - if (__pyx_t_35 < 0) __pyx_t_35 += __pyx_pybuffernd_probs_nv.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_2ml_DTYPE_t *, __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.buf, __pyx_t_35, __pyx_pybuffernd_probs_nv.diminfo[0].strides) = __pyx_t_27; - } - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - - /* "ml.pyx":79 - * - * # calculate log likelihood - * ll = probs_fail.sum() # add probability that all edges to all victims fail # <<<<<<<<<<<<<< - * ll += probs_nv.sum() # add probability that all edges to non_victims fail - * - */ - __pyx_t_6 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_probs_fail), __pyx_n_s_sum); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_5 = NULL; - if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_6))) { - __pyx_t_5 = PyMethod_GET_SELF(__pyx_t_6); - if (likely(__pyx_t_5)) { - PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_6); - __Pyx_INCREF(__pyx_t_5); - __Pyx_INCREF(function); - __Pyx_DECREF_SET(__pyx_t_6, function); - } - } - if (__pyx_t_5) { - __pyx_t_4 = __Pyx_PyObject_CallOneArg(__pyx_t_6, __pyx_t_5); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - } else { - __pyx_t_4 = __Pyx_PyObject_CallNoArg(__pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_t_4); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_v_ll = __pyx_t_27; - - /* "ml.pyx":80 - * # calculate log likelihood - * ll = probs_fail.sum() # add probability that all edges to all victims fail - * ll += probs_nv.sum() # add probability that all edges to non_victims fail # <<<<<<<<<<<<<< - * - * max_beta_add = float('-inf') - */ - __pyx_t_4 = PyFloat_FromDouble(__pyx_v_ll); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 80; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_5 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_probs_nv), __pyx_n_s_sum); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 80; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __pyx_t_3 = NULL; - if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_5))) { - __pyx_t_3 = PyMethod_GET_SELF(__pyx_t_5); - if (likely(__pyx_t_3)) { - PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_5); - __Pyx_INCREF(__pyx_t_3); - __Pyx_INCREF(function); - __Pyx_DECREF_SET(__pyx_t_5, function); - } - } - if (__pyx_t_3) { - __pyx_t_6 = __Pyx_PyObject_CallOneArg(__pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 80; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - } else { - __pyx_t_6 = __Pyx_PyObject_CallNoArg(__pyx_t_5); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 80; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __pyx_t_5 = PyNumber_InPlaceAdd(__pyx_t_4, __pyx_t_6); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 80; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_t_5); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 80; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __pyx_v_ll = __pyx_t_27; - - /* "ml.pyx":82 - * ll += probs_nv.sum() # add probability that all edges to non_victims fail - * - * max_beta_add = float('-inf') # <<<<<<<<<<<<<< - * # iterate over all victim nodes to find the optimal threshold - * for beta in np.arange(0.01, 1., 0.01): - */ - __pyx_t_29 = __Pyx_PyObject_AsDouble(__pyx_kp_s_inf); if (unlikely(__pyx_t_29 == ((double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_v_max_beta_add = __pyx_t_29; - - /* "ml.pyx":84 - * max_beta_add = float('-inf') - * # iterate over all victim nodes to find the optimal threshold - * for beta in np.arange(0.01, 1., 0.01): # <<<<<<<<<<<<<< - * thresh = log(beta/(n_days*(1.-beta))) - * seeds = probstp_iternext; if (unlikely(!__pyx_t_36)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 84; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - for (;;) { - if (likely(!__pyx_t_36)) { - if (likely(PyList_CheckExact(__pyx_t_6))) { - if (__pyx_t_2 >= PyList_GET_SIZE(__pyx_t_6)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_5 = PyList_GET_ITEM(__pyx_t_6, __pyx_t_2); __Pyx_INCREF(__pyx_t_5); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 84; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_5 = PySequence_ITEM(__pyx_t_6, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 84; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - } else { - if (__pyx_t_2 >= PyTuple_GET_SIZE(__pyx_t_6)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_5 = PyTuple_GET_ITEM(__pyx_t_6, __pyx_t_2); __Pyx_INCREF(__pyx_t_5); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 84; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_5 = PySequence_ITEM(__pyx_t_6, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 84; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - } - } else { - __pyx_t_5 = __pyx_t_36(__pyx_t_6); - if (unlikely(!__pyx_t_5)) { - PyObject* exc_type = PyErr_Occurred(); - if (exc_type) { - if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear(); - else {__pyx_filename = __pyx_f[0]; __pyx_lineno = 84; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - break; - } - __Pyx_GOTREF(__pyx_t_5); - } - __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_t_5); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 84; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __pyx_v_beta = __pyx_t_27; - - /* "ml.pyx":85 - * # iterate over all victim nodes to find the optimal threshold - * for beta in np.arange(0.01, 1., 0.01): - * thresh = log(beta/(n_days*(1.-beta))) # <<<<<<<<<<<<<< - * seeds = probs=thresh - */ - __pyx_v_thresh = log((__pyx_v_beta / (__pyx_v_n_days * (1. - __pyx_v_beta)))); - - /* "ml.pyx":86 - * for beta in np.arange(0.01, 1., 0.01): - * thresh = log(beta/(n_days*(1.-beta))) - * seeds = probs=thresh - * roots = n_roots + sum(seeds) - */ - __pyx_t_5 = PyFloat_FromDouble(__pyx_v_thresh); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 86; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __pyx_t_4 = PyObject_RichCompare(((PyObject *)__pyx_v_probs), __pyx_t_5, Py_LT); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 86; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_XDECREF_SET(__pyx_v_seeds, __pyx_t_4); - __pyx_t_4 = 0; - - /* "ml.pyx":87 - * thresh = log(beta/(n_days*(1.-beta))) - * seeds = probs=thresh # <<<<<<<<<<<<<< - * roots = n_roots + sum(seeds) - * - */ - __pyx_t_4 = PyFloat_FromDouble(__pyx_v_thresh); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 87; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_5 = PyObject_RichCompare(((PyObject *)__pyx_v_probs), __pyx_t_4, Py_GE); __Pyx_XGOTREF(__pyx_t_5); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 87; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_XDECREF_SET(__pyx_v_non_seeds, __pyx_t_5); - __pyx_t_5 = 0; - - /* "ml.pyx":88 - * seeds = probs=thresh - * roots = n_roots + sum(seeds) # <<<<<<<<<<<<<< - * - * beta_add = 0. - */ - __pyx_t_5 = __Pyx_PyInt_From_int(__pyx_v_n_roots); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 88; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __pyx_t_4 = PyTuple_New(1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 88; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_INCREF(__pyx_v_seeds); - PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_v_seeds); - __Pyx_GIVEREF(__pyx_v_seeds); - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_4, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 88; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_4 = PyNumber_Add(__pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 88; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_12 = __Pyx_PyInt_As_int(__pyx_t_4); if (unlikely((__pyx_t_12 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 88; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_v_roots = __pyx_t_12; - - /* "ml.pyx":90 - * roots = n_roots + sum(seeds) - * - * beta_add = 0. # <<<<<<<<<<<<<< - * # add probability for realized edges and subtract probability these edges fail - * beta_add += (probs[non_seeds]).sum() - */ - __pyx_v_beta_add = 0.; - - /* "ml.pyx":92 - * beta_add = 0. - * # add probability for realized edges and subtract probability these edges fail - * beta_add += (probs[non_seeds]).sum() # <<<<<<<<<<<<<< - * # add probability for the seeds and non-seeds - * beta_add += roots * log(beta/n_days) + (n_nodes-roots) * log(1. - beta) - */ - __pyx_t_4 = PyFloat_FromDouble(__pyx_v_beta_add); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 92; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_5 = PyObject_GetItem(((PyObject *)__pyx_v_probs), __pyx_v_non_seeds); if (unlikely(__pyx_t_5 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 92; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_5); - __pyx_t_21 = __Pyx_PyObject_GetAttrStr(__pyx_t_5, __pyx_n_s_sum); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 92; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_21); - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __pyx_t_5 = NULL; - if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_21))) { - __pyx_t_5 = PyMethod_GET_SELF(__pyx_t_21); - if (likely(__pyx_t_5)) { - PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_21); - __Pyx_INCREF(__pyx_t_5); - __Pyx_INCREF(function); - __Pyx_DECREF_SET(__pyx_t_21, function); - } - } - if (__pyx_t_5) { - __pyx_t_3 = __Pyx_PyObject_CallOneArg(__pyx_t_21, __pyx_t_5); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 92; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - } else { - __pyx_t_3 = __Pyx_PyObject_CallNoArg(__pyx_t_21); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 92; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - __pyx_t_21 = PyNumber_InPlaceAdd(__pyx_t_4, __pyx_t_3); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 92; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_21); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_t_21); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 92; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - __pyx_v_beta_add = __pyx_t_27; - - /* "ml.pyx":94 - * beta_add += (probs[non_seeds]).sum() - * # add probability for the seeds and non-seeds - * beta_add += roots * log(beta/n_days) + (n_nodes-roots) * log(1. - beta) # <<<<<<<<<<<<<< - * - * if beta_add > max_beta_add: - */ - __pyx_t_21 = PyFloat_FromDouble(__pyx_v_beta_add); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_21); - __pyx_t_3 = PyFloat_FromDouble((__pyx_v_roots * log((__pyx_v_beta / __pyx_v_n_days)))); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_roots); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_5 = PyNumber_Subtract(__pyx_v_n_nodes, __pyx_t_4); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_4 = PyFloat_FromDouble(log((1. - __pyx_v_beta))); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_20 = PyNumber_Multiply(__pyx_t_5, __pyx_t_4); if (unlikely(!__pyx_t_20)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_20); - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_4 = PyNumber_Add(__pyx_t_3, __pyx_t_20); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_DECREF(__pyx_t_20); __pyx_t_20 = 0; - __pyx_t_20 = PyNumber_InPlaceAdd(__pyx_t_21, __pyx_t_4); if (unlikely(!__pyx_t_20)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_20); - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_t_20); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_20); __pyx_t_20 = 0; - __pyx_v_beta_add = __pyx_t_27; - - /* "ml.pyx":96 - * beta_add += roots * log(beta/n_days) + (n_nodes-roots) * log(1. - beta) - * - * if beta_add > max_beta_add: # <<<<<<<<<<<<<< - * max_beta = beta - * max_roots = roots - */ - __pyx_t_31 = ((__pyx_v_beta_add > __pyx_v_max_beta_add) != 0); - if (__pyx_t_31) { - - /* "ml.pyx":97 - * - * if beta_add > max_beta_add: - * max_beta = beta # <<<<<<<<<<<<<< - * max_roots = roots - * max_beta_add = beta_add - */ - __pyx_v_max_beta = __pyx_v_beta; - - /* "ml.pyx":98 - * if beta_add > max_beta_add: - * max_beta = beta - * max_roots = roots # <<<<<<<<<<<<<< - * max_beta_add = beta_add - * pdists = (parent_dists[non_seeds]).mean() - */ - __pyx_v_max_roots = __pyx_v_roots; - - /* "ml.pyx":99 - * max_beta = beta - * max_roots = roots - * max_beta_add = beta_add # <<<<<<<<<<<<<< - * pdists = (parent_dists[non_seeds]).mean() - * pdts = (parent_dts[non_seeds]).mean() - */ - __pyx_v_max_beta_add = __pyx_v_beta_add; - - /* "ml.pyx":100 - * max_roots = roots - * max_beta_add = beta_add - * pdists = (parent_dists[non_seeds]).mean() # <<<<<<<<<<<<<< - * pdts = (parent_dts[non_seeds]).mean() - * # print 'beta:', max_beta, 'add:', max_beta_add, 'roots:', max_roots - */ - __pyx_t_4 = PyObject_GetItem(((PyObject *)__pyx_v_parent_dists), __pyx_v_non_seeds); if (unlikely(__pyx_t_4 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 100; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_21 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_n_s_mean); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 100; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_21); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_4 = NULL; - if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_21))) { - __pyx_t_4 = PyMethod_GET_SELF(__pyx_t_21); - if (likely(__pyx_t_4)) { - PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_21); - __Pyx_INCREF(__pyx_t_4); - __Pyx_INCREF(function); - __Pyx_DECREF_SET(__pyx_t_21, function); - } - } - if (__pyx_t_4) { - __pyx_t_20 = __Pyx_PyObject_CallOneArg(__pyx_t_21, __pyx_t_4); if (unlikely(!__pyx_t_20)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 100; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - } else { - __pyx_t_20 = __Pyx_PyObject_CallNoArg(__pyx_t_21); if (unlikely(!__pyx_t_20)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 100; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __Pyx_GOTREF(__pyx_t_20); - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - __Pyx_XDECREF_SET(__pyx_v_pdists, __pyx_t_20); - __pyx_t_20 = 0; - - /* "ml.pyx":101 - * max_beta_add = beta_add - * pdists = (parent_dists[non_seeds]).mean() - * pdts = (parent_dts[non_seeds]).mean() # <<<<<<<<<<<<<< - * # print 'beta:', max_beta, 'add:', max_beta_add, 'roots:', max_roots - * - */ - __pyx_t_21 = PyObject_GetItem(((PyObject *)__pyx_v_parent_dts), __pyx_v_non_seeds); if (unlikely(__pyx_t_21 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 101; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_21); - __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_21, __pyx_n_s_mean); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 101; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - __pyx_t_21 = NULL; - if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_4))) { - __pyx_t_21 = PyMethod_GET_SELF(__pyx_t_4); - if (likely(__pyx_t_21)) { - PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4); - __Pyx_INCREF(__pyx_t_21); - __Pyx_INCREF(function); - __Pyx_DECREF_SET(__pyx_t_4, function); - } - } - if (__pyx_t_21) { - __pyx_t_20 = __Pyx_PyObject_CallOneArg(__pyx_t_4, __pyx_t_21); if (unlikely(!__pyx_t_20)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 101; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - } else { - __pyx_t_20 = __Pyx_PyObject_CallNoArg(__pyx_t_4); if (unlikely(!__pyx_t_20)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 101; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __Pyx_GOTREF(__pyx_t_20); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_XDECREF_SET(__pyx_v_pdts, __pyx_t_20); - __pyx_t_20 = 0; - goto __pyx_L32; - } - __pyx_L32:; - - /* "ml.pyx":84 - * max_beta_add = float('-inf') - * # iterate over all victim nodes to find the optimal threshold - * for beta in np.arange(0.01, 1., 0.01): # <<<<<<<<<<<<<< - * thresh = log(beta/(n_days*(1.-beta))) - * seeds = probspybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_nv.rcbuffer->pybuffer); - __Pyx_ErrRestore(__pyx_type, __pyx_value, __pyx_tb);} - __Pyx_AddTraceback("ml.ml", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = NULL; - goto __pyx_L2; - __pyx_L0:; - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dists.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_nv.rcbuffer->pybuffer); - __pyx_L2:; - __Pyx_XDECREF(__pyx_v_parents); - __Pyx_XDECREF(__pyx_v_failures); - __Pyx_XDECREF(__pyx_v_successes); - __Pyx_XDECREF(__pyx_v_n_nodes); - __Pyx_XDECREF((PyObject *)__pyx_v_probs); - __Pyx_XDECREF((PyObject *)__pyx_v_probs_fail); - __Pyx_XDECREF((PyObject *)__pyx_v_parent_dists); - __Pyx_XDECREF((PyObject *)__pyx_v_parent_dts); - __Pyx_XDECREF((PyObject *)__pyx_v_probs_nv); - __Pyx_XDECREF(__pyx_v_dists); - __Pyx_XDECREF(__pyx_v_dts); - __Pyx_XDECREF(__pyx_v_s); - __Pyx_XDECREF(__pyx_v_prob); - __Pyx_XDECREF(__pyx_v_seeds); - __Pyx_XDECREF(__pyx_v_non_seeds); - __Pyx_XDECREF(__pyx_v_pdists); - __Pyx_XDECREF(__pyx_v_pdts); - __Pyx_XDECREF(__pyx_v_prnt); - __Pyx_XDECREF(__pyx_v_w1); - __Pyx_XDECREF(__pyx_v_w2); - __Pyx_XDECREF(__pyx_v_w3); - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":197 - * # experimental exception made for __getbuffer__ and __releasebuffer__ - * # -- the details of this may change. - * def __getbuffer__(ndarray self, Py_buffer* info, int flags): # <<<<<<<<<<<<<< - * # This implementation of getbuffer is geared towards Cython - * # requirements, and does not yet fullfill the PEP. - */ - -/* Python wrapper */ -static CYTHON_UNUSED int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /*proto*/ -static CYTHON_UNUSED int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) { - int __pyx_r; - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("__getbuffer__ (wrapper)", 0); - __pyx_r = __pyx_pf_5numpy_7ndarray___getbuffer__(((PyArrayObject *)__pyx_v_self), ((Py_buffer *)__pyx_v_info), ((int)__pyx_v_flags)); - - /* function exit code */ - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -static int __pyx_pf_5numpy_7ndarray___getbuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) { - int __pyx_v_copy_shape; - int __pyx_v_i; - int __pyx_v_ndim; - int __pyx_v_endian_detector; - int __pyx_v_little_endian; - int __pyx_v_t; - char *__pyx_v_f; - PyArray_Descr *__pyx_v_descr = 0; - int __pyx_v_offset; - int __pyx_v_hasfields; - int __pyx_r; - __Pyx_RefNannyDeclarations - int __pyx_t_1; - int __pyx_t_2; - PyObject *__pyx_t_3 = NULL; - int __pyx_t_4; - int __pyx_t_5; - PyObject *__pyx_t_6 = NULL; - char *__pyx_t_7; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("__getbuffer__", 0); - if (__pyx_v_info != NULL) { - __pyx_v_info->obj = Py_None; __Pyx_INCREF(Py_None); - __Pyx_GIVEREF(__pyx_v_info->obj); - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":203 - * # of flags - * - * if info == NULL: return # <<<<<<<<<<<<<< - * - * cdef int copy_shape, i, ndim - */ - __pyx_t_1 = ((__pyx_v_info == NULL) != 0); - if (__pyx_t_1) { - __pyx_r = 0; - goto __pyx_L0; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":206 - * - * cdef int copy_shape, i, ndim - * cdef int endian_detector = 1 # <<<<<<<<<<<<<< - * cdef bint little_endian = ((&endian_detector)[0] != 0) - * - */ - __pyx_v_endian_detector = 1; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":207 - * cdef int copy_shape, i, ndim - * cdef int endian_detector = 1 - * cdef bint little_endian = ((&endian_detector)[0] != 0) # <<<<<<<<<<<<<< - * - * ndim = PyArray_NDIM(self) - */ - __pyx_v_little_endian = ((((char *)(&__pyx_v_endian_detector))[0]) != 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":209 - * cdef bint little_endian = ((&endian_detector)[0] != 0) - * - * ndim = PyArray_NDIM(self) # <<<<<<<<<<<<<< - * - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - */ - __pyx_v_ndim = PyArray_NDIM(__pyx_v_self); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":211 - * ndim = PyArray_NDIM(self) - * - * if sizeof(npy_intp) != sizeof(Py_ssize_t): # <<<<<<<<<<<<<< - * copy_shape = 1 - * else: - */ - __pyx_t_1 = (((sizeof(npy_intp)) != (sizeof(Py_ssize_t))) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":212 - * - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - * copy_shape = 1 # <<<<<<<<<<<<<< - * else: - * copy_shape = 0 - */ - __pyx_v_copy_shape = 1; - goto __pyx_L4; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":214 - * copy_shape = 1 - * else: - * copy_shape = 0 # <<<<<<<<<<<<<< - * - * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) - */ - __pyx_v_copy_shape = 0; - } - __pyx_L4:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":216 - * copy_shape = 0 - * - * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) # <<<<<<<<<<<<<< - * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): - * raise ValueError(u"ndarray is not C contiguous") - */ - __pyx_t_2 = (((__pyx_v_flags & PyBUF_C_CONTIGUOUS) == PyBUF_C_CONTIGUOUS) != 0); - if (__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L6_bool_binop_done; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":217 - * - * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) - * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): # <<<<<<<<<<<<<< - * raise ValueError(u"ndarray is not C contiguous") - * - */ - __pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_C_CONTIGUOUS) != 0)) != 0); - __pyx_t_1 = __pyx_t_2; - __pyx_L6_bool_binop_done:; - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":218 - * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) - * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): - * raise ValueError(u"ndarray is not C contiguous") # <<<<<<<<<<<<<< - * - * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__2, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":220 - * raise ValueError(u"ndarray is not C contiguous") - * - * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) # <<<<<<<<<<<<<< - * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): - * raise ValueError(u"ndarray is not Fortran contiguous") - */ - __pyx_t_2 = (((__pyx_v_flags & PyBUF_F_CONTIGUOUS) == PyBUF_F_CONTIGUOUS) != 0); - if (__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L9_bool_binop_done; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":221 - * - * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) - * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): # <<<<<<<<<<<<<< - * raise ValueError(u"ndarray is not Fortran contiguous") - * - */ - __pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_F_CONTIGUOUS) != 0)) != 0); - __pyx_t_1 = __pyx_t_2; - __pyx_L9_bool_binop_done:; - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":222 - * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) - * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): - * raise ValueError(u"ndarray is not Fortran contiguous") # <<<<<<<<<<<<<< - * - * info.buf = PyArray_DATA(self) - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__3, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 222; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 222; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":224 - * raise ValueError(u"ndarray is not Fortran contiguous") - * - * info.buf = PyArray_DATA(self) # <<<<<<<<<<<<<< - * info.ndim = ndim - * if copy_shape: - */ - __pyx_v_info->buf = PyArray_DATA(__pyx_v_self); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":225 - * - * info.buf = PyArray_DATA(self) - * info.ndim = ndim # <<<<<<<<<<<<<< - * if copy_shape: - * # Allocate new buffer for strides and shape info. - */ - __pyx_v_info->ndim = __pyx_v_ndim; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":226 - * info.buf = PyArray_DATA(self) - * info.ndim = ndim - * if copy_shape: # <<<<<<<<<<<<<< - * # Allocate new buffer for strides and shape info. - * # This is allocated as one block, strides first. - */ - __pyx_t_1 = (__pyx_v_copy_shape != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":229 - * # Allocate new buffer for strides and shape info. - * # This is allocated as one block, strides first. - * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) # <<<<<<<<<<<<<< - * info.shape = info.strides + ndim - * for i in range(ndim): - */ - __pyx_v_info->strides = ((Py_ssize_t *)malloc((((sizeof(Py_ssize_t)) * ((size_t)__pyx_v_ndim)) * 2))); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":230 - * # This is allocated as one block, strides first. - * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) - * info.shape = info.strides + ndim # <<<<<<<<<<<<<< - * for i in range(ndim): - * info.strides[i] = PyArray_STRIDES(self)[i] - */ - __pyx_v_info->shape = (__pyx_v_info->strides + __pyx_v_ndim); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":231 - * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) - * info.shape = info.strides + ndim - * for i in range(ndim): # <<<<<<<<<<<<<< - * info.strides[i] = PyArray_STRIDES(self)[i] - * info.shape[i] = PyArray_DIMS(self)[i] - */ - __pyx_t_4 = __pyx_v_ndim; - for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { - __pyx_v_i = __pyx_t_5; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":232 - * info.shape = info.strides + ndim - * for i in range(ndim): - * info.strides[i] = PyArray_STRIDES(self)[i] # <<<<<<<<<<<<<< - * info.shape[i] = PyArray_DIMS(self)[i] - * else: - */ - (__pyx_v_info->strides[__pyx_v_i]) = (PyArray_STRIDES(__pyx_v_self)[__pyx_v_i]); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":233 - * for i in range(ndim): - * info.strides[i] = PyArray_STRIDES(self)[i] - * info.shape[i] = PyArray_DIMS(self)[i] # <<<<<<<<<<<<<< - * else: - * info.strides = PyArray_STRIDES(self) - */ - (__pyx_v_info->shape[__pyx_v_i]) = (PyArray_DIMS(__pyx_v_self)[__pyx_v_i]); - } - goto __pyx_L11; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":235 - * info.shape[i] = PyArray_DIMS(self)[i] - * else: - * info.strides = PyArray_STRIDES(self) # <<<<<<<<<<<<<< - * info.shape = PyArray_DIMS(self) - * info.suboffsets = NULL - */ - __pyx_v_info->strides = ((Py_ssize_t *)PyArray_STRIDES(__pyx_v_self)); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":236 - * else: - * info.strides = PyArray_STRIDES(self) - * info.shape = PyArray_DIMS(self) # <<<<<<<<<<<<<< - * info.suboffsets = NULL - * info.itemsize = PyArray_ITEMSIZE(self) - */ - __pyx_v_info->shape = ((Py_ssize_t *)PyArray_DIMS(__pyx_v_self)); - } - __pyx_L11:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":237 - * info.strides = PyArray_STRIDES(self) - * info.shape = PyArray_DIMS(self) - * info.suboffsets = NULL # <<<<<<<<<<<<<< - * info.itemsize = PyArray_ITEMSIZE(self) - * info.readonly = not PyArray_ISWRITEABLE(self) - */ - __pyx_v_info->suboffsets = NULL; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":238 - * info.shape = PyArray_DIMS(self) - * info.suboffsets = NULL - * info.itemsize = PyArray_ITEMSIZE(self) # <<<<<<<<<<<<<< - * info.readonly = not PyArray_ISWRITEABLE(self) - * - */ - __pyx_v_info->itemsize = PyArray_ITEMSIZE(__pyx_v_self); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":239 - * info.suboffsets = NULL - * info.itemsize = PyArray_ITEMSIZE(self) - * info.readonly = not PyArray_ISWRITEABLE(self) # <<<<<<<<<<<<<< - * - * cdef int t - */ - __pyx_v_info->readonly = (!(PyArray_ISWRITEABLE(__pyx_v_self) != 0)); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":242 - * - * cdef int t - * cdef char* f = NULL # <<<<<<<<<<<<<< - * cdef dtype descr = self.descr - * cdef list stack - */ - __pyx_v_f = NULL; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":243 - * cdef int t - * cdef char* f = NULL - * cdef dtype descr = self.descr # <<<<<<<<<<<<<< - * cdef list stack - * cdef int offset - */ - __pyx_t_3 = ((PyObject *)__pyx_v_self->descr); - __Pyx_INCREF(__pyx_t_3); - __pyx_v_descr = ((PyArray_Descr *)__pyx_t_3); - __pyx_t_3 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":247 - * cdef int offset - * - * cdef bint hasfields = PyDataType_HASFIELDS(descr) # <<<<<<<<<<<<<< - * - * if not hasfields and not copy_shape: - */ - __pyx_v_hasfields = PyDataType_HASFIELDS(__pyx_v_descr); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":249 - * cdef bint hasfields = PyDataType_HASFIELDS(descr) - * - * if not hasfields and not copy_shape: # <<<<<<<<<<<<<< - * # do not call releasebuffer - * info.obj = None - */ - __pyx_t_2 = ((!(__pyx_v_hasfields != 0)) != 0); - if (__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L15_bool_binop_done; - } - __pyx_t_2 = ((!(__pyx_v_copy_shape != 0)) != 0); - __pyx_t_1 = __pyx_t_2; - __pyx_L15_bool_binop_done:; - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":251 - * if not hasfields and not copy_shape: - * # do not call releasebuffer - * info.obj = None # <<<<<<<<<<<<<< - * else: - * # need to call releasebuffer - */ - __Pyx_INCREF(Py_None); - __Pyx_GIVEREF(Py_None); - __Pyx_GOTREF(__pyx_v_info->obj); - __Pyx_DECREF(__pyx_v_info->obj); - __pyx_v_info->obj = Py_None; - goto __pyx_L14; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":254 - * else: - * # need to call releasebuffer - * info.obj = self # <<<<<<<<<<<<<< - * - * if not hasfields: - */ - __Pyx_INCREF(((PyObject *)__pyx_v_self)); - __Pyx_GIVEREF(((PyObject *)__pyx_v_self)); - __Pyx_GOTREF(__pyx_v_info->obj); - __Pyx_DECREF(__pyx_v_info->obj); - __pyx_v_info->obj = ((PyObject *)__pyx_v_self); - } - __pyx_L14:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":256 - * info.obj = self - * - * if not hasfields: # <<<<<<<<<<<<<< - * t = descr.type_num - * if ((descr.byteorder == c'>' and little_endian) or - */ - __pyx_t_1 = ((!(__pyx_v_hasfields != 0)) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":257 - * - * if not hasfields: - * t = descr.type_num # <<<<<<<<<<<<<< - * if ((descr.byteorder == c'>' and little_endian) or - * (descr.byteorder == c'<' and not little_endian)): - */ - __pyx_t_4 = __pyx_v_descr->type_num; - __pyx_v_t = __pyx_t_4; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":258 - * if not hasfields: - * t = descr.type_num - * if ((descr.byteorder == c'>' and little_endian) or # <<<<<<<<<<<<<< - * (descr.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") - */ - __pyx_t_2 = ((__pyx_v_descr->byteorder == '>') != 0); - if (!__pyx_t_2) { - goto __pyx_L20_next_or; - } else { - } - __pyx_t_2 = (__pyx_v_little_endian != 0); - if (!__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L19_bool_binop_done; - } - __pyx_L20_next_or:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":259 - * t = descr.type_num - * if ((descr.byteorder == c'>' and little_endian) or - * (descr.byteorder == c'<' and not little_endian)): # <<<<<<<<<<<<<< - * raise ValueError(u"Non-native byte order not supported") - * if t == NPY_BYTE: f = "b" - */ - __pyx_t_2 = ((__pyx_v_descr->byteorder == '<') != 0); - if (__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L19_bool_binop_done; - } - __pyx_t_2 = ((!(__pyx_v_little_endian != 0)) != 0); - __pyx_t_1 = __pyx_t_2; - __pyx_L19_bool_binop_done:; - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":260 - * if ((descr.byteorder == c'>' and little_endian) or - * (descr.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< - * if t == NPY_BYTE: f = "b" - * elif t == NPY_UBYTE: f = "B" - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__4, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":277 - * elif t == NPY_CDOUBLE: f = "Zd" - * elif t == NPY_CLONGDOUBLE: f = "Zg" - * elif t == NPY_OBJECT: f = "O" # <<<<<<<<<<<<<< - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - */ - switch (__pyx_v_t) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":261 - * (descr.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") - * if t == NPY_BYTE: f = "b" # <<<<<<<<<<<<<< - * elif t == NPY_UBYTE: f = "B" - * elif t == NPY_SHORT: f = "h" - */ - case NPY_BYTE: - __pyx_v_f = __pyx_k_b; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":262 - * raise ValueError(u"Non-native byte order not supported") - * if t == NPY_BYTE: f = "b" - * elif t == NPY_UBYTE: f = "B" # <<<<<<<<<<<<<< - * elif t == NPY_SHORT: f = "h" - * elif t == NPY_USHORT: f = "H" - */ - case NPY_UBYTE: - __pyx_v_f = __pyx_k_B; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":263 - * if t == NPY_BYTE: f = "b" - * elif t == NPY_UBYTE: f = "B" - * elif t == NPY_SHORT: f = "h" # <<<<<<<<<<<<<< - * elif t == NPY_USHORT: f = "H" - * elif t == NPY_INT: f = "i" - */ - case NPY_SHORT: - __pyx_v_f = __pyx_k_h; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":264 - * elif t == NPY_UBYTE: f = "B" - * elif t == NPY_SHORT: f = "h" - * elif t == NPY_USHORT: f = "H" # <<<<<<<<<<<<<< - * elif t == NPY_INT: f = "i" - * elif t == NPY_UINT: f = "I" - */ - case NPY_USHORT: - __pyx_v_f = __pyx_k_H; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":265 - * elif t == NPY_SHORT: f = "h" - * elif t == NPY_USHORT: f = "H" - * elif t == NPY_INT: f = "i" # <<<<<<<<<<<<<< - * elif t == NPY_UINT: f = "I" - * elif t == NPY_LONG: f = "l" - */ - case NPY_INT: - __pyx_v_f = __pyx_k_i; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":266 - * elif t == NPY_USHORT: f = "H" - * elif t == NPY_INT: f = "i" - * elif t == NPY_UINT: f = "I" # <<<<<<<<<<<<<< - * elif t == NPY_LONG: f = "l" - * elif t == NPY_ULONG: f = "L" - */ - case NPY_UINT: - __pyx_v_f = __pyx_k_I; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":267 - * elif t == NPY_INT: f = "i" - * elif t == NPY_UINT: f = "I" - * elif t == NPY_LONG: f = "l" # <<<<<<<<<<<<<< - * elif t == NPY_ULONG: f = "L" - * elif t == NPY_LONGLONG: f = "q" - */ - case NPY_LONG: - __pyx_v_f = __pyx_k_l; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":268 - * elif t == NPY_UINT: f = "I" - * elif t == NPY_LONG: f = "l" - * elif t == NPY_ULONG: f = "L" # <<<<<<<<<<<<<< - * elif t == NPY_LONGLONG: f = "q" - * elif t == NPY_ULONGLONG: f = "Q" - */ - case NPY_ULONG: - __pyx_v_f = __pyx_k_L; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":269 - * elif t == NPY_LONG: f = "l" - * elif t == NPY_ULONG: f = "L" - * elif t == NPY_LONGLONG: f = "q" # <<<<<<<<<<<<<< - * elif t == NPY_ULONGLONG: f = "Q" - * elif t == NPY_FLOAT: f = "f" - */ - case NPY_LONGLONG: - __pyx_v_f = __pyx_k_q; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":270 - * elif t == NPY_ULONG: f = "L" - * elif t == NPY_LONGLONG: f = "q" - * elif t == NPY_ULONGLONG: f = "Q" # <<<<<<<<<<<<<< - * elif t == NPY_FLOAT: f = "f" - * elif t == NPY_DOUBLE: f = "d" - */ - case NPY_ULONGLONG: - __pyx_v_f = __pyx_k_Q; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":271 - * elif t == NPY_LONGLONG: f = "q" - * elif t == NPY_ULONGLONG: f = "Q" - * elif t == NPY_FLOAT: f = "f" # <<<<<<<<<<<<<< - * elif t == NPY_DOUBLE: f = "d" - * elif t == NPY_LONGDOUBLE: f = "g" - */ - case NPY_FLOAT: - __pyx_v_f = __pyx_k_f; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":272 - * elif t == NPY_ULONGLONG: f = "Q" - * elif t == NPY_FLOAT: f = "f" - * elif t == NPY_DOUBLE: f = "d" # <<<<<<<<<<<<<< - * elif t == NPY_LONGDOUBLE: f = "g" - * elif t == NPY_CFLOAT: f = "Zf" - */ - case NPY_DOUBLE: - __pyx_v_f = __pyx_k_d; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":273 - * elif t == NPY_FLOAT: f = "f" - * elif t == NPY_DOUBLE: f = "d" - * elif t == NPY_LONGDOUBLE: f = "g" # <<<<<<<<<<<<<< - * elif t == NPY_CFLOAT: f = "Zf" - * elif t == NPY_CDOUBLE: f = "Zd" - */ - case NPY_LONGDOUBLE: - __pyx_v_f = __pyx_k_g; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":274 - * elif t == NPY_DOUBLE: f = "d" - * elif t == NPY_LONGDOUBLE: f = "g" - * elif t == NPY_CFLOAT: f = "Zf" # <<<<<<<<<<<<<< - * elif t == NPY_CDOUBLE: f = "Zd" - * elif t == NPY_CLONGDOUBLE: f = "Zg" - */ - case NPY_CFLOAT: - __pyx_v_f = __pyx_k_Zf; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":275 - * elif t == NPY_LONGDOUBLE: f = "g" - * elif t == NPY_CFLOAT: f = "Zf" - * elif t == NPY_CDOUBLE: f = "Zd" # <<<<<<<<<<<<<< - * elif t == NPY_CLONGDOUBLE: f = "Zg" - * elif t == NPY_OBJECT: f = "O" - */ - case NPY_CDOUBLE: - __pyx_v_f = __pyx_k_Zd; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":276 - * elif t == NPY_CFLOAT: f = "Zf" - * elif t == NPY_CDOUBLE: f = "Zd" - * elif t == NPY_CLONGDOUBLE: f = "Zg" # <<<<<<<<<<<<<< - * elif t == NPY_OBJECT: f = "O" - * else: - */ - case NPY_CLONGDOUBLE: - __pyx_v_f = __pyx_k_Zg; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":277 - * elif t == NPY_CDOUBLE: f = "Zd" - * elif t == NPY_CLONGDOUBLE: f = "Zg" - * elif t == NPY_OBJECT: f = "O" # <<<<<<<<<<<<<< - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - */ - case NPY_OBJECT: - __pyx_v_f = __pyx_k_O; - break; - default: - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":279 - * elif t == NPY_OBJECT: f = "O" - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) # <<<<<<<<<<<<<< - * info.format = f - * return - */ - __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_t); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_6 = PyUnicode_Format(__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_t_6); - __Pyx_GIVEREF(__pyx_t_6); - __pyx_t_6 = 0; - __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_3, NULL); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_Raise(__pyx_t_6, 0, 0, 0); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - break; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":280 - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - * info.format = f # <<<<<<<<<<<<<< - * return - * else: - */ - __pyx_v_info->format = __pyx_v_f; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":281 - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - * info.format = f - * return # <<<<<<<<<<<<<< - * else: - * info.format = stdlib.malloc(_buffer_format_string_len) - */ - __pyx_r = 0; - goto __pyx_L0; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":283 - * return - * else: - * info.format = stdlib.malloc(_buffer_format_string_len) # <<<<<<<<<<<<<< - * info.format[0] = c'^' # Native data types, manual alignment - * offset = 0 - */ - __pyx_v_info->format = ((char *)malloc(255)); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":284 - * else: - * info.format = stdlib.malloc(_buffer_format_string_len) - * info.format[0] = c'^' # Native data types, manual alignment # <<<<<<<<<<<<<< - * offset = 0 - * f = _util_dtypestring(descr, info.format + 1, - */ - (__pyx_v_info->format[0]) = '^'; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":285 - * info.format = stdlib.malloc(_buffer_format_string_len) - * info.format[0] = c'^' # Native data types, manual alignment - * offset = 0 # <<<<<<<<<<<<<< - * f = _util_dtypestring(descr, info.format + 1, - * info.format + _buffer_format_string_len, - */ - __pyx_v_offset = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":286 - * info.format[0] = c'^' # Native data types, manual alignment - * offset = 0 - * f = _util_dtypestring(descr, info.format + 1, # <<<<<<<<<<<<<< - * info.format + _buffer_format_string_len, - * &offset) - */ - __pyx_t_7 = __pyx_f_5numpy__util_dtypestring(__pyx_v_descr, (__pyx_v_info->format + 1), (__pyx_v_info->format + 255), (&__pyx_v_offset)); if (unlikely(__pyx_t_7 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 286; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_v_f = __pyx_t_7; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":289 - * info.format + _buffer_format_string_len, - * &offset) - * f[0] = c'\0' # Terminate format string # <<<<<<<<<<<<<< - * - * def __releasebuffer__(ndarray self, Py_buffer* info): - */ - (__pyx_v_f[0]) = '\x00'; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":197 - * # experimental exception made for __getbuffer__ and __releasebuffer__ - * # -- the details of this may change. - * def __getbuffer__(ndarray self, Py_buffer* info, int flags): # <<<<<<<<<<<<<< - * # This implementation of getbuffer is geared towards Cython - * # requirements, and does not yet fullfill the PEP. - */ - - /* function exit code */ - __pyx_r = 0; - goto __pyx_L0; - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_3); - __Pyx_XDECREF(__pyx_t_6); - __Pyx_AddTraceback("numpy.ndarray.__getbuffer__", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = -1; - if (__pyx_v_info != NULL && __pyx_v_info->obj != NULL) { - __Pyx_GOTREF(__pyx_v_info->obj); - __Pyx_DECREF(__pyx_v_info->obj); __pyx_v_info->obj = NULL; - } - goto __pyx_L2; - __pyx_L0:; - if (__pyx_v_info != NULL && __pyx_v_info->obj == Py_None) { - __Pyx_GOTREF(Py_None); - __Pyx_DECREF(Py_None); __pyx_v_info->obj = NULL; - } - __pyx_L2:; - __Pyx_XDECREF((PyObject *)__pyx_v_descr); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":291 - * f[0] = c'\0' # Terminate format string - * - * def __releasebuffer__(ndarray self, Py_buffer* info): # <<<<<<<<<<<<<< - * if PyArray_HASFIELDS(self): - * stdlib.free(info.format) - */ - -/* Python wrapper */ -static CYTHON_UNUSED void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info); /*proto*/ -static CYTHON_UNUSED void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info) { - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("__releasebuffer__ (wrapper)", 0); - __pyx_pf_5numpy_7ndarray_2__releasebuffer__(((PyArrayObject *)__pyx_v_self), ((Py_buffer *)__pyx_v_info)); - - /* function exit code */ - __Pyx_RefNannyFinishContext(); -} - -static void __pyx_pf_5numpy_7ndarray_2__releasebuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info) { - __Pyx_RefNannyDeclarations - int __pyx_t_1; - __Pyx_RefNannySetupContext("__releasebuffer__", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":292 - * - * def __releasebuffer__(ndarray self, Py_buffer* info): - * if PyArray_HASFIELDS(self): # <<<<<<<<<<<<<< - * stdlib.free(info.format) - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - */ - __pyx_t_1 = (PyArray_HASFIELDS(__pyx_v_self) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":293 - * def __releasebuffer__(ndarray self, Py_buffer* info): - * if PyArray_HASFIELDS(self): - * stdlib.free(info.format) # <<<<<<<<<<<<<< - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - * stdlib.free(info.strides) - */ - free(__pyx_v_info->format); - goto __pyx_L3; - } - __pyx_L3:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":294 - * if PyArray_HASFIELDS(self): - * stdlib.free(info.format) - * if sizeof(npy_intp) != sizeof(Py_ssize_t): # <<<<<<<<<<<<<< - * stdlib.free(info.strides) - * # info.shape was stored after info.strides in the same block - */ - __pyx_t_1 = (((sizeof(npy_intp)) != (sizeof(Py_ssize_t))) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":295 - * stdlib.free(info.format) - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - * stdlib.free(info.strides) # <<<<<<<<<<<<<< - * # info.shape was stored after info.strides in the same block - * - */ - free(__pyx_v_info->strides); - goto __pyx_L4; - } - __pyx_L4:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":291 - * f[0] = c'\0' # Terminate format string - * - * def __releasebuffer__(ndarray self, Py_buffer* info): # <<<<<<<<<<<<<< - * if PyArray_HASFIELDS(self): - * stdlib.free(info.format) - */ - - /* function exit code */ - __Pyx_RefNannyFinishContext(); -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":771 - * ctypedef npy_cdouble complex_t - * - * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(1, a) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__pyx_v_a) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":772 - * - * cdef inline object PyArray_MultiIterNew1(a): - * return PyArray_MultiIterNew(1, a) # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew2(a, b): - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 772; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":771 - * ctypedef npy_cdouble complex_t - * - * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(1, a) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew1", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":774 - * return PyArray_MultiIterNew(1, a) - * - * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(2, a, b) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__pyx_v_a, PyObject *__pyx_v_b) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":775 - * - * cdef inline object PyArray_MultiIterNew2(a, b): - * return PyArray_MultiIterNew(2, a, b) # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew3(a, b, c): - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 775; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":774 - * return PyArray_MultiIterNew(1, a) - * - * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(2, a, b) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew2", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":777 - * return PyArray_MultiIterNew(2, a, b) - * - * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(3, a, b, c) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":778 - * - * cdef inline object PyArray_MultiIterNew3(a, b, c): - * return PyArray_MultiIterNew(3, a, b, c) # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew4(a, b, c, d): - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(3, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 778; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":777 - * return PyArray_MultiIterNew(2, a, b) - * - * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(3, a, b, c) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew3", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":780 - * return PyArray_MultiIterNew(3, a, b, c) - * - * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(4, a, b, c, d) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":781 - * - * cdef inline object PyArray_MultiIterNew4(a, b, c, d): - * return PyArray_MultiIterNew(4, a, b, c, d) # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(4, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 781; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":780 - * return PyArray_MultiIterNew(3, a, b, c) - * - * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(4, a, b, c, d) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew4", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":783 - * return PyArray_MultiIterNew(4, a, b, c, d) - * - * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(5, a, b, c, d, e) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d, PyObject *__pyx_v_e) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":784 - * - * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): - * return PyArray_MultiIterNew(5, a, b, c, d, e) # <<<<<<<<<<<<<< - * - * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(5, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d), ((void *)__pyx_v_e)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 784; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":783 - * return PyArray_MultiIterNew(4, a, b, c, d) - * - * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(5, a, b, c, d, e) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew5", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":786 - * return PyArray_MultiIterNew(5, a, b, c, d, e) - * - * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: # <<<<<<<<<<<<<< - * # Recursive utility function used in __getbuffer__ to get format - * # string. The new location in the format string is returned. - */ - -static CYTHON_INLINE char *__pyx_f_5numpy__util_dtypestring(PyArray_Descr *__pyx_v_descr, char *__pyx_v_f, char *__pyx_v_end, int *__pyx_v_offset) { - PyArray_Descr *__pyx_v_child = 0; - int __pyx_v_endian_detector; - int __pyx_v_little_endian; - PyObject *__pyx_v_fields = 0; - PyObject *__pyx_v_childname = NULL; - PyObject *__pyx_v_new_offset = NULL; - PyObject *__pyx_v_t = NULL; - char *__pyx_r; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - Py_ssize_t __pyx_t_2; - PyObject *__pyx_t_3 = NULL; - PyObject *__pyx_t_4 = NULL; - int __pyx_t_5; - int __pyx_t_6; - int __pyx_t_7; - long __pyx_t_8; - char *__pyx_t_9; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("_util_dtypestring", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":793 - * cdef int delta_offset - * cdef tuple i - * cdef int endian_detector = 1 # <<<<<<<<<<<<<< - * cdef bint little_endian = ((&endian_detector)[0] != 0) - * cdef tuple fields - */ - __pyx_v_endian_detector = 1; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":794 - * cdef tuple i - * cdef int endian_detector = 1 - * cdef bint little_endian = ((&endian_detector)[0] != 0) # <<<<<<<<<<<<<< - * cdef tuple fields - * - */ - __pyx_v_little_endian = ((((char *)(&__pyx_v_endian_detector))[0]) != 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":797 - * cdef tuple fields - * - * for childname in descr.names: # <<<<<<<<<<<<<< - * fields = descr.fields[childname] - * child, new_offset = fields - */ - if (unlikely(__pyx_v_descr->names == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_1 = __pyx_v_descr->names; __Pyx_INCREF(__pyx_t_1); __pyx_t_2 = 0; - for (;;) { - if (__pyx_t_2 >= PyTuple_GET_SIZE(__pyx_t_1)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_1, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_3 = PySequence_ITEM(__pyx_t_1, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - __Pyx_XDECREF_SET(__pyx_v_childname, __pyx_t_3); - __pyx_t_3 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":798 - * - * for childname in descr.names: - * fields = descr.fields[childname] # <<<<<<<<<<<<<< - * child, new_offset = fields - * - */ - if (unlikely(__pyx_v_descr->fields == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable"); - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_3 = __Pyx_PyDict_GetItem(__pyx_v_descr->fields, __pyx_v_childname); if (unlikely(__pyx_t_3 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_3); - if (!(likely(PyTuple_CheckExact(__pyx_t_3))||((__pyx_t_3) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "tuple", Py_TYPE(__pyx_t_3)->tp_name), 0))) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_XDECREF_SET(__pyx_v_fields, ((PyObject*)__pyx_t_3)); - __pyx_t_3 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":799 - * for childname in descr.names: - * fields = descr.fields[childname] - * child, new_offset = fields # <<<<<<<<<<<<<< - * - * if (end - f) - (new_offset - offset[0]) < 15: - */ - if (likely(__pyx_v_fields != Py_None)) { - PyObject* sequence = __pyx_v_fields; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 2)) { - if (size > 2) __Pyx_RaiseTooManyValuesError(2); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_3 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_4 = PyTuple_GET_ITEM(sequence, 1); - __Pyx_INCREF(__pyx_t_3); - __Pyx_INCREF(__pyx_t_4); - #else - __pyx_t_3 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - #endif - } else { - __Pyx_RaiseNoneNotIterableError(); {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_ptype_5numpy_dtype))))) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_XDECREF_SET(__pyx_v_child, ((PyArray_Descr *)__pyx_t_3)); - __pyx_t_3 = 0; - __Pyx_XDECREF_SET(__pyx_v_new_offset, __pyx_t_4); - __pyx_t_4 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":801 - * child, new_offset = fields - * - * if (end - f) - (new_offset - offset[0]) < 15: # <<<<<<<<<<<<<< - * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") - * - */ - __pyx_t_4 = __Pyx_PyInt_From_int((__pyx_v_offset[0])); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyNumber_Subtract(__pyx_v_new_offset, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_5 = __Pyx_PyInt_As_int(__pyx_t_3); if (unlikely((__pyx_t_5 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = ((((__pyx_v_end - __pyx_v_f) - ((int)__pyx_t_5)) < 15) != 0); - if (__pyx_t_6) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":802 - * - * if (end - f) - (new_offset - offset[0]) < 15: - * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") # <<<<<<<<<<<<<< - * - * if ((child.byteorder == c'>' and little_endian) or - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_RuntimeError, __pyx_tuple__5, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":804 - * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") - * - * if ((child.byteorder == c'>' and little_endian) or # <<<<<<<<<<<<<< - * (child.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") - */ - __pyx_t_7 = ((__pyx_v_child->byteorder == '>') != 0); - if (!__pyx_t_7) { - goto __pyx_L8_next_or; - } else { - } - __pyx_t_7 = (__pyx_v_little_endian != 0); - if (!__pyx_t_7) { - } else { - __pyx_t_6 = __pyx_t_7; - goto __pyx_L7_bool_binop_done; - } - __pyx_L8_next_or:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":805 - * - * if ((child.byteorder == c'>' and little_endian) or - * (child.byteorder == c'<' and not little_endian)): # <<<<<<<<<<<<<< - * raise ValueError(u"Non-native byte order not supported") - * # One could encode it in the format string and have Cython - */ - __pyx_t_7 = ((__pyx_v_child->byteorder == '<') != 0); - if (__pyx_t_7) { - } else { - __pyx_t_6 = __pyx_t_7; - goto __pyx_L7_bool_binop_done; - } - __pyx_t_7 = ((!(__pyx_v_little_endian != 0)) != 0); - __pyx_t_6 = __pyx_t_7; - __pyx_L7_bool_binop_done:; - if (__pyx_t_6) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":806 - * if ((child.byteorder == c'>' and little_endian) or - * (child.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< - * # One could encode it in the format string and have Cython - * # complain instead, BUT: < and > in format strings also imply - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__6, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":816 - * - * # Output padding bytes - * while offset[0] < new_offset: # <<<<<<<<<<<<<< - * f[0] = 120 # "x"; pad byte - * f += 1 - */ - while (1) { - __pyx_t_3 = __Pyx_PyInt_From_int((__pyx_v_offset[0])); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_t_3, __pyx_v_new_offset, Py_LT); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (!__pyx_t_6) break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":817 - * # Output padding bytes - * while offset[0] < new_offset: - * f[0] = 120 # "x"; pad byte # <<<<<<<<<<<<<< - * f += 1 - * offset[0] += 1 - */ - (__pyx_v_f[0]) = 120; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":818 - * while offset[0] < new_offset: - * f[0] = 120 # "x"; pad byte - * f += 1 # <<<<<<<<<<<<<< - * offset[0] += 1 - * - */ - __pyx_v_f = (__pyx_v_f + 1); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":819 - * f[0] = 120 # "x"; pad byte - * f += 1 - * offset[0] += 1 # <<<<<<<<<<<<<< - * - * offset[0] += child.itemsize - */ - __pyx_t_8 = 0; - (__pyx_v_offset[__pyx_t_8]) = ((__pyx_v_offset[__pyx_t_8]) + 1); - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":821 - * offset[0] += 1 - * - * offset[0] += child.itemsize # <<<<<<<<<<<<<< - * - * if not PyDataType_HASFIELDS(child): - */ - __pyx_t_8 = 0; - (__pyx_v_offset[__pyx_t_8]) = ((__pyx_v_offset[__pyx_t_8]) + __pyx_v_child->elsize); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":823 - * offset[0] += child.itemsize - * - * if not PyDataType_HASFIELDS(child): # <<<<<<<<<<<<<< - * t = child.type_num - * if end - f < 5: - */ - __pyx_t_6 = ((!(PyDataType_HASFIELDS(__pyx_v_child) != 0)) != 0); - if (__pyx_t_6) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":824 - * - * if not PyDataType_HASFIELDS(child): - * t = child.type_num # <<<<<<<<<<<<<< - * if end - f < 5: - * raise RuntimeError(u"Format string allocated too short.") - */ - __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_child->type_num); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 824; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_XDECREF_SET(__pyx_v_t, __pyx_t_4); - __pyx_t_4 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":825 - * if not PyDataType_HASFIELDS(child): - * t = child.type_num - * if end - f < 5: # <<<<<<<<<<<<<< - * raise RuntimeError(u"Format string allocated too short.") - * - */ - __pyx_t_6 = (((__pyx_v_end - __pyx_v_f) < 5) != 0); - if (__pyx_t_6) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":826 - * t = child.type_num - * if end - f < 5: - * raise RuntimeError(u"Format string allocated too short.") # <<<<<<<<<<<<<< - * - * # Until ticket #99 is fixed, use integers to avoid warnings - */ - __pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_RuntimeError, __pyx_tuple__7, NULL); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_Raise(__pyx_t_4, 0, 0, 0); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":829 - * - * # Until ticket #99 is fixed, use integers to avoid warnings - * if t == NPY_BYTE: f[0] = 98 #"b" # <<<<<<<<<<<<<< - * elif t == NPY_UBYTE: f[0] = 66 #"B" - * elif t == NPY_SHORT: f[0] = 104 #"h" - */ - __pyx_t_4 = PyInt_FromLong(NPY_BYTE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 98; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":830 - * # Until ticket #99 is fixed, use integers to avoid warnings - * if t == NPY_BYTE: f[0] = 98 #"b" - * elif t == NPY_UBYTE: f[0] = 66 #"B" # <<<<<<<<<<<<<< - * elif t == NPY_SHORT: f[0] = 104 #"h" - * elif t == NPY_USHORT: f[0] = 72 #"H" - */ - __pyx_t_3 = PyInt_FromLong(NPY_UBYTE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 66; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":831 - * if t == NPY_BYTE: f[0] = 98 #"b" - * elif t == NPY_UBYTE: f[0] = 66 #"B" - * elif t == NPY_SHORT: f[0] = 104 #"h" # <<<<<<<<<<<<<< - * elif t == NPY_USHORT: f[0] = 72 #"H" - * elif t == NPY_INT: f[0] = 105 #"i" - */ - __pyx_t_4 = PyInt_FromLong(NPY_SHORT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 104; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":832 - * elif t == NPY_UBYTE: f[0] = 66 #"B" - * elif t == NPY_SHORT: f[0] = 104 #"h" - * elif t == NPY_USHORT: f[0] = 72 #"H" # <<<<<<<<<<<<<< - * elif t == NPY_INT: f[0] = 105 #"i" - * elif t == NPY_UINT: f[0] = 73 #"I" - */ - __pyx_t_3 = PyInt_FromLong(NPY_USHORT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 72; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":833 - * elif t == NPY_SHORT: f[0] = 104 #"h" - * elif t == NPY_USHORT: f[0] = 72 #"H" - * elif t == NPY_INT: f[0] = 105 #"i" # <<<<<<<<<<<<<< - * elif t == NPY_UINT: f[0] = 73 #"I" - * elif t == NPY_LONG: f[0] = 108 #"l" - */ - __pyx_t_4 = PyInt_FromLong(NPY_INT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 105; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":834 - * elif t == NPY_USHORT: f[0] = 72 #"H" - * elif t == NPY_INT: f[0] = 105 #"i" - * elif t == NPY_UINT: f[0] = 73 #"I" # <<<<<<<<<<<<<< - * elif t == NPY_LONG: f[0] = 108 #"l" - * elif t == NPY_ULONG: f[0] = 76 #"L" - */ - __pyx_t_3 = PyInt_FromLong(NPY_UINT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 73; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":835 - * elif t == NPY_INT: f[0] = 105 #"i" - * elif t == NPY_UINT: f[0] = 73 #"I" - * elif t == NPY_LONG: f[0] = 108 #"l" # <<<<<<<<<<<<<< - * elif t == NPY_ULONG: f[0] = 76 #"L" - * elif t == NPY_LONGLONG: f[0] = 113 #"q" - */ - __pyx_t_4 = PyInt_FromLong(NPY_LONG); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 108; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":836 - * elif t == NPY_UINT: f[0] = 73 #"I" - * elif t == NPY_LONG: f[0] = 108 #"l" - * elif t == NPY_ULONG: f[0] = 76 #"L" # <<<<<<<<<<<<<< - * elif t == NPY_LONGLONG: f[0] = 113 #"q" - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" - */ - __pyx_t_3 = PyInt_FromLong(NPY_ULONG); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 76; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":837 - * elif t == NPY_LONG: f[0] = 108 #"l" - * elif t == NPY_ULONG: f[0] = 76 #"L" - * elif t == NPY_LONGLONG: f[0] = 113 #"q" # <<<<<<<<<<<<<< - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" - * elif t == NPY_FLOAT: f[0] = 102 #"f" - */ - __pyx_t_4 = PyInt_FromLong(NPY_LONGLONG); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 113; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":838 - * elif t == NPY_ULONG: f[0] = 76 #"L" - * elif t == NPY_LONGLONG: f[0] = 113 #"q" - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" # <<<<<<<<<<<<<< - * elif t == NPY_FLOAT: f[0] = 102 #"f" - * elif t == NPY_DOUBLE: f[0] = 100 #"d" - */ - __pyx_t_3 = PyInt_FromLong(NPY_ULONGLONG); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 81; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":839 - * elif t == NPY_LONGLONG: f[0] = 113 #"q" - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" - * elif t == NPY_FLOAT: f[0] = 102 #"f" # <<<<<<<<<<<<<< - * elif t == NPY_DOUBLE: f[0] = 100 #"d" - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" - */ - __pyx_t_4 = PyInt_FromLong(NPY_FLOAT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 102; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":840 - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" - * elif t == NPY_FLOAT: f[0] = 102 #"f" - * elif t == NPY_DOUBLE: f[0] = 100 #"d" # <<<<<<<<<<<<<< - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf - */ - __pyx_t_3 = PyInt_FromLong(NPY_DOUBLE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 100; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":841 - * elif t == NPY_FLOAT: f[0] = 102 #"f" - * elif t == NPY_DOUBLE: f[0] = 100 #"d" - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" # <<<<<<<<<<<<<< - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd - */ - __pyx_t_4 = PyInt_FromLong(NPY_LONGDOUBLE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 103; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":842 - * elif t == NPY_DOUBLE: f[0] = 100 #"d" - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf # <<<<<<<<<<<<<< - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd - * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg - */ - __pyx_t_3 = PyInt_FromLong(NPY_CFLOAT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 90; - (__pyx_v_f[1]) = 102; - __pyx_v_f = (__pyx_v_f + 1); - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":843 - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd # <<<<<<<<<<<<<< - * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg - * elif t == NPY_OBJECT: f[0] = 79 #"O" - */ - __pyx_t_4 = PyInt_FromLong(NPY_CDOUBLE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 90; - (__pyx_v_f[1]) = 100; - __pyx_v_f = (__pyx_v_f + 1); - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":844 - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd - * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg # <<<<<<<<<<<<<< - * elif t == NPY_OBJECT: f[0] = 79 #"O" - * else: - */ - __pyx_t_3 = PyInt_FromLong(NPY_CLONGDOUBLE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 90; - (__pyx_v_f[1]) = 103; - __pyx_v_f = (__pyx_v_f + 1); - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":845 - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd - * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg - * elif t == NPY_OBJECT: f[0] = 79 #"O" # <<<<<<<<<<<<<< - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - */ - __pyx_t_4 = PyInt_FromLong(NPY_OBJECT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 79; - goto __pyx_L15; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":847 - * elif t == NPY_OBJECT: f[0] = 79 #"O" - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) # <<<<<<<<<<<<<< - * f += 1 - * else: - */ - __pyx_t_3 = PyUnicode_Format(__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_v_t); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyTuple_New(1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_3); - __Pyx_GIVEREF(__pyx_t_3); - __pyx_t_3 = 0; - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_4, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_L15:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":848 - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - * f += 1 # <<<<<<<<<<<<<< - * else: - * # Cython ignores struct boundary information ("T{...}"), - */ - __pyx_v_f = (__pyx_v_f + 1); - goto __pyx_L13; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":852 - * # Cython ignores struct boundary information ("T{...}"), - * # so don't output it - * f = _util_dtypestring(child, f, end, offset) # <<<<<<<<<<<<<< - * return f - * - */ - __pyx_t_9 = __pyx_f_5numpy__util_dtypestring(__pyx_v_child, __pyx_v_f, __pyx_v_end, __pyx_v_offset); if (unlikely(__pyx_t_9 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 852; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_v_f = __pyx_t_9; - } - __pyx_L13:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":797 - * cdef tuple fields - * - * for childname in descr.names: # <<<<<<<<<<<<<< - * fields = descr.fields[childname] - * child, new_offset = fields - */ - } - __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":853 - * # so don't output it - * f = _util_dtypestring(child, f, end, offset) - * return f # <<<<<<<<<<<<<< - * - * - */ - __pyx_r = __pyx_v_f; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":786 - * return PyArray_MultiIterNew(5, a, b, c, d, e) - * - * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: # <<<<<<<<<<<<<< - * # Recursive utility function used in __getbuffer__ to get format - * # string. The new location in the format string is returned. - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_XDECREF(__pyx_t_3); - __Pyx_XDECREF(__pyx_t_4); - __Pyx_AddTraceback("numpy._util_dtypestring", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = NULL; - __pyx_L0:; - __Pyx_XDECREF((PyObject *)__pyx_v_child); - __Pyx_XDECREF(__pyx_v_fields); - __Pyx_XDECREF(__pyx_v_childname); - __Pyx_XDECREF(__pyx_v_new_offset); - __Pyx_XDECREF(__pyx_v_t); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":969 - * - * - * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<< - * cdef PyObject* baseptr - * if base is None: - */ - -static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) { - PyObject *__pyx_v_baseptr; - __Pyx_RefNannyDeclarations - int __pyx_t_1; - int __pyx_t_2; - __Pyx_RefNannySetupContext("set_array_base", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":971 - * cdef inline void set_array_base(ndarray arr, object base): - * cdef PyObject* baseptr - * if base is None: # <<<<<<<<<<<<<< - * baseptr = NULL - * else: - */ - __pyx_t_1 = (__pyx_v_base == Py_None); - __pyx_t_2 = (__pyx_t_1 != 0); - if (__pyx_t_2) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":972 - * cdef PyObject* baseptr - * if base is None: - * baseptr = NULL # <<<<<<<<<<<<<< - * else: - * Py_INCREF(base) # important to do this before decref below! - */ - __pyx_v_baseptr = NULL; - goto __pyx_L3; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":974 - * baseptr = NULL - * else: - * Py_INCREF(base) # important to do this before decref below! # <<<<<<<<<<<<<< - * baseptr = base - * Py_XDECREF(arr.base) - */ - Py_INCREF(__pyx_v_base); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":975 - * else: - * Py_INCREF(base) # important to do this before decref below! - * baseptr = base # <<<<<<<<<<<<<< - * Py_XDECREF(arr.base) - * arr.base = baseptr - */ - __pyx_v_baseptr = ((PyObject *)__pyx_v_base); - } - __pyx_L3:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":976 - * Py_INCREF(base) # important to do this before decref below! - * baseptr = base - * Py_XDECREF(arr.base) # <<<<<<<<<<<<<< - * arr.base = baseptr - * - */ - Py_XDECREF(__pyx_v_arr->base); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":977 - * baseptr = base - * Py_XDECREF(arr.base) - * arr.base = baseptr # <<<<<<<<<<<<<< - * - * cdef inline object get_array_base(ndarray arr): - */ - __pyx_v_arr->base = __pyx_v_baseptr; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":969 - * - * - * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<< - * cdef PyObject* baseptr - * if base is None: - */ - - /* function exit code */ - __Pyx_RefNannyFinishContext(); -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 - * arr.base = baseptr - * - * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< - * if arr.base is NULL: - * return None - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__pyx_v_arr) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - int __pyx_t_1; - __Pyx_RefNannySetupContext("get_array_base", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":980 - * - * cdef inline object get_array_base(ndarray arr): - * if arr.base is NULL: # <<<<<<<<<<<<<< - * return None - * else: - */ - __pyx_t_1 = ((__pyx_v_arr->base == NULL) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":981 - * cdef inline object get_array_base(ndarray arr): - * if arr.base is NULL: - * return None # <<<<<<<<<<<<<< - * else: - * return arr.base - */ - __Pyx_XDECREF(__pyx_r); - __Pyx_INCREF(Py_None); - __pyx_r = Py_None; - goto __pyx_L0; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":983 - * return None - * else: - * return arr.base # <<<<<<<<<<<<<< - */ - __Pyx_XDECREF(__pyx_r); - __Pyx_INCREF(((PyObject *)__pyx_v_arr->base)); - __pyx_r = ((PyObject *)__pyx_v_arr->base); - goto __pyx_L0; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 - * arr.base = baseptr - * - * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< - * if arr.base is NULL: - * return None - */ - - /* function exit code */ - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -static PyMethodDef __pyx_methods[] = { - {0, 0, 0, 0} -}; - -#if PY_MAJOR_VERSION >= 3 -static struct PyModuleDef __pyx_moduledef = { - #if PY_VERSION_HEX < 0x03020000 - { PyObject_HEAD_INIT(NULL) NULL, 0, NULL }, - #else - PyModuleDef_HEAD_INIT, - #endif - "ml", - 0, /* m_doc */ - -1, /* m_size */ - __pyx_methods /* m_methods */, - NULL, /* m_reload */ - NULL, /* m_traverse */ - NULL, /* m_clear */ - NULL /* m_free */ -}; -#endif - -static __Pyx_StringTabEntry __pyx_string_tab[] = { - {&__pyx_n_s_DTYPE, __pyx_k_DTYPE, sizeof(__pyx_k_DTYPE), 0, 0, 1, 1}, - {&__pyx_kp_u_Format_string_allocated_too_shor, __pyx_k_Format_string_allocated_too_shor, sizeof(__pyx_k_Format_string_allocated_too_shor), 0, 1, 0, 0}, - {&__pyx_kp_u_Format_string_allocated_too_shor_2, __pyx_k_Format_string_allocated_too_shor_2, sizeof(__pyx_k_Format_string_allocated_too_shor_2), 0, 1, 0, 0}, - {&__pyx_kp_u_Non_native_byte_order_not_suppor, __pyx_k_Non_native_byte_order_not_suppor, sizeof(__pyx_k_Non_native_byte_order_not_suppor), 0, 1, 0, 0}, - {&__pyx_n_s_RuntimeError, __pyx_k_RuntimeError, sizeof(__pyx_k_RuntimeError), 0, 0, 1, 1}, - {&__pyx_kp_s_Users_ben_Documents_Violence_Ca, __pyx_k_Users_ben_Documents_Violence_Ca, sizeof(__pyx_k_Users_ben_Documents_Violence_Ca), 0, 0, 1, 0}, - {&__pyx_n_s_ValueError, __pyx_k_ValueError, sizeof(__pyx_k_ValueError), 0, 0, 1, 1}, - {&__pyx_n_s_alpha, __pyx_k_alpha, sizeof(__pyx_k_alpha), 0, 0, 1, 1}, - {&__pyx_n_s_arange, __pyx_k_arange, sizeof(__pyx_k_arange), 0, 0, 1, 1}, - {&__pyx_n_s_beta, __pyx_k_beta, sizeof(__pyx_k_beta), 0, 0, 1, 1}, - {&__pyx_n_s_beta_add, __pyx_k_beta_add, sizeof(__pyx_k_beta_add), 0, 0, 1, 1}, - {&__pyx_n_s_delta, __pyx_k_delta, sizeof(__pyx_k_delta), 0, 0, 1, 1}, - {&__pyx_kp_s_dist, __pyx_k_dist, sizeof(__pyx_k_dist), 0, 0, 1, 0}, - {&__pyx_n_s_dist_2, __pyx_k_dist_2, sizeof(__pyx_k_dist_2), 0, 0, 1, 1}, - {&__pyx_n_s_dists, __pyx_k_dists, sizeof(__pyx_k_dists), 0, 0, 1, 1}, - {&__pyx_kp_s_dt, __pyx_k_dt, sizeof(__pyx_k_dt), 0, 0, 1, 0}, - {&__pyx_n_s_dt_2, __pyx_k_dt_2, sizeof(__pyx_k_dt_2), 0, 0, 1, 1}, - {&__pyx_n_s_dts, __pyx_k_dts, sizeof(__pyx_k_dts), 0, 0, 1, 1}, - {&__pyx_n_s_dtype, __pyx_k_dtype, sizeof(__pyx_k_dtype), 0, 0, 1, 1}, - {&__pyx_n_s_end, __pyx_k_end, sizeof(__pyx_k_end), 0, 0, 1, 1}, - {&__pyx_n_s_enumerate, __pyx_k_enumerate, sizeof(__pyx_k_enumerate), 0, 0, 1, 1}, - {&__pyx_n_s_failures, __pyx_k_failures, sizeof(__pyx_k_failures), 0, 0, 1, 1}, - {&__pyx_n_s_file, __pyx_k_file, sizeof(__pyx_k_file), 0, 0, 1, 1}, - {&__pyx_n_s_float64, __pyx_k_float64, sizeof(__pyx_k_float64), 0, 0, 1, 1}, - {&__pyx_n_s_i, __pyx_k_i, sizeof(__pyx_k_i), 0, 0, 1, 1}, - {&__pyx_n_s_import, __pyx_k_import, sizeof(__pyx_k_import), 0, 0, 1, 1}, - {&__pyx_kp_s_inf, __pyx_k_inf, sizeof(__pyx_k_inf), 0, 0, 1, 0}, - {&__pyx_n_s_itervalues, __pyx_k_itervalues, sizeof(__pyx_k_itervalues), 0, 0, 1, 1}, - {&__pyx_n_s_l, __pyx_k_l, sizeof(__pyx_k_l), 0, 0, 1, 1}, - {&__pyx_n_s_ll, __pyx_k_ll, sizeof(__pyx_k_ll), 0, 0, 1, 1}, - {&__pyx_n_s_lmbda, __pyx_k_lmbda, sizeof(__pyx_k_lmbda), 0, 0, 1, 1}, - {&__pyx_n_s_main, __pyx_k_main, sizeof(__pyx_k_main), 0, 0, 1, 1}, - {&__pyx_n_s_max_beta, __pyx_k_max_beta, sizeof(__pyx_k_max_beta), 0, 0, 1, 1}, - {&__pyx_n_s_max_beta_add, __pyx_k_max_beta_add, sizeof(__pyx_k_max_beta_add), 0, 0, 1, 1}, - {&__pyx_n_s_max_roots, __pyx_k_max_roots, sizeof(__pyx_k_max_roots), 0, 0, 1, 1}, - {&__pyx_n_s_mean, __pyx_k_mean, sizeof(__pyx_k_mean), 0, 0, 1, 1}, - {&__pyx_n_s_ml, __pyx_k_ml, sizeof(__pyx_k_ml), 0, 0, 1, 1}, - {&__pyx_n_s_n_days, __pyx_k_n_days, sizeof(__pyx_k_n_days), 0, 0, 1, 1}, - {&__pyx_n_s_n_nodes, __pyx_k_n_nodes, sizeof(__pyx_k_n_nodes), 0, 0, 1, 1}, - {&__pyx_n_s_n_roots, __pyx_k_n_roots, sizeof(__pyx_k_n_roots), 0, 0, 1, 1}, - {&__pyx_n_s_n_victims, __pyx_k_n_victims, sizeof(__pyx_k_n_victims), 0, 0, 1, 1}, - {&__pyx_kp_u_ndarray_is_not_C_contiguous, __pyx_k_ndarray_is_not_C_contiguous, sizeof(__pyx_k_ndarray_is_not_C_contiguous), 0, 1, 0, 0}, - {&__pyx_kp_u_ndarray_is_not_Fortran_contiguou, __pyx_k_ndarray_is_not_Fortran_contiguou, sizeof(__pyx_k_ndarray_is_not_Fortran_contiguou), 0, 1, 0, 0}, - {&__pyx_n_s_non_seeds, __pyx_k_non_seeds, sizeof(__pyx_k_non_seeds), 0, 0, 1, 1}, - {&__pyx_n_s_non_victims, __pyx_k_non_victims, sizeof(__pyx_k_non_victims), 0, 0, 1, 1}, - {&__pyx_n_s_np, __pyx_k_np, sizeof(__pyx_k_np), 0, 0, 1, 1}, - {&__pyx_n_s_numpy, __pyx_k_numpy, sizeof(__pyx_k_numpy), 0, 0, 1, 1}, - {&__pyx_n_s_parent_dists, __pyx_k_parent_dists, sizeof(__pyx_k_parent_dists), 0, 0, 1, 1}, - {&__pyx_n_s_parent_dts, __pyx_k_parent_dts, sizeof(__pyx_k_parent_dts), 0, 0, 1, 1}, - {&__pyx_n_s_parents, __pyx_k_parents, sizeof(__pyx_k_parents), 0, 0, 1, 1}, - {&__pyx_n_s_pdists, __pyx_k_pdists, sizeof(__pyx_k_pdists), 0, 0, 1, 1}, - {&__pyx_n_s_pdts, __pyx_k_pdts, sizeof(__pyx_k_pdts), 0, 0, 1, 1}, - {&__pyx_n_s_print, __pyx_k_print, sizeof(__pyx_k_print), 0, 0, 1, 1}, - {&__pyx_n_s_prnt, __pyx_k_prnt, sizeof(__pyx_k_prnt), 0, 0, 1, 1}, - {&__pyx_n_s_prob, __pyx_k_prob, sizeof(__pyx_k_prob), 0, 0, 1, 1}, - {&__pyx_n_s_probs, __pyx_k_probs, sizeof(__pyx_k_probs), 0, 0, 1, 1}, - {&__pyx_n_s_probs_fail, __pyx_k_probs_fail, sizeof(__pyx_k_probs_fail), 0, 0, 1, 1}, - {&__pyx_n_s_probs_nv, __pyx_k_probs_nv, sizeof(__pyx_k_probs_nv), 0, 0, 1, 1}, - {&__pyx_n_s_range, __pyx_k_range, sizeof(__pyx_k_range), 0, 0, 1, 1}, - {&__pyx_n_s_root_victims, __pyx_k_root_victims, sizeof(__pyx_k_root_victims), 0, 0, 1, 1}, - {&__pyx_n_s_roots, __pyx_k_roots, sizeof(__pyx_k_roots), 0, 0, 1, 1}, - {&__pyx_n_s_s, __pyx_k_s, sizeof(__pyx_k_s), 0, 0, 1, 1}, - {&__pyx_n_s_seeds, __pyx_k_seeds, sizeof(__pyx_k_seeds), 0, 0, 1, 1}, - {&__pyx_n_s_successes, __pyx_k_successes, sizeof(__pyx_k_successes), 0, 0, 1, 1}, - {&__pyx_n_s_sum, __pyx_k_sum, sizeof(__pyx_k_sum), 0, 0, 1, 1}, - {&__pyx_n_s_t, __pyx_k_t, sizeof(__pyx_k_t), 0, 0, 1, 1}, - {&__pyx_n_s_t_scale, __pyx_k_t_scale, sizeof(__pyx_k_t_scale), 0, 0, 1, 1}, - {&__pyx_n_s_test, __pyx_k_test, sizeof(__pyx_k_test), 0, 0, 1, 1}, - {&__pyx_n_s_thresh, __pyx_k_thresh, sizeof(__pyx_k_thresh), 0, 0, 1, 1}, - {&__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_k_unknown_dtype_code_in_numpy_pxd, sizeof(__pyx_k_unknown_dtype_code_in_numpy_pxd), 0, 1, 0, 0}, - {&__pyx_n_s_victims, __pyx_k_victims, sizeof(__pyx_k_victims), 0, 0, 1, 1}, - {&__pyx_n_s_w1, __pyx_k_w1, sizeof(__pyx_k_w1), 0, 0, 1, 1}, - {&__pyx_n_s_w2, __pyx_k_w2, sizeof(__pyx_k_w2), 0, 0, 1, 1}, - {&__pyx_n_s_w3, __pyx_k_w3, sizeof(__pyx_k_w3), 0, 0, 1, 1}, - {&__pyx_n_s_zeros, __pyx_k_zeros, sizeof(__pyx_k_zeros), 0, 0, 1, 1}, - {0, 0, 0, 0, 0, 0, 0} -}; -static int __Pyx_InitCachedBuiltins(void) { - __pyx_builtin_enumerate = __Pyx_GetBuiltinName(__pyx_n_s_enumerate); if (!__pyx_builtin_enumerate) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_builtin_sum = __Pyx_GetBuiltinName(__pyx_n_s_sum); if (!__pyx_builtin_sum) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_builtin_ValueError = __Pyx_GetBuiltinName(__pyx_n_s_ValueError); if (!__pyx_builtin_ValueError) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_builtin_range = __Pyx_GetBuiltinName(__pyx_n_s_range); if (!__pyx_builtin_range) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 231; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_builtin_RuntimeError = __Pyx_GetBuiltinName(__pyx_n_s_RuntimeError); if (!__pyx_builtin_RuntimeError) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - return 0; - __pyx_L1_error:; - return -1; -} - -static int __Pyx_InitCachedConstants(void) { - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0); - - /* "ml.pyx":84 - * max_beta_add = float('-inf') - * # iterate over all victim nodes to find the optimal threshold - * for beta in np.arange(0.01, 1., 0.01): # <<<<<<<<<<<<<< - * thresh = log(beta/(n_days*(1.-beta))) - * seeds = probs' and little_endian) or - * (descr.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< - * if t == NPY_BYTE: f = "b" - * elif t == NPY_UBYTE: f = "B" - */ - __pyx_tuple__4 = PyTuple_Pack(1, __pyx_kp_u_Non_native_byte_order_not_suppor); if (unlikely(!__pyx_tuple__4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__4); - __Pyx_GIVEREF(__pyx_tuple__4); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":802 - * - * if (end - f) - (new_offset - offset[0]) < 15: - * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") # <<<<<<<<<<<<<< - * - * if ((child.byteorder == c'>' and little_endian) or - */ - __pyx_tuple__5 = PyTuple_Pack(1, __pyx_kp_u_Format_string_allocated_too_shor); if (unlikely(!__pyx_tuple__5)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__5); - __Pyx_GIVEREF(__pyx_tuple__5); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":806 - * if ((child.byteorder == c'>' and little_endian) or - * (child.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< - * # One could encode it in the format string and have Cython - * # complain instead, BUT: < and > in format strings also imply - */ - __pyx_tuple__6 = PyTuple_Pack(1, __pyx_kp_u_Non_native_byte_order_not_suppor); if (unlikely(!__pyx_tuple__6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__6); - __Pyx_GIVEREF(__pyx_tuple__6); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":826 - * t = child.type_num - * if end - f < 5: - * raise RuntimeError(u"Format string allocated too short.") # <<<<<<<<<<<<<< - * - * # Until ticket #99 is fixed, use integers to avoid warnings - */ - __pyx_tuple__7 = PyTuple_Pack(1, __pyx_kp_u_Format_string_allocated_too_shor_2); if (unlikely(!__pyx_tuple__7)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__7); - __Pyx_GIVEREF(__pyx_tuple__7); - - /* "ml.pyx":31 - * return result - * - * def ml(dict root_victims, dict victims, dict non_victims, # <<<<<<<<<<<<<< - * DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): - * cdef: - */ - __pyx_tuple__8 = PyTuple_Pack(44, __pyx_n_s_root_victims, __pyx_n_s_victims, __pyx_n_s_non_victims, __pyx_n_s_alpha, __pyx_n_s_delta, __pyx_n_s_lmbda, __pyx_n_s_n_roots, __pyx_n_s_n_victims, __pyx_n_s_roots, __pyx_n_s_i, __pyx_n_s_dist_2, __pyx_n_s_dt_2, __pyx_n_s_t, __pyx_n_s_l, __pyx_n_s_n_days, __pyx_n_s_beta, __pyx_n_s_ll, __pyx_n_s_beta_add, __pyx_n_s_max_beta, __pyx_n_s_max_beta_add, __pyx_n_s_parents, __pyx_n_s_failures, __pyx_n_s_successes, __pyx_n_s_n_nodes, __pyx_n_s_t_scale, __pyx_n_s_probs, __pyx_n_s_probs_fail, __pyx_n_s_parent_dists, __pyx_n_s_parent_dts, __pyx_n_s_probs_nv, __pyx_n_s_dists, __pyx_n_s_dts, __pyx_n_s_s, __pyx_n_s_prob, __pyx_n_s_thresh, __pyx_n_s_seeds, __pyx_n_s_non_seeds, __pyx_n_s_max_roots, __pyx_n_s_pdists, __pyx_n_s_pdts, __pyx_n_s_prnt, __pyx_n_s_w1, __pyx_n_s_w2, __pyx_n_s_w3); if (unlikely(!__pyx_tuple__8)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__8); - __Pyx_GIVEREF(__pyx_tuple__8); - __pyx_codeobj__9 = (PyObject*)__Pyx_PyCode_New(6, 0, 44, 0, 0, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__8, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_Users_ben_Documents_Violence_Ca, __pyx_n_s_ml, 31, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_RefNannyFinishContext(); - return 0; - __pyx_L1_error:; - __Pyx_RefNannyFinishContext(); - return -1; -} - -static int __Pyx_InitGlobals(void) { - if (__Pyx_InitStrings(__pyx_string_tab) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __pyx_float_1_ = PyFloat_FromDouble(1.); if (unlikely(!__pyx_float_1_)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_float_0_01 = PyFloat_FromDouble(0.01); if (unlikely(!__pyx_float_0_01)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_int_148152 = PyInt_FromLong(148152L); if (unlikely(!__pyx_int_148152)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - return 0; - __pyx_L1_error:; - return -1; -} - -#if PY_MAJOR_VERSION < 3 -PyMODINIT_FUNC initml(void); /*proto*/ -PyMODINIT_FUNC initml(void) -#else -PyMODINIT_FUNC PyInit_ml(void); /*proto*/ -PyMODINIT_FUNC PyInit_ml(void) -#endif -{ - PyObject *__pyx_t_1 = NULL; - PyObject *__pyx_t_2 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannyDeclarations - #if CYTHON_REFNANNY - __Pyx_RefNanny = __Pyx_RefNannyImportAPI("refnanny"); - if (!__Pyx_RefNanny) { - PyErr_Clear(); - __Pyx_RefNanny = __Pyx_RefNannyImportAPI("Cython.Runtime.refnanny"); - if (!__Pyx_RefNanny) - Py_FatalError("failed to import 'refnanny' module"); - } - #endif - __Pyx_RefNannySetupContext("PyMODINIT_FUNC PyInit_ml(void)", 0); - if ( __Pyx_check_binary_version() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_empty_tuple = PyTuple_New(0); if (unlikely(!__pyx_empty_tuple)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_empty_bytes = PyBytes_FromStringAndSize("", 0); if (unlikely(!__pyx_empty_bytes)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #ifdef __Pyx_CyFunction_USED - if (__Pyx_CyFunction_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - #ifdef __Pyx_FusedFunction_USED - if (__pyx_FusedFunction_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - #ifdef __Pyx_Generator_USED - if (__pyx_Generator_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - /*--- Library function declarations ---*/ - /*--- Threads initialization code ---*/ - #if defined(__PYX_FORCE_INIT_THREADS) && __PYX_FORCE_INIT_THREADS - #ifdef WITH_THREAD /* Python build with threading support? */ - PyEval_InitThreads(); - #endif - #endif - /*--- Module creation code ---*/ - #if PY_MAJOR_VERSION < 3 - __pyx_m = Py_InitModule4("ml", __pyx_methods, 0, 0, PYTHON_API_VERSION); Py_XINCREF(__pyx_m); - #else - __pyx_m = PyModule_Create(&__pyx_moduledef); - #endif - if (unlikely(!__pyx_m)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_d = PyModule_GetDict(__pyx_m); if (unlikely(!__pyx_d)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - Py_INCREF(__pyx_d); - __pyx_b = PyImport_AddModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_b)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #if CYTHON_COMPILING_IN_PYPY - Py_INCREF(__pyx_b); - #endif - if (PyObject_SetAttrString(__pyx_m, "__builtins__", __pyx_b) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - /*--- Initialize various global constants etc. ---*/ - if (unlikely(__Pyx_InitGlobals() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #if PY_MAJOR_VERSION < 3 && (__PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT) - if (__Pyx_init_sys_getdefaultencoding_params() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if (__pyx_module_is_main_ml) { - if (PyObject_SetAttrString(__pyx_m, "__name__", __pyx_n_s_main) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - } - #if PY_MAJOR_VERSION >= 3 - { - PyObject *modules = PyImport_GetModuleDict(); if (unlikely(!modules)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - if (!PyDict_GetItemString(modules, "ml")) { - if (unlikely(PyDict_SetItemString(modules, "ml", __pyx_m) < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - } - #endif - /*--- Builtin init code ---*/ - if (unlikely(__Pyx_InitCachedBuiltins() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - /*--- Constants init code ---*/ - if (unlikely(__Pyx_InitCachedConstants() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - /*--- Global init code ---*/ - /*--- Variable export code ---*/ - /*--- Function export code ---*/ - /*--- Type init code ---*/ - /*--- Type import code ---*/ - __pyx_ptype_7cpython_4type_type = __Pyx_ImportType(__Pyx_BUILTIN_MODULE_NAME, "type", - #if CYTHON_COMPILING_IN_PYPY - sizeof(PyTypeObject), - #else - sizeof(PyHeapTypeObject), - #endif - 0); if (unlikely(!__pyx_ptype_7cpython_4type_type)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 9; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_dtype = __Pyx_ImportType("numpy", "dtype", sizeof(PyArray_Descr), 0); if (unlikely(!__pyx_ptype_5numpy_dtype)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 155; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_flatiter = __Pyx_ImportType("numpy", "flatiter", sizeof(PyArrayIterObject), 0); if (unlikely(!__pyx_ptype_5numpy_flatiter)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 168; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_broadcast = __Pyx_ImportType("numpy", "broadcast", sizeof(PyArrayMultiIterObject), 0); if (unlikely(!__pyx_ptype_5numpy_broadcast)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 172; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_ndarray = __Pyx_ImportType("numpy", "ndarray", sizeof(PyArrayObject), 0); if (unlikely(!__pyx_ptype_5numpy_ndarray)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 181; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_ufunc = __Pyx_ImportType("numpy", "ufunc", sizeof(PyUFuncObject), 0); if (unlikely(!__pyx_ptype_5numpy_ufunc)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 864; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - /*--- Variable import code ---*/ - /*--- Function import code ---*/ - /*--- Execution code ---*/ - - /* "ml.pyx":2 - * # cython: boundscheck=False, cdivision=True - * import numpy as np # <<<<<<<<<<<<<< - * cimport numpy as np - * from libc.math cimport log, exp - */ - __pyx_t_1 = __Pyx_Import(__pyx_n_s_numpy, 0, -1); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - if (PyDict_SetItem(__pyx_d, __pyx_n_s_np, __pyx_t_1) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; - - /* "ml.pyx":6 - * from libc.math cimport log, exp - * - * DTYPE = np.float64 # <<<<<<<<<<<<<< - * ctypedef np.float_t DTYPE_t - * - */ - __pyx_t_1 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_1, __pyx_n_s_float64); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_2); - __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; - if (PyDict_SetItem(__pyx_d, __pyx_n_s_DTYPE, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; - - /* "ml.pyx":31 - * return result - * - * def ml(dict root_victims, dict victims, dict non_victims, # <<<<<<<<<<<<<< - * DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): - * cdef: - */ - __pyx_t_2 = PyCFunction_NewEx(&__pyx_mdef_2ml_1ml, NULL, __pyx_n_s_ml); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_2); - if (PyDict_SetItem(__pyx_d, __pyx_n_s_ml, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; - - /* "ml.pyx":1 - * # cython: boundscheck=False, cdivision=True # <<<<<<<<<<<<<< - * import numpy as np - * cimport numpy as np - */ - __pyx_t_2 = PyDict_New(); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_2); - if (PyDict_SetItem(__pyx_d, __pyx_n_s_test, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 - * arr.base = baseptr - * - * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< - * if arr.base is NULL: - * return None - */ - - /*--- Wrapped vars code ---*/ - - goto __pyx_L0; - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_XDECREF(__pyx_t_2); - if (__pyx_m) { - if (__pyx_d) { - __Pyx_AddTraceback("init ml", __pyx_clineno, __pyx_lineno, __pyx_filename); - } - Py_DECREF(__pyx_m); __pyx_m = 0; - } else if (!PyErr_Occurred()) { - PyErr_SetString(PyExc_ImportError, "init ml"); - } - __pyx_L0:; - __Pyx_RefNannyFinishContext(); - #if PY_MAJOR_VERSION < 3 - return; - #else - return __pyx_m; - #endif -} - -/* --- Runtime support code --- */ -#if CYTHON_REFNANNY -static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname) { - PyObject *m = NULL, *p = NULL; - void *r = NULL; - m = PyImport_ImportModule((char *)modname); - if (!m) goto end; - p = PyObject_GetAttrString(m, (char *)"RefNannyAPI"); - if (!p) goto end; - r = PyLong_AsVoidPtr(p); -end: - Py_XDECREF(p); - Py_XDECREF(m); - return (__Pyx_RefNannyAPIStruct *)r; -} -#endif - -static PyObject *__Pyx_GetBuiltinName(PyObject *name) { - PyObject* result = __Pyx_PyObject_GetAttrStr(__pyx_b, name); - if (unlikely(!result)) { - PyErr_Format(PyExc_NameError, -#if PY_MAJOR_VERSION >= 3 - "name '%U' is not defined", name); -#else - "name '%.200s' is not defined", PyString_AS_STRING(name)); -#endif - } - return result; -} - -static void __Pyx_RaiseArgtupleInvalid( - const char* func_name, - int exact, - Py_ssize_t num_min, - Py_ssize_t num_max, - Py_ssize_t num_found) -{ - Py_ssize_t num_expected; - const char *more_or_less; - if (num_found < num_min) { - num_expected = num_min; - more_or_less = "at least"; - } else { - num_expected = num_max; - more_or_less = "at most"; - } - if (exact) { - more_or_less = "exactly"; - } - PyErr_Format(PyExc_TypeError, - "%.200s() takes %.8s %" CYTHON_FORMAT_SSIZE_T "d positional argument%.1s (%" CYTHON_FORMAT_SSIZE_T "d given)", - func_name, more_or_less, num_expected, - (num_expected == 1) ? "" : "s", num_found); -} - -static void __Pyx_RaiseDoubleKeywordsError( - const char* func_name, - PyObject* kw_name) -{ - PyErr_Format(PyExc_TypeError, - #if PY_MAJOR_VERSION >= 3 - "%s() got multiple values for keyword argument '%U'", func_name, kw_name); - #else - "%s() got multiple values for keyword argument '%s'", func_name, - PyString_AsString(kw_name)); - #endif -} - -static int __Pyx_ParseOptionalKeywords( - PyObject *kwds, - PyObject **argnames[], - PyObject *kwds2, - PyObject *values[], - Py_ssize_t num_pos_args, - const char* function_name) -{ - PyObject *key = 0, *value = 0; - Py_ssize_t pos = 0; - PyObject*** name; - PyObject*** first_kw_arg = argnames + num_pos_args; - while (PyDict_Next(kwds, &pos, &key, &value)) { - name = first_kw_arg; - while (*name && (**name != key)) name++; - if (*name) { - values[name-argnames] = value; - continue; - } - name = first_kw_arg; - #if PY_MAJOR_VERSION < 3 - if (likely(PyString_CheckExact(key)) || likely(PyString_Check(key))) { - while (*name) { - if ((CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**name) == PyString_GET_SIZE(key)) - && _PyString_Eq(**name, key)) { - values[name-argnames] = value; - break; - } - name++; - } - if (*name) continue; - else { - PyObject*** argname = argnames; - while (argname != first_kw_arg) { - if ((**argname == key) || ( - (CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**argname) == PyString_GET_SIZE(key)) - && _PyString_Eq(**argname, key))) { - goto arg_passed_twice; - } - argname++; - } - } - } else - #endif - if (likely(PyUnicode_Check(key))) { - while (*name) { - int cmp = (**name == key) ? 0 : - #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3 - (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : - #endif - PyUnicode_Compare(**name, key); - if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad; - if (cmp == 0) { - values[name-argnames] = value; - break; - } - name++; - } - if (*name) continue; - else { - PyObject*** argname = argnames; - while (argname != first_kw_arg) { - int cmp = (**argname == key) ? 0 : - #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3 - (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : - #endif - PyUnicode_Compare(**argname, key); - if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad; - if (cmp == 0) goto arg_passed_twice; - argname++; - } - } - } else - goto invalid_keyword_type; - if (kwds2) { - if (unlikely(PyDict_SetItem(kwds2, key, value))) goto bad; - } else { - goto invalid_keyword; - } - } - return 0; -arg_passed_twice: - __Pyx_RaiseDoubleKeywordsError(function_name, key); - goto bad; -invalid_keyword_type: - PyErr_Format(PyExc_TypeError, - "%.200s() keywords must be strings", function_name); - goto bad; -invalid_keyword: - PyErr_Format(PyExc_TypeError, - #if PY_MAJOR_VERSION < 3 - "%.200s() got an unexpected keyword argument '%.200s'", - function_name, PyString_AsString(key)); - #else - "%s() got an unexpected keyword argument '%U'", - function_name, key); - #endif -bad: - return -1; -} - -static void __Pyx_RaiseArgumentTypeInvalid(const char* name, PyObject *obj, PyTypeObject *type) { - PyErr_Format(PyExc_TypeError, - "Argument '%.200s' has incorrect type (expected %.200s, got %.200s)", - name, type->tp_name, Py_TYPE(obj)->tp_name); -} -static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *type, int none_allowed, - const char *name, int exact) -{ - if (unlikely(!type)) { - PyErr_SetString(PyExc_SystemError, "Missing type object"); - return 0; - } - if (none_allowed && obj == Py_None) return 1; - else if (exact) { - if (likely(Py_TYPE(obj) == type)) return 1; - #if PY_MAJOR_VERSION == 2 - else if ((type == &PyBaseString_Type) && likely(__Pyx_PyBaseString_CheckExact(obj))) return 1; - #endif - } - else { - if (likely(PyObject_TypeCheck(obj, type))) return 1; - } - __Pyx_RaiseArgumentTypeInvalid(name, obj, type); - return 0; -} - -static CYTHON_INLINE PyObject *__Pyx_GetModuleGlobalName(PyObject *name) { - PyObject *result; -#if CYTHON_COMPILING_IN_CPYTHON - result = PyDict_GetItem(__pyx_d, name); - if (likely(result)) { - Py_INCREF(result); - } else { -#else - result = PyObject_GetItem(__pyx_d, name); - if (!result) { - PyErr_Clear(); -#endif - result = __Pyx_GetBuiltinName(name); - } - return result; -} - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw) { - PyObject *result; - ternaryfunc call = func->ob_type->tp_call; - if (unlikely(!call)) - return PyObject_Call(func, arg, kw); - if (unlikely(Py_EnterRecursiveCall((char*)" while calling a Python object"))) - return NULL; - result = (*call)(func, arg, kw); - Py_LeaveRecursiveCall(); - if (unlikely(!result) && unlikely(!PyErr_Occurred())) { - PyErr_SetString( - PyExc_SystemError, - "NULL result without error in PyObject_Call"); - } - return result; -} -#endif - -static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type) { - if (unlikely(!type)) { - PyErr_SetString(PyExc_SystemError, "Missing type object"); - return 0; - } - if (likely(PyObject_TypeCheck(obj, type))) - return 1; - PyErr_Format(PyExc_TypeError, "Cannot convert %.200s to %.200s", - Py_TYPE(obj)->tp_name, type->tp_name); - return 0; -} - -static CYTHON_INLINE int __Pyx_IsLittleEndian(void) { - unsigned int n = 1; - return *(unsigned char*)(&n) != 0; -} -static void __Pyx_BufFmt_Init(__Pyx_BufFmt_Context* ctx, - __Pyx_BufFmt_StackElem* stack, - __Pyx_TypeInfo* type) { - stack[0].field = &ctx->root; - stack[0].parent_offset = 0; - ctx->root.type = type; - ctx->root.name = "buffer dtype"; - ctx->root.offset = 0; - ctx->head = stack; - ctx->head->field = &ctx->root; - ctx->fmt_offset = 0; - ctx->head->parent_offset = 0; - ctx->new_packmode = '@'; - ctx->enc_packmode = '@'; - ctx->new_count = 1; - ctx->enc_count = 0; - ctx->enc_type = 0; - ctx->is_complex = 0; - ctx->is_valid_array = 0; - ctx->struct_alignment = 0; - while (type->typegroup == 'S') { - ++ctx->head; - ctx->head->field = type->fields; - ctx->head->parent_offset = 0; - type = type->fields->type; - } -} -static int __Pyx_BufFmt_ParseNumber(const char** ts) { - int count; - const char* t = *ts; - if (*t < '0' || *t > '9') { - return -1; - } else { - count = *t++ - '0'; - while (*t >= '0' && *t < '9') { - count *= 10; - count += *t++ - '0'; - } - } - *ts = t; - return count; -} -static int __Pyx_BufFmt_ExpectNumber(const char **ts) { - int number = __Pyx_BufFmt_ParseNumber(ts); - if (number == -1) - PyErr_Format(PyExc_ValueError,\ - "Does not understand character buffer dtype format string ('%c')", **ts); - return number; -} -static void __Pyx_BufFmt_RaiseUnexpectedChar(char ch) { - PyErr_Format(PyExc_ValueError, - "Unexpected format string character: '%c'", ch); -} -static const char* __Pyx_BufFmt_DescribeTypeChar(char ch, int is_complex) { - switch (ch) { - case 'c': return "'char'"; - case 'b': return "'signed char'"; - case 'B': return "'unsigned char'"; - case 'h': return "'short'"; - case 'H': return "'unsigned short'"; - case 'i': return "'int'"; - case 'I': return "'unsigned int'"; - case 'l': return "'long'"; - case 'L': return "'unsigned long'"; - case 'q': return "'long long'"; - case 'Q': return "'unsigned long long'"; - case 'f': return (is_complex ? "'complex float'" : "'float'"); - case 'd': return (is_complex ? "'complex double'" : "'double'"); - case 'g': return (is_complex ? "'complex long double'" : "'long double'"); - case 'T': return "a struct"; - case 'O': return "Python object"; - case 'P': return "a pointer"; - case 's': case 'p': return "a string"; - case 0: return "end"; - default: return "unparseable format string"; - } -} -static size_t __Pyx_BufFmt_TypeCharToStandardSize(char ch, int is_complex) { - switch (ch) { - case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; - case 'h': case 'H': return 2; - case 'i': case 'I': case 'l': case 'L': return 4; - case 'q': case 'Q': return 8; - case 'f': return (is_complex ? 8 : 4); - case 'd': return (is_complex ? 16 : 8); - case 'g': { - PyErr_SetString(PyExc_ValueError, "Python does not define a standard format string size for long double ('g').."); - return 0; - } - case 'O': case 'P': return sizeof(void*); - default: - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } -} -static size_t __Pyx_BufFmt_TypeCharToNativeSize(char ch, int is_complex) { - switch (ch) { - case 'c': case 'b': case 'B': case 's': case 'p': return 1; - case 'h': case 'H': return sizeof(short); - case 'i': case 'I': return sizeof(int); - case 'l': case 'L': return sizeof(long); - #ifdef HAVE_LONG_LONG - case 'q': case 'Q': return sizeof(PY_LONG_LONG); - #endif - case 'f': return sizeof(float) * (is_complex ? 2 : 1); - case 'd': return sizeof(double) * (is_complex ? 2 : 1); - case 'g': return sizeof(long double) * (is_complex ? 2 : 1); - case 'O': case 'P': return sizeof(void*); - default: { - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } - } -} -typedef struct { char c; short x; } __Pyx_st_short; -typedef struct { char c; int x; } __Pyx_st_int; -typedef struct { char c; long x; } __Pyx_st_long; -typedef struct { char c; float x; } __Pyx_st_float; -typedef struct { char c; double x; } __Pyx_st_double; -typedef struct { char c; long double x; } __Pyx_st_longdouble; -typedef struct { char c; void *x; } __Pyx_st_void_p; -#ifdef HAVE_LONG_LONG -typedef struct { char c; PY_LONG_LONG x; } __Pyx_st_longlong; -#endif -static size_t __Pyx_BufFmt_TypeCharToAlignment(char ch, CYTHON_UNUSED int is_complex) { - switch (ch) { - case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; - case 'h': case 'H': return sizeof(__Pyx_st_short) - sizeof(short); - case 'i': case 'I': return sizeof(__Pyx_st_int) - sizeof(int); - case 'l': case 'L': return sizeof(__Pyx_st_long) - sizeof(long); -#ifdef HAVE_LONG_LONG - case 'q': case 'Q': return sizeof(__Pyx_st_longlong) - sizeof(PY_LONG_LONG); -#endif - case 'f': return sizeof(__Pyx_st_float) - sizeof(float); - case 'd': return sizeof(__Pyx_st_double) - sizeof(double); - case 'g': return sizeof(__Pyx_st_longdouble) - sizeof(long double); - case 'P': case 'O': return sizeof(__Pyx_st_void_p) - sizeof(void*); - default: - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } -} -/* These are for computing the padding at the end of the struct to align - on the first member of the struct. This will probably the same as above, - but we don't have any guarantees. - */ -typedef struct { short x; char c; } __Pyx_pad_short; -typedef struct { int x; char c; } __Pyx_pad_int; -typedef struct { long x; char c; } __Pyx_pad_long; -typedef struct { float x; char c; } __Pyx_pad_float; -typedef struct { double x; char c; } __Pyx_pad_double; -typedef struct { long double x; char c; } __Pyx_pad_longdouble; -typedef struct { void *x; char c; } __Pyx_pad_void_p; -#ifdef HAVE_LONG_LONG -typedef struct { PY_LONG_LONG x; char c; } __Pyx_pad_longlong; -#endif -static size_t __Pyx_BufFmt_TypeCharToPadding(char ch, CYTHON_UNUSED int is_complex) { - switch (ch) { - case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; - case 'h': case 'H': return sizeof(__Pyx_pad_short) - sizeof(short); - case 'i': case 'I': return sizeof(__Pyx_pad_int) - sizeof(int); - case 'l': case 'L': return sizeof(__Pyx_pad_long) - sizeof(long); -#ifdef HAVE_LONG_LONG - case 'q': case 'Q': return sizeof(__Pyx_pad_longlong) - sizeof(PY_LONG_LONG); -#endif - case 'f': return sizeof(__Pyx_pad_float) - sizeof(float); - case 'd': return sizeof(__Pyx_pad_double) - sizeof(double); - case 'g': return sizeof(__Pyx_pad_longdouble) - sizeof(long double); - case 'P': case 'O': return sizeof(__Pyx_pad_void_p) - sizeof(void*); - default: - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } -} -static char __Pyx_BufFmt_TypeCharToGroup(char ch, int is_complex) { - switch (ch) { - case 'c': - return 'H'; - case 'b': case 'h': case 'i': - case 'l': case 'q': case 's': case 'p': - return 'I'; - case 'B': case 'H': case 'I': case 'L': case 'Q': - return 'U'; - case 'f': case 'd': case 'g': - return (is_complex ? 'C' : 'R'); - case 'O': - return 'O'; - case 'P': - return 'P'; - default: { - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } - } -} -static void __Pyx_BufFmt_RaiseExpected(__Pyx_BufFmt_Context* ctx) { - if (ctx->head == NULL || ctx->head->field == &ctx->root) { - const char* expected; - const char* quote; - if (ctx->head == NULL) { - expected = "end"; - quote = ""; - } else { - expected = ctx->head->field->type->name; - quote = "'"; - } - PyErr_Format(PyExc_ValueError, - "Buffer dtype mismatch, expected %s%s%s but got %s", - quote, expected, quote, - __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex)); - } else { - __Pyx_StructField* field = ctx->head->field; - __Pyx_StructField* parent = (ctx->head - 1)->field; - PyErr_Format(PyExc_ValueError, - "Buffer dtype mismatch, expected '%s' but got %s in '%s.%s'", - field->type->name, __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex), - parent->type->name, field->name); - } -} -static int __Pyx_BufFmt_ProcessTypeChunk(__Pyx_BufFmt_Context* ctx) { - char group; - size_t size, offset, arraysize = 1; - if (ctx->enc_type == 0) return 0; - if (ctx->head->field->type->arraysize[0]) { - int i, ndim = 0; - if (ctx->enc_type == 's' || ctx->enc_type == 'p') { - ctx->is_valid_array = ctx->head->field->type->ndim == 1; - ndim = 1; - if (ctx->enc_count != ctx->head->field->type->arraysize[0]) { - PyErr_Format(PyExc_ValueError, - "Expected a dimension of size %zu, got %zu", - ctx->head->field->type->arraysize[0], ctx->enc_count); - return -1; - } - } - if (!ctx->is_valid_array) { - PyErr_Format(PyExc_ValueError, "Expected %d dimensions, got %d", - ctx->head->field->type->ndim, ndim); - return -1; - } - for (i = 0; i < ctx->head->field->type->ndim; i++) { - arraysize *= ctx->head->field->type->arraysize[i]; - } - ctx->is_valid_array = 0; - ctx->enc_count = 1; - } - group = __Pyx_BufFmt_TypeCharToGroup(ctx->enc_type, ctx->is_complex); - do { - __Pyx_StructField* field = ctx->head->field; - __Pyx_TypeInfo* type = field->type; - if (ctx->enc_packmode == '@' || ctx->enc_packmode == '^') { - size = __Pyx_BufFmt_TypeCharToNativeSize(ctx->enc_type, ctx->is_complex); - } else { - size = __Pyx_BufFmt_TypeCharToStandardSize(ctx->enc_type, ctx->is_complex); - } - if (ctx->enc_packmode == '@') { - size_t align_at = __Pyx_BufFmt_TypeCharToAlignment(ctx->enc_type, ctx->is_complex); - size_t align_mod_offset; - if (align_at == 0) return -1; - align_mod_offset = ctx->fmt_offset % align_at; - if (align_mod_offset > 0) ctx->fmt_offset += align_at - align_mod_offset; - if (ctx->struct_alignment == 0) - ctx->struct_alignment = __Pyx_BufFmt_TypeCharToPadding(ctx->enc_type, - ctx->is_complex); - } - if (type->size != size || type->typegroup != group) { - if (type->typegroup == 'C' && type->fields != NULL) { - size_t parent_offset = ctx->head->parent_offset + field->offset; - ++ctx->head; - ctx->head->field = type->fields; - ctx->head->parent_offset = parent_offset; - continue; - } - if ((type->typegroup == 'H' || group == 'H') && type->size == size) { - } else { - __Pyx_BufFmt_RaiseExpected(ctx); - return -1; - } - } - offset = ctx->head->parent_offset + field->offset; - if (ctx->fmt_offset != offset) { - PyErr_Format(PyExc_ValueError, - "Buffer dtype mismatch; next field is at offset %" CYTHON_FORMAT_SSIZE_T "d but %" CYTHON_FORMAT_SSIZE_T "d expected", - (Py_ssize_t)ctx->fmt_offset, (Py_ssize_t)offset); - return -1; - } - ctx->fmt_offset += size; - if (arraysize) - ctx->fmt_offset += (arraysize - 1) * size; - --ctx->enc_count; - while (1) { - if (field == &ctx->root) { - ctx->head = NULL; - if (ctx->enc_count != 0) { - __Pyx_BufFmt_RaiseExpected(ctx); - return -1; - } - break; - } - ctx->head->field = ++field; - if (field->type == NULL) { - --ctx->head; - field = ctx->head->field; - continue; - } else if (field->type->typegroup == 'S') { - size_t parent_offset = ctx->head->parent_offset + field->offset; - if (field->type->fields->type == NULL) continue; - field = field->type->fields; - ++ctx->head; - ctx->head->field = field; - ctx->head->parent_offset = parent_offset; - break; - } else { - break; - } - } - } while (ctx->enc_count); - ctx->enc_type = 0; - ctx->is_complex = 0; - return 0; -} -static CYTHON_INLINE PyObject * -__pyx_buffmt_parse_array(__Pyx_BufFmt_Context* ctx, const char** tsp) -{ - const char *ts = *tsp; - int i = 0, number; - int ndim = ctx->head->field->type->ndim; -; - ++ts; - if (ctx->new_count != 1) { - PyErr_SetString(PyExc_ValueError, - "Cannot handle repeated arrays in format string"); - return NULL; - } - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - while (*ts && *ts != ')') { - switch (*ts) { - case ' ': case '\f': case '\r': case '\n': case '\t': case '\v': continue; - default: break; - } - number = __Pyx_BufFmt_ExpectNumber(&ts); - if (number == -1) return NULL; - if (i < ndim && (size_t) number != ctx->head->field->type->arraysize[i]) - return PyErr_Format(PyExc_ValueError, - "Expected a dimension of size %zu, got %d", - ctx->head->field->type->arraysize[i], number); - if (*ts != ',' && *ts != ')') - return PyErr_Format(PyExc_ValueError, - "Expected a comma in format string, got '%c'", *ts); - if (*ts == ',') ts++; - i++; - } - if (i != ndim) - return PyErr_Format(PyExc_ValueError, "Expected %d dimension(s), got %d", - ctx->head->field->type->ndim, i); - if (!*ts) { - PyErr_SetString(PyExc_ValueError, - "Unexpected end of format string, expected ')'"); - return NULL; - } - ctx->is_valid_array = 1; - ctx->new_count = 1; - *tsp = ++ts; - return Py_None; -} -static const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const char* ts) { - int got_Z = 0; - while (1) { - switch(*ts) { - case 0: - if (ctx->enc_type != 0 && ctx->head == NULL) { - __Pyx_BufFmt_RaiseExpected(ctx); - return NULL; - } - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - if (ctx->head != NULL) { - __Pyx_BufFmt_RaiseExpected(ctx); - return NULL; - } - return ts; - case ' ': - case '\r': - case '\n': - ++ts; - break; - case '<': - if (!__Pyx_IsLittleEndian()) { - PyErr_SetString(PyExc_ValueError, "Little-endian buffer not supported on big-endian compiler"); - return NULL; - } - ctx->new_packmode = '='; - ++ts; - break; - case '>': - case '!': - if (__Pyx_IsLittleEndian()) { - PyErr_SetString(PyExc_ValueError, "Big-endian buffer not supported on little-endian compiler"); - return NULL; - } - ctx->new_packmode = '='; - ++ts; - break; - case '=': - case '@': - case '^': - ctx->new_packmode = *ts++; - break; - case 'T': - { - const char* ts_after_sub; - size_t i, struct_count = ctx->new_count; - size_t struct_alignment = ctx->struct_alignment; - ctx->new_count = 1; - ++ts; - if (*ts != '{') { - PyErr_SetString(PyExc_ValueError, "Buffer acquisition: Expected '{' after 'T'"); - return NULL; - } - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - ctx->enc_type = 0; - ctx->enc_count = 0; - ctx->struct_alignment = 0; - ++ts; - ts_after_sub = ts; - for (i = 0; i != struct_count; ++i) { - ts_after_sub = __Pyx_BufFmt_CheckString(ctx, ts); - if (!ts_after_sub) return NULL; - } - ts = ts_after_sub; - if (struct_alignment) ctx->struct_alignment = struct_alignment; - } - break; - case '}': - { - size_t alignment = ctx->struct_alignment; - ++ts; - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - ctx->enc_type = 0; - if (alignment && ctx->fmt_offset % alignment) { - ctx->fmt_offset += alignment - (ctx->fmt_offset % alignment); - } - } - return ts; - case 'x': - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - ctx->fmt_offset += ctx->new_count; - ctx->new_count = 1; - ctx->enc_count = 0; - ctx->enc_type = 0; - ctx->enc_packmode = ctx->new_packmode; - ++ts; - break; - case 'Z': - got_Z = 1; - ++ts; - if (*ts != 'f' && *ts != 'd' && *ts != 'g') { - __Pyx_BufFmt_RaiseUnexpectedChar('Z'); - return NULL; - } - case 'c': case 'b': case 'B': case 'h': case 'H': case 'i': case 'I': - case 'l': case 'L': case 'q': case 'Q': - case 'f': case 'd': case 'g': - case 'O': case 'p': - if (ctx->enc_type == *ts && got_Z == ctx->is_complex && - ctx->enc_packmode == ctx->new_packmode) { - ctx->enc_count += ctx->new_count; - ctx->new_count = 1; - got_Z = 0; - ++ts; - break; - } - case 's': - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - ctx->enc_count = ctx->new_count; - ctx->enc_packmode = ctx->new_packmode; - ctx->enc_type = *ts; - ctx->is_complex = got_Z; - ++ts; - ctx->new_count = 1; - got_Z = 0; - break; - case ':': - ++ts; - while(*ts != ':') ++ts; - ++ts; - break; - case '(': - if (!__pyx_buffmt_parse_array(ctx, &ts)) return NULL; - break; - default: - { - int number = __Pyx_BufFmt_ExpectNumber(&ts); - if (number == -1) return NULL; - ctx->new_count = (size_t)number; - } - } - } -} -static CYTHON_INLINE void __Pyx_ZeroBuffer(Py_buffer* buf) { - buf->buf = NULL; - buf->obj = NULL; - buf->strides = __Pyx_zeros; - buf->shape = __Pyx_zeros; - buf->suboffsets = __Pyx_minusones; -} -static CYTHON_INLINE int __Pyx_GetBufferAndValidate( - Py_buffer* buf, PyObject* obj, __Pyx_TypeInfo* dtype, int flags, - int nd, int cast, __Pyx_BufFmt_StackElem* stack) -{ - if (obj == Py_None || obj == NULL) { - __Pyx_ZeroBuffer(buf); - return 0; - } - buf->buf = NULL; - if (__Pyx_GetBuffer(obj, buf, flags) == -1) goto fail; - if (buf->ndim != nd) { - PyErr_Format(PyExc_ValueError, - "Buffer has wrong number of dimensions (expected %d, got %d)", - nd, buf->ndim); - goto fail; - } - if (!cast) { - __Pyx_BufFmt_Context ctx; - __Pyx_BufFmt_Init(&ctx, stack, dtype); - if (!__Pyx_BufFmt_CheckString(&ctx, buf->format)) goto fail; - } - if ((unsigned)buf->itemsize != dtype->size) { - PyErr_Format(PyExc_ValueError, - "Item size of buffer (%" CYTHON_FORMAT_SSIZE_T "d byte%s) does not match size of '%s' (%" CYTHON_FORMAT_SSIZE_T "d byte%s)", - buf->itemsize, (buf->itemsize > 1) ? "s" : "", - dtype->name, (Py_ssize_t)dtype->size, (dtype->size > 1) ? "s" : ""); - goto fail; - } - if (buf->suboffsets == NULL) buf->suboffsets = __Pyx_minusones; - return 0; -fail:; - __Pyx_ZeroBuffer(buf); - return -1; -} -static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info) { - if (info->buf == NULL) return; - if (info->suboffsets == __Pyx_minusones) info->suboffsets = NULL; - __Pyx_ReleaseBuffer(info); -} - -static CYTHON_INLINE int __Pyx_IterFinish(void) { -#if CYTHON_COMPILING_IN_CPYTHON - PyThreadState *tstate = PyThreadState_GET(); - PyObject* exc_type = tstate->curexc_type; - if (unlikely(exc_type)) { - if (likely(exc_type == PyExc_StopIteration) || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration)) { - PyObject *exc_value, *exc_tb; - exc_value = tstate->curexc_value; - exc_tb = tstate->curexc_traceback; - tstate->curexc_type = 0; - tstate->curexc_value = 0; - tstate->curexc_traceback = 0; - Py_DECREF(exc_type); - Py_XDECREF(exc_value); - Py_XDECREF(exc_tb); - return 0; - } else { - return -1; - } - } - return 0; -#else - if (unlikely(PyErr_Occurred())) { - if (likely(PyErr_ExceptionMatches(PyExc_StopIteration))) { - PyErr_Clear(); - return 0; - } else { - return -1; - } - } - return 0; -#endif -} - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg) { - PyObject *self, *result; - PyCFunction cfunc; - cfunc = PyCFunction_GET_FUNCTION(func); - self = PyCFunction_GET_SELF(func); - if (unlikely(Py_EnterRecursiveCall((char*)" while calling a Python object"))) - return NULL; - result = cfunc(self, arg); - Py_LeaveRecursiveCall(); - if (unlikely(!result) && unlikely(!PyErr_Occurred())) { - PyErr_SetString( - PyExc_SystemError, - "NULL result without error in PyObject_Call"); - } - return result; -} -#endif - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func) { -#ifdef __Pyx_CyFunction_USED - if (likely(PyCFunction_Check(func) || PyObject_TypeCheck(func, __pyx_CyFunctionType))) { -#else - if (likely(PyCFunction_Check(func))) { -#endif - if (likely(PyCFunction_GET_FLAGS(func) & METH_NOARGS)) { - return __Pyx_PyObject_CallMethO(func, NULL); - } - } - return __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL); -} -#endif - -#if CYTHON_COMPILING_IN_CPYTHON -static PyObject* __Pyx__PyObject_CallOneArg(PyObject *func, PyObject *arg) { - PyObject *result; - PyObject *args = PyTuple_New(1); - if (unlikely(!args)) return NULL; - Py_INCREF(arg); - PyTuple_SET_ITEM(args, 0, arg); - result = __Pyx_PyObject_Call(func, args, NULL); - Py_DECREF(args); - return result; -} -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) { -#ifdef __Pyx_CyFunction_USED - if (likely(PyCFunction_Check(func) || PyObject_TypeCheck(func, __pyx_CyFunctionType))) { -#else - if (likely(PyCFunction_Check(func))) { -#endif - if (likely(PyCFunction_GET_FLAGS(func) & METH_O)) { - return __Pyx_PyObject_CallMethO(func, arg); - } - } - return __Pyx__PyObject_CallOneArg(func, arg); -} -#else -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) { - PyObject* args = PyTuple_Pack(1, arg); - return (likely(args)) ? __Pyx_PyObject_Call(func, args, NULL) : NULL; -} -#endif - -static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) { - PyObject *method, *result = NULL; - method = __Pyx_PyObject_GetAttrStr(obj, method_name); - if (unlikely(!method)) goto bad; -#if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyMethod_Check(method))) { - PyObject *self = PyMethod_GET_SELF(method); - if (likely(self)) { - PyObject *function = PyMethod_GET_FUNCTION(method); - result = __Pyx_PyObject_CallOneArg(function, self); - Py_DECREF(method); - return result; - } - } -#endif - result = __Pyx_PyObject_CallNoArg(method); - Py_DECREF(method); -bad: - return result; -} - -static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index) { - PyErr_Format(PyExc_ValueError, - "need more than %" CYTHON_FORMAT_SSIZE_T "d value%.1s to unpack", - index, (index == 1) ? "" : "s"); -} - -static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected) { - PyErr_Format(PyExc_ValueError, - "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected); -} - -static int __Pyx_IternextUnpackEndCheck(PyObject *retval, Py_ssize_t expected) { - if (unlikely(retval)) { - Py_DECREF(retval); - __Pyx_RaiseTooManyValuesError(expected); - return -1; - } else { - return __Pyx_IterFinish(); - } - return 0; -} - -static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); -} - -static void __Pyx_UnpackTupleError(PyObject *t, Py_ssize_t index) { - if (t == Py_None) { - __Pyx_RaiseNoneNotIterableError(); - } else if (PyTuple_GET_SIZE(t) < index) { - __Pyx_RaiseNeedMoreValuesError(PyTuple_GET_SIZE(t)); - } else { - __Pyx_RaiseTooManyValuesError(index); - } -} - -static CYTHON_INLINE int __Pyx_unpack_tuple2(PyObject* tuple, PyObject** pvalue1, PyObject** pvalue2, - int is_tuple, int has_known_size, int decref_tuple) { - Py_ssize_t index; - PyObject *value1 = NULL, *value2 = NULL, *iter = NULL; - if (!is_tuple && unlikely(!PyTuple_Check(tuple))) { - iternextfunc iternext; - iter = PyObject_GetIter(tuple); - if (unlikely(!iter)) goto bad; - if (decref_tuple) { Py_DECREF(tuple); tuple = NULL; } - iternext = Py_TYPE(iter)->tp_iternext; - value1 = iternext(iter); if (unlikely(!value1)) { index = 0; goto unpacking_failed; } - value2 = iternext(iter); if (unlikely(!value2)) { index = 1; goto unpacking_failed; } - if (!has_known_size && unlikely(__Pyx_IternextUnpackEndCheck(iternext(iter), 2))) goto bad; - Py_DECREF(iter); - } else { - if (!has_known_size && unlikely(PyTuple_GET_SIZE(tuple) != 2)) { - __Pyx_UnpackTupleError(tuple, 2); - goto bad; - } -#if CYTHON_COMPILING_IN_PYPY - value1 = PySequence_ITEM(tuple, 0); - if (unlikely(!value1)) goto bad; - value2 = PySequence_ITEM(tuple, 1); - if (unlikely(!value2)) goto bad; -#else - value1 = PyTuple_GET_ITEM(tuple, 0); - value2 = PyTuple_GET_ITEM(tuple, 1); - Py_INCREF(value1); - Py_INCREF(value2); -#endif - if (decref_tuple) { Py_DECREF(tuple); } - } - *pvalue1 = value1; - *pvalue2 = value2; - return 0; -unpacking_failed: - if (!has_known_size && __Pyx_IterFinish() == 0) - __Pyx_RaiseNeedMoreValuesError(index); -bad: - Py_XDECREF(iter); - Py_XDECREF(value1); - Py_XDECREF(value2); - if (decref_tuple) { Py_XDECREF(tuple); } - return -1; -} - -static CYTHON_INLINE PyObject* __Pyx_dict_iterator(PyObject* iterable, int is_dict, PyObject* method_name, - Py_ssize_t* p_orig_length, int* p_source_is_dict) { - is_dict = is_dict || likely(PyDict_CheckExact(iterable)); - *p_source_is_dict = is_dict; -#if !CYTHON_COMPILING_IN_PYPY - if (is_dict) { - *p_orig_length = PyDict_Size(iterable); - Py_INCREF(iterable); - return iterable; - } -#endif - *p_orig_length = 0; - if (method_name) { - PyObject* iter; - iterable = __Pyx_PyObject_CallMethod0(iterable, method_name); - if (!iterable) - return NULL; -#if !CYTHON_COMPILING_IN_PYPY - if (PyTuple_CheckExact(iterable) || PyList_CheckExact(iterable)) - return iterable; -#endif - iter = PyObject_GetIter(iterable); - Py_DECREF(iterable); - return iter; - } - return PyObject_GetIter(iterable); -} -static CYTHON_INLINE int __Pyx_dict_iter_next(PyObject* iter_obj, Py_ssize_t orig_length, Py_ssize_t* ppos, - PyObject** pkey, PyObject** pvalue, PyObject** pitem, int source_is_dict) { - PyObject* next_item; -#if !CYTHON_COMPILING_IN_PYPY - if (source_is_dict) { - PyObject *key, *value; - if (unlikely(orig_length != PyDict_Size(iter_obj))) { - PyErr_SetString(PyExc_RuntimeError, "dictionary changed size during iteration"); - return -1; - } - if (unlikely(!PyDict_Next(iter_obj, ppos, &key, &value))) { - return 0; - } - if (pitem) { - PyObject* tuple = PyTuple_New(2); - if (unlikely(!tuple)) { - return -1; - } - Py_INCREF(key); - Py_INCREF(value); - PyTuple_SET_ITEM(tuple, 0, key); - PyTuple_SET_ITEM(tuple, 1, value); - *pitem = tuple; - } else { - if (pkey) { - Py_INCREF(key); - *pkey = key; - } - if (pvalue) { - Py_INCREF(value); - *pvalue = value; - } - } - return 1; - } else if (PyTuple_CheckExact(iter_obj)) { - Py_ssize_t pos = *ppos; - if (unlikely(pos >= PyTuple_GET_SIZE(iter_obj))) return 0; - *ppos = pos + 1; - next_item = PyTuple_GET_ITEM(iter_obj, pos); - Py_INCREF(next_item); - } else if (PyList_CheckExact(iter_obj)) { - Py_ssize_t pos = *ppos; - if (unlikely(pos >= PyList_GET_SIZE(iter_obj))) return 0; - *ppos = pos + 1; - next_item = PyList_GET_ITEM(iter_obj, pos); - Py_INCREF(next_item); - } else -#endif - { - next_item = PyIter_Next(iter_obj); - if (unlikely(!next_item)) { - return __Pyx_IterFinish(); - } - } - if (pitem) { - *pitem = next_item; - } else if (pkey && pvalue) { - if (__Pyx_unpack_tuple2(next_item, pkey, pvalue, source_is_dict, source_is_dict, 1)) - return -1; - } else if (pkey) { - *pkey = next_item; - } else { - *pvalue = next_item; - } - return 1; -} - -static double __Pyx__PyObject_AsDouble(PyObject* obj) { - PyObject* float_value; -#if CYTHON_COMPILING_IN_PYPY - float_value = PyNumber_Float(obj); -#else - PyNumberMethods *nb = Py_TYPE(obj)->tp_as_number; - if (likely(nb) && likely(nb->nb_float)) { - float_value = nb->nb_float(obj); - if (likely(float_value) && unlikely(!PyFloat_Check(float_value))) { - PyErr_Format(PyExc_TypeError, - "__float__ returned non-float (type %.200s)", - Py_TYPE(float_value)->tp_name); - Py_DECREF(float_value); - goto bad; - } - } else if (PyUnicode_CheckExact(obj) || PyBytes_CheckExact(obj)) { -#if PY_MAJOR_VERSION >= 3 - float_value = PyFloat_FromString(obj); -#else - float_value = PyFloat_FromString(obj, 0); -#endif - } else { - PyObject* args = PyTuple_New(1); - if (unlikely(!args)) goto bad; - PyTuple_SET_ITEM(args, 0, obj); - float_value = PyObject_Call((PyObject*)&PyFloat_Type, args, 0); - PyTuple_SET_ITEM(args, 0, 0); - Py_DECREF(args); - } -#endif - if (likely(float_value)) { - double value = PyFloat_AS_DOUBLE(float_value); - Py_DECREF(float_value); - return value; - } -bad: - return (double)-1; -} - -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j) { - PyObject *r; - if (!j) return NULL; - r = PyObject_GetItem(o, j); - Py_DECREF(j); - return r; -} -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, - int wraparound, int boundscheck) { -#if CYTHON_COMPILING_IN_CPYTHON - if (wraparound & unlikely(i < 0)) i += PyList_GET_SIZE(o); - if ((!boundscheck) || likely((0 <= i) & (i < PyList_GET_SIZE(o)))) { - PyObject *r = PyList_GET_ITEM(o, i); - Py_INCREF(r); - return r; - } - return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); -#else - return PySequence_GetItem(o, i); -#endif -} -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, - int wraparound, int boundscheck) { -#if CYTHON_COMPILING_IN_CPYTHON - if (wraparound & unlikely(i < 0)) i += PyTuple_GET_SIZE(o); - if ((!boundscheck) || likely((0 <= i) & (i < PyTuple_GET_SIZE(o)))) { - PyObject *r = PyTuple_GET_ITEM(o, i); - Py_INCREF(r); - return r; - } - return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); -#else - return PySequence_GetItem(o, i); -#endif -} -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i, - int is_list, int wraparound, int boundscheck) { -#if CYTHON_COMPILING_IN_CPYTHON - if (is_list || PyList_CheckExact(o)) { - Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyList_GET_SIZE(o); - if ((!boundscheck) || (likely((n >= 0) & (n < PyList_GET_SIZE(o))))) { - PyObject *r = PyList_GET_ITEM(o, n); - Py_INCREF(r); - return r; - } - } - else if (PyTuple_CheckExact(o)) { - Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyTuple_GET_SIZE(o); - if ((!boundscheck) || likely((n >= 0) & (n < PyTuple_GET_SIZE(o)))) { - PyObject *r = PyTuple_GET_ITEM(o, n); - Py_INCREF(r); - return r; - } - } else { - PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence; - if (likely(m && m->sq_item)) { - if (wraparound && unlikely(i < 0) && likely(m->sq_length)) { - Py_ssize_t l = m->sq_length(o); - if (likely(l >= 0)) { - i += l; - } else { - if (PyErr_ExceptionMatches(PyExc_OverflowError)) - PyErr_Clear(); - else - return NULL; - } - } - return m->sq_item(o, i); - } - } -#else - if (is_list || PySequence_Check(o)) { - return PySequence_GetItem(o, i); - } -#endif - return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); -} - -static CYTHON_INLINE void __Pyx_RaiseUnboundLocalError(const char *varname) { - PyErr_Format(PyExc_UnboundLocalError, "local variable '%s' referenced before assignment", varname); -} - -static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) { -#if CYTHON_COMPILING_IN_CPYTHON - PyObject *tmp_type, *tmp_value, *tmp_tb; - PyThreadState *tstate = PyThreadState_GET(); - tmp_type = tstate->curexc_type; - tmp_value = tstate->curexc_value; - tmp_tb = tstate->curexc_traceback; - tstate->curexc_type = type; - tstate->curexc_value = value; - tstate->curexc_traceback = tb; - Py_XDECREF(tmp_type); - Py_XDECREF(tmp_value); - Py_XDECREF(tmp_tb); -#else - PyErr_Restore(type, value, tb); -#endif -} -static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) { -#if CYTHON_COMPILING_IN_CPYTHON - PyThreadState *tstate = PyThreadState_GET(); - *type = tstate->curexc_type; - *value = tstate->curexc_value; - *tb = tstate->curexc_traceback; - tstate->curexc_type = 0; - tstate->curexc_value = 0; - tstate->curexc_traceback = 0; -#else - PyErr_Fetch(type, value, tb); -#endif -} - -#if PY_MAJOR_VERSION < 3 -static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, - CYTHON_UNUSED PyObject *cause) { - Py_XINCREF(type); - if (!value || value == Py_None) - value = NULL; - else - Py_INCREF(value); - if (!tb || tb == Py_None) - tb = NULL; - else { - Py_INCREF(tb); - if (!PyTraceBack_Check(tb)) { - PyErr_SetString(PyExc_TypeError, - "raise: arg 3 must be a traceback or None"); - goto raise_error; - } - } - if (PyType_Check(type)) { -#if CYTHON_COMPILING_IN_PYPY - if (!value) { - Py_INCREF(Py_None); - value = Py_None; - } -#endif - PyErr_NormalizeException(&type, &value, &tb); - } else { - if (value) { - PyErr_SetString(PyExc_TypeError, - "instance exception may not have a separate value"); - goto raise_error; - } - value = type; - type = (PyObject*) Py_TYPE(type); - Py_INCREF(type); - if (!PyType_IsSubtype((PyTypeObject *)type, (PyTypeObject *)PyExc_BaseException)) { - PyErr_SetString(PyExc_TypeError, - "raise: exception class must be a subclass of BaseException"); - goto raise_error; - } - } - __Pyx_ErrRestore(type, value, tb); - return; -raise_error: - Py_XDECREF(value); - Py_XDECREF(type); - Py_XDECREF(tb); - return; -} -#else -static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause) { - PyObject* owned_instance = NULL; - if (tb == Py_None) { - tb = 0; - } else if (tb && !PyTraceBack_Check(tb)) { - PyErr_SetString(PyExc_TypeError, - "raise: arg 3 must be a traceback or None"); - goto bad; - } - if (value == Py_None) - value = 0; - if (PyExceptionInstance_Check(type)) { - if (value) { - PyErr_SetString(PyExc_TypeError, - "instance exception may not have a separate value"); - goto bad; - } - value = type; - type = (PyObject*) Py_TYPE(value); - } else if (PyExceptionClass_Check(type)) { - PyObject *instance_class = NULL; - if (value && PyExceptionInstance_Check(value)) { - instance_class = (PyObject*) Py_TYPE(value); - if (instance_class != type) { - if (PyObject_IsSubclass(instance_class, type)) { - type = instance_class; - } else { - instance_class = NULL; - } - } - } - if (!instance_class) { - PyObject *args; - if (!value) - args = PyTuple_New(0); - else if (PyTuple_Check(value)) { - Py_INCREF(value); - args = value; - } else - args = PyTuple_Pack(1, value); - if (!args) - goto bad; - owned_instance = PyObject_Call(type, args, NULL); - Py_DECREF(args); - if (!owned_instance) - goto bad; - value = owned_instance; - if (!PyExceptionInstance_Check(value)) { - PyErr_Format(PyExc_TypeError, - "calling %R should have returned an instance of " - "BaseException, not %R", - type, Py_TYPE(value)); - goto bad; - } - } - } else { - PyErr_SetString(PyExc_TypeError, - "raise: exception class must be a subclass of BaseException"); - goto bad; - } -#if PY_VERSION_HEX >= 0x03030000 - if (cause) { -#else - if (cause && cause != Py_None) { -#endif - PyObject *fixed_cause; - if (cause == Py_None) { - fixed_cause = NULL; - } else if (PyExceptionClass_Check(cause)) { - fixed_cause = PyObject_CallObject(cause, NULL); - if (fixed_cause == NULL) - goto bad; - } else if (PyExceptionInstance_Check(cause)) { - fixed_cause = cause; - Py_INCREF(fixed_cause); - } else { - PyErr_SetString(PyExc_TypeError, - "exception causes must derive from " - "BaseException"); - goto bad; - } - PyException_SetCause(value, fixed_cause); - } - PyErr_SetObject(type, value); - if (tb) { -#if CYTHON_COMPILING_IN_PYPY - PyObject *tmp_type, *tmp_value, *tmp_tb; - PyErr_Fetch(tmp_type, tmp_value, tmp_tb); - Py_INCREF(tb); - PyErr_Restore(tmp_type, tmp_value, tb); - Py_XDECREF(tmp_tb); -#else - PyThreadState *tstate = PyThreadState_GET(); - PyObject* tmp_tb = tstate->curexc_traceback; - if (tb != tmp_tb) { - Py_INCREF(tb); - tstate->curexc_traceback = tb; - Py_XDECREF(tmp_tb); - } -#endif - } -bad: - Py_XDECREF(owned_instance); - return; -} -#endif - -static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line) { - int start = 0, mid = 0, end = count - 1; - if (end >= 0 && code_line > entries[end].code_line) { - return count; - } - while (start < end) { - mid = (start + end) / 2; - if (code_line < entries[mid].code_line) { - end = mid; - } else if (code_line > entries[mid].code_line) { - start = mid + 1; - } else { - return mid; - } - } - if (code_line <= entries[mid].code_line) { - return mid; - } else { - return mid + 1; - } -} -static PyCodeObject *__pyx_find_code_object(int code_line) { - PyCodeObject* code_object; - int pos; - if (unlikely(!code_line) || unlikely(!__pyx_code_cache.entries)) { - return NULL; - } - pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); - if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { - return NULL; - } - code_object = __pyx_code_cache.entries[pos].code_object; - Py_INCREF(code_object); - return code_object; -} -static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object) { - int pos, i; - __Pyx_CodeObjectCacheEntry* entries = __pyx_code_cache.entries; - if (unlikely(!code_line)) { - return; - } - if (unlikely(!entries)) { - entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Malloc(64*sizeof(__Pyx_CodeObjectCacheEntry)); - if (likely(entries)) { - __pyx_code_cache.entries = entries; - __pyx_code_cache.max_count = 64; - __pyx_code_cache.count = 1; - entries[0].code_line = code_line; - entries[0].code_object = code_object; - Py_INCREF(code_object); - } - return; - } - pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); - if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) { - PyCodeObject* tmp = entries[pos].code_object; - entries[pos].code_object = code_object; - Py_DECREF(tmp); - return; - } - if (__pyx_code_cache.count == __pyx_code_cache.max_count) { - int new_max = __pyx_code_cache.max_count + 64; - entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Realloc( - __pyx_code_cache.entries, (size_t)new_max*sizeof(__Pyx_CodeObjectCacheEntry)); - if (unlikely(!entries)) { - return; - } - __pyx_code_cache.entries = entries; - __pyx_code_cache.max_count = new_max; - } - for (i=__pyx_code_cache.count; i>pos; i--) { - entries[i] = entries[i-1]; - } - entries[pos].code_line = code_line; - entries[pos].code_object = code_object; - __pyx_code_cache.count++; - Py_INCREF(code_object); -} - -#include "compile.h" -#include "frameobject.h" -#include "traceback.h" -static PyCodeObject* __Pyx_CreateCodeObjectForTraceback( - const char *funcname, int c_line, - int py_line, const char *filename) { - PyCodeObject *py_code = 0; - PyObject *py_srcfile = 0; - PyObject *py_funcname = 0; - #if PY_MAJOR_VERSION < 3 - py_srcfile = PyString_FromString(filename); - #else - py_srcfile = PyUnicode_FromString(filename); - #endif - if (!py_srcfile) goto bad; - if (c_line) { - #if PY_MAJOR_VERSION < 3 - py_funcname = PyString_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line); - #else - py_funcname = PyUnicode_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line); - #endif - } - else { - #if PY_MAJOR_VERSION < 3 - py_funcname = PyString_FromString(funcname); - #else - py_funcname = PyUnicode_FromString(funcname); - #endif - } - if (!py_funcname) goto bad; - py_code = __Pyx_PyCode_New( - 0, - 0, - 0, - 0, - 0, - __pyx_empty_bytes, /*PyObject *code,*/ - __pyx_empty_tuple, /*PyObject *consts,*/ - __pyx_empty_tuple, /*PyObject *names,*/ - __pyx_empty_tuple, /*PyObject *varnames,*/ - __pyx_empty_tuple, /*PyObject *freevars,*/ - __pyx_empty_tuple, /*PyObject *cellvars,*/ - py_srcfile, /*PyObject *filename,*/ - py_funcname, /*PyObject *name,*/ - py_line, - __pyx_empty_bytes /*PyObject *lnotab*/ - ); - Py_DECREF(py_srcfile); - Py_DECREF(py_funcname); - return py_code; -bad: - Py_XDECREF(py_srcfile); - Py_XDECREF(py_funcname); - return NULL; -} -static void __Pyx_AddTraceback(const char *funcname, int c_line, - int py_line, const char *filename) { - PyCodeObject *py_code = 0; - PyFrameObject *py_frame = 0; - py_code = __pyx_find_code_object(c_line ? c_line : py_line); - if (!py_code) { - py_code = __Pyx_CreateCodeObjectForTraceback( - funcname, c_line, py_line, filename); - if (!py_code) goto bad; - __pyx_insert_code_object(c_line ? c_line : py_line, py_code); - } - py_frame = PyFrame_New( - PyThreadState_GET(), /*PyThreadState *tstate,*/ - py_code, /*PyCodeObject *code,*/ - __pyx_d, /*PyObject *globals,*/ - 0 /*PyObject *locals*/ - ); - if (!py_frame) goto bad; - py_frame->f_lineno = py_line; - PyTraceBack_Here(py_frame); -bad: - Py_XDECREF(py_code); - Py_XDECREF(py_frame); -} - -#if PY_MAJOR_VERSION < 3 -static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags) { - if (PyObject_CheckBuffer(obj)) return PyObject_GetBuffer(obj, view, flags); - if (PyObject_TypeCheck(obj, __pyx_ptype_5numpy_ndarray)) return __pyx_pw_5numpy_7ndarray_1__getbuffer__(obj, view, flags); - PyErr_Format(PyExc_TypeError, "'%.200s' does not have the buffer interface", Py_TYPE(obj)->tp_name); - return -1; -} -static void __Pyx_ReleaseBuffer(Py_buffer *view) { - PyObject *obj = view->obj; - if (!obj) return; - if (PyObject_CheckBuffer(obj)) { - PyBuffer_Release(view); - return; - } - if (PyObject_TypeCheck(obj, __pyx_ptype_5numpy_ndarray)) { __pyx_pw_5numpy_7ndarray_3__releasebuffer__(obj, view); return; } - Py_DECREF(obj); - view->obj = NULL; -} -#endif - - - static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level) { - PyObject *empty_list = 0; - PyObject *module = 0; - PyObject *global_dict = 0; - PyObject *empty_dict = 0; - PyObject *list; - #if PY_VERSION_HEX < 0x03030000 - PyObject *py_import; - py_import = __Pyx_PyObject_GetAttrStr(__pyx_b, __pyx_n_s_import); - if (!py_import) - goto bad; - #endif - if (from_list) - list = from_list; - else { - empty_list = PyList_New(0); - if (!empty_list) - goto bad; - list = empty_list; - } - global_dict = PyModule_GetDict(__pyx_m); - if (!global_dict) - goto bad; - empty_dict = PyDict_New(); - if (!empty_dict) - goto bad; - { - #if PY_MAJOR_VERSION >= 3 - if (level == -1) { - if (strchr(__Pyx_MODULE_NAME, '.')) { - #if PY_VERSION_HEX < 0x03030000 - PyObject *py_level = PyInt_FromLong(1); - if (!py_level) - goto bad; - module = PyObject_CallFunctionObjArgs(py_import, - name, global_dict, empty_dict, list, py_level, NULL); - Py_DECREF(py_level); - #else - module = PyImport_ImportModuleLevelObject( - name, global_dict, empty_dict, list, 1); - #endif - if (!module) { - if (!PyErr_ExceptionMatches(PyExc_ImportError)) - goto bad; - PyErr_Clear(); - } - } - level = 0; - } - #endif - if (!module) { - #if PY_VERSION_HEX < 0x03030000 - PyObject *py_level = PyInt_FromLong(level); - if (!py_level) - goto bad; - module = PyObject_CallFunctionObjArgs(py_import, - name, global_dict, empty_dict, list, py_level, NULL); - Py_DECREF(py_level); - #else - module = PyImport_ImportModuleLevelObject( - name, global_dict, empty_dict, list, level); - #endif - } - } -bad: - #if PY_VERSION_HEX < 0x03030000 - Py_XDECREF(py_import); - #endif - Py_XDECREF(empty_list); - Py_XDECREF(empty_dict); - return module; -} - -static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value) { - const int neg_one = (int) -1, const_zero = 0; - const int is_unsigned = neg_one > const_zero; - if (is_unsigned) { - if (sizeof(int) < sizeof(long)) { - return PyInt_FromLong((long) value); - } else if (sizeof(int) <= sizeof(unsigned long)) { - return PyLong_FromUnsignedLong((unsigned long) value); - } else if (sizeof(int) <= sizeof(unsigned long long)) { - return PyLong_FromUnsignedLongLong((unsigned long long) value); - } - } else { - if (sizeof(int) <= sizeof(long)) { - return PyInt_FromLong((long) value); - } else if (sizeof(int) <= sizeof(long long)) { - return PyLong_FromLongLong((long long) value); - } - } - { - int one = 1; int little = (int)*(unsigned char *)&one; - unsigned char *bytes = (unsigned char *)&value; - return _PyLong_FromByteArray(bytes, sizeof(int), - little, !is_unsigned); - } -} - -#define __PYX_VERIFY_RETURN_INT(target_type, func_type, func_value) \ - { \ - func_type value = func_value; \ - if (sizeof(target_type) < sizeof(func_type)) { \ - if (unlikely(value != (func_type) (target_type) value)) { \ - func_type zero = 0; \ - if (is_unsigned && unlikely(value < zero)) \ - goto raise_neg_overflow; \ - else \ - goto raise_overflow; \ - } \ - } \ - return (target_type) value; \ - } - -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - #include "longintrepr.h" - #endif -#endif - -static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) { - const int neg_one = (int) -1, const_zero = 0; - const int is_unsigned = neg_one > const_zero; -#if PY_MAJOR_VERSION < 3 - if (likely(PyInt_Check(x))) { - if (sizeof(int) < sizeof(long)) { - __PYX_VERIFY_RETURN_INT(int, long, PyInt_AS_LONG(x)) - } else { - long val = PyInt_AS_LONG(x); - if (is_unsigned && unlikely(val < 0)) { - goto raise_neg_overflow; - } - return (int) val; - } - } else -#endif - if (likely(PyLong_Check(x))) { - if (is_unsigned) { -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(x)) { - case 0: return 0; - case 1: __PYX_VERIFY_RETURN_INT(int, digit, ((PyLongObject*)x)->ob_digit[0]); - } - #endif -#endif - if (unlikely(Py_SIZE(x) < 0)) { - goto raise_neg_overflow; - } - if (sizeof(int) <= sizeof(unsigned long)) { - __PYX_VERIFY_RETURN_INT(int, unsigned long, PyLong_AsUnsignedLong(x)) - } else if (sizeof(int) <= sizeof(unsigned long long)) { - __PYX_VERIFY_RETURN_INT(int, unsigned long long, PyLong_AsUnsignedLongLong(x)) - } - } else { -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(x)) { - case 0: return 0; - case 1: __PYX_VERIFY_RETURN_INT(int, digit, +(((PyLongObject*)x)->ob_digit[0])); - case -1: __PYX_VERIFY_RETURN_INT(int, sdigit, -(sdigit) ((PyLongObject*)x)->ob_digit[0]); - } - #endif -#endif - if (sizeof(int) <= sizeof(long)) { - __PYX_VERIFY_RETURN_INT(int, long, PyLong_AsLong(x)) - } else if (sizeof(int) <= sizeof(long long)) { - __PYX_VERIFY_RETURN_INT(int, long long, PyLong_AsLongLong(x)) - } - } - { -#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray) - PyErr_SetString(PyExc_RuntimeError, - "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers"); -#else - int val; - PyObject *v = __Pyx_PyNumber_Int(x); - #if PY_MAJOR_VERSION < 3 - if (likely(v) && !PyLong_Check(v)) { - PyObject *tmp = v; - v = PyNumber_Long(tmp); - Py_DECREF(tmp); - } - #endif - if (likely(v)) { - int one = 1; int is_little = (int)*(unsigned char *)&one; - unsigned char *bytes = (unsigned char *)&val; - int ret = _PyLong_AsByteArray((PyLongObject *)v, - bytes, sizeof(val), - is_little, !is_unsigned); - Py_DECREF(v); - if (likely(!ret)) - return val; - } -#endif - return (int) -1; - } - } else { - int val; - PyObject *tmp = __Pyx_PyNumber_Int(x); - if (!tmp) return (int) -1; - val = __Pyx_PyInt_As_int(tmp); - Py_DECREF(tmp); - return val; - } -raise_overflow: - PyErr_SetString(PyExc_OverflowError, - "value too large to convert to int"); - return (int) -1; -raise_neg_overflow: - PyErr_SetString(PyExc_OverflowError, - "can't convert negative value to int"); - return (int) -1; -} - -#if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION < 3 -static PyObject *__Pyx_GetStdout(void) { - PyObject *f = PySys_GetObject((char *)"stdout"); - if (!f) { - PyErr_SetString(PyExc_RuntimeError, "lost sys.stdout"); - } - return f; -} -static int __Pyx_Print(PyObject* f, PyObject *arg_tuple, int newline) { - int i; - if (!f) { - if (!(f = __Pyx_GetStdout())) - return -1; - } - Py_INCREF(f); - for (i=0; i < PyTuple_GET_SIZE(arg_tuple); i++) { - PyObject* v; - if (PyFile_SoftSpace(f, 1)) { - if (PyFile_WriteString(" ", f) < 0) - goto error; - } - v = PyTuple_GET_ITEM(arg_tuple, i); - if (PyFile_WriteObject(v, f, Py_PRINT_RAW) < 0) - goto error; - if (PyString_Check(v)) { - char *s = PyString_AsString(v); - Py_ssize_t len = PyString_Size(v); - if (len > 0) { - switch (s[len-1]) { - case ' ': break; - case '\f': case '\r': case '\n': case '\t': case '\v': - PyFile_SoftSpace(f, 0); - break; - default: break; - } - } - } - } - if (newline) { - if (PyFile_WriteString("\n", f) < 0) - goto error; - PyFile_SoftSpace(f, 0); - } - Py_DECREF(f); - return 0; -error: - Py_DECREF(f); - return -1; -} -#else -static int __Pyx_Print(PyObject* stream, PyObject *arg_tuple, int newline) { - PyObject* kwargs = 0; - PyObject* result = 0; - PyObject* end_string; - if (unlikely(!__pyx_print)) { - __pyx_print = PyObject_GetAttr(__pyx_b, __pyx_n_s_print); - if (!__pyx_print) - return -1; - } - if (stream) { - kwargs = PyDict_New(); - if (unlikely(!kwargs)) - return -1; - if (unlikely(PyDict_SetItem(kwargs, __pyx_n_s_file, stream) < 0)) - goto bad; - if (!newline) { - end_string = PyUnicode_FromStringAndSize(" ", 1); - if (unlikely(!end_string)) - goto bad; - if (PyDict_SetItem(kwargs, __pyx_n_s_end, end_string) < 0) { - Py_DECREF(end_string); - goto bad; - } - Py_DECREF(end_string); - } - } else if (!newline) { - if (unlikely(!__pyx_print_kwargs)) { - __pyx_print_kwargs = PyDict_New(); - if (unlikely(!__pyx_print_kwargs)) - return -1; - end_string = PyUnicode_FromStringAndSize(" ", 1); - if (unlikely(!end_string)) - return -1; - if (PyDict_SetItem(__pyx_print_kwargs, __pyx_n_s_end, end_string) < 0) { - Py_DECREF(end_string); - return -1; - } - Py_DECREF(end_string); - } - kwargs = __pyx_print_kwargs; - } - result = PyObject_Call(__pyx_print, arg_tuple, kwargs); - if (unlikely(kwargs) && (kwargs != __pyx_print_kwargs)) - Py_DECREF(kwargs); - if (!result) - return -1; - Py_DECREF(result); - return 0; -bad: - if (kwargs != __pyx_print_kwargs) - Py_XDECREF(kwargs); - return -1; -} -#endif - -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { - return ::std::complex< float >(x, y); - } - #else - static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { - return x + y*(__pyx_t_float_complex)_Complex_I; - } - #endif -#else - static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { - __pyx_t_float_complex z; - z.real = x; - z.imag = y; - return z; - } -#endif - -#if CYTHON_CCOMPLEX -#else - static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - return (a.real == b.real) && (a.imag == b.imag); - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - z.real = a.real + b.real; - z.imag = a.imag + b.imag; - return z; - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - z.real = a.real - b.real; - z.imag = a.imag - b.imag; - return z; - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prodf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - z.real = a.real * b.real - a.imag * b.imag; - z.imag = a.real * b.imag + a.imag * b.real; - return z; - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - float denom = b.real * b.real + b.imag * b.imag; - z.real = (a.real * b.real + a.imag * b.imag) / denom; - z.imag = (a.imag * b.real - a.real * b.imag) / denom; - return z; - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex a) { - __pyx_t_float_complex z; - z.real = -a.real; - z.imag = -a.imag; - return z; - } - static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex a) { - return (a.real == 0) && (a.imag == 0); - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex a) { - __pyx_t_float_complex z; - z.real = a.real; - z.imag = -a.imag; - return z; - } - #if 1 - static CYTHON_INLINE float __Pyx_c_absf(__pyx_t_float_complex z) { - #if !defined(HAVE_HYPOT) || defined(_MSC_VER) - return sqrtf(z.real*z.real + z.imag*z.imag); - #else - return hypotf(z.real, z.imag); - #endif - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - float r, lnr, theta, z_r, z_theta; - if (b.imag == 0 && b.real == (int)b.real) { - if (b.real < 0) { - float denom = a.real * a.real + a.imag * a.imag; - a.real = a.real / denom; - a.imag = -a.imag / denom; - b.real = -b.real; - } - switch ((int)b.real) { - case 0: - z.real = 1; - z.imag = 0; - return z; - case 1: - return a; - case 2: - z = __Pyx_c_prodf(a, a); - return __Pyx_c_prodf(a, a); - case 3: - z = __Pyx_c_prodf(a, a); - return __Pyx_c_prodf(z, a); - case 4: - z = __Pyx_c_prodf(a, a); - return __Pyx_c_prodf(z, z); - } - } - if (a.imag == 0) { - if (a.real == 0) { - return a; - } - r = a.real; - theta = 0; - } else { - r = __Pyx_c_absf(a); - theta = atan2f(a.imag, a.real); - } - lnr = logf(r); - z_r = expf(lnr * b.real - theta * b.imag); - z_theta = theta * b.real + lnr * b.imag; - z.real = z_r * cosf(z_theta); - z.imag = z_r * sinf(z_theta); - return z; - } - #endif -#endif - -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { - return ::std::complex< double >(x, y); - } - #else - static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { - return x + y*(__pyx_t_double_complex)_Complex_I; - } - #endif -#else - static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { - __pyx_t_double_complex z; - z.real = x; - z.imag = y; - return z; - } -#endif - -#if CYTHON_CCOMPLEX -#else - static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex a, __pyx_t_double_complex b) { - return (a.real == b.real) && (a.imag == b.imag); - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - z.real = a.real + b.real; - z.imag = a.imag + b.imag; - return z; - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - z.real = a.real - b.real; - z.imag = a.imag - b.imag; - return z; - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - z.real = a.real * b.real - a.imag * b.imag; - z.imag = a.real * b.imag + a.imag * b.real; - return z; - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - double denom = b.real * b.real + b.imag * b.imag; - z.real = (a.real * b.real + a.imag * b.imag) / denom; - z.imag = (a.imag * b.real - a.real * b.imag) / denom; - return z; - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex a) { - __pyx_t_double_complex z; - z.real = -a.real; - z.imag = -a.imag; - return z; - } - static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex a) { - return (a.real == 0) && (a.imag == 0); - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex a) { - __pyx_t_double_complex z; - z.real = a.real; - z.imag = -a.imag; - return z; - } - #if 1 - static CYTHON_INLINE double __Pyx_c_abs(__pyx_t_double_complex z) { - #if !defined(HAVE_HYPOT) || defined(_MSC_VER) - return sqrt(z.real*z.real + z.imag*z.imag); - #else - return hypot(z.real, z.imag); - #endif - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - double r, lnr, theta, z_r, z_theta; - if (b.imag == 0 && b.real == (int)b.real) { - if (b.real < 0) { - double denom = a.real * a.real + a.imag * a.imag; - a.real = a.real / denom; - a.imag = -a.imag / denom; - b.real = -b.real; - } - switch ((int)b.real) { - case 0: - z.real = 1; - z.imag = 0; - return z; - case 1: - return a; - case 2: - z = __Pyx_c_prod(a, a); - return __Pyx_c_prod(a, a); - case 3: - z = __Pyx_c_prod(a, a); - return __Pyx_c_prod(z, a); - case 4: - z = __Pyx_c_prod(a, a); - return __Pyx_c_prod(z, z); - } - } - if (a.imag == 0) { - if (a.real == 0) { - return a; - } - r = a.real; - theta = 0; - } else { - r = __Pyx_c_abs(a); - theta = atan2(a.imag, a.real); - } - lnr = log(r); - z_r = exp(lnr * b.real - theta * b.imag); - z_theta = theta * b.real + lnr * b.imag; - z.real = z_r * cos(z_theta); - z.imag = z_r * sin(z_theta); - return z; - } - #endif -#endif - -static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) { - const long neg_one = (long) -1, const_zero = 0; - const int is_unsigned = neg_one > const_zero; - if (is_unsigned) { - if (sizeof(long) < sizeof(long)) { - return PyInt_FromLong((long) value); - } else if (sizeof(long) <= sizeof(unsigned long)) { - return PyLong_FromUnsignedLong((unsigned long) value); - } else if (sizeof(long) <= sizeof(unsigned long long)) { - return PyLong_FromUnsignedLongLong((unsigned long long) value); - } - } else { - if (sizeof(long) <= sizeof(long)) { - return PyInt_FromLong((long) value); - } else if (sizeof(long) <= sizeof(long long)) { - return PyLong_FromLongLong((long long) value); - } - } - { - int one = 1; int little = (int)*(unsigned char *)&one; - unsigned char *bytes = (unsigned char *)&value; - return _PyLong_FromByteArray(bytes, sizeof(long), - little, !is_unsigned); - } -} - -static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) { - const long neg_one = (long) -1, const_zero = 0; - const int is_unsigned = neg_one > const_zero; -#if PY_MAJOR_VERSION < 3 - if (likely(PyInt_Check(x))) { - if (sizeof(long) < sizeof(long)) { - __PYX_VERIFY_RETURN_INT(long, long, PyInt_AS_LONG(x)) - } else { - long val = PyInt_AS_LONG(x); - if (is_unsigned && unlikely(val < 0)) { - goto raise_neg_overflow; - } - return (long) val; - } - } else -#endif - if (likely(PyLong_Check(x))) { - if (is_unsigned) { -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(x)) { - case 0: return 0; - case 1: __PYX_VERIFY_RETURN_INT(long, digit, ((PyLongObject*)x)->ob_digit[0]); - } - #endif -#endif - if (unlikely(Py_SIZE(x) < 0)) { - goto raise_neg_overflow; - } - if (sizeof(long) <= sizeof(unsigned long)) { - __PYX_VERIFY_RETURN_INT(long, unsigned long, PyLong_AsUnsignedLong(x)) - } else if (sizeof(long) <= sizeof(unsigned long long)) { - __PYX_VERIFY_RETURN_INT(long, unsigned long long, PyLong_AsUnsignedLongLong(x)) - } - } else { -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(x)) { - case 0: return 0; - case 1: __PYX_VERIFY_RETURN_INT(long, digit, +(((PyLongObject*)x)->ob_digit[0])); - case -1: __PYX_VERIFY_RETURN_INT(long, sdigit, -(sdigit) ((PyLongObject*)x)->ob_digit[0]); - } - #endif -#endif - if (sizeof(long) <= sizeof(long)) { - __PYX_VERIFY_RETURN_INT(long, long, PyLong_AsLong(x)) - } else if (sizeof(long) <= sizeof(long long)) { - __PYX_VERIFY_RETURN_INT(long, long long, PyLong_AsLongLong(x)) - } - } - { -#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray) - PyErr_SetString(PyExc_RuntimeError, - "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers"); -#else - long val; - PyObject *v = __Pyx_PyNumber_Int(x); - #if PY_MAJOR_VERSION < 3 - if (likely(v) && !PyLong_Check(v)) { - PyObject *tmp = v; - v = PyNumber_Long(tmp); - Py_DECREF(tmp); - } - #endif - if (likely(v)) { - int one = 1; int is_little = (int)*(unsigned char *)&one; - unsigned char *bytes = (unsigned char *)&val; - int ret = _PyLong_AsByteArray((PyLongObject *)v, - bytes, sizeof(val), - is_little, !is_unsigned); - Py_DECREF(v); - if (likely(!ret)) - return val; - } -#endif - return (long) -1; - } - } else { - long val; - PyObject *tmp = __Pyx_PyNumber_Int(x); - if (!tmp) return (long) -1; - val = __Pyx_PyInt_As_long(tmp); - Py_DECREF(tmp); - return val; - } -raise_overflow: - PyErr_SetString(PyExc_OverflowError, - "value too large to convert to long"); - return (long) -1; -raise_neg_overflow: - PyErr_SetString(PyExc_OverflowError, - "can't convert negative value to long"); - return (long) -1; -} - -static int __Pyx_check_binary_version(void) { - char ctversion[4], rtversion[4]; - PyOS_snprintf(ctversion, 4, "%d.%d", PY_MAJOR_VERSION, PY_MINOR_VERSION); - PyOS_snprintf(rtversion, 4, "%s", Py_GetVersion()); - if (ctversion[0] != rtversion[0] || ctversion[2] != rtversion[2]) { - char message[200]; - PyOS_snprintf(message, sizeof(message), - "compiletime version %s of module '%.100s' " - "does not match runtime version %s", - ctversion, __Pyx_MODULE_NAME, rtversion); - return PyErr_WarnEx(NULL, message, 1); - } - return 0; -} - -#ifndef __PYX_HAVE_RT_ImportModule -#define __PYX_HAVE_RT_ImportModule -static PyObject *__Pyx_ImportModule(const char *name) { - PyObject *py_name = 0; - PyObject *py_module = 0; - py_name = __Pyx_PyIdentifier_FromString(name); - if (!py_name) - goto bad; - py_module = PyImport_Import(py_name); - Py_DECREF(py_name); - return py_module; -bad: - Py_XDECREF(py_name); - return 0; -} -#endif - -#ifndef __PYX_HAVE_RT_ImportType -#define __PYX_HAVE_RT_ImportType -static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, - size_t size, int strict) -{ - PyObject *py_module = 0; - PyObject *result = 0; - PyObject *py_name = 0; - char warning[200]; - Py_ssize_t basicsize; -#ifdef Py_LIMITED_API - PyObject *py_basicsize; -#endif - py_module = __Pyx_ImportModule(module_name); - if (!py_module) - goto bad; - py_name = __Pyx_PyIdentifier_FromString(class_name); - if (!py_name) - goto bad; - result = PyObject_GetAttr(py_module, py_name); - Py_DECREF(py_name); - py_name = 0; - Py_DECREF(py_module); - py_module = 0; - if (!result) - goto bad; - if (!PyType_Check(result)) { - PyErr_Format(PyExc_TypeError, - "%.200s.%.200s is not a type object", - module_name, class_name); - goto bad; - } -#ifndef Py_LIMITED_API - basicsize = ((PyTypeObject *)result)->tp_basicsize; -#else - py_basicsize = PyObject_GetAttrString(result, "__basicsize__"); - if (!py_basicsize) - goto bad; - basicsize = PyLong_AsSsize_t(py_basicsize); - Py_DECREF(py_basicsize); - py_basicsize = 0; - if (basicsize == (Py_ssize_t)-1 && PyErr_Occurred()) - goto bad; -#endif - if (!strict && (size_t)basicsize > size) { - PyOS_snprintf(warning, sizeof(warning), - "%s.%s size changed, may indicate binary incompatibility", - module_name, class_name); - if (PyErr_WarnEx(NULL, warning, 0) < 0) goto bad; - } - else if ((size_t)basicsize != size) { - PyErr_Format(PyExc_ValueError, - "%.200s.%.200s has the wrong size, try recompiling", - module_name, class_name); - goto bad; - } - return (PyTypeObject *)result; -bad: - Py_XDECREF(py_module); - Py_XDECREF(result); - return NULL; -} -#endif - -static int __Pyx_InitStrings(__Pyx_StringTabEntry *t) { - while (t->p) { - #if PY_MAJOR_VERSION < 3 - if (t->is_unicode) { - *t->p = PyUnicode_DecodeUTF8(t->s, t->n - 1, NULL); - } else if (t->intern) { - *t->p = PyString_InternFromString(t->s); - } else { - *t->p = PyString_FromStringAndSize(t->s, t->n - 1); - } - #else - if (t->is_unicode | t->is_str) { - if (t->intern) { - *t->p = PyUnicode_InternFromString(t->s); - } else if (t->encoding) { - *t->p = PyUnicode_Decode(t->s, t->n - 1, t->encoding, NULL); - } else { - *t->p = PyUnicode_FromStringAndSize(t->s, t->n - 1); - } - } else { - *t->p = PyBytes_FromStringAndSize(t->s, t->n - 1); - } - #endif - if (!*t->p) - return -1; - ++t; - } - return 0; -} - -static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { - return __Pyx_PyUnicode_FromStringAndSize(c_str, (Py_ssize_t)strlen(c_str)); -} -static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { - Py_ssize_t ignore; - return __Pyx_PyObject_AsStringAndSize(o, &ignore); -} -static CYTHON_INLINE char* __Pyx_PyObject_AsStringAndSize(PyObject* o, Py_ssize_t *length) { -#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT - if ( -#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII - __Pyx_sys_getdefaultencoding_not_ascii && -#endif - PyUnicode_Check(o)) { -#if PY_VERSION_HEX < 0x03030000 - char* defenc_c; - PyObject* defenc = _PyUnicode_AsDefaultEncodedString(o, NULL); - if (!defenc) return NULL; - defenc_c = PyBytes_AS_STRING(defenc); -#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII - { - char* end = defenc_c + PyBytes_GET_SIZE(defenc); - char* c; - for (c = defenc_c; c < end; c++) { - if ((unsigned char) (*c) >= 128) { - PyUnicode_AsASCIIString(o); - return NULL; - } - } - } -#endif - *length = PyBytes_GET_SIZE(defenc); - return defenc_c; -#else - if (__Pyx_PyUnicode_READY(o) == -1) return NULL; -#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII - if (PyUnicode_IS_ASCII(o)) { - *length = PyUnicode_GET_LENGTH(o); - return PyUnicode_AsUTF8(o); - } else { - PyUnicode_AsASCIIString(o); - return NULL; - } -#else - return PyUnicode_AsUTF8AndSize(o, length); -#endif -#endif - } else -#endif -#if !CYTHON_COMPILING_IN_PYPY - if (PyByteArray_Check(o)) { - *length = PyByteArray_GET_SIZE(o); - return PyByteArray_AS_STRING(o); - } else -#endif - { - char* result; - int r = PyBytes_AsStringAndSize(o, &result, length); - if (unlikely(r < 0)) { - return NULL; - } else { - return result; - } - } -} -static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { - int is_true = x == Py_True; - if (is_true | (x == Py_False) | (x == Py_None)) return is_true; - else return PyObject_IsTrue(x); -} -static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x) { - PyNumberMethods *m; - const char *name = NULL; - PyObject *res = NULL; -#if PY_MAJOR_VERSION < 3 - if (PyInt_Check(x) || PyLong_Check(x)) -#else - if (PyLong_Check(x)) -#endif - return Py_INCREF(x), x; - m = Py_TYPE(x)->tp_as_number; -#if PY_MAJOR_VERSION < 3 - if (m && m->nb_int) { - name = "int"; - res = PyNumber_Int(x); - } - else if (m && m->nb_long) { - name = "long"; - res = PyNumber_Long(x); - } -#else - if (m && m->nb_int) { - name = "int"; - res = PyNumber_Long(x); - } -#endif - if (res) { -#if PY_MAJOR_VERSION < 3 - if (!PyInt_Check(res) && !PyLong_Check(res)) { -#else - if (!PyLong_Check(res)) { -#endif - PyErr_Format(PyExc_TypeError, - "__%.4s__ returned non-%.4s (type %.200s)", - name, name, Py_TYPE(res)->tp_name); - Py_DECREF(res); - return NULL; - } - } - else if (!PyErr_Occurred()) { - PyErr_SetString(PyExc_TypeError, - "an integer is required"); - } - return res; -} -static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { - Py_ssize_t ival; - PyObject *x; -#if PY_MAJOR_VERSION < 3 - if (likely(PyInt_CheckExact(b))) - return PyInt_AS_LONG(b); -#endif - if (likely(PyLong_CheckExact(b))) { - #if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(b)) { - case -1: return -(sdigit)((PyLongObject*)b)->ob_digit[0]; - case 0: return 0; - case 1: return ((PyLongObject*)b)->ob_digit[0]; - } - #endif - #endif - return PyLong_AsSsize_t(b); - } - x = PyNumber_Index(b); - if (!x) return -1; - ival = PyInt_AsSsize_t(x); - Py_DECREF(x); - return ival; -} -static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { - return PyInt_FromSize_t(ival); -} - - -#endif /* Py_PYTHON_H */ diff --git a/experiments/ml.pyx b/experiments/ml.pyx deleted file mode 100644 index e1bf26b..0000000 --- a/experiments/ml.pyx +++ /dev/null @@ -1,109 +0,0 @@ -# cython: boundscheck=False, cdivision=True -import numpy as np -cimport numpy as np -from libc.math cimport log, exp - -DTYPE = np.float64 -ctypedef np.float_t DTYPE_t - -cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, - DTYPE_t t_scale, DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - """weight for successful infection, exponential time model""" - cdef DTYPE_t structural, temporal, result - # structural = delta ** (dist**1) - structural = delta * lmbda**(dist-1) - temporal = log(exp(alpha/t_scale)-1.) - alpha*dt/t_scale - # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 - result = log(structural) + temporal - return result - -cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, - DTYPE_t t_scale, DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - """weight for failed infection, exponential time model""" - cdef DTYPE_t structural, temporal, result - # structural = delta ** (dist**1) - structural = delta * lmbda**(dist-1) - temporal = exp(-alpha * dt/t_scale) - # temporal = 1. - 1. / (1. + dt/alpha)**0.01 - result = log(1. - structural + structural * temporal) - return result - -def ml(dict root_victims, dict victims, dict non_victims, - DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): - cdef: - int n_roots, n_victims, roots, i, dist, dt, t, l, n_days - DTYPE_t beta, ll, beta_add, max_beta, max_beta_add - list parents, failures, successes - n_roots, n_victims = len(root_victims), len(victims) - n_nodes = 148152 - n_days = 3012 - t_scale = 1. - cdef: - np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) - np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) - np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) - np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) - np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) - - # loop through victims - for i, parents in enumerate(victims.itervalues()): - # for each victim node i, compute the probability that all its parents - # fail to infect it, also computes the probability that its most - # likely parent infects it - failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - for (prnt, dist, dt, w1, w2, w3) in parents] - probs_fail[i] = sum(failures) - successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - for (prnt, dist, dt, w1, w2, w3) in parents] - dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] - # find parent that maximizes log(p) - log(\tilde{p}) - probs[i] = float("-inf") - for l, s in enumerate(successes): - prob = s - failures[l] - if prob > probs[i]: - probs[i] = prob - parent_dists[i] = dists[l] - parent_dts[i] = dts[l] - # probs_fail[i] = failures[l] - - # loop through non-victims - for i, parents in enumerate(non_victims.itervalues()): - # for each non victim node, compute the probability that all its - # parents fail to infect it - failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) - for (prnt, dist, dt, w1, w2, w3) in parents] - probs_nv[i] = sum(failures) - - # calculate log likelihood - ll = probs_fail.sum() # add probability that all edges to all victims fail - ll += probs_nv.sum() # add probability that all edges to non_victims fail - - max_beta_add = float('-inf') - # iterate over all victim nodes to find the optimal threshold - for beta in np.arange(0.01, 1., 0.01): - thresh = log(beta/(n_days*(1.-beta))) - seeds = probs=thresh - roots = n_roots + sum(seeds) - - beta_add = 0. - # add probability for realized edges and subtract probability these edges fail - beta_add += (probs[non_seeds]).sum() - # add probability for the seeds and non-seeds - beta_add += roots * log(beta/n_days) + (n_nodes-roots) * log(1. - beta) - - if beta_add > max_beta_add: - max_beta = beta - max_roots = roots - max_beta_add = beta_add - pdists = (parent_dists[non_seeds]).mean() - pdts = (parent_dts[non_seeds]).mean() - # print 'beta:', max_beta, 'add:', max_beta_add, 'roots:', max_roots - - ll += max_beta_add - roots = max_roots - beta = max_beta - print 'dist:', pdists - print 'dt:', pdts - return (beta, roots, ll) diff --git a/experiments/ml.so b/experiments/ml.so deleted file mode 100755 index 73b6dbd..0000000 Binary files a/experiments/ml.so and /dev/null differ diff --git a/experiments/ml2.c b/experiments/ml2.c deleted file mode 100644 index a61a0d3..0000000 --- a/experiments/ml2.c +++ /dev/null @@ -1,8422 +0,0 @@ -/* Generated by Cython 0.22 */ - -/* BEGIN: Cython Metadata -{ - "distutils": { - "depends": [] - } -} -END: Cython Metadata */ - -#define PY_SSIZE_T_CLEAN -#ifndef CYTHON_USE_PYLONG_INTERNALS -#ifdef PYLONG_BITS_IN_DIGIT -#define CYTHON_USE_PYLONG_INTERNALS 0 -#else -#include "pyconfig.h" -#ifdef PYLONG_BITS_IN_DIGIT -#define CYTHON_USE_PYLONG_INTERNALS 1 -#else -#define CYTHON_USE_PYLONG_INTERNALS 0 -#endif -#endif -#endif -#include "Python.h" -#ifndef Py_PYTHON_H - #error Python headers needed to compile C extensions, please install development version of Python. -#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03020000) - #error Cython requires Python 2.6+ or Python 3.2+. -#else -#define CYTHON_ABI "0_22" -#include -#ifndef offsetof -#define offsetof(type, member) ( (size_t) & ((type*)0) -> member ) -#endif -#if !defined(WIN32) && !defined(MS_WINDOWS) - #ifndef __stdcall - #define __stdcall - #endif - #ifndef __cdecl - #define __cdecl - #endif - #ifndef __fastcall - #define __fastcall - #endif -#endif -#ifndef DL_IMPORT - #define DL_IMPORT(t) t -#endif -#ifndef DL_EXPORT - #define DL_EXPORT(t) t -#endif -#ifndef PY_LONG_LONG - #define PY_LONG_LONG LONG_LONG -#endif -#ifndef Py_HUGE_VAL - #define Py_HUGE_VAL HUGE_VAL -#endif -#ifdef PYPY_VERSION -#define CYTHON_COMPILING_IN_PYPY 1 -#define CYTHON_COMPILING_IN_CPYTHON 0 -#else -#define CYTHON_COMPILING_IN_PYPY 0 -#define CYTHON_COMPILING_IN_CPYTHON 1 -#endif -#if CYTHON_COMPILING_IN_PYPY && PY_VERSION_HEX < 0x02070600 && !defined(Py_OptimizeFlag) -#define Py_OptimizeFlag 0 -#endif -#define __PYX_BUILD_PY_SSIZE_T "n" -#define CYTHON_FORMAT_SSIZE_T "z" -#if PY_MAJOR_VERSION < 3 - #define __Pyx_BUILTIN_MODULE_NAME "__builtin__" - #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ - PyCode_New(a+k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) - #define __Pyx_DefaultClassType PyClass_Type -#else - #define __Pyx_BUILTIN_MODULE_NAME "builtins" - #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ - PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) - #define __Pyx_DefaultClassType PyType_Type -#endif -#if PY_MAJOR_VERSION >= 3 - #define Py_TPFLAGS_CHECKTYPES 0 - #define Py_TPFLAGS_HAVE_INDEX 0 - #define Py_TPFLAGS_HAVE_NEWBUFFER 0 -#endif -#if PY_VERSION_HEX < 0x030400a1 && !defined(Py_TPFLAGS_HAVE_FINALIZE) - #define Py_TPFLAGS_HAVE_FINALIZE 0 -#endif -#if PY_VERSION_HEX > 0x03030000 && defined(PyUnicode_KIND) - #define CYTHON_PEP393_ENABLED 1 - #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \ - 0 : _PyUnicode_Ready((PyObject *)(op))) - #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_LENGTH(u) - #define __Pyx_PyUnicode_READ_CHAR(u, i) PyUnicode_READ_CHAR(u, i) - #define __Pyx_PyUnicode_KIND(u) PyUnicode_KIND(u) - #define __Pyx_PyUnicode_DATA(u) PyUnicode_DATA(u) - #define __Pyx_PyUnicode_READ(k, d, i) PyUnicode_READ(k, d, i) -#else - #define CYTHON_PEP393_ENABLED 0 - #define __Pyx_PyUnicode_READY(op) (0) - #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_SIZE(u) - #define __Pyx_PyUnicode_READ_CHAR(u, i) ((Py_UCS4)(PyUnicode_AS_UNICODE(u)[i])) - #define __Pyx_PyUnicode_KIND(u) (sizeof(Py_UNICODE)) - #define __Pyx_PyUnicode_DATA(u) ((void*)PyUnicode_AS_UNICODE(u)) - #define __Pyx_PyUnicode_READ(k, d, i) ((void)(k), (Py_UCS4)(((Py_UNICODE*)d)[i])) -#endif -#if CYTHON_COMPILING_IN_PYPY - #define __Pyx_PyUnicode_Concat(a, b) PyNumber_Add(a, b) - #define __Pyx_PyUnicode_ConcatSafe(a, b) PyNumber_Add(a, b) - #define __Pyx_PyFrozenSet_Size(s) PyObject_Size(s) -#else - #define __Pyx_PyUnicode_Concat(a, b) PyUnicode_Concat(a, b) - #define __Pyx_PyUnicode_ConcatSafe(a, b) ((unlikely((a) == Py_None) || unlikely((b) == Py_None)) ? \ - PyNumber_Add(a, b) : __Pyx_PyUnicode_Concat(a, b)) - #define __Pyx_PyFrozenSet_Size(s) PySet_Size(s) -#endif -#define __Pyx_PyString_FormatSafe(a, b) ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : __Pyx_PyString_Format(a, b)) -#define __Pyx_PyUnicode_FormatSafe(a, b) ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : PyUnicode_Format(a, b)) -#if PY_MAJOR_VERSION >= 3 - #define __Pyx_PyString_Format(a, b) PyUnicode_Format(a, b) -#else - #define __Pyx_PyString_Format(a, b) PyString_Format(a, b) -#endif -#if PY_MAJOR_VERSION >= 3 - #define PyBaseString_Type PyUnicode_Type - #define PyStringObject PyUnicodeObject - #define PyString_Type PyUnicode_Type - #define PyString_Check PyUnicode_Check - #define PyString_CheckExact PyUnicode_CheckExact -#endif -#if PY_MAJOR_VERSION >= 3 - #define __Pyx_PyBaseString_Check(obj) PyUnicode_Check(obj) - #define __Pyx_PyBaseString_CheckExact(obj) PyUnicode_CheckExact(obj) -#else - #define __Pyx_PyBaseString_Check(obj) (PyString_Check(obj) || PyUnicode_Check(obj)) - #define __Pyx_PyBaseString_CheckExact(obj) (PyString_CheckExact(obj) || PyUnicode_CheckExact(obj)) -#endif -#ifndef PySet_CheckExact - #define PySet_CheckExact(obj) (Py_TYPE(obj) == &PySet_Type) -#endif -#define __Pyx_TypeCheck(obj, type) PyObject_TypeCheck(obj, (PyTypeObject *)type) -#if PY_MAJOR_VERSION >= 3 - #define PyIntObject PyLongObject - #define PyInt_Type PyLong_Type - #define PyInt_Check(op) PyLong_Check(op) - #define PyInt_CheckExact(op) PyLong_CheckExact(op) - #define PyInt_FromString PyLong_FromString - #define PyInt_FromUnicode PyLong_FromUnicode - #define PyInt_FromLong PyLong_FromLong - #define PyInt_FromSize_t PyLong_FromSize_t - #define PyInt_FromSsize_t PyLong_FromSsize_t - #define PyInt_AsLong PyLong_AsLong - #define PyInt_AS_LONG PyLong_AS_LONG - #define PyInt_AsSsize_t PyLong_AsSsize_t - #define PyInt_AsUnsignedLongMask PyLong_AsUnsignedLongMask - #define PyInt_AsUnsignedLongLongMask PyLong_AsUnsignedLongLongMask - #define PyNumber_Int PyNumber_Long -#endif -#if PY_MAJOR_VERSION >= 3 - #define PyBoolObject PyLongObject -#endif -#if PY_MAJOR_VERSION >= 3 && CYTHON_COMPILING_IN_PYPY - #ifndef PyUnicode_InternFromString - #define PyUnicode_InternFromString(s) PyUnicode_FromString(s) - #endif -#endif -#if PY_VERSION_HEX < 0x030200A4 - typedef long Py_hash_t; - #define __Pyx_PyInt_FromHash_t PyInt_FromLong - #define __Pyx_PyInt_AsHash_t PyInt_AsLong -#else - #define __Pyx_PyInt_FromHash_t PyInt_FromSsize_t - #define __Pyx_PyInt_AsHash_t PyInt_AsSsize_t -#endif -#if PY_MAJOR_VERSION >= 3 - #define __Pyx_PyMethod_New(func, self, klass) ((self) ? PyMethod_New(func, self) : PyInstanceMethod_New(func)) -#else - #define __Pyx_PyMethod_New(func, self, klass) PyMethod_New(func, self, klass) -#endif -#ifndef CYTHON_INLINE - #if defined(__GNUC__) - #define CYTHON_INLINE __inline__ - #elif defined(_MSC_VER) - #define CYTHON_INLINE __inline - #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L - #define CYTHON_INLINE inline - #else - #define CYTHON_INLINE - #endif -#endif -#ifndef CYTHON_RESTRICT - #if defined(__GNUC__) - #define CYTHON_RESTRICT __restrict__ - #elif defined(_MSC_VER) && _MSC_VER >= 1400 - #define CYTHON_RESTRICT __restrict - #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L - #define CYTHON_RESTRICT restrict - #else - #define CYTHON_RESTRICT - #endif -#endif -#ifdef NAN -#define __PYX_NAN() ((float) NAN) -#else -static CYTHON_INLINE float __PYX_NAN() { - /* Initialize NaN. The sign is irrelevant, an exponent with all bits 1 and - a nonzero mantissa means NaN. If the first bit in the mantissa is 1, it is - a quiet NaN. */ - float value; - memset(&value, 0xFF, sizeof(value)); - return value; -} -#endif -#define __Pyx_void_to_None(void_result) (void_result, Py_INCREF(Py_None), Py_None) -#ifdef __cplusplus -template -void __Pyx_call_destructor(T* x) { - x->~T(); -} -template -class __Pyx_FakeReference { - public: - __Pyx_FakeReference() : ptr(NULL) { } - __Pyx_FakeReference(T& ref) : ptr(&ref) { } - T *operator->() { return ptr; } - operator T&() { return *ptr; } - private: - T *ptr; -}; -#endif - - -#if PY_MAJOR_VERSION >= 3 - #define __Pyx_PyNumber_Divide(x,y) PyNumber_TrueDivide(x,y) - #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceTrueDivide(x,y) -#else - #define __Pyx_PyNumber_Divide(x,y) PyNumber_Divide(x,y) - #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceDivide(x,y) -#endif - -#ifndef __PYX_EXTERN_C - #ifdef __cplusplus - #define __PYX_EXTERN_C extern "C" - #else - #define __PYX_EXTERN_C extern - #endif -#endif - -#if defined(WIN32) || defined(MS_WINDOWS) -#define _USE_MATH_DEFINES -#endif -#include -#define __PYX_HAVE__ml2 -#define __PYX_HAVE_API__ml2 -#include "string.h" -#include "stdio.h" -#include "stdlib.h" -#include "numpy/arrayobject.h" -#include "numpy/ufuncobject.h" -#include "math.h" -#ifdef _OPENMP -#include -#endif /* _OPENMP */ - -#ifdef PYREX_WITHOUT_ASSERTIONS -#define CYTHON_WITHOUT_ASSERTIONS -#endif - -#ifndef CYTHON_UNUSED -# if defined(__GNUC__) -# if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)) -# define CYTHON_UNUSED __attribute__ ((__unused__)) -# else -# define CYTHON_UNUSED -# endif -# elif defined(__ICC) || (defined(__INTEL_COMPILER) && !defined(_MSC_VER)) -# define CYTHON_UNUSED __attribute__ ((__unused__)) -# else -# define CYTHON_UNUSED -# endif -#endif -typedef struct {PyObject **p; char *s; const Py_ssize_t n; const char* encoding; - const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; - -#define __PYX_DEFAULT_STRING_ENCODING_IS_ASCII 0 -#define __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT 0 -#define __PYX_DEFAULT_STRING_ENCODING "" -#define __Pyx_PyObject_FromString __Pyx_PyBytes_FromString -#define __Pyx_PyObject_FromStringAndSize __Pyx_PyBytes_FromStringAndSize -#define __Pyx_fits_Py_ssize_t(v, type, is_signed) ( \ - (sizeof(type) < sizeof(Py_ssize_t)) || \ - (sizeof(type) > sizeof(Py_ssize_t) && \ - likely(v < (type)PY_SSIZE_T_MAX || \ - v == (type)PY_SSIZE_T_MAX) && \ - (!is_signed || likely(v > (type)PY_SSIZE_T_MIN || \ - v == (type)PY_SSIZE_T_MIN))) || \ - (sizeof(type) == sizeof(Py_ssize_t) && \ - (is_signed || likely(v < (type)PY_SSIZE_T_MAX || \ - v == (type)PY_SSIZE_T_MAX))) ) -static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject*); -static CYTHON_INLINE char* __Pyx_PyObject_AsStringAndSize(PyObject*, Py_ssize_t* length); -#define __Pyx_PyByteArray_FromString(s) PyByteArray_FromStringAndSize((const char*)s, strlen((const char*)s)) -#define __Pyx_PyByteArray_FromStringAndSize(s, l) PyByteArray_FromStringAndSize((const char*)s, l) -#define __Pyx_PyBytes_FromString PyBytes_FromString -#define __Pyx_PyBytes_FromStringAndSize PyBytes_FromStringAndSize -static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char*); -#if PY_MAJOR_VERSION < 3 - #define __Pyx_PyStr_FromString __Pyx_PyBytes_FromString - #define __Pyx_PyStr_FromStringAndSize __Pyx_PyBytes_FromStringAndSize -#else - #define __Pyx_PyStr_FromString __Pyx_PyUnicode_FromString - #define __Pyx_PyStr_FromStringAndSize __Pyx_PyUnicode_FromStringAndSize -#endif -#define __Pyx_PyObject_AsSString(s) ((signed char*) __Pyx_PyObject_AsString(s)) -#define __Pyx_PyObject_AsUString(s) ((unsigned char*) __Pyx_PyObject_AsString(s)) -#define __Pyx_PyObject_FromCString(s) __Pyx_PyObject_FromString((const char*)s) -#define __Pyx_PyBytes_FromCString(s) __Pyx_PyBytes_FromString((const char*)s) -#define __Pyx_PyByteArray_FromCString(s) __Pyx_PyByteArray_FromString((const char*)s) -#define __Pyx_PyStr_FromCString(s) __Pyx_PyStr_FromString((const char*)s) -#define __Pyx_PyUnicode_FromCString(s) __Pyx_PyUnicode_FromString((const char*)s) -#if PY_MAJOR_VERSION < 3 -static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) -{ - const Py_UNICODE *u_end = u; - while (*u_end++) ; - return (size_t)(u_end - u - 1); -} -#else -#define __Pyx_Py_UNICODE_strlen Py_UNICODE_strlen -#endif -#define __Pyx_PyUnicode_FromUnicode(u) PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u)) -#define __Pyx_PyUnicode_FromUnicodeAndLength PyUnicode_FromUnicode -#define __Pyx_PyUnicode_AsUnicode PyUnicode_AsUnicode -#define __Pyx_Owned_Py_None(b) (Py_INCREF(Py_None), Py_None) -#define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False)) -static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*); -static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x); -static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject*); -static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t); -#if CYTHON_COMPILING_IN_CPYTHON -#define __pyx_PyFloat_AsDouble(x) (PyFloat_CheckExact(x) ? PyFloat_AS_DOUBLE(x) : PyFloat_AsDouble(x)) -#else -#define __pyx_PyFloat_AsDouble(x) PyFloat_AsDouble(x) -#endif -#define __pyx_PyFloat_AsFloat(x) ((float) __pyx_PyFloat_AsDouble(x)) -#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII -static int __Pyx_sys_getdefaultencoding_not_ascii; -static int __Pyx_init_sys_getdefaultencoding_params(void) { - PyObject* sys; - PyObject* default_encoding = NULL; - PyObject* ascii_chars_u = NULL; - PyObject* ascii_chars_b = NULL; - const char* default_encoding_c; - sys = PyImport_ImportModule("sys"); - if (!sys) goto bad; - default_encoding = PyObject_CallMethod(sys, (char*) "getdefaultencoding", NULL); - Py_DECREF(sys); - if (!default_encoding) goto bad; - default_encoding_c = PyBytes_AsString(default_encoding); - if (!default_encoding_c) goto bad; - if (strcmp(default_encoding_c, "ascii") == 0) { - __Pyx_sys_getdefaultencoding_not_ascii = 0; - } else { - char ascii_chars[128]; - int c; - for (c = 0; c < 128; c++) { - ascii_chars[c] = c; - } - __Pyx_sys_getdefaultencoding_not_ascii = 1; - ascii_chars_u = PyUnicode_DecodeASCII(ascii_chars, 128, NULL); - if (!ascii_chars_u) goto bad; - ascii_chars_b = PyUnicode_AsEncodedString(ascii_chars_u, default_encoding_c, NULL); - if (!ascii_chars_b || !PyBytes_Check(ascii_chars_b) || memcmp(ascii_chars, PyBytes_AS_STRING(ascii_chars_b), 128) != 0) { - PyErr_Format( - PyExc_ValueError, - "This module compiled with c_string_encoding=ascii, but default encoding '%.200s' is not a superset of ascii.", - default_encoding_c); - goto bad; - } - Py_DECREF(ascii_chars_u); - Py_DECREF(ascii_chars_b); - } - Py_DECREF(default_encoding); - return 0; -bad: - Py_XDECREF(default_encoding); - Py_XDECREF(ascii_chars_u); - Py_XDECREF(ascii_chars_b); - return -1; -} -#endif -#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT && PY_MAJOR_VERSION >= 3 -#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_DecodeUTF8(c_str, size, NULL) -#else -#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_Decode(c_str, size, __PYX_DEFAULT_STRING_ENCODING, NULL) -#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT -static char* __PYX_DEFAULT_STRING_ENCODING; -static int __Pyx_init_sys_getdefaultencoding_params(void) { - PyObject* sys; - PyObject* default_encoding = NULL; - char* default_encoding_c; - sys = PyImport_ImportModule("sys"); - if (!sys) goto bad; - default_encoding = PyObject_CallMethod(sys, (char*) (const char*) "getdefaultencoding", NULL); - Py_DECREF(sys); - if (!default_encoding) goto bad; - default_encoding_c = PyBytes_AsString(default_encoding); - if (!default_encoding_c) goto bad; - __PYX_DEFAULT_STRING_ENCODING = (char*) malloc(strlen(default_encoding_c)); - if (!__PYX_DEFAULT_STRING_ENCODING) goto bad; - strcpy(__PYX_DEFAULT_STRING_ENCODING, default_encoding_c); - Py_DECREF(default_encoding); - return 0; -bad: - Py_XDECREF(default_encoding); - return -1; -} -#endif -#endif - - -/* Test for GCC > 2.95 */ -#if defined(__GNUC__) && (__GNUC__ > 2 || (__GNUC__ == 2 && (__GNUC_MINOR__ > 95))) - #define likely(x) __builtin_expect(!!(x), 1) - #define unlikely(x) __builtin_expect(!!(x), 0) -#else /* !__GNUC__ or GCC < 2.95 */ - #define likely(x) (x) - #define unlikely(x) (x) -#endif /* __GNUC__ */ - -static PyObject *__pyx_m; -static PyObject *__pyx_d; -static PyObject *__pyx_b; -static PyObject *__pyx_empty_tuple; -static PyObject *__pyx_empty_bytes; -static int __pyx_lineno; -static int __pyx_clineno = 0; -static const char * __pyx_cfilenm= __FILE__; -static const char *__pyx_filename; - -#if !defined(CYTHON_CCOMPLEX) - #if defined(__cplusplus) - #define CYTHON_CCOMPLEX 1 - #elif defined(_Complex_I) - #define CYTHON_CCOMPLEX 1 - #else - #define CYTHON_CCOMPLEX 0 - #endif -#endif -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - #include - #else - #include - #endif -#endif -#if CYTHON_CCOMPLEX && !defined(__cplusplus) && defined(__sun__) && defined(__GNUC__) - #undef _Complex_I - #define _Complex_I 1.0fj -#endif - - -static const char *__pyx_f[] = { - "ml2.pyx", - "__init__.pxd", - "type.pxd", -}; -#define IS_UNSIGNED(type) (((type) -1) > 0) -struct __Pyx_StructField_; -#define __PYX_BUF_FLAGS_PACKED_STRUCT (1 << 0) -typedef struct { - const char* name; - struct __Pyx_StructField_* fields; - size_t size; - size_t arraysize[8]; - int ndim; - char typegroup; - char is_unsigned; - int flags; -} __Pyx_TypeInfo; -typedef struct __Pyx_StructField_ { - __Pyx_TypeInfo* type; - const char* name; - size_t offset; -} __Pyx_StructField; -typedef struct { - __Pyx_StructField* field; - size_t parent_offset; -} __Pyx_BufFmt_StackElem; -typedef struct { - __Pyx_StructField root; - __Pyx_BufFmt_StackElem* head; - size_t fmt_offset; - size_t new_count, enc_count; - size_t struct_alignment; - int is_complex; - char enc_type; - char new_packmode; - char enc_packmode; - char is_valid_array; -} __Pyx_BufFmt_Context; - - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":726 - * # in Cython to enable them only on the right systems. - * - * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<< - * ctypedef npy_int16 int16_t - * ctypedef npy_int32 int32_t - */ -typedef npy_int8 __pyx_t_5numpy_int8_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":727 - * - * ctypedef npy_int8 int8_t - * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<< - * ctypedef npy_int32 int32_t - * ctypedef npy_int64 int64_t - */ -typedef npy_int16 __pyx_t_5numpy_int16_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":728 - * ctypedef npy_int8 int8_t - * ctypedef npy_int16 int16_t - * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<< - * ctypedef npy_int64 int64_t - * #ctypedef npy_int96 int96_t - */ -typedef npy_int32 __pyx_t_5numpy_int32_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":729 - * ctypedef npy_int16 int16_t - * ctypedef npy_int32 int32_t - * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<< - * #ctypedef npy_int96 int96_t - * #ctypedef npy_int128 int128_t - */ -typedef npy_int64 __pyx_t_5numpy_int64_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":733 - * #ctypedef npy_int128 int128_t - * - * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<< - * ctypedef npy_uint16 uint16_t - * ctypedef npy_uint32 uint32_t - */ -typedef npy_uint8 __pyx_t_5numpy_uint8_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":734 - * - * ctypedef npy_uint8 uint8_t - * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<< - * ctypedef npy_uint32 uint32_t - * ctypedef npy_uint64 uint64_t - */ -typedef npy_uint16 __pyx_t_5numpy_uint16_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":735 - * ctypedef npy_uint8 uint8_t - * ctypedef npy_uint16 uint16_t - * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<< - * ctypedef npy_uint64 uint64_t - * #ctypedef npy_uint96 uint96_t - */ -typedef npy_uint32 __pyx_t_5numpy_uint32_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":736 - * ctypedef npy_uint16 uint16_t - * ctypedef npy_uint32 uint32_t - * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<< - * #ctypedef npy_uint96 uint96_t - * #ctypedef npy_uint128 uint128_t - */ -typedef npy_uint64 __pyx_t_5numpy_uint64_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":740 - * #ctypedef npy_uint128 uint128_t - * - * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<< - * ctypedef npy_float64 float64_t - * #ctypedef npy_float80 float80_t - */ -typedef npy_float32 __pyx_t_5numpy_float32_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":741 - * - * ctypedef npy_float32 float32_t - * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<< - * #ctypedef npy_float80 float80_t - * #ctypedef npy_float128 float128_t - */ -typedef npy_float64 __pyx_t_5numpy_float64_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":750 - * # The int types are mapped a bit surprising -- - * # numpy.int corresponds to 'l' and numpy.long to 'q' - * ctypedef npy_long int_t # <<<<<<<<<<<<<< - * ctypedef npy_longlong long_t - * ctypedef npy_longlong longlong_t - */ -typedef npy_long __pyx_t_5numpy_int_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":751 - * # numpy.int corresponds to 'l' and numpy.long to 'q' - * ctypedef npy_long int_t - * ctypedef npy_longlong long_t # <<<<<<<<<<<<<< - * ctypedef npy_longlong longlong_t - * - */ -typedef npy_longlong __pyx_t_5numpy_long_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":752 - * ctypedef npy_long int_t - * ctypedef npy_longlong long_t - * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<< - * - * ctypedef npy_ulong uint_t - */ -typedef npy_longlong __pyx_t_5numpy_longlong_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":754 - * ctypedef npy_longlong longlong_t - * - * ctypedef npy_ulong uint_t # <<<<<<<<<<<<<< - * ctypedef npy_ulonglong ulong_t - * ctypedef npy_ulonglong ulonglong_t - */ -typedef npy_ulong __pyx_t_5numpy_uint_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":755 - * - * ctypedef npy_ulong uint_t - * ctypedef npy_ulonglong ulong_t # <<<<<<<<<<<<<< - * ctypedef npy_ulonglong ulonglong_t - * - */ -typedef npy_ulonglong __pyx_t_5numpy_ulong_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":756 - * ctypedef npy_ulong uint_t - * ctypedef npy_ulonglong ulong_t - * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<< - * - * ctypedef npy_intp intp_t - */ -typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":758 - * ctypedef npy_ulonglong ulonglong_t - * - * ctypedef npy_intp intp_t # <<<<<<<<<<<<<< - * ctypedef npy_uintp uintp_t - * - */ -typedef npy_intp __pyx_t_5numpy_intp_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":759 - * - * ctypedef npy_intp intp_t - * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<< - * - * ctypedef npy_double float_t - */ -typedef npy_uintp __pyx_t_5numpy_uintp_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":761 - * ctypedef npy_uintp uintp_t - * - * ctypedef npy_double float_t # <<<<<<<<<<<<<< - * ctypedef npy_double double_t - * ctypedef npy_longdouble longdouble_t - */ -typedef npy_double __pyx_t_5numpy_float_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":762 - * - * ctypedef npy_double float_t - * ctypedef npy_double double_t # <<<<<<<<<<<<<< - * ctypedef npy_longdouble longdouble_t - * - */ -typedef npy_double __pyx_t_5numpy_double_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":763 - * ctypedef npy_double float_t - * ctypedef npy_double double_t - * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<< - * - * ctypedef npy_cfloat cfloat_t - */ -typedef npy_longdouble __pyx_t_5numpy_longdouble_t; - -/* "ml2.pyx":7 - * - * DTYPE = np.float64 - * ctypedef np.float_t DTYPE_t # <<<<<<<<<<<<<< - * - * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, - */ -typedef __pyx_t_5numpy_float_t __pyx_t_3ml2_DTYPE_t; -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - typedef ::std::complex< float > __pyx_t_float_complex; - #else - typedef float _Complex __pyx_t_float_complex; - #endif -#else - typedef struct { float real, imag; } __pyx_t_float_complex; -#endif - -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - typedef ::std::complex< double > __pyx_t_double_complex; - #else - typedef double _Complex __pyx_t_double_complex; - #endif -#else - typedef struct { double real, imag; } __pyx_t_double_complex; -#endif - - -/*--- Type declarations ---*/ - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":765 - * ctypedef npy_longdouble longdouble_t - * - * ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<< - * ctypedef npy_cdouble cdouble_t - * ctypedef npy_clongdouble clongdouble_t - */ -typedef npy_cfloat __pyx_t_5numpy_cfloat_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":766 - * - * ctypedef npy_cfloat cfloat_t - * ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<< - * ctypedef npy_clongdouble clongdouble_t - * - */ -typedef npy_cdouble __pyx_t_5numpy_cdouble_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":767 - * ctypedef npy_cfloat cfloat_t - * ctypedef npy_cdouble cdouble_t - * ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<< - * - * ctypedef npy_cdouble complex_t - */ -typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":769 - * ctypedef npy_clongdouble clongdouble_t - * - * ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew1(a): - */ -typedef npy_cdouble __pyx_t_5numpy_complex_t; - -/* --- Runtime support code (head) --- */ -#ifndef CYTHON_REFNANNY - #define CYTHON_REFNANNY 0 -#endif -#if CYTHON_REFNANNY - typedef struct { - void (*INCREF)(void*, PyObject*, int); - void (*DECREF)(void*, PyObject*, int); - void (*GOTREF)(void*, PyObject*, int); - void (*GIVEREF)(void*, PyObject*, int); - void* (*SetupContext)(const char*, int, const char*); - void (*FinishContext)(void**); - } __Pyx_RefNannyAPIStruct; - static __Pyx_RefNannyAPIStruct *__Pyx_RefNanny = NULL; - static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname); - #define __Pyx_RefNannyDeclarations void *__pyx_refnanny = NULL; -#ifdef WITH_THREAD - #define __Pyx_RefNannySetupContext(name, acquire_gil) \ - if (acquire_gil) { \ - PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure(); \ - __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \ - PyGILState_Release(__pyx_gilstate_save); \ - } else { \ - __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \ - } -#else - #define __Pyx_RefNannySetupContext(name, acquire_gil) \ - __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__) -#endif - #define __Pyx_RefNannyFinishContext() \ - __Pyx_RefNanny->FinishContext(&__pyx_refnanny) - #define __Pyx_INCREF(r) __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), __LINE__) - #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__) - #define __Pyx_GOTREF(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__) - #define __Pyx_GIVEREF(r) __Pyx_RefNanny->GIVEREF(__pyx_refnanny, (PyObject *)(r), __LINE__) - #define __Pyx_XINCREF(r) do { if((r) != NULL) {__Pyx_INCREF(r); }} while(0) - #define __Pyx_XDECREF(r) do { if((r) != NULL) {__Pyx_DECREF(r); }} while(0) - #define __Pyx_XGOTREF(r) do { if((r) != NULL) {__Pyx_GOTREF(r); }} while(0) - #define __Pyx_XGIVEREF(r) do { if((r) != NULL) {__Pyx_GIVEREF(r);}} while(0) -#else - #define __Pyx_RefNannyDeclarations - #define __Pyx_RefNannySetupContext(name, acquire_gil) - #define __Pyx_RefNannyFinishContext() - #define __Pyx_INCREF(r) Py_INCREF(r) - #define __Pyx_DECREF(r) Py_DECREF(r) - #define __Pyx_GOTREF(r) - #define __Pyx_GIVEREF(r) - #define __Pyx_XINCREF(r) Py_XINCREF(r) - #define __Pyx_XDECREF(r) Py_XDECREF(r) - #define __Pyx_XGOTREF(r) - #define __Pyx_XGIVEREF(r) -#endif -#define __Pyx_XDECREF_SET(r, v) do { \ - PyObject *tmp = (PyObject *) r; \ - r = v; __Pyx_XDECREF(tmp); \ - } while (0) -#define __Pyx_DECREF_SET(r, v) do { \ - PyObject *tmp = (PyObject *) r; \ - r = v; __Pyx_DECREF(tmp); \ - } while (0) -#define __Pyx_CLEAR(r) do { PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);} while(0) -#define __Pyx_XCLEAR(r) do { if((r) != NULL) {PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);}} while(0) - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStr(PyObject* obj, PyObject* attr_name) { - PyTypeObject* tp = Py_TYPE(obj); - if (likely(tp->tp_getattro)) - return tp->tp_getattro(obj, attr_name); -#if PY_MAJOR_VERSION < 3 - if (likely(tp->tp_getattr)) - return tp->tp_getattr(obj, PyString_AS_STRING(attr_name)); -#endif - return PyObject_GetAttr(obj, attr_name); -} -#else -#define __Pyx_PyObject_GetAttrStr(o,n) PyObject_GetAttr(o,n) -#endif - -static PyObject *__Pyx_GetBuiltinName(PyObject *name); - -static void __Pyx_RaiseArgtupleInvalid(const char* func_name, int exact, - Py_ssize_t num_min, Py_ssize_t num_max, Py_ssize_t num_found); - -static void __Pyx_RaiseDoubleKeywordsError(const char* func_name, PyObject* kw_name); - -static int __Pyx_ParseOptionalKeywords(PyObject *kwds, PyObject **argnames[], \ - PyObject *kwds2, PyObject *values[], Py_ssize_t num_pos_args, \ - const char* function_name); - -static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *type, int none_allowed, - const char *name, int exact); - -static CYTHON_INLINE PyObject *__Pyx_GetModuleGlobalName(PyObject *name); - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw); -#else -#define __Pyx_PyObject_Call(func, arg, kw) PyObject_Call(func, arg, kw) -#endif - -static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type); - -static CYTHON_INLINE int __Pyx_GetBufferAndValidate(Py_buffer* buf, PyObject* obj, - __Pyx_TypeInfo* dtype, int flags, int nd, int cast, __Pyx_BufFmt_StackElem* stack); -static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info); - -static CYTHON_INLINE int __Pyx_IterFinish(void); - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg); -#endif - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func); -#else -#define __Pyx_PyObject_CallNoArg(func) __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL) -#endif - -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg); - -static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name); - -static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index); - -static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected); - -static int __Pyx_IternextUnpackEndCheck(PyObject *retval, Py_ssize_t expected); - -static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void); - -static void __Pyx_UnpackTupleError(PyObject *, Py_ssize_t index); - -static CYTHON_INLINE int __Pyx_unpack_tuple2(PyObject* tuple, PyObject** value1, PyObject** value2, - int is_tuple, int has_known_size, int decref_tuple); - -static CYTHON_INLINE PyObject* __Pyx_dict_iterator(PyObject* dict, int is_dict, PyObject* method_name, - Py_ssize_t* p_orig_length, int* p_is_dict); -static CYTHON_INLINE int __Pyx_dict_iter_next(PyObject* dict_or_iter, Py_ssize_t orig_length, Py_ssize_t* ppos, - PyObject** pkey, PyObject** pvalue, PyObject** pitem, int is_dict); - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE int __Pyx_ListComp_Append(PyObject* list, PyObject* x) { - PyListObject* L = (PyListObject*) list; - Py_ssize_t len = Py_SIZE(list); - if (likely(L->allocated > len)) { - Py_INCREF(x); - PyList_SET_ITEM(list, len, x); - Py_SIZE(list) = len+1; - return 0; - } - return PyList_Append(list, x); -} -#else -#define __Pyx_ListComp_Append(L,x) PyList_Append(L,x) -#endif - -#define __Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char*)buf + i0 * s0) -static double __Pyx__PyObject_AsDouble(PyObject* obj); -#if CYTHON_COMPILING_IN_PYPY -#define __Pyx_PyObject_AsDouble(obj) \ -(likely(PyFloat_CheckExact(obj)) ? PyFloat_AS_DOUBLE(obj) : \ - likely(PyInt_CheckExact(obj)) ? \ - PyFloat_AsDouble(obj) : __Pyx__PyObject_AsDouble(obj)) -#else -#define __Pyx_PyObject_AsDouble(obj) \ -((likely(PyFloat_CheckExact(obj))) ? \ - PyFloat_AS_DOUBLE(obj) : __Pyx__PyObject_AsDouble(obj)) -#endif - -#define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ - (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ - __Pyx_GetItemInt_Fast(o, (Py_ssize_t)i, is_list, wraparound, boundscheck) : \ - (is_list ? (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL) : \ - __Pyx_GetItemInt_Generic(o, to_py_func(i)))) -#define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ - (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ - __Pyx_GetItemInt_List_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) : \ - (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL)) -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, - int wraparound, int boundscheck); -#define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ - (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ - __Pyx_GetItemInt_Tuple_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) : \ - (PyErr_SetString(PyExc_IndexError, "tuple index out of range"), (PyObject*)NULL)) -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, - int wraparound, int boundscheck); -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j); -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i, - int is_list, int wraparound, int boundscheck); - -#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x02070000 -static CYTHON_INLINE PyObject* __Pyx_PyObject_LookupSpecial(PyObject* obj, PyObject* attr_name) { - PyObject *res; - PyTypeObject *tp = Py_TYPE(obj); -#if PY_MAJOR_VERSION < 3 - if (unlikely(PyInstance_Check(obj))) - return __Pyx_PyObject_GetAttrStr(obj, attr_name); -#endif - res = _PyType_Lookup(tp, attr_name); - if (likely(res)) { - descrgetfunc f = Py_TYPE(res)->tp_descr_get; - if (!f) { - Py_INCREF(res); - } else { - res = f(res, obj, (PyObject *)tp); - } - } else { - PyErr_SetObject(PyExc_AttributeError, attr_name); - } - return res; -} -#else -#define __Pyx_PyObject_LookupSpecial(o,n) __Pyx_PyObject_GetAttrStr(o,n) -#endif - -static PyObject* __Pyx_PyObject_CallMethod1(PyObject* obj, PyObject* method_name, PyObject* arg); - -static CYTHON_INLINE PyObject* __Pyx_PyDict_Keys(PyObject* d); - -static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb); -static void __Pyx_ExceptionReset(PyObject *type, PyObject *value, PyObject *tb); - -static int __Pyx_GetException(PyObject **type, PyObject **value, PyObject **tb); - -static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); -static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb); - -static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause); - -#if PY_MAJOR_VERSION >= 3 -static PyObject *__Pyx_PyDict_GetItem(PyObject *d, PyObject* key) { - PyObject *value; - value = PyDict_GetItemWithError(d, key); - if (unlikely(!value)) { - if (!PyErr_Occurred()) { - PyObject* args = PyTuple_Pack(1, key); - if (likely(args)) - PyErr_SetObject(PyExc_KeyError, args); - Py_XDECREF(args); - } - return NULL; - } - Py_INCREF(value); - return value; -} -#else - #define __Pyx_PyDict_GetItem(d, key) PyObject_GetItem(d, key) -#endif - -typedef struct { - int code_line; - PyCodeObject* code_object; -} __Pyx_CodeObjectCacheEntry; -struct __Pyx_CodeObjectCache { - int count; - int max_count; - __Pyx_CodeObjectCacheEntry* entries; -}; -static struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL}; -static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line); -static PyCodeObject *__pyx_find_code_object(int code_line); -static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object); - -static void __Pyx_AddTraceback(const char *funcname, int c_line, - int py_line, const char *filename); - -typedef struct { - Py_ssize_t shape, strides, suboffsets; -} __Pyx_Buf_DimInfo; -typedef struct { - size_t refcount; - Py_buffer pybuffer; -} __Pyx_Buffer; -typedef struct { - __Pyx_Buffer *rcbuffer; - char *data; - __Pyx_Buf_DimInfo diminfo[8]; -} __Pyx_LocalBuf_ND; - -#if PY_MAJOR_VERSION < 3 - static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags); - static void __Pyx_ReleaseBuffer(Py_buffer *view); -#else - #define __Pyx_GetBuffer PyObject_GetBuffer - #define __Pyx_ReleaseBuffer PyBuffer_Release -#endif - - -static Py_ssize_t __Pyx_zeros[] = {0, 0, 0, 0, 0, 0, 0, 0}; -static Py_ssize_t __Pyx_minusones[] = {-1, -1, -1, -1, -1, -1, -1, -1}; - -static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level); - -static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value); - -static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *); - -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - #define __Pyx_CREAL(z) ((z).real()) - #define __Pyx_CIMAG(z) ((z).imag()) - #else - #define __Pyx_CREAL(z) (__real__(z)) - #define __Pyx_CIMAG(z) (__imag__(z)) - #endif -#else - #define __Pyx_CREAL(z) ((z).real) - #define __Pyx_CIMAG(z) ((z).imag) -#endif -#if (defined(_WIN32) || defined(__clang__)) && defined(__cplusplus) && CYTHON_CCOMPLEX - #define __Pyx_SET_CREAL(z,x) ((z).real(x)) - #define __Pyx_SET_CIMAG(z,y) ((z).imag(y)) -#else - #define __Pyx_SET_CREAL(z,x) __Pyx_CREAL(z) = (x) - #define __Pyx_SET_CIMAG(z,y) __Pyx_CIMAG(z) = (y) -#endif - -static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float, float); - -#if CYTHON_CCOMPLEX - #define __Pyx_c_eqf(a, b) ((a)==(b)) - #define __Pyx_c_sumf(a, b) ((a)+(b)) - #define __Pyx_c_difff(a, b) ((a)-(b)) - #define __Pyx_c_prodf(a, b) ((a)*(b)) - #define __Pyx_c_quotf(a, b) ((a)/(b)) - #define __Pyx_c_negf(a) (-(a)) - #ifdef __cplusplus - #define __Pyx_c_is_zerof(z) ((z)==(float)0) - #define __Pyx_c_conjf(z) (::std::conj(z)) - #if 1 - #define __Pyx_c_absf(z) (::std::abs(z)) - #define __Pyx_c_powf(a, b) (::std::pow(a, b)) - #endif - #else - #define __Pyx_c_is_zerof(z) ((z)==0) - #define __Pyx_c_conjf(z) (conjf(z)) - #if 1 - #define __Pyx_c_absf(z) (cabsf(z)) - #define __Pyx_c_powf(a, b) (cpowf(a, b)) - #endif - #endif -#else - static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prodf(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex); - static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex); - #if 1 - static CYTHON_INLINE float __Pyx_c_absf(__pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex, __pyx_t_float_complex); - #endif -#endif - -static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double, double); - -#if CYTHON_CCOMPLEX - #define __Pyx_c_eq(a, b) ((a)==(b)) - #define __Pyx_c_sum(a, b) ((a)+(b)) - #define __Pyx_c_diff(a, b) ((a)-(b)) - #define __Pyx_c_prod(a, b) ((a)*(b)) - #define __Pyx_c_quot(a, b) ((a)/(b)) - #define __Pyx_c_neg(a) (-(a)) - #ifdef __cplusplus - #define __Pyx_c_is_zero(z) ((z)==(double)0) - #define __Pyx_c_conj(z) (::std::conj(z)) - #if 1 - #define __Pyx_c_abs(z) (::std::abs(z)) - #define __Pyx_c_pow(a, b) (::std::pow(a, b)) - #endif - #else - #define __Pyx_c_is_zero(z) ((z)==0) - #define __Pyx_c_conj(z) (conj(z)) - #if 1 - #define __Pyx_c_abs(z) (cabs(z)) - #define __Pyx_c_pow(a, b) (cpow(a, b)) - #endif - #endif -#else - static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex); - static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex); - #if 1 - static CYTHON_INLINE double __Pyx_c_abs(__pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex, __pyx_t_double_complex); - #endif -#endif - -static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value); - -static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *); - -static int __Pyx_check_binary_version(void); - -#if !defined(__Pyx_PyIdentifier_FromString) -#if PY_MAJOR_VERSION < 3 - #define __Pyx_PyIdentifier_FromString(s) PyString_FromString(s) -#else - #define __Pyx_PyIdentifier_FromString(s) PyUnicode_FromString(s) -#endif -#endif - -static PyObject *__Pyx_ImportModule(const char *name); - -static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, size_t size, int strict); - -static int __Pyx_InitStrings(__Pyx_StringTabEntry *t); - - -/* Module declarations from 'cpython.buffer' */ - -/* Module declarations from 'cpython.ref' */ - -/* Module declarations from 'libc.string' */ - -/* Module declarations from 'libc.stdio' */ - -/* Module declarations from 'cpython.object' */ - -/* Module declarations from '__builtin__' */ - -/* Module declarations from 'cpython.type' */ -static PyTypeObject *__pyx_ptype_7cpython_4type_type = 0; - -/* Module declarations from 'libc.stdlib' */ - -/* Module declarations from 'numpy' */ - -/* Module declarations from 'numpy' */ -static PyTypeObject *__pyx_ptype_5numpy_dtype = 0; -static PyTypeObject *__pyx_ptype_5numpy_flatiter = 0; -static PyTypeObject *__pyx_ptype_5numpy_broadcast = 0; -static PyTypeObject *__pyx_ptype_5numpy_ndarray = 0; -static PyTypeObject *__pyx_ptype_5numpy_ufunc = 0; -static CYTHON_INLINE char *__pyx_f_5numpy__util_dtypestring(PyArray_Descr *, char *, char *, int *); /*proto*/ - -/* Module declarations from 'libc.math' */ - -/* Module declarations from 'ml2' */ -static __pyx_t_3ml2_DTYPE_t __pyx_f_3ml2_weight_success(int, int, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t); /*proto*/ -static __pyx_t_3ml2_DTYPE_t __pyx_f_3ml2_weight_failure(int, int, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t); /*proto*/ -static __Pyx_TypeInfo __Pyx_TypeInfo_nn___pyx_t_3ml2_DTYPE_t = { "DTYPE_t", NULL, sizeof(__pyx_t_3ml2_DTYPE_t), { 0 }, 0, 'R', 0, 0 }; -#define __Pyx_MODULE_NAME "ml2" -int __pyx_module_is_main_ml2 = 0; - -/* Implementation of 'ml2' */ -static PyObject *__pyx_builtin_enumerate; -static PyObject *__pyx_builtin_sum; -static PyObject *__pyx_builtin_open; -static PyObject *__pyx_builtin_ValueError; -static PyObject *__pyx_builtin_range; -static PyObject *__pyx_builtin_RuntimeError; -static PyObject *__pyx_pf_3ml2_ml2(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_root_victims, PyObject *__pyx_v_victims, PyObject *__pyx_v_non_victims, __pyx_t_3ml2_DTYPE_t __pyx_v_alpha, __pyx_t_3ml2_DTYPE_t __pyx_v_delta, __pyx_t_3ml2_DTYPE_t __pyx_v_lmbda); /* proto */ -static int __pyx_pf_5numpy_7ndarray___getbuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /* proto */ -static void __pyx_pf_5numpy_7ndarray_2__releasebuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info); /* proto */ -static char __pyx_k_B[] = "B"; -static char __pyx_k_H[] = "H"; -static char __pyx_k_I[] = "I"; -static char __pyx_k_L[] = "L"; -static char __pyx_k_O[] = "O"; -static char __pyx_k_Q[] = "Q"; -static char __pyx_k_b[] = "b"; -static char __pyx_k_d[] = "d"; -static char __pyx_k_f[] = "f"; -static char __pyx_k_g[] = "g"; -static char __pyx_k_h[] = "h"; -static char __pyx_k_i[] = "i"; -static char __pyx_k_l[] = "l"; -static char __pyx_k_q[] = "q"; -static char __pyx_k_s[] = "s"; -static char __pyx_k_t[] = "t"; -static char __pyx_k_w[] = "w"; -static char __pyx_k_Zd[] = "Zd"; -static char __pyx_k_Zf[] = "Zf"; -static char __pyx_k_Zg[] = "Zg"; -static char __pyx_k_dt[] = "dt"; -static char __pyx_k_ll[] = "ll"; -static char __pyx_k_np[] = "np"; -static char __pyx_k_w1[] = "w1"; -static char __pyx_k_w2[] = "w2"; -static char __pyx_k_w3[] = "w3"; -static char __pyx_k_dts[] = "dts"; -static char __pyx_k_inf[] = "-inf"; -static char __pyx_k_ml2[] = "ml2"; -static char __pyx_k_s_s[] = "%s, %s\n"; -static char __pyx_k_sum[] = "sum"; -static char __pyx_k_dist[] = "dist"; -static char __pyx_k_exit[] = "__exit__"; -static char __pyx_k_keys[] = "keys"; -static char __pyx_k_main[] = "__main__"; -static char __pyx_k_open[] = "open"; -static char __pyx_k_prnt[] = "prnt"; -static char __pyx_k_prob[] = "prob"; -static char __pyx_k_test[] = "__test__"; -static char __pyx_k_DTYPE[] = "DTYPE"; -static char __pyx_k_alpha[] = "alpha"; -static char __pyx_k_delta[] = "delta"; -static char __pyx_k_dists[] = "dists"; -static char __pyx_k_dtype[] = "dtype"; -static char __pyx_k_enter[] = "__enter__"; -static char __pyx_k_lmbda[] = "lmbda"; -static char __pyx_k_numpy[] = "numpy"; -static char __pyx_k_prnts[] = "prnts"; -static char __pyx_k_probs[] = "probs"; -static char __pyx_k_range[] = "range"; -static char __pyx_k_roots[] = "roots"; -static char __pyx_k_write[] = "write"; -static char __pyx_k_zeros[] = "zeros"; -static char __pyx_k_import[] = "__import__"; -static char __pyx_k_float64[] = "float64"; -static char __pyx_k_n_roots[] = "n_roots"; -static char __pyx_k_parents[] = "parents"; -static char __pyx_k_victims[] = "victims"; -static char __pyx_k_failures[] = "failures"; -static char __pyx_k_infector[] = "infector"; -static char __pyx_k_probs_nv[] = "probs_nv"; -static char __pyx_k_enumerate[] = "enumerate"; -static char __pyx_k_infectors[] = "infectors"; -static char __pyx_k_n_victims[] = "n_victims"; -static char __pyx_k_successes[] = "successes"; -static char __pyx_k_ValueError[] = "ValueError"; -static char __pyx_k_itervalues[] = "itervalues"; -static char __pyx_k_parent_dts[] = "parent_dts"; -static char __pyx_k_probs_fail[] = "probs_fail"; -static char __pyx_k_non_victims[] = "non_victims"; -static char __pyx_k_RuntimeError[] = "RuntimeError"; -static char __pyx_k_parent_dists[] = "parent_dists"; -static char __pyx_k_root_victims[] = "root_victims"; -static char __pyx_k_infectors_file[] = "infectors_file"; -static char __pyx_k_Results_infectors_csv[] = "../../Results/infectors.csv"; -static char __pyx_k_ndarray_is_not_C_contiguous[] = "ndarray is not C contiguous"; -static char __pyx_k_Users_ben_Documents_Cascade_Pro[] = "/Users/ben/Documents/Cascade Project/criminal_cascades/experiments/ml2.pyx"; -static char __pyx_k_unknown_dtype_code_in_numpy_pxd[] = "unknown dtype code in numpy.pxd (%d)"; -static char __pyx_k_Format_string_allocated_too_shor[] = "Format string allocated too short, see comment in numpy.pxd"; -static char __pyx_k_Non_native_byte_order_not_suppor[] = "Non-native byte order not supported"; -static char __pyx_k_ndarray_is_not_Fortran_contiguou[] = "ndarray is not Fortran contiguous"; -static char __pyx_k_Format_string_allocated_too_shor_2[] = "Format string allocated too short."; -static PyObject *__pyx_n_s_DTYPE; -static PyObject *__pyx_kp_u_Format_string_allocated_too_shor; -static PyObject *__pyx_kp_u_Format_string_allocated_too_shor_2; -static PyObject *__pyx_kp_u_Non_native_byte_order_not_suppor; -static PyObject *__pyx_kp_s_Results_infectors_csv; -static PyObject *__pyx_n_s_RuntimeError; -static PyObject *__pyx_kp_s_Users_ben_Documents_Cascade_Pro; -static PyObject *__pyx_n_s_ValueError; -static PyObject *__pyx_n_s_alpha; -static PyObject *__pyx_n_s_delta; -static PyObject *__pyx_n_s_dist; -static PyObject *__pyx_n_s_dists; -static PyObject *__pyx_n_s_dt; -static PyObject *__pyx_n_s_dts; -static PyObject *__pyx_n_s_dtype; -static PyObject *__pyx_n_s_enter; -static PyObject *__pyx_n_s_enumerate; -static PyObject *__pyx_n_s_exit; -static PyObject *__pyx_n_s_failures; -static PyObject *__pyx_n_s_float64; -static PyObject *__pyx_n_s_i; -static PyObject *__pyx_n_s_import; -static PyObject *__pyx_kp_s_inf; -static PyObject *__pyx_n_s_infector; -static PyObject *__pyx_n_s_infectors; -static PyObject *__pyx_n_s_infectors_file; -static PyObject *__pyx_n_s_itervalues; -static PyObject *__pyx_n_s_keys; -static PyObject *__pyx_n_s_l; -static PyObject *__pyx_n_s_ll; -static PyObject *__pyx_n_s_lmbda; -static PyObject *__pyx_n_s_main; -static PyObject *__pyx_n_s_ml2; -static PyObject *__pyx_n_s_n_roots; -static PyObject *__pyx_n_s_n_victims; -static PyObject *__pyx_kp_u_ndarray_is_not_C_contiguous; -static PyObject *__pyx_kp_u_ndarray_is_not_Fortran_contiguou; -static PyObject *__pyx_n_s_non_victims; -static PyObject *__pyx_n_s_np; -static PyObject *__pyx_n_s_numpy; -static PyObject *__pyx_n_s_open; -static PyObject *__pyx_n_s_parent_dists; -static PyObject *__pyx_n_s_parent_dts; -static PyObject *__pyx_n_s_parents; -static PyObject *__pyx_n_s_prnt; -static PyObject *__pyx_n_s_prnts; -static PyObject *__pyx_n_s_prob; -static PyObject *__pyx_n_s_probs; -static PyObject *__pyx_n_s_probs_fail; -static PyObject *__pyx_n_s_probs_nv; -static PyObject *__pyx_n_s_range; -static PyObject *__pyx_n_s_root_victims; -static PyObject *__pyx_n_s_roots; -static PyObject *__pyx_n_s_s; -static PyObject *__pyx_kp_s_s_s; -static PyObject *__pyx_n_s_successes; -static PyObject *__pyx_n_s_sum; -static PyObject *__pyx_n_s_t; -static PyObject *__pyx_n_s_test; -static PyObject *__pyx_kp_u_unknown_dtype_code_in_numpy_pxd; -static PyObject *__pyx_n_s_victims; -static PyObject *__pyx_n_s_w; -static PyObject *__pyx_n_s_w1; -static PyObject *__pyx_n_s_w2; -static PyObject *__pyx_n_s_w3; -static PyObject *__pyx_n_s_write; -static PyObject *__pyx_n_s_zeros; -static PyObject *__pyx_tuple_; -static PyObject *__pyx_tuple__2; -static PyObject *__pyx_tuple__3; -static PyObject *__pyx_tuple__4; -static PyObject *__pyx_tuple__5; -static PyObject *__pyx_tuple__6; -static PyObject *__pyx_tuple__7; -static PyObject *__pyx_tuple__8; -static PyObject *__pyx_tuple__9; -static PyObject *__pyx_codeobj__10; - -/* "ml2.pyx":9 - * ctypedef np.float_t DTYPE_t - * - * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< - * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - * """weight for successful infection, exponential time model""" - */ - -static __pyx_t_3ml2_DTYPE_t __pyx_f_3ml2_weight_success(int __pyx_v_dist, int __pyx_v_dt, __pyx_t_3ml2_DTYPE_t __pyx_v_alpha, __pyx_t_3ml2_DTYPE_t __pyx_v_delta, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_lmbda, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_w1, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_w2, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_w3) { - __pyx_t_3ml2_DTYPE_t __pyx_v_structural; - __pyx_t_3ml2_DTYPE_t __pyx_v_temporal; - __pyx_t_3ml2_DTYPE_t __pyx_v_result; - __pyx_t_3ml2_DTYPE_t __pyx_r; - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("weight_success", 0); - - /* "ml2.pyx":13 - * """weight for successful infection, exponential time model""" - * cdef DTYPE_t structural, temporal, result - * structural = delta ** dist # <<<<<<<<<<<<<< - * # structural = delta/(1. + 1./(w1*lmbda) + 1./(w2*lmbda) + 1./(w3*lmbda)) - * temporal = log(exp(alpha)-1.) - alpha*dt - */ - __pyx_v_structural = pow(__pyx_v_delta, ((__pyx_t_3ml2_DTYPE_t)__pyx_v_dist)); - - /* "ml2.pyx":15 - * structural = delta ** dist - * # structural = delta/(1. + 1./(w1*lmbda) + 1./(w2*lmbda) + 1./(w3*lmbda)) - * temporal = log(exp(alpha)-1.) - alpha*dt # <<<<<<<<<<<<<< - * # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 - * result = log(structural) + temporal - */ - __pyx_v_temporal = (log((exp(__pyx_v_alpha) - 1.)) - (__pyx_v_alpha * __pyx_v_dt)); - - /* "ml2.pyx":17 - * temporal = log(exp(alpha)-1.) - alpha*dt - * # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 - * result = log(structural) + temporal # <<<<<<<<<<<<<< - * # print 'st', structural, temporal - * return result - */ - __pyx_v_result = (log(__pyx_v_structural) + __pyx_v_temporal); - - /* "ml2.pyx":19 - * result = log(structural) + temporal - * # print 'st', structural, temporal - * return result # <<<<<<<<<<<<<< - * - * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, - */ - __pyx_r = __pyx_v_result; - goto __pyx_L0; - - /* "ml2.pyx":9 - * ctypedef np.float_t DTYPE_t - * - * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< - * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - * """weight for successful infection, exponential time model""" - */ - - /* function exit code */ - __pyx_L0:; - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "ml2.pyx":21 - * return result - * - * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< - * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - * """weight for failed infection, exponential time model""" - */ - -static __pyx_t_3ml2_DTYPE_t __pyx_f_3ml2_weight_failure(int __pyx_v_dist, int __pyx_v_dt, __pyx_t_3ml2_DTYPE_t __pyx_v_alpha, __pyx_t_3ml2_DTYPE_t __pyx_v_delta, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_lmbda, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_w1, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_w2, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_w3) { - __pyx_t_3ml2_DTYPE_t __pyx_v_structural; - __pyx_t_3ml2_DTYPE_t __pyx_v_temporal; - __pyx_t_3ml2_DTYPE_t __pyx_v_result; - __pyx_t_3ml2_DTYPE_t __pyx_r; - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("weight_failure", 0); - - /* "ml2.pyx":25 - * """weight for failed infection, exponential time model""" - * cdef DTYPE_t structural, temporal, result - * structural = delta ** dist # <<<<<<<<<<<<<< - * # structural = delta/(1. + 1./(w1*lmbda) + 1./(w2*lmbda) + 1./(w3*lmbda)) - * temporal = exp(-alpha * dt) - */ - __pyx_v_structural = pow(__pyx_v_delta, ((__pyx_t_3ml2_DTYPE_t)__pyx_v_dist)); - - /* "ml2.pyx":27 - * structural = delta ** dist - * # structural = delta/(1. + 1./(w1*lmbda) + 1./(w2*lmbda) + 1./(w3*lmbda)) - * temporal = exp(-alpha * dt) # <<<<<<<<<<<<<< - * # temporal = 1. - 1. / (1. + dt/alpha)**0.01 - * result = log(1. - structural + structural * temporal) - */ - __pyx_v_temporal = exp(((-__pyx_v_alpha) * __pyx_v_dt)); - - /* "ml2.pyx":29 - * temporal = exp(-alpha * dt) - * # temporal = 1. - 1. / (1. + dt/alpha)**0.01 - * result = log(1. - structural + structural * temporal) # <<<<<<<<<<<<<< - * # print 'stnv', structural, temporal - * return result - */ - __pyx_v_result = log(((1. - __pyx_v_structural) + (__pyx_v_structural * __pyx_v_temporal))); - - /* "ml2.pyx":31 - * result = log(1. - structural + structural * temporal) - * # print 'stnv', structural, temporal - * return result # <<<<<<<<<<<<<< - * - * def ml2(dict root_victims, dict victims, dict non_victims, - */ - __pyx_r = __pyx_v_result; - goto __pyx_L0; - - /* "ml2.pyx":21 - * return result - * - * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< - * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - * """weight for failed infection, exponential time model""" - */ - - /* function exit code */ - __pyx_L0:; - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "ml2.pyx":33 - * return result - * - * def ml2(dict root_victims, dict victims, dict non_victims, # <<<<<<<<<<<<<< - * DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): - * cdef: - */ - -/* Python wrapper */ -static PyObject *__pyx_pw_3ml2_1ml2(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/ -static PyMethodDef __pyx_mdef_3ml2_1ml2 = {"ml2", (PyCFunction)__pyx_pw_3ml2_1ml2, METH_VARARGS|METH_KEYWORDS, 0}; -static PyObject *__pyx_pw_3ml2_1ml2(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) { - PyObject *__pyx_v_root_victims = 0; - PyObject *__pyx_v_victims = 0; - PyObject *__pyx_v_non_victims = 0; - __pyx_t_3ml2_DTYPE_t __pyx_v_alpha; - __pyx_t_3ml2_DTYPE_t __pyx_v_delta; - __pyx_t_3ml2_DTYPE_t __pyx_v_lmbda; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - PyObject *__pyx_r = 0; - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("ml2 (wrapper)", 0); - { - static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_root_victims,&__pyx_n_s_victims,&__pyx_n_s_non_victims,&__pyx_n_s_alpha,&__pyx_n_s_delta,&__pyx_n_s_lmbda,0}; - PyObject* values[6] = {0,0,0,0,0,0}; - if (unlikely(__pyx_kwds)) { - Py_ssize_t kw_args; - const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args); - switch (pos_args) { - case 6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5); - case 5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4); - case 4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3); - case 3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2); - case 2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1); - case 1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0); - case 0: break; - default: goto __pyx_L5_argtuple_error; - } - kw_args = PyDict_Size(__pyx_kwds); - switch (pos_args) { - case 0: - if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_root_victims)) != 0)) kw_args--; - else goto __pyx_L5_argtuple_error; - case 1: - if (likely((values[1] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_victims)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml2", 1, 6, 6, 1); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - case 2: - if (likely((values[2] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_non_victims)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml2", 1, 6, 6, 2); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - case 3: - if (likely((values[3] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_alpha)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml2", 1, 6, 6, 3); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - case 4: - if (likely((values[4] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_delta)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml2", 1, 6, 6, 4); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - case 5: - if (likely((values[5] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_lmbda)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml2", 1, 6, 6, 5); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - } - if (unlikely(kw_args > 0)) { - if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, "ml2") < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - } else if (PyTuple_GET_SIZE(__pyx_args) != 6) { - goto __pyx_L5_argtuple_error; - } else { - values[0] = PyTuple_GET_ITEM(__pyx_args, 0); - values[1] = PyTuple_GET_ITEM(__pyx_args, 1); - values[2] = PyTuple_GET_ITEM(__pyx_args, 2); - values[3] = PyTuple_GET_ITEM(__pyx_args, 3); - values[4] = PyTuple_GET_ITEM(__pyx_args, 4); - values[5] = PyTuple_GET_ITEM(__pyx_args, 5); - } - __pyx_v_root_victims = ((PyObject*)values[0]); - __pyx_v_victims = ((PyObject*)values[1]); - __pyx_v_non_victims = ((PyObject*)values[2]); - __pyx_v_alpha = __pyx_PyFloat_AsDouble(values[3]); if (unlikely((__pyx_v_alpha == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 34; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - __pyx_v_delta = __pyx_PyFloat_AsDouble(values[4]); if (unlikely((__pyx_v_delta == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 34; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - __pyx_v_lmbda = __pyx_PyFloat_AsDouble(values[5]); if (unlikely((__pyx_v_lmbda == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 34; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - goto __pyx_L4_argument_unpacking_done; - __pyx_L5_argtuple_error:; - __Pyx_RaiseArgtupleInvalid("ml2", 1, 6, 6, PyTuple_GET_SIZE(__pyx_args)); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - __pyx_L3_error:; - __Pyx_AddTraceback("ml2.ml2", __pyx_clineno, __pyx_lineno, __pyx_filename); - __Pyx_RefNannyFinishContext(); - return NULL; - __pyx_L4_argument_unpacking_done:; - if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_root_victims), (&PyDict_Type), 1, "root_victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_victims), (&PyDict_Type), 1, "victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_non_victims), (&PyDict_Type), 1, "non_victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_r = __pyx_pf_3ml2_ml2(__pyx_self, __pyx_v_root_victims, __pyx_v_victims, __pyx_v_non_victims, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda); - - /* function exit code */ - goto __pyx_L0; - __pyx_L1_error:; - __pyx_r = NULL; - __pyx_L0:; - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -static PyObject *__pyx_pf_3ml2_ml2(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_root_victims, PyObject *__pyx_v_victims, PyObject *__pyx_v_non_victims, __pyx_t_3ml2_DTYPE_t __pyx_v_alpha, __pyx_t_3ml2_DTYPE_t __pyx_v_delta, __pyx_t_3ml2_DTYPE_t __pyx_v_lmbda) { - int __pyx_v_n_roots; - int __pyx_v_n_victims; - int __pyx_v_roots; - int __pyx_v_i; - int __pyx_v_dist; - int __pyx_v_dt; - int __pyx_v_l; - __pyx_t_3ml2_DTYPE_t __pyx_v_ll; - PyObject *__pyx_v_parents = 0; - PyObject *__pyx_v_failures = 0; - PyObject *__pyx_v_successes = 0; - PyArrayObject *__pyx_v_probs = 0; - PyArrayObject *__pyx_v_probs_fail = 0; - PyArrayObject *__pyx_v_probs_nv = 0; - PyArrayObject *__pyx_v_parent_dists = 0; - PyArrayObject *__pyx_v_parent_dts = 0; - PyArrayObject *__pyx_v_infectors = 0; - PyObject *__pyx_v_dists = NULL; - PyObject *__pyx_v_dts = NULL; - PyObject *__pyx_v_prnts = NULL; - PyObject *__pyx_v_s = NULL; - PyObject *__pyx_v_prob = NULL; - PyObject *__pyx_v_infectors_file = NULL; - PyObject *__pyx_v_infector = NULL; - PyObject *__pyx_v_prnt = NULL; - PyObject *__pyx_v_w1 = NULL; - PyObject *__pyx_v_w2 = NULL; - PyObject *__pyx_v_w3 = NULL; - __Pyx_LocalBuf_ND __pyx_pybuffernd_infectors; - __Pyx_Buffer __pyx_pybuffer_infectors; - __Pyx_LocalBuf_ND __pyx_pybuffernd_parent_dists; - __Pyx_Buffer __pyx_pybuffer_parent_dists; - __Pyx_LocalBuf_ND __pyx_pybuffernd_parent_dts; - __Pyx_Buffer __pyx_pybuffer_parent_dts; - __Pyx_LocalBuf_ND __pyx_pybuffernd_probs; - __Pyx_Buffer __pyx_pybuffer_probs; - __Pyx_LocalBuf_ND __pyx_pybuffernd_probs_fail; - __Pyx_Buffer __pyx_pybuffer_probs_fail; - __Pyx_LocalBuf_ND __pyx_pybuffernd_probs_nv; - __Pyx_Buffer __pyx_pybuffer_probs_nv; - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - Py_ssize_t __pyx_t_1; - Py_ssize_t __pyx_t_2; - PyObject *__pyx_t_3 = NULL; - PyObject *__pyx_t_4 = NULL; - PyObject *__pyx_t_5 = NULL; - PyObject *__pyx_t_6 = NULL; - PyArrayObject *__pyx_t_7 = NULL; - PyArrayObject *__pyx_t_8 = NULL; - PyArrayObject *__pyx_t_9 = NULL; - PyArrayObject *__pyx_t_10 = NULL; - PyArrayObject *__pyx_t_11 = NULL; - PyArrayObject *__pyx_t_12 = NULL; - int __pyx_t_13; - int __pyx_t_14; - int __pyx_t_15; - Py_ssize_t __pyx_t_16; - PyObject *__pyx_t_17 = NULL; - PyObject *__pyx_t_18 = NULL; - PyObject *__pyx_t_19 = NULL; - PyObject *__pyx_t_20 = NULL; - PyObject *__pyx_t_21 = NULL; - PyObject *__pyx_t_22 = NULL; - PyObject *__pyx_t_23 = NULL; - PyObject *(*__pyx_t_24)(PyObject *); - int __pyx_t_25; - __pyx_t_3ml2_DTYPE_t __pyx_t_26; - __pyx_t_3ml2_DTYPE_t __pyx_t_27; - __pyx_t_3ml2_DTYPE_t __pyx_t_28; - int __pyx_t_29; - double __pyx_t_30; - int __pyx_t_31; - int __pyx_t_32; - int __pyx_t_33; - int __pyx_t_34; - int __pyx_t_35; - int __pyx_t_36; - int __pyx_t_37; - PyObject *__pyx_t_38 = NULL; - PyObject *__pyx_t_39 = NULL; - PyObject *__pyx_t_40 = NULL; - PyObject *__pyx_t_41 = NULL; - PyObject *(*__pyx_t_42)(PyObject *); - PyObject *__pyx_t_43 = NULL; - int __pyx_t_44; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("ml2", 0); - __pyx_pybuffer_probs.pybuffer.buf = NULL; - __pyx_pybuffer_probs.refcount = 0; - __pyx_pybuffernd_probs.data = NULL; - __pyx_pybuffernd_probs.rcbuffer = &__pyx_pybuffer_probs; - __pyx_pybuffer_probs_fail.pybuffer.buf = NULL; - __pyx_pybuffer_probs_fail.refcount = 0; - __pyx_pybuffernd_probs_fail.data = NULL; - __pyx_pybuffernd_probs_fail.rcbuffer = &__pyx_pybuffer_probs_fail; - __pyx_pybuffer_probs_nv.pybuffer.buf = NULL; - __pyx_pybuffer_probs_nv.refcount = 0; - __pyx_pybuffernd_probs_nv.data = NULL; - __pyx_pybuffernd_probs_nv.rcbuffer = &__pyx_pybuffer_probs_nv; - __pyx_pybuffer_parent_dists.pybuffer.buf = NULL; - __pyx_pybuffer_parent_dists.refcount = 0; - __pyx_pybuffernd_parent_dists.data = NULL; - __pyx_pybuffernd_parent_dists.rcbuffer = &__pyx_pybuffer_parent_dists; - __pyx_pybuffer_parent_dts.pybuffer.buf = NULL; - __pyx_pybuffer_parent_dts.refcount = 0; - __pyx_pybuffernd_parent_dts.data = NULL; - __pyx_pybuffernd_parent_dts.rcbuffer = &__pyx_pybuffer_parent_dts; - __pyx_pybuffer_infectors.pybuffer.buf = NULL; - __pyx_pybuffer_infectors.refcount = 0; - __pyx_pybuffernd_infectors.data = NULL; - __pyx_pybuffernd_infectors.rcbuffer = &__pyx_pybuffer_infectors; - - /* "ml2.pyx":39 - * DTYPE_t ll - * list parents, failures, successes - * n_roots, n_victims = len(root_victims), len(victims) # <<<<<<<<<<<<<< - * cdef: - * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) - */ - if (unlikely(__pyx_v_root_victims == Py_None)) { - PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 39; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_1 = PyDict_Size(__pyx_v_root_victims); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 39; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - if (unlikely(__pyx_v_victims == Py_None)) { - PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 39; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_2 = PyDict_Size(__pyx_v_victims); if (unlikely(__pyx_t_2 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 39; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_v_n_roots = __pyx_t_1; - __pyx_v_n_victims = __pyx_t_2; - - /* "ml2.pyx":41 - * n_roots, n_victims = len(root_victims), len(victims) - * cdef: - * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< - * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) - */ - __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_zeros); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_3); - __Pyx_GIVEREF(__pyx_t_3); - __pyx_t_3 = 0; - __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_dtype, __pyx_t_6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (!(likely(((__pyx_t_6) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_6, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_7 = ((PyArrayObject *)__pyx_t_6); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs.rcbuffer->pybuffer, (PyObject*)__pyx_t_7, &__Pyx_TypeInfo_nn___pyx_t_3ml2_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_probs = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_probs.diminfo[0].strides = __pyx_pybuffernd_probs.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs.diminfo[0].shape = __pyx_pybuffernd_probs.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_7 = 0; - __pyx_v_probs = ((PyArrayObject *)__pyx_t_6); - __pyx_t_6 = 0; - - /* "ml2.pyx":42 - * cdef: - * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< - * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) - */ - __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_n_s_zeros); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_6); - __Pyx_GIVEREF(__pyx_t_6); - __pyx_t_6 = 0; - __pyx_t_6 = PyDict_New(); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - if (PyDict_SetItem(__pyx_t_6, __pyx_n_s_dtype, __pyx_t_4) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_4 = __Pyx_PyObject_Call(__pyx_t_3, __pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - if (!(likely(((__pyx_t_4) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_4, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_8 = ((PyArrayObject *)__pyx_t_4); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer, (PyObject*)__pyx_t_8, &__Pyx_TypeInfo_nn___pyx_t_3ml2_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_probs_fail = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_probs_fail.diminfo[0].strides = __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs_fail.diminfo[0].shape = __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_8 = 0; - __pyx_v_probs_fail = ((PyArrayObject *)__pyx_t_4); - __pyx_t_4 = 0; - - /* "ml2.pyx":43 - * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) # <<<<<<<<<<<<<< - * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) - */ - __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_n_s_zeros); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (unlikely(__pyx_v_non_victims == Py_None)) { - PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_2 = PyDict_Size(__pyx_v_non_victims); if (unlikely(__pyx_t_2 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_4 = PyInt_FromSsize_t(__pyx_t_2); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_4); - __Pyx_GIVEREF(__pyx_t_4); - __pyx_t_4 = 0; - __pyx_t_4 = PyDict_New(); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - if (PyDict_SetItem(__pyx_t_4, __pyx_n_s_dtype, __pyx_t_3) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_6, __pyx_t_5, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_9 = ((PyArrayObject *)__pyx_t_3); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs_nv.rcbuffer->pybuffer, (PyObject*)__pyx_t_9, &__Pyx_TypeInfo_nn___pyx_t_3ml2_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_probs_nv = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_probs_nv.diminfo[0].strides = __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs_nv.diminfo[0].shape = __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_9 = 0; - __pyx_v_probs_nv = ((PyArrayObject *)__pyx_t_3); - __pyx_t_3 = 0; - - /* "ml2.pyx":44 - * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< - * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] infectors = np.zeros(n_victims, dtype=DTYPE) - */ - __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_zeros); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_3); - __Pyx_GIVEREF(__pyx_t_3); - __pyx_t_3 = 0; - __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_dtype, __pyx_t_6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (!(likely(((__pyx_t_6) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_6, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_10 = ((PyArrayObject *)__pyx_t_6); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_parent_dists.rcbuffer->pybuffer, (PyObject*)__pyx_t_10, &__Pyx_TypeInfo_nn___pyx_t_3ml2_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_parent_dists = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_parent_dists.diminfo[0].strides = __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_parent_dists.diminfo[0].shape = __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_10 = 0; - __pyx_v_parent_dists = ((PyArrayObject *)__pyx_t_6); - __pyx_t_6 = 0; - - /* "ml2.pyx":45 - * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< - * np.ndarray[DTYPE_t] infectors = np.zeros(n_victims, dtype=DTYPE) - * - */ - __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_n_s_zeros); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_6); - __Pyx_GIVEREF(__pyx_t_6); - __pyx_t_6 = 0; - __pyx_t_6 = PyDict_New(); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - if (PyDict_SetItem(__pyx_t_6, __pyx_n_s_dtype, __pyx_t_4) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_4 = __Pyx_PyObject_Call(__pyx_t_3, __pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - if (!(likely(((__pyx_t_4) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_4, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_11 = ((PyArrayObject *)__pyx_t_4); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer, (PyObject*)__pyx_t_11, &__Pyx_TypeInfo_nn___pyx_t_3ml2_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_parent_dts = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_parent_dts.diminfo[0].strides = __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_parent_dts.diminfo[0].shape = __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_11 = 0; - __pyx_v_parent_dts = ((PyArrayObject *)__pyx_t_4); - __pyx_t_4 = 0; - - /* "ml2.pyx":46 - * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] infectors = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< - * - * # loop through victims - */ - __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_n_s_zeros); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_4); - __Pyx_GIVEREF(__pyx_t_4); - __pyx_t_4 = 0; - __pyx_t_4 = PyDict_New(); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - if (PyDict_SetItem(__pyx_t_4, __pyx_n_s_dtype, __pyx_t_3) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_6, __pyx_t_5, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_12 = ((PyArrayObject *)__pyx_t_3); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_infectors.rcbuffer->pybuffer, (PyObject*)__pyx_t_12, &__Pyx_TypeInfo_nn___pyx_t_3ml2_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_infectors = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_infectors.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_infectors.diminfo[0].strides = __pyx_pybuffernd_infectors.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_infectors.diminfo[0].shape = __pyx_pybuffernd_infectors.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_12 = 0; - __pyx_v_infectors = ((PyArrayObject *)__pyx_t_3); - __pyx_t_3 = 0; - - /* "ml2.pyx":49 - * - * # loop through victims - * for i, parents in enumerate(victims.itervalues()): # <<<<<<<<<<<<<< - * # for each victim node i, compute the probability that all its parents - * # fail to infect it, also computes the probability that its most - */ - __pyx_t_13 = 0; - __pyx_t_2 = 0; - if (unlikely(__pyx_v_victims == Py_None)) { - PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "itervalues"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_4 = __Pyx_dict_iterator(__pyx_v_victims, 1, __pyx_n_s_itervalues, (&__pyx_t_1), (&__pyx_t_14)); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_XDECREF(__pyx_t_3); - __pyx_t_3 = __pyx_t_4; - __pyx_t_4 = 0; - while (1) { - __pyx_t_15 = __Pyx_dict_iter_next(__pyx_t_3, __pyx_t_1, &__pyx_t_2, NULL, &__pyx_t_4, NULL, __pyx_t_14); - if (unlikely(__pyx_t_15 == 0)) break; - if (unlikely(__pyx_t_15 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - if (!(likely(PyList_CheckExact(__pyx_t_4))||((__pyx_t_4) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "list", Py_TYPE(__pyx_t_4)->tp_name), 0))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_XDECREF_SET(__pyx_v_parents, ((PyObject*)__pyx_t_4)); - __pyx_t_4 = 0; - __pyx_v_i = __pyx_t_13; - __pyx_t_13 = (__pyx_t_13 + 1); - - /* "ml2.pyx":53 - * # fail to infect it, also computes the probability that its most - * # likely parent infects it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) - */ - __pyx_t_4 = PyList_New(0); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - - /* "ml2.pyx":54 - * # likely parent infects it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) - */ - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_5 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_5); __pyx_t_16 = 0; - for (;;) { - if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_5)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_6 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_16); __Pyx_INCREF(__pyx_t_6); __pyx_t_16++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_6 = PySequence_ITEM(__pyx_t_5, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_6))) || (PyList_CheckExact(__pyx_t_6))) { - PyObject* sequence = __pyx_t_6; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_21 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_22 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_17 = PyList_GET_ITEM(sequence, 0); - __pyx_t_18 = PyList_GET_ITEM(sequence, 1); - __pyx_t_19 = PyList_GET_ITEM(sequence, 2); - __pyx_t_20 = PyList_GET_ITEM(sequence, 3); - __pyx_t_21 = PyList_GET_ITEM(sequence, 4); - __pyx_t_22 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_17); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_20); - __Pyx_INCREF(__pyx_t_21); - __Pyx_INCREF(__pyx_t_22); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21,&__pyx_t_22}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21,&__pyx_t_22}; - __pyx_t_23 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_23)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_23); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_24 = Py_TYPE(__pyx_t_23)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_24(__pyx_t_23); if (unlikely(!item)) goto __pyx_L7_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_24(__pyx_t_23), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_24 = NULL; - __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; - goto __pyx_L8_unpacking_done; - __pyx_L7_unpacking_failed:; - __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; - __pyx_t_24 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L8_unpacking_done:; - } - __pyx_t_15 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_15 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; - __pyx_t_25 = __Pyx_PyInt_As_int(__pyx_t_19); if (unlikely((__pyx_t_25 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_19); __pyx_t_19 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_17); - __pyx_t_17 = 0; - __pyx_v_dist = __pyx_t_15; - __pyx_v_dt = __pyx_t_25; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_20); - __pyx_t_20 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_21); - __pyx_t_21 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_22); - __pyx_t_22 = 0; - - /* "ml2.pyx":53 - * # fail to infect it, also computes the probability that its most - * # likely parent infects it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) - */ - __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_6 = PyFloat_FromDouble(__pyx_f_3ml2_weight_failure(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda, __pyx_t_26, __pyx_t_27, __pyx_t_28)); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - if (unlikely(__Pyx_ListComp_Append(__pyx_t_4, (PyObject*)__pyx_t_6))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - - /* "ml2.pyx":54 - * # likely parent infects it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) - */ - } - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_XDECREF_SET(__pyx_v_failures, ((PyObject*)__pyx_t_4)); - __pyx_t_4 = 0; - - /* "ml2.pyx":55 - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) # <<<<<<<<<<<<<< - * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] - */ - __pyx_t_4 = PyTuple_New(1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_INCREF(__pyx_v_failures); - PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_v_failures); - __Pyx_GIVEREF(__pyx_v_failures); - __pyx_t_5 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_4, NULL); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_t_5); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __pyx_t_25 = __pyx_v_i; - if (__pyx_t_25 < 0) __pyx_t_25 += __pyx_pybuffernd_probs_fail.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.buf, __pyx_t_25, __pyx_pybuffernd_probs_fail.diminfo[0].strides) = __pyx_t_28; - - /* "ml2.pyx":56 - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - */ - __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - - /* "ml2.pyx":57 - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] - */ - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_4 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_4); __pyx_t_16 = 0; - for (;;) { - if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_4)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_6 = PyList_GET_ITEM(__pyx_t_4, __pyx_t_16); __Pyx_INCREF(__pyx_t_6); __pyx_t_16++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_6 = PySequence_ITEM(__pyx_t_4, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_6))) || (PyList_CheckExact(__pyx_t_6))) { - PyObject* sequence = __pyx_t_6; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_22 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_21 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_22 = PyList_GET_ITEM(sequence, 0); - __pyx_t_21 = PyList_GET_ITEM(sequence, 1); - __pyx_t_20 = PyList_GET_ITEM(sequence, 2); - __pyx_t_19 = PyList_GET_ITEM(sequence, 3); - __pyx_t_18 = PyList_GET_ITEM(sequence, 4); - __pyx_t_17 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_22); - __Pyx_INCREF(__pyx_t_21); - __Pyx_INCREF(__pyx_t_20); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_17); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_22,&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_22,&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17}; - __pyx_t_23 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_23)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_23); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_24 = Py_TYPE(__pyx_t_23)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_24(__pyx_t_23); if (unlikely(!item)) goto __pyx_L11_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_24(__pyx_t_23), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_24 = NULL; - __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; - goto __pyx_L12_unpacking_done; - __pyx_L11_unpacking_failed:; - __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; - __pyx_t_24 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L12_unpacking_done:; - } - __pyx_t_15 = __Pyx_PyInt_As_int(__pyx_t_21); if (unlikely((__pyx_t_15 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - __pyx_t_29 = __Pyx_PyInt_As_int(__pyx_t_20); if (unlikely((__pyx_t_29 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_20); __pyx_t_20 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_22); - __pyx_t_22 = 0; - __pyx_v_dist = __pyx_t_15; - __pyx_v_dt = __pyx_t_29; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_19); - __pyx_t_19 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_18); - __pyx_t_18 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_17); - __pyx_t_17 = 0; - - /* "ml2.pyx":56 - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - */ - __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_6 = PyFloat_FromDouble(__pyx_f_3ml2_weight_success(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda, __pyx_t_28, __pyx_t_27, __pyx_t_26)); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_6))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - - /* "ml2.pyx":57 - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] - */ - } - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_XDECREF_SET(__pyx_v_successes, ((PyObject*)__pyx_t_5)); - __pyx_t_5 = 0; - - /* "ml2.pyx":58 - * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] - * prnts = [prnt for (prnt, dist, dt, w1, w2, w3) in parents] - */ - __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_4 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_4); __pyx_t_16 = 0; - for (;;) { - if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_4)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_6 = PyList_GET_ITEM(__pyx_t_4, __pyx_t_16); __Pyx_INCREF(__pyx_t_6); __pyx_t_16++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_6 = PySequence_ITEM(__pyx_t_4, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_6))) || (PyList_CheckExact(__pyx_t_6))) { - PyObject* sequence = __pyx_t_6; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_21 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_22 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_17 = PyList_GET_ITEM(sequence, 0); - __pyx_t_18 = PyList_GET_ITEM(sequence, 1); - __pyx_t_19 = PyList_GET_ITEM(sequence, 2); - __pyx_t_20 = PyList_GET_ITEM(sequence, 3); - __pyx_t_21 = PyList_GET_ITEM(sequence, 4); - __pyx_t_22 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_17); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_20); - __Pyx_INCREF(__pyx_t_21); - __Pyx_INCREF(__pyx_t_22); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21,&__pyx_t_22}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21,&__pyx_t_22}; - __pyx_t_23 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_23)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_23); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_24 = Py_TYPE(__pyx_t_23)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_24(__pyx_t_23); if (unlikely(!item)) goto __pyx_L15_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_24(__pyx_t_23), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_24 = NULL; - __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; - goto __pyx_L16_unpacking_done; - __pyx_L15_unpacking_failed:; - __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; - __pyx_t_24 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L16_unpacking_done:; - } - __pyx_t_29 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_29 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; - __pyx_t_15 = __Pyx_PyInt_As_int(__pyx_t_19); if (unlikely((__pyx_t_15 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_19); __pyx_t_19 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_17); - __pyx_t_17 = 0; - __pyx_v_dist = __pyx_t_29; - __pyx_v_dt = __pyx_t_15; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_20); - __pyx_t_20 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_21); - __pyx_t_21 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_22); - __pyx_t_22 = 0; - __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_dist); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_6))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - } - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_XDECREF_SET(__pyx_v_dists, ((PyObject*)__pyx_t_5)); - __pyx_t_5 = 0; - - /* "ml2.pyx":59 - * for (prnt, dist, dt, w1, w2, w3) in parents] - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * prnts = [prnt for (prnt, dist, dt, w1, w2, w3) in parents] - * # find parent that maximizes log(p) - log(\tilde{p}) - */ - __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_4 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_4); __pyx_t_16 = 0; - for (;;) { - if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_4)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_6 = PyList_GET_ITEM(__pyx_t_4, __pyx_t_16); __Pyx_INCREF(__pyx_t_6); __pyx_t_16++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_6 = PySequence_ITEM(__pyx_t_4, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_6))) || (PyList_CheckExact(__pyx_t_6))) { - PyObject* sequence = __pyx_t_6; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_22 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_21 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_22 = PyList_GET_ITEM(sequence, 0); - __pyx_t_21 = PyList_GET_ITEM(sequence, 1); - __pyx_t_20 = PyList_GET_ITEM(sequence, 2); - __pyx_t_19 = PyList_GET_ITEM(sequence, 3); - __pyx_t_18 = PyList_GET_ITEM(sequence, 4); - __pyx_t_17 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_22); - __Pyx_INCREF(__pyx_t_21); - __Pyx_INCREF(__pyx_t_20); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_17); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_22,&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_22,&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17}; - __pyx_t_23 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_23)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_23); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_24 = Py_TYPE(__pyx_t_23)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_24(__pyx_t_23); if (unlikely(!item)) goto __pyx_L19_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_24(__pyx_t_23), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_24 = NULL; - __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; - goto __pyx_L20_unpacking_done; - __pyx_L19_unpacking_failed:; - __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; - __pyx_t_24 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L20_unpacking_done:; - } - __pyx_t_15 = __Pyx_PyInt_As_int(__pyx_t_21); if (unlikely((__pyx_t_15 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - __pyx_t_29 = __Pyx_PyInt_As_int(__pyx_t_20); if (unlikely((__pyx_t_29 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_20); __pyx_t_20 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_22); - __pyx_t_22 = 0; - __pyx_v_dist = __pyx_t_15; - __pyx_v_dt = __pyx_t_29; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_19); - __pyx_t_19 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_18); - __pyx_t_18 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_17); - __pyx_t_17 = 0; - __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_dt); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_6))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - } - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_XDECREF_SET(__pyx_v_dts, ((PyObject*)__pyx_t_5)); - __pyx_t_5 = 0; - - /* "ml2.pyx":60 - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] - * prnts = [prnt for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * # find parent that maximizes log(p) - log(\tilde{p}) - * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) - */ - __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_4 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_4); __pyx_t_16 = 0; - for (;;) { - if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_4)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_6 = PyList_GET_ITEM(__pyx_t_4, __pyx_t_16); __Pyx_INCREF(__pyx_t_6); __pyx_t_16++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_6 = PySequence_ITEM(__pyx_t_4, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_6))) || (PyList_CheckExact(__pyx_t_6))) { - PyObject* sequence = __pyx_t_6; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_21 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_22 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_17 = PyList_GET_ITEM(sequence, 0); - __pyx_t_18 = PyList_GET_ITEM(sequence, 1); - __pyx_t_19 = PyList_GET_ITEM(sequence, 2); - __pyx_t_20 = PyList_GET_ITEM(sequence, 3); - __pyx_t_21 = PyList_GET_ITEM(sequence, 4); - __pyx_t_22 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_17); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_20); - __Pyx_INCREF(__pyx_t_21); - __Pyx_INCREF(__pyx_t_22); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21,&__pyx_t_22}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21,&__pyx_t_22}; - __pyx_t_23 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_23)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_23); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_24 = Py_TYPE(__pyx_t_23)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_24(__pyx_t_23); if (unlikely(!item)) goto __pyx_L23_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_24(__pyx_t_23), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_24 = NULL; - __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; - goto __pyx_L24_unpacking_done; - __pyx_L23_unpacking_failed:; - __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; - __pyx_t_24 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L24_unpacking_done:; - } - __pyx_t_29 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_29 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; - __pyx_t_15 = __Pyx_PyInt_As_int(__pyx_t_19); if (unlikely((__pyx_t_15 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_19); __pyx_t_19 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_17); - __pyx_t_17 = 0; - __pyx_v_dist = __pyx_t_29; - __pyx_v_dt = __pyx_t_15; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_20); - __pyx_t_20 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_21); - __pyx_t_21 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_22); - __pyx_t_22 = 0; - if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_v_prnt))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnts, ((PyObject*)__pyx_t_5)); - __pyx_t_5 = 0; - - /* "ml2.pyx":63 - * # find parent that maximizes log(p) - log(\tilde{p}) - * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) - * probs[i] = float("-inf") # <<<<<<<<<<<<<< - * for l, s in enumerate(successes): - * prob = s - failures[l] - */ - __pyx_t_30 = __Pyx_PyObject_AsDouble(__pyx_kp_s_inf); if (unlikely(__pyx_t_30 == ((double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 63; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_15 = __pyx_v_i; - if (__pyx_t_15 < 0) __pyx_t_15 += __pyx_pybuffernd_probs.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_15, __pyx_pybuffernd_probs.diminfo[0].strides) = __pyx_t_30; - - /* "ml2.pyx":64 - * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) - * probs[i] = float("-inf") - * for l, s in enumerate(successes): # <<<<<<<<<<<<<< - * prob = s - failures[l] - * if prob > probs[i]: - */ - __pyx_t_29 = 0; - __pyx_t_5 = __pyx_v_successes; __Pyx_INCREF(__pyx_t_5); __pyx_t_16 = 0; - for (;;) { - if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_5)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_4 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_16); __Pyx_INCREF(__pyx_t_4); __pyx_t_16++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_4 = PySequence_ITEM(__pyx_t_5, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - __Pyx_XDECREF_SET(__pyx_v_s, __pyx_t_4); - __pyx_t_4 = 0; - __pyx_v_l = __pyx_t_29; - __pyx_t_29 = (__pyx_t_29 + 1); - - /* "ml2.pyx":65 - * probs[i] = float("-inf") - * for l, s in enumerate(successes): - * prob = s - failures[l] # <<<<<<<<<<<<<< - * if prob > probs[i]: - * probs[i] = prob - */ - __pyx_t_4 = __Pyx_GetItemInt_List(__pyx_v_failures, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_4 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 65; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_6 = PyNumber_Subtract(__pyx_v_s, __pyx_t_4); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 65; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_XDECREF_SET(__pyx_v_prob, __pyx_t_6); - __pyx_t_6 = 0; - - /* "ml2.pyx":66 - * for l, s in enumerate(successes): - * prob = s - failures[l] - * if prob > probs[i]: # <<<<<<<<<<<<<< - * probs[i] = prob - * infectors[i] = prnts[l] - */ - __pyx_t_31 = __pyx_v_i; - if (__pyx_t_31 < 0) __pyx_t_31 += __pyx_pybuffernd_probs.diminfo[0].shape; - __pyx_t_6 = PyFloat_FromDouble((*__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_31, __pyx_pybuffernd_probs.diminfo[0].strides))); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 66; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_prob, __pyx_t_6, Py_GT); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 66; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_32 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_32 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 66; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_32) { - - /* "ml2.pyx":67 - * prob = s - failures[l] - * if prob > probs[i]: - * probs[i] = prob # <<<<<<<<<<<<<< - * infectors[i] = prnts[l] - * parent_dists[i] = dists[l] - */ - __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_prob); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 67; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_33 = __pyx_v_i; - if (__pyx_t_33 < 0) __pyx_t_33 += __pyx_pybuffernd_probs.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_33, __pyx_pybuffernd_probs.diminfo[0].strides) = __pyx_t_26; - - /* "ml2.pyx":68 - * if prob > probs[i]: - * probs[i] = prob - * infectors[i] = prnts[l] # <<<<<<<<<<<<<< - * parent_dists[i] = dists[l] - * parent_dts[i] = dts[l] - */ - __pyx_t_4 = __Pyx_GetItemInt_List(__pyx_v_prnts, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_4 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 68; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_t_4); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 68; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_34 = __pyx_v_i; - if (__pyx_t_34 < 0) __pyx_t_34 += __pyx_pybuffernd_infectors.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_infectors.rcbuffer->pybuffer.buf, __pyx_t_34, __pyx_pybuffernd_infectors.diminfo[0].strides) = __pyx_t_26; - - /* "ml2.pyx":69 - * probs[i] = prob - * infectors[i] = prnts[l] - * parent_dists[i] = dists[l] # <<<<<<<<<<<<<< - * parent_dts[i] = dts[l] - * - */ - __pyx_t_4 = __Pyx_GetItemInt_List(__pyx_v_dists, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_4 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_t_4); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_35 = __pyx_v_i; - if (__pyx_t_35 < 0) __pyx_t_35 += __pyx_pybuffernd_parent_dists.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.buf, __pyx_t_35, __pyx_pybuffernd_parent_dists.diminfo[0].strides) = __pyx_t_26; - - /* "ml2.pyx":70 - * infectors[i] = prnts[l] - * parent_dists[i] = dists[l] - * parent_dts[i] = dts[l] # <<<<<<<<<<<<<< - * - * # loop through non-victims - */ - __pyx_t_4 = __Pyx_GetItemInt_List(__pyx_v_dts, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_4 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 70; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_t_4); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 70; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_36 = __pyx_v_i; - if (__pyx_t_36 < 0) __pyx_t_36 += __pyx_pybuffernd_parent_dts.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.buf, __pyx_t_36, __pyx_pybuffernd_parent_dts.diminfo[0].strides) = __pyx_t_26; - goto __pyx_L27; - } - __pyx_L27:; - - /* "ml2.pyx":64 - * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) - * probs[i] = float("-inf") - * for l, s in enumerate(successes): # <<<<<<<<<<<<<< - * prob = s - failures[l] - * if prob > probs[i]: - */ - } - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - } - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - - /* "ml2.pyx":73 - * - * # loop through non-victims - * for i, parents in enumerate(non_victims.itervalues()): # <<<<<<<<<<<<<< - * # for each non victim node, compute the probability that all its - * # parents fail to infect it - */ - __pyx_t_13 = 0; - __pyx_t_1 = 0; - if (unlikely(__pyx_v_non_victims == Py_None)) { - PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "itervalues"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_5 = __Pyx_dict_iterator(__pyx_v_non_victims, 1, __pyx_n_s_itervalues, (&__pyx_t_2), (&__pyx_t_14)); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __Pyx_XDECREF(__pyx_t_3); - __pyx_t_3 = __pyx_t_5; - __pyx_t_5 = 0; - while (1) { - __pyx_t_29 = __Pyx_dict_iter_next(__pyx_t_3, __pyx_t_2, &__pyx_t_1, NULL, &__pyx_t_5, NULL, __pyx_t_14); - if (unlikely(__pyx_t_29 == 0)) break; - if (unlikely(__pyx_t_29 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - if (!(likely(PyList_CheckExact(__pyx_t_5))||((__pyx_t_5) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "list", Py_TYPE(__pyx_t_5)->tp_name), 0))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_XDECREF_SET(__pyx_v_parents, ((PyObject*)__pyx_t_5)); - __pyx_t_5 = 0; - __pyx_v_i = __pyx_t_13; - __pyx_t_13 = (__pyx_t_13 + 1); - - /* "ml2.pyx":76 - * # for each non victim node, compute the probability that all its - * # parents fail to infect it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_nv[i] = sum(failures) - */ - __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - - /* "ml2.pyx":77 - * # parents fail to infect it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * probs_nv[i] = sum(failures) - * - */ - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_4 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_4); __pyx_t_16 = 0; - for (;;) { - if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_4)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_6 = PyList_GET_ITEM(__pyx_t_4, __pyx_t_16); __Pyx_INCREF(__pyx_t_6); __pyx_t_16++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_6 = PySequence_ITEM(__pyx_t_4, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_6))) || (PyList_CheckExact(__pyx_t_6))) { - PyObject* sequence = __pyx_t_6; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_22 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_21 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_22 = PyList_GET_ITEM(sequence, 0); - __pyx_t_21 = PyList_GET_ITEM(sequence, 1); - __pyx_t_20 = PyList_GET_ITEM(sequence, 2); - __pyx_t_19 = PyList_GET_ITEM(sequence, 3); - __pyx_t_18 = PyList_GET_ITEM(sequence, 4); - __pyx_t_17 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_22); - __Pyx_INCREF(__pyx_t_21); - __Pyx_INCREF(__pyx_t_20); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_17); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_22,&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_22,&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17}; - __pyx_t_23 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_23)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_23); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_24 = Py_TYPE(__pyx_t_23)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_24(__pyx_t_23); if (unlikely(!item)) goto __pyx_L32_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_24(__pyx_t_23), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_24 = NULL; - __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; - goto __pyx_L33_unpacking_done; - __pyx_L32_unpacking_failed:; - __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; - __pyx_t_24 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L33_unpacking_done:; - } - __pyx_t_29 = __Pyx_PyInt_As_int(__pyx_t_21); if (unlikely((__pyx_t_29 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - __pyx_t_37 = __Pyx_PyInt_As_int(__pyx_t_20); if (unlikely((__pyx_t_37 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_20); __pyx_t_20 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_22); - __pyx_t_22 = 0; - __pyx_v_dist = __pyx_t_29; - __pyx_v_dt = __pyx_t_37; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_19); - __pyx_t_19 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_18); - __pyx_t_18 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_17); - __pyx_t_17 = 0; - - /* "ml2.pyx":76 - * # for each non victim node, compute the probability that all its - * # parents fail to infect it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_nv[i] = sum(failures) - */ - __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_6 = PyFloat_FromDouble(__pyx_f_3ml2_weight_failure(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda, __pyx_t_26, __pyx_t_27, __pyx_t_28)); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_6))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - - /* "ml2.pyx":77 - * # parents fail to infect it - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * probs_nv[i] = sum(failures) - * - */ - } - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_XDECREF_SET(__pyx_v_failures, ((PyObject*)__pyx_t_5)); - __pyx_t_5 = 0; - - /* "ml2.pyx":78 - * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_nv[i] = sum(failures) # <<<<<<<<<<<<<< - * - * # calculate log likelihood - */ - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 78; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __Pyx_INCREF(__pyx_v_failures); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_v_failures); - __Pyx_GIVEREF(__pyx_v_failures); - __pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_5, NULL); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 78; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_t_4); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 78; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_37 = __pyx_v_i; - if (__pyx_t_37 < 0) __pyx_t_37 += __pyx_pybuffernd_probs_nv.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.buf, __pyx_t_37, __pyx_pybuffernd_probs_nv.diminfo[0].strides) = __pyx_t_28; - } - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - - /* "ml2.pyx":81 - * - * # calculate log likelihood - * ll = probs_fail.sum() # add probability that all edges to victims fail # <<<<<<<<<<<<<< - * ll += probs_nv.sum() # add probability that all edges to non_victims fail - * ll += probs.sum() # add probability for realized edges and subtract probability these edges fail - */ - __pyx_t_4 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_probs_fail), __pyx_n_s_sum); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 81; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_5 = NULL; - if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_4))) { - __pyx_t_5 = PyMethod_GET_SELF(__pyx_t_4); - if (likely(__pyx_t_5)) { - PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4); - __Pyx_INCREF(__pyx_t_5); - __Pyx_INCREF(function); - __Pyx_DECREF_SET(__pyx_t_4, function); - } - } - if (__pyx_t_5) { - __pyx_t_3 = __Pyx_PyObject_CallOneArg(__pyx_t_4, __pyx_t_5); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 81; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - } else { - __pyx_t_3 = __Pyx_PyObject_CallNoArg(__pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 81; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_t_3); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 81; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_v_ll = __pyx_t_28; - - /* "ml2.pyx":82 - * # calculate log likelihood - * ll = probs_fail.sum() # add probability that all edges to victims fail - * ll += probs_nv.sum() # add probability that all edges to non_victims fail # <<<<<<<<<<<<<< - * ll += probs.sum() # add probability for realized edges and subtract probability these edges fail - * - */ - __pyx_t_3 = PyFloat_FromDouble(__pyx_v_ll); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_5 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_probs_nv), __pyx_n_s_sum); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __pyx_t_6 = NULL; - if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_5))) { - __pyx_t_6 = PyMethod_GET_SELF(__pyx_t_5); - if (likely(__pyx_t_6)) { - PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_5); - __Pyx_INCREF(__pyx_t_6); - __Pyx_INCREF(function); - __Pyx_DECREF_SET(__pyx_t_5, function); - } - } - if (__pyx_t_6) { - __pyx_t_4 = __Pyx_PyObject_CallOneArg(__pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - } else { - __pyx_t_4 = __Pyx_PyObject_CallNoArg(__pyx_t_5); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __pyx_t_5 = PyNumber_InPlaceAdd(__pyx_t_3, __pyx_t_4); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_t_5); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __pyx_v_ll = __pyx_t_28; - - /* "ml2.pyx":83 - * ll = probs_fail.sum() # add probability that all edges to victims fail - * ll += probs_nv.sum() # add probability that all edges to non_victims fail - * ll += probs.sum() # add probability for realized edges and subtract probability these edges fail # <<<<<<<<<<<<<< - * - * roots = n_roots - */ - __pyx_t_5 = PyFloat_FromDouble(__pyx_v_ll); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 83; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __pyx_t_3 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_probs), __pyx_n_s_sum); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 83; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_6 = NULL; - if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_3))) { - __pyx_t_6 = PyMethod_GET_SELF(__pyx_t_3); - if (likely(__pyx_t_6)) { - PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_3); - __Pyx_INCREF(__pyx_t_6); - __Pyx_INCREF(function); - __Pyx_DECREF_SET(__pyx_t_3, function); - } - } - if (__pyx_t_6) { - __pyx_t_4 = __Pyx_PyObject_CallOneArg(__pyx_t_3, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 83; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - } else { - __pyx_t_4 = __Pyx_PyObject_CallNoArg(__pyx_t_3); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 83; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = PyNumber_InPlaceAdd(__pyx_t_5, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 83; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_t_3); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 83; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_v_ll = __pyx_t_28; - - /* "ml2.pyx":85 - * ll += probs.sum() # add probability for realized edges and subtract probability these edges fail - * - * roots = n_roots # <<<<<<<<<<<<<< - * # print n_nodes, n_roots, n_victims, max_i, roots - * # print parent_dists[1:100] - */ - __pyx_v_roots = __pyx_v_n_roots; - - /* "ml2.pyx":94 - * # print np.mean(parent_dts) - * - * with open('../../Results/infectors.csv', 'w') as infectors_file: # <<<<<<<<<<<<<< - * for i, infector in enumerate(infectors): - * infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) - */ - /*with:*/ { - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_open, __pyx_tuple_, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_38 = __Pyx_PyObject_LookupSpecial(__pyx_t_3, __pyx_n_s_exit); if (unlikely(!__pyx_t_38)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_38); - __pyx_t_5 = __Pyx_PyObject_LookupSpecial(__pyx_t_3, __pyx_n_s_enter); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L34_error;} - __Pyx_GOTREF(__pyx_t_5); - __pyx_t_6 = NULL; - if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_5))) { - __pyx_t_6 = PyMethod_GET_SELF(__pyx_t_5); - if (likely(__pyx_t_6)) { - PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_5); - __Pyx_INCREF(__pyx_t_6); - __Pyx_INCREF(function); - __Pyx_DECREF_SET(__pyx_t_5, function); - } - } - if (__pyx_t_6) { - __pyx_t_4 = __Pyx_PyObject_CallOneArg(__pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L34_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - } else { - __pyx_t_4 = __Pyx_PyObject_CallNoArg(__pyx_t_5); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L34_error;} - } - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __pyx_t_5 = __pyx_t_4; - __pyx_t_4 = 0; - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - /*try:*/ { - { - __Pyx_ExceptionSave(&__pyx_t_39, &__pyx_t_40, &__pyx_t_41); - __Pyx_XGOTREF(__pyx_t_39); - __Pyx_XGOTREF(__pyx_t_40); - __Pyx_XGOTREF(__pyx_t_41); - /*try:*/ { - __pyx_v_infectors_file = __pyx_t_5; - __pyx_t_5 = 0; - - /* "ml2.pyx":95 - * - * with open('../../Results/infectors.csv', 'w') as infectors_file: - * for i, infector in enumerate(infectors): # <<<<<<<<<<<<<< - * infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) - * return (lmbda, roots, ll) - */ - __pyx_t_13 = 0; - if (likely(PyList_CheckExact(((PyObject *)__pyx_v_infectors))) || PyTuple_CheckExact(((PyObject *)__pyx_v_infectors))) { - __pyx_t_5 = ((PyObject *)__pyx_v_infectors); __Pyx_INCREF(__pyx_t_5); __pyx_t_2 = 0; - __pyx_t_42 = NULL; - } else { - __pyx_t_2 = -1; __pyx_t_5 = PyObject_GetIter(((PyObject *)__pyx_v_infectors)); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 95; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - __Pyx_GOTREF(__pyx_t_5); - __pyx_t_42 = Py_TYPE(__pyx_t_5)->tp_iternext; if (unlikely(!__pyx_t_42)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 95; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - } - for (;;) { - if (likely(!__pyx_t_42)) { - if (likely(PyList_CheckExact(__pyx_t_5))) { - if (__pyx_t_2 >= PyList_GET_SIZE(__pyx_t_5)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_3 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 95; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - #else - __pyx_t_3 = PySequence_ITEM(__pyx_t_5, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 95; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - #endif - } else { - if (__pyx_t_2 >= PyTuple_GET_SIZE(__pyx_t_5)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_5, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 95; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - #else - __pyx_t_3 = PySequence_ITEM(__pyx_t_5, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 95; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - #endif - } - } else { - __pyx_t_3 = __pyx_t_42(__pyx_t_5); - if (unlikely(!__pyx_t_3)) { - PyObject* exc_type = PyErr_Occurred(); - if (exc_type) { - if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear(); - else {__pyx_filename = __pyx_f[0]; __pyx_lineno = 95; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - } - break; - } - __Pyx_GOTREF(__pyx_t_3); - } - __Pyx_XDECREF_SET(__pyx_v_infector, __pyx_t_3); - __pyx_t_3 = 0; - __pyx_v_i = __pyx_t_13; - __pyx_t_13 = (__pyx_t_13 + 1); - - /* "ml2.pyx":96 - * with open('../../Results/infectors.csv', 'w') as infectors_file: - * for i, infector in enumerate(infectors): - * infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) # <<<<<<<<<<<<<< - * return (lmbda, roots, ll) - */ - __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_v_infectors_file, __pyx_n_s_write); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - __Pyx_GOTREF(__pyx_t_4); - if (unlikely(__pyx_v_victims == Py_None)) { - PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "keys"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - } - __pyx_t_6 = __Pyx_PyDict_Keys(__pyx_v_victims); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_17 = __Pyx_GetItemInt(__pyx_t_6, __pyx_v_i, int, 1, __Pyx_PyInt_From_int, 0, 1, 0); if (unlikely(__pyx_t_17 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;}; - __Pyx_GOTREF(__pyx_t_17); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_6 = PyTuple_New(2); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - __Pyx_GOTREF(__pyx_t_6); - PyTuple_SET_ITEM(__pyx_t_6, 0, __pyx_t_17); - __Pyx_GIVEREF(__pyx_t_17); - __Pyx_INCREF(__pyx_v_infector); - PyTuple_SET_ITEM(__pyx_t_6, 1, __pyx_v_infector); - __Pyx_GIVEREF(__pyx_v_infector); - __pyx_t_17 = 0; - __pyx_t_17 = __Pyx_PyString_Format(__pyx_kp_s_s_s, __pyx_t_6); if (unlikely(!__pyx_t_17)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - __Pyx_GOTREF(__pyx_t_17); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_6 = NULL; - if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_4))) { - __pyx_t_6 = PyMethod_GET_SELF(__pyx_t_4); - if (likely(__pyx_t_6)) { - PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4); - __Pyx_INCREF(__pyx_t_6); - __Pyx_INCREF(function); - __Pyx_DECREF_SET(__pyx_t_4, function); - } - } - if (!__pyx_t_6) { - __pyx_t_3 = __Pyx_PyObject_CallOneArg(__pyx_t_4, __pyx_t_17); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - __Pyx_DECREF(__pyx_t_17); __pyx_t_17 = 0; - __Pyx_GOTREF(__pyx_t_3); - } else { - __pyx_t_18 = PyTuple_New(1+1); if (unlikely(!__pyx_t_18)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - __Pyx_GOTREF(__pyx_t_18); - PyTuple_SET_ITEM(__pyx_t_18, 0, __pyx_t_6); __Pyx_GIVEREF(__pyx_t_6); __pyx_t_6 = NULL; - PyTuple_SET_ITEM(__pyx_t_18, 0+1, __pyx_t_17); - __Pyx_GIVEREF(__pyx_t_17); - __pyx_t_17 = 0; - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_18, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; - } - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - - /* "ml2.pyx":95 - * - * with open('../../Results/infectors.csv', 'w') as infectors_file: - * for i, infector in enumerate(infectors): # <<<<<<<<<<<<<< - * infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) - * return (lmbda, roots, ll) - */ - } - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - } - __Pyx_XDECREF(__pyx_t_39); __pyx_t_39 = 0; - __Pyx_XDECREF(__pyx_t_40); __pyx_t_40 = 0; - __Pyx_XDECREF(__pyx_t_41); __pyx_t_41 = 0; - goto __pyx_L45_try_end; - __pyx_L38_error:; - __Pyx_XDECREF(__pyx_t_23); __pyx_t_23 = 0; - __Pyx_XDECREF(__pyx_t_22); __pyx_t_22 = 0; - __Pyx_XDECREF(__pyx_t_21); __pyx_t_21 = 0; - __Pyx_XDECREF(__pyx_t_20); __pyx_t_20 = 0; - __Pyx_XDECREF(__pyx_t_19); __pyx_t_19 = 0; - __Pyx_XDECREF(__pyx_t_6); __pyx_t_6 = 0; - __Pyx_XDECREF(__pyx_t_17); __pyx_t_17 = 0; - __Pyx_XDECREF(__pyx_t_18); __pyx_t_18 = 0; - __Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0; - - /* "ml2.pyx":94 - * # print np.mean(parent_dts) - * - * with open('../../Results/infectors.csv', 'w') as infectors_file: # <<<<<<<<<<<<<< - * for i, infector in enumerate(infectors): - * infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) - */ - /*except:*/ { - __Pyx_AddTraceback("ml2.ml2", __pyx_clineno, __pyx_lineno, __pyx_filename); - if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_3, &__pyx_t_4) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L40_except_error;} - __Pyx_GOTREF(__pyx_t_5); - __Pyx_GOTREF(__pyx_t_3); - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_18 = PyTuple_Pack(3, __pyx_t_5, __pyx_t_3, __pyx_t_4); if (unlikely(!__pyx_t_18)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L40_except_error;} - __Pyx_GOTREF(__pyx_t_18); - __pyx_t_43 = __Pyx_PyObject_Call(__pyx_t_38, __pyx_t_18, NULL); - __Pyx_DECREF(__pyx_t_38); __pyx_t_38 = 0; - __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; - if (unlikely(!__pyx_t_43)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L40_except_error;} - __Pyx_GOTREF(__pyx_t_43); - __pyx_t_32 = __Pyx_PyObject_IsTrue(__pyx_t_43); - __Pyx_DECREF(__pyx_t_43); __pyx_t_43 = 0; - if (__pyx_t_32 < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L40_except_error;} - __pyx_t_44 = ((!(__pyx_t_32 != 0)) != 0); - if (__pyx_t_44) { - __Pyx_GIVEREF(__pyx_t_5); - __Pyx_GIVEREF(__pyx_t_3); - __Pyx_XGIVEREF(__pyx_t_4); - __Pyx_ErrRestore(__pyx_t_5, __pyx_t_3, __pyx_t_4); - __pyx_t_5 = 0; __pyx_t_3 = 0; __pyx_t_4 = 0; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L40_except_error;} - } - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - goto __pyx_L39_exception_handled; - } - __pyx_L40_except_error:; - __Pyx_XGIVEREF(__pyx_t_39); - __Pyx_XGIVEREF(__pyx_t_40); - __Pyx_XGIVEREF(__pyx_t_41); - __Pyx_ExceptionReset(__pyx_t_39, __pyx_t_40, __pyx_t_41); - goto __pyx_L1_error; - __pyx_L39_exception_handled:; - __Pyx_XGIVEREF(__pyx_t_39); - __Pyx_XGIVEREF(__pyx_t_40); - __Pyx_XGIVEREF(__pyx_t_41); - __Pyx_ExceptionReset(__pyx_t_39, __pyx_t_40, __pyx_t_41); - __pyx_L45_try_end:; - } - } - /*finally:*/ { - /*normal exit:*/{ - if (__pyx_t_38) { - __pyx_t_41 = __Pyx_PyObject_Call(__pyx_t_38, __pyx_tuple__2, NULL); - __Pyx_DECREF(__pyx_t_38); __pyx_t_38 = 0; - if (unlikely(!__pyx_t_41)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_41); - __Pyx_DECREF(__pyx_t_41); __pyx_t_41 = 0; - } - goto __pyx_L37; - } - __pyx_L37:; - } - goto __pyx_L51; - __pyx_L34_error:; - __Pyx_DECREF(__pyx_t_38); __pyx_t_38 = 0; - goto __pyx_L1_error; - __pyx_L51:; - } - - /* "ml2.pyx":97 - * for i, infector in enumerate(infectors): - * infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) - * return (lmbda, roots, ll) # <<<<<<<<<<<<<< - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_4 = PyFloat_FromDouble(__pyx_v_lmbda); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 97; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_roots); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 97; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_5 = PyFloat_FromDouble(__pyx_v_ll); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 97; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __pyx_t_18 = PyTuple_New(3); if (unlikely(!__pyx_t_18)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 97; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_18); - PyTuple_SET_ITEM(__pyx_t_18, 0, __pyx_t_4); - __Pyx_GIVEREF(__pyx_t_4); - PyTuple_SET_ITEM(__pyx_t_18, 1, __pyx_t_3); - __Pyx_GIVEREF(__pyx_t_3); - PyTuple_SET_ITEM(__pyx_t_18, 2, __pyx_t_5); - __Pyx_GIVEREF(__pyx_t_5); - __pyx_t_4 = 0; - __pyx_t_3 = 0; - __pyx_t_5 = 0; - __pyx_r = __pyx_t_18; - __pyx_t_18 = 0; - goto __pyx_L0; - - /* "ml2.pyx":33 - * return result - * - * def ml2(dict root_victims, dict victims, dict non_victims, # <<<<<<<<<<<<<< - * DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): - * cdef: - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_3); - __Pyx_XDECREF(__pyx_t_4); - __Pyx_XDECREF(__pyx_t_5); - __Pyx_XDECREF(__pyx_t_6); - __Pyx_XDECREF(__pyx_t_17); - __Pyx_XDECREF(__pyx_t_18); - __Pyx_XDECREF(__pyx_t_19); - __Pyx_XDECREF(__pyx_t_20); - __Pyx_XDECREF(__pyx_t_21); - __Pyx_XDECREF(__pyx_t_22); - __Pyx_XDECREF(__pyx_t_23); - { PyObject *__pyx_type, *__pyx_value, *__pyx_tb; - __Pyx_ErrFetch(&__pyx_type, &__pyx_value, &__pyx_tb); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_infectors.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dists.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_nv.rcbuffer->pybuffer); - __Pyx_ErrRestore(__pyx_type, __pyx_value, __pyx_tb);} - __Pyx_AddTraceback("ml2.ml2", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = NULL; - goto __pyx_L2; - __pyx_L0:; - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_infectors.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dists.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_nv.rcbuffer->pybuffer); - __pyx_L2:; - __Pyx_XDECREF(__pyx_v_parents); - __Pyx_XDECREF(__pyx_v_failures); - __Pyx_XDECREF(__pyx_v_successes); - __Pyx_XDECREF((PyObject *)__pyx_v_probs); - __Pyx_XDECREF((PyObject *)__pyx_v_probs_fail); - __Pyx_XDECREF((PyObject *)__pyx_v_probs_nv); - __Pyx_XDECREF((PyObject *)__pyx_v_parent_dists); - __Pyx_XDECREF((PyObject *)__pyx_v_parent_dts); - __Pyx_XDECREF((PyObject *)__pyx_v_infectors); - __Pyx_XDECREF(__pyx_v_dists); - __Pyx_XDECREF(__pyx_v_dts); - __Pyx_XDECREF(__pyx_v_prnts); - __Pyx_XDECREF(__pyx_v_s); - __Pyx_XDECREF(__pyx_v_prob); - __Pyx_XDECREF(__pyx_v_infectors_file); - __Pyx_XDECREF(__pyx_v_infector); - __Pyx_XDECREF(__pyx_v_prnt); - __Pyx_XDECREF(__pyx_v_w1); - __Pyx_XDECREF(__pyx_v_w2); - __Pyx_XDECREF(__pyx_v_w3); - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":197 - * # experimental exception made for __getbuffer__ and __releasebuffer__ - * # -- the details of this may change. - * def __getbuffer__(ndarray self, Py_buffer* info, int flags): # <<<<<<<<<<<<<< - * # This implementation of getbuffer is geared towards Cython - * # requirements, and does not yet fullfill the PEP. - */ - -/* Python wrapper */ -static CYTHON_UNUSED int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /*proto*/ -static CYTHON_UNUSED int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) { - int __pyx_r; - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("__getbuffer__ (wrapper)", 0); - __pyx_r = __pyx_pf_5numpy_7ndarray___getbuffer__(((PyArrayObject *)__pyx_v_self), ((Py_buffer *)__pyx_v_info), ((int)__pyx_v_flags)); - - /* function exit code */ - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -static int __pyx_pf_5numpy_7ndarray___getbuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) { - int __pyx_v_copy_shape; - int __pyx_v_i; - int __pyx_v_ndim; - int __pyx_v_endian_detector; - int __pyx_v_little_endian; - int __pyx_v_t; - char *__pyx_v_f; - PyArray_Descr *__pyx_v_descr = 0; - int __pyx_v_offset; - int __pyx_v_hasfields; - int __pyx_r; - __Pyx_RefNannyDeclarations - int __pyx_t_1; - int __pyx_t_2; - PyObject *__pyx_t_3 = NULL; - int __pyx_t_4; - int __pyx_t_5; - PyObject *__pyx_t_6 = NULL; - char *__pyx_t_7; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("__getbuffer__", 0); - if (__pyx_v_info != NULL) { - __pyx_v_info->obj = Py_None; __Pyx_INCREF(Py_None); - __Pyx_GIVEREF(__pyx_v_info->obj); - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":203 - * # of flags - * - * if info == NULL: return # <<<<<<<<<<<<<< - * - * cdef int copy_shape, i, ndim - */ - __pyx_t_1 = ((__pyx_v_info == NULL) != 0); - if (__pyx_t_1) { - __pyx_r = 0; - goto __pyx_L0; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":206 - * - * cdef int copy_shape, i, ndim - * cdef int endian_detector = 1 # <<<<<<<<<<<<<< - * cdef bint little_endian = ((&endian_detector)[0] != 0) - * - */ - __pyx_v_endian_detector = 1; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":207 - * cdef int copy_shape, i, ndim - * cdef int endian_detector = 1 - * cdef bint little_endian = ((&endian_detector)[0] != 0) # <<<<<<<<<<<<<< - * - * ndim = PyArray_NDIM(self) - */ - __pyx_v_little_endian = ((((char *)(&__pyx_v_endian_detector))[0]) != 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":209 - * cdef bint little_endian = ((&endian_detector)[0] != 0) - * - * ndim = PyArray_NDIM(self) # <<<<<<<<<<<<<< - * - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - */ - __pyx_v_ndim = PyArray_NDIM(__pyx_v_self); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":211 - * ndim = PyArray_NDIM(self) - * - * if sizeof(npy_intp) != sizeof(Py_ssize_t): # <<<<<<<<<<<<<< - * copy_shape = 1 - * else: - */ - __pyx_t_1 = (((sizeof(npy_intp)) != (sizeof(Py_ssize_t))) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":212 - * - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - * copy_shape = 1 # <<<<<<<<<<<<<< - * else: - * copy_shape = 0 - */ - __pyx_v_copy_shape = 1; - goto __pyx_L4; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":214 - * copy_shape = 1 - * else: - * copy_shape = 0 # <<<<<<<<<<<<<< - * - * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) - */ - __pyx_v_copy_shape = 0; - } - __pyx_L4:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":216 - * copy_shape = 0 - * - * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) # <<<<<<<<<<<<<< - * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): - * raise ValueError(u"ndarray is not C contiguous") - */ - __pyx_t_2 = (((__pyx_v_flags & PyBUF_C_CONTIGUOUS) == PyBUF_C_CONTIGUOUS) != 0); - if (__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L6_bool_binop_done; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":217 - * - * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) - * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): # <<<<<<<<<<<<<< - * raise ValueError(u"ndarray is not C contiguous") - * - */ - __pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_C_CONTIGUOUS) != 0)) != 0); - __pyx_t_1 = __pyx_t_2; - __pyx_L6_bool_binop_done:; - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":218 - * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) - * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): - * raise ValueError(u"ndarray is not C contiguous") # <<<<<<<<<<<<<< - * - * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__3, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":220 - * raise ValueError(u"ndarray is not C contiguous") - * - * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) # <<<<<<<<<<<<<< - * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): - * raise ValueError(u"ndarray is not Fortran contiguous") - */ - __pyx_t_2 = (((__pyx_v_flags & PyBUF_F_CONTIGUOUS) == PyBUF_F_CONTIGUOUS) != 0); - if (__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L9_bool_binop_done; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":221 - * - * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) - * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): # <<<<<<<<<<<<<< - * raise ValueError(u"ndarray is not Fortran contiguous") - * - */ - __pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_F_CONTIGUOUS) != 0)) != 0); - __pyx_t_1 = __pyx_t_2; - __pyx_L9_bool_binop_done:; - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":222 - * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) - * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): - * raise ValueError(u"ndarray is not Fortran contiguous") # <<<<<<<<<<<<<< - * - * info.buf = PyArray_DATA(self) - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__4, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 222; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 222; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":224 - * raise ValueError(u"ndarray is not Fortran contiguous") - * - * info.buf = PyArray_DATA(self) # <<<<<<<<<<<<<< - * info.ndim = ndim - * if copy_shape: - */ - __pyx_v_info->buf = PyArray_DATA(__pyx_v_self); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":225 - * - * info.buf = PyArray_DATA(self) - * info.ndim = ndim # <<<<<<<<<<<<<< - * if copy_shape: - * # Allocate new buffer for strides and shape info. - */ - __pyx_v_info->ndim = __pyx_v_ndim; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":226 - * info.buf = PyArray_DATA(self) - * info.ndim = ndim - * if copy_shape: # <<<<<<<<<<<<<< - * # Allocate new buffer for strides and shape info. - * # This is allocated as one block, strides first. - */ - __pyx_t_1 = (__pyx_v_copy_shape != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":229 - * # Allocate new buffer for strides and shape info. - * # This is allocated as one block, strides first. - * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) # <<<<<<<<<<<<<< - * info.shape = info.strides + ndim - * for i in range(ndim): - */ - __pyx_v_info->strides = ((Py_ssize_t *)malloc((((sizeof(Py_ssize_t)) * ((size_t)__pyx_v_ndim)) * 2))); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":230 - * # This is allocated as one block, strides first. - * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) - * info.shape = info.strides + ndim # <<<<<<<<<<<<<< - * for i in range(ndim): - * info.strides[i] = PyArray_STRIDES(self)[i] - */ - __pyx_v_info->shape = (__pyx_v_info->strides + __pyx_v_ndim); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":231 - * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) - * info.shape = info.strides + ndim - * for i in range(ndim): # <<<<<<<<<<<<<< - * info.strides[i] = PyArray_STRIDES(self)[i] - * info.shape[i] = PyArray_DIMS(self)[i] - */ - __pyx_t_4 = __pyx_v_ndim; - for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { - __pyx_v_i = __pyx_t_5; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":232 - * info.shape = info.strides + ndim - * for i in range(ndim): - * info.strides[i] = PyArray_STRIDES(self)[i] # <<<<<<<<<<<<<< - * info.shape[i] = PyArray_DIMS(self)[i] - * else: - */ - (__pyx_v_info->strides[__pyx_v_i]) = (PyArray_STRIDES(__pyx_v_self)[__pyx_v_i]); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":233 - * for i in range(ndim): - * info.strides[i] = PyArray_STRIDES(self)[i] - * info.shape[i] = PyArray_DIMS(self)[i] # <<<<<<<<<<<<<< - * else: - * info.strides = PyArray_STRIDES(self) - */ - (__pyx_v_info->shape[__pyx_v_i]) = (PyArray_DIMS(__pyx_v_self)[__pyx_v_i]); - } - goto __pyx_L11; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":235 - * info.shape[i] = PyArray_DIMS(self)[i] - * else: - * info.strides = PyArray_STRIDES(self) # <<<<<<<<<<<<<< - * info.shape = PyArray_DIMS(self) - * info.suboffsets = NULL - */ - __pyx_v_info->strides = ((Py_ssize_t *)PyArray_STRIDES(__pyx_v_self)); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":236 - * else: - * info.strides = PyArray_STRIDES(self) - * info.shape = PyArray_DIMS(self) # <<<<<<<<<<<<<< - * info.suboffsets = NULL - * info.itemsize = PyArray_ITEMSIZE(self) - */ - __pyx_v_info->shape = ((Py_ssize_t *)PyArray_DIMS(__pyx_v_self)); - } - __pyx_L11:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":237 - * info.strides = PyArray_STRIDES(self) - * info.shape = PyArray_DIMS(self) - * info.suboffsets = NULL # <<<<<<<<<<<<<< - * info.itemsize = PyArray_ITEMSIZE(self) - * info.readonly = not PyArray_ISWRITEABLE(self) - */ - __pyx_v_info->suboffsets = NULL; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":238 - * info.shape = PyArray_DIMS(self) - * info.suboffsets = NULL - * info.itemsize = PyArray_ITEMSIZE(self) # <<<<<<<<<<<<<< - * info.readonly = not PyArray_ISWRITEABLE(self) - * - */ - __pyx_v_info->itemsize = PyArray_ITEMSIZE(__pyx_v_self); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":239 - * info.suboffsets = NULL - * info.itemsize = PyArray_ITEMSIZE(self) - * info.readonly = not PyArray_ISWRITEABLE(self) # <<<<<<<<<<<<<< - * - * cdef int t - */ - __pyx_v_info->readonly = (!(PyArray_ISWRITEABLE(__pyx_v_self) != 0)); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":242 - * - * cdef int t - * cdef char* f = NULL # <<<<<<<<<<<<<< - * cdef dtype descr = self.descr - * cdef list stack - */ - __pyx_v_f = NULL; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":243 - * cdef int t - * cdef char* f = NULL - * cdef dtype descr = self.descr # <<<<<<<<<<<<<< - * cdef list stack - * cdef int offset - */ - __pyx_t_3 = ((PyObject *)__pyx_v_self->descr); - __Pyx_INCREF(__pyx_t_3); - __pyx_v_descr = ((PyArray_Descr *)__pyx_t_3); - __pyx_t_3 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":247 - * cdef int offset - * - * cdef bint hasfields = PyDataType_HASFIELDS(descr) # <<<<<<<<<<<<<< - * - * if not hasfields and not copy_shape: - */ - __pyx_v_hasfields = PyDataType_HASFIELDS(__pyx_v_descr); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":249 - * cdef bint hasfields = PyDataType_HASFIELDS(descr) - * - * if not hasfields and not copy_shape: # <<<<<<<<<<<<<< - * # do not call releasebuffer - * info.obj = None - */ - __pyx_t_2 = ((!(__pyx_v_hasfields != 0)) != 0); - if (__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L15_bool_binop_done; - } - __pyx_t_2 = ((!(__pyx_v_copy_shape != 0)) != 0); - __pyx_t_1 = __pyx_t_2; - __pyx_L15_bool_binop_done:; - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":251 - * if not hasfields and not copy_shape: - * # do not call releasebuffer - * info.obj = None # <<<<<<<<<<<<<< - * else: - * # need to call releasebuffer - */ - __Pyx_INCREF(Py_None); - __Pyx_GIVEREF(Py_None); - __Pyx_GOTREF(__pyx_v_info->obj); - __Pyx_DECREF(__pyx_v_info->obj); - __pyx_v_info->obj = Py_None; - goto __pyx_L14; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":254 - * else: - * # need to call releasebuffer - * info.obj = self # <<<<<<<<<<<<<< - * - * if not hasfields: - */ - __Pyx_INCREF(((PyObject *)__pyx_v_self)); - __Pyx_GIVEREF(((PyObject *)__pyx_v_self)); - __Pyx_GOTREF(__pyx_v_info->obj); - __Pyx_DECREF(__pyx_v_info->obj); - __pyx_v_info->obj = ((PyObject *)__pyx_v_self); - } - __pyx_L14:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":256 - * info.obj = self - * - * if not hasfields: # <<<<<<<<<<<<<< - * t = descr.type_num - * if ((descr.byteorder == c'>' and little_endian) or - */ - __pyx_t_1 = ((!(__pyx_v_hasfields != 0)) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":257 - * - * if not hasfields: - * t = descr.type_num # <<<<<<<<<<<<<< - * if ((descr.byteorder == c'>' and little_endian) or - * (descr.byteorder == c'<' and not little_endian)): - */ - __pyx_t_4 = __pyx_v_descr->type_num; - __pyx_v_t = __pyx_t_4; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":258 - * if not hasfields: - * t = descr.type_num - * if ((descr.byteorder == c'>' and little_endian) or # <<<<<<<<<<<<<< - * (descr.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") - */ - __pyx_t_2 = ((__pyx_v_descr->byteorder == '>') != 0); - if (!__pyx_t_2) { - goto __pyx_L20_next_or; - } else { - } - __pyx_t_2 = (__pyx_v_little_endian != 0); - if (!__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L19_bool_binop_done; - } - __pyx_L20_next_or:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":259 - * t = descr.type_num - * if ((descr.byteorder == c'>' and little_endian) or - * (descr.byteorder == c'<' and not little_endian)): # <<<<<<<<<<<<<< - * raise ValueError(u"Non-native byte order not supported") - * if t == NPY_BYTE: f = "b" - */ - __pyx_t_2 = ((__pyx_v_descr->byteorder == '<') != 0); - if (__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L19_bool_binop_done; - } - __pyx_t_2 = ((!(__pyx_v_little_endian != 0)) != 0); - __pyx_t_1 = __pyx_t_2; - __pyx_L19_bool_binop_done:; - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":260 - * if ((descr.byteorder == c'>' and little_endian) or - * (descr.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< - * if t == NPY_BYTE: f = "b" - * elif t == NPY_UBYTE: f = "B" - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__5, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":277 - * elif t == NPY_CDOUBLE: f = "Zd" - * elif t == NPY_CLONGDOUBLE: f = "Zg" - * elif t == NPY_OBJECT: f = "O" # <<<<<<<<<<<<<< - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - */ - switch (__pyx_v_t) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":261 - * (descr.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") - * if t == NPY_BYTE: f = "b" # <<<<<<<<<<<<<< - * elif t == NPY_UBYTE: f = "B" - * elif t == NPY_SHORT: f = "h" - */ - case NPY_BYTE: - __pyx_v_f = __pyx_k_b; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":262 - * raise ValueError(u"Non-native byte order not supported") - * if t == NPY_BYTE: f = "b" - * elif t == NPY_UBYTE: f = "B" # <<<<<<<<<<<<<< - * elif t == NPY_SHORT: f = "h" - * elif t == NPY_USHORT: f = "H" - */ - case NPY_UBYTE: - __pyx_v_f = __pyx_k_B; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":263 - * if t == NPY_BYTE: f = "b" - * elif t == NPY_UBYTE: f = "B" - * elif t == NPY_SHORT: f = "h" # <<<<<<<<<<<<<< - * elif t == NPY_USHORT: f = "H" - * elif t == NPY_INT: f = "i" - */ - case NPY_SHORT: - __pyx_v_f = __pyx_k_h; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":264 - * elif t == NPY_UBYTE: f = "B" - * elif t == NPY_SHORT: f = "h" - * elif t == NPY_USHORT: f = "H" # <<<<<<<<<<<<<< - * elif t == NPY_INT: f = "i" - * elif t == NPY_UINT: f = "I" - */ - case NPY_USHORT: - __pyx_v_f = __pyx_k_H; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":265 - * elif t == NPY_SHORT: f = "h" - * elif t == NPY_USHORT: f = "H" - * elif t == NPY_INT: f = "i" # <<<<<<<<<<<<<< - * elif t == NPY_UINT: f = "I" - * elif t == NPY_LONG: f = "l" - */ - case NPY_INT: - __pyx_v_f = __pyx_k_i; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":266 - * elif t == NPY_USHORT: f = "H" - * elif t == NPY_INT: f = "i" - * elif t == NPY_UINT: f = "I" # <<<<<<<<<<<<<< - * elif t == NPY_LONG: f = "l" - * elif t == NPY_ULONG: f = "L" - */ - case NPY_UINT: - __pyx_v_f = __pyx_k_I; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":267 - * elif t == NPY_INT: f = "i" - * elif t == NPY_UINT: f = "I" - * elif t == NPY_LONG: f = "l" # <<<<<<<<<<<<<< - * elif t == NPY_ULONG: f = "L" - * elif t == NPY_LONGLONG: f = "q" - */ - case NPY_LONG: - __pyx_v_f = __pyx_k_l; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":268 - * elif t == NPY_UINT: f = "I" - * elif t == NPY_LONG: f = "l" - * elif t == NPY_ULONG: f = "L" # <<<<<<<<<<<<<< - * elif t == NPY_LONGLONG: f = "q" - * elif t == NPY_ULONGLONG: f = "Q" - */ - case NPY_ULONG: - __pyx_v_f = __pyx_k_L; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":269 - * elif t == NPY_LONG: f = "l" - * elif t == NPY_ULONG: f = "L" - * elif t == NPY_LONGLONG: f = "q" # <<<<<<<<<<<<<< - * elif t == NPY_ULONGLONG: f = "Q" - * elif t == NPY_FLOAT: f = "f" - */ - case NPY_LONGLONG: - __pyx_v_f = __pyx_k_q; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":270 - * elif t == NPY_ULONG: f = "L" - * elif t == NPY_LONGLONG: f = "q" - * elif t == NPY_ULONGLONG: f = "Q" # <<<<<<<<<<<<<< - * elif t == NPY_FLOAT: f = "f" - * elif t == NPY_DOUBLE: f = "d" - */ - case NPY_ULONGLONG: - __pyx_v_f = __pyx_k_Q; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":271 - * elif t == NPY_LONGLONG: f = "q" - * elif t == NPY_ULONGLONG: f = "Q" - * elif t == NPY_FLOAT: f = "f" # <<<<<<<<<<<<<< - * elif t == NPY_DOUBLE: f = "d" - * elif t == NPY_LONGDOUBLE: f = "g" - */ - case NPY_FLOAT: - __pyx_v_f = __pyx_k_f; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":272 - * elif t == NPY_ULONGLONG: f = "Q" - * elif t == NPY_FLOAT: f = "f" - * elif t == NPY_DOUBLE: f = "d" # <<<<<<<<<<<<<< - * elif t == NPY_LONGDOUBLE: f = "g" - * elif t == NPY_CFLOAT: f = "Zf" - */ - case NPY_DOUBLE: - __pyx_v_f = __pyx_k_d; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":273 - * elif t == NPY_FLOAT: f = "f" - * elif t == NPY_DOUBLE: f = "d" - * elif t == NPY_LONGDOUBLE: f = "g" # <<<<<<<<<<<<<< - * elif t == NPY_CFLOAT: f = "Zf" - * elif t == NPY_CDOUBLE: f = "Zd" - */ - case NPY_LONGDOUBLE: - __pyx_v_f = __pyx_k_g; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":274 - * elif t == NPY_DOUBLE: f = "d" - * elif t == NPY_LONGDOUBLE: f = "g" - * elif t == NPY_CFLOAT: f = "Zf" # <<<<<<<<<<<<<< - * elif t == NPY_CDOUBLE: f = "Zd" - * elif t == NPY_CLONGDOUBLE: f = "Zg" - */ - case NPY_CFLOAT: - __pyx_v_f = __pyx_k_Zf; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":275 - * elif t == NPY_LONGDOUBLE: f = "g" - * elif t == NPY_CFLOAT: f = "Zf" - * elif t == NPY_CDOUBLE: f = "Zd" # <<<<<<<<<<<<<< - * elif t == NPY_CLONGDOUBLE: f = "Zg" - * elif t == NPY_OBJECT: f = "O" - */ - case NPY_CDOUBLE: - __pyx_v_f = __pyx_k_Zd; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":276 - * elif t == NPY_CFLOAT: f = "Zf" - * elif t == NPY_CDOUBLE: f = "Zd" - * elif t == NPY_CLONGDOUBLE: f = "Zg" # <<<<<<<<<<<<<< - * elif t == NPY_OBJECT: f = "O" - * else: - */ - case NPY_CLONGDOUBLE: - __pyx_v_f = __pyx_k_Zg; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":277 - * elif t == NPY_CDOUBLE: f = "Zd" - * elif t == NPY_CLONGDOUBLE: f = "Zg" - * elif t == NPY_OBJECT: f = "O" # <<<<<<<<<<<<<< - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - */ - case NPY_OBJECT: - __pyx_v_f = __pyx_k_O; - break; - default: - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":279 - * elif t == NPY_OBJECT: f = "O" - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) # <<<<<<<<<<<<<< - * info.format = f - * return - */ - __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_t); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_6 = PyUnicode_Format(__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_t_6); - __Pyx_GIVEREF(__pyx_t_6); - __pyx_t_6 = 0; - __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_3, NULL); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_Raise(__pyx_t_6, 0, 0, 0); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - break; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":280 - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - * info.format = f # <<<<<<<<<<<<<< - * return - * else: - */ - __pyx_v_info->format = __pyx_v_f; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":281 - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - * info.format = f - * return # <<<<<<<<<<<<<< - * else: - * info.format = stdlib.malloc(_buffer_format_string_len) - */ - __pyx_r = 0; - goto __pyx_L0; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":283 - * return - * else: - * info.format = stdlib.malloc(_buffer_format_string_len) # <<<<<<<<<<<<<< - * info.format[0] = c'^' # Native data types, manual alignment - * offset = 0 - */ - __pyx_v_info->format = ((char *)malloc(255)); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":284 - * else: - * info.format = stdlib.malloc(_buffer_format_string_len) - * info.format[0] = c'^' # Native data types, manual alignment # <<<<<<<<<<<<<< - * offset = 0 - * f = _util_dtypestring(descr, info.format + 1, - */ - (__pyx_v_info->format[0]) = '^'; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":285 - * info.format = stdlib.malloc(_buffer_format_string_len) - * info.format[0] = c'^' # Native data types, manual alignment - * offset = 0 # <<<<<<<<<<<<<< - * f = _util_dtypestring(descr, info.format + 1, - * info.format + _buffer_format_string_len, - */ - __pyx_v_offset = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":286 - * info.format[0] = c'^' # Native data types, manual alignment - * offset = 0 - * f = _util_dtypestring(descr, info.format + 1, # <<<<<<<<<<<<<< - * info.format + _buffer_format_string_len, - * &offset) - */ - __pyx_t_7 = __pyx_f_5numpy__util_dtypestring(__pyx_v_descr, (__pyx_v_info->format + 1), (__pyx_v_info->format + 255), (&__pyx_v_offset)); if (unlikely(__pyx_t_7 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 286; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_v_f = __pyx_t_7; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":289 - * info.format + _buffer_format_string_len, - * &offset) - * f[0] = c'\0' # Terminate format string # <<<<<<<<<<<<<< - * - * def __releasebuffer__(ndarray self, Py_buffer* info): - */ - (__pyx_v_f[0]) = '\x00'; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":197 - * # experimental exception made for __getbuffer__ and __releasebuffer__ - * # -- the details of this may change. - * def __getbuffer__(ndarray self, Py_buffer* info, int flags): # <<<<<<<<<<<<<< - * # This implementation of getbuffer is geared towards Cython - * # requirements, and does not yet fullfill the PEP. - */ - - /* function exit code */ - __pyx_r = 0; - goto __pyx_L0; - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_3); - __Pyx_XDECREF(__pyx_t_6); - __Pyx_AddTraceback("numpy.ndarray.__getbuffer__", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = -1; - if (__pyx_v_info != NULL && __pyx_v_info->obj != NULL) { - __Pyx_GOTREF(__pyx_v_info->obj); - __Pyx_DECREF(__pyx_v_info->obj); __pyx_v_info->obj = NULL; - } - goto __pyx_L2; - __pyx_L0:; - if (__pyx_v_info != NULL && __pyx_v_info->obj == Py_None) { - __Pyx_GOTREF(Py_None); - __Pyx_DECREF(Py_None); __pyx_v_info->obj = NULL; - } - __pyx_L2:; - __Pyx_XDECREF((PyObject *)__pyx_v_descr); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":291 - * f[0] = c'\0' # Terminate format string - * - * def __releasebuffer__(ndarray self, Py_buffer* info): # <<<<<<<<<<<<<< - * if PyArray_HASFIELDS(self): - * stdlib.free(info.format) - */ - -/* Python wrapper */ -static CYTHON_UNUSED void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info); /*proto*/ -static CYTHON_UNUSED void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info) { - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("__releasebuffer__ (wrapper)", 0); - __pyx_pf_5numpy_7ndarray_2__releasebuffer__(((PyArrayObject *)__pyx_v_self), ((Py_buffer *)__pyx_v_info)); - - /* function exit code */ - __Pyx_RefNannyFinishContext(); -} - -static void __pyx_pf_5numpy_7ndarray_2__releasebuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info) { - __Pyx_RefNannyDeclarations - int __pyx_t_1; - __Pyx_RefNannySetupContext("__releasebuffer__", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":292 - * - * def __releasebuffer__(ndarray self, Py_buffer* info): - * if PyArray_HASFIELDS(self): # <<<<<<<<<<<<<< - * stdlib.free(info.format) - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - */ - __pyx_t_1 = (PyArray_HASFIELDS(__pyx_v_self) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":293 - * def __releasebuffer__(ndarray self, Py_buffer* info): - * if PyArray_HASFIELDS(self): - * stdlib.free(info.format) # <<<<<<<<<<<<<< - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - * stdlib.free(info.strides) - */ - free(__pyx_v_info->format); - goto __pyx_L3; - } - __pyx_L3:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":294 - * if PyArray_HASFIELDS(self): - * stdlib.free(info.format) - * if sizeof(npy_intp) != sizeof(Py_ssize_t): # <<<<<<<<<<<<<< - * stdlib.free(info.strides) - * # info.shape was stored after info.strides in the same block - */ - __pyx_t_1 = (((sizeof(npy_intp)) != (sizeof(Py_ssize_t))) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":295 - * stdlib.free(info.format) - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - * stdlib.free(info.strides) # <<<<<<<<<<<<<< - * # info.shape was stored after info.strides in the same block - * - */ - free(__pyx_v_info->strides); - goto __pyx_L4; - } - __pyx_L4:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":291 - * f[0] = c'\0' # Terminate format string - * - * def __releasebuffer__(ndarray self, Py_buffer* info): # <<<<<<<<<<<<<< - * if PyArray_HASFIELDS(self): - * stdlib.free(info.format) - */ - - /* function exit code */ - __Pyx_RefNannyFinishContext(); -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":771 - * ctypedef npy_cdouble complex_t - * - * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(1, a) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__pyx_v_a) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":772 - * - * cdef inline object PyArray_MultiIterNew1(a): - * return PyArray_MultiIterNew(1, a) # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew2(a, b): - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 772; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":771 - * ctypedef npy_cdouble complex_t - * - * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(1, a) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew1", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":774 - * return PyArray_MultiIterNew(1, a) - * - * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(2, a, b) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__pyx_v_a, PyObject *__pyx_v_b) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":775 - * - * cdef inline object PyArray_MultiIterNew2(a, b): - * return PyArray_MultiIterNew(2, a, b) # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew3(a, b, c): - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 775; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":774 - * return PyArray_MultiIterNew(1, a) - * - * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(2, a, b) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew2", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":777 - * return PyArray_MultiIterNew(2, a, b) - * - * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(3, a, b, c) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":778 - * - * cdef inline object PyArray_MultiIterNew3(a, b, c): - * return PyArray_MultiIterNew(3, a, b, c) # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew4(a, b, c, d): - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(3, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 778; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":777 - * return PyArray_MultiIterNew(2, a, b) - * - * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(3, a, b, c) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew3", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":780 - * return PyArray_MultiIterNew(3, a, b, c) - * - * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(4, a, b, c, d) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":781 - * - * cdef inline object PyArray_MultiIterNew4(a, b, c, d): - * return PyArray_MultiIterNew(4, a, b, c, d) # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(4, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 781; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":780 - * return PyArray_MultiIterNew(3, a, b, c) - * - * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(4, a, b, c, d) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew4", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":783 - * return PyArray_MultiIterNew(4, a, b, c, d) - * - * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(5, a, b, c, d, e) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d, PyObject *__pyx_v_e) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":784 - * - * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): - * return PyArray_MultiIterNew(5, a, b, c, d, e) # <<<<<<<<<<<<<< - * - * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(5, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d), ((void *)__pyx_v_e)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 784; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":783 - * return PyArray_MultiIterNew(4, a, b, c, d) - * - * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(5, a, b, c, d, e) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew5", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":786 - * return PyArray_MultiIterNew(5, a, b, c, d, e) - * - * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: # <<<<<<<<<<<<<< - * # Recursive utility function used in __getbuffer__ to get format - * # string. The new location in the format string is returned. - */ - -static CYTHON_INLINE char *__pyx_f_5numpy__util_dtypestring(PyArray_Descr *__pyx_v_descr, char *__pyx_v_f, char *__pyx_v_end, int *__pyx_v_offset) { - PyArray_Descr *__pyx_v_child = 0; - int __pyx_v_endian_detector; - int __pyx_v_little_endian; - PyObject *__pyx_v_fields = 0; - PyObject *__pyx_v_childname = NULL; - PyObject *__pyx_v_new_offset = NULL; - PyObject *__pyx_v_t = NULL; - char *__pyx_r; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - Py_ssize_t __pyx_t_2; - PyObject *__pyx_t_3 = NULL; - PyObject *__pyx_t_4 = NULL; - int __pyx_t_5; - int __pyx_t_6; - int __pyx_t_7; - long __pyx_t_8; - char *__pyx_t_9; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("_util_dtypestring", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":793 - * cdef int delta_offset - * cdef tuple i - * cdef int endian_detector = 1 # <<<<<<<<<<<<<< - * cdef bint little_endian = ((&endian_detector)[0] != 0) - * cdef tuple fields - */ - __pyx_v_endian_detector = 1; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":794 - * cdef tuple i - * cdef int endian_detector = 1 - * cdef bint little_endian = ((&endian_detector)[0] != 0) # <<<<<<<<<<<<<< - * cdef tuple fields - * - */ - __pyx_v_little_endian = ((((char *)(&__pyx_v_endian_detector))[0]) != 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":797 - * cdef tuple fields - * - * for childname in descr.names: # <<<<<<<<<<<<<< - * fields = descr.fields[childname] - * child, new_offset = fields - */ - if (unlikely(__pyx_v_descr->names == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_1 = __pyx_v_descr->names; __Pyx_INCREF(__pyx_t_1); __pyx_t_2 = 0; - for (;;) { - if (__pyx_t_2 >= PyTuple_GET_SIZE(__pyx_t_1)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_1, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_3 = PySequence_ITEM(__pyx_t_1, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - __Pyx_XDECREF_SET(__pyx_v_childname, __pyx_t_3); - __pyx_t_3 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":798 - * - * for childname in descr.names: - * fields = descr.fields[childname] # <<<<<<<<<<<<<< - * child, new_offset = fields - * - */ - if (unlikely(__pyx_v_descr->fields == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable"); - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_3 = __Pyx_PyDict_GetItem(__pyx_v_descr->fields, __pyx_v_childname); if (unlikely(__pyx_t_3 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_3); - if (!(likely(PyTuple_CheckExact(__pyx_t_3))||((__pyx_t_3) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "tuple", Py_TYPE(__pyx_t_3)->tp_name), 0))) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_XDECREF_SET(__pyx_v_fields, ((PyObject*)__pyx_t_3)); - __pyx_t_3 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":799 - * for childname in descr.names: - * fields = descr.fields[childname] - * child, new_offset = fields # <<<<<<<<<<<<<< - * - * if (end - f) - (new_offset - offset[0]) < 15: - */ - if (likely(__pyx_v_fields != Py_None)) { - PyObject* sequence = __pyx_v_fields; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 2)) { - if (size > 2) __Pyx_RaiseTooManyValuesError(2); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_3 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_4 = PyTuple_GET_ITEM(sequence, 1); - __Pyx_INCREF(__pyx_t_3); - __Pyx_INCREF(__pyx_t_4); - #else - __pyx_t_3 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - #endif - } else { - __Pyx_RaiseNoneNotIterableError(); {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_ptype_5numpy_dtype))))) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_XDECREF_SET(__pyx_v_child, ((PyArray_Descr *)__pyx_t_3)); - __pyx_t_3 = 0; - __Pyx_XDECREF_SET(__pyx_v_new_offset, __pyx_t_4); - __pyx_t_4 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":801 - * child, new_offset = fields - * - * if (end - f) - (new_offset - offset[0]) < 15: # <<<<<<<<<<<<<< - * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") - * - */ - __pyx_t_4 = __Pyx_PyInt_From_int((__pyx_v_offset[0])); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyNumber_Subtract(__pyx_v_new_offset, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_5 = __Pyx_PyInt_As_int(__pyx_t_3); if (unlikely((__pyx_t_5 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = ((((__pyx_v_end - __pyx_v_f) - ((int)__pyx_t_5)) < 15) != 0); - if (__pyx_t_6) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":802 - * - * if (end - f) - (new_offset - offset[0]) < 15: - * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") # <<<<<<<<<<<<<< - * - * if ((child.byteorder == c'>' and little_endian) or - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_RuntimeError, __pyx_tuple__6, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":804 - * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") - * - * if ((child.byteorder == c'>' and little_endian) or # <<<<<<<<<<<<<< - * (child.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") - */ - __pyx_t_7 = ((__pyx_v_child->byteorder == '>') != 0); - if (!__pyx_t_7) { - goto __pyx_L8_next_or; - } else { - } - __pyx_t_7 = (__pyx_v_little_endian != 0); - if (!__pyx_t_7) { - } else { - __pyx_t_6 = __pyx_t_7; - goto __pyx_L7_bool_binop_done; - } - __pyx_L8_next_or:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":805 - * - * if ((child.byteorder == c'>' and little_endian) or - * (child.byteorder == c'<' and not little_endian)): # <<<<<<<<<<<<<< - * raise ValueError(u"Non-native byte order not supported") - * # One could encode it in the format string and have Cython - */ - __pyx_t_7 = ((__pyx_v_child->byteorder == '<') != 0); - if (__pyx_t_7) { - } else { - __pyx_t_6 = __pyx_t_7; - goto __pyx_L7_bool_binop_done; - } - __pyx_t_7 = ((!(__pyx_v_little_endian != 0)) != 0); - __pyx_t_6 = __pyx_t_7; - __pyx_L7_bool_binop_done:; - if (__pyx_t_6) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":806 - * if ((child.byteorder == c'>' and little_endian) or - * (child.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< - * # One could encode it in the format string and have Cython - * # complain instead, BUT: < and > in format strings also imply - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__7, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":816 - * - * # Output padding bytes - * while offset[0] < new_offset: # <<<<<<<<<<<<<< - * f[0] = 120 # "x"; pad byte - * f += 1 - */ - while (1) { - __pyx_t_3 = __Pyx_PyInt_From_int((__pyx_v_offset[0])); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_t_3, __pyx_v_new_offset, Py_LT); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (!__pyx_t_6) break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":817 - * # Output padding bytes - * while offset[0] < new_offset: - * f[0] = 120 # "x"; pad byte # <<<<<<<<<<<<<< - * f += 1 - * offset[0] += 1 - */ - (__pyx_v_f[0]) = 120; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":818 - * while offset[0] < new_offset: - * f[0] = 120 # "x"; pad byte - * f += 1 # <<<<<<<<<<<<<< - * offset[0] += 1 - * - */ - __pyx_v_f = (__pyx_v_f + 1); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":819 - * f[0] = 120 # "x"; pad byte - * f += 1 - * offset[0] += 1 # <<<<<<<<<<<<<< - * - * offset[0] += child.itemsize - */ - __pyx_t_8 = 0; - (__pyx_v_offset[__pyx_t_8]) = ((__pyx_v_offset[__pyx_t_8]) + 1); - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":821 - * offset[0] += 1 - * - * offset[0] += child.itemsize # <<<<<<<<<<<<<< - * - * if not PyDataType_HASFIELDS(child): - */ - __pyx_t_8 = 0; - (__pyx_v_offset[__pyx_t_8]) = ((__pyx_v_offset[__pyx_t_8]) + __pyx_v_child->elsize); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":823 - * offset[0] += child.itemsize - * - * if not PyDataType_HASFIELDS(child): # <<<<<<<<<<<<<< - * t = child.type_num - * if end - f < 5: - */ - __pyx_t_6 = ((!(PyDataType_HASFIELDS(__pyx_v_child) != 0)) != 0); - if (__pyx_t_6) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":824 - * - * if not PyDataType_HASFIELDS(child): - * t = child.type_num # <<<<<<<<<<<<<< - * if end - f < 5: - * raise RuntimeError(u"Format string allocated too short.") - */ - __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_child->type_num); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 824; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_XDECREF_SET(__pyx_v_t, __pyx_t_4); - __pyx_t_4 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":825 - * if not PyDataType_HASFIELDS(child): - * t = child.type_num - * if end - f < 5: # <<<<<<<<<<<<<< - * raise RuntimeError(u"Format string allocated too short.") - * - */ - __pyx_t_6 = (((__pyx_v_end - __pyx_v_f) < 5) != 0); - if (__pyx_t_6) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":826 - * t = child.type_num - * if end - f < 5: - * raise RuntimeError(u"Format string allocated too short.") # <<<<<<<<<<<<<< - * - * # Until ticket #99 is fixed, use integers to avoid warnings - */ - __pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_RuntimeError, __pyx_tuple__8, NULL); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_Raise(__pyx_t_4, 0, 0, 0); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":829 - * - * # Until ticket #99 is fixed, use integers to avoid warnings - * if t == NPY_BYTE: f[0] = 98 #"b" # <<<<<<<<<<<<<< - * elif t == NPY_UBYTE: f[0] = 66 #"B" - * elif t == NPY_SHORT: f[0] = 104 #"h" - */ - __pyx_t_4 = PyInt_FromLong(NPY_BYTE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 98; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":830 - * # Until ticket #99 is fixed, use integers to avoid warnings - * if t == NPY_BYTE: f[0] = 98 #"b" - * elif t == NPY_UBYTE: f[0] = 66 #"B" # <<<<<<<<<<<<<< - * elif t == NPY_SHORT: f[0] = 104 #"h" - * elif t == NPY_USHORT: f[0] = 72 #"H" - */ - __pyx_t_3 = PyInt_FromLong(NPY_UBYTE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 66; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":831 - * if t == NPY_BYTE: f[0] = 98 #"b" - * elif t == NPY_UBYTE: f[0] = 66 #"B" - * elif t == NPY_SHORT: f[0] = 104 #"h" # <<<<<<<<<<<<<< - * elif t == NPY_USHORT: f[0] = 72 #"H" - * elif t == NPY_INT: f[0] = 105 #"i" - */ - __pyx_t_4 = PyInt_FromLong(NPY_SHORT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 104; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":832 - * elif t == NPY_UBYTE: f[0] = 66 #"B" - * elif t == NPY_SHORT: f[0] = 104 #"h" - * elif t == NPY_USHORT: f[0] = 72 #"H" # <<<<<<<<<<<<<< - * elif t == NPY_INT: f[0] = 105 #"i" - * elif t == NPY_UINT: f[0] = 73 #"I" - */ - __pyx_t_3 = PyInt_FromLong(NPY_USHORT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 72; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":833 - * elif t == NPY_SHORT: f[0] = 104 #"h" - * elif t == NPY_USHORT: f[0] = 72 #"H" - * elif t == NPY_INT: f[0] = 105 #"i" # <<<<<<<<<<<<<< - * elif t == NPY_UINT: f[0] = 73 #"I" - * elif t == NPY_LONG: f[0] = 108 #"l" - */ - __pyx_t_4 = PyInt_FromLong(NPY_INT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 105; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":834 - * elif t == NPY_USHORT: f[0] = 72 #"H" - * elif t == NPY_INT: f[0] = 105 #"i" - * elif t == NPY_UINT: f[0] = 73 #"I" # <<<<<<<<<<<<<< - * elif t == NPY_LONG: f[0] = 108 #"l" - * elif t == NPY_ULONG: f[0] = 76 #"L" - */ - __pyx_t_3 = PyInt_FromLong(NPY_UINT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 73; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":835 - * elif t == NPY_INT: f[0] = 105 #"i" - * elif t == NPY_UINT: f[0] = 73 #"I" - * elif t == NPY_LONG: f[0] = 108 #"l" # <<<<<<<<<<<<<< - * elif t == NPY_ULONG: f[0] = 76 #"L" - * elif t == NPY_LONGLONG: f[0] = 113 #"q" - */ - __pyx_t_4 = PyInt_FromLong(NPY_LONG); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 108; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":836 - * elif t == NPY_UINT: f[0] = 73 #"I" - * elif t == NPY_LONG: f[0] = 108 #"l" - * elif t == NPY_ULONG: f[0] = 76 #"L" # <<<<<<<<<<<<<< - * elif t == NPY_LONGLONG: f[0] = 113 #"q" - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" - */ - __pyx_t_3 = PyInt_FromLong(NPY_ULONG); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 76; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":837 - * elif t == NPY_LONG: f[0] = 108 #"l" - * elif t == NPY_ULONG: f[0] = 76 #"L" - * elif t == NPY_LONGLONG: f[0] = 113 #"q" # <<<<<<<<<<<<<< - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" - * elif t == NPY_FLOAT: f[0] = 102 #"f" - */ - __pyx_t_4 = PyInt_FromLong(NPY_LONGLONG); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 113; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":838 - * elif t == NPY_ULONG: f[0] = 76 #"L" - * elif t == NPY_LONGLONG: f[0] = 113 #"q" - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" # <<<<<<<<<<<<<< - * elif t == NPY_FLOAT: f[0] = 102 #"f" - * elif t == NPY_DOUBLE: f[0] = 100 #"d" - */ - __pyx_t_3 = PyInt_FromLong(NPY_ULONGLONG); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 81; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":839 - * elif t == NPY_LONGLONG: f[0] = 113 #"q" - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" - * elif t == NPY_FLOAT: f[0] = 102 #"f" # <<<<<<<<<<<<<< - * elif t == NPY_DOUBLE: f[0] = 100 #"d" - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" - */ - __pyx_t_4 = PyInt_FromLong(NPY_FLOAT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 102; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":840 - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" - * elif t == NPY_FLOAT: f[0] = 102 #"f" - * elif t == NPY_DOUBLE: f[0] = 100 #"d" # <<<<<<<<<<<<<< - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf - */ - __pyx_t_3 = PyInt_FromLong(NPY_DOUBLE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 100; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":841 - * elif t == NPY_FLOAT: f[0] = 102 #"f" - * elif t == NPY_DOUBLE: f[0] = 100 #"d" - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" # <<<<<<<<<<<<<< - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd - */ - __pyx_t_4 = PyInt_FromLong(NPY_LONGDOUBLE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 103; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":842 - * elif t == NPY_DOUBLE: f[0] = 100 #"d" - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf # <<<<<<<<<<<<<< - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd - * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg - */ - __pyx_t_3 = PyInt_FromLong(NPY_CFLOAT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 90; - (__pyx_v_f[1]) = 102; - __pyx_v_f = (__pyx_v_f + 1); - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":843 - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd # <<<<<<<<<<<<<< - * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg - * elif t == NPY_OBJECT: f[0] = 79 #"O" - */ - __pyx_t_4 = PyInt_FromLong(NPY_CDOUBLE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 90; - (__pyx_v_f[1]) = 100; - __pyx_v_f = (__pyx_v_f + 1); - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":844 - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd - * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg # <<<<<<<<<<<<<< - * elif t == NPY_OBJECT: f[0] = 79 #"O" - * else: - */ - __pyx_t_3 = PyInt_FromLong(NPY_CLONGDOUBLE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 90; - (__pyx_v_f[1]) = 103; - __pyx_v_f = (__pyx_v_f + 1); - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":845 - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd - * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg - * elif t == NPY_OBJECT: f[0] = 79 #"O" # <<<<<<<<<<<<<< - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - */ - __pyx_t_4 = PyInt_FromLong(NPY_OBJECT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 79; - goto __pyx_L15; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":847 - * elif t == NPY_OBJECT: f[0] = 79 #"O" - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) # <<<<<<<<<<<<<< - * f += 1 - * else: - */ - __pyx_t_3 = PyUnicode_Format(__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_v_t); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyTuple_New(1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_3); - __Pyx_GIVEREF(__pyx_t_3); - __pyx_t_3 = 0; - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_4, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_L15:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":848 - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - * f += 1 # <<<<<<<<<<<<<< - * else: - * # Cython ignores struct boundary information ("T{...}"), - */ - __pyx_v_f = (__pyx_v_f + 1); - goto __pyx_L13; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":852 - * # Cython ignores struct boundary information ("T{...}"), - * # so don't output it - * f = _util_dtypestring(child, f, end, offset) # <<<<<<<<<<<<<< - * return f - * - */ - __pyx_t_9 = __pyx_f_5numpy__util_dtypestring(__pyx_v_child, __pyx_v_f, __pyx_v_end, __pyx_v_offset); if (unlikely(__pyx_t_9 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 852; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_v_f = __pyx_t_9; - } - __pyx_L13:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":797 - * cdef tuple fields - * - * for childname in descr.names: # <<<<<<<<<<<<<< - * fields = descr.fields[childname] - * child, new_offset = fields - */ - } - __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":853 - * # so don't output it - * f = _util_dtypestring(child, f, end, offset) - * return f # <<<<<<<<<<<<<< - * - * - */ - __pyx_r = __pyx_v_f; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":786 - * return PyArray_MultiIterNew(5, a, b, c, d, e) - * - * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: # <<<<<<<<<<<<<< - * # Recursive utility function used in __getbuffer__ to get format - * # string. The new location in the format string is returned. - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_XDECREF(__pyx_t_3); - __Pyx_XDECREF(__pyx_t_4); - __Pyx_AddTraceback("numpy._util_dtypestring", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = NULL; - __pyx_L0:; - __Pyx_XDECREF((PyObject *)__pyx_v_child); - __Pyx_XDECREF(__pyx_v_fields); - __Pyx_XDECREF(__pyx_v_childname); - __Pyx_XDECREF(__pyx_v_new_offset); - __Pyx_XDECREF(__pyx_v_t); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":969 - * - * - * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<< - * cdef PyObject* baseptr - * if base is None: - */ - -static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) { - PyObject *__pyx_v_baseptr; - __Pyx_RefNannyDeclarations - int __pyx_t_1; - int __pyx_t_2; - __Pyx_RefNannySetupContext("set_array_base", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":971 - * cdef inline void set_array_base(ndarray arr, object base): - * cdef PyObject* baseptr - * if base is None: # <<<<<<<<<<<<<< - * baseptr = NULL - * else: - */ - __pyx_t_1 = (__pyx_v_base == Py_None); - __pyx_t_2 = (__pyx_t_1 != 0); - if (__pyx_t_2) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":972 - * cdef PyObject* baseptr - * if base is None: - * baseptr = NULL # <<<<<<<<<<<<<< - * else: - * Py_INCREF(base) # important to do this before decref below! - */ - __pyx_v_baseptr = NULL; - goto __pyx_L3; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":974 - * baseptr = NULL - * else: - * Py_INCREF(base) # important to do this before decref below! # <<<<<<<<<<<<<< - * baseptr = base - * Py_XDECREF(arr.base) - */ - Py_INCREF(__pyx_v_base); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":975 - * else: - * Py_INCREF(base) # important to do this before decref below! - * baseptr = base # <<<<<<<<<<<<<< - * Py_XDECREF(arr.base) - * arr.base = baseptr - */ - __pyx_v_baseptr = ((PyObject *)__pyx_v_base); - } - __pyx_L3:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":976 - * Py_INCREF(base) # important to do this before decref below! - * baseptr = base - * Py_XDECREF(arr.base) # <<<<<<<<<<<<<< - * arr.base = baseptr - * - */ - Py_XDECREF(__pyx_v_arr->base); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":977 - * baseptr = base - * Py_XDECREF(arr.base) - * arr.base = baseptr # <<<<<<<<<<<<<< - * - * cdef inline object get_array_base(ndarray arr): - */ - __pyx_v_arr->base = __pyx_v_baseptr; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":969 - * - * - * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<< - * cdef PyObject* baseptr - * if base is None: - */ - - /* function exit code */ - __Pyx_RefNannyFinishContext(); -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 - * arr.base = baseptr - * - * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< - * if arr.base is NULL: - * return None - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__pyx_v_arr) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - int __pyx_t_1; - __Pyx_RefNannySetupContext("get_array_base", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":980 - * - * cdef inline object get_array_base(ndarray arr): - * if arr.base is NULL: # <<<<<<<<<<<<<< - * return None - * else: - */ - __pyx_t_1 = ((__pyx_v_arr->base == NULL) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":981 - * cdef inline object get_array_base(ndarray arr): - * if arr.base is NULL: - * return None # <<<<<<<<<<<<<< - * else: - * return arr.base - */ - __Pyx_XDECREF(__pyx_r); - __Pyx_INCREF(Py_None); - __pyx_r = Py_None; - goto __pyx_L0; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":983 - * return None - * else: - * return arr.base # <<<<<<<<<<<<<< - */ - __Pyx_XDECREF(__pyx_r); - __Pyx_INCREF(((PyObject *)__pyx_v_arr->base)); - __pyx_r = ((PyObject *)__pyx_v_arr->base); - goto __pyx_L0; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 - * arr.base = baseptr - * - * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< - * if arr.base is NULL: - * return None - */ - - /* function exit code */ - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -static PyMethodDef __pyx_methods[] = { - {0, 0, 0, 0} -}; - -#if PY_MAJOR_VERSION >= 3 -static struct PyModuleDef __pyx_moduledef = { - #if PY_VERSION_HEX < 0x03020000 - { PyObject_HEAD_INIT(NULL) NULL, 0, NULL }, - #else - PyModuleDef_HEAD_INIT, - #endif - "ml2", - 0, /* m_doc */ - -1, /* m_size */ - __pyx_methods /* m_methods */, - NULL, /* m_reload */ - NULL, /* m_traverse */ - NULL, /* m_clear */ - NULL /* m_free */ -}; -#endif - -static __Pyx_StringTabEntry __pyx_string_tab[] = { - {&__pyx_n_s_DTYPE, __pyx_k_DTYPE, sizeof(__pyx_k_DTYPE), 0, 0, 1, 1}, - {&__pyx_kp_u_Format_string_allocated_too_shor, __pyx_k_Format_string_allocated_too_shor, sizeof(__pyx_k_Format_string_allocated_too_shor), 0, 1, 0, 0}, - {&__pyx_kp_u_Format_string_allocated_too_shor_2, __pyx_k_Format_string_allocated_too_shor_2, sizeof(__pyx_k_Format_string_allocated_too_shor_2), 0, 1, 0, 0}, - {&__pyx_kp_u_Non_native_byte_order_not_suppor, __pyx_k_Non_native_byte_order_not_suppor, sizeof(__pyx_k_Non_native_byte_order_not_suppor), 0, 1, 0, 0}, - {&__pyx_kp_s_Results_infectors_csv, __pyx_k_Results_infectors_csv, sizeof(__pyx_k_Results_infectors_csv), 0, 0, 1, 0}, - {&__pyx_n_s_RuntimeError, __pyx_k_RuntimeError, sizeof(__pyx_k_RuntimeError), 0, 0, 1, 1}, - {&__pyx_kp_s_Users_ben_Documents_Cascade_Pro, __pyx_k_Users_ben_Documents_Cascade_Pro, sizeof(__pyx_k_Users_ben_Documents_Cascade_Pro), 0, 0, 1, 0}, - {&__pyx_n_s_ValueError, __pyx_k_ValueError, sizeof(__pyx_k_ValueError), 0, 0, 1, 1}, - {&__pyx_n_s_alpha, __pyx_k_alpha, sizeof(__pyx_k_alpha), 0, 0, 1, 1}, - {&__pyx_n_s_delta, __pyx_k_delta, sizeof(__pyx_k_delta), 0, 0, 1, 1}, - {&__pyx_n_s_dist, __pyx_k_dist, sizeof(__pyx_k_dist), 0, 0, 1, 1}, - {&__pyx_n_s_dists, __pyx_k_dists, sizeof(__pyx_k_dists), 0, 0, 1, 1}, - {&__pyx_n_s_dt, __pyx_k_dt, sizeof(__pyx_k_dt), 0, 0, 1, 1}, - {&__pyx_n_s_dts, __pyx_k_dts, sizeof(__pyx_k_dts), 0, 0, 1, 1}, - {&__pyx_n_s_dtype, __pyx_k_dtype, sizeof(__pyx_k_dtype), 0, 0, 1, 1}, - {&__pyx_n_s_enter, __pyx_k_enter, sizeof(__pyx_k_enter), 0, 0, 1, 1}, - {&__pyx_n_s_enumerate, __pyx_k_enumerate, sizeof(__pyx_k_enumerate), 0, 0, 1, 1}, - {&__pyx_n_s_exit, __pyx_k_exit, sizeof(__pyx_k_exit), 0, 0, 1, 1}, - {&__pyx_n_s_failures, __pyx_k_failures, sizeof(__pyx_k_failures), 0, 0, 1, 1}, - {&__pyx_n_s_float64, __pyx_k_float64, sizeof(__pyx_k_float64), 0, 0, 1, 1}, - {&__pyx_n_s_i, __pyx_k_i, sizeof(__pyx_k_i), 0, 0, 1, 1}, - {&__pyx_n_s_import, __pyx_k_import, sizeof(__pyx_k_import), 0, 0, 1, 1}, - {&__pyx_kp_s_inf, __pyx_k_inf, sizeof(__pyx_k_inf), 0, 0, 1, 0}, - {&__pyx_n_s_infector, __pyx_k_infector, sizeof(__pyx_k_infector), 0, 0, 1, 1}, - {&__pyx_n_s_infectors, __pyx_k_infectors, sizeof(__pyx_k_infectors), 0, 0, 1, 1}, - {&__pyx_n_s_infectors_file, __pyx_k_infectors_file, sizeof(__pyx_k_infectors_file), 0, 0, 1, 1}, - {&__pyx_n_s_itervalues, __pyx_k_itervalues, sizeof(__pyx_k_itervalues), 0, 0, 1, 1}, - {&__pyx_n_s_keys, __pyx_k_keys, sizeof(__pyx_k_keys), 0, 0, 1, 1}, - {&__pyx_n_s_l, __pyx_k_l, sizeof(__pyx_k_l), 0, 0, 1, 1}, - {&__pyx_n_s_ll, __pyx_k_ll, sizeof(__pyx_k_ll), 0, 0, 1, 1}, - {&__pyx_n_s_lmbda, __pyx_k_lmbda, sizeof(__pyx_k_lmbda), 0, 0, 1, 1}, - {&__pyx_n_s_main, __pyx_k_main, sizeof(__pyx_k_main), 0, 0, 1, 1}, - {&__pyx_n_s_ml2, __pyx_k_ml2, sizeof(__pyx_k_ml2), 0, 0, 1, 1}, - {&__pyx_n_s_n_roots, __pyx_k_n_roots, sizeof(__pyx_k_n_roots), 0, 0, 1, 1}, - {&__pyx_n_s_n_victims, __pyx_k_n_victims, sizeof(__pyx_k_n_victims), 0, 0, 1, 1}, - {&__pyx_kp_u_ndarray_is_not_C_contiguous, __pyx_k_ndarray_is_not_C_contiguous, sizeof(__pyx_k_ndarray_is_not_C_contiguous), 0, 1, 0, 0}, - {&__pyx_kp_u_ndarray_is_not_Fortran_contiguou, __pyx_k_ndarray_is_not_Fortran_contiguou, sizeof(__pyx_k_ndarray_is_not_Fortran_contiguou), 0, 1, 0, 0}, - {&__pyx_n_s_non_victims, __pyx_k_non_victims, sizeof(__pyx_k_non_victims), 0, 0, 1, 1}, - {&__pyx_n_s_np, __pyx_k_np, sizeof(__pyx_k_np), 0, 0, 1, 1}, - {&__pyx_n_s_numpy, __pyx_k_numpy, sizeof(__pyx_k_numpy), 0, 0, 1, 1}, - {&__pyx_n_s_open, __pyx_k_open, sizeof(__pyx_k_open), 0, 0, 1, 1}, - {&__pyx_n_s_parent_dists, __pyx_k_parent_dists, sizeof(__pyx_k_parent_dists), 0, 0, 1, 1}, - {&__pyx_n_s_parent_dts, __pyx_k_parent_dts, sizeof(__pyx_k_parent_dts), 0, 0, 1, 1}, - {&__pyx_n_s_parents, __pyx_k_parents, sizeof(__pyx_k_parents), 0, 0, 1, 1}, - {&__pyx_n_s_prnt, __pyx_k_prnt, sizeof(__pyx_k_prnt), 0, 0, 1, 1}, - {&__pyx_n_s_prnts, __pyx_k_prnts, sizeof(__pyx_k_prnts), 0, 0, 1, 1}, - {&__pyx_n_s_prob, __pyx_k_prob, sizeof(__pyx_k_prob), 0, 0, 1, 1}, - {&__pyx_n_s_probs, __pyx_k_probs, sizeof(__pyx_k_probs), 0, 0, 1, 1}, - {&__pyx_n_s_probs_fail, __pyx_k_probs_fail, sizeof(__pyx_k_probs_fail), 0, 0, 1, 1}, - {&__pyx_n_s_probs_nv, __pyx_k_probs_nv, sizeof(__pyx_k_probs_nv), 0, 0, 1, 1}, - {&__pyx_n_s_range, __pyx_k_range, sizeof(__pyx_k_range), 0, 0, 1, 1}, - {&__pyx_n_s_root_victims, __pyx_k_root_victims, sizeof(__pyx_k_root_victims), 0, 0, 1, 1}, - {&__pyx_n_s_roots, __pyx_k_roots, sizeof(__pyx_k_roots), 0, 0, 1, 1}, - {&__pyx_n_s_s, __pyx_k_s, sizeof(__pyx_k_s), 0, 0, 1, 1}, - {&__pyx_kp_s_s_s, __pyx_k_s_s, sizeof(__pyx_k_s_s), 0, 0, 1, 0}, - {&__pyx_n_s_successes, __pyx_k_successes, sizeof(__pyx_k_successes), 0, 0, 1, 1}, - {&__pyx_n_s_sum, __pyx_k_sum, sizeof(__pyx_k_sum), 0, 0, 1, 1}, - {&__pyx_n_s_t, __pyx_k_t, sizeof(__pyx_k_t), 0, 0, 1, 1}, - {&__pyx_n_s_test, __pyx_k_test, sizeof(__pyx_k_test), 0, 0, 1, 1}, - {&__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_k_unknown_dtype_code_in_numpy_pxd, sizeof(__pyx_k_unknown_dtype_code_in_numpy_pxd), 0, 1, 0, 0}, - {&__pyx_n_s_victims, __pyx_k_victims, sizeof(__pyx_k_victims), 0, 0, 1, 1}, - {&__pyx_n_s_w, __pyx_k_w, sizeof(__pyx_k_w), 0, 0, 1, 1}, - {&__pyx_n_s_w1, __pyx_k_w1, sizeof(__pyx_k_w1), 0, 0, 1, 1}, - {&__pyx_n_s_w2, __pyx_k_w2, sizeof(__pyx_k_w2), 0, 0, 1, 1}, - {&__pyx_n_s_w3, __pyx_k_w3, sizeof(__pyx_k_w3), 0, 0, 1, 1}, - {&__pyx_n_s_write, __pyx_k_write, sizeof(__pyx_k_write), 0, 0, 1, 1}, - {&__pyx_n_s_zeros, __pyx_k_zeros, sizeof(__pyx_k_zeros), 0, 0, 1, 1}, - {0, 0, 0, 0, 0, 0, 0} -}; -static int __Pyx_InitCachedBuiltins(void) { - __pyx_builtin_enumerate = __Pyx_GetBuiltinName(__pyx_n_s_enumerate); if (!__pyx_builtin_enumerate) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_builtin_sum = __Pyx_GetBuiltinName(__pyx_n_s_sum); if (!__pyx_builtin_sum) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_builtin_open = __Pyx_GetBuiltinName(__pyx_n_s_open); if (!__pyx_builtin_open) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_builtin_ValueError = __Pyx_GetBuiltinName(__pyx_n_s_ValueError); if (!__pyx_builtin_ValueError) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_builtin_range = __Pyx_GetBuiltinName(__pyx_n_s_range); if (!__pyx_builtin_range) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 231; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_builtin_RuntimeError = __Pyx_GetBuiltinName(__pyx_n_s_RuntimeError); if (!__pyx_builtin_RuntimeError) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - return 0; - __pyx_L1_error:; - return -1; -} - -static int __Pyx_InitCachedConstants(void) { - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0); - - /* "ml2.pyx":94 - * # print np.mean(parent_dts) - * - * with open('../../Results/infectors.csv', 'w') as infectors_file: # <<<<<<<<<<<<<< - * for i, infector in enumerate(infectors): - * infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) - */ - __pyx_tuple_ = PyTuple_Pack(2, __pyx_kp_s_Results_infectors_csv, __pyx_n_s_w); if (unlikely(!__pyx_tuple_)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple_); - __Pyx_GIVEREF(__pyx_tuple_); - __pyx_tuple__2 = PyTuple_Pack(3, Py_None, Py_None, Py_None); if (unlikely(!__pyx_tuple__2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__2); - __Pyx_GIVEREF(__pyx_tuple__2); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":218 - * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) - * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): - * raise ValueError(u"ndarray is not C contiguous") # <<<<<<<<<<<<<< - * - * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) - */ - __pyx_tuple__3 = PyTuple_Pack(1, __pyx_kp_u_ndarray_is_not_C_contiguous); if (unlikely(!__pyx_tuple__3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__3); - __Pyx_GIVEREF(__pyx_tuple__3); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":222 - * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) - * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): - * raise ValueError(u"ndarray is not Fortran contiguous") # <<<<<<<<<<<<<< - * - * info.buf = PyArray_DATA(self) - */ - __pyx_tuple__4 = PyTuple_Pack(1, __pyx_kp_u_ndarray_is_not_Fortran_contiguou); if (unlikely(!__pyx_tuple__4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 222; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__4); - __Pyx_GIVEREF(__pyx_tuple__4); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":260 - * if ((descr.byteorder == c'>' and little_endian) or - * (descr.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< - * if t == NPY_BYTE: f = "b" - * elif t == NPY_UBYTE: f = "B" - */ - __pyx_tuple__5 = PyTuple_Pack(1, __pyx_kp_u_Non_native_byte_order_not_suppor); if (unlikely(!__pyx_tuple__5)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__5); - __Pyx_GIVEREF(__pyx_tuple__5); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":802 - * - * if (end - f) - (new_offset - offset[0]) < 15: - * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") # <<<<<<<<<<<<<< - * - * if ((child.byteorder == c'>' and little_endian) or - */ - __pyx_tuple__6 = PyTuple_Pack(1, __pyx_kp_u_Format_string_allocated_too_shor); if (unlikely(!__pyx_tuple__6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__6); - __Pyx_GIVEREF(__pyx_tuple__6); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":806 - * if ((child.byteorder == c'>' and little_endian) or - * (child.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< - * # One could encode it in the format string and have Cython - * # complain instead, BUT: < and > in format strings also imply - */ - __pyx_tuple__7 = PyTuple_Pack(1, __pyx_kp_u_Non_native_byte_order_not_suppor); if (unlikely(!__pyx_tuple__7)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__7); - __Pyx_GIVEREF(__pyx_tuple__7); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":826 - * t = child.type_num - * if end - f < 5: - * raise RuntimeError(u"Format string allocated too short.") # <<<<<<<<<<<<<< - * - * # Until ticket #99 is fixed, use integers to avoid warnings - */ - __pyx_tuple__8 = PyTuple_Pack(1, __pyx_kp_u_Format_string_allocated_too_shor_2); if (unlikely(!__pyx_tuple__8)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__8); - __Pyx_GIVEREF(__pyx_tuple__8); - - /* "ml2.pyx":33 - * return result - * - * def ml2(dict root_victims, dict victims, dict non_victims, # <<<<<<<<<<<<<< - * DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): - * cdef: - */ - __pyx_tuple__9 = PyTuple_Pack(35, __pyx_n_s_root_victims, __pyx_n_s_victims, __pyx_n_s_non_victims, __pyx_n_s_alpha, __pyx_n_s_delta, __pyx_n_s_lmbda, __pyx_n_s_n_roots, __pyx_n_s_n_victims, __pyx_n_s_roots, __pyx_n_s_i, __pyx_n_s_dist, __pyx_n_s_dt, __pyx_n_s_t, __pyx_n_s_l, __pyx_n_s_ll, __pyx_n_s_parents, __pyx_n_s_failures, __pyx_n_s_successes, __pyx_n_s_probs, __pyx_n_s_probs_fail, __pyx_n_s_probs_nv, __pyx_n_s_parent_dists, __pyx_n_s_parent_dts, __pyx_n_s_infectors, __pyx_n_s_dists, __pyx_n_s_dts, __pyx_n_s_prnts, __pyx_n_s_s, __pyx_n_s_prob, __pyx_n_s_infectors_file, __pyx_n_s_infector, __pyx_n_s_prnt, __pyx_n_s_w1, __pyx_n_s_w2, __pyx_n_s_w3); if (unlikely(!__pyx_tuple__9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__9); - __Pyx_GIVEREF(__pyx_tuple__9); - __pyx_codeobj__10 = (PyObject*)__Pyx_PyCode_New(6, 0, 35, 0, 0, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__9, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_Users_ben_Documents_Cascade_Pro, __pyx_n_s_ml2, 33, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__10)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_RefNannyFinishContext(); - return 0; - __pyx_L1_error:; - __Pyx_RefNannyFinishContext(); - return -1; -} - -static int __Pyx_InitGlobals(void) { - if (__Pyx_InitStrings(__pyx_string_tab) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - return 0; - __pyx_L1_error:; - return -1; -} - -#if PY_MAJOR_VERSION < 3 -PyMODINIT_FUNC initml2(void); /*proto*/ -PyMODINIT_FUNC initml2(void) -#else -PyMODINIT_FUNC PyInit_ml2(void); /*proto*/ -PyMODINIT_FUNC PyInit_ml2(void) -#endif -{ - PyObject *__pyx_t_1 = NULL; - PyObject *__pyx_t_2 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannyDeclarations - #if CYTHON_REFNANNY - __Pyx_RefNanny = __Pyx_RefNannyImportAPI("refnanny"); - if (!__Pyx_RefNanny) { - PyErr_Clear(); - __Pyx_RefNanny = __Pyx_RefNannyImportAPI("Cython.Runtime.refnanny"); - if (!__Pyx_RefNanny) - Py_FatalError("failed to import 'refnanny' module"); - } - #endif - __Pyx_RefNannySetupContext("PyMODINIT_FUNC PyInit_ml2(void)", 0); - if ( __Pyx_check_binary_version() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_empty_tuple = PyTuple_New(0); if (unlikely(!__pyx_empty_tuple)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_empty_bytes = PyBytes_FromStringAndSize("", 0); if (unlikely(!__pyx_empty_bytes)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #ifdef __Pyx_CyFunction_USED - if (__Pyx_CyFunction_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - #ifdef __Pyx_FusedFunction_USED - if (__pyx_FusedFunction_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - #ifdef __Pyx_Generator_USED - if (__pyx_Generator_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - /*--- Library function declarations ---*/ - /*--- Threads initialization code ---*/ - #if defined(__PYX_FORCE_INIT_THREADS) && __PYX_FORCE_INIT_THREADS - #ifdef WITH_THREAD /* Python build with threading support? */ - PyEval_InitThreads(); - #endif - #endif - /*--- Module creation code ---*/ - #if PY_MAJOR_VERSION < 3 - __pyx_m = Py_InitModule4("ml2", __pyx_methods, 0, 0, PYTHON_API_VERSION); Py_XINCREF(__pyx_m); - #else - __pyx_m = PyModule_Create(&__pyx_moduledef); - #endif - if (unlikely(!__pyx_m)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_d = PyModule_GetDict(__pyx_m); if (unlikely(!__pyx_d)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - Py_INCREF(__pyx_d); - __pyx_b = PyImport_AddModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_b)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #if CYTHON_COMPILING_IN_PYPY - Py_INCREF(__pyx_b); - #endif - if (PyObject_SetAttrString(__pyx_m, "__builtins__", __pyx_b) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - /*--- Initialize various global constants etc. ---*/ - if (unlikely(__Pyx_InitGlobals() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #if PY_MAJOR_VERSION < 3 && (__PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT) - if (__Pyx_init_sys_getdefaultencoding_params() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if (__pyx_module_is_main_ml2) { - if (PyObject_SetAttrString(__pyx_m, "__name__", __pyx_n_s_main) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - } - #if PY_MAJOR_VERSION >= 3 - { - PyObject *modules = PyImport_GetModuleDict(); if (unlikely(!modules)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - if (!PyDict_GetItemString(modules, "ml2")) { - if (unlikely(PyDict_SetItemString(modules, "ml2", __pyx_m) < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - } - #endif - /*--- Builtin init code ---*/ - if (unlikely(__Pyx_InitCachedBuiltins() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - /*--- Constants init code ---*/ - if (unlikely(__Pyx_InitCachedConstants() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - /*--- Global init code ---*/ - /*--- Variable export code ---*/ - /*--- Function export code ---*/ - /*--- Type init code ---*/ - /*--- Type import code ---*/ - __pyx_ptype_7cpython_4type_type = __Pyx_ImportType(__Pyx_BUILTIN_MODULE_NAME, "type", - #if CYTHON_COMPILING_IN_PYPY - sizeof(PyTypeObject), - #else - sizeof(PyHeapTypeObject), - #endif - 0); if (unlikely(!__pyx_ptype_7cpython_4type_type)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 9; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_dtype = __Pyx_ImportType("numpy", "dtype", sizeof(PyArray_Descr), 0); if (unlikely(!__pyx_ptype_5numpy_dtype)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 155; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_flatiter = __Pyx_ImportType("numpy", "flatiter", sizeof(PyArrayIterObject), 0); if (unlikely(!__pyx_ptype_5numpy_flatiter)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 168; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_broadcast = __Pyx_ImportType("numpy", "broadcast", sizeof(PyArrayMultiIterObject), 0); if (unlikely(!__pyx_ptype_5numpy_broadcast)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 172; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_ndarray = __Pyx_ImportType("numpy", "ndarray", sizeof(PyArrayObject), 0); if (unlikely(!__pyx_ptype_5numpy_ndarray)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 181; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_ufunc = __Pyx_ImportType("numpy", "ufunc", sizeof(PyUFuncObject), 0); if (unlikely(!__pyx_ptype_5numpy_ufunc)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 864; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - /*--- Variable import code ---*/ - /*--- Function import code ---*/ - /*--- Execution code ---*/ - - /* "ml2.pyx":2 - * # cython: boundscheck=False, cdivision=True - * import numpy as np # <<<<<<<<<<<<<< - * cimport numpy as np - * from libc.math cimport log, exp - */ - __pyx_t_1 = __Pyx_Import(__pyx_n_s_numpy, 0, -1); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - if (PyDict_SetItem(__pyx_d, __pyx_n_s_np, __pyx_t_1) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; - - /* "ml2.pyx":6 - * from libc.math cimport log, exp - * - * DTYPE = np.float64 # <<<<<<<<<<<<<< - * ctypedef np.float_t DTYPE_t - * - */ - __pyx_t_1 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_1, __pyx_n_s_float64); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_2); - __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; - if (PyDict_SetItem(__pyx_d, __pyx_n_s_DTYPE, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; - - /* "ml2.pyx":33 - * return result - * - * def ml2(dict root_victims, dict victims, dict non_victims, # <<<<<<<<<<<<<< - * DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): - * cdef: - */ - __pyx_t_2 = PyCFunction_NewEx(&__pyx_mdef_3ml2_1ml2, NULL, __pyx_n_s_ml2); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_2); - if (PyDict_SetItem(__pyx_d, __pyx_n_s_ml2, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; - - /* "ml2.pyx":1 - * # cython: boundscheck=False, cdivision=True # <<<<<<<<<<<<<< - * import numpy as np - * cimport numpy as np - */ - __pyx_t_2 = PyDict_New(); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_2); - if (PyDict_SetItem(__pyx_d, __pyx_n_s_test, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 - * arr.base = baseptr - * - * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< - * if arr.base is NULL: - * return None - */ - - /*--- Wrapped vars code ---*/ - - goto __pyx_L0; - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_XDECREF(__pyx_t_2); - if (__pyx_m) { - if (__pyx_d) { - __Pyx_AddTraceback("init ml2", __pyx_clineno, __pyx_lineno, __pyx_filename); - } - Py_DECREF(__pyx_m); __pyx_m = 0; - } else if (!PyErr_Occurred()) { - PyErr_SetString(PyExc_ImportError, "init ml2"); - } - __pyx_L0:; - __Pyx_RefNannyFinishContext(); - #if PY_MAJOR_VERSION < 3 - return; - #else - return __pyx_m; - #endif -} - -/* --- Runtime support code --- */ -#if CYTHON_REFNANNY -static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname) { - PyObject *m = NULL, *p = NULL; - void *r = NULL; - m = PyImport_ImportModule((char *)modname); - if (!m) goto end; - p = PyObject_GetAttrString(m, (char *)"RefNannyAPI"); - if (!p) goto end; - r = PyLong_AsVoidPtr(p); -end: - Py_XDECREF(p); - Py_XDECREF(m); - return (__Pyx_RefNannyAPIStruct *)r; -} -#endif - -static PyObject *__Pyx_GetBuiltinName(PyObject *name) { - PyObject* result = __Pyx_PyObject_GetAttrStr(__pyx_b, name); - if (unlikely(!result)) { - PyErr_Format(PyExc_NameError, -#if PY_MAJOR_VERSION >= 3 - "name '%U' is not defined", name); -#else - "name '%.200s' is not defined", PyString_AS_STRING(name)); -#endif - } - return result; -} - -static void __Pyx_RaiseArgtupleInvalid( - const char* func_name, - int exact, - Py_ssize_t num_min, - Py_ssize_t num_max, - Py_ssize_t num_found) -{ - Py_ssize_t num_expected; - const char *more_or_less; - if (num_found < num_min) { - num_expected = num_min; - more_or_less = "at least"; - } else { - num_expected = num_max; - more_or_less = "at most"; - } - if (exact) { - more_or_less = "exactly"; - } - PyErr_Format(PyExc_TypeError, - "%.200s() takes %.8s %" CYTHON_FORMAT_SSIZE_T "d positional argument%.1s (%" CYTHON_FORMAT_SSIZE_T "d given)", - func_name, more_or_less, num_expected, - (num_expected == 1) ? "" : "s", num_found); -} - -static void __Pyx_RaiseDoubleKeywordsError( - const char* func_name, - PyObject* kw_name) -{ - PyErr_Format(PyExc_TypeError, - #if PY_MAJOR_VERSION >= 3 - "%s() got multiple values for keyword argument '%U'", func_name, kw_name); - #else - "%s() got multiple values for keyword argument '%s'", func_name, - PyString_AsString(kw_name)); - #endif -} - -static int __Pyx_ParseOptionalKeywords( - PyObject *kwds, - PyObject **argnames[], - PyObject *kwds2, - PyObject *values[], - Py_ssize_t num_pos_args, - const char* function_name) -{ - PyObject *key = 0, *value = 0; - Py_ssize_t pos = 0; - PyObject*** name; - PyObject*** first_kw_arg = argnames + num_pos_args; - while (PyDict_Next(kwds, &pos, &key, &value)) { - name = first_kw_arg; - while (*name && (**name != key)) name++; - if (*name) { - values[name-argnames] = value; - continue; - } - name = first_kw_arg; - #if PY_MAJOR_VERSION < 3 - if (likely(PyString_CheckExact(key)) || likely(PyString_Check(key))) { - while (*name) { - if ((CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**name) == PyString_GET_SIZE(key)) - && _PyString_Eq(**name, key)) { - values[name-argnames] = value; - break; - } - name++; - } - if (*name) continue; - else { - PyObject*** argname = argnames; - while (argname != first_kw_arg) { - if ((**argname == key) || ( - (CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**argname) == PyString_GET_SIZE(key)) - && _PyString_Eq(**argname, key))) { - goto arg_passed_twice; - } - argname++; - } - } - } else - #endif - if (likely(PyUnicode_Check(key))) { - while (*name) { - int cmp = (**name == key) ? 0 : - #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3 - (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : - #endif - PyUnicode_Compare(**name, key); - if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad; - if (cmp == 0) { - values[name-argnames] = value; - break; - } - name++; - } - if (*name) continue; - else { - PyObject*** argname = argnames; - while (argname != first_kw_arg) { - int cmp = (**argname == key) ? 0 : - #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3 - (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : - #endif - PyUnicode_Compare(**argname, key); - if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad; - if (cmp == 0) goto arg_passed_twice; - argname++; - } - } - } else - goto invalid_keyword_type; - if (kwds2) { - if (unlikely(PyDict_SetItem(kwds2, key, value))) goto bad; - } else { - goto invalid_keyword; - } - } - return 0; -arg_passed_twice: - __Pyx_RaiseDoubleKeywordsError(function_name, key); - goto bad; -invalid_keyword_type: - PyErr_Format(PyExc_TypeError, - "%.200s() keywords must be strings", function_name); - goto bad; -invalid_keyword: - PyErr_Format(PyExc_TypeError, - #if PY_MAJOR_VERSION < 3 - "%.200s() got an unexpected keyword argument '%.200s'", - function_name, PyString_AsString(key)); - #else - "%s() got an unexpected keyword argument '%U'", - function_name, key); - #endif -bad: - return -1; -} - -static void __Pyx_RaiseArgumentTypeInvalid(const char* name, PyObject *obj, PyTypeObject *type) { - PyErr_Format(PyExc_TypeError, - "Argument '%.200s' has incorrect type (expected %.200s, got %.200s)", - name, type->tp_name, Py_TYPE(obj)->tp_name); -} -static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *type, int none_allowed, - const char *name, int exact) -{ - if (unlikely(!type)) { - PyErr_SetString(PyExc_SystemError, "Missing type object"); - return 0; - } - if (none_allowed && obj == Py_None) return 1; - else if (exact) { - if (likely(Py_TYPE(obj) == type)) return 1; - #if PY_MAJOR_VERSION == 2 - else if ((type == &PyBaseString_Type) && likely(__Pyx_PyBaseString_CheckExact(obj))) return 1; - #endif - } - else { - if (likely(PyObject_TypeCheck(obj, type))) return 1; - } - __Pyx_RaiseArgumentTypeInvalid(name, obj, type); - return 0; -} - -static CYTHON_INLINE PyObject *__Pyx_GetModuleGlobalName(PyObject *name) { - PyObject *result; -#if CYTHON_COMPILING_IN_CPYTHON - result = PyDict_GetItem(__pyx_d, name); - if (likely(result)) { - Py_INCREF(result); - } else { -#else - result = PyObject_GetItem(__pyx_d, name); - if (!result) { - PyErr_Clear(); -#endif - result = __Pyx_GetBuiltinName(name); - } - return result; -} - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw) { - PyObject *result; - ternaryfunc call = func->ob_type->tp_call; - if (unlikely(!call)) - return PyObject_Call(func, arg, kw); - if (unlikely(Py_EnterRecursiveCall((char*)" while calling a Python object"))) - return NULL; - result = (*call)(func, arg, kw); - Py_LeaveRecursiveCall(); - if (unlikely(!result) && unlikely(!PyErr_Occurred())) { - PyErr_SetString( - PyExc_SystemError, - "NULL result without error in PyObject_Call"); - } - return result; -} -#endif - -static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type) { - if (unlikely(!type)) { - PyErr_SetString(PyExc_SystemError, "Missing type object"); - return 0; - } - if (likely(PyObject_TypeCheck(obj, type))) - return 1; - PyErr_Format(PyExc_TypeError, "Cannot convert %.200s to %.200s", - Py_TYPE(obj)->tp_name, type->tp_name); - return 0; -} - -static CYTHON_INLINE int __Pyx_IsLittleEndian(void) { - unsigned int n = 1; - return *(unsigned char*)(&n) != 0; -} -static void __Pyx_BufFmt_Init(__Pyx_BufFmt_Context* ctx, - __Pyx_BufFmt_StackElem* stack, - __Pyx_TypeInfo* type) { - stack[0].field = &ctx->root; - stack[0].parent_offset = 0; - ctx->root.type = type; - ctx->root.name = "buffer dtype"; - ctx->root.offset = 0; - ctx->head = stack; - ctx->head->field = &ctx->root; - ctx->fmt_offset = 0; - ctx->head->parent_offset = 0; - ctx->new_packmode = '@'; - ctx->enc_packmode = '@'; - ctx->new_count = 1; - ctx->enc_count = 0; - ctx->enc_type = 0; - ctx->is_complex = 0; - ctx->is_valid_array = 0; - ctx->struct_alignment = 0; - while (type->typegroup == 'S') { - ++ctx->head; - ctx->head->field = type->fields; - ctx->head->parent_offset = 0; - type = type->fields->type; - } -} -static int __Pyx_BufFmt_ParseNumber(const char** ts) { - int count; - const char* t = *ts; - if (*t < '0' || *t > '9') { - return -1; - } else { - count = *t++ - '0'; - while (*t >= '0' && *t < '9') { - count *= 10; - count += *t++ - '0'; - } - } - *ts = t; - return count; -} -static int __Pyx_BufFmt_ExpectNumber(const char **ts) { - int number = __Pyx_BufFmt_ParseNumber(ts); - if (number == -1) - PyErr_Format(PyExc_ValueError,\ - "Does not understand character buffer dtype format string ('%c')", **ts); - return number; -} -static void __Pyx_BufFmt_RaiseUnexpectedChar(char ch) { - PyErr_Format(PyExc_ValueError, - "Unexpected format string character: '%c'", ch); -} -static const char* __Pyx_BufFmt_DescribeTypeChar(char ch, int is_complex) { - switch (ch) { - case 'c': return "'char'"; - case 'b': return "'signed char'"; - case 'B': return "'unsigned char'"; - case 'h': return "'short'"; - case 'H': return "'unsigned short'"; - case 'i': return "'int'"; - case 'I': return "'unsigned int'"; - case 'l': return "'long'"; - case 'L': return "'unsigned long'"; - case 'q': return "'long long'"; - case 'Q': return "'unsigned long long'"; - case 'f': return (is_complex ? "'complex float'" : "'float'"); - case 'd': return (is_complex ? "'complex double'" : "'double'"); - case 'g': return (is_complex ? "'complex long double'" : "'long double'"); - case 'T': return "a struct"; - case 'O': return "Python object"; - case 'P': return "a pointer"; - case 's': case 'p': return "a string"; - case 0: return "end"; - default: return "unparseable format string"; - } -} -static size_t __Pyx_BufFmt_TypeCharToStandardSize(char ch, int is_complex) { - switch (ch) { - case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; - case 'h': case 'H': return 2; - case 'i': case 'I': case 'l': case 'L': return 4; - case 'q': case 'Q': return 8; - case 'f': return (is_complex ? 8 : 4); - case 'd': return (is_complex ? 16 : 8); - case 'g': { - PyErr_SetString(PyExc_ValueError, "Python does not define a standard format string size for long double ('g').."); - return 0; - } - case 'O': case 'P': return sizeof(void*); - default: - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } -} -static size_t __Pyx_BufFmt_TypeCharToNativeSize(char ch, int is_complex) { - switch (ch) { - case 'c': case 'b': case 'B': case 's': case 'p': return 1; - case 'h': case 'H': return sizeof(short); - case 'i': case 'I': return sizeof(int); - case 'l': case 'L': return sizeof(long); - #ifdef HAVE_LONG_LONG - case 'q': case 'Q': return sizeof(PY_LONG_LONG); - #endif - case 'f': return sizeof(float) * (is_complex ? 2 : 1); - case 'd': return sizeof(double) * (is_complex ? 2 : 1); - case 'g': return sizeof(long double) * (is_complex ? 2 : 1); - case 'O': case 'P': return sizeof(void*); - default: { - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } - } -} -typedef struct { char c; short x; } __Pyx_st_short; -typedef struct { char c; int x; } __Pyx_st_int; -typedef struct { char c; long x; } __Pyx_st_long; -typedef struct { char c; float x; } __Pyx_st_float; -typedef struct { char c; double x; } __Pyx_st_double; -typedef struct { char c; long double x; } __Pyx_st_longdouble; -typedef struct { char c; void *x; } __Pyx_st_void_p; -#ifdef HAVE_LONG_LONG -typedef struct { char c; PY_LONG_LONG x; } __Pyx_st_longlong; -#endif -static size_t __Pyx_BufFmt_TypeCharToAlignment(char ch, CYTHON_UNUSED int is_complex) { - switch (ch) { - case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; - case 'h': case 'H': return sizeof(__Pyx_st_short) - sizeof(short); - case 'i': case 'I': return sizeof(__Pyx_st_int) - sizeof(int); - case 'l': case 'L': return sizeof(__Pyx_st_long) - sizeof(long); -#ifdef HAVE_LONG_LONG - case 'q': case 'Q': return sizeof(__Pyx_st_longlong) - sizeof(PY_LONG_LONG); -#endif - case 'f': return sizeof(__Pyx_st_float) - sizeof(float); - case 'd': return sizeof(__Pyx_st_double) - sizeof(double); - case 'g': return sizeof(__Pyx_st_longdouble) - sizeof(long double); - case 'P': case 'O': return sizeof(__Pyx_st_void_p) - sizeof(void*); - default: - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } -} -/* These are for computing the padding at the end of the struct to align - on the first member of the struct. This will probably the same as above, - but we don't have any guarantees. - */ -typedef struct { short x; char c; } __Pyx_pad_short; -typedef struct { int x; char c; } __Pyx_pad_int; -typedef struct { long x; char c; } __Pyx_pad_long; -typedef struct { float x; char c; } __Pyx_pad_float; -typedef struct { double x; char c; } __Pyx_pad_double; -typedef struct { long double x; char c; } __Pyx_pad_longdouble; -typedef struct { void *x; char c; } __Pyx_pad_void_p; -#ifdef HAVE_LONG_LONG -typedef struct { PY_LONG_LONG x; char c; } __Pyx_pad_longlong; -#endif -static size_t __Pyx_BufFmt_TypeCharToPadding(char ch, CYTHON_UNUSED int is_complex) { - switch (ch) { - case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; - case 'h': case 'H': return sizeof(__Pyx_pad_short) - sizeof(short); - case 'i': case 'I': return sizeof(__Pyx_pad_int) - sizeof(int); - case 'l': case 'L': return sizeof(__Pyx_pad_long) - sizeof(long); -#ifdef HAVE_LONG_LONG - case 'q': case 'Q': return sizeof(__Pyx_pad_longlong) - sizeof(PY_LONG_LONG); -#endif - case 'f': return sizeof(__Pyx_pad_float) - sizeof(float); - case 'd': return sizeof(__Pyx_pad_double) - sizeof(double); - case 'g': return sizeof(__Pyx_pad_longdouble) - sizeof(long double); - case 'P': case 'O': return sizeof(__Pyx_pad_void_p) - sizeof(void*); - default: - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } -} -static char __Pyx_BufFmt_TypeCharToGroup(char ch, int is_complex) { - switch (ch) { - case 'c': - return 'H'; - case 'b': case 'h': case 'i': - case 'l': case 'q': case 's': case 'p': - return 'I'; - case 'B': case 'H': case 'I': case 'L': case 'Q': - return 'U'; - case 'f': case 'd': case 'g': - return (is_complex ? 'C' : 'R'); - case 'O': - return 'O'; - case 'P': - return 'P'; - default: { - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } - } -} -static void __Pyx_BufFmt_RaiseExpected(__Pyx_BufFmt_Context* ctx) { - if (ctx->head == NULL || ctx->head->field == &ctx->root) { - const char* expected; - const char* quote; - if (ctx->head == NULL) { - expected = "end"; - quote = ""; - } else { - expected = ctx->head->field->type->name; - quote = "'"; - } - PyErr_Format(PyExc_ValueError, - "Buffer dtype mismatch, expected %s%s%s but got %s", - quote, expected, quote, - __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex)); - } else { - __Pyx_StructField* field = ctx->head->field; - __Pyx_StructField* parent = (ctx->head - 1)->field; - PyErr_Format(PyExc_ValueError, - "Buffer dtype mismatch, expected '%s' but got %s in '%s.%s'", - field->type->name, __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex), - parent->type->name, field->name); - } -} -static int __Pyx_BufFmt_ProcessTypeChunk(__Pyx_BufFmt_Context* ctx) { - char group; - size_t size, offset, arraysize = 1; - if (ctx->enc_type == 0) return 0; - if (ctx->head->field->type->arraysize[0]) { - int i, ndim = 0; - if (ctx->enc_type == 's' || ctx->enc_type == 'p') { - ctx->is_valid_array = ctx->head->field->type->ndim == 1; - ndim = 1; - if (ctx->enc_count != ctx->head->field->type->arraysize[0]) { - PyErr_Format(PyExc_ValueError, - "Expected a dimension of size %zu, got %zu", - ctx->head->field->type->arraysize[0], ctx->enc_count); - return -1; - } - } - if (!ctx->is_valid_array) { - PyErr_Format(PyExc_ValueError, "Expected %d dimensions, got %d", - ctx->head->field->type->ndim, ndim); - return -1; - } - for (i = 0; i < ctx->head->field->type->ndim; i++) { - arraysize *= ctx->head->field->type->arraysize[i]; - } - ctx->is_valid_array = 0; - ctx->enc_count = 1; - } - group = __Pyx_BufFmt_TypeCharToGroup(ctx->enc_type, ctx->is_complex); - do { - __Pyx_StructField* field = ctx->head->field; - __Pyx_TypeInfo* type = field->type; - if (ctx->enc_packmode == '@' || ctx->enc_packmode == '^') { - size = __Pyx_BufFmt_TypeCharToNativeSize(ctx->enc_type, ctx->is_complex); - } else { - size = __Pyx_BufFmt_TypeCharToStandardSize(ctx->enc_type, ctx->is_complex); - } - if (ctx->enc_packmode == '@') { - size_t align_at = __Pyx_BufFmt_TypeCharToAlignment(ctx->enc_type, ctx->is_complex); - size_t align_mod_offset; - if (align_at == 0) return -1; - align_mod_offset = ctx->fmt_offset % align_at; - if (align_mod_offset > 0) ctx->fmt_offset += align_at - align_mod_offset; - if (ctx->struct_alignment == 0) - ctx->struct_alignment = __Pyx_BufFmt_TypeCharToPadding(ctx->enc_type, - ctx->is_complex); - } - if (type->size != size || type->typegroup != group) { - if (type->typegroup == 'C' && type->fields != NULL) { - size_t parent_offset = ctx->head->parent_offset + field->offset; - ++ctx->head; - ctx->head->field = type->fields; - ctx->head->parent_offset = parent_offset; - continue; - } - if ((type->typegroup == 'H' || group == 'H') && type->size == size) { - } else { - __Pyx_BufFmt_RaiseExpected(ctx); - return -1; - } - } - offset = ctx->head->parent_offset + field->offset; - if (ctx->fmt_offset != offset) { - PyErr_Format(PyExc_ValueError, - "Buffer dtype mismatch; next field is at offset %" CYTHON_FORMAT_SSIZE_T "d but %" CYTHON_FORMAT_SSIZE_T "d expected", - (Py_ssize_t)ctx->fmt_offset, (Py_ssize_t)offset); - return -1; - } - ctx->fmt_offset += size; - if (arraysize) - ctx->fmt_offset += (arraysize - 1) * size; - --ctx->enc_count; - while (1) { - if (field == &ctx->root) { - ctx->head = NULL; - if (ctx->enc_count != 0) { - __Pyx_BufFmt_RaiseExpected(ctx); - return -1; - } - break; - } - ctx->head->field = ++field; - if (field->type == NULL) { - --ctx->head; - field = ctx->head->field; - continue; - } else if (field->type->typegroup == 'S') { - size_t parent_offset = ctx->head->parent_offset + field->offset; - if (field->type->fields->type == NULL) continue; - field = field->type->fields; - ++ctx->head; - ctx->head->field = field; - ctx->head->parent_offset = parent_offset; - break; - } else { - break; - } - } - } while (ctx->enc_count); - ctx->enc_type = 0; - ctx->is_complex = 0; - return 0; -} -static CYTHON_INLINE PyObject * -__pyx_buffmt_parse_array(__Pyx_BufFmt_Context* ctx, const char** tsp) -{ - const char *ts = *tsp; - int i = 0, number; - int ndim = ctx->head->field->type->ndim; -; - ++ts; - if (ctx->new_count != 1) { - PyErr_SetString(PyExc_ValueError, - "Cannot handle repeated arrays in format string"); - return NULL; - } - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - while (*ts && *ts != ')') { - switch (*ts) { - case ' ': case '\f': case '\r': case '\n': case '\t': case '\v': continue; - default: break; - } - number = __Pyx_BufFmt_ExpectNumber(&ts); - if (number == -1) return NULL; - if (i < ndim && (size_t) number != ctx->head->field->type->arraysize[i]) - return PyErr_Format(PyExc_ValueError, - "Expected a dimension of size %zu, got %d", - ctx->head->field->type->arraysize[i], number); - if (*ts != ',' && *ts != ')') - return PyErr_Format(PyExc_ValueError, - "Expected a comma in format string, got '%c'", *ts); - if (*ts == ',') ts++; - i++; - } - if (i != ndim) - return PyErr_Format(PyExc_ValueError, "Expected %d dimension(s), got %d", - ctx->head->field->type->ndim, i); - if (!*ts) { - PyErr_SetString(PyExc_ValueError, - "Unexpected end of format string, expected ')'"); - return NULL; - } - ctx->is_valid_array = 1; - ctx->new_count = 1; - *tsp = ++ts; - return Py_None; -} -static const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const char* ts) { - int got_Z = 0; - while (1) { - switch(*ts) { - case 0: - if (ctx->enc_type != 0 && ctx->head == NULL) { - __Pyx_BufFmt_RaiseExpected(ctx); - return NULL; - } - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - if (ctx->head != NULL) { - __Pyx_BufFmt_RaiseExpected(ctx); - return NULL; - } - return ts; - case ' ': - case '\r': - case '\n': - ++ts; - break; - case '<': - if (!__Pyx_IsLittleEndian()) { - PyErr_SetString(PyExc_ValueError, "Little-endian buffer not supported on big-endian compiler"); - return NULL; - } - ctx->new_packmode = '='; - ++ts; - break; - case '>': - case '!': - if (__Pyx_IsLittleEndian()) { - PyErr_SetString(PyExc_ValueError, "Big-endian buffer not supported on little-endian compiler"); - return NULL; - } - ctx->new_packmode = '='; - ++ts; - break; - case '=': - case '@': - case '^': - ctx->new_packmode = *ts++; - break; - case 'T': - { - const char* ts_after_sub; - size_t i, struct_count = ctx->new_count; - size_t struct_alignment = ctx->struct_alignment; - ctx->new_count = 1; - ++ts; - if (*ts != '{') { - PyErr_SetString(PyExc_ValueError, "Buffer acquisition: Expected '{' after 'T'"); - return NULL; - } - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - ctx->enc_type = 0; - ctx->enc_count = 0; - ctx->struct_alignment = 0; - ++ts; - ts_after_sub = ts; - for (i = 0; i != struct_count; ++i) { - ts_after_sub = __Pyx_BufFmt_CheckString(ctx, ts); - if (!ts_after_sub) return NULL; - } - ts = ts_after_sub; - if (struct_alignment) ctx->struct_alignment = struct_alignment; - } - break; - case '}': - { - size_t alignment = ctx->struct_alignment; - ++ts; - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - ctx->enc_type = 0; - if (alignment && ctx->fmt_offset % alignment) { - ctx->fmt_offset += alignment - (ctx->fmt_offset % alignment); - } - } - return ts; - case 'x': - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - ctx->fmt_offset += ctx->new_count; - ctx->new_count = 1; - ctx->enc_count = 0; - ctx->enc_type = 0; - ctx->enc_packmode = ctx->new_packmode; - ++ts; - break; - case 'Z': - got_Z = 1; - ++ts; - if (*ts != 'f' && *ts != 'd' && *ts != 'g') { - __Pyx_BufFmt_RaiseUnexpectedChar('Z'); - return NULL; - } - case 'c': case 'b': case 'B': case 'h': case 'H': case 'i': case 'I': - case 'l': case 'L': case 'q': case 'Q': - case 'f': case 'd': case 'g': - case 'O': case 'p': - if (ctx->enc_type == *ts && got_Z == ctx->is_complex && - ctx->enc_packmode == ctx->new_packmode) { - ctx->enc_count += ctx->new_count; - ctx->new_count = 1; - got_Z = 0; - ++ts; - break; - } - case 's': - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - ctx->enc_count = ctx->new_count; - ctx->enc_packmode = ctx->new_packmode; - ctx->enc_type = *ts; - ctx->is_complex = got_Z; - ++ts; - ctx->new_count = 1; - got_Z = 0; - break; - case ':': - ++ts; - while(*ts != ':') ++ts; - ++ts; - break; - case '(': - if (!__pyx_buffmt_parse_array(ctx, &ts)) return NULL; - break; - default: - { - int number = __Pyx_BufFmt_ExpectNumber(&ts); - if (number == -1) return NULL; - ctx->new_count = (size_t)number; - } - } - } -} -static CYTHON_INLINE void __Pyx_ZeroBuffer(Py_buffer* buf) { - buf->buf = NULL; - buf->obj = NULL; - buf->strides = __Pyx_zeros; - buf->shape = __Pyx_zeros; - buf->suboffsets = __Pyx_minusones; -} -static CYTHON_INLINE int __Pyx_GetBufferAndValidate( - Py_buffer* buf, PyObject* obj, __Pyx_TypeInfo* dtype, int flags, - int nd, int cast, __Pyx_BufFmt_StackElem* stack) -{ - if (obj == Py_None || obj == NULL) { - __Pyx_ZeroBuffer(buf); - return 0; - } - buf->buf = NULL; - if (__Pyx_GetBuffer(obj, buf, flags) == -1) goto fail; - if (buf->ndim != nd) { - PyErr_Format(PyExc_ValueError, - "Buffer has wrong number of dimensions (expected %d, got %d)", - nd, buf->ndim); - goto fail; - } - if (!cast) { - __Pyx_BufFmt_Context ctx; - __Pyx_BufFmt_Init(&ctx, stack, dtype); - if (!__Pyx_BufFmt_CheckString(&ctx, buf->format)) goto fail; - } - if ((unsigned)buf->itemsize != dtype->size) { - PyErr_Format(PyExc_ValueError, - "Item size of buffer (%" CYTHON_FORMAT_SSIZE_T "d byte%s) does not match size of '%s' (%" CYTHON_FORMAT_SSIZE_T "d byte%s)", - buf->itemsize, (buf->itemsize > 1) ? "s" : "", - dtype->name, (Py_ssize_t)dtype->size, (dtype->size > 1) ? "s" : ""); - goto fail; - } - if (buf->suboffsets == NULL) buf->suboffsets = __Pyx_minusones; - return 0; -fail:; - __Pyx_ZeroBuffer(buf); - return -1; -} -static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info) { - if (info->buf == NULL) return; - if (info->suboffsets == __Pyx_minusones) info->suboffsets = NULL; - __Pyx_ReleaseBuffer(info); -} - -static CYTHON_INLINE int __Pyx_IterFinish(void) { -#if CYTHON_COMPILING_IN_CPYTHON - PyThreadState *tstate = PyThreadState_GET(); - PyObject* exc_type = tstate->curexc_type; - if (unlikely(exc_type)) { - if (likely(exc_type == PyExc_StopIteration) || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration)) { - PyObject *exc_value, *exc_tb; - exc_value = tstate->curexc_value; - exc_tb = tstate->curexc_traceback; - tstate->curexc_type = 0; - tstate->curexc_value = 0; - tstate->curexc_traceback = 0; - Py_DECREF(exc_type); - Py_XDECREF(exc_value); - Py_XDECREF(exc_tb); - return 0; - } else { - return -1; - } - } - return 0; -#else - if (unlikely(PyErr_Occurred())) { - if (likely(PyErr_ExceptionMatches(PyExc_StopIteration))) { - PyErr_Clear(); - return 0; - } else { - return -1; - } - } - return 0; -#endif -} - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg) { - PyObject *self, *result; - PyCFunction cfunc; - cfunc = PyCFunction_GET_FUNCTION(func); - self = PyCFunction_GET_SELF(func); - if (unlikely(Py_EnterRecursiveCall((char*)" while calling a Python object"))) - return NULL; - result = cfunc(self, arg); - Py_LeaveRecursiveCall(); - if (unlikely(!result) && unlikely(!PyErr_Occurred())) { - PyErr_SetString( - PyExc_SystemError, - "NULL result without error in PyObject_Call"); - } - return result; -} -#endif - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func) { -#ifdef __Pyx_CyFunction_USED - if (likely(PyCFunction_Check(func) || PyObject_TypeCheck(func, __pyx_CyFunctionType))) { -#else - if (likely(PyCFunction_Check(func))) { -#endif - if (likely(PyCFunction_GET_FLAGS(func) & METH_NOARGS)) { - return __Pyx_PyObject_CallMethO(func, NULL); - } - } - return __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL); -} -#endif - -#if CYTHON_COMPILING_IN_CPYTHON -static PyObject* __Pyx__PyObject_CallOneArg(PyObject *func, PyObject *arg) { - PyObject *result; - PyObject *args = PyTuple_New(1); - if (unlikely(!args)) return NULL; - Py_INCREF(arg); - PyTuple_SET_ITEM(args, 0, arg); - result = __Pyx_PyObject_Call(func, args, NULL); - Py_DECREF(args); - return result; -} -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) { -#ifdef __Pyx_CyFunction_USED - if (likely(PyCFunction_Check(func) || PyObject_TypeCheck(func, __pyx_CyFunctionType))) { -#else - if (likely(PyCFunction_Check(func))) { -#endif - if (likely(PyCFunction_GET_FLAGS(func) & METH_O)) { - return __Pyx_PyObject_CallMethO(func, arg); - } - } - return __Pyx__PyObject_CallOneArg(func, arg); -} -#else -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) { - PyObject* args = PyTuple_Pack(1, arg); - return (likely(args)) ? __Pyx_PyObject_Call(func, args, NULL) : NULL; -} -#endif - -static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) { - PyObject *method, *result = NULL; - method = __Pyx_PyObject_GetAttrStr(obj, method_name); - if (unlikely(!method)) goto bad; -#if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyMethod_Check(method))) { - PyObject *self = PyMethod_GET_SELF(method); - if (likely(self)) { - PyObject *function = PyMethod_GET_FUNCTION(method); - result = __Pyx_PyObject_CallOneArg(function, self); - Py_DECREF(method); - return result; - } - } -#endif - result = __Pyx_PyObject_CallNoArg(method); - Py_DECREF(method); -bad: - return result; -} - -static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index) { - PyErr_Format(PyExc_ValueError, - "need more than %" CYTHON_FORMAT_SSIZE_T "d value%.1s to unpack", - index, (index == 1) ? "" : "s"); -} - -static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected) { - PyErr_Format(PyExc_ValueError, - "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected); -} - -static int __Pyx_IternextUnpackEndCheck(PyObject *retval, Py_ssize_t expected) { - if (unlikely(retval)) { - Py_DECREF(retval); - __Pyx_RaiseTooManyValuesError(expected); - return -1; - } else { - return __Pyx_IterFinish(); - } - return 0; -} - -static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); -} - -static void __Pyx_UnpackTupleError(PyObject *t, Py_ssize_t index) { - if (t == Py_None) { - __Pyx_RaiseNoneNotIterableError(); - } else if (PyTuple_GET_SIZE(t) < index) { - __Pyx_RaiseNeedMoreValuesError(PyTuple_GET_SIZE(t)); - } else { - __Pyx_RaiseTooManyValuesError(index); - } -} - -static CYTHON_INLINE int __Pyx_unpack_tuple2(PyObject* tuple, PyObject** pvalue1, PyObject** pvalue2, - int is_tuple, int has_known_size, int decref_tuple) { - Py_ssize_t index; - PyObject *value1 = NULL, *value2 = NULL, *iter = NULL; - if (!is_tuple && unlikely(!PyTuple_Check(tuple))) { - iternextfunc iternext; - iter = PyObject_GetIter(tuple); - if (unlikely(!iter)) goto bad; - if (decref_tuple) { Py_DECREF(tuple); tuple = NULL; } - iternext = Py_TYPE(iter)->tp_iternext; - value1 = iternext(iter); if (unlikely(!value1)) { index = 0; goto unpacking_failed; } - value2 = iternext(iter); if (unlikely(!value2)) { index = 1; goto unpacking_failed; } - if (!has_known_size && unlikely(__Pyx_IternextUnpackEndCheck(iternext(iter), 2))) goto bad; - Py_DECREF(iter); - } else { - if (!has_known_size && unlikely(PyTuple_GET_SIZE(tuple) != 2)) { - __Pyx_UnpackTupleError(tuple, 2); - goto bad; - } -#if CYTHON_COMPILING_IN_PYPY - value1 = PySequence_ITEM(tuple, 0); - if (unlikely(!value1)) goto bad; - value2 = PySequence_ITEM(tuple, 1); - if (unlikely(!value2)) goto bad; -#else - value1 = PyTuple_GET_ITEM(tuple, 0); - value2 = PyTuple_GET_ITEM(tuple, 1); - Py_INCREF(value1); - Py_INCREF(value2); -#endif - if (decref_tuple) { Py_DECREF(tuple); } - } - *pvalue1 = value1; - *pvalue2 = value2; - return 0; -unpacking_failed: - if (!has_known_size && __Pyx_IterFinish() == 0) - __Pyx_RaiseNeedMoreValuesError(index); -bad: - Py_XDECREF(iter); - Py_XDECREF(value1); - Py_XDECREF(value2); - if (decref_tuple) { Py_XDECREF(tuple); } - return -1; -} - -static CYTHON_INLINE PyObject* __Pyx_dict_iterator(PyObject* iterable, int is_dict, PyObject* method_name, - Py_ssize_t* p_orig_length, int* p_source_is_dict) { - is_dict = is_dict || likely(PyDict_CheckExact(iterable)); - *p_source_is_dict = is_dict; -#if !CYTHON_COMPILING_IN_PYPY - if (is_dict) { - *p_orig_length = PyDict_Size(iterable); - Py_INCREF(iterable); - return iterable; - } -#endif - *p_orig_length = 0; - if (method_name) { - PyObject* iter; - iterable = __Pyx_PyObject_CallMethod0(iterable, method_name); - if (!iterable) - return NULL; -#if !CYTHON_COMPILING_IN_PYPY - if (PyTuple_CheckExact(iterable) || PyList_CheckExact(iterable)) - return iterable; -#endif - iter = PyObject_GetIter(iterable); - Py_DECREF(iterable); - return iter; - } - return PyObject_GetIter(iterable); -} -static CYTHON_INLINE int __Pyx_dict_iter_next(PyObject* iter_obj, Py_ssize_t orig_length, Py_ssize_t* ppos, - PyObject** pkey, PyObject** pvalue, PyObject** pitem, int source_is_dict) { - PyObject* next_item; -#if !CYTHON_COMPILING_IN_PYPY - if (source_is_dict) { - PyObject *key, *value; - if (unlikely(orig_length != PyDict_Size(iter_obj))) { - PyErr_SetString(PyExc_RuntimeError, "dictionary changed size during iteration"); - return -1; - } - if (unlikely(!PyDict_Next(iter_obj, ppos, &key, &value))) { - return 0; - } - if (pitem) { - PyObject* tuple = PyTuple_New(2); - if (unlikely(!tuple)) { - return -1; - } - Py_INCREF(key); - Py_INCREF(value); - PyTuple_SET_ITEM(tuple, 0, key); - PyTuple_SET_ITEM(tuple, 1, value); - *pitem = tuple; - } else { - if (pkey) { - Py_INCREF(key); - *pkey = key; - } - if (pvalue) { - Py_INCREF(value); - *pvalue = value; - } - } - return 1; - } else if (PyTuple_CheckExact(iter_obj)) { - Py_ssize_t pos = *ppos; - if (unlikely(pos >= PyTuple_GET_SIZE(iter_obj))) return 0; - *ppos = pos + 1; - next_item = PyTuple_GET_ITEM(iter_obj, pos); - Py_INCREF(next_item); - } else if (PyList_CheckExact(iter_obj)) { - Py_ssize_t pos = *ppos; - if (unlikely(pos >= PyList_GET_SIZE(iter_obj))) return 0; - *ppos = pos + 1; - next_item = PyList_GET_ITEM(iter_obj, pos); - Py_INCREF(next_item); - } else -#endif - { - next_item = PyIter_Next(iter_obj); - if (unlikely(!next_item)) { - return __Pyx_IterFinish(); - } - } - if (pitem) { - *pitem = next_item; - } else if (pkey && pvalue) { - if (__Pyx_unpack_tuple2(next_item, pkey, pvalue, source_is_dict, source_is_dict, 1)) - return -1; - } else if (pkey) { - *pkey = next_item; - } else { - *pvalue = next_item; - } - return 1; -} - -static double __Pyx__PyObject_AsDouble(PyObject* obj) { - PyObject* float_value; -#if CYTHON_COMPILING_IN_PYPY - float_value = PyNumber_Float(obj); -#else - PyNumberMethods *nb = Py_TYPE(obj)->tp_as_number; - if (likely(nb) && likely(nb->nb_float)) { - float_value = nb->nb_float(obj); - if (likely(float_value) && unlikely(!PyFloat_Check(float_value))) { - PyErr_Format(PyExc_TypeError, - "__float__ returned non-float (type %.200s)", - Py_TYPE(float_value)->tp_name); - Py_DECREF(float_value); - goto bad; - } - } else if (PyUnicode_CheckExact(obj) || PyBytes_CheckExact(obj)) { -#if PY_MAJOR_VERSION >= 3 - float_value = PyFloat_FromString(obj); -#else - float_value = PyFloat_FromString(obj, 0); -#endif - } else { - PyObject* args = PyTuple_New(1); - if (unlikely(!args)) goto bad; - PyTuple_SET_ITEM(args, 0, obj); - float_value = PyObject_Call((PyObject*)&PyFloat_Type, args, 0); - PyTuple_SET_ITEM(args, 0, 0); - Py_DECREF(args); - } -#endif - if (likely(float_value)) { - double value = PyFloat_AS_DOUBLE(float_value); - Py_DECREF(float_value); - return value; - } -bad: - return (double)-1; -} - -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j) { - PyObject *r; - if (!j) return NULL; - r = PyObject_GetItem(o, j); - Py_DECREF(j); - return r; -} -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, - int wraparound, int boundscheck) { -#if CYTHON_COMPILING_IN_CPYTHON - if (wraparound & unlikely(i < 0)) i += PyList_GET_SIZE(o); - if ((!boundscheck) || likely((0 <= i) & (i < PyList_GET_SIZE(o)))) { - PyObject *r = PyList_GET_ITEM(o, i); - Py_INCREF(r); - return r; - } - return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); -#else - return PySequence_GetItem(o, i); -#endif -} -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, - int wraparound, int boundscheck) { -#if CYTHON_COMPILING_IN_CPYTHON - if (wraparound & unlikely(i < 0)) i += PyTuple_GET_SIZE(o); - if ((!boundscheck) || likely((0 <= i) & (i < PyTuple_GET_SIZE(o)))) { - PyObject *r = PyTuple_GET_ITEM(o, i); - Py_INCREF(r); - return r; - } - return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); -#else - return PySequence_GetItem(o, i); -#endif -} -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i, - int is_list, int wraparound, int boundscheck) { -#if CYTHON_COMPILING_IN_CPYTHON - if (is_list || PyList_CheckExact(o)) { - Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyList_GET_SIZE(o); - if ((!boundscheck) || (likely((n >= 0) & (n < PyList_GET_SIZE(o))))) { - PyObject *r = PyList_GET_ITEM(o, n); - Py_INCREF(r); - return r; - } - } - else if (PyTuple_CheckExact(o)) { - Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyTuple_GET_SIZE(o); - if ((!boundscheck) || likely((n >= 0) & (n < PyTuple_GET_SIZE(o)))) { - PyObject *r = PyTuple_GET_ITEM(o, n); - Py_INCREF(r); - return r; - } - } else { - PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence; - if (likely(m && m->sq_item)) { - if (wraparound && unlikely(i < 0) && likely(m->sq_length)) { - Py_ssize_t l = m->sq_length(o); - if (likely(l >= 0)) { - i += l; - } else { - if (PyErr_ExceptionMatches(PyExc_OverflowError)) - PyErr_Clear(); - else - return NULL; - } - } - return m->sq_item(o, i); - } - } -#else - if (is_list || PySequence_Check(o)) { - return PySequence_GetItem(o, i); - } -#endif - return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); -} - -static PyObject* __Pyx_PyObject_CallMethod1(PyObject* obj, PyObject* method_name, PyObject* arg) { - PyObject *method, *result = NULL; - method = __Pyx_PyObject_GetAttrStr(obj, method_name); - if (unlikely(!method)) goto bad; -#if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyMethod_Check(method))) { - PyObject *self = PyMethod_GET_SELF(method); - if (likely(self)) { - PyObject *args; - PyObject *function = PyMethod_GET_FUNCTION(method); - args = PyTuple_New(2); - if (unlikely(!args)) goto bad; - Py_INCREF(self); - PyTuple_SET_ITEM(args, 0, self); - Py_INCREF(arg); - PyTuple_SET_ITEM(args, 1, arg); - Py_INCREF(function); - Py_DECREF(method); method = NULL; - result = __Pyx_PyObject_Call(function, args, NULL); - Py_DECREF(args); - Py_DECREF(function); - return result; - } - } -#endif - result = __Pyx_PyObject_CallOneArg(method, arg); -bad: - Py_XDECREF(method); - return result; -} - -static CYTHON_INLINE PyObject* __Pyx_PyDict_Keys(PyObject* d) { - if (PY_MAJOR_VERSION >= 3) - return __Pyx_PyObject_CallMethod1((PyObject*)&PyDict_Type, __pyx_n_s_keys, d); - else - return PyDict_Keys(d); -} - -static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) { -#if CYTHON_COMPILING_IN_CPYTHON - PyThreadState *tstate = PyThreadState_GET(); - *type = tstate->exc_type; - *value = tstate->exc_value; - *tb = tstate->exc_traceback; - Py_XINCREF(*type); - Py_XINCREF(*value); - Py_XINCREF(*tb); -#else - PyErr_GetExcInfo(type, value, tb); -#endif -} -static void __Pyx_ExceptionReset(PyObject *type, PyObject *value, PyObject *tb) { -#if CYTHON_COMPILING_IN_CPYTHON - PyObject *tmp_type, *tmp_value, *tmp_tb; - PyThreadState *tstate = PyThreadState_GET(); - tmp_type = tstate->exc_type; - tmp_value = tstate->exc_value; - tmp_tb = tstate->exc_traceback; - tstate->exc_type = type; - tstate->exc_value = value; - tstate->exc_traceback = tb; - Py_XDECREF(tmp_type); - Py_XDECREF(tmp_value); - Py_XDECREF(tmp_tb); -#else - PyErr_SetExcInfo(type, value, tb); -#endif -} - -static int __Pyx_GetException(PyObject **type, PyObject **value, PyObject **tb) { - PyObject *local_type, *local_value, *local_tb; -#if CYTHON_COMPILING_IN_CPYTHON - PyObject *tmp_type, *tmp_value, *tmp_tb; - PyThreadState *tstate = PyThreadState_GET(); - local_type = tstate->curexc_type; - local_value = tstate->curexc_value; - local_tb = tstate->curexc_traceback; - tstate->curexc_type = 0; - tstate->curexc_value = 0; - tstate->curexc_traceback = 0; -#else - PyErr_Fetch(&local_type, &local_value, &local_tb); -#endif - PyErr_NormalizeException(&local_type, &local_value, &local_tb); -#if CYTHON_COMPILING_IN_CPYTHON - if (unlikely(tstate->curexc_type)) -#else - if (unlikely(PyErr_Occurred())) -#endif - goto bad; - #if PY_MAJOR_VERSION >= 3 - if (local_tb) { - if (unlikely(PyException_SetTraceback(local_value, local_tb) < 0)) - goto bad; - } - #endif - Py_XINCREF(local_tb); - Py_XINCREF(local_type); - Py_XINCREF(local_value); - *type = local_type; - *value = local_value; - *tb = local_tb; -#if CYTHON_COMPILING_IN_CPYTHON - tmp_type = tstate->exc_type; - tmp_value = tstate->exc_value; - tmp_tb = tstate->exc_traceback; - tstate->exc_type = local_type; - tstate->exc_value = local_value; - tstate->exc_traceback = local_tb; - Py_XDECREF(tmp_type); - Py_XDECREF(tmp_value); - Py_XDECREF(tmp_tb); -#else - PyErr_SetExcInfo(local_type, local_value, local_tb); -#endif - return 0; -bad: - *type = 0; - *value = 0; - *tb = 0; - Py_XDECREF(local_type); - Py_XDECREF(local_value); - Py_XDECREF(local_tb); - return -1; -} - -static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) { -#if CYTHON_COMPILING_IN_CPYTHON - PyObject *tmp_type, *tmp_value, *tmp_tb; - PyThreadState *tstate = PyThreadState_GET(); - tmp_type = tstate->curexc_type; - tmp_value = tstate->curexc_value; - tmp_tb = tstate->curexc_traceback; - tstate->curexc_type = type; - tstate->curexc_value = value; - tstate->curexc_traceback = tb; - Py_XDECREF(tmp_type); - Py_XDECREF(tmp_value); - Py_XDECREF(tmp_tb); -#else - PyErr_Restore(type, value, tb); -#endif -} -static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) { -#if CYTHON_COMPILING_IN_CPYTHON - PyThreadState *tstate = PyThreadState_GET(); - *type = tstate->curexc_type; - *value = tstate->curexc_value; - *tb = tstate->curexc_traceback; - tstate->curexc_type = 0; - tstate->curexc_value = 0; - tstate->curexc_traceback = 0; -#else - PyErr_Fetch(type, value, tb); -#endif -} - -#if PY_MAJOR_VERSION < 3 -static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, - CYTHON_UNUSED PyObject *cause) { - Py_XINCREF(type); - if (!value || value == Py_None) - value = NULL; - else - Py_INCREF(value); - if (!tb || tb == Py_None) - tb = NULL; - else { - Py_INCREF(tb); - if (!PyTraceBack_Check(tb)) { - PyErr_SetString(PyExc_TypeError, - "raise: arg 3 must be a traceback or None"); - goto raise_error; - } - } - if (PyType_Check(type)) { -#if CYTHON_COMPILING_IN_PYPY - if (!value) { - Py_INCREF(Py_None); - value = Py_None; - } -#endif - PyErr_NormalizeException(&type, &value, &tb); - } else { - if (value) { - PyErr_SetString(PyExc_TypeError, - "instance exception may not have a separate value"); - goto raise_error; - } - value = type; - type = (PyObject*) Py_TYPE(type); - Py_INCREF(type); - if (!PyType_IsSubtype((PyTypeObject *)type, (PyTypeObject *)PyExc_BaseException)) { - PyErr_SetString(PyExc_TypeError, - "raise: exception class must be a subclass of BaseException"); - goto raise_error; - } - } - __Pyx_ErrRestore(type, value, tb); - return; -raise_error: - Py_XDECREF(value); - Py_XDECREF(type); - Py_XDECREF(tb); - return; -} -#else -static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause) { - PyObject* owned_instance = NULL; - if (tb == Py_None) { - tb = 0; - } else if (tb && !PyTraceBack_Check(tb)) { - PyErr_SetString(PyExc_TypeError, - "raise: arg 3 must be a traceback or None"); - goto bad; - } - if (value == Py_None) - value = 0; - if (PyExceptionInstance_Check(type)) { - if (value) { - PyErr_SetString(PyExc_TypeError, - "instance exception may not have a separate value"); - goto bad; - } - value = type; - type = (PyObject*) Py_TYPE(value); - } else if (PyExceptionClass_Check(type)) { - PyObject *instance_class = NULL; - if (value && PyExceptionInstance_Check(value)) { - instance_class = (PyObject*) Py_TYPE(value); - if (instance_class != type) { - if (PyObject_IsSubclass(instance_class, type)) { - type = instance_class; - } else { - instance_class = NULL; - } - } - } - if (!instance_class) { - PyObject *args; - if (!value) - args = PyTuple_New(0); - else if (PyTuple_Check(value)) { - Py_INCREF(value); - args = value; - } else - args = PyTuple_Pack(1, value); - if (!args) - goto bad; - owned_instance = PyObject_Call(type, args, NULL); - Py_DECREF(args); - if (!owned_instance) - goto bad; - value = owned_instance; - if (!PyExceptionInstance_Check(value)) { - PyErr_Format(PyExc_TypeError, - "calling %R should have returned an instance of " - "BaseException, not %R", - type, Py_TYPE(value)); - goto bad; - } - } - } else { - PyErr_SetString(PyExc_TypeError, - "raise: exception class must be a subclass of BaseException"); - goto bad; - } -#if PY_VERSION_HEX >= 0x03030000 - if (cause) { -#else - if (cause && cause != Py_None) { -#endif - PyObject *fixed_cause; - if (cause == Py_None) { - fixed_cause = NULL; - } else if (PyExceptionClass_Check(cause)) { - fixed_cause = PyObject_CallObject(cause, NULL); - if (fixed_cause == NULL) - goto bad; - } else if (PyExceptionInstance_Check(cause)) { - fixed_cause = cause; - Py_INCREF(fixed_cause); - } else { - PyErr_SetString(PyExc_TypeError, - "exception causes must derive from " - "BaseException"); - goto bad; - } - PyException_SetCause(value, fixed_cause); - } - PyErr_SetObject(type, value); - if (tb) { -#if CYTHON_COMPILING_IN_PYPY - PyObject *tmp_type, *tmp_value, *tmp_tb; - PyErr_Fetch(tmp_type, tmp_value, tmp_tb); - Py_INCREF(tb); - PyErr_Restore(tmp_type, tmp_value, tb); - Py_XDECREF(tmp_tb); -#else - PyThreadState *tstate = PyThreadState_GET(); - PyObject* tmp_tb = tstate->curexc_traceback; - if (tb != tmp_tb) { - Py_INCREF(tb); - tstate->curexc_traceback = tb; - Py_XDECREF(tmp_tb); - } -#endif - } -bad: - Py_XDECREF(owned_instance); - return; -} -#endif - -static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line) { - int start = 0, mid = 0, end = count - 1; - if (end >= 0 && code_line > entries[end].code_line) { - return count; - } - while (start < end) { - mid = (start + end) / 2; - if (code_line < entries[mid].code_line) { - end = mid; - } else if (code_line > entries[mid].code_line) { - start = mid + 1; - } else { - return mid; - } - } - if (code_line <= entries[mid].code_line) { - return mid; - } else { - return mid + 1; - } -} -static PyCodeObject *__pyx_find_code_object(int code_line) { - PyCodeObject* code_object; - int pos; - if (unlikely(!code_line) || unlikely(!__pyx_code_cache.entries)) { - return NULL; - } - pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); - if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { - return NULL; - } - code_object = __pyx_code_cache.entries[pos].code_object; - Py_INCREF(code_object); - return code_object; -} -static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object) { - int pos, i; - __Pyx_CodeObjectCacheEntry* entries = __pyx_code_cache.entries; - if (unlikely(!code_line)) { - return; - } - if (unlikely(!entries)) { - entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Malloc(64*sizeof(__Pyx_CodeObjectCacheEntry)); - if (likely(entries)) { - __pyx_code_cache.entries = entries; - __pyx_code_cache.max_count = 64; - __pyx_code_cache.count = 1; - entries[0].code_line = code_line; - entries[0].code_object = code_object; - Py_INCREF(code_object); - } - return; - } - pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); - if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) { - PyCodeObject* tmp = entries[pos].code_object; - entries[pos].code_object = code_object; - Py_DECREF(tmp); - return; - } - if (__pyx_code_cache.count == __pyx_code_cache.max_count) { - int new_max = __pyx_code_cache.max_count + 64; - entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Realloc( - __pyx_code_cache.entries, (size_t)new_max*sizeof(__Pyx_CodeObjectCacheEntry)); - if (unlikely(!entries)) { - return; - } - __pyx_code_cache.entries = entries; - __pyx_code_cache.max_count = new_max; - } - for (i=__pyx_code_cache.count; i>pos; i--) { - entries[i] = entries[i-1]; - } - entries[pos].code_line = code_line; - entries[pos].code_object = code_object; - __pyx_code_cache.count++; - Py_INCREF(code_object); -} - -#include "compile.h" -#include "frameobject.h" -#include "traceback.h" -static PyCodeObject* __Pyx_CreateCodeObjectForTraceback( - const char *funcname, int c_line, - int py_line, const char *filename) { - PyCodeObject *py_code = 0; - PyObject *py_srcfile = 0; - PyObject *py_funcname = 0; - #if PY_MAJOR_VERSION < 3 - py_srcfile = PyString_FromString(filename); - #else - py_srcfile = PyUnicode_FromString(filename); - #endif - if (!py_srcfile) goto bad; - if (c_line) { - #if PY_MAJOR_VERSION < 3 - py_funcname = PyString_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line); - #else - py_funcname = PyUnicode_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line); - #endif - } - else { - #if PY_MAJOR_VERSION < 3 - py_funcname = PyString_FromString(funcname); - #else - py_funcname = PyUnicode_FromString(funcname); - #endif - } - if (!py_funcname) goto bad; - py_code = __Pyx_PyCode_New( - 0, - 0, - 0, - 0, - 0, - __pyx_empty_bytes, /*PyObject *code,*/ - __pyx_empty_tuple, /*PyObject *consts,*/ - __pyx_empty_tuple, /*PyObject *names,*/ - __pyx_empty_tuple, /*PyObject *varnames,*/ - __pyx_empty_tuple, /*PyObject *freevars,*/ - __pyx_empty_tuple, /*PyObject *cellvars,*/ - py_srcfile, /*PyObject *filename,*/ - py_funcname, /*PyObject *name,*/ - py_line, - __pyx_empty_bytes /*PyObject *lnotab*/ - ); - Py_DECREF(py_srcfile); - Py_DECREF(py_funcname); - return py_code; -bad: - Py_XDECREF(py_srcfile); - Py_XDECREF(py_funcname); - return NULL; -} -static void __Pyx_AddTraceback(const char *funcname, int c_line, - int py_line, const char *filename) { - PyCodeObject *py_code = 0; - PyFrameObject *py_frame = 0; - py_code = __pyx_find_code_object(c_line ? c_line : py_line); - if (!py_code) { - py_code = __Pyx_CreateCodeObjectForTraceback( - funcname, c_line, py_line, filename); - if (!py_code) goto bad; - __pyx_insert_code_object(c_line ? c_line : py_line, py_code); - } - py_frame = PyFrame_New( - PyThreadState_GET(), /*PyThreadState *tstate,*/ - py_code, /*PyCodeObject *code,*/ - __pyx_d, /*PyObject *globals,*/ - 0 /*PyObject *locals*/ - ); - if (!py_frame) goto bad; - py_frame->f_lineno = py_line; - PyTraceBack_Here(py_frame); -bad: - Py_XDECREF(py_code); - Py_XDECREF(py_frame); -} - -#if PY_MAJOR_VERSION < 3 -static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags) { - if (PyObject_CheckBuffer(obj)) return PyObject_GetBuffer(obj, view, flags); - if (PyObject_TypeCheck(obj, __pyx_ptype_5numpy_ndarray)) return __pyx_pw_5numpy_7ndarray_1__getbuffer__(obj, view, flags); - PyErr_Format(PyExc_TypeError, "'%.200s' does not have the buffer interface", Py_TYPE(obj)->tp_name); - return -1; -} -static void __Pyx_ReleaseBuffer(Py_buffer *view) { - PyObject *obj = view->obj; - if (!obj) return; - if (PyObject_CheckBuffer(obj)) { - PyBuffer_Release(view); - return; - } - if (PyObject_TypeCheck(obj, __pyx_ptype_5numpy_ndarray)) { __pyx_pw_5numpy_7ndarray_3__releasebuffer__(obj, view); return; } - Py_DECREF(obj); - view->obj = NULL; -} -#endif - - - static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level) { - PyObject *empty_list = 0; - PyObject *module = 0; - PyObject *global_dict = 0; - PyObject *empty_dict = 0; - PyObject *list; - #if PY_VERSION_HEX < 0x03030000 - PyObject *py_import; - py_import = __Pyx_PyObject_GetAttrStr(__pyx_b, __pyx_n_s_import); - if (!py_import) - goto bad; - #endif - if (from_list) - list = from_list; - else { - empty_list = PyList_New(0); - if (!empty_list) - goto bad; - list = empty_list; - } - global_dict = PyModule_GetDict(__pyx_m); - if (!global_dict) - goto bad; - empty_dict = PyDict_New(); - if (!empty_dict) - goto bad; - { - #if PY_MAJOR_VERSION >= 3 - if (level == -1) { - if (strchr(__Pyx_MODULE_NAME, '.')) { - #if PY_VERSION_HEX < 0x03030000 - PyObject *py_level = PyInt_FromLong(1); - if (!py_level) - goto bad; - module = PyObject_CallFunctionObjArgs(py_import, - name, global_dict, empty_dict, list, py_level, NULL); - Py_DECREF(py_level); - #else - module = PyImport_ImportModuleLevelObject( - name, global_dict, empty_dict, list, 1); - #endif - if (!module) { - if (!PyErr_ExceptionMatches(PyExc_ImportError)) - goto bad; - PyErr_Clear(); - } - } - level = 0; - } - #endif - if (!module) { - #if PY_VERSION_HEX < 0x03030000 - PyObject *py_level = PyInt_FromLong(level); - if (!py_level) - goto bad; - module = PyObject_CallFunctionObjArgs(py_import, - name, global_dict, empty_dict, list, py_level, NULL); - Py_DECREF(py_level); - #else - module = PyImport_ImportModuleLevelObject( - name, global_dict, empty_dict, list, level); - #endif - } - } -bad: - #if PY_VERSION_HEX < 0x03030000 - Py_XDECREF(py_import); - #endif - Py_XDECREF(empty_list); - Py_XDECREF(empty_dict); - return module; -} - -static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value) { - const int neg_one = (int) -1, const_zero = 0; - const int is_unsigned = neg_one > const_zero; - if (is_unsigned) { - if (sizeof(int) < sizeof(long)) { - return PyInt_FromLong((long) value); - } else if (sizeof(int) <= sizeof(unsigned long)) { - return PyLong_FromUnsignedLong((unsigned long) value); - } else if (sizeof(int) <= sizeof(unsigned long long)) { - return PyLong_FromUnsignedLongLong((unsigned long long) value); - } - } else { - if (sizeof(int) <= sizeof(long)) { - return PyInt_FromLong((long) value); - } else if (sizeof(int) <= sizeof(long long)) { - return PyLong_FromLongLong((long long) value); - } - } - { - int one = 1; int little = (int)*(unsigned char *)&one; - unsigned char *bytes = (unsigned char *)&value; - return _PyLong_FromByteArray(bytes, sizeof(int), - little, !is_unsigned); - } -} - -#define __PYX_VERIFY_RETURN_INT(target_type, func_type, func_value) \ - { \ - func_type value = func_value; \ - if (sizeof(target_type) < sizeof(func_type)) { \ - if (unlikely(value != (func_type) (target_type) value)) { \ - func_type zero = 0; \ - if (is_unsigned && unlikely(value < zero)) \ - goto raise_neg_overflow; \ - else \ - goto raise_overflow; \ - } \ - } \ - return (target_type) value; \ - } - -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - #include "longintrepr.h" - #endif -#endif - -static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) { - const int neg_one = (int) -1, const_zero = 0; - const int is_unsigned = neg_one > const_zero; -#if PY_MAJOR_VERSION < 3 - if (likely(PyInt_Check(x))) { - if (sizeof(int) < sizeof(long)) { - __PYX_VERIFY_RETURN_INT(int, long, PyInt_AS_LONG(x)) - } else { - long val = PyInt_AS_LONG(x); - if (is_unsigned && unlikely(val < 0)) { - goto raise_neg_overflow; - } - return (int) val; - } - } else -#endif - if (likely(PyLong_Check(x))) { - if (is_unsigned) { -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(x)) { - case 0: return 0; - case 1: __PYX_VERIFY_RETURN_INT(int, digit, ((PyLongObject*)x)->ob_digit[0]); - } - #endif -#endif - if (unlikely(Py_SIZE(x) < 0)) { - goto raise_neg_overflow; - } - if (sizeof(int) <= sizeof(unsigned long)) { - __PYX_VERIFY_RETURN_INT(int, unsigned long, PyLong_AsUnsignedLong(x)) - } else if (sizeof(int) <= sizeof(unsigned long long)) { - __PYX_VERIFY_RETURN_INT(int, unsigned long long, PyLong_AsUnsignedLongLong(x)) - } - } else { -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(x)) { - case 0: return 0; - case 1: __PYX_VERIFY_RETURN_INT(int, digit, +(((PyLongObject*)x)->ob_digit[0])); - case -1: __PYX_VERIFY_RETURN_INT(int, sdigit, -(sdigit) ((PyLongObject*)x)->ob_digit[0]); - } - #endif -#endif - if (sizeof(int) <= sizeof(long)) { - __PYX_VERIFY_RETURN_INT(int, long, PyLong_AsLong(x)) - } else if (sizeof(int) <= sizeof(long long)) { - __PYX_VERIFY_RETURN_INT(int, long long, PyLong_AsLongLong(x)) - } - } - { -#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray) - PyErr_SetString(PyExc_RuntimeError, - "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers"); -#else - int val; - PyObject *v = __Pyx_PyNumber_Int(x); - #if PY_MAJOR_VERSION < 3 - if (likely(v) && !PyLong_Check(v)) { - PyObject *tmp = v; - v = PyNumber_Long(tmp); - Py_DECREF(tmp); - } - #endif - if (likely(v)) { - int one = 1; int is_little = (int)*(unsigned char *)&one; - unsigned char *bytes = (unsigned char *)&val; - int ret = _PyLong_AsByteArray((PyLongObject *)v, - bytes, sizeof(val), - is_little, !is_unsigned); - Py_DECREF(v); - if (likely(!ret)) - return val; - } -#endif - return (int) -1; - } - } else { - int val; - PyObject *tmp = __Pyx_PyNumber_Int(x); - if (!tmp) return (int) -1; - val = __Pyx_PyInt_As_int(tmp); - Py_DECREF(tmp); - return val; - } -raise_overflow: - PyErr_SetString(PyExc_OverflowError, - "value too large to convert to int"); - return (int) -1; -raise_neg_overflow: - PyErr_SetString(PyExc_OverflowError, - "can't convert negative value to int"); - return (int) -1; -} - -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { - return ::std::complex< float >(x, y); - } - #else - static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { - return x + y*(__pyx_t_float_complex)_Complex_I; - } - #endif -#else - static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { - __pyx_t_float_complex z; - z.real = x; - z.imag = y; - return z; - } -#endif - -#if CYTHON_CCOMPLEX -#else - static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - return (a.real == b.real) && (a.imag == b.imag); - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - z.real = a.real + b.real; - z.imag = a.imag + b.imag; - return z; - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - z.real = a.real - b.real; - z.imag = a.imag - b.imag; - return z; - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prodf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - z.real = a.real * b.real - a.imag * b.imag; - z.imag = a.real * b.imag + a.imag * b.real; - return z; - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - float denom = b.real * b.real + b.imag * b.imag; - z.real = (a.real * b.real + a.imag * b.imag) / denom; - z.imag = (a.imag * b.real - a.real * b.imag) / denom; - return z; - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex a) { - __pyx_t_float_complex z; - z.real = -a.real; - z.imag = -a.imag; - return z; - } - static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex a) { - return (a.real == 0) && (a.imag == 0); - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex a) { - __pyx_t_float_complex z; - z.real = a.real; - z.imag = -a.imag; - return z; - } - #if 1 - static CYTHON_INLINE float __Pyx_c_absf(__pyx_t_float_complex z) { - #if !defined(HAVE_HYPOT) || defined(_MSC_VER) - return sqrtf(z.real*z.real + z.imag*z.imag); - #else - return hypotf(z.real, z.imag); - #endif - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - float r, lnr, theta, z_r, z_theta; - if (b.imag == 0 && b.real == (int)b.real) { - if (b.real < 0) { - float denom = a.real * a.real + a.imag * a.imag; - a.real = a.real / denom; - a.imag = -a.imag / denom; - b.real = -b.real; - } - switch ((int)b.real) { - case 0: - z.real = 1; - z.imag = 0; - return z; - case 1: - return a; - case 2: - z = __Pyx_c_prodf(a, a); - return __Pyx_c_prodf(a, a); - case 3: - z = __Pyx_c_prodf(a, a); - return __Pyx_c_prodf(z, a); - case 4: - z = __Pyx_c_prodf(a, a); - return __Pyx_c_prodf(z, z); - } - } - if (a.imag == 0) { - if (a.real == 0) { - return a; - } - r = a.real; - theta = 0; - } else { - r = __Pyx_c_absf(a); - theta = atan2f(a.imag, a.real); - } - lnr = logf(r); - z_r = expf(lnr * b.real - theta * b.imag); - z_theta = theta * b.real + lnr * b.imag; - z.real = z_r * cosf(z_theta); - z.imag = z_r * sinf(z_theta); - return z; - } - #endif -#endif - -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { - return ::std::complex< double >(x, y); - } - #else - static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { - return x + y*(__pyx_t_double_complex)_Complex_I; - } - #endif -#else - static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { - __pyx_t_double_complex z; - z.real = x; - z.imag = y; - return z; - } -#endif - -#if CYTHON_CCOMPLEX -#else - static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex a, __pyx_t_double_complex b) { - return (a.real == b.real) && (a.imag == b.imag); - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - z.real = a.real + b.real; - z.imag = a.imag + b.imag; - return z; - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - z.real = a.real - b.real; - z.imag = a.imag - b.imag; - return z; - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - z.real = a.real * b.real - a.imag * b.imag; - z.imag = a.real * b.imag + a.imag * b.real; - return z; - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - double denom = b.real * b.real + b.imag * b.imag; - z.real = (a.real * b.real + a.imag * b.imag) / denom; - z.imag = (a.imag * b.real - a.real * b.imag) / denom; - return z; - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex a) { - __pyx_t_double_complex z; - z.real = -a.real; - z.imag = -a.imag; - return z; - } - static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex a) { - return (a.real == 0) && (a.imag == 0); - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex a) { - __pyx_t_double_complex z; - z.real = a.real; - z.imag = -a.imag; - return z; - } - #if 1 - static CYTHON_INLINE double __Pyx_c_abs(__pyx_t_double_complex z) { - #if !defined(HAVE_HYPOT) || defined(_MSC_VER) - return sqrt(z.real*z.real + z.imag*z.imag); - #else - return hypot(z.real, z.imag); - #endif - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - double r, lnr, theta, z_r, z_theta; - if (b.imag == 0 && b.real == (int)b.real) { - if (b.real < 0) { - double denom = a.real * a.real + a.imag * a.imag; - a.real = a.real / denom; - a.imag = -a.imag / denom; - b.real = -b.real; - } - switch ((int)b.real) { - case 0: - z.real = 1; - z.imag = 0; - return z; - case 1: - return a; - case 2: - z = __Pyx_c_prod(a, a); - return __Pyx_c_prod(a, a); - case 3: - z = __Pyx_c_prod(a, a); - return __Pyx_c_prod(z, a); - case 4: - z = __Pyx_c_prod(a, a); - return __Pyx_c_prod(z, z); - } - } - if (a.imag == 0) { - if (a.real == 0) { - return a; - } - r = a.real; - theta = 0; - } else { - r = __Pyx_c_abs(a); - theta = atan2(a.imag, a.real); - } - lnr = log(r); - z_r = exp(lnr * b.real - theta * b.imag); - z_theta = theta * b.real + lnr * b.imag; - z.real = z_r * cos(z_theta); - z.imag = z_r * sin(z_theta); - return z; - } - #endif -#endif - -static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) { - const long neg_one = (long) -1, const_zero = 0; - const int is_unsigned = neg_one > const_zero; - if (is_unsigned) { - if (sizeof(long) < sizeof(long)) { - return PyInt_FromLong((long) value); - } else if (sizeof(long) <= sizeof(unsigned long)) { - return PyLong_FromUnsignedLong((unsigned long) value); - } else if (sizeof(long) <= sizeof(unsigned long long)) { - return PyLong_FromUnsignedLongLong((unsigned long long) value); - } - } else { - if (sizeof(long) <= sizeof(long)) { - return PyInt_FromLong((long) value); - } else if (sizeof(long) <= sizeof(long long)) { - return PyLong_FromLongLong((long long) value); - } - } - { - int one = 1; int little = (int)*(unsigned char *)&one; - unsigned char *bytes = (unsigned char *)&value; - return _PyLong_FromByteArray(bytes, sizeof(long), - little, !is_unsigned); - } -} - -static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) { - const long neg_one = (long) -1, const_zero = 0; - const int is_unsigned = neg_one > const_zero; -#if PY_MAJOR_VERSION < 3 - if (likely(PyInt_Check(x))) { - if (sizeof(long) < sizeof(long)) { - __PYX_VERIFY_RETURN_INT(long, long, PyInt_AS_LONG(x)) - } else { - long val = PyInt_AS_LONG(x); - if (is_unsigned && unlikely(val < 0)) { - goto raise_neg_overflow; - } - return (long) val; - } - } else -#endif - if (likely(PyLong_Check(x))) { - if (is_unsigned) { -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(x)) { - case 0: return 0; - case 1: __PYX_VERIFY_RETURN_INT(long, digit, ((PyLongObject*)x)->ob_digit[0]); - } - #endif -#endif - if (unlikely(Py_SIZE(x) < 0)) { - goto raise_neg_overflow; - } - if (sizeof(long) <= sizeof(unsigned long)) { - __PYX_VERIFY_RETURN_INT(long, unsigned long, PyLong_AsUnsignedLong(x)) - } else if (sizeof(long) <= sizeof(unsigned long long)) { - __PYX_VERIFY_RETURN_INT(long, unsigned long long, PyLong_AsUnsignedLongLong(x)) - } - } else { -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(x)) { - case 0: return 0; - case 1: __PYX_VERIFY_RETURN_INT(long, digit, +(((PyLongObject*)x)->ob_digit[0])); - case -1: __PYX_VERIFY_RETURN_INT(long, sdigit, -(sdigit) ((PyLongObject*)x)->ob_digit[0]); - } - #endif -#endif - if (sizeof(long) <= sizeof(long)) { - __PYX_VERIFY_RETURN_INT(long, long, PyLong_AsLong(x)) - } else if (sizeof(long) <= sizeof(long long)) { - __PYX_VERIFY_RETURN_INT(long, long long, PyLong_AsLongLong(x)) - } - } - { -#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray) - PyErr_SetString(PyExc_RuntimeError, - "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers"); -#else - long val; - PyObject *v = __Pyx_PyNumber_Int(x); - #if PY_MAJOR_VERSION < 3 - if (likely(v) && !PyLong_Check(v)) { - PyObject *tmp = v; - v = PyNumber_Long(tmp); - Py_DECREF(tmp); - } - #endif - if (likely(v)) { - int one = 1; int is_little = (int)*(unsigned char *)&one; - unsigned char *bytes = (unsigned char *)&val; - int ret = _PyLong_AsByteArray((PyLongObject *)v, - bytes, sizeof(val), - is_little, !is_unsigned); - Py_DECREF(v); - if (likely(!ret)) - return val; - } -#endif - return (long) -1; - } - } else { - long val; - PyObject *tmp = __Pyx_PyNumber_Int(x); - if (!tmp) return (long) -1; - val = __Pyx_PyInt_As_long(tmp); - Py_DECREF(tmp); - return val; - } -raise_overflow: - PyErr_SetString(PyExc_OverflowError, - "value too large to convert to long"); - return (long) -1; -raise_neg_overflow: - PyErr_SetString(PyExc_OverflowError, - "can't convert negative value to long"); - return (long) -1; -} - -static int __Pyx_check_binary_version(void) { - char ctversion[4], rtversion[4]; - PyOS_snprintf(ctversion, 4, "%d.%d", PY_MAJOR_VERSION, PY_MINOR_VERSION); - PyOS_snprintf(rtversion, 4, "%s", Py_GetVersion()); - if (ctversion[0] != rtversion[0] || ctversion[2] != rtversion[2]) { - char message[200]; - PyOS_snprintf(message, sizeof(message), - "compiletime version %s of module '%.100s' " - "does not match runtime version %s", - ctversion, __Pyx_MODULE_NAME, rtversion); - return PyErr_WarnEx(NULL, message, 1); - } - return 0; -} - -#ifndef __PYX_HAVE_RT_ImportModule -#define __PYX_HAVE_RT_ImportModule -static PyObject *__Pyx_ImportModule(const char *name) { - PyObject *py_name = 0; - PyObject *py_module = 0; - py_name = __Pyx_PyIdentifier_FromString(name); - if (!py_name) - goto bad; - py_module = PyImport_Import(py_name); - Py_DECREF(py_name); - return py_module; -bad: - Py_XDECREF(py_name); - return 0; -} -#endif - -#ifndef __PYX_HAVE_RT_ImportType -#define __PYX_HAVE_RT_ImportType -static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, - size_t size, int strict) -{ - PyObject *py_module = 0; - PyObject *result = 0; - PyObject *py_name = 0; - char warning[200]; - Py_ssize_t basicsize; -#ifdef Py_LIMITED_API - PyObject *py_basicsize; -#endif - py_module = __Pyx_ImportModule(module_name); - if (!py_module) - goto bad; - py_name = __Pyx_PyIdentifier_FromString(class_name); - if (!py_name) - goto bad; - result = PyObject_GetAttr(py_module, py_name); - Py_DECREF(py_name); - py_name = 0; - Py_DECREF(py_module); - py_module = 0; - if (!result) - goto bad; - if (!PyType_Check(result)) { - PyErr_Format(PyExc_TypeError, - "%.200s.%.200s is not a type object", - module_name, class_name); - goto bad; - } -#ifndef Py_LIMITED_API - basicsize = ((PyTypeObject *)result)->tp_basicsize; -#else - py_basicsize = PyObject_GetAttrString(result, "__basicsize__"); - if (!py_basicsize) - goto bad; - basicsize = PyLong_AsSsize_t(py_basicsize); - Py_DECREF(py_basicsize); - py_basicsize = 0; - if (basicsize == (Py_ssize_t)-1 && PyErr_Occurred()) - goto bad; -#endif - if (!strict && (size_t)basicsize > size) { - PyOS_snprintf(warning, sizeof(warning), - "%s.%s size changed, may indicate binary incompatibility", - module_name, class_name); - if (PyErr_WarnEx(NULL, warning, 0) < 0) goto bad; - } - else if ((size_t)basicsize != size) { - PyErr_Format(PyExc_ValueError, - "%.200s.%.200s has the wrong size, try recompiling", - module_name, class_name); - goto bad; - } - return (PyTypeObject *)result; -bad: - Py_XDECREF(py_module); - Py_XDECREF(result); - return NULL; -} -#endif - -static int __Pyx_InitStrings(__Pyx_StringTabEntry *t) { - while (t->p) { - #if PY_MAJOR_VERSION < 3 - if (t->is_unicode) { - *t->p = PyUnicode_DecodeUTF8(t->s, t->n - 1, NULL); - } else if (t->intern) { - *t->p = PyString_InternFromString(t->s); - } else { - *t->p = PyString_FromStringAndSize(t->s, t->n - 1); - } - #else - if (t->is_unicode | t->is_str) { - if (t->intern) { - *t->p = PyUnicode_InternFromString(t->s); - } else if (t->encoding) { - *t->p = PyUnicode_Decode(t->s, t->n - 1, t->encoding, NULL); - } else { - *t->p = PyUnicode_FromStringAndSize(t->s, t->n - 1); - } - } else { - *t->p = PyBytes_FromStringAndSize(t->s, t->n - 1); - } - #endif - if (!*t->p) - return -1; - ++t; - } - return 0; -} - -static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { - return __Pyx_PyUnicode_FromStringAndSize(c_str, (Py_ssize_t)strlen(c_str)); -} -static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { - Py_ssize_t ignore; - return __Pyx_PyObject_AsStringAndSize(o, &ignore); -} -static CYTHON_INLINE char* __Pyx_PyObject_AsStringAndSize(PyObject* o, Py_ssize_t *length) { -#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT - if ( -#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII - __Pyx_sys_getdefaultencoding_not_ascii && -#endif - PyUnicode_Check(o)) { -#if PY_VERSION_HEX < 0x03030000 - char* defenc_c; - PyObject* defenc = _PyUnicode_AsDefaultEncodedString(o, NULL); - if (!defenc) return NULL; - defenc_c = PyBytes_AS_STRING(defenc); -#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII - { - char* end = defenc_c + PyBytes_GET_SIZE(defenc); - char* c; - for (c = defenc_c; c < end; c++) { - if ((unsigned char) (*c) >= 128) { - PyUnicode_AsASCIIString(o); - return NULL; - } - } - } -#endif - *length = PyBytes_GET_SIZE(defenc); - return defenc_c; -#else - if (__Pyx_PyUnicode_READY(o) == -1) return NULL; -#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII - if (PyUnicode_IS_ASCII(o)) { - *length = PyUnicode_GET_LENGTH(o); - return PyUnicode_AsUTF8(o); - } else { - PyUnicode_AsASCIIString(o); - return NULL; - } -#else - return PyUnicode_AsUTF8AndSize(o, length); -#endif -#endif - } else -#endif -#if !CYTHON_COMPILING_IN_PYPY - if (PyByteArray_Check(o)) { - *length = PyByteArray_GET_SIZE(o); - return PyByteArray_AS_STRING(o); - } else -#endif - { - char* result; - int r = PyBytes_AsStringAndSize(o, &result, length); - if (unlikely(r < 0)) { - return NULL; - } else { - return result; - } - } -} -static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { - int is_true = x == Py_True; - if (is_true | (x == Py_False) | (x == Py_None)) return is_true; - else return PyObject_IsTrue(x); -} -static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x) { - PyNumberMethods *m; - const char *name = NULL; - PyObject *res = NULL; -#if PY_MAJOR_VERSION < 3 - if (PyInt_Check(x) || PyLong_Check(x)) -#else - if (PyLong_Check(x)) -#endif - return Py_INCREF(x), x; - m = Py_TYPE(x)->tp_as_number; -#if PY_MAJOR_VERSION < 3 - if (m && m->nb_int) { - name = "int"; - res = PyNumber_Int(x); - } - else if (m && m->nb_long) { - name = "long"; - res = PyNumber_Long(x); - } -#else - if (m && m->nb_int) { - name = "int"; - res = PyNumber_Long(x); - } -#endif - if (res) { -#if PY_MAJOR_VERSION < 3 - if (!PyInt_Check(res) && !PyLong_Check(res)) { -#else - if (!PyLong_Check(res)) { -#endif - PyErr_Format(PyExc_TypeError, - "__%.4s__ returned non-%.4s (type %.200s)", - name, name, Py_TYPE(res)->tp_name); - Py_DECREF(res); - return NULL; - } - } - else if (!PyErr_Occurred()) { - PyErr_SetString(PyExc_TypeError, - "an integer is required"); - } - return res; -} -static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { - Py_ssize_t ival; - PyObject *x; -#if PY_MAJOR_VERSION < 3 - if (likely(PyInt_CheckExact(b))) - return PyInt_AS_LONG(b); -#endif - if (likely(PyLong_CheckExact(b))) { - #if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(b)) { - case -1: return -(sdigit)((PyLongObject*)b)->ob_digit[0]; - case 0: return 0; - case 1: return ((PyLongObject*)b)->ob_digit[0]; - } - #endif - #endif - return PyLong_AsSsize_t(b); - } - x = PyNumber_Index(b); - if (!x) return -1; - ival = PyInt_AsSsize_t(x); - Py_DECREF(x); - return ival; -} -static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { - return PyInt_FromSize_t(ival); -} - - -#endif /* Py_PYTHON_H */ diff --git a/experiments/ml2.pyx b/experiments/ml2.pyx deleted file mode 100644 index 1458683..0000000 --- a/experiments/ml2.pyx +++ /dev/null @@ -1,95 +0,0 @@ -# cython: boundscheck=False, cdivision=True -import numpy as np -cimport numpy as np -from libc.math cimport log, exp - -DTYPE = np.float64 -ctypedef np.float_t DTYPE_t - -cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, - DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - """weight for successful infection, exponential time model""" - cdef DTYPE_t structural, temporal, result - structural = delta ** dist - # structural = delta/(1. + 1./(w1*lmbda) + 1./(w2*lmbda) + 1./(w3*lmbda)) - temporal = log(exp(alpha)-1.) - alpha*dt - # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 - result = log(structural) + temporal - return result - -cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, - DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - """weight for failed infection, exponential time model""" - cdef DTYPE_t structural, temporal, result - structural = delta ** dist - # structural = delta/(1. + 1./(w1*lmbda) + 1./(w2*lmbda) + 1./(w3*lmbda)) - temporal = exp(-alpha * dt) - # temporal = 1. - 1. / (1. + dt/alpha)**0.01 - result = log(1. - structural + structural * temporal) - return result - -def ml2(dict root_victims, dict victims, dict non_victims, - DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): - cdef: - int n_roots, n_victims, roots, i, dist, dt, t, l - DTYPE_t ll - list parents, failures, successes - n_roots, n_victims = len(root_victims), len(victims) - cdef: - np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) - np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) - np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) - np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) - np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) - np.ndarray[DTYPE_t] infectors = np.zeros(n_victims, dtype=DTYPE) - - # loop through victims - for i, parents in enumerate(victims.itervalues()): - # for each victim node i, compute the probability that all its parents - # fail to infect it, also computes the probability that its most - # likely parent infects it - failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) - for (prnt, dist, dt, w1, w2, w3) in parents] - probs_fail[i] = sum(failures) - successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) - for (prnt, dist, dt, w1, w2, w3) in parents] - dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] - prnts = [prnt for (prnt, dist, dt, w1, w2, w3) in parents] - # find parent that maximizes log(p) - log(\tilde{p}) - # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) - probs[i] = float("-inf") - for l, s in enumerate(successes): - prob = s - failures[l] - if prob > probs[i]: - probs[i] = prob - infectors[i] = prnts[l] - parent_dists[i] = dists[l] - parent_dts[i] = dts[l] - - # loop through non-victims - for i, parents in enumerate(non_victims.itervalues()): - # for each non victim node, compute the probability that all its - # parents fail to infect it - failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) - for (prnt, dist, dt, w1, w2, w3) in parents] - probs_nv[i] = sum(failures) - - # calculate log likelihood - ll = probs_fail.sum() # add probability that all edges to victims fail - ll += probs_nv.sum() # add probability that all edges to non_victims fail - ll += probs.sum() # add probability for realized edges and subtract probability these edges fail - - roots = n_roots - # print n_nodes, n_roots, n_victims, max_i, roots - # print parent_dists[1:100] - # print parent_dts[1:100] - # print victims.keys() - # print infectors - # print np.mean(parent_dists) - # print np.mean(parent_dts) - - with open('../../Results/infectors.csv', 'w') as infectors_file: - for i, infector in enumerate(infectors): - infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) - return (lmbda, roots, ll) diff --git a/experiments/ml2.so b/experiments/ml2.so deleted file mode 100755 index 37ff3ea..0000000 Binary files a/experiments/ml2.so and /dev/null differ diff --git a/experiments/ml3.c b/experiments/ml3.c deleted file mode 100644 index 7ad3edb..0000000 --- a/experiments/ml3.c +++ /dev/null @@ -1,7774 +0,0 @@ -/* Generated by Cython 0.22 */ - -/* BEGIN: Cython Metadata -{ - "distutils": { - "depends": [] - } -} -END: Cython Metadata */ - -#define PY_SSIZE_T_CLEAN -#ifndef CYTHON_USE_PYLONG_INTERNALS -#ifdef PYLONG_BITS_IN_DIGIT -#define CYTHON_USE_PYLONG_INTERNALS 0 -#else -#include "pyconfig.h" -#ifdef PYLONG_BITS_IN_DIGIT -#define CYTHON_USE_PYLONG_INTERNALS 1 -#else -#define CYTHON_USE_PYLONG_INTERNALS 0 -#endif -#endif -#endif -#include "Python.h" -#ifndef Py_PYTHON_H - #error Python headers needed to compile C extensions, please install development version of Python. -#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03020000) - #error Cython requires Python 2.6+ or Python 3.2+. -#else -#define CYTHON_ABI "0_22" -#include -#ifndef offsetof -#define offsetof(type, member) ( (size_t) & ((type*)0) -> member ) -#endif -#if !defined(WIN32) && !defined(MS_WINDOWS) - #ifndef __stdcall - #define __stdcall - #endif - #ifndef __cdecl - #define __cdecl - #endif - #ifndef __fastcall - #define __fastcall - #endif -#endif -#ifndef DL_IMPORT - #define DL_IMPORT(t) t -#endif -#ifndef DL_EXPORT - #define DL_EXPORT(t) t -#endif -#ifndef PY_LONG_LONG - #define PY_LONG_LONG LONG_LONG -#endif -#ifndef Py_HUGE_VAL - #define Py_HUGE_VAL HUGE_VAL -#endif -#ifdef PYPY_VERSION -#define CYTHON_COMPILING_IN_PYPY 1 -#define CYTHON_COMPILING_IN_CPYTHON 0 -#else -#define CYTHON_COMPILING_IN_PYPY 0 -#define CYTHON_COMPILING_IN_CPYTHON 1 -#endif -#if CYTHON_COMPILING_IN_PYPY && PY_VERSION_HEX < 0x02070600 && !defined(Py_OptimizeFlag) -#define Py_OptimizeFlag 0 -#endif -#define __PYX_BUILD_PY_SSIZE_T "n" -#define CYTHON_FORMAT_SSIZE_T "z" -#if PY_MAJOR_VERSION < 3 - #define __Pyx_BUILTIN_MODULE_NAME "__builtin__" - #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ - PyCode_New(a+k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) - #define __Pyx_DefaultClassType PyClass_Type -#else - #define __Pyx_BUILTIN_MODULE_NAME "builtins" - #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ - PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) - #define __Pyx_DefaultClassType PyType_Type -#endif -#if PY_MAJOR_VERSION >= 3 - #define Py_TPFLAGS_CHECKTYPES 0 - #define Py_TPFLAGS_HAVE_INDEX 0 - #define Py_TPFLAGS_HAVE_NEWBUFFER 0 -#endif -#if PY_VERSION_HEX < 0x030400a1 && !defined(Py_TPFLAGS_HAVE_FINALIZE) - #define Py_TPFLAGS_HAVE_FINALIZE 0 -#endif -#if PY_VERSION_HEX > 0x03030000 && defined(PyUnicode_KIND) - #define CYTHON_PEP393_ENABLED 1 - #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \ - 0 : _PyUnicode_Ready((PyObject *)(op))) - #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_LENGTH(u) - #define __Pyx_PyUnicode_READ_CHAR(u, i) PyUnicode_READ_CHAR(u, i) - #define __Pyx_PyUnicode_KIND(u) PyUnicode_KIND(u) - #define __Pyx_PyUnicode_DATA(u) PyUnicode_DATA(u) - #define __Pyx_PyUnicode_READ(k, d, i) PyUnicode_READ(k, d, i) -#else - #define CYTHON_PEP393_ENABLED 0 - #define __Pyx_PyUnicode_READY(op) (0) - #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_SIZE(u) - #define __Pyx_PyUnicode_READ_CHAR(u, i) ((Py_UCS4)(PyUnicode_AS_UNICODE(u)[i])) - #define __Pyx_PyUnicode_KIND(u) (sizeof(Py_UNICODE)) - #define __Pyx_PyUnicode_DATA(u) ((void*)PyUnicode_AS_UNICODE(u)) - #define __Pyx_PyUnicode_READ(k, d, i) ((void)(k), (Py_UCS4)(((Py_UNICODE*)d)[i])) -#endif -#if CYTHON_COMPILING_IN_PYPY - #define __Pyx_PyUnicode_Concat(a, b) PyNumber_Add(a, b) - #define __Pyx_PyUnicode_ConcatSafe(a, b) PyNumber_Add(a, b) - #define __Pyx_PyFrozenSet_Size(s) PyObject_Size(s) -#else - #define __Pyx_PyUnicode_Concat(a, b) PyUnicode_Concat(a, b) - #define __Pyx_PyUnicode_ConcatSafe(a, b) ((unlikely((a) == Py_None) || unlikely((b) == Py_None)) ? \ - PyNumber_Add(a, b) : __Pyx_PyUnicode_Concat(a, b)) - #define __Pyx_PyFrozenSet_Size(s) PySet_Size(s) -#endif -#define __Pyx_PyString_FormatSafe(a, b) ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : __Pyx_PyString_Format(a, b)) -#define __Pyx_PyUnicode_FormatSafe(a, b) ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : PyUnicode_Format(a, b)) -#if PY_MAJOR_VERSION >= 3 - #define __Pyx_PyString_Format(a, b) PyUnicode_Format(a, b) -#else - #define __Pyx_PyString_Format(a, b) PyString_Format(a, b) -#endif -#if PY_MAJOR_VERSION >= 3 - #define PyBaseString_Type PyUnicode_Type - #define PyStringObject PyUnicodeObject - #define PyString_Type PyUnicode_Type - #define PyString_Check PyUnicode_Check - #define PyString_CheckExact PyUnicode_CheckExact -#endif -#if PY_MAJOR_VERSION >= 3 - #define __Pyx_PyBaseString_Check(obj) PyUnicode_Check(obj) - #define __Pyx_PyBaseString_CheckExact(obj) PyUnicode_CheckExact(obj) -#else - #define __Pyx_PyBaseString_Check(obj) (PyString_Check(obj) || PyUnicode_Check(obj)) - #define __Pyx_PyBaseString_CheckExact(obj) (PyString_CheckExact(obj) || PyUnicode_CheckExact(obj)) -#endif -#ifndef PySet_CheckExact - #define PySet_CheckExact(obj) (Py_TYPE(obj) == &PySet_Type) -#endif -#define __Pyx_TypeCheck(obj, type) PyObject_TypeCheck(obj, (PyTypeObject *)type) -#if PY_MAJOR_VERSION >= 3 - #define PyIntObject PyLongObject - #define PyInt_Type PyLong_Type - #define PyInt_Check(op) PyLong_Check(op) - #define PyInt_CheckExact(op) PyLong_CheckExact(op) - #define PyInt_FromString PyLong_FromString - #define PyInt_FromUnicode PyLong_FromUnicode - #define PyInt_FromLong PyLong_FromLong - #define PyInt_FromSize_t PyLong_FromSize_t - #define PyInt_FromSsize_t PyLong_FromSsize_t - #define PyInt_AsLong PyLong_AsLong - #define PyInt_AS_LONG PyLong_AS_LONG - #define PyInt_AsSsize_t PyLong_AsSsize_t - #define PyInt_AsUnsignedLongMask PyLong_AsUnsignedLongMask - #define PyInt_AsUnsignedLongLongMask PyLong_AsUnsignedLongLongMask - #define PyNumber_Int PyNumber_Long -#endif -#if PY_MAJOR_VERSION >= 3 - #define PyBoolObject PyLongObject -#endif -#if PY_MAJOR_VERSION >= 3 && CYTHON_COMPILING_IN_PYPY - #ifndef PyUnicode_InternFromString - #define PyUnicode_InternFromString(s) PyUnicode_FromString(s) - #endif -#endif -#if PY_VERSION_HEX < 0x030200A4 - typedef long Py_hash_t; - #define __Pyx_PyInt_FromHash_t PyInt_FromLong - #define __Pyx_PyInt_AsHash_t PyInt_AsLong -#else - #define __Pyx_PyInt_FromHash_t PyInt_FromSsize_t - #define __Pyx_PyInt_AsHash_t PyInt_AsSsize_t -#endif -#if PY_MAJOR_VERSION >= 3 - #define __Pyx_PyMethod_New(func, self, klass) ((self) ? PyMethod_New(func, self) : PyInstanceMethod_New(func)) -#else - #define __Pyx_PyMethod_New(func, self, klass) PyMethod_New(func, self, klass) -#endif -#ifndef CYTHON_INLINE - #if defined(__GNUC__) - #define CYTHON_INLINE __inline__ - #elif defined(_MSC_VER) - #define CYTHON_INLINE __inline - #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L - #define CYTHON_INLINE inline - #else - #define CYTHON_INLINE - #endif -#endif -#ifndef CYTHON_RESTRICT - #if defined(__GNUC__) - #define CYTHON_RESTRICT __restrict__ - #elif defined(_MSC_VER) && _MSC_VER >= 1400 - #define CYTHON_RESTRICT __restrict - #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L - #define CYTHON_RESTRICT restrict - #else - #define CYTHON_RESTRICT - #endif -#endif -#ifdef NAN -#define __PYX_NAN() ((float) NAN) -#else -static CYTHON_INLINE float __PYX_NAN() { - /* Initialize NaN. The sign is irrelevant, an exponent with all bits 1 and - a nonzero mantissa means NaN. If the first bit in the mantissa is 1, it is - a quiet NaN. */ - float value; - memset(&value, 0xFF, sizeof(value)); - return value; -} -#endif -#define __Pyx_void_to_None(void_result) (void_result, Py_INCREF(Py_None), Py_None) -#ifdef __cplusplus -template -void __Pyx_call_destructor(T* x) { - x->~T(); -} -template -class __Pyx_FakeReference { - public: - __Pyx_FakeReference() : ptr(NULL) { } - __Pyx_FakeReference(T& ref) : ptr(&ref) { } - T *operator->() { return ptr; } - operator T&() { return *ptr; } - private: - T *ptr; -}; -#endif - - -#if PY_MAJOR_VERSION >= 3 - #define __Pyx_PyNumber_Divide(x,y) PyNumber_TrueDivide(x,y) - #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceTrueDivide(x,y) -#else - #define __Pyx_PyNumber_Divide(x,y) PyNumber_Divide(x,y) - #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceDivide(x,y) -#endif - -#ifndef __PYX_EXTERN_C - #ifdef __cplusplus - #define __PYX_EXTERN_C extern "C" - #else - #define __PYX_EXTERN_C extern - #endif -#endif - -#if defined(WIN32) || defined(MS_WINDOWS) -#define _USE_MATH_DEFINES -#endif -#include -#define __PYX_HAVE__ml3 -#define __PYX_HAVE_API__ml3 -#include "string.h" -#include "stdio.h" -#include "stdlib.h" -#include "numpy/arrayobject.h" -#include "numpy/ufuncobject.h" -#include "math.h" -#ifdef _OPENMP -#include -#endif /* _OPENMP */ - -#ifdef PYREX_WITHOUT_ASSERTIONS -#define CYTHON_WITHOUT_ASSERTIONS -#endif - -#ifndef CYTHON_UNUSED -# if defined(__GNUC__) -# if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)) -# define CYTHON_UNUSED __attribute__ ((__unused__)) -# else -# define CYTHON_UNUSED -# endif -# elif defined(__ICC) || (defined(__INTEL_COMPILER) && !defined(_MSC_VER)) -# define CYTHON_UNUSED __attribute__ ((__unused__)) -# else -# define CYTHON_UNUSED -# endif -#endif -typedef struct {PyObject **p; char *s; const Py_ssize_t n; const char* encoding; - const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; - -#define __PYX_DEFAULT_STRING_ENCODING_IS_ASCII 0 -#define __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT 0 -#define __PYX_DEFAULT_STRING_ENCODING "" -#define __Pyx_PyObject_FromString __Pyx_PyBytes_FromString -#define __Pyx_PyObject_FromStringAndSize __Pyx_PyBytes_FromStringAndSize -#define __Pyx_fits_Py_ssize_t(v, type, is_signed) ( \ - (sizeof(type) < sizeof(Py_ssize_t)) || \ - (sizeof(type) > sizeof(Py_ssize_t) && \ - likely(v < (type)PY_SSIZE_T_MAX || \ - v == (type)PY_SSIZE_T_MAX) && \ - (!is_signed || likely(v > (type)PY_SSIZE_T_MIN || \ - v == (type)PY_SSIZE_T_MIN))) || \ - (sizeof(type) == sizeof(Py_ssize_t) && \ - (is_signed || likely(v < (type)PY_SSIZE_T_MAX || \ - v == (type)PY_SSIZE_T_MAX))) ) -static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject*); -static CYTHON_INLINE char* __Pyx_PyObject_AsStringAndSize(PyObject*, Py_ssize_t* length); -#define __Pyx_PyByteArray_FromString(s) PyByteArray_FromStringAndSize((const char*)s, strlen((const char*)s)) -#define __Pyx_PyByteArray_FromStringAndSize(s, l) PyByteArray_FromStringAndSize((const char*)s, l) -#define __Pyx_PyBytes_FromString PyBytes_FromString -#define __Pyx_PyBytes_FromStringAndSize PyBytes_FromStringAndSize -static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char*); -#if PY_MAJOR_VERSION < 3 - #define __Pyx_PyStr_FromString __Pyx_PyBytes_FromString - #define __Pyx_PyStr_FromStringAndSize __Pyx_PyBytes_FromStringAndSize -#else - #define __Pyx_PyStr_FromString __Pyx_PyUnicode_FromString - #define __Pyx_PyStr_FromStringAndSize __Pyx_PyUnicode_FromStringAndSize -#endif -#define __Pyx_PyObject_AsSString(s) ((signed char*) __Pyx_PyObject_AsString(s)) -#define __Pyx_PyObject_AsUString(s) ((unsigned char*) __Pyx_PyObject_AsString(s)) -#define __Pyx_PyObject_FromCString(s) __Pyx_PyObject_FromString((const char*)s) -#define __Pyx_PyBytes_FromCString(s) __Pyx_PyBytes_FromString((const char*)s) -#define __Pyx_PyByteArray_FromCString(s) __Pyx_PyByteArray_FromString((const char*)s) -#define __Pyx_PyStr_FromCString(s) __Pyx_PyStr_FromString((const char*)s) -#define __Pyx_PyUnicode_FromCString(s) __Pyx_PyUnicode_FromString((const char*)s) -#if PY_MAJOR_VERSION < 3 -static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) -{ - const Py_UNICODE *u_end = u; - while (*u_end++) ; - return (size_t)(u_end - u - 1); -} -#else -#define __Pyx_Py_UNICODE_strlen Py_UNICODE_strlen -#endif -#define __Pyx_PyUnicode_FromUnicode(u) PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u)) -#define __Pyx_PyUnicode_FromUnicodeAndLength PyUnicode_FromUnicode -#define __Pyx_PyUnicode_AsUnicode PyUnicode_AsUnicode -#define __Pyx_Owned_Py_None(b) (Py_INCREF(Py_None), Py_None) -#define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False)) -static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*); -static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x); -static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject*); -static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t); -#if CYTHON_COMPILING_IN_CPYTHON -#define __pyx_PyFloat_AsDouble(x) (PyFloat_CheckExact(x) ? PyFloat_AS_DOUBLE(x) : PyFloat_AsDouble(x)) -#else -#define __pyx_PyFloat_AsDouble(x) PyFloat_AsDouble(x) -#endif -#define __pyx_PyFloat_AsFloat(x) ((float) __pyx_PyFloat_AsDouble(x)) -#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII -static int __Pyx_sys_getdefaultencoding_not_ascii; -static int __Pyx_init_sys_getdefaultencoding_params(void) { - PyObject* sys; - PyObject* default_encoding = NULL; - PyObject* ascii_chars_u = NULL; - PyObject* ascii_chars_b = NULL; - const char* default_encoding_c; - sys = PyImport_ImportModule("sys"); - if (!sys) goto bad; - default_encoding = PyObject_CallMethod(sys, (char*) "getdefaultencoding", NULL); - Py_DECREF(sys); - if (!default_encoding) goto bad; - default_encoding_c = PyBytes_AsString(default_encoding); - if (!default_encoding_c) goto bad; - if (strcmp(default_encoding_c, "ascii") == 0) { - __Pyx_sys_getdefaultencoding_not_ascii = 0; - } else { - char ascii_chars[128]; - int c; - for (c = 0; c < 128; c++) { - ascii_chars[c] = c; - } - __Pyx_sys_getdefaultencoding_not_ascii = 1; - ascii_chars_u = PyUnicode_DecodeASCII(ascii_chars, 128, NULL); - if (!ascii_chars_u) goto bad; - ascii_chars_b = PyUnicode_AsEncodedString(ascii_chars_u, default_encoding_c, NULL); - if (!ascii_chars_b || !PyBytes_Check(ascii_chars_b) || memcmp(ascii_chars, PyBytes_AS_STRING(ascii_chars_b), 128) != 0) { - PyErr_Format( - PyExc_ValueError, - "This module compiled with c_string_encoding=ascii, but default encoding '%.200s' is not a superset of ascii.", - default_encoding_c); - goto bad; - } - Py_DECREF(ascii_chars_u); - Py_DECREF(ascii_chars_b); - } - Py_DECREF(default_encoding); - return 0; -bad: - Py_XDECREF(default_encoding); - Py_XDECREF(ascii_chars_u); - Py_XDECREF(ascii_chars_b); - return -1; -} -#endif -#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT && PY_MAJOR_VERSION >= 3 -#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_DecodeUTF8(c_str, size, NULL) -#else -#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_Decode(c_str, size, __PYX_DEFAULT_STRING_ENCODING, NULL) -#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT -static char* __PYX_DEFAULT_STRING_ENCODING; -static int __Pyx_init_sys_getdefaultencoding_params(void) { - PyObject* sys; - PyObject* default_encoding = NULL; - char* default_encoding_c; - sys = PyImport_ImportModule("sys"); - if (!sys) goto bad; - default_encoding = PyObject_CallMethod(sys, (char*) (const char*) "getdefaultencoding", NULL); - Py_DECREF(sys); - if (!default_encoding) goto bad; - default_encoding_c = PyBytes_AsString(default_encoding); - if (!default_encoding_c) goto bad; - __PYX_DEFAULT_STRING_ENCODING = (char*) malloc(strlen(default_encoding_c)); - if (!__PYX_DEFAULT_STRING_ENCODING) goto bad; - strcpy(__PYX_DEFAULT_STRING_ENCODING, default_encoding_c); - Py_DECREF(default_encoding); - return 0; -bad: - Py_XDECREF(default_encoding); - return -1; -} -#endif -#endif - - -/* Test for GCC > 2.95 */ -#if defined(__GNUC__) && (__GNUC__ > 2 || (__GNUC__ == 2 && (__GNUC_MINOR__ > 95))) - #define likely(x) __builtin_expect(!!(x), 1) - #define unlikely(x) __builtin_expect(!!(x), 0) -#else /* !__GNUC__ or GCC < 2.95 */ - #define likely(x) (x) - #define unlikely(x) (x) -#endif /* __GNUC__ */ - -static PyObject *__pyx_m; -static PyObject *__pyx_d; -static PyObject *__pyx_b; -static PyObject *__pyx_empty_tuple; -static PyObject *__pyx_empty_bytes; -static int __pyx_lineno; -static int __pyx_clineno = 0; -static const char * __pyx_cfilenm= __FILE__; -static const char *__pyx_filename; - -#if !defined(CYTHON_CCOMPLEX) - #if defined(__cplusplus) - #define CYTHON_CCOMPLEX 1 - #elif defined(_Complex_I) - #define CYTHON_CCOMPLEX 1 - #else - #define CYTHON_CCOMPLEX 0 - #endif -#endif -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - #include - #else - #include - #endif -#endif -#if CYTHON_CCOMPLEX && !defined(__cplusplus) && defined(__sun__) && defined(__GNUC__) - #undef _Complex_I - #define _Complex_I 1.0fj -#endif - - -static const char *__pyx_f[] = { - "ml3.pyx", - "__init__.pxd", - "type.pxd", -}; -#define IS_UNSIGNED(type) (((type) -1) > 0) -struct __Pyx_StructField_; -#define __PYX_BUF_FLAGS_PACKED_STRUCT (1 << 0) -typedef struct { - const char* name; - struct __Pyx_StructField_* fields; - size_t size; - size_t arraysize[8]; - int ndim; - char typegroup; - char is_unsigned; - int flags; -} __Pyx_TypeInfo; -typedef struct __Pyx_StructField_ { - __Pyx_TypeInfo* type; - const char* name; - size_t offset; -} __Pyx_StructField; -typedef struct { - __Pyx_StructField* field; - size_t parent_offset; -} __Pyx_BufFmt_StackElem; -typedef struct { - __Pyx_StructField root; - __Pyx_BufFmt_StackElem* head; - size_t fmt_offset; - size_t new_count, enc_count; - size_t struct_alignment; - int is_complex; - char enc_type; - char new_packmode; - char enc_packmode; - char is_valid_array; -} __Pyx_BufFmt_Context; - - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":726 - * # in Cython to enable them only on the right systems. - * - * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<< - * ctypedef npy_int16 int16_t - * ctypedef npy_int32 int32_t - */ -typedef npy_int8 __pyx_t_5numpy_int8_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":727 - * - * ctypedef npy_int8 int8_t - * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<< - * ctypedef npy_int32 int32_t - * ctypedef npy_int64 int64_t - */ -typedef npy_int16 __pyx_t_5numpy_int16_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":728 - * ctypedef npy_int8 int8_t - * ctypedef npy_int16 int16_t - * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<< - * ctypedef npy_int64 int64_t - * #ctypedef npy_int96 int96_t - */ -typedef npy_int32 __pyx_t_5numpy_int32_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":729 - * ctypedef npy_int16 int16_t - * ctypedef npy_int32 int32_t - * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<< - * #ctypedef npy_int96 int96_t - * #ctypedef npy_int128 int128_t - */ -typedef npy_int64 __pyx_t_5numpy_int64_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":733 - * #ctypedef npy_int128 int128_t - * - * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<< - * ctypedef npy_uint16 uint16_t - * ctypedef npy_uint32 uint32_t - */ -typedef npy_uint8 __pyx_t_5numpy_uint8_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":734 - * - * ctypedef npy_uint8 uint8_t - * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<< - * ctypedef npy_uint32 uint32_t - * ctypedef npy_uint64 uint64_t - */ -typedef npy_uint16 __pyx_t_5numpy_uint16_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":735 - * ctypedef npy_uint8 uint8_t - * ctypedef npy_uint16 uint16_t - * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<< - * ctypedef npy_uint64 uint64_t - * #ctypedef npy_uint96 uint96_t - */ -typedef npy_uint32 __pyx_t_5numpy_uint32_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":736 - * ctypedef npy_uint16 uint16_t - * ctypedef npy_uint32 uint32_t - * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<< - * #ctypedef npy_uint96 uint96_t - * #ctypedef npy_uint128 uint128_t - */ -typedef npy_uint64 __pyx_t_5numpy_uint64_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":740 - * #ctypedef npy_uint128 uint128_t - * - * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<< - * ctypedef npy_float64 float64_t - * #ctypedef npy_float80 float80_t - */ -typedef npy_float32 __pyx_t_5numpy_float32_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":741 - * - * ctypedef npy_float32 float32_t - * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<< - * #ctypedef npy_float80 float80_t - * #ctypedef npy_float128 float128_t - */ -typedef npy_float64 __pyx_t_5numpy_float64_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":750 - * # The int types are mapped a bit surprising -- - * # numpy.int corresponds to 'l' and numpy.long to 'q' - * ctypedef npy_long int_t # <<<<<<<<<<<<<< - * ctypedef npy_longlong long_t - * ctypedef npy_longlong longlong_t - */ -typedef npy_long __pyx_t_5numpy_int_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":751 - * # numpy.int corresponds to 'l' and numpy.long to 'q' - * ctypedef npy_long int_t - * ctypedef npy_longlong long_t # <<<<<<<<<<<<<< - * ctypedef npy_longlong longlong_t - * - */ -typedef npy_longlong __pyx_t_5numpy_long_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":752 - * ctypedef npy_long int_t - * ctypedef npy_longlong long_t - * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<< - * - * ctypedef npy_ulong uint_t - */ -typedef npy_longlong __pyx_t_5numpy_longlong_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":754 - * ctypedef npy_longlong longlong_t - * - * ctypedef npy_ulong uint_t # <<<<<<<<<<<<<< - * ctypedef npy_ulonglong ulong_t - * ctypedef npy_ulonglong ulonglong_t - */ -typedef npy_ulong __pyx_t_5numpy_uint_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":755 - * - * ctypedef npy_ulong uint_t - * ctypedef npy_ulonglong ulong_t # <<<<<<<<<<<<<< - * ctypedef npy_ulonglong ulonglong_t - * - */ -typedef npy_ulonglong __pyx_t_5numpy_ulong_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":756 - * ctypedef npy_ulong uint_t - * ctypedef npy_ulonglong ulong_t - * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<< - * - * ctypedef npy_intp intp_t - */ -typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":758 - * ctypedef npy_ulonglong ulonglong_t - * - * ctypedef npy_intp intp_t # <<<<<<<<<<<<<< - * ctypedef npy_uintp uintp_t - * - */ -typedef npy_intp __pyx_t_5numpy_intp_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":759 - * - * ctypedef npy_intp intp_t - * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<< - * - * ctypedef npy_double float_t - */ -typedef npy_uintp __pyx_t_5numpy_uintp_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":761 - * ctypedef npy_uintp uintp_t - * - * ctypedef npy_double float_t # <<<<<<<<<<<<<< - * ctypedef npy_double double_t - * ctypedef npy_longdouble longdouble_t - */ -typedef npy_double __pyx_t_5numpy_float_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":762 - * - * ctypedef npy_double float_t - * ctypedef npy_double double_t # <<<<<<<<<<<<<< - * ctypedef npy_longdouble longdouble_t - * - */ -typedef npy_double __pyx_t_5numpy_double_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":763 - * ctypedef npy_double float_t - * ctypedef npy_double double_t - * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<< - * - * ctypedef npy_cfloat cfloat_t - */ -typedef npy_longdouble __pyx_t_5numpy_longdouble_t; - -/* "ml3.pyx":7 - * - * DTYPE = np.float64 - * ctypedef np.float_t DTYPE_t # <<<<<<<<<<<<<< - * - * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, - */ -typedef __pyx_t_5numpy_float_t __pyx_t_3ml3_DTYPE_t; -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - typedef ::std::complex< float > __pyx_t_float_complex; - #else - typedef float _Complex __pyx_t_float_complex; - #endif -#else - typedef struct { float real, imag; } __pyx_t_float_complex; -#endif - -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - typedef ::std::complex< double > __pyx_t_double_complex; - #else - typedef double _Complex __pyx_t_double_complex; - #endif -#else - typedef struct { double real, imag; } __pyx_t_double_complex; -#endif - - -/*--- Type declarations ---*/ - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":765 - * ctypedef npy_longdouble longdouble_t - * - * ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<< - * ctypedef npy_cdouble cdouble_t - * ctypedef npy_clongdouble clongdouble_t - */ -typedef npy_cfloat __pyx_t_5numpy_cfloat_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":766 - * - * ctypedef npy_cfloat cfloat_t - * ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<< - * ctypedef npy_clongdouble clongdouble_t - * - */ -typedef npy_cdouble __pyx_t_5numpy_cdouble_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":767 - * ctypedef npy_cfloat cfloat_t - * ctypedef npy_cdouble cdouble_t - * ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<< - * - * ctypedef npy_cdouble complex_t - */ -typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t; - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":769 - * ctypedef npy_clongdouble clongdouble_t - * - * ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew1(a): - */ -typedef npy_cdouble __pyx_t_5numpy_complex_t; - -/* --- Runtime support code (head) --- */ -#ifndef CYTHON_REFNANNY - #define CYTHON_REFNANNY 0 -#endif -#if CYTHON_REFNANNY - typedef struct { - void (*INCREF)(void*, PyObject*, int); - void (*DECREF)(void*, PyObject*, int); - void (*GOTREF)(void*, PyObject*, int); - void (*GIVEREF)(void*, PyObject*, int); - void* (*SetupContext)(const char*, int, const char*); - void (*FinishContext)(void**); - } __Pyx_RefNannyAPIStruct; - static __Pyx_RefNannyAPIStruct *__Pyx_RefNanny = NULL; - static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname); - #define __Pyx_RefNannyDeclarations void *__pyx_refnanny = NULL; -#ifdef WITH_THREAD - #define __Pyx_RefNannySetupContext(name, acquire_gil) \ - if (acquire_gil) { \ - PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure(); \ - __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \ - PyGILState_Release(__pyx_gilstate_save); \ - } else { \ - __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \ - } -#else - #define __Pyx_RefNannySetupContext(name, acquire_gil) \ - __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__) -#endif - #define __Pyx_RefNannyFinishContext() \ - __Pyx_RefNanny->FinishContext(&__pyx_refnanny) - #define __Pyx_INCREF(r) __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), __LINE__) - #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__) - #define __Pyx_GOTREF(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__) - #define __Pyx_GIVEREF(r) __Pyx_RefNanny->GIVEREF(__pyx_refnanny, (PyObject *)(r), __LINE__) - #define __Pyx_XINCREF(r) do { if((r) != NULL) {__Pyx_INCREF(r); }} while(0) - #define __Pyx_XDECREF(r) do { if((r) != NULL) {__Pyx_DECREF(r); }} while(0) - #define __Pyx_XGOTREF(r) do { if((r) != NULL) {__Pyx_GOTREF(r); }} while(0) - #define __Pyx_XGIVEREF(r) do { if((r) != NULL) {__Pyx_GIVEREF(r);}} while(0) -#else - #define __Pyx_RefNannyDeclarations - #define __Pyx_RefNannySetupContext(name, acquire_gil) - #define __Pyx_RefNannyFinishContext() - #define __Pyx_INCREF(r) Py_INCREF(r) - #define __Pyx_DECREF(r) Py_DECREF(r) - #define __Pyx_GOTREF(r) - #define __Pyx_GIVEREF(r) - #define __Pyx_XINCREF(r) Py_XINCREF(r) - #define __Pyx_XDECREF(r) Py_XDECREF(r) - #define __Pyx_XGOTREF(r) - #define __Pyx_XGIVEREF(r) -#endif -#define __Pyx_XDECREF_SET(r, v) do { \ - PyObject *tmp = (PyObject *) r; \ - r = v; __Pyx_XDECREF(tmp); \ - } while (0) -#define __Pyx_DECREF_SET(r, v) do { \ - PyObject *tmp = (PyObject *) r; \ - r = v; __Pyx_DECREF(tmp); \ - } while (0) -#define __Pyx_CLEAR(r) do { PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);} while(0) -#define __Pyx_XCLEAR(r) do { if((r) != NULL) {PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);}} while(0) - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStr(PyObject* obj, PyObject* attr_name) { - PyTypeObject* tp = Py_TYPE(obj); - if (likely(tp->tp_getattro)) - return tp->tp_getattro(obj, attr_name); -#if PY_MAJOR_VERSION < 3 - if (likely(tp->tp_getattr)) - return tp->tp_getattr(obj, PyString_AS_STRING(attr_name)); -#endif - return PyObject_GetAttr(obj, attr_name); -} -#else -#define __Pyx_PyObject_GetAttrStr(o,n) PyObject_GetAttr(o,n) -#endif - -static PyObject *__Pyx_GetBuiltinName(PyObject *name); - -static void __Pyx_RaiseArgtupleInvalid(const char* func_name, int exact, - Py_ssize_t num_min, Py_ssize_t num_max, Py_ssize_t num_found); - -static void __Pyx_RaiseDoubleKeywordsError(const char* func_name, PyObject* kw_name); - -static int __Pyx_ParseOptionalKeywords(PyObject *kwds, PyObject **argnames[], \ - PyObject *kwds2, PyObject *values[], Py_ssize_t num_pos_args, \ - const char* function_name); - -static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *type, int none_allowed, - const char *name, int exact); - -static CYTHON_INLINE PyObject *__Pyx_GetModuleGlobalName(PyObject *name); - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw); -#else -#define __Pyx_PyObject_Call(func, arg, kw) PyObject_Call(func, arg, kw) -#endif - -static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type); - -static CYTHON_INLINE int __Pyx_GetBufferAndValidate(Py_buffer* buf, PyObject* obj, - __Pyx_TypeInfo* dtype, int flags, int nd, int cast, __Pyx_BufFmt_StackElem* stack); -static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info); - -static CYTHON_INLINE int __Pyx_IterFinish(void); - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg); -#endif - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func); -#else -#define __Pyx_PyObject_CallNoArg(func) __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL) -#endif - -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg); - -static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name); - -static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index); - -static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected); - -static int __Pyx_IternextUnpackEndCheck(PyObject *retval, Py_ssize_t expected); - -static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void); - -static void __Pyx_UnpackTupleError(PyObject *, Py_ssize_t index); - -static CYTHON_INLINE int __Pyx_unpack_tuple2(PyObject* tuple, PyObject** value1, PyObject** value2, - int is_tuple, int has_known_size, int decref_tuple); - -static CYTHON_INLINE PyObject* __Pyx_dict_iterator(PyObject* dict, int is_dict, PyObject* method_name, - Py_ssize_t* p_orig_length, int* p_is_dict); -static CYTHON_INLINE int __Pyx_dict_iter_next(PyObject* dict_or_iter, Py_ssize_t orig_length, Py_ssize_t* ppos, - PyObject** pkey, PyObject** pvalue, PyObject** pitem, int is_dict); - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE int __Pyx_ListComp_Append(PyObject* list, PyObject* x) { - PyListObject* L = (PyListObject*) list; - Py_ssize_t len = Py_SIZE(list); - if (likely(L->allocated > len)) { - Py_INCREF(x); - PyList_SET_ITEM(list, len, x); - Py_SIZE(list) = len+1; - return 0; - } - return PyList_Append(list, x); -} -#else -#define __Pyx_ListComp_Append(L,x) PyList_Append(L,x) -#endif - -#define __Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char*)buf + i0 * s0) -static double __Pyx__PyObject_AsDouble(PyObject* obj); -#if CYTHON_COMPILING_IN_PYPY -#define __Pyx_PyObject_AsDouble(obj) \ -(likely(PyFloat_CheckExact(obj)) ? PyFloat_AS_DOUBLE(obj) : \ - likely(PyInt_CheckExact(obj)) ? \ - PyFloat_AsDouble(obj) : __Pyx__PyObject_AsDouble(obj)) -#else -#define __Pyx_PyObject_AsDouble(obj) \ -((likely(PyFloat_CheckExact(obj))) ? \ - PyFloat_AS_DOUBLE(obj) : __Pyx__PyObject_AsDouble(obj)) -#endif - -#define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ - (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ - __Pyx_GetItemInt_Fast(o, (Py_ssize_t)i, is_list, wraparound, boundscheck) : \ - (is_list ? (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL) : \ - __Pyx_GetItemInt_Generic(o, to_py_func(i)))) -#define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ - (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ - __Pyx_GetItemInt_List_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) : \ - (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL)) -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, - int wraparound, int boundscheck); -#define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ - (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ - __Pyx_GetItemInt_Tuple_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) : \ - (PyErr_SetString(PyExc_IndexError, "tuple index out of range"), (PyObject*)NULL)) -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, - int wraparound, int boundscheck); -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j); -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i, - int is_list, int wraparound, int boundscheck); - -static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); -static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb); - -static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause); - -#if PY_MAJOR_VERSION >= 3 -static PyObject *__Pyx_PyDict_GetItem(PyObject *d, PyObject* key) { - PyObject *value; - value = PyDict_GetItemWithError(d, key); - if (unlikely(!value)) { - if (!PyErr_Occurred()) { - PyObject* args = PyTuple_Pack(1, key); - if (likely(args)) - PyErr_SetObject(PyExc_KeyError, args); - Py_XDECREF(args); - } - return NULL; - } - Py_INCREF(value); - return value; -} -#else - #define __Pyx_PyDict_GetItem(d, key) PyObject_GetItem(d, key) -#endif - -typedef struct { - int code_line; - PyCodeObject* code_object; -} __Pyx_CodeObjectCacheEntry; -struct __Pyx_CodeObjectCache { - int count; - int max_count; - __Pyx_CodeObjectCacheEntry* entries; -}; -static struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL}; -static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line); -static PyCodeObject *__pyx_find_code_object(int code_line); -static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object); - -static void __Pyx_AddTraceback(const char *funcname, int c_line, - int py_line, const char *filename); - -typedef struct { - Py_ssize_t shape, strides, suboffsets; -} __Pyx_Buf_DimInfo; -typedef struct { - size_t refcount; - Py_buffer pybuffer; -} __Pyx_Buffer; -typedef struct { - __Pyx_Buffer *rcbuffer; - char *data; - __Pyx_Buf_DimInfo diminfo[8]; -} __Pyx_LocalBuf_ND; - -#if PY_MAJOR_VERSION < 3 - static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags); - static void __Pyx_ReleaseBuffer(Py_buffer *view); -#else - #define __Pyx_GetBuffer PyObject_GetBuffer - #define __Pyx_ReleaseBuffer PyBuffer_Release -#endif - - -static Py_ssize_t __Pyx_zeros[] = {0, 0, 0, 0, 0, 0, 0, 0}; -static Py_ssize_t __Pyx_minusones[] = {-1, -1, -1, -1, -1, -1, -1, -1}; - -static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level); - -static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value); - -static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *); - -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - #define __Pyx_CREAL(z) ((z).real()) - #define __Pyx_CIMAG(z) ((z).imag()) - #else - #define __Pyx_CREAL(z) (__real__(z)) - #define __Pyx_CIMAG(z) (__imag__(z)) - #endif -#else - #define __Pyx_CREAL(z) ((z).real) - #define __Pyx_CIMAG(z) ((z).imag) -#endif -#if (defined(_WIN32) || defined(__clang__)) && defined(__cplusplus) && CYTHON_CCOMPLEX - #define __Pyx_SET_CREAL(z,x) ((z).real(x)) - #define __Pyx_SET_CIMAG(z,y) ((z).imag(y)) -#else - #define __Pyx_SET_CREAL(z,x) __Pyx_CREAL(z) = (x) - #define __Pyx_SET_CIMAG(z,y) __Pyx_CIMAG(z) = (y) -#endif - -static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float, float); - -#if CYTHON_CCOMPLEX - #define __Pyx_c_eqf(a, b) ((a)==(b)) - #define __Pyx_c_sumf(a, b) ((a)+(b)) - #define __Pyx_c_difff(a, b) ((a)-(b)) - #define __Pyx_c_prodf(a, b) ((a)*(b)) - #define __Pyx_c_quotf(a, b) ((a)/(b)) - #define __Pyx_c_negf(a) (-(a)) - #ifdef __cplusplus - #define __Pyx_c_is_zerof(z) ((z)==(float)0) - #define __Pyx_c_conjf(z) (::std::conj(z)) - #if 1 - #define __Pyx_c_absf(z) (::std::abs(z)) - #define __Pyx_c_powf(a, b) (::std::pow(a, b)) - #endif - #else - #define __Pyx_c_is_zerof(z) ((z)==0) - #define __Pyx_c_conjf(z) (conjf(z)) - #if 1 - #define __Pyx_c_absf(z) (cabsf(z)) - #define __Pyx_c_powf(a, b) (cpowf(a, b)) - #endif - #endif -#else - static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prodf(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex, __pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex); - static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex); - #if 1 - static CYTHON_INLINE float __Pyx_c_absf(__pyx_t_float_complex); - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex, __pyx_t_float_complex); - #endif -#endif - -static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double, double); - -#if CYTHON_CCOMPLEX - #define __Pyx_c_eq(a, b) ((a)==(b)) - #define __Pyx_c_sum(a, b) ((a)+(b)) - #define __Pyx_c_diff(a, b) ((a)-(b)) - #define __Pyx_c_prod(a, b) ((a)*(b)) - #define __Pyx_c_quot(a, b) ((a)/(b)) - #define __Pyx_c_neg(a) (-(a)) - #ifdef __cplusplus - #define __Pyx_c_is_zero(z) ((z)==(double)0) - #define __Pyx_c_conj(z) (::std::conj(z)) - #if 1 - #define __Pyx_c_abs(z) (::std::abs(z)) - #define __Pyx_c_pow(a, b) (::std::pow(a, b)) - #endif - #else - #define __Pyx_c_is_zero(z) ((z)==0) - #define __Pyx_c_conj(z) (conj(z)) - #if 1 - #define __Pyx_c_abs(z) (cabs(z)) - #define __Pyx_c_pow(a, b) (cpow(a, b)) - #endif - #endif -#else - static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex, __pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex); - static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex); - #if 1 - static CYTHON_INLINE double __Pyx_c_abs(__pyx_t_double_complex); - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex, __pyx_t_double_complex); - #endif -#endif - -static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value); - -static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *); - -static int __Pyx_check_binary_version(void); - -#if !defined(__Pyx_PyIdentifier_FromString) -#if PY_MAJOR_VERSION < 3 - #define __Pyx_PyIdentifier_FromString(s) PyString_FromString(s) -#else - #define __Pyx_PyIdentifier_FromString(s) PyUnicode_FromString(s) -#endif -#endif - -static PyObject *__Pyx_ImportModule(const char *name); - -static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, size_t size, int strict); - -static int __Pyx_InitStrings(__Pyx_StringTabEntry *t); - - -/* Module declarations from 'cpython.buffer' */ - -/* Module declarations from 'cpython.ref' */ - -/* Module declarations from 'libc.string' */ - -/* Module declarations from 'libc.stdio' */ - -/* Module declarations from 'cpython.object' */ - -/* Module declarations from '__builtin__' */ - -/* Module declarations from 'cpython.type' */ -static PyTypeObject *__pyx_ptype_7cpython_4type_type = 0; - -/* Module declarations from 'libc.stdlib' */ - -/* Module declarations from 'numpy' */ - -/* Module declarations from 'numpy' */ -static PyTypeObject *__pyx_ptype_5numpy_dtype = 0; -static PyTypeObject *__pyx_ptype_5numpy_flatiter = 0; -static PyTypeObject *__pyx_ptype_5numpy_broadcast = 0; -static PyTypeObject *__pyx_ptype_5numpy_ndarray = 0; -static PyTypeObject *__pyx_ptype_5numpy_ufunc = 0; -static CYTHON_INLINE char *__pyx_f_5numpy__util_dtypestring(PyArray_Descr *, char *, char *, int *); /*proto*/ - -/* Module declarations from 'libc.math' */ - -/* Module declarations from 'ml3' */ -static __pyx_t_3ml3_DTYPE_t __pyx_f_3ml3_weight_success(int, int, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t); /*proto*/ -static __pyx_t_3ml3_DTYPE_t __pyx_f_3ml3_weight_failure(int, int, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t); /*proto*/ -static __Pyx_TypeInfo __Pyx_TypeInfo_nn___pyx_t_3ml3_DTYPE_t = { "DTYPE_t", NULL, sizeof(__pyx_t_3ml3_DTYPE_t), { 0 }, 0, 'R', 0, 0 }; -#define __Pyx_MODULE_NAME "ml3" -int __pyx_module_is_main_ml3 = 0; - -/* Implementation of 'ml3' */ -static PyObject *__pyx_builtin_enumerate; -static PyObject *__pyx_builtin_sum; -static PyObject *__pyx_builtin_ValueError; -static PyObject *__pyx_builtin_range; -static PyObject *__pyx_builtin_RuntimeError; -static PyObject *__pyx_pf_3ml3_ml3(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_root_victims, PyObject *__pyx_v_victims, CYTHON_UNUSED PyObject *__pyx_v_non_victims, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_age, __pyx_t_3ml3_DTYPE_t __pyx_v_alpha, __pyx_t_3ml3_DTYPE_t __pyx_v_delta); /* proto */ -static int __pyx_pf_5numpy_7ndarray___getbuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /* proto */ -static void __pyx_pf_5numpy_7ndarray_2__releasebuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info); /* proto */ -static char __pyx_k_B[] = "B"; -static char __pyx_k_H[] = "H"; -static char __pyx_k_I[] = "I"; -static char __pyx_k_L[] = "L"; -static char __pyx_k_O[] = "O"; -static char __pyx_k_Q[] = "Q"; -static char __pyx_k_b[] = "b"; -static char __pyx_k_d[] = "d"; -static char __pyx_k_f[] = "f"; -static char __pyx_k_g[] = "g"; -static char __pyx_k_h[] = "h"; -static char __pyx_k_i[] = "i"; -static char __pyx_k_l[] = "l"; -static char __pyx_k_q[] = "q"; -static char __pyx_k_s[] = "s"; -static char __pyx_k_t[] = "t"; -static char __pyx_k_Zd[] = "Zd"; -static char __pyx_k_Zf[] = "Zf"; -static char __pyx_k_Zg[] = "Zg"; -static char __pyx_k_dt[] = "dt"; -static char __pyx_k_ll[] = "ll"; -static char __pyx_k_np[] = "np"; -static char __pyx_k_w1[] = "w1"; -static char __pyx_k_w2[] = "w2"; -static char __pyx_k_w3[] = "w3"; -static char __pyx_k_age[] = "age"; -static char __pyx_k_dts[] = "dts"; -static char __pyx_k_inf[] = "-inf"; -static char __pyx_k_ml3[] = "ml3"; -static char __pyx_k_sum[] = "sum"; -static char __pyx_k_beta[] = "beta"; -static char __pyx_k_dist[] = "dist"; -static char __pyx_k_main[] = "__main__"; -static char __pyx_k_prnt[] = "prnt"; -static char __pyx_k_prob[] = "prob"; -static char __pyx_k_test[] = "__test__"; -static char __pyx_k_DTYPE[] = "DTYPE"; -static char __pyx_k_alpha[] = "alpha"; -static char __pyx_k_delta[] = "delta"; -static char __pyx_k_dists[] = "dists"; -static char __pyx_k_dtype[] = "dtype"; -static char __pyx_k_numpy[] = "numpy"; -static char __pyx_k_probs[] = "probs"; -static char __pyx_k_range[] = "range"; -static char __pyx_k_roots[] = "roots"; -static char __pyx_k_seeds[] = "seeds"; -static char __pyx_k_zeros[] = "zeros"; -static char __pyx_k_arange[] = "arange"; -static char __pyx_k_import[] = "__import__"; -static char __pyx_k_thresh[] = "thresh"; -static char __pyx_k_float64[] = "float64"; -static char __pyx_k_n_roots[] = "n_roots"; -static char __pyx_k_parents[] = "parents"; -static char __pyx_k_victims[] = "victims"; -static char __pyx_k_beta_add[] = "beta_add"; -static char __pyx_k_failures[] = "failures"; -static char __pyx_k_max_beta[] = "max_beta"; -static char __pyx_k_enumerate[] = "enumerate"; -static char __pyx_k_max_roots[] = "max_roots"; -static char __pyx_k_n_victims[] = "n_victims"; -static char __pyx_k_non_seeds[] = "non_seeds"; -static char __pyx_k_successes[] = "successes"; -static char __pyx_k_ValueError[] = "ValueError"; -static char __pyx_k_itervalues[] = "itervalues"; -static char __pyx_k_parent_dts[] = "parent_dts"; -static char __pyx_k_probs_fail[] = "probs_fail"; -static char __pyx_k_non_victims[] = "non_victims"; -static char __pyx_k_RuntimeError[] = "RuntimeError"; -static char __pyx_k_max_beta_add[] = "max_beta_add"; -static char __pyx_k_parent_dists[] = "parent_dists"; -static char __pyx_k_root_victims[] = "root_victims"; -static char __pyx_k_ndarray_is_not_C_contiguous[] = "ndarray is not C contiguous"; -static char __pyx_k_Users_ben_Documents_Cascade_Pro[] = "/Users/ben/Documents/Cascade Project/criminal_cascades/experiments/ml3.pyx"; -static char __pyx_k_unknown_dtype_code_in_numpy_pxd[] = "unknown dtype code in numpy.pxd (%d)"; -static char __pyx_k_Format_string_allocated_too_shor[] = "Format string allocated too short, see comment in numpy.pxd"; -static char __pyx_k_Non_native_byte_order_not_suppor[] = "Non-native byte order not supported"; -static char __pyx_k_ndarray_is_not_Fortran_contiguou[] = "ndarray is not Fortran contiguous"; -static char __pyx_k_Format_string_allocated_too_shor_2[] = "Format string allocated too short."; -static PyObject *__pyx_n_s_DTYPE; -static PyObject *__pyx_kp_u_Format_string_allocated_too_shor; -static PyObject *__pyx_kp_u_Format_string_allocated_too_shor_2; -static PyObject *__pyx_kp_u_Non_native_byte_order_not_suppor; -static PyObject *__pyx_n_s_RuntimeError; -static PyObject *__pyx_kp_s_Users_ben_Documents_Cascade_Pro; -static PyObject *__pyx_n_s_ValueError; -static PyObject *__pyx_n_s_age; -static PyObject *__pyx_n_s_alpha; -static PyObject *__pyx_n_s_arange; -static PyObject *__pyx_n_s_beta; -static PyObject *__pyx_n_s_beta_add; -static PyObject *__pyx_n_s_delta; -static PyObject *__pyx_n_s_dist; -static PyObject *__pyx_n_s_dists; -static PyObject *__pyx_n_s_dt; -static PyObject *__pyx_n_s_dts; -static PyObject *__pyx_n_s_dtype; -static PyObject *__pyx_n_s_enumerate; -static PyObject *__pyx_n_s_failures; -static PyObject *__pyx_n_s_float64; -static PyObject *__pyx_n_s_i; -static PyObject *__pyx_n_s_import; -static PyObject *__pyx_kp_s_inf; -static PyObject *__pyx_n_s_itervalues; -static PyObject *__pyx_n_s_l; -static PyObject *__pyx_n_s_ll; -static PyObject *__pyx_n_s_main; -static PyObject *__pyx_n_s_max_beta; -static PyObject *__pyx_n_s_max_beta_add; -static PyObject *__pyx_n_s_max_roots; -static PyObject *__pyx_n_s_ml3; -static PyObject *__pyx_n_s_n_roots; -static PyObject *__pyx_n_s_n_victims; -static PyObject *__pyx_kp_u_ndarray_is_not_C_contiguous; -static PyObject *__pyx_kp_u_ndarray_is_not_Fortran_contiguou; -static PyObject *__pyx_n_s_non_seeds; -static PyObject *__pyx_n_s_non_victims; -static PyObject *__pyx_n_s_np; -static PyObject *__pyx_n_s_numpy; -static PyObject *__pyx_n_s_parent_dists; -static PyObject *__pyx_n_s_parent_dts; -static PyObject *__pyx_n_s_parents; -static PyObject *__pyx_n_s_prnt; -static PyObject *__pyx_n_s_prob; -static PyObject *__pyx_n_s_probs; -static PyObject *__pyx_n_s_probs_fail; -static PyObject *__pyx_n_s_range; -static PyObject *__pyx_n_s_root_victims; -static PyObject *__pyx_n_s_roots; -static PyObject *__pyx_n_s_s; -static PyObject *__pyx_n_s_seeds; -static PyObject *__pyx_n_s_successes; -static PyObject *__pyx_n_s_sum; -static PyObject *__pyx_n_s_t; -static PyObject *__pyx_n_s_test; -static PyObject *__pyx_n_s_thresh; -static PyObject *__pyx_kp_u_unknown_dtype_code_in_numpy_pxd; -static PyObject *__pyx_n_s_victims; -static PyObject *__pyx_n_s_w1; -static PyObject *__pyx_n_s_w2; -static PyObject *__pyx_n_s_w3; -static PyObject *__pyx_n_s_zeros; -static PyObject *__pyx_float__01; -static PyObject *__pyx_float_0_01; -static PyObject *__pyx_int_1; -static PyObject *__pyx_tuple_; -static PyObject *__pyx_tuple__2; -static PyObject *__pyx_tuple__3; -static PyObject *__pyx_tuple__4; -static PyObject *__pyx_tuple__5; -static PyObject *__pyx_tuple__6; -static PyObject *__pyx_tuple__7; -static PyObject *__pyx_tuple__8; -static PyObject *__pyx_codeobj__9; - -/* "ml3.pyx":9 - * ctypedef np.float_t DTYPE_t - * - * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, # <<<<<<<<<<<<<< - * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - * """weight for successful infection, exponential time model""" - */ - -static __pyx_t_3ml3_DTYPE_t __pyx_f_3ml3_weight_success(int __pyx_v_dist, int __pyx_v_dt, __pyx_t_3ml3_DTYPE_t __pyx_v_alpha, __pyx_t_3ml3_DTYPE_t __pyx_v_delta, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_w1, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_w2, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_w3) { - __pyx_t_3ml3_DTYPE_t __pyx_v_structural; - __pyx_t_3ml3_DTYPE_t __pyx_v_temporal; - __pyx_t_3ml3_DTYPE_t __pyx_v_result; - __pyx_t_3ml3_DTYPE_t __pyx_r; - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("weight_success", 0); - - /* "ml3.pyx":13 - * """weight for successful infection, exponential time model""" - * cdef DTYPE_t structural, temporal, result - * structural = delta ** dist # <<<<<<<<<<<<<< - * temporal = log(exp(alpha)-1.) - alpha*dt - * result = log(structural) + temporal - */ - __pyx_v_structural = pow(__pyx_v_delta, ((__pyx_t_3ml3_DTYPE_t)__pyx_v_dist)); - - /* "ml3.pyx":14 - * cdef DTYPE_t structural, temporal, result - * structural = delta ** dist - * temporal = log(exp(alpha)-1.) - alpha*dt # <<<<<<<<<<<<<< - * result = log(structural) + temporal - * return result - */ - __pyx_v_temporal = (log((exp(__pyx_v_alpha) - 1.)) - (__pyx_v_alpha * __pyx_v_dt)); - - /* "ml3.pyx":15 - * structural = delta ** dist - * temporal = log(exp(alpha)-1.) - alpha*dt - * result = log(structural) + temporal # <<<<<<<<<<<<<< - * return result - * - */ - __pyx_v_result = (log(__pyx_v_structural) + __pyx_v_temporal); - - /* "ml3.pyx":16 - * temporal = log(exp(alpha)-1.) - alpha*dt - * result = log(structural) + temporal - * return result # <<<<<<<<<<<<<< - * - * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, - */ - __pyx_r = __pyx_v_result; - goto __pyx_L0; - - /* "ml3.pyx":9 - * ctypedef np.float_t DTYPE_t - * - * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, # <<<<<<<<<<<<<< - * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - * """weight for successful infection, exponential time model""" - */ - - /* function exit code */ - __pyx_L0:; - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "ml3.pyx":18 - * return result - * - * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, # <<<<<<<<<<<<<< - * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - * """weight for failed infection, exponential time model""" - */ - -static __pyx_t_3ml3_DTYPE_t __pyx_f_3ml3_weight_failure(int __pyx_v_dist, int __pyx_v_dt, __pyx_t_3ml3_DTYPE_t __pyx_v_alpha, __pyx_t_3ml3_DTYPE_t __pyx_v_delta, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_w1, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_w2, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_w3) { - __pyx_t_3ml3_DTYPE_t __pyx_v_structural; - __pyx_t_3ml3_DTYPE_t __pyx_v_temporal; - __pyx_t_3ml3_DTYPE_t __pyx_v_result; - __pyx_t_3ml3_DTYPE_t __pyx_r; - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("weight_failure", 0); - - /* "ml3.pyx":22 - * """weight for failed infection, exponential time model""" - * cdef DTYPE_t structural, temporal, result - * structural = delta ** dist # <<<<<<<<<<<<<< - * temporal = exp(-alpha * dt) - * result = log(1. - structural + structural * temporal) - */ - __pyx_v_structural = pow(__pyx_v_delta, ((__pyx_t_3ml3_DTYPE_t)__pyx_v_dist)); - - /* "ml3.pyx":23 - * cdef DTYPE_t structural, temporal, result - * structural = delta ** dist - * temporal = exp(-alpha * dt) # <<<<<<<<<<<<<< - * result = log(1. - structural + structural * temporal) - * return result - */ - __pyx_v_temporal = exp(((-__pyx_v_alpha) * __pyx_v_dt)); - - /* "ml3.pyx":24 - * structural = delta ** dist - * temporal = exp(-alpha * dt) - * result = log(1. - structural + structural * temporal) # <<<<<<<<<<<<<< - * return result - * - */ - __pyx_v_result = log(((1. - __pyx_v_structural) + (__pyx_v_structural * __pyx_v_temporal))); - - /* "ml3.pyx":25 - * temporal = exp(-alpha * dt) - * result = log(1. - structural + structural * temporal) - * return result # <<<<<<<<<<<<<< - * - * def ml3(dict root_victims, dict victims, dict non_victims, DTYPE_t age, - */ - __pyx_r = __pyx_v_result; - goto __pyx_L0; - - /* "ml3.pyx":18 - * return result - * - * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, # <<<<<<<<<<<<<< - * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - * """weight for failed infection, exponential time model""" - */ - - /* function exit code */ - __pyx_L0:; - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "ml3.pyx":27 - * return result - * - * def ml3(dict root_victims, dict victims, dict non_victims, DTYPE_t age, # <<<<<<<<<<<<<< - * DTYPE_t alpha, DTYPE_t delta): - * cdef: - */ - -/* Python wrapper */ -static PyObject *__pyx_pw_3ml3_1ml3(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/ -static PyMethodDef __pyx_mdef_3ml3_1ml3 = {"ml3", (PyCFunction)__pyx_pw_3ml3_1ml3, METH_VARARGS|METH_KEYWORDS, 0}; -static PyObject *__pyx_pw_3ml3_1ml3(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) { - PyObject *__pyx_v_root_victims = 0; - PyObject *__pyx_v_victims = 0; - CYTHON_UNUSED PyObject *__pyx_v_non_victims = 0; - CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_age; - __pyx_t_3ml3_DTYPE_t __pyx_v_alpha; - __pyx_t_3ml3_DTYPE_t __pyx_v_delta; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - PyObject *__pyx_r = 0; - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("ml3 (wrapper)", 0); - { - static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_root_victims,&__pyx_n_s_victims,&__pyx_n_s_non_victims,&__pyx_n_s_age,&__pyx_n_s_alpha,&__pyx_n_s_delta,0}; - PyObject* values[6] = {0,0,0,0,0,0}; - if (unlikely(__pyx_kwds)) { - Py_ssize_t kw_args; - const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args); - switch (pos_args) { - case 6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5); - case 5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4); - case 4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3); - case 3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2); - case 2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1); - case 1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0); - case 0: break; - default: goto __pyx_L5_argtuple_error; - } - kw_args = PyDict_Size(__pyx_kwds); - switch (pos_args) { - case 0: - if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_root_victims)) != 0)) kw_args--; - else goto __pyx_L5_argtuple_error; - case 1: - if (likely((values[1] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_victims)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml3", 1, 6, 6, 1); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - case 2: - if (likely((values[2] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_non_victims)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml3", 1, 6, 6, 2); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - case 3: - if (likely((values[3] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_age)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml3", 1, 6, 6, 3); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - case 4: - if (likely((values[4] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_alpha)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml3", 1, 6, 6, 4); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - case 5: - if (likely((values[5] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_delta)) != 0)) kw_args--; - else { - __Pyx_RaiseArgtupleInvalid("ml3", 1, 6, 6, 5); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - } - if (unlikely(kw_args > 0)) { - if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, "ml3") < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - } else if (PyTuple_GET_SIZE(__pyx_args) != 6) { - goto __pyx_L5_argtuple_error; - } else { - values[0] = PyTuple_GET_ITEM(__pyx_args, 0); - values[1] = PyTuple_GET_ITEM(__pyx_args, 1); - values[2] = PyTuple_GET_ITEM(__pyx_args, 2); - values[3] = PyTuple_GET_ITEM(__pyx_args, 3); - values[4] = PyTuple_GET_ITEM(__pyx_args, 4); - values[5] = PyTuple_GET_ITEM(__pyx_args, 5); - } - __pyx_v_root_victims = ((PyObject*)values[0]); - __pyx_v_victims = ((PyObject*)values[1]); - __pyx_v_non_victims = ((PyObject*)values[2]); - __pyx_v_age = __pyx_PyFloat_AsDouble(values[3]); if (unlikely((__pyx_v_age == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - __pyx_v_alpha = __pyx_PyFloat_AsDouble(values[4]); if (unlikely((__pyx_v_alpha == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 28; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - __pyx_v_delta = __pyx_PyFloat_AsDouble(values[5]); if (unlikely((__pyx_v_delta == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 28; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - } - goto __pyx_L4_argument_unpacking_done; - __pyx_L5_argtuple_error:; - __Pyx_RaiseArgtupleInvalid("ml3", 1, 6, 6, PyTuple_GET_SIZE(__pyx_args)); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} - __pyx_L3_error:; - __Pyx_AddTraceback("ml3.ml3", __pyx_clineno, __pyx_lineno, __pyx_filename); - __Pyx_RefNannyFinishContext(); - return NULL; - __pyx_L4_argument_unpacking_done:; - if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_root_victims), (&PyDict_Type), 1, "root_victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_victims), (&PyDict_Type), 1, "victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_non_victims), (&PyDict_Type), 1, "non_victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_r = __pyx_pf_3ml3_ml3(__pyx_self, __pyx_v_root_victims, __pyx_v_victims, __pyx_v_non_victims, __pyx_v_age, __pyx_v_alpha, __pyx_v_delta); - - /* function exit code */ - goto __pyx_L0; - __pyx_L1_error:; - __pyx_r = NULL; - __pyx_L0:; - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -static PyObject *__pyx_pf_3ml3_ml3(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_root_victims, PyObject *__pyx_v_victims, CYTHON_UNUSED PyObject *__pyx_v_non_victims, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_age, __pyx_t_3ml3_DTYPE_t __pyx_v_alpha, __pyx_t_3ml3_DTYPE_t __pyx_v_delta) { - int __pyx_v_n_roots; - int __pyx_v_n_victims; - int __pyx_v_roots; - int __pyx_v_i; - int __pyx_v_dist; - int __pyx_v_dt; - int __pyx_v_l; - __pyx_t_3ml3_DTYPE_t __pyx_v_beta; - __pyx_t_3ml3_DTYPE_t __pyx_v_ll; - __pyx_t_3ml3_DTYPE_t __pyx_v_beta_add; - __pyx_t_3ml3_DTYPE_t __pyx_v_max_beta; - __pyx_t_3ml3_DTYPE_t __pyx_v_max_beta_add; - PyObject *__pyx_v_parents = 0; - PyObject *__pyx_v_failures = 0; - PyObject *__pyx_v_successes = 0; - PyArrayObject *__pyx_v_probs = 0; - PyArrayObject *__pyx_v_probs_fail = 0; - PyArrayObject *__pyx_v_parent_dists = 0; - PyArrayObject *__pyx_v_parent_dts = 0; - PyObject *__pyx_v_dists = NULL; - PyObject *__pyx_v_dts = NULL; - PyObject *__pyx_v_s = NULL; - PyObject *__pyx_v_prob = NULL; - double __pyx_v_thresh; - PyObject *__pyx_v_seeds = NULL; - PyObject *__pyx_v_non_seeds = NULL; - int __pyx_v_max_roots; - CYTHON_UNUSED PyObject *__pyx_v_prnt = NULL; - PyObject *__pyx_v_w1 = NULL; - PyObject *__pyx_v_w2 = NULL; - PyObject *__pyx_v_w3 = NULL; - __Pyx_LocalBuf_ND __pyx_pybuffernd_parent_dists; - __Pyx_Buffer __pyx_pybuffer_parent_dists; - __Pyx_LocalBuf_ND __pyx_pybuffernd_parent_dts; - __Pyx_Buffer __pyx_pybuffer_parent_dts; - __Pyx_LocalBuf_ND __pyx_pybuffernd_probs; - __Pyx_Buffer __pyx_pybuffer_probs; - __Pyx_LocalBuf_ND __pyx_pybuffernd_probs_fail; - __Pyx_Buffer __pyx_pybuffer_probs_fail; - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - Py_ssize_t __pyx_t_1; - Py_ssize_t __pyx_t_2; - PyObject *__pyx_t_3 = NULL; - PyObject *__pyx_t_4 = NULL; - PyObject *__pyx_t_5 = NULL; - PyObject *__pyx_t_6 = NULL; - PyArrayObject *__pyx_t_7 = NULL; - PyArrayObject *__pyx_t_8 = NULL; - PyArrayObject *__pyx_t_9 = NULL; - PyArrayObject *__pyx_t_10 = NULL; - int __pyx_t_11; - int __pyx_t_12; - int __pyx_t_13; - Py_ssize_t __pyx_t_14; - PyObject *__pyx_t_15 = NULL; - PyObject *__pyx_t_16 = NULL; - PyObject *__pyx_t_17 = NULL; - PyObject *__pyx_t_18 = NULL; - PyObject *__pyx_t_19 = NULL; - PyObject *__pyx_t_20 = NULL; - PyObject *__pyx_t_21 = NULL; - PyObject *(*__pyx_t_22)(PyObject *); - int __pyx_t_23; - __pyx_t_3ml3_DTYPE_t __pyx_t_24; - __pyx_t_3ml3_DTYPE_t __pyx_t_25; - __pyx_t_3ml3_DTYPE_t __pyx_t_26; - int __pyx_t_27; - double __pyx_t_28; - int __pyx_t_29; - int __pyx_t_30; - int __pyx_t_31; - int __pyx_t_32; - int __pyx_t_33; - PyObject *(*__pyx_t_34)(PyObject *); - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("ml3", 0); - __pyx_pybuffer_probs.pybuffer.buf = NULL; - __pyx_pybuffer_probs.refcount = 0; - __pyx_pybuffernd_probs.data = NULL; - __pyx_pybuffernd_probs.rcbuffer = &__pyx_pybuffer_probs; - __pyx_pybuffer_probs_fail.pybuffer.buf = NULL; - __pyx_pybuffer_probs_fail.refcount = 0; - __pyx_pybuffernd_probs_fail.data = NULL; - __pyx_pybuffernd_probs_fail.rcbuffer = &__pyx_pybuffer_probs_fail; - __pyx_pybuffer_parent_dists.pybuffer.buf = NULL; - __pyx_pybuffer_parent_dists.refcount = 0; - __pyx_pybuffernd_parent_dists.data = NULL; - __pyx_pybuffernd_parent_dists.rcbuffer = &__pyx_pybuffer_parent_dists; - __pyx_pybuffer_parent_dts.pybuffer.buf = NULL; - __pyx_pybuffer_parent_dts.refcount = 0; - __pyx_pybuffernd_parent_dts.data = NULL; - __pyx_pybuffernd_parent_dts.rcbuffer = &__pyx_pybuffer_parent_dts; - - /* "ml3.pyx":33 - * DTYPE_t beta, ll, beta_add, max_beta, max_beta_add - * list parents, failures, successes - * n_roots, n_victims = len(root_victims), len(victims) # <<<<<<<<<<<<<< - * cdef: - * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) - */ - if (unlikely(__pyx_v_root_victims == Py_None)) { - PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_1 = PyDict_Size(__pyx_v_root_victims); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - if (unlikely(__pyx_v_victims == Py_None)) { - PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_2 = PyDict_Size(__pyx_v_victims); if (unlikely(__pyx_t_2 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_v_n_roots = __pyx_t_1; - __pyx_v_n_victims = __pyx_t_2; - - /* "ml3.pyx":35 - * n_roots, n_victims = len(root_victims), len(victims) - * cdef: - * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< - * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) - */ - __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_zeros); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_3); - __Pyx_GIVEREF(__pyx_t_3); - __pyx_t_3 = 0; - __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_dtype, __pyx_t_6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (!(likely(((__pyx_t_6) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_6, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_7 = ((PyArrayObject *)__pyx_t_6); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs.rcbuffer->pybuffer, (PyObject*)__pyx_t_7, &__Pyx_TypeInfo_nn___pyx_t_3ml3_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_probs = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_probs.diminfo[0].strides = __pyx_pybuffernd_probs.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs.diminfo[0].shape = __pyx_pybuffernd_probs.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_7 = 0; - __pyx_v_probs = ((PyArrayObject *)__pyx_t_6); - __pyx_t_6 = 0; - - /* "ml3.pyx":36 - * cdef: - * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< - * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) - */ - __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_n_s_zeros); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_6); - __Pyx_GIVEREF(__pyx_t_6); - __pyx_t_6 = 0; - __pyx_t_6 = PyDict_New(); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - if (PyDict_SetItem(__pyx_t_6, __pyx_n_s_dtype, __pyx_t_4) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_4 = __Pyx_PyObject_Call(__pyx_t_3, __pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - if (!(likely(((__pyx_t_4) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_4, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_8 = ((PyArrayObject *)__pyx_t_4); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer, (PyObject*)__pyx_t_8, &__Pyx_TypeInfo_nn___pyx_t_3ml3_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_probs_fail = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_probs_fail.diminfo[0].strides = __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs_fail.diminfo[0].shape = __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_8 = 0; - __pyx_v_probs_fail = ((PyArrayObject *)__pyx_t_4); - __pyx_t_4 = 0; - - /* "ml3.pyx":37 - * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< - * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) - * - */ - __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_n_s_zeros); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_4); - __Pyx_GIVEREF(__pyx_t_4); - __pyx_t_4 = 0; - __pyx_t_4 = PyDict_New(); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - if (PyDict_SetItem(__pyx_t_4, __pyx_n_s_dtype, __pyx_t_3) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_6, __pyx_t_5, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_9 = ((PyArrayObject *)__pyx_t_3); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_parent_dists.rcbuffer->pybuffer, (PyObject*)__pyx_t_9, &__Pyx_TypeInfo_nn___pyx_t_3ml3_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_parent_dists = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_parent_dists.diminfo[0].strides = __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_parent_dists.diminfo[0].shape = __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_9 = 0; - __pyx_v_parent_dists = ((PyArrayObject *)__pyx_t_3); - __pyx_t_3 = 0; - - /* "ml3.pyx":38 - * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) - * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< - * - * # loop through victims - */ - __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_zeros); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_3); - __Pyx_GIVEREF(__pyx_t_3); - __pyx_t_3 = 0; - __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_dtype, __pyx_t_6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (!(likely(((__pyx_t_6) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_6, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_10 = ((PyArrayObject *)__pyx_t_6); - { - __Pyx_BufFmt_StackElem __pyx_stack[1]; - if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer, (PyObject*)__pyx_t_10, &__Pyx_TypeInfo_nn___pyx_t_3ml3_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { - __pyx_v_parent_dts = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.buf = NULL; - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } else {__pyx_pybuffernd_parent_dts.diminfo[0].strides = __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_parent_dts.diminfo[0].shape = __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.shape[0]; - } - } - __pyx_t_10 = 0; - __pyx_v_parent_dts = ((PyArrayObject *)__pyx_t_6); - __pyx_t_6 = 0; - - /* "ml3.pyx":41 - * - * # loop through victims - * for i, parents in enumerate(victims.itervalues()): # <<<<<<<<<<<<<< - * # for each victim node i, compute the probability that all its parents - * # fail to infect it, also computes the probability that its most - */ - __pyx_t_11 = 0; - __pyx_t_2 = 0; - if (unlikely(__pyx_v_victims == Py_None)) { - PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "itervalues"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_3 = __Pyx_dict_iterator(__pyx_v_victims, 1, __pyx_n_s_itervalues, (&__pyx_t_1), (&__pyx_t_12)); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_XDECREF(__pyx_t_6); - __pyx_t_6 = __pyx_t_3; - __pyx_t_3 = 0; - while (1) { - __pyx_t_13 = __Pyx_dict_iter_next(__pyx_t_6, __pyx_t_1, &__pyx_t_2, NULL, &__pyx_t_3, NULL, __pyx_t_12); - if (unlikely(__pyx_t_13 == 0)) break; - if (unlikely(__pyx_t_13 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - if (!(likely(PyList_CheckExact(__pyx_t_3))||((__pyx_t_3) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "list", Py_TYPE(__pyx_t_3)->tp_name), 0))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_XDECREF_SET(__pyx_v_parents, ((PyObject*)__pyx_t_3)); - __pyx_t_3 = 0; - __pyx_v_i = __pyx_t_11; - __pyx_t_11 = (__pyx_t_11 + 1); - - /* "ml3.pyx":45 - * # fail to infect it, also computes the probability that its most - * # likely parent infects it - * failures = [weight_failure(dist, dt, alpha, delta, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) - */ - __pyx_t_3 = PyList_New(0); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - - /* "ml3.pyx":46 - * # likely parent infects it - * failures = [weight_failure(dist, dt, alpha, delta, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) - */ - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_5 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_5); __pyx_t_14 = 0; - for (;;) { - if (__pyx_t_14 >= PyList_GET_SIZE(__pyx_t_5)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_4 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_14); __Pyx_INCREF(__pyx_t_4); __pyx_t_14++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_4 = PySequence_ITEM(__pyx_t_5, __pyx_t_14); __pyx_t_14++; if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_4))) || (PyList_CheckExact(__pyx_t_4))) { - PyObject* sequence = __pyx_t_4; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_15 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_16 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_15 = PyList_GET_ITEM(sequence, 0); - __pyx_t_16 = PyList_GET_ITEM(sequence, 1); - __pyx_t_17 = PyList_GET_ITEM(sequence, 2); - __pyx_t_18 = PyList_GET_ITEM(sequence, 3); - __pyx_t_19 = PyList_GET_ITEM(sequence, 4); - __pyx_t_20 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_15); - __Pyx_INCREF(__pyx_t_16); - __Pyx_INCREF(__pyx_t_17); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_20); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_15,&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_15,&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20}; - __pyx_t_21 = PyObject_GetIter(__pyx_t_4); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_21); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_22 = Py_TYPE(__pyx_t_21)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_22(__pyx_t_21); if (unlikely(!item)) goto __pyx_L7_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_22(__pyx_t_21), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_22 = NULL; - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - goto __pyx_L8_unpacking_done; - __pyx_L7_unpacking_failed:; - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - __pyx_t_22 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L8_unpacking_done:; - } - __pyx_t_13 = __Pyx_PyInt_As_int(__pyx_t_16); if (unlikely((__pyx_t_13 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_16); __pyx_t_16 = 0; - __pyx_t_23 = __Pyx_PyInt_As_int(__pyx_t_17); if (unlikely((__pyx_t_23 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_17); __pyx_t_17 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_15); - __pyx_t_15 = 0; - __pyx_v_dist = __pyx_t_13; - __pyx_v_dt = __pyx_t_23; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_18); - __pyx_t_18 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_19); - __pyx_t_19 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_20); - __pyx_t_20 = 0; - - /* "ml3.pyx":45 - * # fail to infect it, also computes the probability that its most - * # likely parent infects it - * failures = [weight_failure(dist, dt, alpha, delta, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) - */ - __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_4 = PyFloat_FromDouble(__pyx_f_3ml3_weight_failure(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_t_24, __pyx_t_25, __pyx_t_26)); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - if (unlikely(__Pyx_ListComp_Append(__pyx_t_3, (PyObject*)__pyx_t_4))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - - /* "ml3.pyx":46 - * # likely parent infects it - * failures = [weight_failure(dist, dt, alpha, delta, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) - */ - } - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __Pyx_XDECREF_SET(__pyx_v_failures, ((PyObject*)__pyx_t_3)); - __pyx_t_3 = 0; - - /* "ml3.pyx":47 - * failures = [weight_failure(dist, dt, alpha, delta, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) # <<<<<<<<<<<<<< - * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] - */ - __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 47; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_INCREF(__pyx_v_failures); - PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_v_failures); - __Pyx_GIVEREF(__pyx_v_failures); - __pyx_t_5 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_3, NULL); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 47; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_t_5); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 47; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __pyx_t_23 = __pyx_v_i; - if (__pyx_t_23 < 0) __pyx_t_23 += __pyx_pybuffernd_probs_fail.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_3ml3_DTYPE_t *, __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.buf, __pyx_t_23, __pyx_pybuffernd_probs_fail.diminfo[0].strides) = __pyx_t_26; - - /* "ml3.pyx":48 - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - */ - __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 48; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - - /* "ml3.pyx":49 - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] - */ - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_3 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_3); __pyx_t_14 = 0; - for (;;) { - if (__pyx_t_14 >= PyList_GET_SIZE(__pyx_t_3)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_4 = PyList_GET_ITEM(__pyx_t_3, __pyx_t_14); __Pyx_INCREF(__pyx_t_4); __pyx_t_14++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_4 = PySequence_ITEM(__pyx_t_3, __pyx_t_14); __pyx_t_14++; if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_4))) || (PyList_CheckExact(__pyx_t_4))) { - PyObject* sequence = __pyx_t_4; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_16 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_15 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_20 = PyList_GET_ITEM(sequence, 0); - __pyx_t_19 = PyList_GET_ITEM(sequence, 1); - __pyx_t_18 = PyList_GET_ITEM(sequence, 2); - __pyx_t_17 = PyList_GET_ITEM(sequence, 3); - __pyx_t_16 = PyList_GET_ITEM(sequence, 4); - __pyx_t_15 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_20); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_17); - __Pyx_INCREF(__pyx_t_16); - __Pyx_INCREF(__pyx_t_15); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16,&__pyx_t_15}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16,&__pyx_t_15}; - __pyx_t_21 = PyObject_GetIter(__pyx_t_4); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_21); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_22 = Py_TYPE(__pyx_t_21)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_22(__pyx_t_21); if (unlikely(!item)) goto __pyx_L11_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_22(__pyx_t_21), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_22 = NULL; - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - goto __pyx_L12_unpacking_done; - __pyx_L11_unpacking_failed:; - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - __pyx_t_22 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L12_unpacking_done:; - } - __pyx_t_13 = __Pyx_PyInt_As_int(__pyx_t_19); if (unlikely((__pyx_t_13 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_19); __pyx_t_19 = 0; - __pyx_t_27 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_27 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_20); - __pyx_t_20 = 0; - __pyx_v_dist = __pyx_t_13; - __pyx_v_dt = __pyx_t_27; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_17); - __pyx_t_17 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_16); - __pyx_t_16 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_15); - __pyx_t_15 = 0; - - /* "ml3.pyx":48 - * for (prnt, dist, dt, w1, w2, w3) in parents] - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) # <<<<<<<<<<<<<< - * for (prnt, dist, dt, w1, w2, w3) in parents] - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - */ - __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 48; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 48; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 48; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_4 = PyFloat_FromDouble(__pyx_f_3ml3_weight_success(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_t_26, __pyx_t_25, __pyx_t_24)); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 48; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_4))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 48; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - - /* "ml3.pyx":49 - * probs_fail[i] = sum(failures) - * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] - */ - } - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_XDECREF_SET(__pyx_v_successes, ((PyObject*)__pyx_t_5)); - __pyx_t_5 = 0; - - /* "ml3.pyx":50 - * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) - * for (prnt, dist, dt, w1, w2, w3) in parents] - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] - * # find parent that maximizes log(p) - log(\tilde{p}) - */ - __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_3 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_3); __pyx_t_14 = 0; - for (;;) { - if (__pyx_t_14 >= PyList_GET_SIZE(__pyx_t_3)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_4 = PyList_GET_ITEM(__pyx_t_3, __pyx_t_14); __Pyx_INCREF(__pyx_t_4); __pyx_t_14++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_4 = PySequence_ITEM(__pyx_t_3, __pyx_t_14); __pyx_t_14++; if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_4))) || (PyList_CheckExact(__pyx_t_4))) { - PyObject* sequence = __pyx_t_4; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_15 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_16 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_15 = PyList_GET_ITEM(sequence, 0); - __pyx_t_16 = PyList_GET_ITEM(sequence, 1); - __pyx_t_17 = PyList_GET_ITEM(sequence, 2); - __pyx_t_18 = PyList_GET_ITEM(sequence, 3); - __pyx_t_19 = PyList_GET_ITEM(sequence, 4); - __pyx_t_20 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_15); - __Pyx_INCREF(__pyx_t_16); - __Pyx_INCREF(__pyx_t_17); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_20); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_15,&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_15,&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20}; - __pyx_t_21 = PyObject_GetIter(__pyx_t_4); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_21); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_22 = Py_TYPE(__pyx_t_21)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_22(__pyx_t_21); if (unlikely(!item)) goto __pyx_L15_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_22(__pyx_t_21), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_22 = NULL; - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - goto __pyx_L16_unpacking_done; - __pyx_L15_unpacking_failed:; - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - __pyx_t_22 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L16_unpacking_done:; - } - __pyx_t_27 = __Pyx_PyInt_As_int(__pyx_t_16); if (unlikely((__pyx_t_27 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_16); __pyx_t_16 = 0; - __pyx_t_13 = __Pyx_PyInt_As_int(__pyx_t_17); if (unlikely((__pyx_t_13 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_17); __pyx_t_17 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_15); - __pyx_t_15 = 0; - __pyx_v_dist = __pyx_t_27; - __pyx_v_dt = __pyx_t_13; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_18); - __pyx_t_18 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_19); - __pyx_t_19 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_20); - __pyx_t_20 = 0; - __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_dist); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_4))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - } - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_XDECREF_SET(__pyx_v_dists, ((PyObject*)__pyx_t_5)); - __pyx_t_5 = 0; - - /* "ml3.pyx":51 - * for (prnt, dist, dt, w1, w2, w3) in parents] - * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< - * # find parent that maximizes log(p) - log(\tilde{p}) - * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) - */ - __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - if (unlikely(__pyx_v_parents == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_3 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_3); __pyx_t_14 = 0; - for (;;) { - if (__pyx_t_14 >= PyList_GET_SIZE(__pyx_t_3)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_4 = PyList_GET_ITEM(__pyx_t_3, __pyx_t_14); __Pyx_INCREF(__pyx_t_4); __pyx_t_14++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_4 = PySequence_ITEM(__pyx_t_3, __pyx_t_14); __pyx_t_14++; if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if ((likely(PyTuple_CheckExact(__pyx_t_4))) || (PyList_CheckExact(__pyx_t_4))) { - PyObject* sequence = __pyx_t_4; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 6)) { - if (size > 6) __Pyx_RaiseTooManyValuesError(6); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyTuple_CheckExact(sequence))) { - __pyx_t_20 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_19 = PyTuple_GET_ITEM(sequence, 1); - __pyx_t_18 = PyTuple_GET_ITEM(sequence, 2); - __pyx_t_17 = PyTuple_GET_ITEM(sequence, 3); - __pyx_t_16 = PyTuple_GET_ITEM(sequence, 4); - __pyx_t_15 = PyTuple_GET_ITEM(sequence, 5); - } else { - __pyx_t_20 = PyList_GET_ITEM(sequence, 0); - __pyx_t_19 = PyList_GET_ITEM(sequence, 1); - __pyx_t_18 = PyList_GET_ITEM(sequence, 2); - __pyx_t_17 = PyList_GET_ITEM(sequence, 3); - __pyx_t_16 = PyList_GET_ITEM(sequence, 4); - __pyx_t_15 = PyList_GET_ITEM(sequence, 5); - } - __Pyx_INCREF(__pyx_t_20); - __Pyx_INCREF(__pyx_t_19); - __Pyx_INCREF(__pyx_t_18); - __Pyx_INCREF(__pyx_t_17); - __Pyx_INCREF(__pyx_t_16); - __Pyx_INCREF(__pyx_t_15); - #else - { - Py_ssize_t i; - PyObject** temps[6] = {&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16,&__pyx_t_15}; - for (i=0; i < 6; i++) { - PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(item); - *(temps[i]) = item; - } - } - #endif - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - } else { - Py_ssize_t index = -1; - PyObject** temps[6] = {&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16,&__pyx_t_15}; - __pyx_t_21 = PyObject_GetIter(__pyx_t_4); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_21); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_22 = Py_TYPE(__pyx_t_21)->tp_iternext; - for (index=0; index < 6; index++) { - PyObject* item = __pyx_t_22(__pyx_t_21); if (unlikely(!item)) goto __pyx_L19_unpacking_failed; - __Pyx_GOTREF(item); - *(temps[index]) = item; - } - if (__Pyx_IternextUnpackEndCheck(__pyx_t_22(__pyx_t_21), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_22 = NULL; - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - goto __pyx_L20_unpacking_done; - __pyx_L19_unpacking_failed:; - __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; - __pyx_t_22 = NULL; - if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); - {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_L20_unpacking_done:; - } - __pyx_t_13 = __Pyx_PyInt_As_int(__pyx_t_19); if (unlikely((__pyx_t_13 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_19); __pyx_t_19 = 0; - __pyx_t_27 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_27 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; - __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_20); - __pyx_t_20 = 0; - __pyx_v_dist = __pyx_t_13; - __pyx_v_dt = __pyx_t_27; - __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_17); - __pyx_t_17 = 0; - __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_16); - __pyx_t_16 = 0; - __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_15); - __pyx_t_15 = 0; - __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_dt); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_4))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - } - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_XDECREF_SET(__pyx_v_dts, ((PyObject*)__pyx_t_5)); - __pyx_t_5 = 0; - - /* "ml3.pyx":54 - * # find parent that maximizes log(p) - log(\tilde{p}) - * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) - * probs[i] = float("-inf") # <<<<<<<<<<<<<< - * for l, s in enumerate(successes): - * prob = s - failures[l] - */ - __pyx_t_28 = __Pyx_PyObject_AsDouble(__pyx_kp_s_inf); if (unlikely(__pyx_t_28 == ((double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_27 = __pyx_v_i; - if (__pyx_t_27 < 0) __pyx_t_27 += __pyx_pybuffernd_probs.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_3ml3_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_27, __pyx_pybuffernd_probs.diminfo[0].strides) = __pyx_t_28; - - /* "ml3.pyx":55 - * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) - * probs[i] = float("-inf") - * for l, s in enumerate(successes): # <<<<<<<<<<<<<< - * prob = s - failures[l] - * if prob > probs[i]: - */ - __pyx_t_13 = 0; - __pyx_t_5 = __pyx_v_successes; __Pyx_INCREF(__pyx_t_5); __pyx_t_14 = 0; - for (;;) { - if (__pyx_t_14 >= PyList_GET_SIZE(__pyx_t_5)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_3 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_14); __Pyx_INCREF(__pyx_t_3); __pyx_t_14++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_3 = PySequence_ITEM(__pyx_t_5, __pyx_t_14); __pyx_t_14++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - __Pyx_XDECREF_SET(__pyx_v_s, __pyx_t_3); - __pyx_t_3 = 0; - __pyx_v_l = __pyx_t_13; - __pyx_t_13 = (__pyx_t_13 + 1); - - /* "ml3.pyx":56 - * probs[i] = float("-inf") - * for l, s in enumerate(successes): - * prob = s - failures[l] # <<<<<<<<<<<<<< - * if prob > probs[i]: - * probs[i] = prob - */ - __pyx_t_3 = __Pyx_GetItemInt_List(__pyx_v_failures, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_3 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyNumber_Subtract(__pyx_v_s, __pyx_t_3); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_XDECREF_SET(__pyx_v_prob, __pyx_t_4); - __pyx_t_4 = 0; - - /* "ml3.pyx":57 - * for l, s in enumerate(successes): - * prob = s - failures[l] - * if prob > probs[i]: # <<<<<<<<<<<<<< - * probs[i] = prob - * parent_dists[i] = dists[l] - */ - __pyx_t_29 = __pyx_v_i; - if (__pyx_t_29 < 0) __pyx_t_29 += __pyx_pybuffernd_probs.diminfo[0].shape; - __pyx_t_4 = PyFloat_FromDouble((*__Pyx_BufPtrStrided1d(__pyx_t_3ml3_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_29, __pyx_pybuffernd_probs.diminfo[0].strides))); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_prob, __pyx_t_4, Py_GT); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_30 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_30 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_30) { - - /* "ml3.pyx":58 - * prob = s - failures[l] - * if prob > probs[i]: - * probs[i] = prob # <<<<<<<<<<<<<< - * parent_dists[i] = dists[l] - * parent_dts[i] = dts[l] - */ - __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_v_prob); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_t_31 = __pyx_v_i; - if (__pyx_t_31 < 0) __pyx_t_31 += __pyx_pybuffernd_probs.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_3ml3_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_31, __pyx_pybuffernd_probs.diminfo[0].strides) = __pyx_t_24; - - /* "ml3.pyx":59 - * if prob > probs[i]: - * probs[i] = prob - * parent_dists[i] = dists[l] # <<<<<<<<<<<<<< - * parent_dts[i] = dts[l] - * # probs_fail[i] = failures[l] - */ - __pyx_t_3 = __Pyx_GetItemInt_List(__pyx_v_dists, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_3 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_t_3); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_32 = __pyx_v_i; - if (__pyx_t_32 < 0) __pyx_t_32 += __pyx_pybuffernd_parent_dists.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_3ml3_DTYPE_t *, __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.buf, __pyx_t_32, __pyx_pybuffernd_parent_dists.diminfo[0].strides) = __pyx_t_24; - - /* "ml3.pyx":60 - * probs[i] = prob - * parent_dists[i] = dists[l] - * parent_dts[i] = dts[l] # <<<<<<<<<<<<<< - * # probs_fail[i] = failures[l] - * - */ - __pyx_t_3 = __Pyx_GetItemInt_List(__pyx_v_dts, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_3 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_t_3); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_33 = __pyx_v_i; - if (__pyx_t_33 < 0) __pyx_t_33 += __pyx_pybuffernd_parent_dts.diminfo[0].shape; - *__Pyx_BufPtrStrided1d(__pyx_t_3ml3_DTYPE_t *, __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.buf, __pyx_t_33, __pyx_pybuffernd_parent_dts.diminfo[0].strides) = __pyx_t_24; - goto __pyx_L23; - } - __pyx_L23:; - - /* "ml3.pyx":55 - * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) - * probs[i] = float("-inf") - * for l, s in enumerate(successes): # <<<<<<<<<<<<<< - * prob = s - failures[l] - * if prob > probs[i]: - */ - } - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - } - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - - /* "ml3.pyx":64 - * - * # calculate log likelihood - * ll = probs_fail.sum() # add probability that all edges to all victims fail # <<<<<<<<<<<<<< - * - * # print 'probs', probs - */ - __pyx_t_5 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_probs_fail), __pyx_n_s_sum); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_5); - __pyx_t_3 = NULL; - if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_5))) { - __pyx_t_3 = PyMethod_GET_SELF(__pyx_t_5); - if (likely(__pyx_t_3)) { - PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_5); - __Pyx_INCREF(__pyx_t_3); - __Pyx_INCREF(function); - __Pyx_DECREF_SET(__pyx_t_5, function); - } - } - if (__pyx_t_3) { - __pyx_t_6 = __Pyx_PyObject_CallOneArg(__pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - } else { - __pyx_t_6 = __Pyx_PyObject_CallNoArg(__pyx_t_5); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; - __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_t_6); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_v_ll = __pyx_t_24; - - /* "ml3.pyx":67 - * - * # print 'probs', probs - * max_beta_add = float('-inf') # <<<<<<<<<<<<<< - * # iterate over all victim nodes to find the optimal threshold - * for beta in np.arange(0.01, 1, .01): - */ - __pyx_t_28 = __Pyx_PyObject_AsDouble(__pyx_kp_s_inf); if (unlikely(__pyx_t_28 == ((double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 67; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_v_max_beta_add = __pyx_t_28; - - /* "ml3.pyx":69 - * max_beta_add = float('-inf') - * # iterate over all victim nodes to find the optimal threshold - * for beta in np.arange(0.01, 1, .01): # <<<<<<<<<<<<<< - * thresh = log(beta/(3012.*(1.-beta))) - * seeds = probstp_iternext; if (unlikely(!__pyx_t_34)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - for (;;) { - if (likely(!__pyx_t_34)) { - if (likely(PyList_CheckExact(__pyx_t_5))) { - if (__pyx_t_1 >= PyList_GET_SIZE(__pyx_t_5)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_6 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_1); __Pyx_INCREF(__pyx_t_6); __pyx_t_1++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_6 = PySequence_ITEM(__pyx_t_5, __pyx_t_1); __pyx_t_1++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - } else { - if (__pyx_t_1 >= PyTuple_GET_SIZE(__pyx_t_5)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_6 = PyTuple_GET_ITEM(__pyx_t_5, __pyx_t_1); __Pyx_INCREF(__pyx_t_6); __pyx_t_1++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_6 = PySequence_ITEM(__pyx_t_5, __pyx_t_1); __pyx_t_1++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - } - } else { - __pyx_t_6 = __pyx_t_34(__pyx_t_5); - if (unlikely(!__pyx_t_6)) { - PyObject* exc_type = PyErr_Occurred(); - if (exc_type) { - if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear(); - else {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - break; - } - __Pyx_GOTREF(__pyx_t_6); - } - __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_t_6); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_v_beta = __pyx_t_24; - - /* "ml3.pyx":70 - * # iterate over all victim nodes to find the optimal threshold - * for beta in np.arange(0.01, 1, .01): - * thresh = log(beta/(3012.*(1.-beta))) # <<<<<<<<<<<<<< - * seeds = probs=thresh - */ - __pyx_v_thresh = log((__pyx_v_beta / (3012. * (1. - __pyx_v_beta)))); - - /* "ml3.pyx":71 - * for beta in np.arange(0.01, 1, .01): - * thresh = log(beta/(3012.*(1.-beta))) - * seeds = probs=thresh - * roots = n_roots + sum(seeds) - */ - __pyx_t_6 = PyFloat_FromDouble(__pyx_v_thresh); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 71; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_3 = PyObject_RichCompare(((PyObject *)__pyx_v_probs), __pyx_t_6, Py_LT); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 71; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __Pyx_XDECREF_SET(__pyx_v_seeds, __pyx_t_3); - __pyx_t_3 = 0; - - /* "ml3.pyx":72 - * thresh = log(beta/(3012.*(1.-beta))) - * seeds = probs=thresh # <<<<<<<<<<<<<< - * roots = n_roots + sum(seeds) - * - */ - __pyx_t_3 = PyFloat_FromDouble(__pyx_v_thresh); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 72; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_6 = PyObject_RichCompare(((PyObject *)__pyx_v_probs), __pyx_t_3, Py_GE); __Pyx_XGOTREF(__pyx_t_6); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 72; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_XDECREF_SET(__pyx_v_non_seeds, __pyx_t_6); - __pyx_t_6 = 0; - - /* "ml3.pyx":73 - * seeds = probs=thresh - * roots = n_roots + sum(seeds) # <<<<<<<<<<<<<< - * - * beta_add = 0. - */ - __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_n_roots); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_INCREF(__pyx_v_seeds); - PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_v_seeds); - __Pyx_GIVEREF(__pyx_v_seeds); - __pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_3, NULL); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = PyNumber_Add(__pyx_t_6, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_11 = __Pyx_PyInt_As_int(__pyx_t_3); if (unlikely((__pyx_t_11 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_v_roots = __pyx_t_11; - - /* "ml3.pyx":75 - * roots = n_roots + sum(seeds) - * - * beta_add = 0. # <<<<<<<<<<<<<< - * # add probability for realized edges and subtract probability these edges fail - * beta_add += (probs[non_seeds]).sum() - */ - __pyx_v_beta_add = 0.; - - /* "ml3.pyx":77 - * beta_add = 0. - * # add probability for realized edges and subtract probability these edges fail - * beta_add += (probs[non_seeds]).sum() # <<<<<<<<<<<<<< - * # add probability for the seeds and non-seeds - * beta_add += roots * log(beta/3012.) + sum(non_seeds) * log(1. - beta) - */ - __pyx_t_3 = PyFloat_FromDouble(__pyx_v_beta_add); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_6 = PyObject_GetItem(((PyObject *)__pyx_v_probs), __pyx_v_non_seeds); if (unlikely(__pyx_t_6 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_6); - __pyx_t_15 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_n_s_sum); if (unlikely(!__pyx_t_15)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_15); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __pyx_t_6 = NULL; - if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_15))) { - __pyx_t_6 = PyMethod_GET_SELF(__pyx_t_15); - if (likely(__pyx_t_6)) { - PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_15); - __Pyx_INCREF(__pyx_t_6); - __Pyx_INCREF(function); - __Pyx_DECREF_SET(__pyx_t_15, function); - } - } - if (__pyx_t_6) { - __pyx_t_4 = __Pyx_PyObject_CallOneArg(__pyx_t_15, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - } else { - __pyx_t_4 = __Pyx_PyObject_CallNoArg(__pyx_t_15); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __Pyx_GOTREF(__pyx_t_4); - __Pyx_DECREF(__pyx_t_15); __pyx_t_15 = 0; - __pyx_t_15 = PyNumber_InPlaceAdd(__pyx_t_3, __pyx_t_4); if (unlikely(!__pyx_t_15)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_15); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_t_15); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_15); __pyx_t_15 = 0; - __pyx_v_beta_add = __pyx_t_24; - - /* "ml3.pyx":79 - * beta_add += (probs[non_seeds]).sum() - * # add probability for the seeds and non-seeds - * beta_add += roots * log(beta/3012.) + sum(non_seeds) * log(1. - beta) # <<<<<<<<<<<<<< - * - * if beta_add > max_beta_add: - */ - __pyx_t_15 = PyFloat_FromDouble(__pyx_v_beta_add); if (unlikely(!__pyx_t_15)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_15); - __pyx_t_4 = PyFloat_FromDouble((__pyx_v_roots * log((__pyx_v_beta / 3012.)))); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_INCREF(__pyx_v_non_seeds); - PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_v_non_seeds); - __Pyx_GIVEREF(__pyx_v_non_seeds); - __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_3, NULL); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = PyFloat_FromDouble(log((1. - __pyx_v_beta))); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_16 = PyNumber_Multiply(__pyx_t_6, __pyx_t_3); if (unlikely(!__pyx_t_16)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_16); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = PyNumber_Add(__pyx_t_4, __pyx_t_16); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_DECREF(__pyx_t_16); __pyx_t_16 = 0; - __pyx_t_16 = PyNumber_InPlaceAdd(__pyx_t_15, __pyx_t_3); if (unlikely(!__pyx_t_16)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_16); - __Pyx_DECREF(__pyx_t_15); __pyx_t_15 = 0; - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_t_16); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_16); __pyx_t_16 = 0; - __pyx_v_beta_add = __pyx_t_24; - - /* "ml3.pyx":81 - * beta_add += roots * log(beta/3012.) + sum(non_seeds) * log(1. - beta) - * - * if beta_add > max_beta_add: # <<<<<<<<<<<<<< - * max_beta = beta - * max_roots = roots - */ - __pyx_t_30 = ((__pyx_v_beta_add > __pyx_v_max_beta_add) != 0); - if (__pyx_t_30) { - - /* "ml3.pyx":82 - * - * if beta_add > max_beta_add: - * max_beta = beta # <<<<<<<<<<<<<< - * max_roots = roots - * max_beta_add = beta_add - */ - __pyx_v_max_beta = __pyx_v_beta; - - /* "ml3.pyx":83 - * if beta_add > max_beta_add: - * max_beta = beta - * max_roots = roots # <<<<<<<<<<<<<< - * max_beta_add = beta_add - * # print 'beta:', max_beta, 'add:', max_beta_add, 'roots:', max_roots - */ - __pyx_v_max_roots = __pyx_v_roots; - - /* "ml3.pyx":84 - * max_beta = beta - * max_roots = roots - * max_beta_add = beta_add # <<<<<<<<<<<<<< - * # print 'beta:', max_beta, 'add:', max_beta_add, 'roots:', max_roots - * - */ - __pyx_v_max_beta_add = __pyx_v_beta_add; - goto __pyx_L26; - } - __pyx_L26:; - - /* "ml3.pyx":69 - * max_beta_add = float('-inf') - * # iterate over all victim nodes to find the optimal threshold - * for beta in np.arange(0.01, 1, .01): # <<<<<<<<<<<<<< - * thresh = log(beta/(3012.*(1.-beta))) - * seeds = probspybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer); - __Pyx_ErrRestore(__pyx_type, __pyx_value, __pyx_tb);} - __Pyx_AddTraceback("ml3.ml3", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = NULL; - goto __pyx_L2; - __pyx_L0:; - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dists.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs.rcbuffer->pybuffer); - __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer); - __pyx_L2:; - __Pyx_XDECREF(__pyx_v_parents); - __Pyx_XDECREF(__pyx_v_failures); - __Pyx_XDECREF(__pyx_v_successes); - __Pyx_XDECREF((PyObject *)__pyx_v_probs); - __Pyx_XDECREF((PyObject *)__pyx_v_probs_fail); - __Pyx_XDECREF((PyObject *)__pyx_v_parent_dists); - __Pyx_XDECREF((PyObject *)__pyx_v_parent_dts); - __Pyx_XDECREF(__pyx_v_dists); - __Pyx_XDECREF(__pyx_v_dts); - __Pyx_XDECREF(__pyx_v_s); - __Pyx_XDECREF(__pyx_v_prob); - __Pyx_XDECREF(__pyx_v_seeds); - __Pyx_XDECREF(__pyx_v_non_seeds); - __Pyx_XDECREF(__pyx_v_prnt); - __Pyx_XDECREF(__pyx_v_w1); - __Pyx_XDECREF(__pyx_v_w2); - __Pyx_XDECREF(__pyx_v_w3); - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":197 - * # experimental exception made for __getbuffer__ and __releasebuffer__ - * # -- the details of this may change. - * def __getbuffer__(ndarray self, Py_buffer* info, int flags): # <<<<<<<<<<<<<< - * # This implementation of getbuffer is geared towards Cython - * # requirements, and does not yet fullfill the PEP. - */ - -/* Python wrapper */ -static CYTHON_UNUSED int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /*proto*/ -static CYTHON_UNUSED int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) { - int __pyx_r; - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("__getbuffer__ (wrapper)", 0); - __pyx_r = __pyx_pf_5numpy_7ndarray___getbuffer__(((PyArrayObject *)__pyx_v_self), ((Py_buffer *)__pyx_v_info), ((int)__pyx_v_flags)); - - /* function exit code */ - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -static int __pyx_pf_5numpy_7ndarray___getbuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) { - int __pyx_v_copy_shape; - int __pyx_v_i; - int __pyx_v_ndim; - int __pyx_v_endian_detector; - int __pyx_v_little_endian; - int __pyx_v_t; - char *__pyx_v_f; - PyArray_Descr *__pyx_v_descr = 0; - int __pyx_v_offset; - int __pyx_v_hasfields; - int __pyx_r; - __Pyx_RefNannyDeclarations - int __pyx_t_1; - int __pyx_t_2; - PyObject *__pyx_t_3 = NULL; - int __pyx_t_4; - int __pyx_t_5; - PyObject *__pyx_t_6 = NULL; - char *__pyx_t_7; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("__getbuffer__", 0); - if (__pyx_v_info != NULL) { - __pyx_v_info->obj = Py_None; __Pyx_INCREF(Py_None); - __Pyx_GIVEREF(__pyx_v_info->obj); - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":203 - * # of flags - * - * if info == NULL: return # <<<<<<<<<<<<<< - * - * cdef int copy_shape, i, ndim - */ - __pyx_t_1 = ((__pyx_v_info == NULL) != 0); - if (__pyx_t_1) { - __pyx_r = 0; - goto __pyx_L0; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":206 - * - * cdef int copy_shape, i, ndim - * cdef int endian_detector = 1 # <<<<<<<<<<<<<< - * cdef bint little_endian = ((&endian_detector)[0] != 0) - * - */ - __pyx_v_endian_detector = 1; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":207 - * cdef int copy_shape, i, ndim - * cdef int endian_detector = 1 - * cdef bint little_endian = ((&endian_detector)[0] != 0) # <<<<<<<<<<<<<< - * - * ndim = PyArray_NDIM(self) - */ - __pyx_v_little_endian = ((((char *)(&__pyx_v_endian_detector))[0]) != 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":209 - * cdef bint little_endian = ((&endian_detector)[0] != 0) - * - * ndim = PyArray_NDIM(self) # <<<<<<<<<<<<<< - * - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - */ - __pyx_v_ndim = PyArray_NDIM(__pyx_v_self); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":211 - * ndim = PyArray_NDIM(self) - * - * if sizeof(npy_intp) != sizeof(Py_ssize_t): # <<<<<<<<<<<<<< - * copy_shape = 1 - * else: - */ - __pyx_t_1 = (((sizeof(npy_intp)) != (sizeof(Py_ssize_t))) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":212 - * - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - * copy_shape = 1 # <<<<<<<<<<<<<< - * else: - * copy_shape = 0 - */ - __pyx_v_copy_shape = 1; - goto __pyx_L4; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":214 - * copy_shape = 1 - * else: - * copy_shape = 0 # <<<<<<<<<<<<<< - * - * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) - */ - __pyx_v_copy_shape = 0; - } - __pyx_L4:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":216 - * copy_shape = 0 - * - * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) # <<<<<<<<<<<<<< - * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): - * raise ValueError(u"ndarray is not C contiguous") - */ - __pyx_t_2 = (((__pyx_v_flags & PyBUF_C_CONTIGUOUS) == PyBUF_C_CONTIGUOUS) != 0); - if (__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L6_bool_binop_done; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":217 - * - * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) - * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): # <<<<<<<<<<<<<< - * raise ValueError(u"ndarray is not C contiguous") - * - */ - __pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_C_CONTIGUOUS) != 0)) != 0); - __pyx_t_1 = __pyx_t_2; - __pyx_L6_bool_binop_done:; - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":218 - * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) - * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): - * raise ValueError(u"ndarray is not C contiguous") # <<<<<<<<<<<<<< - * - * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__2, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":220 - * raise ValueError(u"ndarray is not C contiguous") - * - * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) # <<<<<<<<<<<<<< - * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): - * raise ValueError(u"ndarray is not Fortran contiguous") - */ - __pyx_t_2 = (((__pyx_v_flags & PyBUF_F_CONTIGUOUS) == PyBUF_F_CONTIGUOUS) != 0); - if (__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L9_bool_binop_done; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":221 - * - * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) - * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): # <<<<<<<<<<<<<< - * raise ValueError(u"ndarray is not Fortran contiguous") - * - */ - __pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_F_CONTIGUOUS) != 0)) != 0); - __pyx_t_1 = __pyx_t_2; - __pyx_L9_bool_binop_done:; - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":222 - * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) - * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): - * raise ValueError(u"ndarray is not Fortran contiguous") # <<<<<<<<<<<<<< - * - * info.buf = PyArray_DATA(self) - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__3, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 222; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 222; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":224 - * raise ValueError(u"ndarray is not Fortran contiguous") - * - * info.buf = PyArray_DATA(self) # <<<<<<<<<<<<<< - * info.ndim = ndim - * if copy_shape: - */ - __pyx_v_info->buf = PyArray_DATA(__pyx_v_self); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":225 - * - * info.buf = PyArray_DATA(self) - * info.ndim = ndim # <<<<<<<<<<<<<< - * if copy_shape: - * # Allocate new buffer for strides and shape info. - */ - __pyx_v_info->ndim = __pyx_v_ndim; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":226 - * info.buf = PyArray_DATA(self) - * info.ndim = ndim - * if copy_shape: # <<<<<<<<<<<<<< - * # Allocate new buffer for strides and shape info. - * # This is allocated as one block, strides first. - */ - __pyx_t_1 = (__pyx_v_copy_shape != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":229 - * # Allocate new buffer for strides and shape info. - * # This is allocated as one block, strides first. - * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) # <<<<<<<<<<<<<< - * info.shape = info.strides + ndim - * for i in range(ndim): - */ - __pyx_v_info->strides = ((Py_ssize_t *)malloc((((sizeof(Py_ssize_t)) * ((size_t)__pyx_v_ndim)) * 2))); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":230 - * # This is allocated as one block, strides first. - * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) - * info.shape = info.strides + ndim # <<<<<<<<<<<<<< - * for i in range(ndim): - * info.strides[i] = PyArray_STRIDES(self)[i] - */ - __pyx_v_info->shape = (__pyx_v_info->strides + __pyx_v_ndim); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":231 - * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) - * info.shape = info.strides + ndim - * for i in range(ndim): # <<<<<<<<<<<<<< - * info.strides[i] = PyArray_STRIDES(self)[i] - * info.shape[i] = PyArray_DIMS(self)[i] - */ - __pyx_t_4 = __pyx_v_ndim; - for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { - __pyx_v_i = __pyx_t_5; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":232 - * info.shape = info.strides + ndim - * for i in range(ndim): - * info.strides[i] = PyArray_STRIDES(self)[i] # <<<<<<<<<<<<<< - * info.shape[i] = PyArray_DIMS(self)[i] - * else: - */ - (__pyx_v_info->strides[__pyx_v_i]) = (PyArray_STRIDES(__pyx_v_self)[__pyx_v_i]); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":233 - * for i in range(ndim): - * info.strides[i] = PyArray_STRIDES(self)[i] - * info.shape[i] = PyArray_DIMS(self)[i] # <<<<<<<<<<<<<< - * else: - * info.strides = PyArray_STRIDES(self) - */ - (__pyx_v_info->shape[__pyx_v_i]) = (PyArray_DIMS(__pyx_v_self)[__pyx_v_i]); - } - goto __pyx_L11; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":235 - * info.shape[i] = PyArray_DIMS(self)[i] - * else: - * info.strides = PyArray_STRIDES(self) # <<<<<<<<<<<<<< - * info.shape = PyArray_DIMS(self) - * info.suboffsets = NULL - */ - __pyx_v_info->strides = ((Py_ssize_t *)PyArray_STRIDES(__pyx_v_self)); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":236 - * else: - * info.strides = PyArray_STRIDES(self) - * info.shape = PyArray_DIMS(self) # <<<<<<<<<<<<<< - * info.suboffsets = NULL - * info.itemsize = PyArray_ITEMSIZE(self) - */ - __pyx_v_info->shape = ((Py_ssize_t *)PyArray_DIMS(__pyx_v_self)); - } - __pyx_L11:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":237 - * info.strides = PyArray_STRIDES(self) - * info.shape = PyArray_DIMS(self) - * info.suboffsets = NULL # <<<<<<<<<<<<<< - * info.itemsize = PyArray_ITEMSIZE(self) - * info.readonly = not PyArray_ISWRITEABLE(self) - */ - __pyx_v_info->suboffsets = NULL; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":238 - * info.shape = PyArray_DIMS(self) - * info.suboffsets = NULL - * info.itemsize = PyArray_ITEMSIZE(self) # <<<<<<<<<<<<<< - * info.readonly = not PyArray_ISWRITEABLE(self) - * - */ - __pyx_v_info->itemsize = PyArray_ITEMSIZE(__pyx_v_self); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":239 - * info.suboffsets = NULL - * info.itemsize = PyArray_ITEMSIZE(self) - * info.readonly = not PyArray_ISWRITEABLE(self) # <<<<<<<<<<<<<< - * - * cdef int t - */ - __pyx_v_info->readonly = (!(PyArray_ISWRITEABLE(__pyx_v_self) != 0)); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":242 - * - * cdef int t - * cdef char* f = NULL # <<<<<<<<<<<<<< - * cdef dtype descr = self.descr - * cdef list stack - */ - __pyx_v_f = NULL; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":243 - * cdef int t - * cdef char* f = NULL - * cdef dtype descr = self.descr # <<<<<<<<<<<<<< - * cdef list stack - * cdef int offset - */ - __pyx_t_3 = ((PyObject *)__pyx_v_self->descr); - __Pyx_INCREF(__pyx_t_3); - __pyx_v_descr = ((PyArray_Descr *)__pyx_t_3); - __pyx_t_3 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":247 - * cdef int offset - * - * cdef bint hasfields = PyDataType_HASFIELDS(descr) # <<<<<<<<<<<<<< - * - * if not hasfields and not copy_shape: - */ - __pyx_v_hasfields = PyDataType_HASFIELDS(__pyx_v_descr); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":249 - * cdef bint hasfields = PyDataType_HASFIELDS(descr) - * - * if not hasfields and not copy_shape: # <<<<<<<<<<<<<< - * # do not call releasebuffer - * info.obj = None - */ - __pyx_t_2 = ((!(__pyx_v_hasfields != 0)) != 0); - if (__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L15_bool_binop_done; - } - __pyx_t_2 = ((!(__pyx_v_copy_shape != 0)) != 0); - __pyx_t_1 = __pyx_t_2; - __pyx_L15_bool_binop_done:; - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":251 - * if not hasfields and not copy_shape: - * # do not call releasebuffer - * info.obj = None # <<<<<<<<<<<<<< - * else: - * # need to call releasebuffer - */ - __Pyx_INCREF(Py_None); - __Pyx_GIVEREF(Py_None); - __Pyx_GOTREF(__pyx_v_info->obj); - __Pyx_DECREF(__pyx_v_info->obj); - __pyx_v_info->obj = Py_None; - goto __pyx_L14; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":254 - * else: - * # need to call releasebuffer - * info.obj = self # <<<<<<<<<<<<<< - * - * if not hasfields: - */ - __Pyx_INCREF(((PyObject *)__pyx_v_self)); - __Pyx_GIVEREF(((PyObject *)__pyx_v_self)); - __Pyx_GOTREF(__pyx_v_info->obj); - __Pyx_DECREF(__pyx_v_info->obj); - __pyx_v_info->obj = ((PyObject *)__pyx_v_self); - } - __pyx_L14:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":256 - * info.obj = self - * - * if not hasfields: # <<<<<<<<<<<<<< - * t = descr.type_num - * if ((descr.byteorder == c'>' and little_endian) or - */ - __pyx_t_1 = ((!(__pyx_v_hasfields != 0)) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":257 - * - * if not hasfields: - * t = descr.type_num # <<<<<<<<<<<<<< - * if ((descr.byteorder == c'>' and little_endian) or - * (descr.byteorder == c'<' and not little_endian)): - */ - __pyx_t_4 = __pyx_v_descr->type_num; - __pyx_v_t = __pyx_t_4; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":258 - * if not hasfields: - * t = descr.type_num - * if ((descr.byteorder == c'>' and little_endian) or # <<<<<<<<<<<<<< - * (descr.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") - */ - __pyx_t_2 = ((__pyx_v_descr->byteorder == '>') != 0); - if (!__pyx_t_2) { - goto __pyx_L20_next_or; - } else { - } - __pyx_t_2 = (__pyx_v_little_endian != 0); - if (!__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L19_bool_binop_done; - } - __pyx_L20_next_or:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":259 - * t = descr.type_num - * if ((descr.byteorder == c'>' and little_endian) or - * (descr.byteorder == c'<' and not little_endian)): # <<<<<<<<<<<<<< - * raise ValueError(u"Non-native byte order not supported") - * if t == NPY_BYTE: f = "b" - */ - __pyx_t_2 = ((__pyx_v_descr->byteorder == '<') != 0); - if (__pyx_t_2) { - } else { - __pyx_t_1 = __pyx_t_2; - goto __pyx_L19_bool_binop_done; - } - __pyx_t_2 = ((!(__pyx_v_little_endian != 0)) != 0); - __pyx_t_1 = __pyx_t_2; - __pyx_L19_bool_binop_done:; - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":260 - * if ((descr.byteorder == c'>' and little_endian) or - * (descr.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< - * if t == NPY_BYTE: f = "b" - * elif t == NPY_UBYTE: f = "B" - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__4, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":277 - * elif t == NPY_CDOUBLE: f = "Zd" - * elif t == NPY_CLONGDOUBLE: f = "Zg" - * elif t == NPY_OBJECT: f = "O" # <<<<<<<<<<<<<< - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - */ - switch (__pyx_v_t) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":261 - * (descr.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") - * if t == NPY_BYTE: f = "b" # <<<<<<<<<<<<<< - * elif t == NPY_UBYTE: f = "B" - * elif t == NPY_SHORT: f = "h" - */ - case NPY_BYTE: - __pyx_v_f = __pyx_k_b; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":262 - * raise ValueError(u"Non-native byte order not supported") - * if t == NPY_BYTE: f = "b" - * elif t == NPY_UBYTE: f = "B" # <<<<<<<<<<<<<< - * elif t == NPY_SHORT: f = "h" - * elif t == NPY_USHORT: f = "H" - */ - case NPY_UBYTE: - __pyx_v_f = __pyx_k_B; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":263 - * if t == NPY_BYTE: f = "b" - * elif t == NPY_UBYTE: f = "B" - * elif t == NPY_SHORT: f = "h" # <<<<<<<<<<<<<< - * elif t == NPY_USHORT: f = "H" - * elif t == NPY_INT: f = "i" - */ - case NPY_SHORT: - __pyx_v_f = __pyx_k_h; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":264 - * elif t == NPY_UBYTE: f = "B" - * elif t == NPY_SHORT: f = "h" - * elif t == NPY_USHORT: f = "H" # <<<<<<<<<<<<<< - * elif t == NPY_INT: f = "i" - * elif t == NPY_UINT: f = "I" - */ - case NPY_USHORT: - __pyx_v_f = __pyx_k_H; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":265 - * elif t == NPY_SHORT: f = "h" - * elif t == NPY_USHORT: f = "H" - * elif t == NPY_INT: f = "i" # <<<<<<<<<<<<<< - * elif t == NPY_UINT: f = "I" - * elif t == NPY_LONG: f = "l" - */ - case NPY_INT: - __pyx_v_f = __pyx_k_i; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":266 - * elif t == NPY_USHORT: f = "H" - * elif t == NPY_INT: f = "i" - * elif t == NPY_UINT: f = "I" # <<<<<<<<<<<<<< - * elif t == NPY_LONG: f = "l" - * elif t == NPY_ULONG: f = "L" - */ - case NPY_UINT: - __pyx_v_f = __pyx_k_I; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":267 - * elif t == NPY_INT: f = "i" - * elif t == NPY_UINT: f = "I" - * elif t == NPY_LONG: f = "l" # <<<<<<<<<<<<<< - * elif t == NPY_ULONG: f = "L" - * elif t == NPY_LONGLONG: f = "q" - */ - case NPY_LONG: - __pyx_v_f = __pyx_k_l; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":268 - * elif t == NPY_UINT: f = "I" - * elif t == NPY_LONG: f = "l" - * elif t == NPY_ULONG: f = "L" # <<<<<<<<<<<<<< - * elif t == NPY_LONGLONG: f = "q" - * elif t == NPY_ULONGLONG: f = "Q" - */ - case NPY_ULONG: - __pyx_v_f = __pyx_k_L; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":269 - * elif t == NPY_LONG: f = "l" - * elif t == NPY_ULONG: f = "L" - * elif t == NPY_LONGLONG: f = "q" # <<<<<<<<<<<<<< - * elif t == NPY_ULONGLONG: f = "Q" - * elif t == NPY_FLOAT: f = "f" - */ - case NPY_LONGLONG: - __pyx_v_f = __pyx_k_q; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":270 - * elif t == NPY_ULONG: f = "L" - * elif t == NPY_LONGLONG: f = "q" - * elif t == NPY_ULONGLONG: f = "Q" # <<<<<<<<<<<<<< - * elif t == NPY_FLOAT: f = "f" - * elif t == NPY_DOUBLE: f = "d" - */ - case NPY_ULONGLONG: - __pyx_v_f = __pyx_k_Q; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":271 - * elif t == NPY_LONGLONG: f = "q" - * elif t == NPY_ULONGLONG: f = "Q" - * elif t == NPY_FLOAT: f = "f" # <<<<<<<<<<<<<< - * elif t == NPY_DOUBLE: f = "d" - * elif t == NPY_LONGDOUBLE: f = "g" - */ - case NPY_FLOAT: - __pyx_v_f = __pyx_k_f; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":272 - * elif t == NPY_ULONGLONG: f = "Q" - * elif t == NPY_FLOAT: f = "f" - * elif t == NPY_DOUBLE: f = "d" # <<<<<<<<<<<<<< - * elif t == NPY_LONGDOUBLE: f = "g" - * elif t == NPY_CFLOAT: f = "Zf" - */ - case NPY_DOUBLE: - __pyx_v_f = __pyx_k_d; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":273 - * elif t == NPY_FLOAT: f = "f" - * elif t == NPY_DOUBLE: f = "d" - * elif t == NPY_LONGDOUBLE: f = "g" # <<<<<<<<<<<<<< - * elif t == NPY_CFLOAT: f = "Zf" - * elif t == NPY_CDOUBLE: f = "Zd" - */ - case NPY_LONGDOUBLE: - __pyx_v_f = __pyx_k_g; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":274 - * elif t == NPY_DOUBLE: f = "d" - * elif t == NPY_LONGDOUBLE: f = "g" - * elif t == NPY_CFLOAT: f = "Zf" # <<<<<<<<<<<<<< - * elif t == NPY_CDOUBLE: f = "Zd" - * elif t == NPY_CLONGDOUBLE: f = "Zg" - */ - case NPY_CFLOAT: - __pyx_v_f = __pyx_k_Zf; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":275 - * elif t == NPY_LONGDOUBLE: f = "g" - * elif t == NPY_CFLOAT: f = "Zf" - * elif t == NPY_CDOUBLE: f = "Zd" # <<<<<<<<<<<<<< - * elif t == NPY_CLONGDOUBLE: f = "Zg" - * elif t == NPY_OBJECT: f = "O" - */ - case NPY_CDOUBLE: - __pyx_v_f = __pyx_k_Zd; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":276 - * elif t == NPY_CFLOAT: f = "Zf" - * elif t == NPY_CDOUBLE: f = "Zd" - * elif t == NPY_CLONGDOUBLE: f = "Zg" # <<<<<<<<<<<<<< - * elif t == NPY_OBJECT: f = "O" - * else: - */ - case NPY_CLONGDOUBLE: - __pyx_v_f = __pyx_k_Zg; - break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":277 - * elif t == NPY_CDOUBLE: f = "Zd" - * elif t == NPY_CLONGDOUBLE: f = "Zg" - * elif t == NPY_OBJECT: f = "O" # <<<<<<<<<<<<<< - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - */ - case NPY_OBJECT: - __pyx_v_f = __pyx_k_O; - break; - default: - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":279 - * elif t == NPY_OBJECT: f = "O" - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) # <<<<<<<<<<<<<< - * info.format = f - * return - */ - __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_t); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_6 = PyUnicode_Format(__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_t_6); - __Pyx_GIVEREF(__pyx_t_6); - __pyx_t_6 = 0; - __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_3, NULL); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_6); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __Pyx_Raise(__pyx_t_6, 0, 0, 0); - __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - break; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":280 - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - * info.format = f # <<<<<<<<<<<<<< - * return - * else: - */ - __pyx_v_info->format = __pyx_v_f; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":281 - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - * info.format = f - * return # <<<<<<<<<<<<<< - * else: - * info.format = stdlib.malloc(_buffer_format_string_len) - */ - __pyx_r = 0; - goto __pyx_L0; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":283 - * return - * else: - * info.format = stdlib.malloc(_buffer_format_string_len) # <<<<<<<<<<<<<< - * info.format[0] = c'^' # Native data types, manual alignment - * offset = 0 - */ - __pyx_v_info->format = ((char *)malloc(255)); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":284 - * else: - * info.format = stdlib.malloc(_buffer_format_string_len) - * info.format[0] = c'^' # Native data types, manual alignment # <<<<<<<<<<<<<< - * offset = 0 - * f = _util_dtypestring(descr, info.format + 1, - */ - (__pyx_v_info->format[0]) = '^'; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":285 - * info.format = stdlib.malloc(_buffer_format_string_len) - * info.format[0] = c'^' # Native data types, manual alignment - * offset = 0 # <<<<<<<<<<<<<< - * f = _util_dtypestring(descr, info.format + 1, - * info.format + _buffer_format_string_len, - */ - __pyx_v_offset = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":286 - * info.format[0] = c'^' # Native data types, manual alignment - * offset = 0 - * f = _util_dtypestring(descr, info.format + 1, # <<<<<<<<<<<<<< - * info.format + _buffer_format_string_len, - * &offset) - */ - __pyx_t_7 = __pyx_f_5numpy__util_dtypestring(__pyx_v_descr, (__pyx_v_info->format + 1), (__pyx_v_info->format + 255), (&__pyx_v_offset)); if (unlikely(__pyx_t_7 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 286; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_v_f = __pyx_t_7; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":289 - * info.format + _buffer_format_string_len, - * &offset) - * f[0] = c'\0' # Terminate format string # <<<<<<<<<<<<<< - * - * def __releasebuffer__(ndarray self, Py_buffer* info): - */ - (__pyx_v_f[0]) = '\x00'; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":197 - * # experimental exception made for __getbuffer__ and __releasebuffer__ - * # -- the details of this may change. - * def __getbuffer__(ndarray self, Py_buffer* info, int flags): # <<<<<<<<<<<<<< - * # This implementation of getbuffer is geared towards Cython - * # requirements, and does not yet fullfill the PEP. - */ - - /* function exit code */ - __pyx_r = 0; - goto __pyx_L0; - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_3); - __Pyx_XDECREF(__pyx_t_6); - __Pyx_AddTraceback("numpy.ndarray.__getbuffer__", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = -1; - if (__pyx_v_info != NULL && __pyx_v_info->obj != NULL) { - __Pyx_GOTREF(__pyx_v_info->obj); - __Pyx_DECREF(__pyx_v_info->obj); __pyx_v_info->obj = NULL; - } - goto __pyx_L2; - __pyx_L0:; - if (__pyx_v_info != NULL && __pyx_v_info->obj == Py_None) { - __Pyx_GOTREF(Py_None); - __Pyx_DECREF(Py_None); __pyx_v_info->obj = NULL; - } - __pyx_L2:; - __Pyx_XDECREF((PyObject *)__pyx_v_descr); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":291 - * f[0] = c'\0' # Terminate format string - * - * def __releasebuffer__(ndarray self, Py_buffer* info): # <<<<<<<<<<<<<< - * if PyArray_HASFIELDS(self): - * stdlib.free(info.format) - */ - -/* Python wrapper */ -static CYTHON_UNUSED void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info); /*proto*/ -static CYTHON_UNUSED void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info) { - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("__releasebuffer__ (wrapper)", 0); - __pyx_pf_5numpy_7ndarray_2__releasebuffer__(((PyArrayObject *)__pyx_v_self), ((Py_buffer *)__pyx_v_info)); - - /* function exit code */ - __Pyx_RefNannyFinishContext(); -} - -static void __pyx_pf_5numpy_7ndarray_2__releasebuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info) { - __Pyx_RefNannyDeclarations - int __pyx_t_1; - __Pyx_RefNannySetupContext("__releasebuffer__", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":292 - * - * def __releasebuffer__(ndarray self, Py_buffer* info): - * if PyArray_HASFIELDS(self): # <<<<<<<<<<<<<< - * stdlib.free(info.format) - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - */ - __pyx_t_1 = (PyArray_HASFIELDS(__pyx_v_self) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":293 - * def __releasebuffer__(ndarray self, Py_buffer* info): - * if PyArray_HASFIELDS(self): - * stdlib.free(info.format) # <<<<<<<<<<<<<< - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - * stdlib.free(info.strides) - */ - free(__pyx_v_info->format); - goto __pyx_L3; - } - __pyx_L3:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":294 - * if PyArray_HASFIELDS(self): - * stdlib.free(info.format) - * if sizeof(npy_intp) != sizeof(Py_ssize_t): # <<<<<<<<<<<<<< - * stdlib.free(info.strides) - * # info.shape was stored after info.strides in the same block - */ - __pyx_t_1 = (((sizeof(npy_intp)) != (sizeof(Py_ssize_t))) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":295 - * stdlib.free(info.format) - * if sizeof(npy_intp) != sizeof(Py_ssize_t): - * stdlib.free(info.strides) # <<<<<<<<<<<<<< - * # info.shape was stored after info.strides in the same block - * - */ - free(__pyx_v_info->strides); - goto __pyx_L4; - } - __pyx_L4:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":291 - * f[0] = c'\0' # Terminate format string - * - * def __releasebuffer__(ndarray self, Py_buffer* info): # <<<<<<<<<<<<<< - * if PyArray_HASFIELDS(self): - * stdlib.free(info.format) - */ - - /* function exit code */ - __Pyx_RefNannyFinishContext(); -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":771 - * ctypedef npy_cdouble complex_t - * - * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(1, a) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__pyx_v_a) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":772 - * - * cdef inline object PyArray_MultiIterNew1(a): - * return PyArray_MultiIterNew(1, a) # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew2(a, b): - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 772; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":771 - * ctypedef npy_cdouble complex_t - * - * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(1, a) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew1", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":774 - * return PyArray_MultiIterNew(1, a) - * - * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(2, a, b) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__pyx_v_a, PyObject *__pyx_v_b) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":775 - * - * cdef inline object PyArray_MultiIterNew2(a, b): - * return PyArray_MultiIterNew(2, a, b) # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew3(a, b, c): - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 775; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":774 - * return PyArray_MultiIterNew(1, a) - * - * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(2, a, b) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew2", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":777 - * return PyArray_MultiIterNew(2, a, b) - * - * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(3, a, b, c) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":778 - * - * cdef inline object PyArray_MultiIterNew3(a, b, c): - * return PyArray_MultiIterNew(3, a, b, c) # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew4(a, b, c, d): - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(3, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 778; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":777 - * return PyArray_MultiIterNew(2, a, b) - * - * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(3, a, b, c) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew3", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":780 - * return PyArray_MultiIterNew(3, a, b, c) - * - * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(4, a, b, c, d) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":781 - * - * cdef inline object PyArray_MultiIterNew4(a, b, c, d): - * return PyArray_MultiIterNew(4, a, b, c, d) # <<<<<<<<<<<<<< - * - * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(4, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 781; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":780 - * return PyArray_MultiIterNew(3, a, b, c) - * - * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(4, a, b, c, d) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew4", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":783 - * return PyArray_MultiIterNew(4, a, b, c, d) - * - * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(5, a, b, c, d, e) - * - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d, PyObject *__pyx_v_e) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":784 - * - * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): - * return PyArray_MultiIterNew(5, a, b, c, d, e) # <<<<<<<<<<<<<< - * - * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: - */ - __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(5, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d), ((void *)__pyx_v_e)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 784; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_r = __pyx_t_1; - __pyx_t_1 = 0; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":783 - * return PyArray_MultiIterNew(4, a, b, c, d) - * - * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< - * return PyArray_MultiIterNew(5, a, b, c, d, e) - * - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_AddTraceback("numpy.PyArray_MultiIterNew5", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = 0; - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":786 - * return PyArray_MultiIterNew(5, a, b, c, d, e) - * - * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: # <<<<<<<<<<<<<< - * # Recursive utility function used in __getbuffer__ to get format - * # string. The new location in the format string is returned. - */ - -static CYTHON_INLINE char *__pyx_f_5numpy__util_dtypestring(PyArray_Descr *__pyx_v_descr, char *__pyx_v_f, char *__pyx_v_end, int *__pyx_v_offset) { - PyArray_Descr *__pyx_v_child = 0; - int __pyx_v_endian_detector; - int __pyx_v_little_endian; - PyObject *__pyx_v_fields = 0; - PyObject *__pyx_v_childname = NULL; - PyObject *__pyx_v_new_offset = NULL; - PyObject *__pyx_v_t = NULL; - char *__pyx_r; - __Pyx_RefNannyDeclarations - PyObject *__pyx_t_1 = NULL; - Py_ssize_t __pyx_t_2; - PyObject *__pyx_t_3 = NULL; - PyObject *__pyx_t_4 = NULL; - int __pyx_t_5; - int __pyx_t_6; - int __pyx_t_7; - long __pyx_t_8; - char *__pyx_t_9; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannySetupContext("_util_dtypestring", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":793 - * cdef int delta_offset - * cdef tuple i - * cdef int endian_detector = 1 # <<<<<<<<<<<<<< - * cdef bint little_endian = ((&endian_detector)[0] != 0) - * cdef tuple fields - */ - __pyx_v_endian_detector = 1; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":794 - * cdef tuple i - * cdef int endian_detector = 1 - * cdef bint little_endian = ((&endian_detector)[0] != 0) # <<<<<<<<<<<<<< - * cdef tuple fields - * - */ - __pyx_v_little_endian = ((((char *)(&__pyx_v_endian_detector))[0]) != 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":797 - * cdef tuple fields - * - * for childname in descr.names: # <<<<<<<<<<<<<< - * fields = descr.fields[childname] - * child, new_offset = fields - */ - if (unlikely(__pyx_v_descr->names == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_1 = __pyx_v_descr->names; __Pyx_INCREF(__pyx_t_1); __pyx_t_2 = 0; - for (;;) { - if (__pyx_t_2 >= PyTuple_GET_SIZE(__pyx_t_1)) break; - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_1, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #else - __pyx_t_3 = PySequence_ITEM(__pyx_t_1, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - __Pyx_XDECREF_SET(__pyx_v_childname, __pyx_t_3); - __pyx_t_3 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":798 - * - * for childname in descr.names: - * fields = descr.fields[childname] # <<<<<<<<<<<<<< - * child, new_offset = fields - * - */ - if (unlikely(__pyx_v_descr->fields == Py_None)) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable"); - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_t_3 = __Pyx_PyDict_GetItem(__pyx_v_descr->fields, __pyx_v_childname); if (unlikely(__pyx_t_3 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __Pyx_GOTREF(__pyx_t_3); - if (!(likely(PyTuple_CheckExact(__pyx_t_3))||((__pyx_t_3) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "tuple", Py_TYPE(__pyx_t_3)->tp_name), 0))) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_XDECREF_SET(__pyx_v_fields, ((PyObject*)__pyx_t_3)); - __pyx_t_3 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":799 - * for childname in descr.names: - * fields = descr.fields[childname] - * child, new_offset = fields # <<<<<<<<<<<<<< - * - * if (end - f) - (new_offset - offset[0]) < 15: - */ - if (likely(__pyx_v_fields != Py_None)) { - PyObject* sequence = __pyx_v_fields; - #if CYTHON_COMPILING_IN_CPYTHON - Py_ssize_t size = Py_SIZE(sequence); - #else - Py_ssize_t size = PySequence_Size(sequence); - #endif - if (unlikely(size != 2)) { - if (size > 2) __Pyx_RaiseTooManyValuesError(2); - else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - #if CYTHON_COMPILING_IN_CPYTHON - __pyx_t_3 = PyTuple_GET_ITEM(sequence, 0); - __pyx_t_4 = PyTuple_GET_ITEM(sequence, 1); - __Pyx_INCREF(__pyx_t_3); - __Pyx_INCREF(__pyx_t_4); - #else - __pyx_t_3 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - #endif - } else { - __Pyx_RaiseNoneNotIterableError(); {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_ptype_5numpy_dtype))))) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_XDECREF_SET(__pyx_v_child, ((PyArray_Descr *)__pyx_t_3)); - __pyx_t_3 = 0; - __Pyx_XDECREF_SET(__pyx_v_new_offset, __pyx_t_4); - __pyx_t_4 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":801 - * child, new_offset = fields - * - * if (end - f) - (new_offset - offset[0]) < 15: # <<<<<<<<<<<<<< - * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") - * - */ - __pyx_t_4 = __Pyx_PyInt_From_int((__pyx_v_offset[0])); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyNumber_Subtract(__pyx_v_new_offset, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_5 = __Pyx_PyInt_As_int(__pyx_t_3); if (unlikely((__pyx_t_5 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = ((((__pyx_v_end - __pyx_v_f) - ((int)__pyx_t_5)) < 15) != 0); - if (__pyx_t_6) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":802 - * - * if (end - f) - (new_offset - offset[0]) < 15: - * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") # <<<<<<<<<<<<<< - * - * if ((child.byteorder == c'>' and little_endian) or - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_RuntimeError, __pyx_tuple__5, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":804 - * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") - * - * if ((child.byteorder == c'>' and little_endian) or # <<<<<<<<<<<<<< - * (child.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") - */ - __pyx_t_7 = ((__pyx_v_child->byteorder == '>') != 0); - if (!__pyx_t_7) { - goto __pyx_L8_next_or; - } else { - } - __pyx_t_7 = (__pyx_v_little_endian != 0); - if (!__pyx_t_7) { - } else { - __pyx_t_6 = __pyx_t_7; - goto __pyx_L7_bool_binop_done; - } - __pyx_L8_next_or:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":805 - * - * if ((child.byteorder == c'>' and little_endian) or - * (child.byteorder == c'<' and not little_endian)): # <<<<<<<<<<<<<< - * raise ValueError(u"Non-native byte order not supported") - * # One could encode it in the format string and have Cython - */ - __pyx_t_7 = ((__pyx_v_child->byteorder == '<') != 0); - if (__pyx_t_7) { - } else { - __pyx_t_6 = __pyx_t_7; - goto __pyx_L7_bool_binop_done; - } - __pyx_t_7 = ((!(__pyx_v_little_endian != 0)) != 0); - __pyx_t_6 = __pyx_t_7; - __pyx_L7_bool_binop_done:; - if (__pyx_t_6) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":806 - * if ((child.byteorder == c'>' and little_endian) or - * (child.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< - * # One could encode it in the format string and have Cython - * # complain instead, BUT: < and > in format strings also imply - */ - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__6, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":816 - * - * # Output padding bytes - * while offset[0] < new_offset: # <<<<<<<<<<<<<< - * f[0] = 120 # "x"; pad byte - * f += 1 - */ - while (1) { - __pyx_t_3 = __Pyx_PyInt_From_int((__pyx_v_offset[0])); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_t_3, __pyx_v_new_offset, Py_LT); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (!__pyx_t_6) break; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":817 - * # Output padding bytes - * while offset[0] < new_offset: - * f[0] = 120 # "x"; pad byte # <<<<<<<<<<<<<< - * f += 1 - * offset[0] += 1 - */ - (__pyx_v_f[0]) = 120; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":818 - * while offset[0] < new_offset: - * f[0] = 120 # "x"; pad byte - * f += 1 # <<<<<<<<<<<<<< - * offset[0] += 1 - * - */ - __pyx_v_f = (__pyx_v_f + 1); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":819 - * f[0] = 120 # "x"; pad byte - * f += 1 - * offset[0] += 1 # <<<<<<<<<<<<<< - * - * offset[0] += child.itemsize - */ - __pyx_t_8 = 0; - (__pyx_v_offset[__pyx_t_8]) = ((__pyx_v_offset[__pyx_t_8]) + 1); - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":821 - * offset[0] += 1 - * - * offset[0] += child.itemsize # <<<<<<<<<<<<<< - * - * if not PyDataType_HASFIELDS(child): - */ - __pyx_t_8 = 0; - (__pyx_v_offset[__pyx_t_8]) = ((__pyx_v_offset[__pyx_t_8]) + __pyx_v_child->elsize); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":823 - * offset[0] += child.itemsize - * - * if not PyDataType_HASFIELDS(child): # <<<<<<<<<<<<<< - * t = child.type_num - * if end - f < 5: - */ - __pyx_t_6 = ((!(PyDataType_HASFIELDS(__pyx_v_child) != 0)) != 0); - if (__pyx_t_6) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":824 - * - * if not PyDataType_HASFIELDS(child): - * t = child.type_num # <<<<<<<<<<<<<< - * if end - f < 5: - * raise RuntimeError(u"Format string allocated too short.") - */ - __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_child->type_num); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 824; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_XDECREF_SET(__pyx_v_t, __pyx_t_4); - __pyx_t_4 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":825 - * if not PyDataType_HASFIELDS(child): - * t = child.type_num - * if end - f < 5: # <<<<<<<<<<<<<< - * raise RuntimeError(u"Format string allocated too short.") - * - */ - __pyx_t_6 = (((__pyx_v_end - __pyx_v_f) < 5) != 0); - if (__pyx_t_6) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":826 - * t = child.type_num - * if end - f < 5: - * raise RuntimeError(u"Format string allocated too short.") # <<<<<<<<<<<<<< - * - * # Until ticket #99 is fixed, use integers to avoid warnings - */ - __pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_RuntimeError, __pyx_tuple__7, NULL); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __Pyx_Raise(__pyx_t_4, 0, 0, 0); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":829 - * - * # Until ticket #99 is fixed, use integers to avoid warnings - * if t == NPY_BYTE: f[0] = 98 #"b" # <<<<<<<<<<<<<< - * elif t == NPY_UBYTE: f[0] = 66 #"B" - * elif t == NPY_SHORT: f[0] = 104 #"h" - */ - __pyx_t_4 = PyInt_FromLong(NPY_BYTE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 98; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":830 - * # Until ticket #99 is fixed, use integers to avoid warnings - * if t == NPY_BYTE: f[0] = 98 #"b" - * elif t == NPY_UBYTE: f[0] = 66 #"B" # <<<<<<<<<<<<<< - * elif t == NPY_SHORT: f[0] = 104 #"h" - * elif t == NPY_USHORT: f[0] = 72 #"H" - */ - __pyx_t_3 = PyInt_FromLong(NPY_UBYTE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 66; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":831 - * if t == NPY_BYTE: f[0] = 98 #"b" - * elif t == NPY_UBYTE: f[0] = 66 #"B" - * elif t == NPY_SHORT: f[0] = 104 #"h" # <<<<<<<<<<<<<< - * elif t == NPY_USHORT: f[0] = 72 #"H" - * elif t == NPY_INT: f[0] = 105 #"i" - */ - __pyx_t_4 = PyInt_FromLong(NPY_SHORT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 104; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":832 - * elif t == NPY_UBYTE: f[0] = 66 #"B" - * elif t == NPY_SHORT: f[0] = 104 #"h" - * elif t == NPY_USHORT: f[0] = 72 #"H" # <<<<<<<<<<<<<< - * elif t == NPY_INT: f[0] = 105 #"i" - * elif t == NPY_UINT: f[0] = 73 #"I" - */ - __pyx_t_3 = PyInt_FromLong(NPY_USHORT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 72; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":833 - * elif t == NPY_SHORT: f[0] = 104 #"h" - * elif t == NPY_USHORT: f[0] = 72 #"H" - * elif t == NPY_INT: f[0] = 105 #"i" # <<<<<<<<<<<<<< - * elif t == NPY_UINT: f[0] = 73 #"I" - * elif t == NPY_LONG: f[0] = 108 #"l" - */ - __pyx_t_4 = PyInt_FromLong(NPY_INT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 105; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":834 - * elif t == NPY_USHORT: f[0] = 72 #"H" - * elif t == NPY_INT: f[0] = 105 #"i" - * elif t == NPY_UINT: f[0] = 73 #"I" # <<<<<<<<<<<<<< - * elif t == NPY_LONG: f[0] = 108 #"l" - * elif t == NPY_ULONG: f[0] = 76 #"L" - */ - __pyx_t_3 = PyInt_FromLong(NPY_UINT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 73; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":835 - * elif t == NPY_INT: f[0] = 105 #"i" - * elif t == NPY_UINT: f[0] = 73 #"I" - * elif t == NPY_LONG: f[0] = 108 #"l" # <<<<<<<<<<<<<< - * elif t == NPY_ULONG: f[0] = 76 #"L" - * elif t == NPY_LONGLONG: f[0] = 113 #"q" - */ - __pyx_t_4 = PyInt_FromLong(NPY_LONG); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 108; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":836 - * elif t == NPY_UINT: f[0] = 73 #"I" - * elif t == NPY_LONG: f[0] = 108 #"l" - * elif t == NPY_ULONG: f[0] = 76 #"L" # <<<<<<<<<<<<<< - * elif t == NPY_LONGLONG: f[0] = 113 #"q" - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" - */ - __pyx_t_3 = PyInt_FromLong(NPY_ULONG); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 76; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":837 - * elif t == NPY_LONG: f[0] = 108 #"l" - * elif t == NPY_ULONG: f[0] = 76 #"L" - * elif t == NPY_LONGLONG: f[0] = 113 #"q" # <<<<<<<<<<<<<< - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" - * elif t == NPY_FLOAT: f[0] = 102 #"f" - */ - __pyx_t_4 = PyInt_FromLong(NPY_LONGLONG); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 113; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":838 - * elif t == NPY_ULONG: f[0] = 76 #"L" - * elif t == NPY_LONGLONG: f[0] = 113 #"q" - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" # <<<<<<<<<<<<<< - * elif t == NPY_FLOAT: f[0] = 102 #"f" - * elif t == NPY_DOUBLE: f[0] = 100 #"d" - */ - __pyx_t_3 = PyInt_FromLong(NPY_ULONGLONG); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 81; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":839 - * elif t == NPY_LONGLONG: f[0] = 113 #"q" - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" - * elif t == NPY_FLOAT: f[0] = 102 #"f" # <<<<<<<<<<<<<< - * elif t == NPY_DOUBLE: f[0] = 100 #"d" - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" - */ - __pyx_t_4 = PyInt_FromLong(NPY_FLOAT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 102; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":840 - * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" - * elif t == NPY_FLOAT: f[0] = 102 #"f" - * elif t == NPY_DOUBLE: f[0] = 100 #"d" # <<<<<<<<<<<<<< - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf - */ - __pyx_t_3 = PyInt_FromLong(NPY_DOUBLE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 100; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":841 - * elif t == NPY_FLOAT: f[0] = 102 #"f" - * elif t == NPY_DOUBLE: f[0] = 100 #"d" - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" # <<<<<<<<<<<<<< - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd - */ - __pyx_t_4 = PyInt_FromLong(NPY_LONGDOUBLE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 103; - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":842 - * elif t == NPY_DOUBLE: f[0] = 100 #"d" - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf # <<<<<<<<<<<<<< - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd - * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg - */ - __pyx_t_3 = PyInt_FromLong(NPY_CFLOAT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 90; - (__pyx_v_f[1]) = 102; - __pyx_v_f = (__pyx_v_f + 1); - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":843 - * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd # <<<<<<<<<<<<<< - * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg - * elif t == NPY_OBJECT: f[0] = 79 #"O" - */ - __pyx_t_4 = PyInt_FromLong(NPY_CDOUBLE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 90; - (__pyx_v_f[1]) = 100; - __pyx_v_f = (__pyx_v_f + 1); - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":844 - * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd - * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg # <<<<<<<<<<<<<< - * elif t == NPY_OBJECT: f[0] = 79 #"O" - * else: - */ - __pyx_t_3 = PyInt_FromLong(NPY_CLONGDOUBLE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 90; - (__pyx_v_f[1]) = 103; - __pyx_v_f = (__pyx_v_f + 1); - goto __pyx_L15; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":845 - * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd - * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg - * elif t == NPY_OBJECT: f[0] = 79 #"O" # <<<<<<<<<<<<<< - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - */ - __pyx_t_4 = PyInt_FromLong(NPY_OBJECT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - if (__pyx_t_6) { - (__pyx_v_f[0]) = 79; - goto __pyx_L15; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":847 - * elif t == NPY_OBJECT: f[0] = 79 #"O" - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) # <<<<<<<<<<<<<< - * f += 1 - * else: - */ - __pyx_t_3 = PyUnicode_Format(__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_v_t); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __pyx_t_4 = PyTuple_New(1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_4); - PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_3); - __Pyx_GIVEREF(__pyx_t_3); - __pyx_t_3 = 0; - __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_4, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_3); - __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; - __Pyx_Raise(__pyx_t_3, 0, 0, 0); - __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; - {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - __pyx_L15:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":848 - * else: - * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) - * f += 1 # <<<<<<<<<<<<<< - * else: - * # Cython ignores struct boundary information ("T{...}"), - */ - __pyx_v_f = (__pyx_v_f + 1); - goto __pyx_L13; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":852 - * # Cython ignores struct boundary information ("T{...}"), - * # so don't output it - * f = _util_dtypestring(child, f, end, offset) # <<<<<<<<<<<<<< - * return f - * - */ - __pyx_t_9 = __pyx_f_5numpy__util_dtypestring(__pyx_v_child, __pyx_v_f, __pyx_v_end, __pyx_v_offset); if (unlikely(__pyx_t_9 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 852; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_v_f = __pyx_t_9; - } - __pyx_L13:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":797 - * cdef tuple fields - * - * for childname in descr.names: # <<<<<<<<<<<<<< - * fields = descr.fields[childname] - * child, new_offset = fields - */ - } - __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":853 - * # so don't output it - * f = _util_dtypestring(child, f, end, offset) - * return f # <<<<<<<<<<<<<< - * - * - */ - __pyx_r = __pyx_v_f; - goto __pyx_L0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":786 - * return PyArray_MultiIterNew(5, a, b, c, d, e) - * - * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: # <<<<<<<<<<<<<< - * # Recursive utility function used in __getbuffer__ to get format - * # string. The new location in the format string is returned. - */ - - /* function exit code */ - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_XDECREF(__pyx_t_3); - __Pyx_XDECREF(__pyx_t_4); - __Pyx_AddTraceback("numpy._util_dtypestring", __pyx_clineno, __pyx_lineno, __pyx_filename); - __pyx_r = NULL; - __pyx_L0:; - __Pyx_XDECREF((PyObject *)__pyx_v_child); - __Pyx_XDECREF(__pyx_v_fields); - __Pyx_XDECREF(__pyx_v_childname); - __Pyx_XDECREF(__pyx_v_new_offset); - __Pyx_XDECREF(__pyx_v_t); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":969 - * - * - * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<< - * cdef PyObject* baseptr - * if base is None: - */ - -static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) { - PyObject *__pyx_v_baseptr; - __Pyx_RefNannyDeclarations - int __pyx_t_1; - int __pyx_t_2; - __Pyx_RefNannySetupContext("set_array_base", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":971 - * cdef inline void set_array_base(ndarray arr, object base): - * cdef PyObject* baseptr - * if base is None: # <<<<<<<<<<<<<< - * baseptr = NULL - * else: - */ - __pyx_t_1 = (__pyx_v_base == Py_None); - __pyx_t_2 = (__pyx_t_1 != 0); - if (__pyx_t_2) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":972 - * cdef PyObject* baseptr - * if base is None: - * baseptr = NULL # <<<<<<<<<<<<<< - * else: - * Py_INCREF(base) # important to do this before decref below! - */ - __pyx_v_baseptr = NULL; - goto __pyx_L3; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":974 - * baseptr = NULL - * else: - * Py_INCREF(base) # important to do this before decref below! # <<<<<<<<<<<<<< - * baseptr = base - * Py_XDECREF(arr.base) - */ - Py_INCREF(__pyx_v_base); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":975 - * else: - * Py_INCREF(base) # important to do this before decref below! - * baseptr = base # <<<<<<<<<<<<<< - * Py_XDECREF(arr.base) - * arr.base = baseptr - */ - __pyx_v_baseptr = ((PyObject *)__pyx_v_base); - } - __pyx_L3:; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":976 - * Py_INCREF(base) # important to do this before decref below! - * baseptr = base - * Py_XDECREF(arr.base) # <<<<<<<<<<<<<< - * arr.base = baseptr - * - */ - Py_XDECREF(__pyx_v_arr->base); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":977 - * baseptr = base - * Py_XDECREF(arr.base) - * arr.base = baseptr # <<<<<<<<<<<<<< - * - * cdef inline object get_array_base(ndarray arr): - */ - __pyx_v_arr->base = __pyx_v_baseptr; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":969 - * - * - * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<< - * cdef PyObject* baseptr - * if base is None: - */ - - /* function exit code */ - __Pyx_RefNannyFinishContext(); -} - -/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 - * arr.base = baseptr - * - * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< - * if arr.base is NULL: - * return None - */ - -static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__pyx_v_arr) { - PyObject *__pyx_r = NULL; - __Pyx_RefNannyDeclarations - int __pyx_t_1; - __Pyx_RefNannySetupContext("get_array_base", 0); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":980 - * - * cdef inline object get_array_base(ndarray arr): - * if arr.base is NULL: # <<<<<<<<<<<<<< - * return None - * else: - */ - __pyx_t_1 = ((__pyx_v_arr->base == NULL) != 0); - if (__pyx_t_1) { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":981 - * cdef inline object get_array_base(ndarray arr): - * if arr.base is NULL: - * return None # <<<<<<<<<<<<<< - * else: - * return arr.base - */ - __Pyx_XDECREF(__pyx_r); - __Pyx_INCREF(Py_None); - __pyx_r = Py_None; - goto __pyx_L0; - } - /*else*/ { - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":983 - * return None - * else: - * return arr.base # <<<<<<<<<<<<<< - */ - __Pyx_XDECREF(__pyx_r); - __Pyx_INCREF(((PyObject *)__pyx_v_arr->base)); - __pyx_r = ((PyObject *)__pyx_v_arr->base); - goto __pyx_L0; - } - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 - * arr.base = baseptr - * - * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< - * if arr.base is NULL: - * return None - */ - - /* function exit code */ - __pyx_L0:; - __Pyx_XGIVEREF(__pyx_r); - __Pyx_RefNannyFinishContext(); - return __pyx_r; -} - -static PyMethodDef __pyx_methods[] = { - {0, 0, 0, 0} -}; - -#if PY_MAJOR_VERSION >= 3 -static struct PyModuleDef __pyx_moduledef = { - #if PY_VERSION_HEX < 0x03020000 - { PyObject_HEAD_INIT(NULL) NULL, 0, NULL }, - #else - PyModuleDef_HEAD_INIT, - #endif - "ml3", - 0, /* m_doc */ - -1, /* m_size */ - __pyx_methods /* m_methods */, - NULL, /* m_reload */ - NULL, /* m_traverse */ - NULL, /* m_clear */ - NULL /* m_free */ -}; -#endif - -static __Pyx_StringTabEntry __pyx_string_tab[] = { - {&__pyx_n_s_DTYPE, __pyx_k_DTYPE, sizeof(__pyx_k_DTYPE), 0, 0, 1, 1}, - {&__pyx_kp_u_Format_string_allocated_too_shor, __pyx_k_Format_string_allocated_too_shor, sizeof(__pyx_k_Format_string_allocated_too_shor), 0, 1, 0, 0}, - {&__pyx_kp_u_Format_string_allocated_too_shor_2, __pyx_k_Format_string_allocated_too_shor_2, sizeof(__pyx_k_Format_string_allocated_too_shor_2), 0, 1, 0, 0}, - {&__pyx_kp_u_Non_native_byte_order_not_suppor, __pyx_k_Non_native_byte_order_not_suppor, sizeof(__pyx_k_Non_native_byte_order_not_suppor), 0, 1, 0, 0}, - {&__pyx_n_s_RuntimeError, __pyx_k_RuntimeError, sizeof(__pyx_k_RuntimeError), 0, 0, 1, 1}, - {&__pyx_kp_s_Users_ben_Documents_Cascade_Pro, __pyx_k_Users_ben_Documents_Cascade_Pro, sizeof(__pyx_k_Users_ben_Documents_Cascade_Pro), 0, 0, 1, 0}, - {&__pyx_n_s_ValueError, __pyx_k_ValueError, sizeof(__pyx_k_ValueError), 0, 0, 1, 1}, - {&__pyx_n_s_age, __pyx_k_age, sizeof(__pyx_k_age), 0, 0, 1, 1}, - {&__pyx_n_s_alpha, __pyx_k_alpha, sizeof(__pyx_k_alpha), 0, 0, 1, 1}, - {&__pyx_n_s_arange, __pyx_k_arange, sizeof(__pyx_k_arange), 0, 0, 1, 1}, - {&__pyx_n_s_beta, __pyx_k_beta, sizeof(__pyx_k_beta), 0, 0, 1, 1}, - {&__pyx_n_s_beta_add, __pyx_k_beta_add, sizeof(__pyx_k_beta_add), 0, 0, 1, 1}, - {&__pyx_n_s_delta, __pyx_k_delta, sizeof(__pyx_k_delta), 0, 0, 1, 1}, - {&__pyx_n_s_dist, __pyx_k_dist, sizeof(__pyx_k_dist), 0, 0, 1, 1}, - {&__pyx_n_s_dists, __pyx_k_dists, sizeof(__pyx_k_dists), 0, 0, 1, 1}, - {&__pyx_n_s_dt, __pyx_k_dt, sizeof(__pyx_k_dt), 0, 0, 1, 1}, - {&__pyx_n_s_dts, __pyx_k_dts, sizeof(__pyx_k_dts), 0, 0, 1, 1}, - {&__pyx_n_s_dtype, __pyx_k_dtype, sizeof(__pyx_k_dtype), 0, 0, 1, 1}, - {&__pyx_n_s_enumerate, __pyx_k_enumerate, sizeof(__pyx_k_enumerate), 0, 0, 1, 1}, - {&__pyx_n_s_failures, __pyx_k_failures, sizeof(__pyx_k_failures), 0, 0, 1, 1}, - {&__pyx_n_s_float64, __pyx_k_float64, sizeof(__pyx_k_float64), 0, 0, 1, 1}, - {&__pyx_n_s_i, __pyx_k_i, sizeof(__pyx_k_i), 0, 0, 1, 1}, - {&__pyx_n_s_import, __pyx_k_import, sizeof(__pyx_k_import), 0, 0, 1, 1}, - {&__pyx_kp_s_inf, __pyx_k_inf, sizeof(__pyx_k_inf), 0, 0, 1, 0}, - {&__pyx_n_s_itervalues, __pyx_k_itervalues, sizeof(__pyx_k_itervalues), 0, 0, 1, 1}, - {&__pyx_n_s_l, __pyx_k_l, sizeof(__pyx_k_l), 0, 0, 1, 1}, - {&__pyx_n_s_ll, __pyx_k_ll, sizeof(__pyx_k_ll), 0, 0, 1, 1}, - {&__pyx_n_s_main, __pyx_k_main, sizeof(__pyx_k_main), 0, 0, 1, 1}, - {&__pyx_n_s_max_beta, __pyx_k_max_beta, sizeof(__pyx_k_max_beta), 0, 0, 1, 1}, - {&__pyx_n_s_max_beta_add, __pyx_k_max_beta_add, sizeof(__pyx_k_max_beta_add), 0, 0, 1, 1}, - {&__pyx_n_s_max_roots, __pyx_k_max_roots, sizeof(__pyx_k_max_roots), 0, 0, 1, 1}, - {&__pyx_n_s_ml3, __pyx_k_ml3, sizeof(__pyx_k_ml3), 0, 0, 1, 1}, - {&__pyx_n_s_n_roots, __pyx_k_n_roots, sizeof(__pyx_k_n_roots), 0, 0, 1, 1}, - {&__pyx_n_s_n_victims, __pyx_k_n_victims, sizeof(__pyx_k_n_victims), 0, 0, 1, 1}, - {&__pyx_kp_u_ndarray_is_not_C_contiguous, __pyx_k_ndarray_is_not_C_contiguous, sizeof(__pyx_k_ndarray_is_not_C_contiguous), 0, 1, 0, 0}, - {&__pyx_kp_u_ndarray_is_not_Fortran_contiguou, __pyx_k_ndarray_is_not_Fortran_contiguou, sizeof(__pyx_k_ndarray_is_not_Fortran_contiguou), 0, 1, 0, 0}, - {&__pyx_n_s_non_seeds, __pyx_k_non_seeds, sizeof(__pyx_k_non_seeds), 0, 0, 1, 1}, - {&__pyx_n_s_non_victims, __pyx_k_non_victims, sizeof(__pyx_k_non_victims), 0, 0, 1, 1}, - {&__pyx_n_s_np, __pyx_k_np, sizeof(__pyx_k_np), 0, 0, 1, 1}, - {&__pyx_n_s_numpy, __pyx_k_numpy, sizeof(__pyx_k_numpy), 0, 0, 1, 1}, - {&__pyx_n_s_parent_dists, __pyx_k_parent_dists, sizeof(__pyx_k_parent_dists), 0, 0, 1, 1}, - {&__pyx_n_s_parent_dts, __pyx_k_parent_dts, sizeof(__pyx_k_parent_dts), 0, 0, 1, 1}, - {&__pyx_n_s_parents, __pyx_k_parents, sizeof(__pyx_k_parents), 0, 0, 1, 1}, - {&__pyx_n_s_prnt, __pyx_k_prnt, sizeof(__pyx_k_prnt), 0, 0, 1, 1}, - {&__pyx_n_s_prob, __pyx_k_prob, sizeof(__pyx_k_prob), 0, 0, 1, 1}, - {&__pyx_n_s_probs, __pyx_k_probs, sizeof(__pyx_k_probs), 0, 0, 1, 1}, - {&__pyx_n_s_probs_fail, __pyx_k_probs_fail, sizeof(__pyx_k_probs_fail), 0, 0, 1, 1}, - {&__pyx_n_s_range, __pyx_k_range, sizeof(__pyx_k_range), 0, 0, 1, 1}, - {&__pyx_n_s_root_victims, __pyx_k_root_victims, sizeof(__pyx_k_root_victims), 0, 0, 1, 1}, - {&__pyx_n_s_roots, __pyx_k_roots, sizeof(__pyx_k_roots), 0, 0, 1, 1}, - {&__pyx_n_s_s, __pyx_k_s, sizeof(__pyx_k_s), 0, 0, 1, 1}, - {&__pyx_n_s_seeds, __pyx_k_seeds, sizeof(__pyx_k_seeds), 0, 0, 1, 1}, - {&__pyx_n_s_successes, __pyx_k_successes, sizeof(__pyx_k_successes), 0, 0, 1, 1}, - {&__pyx_n_s_sum, __pyx_k_sum, sizeof(__pyx_k_sum), 0, 0, 1, 1}, - {&__pyx_n_s_t, __pyx_k_t, sizeof(__pyx_k_t), 0, 0, 1, 1}, - {&__pyx_n_s_test, __pyx_k_test, sizeof(__pyx_k_test), 0, 0, 1, 1}, - {&__pyx_n_s_thresh, __pyx_k_thresh, sizeof(__pyx_k_thresh), 0, 0, 1, 1}, - {&__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_k_unknown_dtype_code_in_numpy_pxd, sizeof(__pyx_k_unknown_dtype_code_in_numpy_pxd), 0, 1, 0, 0}, - {&__pyx_n_s_victims, __pyx_k_victims, sizeof(__pyx_k_victims), 0, 0, 1, 1}, - {&__pyx_n_s_w1, __pyx_k_w1, sizeof(__pyx_k_w1), 0, 0, 1, 1}, - {&__pyx_n_s_w2, __pyx_k_w2, sizeof(__pyx_k_w2), 0, 0, 1, 1}, - {&__pyx_n_s_w3, __pyx_k_w3, sizeof(__pyx_k_w3), 0, 0, 1, 1}, - {&__pyx_n_s_zeros, __pyx_k_zeros, sizeof(__pyx_k_zeros), 0, 0, 1, 1}, - {0, 0, 0, 0, 0, 0, 0} -}; -static int __Pyx_InitCachedBuiltins(void) { - __pyx_builtin_enumerate = __Pyx_GetBuiltinName(__pyx_n_s_enumerate); if (!__pyx_builtin_enumerate) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_builtin_sum = __Pyx_GetBuiltinName(__pyx_n_s_sum); if (!__pyx_builtin_sum) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 47; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_builtin_ValueError = __Pyx_GetBuiltinName(__pyx_n_s_ValueError); if (!__pyx_builtin_ValueError) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_builtin_range = __Pyx_GetBuiltinName(__pyx_n_s_range); if (!__pyx_builtin_range) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 231; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_builtin_RuntimeError = __Pyx_GetBuiltinName(__pyx_n_s_RuntimeError); if (!__pyx_builtin_RuntimeError) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - return 0; - __pyx_L1_error:; - return -1; -} - -static int __Pyx_InitCachedConstants(void) { - __Pyx_RefNannyDeclarations - __Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0); - - /* "ml3.pyx":69 - * max_beta_add = float('-inf') - * # iterate over all victim nodes to find the optimal threshold - * for beta in np.arange(0.01, 1, .01): # <<<<<<<<<<<<<< - * thresh = log(beta/(3012.*(1.-beta))) - * seeds = probs' and little_endian) or - * (descr.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< - * if t == NPY_BYTE: f = "b" - * elif t == NPY_UBYTE: f = "B" - */ - __pyx_tuple__4 = PyTuple_Pack(1, __pyx_kp_u_Non_native_byte_order_not_suppor); if (unlikely(!__pyx_tuple__4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__4); - __Pyx_GIVEREF(__pyx_tuple__4); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":802 - * - * if (end - f) - (new_offset - offset[0]) < 15: - * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") # <<<<<<<<<<<<<< - * - * if ((child.byteorder == c'>' and little_endian) or - */ - __pyx_tuple__5 = PyTuple_Pack(1, __pyx_kp_u_Format_string_allocated_too_shor); if (unlikely(!__pyx_tuple__5)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__5); - __Pyx_GIVEREF(__pyx_tuple__5); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":806 - * if ((child.byteorder == c'>' and little_endian) or - * (child.byteorder == c'<' and not little_endian)): - * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< - * # One could encode it in the format string and have Cython - * # complain instead, BUT: < and > in format strings also imply - */ - __pyx_tuple__6 = PyTuple_Pack(1, __pyx_kp_u_Non_native_byte_order_not_suppor); if (unlikely(!__pyx_tuple__6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__6); - __Pyx_GIVEREF(__pyx_tuple__6); - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":826 - * t = child.type_num - * if end - f < 5: - * raise RuntimeError(u"Format string allocated too short.") # <<<<<<<<<<<<<< - * - * # Until ticket #99 is fixed, use integers to avoid warnings - */ - __pyx_tuple__7 = PyTuple_Pack(1, __pyx_kp_u_Format_string_allocated_too_shor_2); if (unlikely(!__pyx_tuple__7)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__7); - __Pyx_GIVEREF(__pyx_tuple__7); - - /* "ml3.pyx":27 - * return result - * - * def ml3(dict root_victims, dict victims, dict non_victims, DTYPE_t age, # <<<<<<<<<<<<<< - * DTYPE_t alpha, DTYPE_t delta): - * cdef: - */ - __pyx_tuple__8 = PyTuple_Pack(38, __pyx_n_s_root_victims, __pyx_n_s_victims, __pyx_n_s_non_victims, __pyx_n_s_age, __pyx_n_s_alpha, __pyx_n_s_delta, __pyx_n_s_n_roots, __pyx_n_s_n_victims, __pyx_n_s_roots, __pyx_n_s_i, __pyx_n_s_dist, __pyx_n_s_dt, __pyx_n_s_t, __pyx_n_s_l, __pyx_n_s_beta, __pyx_n_s_ll, __pyx_n_s_beta_add, __pyx_n_s_max_beta, __pyx_n_s_max_beta_add, __pyx_n_s_parents, __pyx_n_s_failures, __pyx_n_s_successes, __pyx_n_s_probs, __pyx_n_s_probs_fail, __pyx_n_s_parent_dists, __pyx_n_s_parent_dts, __pyx_n_s_dists, __pyx_n_s_dts, __pyx_n_s_s, __pyx_n_s_prob, __pyx_n_s_thresh, __pyx_n_s_seeds, __pyx_n_s_non_seeds, __pyx_n_s_max_roots, __pyx_n_s_prnt, __pyx_n_s_w1, __pyx_n_s_w2, __pyx_n_s_w3); if (unlikely(!__pyx_tuple__8)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_tuple__8); - __Pyx_GIVEREF(__pyx_tuple__8); - __pyx_codeobj__9 = (PyObject*)__Pyx_PyCode_New(6, 0, 38, 0, 0, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__8, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_Users_ben_Documents_Cascade_Pro, __pyx_n_s_ml3, 27, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_RefNannyFinishContext(); - return 0; - __pyx_L1_error:; - __Pyx_RefNannyFinishContext(); - return -1; -} - -static int __Pyx_InitGlobals(void) { - if (__Pyx_InitStrings(__pyx_string_tab) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - __pyx_float__01 = PyFloat_FromDouble(.01); if (unlikely(!__pyx_float__01)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_float_0_01 = PyFloat_FromDouble(0.01); if (unlikely(!__pyx_float_0_01)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_int_1 = PyInt_FromLong(1); if (unlikely(!__pyx_int_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - return 0; - __pyx_L1_error:; - return -1; -} - -#if PY_MAJOR_VERSION < 3 -PyMODINIT_FUNC initml3(void); /*proto*/ -PyMODINIT_FUNC initml3(void) -#else -PyMODINIT_FUNC PyInit_ml3(void); /*proto*/ -PyMODINIT_FUNC PyInit_ml3(void) -#endif -{ - PyObject *__pyx_t_1 = NULL; - PyObject *__pyx_t_2 = NULL; - int __pyx_lineno = 0; - const char *__pyx_filename = NULL; - int __pyx_clineno = 0; - __Pyx_RefNannyDeclarations - #if CYTHON_REFNANNY - __Pyx_RefNanny = __Pyx_RefNannyImportAPI("refnanny"); - if (!__Pyx_RefNanny) { - PyErr_Clear(); - __Pyx_RefNanny = __Pyx_RefNannyImportAPI("Cython.Runtime.refnanny"); - if (!__Pyx_RefNanny) - Py_FatalError("failed to import 'refnanny' module"); - } - #endif - __Pyx_RefNannySetupContext("PyMODINIT_FUNC PyInit_ml3(void)", 0); - if ( __Pyx_check_binary_version() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_empty_tuple = PyTuple_New(0); if (unlikely(!__pyx_empty_tuple)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_empty_bytes = PyBytes_FromStringAndSize("", 0); if (unlikely(!__pyx_empty_bytes)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #ifdef __Pyx_CyFunction_USED - if (__Pyx_CyFunction_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - #ifdef __Pyx_FusedFunction_USED - if (__pyx_FusedFunction_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - #ifdef __Pyx_Generator_USED - if (__pyx_Generator_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - /*--- Library function declarations ---*/ - /*--- Threads initialization code ---*/ - #if defined(__PYX_FORCE_INIT_THREADS) && __PYX_FORCE_INIT_THREADS - #ifdef WITH_THREAD /* Python build with threading support? */ - PyEval_InitThreads(); - #endif - #endif - /*--- Module creation code ---*/ - #if PY_MAJOR_VERSION < 3 - __pyx_m = Py_InitModule4("ml3", __pyx_methods, 0, 0, PYTHON_API_VERSION); Py_XINCREF(__pyx_m); - #else - __pyx_m = PyModule_Create(&__pyx_moduledef); - #endif - if (unlikely(!__pyx_m)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_d = PyModule_GetDict(__pyx_m); if (unlikely(!__pyx_d)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - Py_INCREF(__pyx_d); - __pyx_b = PyImport_AddModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_b)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #if CYTHON_COMPILING_IN_PYPY - Py_INCREF(__pyx_b); - #endif - if (PyObject_SetAttrString(__pyx_m, "__builtins__", __pyx_b) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - /*--- Initialize various global constants etc. ---*/ - if (unlikely(__Pyx_InitGlobals() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #if PY_MAJOR_VERSION < 3 && (__PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT) - if (__Pyx_init_sys_getdefaultencoding_params() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - #endif - if (__pyx_module_is_main_ml3) { - if (PyObject_SetAttrString(__pyx_m, "__name__", __pyx_n_s_main) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; - } - #if PY_MAJOR_VERSION >= 3 - { - PyObject *modules = PyImport_GetModuleDict(); if (unlikely(!modules)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - if (!PyDict_GetItemString(modules, "ml3")) { - if (unlikely(PyDict_SetItemString(modules, "ml3", __pyx_m) < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - } - } - #endif - /*--- Builtin init code ---*/ - if (unlikely(__Pyx_InitCachedBuiltins() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - /*--- Constants init code ---*/ - if (unlikely(__Pyx_InitCachedConstants() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - /*--- Global init code ---*/ - /*--- Variable export code ---*/ - /*--- Function export code ---*/ - /*--- Type init code ---*/ - /*--- Type import code ---*/ - __pyx_ptype_7cpython_4type_type = __Pyx_ImportType(__Pyx_BUILTIN_MODULE_NAME, "type", - #if CYTHON_COMPILING_IN_PYPY - sizeof(PyTypeObject), - #else - sizeof(PyHeapTypeObject), - #endif - 0); if (unlikely(!__pyx_ptype_7cpython_4type_type)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 9; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_dtype = __Pyx_ImportType("numpy", "dtype", sizeof(PyArray_Descr), 0); if (unlikely(!__pyx_ptype_5numpy_dtype)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 155; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_flatiter = __Pyx_ImportType("numpy", "flatiter", sizeof(PyArrayIterObject), 0); if (unlikely(!__pyx_ptype_5numpy_flatiter)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 168; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_broadcast = __Pyx_ImportType("numpy", "broadcast", sizeof(PyArrayMultiIterObject), 0); if (unlikely(!__pyx_ptype_5numpy_broadcast)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 172; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_ndarray = __Pyx_ImportType("numpy", "ndarray", sizeof(PyArrayObject), 0); if (unlikely(!__pyx_ptype_5numpy_ndarray)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 181; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __pyx_ptype_5numpy_ufunc = __Pyx_ImportType("numpy", "ufunc", sizeof(PyUFuncObject), 0); if (unlikely(!__pyx_ptype_5numpy_ufunc)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 864; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - /*--- Variable import code ---*/ - /*--- Function import code ---*/ - /*--- Execution code ---*/ - - /* "ml3.pyx":2 - * # cython: boundscheck=False, cdivision=True - * import numpy as np # <<<<<<<<<<<<<< - * cimport numpy as np - * from libc.math cimport log, exp - */ - __pyx_t_1 = __Pyx_Import(__pyx_n_s_numpy, 0, -1); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - if (PyDict_SetItem(__pyx_d, __pyx_n_s_np, __pyx_t_1) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; - - /* "ml3.pyx":6 - * from libc.math cimport log, exp - * - * DTYPE = np.float64 # <<<<<<<<<<<<<< - * ctypedef np.float_t DTYPE_t - * - */ - __pyx_t_1 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_1); - __pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_1, __pyx_n_s_float64); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_2); - __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; - if (PyDict_SetItem(__pyx_d, __pyx_n_s_DTYPE, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; - - /* "ml3.pyx":27 - * return result - * - * def ml3(dict root_victims, dict victims, dict non_victims, DTYPE_t age, # <<<<<<<<<<<<<< - * DTYPE_t alpha, DTYPE_t delta): - * cdef: - */ - __pyx_t_2 = PyCFunction_NewEx(&__pyx_mdef_3ml3_1ml3, NULL, __pyx_n_s_ml3); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_2); - if (PyDict_SetItem(__pyx_d, __pyx_n_s_ml3, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; - - /* "ml3.pyx":1 - * # cython: boundscheck=False, cdivision=True # <<<<<<<<<<<<<< - * import numpy as np - * cimport numpy as np - */ - __pyx_t_2 = PyDict_New(); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_GOTREF(__pyx_t_2); - if (PyDict_SetItem(__pyx_d, __pyx_n_s_test, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} - __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; - - /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 - * arr.base = baseptr - * - * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< - * if arr.base is NULL: - * return None - */ - - /*--- Wrapped vars code ---*/ - - goto __pyx_L0; - __pyx_L1_error:; - __Pyx_XDECREF(__pyx_t_1); - __Pyx_XDECREF(__pyx_t_2); - if (__pyx_m) { - if (__pyx_d) { - __Pyx_AddTraceback("init ml3", __pyx_clineno, __pyx_lineno, __pyx_filename); - } - Py_DECREF(__pyx_m); __pyx_m = 0; - } else if (!PyErr_Occurred()) { - PyErr_SetString(PyExc_ImportError, "init ml3"); - } - __pyx_L0:; - __Pyx_RefNannyFinishContext(); - #if PY_MAJOR_VERSION < 3 - return; - #else - return __pyx_m; - #endif -} - -/* --- Runtime support code --- */ -#if CYTHON_REFNANNY -static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname) { - PyObject *m = NULL, *p = NULL; - void *r = NULL; - m = PyImport_ImportModule((char *)modname); - if (!m) goto end; - p = PyObject_GetAttrString(m, (char *)"RefNannyAPI"); - if (!p) goto end; - r = PyLong_AsVoidPtr(p); -end: - Py_XDECREF(p); - Py_XDECREF(m); - return (__Pyx_RefNannyAPIStruct *)r; -} -#endif - -static PyObject *__Pyx_GetBuiltinName(PyObject *name) { - PyObject* result = __Pyx_PyObject_GetAttrStr(__pyx_b, name); - if (unlikely(!result)) { - PyErr_Format(PyExc_NameError, -#if PY_MAJOR_VERSION >= 3 - "name '%U' is not defined", name); -#else - "name '%.200s' is not defined", PyString_AS_STRING(name)); -#endif - } - return result; -} - -static void __Pyx_RaiseArgtupleInvalid( - const char* func_name, - int exact, - Py_ssize_t num_min, - Py_ssize_t num_max, - Py_ssize_t num_found) -{ - Py_ssize_t num_expected; - const char *more_or_less; - if (num_found < num_min) { - num_expected = num_min; - more_or_less = "at least"; - } else { - num_expected = num_max; - more_or_less = "at most"; - } - if (exact) { - more_or_less = "exactly"; - } - PyErr_Format(PyExc_TypeError, - "%.200s() takes %.8s %" CYTHON_FORMAT_SSIZE_T "d positional argument%.1s (%" CYTHON_FORMAT_SSIZE_T "d given)", - func_name, more_or_less, num_expected, - (num_expected == 1) ? "" : "s", num_found); -} - -static void __Pyx_RaiseDoubleKeywordsError( - const char* func_name, - PyObject* kw_name) -{ - PyErr_Format(PyExc_TypeError, - #if PY_MAJOR_VERSION >= 3 - "%s() got multiple values for keyword argument '%U'", func_name, kw_name); - #else - "%s() got multiple values for keyword argument '%s'", func_name, - PyString_AsString(kw_name)); - #endif -} - -static int __Pyx_ParseOptionalKeywords( - PyObject *kwds, - PyObject **argnames[], - PyObject *kwds2, - PyObject *values[], - Py_ssize_t num_pos_args, - const char* function_name) -{ - PyObject *key = 0, *value = 0; - Py_ssize_t pos = 0; - PyObject*** name; - PyObject*** first_kw_arg = argnames + num_pos_args; - while (PyDict_Next(kwds, &pos, &key, &value)) { - name = first_kw_arg; - while (*name && (**name != key)) name++; - if (*name) { - values[name-argnames] = value; - continue; - } - name = first_kw_arg; - #if PY_MAJOR_VERSION < 3 - if (likely(PyString_CheckExact(key)) || likely(PyString_Check(key))) { - while (*name) { - if ((CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**name) == PyString_GET_SIZE(key)) - && _PyString_Eq(**name, key)) { - values[name-argnames] = value; - break; - } - name++; - } - if (*name) continue; - else { - PyObject*** argname = argnames; - while (argname != first_kw_arg) { - if ((**argname == key) || ( - (CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**argname) == PyString_GET_SIZE(key)) - && _PyString_Eq(**argname, key))) { - goto arg_passed_twice; - } - argname++; - } - } - } else - #endif - if (likely(PyUnicode_Check(key))) { - while (*name) { - int cmp = (**name == key) ? 0 : - #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3 - (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : - #endif - PyUnicode_Compare(**name, key); - if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad; - if (cmp == 0) { - values[name-argnames] = value; - break; - } - name++; - } - if (*name) continue; - else { - PyObject*** argname = argnames; - while (argname != first_kw_arg) { - int cmp = (**argname == key) ? 0 : - #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3 - (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : - #endif - PyUnicode_Compare(**argname, key); - if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad; - if (cmp == 0) goto arg_passed_twice; - argname++; - } - } - } else - goto invalid_keyword_type; - if (kwds2) { - if (unlikely(PyDict_SetItem(kwds2, key, value))) goto bad; - } else { - goto invalid_keyword; - } - } - return 0; -arg_passed_twice: - __Pyx_RaiseDoubleKeywordsError(function_name, key); - goto bad; -invalid_keyword_type: - PyErr_Format(PyExc_TypeError, - "%.200s() keywords must be strings", function_name); - goto bad; -invalid_keyword: - PyErr_Format(PyExc_TypeError, - #if PY_MAJOR_VERSION < 3 - "%.200s() got an unexpected keyword argument '%.200s'", - function_name, PyString_AsString(key)); - #else - "%s() got an unexpected keyword argument '%U'", - function_name, key); - #endif -bad: - return -1; -} - -static void __Pyx_RaiseArgumentTypeInvalid(const char* name, PyObject *obj, PyTypeObject *type) { - PyErr_Format(PyExc_TypeError, - "Argument '%.200s' has incorrect type (expected %.200s, got %.200s)", - name, type->tp_name, Py_TYPE(obj)->tp_name); -} -static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *type, int none_allowed, - const char *name, int exact) -{ - if (unlikely(!type)) { - PyErr_SetString(PyExc_SystemError, "Missing type object"); - return 0; - } - if (none_allowed && obj == Py_None) return 1; - else if (exact) { - if (likely(Py_TYPE(obj) == type)) return 1; - #if PY_MAJOR_VERSION == 2 - else if ((type == &PyBaseString_Type) && likely(__Pyx_PyBaseString_CheckExact(obj))) return 1; - #endif - } - else { - if (likely(PyObject_TypeCheck(obj, type))) return 1; - } - __Pyx_RaiseArgumentTypeInvalid(name, obj, type); - return 0; -} - -static CYTHON_INLINE PyObject *__Pyx_GetModuleGlobalName(PyObject *name) { - PyObject *result; -#if CYTHON_COMPILING_IN_CPYTHON - result = PyDict_GetItem(__pyx_d, name); - if (likely(result)) { - Py_INCREF(result); - } else { -#else - result = PyObject_GetItem(__pyx_d, name); - if (!result) { - PyErr_Clear(); -#endif - result = __Pyx_GetBuiltinName(name); - } - return result; -} - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw) { - PyObject *result; - ternaryfunc call = func->ob_type->tp_call; - if (unlikely(!call)) - return PyObject_Call(func, arg, kw); - if (unlikely(Py_EnterRecursiveCall((char*)" while calling a Python object"))) - return NULL; - result = (*call)(func, arg, kw); - Py_LeaveRecursiveCall(); - if (unlikely(!result) && unlikely(!PyErr_Occurred())) { - PyErr_SetString( - PyExc_SystemError, - "NULL result without error in PyObject_Call"); - } - return result; -} -#endif - -static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type) { - if (unlikely(!type)) { - PyErr_SetString(PyExc_SystemError, "Missing type object"); - return 0; - } - if (likely(PyObject_TypeCheck(obj, type))) - return 1; - PyErr_Format(PyExc_TypeError, "Cannot convert %.200s to %.200s", - Py_TYPE(obj)->tp_name, type->tp_name); - return 0; -} - -static CYTHON_INLINE int __Pyx_IsLittleEndian(void) { - unsigned int n = 1; - return *(unsigned char*)(&n) != 0; -} -static void __Pyx_BufFmt_Init(__Pyx_BufFmt_Context* ctx, - __Pyx_BufFmt_StackElem* stack, - __Pyx_TypeInfo* type) { - stack[0].field = &ctx->root; - stack[0].parent_offset = 0; - ctx->root.type = type; - ctx->root.name = "buffer dtype"; - ctx->root.offset = 0; - ctx->head = stack; - ctx->head->field = &ctx->root; - ctx->fmt_offset = 0; - ctx->head->parent_offset = 0; - ctx->new_packmode = '@'; - ctx->enc_packmode = '@'; - ctx->new_count = 1; - ctx->enc_count = 0; - ctx->enc_type = 0; - ctx->is_complex = 0; - ctx->is_valid_array = 0; - ctx->struct_alignment = 0; - while (type->typegroup == 'S') { - ++ctx->head; - ctx->head->field = type->fields; - ctx->head->parent_offset = 0; - type = type->fields->type; - } -} -static int __Pyx_BufFmt_ParseNumber(const char** ts) { - int count; - const char* t = *ts; - if (*t < '0' || *t > '9') { - return -1; - } else { - count = *t++ - '0'; - while (*t >= '0' && *t < '9') { - count *= 10; - count += *t++ - '0'; - } - } - *ts = t; - return count; -} -static int __Pyx_BufFmt_ExpectNumber(const char **ts) { - int number = __Pyx_BufFmt_ParseNumber(ts); - if (number == -1) - PyErr_Format(PyExc_ValueError,\ - "Does not understand character buffer dtype format string ('%c')", **ts); - return number; -} -static void __Pyx_BufFmt_RaiseUnexpectedChar(char ch) { - PyErr_Format(PyExc_ValueError, - "Unexpected format string character: '%c'", ch); -} -static const char* __Pyx_BufFmt_DescribeTypeChar(char ch, int is_complex) { - switch (ch) { - case 'c': return "'char'"; - case 'b': return "'signed char'"; - case 'B': return "'unsigned char'"; - case 'h': return "'short'"; - case 'H': return "'unsigned short'"; - case 'i': return "'int'"; - case 'I': return "'unsigned int'"; - case 'l': return "'long'"; - case 'L': return "'unsigned long'"; - case 'q': return "'long long'"; - case 'Q': return "'unsigned long long'"; - case 'f': return (is_complex ? "'complex float'" : "'float'"); - case 'd': return (is_complex ? "'complex double'" : "'double'"); - case 'g': return (is_complex ? "'complex long double'" : "'long double'"); - case 'T': return "a struct"; - case 'O': return "Python object"; - case 'P': return "a pointer"; - case 's': case 'p': return "a string"; - case 0: return "end"; - default: return "unparseable format string"; - } -} -static size_t __Pyx_BufFmt_TypeCharToStandardSize(char ch, int is_complex) { - switch (ch) { - case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; - case 'h': case 'H': return 2; - case 'i': case 'I': case 'l': case 'L': return 4; - case 'q': case 'Q': return 8; - case 'f': return (is_complex ? 8 : 4); - case 'd': return (is_complex ? 16 : 8); - case 'g': { - PyErr_SetString(PyExc_ValueError, "Python does not define a standard format string size for long double ('g').."); - return 0; - } - case 'O': case 'P': return sizeof(void*); - default: - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } -} -static size_t __Pyx_BufFmt_TypeCharToNativeSize(char ch, int is_complex) { - switch (ch) { - case 'c': case 'b': case 'B': case 's': case 'p': return 1; - case 'h': case 'H': return sizeof(short); - case 'i': case 'I': return sizeof(int); - case 'l': case 'L': return sizeof(long); - #ifdef HAVE_LONG_LONG - case 'q': case 'Q': return sizeof(PY_LONG_LONG); - #endif - case 'f': return sizeof(float) * (is_complex ? 2 : 1); - case 'd': return sizeof(double) * (is_complex ? 2 : 1); - case 'g': return sizeof(long double) * (is_complex ? 2 : 1); - case 'O': case 'P': return sizeof(void*); - default: { - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } - } -} -typedef struct { char c; short x; } __Pyx_st_short; -typedef struct { char c; int x; } __Pyx_st_int; -typedef struct { char c; long x; } __Pyx_st_long; -typedef struct { char c; float x; } __Pyx_st_float; -typedef struct { char c; double x; } __Pyx_st_double; -typedef struct { char c; long double x; } __Pyx_st_longdouble; -typedef struct { char c; void *x; } __Pyx_st_void_p; -#ifdef HAVE_LONG_LONG -typedef struct { char c; PY_LONG_LONG x; } __Pyx_st_longlong; -#endif -static size_t __Pyx_BufFmt_TypeCharToAlignment(char ch, CYTHON_UNUSED int is_complex) { - switch (ch) { - case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; - case 'h': case 'H': return sizeof(__Pyx_st_short) - sizeof(short); - case 'i': case 'I': return sizeof(__Pyx_st_int) - sizeof(int); - case 'l': case 'L': return sizeof(__Pyx_st_long) - sizeof(long); -#ifdef HAVE_LONG_LONG - case 'q': case 'Q': return sizeof(__Pyx_st_longlong) - sizeof(PY_LONG_LONG); -#endif - case 'f': return sizeof(__Pyx_st_float) - sizeof(float); - case 'd': return sizeof(__Pyx_st_double) - sizeof(double); - case 'g': return sizeof(__Pyx_st_longdouble) - sizeof(long double); - case 'P': case 'O': return sizeof(__Pyx_st_void_p) - sizeof(void*); - default: - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } -} -/* These are for computing the padding at the end of the struct to align - on the first member of the struct. This will probably the same as above, - but we don't have any guarantees. - */ -typedef struct { short x; char c; } __Pyx_pad_short; -typedef struct { int x; char c; } __Pyx_pad_int; -typedef struct { long x; char c; } __Pyx_pad_long; -typedef struct { float x; char c; } __Pyx_pad_float; -typedef struct { double x; char c; } __Pyx_pad_double; -typedef struct { long double x; char c; } __Pyx_pad_longdouble; -typedef struct { void *x; char c; } __Pyx_pad_void_p; -#ifdef HAVE_LONG_LONG -typedef struct { PY_LONG_LONG x; char c; } __Pyx_pad_longlong; -#endif -static size_t __Pyx_BufFmt_TypeCharToPadding(char ch, CYTHON_UNUSED int is_complex) { - switch (ch) { - case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; - case 'h': case 'H': return sizeof(__Pyx_pad_short) - sizeof(short); - case 'i': case 'I': return sizeof(__Pyx_pad_int) - sizeof(int); - case 'l': case 'L': return sizeof(__Pyx_pad_long) - sizeof(long); -#ifdef HAVE_LONG_LONG - case 'q': case 'Q': return sizeof(__Pyx_pad_longlong) - sizeof(PY_LONG_LONG); -#endif - case 'f': return sizeof(__Pyx_pad_float) - sizeof(float); - case 'd': return sizeof(__Pyx_pad_double) - sizeof(double); - case 'g': return sizeof(__Pyx_pad_longdouble) - sizeof(long double); - case 'P': case 'O': return sizeof(__Pyx_pad_void_p) - sizeof(void*); - default: - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } -} -static char __Pyx_BufFmt_TypeCharToGroup(char ch, int is_complex) { - switch (ch) { - case 'c': - return 'H'; - case 'b': case 'h': case 'i': - case 'l': case 'q': case 's': case 'p': - return 'I'; - case 'B': case 'H': case 'I': case 'L': case 'Q': - return 'U'; - case 'f': case 'd': case 'g': - return (is_complex ? 'C' : 'R'); - case 'O': - return 'O'; - case 'P': - return 'P'; - default: { - __Pyx_BufFmt_RaiseUnexpectedChar(ch); - return 0; - } - } -} -static void __Pyx_BufFmt_RaiseExpected(__Pyx_BufFmt_Context* ctx) { - if (ctx->head == NULL || ctx->head->field == &ctx->root) { - const char* expected; - const char* quote; - if (ctx->head == NULL) { - expected = "end"; - quote = ""; - } else { - expected = ctx->head->field->type->name; - quote = "'"; - } - PyErr_Format(PyExc_ValueError, - "Buffer dtype mismatch, expected %s%s%s but got %s", - quote, expected, quote, - __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex)); - } else { - __Pyx_StructField* field = ctx->head->field; - __Pyx_StructField* parent = (ctx->head - 1)->field; - PyErr_Format(PyExc_ValueError, - "Buffer dtype mismatch, expected '%s' but got %s in '%s.%s'", - field->type->name, __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex), - parent->type->name, field->name); - } -} -static int __Pyx_BufFmt_ProcessTypeChunk(__Pyx_BufFmt_Context* ctx) { - char group; - size_t size, offset, arraysize = 1; - if (ctx->enc_type == 0) return 0; - if (ctx->head->field->type->arraysize[0]) { - int i, ndim = 0; - if (ctx->enc_type == 's' || ctx->enc_type == 'p') { - ctx->is_valid_array = ctx->head->field->type->ndim == 1; - ndim = 1; - if (ctx->enc_count != ctx->head->field->type->arraysize[0]) { - PyErr_Format(PyExc_ValueError, - "Expected a dimension of size %zu, got %zu", - ctx->head->field->type->arraysize[0], ctx->enc_count); - return -1; - } - } - if (!ctx->is_valid_array) { - PyErr_Format(PyExc_ValueError, "Expected %d dimensions, got %d", - ctx->head->field->type->ndim, ndim); - return -1; - } - for (i = 0; i < ctx->head->field->type->ndim; i++) { - arraysize *= ctx->head->field->type->arraysize[i]; - } - ctx->is_valid_array = 0; - ctx->enc_count = 1; - } - group = __Pyx_BufFmt_TypeCharToGroup(ctx->enc_type, ctx->is_complex); - do { - __Pyx_StructField* field = ctx->head->field; - __Pyx_TypeInfo* type = field->type; - if (ctx->enc_packmode == '@' || ctx->enc_packmode == '^') { - size = __Pyx_BufFmt_TypeCharToNativeSize(ctx->enc_type, ctx->is_complex); - } else { - size = __Pyx_BufFmt_TypeCharToStandardSize(ctx->enc_type, ctx->is_complex); - } - if (ctx->enc_packmode == '@') { - size_t align_at = __Pyx_BufFmt_TypeCharToAlignment(ctx->enc_type, ctx->is_complex); - size_t align_mod_offset; - if (align_at == 0) return -1; - align_mod_offset = ctx->fmt_offset % align_at; - if (align_mod_offset > 0) ctx->fmt_offset += align_at - align_mod_offset; - if (ctx->struct_alignment == 0) - ctx->struct_alignment = __Pyx_BufFmt_TypeCharToPadding(ctx->enc_type, - ctx->is_complex); - } - if (type->size != size || type->typegroup != group) { - if (type->typegroup == 'C' && type->fields != NULL) { - size_t parent_offset = ctx->head->parent_offset + field->offset; - ++ctx->head; - ctx->head->field = type->fields; - ctx->head->parent_offset = parent_offset; - continue; - } - if ((type->typegroup == 'H' || group == 'H') && type->size == size) { - } else { - __Pyx_BufFmt_RaiseExpected(ctx); - return -1; - } - } - offset = ctx->head->parent_offset + field->offset; - if (ctx->fmt_offset != offset) { - PyErr_Format(PyExc_ValueError, - "Buffer dtype mismatch; next field is at offset %" CYTHON_FORMAT_SSIZE_T "d but %" CYTHON_FORMAT_SSIZE_T "d expected", - (Py_ssize_t)ctx->fmt_offset, (Py_ssize_t)offset); - return -1; - } - ctx->fmt_offset += size; - if (arraysize) - ctx->fmt_offset += (arraysize - 1) * size; - --ctx->enc_count; - while (1) { - if (field == &ctx->root) { - ctx->head = NULL; - if (ctx->enc_count != 0) { - __Pyx_BufFmt_RaiseExpected(ctx); - return -1; - } - break; - } - ctx->head->field = ++field; - if (field->type == NULL) { - --ctx->head; - field = ctx->head->field; - continue; - } else if (field->type->typegroup == 'S') { - size_t parent_offset = ctx->head->parent_offset + field->offset; - if (field->type->fields->type == NULL) continue; - field = field->type->fields; - ++ctx->head; - ctx->head->field = field; - ctx->head->parent_offset = parent_offset; - break; - } else { - break; - } - } - } while (ctx->enc_count); - ctx->enc_type = 0; - ctx->is_complex = 0; - return 0; -} -static CYTHON_INLINE PyObject * -__pyx_buffmt_parse_array(__Pyx_BufFmt_Context* ctx, const char** tsp) -{ - const char *ts = *tsp; - int i = 0, number; - int ndim = ctx->head->field->type->ndim; -; - ++ts; - if (ctx->new_count != 1) { - PyErr_SetString(PyExc_ValueError, - "Cannot handle repeated arrays in format string"); - return NULL; - } - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - while (*ts && *ts != ')') { - switch (*ts) { - case ' ': case '\f': case '\r': case '\n': case '\t': case '\v': continue; - default: break; - } - number = __Pyx_BufFmt_ExpectNumber(&ts); - if (number == -1) return NULL; - if (i < ndim && (size_t) number != ctx->head->field->type->arraysize[i]) - return PyErr_Format(PyExc_ValueError, - "Expected a dimension of size %zu, got %d", - ctx->head->field->type->arraysize[i], number); - if (*ts != ',' && *ts != ')') - return PyErr_Format(PyExc_ValueError, - "Expected a comma in format string, got '%c'", *ts); - if (*ts == ',') ts++; - i++; - } - if (i != ndim) - return PyErr_Format(PyExc_ValueError, "Expected %d dimension(s), got %d", - ctx->head->field->type->ndim, i); - if (!*ts) { - PyErr_SetString(PyExc_ValueError, - "Unexpected end of format string, expected ')'"); - return NULL; - } - ctx->is_valid_array = 1; - ctx->new_count = 1; - *tsp = ++ts; - return Py_None; -} -static const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const char* ts) { - int got_Z = 0; - while (1) { - switch(*ts) { - case 0: - if (ctx->enc_type != 0 && ctx->head == NULL) { - __Pyx_BufFmt_RaiseExpected(ctx); - return NULL; - } - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - if (ctx->head != NULL) { - __Pyx_BufFmt_RaiseExpected(ctx); - return NULL; - } - return ts; - case ' ': - case '\r': - case '\n': - ++ts; - break; - case '<': - if (!__Pyx_IsLittleEndian()) { - PyErr_SetString(PyExc_ValueError, "Little-endian buffer not supported on big-endian compiler"); - return NULL; - } - ctx->new_packmode = '='; - ++ts; - break; - case '>': - case '!': - if (__Pyx_IsLittleEndian()) { - PyErr_SetString(PyExc_ValueError, "Big-endian buffer not supported on little-endian compiler"); - return NULL; - } - ctx->new_packmode = '='; - ++ts; - break; - case '=': - case '@': - case '^': - ctx->new_packmode = *ts++; - break; - case 'T': - { - const char* ts_after_sub; - size_t i, struct_count = ctx->new_count; - size_t struct_alignment = ctx->struct_alignment; - ctx->new_count = 1; - ++ts; - if (*ts != '{') { - PyErr_SetString(PyExc_ValueError, "Buffer acquisition: Expected '{' after 'T'"); - return NULL; - } - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - ctx->enc_type = 0; - ctx->enc_count = 0; - ctx->struct_alignment = 0; - ++ts; - ts_after_sub = ts; - for (i = 0; i != struct_count; ++i) { - ts_after_sub = __Pyx_BufFmt_CheckString(ctx, ts); - if (!ts_after_sub) return NULL; - } - ts = ts_after_sub; - if (struct_alignment) ctx->struct_alignment = struct_alignment; - } - break; - case '}': - { - size_t alignment = ctx->struct_alignment; - ++ts; - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - ctx->enc_type = 0; - if (alignment && ctx->fmt_offset % alignment) { - ctx->fmt_offset += alignment - (ctx->fmt_offset % alignment); - } - } - return ts; - case 'x': - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - ctx->fmt_offset += ctx->new_count; - ctx->new_count = 1; - ctx->enc_count = 0; - ctx->enc_type = 0; - ctx->enc_packmode = ctx->new_packmode; - ++ts; - break; - case 'Z': - got_Z = 1; - ++ts; - if (*ts != 'f' && *ts != 'd' && *ts != 'g') { - __Pyx_BufFmt_RaiseUnexpectedChar('Z'); - return NULL; - } - case 'c': case 'b': case 'B': case 'h': case 'H': case 'i': case 'I': - case 'l': case 'L': case 'q': case 'Q': - case 'f': case 'd': case 'g': - case 'O': case 'p': - if (ctx->enc_type == *ts && got_Z == ctx->is_complex && - ctx->enc_packmode == ctx->new_packmode) { - ctx->enc_count += ctx->new_count; - ctx->new_count = 1; - got_Z = 0; - ++ts; - break; - } - case 's': - if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; - ctx->enc_count = ctx->new_count; - ctx->enc_packmode = ctx->new_packmode; - ctx->enc_type = *ts; - ctx->is_complex = got_Z; - ++ts; - ctx->new_count = 1; - got_Z = 0; - break; - case ':': - ++ts; - while(*ts != ':') ++ts; - ++ts; - break; - case '(': - if (!__pyx_buffmt_parse_array(ctx, &ts)) return NULL; - break; - default: - { - int number = __Pyx_BufFmt_ExpectNumber(&ts); - if (number == -1) return NULL; - ctx->new_count = (size_t)number; - } - } - } -} -static CYTHON_INLINE void __Pyx_ZeroBuffer(Py_buffer* buf) { - buf->buf = NULL; - buf->obj = NULL; - buf->strides = __Pyx_zeros; - buf->shape = __Pyx_zeros; - buf->suboffsets = __Pyx_minusones; -} -static CYTHON_INLINE int __Pyx_GetBufferAndValidate( - Py_buffer* buf, PyObject* obj, __Pyx_TypeInfo* dtype, int flags, - int nd, int cast, __Pyx_BufFmt_StackElem* stack) -{ - if (obj == Py_None || obj == NULL) { - __Pyx_ZeroBuffer(buf); - return 0; - } - buf->buf = NULL; - if (__Pyx_GetBuffer(obj, buf, flags) == -1) goto fail; - if (buf->ndim != nd) { - PyErr_Format(PyExc_ValueError, - "Buffer has wrong number of dimensions (expected %d, got %d)", - nd, buf->ndim); - goto fail; - } - if (!cast) { - __Pyx_BufFmt_Context ctx; - __Pyx_BufFmt_Init(&ctx, stack, dtype); - if (!__Pyx_BufFmt_CheckString(&ctx, buf->format)) goto fail; - } - if ((unsigned)buf->itemsize != dtype->size) { - PyErr_Format(PyExc_ValueError, - "Item size of buffer (%" CYTHON_FORMAT_SSIZE_T "d byte%s) does not match size of '%s' (%" CYTHON_FORMAT_SSIZE_T "d byte%s)", - buf->itemsize, (buf->itemsize > 1) ? "s" : "", - dtype->name, (Py_ssize_t)dtype->size, (dtype->size > 1) ? "s" : ""); - goto fail; - } - if (buf->suboffsets == NULL) buf->suboffsets = __Pyx_minusones; - return 0; -fail:; - __Pyx_ZeroBuffer(buf); - return -1; -} -static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info) { - if (info->buf == NULL) return; - if (info->suboffsets == __Pyx_minusones) info->suboffsets = NULL; - __Pyx_ReleaseBuffer(info); -} - -static CYTHON_INLINE int __Pyx_IterFinish(void) { -#if CYTHON_COMPILING_IN_CPYTHON - PyThreadState *tstate = PyThreadState_GET(); - PyObject* exc_type = tstate->curexc_type; - if (unlikely(exc_type)) { - if (likely(exc_type == PyExc_StopIteration) || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration)) { - PyObject *exc_value, *exc_tb; - exc_value = tstate->curexc_value; - exc_tb = tstate->curexc_traceback; - tstate->curexc_type = 0; - tstate->curexc_value = 0; - tstate->curexc_traceback = 0; - Py_DECREF(exc_type); - Py_XDECREF(exc_value); - Py_XDECREF(exc_tb); - return 0; - } else { - return -1; - } - } - return 0; -#else - if (unlikely(PyErr_Occurred())) { - if (likely(PyErr_ExceptionMatches(PyExc_StopIteration))) { - PyErr_Clear(); - return 0; - } else { - return -1; - } - } - return 0; -#endif -} - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg) { - PyObject *self, *result; - PyCFunction cfunc; - cfunc = PyCFunction_GET_FUNCTION(func); - self = PyCFunction_GET_SELF(func); - if (unlikely(Py_EnterRecursiveCall((char*)" while calling a Python object"))) - return NULL; - result = cfunc(self, arg); - Py_LeaveRecursiveCall(); - if (unlikely(!result) && unlikely(!PyErr_Occurred())) { - PyErr_SetString( - PyExc_SystemError, - "NULL result without error in PyObject_Call"); - } - return result; -} -#endif - -#if CYTHON_COMPILING_IN_CPYTHON -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func) { -#ifdef __Pyx_CyFunction_USED - if (likely(PyCFunction_Check(func) || PyObject_TypeCheck(func, __pyx_CyFunctionType))) { -#else - if (likely(PyCFunction_Check(func))) { -#endif - if (likely(PyCFunction_GET_FLAGS(func) & METH_NOARGS)) { - return __Pyx_PyObject_CallMethO(func, NULL); - } - } - return __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL); -} -#endif - -#if CYTHON_COMPILING_IN_CPYTHON -static PyObject* __Pyx__PyObject_CallOneArg(PyObject *func, PyObject *arg) { - PyObject *result; - PyObject *args = PyTuple_New(1); - if (unlikely(!args)) return NULL; - Py_INCREF(arg); - PyTuple_SET_ITEM(args, 0, arg); - result = __Pyx_PyObject_Call(func, args, NULL); - Py_DECREF(args); - return result; -} -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) { -#ifdef __Pyx_CyFunction_USED - if (likely(PyCFunction_Check(func) || PyObject_TypeCheck(func, __pyx_CyFunctionType))) { -#else - if (likely(PyCFunction_Check(func))) { -#endif - if (likely(PyCFunction_GET_FLAGS(func) & METH_O)) { - return __Pyx_PyObject_CallMethO(func, arg); - } - } - return __Pyx__PyObject_CallOneArg(func, arg); -} -#else -static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) { - PyObject* args = PyTuple_Pack(1, arg); - return (likely(args)) ? __Pyx_PyObject_Call(func, args, NULL) : NULL; -} -#endif - -static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) { - PyObject *method, *result = NULL; - method = __Pyx_PyObject_GetAttrStr(obj, method_name); - if (unlikely(!method)) goto bad; -#if CYTHON_COMPILING_IN_CPYTHON - if (likely(PyMethod_Check(method))) { - PyObject *self = PyMethod_GET_SELF(method); - if (likely(self)) { - PyObject *function = PyMethod_GET_FUNCTION(method); - result = __Pyx_PyObject_CallOneArg(function, self); - Py_DECREF(method); - return result; - } - } -#endif - result = __Pyx_PyObject_CallNoArg(method); - Py_DECREF(method); -bad: - return result; -} - -static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index) { - PyErr_Format(PyExc_ValueError, - "need more than %" CYTHON_FORMAT_SSIZE_T "d value%.1s to unpack", - index, (index == 1) ? "" : "s"); -} - -static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected) { - PyErr_Format(PyExc_ValueError, - "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected); -} - -static int __Pyx_IternextUnpackEndCheck(PyObject *retval, Py_ssize_t expected) { - if (unlikely(retval)) { - Py_DECREF(retval); - __Pyx_RaiseTooManyValuesError(expected); - return -1; - } else { - return __Pyx_IterFinish(); - } - return 0; -} - -static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void) { - PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); -} - -static void __Pyx_UnpackTupleError(PyObject *t, Py_ssize_t index) { - if (t == Py_None) { - __Pyx_RaiseNoneNotIterableError(); - } else if (PyTuple_GET_SIZE(t) < index) { - __Pyx_RaiseNeedMoreValuesError(PyTuple_GET_SIZE(t)); - } else { - __Pyx_RaiseTooManyValuesError(index); - } -} - -static CYTHON_INLINE int __Pyx_unpack_tuple2(PyObject* tuple, PyObject** pvalue1, PyObject** pvalue2, - int is_tuple, int has_known_size, int decref_tuple) { - Py_ssize_t index; - PyObject *value1 = NULL, *value2 = NULL, *iter = NULL; - if (!is_tuple && unlikely(!PyTuple_Check(tuple))) { - iternextfunc iternext; - iter = PyObject_GetIter(tuple); - if (unlikely(!iter)) goto bad; - if (decref_tuple) { Py_DECREF(tuple); tuple = NULL; } - iternext = Py_TYPE(iter)->tp_iternext; - value1 = iternext(iter); if (unlikely(!value1)) { index = 0; goto unpacking_failed; } - value2 = iternext(iter); if (unlikely(!value2)) { index = 1; goto unpacking_failed; } - if (!has_known_size && unlikely(__Pyx_IternextUnpackEndCheck(iternext(iter), 2))) goto bad; - Py_DECREF(iter); - } else { - if (!has_known_size && unlikely(PyTuple_GET_SIZE(tuple) != 2)) { - __Pyx_UnpackTupleError(tuple, 2); - goto bad; - } -#if CYTHON_COMPILING_IN_PYPY - value1 = PySequence_ITEM(tuple, 0); - if (unlikely(!value1)) goto bad; - value2 = PySequence_ITEM(tuple, 1); - if (unlikely(!value2)) goto bad; -#else - value1 = PyTuple_GET_ITEM(tuple, 0); - value2 = PyTuple_GET_ITEM(tuple, 1); - Py_INCREF(value1); - Py_INCREF(value2); -#endif - if (decref_tuple) { Py_DECREF(tuple); } - } - *pvalue1 = value1; - *pvalue2 = value2; - return 0; -unpacking_failed: - if (!has_known_size && __Pyx_IterFinish() == 0) - __Pyx_RaiseNeedMoreValuesError(index); -bad: - Py_XDECREF(iter); - Py_XDECREF(value1); - Py_XDECREF(value2); - if (decref_tuple) { Py_XDECREF(tuple); } - return -1; -} - -static CYTHON_INLINE PyObject* __Pyx_dict_iterator(PyObject* iterable, int is_dict, PyObject* method_name, - Py_ssize_t* p_orig_length, int* p_source_is_dict) { - is_dict = is_dict || likely(PyDict_CheckExact(iterable)); - *p_source_is_dict = is_dict; -#if !CYTHON_COMPILING_IN_PYPY - if (is_dict) { - *p_orig_length = PyDict_Size(iterable); - Py_INCREF(iterable); - return iterable; - } -#endif - *p_orig_length = 0; - if (method_name) { - PyObject* iter; - iterable = __Pyx_PyObject_CallMethod0(iterable, method_name); - if (!iterable) - return NULL; -#if !CYTHON_COMPILING_IN_PYPY - if (PyTuple_CheckExact(iterable) || PyList_CheckExact(iterable)) - return iterable; -#endif - iter = PyObject_GetIter(iterable); - Py_DECREF(iterable); - return iter; - } - return PyObject_GetIter(iterable); -} -static CYTHON_INLINE int __Pyx_dict_iter_next(PyObject* iter_obj, Py_ssize_t orig_length, Py_ssize_t* ppos, - PyObject** pkey, PyObject** pvalue, PyObject** pitem, int source_is_dict) { - PyObject* next_item; -#if !CYTHON_COMPILING_IN_PYPY - if (source_is_dict) { - PyObject *key, *value; - if (unlikely(orig_length != PyDict_Size(iter_obj))) { - PyErr_SetString(PyExc_RuntimeError, "dictionary changed size during iteration"); - return -1; - } - if (unlikely(!PyDict_Next(iter_obj, ppos, &key, &value))) { - return 0; - } - if (pitem) { - PyObject* tuple = PyTuple_New(2); - if (unlikely(!tuple)) { - return -1; - } - Py_INCREF(key); - Py_INCREF(value); - PyTuple_SET_ITEM(tuple, 0, key); - PyTuple_SET_ITEM(tuple, 1, value); - *pitem = tuple; - } else { - if (pkey) { - Py_INCREF(key); - *pkey = key; - } - if (pvalue) { - Py_INCREF(value); - *pvalue = value; - } - } - return 1; - } else if (PyTuple_CheckExact(iter_obj)) { - Py_ssize_t pos = *ppos; - if (unlikely(pos >= PyTuple_GET_SIZE(iter_obj))) return 0; - *ppos = pos + 1; - next_item = PyTuple_GET_ITEM(iter_obj, pos); - Py_INCREF(next_item); - } else if (PyList_CheckExact(iter_obj)) { - Py_ssize_t pos = *ppos; - if (unlikely(pos >= PyList_GET_SIZE(iter_obj))) return 0; - *ppos = pos + 1; - next_item = PyList_GET_ITEM(iter_obj, pos); - Py_INCREF(next_item); - } else -#endif - { - next_item = PyIter_Next(iter_obj); - if (unlikely(!next_item)) { - return __Pyx_IterFinish(); - } - } - if (pitem) { - *pitem = next_item; - } else if (pkey && pvalue) { - if (__Pyx_unpack_tuple2(next_item, pkey, pvalue, source_is_dict, source_is_dict, 1)) - return -1; - } else if (pkey) { - *pkey = next_item; - } else { - *pvalue = next_item; - } - return 1; -} - -static double __Pyx__PyObject_AsDouble(PyObject* obj) { - PyObject* float_value; -#if CYTHON_COMPILING_IN_PYPY - float_value = PyNumber_Float(obj); -#else - PyNumberMethods *nb = Py_TYPE(obj)->tp_as_number; - if (likely(nb) && likely(nb->nb_float)) { - float_value = nb->nb_float(obj); - if (likely(float_value) && unlikely(!PyFloat_Check(float_value))) { - PyErr_Format(PyExc_TypeError, - "__float__ returned non-float (type %.200s)", - Py_TYPE(float_value)->tp_name); - Py_DECREF(float_value); - goto bad; - } - } else if (PyUnicode_CheckExact(obj) || PyBytes_CheckExact(obj)) { -#if PY_MAJOR_VERSION >= 3 - float_value = PyFloat_FromString(obj); -#else - float_value = PyFloat_FromString(obj, 0); -#endif - } else { - PyObject* args = PyTuple_New(1); - if (unlikely(!args)) goto bad; - PyTuple_SET_ITEM(args, 0, obj); - float_value = PyObject_Call((PyObject*)&PyFloat_Type, args, 0); - PyTuple_SET_ITEM(args, 0, 0); - Py_DECREF(args); - } -#endif - if (likely(float_value)) { - double value = PyFloat_AS_DOUBLE(float_value); - Py_DECREF(float_value); - return value; - } -bad: - return (double)-1; -} - -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j) { - PyObject *r; - if (!j) return NULL; - r = PyObject_GetItem(o, j); - Py_DECREF(j); - return r; -} -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, - int wraparound, int boundscheck) { -#if CYTHON_COMPILING_IN_CPYTHON - if (wraparound & unlikely(i < 0)) i += PyList_GET_SIZE(o); - if ((!boundscheck) || likely((0 <= i) & (i < PyList_GET_SIZE(o)))) { - PyObject *r = PyList_GET_ITEM(o, i); - Py_INCREF(r); - return r; - } - return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); -#else - return PySequence_GetItem(o, i); -#endif -} -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, - int wraparound, int boundscheck) { -#if CYTHON_COMPILING_IN_CPYTHON - if (wraparound & unlikely(i < 0)) i += PyTuple_GET_SIZE(o); - if ((!boundscheck) || likely((0 <= i) & (i < PyTuple_GET_SIZE(o)))) { - PyObject *r = PyTuple_GET_ITEM(o, i); - Py_INCREF(r); - return r; - } - return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); -#else - return PySequence_GetItem(o, i); -#endif -} -static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i, - int is_list, int wraparound, int boundscheck) { -#if CYTHON_COMPILING_IN_CPYTHON - if (is_list || PyList_CheckExact(o)) { - Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyList_GET_SIZE(o); - if ((!boundscheck) || (likely((n >= 0) & (n < PyList_GET_SIZE(o))))) { - PyObject *r = PyList_GET_ITEM(o, n); - Py_INCREF(r); - return r; - } - } - else if (PyTuple_CheckExact(o)) { - Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyTuple_GET_SIZE(o); - if ((!boundscheck) || likely((n >= 0) & (n < PyTuple_GET_SIZE(o)))) { - PyObject *r = PyTuple_GET_ITEM(o, n); - Py_INCREF(r); - return r; - } - } else { - PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence; - if (likely(m && m->sq_item)) { - if (wraparound && unlikely(i < 0) && likely(m->sq_length)) { - Py_ssize_t l = m->sq_length(o); - if (likely(l >= 0)) { - i += l; - } else { - if (PyErr_ExceptionMatches(PyExc_OverflowError)) - PyErr_Clear(); - else - return NULL; - } - } - return m->sq_item(o, i); - } - } -#else - if (is_list || PySequence_Check(o)) { - return PySequence_GetItem(o, i); - } -#endif - return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); -} - -static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) { -#if CYTHON_COMPILING_IN_CPYTHON - PyObject *tmp_type, *tmp_value, *tmp_tb; - PyThreadState *tstate = PyThreadState_GET(); - tmp_type = tstate->curexc_type; - tmp_value = tstate->curexc_value; - tmp_tb = tstate->curexc_traceback; - tstate->curexc_type = type; - tstate->curexc_value = value; - tstate->curexc_traceback = tb; - Py_XDECREF(tmp_type); - Py_XDECREF(tmp_value); - Py_XDECREF(tmp_tb); -#else - PyErr_Restore(type, value, tb); -#endif -} -static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) { -#if CYTHON_COMPILING_IN_CPYTHON - PyThreadState *tstate = PyThreadState_GET(); - *type = tstate->curexc_type; - *value = tstate->curexc_value; - *tb = tstate->curexc_traceback; - tstate->curexc_type = 0; - tstate->curexc_value = 0; - tstate->curexc_traceback = 0; -#else - PyErr_Fetch(type, value, tb); -#endif -} - -#if PY_MAJOR_VERSION < 3 -static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, - CYTHON_UNUSED PyObject *cause) { - Py_XINCREF(type); - if (!value || value == Py_None) - value = NULL; - else - Py_INCREF(value); - if (!tb || tb == Py_None) - tb = NULL; - else { - Py_INCREF(tb); - if (!PyTraceBack_Check(tb)) { - PyErr_SetString(PyExc_TypeError, - "raise: arg 3 must be a traceback or None"); - goto raise_error; - } - } - if (PyType_Check(type)) { -#if CYTHON_COMPILING_IN_PYPY - if (!value) { - Py_INCREF(Py_None); - value = Py_None; - } -#endif - PyErr_NormalizeException(&type, &value, &tb); - } else { - if (value) { - PyErr_SetString(PyExc_TypeError, - "instance exception may not have a separate value"); - goto raise_error; - } - value = type; - type = (PyObject*) Py_TYPE(type); - Py_INCREF(type); - if (!PyType_IsSubtype((PyTypeObject *)type, (PyTypeObject *)PyExc_BaseException)) { - PyErr_SetString(PyExc_TypeError, - "raise: exception class must be a subclass of BaseException"); - goto raise_error; - } - } - __Pyx_ErrRestore(type, value, tb); - return; -raise_error: - Py_XDECREF(value); - Py_XDECREF(type); - Py_XDECREF(tb); - return; -} -#else -static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause) { - PyObject* owned_instance = NULL; - if (tb == Py_None) { - tb = 0; - } else if (tb && !PyTraceBack_Check(tb)) { - PyErr_SetString(PyExc_TypeError, - "raise: arg 3 must be a traceback or None"); - goto bad; - } - if (value == Py_None) - value = 0; - if (PyExceptionInstance_Check(type)) { - if (value) { - PyErr_SetString(PyExc_TypeError, - "instance exception may not have a separate value"); - goto bad; - } - value = type; - type = (PyObject*) Py_TYPE(value); - } else if (PyExceptionClass_Check(type)) { - PyObject *instance_class = NULL; - if (value && PyExceptionInstance_Check(value)) { - instance_class = (PyObject*) Py_TYPE(value); - if (instance_class != type) { - if (PyObject_IsSubclass(instance_class, type)) { - type = instance_class; - } else { - instance_class = NULL; - } - } - } - if (!instance_class) { - PyObject *args; - if (!value) - args = PyTuple_New(0); - else if (PyTuple_Check(value)) { - Py_INCREF(value); - args = value; - } else - args = PyTuple_Pack(1, value); - if (!args) - goto bad; - owned_instance = PyObject_Call(type, args, NULL); - Py_DECREF(args); - if (!owned_instance) - goto bad; - value = owned_instance; - if (!PyExceptionInstance_Check(value)) { - PyErr_Format(PyExc_TypeError, - "calling %R should have returned an instance of " - "BaseException, not %R", - type, Py_TYPE(value)); - goto bad; - } - } - } else { - PyErr_SetString(PyExc_TypeError, - "raise: exception class must be a subclass of BaseException"); - goto bad; - } -#if PY_VERSION_HEX >= 0x03030000 - if (cause) { -#else - if (cause && cause != Py_None) { -#endif - PyObject *fixed_cause; - if (cause == Py_None) { - fixed_cause = NULL; - } else if (PyExceptionClass_Check(cause)) { - fixed_cause = PyObject_CallObject(cause, NULL); - if (fixed_cause == NULL) - goto bad; - } else if (PyExceptionInstance_Check(cause)) { - fixed_cause = cause; - Py_INCREF(fixed_cause); - } else { - PyErr_SetString(PyExc_TypeError, - "exception causes must derive from " - "BaseException"); - goto bad; - } - PyException_SetCause(value, fixed_cause); - } - PyErr_SetObject(type, value); - if (tb) { -#if CYTHON_COMPILING_IN_PYPY - PyObject *tmp_type, *tmp_value, *tmp_tb; - PyErr_Fetch(tmp_type, tmp_value, tmp_tb); - Py_INCREF(tb); - PyErr_Restore(tmp_type, tmp_value, tb); - Py_XDECREF(tmp_tb); -#else - PyThreadState *tstate = PyThreadState_GET(); - PyObject* tmp_tb = tstate->curexc_traceback; - if (tb != tmp_tb) { - Py_INCREF(tb); - tstate->curexc_traceback = tb; - Py_XDECREF(tmp_tb); - } -#endif - } -bad: - Py_XDECREF(owned_instance); - return; -} -#endif - -static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line) { - int start = 0, mid = 0, end = count - 1; - if (end >= 0 && code_line > entries[end].code_line) { - return count; - } - while (start < end) { - mid = (start + end) / 2; - if (code_line < entries[mid].code_line) { - end = mid; - } else if (code_line > entries[mid].code_line) { - start = mid + 1; - } else { - return mid; - } - } - if (code_line <= entries[mid].code_line) { - return mid; - } else { - return mid + 1; - } -} -static PyCodeObject *__pyx_find_code_object(int code_line) { - PyCodeObject* code_object; - int pos; - if (unlikely(!code_line) || unlikely(!__pyx_code_cache.entries)) { - return NULL; - } - pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); - if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { - return NULL; - } - code_object = __pyx_code_cache.entries[pos].code_object; - Py_INCREF(code_object); - return code_object; -} -static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object) { - int pos, i; - __Pyx_CodeObjectCacheEntry* entries = __pyx_code_cache.entries; - if (unlikely(!code_line)) { - return; - } - if (unlikely(!entries)) { - entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Malloc(64*sizeof(__Pyx_CodeObjectCacheEntry)); - if (likely(entries)) { - __pyx_code_cache.entries = entries; - __pyx_code_cache.max_count = 64; - __pyx_code_cache.count = 1; - entries[0].code_line = code_line; - entries[0].code_object = code_object; - Py_INCREF(code_object); - } - return; - } - pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); - if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) { - PyCodeObject* tmp = entries[pos].code_object; - entries[pos].code_object = code_object; - Py_DECREF(tmp); - return; - } - if (__pyx_code_cache.count == __pyx_code_cache.max_count) { - int new_max = __pyx_code_cache.max_count + 64; - entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Realloc( - __pyx_code_cache.entries, (size_t)new_max*sizeof(__Pyx_CodeObjectCacheEntry)); - if (unlikely(!entries)) { - return; - } - __pyx_code_cache.entries = entries; - __pyx_code_cache.max_count = new_max; - } - for (i=__pyx_code_cache.count; i>pos; i--) { - entries[i] = entries[i-1]; - } - entries[pos].code_line = code_line; - entries[pos].code_object = code_object; - __pyx_code_cache.count++; - Py_INCREF(code_object); -} - -#include "compile.h" -#include "frameobject.h" -#include "traceback.h" -static PyCodeObject* __Pyx_CreateCodeObjectForTraceback( - const char *funcname, int c_line, - int py_line, const char *filename) { - PyCodeObject *py_code = 0; - PyObject *py_srcfile = 0; - PyObject *py_funcname = 0; - #if PY_MAJOR_VERSION < 3 - py_srcfile = PyString_FromString(filename); - #else - py_srcfile = PyUnicode_FromString(filename); - #endif - if (!py_srcfile) goto bad; - if (c_line) { - #if PY_MAJOR_VERSION < 3 - py_funcname = PyString_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line); - #else - py_funcname = PyUnicode_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line); - #endif - } - else { - #if PY_MAJOR_VERSION < 3 - py_funcname = PyString_FromString(funcname); - #else - py_funcname = PyUnicode_FromString(funcname); - #endif - } - if (!py_funcname) goto bad; - py_code = __Pyx_PyCode_New( - 0, - 0, - 0, - 0, - 0, - __pyx_empty_bytes, /*PyObject *code,*/ - __pyx_empty_tuple, /*PyObject *consts,*/ - __pyx_empty_tuple, /*PyObject *names,*/ - __pyx_empty_tuple, /*PyObject *varnames,*/ - __pyx_empty_tuple, /*PyObject *freevars,*/ - __pyx_empty_tuple, /*PyObject *cellvars,*/ - py_srcfile, /*PyObject *filename,*/ - py_funcname, /*PyObject *name,*/ - py_line, - __pyx_empty_bytes /*PyObject *lnotab*/ - ); - Py_DECREF(py_srcfile); - Py_DECREF(py_funcname); - return py_code; -bad: - Py_XDECREF(py_srcfile); - Py_XDECREF(py_funcname); - return NULL; -} -static void __Pyx_AddTraceback(const char *funcname, int c_line, - int py_line, const char *filename) { - PyCodeObject *py_code = 0; - PyFrameObject *py_frame = 0; - py_code = __pyx_find_code_object(c_line ? c_line : py_line); - if (!py_code) { - py_code = __Pyx_CreateCodeObjectForTraceback( - funcname, c_line, py_line, filename); - if (!py_code) goto bad; - __pyx_insert_code_object(c_line ? c_line : py_line, py_code); - } - py_frame = PyFrame_New( - PyThreadState_GET(), /*PyThreadState *tstate,*/ - py_code, /*PyCodeObject *code,*/ - __pyx_d, /*PyObject *globals,*/ - 0 /*PyObject *locals*/ - ); - if (!py_frame) goto bad; - py_frame->f_lineno = py_line; - PyTraceBack_Here(py_frame); -bad: - Py_XDECREF(py_code); - Py_XDECREF(py_frame); -} - -#if PY_MAJOR_VERSION < 3 -static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags) { - if (PyObject_CheckBuffer(obj)) return PyObject_GetBuffer(obj, view, flags); - if (PyObject_TypeCheck(obj, __pyx_ptype_5numpy_ndarray)) return __pyx_pw_5numpy_7ndarray_1__getbuffer__(obj, view, flags); - PyErr_Format(PyExc_TypeError, "'%.200s' does not have the buffer interface", Py_TYPE(obj)->tp_name); - return -1; -} -static void __Pyx_ReleaseBuffer(Py_buffer *view) { - PyObject *obj = view->obj; - if (!obj) return; - if (PyObject_CheckBuffer(obj)) { - PyBuffer_Release(view); - return; - } - if (PyObject_TypeCheck(obj, __pyx_ptype_5numpy_ndarray)) { __pyx_pw_5numpy_7ndarray_3__releasebuffer__(obj, view); return; } - Py_DECREF(obj); - view->obj = NULL; -} -#endif - - - static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level) { - PyObject *empty_list = 0; - PyObject *module = 0; - PyObject *global_dict = 0; - PyObject *empty_dict = 0; - PyObject *list; - #if PY_VERSION_HEX < 0x03030000 - PyObject *py_import; - py_import = __Pyx_PyObject_GetAttrStr(__pyx_b, __pyx_n_s_import); - if (!py_import) - goto bad; - #endif - if (from_list) - list = from_list; - else { - empty_list = PyList_New(0); - if (!empty_list) - goto bad; - list = empty_list; - } - global_dict = PyModule_GetDict(__pyx_m); - if (!global_dict) - goto bad; - empty_dict = PyDict_New(); - if (!empty_dict) - goto bad; - { - #if PY_MAJOR_VERSION >= 3 - if (level == -1) { - if (strchr(__Pyx_MODULE_NAME, '.')) { - #if PY_VERSION_HEX < 0x03030000 - PyObject *py_level = PyInt_FromLong(1); - if (!py_level) - goto bad; - module = PyObject_CallFunctionObjArgs(py_import, - name, global_dict, empty_dict, list, py_level, NULL); - Py_DECREF(py_level); - #else - module = PyImport_ImportModuleLevelObject( - name, global_dict, empty_dict, list, 1); - #endif - if (!module) { - if (!PyErr_ExceptionMatches(PyExc_ImportError)) - goto bad; - PyErr_Clear(); - } - } - level = 0; - } - #endif - if (!module) { - #if PY_VERSION_HEX < 0x03030000 - PyObject *py_level = PyInt_FromLong(level); - if (!py_level) - goto bad; - module = PyObject_CallFunctionObjArgs(py_import, - name, global_dict, empty_dict, list, py_level, NULL); - Py_DECREF(py_level); - #else - module = PyImport_ImportModuleLevelObject( - name, global_dict, empty_dict, list, level); - #endif - } - } -bad: - #if PY_VERSION_HEX < 0x03030000 - Py_XDECREF(py_import); - #endif - Py_XDECREF(empty_list); - Py_XDECREF(empty_dict); - return module; -} - -static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value) { - const int neg_one = (int) -1, const_zero = 0; - const int is_unsigned = neg_one > const_zero; - if (is_unsigned) { - if (sizeof(int) < sizeof(long)) { - return PyInt_FromLong((long) value); - } else if (sizeof(int) <= sizeof(unsigned long)) { - return PyLong_FromUnsignedLong((unsigned long) value); - } else if (sizeof(int) <= sizeof(unsigned long long)) { - return PyLong_FromUnsignedLongLong((unsigned long long) value); - } - } else { - if (sizeof(int) <= sizeof(long)) { - return PyInt_FromLong((long) value); - } else if (sizeof(int) <= sizeof(long long)) { - return PyLong_FromLongLong((long long) value); - } - } - { - int one = 1; int little = (int)*(unsigned char *)&one; - unsigned char *bytes = (unsigned char *)&value; - return _PyLong_FromByteArray(bytes, sizeof(int), - little, !is_unsigned); - } -} - -#define __PYX_VERIFY_RETURN_INT(target_type, func_type, func_value) \ - { \ - func_type value = func_value; \ - if (sizeof(target_type) < sizeof(func_type)) { \ - if (unlikely(value != (func_type) (target_type) value)) { \ - func_type zero = 0; \ - if (is_unsigned && unlikely(value < zero)) \ - goto raise_neg_overflow; \ - else \ - goto raise_overflow; \ - } \ - } \ - return (target_type) value; \ - } - -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - #include "longintrepr.h" - #endif -#endif - -static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) { - const int neg_one = (int) -1, const_zero = 0; - const int is_unsigned = neg_one > const_zero; -#if PY_MAJOR_VERSION < 3 - if (likely(PyInt_Check(x))) { - if (sizeof(int) < sizeof(long)) { - __PYX_VERIFY_RETURN_INT(int, long, PyInt_AS_LONG(x)) - } else { - long val = PyInt_AS_LONG(x); - if (is_unsigned && unlikely(val < 0)) { - goto raise_neg_overflow; - } - return (int) val; - } - } else -#endif - if (likely(PyLong_Check(x))) { - if (is_unsigned) { -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(x)) { - case 0: return 0; - case 1: __PYX_VERIFY_RETURN_INT(int, digit, ((PyLongObject*)x)->ob_digit[0]); - } - #endif -#endif - if (unlikely(Py_SIZE(x) < 0)) { - goto raise_neg_overflow; - } - if (sizeof(int) <= sizeof(unsigned long)) { - __PYX_VERIFY_RETURN_INT(int, unsigned long, PyLong_AsUnsignedLong(x)) - } else if (sizeof(int) <= sizeof(unsigned long long)) { - __PYX_VERIFY_RETURN_INT(int, unsigned long long, PyLong_AsUnsignedLongLong(x)) - } - } else { -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(x)) { - case 0: return 0; - case 1: __PYX_VERIFY_RETURN_INT(int, digit, +(((PyLongObject*)x)->ob_digit[0])); - case -1: __PYX_VERIFY_RETURN_INT(int, sdigit, -(sdigit) ((PyLongObject*)x)->ob_digit[0]); - } - #endif -#endif - if (sizeof(int) <= sizeof(long)) { - __PYX_VERIFY_RETURN_INT(int, long, PyLong_AsLong(x)) - } else if (sizeof(int) <= sizeof(long long)) { - __PYX_VERIFY_RETURN_INT(int, long long, PyLong_AsLongLong(x)) - } - } - { -#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray) - PyErr_SetString(PyExc_RuntimeError, - "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers"); -#else - int val; - PyObject *v = __Pyx_PyNumber_Int(x); - #if PY_MAJOR_VERSION < 3 - if (likely(v) && !PyLong_Check(v)) { - PyObject *tmp = v; - v = PyNumber_Long(tmp); - Py_DECREF(tmp); - } - #endif - if (likely(v)) { - int one = 1; int is_little = (int)*(unsigned char *)&one; - unsigned char *bytes = (unsigned char *)&val; - int ret = _PyLong_AsByteArray((PyLongObject *)v, - bytes, sizeof(val), - is_little, !is_unsigned); - Py_DECREF(v); - if (likely(!ret)) - return val; - } -#endif - return (int) -1; - } - } else { - int val; - PyObject *tmp = __Pyx_PyNumber_Int(x); - if (!tmp) return (int) -1; - val = __Pyx_PyInt_As_int(tmp); - Py_DECREF(tmp); - return val; - } -raise_overflow: - PyErr_SetString(PyExc_OverflowError, - "value too large to convert to int"); - return (int) -1; -raise_neg_overflow: - PyErr_SetString(PyExc_OverflowError, - "can't convert negative value to int"); - return (int) -1; -} - -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { - return ::std::complex< float >(x, y); - } - #else - static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { - return x + y*(__pyx_t_float_complex)_Complex_I; - } - #endif -#else - static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { - __pyx_t_float_complex z; - z.real = x; - z.imag = y; - return z; - } -#endif - -#if CYTHON_CCOMPLEX -#else - static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - return (a.real == b.real) && (a.imag == b.imag); - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - z.real = a.real + b.real; - z.imag = a.imag + b.imag; - return z; - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - z.real = a.real - b.real; - z.imag = a.imag - b.imag; - return z; - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prodf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - z.real = a.real * b.real - a.imag * b.imag; - z.imag = a.real * b.imag + a.imag * b.real; - return z; - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - float denom = b.real * b.real + b.imag * b.imag; - z.real = (a.real * b.real + a.imag * b.imag) / denom; - z.imag = (a.imag * b.real - a.real * b.imag) / denom; - return z; - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex a) { - __pyx_t_float_complex z; - z.real = -a.real; - z.imag = -a.imag; - return z; - } - static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex a) { - return (a.real == 0) && (a.imag == 0); - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex a) { - __pyx_t_float_complex z; - z.real = a.real; - z.imag = -a.imag; - return z; - } - #if 1 - static CYTHON_INLINE float __Pyx_c_absf(__pyx_t_float_complex z) { - #if !defined(HAVE_HYPOT) || defined(_MSC_VER) - return sqrtf(z.real*z.real + z.imag*z.imag); - #else - return hypotf(z.real, z.imag); - #endif - } - static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex a, __pyx_t_float_complex b) { - __pyx_t_float_complex z; - float r, lnr, theta, z_r, z_theta; - if (b.imag == 0 && b.real == (int)b.real) { - if (b.real < 0) { - float denom = a.real * a.real + a.imag * a.imag; - a.real = a.real / denom; - a.imag = -a.imag / denom; - b.real = -b.real; - } - switch ((int)b.real) { - case 0: - z.real = 1; - z.imag = 0; - return z; - case 1: - return a; - case 2: - z = __Pyx_c_prodf(a, a); - return __Pyx_c_prodf(a, a); - case 3: - z = __Pyx_c_prodf(a, a); - return __Pyx_c_prodf(z, a); - case 4: - z = __Pyx_c_prodf(a, a); - return __Pyx_c_prodf(z, z); - } - } - if (a.imag == 0) { - if (a.real == 0) { - return a; - } - r = a.real; - theta = 0; - } else { - r = __Pyx_c_absf(a); - theta = atan2f(a.imag, a.real); - } - lnr = logf(r); - z_r = expf(lnr * b.real - theta * b.imag); - z_theta = theta * b.real + lnr * b.imag; - z.real = z_r * cosf(z_theta); - z.imag = z_r * sinf(z_theta); - return z; - } - #endif -#endif - -#if CYTHON_CCOMPLEX - #ifdef __cplusplus - static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { - return ::std::complex< double >(x, y); - } - #else - static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { - return x + y*(__pyx_t_double_complex)_Complex_I; - } - #endif -#else - static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { - __pyx_t_double_complex z; - z.real = x; - z.imag = y; - return z; - } -#endif - -#if CYTHON_CCOMPLEX -#else - static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex a, __pyx_t_double_complex b) { - return (a.real == b.real) && (a.imag == b.imag); - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - z.real = a.real + b.real; - z.imag = a.imag + b.imag; - return z; - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - z.real = a.real - b.real; - z.imag = a.imag - b.imag; - return z; - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - z.real = a.real * b.real - a.imag * b.imag; - z.imag = a.real * b.imag + a.imag * b.real; - return z; - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - double denom = b.real * b.real + b.imag * b.imag; - z.real = (a.real * b.real + a.imag * b.imag) / denom; - z.imag = (a.imag * b.real - a.real * b.imag) / denom; - return z; - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex a) { - __pyx_t_double_complex z; - z.real = -a.real; - z.imag = -a.imag; - return z; - } - static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex a) { - return (a.real == 0) && (a.imag == 0); - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex a) { - __pyx_t_double_complex z; - z.real = a.real; - z.imag = -a.imag; - return z; - } - #if 1 - static CYTHON_INLINE double __Pyx_c_abs(__pyx_t_double_complex z) { - #if !defined(HAVE_HYPOT) || defined(_MSC_VER) - return sqrt(z.real*z.real + z.imag*z.imag); - #else - return hypot(z.real, z.imag); - #endif - } - static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex a, __pyx_t_double_complex b) { - __pyx_t_double_complex z; - double r, lnr, theta, z_r, z_theta; - if (b.imag == 0 && b.real == (int)b.real) { - if (b.real < 0) { - double denom = a.real * a.real + a.imag * a.imag; - a.real = a.real / denom; - a.imag = -a.imag / denom; - b.real = -b.real; - } - switch ((int)b.real) { - case 0: - z.real = 1; - z.imag = 0; - return z; - case 1: - return a; - case 2: - z = __Pyx_c_prod(a, a); - return __Pyx_c_prod(a, a); - case 3: - z = __Pyx_c_prod(a, a); - return __Pyx_c_prod(z, a); - case 4: - z = __Pyx_c_prod(a, a); - return __Pyx_c_prod(z, z); - } - } - if (a.imag == 0) { - if (a.real == 0) { - return a; - } - r = a.real; - theta = 0; - } else { - r = __Pyx_c_abs(a); - theta = atan2(a.imag, a.real); - } - lnr = log(r); - z_r = exp(lnr * b.real - theta * b.imag); - z_theta = theta * b.real + lnr * b.imag; - z.real = z_r * cos(z_theta); - z.imag = z_r * sin(z_theta); - return z; - } - #endif -#endif - -static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) { - const long neg_one = (long) -1, const_zero = 0; - const int is_unsigned = neg_one > const_zero; - if (is_unsigned) { - if (sizeof(long) < sizeof(long)) { - return PyInt_FromLong((long) value); - } else if (sizeof(long) <= sizeof(unsigned long)) { - return PyLong_FromUnsignedLong((unsigned long) value); - } else if (sizeof(long) <= sizeof(unsigned long long)) { - return PyLong_FromUnsignedLongLong((unsigned long long) value); - } - } else { - if (sizeof(long) <= sizeof(long)) { - return PyInt_FromLong((long) value); - } else if (sizeof(long) <= sizeof(long long)) { - return PyLong_FromLongLong((long long) value); - } - } - { - int one = 1; int little = (int)*(unsigned char *)&one; - unsigned char *bytes = (unsigned char *)&value; - return _PyLong_FromByteArray(bytes, sizeof(long), - little, !is_unsigned); - } -} - -static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) { - const long neg_one = (long) -1, const_zero = 0; - const int is_unsigned = neg_one > const_zero; -#if PY_MAJOR_VERSION < 3 - if (likely(PyInt_Check(x))) { - if (sizeof(long) < sizeof(long)) { - __PYX_VERIFY_RETURN_INT(long, long, PyInt_AS_LONG(x)) - } else { - long val = PyInt_AS_LONG(x); - if (is_unsigned && unlikely(val < 0)) { - goto raise_neg_overflow; - } - return (long) val; - } - } else -#endif - if (likely(PyLong_Check(x))) { - if (is_unsigned) { -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(x)) { - case 0: return 0; - case 1: __PYX_VERIFY_RETURN_INT(long, digit, ((PyLongObject*)x)->ob_digit[0]); - } - #endif -#endif - if (unlikely(Py_SIZE(x) < 0)) { - goto raise_neg_overflow; - } - if (sizeof(long) <= sizeof(unsigned long)) { - __PYX_VERIFY_RETURN_INT(long, unsigned long, PyLong_AsUnsignedLong(x)) - } else if (sizeof(long) <= sizeof(unsigned long long)) { - __PYX_VERIFY_RETURN_INT(long, unsigned long long, PyLong_AsUnsignedLongLong(x)) - } - } else { -#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(x)) { - case 0: return 0; - case 1: __PYX_VERIFY_RETURN_INT(long, digit, +(((PyLongObject*)x)->ob_digit[0])); - case -1: __PYX_VERIFY_RETURN_INT(long, sdigit, -(sdigit) ((PyLongObject*)x)->ob_digit[0]); - } - #endif -#endif - if (sizeof(long) <= sizeof(long)) { - __PYX_VERIFY_RETURN_INT(long, long, PyLong_AsLong(x)) - } else if (sizeof(long) <= sizeof(long long)) { - __PYX_VERIFY_RETURN_INT(long, long long, PyLong_AsLongLong(x)) - } - } - { -#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray) - PyErr_SetString(PyExc_RuntimeError, - "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers"); -#else - long val; - PyObject *v = __Pyx_PyNumber_Int(x); - #if PY_MAJOR_VERSION < 3 - if (likely(v) && !PyLong_Check(v)) { - PyObject *tmp = v; - v = PyNumber_Long(tmp); - Py_DECREF(tmp); - } - #endif - if (likely(v)) { - int one = 1; int is_little = (int)*(unsigned char *)&one; - unsigned char *bytes = (unsigned char *)&val; - int ret = _PyLong_AsByteArray((PyLongObject *)v, - bytes, sizeof(val), - is_little, !is_unsigned); - Py_DECREF(v); - if (likely(!ret)) - return val; - } -#endif - return (long) -1; - } - } else { - long val; - PyObject *tmp = __Pyx_PyNumber_Int(x); - if (!tmp) return (long) -1; - val = __Pyx_PyInt_As_long(tmp); - Py_DECREF(tmp); - return val; - } -raise_overflow: - PyErr_SetString(PyExc_OverflowError, - "value too large to convert to long"); - return (long) -1; -raise_neg_overflow: - PyErr_SetString(PyExc_OverflowError, - "can't convert negative value to long"); - return (long) -1; -} - -static int __Pyx_check_binary_version(void) { - char ctversion[4], rtversion[4]; - PyOS_snprintf(ctversion, 4, "%d.%d", PY_MAJOR_VERSION, PY_MINOR_VERSION); - PyOS_snprintf(rtversion, 4, "%s", Py_GetVersion()); - if (ctversion[0] != rtversion[0] || ctversion[2] != rtversion[2]) { - char message[200]; - PyOS_snprintf(message, sizeof(message), - "compiletime version %s of module '%.100s' " - "does not match runtime version %s", - ctversion, __Pyx_MODULE_NAME, rtversion); - return PyErr_WarnEx(NULL, message, 1); - } - return 0; -} - -#ifndef __PYX_HAVE_RT_ImportModule -#define __PYX_HAVE_RT_ImportModule -static PyObject *__Pyx_ImportModule(const char *name) { - PyObject *py_name = 0; - PyObject *py_module = 0; - py_name = __Pyx_PyIdentifier_FromString(name); - if (!py_name) - goto bad; - py_module = PyImport_Import(py_name); - Py_DECREF(py_name); - return py_module; -bad: - Py_XDECREF(py_name); - return 0; -} -#endif - -#ifndef __PYX_HAVE_RT_ImportType -#define __PYX_HAVE_RT_ImportType -static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, - size_t size, int strict) -{ - PyObject *py_module = 0; - PyObject *result = 0; - PyObject *py_name = 0; - char warning[200]; - Py_ssize_t basicsize; -#ifdef Py_LIMITED_API - PyObject *py_basicsize; -#endif - py_module = __Pyx_ImportModule(module_name); - if (!py_module) - goto bad; - py_name = __Pyx_PyIdentifier_FromString(class_name); - if (!py_name) - goto bad; - result = PyObject_GetAttr(py_module, py_name); - Py_DECREF(py_name); - py_name = 0; - Py_DECREF(py_module); - py_module = 0; - if (!result) - goto bad; - if (!PyType_Check(result)) { - PyErr_Format(PyExc_TypeError, - "%.200s.%.200s is not a type object", - module_name, class_name); - goto bad; - } -#ifndef Py_LIMITED_API - basicsize = ((PyTypeObject *)result)->tp_basicsize; -#else - py_basicsize = PyObject_GetAttrString(result, "__basicsize__"); - if (!py_basicsize) - goto bad; - basicsize = PyLong_AsSsize_t(py_basicsize); - Py_DECREF(py_basicsize); - py_basicsize = 0; - if (basicsize == (Py_ssize_t)-1 && PyErr_Occurred()) - goto bad; -#endif - if (!strict && (size_t)basicsize > size) { - PyOS_snprintf(warning, sizeof(warning), - "%s.%s size changed, may indicate binary incompatibility", - module_name, class_name); - if (PyErr_WarnEx(NULL, warning, 0) < 0) goto bad; - } - else if ((size_t)basicsize != size) { - PyErr_Format(PyExc_ValueError, - "%.200s.%.200s has the wrong size, try recompiling", - module_name, class_name); - goto bad; - } - return (PyTypeObject *)result; -bad: - Py_XDECREF(py_module); - Py_XDECREF(result); - return NULL; -} -#endif - -static int __Pyx_InitStrings(__Pyx_StringTabEntry *t) { - while (t->p) { - #if PY_MAJOR_VERSION < 3 - if (t->is_unicode) { - *t->p = PyUnicode_DecodeUTF8(t->s, t->n - 1, NULL); - } else if (t->intern) { - *t->p = PyString_InternFromString(t->s); - } else { - *t->p = PyString_FromStringAndSize(t->s, t->n - 1); - } - #else - if (t->is_unicode | t->is_str) { - if (t->intern) { - *t->p = PyUnicode_InternFromString(t->s); - } else if (t->encoding) { - *t->p = PyUnicode_Decode(t->s, t->n - 1, t->encoding, NULL); - } else { - *t->p = PyUnicode_FromStringAndSize(t->s, t->n - 1); - } - } else { - *t->p = PyBytes_FromStringAndSize(t->s, t->n - 1); - } - #endif - if (!*t->p) - return -1; - ++t; - } - return 0; -} - -static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { - return __Pyx_PyUnicode_FromStringAndSize(c_str, (Py_ssize_t)strlen(c_str)); -} -static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { - Py_ssize_t ignore; - return __Pyx_PyObject_AsStringAndSize(o, &ignore); -} -static CYTHON_INLINE char* __Pyx_PyObject_AsStringAndSize(PyObject* o, Py_ssize_t *length) { -#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT - if ( -#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII - __Pyx_sys_getdefaultencoding_not_ascii && -#endif - PyUnicode_Check(o)) { -#if PY_VERSION_HEX < 0x03030000 - char* defenc_c; - PyObject* defenc = _PyUnicode_AsDefaultEncodedString(o, NULL); - if (!defenc) return NULL; - defenc_c = PyBytes_AS_STRING(defenc); -#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII - { - char* end = defenc_c + PyBytes_GET_SIZE(defenc); - char* c; - for (c = defenc_c; c < end; c++) { - if ((unsigned char) (*c) >= 128) { - PyUnicode_AsASCIIString(o); - return NULL; - } - } - } -#endif - *length = PyBytes_GET_SIZE(defenc); - return defenc_c; -#else - if (__Pyx_PyUnicode_READY(o) == -1) return NULL; -#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII - if (PyUnicode_IS_ASCII(o)) { - *length = PyUnicode_GET_LENGTH(o); - return PyUnicode_AsUTF8(o); - } else { - PyUnicode_AsASCIIString(o); - return NULL; - } -#else - return PyUnicode_AsUTF8AndSize(o, length); -#endif -#endif - } else -#endif -#if !CYTHON_COMPILING_IN_PYPY - if (PyByteArray_Check(o)) { - *length = PyByteArray_GET_SIZE(o); - return PyByteArray_AS_STRING(o); - } else -#endif - { - char* result; - int r = PyBytes_AsStringAndSize(o, &result, length); - if (unlikely(r < 0)) { - return NULL; - } else { - return result; - } - } -} -static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { - int is_true = x == Py_True; - if (is_true | (x == Py_False) | (x == Py_None)) return is_true; - else return PyObject_IsTrue(x); -} -static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x) { - PyNumberMethods *m; - const char *name = NULL; - PyObject *res = NULL; -#if PY_MAJOR_VERSION < 3 - if (PyInt_Check(x) || PyLong_Check(x)) -#else - if (PyLong_Check(x)) -#endif - return Py_INCREF(x), x; - m = Py_TYPE(x)->tp_as_number; -#if PY_MAJOR_VERSION < 3 - if (m && m->nb_int) { - name = "int"; - res = PyNumber_Int(x); - } - else if (m && m->nb_long) { - name = "long"; - res = PyNumber_Long(x); - } -#else - if (m && m->nb_int) { - name = "int"; - res = PyNumber_Long(x); - } -#endif - if (res) { -#if PY_MAJOR_VERSION < 3 - if (!PyInt_Check(res) && !PyLong_Check(res)) { -#else - if (!PyLong_Check(res)) { -#endif - PyErr_Format(PyExc_TypeError, - "__%.4s__ returned non-%.4s (type %.200s)", - name, name, Py_TYPE(res)->tp_name); - Py_DECREF(res); - return NULL; - } - } - else if (!PyErr_Occurred()) { - PyErr_SetString(PyExc_TypeError, - "an integer is required"); - } - return res; -} -static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { - Py_ssize_t ival; - PyObject *x; -#if PY_MAJOR_VERSION < 3 - if (likely(PyInt_CheckExact(b))) - return PyInt_AS_LONG(b); -#endif - if (likely(PyLong_CheckExact(b))) { - #if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 - #if CYTHON_USE_PYLONG_INTERNALS - switch (Py_SIZE(b)) { - case -1: return -(sdigit)((PyLongObject*)b)->ob_digit[0]; - case 0: return 0; - case 1: return ((PyLongObject*)b)->ob_digit[0]; - } - #endif - #endif - return PyLong_AsSsize_t(b); - } - x = PyNumber_Index(b); - if (!x) return -1; - ival = PyInt_AsSsize_t(x); - Py_DECREF(x); - return ival; -} -static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { - return PyInt_FromSize_t(ival); -} - - -#endif /* Py_PYTHON_H */ diff --git a/experiments/ml3.pyx b/experiments/ml3.pyx deleted file mode 100644 index 6e031ef..0000000 --- a/experiments/ml3.pyx +++ /dev/null @@ -1,91 +0,0 @@ -# cython: boundscheck=False, cdivision=True -import numpy as np -cimport numpy as np -from libc.math cimport log, exp - -DTYPE = np.float64 -ctypedef np.float_t DTYPE_t - -cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, - DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - """weight for successful infection, exponential time model""" - cdef DTYPE_t structural, temporal, result - structural = delta ** dist - temporal = log(exp(alpha)-1.) - alpha*dt - result = log(structural) + temporal - return result - -cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, - DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): - """weight for failed infection, exponential time model""" - cdef DTYPE_t structural, temporal, result - structural = delta ** dist - temporal = exp(-alpha * dt) - result = log(1. - structural + structural * temporal) - return result - -def ml3(dict root_victims, dict victims, dict non_victims, DTYPE_t age, - DTYPE_t alpha, DTYPE_t delta): - cdef: - int n_roots, n_victims, roots, i, dist, dt, t, l - DTYPE_t beta, ll, beta_add, max_beta, max_beta_add - list parents, failures, successes - n_roots, n_victims = len(root_victims), len(victims) - cdef: - np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) - np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) - np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) - np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) - - # loop through victims - for i, parents in enumerate(victims.itervalues()): - # for each victim node i, compute the probability that all its parents - # fail to infect it, also computes the probability that its most - # likely parent infects it - failures = [weight_failure(dist, dt, alpha, delta, w1, w2, w3) - for (prnt, dist, dt, w1, w2, w3) in parents] - probs_fail[i] = sum(failures) - successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) - for (prnt, dist, dt, w1, w2, w3) in parents] - dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] - dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] - # find parent that maximizes log(p) - log(\tilde{p}) - # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) - probs[i] = float("-inf") - for l, s in enumerate(successes): - prob = s - failures[l] - if prob > probs[i]: - probs[i] = prob - parent_dists[i] = dists[l] - parent_dts[i] = dts[l] - # probs_fail[i] = failures[l] - - # calculate log likelihood - ll = probs_fail.sum() # add probability that all edges to all victims fail - - # print 'probs', probs - max_beta_add = float('-inf') - # iterate over all victim nodes to find the optimal threshold - for beta in np.arange(0.01, 1, .01): - thresh = log(beta/(3012.*(1.-beta))) - seeds = probs=thresh - roots = n_roots + sum(seeds) - - beta_add = 0. - # add probability for realized edges and subtract probability these edges fail - beta_add += (probs[non_seeds]).sum() - # add probability for the seeds and non-seeds - beta_add += roots * log(beta/3012.) + sum(non_seeds) * log(1. - beta) - - if beta_add > max_beta_add: - max_beta = beta - max_roots = roots - max_beta_add = beta_add - # print 'beta:', max_beta, 'add:', max_beta_add, 'roots:', max_roots - - ll += max_beta_add - roots = max_roots - beta = max_beta - # print n_nodes, n_roots, n_victims, max_i, roots - return (beta, roots, ll) \ No newline at end of file diff --git a/experiments/ml3.so b/experiments/ml3.so deleted file mode 100755 index fb8afc9..0000000 Binary files a/experiments/ml3.so and /dev/null differ diff --git a/experiments/new.py b/experiments/new.py deleted file mode 100644 index 4274dd7..0000000 --- a/experiments/new.py +++ /dev/null @@ -1,23 +0,0 @@ -from math import log, exp - -T = 100 -N = 100 - - -def kernel(t, mu): - return mu * exp(-mu * t) - - -def base_rate(t, lamb): - return lamb - - -def ll(crimes, weights, mu, lamb): - r = 0 - for i, crime in enumerate(crimes): - t, v = crime - a = sum(weights[(u, v)] * kernel(t - s, mu) for s, u in crimes[:t]) - r += log(base_rate(t, lamb) + a) - for j in range(N): - a = sum(weights[(u, v)] * kernel(T - s, mu) for s, u in crimes) - r -= log(a) diff --git a/experiments/old_stuff/dag_dat.csv b/experiments/old_stuff/dag_dat.csv deleted file mode 100644 index 5e880fa..0000000 --- a/experiments/old_stuff/dag_dat.csv +++ /dev/null @@ -1,253097 +0,0 @@ -"","from","to","dist","t1","t2" -"1",2,14586,3,2796,2801 -"2",14,854,3,1793,2307 -"3",14,1046,3,1793,1881 -"4",14,1102,3,1793,2282 -"5",14,1324,3,1793,2147 -"6",14,1367,3,1793,2176 -"7",14,1386,3,1793,1901 -"8",14,1767,3,1793,2727 -"9",14,3068,2,1793,1815 -"10",14,3306,3,1793,1989 -"11",14,3493,3,1793,2451 -"12",14,3980,3,1793,2771 -"13",14,4504,3,1793,1905 -"14",14,5148,3,1793,2206 -"15",14,5622,3,1793,2175 -"16",14,5669,3,1793,2502 -"17",14,5725,3,1793,2789 -"18",14,8533,3,1793,2251 -"19",14,9828,2,1793,2085 -"20",14,10146,3,1793,1878 -"21",14,10239,3,1793,2032 -"22",14,10857,3,1793,2253 -"23",14,11625,3,1793,2022 -"24",14,12388,2,1793,1975 -"25",14,12724,3,1793,1930 -"26",14,13158,3,1793,2667 -"27",14,14507,3,1793,2686 -"28",14,14754,3,1793,2456 -"29",14,15444,3,1793,2764 -"30",14,15756,3,1793,2362 -"31",14,16863,3,1793,2069 -"32",14,17632,3,1793,1947 -"33",14,17943,3,1793,1943 -"34",14,18165,3,1793,2085 -"35",14,18458,3,1793,2477 -"36",14,19208,3,1793,2629 -"37",14,19248,3,1793,2357 -"38",14,19605,2,1793,2395 -"39",14,19744,3,1793,2623 -"40",14,19980,3,1793,2231 -"41",14,20416,3,1793,2323 -"42",14,22260,2,1793,2137 -"43",14,23725,3,1793,2378 -"44",14,24648,3,1793,1833 -"45",14,24825,3,1793,2686 -"46",14,25440,3,1793,2749 -"47",14,26351,3,1793,2683 -"48",14,28285,2,1793,2972 -"49",14,29073,3,1793,2328 -"50",14,29454,3,1793,2719 -"51",14,30236,3,1793,2238 -"52",14,30827,1,1793,2323 -"53",14,31307,3,1793,2139 -"54",14,33160,3,1793,2441 -"55",14,33380,2,1793,2340 -"56",14,34735,3,1793,2767 -"57",14,35360,3,1793,2043 -"58",14,37915,2,1793,1905 -"59",14,38732,3,1793,2263 -"60",14,41682,2,1793,1988 -"61",14,42216,2,1793,2722 -"62",14,43404,2,1793,2649 -"63",14,43978,3,1793,2698 -"64",14,45302,3,1793,2390 -"65",14,47947,3,1793,2681 -"66",14,48823,3,1793,2080 -"67",14,50480,3,1793,2701 -"68",14,54551,3,1793,2348 -"69",14,56893,3,1793,2597 -"70",14,59539,3,1793,2429 -"71",14,60179,3,1793,2708 -"72",14,73107,3,1793,1918 -"73",21,160,3,1385,2007 -"74",21,1108,1,1385,1600 -"75",21,2747,3,1385,2411 -"76",21,2959,3,1385,1785 -"77",21,4001,3,1385,1687 -"78",21,4526,3,1385,1728 -"79",21,8062,3,1385,2858 -"80",21,8865,3,1385,2394 -"81",21,8890,3,1385,1955 -"82",21,10239,3,1385,2032 -"83",21,10980,2,1385,1974 -"84",21,12818,3,1385,2015 -"85",21,12948,3,1385,2669 -"86",21,14586,2,1385,2801 -"87",21,16690,3,1385,2132 -"88",21,19364,3,1385,2846 -"89",21,22709,3,1385,2743 -"90",21,22723,3,1385,2859 -"91",21,23488,3,1385,1523 -"92",21,27320,3,1385,2378 -"93",21,27742,3,1385,2700 -"94",21,27914,3,1385,2507 -"95",21,30034,3,1385,2357 -"96",21,31541,2,1385,1500 -"97",21,32818,3,1385,2485 -"98",21,34491,2,1385,2694 -"99",21,35728,3,1385,2017 -"100",21,39418,3,1385,1978 -"101",21,39522,2,1385,1428 -"102",21,42331,2,1385,1585 -"103",21,42836,3,1385,1939 -"104",21,45869,3,1385,2840 -"105",21,47654,3,1385,1664 -"106",21,47968,3,1385,2829 -"107",21,51879,3,1385,1771 -"108",21,52041,3,1385,2694 -"109",21,55472,3,1385,1516 -"110",21,55487,3,1385,1500 -"111",21,63077,2,1385,2778 -"112",21,63837,2,1385,2807 -"113",21,68876,3,1385,1397 -"114",21,69232,3,1385,2130 -"115",21,70101,3,1385,2414 -"116",21,74370,3,1385,1667 -"117",21,82932,3,1385,2245 -"118",21,85869,3,1385,1509 -"119",21,92850,2,1385,1971 -"120",21,100860,2,1385,2326 -"121",23,675,3,1682,1686 -"122",23,1136,3,1682,2536 -"123",23,1196,3,1682,1986 -"124",23,3164,3,1682,2693 -"125",23,3961,3,1682,2426 -"126",23,4618,3,1682,2607 -"127",23,5041,1,1682,2371 -"128",23,6030,3,1682,2953 -"129",23,6324,3,1682,1990 -"130",23,10358,2,1682,2294 -"131",23,13929,3,1682,2693 -"132",23,14032,3,1682,2144 -"133",23,14084,3,1682,2491 -"134",23,15301,3,1682,2308 -"135",23,16352,3,1682,2657 -"136",23,18348,3,1682,1711 -"137",23,22566,3,1682,2308 -"138",23,25298,3,1682,2443 -"139",23,25341,3,1682,1858 -"140",23,25971,3,1682,2608 -"141",23,27377,3,1682,1724 -"142",23,28050,3,1682,1955 -"143",23,28168,3,1682,2702 -"144",23,29170,3,1682,1846 -"145",23,31799,3,1682,2547 -"146",23,32919,3,1682,2321 -"147",23,34509,3,1682,1973 -"148",23,34735,3,1682,2767 -"149",23,35926,3,1682,2371 -"150",23,36691,3,1682,1903 -"151",23,36962,3,1682,2861 -"152",23,49277,3,1682,1928 -"153",23,51410,3,1682,2739 -"154",23,55691,3,1682,2856 -"155",23,57246,3,1682,1873 -"156",23,72501,3,1682,2795 -"157",24,997,3,1295,2788 -"158",24,1875,2,1295,1786 -"159",24,2563,3,1295,1686 -"160",24,2754,3,1295,1360 -"161",24,4671,2,1295,2280 -"162",24,5226,2,1295,1309 -"163",24,7616,3,1295,2296 -"164",24,7858,3,1295,1795 -"165",24,8866,3,1295,1545 -"166",24,8888,3,1295,1328 -"167",24,12767,3,1295,2329 -"168",24,14655,3,1295,2559 -"169",24,15207,3,1295,1855 -"170",24,16539,3,1295,1947 -"171",24,19096,1,1295,1538 -"172",24,21406,3,1295,2714 -"173",24,23312,3,1295,2449 -"174",24,28635,3,1295,2368 -"175",24,28640,3,1295,1475 -"176",24,33949,3,1295,2489 -"177",24,36714,2,1295,2209 -"178",24,43225,3,1295,1835 -"179",24,43385,3,1295,1623 -"180",24,47362,3,1295,2253 -"181",24,48384,3,1295,2057 -"182",24,48571,2,1295,2717 -"183",24,49512,3,1295,1302 -"184",24,53219,3,1295,2973 -"185",24,53323,3,1295,2677 -"186",24,57353,3,1295,1849 -"187",24,95644,3,1295,1531 -"188",24,98781,3,1295,1410 -"189",33,11477,3,2263,2724 -"190",33,14972,3,2263,2332 -"191",42,1090,2,2265,2370 -"192",42,2166,2,2265,2557 -"193",42,5849,3,2265,2404 -"194",42,7078,2,2265,2344 -"195",42,12867,3,2265,2773 -"196",42,15184,3,2265,2396 -"197",42,16497,1,2265,2370 -"198",42,18151,3,2265,2962 -"199",42,19528,2,2265,2742 -"200",42,20783,2,2265,2414 -"201",42,24255,3,2265,2770 -"202",42,26608,1,2265,2329 -"203",42,33572,2,2265,2370 -"204",42,34327,3,2265,2959 -"205",42,38667,3,2265,2880 -"206",42,44427,3,2265,2875 -"207",42,49965,2,2265,2301 -"208",42,53789,2,2265,2681 -"209",42,55828,3,2265,2393 -"210",42,94125,3,2265,2280 -"211",55,4188,3,2524,2963 -"212",55,37801,3,2524,2578 -"213",55,44312,3,2524,2741 -"214",55,57205,2,2524,2948 -"215",55,68215,3,2524,2727 -"216",113,18821,3,1943,2075 -"217",113,19048,3,1943,2180 -"218",113,33460,3,1943,2781 -"219",133,7942,3,540,2623 -"220",133,11434,3,540,1187 -"221",133,12728,2,540,2374 -"222",133,13837,3,540,1604 -"223",133,25677,3,540,632 -"224",133,30145,1,540,607 -"225",133,38213,3,540,1744 -"226",133,41739,3,540,1339 -"227",133,49620,3,540,1868 -"228",133,59700,3,540,2346 -"229",133,74636,3,540,2525 -"230",133,75216,2,540,672 -"231",133,92322,3,540,2393 -"232",134,701,3,2062,2718 -"233",134,913,3,2062,2144 -"234",134,1102,3,2062,2282 -"235",134,2572,3,2062,2273 -"236",134,2684,3,2062,2874 -"237",134,3966,3,2062,2425 -"238",134,4687,2,2062,2152 -"239",134,6390,3,2062,2385 -"240",134,7506,3,2062,2371 -"241",134,9150,1,2062,2689 -"242",134,10358,3,2062,2294 -"243",134,11218,3,2062,2292 -"244",134,12042,3,2062,2345 -"245",134,12982,3,2062,2143 -"246",134,14652,2,2062,2516 -"247",134,16352,3,2062,2657 -"248",134,19862,3,2062,2412 -"249",134,20496,3,2062,2530 -"250",134,25816,3,2062,2088 -"251",134,26080,3,2062,2525 -"252",134,26721,1,2062,2586 -"253",134,27334,2,2062,2750 -"254",134,29962,3,2062,2201 -"255",134,31159,3,2062,2231 -"256",134,31235,2,2062,2668 -"257",134,35715,3,2062,2912 -"258",134,41402,3,2062,2313 -"259",134,41972,3,2062,2509 -"260",134,42216,3,2062,2722 -"261",134,45302,3,2062,2390 -"262",134,47445,3,2062,2668 -"263",134,49110,2,2062,2938 -"264",134,51866,3,2062,2411 -"265",134,54879,3,2062,2210 -"266",134,55256,2,2062,2379 -"267",134,55652,3,2062,2795 -"268",134,56859,3,2062,2319 -"269",134,57544,3,2062,2443 -"270",134,57969,3,2062,2755 -"271",134,62739,3,2062,2753 -"272",134,62840,3,2062,2502 -"273",134,72088,3,2062,2728 -"274",135,455,2,2233,2827 -"275",135,470,3,2233,2285 -"276",135,1136,3,2233,2536 -"277",135,2424,3,2233,2582 -"278",135,2954,3,2233,2727 -"279",135,4618,3,2233,2607 -"280",135,6491,3,2233,2424 -"281",135,7847,3,2233,2424 -"282",135,8533,3,2233,2251 -"283",135,11067,3,2233,2734 -"284",135,19248,3,2233,2357 -"285",135,20563,3,2233,2267 -"286",135,22566,3,2233,2308 -"287",135,23132,3,2233,2756 -"288",135,23705,2,2233,2699 -"289",135,27628,3,2233,2389 -"290",135,30052,3,2233,2855 -"291",135,32939,3,2233,2277 -"292",135,34480,3,2233,2755 -"293",135,38727,3,2233,2238 -"294",135,40369,3,2233,2735 -"295",135,42935,3,2233,2400 -"296",135,51410,3,2233,2739 -"297",135,52576,3,2233,2234 -"298",135,54250,3,2233,2340 -"299",135,55139,2,2233,2323 -"300",135,61982,3,2233,2725 -"301",135,62841,3,2233,2710 -"302",135,64997,3,2233,2791 -"303",135,66413,2,2233,2507 -"304",135,72207,3,2233,2430 -"305",140,3978,3,2267,2775 -"306",140,4303,3,2267,2414 -"307",140,6989,3,2267,2623 -"308",140,11648,3,2267,2852 -"309",140,18005,3,2267,2449 -"310",140,27320,3,2267,2378 -"311",140,40572,3,2267,2666 -"312",140,45729,3,2267,2606 -"313",140,47595,2,2267,2374 -"314",140,47968,3,2267,2829 -"315",140,50585,3,2267,2414 -"316",140,53739,3,2267,2704 -"317",140,64947,3,2267,2489 -"318",140,88067,3,2267,2315 -"319",145,134,3,1998,2062 -"320",145,160,3,1998,2007 -"321",145,312,3,1998,2038 -"322",145,380,3,1998,2261 -"323",145,470,3,1998,2285 -"324",145,913,1,1998,2144 -"325",145,1102,2,1998,2282 -"326",145,2224,3,1998,2751 -"327",145,2484,3,1998,2389 -"328",145,2572,3,1998,2273 -"329",145,2625,2,1998,2152 -"330",145,2954,2,1998,2727 -"331",145,3748,3,1998,2052 -"332",145,3978,3,1998,2775 -"333",145,4084,3,1998,2133 -"334",145,4687,2,1998,2152 -"335",145,4929,3,1998,2240 -"336",145,5078,3,1998,2033 -"337",145,5326,3,1998,2652 -"338",145,5457,3,1998,2077 -"339",145,5462,3,1998,2374 -"340",145,5504,3,1998,2389 -"341",145,6074,3,1998,2426 -"342",145,6390,2,1998,2385 -"343",145,6491,3,1998,2424 -"344",145,7515,3,1998,2737 -"345",145,8842,3,1998,2535 -"346",145,9150,3,1998,2689 -"347",145,9331,3,1998,2269 -"348",145,9362,2,1998,2879 -"349",145,10433,3,1998,2075 -"350",145,10513,3,1998,2284 -"351",145,12081,2,1998,2166 -"352",145,12528,3,1998,2589 -"353",145,12618,3,1998,2021 -"354",145,12982,3,1998,2143 -"355",145,14652,2,1998,2516 -"356",145,14655,3,1998,2559 -"357",145,14767,3,1998,2068 -"358",145,14918,2,1998,2071 -"359",145,17351,2,1998,2036 -"360",145,17520,3,1998,2276 -"361",145,17549,2,1998,2647 -"362",145,18543,3,1998,2968 -"363",145,19248,3,1998,2357 -"364",145,20331,3,1998,2365 -"365",145,21682,3,1998,2414 -"366",145,21929,3,1998,2062 -"367",145,22567,3,1998,2396 -"368",145,22682,3,1998,2035 -"369",145,23132,3,1998,2756 -"370",145,23725,3,1998,2378 -"371",145,24256,3,1998,2393 -"372",145,24448,2,1998,2289 -"373",145,24558,3,1998,2139 -"374",145,25816,3,1998,2088 -"375",145,26067,3,1998,2069 -"376",145,27275,2,1998,2656 -"377",145,27390,2,1998,2425 -"378",145,27391,3,1998,2378 -"379",145,27796,3,1998,2151 -"380",145,29308,3,1998,2094 -"381",145,30052,3,1998,2855 -"382",145,31117,3,1998,2210 -"383",145,31159,3,1998,2231 -"384",145,31235,1,1998,2668 -"385",145,31705,3,1998,2706 -"386",145,34120,3,1998,2786 -"387",145,36087,3,1998,2755 -"388",145,38307,3,1998,2648 -"389",145,38780,2,1998,2705 -"390",145,40383,3,1998,2639 -"391",145,41945,3,1998,2856 -"392",145,42216,3,1998,2722 -"393",145,42799,3,1998,2729 -"394",145,44688,3,1998,2924 -"395",145,45302,3,1998,2390 -"396",145,46040,3,1998,2105 -"397",145,47445,2,1998,2668 -"398",145,50113,3,1998,2059 -"399",145,52576,3,1998,2234 -"400",145,56082,3,1998,2395 -"401",145,57544,2,1998,2443 -"402",145,66413,3,1998,2507 -"403",145,67652,3,1998,2736 -"404",145,73305,3,1998,2544 -"405",145,76892,3,1998,2381 -"406",145,82949,3,1998,2077 -"407",145,94179,3,1998,2000 -"408",147,2747,3,1040,2411 -"409",147,4612,3,1040,2804 -"410",147,14998,3,1040,1553 -"411",147,19610,1,1040,1236 -"412",147,20155,3,1040,1517 -"413",147,28116,2,1040,1643 -"414",147,37636,3,1040,2178 -"415",147,44433,3,1040,2224 -"416",147,44603,3,1040,2748 -"417",147,68539,2,1040,1158 -"418",147,101435,3,1040,1236 -"419",160,316,3,2007,2413 -"420",160,341,3,2007,2689 -"421",160,798,3,2007,2476 -"422",160,2684,3,2007,2874 -"423",160,2747,3,2007,2411 -"424",160,3978,3,2007,2775 -"425",160,4367,3,2007,2794 -"426",160,4929,3,2007,2240 -"427",160,5610,3,2007,2223 -"428",160,6063,3,2007,2349 -"429",160,6192,3,2007,2409 -"430",160,7252,3,2007,2799 -"431",160,7616,2,2007,2296 -"432",160,8238,2,2007,2222 -"433",160,8568,3,2007,2706 -"434",160,8726,3,2007,2083 -"435",160,8842,3,2007,2535 -"436",160,8865,3,2007,2394 -"437",160,9331,2,2007,2269 -"438",160,9503,3,2007,2453 -"439",160,9787,3,2007,2858 -"440",160,10129,3,2007,2124 -"441",160,11588,3,2007,2352 -"442",160,12081,3,2007,2166 -"443",160,12560,3,2007,2565 -"444",160,12577,3,2007,2530 -"445",160,12976,3,2007,2399 -"446",160,13136,3,2007,2867 -"447",160,13249,2,2007,2573 -"448",160,13324,3,2007,2163 -"449",160,14817,3,2007,2110 -"450",160,14918,3,2007,2071 -"451",160,14972,3,2007,2332 -"452",160,15444,3,2007,2764 -"453",160,16205,3,2007,2630 -"454",160,16286,3,2007,2470 -"455",160,16690,3,2007,2132 -"456",160,17033,3,2007,2771 -"457",160,17351,1,2007,2036 -"458",160,17549,3,2007,2647 -"459",160,18165,3,2007,2085 -"460",160,18421,3,2007,2457 -"461",160,19208,2,2007,2629 -"462",160,19364,3,2007,2846 -"463",160,19605,3,2007,2395 -"464",160,19744,3,2007,2623 -"465",160,19980,3,2007,2231 -"466",160,20331,3,2007,2365 -"467",160,21734,3,2007,2528 -"468",160,22578,3,2007,2216 -"469",160,22709,3,2007,2743 -"470",160,22723,3,2007,2859 -"471",160,22808,3,2007,2297 -"472",160,22950,3,2007,2576 -"473",160,23098,3,2007,2300 -"474",160,23206,3,2007,2805 -"475",160,23460,3,2007,2183 -"476",160,24069,3,2007,2697 -"477",160,24256,3,2007,2393 -"478",160,24558,3,2007,2139 -"479",160,24753,3,2007,2860 -"480",160,25373,3,2007,2783 -"481",160,26083,3,2007,2038 -"482",160,26124,3,2007,2356 -"483",160,27379,3,2007,2461 -"484",160,27390,3,2007,2425 -"485",160,27742,3,2007,2700 -"486",160,27796,3,2007,2151 -"487",160,28218,3,2007,2048 -"488",160,28837,3,2007,2286 -"489",160,28869,3,2007,2425 -"490",160,29454,3,2007,2719 -"491",160,30034,3,2007,2357 -"492",160,31117,3,2007,2210 -"493",160,31335,3,2007,2351 -"494",160,34120,3,2007,2786 -"495",160,34504,3,2007,2310 -"496",160,35715,3,2007,2912 -"497",160,35980,3,2007,2657 -"498",160,36559,3,2007,2473 -"499",160,37929,3,2007,2393 -"500",160,38307,3,2007,2648 -"501",160,39556,3,2007,2747 -"502",160,41664,3,2007,2641 -"503",160,41694,3,2007,2358 -"504",160,41764,3,2007,2409 -"505",160,41945,2,2007,2856 -"506",160,42129,3,2007,2318 -"507",160,42372,3,2007,2230 -"508",160,42813,3,2007,2142 -"509",160,43455,3,2007,2846 -"510",160,44235,3,2007,2700 -"511",160,44688,2,2007,2924 -"512",160,45729,3,2007,2606 -"513",160,46446,3,2007,2295 -"514",160,47564,2,2007,2650 -"515",160,49334,3,2007,2433 -"516",160,50480,3,2007,2701 -"517",160,55076,3,2007,2408 -"518",160,55643,3,2007,2359 -"519",160,58501,3,2007,2613 -"520",160,58521,3,2007,2950 -"521",160,67266,3,2007,2010 -"522",160,69232,3,2007,2130 -"523",160,70583,3,2007,2615 -"524",160,77052,3,2007,2770 -"525",160,78563,3,2007,2385 -"526",160,82932,3,2007,2245 -"527",160,91942,3,2007,2216 -"528",173,1314,3,575,1522 -"529",173,2057,3,575,1965 -"530",173,4526,2,575,1728 -"531",173,4669,3,575,2395 -"532",173,8610,3,575,2240 -"533",173,8777,2,575,1620 -"534",173,13099,3,575,1547 -"535",173,23277,3,575,1267 -"536",173,26642,3,575,2952 -"537",173,36514,3,575,1192 -"538",173,36737,3,575,829 -"539",173,43568,3,575,837 -"540",173,50520,3,575,1205 -"541",173,79432,3,575,1708 -"542",173,93930,3,575,1268 -"543",180,602,3,1593,2632 -"544",180,6982,3,1593,2034 -"545",180,9311,3,1593,2477 -"546",180,10843,3,1593,2277 -"547",180,12703,3,1593,2689 -"548",180,14103,2,1593,2204 -"549",180,14723,3,1593,2019 -"550",180,15626,3,1593,2434 -"551",180,19049,2,1593,1798 -"552",180,21448,3,1593,2332 -"553",180,22311,2,1593,2034 -"554",180,25248,3,1593,1938 -"555",180,26227,3,1593,2265 -"556",180,28982,3,1593,2746 -"557",180,33433,3,1593,2805 -"558",180,35888,3,1593,2291 -"559",180,49560,3,1593,1679 -"560",180,52576,3,1593,2234 -"561",180,58508,3,1593,2326 -"562",180,59113,3,1593,2434 -"563",180,106515,2,1593,2113 -"564",194,237,3,1243,1982 -"565",194,1702,2,1243,1984 -"566",194,1846,2,1243,1845 -"567",194,2936,3,1243,2512 -"568",194,4646,2,1243,2139 -"569",194,4889,3,1243,1501 -"570",194,7014,3,1243,2401 -"571",194,7337,2,1243,1797 -"572",194,13566,3,1243,2056 -"573",194,14972,3,1243,2332 -"574",194,18965,3,1243,2315 -"575",194,20894,3,1243,2214 -"576",194,21207,3,1243,1258 -"577",194,23756,3,1243,2309 -"578",194,30870,3,1243,2370 -"579",194,39589,3,1243,1292 -"580",194,44749,3,1243,1303 -"581",194,46486,3,1243,1868 -"582",194,51879,3,1243,1771 -"583",194,57356,3,1243,2476 -"584",194,59776,3,1243,2493 -"585",194,61337,3,1243,2777 -"586",194,62626,3,1243,2787 -"587",194,69810,2,1243,2321 -"588",194,72632,3,1243,1289 -"589",206,307,3,1986,2530 -"590",206,312,2,1986,2038 -"591",206,913,3,1986,2144 -"592",206,2533,3,1986,2016 -"593",206,2684,2,1986,2874 -"594",206,3305,3,1986,2839 -"595",206,5429,1,1986,1991 -"596",206,7013,3,1986,2040 -"597",206,9893,2,1986,2701 -"598",206,10799,3,1986,2010 -"599",206,10871,3,1986,2314 -"600",206,11055,1,1986,2111 -"601",206,11351,3,1986,2971 -"602",206,11440,3,1986,2026 -"603",206,11620,2,1986,2010 -"604",206,15184,3,1986,2396 -"605",206,15433,3,1986,2038 -"606",206,15716,3,1986,1991 -"607",206,19027,2,1986,2721 -"608",206,19248,2,1986,2357 -"609",206,19719,3,1986,2177 -"610",206,20067,3,1986,2390 -"611",206,20700,3,1986,2861 -"612",206,21706,2,1986,1988 -"613",206,23132,3,1986,2756 -"614",206,24448,3,1986,2289 -"615",206,24753,3,1986,2860 -"616",206,27275,3,1986,2656 -"617",206,27694,3,1986,2030 -"618",206,31799,3,1986,2547 -"619",206,33801,3,1986,2899 -"620",206,35481,3,1986,2211 -"621",206,42574,3,1986,2842 -"622",206,45608,3,1986,2420 -"623",206,48605,3,1986,2796 -"624",206,51041,3,1986,2606 -"625",206,53475,3,1986,2853 -"626",206,54695,2,1986,2429 -"627",206,57977,3,1986,2683 -"628",206,58427,3,1986,2234 -"629",206,61982,3,1986,2725 -"630",206,62841,3,1986,2710 -"631",206,65029,3,1986,2954 -"632",206,66224,3,1986,2728 -"633",206,67652,3,1986,2736 -"634",206,76892,3,1986,2381 -"635",212,270,3,1513,2542 -"636",212,380,3,1513,2261 -"637",212,455,3,1513,2827 -"638",212,470,3,1513,2285 -"639",212,489,3,1513,2652 -"640",212,823,3,1513,2840 -"641",212,1046,3,1513,1881 -"642",212,1102,3,1513,2282 -"643",212,1124,3,1513,1596 -"644",212,1175,3,1513,1642 -"645",212,1897,3,1513,1727 -"646",212,2111,3,1513,1904 -"647",212,2224,2,1513,2751 -"648",212,2424,2,1513,2582 -"649",212,2533,3,1513,2016 -"650",212,3305,3,1513,2839 -"651",212,4360,3,1513,1770 -"652",212,5235,3,1513,2324 -"653",212,5971,3,1513,1985 -"654",212,6222,3,1513,1949 -"655",212,6449,3,1513,1997 -"656",212,6588,3,1513,2025 -"657",212,6602,3,1513,1631 -"658",212,6718,1,1513,2138 -"659",212,8533,3,1513,2251 -"660",212,8762,3,1513,2585 -"661",212,8821,3,1513,2230 -"662",212,9175,3,1513,2639 -"663",212,9432,3,1513,1693 -"664",212,10433,3,1513,2075 -"665",212,10474,3,1513,1608 -"666",212,10488,3,1513,1524 -"667",212,10857,3,1513,2253 -"668",212,11218,3,1513,2292 -"669",212,11229,3,1513,1625 -"670",212,12724,3,1513,1930 -"671",212,13307,3,1513,2206 -"672",212,14959,2,1513,2898 -"673",212,15207,3,1513,1855 -"674",212,15813,3,1513,2143 -"675",212,17931,3,1513,1617 -"676",212,18394,3,1513,2356 -"677",212,18571,3,1513,2128 -"678",212,19862,3,1513,2412 -"679",212,20124,3,1513,2376 -"680",212,21012,3,1513,2325 -"681",212,21104,3,1513,2327 -"682",212,21122,3,1513,1701 -"683",212,21164,2,1513,1645 -"684",212,21285,3,1513,2100 -"685",212,21463,3,1513,2437 -"686",212,21693,1,1513,2176 -"687",212,22326,1,1513,2818 -"688",212,22362,1,1513,1836 -"689",212,23509,3,1513,2275 -"690",212,23526,3,1513,1998 -"691",212,23715,3,1513,1859 -"692",212,23729,3,1513,1624 -"693",212,25305,1,1513,2447 -"694",212,27390,3,1513,2425 -"695",212,28115,3,1513,1835 -"696",212,28285,3,1513,2972 -"697",212,29962,2,1513,2201 -"698",212,30052,3,1513,2855 -"699",212,30092,3,1513,1593 -"700",212,30173,2,1513,2404 -"701",212,30405,3,1513,2164 -"702",212,30827,3,1513,2323 -"703",212,34160,3,1513,1759 -"704",212,34820,3,1513,1630 -"705",212,35235,3,1513,2610 -"706",212,36136,3,1513,2338 -"707",212,38019,3,1513,1870 -"708",212,38921,3,1513,1880 -"709",212,40493,3,1513,1981 -"710",212,41108,3,1513,1624 -"711",212,42216,2,1513,2722 -"712",212,42687,3,1513,1952 -"713",212,43455,3,1513,2846 -"714",212,45239,3,1513,2535 -"715",212,46629,3,1513,2255 -"716",212,47947,3,1513,2681 -"717",212,48035,3,1513,2180 -"718",212,50118,3,1513,2654 -"719",212,52576,3,1513,2234 -"720",212,53196,3,1513,1888 -"721",212,54551,3,1513,2348 -"722",212,56082,3,1513,2395 -"723",212,56317,3,1513,2030 -"724",212,58508,3,1513,2326 -"725",212,61982,3,1513,2725 -"726",212,66860,3,1513,1548 -"727",212,70217,1,1513,2332 -"728",212,72207,2,1513,2430 -"729",212,76892,3,1513,2381 -"730",212,79322,3,1513,2770 -"731",212,79804,3,1513,2227 -"732",212,81588,3,1513,1568 -"733",212,82949,3,1513,2077 -"734",212,85138,2,1513,1685 -"735",212,97915,3,1513,1802 -"736",212,101295,3,1513,2165 -"737",212,101797,3,1513,2357 -"738",231,33278,3,1301,1591 -"739",231,94339,2,1301,2768 -"740",237,364,3,1982,2351 -"741",237,448,1,1982,2693 -"742",237,798,3,1982,2476 -"743",237,841,3,1982,2964 -"744",237,1639,3,1982,2631 -"745",237,3978,3,1982,2775 -"746",237,4361,3,1982,2571 -"747",237,4430,3,1982,2019 -"748",237,4602,3,1982,2446 -"749",237,4646,2,1982,2139 -"750",237,4730,2,1982,2131 -"751",237,6989,3,1982,2623 -"752",237,7014,3,1982,2401 -"753",237,7433,3,1982,2255 -"754",237,7443,3,1982,2028 -"755",237,8726,3,1982,2083 -"756",237,9035,3,1982,2771 -"757",237,9115,2,1982,2068 -"758",237,9503,3,1982,2453 -"759",237,9785,3,1982,2951 -"760",237,9787,3,1982,2858 -"761",237,10129,3,1982,2124 -"762",237,10215,3,1982,2006 -"763",237,11506,3,1982,2824 -"764",237,11538,2,1982,2288 -"765",237,11625,3,1982,2022 -"766",237,11648,3,1982,2852 -"767",237,12078,3,1982,2381 -"768",237,13842,2,1982,2250 -"769",237,18965,2,1982,2315 -"770",237,19934,3,1982,2888 -"771",237,21180,3,1982,2762 -"772",237,21487,3,1982,2203 -"773",237,26428,3,1982,2203 -"774",237,26734,3,1982,2299 -"775",237,27908,3,1982,2576 -"776",237,30442,3,1982,2124 -"777",237,30697,3,1982,2891 -"778",237,31868,3,1982,1993 -"779",237,32775,3,1982,2135 -"780",237,32818,3,1982,2485 -"781",237,33537,3,1982,2406 -"782",237,34162,3,1982,2336 -"783",237,35477,3,1982,2703 -"784",237,35728,3,1982,2017 -"785",237,36487,3,1982,2622 -"786",237,36970,3,1982,2693 -"787",237,37279,3,1982,2768 -"788",237,38492,2,1982,2280 -"789",237,43673,3,1982,2787 -"790",237,45730,3,1982,2063 -"791",237,52815,3,1982,2323 -"792",237,55775,3,1982,2385 -"793",237,59637,3,1982,2141 -"794",237,59683,3,1982,2068 -"795",237,59776,2,1982,2493 -"796",237,61240,3,1982,2651 -"797",237,61337,3,1982,2777 -"798",237,64967,3,1982,2872 -"799",237,66693,3,1982,2554 -"800",237,69810,3,1982,2321 -"801",237,71531,3,1982,2887 -"802",237,74605,3,1982,2265 -"803",237,76132,3,1982,2426 -"804",237,111375,3,1982,2686 -"805",243,22908,3,872,2134 -"806",243,30350,2,872,2515 -"807",243,57108,3,872,1609 -"808",250,25462,3,954,2653 -"809",250,26218,2,954,2460 -"810",250,39657,2,954,1947 -"811",267,13899,3,2631,2650 -"812",267,16866,3,2631,2718 -"813",267,18865,3,2631,2676 -"814",267,31705,3,2631,2706 -"815",267,34327,3,2631,2959 -"816",267,50480,3,2631,2701 -"817",267,56910,3,2631,2705 -"818",269,1369,3,407,2487 -"819",269,2588,3,407,552 -"820",269,4634,2,407,2291 -"821",269,6999,3,407,2214 -"822",269,7257,3,407,1915 -"823",269,7499,3,407,1803 -"824",269,8463,3,407,2466 -"825",269,9656,2,407,1135 -"826",269,9783,1,407,1275 -"827",269,10250,2,407,1606 -"828",269,12966,3,407,2011 -"829",269,13034,3,407,698 -"830",269,14490,3,407,2291 -"831",269,14957,3,407,2306 -"832",269,15281,2,407,810 -"833",269,15778,3,407,2262 -"834",269,15782,3,407,2306 -"835",269,16963,3,407,1999 -"836",269,17480,3,407,2316 -"837",269,18645,3,407,793 -"838",269,20709,2,407,1757 -"839",269,21753,2,407,1838 -"840",269,22932,3,407,2469 -"841",269,23043,2,407,1109 -"842",269,35317,3,407,1888 -"843",269,42407,3,407,2408 -"844",269,42574,3,407,2842 -"845",269,47882,2,407,2769 -"846",269,50083,1,407,1275 -"847",269,51505,3,407,1572 -"848",269,55325,3,407,653 -"849",269,55742,3,407,2006 -"850",269,58711,3,407,2746 -"851",269,67150,2,407,2633 -"852",269,73520,3,407,2613 -"853",269,78227,2,407,1745 -"854",269,78611,3,407,1586 -"855",269,78628,3,407,914 -"856",269,84235,3,407,1639 -"857",269,88448,2,407,914 -"858",269,93553,3,407,2537 -"859",269,96332,3,407,1197 -"860",269,99196,3,407,598 -"861",270,701,3,2542,2718 -"862",270,2224,3,2542,2751 -"863",270,2424,1,2542,2582 -"864",270,3305,2,2542,2839 -"865",270,3477,3,2542,2546 -"866",270,5258,3,2542,2730 -"867",270,7234,3,2542,2654 -"868",270,7794,3,2542,2972 -"869",270,9175,3,2542,2639 -"870",270,10029,3,2542,2718 -"871",270,10890,3,2542,2639 -"872",270,11477,3,2542,2724 -"873",270,14655,3,2542,2559 -"874",270,14959,3,2542,2898 -"875",270,16352,3,2542,2657 -"876",270,16432,3,2542,2664 -"877",270,17365,2,2542,2746 -"878",270,18361,3,2542,2968 -"879",270,18543,3,2542,2968 -"880",270,22326,3,2542,2818 -"881",270,22415,3,2542,2841 -"882",270,23011,3,2542,2763 -"883",270,25129,3,2542,2647 -"884",270,26749,3,2542,2965 -"885",270,30052,3,2542,2855 -"886",270,31436,3,2542,2892 -"887",270,31705,3,2542,2706 -"888",270,34480,3,2542,2755 -"889",270,37238,3,2542,2609 -"890",270,38307,2,2542,2648 -"891",270,41945,2,2542,2856 -"892",270,42216,3,2542,2722 -"893",270,43455,1,2542,2846 -"894",270,43518,2,2542,2680 -"895",270,45729,3,2542,2606 -"896",270,48605,3,2542,2796 -"897",270,49110,3,2542,2938 -"898",270,50118,3,2542,2654 -"899",270,50785,3,2542,2877 -"900",270,51041,2,2542,2606 -"901",270,52032,3,2542,2853 -"902",270,52570,3,2542,2645 -"903",270,54929,3,2542,2783 -"904",270,56237,2,2542,2625 -"905",270,57977,3,2542,2683 -"906",270,61982,1,2542,2725 -"907",270,62841,2,2542,2710 -"908",270,67726,3,2542,2873 -"909",270,68215,3,2542,2727 -"910",270,70203,3,2542,2756 -"911",270,117956,3,2542,2774 -"912",279,913,3,1989,2144 -"913",279,5235,3,1989,2324 -"914",279,10513,3,1989,2284 -"915",279,12528,2,1989,2589 -"916",279,12618,2,1989,2021 -"917",279,14834,3,1989,2739 -"918",279,22567,3,1989,2396 -"919",279,23132,3,1989,2756 -"920",279,24448,3,1989,2289 -"921",279,27275,3,1989,2656 -"922",279,27390,3,1989,2425 -"923",279,32457,3,1989,2690 -"924",279,34480,3,1989,2755 -"925",279,45302,3,1989,2390 -"926",279,46950,3,1989,2673 -"927",279,59022,3,1989,2494 -"928",279,64699,3,1989,2797 -"929",279,67652,3,1989,2736 -"930",279,80825,3,1989,2315 -"931",282,1315,3,171,2760 -"932",282,2370,3,171,1600 -"933",282,3139,2,171,1656 -"934",282,3158,3,171,2762 -"935",282,4249,3,171,2547 -"936",282,4784,2,171,2511 -"937",282,6020,3,171,1864 -"938",282,9740,1,171,2233 -"939",282,11270,3,171,1011 -"940",282,13479,3,171,2155 -"941",282,13551,2,171,1451 -"942",282,13595,2,171,1164 -"943",282,13688,2,171,1627 -"944",282,14255,1,171,893 -"945",282,14256,2,171,279 -"946",282,16455,3,171,946 -"947",282,17531,3,171,876 -"948",282,21358,3,171,1970 -"949",282,28648,3,171,1586 -"950",282,30544,1,171,2041 -"951",282,30692,3,171,700 -"952",282,30738,3,171,1166 -"953",282,34274,3,171,1437 -"954",282,41489,3,171,2006 -"955",282,45297,2,171,1864 -"956",282,48823,3,171,2080 -"957",282,49029,3,171,647 -"958",282,51212,3,171,1801 -"959",282,58190,3,171,906 -"960",282,67289,3,171,829 -"961",282,68813,3,171,2511 -"962",282,69732,3,171,732 -"963",282,71225,3,171,956 -"964",282,76842,2,171,1518 -"965",282,82217,3,171,2441 -"966",282,82740,2,171,579 -"967",282,84885,2,171,1649 -"968",282,93642,3,171,1120 -"969",282,95238,2,171,259 -"970",282,95258,2,171,199 -"971",282,103256,2,171,572 -"972",282,109034,2,171,259 -"973",282,123211,3,171,405 -"974",283,378,2,2082,2766 -"975",288,377,3,947,2389 -"976",288,543,3,947,2203 -"977",288,1090,3,947,2370 -"978",288,1151,3,947,2885 -"979",288,1469,3,947,1160 -"980",288,1495,3,947,2046 -"981",288,1616,3,947,2662 -"982",288,2166,3,947,2557 -"983",288,2181,3,947,2030 -"984",288,2484,2,947,2389 -"985",288,2563,3,947,1686 -"986",288,2743,3,947,1278 -"987",288,2766,3,947,1920 -"988",288,2894,3,947,1291 -"989",288,3088,3,947,1670 -"990",288,3161,3,947,2229 -"991",288,5504,3,947,2389 -"992",288,6222,3,947,1949 -"993",288,7323,3,947,2858 -"994",288,12778,3,947,2045 -"995",288,13835,3,947,1588 -"996",288,13945,3,947,1324 -"997",288,14959,3,947,2898 -"998",288,16164,3,947,1184 -"999",288,16587,3,947,2065 -"1000",288,17520,2,947,2276 -"1001",288,18554,3,947,2065 -"1002",288,18615,2,947,1025 -"1003",288,19606,3,947,2783 -"1004",288,20700,3,947,2861 -"1005",288,24042,3,947,2880 -"1006",288,25874,3,947,2088 -"1007",288,28057,3,947,1067 -"1008",288,32516,3,947,2050 -"1009",288,33572,3,947,2370 -"1010",288,35256,3,947,2271 -"1011",288,37238,3,947,2609 -"1012",288,37570,3,947,2389 -"1013",288,37873,3,947,1288 -"1014",288,38667,3,947,2880 -"1015",288,38921,2,947,1880 -"1016",288,39278,3,947,1952 -"1017",288,39444,3,947,2695 -"1018",288,41023,3,947,2408 -"1019",288,41064,2,947,1201 -"1020",288,41945,3,947,2856 -"1021",288,42264,2,947,1702 -"1022",288,43455,3,947,2846 -"1023",288,44427,3,947,2875 -"1024",288,44885,3,947,2670 -"1025",288,44899,3,947,2386 -"1026",288,47362,3,947,2253 -"1027",288,48414,3,947,1749 -"1028",288,50133,2,947,1236 -"1029",288,50252,2,947,2001 -"1030",288,51157,3,947,2319 -"1031",288,52566,3,947,2318 -"1032",288,53031,3,947,2065 -"1033",288,57691,2,947,1232 -"1034",288,58854,3,947,1131 -"1035",288,67222,3,947,1332 -"1036",288,70647,3,947,2795 -"1037",288,77424,3,947,1489 -"1038",288,93752,3,947,1368 -"1039",288,94125,3,947,2280 -"1040",288,94520,3,947,1243 -"1041",288,100134,3,947,977 -"1042",288,109415,3,947,1328 -"1043",301,6040,3,2070,2103 -"1044",301,53289,3,2070,2746 -"1045",307,9893,2,2530,2701 -"1046",307,19027,3,2530,2721 -"1047",307,42574,3,2530,2842 -"1048",312,270,3,2038,2542 -"1049",312,380,3,2038,2261 -"1050",312,701,3,2038,2718 -"1051",312,913,2,2038,2144 -"1052",312,2036,3,2038,2483 -"1053",312,2424,2,2038,2582 -"1054",312,2572,3,2038,2273 -"1055",312,2684,2,2038,2874 -"1056",312,3305,2,2038,2839 -"1057",312,3628,3,2038,2707 -"1058",312,3947,3,2038,2067 -"1059",312,3966,3,2038,2425 -"1060",312,5148,3,2038,2206 -"1061",312,5669,3,2038,2502 -"1062",312,5725,3,2038,2789 -"1063",312,5839,3,2038,2301 -"1064",312,6055,3,2038,2651 -"1065",312,6208,3,2038,2361 -"1066",312,6363,2,2038,2066 -"1067",312,7013,3,2038,2040 -"1068",312,7508,3,2038,2396 -"1069",312,8533,3,2038,2251 -"1070",312,8762,3,2038,2585 -"1071",312,9184,3,2038,2670 -"1072",312,9893,3,2038,2701 -"1073",312,10513,3,2038,2284 -"1074",312,10871,2,2038,2314 -"1075",312,11055,2,2038,2111 -"1076",312,11351,2,2038,2971 -"1077",312,12528,3,2038,2589 -"1078",312,12728,3,2038,2374 -"1079",312,13307,3,2038,2206 -"1080",312,15560,3,2038,2257 -"1081",312,15813,3,2038,2143 -"1082",312,16332,3,2038,2668 -"1083",312,16432,3,2038,2664 -"1084",312,16954,3,2038,2972 -"1085",312,17520,3,2038,2276 -"1086",312,19027,3,2038,2721 -"1087",312,19248,1,2038,2357 -"1088",312,19516,2,2038,2313 -"1089",312,19719,2,2038,2177 -"1090",312,19862,3,2038,2412 -"1091",312,21012,3,2038,2325 -"1092",312,21285,3,2038,2100 -"1093",312,21929,3,2038,2062 -"1094",312,22277,3,2038,2424 -"1095",312,23223,3,2038,2094 -"1096",312,23509,3,2038,2275 -"1097",312,24448,2,2038,2289 -"1098",312,24753,3,2038,2860 -"1099",312,24955,3,2038,2424 -"1100",312,25129,3,2038,2647 -"1101",312,25985,3,2038,2071 -"1102",312,26351,3,2038,2683 -"1103",312,26582,3,2038,2772 -"1104",312,26749,3,2038,2965 -"1105",312,27195,3,2038,2158 -"1106",312,27275,2,2038,2656 -"1107",312,27390,3,2038,2425 -"1108",312,28285,3,2038,2972 -"1109",312,29930,3,2038,2240 -"1110",312,30052,3,2038,2855 -"1111",312,30906,3,2038,2537 -"1112",312,31124,3,2038,2351 -"1113",312,31235,3,2038,2668 -"1114",312,32965,3,2038,2071 -"1115",312,33380,3,2038,2340 -"1116",312,33672,3,2038,2396 -"1117",312,33801,3,2038,2899 -"1118",312,34480,3,2038,2755 -"1119",312,35738,3,2038,2448 -"1120",312,37285,3,2038,2428 -"1121",312,39087,3,2038,2765 -"1122",312,39535,3,2038,2428 -"1123",312,42196,3,2038,2765 -"1124",312,43455,3,2038,2846 -"1125",312,45608,2,2038,2420 -"1126",312,46629,3,2038,2255 -"1127",312,47098,3,2038,2057 -"1128",312,47947,3,2038,2681 -"1129",312,48605,2,2038,2796 -"1130",312,49110,3,2038,2938 -"1131",312,50236,3,2038,2339 -"1132",312,50785,3,2038,2877 -"1133",312,51041,1,2038,2606 -"1134",312,51410,3,2038,2739 -"1135",312,51866,3,2038,2411 -"1136",312,52323,2,2038,2148 -"1137",312,52570,3,2038,2645 -"1138",312,52576,3,2038,2234 -"1139",312,53219,3,2038,2973 -"1140",312,54695,2,2038,2429 -"1141",312,56082,3,2038,2395 -"1142",312,58427,3,2038,2234 -"1143",312,58508,3,2038,2326 -"1144",312,58684,3,2038,2295 -"1145",312,59022,3,2038,2494 -"1146",312,61982,2,2038,2725 -"1147",312,62841,2,2038,2710 -"1148",312,64945,3,2038,2279 -"1149",312,66224,3,2038,2728 -"1150",312,67652,2,2038,2736 -"1151",312,68215,3,2038,2727 -"1152",312,76892,2,2038,2381 -"1153",312,82949,3,2038,2077 -"1154",313,362,3,2271,2537 -"1155",313,377,1,2271,2389 -"1156",313,613,3,2271,2687 -"1157",313,1151,2,2271,2885 -"1158",313,1616,2,2271,2662 -"1159",313,2036,2,2271,2483 -"1160",313,2224,3,2271,2751 -"1161",313,2484,2,2271,2389 -"1162",313,3853,3,2271,2465 -"1163",313,4057,2,2271,2389 -"1164",313,5462,2,2271,2374 -"1165",313,5504,2,2271,2389 -"1166",313,7323,2,2271,2858 -"1167",313,7394,2,2271,2615 -"1168",313,8604,3,2271,2799 -"1169",313,8760,2,2271,2477 -"1170",313,9362,3,2271,2879 -"1171",313,12713,3,2271,2440 -"1172",313,17520,3,2271,2276 -"1173",313,18151,3,2271,2962 -"1174",313,19606,3,2271,2783 -"1175",313,20700,2,2271,2861 -"1176",313,24923,3,2271,2785 -"1177",313,26516,3,2271,2479 -"1178",313,27478,1,2271,2485 -"1179",313,31799,3,2271,2547 -"1180",313,37570,2,2271,2389 -"1181",313,39548,3,2271,2389 -"1182",313,44768,3,2271,2516 -"1183",313,57977,3,2271,2683 -"1184",313,58218,3,2271,2627 -"1185",313,68098,3,2271,2378 -"1186",313,85430,3,2271,2370 -"1187",313,93615,3,2271,2386 -"1188",316,8842,3,2413,2535 -"1189",316,17549,3,2413,2647 -"1190",316,19208,3,2413,2629 -"1191",316,27379,2,2413,2461 -"1192",316,38307,3,2413,2648 -"1193",316,41945,3,2413,2856 -"1194",316,44688,2,2413,2924 -"1195",316,50480,3,2413,2701 -"1196",323,915,3,1706,1793 -"1197",323,3477,3,1706,2546 -"1198",323,7337,3,1706,1797 -"1199",323,8789,2,1706,2024 -"1200",323,10870,3,1706,1755 -"1201",323,13136,3,1706,2867 -"1202",323,19208,3,1706,2629 -"1203",323,19605,2,1706,2395 -"1204",323,27379,3,1706,2461 -"1205",323,29454,3,1706,2719 -"1206",323,50480,3,1706,2701 -"1207",325,212,2,495,1513 -"1208",325,270,2,495,2542 -"1209",325,1124,2,495,1596 -"1210",325,1520,3,495,1716 -"1211",325,2111,3,495,1904 -"1212",325,2424,3,495,2582 -"1213",325,3305,3,495,2839 -"1214",325,3306,3,495,1989 -"1215",325,4701,3,495,2401 -"1216",325,4790,3,495,1025 -"1217",325,4791,3,495,1184 -"1218",325,4889,3,495,1501 -"1219",325,5235,3,495,2324 -"1220",325,5971,3,495,1985 -"1221",325,6222,3,495,1949 -"1222",325,6264,3,495,749 -"1223",325,6363,3,495,2066 -"1224",325,6588,3,495,2025 -"1225",325,6718,1,495,2138 -"1226",325,7555,3,495,1943 -"1227",325,7627,3,495,1543 -"1228",325,8533,3,495,2251 -"1229",325,8762,3,495,2585 -"1230",325,8866,3,495,1545 -"1231",325,8888,3,495,1328 -"1232",325,9432,3,495,1693 -"1233",325,9650,3,495,1167 -"1234",325,10488,2,495,1524 -"1235",325,10523,3,495,1510 -"1236",325,11229,2,495,1625 -"1237",325,11817,2,495,600 -"1238",325,12374,3,495,2260 -"1239",325,13307,3,495,2206 -"1240",325,14108,3,495,2012 -"1241",325,14656,3,495,584 -"1242",325,14959,3,495,2898 -"1243",325,14972,3,495,2332 -"1244",325,15003,3,495,2067 -"1245",325,15135,3,495,1035 -"1246",325,16310,3,495,2796 -"1247",325,16352,3,495,2657 -"1248",325,17376,3,495,1202 -"1249",325,18152,3,495,1314 -"1250",325,18361,3,495,2968 -"1251",325,18394,2,495,2356 -"1252",325,19622,3,495,2371 -"1253",325,20124,3,495,2376 -"1254",325,20975,3,495,1305 -"1255",325,21012,3,495,2325 -"1256",325,21104,3,495,2327 -"1257",325,21122,3,495,1701 -"1258",325,21198,3,495,935 -"1259",325,21693,2,495,2176 -"1260",325,22197,2,495,2271 -"1261",325,22282,3,495,1418 -"1262",325,22326,2,495,2818 -"1263",325,22362,2,495,1836 -"1264",325,23509,3,495,2275 -"1265",325,23526,3,495,1998 -"1266",325,23715,3,495,1859 -"1267",325,23725,3,495,2378 -"1268",325,24066,3,495,1755 -"1269",325,24362,3,495,1287 -"1270",325,25305,2,495,2447 -"1271",325,25985,3,495,2071 -"1272",325,26749,3,495,2965 -"1273",325,26867,3,495,1804 -"1274",325,27112,2,495,500 -"1275",325,27849,3,495,1316 -"1276",325,29093,3,495,1933 -"1277",325,29705,2,495,607 -"1278",325,29962,3,495,2201 -"1279",325,29987,2,495,956 -"1280",325,30173,3,495,2404 -"1281",325,30325,3,495,1067 -"1282",325,30334,3,495,2075 -"1283",325,30405,3,495,2164 -"1284",325,31307,3,495,2139 -"1285",325,32017,3,495,577 -"1286",325,32131,2,495,1035 -"1287",325,32965,3,495,2071 -"1288",325,35402,3,495,2339 -"1289",325,35518,3,495,1721 -"1290",325,35673,3,495,1067 -"1291",325,37636,3,495,2178 -"1292",325,37800,3,495,604 -"1293",325,38019,3,495,1870 -"1294",325,39238,3,495,922 -"1295",325,39570,2,495,496 -"1296",325,39865,3,495,849 -"1297",325,40028,3,495,1349 -"1298",325,40072,3,495,1182 -"1299",325,40392,3,495,1878 -"1300",325,42687,2,495,1952 -"1301",325,43051,3,495,904 -"1302",325,43455,3,495,2846 -"1303",325,43518,3,495,2680 -"1304",325,44059,3,495,525 -"1305",325,44521,3,495,1593 -"1306",325,44729,3,495,588 -"1307",325,46182,3,495,1613 -"1308",325,46196,3,495,1510 -"1309",325,46629,3,495,2255 -"1310",325,46723,3,495,607 -"1311",325,48548,3,495,826 -"1312",325,50118,3,495,2654 -"1313",325,50219,3,495,756 -"1314",325,50236,3,495,2339 -"1315",325,51783,3,495,2599 -"1316",325,52136,3,495,1412 -"1317",325,52345,3,495,1430 -"1318",325,53303,3,495,1376 -"1319",325,56082,3,495,2395 -"1320",325,56317,3,495,2030 -"1321",325,57246,3,495,1873 -"1322",325,58508,3,495,2326 -"1323",325,59939,3,495,936 -"1324",325,61982,3,495,2725 -"1325",325,67763,2,495,822 -"1326",325,68215,3,495,2727 -"1327",325,70217,3,495,2332 -"1328",325,70724,2,495,496 -"1329",325,70838,3,495,687 -"1330",325,71342,3,495,1289 -"1331",325,72207,3,495,2430 -"1332",325,72326,3,495,2384 -"1333",325,72956,3,495,1251 -"1334",325,75948,3,495,1006 -"1335",325,77305,3,495,965 -"1336",325,79436,3,495,1344 -"1337",325,79804,2,495,2227 -"1338",325,80242,1,495,569 -"1339",325,80784,3,495,1738 -"1340",325,81588,3,495,1568 -"1341",325,82949,3,495,2077 -"1342",325,85138,3,495,1685 -"1343",325,87048,2,495,989 -"1344",325,89097,3,495,935 -"1345",325,91912,2,495,790 -"1346",325,92220,3,495,607 -"1347",325,97915,3,495,1802 -"1348",325,101797,3,495,2357 -"1349",325,109663,3,495,545 -"1350",325,111971,3,495,1032 -"1351",325,112437,3,495,513 -"1352",325,117956,3,495,2774 -"1353",325,120549,3,495,708 -"1354",330,19364,3,2163,2846 -"1355",330,34921,3,2163,2181 -"1356",330,73553,3,2163,2726 -"1357",330,121354,2,2163,2862 -"1358",341,841,1,2689,2964 -"1359",341,3978,3,2689,2775 -"1360",341,10310,3,2689,2774 -"1361",341,11648,3,2689,2852 -"1362",341,13732,3,2689,2789 -"1363",341,15444,3,2689,2764 -"1364",341,31331,1,2689,2964 -"1365",341,31700,3,2689,2727 -"1366",341,41770,3,2689,2752 -"1367",341,41945,3,2689,2856 -"1368",341,44235,3,2689,2700 -"1369",341,44688,3,2689,2924 -"1370",341,59243,3,2689,2770 -"1371",341,61337,3,2689,2777 -"1372",341,64967,2,2689,2872 -"1373",357,377,3,2327,2389 -"1374",357,5350,3,2327,2522 -"1375",357,7759,3,2327,2844 -"1376",357,12042,3,2327,2345 -"1377",357,21872,2,2327,2458 -"1378",357,24923,1,2327,2785 -"1379",357,29073,3,2327,2328 -"1380",357,31799,3,2327,2547 -"1381",357,40937,1,2327,2639 -"1382",357,71982,3,2327,2812 -"1383",357,102824,1,2327,2944 -"1384",358,361,1,798,1970 -"1385",358,392,1,798,1915 -"1386",358,3011,3,798,2278 -"1387",358,7548,2,798,1932 -"1388",358,9311,2,798,2477 -"1389",358,10843,3,798,2277 -"1390",358,13249,3,798,2573 -"1391",358,15626,3,798,2434 -"1392",358,16542,3,798,2039 -"1393",358,18393,3,798,860 -"1394",358,19453,3,798,1928 -"1395",358,20494,3,798,1075 -"1396",358,22455,3,798,1197 -"1397",358,24286,3,798,1280 -"1398",358,24753,3,798,2860 -"1399",358,24793,3,798,1993 -"1400",358,24794,2,798,925 -"1401",358,24826,3,798,1382 -"1402",358,27297,2,798,1382 -"1403",358,30906,3,798,2537 -"1404",358,33356,3,798,1586 -"1405",358,33433,2,798,2805 -"1406",358,34707,3,798,2042 -"1407",358,36446,3,798,1175 -"1408",358,36763,3,798,2165 -"1409",358,49581,1,798,1817 -"1410",358,49677,3,798,1222 -"1411",358,50946,2,798,1075 -"1412",358,52457,3,798,849 -"1413",358,52566,3,798,2318 -"1414",358,55324,3,798,1544 -"1415",358,55643,2,798,2359 -"1416",358,59113,3,798,2434 -"1417",358,59937,3,798,885 -"1418",358,67456,3,798,1608 -"1419",358,74190,3,798,1428 -"1420",358,78932,2,798,981 -"1421",358,83907,3,798,2056 -"1422",358,84897,3,798,1075 -"1423",358,104239,3,798,926 -"1424",359,364,3,635,2351 -"1425",359,1520,3,635,1716 -"1426",359,1780,3,635,1375 -"1427",359,2700,3,635,857 -"1428",359,2747,2,635,2411 -"1429",359,2852,3,635,2448 -"1430",359,2979,3,635,2912 -"1431",359,4916,3,635,1970 -"1432",359,5346,3,635,1438 -"1433",359,5839,3,635,2301 -"1434",359,5897,3,635,2337 -"1435",359,7269,3,635,1728 -"1436",359,7337,3,635,1797 -"1437",359,8604,3,635,2799 -"1438",359,8781,3,635,914 -"1439",359,8865,3,635,2394 -"1440",359,9241,3,635,2338 -"1441",359,9332,3,635,2734 -"1442",359,9481,3,635,1610 -"1443",359,10453,3,635,1656 -"1444",359,10457,3,635,1711 -"1445",359,10638,3,635,2692 -"1446",359,11990,3,635,1909 -"1447",359,12067,2,635,1213 -"1448",359,12078,3,635,2381 -"1449",359,12948,3,635,2669 -"1450",359,13065,3,635,1561 -"1451",359,13184,3,635,977 -"1452",359,14749,3,635,1998 -"1453",359,14754,3,635,2456 -"1454",359,14817,3,635,2110 -"1455",359,14998,3,635,1553 -"1456",359,15207,3,635,1855 -"1457",359,15826,1,635,2772 -"1458",359,16777,3,635,834 -"1459",359,18005,3,635,2449 -"1460",359,18978,3,635,952 -"1461",359,19433,3,635,2504 -"1462",359,19655,3,635,2706 -"1463",359,19718,3,635,1702 -"1464",359,20155,3,635,1517 -"1465",359,21209,3,635,2184 -"1466",359,21214,3,635,688 -"1467",359,23000,3,635,1815 -"1468",359,23131,3,635,1732 -"1469",359,23488,3,635,1523 -"1470",359,24176,3,635,1986 -"1471",359,26182,2,635,2775 -"1472",359,27008,2,635,911 -"1473",359,27255,3,635,1232 -"1474",359,27742,3,635,2700 -"1475",359,27908,3,635,2576 -"1476",359,29267,3,635,1234 -"1477",359,29627,3,635,882 -"1478",359,30368,3,635,2487 -"1479",359,30525,3,635,1964 -"1480",359,31542,3,635,2459 -"1481",359,31868,3,635,1993 -"1482",359,33017,3,635,1493 -"1483",359,33870,3,635,955 -"1484",359,34478,3,635,2265 -"1485",359,36136,3,635,2338 -"1486",359,36912,3,635,2469 -"1487",359,37427,3,635,915 -"1488",359,37937,3,635,1320 -"1489",359,38457,2,635,1630 -"1490",359,38513,3,635,914 -"1491",359,38816,3,635,1225 -"1492",359,39062,2,635,2020 -"1493",359,40309,1,635,871 -"1494",359,41023,3,635,2408 -"1495",359,43058,3,635,1608 -"1496",359,44181,3,635,1034 -"1497",359,44433,3,635,2224 -"1498",359,44603,3,635,2748 -"1499",359,46486,3,635,1868 -"1500",359,46501,3,635,845 -"1501",359,47595,3,635,2374 -"1502",359,50278,3,635,1127 -"1503",359,50581,3,635,1258 -"1504",359,51151,3,635,1195 -"1505",359,51223,3,635,2153 -"1506",359,52483,3,635,2317 -"1507",359,54388,3,635,1257 -"1508",359,54467,3,635,919 -"1509",359,54890,2,635,877 -"1510",359,56569,2,635,1993 -"1511",359,57356,3,635,2476 -"1512",359,57912,2,635,1035 -"1513",359,58655,3,635,2685 -"1514",359,60808,3,635,1258 -"1515",359,66911,3,635,1920 -"1516",359,71219,3,635,967 -"1517",359,76132,3,635,2426 -"1518",359,81716,3,635,1199 -"1519",359,83398,3,635,845 -"1520",359,84574,3,635,958 -"1521",359,87958,3,635,1234 -"1522",359,91849,3,635,1166 -"1523",359,94520,3,635,1243 -"1524",359,99332,3,635,873 -"1525",359,106240,3,635,705 -"1526",359,115021,3,635,1226 -"1527",360,14,2,1671,1793 -"1528",360,270,3,1671,2542 -"1529",360,854,3,1671,2307 -"1530",360,915,3,1671,1793 -"1531",360,1324,3,1671,2147 -"1532",360,2625,3,1671,2152 -"1533",360,3493,3,1671,2451 -"1534",360,4504,3,1671,1905 -"1535",360,5235,3,1671,2324 -"1536",360,5622,3,1671,2175 -"1537",360,6390,3,1671,2385 -"1538",360,6491,3,1671,2424 -"1539",360,7180,3,1671,2227 -"1540",360,8088,3,1671,2220 -"1541",360,8274,3,1671,1909 -"1542",360,9364,3,1671,1698 -"1543",360,9828,3,1671,2085 -"1544",360,9979,3,1671,2238 -"1545",360,10857,3,1671,2253 -"1546",360,10874,3,1671,1891 -"1547",360,12432,2,1671,1816 -"1548",360,12449,3,1671,2067 -"1549",360,16587,3,1671,2065 -"1550",360,16863,2,1671,2069 -"1551",360,18394,2,1671,2356 -"1552",360,22260,1,1671,2137 -"1553",360,22885,3,1671,1702 -"1554",360,23725,3,1671,2378 -"1555",360,24066,1,1671,1755 -"1556",360,26366,2,1671,1688 -"1557",360,26451,3,1671,2133 -"1558",360,28285,3,1671,2972 -"1559",360,30236,3,1671,2238 -"1560",360,30405,3,1671,2164 -"1561",360,30827,3,1671,2323 -"1562",360,31235,3,1671,2668 -"1563",360,32064,2,1671,1739 -"1564",360,34735,3,1671,2767 -"1565",360,37758,3,1671,1998 -"1566",360,37915,3,1671,1905 -"1567",360,38732,3,1671,2263 -"1568",360,39278,3,1671,1952 -"1569",360,45684,3,1671,2200 -"1570",360,47445,3,1671,2668 -"1571",360,48274,3,1671,1979 -"1572",360,48754,3,1671,1972 -"1573",360,51089,3,1671,2426 -"1574",360,52969,3,1671,2302 -"1575",360,54551,3,1671,2348 -"1576",360,55468,3,1671,2511 -"1577",360,64997,3,1671,2791 -"1578",360,73107,3,1671,1918 -"1579",360,81221,2,1671,2285 -"1580",360,91579,3,1671,2510 -"1581",360,92513,3,1671,2282 -"1582",361,9311,3,1970,2477 -"1583",361,14669,3,1970,2080 -"1584",361,33433,3,1970,2805 -"1585",361,49759,3,1970,2400 -"1586",361,55643,3,1970,2359 -"1587",362,1151,3,2537,2885 -"1588",362,1616,2,2537,2662 -"1589",362,7323,3,2537,2858 -"1590",362,7794,3,2537,2972 -"1591",362,8762,3,2537,2585 -"1592",362,19606,3,2537,2783 -"1593",362,22714,2,2537,2793 -"1594",362,35837,3,2537,2871 -"1595",362,39444,3,2537,2695 -"1596",362,51041,3,2537,2606 -"1597",364,841,3,2351,2964 -"1598",364,2036,3,2351,2483 -"1599",364,2206,3,2351,2536 -"1600",364,2852,3,2351,2448 -"1601",364,3493,3,2351,2451 -"1602",364,3978,3,2351,2775 -"1603",364,4303,3,2351,2414 -"1604",364,6989,3,2351,2623 -"1605",364,8760,3,2351,2477 -"1606",364,8865,3,2351,2394 -"1607",364,9503,3,2351,2453 -"1608",364,9785,2,2351,2951 -"1609",364,9787,2,2351,2858 -"1610",364,11648,3,2351,2852 -"1611",364,12361,3,2351,2732 -"1612",364,12948,3,2351,2669 -"1613",364,16866,3,2351,2718 -"1614",364,17033,3,2351,2771 -"1615",364,18005,3,2351,2449 -"1616",364,18865,3,2351,2676 -"1617",364,19655,3,2351,2706 -"1618",364,21407,3,2351,2728 -"1619",364,23498,3,2351,2398 -"1620",364,24096,3,2351,2612 -"1621",364,27390,3,2351,2425 -"1622",364,27742,3,2351,2700 -"1623",364,28869,3,2351,2425 -"1624",364,31700,3,2351,2727 -"1625",364,34908,3,2351,2796 -"1626",364,36953,3,2351,2790 -"1627",364,40572,3,2351,2666 -"1628",364,41023,3,2351,2408 -"1629",364,42256,3,2351,2839 -"1630",364,45729,2,2351,2606 -"1631",364,45869,3,2351,2840 -"1632",364,47013,3,2351,2388 -"1633",364,50585,3,2351,2414 -"1634",364,51144,3,2351,2466 -"1635",364,64947,3,2351,2489 -"1636",364,71531,2,2351,2887 -"1637",368,3306,3,416,1989 -"1638",368,33949,2,416,2489 -"1639",368,42522,1,416,2592 -"1640",368,52969,2,416,2302 -"1641",372,10200,3,1944,2920 -"1642",372,11429,3,1944,2520 -"1643",372,14761,3,1944,2502 -"1644",377,362,3,2389,2537 -"1645",377,613,3,2389,2687 -"1646",377,1151,2,2389,2885 -"1647",377,1616,1,2389,2662 -"1648",377,2036,2,2389,2483 -"1649",377,2224,3,2389,2751 -"1650",377,3853,3,2389,2465 -"1651",377,7323,1,2389,2858 -"1652",377,7394,3,2389,2615 -"1653",377,8604,3,2389,2799 -"1654",377,8760,2,2389,2477 -"1655",377,9311,3,2389,2477 -"1656",377,9362,3,2389,2879 -"1657",377,10148,3,2389,2964 -"1658",377,12713,3,2389,2440 -"1659",377,13601,3,2389,2689 -"1660",377,14655,3,2389,2559 -"1661",377,14959,3,2389,2898 -"1662",377,16352,3,2389,2657 -"1663",377,18151,3,2389,2962 -"1664",377,19606,2,2389,2783 -"1665",377,20700,2,2389,2861 -"1666",377,21193,3,2389,2490 -"1667",377,21571,3,2389,2755 -"1668",377,24923,2,2389,2785 -"1669",377,26080,3,2389,2525 -"1670",377,26516,3,2389,2479 -"1671",377,27478,2,2389,2485 -"1672",377,31235,3,2389,2668 -"1673",377,31799,3,2389,2547 -"1674",377,32567,3,2389,2784 -"1675",377,34735,3,2389,2767 -"1676",377,36559,3,2389,2473 -"1677",377,37238,3,2389,2609 -"1678",377,38307,3,2389,2648 -"1679",377,39444,3,2389,2695 -"1680",377,41945,3,2389,2856 -"1681",377,41972,3,2389,2509 -"1682",377,43455,3,2389,2846 -"1683",377,44768,3,2389,2516 -"1684",377,44885,3,2389,2670 -"1685",377,47445,3,2389,2668 -"1686",377,47803,3,2389,2477 -"1687",377,49110,3,2389,2938 -"1688",377,57977,3,2389,2683 -"1689",377,58218,3,2389,2627 -"1690",377,60257,3,2389,2795 -"1691",377,70046,3,2389,2624 -"1692",378,17499,3,2766,2954 -"1693",378,23550,3,2766,2939 -"1694",380,270,2,2261,2542 -"1695",380,377,3,2261,2389 -"1696",380,854,3,2261,2307 -"1697",380,1102,1,2261,2282 -"1698",380,1136,3,2261,2536 -"1699",380,1151,3,2261,2885 -"1700",380,1616,3,2261,2662 -"1701",380,2224,3,2261,2751 -"1702",380,2424,3,2261,2582 -"1703",380,2484,2,2261,2389 -"1704",380,2572,2,2261,2273 -"1705",380,2954,3,2261,2727 -"1706",380,3305,3,2261,2839 -"1707",380,3477,3,2261,2546 -"1708",380,3493,3,2261,2451 -"1709",380,5235,2,2261,2324 -"1710",380,5462,3,2261,2374 -"1711",380,5504,3,2261,2389 -"1712",380,6055,3,2261,2651 -"1713",380,6063,3,2261,2349 -"1714",380,6074,2,2261,2426 -"1715",380,6491,2,2261,2424 -"1716",380,7323,3,2261,2858 -"1717",380,7847,3,2261,2424 -"1718",380,8762,3,2261,2585 -"1719",380,9362,2,2261,2879 -"1720",380,9723,3,2261,2302 -"1721",380,9928,3,2261,2345 -"1722",380,10513,1,2261,2284 -"1723",380,11218,2,2261,2292 -"1724",380,12042,3,2261,2345 -"1725",380,12528,3,2261,2589 -"1726",380,12728,2,2261,2374 -"1727",380,14655,2,2261,2559 -"1728",380,14834,2,2261,2739 -"1729",380,16352,3,2261,2657 -"1730",380,17520,3,2261,2276 -"1731",380,17999,3,2261,2758 -"1732",380,18394,2,2261,2356 -"1733",380,19248,2,2261,2357 -"1734",380,19606,3,2261,2783 -"1735",380,19622,3,2261,2371 -"1736",380,19686,3,2261,2467 -"1737",380,19862,2,2261,2412 -"1738",380,20124,2,2261,2376 -"1739",380,20407,3,2261,2339 -"1740",380,20700,3,2261,2861 -"1741",380,20941,3,2261,2725 -"1742",380,21012,3,2261,2325 -"1743",380,21138,3,2261,2849 -"1744",380,21682,3,2261,2414 -"1745",380,22326,3,2261,2818 -"1746",380,23509,3,2261,2275 -"1747",380,23725,3,2261,2378 -"1748",380,24060,2,2261,2349 -"1749",380,25305,3,2261,2447 -"1750",380,26080,3,2261,2525 -"1751",380,26671,3,2261,2279 -"1752",380,26749,3,2261,2965 -"1753",380,27275,3,2261,2656 -"1754",380,27628,3,2261,2389 -"1755",380,30827,3,2261,2323 -"1756",380,31235,3,2261,2668 -"1757",380,31335,3,2261,2351 -"1758",380,32457,3,2261,2690 -"1759",380,33223,3,2261,2397 -"1760",380,33475,3,2261,2367 -"1761",380,34480,3,2261,2755 -"1762",380,34836,3,2261,2302 -"1763",380,35256,3,2261,2271 -"1764",380,35815,3,2261,2789 -"1765",380,36087,3,2261,2755 -"1766",380,36439,3,2261,2469 -"1767",380,37570,3,2261,2389 -"1768",380,38780,3,2261,2705 -"1769",380,40369,3,2261,2735 -"1770",380,41023,3,2261,2408 -"1771",380,42129,3,2261,2318 -"1772",380,42216,2,2261,2722 -"1773",380,43455,3,2261,2846 -"1774",380,43518,3,2261,2680 -"1775",380,44769,3,2261,2411 -"1776",380,45302,2,2261,2390 -"1777",380,46950,3,2261,2673 -"1778",380,47248,3,2261,2883 -"1779",380,47772,3,2261,2293 -"1780",380,48605,2,2261,2796 -"1781",380,49110,3,2261,2938 -"1782",380,50134,2,2261,2674 -"1783",380,50236,3,2261,2339 -"1784",380,51035,2,2261,2397 -"1785",380,51866,3,2261,2411 -"1786",380,54551,2,2261,2348 -"1787",380,54929,3,2261,2783 -"1788",380,56082,3,2261,2395 -"1789",380,57544,3,2261,2443 -"1790",380,57977,3,2261,2683 -"1791",380,58508,3,2261,2326 -"1792",380,61982,3,2261,2725 -"1793",380,62841,3,2261,2710 -"1794",380,64997,3,2261,2791 -"1795",380,66983,3,2261,2397 -"1796",380,66992,3,2261,2882 -"1797",380,72207,3,2261,2430 -"1798",380,72326,3,2261,2384 -"1799",380,74985,3,2261,2895 -"1800",380,80825,2,2261,2315 -"1801",386,1685,3,1553,2230 -"1802",386,1787,3,1553,1707 -"1803",386,6234,3,1553,2654 -"1804",386,11868,3,1553,1639 -"1805",386,12007,3,1553,1594 -"1806",386,20011,3,1553,2826 -"1807",386,22744,3,1553,1907 -"1808",386,29775,3,1553,2064 -"1809",386,42136,3,1553,2551 -"1810",386,75207,3,1553,2235 -"1811",386,79461,3,1553,1667 -"1812",386,86697,3,1553,1985 -"1813",388,680,3,1594,2569 -"1814",388,1150,2,1594,1595 -"1815",388,1560,1,1594,2013 -"1816",388,2563,3,1594,1686 -"1817",388,2802,3,1594,1836 -"1818",388,3255,3,1594,2504 -"1819",388,3520,3,1594,2281 -"1820",388,4303,3,1594,2414 -"1821",388,4313,3,1594,2368 -"1822",388,4698,3,1594,2481 -"1823",388,5235,3,1594,2324 -"1824",388,6602,3,1594,1631 -"1825",388,8062,3,1594,2858 -"1826",388,8525,2,1594,1787 -"1827",388,9716,2,1594,1929 -"1828",388,9723,3,1594,2302 -"1829",388,9808,3,1594,1648 -"1830",388,10146,3,1594,1878 -"1831",388,10200,2,1594,2920 -"1832",388,10474,3,1594,1608 -"1833",388,11429,1,1594,2520 -"1834",388,11477,3,1594,2724 -"1835",388,12759,3,1594,2414 -"1836",388,14623,3,1594,2043 -"1837",388,14626,3,1594,2175 -"1838",388,14654,3,1594,1692 -"1839",388,14761,2,1594,2502 -"1840",388,14972,3,1594,2332 -"1841",388,15095,3,1594,2001 -"1842",388,15700,3,1594,1712 -"1843",388,18124,3,1594,1642 -"1844",388,18371,3,1594,2860 -"1845",388,19296,3,1594,1705 -"1846",388,21895,3,1594,1693 -"1847",388,24086,2,1594,2663 -"1848",388,25373,3,1594,2783 -"1849",388,30334,2,1594,2075 -"1850",388,30668,3,1594,2882 -"1851",388,30669,3,1594,1921 -"1852",388,30705,3,1594,2959 -"1853",388,31170,3,1594,1776 -"1854",388,32582,3,1594,1929 -"1855",388,33755,3,1594,2963 -"1856",388,34820,3,1594,1630 -"1857",388,34892,3,1594,2309 -"1858",388,35518,3,1594,1721 -"1859",388,36953,3,1594,2790 -"1860",388,37342,2,1594,2649 -"1861",388,37636,2,1594,2178 -"1862",388,37844,3,1594,2002 -"1863",388,38602,2,1594,2693 -"1864",388,40392,1,1594,1878 -"1865",388,41185,2,1594,1929 -"1866",388,41429,3,1594,1770 -"1867",388,41723,3,1594,2101 -"1868",388,42883,3,1594,2575 -"1869",388,43204,3,1594,1680 -"1870",388,45299,3,1594,2426 -"1871",388,47082,3,1594,1990 -"1872",388,49347,3,1594,2504 -"1873",388,49621,3,1594,1915 -"1874",388,50430,3,1594,1689 -"1875",388,50480,3,1594,2701 -"1876",388,51783,2,1594,2599 -"1877",388,56082,3,1594,2395 -"1878",388,58086,2,1594,1667 -"1879",388,61513,2,1594,2948 -"1880",388,69077,3,1594,1689 -"1881",388,71065,3,1594,2231 -"1882",388,78552,3,1594,2069 -"1883",388,81113,3,1594,1914 -"1884",388,100586,3,1594,2966 -"1885",388,122567,2,1594,2783 -"1886",389,1691,3,106,1941 -"1887",389,2407,3,106,1725 -"1888",389,6390,3,106,2385 -"1889",389,14108,3,106,2012 -"1890",389,15546,3,106,2055 -"1891",389,15556,3,106,270 -"1892",389,16866,3,106,2718 -"1893",389,18865,3,106,2676 -"1894",389,19208,3,106,2629 -"1895",389,19605,3,106,2395 -"1896",389,24615,3,106,229 -"1897",389,25565,3,106,2764 -"1898",389,34945,2,106,1298 -"1899",389,36439,3,106,2469 -"1900",389,41085,3,106,637 -"1901",389,47585,3,106,794 -"1902",389,49300,3,106,515 -"1903",389,50480,3,106,2701 -"1904",389,52327,3,106,1472 -"1905",389,56910,2,106,2705 -"1906",389,57990,3,106,978 -"1907",389,61785,3,106,822 -"1908",389,63395,3,106,2334 -"1909",389,68979,3,106,1173 -"1910",389,70925,3,106,109 -"1911",389,71274,3,106,2390 -"1912",389,76192,3,106,912 -"1913",389,92592,3,106,486 -"1914",389,96671,1,106,359 -"1915",389,99953,3,106,581 -"1916",389,101967,3,106,691 -"1917",392,361,1,1915,1970 -"1918",392,7548,3,1915,1932 -"1919",392,9311,3,1915,2477 -"1920",392,33433,3,1915,2805 -"1921",392,55643,3,1915,2359 -"1922",393,1708,3,643,1591 -"1923",393,1785,3,643,2350 -"1924",393,4249,3,643,2547 -"1925",393,4784,3,643,2511 -"1926",393,6020,3,643,1864 -"1927",393,6747,1,643,2913 -"1928",393,13595,3,643,1164 -"1929",393,14772,3,643,2386 -"1930",393,16910,2,643,1978 -"1931",393,17672,3,643,1987 -"1932",393,21358,3,643,1970 -"1933",393,23963,3,643,647 -"1934",393,28648,3,643,1586 -"1935",393,34274,3,643,1437 -"1936",393,41489,3,643,2006 -"1937",393,45297,2,643,1864 -"1938",393,46049,2,643,2102 -"1939",393,48823,3,643,2080 -"1940",393,49029,3,643,647 -"1941",393,50468,3,643,1659 -"1942",393,52179,3,643,1572 -"1943",393,54488,3,643,2357 -"1944",393,82217,3,643,2441 -"1945",393,93642,3,643,1120 -"1946",410,8354,3,927,1705 -"1947",410,14998,3,927,1553 -"1948",410,16120,3,927,1237 -"1949",410,22639,3,927,2352 -"1950",410,42254,3,927,1052 -"1951",410,51265,3,927,2670 -"1952",410,73107,3,927,1918 -"1953",446,7245,3,1910,2089 -"1954",446,7795,3,1910,2789 -"1955",446,8533,3,1910,2251 -"1956",446,23725,3,1910,2378 -"1957",446,47947,3,1910,2681 -"1958",446,57977,3,1910,2683 -"1959",446,63442,3,1910,1965 -"1960",449,2195,3,1950,2139 -"1961",449,3306,3,1950,1989 -"1962",449,5622,3,1950,2175 -"1963",449,10857,3,1950,2253 -"1964",449,11966,3,1950,2385 -"1965",449,14032,3,1950,2144 -"1966",449,15301,3,1950,2308 -"1967",449,16352,3,1950,2657 -"1968",449,17400,3,1950,2231 -"1969",449,19622,3,1950,2371 -"1970",449,21571,3,1950,2755 -"1971",449,23725,3,1950,2378 -"1972",449,32567,3,1950,2784 -"1973",449,34735,3,1950,2767 -"1974",449,42619,3,1950,2017 -"1975",449,45684,3,1950,2200 -"1976",449,54551,3,1950,2348 -"1977",455,1262,3,2827,2973 -"1978",455,17826,3,2827,2920 -"1979",455,18151,2,2827,2962 -"1980",455,19872,3,2827,2913 -"1981",455,30052,2,2827,2855 -"1982",457,380,3,1704,2261 -"1983",457,952,2,1704,1991 -"1984",457,1092,3,1704,1945 -"1985",457,1102,2,1704,2282 -"1986",457,2572,3,1704,2273 -"1987",457,3801,3,1704,1974 -"1988",457,4705,3,1704,1714 -"1989",457,5429,3,1704,1991 -"1990",457,5580,2,1704,2111 -"1991",457,6047,3,1704,2004 -"1992",457,6052,3,1704,1985 -"1993",457,6074,2,1704,2426 -"1994",457,6449,3,1704,1997 -"1995",457,7942,3,1704,2623 -"1996",457,9175,2,1704,2639 -"1997",457,9654,2,1704,2111 -"1998",457,10310,3,1704,2774 -"1999",457,11493,3,1704,2077 -"2000",457,11516,3,1704,1937 -"2001",457,12374,3,1704,2260 -"2002",457,12432,3,1704,1816 -"2003",457,12449,3,1704,2067 -"2004",457,12724,3,1704,1930 -"2005",457,13869,3,1704,1786 -"2006",457,14972,3,1704,2332 -"2007",457,17351,3,1704,2036 -"2008",457,20486,2,1704,1908 -"2009",457,21682,3,1704,2414 -"2010",457,21706,3,1704,1988 -"2011",457,21929,3,1704,2062 -"2012",457,23011,3,1704,2763 -"2013",457,23825,3,1704,1913 -"2014",457,24060,3,1704,2349 -"2015",457,24066,3,1704,1755 -"2016",457,24558,1,1704,2139 -"2017",457,26671,1,1704,2279 -"2018",457,30405,3,1704,2164 -"2019",457,31003,2,1704,1859 -"2020",457,31124,3,1704,2351 -"2021",457,34836,3,1704,2302 -"2022",457,34907,3,1704,1945 -"2023",457,38019,3,1704,1870 -"2024",457,38780,3,1704,2705 -"2025",457,39189,3,1704,2319 -"2026",457,41770,3,1704,2752 -"2027",457,42216,3,1704,2722 -"2028",457,42390,3,1704,2937 -"2029",457,45239,3,1704,2535 -"2030",457,45302,3,1704,2390 -"2031",457,48215,3,1704,2028 -"2032",457,50134,2,1704,2674 -"2033",457,51017,3,1704,2073 -"2034",457,51035,3,1704,2397 -"2035",457,51866,3,1704,2411 -"2036",457,53323,3,1704,2677 -"2037",457,53608,3,1704,1986 -"2038",457,54695,3,1704,2429 -"2039",457,56082,3,1704,2395 -"2040",457,57353,2,1704,1849 -"2041",457,67726,3,1704,2873 -"2042",457,117080,3,1704,2357 -"2043",468,1692,3,1966,2443 -"2044",468,3164,3,1966,2693 -"2045",468,3669,3,1966,2524 -"2046",468,5816,2,1966,2408 -"2047",468,6030,3,1966,2953 -"2048",468,6248,3,1966,2737 -"2049",468,9828,3,1966,2085 -"2050",468,11966,3,1966,2385 -"2051",468,12035,2,1966,2721 -"2052",468,14754,3,1966,2456 -"2053",468,15301,1,1966,2308 -"2054",468,16352,3,1966,2657 -"2055",468,17413,3,1966,2230 -"2056",468,17974,3,1966,2876 -"2057",468,17999,3,1966,2758 -"2058",468,18808,2,1966,2854 -"2059",468,20292,3,1966,2755 -"2060",468,21504,3,1966,2328 -"2061",468,21571,2,1966,2755 -"2062",468,21682,3,1966,2414 -"2063",468,22566,2,1966,2308 -"2064",468,22905,3,1966,2599 -"2065",468,23739,3,1966,2463 -"2066",468,24761,3,1966,2384 -"2067",468,28168,3,1966,2702 -"2068",468,30668,3,1966,2882 -"2069",468,31251,1,1966,2498 -"2070",468,31285,3,1966,2328 -"2071",468,32567,3,1966,2784 -"2072",468,33981,3,1966,1993 -"2073",468,34735,3,1966,2767 -"2074",468,35264,3,1966,2329 -"2075",468,40493,3,1966,1981 -"2076",468,42619,3,1966,2017 -"2077",468,45585,3,1966,2384 -"2078",468,49147,3,1966,2539 -"2079",468,50635,3,1966,2962 -"2080",468,53362,2,1966,2360 -"2081",468,53530,2,1966,2380 -"2082",468,55436,3,1966,2513 -"2083",468,55775,3,1966,2385 -"2084",468,59005,3,1966,2817 -"2085",468,60672,2,1966,2876 -"2086",468,68416,3,1966,2939 -"2087",468,71065,3,1966,2231 -"2088",470,455,1,2285,2827 -"2089",470,1226,3,2285,2353 -"2090",470,2224,3,2285,2751 -"2091",470,2424,3,2285,2582 -"2092",470,4618,3,2285,2607 -"2093",470,6074,3,2285,2426 -"2094",470,7515,3,2285,2737 -"2095",470,7847,3,2285,2424 -"2096",470,12528,3,2285,2589 -"2097",470,14507,3,2285,2686 -"2098",470,14754,3,2285,2456 -"2099",470,15626,3,2285,2434 -"2100",470,16352,3,2285,2657 -"2101",470,18151,3,2285,2962 -"2102",470,21795,3,2285,2653 -"2103",470,22566,3,2285,2308 -"2104",470,22567,3,2285,2396 -"2105",470,23132,2,2285,2756 -"2106",470,23705,3,2285,2699 -"2107",470,24448,3,2285,2289 -"2108",470,24825,3,2285,2686 -"2109",470,27275,3,2285,2656 -"2110",470,27312,3,2285,2469 -"2111",470,27390,3,2285,2425 -"2112",470,30052,2,2285,2855 -"2113",470,31235,3,2285,2668 -"2114",470,34735,3,2285,2767 -"2115",470,40383,3,2285,2639 -"2116",470,40910,3,2285,2469 -"2117",470,42216,3,2285,2722 -"2118",470,51853,3,2285,2520 -"2119",470,54551,3,2285,2348 -"2120",470,62219,3,2285,2494 -"2121",470,64997,3,2285,2791 -"2122",470,65016,2,2285,2749 -"2123",470,66413,2,2285,2507 -"2124",470,67652,3,2285,2736 -"2125",470,73305,3,2285,2544 -"2126",472,1767,3,964,2727 -"2127",472,2600,3,964,1182 -"2128",472,2694,2,964,2062 -"2129",472,3849,3,964,1356 -"2130",472,5041,3,964,2371 -"2131",472,5557,3,964,1929 -"2132",472,7148,3,964,1095 -"2133",472,7258,3,964,1714 -"2134",472,15808,3,964,1521 -"2135",472,19096,3,964,1538 -"2136",472,19528,3,964,2742 -"2137",472,22207,3,964,2365 -"2138",472,24293,3,964,1184 -"2139",472,25462,3,964,2653 -"2140",472,36174,3,964,1382 -"2141",472,36637,3,964,2085 -"2142",472,40009,3,964,1341 -"2143",472,43404,3,964,2649 -"2144",472,49512,3,964,1302 -"2145",472,52471,2,964,2483 -"2146",472,55084,3,964,1189 -"2147",472,57353,3,964,1849 -"2148",472,57355,3,964,1261 -"2149",472,80826,3,964,1251 -"2150",472,94404,3,964,1836 -"2151",472,98080,2,964,1265 -"2152",475,160,3,156,2007 -"2153",475,2540,3,156,1398 -"2154",475,9332,2,156,2734 -"2155",475,11872,3,156,317 -"2156",475,12067,3,156,1213 -"2157",475,13068,3,156,1778 -"2158",475,14503,3,156,437 -"2159",475,19934,3,156,2888 -"2160",475,21535,3,156,404 -"2161",475,22578,3,156,2216 -"2162",475,24069,3,156,2697 -"2163",475,26124,2,156,2356 -"2164",475,26471,3,156,1061 -"2165",475,27255,3,156,1232 -"2166",475,36346,3,156,1240 -"2167",475,38087,3,156,1083 -"2168",475,38513,3,156,914 -"2169",475,40035,3,156,2742 -"2170",475,43204,3,156,1680 -"2171",475,47810,3,156,957 -"2172",475,49712,3,156,1937 -"2173",475,53687,3,156,2422 -"2174",475,53726,3,156,1729 -"2175",475,54467,3,156,919 -"2176",475,57229,3,156,179 -"2177",475,58133,3,156,1484 -"2178",475,67266,2,156,2010 -"2179",475,80337,2,156,394 -"2180",475,80338,2,156,2059 -"2181",489,25,3,2652,2762 -"2182",489,762,3,2652,2671 -"2183",489,2224,1,2652,2751 -"2184",489,5120,3,2652,2735 -"2185",489,9362,3,2652,2879 -"2186",489,12703,2,2652,2689 -"2187",489,42216,3,2652,2722 -"2188",489,53846,2,2652,2737 -"2189",489,73786,3,2652,2937 -"2190",499,313,2,1931,2271 -"2191",499,377,2,1931,2389 -"2192",499,543,1,1931,2203 -"2193",499,999,3,1931,2181 -"2194",499,1151,2,1931,2885 -"2195",499,1495,3,1931,2046 -"2196",499,1616,2,1931,2662 -"2197",499,1777,2,1931,1965 -"2198",499,2036,2,1931,2483 -"2199",499,2484,2,1931,2389 -"2200",499,3161,2,1931,2229 -"2201",499,3853,3,1931,2465 -"2202",499,4057,2,1931,2389 -"2203",499,5078,3,1931,2033 -"2204",499,5457,3,1931,2077 -"2205",499,5462,3,1931,2374 -"2206",499,5504,2,1931,2389 -"2207",499,7323,2,1931,2858 -"2208",499,8604,3,1931,2799 -"2209",499,8760,3,1931,2477 -"2210",499,9311,3,1931,2477 -"2211",499,10799,3,1931,2010 -"2212",499,10843,3,1931,2277 -"2213",499,12713,3,1931,2440 -"2214",499,15184,3,1931,2396 -"2215",499,17410,3,1931,2073 -"2216",499,17520,3,1931,2276 -"2217",499,19027,3,1931,2721 -"2218",499,19606,3,1931,2783 -"2219",499,20700,2,1931,2861 -"2220",499,21362,3,1931,2515 -"2221",499,21448,3,1931,2332 -"2222",499,25198,3,1931,1982 -"2223",499,26218,3,1931,2460 -"2224",499,27478,2,1931,2485 -"2225",499,29258,3,1931,1932 -"2226",499,31799,2,1931,2547 -"2227",499,32606,3,1931,2100 -"2228",499,33433,3,1931,2805 -"2229",499,35256,1,1931,2271 -"2230",499,37570,2,1931,2389 -"2231",499,38755,2,1931,2902 -"2232",499,39548,3,1931,2389 -"2233",499,44768,3,1931,2516 -"2234",499,50252,3,1931,2001 -"2235",499,52576,3,1931,2234 -"2236",499,53031,2,1931,2065 -"2237",499,53851,3,1931,2305 -"2238",499,55556,3,1931,2075 -"2239",499,57977,3,1931,2683 -"2240",499,58218,3,1931,2627 -"2241",499,65029,3,1931,2954 -"2242",499,66726,3,1931,2068 -"2243",499,68098,3,1931,2378 -"2244",499,68810,3,1931,2409 -"2245",499,72334,3,1931,2820 -"2246",499,76463,3,1931,2298 -"2247",499,85430,3,1931,2370 -"2248",499,86986,3,1931,1976 -"2249",499,91570,3,1931,2229 -"2250",499,93615,3,1931,2386 -"2251",499,107318,3,1931,1963 -"2252",508,14,3,801,1793 -"2253",508,854,3,801,2307 -"2254",508,915,3,801,1793 -"2255",508,2609,3,801,834 -"2256",508,2894,2,801,1291 -"2257",508,5392,2,801,1648 -"2258",508,5610,3,801,2223 -"2259",508,5615,2,801,1105 -"2260",508,6192,3,801,2409 -"2261",508,6222,3,801,1949 -"2262",508,7406,3,801,1906 -"2263",508,7798,3,801,949 -"2264",508,8865,3,801,2394 -"2265",508,9311,3,801,2477 -"2266",508,10146,3,801,1878 -"2267",508,10870,3,801,1755 -"2268",508,11770,3,801,1653 -"2269",508,12388,1,801,1975 -"2270",508,12779,3,801,936 -"2271",508,13158,3,801,2667 -"2272",508,13184,3,801,977 -"2273",508,13551,3,801,1451 -"2274",508,13808,2,801,1356 -"2275",508,14586,3,801,2801 -"2276",508,14959,3,801,2898 -"2277",508,15106,3,801,2286 -"2278",508,15444,2,801,2764 -"2279",508,16053,3,801,908 -"2280",508,17027,3,801,2772 -"2281",508,17097,2,801,1505 -"2282",508,17351,3,801,2036 -"2283",508,17355,3,801,1469 -"2284",508,18165,1,801,2085 -"2285",508,19317,2,801,2041 -"2286",508,19744,3,801,2623 -"2287",508,19980,3,801,2231 -"2288",508,20067,3,801,2390 -"2289",508,21126,3,801,2331 -"2290",508,21248,3,801,2232 -"2291",508,21275,3,801,2609 -"2292",508,22057,3,801,974 -"2293",508,22403,3,801,1630 -"2294",508,23098,3,801,2300 -"2295",508,23268,3,801,2258 -"2296",508,23460,3,801,2183 -"2297",508,25033,3,801,929 -"2298",508,27908,3,801,2576 -"2299",508,29267,3,801,1234 -"2300",508,29884,3,801,1239 -"2301",508,29930,3,801,2240 -"2302",508,30236,3,801,2238 -"2303",508,30697,3,801,2891 -"2304",508,30798,3,801,1398 -"2305",508,30827,3,801,2323 -"2306",508,31890,3,801,1487 -"2307",508,33380,3,801,2340 -"2308",508,33433,3,801,2805 -"2309",508,35903,3,801,1434 -"2310",508,36637,3,801,2085 -"2311",508,38921,3,801,1880 -"2312",508,40646,3,801,1583 -"2313",508,41682,3,801,1988 -"2314",508,42837,2,801,1096 -"2315",508,43077,3,801,884 -"2316",508,45545,3,801,1776 -"2317",508,46486,3,801,1868 -"2318",508,47003,2,801,1915 -"2319",508,47803,2,801,2477 -"2320",508,50946,3,801,1075 -"2321",508,51016,2,801,1141 -"2322",508,52136,3,801,1412 -"2323",508,52261,3,801,2162 -"2324",508,55580,3,801,1942 -"2325",508,56893,3,801,2597 -"2326",508,57315,3,801,1005 -"2327",508,57565,3,801,1577 -"2328",508,59096,3,801,1677 -"2329",508,61242,2,801,1650 -"2330",508,66756,3,801,1301 -"2331",508,74190,3,801,1428 -"2332",508,79013,3,801,1441 -"2333",508,80764,3,801,1808 -"2334",508,82009,1,801,1020 -"2335",508,95155,1,801,849 -"2336",508,108620,2,801,881 -"2337",512,1691,3,1596,1941 -"2338",512,3271,3,1596,2216 -"2339",512,6390,3,1596,2385 -"2340",512,9272,3,1596,2835 -"2341",512,14108,2,1596,2012 -"2342",512,15799,3,1596,1917 -"2343",512,18543,3,1596,2968 -"2344",512,19605,3,1596,2395 -"2345",512,25289,3,1596,1790 -"2346",512,25565,3,1596,2764 -"2347",512,30981,3,1596,2366 -"2348",512,36439,3,1596,2469 -"2349",512,37509,3,1596,1640 -"2350",512,43173,3,1596,2895 -"2351",512,43226,2,1596,2442 -"2352",512,44427,3,1596,2875 -"2353",512,47064,3,1596,1993 -"2354",512,48110,3,1596,2009 -"2355",512,52323,3,1596,2148 -"2356",512,58508,3,1596,2326 -"2357",512,69335,3,1596,2698 -"2358",512,80301,3,1596,1690 -"2359",512,88232,3,1596,2881 -"2360",512,92491,3,1596,1968 -"2361",543,313,1,2203,2271 -"2362",543,362,3,2203,2537 -"2363",543,377,1,2203,2389 -"2364",543,380,3,2203,2261 -"2365",543,613,3,2203,2687 -"2366",543,854,3,2203,2307 -"2367",543,1102,3,2203,2282 -"2368",543,1151,1,2203,2885 -"2369",543,1616,2,2203,2662 -"2370",543,2036,2,2203,2483 -"2371",543,2224,3,2203,2751 -"2372",543,2484,1,2203,2389 -"2373",543,3161,2,2203,2229 -"2374",543,3477,3,2203,2546 -"2375",543,3488,3,2203,2351 -"2376",543,3853,3,2203,2465 -"2377",543,4057,2,2203,2389 -"2378",543,5462,2,2203,2374 -"2379",543,5504,1,2203,2389 -"2380",543,6063,3,2203,2349 -"2381",543,6390,3,2203,2385 -"2382",543,7323,1,2203,2858 -"2383",543,7394,3,2203,2615 -"2384",543,8604,2,2203,2799 -"2385",543,8760,2,2203,2477 -"2386",543,9311,3,2203,2477 -"2387",543,9362,3,2203,2879 -"2388",543,12713,2,2203,2440 -"2389",543,14655,3,2203,2559 -"2390",543,14959,3,2203,2898 -"2391",543,15184,3,2203,2396 -"2392",543,15299,3,2203,2213 -"2393",543,16497,3,2203,2370 -"2394",543,17520,2,2203,2276 -"2395",543,18151,3,2203,2962 -"2396",543,19027,3,2203,2721 -"2397",543,19248,3,2203,2357 -"2398",543,19606,2,2203,2783 -"2399",543,20563,3,2203,2267 -"2400",543,20700,1,2203,2861 -"2401",543,24923,3,2203,2785 -"2402",543,26227,3,2203,2265 -"2403",543,26516,3,2203,2479 -"2404",543,27478,2,2203,2485 -"2405",543,30052,3,2203,2855 -"2406",543,31799,2,2203,2547 -"2407",543,33223,3,2203,2397 -"2408",543,35256,1,2203,2271 -"2409",543,36031,3,2203,2342 -"2410",543,36559,3,2203,2473 -"2411",543,37238,3,2203,2609 -"2412",543,37418,3,2203,2710 -"2413",543,37570,1,2203,2389 -"2414",543,38727,3,2203,2238 -"2415",543,38755,3,2203,2902 -"2416",543,39444,3,2203,2695 -"2417",543,39548,3,2203,2389 -"2418",543,41945,3,2203,2856 -"2419",543,43455,3,2203,2846 -"2420",543,44235,3,2203,2700 -"2421",543,44768,2,2203,2516 -"2422",543,44885,3,2203,2670 -"2423",543,44899,3,2203,2386 -"2424",543,47803,3,2203,2477 -"2425",543,47844,3,2203,2906 -"2426",543,47947,3,2203,2681 -"2427",543,49965,3,2203,2301 -"2428",543,52576,3,2203,2234 -"2429",543,53851,3,2203,2305 -"2430",543,55828,3,2203,2393 -"2431",543,57977,3,2203,2683 -"2432",543,58218,2,2203,2627 -"2433",543,65029,3,2203,2954 -"2434",543,68098,3,2203,2378 -"2435",543,70046,3,2203,2624 -"2436",543,72334,3,2203,2820 -"2437",543,79804,3,2203,2227 -"2438",543,85430,2,2203,2370 -"2439",543,91570,3,2203,2229 -"2440",543,93615,3,2203,2386 -"2441",553,18779,3,305,1267 -"2442",555,671,3,552,2328 -"2443",555,733,3,552,1653 -"2444",555,1050,3,552,1185 -"2445",555,2063,2,552,1278 -"2446",555,2208,3,552,2814 -"2447",555,2743,3,552,1278 -"2448",555,2798,3,552,1673 -"2449",555,3167,3,552,1676 -"2450",555,3306,2,552,1989 -"2451",555,3954,3,552,839 -"2452",555,4226,3,552,1903 -"2453",555,5610,3,552,2223 -"2454",555,5986,3,552,1721 -"2455",555,6047,2,552,2004 -"2456",555,6491,3,552,2424 -"2457",555,7475,3,552,1284 -"2458",555,8533,3,552,2251 -"2459",555,8700,3,552,1270 -"2460",555,9362,3,552,2879 -"2461",555,9702,2,552,1928 -"2462",555,11620,3,552,2010 -"2463",555,11817,3,552,600 -"2464",555,12374,3,552,2260 -"2465",555,14032,3,552,2144 -"2466",555,14080,2,552,1351 -"2467",555,14656,3,552,584 -"2468",555,15003,3,552,2067 -"2469",555,15118,3,552,1311 -"2470",555,15301,3,552,2308 -"2471",555,15632,2,552,1242 -"2472",555,16217,3,552,1653 -"2473",555,20124,3,552,2376 -"2474",555,20311,2,552,1981 -"2475",555,20563,3,552,2267 -"2476",555,20824,2,552,1366 -"2477",555,21104,3,552,2327 -"2478",555,22006,3,552,1202 -"2479",555,22165,3,552,1501 -"2480",555,22566,3,552,2308 -"2481",555,22850,3,552,878 -"2482",555,23509,3,552,2275 -"2483",555,23534,1,552,1659 -"2484",555,24559,3,552,946 -"2485",555,26451,3,552,2133 -"2486",555,27849,3,552,1316 -"2487",555,28002,3,552,914 -"2488",555,28051,3,552,2089 -"2489",555,28285,3,552,2972 -"2490",555,28874,3,552,2329 -"2491",555,31691,3,552,1657 -"2492",555,31700,3,552,2727 -"2493",555,31890,3,552,1487 -"2494",555,32047,3,552,1858 -"2495",555,32811,3,552,804 -"2496",555,33801,3,552,2899 -"2497",555,33949,3,552,2489 -"2498",555,34136,3,552,2202 -"2499",555,34648,3,552,1596 -"2500",555,37937,3,552,1320 -"2501",555,40893,3,552,1116 -"2502",555,42186,3,552,955 -"2503",555,45186,3,552,835 -"2504",555,46816,3,552,887 -"2505",555,48260,3,552,875 -"2506",555,50001,3,552,1518 -"2507",555,50118,2,552,2654 -"2508",555,51022,3,552,1499 -"2509",555,51987,3,552,1397 -"2510",555,52136,3,552,1412 -"2511",555,55185,2,552,922 -"2512",555,56082,3,552,2395 -"2513",555,58133,3,552,1484 -"2514",555,58882,3,552,684 -"2515",555,59539,3,552,2429 -"2516",555,64232,3,552,1275 -"2517",555,65884,3,552,798 -"2518",555,67788,2,552,837 -"2519",555,69712,3,552,1219 -"2520",555,70838,3,552,687 -"2521",555,70854,3,552,635 -"2522",555,72557,2,552,972 -"2523",555,72571,3,552,1175 -"2524",555,73728,3,552,784 -"2525",555,76564,3,552,996 -"2526",555,78256,2,552,804 -"2527",555,81563,3,552,1188 -"2528",555,82732,3,552,2810 -"2529",555,82767,3,552,1641 -"2530",555,83526,3,552,1235 -"2531",555,88473,2,552,1102 -"2532",555,88710,3,552,927 -"2533",555,99103,3,552,1470 -"2534",555,100134,3,552,977 -"2535",555,102751,3,552,1229 -"2536",555,107846,2,552,565 -"2537",600,135,2,1702,2233 -"2538",600,145,2,1702,1998 -"2539",600,279,3,1702,1989 -"2540",600,312,3,1702,2038 -"2541",600,455,2,1702,2827 -"2542",600,470,1,1702,2285 -"2543",600,913,1,1702,2144 -"2544",600,1102,3,1702,2282 -"2545",600,1136,3,1702,2536 -"2546",600,1691,3,1702,1941 -"2547",600,1875,3,1702,1786 -"2548",600,2195,3,1702,2139 -"2549",600,2407,3,1702,1725 -"2550",600,2625,3,1702,2152 -"2551",600,2954,3,1702,2727 -"2552",600,3164,3,1702,2693 -"2553",600,3966,3,1702,2425 -"2554",600,4084,1,1702,2133 -"2555",600,4191,3,1702,2130 -"2556",600,4360,3,1702,1770 -"2557",600,4504,3,1702,1905 -"2558",600,4618,3,1702,2607 -"2559",600,4687,3,1702,2152 -"2560",600,5315,3,1702,2631 -"2561",600,5429,3,1702,1991 -"2562",600,5491,3,1702,2048 -"2563",600,6030,3,1702,2953 -"2564",600,6047,3,1702,2004 -"2565",600,6052,3,1702,1985 -"2566",600,6390,3,1702,2385 -"2567",600,6428,3,1702,1952 -"2568",600,6491,3,1702,2424 -"2569",600,7245,3,1702,2089 -"2570",600,7350,3,1702,1901 -"2571",600,7515,2,1702,2737 -"2572",600,7847,2,1702,2424 -"2573",600,8238,3,1702,2222 -"2574",600,9184,3,1702,2670 -"2575",600,9311,3,1702,2477 -"2576",600,9362,3,1702,2879 -"2577",600,10358,3,1702,2294 -"2578",600,10370,3,1702,2224 -"2579",600,10373,3,1702,2436 -"2580",600,10433,1,1702,2075 -"2581",600,10870,3,1702,1755 -"2582",600,11103,3,1702,2393 -"2583",600,11493,3,1702,2077 -"2584",600,11516,2,1702,1937 -"2585",600,11966,3,1702,2385 -"2586",600,12528,3,1702,2589 -"2587",600,12602,2,1702,1956 -"2588",600,12618,3,1702,2021 -"2589",600,12724,3,1702,1930 -"2590",600,14032,3,1702,2144 -"2591",600,14652,3,1702,2516 -"2592",600,14731,3,1702,2012 -"2593",600,14972,3,1702,2332 -"2594",600,15207,3,1702,1855 -"2595",600,15301,3,1702,2308 -"2596",600,15546,3,1702,2055 -"2597",600,15626,3,1702,2434 -"2598",600,16352,3,1702,2657 -"2599",600,16866,3,1702,2718 -"2600",600,17413,3,1702,2230 -"2601",600,17645,3,1702,1918 -"2602",600,18151,3,1702,2962 -"2603",600,18315,3,1702,2720 -"2604",600,18348,3,1702,1711 -"2605",600,18543,3,1702,2968 -"2606",600,18865,3,1702,2676 -"2607",600,19072,3,1702,2358 -"2608",600,19093,3,1702,2224 -"2609",600,19208,3,1702,2629 -"2610",600,19248,3,1702,2357 -"2611",600,19322,3,1702,2048 -"2612",600,19335,3,1702,1729 -"2613",600,19605,3,1702,2395 -"2614",600,20292,3,1702,2755 -"2615",600,21571,3,1702,2755 -"2616",600,21795,3,1702,2653 -"2617",600,22566,2,1702,2308 -"2618",600,22567,3,1702,2396 -"2619",600,22682,3,1702,2035 -"2620",600,23132,3,1702,2756 -"2621",600,23310,3,1702,2371 -"2622",600,23705,2,1702,2699 -"2623",600,23918,1,1702,1881 -"2624",600,24256,3,1702,2393 -"2625",600,24448,2,1702,2289 -"2626",600,24568,1,1702,1937 -"2627",600,25129,3,1702,2647 -"2628",600,25289,2,1702,1790 -"2629",600,25341,3,1702,1858 -"2630",600,27195,3,1702,2158 -"2631",600,27275,2,1702,2656 -"2632",600,27377,2,1702,1724 -"2633",600,27390,2,1702,2425 -"2634",600,27628,3,1702,2389 -"2635",600,27796,3,1702,2151 -"2636",600,28050,3,1702,1955 -"2637",600,28101,2,1702,1949 -"2638",600,28115,2,1702,1835 -"2639",600,28168,3,1702,2702 -"2640",600,29170,2,1702,1846 -"2641",600,29308,2,1702,2094 -"2642",600,29930,2,1702,2240 -"2643",600,30052,3,1702,2855 -"2644",600,31235,2,1702,2668 -"2645",600,32503,3,1702,2020 -"2646",600,32965,3,1702,2071 -"2647",600,33622,2,1702,2230 -"2648",600,34160,2,1702,1759 -"2649",600,34509,3,1702,1973 -"2650",600,34735,3,1702,2767 -"2651",600,35518,3,1702,1721 -"2652",600,36691,3,1702,1903 -"2653",600,38780,3,1702,2705 -"2654",600,40369,3,1702,2735 -"2655",600,40383,3,1702,2639 -"2656",600,41955,3,1702,2479 -"2657",600,42799,3,1702,2729 -"2658",600,43173,3,1702,2895 -"2659",600,43226,3,1702,2442 -"2660",600,43566,3,1702,2730 -"2661",600,45633,3,1702,2134 -"2662",600,46803,3,1702,2305 -"2663",600,47248,3,1702,2883 -"2664",600,47445,3,1702,2668 -"2665",600,50480,3,1702,2701 -"2666",600,50685,3,1702,2008 -"2667",600,51017,3,1702,2073 -"2668",600,51853,3,1702,2520 -"2669",600,51925,3,1702,2307 -"2670",600,52576,3,1702,2234 -"2671",600,53196,2,1702,1888 -"2672",600,54158,2,1702,1756 -"2673",600,55139,3,1702,2323 -"2674",600,55156,3,1702,2196 -"2675",600,56317,3,1702,2030 -"2676",600,56910,3,1702,2705 -"2677",600,57544,3,1702,2443 -"2678",600,58284,3,1702,2292 -"2679",600,62219,3,1702,2494 -"2680",600,63395,3,1702,2334 -"2681",600,63409,1,1702,1937 -"2682",600,63515,3,1702,2023 -"2683",600,64181,1,1702,1828 -"2684",600,64997,2,1702,2791 -"2685",600,65016,3,1702,2749 -"2686",600,66413,1,1702,2507 -"2687",600,67652,3,1702,2736 -"2688",600,68810,3,1702,2409 -"2689",600,73305,2,1702,2544 -"2690",600,76892,3,1702,2381 -"2691",600,78563,3,1702,2385 -"2692",600,79804,3,1702,2227 -"2693",600,80429,3,1702,1927 -"2694",600,82949,3,1702,2077 -"2695",600,92322,3,1702,2393 -"2696",600,105063,1,1702,1908 -"2697",601,1315,3,702,2760 -"2698",601,1428,2,702,742 -"2699",601,1767,3,702,2727 -"2700",601,1777,3,702,1965 -"2701",601,2424,3,702,2582 -"2702",601,2609,3,702,834 -"2703",601,2894,3,702,1291 -"2704",601,3068,3,702,1815 -"2705",601,3139,3,702,1656 -"2706",601,3255,3,702,2504 -"2707",601,3830,3,702,1661 -"2708",601,3961,3,702,2426 -"2709",601,5078,3,702,2033 -"2710",601,5235,3,702,2324 -"2711",601,5315,3,702,2631 -"2712",601,5438,3,702,1499 -"2713",601,5457,3,702,2077 -"2714",601,5462,3,702,2374 -"2715",601,5504,3,702,2389 -"2716",601,5785,3,702,1261 -"2717",601,6222,3,702,1949 -"2718",601,7984,3,702,2493 -"2719",601,7992,2,702,2033 -"2720",601,9311,3,702,2477 -"2721",601,9362,3,702,2879 -"2722",601,10358,3,702,2294 -"2723",601,10779,3,702,2881 -"2724",601,11440,3,702,2026 -"2725",601,11576,3,702,808 -"2726",601,11976,3,702,1727 -"2727",601,12524,3,702,1287 -"2728",601,12901,2,702,2136 -"2729",601,12982,3,702,2143 -"2730",601,13324,3,702,2163 -"2731",601,13388,3,702,2119 -"2732",601,13967,3,702,1354 -"2733",601,13979,2,702,1559 -"2734",601,14353,3,702,2878 -"2735",601,14959,3,702,2898 -"2736",601,15453,3,702,1688 -"2737",601,15636,2,702,2857 -"2738",601,16053,2,702,908 -"2739",601,16539,3,702,1947 -"2740",601,17027,3,702,2772 -"2741",601,17354,2,702,2250 -"2742",601,18151,3,702,2962 -"2743",601,18394,3,702,2356 -"2744",601,19506,3,702,1385 -"2745",601,19621,3,702,725 -"2746",601,19634,3,702,954 -"2747",601,19637,1,702,1229 -"2748",601,19874,3,702,985 -"2749",601,20067,2,702,2390 -"2750",601,20311,3,702,1981 -"2751",601,20423,3,702,2654 -"2752",601,20659,3,702,1969 -"2753",601,20732,2,702,2401 -"2754",601,21126,3,702,2331 -"2755",601,21197,3,702,1437 -"2756",601,21198,3,702,935 -"2757",601,21285,3,702,2100 -"2758",601,21706,3,702,1988 -"2759",601,22403,3,702,1630 -"2760",601,23312,3,702,2449 -"2761",601,23509,3,702,2275 -"2762",601,23726,2,702,2434 -"2763",601,23787,3,702,2810 -"2764",601,23825,3,702,1913 -"2765",601,23869,2,702,1918 -"2766",601,24612,2,702,1875 -"2767",601,25486,3,702,2582 -"2768",601,25680,2,702,1618 -"2769",601,26249,2,702,2301 -"2770",601,26451,3,702,2133 -"2771",601,26479,3,702,1818 -"2772",601,26524,3,702,982 -"2773",601,27427,3,702,2325 -"2774",601,28130,2,702,908 -"2775",601,28131,1,702,1492 -"2776",601,28784,3,702,1579 -"2777",601,29095,3,702,2531 -"2778",601,30150,1,702,1704 -"2779",601,30883,2,702,1629 -"2780",601,31279,3,702,965 -"2781",601,32811,3,702,804 -"2782",601,32988,3,702,2008 -"2783",601,33356,3,702,1586 -"2784",601,33551,3,702,1734 -"2785",601,33801,3,702,2899 -"2786",601,35529,2,702,1620 -"2787",601,36514,3,702,1192 -"2788",601,36637,3,702,2085 -"2789",601,37934,3,702,1595 -"2790",601,38055,3,702,1089 -"2791",601,38467,3,702,1259 -"2792",601,38921,3,702,1880 -"2793",601,39865,3,702,849 -"2794",601,41278,3,702,1873 -"2795",601,42486,3,702,1951 -"2796",601,42505,3,702,2008 -"2797",601,43479,3,702,2178 -"2798",601,44068,3,702,1056 -"2799",601,44557,3,702,2371 -"2800",601,44654,2,702,2916 -"2801",601,44819,3,702,2063 -"2802",601,45302,3,702,2390 -"2803",601,46040,2,702,2105 -"2804",601,46803,2,702,2305 -"2805",601,47386,3,702,2226 -"2806",601,48283,2,702,1290 -"2807",601,48893,3,702,719 -"2808",601,50269,2,702,1966 -"2809",601,50382,3,702,2244 -"2810",601,50487,3,702,744 -"2811",601,51089,3,702,2426 -"2812",601,51157,3,702,2319 -"2813",601,51243,3,702,1389 -"2814",601,53120,2,702,975 -"2815",601,53475,3,702,2853 -"2816",601,53604,3,702,2489 -"2817",601,55084,3,702,1189 -"2818",601,57657,3,702,2735 -"2819",601,58365,3,702,1902 -"2820",601,58669,2,702,2296 -"2821",601,58993,3,702,2390 -"2822",601,59677,3,702,1174 -"2823",601,62148,2,702,1566 -"2824",601,68299,3,702,866 -"2825",601,68652,3,702,2878 -"2826",601,70046,3,702,2624 -"2827",601,70203,1,702,2756 -"2828",601,70681,3,702,866 -"2829",601,70996,3,702,1037 -"2830",601,74681,3,702,837 -"2831",601,76081,3,702,1534 -"2832",601,76356,3,702,2323 -"2833",601,76999,2,702,908 -"2834",601,77835,3,702,1327 -"2835",601,78801,3,702,1572 -"2836",601,82009,3,702,1020 -"2837",601,87720,3,702,2086 -"2838",601,88473,3,702,1102 -"2839",601,90790,3,702,1492 -"2840",601,90837,3,702,825 -"2841",601,91162,3,702,1693 -"2842",601,91163,3,702,1171 -"2843",601,91201,3,702,1702 -"2844",601,92513,3,702,2282 -"2845",601,96911,3,702,956 -"2846",601,97160,2,702,1215 -"2847",601,97811,3,702,1288 -"2848",601,100140,2,702,1041 -"2849",601,103524,2,702,991 -"2850",602,25,3,2632,2762 -"2851",602,762,1,2632,2671 -"2852",602,3765,3,2632,2775 -"2853",602,3896,3,2632,2693 -"2854",602,12703,2,2632,2689 -"2855",602,28285,3,2632,2972 -"2856",602,28982,2,2632,2746 -"2857",602,33433,3,2632,2805 -"2858",602,37486,3,2632,2912 -"2859",602,38885,3,2632,2720 -"2860",613,1151,3,2687,2885 -"2861",613,2224,3,2687,2751 -"2862",613,7323,3,2687,2858 -"2863",613,9362,3,2687,2879 -"2864",613,18151,3,2687,2962 -"2865",613,19606,3,2687,2783 -"2866",622,372,3,501,1944 -"2867",622,388,2,501,1594 -"2868",622,841,3,501,2964 -"2869",622,1150,1,501,1595 -"2870",622,1560,2,501,2013 -"2871",622,1685,3,501,2230 -"2872",622,3255,3,501,2504 -"2873",622,3271,3,501,2216 -"2874",622,4313,3,501,2368 -"2875",622,5852,3,501,1862 -"2876",622,8475,3,501,2034 -"2877",622,8478,3,501,984 -"2878",622,8525,3,501,1787 -"2879",622,9272,3,501,2835 -"2880",622,9506,3,501,1012 -"2881",622,9716,3,501,1929 -"2882",622,10200,2,501,2920 -"2883",622,11154,3,501,1594 -"2884",622,11319,3,501,2073 -"2885",622,11429,2,501,2520 -"2886",622,12973,3,501,1569 -"2887",622,13671,3,501,1371 -"2888",622,13861,3,501,1197 -"2889",622,14586,3,501,2801 -"2890",622,14626,3,501,2175 -"2891",622,14654,1,501,1692 -"2892",622,14761,2,501,2502 -"2893",622,15737,3,501,676 -"2894",622,16021,3,501,858 -"2895",622,16590,3,501,1123 -"2896",622,18827,3,501,1481 -"2897",622,19296,1,501,1705 -"2898",622,19366,2,501,2279 -"2899",622,24086,3,501,2663 -"2900",622,29319,3,501,2314 -"2901",622,29704,3,501,2294 -"2902",622,30334,3,501,2075 -"2903",622,31541,3,501,1500 -"2904",622,32582,3,501,1929 -"2905",622,37342,3,501,2649 -"2906",622,37636,3,501,2178 -"2907",622,38038,3,501,2686 -"2908",622,39534,3,501,2410 -"2909",622,40392,2,501,1878 -"2910",622,41185,3,501,1929 -"2911",622,43201,3,501,957 -"2912",622,43226,3,501,2442 -"2913",622,44464,3,501,1619 -"2914",622,45664,3,501,2235 -"2915",622,45874,3,501,944 -"2916",622,48110,3,501,2009 -"2917",622,49347,3,501,2504 -"2918",622,50621,3,501,2809 -"2919",622,51783,3,501,2599 -"2920",622,57394,2,501,1271 -"2921",622,58086,3,501,1667 -"2922",622,58508,3,501,2326 -"2923",622,65557,3,501,813 -"2924",622,69077,3,501,1689 -"2925",622,69335,3,501,2698 -"2926",622,70656,3,501,2771 -"2927",622,73090,2,501,732 -"2928",622,78768,2,501,841 -"2929",622,80301,3,501,1690 -"2930",622,80377,3,501,1384 -"2931",622,80942,3,501,1240 -"2932",622,82226,2,501,1619 -"2933",622,88171,1,501,1488 -"2934",622,107993,3,501,999 -"2935",622,111040,3,501,711 -"2936",622,111045,3,501,915 -"2937",626,843,3,77,2332 -"2938",626,919,3,77,910 -"2939",626,1785,3,77,2350 -"2940",626,2588,3,77,552 -"2941",626,3272,3,77,2132 -"2942",626,4622,3,77,1589 -"2943",626,4968,3,77,1586 -"2944",626,8123,2,77,144 -"2945",626,13034,3,77,698 -"2946",626,15023,3,77,2054 -"2947",626,15214,3,77,274 -"2948",626,19542,3,77,570 -"2949",626,20547,3,77,2145 -"2950",626,20679,3,77,181 -"2951",626,22532,3,77,568 -"2952",626,25518,3,77,1955 -"2953",626,25678,3,77,1558 -"2954",626,28290,3,77,430 -"2955",626,31357,3,77,2389 -"2956",626,35844,3,77,2961 -"2957",626,42773,2,77,385 -"2958",626,51843,3,77,2389 -"2959",626,53132,3,77,81 -"2960",626,54385,3,77,2340 -"2961",626,55307,2,77,2306 -"2962",626,62975,3,77,977 -"2963",626,63631,3,77,763 -"2964",626,70011,3,77,2690 -"2965",626,77719,3,77,2086 -"2966",626,78569,3,77,578 -"2967",626,84796,3,77,113 -"2968",626,84808,3,77,1974 -"2969",626,88739,3,77,933 -"2970",626,95560,3,77,116 -"2971",626,99237,3,77,783 -"2972",626,117643,2,77,80 -"2973",669,613,3,1423,2687 -"2974",669,997,3,1423,2788 -"2975",669,1897,3,1423,1727 -"2976",669,3167,3,1423,1676 -"2977",669,3242,2,1423,1730 -"2978",669,4696,3,1423,2656 -"2979",669,5504,3,1423,2389 -"2980",669,5839,3,1423,2301 -"2981",669,6162,3,1423,1673 -"2982",669,6241,1,1423,2264 -"2983",669,7245,3,1423,2089 -"2984",669,7406,3,1423,1906 -"2985",669,7861,3,1423,1647 -"2986",669,8419,3,1423,1956 -"2987",669,8621,2,1423,1681 -"2988",669,9362,3,1423,2879 -"2989",669,9702,3,1423,1928 -"2990",669,10404,3,1423,2062 -"2991",669,10746,2,1423,1506 -"2992",669,10859,1,1423,2231 -"2993",669,12542,2,1423,1888 -"2994",669,12929,3,1423,2656 -"2995",669,13324,3,1423,2163 -"2996",669,14887,3,1423,2158 -"2997",669,15539,3,1423,1929 -"2998",669,17906,3,1423,1940 -"2999",669,17983,3,1423,1931 -"3000",669,18366,3,1423,2699 -"3001",669,19174,3,1423,1595 -"3002",669,19199,3,1423,2263 -"3003",669,19813,3,1423,1744 -"3004",669,20563,2,1423,2267 -"3005",669,23460,3,1423,2183 -"3006",669,24405,1,1423,1443 -"3007",669,25341,3,1423,1858 -"3008",669,26516,3,1423,2479 -"3009",669,27104,3,1423,1608 -"3010",669,27753,3,1423,2750 -"3011",669,28892,2,1423,2023 -"3012",669,30438,3,1423,1617 -"3013",669,33991,3,1423,2249 -"3014",669,35069,1,1423,2069 -"3015",669,35360,2,1423,2043 -"3016",669,35888,2,1423,2291 -"3017",669,37418,3,1423,2710 -"3018",669,37915,3,1423,1905 -"3019",669,39069,3,1423,1802 -"3020",669,39278,1,1423,1952 -"3021",669,39799,3,1423,2344 -"3022",669,40913,2,1423,1800 -"3023",669,42129,3,1423,2318 -"3024",669,42333,3,1423,2234 -"3025",669,47362,2,1423,2253 -"3026",669,49265,3,1423,2686 -"3027",669,49560,2,1423,1679 -"3028",669,51035,3,1423,2397 -"3029",669,53342,3,1423,2071 -"3030",669,55256,3,1423,2379 -"3031",669,57380,3,1423,2362 -"3032",669,57405,2,1423,2344 -"3033",669,57977,3,1423,2683 -"3034",669,58035,3,1423,1646 -"3035",669,58617,3,1423,2093 -"3036",669,62832,2,1423,2606 -"3037",669,64502,3,1423,1670 -"3038",669,68550,3,1423,1820 -"3039",669,74095,3,1423,2333 -"3040",669,80678,3,1423,1595 -"3041",669,81014,2,1423,1925 -"3042",669,84567,3,1423,2767 -"3043",669,84790,3,1423,1708 -"3044",669,84799,2,1423,2656 -"3045",669,84942,2,1423,1467 -"3046",669,85736,3,1423,1601 -"3047",669,86107,2,1423,1960 -"3048",669,88455,3,1423,2388 -"3049",669,93481,3,1423,2311 -"3050",669,95979,3,1423,1722 -"3051",671,270,3,2328,2542 -"3052",671,1090,3,2328,2370 -"3053",671,1136,3,2328,2536 -"3054",671,2424,2,2328,2582 -"3055",671,2954,3,2328,2727 -"3056",671,3164,3,2328,2693 -"3057",671,3305,3,2328,2839 -"3058",671,4618,2,2328,2607 -"3059",671,5725,3,2328,2789 -"3060",671,10890,2,2328,2639 -"3061",671,13929,2,2328,2693 -"3062",671,16497,3,2328,2370 -"3063",671,18543,3,2328,2968 -"3064",671,19027,2,2328,2721 -"3065",671,20643,3,2328,2341 -"3066",671,20700,3,2328,2861 -"3067",671,20783,3,2328,2414 -"3068",671,26436,3,2328,2489 -"3069",671,26516,3,2328,2479 -"3070",671,27753,3,2328,2750 -"3071",671,31799,3,2328,2547 -"3072",671,32173,3,2328,2341 -"3073",671,34216,3,2328,2832 -"3074",671,36962,3,2328,2861 -"3075",671,43455,3,2328,2846 -"3076",671,43518,3,2328,2680 -"3077",671,44427,2,2328,2875 -"3078",671,47947,3,2328,2681 -"3079",671,51410,3,2328,2739 -"3080",671,54740,3,2328,2750 -"3081",671,55691,1,2328,2856 -"3082",671,57977,3,2328,2683 -"3083",671,61982,3,2328,2725 -"3084",671,64793,3,2328,2819 -"3085",671,64997,3,2328,2791 -"3086",671,65029,3,2328,2954 -"3087",671,70046,3,2328,2624 -"3088",671,76892,3,2328,2381 -"3089",671,88232,3,2328,2881 -"3090",671,108379,3,2328,2933 -"3091",675,135,3,1686,2233 -"3092",675,380,3,1686,2261 -"3093",675,455,3,1686,2827 -"3094",675,600,3,1686,1702 -"3095",675,671,3,1686,2328 -"3096",675,1136,1,1686,2536 -"3097",675,2765,3,1686,2321 -"3098",675,2954,3,1686,2727 -"3099",675,3242,3,1686,1730 -"3100",675,3966,3,1686,2425 -"3101",675,4191,2,1686,2130 -"3102",675,4226,3,1686,1903 -"3103",675,4618,3,1686,2607 -"3104",675,4687,3,1686,2152 -"3105",675,4980,3,1686,2093 -"3106",675,5041,3,1686,2371 -"3107",675,6363,3,1686,2066 -"3108",675,6392,3,1686,1878 -"3109",675,6428,2,1686,1952 -"3110",675,6491,2,1686,2424 -"3111",675,7354,3,1686,2008 -"3112",675,7515,3,1686,2737 -"3113",675,7847,2,1686,2424 -"3114",675,9362,3,1686,2879 -"3115",675,11516,3,1686,1937 -"3116",675,12747,3,1686,2818 -"3117",675,19322,3,1686,2048 -"3118",675,19516,3,1686,2313 -"3119",675,20563,3,1686,2267 -"3120",675,22714,3,1686,2793 -"3121",675,22885,3,1686,1702 -"3122",675,23132,3,1686,2756 -"3123",675,23216,3,1686,2424 -"3124",675,23460,3,1686,2183 -"3125",675,23704,3,1686,2278 -"3126",675,24568,3,1686,1937 -"3127",675,25129,3,1686,2647 -"3128",675,25341,2,1686,1858 -"3129",675,25816,3,1686,2088 -"3130",675,26067,3,1686,2069 -"3131",675,26436,3,1686,2489 -"3132",675,26516,3,1686,2479 -"3133",675,27628,2,1686,2389 -"3134",675,27753,2,1686,2750 -"3135",675,31799,3,1686,2547 -"3136",675,34160,2,1686,1759 -"3137",675,34464,3,1686,1741 -"3138",675,34492,2,1686,1798 -"3139",675,34509,2,1686,1973 -"3140",675,34815,3,1686,2354 -"3141",675,37620,3,1686,2716 -"3142",675,38727,3,1686,2238 -"3143",675,40369,2,1686,2735 -"3144",675,42216,3,1686,2722 -"3145",675,42474,3,1686,2322 -"3146",675,45715,3,1686,2287 -"3147",675,47248,3,1686,2883 -"3148",675,51017,3,1686,2073 -"3149",675,51041,3,1686,2606 -"3150",675,51410,2,1686,2739 -"3151",675,53196,3,1686,1888 -"3152",675,53323,3,1686,2677 -"3153",675,55139,3,1686,2323 -"3154",675,57129,3,1686,1858 -"3155",675,57544,3,1686,2443 -"3156",675,59438,3,1686,2400 -"3157",675,59790,3,1686,1827 -"3158",675,63409,3,1686,1937 -"3159",675,64181,2,1686,1828 -"3160",675,64997,1,1686,2791 -"3161",675,66413,3,1686,2507 -"3162",675,80429,3,1686,1927 -"3163",675,92491,3,1686,1968 -"3164",675,105063,3,1686,1908 -"3165",680,371,3,2569,2950 -"3166",680,3978,2,2569,2775 -"3167",680,4361,2,2569,2571 -"3168",680,6989,3,2569,2623 -"3169",680,8062,2,2569,2858 -"3170",680,8604,3,2569,2799 -"3171",680,11477,3,2569,2724 -"3172",680,11648,3,2569,2852 -"3173",680,12948,3,2569,2669 -"3174",680,17033,3,2569,2771 -"3175",680,17037,3,2569,2947 -"3176",680,18371,3,2569,2860 -"3177",680,18810,3,2569,2671 -"3178",680,19073,3,2569,2748 -"3179",680,20941,3,2569,2725 -"3180",680,22709,3,2569,2743 -"3181",680,25373,1,2569,2783 -"3182",680,26182,3,2569,2775 -"3183",680,27686,2,2569,2844 -"3184",680,30705,3,2569,2959 -"3185",680,36953,3,2569,2790 -"3186",680,38691,3,2569,2585 -"3187",680,40572,3,2569,2666 -"3188",680,45729,3,2569,2606 -"3189",680,45869,3,2569,2840 -"3190",680,46982,3,2569,2806 -"3191",680,51783,2,2569,2599 -"3192",680,53223,3,2569,2690 -"3193",680,63077,2,2569,2778 -"3194",680,70583,3,2569,2615 -"3195",680,71531,3,2569,2887 -"3196",687,5683,3,1664,2468 -"3197",687,14586,3,1664,2801 -"3198",687,37752,3,1664,2223 -"3199",687,38693,2,1664,2059 -"3200",687,39443,3,1664,2277 -"3201",687,39875,3,1664,2422 -"3202",701,3305,2,2718,2839 -"3203",701,48605,3,2718,2796 -"3204",701,50785,2,2718,2877 -"3205",725,388,2,1064,1594 -"3206",725,1560,3,1064,2013 -"3207",725,3255,3,1064,2504 -"3208",725,3786,3,1064,2282 -"3209",725,5235,3,1064,2324 -"3210",725,6071,3,1064,2310 -"3211",725,7126,3,1064,1261 -"3212",725,8146,2,1064,1561 -"3213",725,8525,3,1064,1787 -"3214",725,8890,3,1064,1955 -"3215",725,9716,3,1064,1929 -"3216",725,9723,3,1064,2302 -"3217",725,9808,3,1064,1648 -"3218",725,10908,3,1064,1134 -"3219",725,11429,3,1064,2520 -"3220",725,12818,3,1064,2015 -"3221",725,12837,3,1064,1315 -"3222",725,14433,3,1064,1225 -"3223",725,14623,3,1064,2043 -"3224",725,14654,3,1064,1692 -"3225",725,14761,2,1064,2502 -"3226",725,15075,2,1064,2252 -"3227",725,15088,3,1064,2906 -"3228",725,18855,2,1064,1362 -"3229",725,18954,3,1064,2364 -"3230",725,23325,2,1064,2779 -"3231",725,23639,3,1064,2065 -"3232",725,29824,3,1064,2772 -"3233",725,30317,3,1064,2431 -"3234",725,30334,3,1064,2075 -"3235",725,34742,2,1064,1883 -"3236",725,37636,3,1064,2178 -"3237",725,38602,3,1064,2693 -"3238",725,40392,2,1064,1878 -"3239",725,40850,2,1064,1396 -"3240",725,45030,3,1064,2776 -"3241",725,46745,3,1064,1565 -"3242",725,49347,3,1064,2504 -"3243",725,49621,1,1064,1915 -"3244",725,51783,3,1064,2599 -"3245",725,51838,3,1064,2288 -"3246",725,52483,2,1064,2317 -"3247",725,53537,2,1064,2428 -"3248",725,53905,3,1064,2193 -"3249",725,56737,2,1064,2270 -"3250",725,58086,3,1064,1667 -"3251",725,72827,2,1064,1359 -"3252",725,76230,3,1064,1223 -"3253",725,79036,3,1064,2524 -"3254",725,79236,2,1064,1505 -"3255",725,79822,2,1064,1508 -"3256",725,79918,3,1064,1672 -"3257",725,80942,3,1064,1240 -"3258",725,81113,1,1064,1914 -"3259",725,89860,3,1064,1999 -"3260",725,96349,3,1064,1874 -"3261",725,101115,3,1064,1259 -"3262",728,237,3,1812,1982 -"3263",728,1702,3,1812,1984 -"3264",728,2226,3,1812,2225 -"3265",728,3127,3,1812,2273 -"3266",728,4367,3,1812,2794 -"3267",728,4646,3,1812,2139 -"3268",728,7014,2,1812,2401 -"3269",728,8726,2,1812,2083 -"3270",728,9787,2,1812,2858 -"3271",728,11136,3,1812,2573 -"3272",728,11648,3,1812,2852 -"3273",728,13780,3,1812,2412 -"3274",728,18965,2,1812,2315 -"3275",728,19364,3,1812,2846 -"3276",728,24096,3,1812,2612 -"3277",728,26734,3,1812,2299 -"3278",728,28081,3,1812,1927 -"3279",728,29825,3,1812,2603 -"3280",728,30870,3,1812,2370 -"3281",728,36953,3,1812,2790 -"3282",728,37279,2,1812,2768 -"3283",728,38259,3,1812,2258 -"3284",728,40572,3,1812,2666 -"3285",728,41633,3,1812,1976 -"3286",728,42813,3,1812,2142 -"3287",728,45729,3,1812,2606 -"3288",728,46261,3,1812,2350 -"3289",728,46486,2,1812,1868 -"3290",728,47114,3,1812,1920 -"3291",728,47965,2,1812,2232 -"3292",728,51687,2,1812,2333 -"3293",728,54718,3,1812,2473 -"3294",728,59776,3,1812,2493 -"3295",728,61337,3,1812,2777 -"3296",728,73553,3,1812,2726 -"3297",728,107103,3,1812,2015 -"3298",733,671,3,1653,2328 -"3299",733,675,3,1653,1686 -"3300",733,1046,3,1653,1881 -"3301",733,1136,3,1653,2536 -"3302",733,1897,3,1653,1727 -"3303",733,2208,3,1653,2814 -"3304",733,2424,3,1653,2582 -"3305",733,3167,3,1653,1676 -"3306",733,3242,2,1653,1730 -"3307",733,4191,3,1653,2130 -"3308",733,4226,3,1653,1903 -"3309",733,4567,3,1653,2348 -"3310",733,4618,2,1653,2607 -"3311",733,4687,3,1653,2152 -"3312",733,4980,3,1653,2093 -"3313",733,5041,3,1653,2371 -"3314",733,5239,3,1653,2875 -"3315",733,5504,3,1653,2389 -"3316",733,7245,3,1653,2089 -"3317",733,7834,3,1653,1708 -"3318",733,8621,2,1653,1681 -"3319",733,10130,3,1653,2741 -"3320",733,10222,3,1653,2212 -"3321",733,10404,3,1653,2062 -"3322",733,10890,3,1653,2639 -"3323",733,12374,3,1653,2260 -"3324",733,15401,3,1653,1999 -"3325",733,15539,3,1653,1929 -"3326",733,16608,3,1653,1769 -"3327",733,17354,3,1653,2250 -"3328",733,18277,2,1653,2309 -"3329",733,19027,3,1653,2721 -"3330",733,20162,2,1653,2328 -"3331",733,20311,3,1653,1981 -"3332",733,20563,2,1653,2267 -"3333",733,20700,3,1653,2861 -"3334",733,21104,3,1653,2327 -"3335",733,22857,3,1653,1708 -"3336",733,23140,3,1653,2787 -"3337",733,23534,2,1653,1659 -"3338",733,23704,3,1653,2278 -"3339",733,24198,3,1653,2217 -"3340",733,25341,3,1653,1858 -"3341",733,26436,2,1653,2489 -"3342",733,26451,3,1653,2133 -"3343",733,26516,2,1653,2479 -"3344",733,26570,3,1653,1669 -"3345",733,26706,2,1653,1846 -"3346",733,27753,2,1653,2750 -"3347",733,31799,3,1653,2547 -"3348",733,32988,3,1653,2008 -"3349",733,33551,3,1653,1734 -"3350",733,33801,3,1653,2899 -"3351",733,34136,2,1653,2202 -"3352",733,34492,2,1653,1798 -"3353",733,37301,3,1653,2160 -"3354",733,37418,3,1653,2710 -"3355",733,38449,3,1653,1802 -"3356",733,40293,3,1653,1671 -"3357",733,40369,3,1653,2735 -"3358",733,43839,3,1653,1685 -"3359",733,45715,3,1653,2287 -"3360",733,50667,1,1653,2719 -"3361",733,51410,3,1653,2739 -"3362",733,53031,3,1653,2065 -"3363",733,54740,3,1653,2750 -"3364",733,55906,3,1653,2851 -"3365",733,57977,3,1653,2683 -"3366",733,58221,1,1653,1787 -"3367",733,63515,3,1653,2023 -"3368",733,64699,3,1653,2797 -"3369",733,64793,3,1653,2819 -"3370",733,64997,3,1653,2791 -"3371",733,65155,3,1653,1947 -"3372",733,70046,3,1653,2624 -"3373",733,74095,3,1653,2333 -"3374",733,81813,3,1653,1656 -"3375",733,82409,3,1653,1881 -"3376",733,91162,3,1653,1693 -"3377",733,91201,3,1653,1702 -"3378",733,92322,3,1653,2393 -"3379",733,93615,3,1653,2386 -"3380",739,15075,3,309,2252 -"3381",739,18954,3,309,2364 -"3382",739,25718,3,309,432 -"3383",739,26567,3,309,1158 -"3384",739,34334,3,309,1637 -"3385",739,62498,3,309,1698 -"3386",739,72827,2,309,1359 -"3387",739,78460,2,309,985 -"3388",739,95661,3,309,872 -"3389",739,96741,2,309,484 -"3390",739,107993,3,309,999 -"3391",739,116792,3,309,2397 -"3392",750,1315,2,1327,2760 -"3393",750,3139,3,1327,1656 -"3394",750,7354,3,1327,2008 -"3395",750,9503,3,1327,2453 -"3396",750,10871,3,1327,2314 -"3397",750,12724,3,1327,1930 -"3398",750,17264,3,1327,2528 -"3399",750,17354,3,1327,2250 -"3400",750,19506,3,1327,1385 -"3401",750,20070,3,1327,1914 -"3402",750,22242,3,1327,1690 -"3403",750,23140,3,1327,2787 -"3404",750,26031,2,1327,1397 -"3405",750,28896,3,1327,1395 -"3406",750,31124,3,1327,2351 -"3407",750,32419,3,1327,1909 -"3408",750,32899,3,1327,1369 -"3409",750,33551,3,1327,1734 -"3410",750,37897,3,1327,1685 -"3411",750,46506,2,1327,2464 -"3412",750,49048,3,1327,1656 -"3413",750,74370,3,1327,1667 -"3414",750,82681,2,1327,1620 -"3415",750,90790,3,1327,1492 -"3416",750,91162,3,1327,1693 -"3417",750,91201,3,1327,1702 -"3418",750,94444,3,1327,1554 -"3419",750,96894,3,1327,1598 -"3420",757,600,3,546,1702 -"3421",757,2894,3,546,1291 -"3422",757,3819,3,546,1583 -"3423",757,3947,3,546,2067 -"3424",757,3966,3,546,2425 -"3425",757,4504,3,546,1905 -"3426",757,5203,1,546,814 -"3427",757,5226,3,546,1309 -"3428",757,5315,3,546,2631 -"3429",757,5449,2,546,1723 -"3430",757,5716,3,546,1058 -"3431",757,5785,3,546,1261 -"3432",757,6047,3,546,2004 -"3433",757,6222,3,546,1949 -"3434",757,6253,2,546,2282 -"3435",757,6366,3,546,798 -"3436",757,6417,3,546,1675 -"3437",757,6627,3,546,2063 -"3438",757,7029,3,546,2204 -"3439",757,7443,3,546,2028 -"3440",757,7508,3,546,2396 -"3441",757,8041,3,546,632 -"3442",757,8887,3,546,2373 -"3443",757,9311,3,546,2477 -"3444",757,10310,3,546,2774 -"3445",757,10358,3,546,2294 -"3446",757,10576,3,546,974 -"3447",757,10870,2,546,1755 -"3448",757,11103,1,546,2393 -"3449",757,11239,3,546,2181 -"3450",757,11493,2,546,2077 -"3451",757,11576,3,546,808 -"3452",757,11976,3,546,1727 -"3453",757,12371,2,546,1569 -"3454",757,12373,3,546,1567 -"3455",757,12639,3,546,1141 -"3456",757,14032,3,546,2144 -"3457",757,14959,3,546,2898 -"3458",757,16352,3,546,2657 -"3459",757,17520,3,546,2276 -"3460",757,18165,3,546,2085 -"3461",757,18344,3,546,2204 -"3462",757,18464,3,546,2312 -"3463",757,18706,3,546,1617 -"3464",757,19093,3,546,2224 -"3465",757,20331,3,546,2365 -"3466",757,20355,3,546,2111 -"3467",757,20879,3,546,623 -"3468",757,21406,3,546,2714 -"3469",757,21463,3,546,2437 -"3470",757,21566,3,546,1234 -"3471",757,21720,3,546,2637 -"3472",757,22893,3,546,1938 -"3473",757,23006,2,546,1532 -"3474",757,24256,2,546,2393 -"3475",757,24568,3,546,1937 -"3476",757,25033,3,546,929 -"3477",757,25325,3,546,2963 -"3478",757,26716,3,546,1765 -"3479",757,27195,2,546,2158 -"3480",757,28002,3,546,914 -"3481",757,28571,2,546,1556 -"3482",757,28640,3,546,1475 -"3483",757,29089,3,546,1344 -"3484",757,29095,3,546,2531 -"3485",757,29512,3,546,1594 -"3486",757,29917,3,546,1962 -"3487",757,29930,1,546,2240 -"3488",757,30747,3,546,2455 -"3489",757,30883,3,546,1629 -"3490",757,31279,3,546,965 -"3491",757,31705,3,546,2706 -"3492",757,32648,3,546,669 -"3493",757,33184,3,546,2522 -"3494",757,33801,3,546,2899 -"3495",757,33834,2,546,1606 -"3496",757,34648,3,546,1596 -"3497",757,34735,3,546,2767 -"3498",757,35752,3,546,1158 -"3499",757,36574,2,546,2934 -"3500",757,38467,2,546,1259 -"3501",757,38921,3,546,1880 -"3502",757,39105,3,546,2487 -"3503",757,40893,3,546,1116 -"3504",757,41770,3,546,2752 -"3505",757,41955,3,546,2479 -"3506",757,42574,3,546,2842 -"3507",757,45903,3,546,2237 -"3508",757,46283,3,546,1184 -"3509",757,49185,3,546,1544 -"3510",757,50487,3,546,744 -"3511",757,52530,3,546,1737 -"3512",757,53134,3,546,1590 -"3513",757,53219,3,546,2973 -"3514",757,53475,3,546,2853 -"3515",757,53830,3,546,1307 -"3516",757,56232,3,546,1175 -"3517",757,56688,3,546,2331 -"3518",757,61975,3,546,983 -"3519",757,62488,3,546,1418 -"3520",757,62538,2,546,1656 -"3521",757,63409,3,546,1937 -"3522",757,64255,2,546,2309 -"3523",757,65140,3,546,836 -"3524",757,67102,3,546,935 -"3525",757,73305,3,546,2544 -"3526",757,78436,3,546,1615 -"3527",757,79472,3,546,1230 -"3528",757,80219,3,546,988 -"3529",757,80246,3,546,1224 -"3530",757,82270,3,546,1641 -"3531",757,83526,3,546,1235 -"3532",757,90802,3,546,877 -"3533",757,97120,3,546,1202 -"3534",757,97937,3,546,932 -"3535",757,99966,2,546,606 -"3536",757,100140,3,546,1041 -"3537",757,101338,3,546,1319 -"3538",757,104280,3,546,887 -"3539",757,113238,3,546,671 -"3540",757,117956,3,546,2774 -"3541",758,2852,3,1232,2448 -"3542",758,3195,2,1232,2043 -"3543",758,3477,3,1232,2546 -"3544",758,4932,3,1232,2752 -"3545",758,6063,3,1232,2349 -"3546",758,6132,2,1232,1590 -"3547",758,7937,2,1232,2044 -"3548",758,8726,3,1232,2083 -"3549",758,8908,2,1232,1537 -"3550",758,9801,1,1232,2443 -"3551",758,14032,3,1232,2144 -"3552",758,14754,3,1232,2456 -"3553",758,18217,3,1232,1566 -"3554",758,19675,3,1232,2025 -"3555",758,20821,3,1232,1617 -"3556",758,21207,3,1232,1258 -"3557",758,25832,2,1232,1689 -"3558",758,28893,2,1232,2764 -"3559",758,32339,1,1232,2430 -"3560",758,33223,3,1232,2397 -"3561",758,35620,3,1232,2092 -"3562",758,36506,2,1232,2638 -"3563",758,39443,3,1232,2277 -"3564",758,40283,2,1232,1657 -"3565",758,40542,3,1232,1664 -"3566",758,41023,3,1232,2408 -"3567",758,41581,2,1232,1692 -"3568",758,48015,3,1232,1355 -"3569",758,50335,3,1232,1893 -"3570",758,56116,3,1232,1321 -"3571",758,57067,3,1232,2547 -"3572",758,77377,3,1232,1487 -"3573",758,88212,2,1232,2547 -"3574",758,92658,3,1232,2659 -"3575",758,93320,2,1232,1258 -"3576",758,95288,3,1232,1602 -"3577",762,25,2,2671,2762 -"3578",762,12703,2,2671,2689 -"3579",762,28982,3,2671,2746 -"3580",762,50275,3,2671,2832 -"3581",765,999,3,2073,2181 -"3582",765,3460,3,2073,2530 -"3583",765,3896,3,2073,2693 -"3584",765,4751,3,2073,2696 -"3585",765,6030,3,2073,2953 -"3586",765,8275,3,2073,2237 -"3587",765,10857,3,2073,2253 -"3588",765,33052,3,2073,2251 -"3589",765,40262,3,2073,2291 -"3590",765,41998,3,2073,2400 -"3591",765,42642,3,2073,2257 -"3592",765,54551,3,2073,2348 -"3593",765,64436,2,2073,2687 -"3594",765,69591,3,2073,2294 -"3595",765,83407,3,2073,2112 -"3596",782,380,3,945,2261 -"3597",782,1102,3,945,2282 -"3598",782,1578,3,945,1612 -"3599",782,2484,3,945,2389 -"3600",782,2576,3,945,1307 -"3601",782,2852,3,945,2448 -"3602",782,4361,3,945,2571 -"3603",782,4612,3,945,2804 -"3604",782,4669,3,945,2395 -"3605",782,5568,3,945,1290 -"3606",782,5897,3,945,2337 -"3607",782,6603,3,945,2185 -"3608",782,6989,3,945,2623 -"3609",782,7785,1,945,2441 -"3610",782,8866,3,945,1545 -"3611",782,10002,3,945,1788 -"3612",782,11108,3,945,1609 -"3613",782,12948,3,945,2669 -"3614",782,14655,3,945,2559 -"3615",782,14749,3,945,1998 -"3616",782,15821,3,945,2456 -"3617",782,16715,3,945,1218 -"3618",782,17033,3,945,2771 -"3619",782,18978,1,945,952 -"3620",782,20545,3,945,1491 -"3621",782,23000,3,945,1815 -"3622",782,23015,3,945,1362 -"3623",782,24195,3,945,1575 -"3624",782,24866,3,945,2103 -"3625",782,27742,2,945,2700 -"3626",782,27914,3,945,2507 -"3627",782,29295,3,945,2043 -"3628",782,30262,3,945,1715 -"3629",782,30525,3,945,1964 -"3630",782,31868,3,945,1993 -"3631",782,32532,1,945,2338 -"3632",782,32560,2,945,1258 -"3633",782,33285,3,945,1327 -"3634",782,33341,3,945,2338 -"3635",782,33681,3,945,1059 -"3636",782,33870,2,945,955 -"3637",782,35797,2,945,2482 -"3638",782,36506,3,945,2638 -"3639",782,38780,3,945,2705 -"3640",782,41023,3,945,2408 -"3641",782,41581,3,945,1692 -"3642",782,43961,3,945,2443 -"3643",782,44749,3,945,1303 -"3644",782,45461,3,945,2458 -"3645",782,45869,3,945,2840 -"3646",782,45904,3,945,1011 -"3647",782,47534,2,945,2712 -"3648",782,52110,3,945,1676 -"3649",782,53530,3,945,2380 -"3650",782,55320,3,945,1643 -"3651",782,55892,3,945,1234 -"3652",782,57356,3,945,2476 -"3653",782,58655,3,945,2685 -"3654",782,59039,3,945,2870 -"3655",782,72632,3,945,1289 -"3656",782,80156,3,945,1667 -"3657",782,85396,3,945,1131 -"3658",782,91849,2,945,1166 -"3659",782,109307,3,945,1187 -"3660",782,115021,2,945,1226 -"3661",798,341,3,2476,2689 -"3662",798,3564,3,2476,2717 -"3663",798,4612,3,2476,2804 -"3664",798,5106,3,2476,2622 -"3665",798,9272,3,2476,2835 -"3666",798,35477,1,2476,2703 -"3667",798,35715,2,2476,2912 -"3668",798,37279,3,2476,2768 -"3669",798,43593,3,2476,2704 -"3670",798,47968,3,2476,2829 -"3671",798,59039,3,2476,2870 -"3672",798,59243,3,2476,2770 -"3673",798,66693,3,2476,2554 -"3674",798,71531,3,2476,2887 -"3675",798,73266,3,2476,2496 -"3676",798,96300,3,2476,2594 -"3677",803,42,1,1666,2265 -"3678",803,377,3,1666,2389 -"3679",803,1046,3,1666,1881 -"3680",803,1090,2,1666,2370 -"3681",803,1321,1,1666,2075 -"3682",803,1386,3,1666,1901 -"3683",803,1495,3,1666,2046 -"3684",803,2166,3,1666,2557 -"3685",803,2591,3,1666,1949 -"3686",803,2766,3,1666,1920 -"3687",803,3088,3,1666,1670 -"3688",803,3352,3,1666,1707 -"3689",803,3695,3,1666,2612 -"3690",803,3966,3,1666,2425 -"3691",803,4763,3,1666,1960 -"3692",803,5041,3,1666,2371 -"3693",803,5849,3,1666,2404 -"3694",803,7078,1,1666,2344 -"3695",803,7394,3,1666,2615 -"3696",803,8621,3,1666,1681 -"3697",803,10148,3,1666,2964 -"3698",803,10222,3,1666,2212 -"3699",803,10874,2,1666,1891 -"3700",803,11477,3,1666,2724 -"3701",803,12867,2,1666,2773 -"3702",803,13601,3,1666,2689 -"3703",803,15184,2,1666,2396 -"3704",803,15560,3,1666,2257 -"3705",803,16497,2,1666,2370 -"3706",803,18151,3,1666,2962 -"3707",803,19027,3,1666,2721 -"3708",803,19528,2,1666,2742 -"3709",803,20783,1,1666,2414 -"3710",803,21193,3,1666,2490 -"3711",803,21417,3,1666,2422 -"3712",803,21754,3,1666,1881 -"3713",803,22216,3,1666,1956 -"3714",803,23508,2,1666,1907 -"3715",803,24255,3,1666,2770 -"3716",803,25530,3,1666,2884 -"3717",803,26608,2,1666,2329 -"3718",803,30386,3,1666,1833 -"3719",803,31799,3,1666,2547 -"3720",803,32516,3,1666,2050 -"3721",803,32939,3,1666,2277 -"3722",803,33572,2,1666,2370 -"3723",803,34327,2,1666,2959 -"3724",803,34693,3,1666,1938 -"3725",803,36950,3,1666,2204 -"3726",803,37418,3,1666,2710 -"3727",803,38667,3,1666,2880 -"3728",803,38908,3,1666,1787 -"3729",803,41625,3,1666,1794 -"3730",803,41998,3,1666,2400 -"3731",803,43383,3,1666,2960 -"3732",803,44768,3,1666,2516 -"3733",803,46039,3,1666,1794 -"3734",803,47947,3,1666,2681 -"3735",803,48820,3,1666,2769 -"3736",803,49965,3,1666,2301 -"3737",803,53789,2,1666,2681 -"3738",803,57804,3,1666,2214 -"3739",803,66318,3,1666,2803 -"3740",803,86799,1,1666,1951 -"3741",803,94125,3,1666,2280 -"3742",803,99215,3,1666,2791 -"3743",822,19057,3,1475,2664 -"3744",822,22249,3,1475,1892 -"3745",822,32235,2,1475,2109 -"3746",822,34055,3,1475,1881 -"3747",822,35688,3,1475,1551 -"3748",823,28285,2,2840,2972 -"3749",823,53219,3,2840,2973 -"3750",843,2647,3,2332,2450 -"3751",843,3477,3,2332,2546 -"3752",843,6063,3,2332,2349 -"3753",843,9272,2,2332,2835 -"3754",843,9724,3,2332,2713 -"3755",843,14442,3,2332,2700 -"3756",843,14470,3,2332,2632 -"3757",843,31264,3,2332,2335 -"3758",843,31357,3,2332,2389 -"3759",843,33223,3,2332,2397 -"3760",843,33460,3,2332,2781 -"3761",843,39439,3,2332,2462 -"3762",843,39444,3,2332,2695 -"3763",843,43173,3,2332,2895 -"3764",843,43226,2,2332,2442 -"3765",843,47607,3,2332,2724 -"3766",843,47882,3,2332,2769 -"3767",843,51843,3,2332,2389 -"3768",843,53584,3,2332,2391 -"3769",843,54385,3,2332,2340 -"3770",843,59039,3,2332,2870 -"3771",843,69335,2,2332,2698 -"3772",843,93553,3,2332,2537 -"3773",845,470,3,68,2285 -"3774",845,600,2,68,1702 -"3775",845,913,3,68,2144 -"3776",845,2269,3,68,984 -"3777",845,4084,3,68,2133 -"3778",845,5564,3,68,113 -"3779",845,7847,3,68,2424 -"3780",845,10370,3,68,2224 -"3781",845,10433,3,68,2075 -"3782",845,11168,3,68,1223 -"3783",845,11912,3,68,889 -"3784",845,17351,3,68,2036 -"3785",845,17698,3,68,1559 -"3786",845,18108,1,68,1656 -"3787",845,18924,3,68,485 -"3788",845,19093,3,68,2224 -"3789",845,23918,2,68,1881 -"3790",845,24558,3,68,2139 -"3791",845,24568,3,68,1937 -"3792",845,26322,3,68,1018 -"3793",845,27377,2,68,1724 -"3794",845,28335,3,68,1240 -"3795",845,34920,3,68,563 -"3796",845,39748,2,68,1566 -"3797",845,41021,1,68,978 -"3798",845,41739,3,68,1339 -"3799",845,43025,2,68,2824 -"3800",845,44763,1,68,1324 -"3801",845,44773,2,68,1355 -"3802",845,46042,3,68,1692 -"3803",845,49046,3,68,255 -"3804",845,49850,3,68,613 -"3805",845,52735,3,68,1124 -"3806",845,63409,3,68,1937 -"3807",845,64181,2,68,1828 -"3808",845,64997,3,68,2791 -"3809",845,65625,3,68,1273 -"3810",845,66413,3,68,2507 -"3811",845,70568,3,68,103 -"3812",845,82052,2,68,885 -"3813",845,82787,3,68,1144 -"3814",845,105063,3,68,1908 -"3815",854,377,3,2307,2389 -"3816",854,1151,3,2307,2885 -"3817",854,1616,3,2307,2662 -"3818",854,1767,3,2307,2727 -"3819",854,2484,2,2307,2389 -"3820",854,3305,3,2307,2839 -"3821",854,3477,3,2307,2546 -"3822",854,3495,2,2307,2431 -"3823",854,4932,3,2307,2752 -"3824",854,5504,3,2307,2389 -"3825",854,6063,3,2307,2349 -"3826",854,6192,3,2307,2409 -"3827",854,7323,3,2307,2858 -"3828",854,8865,3,2307,2394 -"3829",854,9311,3,2307,2477 -"3830",854,11103,3,2307,2393 -"3831",854,13158,3,2307,2667 -"3832",854,14655,3,2307,2559 -"3833",854,14959,2,2307,2898 -"3834",854,15444,3,2307,2764 -"3835",854,17367,2,2307,2427 -"3836",854,18394,3,2307,2356 -"3837",854,19605,3,2307,2395 -"3838",854,19606,3,2307,2783 -"3839",854,20067,3,2307,2390 -"3840",854,20700,3,2307,2861 -"3841",854,24256,3,2307,2393 -"3842",854,28626,3,2307,2842 -"3843",854,29073,3,2307,2328 -"3844",854,29095,3,2307,2531 -"3845",854,29314,3,2307,2736 -"3846",854,29454,2,2307,2719 -"3847",854,30052,3,2307,2855 -"3848",854,31705,3,2307,2706 -"3849",854,33223,3,2307,2397 -"3850",854,35235,3,2307,2610 -"3851",854,37570,3,2307,2389 -"3852",854,39131,2,2307,2491 -"3853",854,39556,3,2307,2747 -"3854",854,41764,2,2307,2409 -"3855",854,44268,3,2307,2436 -"3856",854,44885,3,2307,2670 -"3857",854,44899,3,2307,2386 -"3858",854,45302,3,2307,2390 -"3859",854,47803,3,2307,2477 -"3860",854,50480,3,2307,2701 -"3861",854,51166,3,2307,2747 -"3862",854,53219,3,2307,2973 -"3863",854,58508,3,2307,2326 -"3864",854,58993,3,2307,2390 -"3865",854,60179,3,2307,2708 -"3866",854,65572,3,2307,2750 -"3867",854,66530,3,2307,2811 -"3868",854,70203,3,2307,2756 -"3869",860,371,1,1258,2950 -"3870",860,1523,3,1258,2048 -"3871",860,2190,2,1258,2359 -"3872",860,3520,3,1258,2281 -"3873",860,4665,3,1258,1569 -"3874",860,5897,3,1258,2337 -"3875",860,9332,2,1258,2734 -"3876",860,10050,3,1258,1792 -"3877",860,13068,3,1258,1778 -"3878",860,16502,2,1258,1616 -"3879",860,17456,3,1258,1300 -"3880",860,18381,3,1258,1524 -"3881",860,21487,3,1258,2203 -"3882",860,23277,3,1258,1267 -"3883",860,27882,3,1258,1897 -"3884",860,28051,2,1258,2089 -"3885",860,31676,3,1258,1598 -"3886",860,33657,2,1258,2336 -"3887",860,37636,3,1258,2178 -"3888",860,38676,3,1258,2286 -"3889",860,39534,3,1258,2410 -"3890",860,42256,2,1258,2839 -"3891",860,43027,3,1258,1277 -"3892",860,49347,3,1258,2504 -"3893",860,49712,2,1258,1937 -"3894",860,53687,3,1258,2422 -"3895",860,64947,3,1258,2489 -"3896",862,14676,3,2254,2764 -"3897",862,61513,3,2254,2948 -"3898",862,63837,3,2254,2807 -"3899",863,455,3,551,2827 -"3900",863,1154,3,551,1656 -"3901",863,1639,3,551,2631 -"3902",863,3068,3,551,1815 -"3903",863,7506,3,551,2371 -"3904",863,7951,3,551,2358 -"3905",863,10143,2,551,778 -"3906",863,11450,3,551,915 -"3907",863,12374,3,551,2260 -"3908",863,12779,3,551,936 -"3909",863,13158,3,551,2667 -"3910",863,14332,3,551,780 -"3911",863,15235,3,551,1045 -"3912",863,16654,3,551,1843 -"3913",863,19835,3,551,1135 -"3914",863,20343,3,551,851 -"3915",863,20416,3,551,2323 -"3916",863,20494,3,551,1075 -"3917",863,23705,3,551,2699 -"3918",863,27837,3,551,1315 -"3919",863,28002,3,551,914 -"3920",863,30092,3,551,1593 -"3921",863,30827,3,551,2323 -"3922",863,38284,3,551,1234 -"3923",863,42216,3,551,2722 -"3924",863,48260,3,551,875 -"3925",863,50093,1,551,909 -"3926",863,55084,3,551,1189 -"3927",863,55324,3,551,1544 -"3928",863,65625,3,551,1273 -"3929",863,78256,3,551,804 -"3930",863,88070,3,551,949 -"3931",863,105063,3,551,1908 -"3932",867,2524,3,1264,1708 -"3933",867,4763,3,1264,1960 -"3934",867,9227,3,1264,1267 -"3935",867,13479,3,1264,2155 -"3936",867,21681,3,1264,2005 -"3937",867,29436,3,1264,1718 -"3938",867,34875,3,1264,1544 -"3939",867,51879,3,1264,1771 -"3940",867,56537,3,1264,2409 -"3941",867,62488,3,1264,1418 -"3942",867,82932,3,1264,2245 -"3943",868,2057,2,607,1965 -"3944",868,2351,2,607,1868 -"3945",868,3830,3,607,1661 -"3946",868,4646,3,607,2139 -"3947",868,5462,3,607,2374 -"3948",868,5599,3,607,1684 -"3949",868,11518,3,607,803 -"3950",868,12361,3,607,2732 -"3951",868,14749,3,607,1998 -"3952",868,16482,3,607,1958 -"3953",868,16959,2,607,888 -"3954",868,17133,1,607,924 -"3955",868,28440,3,607,675 -"3956",868,29473,3,607,2602 -"3957",868,29818,3,607,1677 -"3958",868,29997,3,607,1789 -"3959",868,32606,3,607,2100 -"3960",868,40138,2,607,2719 -"3961",868,41278,3,607,1873 -"3962",868,42852,2,607,1316 -"3963",868,45355,2,607,1450 -"3964",868,46982,3,607,2806 -"3965",868,51250,1,607,2683 -"3966",868,57950,3,607,1529 -"3967",868,66756,3,607,1301 -"3968",868,71455,3,607,1702 -"3969",868,79432,3,607,1708 -"3970",868,82023,3,607,992 -"3971",868,90837,3,607,825 -"3972",868,97244,2,607,1316 -"3973",868,102530,1,607,880 -"3974",900,47968,3,2726,2829 -"3975",902,6063,3,1887,2349 -"3976",913,135,3,2144,2233 -"3977",913,380,3,2144,2261 -"3978",913,455,3,2144,2827 -"3979",913,470,2,2144,2285 -"3980",913,1102,2,2144,2282 -"3981",913,2224,3,2144,2751 -"3982",913,2424,3,2144,2582 -"3983",913,2484,3,2144,2389 -"3984",913,2572,3,2144,2273 -"3985",913,2625,2,2144,2152 -"3986",913,2954,2,2144,2727 -"3987",913,3305,3,2144,2839 -"3988",913,4687,2,2144,2152 -"3989",913,5258,3,2144,2730 -"3990",913,5326,3,2144,2652 -"3991",913,5462,3,2144,2374 -"3992",913,5504,3,2144,2389 -"3993",913,6074,3,2144,2426 -"3994",913,6192,3,2144,2409 -"3995",913,6390,2,2144,2385 -"3996",913,6491,3,2144,2424 -"3997",913,6989,3,2144,2623 -"3998",913,7515,2,2144,2737 -"3999",913,7847,3,2144,2424 -"4000",913,8821,3,2144,2230 -"4001",913,9150,3,2144,2689 -"4002",913,9184,3,2144,2670 -"4003",913,9311,3,2144,2477 -"4004",913,9362,2,2144,2879 -"4005",913,10513,3,2144,2284 -"4006",913,12081,3,2144,2166 -"4007",913,12528,2,2144,2589 -"4008",913,14652,2,2144,2516 -"4009",913,14655,3,2144,2559 -"4010",913,15381,3,2144,2289 -"4011",913,16432,3,2144,2664 -"4012",913,17520,3,2144,2276 -"4013",913,17549,3,2144,2647 -"4014",913,18315,3,2144,2720 -"4015",913,18543,2,2144,2968 -"4016",913,19208,3,2144,2629 -"4017",913,19248,2,2144,2357 -"4018",913,19719,3,2144,2177 -"4019",913,21682,3,2144,2414 -"4020",913,21693,3,2144,2176 -"4021",913,22326,3,2144,2818 -"4022",913,22566,3,2144,2308 -"4023",913,22567,2,2144,2396 -"4024",913,23132,2,2144,2756 -"4025",913,23705,3,2144,2699 -"4026",913,23725,3,2144,2378 -"4027",913,24448,1,2144,2289 -"4028",913,25305,3,2144,2447 -"4029",913,26749,3,2144,2965 -"4030",913,27275,1,2144,2656 -"4031",913,27390,1,2144,2425 -"4032",913,27391,3,2144,2378 -"4033",913,29930,3,2144,2240 -"4034",913,29962,3,2144,2201 -"4035",913,30052,2,2144,2855 -"4036",913,31235,1,2144,2668 -"4037",913,33622,3,2144,2230 -"4038",913,34480,3,2144,2755 -"4039",913,36087,3,2144,2755 -"4040",913,38780,2,2144,2705 -"4041",913,40383,2,2144,2639 -"4042",913,42216,3,2144,2722 -"4043",913,42799,2,2144,2729 -"4044",913,44427,3,2144,2875 -"4045",913,45302,3,2144,2390 -"4046",913,45729,3,2144,2606 -"4047",913,47445,2,2144,2668 -"4048",913,47772,3,2144,2293 -"4049",913,48605,3,2144,2796 -"4050",913,51041,3,2144,2606 -"4051",913,51866,3,2144,2411 -"4052",913,51925,3,2144,2307 -"4053",913,52570,3,2144,2645 -"4054",913,52576,2,2144,2234 -"4055",913,53219,3,2144,2973 -"4056",913,54695,3,2144,2429 -"4057",913,55438,3,2144,2863 -"4058",913,56082,3,2144,2395 -"4059",913,57544,2,2144,2443 -"4060",913,58508,3,2144,2326 -"4061",913,59022,3,2144,2494 -"4062",913,61982,3,2144,2725 -"4063",913,62219,3,2144,2494 -"4064",913,62841,3,2144,2710 -"4065",913,64997,3,2144,2791 -"4066",913,65016,3,2144,2749 -"4067",913,66413,2,2144,2507 -"4068",913,66992,3,2144,2882 -"4069",913,67652,2,2144,2736 -"4070",913,68810,3,2144,2409 -"4071",913,73305,2,2144,2544 -"4072",913,76892,2,2144,2381 -"4073",913,79322,3,2144,2770 -"4074",913,79804,3,2144,2227 -"4075",913,92322,3,2144,2393 -"4076",915,380,3,1793,2261 -"4077",915,854,2,1793,2307 -"4078",915,1102,3,1793,2282 -"4079",915,1767,2,1793,2727 -"4080",915,2181,3,1793,2030 -"4081",915,2572,3,1793,2273 -"4082",915,3068,3,1793,1815 -"4083",915,3495,3,1793,2431 -"4084",915,3980,2,1793,2771 -"4085",915,4504,2,1793,1905 -"4086",915,5235,3,1793,2324 -"4087",915,5865,3,1793,1910 -"4088",915,6052,3,1793,1985 -"4089",915,6074,3,1793,2426 -"4090",915,6192,3,1793,2409 -"4091",915,7406,3,1793,1906 -"4092",915,8274,3,1793,1909 -"4093",915,9331,3,1793,2269 -"4094",915,9828,3,1793,2085 -"4095",915,10239,3,1793,2032 -"4096",915,11625,3,1793,2022 -"4097",915,12264,3,1793,1925 -"4098",915,12388,2,1793,1975 -"4099",915,12724,3,1793,1930 -"4100",915,13158,2,1793,2667 -"4101",915,13479,3,1793,2155 -"4102",915,15444,3,1793,2764 -"4103",915,15546,3,1793,2055 -"4104",915,16482,3,1793,1958 -"4105",915,16866,3,1793,2718 -"4106",915,17351,3,1793,2036 -"4107",915,17632,3,1793,1947 -"4108",915,17943,3,1793,1943 -"4109",915,18464,3,1793,2312 -"4110",915,18865,3,1793,2676 -"4111",915,19208,2,1793,2629 -"4112",915,19248,3,1793,2357 -"4113",915,19317,3,1793,2041 -"4114",915,19605,1,1793,2395 -"4115",915,20162,3,1793,2328 -"4116",915,20416,3,1793,2323 -"4117",915,20732,3,1793,2401 -"4118",915,21929,3,1793,2062 -"4119",915,22260,3,1793,2137 -"4120",915,23460,3,1793,2183 -"4121",915,23726,3,1793,2434 -"4122",915,24060,3,1793,2349 -"4123",915,25440,3,1793,2749 -"4124",915,26234,3,1793,2183 -"4125",915,26796,3,1793,2384 -"4126",915,27195,3,1793,2158 -"4127",915,27694,3,1793,2030 -"4128",915,28285,3,1793,2972 -"4129",915,29073,3,1793,2328 -"4130",915,29454,2,1793,2719 -"4131",915,30236,2,1793,2238 -"4132",915,30827,2,1793,2323 -"4133",915,32939,3,1793,2277 -"4134",915,33380,2,1793,2340 -"4135",915,34120,3,1793,2786 -"4136",915,35837,3,1793,2871 -"4137",915,37915,3,1793,1905 -"4138",915,38732,2,1793,2263 -"4139",915,40493,3,1793,1981 -"4140",915,41682,2,1793,1988 -"4141",915,41764,3,1793,2409 -"4142",915,41900,3,1793,1970 -"4143",915,41945,3,1793,2856 -"4144",915,42129,3,1793,2318 -"4145",915,42216,2,1793,2722 -"4146",915,43404,2,1793,2649 -"4147",915,43978,3,1793,2698 -"4148",915,44688,3,1793,2924 -"4149",915,45302,2,1793,2390 -"4150",915,46446,3,1793,2295 -"4151",915,47529,3,1793,2914 -"4152",915,49620,3,1793,1868 -"4153",915,50134,3,1793,2674 -"4154",915,50480,2,1793,2701 -"4155",915,51017,3,1793,2073 -"4156",915,51035,3,1793,2397 -"4157",915,51610,3,1793,2635 -"4158",915,51866,3,1793,2411 -"4159",915,53219,3,1793,2973 -"4160",915,55076,3,1793,2408 -"4161",915,56893,3,1793,2597 -"4162",915,56910,3,1793,2705 -"4163",915,57804,3,1793,2214 -"4164",915,60179,3,1793,2708 -"4165",915,63395,3,1793,2334 -"4166",915,74636,3,1793,2525 -"4167",915,80764,3,1793,1808 -"4168",916,5606,3,2718,2875 -"4169",916,17999,2,2718,2758 -"4170",916,36662,1,2718,2967 -"4171",916,55405,3,2718,2788 -"4172",916,59511,3,2718,2753 -"4173",916,94339,2,2718,2768 -"4174",917,20011,3,973,2826 -"4175",917,23771,3,973,1614 -"4176",917,30194,3,973,2874 -"4177",917,32079,3,973,2315 -"4178",917,49415,3,973,2654 -"4179",917,49913,3,973,2444 -"4180",917,52950,3,973,2716 -"4181",917,66609,3,973,998 -"4182",917,67836,3,973,2195 -"4183",917,76505,3,973,2123 -"4184",917,76867,1,973,1296 -"4185",917,94495,3,973,989 -"4186",919,843,1,910,2332 -"4187",919,1822,3,910,2888 -"4188",919,2181,3,910,2030 -"4189",919,2724,3,910,2447 -"4190",919,3271,3,910,2216 -"4191",919,3272,3,910,2132 -"4192",919,3360,3,910,1583 -"4193",919,3477,2,910,2546 -"4194",919,4622,3,910,1589 -"4195",919,4691,2,910,1888 -"4196",919,4968,2,910,1586 -"4197",919,6040,3,910,2103 -"4198",919,6063,2,910,2349 -"4199",919,6392,3,910,1878 -"4200",919,7604,3,910,1366 -"4201",919,7787,3,910,2314 -"4202",919,8993,2,910,2099 -"4203",919,9272,3,910,2835 -"4204",919,9503,3,910,2453 -"4205",919,11154,3,910,1594 -"4206",919,11229,3,910,1625 -"4207",919,12197,3,910,1235 -"4208",919,12598,3,910,2086 -"4209",919,12779,2,910,936 -"4210",919,13899,3,910,2650 -"4211",919,14817,3,910,2110 -"4212",919,15023,2,910,2054 -"4213",919,18217,2,910,1566 -"4214",919,19075,3,910,2214 -"4215",919,19317,3,910,2041 -"4216",919,19667,3,910,1466 -"4217",919,20124,3,910,2376 -"4218",919,20547,2,910,2145 -"4219",919,20739,3,910,2025 -"4220",919,20984,3,910,2502 -"4221",919,21684,3,910,1971 -"4222",919,22403,3,910,1630 -"4223",919,25518,3,910,1955 -"4224",919,25678,3,910,1558 -"4225",919,28588,3,910,1335 -"4226",919,29267,3,910,1234 -"4227",919,30486,3,910,1269 -"4228",919,31357,2,910,2389 -"4229",919,32339,3,910,2430 -"4230",919,32395,3,910,2735 -"4231",919,33223,2,910,2397 -"4232",919,33451,3,910,1957 -"4233",919,33470,2,910,2003 -"4234",919,35822,3,910,1903 -"4235",919,36346,3,910,1240 -"4236",919,37301,3,910,2160 -"4237",919,38457,3,910,1630 -"4238",919,38513,3,910,914 -"4239",919,39893,3,910,1601 -"4240",919,40542,2,910,1664 -"4241",919,42390,3,910,2937 -"4242",919,43226,3,910,2442 -"4243",919,44181,3,910,1034 -"4244",919,47595,3,910,2374 -"4245",919,48110,3,910,2009 -"4246",919,51399,3,910,934 -"4247",919,51843,2,910,2389 -"4248",919,52953,3,910,1741 -"4249",919,53414,3,910,1672 -"4250",919,54385,2,910,2340 -"4251",919,55307,2,910,2306 -"4252",919,55730,2,910,1217 -"4253",919,56316,3,910,1435 -"4254",919,56873,3,910,1421 -"4255",919,57150,3,910,1196 -"4256",919,58508,3,910,2326 -"4257",919,59790,3,910,1827 -"4258",919,62975,3,910,977 -"4259",919,63104,3,910,2149 -"4260",919,69308,3,910,2370 -"4261",919,69335,3,910,2698 -"4262",919,76143,3,910,1610 -"4263",919,76295,3,910,1001 -"4264",919,76503,3,910,1136 -"4265",919,78611,3,910,1586 -"4266",919,79547,3,910,1909 -"4267",919,80301,3,910,1690 -"4268",919,80615,2,910,2252 -"4269",919,82039,3,910,1327 -"4270",919,84317,3,910,2081 -"4271",919,84808,2,910,1974 -"4272",919,88739,3,910,933 -"4273",919,89258,3,910,1147 -"4274",919,93590,3,910,1188 -"4275",919,110737,3,910,2117 -"4276",937,600,3,408,1702 -"4277",937,671,3,408,2328 -"4278",937,675,3,408,1686 -"4279",937,733,3,408,1653 -"4280",937,1036,3,408,1367 -"4281",937,1046,3,408,1881 -"4282",937,1127,2,408,1188 -"4283",937,1130,2,408,1566 -"4284",937,1136,3,408,2536 -"4285",937,1397,3,408,1225 -"4286",937,1469,3,408,1160 -"4287",937,2063,3,408,1278 -"4288",937,2269,2,408,984 -"4289",937,2300,1,408,565 -"4290",937,2325,2,408,1641 -"4291",937,2424,3,408,2582 -"4292",937,2743,2,408,1278 -"4293",937,2765,3,408,2321 -"4294",937,2954,3,408,2727 -"4295",937,3242,2,408,1730 -"4296",937,3966,3,408,2425 -"4297",937,4191,3,408,2130 -"4298",937,4618,3,408,2607 -"4299",937,4687,3,408,2152 -"4300",937,4785,3,408,996 -"4301",937,4790,3,408,1025 -"4302",937,4791,3,408,1184 -"4303",937,4980,3,408,2093 -"4304",937,5621,3,408,1860 -"4305",937,5725,3,408,2789 -"4306",937,5864,3,408,1197 -"4307",937,6366,3,408,798 -"4308",937,6740,2,408,2699 -"4309",937,6914,3,408,2668 -"4310",937,7677,3,408,2338 -"4311",937,7847,3,408,2424 -"4312",937,7861,2,408,1647 -"4313",937,8621,3,408,1681 -"4314",937,9607,3,408,2021 -"4315",937,10130,2,408,2741 -"4316",937,10404,3,408,2062 -"4317",937,10875,3,408,1234 -"4318",937,10890,3,408,2639 -"4319",937,11208,3,408,1161 -"4320",937,12042,3,408,2345 -"4321",937,15005,3,408,1415 -"4322",937,15716,3,408,1991 -"4323",937,16074,2,408,977 -"4324",937,16164,2,408,1184 -"4325",937,17357,3,408,1536 -"4326",937,17852,3,408,2840 -"4327",937,19248,3,408,2357 -"4328",937,19516,3,408,2313 -"4329",937,19627,3,408,627 -"4330",937,19719,3,408,2177 -"4331",937,19814,3,408,936 -"4332",937,20319,3,408,468 -"4333",937,20563,3,408,2267 -"4334",937,20824,2,408,1366 -"4335",937,21138,3,408,2849 -"4336",937,21911,3,408,1184 -"4337",937,22277,2,408,2424 -"4338",937,22501,3,408,1006 -"4339",937,22714,3,408,2793 -"4340",937,23319,3,408,2867 -"4341",937,23506,2,408,1172 -"4342",937,23534,3,408,1659 -"4343",937,23704,3,408,2278 -"4344",937,25129,1,408,2647 -"4345",937,25325,3,408,2963 -"4346",937,25341,2,408,1858 -"4347",937,25643,3,408,1646 -"4348",937,26282,2,408,1241 -"4349",937,26322,3,408,1018 -"4350",937,26436,3,408,2489 -"4351",937,26516,3,408,2479 -"4352",937,26766,3,408,1161 -"4353",937,27753,3,408,2750 -"4354",937,28434,3,408,1141 -"4355",937,28731,3,408,955 -"4356",937,29115,3,408,1047 -"4357",937,29705,3,408,607 -"4358",937,29917,2,408,1962 -"4359",937,30438,3,408,1617 -"4360",937,31799,3,408,2547 -"4361",937,32939,3,408,2277 -"4362",937,34216,3,408,2832 -"4363",937,34492,2,408,1798 -"4364",937,34509,1,408,1973 -"4365",937,35113,3,408,1327 -"4366",937,35481,3,408,2211 -"4367",937,37238,3,408,2609 -"4368",937,37333,3,408,1612 -"4369",937,38449,3,408,1802 -"4370",937,38694,3,408,817 -"4371",937,39627,3,408,546 -"4372",937,40293,3,408,1671 -"4373",937,40493,3,408,1981 -"4374",937,41402,3,408,2313 -"4375",937,41739,3,408,1339 -"4376",937,42175,3,408,1594 -"4377",937,42186,3,408,955 -"4378",937,42474,3,408,2322 -"4379",937,45343,2,408,2360 -"4380",937,45715,3,408,2287 -"4381",937,45746,3,408,609 -"4382",937,47248,3,408,2883 -"4383",937,48277,3,408,971 -"4384",937,49110,3,408,2938 -"4385",937,50976,3,408,547 -"4386",937,51017,3,408,2073 -"4387",937,51022,2,408,1499 -"4388",937,51410,2,408,2739 -"4389",937,51987,3,408,1397 -"4390",937,52835,3,408,995 -"4391",937,53196,3,408,1888 -"4392",937,53293,3,408,2916 -"4393",937,53433,3,408,1187 -"4394",937,54250,3,408,2340 -"4395",937,54740,3,408,2750 -"4396",937,56171,3,408,1524 -"4397",937,56232,3,408,1175 -"4398",937,57804,3,408,2214 -"4399",937,58035,2,408,1646 -"4400",937,61982,3,408,2725 -"4401",937,62841,2,408,2710 -"4402",937,63547,3,408,1023 -"4403",937,64031,3,408,1295 -"4404",937,64181,2,408,1828 -"4405",937,64997,3,408,2791 -"4406",937,65625,3,408,1273 -"4407",937,66413,3,408,2507 -"4408",937,67216,2,408,984 -"4409",937,70605,3,408,1176 -"4410",937,71618,3,408,2960 -"4411",937,73047,3,408,824 -"4412",937,75948,3,408,1006 -"4413",937,78256,3,408,804 -"4414",937,80471,3,408,538 -"4415",937,81482,3,408,908 -"4416",937,82767,3,408,1641 -"4417",937,82787,3,408,1144 -"4418",937,83434,3,408,850 -"4419",937,88347,3,408,793 -"4420",937,92220,3,408,607 -"4421",937,92973,3,408,1276 -"4422",937,94808,2,408,988 -"4423",937,100134,3,408,977 -"4424",937,105063,3,408,1908 -"4425",937,105685,3,408,2469 -"4426",937,110308,3,408,489 -"4427",937,111004,3,408,796 -"4428",937,111761,3,408,783 -"4429",952,341,3,1991,2689 -"4430",952,1102,3,1991,2282 -"4431",952,2282,3,1991,2056 -"4432",952,5580,3,1991,2111 -"4433",952,6074,3,1991,2426 -"4434",952,7942,3,1991,2623 -"4435",952,9654,3,1991,2111 -"4436",952,10310,2,1991,2774 -"4437",952,11493,2,1991,2077 -"4438",952,17351,3,1991,2036 -"4439",952,20331,3,1991,2365 -"4440",952,20730,3,1991,2243 -"4441",952,24558,3,1991,2139 -"4442",952,26597,3,1991,2070 -"4443",952,26671,3,1991,2279 -"4444",952,28782,3,1991,2272 -"4445",952,29930,3,1991,2240 -"4446",952,33184,3,1991,2522 -"4447",952,41770,2,1991,2752 -"4448",952,42390,2,1991,2937 -"4449",952,44894,3,1991,2048 -"4450",952,52166,2,1991,2376 -"4451",952,80944,3,1991,2300 -"4452",962,22141,3,1000,2348 -"4453",962,22165,3,1000,1501 -"4454",962,31054,3,1000,1273 -"4455",962,60280,3,1000,1918 -"4456",962,84022,3,1000,2289 -"4457",962,84296,2,1000,1751 -"4458",997,5239,3,2788,2875 -"4459",997,12564,3,2788,2799 -"4460",997,42574,3,2788,2842 -"4461",997,48605,3,2788,2796 -"4462",997,53219,1,2788,2973 -"4463",997,75444,3,2788,2846 -"4464",997,99351,2,2788,2939 -"4465",998,1777,3,1795,1965 -"4466",998,2224,3,1795,2751 -"4467",998,5078,3,1795,2033 -"4468",998,5457,3,1795,2077 -"4469",998,5462,3,1795,2374 -"4470",998,5504,3,1795,2389 -"4471",998,9362,3,1795,2879 -"4472",998,15315,3,1795,2173 -"4473",998,20700,3,1795,2861 -"4474",998,24807,2,1795,2319 -"4475",998,25508,2,1795,2081 -"4476",998,30981,3,1795,2366 -"4477",998,35514,3,1795,2346 -"4478",998,39875,3,1795,2422 -"4479",998,42722,3,1795,2368 -"4480",998,42935,3,1795,2400 -"4481",998,43349,3,1795,2400 -"4482",998,52003,3,1795,2067 -"4483",998,66878,2,1795,1949 -"4484",999,21362,1,2181,2515 -"4485",999,41945,3,2181,2856 -"4486",1006,9184,3,1569,2670 -"4487",1006,10871,3,1569,2314 -"4488",1006,17264,3,1569,2528 -"4489",1006,17354,3,1569,2250 -"4490",1006,24240,3,1569,1755 -"4491",1006,33551,3,1569,1734 -"4492",1006,36031,3,1569,2342 -"4493",1006,44299,3,1569,1874 -"4494",1006,87110,3,1569,2801 -"4495",1006,91162,3,1569,1693 -"4496",1006,91201,3,1569,1702 -"4497",1007,1691,3,56,1941 -"4498",1007,2011,3,56,2176 -"4499",1007,6390,3,56,2385 -"4500",1007,14108,3,56,2012 -"4501",1007,18543,3,56,2968 -"4502",1007,30411,3,56,630 -"4503",1007,34945,3,56,1298 -"4504",1007,36439,3,56,2469 -"4505",1007,40488,3,56,486 -"4506",1007,41085,3,56,637 -"4507",1007,44427,3,56,2875 -"4508",1007,46621,3,56,1343 -"4509",1007,47585,3,56,794 -"4510",1007,49300,3,56,515 -"4511",1007,52323,3,56,2148 -"4512",1007,57990,3,56,978 -"4513",1007,61785,3,56,822 -"4514",1007,70925,3,56,109 -"4515",1007,75025,3,56,717 -"4516",1007,92592,3,56,486 -"4517",1007,100215,3,56,2436 -"4518",1007,101967,3,56,691 -"4519",1015,1203,3,1174,1350 -"4520",1015,2294,2,1174,1638 -"4521",1015,2852,3,1174,2448 -"4522",1015,3284,3,1174,1541 -"4523",1015,3770,3,1174,2623 -"4524",1015,4121,1,1174,1304 -"4525",1015,8860,1,1174,2141 -"4526",1015,10087,3,1174,1617 -"4527",1015,10352,3,1174,1371 -"4528",1015,14915,3,1174,2606 -"4529",1015,16641,3,1174,1359 -"4530",1015,18005,3,1174,2449 -"4531",1015,18706,2,1174,1617 -"4532",1015,18891,2,1174,1596 -"4533",1015,21352,3,1174,1604 -"4534",1015,21479,3,1174,2134 -"4535",1015,23488,3,1174,1523 -"4536",1015,26234,3,1174,2183 -"4537",1015,27509,3,1174,2067 -"4538",1015,28081,3,1174,1927 -"4539",1015,32549,2,1174,2111 -"4540",1015,33341,3,1174,2338 -"4541",1015,33491,2,1174,1226 -"4542",1015,34094,2,1174,1360 -"4543",1015,34528,2,1174,1323 -"4544",1015,36514,3,1174,1192 -"4545",1015,36637,2,1174,2085 -"4546",1015,38333,3,1174,1365 -"4547",1015,39534,3,1174,2410 -"4548",1015,46261,3,1174,2350 -"4549",1015,46506,3,1174,2464 -"4550",1015,46902,3,1174,1620 -"4551",1015,61188,3,1174,2134 -"4552",1015,63147,3,1174,1477 -"4553",1015,63701,3,1174,1620 -"4554",1015,65572,3,1174,2750 -"4555",1015,68789,3,1174,1929 -"4556",1015,72438,3,1174,1397 -"4557",1015,73172,2,1174,2496 -"4558",1015,79837,1,1174,1252 -"4559",1015,83860,2,1174,1522 -"4560",1015,90013,3,1174,1461 -"4561",1015,98058,3,1174,1891 -"4562",1015,98080,3,1174,1265 -"4563",1015,107383,3,1174,1918 -"4564",1018,7795,3,1803,2789 -"4565",1018,24253,3,1803,2213 -"4566",1018,76463,3,1803,2298 -"4567",1023,2344,3,2515,2752 -"4568",1026,2429,3,493,999 -"4569",1026,3100,3,493,2524 -"4570",1026,3564,3,493,2717 -"4571",1026,6697,2,493,2438 -"4572",1026,8923,3,493,1266 -"4573",1026,9484,3,493,1429 -"4574",1026,10739,2,493,1807 -"4575",1026,15683,3,493,1729 -"4576",1026,16351,3,493,893 -"4577",1026,16595,3,493,2352 -"4578",1026,18005,3,493,2449 -"4579",1026,20200,3,493,2322 -"4580",1026,21235,3,493,541 -"4581",1026,21976,3,493,1808 -"4582",1026,22166,3,493,994 -"4583",1026,26974,3,493,1672 -"4584",1026,30631,3,493,951 -"4585",1026,31303,3,493,1040 -"4586",1026,34094,3,493,1360 -"4587",1026,34908,3,493,2796 -"4588",1026,37279,2,493,2768 -"4589",1026,37351,3,493,978 -"4590",1026,39697,3,493,669 -"4591",1026,41187,3,493,2340 -"4592",1026,43568,3,493,837 -"4593",1026,50520,3,493,1205 -"4594",1026,50996,3,493,929 -"4595",1026,59637,3,493,2141 -"4596",1026,62668,3,493,958 -"4597",1026,65223,2,493,2724 -"4598",1026,71412,3,493,1974 -"4599",1026,71531,3,493,2887 -"4600",1026,81716,3,493,1199 -"4601",1026,83066,3,493,1229 -"4602",1026,83336,2,493,1397 -"4603",1026,93930,2,493,1268 -"4604",1034,160,3,1438,2007 -"4605",1034,3978,3,1438,2775 -"4606",1034,6449,3,1438,1997 -"4607",1034,6821,3,1438,1788 -"4608",1034,9331,3,1438,2269 -"4609",1034,9423,3,1438,1708 -"4610",1034,12081,3,1438,2166 -"4611",1034,12729,3,1438,1835 -"4612",1034,13388,3,1438,2119 -"4613",1034,14325,3,1438,1976 -"4614",1034,14918,2,1438,2071 -"4615",1034,17351,2,1438,2036 -"4616",1034,17549,3,1438,2647 -"4617",1034,17632,3,1438,1947 -"4618",1034,18670,3,1438,1835 -"4619",1034,20419,2,1438,1587 -"4620",1034,21079,3,1438,1997 -"4621",1034,27642,2,1438,1531 -"4622",1034,30092,3,1438,1593 -"4623",1034,34120,2,1438,2786 -"4624",1034,34659,3,1438,1924 -"4625",1034,35529,3,1438,1620 -"4626",1034,41900,3,1438,1970 -"4627",1034,41945,3,1438,2856 -"4628",1034,44688,3,1438,2924 -"4629",1034,46042,2,1438,1692 -"4630",1034,49470,3,1438,1528 -"4631",1034,54631,3,1438,1531 -"4632",1034,94179,3,1438,2000 -"4633",1036,206,1,1367,1986 -"4634",1036,307,3,1367,2530 -"4635",1036,312,2,1367,2038 -"4636",1036,457,3,1367,1704 -"4637",1036,913,3,1367,2144 -"4638",1036,1092,1,1367,1945 -"4639",1036,1102,3,1367,2282 -"4640",1036,1355,3,1367,2473 -"4641",1036,1691,3,1367,1941 -"4642",1036,1777,3,1367,1965 -"4643",1036,2533,3,1367,2016 -"4644",1036,2684,2,1367,2874 -"4645",1036,2864,3,1367,1543 -"4646",1036,3164,3,1367,2693 -"4647",1036,3242,3,1367,1730 -"4648",1036,3305,3,1367,2839 -"4649",1036,3961,3,1367,2426 -"4650",1036,4763,3,1367,1960 -"4651",1036,5078,3,1367,2033 -"4652",1036,5239,3,1367,2875 -"4653",1036,5429,1,1367,1991 -"4654",1036,5457,3,1367,2077 -"4655",1036,5462,3,1367,2374 -"4656",1036,5504,3,1367,2389 -"4657",1036,5580,3,1367,2111 -"4658",1036,6074,3,1367,2426 -"4659",1036,6914,3,1367,2668 -"4660",1036,7013,2,1367,2040 -"4661",1036,7992,3,1367,2033 -"4662",1036,8192,3,1367,1670 -"4663",1036,9654,3,1367,2111 -"4664",1036,9893,2,1367,2701 -"4665",1036,10358,3,1367,2294 -"4666",1036,10799,3,1367,2010 -"4667",1036,10871,3,1367,2314 -"4668",1036,10874,3,1367,1891 -"4669",1036,11006,3,1367,1950 -"4670",1036,11055,1,1367,2111 -"4671",1036,11351,3,1367,2971 -"4672",1036,11440,3,1367,2026 -"4673",1036,11620,2,1367,2010 -"4674",1036,11976,3,1367,1727 -"4675",1036,12713,3,1367,2440 -"4676",1036,14943,3,1367,1942 -"4677",1036,15184,3,1367,2396 -"4678",1036,15433,2,1367,2038 -"4679",1036,15716,2,1367,1991 -"4680",1036,16482,3,1367,1958 -"4681",1036,16587,3,1367,2065 -"4682",1036,18211,3,1367,1745 -"4683",1036,18244,3,1367,1622 -"4684",1036,18554,3,1367,2065 -"4685",1036,19027,2,1367,2721 -"4686",1036,19248,2,1367,2357 -"4687",1036,19335,3,1367,1729 -"4688",1036,19606,3,1367,2783 -"4689",1036,19719,3,1367,2177 -"4690",1036,19937,3,1367,1587 -"4691",1036,20067,2,1367,2390 -"4692",1036,20292,3,1367,2755 -"4693",1036,20311,3,1367,1981 -"4694",1036,20700,3,1367,2861 -"4695",1036,21225,3,1367,1945 -"4696",1036,21406,3,1367,2714 -"4697",1036,21706,1,1367,1988 -"4698",1036,23132,2,1367,2756 -"4699",1036,23869,3,1367,1918 -"4700",1036,24448,3,1367,2289 -"4701",1036,24753,3,1367,2860 -"4702",1036,25198,3,1367,1982 -"4703",1036,25486,3,1367,2582 -"4704",1036,27275,3,1367,2656 -"4705",1036,27501,2,1367,1981 -"4706",1036,27694,3,1367,2030 -"4707",1036,30883,3,1367,1629 -"4708",1036,31799,3,1367,2547 -"4709",1036,33622,3,1367,2230 -"4710",1036,33801,2,1367,2899 -"4711",1036,34492,3,1367,1798 -"4712",1036,34907,2,1367,1945 -"4713",1036,35302,3,1367,1589 -"4714",1036,35481,2,1367,2211 -"4715",1036,35529,3,1367,1620 -"4716",1036,37509,3,1367,1640 -"4717",1036,42574,2,1367,2842 -"4718",1036,45608,2,1367,2420 -"4719",1036,46680,3,1367,1690 -"4720",1036,46831,3,1367,1915 -"4721",1036,47055,3,1367,1525 -"4722",1036,48605,3,1367,2796 -"4723",1036,51022,3,1367,1499 -"4724",1036,51041,3,1367,2606 -"4725",1036,53475,2,1367,2853 -"4726",1036,53519,3,1367,2781 -"4727",1036,54250,3,1367,2340 -"4728",1036,54695,1,1367,2429 -"4729",1036,57977,3,1367,2683 -"4730",1036,58035,3,1367,1646 -"4731",1036,58427,2,1367,2234 -"4732",1036,61982,3,1367,2725 -"4733",1036,62488,3,1367,1418 -"4734",1036,62841,3,1367,2710 -"4735",1036,65029,3,1367,2954 -"4736",1036,66224,3,1367,2728 -"4737",1036,67150,3,1367,2633 -"4738",1036,67652,3,1367,2736 -"4739",1036,71808,3,1367,2349 -"4740",1036,76892,3,1367,2381 -"4741",1036,77424,3,1367,1489 -"4742",1036,88966,3,1367,1568 -"4743",1036,94444,3,1367,1554 -"4744",1036,105685,3,1367,2469 -"4745",1044,135,3,880,2233 -"4746",1044,206,3,880,1986 -"4747",1044,212,3,880,1513 -"4748",1044,270,2,880,2542 -"4749",1044,312,2,880,2038 -"4750",1044,380,3,880,2261 -"4751",1044,455,3,880,2827 -"4752",1044,457,3,880,1704 -"4753",1044,671,3,880,2328 -"4754",1044,701,3,880,2718 -"4755",1044,913,3,880,2144 -"4756",1044,1036,3,880,1367 -"4757",1044,1092,3,880,1945 -"4758",1044,1102,3,880,2282 -"4759",1044,1124,3,880,1596 -"4760",1044,1175,3,880,1642 -"4761",1044,1616,3,880,2662 -"4762",1044,1691,3,880,1941 -"4763",1044,1826,3,880,924 -"4764",1044,2036,3,880,2483 -"4765",1044,2063,3,880,1278 -"4766",1044,2111,3,880,1904 -"4767",1044,2143,3,880,1174 -"4768",1044,2181,2,880,2030 -"4769",1044,2224,3,880,2751 -"4770",1044,2322,2,880,1645 -"4771",1044,2424,1,880,2582 -"4772",1044,2484,3,880,2389 -"4773",1044,2533,2,880,2016 -"4774",1044,2684,3,880,2874 -"4775",1044,2742,3,880,1192 -"4776",1044,2743,3,880,1278 -"4777",1044,2894,3,880,1291 -"4778",1044,3161,3,880,2229 -"4779",1044,3284,3,880,1541 -"4780",1044,3305,2,880,2839 -"4781",1044,3716,3,880,1679 -"4782",1044,3801,3,880,1974 -"4783",1044,3966,3,880,2425 -"4784",1044,4226,3,880,1903 -"4785",1044,4526,3,880,1728 -"4786",1044,4687,3,880,2152 -"4787",1044,4785,3,880,996 -"4788",1044,4790,2,880,1025 -"4789",1044,4791,3,880,1184 -"4790",1044,4953,3,880,2285 -"4791",1044,5226,3,880,1309 -"4792",1044,5346,3,880,1438 -"4793",1044,5429,2,880,1991 -"4794",1044,5622,3,880,2175 -"4795",1044,6052,3,880,1985 -"4796",1044,6055,3,880,2651 -"4797",1044,6208,3,880,2361 -"4798",1044,6222,3,880,1949 -"4799",1044,6363,2,880,2066 -"4800",1044,6392,3,880,1878 -"4801",1044,6428,3,880,1952 -"4802",1044,6449,3,880,1997 -"4803",1044,6577,3,880,1951 -"4804",1044,6588,3,880,2025 -"4805",1044,6602,3,880,1631 -"4806",1044,6940,3,880,1183 -"4807",1044,7245,3,880,2089 -"4808",1044,7582,3,880,1099 -"4809",1044,7847,3,880,2424 -"4810",1044,7936,3,880,1199 -"4811",1044,7992,3,880,2033 -"4812",1044,8011,3,880,889 -"4813",1044,8529,3,880,1205 -"4814",1044,8610,3,880,2240 -"4815",1044,8777,3,880,1620 -"4816",1044,9175,3,880,2639 -"4817",1044,9184,3,880,2670 -"4818",1044,9311,2,880,2477 -"4819",1044,9364,2,880,1698 -"4820",1044,9702,3,880,1928 -"4821",1044,10474,3,880,1608 -"4822",1044,10488,3,880,1524 -"4823",1044,10513,3,880,2284 -"4824",1044,10843,3,880,2277 -"4825",1044,10857,2,880,2253 -"4826",1044,10874,3,880,1891 -"4827",1044,10890,3,880,2639 -"4828",1044,11006,2,880,1950 -"4829",1044,11055,3,880,2111 -"4830",1044,11218,3,880,2292 -"4831",1044,11440,2,880,2026 -"4832",1044,11540,3,880,1237 -"4833",1044,11694,3,880,1564 -"4834",1044,11966,3,880,2385 -"4835",1044,12728,3,880,2374 -"4836",1044,12778,3,880,2045 -"4837",1044,12863,3,880,2027 -"4838",1044,13307,3,880,2206 -"4839",1044,14252,3,880,2244 -"4840",1044,14959,3,880,2898 -"4841",1044,15122,3,880,1201 -"4842",1044,15207,3,880,1855 -"4843",1044,15402,3,880,1281 -"4844",1044,15626,3,880,2434 -"4845",1044,15799,3,880,1917 -"4846",1044,15813,2,880,2143 -"4847",1044,16201,2,880,1811 -"4848",1044,16332,3,880,2668 -"4849",1044,16432,3,880,2664 -"4850",1044,16725,3,880,2830 -"4851",1044,16835,3,880,1739 -"4852",1044,16940,2,880,1290 -"4853",1044,16954,3,880,2972 -"4854",1044,17365,3,880,2746 -"4855",1044,17400,3,880,2231 -"4856",1044,17520,3,880,2276 -"4857",1044,17645,3,880,1918 -"4858",1044,17931,2,880,1617 -"4859",1044,18394,3,880,2356 -"4860",1044,18707,3,880,1143 -"4861",1044,18965,3,880,2315 -"4862",1044,19096,3,880,1538 -"4863",1044,19248,1,880,2357 -"4864",1044,19622,3,880,2371 -"4865",1044,19718,3,880,1702 -"4866",1044,19719,1,880,2177 -"4867",1044,20124,3,880,2376 -"4868",1044,20407,3,880,2339 -"4869",1044,20824,3,880,1366 -"4870",1044,20975,2,880,1305 -"4871",1044,21012,3,880,2325 -"4872",1044,21138,3,880,2849 -"4873",1044,21164,3,880,1645 -"4874",1044,21197,2,880,1437 -"4875",1044,21198,2,880,935 -"4876",1044,21248,3,880,2232 -"4877",1044,21285,2,880,2100 -"4878",1044,21693,3,880,2176 -"4879",1044,21929,3,880,2062 -"4880",1044,22277,3,880,2424 -"4881",1044,22282,3,880,1418 -"4882",1044,22326,3,880,2818 -"4883",1044,22362,3,880,1836 -"4884",1044,22586,3,880,1341 -"4885",1044,22895,3,880,2704 -"4886",1044,23216,3,880,2424 -"4887",1044,23319,3,880,2867 -"4888",1044,23450,3,880,967 -"4889",1044,23492,3,880,1067 -"4890",1044,23509,3,880,2275 -"4891",1044,23526,3,880,1998 -"4892",1044,23715,3,880,1859 -"4893",1044,23725,3,880,2378 -"4894",1044,23727,3,880,1734 -"4895",1044,23729,2,880,1624 -"4896",1044,23970,3,880,1624 -"4897",1044,24259,3,880,1281 -"4898",1044,24568,3,880,1937 -"4899",1044,24612,3,880,1875 -"4900",1044,24853,3,880,1004 -"4901",1044,25129,3,880,2647 -"4902",1044,25198,2,880,1982 -"4903",1044,25577,2,880,1946 -"4904",1044,25816,2,880,2088 -"4905",1044,25985,3,880,2071 -"4906",1044,26336,3,880,1904 -"4907",1044,26471,3,880,1061 -"4908",1044,26582,3,880,2772 -"4909",1044,26749,3,880,2965 -"4910",1044,27275,3,880,2656 -"4911",1044,27390,3,880,2425 -"4912",1044,27694,1,880,2030 -"4913",1044,27837,3,880,1315 -"4914",1044,27849,3,880,1316 -"4915",1044,28015,2,880,1624 -"4916",1044,28168,3,880,2702 -"4917",1044,29095,3,880,2531 -"4918",1044,29917,3,880,1962 -"4919",1044,30052,3,880,2855 -"4920",1044,30325,3,880,1067 -"4921",1044,30405,3,880,2164 -"4922",1044,30883,3,880,1629 -"4923",1044,30906,3,880,2537 -"4924",1044,31050,2,880,1491 -"4925",1044,31530,3,880,1661 -"4926",1044,32131,3,880,1035 -"4927",1044,32567,3,880,2784 -"4928",1044,32601,3,880,1033 -"4929",1044,32965,3,880,2071 -"4930",1044,33356,3,880,1586 -"4931",1044,33380,3,880,2340 -"4932",1044,33433,3,880,2805 -"4933",1044,33588,3,880,1040 -"4934",1044,33672,3,880,2396 -"4935",1044,33801,3,880,2899 -"4936",1044,34160,3,880,1759 -"4937",1044,34480,3,880,2755 -"4938",1044,34707,3,880,2042 -"4939",1044,34820,3,880,1630 -"4940",1044,34836,3,880,2302 -"4941",1044,35095,2,880,1502 -"4942",1044,35256,3,880,2271 -"4943",1044,35302,3,880,1589 -"4944",1044,35529,3,880,1620 -"4945",1044,35673,3,880,1067 -"4946",1044,35738,3,880,2448 -"4947",1044,36439,3,880,2469 -"4948",1044,37108,3,880,1202 -"4949",1044,37285,3,880,2428 -"4950",1044,38019,2,880,1870 -"4951",1044,38213,3,880,1744 -"4952",1044,38307,3,880,2648 -"4953",1044,38727,3,880,2238 -"4954",1044,38921,3,880,1880 -"4955",1044,39238,2,880,922 -"4956",1044,39535,3,880,2428 -"4957",1044,40028,3,880,1349 -"4958",1044,40493,3,880,1981 -"4959",1044,41739,3,880,1339 -"4960",1044,41945,3,880,2856 -"4961",1044,42216,3,880,2722 -"4962",1044,43385,2,880,1623 -"4963",1044,43455,2,880,2846 -"4964",1044,43635,3,880,1196 -"4965",1044,44089,3,880,1632 -"4966",1044,44188,3,880,1609 -"4967",1044,45239,3,880,2535 -"4968",1044,45608,3,880,2420 -"4969",1044,45633,3,880,2134 -"4970",1044,46629,2,880,2255 -"4971",1044,46726,3,880,943 -"4972",1044,47098,3,880,2057 -"4973",1044,47772,3,880,2293 -"4974",1044,48414,3,880,1749 -"4975",1044,48605,2,880,2796 -"4976",1044,49144,3,880,1542 -"4977",1044,49512,2,880,1302 -"4978",1044,49620,2,880,1868 -"4979",1044,50685,2,880,2008 -"4980",1044,50785,3,880,2877 -"4981",1044,51017,3,880,2073 -"4982",1044,51022,2,880,1499 -"4983",1044,51041,3,880,2606 -"4984",1044,51866,3,880,2411 -"4985",1044,52058,3,880,1836 -"4986",1044,52136,3,880,1412 -"4987",1044,52323,3,880,2148 -"4988",1044,52570,3,880,2645 -"4989",1044,52576,1,880,2234 -"4990",1044,53196,3,880,1888 -"4991",1044,53323,3,880,2677 -"4992",1044,53475,3,880,2853 -"4993",1044,53624,3,880,952 -"4994",1044,53924,3,880,1289 -"4995",1044,54305,2,880,1222 -"4996",1044,54551,3,880,2348 -"4997",1044,54695,3,880,2429 -"4998",1044,55082,2,880,1856 -"4999",1044,56082,3,880,2395 -"5000",1044,56317,3,880,2030 -"5001",1044,57129,3,880,1858 -"5002",1044,57353,2,880,1849 -"5003",1044,57414,3,880,922 -"5004",1044,57549,3,880,2335 -"5005",1044,57714,2,880,1391 -"5006",1044,58078,2,880,1252 -"5007",1044,58451,1,880,1939 -"5008",1044,58508,3,880,2326 -"5009",1044,58652,3,880,1437 -"5010",1044,59113,3,880,2434 -"5011",1044,59790,3,880,1827 -"5012",1044,59937,3,880,885 -"5013",1044,60185,3,880,1206 -"5014",1044,60661,3,880,2700 -"5015",1044,61982,2,880,2725 -"5016",1044,62538,3,880,1656 -"5017",1044,62668,3,880,958 -"5018",1044,62841,2,880,2710 -"5019",1044,63409,3,880,1937 -"5020",1044,64945,3,880,2279 -"5021",1044,65007,3,880,2530 -"5022",1044,65625,3,880,1273 -"5023",1044,66224,3,880,2728 -"5024",1044,66703,2,880,2375 -"5025",1044,66860,3,880,1548 -"5026",1044,68215,3,880,2727 -"5027",1044,71342,2,880,1289 -"5028",1044,72468,3,880,2292 -"5029",1044,72956,3,880,1251 -"5030",1044,73128,3,880,1549 -"5031",1044,74190,3,880,1428 -"5032",1044,74636,3,880,2525 -"5033",1044,75948,3,880,1006 -"5034",1044,76127,2,880,910 -"5035",1044,76284,2,880,1237 -"5036",1044,76892,2,880,2381 -"5037",1044,77305,3,880,965 -"5038",1044,78932,3,880,981 -"5039",1044,79322,3,880,2770 -"5040",1044,79432,3,880,1708 -"5041",1044,79657,3,880,1260 -"5042",1044,81588,3,880,1568 -"5043",1044,82787,3,880,1144 -"5044",1044,82949,3,880,2077 -"5045",1044,83396,2,880,2396 -"5046",1044,83491,3,880,1200 -"5047",1044,87048,3,880,989 -"5048",1044,88126,3,880,1027 -"5049",1044,89097,3,880,935 -"5050",1044,91571,3,880,923 -"5051",1044,94444,3,880,1554 -"5052",1044,94520,3,880,1243 -"5053",1044,97811,3,880,1288 -"5054",1044,98781,2,880,1410 -"5055",1044,100140,3,880,1041 -"5056",1044,100432,3,880,1358 -"5057",1044,101395,3,880,891 -"5058",1044,105947,3,880,997 -"5059",1044,111971,3,880,1032 -"5060",1046,270,3,1881,2542 -"5061",1046,312,3,1881,2038 -"5062",1046,357,3,1881,2327 -"5063",1046,380,3,1881,2261 -"5064",1046,446,3,1881,1910 -"5065",1046,671,3,1881,2328 -"5066",1046,823,3,1881,2840 -"5067",1046,862,3,1881,2254 -"5068",1046,1102,3,1881,2282 -"5069",1046,1136,3,1881,2536 -"5070",1046,1201,3,1881,2489 -"5071",1046,1367,2,1881,2176 -"5072",1046,1777,3,1881,1965 -"5073",1046,2533,3,1881,2016 -"5074",1046,2954,3,1881,2727 -"5075",1046,3164,3,1881,2693 -"5076",1046,3305,3,1881,2839 -"5077",1046,3488,3,1881,2351 -"5078",1046,3966,3,1881,2425 -"5079",1046,4191,2,1881,2130 -"5080",1046,4226,3,1881,1903 -"5081",1046,4418,2,1881,2788 -"5082",1046,4583,3,1881,2741 -"5083",1046,4618,1,1881,2607 -"5084",1046,4671,3,1881,2280 -"5085",1046,4687,3,1881,2152 -"5086",1046,4980,3,1881,2093 -"5087",1046,5148,1,1881,2206 -"5088",1046,5462,3,1881,2374 -"5089",1046,5504,3,1881,2389 -"5090",1046,5669,1,1881,2502 -"5091",1046,5725,1,1881,2789 -"5092",1046,6718,3,1881,2138 -"5093",1046,7078,3,1881,2344 -"5094",1046,7245,2,1881,2089 -"5095",1046,7555,2,1881,1943 -"5096",1046,8258,2,1881,1959 -"5097",1046,8533,1,1881,2251 -"5098",1046,8726,3,1881,2083 -"5099",1046,9115,3,1881,2068 -"5100",1046,10404,3,1881,2062 -"5101",1046,10799,3,1881,2010 -"5102",1046,10890,3,1881,2639 -"5103",1046,12713,3,1881,2440 -"5104",1046,12867,1,1881,2773 -"5105",1046,13307,3,1881,2206 -"5106",1046,14507,3,1881,2686 -"5107",1046,15184,3,1881,2396 -"5108",1046,15539,2,1881,1929 -"5109",1046,18151,3,1881,2962 -"5110",1046,18394,3,1881,2356 -"5111",1046,18415,3,1881,2184 -"5112",1046,19027,3,1881,2721 -"5113",1046,19862,3,1881,2412 -"5114",1046,20162,3,1881,2328 -"5115",1046,20563,3,1881,2267 -"5116",1046,20783,2,1881,2414 -"5117",1046,21012,3,1881,2325 -"5118",1046,22216,2,1881,1956 -"5119",1046,23526,3,1881,1998 -"5120",1046,24923,2,1881,2785 -"5121",1046,25129,3,1881,2647 -"5122",1046,26351,1,1881,2683 -"5123",1046,26436,3,1881,2489 -"5124",1046,26516,3,1881,2479 -"5125",1046,27478,3,1881,2485 -"5126",1046,27753,3,1881,2750 -"5127",1046,28285,1,1881,2972 -"5128",1046,29073,2,1881,2328 -"5129",1046,30119,3,1881,1961 -"5130",1046,31799,2,1881,2547 -"5131",1046,32173,3,1881,2341 -"5132",1046,34216,3,1881,2832 -"5133",1046,34509,3,1881,1973 -"5134",1046,36559,2,1881,2473 -"5135",1046,36670,3,1881,2298 -"5136",1046,37418,3,1881,2710 -"5137",1046,37620,3,1881,2716 -"5138",1046,39087,2,1881,2765 -"5139",1046,40432,3,1881,1956 -"5140",1046,40493,3,1881,1981 -"5141",1046,41682,3,1881,1988 -"5142",1046,45633,3,1881,2134 -"5143",1046,47082,3,1881,1990 -"5144",1046,47386,3,1881,2226 -"5145",1046,47857,3,1881,2325 -"5146",1046,47947,1,1881,2681 -"5147",1046,48035,3,1881,2180 -"5148",1046,48605,3,1881,2796 -"5149",1046,49147,3,1881,2539 -"5150",1046,51041,3,1881,2606 -"5151",1046,51410,3,1881,2739 -"5152",1046,51626,3,1881,2494 -"5153",1046,53031,3,1881,2065 -"5154",1046,53300,1,1881,2162 -"5155",1046,57077,3,1881,1885 -"5156",1046,57549,3,1881,2335 -"5157",1046,57609,3,1881,2717 -"5158",1046,57977,1,1881,2683 -"5159",1046,60289,3,1881,2729 -"5160",1046,62840,1,1881,2502 -"5161",1046,65029,3,1881,2954 -"5162",1046,70046,3,1881,2624 -"5163",1046,71518,3,1881,2805 -"5164",1046,71562,1,1881,2574 -"5165",1046,86799,3,1881,1951 -"5166",1050,206,3,1185,1986 -"5167",1050,675,3,1185,1686 -"5168",1050,1036,3,1185,1367 -"5169",1050,1092,3,1185,1945 -"5170",1050,1136,3,1185,2536 -"5171",1050,1315,3,1185,2760 -"5172",1050,3139,3,1185,1656 -"5173",1050,3164,3,1185,2693 -"5174",1050,3306,3,1185,1989 -"5175",1050,3886,3,1185,1669 -"5176",1050,4226,3,1185,1903 -"5177",1050,4763,3,1185,1960 -"5178",1050,5315,3,1185,2631 -"5179",1050,5346,3,1185,1438 -"5180",1050,5429,3,1185,1991 -"5181",1050,6030,2,1185,2953 -"5182",1050,6047,3,1185,2004 -"5183",1050,6428,3,1185,1952 -"5184",1050,6491,3,1185,2424 -"5185",1050,7847,2,1185,2424 -"5186",1050,9362,3,1185,2879 -"5187",1050,9391,3,1185,1252 -"5188",1050,10148,3,1185,2964 -"5189",1050,10358,3,1185,2294 -"5190",1050,10488,3,1185,1524 -"5191",1050,10779,3,1185,2881 -"5192",1050,11055,3,1185,2111 -"5193",1050,12310,3,1185,1337 -"5194",1050,12778,2,1185,2045 -"5195",1050,14032,3,1185,2144 -"5196",1050,14080,3,1185,1351 -"5197",1050,15207,3,1185,1855 -"5198",1050,15576,3,1185,2204 -"5199",1050,15632,2,1185,1242 -"5200",1050,15808,3,1185,1521 -"5201",1050,17245,3,1185,1811 -"5202",1050,22165,2,1185,1501 -"5203",1050,22415,3,1185,2841 -"5204",1050,22566,3,1185,2308 -"5205",1050,22586,3,1185,1341 -"5206",1050,22885,3,1185,1702 -"5207",1050,23310,3,1185,2371 -"5208",1050,23508,3,1185,1907 -"5209",1050,24753,3,1185,2860 -"5210",1050,25443,3,1185,1441 -"5211",1050,28050,3,1185,1955 -"5212",1050,28168,3,1185,2702 -"5213",1050,29930,3,1185,2240 -"5214",1050,34648,3,1185,1596 -"5215",1050,35045,3,1185,1646 -"5216",1050,38869,3,1185,1675 -"5217",1050,39431,3,1185,1460 -"5218",1050,40369,2,1185,2735 -"5219",1050,40487,3,1185,2512 -"5220",1050,41278,3,1185,1873 -"5221",1050,41607,3,1185,2802 -"5222",1050,41955,3,1185,2479 -"5223",1050,42474,3,1185,2322 -"5224",1050,52699,3,1185,1372 -"5225",1050,53134,3,1185,1590 -"5226",1050,58035,3,1185,1646 -"5227",1050,58451,3,1185,1939 -"5228",1050,62488,2,1185,1418 -"5229",1050,63770,3,1185,1324 -"5230",1050,64031,3,1185,1295 -"5231",1050,64181,3,1185,1828 -"5232",1050,64232,3,1185,1275 -"5233",1050,64997,3,1185,2791 -"5234",1050,68024,2,1185,1531 -"5235",1050,69712,3,1185,1219 -"5236",1050,71971,3,1185,1294 -"5237",1050,77010,3,1185,2639 -"5238",1050,81095,3,1185,1609 -"5239",1050,82949,3,1185,2077 -"5240",1050,87837,3,1185,1987 -"5241",1050,94520,3,1185,1243 -"5242",1050,96553,3,1185,1887 -"5243",1050,105975,2,1185,1939 -"5244",1055,32567,3,1264,2784 -"5245",1055,34899,2,1264,2565 -"5246",1055,55324,3,1264,1544 -"5247",1055,65703,2,1264,1689 -"5248",1055,103218,3,1264,1787 -"5249",1067,1151,3,918,2885 -"5250",1067,1592,3,918,2006 -"5251",1067,1691,3,918,1941 -"5252",1067,1777,3,918,1965 -"5253",1067,2036,3,918,2483 -"5254",1067,2484,3,918,2389 -"5255",1067,4723,2,918,1314 -"5256",1067,4790,3,918,1025 -"5257",1067,5438,3,918,1499 -"5258",1067,5462,3,918,2374 -"5259",1067,6627,3,918,2063 -"5260",1067,7229,3,918,2669 -"5261",1067,7847,3,918,2424 -"5262",1067,9423,3,918,1708 -"5263",1067,9871,3,918,921 -"5264",1067,11103,3,918,2393 -"5265",1067,12081,3,918,2166 -"5266",1067,16850,3,918,1657 -"5267",1067,18670,2,918,1835 -"5268",1067,19606,2,918,2783 -"5269",1067,21463,3,918,2437 -"5270",1067,22006,3,918,1202 -"5271",1067,22682,3,918,2035 -"5272",1067,23825,3,918,1913 -"5273",1067,24256,3,918,2393 -"5274",1067,27390,3,918,2425 -"5275",1067,27796,3,918,2151 -"5276",1067,28635,3,918,2368 -"5277",1067,29089,3,918,1344 -"5278",1067,29512,2,918,1594 -"5279",1067,31159,3,918,2231 -"5280",1067,31890,3,918,1487 -"5281",1067,31901,3,918,1251 -"5282",1067,33622,3,918,2230 -"5283",1067,38055,2,918,1089 -"5284",1067,39105,3,918,2487 -"5285",1067,46680,1,918,1690 -"5286",1067,46803,3,918,2305 -"5287",1067,47248,3,918,2883 -"5288",1067,66756,3,918,1301 -"5289",1067,67775,3,918,1964 -"5290",1067,79322,3,918,2770 -"5291",1067,82187,2,918,1055 -"5292",1067,82270,3,918,1641 -"5293",1090,2166,2,2370,2557 -"5294",1090,4057,3,2370,2389 -"5295",1090,5504,3,2370,2389 -"5296",1090,5849,2,2370,2404 -"5297",1090,6621,3,2370,2478 -"5298",1090,11966,3,2370,2385 -"5299",1090,13200,3,2370,2488 -"5300",1090,13929,3,2370,2693 -"5301",1090,15184,3,2370,2396 -"5302",1090,16352,3,2370,2657 -"5303",1090,18151,3,2370,2962 -"5304",1090,18543,3,2370,2968 -"5305",1090,19528,2,2370,2742 -"5306",1090,20783,3,2370,2414 -"5307",1090,21571,3,2370,2755 -"5308",1090,24255,3,2370,2770 -"5309",1090,24923,3,2370,2785 -"5310",1090,28168,3,2370,2702 -"5311",1090,32567,3,2370,2784 -"5312",1090,34327,3,2370,2959 -"5313",1090,34735,3,2370,2767 -"5314",1090,36439,3,2370,2469 -"5315",1090,38667,3,2370,2880 -"5316",1090,39444,2,2370,2695 -"5317",1090,42196,3,2370,2765 -"5318",1090,43518,3,2370,2680 -"5319",1090,44427,2,2370,2875 -"5320",1090,47803,3,2370,2477 -"5321",1090,51410,3,2370,2739 -"5322",1090,53789,2,2370,2681 -"5323",1090,55828,2,2370,2393 -"5324",1090,70046,3,2370,2624 -"5325",1090,70647,3,2370,2795 -"5326",1092,206,1,1945,1986 -"5327",1092,307,2,1945,2530 -"5328",1092,312,2,1945,2038 -"5329",1092,913,3,1945,2144 -"5330",1092,1090,3,1945,2370 -"5331",1092,1102,3,1945,2282 -"5332",1092,2533,3,1945,2016 -"5333",1092,2684,2,1945,2874 -"5334",1092,3305,3,1945,2839 -"5335",1092,4763,3,1945,1960 -"5336",1092,5239,3,1945,2875 -"5337",1092,5429,1,1945,1991 -"5338",1092,5580,3,1945,2111 -"5339",1092,6074,3,1945,2426 -"5340",1092,7013,2,1945,2040 -"5341",1092,9654,3,1945,2111 -"5342",1092,9893,2,1945,2701 -"5343",1092,10799,3,1945,2010 -"5344",1092,10871,3,1945,2314 -"5345",1092,11006,3,1945,1950 -"5346",1092,11055,1,1945,2111 -"5347",1092,11351,3,1945,2971 -"5348",1092,11440,3,1945,2026 -"5349",1092,11620,2,1945,2010 -"5350",1092,12703,3,1945,2689 -"5351",1092,14652,3,1945,2516 -"5352",1092,15184,3,1945,2396 -"5353",1092,15433,3,1945,2038 -"5354",1092,15716,2,1945,1991 -"5355",1092,17061,3,1945,2385 -"5356",1092,18366,3,1945,2699 -"5357",1092,19027,2,1945,2721 -"5358",1092,19248,2,1945,2357 -"5359",1092,19719,3,1945,2177 -"5360",1092,20067,3,1945,2390 -"5361",1092,20311,3,1945,1981 -"5362",1092,20659,3,1945,1969 -"5363",1092,20700,3,1945,2861 -"5364",1092,21406,3,1945,2714 -"5365",1092,21706,2,1945,1988 -"5366",1092,23132,3,1945,2756 -"5367",1092,24448,3,1945,2289 -"5368",1092,24753,3,1945,2860 -"5369",1092,25198,3,1945,1982 -"5370",1092,26793,3,1945,2104 -"5371",1092,27275,3,1945,2656 -"5372",1092,27277,3,1945,1994 -"5373",1092,27501,2,1945,1981 -"5374",1092,27694,3,1945,2030 -"5375",1092,31799,3,1945,2547 -"5376",1092,33801,3,1945,2899 -"5377",1092,35481,3,1945,2211 -"5378",1092,39534,3,1945,2410 -"5379",1092,42574,2,1945,2842 -"5380",1092,44819,3,1945,2063 -"5381",1092,45608,3,1945,2420 -"5382",1092,48605,3,1945,2796 -"5383",1092,50275,3,1945,2832 -"5384",1092,51041,3,1945,2606 -"5385",1092,53475,3,1945,2853 -"5386",1092,53519,3,1945,2781 -"5387",1092,54695,2,1945,2429 -"5388",1092,55468,3,1945,2511 -"5389",1092,57977,3,1945,2683 -"5390",1092,58427,2,1945,2234 -"5391",1092,61982,3,1945,2725 -"5392",1092,62841,3,1945,2710 -"5393",1092,64699,3,1945,2797 -"5394",1092,65029,3,1945,2954 -"5395",1092,66224,3,1945,2728 -"5396",1092,67150,3,1945,2633 -"5397",1092,67652,3,1945,2736 -"5398",1092,76892,3,1945,2381 -"5399",1092,94125,3,1945,2280 -"5400",1092,102186,3,1945,2937 -"5401",1102,270,2,2282,2542 -"5402",1102,377,3,2282,2389 -"5403",1102,854,3,2282,2307 -"5404",1102,997,3,2282,2788 -"5405",1102,1136,3,2282,2536 -"5406",1102,1151,3,2282,2885 -"5407",1102,1616,3,2282,2662 -"5408",1102,1767,3,2282,2727 -"5409",1102,2224,3,2282,2751 -"5410",1102,2424,3,2282,2582 -"5411",1102,2484,2,2282,2389 -"5412",1102,2954,2,2282,2727 -"5413",1102,3305,3,2282,2839 -"5414",1102,3477,3,2282,2546 -"5415",1102,3493,3,2282,2451 -"5416",1102,3628,3,2282,2707 -"5417",1102,3980,3,2282,2771 -"5418",1102,4932,3,2282,2752 -"5419",1102,5235,3,2282,2324 -"5420",1102,5504,3,2282,2389 -"5421",1102,6063,3,2282,2349 -"5422",1102,6074,1,2282,2426 -"5423",1102,6390,3,2282,2385 -"5424",1102,6491,3,2282,2424 -"5425",1102,7323,3,2282,2858 -"5426",1102,8681,3,2282,2716 -"5427",1102,8762,2,2282,2585 -"5428",1102,9362,3,2282,2879 -"5429",1102,9928,3,2282,2345 -"5430",1102,10513,2,2282,2284 -"5431",1102,11103,3,2282,2393 -"5432",1102,11218,2,2282,2292 -"5433",1102,11351,3,2282,2971 -"5434",1102,12042,3,2282,2345 -"5435",1102,12728,3,2282,2374 -"5436",1102,13158,3,2282,2667 -"5437",1102,14507,3,2282,2686 -"5438",1102,14652,3,2282,2516 -"5439",1102,14655,2,2282,2559 -"5440",1102,14834,3,2282,2739 -"5441",1102,15301,3,2282,2308 -"5442",1102,15381,3,2282,2289 -"5443",1102,16352,3,2282,2657 -"5444",1102,17365,3,2282,2746 -"5445",1102,18394,2,2282,2356 -"5446",1102,19248,3,2282,2357 -"5447",1102,19606,3,2282,2783 -"5448",1102,19622,3,2282,2371 -"5449",1102,19862,2,2282,2412 -"5450",1102,20124,2,2282,2376 -"5451",1102,20407,3,2282,2339 -"5452",1102,20416,3,2282,2323 -"5453",1102,20700,3,2282,2861 -"5454",1102,21012,3,2282,2325 -"5455",1102,21138,3,2282,2849 -"5456",1102,21571,3,2282,2755 -"5457",1102,21682,2,2282,2414 -"5458",1102,22326,3,2282,2818 -"5459",1102,22808,3,2282,2297 -"5460",1102,23011,3,2282,2763 -"5461",1102,23725,3,2282,2378 -"5462",1102,24060,3,2282,2349 -"5463",1102,24448,3,2282,2289 -"5464",1102,24721,3,2282,2326 -"5465",1102,24825,3,2282,2686 -"5466",1102,25305,3,2282,2447 -"5467",1102,26080,3,2282,2525 -"5468",1102,27275,3,2282,2656 -"5469",1102,27390,3,2282,2425 -"5470",1102,28285,3,2282,2972 -"5471",1102,29310,3,2282,2358 -"5472",1102,30052,3,2282,2855 -"5473",1102,30827,2,2282,2323 -"5474",1102,31124,3,2282,2351 -"5475",1102,31235,2,2282,2668 -"5476",1102,32173,3,2282,2341 -"5477",1102,33223,3,2282,2397 -"5478",1102,33475,3,2282,2367 -"5479",1102,33949,3,2282,2489 -"5480",1102,34480,3,2282,2755 -"5481",1102,36087,3,2282,2755 -"5482",1102,36439,3,2282,2469 -"5483",1102,37059,3,2282,2840 -"5484",1102,37570,3,2282,2389 -"5485",1102,38780,3,2282,2705 -"5486",1102,42129,2,2282,2318 -"5487",1102,42216,1,2282,2722 -"5488",1102,43404,3,2282,2649 -"5489",1102,43455,3,2282,2846 -"5490",1102,43518,3,2282,2680 -"5491",1102,44769,3,2282,2411 -"5492",1102,45302,2,2282,2390 -"5493",1102,46950,3,2282,2673 -"5494",1102,47248,3,2282,2883 -"5495",1102,47445,3,2282,2668 -"5496",1102,48571,3,2282,2717 -"5497",1102,48605,3,2282,2796 -"5498",1102,49110,3,2282,2938 -"5499",1102,50134,3,2282,2674 -"5500",1102,50236,3,2282,2339 -"5501",1102,51035,2,2282,2397 -"5502",1102,51866,2,2282,2411 -"5503",1102,53219,3,2282,2973 -"5504",1102,53323,3,2282,2677 -"5505",1102,54551,2,2282,2348 -"5506",1102,54695,3,2282,2429 -"5507",1102,54929,3,2282,2783 -"5508",1102,56082,3,2282,2395 -"5509",1102,57544,3,2282,2443 -"5510",1102,57977,3,2282,2683 -"5511",1102,58508,3,2282,2326 -"5512",1102,61982,3,2282,2725 -"5513",1102,62840,3,2282,2502 -"5514",1102,62841,3,2282,2710 -"5515",1102,66983,3,2282,2397 -"5516",1102,66992,2,2282,2882 -"5517",1102,67726,3,2282,2873 -"5518",1102,70944,3,2282,2972 -"5519",1102,72207,3,2282,2430 -"5520",1102,72326,3,2282,2384 -"5521",1102,74636,3,2282,2525 -"5522",1102,80825,3,2282,2315 -"5523",1102,88232,3,2282,2881 -"5524",1107,1108,3,905,1600 -"5525",1107,4526,3,905,1728 -"5526",1107,7451,3,905,1254 -"5527",1107,17388,3,905,1023 -"5528",1107,22166,3,905,994 -"5529",1107,27320,3,905,2378 -"5530",1107,31408,3,905,994 -"5531",1107,38087,3,905,1083 -"5532",1107,45905,3,905,2785 -"5533",1107,60258,3,905,2405 -"5534",1107,67617,3,905,1149 -"5535",1107,72986,2,905,1055 -"5536",1107,96310,2,905,1016 -"5537",1108,4526,3,1600,1728 -"5538",1108,10200,3,1600,2920 -"5539",1108,10980,3,1600,1974 -"5540",1108,14586,2,1600,2801 -"5541",1108,27320,2,1600,2378 -"5542",1108,34491,3,1600,2694 -"5543",1108,35728,3,1600,2017 -"5544",1108,37752,3,1600,2223 -"5545",1108,39875,3,1600,2422 -"5546",1108,51879,3,1600,1771 -"5547",1108,63077,3,1600,2778 -"5548",1108,63837,3,1600,2807 -"5549",1108,69232,3,1600,2130 -"5550",1108,70101,3,1600,2414 -"5551",1108,82932,3,1600,2245 -"5552",1108,92850,3,1600,1971 -"5553",1108,100860,3,1600,2326 -"5554",1124,270,1,1596,2542 -"5555",1124,307,3,1596,2530 -"5556",1124,312,3,1596,2038 -"5557",1124,380,3,1596,2261 -"5558",1124,701,3,1596,2718 -"5559",1124,1046,3,1596,1881 -"5560",1124,1102,3,1596,2282 -"5561",1124,1175,3,1596,1642 -"5562",1124,1875,3,1596,1786 -"5563",1124,2111,2,1596,1904 -"5564",1124,2424,2,1596,2582 -"5565",1124,2533,3,1596,2016 -"5566",1124,3305,2,1596,2839 -"5567",1124,3306,3,1596,1989 -"5568",1124,3477,3,1596,2546 -"5569",1124,3493,3,1596,2451 -"5570",1124,3966,3,1596,2425 -"5571",1124,4226,3,1596,1903 -"5572",1124,4253,3,1596,1890 -"5573",1124,4360,3,1596,1770 -"5574",1124,4701,2,1596,2401 -"5575",1124,4953,3,1596,2285 -"5576",1124,5072,3,1596,2175 -"5577",1124,5235,2,1596,2324 -"5578",1124,5258,3,1596,2730 -"5579",1124,5622,3,1596,2175 -"5580",1124,5971,2,1596,1985 -"5581",1124,5986,3,1596,1721 -"5582",1124,6047,3,1596,2004 -"5583",1124,6052,3,1596,1985 -"5584",1124,6063,3,1596,2349 -"5585",1124,6074,3,1596,2426 -"5586",1124,6222,2,1596,1949 -"5587",1124,6363,2,1596,2066 -"5588",1124,6390,3,1596,2385 -"5589",1124,6588,2,1596,2025 -"5590",1124,6718,2,1596,2138 -"5591",1124,7234,3,1596,2654 -"5592",1124,7245,3,1596,2089 -"5593",1124,7555,2,1596,1943 -"5594",1124,7616,2,1596,2296 -"5595",1124,8533,3,1596,2251 -"5596",1124,9175,3,1596,2639 -"5597",1124,9311,3,1596,2477 -"5598",1124,9432,3,1596,1693 -"5599",1124,9615,2,1596,2464 -"5600",1124,9624,3,1596,2398 -"5601",1124,9654,3,1596,2111 -"5602",1124,9723,3,1596,2302 -"5603",1124,10857,3,1596,2253 -"5604",1124,11006,3,1596,1950 -"5605",1124,11218,3,1596,2292 -"5606",1124,11229,3,1596,1625 -"5607",1124,11440,3,1596,2026 -"5608",1124,11477,3,1596,2724 -"5609",1124,12042,3,1596,2345 -"5610",1124,12199,3,1596,1651 -"5611",1124,12374,3,1596,2260 -"5612",1124,12449,3,1596,2067 -"5613",1124,12713,3,1596,2440 -"5614",1124,12724,3,1596,1930 -"5615",1124,12728,2,1596,2374 -"5616",1124,12729,3,1596,1835 -"5617",1124,13307,2,1596,2206 -"5618",1124,14252,3,1596,2244 -"5619",1124,14959,3,1596,2898 -"5620",1124,14972,3,1596,2332 -"5621",1124,14989,3,1596,2223 -"5622",1124,15003,3,1596,2067 -"5623",1124,15539,3,1596,1929 -"5624",1124,15700,3,1596,1712 -"5625",1124,15799,3,1596,1917 -"5626",1124,15813,3,1596,2143 -"5627",1124,16352,3,1596,2657 -"5628",1124,16535,3,1596,1993 -"5629",1124,16539,2,1596,1947 -"5630",1124,16835,3,1596,1739 -"5631",1124,17365,3,1596,2746 -"5632",1124,17400,3,1596,2231 -"5633",1124,17852,3,1596,2840 -"5634",1124,17931,3,1596,1617 -"5635",1124,18361,3,1596,2968 -"5636",1124,18394,2,1596,2356 -"5637",1124,18543,3,1596,2968 -"5638",1124,19248,3,1596,2357 -"5639",1124,19622,3,1596,2371 -"5640",1124,19719,3,1596,2177 -"5641",1124,19862,2,1596,2412 -"5642",1124,20124,3,1596,2376 -"5643",1124,20311,3,1596,1981 -"5644",1124,21012,2,1596,2325 -"5645",1124,21104,3,1596,2327 -"5646",1124,21193,3,1596,2490 -"5647",1124,21285,3,1596,2100 -"5648",1124,21682,3,1596,2414 -"5649",1124,21693,2,1596,2176 -"5650",1124,21929,3,1596,2062 -"5651",1124,22197,3,1596,2271 -"5652",1124,22326,3,1596,2818 -"5653",1124,22362,3,1596,1836 -"5654",1124,22415,3,1596,2841 -"5655",1124,23011,3,1596,2763 -"5656",1124,23508,3,1596,1907 -"5657",1124,23509,2,1596,2275 -"5658",1124,23526,2,1596,1998 -"5659",1124,23715,2,1596,1859 -"5660",1124,23725,2,1596,2378 -"5661",1124,23729,3,1596,1624 -"5662",1124,24066,3,1596,1755 -"5663",1124,24568,3,1596,1937 -"5664",1124,25305,3,1596,2447 -"5665",1124,25577,3,1596,1946 -"5666",1124,25643,3,1596,1646 -"5667",1124,25985,3,1596,2071 -"5668",1124,26080,3,1596,2525 -"5669",1124,26451,3,1596,2133 -"5670",1124,26848,3,1596,2363 -"5671",1124,26867,2,1596,1804 -"5672",1124,27694,3,1596,2030 -"5673",1124,29073,3,1596,2328 -"5674",1124,29962,3,1596,2201 -"5675",1124,30052,3,1596,2855 -"5676",1124,30173,3,1596,2404 -"5677",1124,30405,2,1596,2164 -"5678",1124,31307,2,1596,2139 -"5679",1124,31436,3,1596,2892 -"5680",1124,31705,3,1596,2706 -"5681",1124,32173,2,1596,2341 -"5682",1124,32965,3,1596,2071 -"5683",1124,33160,3,1596,2441 -"5684",1124,33223,3,1596,2397 -"5685",1124,33981,3,1596,1993 -"5686",1124,34379,2,1596,2355 -"5687",1124,35402,3,1596,2339 -"5688",1124,35518,3,1596,1721 -"5689",1124,36031,3,1596,2342 -"5690",1124,37285,3,1596,2428 -"5691",1124,38019,3,1596,1870 -"5692",1124,38307,3,1596,2648 -"5693",1124,38921,3,1596,1880 -"5694",1124,39294,3,1596,1889 -"5695",1124,40493,2,1596,1981 -"5696",1124,40542,3,1596,1664 -"5697",1124,41664,3,1596,2641 -"5698",1124,41945,3,1596,2856 -"5699",1124,41972,3,1596,2509 -"5700",1124,42216,3,1596,2722 -"5701",1124,42687,3,1596,1952 -"5702",1124,43213,3,1596,2160 -"5703",1124,43455,2,1596,2846 -"5704",1124,43518,2,1596,2680 -"5705",1124,44769,3,1596,2411 -"5706",1124,45302,3,1596,2390 -"5707",1124,45684,3,1596,2200 -"5708",1124,46182,3,1596,1613 -"5709",1124,46629,2,1596,2255 -"5710",1124,47098,2,1596,2057 -"5711",1124,47445,3,1596,2668 -"5712",1124,48035,3,1596,2180 -"5713",1124,48215,3,1596,2028 -"5714",1124,49110,3,1596,2938 -"5715",1124,49334,3,1596,2433 -"5716",1124,50118,3,1596,2654 -"5717",1124,50236,2,1596,2339 -"5718",1124,50785,2,1596,2877 -"5719",1124,51017,3,1596,2073 -"5720",1124,51035,3,1596,2397 -"5721",1124,51041,3,1596,2606 -"5722",1124,51319,3,1596,2488 -"5723",1124,51866,3,1596,2411 -"5724",1124,52323,3,1596,2148 -"5725",1124,52530,3,1596,1737 -"5726",1124,52576,3,1596,2234 -"5727",1124,54551,3,1596,2348 -"5728",1124,55468,3,1596,2511 -"5729",1124,55691,3,1596,2856 -"5730",1124,56082,2,1596,2395 -"5731",1124,56237,2,1596,2625 -"5732",1124,56317,3,1596,2030 -"5733",1124,57977,3,1596,2683 -"5734",1124,58451,3,1596,1939 -"5735",1124,61982,2,1596,2725 -"5736",1124,62841,3,1596,2710 -"5737",1124,63409,3,1596,1937 -"5738",1124,67726,3,1596,2873 -"5739",1124,68215,3,1596,2727 -"5740",1124,70217,3,1596,2332 -"5741",1124,72207,2,1596,2430 -"5742",1124,72326,3,1596,2384 -"5743",1124,75403,3,1596,1895 -"5744",1124,76396,3,1596,1731 -"5745",1124,76892,3,1596,2381 -"5746",1124,77611,3,1596,1795 -"5747",1124,79804,2,1596,2227 -"5748",1124,80784,3,1596,1738 -"5749",1124,82949,3,1596,2077 -"5750",1124,85138,3,1596,1685 -"5751",1124,85449,3,1596,2340 -"5752",1124,85736,3,1596,1601 -"5753",1124,92104,3,1596,2339 -"5754",1124,101315,3,1596,1971 -"5755",1124,101797,3,1596,2357 -"5756",1124,117956,3,1596,2774 -"5757",1127,23,3,1188,1682 -"5758",1127,600,3,1188,1702 -"5759",1127,675,3,1188,1686 -"5760",1127,1046,3,1188,1881 -"5761",1127,1130,1,1188,1566 -"5762",1127,1136,3,1188,2536 -"5763",1127,1175,2,1188,1642 -"5764",1127,1386,3,1188,1901 -"5765",1127,1578,3,1188,1612 -"5766",1127,2325,1,1188,1641 -"5767",1127,2424,3,1188,2582 -"5768",1127,2533,3,1188,2016 -"5769",1127,2743,3,1188,1278 -"5770",1127,2754,3,1188,1360 -"5771",1127,2765,3,1188,2321 -"5772",1127,2954,3,1188,2727 -"5773",1127,3242,3,1188,1730 -"5774",1127,3777,3,1188,1798 -"5775",1127,3886,3,1188,1669 -"5776",1127,3966,1,1188,2425 -"5777",1127,4567,3,1188,2348 -"5778",1127,4618,3,1188,2607 -"5779",1127,4932,3,1188,2752 -"5780",1127,5041,3,1188,2371 -"5781",1127,5462,3,1188,2374 -"5782",1127,5621,3,1188,1860 -"5783",1127,5725,3,1188,2789 -"5784",1127,6044,3,1188,2744 -"5785",1127,6602,3,1188,1631 -"5786",1127,6740,2,1188,2699 -"5787",1127,7847,3,1188,2424 -"5788",1127,7861,2,1188,1647 -"5789",1127,10130,3,1188,2741 -"5790",1127,10474,3,1188,1608 -"5791",1127,10513,3,1188,2284 -"5792",1127,11127,3,1188,1196 -"5793",1127,11540,3,1188,1237 -"5794",1127,13732,3,1188,2789 -"5795",1127,14669,2,1188,2080 -"5796",1127,14709,3,1188,1901 -"5797",1127,15003,3,1188,2067 -"5798",1127,15005,3,1188,1415 -"5799",1127,15244,3,1188,1600 -"5800",1127,15343,3,1188,2125 -"5801",1127,15813,3,1188,2143 -"5802",1127,17061,3,1188,2385 -"5803",1127,17931,2,1188,1617 -"5804",1127,17943,3,1188,1943 -"5805",1127,18825,3,1188,1240 -"5806",1127,20469,3,1188,2125 -"5807",1127,20824,3,1188,1366 -"5808",1127,21138,3,1188,2849 -"5809",1127,21164,3,1188,1645 -"5810",1127,21417,3,1188,2422 -"5811",1127,21795,3,1188,2653 -"5812",1127,22277,3,1188,2424 -"5813",1127,22714,3,1188,2793 -"5814",1127,23825,3,1188,1913 -"5815",1127,24608,3,1188,1630 -"5816",1127,24964,3,1188,2491 -"5817",1127,25129,2,1188,2647 -"5818",1127,25325,2,1188,2963 -"5819",1127,25341,2,1188,1858 -"5820",1127,25643,3,1188,1646 -"5821",1127,26080,3,1188,2525 -"5822",1127,26282,2,1188,1241 -"5823",1127,26865,2,1188,2726 -"5824",1127,27694,3,1188,2030 -"5825",1127,29050,3,1188,1196 -"5826",1127,29791,3,1188,1986 -"5827",1127,29917,2,1188,1962 -"5828",1127,29930,3,1188,2240 -"5829",1127,30081,3,1188,2403 -"5830",1127,31799,3,1188,2547 -"5831",1127,32939,3,1188,2277 -"5832",1127,34327,3,1188,2959 -"5833",1127,34492,3,1188,1798 -"5834",1127,34509,1,1188,1973 -"5835",1127,34820,3,1188,1630 -"5836",1127,37333,3,1188,1612 -"5837",1127,40293,3,1188,1671 -"5838",1127,40493,3,1188,1981 -"5839",1127,40646,3,1188,1583 -"5840",1127,41402,3,1188,2313 -"5841",1127,41739,3,1188,1339 -"5842",1127,41972,3,1188,2509 -"5843",1127,42474,3,1188,2322 -"5844",1127,42574,3,1188,2842 -"5845",1127,42619,3,1188,2017 -"5846",1127,47248,2,1188,2883 -"5847",1127,49110,3,1188,2938 -"5848",1127,51017,2,1188,2073 -"5849",1127,51022,3,1188,1499 -"5850",1127,51035,3,1188,2397 -"5851",1127,51410,3,1188,2739 -"5852",1127,52442,3,1188,1269 -"5853",1127,57804,3,1188,2214 -"5854",1127,57977,3,1188,2683 -"5855",1127,58035,2,1188,1646 -"5856",1127,58078,3,1188,1252 -"5857",1127,62841,3,1188,2710 -"5858",1127,64031,3,1188,1295 -"5859",1127,64181,2,1188,1828 -"5860",1127,64997,3,1188,2791 -"5861",1127,65625,3,1188,1273 -"5862",1127,66413,3,1188,2507 -"5863",1127,68215,2,1188,2727 -"5864",1127,71618,3,1188,2960 -"5865",1127,76892,3,1188,2381 -"5866",1127,82767,3,1188,1641 -"5867",1127,86799,3,1188,1951 -"5868",1127,89181,3,1188,1910 -"5869",1127,92973,3,1188,1276 -"5870",1127,105063,3,1188,1908 -"5871",1128,23,3,109,1682 -"5872",1128,600,3,109,1702 -"5873",1128,675,3,109,1686 -"5874",1128,937,2,109,408 -"5875",1128,1046,3,109,1881 -"5876",1128,1127,1,109,1188 -"5877",1128,1130,1,109,1566 -"5878",1128,1136,3,109,2536 -"5879",1128,1175,3,109,1642 -"5880",1128,2269,1,109,984 -"5881",1128,2300,1,109,565 -"5882",1128,2325,1,109,1641 -"5883",1128,2754,3,109,1360 -"5884",1128,2765,3,109,2321 -"5885",1128,2954,3,109,2727 -"5886",1128,3242,3,109,1730 -"5887",1128,3777,3,109,1798 -"5888",1128,3886,3,109,1669 -"5889",1128,3966,2,109,2425 -"5890",1128,4567,3,109,2348 -"5891",1128,4618,3,109,2607 -"5892",1128,4790,3,109,1025 -"5893",1128,4791,3,109,1184 -"5894",1128,5041,3,109,2371 -"5895",1128,5685,3,109,181 -"5896",1128,5725,3,109,2789 -"5897",1128,6044,3,109,2744 -"5898",1128,6740,3,109,2699 -"5899",1128,7847,3,109,2424 -"5900",1128,7861,2,109,1647 -"5901",1128,10130,3,109,2741 -"5902",1128,10513,3,109,2284 -"5903",1128,11208,3,109,1161 -"5904",1128,11540,3,109,1237 -"5905",1128,11576,3,109,808 -"5906",1128,14669,3,109,2080 -"5907",1128,14983,3,109,1047 -"5908",1128,15005,3,109,1415 -"5909",1128,16164,3,109,1184 -"5910",1128,17931,3,109,1617 -"5911",1128,17943,3,109,1943 -"5912",1128,18825,3,109,1240 -"5913",1128,18924,3,109,485 -"5914",1128,19627,3,109,627 -"5915",1128,19814,3,109,936 -"5916",1128,21138,3,109,2849 -"5917",1128,22277,3,109,2424 -"5918",1128,22714,3,109,2793 -"5919",1128,23825,3,109,1913 -"5920",1128,24522,3,109,158 -"5921",1128,24964,3,109,2491 -"5922",1128,25129,2,109,2647 -"5923",1128,25325,3,109,2963 -"5924",1128,25341,2,109,1858 -"5925",1128,25643,3,109,1646 -"5926",1128,26080,3,109,2525 -"5927",1128,26282,1,109,1241 -"5928",1128,26322,3,109,1018 -"5929",1128,26766,3,109,1161 -"5930",1128,26865,3,109,2726 -"5931",1128,28434,3,109,1141 -"5932",1128,29050,3,109,1196 -"5933",1128,29115,3,109,1047 -"5934",1128,29705,3,109,607 -"5935",1128,29917,3,109,1962 -"5936",1128,31799,3,109,2547 -"5937",1128,32939,3,109,2277 -"5938",1128,34509,1,109,1973 -"5939",1128,37333,3,109,1612 -"5940",1128,38055,3,109,1089 -"5941",1128,40293,3,109,1671 -"5942",1128,40417,3,109,771 -"5943",1128,41402,3,109,2313 -"5944",1128,41739,3,109,1339 -"5945",1128,41972,3,109,2509 -"5946",1128,42474,3,109,2322 -"5947",1128,46111,3,109,871 -"5948",1128,46373,3,109,134 -"5949",1128,47248,2,109,2883 -"5950",1128,48435,3,109,528 -"5951",1128,51017,2,109,2073 -"5952",1128,51035,3,109,2397 -"5953",1128,51410,3,109,2739 -"5954",1128,52835,3,109,995 -"5955",1128,53433,2,109,1187 -"5956",1128,57804,3,109,2214 -"5957",1128,58035,2,109,1646 -"5958",1128,62841,3,109,2710 -"5959",1128,63547,2,109,1023 -"5960",1128,64031,3,109,1295 -"5961",1128,64181,2,109,1828 -"5962",1128,64997,3,109,2791 -"5963",1128,65625,3,109,1273 -"5964",1128,66413,3,109,2507 -"5965",1128,67216,2,109,984 -"5966",1128,68215,3,109,2727 -"5967",1128,70605,2,109,1176 -"5968",1128,71618,3,109,2960 -"5969",1128,74731,3,109,853 -"5970",1128,75948,3,109,1006 -"5971",1128,80471,3,109,538 -"5972",1128,81482,3,109,908 -"5973",1128,82767,3,109,1641 -"5974",1128,82787,3,109,1144 -"5975",1128,83434,3,109,850 -"5976",1128,87692,3,109,775 -"5977",1128,88347,3,109,793 -"5978",1128,90259,3,109,699 -"5979",1128,90378,3,109,890 -"5980",1128,90802,3,109,877 -"5981",1128,92220,3,109,607 -"5982",1128,92973,3,109,1276 -"5983",1128,93753,2,109,408 -"5984",1128,94808,3,109,988 -"5985",1128,94850,2,109,408 -"5986",1128,99444,3,109,408 -"5987",1128,100127,3,109,217 -"5988",1128,101395,3,109,891 -"5989",1128,105063,3,109,1908 -"5990",1128,111843,3,109,1963 -"5991",1128,119820,3,109,296 -"5992",1130,23,3,1566,1682 -"5993",1130,135,3,1566,2233 -"5994",1130,600,3,1566,1702 -"5995",1130,671,3,1566,2328 -"5996",1130,675,3,1566,1686 -"5997",1130,1046,3,1566,1881 -"5998",1130,1136,3,1566,2536 -"5999",1130,1175,3,1566,1642 -"6000",1130,2325,1,1566,1641 -"6001",1130,2765,3,1566,2321 -"6002",1130,2954,2,1566,2727 -"6003",1130,3242,3,1566,1730 -"6004",1130,3777,3,1566,1798 -"6005",1130,3886,3,1566,1669 -"6006",1130,3966,2,1566,2425 -"6007",1130,4191,3,1566,2130 -"6008",1130,4567,3,1566,2348 -"6009",1130,4618,3,1566,2607 -"6010",1130,5041,3,1566,2371 -"6011",1130,5725,3,1566,2789 -"6012",1130,6044,3,1566,2744 -"6013",1130,6740,3,1566,2699 -"6014",1130,7847,3,1566,2424 -"6015",1130,7861,2,1566,1647 -"6016",1130,8621,3,1566,1681 -"6017",1130,10130,3,1566,2741 -"6018",1130,10513,3,1566,2284 -"6019",1130,14669,3,1566,2080 -"6020",1130,17931,3,1566,1617 -"6021",1130,17943,3,1566,1943 -"6022",1130,20563,3,1566,2267 -"6023",1130,21138,2,1566,2849 -"6024",1130,22277,3,1566,2424 -"6025",1130,22714,3,1566,2793 -"6026",1130,23825,3,1566,1913 -"6027",1130,24964,3,1566,2491 -"6028",1130,25129,2,1566,2647 -"6029",1130,25325,3,1566,2963 -"6030",1130,25341,1,1566,1858 -"6031",1130,25643,3,1566,1646 -"6032",1130,26080,3,1566,2525 -"6033",1130,26570,3,1566,1669 -"6034",1130,26865,3,1566,2726 -"6035",1130,29243,3,1566,2011 -"6036",1130,29917,3,1566,1962 -"6037",1130,30438,3,1566,1617 -"6038",1130,31799,3,1566,2547 -"6039",1130,32939,3,1566,2277 -"6040",1130,34480,3,1566,2755 -"6041",1130,34509,1,1566,1973 -"6042",1130,37333,3,1566,1612 -"6043",1130,38727,3,1566,2238 -"6044",1130,40293,3,1566,1671 -"6045",1130,40369,3,1566,2735 -"6046",1130,41402,3,1566,2313 -"6047",1130,41972,3,1566,2509 -"6048",1130,42474,3,1566,2322 -"6049",1130,47248,2,1566,2883 -"6050",1130,51017,2,1566,2073 -"6051",1130,51035,3,1566,2397 -"6052",1130,51410,3,1566,2739 -"6053",1130,53196,3,1566,1888 -"6054",1130,55139,3,1566,2323 -"6055",1130,57804,3,1566,2214 -"6056",1130,58035,2,1566,1646 -"6057",1130,62841,3,1566,2710 -"6058",1130,64181,2,1566,1828 -"6059",1130,64997,3,1566,2791 -"6060",1130,66413,3,1566,2507 -"6061",1130,68215,3,1566,2727 -"6062",1130,71618,3,1566,2960 -"6063",1130,82767,3,1566,1641 -"6064",1130,105063,3,1566,1908 -"6065",1130,111843,3,1566,1963 -"6066",1136,455,3,2536,2827 -"6067",1136,2954,3,2536,2727 -"6068",1136,4618,2,2536,2607 -"6069",1136,5725,3,2536,2789 -"6070",1136,7515,3,2536,2737 -"6071",1136,9362,3,2536,2879 -"6072",1136,10890,3,2536,2639 -"6073",1136,12747,3,2536,2818 -"6074",1136,14676,3,2536,2764 -"6075",1136,19027,3,2536,2721 -"6076",1136,22714,3,2536,2793 -"6077",1136,23132,3,2536,2756 -"6078",1136,25129,3,2536,2647 -"6079",1136,27753,2,2536,2750 -"6080",1136,31799,2,2536,2547 -"6081",1136,37620,3,2536,2716 -"6082",1136,40369,2,2536,2735 -"6083",1136,42216,2,2536,2722 -"6084",1136,47248,3,2536,2883 -"6085",1136,51041,3,2536,2606 -"6086",1136,51410,2,2536,2739 -"6087",1136,53323,3,2536,2677 -"6088",1136,64997,1,2536,2791 -"6089",1136,65029,3,2536,2954 -"6090",1147,46040,3,1999,2105 -"6091",1147,65322,3,1999,2008 -"6092",1147,78150,2,1999,2581 -"6093",1150,341,3,1595,2689 -"6094",1150,372,2,1595,1944 -"6095",1150,841,2,1595,2964 -"6096",1150,1108,3,1595,1600 -"6097",1150,1560,2,1595,2013 -"6098",1150,2985,3,1595,2398 -"6099",1150,3255,3,1595,2504 -"6100",1150,3271,3,1595,2216 -"6101",1150,4313,3,1595,2368 -"6102",1150,4669,3,1595,2395 -"6103",1150,4698,3,1595,2481 -"6104",1150,5852,3,1595,1862 -"6105",1150,8062,3,1595,2858 -"6106",1150,8525,3,1595,1787 -"6107",1150,9272,3,1595,2835 -"6108",1150,9716,3,1595,1929 -"6109",1150,10200,1,1595,2920 -"6110",1150,11319,3,1595,2073 -"6111",1150,11429,1,1595,2520 -"6112",1150,13068,3,1595,1778 -"6113",1150,14110,3,1595,2448 -"6114",1150,14586,2,1595,2801 -"6115",1150,14654,1,1595,1692 -"6116",1150,14761,2,1595,2502 -"6117",1150,19296,2,1595,1705 -"6118",1150,19366,3,1595,2279 -"6119",1150,19934,3,1595,2888 -"6120",1150,24086,3,1595,2663 -"6121",1150,27312,3,1595,2469 -"6122",1150,27882,3,1595,1897 -"6123",1150,29319,3,1595,2314 -"6124",1150,29704,2,1595,2294 -"6125",1150,30334,3,1595,2075 -"6126",1150,31170,3,1595,1776 -"6127",1150,33755,3,1595,2963 -"6128",1150,34491,3,1595,2694 -"6129",1150,34892,3,1595,2309 -"6130",1150,37059,3,1595,2840 -"6131",1150,37342,2,1595,2649 -"6132",1150,37636,3,1595,2178 -"6133",1150,38038,3,1595,2686 -"6134",1150,39534,2,1595,2410 -"6135",1150,40035,3,1595,2742 -"6136",1150,40392,2,1595,1878 -"6137",1150,41023,3,1595,2408 -"6138",1150,41185,3,1595,1929 -"6139",1150,43226,3,1595,2442 -"6140",1150,44464,3,1595,1619 -"6141",1150,47375,3,1595,2043 -"6142",1150,48110,3,1595,2009 -"6143",1150,49347,3,1595,2504 -"6144",1150,50430,3,1595,1689 -"6145",1150,51783,3,1595,2599 -"6146",1150,58086,3,1595,1667 -"6147",1150,58508,3,1595,2326 -"6148",1150,66717,3,1595,2104 -"6149",1150,69077,3,1595,1689 -"6150",1150,69131,3,1595,2122 -"6151",1150,69335,3,1595,2698 -"6152",1150,70586,3,1595,2562 -"6153",1150,73192,3,1595,1955 -"6154",1150,80301,3,1595,1690 -"6155",1150,82226,2,1595,1619 -"6156",1150,88212,3,1595,2547 -"6157",1151,14959,3,2885,2898 -"6158",1151,18151,3,2885,2962 -"6159",1154,2684,3,1656,2874 -"6160",1154,3167,3,1656,1676 -"6161",1154,4226,3,1656,1903 -"6162",1154,6428,3,1656,1952 -"6163",1154,6491,2,1656,2424 -"6164",1154,7241,2,1656,2259 -"6165",1154,7984,3,1656,2493 -"6166",1154,8890,3,1656,1955 -"6167",1154,12374,2,1656,2260 -"6168",1154,14108,3,1656,2012 -"6169",1154,15401,3,1656,1999 -"6170",1154,16365,3,1656,2217 -"6171",1154,17645,3,1656,1918 -"6172",1154,21122,3,1656,1701 -"6173",1154,21670,3,1656,2158 -"6174",1154,21681,3,1656,2005 -"6175",1154,23534,3,1656,1659 -"6176",1154,26451,3,1656,2133 -"6177",1154,27628,3,1656,2389 -"6178",1154,31700,3,1656,2727 -"6179",1154,32988,3,1656,2008 -"6180",1154,33430,3,1656,2225 -"6181",1154,34136,3,1656,2202 -"6182",1154,35822,3,1656,1903 -"6183",1154,36031,3,1656,2342 -"6184",1154,36763,3,1656,2165 -"6185",1154,38602,3,1656,2693 -"6186",1154,40369,3,1656,2735 -"6187",1154,43518,3,1656,2680 -"6188",1154,47839,3,1656,1864 -"6189",1154,48215,3,1656,2028 -"6190",1154,49265,3,1656,2686 -"6191",1154,53323,3,1656,2677 -"6192",1154,57380,3,1656,2362 -"6193",1154,57544,3,1656,2443 -"6194",1154,64997,3,1656,2791 -"6195",1154,65155,3,1656,1947 -"6196",1154,72597,3,1656,1843 -"6197",1154,72728,3,1656,2234 -"6198",1154,88232,3,1656,2881 -"6199",1154,108867,3,1656,2328 -"6200",1156,1574,2,1140,1718 -"6201",1156,5064,2,1140,1690 -"6202",1156,30096,2,1140,2082 -"6203",1156,36709,3,1140,1629 -"6204",1156,79874,3,1140,1570 -"6205",1156,82206,1,1140,1597 -"6206",1156,85525,3,1140,1718 -"6207",1156,91210,2,1140,1457 -"6208",1175,270,3,1642,2542 -"6209",1175,312,3,1642,2038 -"6210",1175,455,3,1642,2827 -"6211",1175,470,3,1642,2285 -"6212",1175,600,3,1642,1702 -"6213",1175,803,3,1642,1666 -"6214",1175,1046,3,1642,1881 -"6215",1175,1321,3,1642,2075 -"6216",1175,1409,3,1642,2090 -"6217",1175,1592,3,1642,2006 -"6218",1175,2224,3,1642,2751 -"6219",1175,2424,2,1642,2582 -"6220",1175,2533,2,1642,2016 -"6221",1175,3305,3,1642,2839 -"6222",1175,3477,3,1642,2546 -"6223",1175,3495,3,1642,2431 -"6224",1175,3628,3,1642,2707 -"6225",1175,3695,3,1642,2612 -"6226",1175,3886,1,1642,1669 -"6227",1175,3966,1,1642,2425 -"6228",1175,4418,3,1642,2788 -"6229",1175,4504,3,1642,1905 -"6230",1175,5622,3,1642,2175 -"6231",1175,6063,3,1642,2349 -"6232",1175,6324,3,1642,1990 -"6233",1175,6363,3,1642,2066 -"6234",1175,7794,3,1642,2972 -"6235",1175,7861,3,1642,1647 -"6236",1175,8621,3,1642,1681 -"6237",1175,8762,2,1642,2585 -"6238",1175,9175,3,1642,2639 -"6239",1175,10433,3,1642,2075 -"6240",1175,10857,3,1642,2253 -"6241",1175,11006,3,1642,1950 -"6242",1175,11351,3,1642,2971 -"6243",1175,12375,3,1642,1873 -"6244",1175,13307,3,1642,2206 -"6245",1175,13899,3,1642,2650 -"6246",1175,14972,3,1642,2332 -"6247",1175,15813,2,1642,2143 -"6248",1175,16201,3,1642,1811 -"6249",1175,16432,3,1642,2664 -"6250",1175,17400,3,1642,2231 -"6251",1175,17632,3,1642,1947 -"6252",1175,17943,2,1642,1943 -"6253",1175,18202,3,1642,2475 -"6254",1175,18394,3,1642,2356 -"6255",1175,19248,3,1642,2357 -"6256",1175,19317,3,1642,2041 -"6257",1175,19718,3,1642,1702 -"6258",1175,19719,3,1642,2177 -"6259",1175,20162,3,1642,2328 -"6260",1175,21012,2,1642,2325 -"6261",1175,21164,1,1642,1645 -"6262",1175,21193,3,1642,2490 -"6263",1175,21285,3,1642,2100 -"6264",1175,23508,3,1642,1907 -"6265",1175,23641,3,1642,1934 -"6266",1175,25325,2,1642,2963 -"6267",1175,25577,2,1642,1946 -"6268",1175,27694,3,1642,2030 -"6269",1175,28115,3,1642,1835 -"6270",1175,28991,3,1642,1688 -"6271",1175,29917,2,1642,1962 -"6272",1175,29930,3,1642,2240 -"6273",1175,32047,3,1642,1858 -"6274",1175,33223,3,1642,2397 -"6275",1175,34160,3,1642,1759 -"6276",1175,34509,3,1642,1973 -"6277",1175,34812,3,1642,2442 -"6278",1175,35045,2,1642,1646 -"6279",1175,35235,3,1642,2610 -"6280",1175,35428,3,1642,2263 -"6281",1175,37301,2,1642,2160 -"6282",1175,37418,3,1642,2710 -"6283",1175,38019,3,1642,1870 -"6284",1175,39294,3,1642,1889 -"6285",1175,39411,3,1642,2384 -"6286",1175,40493,3,1642,1981 -"6287",1175,40542,3,1642,1664 -"6288",1175,42216,3,1642,2722 -"6289",1175,42264,3,1642,1702 -"6290",1175,42574,3,1642,2842 -"6291",1175,43455,3,1642,2846 -"6292",1175,45684,3,1642,2200 -"6293",1175,46596,3,1642,1942 -"6294",1175,46629,3,1642,2255 -"6295",1175,47248,3,1642,2883 -"6296",1175,49110,3,1642,2938 -"6297",1175,51017,3,1642,2073 -"6298",1175,51041,3,1642,2606 -"6299",1175,52570,3,1642,2645 -"6300",1175,52576,3,1642,2234 -"6301",1175,52892,3,1642,2372 -"6302",1175,54551,3,1642,2348 -"6303",1175,56082,3,1642,2395 -"6304",1175,56317,3,1642,2030 -"6305",1175,58451,3,1642,1939 -"6306",1175,61982,3,1642,2725 -"6307",1175,62841,3,1642,2710 -"6308",1175,64181,3,1642,1828 -"6309",1175,68215,3,1642,2727 -"6310",1175,76892,2,1642,2381 -"6311",1175,86799,2,1642,1951 -"6312",1175,88232,3,1642,2881 -"6313",1195,316,3,1322,2413 -"6314",1195,2852,3,1322,2448 -"6315",1195,4249,3,1322,2547 -"6316",1195,5897,2,1322,2337 -"6317",1195,9331,3,1322,2269 -"6318",1195,17351,3,1322,2036 -"6319",1195,17632,3,1322,1947 -"6320",1195,27379,3,1322,2461 -"6321",1195,39249,3,1322,1665 -"6322",1195,40715,3,1322,2258 -"6323",1195,44688,3,1322,2924 -"6324",1195,47559,2,1322,1826 -"6325",1195,79653,3,1322,2683 -"6326",1195,90745,3,1322,1994 -"6327",1196,134,3,1986,2062 -"6328",1196,489,3,1986,2652 -"6329",1196,3477,3,1986,2546 -"6330",1196,3961,2,1986,2426 -"6331",1196,4953,3,1986,2285 -"6332",1196,5041,2,1986,2371 -"6333",1196,5315,3,1986,2631 -"6334",1196,5350,2,1986,2522 -"6335",1196,5622,3,1986,2175 -"6336",1196,6047,3,1986,2004 -"6337",1196,6063,3,1986,2349 -"6338",1196,8327,3,1986,2527 -"6339",1196,8821,3,1986,2230 -"6340",1196,9928,3,1986,2345 -"6341",1196,10358,1,1986,2294 -"6342",1196,11218,2,1986,2292 -"6343",1196,11477,3,1986,2724 -"6344",1196,12042,2,1986,2345 -"6345",1196,13311,3,1986,2315 -"6346",1196,13388,3,1986,2119 -"6347",1196,13899,3,1986,2650 -"6348",1196,14032,2,1986,2144 -"6349",1196,15343,3,1986,2125 -"6350",1196,15401,3,1986,1999 -"6351",1196,16352,3,1986,2657 -"6352",1196,17400,3,1986,2231 -"6353",1196,17967,3,1986,2125 -"6354",1196,19317,3,1986,2041 -"6355",1196,20067,3,1986,2390 -"6356",1196,21706,3,1986,1988 -"6357",1196,23310,3,1986,2371 -"6358",1196,24721,3,1986,2326 -"6359",1196,25480,3,1986,2747 -"6360",1196,25569,3,1986,2317 -"6361",1196,26080,3,1986,2525 -"6362",1196,26721,3,1986,2586 -"6363",1196,26818,3,1986,1999 -"6364",1196,29930,3,1986,2240 -"6365",1196,32919,2,1986,2321 -"6366",1196,32988,3,1986,2008 -"6367",1196,33223,3,1986,2397 -"6368",1196,33433,3,1986,2805 -"6369",1196,33801,3,1986,2899 -"6370",1196,34735,3,1986,2767 -"6371",1196,35187,3,1986,2488 -"6372",1196,35888,3,1986,2291 -"6373",1196,35926,2,1986,2371 -"6374",1196,37301,3,1986,2160 -"6375",1196,41682,3,1986,1988 -"6376",1196,41972,3,1986,2509 -"6377",1196,44557,3,1986,2371 -"6378",1196,45903,3,1986,2237 -"6379",1196,46099,3,1986,2360 -"6380",1196,46803,3,1986,2305 -"6381",1196,49110,3,1986,2938 -"6382",1196,51089,3,1986,2426 -"6383",1196,53342,3,1986,2071 -"6384",1196,53475,3,1986,2853 -"6385",1196,54879,2,1986,2210 -"6386",1196,54929,3,1986,2783 -"6387",1196,55652,3,1986,2795 -"6388",1196,69716,3,1986,2632 -"6389",1196,73197,3,1986,1998 -"6390",1196,73786,3,1986,2937 -"6391",1196,82932,3,1986,2245 -"6392",1196,87110,1,1986,2801 -"6393",1196,92513,3,1986,2282 -"6394",1201,4583,2,2489,2741 -"6395",1201,4618,3,2489,2607 -"6396",1201,4707,3,2489,2588 -"6397",1201,24923,3,2489,2785 -"6398",1203,2294,1,1350,1638 -"6399",1203,3284,3,1350,1541 -"6400",1203,6186,3,1350,1693 -"6401",1203,8860,3,1350,2141 -"6402",1203,9060,3,1350,1612 -"6403",1203,10087,1,1350,1617 -"6404",1203,16437,3,1350,1956 -"6405",1203,16684,3,1350,1657 -"6406",1203,17061,3,1350,2385 -"6407",1203,18005,3,1350,2449 -"6408",1203,18706,2,1350,1617 -"6409",1203,21352,3,1350,1604 -"6410",1203,31868,3,1350,1993 -"6411",1203,32549,3,1350,2111 -"6412",1203,33341,3,1350,2338 -"6413",1203,34094,1,1350,1360 -"6414",1203,35728,3,1350,2017 -"6415",1203,37059,3,1350,2840 -"6416",1203,39534,2,1350,2410 -"6417",1203,44235,3,1350,2700 -"6418",1203,46486,3,1350,1868 -"6419",1203,49347,3,1350,2504 -"6420",1203,49712,3,1350,1937 -"6421",1203,66717,3,1350,2104 -"6422",1203,68215,3,1350,2727 -"6423",1203,69131,3,1350,2122 -"6424",1203,72438,2,1350,1397 -"6425",1203,73172,3,1350,2496 -"6426",1203,73192,3,1350,1955 -"6427",1203,79432,3,1350,1708 -"6428",1203,98058,3,1350,1891 -"6429",1203,107383,2,1350,1918 -"6430",1214,3748,3,2050,2052 -"6431",1214,6104,3,2050,2462 -"6432",1214,10513,3,2050,2284 -"6433",1214,40022,3,2050,2307 -"6434",1214,57842,3,2050,2482 -"6435",1216,1214,1,63,2050 -"6436",1216,6104,3,63,2462 -"6437",1216,37319,3,63,1205 -"6438",1216,57842,3,63,2482 -"6439",1222,6262,1,2598,2733 -"6440",1222,6755,2,2598,2818 -"6441",1222,19190,3,2598,2677 -"6442",1222,94339,3,2598,2768 -"6443",1224,21795,3,2435,2653 -"6444",1224,27478,3,2435,2485 -"6445",1224,36962,3,2435,2861 -"6446",1226,823,2,2353,2840 -"6447",1226,14507,2,2353,2686 -"6448",1226,17852,3,2353,2840 -"6449",1226,24825,2,2353,2686 -"6450",1226,33160,3,2353,2441 -"6451",1226,57977,3,2353,2683 -"6452",1256,663,3,1212,2678 -"6453",1256,3158,3,1212,2762 -"6454",1256,7123,3,1212,1964 -"6455",1256,9909,3,1212,2230 -"6456",1256,41350,3,1212,1935 -"6457",1256,80615,3,1212,2252 -"6458",1257,663,2,1212,2678 -"6459",1257,6999,3,1212,2214 -"6460",1257,9909,2,1212,2230 -"6461",1257,10701,3,1212,2000 -"6462",1257,16757,3,1212,1755 -"6463",1257,17672,3,1212,1987 -"6464",1257,17695,3,1212,1930 -"6465",1257,19667,3,1212,1466 -"6466",1257,20547,3,1212,2145 -"6467",1257,20739,3,1212,2025 -"6468",1257,22389,3,1212,2034 -"6469",1257,39188,3,1212,1948 -"6470",1257,44312,3,1212,2741 -"6471",1257,52953,3,1212,1741 -"6472",1257,53445,3,1212,2028 -"6473",1257,54385,3,1212,2340 -"6474",1257,57804,3,1212,2214 -"6475",1257,76867,3,1212,1296 -"6476",1257,80615,2,1212,2252 -"6477",1257,83264,3,1212,1922 -"6478",1257,84808,3,1212,1974 -"6479",1275,5849,3,2068,2404 -"6480",1275,12374,3,2068,2260 -"6481",1275,16497,3,2068,2370 -"6482",1275,16826,3,2068,2599 -"6483",1275,19248,3,2068,2357 -"6484",1275,39444,3,2068,2695 -"6485",1275,47386,3,2068,2226 -"6486",1275,55828,3,2068,2393 -"6487",1275,57609,3,2068,2717 -"6488",1275,57977,3,2068,2683 -"6489",1275,64967,3,2068,2872 -"6490",1275,93615,3,2068,2386 -"6491",1314,160,3,1522,2007 -"6492",1314,364,3,1522,2351 -"6493",1314,680,2,1522,2569 -"6494",1314,1519,1,1522,2349 -"6495",1314,1702,2,1522,1984 -"6496",1314,1846,3,1522,1845 -"6497",1314,2407,3,1522,1725 -"6498",1314,2418,3,1522,2020 -"6499",1314,2489,2,1522,1537 -"6500",1314,2852,2,1522,2448 -"6501",1314,3403,3,1522,2951 -"6502",1314,3414,3,1522,2322 -"6503",1314,3493,3,1522,2451 -"6504",1314,3978,3,1522,2775 -"6505",1314,4001,2,1522,1687 -"6506",1314,4303,2,1522,2414 -"6507",1314,4526,1,1522,1728 -"6508",1314,4660,2,1522,2149 -"6509",1314,4665,2,1522,1569 -"6510",1314,5106,3,1522,2622 -"6511",1314,5119,3,1522,2220 -"6512",1314,5683,3,1522,2468 -"6513",1314,5897,3,1522,2337 -"6514",1314,7942,3,1522,2623 -"6515",1314,8062,3,1522,2858 -"6516",1314,8354,3,1522,1705 -"6517",1314,8777,3,1522,1620 -"6518",1314,10129,3,1522,2124 -"6519",1314,10239,3,1522,2032 -"6520",1314,10333,3,1522,1615 -"6521",1314,10457,3,1522,1711 -"6522",1314,10473,3,1522,1783 -"6523",1314,11108,3,1522,1609 -"6524",1314,11639,3,1522,1593 -"6525",1314,12081,3,1522,2166 -"6526",1314,12361,3,1522,2732 -"6527",1314,12759,3,1522,2414 -"6528",1314,15683,3,1522,1729 -"6529",1314,16286,3,1522,2470 -"6530",1314,16501,3,1522,1650 -"6531",1314,16796,3,1522,1892 -"6532",1314,16866,3,1522,2718 -"6533",1314,17033,3,1522,2771 -"6534",1314,17037,3,1522,2947 -"6535",1314,18005,3,1522,2449 -"6536",1314,18381,3,1522,1524 -"6537",1314,18421,3,1522,2457 -"6538",1314,18810,3,1522,2671 -"6539",1314,18865,3,1522,2676 -"6540",1314,19655,3,1522,2706 -"6541",1314,20941,1,1522,2725 -"6542",1314,22244,3,1522,2139 -"6543",1314,22723,3,1522,2859 -"6544",1314,23131,3,1522,1732 -"6545",1314,23756,3,1522,2309 -"6546",1314,25373,3,1522,2783 -"6547",1314,27320,3,1522,2378 -"6548",1314,27686,2,1522,2844 -"6549",1314,29289,2,1522,1756 -"6550",1314,29977,2,1522,2781 -"6551",1314,30034,2,1522,2357 -"6552",1314,30334,3,1522,2075 -"6553",1314,30368,3,1522,2487 -"6554",1314,30525,3,1522,1964 -"6555",1314,30618,3,1522,1609 -"6556",1314,31335,1,1522,2351 -"6557",1314,31866,3,1522,2101 -"6558",1314,33341,3,1522,2338 -"6559",1314,34334,3,1522,1637 -"6560",1314,36278,2,1522,2952 -"6561",1314,36487,3,1522,2622 -"6562",1314,36953,3,1522,2790 -"6563",1314,37636,3,1522,2178 -"6564",1314,38492,3,1522,2280 -"6565",1314,38691,1,1522,2585 -"6566",1314,39418,3,1522,1978 -"6567",1314,40392,3,1522,1878 -"6568",1314,40572,3,1522,2666 -"6569",1314,41023,3,1522,2408 -"6570",1314,41187,3,1522,2340 -"6571",1314,41723,2,1522,2101 -"6572",1314,41969,3,1522,2189 -"6573",1314,42813,3,1522,2142 -"6574",1314,43660,3,1522,2320 -"6575",1314,43673,2,1522,2787 -"6576",1314,44694,2,1522,2220 -"6577",1314,45729,3,1522,2606 -"6578",1314,46486,3,1522,1868 -"6579",1314,46982,3,1522,2806 -"6580",1314,47013,3,1522,2388 -"6581",1314,50113,3,1522,2059 -"6582",1314,50585,2,1522,2414 -"6583",1314,50630,3,1522,2615 -"6584",1314,51144,3,1522,2466 -"6585",1314,51783,3,1522,2599 -"6586",1314,54313,2,1522,1645 -"6587",1314,56669,3,1522,2924 -"6588",1314,57180,3,1522,2703 -"6589",1314,62626,2,1522,2787 -"6590",1314,63395,3,1522,2334 -"6591",1314,63641,3,1522,2337 -"6592",1314,66717,3,1522,2104 -"6593",1314,68885,3,1522,2151 -"6594",1314,70070,3,1522,2425 -"6595",1314,70583,2,1522,2615 -"6596",1314,79432,3,1522,1708 -"6597",1314,85198,3,1522,1794 -"6598",1314,90943,3,1522,1754 -"6599",1314,92860,3,1522,1643 -"6600",1314,94525,3,1522,1993 -"6601",1314,106399,3,1522,1530 -"6602",1315,28626,3,2760,2842 -"6603",1315,36609,3,2760,2918 -"6604",1315,42574,3,2760,2842 -"6605",1315,44654,3,2760,2916 -"6606",1321,42,2,2075,2265 -"6607",1321,1090,1,2075,2370 -"6608",1321,2166,2,2075,2557 -"6609",1321,3695,3,2075,2612 -"6610",1321,3966,3,2075,2425 -"6611",1321,4057,3,2075,2389 -"6612",1321,5849,2,2075,2404 -"6613",1321,7078,1,2075,2344 -"6614",1321,7394,3,2075,2615 -"6615",1321,11329,3,2075,2799 -"6616",1321,11966,3,2075,2385 -"6617",1321,12867,3,2075,2773 -"6618",1321,13601,3,2075,2689 -"6619",1321,14887,3,2075,2158 -"6620",1321,14972,3,2075,2332 -"6621",1321,15184,2,2075,2396 -"6622",1321,15301,3,2075,2308 -"6623",1321,15560,3,2075,2257 -"6624",1321,16352,3,2075,2657 -"6625",1321,16497,2,2075,2370 -"6626",1321,18151,3,2075,2962 -"6627",1321,19027,3,2075,2721 -"6628",1321,19528,1,2075,2742 -"6629",1321,20783,2,2075,2414 -"6630",1321,21417,3,2075,2422 -"6631",1321,21571,3,2075,2755 -"6632",1321,24042,3,2075,2880 -"6633",1321,24255,2,2075,2770 -"6634",1321,24756,3,2075,2530 -"6635",1321,26608,1,2075,2329 -"6636",1321,27478,3,2075,2485 -"6637",1321,28168,3,2075,2702 -"6638",1321,31799,3,2075,2547 -"6639",1321,32567,3,2075,2784 -"6640",1321,33572,1,2075,2370 -"6641",1321,34327,2,2075,2959 -"6642",1321,34735,3,2075,2767 -"6643",1321,35256,3,2075,2271 -"6644",1321,36950,3,2075,2204 -"6645",1321,37636,3,2075,2178 -"6646",1321,38667,2,2075,2880 -"6647",1321,39444,3,2075,2695 -"6648",1321,42196,3,2075,2765 -"6649",1321,44427,3,2075,2875 -"6650",1321,45633,3,2075,2134 -"6651",1321,47803,3,2075,2477 -"6652",1321,47947,3,2075,2681 -"6653",1321,49965,2,2075,2301 -"6654",1321,51041,3,2075,2606 -"6655",1321,51783,3,2075,2599 -"6656",1321,53789,1,2075,2681 -"6657",1321,53851,3,2075,2305 -"6658",1321,55155,3,2075,2333 -"6659",1321,55828,3,2075,2393 -"6660",1321,59700,3,2075,2346 -"6661",1321,65691,3,2075,2134 -"6662",1321,70046,3,2075,2624 -"6663",1321,94125,2,2075,2280 -"6664",1323,2704,1,1659,2609 -"6665",1323,3163,1,1659,2020 -"6666",1323,3477,3,1659,2546 -"6667",1323,3801,3,1659,1974 -"6668",1323,4504,3,1659,1905 -"6669",1323,7337,3,1659,1797 -"6670",1323,7616,2,1659,2296 -"6671",1323,16539,3,1659,1947 -"6672",1323,21682,3,1659,2414 -"6673",1323,32988,3,1659,2008 -"6674",1323,42505,3,1659,2008 -"6675",1323,46486,3,1659,1868 -"6676",1323,55139,3,1659,2323 -"6677",1323,55862,3,1659,2123 -"6678",1323,66205,2,1659,2898 -"6679",1323,77611,3,1659,1795 -"6680",1324,997,3,2147,2788 -"6681",1324,16352,3,2147,2657 -"6682",1324,20730,3,2147,2243 -"6683",1324,22808,3,2147,2297 -"6684",1324,28296,3,2147,2944 -"6685",1324,31132,3,2147,2744 -"6686",1324,34735,2,2147,2767 -"6687",1324,41770,3,2147,2752 -"6688",1324,42196,3,2147,2765 -"6689",1328,23,3,335,1682 -"6690",1328,3419,3,335,1595 -"6691",1328,25298,1,335,2443 -"6692",1328,26903,3,335,2092 -"6693",1328,30883,3,335,1629 -"6694",1328,48136,3,335,1509 -"6695",1328,48736,2,335,1236 -"6696",1328,74788,2,335,1056 -"6697",1328,109506,3,335,458 -"6698",1349,380,3,1147,2261 -"6699",1349,1314,3,1147,1522 -"6700",1349,1519,3,1147,2349 -"6701",1349,1702,3,1147,1984 -"6702",1349,1846,3,1147,1845 -"6703",1349,2852,3,1147,2448 -"6704",1349,2936,3,1147,2512 -"6705",1349,3493,1,1147,2451 -"6706",1349,4001,3,1147,1687 -"6707",1349,4360,3,1147,1770 -"6708",1349,4526,3,1147,1728 -"6709",1349,4665,3,1147,1569 -"6710",1349,5235,3,1147,2324 -"6711",1349,5683,3,1147,2468 -"6712",1349,5897,3,1147,2337 -"6713",1349,8088,2,1147,2220 -"6714",1349,9785,3,1147,2951 -"6715",1349,10488,3,1147,1524 -"6716",1349,11432,3,1147,1593 -"6717",1349,12103,3,1147,1244 -"6718",1349,12361,3,1147,2732 -"6719",1349,13879,3,1147,2748 -"6720",1349,14749,2,1147,1998 -"6721",1349,16539,3,1147,1947 -"6722",1349,16863,3,1147,2069 -"6723",1349,18005,3,1147,2449 -"6724",1349,19501,3,1147,1186 -"6725",1349,19655,3,1147,2706 -"6726",1349,20395,3,1147,1468 -"6727",1349,20941,2,1147,2725 -"6728",1349,21207,3,1147,1258 -"6729",1349,22244,3,1147,2139 -"6730",1349,23154,3,1147,2345 -"6731",1349,23729,3,1147,1624 -"6732",1349,25163,3,1147,1751 -"6733",1349,27686,3,1147,2844 -"6734",1349,29295,3,1147,2043 -"6735",1349,30034,3,1147,2357 -"6736",1349,31335,2,1147,2351 -"6737",1349,31866,1,1147,2101 -"6738",1349,32470,3,1147,1539 -"6739",1349,36829,2,1147,2722 -"6740",1349,37060,3,1147,2840 -"6741",1349,38691,3,1147,2585 -"6742",1349,43213,3,1147,2160 -"6743",1349,46196,3,1147,1510 -"6744",1349,46982,3,1147,2806 -"6745",1349,47595,3,1147,2374 -"6746",1349,50630,3,1147,2615 -"6747",1349,51144,2,1147,2466 -"6748",1349,51200,3,1147,2245 -"6749",1349,52136,2,1147,1412 -"6750",1349,55482,3,1147,1866 -"6751",1349,56082,3,1147,2395 -"6752",1349,61337,3,1147,2777 -"6753",1349,64947,3,1147,2489 -"6754",1349,67617,3,1147,1149 -"6755",1349,68539,3,1147,1158 -"6756",1349,70583,2,1147,2615 -"6757",1349,72207,3,1147,2430 -"6758",1349,72348,2,1147,1810 -"6759",1349,72632,3,1147,1289 -"6760",1349,73107,3,1147,1918 -"6761",1349,73582,3,1147,2075 -"6762",1349,75403,3,1147,1895 -"6763",1349,80606,3,1147,2079 -"6764",1349,81753,3,1147,1736 -"6765",1349,84271,3,1147,1556 -"6766",1349,85198,3,1147,1794 -"6767",1349,87907,2,1147,1173 -"6768",1349,90065,2,1147,1418 -"6769",1349,90299,3,1147,1606 -"6770",1349,91442,3,1147,1962 -"6771",1349,96715,1,1147,1792 -"6772",1349,97309,3,1147,1740 -"6773",1355,3164,3,2473,2693 -"6774",1355,6055,2,2473,2651 -"6775",1355,7984,3,2473,2493 -"6776",1355,14959,3,2473,2898 -"6777",1355,20292,3,2473,2755 -"6778",1355,25486,3,2473,2582 -"6779",1355,26582,3,2473,2772 -"6780",1355,33801,2,2473,2899 -"6781",1355,41945,3,2473,2856 -"6782",1355,43455,3,2473,2846 -"6783",1355,48605,3,2473,2796 -"6784",1355,53475,3,2473,2853 -"6785",1362,14353,3,1630,2878 -"6786",1364,360,3,859,1671 -"6787",1364,1102,3,859,2282 -"6788",1364,3144,1,859,869 -"6789",1364,3628,2,859,2707 -"6790",1364,5622,3,859,2175 -"6791",1364,5839,2,859,2301 -"6792",1364,6914,2,859,2668 -"6793",1364,8762,3,859,2585 -"6794",1364,9191,3,859,2707 -"6795",1364,11351,3,859,2971 -"6796",1364,11506,3,859,2824 -"6797",1364,16096,3,859,2301 -"6798",1364,17381,3,859,1697 -"6799",1364,18543,3,859,2968 -"6800",1364,19718,2,859,1702 -"6801",1364,21133,2,859,1320 -"6802",1364,22141,3,859,2348 -"6803",1364,23727,3,859,1734 -"6804",1364,23729,2,859,1624 -"6805",1364,23970,3,859,1624 -"6806",1364,24066,3,859,1755 -"6807",1364,25816,3,859,2088 -"6808",1364,26659,3,859,903 -"6809",1364,29115,3,859,1047 -"6810",1364,29449,2,859,2916 -"6811",1364,32503,2,859,2020 -"6812",1364,35235,3,859,2610 -"6813",1364,35428,3,859,2263 -"6814",1364,35481,3,859,2211 -"6815",1364,38213,3,859,1744 -"6816",1364,39081,2,859,1597 -"6817",1364,40931,2,859,2301 -"6818",1364,42264,3,859,1702 -"6819",1364,43173,2,859,2895 -"6820",1364,43226,3,859,2442 -"6821",1364,45742,3,859,2566 -"6822",1364,49620,3,859,1868 -"6823",1364,51572,3,859,912 -"6824",1364,52136,3,859,1412 -"6825",1364,52576,3,859,2234 -"6826",1364,54250,3,859,2340 -"6827",1364,57414,3,859,922 -"6828",1364,60116,3,859,2668 -"6829",1364,73675,2,859,887 -"6830",1364,74636,3,859,2525 -"6831",1364,77305,3,859,965 -"6832",1364,81221,2,859,2285 -"6833",1364,82344,3,859,1358 -"6834",1364,105685,3,859,2469 -"6835",1364,121291,2,859,1955 -"6836",1367,135,3,2176,2233 -"6837",1367,455,3,2176,2827 -"6838",1367,602,3,2176,2632 -"6839",1367,2424,3,2176,2582 -"6840",1367,2747,3,2176,2411 -"6841",1367,4618,3,2176,2607 -"6842",1367,5148,2,2176,2206 -"6843",1367,5669,3,2176,2502 -"6844",1367,5725,2,2176,2789 -"6845",1367,6241,3,2176,2264 -"6846",1367,8533,1,2176,2251 -"6847",1367,10859,3,2176,2231 -"6848",1367,12374,3,2176,2260 -"6849",1367,12867,3,2176,2773 -"6850",1367,15560,3,2176,2257 -"6851",1367,16067,3,2176,2727 -"6852",1367,18415,2,2176,2184 -"6853",1367,20563,2,2176,2267 -"6854",1367,26351,3,2176,2683 -"6855",1367,26516,3,2176,2479 -"6856",1367,27753,3,2176,2750 -"6857",1367,28285,2,2176,2972 -"6858",1367,29073,1,2176,2328 -"6859",1367,30943,3,2176,2287 -"6860",1367,32939,3,2176,2277 -"6861",1367,33572,3,2176,2370 -"6862",1367,35888,3,2176,2291 -"6863",1367,36559,3,2176,2473 -"6864",1367,39087,3,2176,2765 -"6865",1367,42642,3,2176,2257 -"6866",1367,43518,3,2176,2680 -"6867",1367,46803,3,2176,2305 -"6868",1367,47947,2,2176,2681 -"6869",1367,51410,3,2176,2739 -"6870",1367,57804,3,2176,2214 -"6871",1367,57977,2,2176,2683 -"6872",1367,62840,2,2176,2502 -"6873",1367,63641,3,2176,2337 -"6874",1367,67726,3,2176,2873 -"6875",1367,69716,3,2176,2632 -"6876",1367,70046,3,2176,2624 -"6877",1367,71562,2,2176,2574 -"6878",1367,74095,3,2176,2333 -"6879",1369,6345,3,2487,2713 -"6880",1369,20695,3,2487,2526 -"6881",1369,23550,3,2487,2939 -"6882",1369,37684,3,2487,2899 -"6883",1369,47882,3,2487,2769 -"6884",1369,53652,3,2487,2899 -"6885",1369,73520,3,2487,2613 -"6886",1369,93553,2,2487,2537 -"6887",1386,455,3,1901,2827 -"6888",1386,1226,3,1901,2353 -"6889",1386,1262,3,1901,2973 -"6890",1386,1321,3,1901,2075 -"6891",1386,2195,3,1901,2139 -"6892",1386,2572,3,1901,2273 -"6893",1386,2765,3,1901,2321 -"6894",1386,3695,2,1901,2612 -"6895",1386,5120,2,1901,2735 -"6896",1386,5491,2,1901,2048 -"6897",1386,6324,3,1901,1990 -"6898",1386,7078,2,1901,2344 -"6899",1386,7394,2,1901,2615 -"6900",1386,9030,2,1901,1979 -"6901",1386,9202,2,1901,2477 -"6902",1386,11456,3,1901,2715 -"6903",1386,12035,3,1901,2721 -"6904",1386,13200,3,1901,2488 -"6905",1386,13732,2,1901,2789 -"6906",1386,13780,3,1901,2412 -"6907",1386,13929,3,1901,2693 -"6908",1386,14772,3,1901,2386 -"6909",1386,15343,2,1901,2125 -"6910",1386,17826,3,1901,2920 -"6911",1386,17967,3,1901,2125 -"6912",1386,18151,2,1901,2962 -"6913",1386,18366,3,1901,2699 -"6914",1386,19528,3,1901,2742 -"6915",1386,19744,3,1901,2623 -"6916",1386,19872,3,1901,2913 -"6917",1386,20423,3,1901,2654 -"6918",1386,20469,3,1901,2125 -"6919",1386,21417,2,1901,2422 -"6920",1386,21693,3,1901,2176 -"6921",1386,21795,2,1901,2653 -"6922",1386,22207,3,1901,2365 -"6923",1386,22326,3,1901,2818 -"6924",1386,23508,3,1901,1907 -"6925",1386,24146,3,1901,2003 -"6926",1386,26608,3,1901,2329 -"6927",1386,26865,2,1901,2726 -"6928",1386,28923,3,1901,2362 -"6929",1386,29791,2,1901,1986 -"6930",1386,30081,1,1901,2403 -"6931",1386,31898,2,1901,1916 -"6932",1386,32761,3,1901,2680 -"6933",1386,34311,3,1901,2213 -"6934",1386,34327,1,1901,2959 -"6935",1386,34693,3,1901,1938 -"6936",1386,36559,3,1901,2473 -"6937",1386,36950,2,1901,2204 -"6938",1386,36962,2,1901,2861 -"6939",1386,39827,3,1901,2321 -"6940",1386,42618,3,1901,2316 -"6941",1386,45343,3,1901,2360 -"6942",1386,45664,2,1901,2235 -"6943",1386,47140,3,1901,2439 -"6944",1386,47362,3,1901,2253 -"6945",1386,47947,3,1901,2681 -"6946",1386,48754,3,1901,1972 -"6947",1386,49461,3,1901,2793 -"6948",1386,49998,3,1901,2761 -"6949",1386,56082,3,1901,2395 -"6950",1386,61458,3,1901,2630 -"6951",1386,70046,3,1901,2624 -"6952",1386,71369,3,1901,2838 -"6953",1386,73266,3,1901,2496 -"6954",1386,90501,2,1901,2380 -"6955",1393,55,3,1706,2524 -"6956",1393,2407,3,1706,1725 -"6957",1393,3506,3,1706,2364 -"6958",1393,5813,2,1706,2088 -"6959",1393,6621,3,1706,2478 -"6960",1393,7123,3,1706,1964 -"6961",1393,9088,2,1706,1881 -"6962",1393,9269,3,1706,1892 -"6963",1393,16757,2,1706,1755 -"6964",1393,16866,2,1706,2718 -"6965",1393,17925,1,1706,2385 -"6966",1393,18574,2,1706,2305 -"6967",1393,18865,3,1706,2676 -"6968",1393,21920,3,1706,2367 -"6969",1393,22389,2,1706,2034 -"6970",1393,31950,3,1706,2217 -"6971",1393,31990,1,1706,2264 -"6972",1393,32629,1,1706,1789 -"6973",1393,32724,1,1706,2581 -"6974",1393,37801,1,1706,2578 -"6975",1393,44312,1,1706,2741 -"6976",1393,44744,3,1706,2032 -"6977",1393,48931,1,1706,2444 -"6978",1393,53445,3,1706,2028 -"6979",1393,57804,3,1706,2214 -"6980",1393,61398,3,1706,2563 -"6981",1393,61921,3,1706,1793 -"6982",1393,63096,3,1706,2307 -"6983",1393,63395,3,1706,2334 -"6984",1393,65054,2,1706,2593 -"6985",1393,80186,3,1706,2228 -"6986",1393,83264,2,1706,1922 -"6987",1393,96387,2,1706,2159 -"6988",1393,100084,3,1706,1964 -"6989",1393,102581,3,1706,1813 -"6990",1397,206,3,1225,1986 -"6991",1397,279,3,1225,1989 -"6992",1397,307,2,1225,2530 -"6993",1397,600,3,1225,1702 -"6994",1397,913,3,1225,2144 -"6995",1397,1036,2,1225,1367 -"6996",1397,1092,2,1225,1945 -"6997",1397,2743,3,1225,1278 -"6998",1397,3242,3,1225,1730 -"6999",1397,3753,2,1225,1255 -"7000",1397,4690,3,1225,1938 -"7001",1397,5429,3,1225,1991 -"7002",1397,7013,3,1225,2040 -"7003",1397,7555,3,1225,1943 -"7004",1397,9893,1,1225,2701 -"7005",1397,11055,3,1225,2111 -"7006",1397,11620,3,1225,2010 -"7007",1397,12602,3,1225,1956 -"7008",1397,15433,2,1225,2038 -"7009",1397,15716,2,1225,1991 -"7010",1397,16482,3,1225,1958 -"7011",1397,17698,3,1225,1559 -"7012",1397,19027,3,1225,2721 -"7013",1397,20067,3,1225,2390 -"7014",1397,20824,3,1225,1366 -"7015",1397,21225,3,1225,1945 -"7016",1397,21706,2,1225,1988 -"7017",1397,22566,3,1225,2308 -"7018",1397,22586,2,1225,1341 -"7019",1397,23132,3,1225,2756 -"7020",1397,24568,3,1225,1937 -"7021",1397,27275,3,1225,2656 -"7022",1397,27501,3,1225,1981 -"7023",1397,27849,3,1225,1316 -"7024",1397,33801,3,1225,2899 -"7025",1397,34492,3,1225,1798 -"7026",1397,34907,3,1225,1945 -"7027",1397,35481,3,1225,2211 -"7028",1397,42574,3,1225,2842 -"7029",1397,45608,2,1225,2420 -"7030",1397,47055,3,1225,1525 -"7031",1397,51022,3,1225,1499 -"7032",1397,53475,3,1225,2853 -"7033",1397,54676,3,1225,1342 -"7034",1397,54695,3,1225,2429 -"7035",1397,55468,3,1225,2511 -"7036",1397,58035,3,1225,1646 -"7037",1397,58427,3,1225,2234 -"7038",1401,14983,3,918,1047 -"7039",1409,4929,3,2090,2240 -"7040",1409,12081,3,2090,2166 -"7041",1409,22808,3,2090,2297 -"7042",1409,31159,3,2090,2231 -"7043",1409,31295,3,2090,2183 -"7044",1409,36031,3,2090,2342 -"7045",1411,95846,3,771,1324 -"7046",1427,508,3,324,801 -"7047",1427,601,2,324,702 -"7048",1427,915,3,324,1793 -"7049",1427,1034,3,324,1438 -"7050",1427,1036,3,324,1367 -"7051",1427,1196,3,324,1986 -"7052",1427,1428,1,324,742 -"7053",1427,1767,2,324,2727 -"7054",1427,2063,3,324,1278 -"7055",1427,2609,2,324,834 -"7056",1427,2894,3,324,1291 -"7057",1427,3068,2,324,1815 -"7058",1427,3167,3,324,1676 -"7059",1427,3753,3,324,1255 -"7060",1427,3961,2,324,2426 -"7061",1427,3980,3,324,2771 -"7062",1427,4226,3,324,1903 -"7063",1427,4289,3,324,1921 -"7064",1427,4360,3,324,1770 -"7065",1427,4768,3,324,1111 -"7066",1427,5041,3,324,2371 -"7067",1427,5315,2,324,2631 -"7068",1427,5392,3,324,1648 -"7069",1427,5438,3,324,1499 -"7070",1427,5615,3,324,1105 -"7071",1427,5714,3,324,534 -"7072",1427,5716,3,324,1058 -"7073",1427,5785,3,324,1261 -"7074",1427,6047,3,324,2004 -"7075",1427,6222,3,324,1949 -"7076",1427,6366,3,324,798 -"7077",1427,6417,3,324,1675 -"7078",1427,7196,3,324,1508 -"7079",1427,7233,3,324,572 -"7080",1427,7245,3,324,2089 -"7081",1427,7292,3,324,1988 -"7082",1427,7984,2,324,2493 -"7083",1427,7992,3,324,2033 -"7084",1427,8913,3,324,968 -"7085",1427,9200,3,324,787 -"7086",1427,9311,3,324,2477 -"7087",1427,9702,3,324,1928 -"7088",1427,9928,3,324,2345 -"7089",1427,10143,3,324,778 -"7090",1427,10358,2,324,2294 -"7091",1427,10779,2,324,2881 -"7092",1427,11218,3,324,2292 -"7093",1427,11450,3,324,915 -"7094",1427,11477,3,324,2724 -"7095",1427,11576,3,324,808 -"7096",1427,11625,3,324,2022 -"7097",1427,12096,3,324,1330 -"7098",1427,12374,3,324,2260 -"7099",1427,12388,2,324,1975 -"7100",1427,12524,3,324,1287 -"7101",1427,13158,3,324,2667 -"7102",1427,13315,3,324,2516 -"7103",1427,13388,1,324,2119 -"7104",1427,13967,2,324,1354 -"7105",1427,13979,2,324,1559 -"7106",1427,14032,3,324,2144 -"7107",1427,14332,3,324,780 -"7108",1427,14353,3,324,2878 -"7109",1427,14564,3,324,1581 -"7110",1427,14918,3,324,2071 -"7111",1427,14943,3,324,1942 -"7112",1427,14959,3,324,2898 -"7113",1427,15215,3,324,798 -"7114",1427,15401,3,324,1999 -"7115",1427,15444,2,324,2764 -"7116",1427,15636,3,324,2857 -"7117",1427,15643,3,324,502 -"7118",1427,15990,1,324,593 -"7119",1427,16053,1,324,908 -"7120",1427,16539,3,324,1947 -"7121",1427,16625,3,324,1285 -"7122",1427,16826,3,324,2599 -"7123",1427,16896,3,324,2223 -"7124",1427,17027,2,324,2772 -"7125",1427,17097,2,324,1505 -"7126",1427,17351,3,324,2036 -"7127",1427,17354,3,324,2250 -"7128",1427,17484,3,324,1256 -"7129",1427,17493,3,324,561 -"7130",1427,17819,3,324,2291 -"7131",1427,17997,3,324,1621 -"7132",1427,18103,3,324,1968 -"7133",1427,18165,3,324,2085 -"7134",1427,18394,3,324,2356 -"7135",1427,18404,3,324,801 -"7136",1427,18415,3,324,2184 -"7137",1427,18874,3,324,2170 -"7138",1427,19282,3,324,1623 -"7139",1427,19317,3,324,2041 -"7140",1427,19528,3,324,2742 -"7141",1427,19621,3,324,725 -"7142",1427,19634,3,324,954 -"7143",1427,19637,2,324,1229 -"7144",1427,19719,3,324,2177 -"7145",1427,20067,1,324,2390 -"7146",1427,20070,3,324,1914 -"7147",1427,20311,3,324,1981 -"7148",1427,20343,3,324,851 -"7149",1427,20419,3,324,1587 -"7150",1427,20732,2,324,2401 -"7151",1427,21198,3,324,935 -"7152",1427,21248,3,324,2232 -"7153",1427,21422,3,324,935 -"7154",1427,21706,2,324,1988 -"7155",1427,21772,3,324,663 -"7156",1427,22057,3,324,974 -"7157",1427,22207,3,324,2365 -"7158",1427,22403,2,324,1630 -"7159",1427,22586,3,324,1341 -"7160",1427,23268,3,324,2258 -"7161",1427,23310,3,324,2371 -"7162",1427,23534,3,324,1659 -"7163",1427,23726,2,324,2434 -"7164",1427,23825,3,324,1913 -"7165",1427,23869,2,324,1918 -"7166",1427,24753,3,324,2860 -"7167",1427,24756,2,324,2530 -"7168",1427,25486,3,324,2582 -"7169",1427,25680,2,324,1618 -"7170",1427,26249,2,324,2301 -"7171",1427,26451,3,324,2133 -"7172",1427,26479,3,324,1818 -"7173",1427,26570,3,324,1669 -"7174",1427,26737,3,324,855 -"7175",1427,27104,3,324,1608 -"7176",1427,27355,3,324,870 -"7177",1427,27642,3,324,1531 -"7178",1427,28130,2,324,908 -"7179",1427,28131,1,324,1492 -"7180",1427,28274,3,324,493 -"7181",1427,28731,3,324,955 -"7182",1427,28784,3,324,1579 -"7183",1427,28896,3,324,1395 -"7184",1427,29095,3,324,2531 -"7185",1427,29372,2,324,528 -"7186",1427,29456,3,324,1182 -"7187",1427,29930,3,324,2240 -"7188",1427,30092,3,324,1593 -"7189",1427,30150,2,324,1704 -"7190",1427,30404,3,324,1810 -"7191",1427,30827,3,324,2323 -"7192",1427,30850,3,324,1045 -"7193",1427,30883,2,324,1629 -"7194",1427,31069,3,324,1995 -"7195",1427,31279,2,324,965 -"7196",1427,32520,3,324,2425 -"7197",1427,32658,3,324,1694 -"7198",1427,32811,2,324,804 -"7199",1427,32919,3,324,2321 -"7200",1427,32988,3,324,2008 -"7201",1427,33356,3,324,1586 -"7202",1427,33801,2,324,2899 -"7203",1427,34120,3,324,2786 -"7204",1427,34136,3,324,2202 -"7205",1427,34907,3,324,1945 -"7206",1427,35286,3,324,395 -"7207",1427,35529,2,324,1620 -"7208",1427,35544,3,324,397 -"7209",1427,35926,3,324,2371 -"7210",1427,36514,3,324,1192 -"7211",1427,36950,3,324,2204 -"7212",1427,37934,2,324,1595 -"7213",1427,38055,3,324,1089 -"7214",1427,38219,3,324,1689 -"7215",1427,38227,3,324,2511 -"7216",1427,38284,3,324,1234 -"7217",1427,38449,3,324,1802 -"7218",1427,38467,3,324,1259 -"7219",1427,38921,3,324,1880 -"7220",1427,39563,2,324,486 -"7221",1427,39865,3,324,849 -"7222",1427,40432,2,324,1956 -"7223",1427,40645,3,324,1899 -"7224",1427,40646,2,324,1583 -"7225",1427,40893,3,324,1116 -"7226",1427,41108,3,324,1624 -"7227",1427,41664,3,324,2641 -"7228",1427,41682,3,324,1988 -"7229",1427,41832,3,324,1155 -"7230",1427,41955,3,324,2479 -"7231",1427,42216,3,324,2722 -"7232",1427,42505,3,324,2008 -"7233",1427,42837,3,324,1096 -"7234",1427,43404,3,324,2649 -"7235",1427,43479,3,324,2178 -"7236",1427,44557,3,324,2371 -"7237",1427,44819,3,324,2063 -"7238",1427,44921,3,324,550 -"7239",1427,45136,3,324,877 -"7240",1427,46042,3,324,1692 -"7241",1427,46803,2,324,2305 -"7242",1427,47386,3,324,2226 -"7243",1427,48258,3,324,755 -"7244",1427,48260,3,324,875 -"7245",1427,48435,2,324,528 -"7246",1427,48823,3,324,2080 -"7247",1427,50269,3,324,1966 -"7248",1427,50382,2,324,2244 -"7249",1427,50487,2,324,744 -"7250",1427,50977,3,324,2352 -"7251",1427,51157,3,324,2319 -"7252",1427,51410,3,324,2739 -"7253",1427,51863,3,324,1395 -"7254",1427,52261,3,324,2162 -"7255",1427,53105,3,324,953 -"7256",1427,53134,3,324,1590 -"7257",1427,53475,2,324,2853 -"7258",1427,54929,3,324,2783 -"7259",1427,55084,2,324,1189 -"7260",1427,55234,3,324,890 -"7261",1427,56026,3,324,908 -"7262",1427,57150,3,324,1196 -"7263",1427,57760,3,324,1721 -"7264",1427,57977,3,324,2683 -"7265",1427,58133,3,324,1484 -"7266",1427,58669,2,324,2296 -"7267",1427,58733,3,324,1958 -"7268",1427,58993,3,324,2390 -"7269",1427,59511,3,324,2753 -"7270",1427,59646,2,324,456 -"7271",1427,59786,3,324,605 -"7272",1427,59939,3,324,936 -"7273",1427,61242,3,324,1650 -"7274",1427,62148,3,324,1566 -"7275",1427,62488,3,324,1418 -"7276",1427,62538,3,324,1656 -"7277",1427,64219,3,324,2705 -"7278",1427,65155,3,324,1947 -"7279",1427,65322,3,324,2008 -"7280",1427,65522,3,324,1572 -"7281",1427,68299,3,324,866 -"7282",1427,68960,3,324,1312 -"7283",1427,70203,2,324,2756 -"7284",1427,70681,3,324,866 -"7285",1427,70736,3,324,1512 -"7286",1427,70996,2,324,1037 -"7287",1427,71479,3,324,482 -"7288",1427,74318,3,324,632 -"7289",1427,74681,3,324,837 -"7290",1427,74730,1,324,535 -"7291",1427,75194,3,324,1736 -"7292",1427,76356,2,324,2323 -"7293",1427,76398,3,324,2400 -"7294",1427,76511,3,324,1250 -"7295",1427,76999,1,324,908 -"7296",1427,78256,3,324,804 -"7297",1427,78801,3,324,1572 -"7298",1427,79689,3,324,1184 -"7299",1427,81478,3,324,1640 -"7300",1427,81989,3,324,438 -"7301",1427,82009,3,324,1020 -"7302",1427,82301,3,324,1621 -"7303",1427,82426,3,324,1576 -"7304",1427,82696,3,324,1305 -"7305",1427,82767,3,324,1641 -"7306",1427,85329,2,324,738 -"7307",1427,85784,3,324,1142 -"7308",1427,85794,3,324,679 -"7309",1427,87720,3,324,2086 -"7310",1427,88063,3,324,1045 -"7311",1427,89511,3,324,1205 -"7312",1427,89527,3,324,572 -"7313",1427,90378,3,324,890 -"7314",1427,92254,2,324,517 -"7315",1427,92817,3,324,569 -"7316",1427,94101,3,324,997 -"7317",1427,94650,3,324,896 -"7318",1427,95064,2,324,1801 -"7319",1427,95587,3,324,810 -"7320",1427,95879,3,324,1748 -"7321",1427,96911,3,324,956 -"7322",1427,97160,2,324,1215 -"7323",1427,100140,1,324,1041 -"7324",1427,100670,1,324,525 -"7325",1427,101338,3,324,1319 -"7326",1427,101446,3,324,920 -"7327",1427,102004,3,324,497 -"7328",1427,102820,3,324,501 -"7329",1427,103524,2,324,991 -"7330",1427,108379,3,324,2933 -"7331",1427,109194,3,324,494 -"7332",1427,117679,2,324,535 -"7333",1428,1196,3,742,1986 -"7334",1428,1767,3,742,2727 -"7335",1428,2609,3,742,834 -"7336",1428,3068,3,742,1815 -"7337",1428,3961,2,742,2426 -"7338",1428,4289,3,742,1921 -"7339",1428,5041,3,742,2371 -"7340",1428,5315,3,742,2631 -"7341",1428,5438,3,742,1499 -"7342",1428,5716,3,742,1058 -"7343",1428,5785,3,742,1261 -"7344",1428,6047,3,742,2004 -"7345",1428,6366,3,742,798 -"7346",1428,6417,3,742,1675 -"7347",1428,7196,3,742,1508 -"7348",1428,7292,3,742,1988 -"7349",1428,7984,2,742,2493 -"7350",1428,7992,3,742,2033 -"7351",1428,8275,3,742,2237 -"7352",1428,9311,3,742,2477 -"7353",1428,9654,3,742,2111 -"7354",1428,9702,3,742,1928 -"7355",1428,9950,3,742,920 -"7356",1428,10358,2,742,2294 -"7357",1428,10779,3,742,2881 -"7358",1428,11218,3,742,2292 -"7359",1428,11477,3,742,2724 -"7360",1428,11540,3,742,1237 -"7361",1428,11576,2,742,808 -"7362",1428,12388,3,742,1975 -"7363",1428,12524,3,742,1287 -"7364",1428,12692,3,742,1855 -"7365",1428,13315,2,742,2516 -"7366",1428,13388,2,742,2119 -"7367",1428,13967,3,742,1354 -"7368",1428,13979,2,742,1559 -"7369",1428,14032,3,742,2144 -"7370",1428,14482,3,742,1573 -"7371",1428,15207,3,742,1855 -"7372",1428,15309,3,742,2820 -"7373",1428,15444,3,742,2764 -"7374",1428,15821,3,742,2456 -"7375",1428,16053,2,742,908 -"7376",1428,16120,3,742,1237 -"7377",1428,16539,3,742,1947 -"7378",1428,16826,3,742,2599 -"7379",1428,17027,3,742,2772 -"7380",1428,17097,3,742,1505 -"7381",1428,17997,3,742,1621 -"7382",1428,18103,3,742,1968 -"7383",1428,18874,3,742,2170 -"7384",1428,19593,3,742,2013 -"7385",1428,19634,3,742,954 -"7386",1428,19637,3,742,1229 -"7387",1428,19719,3,742,2177 -"7388",1428,20067,2,742,2390 -"7389",1428,20311,3,742,1981 -"7390",1428,20732,1,742,2401 -"7391",1428,21138,3,742,2849 -"7392",1428,21198,3,742,935 -"7393",1428,21566,3,742,1234 -"7394",1428,21706,3,742,1988 -"7395",1428,22207,3,742,2365 -"7396",1428,22403,3,742,1630 -"7397",1428,23011,3,742,2763 -"7398",1428,23268,3,742,2258 -"7399",1428,23726,1,742,2434 -"7400",1428,23869,2,742,1918 -"7401",1428,24756,3,742,2530 -"7402",1428,25271,3,742,1172 -"7403",1428,25680,2,742,1618 -"7404",1428,26249,3,742,2301 -"7405",1428,26479,3,742,1818 -"7406",1428,27104,3,742,1608 -"7407",1428,28130,1,742,908 -"7408",1428,28131,2,742,1492 -"7409",1428,28784,3,742,1579 -"7410",1428,29095,3,742,2531 -"7411",1428,29930,3,742,2240 -"7412",1428,30150,3,742,1704 -"7413",1428,30404,3,742,1810 -"7414",1428,30883,2,742,1629 -"7415",1428,31069,3,742,1995 -"7416",1428,31243,3,742,1355 -"7417",1428,31279,2,742,965 -"7418",1428,32658,3,742,1694 -"7419",1428,32811,3,742,804 -"7420",1428,32919,3,742,2321 -"7421",1428,32988,3,742,2008 -"7422",1428,33356,3,742,1586 -"7423",1428,33801,3,742,2899 -"7424",1428,34120,3,742,2786 -"7425",1428,35529,2,742,1620 -"7426",1428,35772,3,742,1440 -"7427",1428,35926,3,742,2371 -"7428",1428,36441,3,742,2796 -"7429",1428,37934,2,742,1595 -"7430",1428,38219,3,742,1689 -"7431",1428,38227,3,742,2511 -"7432",1428,40432,3,742,1956 -"7433",1428,40646,3,742,1583 -"7434",1428,41108,3,742,1624 -"7435",1428,41955,3,742,2479 -"7436",1428,42505,3,742,2008 -"7437",1428,42799,3,742,2729 -"7438",1428,43479,3,742,2178 -"7439",1428,44160,3,742,859 -"7440",1428,44557,3,742,2371 -"7441",1428,44819,3,742,2063 -"7442",1428,46635,3,742,2528 -"7443",1428,46707,3,742,1755 -"7444",1428,46803,2,742,2305 -"7445",1428,47386,3,742,2226 -"7446",1428,48215,3,742,2028 -"7447",1428,50269,3,742,1966 -"7448",1428,50382,2,742,2244 -"7449",1428,50487,3,742,744 -"7450",1428,51017,3,742,2073 -"7451",1428,51863,3,742,1395 -"7452",1428,53105,3,742,953 -"7453",1428,53134,3,742,1590 -"7454",1428,53475,3,742,2853 -"7455",1428,54929,3,742,2783 -"7456",1428,55084,3,742,1189 -"7457",1428,56082,3,742,2395 -"7458",1428,56462,3,742,852 -"7459",1428,56903,3,742,1584 -"7460",1428,57977,3,742,2683 -"7461",1428,58669,3,742,2296 -"7462",1428,59511,3,742,2753 -"7463",1428,62148,3,742,1566 -"7464",1428,62488,3,742,1418 -"7465",1428,64502,3,742,1670 -"7466",1428,65203,3,742,1597 -"7467",1428,67726,3,742,2873 -"7468",1428,68024,3,742,1531 -"7469",1428,70203,3,742,2756 -"7470",1428,70681,3,742,866 -"7471",1428,70996,3,742,1037 -"7472",1428,74681,2,742,837 -"7473",1428,74818,3,742,1440 -"7474",1428,75194,3,742,1736 -"7475",1428,76356,2,742,2323 -"7476",1428,76999,2,742,908 -"7477",1428,78801,3,742,1572 -"7478",1428,79371,3,742,1624 -"7479",1428,79689,3,742,1184 -"7480",1428,81463,3,742,955 -"7481",1428,82730,3,742,1492 -"7482",1428,85356,3,742,1492 -"7483",1428,85784,3,742,1142 -"7484",1428,85875,3,742,957 -"7485",1428,86785,3,742,1607 -"7486",1428,87692,3,742,775 -"7487",1428,87720,3,742,2086 -"7488",1428,90378,3,742,890 -"7489",1428,90802,3,742,877 -"7490",1428,91901,3,742,1236 -"7491",1428,95064,3,742,1801 -"7492",1428,95852,3,742,2045 -"7493",1428,96132,3,742,1489 -"7494",1428,96911,3,742,956 -"7495",1428,97160,2,742,1215 -"7496",1428,100140,1,742,1041 -"7497",1428,101237,3,742,2033 -"7498",1428,101338,3,742,1319 -"7499",1428,101395,3,742,891 -"7500",1428,103524,2,742,991 -"7501",1453,1639,3,1737,2631 -"7502",1453,2716,3,1737,1748 -"7503",1453,11329,1,1737,2799 -"7504",1453,14887,2,1737,2158 -"7505",1453,16518,3,1737,2642 -"7506",1453,18464,3,1737,2312 -"7507",1453,19208,3,1737,2629 -"7508",1453,19605,3,1737,2395 -"7509",1453,23460,3,1737,2183 -"7510",1453,24255,3,1737,2770 -"7511",1453,27173,3,1737,2050 -"7512",1453,28592,3,1737,2320 -"7513",1453,29454,3,1737,2719 -"7514",1453,37285,3,1737,2428 -"7515",1453,41764,3,1737,2409 -"7516",1453,43518,3,1737,2680 -"7517",1453,44403,3,1737,2429 -"7518",1453,48605,3,1737,2796 -"7519",1453,50480,3,1737,2701 -"7520",1455,843,3,1262,2332 -"7521",1455,2272,1,1262,1640 -"7522",1455,2443,2,1262,2333 -"7523",1455,3271,3,1262,2216 -"7524",1455,4249,3,1262,2547 -"7525",1455,5637,3,1262,1976 -"7526",1455,6345,3,1262,2713 -"7527",1455,7604,3,1262,1366 -"7528",1455,8607,2,1262,1685 -"7529",1455,8724,1,1262,1326 -"7530",1455,9272,3,1262,2835 -"7531",1455,9538,3,1262,1786 -"7532",1455,9724,3,1262,2713 -"7533",1455,12116,2,1262,2119 -"7534",1455,13340,3,1262,1918 -"7535",1455,14470,1,1262,2632 -"7536",1455,14957,3,1262,2306 -"7537",1455,15782,2,1262,2306 -"7538",1455,20547,3,1262,2145 -"7539",1455,22410,1,1262,2158 -"7540",1455,23498,3,1262,2398 -"7541",1455,23560,3,1262,2051 -"7542",1455,31264,2,1262,2335 -"7543",1455,36840,3,1262,2269 -"7544",1455,41098,2,1262,1857 -"7545",1455,42407,3,1262,2408 -"7546",1455,43226,3,1262,2442 -"7547",1455,45499,2,1262,2346 -"7548",1455,48110,3,1262,2009 -"7549",1455,48501,2,1262,2010 -"7550",1455,50468,3,1262,1659 -"7551",1455,52950,3,1262,2716 -"7552",1455,53652,3,1262,2899 -"7553",1455,57205,3,1262,2948 -"7554",1455,58508,3,1262,2326 -"7555",1455,68286,3,1262,2442 -"7556",1455,69335,3,1262,2698 -"7557",1455,80301,3,1262,1690 -"7558",1455,82039,3,1262,1327 -"7559",1455,84235,3,1262,1639 -"7560",1455,93553,3,1262,2537 -"7561",1469,313,3,1160,2271 -"7562",1469,357,3,1160,2327 -"7563",1469,499,3,1160,1931 -"7564",1469,543,3,1160,2203 -"7565",1469,675,3,1160,1686 -"7566",1469,733,3,1160,1653 -"7567",1469,1090,3,1160,2370 -"7568",1469,1136,3,1160,2536 -"7569",1469,1777,3,1160,1965 -"7570",1469,2036,3,1160,2483 -"7571",1469,2063,3,1160,1278 -"7572",1469,2166,3,1160,2557 -"7573",1469,2484,3,1160,2389 -"7574",1469,2754,2,1160,1360 -"7575",1469,3167,3,1160,1676 -"7576",1469,3242,3,1160,1730 -"7577",1469,3352,3,1160,1707 -"7578",1469,3830,3,1160,1661 -"7579",1469,4191,2,1160,2130 -"7580",1469,4366,3,1160,1726 -"7581",1469,4618,3,1160,2607 -"7582",1469,4980,3,1160,2093 -"7583",1469,5078,3,1160,2033 -"7584",1469,5457,3,1160,2077 -"7585",1469,5462,3,1160,2374 -"7586",1469,5504,2,1160,2389 -"7587",1469,6023,3,1160,2050 -"7588",1469,7323,3,1160,2858 -"7589",1469,7861,3,1160,1647 -"7590",1469,8229,2,1160,1241 -"7591",1469,8621,3,1160,1681 -"7592",1469,10130,2,1160,2741 -"7593",1469,10148,3,1160,2964 -"7594",1469,10222,3,1160,2212 -"7595",1469,10799,3,1160,2010 -"7596",1469,10871,3,1160,2314 -"7597",1469,10875,3,1160,1234 -"7598",1469,12462,3,1160,1461 -"7599",1469,13945,3,1160,1324 -"7600",1469,14189,3,1160,1483 -"7601",1469,14300,3,1160,1218 -"7602",1469,14888,3,1160,1411 -"7603",1469,15184,3,1160,2396 -"7604",1469,16164,3,1160,1184 -"7605",1469,17357,3,1160,1536 -"7606",1469,18277,2,1160,2309 -"7607",1469,19027,3,1160,2721 -"7608",1469,19516,2,1160,2313 -"7609",1469,19568,1,1160,2302 -"7610",1469,19892,3,1160,1212 -"7611",1469,20563,3,1160,2267 -"7612",1469,20783,3,1160,2414 -"7613",1469,20824,3,1160,1366 -"7614",1469,21076,3,1160,1591 -"7615",1469,21911,3,1160,1184 -"7616",1469,22006,3,1160,1202 -"7617",1469,22749,3,1160,1727 -"7618",1469,23508,3,1160,1907 -"7619",1469,23704,3,1160,2278 -"7620",1469,24198,3,1160,2217 -"7621",1469,24362,3,1160,1287 -"7622",1469,24923,3,1160,2785 -"7623",1469,25643,3,1160,1646 -"7624",1469,26282,3,1160,1241 -"7625",1469,26436,3,1160,2489 -"7626",1469,26516,3,1160,2479 -"7627",1469,26713,3,1160,1235 -"7628",1469,27478,2,1160,2485 -"7629",1469,27753,3,1160,2750 -"7630",1469,28011,3,1160,2639 -"7631",1469,28892,3,1160,2023 -"7632",1469,29456,2,1160,1182 -"7633",1469,30386,3,1160,1833 -"7634",1469,31243,3,1160,1355 -"7635",1469,31799,2,1160,2547 -"7636",1469,32516,3,1160,2050 -"7637",1469,32988,3,1160,2008 -"7638",1469,33572,3,1160,2370 -"7639",1469,34492,2,1160,1798 -"7640",1469,34509,3,1160,1973 -"7641",1469,34648,3,1160,1596 -"7642",1469,34836,3,1160,2302 -"7643",1469,35256,3,1160,2271 -"7644",1469,37108,3,1160,1202 -"7645",1469,37570,3,1160,2389 -"7646",1469,38449,3,1160,1802 -"7647",1469,39444,3,1160,2695 -"7648",1469,40293,3,1160,1671 -"7649",1469,40296,3,1160,1674 -"7650",1469,40672,3,1160,1315 -"7651",1469,41278,3,1160,1873 -"7652",1469,41747,3,1160,1722 -"7653",1469,45343,3,1160,2360 -"7654",1469,45715,3,1160,2287 -"7655",1469,46283,3,1160,1184 -"7656",1469,49965,3,1160,2301 -"7657",1469,51410,1,1160,2739 -"7658",1469,51987,2,1160,1397 -"7659",1469,53031,1,1160,2065 -"7660",1469,55556,2,1160,2075 -"7661",1469,55828,3,1160,2393 -"7662",1469,56171,2,1160,1524 -"7663",1469,57977,3,1160,2683 -"7664",1469,58035,3,1160,1646 -"7665",1469,58221,2,1160,1787 -"7666",1469,58508,3,1160,2326 -"7667",1469,61138,3,1160,1188 -"7668",1469,61719,2,1160,1515 -"7669",1469,63147,3,1160,1477 -"7670",1469,63770,2,1160,1324 -"7671",1469,64967,3,1160,2872 -"7672",1469,65029,3,1160,2954 -"7673",1469,67957,3,1160,2823 -"7674",1469,68098,3,1160,2378 -"7675",1469,71478,2,1160,1721 -"7676",1469,72334,3,1160,2820 -"7677",1469,72468,3,1160,2292 -"7678",1469,77001,3,1160,1440 -"7679",1469,77489,3,1160,1514 -"7680",1469,80429,3,1160,1927 -"7681",1469,82409,2,1160,1881 -"7682",1469,82767,3,1160,1641 -"7683",1469,82949,3,1160,2077 -"7684",1469,83526,3,1160,1235 -"7685",1469,85430,3,1160,2370 -"7686",1469,89958,3,1160,1186 -"7687",1469,93615,2,1160,2386 -"7688",1469,93752,1,1160,1368 -"7689",1469,97498,3,1160,2346 -"7690",1469,99103,3,1160,1470 -"7691",1469,105233,2,1160,1199 -"7692",1495,313,2,2046,2271 -"7693",1495,362,2,2046,2537 -"7694",1495,377,2,2046,2389 -"7695",1495,543,2,2046,2203 -"7696",1495,613,3,2046,2687 -"7697",1495,823,3,2046,2840 -"7698",1495,1151,2,2046,2885 -"7699",1495,1321,3,2046,2075 -"7700",1495,1616,1,2046,2662 -"7701",1495,2036,2,2046,2483 -"7702",1495,2224,3,2046,2751 -"7703",1495,2484,2,2046,2389 -"7704",1495,3161,2,2046,2229 -"7705",1495,3853,1,2046,2465 -"7706",1495,4057,2,2046,2389 -"7707",1495,5457,2,2046,2077 -"7708",1495,5462,2,2046,2374 -"7709",1495,5504,2,2046,2389 -"7710",1495,5622,3,2046,2175 -"7711",1495,6363,3,2046,2066 -"7712",1495,6996,3,2046,2916 -"7713",1495,7078,3,2046,2344 -"7714",1495,7323,2,2046,2858 -"7715",1495,7794,3,2046,2972 -"7716",1495,8760,2,2046,2477 -"7717",1495,9311,3,2046,2477 -"7718",1495,9362,3,2046,2879 -"7719",1495,10843,3,2046,2277 -"7720",1495,10857,3,2046,2253 -"7721",1495,11218,3,2046,2292 -"7722",1495,12713,3,2046,2440 -"7723",1495,12976,3,2046,2399 -"7724",1495,13780,3,2046,2412 -"7725",1495,14959,3,2046,2898 -"7726",1495,15184,2,2046,2396 -"7727",1495,15626,2,2046,2434 -"7728",1495,16727,3,2046,2164 -"7729",1495,17410,3,2046,2073 -"7730",1495,17520,2,2046,2276 -"7731",1495,18151,3,2046,2962 -"7732",1495,19027,2,2046,2721 -"7733",1495,19248,3,2046,2357 -"7734",1495,19528,3,2046,2742 -"7735",1495,19606,3,2046,2783 -"7736",1495,20700,3,2046,2861 -"7737",1495,25874,3,2046,2088 -"7738",1495,26516,3,2046,2479 -"7739",1495,26608,3,2046,2329 -"7740",1495,27478,3,2046,2485 -"7741",1495,28218,2,2046,2048 -"7742",1495,29004,3,2046,2596 -"7743",1495,31799,2,2046,2547 -"7744",1495,32516,2,2046,2050 -"7745",1495,33160,3,2046,2441 -"7746",1495,33433,3,2046,2805 -"7747",1495,34132,3,2046,2076 -"7748",1495,35256,2,2046,2271 -"7749",1495,36559,3,2046,2473 -"7750",1495,37238,3,2046,2609 -"7751",1495,37570,3,2046,2389 -"7752",1495,38727,3,2046,2238 -"7753",1495,39444,3,2046,2695 -"7754",1495,39548,3,2046,2389 -"7755",1495,41945,3,2046,2856 -"7756",1495,42196,3,2046,2765 -"7757",1495,43455,3,2046,2846 -"7758",1495,44768,3,2046,2516 -"7759",1495,44885,3,2046,2670 -"7760",1495,44899,3,2046,2386 -"7761",1495,47098,2,2046,2057 -"7762",1495,50785,3,2046,2877 -"7763",1495,51041,3,2046,2606 -"7764",1495,51853,2,2046,2520 -"7765",1495,52576,3,2046,2234 -"7766",1495,53031,3,2046,2065 -"7767",1495,53293,2,2046,2916 -"7768",1495,54551,3,2046,2348 -"7769",1495,54929,3,2046,2783 -"7770",1495,55556,3,2046,2075 -"7771",1495,59113,3,2046,2434 -"7772",1495,59205,2,2046,2387 -"7773",1495,65029,3,2046,2954 -"7774",1495,66124,3,2046,2174 -"7775",1495,78563,3,2046,2385 -"7776",1495,85430,3,2046,2370 -"7777",1495,91570,3,2046,2229 -"7778",1503,6989,3,416,2623 -"7779",1503,13920,3,416,1709 -"7780",1503,22353,2,416,1231 -"7781",1503,28195,3,416,1407 -"7782",1503,48652,1,416,1686 -"7783",1503,101435,2,416,1236 -"7784",1519,680,3,2349,2569 -"7785",1519,2206,3,2349,2536 -"7786",1519,2852,2,2349,2448 -"7787",1519,3403,3,2349,2951 -"7788",1519,3493,3,2349,2451 -"7789",1519,4303,3,2349,2414 -"7790",1519,5106,2,2349,2622 -"7791",1519,8062,3,2349,2858 -"7792",1519,13136,3,2349,2867 -"7793",1519,16866,3,2349,2718 -"7794",1519,17033,2,2349,2771 -"7795",1519,17037,3,2349,2947 -"7796",1519,18421,3,2349,2457 -"7797",1519,18865,3,2349,2676 -"7798",1519,20941,1,2349,2725 -"7799",1519,22723,3,2349,2859 -"7800",1519,27320,3,2349,2378 -"7801",1519,27686,2,2349,2844 -"7802",1519,29977,2,2349,2781 -"7803",1519,30034,2,2349,2357 -"7804",1519,30368,3,2349,2487 -"7805",1519,31335,2,2349,2351 -"7806",1519,36278,2,2349,2952 -"7807",1519,36487,3,2349,2622 -"7808",1519,36953,3,2349,2790 -"7809",1519,38691,1,2349,2585 -"7810",1519,40572,3,2349,2666 -"7811",1519,41023,3,2349,2408 -"7812",1519,43673,2,2349,2787 -"7813",1519,46982,3,2349,2806 -"7814",1519,47013,3,2349,2388 -"7815",1519,50585,3,2349,2414 -"7816",1519,50630,3,2349,2615 -"7817",1519,56669,2,2349,2924 -"7818",1519,57180,3,2349,2703 -"7819",1519,62626,2,2349,2787 -"7820",1519,70583,2,2349,2615 -"7821",1520,2,2,1716,2796 -"7822",1520,680,3,1716,2569 -"7823",1520,3477,3,1716,2546 -"7824",1520,4430,3,1716,2019 -"7825",1520,4567,3,1716,2348 -"7826",1520,6063,2,1716,2349 -"7827",1520,6821,3,1716,1788 -"7828",1520,7780,3,1716,1920 -"7829",1520,8865,3,1716,2394 -"7830",1520,8890,3,1716,1955 -"7831",1520,9035,3,1716,2771 -"7832",1520,9503,3,1716,2453 -"7833",1520,9787,3,1716,2858 -"7834",1520,10336,3,1716,2271 -"7835",1520,10473,3,1716,1783 -"7836",1520,12728,3,1716,2374 -"7837",1520,12759,3,1716,2414 -"7838",1520,14586,2,1716,2801 -"7839",1520,15444,3,1716,2764 -"7840",1520,16796,2,1716,1892 -"7841",1520,17037,3,1716,2947 -"7842",1520,17645,2,1716,1918 -"7843",1520,20984,3,1716,2502 -"7844",1520,21248,3,1716,2232 -"7845",1520,21693,3,1716,2176 -"7846",1520,22326,3,1716,2818 -"7847",1520,22362,3,1716,1836 -"7848",1520,24568,3,1716,1937 -"7849",1520,25163,3,1716,1751 -"7850",1520,25305,3,1716,2447 -"7851",1520,28837,2,1716,2286 -"7852",1520,30368,2,1716,2487 -"7853",1520,31542,2,1716,2459 -"7854",1520,32079,3,1716,2315 -"7855",1520,33223,3,1716,2397 -"7856",1520,35456,3,1716,2358 -"7857",1520,36912,3,1716,2469 -"7858",1520,37636,3,1716,2178 -"7859",1520,44135,3,1716,2620 -"7860",1520,44744,3,1716,2032 -"7861",1520,46532,3,1716,2005 -"7862",1520,46982,3,1716,2806 -"7863",1520,53687,3,1716,2422 -"7864",1520,54523,3,1716,1935 -"7865",1520,56569,2,1716,1993 -"7866",1520,58655,3,1716,2685 -"7867",1520,63077,3,1716,2778 -"7868",1520,63409,3,1716,1937 -"7869",1520,72597,3,1716,1843 -"7870",1523,2190,2,2048,2359 -"7871",1523,2747,3,2048,2411 -"7872",1523,9503,3,2048,2453 -"7873",1523,23206,3,2048,2805 -"7874",1523,51774,3,2048,2459 -"7875",1523,54924,3,2048,2603 -"7876",1523,58501,3,2048,2613 -"7877",1523,66677,3,2048,2151 -"7878",1550,919,3,293,910 -"7879",1550,1822,3,293,2888 -"7880",1550,2181,3,293,2030 -"7881",1550,2357,3,293,492 -"7882",1550,3477,2,293,2546 -"7883",1550,4622,3,293,1589 -"7884",1550,5350,3,293,2522 -"7885",1550,5798,3,293,1779 -"7886",1550,6063,2,293,2349 -"7887",1550,6392,3,293,1878 -"7888",1550,7196,3,293,1508 -"7889",1550,8513,3,293,875 -"7890",1550,8993,3,293,2099 -"7891",1550,9503,3,293,2453 -"7892",1550,9513,1,293,872 -"7893",1550,11154,3,293,1594 -"7894",1550,11229,3,293,1625 -"7895",1550,11518,3,293,803 -"7896",1550,12462,2,293,1461 -"7897",1550,12735,2,293,819 -"7898",1550,12779,2,293,936 -"7899",1550,13899,3,293,2650 -"7900",1550,14656,3,293,584 -"7901",1550,14817,3,293,2110 -"7902",1550,15023,3,293,2054 -"7903",1550,16021,2,293,858 -"7904",1550,17399,3,293,884 -"7905",1550,18217,2,293,1566 -"7906",1550,18348,3,293,1711 -"7907",1550,19317,3,293,2041 -"7908",1550,20124,3,293,2376 -"7909",1550,20343,3,293,851 -"7910",1550,20921,2,293,723 -"7911",1550,20984,3,293,2502 -"7912",1550,21684,3,293,1971 -"7913",1550,21872,3,293,2458 -"7914",1550,22403,3,293,1630 -"7915",1550,22462,2,293,869 -"7916",1550,26025,3,293,591 -"7917",1550,28290,3,293,430 -"7918",1550,28588,3,293,1335 -"7919",1550,28784,3,293,1579 -"7920",1550,29100,3,293,843 -"7921",1550,29267,3,293,1234 -"7922",1550,30486,3,293,1269 -"7923",1550,31357,3,293,2389 -"7924",1550,32339,3,293,2430 -"7925",1550,32395,3,293,2735 -"7926",1550,33223,2,293,2397 -"7927",1550,33451,3,293,1957 -"7928",1550,33470,3,293,2003 -"7929",1550,35822,3,293,1903 -"7930",1550,36346,3,293,1240 -"7931",1550,37059,3,293,2840 -"7932",1550,37301,3,293,2160 -"7933",1550,38140,3,293,1866 -"7934",1550,38457,3,293,1630 -"7935",1550,38513,3,293,914 -"7936",1550,40542,2,293,1664 -"7937",1550,40645,3,293,1899 -"7938",1550,44181,3,293,1034 -"7939",1550,44727,3,293,1227 -"7940",1550,44728,2,293,451 -"7941",1550,45959,3,293,1880 -"7942",1550,46040,3,293,2105 -"7943",1550,47372,3,293,788 -"7944",1550,47595,3,293,2374 -"7945",1550,51843,3,293,2389 -"7946",1550,52953,2,293,1741 -"7947",1550,54385,3,293,2340 -"7948",1550,56639,3,293,643 -"7949",1550,56873,3,293,1421 -"7950",1550,57150,3,293,1196 -"7951",1550,59790,3,293,1827 -"7952",1550,65322,3,293,2008 -"7953",1550,69131,3,293,2122 -"7954",1550,73192,1,293,1955 -"7955",1550,76143,3,293,1610 -"7956",1550,76503,3,293,1136 -"7957",1550,78150,3,293,2581 -"7958",1550,79547,3,293,1909 -"7959",1550,80219,3,293,988 -"7960",1550,80615,3,293,2252 -"7961",1550,84317,3,293,2081 -"7962",1550,88739,3,293,933 -"7963",1550,89258,3,293,1147 -"7964",1550,95682,1,293,881 -"7965",1550,96352,3,293,1493 -"7966",1550,104406,3,293,614 -"7967",1550,111658,3,293,351 -"7968",1550,112814,3,293,546 -"7969",1556,2370,3,643,1600 -"7970",1556,6562,3,643,1139 -"7971",1556,9912,2,643,1356 -"7972",1556,11135,2,643,2441 -"7973",1556,11429,3,643,2520 -"7974",1556,13024,3,643,2468 -"7975",1556,15502,3,643,2637 -"7976",1556,19687,2,643,2072 -"7977",1556,20413,3,643,806 -"7978",1556,21976,3,643,1808 -"7979",1556,23639,3,643,2065 -"7980",1556,24116,3,643,1413 -"7981",1556,24441,2,643,2256 -"7982",1556,25270,3,643,985 -"7983",1556,25286,3,643,1545 -"7984",1556,25886,3,643,1580 -"7985",1556,26567,3,643,1158 -"7986",1556,41051,3,643,2767 -"7987",1556,45487,1,643,2256 -"7988",1556,47827,1,643,1957 -"7989",1556,48764,3,643,860 -"7990",1556,51448,3,643,1593 -"7991",1556,78460,3,643,985 -"7992",1556,80061,2,643,1223 -"7993",1556,89955,2,643,1452 -"7994",1556,93317,2,643,1223 -"7995",1556,93670,3,643,1682 -"7996",1556,95211,3,643,2462 -"7997",1556,95661,3,643,872 -"7998",1556,99955,2,643,1223 -"7999",1556,103989,3,643,1207 -"8000",1556,104542,3,643,897 -"8001",1560,680,3,2013,2569 -"8002",1560,3255,3,2013,2504 -"8003",1560,4303,3,2013,2414 -"8004",1560,4313,3,2013,2368 -"8005",1560,4698,3,2013,2481 -"8006",1560,8062,3,2013,2858 -"8007",1560,9050,3,2013,2026 -"8008",1560,10200,1,2013,2920 -"8009",1560,11429,1,2013,2520 -"8010",1560,11477,3,2013,2724 -"8011",1560,12228,3,2013,2034 -"8012",1560,12759,3,2013,2414 -"8013",1560,14110,3,2013,2448 -"8014",1560,14626,2,2013,2175 -"8015",1560,14761,2,2013,2502 -"8016",1560,14972,3,2013,2332 -"8017",1560,15343,3,2013,2125 -"8018",1560,17967,3,2013,2125 -"8019",1560,18371,3,2013,2860 -"8020",1560,19872,3,2013,2913 -"8021",1560,22905,3,2013,2599 -"8022",1560,24086,1,2013,2663 -"8023",1560,25373,3,2013,2783 -"8024",1560,26152,3,2013,2818 -"8025",1560,29319,3,2013,2314 -"8026",1560,30334,2,2013,2075 -"8027",1560,30668,3,2013,2882 -"8028",1560,30705,3,2013,2959 -"8029",1560,33755,3,2013,2963 -"8030",1560,34892,3,2013,2309 -"8031",1560,36953,3,2013,2790 -"8032",1560,37342,1,2013,2649 -"8033",1560,37636,2,2013,2178 -"8034",1560,37868,3,2013,2876 -"8035",1560,38602,3,2013,2693 -"8036",1560,41723,3,2013,2101 -"8037",1560,42883,2,2013,2575 -"8038",1560,49347,3,2013,2504 -"8039",1560,50635,3,2013,2962 -"8040",1560,51783,2,2013,2599 -"8041",1560,54903,3,2013,2493 -"8042",1560,56082,3,2013,2395 -"8043",1560,56737,3,2013,2270 -"8044",1560,57037,3,2013,2293 -"8045",1560,61513,3,2013,2948 -"8046",1560,64412,3,2013,2233 -"8047",1560,65658,3,2013,2030 -"8048",1560,122567,3,2013,2783 -"8049",1567,3954,3,513,839 -"8050",1567,7616,3,513,2296 -"8051",1567,7847,3,513,2424 -"8052",1567,9871,3,513,921 -"8053",1567,10370,1,513,2224 -"8054",1567,11912,2,513,889 -"8055",1567,12122,2,513,1385 -"8056",1567,19093,2,513,2224 -"8057",1567,19893,3,513,1223 -"8058",1567,23280,3,513,536 -"8059",1567,25490,3,513,639 -"8060",1567,27377,2,513,1724 -"8061",1567,27792,3,513,1308 -"8062",1567,36784,3,513,576 -"8063",1567,39627,3,513,546 -"8064",1567,43902,3,513,1726 -"8065",1567,44089,1,513,1632 -"8066",1567,57549,3,513,2335 -"8067",1567,82893,3,513,1275 -"8068",1570,10756,2,2028,2207 -"8069",1570,12598,3,2028,2086 -"8070",1570,14442,2,2028,2700 -"8071",1570,16184,2,2028,2274 -"8072",1570,17768,3,2028,2468 -"8073",1570,25053,2,2028,2186 -"8074",1570,32904,3,2028,2055 -"8075",1570,35844,3,2028,2961 -"8076",1570,36996,3,2028,2321 -"8077",1570,47094,3,2028,2592 -"8078",1570,59289,2,2028,2896 -"8079",1570,67701,3,2028,2289 -"8080",1570,104281,3,2028,2228 -"8081",1574,2927,3,1718,1789 -"8082",1574,16347,3,1718,1868 -"8083",1574,19656,2,1718,2059 -"8084",1574,29454,3,1718,2719 -"8085",1574,30096,1,1718,2082 -"8086",1574,31295,3,1718,2183 -"8087",1574,42382,2,1718,2224 -"8088",1574,46616,3,1718,1917 -"8089",1574,51460,3,1718,1872 -"8090",1574,53584,3,1718,2391 -"8091",1578,6603,3,1612,2185 -"8092",1578,10002,2,1612,1788 -"8093",1578,15821,3,1612,2456 -"8094",1578,17061,3,1612,2385 -"8095",1578,24866,2,1612,2103 -"8096",1578,27399,3,1612,1866 -"8097",1578,36506,3,1612,2638 -"8098",1578,39987,3,1612,2096 -"8099",1578,45461,3,1612,2458 -"8100",1578,47534,2,1612,2712 -"8101",1578,47966,3,1612,2409 -"8102",1578,53530,3,1612,2380 -"8103",1578,76631,3,1612,1697 -"8104",1592,134,3,2006,2062 -"8105",1592,1102,3,2006,2282 -"8106",1592,2011,2,2006,2176 -"8107",1592,2208,2,2006,2814 -"8108",1592,2334,3,2006,2619 -"8109",1592,2684,3,2006,2874 -"8110",1592,3163,3,2006,2020 -"8111",1592,3493,3,2006,2451 -"8112",1592,4687,3,2006,2152 -"8113",1592,4707,3,2006,2588 -"8114",1592,5258,2,2006,2730 -"8115",1592,5839,3,2006,2301 -"8116",1592,6074,3,2006,2426 -"8117",1592,6104,3,2006,2462 -"8118",1592,6252,2,2006,2336 -"8119",1592,6390,2,2006,2385 -"8120",1592,6491,2,2006,2424 -"8121",1592,6627,3,2006,2063 -"8122",1592,6697,3,2006,2438 -"8123",1592,7245,3,2006,2089 -"8124",1592,8762,3,2006,2585 -"8125",1592,9311,3,2006,2477 -"8126",1592,9654,3,2006,2111 -"8127",1592,10222,3,2006,2212 -"8128",1592,11055,3,2006,2111 -"8129",1592,11103,3,2006,2393 -"8130",1592,11351,3,2006,2971 -"8131",1592,14108,2,2006,2012 -"8132",1592,14652,3,2006,2516 -"8133",1592,14731,2,2006,2012 -"8134",1592,15301,3,2006,2308 -"8135",1592,18277,3,2006,2309 -"8136",1592,18415,3,2006,2184 -"8137",1592,18543,3,2006,2968 -"8138",1592,18571,3,2006,2128 -"8139",1592,19605,3,2006,2395 -"8140",1592,20407,2,2006,2339 -"8141",1592,21463,3,2006,2437 -"8142",1592,21571,3,2006,2755 -"8143",1592,21682,2,2006,2414 -"8144",1592,22141,3,2006,2348 -"8145",1592,24198,2,2006,2217 -"8146",1592,24256,3,2006,2393 -"8147",1592,25565,3,2006,2764 -"8148",1592,25816,3,2006,2088 -"8149",1592,25874,3,2006,2088 -"8150",1592,27390,3,2006,2425 -"8151",1592,27628,3,2006,2389 -"8152",1592,29948,2,2006,2795 -"8153",1592,31001,3,2006,2119 -"8154",1592,31235,3,2006,2668 -"8155",1592,32503,3,2006,2020 -"8156",1592,33433,3,2006,2805 -"8157",1592,33622,2,2006,2230 -"8158",1592,34836,3,2006,2302 -"8159",1592,35481,3,2006,2211 -"8160",1592,36087,3,2006,2755 -"8161",1592,36439,2,2006,2469 -"8162",1592,38259,3,2006,2258 -"8163",1592,39105,3,2006,2487 -"8164",1592,39535,3,2006,2428 -"8165",1592,40369,2,2006,2735 -"8166",1592,42619,3,2006,2017 -"8167",1592,43173,2,2006,2895 -"8168",1592,43213,3,2006,2160 -"8169",1592,43226,3,2006,2442 -"8170",1592,44427,3,2006,2875 -"8171",1592,45633,3,2006,2134 -"8172",1592,46951,2,2006,2429 -"8173",1592,47248,3,2006,2883 -"8174",1592,47445,3,2006,2668 -"8175",1592,50179,2,2006,2230 -"8176",1592,55156,3,2006,2196 -"8177",1592,56082,3,2006,2395 -"8178",1592,57544,3,2006,2443 -"8179",1592,58284,3,2006,2292 -"8180",1592,64997,3,2006,2791 -"8181",1592,66241,3,2006,2351 -"8182",1592,68592,3,2006,2551 -"8183",1592,71274,3,2006,2390 -"8184",1592,72207,3,2006,2430 -"8185",1592,72468,3,2006,2292 -"8186",1592,73786,3,2006,2937 -"8187",1592,74636,2,2006,2525 -"8188",1592,78563,3,2006,2385 -"8189",1592,79322,3,2006,2770 -"8190",1592,82949,3,2006,2077 -"8191",1592,88232,1,2006,2881 -"8192",1592,91942,3,2006,2216 -"8193",1592,92322,3,2006,2393 -"8194",1592,100215,3,2006,2436 -"8195",1615,32920,2,2007,2158 -"8196",1615,35797,3,2007,2482 -"8197",1615,43961,3,2007,2443 -"8198",1615,56755,3,2007,2158 -"8199",1616,613,3,2662,2687 -"8200",1616,1151,1,2662,2885 -"8201",1616,2224,3,2662,2751 -"8202",1616,7323,1,2662,2858 -"8203",1616,7794,3,2662,2972 -"8204",1616,9362,3,2662,2879 -"8205",1616,14959,3,2662,2898 -"8206",1616,18151,3,2662,2962 -"8207",1616,19027,3,2662,2721 -"8208",1616,19606,2,2662,2783 -"8209",1616,20700,2,2662,2861 -"8210",1616,24923,3,2662,2785 -"8211",1616,31235,3,2662,2668 -"8212",1616,33433,3,2662,2805 -"8213",1616,33801,3,2662,2899 -"8214",1616,39444,3,2662,2695 -"8215",1616,41945,3,2662,2856 -"8216",1616,43455,3,2662,2846 -"8217",1616,43518,3,2662,2680 -"8218",1616,44235,3,2662,2700 -"8219",1616,44885,3,2662,2670 -"8220",1616,47445,3,2662,2668 -"8221",1616,47947,3,2662,2681 -"8222",1616,53293,3,2662,2916 -"8223",1616,53475,3,2662,2853 -"8224",1616,57977,3,2662,2683 -"8225",1616,60257,3,2662,2795 -"8226",1616,64967,3,2662,2872 -"8227",1616,68083,3,2662,2795 -"8228",1620,3477,3,1303,2546 -"8229",1620,4361,3,1303,2571 -"8230",1620,7337,3,1303,1797 -"8231",1620,8062,3,1303,2858 -"8232",1620,14072,3,1303,1346 -"8233",1620,17381,3,1303,1697 -"8234",1620,21684,3,1303,1971 -"8235",1620,24176,3,1303,1986 -"8236",1620,27391,3,1303,2378 -"8237",1620,30865,3,1303,2038 -"8238",1620,32818,3,1303,2485 -"8239",1620,33341,3,1303,2338 -"8240",1620,38259,3,1303,2258 -"8241",1620,38602,3,1303,2693 -"8242",1620,46532,3,1303,2005 -"8243",1620,47229,3,1303,2359 -"8244",1620,63077,3,1303,2778 -"8245",1620,72728,3,1303,2234 -"8246",1620,75282,2,1303,2675 -"8247",1620,87509,3,1303,1907 -"8248",1620,88212,2,1303,2547 -"8249",1624,827,1,2687,2964 -"8250",1624,4551,3,2687,2720 -"8251",1624,6345,3,2687,2713 -"8252",1624,9724,3,2687,2713 -"8253",1624,17499,3,2687,2954 -"8254",1624,23550,3,2687,2939 -"8255",1624,42390,3,2687,2937 -"8256",1624,47607,2,2687,2724 -"8257",1624,53652,3,2687,2899 -"8258",1624,64628,2,2687,2829 -"8259",1629,323,3,1289,1706 -"8260",1629,1323,3,1289,1659 -"8261",1629,2894,3,1289,1291 -"8262",1629,2936,3,1289,2512 -"8263",1629,3271,3,1289,2216 -"8264",1629,3477,2,1289,2546 -"8265",1629,4303,3,1289,2414 -"8266",1629,4361,3,1289,2571 -"8267",1629,4681,3,1289,2356 -"8268",1629,5839,3,1289,2301 -"8269",1629,6063,3,1289,2349 -"8270",1629,6989,3,1289,2623 -"8271",1629,7337,2,1289,1797 -"8272",1629,8789,3,1289,2024 -"8273",1629,9272,3,1289,2835 -"8274",1629,9723,3,1289,2302 -"8275",1629,10050,3,1289,1792 -"8276",1629,11239,3,1289,2181 -"8277",1629,11639,3,1289,1593 -"8278",1629,16850,3,1289,1657 -"8279",1629,17645,3,1289,1918 -"8280",1629,18102,3,1289,1642 -"8281",1629,18217,3,1289,1566 -"8282",1629,19215,3,1289,2604 -"8283",1629,19364,2,1289,2846 -"8284",1629,19934,3,1289,2888 -"8285",1629,21684,3,1289,1971 -"8286",1629,22580,3,1289,2245 -"8287",1629,22586,3,1289,1341 -"8288",1629,22709,3,1289,2743 -"8289",1629,23131,3,1289,1732 -"8290",1629,28432,3,1289,1954 -"8291",1629,28893,3,1289,2764 -"8292",1629,30669,3,1289,1921 -"8293",1629,31541,3,1289,1500 -"8294",1629,32339,3,1289,2430 -"8295",1629,33223,3,1289,2397 -"8296",1629,33341,3,1289,2338 -"8297",1629,34831,2,1289,1866 -"8298",1629,37752,3,1289,2223 -"8299",1629,39589,3,1289,1292 -"8300",1629,40542,3,1289,1664 -"8301",1629,43204,3,1289,1680 -"8302",1629,43226,3,1289,2442 -"8303",1629,46486,3,1289,1868 -"8304",1629,46532,3,1289,2005 -"8305",1629,47013,3,1289,2388 -"8306",1629,48110,3,1289,2009 -"8307",1629,55472,2,1289,1516 -"8308",1629,57765,3,1289,2893 -"8309",1629,58508,3,1289,2326 -"8310",1629,59243,3,1289,2770 -"8311",1629,60879,3,1289,2792 -"8312",1629,61125,2,1289,1673 -"8313",1629,66205,3,1289,2898 -"8314",1629,69335,3,1289,2698 -"8315",1629,73553,3,1289,2726 -"8316",1629,80301,3,1289,1690 -"8317",1639,701,3,2631,2718 -"8318",1639,2208,3,2631,2814 -"8319",1639,6044,3,2631,2744 -"8320",1639,9893,3,2631,2701 -"8321",1639,11456,3,2631,2715 -"8322",1639,12356,3,2631,2757 -"8323",1639,16332,3,2631,2668 -"8324",1639,16352,3,2631,2657 -"8325",1639,16518,2,2631,2642 -"8326",1639,26749,2,2631,2965 -"8327",1639,32457,3,2631,2690 -"8328",1639,35477,3,2631,2703 -"8329",1639,48605,3,2631,2796 -"8330",1639,50134,3,2631,2674 -"8331",1639,50275,3,2631,2832 -"8332",1639,54929,3,2631,2783 -"8333",1639,61982,3,2631,2725 -"8334",1639,68215,3,2631,2727 -"8335",1639,119208,3,2631,2646 -"8336",1641,160,1,1490,2007 -"8337",1641,1314,3,1490,1522 -"8338",1641,2057,3,1490,1965 -"8339",1641,2684,3,1490,2874 -"8340",1641,2747,3,1490,2411 -"8341",1641,3409,3,1490,2167 -"8342",1641,3456,3,1490,1999 -"8343",1641,5392,3,1490,1648 -"8344",1641,5610,3,1490,2223 -"8345",1641,5710,3,1490,1926 -"8346",1641,5865,3,1490,1910 -"8347",1641,5984,3,1490,1675 -"8348",1641,6063,3,1490,2349 -"8349",1641,6192,3,1490,2409 -"8350",1641,7406,3,1490,1906 -"8351",1641,7616,2,1490,2296 -"8352",1641,8238,2,1490,2222 -"8353",1641,8274,3,1490,1909 -"8354",1641,8726,3,1490,2083 -"8355",1641,9269,3,1490,1892 -"8356",1641,9331,3,1490,2269 -"8357",1641,9423,3,1490,1708 -"8358",1641,9503,3,1490,2453 -"8359",1641,9787,3,1490,2858 -"8360",1641,9895,3,1490,1960 -"8361",1641,11588,3,1490,2352 -"8362",1641,11770,2,1490,1653 -"8363",1641,12081,3,1490,2166 -"8364",1641,12388,3,1490,1975 -"8365",1641,12976,3,1490,2399 -"8366",1641,13249,2,1490,2573 -"8367",1641,13324,3,1490,2163 -"8368",1641,14287,3,1490,1583 -"8369",1641,14622,3,1490,1608 -"8370",1641,14817,3,1490,2110 -"8371",1641,16501,3,1490,1650 -"8372",1641,16539,2,1490,1947 -"8373",1641,16850,3,1490,1657 -"8374",1641,17351,2,1490,2036 -"8375",1641,17632,3,1490,1947 -"8376",1641,18421,3,1490,2457 -"8377",1641,18670,3,1490,1835 -"8378",1641,19208,2,1490,2629 -"8379",1641,19587,3,1490,1684 -"8380",1641,19605,3,1490,2395 -"8381",1641,19937,2,1490,1587 -"8382",1641,20124,3,1490,2376 -"8383",1641,20200,3,1490,2322 -"8384",1641,20220,3,1490,1656 -"8385",1641,20662,3,1490,1523 -"8386",1641,21950,3,1490,1892 -"8387",1641,22292,3,1490,1910 -"8388",1641,22682,3,1490,2035 -"8389",1641,22808,3,1490,2297 -"8390",1641,23131,2,1490,1732 -"8391",1641,23206,3,1490,2805 -"8392",1641,23460,2,1490,2183 -"8393",1641,24069,3,1490,2697 -"8394",1641,24256,2,1490,2393 -"8395",1641,24753,3,1490,2860 -"8396",1641,25030,3,1490,2017 -"8397",1641,25373,3,1490,2783 -"8398",1641,25985,3,1490,2071 -"8399",1641,27390,3,1490,2425 -"8400",1641,27642,3,1490,1531 -"8401",1641,27742,3,1490,2700 -"8402",1641,27796,3,1490,2151 -"8403",1641,28116,3,1490,1643 -"8404",1641,28218,3,1490,2048 -"8405",1641,28837,3,1490,2286 -"8406",1641,28869,3,1490,2425 -"8407",1641,29454,3,1490,2719 -"8408",1641,29512,3,1490,1594 -"8409",1641,29930,3,1490,2240 -"8410",1641,30525,2,1490,1964 -"8411",1641,31335,3,1490,2351 -"8412",1641,31705,3,1490,2706 -"8413",1641,34504,3,1490,2310 -"8414",1641,36559,3,1490,2473 -"8415",1641,36837,1,1490,1556 -"8416",1641,39556,3,1490,2747 -"8417",1641,41518,3,1490,1641 -"8418",1641,41664,3,1490,2641 -"8419",1641,41694,3,1490,2358 -"8420",1641,41764,3,1490,2409 -"8421",1641,41900,3,1490,1970 -"8422",1641,41945,3,1490,2856 -"8423",1641,42129,3,1490,2318 -"8424",1641,42515,3,1490,2752 -"8425",1641,44688,3,1490,2924 -"8426",1641,45729,3,1490,2606 -"8427",1641,46042,3,1490,1692 -"8428",1641,47564,2,1490,2650 -"8429",1641,49334,3,1490,2433 -"8430",1641,50001,3,1490,1518 -"8431",1641,50480,3,1490,2701 -"8432",1641,52597,2,1490,1773 -"8433",1641,54313,3,1490,1645 -"8434",1641,55076,3,1490,2408 -"8435",1641,55482,3,1490,1866 -"8436",1641,55643,3,1490,2359 -"8437",1641,58501,3,1490,2613 -"8438",1641,61125,3,1490,1673 -"8439",1641,63477,1,1490,1907 -"8440",1641,63573,3,1490,1973 -"8441",1641,64857,3,1490,1792 -"8442",1641,67748,2,1490,1498 -"8443",1641,70583,3,1490,2615 -"8444",1641,77052,3,1490,2770 -"8445",1641,77611,2,1490,1795 -"8446",1641,78563,3,1490,2385 -"8447",1641,81349,2,1490,1958 -"8448",1641,85356,3,1490,1492 -"8449",1641,91942,3,1490,2216 -"8450",1641,96553,3,1490,1887 -"8451",1641,107435,3,1490,1635 -"8452",1676,42,1,1198,2265 -"8453",1676,803,1,1198,1666 -"8454",1676,1090,1,1198,2370 -"8455",1676,1321,1,1198,2075 -"8456",1676,2166,2,1198,2557 -"8457",1676,3088,2,1198,1670 -"8458",1676,3352,2,1198,1707 -"8459",1676,5504,3,1198,2389 -"8460",1676,5849,2,1198,2404 -"8461",1676,7078,2,1198,2344 -"8462",1676,10874,3,1198,1891 -"8463",1676,11602,3,1198,1493 -"8464",1676,12462,3,1198,1461 -"8465",1676,12867,3,1198,2773 -"8466",1676,13945,3,1198,1324 -"8467",1676,14189,3,1198,1483 -"8468",1676,14972,3,1198,2332 -"8469",1676,15184,3,1198,2396 -"8470",1676,16497,1,1198,2370 -"8471",1676,18151,3,1198,2962 -"8472",1676,19528,1,1198,2742 -"8473",1676,20783,2,1198,2414 -"8474",1676,23508,3,1198,1907 -"8475",1676,24255,3,1198,2770 -"8476",1676,24756,3,1198,2530 -"8477",1676,26608,1,1198,2329 -"8478",1676,30386,3,1198,1833 -"8479",1676,33572,2,1198,2370 -"8480",1676,34327,3,1198,2959 -"8481",1676,35256,3,1198,2271 -"8482",1676,35542,3,1198,1439 -"8483",1676,37934,3,1198,1595 -"8484",1676,38667,3,1198,2880 -"8485",1676,39444,3,1198,2695 -"8486",1676,42619,3,1198,2017 -"8487",1676,42925,3,1198,1358 -"8488",1676,44427,3,1198,2875 -"8489",1676,44684,3,1198,1220 -"8490",1676,48414,3,1198,1749 -"8491",1676,49965,2,1198,2301 -"8492",1676,53637,3,1198,2113 -"8493",1676,53789,1,1198,2681 -"8494",1676,53851,3,1198,2305 -"8495",1676,55155,3,1198,2333 -"8496",1676,55556,3,1198,2075 -"8497",1676,55828,3,1198,2393 -"8498",1676,71478,3,1198,1721 -"8499",1676,77993,2,1198,1497 -"8500",1676,84498,3,1198,1292 -"8501",1676,85058,3,1198,1311 -"8502",1676,86799,2,1198,1951 -"8503",1676,94125,2,1198,2280 -"8504",1676,109415,3,1198,1328 -"8505",1685,1785,3,2230,2350 -"8506",1685,3477,3,2230,2546 -"8507",1685,6063,3,2230,2349 -"8508",1685,6621,3,2230,2478 -"8509",1685,11506,3,2230,2824 -"8510",1685,19366,3,2230,2279 -"8511",1685,32079,3,2230,2315 -"8512",1685,33223,3,2230,2397 -"8513",1685,34162,3,2230,2336 -"8514",1685,45664,3,2230,2235 -"8515",1685,75207,3,2230,2235 -"8516",1685,85638,3,2230,2275 -"8517",1690,23488,2,873,1523 -"8518",1690,73582,2,873,2075 -"8519",1690,103491,3,873,1523 -"8520",1691,145,3,1941,1998 -"8521",1691,206,3,1941,1986 -"8522",1691,312,3,1941,2038 -"8523",1691,380,3,1941,2261 -"8524",1691,489,3,1941,2652 -"8525",1691,913,3,1941,2144 -"8526",1691,1090,3,1941,2370 -"8527",1691,1092,3,1941,1945 -"8528",1691,1102,2,1941,2282 -"8529",1691,1592,1,1941,2006 -"8530",1691,2011,2,1941,2176 -"8531",1691,2208,3,1941,2814 -"8532",1691,2424,3,1941,2582 -"8533",1691,2533,3,1941,2016 -"8534",1691,2572,3,1941,2273 -"8535",1691,2684,2,1941,2874 -"8536",1691,3305,3,1941,2839 -"8537",1691,3493,3,1941,2451 -"8538",1691,3628,3,1941,2707 -"8539",1691,3801,3,1941,1974 -"8540",1691,4687,3,1941,2152 -"8541",1691,4932,3,1941,2752 -"8542",1691,5258,3,1941,2730 -"8543",1691,5429,3,1941,1991 -"8544",1691,5839,3,1941,2301 -"8545",1691,6052,3,1941,1985 -"8546",1691,6074,2,1941,2426 -"8547",1691,6104,3,1941,2462 -"8548",1691,6252,2,1941,2336 -"8549",1691,6390,1,1941,2385 -"8550",1691,6428,2,1941,1952 -"8551",1691,6491,3,1941,2424 -"8552",1691,6627,3,1941,2063 -"8553",1691,6914,3,1941,2668 -"8554",1691,7672,3,1941,1974 -"8555",1691,7847,3,1941,2424 -"8556",1691,8657,3,1941,2473 -"8557",1691,8726,3,1941,2083 -"8558",1691,8762,2,1941,2585 -"8559",1691,9311,3,1941,2477 -"8560",1691,9654,3,1941,2111 -"8561",1691,10222,2,1941,2212 -"8562",1691,10513,3,1941,2284 -"8563",1691,10799,3,1941,2010 -"8564",1691,11055,2,1941,2111 -"8565",1691,11103,3,1941,2393 -"8566",1691,11351,3,1941,2971 -"8567",1691,11620,3,1941,2010 -"8568",1691,12374,3,1941,2260 -"8569",1691,12713,3,1941,2440 -"8570",1691,12976,3,1941,2399 -"8571",1691,14108,2,1941,2012 -"8572",1691,14652,3,1941,2516 -"8573",1691,14676,3,1941,2764 -"8574",1691,14731,2,1941,2012 -"8575",1691,14972,3,1941,2332 -"8576",1691,15301,3,1941,2308 -"8577",1691,16535,3,1941,1993 -"8578",1691,17400,3,1941,2231 -"8579",1691,17410,3,1941,2073 -"8580",1691,18277,3,1941,2309 -"8581",1691,18543,2,1941,2968 -"8582",1691,19027,3,1941,2721 -"8583",1691,19248,3,1941,2357 -"8584",1691,19719,3,1941,2177 -"8585",1691,20311,3,1941,1981 -"8586",1691,20407,1,1941,2339 -"8587",1691,20643,3,1941,2341 -"8588",1691,21463,3,1941,2437 -"8589",1691,21571,3,1941,2755 -"8590",1691,21682,2,1941,2414 -"8591",1691,21693,3,1941,2176 -"8592",1691,21929,3,1941,2062 -"8593",1691,22326,3,1941,2818 -"8594",1691,23132,3,1941,2756 -"8595",1691,23395,3,1941,1948 -"8596",1691,24198,3,1941,2217 -"8597",1691,24256,3,1941,2393 -"8598",1691,24753,3,1941,2860 -"8599",1691,25565,2,1941,2764 -"8600",1691,25577,3,1941,1946 -"8601",1691,25816,3,1941,2088 -"8602",1691,25874,3,1941,2088 -"8603",1691,26106,3,1941,2015 -"8604",1691,27390,3,1941,2425 -"8605",1691,27501,3,1941,1981 -"8606",1691,27694,3,1941,2030 -"8607",1691,28592,3,1941,2320 -"8608",1691,29224,3,1941,2011 -"8609",1691,29948,3,1941,2795 -"8610",1691,30410,3,1941,1966 -"8611",1691,31001,3,1941,2119 -"8612",1691,31093,3,1941,2160 -"8613",1691,31235,2,1941,2668 -"8614",1691,32503,2,1941,2020 -"8615",1691,33433,3,1941,2805 -"8616",1691,33572,3,1941,2370 -"8617",1691,33622,1,1941,2230 -"8618",1691,33981,3,1941,1993 -"8619",1691,35428,3,1941,2263 -"8620",1691,35481,2,1941,2211 -"8621",1691,36439,1,1941,2469 -"8622",1691,38259,3,1941,2258 -"8623",1691,38667,3,1941,2880 -"8624",1691,39105,3,1941,2487 -"8625",1691,39556,3,1941,2747 -"8626",1691,40368,3,1941,2876 -"8627",1691,40369,3,1941,2735 -"8628",1691,40493,3,1941,1981 -"8629",1691,40954,3,1941,2603 -"8630",1691,42216,3,1941,2722 -"8631",1691,42619,3,1941,2017 -"8632",1691,43173,3,1941,2895 -"8633",1691,43213,3,1941,2160 -"8634",1691,43226,3,1941,2442 -"8635",1691,44420,3,1941,2184 -"8636",1691,44427,2,1941,2875 -"8637",1691,45302,3,1941,2390 -"8638",1691,45742,3,1941,2566 -"8639",1691,46951,3,1941,2429 -"8640",1691,47064,3,1941,1993 -"8641",1691,47248,3,1941,2883 -"8642",1691,47445,3,1941,2668 -"8643",1691,47772,3,1941,2293 -"8644",1691,48754,3,1941,1972 -"8645",1691,50179,2,1941,2230 -"8646",1691,51017,3,1941,2073 -"8647",1691,51035,3,1941,2397 -"8648",1691,51853,3,1941,2520 -"8649",1691,51866,3,1941,2411 -"8650",1691,52323,3,1941,2148 -"8651",1691,52576,3,1941,2234 -"8652",1691,53562,3,1941,2687 -"8653",1691,55156,2,1941,2196 -"8654",1691,56082,3,1941,2395 -"8655",1691,56317,3,1941,2030 -"8656",1691,56910,3,1941,2705 -"8657",1691,57544,3,1941,2443 -"8658",1691,57732,3,1941,2454 -"8659",1691,58284,2,1941,2292 -"8660",1691,58508,3,1941,2326 -"8661",1691,60116,3,1941,2668 -"8662",1691,61585,3,1941,2315 -"8663",1691,62219,3,1941,2494 -"8664",1691,64997,3,1941,2791 -"8665",1691,66413,3,1941,2507 -"8666",1691,66992,3,1941,2882 -"8667",1691,68810,3,1941,2409 -"8668",1691,71274,3,1941,2390 -"8669",1691,72207,3,1941,2430 -"8670",1691,74636,1,1941,2525 -"8671",1691,78563,2,1941,2385 -"8672",1691,79322,3,1941,2770 -"8673",1691,82949,2,1941,2077 -"8674",1691,88232,1,1941,2881 -"8675",1691,92322,3,1941,2393 -"8676",1691,92491,3,1941,1968 -"8677",1691,100215,3,1941,2436 -"8678",1691,105685,3,1941,2469 -"8679",1692,2093,1,2443,2459 -"8680",1692,3770,3,2443,2623 -"8681",1692,11067,3,2443,2734 -"8682",1692,15821,3,2443,2456 -"8683",1692,23325,3,2443,2779 -"8684",1692,31131,3,2443,2810 -"8685",1692,33949,3,2443,2489 -"8686",1692,34180,3,2443,2617 -"8687",1692,36120,2,2443,2971 -"8688",1692,36506,3,2443,2638 -"8689",1692,45030,3,2443,2776 -"8690",1692,47534,3,2443,2712 -"8691",1692,49147,3,2443,2539 -"8692",1692,49606,3,2443,2800 -"8693",1692,59005,2,2443,2817 -"8694",1700,21,3,613,1385 -"8695",1700,140,3,613,2267 -"8696",1700,364,3,613,2351 -"8697",1700,841,3,613,2964 -"8698",1700,2540,2,613,1398 -"8699",1700,2936,3,613,2512 -"8700",1700,3493,3,613,2451 -"8701",1700,3978,3,613,2775 -"8702",1700,4303,3,613,2414 -"8703",1700,4916,3,613,1970 -"8704",1700,4932,3,613,2752 -"8705",1700,4983,2,613,1909 -"8706",1700,6989,3,613,2623 -"8707",1700,7861,3,613,1647 -"8708",1700,7942,3,613,2623 -"8709",1700,9332,2,613,2734 -"8710",1700,9703,2,613,1845 -"8711",1700,9785,3,613,2951 -"8712",1700,9787,3,613,2858 -"8713",1700,10457,2,613,1711 -"8714",1700,10980,3,613,1974 -"8715",1700,11639,3,613,1593 -"8716",1700,11648,2,613,2852 -"8717",1700,12361,2,613,2732 -"8718",1700,13296,2,613,839 -"8719",1700,15443,3,613,1631 -"8720",1700,16881,3,613,925 -"8721",1700,17645,3,613,1918 -"8722",1700,18005,2,613,2449 -"8723",1700,18421,3,613,2457 -"8724",1700,19334,3,613,1979 -"8725",1700,19655,2,613,2706 -"8726",1700,20124,3,613,2376 -"8727",1700,20176,3,613,1050 -"8728",1700,20688,3,613,891 -"8729",1700,21207,2,613,1258 -"8730",1700,21281,3,613,1922 -"8731",1700,21383,3,613,971 -"8732",1700,21487,3,613,2203 -"8733",1700,21593,3,613,1312 -"8734",1700,22166,3,613,994 -"8735",1700,23131,3,613,1732 -"8736",1700,23154,3,613,2345 -"8737",1700,23966,3,613,891 -"8738",1700,27390,3,613,2425 -"8739",1700,27742,3,613,2700 -"8740",1700,28446,3,613,917 -"8741",1700,28869,3,613,2425 -"8742",1700,29267,3,613,1234 -"8743",1700,29473,2,613,2602 -"8744",1700,29818,2,613,1677 -"8745",1700,30334,3,613,2075 -"8746",1700,30618,3,613,1609 -"8747",1700,30974,3,613,947 -"8748",1700,31216,3,613,1244 -"8749",1700,31335,3,613,2351 -"8750",1700,32339,3,613,2430 -"8751",1700,32939,3,613,2277 -"8752",1700,34094,3,613,1360 -"8753",1700,34908,3,613,2796 -"8754",1700,36912,3,613,2469 -"8755",1700,37351,1,613,978 -"8756",1700,37636,3,613,2178 -"8757",1700,38087,3,613,1083 -"8758",1700,39256,3,613,2449 -"8759",1700,40028,3,613,1349 -"8760",1700,40283,3,613,1657 -"8761",1700,40392,3,613,1878 -"8762",1700,40747,3,613,958 -"8763",1700,40954,3,613,2603 -"8764",1700,41187,3,613,2340 -"8765",1700,41581,2,613,1692 -"8766",1700,44497,3,613,2401 -"8767",1700,45729,3,613,2606 -"8768",1700,45992,3,613,1182 -"8769",1700,46486,3,613,1868 -"8770",1700,46726,3,613,943 -"8771",1700,47595,3,613,2374 -"8772",1700,47810,3,613,957 -"8773",1700,47968,3,613,2829 -"8774",1700,48015,3,613,1355 -"8775",1700,49450,3,613,1328 -"8776",1700,49712,3,613,1937 -"8777",1700,50335,2,613,1893 -"8778",1700,50509,3,613,2050 -"8779",1700,50581,3,613,1258 -"8780",1700,50585,3,613,2414 -"8781",1700,50903,3,613,931 -"8782",1700,50996,3,613,929 -"8783",1700,51144,3,613,2466 -"8784",1700,51200,3,613,2245 -"8785",1700,51783,3,613,2599 -"8786",1700,52815,3,613,2323 -"8787",1700,52993,3,613,1256 -"8788",1700,53687,3,613,2422 -"8789",1700,55482,3,613,1866 -"8790",1700,56082,3,613,2395 -"8791",1700,56995,3,613,2323 -"8792",1700,57067,3,613,2547 -"8793",1700,57804,3,613,2214 -"8794",1700,58745,3,613,1920 -"8795",1700,62668,3,613,958 -"8796",1700,63077,3,613,2778 -"8797",1700,64210,2,613,956 -"8798",1700,64947,3,613,2489 -"8799",1700,66121,3,613,1281 -"8800",1700,67252,2,613,1215 -"8801",1700,69037,3,613,849 -"8802",1700,70748,2,613,978 -"8803",1700,71219,1,613,967 -"8804",1700,71531,2,613,2887 -"8805",1700,72083,3,613,1122 -"8806",1700,72632,3,613,1289 -"8807",1700,73582,3,613,2075 -"8808",1700,76286,2,613,1642 -"8809",1700,85198,2,613,1794 -"8810",1700,93332,3,613,982 -"8811",1700,103890,3,613,958 -"8812",1700,107383,3,613,1918 -"8813",1702,1519,2,1984,2349 -"8814",1702,2852,3,1984,2448 -"8815",1702,2936,3,1984,2512 -"8816",1702,3271,3,1984,2216 -"8817",1702,3306,3,1984,1989 -"8818",1702,3477,3,1984,2546 -"8819",1702,4303,3,1984,2414 -"8820",1702,5119,3,1984,2220 -"8821",1702,6449,2,1984,1997 -"8822",1702,7450,2,1984,2827 -"8823",1702,8726,3,1984,2083 -"8824",1702,9035,3,1984,2771 -"8825",1702,9175,3,1984,2639 -"8826",1702,9272,3,1984,2835 -"8827",1702,12518,2,1984,2747 -"8828",1702,12818,3,1984,2015 -"8829",1702,13566,3,1984,2056 -"8830",1702,16866,3,1984,2718 -"8831",1702,17037,2,1984,2947 -"8832",1702,18421,3,1984,2457 -"8833",1702,18865,3,1984,2676 -"8834",1702,20941,3,1984,2725 -"8835",1702,23756,2,1984,2309 -"8836",1702,26734,3,1984,2299 -"8837",1702,27030,3,1984,2031 -"8838",1702,27686,3,1984,2844 -"8839",1702,29977,2,1984,2781 -"8840",1702,30368,3,1984,2487 -"8841",1702,30870,2,1984,2370 -"8842",1702,31335,3,1984,2351 -"8843",1702,32339,3,1984,2430 -"8844",1702,35133,3,1984,2219 -"8845",1702,36278,3,1984,2952 -"8846",1702,38691,3,1984,2585 -"8847",1702,42813,3,1984,2142 -"8848",1702,43226,3,1984,2442 -"8849",1702,43673,2,1984,2787 -"8850",1702,45239,3,1984,2535 -"8851",1702,47013,3,1984,2388 -"8852",1702,48110,3,1984,2009 -"8853",1702,51687,3,1984,2333 -"8854",1702,54775,3,1984,2383 -"8855",1702,56893,3,1984,2597 -"8856",1702,58508,3,1984,2326 -"8857",1702,62626,2,1984,2787 -"8858",1702,63395,3,1984,2334 -"8859",1702,68215,3,1984,2727 -"8860",1702,68885,3,1984,2151 -"8861",1702,69335,3,1984,2698 -"8862",1702,82932,3,1984,2245 -"8863",1708,827,2,1591,2964 -"8864",1708,843,3,1591,2332 -"8865",1708,1574,3,1591,1718 -"8866",1708,1624,1,1591,2687 -"8867",1708,2282,3,1591,2056 -"8868",1708,2647,2,1591,2450 -"8869",1708,2927,2,1591,1789 -"8870",1708,3271,3,1591,2216 -"8871",1708,4551,3,1591,2720 -"8872",1708,5303,3,1591,1849 -"8873",1708,5937,3,1591,2392 -"8874",1708,6040,2,1591,2103 -"8875",1708,6345,3,1591,2713 -"8876",1708,6480,3,1591,1678 -"8877",1708,6747,3,1591,2913 -"8878",1708,6999,3,1591,2214 -"8879",1708,7253,3,1591,2686 -"8880",1708,7254,2,1591,1849 -"8881",1708,9269,3,1591,1892 -"8882",1708,9272,3,1591,2835 -"8883",1708,9895,3,1591,1960 -"8884",1708,9910,3,1591,2526 -"8885",1708,9948,3,1591,2019 -"8886",1708,10701,3,1591,2000 -"8887",1708,12084,3,1591,1960 -"8888",1708,14772,2,1591,2386 -"8889",1708,16910,2,1591,1978 -"8890",1708,17499,3,1591,2954 -"8891",1708,19476,3,1591,1708 -"8892",1708,19509,3,1591,2000 -"8893",1708,20011,3,1591,2826 -"8894",1708,20469,3,1591,2125 -"8895",1708,20695,3,1591,2526 -"8896",1708,21358,3,1591,1970 -"8897",1708,25530,3,1591,2884 -"8898",1708,26597,3,1591,2070 -"8899",1708,28268,3,1591,2258 -"8900",1708,28782,3,1591,2272 -"8901",1708,30096,3,1591,2082 -"8902",1708,31295,3,1591,2183 -"8903",1708,31357,3,1591,2389 -"8904",1708,34953,3,1591,1817 -"8905",1708,36840,3,1591,2269 -"8906",1708,38697,3,1591,2701 -"8907",1708,41521,3,1591,2069 -"8908",1708,42382,1,1591,2224 -"8909",1708,42390,3,1591,2937 -"8910",1708,43226,3,1591,2442 -"8911",1708,46616,1,1591,1917 -"8912",1708,47607,1,1591,2724 -"8913",1708,48110,3,1591,2009 -"8914",1708,50468,3,1591,1659 -"8915",1708,53584,1,1591,2391 -"8916",1708,53652,3,1591,2899 -"8917",1708,54385,3,1591,2340 -"8918",1708,56364,2,1591,1626 -"8919",1708,56396,3,1591,2408 -"8920",1708,56413,3,1591,2747 -"8921",1708,58508,3,1591,2326 -"8922",1708,58945,3,1591,2481 -"8923",1708,60966,3,1591,2734 -"8924",1708,64628,3,1591,2829 -"8925",1708,69335,3,1591,2698 -"8926",1708,73266,3,1591,2496 -"8927",1708,75194,3,1591,1736 -"8928",1708,77719,3,1591,2086 -"8929",1708,80301,3,1591,1690 -"8930",1708,80970,3,1591,2069 -"8931",1708,83334,3,1591,1708 -"8932",1708,84235,3,1591,1639 -"8933",1708,84591,2,1591,1685 -"8934",1708,84808,3,1591,1974 -"8935",1708,85525,3,1591,1718 -"8936",1708,95060,3,1591,1974 -"8937",1728,237,2,284,1982 -"8938",1728,448,3,284,2693 -"8939",1728,1520,3,284,1716 -"8940",1728,2440,3,284,836 -"8941",1728,2523,3,284,1691 -"8942",1728,2576,3,284,1307 -"8943",1728,4191,3,284,2130 -"8944",1728,4361,3,284,2571 -"8945",1728,4430,3,284,2019 -"8946",1728,4567,3,284,2348 -"8947",1728,4669,3,284,2395 -"8948",1728,5363,3,284,1791 -"8949",1728,5599,2,284,1684 -"8950",1728,6119,3,284,2358 -"8951",1728,6821,3,284,1788 -"8952",1728,7780,3,284,1920 -"8953",1728,8777,3,284,1620 -"8954",1728,9060,3,284,1612 -"8955",1728,10215,3,284,2006 -"8956",1728,12208,3,284,447 -"8957",1728,12475,3,284,588 -"8958",1728,12728,3,284,2374 -"8959",1728,13842,2,284,2250 -"8960",1728,14520,2,284,634 -"8961",1728,14589,3,284,1184 -"8962",1728,15118,3,284,1311 -"8963",1728,16021,3,284,858 -"8964",1728,16286,3,284,2470 -"8965",1728,16715,3,284,1218 -"8966",1728,17252,3,284,1258 -"8967",1728,17355,3,284,1469 -"8968",1728,17457,3,284,589 -"8969",1728,17645,2,284,1918 -"8970",1728,18415,3,284,2184 -"8971",1728,20319,3,284,468 -"8972",1728,24568,3,284,1937 -"8973",1728,25378,3,284,1245 -"8974",1728,26322,3,284,1018 -"8975",1728,26336,2,284,1904 -"8976",1728,26957,3,284,987 -"8977",1728,27686,3,284,2844 -"8978",1728,28869,3,284,2425 -"8979",1728,30631,3,284,951 -"8980",1728,30697,3,284,2891 -"8981",1728,30891,3,284,1256 -"8982",1728,30967,3,284,818 -"8983",1728,31408,3,284,994 -"8984",1728,31868,3,284,1993 -"8985",1728,33537,2,284,2406 -"8986",1728,34875,3,284,1544 -"8987",1728,35728,3,284,2017 -"8988",1728,36183,3,284,2117 -"8989",1728,38087,3,284,1083 -"8990",1728,38259,3,284,2258 -"8991",1728,44135,3,284,2620 -"8992",1728,44744,3,284,2032 -"8993",1728,45869,3,284,2840 -"8994",1728,46726,2,284,943 -"8995",1728,48698,3,284,1474 -"8996",1728,50996,3,284,929 -"8997",1728,53727,3,284,2442 -"8998",1728,55880,3,284,626 -"8999",1728,57082,3,284,1418 -"9000",1728,58238,3,284,1944 -"9001",1728,58421,3,284,910 -"9002",1728,58759,3,284,942 -"9003",1728,58829,3,284,1256 -"9004",1728,61240,3,284,2651 -"9005",1728,62268,3,284,413 -"9006",1728,62668,2,284,958 -"9007",1728,63409,3,284,1937 -"9008",1728,64967,3,284,2872 -"9009",1728,66693,2,284,2554 -"9010",1728,67942,3,284,973 -"9011",1728,70455,3,284,1307 -"9012",1728,74959,3,284,1131 -"9013",1728,81077,3,284,498 -"9014",1728,82738,3,284,591 -"9015",1728,83523,3,284,1461 -"9016",1728,88102,3,284,1244 -"9017",1728,95416,3,284,982 -"9018",1728,107052,3,284,2158 -"9019",1728,111375,3,284,2686 -"9020",1728,119501,3,284,390 -"9021",1728,119921,3,284,1113 -"9022",1756,364,3,2231,2351 -"9023",1756,41187,3,2231,2340 -"9024",1756,57402,1,2231,2454 -"9025",1767,3980,2,2727,2771 -"9026",1767,108379,3,2727,2933 -"9027",1769,24,3,877,1295 -"9028",1769,600,3,877,1702 -"9029",1769,997,2,877,2788 -"9030",1769,1102,3,877,2282 -"9031",1769,1875,1,877,1786 -"9032",1769,2572,3,877,2273 -"9033",1769,2754,3,877,1360 -"9034",1769,4360,3,877,1770 -"9035",1769,4671,2,877,2280 -"9036",1769,5226,3,877,1309 -"9037",1769,5515,3,877,2385 -"9038",1769,7406,3,877,1906 -"9039",1769,7858,2,877,1795 -"9040",1769,9440,3,877,1006 -"9041",1769,9695,3,877,2143 -"9042",1769,10576,3,877,974 -"9043",1769,11229,3,877,1625 -"9044",1769,12564,3,877,2799 -"9045",1769,12724,3,877,1930 -"9046",1769,15122,2,877,1201 -"9047",1769,18361,3,877,2968 -"9048",1769,19096,3,877,1538 -"9049",1769,20162,3,877,2328 -"9050",1769,22705,2,877,1016 -"9051",1769,23918,3,877,1881 -"9052",1769,28640,3,877,1475 -"9053",1769,33850,3,877,931 -"9054",1769,35514,3,877,2346 -"9055",1769,37108,3,877,1202 -"9056",1769,37301,3,877,2160 -"9057",1769,40028,3,877,1349 -"9058",1769,41739,3,877,1339 -"9059",1769,42129,3,877,2318 -"9060",1769,42216,3,877,2722 -"9061",1769,44521,3,877,1593 -"9062",1769,45302,3,877,2390 -"9063",1769,48571,2,877,2717 -"9064",1769,49185,2,877,1544 -"9065",1769,50236,3,877,2339 -"9066",1769,51017,3,877,2073 -"9067",1769,51035,3,877,2397 -"9068",1769,53219,3,877,2973 -"9069",1769,53604,3,877,2489 -"9070",1769,56082,3,877,2395 -"9071",1769,56232,3,877,1175 -"9072",1769,63515,3,877,2023 -"9073",1769,64997,3,877,2791 -"9074",1769,80014,3,877,1562 -"9075",1777,145,3,1965,1998 -"9076",1777,313,2,1965,2271 -"9077",1777,362,3,1965,2537 -"9078",1777,377,1,1965,2389 -"9079",1777,380,3,1965,2261 -"9080",1777,489,3,1965,2652 -"9081",1777,543,1,1965,2203 -"9082",1777,613,2,1965,2687 -"9083",1777,913,3,1965,2144 -"9084",1777,1151,1,1965,2885 -"9085",1777,1495,2,1965,2046 -"9086",1777,1616,2,1965,2662 -"9087",1777,2036,1,1965,2483 -"9088",1777,2224,2,1965,2751 -"9089",1777,2484,2,1965,2389 -"9090",1777,3161,2,1965,2229 -"9091",1777,3164,3,1965,2693 -"9092",1777,3488,3,1965,2351 -"9093",1777,3853,3,1965,2465 -"9094",1777,4057,1,1965,2389 -"9095",1777,4701,3,1965,2401 -"9096",1777,5078,1,1965,2033 -"9097",1777,5457,1,1965,2077 -"9098",1777,5462,1,1965,2374 -"9099",1777,5491,3,1965,2048 -"9100",1777,5504,1,1965,2389 -"9101",1777,6363,3,1965,2066 -"9102",1777,6491,3,1965,2424 -"9103",1777,7323,1,1965,2858 -"9104",1777,8533,3,1965,2251 -"9105",1777,8604,3,1965,2799 -"9106",1777,8760,2,1965,2477 -"9107",1777,8821,3,1965,2230 -"9108",1777,9311,3,1965,2477 -"9109",1777,9332,3,1965,2734 -"9110",1777,9362,2,1965,2879 -"9111",1777,10799,3,1965,2010 -"9112",1777,12374,3,1965,2260 -"9113",1777,12713,2,1965,2440 -"9114",1777,12929,3,1965,2656 -"9115",1777,14655,3,1965,2559 -"9116",1777,14767,3,1965,2068 -"9117",1777,15184,3,1965,2396 -"9118",1777,15299,3,1965,2213 -"9119",1777,15636,3,1965,2857 -"9120",1777,16587,3,1965,2065 -"9121",1777,17410,2,1965,2073 -"9122",1777,17520,3,1965,2276 -"9123",1777,18151,2,1965,2962 -"9124",1777,18554,3,1965,2065 -"9125",1777,19027,3,1965,2721 -"9126",1777,19248,3,1965,2357 -"9127",1777,19606,1,1965,2783 -"9128",1777,20067,3,1965,2390 -"9129",1777,20292,3,1965,2755 -"9130",1777,20311,3,1965,1981 -"9131",1777,20563,3,1965,2267 -"9132",1777,20659,2,1965,1969 -"9133",1777,20700,2,1965,2861 -"9134",1777,21795,3,1965,2653 -"9135",1777,24923,3,1965,2785 -"9136",1777,25198,2,1965,1982 -"9137",1777,26067,3,1965,2069 -"9138",1777,26106,3,1965,2015 -"9139",1777,26249,3,1965,2301 -"9140",1777,26451,3,1965,2133 -"9141",1777,26516,3,1965,2479 -"9142",1777,26608,3,1965,2329 -"9143",1777,27478,2,1965,2485 -"9144",1777,29073,3,1965,2328 -"9145",1777,31235,3,1965,2668 -"9146",1777,31799,2,1965,2547 -"9147",1777,32516,3,1965,2050 -"9148",1777,32606,3,1965,2100 -"9149",1777,34836,3,1965,2302 -"9150",1777,35256,1,1965,2271 -"9151",1777,36087,3,1965,2755 -"9152",1777,36559,3,1965,2473 -"9153",1777,36701,3,1965,2381 -"9154",1777,37418,3,1965,2710 -"9155",1777,37570,1,1965,2389 -"9156",1777,38727,3,1965,2238 -"9157",1777,38755,3,1965,2902 -"9158",1777,39444,3,1965,2695 -"9159",1777,39548,2,1965,2389 -"9160",1777,43518,3,1965,2680 -"9161",1777,44235,3,1965,2700 -"9162",1777,44768,3,1965,2516 -"9163",1777,46040,3,1965,2105 -"9164",1777,47445,3,1965,2668 -"9165",1777,47803,3,1965,2477 -"9166",1777,47947,3,1965,2681 -"9167",1777,49965,3,1965,2301 -"9168",1777,50252,3,1965,2001 -"9169",1777,50269,3,1965,1966 -"9170",1777,50685,3,1965,2008 -"9171",1777,51041,3,1965,2606 -"9172",1777,52576,3,1965,2234 -"9173",1777,53031,2,1965,2065 -"9174",1777,53851,3,1965,2305 -"9175",1777,55156,3,1965,2196 -"9176",1777,55556,2,1965,2075 -"9177",1777,55828,3,1965,2393 -"9178",1777,56854,3,1965,2022 -"9179",1777,57360,3,1965,2429 -"9180",1777,57977,2,1965,2683 -"9181",1777,58218,3,1965,2627 -"9182",1777,59700,3,1965,2346 -"9183",1777,60257,3,1965,2795 -"9184",1777,64967,3,1965,2872 -"9185",1777,65029,3,1965,2954 -"9186",1777,68098,3,1965,2378 -"9187",1777,68810,3,1965,2409 -"9188",1777,70046,3,1965,2624 -"9189",1777,70203,3,1965,2756 -"9190",1777,72334,3,1965,2820 -"9191",1777,78563,3,1965,2385 -"9192",1777,85430,1,1965,2370 -"9193",1777,91570,2,1965,2229 -"9194",1777,93615,3,1965,2386 -"9195",1780,237,3,1375,1982 -"9196",1780,2747,3,1375,2411 -"9197",1780,4916,2,1375,1970 -"9198",1780,7337,3,1375,1797 -"9199",1780,7997,3,1375,2049 -"9200",1780,8062,3,1375,2858 -"9201",1780,8791,3,1375,1789 -"9202",1780,9703,3,1375,1845 -"9203",1780,10129,2,1375,2124 -"9204",1780,11588,3,1375,2352 -"9205",1780,13065,2,1375,1561 -"9206",1780,13920,3,1375,1709 -"9207",1780,15592,3,1375,1618 -"9208",1780,15826,3,1375,2772 -"9209",1780,16690,3,1375,2132 -"9210",1780,17973,3,1375,2837 -"9211",1780,18124,2,1375,1642 -"9212",1780,24176,3,1375,1986 -"9213",1780,29116,3,1375,2128 -"9214",1780,29495,3,1375,1612 -"9215",1780,40954,3,1375,2603 -"9216",1780,42331,3,1375,1585 -"9217",1780,47013,3,1375,2388 -"9218",1780,58745,3,1375,1920 -"9219",1780,63077,2,1375,2778 -"9220",1780,76342,3,1375,1429 -"9221",1780,80506,3,1375,1920 -"9222",1780,96425,2,1375,2007 -"9223",1785,4698,3,2350,2481 -"9224",1785,6234,3,2350,2654 -"9225",1785,10119,3,2350,2374 -"9226",1785,15150,3,2350,2801 -"9227",1785,19190,2,2350,2677 -"9228",1785,20011,3,2350,2826 -"9229",1785,25330,3,2350,2370 -"9230",1785,32576,3,2350,2881 -"9231",1785,69961,3,2350,2483 -"9232",1785,70011,3,2350,2690 -"9233",1787,1785,3,1707,2350 -"9234",1787,5937,3,1707,2392 -"9235",1787,6800,3,1707,2053 -"9236",1787,14861,1,1707,2269 -"9237",1787,15150,3,1707,2801 -"9238",1787,15558,3,1707,2389 -"9239",1787,16477,2,1707,2069 -"9240",1787,23728,3,1707,2601 -"9241",1787,24949,3,1707,2120 -"9242",1787,30194,3,1707,2874 -"9243",1787,31259,3,1707,2082 -"9244",1787,31794,3,1707,1919 -"9245",1787,34576,2,1707,1727 -"9246",1787,38241,3,1707,1931 -"9247",1787,39439,3,1707,2462 -"9248",1787,41521,3,1707,2069 -"9249",1787,42136,3,1707,2551 -"9250",1787,49415,3,1707,2654 -"9251",1787,50899,3,1707,2125 -"9252",1787,52950,3,1707,2716 -"9253",1787,52953,3,1707,1741 -"9254",1787,53648,3,1707,2167 -"9255",1787,56413,3,1707,2747 -"9256",1787,67836,3,1707,2195 -"9257",1787,73629,3,1707,1713 -"9258",1787,76505,3,1707,2123 -"9259",1826,24,3,924,1295 -"9260",1826,675,3,924,1686 -"9261",1826,1136,3,924,2536 -"9262",1826,2143,3,924,1174 -"9263",1826,4790,3,924,1025 -"9264",1826,4791,3,924,1184 -"9265",1826,8529,2,924,1205 -"9266",1826,8910,1,924,1054 -"9267",1826,9364,3,924,1698 -"9268",1826,15122,3,924,1201 -"9269",1826,15799,3,924,1917 -"9270",1826,16332,3,924,2668 -"9271",1826,16940,3,924,1290 -"9272",1826,19096,2,924,1538 -"9273",1826,20975,2,924,1305 -"9274",1826,21198,3,924,935 -"9275",1826,23450,3,924,967 -"9276",1826,23729,3,924,1624 -"9277",1826,24755,3,924,1319 -"9278",1826,26322,3,924,1018 -"9279",1826,26749,3,924,2965 -"9280",1826,28015,2,924,1624 -"9281",1826,30405,3,924,2164 -"9282",1826,34836,3,924,2302 -"9283",1826,38019,3,924,1870 -"9284",1826,38780,3,924,2705 -"9285",1826,47772,3,924,2293 -"9286",1826,49512,3,924,1302 -"9287",1826,51017,3,924,2073 -"9288",1826,51035,3,924,2397 -"9289",1826,53322,2,924,1200 -"9290",1826,53323,1,924,2677 -"9291",1826,53608,2,924,1986 -"9292",1826,56317,3,924,2030 -"9293",1826,57353,3,924,1849 -"9294",1826,58854,3,924,1131 -"9295",1826,64997,3,924,2791 -"9296",1826,65007,3,924,2530 -"9297",1826,71342,3,924,1289 -"9298",1826,72468,3,924,2292 -"9299",1826,72956,3,924,1251 -"9300",1826,73786,3,924,2937 -"9301",1826,75948,3,924,1006 -"9302",1826,76284,3,924,1237 -"9303",1826,77305,2,924,965 -"9304",1826,81588,2,924,1568 -"9305",1826,82787,3,924,1144 -"9306",1826,88126,2,924,1027 -"9307",1826,89097,2,924,935 -"9308",1826,101295,3,924,2165 -"9309",1826,115622,3,924,1895 -"9310",1831,362,2,2397,2537 -"9311",1831,2036,3,2397,2483 -"9312",1831,9175,3,2397,2639 -"9313",1831,9362,2,2397,2879 -"9314",1831,15563,3,2397,2719 -"9315",1831,21719,2,2397,2708 -"9316",1831,22714,3,2397,2793 -"9317",1831,35187,3,2397,2488 -"9318",1831,38227,3,2397,2511 -"9319",1846,1702,2,1845,1984 -"9320",1846,2936,1,1845,2512 -"9321",1846,3493,2,1845,2451 -"9322",1846,3978,3,1845,2775 -"9323",1846,4303,3,1845,2414 -"9324",1846,4612,3,1845,2804 -"9325",1846,5235,3,1845,2324 -"9326",1846,5683,3,1845,2468 -"9327",1846,6989,3,1845,2623 -"9328",1846,9241,3,1845,2338 -"9329",1846,9723,2,1845,2302 -"9330",1846,11239,3,1845,2181 -"9331",1846,12078,3,1845,2381 -"9332",1846,12361,3,1845,2732 -"9333",1846,13566,3,1845,2056 -"9334",1846,13879,3,1845,2748 -"9335",1846,16365,3,1845,2217 -"9336",1846,19215,3,1845,2604 -"9337",1846,19655,3,1845,2706 -"9338",1846,20941,3,1845,2725 -"9339",1846,22244,3,1845,2139 -"9340",1846,22580,3,1845,2245 -"9341",1846,22709,3,1845,2743 -"9342",1846,23154,3,1845,2345 -"9343",1846,23471,3,1845,2488 -"9344",1846,23756,3,1845,2309 -"9345",1846,29319,3,1845,2314 -"9346",1846,30034,3,1845,2357 -"9347",1846,30870,3,1845,2370 -"9348",1846,31335,3,1845,2351 -"9349",1846,31866,2,1845,2101 -"9350",1846,34216,3,1845,2832 -"9351",1846,46486,3,1845,1868 -"9352",1846,46532,3,1845,2005 -"9353",1846,50335,3,1845,1893 -"9354",1846,50585,3,1845,2414 -"9355",1846,51144,3,1845,2466 -"9356",1846,62626,3,1845,2787 -"9357",1846,70583,3,1845,2615 -"9358",1846,73582,3,1845,2075 -"9359",1853,23098,3,1465,2300 -"9360",1853,30697,2,1465,2891 -"9361",1853,45650,3,1465,1528 -"9362",1875,270,3,1786,2542 -"9363",1875,380,3,1786,2261 -"9364",1875,915,3,1786,1793 -"9365",1875,997,1,1786,2788 -"9366",1875,1046,3,1786,1881 -"9367",1875,1102,2,1786,2282 -"9368",1875,1324,3,1786,2147 -"9369",1875,2111,3,1786,1904 -"9370",1875,2424,3,1786,2582 -"9371",1875,2572,2,1786,2273 -"9372",1875,3495,3,1786,2431 -"9373",1875,3801,3,1786,1974 -"9374",1875,4671,1,1786,2280 -"9375",1875,5235,3,1786,2324 -"9376",1875,5515,2,1786,2385 -"9377",1875,5669,3,1786,2502 -"9378",1875,5725,3,1786,2789 -"9379",1875,5865,3,1786,1910 -"9380",1875,5971,3,1786,1985 -"9381",1875,6052,3,1786,1985 -"9382",1875,6074,3,1786,2426 -"9383",1875,6208,3,1786,2361 -"9384",1875,6588,3,1786,2025 -"9385",1875,7029,3,1786,2204 -"9386",1875,7406,2,1786,1906 -"9387",1875,7616,3,1786,2296 -"9388",1875,7858,1,1786,1795 -"9389",1875,8681,3,1786,2716 -"9390",1875,8821,3,1786,2230 -"9391",1875,9695,2,1786,2143 -"9392",1875,10513,3,1786,2284 -"9393",1875,10964,3,1786,2043 -"9394",1875,11067,3,1786,2734 -"9395",1875,11103,3,1786,2393 -"9396",1875,12724,2,1786,1930 -"9397",1875,13249,3,1786,2573 -"9398",1875,13307,3,1786,2206 -"9399",1875,13324,3,1786,2163 -"9400",1875,13780,3,1786,2412 -"9401",1875,14834,3,1786,2739 -"9402",1875,15207,3,1786,1855 -"9403",1875,16352,3,1786,2657 -"9404",1875,16539,3,1786,1947 -"9405",1875,16954,3,1786,2972 -"9406",1875,18344,3,1786,2204 -"9407",1875,18394,3,1786,2356 -"9408",1875,19248,3,1786,2357 -"9409",1875,20162,2,1786,2328 -"9410",1875,21012,3,1786,2325 -"9411",1875,21138,3,1786,2849 -"9412",1875,21406,3,1786,2714 -"9413",1875,21682,3,1786,2414 -"9414",1875,21754,3,1786,1881 -"9415",1875,21929,3,1786,2062 -"9416",1875,22197,3,1786,2271 -"9417",1875,22808,3,1786,2297 -"9418",1875,23460,3,1786,2183 -"9419",1875,23526,3,1786,1998 -"9420",1875,23715,3,1786,1859 -"9421",1875,23918,3,1786,1881 -"9422",1875,24060,3,1786,2349 -"9423",1875,25508,3,1786,2081 -"9424",1875,26867,3,1786,1804 -"9425",1875,27195,3,1786,2158 -"9426",1875,28285,3,1786,2972 -"9427",1875,28635,3,1786,2368 -"9428",1875,30052,3,1786,2855 -"9429",1875,30405,3,1786,2164 -"9430",1875,30747,3,1786,2455 -"9431",1875,30827,3,1786,2323 -"9432",1875,31799,3,1786,2547 -"9433",1875,32198,3,1786,2117 -"9434",1875,33430,3,1786,2225 -"9435",1875,33475,3,1786,2367 -"9436",1875,33991,3,1786,2249 -"9437",1875,35187,3,1786,2488 -"9438",1875,35514,2,1786,2346 -"9439",1875,35738,3,1786,2448 -"9440",1875,36714,3,1786,2209 -"9441",1875,37301,2,1786,2160 -"9442",1875,38885,3,1786,2720 -"9443",1875,38973,3,1786,1999 -"9444",1875,39278,3,1786,1952 -"9445",1875,40493,3,1786,1981 -"9446",1875,41936,3,1786,2258 -"9447",1875,42129,2,1786,2318 -"9448",1875,42216,2,1786,2722 -"9449",1875,45302,2,1786,2390 -"9450",1875,46091,3,1786,1938 -"9451",1875,47248,3,1786,2883 -"9452",1875,48384,3,1786,2057 -"9453",1875,48571,1,1786,2717 -"9454",1875,50134,3,1786,2674 -"9455",1875,50236,3,1786,2339 -"9456",1875,50667,3,1786,2719 -"9457",1875,51017,2,1786,2073 -"9458",1875,51035,2,1786,2397 -"9459",1875,51866,3,1786,2411 -"9460",1875,53219,2,1786,2973 -"9461",1875,53323,3,1786,2677 -"9462",1875,53604,3,1786,2489 -"9463",1875,56082,3,1786,2395 -"9464",1875,62832,3,1786,2606 -"9465",1875,62840,3,1786,2502 -"9466",1875,63515,3,1786,2023 -"9467",1875,64061,3,1786,2381 -"9468",1875,64945,3,1786,2279 -"9469",1875,64997,3,1786,2791 -"9470",1875,66983,3,1786,2397 -"9471",1875,66992,3,1786,2882 -"9472",1875,72207,3,1786,2430 -"9473",1875,72334,3,1786,2820 -"9474",1875,75607,3,1786,2245 -"9475",1875,80825,3,1786,2315 -"9476",1875,99351,3,1786,2939 -"9477",1888,206,3,114,1986 -"9478",1888,937,3,114,408 -"9479",1888,1036,2,114,1367 -"9480",1888,1092,3,114,1945 -"9481",1888,1364,3,114,859 -"9482",1888,1397,3,114,1225 -"9483",1888,1691,3,114,1941 -"9484",1888,2077,3,114,610 -"9485",1888,2208,2,114,2814 -"9486",1888,2269,3,114,984 -"9487",1888,2300,3,114,565 -"9488",1888,3753,2,114,1255 -"9489",1888,4317,3,114,1224 -"9490",1888,5429,3,114,1991 -"9491",1888,6914,1,114,2668 -"9492",1888,7013,3,114,2040 -"9493",1888,9893,3,114,2701 -"9494",1888,10222,2,114,2212 -"9495",1888,10744,3,114,955 -"9496",1888,11055,3,114,2111 -"9497",1888,11060,3,114,2155 -"9498",1888,13837,3,114,1604 -"9499",1888,14108,3,114,2012 -"9500",1888,14983,2,114,1047 -"9501",1888,15716,3,114,1991 -"9502",1888,15808,3,114,1521 -"9503",1888,20067,3,114,2390 -"9504",1888,20874,3,114,1580 -"9505",1888,21225,3,114,1945 -"9506",1888,21706,2,114,1988 -"9507",1888,22543,3,114,1594 -"9508",1888,22586,3,114,1341 -"9509",1888,24198,3,114,2217 -"9510",1888,25129,3,114,2647 -"9511",1888,25565,3,114,2764 -"9512",1888,26573,3,114,1715 -"9513",1888,29115,2,114,1047 -"9514",1888,29512,3,114,1594 -"9515",1888,29923,3,114,626 -"9516",1888,33801,3,114,2899 -"9517",1888,34314,3,114,630 -"9518",1888,34509,3,114,1973 -"9519",1888,34907,3,114,1945 -"9520",1888,35481,1,114,2211 -"9521",1888,38694,3,114,817 -"9522",1888,39081,3,114,1597 -"9523",1888,40368,2,114,2876 -"9524",1888,42574,3,114,2842 -"9525",1888,44135,3,114,2620 -"9526",1888,46512,3,114,1292 -"9527",1888,47064,3,114,1993 -"9528",1888,50001,3,114,1518 -"9529",1888,50607,3,114,1333 -"9530",1888,50784,3,114,2733 -"9531",1888,53196,3,114,1888 -"9532",1888,53475,3,114,2853 -"9533",1888,54250,2,114,2340 -"9534",1888,54695,3,114,2429 -"9535",1888,55076,3,114,2408 -"9536",1888,58427,3,114,2234 -"9537",1888,61785,3,114,822 -"9538",1888,64857,3,114,1792 -"9539",1888,65475,3,114,1267 -"9540",1888,66318,3,114,2803 -"9541",1888,66726,3,114,2068 -"9542",1888,69250,2,114,1439 -"9543",1888,70605,2,114,1176 -"9544",1888,71560,1,114,280 -"9545",1888,71808,1,114,2349 -"9546",1888,76607,3,114,747 -"9547",1888,86308,3,114,147 -"9548",1888,87837,3,114,1987 -"9549",1888,92122,2,114,436 -"9550",1888,94850,3,114,408 -"9551",1888,105685,2,114,2469 -"9552",1888,115186,3,114,243 -"9553",1888,123349,3,114,901 -"9554",1897,671,3,1727,2328 -"9555",1897,2334,3,1727,2619 -"9556",1897,2418,3,1727,2020 -"9557",1897,2759,3,1727,2030 -"9558",1897,3242,2,1727,1730 -"9559",1897,3317,3,1727,2037 -"9560",1897,4618,3,1727,2607 -"9561",1897,4730,3,1727,2131 -"9562",1897,5504,3,1727,2389 -"9563",1897,6627,3,1727,2063 -"9564",1897,7245,3,1727,2089 -"9565",1897,7269,3,1727,1728 -"9566",1897,7433,3,1727,2255 -"9567",1897,10404,3,1727,2062 -"9568",1897,10638,3,1727,2692 -"9569",1897,10859,3,1727,2231 -"9570",1897,10890,3,1727,2639 -"9571",1897,11506,3,1727,2824 -"9572",1897,15539,3,1727,1929 -"9573",1897,18571,1,1727,2128 -"9574",1897,18943,3,1727,2861 -"9575",1897,20563,2,1727,2267 -"9576",1897,21463,2,1727,2437 -"9577",1897,21693,3,1727,2176 -"9578",1897,22326,3,1727,2818 -"9579",1897,22362,3,1727,1836 -"9580",1897,25305,3,1727,2447 -"9581",1897,25341,3,1727,1858 -"9582",1897,26436,3,1727,2489 -"9583",1897,26516,3,1727,2479 -"9584",1897,27753,3,1727,2750 -"9585",1897,27783,1,1727,2302 -"9586",1897,28892,3,1727,2023 -"9587",1897,29311,3,1727,1849 -"9588",1897,31164,2,1727,1996 -"9589",1897,32449,3,1727,2091 -"9590",1897,34492,3,1727,1798 -"9591",1897,36136,2,1727,2338 -"9592",1897,37418,3,1727,2710 -"9593",1897,38449,3,1727,1802 -"9594",1897,38755,3,1727,2902 -"9595",1897,39105,2,1727,2487 -"9596",1897,46951,2,1727,2429 -"9597",1897,54740,3,1727,2750 -"9598",1897,57977,3,1727,2683 -"9599",1897,59039,3,1727,2870 -"9600",1897,64793,3,1727,2819 -"9601",1897,68592,2,1727,2551 -"9602",1897,69335,3,1727,2698 -"9603",1897,74095,3,1727,2333 -"9604",1897,76132,2,1727,2426 -"9605",1897,76675,2,1727,1840 -"9606",1897,111034,3,1727,2131 -"9607",1938,313,3,997,2271 -"9608",1938,377,3,997,2389 -"9609",1938,499,3,997,1931 -"9610",1938,543,2,997,2203 -"9611",1938,1151,1,997,2885 -"9612",1938,1495,3,997,2046 -"9613",1938,1616,2,997,2662 -"9614",1938,1777,2,997,1965 -"9615",1938,2036,3,997,2483 -"9616",1938,2484,2,997,2389 -"9617",1938,3161,3,997,2229 -"9618",1938,3830,3,997,1661 -"9619",1938,3878,3,997,1890 -"9620",1938,4057,3,997,2389 -"9621",1938,5078,3,997,2033 -"9622",1938,5457,3,997,2077 -"9623",1938,5462,3,997,2374 -"9624",1938,5504,3,997,2389 -"9625",1938,6040,3,997,2103 -"9626",1938,7323,2,997,2858 -"9627",1938,8760,3,997,2477 -"9628",1938,9269,3,997,1892 -"9629",1938,10343,3,997,1072 -"9630",1938,17520,3,997,2276 -"9631",1938,19606,2,997,2783 -"9632",1938,20665,2,997,1311 -"9633",1938,20700,3,997,2861 -"9634",1938,22006,3,997,1202 -"9635",1938,22749,3,997,1727 -"9636",1938,35256,3,997,2271 -"9637",1938,37570,3,997,2389 -"9638",1938,38727,3,997,2238 -"9639",1938,38921,3,997,1880 -"9640",1938,39548,3,997,2389 -"9641",1938,41747,3,997,1722 -"9642",1938,42264,3,997,1702 -"9643",1938,44744,3,997,2032 -"9644",1938,46680,3,997,1690 -"9645",1938,50252,3,997,2001 -"9646",1938,57129,3,997,1858 -"9647",1938,59700,3,997,2346 -"9648",1938,78611,3,997,1586 -"9649",1938,85430,3,997,2370 -"9650",1938,89958,3,997,1186 -"9651",1951,14463,3,386,1256 -"9652",1951,20847,2,386,491 -"9653",1951,68831,3,386,1446 -"9654",1951,81269,3,386,1570 -"9655",1951,86978,3,386,2733 -"9656",1951,87430,3,386,1038 -"9657",1951,87471,3,386,712 -"9658",1951,91348,3,386,901 -"9659",1951,94138,2,386,1939 -"9660",1968,843,3,631,2332 -"9661",1968,1897,2,631,1727 -"9662",1968,2093,3,631,2459 -"9663",1968,2221,3,631,2092 -"9664",1968,2288,2,631,1870 -"9665",1968,2349,2,631,1288 -"9666",1968,2759,3,631,2030 -"9667",1968,3271,2,631,2216 -"9668",1968,3317,2,631,2037 -"9669",1968,4226,3,631,1903 -"9670",1968,4730,3,631,2131 -"9671",1968,4763,3,631,1960 -"9672",1968,5055,3,631,1796 -"9673",1968,6133,3,631,1229 -"9674",1968,6603,3,631,2185 -"9675",1968,6627,3,631,2063 -"9676",1968,6824,2,631,2680 -"9677",1968,7269,3,631,1728 -"9678",1968,7310,3,631,636 -"9679",1968,7337,3,631,1797 -"9680",1968,7433,3,631,2255 -"9681",1968,7443,3,631,2028 -"9682",1968,7604,3,631,1366 -"9683",1968,8607,3,631,1685 -"9684",1968,8984,3,631,1162 -"9685",1968,9272,2,631,2835 -"9686",1968,9861,3,631,2680 -"9687",1968,10495,3,631,2230 -"9688",1968,10638,1,631,2692 -"9689",1968,10874,3,631,1891 -"9690",1968,10914,2,631,1660 -"9691",1968,10964,3,631,2043 -"9692",1968,11019,3,631,1299 -"9693",1968,11067,3,631,2734 -"9694",1968,11381,1,631,1638 -"9695",1968,11506,1,631,2824 -"9696",1968,12374,3,631,2260 -"9697",1968,13394,3,631,1667 -"9698",1968,14654,3,631,1692 -"9699",1968,14888,3,631,1411 -"9700",1968,15184,3,631,2396 -"9701",1968,16437,3,631,1956 -"9702",1968,16594,2,631,1755 -"9703",1968,16777,1,631,834 -"9704",1968,17146,2,631,1252 -"9705",1968,18571,2,631,2128 -"9706",1968,18943,2,631,2861 -"9707",1968,19027,3,631,2721 -"9708",1968,19075,3,631,2214 -"9709",1968,20007,2,631,2971 -"9710",1968,20432,3,631,1727 -"9711",1968,20700,3,631,2861 -"9712",1968,21133,3,631,1320 -"9713",1968,21180,3,631,2762 -"9714",1968,21198,3,631,935 -"9715",1968,21463,3,631,2437 -"9716",1968,21741,3,631,1574 -"9717",1968,22297,3,631,1904 -"9718",1968,23430,3,631,904 -"9719",1968,23513,2,631,900 -"9720",1968,24085,3,631,1253 -"9721",1968,26451,3,631,2133 -"9722",1968,26713,2,631,1235 -"9723",1968,27008,2,631,911 -"9724",1968,27783,3,631,2302 -"9725",1968,28432,3,631,1954 -"9726",1968,28582,3,631,2698 -"9727",1968,29578,3,631,1957 -"9728",1968,31164,2,631,1996 -"9729",1968,31338,3,631,917 -"9730",1968,31799,3,631,2547 -"9731",1968,32449,2,631,2091 -"9732",1968,32811,2,631,804 -"9733",1968,34136,3,631,2202 -"9734",1968,34162,3,631,2336 -"9735",1968,36136,2,631,2338 -"9736",1968,36563,3,631,647 -"9737",1968,37752,3,631,2223 -"9738",1968,38219,3,631,1689 -"9739",1968,39105,3,631,2487 -"9740",1968,39439,3,631,2462 -"9741",1968,39444,3,631,2695 -"9742",1968,41439,3,631,709 -"9743",1968,41978,2,631,2824 -"9744",1968,42914,3,631,1737 -"9745",1968,43173,3,631,2895 -"9746",1968,43226,2,631,2442 -"9747",1968,44636,2,631,1026 -"9748",1968,45480,3,631,1104 -"9749",1968,45730,3,631,2063 -"9750",1968,45874,3,631,944 -"9751",1968,46951,2,631,2429 -"9752",1968,47384,3,631,1639 -"9753",1968,47571,3,631,1667 -"9754",1968,47583,3,631,817 -"9755",1968,48110,2,631,2009 -"9756",1968,48260,3,631,875 -"9757",1968,49551,3,631,879 -"9758",1968,50238,2,631,663 -"9759",1968,53013,2,631,2523 -"9760",1968,53445,3,631,2028 -"9761",1968,53697,3,631,1909 -"9762",1968,54676,3,631,1342 -"9763",1968,55604,2,631,2342 -"9764",1968,56275,3,631,2152 -"9765",1968,56338,2,631,1818 -"9766",1968,57804,3,631,2214 -"9767",1968,57990,3,631,978 -"9768",1968,58133,3,631,1484 -"9769",1968,58508,2,631,2326 -"9770",1968,59039,2,631,2870 -"9771",1968,60689,3,631,859 -"9772",1968,60979,3,631,1758 -"9773",1968,62488,3,631,1418 -"9774",1968,65316,3,631,1020 -"9775",1968,66911,2,631,1920 -"9776",1968,67838,3,631,765 -"9777",1968,68592,2,631,2551 -"9778",1968,69335,1,631,2698 -"9779",1968,73021,2,631,789 -"9780",1968,75955,3,631,866 -"9781",1968,76132,3,631,2426 -"9782",1968,76511,3,631,1250 -"9783",1968,76675,3,631,1840 -"9784",1968,77397,3,631,1302 -"9785",1968,77580,3,631,888 -"9786",1968,78256,3,631,804 -"9787",1968,80301,2,631,1690 -"9788",1968,80801,3,631,1250 -"9789",1968,82039,3,631,1327 -"9790",1968,82226,3,631,1619 -"9791",1968,85778,2,631,1040 -"9792",1968,87270,3,631,913 -"9793",1968,88209,3,631,663 -"9794",1968,93208,2,631,1324 -"9795",1968,94926,2,631,1611 -"9796",1968,97013,3,631,1797 -"9797",1968,99332,3,631,873 -"9798",1968,104306,2,631,1665 -"9799",1968,108379,3,631,2933 -"9800",1968,115155,3,631,1942 -"9801",1985,1592,3,888,2006 -"9802",1985,1691,3,888,1941 -"9803",1985,2208,3,888,2814 -"9804",1985,3628,3,888,2707 -"9805",1985,4317,3,888,1224 -"9806",1985,5258,3,888,2730 -"9807",1985,6390,3,888,2385 -"9808",1985,7672,3,888,1974 -"9809",1985,12199,3,888,1651 -"9810",1985,14108,3,888,2012 -"9811",1985,18543,3,888,2968 -"9812",1985,20407,3,888,2339 -"9813",1985,24198,3,888,2217 -"9814",1985,28808,3,888,1063 -"9815",1985,29948,3,888,2795 -"9816",1985,35045,3,888,1646 -"9817",1985,36439,3,888,2469 -"9818",1985,43173,3,888,2895 -"9819",1985,44427,3,888,2875 -"9820",1985,45742,3,888,2566 -"9821",1985,46621,2,888,1343 -"9822",1985,50737,3,888,959 -"9823",1985,52327,2,888,1472 -"9824",1985,53624,3,888,952 -"9825",1985,71274,3,888,2390 -"9826",1985,76127,3,888,910 -"9827",1985,88232,3,888,2881 -"9828",1985,100215,3,888,2436 -"9829",2011,5258,3,2176,2730 -"9830",2011,6252,3,2176,2336 -"9831",2011,6390,3,2176,2385 -"9832",2011,8657,3,2176,2473 -"9833",2011,18543,2,2176,2968 -"9834",2011,20407,2,2176,2339 -"9835",2011,21682,3,2176,2414 -"9836",2011,24256,3,2176,2393 -"9837",2011,25565,3,2176,2764 -"9838",2011,33622,3,2176,2230 -"9839",2011,35464,3,2176,2502 -"9840",2011,36439,3,2176,2469 -"9841",2011,38259,3,2176,2258 -"9842",2011,43226,3,2176,2442 -"9843",2011,44427,3,2176,2875 -"9844",2011,47248,3,2176,2883 -"9845",2011,50179,3,2176,2230 -"9846",2011,58284,3,2176,2292 -"9847",2011,74636,3,2176,2525 -"9848",2011,88232,3,2176,2881 -"9849",2011,100215,3,2176,2436 -"9850",2014,55,3,973,2524 -"9851",2014,1393,2,973,1706 -"9852",2014,3506,2,973,2364 -"9853",2014,4403,3,973,2416 -"9854",2014,5813,3,973,2088 -"9855",2014,6040,3,973,2103 -"9856",2014,6621,3,973,2478 -"9857",2014,7123,2,973,1964 -"9858",2014,9088,3,973,1881 -"9859",2014,9269,2,973,1892 -"9860",2014,9895,3,973,1960 -"9861",2014,10610,2,973,1427 -"9862",2014,15244,3,973,1600 -"9863",2014,16347,3,973,1868 -"9864",2014,16866,3,973,2718 -"9865",2014,17645,3,973,1918 -"9866",2014,17925,2,973,2385 -"9867",2014,20695,3,973,2526 -"9868",2014,21872,3,973,2458 -"9869",2014,22389,3,973,2034 -"9870",2014,26740,3,973,2695 -"9871",2014,31990,3,973,2264 -"9872",2014,32629,3,973,1789 -"9873",2014,32724,2,973,2581 -"9874",2014,32939,3,973,2277 -"9875",2014,34331,3,973,1727 -"9876",2014,37765,3,973,1134 -"9877",2014,37801,3,973,2578 -"9878",2014,41075,2,973,1176 -"9879",2014,44312,3,973,2741 -"9880",2014,44744,2,973,2032 -"9881",2014,45449,2,973,1610 -"9882",2014,45450,3,973,1590 -"9883",2014,48931,2,973,2444 -"9884",2014,53445,3,973,2028 -"9885",2014,54953,3,973,2223 -"9886",2014,56364,3,973,1626 -"9887",2014,57804,3,973,2214 -"9888",2014,64712,3,973,1411 -"9889",2014,66017,3,973,1545 -"9890",2014,68884,3,973,1011 -"9891",2014,78611,3,973,1586 -"9892",2014,79639,3,973,1013 -"9893",2014,80801,3,973,1250 -"9894",2014,84591,3,973,1685 -"9895",2014,87915,3,973,1152 -"9896",2014,92084,3,973,1134 -"9897",2014,92469,2,973,1232 -"9898",2014,96197,3,973,1670 -"9899",2014,96387,1,973,2159 -"9900",2014,97706,3,973,1121 -"9901",2014,100084,3,973,1964 -"9902",2014,101666,3,973,1257 -"9903",2014,102581,2,973,1813 -"9904",2028,7292,3,1978,1988 -"9905",2028,15636,2,1978,2857 -"9906",2028,15930,2,1978,2541 -"9907",2028,23787,2,1978,2810 -"9908",2028,29095,2,1978,2531 -"9909",2028,39556,3,1978,2747 -"9910",2028,59539,3,1978,2429 -"9911",2036,362,2,2483,2537 -"9912",2036,613,3,2483,2687 -"9913",2036,701,3,2483,2718 -"9914",2036,1151,2,2483,2885 -"9915",2036,1616,1,2483,2662 -"9916",2036,2224,3,2483,2751 -"9917",2036,5120,3,2483,2735 -"9918",2036,7323,2,2483,2858 -"9919",2036,7794,3,2483,2972 -"9920",2036,9184,3,2483,2670 -"9921",2036,9362,3,2483,2879 -"9922",2036,13249,3,2483,2573 -"9923",2036,14507,3,2483,2686 -"9924",2036,18151,3,2483,2962 -"9925",2036,19027,3,2483,2721 -"9926",2036,19606,1,2483,2783 -"9927",2036,20700,3,2483,2861 -"9928",2036,20984,3,2483,2502 -"9929",2036,24825,3,2483,2686 -"9930",2036,27478,2,2483,2485 -"9931",2036,29473,3,2483,2602 -"9932",2036,31799,2,2483,2547 -"9933",2036,37418,3,2483,2710 -"9934",2036,38755,3,2483,2902 -"9935",2036,39444,3,2483,2695 -"9936",2036,44768,3,2483,2516 -"9937",2036,48605,3,2483,2796 -"9938",2036,50785,3,2483,2877 -"9939",2036,51041,2,2483,2606 -"9940",2036,51853,3,2483,2520 -"9941",2036,53219,3,2483,2973 -"9942",2036,57977,3,2483,2683 -"9943",2036,61982,3,2483,2725 -"9944",2036,62841,3,2483,2710 -"9945",2036,64997,3,2483,2791 -"9946",2036,65029,3,2483,2954 -"9947",2036,72334,3,2483,2820 -"9948",2057,160,3,1965,2007 -"9949",2057,680,3,1965,2569 -"9950",2057,2936,3,1965,2512 -"9951",2057,3453,3,1965,2126 -"9952",2057,5235,2,1965,2324 -"9953",2057,5462,3,1965,2374 -"9954",2057,6047,3,1965,2004 -"9955",2057,6697,3,1965,2438 -"9956",2057,7597,3,1965,2037 -"9957",2057,7896,2,1965,2447 -"9958",2057,8610,3,1965,2240 -"9959",2057,8865,3,1965,2394 -"9960",2057,9723,2,1965,2302 -"9961",2057,11136,2,1965,2573 -"9962",2057,11239,3,1965,2181 -"9963",2057,11588,2,1965,2352 -"9964",2057,11648,3,1965,2852 -"9965",2057,12759,3,1965,2414 -"9966",2057,12778,3,1965,2045 -"9967",2057,14749,3,1965,1998 -"9968",2057,18394,3,1965,2356 -"9969",2057,18965,3,1965,2315 -"9970",2057,19215,3,1965,2604 -"9971",2057,19380,3,1965,2637 -"9972",2057,19433,3,1965,2504 -"9973",2057,20124,3,1965,2376 -"9974",2057,22580,3,1965,2245 -"9975",2057,22709,3,1965,2743 -"9976",2057,24069,3,1965,2697 -"9977",2057,25373,3,1965,2783 -"9978",2057,26734,3,1965,2299 -"9979",2057,27390,3,1965,2425 -"9980",2057,27908,3,1965,2576 -"9981",2057,29473,3,1965,2602 -"9982",2057,30870,3,1965,2370 -"9983",2057,32202,3,1965,2314 -"9984",2057,32606,2,1965,2100 -"9985",2057,32778,2,1965,2310 -"9986",2057,33341,3,1965,2338 -"9987",2057,35715,3,1965,2912 -"9988",2057,37636,3,1965,2178 -"9989",2057,39062,3,1965,2020 -"9990",2057,39443,3,1965,2277 -"9991",2057,40138,2,1965,2719 -"9992",2057,40879,3,1965,2019 -"9993",2057,40910,3,1965,2469 -"9994",2057,41023,3,1965,2408 -"9995",2057,41694,3,1965,2358 -"9996",2057,41723,3,1965,2101 -"9997",2057,41969,3,1965,2189 -"9998",2057,45729,3,1965,2606 -"9999",2057,47529,2,1965,2914 -"10000",2057,47965,3,1965,2232 -"10001",2057,51250,3,1965,2683 -"10002",2057,51758,3,1965,2310 -"10003",2057,59683,3,1965,2068 -"10004",2057,60879,3,1965,2792 -"10005",2057,61240,3,1965,2651 -"10006",2057,62746,3,1965,2119 -"10007",2057,63837,3,1965,2807 -"10008",2057,65856,2,1965,2504 -"10009",2057,69232,2,1965,2130 -"10010",2057,70070,3,1965,2425 -"10011",2057,71652,2,1965,2638 -"10012",2057,77052,3,1965,2770 -"10013",2057,80606,3,1965,2079 -"10014",2057,81164,2,1965,2260 -"10015",2057,82932,3,1965,2245 -"10016",2057,94625,3,1965,2105 -"10017",2060,28869,3,1753,2425 -"10018",2063,270,3,1278,2542 -"10019",2063,671,2,1278,2328 -"10020",2063,675,2,1278,1686 -"10021",2063,733,1,1278,1653 -"10022",2063,1046,3,1278,1881 -"10023",2063,1136,2,1278,2536 -"10024",2063,1897,3,1278,1727 -"10025",2063,2424,2,1278,2582 -"10026",2063,2533,3,1278,2016 -"10027",2063,2754,3,1278,1360 -"10028",2063,3167,2,1278,1676 -"10029",2063,3242,2,1278,1730 -"10030",2063,3305,3,1278,2839 -"10031",2063,3495,3,1278,2431 -"10032",2063,4191,2,1278,2130 -"10033",2063,4226,3,1278,1903 -"10034",2063,4618,3,1278,2607 -"10035",2063,4687,3,1278,2152 -"10036",2063,4980,3,1278,2093 -"10037",2063,5315,3,1278,2631 -"10038",2063,5392,3,1278,1648 -"10039",2063,5725,3,1278,2789 -"10040",2063,6023,3,1278,2050 -"10041",2063,6363,3,1278,2066 -"10042",2063,6428,3,1278,1952 -"10043",2063,6491,3,1278,2424 -"10044",2063,7196,3,1278,1508 -"10045",2063,7245,3,1278,2089 -"10046",2063,7847,3,1278,2424 -"10047",2063,7984,3,1278,2493 -"10048",2063,8533,3,1278,2251 -"10049",2063,8621,3,1278,1681 -"10050",2063,9695,3,1278,2143 -"10051",2063,9702,3,1278,1928 -"10052",2063,10404,3,1278,2062 -"10053",2063,10799,3,1278,2010 -"10054",2063,10871,3,1278,2314 -"10055",2063,10890,2,1278,2639 -"10056",2063,12096,3,1278,1330 -"10057",2063,12374,3,1278,2260 -"10058",2063,12747,3,1278,2818 -"10059",2063,13837,3,1278,1604 -"10060",2063,14943,3,1278,1942 -"10061",2063,15118,3,1278,1311 -"10062",2063,15401,3,1278,1999 -"10063",2063,15813,3,1278,2143 -"10064",2063,16217,3,1278,1653 -"10065",2063,17357,2,1278,1536 -"10066",2063,17931,3,1278,1617 -"10067",2063,18277,3,1278,2309 -"10068",2063,18735,3,1278,1581 -"10069",2063,19027,3,1278,2721 -"10070",2063,19516,3,1278,2313 -"10071",2063,20067,3,1278,2390 -"10072",2063,20162,3,1278,2328 -"10073",2063,20311,3,1278,1981 -"10074",2063,20419,2,1278,1587 -"10075",2063,20563,2,1278,2267 -"10076",2063,20700,3,1278,2861 -"10077",2063,20783,3,1278,2414 -"10078",2063,20824,1,1278,1366 -"10079",2063,21104,3,1278,2327 -"10080",2063,21122,3,1278,1701 -"10081",2063,21197,3,1278,1437 -"10082",2063,21248,3,1278,2232 -"10083",2063,21285,3,1278,2100 -"10084",2063,21479,3,1278,2134 -"10085",2063,21758,3,1278,1331 -"10086",2063,22884,2,1278,1608 -"10087",2063,22885,3,1278,1702 -"10088",2063,23216,3,1278,2424 -"10089",2063,23534,1,1278,1659 -"10090",2063,23704,3,1278,2278 -"10091",2063,24755,3,1278,1319 -"10092",2063,24962,3,1278,2126 -"10093",2063,25341,3,1278,1858 -"10094",2063,25643,2,1278,1646 -"10095",2063,25816,3,1278,2088 -"10096",2063,26031,3,1278,1397 -"10097",2063,26436,2,1278,2489 -"10098",2063,26451,3,1278,2133 -"10099",2063,26516,3,1278,2479 -"10100",2063,26570,3,1278,1669 -"10101",2063,26706,2,1278,1846 -"10102",2063,27628,3,1278,2389 -"10103",2063,27753,2,1278,2750 -"10104",2063,27792,3,1278,1308 -"10105",2063,28285,3,1278,2972 -"10106",2063,28784,3,1278,1579 -"10107",2063,28892,3,1278,2023 -"10108",2063,30438,3,1278,1617 -"10109",2063,30453,3,1278,1535 -"10110",2063,31124,3,1278,2351 -"10111",2063,31243,3,1278,1355 -"10112",2063,31696,3,1278,1595 -"10113",2063,31799,3,1278,2547 -"10114",2063,32988,2,1278,2008 -"10115",2063,33572,3,1278,2370 -"10116",2063,33621,2,1278,1319 -"10117",2063,34136,2,1278,2202 -"10118",2063,34160,3,1278,1759 -"10119",2063,34216,3,1278,2832 -"10120",2063,34492,2,1278,1798 -"10121",2063,34815,3,1278,2354 -"10122",2063,34836,3,1278,2302 -"10123",2063,35529,3,1278,1620 -"10124",2063,36651,3,1278,1600 -"10125",2063,37301,3,1278,2160 -"10126",2063,38019,3,1278,1870 -"10127",2063,38449,2,1278,1802 -"10128",2063,40293,2,1278,1671 -"10129",2063,40369,3,1278,2735 -"10130",2063,40432,3,1278,1956 -"10131",2063,40672,3,1278,1315 -"10132",2063,41402,3,1278,2313 -"10133",2063,42505,3,1278,2008 -"10134",2063,43455,3,1278,2846 -"10135",2063,45633,3,1278,2134 -"10136",2063,45715,3,1278,2287 -"10137",2063,46391,3,1278,1779 -"10138",2063,46629,3,1278,2255 -"10139",2063,47857,3,1278,2325 -"10140",2063,47947,3,1278,2681 -"10141",2063,49185,3,1278,1544 -"10142",2063,49189,2,1278,1550 -"10143",2063,50118,3,1278,2654 -"10144",2063,50667,2,1278,2719 -"10145",2063,51022,1,1278,1499 -"10146",2063,51041,3,1278,2606 -"10147",2063,51410,2,1278,2739 -"10148",2063,51987,2,1278,1397 -"10149",2063,52576,3,1278,2234 -"10150",2063,53266,3,1278,2389 -"10151",2063,54100,3,1278,1327 -"10152",2063,54676,3,1278,1342 -"10153",2063,54740,3,1278,2750 -"10154",2063,55139,3,1278,2323 -"10155",2063,55691,3,1278,2856 -"10156",2063,56116,3,1278,1321 -"10157",2063,56152,3,1278,1487 -"10158",2063,56171,3,1278,1524 -"10159",2063,57082,3,1278,1418 -"10160",2063,57129,3,1278,1858 -"10161",2063,57977,3,1278,2683 -"10162",2063,58035,2,1278,1646 -"10163",2063,58133,2,1278,1484 -"10164",2063,58221,2,1278,1787 -"10165",2063,59438,3,1278,2400 -"10166",2063,61982,3,1278,2725 -"10167",2063,62840,3,1278,2502 -"10168",2063,63147,3,1278,1477 -"10169",2063,63515,2,1278,2023 -"10170",2063,64031,3,1278,1295 -"10171",2063,64181,3,1278,1828 -"10172",2063,64793,3,1278,2819 -"10173",2063,64997,2,1278,2791 -"10174",2063,65155,3,1278,1947 -"10175",2063,65322,3,1278,2008 -"10176",2063,65691,3,1278,2134 -"10177",2063,66693,3,1278,2554 -"10178",2063,66878,3,1278,1949 -"10179",2063,71562,3,1278,2574 -"10180",2063,74095,3,1278,2333 -"10181",2063,76892,3,1278,2381 -"10182",2063,77155,3,1278,2946 -"10183",2063,80014,3,1278,1562 -"10184",2063,80172,3,1278,1342 -"10185",2063,81813,3,1278,1656 -"10186",2063,82696,3,1278,1305 -"10187",2063,82767,1,1278,1641 -"10188",2063,86505,3,1278,1302 -"10189",2063,88232,3,1278,2881 -"10190",2063,92322,3,1278,2393 -"10191",2063,92491,3,1278,1968 -"10192",2063,92757,3,1278,2615 -"10193",2063,94908,3,1278,1413 -"10194",2063,97768,3,1278,1500 -"10195",2063,97915,3,1278,1802 -"10196",2063,99020,3,1278,1383 -"10197",2063,99103,1,1278,1470 -"10198",2063,108430,3,1278,1642 -"10199",2077,23,2,610,1682 -"10200",2077,468,3,610,1966 -"10201",2077,600,3,610,1702 -"10202",2077,750,3,610,1327 -"10203",2077,1036,3,610,1367 -"10204",2077,1050,3,610,1185 -"10205",2077,1196,3,610,1986 -"10206",2077,2384,3,610,1057 -"10207",2077,2440,3,610,836 -"10208",2077,3164,1,610,2693 -"10209",2077,3961,3,610,2426 -"10210",2077,4253,3,610,1890 -"10211",2077,4567,3,610,2348 -"10212",2077,4889,3,610,1501 -"10213",2077,4932,3,610,2752 -"10214",2077,5041,2,610,2371 -"10215",2077,5315,3,610,2631 -"10216",2077,5346,3,610,1438 -"10217",2077,5350,3,610,2522 -"10218",2077,5405,3,610,1510 -"10219",2077,5449,3,610,1723 -"10220",2077,5581,3,610,883 -"10221",2077,5622,3,610,2175 -"10222",2077,5716,2,610,1058 -"10223",2077,5971,3,610,1985 -"10224",2077,5984,2,610,1675 -"10225",2077,5986,3,610,1721 -"10226",2077,6030,1,610,2953 -"10227",2077,6047,3,610,2004 -"10228",2077,6324,3,610,1990 -"10229",2077,6366,2,610,798 -"10230",2077,6417,2,610,1675 -"10231",2077,7180,3,610,2227 -"10232",2077,7616,3,610,2296 -"10233",2077,7759,3,610,2844 -"10234",2077,7942,3,610,2623 -"10235",2077,8513,3,610,875 -"10236",2077,9328,3,610,1937 -"10237",2077,9678,3,610,1217 -"10238",2077,9928,3,610,2345 -"10239",2077,10358,2,610,2294 -"10240",2077,10523,3,610,1510 -"10241",2077,10701,3,610,2000 -"10242",2077,10744,2,610,955 -"10243",2077,10851,3,610,2423 -"10244",2077,11218,2,610,2292 -"10245",2077,11229,2,610,1625 -"10246",2077,11576,3,610,808 -"10247",2077,11620,3,610,2010 -"10248",2077,11966,2,610,2385 -"10249",2077,12004,3,610,996 -"10250",2077,12042,3,610,2345 -"10251",2077,12375,3,610,1873 -"10252",2077,13311,3,610,2315 -"10253",2077,13400,3,610,1371 -"10254",2077,13780,3,610,2412 -"10255",2077,14032,3,610,2144 -"10256",2077,14072,3,610,1346 -"10257",2077,14080,2,610,1351 -"10258",2077,14855,1,610,903 -"10259",2077,15207,3,610,1855 -"10260",2077,15301,2,610,2308 -"10261",2077,15402,3,610,1281 -"10262",2077,15607,2,610,1421 -"10263",2077,15716,3,610,1991 -"10264",2077,15808,3,610,1521 -"10265",2077,15962,3,610,660 -"10266",2077,16067,3,610,2727 -"10267",2077,16096,2,610,2301 -"10268",2077,16352,2,610,2657 -"10269",2077,16539,3,610,1947 -"10270",2077,17400,3,610,2231 -"10271",2077,17413,3,610,2230 -"10272",2077,18348,2,610,1711 -"10273",2077,18361,3,610,2968 -"10274",2077,18366,3,610,2699 -"10275",2077,18415,3,610,2184 -"10276",2077,18825,3,610,1240 -"10277",2077,19072,3,610,2358 -"10278",2077,19113,2,610,1171 -"10279",2077,20284,2,610,2530 -"10280",2077,20292,3,610,2755 -"10281",2077,20874,3,610,1580 -"10282",2077,21571,2,610,2755 -"10283",2077,21898,3,610,1351 -"10284",2077,22543,2,610,1594 -"10285",2077,22566,1,610,2308 -"10286",2077,22682,3,610,2035 -"10287",2077,22850,2,610,878 -"10288",2077,23112,3,610,1192 -"10289",2077,23132,3,610,2756 -"10290",2077,23159,3,610,1548 -"10291",2077,23310,3,610,2371 -"10292",2077,23492,3,610,1067 -"10293",2077,23806,3,610,1671 -"10294",2077,23869,3,610,1918 -"10295",2077,24293,3,610,1184 -"10296",2077,24512,3,610,1369 -"10297",2077,24912,3,610,648 -"10298",2077,25241,3,610,1233 -"10299",2077,25443,3,610,1441 -"10300",2077,25543,3,610,724 -"10301",2077,25971,2,610,2608 -"10302",2077,26080,3,610,2525 -"10303",2077,26366,3,610,1688 -"10304",2077,26659,1,610,903 -"10305",2077,26818,3,610,1999 -"10306",2077,28002,3,610,914 -"10307",2077,28050,1,610,1955 -"10308",2077,28168,1,610,2702 -"10309",2077,28296,2,610,2944 -"10310",2077,28627,3,610,2694 -"10311",2077,28904,3,610,926 -"10312",2077,29004,3,610,2596 -"10313",2077,29050,3,610,1196 -"10314",2077,30165,3,610,1409 -"10315",2077,30883,3,610,1629 -"10316",2077,31436,3,610,2892 -"10317",2077,32503,2,610,2020 -"10318",2077,32567,3,610,2784 -"10319",2077,32694,2,610,1602 -"10320",2077,32919,3,610,2321 -"10321",2077,34480,3,610,2755 -"10322",2077,34735,2,610,2767 -"10323",2077,34945,3,610,1298 -"10324",2077,35673,3,610,1067 -"10325",2077,35926,3,610,2371 -"10326",2077,36691,2,610,1903 -"10327",2077,38869,2,610,1675 -"10328",2077,39186,3,610,1258 -"10329",2077,39294,3,610,1889 -"10330",2077,40028,3,610,1349 -"10331",2077,40072,3,610,1182 -"10332",2077,40293,3,610,1671 -"10333",2077,40368,3,610,2876 -"10334",2077,40417,3,610,771 -"10335",2077,41014,3,610,1152 -"10336",2077,41739,3,610,1339 -"10337",2077,41972,3,610,2509 -"10338",2077,42619,2,610,2017 -"10339",2077,42864,3,610,1151 -"10340",2077,43153,3,610,1381 -"10341",2077,44135,2,610,2620 -"10342",2077,44521,2,610,1593 -"10343",2077,45684,2,610,2200 -"10344",2077,46196,3,610,1510 -"10345",2077,46803,3,610,2305 -"10346",2077,48277,3,610,971 -"10347",2077,48905,3,610,1394 -"10348",2077,49608,3,610,2184 -"10349",2077,50236,3,610,2339 -"10350",2077,50468,3,610,1659 -"10351",2077,51052,3,610,2784 -"10352",2077,51471,2,610,1280 -"10353",2077,53043,3,610,803 -"10354",2077,53134,3,610,1590 -"10355",2077,53219,3,610,2973 -"10356",2077,54255,3,610,679 -"10357",2077,54929,3,610,2783 -"10358",2077,55076,2,610,2408 -"10359",2077,55234,3,610,890 -"10360",2077,55775,3,610,2385 -"10361",2077,56143,3,610,766 -"10362",2077,56232,3,610,1175 -"10363",2077,56237,3,610,2625 -"10364",2077,56604,2,610,1919 -"10365",2077,57246,1,610,1873 -"10366",2077,57414,3,610,922 -"10367",2077,57714,2,610,1391 -"10368",2077,57977,3,610,2683 -"10369",2077,58122,3,610,889 -"10370",2077,58414,3,610,880 -"10371",2077,60280,3,610,1918 -"10372",2077,60552,3,610,855 -"10373",2077,61719,3,610,1515 -"10374",2077,62488,3,610,1418 -"10375",2077,64181,3,610,1828 -"10376",2077,64857,3,610,1792 -"10377",2077,65625,3,610,1273 -"10378",2077,66413,3,610,2507 -"10379",2077,66622,3,610,799 -"10380",2077,67383,3,610,1739 -"10381",2077,69117,1,610,645 -"10382",2077,69250,1,610,1439 -"10383",2077,69260,3,610,1698 -"10384",2077,70681,3,610,866 -"10385",2077,71274,3,610,2390 -"10386",2077,72207,3,610,2430 -"10387",2077,72501,3,610,2795 -"10388",2077,73675,3,610,887 -"10389",2077,75403,3,610,1895 -"10390",2077,76495,3,610,1255 -"10391",2077,76607,2,610,747 -"10392",2077,76646,3,610,1263 -"10393",2077,76666,3,610,1908 -"10394",2077,77359,3,610,917 -"10395",2077,77550,3,610,1548 -"10396",2077,79403,3,610,977 -"10397",2077,80219,2,610,988 -"10398",2077,81349,3,610,1958 -"10399",2077,82732,2,610,2810 -"10400",2077,82893,3,610,1275 -"10401",2077,84500,3,610,1583 -"10402",2077,85736,3,610,1601 -"10403",2077,92508,3,610,1374 -"10404",2077,93752,3,610,1368 -"10405",2077,94444,3,610,1554 -"10406",2077,94500,2,610,1529 -"10407",2077,94520,3,610,1243 -"10408",2077,96611,2,610,765 -"10409",2077,98150,2,610,1009 -"10410",2077,101598,3,610,781 -"10411",2077,105063,3,610,1908 -"10412",2077,109718,3,610,1237 -"10413",2085,10875,3,161,1234 -"10414",2085,13248,3,161,1385 -"10415",2085,13801,3,161,2041 -"10416",2085,20643,3,161,2341 -"10417",2085,23112,3,161,1192 -"10418",2085,28627,3,161,2694 -"10419",2085,32113,3,161,882 -"10420",2085,47082,3,161,1990 -"10421",2085,106865,3,161,830 -"10422",2085,109635,1,161,1925 -"10423",2093,3477,3,2459,2546 -"10424",2093,3770,3,2459,2623 -"10425",2093,5590,3,2459,2845 -"10426",2093,11067,3,2459,2734 -"10427",2093,11506,3,2459,2824 -"10428",2093,12577,3,2459,2530 -"10429",2093,16205,3,2459,2630 -"10430",2093,18943,3,2459,2861 -"10431",2093,23325,3,2459,2779 -"10432",2093,35477,3,2459,2703 -"10433",2093,36120,3,2459,2971 -"10434",2093,37279,3,2459,2768 -"10435",2093,40295,3,2459,2703 -"10436",2093,45030,3,2459,2776 -"10437",2093,53013,3,2459,2523 -"10438",2093,57977,3,2459,2683 -"10439",2093,59005,3,2459,2817 -"10440",2093,82929,3,2459,2475 -"10441",2108,8610,3,1662,2240 -"10442",2108,12397,3,1662,1965 -"10443",2108,19386,1,1662,1714 -"10444",2108,26734,3,1662,2299 -"10445",2111,270,2,1904,2542 -"10446",2111,312,3,1904,2038 -"10447",2111,380,3,1904,2261 -"10448",2111,701,3,1904,2718 -"10449",2111,1102,3,1904,2282 -"10450",2111,2195,3,1904,2139 -"10451",2111,2424,2,1904,2582 -"10452",2111,2533,3,1904,2016 -"10453",2111,2572,3,1904,2273 -"10454",2111,3305,3,1904,2839 -"10455",2111,3493,3,1904,2451 -"10456",2111,3801,3,1904,1974 -"10457",2111,4953,3,1904,2285 -"10458",2111,5072,3,1904,2175 -"10459",2111,5235,3,1904,2324 -"10460",2111,5622,3,1904,2175 -"10461",2111,5971,2,1904,1985 -"10462",2111,6047,3,1904,2004 -"10463",2111,6052,3,1904,1985 -"10464",2111,6074,3,1904,2426 -"10465",2111,6222,3,1904,1949 -"10466",2111,6363,2,1904,2066 -"10467",2111,6588,1,1904,2025 -"10468",2111,6718,3,1904,2138 -"10469",2111,7180,3,1904,2227 -"10470",2111,7234,3,1904,2654 -"10471",2111,7406,3,1904,1906 -"10472",2111,7555,3,1904,1943 -"10473",2111,7616,3,1904,2296 -"10474",2111,9624,3,1904,2398 -"10475",2111,9928,3,1904,2345 -"10476",2111,10029,3,1904,2718 -"10477",2111,10513,3,1904,2284 -"10478",2111,10857,2,1904,2253 -"10479",2111,11006,3,1904,1950 -"10480",2111,11218,2,1904,2292 -"10481",2111,11440,3,1904,2026 -"10482",2111,11477,3,1904,2724 -"10483",2111,12042,3,1904,2345 -"10484",2111,12374,3,1904,2260 -"10485",2111,12724,3,1904,1930 -"10486",2111,13307,2,1904,2206 -"10487",2111,14252,3,1904,2244 -"10488",2111,14586,3,1904,2801 -"10489",2111,14989,3,1904,2223 -"10490",2111,15444,3,1904,2764 -"10491",2111,15799,3,1904,1917 -"10492",2111,15813,3,1904,2143 -"10493",2111,16352,3,1904,2657 -"10494",2111,16535,3,1904,1993 -"10495",2111,16539,3,1904,1947 -"10496",2111,17365,3,1904,2746 -"10497",2111,17400,2,1904,2231 -"10498",2111,18005,3,1904,2449 -"10499",2111,18361,3,1904,2968 -"10500",2111,18394,2,1904,2356 -"10501",2111,19248,3,1904,2357 -"10502",2111,19622,1,1904,2371 -"10503",2111,19719,3,1904,2177 -"10504",2111,19862,3,1904,2412 -"10505",2111,20124,3,1904,2376 -"10506",2111,20311,3,1904,1981 -"10507",2111,21012,2,1904,2325 -"10508",2111,21193,3,1904,2490 -"10509",2111,21248,3,1904,2232 -"10510",2111,21285,3,1904,2100 -"10511",2111,21682,3,1904,2414 -"10512",2111,21693,3,1904,2176 -"10513",2111,21929,3,1904,2062 -"10514",2111,22197,3,1904,2271 -"10515",2111,22326,3,1904,2818 -"10516",2111,23509,3,1904,2275 -"10517",2111,23526,2,1904,1998 -"10518",2111,23725,3,1904,2378 -"10519",2111,24060,3,1904,2349 -"10520",2111,25305,3,1904,2447 -"10521",2111,25577,3,1904,1946 -"10522",2111,25985,2,1904,2071 -"10523",2111,26067,3,1904,2069 -"10524",2111,26080,3,1904,2525 -"10525",2111,26818,3,1904,1999 -"10526",2111,26848,2,1904,2363 -"10527",2111,27694,3,1904,2030 -"10528",2111,30052,3,1904,2855 -"10529",2111,30405,2,1904,2164 -"10530",2111,31307,2,1904,2139 -"10531",2111,31436,3,1904,2892 -"10532",2111,32173,3,1904,2341 -"10533",2111,32965,2,1904,2071 -"10534",2111,33160,3,1904,2441 -"10535",2111,33430,3,1904,2225 -"10536",2111,33475,3,1904,2367 -"10537",2111,33981,3,1904,1993 -"10538",2111,34480,3,1904,2755 -"10539",2111,35402,3,1904,2339 -"10540",2111,38307,3,1904,2648 -"10541",2111,40493,3,1904,1981 -"10542",2111,41945,3,1904,2856 -"10543",2111,42129,3,1904,2318 -"10544",2111,42216,3,1904,2722 -"10545",2111,42687,3,1904,1952 -"10546",2111,43213,3,1904,2160 -"10547",2111,43455,2,1904,2846 -"10548",2111,43518,3,1904,2680 -"10549",2111,43673,3,1904,2787 -"10550",2111,44641,3,1904,1981 -"10551",2111,45302,3,1904,2390 -"10552",2111,45684,2,1904,2200 -"10553",2111,45729,3,1904,2606 -"10554",2111,46629,1,1904,2255 -"10555",2111,47098,3,1904,2057 -"10556",2111,48035,3,1904,2180 -"10557",2111,50134,3,1904,2674 -"10558",2111,50236,2,1904,2339 -"10559",2111,50785,3,1904,2877 -"10560",2111,51017,3,1904,2073 -"10561",2111,51035,3,1904,2397 -"10562",2111,51041,3,1904,2606 -"10563",2111,51866,3,1904,2411 -"10564",2111,52323,3,1904,2148 -"10565",2111,52576,3,1904,2234 -"10566",2111,54551,3,1904,2348 -"10567",2111,54929,3,1904,2783 -"10568",2111,55076,3,1904,2408 -"10569",2111,56082,2,1904,2395 -"10570",2111,56237,2,1904,2625 -"10571",2111,61982,2,1904,2725 -"10572",2111,62841,3,1904,2710 -"10573",2111,64947,3,1904,2489 -"10574",2111,65242,2,1904,1988 -"10575",2111,70217,3,1904,2332 -"10576",2111,72207,2,1904,2430 -"10577",2111,72326,2,1904,2384 -"10578",2111,76892,3,1904,2381 -"10579",2111,79804,3,1904,2227 -"10580",2111,83396,3,1904,2396 -"10581",2111,92104,3,1904,2339 -"10582",2111,101315,3,1904,1971 -"10583",2120,140,3,1133,2267 -"10584",2120,160,3,1133,2007 -"10585",2120,237,3,1133,1982 -"10586",2120,758,3,1133,1232 -"10587",2120,1641,3,1133,1490 -"10588",2120,1780,2,1133,1375 -"10589",2120,2226,3,1133,2225 -"10590",2120,2747,3,1133,2411 -"10591",2120,2852,3,1133,2448 -"10592",2120,3770,3,1133,2623 -"10593",2120,4669,3,1133,2395 -"10594",2120,4916,2,1133,1970 -"10595",2120,7937,3,1133,2044 -"10596",2120,8610,3,1133,2240 -"10597",2120,10129,2,1133,2124 -"10598",2120,12361,3,1133,2732 -"10599",2120,12747,3,1133,2818 -"10600",2120,13065,3,1133,1561 -"10601",2120,13967,3,1133,1354 -"10602",2120,15462,3,1133,1141 -"10603",2120,16501,3,1133,1650 -"10604",2120,16539,3,1133,1947 -"10605",2120,17645,3,1133,1918 -"10606",2120,20155,3,1133,1517 -"10607",2120,20821,3,1133,1617 -"10608",2120,21209,3,1133,2184 -"10609",2120,24176,3,1133,1986 -"10610",2120,24264,3,1133,1760 -"10611",2120,28893,3,1133,2764 -"10612",2120,29116,3,1133,2128 -"10613",2120,29495,3,1133,1612 -"10614",2120,35133,3,1133,2219 -"10615",2120,36953,2,1133,2790 -"10616",2120,37929,3,1133,2393 -"10617",2120,40283,2,1133,1657 -"10618",2120,44235,3,1133,2700 -"10619",2120,44433,3,1133,2224 -"10620",2120,44603,3,1133,2748 -"10621",2120,46261,3,1133,2350 -"10622",2120,46486,3,1133,1868 -"10623",2120,54523,3,1133,1935 -"10624",2120,57067,3,1133,2547 -"10625",2120,76507,3,1133,1437 -"10626",2120,80506,3,1133,1920 -"10627",2139,3477,3,2502,2546 -"10628",2139,11143,3,2502,2623 -"10629",2139,32395,2,2502,2735 -"10630",2139,34491,3,2502,2694 -"10631",2139,52041,2,2502,2694 -"10632",2139,70586,3,2502,2562 -"10633",2143,145,3,1174,1998 -"10634",2143,457,3,1174,1704 -"10635",2143,512,3,1174,1596 -"10636",2143,913,3,1174,2144 -"10637",2143,1034,2,1174,1438 -"10638",2143,1592,3,1174,2006 -"10639",2143,3352,2,1174,1707 -"10640",2143,3748,3,1174,2052 -"10641",2143,8529,3,1174,1205 -"10642",2143,8866,2,1174,1545 -"10643",2143,8888,3,1174,1328 -"10644",2143,9362,3,1174,2879 -"10645",2143,9702,3,1174,1928 -"10646",2143,14655,3,1174,2559 -"10647",2143,14834,3,1174,2739 -"10648",2143,17351,3,1174,2036 -"10649",2143,17626,3,1174,1265 -"10650",2143,18394,3,1174,2356 -"10651",2143,19096,3,1174,1538 -"10652",2143,30405,2,1174,2164 -"10653",2143,31235,3,1174,2668 -"10654",2143,34836,3,1174,2302 -"10655",2143,36087,2,1174,2755 -"10656",2143,38019,3,1174,1870 -"10657",2143,44188,3,1174,1609 -"10658",2143,45650,3,1174,1528 -"10659",2143,49512,2,1174,1302 -"10660",2143,53322,3,1174,1200 -"10661",2143,53323,2,1174,2677 -"10662",2143,53608,3,1174,1986 -"10663",2143,54305,3,1174,1222 -"10664",2143,55320,3,1174,1643 -"10665",2143,57353,2,1174,1849 -"10666",2143,65007,3,1174,2530 -"10667",2143,71342,3,1174,1289 -"10668",2143,72468,3,1174,2292 -"10669",2143,94179,2,1174,2000 -"10670",2143,105795,3,1174,1265 -"10671",2165,94339,3,840,2768 -"10672",2166,1151,3,2557,2885 -"10673",2166,1616,3,2557,2662 -"10674",2166,7323,3,2557,2858 -"10675",2166,18151,3,2557,2962 -"10676",2166,19528,2,2557,2742 -"10677",2166,24255,3,2557,2770 -"10678",2166,34327,3,2557,2959 -"10679",2166,39444,2,2557,2695 -"10680",2166,43518,2,2557,2680 -"10681",2166,44427,3,2557,2875 -"10682",2166,51410,3,2557,2739 -"10683",2166,53789,2,2557,2681 -"10684",2166,72334,3,2557,2820 -"10685",2181,312,3,2030,2038 -"10686",2181,362,3,2030,2537 -"10687",2181,701,3,2030,2718 -"10688",2181,1090,3,2030,2370 -"10689",2181,1315,3,2030,2760 -"10690",2181,1495,3,2030,2046 -"10691",2181,1616,3,2030,2662 -"10692",2181,1822,3,2030,2888 -"10693",2181,2036,3,2030,2483 -"10694",2181,2424,3,2030,2582 -"10695",2181,3305,2,2030,2839 -"10696",2181,3477,2,2030,2546 -"10697",2181,3966,3,2030,2425 -"10698",2181,4057,3,2030,2389 -"10699",2181,4929,3,2030,2240 -"10700",2181,4953,3,2030,2285 -"10701",2181,5235,3,2030,2324 -"10702",2181,5610,3,2030,2223 -"10703",2181,6063,2,2030,2349 -"10704",2181,6363,2,2030,2066 -"10705",2181,7794,3,2030,2972 -"10706",2181,8993,3,2030,2099 -"10707",2181,9175,2,2030,2639 -"10708",2181,9331,3,2030,2269 -"10709",2181,9503,3,2030,2453 -"10710",2181,12081,2,2030,2166 -"10711",2181,13899,3,2030,2650 -"10712",2181,14817,3,2030,2110 -"10713",2181,14918,3,2030,2071 -"10714",2181,15008,3,2030,2338 -"10715",2181,15023,3,2030,2054 -"10716",2181,15729,2,2030,2338 -"10717",2181,16628,3,2030,2409 -"10718",2181,17351,3,2030,2036 -"10719",2181,17549,3,2030,2647 -"10720",2181,19248,2,2030,2357 -"10721",2181,19317,3,2030,2041 -"10722",2181,19605,3,2030,2395 -"10723",2181,19643,3,2030,2452 -"10724",2181,19719,2,2030,2177 -"10725",2181,20124,3,2030,2376 -"10726",2181,20331,3,2030,2365 -"10727",2181,20984,3,2030,2502 -"10728",2181,23312,3,2030,2449 -"10729",2181,24558,3,2030,2139 -"10730",2181,24902,3,2030,2162 -"10731",2181,25985,3,2030,2071 -"10732",2181,26582,3,2030,2772 -"10733",2181,26749,3,2030,2965 -"10734",2181,27427,3,2030,2325 -"10735",2181,30052,3,2030,2855 -"10736",2181,31117,3,2030,2210 -"10737",2181,31159,3,2030,2231 -"10738",2181,31295,3,2030,2183 -"10739",2181,31357,3,2030,2389 -"10740",2181,32339,3,2030,2430 -"10741",2181,32395,3,2030,2735 -"10742",2181,32965,3,2030,2071 -"10743",2181,33223,2,2030,2397 -"10744",2181,33475,3,2030,2367 -"10745",2181,33672,3,2030,2396 -"10746",2181,34836,3,2030,2302 -"10747",2181,35256,3,2030,2271 -"10748",2181,37285,3,2030,2428 -"10749",2181,37301,3,2030,2160 -"10750",2181,38307,2,2030,2648 -"10751",2181,39444,3,2030,2695 -"10752",2181,39464,2,2030,2314 -"10753",2181,39535,3,2030,2428 -"10754",2181,41945,3,2030,2856 -"10755",2181,42783,2,2030,2338 -"10756",2181,43455,3,2030,2846 -"10757",2181,44427,3,2030,2875 -"10758",2181,44688,3,2030,2924 -"10759",2181,45239,2,2030,2535 -"10760",2181,45608,3,2030,2420 -"10761",2181,47098,3,2030,2057 -"10762",2181,47140,2,2030,2439 -"10763",2181,47595,3,2030,2374 -"10764",2181,47803,3,2030,2477 -"10765",2181,48605,3,2030,2796 -"10766",2181,49759,3,2030,2400 -"10767",2181,50113,3,2030,2059 -"10768",2181,50785,3,2030,2877 -"10769",2181,51041,3,2030,2606 -"10770",2181,51843,3,2030,2389 -"10771",2181,51866,3,2030,2411 -"10772",2181,52570,3,2030,2645 -"10773",2181,52576,3,2030,2234 -"10774",2181,52892,3,2030,2372 -"10775",2181,53851,3,2030,2305 -"10776",2181,53995,3,2030,2151 -"10777",2181,59700,2,2030,2346 -"10778",2181,61982,3,2030,2725 -"10779",2181,62841,3,2030,2710 -"10780",2181,65434,3,2030,2866 -"10781",2181,70647,2,2030,2795 -"10782",2181,72468,3,2030,2292 -"10783",2181,73786,3,2030,2937 -"10784",2181,84317,3,2030,2081 -"10785",2181,94125,3,2030,2280 -"10786",2190,371,3,2359,2950 -"10787",2190,489,3,2359,2652 -"10788",2190,2747,3,2359,2411 -"10789",2190,2979,3,2359,2912 -"10790",2190,7252,3,2359,2799 -"10791",2190,9503,3,2359,2453 -"10792",2190,16286,3,2359,2470 -"10793",2190,31262,3,2359,2780 -"10794",2190,47529,3,2359,2914 -"10795",2190,51774,2,2359,2459 -"10796",2190,54924,3,2359,2603 -"10797",2190,58501,3,2359,2613 -"10798",2190,70656,3,2359,2771 -"10799",2195,455,3,2139,2827 -"10800",2195,470,2,2139,2285 -"10801",2195,823,3,2139,2840 -"10802",2195,1226,1,2139,2353 -"10803",2195,3961,3,2139,2426 -"10804",2195,5072,3,2139,2175 -"10805",2195,5622,2,2139,2175 -"10806",2195,7180,3,2139,2227 -"10807",2195,7234,3,2139,2654 -"10808",2195,10857,2,2139,2253 -"10809",2195,11218,3,2139,2292 -"10810",2195,11966,3,2139,2385 -"10811",2195,12042,3,2139,2345 -"10812",2195,14507,2,2139,2686 -"10813",2195,15301,3,2139,2308 -"10814",2195,16195,3,2139,2964 -"10815",2195,16352,3,2139,2657 -"10816",2195,17400,2,2139,2231 -"10817",2195,17819,3,2139,2291 -"10818",2195,17852,3,2139,2840 -"10819",2195,19622,3,2139,2371 -"10820",2195,21571,3,2139,2755 -"10821",2195,22331,3,2139,2687 -"10822",2195,23725,3,2139,2378 -"10823",2195,24825,2,2139,2686 -"10824",2195,31436,3,2139,2892 -"10825",2195,32567,3,2139,2784 -"10826",2195,32939,3,2139,2277 -"10827",2195,33160,3,2139,2441 -"10828",2195,34480,3,2139,2755 -"10829",2195,34735,3,2139,2767 -"10830",2195,38227,3,2139,2511 -"10831",2195,43213,3,2139,2160 -"10832",2195,45684,2,2139,2200 -"10833",2195,46629,3,2139,2255 -"10834",2195,49608,3,2139,2184 -"10835",2195,54551,2,2139,2348 -"10836",2195,56082,3,2139,2395 -"10837",2195,57804,3,2139,2214 -"10838",2195,57977,3,2139,2683 -"10839",2195,70528,3,2139,2727 -"10840",2195,72207,3,2139,2430 -"10841",2195,76048,3,2139,2373 -"10842",2206,9504,3,2536,2549 -"10843",2206,9785,3,2536,2951 -"10844",2206,13136,3,2536,2867 -"10845",2206,13879,3,2536,2748 -"10846",2206,15567,3,2536,2671 -"10847",2206,19655,3,2536,2706 -"10848",2206,27686,3,2536,2844 -"10849",2206,31331,3,2536,2964 -"10850",2206,41051,2,2536,2767 -"10851",2206,42256,3,2536,2839 -"10852",2206,45869,3,2536,2840 -"10853",2206,53739,3,2536,2704 -"10854",2206,62112,3,2536,2944 -"10855",2206,63077,3,2536,2778 -"10856",2208,2684,3,2814,2874 -"10857",2208,7759,3,2814,2844 -"10858",2208,18543,3,2814,2968 -"10859",2208,40368,3,2814,2876 -"10860",2208,43173,3,2814,2895 -"10861",2208,44427,3,2814,2875 -"10862",2208,50275,3,2814,2832 -"10863",2208,88232,2,2814,2881 -"10864",2220,7354,2,1504,2008 -"10865",2220,8657,3,1504,2473 -"10866",2220,18543,3,1504,2968 -"10867",2220,44268,3,1504,2436 -"10868",2220,82426,3,1504,1576 -"10869",2220,96894,3,1504,1598 -"10870",2221,4730,3,2092,2131 -"10871",2221,10495,3,2092,2230 -"10872",2221,10638,3,2092,2692 -"10873",2221,11506,3,2092,2824 -"10874",2221,18943,2,2092,2861 -"10875",2221,20007,3,2092,2971 -"10876",2221,21180,3,2092,2762 -"10877",2221,34162,3,2092,2336 -"10878",2221,38144,2,2092,2637 -"10879",2221,39105,3,2092,2487 -"10880",2221,76132,3,2092,2426 -"10881",2224,455,3,2751,2827 -"10882",2224,1151,3,2751,2885 -"10883",2224,3305,3,2751,2839 -"10884",2224,7323,3,2751,2858 -"10885",2224,9362,2,2751,2879 -"10886",2224,18151,3,2751,2962 -"10887",2224,19606,3,2751,2783 -"10888",2224,20292,3,2751,2755 -"10889",2224,22326,3,2751,2818 -"10890",2224,30052,3,2751,2855 -"10891",2224,36087,3,2751,2755 -"10892",2224,43455,3,2751,2846 -"10893",2224,75444,3,2751,2846 -"10894",2226,1692,3,2225,2443 -"10895",2226,2093,3,2225,2459 -"10896",2226,2936,3,2225,2512 -"10897",2226,3493,3,2225,2451 -"10898",2226,3770,1,2225,2623 -"10899",2226,4249,3,2225,2547 -"10900",2226,7450,3,2225,2827 -"10901",2226,9723,3,2225,2302 -"10902",2226,10766,2,2225,2647 -"10903",2226,14915,1,2225,2606 -"10904",2226,19215,3,2225,2604 -"10905",2226,19364,3,2225,2846 -"10906",2226,22580,3,2225,2245 -"10907",2226,22709,3,2225,2743 -"10908",2226,23154,1,2225,2345 -"10909",2226,24096,2,2225,2612 -"10910",2226,27686,3,2225,2844 -"10911",2226,32202,2,2225,2314 -"10912",2226,33236,3,2225,2297 -"10913",2226,35477,3,2225,2703 -"10914",2226,36487,3,2225,2622 -"10915",2226,37929,3,2225,2393 -"10916",2226,38259,3,2225,2258 -"10917",2226,39906,3,2225,2365 -"10918",2226,44235,3,2225,2700 -"10919",2226,45729,2,2225,2606 -"10920",2226,46261,1,2225,2350 -"10921",2226,51687,3,2225,2333 -"10922",2226,61240,3,2225,2651 -"10923",2226,63641,3,2225,2337 -"10924",2226,77077,3,2225,2693 -"10925",2226,80812,3,2225,2357 -"10926",2226,82932,3,2225,2245 -"10927",2226,92297,2,2225,2952 -"10928",2229,3403,3,1536,2951 -"10929",2229,7719,3,1536,1954 -"10930",2229,8062,3,1536,2858 -"10931",2229,8865,3,1536,2394 -"10932",2229,16690,3,1536,2132 -"10933",2229,22723,1,1536,2859 -"10934",2229,34334,3,1536,1637 -"10935",2229,39249,3,1536,1665 -"10936",2229,69232,3,1536,2130 -"10937",2258,468,3,288,1966 -"10938",2258,5816,3,288,2408 -"10939",2258,8157,2,288,1063 -"10940",2258,10990,3,288,805 -"10941",2258,13400,3,288,1371 -"10942",2258,17999,3,288,2758 -"10943",2258,23739,3,288,2463 -"10944",2258,25259,1,288,1699 -"10945",2258,26100,2,288,1966 -"10946",2258,41603,3,288,1942 -"10947",2258,53362,3,288,2360 -"10948",2258,55775,3,288,2385 -"10949",2258,60672,3,288,2876 -"10950",2258,64439,2,288,562 -"10951",2258,72348,3,288,1810 -"10952",2258,97266,3,288,1016 -"10953",2269,23,3,984,1682 -"10954",2269,135,3,984,2233 -"10955",2269,380,3,984,2261 -"10956",2269,470,3,984,2285 -"10957",2269,600,2,984,1702 -"10958",2269,675,2,984,1686 -"10959",2269,913,3,984,2144 -"10960",2269,1046,3,984,1881 -"10961",2269,1102,3,984,2282 -"10962",2269,1127,1,984,1188 -"10963",2269,1130,1,984,1566 -"10964",2269,1136,2,984,2536 -"10965",2269,1175,2,984,1642 -"10966",2269,1469,3,984,1160 -"10967",2269,1691,3,984,1941 -"10968",2269,1875,3,984,1786 -"10969",2269,2325,1,984,1641 -"10970",2269,2424,3,984,2582 -"10971",2269,2533,3,984,2016 -"10972",2269,2572,3,984,2273 -"10973",2269,2754,2,984,1360 -"10974",2269,2765,2,984,2321 -"10975",2269,2864,3,984,1543 -"10976",2269,2954,3,984,2727 -"10977",2269,3242,3,984,1730 -"10978",2269,3716,3,984,1679 -"10979",2269,3777,2,984,1798 -"10980",2269,3801,3,984,1974 -"10981",2269,3886,2,984,1669 -"10982",2269,3966,1,984,2425 -"10983",2269,4084,3,984,2133 -"10984",2269,4191,3,984,2130 -"10985",2269,4253,3,984,1890 -"10986",2269,4317,3,984,1224 -"10987",2269,4567,2,984,2348 -"10988",2269,4618,3,984,2607 -"10989",2269,4690,3,984,1938 -"10990",2269,4701,3,984,2401 -"10991",2269,4790,2,984,1025 -"10992",2269,4791,2,984,1184 -"10993",2269,4953,3,984,2285 -"10994",2269,5041,3,984,2371 -"10995",2269,5491,3,984,2048 -"10996",2269,5725,3,984,2789 -"10997",2269,5986,3,984,1721 -"10998",2269,6044,2,984,2744 -"10999",2269,6047,3,984,2004 -"11000",2269,6052,3,984,1985 -"11001",2269,6074,3,984,2426 -"11002",2269,6390,3,984,2385 -"11003",2269,6417,3,984,1675 -"11004",2269,6428,3,984,1952 -"11005",2269,6491,3,984,2424 -"11006",2269,6740,3,984,2699 -"11007",2269,6914,3,984,2668 -"11008",2269,6982,3,984,2034 -"11009",2269,7406,3,984,1906 -"11010",2269,7759,3,984,2844 -"11011",2269,7847,2,984,2424 -"11012",2269,7861,1,984,1647 -"11013",2269,8712,3,984,1153 -"11014",2269,10130,3,984,2741 -"11015",2269,10222,3,984,2212 -"11016",2269,10358,3,984,2294 -"11017",2269,10373,3,984,2436 -"11018",2269,10433,3,984,2075 -"11019",2269,10513,2,984,2284 -"11020",2269,10717,3,984,1938 -"11021",2269,10836,3,984,2215 -"11022",2269,11208,2,984,1161 -"11023",2269,11218,3,984,2292 -"11024",2269,11540,2,984,1237 -"11025",2269,12042,3,984,2345 -"11026",2269,12602,3,984,1956 -"11027",2269,12724,3,984,1930 -"11028",2269,13945,3,984,1324 -"11029",2269,14072,3,984,1346 -"11030",2269,14669,3,984,2080 -"11031",2269,14834,3,984,2739 -"11032",2269,14983,2,984,1047 -"11033",2269,15005,2,984,1415 -"11034",2269,15315,3,984,2173 -"11035",2269,15626,3,984,2434 -"11036",2269,15713,3,984,1646 -"11037",2269,15813,3,984,2143 -"11038",2269,15872,3,984,1551 -"11039",2269,16120,3,984,1237 -"11040",2269,16164,3,984,1184 -"11041",2269,16352,3,984,2657 -"11042",2269,16625,3,984,1285 -"11043",2269,17381,3,984,1697 -"11044",2269,17396,3,984,1672 -"11045",2269,17698,3,984,1559 -"11046",2269,17819,3,984,2291 -"11047",2269,17852,3,984,2840 -"11048",2269,17931,2,984,1617 -"11049",2269,17943,2,984,1943 -"11050",2269,18011,3,984,1636 -"11051",2269,18108,3,984,1656 -"11052",2269,18502,3,984,1033 -"11053",2269,18615,3,984,1025 -"11054",2269,18707,3,984,1143 -"11055",2269,18825,2,984,1240 -"11056",2269,19049,3,984,1798 -"11057",2269,19113,3,984,1171 -"11058",2269,19516,3,984,2313 -"11059",2269,20975,3,984,1305 -"11060",2269,21029,3,984,1943 -"11061",2269,21122,3,984,1701 -"11062",2269,21138,2,984,2849 -"11063",2269,21164,3,984,1645 -"11064",2269,21682,3,984,2414 -"11065",2269,21795,3,984,2653 -"11066",2269,21929,3,984,2062 -"11067",2269,22141,3,984,2348 -"11068",2269,22277,3,984,2424 -"11069",2269,22282,3,984,1418 -"11070",2269,22331,3,984,2687 -"11071",2269,22403,3,984,1630 -"11072",2269,22543,3,984,1594 -"11073",2269,22566,3,984,2308 -"11074",2269,22639,3,984,2352 -"11075",2269,22705,3,984,1016 -"11076",2269,22714,2,984,2793 -"11077",2269,22885,3,984,1702 -"11078",2269,23159,3,984,1548 -"11079",2269,23310,3,984,2371 -"11080",2269,23641,3,984,1934 -"11081",2269,23705,3,984,2699 -"11082",2269,23825,2,984,1913 -"11083",2269,23918,3,984,1881 -"11084",2269,24568,3,984,1937 -"11085",2269,24755,3,984,1319 -"11086",2269,24964,3,984,2491 -"11087",2269,25129,2,984,2647 -"11088",2269,25325,2,984,2963 -"11089",2269,25341,2,984,1858 -"11090",2269,25443,3,984,1441 -"11091",2269,25622,3,984,1985 -"11092",2269,25643,3,984,1646 -"11093",2269,26080,2,984,2525 -"11094",2269,26282,1,984,1241 -"11095",2269,26322,2,984,1018 -"11096",2269,26451,3,984,2133 -"11097",2269,26766,2,984,1161 -"11098",2269,26865,3,984,2726 -"11099",2269,27377,3,984,1724 -"11100",2269,27390,3,984,2425 -"11101",2269,27628,3,984,2389 -"11102",2269,27694,3,984,2030 -"11103",2269,27837,3,984,1315 -"11104",2269,27849,3,984,1316 -"11105",2269,28434,3,984,1141 -"11106",2269,29050,3,984,1196 -"11107",2269,29115,2,984,1047 -"11108",2269,29170,3,984,1846 -"11109",2269,29243,3,984,2011 -"11110",2269,29917,2,984,1962 -"11111",2269,29930,3,984,2240 -"11112",2269,30095,3,984,1578 -"11113",2269,30891,3,984,1256 -"11114",2269,31050,3,984,1491 -"11115",2269,31799,3,984,2547 -"11116",2269,32919,3,984,2321 -"11117",2269,32939,3,984,2277 -"11118",2269,33672,3,984,2396 -"11119",2269,34057,3,984,1657 -"11120",2269,34160,3,984,1759 -"11121",2269,34492,3,984,1798 -"11122",2269,34509,1,984,1973 -"11123",2269,35045,3,984,1646 -"11124",2269,35302,3,984,1589 -"11125",2269,35481,3,984,2211 -"11126",2269,36651,3,984,1600 -"11127",2269,37238,3,984,2609 -"11128",2269,37333,3,984,1612 -"11129",2269,38055,2,984,1089 -"11130",2269,38551,3,984,2965 -"11131",2269,39827,3,984,2321 -"11132",2269,40129,3,984,2162 -"11133",2269,40293,3,984,1671 -"11134",2269,40369,3,984,2735 -"11135",2269,40493,3,984,1981 -"11136",2269,41402,3,984,2313 -"11137",2269,41739,2,984,1339 -"11138",2269,41837,3,984,2399 -"11139",2269,41972,2,984,2509 -"11140",2269,42129,3,984,2318 -"11141",2269,42216,3,984,2722 -"11142",2269,42474,2,984,2322 -"11143",2269,42574,3,984,2842 -"11144",2269,44135,3,984,2620 -"11145",2269,45302,3,984,2390 -"11146",2269,46091,3,984,1938 -"11147",2269,46182,3,984,1613 -"11148",2269,47248,1,984,2883 -"11149",2269,47715,3,984,2111 -"11150",2269,49110,3,984,2938 -"11151",2269,49512,3,984,1302 -"11152",2269,50124,3,984,1209 -"11153",2269,51017,1,984,2073 -"11154",2269,51035,2,984,2397 -"11155",2269,51410,2,984,2739 -"11156",2269,51810,3,984,1401 -"11157",2269,51866,3,984,2411 -"11158",2269,51987,3,984,1397 -"11159",2269,52003,3,984,2067 -"11160",2269,52058,3,984,1836 -"11161",2269,52735,3,984,1124 -"11162",2269,52835,3,984,995 -"11163",2269,53196,3,984,1888 -"11164",2269,53323,3,984,2677 -"11165",2269,53433,2,984,1187 -"11166",2269,55156,3,984,2196 -"11167",2269,55468,3,984,2511 -"11168",2269,56171,3,984,1524 -"11169",2269,57804,3,984,2214 -"11170",2269,57950,3,984,1529 -"11171",2269,58035,2,984,1646 -"11172",2269,58078,3,984,1252 -"11173",2269,62841,3,984,2710 -"11174",2269,63409,3,984,1937 -"11175",2269,63442,3,984,1965 -"11176",2269,63547,1,984,1023 -"11177",2269,64031,3,984,1295 -"11178",2269,64181,1,984,1828 -"11179",2269,64997,2,984,2791 -"11180",2269,65625,2,984,1273 -"11181",2269,66413,2,984,2507 -"11182",2269,66860,3,984,1548 -"11183",2269,66983,3,984,2397 -"11184",2269,67314,3,984,1051 -"11185",2269,68215,3,984,2727 -"11186",2269,69250,3,984,1439 -"11187",2269,69260,3,984,1698 -"11188",2269,69712,3,984,1219 -"11189",2269,69745,3,984,1594 -"11190",2269,70605,1,984,1176 -"11191",2269,71342,3,984,1289 -"11192",2269,71618,3,984,2960 -"11193",2269,72334,3,984,2820 -"11194",2269,75948,2,984,1006 -"11195",2269,76603,3,984,1300 -"11196",2269,76892,3,984,2381 -"11197",2269,78563,3,984,2385 -"11198",2269,79322,3,984,2770 -"11199",2269,80825,3,984,2315 -"11200",2269,81588,3,984,1568 -"11201",2269,82767,3,984,1641 -"11202",2269,82787,2,984,1144 -"11203",2269,83219,3,984,1492 -"11204",2269,84022,3,984,2289 -"11205",2269,86799,3,984,1951 -"11206",2269,88966,3,984,1568 -"11207",2269,92508,3,984,1374 -"11208",2269,92973,3,984,1276 -"11209",2269,94808,3,984,988 -"11210",2269,105063,2,984,1908 -"11211",2269,105685,3,984,2469 -"11212",2269,105947,3,984,997 -"11213",2269,111843,3,984,1963 -"11214",2272,843,3,1640,2332 -"11215",2272,2443,1,1640,2333 -"11216",2272,3271,3,1640,2216 -"11217",2272,4249,3,1640,2547 -"11218",2272,5637,3,1640,1976 -"11219",2272,6345,3,1640,2713 -"11220",2272,8607,3,1640,1685 -"11221",2272,9272,3,1640,2835 -"11222",2272,9538,2,1640,1786 -"11223",2272,9724,3,1640,2713 -"11224",2272,9910,3,1640,2526 -"11225",2272,12116,2,1640,2119 -"11226",2272,13340,3,1640,1918 -"11227",2272,14470,1,1640,2632 -"11228",2272,14957,3,1640,2306 -"11229",2272,15782,2,1640,2306 -"11230",2272,20547,3,1640,2145 -"11231",2272,20695,3,1640,2526 -"11232",2272,22410,1,1640,2158 -"11233",2272,23498,3,1640,2398 -"11234",2272,23560,3,1640,2051 -"11235",2272,30697,3,1640,2891 -"11236",2272,31264,2,1640,2335 -"11237",2272,36840,3,1640,2269 -"11238",2272,41098,2,1640,1857 -"11239",2272,42407,3,1640,2408 -"11240",2272,43226,3,1640,2442 -"11241",2272,45499,2,1640,2346 -"11242",2272,48110,3,1640,2009 -"11243",2272,48501,2,1640,2010 -"11244",2272,49403,3,1640,2427 -"11245",2272,50468,3,1640,1659 -"11246",2272,52950,2,1640,2716 -"11247",2272,53652,3,1640,2899 -"11248",2272,57205,3,1640,2948 -"11249",2272,58508,3,1640,2326 -"11250",2272,67836,3,1640,2195 -"11251",2272,68286,3,1640,2442 -"11252",2272,69335,3,1640,2698 -"11253",2272,77719,3,1640,2086 -"11254",2272,80301,3,1640,1690 -"11255",2272,83334,3,1640,1708 -"11256",2272,93553,3,1640,2537 -"11257",2282,827,3,2056,2964 -"11258",2282,1624,3,2056,2687 -"11259",2282,2647,3,2056,2450 -"11260",2282,3158,3,2056,2762 -"11261",2282,4249,3,2056,2547 -"11262",2282,6345,2,2056,2713 -"11263",2282,7253,3,2056,2686 -"11264",2282,9724,2,2056,2713 -"11265",2282,12116,2,2056,2119 -"11266",2282,14470,3,2056,2632 -"11267",2282,14957,3,2056,2306 -"11268",2282,15782,3,2056,2306 -"11269",2282,17499,2,2056,2954 -"11270",2282,19366,3,2056,2279 -"11271",2282,22410,3,2056,2158 -"11272",2282,23550,3,2056,2939 -"11273",2282,26597,1,2056,2070 -"11274",2282,28782,1,2056,2272 -"11275",2282,30714,3,2056,2485 -"11276",2282,31855,3,2056,2636 -"11277",2282,32169,2,2056,2504 -"11278",2282,36840,1,2056,2269 -"11279",2282,37684,3,2056,2899 -"11280",2282,42382,2,2056,2224 -"11281",2282,42390,2,2056,2937 -"11282",2282,42407,3,2056,2408 -"11283",2282,43701,2,2056,2400 -"11284",2282,47607,3,2056,2724 -"11285",2282,52323,3,2056,2148 -"11286",2282,53584,2,2056,2391 -"11287",2282,53652,2,2056,2899 -"11288",2282,64737,3,2056,2442 -"11289",2282,69795,3,2056,2636 -"11290",2282,71999,2,2056,2685 -"11291",2282,73520,2,2056,2613 -"11292",2282,77719,3,2056,2086 -"11293",2282,80970,1,2056,2069 -"11294",2288,6824,3,1870,2680 -"11295",2288,10638,3,1870,2692 -"11296",2288,11506,3,1870,2824 -"11297",2288,21463,3,1870,2437 -"11298",2288,22297,3,1870,1904 -"11299",2288,28582,3,1870,2698 -"11300",2288,36136,3,1870,2338 -"11301",2288,39105,3,1870,2487 -"11302",2288,66911,3,1870,1920 -"11303",2288,69335,3,1870,2698 -"11304",2289,489,3,2389,2652 -"11305",2289,7234,3,2389,2654 -"11306",2289,15930,3,2389,2541 -"11307",2289,29095,3,2389,2531 -"11308",2289,29454,3,2389,2719 -"11309",2289,29864,3,2389,2479 -"11310",2289,35187,3,2389,2488 -"11311",2289,39556,1,2389,2747 -"11312",2289,41764,3,2389,2409 -"11313",2289,53846,3,2389,2737 -"11314",2289,56082,3,2389,2395 -"11315",2289,57732,2,2389,2454 -"11316",2289,59539,3,2389,2429 -"11317",2289,72207,3,2389,2430 -"11318",2294,267,3,1638,2631 -"11319",2294,3770,3,1638,2623 -"11320",2294,8860,2,1638,2141 -"11321",2294,14915,3,1638,2606 -"11322",2294,17061,3,1638,2385 -"11323",2294,22207,3,1638,2365 -"11324",2294,27509,3,1638,2067 -"11325",2294,28627,3,1638,2694 -"11326",2294,33341,2,1638,2338 -"11327",2294,39534,3,1638,2410 -"11328",2294,46261,3,1638,2350 -"11329",2294,73172,2,1638,2496 -"11330",2294,80050,3,1638,2698 -"11331",2294,91772,3,1638,2233 -"11332",2294,98058,3,1638,1891 -"11333",2294,107383,3,1638,1918 -"11334",2300,23,3,565,1682 -"11335",2300,600,3,565,1702 -"11336",2300,675,2,565,1686 -"11337",2300,1046,3,565,1881 -"11338",2300,1127,1,565,1188 -"11339",2300,1130,1,565,1566 -"11340",2300,1136,2,565,2536 -"11341",2300,1175,3,565,1642 -"11342",2300,1469,3,565,1160 -"11343",2300,2269,1,565,984 -"11344",2300,2325,1,565,1641 -"11345",2300,2743,3,565,1278 -"11346",2300,2754,3,565,1360 -"11347",2300,2765,2,565,2321 -"11348",2300,2954,3,565,2727 -"11349",2300,3242,3,565,1730 -"11350",2300,3777,3,565,1798 -"11351",2300,3886,3,565,1669 -"11352",2300,3966,2,565,2425 -"11353",2300,4191,3,565,2130 -"11354",2300,4567,3,565,2348 -"11355",2300,4618,3,565,2607 -"11356",2300,4785,3,565,996 -"11357",2300,4790,3,565,1025 -"11358",2300,4791,3,565,1184 -"11359",2300,5041,3,565,2371 -"11360",2300,5491,3,565,2048 -"11361",2300,5725,3,565,2789 -"11362",2300,6044,3,565,2744 -"11363",2300,6366,3,565,798 -"11364",2300,6740,2,565,2699 -"11365",2300,6914,3,565,2668 -"11366",2300,7847,3,565,2424 -"11367",2300,7861,1,565,1647 -"11368",2300,10130,2,565,2741 -"11369",2300,10513,3,565,2284 -"11370",2300,10875,3,565,1234 -"11371",2300,11208,2,565,1161 -"11372",2300,11540,3,565,1237 -"11373",2300,11576,3,565,808 -"11374",2300,12042,3,565,2345 -"11375",2300,14669,3,565,2080 -"11376",2300,14983,3,565,1047 -"11377",2300,15005,3,565,1415 -"11378",2300,16074,3,565,977 -"11379",2300,16164,3,565,1184 -"11380",2300,16881,3,565,925 -"11381",2300,17931,3,565,1617 -"11382",2300,17943,3,565,1943 -"11383",2300,18615,3,565,1025 -"11384",2300,18825,3,565,1240 -"11385",2300,19248,3,565,2357 -"11386",2300,19516,3,565,2313 -"11387",2300,19627,3,565,627 -"11388",2300,19719,3,565,2177 -"11389",2300,19814,3,565,936 -"11390",2300,20824,3,565,1366 -"11391",2300,21138,3,565,2849 -"11392",2300,21795,3,565,2653 -"11393",2300,22277,2,565,2424 -"11394",2300,22714,2,565,2793 -"11395",2300,23319,3,565,2867 -"11396",2300,23506,3,565,1172 -"11397",2300,23825,3,565,1913 -"11398",2300,24964,3,565,2491 -"11399",2300,25129,1,565,2647 -"11400",2300,25325,3,565,2963 -"11401",2300,25341,2,565,1858 -"11402",2300,25643,3,565,1646 -"11403",2300,26080,3,565,2525 -"11404",2300,26282,2,565,1241 -"11405",2300,26322,3,565,1018 -"11406",2300,26766,2,565,1161 -"11407",2300,26865,3,565,2726 -"11408",2300,27686,3,565,2844 -"11409",2300,28434,3,565,1141 -"11410",2300,29050,3,565,1196 -"11411",2300,29115,3,565,1047 -"11412",2300,29705,3,565,607 -"11413",2300,29917,2,565,1962 -"11414",2300,31799,3,565,2547 -"11415",2300,32939,3,565,2277 -"11416",2300,34492,3,565,1798 -"11417",2300,34509,1,565,1973 -"11418",2300,35113,3,565,1327 -"11419",2300,35481,3,565,2211 -"11420",2300,37238,3,565,2609 -"11421",2300,37333,3,565,1612 -"11422",2300,38055,3,565,1089 -"11423",2300,38694,3,565,817 -"11424",2300,39827,3,565,2321 -"11425",2300,40293,3,565,1671 -"11426",2300,40417,3,565,771 -"11427",2300,40493,3,565,1981 -"11428",2300,41402,3,565,2313 -"11429",2300,41739,3,565,1339 -"11430",2300,41972,3,565,2509 -"11431",2300,42175,3,565,1594 -"11432",2300,42474,2,565,2322 -"11433",2300,44648,3,565,619 -"11434",2300,45343,3,565,2360 -"11435",2300,45746,3,565,609 -"11436",2300,46111,3,565,871 -"11437",2300,47248,2,565,2883 -"11438",2300,49110,3,565,2938 -"11439",2300,51017,2,565,2073 -"11440",2300,51022,3,565,1499 -"11441",2300,51035,3,565,2397 -"11442",2300,51410,2,565,2739 -"11443",2300,51987,3,565,1397 -"11444",2300,52835,3,565,995 -"11445",2300,53196,3,565,1888 -"11446",2300,53433,2,565,1187 -"11447",2300,54250,3,565,2340 -"11448",2300,56171,3,565,1524 -"11449",2300,57804,3,565,2214 -"11450",2300,58035,2,565,1646 -"11451",2300,61982,3,565,2725 -"11452",2300,62841,2,565,2710 -"11453",2300,63547,2,565,1023 -"11454",2300,64031,3,565,1295 -"11455",2300,64181,2,565,1828 -"11456",2300,64997,3,565,2791 -"11457",2300,65625,3,565,1273 -"11458",2300,66413,3,565,2507 -"11459",2300,67216,2,565,984 -"11460",2300,68215,3,565,2727 -"11461",2300,70605,2,565,1176 -"11462",2300,71618,2,565,2960 -"11463",2300,74731,3,565,853 -"11464",2300,75948,3,565,1006 -"11465",2300,81482,2,565,908 -"11466",2300,82767,3,565,1641 -"11467",2300,82787,3,565,1144 -"11468",2300,83219,3,565,1492 -"11469",2300,83434,3,565,850 -"11470",2300,87692,3,565,775 -"11471",2300,88347,2,565,793 -"11472",2300,90259,3,565,699 -"11473",2300,90378,3,565,890 -"11474",2300,90802,3,565,877 -"11475",2300,92220,3,565,607 -"11476",2300,92973,3,565,1276 -"11477",2300,94808,3,565,988 -"11478",2300,101395,3,565,891 -"11479",2300,105063,3,565,1908 -"11480",2300,105685,3,565,2469 -"11481",2300,120585,3,565,961 -"11482",2322,270,3,1645,2542 -"11483",2322,357,3,1645,2327 -"11484",2322,913,3,1645,2144 -"11485",2322,2424,2,1645,2582 -"11486",2322,2533,3,1645,2016 -"11487",2322,3305,3,1645,2839 -"11488",2322,6363,3,1645,2066 -"11489",2322,9311,3,1645,2477 -"11490",2322,11006,3,1645,1950 -"11491",2322,15813,3,1645,2143 -"11492",2322,16201,3,1645,1811 -"11493",2322,19248,3,1645,2357 -"11494",2322,19719,3,1645,2177 -"11495",2322,21285,3,1645,2100 -"11496",2322,23395,3,1645,1948 -"11497",2322,25577,3,1645,1946 -"11498",2322,27275,3,1645,2656 -"11499",2322,27390,3,1645,2425 -"11500",2322,27694,3,1645,2030 -"11501",2322,32339,3,1645,2430 -"11502",2322,38019,3,1645,1870 -"11503",2322,40937,2,1645,2639 -"11504",2322,43455,3,1645,2846 -"11505",2322,46629,3,1645,2255 -"11506",2322,49620,3,1645,1868 -"11507",2322,50685,3,1645,2008 -"11508",2322,52058,3,1645,1836 -"11509",2322,52576,2,1645,2234 -"11510",2322,55082,3,1645,1856 -"11511",2322,56082,3,1645,2395 -"11512",2322,56317,2,1645,2030 -"11513",2322,58451,3,1645,1939 -"11514",2322,58508,3,1645,2326 -"11515",2322,61982,3,1645,2725 -"11516",2322,62841,3,1645,2710 -"11517",2322,76892,3,1645,2381 -"11518",2322,79322,3,1645,2770 -"11519",2322,82949,2,1645,2077 -"11520",2325,23,3,1641,1682 -"11521",2325,600,3,1641,1702 -"11522",2325,675,3,1641,1686 -"11523",2325,1046,3,1641,1881 -"11524",2325,1136,3,1641,2536 -"11525",2325,1175,3,1641,1642 -"11526",2325,2765,3,1641,2321 -"11527",2325,2954,3,1641,2727 -"11528",2325,3242,3,1641,1730 -"11529",2325,3777,3,1641,1798 -"11530",2325,3886,3,1641,1669 -"11531",2325,3966,2,1641,2425 -"11532",2325,4567,3,1641,2348 -"11533",2325,4618,3,1641,2607 -"11534",2325,5041,3,1641,2371 -"11535",2325,5725,3,1641,2789 -"11536",2325,6044,3,1641,2744 -"11537",2325,6740,3,1641,2699 -"11538",2325,7847,3,1641,2424 -"11539",2325,7861,2,1641,1647 -"11540",2325,10130,3,1641,2741 -"11541",2325,10513,3,1641,2284 -"11542",2325,14669,3,1641,2080 -"11543",2325,17943,3,1641,1943 -"11544",2325,21138,3,1641,2849 -"11545",2325,22277,3,1641,2424 -"11546",2325,22714,3,1641,2793 -"11547",2325,23825,3,1641,1913 -"11548",2325,24964,2,1641,2491 -"11549",2325,25129,2,1641,2647 -"11550",2325,25325,3,1641,2963 -"11551",2325,25341,2,1641,1858 -"11552",2325,25643,3,1641,1646 -"11553",2325,26080,3,1641,2525 -"11554",2325,26865,3,1641,2726 -"11555",2325,29917,3,1641,1962 -"11556",2325,31799,3,1641,2547 -"11557",2325,32939,3,1641,2277 -"11558",2325,34480,3,1641,2755 -"11559",2325,34509,1,1641,1973 -"11560",2325,40293,3,1641,1671 -"11561",2325,41402,3,1641,2313 -"11562",2325,41972,3,1641,2509 -"11563",2325,42474,3,1641,2322 -"11564",2325,47248,2,1641,2883 -"11565",2325,51017,2,1641,2073 -"11566",2325,51035,3,1641,2397 -"11567",2325,51410,3,1641,2739 -"11568",2325,57804,3,1641,2214 -"11569",2325,58035,2,1641,1646 -"11570",2325,62841,3,1641,2710 -"11571",2325,64181,2,1641,1828 -"11572",2325,64997,3,1641,2791 -"11573",2325,66413,3,1641,2507 -"11574",2325,68215,3,1641,2727 -"11575",2325,71618,3,1641,2960 -"11576",2325,105063,3,1641,1908 -"11577",2334,38755,3,2619,2902 -"11578",2337,1767,3,1697,2727 -"11579",2337,2694,3,1697,2062 -"11580",2337,3068,2,1697,1815 -"11581",2337,3980,3,1697,2771 -"11582",2337,4705,2,1697,1714 -"11583",2337,6996,3,1697,2916 -"11584",2337,7258,3,1697,1714 -"11585",2337,10964,3,1697,2043 -"11586",2337,11067,3,1697,2734 -"11587",2337,11625,3,1697,2022 -"11588",2337,13158,3,1697,2667 -"11589",2337,17943,3,1697,1943 -"11590",2337,21754,3,1697,1881 -"11591",2337,25078,1,1697,2312 -"11592",2337,30827,3,1697,2323 -"11593",2337,35360,3,1697,2043 -"11594",2337,42216,3,1697,2722 -"11595",2337,43404,3,1697,2649 -"11596",2337,46742,3,1697,2144 -"11597",2337,47812,3,1697,2343 -"11598",2337,48823,3,1697,2080 -"11599",2337,49787,3,1697,2352 -"11600",2337,49812,3,1697,1816 -"11601",2337,66124,3,1697,2174 -"11602",2337,83862,3,1697,2026 -"11603",2337,95879,3,1697,1748 -"11604",2337,106891,3,1697,1907 -"11605",2344,26642,3,2752,2952 -"11606",2344,31089,3,2752,2952 -"11607",2349,1592,3,1288,2006 -"11608",2349,1897,1,1288,1727 -"11609",2349,2334,3,1288,2619 -"11610",2349,2418,3,1288,2020 -"11611",2349,2759,3,1288,2030 -"11612",2349,3242,3,1288,1730 -"11613",2349,3271,3,1288,2216 -"11614",2349,3317,3,1288,2037 -"11615",2349,4730,3,1288,2131 -"11616",2349,5055,3,1288,1796 -"11617",2349,5239,3,1288,2875 -"11618",2349,6627,2,1288,2063 -"11619",2349,6824,3,1288,2680 -"11620",2349,7196,3,1288,1508 -"11621",2349,7269,3,1288,1728 -"11622",2349,7433,3,1288,2255 -"11623",2349,7443,3,1288,2028 -"11624",2349,8621,3,1288,1681 -"11625",2349,9272,3,1288,2835 -"11626",2349,10638,3,1288,2692 -"11627",2349,10914,2,1288,1660 -"11628",2349,11103,3,1288,2393 -"11629",2349,11381,3,1288,1638 -"11630",2349,11506,2,1288,2824 -"11631",2349,14888,2,1288,1411 -"11632",2349,14943,3,1288,1942 -"11633",2349,15401,3,1288,1999 -"11634",2349,17826,3,1288,2920 -"11635",2349,18571,1,1288,2128 -"11636",2349,18943,2,1288,2861 -"11637",2349,20007,3,1288,2971 -"11638",2349,20432,3,1288,1727 -"11639",2349,20563,3,1288,2267 -"11640",2349,21180,3,1288,2762 -"11641",2349,21193,3,1288,2490 -"11642",2349,21463,2,1288,2437 -"11643",2349,21741,3,1288,1574 -"11644",2349,22297,3,1288,1904 -"11645",2349,27478,3,1288,2485 -"11646",2349,27783,1,1288,2302 -"11647",2349,28048,3,1288,1637 -"11648",2349,28784,3,1288,1579 -"11649",2349,31164,1,1288,1996 -"11650",2349,31307,3,1288,2139 -"11651",2349,32449,2,1288,2091 -"11652",2349,32988,3,1288,2008 -"11653",2349,36136,1,1288,2338 -"11654",2349,38144,3,1288,2637 -"11655",2349,38755,3,1288,2902 -"11656",2349,39105,1,1288,2487 -"11657",2349,41978,3,1288,2824 -"11658",2349,43226,3,1288,2442 -"11659",2349,45959,3,1288,1880 -"11660",2349,46621,3,1288,1343 -"11661",2349,46951,1,1288,2429 -"11662",2349,47384,2,1288,1639 -"11663",2349,47571,1,1288,1667 -"11664",2349,48110,3,1288,2009 -"11665",2349,53013,3,1288,2523 -"11666",2349,53031,3,1288,2065 -"11667",2349,53697,3,1288,1909 -"11668",2349,55775,3,1288,2385 -"11669",2349,56338,3,1288,1818 -"11670",2349,57781,3,1288,1971 -"11671",2349,58508,3,1288,2326 -"11672",2349,59039,2,1288,2870 -"11673",2349,65155,3,1288,1947 -"11674",2349,66911,3,1288,1920 -"11675",2349,68592,2,1288,2551 -"11676",2349,69335,2,1288,2698 -"11677",2349,76132,2,1288,2426 -"11678",2349,76675,2,1288,1840 -"11679",2349,77397,3,1288,1302 -"11680",2349,80301,3,1288,1690 -"11681",2349,88966,3,1288,1568 -"11682",2349,93208,2,1288,1324 -"11683",2349,94926,2,1288,1611 -"11684",2349,104306,3,1288,1665 -"11685",2349,111034,3,1288,2131 -"11686",2349,115155,3,1288,1942 -"11687",2351,2226,3,1868,2225 -"11688",2351,32516,3,1868,2050 -"11689",2351,46982,3,1868,2806 -"11690",2351,51250,3,1868,2683 -"11691",2351,57492,3,1868,2855 -"11692",2357,357,2,492,2327 -"11693",2357,1685,3,492,2230 -"11694",2357,2014,3,492,973 -"11695",2357,2269,3,492,984 -"11696",2357,3186,3,492,919 -"11697",2357,4317,3,492,1224 -"11698",2357,4567,3,492,2348 -"11699",2357,5350,3,492,2522 -"11700",2357,5798,2,492,1779 -"11701",2357,6366,3,492,798 -"11702",2357,7123,3,492,1964 -"11703",2357,7196,3,492,1508 -"11704",2357,7759,2,492,2844 -"11705",2357,8259,3,492,1677 -"11706",2357,8513,2,492,875 -"11707",2357,9200,3,492,787 -"11708",2357,9342,3,492,896 -"11709",2357,10343,2,492,1072 -"11710",2357,11154,2,492,1594 -"11711",2357,12007,3,492,1594 -"11712",2357,12042,3,492,2345 -"11713",2357,12462,3,492,1461 -"11714",2357,13671,3,492,1371 -"11715",2357,14655,3,492,2559 -"11716",2357,15560,3,492,2257 -"11717",2357,16096,3,492,2301 -"11718",2357,17328,3,492,1206 -"11719",2357,18348,3,492,1711 -"11720",2357,18825,2,492,1240 -"11721",2357,19093,3,492,2224 -"11722",2357,20049,3,492,877 -"11723",2357,21029,3,492,1943 -"11724",2357,21872,1,492,2458 -"11725",2357,22543,3,492,1594 -"11726",2357,22744,3,492,1907 -"11727",2357,23806,2,492,1671 -"11728",2357,23825,3,492,1913 -"11729",2357,24923,3,492,2785 -"11730",2357,25730,3,492,1206 -"11731",2357,27377,3,492,1724 -"11732",2357,28784,3,492,1579 -"11733",2357,29722,3,492,1305 -"11734",2357,30095,3,492,1578 -"11735",2357,31794,3,492,1919 -"11736",2357,31927,3,492,818 -"11737",2357,33672,3,492,2396 -"11738",2357,36031,2,492,2342 -"11739",2357,36440,3,492,704 -"11740",2357,38140,1,492,1866 -"11741",2357,39186,3,492,1258 -"11742",2357,40129,3,492,2162 -"11743",2357,40645,3,492,1899 -"11744",2357,40937,3,492,2639 -"11745",2357,41075,3,492,1176 -"11746",2357,41837,3,492,2399 -"11747",2357,44135,3,492,2620 -"11748",2357,45959,3,492,1880 -"11749",2357,46040,3,492,2105 -"11750",2357,50229,3,492,1190 -"11751",2357,61719,3,492,1515 -"11752",2357,65322,3,492,2008 -"11753",2357,66802,3,492,574 -"11754",2357,68317,2,492,874 -"11755",2357,69745,2,492,1594 -"11756",2357,70605,3,492,1176 -"11757",2357,71982,1,492,2812 -"11758",2357,73192,3,492,1955 -"11759",2357,76672,1,492,1930 -"11760",2357,78150,3,492,2581 -"11761",2357,79461,3,492,1667 -"11762",2357,80219,3,492,988 -"11763",2357,84022,3,492,2289 -"11764",2357,88535,3,492,1229 -"11765",2357,89681,2,492,1978 -"11766",2357,92469,3,492,1232 -"11767",2357,96352,3,492,1493 -"11768",2357,96387,2,492,2159 -"11769",2357,102581,2,492,1813 -"11770",2357,102824,3,492,2944 -"11771",2357,105100,3,492,633 -"11772",2357,105117,3,492,809 -"11773",2357,106265,3,492,615 -"11774",2357,109031,3,492,523 -"11775",2370,1393,3,1600,1706 -"11776",2370,2907,3,1600,1980 -"11777",2370,3068,3,1600,1815 -"11778",2370,4249,3,1600,2547 -"11779",2370,4784,2,1600,2511 -"11780",2370,5064,3,1600,1690 -"11781",2370,5937,3,1600,2392 -"11782",2370,6020,1,1600,1864 -"11783",2370,6223,3,1600,2363 -"11784",2370,9724,3,1600,2713 -"11785",2370,12684,3,1600,2182 -"11786",2370,14172,3,1600,1923 -"11787",2370,15086,2,1600,2135 -"11788",2370,15343,3,1600,2125 -"11789",2370,15558,3,1600,2389 -"11790",2370,15782,3,1600,2306 -"11791",2370,16477,3,1600,2069 -"11792",2370,16866,3,1600,2718 -"11793",2370,17552,3,1600,2082 -"11794",2370,18821,3,1600,2075 -"11795",2370,21358,2,1600,1970 -"11796",2370,21920,3,1600,2367 -"11797",2370,23121,3,1600,2108 -"11798",2370,23728,2,1600,2601 -"11799",2370,23771,3,1600,1614 -"11800",2370,31950,3,1600,2217 -"11801",2370,33460,2,1600,2781 -"11802",2370,34576,3,1600,1727 -"11803",2370,36491,3,1600,1781 -"11804",2370,36709,3,1600,1629 -"11805",2370,41489,2,1600,2006 -"11806",2370,44730,3,1600,2468 -"11807",2370,45297,2,1600,1864 -"11808",2370,45449,2,1600,1610 -"11809",2370,48823,3,1600,2080 -"11810",2370,48931,3,1600,2444 -"11811",2370,53293,3,1600,2916 -"11812",2370,54488,3,1600,2357 -"11813",2370,57549,3,1600,2335 -"11814",2370,61921,2,1600,1793 -"11815",2370,64737,3,1600,2442 -"11816",2370,68813,3,1600,2511 -"11817",2370,76997,2,1600,2223 -"11818",2370,80186,3,1600,2228 -"11819",2370,82217,3,1600,2441 -"11820",2370,86559,3,1600,1704 -"11821",2370,95879,3,1600,1748 -"11822",2370,100084,3,1600,1964 -"11823",2370,108467,3,1600,2170 -"11824",2375,1570,3,104,2028 -"11825",2375,3272,3,104,2132 -"11826",2375,3477,3,104,2546 -"11827",2375,3678,3,104,1325 -"11828",2375,4622,3,104,1589 -"11829",2375,4646,3,104,2139 -"11830",2375,6063,3,104,2349 -"11831",2375,6562,3,104,1139 -"11832",2375,7648,3,104,1861 -"11833",2375,9273,2,104,1747 -"11834",2375,9328,3,104,1937 -"11835",2375,9462,2,104,378 -"11836",2375,10435,3,104,1984 -"11837",2375,12735,3,104,819 -"11838",2375,12779,3,104,936 -"11839",2375,14442,3,104,2700 -"11840",2375,14902,2,104,562 -"11841",2375,16184,3,104,2274 -"11842",2375,17608,3,104,1216 -"11843",2375,17768,3,104,2468 -"11844",2375,18217,3,104,1566 -"11845",2375,18455,3,104,1237 -"11846",2375,21810,3,104,1579 -"11847",2375,22462,3,104,869 -"11848",2375,24867,3,104,1861 -"11849",2375,25053,2,104,2186 -"11850",2375,29067,3,104,1538 -"11851",2375,29354,3,104,1123 -"11852",2375,31281,3,104,1937 -"11853",2375,32904,3,104,2055 -"11854",2375,33223,3,104,2397 -"11855",2375,36975,3,104,887 -"11856",2375,36996,3,104,2321 -"11857",2375,39911,3,104,1445 -"11858",2375,40542,3,104,1664 -"11859",2375,41669,3,104,1247 -"11860",2375,44501,3,104,2567 -"11861",2375,46849,3,104,1238 -"11862",2375,47094,3,104,2592 -"11863",2375,52389,3,104,512 -"11864",2375,55265,3,104,209 -"11865",2375,55446,3,104,1247 -"11866",2375,55997,3,104,1414 -"11867",2375,58536,2,104,2742 -"11868",2375,59143,3,104,359 -"11869",2375,59289,2,104,2896 -"11870",2375,59776,3,104,2493 -"11871",2375,69830,3,104,378 -"11872",2375,70422,3,104,1398 -"11873",2375,76503,2,104,1136 -"11874",2375,79435,3,104,299 -"11875",2375,81848,3,104,221 -"11876",2375,84317,3,104,2081 -"11877",2375,84322,3,104,1635 -"11878",2375,84796,1,104,113 -"11879",2375,88739,3,104,933 -"11880",2375,91465,2,104,1047 -"11881",2375,93123,3,104,870 -"11882",2375,95730,2,104,1481 -"11883",2375,103536,2,104,475 -"11884",2384,180,3,1057,1593 -"11885",2384,1367,3,1057,2176 -"11886",2384,2709,1,1057,1673 -"11887",2384,4696,3,1057,2656 -"11888",2384,5405,3,1057,1510 -"11889",2384,5622,3,1057,2175 -"11890",2384,6241,3,1057,2264 -"11891",2384,7180,3,1057,2227 -"11892",2384,8533,3,1057,2251 -"11893",2384,10857,3,1057,2253 -"11894",2384,10859,3,1057,2231 -"11895",2384,11229,3,1057,1625 -"11896",2384,12375,3,1057,1873 -"11897",2384,14103,3,1057,2204 -"11898",2384,15402,3,1057,1281 -"11899",2384,15756,3,1057,2362 -"11900",2384,17704,1,1057,1651 -"11901",2384,19622,3,1057,2371 -"11902",2384,22311,3,1057,2034 -"11903",2384,23492,2,1057,1067 -"11904",2384,23725,3,1057,2378 -"11905",2384,24259,3,1057,1281 -"11906",2384,24405,3,1057,1443 -"11907",2384,28285,3,1057,2972 -"11908",2384,29454,3,1057,2719 -"11909",2384,30165,3,1057,1409 -"11910",2384,30325,3,1057,1067 -"11911",2384,31436,3,1057,2892 -"11912",2384,35673,3,1057,1067 -"11913",2384,35888,3,1057,2291 -"11914",2384,37358,2,1057,2128 -"11915",2384,39278,3,1057,1952 -"11916",2384,39294,3,1057,1889 -"11917",2384,39556,3,1057,2747 -"11918",2384,41764,3,1057,2409 -"11919",2384,43671,2,1057,1224 -"11920",2384,44188,3,1057,1609 -"11921",2384,45684,2,1057,2200 -"11922",2384,46196,3,1057,1510 -"11923",2384,49608,3,1057,2184 -"11924",2384,53342,3,1057,2071 -"11925",2384,54551,3,1057,2348 -"11926",2384,57246,2,1057,1873 -"11927",2384,57842,3,1057,2482 -"11928",2384,76284,3,1057,1237 -"11929",2396,6071,2,1674,2310 -"11930",2407,267,3,1725,2631 -"11931",2407,364,3,1725,2351 -"11932",2407,728,3,1725,1812 -"11933",2407,915,3,1725,1793 -"11934",2407,1519,3,1725,2349 -"11935",2407,1702,3,1725,1984 -"11936",2407,2226,3,1725,2225 -"11937",2407,2799,3,1725,2173 -"11938",2407,3460,3,1725,2530 -"11939",2407,3896,3,1725,2693 -"11940",2407,4504,3,1725,1905 -"11941",2407,4821,2,1725,1938 -"11942",2407,5120,3,1725,2735 -"11943",2407,5897,3,1725,2337 -"11944",2407,6262,3,1725,2733 -"11945",2407,7252,3,1725,2799 -"11946",2407,9202,2,1725,2477 -"11947",2407,9331,3,1725,2269 -"11948",2407,9703,3,1725,1845 -"11949",2407,11136,3,1725,2573 -"11950",2407,11563,3,1725,1863 -"11951",2407,11990,3,1725,1909 -"11952",2407,15546,2,1725,2055 -"11953",2407,16866,1,1725,2718 -"11954",2407,17351,3,1725,2036 -"11955",2407,17632,3,1725,1947 -"11956",2407,18211,3,1725,1745 -"11957",2407,18421,3,1725,2457 -"11958",2407,18865,1,1725,2676 -"11959",2407,18965,3,1725,2315 -"11960",2407,19208,2,1725,2629 -"11961",2407,19605,2,1725,2395 -"11962",2407,19934,3,1725,2888 -"11963",2407,22207,3,1725,2365 -"11964",2407,23918,3,1725,1881 -"11965",2407,25816,3,1725,2088 -"11966",2407,26642,2,1725,2952 -"11967",2407,26865,3,1725,2726 -"11968",2407,27686,3,1725,2844 -"11969",2407,27914,3,1725,2507 -"11970",2407,29454,3,1725,2719 -"11971",2407,29977,3,1725,2781 -"11972",2407,30081,3,1725,2403 -"11973",2407,30865,3,1725,2038 -"11974",2407,31089,3,1725,2952 -"11975",2407,31840,3,1725,2389 -"11976",2407,32110,2,1725,2224 -"11977",2407,35980,3,1725,2657 -"11978",2407,36270,2,1725,2910 -"11979",2407,36646,3,1725,2744 -"11980",2407,36714,3,1725,2209 -"11981",2407,40565,3,1725,2115 -"11982",2407,41134,3,1725,2952 -"11983",2407,41764,3,1725,2409 -"11984",2407,42642,3,1725,2257 -"11985",2407,42813,2,1725,2142 -"11986",2407,43673,3,1725,2787 -"11987",2407,44403,3,1725,2429 -"11988",2407,44688,3,1725,2924 -"11989",2407,46486,3,1725,1868 -"11990",2407,47965,2,1725,2232 -"11991",2407,48215,3,1725,2028 -"11992",2407,48931,3,1725,2444 -"11993",2407,50480,2,1725,2701 -"11994",2407,51610,3,1725,2635 -"11995",2407,53498,3,1725,1967 -"11996",2407,54775,3,1725,2383 -"11997",2407,56910,2,1725,2705 -"11998",2407,60516,3,1725,2257 -"11999",2407,60661,3,1725,2700 -"12000",2407,61398,3,1725,2563 -"12001",2407,63395,1,1725,2334 -"12002",2407,64469,3,1725,2707 -"12003",2407,72348,2,1725,1810 -"12004",2407,72376,3,1725,1901 -"12005",2407,74204,2,1725,2463 -"12006",2407,80606,3,1725,2079 -"12007",2407,87509,3,1725,1907 -"12008",2407,89826,3,1725,2033 -"12009",2407,94640,3,1725,2344 -"12010",2407,98058,3,1725,1891 -"12011",2407,100084,3,1725,1964 -"12012",2407,104565,3,1725,2693 -"12013",2407,108872,3,1725,1810 -"12014",2407,115059,3,1725,2552 -"12015",2412,1044,3,181,880 -"12016",2412,1592,3,181,2006 -"12017",2412,2424,3,181,2582 -"12018",2412,2533,3,181,2016 -"12019",2412,8470,3,181,288 -"12020",2412,8777,3,181,1620 -"12021",2412,10861,3,181,1189 -"12022",2412,15636,3,181,2857 -"12023",2412,16201,3,181,1811 -"12024",2412,19719,3,181,2177 -"12025",2412,21198,3,181,935 -"12026",2412,22033,2,181,1356 -"12027",2412,23787,3,181,2810 -"12028",2412,25577,3,181,1946 -"12029",2412,27012,3,181,498 -"12030",2412,27112,3,181,500 -"12031",2412,31050,3,181,1491 -"12032",2412,38019,3,181,1870 -"12033",2412,39556,3,181,2747 -"12034",2412,39570,3,181,496 -"12035",2412,47585,3,181,794 -"12036",2412,49962,3,181,572 -"12037",2412,52576,3,181,2234 -"12038",2412,64181,3,181,1828 -"12039",2412,64997,3,181,2791 -"12040",2412,70724,3,181,496 -"12041",2412,70781,3,181,199 -"12042",2412,75921,3,181,517 -"12043",2412,76127,3,181,910 -"12044",2412,82787,2,181,1144 -"12045",2412,117956,3,181,2774 -"12046",2418,2759,2,2020,2030 -"12047",2418,2852,2,2020,2448 -"12048",2418,3620,2,2020,2955 -"12049",2418,4669,3,2020,2395 -"12050",2418,4730,2,2020,2131 -"12051",2418,5897,3,2020,2337 -"12052",2418,5912,3,2020,2257 -"12053",2418,6119,3,2020,2358 -"12054",2418,6627,3,2020,2063 -"12055",2418,7252,3,2020,2799 -"12056",2418,7433,2,2020,2255 -"12057",2418,8568,3,2020,2706 -"12058",2418,9787,3,2020,2858 -"12059",2418,10336,3,2020,2271 -"12060",2418,10871,3,2020,2314 -"12061",2418,11588,3,2020,2352 -"12062",2418,15826,3,2020,2772 -"12063",2418,16286,2,2020,2470 -"12064",2418,18571,2,2020,2128 -"12065",2418,20984,3,2020,2502 -"12066",2418,21180,3,2020,2762 -"12067",2418,21463,3,2020,2437 -"12068",2418,22578,3,2020,2216 -"12069",2418,27390,3,2020,2425 -"12070",2418,27742,3,2020,2700 -"12071",2418,27783,3,2020,2302 -"12072",2418,27914,3,2020,2507 -"12073",2418,28869,3,2020,2425 -"12074",2418,29825,3,2020,2603 -"12075",2418,30442,3,2020,2124 -"12076",2418,33341,2,2020,2338 -"12077",2418,34162,3,2020,2336 -"12078",2418,36136,2,2020,2338 -"12079",2418,39105,3,2020,2487 -"12080",2418,41023,3,2020,2408 -"12081",2418,45729,3,2020,2606 -"12082",2418,45730,3,2020,2063 -"12083",2418,45869,3,2020,2840 -"12084",2418,46951,3,2020,2429 -"12085",2418,54924,3,2020,2603 -"12086",2418,55775,3,2020,2385 -"12087",2418,56673,3,2020,2419 -"12088",2418,58655,3,2020,2685 -"12089",2418,76132,2,2020,2426 -"12090",2418,94625,3,2020,2105 -"12091",2418,111034,2,2020,2131 -"12092",2418,111375,3,2020,2686 -"12093",2424,455,3,2582,2827 -"12094",2424,489,3,2582,2652 -"12095",2424,701,3,2582,2718 -"12096",2424,1315,3,2582,2760 -"12097",2424,1616,3,2582,2662 -"12098",2424,1639,3,2582,2631 -"12099",2424,2224,2,2582,2751 -"12100",2424,2684,3,2582,2874 -"12101",2424,3305,1,2582,2839 -"12102",2424,4932,3,2582,2752 -"12103",2424,7794,3,2582,2972 -"12104",2424,9175,2,2582,2639 -"12105",2424,9272,3,2582,2835 -"12106",2424,10890,2,2582,2639 -"12107",2424,11477,3,2582,2724 -"12108",2424,14959,3,2582,2898 -"12109",2424,16067,3,2582,2727 -"12110",2424,16332,3,2582,2668 -"12111",2424,16432,3,2582,2664 -"12112",2424,16954,3,2582,2972 -"12113",2424,17365,2,2582,2746 -"12114",2424,17549,3,2582,2647 -"12115",2424,21138,3,2582,2849 -"12116",2424,22326,3,2582,2818 -"12117",2424,22895,3,2582,2704 -"12118",2424,25129,3,2582,2647 -"12119",2424,25325,3,2582,2963 -"12120",2424,26740,3,2582,2695 -"12121",2424,26749,2,2582,2965 -"12122",2424,27275,3,2582,2656 -"12123",2424,27753,3,2582,2750 -"12124",2424,28168,3,2582,2702 -"12125",2424,30052,2,2582,2855 -"12126",2424,32567,3,2582,2784 -"12127",2424,33433,3,2582,2805 -"12128",2424,33801,3,2582,2899 -"12129",2424,37238,3,2582,2609 -"12130",2424,38307,2,2582,2648 -"12131",2424,41945,2,2582,2856 -"12132",2424,42216,2,2582,2722 -"12133",2424,43455,1,2582,2846 -"12134",2424,43518,3,2582,2680 -"12135",2424,44654,3,2582,2916 -"12136",2424,48605,3,2582,2796 -"12137",2424,50785,3,2582,2877 -"12138",2424,51041,2,2582,2606 -"12139",2424,51783,3,2582,2599 -"12140",2424,52032,3,2582,2853 -"12141",2424,52570,3,2582,2645 -"12142",2424,53475,3,2582,2853 -"12143",2424,54740,3,2582,2750 -"12144",2424,55438,3,2582,2863 -"12145",2424,55691,3,2582,2856 -"12146",2424,56237,3,2582,2625 -"12147",2424,61982,1,2582,2725 -"12148",2424,62841,2,2582,2710 -"12149",2424,64793,3,2582,2819 -"12150",2424,65016,3,2582,2749 -"12151",2424,66224,3,2582,2728 -"12152",2424,67652,3,2582,2736 -"12153",2424,67726,3,2582,2873 -"12154",2424,68215,2,2582,2727 -"12155",2424,69335,3,2582,2698 -"12156",2424,69348,3,2582,2783 -"12157",2424,69716,3,2582,2632 -"12158",2424,70046,3,2582,2624 -"12159",2424,70203,3,2582,2756 -"12160",2424,79322,3,2582,2770 -"12161",2426,2927,3,85,1789 -"12162",2426,3101,2,85,513 -"12163",2426,3158,3,85,2762 -"12164",2426,3272,3,85,2132 -"12165",2426,9269,3,85,1892 -"12166",2426,12632,3,85,1174 -"12167",2426,12703,3,85,2689 -"12168",2426,14442,3,85,2700 -"12169",2426,16347,3,85,1868 -"12170",2426,22532,3,85,568 -"12171",2426,41350,3,85,1935 -"12172",2426,42390,2,85,2937 -"12173",2426,47882,3,85,2769 -"12174",2426,52654,1,85,588 -"12175",2426,59143,3,85,359 -"12176",2426,64803,3,85,841 -"12177",2426,65375,3,85,824 -"12178",2426,71225,1,85,956 -"12179",2426,77167,3,85,836 -"12180",2426,90182,3,85,534 -"12181",2426,95258,3,85,199 -"12182",2426,113848,3,85,999 -"12183",2426,119241,3,85,152 -"12184",2428,14626,3,1931,2175 -"12185",2428,26100,3,1931,1966 -"12186",2429,364,3,999,2351 -"12187",2429,2057,2,999,1965 -"12188",2429,2226,3,999,2225 -"12189",2429,2524,3,999,1708 -"12190",2429,3167,3,999,1676 -"12191",2429,3456,2,999,1999 -"12192",2429,3770,3,999,2623 -"12193",2429,4032,3,999,1763 -"12194",2429,4226,3,999,1903 -"12195",2429,4526,3,999,1728 -"12196",2429,4612,3,999,2804 -"12197",2429,4660,2,999,2149 -"12198",2429,5235,3,999,2324 -"12199",2429,6697,3,999,2438 -"12200",2429,7355,3,999,1928 -"12201",2429,7672,3,999,1974 -"12202",2429,7942,3,999,2623 -"12203",2429,8610,3,999,2240 -"12204",2429,8822,3,999,2139 -"12205",2429,8923,3,999,1266 -"12206",2429,9227,3,999,1267 -"12207",2429,9723,3,999,2302 -"12208",2429,10129,3,999,2124 -"12209",2429,11136,2,999,2573 -"12210",2429,12374,3,999,2260 -"12211",2429,14532,3,999,1193 -"12212",2429,14558,3,999,1585 -"12213",2429,14915,3,999,2606 -"12214",2429,15826,3,999,2772 -"12215",2429,17230,1,999,1965 -"12216",2429,18005,3,999,2449 -"12217",2429,18421,3,999,2457 -"12218",2429,19380,3,999,2637 -"12219",2429,19686,3,999,2467 -"12220",2429,21104,3,999,2327 -"12221",2429,21670,3,999,2158 -"12222",2429,22006,3,999,1202 -"12223",2429,22766,3,999,1945 -"12224",2429,23154,2,999,2345 -"12225",2429,26451,3,999,2133 -"12226",2429,26734,3,999,2299 -"12227",2429,27016,3,999,1611 -"12228",2429,27686,3,999,2844 -"12229",2429,27792,3,999,1308 -"12230",2429,28094,2,999,1423 -"12231",2429,28303,3,999,2089 -"12232",2429,29073,3,999,2328 -"12233",2429,29818,3,999,1677 -"12234",2429,29997,3,999,1789 -"12235",2429,30016,3,999,1124 -"12236",2429,30891,2,999,1256 -"12237",2429,32202,1,999,2314 -"12238",2429,34094,3,999,1360 -"12239",2429,34136,3,999,2202 -"12240",2429,34908,3,999,2796 -"12241",2429,35456,3,999,2358 -"12242",2429,35787,3,999,1132 -"12243",2429,35822,3,999,1903 -"12244",2429,36487,3,999,2622 -"12245",2429,38087,2,999,1083 -"12246",2429,38259,3,999,2258 -"12247",2429,38373,3,999,1928 -"12248",2429,38816,3,999,1225 -"12249",2429,39249,2,999,1665 -"12250",2429,39534,3,999,2410 -"12251",2429,40138,3,999,2719 -"12252",2429,41338,2,999,1553 -"12253",2429,41446,3,999,1103 -"12254",2429,42756,3,999,1384 -"12255",2429,43518,3,999,2680 -"12256",2429,45039,3,999,1663 -"12257",2429,45138,2,999,2516 -"12258",2429,46119,2,999,2084 -"12259",2429,46261,3,999,2350 -"12260",2429,46486,3,999,1868 -"12261",2429,47385,2,999,1172 -"12262",2429,50520,3,999,1205 -"12263",2429,51774,3,999,2459 -"12264",2429,55817,2,999,2285 -"12265",2429,58133,3,999,1484 -"12266",2429,58829,3,999,1256 -"12267",2429,60808,3,999,1258 -"12268",2429,62746,2,999,2119 -"12269",2429,62957,3,999,1170 -"12270",2429,63641,2,999,2337 -"12271",2429,63770,3,999,1324 -"12272",2429,64967,3,999,2872 -"12273",2429,65223,3,999,2724 -"12274",2429,66717,2,999,2104 -"12275",2429,67062,3,999,1623 -"12276",2429,68539,3,999,1158 -"12277",2429,71455,2,999,1702 -"12278",2429,71531,3,999,2887 -"12279",2429,72535,2,999,1191 -"12280",2429,76968,3,999,1303 -"12281",2429,79420,3,999,1061 -"12282",2429,86245,3,999,1972 -"12283",2429,87958,3,999,1234 -"12284",2429,89607,3,999,2003 -"12285",2429,100860,3,999,2326 -"12286",2429,109114,3,999,1287 -"12287",2429,119921,3,999,1113 -"12288",2440,237,3,836,1982 -"12289",2440,267,3,836,2631 -"12290",2440,600,3,836,1702 -"12291",2440,7118,3,836,966 -"12292",2440,8238,3,836,2222 -"12293",2440,10744,3,836,955 -"12294",2440,13842,3,836,2250 -"12295",2440,18464,3,836,2312 -"12296",2440,19208,3,836,2629 -"12297",2440,19605,3,836,2395 -"12298",2440,22207,3,836,2365 -"12299",2440,22543,3,836,1594 -"12300",2440,22682,3,836,2035 -"12301",2440,23679,3,836,934 -"12302",2440,23918,3,836,1881 -"12303",2440,27509,3,836,2067 -"12304",2440,27796,3,836,2151 -"12305",2440,29512,3,836,1594 -"12306",2440,40565,3,836,2115 -"12307",2440,41739,3,836,1339 -"12308",2440,44135,3,836,2620 -"12309",2440,44403,3,836,2429 -"12310",2440,50480,3,836,2701 -"12311",2440,55076,3,836,2408 -"12312",2440,57082,3,836,1418 -"12313",2440,61975,3,836,983 -"12314",2440,66693,3,836,2554 -"12315",2440,66756,3,836,1301 -"12316",2440,69250,2,836,1439 -"12317",2440,77550,3,836,1548 -"12318",2440,82270,3,836,1641 -"12319",2443,1222,3,2333,2598 -"12320",2443,6262,3,2333,2733 -"12321",2443,7847,3,2333,2424 -"12322",2443,9910,2,2333,2526 -"12323",2443,14470,2,2333,2632 -"12324",2443,17499,3,2333,2954 -"12325",2443,18466,3,2333,2340 -"12326",2443,19190,3,2333,2677 -"12327",2443,20695,2,2333,2526 -"12328",2443,23498,3,2333,2398 -"12329",2443,30697,2,2333,2891 -"12330",2443,31264,2,2333,2335 -"12331",2443,31705,3,2333,2706 -"12332",2443,38697,3,2333,2701 -"12333",2443,45499,3,2333,2346 -"12334",2443,49403,2,2333,2427 -"12335",2443,52950,3,2333,2716 -"12336",2443,68286,3,2333,2442 -"12337",2443,94339,3,2333,2768 -"12338",2446,13136,2,2606,2867 -"12339",2446,22723,3,2606,2859 -"12340",2452,4249,3,1715,2547 -"12341",2452,5897,3,1715,2337 -"12342",2452,11648,3,1715,2852 -"12343",2452,12948,3,1715,2669 -"12344",2452,14709,3,1715,1901 -"12345",2452,14781,3,1715,2338 -"12346",2452,21795,3,1715,2653 -"12347",2452,24176,3,1715,1986 -"12348",2452,27280,2,1715,1965 -"12349",2452,27391,3,1715,2378 -"12350",2452,27914,3,1715,2507 -"12351",2452,30865,2,1715,2038 -"12352",2452,33451,3,1715,1957 -"12353",2452,33562,3,1715,1979 -"12354",2452,35456,3,1715,2358 -"12355",2452,38373,1,1715,1928 -"12356",2452,44557,3,1715,2371 -"12357",2452,45869,3,1715,2840 -"12358",2452,54775,3,1715,2383 -"12359",2452,60258,3,1715,2405 -"12360",2452,61443,2,1715,2770 -"12361",2452,63077,2,1715,2778 -"12362",2452,65188,3,1715,2213 -"12363",2452,67815,2,1715,2476 -"12364",2452,75282,3,1715,2675 -"12365",2452,102566,3,1715,2207 -"12366",2452,107871,3,1715,2228 -"12367",2455,3271,3,1780,2216 -"12368",2455,9272,3,1780,2835 -"12369",2455,43226,3,1780,2442 -"12370",2455,48110,3,1780,2009 -"12371",2455,58508,3,1780,2326 -"12372",2455,69335,3,1780,2698 -"12373",2462,803,3,849,1666 -"12374",2462,6914,3,849,2668 -"12375",2462,8229,3,849,1241 -"12376",2462,10222,3,849,2212 -"12377",2462,14983,3,849,1047 -"12378",2462,18277,3,849,2309 -"12379",2462,18289,2,849,862 -"12380",2462,24198,3,849,2217 -"12381",2462,29115,3,849,1047 -"12382",2462,32939,3,849,2277 -"12383",2462,34327,3,849,2959 -"12384",2462,35481,3,849,2211 -"12385",2462,37333,3,849,1612 -"12386",2462,57804,3,849,2214 -"12387",2462,58221,3,849,1787 -"12388",2462,66318,1,849,2803 -"12389",2462,85058,3,849,1311 -"12390",2462,86799,3,849,1951 -"12391",2462,94101,3,849,997 -"12392",2462,105685,3,849,2469 -"12393",2484,270,3,2389,2542 -"12394",2484,362,3,2389,2537 -"12395",2484,613,3,2389,2687 -"12396",2484,1151,1,2389,2885 -"12397",2484,1616,1,2389,2662 -"12398",2484,2036,2,2389,2483 -"12399",2484,2224,3,2389,2751 -"12400",2484,2424,3,2389,2582 -"12401",2484,3628,3,2389,2707 -"12402",2484,3853,3,2389,2465 -"12403",2484,6074,3,2389,2426 -"12404",2484,7323,1,2389,2858 -"12405",2484,7984,3,2389,2493 -"12406",2484,8604,3,2389,2799 -"12407",2484,8760,2,2389,2477 -"12408",2484,8762,3,2389,2585 -"12409",2484,8865,3,2389,2394 -"12410",2484,9311,2,2389,2477 -"12411",2484,9362,3,2389,2879 -"12412",2484,11351,3,2389,2971 -"12413",2484,11456,3,2389,2715 -"12414",2484,12713,2,2389,2440 -"12415",2484,14655,2,2389,2559 -"12416",2484,14959,2,2389,2898 -"12417",2484,15184,3,2389,2396 -"12418",2484,15626,3,2389,2434 -"12419",2484,16826,3,2389,2599 -"12420",2484,17365,3,2389,2746 -"12421",2484,17367,3,2389,2427 -"12422",2484,18151,3,2389,2962 -"12423",2484,19027,3,2389,2721 -"12424",2484,19606,1,2389,2783 -"12425",2484,19862,3,2389,2412 -"12426",2484,20067,3,2389,2390 -"12427",2484,20700,1,2389,2861 -"12428",2484,24256,3,2389,2393 -"12429",2484,24753,3,2389,2860 -"12430",2484,24923,3,2389,2785 -"12431",2484,26516,3,2389,2479 -"12432",2484,26658,3,2389,2745 -"12433",2484,27275,3,2389,2656 -"12434",2484,27478,3,2389,2485 -"12435",2484,29095,3,2389,2531 -"12436",2484,29314,3,2389,2736 -"12437",2484,30906,3,2389,2537 -"12438",2484,31235,3,2389,2668 -"12439",2484,31700,3,2389,2727 -"12440",2484,31705,3,2389,2706 -"12441",2484,31799,3,2389,2547 -"12442",2484,33433,3,2389,2805 -"12443",2484,33801,3,2389,2899 -"12444",2484,35235,3,2389,2610 -"12445",2484,36559,3,2389,2473 -"12446",2484,37238,2,2389,2609 -"12447",2484,37418,3,2389,2710 -"12448",2484,38227,3,2389,2511 -"12449",2484,38307,3,2389,2648 -"12450",2484,38780,3,2389,2705 -"12451",2484,39444,3,2389,2695 -"12452",2484,41945,2,2389,2856 -"12453",2484,42216,3,2389,2722 -"12454",2484,43455,2,2389,2846 -"12455",2484,44235,3,2389,2700 -"12456",2484,44768,3,2389,2516 -"12457",2484,44885,2,2389,2670 -"12458",2484,47947,3,2389,2681 -"12459",2484,51866,3,2389,2411 -"12460",2484,53013,3,2389,2523 -"12461",2484,53219,3,2389,2973 -"12462",2484,53293,3,2389,2916 -"12463",2484,53475,3,2389,2853 -"12464",2484,54903,3,2389,2493 -"12465",2484,55828,3,2389,2393 -"12466",2484,57977,3,2389,2683 -"12467",2484,58218,3,2389,2627 -"12468",2484,59113,3,2389,2434 -"12469",2484,59140,3,2389,2528 -"12470",2484,61982,3,2389,2725 -"12471",2484,68810,3,2389,2409 -"12472",2484,70203,3,2389,2756 -"12473",2484,82929,3,2389,2475 -"12474",2486,3716,3,1226,1679 -"12475",2486,21401,3,1226,1440 -"12476",2486,34480,3,1226,2755 -"12477",2486,34648,3,1226,1596 -"12478",2486,51471,3,1226,1280 -"12479",2486,67383,3,1226,1739 -"12480",2486,72207,3,1226,2430 -"12481",2486,77001,3,1226,1440 -"12482",2486,83526,2,1226,1235 -"12483",2486,115037,3,1226,1788 -"12484",2488,916,1,424,2718 -"12485",2488,2802,2,424,1836 -"12486",2488,4194,3,424,1641 -"12487",2488,5606,3,424,2875 -"12488",2488,7253,3,424,2686 -"12489",2488,10128,3,424,883 -"12490",2488,11803,3,424,1232 -"12491",2488,11897,2,424,1271 -"12492",2488,16593,3,424,1139 -"12493",2488,16643,3,424,1824 -"12494",2488,17159,3,424,883 -"12495",2488,17999,2,424,2758 -"12496",2488,18610,3,424,2141 -"12497",2488,23739,1,424,2463 -"12498",2488,26100,3,424,1966 -"12499",2488,26138,3,424,1902 -"12500",2488,33278,3,424,1591 -"12501",2488,34242,3,424,1206 -"12502",2488,36662,2,424,2967 -"12503",2488,42998,3,424,1978 -"12504",2488,43524,3,424,2572 -"12505",2488,49147,2,424,2539 -"12506",2488,51678,3,424,1077 -"12507",2488,57037,3,424,2293 -"12508",2488,59470,1,424,2393 -"12509",2488,62848,3,424,1230 -"12510",2488,77519,3,424,819 -"12511",2488,89129,2,424,790 -"12512",2488,94339,2,424,2768 -"12513",2488,97266,3,424,1016 -"12514",2488,112814,3,424,546 -"12515",2489,316,3,1537,2413 -"12516",2489,1519,2,1537,2349 -"12517",2489,4001,2,1537,1687 -"12518",2489,4526,3,1537,1728 -"12519",2489,4660,2,1537,2149 -"12520",2489,10333,1,1537,1615 -"12521",2489,15650,3,1537,1601 -"12522",2489,20941,2,1537,2725 -"12523",2489,26478,2,1537,1963 -"12524",2489,27686,3,1537,2844 -"12525",2489,29289,3,1537,1756 -"12526",2489,29977,3,1537,2781 -"12527",2489,30034,3,1537,2357 -"12528",2489,31335,3,1537,2351 -"12529",2489,32470,3,1537,1539 -"12530",2489,32939,3,1537,2277 -"12531",2489,36487,3,1537,2622 -"12532",2489,38691,2,1537,2585 -"12533",2489,40572,3,1537,2666 -"12534",2489,43673,3,1537,2787 -"12535",2489,50430,3,1537,1689 -"12536",2489,50468,3,1537,1659 -"12537",2489,63641,3,1537,2337 -"12538",2489,66717,3,1537,2104 -"12539",2506,1369,3,954,2487 -"12540",2506,2282,3,954,2056 -"12541",2506,2370,3,954,1600 -"12542",2506,2927,3,954,1789 -"12543",2506,3158,3,954,2762 -"12544",2506,3271,3,954,2216 -"12545",2506,4249,3,954,2547 -"12546",2506,4784,2,954,2511 -"12547",2506,5637,2,954,1976 -"12548",2506,6020,2,954,1864 -"12549",2506,6345,3,954,2713 -"12550",2506,6999,3,954,2214 -"12551",2506,8607,3,954,1685 -"12552",2506,9272,3,954,2835 -"12553",2506,9656,2,954,1135 -"12554",2506,9724,3,954,2713 -"12555",2506,10146,3,954,1878 -"12556",2506,10716,3,954,1692 -"12557",2506,11270,3,954,1011 -"12558",2506,11858,3,954,1530 -"12559",2506,12116,3,954,2119 -"12560",2506,13340,3,954,1918 -"12561",2506,13595,3,954,1164 -"12562",2506,14172,3,954,1923 -"12563",2506,14957,3,954,2306 -"12564",2506,15782,3,954,2306 -"12565",2506,16963,3,954,1999 -"12566",2506,17499,1,954,2954 -"12567",2506,17695,3,954,1930 -"12568",2506,20038,3,954,1531 -"12569",2506,21358,2,954,1970 -"12570",2506,22357,3,954,1397 -"12571",2506,23550,2,954,2939 -"12572",2506,23560,3,954,2051 -"12573",2506,24044,3,954,1076 -"12574",2506,25286,3,954,1545 -"12575",2506,26597,3,954,2070 -"12576",2506,28648,3,954,1586 -"12577",2506,34274,2,954,1437 -"12578",2506,35317,2,954,1888 -"12579",2506,36399,3,954,1357 -"12580",2506,37684,2,954,2899 -"12581",2506,41489,3,954,2006 -"12582",2506,42382,3,954,2224 -"12583",2506,42407,2,954,2408 -"12584",2506,43226,3,954,2442 -"12585",2506,43701,3,954,2400 -"12586",2506,43768,3,954,1468 -"12587",2506,45297,3,954,1864 -"12588",2506,46616,3,954,1917 -"12589",2506,48110,3,954,2009 -"12590",2506,48823,3,954,2080 -"12591",2506,50468,3,954,1659 -"12592",2506,51212,3,954,1801 -"12593",2506,52179,3,954,1572 -"12594",2506,52530,3,954,1737 -"12595",2506,53584,3,954,2391 -"12596",2506,53652,3,954,2899 -"12597",2506,54488,3,954,2357 -"12598",2506,58508,3,954,2326 -"12599",2506,60463,3,954,1583 -"12600",2506,60836,3,954,1880 -"12601",2506,68813,3,954,2511 -"12602",2506,69335,3,954,2698 -"12603",2506,70011,3,954,2690 -"12604",2506,73520,2,954,2613 -"12605",2506,74054,3,954,1488 -"12606",2506,76450,3,954,1077 -"12607",2506,77719,3,954,2086 -"12608",2506,78277,3,954,1937 -"12609",2506,79699,3,954,1735 -"12610",2506,80186,3,954,2228 -"12611",2506,80301,3,954,1690 -"12612",2506,80970,3,954,2069 -"12613",2506,84235,3,954,1639 -"12614",2506,84590,3,954,1734 -"12615",2506,85065,2,954,1585 -"12616",2506,93553,3,954,2537 -"12617",2506,93642,2,954,1120 -"12618",2506,94808,3,954,988 -"12619",2506,100231,3,954,998 -"12620",2506,108467,3,954,2170 -"12621",2522,55775,3,2069,2385 -"12622",2523,600,3,1691,1702 -"12623",2523,913,3,1691,2144 -"12624",2523,1520,3,1691,1716 -"12625",2523,4430,3,1691,2019 -"12626",2523,4567,3,1691,2348 -"12627",2523,7515,3,1691,2737 -"12628",2523,7780,3,1691,1920 -"12629",2523,9184,3,1691,2670 -"12630",2523,9432,3,1691,1693 -"12631",2523,11516,3,1691,1937 -"12632",2523,12728,3,1691,2374 -"12633",2523,17645,2,1691,1918 -"12634",2523,23132,3,1691,2756 -"12635",2523,24568,2,1691,1937 -"12636",2523,27390,3,1691,2425 -"12637",2523,39189,3,1691,2319 -"12638",2523,44135,3,1691,2620 -"12639",2523,44744,3,1691,2032 -"12640",2523,63409,2,1691,1937 -"12641",2523,73305,3,1691,2544 -"12642",2523,79804,3,1691,2227 -"12643",2523,80429,3,1691,1927 -"12644",2523,83907,3,1691,2056 -"12645",2524,237,3,1708,1982 -"12646",2524,728,3,1708,1812 -"12647",2524,3127,3,1708,2273 -"12648",2524,3456,3,1708,1999 -"12649",2524,4066,3,1708,1736 -"12650",2524,4646,3,1708,2139 -"12651",2524,5462,3,1708,2374 -"12652",2524,7014,3,1708,2401 -"12653",2524,7997,3,1708,2049 -"12654",2524,8726,3,1708,2083 -"12655",2524,11625,3,1708,2022 -"12656",2524,12948,3,1708,2669 -"12657",2524,13920,3,1708,1709 -"12658",2524,18965,2,1708,2315 -"12659",2524,19934,3,1708,2888 -"12660",2524,21688,3,1708,2005 -"12661",2524,26734,2,1708,2299 -"12662",2524,27320,3,1708,2378 -"12663",2524,28893,3,1708,2764 -"12664",2524,32110,3,1708,2224 -"12665",2524,32202,3,1708,2314 -"12666",2524,33537,3,1708,2406 -"12667",2524,37279,3,1708,2768 -"12668",2524,40572,3,1708,2666 -"12669",2524,46532,3,1708,2005 -"12670",2524,51687,3,1708,2333 -"12671",2524,59776,3,1708,2493 -"12672",2524,61337,3,1708,2777 -"12673",2524,64967,3,1708,2872 -"12674",2524,65242,3,1708,1988 -"12675",2524,77497,3,1708,2359 -"12676",2524,115059,3,1708,2552 -"12677",2533,135,3,2016,2233 -"12678",2533,270,2,2016,2542 -"12679",2533,312,1,2016,2038 -"12680",2533,455,3,2016,2827 -"12681",2533,671,3,2016,2328 -"12682",2533,701,3,2016,2718 -"12683",2533,913,3,2016,2144 -"12684",2533,1102,3,2016,2282 -"12685",2533,2036,3,2016,2483 -"12686",2533,2181,2,2016,2030 -"12687",2533,2224,3,2016,2751 -"12688",2533,2424,1,2016,2582 -"12689",2533,2684,3,2016,2874 -"12690",2533,3305,1,2016,2839 -"12691",2533,3966,2,2016,2425 -"12692",2533,4953,3,2016,2285 -"12693",2533,5148,3,2016,2206 -"12694",2533,5622,3,2016,2175 -"12695",2533,5669,3,2016,2502 -"12696",2533,5725,3,2016,2789 -"12697",2533,6363,2,2016,2066 -"12698",2533,6588,3,2016,2025 -"12699",2533,7245,3,2016,2089 -"12700",2533,8533,3,2016,2251 -"12701",2533,8610,3,2016,2240 -"12702",2533,9175,3,2016,2639 -"12703",2533,9184,3,2016,2670 -"12704",2533,9311,3,2016,2477 -"12705",2533,10513,3,2016,2284 -"12706",2533,10857,3,2016,2253 -"12707",2533,10871,3,2016,2314 -"12708",2533,10890,3,2016,2639 -"12709",2533,11055,3,2016,2111 -"12710",2533,11351,3,2016,2971 -"12711",2533,11440,3,2016,2026 -"12712",2533,12618,3,2016,2021 -"12713",2533,12728,3,2016,2374 -"12714",2533,12982,3,2016,2143 -"12715",2533,13307,3,2016,2206 -"12716",2533,14252,3,2016,2244 -"12717",2533,14669,3,2016,2080 -"12718",2533,15003,3,2016,2067 -"12719",2533,15813,2,2016,2143 -"12720",2533,16332,3,2016,2668 -"12721",2533,16432,3,2016,2664 -"12722",2533,17365,3,2016,2746 -"12723",2533,17400,3,2016,2231 -"12724",2533,17520,3,2016,2276 -"12725",2533,18394,3,2016,2356 -"12726",2533,18965,3,2016,2315 -"12727",2533,19248,2,2016,2357 -"12728",2533,19516,3,2016,2313 -"12729",2533,19622,3,2016,2371 -"12730",2533,19719,2,2016,2177 -"12731",2533,20124,3,2016,2376 -"12732",2533,20407,3,2016,2339 -"12733",2533,21012,3,2016,2325 -"12734",2533,21285,2,2016,2100 -"12735",2533,21693,3,2016,2176 -"12736",2533,22326,3,2016,2818 -"12737",2533,22895,3,2016,2704 -"12738",2533,23509,3,2016,2275 -"12739",2533,24448,3,2016,2289 -"12740",2533,25325,3,2016,2963 -"12741",2533,25985,3,2016,2071 -"12742",2533,26351,3,2016,2683 -"12743",2533,26582,3,2016,2772 -"12744",2533,26749,3,2016,2965 -"12745",2533,27275,3,2016,2656 -"12746",2533,27694,1,2016,2030 -"12747",2533,28285,3,2016,2972 -"12748",2533,29073,3,2016,2328 -"12749",2533,30052,3,2016,2855 -"12750",2533,30334,3,2016,2075 -"12751",2533,32965,3,2016,2071 -"12752",2533,33672,3,2016,2396 -"12753",2533,34836,3,2016,2302 -"12754",2533,36439,3,2016,2469 -"12755",2533,37285,2,2016,2428 -"12756",2533,38307,3,2016,2648 -"12757",2533,39087,3,2016,2765 -"12758",2533,39535,3,2016,2428 -"12759",2533,41945,3,2016,2856 -"12760",2533,42216,3,2016,2722 -"12761",2533,43455,2,2016,2846 -"12762",2533,45239,3,2016,2535 -"12763",2533,45608,3,2016,2420 -"12764",2533,45633,3,2016,2134 -"12765",2533,45684,3,2016,2200 -"12766",2533,46629,2,2016,2255 -"12767",2533,47098,3,2016,2057 -"12768",2533,47947,3,2016,2681 -"12769",2533,48605,3,2016,2796 -"12770",2533,50785,3,2016,2877 -"12771",2533,51041,1,2016,2606 -"12772",2533,51866,3,2016,2411 -"12773",2533,52323,2,2016,2148 -"12774",2533,52570,3,2016,2645 -"12775",2533,52576,2,2016,2234 -"12776",2533,54551,3,2016,2348 -"12777",2533,54695,3,2016,2429 -"12778",2533,56082,3,2016,2395 -"12779",2533,56317,2,2016,2030 -"12780",2533,58508,3,2016,2326 -"12781",2533,58684,2,2016,2295 -"12782",2533,61982,2,2016,2725 -"12783",2533,62841,3,2016,2710 -"12784",2533,66224,3,2016,2728 -"12785",2533,67652,3,2016,2736 -"12786",2533,68215,2,2016,2727 -"12787",2533,70046,3,2016,2624 -"12788",2533,70203,3,2016,2756 -"12789",2533,76892,2,2016,2381 -"12790",2533,82949,3,2016,2077 -"12791",2533,83396,3,2016,2396 -"12792",2533,101797,3,2016,2357 -"12793",2540,140,3,1398,2267 -"12794",2540,237,3,1398,1982 -"12795",2540,341,3,1398,2689 -"12796",2540,364,2,1398,2351 -"12797",2540,388,3,1398,1594 -"12798",2540,680,2,1398,2569 -"12799",2540,728,3,1398,1812 -"12800",2540,841,2,1398,2964 -"12801",2540,913,3,1398,2144 -"12802",2540,1314,3,1398,1522 -"12803",2540,1560,3,1398,2013 -"12804",2540,2057,3,1398,1965 -"12805",2540,2563,3,1398,1686 -"12806",2540,2985,3,1398,2398 -"12807",2540,3127,2,1398,2273 -"12808",2540,3198,2,1398,1797 -"12809",2540,3397,2,1398,2126 -"12810",2540,3409,2,1398,2167 -"12811",2540,3453,2,1398,2126 -"12812",2540,3477,3,1398,2546 -"12813",2540,3493,3,1398,2451 -"12814",2540,3978,2,1398,2775 -"12815",2540,4303,2,1398,2414 -"12816",2540,4313,3,1398,2368 -"12817",2540,4361,3,1398,2571 -"12818",2540,4620,3,1398,1818 -"12819",2540,4668,3,1398,1919 -"12820",2540,4669,3,1398,2395 -"12821",2540,4932,3,1398,2752 -"12822",2540,4983,2,1398,1909 -"12823",2540,5106,3,1398,2622 -"12824",2540,5839,3,1398,2301 -"12825",2540,6602,3,1398,1631 -"12826",2540,6989,2,1398,2623 -"12827",2540,7252,3,1398,2799 -"12828",2540,7337,3,1398,1797 -"12829",2540,7780,3,1398,1920 -"12830",2540,7785,3,1398,2441 -"12831",2540,7942,3,1398,2623 -"12832",2540,8062,2,1398,2858 -"12833",2540,8865,3,1398,2394 -"12834",2540,9484,3,1398,1429 -"12835",2540,9503,3,1398,2453 -"12836",2540,9703,2,1398,1845 -"12837",2540,9716,3,1398,1929 -"12838",2540,9787,2,1398,2858 -"12839",2540,10453,3,1398,1656 -"12840",2540,10457,3,1398,1711 -"12841",2540,10474,3,1398,1608 -"12842",2540,10754,2,1398,1797 -"12843",2540,10980,2,1398,1974 -"12844",2540,11136,3,1398,2573 -"12845",2540,11429,3,1398,2520 -"12846",2540,11477,3,1398,2724 -"12847",2540,11563,3,1398,1863 -"12848",2540,11588,3,1398,2352 -"12849",2540,11639,3,1398,1593 -"12850",2540,11648,2,1398,2852 -"12851",2540,12361,3,1398,2732 -"12852",2540,12759,2,1398,2414 -"12853",2540,12948,3,1398,2669 -"12854",2540,13068,3,1398,1778 -"12855",2540,14781,3,1398,2338 -"12856",2540,14817,3,1398,2110 -"12857",2540,14972,3,1398,2332 -"12858",2540,15095,3,1398,2001 -"12859",2540,15636,3,1398,2857 -"12860",2540,15683,3,1398,1729 -"12861",2540,15700,3,1398,1712 -"12862",2540,16286,3,1398,2470 -"12863",2540,16501,3,1398,1650 -"12864",2540,17645,3,1398,1918 -"12865",2540,18005,2,1398,2449 -"12866",2540,18102,3,1398,1642 -"12867",2540,18124,3,1398,1642 -"12868",2540,18371,3,1398,2860 -"12869",2540,18381,2,1398,1524 -"12870",2540,19433,3,1398,2504 -"12871",2540,19655,3,1398,2706 -"12872",2540,19686,3,1398,2467 -"12873",2540,20155,3,1398,1517 -"12874",2540,20395,3,1398,1468 -"12875",2540,20662,3,1398,1523 -"12876",2540,21487,3,1398,2203 -"12877",2540,21670,3,1398,2158 -"12878",2540,22244,3,1398,2139 -"12879",2540,22709,3,1398,2743 -"12880",2540,23131,3,1398,1732 -"12881",2540,23319,3,1398,2867 -"12882",2540,23460,3,1398,2183 -"12883",2540,23488,3,1398,1523 -"12884",2540,23498,3,1398,2398 -"12885",2540,23787,3,1398,2810 -"12886",2540,24608,3,1398,1630 -"12887",2540,25163,3,1398,1751 -"12888",2540,25373,2,1398,2783 -"12889",2540,26582,3,1398,2772 -"12890",2540,27275,3,1398,2656 -"12891",2540,27312,3,1398,2469 -"12892",2540,27390,2,1398,2425 -"12893",2540,27742,3,1398,2700 -"12894",2540,27908,3,1398,2576 -"12895",2540,28869,3,1398,2425 -"12896",2540,29116,3,1398,2128 -"12897",2540,29286,2,1398,1612 -"12898",2540,29473,3,1398,2602 -"12899",2540,29818,3,1398,1677 -"12900",2540,30309,3,1398,1449 -"12901",2540,30334,2,1398,2075 -"12902",2540,30618,3,1398,1609 -"12903",2540,30669,3,1398,1921 -"12904",2540,30705,3,1398,2959 -"12905",2540,31335,3,1398,2351 -"12906",2540,31700,3,1398,2727 -"12907",2540,34820,3,1398,1630 -"12908",2540,34870,3,1398,1873 -"12909",2540,34892,3,1398,2309 -"12910",2540,34908,3,1398,2796 -"12911",2540,35518,3,1398,1721 -"12912",2540,35573,3,1398,2084 -"12913",2540,35797,3,1398,2482 -"12914",2540,35822,3,1398,1903 -"12915",2540,35903,3,1398,1434 -"12916",2540,36344,3,1398,2570 -"12917",2540,36953,2,1398,2790 -"12918",2540,37636,2,1398,2178 -"12919",2540,37844,3,1398,2002 -"12920",2540,38676,3,1398,2286 -"12921",2540,38973,3,1398,1999 -"12922",2540,39062,3,1398,2020 -"12923",2540,39418,3,1398,1978 -"12924",2540,39534,3,1398,2410 -"12925",2540,40035,3,1398,2742 -"12926",2540,40392,2,1398,1878 -"12927",2540,40572,2,1398,2666 -"12928",2540,40879,3,1398,2019 -"12929",2540,41187,3,1398,2340 -"12930",2540,41338,3,1398,1553 -"12931",2540,41429,3,1398,1770 -"12932",2540,41581,3,1398,1692 -"12933",2540,41633,3,1398,1976 -"12934",2540,41723,2,1398,2101 -"12935",2540,42813,2,1398,2142 -"12936",2540,43204,3,1398,1680 -"12937",2540,43660,3,1398,2320 -"12938",2540,44497,3,1398,2401 -"12939",2540,44694,3,1398,2220 -"12940",2540,45729,3,1398,2606 -"12941",2540,45869,3,1398,2840 -"12942",2540,46486,1,1398,1868 -"12943",2540,47082,3,1398,1990 -"12944",2540,47595,3,1398,2374 -"12945",2540,47840,3,1398,2509 -"12946",2540,48501,3,1398,2010 -"12947",2540,50335,3,1398,1893 -"12948",2540,50585,2,1398,2414 -"12949",2540,51783,2,1398,2599 -"12950",2540,52136,3,1398,1412 -"12951",2540,52815,2,1398,2323 -"12952",2540,53739,3,1398,2704 -"12953",2540,55482,3,1398,1866 -"12954",2540,56082,3,1398,2395 -"12955",2540,56995,3,1398,2323 -"12956",2540,63077,3,1398,2778 -"12957",2540,64947,3,1398,2489 -"12958",2540,66994,3,1398,1865 -"12959",2540,68586,3,1398,2322 -"12960",2540,69957,3,1398,1569 -"12961",2540,71531,2,1398,2887 -"12962",2540,73597,3,1398,1989 -"12963",2540,76286,1,1398,1642 -"12964",2540,78138,3,1398,1601 -"12965",2540,80156,3,1398,1667 -"12966",2540,83286,3,1398,1793 -"12967",2540,83291,3,1398,2066 -"12968",2540,85198,3,1398,1794 -"12969",2540,90892,3,1398,2399 -"12970",2540,92850,3,1398,1971 -"12971",2540,94525,2,1398,1993 -"12972",2540,107435,3,1398,1635 -"12973",2563,489,3,1686,2652 -"12974",2563,680,3,1686,2569 -"12975",2563,1102,3,1686,2282 -"12976",2563,1560,3,1686,2013 -"12977",2563,2036,3,1686,2483 -"12978",2563,2224,2,1686,2751 -"12979",2563,2407,3,1686,1725 -"12980",2563,2572,3,1686,2273 -"12981",2563,3242,3,1686,1730 -"12982",2563,3306,3,1686,1989 -"12983",2563,4303,3,1686,2414 -"12984",2563,5120,2,1686,2735 -"12985",2563,6074,2,1686,2426 -"12986",2563,6363,3,1686,2066 -"12987",2563,7245,3,1686,2089 -"12988",2563,8062,3,1686,2858 -"12989",2563,8821,3,1686,2230 -"12990",2563,9202,3,1686,2477 -"12991",2563,9716,3,1686,1929 -"12992",2563,10404,3,1686,2062 -"12993",2563,10513,3,1686,2284 -"12994",2563,10890,3,1686,2639 -"12995",2563,11429,3,1686,2520 -"12996",2563,11477,3,1686,2724 -"12997",2563,12724,3,1686,1930 -"12998",2563,12759,3,1686,2414 -"12999",2563,14108,3,1686,2012 -"13000",2563,14972,3,1686,2332 -"13001",2563,15095,3,1686,2001 -"13002",2563,15207,3,1686,1855 -"13003",2563,15700,3,1686,1712 -"13004",2563,16866,3,1686,2718 -"13005",2563,16877,3,1686,2509 -"13006",2563,18211,2,1686,1745 -"13007",2563,18371,3,1686,2860 -"13008",2563,18865,3,1686,2676 -"13009",2563,20563,2,1686,2267 -"13010",2563,23756,2,1686,2309 -"13011",2563,25198,3,1686,1982 -"13012",2563,25373,3,1686,2783 -"13013",2563,26436,3,1686,2489 -"13014",2563,26516,3,1686,2479 -"13015",2563,27753,3,1686,2750 -"13016",2563,30334,2,1686,2075 -"13017",2563,30705,3,1686,2959 -"13018",2563,32939,3,1686,2277 -"13019",2563,33949,3,1686,2489 -"13020",2563,34836,3,1686,2302 -"13021",2563,35518,3,1686,1721 -"13022",2563,36953,3,1686,2790 -"13023",2563,37636,2,1686,2178 -"13024",2563,37844,3,1686,2002 -"13025",2563,38449,2,1686,1802 -"13026",2563,39535,3,1686,2428 -"13027",2563,40022,3,1686,2307 -"13028",2563,40392,2,1686,1878 -"13029",2563,40493,3,1686,1981 -"13030",2563,41023,3,1686,2408 -"13031",2563,41033,3,1686,1839 -"13032",2563,41429,3,1686,1770 -"13033",2563,41723,3,1686,2101 -"13034",2563,44405,3,1686,1855 -"13035",2563,44819,3,1686,2063 -"13036",2563,45302,3,1686,2390 -"13037",2563,47082,3,1686,1990 -"13038",2563,51783,2,1686,2599 -"13039",2563,54740,3,1686,2750 -"13040",2563,56082,3,1686,2395 -"13041",2563,57804,3,1686,2214 -"13042",2563,62626,3,1686,2787 -"13043",2563,63395,3,1686,2334 -"13044",2563,64793,3,1686,2819 -"13045",2563,72468,3,1686,2292 -"13046",2563,74095,3,1686,2333 -"13047",2563,75444,3,1686,2846 -"13048",2563,79350,3,1686,2261 -"13049",2563,92491,2,1686,1968 -"13050",2563,104565,2,1686,2693 -"13051",2572,270,3,2273,2542 -"13052",2572,997,3,2273,2788 -"13053",2572,1102,1,2273,2282 -"13054",2572,2484,3,2273,2389 -"13055",2572,2954,3,2273,2727 -"13056",2572,3011,3,2273,2278 -"13057",2572,4671,3,2273,2280 -"13058",2572,4701,3,2273,2401 -"13059",2572,5235,3,2273,2324 -"13060",2572,6074,1,2273,2426 -"13061",2572,8681,3,2273,2716 -"13062",2572,8762,3,2273,2585 -"13063",2572,10513,2,2273,2284 -"13064",2572,11103,3,2273,2393 -"13065",2572,11218,3,2273,2292 -"13066",2572,12728,3,2273,2374 -"13067",2572,14652,3,2273,2516 -"13068",2572,14655,3,2273,2559 -"13069",2572,14834,3,2273,2739 -"13070",2572,15381,3,2273,2289 -"13071",2572,17365,3,2273,2746 -"13072",2572,17852,3,2273,2840 -"13073",2572,18394,3,2273,2356 -"13074",2572,19248,3,2273,2357 -"13075",2572,19862,3,2273,2412 -"13076",2572,20124,3,2273,2376 -"13077",2572,21138,3,2273,2849 -"13078",2572,21682,3,2273,2414 -"13079",2572,22331,3,2273,2687 -"13080",2572,22808,3,2273,2297 -"13081",2572,24060,3,2273,2349 -"13082",2572,24721,3,2273,2326 -"13083",2572,29929,3,2273,2789 -"13084",2572,30827,3,2273,2323 -"13085",2572,31235,3,2273,2668 -"13086",2572,33433,3,2273,2805 -"13087",2572,33475,3,2273,2367 -"13088",2572,33949,3,2273,2489 -"13089",2572,38755,3,2273,2902 -"13090",2572,42129,2,2273,2318 -"13091",2572,42216,2,2273,2722 -"13092",2572,43455,3,2273,2846 -"13093",2572,45302,1,2273,2390 -"13094",2572,46950,3,2273,2673 -"13095",2572,47248,3,2273,2883 -"13096",2572,48571,3,2273,2717 -"13097",2572,48605,3,2273,2796 -"13098",2572,49110,3,2273,2938 -"13099",2572,50134,3,2273,2674 -"13100",2572,51035,2,2273,2397 -"13101",2572,51866,2,2273,2411 -"13102",2572,53219,3,2273,2973 -"13103",2572,53323,3,2273,2677 -"13104",2572,54551,3,2273,2348 -"13105",2572,64699,3,2273,2797 -"13106",2572,66983,3,2273,2397 -"13107",2572,66992,2,2273,2882 -"13108",2572,80825,3,2273,2315 -"13109",2576,237,3,1307,1982 -"13110",2576,728,3,1307,1812 -"13111",2576,1702,3,1307,1984 -"13112",2576,2407,3,1307,1725 -"13113",2576,2418,3,1307,2020 -"13114",2576,2625,3,1307,2152 -"13115",2576,2747,3,1307,2411 -"13116",2576,2759,3,1307,2030 -"13117",2576,2985,3,1307,2398 -"13118",2576,3127,3,1307,2273 -"13119",2576,3620,3,1307,2955 -"13120",2576,4001,3,1307,1687 -"13121",2576,4612,3,1307,2804 -"13122",2576,4669,3,1307,2395 -"13123",2576,4730,1,1307,2131 -"13124",2576,5363,3,1307,1791 -"13125",2576,5897,3,1307,2337 -"13126",2576,6627,3,1307,2063 -"13127",2576,7252,2,1307,2799 -"13128",2576,7269,3,1307,1728 -"13129",2576,7433,2,1307,2255 -"13130",2576,7443,3,1307,2028 -"13131",2576,7785,3,1307,2441 -"13132",2576,7942,3,1307,2623 -"13133",2576,8354,3,1307,1705 -"13134",2576,8568,3,1307,2706 -"13135",2576,9035,3,1307,2771 -"13136",2576,9060,3,1307,1612 -"13137",2576,9481,3,1307,1610 -"13138",2576,9503,3,1307,2453 -"13139",2576,9785,3,1307,2951 -"13140",2576,9787,3,1307,2858 -"13141",2576,10239,3,1307,2032 -"13142",2576,10453,2,1307,1656 -"13143",2576,10473,3,1307,1783 -"13144",2576,10905,3,1307,1552 -"13145",2576,11108,3,1307,1609 -"13146",2576,11506,3,1307,2824 -"13147",2576,11563,2,1307,1863 -"13148",2576,11648,3,1307,2852 -"13149",2576,11990,3,1307,1909 -"13150",2576,12759,3,1307,2414 -"13151",2576,12948,3,1307,2669 -"13152",2576,14287,3,1307,1583 -"13153",2576,14626,3,1307,2175 -"13154",2576,14749,3,1307,1998 -"13155",2576,15567,3,1307,2671 -"13156",2576,16286,3,1307,2470 -"13157",2576,16501,3,1307,1650 -"13158",2576,16866,3,1307,2718 -"13159",2576,17974,3,1307,2876 -"13160",2576,18571,3,1307,2128 -"13161",2576,18865,3,1307,2676 -"13162",2576,20220,2,1307,1656 -"13163",2576,20984,3,1307,2502 -"13164",2576,21180,2,1307,2762 -"13165",2576,21463,3,1307,2437 -"13166",2576,21575,3,1307,1762 -"13167",2576,21741,2,1307,1574 -"13168",2576,22578,3,1307,2216 -"13169",2576,23131,3,1307,1732 -"13170",2576,23756,3,1307,2309 -"13171",2576,25163,3,1307,1751 -"13172",2576,26182,3,1307,2775 -"13173",2576,27742,3,1307,2700 -"13174",2576,27914,3,1307,2507 -"13175",2576,28051,3,1307,2089 -"13176",2576,28837,3,1307,2286 -"13177",2576,28869,3,1307,2425 -"13178",2576,29286,2,1307,1612 -"13179",2576,29473,3,1307,2602 -"13180",2576,29825,3,1307,2603 -"13181",2576,30334,3,1307,2075 -"13182",2576,30442,1,1307,2124 -"13183",2576,30525,2,1307,1964 -"13184",2576,31868,3,1307,1993 -"13185",2576,32532,3,1307,2338 -"13186",2576,32942,2,1307,2038 -"13187",2576,34162,2,1307,2336 -"13188",2576,34870,3,1307,1873 -"13189",2576,35728,3,1307,2017 -"13190",2576,36136,3,1307,2338 -"13191",2576,36912,2,1307,2469 -"13192",2576,36953,3,1307,2790 -"13193",2576,37424,3,1307,1693 -"13194",2576,37636,3,1307,2178 -"13195",2576,38259,3,1307,2258 -"13196",2576,39105,3,1307,2487 -"13197",2576,40035,3,1307,2742 -"13198",2576,40392,3,1307,1878 -"13199",2576,40572,3,1307,2666 -"13200",2576,41955,3,1307,2479 -"13201",2576,42813,2,1307,2142 -"13202",2576,44603,3,1307,2748 -"13203",2576,45730,3,1307,2063 -"13204",2576,45869,3,1307,2840 -"13205",2576,46384,3,1307,2285 -"13206",2576,46486,3,1307,1868 -"13207",2576,51265,3,1307,2670 -"13208",2576,51783,3,1307,2599 -"13209",2576,53643,3,1307,1626 -"13210",2576,53739,3,1307,2704 -"13211",2576,54663,3,1307,1424 -"13212",2576,54775,2,1307,2383 -"13213",2576,55296,3,1307,2413 -"13214",2576,55775,2,1307,2385 -"13215",2576,58521,3,1307,2950 -"13216",2576,58655,3,1307,2685 -"13217",2576,60979,3,1307,1758 -"13218",2576,61125,3,1307,1673 -"13219",2576,62626,3,1307,2787 -"13220",2576,63395,3,1307,2334 -"13221",2576,64174,3,1307,2377 -"13222",2576,70583,3,1307,2615 -"13223",2576,72597,3,1307,1843 -"13224",2576,76132,3,1307,2426 -"13225",2576,76143,3,1307,1610 -"13226",2576,76675,3,1307,1840 -"13227",2576,77200,3,1307,1737 -"13228",2576,78423,3,1307,2840 -"13229",2576,90429,3,1307,1684 -"13230",2576,94138,3,1307,1939 -"13231",2576,100048,2,1307,1573 -"13232",2576,111034,3,1307,2131 -"13233",2588,1369,2,552,2487 -"13234",2588,1785,3,552,2350 -"13235",2588,2282,3,552,2056 -"13236",2588,2506,2,552,954 -"13237",2588,2927,3,552,1789 -"13238",2588,4634,3,552,2291 -"13239",2588,5637,3,552,1976 -"13240",2588,6295,3,552,856 -"13241",2588,6999,2,552,2214 -"13242",2588,7310,3,552,636 -"13243",2588,8157,3,552,1063 -"13244",2588,9269,3,552,1892 -"13245",2588,9538,2,552,1786 -"13246",2588,9656,2,552,1135 -"13247",2588,10716,3,552,1692 -"13248",2588,10990,2,552,805 -"13249",2588,11858,3,552,1530 -"13250",2588,12116,2,552,2119 -"13251",2588,13034,2,552,698 -"13252",2588,13340,2,552,1918 -"13253",2588,14212,3,552,857 -"13254",2588,14612,3,552,2340 -"13255",2588,15281,1,552,810 -"13256",2588,17499,3,552,2954 -"13257",2588,17531,3,552,876 -"13258",2588,17672,3,552,1987 -"13259",2588,19358,3,552,880 -"13260",2588,19476,2,552,1708 -"13261",2588,19542,2,552,570 -"13262",2588,20038,2,552,1531 -"13263",2588,20695,3,552,2526 -"13264",2588,20709,3,552,1757 -"13265",2588,22410,3,552,2158 -"13266",2588,22746,3,552,913 -"13267",2588,23498,3,552,2398 -"13268",2588,23550,3,552,2939 -"13269",2588,23560,2,552,2051 -"13270",2588,24252,3,552,639 -"13271",2588,29778,3,552,840 -"13272",2588,32070,3,552,950 -"13273",2588,34331,3,552,1727 -"13274",2588,35243,3,552,1102 -"13275",2588,35317,2,552,1888 -"13276",2588,36399,3,552,1357 -"13277",2588,36840,3,552,2269 -"13278",2588,37684,3,552,2899 -"13279",2588,38354,3,552,629 -"13280",2588,38422,3,552,1019 -"13281",2588,39188,3,552,1948 -"13282",2588,41098,3,552,1857 -"13283",2588,42407,2,552,2408 -"13284",2588,43701,3,552,2400 -"13285",2588,43768,3,552,1468 -"13286",2588,46568,3,552,822 -"13287",2588,46616,3,552,1917 -"13288",2588,47607,3,552,2724 -"13289",2588,47882,3,552,2769 -"13290",2588,48501,3,552,2010 -"13291",2588,49708,3,552,1147 -"13292",2588,50678,3,552,1366 -"13293",2588,55325,3,552,653 -"13294",2588,56168,3,552,1466 -"13295",2588,60463,2,552,1583 -"13296",2588,63329,3,552,639 -"13297",2588,70011,2,552,2690 -"13298",2588,71307,2,552,761 -"13299",2588,73520,2,552,2613 -"13300",2588,77580,3,552,888 -"13301",2588,77719,1,552,2086 -"13302",2588,78277,2,552,1937 -"13303",2588,79699,2,552,1735 -"13304",2588,79772,3,552,1230 -"13305",2588,79793,3,552,1915 -"13306",2588,80970,3,552,2069 -"13307",2588,82039,3,552,1327 -"13308",2588,82280,3,552,619 -"13309",2588,84590,2,552,1734 -"13310",2588,85065,1,552,1585 -"13311",2588,88448,3,552,914 -"13312",2588,90633,3,552,990 -"13313",2588,93553,2,552,2537 -"13314",2588,99237,3,552,783 -"13315",2591,4980,3,1949,2093 -"13316",2591,6577,2,1949,1951 -"13317",2591,8258,3,1949,1959 -"13318",2591,11588,3,1949,2352 -"13319",2591,12867,3,1949,2773 -"13320",2591,20783,2,1949,2414 -"13321",2591,28635,3,1949,2368 -"13322",2591,39418,3,1949,1978 -"13323",2591,42722,3,1949,2368 -"13324",2591,45715,3,1949,2287 -"13325",2591,51410,3,1949,2739 -"13326",2591,60867,3,1949,2689 -"13327",2600,1767,2,1182,2727 -"13328",2600,2337,1,1182,1697 -"13329",2600,2694,3,1182,2062 -"13330",2600,3068,3,1182,1815 -"13331",2600,3849,1,1182,1356 -"13332",2600,3980,3,1182,2771 -"13333",2600,4705,3,1182,1714 -"13334",2600,7258,3,1182,1714 -"13335",2600,8865,3,1182,2394 -"13336",2600,11625,3,1182,2022 -"13337",2600,13158,3,1182,2667 -"13338",2600,15734,2,1182,1616 -"13339",2600,20369,3,1182,1356 -"13340",2600,25078,2,1182,2312 -"13341",2600,30092,3,1182,1593 -"13342",2600,30827,3,1182,2323 -"13343",2600,34136,3,1182,2202 -"13344",2600,35903,3,1182,1434 -"13345",2600,36174,3,1182,1382 -"13346",2600,42216,3,1182,2722 -"13347",2600,43404,2,1182,2649 -"13348",2600,47070,2,1182,1265 -"13349",2600,55084,2,1182,1189 -"13350",2600,82893,3,1182,1275 -"13351",2600,98080,3,1182,1265 -"13352",2600,106891,2,1182,1907 -"13353",2609,14,2,834,1793 -"13354",2609,854,2,834,2307 -"13355",2609,915,1,834,1793 -"13356",2609,1102,3,834,2282 -"13357",2609,1592,3,834,2006 -"13358",2609,1691,3,834,1941 -"13359",2609,1767,1,834,2727 -"13360",2609,2337,3,834,1697 -"13361",2609,2600,3,834,1182 -"13362",2609,2894,3,834,1291 -"13363",2609,2982,3,834,1233 -"13364",2609,3068,2,834,1815 -"13365",2609,3477,3,834,2546 -"13366",2609,3495,3,834,2431 -"13367",2609,3946,3,834,1172 -"13368",2609,3980,2,834,2771 -"13369",2609,4226,3,834,1903 -"13370",2609,4504,2,834,1905 -"13371",2609,5315,3,834,2631 -"13372",2609,5615,3,834,1105 -"13373",2609,6063,3,834,2349 -"13374",2609,6104,3,834,2462 -"13375",2609,6208,3,834,2361 -"13376",2609,6252,3,834,2336 -"13377",2609,7245,3,834,2089 -"13378",2609,7798,3,834,949 -"13379",2609,8865,3,834,2394 -"13380",2609,9440,3,834,1006 -"13381",2609,10657,3,834,1603 -"13382",2609,11434,3,834,1187 -"13383",2609,11450,2,834,915 -"13384",2609,11477,3,834,2724 -"13385",2609,11625,2,834,2022 -"13386",2609,12374,3,834,2260 -"13387",2609,12388,3,834,1975 -"13388",2609,12724,3,834,1930 -"13389",2609,12779,2,834,936 -"13390",2609,13158,1,834,2667 -"13391",2609,13248,3,834,1385 -"13392",2609,13388,3,834,2119 -"13393",2609,13479,3,834,2155 -"13394",2609,13837,3,834,1604 -"13395",2609,13899,3,834,2650 -"13396",2609,13979,3,834,1559 -"13397",2609,14108,3,834,2012 -"13398",2609,14328,2,834,1725 -"13399",2609,15106,3,834,2286 -"13400",2609,15235,3,834,1045 -"13401",2609,15444,3,834,2764 -"13402",2609,16053,2,834,908 -"13403",2609,16954,3,834,2972 -"13404",2609,17943,3,834,1943 -"13405",2609,18165,3,834,2085 -"13406",2609,18217,3,834,1566 -"13407",2609,18415,3,834,2184 -"13408",2609,18543,3,834,2968 -"13409",2609,19208,3,834,2629 -"13410",2609,19248,3,834,2357 -"13411",2609,19282,3,834,1623 -"13412",2609,19317,2,834,2041 -"13413",2609,19605,2,834,2395 -"13414",2609,19637,3,834,1229 -"13415",2609,19835,3,834,1135 -"13416",2609,20067,3,834,2390 -"13417",2609,20343,2,834,851 -"13418",2609,20407,3,834,2339 -"13419",2609,20416,3,834,2323 -"13420",2609,20732,2,834,2401 -"13421",2609,21133,3,834,1320 -"13422",2609,22057,3,834,974 -"13423",2609,22462,3,834,869 -"13424",2609,23726,2,834,2434 -"13425",2609,23869,3,834,1918 -"13426",2609,24512,3,834,1369 -"13427",2609,25680,3,834,1618 -"13428",2609,26234,3,834,2183 -"13429",2609,26249,3,834,2301 -"13430",2609,26451,3,834,2133 -"13431",2609,27195,3,834,2158 -"13432",2609,28130,3,834,908 -"13433",2609,28131,3,834,1492 -"13434",2609,28808,3,834,1063 -"13435",2609,28896,3,834,1395 -"13436",2609,29170,3,834,1846 -"13437",2609,29454,3,834,2719 -"13438",2609,29884,3,834,1239 -"13439",2609,30092,2,834,1593 -"13440",2609,30236,2,834,2238 -"13441",2609,30798,3,834,1398 -"13442",2609,30827,2,834,2323 -"13443",2609,30850,2,834,1045 -"13444",2609,30883,3,834,1629 -"13445",2609,31279,3,834,965 -"13446",2609,32064,3,834,1739 -"13447",2609,32131,3,834,1035 -"13448",2609,33223,3,834,2397 -"13449",2609,33380,3,834,2340 -"13450",2609,34136,3,834,2202 -"13451",2609,35529,3,834,1620 -"13452",2609,35738,3,834,2448 -"13453",2609,35903,3,834,1434 -"13454",2609,37301,3,834,2160 -"13455",2609,37934,3,834,1595 -"13456",2609,38213,2,834,1744 -"13457",2609,38284,2,834,1234 -"13458",2609,38732,2,834,2263 -"13459",2609,39135,3,834,2489 -"13460",2609,40542,3,834,1664 -"13461",2609,41682,3,834,1988 -"13462",2609,41764,3,834,2409 -"13463",2609,42216,2,834,2722 -"13464",2609,42837,3,834,1096 -"13465",2609,43404,2,834,2649 -"13466",2609,44268,3,834,2436 -"13467",2609,45302,3,834,2390 -"13468",2609,45329,3,834,1693 -"13469",2609,46621,3,834,1343 -"13470",2609,46717,3,834,938 -"13471",2609,48260,3,834,875 -"13472",2609,48823,3,834,2080 -"13473",2609,49620,2,834,1868 -"13474",2609,50480,3,834,2701 -"13475",2609,51628,3,834,901 -"13476",2609,52136,3,834,1412 -"13477",2609,53219,3,834,2973 -"13478",2609,55084,1,834,1189 -"13479",2609,55234,3,834,890 -"13480",2609,55580,3,834,1942 -"13481",2609,56026,3,834,908 -"13482",2609,56397,3,834,2053 -"13483",2609,58133,3,834,1484 -"13484",2609,60179,3,834,2708 -"13485",2609,61242,2,834,1650 -"13486",2609,64945,3,834,2279 -"13487",2609,70996,3,834,1037 -"13488",2609,73675,3,834,887 -"13489",2609,74636,2,834,2525 -"13490",2609,75028,3,834,1660 -"13491",2609,76999,3,834,908 -"13492",2609,80764,2,834,1808 -"13493",2609,82009,3,834,1020 -"13494",2609,82426,3,834,1576 -"13495",2609,82696,3,834,1305 -"13496",2609,88063,3,834,1045 -"13497",2609,88070,3,834,949 -"13498",2609,88232,3,834,2881 -"13499",2609,88609,3,834,1917 -"13500",2609,92322,3,834,2393 -"13501",2609,94650,3,834,896 -"13502",2609,95879,3,834,1748 -"13503",2609,100140,3,834,1041 -"13504",2609,102133,3,834,1165 -"13505",2609,103524,3,834,991 -"13506",2609,108379,3,834,2933 -"13507",2611,42,3,810,2265 -"13508",2611,1090,3,810,2370 -"13509",2611,1676,3,810,1198 -"13510",2611,2166,3,810,2557 -"13511",2611,3352,3,810,1707 -"13512",2611,16497,3,810,2370 -"13513",2611,49965,3,810,2301 -"13514",2616,1708,3,221,1591 -"13515",2616,1787,3,221,1707 -"13516",2616,3360,3,221,1583 -"13517",2616,4188,2,221,2963 -"13518",2616,5355,3,221,1499 -"13519",2616,5937,1,221,2392 -"13520",2616,6234,2,221,2654 -"13521",2616,6235,3,221,1585 -"13522",2616,6345,3,221,2713 -"13523",2616,6800,3,221,2053 -"13524",2616,7970,3,221,1197 -"13525",2616,8006,3,221,479 -"13526",2616,8899,3,221,2023 -"13527",2616,9724,3,221,2713 -"13528",2616,11154,3,221,1594 -"13529",2616,11679,1,221,846 -"13530",2616,11868,1,221,1639 -"13531",2616,12007,3,221,1594 -"13532",2616,14131,3,221,341 -"13533",2616,14212,3,221,857 -"13534",2616,14838,3,221,1746 -"13535",2616,15150,3,221,2801 -"13536",2616,15239,3,221,1958 -"13537",2616,15558,3,221,2389 -"13538",2616,15728,3,221,576 -"13539",2616,16477,3,221,2069 -"13540",2616,16524,3,221,1556 -"13541",2616,16969,3,221,1917 -"13542",2616,17499,3,221,2954 -"13543",2616,17552,3,221,2082 -"13544",2616,17815,3,221,2070 -"13545",2616,19002,3,221,2053 -"13546",2616,20011,2,221,2826 -"13547",2616,22744,3,221,1907 -"13548",2616,22746,3,221,913 -"13549",2616,23498,3,221,2398 -"13550",2616,23728,3,221,2601 -"13551",2616,23771,3,221,1614 -"13552",2616,23802,3,221,1713 -"13553",2616,24044,3,221,1076 -"13554",2616,24252,3,221,639 -"13555",2616,29775,3,221,2064 -"13556",2616,32841,1,221,1345 -"13557",2616,34018,3,221,400 -"13558",2616,34576,3,221,1727 -"13559",2616,35844,3,221,2961 -"13560",2616,37454,3,221,1245 -"13561",2616,41521,1,221,2069 -"13562",2616,42136,3,221,2551 -"13563",2616,43701,3,221,2400 -"13564",2616,44727,3,221,1227 -"13565",2616,44728,3,221,451 -"13566",2616,44730,3,221,2468 -"13567",2616,48585,3,221,2063 -"13568",2616,50899,3,221,2125 -"13569",2616,56413,1,221,2747 -"13570",2616,61784,3,221,754 -"13571",2616,69795,3,221,2636 -"13572",2616,70633,2,221,484 -"13573",2616,76450,2,221,1077 -"13574",2616,76997,3,221,2223 -"13575",2616,79746,3,221,2272 -"13576",2616,82246,3,221,1538 -"13577",2616,86559,3,221,1704 -"13578",2616,86716,3,221,1609 -"13579",2616,87190,3,221,1704 -"13580",2616,89258,2,221,1147 -"13581",2616,93459,3,221,1354 -"13582",2616,96700,2,221,1602 -"13583",2616,99291,3,221,930 -"13584",2616,103920,3,221,274 -"13585",2616,104843,3,221,1167 -"13586",2616,113333,3,221,1018 -"13587",2617,237,3,592,1982 -"13588",2617,4730,3,592,2131 -"13589",2617,6821,3,592,1788 -"13590",2617,8140,3,592,1262 -"13591",2617,9301,3,592,1861 -"13592",2617,9351,2,592,1460 -"13593",2617,11383,3,592,977 -"13594",2617,12897,2,592,1351 -"13595",2617,14287,2,592,1583 -"13596",2617,16437,3,592,1956 -"13597",2617,16501,3,592,1650 -"13598",2617,19028,3,592,921 -"13599",2617,19069,3,592,988 -"13600",2617,19231,3,592,1424 -"13601",2617,20894,3,592,2214 -"13602",2617,21180,3,592,2762 -"13603",2617,21207,3,592,1258 -"13604",2617,23756,3,592,2309 -"13605",2617,27509,2,592,2067 -"13606",2617,27742,3,592,2700 -"13607",2617,32775,2,592,2135 -"13608",2617,33314,3,592,1444 -"13609",2617,34162,2,592,2336 -"13610",2617,35477,3,592,2703 -"13611",2617,37752,3,592,2223 -"13612",2617,38492,3,592,2280 -"13613",2617,41439,3,592,709 -"13614",2617,45730,3,592,2063 -"13615",2617,48576,3,592,1675 -"13616",2617,49551,3,592,879 -"13617",2617,54631,3,592,1531 -"13618",2617,58421,2,592,910 -"13619",2617,58829,3,592,1256 -"13620",2617,59039,3,592,2870 -"13621",2617,60879,3,592,2792 -"13622",2617,63498,3,592,977 -"13623",2617,73172,2,592,2496 -"13624",2617,74795,3,592,1319 -"13625",2617,77077,3,592,2693 -"13626",2617,83898,3,592,1036 -"13627",2617,88067,3,592,2315 -"13628",2617,92860,3,592,1643 -"13629",2617,108157,3,592,1272 -"13630",2625,1102,3,2152,2282 -"13631",2625,2954,3,2152,2727 -"13632",2625,6390,3,2152,2385 -"13633",2625,9362,3,2152,2879 -"13634",2625,14652,2,2152,2516 -"13635",2625,16758,3,2152,2574 -"13636",2625,24448,3,2152,2289 -"13637",2625,27275,3,2152,2656 -"13638",2625,27390,3,2152,2425 -"13639",2625,31235,2,2152,2668 -"13640",2625,38780,3,2152,2705 -"13641",2625,47445,3,2152,2668 -"13642",2625,55128,3,2152,2257 -"13643",2625,57544,3,2152,2443 -"13644",2647,827,1,2450,2964 -"13645",2647,1624,2,2450,2687 -"13646",2647,4551,3,2450,2720 -"13647",2647,6345,3,2450,2713 -"13648",2647,7253,3,2450,2686 -"13649",2647,9272,3,2450,2835 -"13650",2647,9724,3,2450,2713 -"13651",2647,20695,3,2450,2526 -"13652",2647,23550,3,2450,2939 -"13653",2647,38309,3,2450,2644 -"13654",2647,42390,3,2450,2937 -"13655",2647,47607,1,2450,2724 -"13656",2647,58945,3,2450,2481 -"13657",2647,64628,2,2450,2829 -"13658",2647,69335,3,2450,2698 -"13659",2668,798,3,1529,2476 -"13660",2668,2057,3,1529,1965 -"13661",2668,7896,1,1529,2447 -"13662",2668,12577,3,1529,2530 -"13663",2668,13920,3,1529,1709 -"13664",2668,14558,3,1529,1585 -"13665",2668,16205,3,1529,2630 -"13666",2668,32778,3,1529,2310 -"13667",2668,35477,3,1529,2703 -"13668",2668,35980,3,1529,2657 -"13669",2668,47529,3,1529,2914 -"13670",2668,51758,2,1529,2310 -"13671",2668,57180,2,1529,2703 -"13672",2668,66978,2,1529,1536 -"13673",2668,74055,3,1529,1544 -"13674",2684,5239,3,2874,2875 -"13675",2684,11351,2,2874,2971 -"13676",2684,18543,3,2874,2968 -"13677",2684,33801,3,2874,2899 -"13678",2684,36609,3,2874,2918 -"13679",2684,88232,3,2874,2881 -"13680",2694,1767,3,2062,2727 -"13681",2694,22207,3,2062,2365 -"13682",2694,36637,3,2062,2085 -"13683",2694,43404,3,2062,2649 -"13684",2700,5346,3,857,1438 -"13685",2700,9241,1,857,2338 -"13686",2700,10453,3,857,1656 -"13687",2700,14754,3,857,2456 -"13688",2700,15826,3,857,2772 -"13689",2700,23000,1,857,1815 -"13690",2700,26182,1,857,2775 -"13691",2700,26450,3,857,1709 -"13692",2700,29985,3,857,1568 -"13693",2700,30262,3,857,1715 -"13694",2700,36666,3,857,1270 -"13695",2700,36912,3,857,2469 -"13696",2700,39062,3,857,2020 -"13697",2700,43250,3,857,1300 -"13698",2700,44749,3,857,1303 -"13699",2700,46982,3,857,2806 -"13700",2700,47013,3,857,2388 -"13701",2700,50581,3,857,1258 -"13702",2700,57356,3,857,2476 -"13703",2700,88759,3,857,1315 -"13704",2704,66205,3,2609,2898 -"13705",2709,3306,3,1673,1989 -"13706",2709,6104,3,1673,2462 -"13707",2709,15003,3,1673,2067 -"13708",2709,15756,2,1673,2362 -"13709",2709,23725,3,1673,2378 -"13710",2709,27173,3,1673,2050 -"13711",2709,32064,3,1673,1739 -"13712",2709,37358,3,1673,2128 -"13713",2709,44819,3,1673,2063 -"13714",2709,45684,3,1673,2200 -"13715",2709,50134,3,1673,2674 -"13716",2709,54929,3,1673,2783 -"13717",2709,57246,3,1673,1873 -"13718",2709,57842,2,1673,2482 -"13719",2709,59539,3,1673,2429 -"13720",2709,89911,3,1673,2607 -"13721",2712,1226,2,1881,2353 -"13722",2712,1386,3,1881,1901 -"13723",2712,2195,2,1881,2139 -"13724",2712,8681,3,1881,2716 -"13725",2712,15560,2,1881,2257 -"13726",2712,24825,3,1881,2686 -"13727",2716,134,3,1748,2062 -"13728",2716,701,2,1748,2718 -"13729",2716,1386,3,1748,1901 -"13730",2716,1639,3,1748,2631 -"13731",2716,3305,3,1748,2839 -"13732",2716,3306,2,1748,1989 -"13733",2716,4289,3,1748,1921 -"13734",2716,4953,3,1748,2285 -"13735",2716,5235,3,1748,2324 -"13736",2716,6363,3,1748,2066 -"13737",2716,7795,3,1748,2789 -"13738",2716,8533,3,1748,2251 -"13739",2716,15003,3,1748,2067 -"13740",2716,16518,3,1748,2642 -"13741",2716,19248,3,1748,2357 -"13742",2716,19643,3,1748,2452 -"13743",2716,20153,3,1748,1868 -"13744",2716,20423,2,1748,2654 -"13745",2716,21754,3,1748,1881 -"13746",2716,25569,2,1748,2317 -"13747",2716,26721,3,1748,2586 -"13748",2716,27173,2,1748,2050 -"13749",2716,29899,3,1748,2375 -"13750",2716,32457,3,1748,2690 -"13751",2716,32964,2,1748,2252 -"13752",2716,33949,3,1748,2489 -"13753",2716,37285,2,1748,2428 -"13754",2716,41402,2,1748,2313 -"13755",2716,44819,3,1748,2063 -"13756",2716,45618,3,1748,2356 -"13757",2716,47947,3,1748,2681 -"13758",2716,48605,2,1748,2796 -"13759",2716,49872,3,1748,2019 -"13760",2716,55256,3,1748,2379 -"13761",2716,59539,3,1748,2429 -"13762",2724,41051,3,2447,2767 -"13763",2724,47882,3,2447,2769 -"13764",2724,53289,3,2447,2746 -"13765",2724,80705,2,2447,2764 -"13766",2724,94339,3,2447,2768 -"13767",2731,325,3,434,495 -"13768",2731,671,3,434,2328 -"13769",2731,913,3,434,2144 -"13770",2731,1044,2,434,880 -"13771",2731,1090,3,434,2370 -"13772",2731,1102,3,434,2282 -"13773",2731,1275,3,434,2068 -"13774",2731,1321,3,434,2075 -"13775",2731,1639,3,434,2631 -"13776",2731,1676,3,434,1198 -"13777",2731,1826,1,434,924 -"13778",2731,2269,3,434,984 -"13779",2731,2424,3,434,2582 -"13780",2731,2533,3,434,2016 -"13781",2731,2754,3,434,1360 -"13782",2731,3306,3,434,1989 -"13783",2731,3716,3,434,1679 -"13784",2731,4317,3,434,1224 -"13785",2731,4701,3,434,2401 -"13786",2731,4790,2,434,1025 -"13787",2731,4791,2,434,1184 -"13788",2731,5041,3,434,2371 -"13789",2731,5622,3,434,2175 -"13790",2731,6047,3,434,2004 -"13791",2731,6718,3,434,2138 -"13792",2731,7078,3,434,2344 -"13793",2731,7936,3,434,1199 -"13794",2731,8073,3,434,1847 -"13795",2731,8490,3,434,564 -"13796",2731,8529,3,434,1205 -"13797",2731,8910,2,434,1054 -"13798",2731,9364,2,434,1698 -"13799",2731,9474,3,434,864 -"13800",2731,9950,3,434,920 -"13801",2731,10513,3,434,2284 -"13802",2731,10857,3,434,2253 -"13803",2731,10874,3,434,1891 -"13804",2731,11006,3,434,1950 -"13805",2731,11229,3,434,1625 -"13806",2731,11540,3,434,1237 -"13807",2731,11541,3,434,1927 -"13808",2731,11576,3,434,808 -"13809",2731,11817,3,434,600 -"13810",2731,12096,3,434,1330 -"13811",2731,12728,3,434,2374 -"13812",2731,13905,1,434,452 -"13813",2731,13945,3,434,1324 -"13814",2731,14032,3,434,2144 -"13815",2731,14678,3,434,799 -"13816",2731,16201,3,434,1811 -"13817",2731,16332,2,434,2668 -"13818",2731,16940,2,434,1290 -"13819",2731,17821,3,434,858 -"13820",2731,17997,3,434,1621 -"13821",2731,18393,3,434,860 -"13822",2731,18415,3,434,2184 -"13823",2731,18707,3,434,1143 -"13824",2731,19096,3,434,1538 -"13825",2731,19248,3,434,2357 -"13826",2731,19528,3,434,2742 -"13827",2731,19719,3,434,2177 -"13828",2731,20124,3,434,2376 -"13829",2731,20287,3,434,1099 -"13830",2731,20311,3,434,1981 -"13831",2731,20319,3,434,468 -"13832",2731,20975,1,434,1305 -"13833",2731,20988,2,434,455 -"13834",2731,21122,3,434,1701 -"13835",2731,21138,3,434,2849 -"13836",2731,21197,3,434,1437 -"13837",2731,21198,2,434,935 -"13838",2731,21285,3,434,2100 -"13839",2731,21682,3,434,2414 -"13840",2731,21693,3,434,2176 -"13841",2731,22282,3,434,1418 -"13842",2731,22326,3,434,2818 -"13843",2731,22362,3,434,1836 -"13844",2731,22586,3,434,1341 -"13845",2731,23450,2,434,967 -"13846",2731,23492,3,434,1067 -"13847",2731,23652,3,434,803 -"13848",2731,23727,3,434,1734 -"13849",2731,23729,2,434,1624 -"13850",2731,23970,3,434,1624 -"13851",2731,24755,2,434,1319 -"13852",2731,25027,3,434,564 -"13853",2731,25305,3,434,2447 -"13854",2731,25577,3,434,1946 -"13855",2731,26359,3,434,2535 -"13856",2731,26451,3,434,2133 -"13857",2731,26471,3,434,1061 -"13858",2731,26570,3,434,1669 -"13859",2731,26608,3,434,2329 -"13860",2731,26749,2,434,2965 -"13861",2731,27175,3,434,1447 -"13862",2731,27275,3,434,2656 -"13863",2731,27390,3,434,2425 -"13864",2731,27694,3,434,2030 -"13865",2731,27849,3,434,1316 -"13866",2731,28015,1,434,1624 -"13867",2731,28190,3,434,1634 -"13868",2731,29705,2,434,607 -"13869",2731,29750,3,434,689 -"13870",2731,30180,3,434,590 -"13871",2731,31050,3,434,1491 -"13872",2731,31338,3,434,917 -"13873",2731,31530,3,434,1661 -"13874",2731,32017,3,434,577 -"13875",2731,32173,3,434,2341 -"13876",2731,32271,3,434,843 -"13877",2731,33949,3,434,2489 -"13878",2731,34136,3,434,2202 -"13879",2731,34836,3,434,2302 -"13880",2731,38019,2,434,1870 -"13881",2731,39238,2,434,922 -"13882",2731,40432,3,434,1956 -"13883",2731,41174,3,434,850 -"13884",2731,41315,3,434,439 -"13885",2731,41832,3,434,1155 -"13886",2731,43051,3,434,904 -"13887",2731,43385,3,434,1623 -"13888",2731,43769,3,434,2394 -"13889",2731,44059,3,434,525 -"13890",2731,46039,3,434,1794 -"13891",2731,46723,3,434,607 -"13892",2731,47772,2,434,2293 -"13893",2731,50219,3,434,756 -"13894",2731,51017,3,434,2073 -"13895",2731,51810,3,434,1401 -"13896",2731,51953,2,434,551 -"13897",2731,52058,3,434,1836 -"13898",2731,52136,3,434,1412 -"13899",2731,52576,3,434,2234 -"13900",2731,53322,3,434,1200 -"13901",2731,53323,2,434,2677 -"13902",2731,53608,3,434,1986 -"13903",2731,53789,3,434,2681 -"13904",2731,54305,3,434,1222 -"13905",2731,54551,3,434,2348 -"13906",2731,55299,3,434,609 -"13907",2731,55468,3,434,2511 -"13908",2731,56317,2,434,2030 -"13909",2731,57414,3,434,922 -"13910",2731,57950,3,434,1529 -"13911",2731,58451,3,434,1939 -"13912",2731,58508,3,434,2326 -"13913",2731,58652,3,434,1437 -"13914",2731,59205,3,434,2387 -"13915",2731,61982,3,434,2725 -"13916",2731,64181,3,434,1828 -"13917",2731,66860,3,434,1548 -"13918",2731,67222,3,434,1332 -"13919",2731,67719,3,434,2429 -"13920",2731,71342,2,434,1289 -"13921",2731,72956,2,434,1251 -"13922",2731,73128,3,434,1549 -"13923",2731,73786,2,434,2937 -"13924",2731,75921,3,434,517 -"13925",2731,75948,2,434,1006 -"13926",2731,76127,3,434,910 -"13927",2731,76284,2,434,1237 -"13928",2731,77305,1,434,965 -"13929",2731,79322,3,434,2770 -"13930",2731,79436,3,434,1344 -"13931",2731,80242,3,434,569 -"13932",2731,81588,1,434,1568 -"13933",2731,82893,3,434,1275 -"13934",2731,82949,3,434,2077 -"13935",2731,83434,3,434,850 -"13936",2731,87048,3,434,989 -"13937",2731,87692,3,434,775 -"13938",2731,88126,3,434,1027 -"13939",2731,89097,1,434,935 -"13940",2731,89541,2,434,525 -"13941",2731,90573,3,434,878 -"13942",2731,90802,3,434,877 -"13943",2731,92220,1,434,607 -"13944",2731,93332,3,434,982 -"13945",2731,95836,3,434,760 -"13946",2731,98781,3,434,1410 -"13947",2731,101295,2,434,2165 -"13948",2731,101395,3,434,891 -"13949",2731,111971,3,434,1032 -"13950",2731,115622,2,434,1895 -"13951",2737,393,3,607,643 -"13952",2737,1785,1,607,2350 -"13953",2737,3360,3,607,1583 -"13954",2737,7787,3,607,2314 -"13955",2737,8478,3,607,984 -"13956",2737,9716,3,607,1929 -"13957",2737,9740,3,607,2233 -"13958",2737,10119,2,607,2374 -"13959",2737,13671,3,607,1371 -"13960",2737,14255,3,607,893 -"13961",2737,15150,3,607,2801 -"13962",2737,16524,3,607,1556 -"13963",2737,19002,2,607,2053 -"13964",2737,19190,3,607,2677 -"13965",2737,20011,3,607,2826 -"13966",2737,24044,2,607,1076 -"13967",2737,24949,3,607,2120 -"13968",2737,25330,3,607,2370 -"13969",2737,26698,3,607,1963 -"13970",2737,28970,3,607,2111 -"13971",2737,32576,3,607,2881 -"13972",2737,38241,3,607,1931 -"13973",2737,46049,2,607,2102 -"13974",2737,49069,3,607,1694 -"13975",2737,67289,3,607,829 -"13976",2737,79913,3,607,1514 -"13977",2737,82890,3,607,1550 -"13978",2737,85401,3,607,1931 -"13979",2737,89258,3,607,1147 -"13980",2737,89391,3,607,2180 -"13981",2742,134,3,1192,2062 -"13982",2742,312,3,1192,2038 -"13983",2742,380,3,1192,2261 -"13984",2742,701,2,1192,2718 -"13985",2742,997,3,1192,2788 -"13986",2742,1386,3,1192,1901 -"13987",2742,1453,2,1192,1737 -"13988",2742,1639,2,1192,2631 -"13989",2742,2424,3,1192,2582 -"13990",2742,2533,3,1192,2016 -"13991",2742,2716,1,1192,1748 -"13992",2742,3305,2,1192,2839 -"13993",2742,3306,2,1192,1989 -"13994",2742,3801,3,1192,1974 -"13995",2742,4289,3,1192,1921 -"13996",2742,4317,3,1192,1224 -"13997",2742,5235,2,1192,2324 -"13998",2742,5429,3,1192,1991 -"13999",2742,5449,3,1192,1723 -"14000",2742,6055,3,1192,2651 -"14001",2742,6074,3,1192,2426 -"14002",2742,6104,3,1192,2462 -"14003",2742,6363,2,1192,2066 -"14004",2742,7241,3,1192,2259 -"14005",2742,7627,3,1192,1543 -"14006",2742,8258,3,1192,1959 -"14007",2742,9351,3,1192,1460 -"14008",2742,9723,3,1192,2302 -"14009",2742,11006,3,1192,1950 -"14010",2742,11329,3,1192,2799 -"14011",2742,11440,3,1192,2026 -"14012",2742,11875,3,1192,1526 -"14013",2742,12728,3,1192,2374 -"14014",2742,13043,2,1192,1295 -"14015",2742,15003,3,1192,2067 -"14016",2742,16518,2,1192,2642 -"14017",2742,17632,3,1192,1947 -"14018",2742,18394,3,1192,2356 -"14019",2742,19248,2,1192,2357 -"14020",2742,19606,3,1192,2783 -"14021",2742,19643,2,1192,2452 -"14022",2742,19719,3,1192,2177 -"14023",2742,20423,2,1192,2654 -"14024",2742,21682,3,1192,2414 -"14025",2742,25198,3,1192,1982 -"14026",2742,25569,3,1192,2317 -"14027",2742,25680,3,1192,1618 -"14028",2742,25985,3,1192,2071 -"14029",2742,26721,3,1192,2586 -"14030",2742,27173,1,1192,2050 -"14031",2742,27694,3,1192,2030 -"14032",2742,29899,3,1192,2375 -"14033",2742,32457,3,1192,2690 -"14034",2742,32964,3,1192,2252 -"14035",2742,32965,3,1192,2071 -"14036",2742,33949,3,1192,2489 -"14037",2742,34464,3,1192,1741 -"14038",2742,35542,3,1192,1439 -"14039",2742,37285,1,1192,2428 -"14040",2742,38439,3,1192,2025 -"14041",2742,39535,3,1192,2428 -"14042",2742,39982,2,1192,1529 -"14043",2742,41033,3,1192,1839 -"14044",2742,41402,2,1192,2313 -"14045",2742,44819,3,1192,2063 -"14046",2742,45618,3,1192,2356 -"14047",2742,47098,3,1192,2057 -"14048",2742,48289,3,1192,2209 -"14049",2742,48605,1,1192,2796 -"14050",2742,49872,3,1192,2019 -"14051",2742,50785,3,1192,2877 -"14052",2742,51041,3,1192,2606 -"14053",2742,55256,3,1192,2379 -"14054",2742,56854,3,1192,2022 -"14055",2742,59539,3,1192,2429 -"14056",2742,61982,3,1192,2725 -"14057",2742,62841,3,1192,2710 -"14058",2742,66277,3,1192,1227 -"14059",2742,68523,3,1192,1664 -"14060",2742,69030,3,1192,1249 -"14061",2742,71518,3,1192,2805 -"14062",2742,97811,3,1192,1288 -"14063",2743,270,3,1278,2542 -"14064",2743,669,3,1278,1423 -"14065",2743,671,2,1278,2328 -"14066",2743,675,2,1278,1686 -"14067",2743,733,2,1278,1653 -"14068",2743,803,3,1278,1666 -"14069",2743,1036,3,1278,1367 -"14070",2743,1046,3,1278,1881 -"14071",2743,1136,2,1278,2536 -"14072",2743,1315,3,1278,2760 -"14073",2743,1367,3,1278,2176 -"14074",2743,1897,3,1278,1727 -"14075",2743,2166,3,1278,2557 -"14076",2743,2424,2,1278,2582 -"14077",2743,2533,3,1278,2016 -"14078",2743,2563,3,1278,1686 -"14079",2743,3139,3,1278,1656 -"14080",2743,3167,3,1278,1676 -"14081",2743,3242,1,1278,1730 -"14082",2743,3305,3,1278,2839 -"14083",2743,3352,3,1278,1707 -"14084",2743,4191,3,1278,2130 -"14085",2743,4618,3,1278,2607 -"14086",2743,4687,3,1278,2152 -"14087",2743,4980,2,1278,2093 -"14088",2743,5148,3,1278,2206 -"14089",2743,5504,3,1278,2389 -"14090",2743,5621,3,1278,1860 -"14091",2743,5725,3,1278,2789 -"14092",2743,6363,3,1278,2066 -"14093",2743,6428,3,1278,1952 -"14094",2743,6491,3,1278,2424 -"14095",2743,7245,3,1278,2089 -"14096",2743,7847,3,1278,2424 -"14097",2743,8274,3,1278,1909 -"14098",2743,8327,3,1278,2527 -"14099",2743,8533,2,1278,2251 -"14100",2743,8621,2,1278,1681 -"14101",2743,10404,2,1278,2062 -"14102",2743,10857,3,1278,2253 -"14103",2743,10859,3,1278,2231 -"14104",2743,10890,2,1278,2639 -"14105",2743,11063,3,1278,1967 -"14106",2743,12374,3,1278,2260 -"14107",2743,12747,3,1278,2818 -"14108",2743,12867,3,1278,2773 -"14109",2743,14834,3,1278,2739 -"14110",2743,15539,3,1278,1929 -"14111",2743,15716,3,1278,1991 -"14112",2743,15813,3,1278,2143 -"14113",2743,17357,3,1278,1536 -"14114",2743,17852,3,1278,2840 -"14115",2743,17931,3,1278,1617 -"14116",2743,19027,3,1278,2721 -"14117",2743,19380,3,1278,2637 -"14118",2743,19719,3,1278,2177 -"14119",2743,19868,3,1278,2855 -"14120",2743,20419,3,1278,1587 -"14121",2743,20563,2,1278,2267 -"14122",2743,20700,3,1278,2861 -"14123",2743,20783,2,1278,2414 -"14124",2743,20824,1,1278,1366 -"14125",2743,21122,3,1278,1701 -"14126",2743,21197,3,1278,1437 -"14127",2743,21285,3,1278,2100 -"14128",2743,21758,3,1278,1331 -"14129",2743,22884,2,1278,1608 -"14130",2743,22885,3,1278,1702 -"14131",2743,23216,3,1278,2424 -"14132",2743,23534,2,1278,1659 -"14133",2743,23704,3,1278,2278 -"14134",2743,23756,3,1278,2309 -"14135",2743,23825,3,1278,1913 -"14136",2743,23869,3,1278,1918 -"14137",2743,24259,3,1278,1281 -"14138",2743,24755,3,1278,1319 -"14139",2743,24962,3,1278,2126 -"14140",2743,25129,3,1278,2647 -"14141",2743,25341,3,1278,1858 -"14142",2743,25643,2,1278,1646 -"14143",2743,25816,3,1278,2088 -"14144",2743,26436,3,1278,2489 -"14145",2743,26516,2,1278,2479 -"14146",2743,26570,3,1278,1669 -"14147",2743,26706,3,1278,1846 -"14148",2743,27628,3,1278,2389 -"14149",2743,27753,2,1278,2750 -"14150",2743,28285,3,1278,2972 -"14151",2743,28892,3,1278,2023 -"14152",2743,29073,3,1278,2328 -"14153",2743,29314,3,1278,2736 -"14154",2743,30438,2,1278,1617 -"14155",2743,31243,3,1278,1355 -"14156",2743,31799,3,1278,2547 -"14157",2743,32103,3,1278,1491 -"14158",2743,32988,3,1278,2008 -"14159",2743,33010,3,1278,2189 -"14160",2743,33621,2,1278,1319 -"14161",2743,34136,3,1278,2202 -"14162",2743,34160,3,1278,1759 -"14163",2743,34216,2,1278,2832 -"14164",2743,34492,2,1278,1798 -"14165",2743,34509,3,1278,1973 -"14166",2743,34815,3,1278,2354 -"14167",2743,34836,2,1278,2302 -"14168",2743,36651,3,1278,1600 -"14169",2743,37418,3,1278,2710 -"14170",2743,38019,2,1278,1870 -"14171",2743,38449,2,1278,1802 -"14172",2743,38780,3,1278,2705 -"14173",2743,40293,2,1278,1671 -"14174",2743,40369,3,1278,2735 -"14175",2743,41402,3,1278,2313 -"14176",2743,41607,3,1278,2802 -"14177",2743,41682,3,1278,1988 -"14178",2743,43455,3,1278,2846 -"14179",2743,43518,3,1278,2680 -"14180",2743,44819,3,1278,2063 -"14181",2743,45343,3,1278,2360 -"14182",2743,45715,3,1278,2287 -"14183",2743,46629,3,1278,2255 -"14184",2743,47857,3,1278,2325 -"14185",2743,47947,3,1278,2681 -"14186",2743,49189,3,1278,1550 -"14187",2743,50667,3,1278,2719 -"14188",2743,51022,1,1278,1499 -"14189",2743,51041,3,1278,2606 -"14190",2743,51410,3,1278,2739 -"14191",2743,51987,2,1278,1397 -"14192",2743,52576,3,1278,2234 -"14193",2743,53266,2,1278,2389 -"14194",2743,53300,3,1278,2162 -"14195",2743,54551,3,1278,2348 -"14196",2743,54676,3,1278,1342 -"14197",2743,54740,2,1278,2750 -"14198",2743,55556,3,1278,2075 -"14199",2743,55691,3,1278,2856 -"14200",2743,57129,3,1278,1858 -"14201",2743,57353,3,1278,1849 -"14202",2743,57977,3,1278,2683 -"14203",2743,58035,2,1278,1646 -"14204",2743,58133,3,1278,1484 -"14205",2743,58221,3,1278,1787 -"14206",2743,59438,3,1278,2400 -"14207",2743,61982,3,1278,2725 -"14208",2743,62840,3,1278,2502 -"14209",2743,63515,3,1278,2023 -"14210",2743,64031,3,1278,1295 -"14211",2743,64181,3,1278,1828 -"14212",2743,64793,3,1278,2819 -"14213",2743,64997,2,1278,2791 -"14214",2743,65007,3,1278,2530 -"14215",2743,70046,3,1278,2624 -"14216",2743,71562,3,1278,2574 -"14217",2743,72468,3,1278,2292 -"14218",2743,74095,3,1278,2333 -"14219",2743,76081,3,1278,1534 -"14220",2743,76892,3,1278,2381 -"14221",2743,80172,3,1278,1342 -"14222",2743,80678,3,1278,1595 -"14223",2743,82767,2,1278,1641 -"14224",2743,82929,3,1278,2475 -"14225",2743,86505,3,1278,1302 -"14226",2743,88232,3,1278,2881 -"14227",2743,88592,3,1278,1418 -"14228",2743,92491,3,1278,1968 -"14229",2743,97498,3,1278,2346 -"14230",2743,99103,2,1278,1470 -"14231",2747,680,3,2411,2569 -"14232",2747,2424,3,2411,2582 -"14233",2747,2852,3,2411,2448 -"14234",2747,3477,3,2411,2546 -"14235",2747,8604,3,2411,2799 -"14236",2747,9035,3,2411,2771 -"14237",2747,9503,2,2411,2453 -"14238",2747,9787,3,2411,2858 -"14239",2747,10638,3,2411,2692 -"14240",2747,14586,3,2411,2801 -"14241",2747,14959,2,2411,2898 -"14242",2747,15826,2,2411,2772 -"14243",2747,16067,3,2411,2727 -"14244",2747,17037,3,2411,2947 -"14245",2747,18421,3,2411,2457 -"14246",2747,23206,3,2411,2805 -"14247",2747,24069,2,2411,2697 -"14248",2747,25486,3,2411,2582 -"14249",2747,26182,3,2411,2775 -"14250",2747,27742,3,2411,2700 -"14251",2747,27908,3,2411,2576 -"14252",2747,28869,3,2411,2425 -"14253",2747,29825,3,2411,2603 -"14254",2747,33801,3,2411,2899 -"14255",2747,35235,3,2411,2610 -"14256",2747,36912,3,2411,2469 -"14257",2747,36953,3,2411,2790 -"14258",2747,41770,3,2411,2752 -"14259",2747,44603,1,2411,2748 -"14260",2747,51783,3,2411,2599 -"14261",2747,53475,3,2411,2853 -"14262",2747,53727,3,2411,2442 -"14263",2747,54924,3,2411,2603 -"14264",2747,58501,2,2411,2613 -"14265",2747,63077,3,2411,2778 -"14266",2747,67726,3,2411,2873 -"14267",2747,69716,3,2411,2632 -"14268",2747,70656,3,2411,2771 -"14269",2747,73602,3,2411,2881 -"14270",2754,313,3,1360,2271 -"14271",2754,357,3,1360,2327 -"14272",2754,377,3,1360,2389 -"14273",2754,499,2,1360,1931 -"14274",2754,543,2,1360,2203 -"14275",2754,600,3,1360,1702 -"14276",2754,671,3,1360,2328 -"14277",2754,997,3,1360,2788 -"14278",2754,1046,3,1360,1881 -"14279",2754,1090,3,1360,2370 -"14280",2754,1130,3,1360,1566 -"14281",2754,1136,3,1360,2536 -"14282",2754,1151,3,1360,2885 -"14283",2754,1495,3,1360,2046 -"14284",2754,1616,3,1360,2662 -"14285",2754,1777,2,1360,1965 -"14286",2754,1875,2,1360,1786 -"14287",2754,2036,2,1360,2483 -"14288",2754,2166,2,1360,2557 -"14289",2754,2325,3,1360,1641 -"14290",2754,2484,3,1360,2389 -"14291",2754,2766,3,1360,1920 -"14292",2754,3088,3,1360,1670 -"14293",2754,3161,3,1360,2229 -"14294",2754,3167,3,1360,1676 -"14295",2754,3242,3,1360,1730 -"14296",2754,3495,3,1360,2431 -"14297",2754,3777,3,1360,1798 -"14298",2754,3830,2,1360,1661 -"14299",2754,3853,3,1360,2465 -"14300",2754,3878,3,1360,1890 -"14301",2754,3886,3,1360,1669 -"14302",2754,3966,3,1360,2425 -"14303",2754,4057,3,1360,2389 -"14304",2754,4226,3,1360,1903 -"14305",2754,4366,3,1360,1726 -"14306",2754,4618,3,1360,2607 -"14307",2754,4671,2,1360,2280 -"14308",2754,4701,3,1360,2401 -"14309",2754,4763,3,1360,1960 -"14310",2754,5078,3,1360,2033 -"14311",2754,5457,3,1360,2077 -"14312",2754,5462,2,1360,2374 -"14313",2754,5504,2,1360,2389 -"14314",2754,5515,3,1360,2385 -"14315",2754,5669,3,1360,2502 -"14316",2754,5725,3,1360,2789 -"14317",2754,5845,3,1360,1552 -"14318",2754,6044,3,1360,2744 -"14319",2754,7323,3,1360,2858 -"14320",2754,7858,3,1360,1795 -"14321",2754,7861,3,1360,1647 -"14322",2754,8621,3,1360,1681 -"14323",2754,8760,3,1360,2477 -"14324",2754,9695,3,1360,2143 -"14325",2754,10513,3,1360,2284 -"14326",2754,10874,3,1360,1891 -"14327",2754,10964,3,1360,2043 -"14328",2754,11067,3,1360,2734 -"14329",2754,12713,3,1360,2440 -"14330",2754,13925,3,1360,1515 -"14331",2754,14189,3,1360,1483 -"14332",2754,14888,3,1360,1411 -"14333",2754,15184,2,1360,2396 -"14334",2754,15539,2,1360,1929 -"14335",2754,17347,3,1360,1526 -"14336",2754,17943,3,1360,1943 -"14337",2754,18543,3,1360,2968 -"14338",2754,19027,2,1360,2721 -"14339",2754,19096,3,1360,1538 -"14340",2754,19334,3,1360,1979 -"14341",2754,19568,3,1360,2302 -"14342",2754,19606,3,1360,2783 -"14343",2754,19676,3,1360,1515 -"14344",2754,20162,2,1360,2328 -"14345",2754,20700,3,1360,2861 -"14346",2754,21138,3,1360,2849 -"14347",2754,22749,3,1360,1727 -"14348",2754,23508,3,1360,1907 -"14349",2754,23918,3,1360,1881 -"14350",2754,24195,3,1360,1575 -"14351",2754,24579,2,1360,1394 -"14352",2754,24923,3,1360,2785 -"14353",2754,25198,3,1360,1982 -"14354",2754,25341,3,1360,1858 -"14355",2754,25643,3,1360,1646 -"14356",2754,26080,3,1360,2525 -"14357",2754,26359,3,1360,2535 -"14358",2754,26570,3,1360,1669 -"14359",2754,27275,3,1360,2656 -"14360",2754,27478,2,1360,2485 -"14361",2754,28216,3,1360,1910 -"14362",2754,28285,3,1360,2972 -"14363",2754,28892,3,1360,2023 -"14364",2754,30119,3,1360,1961 -"14365",2754,30386,3,1360,1833 -"14366",2754,30504,3,1360,1573 -"14367",2754,31799,1,1360,2547 -"14368",2754,32516,3,1360,2050 -"14369",2754,32606,3,1360,2100 -"14370",2754,33160,3,1360,2441 -"14371",2754,33356,3,1360,1586 -"14372",2754,34509,3,1360,1973 -"14373",2754,34836,3,1360,2302 -"14374",2754,35256,2,1360,2271 -"14375",2754,35514,3,1360,2346 -"14376",2754,37301,3,1360,2160 -"14377",2754,37570,3,1360,2389 -"14378",2754,38755,3,1360,2902 -"14379",2754,39444,3,1360,2695 -"14380",2754,40293,3,1360,1671 -"14381",2754,40296,3,1360,1674 -"14382",2754,41278,3,1360,1873 -"14383",2754,41747,2,1360,1722 -"14384",2754,41972,3,1360,2509 -"14385",2754,43518,3,1360,2680 -"14386",2754,44427,2,1360,2875 -"14387",2754,46039,3,1360,1794 -"14388",2754,46596,3,1360,1942 -"14389",2754,47248,2,1360,2883 -"14390",2754,48242,3,1360,1690 -"14391",2754,48571,3,1360,2717 -"14392",2754,48820,3,1360,2769 -"14393",2754,49185,3,1360,1544 -"14394",2754,49965,3,1360,2301 -"14395",2754,50275,3,1360,2832 -"14396",2754,50667,3,1360,2719 -"14397",2754,51017,2,1360,2073 -"14398",2754,51035,3,1360,2397 -"14399",2754,51410,3,1360,2739 -"14400",2754,53031,2,1360,2065 -"14401",2754,55556,2,1360,2075 -"14402",2754,56688,3,1360,2331 -"14403",2754,57950,3,1360,1529 -"14404",2754,57977,3,1360,2683 -"14405",2754,58035,2,1360,1646 -"14406",2754,61719,2,1360,1515 -"14407",2754,62488,3,1360,1418 -"14408",2754,62840,3,1360,2502 -"14409",2754,63515,2,1360,2023 -"14410",2754,64181,3,1360,1828 -"14411",2754,64997,3,1360,2791 -"14412",2754,65029,2,1360,2954 -"14413",2754,68098,3,1360,2378 -"14414",2754,71478,3,1360,1721 -"14415",2754,72334,1,1360,2820 -"14416",2754,72468,3,1360,2292 -"14417",2754,75607,3,1360,2245 -"14418",2754,77489,3,1360,1514 -"14419",2754,80429,3,1360,1927 -"14420",2754,81588,3,1360,1568 -"14421",2754,82767,3,1360,1641 -"14422",2754,85430,2,1360,2370 -"14423",2754,91570,3,1360,2229 -"14424",2754,93615,3,1360,2386 -"14425",2754,93752,3,1360,1368 -"14426",2754,94125,3,1360,2280 -"14427",2754,94401,3,1360,1784 -"14428",2759,2221,3,2030,2092 -"14429",2759,2852,3,2030,2448 -"14430",2759,3255,3,2030,2504 -"14431",2759,4730,2,2030,2131 -"14432",2759,6627,1,2030,2063 -"14433",2759,7433,2,2030,2255 -"14434",2759,10495,3,2030,2230 -"14435",2759,10638,3,2030,2692 -"14436",2759,11103,3,2030,2393 -"14437",2759,11506,3,2030,2824 -"14438",2759,15381,3,2030,2289 -"14439",2759,18571,2,2030,2128 -"14440",2759,18943,3,2030,2861 -"14441",2759,20007,3,2030,2971 -"14442",2759,21180,1,2030,2762 -"14443",2759,21463,2,2030,2437 -"14444",2759,27783,3,2030,2302 -"14445",2759,30442,3,2030,2124 -"14446",2759,32449,3,2030,2091 -"14447",2759,34162,2,2030,2336 -"14448",2759,36136,2,2030,2338 -"14449",2759,39105,2,2030,2487 -"14450",2759,41023,3,2030,2408 -"14451",2759,41955,3,2030,2479 -"14452",2759,45730,3,2030,2063 -"14453",2759,46951,3,2030,2429 -"14454",2759,53668,3,2030,2242 -"14455",2759,55775,3,2030,2385 -"14456",2759,56673,3,2030,2419 -"14457",2759,76132,1,2030,2426 -"14458",2759,111034,2,2030,2131 -"14459",2765,362,3,2321,2537 -"14460",2765,455,3,2321,2827 -"14461",2765,1136,3,2321,2536 -"14462",2765,3695,3,2321,2612 -"14463",2765,3966,3,2321,2425 -"14464",2765,7078,3,2321,2344 -"14465",2765,17826,2,2321,2920 -"14466",2765,18151,3,2321,2962 -"14467",2765,20423,2,2321,2654 -"14468",2765,21795,3,2321,2653 -"14469",2765,22714,1,2321,2793 -"14470",2765,25129,3,2321,2647 -"14471",2765,42474,2,2321,2322 -"14472",2765,47248,3,2321,2883 -"14473",2765,47947,3,2321,2681 -"14474",2765,49032,3,2321,2469 -"14475",2765,49461,2,2321,2793 -"14476",2765,51410,3,2321,2739 -"14477",2765,67264,3,2321,2790 -"14478",2765,71618,3,2321,2960 -"14479",2765,74095,3,2321,2333 -"14480",2766,313,3,1920,2271 -"14481",2766,362,3,1920,2537 -"14482",2766,377,3,1920,2389 -"14483",2766,543,3,1920,2203 -"14484",2766,823,2,1920,2840 -"14485",2766,1151,3,1920,2885 -"14486",2766,1321,3,1920,2075 -"14487",2766,1495,1,1920,2046 -"14488",2766,1616,2,1920,2662 -"14489",2766,1777,3,1920,1965 -"14490",2766,2036,3,1920,2483 -"14491",2766,2484,2,1920,2389 -"14492",2766,3161,3,1920,2229 -"14493",2766,3853,2,1920,2465 -"14494",2766,4057,3,1920,2389 -"14495",2766,4763,1,1920,1960 -"14496",2766,5078,3,1920,2033 -"14497",2766,5457,3,1920,2077 -"14498",2766,5462,3,1920,2374 -"14499",2766,5504,3,1920,2389 -"14500",2766,5622,3,1920,2175 -"14501",2766,5669,3,1920,2502 -"14502",2766,5710,3,1920,1926 -"14503",2766,5725,3,1920,2789 -"14504",2766,6222,3,1920,1949 -"14505",2766,6363,3,1920,2066 -"14506",2766,6996,3,1920,2916 -"14507",2766,7078,3,1920,2344 -"14508",2766,7323,3,1920,2858 -"14509",2766,8760,3,1920,2477 -"14510",2766,9311,3,1920,2477 -"14511",2766,10843,3,1920,2277 -"14512",2766,10857,3,1920,2253 -"14513",2766,11218,3,1920,2292 -"14514",2766,12775,3,1920,1982 -"14515",2766,12778,3,1920,2045 -"14516",2766,12976,3,1920,2399 -"14517",2766,13639,3,1920,2887 -"14518",2766,13780,3,1920,2412 -"14519",2766,14507,3,1920,2686 -"14520",2766,14959,3,1920,2898 -"14521",2766,15184,1,1920,2396 -"14522",2766,15626,2,1920,2434 -"14523",2766,16727,3,1920,2164 -"14524",2766,17520,2,1920,2276 -"14525",2766,19027,2,1920,2721 -"14526",2766,19528,3,1920,2742 -"14527",2766,19606,3,1920,2783 -"14528",2766,20700,3,1920,2861 -"14529",2766,22216,3,1920,1956 -"14530",2766,23641,3,1920,1934 -"14531",2766,25198,3,1920,1982 -"14532",2766,25874,3,1920,2088 -"14533",2766,26608,3,1920,2329 -"14534",2766,28050,3,1920,1955 -"14535",2766,28218,2,1920,2048 -"14536",2766,28285,3,1920,2972 -"14537",2766,29004,3,1920,2596 -"14538",2766,31307,3,1920,2139 -"14539",2766,31799,2,1920,2547 -"14540",2766,32516,2,1920,2050 -"14541",2766,33160,2,1920,2441 -"14542",2766,33433,3,1920,2805 -"14543",2766,34693,3,1920,1938 -"14544",2766,35256,3,1920,2271 -"14545",2766,36559,3,1920,2473 -"14546",2766,37238,3,1920,2609 -"14547",2766,37570,3,1920,2389 -"14548",2766,41945,3,1920,2856 -"14549",2766,42196,3,1920,2765 -"14550",2766,43455,3,1920,2846 -"14551",2766,44885,3,1920,2670 -"14552",2766,44899,3,1920,2386 -"14553",2766,47098,2,1920,2057 -"14554",2766,50252,1,1920,2001 -"14555",2766,50785,3,1920,2877 -"14556",2766,51853,2,1920,2520 -"14557",2766,53293,2,1920,2916 -"14558",2766,54551,3,1920,2348 -"14559",2766,54929,3,1920,2783 -"14560",2766,59113,3,1920,2434 -"14561",2766,59205,3,1920,2387 -"14562",2766,65029,2,1920,2954 -"14563",2766,78563,3,1920,2385 -"14564",2766,86799,3,1920,1951 -"14565",2798,2057,3,1673,1965 -"14566",2798,3195,3,1673,2043 -"14567",2798,9057,3,1673,2629 -"14568",2798,14676,2,1673,2764 -"14569",2798,18965,3,1673,2315 -"14570",2798,19380,2,1673,2637 -"14571",2798,31700,3,1673,2727 -"14572",2798,34216,3,1673,2832 -"14573",2798,35958,3,1673,2383 -"14574",2798,51360,3,1673,1882 -"14575",2798,55155,2,1673,2333 -"14576",2798,66241,3,1673,2351 -"14577",2798,70528,3,1673,2727 -"14578",2798,72348,3,1673,1810 -"14579",2798,94625,2,1673,2105 -"14580",2798,98058,3,1673,1891 -"14581",2799,16866,3,2173,2718 -"14582",2799,18865,3,2173,2676 -"14583",2799,63395,3,2173,2334 -"14584",2802,916,2,1836,2718 -"14585",2802,1222,3,1836,2598 -"14586",2802,1560,2,1836,2013 -"14587",2802,2443,3,1836,2333 -"14588",2802,5414,3,1836,2321 -"14589",2802,6262,3,1836,2733 -"14590",2802,9716,3,1836,1929 -"14591",2802,10200,3,1836,2920 -"14592",2802,10727,3,1836,2082 -"14593",2802,11429,3,1836,2520 -"14594",2802,17999,2,1836,2758 -"14595",2802,18466,3,1836,2340 -"14596",2802,18610,2,1836,2141 -"14597",2802,19190,3,1836,2677 -"14598",2802,23739,2,1836,2463 -"14599",2802,24086,3,1836,2663 -"14600",2802,26138,3,1836,1902 -"14601",2802,28824,3,1836,2412 -"14602",2802,36662,2,1836,2967 -"14603",2802,37342,3,1836,2649 -"14604",2802,40392,3,1836,1878 -"14605",2802,41185,3,1836,1929 -"14606",2802,42280,3,1836,2266 -"14607",2802,42998,3,1836,1978 -"14608",2802,43524,3,1836,2572 -"14609",2802,47130,3,1836,2654 -"14610",2802,53017,3,1836,2141 -"14611",2802,55405,3,1836,2788 -"14612",2802,57037,3,1836,2293 -"14613",2802,59470,3,1836,2393 -"14614",2802,63525,3,1836,2741 -"14615",2802,65223,3,1836,2724 -"14616",2802,69590,3,1836,2441 -"14617",2802,76997,3,1836,2223 -"14618",2802,79793,3,1836,1915 -"14619",2802,82917,3,1836,2371 -"14620",2802,94339,2,1836,2768 -"14621",2810,194,3,83,1243 -"14622",2810,364,3,83,2351 -"14623",2810,1629,3,83,1289 -"14624",2810,1702,3,83,1984 -"14625",2810,1846,3,83,1845 -"14626",2810,2407,3,83,1725 -"14627",2810,2540,3,83,1398 -"14628",2810,2852,3,83,2448 -"14629",2810,3127,3,83,2273 -"14630",2810,3477,3,83,2546 -"14631",2810,3978,3,83,2775 -"14632",2810,4001,3,83,1687 -"14633",2810,4303,3,83,2414 -"14634",2810,4669,3,83,2395 -"14635",2810,5792,3,83,975 -"14636",2810,5897,3,83,2337 -"14637",2810,6821,3,83,1788 -"14638",2810,6989,3,83,2623 -"14639",2810,7337,3,83,1797 -"14640",2810,7759,3,83,2844 -"14641",2810,7798,3,83,949 -"14642",2810,8865,2,83,2394 -"14643",2810,9073,2,83,221 -"14644",2810,9227,3,83,1267 -"14645",2810,9703,3,83,1845 -"14646",2810,10129,3,83,2124 -"14647",2810,10336,3,83,2271 -"14648",2810,10350,3,83,1163 -"14649",2810,10754,3,83,1797 -"14650",2810,11424,3,83,1631 -"14651",2810,11648,3,83,2852 -"14652",2810,12067,2,83,1213 -"14653",2810,12292,3,83,184 -"14654",2810,12781,3,83,831 -"14655",2810,12948,3,83,2669 -"14656",2810,13068,3,83,1778 -"14657",2810,13079,3,83,2547 -"14658",2810,13296,3,83,839 -"14659",2810,13566,3,83,2056 -"14660",2810,15826,3,83,2772 -"14661",2810,16152,3,83,879 -"14662",2810,16286,3,83,2470 -"14663",2810,16501,3,83,1650 -"14664",2810,16715,3,83,1218 -"14665",2810,16866,3,83,2718 -"14666",2810,17257,3,83,1117 -"14667",2810,17973,3,83,2837 -"14668",2810,18005,3,83,2449 -"14669",2810,18865,3,83,2676 -"14670",2810,18978,3,83,952 -"14671",2810,19073,1,83,2748 -"14672",2810,19433,3,83,2504 -"14673",2810,20124,3,83,2376 -"14674",2810,21207,3,83,1258 -"14675",2810,21240,3,83,1162 -"14676",2810,22462,3,83,869 -"14677",2810,27545,3,83,855 -"14678",2810,27686,3,83,2844 -"14679",2810,27742,3,83,2700 -"14680",2810,27914,3,83,2507 -"14681",2810,28869,3,83,2425 -"14682",2810,28904,3,83,926 -"14683",2810,29116,2,83,2128 -"14684",2810,29267,3,83,1234 -"14685",2810,29286,3,83,1612 -"14686",2810,29353,2,83,502 -"14687",2810,29818,3,83,1677 -"14688",2810,31216,3,83,1244 -"14689",2810,31868,3,83,1993 -"14690",2810,33681,3,83,1059 -"14691",2810,33870,3,83,955 -"14692",2810,33957,3,83,245 -"14693",2810,34025,3,83,242 -"14694",2810,34923,3,83,218 -"14695",2810,35728,3,83,2017 -"14696",2810,35903,3,83,1434 -"14697",2810,36912,3,83,2469 -"14698",2810,36953,3,83,2790 -"14699",2810,38513,3,83,914 -"14700",2810,38785,2,83,437 -"14701",2810,38816,3,83,1225 -"14702",2810,39062,3,83,2020 -"14703",2810,40572,3,83,2666 -"14704",2810,40747,3,83,958 -"14705",2810,41023,3,83,2408 -"14706",2810,41581,3,83,1692 -"14707",2810,42813,3,83,2142 -"14708",2810,43204,3,83,1680 -"14709",2810,44497,3,83,2401 -"14710",2810,45869,3,83,2840 -"14711",2810,46486,2,83,1868 -"14712",2810,46532,3,83,2005 -"14713",2810,47013,3,83,2388 -"14714",2810,48955,3,83,242 -"14715",2810,50354,3,83,1299 -"14716",2810,50585,3,83,2414 -"14717",2810,53924,3,83,1289 -"14718",2810,54740,3,83,2750 -"14719",2810,58745,1,83,1920 -"14720",2810,62438,2,83,802 -"14721",2810,63395,3,83,2334 -"14722",2810,64947,3,83,2489 -"14723",2810,67252,3,83,1215 -"14724",2810,67266,3,83,2010 -"14725",2810,67617,3,83,1149 -"14726",2810,69232,3,83,2130 -"14727",2810,70455,3,83,1307 -"14728",2810,71273,3,83,1188 -"14729",2810,71467,3,83,1051 -"14730",2810,74055,3,83,1544 -"14731",2810,76007,3,83,918 -"14732",2810,76391,3,83,1536 -"14733",2810,78645,3,83,218 -"14734",2810,80812,3,83,2357 -"14735",2810,84574,3,83,958 -"14736",2810,90709,3,83,1080 -"14737",2810,90892,3,83,2399 -"14738",2810,91849,3,83,1166 -"14739",2810,92860,3,83,1643 -"14740",2810,96401,3,83,303 -"14741",2810,99332,3,83,873 -"14742",2810,101453,3,83,454 -"14743",2810,110218,3,83,437 -"14744",2810,111375,3,83,2686 -"14745",2819,4226,3,1743,1903 -"14746",2819,6491,3,1743,2424 -"14747",2819,12374,3,1743,2260 -"14748",2819,26451,2,1743,2133 -"14749",2847,147,2,494,1040 -"14750",2847,359,2,494,635 -"14751",2847,364,3,494,2351 -"14752",2847,758,3,494,1232 -"14753",2847,1780,3,494,1375 -"14754",2847,1968,3,494,631 -"14755",2847,2206,3,494,2536 -"14756",2847,2349,3,494,1288 -"14757",2847,2407,3,494,1725 -"14758",2847,2747,2,494,2411 -"14759",2847,2852,3,494,2448 -"14760",2847,3195,3,494,2043 -"14761",2847,4612,3,494,2804 -"14762",2847,4916,3,494,1970 -"14763",2847,4932,3,494,2752 -"14764",2847,5346,3,494,1438 -"14765",2847,5897,3,494,2337 -"14766",2847,6132,2,494,1590 -"14767",2847,6133,3,494,1229 -"14768",2847,6824,3,494,2680 -"14769",2847,7937,3,494,2044 -"14770",2847,8604,3,494,2799 -"14771",2847,9503,3,494,2453 -"14772",2847,9703,3,494,1845 -"14773",2847,9801,3,494,2443 -"14774",2847,10453,3,494,1656 -"14775",2847,10638,2,494,2692 -"14776",2847,10803,3,494,545 -"14777",2847,10914,3,494,1660 -"14778",2847,11381,3,494,1638 -"14779",2847,11506,3,494,2824 -"14780",2847,12067,3,494,1213 -"14781",2847,13065,3,494,1561 -"14782",2847,13184,3,494,977 -"14783",2847,14599,3,494,1118 -"14784",2847,14749,3,494,1998 -"14785",2847,14754,3,494,2456 -"14786",2847,14998,3,494,1553 -"14787",2847,15207,3,494,1855 -"14788",2847,15826,2,494,2772 -"14789",2847,16176,3,494,2703 -"14790",2847,16777,2,494,834 -"14791",2847,16866,3,494,2718 -"14792",2847,18571,3,494,2128 -"14793",2847,18865,3,494,2676 -"14794",2847,18943,3,494,2861 -"14795",2847,18978,3,494,952 -"14796",2847,19610,3,494,1236 -"14797",2847,20007,3,494,2971 -"14798",2847,20155,3,494,1517 -"14799",2847,21207,3,494,1258 -"14800",2847,21209,3,494,2184 -"14801",2847,21463,3,494,2437 -"14802",2847,23131,3,494,1732 -"14803",2847,23488,3,494,1523 -"14804",2847,23513,3,494,900 -"14805",2847,24069,3,494,2697 -"14806",2847,24176,3,494,1986 -"14807",2847,27008,1,494,911 -"14808",2847,27255,2,494,1232 -"14809",2847,27742,3,494,2700 -"14810",2847,27783,3,494,2302 -"14811",2847,27908,3,494,2576 -"14812",2847,28893,3,494,2764 -"14813",2847,30525,3,494,1964 -"14814",2847,31164,3,494,1996 -"14815",2847,31866,3,494,2101 -"14816",2847,32339,2,494,2430 -"14817",2847,32449,3,494,2091 -"14818",2847,33870,3,494,955 -"14819",2847,34478,3,494,2265 -"14820",2847,36136,2,494,2338 -"14821",2847,38457,3,494,1630 -"14822",2847,39105,3,494,2487 -"14823",2847,39217,2,494,504 -"14824",2847,40309,3,494,871 -"14825",2847,41023,3,494,2408 -"14826",2847,41447,3,494,2405 -"14827",2847,41581,2,494,1692 -"14828",2847,44181,3,494,1034 -"14829",2847,44341,3,494,1230 -"14830",2847,44433,3,494,2224 -"14831",2847,44603,3,494,2748 -"14832",2847,44795,3,494,635 -"14833",2847,46501,3,494,845 -"14834",2847,46951,3,494,2429 -"14835",2847,50238,3,494,663 -"14836",2847,51151,3,494,1195 -"14837",2847,51223,3,494,2153 -"14838",2847,53987,2,494,928 -"14839",2847,54388,3,494,1257 -"14840",2847,54890,2,494,877 -"14841",2847,55604,3,494,2342 -"14842",2847,56338,3,494,1818 -"14843",2847,57067,2,494,2547 -"14844",2847,58501,2,494,2613 -"14845",2847,63395,3,494,2334 -"14846",2847,64156,3,494,675 -"14847",2847,66911,2,494,1920 -"14848",2847,68539,2,494,1158 -"14849",2847,73021,3,494,789 -"14850",2847,73107,3,494,1918 -"14851",2847,76132,3,494,2426 -"14852",2847,76675,3,494,1840 -"14853",2847,83398,3,494,845 -"14854",2847,83961,3,494,578 -"14855",2847,84574,3,494,958 -"14856",2847,85778,3,494,1040 -"14857",2847,88189,3,494,847 -"14858",2847,91227,3,494,1232 -"14859",2847,91849,3,494,1166 -"14860",2847,93320,3,494,1258 -"14861",2847,94520,3,494,1243 -"14862",2847,101435,3,494,1236 -"14863",2847,104306,3,494,1665 -"14864",2847,106240,3,494,705 -"14865",2847,111790,3,494,905 -"14866",2847,114857,2,494,1310 -"14867",2847,115401,3,494,935 -"14868",2852,341,3,2448,2689 -"14869",2852,3493,3,2448,2451 -"14870",2852,4249,3,2448,2547 -"14871",2852,4361,3,2448,2571 -"14872",2852,4612,3,2448,2804 -"14873",2852,5106,3,2448,2622 -"14874",2852,7942,3,2448,2623 -"14875",2852,8568,3,2448,2706 -"14876",2852,9785,3,2448,2951 -"14877",2852,9787,3,2448,2858 -"14878",2852,12361,3,2448,2732 -"14879",2852,15826,3,2448,2772 -"14880",2852,16176,3,2448,2703 -"14881",2852,16286,2,2448,2470 -"14882",2852,17033,2,2448,2771 -"14883",2852,19655,3,2448,2706 -"14884",2852,20941,3,2448,2725 -"14885",2852,20984,3,2448,2502 -"14886",2852,27742,2,2448,2700 -"14887",2852,27914,3,2448,2507 -"14888",2852,29473,3,2448,2602 -"14889",2852,30368,3,2448,2487 -"14890",2852,38691,3,2448,2585 -"14891",2852,43673,3,2448,2787 -"14892",2852,44235,2,2448,2700 -"14893",2852,45729,3,2448,2606 -"14894",2852,45869,3,2448,2840 -"14895",2852,48127,3,2448,2677 -"14896",2852,51144,3,2448,2466 -"14897",2852,56669,3,2448,2924 -"14898",2852,58655,3,2448,2685 -"14899",2852,68931,3,2448,2771 -"14900",2852,70583,3,2448,2615 -"14901",2852,88212,3,2448,2547 -"14902",2852,111375,3,2448,2686 -"14903",2863,94138,3,1657,1939 -"14904",2864,1092,3,1543,1945 -"14905",2864,1102,3,1543,2282 -"14906",2864,1875,3,1543,1786 -"14907",2864,2572,3,1543,2273 -"14908",2864,3397,3,1543,2126 -"14909",2864,3453,3,1543,2126 -"14910",2864,3886,3,1543,1669 -"14911",2864,5239,3,1543,2875 -"14912",2864,6052,3,1543,1985 -"14913",2864,6074,3,1543,2426 -"14914",2864,7406,3,1543,1906 -"14915",2864,8866,3,1543,1545 -"14916",2864,10513,3,1543,2284 -"14917",2864,12724,3,1543,1930 -"14918",2864,19744,3,1543,2623 -"14919",2864,21138,3,1543,2849 -"14920",2864,21682,3,1543,2414 -"14921",2864,21706,3,1543,1988 -"14922",2864,21929,3,1543,2062 -"14923",2864,27030,3,1543,2031 -"14924",2864,29512,3,1543,1594 -"14925",2864,32419,3,1543,1909 -"14926",2864,35045,3,1543,1646 -"14927",2864,40129,3,1543,2162 -"14928",2864,42023,3,1543,2231 -"14929",2864,42129,3,1543,2318 -"14930",2864,42216,3,1543,2722 -"14931",2864,42574,3,1543,2842 -"14932",2864,43902,1,1543,1726 -"14933",2864,44089,3,1543,1632 -"14934",2864,45302,3,1543,2390 -"14935",2864,46831,3,1543,1915 -"14936",2864,47248,3,1543,2883 -"14937",2864,49334,3,1543,2433 -"14938",2864,51017,2,1543,2073 -"14939",2864,51035,2,1543,2397 -"14940",2864,51866,3,1543,2411 -"14941",2864,53323,3,1543,2677 -"14942",2864,54695,3,1543,2429 -"14943",2864,58427,3,1543,2234 -"14944",2864,63907,3,1543,2377 -"14945",2864,66983,3,1543,2397 -"14946",2864,80825,3,1543,2315 -"14947",2865,5258,3,2006,2730 -"14948",2865,14676,3,2006,2764 -"14949",2865,18543,3,2006,2968 -"14950",2865,31001,3,2006,2119 -"14951",2865,31700,3,2006,2727 -"14952",2865,36862,3,2006,2655 -"14953",2865,48215,3,2006,2028 -"14954",2865,58284,3,2006,2292 -"14955",2865,66241,3,2006,2351 -"14956",2865,92658,3,2006,2659 -"14957",2876,22415,3,2657,2841 -"14958",2894,14,3,1291,1793 -"14959",2894,160,3,1291,2007 -"14960",2894,212,3,1291,1513 -"14961",2894,270,3,1291,2542 -"14962",2894,341,3,1291,2689 -"14963",2894,377,3,1291,2389 -"14964",2894,543,3,1291,2203 -"14965",2894,854,1,1291,2307 -"14966",2894,915,3,1291,1793 -"14967",2894,1124,3,1291,1596 -"14968",2894,1151,3,1291,2885 -"14969",2894,1355,3,1291,2473 -"14970",2894,1367,3,1291,2176 -"14971",2894,1495,3,1291,2046 -"14972",2894,1616,3,1291,2662 -"14973",2894,1641,3,1291,1490 -"14974",2894,2226,3,1291,2225 -"14975",2894,2344,3,1291,2752 -"14976",2894,2424,3,1291,2582 -"14977",2894,2484,2,1291,2389 -"14978",2894,2747,3,1291,2411 -"14979",2894,2766,3,1291,1920 -"14980",2894,3161,3,1291,2229 -"14981",2894,3409,3,1291,2167 -"14982",2894,3495,3,1291,2431 -"14983",2894,3628,3,1291,2707 -"14984",2894,4057,3,1291,2389 -"14985",2894,4504,2,1291,1905 -"14986",2894,4705,3,1291,1714 -"14987",2894,5235,3,1291,2324 -"14988",2894,5392,1,1291,1648 -"14989",2894,5504,3,1291,2389 -"14990",2894,5865,3,1291,1910 -"14991",2894,5971,3,1291,1985 -"14992",2894,6052,3,1291,1985 -"14993",2894,6162,3,1291,1673 -"14994",2894,6192,2,1291,2409 -"14995",2894,6208,3,1291,2361 -"14996",2894,6222,1,1291,1949 -"14997",2894,6449,3,1291,1997 -"14998",2894,6602,3,1291,1631 -"14999",2894,6718,3,1291,2138 -"15000",2894,7258,3,1291,1714 -"15001",2894,7323,3,1291,2858 -"15002",2894,7406,2,1291,1906 -"15003",2894,7616,3,1291,2296 -"15004",2894,7703,2,1291,2122 -"15005",2894,7992,3,1291,2033 -"15006",2894,8274,3,1291,1909 -"15007",2894,8327,3,1291,2527 -"15008",2894,8533,3,1291,2251 -"15009",2894,8610,3,1291,2240 -"15010",2894,8726,3,1291,2083 -"15011",2894,8760,3,1291,2477 -"15012",2894,8865,2,1291,2394 -"15013",2894,8866,3,1291,1545 -"15014",2894,9311,2,1291,2477 -"15015",2894,9331,3,1291,2269 -"15016",2894,9362,3,1291,2879 -"15017",2894,9423,3,1291,1708 -"15018",2894,9723,3,1291,2302 -"15019",2894,10148,3,1291,2964 -"15020",2894,10474,3,1291,1608 -"15021",2894,10488,3,1291,1524 -"15022",2894,10843,3,1291,2277 -"15023",2894,10870,3,1291,1755 -"15024",2894,11239,3,1291,2181 -"15025",2894,11440,3,1291,2026 -"15026",2894,11694,2,1291,1564 -"15027",2894,11770,2,1291,1653 -"15028",2894,12081,3,1291,2166 -"15029",2894,12122,3,1291,1385 -"15030",2894,12356,3,1291,2757 -"15031",2894,12388,1,1291,1975 -"15032",2894,12778,3,1291,2045 -"15033",2894,13249,3,1291,2573 -"15034",2894,13307,3,1291,2206 -"15035",2894,13324,3,1291,2163 -"15036",2894,13808,3,1291,1356 -"15037",2894,13835,3,1291,1588 -"15038",2894,13929,3,1291,2693 -"15039",2894,13967,2,1291,1354 -"15040",2894,13979,3,1291,1559 -"15041",2894,14328,3,1291,1725 -"15042",2894,14482,3,1291,1573 -"15043",2894,14586,3,1291,2801 -"15044",2894,14655,3,1291,2559 -"15045",2894,14731,3,1291,2012 -"15046",2894,14959,1,1291,2898 -"15047",2894,15444,2,1291,2764 -"15048",2894,15626,3,1291,2434 -"15049",2894,15930,3,1291,2541 -"15050",2894,16111,3,1291,1714 -"15051",2894,16539,2,1291,1947 -"15052",2894,16587,3,1291,2065 -"15053",2894,16684,3,1291,1657 -"15054",2894,16850,3,1291,1657 -"15055",2894,17027,3,1291,2772 -"15056",2894,17033,3,1291,2771 -"15057",2894,17097,2,1291,1505 -"15058",2894,17351,2,1291,2036 -"15059",2894,17367,3,1291,2427 -"15060",2894,17520,2,1291,2276 -"15061",2894,17632,3,1291,1947 -"15062",2894,17938,3,1291,1410 -"15063",2894,17943,3,1291,1943 -"15064",2894,18152,3,1291,1314 -"15065",2894,18165,2,1291,2085 -"15066",2894,18394,2,1291,2356 -"15067",2894,18464,3,1291,2312 -"15068",2894,18601,3,1291,2143 -"15069",2894,18670,3,1291,1835 -"15070",2894,19173,3,1291,1686 -"15071",2894,19208,3,1291,2629 -"15072",2894,19317,3,1291,2041 -"15073",2894,19364,3,1291,2846 -"15074",2894,19605,3,1291,2395 -"15075",2894,19606,3,1291,2783 -"15076",2894,19719,3,1291,2177 -"15077",2894,19751,3,1291,1630 -"15078",2894,19937,3,1291,1587 -"15079",2894,20067,2,1291,2390 -"15080",2894,20070,3,1291,1914 -"15081",2894,20311,3,1291,1981 -"15082",2894,20331,3,1291,2365 -"15083",2894,20700,3,1291,2861 -"15084",2894,21012,3,1291,2325 -"15085",2894,21104,3,1291,2327 -"15086",2894,21209,3,1291,2184 -"15087",2894,21248,2,1291,2232 -"15088",2894,21275,3,1291,2609 -"15089",2894,21693,3,1291,2176 -"15090",2894,21706,3,1291,1988 -"15091",2894,21810,3,1291,1579 -"15092",2894,21950,3,1291,1892 -"15093",2894,22292,3,1291,1910 -"15094",2894,22326,3,1291,2818 -"15095",2894,22362,3,1291,1836 -"15096",2894,22403,3,1291,1630 -"15097",2894,22682,3,1291,2035 -"15098",2894,22709,3,1291,2743 -"15099",2894,22808,3,1291,2297 -"15100",2894,23268,3,1291,2258 -"15101",2894,23460,2,1291,2183 -"15102",2894,23509,3,1291,2275 -"15103",2894,23526,3,1291,1998 -"15104",2894,23715,3,1291,1859 -"15105",2894,23726,3,1291,2434 -"15106",2894,23787,3,1291,2810 -"15107",2894,23869,3,1291,1918 -"15108",2894,24066,3,1291,1755 -"15109",2894,24256,3,1291,2393 -"15110",2894,24512,3,1291,1369 -"15111",2894,24568,3,1291,1937 -"15112",2894,24608,3,1291,1630 -"15113",2894,24756,3,1291,2530 -"15114",2894,25030,3,1291,2017 -"15115",2894,25486,3,1291,2582 -"15116",2894,25680,2,1291,1618 -"15117",2894,25874,3,1291,2088 -"15118",2894,25985,3,1291,2071 -"15119",2894,26234,3,1291,2183 -"15120",2894,26451,3,1291,2133 -"15121",2894,26479,3,1291,1818 -"15122",2894,26582,3,1291,2772 -"15123",2894,27642,3,1291,1531 -"15124",2894,27792,3,1291,1308 -"15125",2894,27849,3,1291,1316 -"15126",2894,27860,3,1291,1588 -"15127",2894,27908,3,1291,2576 -"15128",2894,28131,3,1291,1492 -"15129",2894,28626,2,1291,2842 -"15130",2894,28784,3,1291,1579 -"15131",2894,29073,2,1291,2328 -"15132",2894,29089,3,1291,1344 -"15133",2894,29095,2,1291,2531 -"15134",2894,29314,2,1291,2736 -"15135",2894,29454,2,1291,2719 -"15136",2894,29512,3,1291,1594 -"15137",2894,29962,3,1291,2201 -"15138",2894,30092,3,1291,1593 -"15139",2894,30150,3,1291,1704 -"15140",2894,30236,2,1291,2238 -"15141",2894,30405,3,1291,2164 -"15142",2894,30883,2,1291,1629 -"15143",2894,30906,3,1291,2537 -"15144",2894,31691,3,1291,1657 -"15145",2894,31705,3,1291,2706 -"15146",2894,32419,3,1291,1909 -"15147",2894,32516,3,1291,2050 -"15148",2894,32761,3,1291,2680 -"15149",2894,33356,3,1291,1586 -"15150",2894,33380,3,1291,2340 -"15151",2894,33433,3,1291,2805 -"15152",2894,33801,3,1291,2899 -"15153",2894,34707,3,1291,2042 -"15154",2894,34831,3,1291,1866 -"15155",2894,34921,3,1291,2181 -"15156",2894,35235,2,1291,2610 -"15157",2894,35256,3,1291,2271 -"15158",2894,35360,3,1291,2043 -"15159",2894,35477,3,1291,2703 -"15160",2894,35903,2,1291,1434 -"15161",2894,37238,3,1291,2609 -"15162",2894,37570,3,1291,2389 -"15163",2894,37934,3,1291,1595 -"15164",2894,38019,3,1291,1870 -"15165",2894,38732,2,1291,2263 -"15166",2894,38921,1,1291,1880 -"15167",2894,39131,3,1291,2491 -"15168",2894,39431,2,1291,1460 -"15169",2894,40028,3,1291,1349 -"15170",2894,40646,3,1291,1583 -"15171",2894,41664,3,1291,2641 -"15172",2894,41682,1,1291,1988 -"15173",2894,41764,3,1291,2409 -"15174",2894,41900,3,1291,1970 -"15175",2894,41945,3,1291,2856 -"15176",2894,42129,3,1291,2318 -"15177",2894,42264,2,1291,1702 -"15178",2894,43455,3,1291,2846 -"15179",2894,43479,3,1291,2178 -"15180",2894,44235,3,1291,2700 -"15181",2894,44420,3,1291,2184 -"15182",2894,44688,3,1291,2924 -"15183",2894,44885,2,1291,2670 -"15184",2894,44899,2,1291,2386 -"15185",2894,45329,3,1291,1693 -"15186",2894,45545,2,1291,1776 -"15187",2894,45927,2,1291,1542 -"15188",2894,46042,3,1291,1692 -"15189",2894,46043,3,1291,1358 -"15190",2894,46486,3,1291,1868 -"15191",2894,46803,3,1291,2305 -"15192",2894,47003,3,1291,1915 -"15193",2894,47564,3,1291,2650 -"15194",2894,48377,3,1291,1927 -"15195",2894,49334,3,1291,2433 -"15196",2894,49470,3,1291,1528 -"15197",2894,50001,3,1291,1518 -"15198",2894,50118,3,1291,2654 -"15199",2894,50236,3,1291,2339 -"15200",2894,50252,2,1291,2001 -"15201",2894,50480,3,1291,2701 -"15202",2894,51157,3,1291,2319 -"15203",2894,51610,3,1291,2635 -"15204",2894,51999,3,1291,2425 -"15205",2894,52215,3,1291,1908 -"15206",2894,52261,3,1291,2162 -"15207",2894,52576,3,1291,2234 -"15208",2894,52892,3,1291,2372 -"15209",2894,53475,3,1291,2853 -"15210",2894,53604,3,1291,2489 -"15211",2894,54879,3,1291,2210 -"15212",2894,55076,3,1291,2408 -"15213",2894,55472,3,1291,1516 -"15214",2894,55580,3,1291,1942 -"15215",2894,55821,3,1291,1303 -"15216",2894,55862,3,1291,2123 -"15217",2894,56082,3,1291,2395 -"15218",2894,58733,2,1291,1958 -"15219",2894,58993,3,1291,2390 -"15220",2894,59113,3,1291,2434 -"15221",2894,60179,3,1291,2708 -"15222",2894,61242,3,1291,1650 -"15223",2894,62538,3,1291,1656 -"15224",2894,63409,3,1291,1937 -"15225",2894,63477,3,1291,1907 -"15226",2894,64219,3,1291,2705 -"15227",2894,66756,2,1291,1301 -"15228",2894,66878,3,1291,1949 -"15229",2894,68083,3,1291,2795 -"15230",2894,69232,3,1291,2130 -"15231",2894,70046,3,1291,2624 -"15232",2894,70203,2,1291,2756 -"15233",2894,74190,3,1291,1428 -"15234",2894,77155,3,1291,2946 -"15235",2894,77611,3,1291,1795 -"15236",2894,79013,3,1291,1441 -"15237",2894,82270,2,1291,1641 -"15238",2894,82819,3,1291,1900 -"15239",2894,95064,3,1291,1801 -"15240",2901,2028,2,1156,1978 -"15241",2901,2972,1,1156,1708 -"15242",2901,3306,3,1156,1989 -"15243",2901,4226,3,1156,1903 -"15244",2901,7292,2,1156,1988 -"15245",2901,13311,3,1156,2315 -"15246",2901,15636,3,1156,2857 -"15247",2901,15930,3,1156,2541 -"15248",2901,16111,3,1156,1714 -"15249",2901,17097,3,1156,1505 -"15250",2901,21754,3,1156,1881 -"15251",2901,22033,3,1156,1356 -"15252",2901,22403,3,1156,1630 -"15253",2901,23787,3,1156,2810 -"15254",2901,26451,3,1156,2133 -"15255",2901,26818,3,1156,1999 -"15256",2901,29095,3,1156,2531 -"15257",2901,36446,2,1156,1175 -"15258",2901,40646,3,1156,1583 -"15259",2901,41108,3,1156,1624 -"15260",2901,49759,3,1156,2400 -"15261",2901,51546,3,1156,1369 -"15262",2901,57150,3,1156,1196 -"15263",2901,81592,3,1156,2882 -"15264",2901,95408,3,1156,2393 -"15265",2901,96435,3,1156,2765 -"15266",2907,15558,3,1980,2389 -"15267",2907,23728,3,1980,2601 -"15268",2907,33460,3,1980,2781 -"15269",2907,39439,2,1980,2462 -"15270",2907,44730,2,1980,2468 -"15271",2907,76997,2,1980,2223 -"15272",2927,827,3,1789,2964 -"15273",2927,952,3,1789,1991 -"15274",2927,1624,2,1789,2687 -"15275",2927,2282,1,1789,2056 -"15276",2927,2647,3,1789,2450 -"15277",2927,3271,3,1789,2216 -"15278",2927,4180,3,1789,1817 -"15279",2927,4249,2,1789,2547 -"15280",2927,4551,3,1789,2720 -"15281",2927,5303,3,1789,1849 -"15282",2927,5637,3,1789,1976 -"15283",2927,6020,3,1789,1864 -"15284",2927,6040,3,1789,2103 -"15285",2927,6223,3,1789,2363 -"15286",2927,6345,3,1789,2713 -"15287",2927,6999,3,1789,2214 -"15288",2927,7253,2,1789,2686 -"15289",2927,7254,2,1789,1849 -"15290",2927,9269,3,1789,1892 -"15291",2927,9272,3,1789,2835 -"15292",2927,9724,3,1789,2713 -"15293",2927,9895,3,1789,1960 -"15294",2927,10701,3,1789,2000 -"15295",2927,12116,2,1789,2119 -"15296",2927,13340,3,1789,1918 -"15297",2927,14470,3,1789,2632 -"15298",2927,14612,3,1789,2340 -"15299",2927,14957,2,1789,2306 -"15300",2927,15782,2,1789,2306 -"15301",2927,16963,3,1789,1999 -"15302",2927,17499,2,1789,2954 -"15303",2927,17695,3,1789,1930 -"15304",2927,19366,3,1789,2279 -"15305",2927,19509,2,1789,2000 -"15306",2927,21358,3,1789,1970 -"15307",2927,22410,3,1789,2158 -"15308",2927,23550,3,1789,2939 -"15309",2927,23560,3,1789,2051 -"15310",2927,25941,3,1789,2369 -"15311",2927,26597,2,1789,2070 -"15312",2927,28268,3,1789,2258 -"15313",2927,28782,1,1789,2272 -"15314",2927,30096,3,1789,2082 -"15315",2927,30714,3,1789,2485 -"15316",2927,31295,3,1789,2183 -"15317",2927,31855,3,1789,2636 -"15318",2927,32169,3,1789,2504 -"15319",2927,34953,3,1789,1817 -"15320",2927,35317,3,1789,1888 -"15321",2927,36840,1,1789,2269 -"15322",2927,37684,3,1789,2899 -"15323",2927,40407,2,1789,1972 -"15324",2927,42382,1,1789,2224 -"15325",2927,42390,1,1789,2937 -"15326",2927,42407,3,1789,2408 -"15327",2927,43226,3,1789,2442 -"15328",2927,43701,3,1789,2400 -"15329",2927,45297,3,1789,1864 -"15330",2927,46616,1,1789,1917 -"15331",2927,47607,2,1789,2724 -"15332",2927,48110,3,1789,2009 -"15333",2927,48501,3,1789,2010 -"15334",2927,50440,3,1789,2469 -"15335",2927,52323,3,1789,2148 -"15336",2927,52380,3,1789,2686 -"15337",2927,53584,1,1789,2391 -"15338",2927,53652,3,1789,2899 -"15339",2927,58508,3,1789,2326 -"15340",2927,58945,3,1789,2481 -"15341",2927,59511,3,1789,2753 -"15342",2927,69335,3,1789,2698 -"15343",2927,71999,3,1789,2685 -"15344",2927,73520,2,1789,2613 -"15345",2927,77719,3,1789,2086 -"15346",2927,78277,2,1789,1937 -"15347",2927,80970,1,1789,2069 -"15348",2936,9272,3,2512,2835 -"15349",2936,13879,3,2512,2748 -"15350",2936,19215,2,2512,2604 -"15351",2936,19364,3,2512,2846 -"15352",2936,19655,3,2512,2706 -"15353",2936,20941,3,2512,2725 -"15354",2936,22709,2,2512,2743 -"15355",2936,45473,3,2512,2540 -"15356",2936,60879,3,2512,2792 -"15357",2936,68931,3,2512,2771 -"15358",2936,73553,3,2512,2726 -"15359",2954,5725,3,2727,2789 -"15360",2954,9362,3,2727,2879 -"15361",2954,40369,3,2727,2735 -"15362",2954,64997,3,2727,2791 -"15363",2959,5683,3,1785,2468 -"15364",2959,7942,3,1785,2623 -"15365",2959,10980,3,1785,1974 -"15366",2959,12361,3,1785,2732 -"15367",2959,18005,3,1785,2449 -"15368",2959,47968,3,1785,2829 -"15369",2959,63077,3,1785,2778 -"15370",2959,100860,2,1785,2326 -"15371",2960,854,3,977,2307 -"15372",2960,1015,2,977,1174 -"15373",2960,2063,3,977,1278 -"15374",2960,3139,3,977,1656 -"15375",2960,4107,1,977,987 -"15376",2960,4121,1,977,1304 -"15377",2960,6047,3,977,2004 -"15378",2960,6052,3,977,1985 -"15379",2960,8860,3,977,2141 -"15380",2960,10352,2,977,1371 -"15381",2960,13158,3,977,2667 -"15382",2960,13324,2,977,2163 -"15383",2960,13479,2,977,2155 -"15384",2960,13801,3,977,2041 -"15385",2960,13835,2,977,1588 -"15386",2960,16641,3,977,1359 -"15387",2960,18891,1,977,1596 -"15388",2960,21479,1,977,2134 -"15389",2960,23268,3,977,2258 -"15390",2960,23460,3,977,2183 -"15391",2960,26234,2,977,2183 -"15392",2960,26524,3,977,982 -"15393",2960,27427,3,977,2325 -"15394",2960,29578,3,977,1957 -"15395",2960,30092,3,977,1593 -"15396",2960,30798,3,977,1398 -"15397",2960,35360,3,977,2043 -"15398",2960,35620,3,977,2092 -"15399",2960,36637,2,977,2085 -"15400",2960,39131,3,977,2491 -"15401",2960,40707,2,977,1547 -"15402",2960,41118,3,977,1091 -"15403",2960,44181,3,977,1034 -"15404",2960,46506,2,977,2464 -"15405",2960,46642,3,977,999 -"15406",2960,61138,3,977,1188 -"15407",2960,61188,2,977,2134 -"15408",2960,63147,2,977,1477 -"15409",2960,65572,2,977,2750 -"15410",2960,79837,2,977,1252 -"15411",2960,82409,3,977,1881 -"15412",2960,84254,3,977,2548 -"15413",2960,88473,3,977,1102 -"15414",2960,96653,3,977,1917 -"15415",2960,98080,3,977,1265 -"15416",2967,669,2,587,1423 -"15417",2967,4696,1,587,2656 -"15418",2967,6241,3,587,2264 -"15419",2967,10746,3,587,1506 -"15420",2967,10859,2,587,2231 -"15421",2967,12542,3,587,1888 -"15422",2967,13699,3,587,1355 -"15423",2967,16881,3,587,925 -"15424",2967,19092,3,587,906 -"15425",2967,19174,2,587,1595 -"15426",2967,19183,3,587,1257 -"15427",2967,24405,3,587,1443 -"15428",2967,35069,3,587,2069 -"15429",2967,39278,3,587,1952 -"15430",2967,40913,2,587,1800 -"15431",2967,62832,3,587,2606 -"15432",2967,74058,1,587,1151 -"15433",2967,74156,2,587,2279 -"15434",2967,84790,1,587,1708 -"15435",2967,84799,1,587,2656 -"15436",2967,86621,3,587,598 -"15437",2972,77,3,1708,2425 -"15438",2972,2028,1,1708,1978 -"15439",2972,2208,3,1708,2814 -"15440",2972,2716,3,1708,1748 -"15441",2972,4226,3,1708,1903 -"15442",2972,4289,3,1708,1921 -"15443",2972,7292,2,1708,1988 -"15444",2972,8274,3,1708,1909 -"15445",2972,8327,3,1708,2527 -"15446",2972,11976,3,1708,1727 -"15447",2972,13311,3,1708,2315 -"15448",2972,14103,3,1708,2204 -"15449",2972,15636,2,1708,2857 -"15450",2972,15930,2,1708,2541 -"15451",2972,16111,2,1708,1714 -"15452",2972,21754,2,1708,1881 -"15453",2972,23787,2,1708,2810 -"15454",2972,25078,3,1708,2312 -"15455",2972,25569,3,1708,2317 -"15456",2972,26451,3,1708,2133 -"15457",2972,29095,2,1708,2531 -"15458",2972,29899,3,1708,2375 -"15459",2972,34693,3,1708,1938 -"15460",2972,38213,3,1708,1744 -"15461",2972,39556,3,1708,2747 -"15462",2972,41023,3,1708,2408 -"15463",2972,41598,3,1708,2291 -"15464",2972,41682,3,1708,1988 -"15465",2972,47064,3,1708,1993 -"15466",2972,50269,3,1708,1966 -"15467",2972,54250,3,1708,2340 -"15468",2972,54879,3,1708,2210 -"15469",2972,59539,3,1708,2429 -"15470",2972,67957,3,1708,2823 -"15471",2972,81592,3,1708,2882 -"15472",2972,87837,3,1708,1987 -"15473",2982,14,3,1233,1793 -"15474",2982,915,2,1233,1793 -"15475",2982,10657,2,1233,1603 -"15476",2982,19208,3,1233,2629 -"15477",2982,19605,2,1233,2395 -"15478",2982,26796,2,1233,2384 -"15479",2982,29454,3,1233,2719 -"15480",2982,30092,3,1233,1593 -"15481",2982,44151,3,1233,1796 -"15482",2982,45329,3,1233,1693 -"15483",2982,50480,3,1233,2701 -"15484",2982,55076,2,1233,2408 -"15485",2982,69250,3,1233,1439 -"15486",2985,341,2,2398,2689 -"15487",2985,841,1,2398,2964 -"15488",2985,2206,3,2398,2536 -"15489",2985,3477,3,2398,2546 -"15490",2985,3978,3,2398,2775 -"15491",2985,6989,3,2398,2623 -"15492",2985,9503,3,2398,2453 -"15493",2985,9787,3,2398,2858 -"15494",2985,11648,3,2398,2852 -"15495",2985,15567,2,2398,2671 -"15496",2985,15826,3,2398,2772 -"15497",2985,17037,3,2398,2947 -"15498",2985,19433,3,2398,2504 -"15499",2985,20700,3,2398,2861 -"15500",2985,24255,3,2398,2770 -"15501",2985,27312,1,2398,2469 -"15502",2985,31331,3,2398,2964 -"15503",2985,36912,2,2398,2469 -"15504",2985,40910,3,2398,2469 -"15505",2985,43961,3,2398,2443 -"15506",2985,47840,3,2398,2509 -"15507",2985,62112,2,2398,2944 -"15508",2985,64967,3,2398,2872 -"15509",2985,87977,3,2398,2623 -"15510",3011,602,2,2278,2632 -"15511",3011,762,3,2278,2671 -"15512",3011,3765,3,2278,2775 -"15513",3011,4701,2,2278,2401 -"15514",3011,9311,2,2278,2477 -"15515",3011,12703,3,2278,2689 -"15516",3011,13249,3,2278,2573 -"15517",3011,13601,3,2278,2689 -"15518",3011,15626,3,2278,2434 -"15519",3011,25480,3,2278,2747 -"15520",3011,28635,3,2278,2368 -"15521",3011,28982,3,2278,2746 -"15522",3011,30906,3,2278,2537 -"15523",3011,33433,2,2278,2805 -"15524",3011,33672,3,2278,2396 -"15525",3011,35888,3,2278,2291 -"15526",3011,37726,3,2278,2341 -"15527",3011,38755,3,2278,2902 -"15528",3011,39556,3,2278,2747 -"15529",3011,39799,3,2278,2344 -"15530",3011,55256,3,2278,2379 -"15531",3011,55643,3,2278,2359 -"15532",3011,57380,3,2278,2362 -"15533",3011,57732,3,2278,2454 -"15534",3011,58993,3,2278,2390 -"15535",3011,59113,2,2278,2434 -"15536",3016,4698,3,747,2481 -"15537",3016,8478,3,747,984 -"15538",3016,9506,3,747,1012 -"15539",3016,9716,3,747,1929 -"15540",3016,10908,2,747,1134 -"15541",3016,11429,3,747,2520 -"15542",3016,12228,3,747,2034 -"15543",3016,12818,3,747,2015 -"15544",3016,13671,3,747,1371 -"15545",3016,13861,3,747,1197 -"15546",3016,14025,2,747,2384 -"15547",3016,14626,3,747,2175 -"15548",3016,14654,3,747,1692 -"15549",3016,14789,3,747,1034 -"15550",3016,16590,2,747,1123 -"15551",3016,16725,3,747,2830 -"15552",3016,17752,2,747,1683 -"15553",3016,18645,3,747,793 -"15554",3016,18827,3,747,1481 -"15555",3016,18855,2,747,1362 -"15556",3016,19296,3,747,1705 -"15557",3016,20395,3,747,1468 -"15558",3016,21193,2,747,2490 -"15559",3016,21290,3,747,894 -"15560",3016,24104,3,747,817 -"15561",3016,30404,3,747,1810 -"15562",3016,32235,3,747,2109 -"15563",3016,36577,3,747,958 -"15564",3016,41478,3,747,957 -"15565",3016,45664,3,747,2235 -"15566",3016,49621,3,747,1915 -"15567",3016,50621,3,747,2809 -"15568",3016,52185,3,747,1012 -"15569",3016,53905,3,747,2193 -"15570",3016,69077,3,747,1689 -"15571",3016,70656,2,747,2771 -"15572",3016,70814,3,747,2771 -"15573",3016,78768,3,747,841 -"15574",3016,79036,3,747,2524 -"15575",3016,79822,3,747,1508 -"15576",3016,80377,3,747,1384 -"15577",3016,80942,3,747,1240 -"15578",3016,82426,2,747,1576 -"15579",3016,84768,3,747,1291 -"15580",3016,91631,3,747,1899 -"15581",3016,96349,2,747,1874 -"15582",3016,97266,3,747,1016 -"15583",3016,101115,3,747,1259 -"15584",3016,106224,3,747,1300 -"15585",3016,107993,2,747,999 -"15586",3016,112834,3,747,765 -"15587",3040,765,1,1446,2073 -"15588",3040,3460,3,1446,2530 -"15589",3040,3896,3,1446,2693 -"15590",3040,4751,3,1446,2696 -"15591",3040,4821,3,1446,1938 -"15592",3040,6030,3,1446,2953 -"15593",3040,15453,3,1446,1688 -"15594",3040,33052,3,1446,2251 -"15595",3040,40262,3,1446,2291 -"15596",3040,42642,3,1446,2257 -"15597",3040,64436,2,1446,2687 -"15598",3040,83407,3,1446,2112 -"15599",3067,15500,2,1378,1658 -"15600",3067,18458,3,1378,2477 -"15601",3067,20659,3,1378,1969 -"15602",3067,26106,3,1378,2015 -"15603",3067,37677,3,1378,1908 -"15604",3067,57565,3,1378,1577 -"15605",3068,854,3,1815,2307 -"15606",3068,1102,3,1815,2282 -"15607",3068,1767,2,1815,2727 -"15608",3068,2484,3,1815,2389 -"15609",3068,3980,2,1815,2771 -"15610",3068,4226,3,1815,1903 -"15611",3068,4249,3,1815,2547 -"15612",3068,4504,3,1815,1905 -"15613",3068,4784,2,1815,2511 -"15614",3068,5315,3,1815,2631 -"15615",3068,6020,2,1815,1864 -"15616",3068,6363,3,1815,2066 -"15617",3068,6996,3,1815,2916 -"15618",3068,7245,3,1815,2089 -"15619",3068,9202,3,1815,2477 -"15620",3068,10964,3,1815,2043 -"15621",3068,11067,3,1815,2734 -"15622",3068,11103,3,1815,2393 -"15623",3068,11625,2,1815,2022 -"15624",3068,12081,3,1815,2166 -"15625",3068,12374,3,1815,2260 -"15626",3068,12724,3,1815,1930 -"15627",3068,12729,3,1815,1835 -"15628",3068,13158,2,1815,2667 -"15629",3068,13388,3,1815,2119 -"15630",3068,13899,3,1815,2650 -"15631",3068,14172,3,1815,1923 -"15632",3068,14754,3,1815,2456 -"15633",3068,15207,3,1815,1855 -"15634",3068,17351,3,1815,2036 -"15635",3068,17632,3,1815,1947 -"15636",3068,17943,2,1815,1943 -"15637",3068,18415,3,1815,2184 -"15638",3068,18670,3,1815,1835 -"15639",3068,19317,2,1815,2041 -"15640",3068,20067,3,1815,2390 -"15641",3068,20416,3,1815,2323 -"15642",3068,20732,2,1815,2401 -"15643",3068,21275,3,1815,2609 -"15644",3068,21358,2,1815,1970 -"15645",3068,22682,3,1815,2035 -"15646",3068,23641,3,1815,1934 -"15647",3068,23726,2,1815,2434 -"15648",3068,23869,3,1815,1918 -"15649",3068,24256,3,1815,2393 -"15650",3068,25030,3,1815,2017 -"15651",3068,25078,3,1815,2312 -"15652",3068,25941,3,1815,2369 -"15653",3068,26249,3,1815,2301 -"15654",3068,26451,3,1815,2133 -"15655",3068,30236,2,1815,2238 -"15656",3068,30827,2,1815,2323 -"15657",3068,31705,3,1815,2706 -"15658",3068,31950,3,1815,2217 -"15659",3068,34136,3,1815,2202 -"15660",3068,38732,3,1815,2263 -"15661",3068,39135,3,1815,2489 -"15662",3068,41489,3,1815,2006 -"15663",3068,42216,2,1815,2722 -"15664",3068,43404,2,1815,2649 -"15665",3068,45297,2,1815,1864 -"15666",3068,45302,3,1815,2390 -"15667",3068,47098,3,1815,2057 -"15668",3068,48127,3,1815,2677 -"15669",3068,48823,1,1815,2080 -"15670",3068,49620,3,1815,1868 -"15671",3068,50785,3,1815,2877 -"15672",3068,54488,3,1815,2357 -"15673",3068,58164,3,1815,2398 -"15674",3068,60179,3,1815,2708 -"15675",3068,68813,3,1815,2511 -"15676",3068,70046,3,1815,2624 -"15677",3068,74636,3,1815,2525 -"15678",3068,77077,3,1815,2693 -"15679",3068,82217,3,1815,2441 -"15680",3068,108379,3,1815,2933 -"15681",3088,42,3,1670,2265 -"15682",3088,313,3,1670,2271 -"15683",3088,377,2,1670,2389 -"15684",3088,499,2,1670,1931 -"15685",3088,543,2,1670,2203 -"15686",3088,613,3,1670,2687 -"15687",3088,671,3,1670,2328 -"15688",3088,1090,2,1670,2370 -"15689",3088,1151,3,1670,2885 -"15690",3088,1321,2,1670,2075 -"15691",3088,1495,3,1670,2046 -"15692",3088,1616,2,1670,2662 -"15693",3088,1777,2,1670,1965 -"15694",3088,2036,2,1670,2483 -"15695",3088,2166,3,1670,2557 -"15696",3088,2181,2,1670,2030 -"15697",3088,2224,3,1670,2751 -"15698",3088,2484,2,1670,2389 -"15699",3088,3161,2,1670,2229 -"15700",3088,3352,3,1670,1707 -"15701",3088,3488,3,1670,2351 -"15702",3088,3878,2,1670,1890 -"15703",3088,4057,2,1670,2389 -"15704",3088,5078,2,1670,2033 -"15705",3088,5235,3,1670,2324 -"15706",3088,5457,2,1670,2077 -"15707",3088,5462,2,1670,2374 -"15708",3088,5504,2,1670,2389 -"15709",3088,6363,3,1670,2066 -"15710",3088,7078,3,1670,2344 -"15711",3088,7323,2,1670,2858 -"15712",3088,7394,3,1670,2615 -"15713",3088,8621,3,1670,1681 -"15714",3088,8760,3,1670,2477 -"15715",3088,9311,3,1670,2477 -"15716",3088,9362,3,1670,2879 -"15717",3088,9432,3,1670,1693 -"15718",3088,10799,3,1670,2010 -"15719",3088,12713,3,1670,2440 -"15720",3088,15003,3,1670,2067 -"15721",3088,15539,3,1670,1929 -"15722",3088,15799,3,1670,1917 -"15723",3088,16497,3,1670,2370 -"15724",3088,17410,3,1670,2073 -"15725",3088,17520,3,1670,2276 -"15726",3088,18151,3,1670,2962 -"15727",3088,18543,3,1670,2968 -"15728",3088,19528,3,1670,2742 -"15729",3088,19606,3,1670,2783 -"15730",3088,20659,3,1670,1969 -"15731",3088,20700,3,1670,2861 -"15732",3088,20783,3,1670,2414 -"15733",3088,22216,3,1670,1956 -"15734",3088,22749,2,1670,1727 -"15735",3088,23508,3,1670,1907 -"15736",3088,25198,3,1670,1982 -"15737",3088,26155,3,1670,1802 -"15738",3088,26516,3,1670,2479 -"15739",3088,26608,3,1670,2329 -"15740",3088,27478,3,1670,2485 -"15741",3088,27694,3,1670,2030 -"15742",3088,28216,2,1670,1910 -"15743",3088,29258,2,1670,1932 -"15744",3088,31799,3,1670,2547 -"15745",3088,33572,3,1670,2370 -"15746",3088,35256,1,1670,2271 -"15747",3088,36559,3,1670,2473 -"15748",3088,37570,2,1670,2389 -"15749",3088,38921,3,1670,1880 -"15750",3088,39444,3,1670,2695 -"15751",3088,39548,3,1670,2389 -"15752",3088,41278,3,1670,1873 -"15753",3088,41747,3,1670,1722 -"15754",3088,42264,3,1670,1702 -"15755",3088,44235,3,1670,2700 -"15756",3088,44427,2,1670,2875 -"15757",3088,44768,3,1670,2516 -"15758",3088,47947,3,1670,2681 -"15759",3088,50252,3,1670,2001 -"15760",3088,52576,3,1670,2234 -"15761",3088,53031,3,1670,2065 -"15762",3088,53789,3,1670,2681 -"15763",3088,53851,1,1670,2305 -"15764",3088,55556,2,1670,2075 -"15765",3088,57077,3,1670,1885 -"15766",3088,57977,3,1670,2683 -"15767",3088,70647,2,1670,2795 -"15768",3088,71478,3,1670,1721 -"15769",3088,80429,3,1670,1927 -"15770",3088,85430,2,1670,2370 -"15771",3088,91570,3,1670,2229 -"15772",3088,93615,3,1670,2386 -"15773",3088,94125,2,1670,2280 -"15774",3098,3477,3,77,2546 -"15775",3098,3559,2,77,2413 -"15776",3098,4622,2,77,1589 -"15777",3098,6063,3,77,2349 -"15778",3098,8123,3,77,144 -"15779",3098,9273,3,77,1747 -"15780",3098,12735,3,77,819 -"15781",3098,12779,3,77,936 -"15782",3098,14902,3,77,562 -"15783",3098,18217,3,77,1566 -"15784",3098,22462,3,77,869 -"15785",3098,32904,3,77,2055 -"15786",3098,33223,3,77,2397 -"15787",3098,40542,3,77,1664 -"15788",3098,53132,3,77,81 -"15789",3098,55265,3,77,209 -"15790",3098,55997,3,77,1414 -"15791",3098,62975,3,77,977 -"15792",3098,76503,3,77,1136 -"15793",3098,78569,3,77,578 -"15794",3098,79435,3,77,299 -"15795",3098,81848,2,77,221 -"15796",3098,84317,3,77,2081 -"15797",3098,84796,3,77,113 -"15798",3098,88739,2,77,933 -"15799",3098,91465,3,77,1047 -"15800",3098,105253,3,77,476 -"15801",3100,15502,3,2524,2637 -"15802",3100,65223,1,2524,2724 -"15803",3100,100586,2,2524,2966 -"15804",3100,105190,3,2524,2839 -"15805",3101,919,3,513,910 -"15806",3101,1256,2,513,1212 -"15807",3101,1257,3,513,1212 -"15808",3101,1393,3,513,1706 -"15809",3101,2014,3,513,973 -"15810",3101,2927,3,513,1789 -"15811",3101,3158,1,513,2762 -"15812",3101,4249,3,513,2547 -"15813",3101,4634,3,513,2291 -"15814",3101,4784,3,513,2511 -"15815",3101,6020,3,513,1864 -"15816",3101,6223,2,513,2363 -"15817",3101,7123,3,513,1964 -"15818",3101,7903,3,513,744 -"15819",3101,7932,3,513,789 -"15820",3101,8463,3,513,2466 -"15821",3101,9088,3,513,1881 -"15822",3101,9269,2,513,1892 -"15823",3101,9342,3,513,896 -"15824",3101,9895,3,513,1960 -"15825",3101,10146,3,513,1878 -"15826",3101,10990,3,513,805 -"15827",3101,11270,2,513,1011 -"15828",3101,12473,3,513,801 -"15829",3101,12632,2,513,1174 -"15830",3101,12703,3,513,2689 -"15831",3101,12966,2,513,2011 -"15832",3101,13688,3,513,1627 -"15833",3101,13712,2,513,550 -"15834",3101,14172,3,513,1923 -"15835",3101,14212,2,513,857 -"15836",3101,14255,3,513,893 -"15837",3101,14957,3,513,2306 -"15838",3101,15782,3,513,2306 -"15839",3101,15926,3,513,545 -"15840",3101,16347,2,513,1868 -"15841",3101,16757,3,513,1755 -"15842",3101,16963,3,513,1999 -"15843",3101,17499,3,513,2954 -"15844",3101,20695,3,513,2526 -"15845",3101,21358,3,513,1970 -"15846",3101,22357,3,513,1397 -"15847",3101,22389,3,513,2034 -"15848",3101,25345,3,513,713 -"15849",3101,26597,3,513,2070 -"15850",3101,26740,3,513,2695 -"15851",3101,28648,3,513,1586 -"15852",3101,29100,3,513,843 -"15853",3101,31990,3,513,2264 -"15854",3101,32629,3,513,1789 -"15855",3101,34331,3,513,1727 -"15856",3101,36440,2,513,704 -"15857",3101,37801,3,513,2578 -"15858",3101,41075,2,513,1176 -"15859",3101,41350,1,513,1935 -"15860",3101,41489,3,513,2006 -"15861",3101,42390,2,513,2937 -"15862",3101,43725,3,513,935 -"15863",3101,43728,3,513,2308 -"15864",3101,44132,2,513,1999 -"15865",3101,44312,3,513,2741 -"15866",3101,44421,3,513,956 -"15867",3101,44744,3,513,2032 -"15868",3101,45297,3,513,1864 -"15869",3101,49029,3,513,647 -"15870",3101,49142,2,513,2289 -"15871",3101,49379,3,513,1573 -"15872",3101,50640,3,513,514 -"15873",3101,51212,3,513,1801 -"15874",3101,51505,2,513,1572 -"15875",3101,52386,3,513,1830 -"15876",3101,52654,1,513,588 -"15877",3101,53445,3,513,2028 -"15878",3101,56364,3,513,1626 -"15879",3101,57804,3,513,2214 -"15880",3101,63329,3,513,639 -"15881",3101,64803,2,513,841 -"15882",3101,65375,3,513,824 -"15883",3101,67289,3,513,829 -"15884",3101,68884,2,513,1011 -"15885",3101,69260,2,513,1698 -"15886",3101,71225,2,513,956 -"15887",3101,77167,2,513,836 -"15888",3101,80801,3,513,1250 -"15889",3101,80807,3,513,1597 -"15890",3101,84235,3,513,1639 -"15891",3101,84591,3,513,1685 -"15892",3101,85926,3,513,907 -"15893",3101,87915,3,513,1152 -"15894",3101,88984,3,513,935 -"15895",3101,92469,3,513,1232 -"15896",3101,96332,3,513,1197 -"15897",3101,96387,3,513,2159 -"15898",3101,97706,3,513,1121 -"15899",3101,98436,3,513,1212 -"15900",3101,101666,3,513,1257 -"15901",3101,105435,2,513,684 -"15902",3101,109031,3,513,523 -"15903",3101,115338,3,513,625 -"15904",3101,122938,2,513,1023 -"15905",3127,841,3,2273,2964 -"15906",3127,1519,3,2273,2349 -"15907",3127,2206,3,2273,2536 -"15908",3127,3978,3,2273,2775 -"15909",3127,4303,3,2273,2414 -"15910",3127,4612,3,2273,2804 -"15911",3127,4669,3,2273,2395 -"15912",3127,5106,3,2273,2622 -"15913",3127,5897,3,2273,2337 -"15914",3127,5962,3,2273,2491 -"15915",3127,6989,3,2273,2623 -"15916",3127,7252,3,2273,2799 -"15917",3127,8865,3,2273,2394 -"15918",3127,9503,3,2273,2453 -"15919",3127,9787,3,2273,2858 -"15920",3127,11136,3,2273,2573 -"15921",3127,11648,2,2273,2852 -"15922",3127,12948,3,2273,2669 -"15923",3127,14781,3,2273,2338 -"15924",3127,17033,3,2273,2771 -"15925",3127,18005,3,2273,2449 -"15926",3127,19433,3,2273,2504 -"15927",3127,26734,3,2273,2299 -"15928",3127,27908,3,2273,2576 -"15929",3127,27914,3,2273,2507 -"15930",3127,28869,2,2273,2425 -"15931",3127,36953,2,2273,2790 -"15932",3127,39534,3,2273,2410 -"15933",3127,40035,3,2273,2742 -"15934",3127,40572,1,2273,2666 -"15935",3127,40623,2,2273,2580 -"15936",3127,41023,3,2273,2408 -"15937",3127,42972,3,2273,2954 -"15938",3127,44603,3,2273,2748 -"15939",3127,45729,3,2273,2606 -"15940",3127,45869,3,2273,2840 -"15941",3127,46384,3,2273,2285 -"15942",3127,47595,3,2273,2374 -"15943",3127,50585,3,2273,2414 -"15944",3127,52815,3,2273,2323 -"15945",3127,53739,3,2273,2704 -"15946",3127,56995,3,2273,2323 -"15947",3127,70583,3,2273,2615 -"15948",3127,92297,3,2273,2952 -"15949",3139,377,3,1656,2389 -"15950",3139,1315,1,1656,2760 -"15951",3139,2181,3,1656,2030 -"15952",3139,2424,3,1656,2582 -"15953",3139,4360,3,1656,1770 -"15954",3139,5072,3,1656,2175 -"15955",3139,5622,2,1656,2175 -"15956",3139,7234,3,1656,2654 -"15957",3139,7703,3,1656,2122 -"15958",3139,8533,3,1656,2251 -"15959",3139,9184,3,1656,2670 -"15960",3139,9740,3,1656,2233 -"15961",3139,10857,3,1656,2253 -"15962",3139,11218,3,1656,2292 -"15963",3139,12375,3,1656,1873 -"15964",3139,12778,3,1656,2045 -"15965",3139,12901,3,1656,2136 -"15966",3139,13158,3,1656,2667 -"15967",3139,13479,1,1656,2155 -"15968",3139,13801,3,1656,2041 -"15969",3139,17354,3,1656,2250 -"15970",3139,17400,3,1656,2231 -"15971",3139,19622,3,1656,2371 -"15972",3139,20070,3,1656,1914 -"15973",3139,21285,3,1656,2100 -"15974",3139,21479,3,1656,2134 -"15975",3139,23312,2,1656,2449 -"15976",3139,23725,3,1656,2378 -"15977",3139,24612,3,1656,1875 -"15978",3139,27427,2,1656,2325 -"15979",3139,27694,3,1656,2030 -"15980",3139,30544,3,1656,2041 -"15981",3139,32419,3,1656,1909 -"15982",3139,33672,3,1656,2396 -"15983",3139,35926,3,1656,2371 -"15984",3139,36031,3,1656,2342 -"15985",3139,36609,3,1656,2918 -"15986",3139,39294,2,1656,1889 -"15987",3139,42574,3,1656,2842 -"15988",3139,43213,3,1656,2160 -"15989",3139,43490,2,1656,2463 -"15990",3139,44641,3,1656,1981 -"15991",3139,44654,3,1656,2916 -"15992",3139,44676,3,1656,2629 -"15993",3139,45618,3,1656,2356 -"15994",3139,45684,3,1656,2200 -"15995",3139,46040,3,1656,2105 -"15996",3139,46728,3,1656,2278 -"15997",3139,47064,3,1656,1993 -"15998",3139,49608,3,1656,2184 -"15999",3139,53604,3,1656,2489 -"16000",3139,54551,3,1656,2348 -"16001",3139,56082,3,1656,2395 -"16002",3139,72207,3,1656,2430 -"16003",3139,75403,3,1656,1895 -"16004",3139,76048,3,1656,2373 -"16005",3139,87837,2,1656,1987 -"16006",3144,1592,3,869,2006 -"16007",3144,1691,3,869,1941 -"16008",3144,3628,3,869,2707 -"16009",3144,5258,3,869,2730 -"16010",3144,5622,3,869,2175 -"16011",3144,5839,3,869,2301 -"16012",3144,6252,3,869,2336 -"16013",3144,6390,3,869,2385 -"16014",3144,6914,3,869,2668 -"16015",3144,11351,3,869,2971 -"16016",3144,14108,3,869,2012 -"16017",3144,16096,2,869,2301 -"16018",3144,18502,3,869,1033 -"16019",3144,18543,2,869,2968 -"16020",3144,19718,2,869,1702 -"16021",3144,20407,3,869,2339 -"16022",3144,21133,3,869,1320 -"16023",3144,21682,3,869,2414 -"16024",3144,22141,3,869,2348 -"16025",3144,23729,3,869,1624 -"16026",3144,23806,3,869,1671 -"16027",3144,25816,3,869,2088 -"16028",3144,26659,3,869,903 -"16029",3144,28808,3,869,1063 -"16030",3144,29449,3,869,2916 -"16031",3144,29948,3,869,2795 -"16032",3144,32503,3,869,2020 -"16033",3144,34945,3,869,1298 -"16034",3144,36439,3,869,2469 -"16035",3144,37509,3,869,1640 -"16036",3144,38213,3,869,1744 -"16037",3144,39081,3,869,1597 -"16038",3144,40931,3,869,2301 -"16039",3144,42619,3,869,2017 -"16040",3144,43173,2,869,2895 -"16041",3144,43226,3,869,2442 -"16042",3144,44427,3,869,2875 -"16043",3144,46621,3,869,1343 -"16044",3144,49620,3,869,1868 -"16045",3144,50179,3,869,2230 -"16046",3144,51572,2,869,912 -"16047",3144,52136,3,869,1412 -"16048",3144,52327,3,869,1472 -"16049",3144,54663,3,869,1424 -"16050",3144,57414,3,869,922 -"16051",3144,58284,3,869,2292 -"16052",3144,60116,3,869,2668 -"16053",3144,73675,3,869,887 -"16054",3144,74636,3,869,2525 -"16055",3144,79436,3,869,1344 -"16056",3144,81221,3,869,2285 -"16057",3144,82344,3,869,1358 -"16058",3144,82401,3,869,1210 -"16059",3144,88232,3,869,2881 -"16060",3144,90065,3,869,1418 -"16061",3144,97824,3,869,1229 -"16062",3144,121291,3,869,1955 -"16063",3152,14626,3,1621,2175 -"16064",3152,27826,2,1621,2824 -"16065",3152,29319,3,1621,2314 -"16066",3152,30404,2,1621,1810 -"16067",3152,30507,3,1621,2302 -"16068",3152,45730,3,1621,2063 -"16069",3152,55775,3,1621,2385 -"16070",3152,56737,3,1621,2270 -"16071",3152,64412,3,1621,2233 -"16072",3152,72426,3,1621,2902 -"16073",3152,91631,3,1621,1899 -"16074",3158,10779,3,2762,2881 -"16075",3158,17499,2,2762,2954 -"16076",3158,30697,3,2762,2891 -"16077",3158,42390,3,2762,2937 -"16078",3158,53652,3,2762,2899 -"16079",3161,313,3,2229,2271 -"16080",3161,362,3,2229,2537 -"16081",3161,377,2,2229,2389 -"16082",3161,380,3,2229,2261 -"16083",3161,613,3,2229,2687 -"16084",3161,854,3,2229,2307 -"16085",3161,1102,3,2229,2282 -"16086",3161,1151,2,2229,2885 -"16087",3161,1616,1,2229,2662 -"16088",3161,2036,2,2229,2483 -"16089",3161,2224,3,2229,2751 -"16090",3161,2424,3,2229,2582 -"16091",3161,2484,1,2229,2389 -"16092",3161,3488,3,2229,2351 -"16093",3161,3853,3,2229,2465 -"16094",3161,4057,2,2229,2389 -"16095",3161,5462,2,2229,2374 -"16096",3161,5504,2,2229,2389 -"16097",3161,7323,2,2229,2858 -"16098",3161,8760,2,2229,2477 -"16099",3161,9311,2,2229,2477 -"16100",3161,9362,3,2229,2879 -"16101",3161,10843,3,2229,2277 -"16102",3161,12713,2,2229,2440 -"16103",3161,14655,3,2229,2559 -"16104",3161,14959,3,2229,2898 -"16105",3161,15626,3,2229,2434 -"16106",3161,16497,3,2229,2370 -"16107",3161,17520,2,2229,2276 -"16108",3161,18151,3,2229,2962 -"16109",3161,19606,2,2229,2783 -"16110",3161,20700,2,2229,2861 -"16111",3161,21248,3,2229,2232 -"16112",3161,27478,3,2229,2485 -"16113",3161,29095,3,2229,2531 -"16114",3161,30906,3,2229,2537 -"16115",3161,31799,3,2229,2547 -"16116",3161,33433,3,2229,2805 -"16117",3161,33801,3,2229,2899 -"16118",3161,35256,1,2229,2271 -"16119",3161,36559,3,2229,2473 -"16120",3161,37238,3,2229,2609 -"16121",3161,37570,2,2229,2389 -"16122",3161,38727,3,2229,2238 -"16123",3161,39548,3,2229,2389 -"16124",3161,41945,3,2229,2856 -"16125",3161,43455,3,2229,2846 -"16126",3161,44235,3,2229,2700 -"16127",3161,44885,3,2229,2670 -"16128",3161,44899,3,2229,2386 -"16129",3161,47947,3,2229,2681 -"16130",3161,49965,3,2229,2301 -"16131",3161,52576,2,2229,2234 -"16132",3161,53475,3,2229,2853 -"16133",3161,53851,3,2229,2305 -"16134",3161,57977,3,2229,2683 -"16135",3161,59113,3,2229,2434 -"16136",3161,68810,3,2229,2409 -"16137",3161,78563,3,2229,2385 -"16138",3161,85430,2,2229,2370 -"16139",3163,380,3,2020,2261 -"16140",3163,854,3,2020,2307 -"16141",3163,1102,3,2020,2282 -"16142",3163,2572,3,2020,2273 -"16143",3163,2704,1,2020,2609 -"16144",3163,3495,3,2020,2431 -"16145",3163,7616,3,2020,2296 -"16146",3163,7703,3,2020,2122 -"16147",3163,8789,3,2020,2024 -"16148",3163,10513,3,2020,2284 -"16149",3163,20162,3,2020,2328 -"16150",3163,21682,2,2020,2414 -"16151",3163,28626,3,2020,2842 -"16152",3163,30236,3,2020,2238 -"16153",3163,38732,3,2020,2263 -"16154",3163,55139,3,2020,2323 -"16155",3163,55862,3,2020,2123 -"16156",3163,66205,3,2020,2898 -"16157",3164,2224,3,2693,2751 -"16158",3164,6030,1,2693,2953 -"16159",3164,9362,3,2693,2879 -"16160",3164,20292,2,2693,2755 -"16161",3164,21571,2,2693,2755 -"16162",3164,27623,3,2693,2970 -"16163",3164,28168,1,2693,2702 -"16164",3164,28296,3,2693,2944 -"16165",3164,32567,3,2693,2784 -"16166",3164,34735,3,2693,2767 -"16167",3164,36962,3,2693,2861 -"16168",3164,51052,3,2693,2784 -"16169",3164,54929,3,2693,2783 -"16170",3164,55691,3,2693,2856 -"16171",3164,82732,3,2693,2810 -"16172",3167,671,3,1676,2328 -"16173",3167,1767,3,1676,2727 -"16174",3167,2684,3,1676,2874 -"16175",3167,3242,3,1676,1730 -"16176",3167,4191,3,1676,2130 -"16177",3167,4226,2,1676,1903 -"16178",3167,4305,2,1676,2374 -"16179",3167,4980,3,1676,2093 -"16180",3167,5315,3,1676,2631 -"16181",3167,6428,3,1676,1952 -"16182",3167,6491,2,1676,2424 -"16183",3167,7241,3,1676,2259 -"16184",3167,7245,3,1676,2089 -"16185",3167,7984,3,1676,2493 -"16186",3167,8621,3,1676,1681 -"16187",3167,10859,3,1676,2231 -"16188",3167,10871,3,1676,2314 -"16189",3167,12374,2,1676,2260 -"16190",3167,14943,3,1676,1942 -"16191",3167,15401,3,1676,1999 -"16192",3167,15539,3,1676,1929 -"16193",3167,18415,3,1676,2184 -"16194",3167,19027,3,1676,2721 -"16195",3167,19516,3,1676,2313 -"16196",3167,20067,3,1676,2390 -"16197",3167,20311,3,1676,1981 -"16198",3167,20563,3,1676,2267 -"16199",3167,21104,2,1676,2327 -"16200",3167,26436,3,1676,2489 -"16201",3167,26451,3,1676,2133 -"16202",3167,27628,3,1676,2389 -"16203",3167,27753,3,1676,2750 -"16204",3167,28303,3,1676,2089 -"16205",3167,28892,2,1676,2023 -"16206",3167,29073,3,1676,2328 -"16207",3167,29170,3,1676,1846 -"16208",3167,31124,3,1676,2351 -"16209",3167,31799,3,1676,2547 -"16210",3167,32988,2,1676,2008 -"16211",3167,34136,2,1676,2202 -"16212",3167,34158,3,1676,2639 -"16213",3167,34492,3,1676,1798 -"16214",3167,36439,3,1676,2469 -"16215",3167,38449,2,1676,1802 -"16216",3167,40369,3,1676,2735 -"16217",3167,40432,3,1676,1956 -"16218",3167,42505,3,1676,2008 -"16219",3167,43404,3,1676,2649 -"16220",3167,43518,3,1676,2680 -"16221",3167,45715,3,1676,2287 -"16222",3167,46391,3,1676,1779 -"16223",3167,47082,3,1676,1990 -"16224",3167,50118,3,1676,2654 -"16225",3167,51157,2,1676,2319 -"16226",3167,51410,2,1676,2739 -"16227",3167,55139,3,1676,2323 -"16228",3167,57544,3,1676,2443 -"16229",3167,57609,2,1676,2717 -"16230",3167,57977,3,1676,2683 -"16231",3167,64219,3,1676,2705 -"16232",3167,64997,3,1676,2791 -"16233",3167,65155,3,1676,1947 -"16234",3167,65322,3,1676,2008 -"16235",3167,86245,3,1676,1972 -"16236",3167,92757,3,1676,2615 -"16237",3167,108379,3,1676,2933 -"16238",3167,108867,3,1676,2328 -"16239",3171,14,3,700,1793 -"16240",3171,508,3,700,801 -"16241",3171,601,3,700,702 -"16242",3171,915,3,700,1793 -"16243",3171,1702,3,700,1984 -"16244",3171,3175,3,700,1938 -"16245",3171,3306,3,700,1989 -"16246",3171,3460,2,700,2530 -"16247",3171,3670,3,700,885 -"16248",3171,3896,2,700,2693 -"16249",3171,4751,3,700,2696 -"16250",3171,4821,2,700,1938 -"16251",3171,5346,3,700,1438 -"16252",3171,7614,3,700,971 -"16253",3171,9311,3,700,2477 -"16254",3171,9391,3,700,1252 -"16255",3171,10352,3,700,1371 -"16256",3171,11160,3,700,2952 -"16257",3171,11239,3,700,2181 -"16258",3171,11310,3,700,957 -"16259",3171,11456,3,700,2715 -"16260",3171,12388,3,700,1975 -"16261",3171,13724,2,700,1573 -"16262",3171,13780,3,700,2412 -"16263",3171,14422,2,700,1548 -"16264",3171,15207,3,700,1855 -"16265",3171,15453,1,700,1688 -"16266",3171,15636,3,700,2857 -"16267",3171,16751,3,700,2301 -"16268",3171,19637,2,700,1229 -"16269",3171,19744,3,700,2623 -"16270",3171,20067,3,700,2390 -"16271",3171,21249,2,700,1635 -"16272",3171,21795,3,700,2653 -"16273",3171,22709,3,700,2743 -"16274",3171,23869,3,700,1918 -"16275",3171,26249,3,700,2301 -"16276",3171,26408,3,700,1545 -"16277",3171,26903,3,700,2092 -"16278",3171,28131,3,700,1492 -"16279",3171,29004,3,700,2596 -"16280",3171,30150,3,700,1704 -"16281",3171,30746,3,700,1209 -"16282",3171,31997,2,700,1703 -"16283",3171,33052,3,700,2251 -"16284",3171,33356,3,700,1586 -"16285",3171,33380,3,700,2340 -"16286",3171,34831,3,700,1866 -"16287",3171,34921,3,700,2181 -"16288",3171,35186,1,700,1520 -"16289",3171,35446,3,700,1203 -"16290",3171,35529,3,700,1620 -"16291",3171,36646,3,700,2744 -"16292",3171,40748,3,700,1328 -"16293",3171,41682,3,700,1988 -"16294",3171,42196,1,700,2765 -"16295",3171,42642,1,700,2257 -"16296",3171,44193,2,700,989 -"16297",3171,46580,3,700,2346 -"16298",3171,47440,3,700,2234 -"16299",3171,50269,3,700,1966 -"16300",3171,50382,3,700,2244 -"16301",3171,50509,3,700,2050 -"16302",3171,51055,2,700,2558 -"16303",3171,51879,3,700,1771 -"16304",3171,52215,3,700,1908 -"16305",3171,53968,3,700,2703 -"16306",3171,54879,3,700,2210 -"16307",3171,56893,2,700,2597 -"16308",3171,57337,3,700,1443 -"16309",3171,58812,3,700,1170 -"16310",3171,60386,3,700,1322 -"16311",3171,60516,1,700,2257 -"16312",3171,63328,2,700,922 -"16313",3171,63395,3,700,2334 -"16314",3171,68299,3,700,866 -"16315",3171,69591,3,700,2294 -"16316",3171,70203,3,700,2756 -"16317",3171,70681,3,700,866 -"16318",3171,77077,3,700,2693 -"16319",3171,77811,2,700,1871 -"16320",3171,79612,2,700,927 -"16321",3171,81586,3,700,877 -"16322",3171,82819,3,700,1900 -"16323",3171,82932,3,700,2245 -"16324",3171,84268,1,700,1217 -"16325",3171,85444,3,700,944 -"16326",3171,86152,2,700,1944 -"16327",3171,90886,3,700,1548 -"16328",3171,93933,3,700,1336 -"16329",3171,94520,3,700,1243 -"16330",3171,96563,2,700,961 -"16331",3171,100532,2,700,859 -"16332",3171,115097,3,700,1041 -"16333",3175,3460,2,1938,2530 -"16334",3175,3896,1,1938,2693 -"16335",3175,12560,3,1938,2565 -"16336",3175,14103,3,1938,2204 -"16337",3175,16896,2,1938,2223 -"16338",3175,17027,3,1938,2772 -"16339",3175,17367,3,1938,2427 -"16340",3175,24206,3,1938,2307 -"16341",3175,33801,3,1938,2899 -"16342",3175,36646,3,1938,2744 -"16343",3175,42642,2,1938,2257 -"16344",3175,47145,2,1938,2809 -"16345",3175,47263,3,1938,2442 -"16346",3175,48215,3,1938,2028 -"16347",3175,51055,3,1938,2558 -"16348",3175,51166,3,1938,2747 -"16349",3175,54879,3,1938,2210 -"16350",3175,59140,3,1938,2528 -"16351",3175,60516,3,1938,2257 -"16352",3175,63395,3,1938,2334 -"16353",3175,64457,3,1938,2883 -"16354",3186,2269,3,919,984 -"16355",3186,4567,3,919,2348 -"16356",3186,8712,3,919,1153 -"16357",3186,18825,2,919,1240 -"16358",3186,19093,3,919,2224 -"16359",3186,23825,3,919,1913 -"16360",3186,30095,2,919,1578 -"16361",3186,32939,3,919,2277 -"16362",3186,33672,3,919,2396 -"16363",3186,34509,3,919,1973 -"16364",3186,40129,3,919,2162 -"16365",3186,41407,3,919,1951 -"16366",3186,41837,2,919,2399 -"16367",3186,57804,3,919,2214 -"16368",3186,70605,3,919,1176 -"16369",3186,88535,3,919,1229 -"16370",3186,114257,3,919,2307 -"16371",3195,1692,3,2043,2443 -"16372",3195,3477,3,2043,2546 -"16373",3195,4932,3,2043,2752 -"16374",3195,6063,3,2043,2349 -"16375",3195,7937,2,2043,2044 -"16376",3195,9801,2,2043,2443 -"16377",3195,11067,3,2043,2734 -"16378",3195,12866,3,2043,2910 -"16379",3195,14754,3,2043,2456 -"16380",3195,15381,3,2043,2289 -"16381",3195,28893,2,2043,2764 -"16382",3195,32339,1,2043,2430 -"16383",3195,33223,3,2043,2397 -"16384",3195,35620,1,2043,2092 -"16385",3195,36120,3,2043,2971 -"16386",3195,36506,3,2043,2638 -"16387",3195,39443,3,2043,2277 -"16388",3195,46385,2,2043,2225 -"16389",3195,53530,3,2043,2380 -"16390",3195,57067,3,2043,2547 -"16391",3195,59005,3,2043,2817 -"16392",3198,841,3,1797,2964 -"16393",3198,3397,1,1797,2126 -"16394",3198,3409,1,1797,2167 -"16395",3198,3453,1,1797,2126 -"16396",3198,4313,3,1797,2368 -"16397",3198,4681,3,1797,2356 -"16398",3198,12778,3,1797,2045 -"16399",3198,13324,3,1797,2163 -"16400",3198,19380,3,1797,2637 -"16401",3198,23460,2,1797,2183 -"16402",3198,24753,3,1797,2860 -"16403",3198,40879,2,1797,2019 -"16404",3198,46486,3,1797,1868 -"16405",3198,47840,3,1797,2509 -"16406",3198,83291,2,1797,2066 -"16407",3235,1620,3,799,1303 -"16408",3235,3403,3,799,2951 -"16409",3235,7229,3,799,2669 -"16410",3235,8062,3,799,2858 -"16411",3235,9227,3,799,1267 -"16412",3235,11728,2,799,1121 -"16413",3235,12067,3,799,1213 -"16414",3235,13537,3,799,1020 -"16415",3235,19069,3,799,988 -"16416",3235,21240,3,799,1162 -"16417",3235,22723,3,799,2859 -"16418",3235,28094,3,799,1423 -"16419",3235,28115,3,799,1835 -"16420",3235,30609,2,799,988 -"16421",3235,34334,3,799,1637 -"16422",3235,37929,3,799,2393 -"16423",3235,38259,2,799,2258 -"16424",3235,41633,3,799,1976 -"16425",3235,41723,3,799,2101 -"16426",3235,46501,3,799,845 -"16427",3235,46532,3,799,2005 -"16428",3235,50278,3,799,1127 -"16429",3235,51879,3,799,1771 -"16430",3235,60258,3,799,2405 -"16431",3235,60879,3,799,2792 -"16432",3235,77077,3,799,2693 -"16433",3235,83398,3,799,845 -"16434",3235,91806,3,799,969 -"16435",3235,96310,3,799,1016 -"16436",3235,107052,3,799,2158 -"16437",3235,121173,3,799,829 -"16438",3242,270,3,1730,2542 -"16439",3242,543,3,1730,2203 -"16440",3242,671,2,1730,2328 -"16441",3242,1046,2,1730,1881 -"16442",3242,1136,3,1730,2536 -"16443",3242,1367,3,1730,2176 -"16444",3242,1777,3,1730,1965 -"16445",3242,2036,3,1730,2483 -"16446",3242,2424,3,1730,2582 -"16447",3242,2484,3,1730,2389 -"16448",3242,2591,3,1730,1949 -"16449",3242,2954,3,1730,2727 -"16450",3242,4191,2,1730,2130 -"16451",3242,4226,3,1730,1903 -"16452",3242,4618,2,1730,2607 -"16453",3242,4687,2,1730,2152 -"16454",3242,4980,2,1730,2093 -"16455",3242,5078,3,1730,2033 -"16456",3242,5148,3,1730,2206 -"16457",3242,5239,3,1730,2875 -"16458",3242,5457,3,1730,2077 -"16459",3242,5462,3,1730,2374 -"16460",3242,5504,2,1730,2389 -"16461",3242,5621,3,1730,1860 -"16462",3242,5669,3,1730,2502 -"16463",3242,5725,2,1730,2789 -"16464",3242,6023,3,1730,2050 -"16465",3242,6241,3,1730,2264 -"16466",3242,6577,3,1730,1951 -"16467",3242,7245,2,1730,2089 -"16468",3242,7323,3,1730,2858 -"16469",3242,8258,3,1730,1959 -"16470",3242,8533,3,1730,2251 -"16471",3242,10404,1,1730,2062 -"16472",3242,10799,3,1730,2010 -"16473",3242,10857,3,1730,2253 -"16474",3242,10859,2,1730,2231 -"16475",3242,10890,2,1730,2639 -"16476",3242,12374,3,1730,2260 -"16477",3242,12724,3,1730,1930 -"16478",3242,12867,3,1730,2773 -"16479",3242,14507,3,1730,2686 -"16480",3242,15184,3,1730,2396 -"16481",3242,15299,3,1730,2213 -"16482",3242,15401,3,1730,1999 -"16483",3242,15539,2,1730,1929 -"16484",3242,15716,3,1730,1991 -"16485",3242,17354,3,1730,2250 -"16486",3242,17852,3,1730,2840 -"16487",3242,18151,3,1730,2962 -"16488",3242,18415,3,1730,2184 -"16489",3242,18571,3,1730,2128 -"16490",3242,19027,3,1730,2721 -"16491",3242,19380,3,1730,2637 -"16492",3242,19516,3,1730,2313 -"16493",3242,19868,3,1730,2855 -"16494",3242,20563,1,1730,2267 -"16495",3242,20700,3,1730,2861 -"16496",3242,20783,3,1730,2414 -"16497",3242,23140,3,1730,2787 -"16498",3242,23508,3,1730,1907 -"16499",3242,23704,3,1730,2278 -"16500",3242,23756,3,1730,2309 -"16501",3242,25129,3,1730,2647 -"16502",3242,25341,2,1730,1858 -"16503",3242,25816,3,1730,2088 -"16504",3242,26351,3,1730,2683 -"16505",3242,26436,2,1730,2489 -"16506",3242,26516,1,1730,2479 -"16507",3242,26608,3,1730,2329 -"16508",3242,26706,3,1730,1846 -"16509",3242,27753,1,1730,2750 -"16510",3242,27783,3,1730,2302 -"16511",3242,28285,3,1730,2972 -"16512",3242,28892,2,1730,2023 -"16513",3242,29311,3,1730,1849 -"16514",3242,31799,2,1730,2547 -"16515",3242,32988,3,1730,2008 -"16516",3242,33010,2,1730,2189 -"16517",3242,33551,3,1730,1734 -"16518",3242,34216,2,1730,2832 -"16519",3242,34492,2,1730,1798 -"16520",3242,34509,3,1730,1973 -"16521",3242,34836,3,1730,2302 -"16522",3242,35069,3,1730,2069 -"16523",3242,37418,2,1730,2710 -"16524",3242,37570,3,1730,2389 -"16525",3242,37620,3,1730,2716 -"16526",3242,38019,3,1730,1870 -"16527",3242,38449,2,1730,1802 -"16528",3242,38887,3,1730,2468 -"16529",3242,39087,3,1730,2765 -"16530",3242,39278,3,1730,1952 -"16531",3242,40369,3,1730,2735 -"16532",3242,41402,3,1730,2313 -"16533",3242,45343,3,1730,2360 -"16534",3242,45633,3,1730,2134 -"16535",3242,45715,2,1730,2287 -"16536",3242,47857,3,1730,2325 -"16537",3242,47947,3,1730,2681 -"16538",3242,50667,3,1730,2719 -"16539",3242,51410,2,1730,2739 -"16540",3242,53266,3,1730,2389 -"16541",3242,53300,3,1730,2162 -"16542",3242,54551,3,1730,2348 -"16543",3242,54740,2,1730,2750 -"16544",3242,55691,3,1730,2856 -"16545",3242,57977,2,1730,2683 -"16546",3242,58221,3,1730,1787 -"16547",3242,62840,3,1730,2502 -"16548",3242,64181,3,1730,1828 -"16549",3242,64793,2,1730,2819 -"16550",3242,64997,3,1730,2791 -"16551",3242,65029,3,1730,2954 -"16552",3242,65155,3,1730,1947 -"16553",3242,70046,3,1730,2624 -"16554",3242,71562,3,1730,2574 -"16555",3242,74095,2,1730,2333 -"16556",3242,80429,3,1730,1927 -"16557",3242,84799,3,1730,2656 -"16558",3242,97915,3,1730,1802 -"16559",3242,102824,3,1730,2944 -"16560",3254,680,3,1258,2569 -"16561",3254,1780,3,1258,1375 -"16562",3254,2452,3,1258,1715 -"16563",3254,2852,3,1258,2448 -"16564",3254,5683,3,1258,2468 -"16565",3254,5897,3,1258,2337 -"16566",3254,7997,3,1258,2049 -"16567",3254,9332,3,1258,2734 -"16568",3254,15095,3,1258,2001 -"16569",3254,18102,3,1258,1642 -"16570",3254,18124,1,1258,1642 -"16571",3254,20395,2,1258,1468 -"16572",3254,27742,3,1258,2700 -"16573",3254,30334,3,1258,2075 -"16574",3254,37636,3,1258,2178 -"16575",3254,38373,3,1258,1928 -"16576",3254,40392,3,1258,1878 -"16577",3254,41023,3,1258,2408 -"16578",3254,43204,3,1258,1680 -"16579",3254,46982,3,1258,2806 -"16580",3254,47013,2,1258,2388 -"16581",3254,51783,3,1258,2599 -"16582",3254,53726,3,1258,1729 -"16583",3254,62715,3,1258,1838 -"16584",3254,68931,3,1258,2771 -"16585",3254,74370,3,1258,1667 -"16586",3255,11429,2,2504,2520 -"16587",3255,21180,3,2504,2762 -"16588",3255,25440,3,2504,2749 -"16589",3255,35037,3,2504,2974 -"16590",3255,37342,3,2504,2649 -"16591",3255,43926,3,2504,2672 -"16592",3255,57657,2,2504,2735 -"16593",3255,70203,3,2504,2756 -"16594",3265,24,3,214,1295 -"16595",3265,145,2,214,1998 -"16596",3265,270,3,214,2542 -"16597",3265,380,2,214,2261 -"16598",3265,457,3,214,1704 -"16599",3265,600,3,214,1702 -"16600",3265,843,3,214,2332 -"16601",3265,913,2,214,2144 -"16602",3265,1044,3,214,880 -"16603",3265,1102,2,214,2282 -"16604",3265,1826,3,214,924 -"16605",3265,1968,3,214,631 -"16606",3265,2143,3,214,1174 -"16607",3265,2424,3,214,2582 -"16608",3265,2484,3,214,2389 -"16609",3265,2572,3,214,2273 -"16610",3265,2625,3,214,2152 -"16611",3265,2731,3,214,434 -"16612",3265,2743,3,214,1278 -"16613",3265,2954,3,214,2727 -"16614",3265,3271,2,214,2216 -"16615",3265,3352,3,214,1707 -"16616",3265,3748,2,214,2052 -"16617",3265,3801,3,214,1974 -"16618",3265,4226,3,214,1903 -"16619",3265,4687,3,214,2152 -"16620",3265,4953,3,214,2285 -"16621",3265,5055,3,214,1796 -"16622",3265,5376,3,214,288 -"16623",3265,6052,3,214,1985 -"16624",3265,6074,3,214,2426 -"16625",3265,6390,3,214,2385 -"16626",3265,6491,3,214,2424 -"16627",3265,6588,3,214,2025 -"16628",3265,7310,3,214,636 -"16629",3265,7337,3,214,1797 -"16630",3265,7604,3,214,1366 -"16631",3265,8259,3,214,1677 -"16632",3265,8490,3,214,564 -"16633",3265,8529,3,214,1205 -"16634",3265,8607,3,214,1685 -"16635",3265,8866,2,214,1545 -"16636",3265,8888,1,214,1328 -"16637",3265,8910,2,214,1054 -"16638",3265,8961,2,214,507 -"16639",3265,9272,2,214,2835 -"16640",3265,9362,3,214,2879 -"16641",3265,9364,3,214,1698 -"16642",3265,9511,3,214,1232 -"16643",3265,9702,3,214,1928 -"16644",3265,9805,2,214,1621 -"16645",3265,10513,3,214,2284 -"16646",3265,10709,3,214,746 -"16647",3265,10857,3,214,2253 -"16648",3265,11218,3,214,2292 -"16649",3265,12199,3,214,1651 -"16650",3265,12373,3,214,1567 -"16651",3265,12374,3,214,2260 -"16652",3265,12724,3,214,1930 -"16653",3265,13307,3,214,2206 -"16654",3265,14652,3,214,2516 -"16655",3265,14654,3,214,1692 -"16656",3265,14655,2,214,2559 -"16657",3265,14656,2,214,584 -"16658",3265,15122,3,214,1201 -"16659",3265,15643,3,214,502 -"16660",3265,16437,3,214,1956 -"16661",3265,16587,3,214,2065 -"16662",3265,16940,1,214,1290 -"16663",3265,17698,3,214,1559 -"16664",3265,18152,3,214,1314 -"16665",3265,18394,3,214,2356 -"16666",3265,19075,3,214,2214 -"16667",3265,19096,3,214,1538 -"16668",3265,19335,3,214,1729 -"16669",3265,19717,3,214,431 -"16670",3265,19719,3,214,2177 -"16671",3265,19862,3,214,2412 -"16672",3265,20124,3,214,2376 -"16673",3265,20287,3,214,1099 -"16674",3265,20975,3,214,1305 -"16675",3265,21198,3,214,935 -"16676",3265,21682,3,214,2414 -"16677",3265,22141,3,214,2348 -"16678",3265,22705,3,214,1016 -"16679",3265,23430,3,214,904 -"16680",3265,23450,3,214,967 -"16681",3265,23526,3,214,1998 -"16682",3265,23715,3,214,1859 -"16683",3265,23729,3,214,1624 -"16684",3265,23825,3,214,1913 -"16685",3265,24448,3,214,2289 -"16686",3265,24568,3,214,1937 -"16687",3265,26067,3,214,2069 -"16688",3265,26451,3,214,2133 -"16689",3265,26471,3,214,1061 -"16690",3265,26577,3,214,933 -"16691",3265,26749,3,214,2965 -"16692",3265,27275,3,214,2656 -"16693",3265,27339,3,214,486 -"16694",3265,27390,3,214,2425 -"16695",3265,28015,3,214,1624 -"16696",3265,28124,3,214,434 -"16697",3265,28432,3,214,1954 -"16698",3265,30180,3,214,590 -"16699",3265,30405,3,214,2164 -"16700",3265,30883,3,214,1629 -"16701",3265,31235,2,214,2668 -"16702",3265,31338,3,214,917 -"16703",3265,32017,3,214,577 -"16704",3265,32811,2,214,804 -"16705",3265,33285,3,214,1327 -"16706",3265,34136,3,214,2202 -"16707",3265,34836,2,214,2302 -"16708",3265,35673,3,214,1067 -"16709",3265,36087,3,214,2755 -"16710",3265,36427,3,214,544 -"16711",3265,37108,3,214,1202 -"16712",3265,37628,3,214,819 -"16713",3265,37752,3,214,2223 -"16714",3265,38019,2,214,1870 -"16715",3265,38219,3,214,1689 -"16716",3265,38307,3,214,2648 -"16717",3265,38780,2,214,2705 -"16718",3265,39238,3,214,922 -"16719",3265,39439,3,214,2462 -"16720",3265,39444,3,214,2695 -"16721",3265,40493,3,214,1981 -"16722",3265,41315,2,214,439 -"16723",3265,41439,3,214,709 -"16724",3265,42216,3,214,2722 -"16725",3265,43173,3,214,2895 -"16726",3265,43226,2,214,2442 -"16727",3265,43455,3,214,2846 -"16728",3265,44648,3,214,619 -"16729",3265,45650,3,214,1528 -"16730",3265,45874,3,214,944 -"16731",3265,47445,3,214,2668 -"16732",3265,47772,3,214,2293 -"16733",3265,48035,3,214,2180 -"16734",3265,48110,2,214,2009 -"16735",3265,48260,3,214,875 -"16736",3265,49406,3,214,217 -"16737",3265,49512,3,214,1302 -"16738",3265,52136,3,214,1412 -"16739",3265,52576,2,214,2234 -"16740",3265,52735,3,214,1124 -"16741",3265,52892,3,214,2372 -"16742",3265,53266,3,214,2389 -"16743",3265,53322,3,214,1200 -"16744",3265,53323,2,214,2677 -"16745",3265,53445,3,214,2028 -"16746",3265,53608,3,214,1986 -"16747",3265,54551,3,214,2348 -"16748",3265,55082,3,214,1856 -"16749",3265,55139,3,214,2323 -"16750",3265,55320,1,214,1643 -"16751",3265,56082,3,214,2395 -"16752",3265,56317,3,214,2030 -"16753",3265,57348,3,214,687 -"16754",3265,57353,3,214,1849 -"16755",3265,57544,3,214,2443 -"16756",3265,57804,3,214,2214 -"16757",3265,57990,3,214,978 -"16758",3265,58133,3,214,1484 -"16759",3265,58508,2,214,2326 -"16760",3265,58530,3,214,298 -"16761",3265,59039,3,214,2870 -"16762",3265,61932,3,214,1959 -"16763",3265,62538,3,214,1656 -"16764",3265,63409,3,214,1937 -"16765",3265,67222,3,214,1332 -"16766",3265,69335,2,214,2698 -"16767",3265,71342,2,214,1289 -"16768",3265,72468,3,214,2292 -"16769",3265,72956,3,214,1251 -"16770",3265,75898,2,214,889 -"16771",3265,75921,3,214,517 -"16772",3265,76127,3,214,910 -"16773",3265,76284,3,214,1237 -"16774",3265,76511,3,214,1250 -"16775",3265,78256,3,214,804 -"16776",3265,79436,3,214,1344 -"16777",3265,80301,2,214,1690 -"16778",3265,80801,3,214,1250 -"16779",3265,81588,3,214,1568 -"16780",3265,82039,3,214,1327 -"16781",3265,82226,3,214,1619 -"16782",3265,86245,3,214,1972 -"16783",3265,88126,2,214,1027 -"16784",3265,89097,3,214,935 -"16785",3265,90056,2,214,221 -"16786",3265,95036,3,214,380 -"16787",3265,99332,3,214,873 -"16788",3265,101652,3,214,270 -"16789",3265,105602,3,214,434 -"16790",3265,108379,3,214,2933 -"16791",3265,109521,3,214,609 -"16792",3271,680,3,2216,2569 -"16793",3271,843,2,2216,2332 -"16794",3271,2424,3,2216,2582 -"16795",3271,2647,3,2216,2450 -"16796",3271,3477,3,2216,2546 -"16797",3271,3961,3,2216,2426 -"16798",3271,3978,3,2216,2775 -"16799",3271,4249,3,2216,2547 -"16800",3271,4932,3,2216,2752 -"16801",3271,5239,3,2216,2875 -"16802",3271,6248,3,2216,2737 -"16803",3271,7942,3,2216,2623 -"16804",3271,7984,3,2216,2493 -"16805",3271,9272,1,2216,2835 -"16806",3271,9503,3,2216,2453 -"16807",3271,9724,3,2216,2713 -"16808",3271,9910,3,2216,2526 -"16809",3271,10373,3,2216,2436 -"16810",3271,10513,3,2216,2284 -"16811",3271,10638,3,2216,2692 -"16812",3271,11477,3,2216,2724 -"16813",3271,11506,3,2216,2824 -"16814",3271,12374,3,2216,2260 -"16815",3271,13780,3,2216,2412 -"16816",3271,14470,3,2216,2632 -"16817",3271,14586,3,2216,2801 -"16818",3271,14612,3,2216,2340 -"16819",3271,14761,3,2216,2502 -"16820",3271,14957,3,2216,2306 -"16821",3271,15782,3,2216,2306 -"16822",3271,16826,3,2216,2599 -"16823",3271,18943,3,2216,2861 -"16824",3271,19364,3,2216,2846 -"16825",3271,19934,3,2216,2888 -"16826",3271,20308,3,2216,2254 -"16827",3271,20695,3,2216,2526 -"16828",3271,22141,3,2216,2348 -"16829",3271,22326,3,2216,2818 -"16830",3271,22709,3,2216,2743 -"16831",3271,23550,3,2216,2939 -"16832",3271,25941,3,2216,2369 -"16833",3271,26749,3,2216,2965 -"16834",3271,27686,3,2216,2844 -"16835",3271,28582,3,2216,2698 -"16836",3271,29319,3,2216,2314 -"16837",3271,30010,3,2216,2917 -"16838",3271,31264,3,2216,2335 -"16839",3271,31357,3,2216,2389 -"16840",3271,32939,3,2216,2277 -"16841",3271,33572,3,2216,2370 -"16842",3271,36136,3,2216,2338 -"16843",3271,36840,3,2216,2269 -"16844",3271,37684,3,2216,2899 -"16845",3271,37752,1,2216,2223 -"16846",3271,38038,3,2216,2686 -"16847",3271,38259,3,2216,2258 -"16848",3271,38887,3,2216,2468 -"16849",3271,39439,2,2216,2462 -"16850",3271,39444,2,2216,2695 -"16851",3271,39875,3,2216,2422 -"16852",3271,39906,3,2216,2365 -"16853",3271,42382,3,2216,2224 -"16854",3271,42390,3,2216,2937 -"16855",3271,42407,3,2216,2408 -"16856",3271,43173,2,2216,2895 -"16857",3271,43226,1,2216,2442 -"16858",3271,43701,3,2216,2400 -"16859",3271,46951,3,2216,2429 -"16860",3271,47607,3,2216,2724 -"16861",3271,48931,3,2216,2444 -"16862",3271,51843,3,2216,2389 -"16863",3271,52576,3,2216,2234 -"16864",3271,53584,3,2216,2391 -"16865",3271,54385,3,2216,2340 -"16866",3271,56082,3,2216,2395 -"16867",3271,58508,1,2216,2326 -"16868",3271,59039,2,2216,2870 -"16869",3271,59700,3,2216,2346 -"16870",3271,69335,1,2216,2698 -"16871",3271,71274,3,2216,2390 -"16872",3271,73553,3,2216,2726 -"16873",3271,77077,3,2216,2693 -"16874",3271,79036,3,2216,2524 -"16875",3271,80190,3,2216,2717 -"16876",3271,93553,3,2216,2537 -"16877",3271,98354,3,2216,2794 -"16878",3271,108379,3,2216,2933 -"16879",3272,1624,3,2132,2687 -"16880",3272,2724,3,2132,2447 -"16881",3272,3271,3,2132,2216 -"16882",3272,3477,3,2132,2546 -"16883",3272,3559,3,2132,2413 -"16884",3272,6063,3,2132,2349 -"16885",3272,9272,3,2132,2835 -"16886",3272,14442,3,2132,2700 -"16887",3272,16184,2,2132,2274 -"16888",3272,17768,3,2132,2468 -"16889",3272,19075,3,2132,2214 -"16890",3272,20547,2,2132,2145 -"16891",3272,25053,3,2132,2186 -"16892",3272,31357,1,2132,2389 -"16893",3272,33223,3,2132,2397 -"16894",3272,43226,3,2132,2442 -"16895",3272,47882,2,2132,2769 -"16896",3272,51843,2,2132,2389 -"16897",3272,54385,2,2132,2340 -"16898",3272,58508,3,2132,2326 -"16899",3272,59344,2,2132,2252 -"16900",3272,63104,2,2132,2149 -"16901",3272,69308,3,2132,2370 -"16902",3272,69335,3,2132,2698 -"16903",3272,80615,3,2132,2252 -"16904",3272,110871,3,2132,2879 -"16905",3284,798,3,1541,2476 -"16906",3284,841,3,1541,2964 -"16907",3284,1196,2,1541,1986 -"16908",3284,2226,3,1541,2225 -"16909",3284,2407,3,1541,1725 -"16910",3284,2424,3,1541,2582 -"16911",3284,2533,3,1541,2016 -"16912",3284,2852,2,1541,2448 -"16913",3284,5599,3,1541,1684 -"16914",3284,5897,3,1541,2337 -"16915",3284,8610,2,1541,2240 -"16916",3284,8726,3,1541,2083 -"16917",3284,8777,3,1541,1620 -"16918",3284,8860,3,1541,2141 -"16919",3284,10358,3,1541,2294 -"16920",3284,10766,3,1541,2647 -"16921",3284,11625,3,1541,2022 -"16922",3284,13007,3,1541,2496 -"16923",3284,14731,3,1541,2012 -"16924",3284,14754,3,1541,2456 -"16925",3284,14915,3,1541,2606 -"16926",3284,16201,3,1541,1811 -"16927",3284,16866,3,1541,2718 -"16928",3284,18865,3,1541,2676 -"16929",3284,19605,3,1541,2395 -"16930",3284,19719,3,1541,2177 -"16931",3284,23825,3,1541,1913 -"16932",3284,25577,3,1541,1946 -"16933",3284,28081,2,1541,1927 -"16934",3284,29454,3,1541,2719 -"16935",3284,30010,3,1541,2917 -"16936",3284,32549,2,1541,2111 -"16937",3284,32775,3,1541,2135 -"16938",3284,32920,3,1541,2158 -"16939",3284,32939,3,1541,2277 -"16940",3284,37929,3,1541,2393 -"16941",3284,38019,3,1541,1870 -"16942",3284,41023,3,1541,2408 -"16943",3284,41764,3,1541,2409 -"16944",3284,44235,3,1541,2700 -"16945",3284,45329,3,1541,1693 -"16946",3284,46261,3,1541,2350 -"16947",3284,52576,3,1541,2234 -"16948",3284,57804,3,1541,2214 -"16949",3284,58284,3,1541,2292 -"16950",3284,61355,3,1541,2467 -"16951",3284,61585,2,1541,2315 -"16952",3284,63395,3,1541,2334 -"16953",3284,66693,3,1541,2554 -"16954",3284,68789,2,1541,1929 -"16955",3284,69232,3,1541,2130 -"16956",3284,70070,3,1541,2425 -"16957",3284,71531,2,1541,2887 -"16958",3284,77811,3,1541,1871 -"16959",3284,87110,3,1541,2801 -"16960",3284,87509,3,1541,1907 -"16961",3305,2684,2,2839,2874 -"16962",3305,24753,3,2839,2860 -"16963",3305,26749,3,2839,2965 -"16964",3305,30052,3,2839,2855 -"16965",3305,41945,3,2839,2856 -"16966",3305,43455,2,2839,2846 -"16967",3305,49110,3,2839,2938 -"16968",3305,50785,3,2839,2877 -"16969",3305,88232,3,2839,2881 -"16970",3306,270,3,1989,2542 -"16971",3306,377,3,1989,2389 -"16972",3306,701,2,1989,2718 -"16973",3306,1102,3,1989,2282 -"16974",3306,1639,2,1989,2631 -"16975",3306,2224,3,1989,2751 -"16976",3306,2424,3,1989,2582 -"16977",3306,2533,3,1989,2016 -"16978",3306,2572,3,1989,2273 -"16979",3306,3305,3,1989,2839 -"16980",3306,5120,3,1989,2735 -"16981",3306,5315,3,1989,2631 -"16982",3306,5622,3,1989,2175 -"16983",3306,6047,2,1989,2004 -"16984",3306,6074,2,1989,2426 -"16985",3306,6104,3,1989,2462 -"16986",3306,6363,3,1989,2066 -"16987",3306,6588,3,1989,2025 -"16988",3306,6697,3,1989,2438 -"16989",3306,6718,3,1989,2138 -"16990",3306,7508,3,1989,2396 -"16991",3306,7677,3,1989,2338 -"16992",3306,7984,3,1989,2493 -"16993",3306,9191,3,1989,2707 -"16994",3306,9362,3,1989,2879 -"16995",3306,9654,3,1989,2111 -"16996",3306,9893,3,1989,2701 -"16997",3306,9928,3,1989,2345 -"16998",3306,10358,3,1989,2294 -"16999",3306,10513,3,1989,2284 -"17000",3306,10857,3,1989,2253 -"17001",3306,11136,3,1989,2573 -"17002",3306,11218,3,1989,2292 -"17003",3306,11477,3,1989,2724 -"17004",3306,12518,3,1989,2747 -"17005",3306,13801,2,1989,2041 -"17006",3306,14032,2,1989,2144 -"17007",3306,14669,2,1989,2080 -"17008",3306,14754,3,1989,2456 -"17009",3306,14972,3,1989,2332 -"17010",3306,15003,1,1989,2067 -"17011",3306,15301,3,1989,2308 -"17012",3306,15756,2,1989,2362 -"17013",3306,15930,3,1989,2541 -"17014",3306,16332,3,1989,2668 -"17015",3306,16352,3,1989,2657 -"17016",3306,17400,3,1989,2231 -"17017",3306,17819,3,1989,2291 -"17018",3306,18361,3,1989,2968 -"17019",3306,18394,3,1989,2356 -"17020",3306,19248,3,1989,2357 -"17021",3306,19719,3,1989,2177 -"17022",3306,19744,3,1989,2623 -"17023",3306,20124,3,1989,2376 -"17024",3306,20423,3,1989,2654 -"17025",3306,21285,3,1989,2100 -"17026",3306,22331,3,1989,2687 -"17027",3306,22566,3,1989,2308 -"17028",3306,23011,3,1989,2763 -"17029",3306,23223,2,1989,2094 -"17030",3306,23310,3,1989,2371 -"17031",3306,23725,2,1989,2378 -"17032",3306,24591,3,1989,2528 -"17033",3306,25569,3,1989,2317 -"17034",3306,26749,2,1989,2965 -"17035",3306,26818,3,1989,1999 -"17036",3306,27173,2,1989,2050 -"17037",3306,27275,3,1989,2656 -"17038",3306,27694,3,1989,2030 -"17039",3306,28874,3,1989,2329 -"17040",3306,29095,3,1989,2531 -"17041",3306,31700,3,1989,2727 -"17042",3306,32173,3,1989,2341 -"17043",3306,32457,3,1989,2690 -"17044",3306,32919,3,1989,2321 -"17045",3306,32964,3,1989,2252 -"17046",3306,33949,1,1989,2489 -"17047",3306,34426,2,1989,2743 -"17048",3306,35402,3,1989,2339 -"17049",3306,36031,3,1989,2342 -"17050",3306,37238,3,1989,2609 -"17051",3306,37285,3,1989,2428 -"17052",3306,39556,3,1989,2747 -"17053",3306,41023,3,1989,2408 -"17054",3306,41402,3,1989,2313 -"17055",3306,41598,3,1989,2291 -"17056",3306,41955,3,1989,2479 -"17057",3306,42522,2,1989,2592 -"17058",3306,43213,3,1989,2160 -"17059",3306,44819,2,1989,2063 -"17060",3306,45290,3,1989,2731 -"17061",3306,45302,3,1989,2390 -"17062",3306,45684,3,1989,2200 -"17063",3306,46040,3,1989,2105 -"17064",3306,47772,3,1989,2293 -"17065",3306,48215,3,1989,2028 -"17066",3306,48289,3,1989,2209 -"17067",3306,48605,3,1989,2796 -"17068",3306,50134,2,1989,2674 -"17069",3306,50236,3,1989,2339 -"17070",3306,52576,3,1989,2234 -"17071",3306,52969,2,1989,2302 -"17072",3306,54284,3,1989,2491 -"17073",3306,54551,3,1989,2348 -"17074",3306,54929,2,1989,2783 -"17075",3306,56082,2,1989,2395 -"17076",3306,56893,3,1989,2597 -"17077",3306,57842,3,1989,2482 -"17078",3306,58508,3,1989,2326 -"17079",3306,59539,1,1989,2429 -"17080",3306,60257,3,1989,2795 -"17081",3306,61982,3,1989,2725 -"17082",3306,67726,3,1989,2873 -"17083",3306,68215,2,1989,2727 -"17084",3306,70046,3,1989,2624 -"17085",3306,70528,3,1989,2727 -"17086",3306,72207,3,1989,2430 -"17087",3306,79804,3,1989,2227 -"17088",3306,82949,3,1989,2077 -"17089",3306,89911,3,1989,2607 -"17090",3306,99215,3,1989,2791 -"17091",3306,117956,3,1989,2774 -"17092",3313,4526,3,572,1728 -"17093",3313,5897,3,572,2337 -"17094",3313,9787,3,572,2858 -"17095",3313,11990,3,572,1909 -"17096",3313,12023,2,572,799 -"17097",3313,12781,3,572,831 -"17098",3313,13295,1,572,779 -"17099",3313,14287,3,572,1583 -"17100",3313,16021,3,572,858 -"17101",3313,16152,3,572,879 -"17102",3313,16501,3,572,1650 -"17103",3313,17133,3,572,924 -"17104",3313,19334,2,572,1979 -"17105",3313,23131,3,572,1732 -"17106",3313,26700,3,572,1663 -"17107",3313,27742,3,572,2700 -"17108",3313,27914,3,572,2507 -"17109",3313,28440,3,572,675 -"17110",3313,28869,3,572,2425 -"17111",3313,28904,2,572,926 -"17112",3313,30525,3,572,1964 -"17113",3313,30891,3,572,1256 -"17114",3313,31753,2,572,1514 -"17115",3313,33870,3,572,955 -"17116",3313,41077,2,572,864 -"17117",3313,50229,3,572,1190 -"17118",3313,54775,3,572,2383 -"17119",3313,58684,3,572,2295 -"17120",3313,61125,3,572,1673 -"17121",3313,61723,3,572,1262 -"17122",3313,79432,1,572,1708 -"17123",3313,81437,3,572,1101 -"17124",3317,1692,2,2037,2443 -"17125",3317,2093,1,2037,2459 -"17126",3317,2190,3,2037,2359 -"17127",3317,6627,3,2037,2063 -"17128",3317,6824,3,2037,2680 -"17129",3317,8062,3,2037,2858 -"17130",3317,9861,3,2037,2680 -"17131",3317,10638,3,2037,2692 -"17132",3317,10964,3,2037,2043 -"17133",3317,11067,2,2037,2734 -"17134",3317,11506,3,2037,2824 -"17135",3317,12374,3,2037,2260 -"17136",3317,12577,3,2037,2530 -"17137",3317,14915,3,2037,2606 -"17138",3317,16205,3,2037,2630 -"17139",3317,18571,2,2037,2128 -"17140",3317,18943,3,2037,2861 -"17141",3317,21463,3,2037,2437 -"17142",3317,23121,2,2037,2108 -"17143",3317,25373,3,2037,2783 -"17144",3317,26451,3,2037,2133 -"17145",3317,27783,3,2037,2302 -"17146",3317,29409,3,2037,2199 -"17147",3317,32449,3,2037,2091 -"17148",3317,32939,3,2037,2277 -"17149",3317,33186,3,2037,2240 -"17150",3317,34136,3,2037,2202 -"17151",3317,35620,3,2037,2092 -"17152",3317,36120,3,2037,2971 -"17153",3317,36136,3,2037,2338 -"17154",3317,39105,3,2037,2487 -"17155",3317,46385,3,2037,2225 -"17156",3317,46951,2,2037,2429 -"17157",3317,49121,3,2037,2199 -"17158",3317,53530,3,2037,2380 -"17159",3317,53668,3,2037,2242 -"17160",3317,57804,3,2037,2214 -"17161",3317,59039,3,2037,2870 -"17162",3317,68592,3,2037,2551 -"17163",3317,69335,3,2037,2698 -"17164",3317,75607,2,2037,2245 -"17165",3317,76132,3,2037,2426 -"17166",3317,83838,3,2037,2263 -"17167",3317,108379,3,2037,2933 -"17168",3317,111034,3,2037,2131 -"17169",3324,1222,2,1198,2598 -"17170",3324,2443,3,1198,2333 -"17171",3324,2802,3,1198,1836 -"17172",3324,5414,3,1198,2321 -"17173",3324,6262,2,1198,2733 -"17174",3324,6755,1,1198,2818 -"17175",3324,11897,3,1198,1271 -"17176",3324,13150,2,1198,1570 -"17177",3324,14918,3,1198,2071 -"17178",3324,15047,3,1198,1697 -"17179",3324,18466,3,1198,2340 -"17180",3324,18610,3,1198,2141 -"17181",3324,19190,3,1198,2677 -"17182",3324,20604,3,1198,1684 -"17183",3324,42259,2,1198,1235 -"17184",3324,42280,2,1198,2266 -"17185",3324,43929,3,1198,2749 -"17186",3324,56168,2,1198,1466 -"17187",3324,57037,3,1198,2293 -"17188",3324,61948,3,1198,1231 -"17189",3324,66017,3,1198,1545 -"17190",3324,76997,3,1198,2223 -"17191",3324,79772,3,1198,1230 -"17192",3324,79793,3,1198,1915 -"17193",3324,83334,3,1198,1708 -"17194",3324,94339,3,1198,2768 -"17195",3342,6162,3,1026,1673 -"17196",3342,24286,3,1026,1280 -"17197",3342,26408,3,1026,1545 -"17198",3342,27261,3,1026,1368 -"17199",3342,33356,3,1026,1586 -"17200",3342,33433,3,1026,2805 -"17201",3342,53342,3,1026,2071 -"17202",3342,54879,3,1026,2210 -"17203",3342,69091,3,1026,1267 -"17204",3351,601,3,192,702 -"17205",3351,1427,3,192,324 -"17206",3351,1428,3,192,742 -"17207",3351,2407,2,192,1725 -"17208",3351,2484,3,192,2389 -"17209",3351,2894,3,192,1291 -"17210",3351,3164,3,192,2693 -"17211",3351,3167,3,192,1676 -"17212",3351,4001,3,192,1687 -"17213",3351,4821,3,192,1938 -"17214",3351,5484,3,192,582 -"17215",3351,5785,2,192,1261 -"17216",3351,6222,3,192,1949 -"17217",3351,7984,3,192,2493 -"17218",3351,7992,3,192,2033 -"17219",3351,8748,3,192,699 -"17220",3351,8866,3,192,1545 -"17221",3351,9202,3,192,2477 -"17222",3351,9311,3,192,2477 -"17223",3351,9362,3,192,2879 -"17224",3351,11620,3,192,2010 -"17225",3351,11662,3,192,1139 -"17226",3351,11694,3,192,1564 -"17227",3351,12388,3,192,1975 -"17228",3351,12778,3,192,2045 -"17229",3351,13573,3,192,2774 -"17230",3351,13979,3,192,1559 -"17231",3351,14482,3,192,1573 -"17232",3351,14655,3,192,2559 -"17233",3351,14959,3,192,2898 -"17234",3351,15444,3,192,2764 -"17235",3351,15546,3,192,2055 -"17236",3351,15556,3,192,270 -"17237",3351,15643,3,192,502 -"17238",3351,15930,3,192,2541 -"17239",3351,16053,3,192,908 -"17240",3351,16111,3,192,1714 -"17241",3351,16539,3,192,1947 -"17242",3351,16801,3,192,2008 -"17243",3351,16866,2,192,2718 -"17244",3351,17027,3,192,2772 -"17245",3351,17097,3,192,1505 -"17246",3351,17520,2,192,2276 -"17247",3351,18865,2,192,2676 -"17248",3351,19173,3,192,1686 -"17249",3351,19208,3,192,2629 -"17250",3351,19605,3,192,2395 -"17251",3351,19718,3,192,1702 -"17252",3351,20067,3,192,2390 -"17253",3351,20176,3,192,1050 -"17254",3351,20311,2,192,1981 -"17255",3351,20732,3,192,2401 -"17256",3351,21706,3,192,1988 -"17257",3351,22403,3,192,1630 -"17258",3351,23726,3,192,2434 -"17259",3351,23787,3,192,2810 -"17260",3351,23869,3,192,1918 -"17261",3351,24615,3,192,229 -"17262",3351,25341,3,192,1858 -"17263",3351,25486,3,192,2582 -"17264",3351,25680,3,192,1618 -"17265",3351,25950,2,192,1618 -"17266",3351,26582,3,192,2772 -"17267",3351,26642,3,192,2952 -"17268",3351,26865,3,192,2726 -"17269",3351,27849,3,192,1316 -"17270",3351,27860,3,192,1588 -"17271",3351,27881,3,192,243 -"17272",3351,28130,3,192,908 -"17273",3351,28131,3,192,1492 -"17274",3351,28434,3,192,1141 -"17275",3351,28525,3,192,1273 -"17276",3351,28904,3,192,926 -"17277",3351,29095,2,192,2531 -"17278",3351,29314,3,192,2736 -"17279",3351,29372,3,192,528 -"17280",3351,30081,3,192,2403 -"17281",3351,30883,2,192,1629 -"17282",3351,31243,3,192,1355 -"17283",3351,31691,3,192,1657 -"17284",3351,32820,3,192,582 -"17285",3351,32988,3,192,2008 -"17286",3351,33010,3,192,2189 -"17287",3351,33801,2,192,2899 -"17288",3351,36270,3,192,2910 -"17289",3351,36574,3,192,2934 -"17290",3351,37501,3,192,514 -"17291",3351,38523,3,192,549 -"17292",3351,38921,2,192,1880 -"17293",3351,39563,3,192,486 -"17294",3351,40646,3,192,1583 -"17295",3351,42264,3,192,1702 -"17296",3351,42725,3,192,630 -"17297",3351,42813,3,192,2142 -"17298",3351,43479,2,192,2178 -"17299",3351,44420,3,192,2184 -"17300",3351,44885,3,192,2670 -"17301",3351,44899,3,192,2386 -"17302",3351,44921,3,192,550 -"17303",3351,45449,3,192,1610 -"17304",3351,48435,3,192,528 -"17305",3351,49660,3,192,2739 -"17306",3351,50252,3,192,2001 -"17307",3351,50382,3,192,2244 -"17308",3351,50480,3,192,2701 -"17309",3351,50487,1,192,744 -"17310",3351,51616,2,192,761 -"17311",3351,52457,3,192,849 -"17312",3351,53412,3,192,566 -"17313",3351,53475,3,192,2853 -"17314",3351,53604,3,192,2489 -"17315",3351,54522,2,192,699 -"17316",3351,56462,2,192,852 -"17317",3351,56910,3,192,2705 -"17318",3351,58035,3,192,1646 -"17319",3351,62538,3,192,1656 -"17320",3351,63395,2,192,2334 -"17321",3351,63770,3,192,1324 -"17322",3351,64031,3,192,1295 -"17323",3351,69215,3,192,1591 -"17324",3351,70455,3,192,1307 -"17325",3351,74204,3,192,2463 -"17326",3351,74730,3,192,535 -"17327",3351,75488,3,192,460 -"17328",3351,76511,3,192,1250 -"17329",3351,78184,3,192,937 -"17330",3351,78256,3,192,804 -"17331",3351,79371,2,192,1624 -"17332",3351,80471,3,192,538 -"17333",3351,85329,3,192,738 -"17334",3351,87519,3,192,595 -"17335",3351,87720,3,192,2086 -"17336",3351,89826,1,192,2033 -"17337",3351,90911,3,192,1263 -"17338",3351,96911,3,192,956 -"17339",3351,97160,3,192,1215 -"17340",3351,100140,3,192,1041 -"17341",3351,101347,3,192,1335 -"17342",3351,110399,3,192,480 -"17343",3351,110781,3,192,908 -"17344",3351,120720,2,192,1614 -"17345",3351,123336,3,192,225 -"17346",3352,42,3,1707,2265 -"17347",3352,145,3,1707,1998 -"17348",3352,913,3,1707,2144 -"17349",3352,1090,3,1707,2370 -"17350",3352,1321,3,1707,2075 -"17351",3352,1777,3,1707,1965 -"17352",3352,2166,3,1707,2557 -"17353",3352,4084,3,1707,2133 -"17354",3352,5462,3,1707,2374 -"17355",3352,5504,3,1707,2389 -"17356",3352,7078,3,1707,2344 -"17357",3352,9362,3,1707,2879 -"17358",3352,9702,3,1707,1928 -"17359",3352,9801,3,1707,2443 -"17360",3352,10148,3,1707,2964 -"17361",3352,14655,3,1707,2559 -"17362",3352,16497,2,1707,2370 -"17363",3352,19528,3,1707,2742 -"17364",3352,20783,3,1707,2414 -"17365",3352,23509,3,1707,2275 -"17366",3352,26608,2,1707,2329 -"17367",3352,26734,3,1707,2299 -"17368",3352,31235,3,1707,2668 -"17369",3352,33572,3,1707,2370 -"17370",3352,35256,3,1707,2271 -"17371",3352,36087,3,1707,2755 -"17372",3352,39444,3,1707,2695 -"17373",3352,39556,3,1707,2747 -"17374",3352,49965,2,1707,2301 -"17375",3352,51410,3,1707,2739 -"17376",3352,53789,3,1707,2681 -"17377",3352,55556,3,1707,2075 -"17378",3352,55828,3,1707,2393 -"17379",3352,57609,3,1707,2717 -"17380",3352,64181,3,1707,1828 -"17381",3352,65007,3,1707,2530 -"17382",3352,71478,3,1707,1721 -"17383",3352,85430,3,1707,2370 -"17384",3360,1685,3,1583,2230 -"17385",3360,1785,2,1583,2350 -"17386",3360,2370,3,1583,1600 -"17387",3360,4784,3,1583,2511 -"17388",3360,5937,3,1583,2392 -"17389",3360,6020,2,1583,1864 -"17390",3360,6621,3,1583,2478 -"17391",3360,11154,3,1583,1594 -"17392",3360,11868,3,1583,1639 -"17393",3360,12007,2,1583,1594 -"17394",3360,14838,3,1583,1746 -"17395",3360,18821,2,1583,2075 -"17396",3360,19002,3,1583,2053 -"17397",3360,19190,3,1583,2677 -"17398",3360,21358,3,1583,1970 -"17399",3360,22744,3,1583,1907 -"17400",3360,26698,2,1583,1963 -"17401",3360,28648,3,1583,1586 -"17402",3360,28970,2,1583,2111 -"17403",3360,33460,3,1583,2781 -"17404",3360,41489,3,1583,2006 -"17405",3360,45297,3,1583,1864 -"17406",3360,46049,3,1583,2102 -"17407",3360,49069,3,1583,1694 -"17408",3360,69961,3,1583,2483 -"17409",3360,85401,3,1583,1931 -"17410",3360,85638,3,1583,2275 -"17411",3360,86559,2,1583,1704 -"17412",3360,87190,1,1583,1704 -"17413",3360,89391,3,1583,2180 -"17414",3362,622,3,354,501 -"17415",3362,19296,3,354,1705 -"17416",3362,88171,3,354,1488 -"17417",3391,12518,3,526,2747 -"17418",3391,19606,3,526,2783 -"17419",3391,26524,3,526,982 -"17420",3391,27030,3,526,2031 -"17421",3391,64686,3,526,670 -"17422",3391,80014,3,526,1562 -"17423",3395,2540,3,1382,1398 -"17424",3395,2864,2,1382,1543 -"17425",3395,3198,2,1382,1797 -"17426",3395,3397,1,1382,2126 -"17427",3395,3409,2,1382,2167 -"17428",3395,3453,1,1382,2126 -"17429",3395,3477,3,1382,2546 -"17430",3395,6063,3,1382,2349 -"17431",3395,8866,2,1382,1545 -"17432",3395,9362,3,1382,2879 -"17433",3395,9805,3,1382,1621 -"17434",3395,12122,3,1382,1385 -"17435",3395,12778,2,1382,2045 -"17436",3395,16542,3,1382,2039 -"17437",3395,16608,3,1382,1769 -"17438",3395,17245,3,1382,1811 -"17439",3395,18211,3,1382,1745 -"17440",3395,18217,3,1382,1566 -"17441",3395,19380,3,1382,2637 -"17442",3395,23098,3,1382,2300 -"17443",3395,23460,3,1382,2183 -"17444",3395,24753,3,1382,2860 -"17445",3395,24793,3,1382,1993 -"17446",3395,27001,2,1382,1761 -"17447",3395,28626,3,1382,2842 -"17448",3395,30697,3,1382,2891 -"17449",3395,32419,2,1382,1909 -"17450",3395,33223,3,1382,2397 -"17451",3395,36609,3,1382,2918 -"17452",3395,40542,3,1382,1664 -"17453",3395,40879,2,1382,2019 -"17454",3395,42023,2,1382,2231 -"17455",3395,43902,1,1382,1726 -"17456",3395,44089,3,1382,1632 -"17457",3395,45618,3,1382,2356 -"17458",3395,45650,2,1382,1528 -"17459",3395,63907,2,1382,2377 -"17460",3395,83286,2,1382,1793 -"17461",3395,83291,2,1382,2066 -"17462",3395,94444,3,1382,1554 -"17463",3397,841,3,2126,2964 -"17464",3397,3409,1,2126,2167 -"17465",3397,4313,3,2126,2368 -"17466",3397,4681,3,2126,2356 -"17467",3397,13324,3,2126,2163 -"17468",3397,19380,3,2126,2637 -"17469",3397,23460,2,2126,2183 -"17470",3397,24753,3,2126,2860 -"17471",3397,42023,3,2126,2231 -"17472",3397,47840,3,2126,2509 -"17473",3397,63907,3,2126,2377 -"17474",3405,3403,1,2438,2951 -"17475",3405,7942,3,2438,2623 -"17476",3405,8062,3,2438,2858 -"17477",3405,11135,3,2438,2441 -"17478",3405,15502,3,2438,2637 -"17479",3405,22723,3,2438,2859 -"17480",3409,841,3,2167,2964 -"17481",3409,4313,3,2167,2368 -"17482",3409,4681,2,2167,2356 -"17483",3409,6192,3,2167,2409 -"17484",3409,13249,3,2167,2573 -"17485",3409,14655,3,2167,2559 -"17486",3409,19208,3,2167,2629 -"17487",3409,19364,3,2167,2846 -"17488",3409,19380,3,2167,2637 -"17489",3409,19605,3,2167,2395 -"17490",3409,22808,3,2167,2297 -"17491",3409,23460,1,2167,2183 -"17492",3409,24753,3,2167,2860 -"17493",3409,29454,3,2167,2719 -"17494",3409,41764,3,2167,2409 -"17495",3409,42129,3,2167,2318 -"17496",3409,47840,3,2167,2509 -"17497",3409,50480,3,2167,2701 -"17498",3414,680,3,2322,2569 -"17499",3414,3978,3,2322,2775 -"17500",3414,4303,3,2322,2414 -"17501",3414,5106,3,2322,2622 -"17502",3414,18810,1,2322,2671 -"17503",3414,31335,3,2322,2351 -"17504",3414,50585,3,2322,2414 -"17505",3414,51687,3,2322,2333 -"17506",3414,75282,3,2322,2675 -"17507",3419,4705,3,1595,1714 -"17508",3419,15734,3,1595,1616 -"17509",3419,23825,3,1595,1913 -"17510",3420,323,1,497,1706 -"17511",3420,1314,3,497,1522 -"17512",3420,1519,3,497,2349 -"17513",3420,4957,2,497,644 -"17514",3420,8789,3,497,2024 -"17515",3420,10222,3,497,2212 -"17516",3420,10870,2,497,1755 -"17517",3420,11651,2,497,526 -"17518",3420,12031,3,497,1957 -"17519",3420,16384,3,497,1320 -"17520",3420,17257,3,497,1117 -"17521",3420,17812,3,497,2705 -"17522",3420,19605,3,497,2395 -"17523",3420,20941,3,497,2725 -"17524",3420,23430,2,497,904 -"17525",3420,27379,2,497,2461 -"17526",3420,27686,3,497,2844 -"17527",3420,29930,3,497,2240 -"17528",3420,31700,3,497,2727 -"17529",3420,35589,3,497,983 -"17530",3420,37026,2,497,1428 -"17531",3420,37937,3,497,1320 -"17532",3420,38691,3,497,2585 -"17533",3420,38915,3,497,746 -"17534",3420,41418,1,497,535 -"17535",3420,41953,3,497,945 -"17536",3420,47889,3,497,992 -"17537",3420,51035,3,497,2397 -"17538",3420,53091,1,497,1134 -"17539",3420,55892,3,497,1234 -"17540",3420,61245,2,497,955 -"17541",3420,61548,2,497,852 -"17542",3420,65177,3,497,1727 -"17543",3420,70433,3,497,2639 -"17544",3420,70854,3,497,635 -"17545",3420,75312,3,497,522 -"17546",3420,86580,3,497,696 -"17547",3420,89880,3,497,1938 -"17548",3420,96708,2,497,594 -"17549",3420,99288,2,497,983 -"17550",3430,52024,2,2498,2500 -"17551",3453,841,3,2126,2964 -"17552",3453,2684,3,2126,2874 -"17553",3453,3409,1,2126,2167 -"17554",3453,4313,3,2126,2368 -"17555",3453,4681,3,2126,2356 -"17556",3453,13324,3,2126,2163 -"17557",3453,19380,2,2126,2637 -"17558",3453,23460,2,2126,2183 -"17559",3453,24753,2,2126,2860 -"17560",3453,34216,3,2126,2832 -"17561",3453,35958,3,2126,2383 -"17562",3453,41664,3,2126,2641 -"17563",3453,42023,3,2126,2231 -"17564",3453,47840,3,2126,2509 -"17565",3453,63907,3,2126,2377 -"17566",3456,160,2,1999,2007 -"17567",3456,341,3,1999,2689 -"17568",3456,841,3,1999,2964 -"17569",3456,3477,3,1999,2546 -"17570",3456,3978,3,1999,2775 -"17571",3456,6063,3,1999,2349 -"17572",3456,7997,3,1999,2049 -"17573",3456,12081,3,1999,2166 -"17574",3456,17351,3,1999,2036 -"17575",3456,21670,3,1999,2158 -"17576",3456,27908,3,1999,2576 -"17577",3456,32202,3,1999,2314 -"17578",3456,33223,3,1999,2397 -"17579",3456,38259,3,1999,2258 -"17580",3456,41023,3,1999,2408 -"17581",3456,41945,3,1999,2856 -"17582",3456,43961,3,1999,2443 -"17583",3456,44564,2,1999,2034 -"17584",3456,45138,2,1999,2516 -"17585",3456,46532,3,1999,2005 -"17586",3456,55817,2,1999,2285 -"17587",3456,58559,3,1999,2242 -"17588",3456,64967,2,1999,2872 -"17589",3456,65322,3,1999,2008 -"17590",3460,3896,2,2530,2693 -"17591",3460,4751,3,2530,2696 -"17592",3460,16866,3,2530,2718 -"17593",3460,18865,3,2530,2676 -"17594",3460,36646,2,2530,2744 -"17595",3460,42196,3,2530,2765 -"17596",3460,47877,3,2530,2970 -"17597",3460,51055,2,2530,2558 -"17598",3460,64436,3,2530,2687 -"17599",3460,64469,3,2530,2707 -"17600",3477,841,3,2546,2964 -"17601",3477,1222,3,2546,2598 -"17602",3477,1822,2,2546,2888 -"17603",3477,3620,3,2546,2955 -"17604",3477,4361,3,2546,2571 -"17605",3477,4612,3,2546,2804 -"17606",3477,6248,3,2546,2737 -"17607",3477,6262,3,2546,2733 -"17608",3477,6989,3,2546,2623 -"17609",3477,8762,3,2546,2585 -"17610",3477,9175,3,2546,2639 -"17611",3477,9272,3,2546,2835 -"17612",3477,9787,3,2546,2858 -"17613",3477,11246,3,2546,2741 -"17614",3477,13899,2,2546,2650 -"17615",3477,14353,3,2546,2878 -"17616",3477,16205,3,2546,2630 -"17617",3477,17027,3,2546,2772 -"17618",3477,17037,3,2546,2947 -"17619",3477,18361,3,2546,2968 -"17620",3477,18943,3,2546,2861 -"17621",3477,19934,2,2546,2888 -"17622",3477,21275,3,2546,2609 -"17623",3477,22331,3,2546,2687 -"17624",3477,23206,3,2546,2805 -"17625",3477,28893,2,2546,2764 -"17626",3477,30052,3,2546,2855 -"17627",3477,30668,3,2546,2882 -"17628",3477,32395,2,2546,2735 -"17629",3477,34491,3,2546,2694 -"17630",3477,36953,3,2546,2790 -"17631",3477,38307,3,2546,2648 -"17632",3477,40572,3,2546,2666 -"17633",3477,41945,3,2546,2856 -"17634",3477,42216,3,2546,2722 -"17635",3477,43455,3,2546,2846 -"17636",3477,47844,3,2546,2906 -"17637",3477,52041,3,2546,2694 -"17638",3477,57765,3,2546,2893 -"17639",3477,58218,3,2546,2627 -"17640",3477,58536,3,2546,2742 -"17641",3477,59289,3,2546,2896 -"17642",3477,60661,3,2546,2700 -"17643",3477,63077,3,2546,2778 -"17644",3477,66205,3,2546,2898 -"17645",3477,69335,3,2546,2698 -"17646",3477,75282,3,2546,2675 -"17647",3477,88212,3,2546,2547 -"17648",3484,386,2,1515,1553 -"17649",3484,1787,3,1515,1707 -"17650",3484,6234,3,1515,2654 -"17651",3484,6235,3,1515,1585 -"17652",3484,6800,3,1515,2053 -"17653",3484,11868,3,1515,1639 -"17654",3484,15239,2,1515,1958 -"17655",3484,20011,3,1515,2826 -"17656",3484,29775,3,1515,2064 -"17657",3484,41521,3,1515,2069 -"17658",3484,42136,3,1515,2551 -"17659",3484,86697,3,1515,1985 -"17660",3488,1616,3,2351,2662 -"17661",3488,2484,3,2351,2389 -"17662",3488,3695,3,2351,2612 -"17663",3488,5462,3,2351,2374 -"17664",3488,5504,3,2351,2389 -"17665",3488,5725,3,2351,2789 -"17666",3488,7323,3,2351,2858 -"17667",3488,7394,3,2351,2615 -"17668",3488,18151,3,2351,2962 -"17669",3488,28285,3,2351,2972 -"17670",3488,29481,3,2351,2452 -"17671",3488,32761,3,2351,2680 -"17672",3488,36559,2,2351,2473 -"17673",3488,37570,3,2351,2389 -"17674",3488,44235,2,2351,2700 -"17675",3488,47947,2,2351,2681 -"17676",3488,51626,3,2351,2494 -"17677",3488,61458,2,2351,2630 -"17678",3488,71702,3,2351,2353 -"17679",3488,85430,3,2351,2370 -"17680",3492,854,3,2117,2307 -"17681",3492,3495,1,2117,2431 -"17682",3492,6192,3,2117,2409 -"17683",3492,15444,2,2117,2764 -"17684",3492,20162,3,2117,2328 -"17685",3492,20331,3,2117,2365 -"17686",3492,21248,2,2117,2232 -"17687",3492,30236,3,2117,2238 -"17688",3492,37301,3,2117,2160 -"17689",3492,38732,3,2117,2263 -"17690",3492,50480,3,2117,2701 -"17691",3492,77155,3,2117,2946 -"17692",3493,270,3,2451,2542 -"17693",3493,2936,3,2451,2512 -"17694",3493,3770,3,2451,2623 -"17695",3493,3978,3,2451,2775 -"17696",3493,4612,3,2451,2804 -"17697",3493,5683,3,2451,2468 -"17698",3493,6989,3,2451,2623 -"17699",3493,7234,3,2451,2654 -"17700",3493,8568,3,2451,2706 -"17701",3493,9311,3,2451,2477 -"17702",3493,9503,3,2451,2453 -"17703",3493,9785,2,2451,2951 -"17704",3493,9787,3,2451,2858 -"17705",3493,11648,3,2451,2852 -"17706",3493,12361,2,2451,2732 -"17707",3493,14915,3,2451,2606 -"17708",3493,15826,3,2451,2772 -"17709",3493,17033,3,2451,2771 -"17710",3493,18421,3,2451,2457 -"17711",3493,19655,2,2451,2706 -"17712",3493,20941,3,2451,2725 -"17713",3493,20984,3,2451,2502 -"17714",3493,23471,3,2451,2488 -"17715",3493,26182,3,2451,2775 -"17716",3493,27686,3,2451,2844 -"17717",3493,29473,3,2451,2602 -"17718",3493,31436,3,2451,2892 -"17719",3493,33433,3,2451,2805 -"17720",3493,34216,3,2451,2832 -"17721",3493,36278,3,2451,2952 -"17722",3493,36829,3,2451,2722 -"17723",3493,36912,3,2451,2469 -"17724",3493,43673,3,2451,2787 -"17725",3493,45729,3,2451,2606 -"17726",3493,46982,2,2451,2806 -"17727",3493,50630,3,2451,2615 -"17728",3493,51144,1,2451,2466 -"17729",3493,57180,3,2451,2703 -"17730",3493,64947,2,2451,2489 -"17731",3493,70583,2,2451,2615 -"17732",3493,71531,3,2451,2887 -"17733",3493,74636,3,2451,2525 -"17734",3493,88232,3,2451,2881 -"17735",3495,997,3,2431,2788 -"17736",3495,3477,3,2431,2546 -"17737",3495,7984,3,2431,2493 -"17738",3495,13899,3,2431,2650 -"17739",3495,15444,2,2431,2764 -"17740",3495,29454,3,2431,2719 -"17741",3495,30747,3,2431,2455 -"17742",3495,36087,3,2431,2755 -"17743",3495,50480,3,2431,2701 -"17744",3495,50667,3,2431,2719 -"17745",3495,65572,3,2431,2750 -"17746",3495,66530,3,2431,2811 -"17747",3495,77155,2,2431,2946 -"17748",3506,55,1,2364,2524 -"17749",3506,4403,1,2364,2416 -"17750",3506,6621,1,2364,2478 -"17751",3506,16866,3,2364,2718 -"17752",3506,17925,2,2364,2385 -"17753",3506,20695,3,2364,2526 -"17754",3506,26740,3,2364,2695 -"17755",3506,31705,3,2364,2706 -"17756",3506,32724,3,2364,2581 -"17757",3506,37801,3,2364,2578 -"17758",3506,44312,3,2364,2741 -"17759",3506,48931,2,2364,2444 -"17760",3506,57205,2,2364,2948 -"17761",3506,68215,3,2364,2727 -"17762",3520,3786,2,2281,2282 -"17763",3520,5606,1,2281,2875 -"17764",3520,6248,3,2281,2737 -"17765",3520,6390,3,2281,2385 -"17766",3520,33363,2,2281,2475 -"17767",3520,36487,3,2281,2622 -"17768",3520,37868,2,2281,2876 -"17769",3520,41051,3,2281,2767 -"17770",3520,42256,3,2281,2839 -"17771",3520,43524,3,2281,2572 -"17772",3520,45299,2,2281,2426 -"17773",3520,47330,3,2281,2422 -"17774",3520,47625,3,2281,2562 -"17775",3520,49147,3,2281,2539 -"17776",3520,49334,2,2281,2433 -"17777",3520,55436,3,2281,2513 -"17778",3520,56673,3,2281,2419 -"17779",3520,59470,3,2281,2393 -"17780",3520,61513,3,2281,2948 -"17781",3520,62219,3,2281,2494 -"17782",3520,65223,3,2281,2724 -"17783",3520,80050,3,2281,2698 -"17784",3520,100586,3,2281,2966 -"17785",3520,121784,3,2281,2446 -"17786",3542,7499,3,450,1803 -"17787",3542,7787,3,450,2314 -"17788",3542,10250,2,450,1606 -"17789",3542,17480,3,450,2316 -"17790",3542,18645,3,450,793 -"17791",3542,18821,3,450,2075 -"17792",3542,20709,3,450,1757 -"17793",3542,52950,3,450,2716 -"17794",3542,56316,2,450,1435 -"17795",3542,78477,3,450,1613 -"17796",3542,79337,2,450,875 -"17797",3557,1023,3,1259,2515 -"17798",3557,1063,3,1259,2515 -"17799",3557,6820,3,1259,1318 -"17800",3557,7254,3,1259,1849 -"17801",3557,13150,3,1259,1570 -"17802",3557,15146,3,1259,1546 -"17803",3557,16643,3,1259,1824 -"17804",3557,19137,2,1259,1437 -"17805",3557,20088,3,1259,1677 -"17806",3557,22905,3,1259,2599 -"17807",3557,23639,3,1259,2065 -"17808",3557,23731,3,1259,1656 -"17809",3557,24116,2,1259,1413 -"17810",3557,25886,3,1259,1580 -"17811",3557,26513,3,1259,2205 -"17812",3557,31170,3,1259,1776 -"17813",3557,39211,3,1259,1908 -"17814",3557,43524,3,1259,2572 -"17815",3557,49621,3,1259,1915 -"17816",3557,49958,2,1259,1860 -"17817",3557,56212,3,1259,1410 -"17818",3557,62713,3,1259,2593 -"17819",3557,77183,2,1259,1317 -"17820",3557,78262,1,1259,1326 -"17821",3557,82917,3,1259,2371 -"17822",3559,1369,2,2413,2487 -"17823",3559,35844,3,2413,2961 -"17824",3559,110871,2,2413,2879 -"17825",3564,25741,3,2717,2853 -"17826",3564,35715,1,2717,2912 -"17827",3564,47968,3,2717,2829 -"17828",3578,1034,3,624,1438 -"17829",3578,1641,3,624,1490 -"17830",3578,2063,3,624,1278 -"17831",3578,3324,3,624,1198 -"17832",3578,6192,3,624,2409 -"17833",3578,7616,3,624,2296 -"17834",3578,8238,3,624,2222 -"17835",3578,8274,3,624,1909 -"17836",3578,9423,3,624,1708 -"17837",3578,12473,3,624,801 -"17838",3578,13150,3,624,1570 -"17839",3578,14096,3,624,1861 -"17840",3578,14918,2,624,2071 -"17841",3578,17351,3,624,2036 -"17842",3578,19208,3,624,2629 -"17843",3578,19605,3,624,2395 -"17844",3578,20419,1,624,1587 -"17845",3578,21079,3,624,1997 -"17846",3578,25490,2,624,639 -"17847",3578,27642,3,624,1531 -"17848",3578,31890,3,624,1487 -"17849",3578,34120,3,624,2786 -"17850",3578,41764,3,624,2409 -"17851",3578,42280,3,624,2266 -"17852",3578,46042,3,624,1692 -"17853",3578,46680,3,624,1690 -"17854",3578,47564,3,624,2650 -"17855",3578,49470,3,624,1528 -"17856",3578,50254,3,624,1151 -"17857",3578,50480,2,624,2701 -"17858",3578,51610,3,624,2635 -"17859",3578,79364,3,624,834 -"17860",3578,91142,3,624,2527 -"17861",3578,101446,3,624,920 -"17862",3583,14,3,818,1793 -"17863",3583,360,1,818,1671 -"17864",3583,1782,3,818,2796 -"17865",3583,12199,3,818,1651 -"17866",3583,12432,3,818,1816 -"17867",3583,15005,3,818,1415 -"17868",3583,16587,2,818,2065 -"17869",3583,16863,3,818,2069 -"17870",3583,18394,3,818,2356 -"17871",3583,18554,3,818,2065 -"17872",3583,18615,3,818,1025 -"17873",3583,22050,2,818,966 -"17874",3583,22260,2,818,2137 -"17875",3583,24066,2,818,1755 -"17876",3583,26366,3,818,1688 -"17877",3583,26766,3,818,1161 -"17878",3583,27260,2,818,878 -"17879",3583,28190,3,818,1634 -"17880",3583,32064,3,818,1739 -"17881",3583,37758,2,818,1998 -"17882",3583,37873,3,818,1288 -"17883",3583,39880,3,818,1620 -"17884",3583,41174,3,818,850 -"17885",3583,42486,3,818,1951 -"17886",3583,43135,1,818,1171 -"17887",3583,44068,2,818,1056 -"17888",3583,46883,3,818,1671 -"17889",3583,51810,3,818,1401 -"17890",3583,53134,3,818,1590 -"17891",3583,75028,3,818,1660 -"17892",3583,75948,3,818,1006 -"17893",3583,76284,3,818,1237 -"17894",3583,77424,3,818,1489 -"17895",3583,81221,3,818,2285 -"17896",3583,85736,3,818,1601 -"17897",3583,93933,2,818,1336 -"17898",3628,2684,3,2707,2874 -"17899",3628,5725,3,2707,2789 -"17900",3628,11351,1,2707,2971 -"17901",3628,14959,2,2707,2898 -"17902",3628,21955,2,2707,2832 -"17903",3628,22326,3,2707,2818 -"17904",3628,28285,3,2707,2972 -"17905",3628,29314,3,2707,2736 -"17906",3628,44427,3,2707,2875 -"17907",3647,4889,3,1325,1501 -"17908",3647,13699,3,1325,1355 -"17909",3647,14972,3,1325,2332 -"17910",3647,31623,1,1325,1712 -"17911",3647,35518,3,1325,1721 -"17912",3647,43518,3,1325,2680 -"17913",3647,57977,3,1325,2683 -"17914",3663,5897,3,1232,2337 -"17915",3663,11990,3,1232,1909 -"17916",3663,27742,3,1232,2700 -"17917",3663,27914,3,1232,2507 -"17918",3663,31753,3,1232,1514 -"17919",3663,40264,3,1232,1418 -"17920",3663,54775,3,1232,2383 -"17921",3663,66693,3,1232,2554 -"17922",3663,115618,3,1232,2314 -"17923",3669,18808,3,2524,2854 -"17924",3669,23302,3,2524,2677 -"17925",3669,24610,3,2524,2733 -"17926",3669,38309,3,2524,2644 -"17927",3669,55405,3,2524,2788 -"17928",3670,1315,3,885,2760 -"17929",3670,3460,3,885,2530 -"17930",3670,14422,3,885,1548 -"17931",3670,15453,2,885,1688 -"17932",3670,19204,3,885,1753 -"17933",3670,29454,3,885,2719 -"17934",3670,36651,3,885,1600 -"17935",3670,41764,3,885,2409 -"17936",3670,42642,3,885,2257 -"17937",3670,79612,3,885,927 -"17938",3670,85444,1,885,944 -"17939",3678,1570,3,1325,2028 -"17940",3678,1787,3,1325,1707 -"17941",3678,2370,3,1325,1600 -"17942",3678,3484,3,1325,1515 -"17943",3678,5937,3,1325,2392 -"17944",3678,6234,3,1325,2654 -"17945",3678,6235,2,1325,1585 -"17946",3678,6800,3,1325,2053 -"17947",3678,7648,3,1325,1861 -"17948",3678,9273,3,1325,1747 -"17949",3678,10435,3,1325,1984 -"17950",3678,10755,2,1325,1742 -"17951",3678,10756,3,1325,2207 -"17952",3678,14061,3,1325,1620 -"17953",3678,14861,3,1325,2269 -"17954",3678,15239,2,1325,1958 -"17955",3678,15558,3,1325,2389 -"17956",3678,16477,2,1325,2069 -"17957",3678,17768,2,1325,2468 -"17958",3678,19972,3,1325,2078 -"17959",3678,20011,3,1325,2826 -"17960",3678,23728,3,1325,2601 -"17961",3678,23771,3,1325,1614 -"17962",3678,25053,3,1325,2186 -"17963",3678,30194,2,1325,2874 -"17964",3678,33460,3,1325,2781 -"17965",3678,34576,3,1325,1727 -"17966",3678,36996,3,1325,2321 -"17967",3678,41521,3,1325,2069 -"17968",3678,44730,3,1325,2468 -"17969",3678,49415,3,1325,2654 -"17970",3678,49805,3,1325,2445 -"17971",3678,52953,2,1325,1741 -"17972",3678,55997,3,1325,1414 -"17973",3678,59289,3,1325,2896 -"17974",3678,76997,2,1325,2223 -"17975",3678,79913,3,1325,1514 -"17976",3678,84322,3,1325,1635 -"17977",3678,85062,1,1325,1379 -"17978",3678,90429,3,1325,1684 -"17979",3678,93459,3,1325,1354 -"17980",3678,96700,3,1325,1602 -"17981",3678,104281,3,1325,2228 -"17982",3678,106330,3,1325,2559 -"17983",3694,18666,3,870,1230 -"17984",3694,35136,3,870,2296 -"17985",3694,63578,3,870,2107 -"17986",3694,83862,3,870,2026 -"17987",3695,1262,3,2612,2973 -"17988",3695,7394,2,2612,2615 -"17989",3695,12035,3,2612,2721 -"17990",3695,17826,3,2612,2920 -"17991",3695,18151,2,2612,2962 -"17992",3695,18366,3,2612,2699 -"17993",3695,19528,3,2612,2742 -"17994",3695,19872,3,2612,2913 -"17995",3695,20423,3,2612,2654 -"17996",3695,21795,2,2612,2653 -"17997",3695,26865,3,2612,2726 -"17998",3695,34327,2,2612,2959 -"17999",3695,47947,3,2612,2681 -"18000",3695,49461,3,2612,2793 -"18001",3695,49998,3,2612,2761 -"18002",3711,55256,3,2360,2379 -"18003",3714,12035,3,2605,2721 -"18004",3714,55691,3,2605,2856 -"18005",3714,68215,3,2605,2727 -"18006",3716,998,3,1679,1795 -"18007",3716,2424,3,1679,2582 -"18008",3716,5041,3,1679,2371 -"18009",3716,6047,3,1679,2004 -"18010",3716,7508,3,1679,2396 -"18011",3716,9364,3,1679,1698 -"18012",3716,10148,3,1679,2964 -"18013",3716,10513,3,1679,2284 -"18014",3716,16332,3,1679,2668 -"18015",3716,19235,3,1679,1966 -"18016",3716,19719,3,1679,2177 -"18017",3716,20070,3,1679,1914 -"18018",3716,20124,3,1679,2376 -"18019",3716,20355,3,1679,2111 -"18020",3716,21138,2,1679,2849 -"18021",3716,21693,3,1679,2176 -"18022",3716,22141,3,1679,2348 -"18023",3716,22326,3,1679,2818 -"18024",3716,22362,3,1679,1836 -"18025",3716,23869,3,1679,1918 -"18026",3716,25298,3,1679,2443 -"18027",3716,26749,3,1679,2965 -"18028",3716,30981,1,1679,2366 -"18029",3716,32939,3,1679,2277 -"18030",3716,33433,3,1679,2805 -"18031",3716,35514,3,1679,2346 -"18032",3716,38019,3,1679,1870 -"18033",3716,43112,1,1679,2564 -"18034",3716,46803,3,1679,2305 -"18035",3716,47248,3,1679,2883 -"18036",3716,50269,3,1679,1966 -"18037",3716,51017,2,1679,2073 -"18038",3716,51035,3,1679,2397 -"18039",3716,52576,3,1679,2234 -"18040",3716,56317,3,1679,2030 -"18041",3716,57804,3,1679,2214 -"18042",3716,57842,3,1679,2482 -"18043",3716,58508,3,1679,2326 -"18044",3716,82949,3,1679,2077 -"18045",3716,84022,3,1679,2289 -"18046",3740,2743,3,119,1278 -"18047",3740,11063,1,119,1967 -"18048",3740,11471,1,119,839 -"18049",3740,20783,3,119,2414 -"18050",3748,380,3,2052,2261 -"18051",3748,913,3,2052,2144 -"18052",3748,1102,3,2052,2282 -"18053",3748,10513,2,2052,2284 -"18054",3748,20124,2,2052,2376 -"18055",3748,22141,2,2052,2348 -"18056",3748,31235,3,2052,2668 -"18057",3748,34836,3,2052,2302 -"18058",3748,38780,3,2052,2705 -"18059",3748,43173,3,2052,2895 -"18060",3748,51017,3,2052,2073 -"18061",3748,53323,3,2052,2677 -"18062",3748,80825,3,2052,2315 -"18063",3748,84022,3,2052,2289 -"18064",3751,489,2,1358,2652 -"18065",3751,1196,3,1358,1986 -"18066",3751,2224,3,1358,2751 -"18067",3751,2289,3,1358,2389 -"18068",3751,3306,3,1358,1989 -"18069",3751,8821,2,1358,2230 -"18070",3751,10716,3,1358,1692 -"18071",3751,20124,3,1358,2376 -"18072",3751,20162,3,1358,2328 -"18073",3751,21754,3,1358,1881 -"18074",3751,35187,2,1358,2488 -"18075",3751,50667,3,1358,2719 -"18076",3751,53846,2,1358,2737 -"18077",3751,108107,3,1358,1704 -"18078",3753,206,2,1255,1986 -"18079",3753,279,3,1255,1989 -"18080",3753,307,2,1255,2530 -"18081",3753,312,3,1255,2038 -"18082",3753,600,3,1255,1702 -"18083",3753,913,3,1255,2144 -"18084",3753,1036,1,1255,1367 -"18085",3753,1092,1,1255,1945 -"18086",3753,1691,3,1255,1941 -"18087",3753,1777,3,1255,1965 -"18088",3753,2684,3,1255,2874 -"18089",3753,2864,2,1255,1543 -"18090",3753,3886,3,1255,1669 -"18091",3753,3961,3,1255,2426 -"18092",3753,3966,3,1255,2425 -"18093",3753,4360,3,1255,1770 -"18094",3753,4690,3,1255,1938 -"18095",3753,4763,3,1255,1960 -"18096",3753,5078,3,1255,2033 -"18097",3753,5239,2,1255,2875 -"18098",3753,5429,2,1255,1991 -"18099",3753,5449,3,1255,1723 -"18100",3753,5457,3,1255,2077 -"18101",3753,5462,3,1255,2374 -"18102",3753,5504,3,1255,2389 -"18103",3753,6914,3,1255,2668 -"18104",3753,7013,2,1255,2040 -"18105",3753,7196,3,1255,1508 -"18106",3753,7555,3,1255,1943 -"18107",3753,7992,3,1255,2033 -"18108",3753,9893,2,1255,2701 -"18109",3753,10358,3,1255,2294 -"18110",3753,10874,3,1255,1891 -"18111",3753,11055,2,1255,2111 -"18112",3753,11620,3,1255,2010 -"18113",3753,12602,3,1255,1956 -"18114",3753,12713,3,1255,2440 -"18115",3753,13967,3,1255,1354 -"18116",3753,14652,3,1255,2516 -"18117",3753,15184,3,1255,2396 -"18118",3753,15401,3,1255,1999 -"18119",3753,15433,3,1255,2038 -"18120",3753,15716,2,1255,1991 -"18121",3753,16587,3,1255,2065 -"18122",3753,16625,3,1255,1285 -"18123",3753,17061,3,1255,2385 -"18124",3753,17698,3,1255,1559 -"18125",3753,18244,3,1255,1622 -"18126",3753,18554,3,1255,2065 -"18127",3753,19027,2,1255,2721 -"18128",3753,19248,3,1255,2357 -"18129",3753,19606,3,1255,2783 -"18130",3753,19744,3,1255,2623 -"18131",3753,20067,2,1255,2390 -"18132",3753,20311,3,1255,1981 -"18133",3753,20659,3,1255,1969 -"18134",3753,20700,3,1255,2861 -"18135",3753,21225,2,1255,1945 -"18136",3753,21406,2,1255,2714 -"18137",3753,21706,1,1255,1988 -"18138",3753,22566,3,1255,2308 -"18139",3753,22586,2,1255,1341 -"18140",3753,23132,3,1255,2756 -"18141",3753,23869,3,1255,1918 -"18142",3753,24568,3,1255,1937 -"18143",3753,25198,3,1255,1982 -"18144",3753,25325,3,1255,2963 -"18145",3753,25486,3,1255,2582 -"18146",3753,26408,3,1255,1545 -"18147",3753,26793,3,1255,2104 -"18148",3753,27030,3,1255,2031 -"18149",3753,27195,3,1255,2158 -"18150",3753,27275,3,1255,2656 -"18151",3753,27501,3,1255,1981 -"18152",3753,27849,3,1255,1316 -"18153",3753,27860,3,1255,1588 -"18154",3753,29512,3,1255,1594 -"18155",3753,29917,3,1255,1962 -"18156",3753,29930,3,1255,2240 -"18157",3753,30883,3,1255,1629 -"18158",3753,31799,3,1255,2547 -"18159",3753,32988,3,1255,2008 -"18160",3753,33622,3,1255,2230 -"18161",3753,33801,2,1255,2899 -"18162",3753,34907,2,1255,1945 -"18163",3753,35045,3,1255,1646 -"18164",3753,35481,2,1255,2211 -"18165",3753,35529,3,1255,1620 -"18166",3753,36609,3,1255,2918 -"18167",3753,39534,3,1255,2410 -"18168",3753,40129,3,1255,2162 -"18169",3753,40645,3,1255,1899 -"18170",3753,41739,3,1255,1339 -"18171",3753,42505,3,1255,2008 -"18172",3753,42574,1,1255,2842 -"18173",3753,43902,3,1255,1726 -"18174",3753,44763,3,1255,1324 -"18175",3753,44773,3,1255,1355 -"18176",3753,44819,3,1255,2063 -"18177",3753,45608,3,1255,2420 -"18178",3753,45618,3,1255,2356 -"18179",3753,45650,3,1255,1528 -"18180",3753,46831,2,1255,1915 -"18181",3753,47055,2,1255,1525 -"18182",3753,49334,3,1255,2433 -"18183",3753,50248,3,1255,2781 -"18184",3753,51017,3,1255,2073 -"18185",3753,51035,3,1255,2397 -"18186",3753,53475,2,1255,2853 -"18187",3753,53519,2,1255,2781 -"18188",3753,54250,3,1255,2340 -"18189",3753,54676,2,1255,1342 -"18190",3753,54695,1,1255,2429 -"18191",3753,55468,3,1255,2511 -"18192",3753,57977,3,1255,2683 -"18193",3753,58427,1,1255,2234 -"18194",3753,62488,3,1255,1418 -"18195",3753,65029,3,1255,2954 -"18196",3753,65322,3,1255,2008 -"18197",3753,66756,3,1255,1301 -"18198",3753,67150,2,1255,2633 -"18199",3753,69091,3,1255,1267 -"18200",3753,71808,3,1255,2349 -"18201",3753,77424,3,1255,1489 -"18202",3753,78436,3,1255,1615 -"18203",3753,79657,3,1255,1260 -"18204",3753,82893,3,1255,1275 -"18205",3753,88966,3,1255,1568 -"18206",3753,102186,3,1255,2937 -"18207",3753,105685,3,1255,2469 -"18208",3765,33433,3,2775,2805 -"18209",3765,64699,3,2775,2797 -"18210",3770,10766,2,2623,2647 -"18211",3770,37059,3,2623,2840 -"18212",3770,59039,3,2623,2870 -"18213",3770,61240,3,2623,2651 -"18214",3770,92297,3,2623,2952 -"18215",3776,6248,3,2322,2737 -"18216",3776,43929,3,2322,2749 -"18217",3776,48605,3,2322,2796 -"18218",3776,49147,3,2322,2539 -"18219",3776,116792,3,2322,2397 -"18220",3777,1702,3,1798,1984 -"18221",3777,3966,3,1798,2425 -"18222",3777,6044,3,1798,2744 -"18223",3777,10513,3,1798,2284 -"18224",3777,12518,3,1798,2747 -"18225",3777,17943,3,1798,1943 -"18226",3777,20070,2,1798,1914 -"18227",3777,21138,3,1798,2849 -"18228",3777,22639,3,1798,2352 -"18229",3777,26080,3,1798,2525 -"18230",3777,28826,2,1798,2627 -"18231",3777,30334,3,1798,2075 -"18232",3777,30525,3,1798,1964 -"18233",3777,34509,3,1798,1973 -"18234",3777,37636,3,1798,2178 -"18235",3777,40392,3,1798,1878 -"18236",3777,41972,3,1798,2509 -"18237",3777,45886,2,1798,2449 -"18238",3777,47248,2,1798,2883 -"18239",3777,47715,3,1798,2111 -"18240",3777,51017,2,1798,2073 -"18241",3777,51035,3,1798,2397 -"18242",3777,51783,3,1798,2599 -"18243",3777,64181,3,1798,1828 -"18244",3786,3100,2,2282,2524 -"18245",3786,5606,3,2282,2875 -"18246",3786,6071,3,2282,2310 -"18247",3786,7942,3,2282,2623 -"18248",3786,11135,2,2282,2441 -"18249",3786,15502,3,2282,2637 -"18250",3786,23364,3,2282,2306 -"18251",3786,28567,3,2282,2398 -"18252",3786,33363,2,2282,2475 -"18253",3786,41051,2,2282,2767 -"18254",3786,42628,3,2282,2486 -"18255",3786,45299,3,2282,2426 -"18256",3786,47130,3,2282,2654 -"18257",3786,47330,3,2282,2422 -"18258",3786,49334,3,2282,2433 -"18259",3786,50635,3,2282,2962 -"18260",3786,51774,3,2282,2459 -"18261",3786,56673,3,2282,2419 -"18262",3786,61513,3,2282,2948 -"18263",3786,65223,3,2282,2724 -"18264",3786,69590,3,2282,2441 -"18265",3786,80050,3,2282,2698 -"18266",3786,116792,3,2282,2397 -"18267",3801,134,3,1974,2062 -"18268",3801,145,3,1974,1998 -"18269",3801,270,3,1974,2542 -"18270",3801,312,3,1974,2038 -"18271",3801,380,1,1974,2261 -"18272",3801,913,3,1974,2144 -"18273",3801,1102,1,1974,2282 -"18274",3801,1592,3,1974,2006 -"18275",3801,2484,3,1974,2389 -"18276",3801,2572,1,1974,2273 -"18277",3801,2704,3,1974,2609 -"18278",3801,2954,3,1974,2727 -"18279",3801,3163,2,1974,2020 -"18280",3801,3748,3,1974,2052 -"18281",3801,4687,3,1974,2152 -"18282",3801,5235,2,1974,2324 -"18283",3801,5429,3,1974,1991 -"18284",3801,5580,3,1974,2111 -"18285",3801,6047,3,1974,2004 -"18286",3801,6052,2,1974,1985 -"18287",3801,6055,3,1974,2651 -"18288",3801,6074,2,1974,2426 -"18289",3801,6491,3,1974,2424 -"18290",3801,6588,3,1974,2025 -"18291",3801,7241,3,1974,2259 -"18292",3801,7703,3,1974,2122 -"18293",3801,8762,3,1974,2585 -"18294",3801,9362,3,1974,2879 -"18295",3801,9654,3,1974,2111 -"18296",3801,9723,3,1974,2302 -"18297",3801,10513,1,1974,2284 -"18298",3801,10857,3,1974,2253 -"18299",3801,11218,3,1974,2292 -"18300",3801,11440,2,1974,2026 -"18301",3801,12528,3,1974,2589 -"18302",3801,12728,2,1974,2374 -"18303",3801,12982,3,1974,2143 -"18304",3801,13307,3,1974,2206 -"18305",3801,14652,3,1974,2516 -"18306",3801,14655,2,1974,2559 -"18307",3801,14834,2,1974,2739 -"18308",3801,15381,3,1974,2289 -"18309",3801,16535,3,1974,1993 -"18310",3801,17999,3,1974,2758 -"18311",3801,18394,3,1974,2356 -"18312",3801,19248,2,1974,2357 -"18313",3801,19719,3,1974,2177 -"18314",3801,19862,3,1974,2412 -"18315",3801,20124,3,1974,2376 -"18316",3801,21138,3,1974,2849 -"18317",3801,21682,2,1974,2414 -"18318",3801,21929,2,1974,2062 -"18319",3801,23509,3,1974,2275 -"18320",3801,23526,3,1974,1998 -"18321",3801,24060,3,1974,2349 -"18322",3801,24721,3,1974,2326 -"18323",3801,25198,3,1974,1982 -"18324",3801,26067,3,1974,2069 -"18325",3801,26749,3,1974,2965 -"18326",3801,27694,3,1974,2030 -"18327",3801,28626,3,1974,2842 -"18328",3801,30827,3,1974,2323 -"18329",3801,31235,3,1974,2668 -"18330",3801,33430,2,1974,2225 -"18331",3801,33475,3,1974,2367 -"18332",3801,33981,3,1974,1993 -"18333",3801,35815,3,1974,2789 -"18334",3801,38780,3,1974,2705 -"18335",3801,40493,3,1974,1981 -"18336",3801,42129,3,1974,2318 -"18337",3801,42216,2,1974,2722 -"18338",3801,45302,2,1974,2390 -"18339",3801,46950,3,1974,2673 -"18340",3801,47248,3,1974,2883 -"18341",3801,47772,3,1974,2293 -"18342",3801,48035,3,1974,2180 -"18343",3801,48605,2,1974,2796 -"18344",3801,49110,3,1974,2938 -"18345",3801,50134,3,1974,2674 -"18346",3801,51017,2,1974,2073 -"18347",3801,51035,2,1974,2397 -"18348",3801,51866,3,1974,2411 -"18349",3801,52576,3,1974,2234 -"18350",3801,54551,3,1974,2348 -"18351",3801,58508,3,1974,2326 -"18352",3801,61982,3,1974,2725 -"18353",3801,62841,3,1974,2710 -"18354",3801,66983,3,1974,2397 -"18355",3801,66992,2,1974,2882 -"18356",3801,80825,2,1974,2315 -"18357",3819,701,3,1583,2718 -"18358",3819,902,3,1583,1887 -"18359",3819,3477,3,1583,2546 -"18360",3819,6063,2,1583,2349 -"18361",3819,6363,3,1583,2066 -"18362",3819,7847,3,1583,2424 -"18363",3819,8238,3,1583,2222 -"18364",3819,10870,3,1583,1755 -"18365",3819,11103,3,1583,2393 -"18366",3819,11160,3,1583,2952 -"18367",3819,11493,3,1583,2077 -"18368",3819,20695,3,1583,2526 -"18369",3819,22682,3,1583,2035 -"18370",3819,24256,2,1583,2393 -"18371",3819,27195,3,1583,2158 -"18372",3819,27796,3,1583,2151 -"18373",3819,29512,3,1583,1594 -"18374",3819,29930,2,1583,2240 -"18375",3819,31705,2,1583,2706 -"18376",3819,33223,3,1583,2397 -"18377",3819,38361,3,1583,1936 -"18378",3819,39535,3,1583,2428 -"18379",3819,40542,3,1583,1664 -"18380",3819,41033,3,1583,1839 -"18381",3819,54953,3,1583,2223 -"18382",3819,56364,3,1583,1626 -"18383",3819,79213,3,1583,1620 -"18384",3819,84591,3,1583,1685 -"18385",3830,313,2,1661,2271 -"18386",3830,362,3,1661,2537 -"18387",3830,377,2,1661,2389 -"18388",3830,499,2,1661,1931 -"18389",3830,543,2,1661,2203 -"18390",3830,613,3,1661,2687 -"18391",3830,1151,2,1661,2885 -"18392",3830,1275,3,1661,2068 -"18393",3830,1495,2,1661,2046 -"18394",3830,1616,1,1661,2662 -"18395",3830,1777,1,1661,1965 -"18396",3830,2036,2,1661,2483 -"18397",3830,2057,3,1661,1965 -"18398",3830,2224,3,1661,2751 -"18399",3830,2484,2,1661,2389 -"18400",3830,2766,3,1661,1920 -"18401",3830,3088,2,1661,1670 -"18402",3830,3161,2,1661,2229 -"18403",3830,3242,3,1661,1730 -"18404",3830,3853,3,1661,2465 -"18405",3830,3878,3,1661,1890 -"18406",3830,4057,2,1661,2389 -"18407",3830,4226,3,1661,1903 -"18408",3830,4701,3,1661,2401 -"18409",3830,4763,3,1661,1960 -"18410",3830,5078,2,1661,2033 -"18411",3830,5457,1,1661,2077 -"18412",3830,5462,1,1661,2374 -"18413",3830,5491,3,1661,2048 -"18414",3830,5504,1,1661,2389 -"18415",3830,6491,3,1661,2424 -"18416",3830,7241,3,1661,2259 -"18417",3830,7323,2,1661,2858 -"18418",3830,8621,2,1661,1681 -"18419",3830,8760,2,1661,2477 -"18420",3830,9311,3,1661,2477 -"18421",3830,9332,3,1661,2734 -"18422",3830,9362,3,1661,2879 -"18423",3830,9432,3,1661,1693 -"18424",3830,10874,3,1661,1891 -"18425",3830,12374,3,1661,2260 -"18426",3830,12713,3,1661,2440 -"18427",3830,15184,3,1661,2396 -"18428",3830,15299,3,1661,2213 -"18429",3830,15539,2,1661,1929 -"18430",3830,15636,3,1661,2857 -"18431",3830,17410,3,1661,2073 -"18432",3830,17520,3,1661,2276 -"18433",3830,18151,2,1661,2962 -"18434",3830,19027,3,1661,2721 -"18435",3830,19606,2,1661,2783 -"18436",3830,20067,3,1661,2390 -"18437",3830,20311,3,1661,1981 -"18438",3830,20563,3,1661,2267 -"18439",3830,20659,2,1661,1969 -"18440",3830,20700,3,1661,2861 -"18441",3830,21122,2,1661,1701 -"18442",3830,21225,3,1661,1945 -"18443",3830,21795,3,1661,2653 -"18444",3830,22749,1,1661,1727 -"18445",3830,23508,3,1661,1907 -"18446",3830,23751,3,1661,1740 -"18447",3830,23869,3,1661,1918 -"18448",3830,25198,3,1661,1982 -"18449",3830,26106,3,1661,2015 -"18450",3830,26249,3,1661,2301 -"18451",3830,26451,3,1661,2133 -"18452",3830,26516,3,1661,2479 -"18453",3830,26608,3,1661,2329 -"18454",3830,27478,2,1661,2485 -"18455",3830,28216,2,1661,1910 -"18456",3830,29073,3,1661,2328 -"18457",3830,29258,3,1661,1932 -"18458",3830,30119,3,1661,1961 -"18459",3830,30150,3,1661,1704 -"18460",3830,31799,2,1661,2547 -"18461",3830,32339,3,1661,2430 -"18462",3830,32606,2,1661,2100 -"18463",3830,35256,2,1661,2271 -"18464",3830,37418,3,1661,2710 -"18465",3830,37570,2,1661,2389 -"18466",3830,38727,3,1661,2238 -"18467",3830,38755,3,1661,2902 -"18468",3830,38921,3,1661,1880 -"18469",3830,39444,3,1661,2695 -"18470",3830,39548,3,1661,2389 -"18471",3830,40138,3,1661,2719 -"18472",3830,40296,3,1661,1674 -"18473",3830,41278,1,1661,1873 -"18474",3830,41747,2,1661,1722 -"18475",3830,41872,3,1661,2974 -"18476",3830,42264,3,1661,1702 -"18477",3830,43518,3,1661,2680 -"18478",3830,43839,3,1661,1685 -"18479",3830,44768,3,1661,2516 -"18480",3830,46039,3,1661,1794 -"18481",3830,46680,3,1661,1690 -"18482",3830,49965,3,1661,2301 -"18483",3830,50252,3,1661,2001 -"18484",3830,50269,3,1661,1966 -"18485",3830,50372,2,1661,1834 -"18486",3830,51410,3,1661,2739 -"18487",3830,52576,3,1661,2234 -"18488",3830,53031,2,1661,2065 -"18489",3830,53851,3,1661,2305 -"18490",3830,55468,3,1661,2511 -"18491",3830,55556,2,1661,2075 -"18492",3830,55828,2,1661,2393 -"18493",3830,57077,3,1661,1885 -"18494",3830,57129,3,1661,1858 -"18495",3830,57609,3,1661,2717 -"18496",3830,57977,3,1661,2683 -"18497",3830,64967,2,1661,2872 -"18498",3830,65029,3,1661,2954 -"18499",3830,65856,3,1661,2504 -"18500",3830,68098,3,1661,2378 -"18501",3830,70046,2,1661,2624 -"18502",3830,70203,3,1661,2756 -"18503",3830,71478,2,1661,1721 -"18504",3830,72334,3,1661,2820 -"18505",3830,80429,2,1661,1927 -"18506",3830,85430,2,1661,2370 -"18507",3830,86986,3,1661,1976 -"18508",3830,91570,2,1661,2229 -"18509",3830,93615,3,1661,2386 -"18510",3830,94401,3,1661,1784 -"18511",3830,97915,3,1661,1802 -"18512",3830,108867,3,1661,2328 -"18513",3838,55828,3,2110,2393 -"18514",3838,57609,3,2110,2717 -"18515",3849,1767,3,1356,2727 -"18516",3849,2337,1,1356,1697 -"18517",3849,2563,3,1356,1686 -"18518",3849,2694,2,1356,2062 -"18519",3849,3068,3,1356,1815 -"18520",3849,4705,3,1356,1714 -"18521",3849,15734,2,1356,1616 -"18522",3849,18211,3,1356,1745 -"18523",3849,25078,2,1356,2312 -"18524",3849,36637,3,1356,2085 -"18525",3849,43404,3,1356,2649 -"18526",3849,94404,3,1356,1836 -"18527",3849,106891,3,1356,1907 -"18528",3853,362,3,2465,2537 -"18529",3853,1151,3,2465,2885 -"18530",3853,1616,2,2465,2662 -"18531",3853,2036,2,2465,2483 -"18532",3853,2446,3,2465,2606 -"18533",3853,7323,3,2465,2858 -"18534",3853,8760,3,2465,2477 -"18535",3853,19027,3,2465,2721 -"18536",3853,19606,3,2465,2783 -"18537",3853,20700,3,2465,2861 -"18538",3853,27478,3,2465,2485 -"18539",3853,31799,3,2465,2547 -"18540",3853,51853,3,2465,2520 -"18541",3853,53293,3,2465,2916 -"18542",3853,59039,3,2465,2870 -"18543",3863,600,3,856,1702 -"18544",3863,1367,3,856,2176 -"18545",3863,1691,3,856,1941 -"18546",3863,2424,3,856,2582 -"18547",3863,2709,3,856,1673 -"18548",3863,2747,3,856,2411 -"18549",3863,2798,3,856,1673 -"18550",3863,2865,2,856,2006 -"18551",3863,5258,3,856,2730 -"18552",3863,5346,2,856,1438 -"18553",3863,5580,3,856,2111 -"18554",3863,6390,3,856,2385 -"18555",3863,7245,3,856,2089 -"18556",3863,9654,3,856,2111 -"18557",3863,12610,3,856,1274 -"18558",3863,13394,3,856,1667 -"18559",3863,13671,3,856,1371 -"18560",3863,14032,3,856,2144 -"18561",3863,14108,3,856,2012 -"18562",3863,14676,1,856,2764 -"18563",3863,14731,3,856,2012 -"18564",3863,15207,2,856,1855 -"18565",3863,15453,3,856,1688 -"18566",3863,15462,3,856,1141 -"18567",3863,15756,3,856,2362 -"18568",3863,16067,3,856,2727 -"18569",3863,18348,3,856,1711 -"18570",3863,18415,3,856,2184 -"18571",3863,18543,3,856,2968 -"18572",3863,18744,3,856,1285 -"18573",3863,18836,2,856,1270 -"18574",3863,19113,3,856,1171 -"18575",3863,19332,3,856,1214 -"18576",3863,20369,3,856,1356 -"18577",3863,21929,3,856,2062 -"18578",3863,22080,3,856,2436 -"18579",3863,22566,3,856,2308 -"18580",3863,24256,3,856,2393 -"18581",3863,26793,3,856,2104 -"18582",3863,28057,3,856,1067 -"18583",3863,30262,3,856,1715 -"18584",3863,30943,3,856,2287 -"18585",3863,31001,3,856,2119 -"18586",3863,31700,3,856,2727 -"18587",3863,32939,3,856,2277 -"18588",3863,35041,2,856,1311 -"18589",3863,36862,3,856,2655 -"18590",3863,37319,3,856,1205 -"18591",3863,37937,3,856,1320 -"18592",3863,41607,3,856,2802 -"18593",3863,41739,3,856,1339 -"18594",3863,42642,3,856,2257 -"18595",3863,43428,3,856,1299 -"18596",3863,46803,3,856,2305 -"18597",3863,48215,3,856,2028 -"18598",3863,50217,3,856,1211 -"18599",3863,52327,3,856,1472 -"18600",3863,53624,3,856,952 -"18601",3863,54388,3,856,1257 -"18602",3863,55155,3,856,2333 -"18603",3863,56116,3,856,1321 -"18604",3863,56237,3,856,2625 -"18605",3863,57804,3,856,2214 -"18606",3863,57842,2,856,2482 -"18607",3863,58284,3,856,2292 -"18608",3863,63641,3,856,2337 -"18609",3863,64181,3,856,1828 -"18610",3863,65625,3,856,1273 -"18611",3863,66341,3,856,1266 -"18612",3863,66413,3,856,2507 -"18613",3863,67726,3,856,2873 -"18614",3863,69716,3,856,2632 -"18615",3863,73747,3,856,2274 -"18616",3863,74605,3,856,2265 -"18617",3863,74818,3,856,1440 -"18618",3863,78784,3,856,2824 -"18619",3863,79657,3,856,1260 -"18620",3863,82426,3,856,1576 -"18621",3863,85356,3,856,1492 -"18622",3863,89880,3,856,1938 -"18623",3863,94520,2,856,1243 -"18624",3863,95288,3,856,1602 -"18625",3863,99557,3,856,1703 -"18626",3863,101347,3,856,1335 -"18627",3863,105063,3,856,1908 -"18628",3863,106555,3,856,1626 -"18629",3877,803,3,1133,1666 -"18630",3877,1262,3,1133,2973 -"18631",3877,1321,3,1133,2075 -"18632",3877,1386,2,1133,1901 -"18633",3877,2765,3,1133,2321 -"18634",3877,3695,1,1133,2612 -"18635",3877,5491,3,1133,2048 -"18636",3877,7078,2,1133,2344 -"18637",3877,7394,2,1133,2615 -"18638",3877,9030,3,1133,1979 -"18639",3877,11456,3,1133,2715 -"18640",3877,12035,3,1133,2721 -"18641",3877,14709,3,1133,1901 -"18642",3877,14888,3,1133,1411 -"18643",3877,15343,3,1133,2125 -"18644",3877,15527,3,1133,2039 -"18645",3877,16029,2,1133,1160 -"18646",3877,17826,3,1133,2920 -"18647",3877,18151,2,1133,2962 -"18648",3877,18366,3,1133,2699 -"18649",3877,19528,3,1133,2742 -"18650",3877,19872,3,1133,2913 -"18651",3877,20258,3,1133,1572 -"18652",3877,20423,3,1133,2654 -"18653",3877,20469,3,1133,2125 -"18654",3877,21417,3,1133,2422 -"18655",3877,21795,2,1133,2653 -"18656",3877,24511,2,1133,1871 -"18657",3877,24608,3,1133,1630 -"18658",3877,24755,3,1133,1319 -"18659",3877,26608,3,1133,2329 -"18660",3877,26865,3,1133,2726 -"18661",3877,28923,3,1133,2362 -"18662",3877,29791,2,1133,1986 -"18663",3877,30081,3,1133,2403 -"18664",3877,30386,3,1133,1833 -"18665",3877,31317,3,1133,1362 -"18666",3877,34327,2,1133,2959 -"18667",3877,35542,2,1133,1439 -"18668",3877,36950,3,1133,2204 -"18669",3877,39827,3,1133,2321 -"18670",3877,40572,3,1133,2666 -"18671",3877,41832,3,1133,1155 -"18672",3877,42814,3,1133,1149 -"18673",3877,42906,3,1133,1748 -"18674",3877,44684,3,1133,1220 -"18675",3877,45664,3,1133,2235 -"18676",3877,45729,3,1133,2606 -"18677",3877,46486,3,1133,1868 -"18678",3877,47140,3,1133,2439 -"18679",3877,47947,3,1133,2681 -"18680",3877,49461,3,1133,2793 -"18681",3877,51379,2,1133,1462 -"18682",3877,52442,2,1133,1269 -"18683",3877,53739,3,1133,2704 -"18684",3877,55828,3,1133,2393 -"18685",3877,59522,2,1133,1516 -"18686",3877,70646,1,1133,1162 -"18687",3877,80655,3,1133,1546 -"18688",3877,85592,3,1133,1412 -"18689",3877,87198,1,1133,1462 -"18690",3877,88966,3,1133,1568 -"18691",3877,90501,3,1133,2380 -"18692",3877,96678,3,1133,1183 -"18693",3878,313,2,1890,2271 -"18694",3878,377,2,1890,2389 -"18695",3878,499,2,1890,1931 -"18696",3878,543,1,1890,2203 -"18697",3878,1151,2,1890,2885 -"18698",3878,1495,3,1890,2046 -"18699",3878,1616,3,1890,2662 -"18700",3878,1691,3,1890,1941 -"18701",3878,1777,2,1890,1965 -"18702",3878,2036,3,1890,2483 -"18703",3878,2181,3,1890,2030 -"18704",3878,2484,2,1890,2389 -"18705",3878,3161,3,1890,2229 -"18706",3878,4057,3,1890,2389 -"18707",3878,4687,3,1890,2152 -"18708",3878,5078,3,1890,2033 -"18709",3878,5457,3,1890,2077 -"18710",3878,5462,3,1890,2374 -"18711",3878,5504,2,1890,2389 -"18712",3878,6390,2,1890,2385 -"18713",3878,6718,3,1890,2138 -"18714",3878,7323,2,1890,2858 -"18715",3878,7515,3,1890,2737 -"18716",3878,8604,3,1890,2799 -"18717",3878,8760,3,1890,2477 -"18718",3878,11516,3,1890,1937 -"18719",3878,12713,3,1890,2440 -"18720",3878,15799,3,1890,1917 -"18721",3878,17520,3,1890,2276 -"18722",3878,19606,3,1890,2783 -"18723",3878,20700,2,1890,2861 -"18724",3878,23132,3,1890,2756 -"18725",3878,24568,3,1890,1937 -"18726",3878,25816,3,1890,2088 -"18727",3878,26516,3,1890,2479 -"18728",3878,27478,3,1890,2485 -"18729",3878,28216,3,1890,1910 -"18730",3878,29258,2,1890,1932 -"18731",3878,31235,3,1890,2668 -"18732",3878,31799,3,1890,2547 -"18733",3878,35256,2,1890,2271 -"18734",3878,37570,2,1890,2389 -"18735",3878,42687,3,1890,1952 -"18736",3878,44768,2,1890,2516 -"18737",3878,46091,3,1890,1938 -"18738",3878,50252,3,1890,2001 -"18739",3878,50667,3,1890,2719 -"18740",3878,53031,3,1890,2065 -"18741",3878,53323,3,1890,2677 -"18742",3878,53608,3,1890,1986 -"18743",3878,53851,3,1890,2305 -"18744",3878,55556,3,1890,2075 -"18745",3878,55906,3,1890,2851 -"18746",3878,58218,3,1890,2627 -"18747",3878,59700,3,1890,2346 -"18748",3878,63409,3,1890,1937 -"18749",3878,79804,2,1890,2227 -"18750",3878,80429,1,1890,1927 -"18751",3878,85430,3,1890,2370 -"18752",3878,92322,3,1890,2393 -"18753",3886,77,3,1669,2425 -"18754",3886,854,3,1669,2307 -"18755",3886,1409,2,1669,2090 -"18756",3886,1592,3,1669,2006 -"18757",3886,2424,3,1669,2582 -"18758",3886,2533,3,1669,2016 -"18759",3886,3068,3,1669,1815 -"18760",3886,3777,3,1669,1798 -"18761",3886,3966,2,1669,2425 -"18762",3886,4253,3,1669,1890 -"18763",3886,4504,3,1669,1905 -"18764",3886,4705,3,1669,1714 -"18765",3886,5258,3,1669,2730 -"18766",3886,5865,3,1669,1910 -"18767",3886,6044,3,1669,2744 -"18768",3886,6996,3,1669,2916 -"18769",3886,7258,3,1669,1714 -"18770",3886,7406,3,1669,1906 -"18771",3886,7794,2,1669,2972 -"18772",3886,8762,3,1669,2585 -"18773",3886,9175,3,1669,2639 -"18774",3886,10513,3,1669,2284 -"18775",3886,14328,3,1669,1725 -"18776",3886,15813,3,1669,2143 -"18777",3886,17632,3,1669,1947 -"18778",3886,17943,1,1669,1943 -"18779",3886,18202,2,1669,2475 -"18780",3886,18315,3,1669,2720 -"18781",3886,19317,2,1669,2041 -"18782",3886,20407,3,1669,2339 -"18783",3886,21012,3,1669,2325 -"18784",3886,21138,3,1669,2849 -"18785",3886,23641,2,1669,1934 -"18786",3886,25325,3,1669,2963 -"18787",3886,25577,3,1669,1946 -"18788",3886,26080,3,1669,2525 -"18789",3886,27030,3,1669,2031 -"18790",3886,29917,3,1669,1962 -"18791",3886,30236,3,1669,2238 -"18792",3886,32516,3,1669,2050 -"18793",3886,34509,3,1669,1973 -"18794",3886,34812,2,1669,2442 -"18795",3886,37301,3,1669,2160 -"18796",3886,38732,3,1669,2263 -"18797",3886,41972,3,1669,2509 -"18798",3886,47248,2,1669,2883 -"18799",3886,51017,2,1669,2073 -"18800",3886,51035,3,1669,2397 -"18801",3886,52892,3,1669,2372 -"18802",3886,52969,3,1669,2302 -"18803",3886,58164,3,1669,2398 -"18804",3886,64181,3,1669,1828 -"18805",3886,64699,3,1669,2797 -"18806",3886,76892,3,1669,2381 -"18807",3886,86799,3,1669,1951 -"18808",3886,109978,3,1669,1865 -"18809",3896,4751,3,2693,2696 -"18810",3896,16866,3,2693,2718 -"18811",3896,28982,3,2693,2746 -"18812",3896,36646,2,2693,2744 -"18813",3896,38885,3,2693,2720 -"18814",3896,42196,3,2693,2765 -"18815",3896,47145,3,2693,2809 -"18816",3896,47877,3,2693,2970 -"18817",3896,64469,3,2693,2707 -"18818",3946,3961,3,1172,2426 -"18819",3946,7196,3,1172,1508 -"18820",3946,7984,3,1172,2493 -"18821",3946,10358,3,1172,2294 -"18822",3946,11477,2,1172,2724 -"18823",3946,13158,2,1172,2667 -"18824",3946,14669,2,1172,2080 -"18825",3946,15003,3,1172,2067 -"18826",3946,23223,3,1172,2094 -"18827",3946,30092,3,1172,1593 -"18828",3946,32443,3,1172,1542 -"18829",3946,32658,3,1172,1694 -"18830",3946,38284,3,1172,1234 -"18831",3946,53859,3,1172,1817 -"18832",3946,55084,3,1172,1189 -"18833",3946,68215,3,1172,2727 -"18834",3946,99215,3,1172,2791 -"18835",3947,377,3,2067,2389 -"18836",3947,380,3,2067,2261 -"18837",3947,543,3,2067,2203 -"18838",3947,854,3,2067,2307 -"18839",3947,997,3,2067,2788 -"18840",3947,1102,3,2067,2282 -"18841",3947,1151,3,2067,2885 -"18842",3947,1616,3,2067,2662 -"18843",3947,2484,2,2067,2389 -"18844",3947,2572,3,2067,2273 -"18845",3947,3161,3,2067,2229 -"18846",3947,3271,3,2067,2216 -"18847",3947,5239,2,2067,2875 -"18848",3947,5504,3,2067,2389 -"18849",3947,6255,3,2067,2895 -"18850",3947,7029,3,2067,2204 -"18851",3947,7323,3,2067,2858 -"18852",3947,7984,3,2067,2493 -"18853",3947,8865,3,2067,2394 -"18854",3947,9272,3,2067,2835 -"18855",3947,11103,3,2067,2393 -"18856",3947,11239,3,2067,2181 -"18857",3947,11493,3,2067,2077 -"18858",3947,13639,3,2067,2887 -"18859",3947,13780,2,2067,2412 -"18860",3947,14655,3,2067,2559 -"18861",3947,15184,3,2067,2396 -"18862",3947,15636,3,2067,2857 -"18863",3947,16826,3,2067,2599 -"18864",3947,17520,3,2067,2276 -"18865",3947,18344,3,2067,2204 -"18866",3947,19606,3,2067,2783 -"18867",3947,20700,3,2067,2861 -"18868",3947,24256,3,2067,2393 -"18869",3947,27195,2,2067,2158 -"18870",3947,29004,3,2067,2596 -"18871",3947,29930,2,2067,2240 -"18872",3947,30747,3,2067,2455 -"18873",3947,35256,3,2067,2271 -"18874",3947,37570,3,2067,2389 -"18875",3947,38227,3,2067,2511 -"18876",3947,42574,3,2067,2842 -"18877",3947,43226,3,2067,2442 -"18878",3947,43349,3,2067,2400 -"18879",3947,46040,3,2067,2105 -"18880",3947,47386,3,2067,2226 -"18881",3947,48571,3,2067,2717 -"18882",3947,53219,2,2067,2973 -"18883",3947,57977,3,2067,2683 -"18884",3947,58508,3,2067,2326 -"18885",3947,69335,3,2067,2698 -"18886",3947,82929,3,2067,2475 -"18887",3954,21,3,839,1385 -"18888",3954,1136,3,839,2536 -"18889",3954,2063,3,839,1278 -"18890",3954,2153,3,839,2675 -"18891",3954,2743,3,839,1278 -"18892",3954,3242,3,839,1730 -"18893",3954,4289,3,839,1921 -"18894",3954,4618,3,839,2607 -"18895",3954,4785,3,839,996 -"18896",3954,7245,3,839,2089 -"18897",3954,7616,3,839,2296 -"18898",3954,8140,3,839,1262 -"18899",3954,8533,3,839,2251 -"18900",3954,8621,3,839,1681 -"18901",3954,9871,3,839,921 -"18902",3954,9950,3,839,920 -"18903",3954,10370,3,839,2224 -"18904",3954,10535,3,839,1534 -"18905",3954,10857,2,839,2253 -"18906",3954,10980,2,839,1974 -"18907",3954,11504,3,839,1260 -"18908",3954,11912,2,839,889 -"18909",3954,12122,1,839,1385 -"18910",3954,13285,2,839,1577 -"18911",3954,14080,3,839,1351 -"18912",3954,15122,3,839,1201 -"18913",3954,16164,3,839,1184 -"18914",3954,16539,3,839,1947 -"18915",3954,16826,2,839,2599 -"18916",3954,17264,2,839,2528 -"18917",3954,17354,3,839,2250 -"18918",3954,17400,3,839,2231 -"18919",3954,17502,3,839,869 -"18920",3954,17997,3,839,1621 -"18921",3954,18103,3,839,1968 -"18922",3954,19096,3,839,1538 -"18923",3954,19506,3,839,1385 -"18924",3954,19893,3,839,1223 -"18925",3954,20563,2,839,2267 -"18926",3954,20824,3,839,1366 -"18927",3954,21197,3,839,1437 -"18928",3954,22704,3,839,1150 -"18929",3954,23492,3,839,1067 -"18930",3954,23534,2,839,1659 -"18931",3954,23725,3,839,2378 -"18932",3954,23729,3,839,1624 -"18933",3954,24259,3,839,1281 -"18934",3954,24853,1,839,1004 -"18935",3954,25341,3,839,1858 -"18936",3954,26282,3,839,1241 -"18937",3954,26516,3,839,2479 -"18938",3954,27001,3,839,1761 -"18939",3954,27753,3,839,2750 -"18940",3954,28434,3,839,1141 -"18941",3954,30325,3,839,1067 -"18942",3954,31069,3,839,1995 -"18943",3954,31799,3,839,2547 -"18944",3954,33430,3,839,2225 -"18945",3954,33551,3,839,1734 -"18946",3954,34480,3,839,2755 -"18947",3954,35464,3,839,2502 -"18948",3954,35673,3,839,1067 -"18949",3954,37108,3,839,1202 -"18950",3954,38227,3,839,2511 -"18951",3954,40432,3,839,1956 -"18952",3954,40931,3,839,2301 -"18953",3954,42186,3,839,955 -"18954",3954,42331,3,839,1585 -"18955",3954,42747,3,839,1189 -"18956",3954,43902,3,839,1726 -"18957",3954,44089,2,839,1632 -"18958",3954,44160,3,839,859 -"18959",3954,44407,1,839,2154 -"18960",3954,44676,2,839,2629 -"18961",3954,45633,3,839,2134 -"18962",3954,47386,3,839,2226 -"18963",3954,47810,3,839,957 -"18964",3954,49334,3,839,2433 -"18965",3954,50041,3,839,1565 -"18966",3954,51022,3,839,1499 -"18967",3954,52576,3,839,2234 -"18968",3954,52835,3,839,995 -"18969",3954,54551,2,839,2348 -"18970",3954,55076,3,839,2408 -"18971",3954,57714,3,839,1391 -"18972",3954,58035,3,839,1646 -"18973",3954,63604,3,839,927 -"18974",3954,64031,3,839,1295 -"18975",3954,72188,3,839,856 -"18976",3954,72530,2,839,992 -"18977",3954,74095,3,839,2333 -"18978",3954,76284,3,839,1237 -"18979",3954,76511,3,839,1250 -"18980",3954,77611,3,839,1795 -"18981",3954,79653,3,839,2683 -"18982",3954,82767,3,839,1641 -"18983",3954,82893,3,839,1275 -"18984",3954,83053,3,839,1303 -"18985",3954,88473,3,839,1102 -"18986",3954,90790,3,839,1492 -"18987",3954,91162,3,839,1693 -"18988",3954,91163,3,839,1171 -"18989",3954,91201,3,839,1702 -"18990",3954,100134,3,839,977 -"18991",3954,106053,3,839,2469 -"18992",3954,111613,2,839,1059 -"18993",3954,112179,2,839,892 -"18994",3956,2936,3,1812,2512 -"18995",3957,206,3,256,1986 -"18996",3957,1036,3,256,1367 -"18997",3957,1050,1,256,1185 -"18998",3957,1092,3,256,1945 -"18999",3957,2484,3,256,2389 -"19000",3957,2684,3,256,2874 -"19001",3957,3395,3,256,1382 -"19002",3957,3453,3,256,2126 -"19003",3957,5429,3,256,1991 -"19004",3957,6030,3,256,2953 -"19005",3957,6492,3,256,1162 -"19006",3957,7847,3,256,2424 -"19007",3957,7992,3,256,2033 -"19008",3957,9311,3,256,2477 -"19009",3957,9391,3,256,1252 -"19010",3957,10148,3,256,2964 -"19011",3957,11055,3,256,2111 -"19012",3957,11694,3,256,1564 -"19013",3957,12310,3,256,1337 -"19014",3957,12778,1,256,2045 -"19015",3957,13835,3,256,1588 -"19016",3957,15632,3,256,1242 -"19017",3957,15808,3,256,1521 -"19018",3957,16542,3,256,2039 -"19019",3957,17245,2,256,1811 -"19020",3957,17502,2,256,869 -"19021",3957,17520,3,256,2276 -"19022",3957,18639,2,256,990 -"19023",3957,19380,3,256,2637 -"19024",3957,19621,3,256,725 -"19025",3957,22165,3,256,1501 -"19026",3957,22415,3,256,2841 -"19027",3957,22586,3,256,1341 -"19028",3957,24753,2,256,2860 -"19029",3957,24793,3,256,1993 -"19030",3957,24794,3,256,925 -"19031",3957,24826,3,256,1382 -"19032",3957,27001,3,256,1761 -"19033",3957,31209,3,256,1137 -"19034",3957,36574,3,256,2934 -"19035",3957,37376,3,256,432 -"19036",3957,38523,2,256,549 -"19037",3957,38921,3,256,1880 -"19038",3957,40369,3,256,2735 -"19039",3957,40487,3,256,2512 -"19040",3957,40879,3,256,2019 -"19041",3957,41664,3,256,2641 -"19042",3957,42264,3,256,1702 -"19043",3957,44648,3,256,619 -"19044",3957,44885,3,256,2670 -"19045",3957,45186,2,256,835 -"19046",3957,50252,3,256,2001 -"19047",3957,52699,2,256,1372 -"19048",3957,53604,3,256,2489 -"19049",3957,55185,3,256,922 -"19050",3957,56143,2,256,766 -"19051",3957,59140,3,256,2528 -"19052",3957,62488,3,256,1418 -"19053",3957,67788,2,256,837 -"19054",3957,68024,2,256,1531 -"19055",3957,71971,3,256,1294 -"19056",3957,82949,3,256,2077 -"19057",3957,87603,2,256,535 -"19058",3957,97275,3,256,731 -"19059",3957,105975,3,256,1939 -"19060",3961,5239,3,2426,2875 -"19061",3961,5315,3,2426,2631 -"19062",3961,5350,3,2426,2522 -"19063",3961,7984,3,2426,2493 -"19064",3961,9272,3,2426,2835 -"19065",3961,11477,2,2426,2724 -"19066",3961,13158,3,2426,2667 -"19067",3961,13929,3,2426,2693 -"19068",3961,14754,3,2426,2456 -"19069",3961,15309,3,2426,2820 -"19070",3961,15636,3,2426,2857 -"19071",3961,16352,3,2426,2657 -"19072",3961,16826,2,2426,2599 -"19073",3961,21138,3,2426,2849 -"19074",3961,23726,3,2426,2434 -"19075",3961,24756,3,2426,2530 -"19076",3961,25486,3,2426,2582 -"19077",3961,26080,3,2426,2525 -"19078",3961,30747,3,2426,2455 -"19079",3961,33801,2,2426,2899 -"19080",3961,34735,3,2426,2767 -"19081",3961,37238,3,2426,2609 -"19082",3961,38227,2,2426,2511 -"19083",3961,41972,3,2426,2509 -"19084",3961,43226,3,2426,2442 -"19085",3961,53475,2,2426,2853 -"19086",3961,54929,2,2426,2783 -"19087",3961,57977,3,2426,2683 -"19088",3961,59005,3,2426,2817 -"19089",3961,69335,3,2426,2698 -"19090",3961,70203,3,2426,2756 -"19091",3961,78150,3,2426,2581 -"19092",3961,82929,3,2426,2475 -"19093",3961,87110,3,2426,2801 -"19094",3961,91142,3,2426,2527 -"19095",3961,92757,3,2426,2615 -"19096",3961,99215,3,2426,2791 -"19097",3966,270,3,2425,2542 -"19098",3966,1136,3,2425,2536 -"19099",3966,2424,2,2425,2582 -"19100",3966,3305,3,2425,2839 -"19101",3966,3695,3,2425,2612 -"19102",3966,4418,3,2425,2788 -"19103",3966,6044,3,2425,2744 -"19104",3966,6062,3,2425,2681 -"19105",3966,6740,3,2425,2699 -"19106",3966,8762,3,2425,2585 -"19107",3966,11456,3,2425,2715 -"19108",3966,16432,3,2425,2664 -"19109",3966,21138,3,2425,2849 -"19110",3966,21193,3,2425,2490 -"19111",3966,21406,3,2425,2714 -"19112",3966,22714,3,2425,2793 -"19113",3966,25129,3,2425,2647 -"19114",3966,25325,1,2425,2963 -"19115",3966,26080,3,2425,2525 -"19116",3966,26582,3,2425,2772 -"19117",3966,26721,3,2425,2586 -"19118",3966,26865,3,2425,2726 -"19119",3966,30052,3,2425,2855 -"19120",3966,37418,3,2425,2710 -"19121",3966,38800,3,2425,2756 -"19122",3966,41972,3,2425,2509 -"19123",3966,42196,3,2425,2765 -"19124",3966,42574,2,2425,2842 -"19125",3966,43455,3,2425,2846 -"19126",3966,47248,2,2425,2883 -"19127",3966,49110,2,2425,2938 -"19128",3966,51041,3,2425,2606 -"19129",3966,51410,3,2425,2739 -"19130",3966,52570,3,2425,2645 -"19131",3966,53219,3,2425,2973 -"19132",3966,57969,3,2425,2755 -"19133",3966,61982,3,2425,2725 -"19134",3966,62841,2,2425,2710 -"19135",3966,64997,3,2425,2791 -"19136",3966,66413,3,2425,2507 -"19137",3966,67150,3,2425,2633 -"19138",3966,68215,3,2425,2727 -"19139",3978,371,3,2775,2950 -"19140",3978,841,2,2775,2964 -"19141",3978,8062,3,2775,2858 -"19142",3978,9272,3,2775,2835 -"19143",3978,9787,3,2775,2858 -"19144",3978,11351,3,2775,2971 -"19145",3978,11648,2,2775,2852 -"19146",3978,17037,3,2775,2947 -"19147",3978,19364,3,2775,2846 -"19148",3978,25373,2,2775,2783 -"19149",3978,29977,3,2775,2781 -"19150",3978,36953,3,2775,2790 -"19151",3978,41945,2,2775,2856 -"19152",3978,43455,3,2775,2846 -"19153",3978,44688,3,2775,2924 -"19154",3978,45869,3,2775,2840 -"19155",3978,46982,3,2775,2806 -"19156",3978,63077,3,2775,2778 -"19157",3978,71531,2,2775,2887 -"19158",3980,34120,3,2771,2786 -"19159",3980,41945,3,2771,2856 -"19160",4001,680,3,1687,2569 -"19161",4001,1519,2,1687,2349 -"19162",4001,1702,2,1687,1984 -"19163",4001,1756,3,1687,2231 -"19164",4001,2407,2,1687,1725 -"19165",4001,2852,3,1687,2448 -"19166",4001,3493,3,1687,2451 -"19167",4001,4303,3,1687,2414 -"19168",4001,4430,3,1687,2019 -"19169",4001,4526,2,1687,1728 -"19170",4001,4660,2,1687,2149 -"19171",4001,4821,3,1687,1938 -"19172",4001,5119,3,1687,2220 -"19173",4001,5839,3,1687,2301 -"19174",4001,5897,3,1687,2337 -"19175",4001,6588,3,1687,2025 -"19176",4001,7252,3,1687,2799 -"19177",4001,9202,3,1687,2477 -"19178",4001,10129,3,1687,2124 -"19179",4001,10457,3,1687,1711 -"19180",4001,11563,3,1687,1863 -"19181",4001,12081,3,1687,2166 -"19182",4001,14817,3,1687,2110 -"19183",4001,15546,3,1687,2055 -"19184",4001,15683,3,1687,1729 -"19185",4001,16866,2,1687,2718 -"19186",4001,17037,3,1687,2947 -"19187",4001,18421,3,1687,2457 -"19188",4001,18865,2,1687,2676 -"19189",4001,19073,3,1687,2748 -"19190",4001,19208,3,1687,2629 -"19191",4001,19605,3,1687,2395 -"19192",4001,19718,3,1687,1702 -"19193",4001,20941,2,1687,2725 -"19194",4001,23756,3,1687,2309 -"19195",4001,26642,3,1687,2952 -"19196",4001,27686,1,1687,2844 -"19197",4001,27914,3,1687,2507 -"19198",4001,29289,2,1687,1756 -"19199",4001,29977,1,1687,2781 -"19200",4001,30034,2,1687,2357 -"19201",4001,31335,3,1687,2351 -"19202",4001,31866,3,1687,2101 -"19203",4001,35980,3,1687,2657 -"19204",4001,36270,3,1687,2910 -"19205",4001,36278,3,1687,2952 -"19206",4001,36487,3,1687,2622 -"19207",4001,38492,3,1687,2280 -"19208",4001,38691,2,1687,2585 -"19209",4001,39062,3,1687,2020 -"19210",4001,40572,3,1687,2666 -"19211",4001,41723,3,1687,2101 -"19212",4001,42813,2,1687,2142 -"19213",4001,43673,1,1687,2787 -"19214",4001,44694,3,1687,2220 -"19215",4001,46486,3,1687,1868 -"19216",4001,46982,3,1687,2806 -"19217",4001,47013,3,1687,2388 -"19218",4001,50113,3,1687,2059 -"19219",4001,50480,3,1687,2701 -"19220",4001,50585,3,1687,2414 -"19221",4001,51774,3,1687,2459 -"19222",4001,54775,3,1687,2383 -"19223",4001,56569,3,1687,1993 -"19224",4001,56910,3,1687,2705 -"19225",4001,58875,3,1687,1899 -"19226",4001,62626,3,1687,2787 -"19227",4001,63395,2,1687,2334 -"19228",4001,63641,3,1687,2337 -"19229",4001,66677,3,1687,2151 -"19230",4001,66717,3,1687,2104 -"19231",4001,68885,2,1687,2151 -"19232",4001,70583,3,1687,2615 -"19233",4001,74204,3,1687,2463 -"19234",4001,90943,3,1687,1754 -"19235",4032,468,3,1763,1966 -"19236",4032,798,3,1763,2476 -"19237",4032,1639,3,1763,2631 -"19238",4032,2057,3,1763,1965 -"19239",4032,3306,2,1763,1989 -"19240",4032,4367,3,1763,2794 -"19241",4032,4660,3,1763,2149 -"19242",4032,6697,2,1763,2438 -"19243",4032,7355,2,1763,1928 -"19244",4032,8610,3,1763,2240 -"19245",4032,8726,3,1763,2083 -"19246",4032,9050,3,1763,2026 -"19247",4032,11136,2,1763,2573 -"19248",4032,13079,3,1763,2547 -"19249",4032,14754,2,1763,2456 -"19250",4032,15003,3,1763,2067 -"19251",4032,15301,3,1763,2308 -"19252",4032,22766,3,1763,1945 -"19253",4032,24757,2,1763,1939 -"19254",4032,25741,3,1763,2853 -"19255",4032,26100,3,1763,1966 -"19256",4032,26749,3,1763,2965 -"19257",4032,26818,3,1763,1999 -"19258",4032,28081,2,1763,1927 -"19259",4032,31251,3,1763,2498 -"19260",4032,33949,3,1763,2489 -"19261",4032,34908,3,1763,2796 -"19262",4032,35477,3,1763,2703 -"19263",4032,37120,3,1763,2622 -"19264",4032,41187,3,1763,2340 -"19265",4032,43593,3,1763,2704 -"19266",4032,46486,3,1763,1868 -"19267",4032,50335,3,1763,1893 -"19268",4032,53362,3,1763,2360 -"19269",4032,54284,2,1763,2491 -"19270",4032,59539,3,1763,2429 -"19271",4032,63641,3,1763,2337 -"19272",4032,66717,3,1763,2104 -"19273",4032,68789,3,1763,1929 -"19274",4032,74605,3,1763,2265 -"19275",4032,96435,3,1763,2765 -"19276",4032,104659,3,1763,2026 -"19277",4032,111375,3,1763,2686 -"19278",4057,362,3,2389,2537 -"19279",4057,613,3,2389,2687 -"19280",4057,1151,2,2389,2885 -"19281",4057,1616,1,2389,2662 -"19282",4057,2036,2,2389,2483 -"19283",4057,2224,3,2389,2751 -"19284",4057,3853,3,2389,2465 -"19285",4057,7323,1,2389,2858 -"19286",4057,8681,3,2389,2716 -"19287",4057,8760,2,2389,2477 -"19288",4057,9311,3,2389,2477 -"19289",4057,9362,3,2389,2879 -"19290",4057,12713,3,2389,2440 -"19291",4057,14959,3,2389,2898 -"19292",4057,18151,3,2389,2962 -"19293",4057,19208,3,2389,2629 -"19294",4057,19606,2,2389,2783 -"19295",4057,20700,3,2389,2861 -"19296",4057,24923,3,2389,2785 -"19297",4057,26516,3,2389,2479 -"19298",4057,27478,3,2389,2485 -"19299",4057,31235,3,2389,2668 -"19300",4057,31799,3,2389,2547 -"19301",4057,39444,2,2389,2695 -"19302",4057,44768,3,2389,2516 -"19303",4057,47445,3,2389,2668 -"19304",4057,47803,2,2389,2477 -"19305",4057,49110,3,2389,2938 -"19306",4057,57977,3,2389,2683 -"19307",4057,60257,2,2389,2795 -"19308",4057,68083,3,2389,2795 -"19309",4057,70046,3,2389,2624 -"19310",4066,237,3,1736,1982 -"19311",4066,680,3,1736,2569 -"19312",4066,728,2,1736,1812 -"19313",4066,1691,3,1736,1941 -"19314",4066,2093,3,1736,2459 -"19315",4066,2226,3,1736,2225 -"19316",4066,3317,2,1736,2037 -"19317",4066,4646,3,1736,2139 -"19318",4066,4730,3,1736,2131 -"19319",4066,5055,3,1736,1796 -"19320",4066,6390,2,1736,2385 -"19321",4066,7014,2,1736,2401 -"19322",4066,8726,2,1736,2083 -"19323",4066,10336,3,1736,2271 -"19324",4066,10754,3,1736,1797 -"19325",4066,12577,3,1736,2530 -"19326",4066,12759,3,1736,2414 -"19327",4066,14915,3,1736,2606 -"19328",4066,16205,3,1736,2630 -"19329",4066,16835,3,1736,1739 -"19330",4066,18965,2,1736,2315 -"19331",4066,19364,3,1736,2846 -"19332",4066,20355,3,1736,2111 -"19333",4066,21681,3,1736,2005 -"19334",4066,22297,3,1736,1904 -"19335",4066,23121,3,1736,2108 -"19336",4066,25373,3,1736,2783 -"19337",4066,26734,3,1736,2299 -"19338",4066,28081,3,1736,1927 -"19339",4066,29311,3,1736,1849 -"19340",4066,31235,3,1736,2668 -"19341",4066,32311,3,1736,2396 -"19342",4066,32549,3,1736,2111 -"19343",4066,34831,3,1736,1866 -"19344",4066,35980,3,1736,2657 -"19345",4066,37036,3,1736,2264 -"19346",4066,37279,2,1736,2768 -"19347",4066,38259,3,1736,2258 -"19348",4066,41723,3,1736,2101 -"19349",4066,42914,2,1736,1737 -"19350",4066,46532,3,1736,2005 -"19351",4066,50585,3,1736,2414 -"19352",4066,51687,3,1736,2333 -"19353",4066,51879,3,1736,1771 -"19354",4066,53223,2,1736,2690 -"19355",4066,59039,3,1736,2870 -"19356",4066,59776,3,1736,2493 -"19357",4066,60879,3,1736,2792 -"19358",4066,61337,3,1736,2777 -"19359",4066,68789,3,1736,1929 -"19360",4066,73553,3,1736,2726 -"19361",4066,75607,3,1736,2245 -"19362",4066,78384,3,1736,1762 -"19363",4066,79596,3,1736,2004 -"19364",4066,82819,3,1736,1900 -"19365",4066,82932,3,1736,2245 -"19366",4071,3557,3,357,1259 -"19367",4071,4180,3,357,1817 -"19368",4071,4194,3,357,1641 -"19369",4071,4313,3,357,2368 -"19370",4071,5414,3,357,2321 -"19371",4071,7253,3,357,2686 -"19372",4071,7254,3,357,1849 -"19373",4071,7733,1,357,1326 -"19374",4071,10622,1,357,1173 -"19375",4071,11858,3,357,1530 -"19376",4071,20056,3,357,1824 -"19377",4071,20088,3,357,1677 -"19378",4071,21419,3,357,1243 -"19379",4071,21976,3,357,1808 -"19380",4071,29275,1,357,949 -"19381",4071,30164,3,357,404 -"19382",4071,31170,2,357,1776 -"19383",4071,34953,3,357,1817 -"19384",4071,35414,3,357,1959 -"19385",4071,43524,2,357,2572 -"19386",4071,49958,3,357,1860 -"19387",4071,52380,3,357,2686 -"19388",4071,57383,2,357,1302 -"19389",4071,57394,3,357,1271 -"19390",4071,62334,3,357,1766 -"19391",4071,65557,3,357,813 -"19392",4071,73810,1,357,1554 -"19393",4071,78262,2,357,1326 -"19394",4071,80162,2,357,1601 -"19395",4071,83228,2,357,732 -"19396",4071,86357,2,357,736 -"19397",4071,99194,3,357,1271 -"19398",4084,135,3,2133,2233 -"19399",4084,455,3,2133,2827 -"19400",4084,470,2,2133,2285 -"19401",4084,913,2,2133,2144 -"19402",4084,7515,3,2133,2737 -"19403",4084,7847,3,2133,2424 -"19404",4084,10130,3,2133,2741 -"19405",4084,22566,3,2133,2308 -"19406",4084,23705,3,2133,2699 -"19407",4084,24448,3,2133,2289 -"19408",4084,26436,3,2133,2489 -"19409",4084,27275,3,2133,2656 -"19410",4084,27390,3,2133,2425 -"19411",4084,29930,3,2133,2240 -"19412",4084,31235,3,2133,2668 -"19413",4084,33622,3,2133,2230 -"19414",4084,45633,3,2133,2134 -"19415",4084,64997,3,2133,2791 -"19416",4084,66413,2,2133,2507 -"19417",4084,73305,3,2133,2544 -"19418",4107,854,3,987,2307 -"19419",4107,1015,2,987,1174 -"19420",4107,4121,1,987,1304 -"19421",4107,4504,3,987,1905 -"19422",4107,6052,3,987,1985 -"19423",4107,8860,3,987,2141 -"19424",4107,10352,3,987,1371 -"19425",4107,13324,3,987,2163 -"19426",4107,13479,3,987,2155 -"19427",4107,13808,3,987,1356 -"19428",4107,13835,3,987,1588 -"19429",4107,16641,2,987,1359 -"19430",4107,18891,1,987,1596 -"19431",4107,21479,2,987,2134 -"19432",4107,26234,2,987,2183 -"19433",4107,29578,3,987,1957 -"19434",4107,30236,3,987,2238 -"19435",4107,30798,3,987,1398 -"19436",4107,35360,3,987,2043 -"19437",4107,35620,3,987,2092 -"19438",4107,36637,1,987,2085 -"19439",4107,38732,3,987,2263 -"19440",4107,39131,3,987,2491 -"19441",4107,40707,3,987,1547 -"19442",4107,41118,3,987,1091 -"19443",4107,46506,2,987,2464 -"19444",4107,46642,3,987,999 -"19445",4107,51016,3,987,1141 -"19446",4107,59677,3,987,1174 -"19447",4107,61188,3,987,2134 -"19448",4107,63147,3,987,1477 -"19449",4107,65572,2,987,2750 -"19450",4107,79837,1,987,1252 -"19451",4107,84254,3,987,2548 -"19452",4107,94404,3,987,1836 -"19453",4107,96653,3,987,1917 -"19454",4107,98080,2,987,1265 -"19455",4121,854,3,1304,2307 -"19456",4121,2294,3,1304,1638 -"19457",4121,6052,3,1304,1985 -"19458",4121,8860,2,1304,2141 -"19459",4121,10352,3,1304,1371 -"19460",4121,13324,3,1304,2163 -"19461",4121,13479,3,1304,2155 -"19462",4121,13835,3,1304,1588 -"19463",4121,16641,3,1304,1359 -"19464",4121,18706,3,1304,1617 -"19465",4121,18891,1,1304,1596 -"19466",4121,21479,2,1304,2134 -"19467",4121,26234,2,1304,2183 -"19468",4121,27427,3,1304,2325 -"19469",4121,29578,3,1304,1957 -"19470",4121,30798,3,1304,1398 -"19471",4121,32549,3,1304,2111 -"19472",4121,34094,3,1304,1360 -"19473",4121,34528,3,1304,1323 -"19474",4121,35360,3,1304,2043 -"19475",4121,35620,3,1304,2092 -"19476",4121,36637,2,1304,2085 -"19477",4121,39131,3,1304,2491 -"19478",4121,40707,3,1304,1547 -"19479",4121,46506,2,1304,2464 -"19480",4121,61188,2,1304,2134 -"19481",4121,63147,3,1304,1477 -"19482",4121,65572,2,1304,2750 -"19483",4121,73172,3,1304,2496 -"19484",4121,83860,3,1304,1522 -"19485",4121,84254,3,1304,2548 -"19486",4121,96653,3,1304,1917 -"19487",4144,9050,3,1520,2026 -"19488",4144,9063,3,1520,2000 -"19489",4144,9727,3,1520,2327 -"19490",4144,10337,2,1520,2452 -"19491",4144,11135,2,1520,2441 -"19492",4144,13528,3,1520,1891 -"19493",4144,15502,1,1520,2637 -"19494",4144,16833,3,1520,1661 -"19495",4144,19687,3,1520,2072 -"19496",4144,19972,2,1520,2078 -"19497",4144,21895,3,1520,1693 -"19498",4144,23639,3,1520,2065 -"19499",4144,35911,1,1520,2370 -"19500",4144,45487,3,1520,2256 -"19501",4144,51448,2,1520,1593 -"19502",4144,104659,3,1520,2026 -"19503",4164,20624,3,588,1298 -"19504",4164,20687,3,588,1248 -"19505",4164,21198,3,588,935 -"19506",4164,23450,3,588,967 -"19507",4164,41033,2,588,1839 -"19508",4164,41901,3,588,630 -"19509",4164,71342,3,588,1289 -"19510",4180,916,3,1817,2718 -"19511",4180,4551,3,1817,2720 -"19512",4180,5303,3,1817,1849 -"19513",4180,7253,1,1817,2686 -"19514",4180,7254,2,1817,1849 -"19515",4180,19509,2,1817,2000 -"19516",4180,28268,2,1817,2258 -"19517",4180,29276,3,1817,2000 -"19518",4180,42390,3,1817,2937 -"19519",4180,43524,3,1817,2572 -"19520",4180,47607,3,1817,2724 -"19521",4180,52380,2,1817,2686 -"19522",4180,58945,2,1817,2481 -"19523",4180,59511,2,1817,2753 -"19524",4180,69029,3,1817,2623 -"19525",4191,135,2,2130,2233 -"19526",4191,455,3,2130,2827 -"19527",4191,470,3,2130,2285 -"19528",4191,671,3,2130,2328 -"19529",4191,1136,2,2130,2536 -"19530",4191,1367,2,2130,2176 -"19531",4191,2954,3,2130,2727 -"19532",4191,3164,3,2130,2693 -"19533",4191,4618,1,2130,2607 -"19534",4191,4687,3,2130,2152 -"19535",4191,5072,3,2130,2175 -"19536",4191,5148,3,2130,2206 -"19537",4191,5622,3,2130,2175 -"19538",4191,5669,3,2130,2502 -"19539",4191,5725,2,2130,2789 -"19540",4191,6491,2,2130,2424 -"19541",4191,7234,3,2130,2654 -"19542",4191,7847,2,2130,2424 -"19543",4191,8533,3,2130,2251 -"19544",4191,10857,3,2130,2253 -"19545",4191,10871,3,2130,2314 -"19546",4191,10890,3,2130,2639 -"19547",4191,12867,3,2130,2773 -"19548",4191,13929,3,2130,2693 -"19549",4191,17400,3,2130,2231 -"19550",4191,18415,3,2130,2184 -"19551",4191,19516,2,2130,2313 -"19552",4191,19568,3,2130,2302 -"19553",4191,20563,2,2130,2267 -"19554",4191,23460,3,2130,2183 -"19555",4191,23704,3,2130,2278 -"19556",4191,26351,3,2130,2683 -"19557",4191,26436,3,2130,2489 -"19558",4191,26516,3,2130,2479 -"19559",4191,27628,2,2130,2389 -"19560",4191,27753,3,2130,2750 -"19561",4191,28285,3,2130,2972 -"19562",4191,29073,3,2130,2328 -"19563",4191,31799,3,2130,2547 -"19564",4191,34216,3,2130,2832 -"19565",4191,37418,3,2130,2710 -"19566",4191,37620,3,2130,2716 -"19567",4191,38727,3,2130,2238 -"19568",4191,39087,3,2130,2765 -"19569",4191,40369,3,2130,2735 -"19570",4191,42935,3,2130,2400 -"19571",4191,43213,3,2130,2160 -"19572",4191,45343,3,2130,2360 -"19573",4191,45633,3,2130,2134 -"19574",4191,45715,3,2130,2287 -"19575",4191,47857,2,2130,2325 -"19576",4191,47947,3,2130,2681 -"19577",4191,48605,3,2130,2796 -"19578",4191,51410,1,2130,2739 -"19579",4191,53300,3,2130,2162 -"19580",4191,54551,3,2130,2348 -"19581",4191,55139,2,2130,2323 -"19582",4191,56082,3,2130,2395 -"19583",4191,57544,3,2130,2443 -"19584",4191,57549,3,2130,2335 -"19585",4191,57977,3,2130,2683 -"19586",4191,60289,3,2130,2729 -"19587",4191,62840,3,2130,2502 -"19588",4191,64997,2,2130,2791 -"19589",4191,66413,3,2130,2507 -"19590",4191,70046,3,2130,2624 -"19591",4191,71518,3,2130,2805 -"19592",4191,71562,3,2130,2574 -"19593",4191,72207,3,2130,2430 -"19594",4191,74095,3,2130,2333 -"19595",4194,916,3,1641,2718 -"19596",4194,1560,3,1641,2013 -"19597",4194,2802,3,1641,1836 -"19598",4194,5414,2,1641,2321 -"19599",4194,6432,3,1641,2297 -"19600",4194,11506,3,1641,2824 -"19601",4194,18610,3,1641,2141 -"19602",4194,23739,3,1641,2463 -"19603",4194,26138,3,1641,1902 -"19604",4194,35414,2,1641,1959 -"19605",4194,41603,3,1641,1942 -"19606",4194,42998,2,1641,1978 -"19607",4194,43524,3,1641,2572 -"19608",4194,79793,3,1641,1915 -"19609",4194,94339,2,1641,2768 -"19610",4222,5839,3,190,2301 -"19611",4222,7579,3,190,1624 -"19612",4222,28048,3,190,1637 -"19613",4222,37915,3,190,1905 -"19614",4222,49265,3,190,2686 -"19615",4222,57380,2,190,2362 -"19616",4222,57405,2,190,2344 -"19617",4222,60624,3,190,1570 -"19618",4222,79965,1,190,1278 -"19619",4222,93102,3,190,1174 -"19620",4222,108581,2,190,2658 -"19621",4226,145,3,1903,1998 -"19622",4226,270,3,1903,2542 -"19623",4226,380,3,1903,2261 -"19624",4226,671,3,1903,2328 -"19625",4226,913,3,1903,2144 -"19626",4226,1090,3,1903,2370 -"19627",4226,1102,3,1903,2282 -"19628",4226,1136,3,1903,2536 -"19629",4226,1151,3,1903,2885 -"19630",4226,1367,3,1903,2176 -"19631",4226,1592,3,1903,2006 -"19632",4226,1616,3,1903,2662 -"19633",4226,1767,3,1903,2727 -"19634",4226,1777,3,1903,1965 -"19635",4226,2036,3,1903,2483 -"19636",4226,2166,2,1903,2557 -"19637",4226,2684,2,1903,2874 -"19638",4226,3271,3,1903,2216 -"19639",4226,3317,3,1903,2037 -"19640",4226,3628,3,1903,2707 -"19641",4226,4191,3,1903,2130 -"19642",4226,4305,3,1903,2374 -"19643",4226,4485,3,1903,1963 -"19644",4226,4504,3,1903,1905 -"19645",4226,4687,3,1903,2152 -"19646",4226,4701,3,1903,2401 -"19647",4226,4763,3,1903,1960 -"19648",4226,5239,3,1903,2875 -"19649",4226,5462,3,1903,2374 -"19650",4226,5504,3,1903,2389 -"19651",4226,6030,3,1903,2953 -"19652",4226,6052,3,1903,1985 -"19653",4226,6428,2,1903,1952 -"19654",4226,6491,1,1903,2424 -"19655",4226,6718,3,1903,2138 -"19656",4226,7245,3,1903,2089 -"19657",4226,7847,3,1903,2424 -"19658",4226,8088,3,1903,2220 -"19659",4226,8533,3,1903,2251 -"19660",4226,9272,3,1903,2835 -"19661",4226,9362,3,1903,2879 -"19662",4226,11055,3,1903,2111 -"19663",4226,11620,3,1903,2010 -"19664",4226,12374,2,1903,2260 -"19665",4226,12728,3,1903,2374 -"19666",4226,15401,3,1903,1999 -"19667",4226,15539,1,1903,1929 -"19668",4226,17230,3,1903,1965 -"19669",4226,18394,3,1903,2356 -"19670",4226,18415,3,1903,2184 -"19671",4226,19380,3,1903,2637 -"19672",4226,19606,3,1903,2783 -"19673",4226,20311,2,1903,1981 -"19674",4226,20563,3,1903,2267 -"19675",4226,20732,3,1903,2401 -"19676",4226,21029,3,1903,1943 -"19677",4226,21104,2,1903,2327 -"19678",4226,21275,2,1903,2609 -"19679",4226,23509,3,1903,2275 -"19680",4226,23725,3,1903,2378 -"19681",4226,23726,3,1903,2434 -"19682",4226,24753,3,1903,2860 -"19683",4226,25816,3,1903,2088 -"19684",4226,26067,3,1903,2069 -"19685",4226,26436,3,1903,2489 -"19686",4226,26451,1,1903,2133 -"19687",4226,26516,3,1903,2479 -"19688",4226,26818,3,1903,1999 -"19689",4226,27501,3,1903,1981 -"19690",4226,27628,2,1903,2389 -"19691",4226,28303,3,1903,2089 -"19692",4226,29073,2,1903,2328 -"19693",4226,30334,3,1903,2075 -"19694",4226,30943,3,1903,2287 -"19695",4226,31235,3,1903,2668 -"19696",4226,31799,3,1903,2547 -"19697",4226,32988,3,1903,2008 -"19698",4226,33801,3,1903,2899 -"19699",4226,34136,2,1903,2202 -"19700",4226,34216,3,1903,2832 -"19701",4226,35235,3,1903,2610 -"19702",4226,35514,3,1903,2346 -"19703",4226,36439,3,1903,2469 -"19704",4226,37418,3,1903,2710 -"19705",4226,37636,3,1903,2178 -"19706",4226,38727,3,1903,2238 -"19707",4226,39444,3,1903,2695 -"19708",4226,40369,2,1903,2735 -"19709",4226,41682,3,1903,1988 -"19710",4226,42505,3,1903,2008 -"19711",4226,43173,3,1903,2895 -"19712",4226,43226,3,1903,2442 -"19713",4226,43404,3,1903,2649 -"19714",4226,43518,1,1903,2680 -"19715",4226,48110,3,1903,2009 -"19716",4226,50118,3,1903,2654 -"19717",4226,50236,3,1903,2339 -"19718",4226,51783,3,1903,2599 -"19719",4226,55468,3,1903,2511 -"19720",4226,55556,3,1903,2075 -"19721",4226,55691,3,1903,2856 -"19722",4226,56082,3,1903,2395 -"19723",4226,56317,3,1903,2030 -"19724",4226,57544,2,1903,2443 -"19725",4226,57977,2,1903,2683 -"19726",4226,58451,2,1903,1939 -"19727",4226,58508,3,1903,2326 -"19728",4226,64997,2,1903,2791 -"19729",4226,65322,3,1903,2008 -"19730",4226,69335,3,1903,2698 -"19731",4226,70046,3,1903,2624 -"19732",4226,70203,3,1903,2756 -"19733",4226,72207,3,1903,2430 -"19734",4226,79804,3,1903,2227 -"19735",4226,85430,3,1903,2370 -"19736",4226,86245,3,1903,1972 -"19737",4226,108379,2,1903,2933 -"19738",4249,341,3,2547,2689 -"19739",4249,3158,2,2547,2762 -"19740",4249,6345,3,2547,2713 -"19741",4249,6747,3,2547,2913 -"19742",4249,9272,3,2547,2835 -"19743",4249,9724,3,2547,2713 -"19744",4249,14470,2,2547,2632 -"19745",4249,17499,3,2547,2954 -"19746",4249,23550,3,2547,2939 -"19747",4249,37684,3,2547,2899 -"19748",4249,42390,2,2547,2937 -"19749",4249,44235,3,2547,2700 -"19750",4249,53289,3,2547,2746 -"19751",4249,53652,3,2547,2899 -"19752",4249,69335,3,2547,2698 -"19753",4249,73602,3,2547,2881 -"19754",4253,134,3,1890,2062 -"19755",4253,270,3,1890,2542 -"19756",4253,377,3,1890,2389 -"19757",4253,1196,3,1890,1986 -"19758",4253,3164,3,1890,2693 -"19759",4253,3305,3,1890,2839 -"19760",4253,3628,3,1890,2707 -"19761",4253,3966,3,1890,2425 -"19762",4253,4953,3,1890,2285 -"19763",4253,5622,3,1890,2175 -"19764",4253,6030,3,1890,2953 -"19765",4253,6044,3,1890,2744 -"19766",4253,6047,3,1890,2004 -"19767",4253,6588,3,1890,2025 -"19768",4253,9928,3,1890,2345 -"19769",4253,10358,3,1890,2294 -"19770",4253,10717,3,1890,1938 -"19771",4253,11218,2,1890,2292 -"19772",4253,11329,3,1890,2799 -"19773",4253,11966,3,1890,2385 -"19774",4253,12042,2,1890,2345 -"19775",4253,13307,3,1890,2206 -"19776",4253,14887,3,1890,2158 -"19777",4253,14972,3,1890,2332 -"19778",4253,15301,3,1890,2308 -"19779",4253,16352,2,1890,2657 -"19780",4253,17400,3,1890,2231 -"19781",4253,17943,2,1890,1943 -"19782",4253,21571,3,1890,2755 -"19783",4253,22566,3,1890,2308 -"19784",4253,23310,3,1890,2371 -"19785",4253,26080,2,1890,2525 -"19786",4253,26721,3,1890,2586 -"19787",4253,26818,3,1890,1999 -"19788",4253,28050,3,1890,1955 -"19789",4253,28168,2,1890,2702 -"19790",4253,29314,3,1890,2736 -"19791",4253,30173,3,1890,2404 -"19792",4253,32567,3,1890,2784 -"19793",4253,32919,3,1890,2321 -"19794",4253,34735,3,1890,2767 -"19795",4253,40493,3,1890,1981 -"19796",4253,41972,1,1890,2509 -"19797",4253,42619,3,1890,2017 -"19798",4253,45742,3,1890,2566 -"19799",4253,47248,3,1890,2883 -"19800",4253,49110,2,1890,2938 -"19801",4253,50134,2,1890,2674 -"19802",4253,50236,3,1890,2339 -"19803",4253,51017,3,1890,2073 -"19804",4253,52969,3,1890,2302 -"19805",4253,54879,3,1890,2210 -"19806",4253,54929,3,1890,2783 -"19807",4253,55256,3,1890,2379 -"19808",4253,55652,3,1890,2795 -"19809",4253,57969,3,1890,2755 -"19810",4253,68286,3,1890,2442 -"19811",4253,72326,3,1890,2384 -"19812",4289,1196,3,1921,1986 -"19813",4289,1226,3,1921,2353 -"19814",4289,1831,3,1921,2397 -"19815",4289,2195,2,1921,2139 -"19816",4289,2484,3,1921,2389 -"19817",4289,3947,3,1921,2067 -"19818",4289,3961,1,1921,2426 -"19819",4289,5041,3,1921,2371 -"19820",4289,5912,3,1921,2257 -"19821",4289,6047,3,1921,2004 -"19822",4289,7677,3,1921,2338 -"19823",4289,8327,3,1921,2527 -"19824",4289,10358,2,1921,2294 -"19825",4289,10857,3,1921,2253 -"19826",4289,11218,3,1921,2292 -"19827",4289,11477,3,1921,2724 -"19828",4289,13388,3,1921,2119 -"19829",4289,13780,3,1921,2412 -"19830",4289,13929,3,1921,2693 -"19831",4289,14032,3,1921,2144 -"19832",4289,14507,3,1921,2686 -"19833",4289,14943,3,1921,1942 -"19834",4289,16826,2,1921,2599 -"19835",4289,18103,2,1921,1968 -"19836",4289,19528,3,1921,2742 -"19837",4289,20067,3,1921,2390 -"19838",4289,20423,3,1921,2654 -"19839",4289,20643,3,1921,2341 -"19840",4289,21138,3,1921,2849 -"19841",4289,21706,3,1921,1988 -"19842",4289,22331,3,1921,2687 -"19843",4289,24756,2,1921,2530 -"19844",4289,24825,3,1921,2686 -"19845",4289,27390,3,1921,2425 -"19846",4289,29295,3,1921,2043 -"19847",4289,29899,2,1921,2375 -"19848",4289,31069,3,1921,1995 -"19849",4289,31307,3,1921,2139 -"19850",4289,32520,3,1921,2425 -"19851",4289,32919,3,1921,2321 -"19852",4289,32939,3,1921,2277 -"19853",4289,32988,3,1921,2008 -"19854",4289,33801,3,1921,2899 -"19855",4289,34158,3,1921,2639 -"19856",4289,35361,3,1921,2389 -"19857",4289,35926,3,1921,2371 -"19858",4289,38227,1,1921,2511 -"19859",4289,40432,2,1921,1956 -"19860",4289,41682,3,1921,1988 -"19861",4289,42505,3,1921,2008 -"19862",4289,43479,3,1921,2178 -"19863",4289,44407,3,1921,2154 -"19864",4289,44676,3,1921,2629 -"19865",4289,46803,3,1921,2305 -"19866",4289,47386,3,1921,2226 -"19867",4289,52892,3,1921,2372 -"19868",4289,53475,3,1921,2853 -"19869",4289,54551,3,1921,2348 -"19870",4289,54879,3,1921,2210 -"19871",4289,54929,3,1921,2783 -"19872",4289,55691,3,1921,2856 -"19873",4289,57804,3,1921,2214 -"19874",4289,57977,3,1921,2683 -"19875",4289,70269,3,1921,2368 -"19876",4289,70528,3,1921,2727 -"19877",4289,79322,3,1921,2770 -"19878",4289,82929,2,1921,2475 -"19879",4303,680,1,2414,2569 -"19880",4303,841,3,2414,2964 -"19881",4303,3477,3,2414,2546 -"19882",4303,3493,3,2414,2451 -"19883",4303,3978,1,2414,2775 -"19884",4303,4361,3,2414,2571 -"19885",4303,4932,3,2414,2752 -"19886",4303,5106,3,2414,2622 -"19887",4303,6989,2,2414,2623 -"19888",4303,7785,3,2414,2441 -"19889",4303,8062,2,2414,2858 -"19890",4303,8604,3,2414,2799 -"19891",4303,9787,3,2414,2858 -"19892",4303,11253,3,2414,2577 -"19893",4303,11429,3,2414,2520 -"19894",4303,11477,3,2414,2724 -"19895",4303,11648,2,2414,2852 -"19896",4303,17037,3,2414,2947 -"19897",4303,18005,2,2414,2449 -"19898",4303,18371,3,2414,2860 -"19899",4303,18810,3,2414,2671 -"19900",4303,19208,3,2414,2629 -"19901",4303,19686,3,2414,2467 -"19902",4303,20941,3,2414,2725 -"19903",4303,20984,3,2414,2502 -"19904",4303,22709,3,2414,2743 -"19905",4303,23206,3,2414,2805 -"19906",4303,25373,2,2414,2783 -"19907",4303,27686,3,2414,2844 -"19908",4303,27742,3,2414,2700 -"19909",4303,28893,3,2414,2764 -"19910",4303,29473,3,2414,2602 -"19911",4303,29977,3,2414,2781 -"19912",4303,30705,3,2414,2959 -"19913",4303,34216,3,2414,2832 -"19914",4303,36953,3,2414,2790 -"19915",4303,37279,3,2414,2768 -"19916",4303,38691,3,2414,2585 -"19917",4303,40572,3,2414,2666 -"19918",4303,41664,3,2414,2641 -"19919",4303,41945,3,2414,2856 -"19920",4303,43673,3,2414,2787 -"19921",4303,45729,3,2414,2606 -"19922",4303,51783,2,2414,2599 -"19923",4303,57765,3,2414,2893 -"19924",4303,58521,3,2414,2950 -"19925",4303,63077,3,2414,2778 -"19926",4303,64947,2,2414,2489 -"19927",4303,70583,3,2414,2615 -"19928",4303,71531,2,2414,2887 -"19929",4305,6491,3,2374,2424 -"19930",4313,841,3,2368,2964 -"19931",4313,3978,3,2368,2775 -"19932",4313,4303,3,2368,2414 -"19933",4313,4698,1,2368,2481 -"19934",4313,10200,3,2368,2920 -"19935",4313,11429,2,2368,2520 -"19936",4313,14761,3,2368,2502 -"19937",4313,25373,3,2368,2783 -"19938",4313,26152,3,2368,2818 -"19939",4313,37342,3,2368,2649 -"19940",4313,47840,3,2368,2509 -"19941",4314,1787,2,48,1707 -"19942",4314,2370,3,48,1600 -"19943",4314,2907,3,48,1980 -"19944",4314,3313,3,48,572 -"19945",4314,3678,2,48,1325 -"19946",4314,4330,3,48,1128 -"19947",4314,5484,3,48,582 -"19948",4314,5937,3,48,2392 -"19949",4314,6234,3,48,2654 -"19950",4314,6235,3,48,1585 -"19951",4314,7722,3,48,74 -"19952",4314,10400,3,48,1517 -"19953",4314,11259,3,48,1356 -"19954",4314,14503,2,48,437 -"19955",4314,14584,3,48,1573 -"19956",4314,14861,1,48,2269 -"19957",4314,15119,3,48,1020 -"19958",4314,15150,3,48,2801 -"19959",4314,15558,3,48,2389 -"19960",4314,15728,3,48,576 -"19961",4314,16477,3,48,2069 -"19962",4314,18700,3,48,1929 -"19963",4314,18821,3,48,2075 -"19964",4314,19002,3,48,2053 -"19965",4314,19358,3,48,880 -"19966",4314,19767,3,48,1041 -"19967",4314,20011,3,48,2826 -"19968",4314,22684,3,48,569 -"19969",4314,22746,2,48,913 -"19970",4314,23277,3,48,1267 -"19971",4314,23728,2,48,2601 -"19972",4314,23771,3,48,1614 -"19973",4314,30194,3,48,2874 -"19974",4314,31170,3,48,1776 -"19975",4314,31259,3,48,2082 -"19976",4314,31794,3,48,1919 -"19977",4314,32070,3,48,950 -"19978",4314,32841,3,48,1345 -"19979",4314,33460,2,48,2781 -"19980",4314,34018,3,48,400 -"19981",4314,34576,3,48,1727 -"19982",4314,36979,3,48,2158 -"19983",4314,39439,2,48,2462 -"19984",4314,39723,3,48,778 -"19985",4314,42136,2,48,2551 -"19986",4314,44727,3,48,1227 -"19987",4314,44728,3,48,451 -"19988",4314,44730,3,48,2468 -"19989",4314,45664,3,48,2235 -"19990",4314,46568,3,48,822 -"19991",4314,48585,3,48,2063 -"19992",4314,49415,2,48,2654 -"19993",4314,50899,2,48,2125 -"19994",4314,51499,3,48,649 -"19995",4314,53726,3,48,1729 -"19996",4314,54737,3,48,326 -"19997",4314,56168,3,48,1466 -"19998",4314,63510,3,48,1602 -"19999",4314,67836,2,48,2195 -"20000",4314,76505,2,48,2123 -"20001",4314,76867,3,48,1296 -"20002",4314,76931,3,48,1338 -"20003",4314,76997,2,48,2223 -"20004",4314,77057,3,48,1866 -"20005",4314,77095,3,48,1622 -"20006",4314,82246,3,48,1538 -"20007",4314,85062,3,48,1379 -"20008",4314,90268,3,48,585 -"20009",4314,93459,3,48,1354 -"20010",4314,94495,2,48,989 -"20011",4314,95910,3,48,999 -"20012",4314,96700,3,48,1602 -"20013",4314,97615,2,48,1198 -"20014",4314,99291,3,48,930 -"20015",4314,100777,2,48,103 -"20016",4314,102368,2,48,613 -"20017",4314,103312,3,48,1216 -"20018",4314,103920,2,48,274 -"20019",4314,106330,2,48,2559 -"20020",4314,110218,3,48,437 -"20021",4314,118312,3,48,1159 -"20022",4314,119234,3,48,931 -"20023",4317,733,3,1224,1653 -"20024",4317,1592,2,1224,2006 -"20025",4317,1639,2,1224,2631 -"20026",4317,1691,3,1224,1941 -"20027",4317,2208,1,1224,2814 -"20028",4317,4567,3,1224,2348 -"20029",4317,4701,3,1224,2401 -"20030",4317,5438,3,1224,1499 -"20031",4317,5865,3,1224,1910 -"20032",4317,6252,3,1224,2336 -"20033",4317,6390,3,1224,2385 -"20034",4317,7126,3,1224,1261 -"20035",4317,7616,3,1224,2296 -"20036",4317,7672,3,1224,1974 -"20037",4317,7759,2,1224,2844 -"20038",4317,7847,3,1224,2424 -"20039",4317,9035,3,1224,2771 -"20040",4317,9311,3,1224,2477 -"20041",4317,9481,3,1224,1610 -"20042",4317,9503,3,1224,2453 -"20043",4317,10222,3,1224,2212 -"20044",4317,10453,2,1224,1656 -"20045",4317,10843,3,1224,2277 -"20046",4317,10851,3,1224,2423 -"20047",4317,13043,3,1224,1295 -"20048",4317,13200,3,1224,2488 -"20049",4317,14108,3,1224,2012 -"20050",4317,15632,3,1224,1242 -"20051",4317,16201,3,1224,1811 -"20052",4317,16518,3,1224,2642 -"20053",4317,16539,3,1224,1947 -"20054",4317,17037,3,1224,2947 -"20055",4317,17221,3,1224,2487 -"20056",4317,18543,3,1224,2968 -"20057",4317,18825,3,1224,1240 -"20058",4317,19718,3,1224,1702 -"20059",4317,19926,3,1224,2444 -"20060",4317,20124,3,1224,2376 -"20061",4317,20220,3,1224,1656 -"20062",4317,20407,3,1224,2339 -"20063",4317,21122,3,1224,1701 -"20064",4317,21133,3,1224,1320 -"20065",4317,21682,3,1224,2414 -"20066",4317,22282,3,1224,1418 -"20067",4317,22543,3,1224,1594 -"20068",4317,23526,3,1224,1998 -"20069",4317,23825,1,1224,1913 -"20070",4317,24198,3,1224,2217 -"20071",4317,24755,3,1224,1319 -"20072",4317,25565,3,1224,2764 -"20073",4317,26451,3,1224,2133 -"20074",4317,27001,3,1224,1761 -"20075",4317,27390,3,1224,2425 -"20076",4317,27849,3,1224,1316 -"20077",4317,29286,3,1224,1612 -"20078",4317,29948,3,1224,2795 -"20079",4317,32606,3,1224,2100 -"20080",4317,34836,3,1224,2302 -"20081",4317,38019,3,1224,1870 -"20082",4317,42543,3,1224,1907 -"20083",4317,43173,3,1224,2895 -"20084",4317,44427,3,1224,2875 -"20085",4317,44557,3,1224,2371 -"20086",4317,46621,2,1224,1343 -"20087",4317,46803,3,1224,2305 -"20088",4317,46951,3,1224,2429 -"20089",4317,47064,3,1224,1993 -"20090",4317,48289,3,1224,2209 -"20091",4317,49301,3,1224,1894 -"20092",4317,50041,3,1224,1565 -"20093",4317,50179,3,1224,2230 -"20094",4317,50275,2,1224,2832 -"20095",4317,51810,3,1224,1401 -"20096",4317,52058,3,1224,1836 -"20097",4317,52154,2,1224,1722 -"20098",4317,52327,3,1224,1472 -"20099",4317,55468,3,1224,2511 -"20100",4317,55775,3,1224,2385 -"20101",4317,56688,3,1224,2331 -"20102",4317,57950,3,1224,1529 -"20103",4317,60624,3,1224,1570 -"20104",4317,64181,3,1224,1828 -"20105",4317,65475,3,1224,1267 -"20106",4317,66860,3,1224,1548 -"20107",4317,69250,3,1224,1439 -"20108",4317,69745,2,1224,1594 -"20109",4317,71274,3,1224,2390 -"20110",4317,72597,3,1224,1843 -"20111",4317,77155,3,1224,2946 -"20112",4317,79322,3,1224,2770 -"20113",4317,79436,3,1224,1344 -"20114",4317,79627,3,1224,2409 -"20115",4317,81588,3,1224,1568 -"20116",4317,84907,3,1224,1259 -"20117",4317,87144,3,1224,2299 -"20118",4317,88232,2,1224,2881 -"20119",4317,90013,3,1224,1461 -"20120",4317,90911,3,1224,1263 -"20121",4317,100215,3,1224,2436 -"20122",4317,119208,3,1224,2646 -"20123",4322,2153,3,1707,2675 -"20124",4322,12724,3,1707,1930 -"20125",4322,55256,2,1707,2379 -"20126",4322,66992,2,1707,2882 -"20127",4330,728,3,1128,1812 -"20128",4330,2446,3,1128,2606 -"20129",4330,3284,3,1128,1541 -"20130",4330,6697,2,1128,2438 -"20131",4330,8777,3,1128,1620 -"20132",4330,13099,2,1128,1547 -"20133",4330,16482,3,1128,1958 -"20134",4330,23603,3,1128,2048 -"20135",4330,26336,3,1128,1904 -"20136",4330,30870,3,1128,2370 -"20137",4330,38259,3,1128,2258 -"20138",4330,38467,3,1128,1259 -"20139",4330,39999,3,1128,1593 -"20140",4330,41187,3,1128,2340 -"20141",4330,43115,3,1128,1500 -"20142",4330,43204,2,1128,1680 -"20143",4330,47114,3,1128,1920 -"20144",4330,51687,3,1128,2333 -"20145",4330,53726,3,1128,1729 -"20146",4341,34992,3,780,893 -"20147",4341,36651,3,780,1600 -"20148",4341,40137,2,780,1718 -"20149",4341,40698,3,780,1408 -"20150",4341,42783,3,780,2338 -"20151",4341,70748,3,780,978 -"20152",4341,72083,3,780,1122 -"20153",4341,73305,3,780,2544 -"20154",4341,78037,3,780,1606 -"20155",4341,98801,2,780,1035 -"20156",4350,3271,3,1392,2216 -"20157",4350,4696,3,1392,2656 -"20158",4350,9272,3,1392,2835 -"20159",4350,9579,2,1392,2105 -"20160",4350,19528,3,1392,2742 -"20161",4350,38755,3,1392,2902 -"20162",4350,40296,3,1392,1674 -"20163",4350,40703,3,1392,1608 -"20164",4350,41402,2,1392,2313 -"20165",4350,43226,3,1392,2442 -"20166",4350,48110,3,1392,2009 -"20167",4350,50248,3,1392,2781 -"20168",4350,54983,3,1392,2407 -"20169",4350,58508,3,1392,2326 -"20170",4350,69335,3,1392,2698 -"20171",4350,80301,3,1392,1690 -"20172",4350,109741,3,1392,1527 -"20173",4360,270,2,1770,2542 -"20174",4360,380,3,1770,2261 -"20175",4360,997,2,1770,2788 -"20176",4360,1102,3,1770,2282 -"20177",4360,1315,3,1770,2760 -"20178",4360,1324,3,1770,2147 -"20179",4360,1592,3,1770,2006 -"20180",4360,1691,3,1770,1941 -"20181",4360,1875,2,1770,1786 -"20182",4360,2111,2,1770,1904 -"20183",4360,2195,3,1770,2139 -"20184",4360,2289,3,1770,2389 -"20185",4360,2424,3,1770,2582 -"20186",4360,3493,2,1770,2451 -"20187",4360,4084,3,1770,2133 -"20188",4360,4191,3,1770,2130 -"20189",4360,4671,3,1770,2280 -"20190",4360,4701,3,1770,2401 -"20191",4360,5072,2,1770,2175 -"20192",4360,5235,3,1770,2324 -"20193",4360,5622,2,1770,2175 -"20194",4360,5971,3,1770,1985 -"20195",4360,6047,3,1770,2004 -"20196",4360,6588,2,1770,2025 -"20197",4360,6718,3,1770,2138 -"20198",4360,7029,3,1770,2204 -"20199",4360,7234,2,1770,2654 -"20200",4360,7858,1,1770,1795 -"20201",4360,9311,3,1770,2477 -"20202",4360,9928,3,1770,2345 -"20203",4360,10857,2,1770,2253 -"20204",4360,11218,2,1770,2292 -"20205",4360,11477,3,1770,2724 -"20206",4360,12042,3,1770,2345 -"20207",4360,12375,3,1770,1873 -"20208",4360,12564,3,1770,2799 -"20209",4360,13307,3,1770,2206 -"20210",4360,14032,3,1770,2144 -"20211",4360,14108,3,1770,2012 -"20212",4360,15799,3,1770,1917 -"20213",4360,16352,3,1770,2657 -"20214",4360,16863,3,1770,2069 -"20215",4360,17400,2,1770,2231 -"20216",4360,18394,2,1770,2356 -"20217",4360,19622,3,1770,2371 -"20218",4360,19862,3,1770,2412 -"20219",4360,20124,3,1770,2376 -"20220",4360,20407,3,1770,2339 -"20221",4360,21012,3,1770,2325 -"20222",4360,21693,3,1770,2176 -"20223",4360,22326,3,1770,2818 -"20224",4360,22362,3,1770,1836 -"20225",4360,23526,2,1770,1998 -"20226",4360,23715,2,1770,1859 -"20227",4360,23725,3,1770,2378 -"20228",4360,23918,3,1770,1881 -"20229",4360,25305,3,1770,2447 -"20230",4360,25508,3,1770,2081 -"20231",4360,26067,3,1770,2069 -"20232",4360,26080,3,1770,2525 -"20233",4360,26818,3,1770,1999 -"20234",4360,26848,3,1770,2363 -"20235",4360,26867,3,1770,1804 -"20236",4360,27195,3,1770,2158 -"20237",4360,30405,2,1770,2164 -"20238",4360,31093,3,1770,2160 -"20239",4360,31307,3,1770,2139 -"20240",4360,31436,3,1770,2892 -"20241",4360,32173,3,1770,2341 -"20242",4360,33433,3,1770,2805 -"20243",4360,34480,3,1770,2755 -"20244",4360,35926,3,1770,2371 -"20245",4360,38973,3,1770,1999 -"20246",4360,39294,2,1770,1889 -"20247",4360,40369,3,1770,2735 -"20248",4360,40493,3,1770,1981 -"20249",4360,43213,2,1770,2160 -"20250",4360,43455,3,1770,2846 -"20251",4360,43518,3,1770,2680 -"20252",4360,45684,3,1770,2200 -"20253",4360,46629,2,1770,2255 -"20254",4360,46982,3,1770,2806 -"20255",4360,47857,3,1770,2325 -"20256",4360,48035,3,1770,2180 -"20257",4360,48571,3,1770,2717 -"20258",4360,49608,3,1770,2184 -"20259",4360,49620,3,1770,1868 -"20260",4360,50236,3,1770,2339 -"20261",4360,51144,3,1770,2466 -"20262",4360,52058,3,1770,1836 -"20263",4360,52576,3,1770,2234 -"20264",4360,53219,3,1770,2973 -"20265",4360,53604,2,1770,2489 -"20266",4360,54551,2,1770,2348 -"20267",4360,54929,3,1770,2783 -"20268",4360,55482,3,1770,1866 -"20269",4360,56082,2,1770,2395 -"20270",4360,56237,3,1770,2625 -"20271",4360,61982,3,1770,2725 -"20272",4360,64181,3,1770,1828 -"20273",4360,64947,3,1770,2489 -"20274",4360,65242,3,1770,1988 -"20275",4360,66413,3,1770,2507 -"20276",4360,72207,1,1770,2430 -"20277",4360,72326,3,1770,2384 -"20278",4360,74636,3,1770,2525 -"20279",4360,75403,2,1770,1895 -"20280",4360,76048,3,1770,2373 -"20281",4360,79804,3,1770,2227 -"20282",4360,83396,3,1770,2396 -"20283",4360,86245,3,1770,1972 -"20284",4360,87837,3,1770,1987 -"20285",4360,88232,3,1770,2881 -"20286",4360,105063,3,1770,1908 -"20287",4361,3978,2,2571,2775 -"20288",4361,8062,3,2571,2858 -"20289",4361,12948,3,2571,2669 -"20290",4361,13290,3,2571,2824 -"20291",4361,25373,3,2571,2783 -"20292",4361,27742,3,2571,2700 -"20293",4361,38602,3,2571,2693 -"20294",4361,40954,3,2571,2603 -"20295",4361,45869,3,2571,2840 -"20296",4361,51783,3,2571,2599 -"20297",4361,53739,3,2571,2704 -"20298",4361,111375,2,2571,2686 -"20299",4366,357,2,1726,2327 -"20300",4366,24923,2,1726,2785 -"20301",4366,29073,3,1726,2328 -"20302",4366,31799,3,1726,2547 -"20303",4366,40937,3,1726,2639 -"20304",4366,53031,3,1726,2065 -"20305",4366,102824,3,1726,2944 -"20306",4367,13290,3,2794,2824 -"20307",4367,25741,3,2794,2853 -"20308",4367,34908,2,2794,2796 -"20309",4367,45869,2,2794,2840 -"20310",4403,55,1,2416,2524 -"20311",4403,6621,2,2416,2478 -"20312",4403,48931,3,2416,2444 -"20313",4403,57205,3,2416,2948 -"20314",4403,61398,3,2416,2563 -"20315",4403,68215,2,2416,2727 -"20316",4418,5725,3,2788,2789 -"20317",4418,28285,3,2788,2972 -"20318",4430,4567,3,2019,2348 -"20319",4430,10336,3,2019,2271 -"20320",4430,11538,3,2019,2288 -"20321",4430,12728,3,2019,2374 -"20322",4430,18421,3,2019,2457 -"20323",4430,32818,3,2019,2485 -"20324",4430,37036,3,2019,2264 -"20325",4430,44135,3,2019,2620 -"20326",4430,44744,3,2019,2032 -"20327",4430,46982,3,2019,2806 -"20328",4430,47013,3,2019,2388 -"20329",4485,12374,3,1963,2260 -"20330",4485,12728,3,1963,2374 -"20331",4485,26451,3,1963,2133 -"20332",4485,29073,3,1963,2328 -"20333",4485,43518,3,1963,2680 -"20334",4504,854,1,1905,2307 -"20335",4504,1767,3,1905,2727 -"20336",4504,2484,3,1905,2389 -"20337",4504,2704,3,1905,2609 -"20338",4504,3163,2,1905,2020 -"20339",4504,3164,3,1905,2693 -"20340",4504,3477,3,1905,2546 -"20341",4504,3492,3,1905,2117 -"20342",4504,3495,2,1905,2431 -"20343",4504,3801,3,1905,1974 -"20344",4504,6052,3,1905,1985 -"20345",4504,6063,3,1905,2349 -"20346",4504,6192,3,1905,2409 -"20347",4504,6222,3,1905,1949 -"20348",4504,7942,3,1905,2623 -"20349",4504,8865,3,1905,2394 -"20350",4504,11103,2,1905,2393 -"20351",4504,12388,3,1905,1975 -"20352",4504,13158,3,1905,2667 -"20353",4504,13899,3,1905,2650 -"20354",4504,14959,3,1905,2898 -"20355",4504,15546,3,1905,2055 -"20356",4504,16539,3,1905,1947 -"20357",4504,16866,3,1905,2718 -"20358",4504,17367,3,1905,2427 -"20359",4504,17943,2,1905,1943 -"20360",4504,18865,3,1905,2676 -"20361",4504,19208,3,1905,2629 -"20362",4504,19317,3,1905,2041 -"20363",4504,19605,3,1905,2395 -"20364",4504,20162,3,1905,2328 -"20365",4504,20284,3,1905,2530 -"20366",4504,21248,3,1905,2232 -"20367",4504,21275,3,1905,2609 -"20368",4504,21682,3,1905,2414 -"20369",4504,22260,3,1905,2137 -"20370",4504,23460,3,1905,2183 -"20371",4504,26234,2,1905,2183 -"20372",4504,29454,2,1905,2719 -"20373",4504,29930,3,1905,2240 -"20374",4504,30236,1,1905,2238 -"20375",4504,30660,3,1905,2145 -"20376",4504,33223,3,1905,2397 -"20377",4504,35360,3,1905,2043 -"20378",4504,36087,3,1905,2755 -"20379",4504,36574,3,1905,2934 -"20380",4504,36637,3,1905,2085 -"20381",4504,37301,2,1905,2160 -"20382",4504,38732,1,1905,2263 -"20383",4504,39131,3,1905,2491 -"20384",4504,39556,3,1905,2747 -"20385",4504,41682,3,1905,1988 -"20386",4504,41764,2,1905,2409 -"20387",4504,44268,3,1905,2436 -"20388",4504,50480,3,1905,2701 -"20389",4504,56397,3,1905,2053 -"20390",4504,56910,3,1905,2705 -"20391",4504,58733,3,1905,1958 -"20392",4504,60179,3,1905,2708 -"20393",4504,63395,3,1905,2334 -"20394",4504,66530,3,1905,2811 -"20395",4505,45134,3,292,2758 -"20396",4505,48215,3,292,2028 -"20397",4526,680,3,1728,2569 -"20398",4526,1519,2,1728,2349 -"20399",4526,1702,3,1728,1984 -"20400",4526,1846,3,1728,1845 -"20401",4526,2057,3,1728,1965 -"20402",4526,2424,3,1728,2582 -"20403",4526,2533,3,1728,2016 -"20404",4526,2852,3,1728,2448 -"20405",4526,3493,3,1728,2451 -"20406",4526,4303,3,1728,2414 -"20407",4526,4660,3,1728,2149 -"20408",4526,4669,3,1728,2395 -"20409",4526,5119,3,1728,2220 -"20410",4526,5683,3,1728,2468 -"20411",4526,7942,2,1728,2623 -"20412",4526,8610,3,1728,2240 -"20413",4526,10129,3,1728,2124 -"20414",4526,10239,3,1728,2032 -"20415",4526,10980,3,1728,1974 -"20416",4526,11029,3,1728,2362 -"20417",4526,11990,3,1728,1909 -"20418",4526,16176,3,1728,2703 -"20419",4526,16201,3,1728,1811 -"20420",4526,18005,3,1728,2449 -"20421",4526,19719,3,1728,2177 -"20422",4526,20941,2,1728,2725 -"20423",4526,23756,3,1728,2309 -"20424",4526,25577,3,1728,1946 -"20425",4526,26336,3,1728,1904 -"20426",4526,26642,3,1728,2952 -"20427",4526,27686,3,1728,2844 -"20428",4526,29289,3,1728,1756 -"20429",4526,29977,3,1728,2781 -"20430",4526,30034,2,1728,2357 -"20431",4526,31335,2,1728,2351 -"20432",4526,31866,3,1728,2101 -"20433",4526,34216,3,1728,2832 -"20434",4526,34742,3,1728,1883 -"20435",4526,36278,2,1728,2952 -"20436",4526,38019,3,1728,1870 -"20437",4526,38492,3,1728,2280 -"20438",4526,38691,2,1728,2585 -"20439",4526,41023,3,1728,2408 -"20440",4526,41447,3,1728,2405 -"20441",4526,41723,3,1728,2101 -"20442",4526,41969,2,1728,2189 -"20443",4526,43673,2,1728,2787 -"20444",4526,44694,3,1728,2220 -"20445",4526,46982,3,1728,2806 -"20446",4526,50585,3,1728,2414 -"20447",4526,52576,3,1728,2234 -"20448",4526,60258,3,1728,2405 -"20449",4526,62626,2,1728,2787 -"20450",4526,63077,3,1728,2778 -"20451",4526,68885,3,1728,2151 -"20452",4526,70070,2,1728,2425 -"20453",4526,70583,3,1728,2615 -"20454",4526,94625,3,1728,2105 -"20455",4551,827,3,2720,2964 -"20456",4551,19934,3,2720,2888 -"20457",4551,47607,3,2720,2724 -"20458",4551,59511,3,2720,2753 -"20459",4567,2208,3,2348,2814 -"20460",4567,3966,3,2348,2425 -"20461",4567,7506,3,2348,2371 -"20462",4567,7759,3,2348,2844 -"20463",4567,12728,3,2348,2374 -"20464",4567,13200,3,2348,2488 -"20465",4567,16310,3,2348,2796 -"20466",4567,17221,2,2348,2487 -"20467",4567,19165,3,2348,2436 -"20468",4567,19744,3,2348,2623 -"20469",4567,21138,3,2348,2849 -"20470",4567,27742,3,2348,2700 -"20471",4567,33672,2,2348,2396 -"20472",4567,41837,3,2348,2399 -"20473",4567,44135,2,2348,2620 -"20474",4567,47248,3,2348,2883 -"20475",4567,49110,3,2348,2938 -"20476",4567,53219,3,2348,2973 -"20477",4567,55076,3,2348,2408 -"20478",4567,64793,3,2348,2819 -"20479",4583,24923,3,2741,2785 -"20480",4602,5962,2,2446,2491 -"20481",4602,14754,3,2446,2456 -"20482",4602,24255,2,2446,2770 -"20483",4602,27312,3,2446,2469 -"20484",4602,43593,3,2446,2704 -"20485",4612,9787,3,2804,2858 -"20486",4612,11648,3,2804,2852 -"20487",4613,288,2,49,947 -"20488",4613,457,3,49,1704 -"20489",4613,512,3,49,1596 -"20490",4613,1044,3,49,880 -"20491",4613,1592,2,49,2006 -"20492",4613,1691,2,49,1941 -"20493",4613,1826,3,49,924 -"20494",4613,1985,3,49,888 -"20495",4613,2143,2,49,1174 -"20496",4613,2208,2,49,2814 -"20497",4613,3265,3,49,214 -"20498",4613,3748,2,49,2052 -"20499",4613,3878,3,49,1890 -"20500",4613,4317,2,49,1224 -"20501",4613,5018,3,49,640 -"20502",4613,5258,3,49,2730 -"20503",4613,5504,3,49,2389 -"20504",4613,5716,3,49,1058 -"20505",4613,6252,2,49,2336 -"20506",4613,6296,2,49,148 -"20507",4613,6390,2,49,2385 -"20508",4613,6417,3,49,1675 -"20509",4613,7672,3,49,1974 -"20510",4613,8011,3,49,889 -"20511",4613,8537,3,49,472 -"20512",4613,8762,3,49,2585 -"20513",4613,8866,3,49,1545 -"20514",4613,8910,3,49,1054 -"20515",4613,8961,3,49,507 -"20516",4613,9511,3,49,1232 -"20517",4613,10012,3,49,89 -"20518",4613,10222,3,49,2212 -"20519",4613,10513,3,49,2284 -"20520",4613,11348,3,49,824 -"20521",4613,12199,3,49,1651 -"20522",4613,12304,3,49,439 -"20523",4613,13248,3,49,1385 -"20524",4613,13837,3,49,1604 -"20525",4613,13945,3,49,1324 -"20526",4613,14108,2,49,2012 -"20527",4613,14616,3,49,385 -"20528",4613,14656,3,49,584 -"20529",4613,15906,3,49,109 -"20530",4613,16164,3,49,1184 -"20531",4613,18277,3,49,2309 -"20532",4613,18394,3,49,2356 -"20533",4613,18502,3,49,1033 -"20534",4613,18543,2,49,2968 -"20535",4613,19096,3,49,1538 -"20536",4613,19332,3,49,1214 -"20537",4613,19718,3,49,1702 -"20538",4613,19882,3,49,565 -"20539",4613,19963,3,49,810 -"20540",4613,20124,2,49,2376 -"20541",4613,20407,3,49,2339 -"20542",4613,21133,3,49,1320 -"20543",4613,21617,3,49,516 -"20544",4613,21682,3,49,2414 -"20545",4613,22141,2,49,2348 -"20546",4613,22537,3,49,436 -"20547",4613,23059,3,49,131 -"20548",4613,23825,3,49,1913 -"20549",4613,24198,2,49,2217 -"20550",4613,24568,3,49,1937 -"20551",4613,25565,2,49,2764 -"20552",4613,26462,3,49,140 -"20553",4613,26621,3,49,1100 -"20554",4613,26873,3,49,419 -"20555",4613,28406,2,49,81 -"20556",4613,28808,2,49,1063 -"20557",4613,29050,3,49,1196 -"20558",4613,29066,3,49,224 -"20559",4613,29170,3,49,1846 -"20560",4613,29948,3,49,2795 -"20561",4613,30405,2,49,2164 -"20562",4613,30411,3,49,630 -"20563",4613,31235,3,49,2668 -"20564",4613,32503,3,49,2020 -"20565",4613,33621,3,49,1319 -"20566",4613,33622,3,49,2230 -"20567",4613,34314,3,49,630 -"20568",4613,34836,3,49,2302 -"20569",4613,34945,3,49,1298 -"20570",4613,36087,3,49,2755 -"20571",4613,36439,3,49,2469 -"20572",4613,36450,3,49,1591 -"20573",4613,37509,3,49,1640 -"20574",4613,37628,3,49,819 -"20575",4613,38213,3,49,1744 -"20576",4613,38574,1,49,188 -"20577",4613,40022,3,49,2307 -"20578",4613,40488,3,49,486 -"20579",4613,41085,2,49,637 -"20580",4613,43046,3,49,419 -"20581",4613,43173,3,49,2895 -"20582",4613,43226,3,49,2442 -"20583",4613,44188,3,49,1609 -"20584",4613,44427,2,49,2875 -"20585",4613,46621,2,49,1343 -"20586",4613,46951,3,49,2429 -"20587",4613,47064,3,49,1993 -"20588",4613,47435,3,49,878 -"20589",4613,47585,2,49,794 -"20590",4613,49300,3,49,515 -"20591",4613,49301,3,49,1894 -"20592",4613,49512,2,49,1302 -"20593",4613,49620,3,49,1868 -"20594",4613,50179,3,49,2230 -"20595",4613,50235,3,49,726 -"20596",4613,52136,3,49,1412 -"20597",4613,52154,3,49,1722 -"20598",4613,52323,3,49,2148 -"20599",4613,52327,3,49,1472 -"20600",4613,53132,3,49,81 -"20601",4613,53252,2,49,637 -"20602",4613,53322,3,49,1200 -"20603",4613,53323,2,49,2677 -"20604",4613,53608,2,49,1986 -"20605",4613,53624,3,49,952 -"20606",4613,54305,3,49,1222 -"20607",4613,54857,3,49,849 -"20608",4613,55156,3,49,2196 -"20609",4613,55320,2,49,1643 -"20610",4613,55828,3,49,2393 -"20611",4613,56903,3,49,1584 -"20612",4613,57348,3,49,687 -"20613",4613,57353,2,49,1849 -"20614",4613,57990,2,49,978 -"20615",4613,58221,3,49,1787 -"20616",4613,58284,3,49,2292 -"20617",4613,58293,3,49,250 -"20618",4613,61785,1,49,822 -"20619",4613,62602,3,49,1172 -"20620",4613,62976,3,49,381 -"20621",4613,63637,3,49,498 -"20622",4613,64181,3,49,1828 -"20623",4613,67067,3,49,159 -"20624",4613,69122,3,49,416 -"20625",4613,69447,3,49,1197 -"20626",4613,70925,2,49,109 -"20627",4613,71274,3,49,2390 -"20628",4613,71342,3,49,1289 -"20629",4613,71478,3,49,1721 -"20630",4613,72598,3,49,805 -"20631",4613,72956,3,49,1251 -"20632",4613,74636,3,49,2525 -"20633",4613,75025,3,49,717 -"20634",4613,75921,3,49,517 -"20635",4613,76127,3,49,910 -"20636",4613,76192,3,49,912 -"20637",4613,78416,3,49,630 -"20638",4613,78563,3,49,2385 -"20639",4613,78569,3,49,578 -"20640",4613,79436,3,49,1344 -"20641",4613,81895,3,49,1634 -"20642",4613,82401,3,49,1210 -"20643",4613,84022,3,49,2289 -"20644",4613,88126,2,49,1027 -"20645",4613,88232,2,49,2881 -"20646",4613,88712,3,49,65 -"20647",4613,88808,3,49,1462 -"20648",4613,88966,3,49,1568 -"20649",4613,90802,3,49,877 -"20650",4613,92491,3,49,1968 -"20651",4613,92592,1,49,486 -"20652",4613,93398,3,49,828 -"20653",4613,94545,3,49,790 -"20654",4613,95036,1,49,380 -"20655",4613,96000,3,49,1789 -"20656",4613,97824,3,49,1229 -"20657",4613,98907,3,49,265 -"20658",4613,99953,3,49,581 -"20659",4613,100134,3,49,977 -"20660",4613,100215,3,49,2436 -"20661",4613,101598,3,49,781 -"20662",4613,101652,1,49,270 -"20663",4613,101967,2,49,691 -"20664",4613,102731,3,49,630 -"20665",4613,104711,3,49,410 -"20666",4613,105207,3,49,451 -"20667",4613,109383,3,49,952 -"20668",4613,110719,3,49,206 -"20669",4618,2954,3,2607,2727 -"20670",4618,3164,3,2607,2693 -"20671",4618,4418,3,2607,2788 -"20672",4618,4583,3,2607,2741 -"20673",4618,5725,2,2607,2789 -"20674",4618,10890,3,2607,2639 -"20675",4618,12867,2,2607,2773 -"20676",4618,13929,3,2607,2693 -"20677",4618,19027,3,2607,2721 -"20678",4618,20700,3,2607,2861 -"20679",4618,23140,3,2607,2787 -"20680",4618,24923,3,2607,2785 -"20681",4618,25129,3,2607,2647 -"20682",4618,26351,2,2607,2683 -"20683",4618,27753,2,2607,2750 -"20684",4618,28285,2,2607,2972 -"20685",4618,37418,3,2607,2710 -"20686",4618,37620,3,2607,2716 -"20687",4618,39087,3,2607,2765 -"20688",4618,40369,3,2607,2735 -"20689",4618,44427,3,2607,2875 -"20690",4618,47947,2,2607,2681 -"20691",4618,48605,3,2607,2796 -"20692",4618,50667,3,2607,2719 -"20693",4618,51410,2,2607,2739 -"20694",4618,54740,3,2607,2750 -"20695",4618,55691,3,2607,2856 -"20696",4618,57977,2,2607,2683 -"20697",4618,60289,3,2607,2729 -"20698",4618,64793,3,2607,2819 -"20699",4618,64997,3,2607,2791 -"20700",4618,65029,3,2607,2954 -"20701",4618,70046,3,2607,2624 -"20702",4618,71518,3,2607,2805 -"20703",4620,3978,3,1818,2775 -"20704",4620,4668,3,1818,1919 -"20705",4620,4669,2,1818,2395 -"20706",4620,6989,2,1818,2623 -"20707",4620,18415,3,1818,2184 -"20708",4620,25373,3,1818,2783 -"20709",4620,28869,3,1818,2425 -"20710",4620,36183,3,1818,2117 -"20711",4620,62939,3,1818,2574 -"20712",4622,1570,3,1589,2028 -"20713",4622,1822,3,1589,2888 -"20714",4622,2181,3,1589,2030 -"20715",4622,3477,2,1589,2546 -"20716",4622,3559,3,1589,2413 -"20717",4622,4983,3,1589,1909 -"20718",4622,6063,2,1589,2349 -"20719",4622,6392,3,1589,1878 -"20720",4622,7648,2,1589,1861 -"20721",4622,8325,3,1589,2228 -"20722",4622,8993,3,1589,2099 -"20723",4622,9273,1,1589,1747 -"20724",4622,9328,3,1589,1937 -"20725",4622,9503,3,1589,2453 -"20726",4622,10435,3,1589,1984 -"20727",4622,11154,3,1589,1594 -"20728",4622,11229,3,1589,1625 -"20729",4622,13899,3,1589,2650 -"20730",4622,14442,3,1589,2700 -"20731",4622,14817,3,1589,2110 -"20732",4622,15023,3,1589,2054 -"20733",4622,16184,2,1589,2274 -"20734",4622,17768,3,1589,2468 -"20735",4622,18005,3,1589,2449 -"20736",4622,19317,3,1589,2041 -"20737",4622,20124,3,1589,2376 -"20738",4622,20547,3,1589,2145 -"20739",4622,20984,3,1589,2502 -"20740",4622,21684,3,1589,1971 -"20741",4622,22403,3,1589,1630 -"20742",4622,24867,3,1589,1861 -"20743",4622,25053,3,1589,2186 -"20744",4622,31281,3,1589,1937 -"20745",4622,31357,3,1589,2389 -"20746",4622,32339,3,1589,2430 -"20747",4622,32395,3,1589,2735 -"20748",4622,32904,1,1589,2055 -"20749",4622,33223,2,1589,2397 -"20750",4622,33451,3,1589,1957 -"20751",4622,33470,3,1589,2003 -"20752",4622,34295,2,1589,2735 -"20753",4622,35822,3,1589,1903 -"20754",4622,35844,3,1589,2961 -"20755",4622,37301,3,1589,2160 -"20756",4622,38457,3,1589,1630 -"20757",4622,40542,2,1589,1664 -"20758",4622,40759,2,1589,2789 -"20759",4622,44132,3,1589,1999 -"20760",4622,44473,2,1589,1685 -"20761",4622,44501,3,1589,2567 -"20762",4622,47094,2,1589,2592 -"20763",4622,47595,3,1589,2374 -"20764",4622,51843,3,1589,2389 -"20765",4622,52953,3,1589,1741 -"20766",4622,55307,2,1589,2306 -"20767",4622,55482,3,1589,1866 -"20768",4622,58536,3,1589,2742 -"20769",4622,59289,3,1589,2896 -"20770",4622,59790,3,1589,1827 -"20771",4622,76143,3,1589,1610 -"20772",4622,79547,3,1589,1909 -"20773",4622,80615,3,1589,2252 -"20774",4622,84317,2,1589,2081 -"20775",4622,84322,3,1589,1635 -"20776",4622,84808,3,1589,1974 -"20777",4623,1124,3,1176,1596 -"20778",4623,4701,3,1176,2401 -"20779",4623,5239,3,1176,2875 -"20780",4623,5864,3,1176,1197 -"20781",4623,9351,3,1176,1460 -"20782",4623,11976,3,1176,1727 -"20783",4623,13248,2,1176,1385 -"20784",4623,13837,3,1176,1604 -"20785",4623,14353,3,1176,2878 -"20786",4623,14564,3,1176,1581 -"20787",4623,15808,3,1176,1521 -"20788",4623,16826,3,1176,2599 -"20789",4623,17097,3,1176,1505 -"20790",4623,17852,3,1176,2840 -"20791",4623,20311,3,1176,1981 -"20792",4623,20643,3,1176,2341 -"20793",4623,22403,2,1176,1630 -"20794",4623,23509,3,1176,2275 -"20795",4623,26451,3,1176,2133 -"20796",4623,27849,3,1176,1316 -"20797",4623,31691,3,1176,1657 -"20798",4623,34158,1,1176,2639 -"20799",4623,35361,3,1176,2389 -"20800",4623,38219,3,1176,1689 -"20801",4623,39516,1,1176,2393 -"20802",4623,40487,2,1176,2512 -"20803",4623,44414,3,1176,1329 -"20804",4623,49414,3,1176,1667 -"20805",4623,51157,3,1176,2319 -"20806",4623,51319,1,1176,2488 -"20807",4623,57150,3,1176,1196 -"20808",4623,57760,3,1176,1721 -"20809",4623,61337,3,1176,2777 -"20810",4623,62148,3,1176,1566 -"20811",4623,65322,3,1176,2008 -"20812",4623,72207,3,1176,2430 -"20813",4623,85716,1,1176,1609 -"20814",4634,1369,3,2291,2487 -"20815",4634,3158,3,2291,2762 -"20816",4634,4249,3,2291,2547 -"20817",4634,8463,2,2291,2466 -"20818",4634,9724,3,2291,2713 -"20819",4634,14470,3,2291,2632 -"20820",4634,14957,2,2291,2306 -"20821",4634,15782,2,2291,2306 -"20822",4634,36478,3,2291,2808 -"20823",4634,42407,3,2291,2408 -"20824",4634,43701,3,2291,2400 -"20825",4634,47882,2,2291,2769 -"20826",4634,58711,3,2291,2746 -"20827",4634,66368,3,2291,2413 -"20828",4634,67150,3,2291,2633 -"20829",4634,73520,3,2291,2613 -"20830",4634,93553,3,2291,2537 -"20831",4646,448,3,2139,2693 -"20832",4646,3978,3,2139,2775 -"20833",4646,7014,2,2139,2401 -"20834",4646,11136,3,2139,2573 -"20835",4646,12081,3,2139,2166 -"20836",4646,18965,2,2139,2315 -"20837",4646,20894,3,2139,2214 -"20838",4646,37279,3,2139,2768 -"20839",4646,41945,3,2139,2856 -"20840",4646,54718,3,2139,2473 -"20841",4646,57356,3,2139,2476 -"20842",4646,59776,2,2139,2493 -"20843",4646,61337,3,2139,2777 -"20844",4646,69810,2,2139,2321 -"20845",4660,489,3,2149,2652 -"20846",4660,680,3,2149,2569 -"20847",4660,1519,2,2149,2349 -"20848",4660,2226,2,2149,2225 -"20849",4660,2852,3,2149,2448 -"20850",4660,2936,3,2149,2512 -"20851",4660,3127,3,2149,2273 -"20852",4660,3493,3,2149,2451 -"20853",4660,3770,3,2149,2623 -"20854",4660,3978,3,2149,2775 -"20855",4660,4367,3,2149,2794 -"20856",4660,4831,3,2149,2365 -"20857",4660,5106,3,2149,2622 -"20858",4660,5683,2,2149,2468 -"20859",4660,8062,3,2149,2858 -"20860",4660,8610,3,2149,2240 -"20861",4660,9785,3,2149,2951 -"20862",4660,10766,3,2149,2647 -"20863",4660,12361,3,2149,2732 -"20864",4660,13079,3,2149,2547 -"20865",4660,13879,3,2149,2748 -"20866",4660,14754,3,2149,2456 -"20867",4660,14915,3,2149,2606 -"20868",4660,17033,3,2149,2771 -"20869",4660,19073,3,2149,2748 -"20870",4660,19364,3,2149,2846 -"20871",4660,19655,3,2149,2706 -"20872",4660,20941,2,2149,2725 -"20873",4660,22709,3,2149,2743 -"20874",4660,23154,3,2149,2345 -"20875",4660,23756,3,2149,2309 -"20876",4660,27686,1,2149,2844 -"20877",4660,29977,3,2149,2781 -"20878",4660,30034,3,2149,2357 -"20879",4660,30368,3,2149,2487 -"20880",4660,31335,3,2149,2351 -"20881",4660,32202,2,2149,2314 -"20882",4660,35456,3,2149,2358 -"20883",4660,36278,3,2149,2952 -"20884",4660,36487,1,2149,2622 -"20885",4660,37059,3,2149,2840 -"20886",4660,38691,2,2149,2585 -"20887",4660,39534,2,2149,2410 -"20888",4660,39906,3,2149,2365 -"20889",4660,40572,2,2149,2666 -"20890",4660,41023,3,2149,2408 -"20891",4660,43673,2,2149,2787 -"20892",4660,46261,3,2149,2350 -"20893",4660,46384,3,2149,2285 -"20894",4660,47013,3,2149,2388 -"20895",4660,49347,3,2149,2504 -"20896",4660,51144,3,2149,2466 -"20897",4660,51774,2,2149,2459 -"20898",4660,61513,3,2149,2948 -"20899",4660,62626,2,2149,2787 -"20900",4660,63641,1,2149,2337 -"20901",4660,70583,3,2149,2615 -"20902",4660,78423,3,2149,2840 -"20903",4660,92297,2,2149,2952 -"20904",4665,371,3,1569,2950 -"20905",4665,997,3,1569,2788 -"20906",4665,1124,3,1569,1596 -"20907",4665,1519,2,1569,2349 -"20908",4665,2418,3,1569,2020 -"20909",4665,2667,2,1569,2819 -"20910",4665,2747,3,1569,2411 -"20911",4665,2852,2,1569,2448 -"20912",4665,2936,3,1569,2512 -"20913",4665,3477,3,1569,2546 -"20914",4665,3493,2,1569,2451 -"20915",4665,4526,3,1569,1728 -"20916",4665,4831,3,1569,2365 -"20917",4665,5897,3,1569,2337 -"20918",4665,6063,3,1569,2349 -"20919",4665,7861,3,1569,1647 -"20920",4665,8354,3,1569,1705 -"20921",4665,9503,3,1569,2453 -"20922",4665,9787,3,1569,2858 -"20923",4665,10473,3,1569,1783 -"20924",4665,14959,3,1569,2898 -"20925",4665,16690,3,1569,2132 -"20926",4665,16796,3,1569,1892 -"20927",4665,18421,3,1569,2457 -"20928",4665,19686,3,1569,2467 -"20929",4665,20941,3,1569,2725 -"20930",4665,21406,3,1569,2714 -"20931",4665,22244,3,1569,2139 -"20932",4665,23131,3,1569,1732 -"20933",4665,24069,3,1569,2697 -"20934",4665,25330,3,1569,2370 -"20935",4665,28051,2,1569,2089 -"20936",4665,28970,3,1569,2111 -"20937",4665,30034,2,1569,2357 -"20938",4665,30368,3,1569,2487 -"20939",4665,30525,3,1569,1964 -"20940",4665,31335,3,1569,2351 -"20941",4665,31866,3,1569,2101 -"20942",4665,33223,3,1569,2397 -"20943",4665,34216,3,1569,2832 -"20944",4665,35822,3,1569,1903 -"20945",4665,37149,3,1569,1673 -"20946",4665,38691,3,1569,2585 -"20947",4665,39418,3,1569,1978 -"20948",4665,40542,3,1569,1664 -"20949",4665,41023,3,1569,2408 -"20950",4665,41187,3,1569,2340 -"20951",4665,41633,3,1569,1976 -"20952",4665,46982,3,1569,2806 -"20953",4665,51144,3,1569,2466 -"20954",4665,54924,3,1569,2603 -"20955",4665,57180,3,1569,2703 -"20956",4665,58501,3,1569,2613 -"20957",4665,70583,3,1569,2615 -"20958",4665,73107,3,1569,1918 -"20959",4665,99351,3,1569,2939 -"20960",4668,2206,3,1919,2536 -"20961",4668,3127,2,1919,2273 -"20962",4668,4669,1,1919,2395 -"20963",4668,5897,3,1919,2337 -"20964",4668,6989,3,1919,2623 -"20965",4668,7252,3,1919,2799 -"20966",4668,8568,3,1919,2706 -"20967",4668,8890,3,1919,1955 -"20968",4668,9785,3,1919,2951 -"20969",4668,9787,3,1919,2858 -"20970",4668,10980,2,1919,1974 -"20971",4668,11648,3,1919,2852 -"20972",4668,12948,3,1919,2669 -"20973",4668,14749,3,1919,1998 -"20974",4668,14781,3,1919,2338 -"20975",4668,14817,3,1919,2110 -"20976",4668,16286,3,1919,2470 -"20977",4668,18415,3,1919,2184 -"20978",4668,27742,3,1919,2700 -"20979",4668,27914,3,1919,2507 -"20980",4668,28869,2,1919,2425 -"20981",4668,29116,3,1919,2128 -"20982",4668,30318,3,1919,2395 -"20983",4668,30525,3,1919,1964 -"20984",4668,31868,3,1919,1993 -"20985",4668,32942,3,1919,2038 -"20986",4668,35728,3,1919,2017 -"20987",4668,36183,3,1919,2117 -"20988",4668,36953,3,1919,2790 -"20989",4668,39534,3,1919,2410 -"20990",4668,40572,3,1919,2666 -"20991",4668,45869,2,1919,2840 -"20992",4668,56538,3,1919,2796 -"20993",4668,56995,3,1919,2323 -"20994",4668,92297,3,1919,2952 -"20995",4669,680,3,2395,2569 -"20996",4669,2206,3,2395,2536 -"20997",4669,2852,3,2395,2448 -"20998",4669,3978,3,2395,2775 -"20999",4669,4361,3,2395,2571 -"21000",4669,5106,3,2395,2622 -"21001",4669,6989,2,2395,2623 -"21002",4669,7252,3,2395,2799 -"21003",4669,7785,3,2395,2441 -"21004",4669,7942,3,2395,2623 -"21005",4669,8568,2,2395,2706 -"21006",4669,9785,3,2395,2951 -"21007",4669,11648,3,2395,2852 -"21008",4669,12759,3,2395,2414 -"21009",4669,12948,2,2395,2669 -"21010",4669,16286,3,2395,2470 -"21011",4669,17037,3,2395,2947 -"21012",4669,18810,3,2395,2671 -"21013",4669,25373,3,2395,2783 -"21014",4669,27390,3,2395,2425 -"21015",4669,27742,3,2395,2700 -"21016",4669,27908,3,2395,2576 -"21017",4669,27914,3,2395,2507 -"21018",4669,28869,2,2395,2425 -"21019",4669,36912,3,2395,2469 -"21020",4669,36953,3,2395,2790 -"21021",4669,37059,3,2395,2840 -"21022",4669,39534,2,2395,2410 -"21023",4669,40572,2,2395,2666 -"21024",4669,41023,3,2395,2408 -"21025",4669,45869,2,2395,2840 -"21026",4669,49347,3,2395,2504 -"21027",4669,50585,3,2395,2414 -"21028",4671,997,2,2280,2788 -"21029",4671,1102,3,2280,2282 -"21030",4671,3495,3,2280,2431 -"21031",4671,5515,3,2280,2385 -"21032",4671,5669,3,2280,2502 -"21033",4671,5725,3,2280,2789 -"21034",4671,7616,3,2280,2296 -"21035",4671,11067,3,2280,2734 -"21036",4671,20162,2,2280,2328 -"21037",4671,21406,3,2280,2714 -"21038",4671,28285,3,2280,2972 -"21039",4671,28635,3,2280,2368 -"21040",4671,31799,3,2280,2547 -"21041",4671,35514,3,2280,2346 -"21042",4671,42129,3,2280,2318 -"21043",4671,42216,3,2280,2722 -"21044",4671,45302,3,2280,2390 -"21045",4671,48571,1,2280,2717 -"21046",4671,50667,3,2280,2719 -"21047",4671,51035,3,2280,2397 -"21048",4671,53219,2,2280,2973 -"21049",4671,62840,3,2280,2502 -"21050",4671,72334,3,2280,2820 -"21051",4675,6982,3,1741,2034 -"21052",4675,7009,3,1741,1982 -"21053",4675,22311,3,1741,2034 -"21054",4675,25480,1,1741,2747 -"21055",4675,29224,3,1741,2011 -"21056",4675,34842,2,1741,2050 -"21057",4675,35360,3,1741,2043 -"21058",4675,41023,3,1741,2408 -"21059",4675,51364,3,1741,2660 -"21060",4675,54067,3,1741,2433 -"21061",4675,54879,3,1741,2210 -"21062",4675,64255,3,1741,2309 -"21063",4675,102284,3,1741,2877 -"21064",4681,1639,3,2356,2631 -"21065",4681,2936,3,2356,2512 -"21066",4681,9272,3,2356,2835 -"21067",4681,16352,3,2356,2657 -"21068",4681,18202,3,2356,2475 -"21069",4681,19215,3,2356,2604 -"21070",4681,19364,1,2356,2846 -"21071",4681,22709,2,2356,2743 -"21072",4681,34735,3,2356,2767 -"21073",4681,39906,3,2356,2365 -"21074",4681,54929,3,2356,2783 -"21075",4681,60879,3,2356,2792 -"21076",4681,70046,3,2356,2624 -"21077",4681,73553,2,2356,2726 -"21078",4681,121354,3,2356,2862 -"21079",4687,380,3,2152,2261 -"21080",4687,671,3,2152,2328 -"21081",4687,1102,3,2152,2282 -"21082",4687,1136,3,2152,2536 -"21083",4687,2572,3,2152,2273 -"21084",4687,2954,3,2152,2727 -"21085",4687,4618,3,2152,2607 -"21086",4687,5725,3,2152,2789 -"21087",4687,5839,3,2152,2301 -"21088",4687,6390,2,2152,2385 -"21089",4687,6491,2,2152,2424 -"21090",4687,7847,3,2152,2424 -"21091",4687,8762,3,2152,2585 -"21092",4687,9150,3,2152,2689 -"21093",4687,9362,3,2152,2879 -"21094",4687,10890,2,2152,2639 -"21095",4687,11351,3,2152,2971 -"21096",4687,14652,2,2152,2516 -"21097",4687,20563,3,2152,2267 -"21098",4687,21104,3,2152,2327 -"21099",4687,22415,3,2152,2841 -"21100",4687,23132,3,2152,2756 -"21101",4687,23216,3,2152,2424 -"21102",4687,23704,3,2152,2278 -"21103",4687,24448,3,2152,2289 -"21104",4687,26436,2,2152,2489 -"21105",4687,26516,3,2152,2479 -"21106",4687,26721,3,2152,2586 -"21107",4687,27275,3,2152,2656 -"21108",4687,27390,3,2152,2425 -"21109",4687,27628,2,2152,2389 -"21110",4687,27753,3,2152,2750 -"21111",4687,31235,2,2152,2668 -"21112",4687,31799,3,2152,2547 -"21113",4687,34216,3,2152,2832 -"21114",4687,38727,3,2152,2238 -"21115",4687,38780,3,2152,2705 -"21116",4687,39411,3,2152,2384 -"21117",4687,40369,3,2152,2735 -"21118",4687,40931,3,2152,2301 -"21119",4687,42216,3,2152,2722 -"21120",4687,43173,3,2152,2895 -"21121",4687,45302,3,2152,2390 -"21122",4687,47445,3,2152,2668 -"21123",4687,51410,3,2152,2739 -"21124",4687,52576,3,2152,2234 -"21125",4687,54740,3,2152,2750 -"21126",4687,56082,3,2152,2395 -"21127",4687,57544,3,2152,2443 -"21128",4687,58508,3,2152,2326 -"21129",4687,60661,2,2152,2700 -"21130",4687,62219,3,2152,2494 -"21131",4687,64793,3,2152,2819 -"21132",4687,64997,3,2152,2791 -"21133",4687,70046,3,2152,2624 -"21134",4687,79804,3,2152,2227 -"21135",4690,279,3,1938,1989 -"21136",4690,380,2,1938,2261 -"21137",4690,1102,2,1938,2282 -"21138",4690,1691,3,1938,1941 -"21139",4690,2572,2,1938,2273 -"21140",4690,3163,3,1938,2020 -"21141",4690,3801,1,1938,1974 -"21142",4690,5235,3,1938,2324 -"21143",4690,6052,3,1938,1985 -"21144",4690,6074,2,1938,2426 -"21145",4690,6491,3,1938,2424 -"21146",4690,8762,3,1938,2585 -"21147",4690,9362,3,1938,2879 -"21148",4690,10513,2,1938,2284 -"21149",4690,11440,3,1938,2026 -"21150",4690,12374,3,1938,2260 -"21151",4690,12528,3,1938,2589 -"21152",4690,12602,2,1938,1956 -"21153",4690,12728,3,1938,2374 -"21154",4690,14655,3,1938,2559 -"21155",4690,14834,2,1938,2739 -"21156",4690,15381,3,1938,2289 -"21157",4690,16535,3,1938,1993 -"21158",4690,19248,3,1938,2357 -"21159",4690,21138,3,1938,2849 -"21160",4690,21682,3,1938,2414 -"21161",4690,21929,3,1938,2062 -"21162",4690,24060,3,1938,2349 -"21163",4690,24721,3,1938,2326 -"21164",4690,26067,3,1938,2069 -"21165",4690,26671,3,1938,2279 -"21166",4690,33430,3,1938,2225 -"21167",4690,33981,3,1938,1993 -"21168",4690,35815,3,1938,2789 -"21169",4690,40493,3,1938,1981 -"21170",4690,42216,3,1938,2722 -"21171",4690,45302,3,1938,2390 -"21172",4690,46950,2,1938,2673 -"21173",4690,47248,3,1938,2883 -"21174",4690,48605,3,1938,2796 -"21175",4690,49110,3,1938,2938 -"21176",4690,50134,3,1938,2674 -"21177",4690,51017,2,1938,2073 -"21178",4690,51035,3,1938,2397 -"21179",4690,51866,3,1938,2411 -"21180",4690,64699,3,1938,2797 -"21181",4690,66983,3,1938,2397 -"21182",4690,66992,3,1938,2882 -"21183",4690,80825,2,1938,2315 -"21184",4691,843,1,1888,2332 -"21185",4691,3271,3,1888,2216 -"21186",4691,9272,3,1888,2835 -"21187",4691,15023,3,1888,2054 -"21188",4691,20547,3,1888,2145 -"21189",4691,20739,3,1888,2025 -"21190",4691,35844,3,1888,2961 -"21191",4691,43226,3,1888,2442 -"21192",4691,47882,3,1888,2769 -"21193",4691,48110,3,1888,2009 -"21194",4691,50045,3,1888,2635 -"21195",4691,51843,3,1888,2389 -"21196",4691,54385,3,1888,2340 -"21197",4691,58508,3,1888,2326 -"21198",4691,59289,3,1888,2896 -"21199",4691,69335,3,1888,2698 -"21200",4691,84808,3,1888,1974 -"21201",4698,10200,3,2481,2920 -"21202",4698,11429,2,2481,2520 -"21203",4698,14761,3,2481,2502 -"21204",4698,20695,3,2481,2526 -"21205",4698,26152,2,2481,2818 -"21206",4698,33755,3,2481,2963 -"21207",4698,37342,2,2481,2649 -"21208",4698,50621,3,2481,2809 -"21209",4698,70656,3,2481,2771 -"21210",4701,270,3,2401,2542 -"21211",4701,307,3,2401,2530 -"21212",4701,3765,3,2401,2775 -"21213",4701,9311,3,2401,2477 -"21214",4701,10148,3,2401,2964 -"21215",4701,15626,3,2401,2434 -"21216",4701,17852,3,2401,2840 -"21217",4701,19606,3,2401,2783 -"21218",4701,22331,3,2401,2687 -"21219",4701,22714,3,2401,2793 -"21220",4701,27390,3,2401,2425 -"21221",4701,31799,3,2401,2547 -"21222",4701,32457,3,2401,2690 -"21223",4701,33433,2,2401,2805 -"21224",4701,33801,3,2401,2899 -"21225",4701,38755,3,2401,2902 -"21226",4701,39556,3,2401,2747 -"21227",4701,43518,3,2401,2680 -"21228",4701,43929,3,2401,2749 -"21229",4701,51319,3,2401,2488 -"21230",4701,55468,2,2401,2511 -"21231",4701,57732,3,2401,2454 -"21232",4701,57977,3,2401,2683 -"21233",4701,59113,3,2401,2434 -"21234",4701,72207,2,2401,2430 -"21235",4701,79322,3,2401,2770 -"21236",4705,2446,3,1714,2606 -"21237",4705,2484,3,1714,2389 -"21238",4705,3068,3,1714,1815 -"21239",4705,3495,3,1714,2431 -"21240",4705,3853,3,1714,2465 -"21241",4705,4551,3,1714,2720 -"21242",4705,6222,3,1714,1949 -"21243",4705,7858,3,1714,1795 -"21244",4705,9175,3,1714,2639 -"21245",4705,12432,3,1714,1816 -"21246",4705,12449,3,1714,2067 -"21247",4705,13869,3,1714,1786 -"21248",4705,13929,3,1714,2693 -"21249",4705,14328,3,1714,1725 -"21250",4705,14959,3,1714,2898 -"21251",4705,17520,3,1714,2276 -"21252",4705,17943,3,1714,1943 -"21253",4705,18670,3,1714,1835 -"21254",4705,20219,3,1714,2313 -"21255",4705,20423,2,1714,2654 -"21256",4705,20486,2,1714,1908 -"21257",4705,21138,3,1714,2849 -"21258",4705,22277,3,1714,2424 -"21259",4705,23139,3,1714,2644 -"21260",4705,23319,2,1714,2867 -"21261",4705,23641,3,1714,1934 -"21262",4705,24558,2,1714,2139 -"21263",4705,25078,2,1714,2312 -"21264",4705,25129,3,1714,2647 -"21265",4705,26671,3,1714,2279 -"21266",4705,29899,3,1714,2375 -"21267",4705,30236,3,1714,2238 -"21268",4705,30334,3,1714,2075 -"21269",4705,31159,3,1714,2231 -"21270",4705,35360,2,1714,2043 -"21271",4705,37636,3,1714,2178 -"21272",4705,38259,3,1714,2258 -"21273",4705,38921,3,1714,1880 -"21274",4705,40392,3,1714,1878 -"21275",4705,44268,3,1714,2436 -"21276",4705,46742,3,1714,2144 -"21277",4705,47082,3,1714,1990 -"21278",4705,47812,3,1714,2343 -"21279",4705,49787,2,1714,2352 -"21280",4705,49812,2,1714,1816 -"21281",4705,50252,3,1714,2001 -"21282",4705,51783,3,1714,2599 -"21283",4705,56854,2,1714,2022 -"21284",4705,62841,3,1714,2710 -"21285",4705,65572,3,1714,2750 -"21286",4705,66124,2,1714,2174 -"21287",4705,83862,3,1714,2026 -"21288",4705,117080,3,1714,2357 -"21289",4707,4583,2,2588,2741 -"21290",4707,43173,3,2588,2895 -"21291",4723,499,3,1314,1931 -"21292",4723,1151,3,1314,2885 -"21293",4723,1777,3,1314,1965 -"21294",4723,2036,3,1314,2483 -"21295",4723,2208,3,1314,2814 -"21296",4723,2370,3,1314,1600 -"21297",4723,2484,3,1314,2389 -"21298",4723,5462,3,1314,2374 -"21299",4723,6996,3,1314,2916 -"21300",4723,7703,2,1314,2122 -"21301",4723,8258,3,1314,1959 -"21302",4723,11477,3,1314,2724 -"21303",4723,15401,3,1314,1999 -"21304",4723,16801,3,1314,2008 -"21305",4723,16896,3,1314,2223 -"21306",4723,17938,3,1314,1410 -"21307",4723,18670,3,1314,1835 -"21308",4723,19606,2,1314,2783 -"21309",4723,21920,3,1314,2367 -"21310",4723,28635,2,1314,2368 -"21311",4723,29512,3,1314,1594 -"21312",4723,31950,3,1314,2217 -"21313",4723,32988,3,1314,2008 -"21314",4723,33356,3,1314,1586 -"21315",4723,38219,3,1314,1689 -"21316",4723,38755,3,1314,2902 -"21317",4723,40565,3,1314,2115 -"21318",4723,44089,3,1314,1632 -"21319",4723,45449,3,1314,1610 -"21320",4723,46680,1,1314,1690 -"21321",4723,53293,2,1314,2916 -"21322",4723,57549,2,1314,2335 -"21323",4723,61921,2,1314,1793 -"21324",4723,65155,3,1314,1947 -"21325",4723,67129,3,1314,2335 -"21326",4723,71024,3,1314,2312 -"21327",4723,82270,2,1314,1641 -"21328",4723,92366,3,1314,1434 -"21329",4723,107318,3,1314,1963 -"21330",4730,448,3,2131,2693 -"21331",4730,1685,3,2131,2230 -"21332",4730,2344,3,2131,2752 -"21333",4730,3255,3,2131,2504 -"21334",4730,4612,3,2131,2804 -"21335",4730,6824,3,2131,2680 -"21336",4730,7252,3,2131,2799 -"21337",4730,7433,1,2131,2255 -"21338",4730,8568,3,2131,2706 -"21339",4730,9861,3,2131,2680 -"21340",4730,10495,3,2131,2230 -"21341",4730,10638,3,2131,2692 -"21342",4730,11103,3,2131,2393 -"21343",4730,11506,2,2131,2824 -"21344",4730,14626,3,2131,2175 -"21345",4730,16286,3,2131,2470 -"21346",4730,17221,3,2131,2487 -"21347",4730,18943,3,2131,2861 -"21348",4730,19858,3,2131,2357 -"21349",4730,20007,3,2131,2971 -"21350",4730,20200,3,2131,2322 -"21351",4730,21180,1,2131,2762 -"21352",4730,21463,2,2131,2437 -"21353",4730,22905,3,2131,2599 -"21354",4730,27783,3,2131,2302 -"21355",4730,34162,1,2131,2336 -"21356",4730,35477,3,2131,2703 -"21357",4730,36136,2,2131,2338 -"21358",4730,36912,3,2131,2469 -"21359",4730,38309,3,2131,2644 -"21360",4730,39105,2,2131,2487 -"21361",4730,41955,3,2131,2479 -"21362",4730,42813,3,2131,2142 -"21363",4730,46951,3,2131,2429 -"21364",4730,47968,3,2131,2829 -"21365",4730,49147,3,2131,2539 -"21366",4730,50635,3,2131,2962 -"21367",4730,53362,3,2131,2360 -"21368",4730,54775,3,2131,2383 -"21369",4730,55604,3,2131,2342 -"21370",4730,55775,1,2131,2385 -"21371",4730,56673,3,2131,2419 -"21372",4730,57678,3,2131,2441 -"21373",4730,64174,3,2131,2377 -"21374",4730,76132,2,2131,2426 -"21375",4736,14731,3,955,2012 -"21376",4736,45545,3,955,1776 -"21377",4736,68766,2,955,1383 -"21378",4751,36646,3,2696,2744 -"21379",4757,6820,3,390,1318 -"21380",4757,24116,3,390,1413 -"21381",4757,29276,3,390,2000 -"21382",4757,34953,3,390,1817 -"21383",4757,55056,3,390,516 -"21384",4757,61973,2,390,892 -"21385",4757,78460,3,390,985 -"21386",4757,99084,2,390,1236 -"21387",4757,116792,3,390,2397 -"21388",4763,206,3,1960,1986 -"21389",4763,313,3,1960,2271 -"21390",4763,362,3,1960,2537 -"21391",4763,377,3,1960,2389 -"21392",4763,543,3,1960,2203 -"21393",4763,823,3,1960,2840 -"21394",4763,1151,3,1960,2885 -"21395",4763,1321,3,1960,2075 -"21396",4763,1495,1,1960,2046 -"21397",4763,1616,2,1960,2662 -"21398",4763,1777,3,1960,1965 -"21399",4763,2036,3,1960,2483 -"21400",4763,2484,3,1960,2389 -"21401",4763,3161,3,1960,2229 -"21402",4763,3853,2,1960,2465 -"21403",4763,4057,3,1960,2389 -"21404",4763,5078,3,1960,2033 -"21405",4763,5315,3,1960,2631 -"21406",4763,5429,3,1960,1991 -"21407",4763,5457,3,1960,2077 -"21408",4763,5462,3,1960,2374 -"21409",4763,5504,3,1960,2389 -"21410",4763,5622,3,1960,2175 -"21411",4763,6047,3,1960,2004 -"21412",4763,7078,3,1960,2344 -"21413",4763,7323,3,1960,2858 -"21414",4763,8760,3,1960,2477 -"21415",4763,9311,3,1960,2477 -"21416",4763,9893,3,1960,2701 -"21417",4763,10358,3,1960,2294 -"21418",4763,10638,3,1960,2692 -"21419",4763,10779,3,1960,2881 -"21420",4763,10843,3,1960,2277 -"21421",4763,10857,3,1960,2253 -"21422",4763,11055,3,1960,2111 -"21423",4763,12775,3,1960,1982 -"21424",4763,12976,3,1960,2399 -"21425",4763,14032,3,1960,2144 -"21426",4763,15184,2,1960,2396 -"21427",4763,15626,2,1960,2434 -"21428",4763,17520,3,1960,2276 -"21429",4763,19027,2,1960,2721 -"21430",4763,19528,3,1960,2742 -"21431",4763,20700,2,1960,2861 -"21432",4763,21682,3,1960,2414 -"21433",4763,23310,3,1960,2371 -"21434",4763,25198,3,1960,1982 -"21435",4763,26608,3,1960,2329 -"21436",4763,28218,2,1960,2048 -"21437",4763,29930,3,1960,2240 -"21438",4763,31799,2,1960,2547 -"21439",4763,32516,3,1960,2050 -"21440",4763,33160,3,1960,2441 -"21441",4763,33433,3,1960,2805 -"21442",4763,35256,3,1960,2271 -"21443",4763,36559,3,1960,2473 -"21444",4763,37570,3,1960,2389 -"21445",4763,41955,3,1960,2479 -"21446",4763,47098,3,1960,2057 -"21447",4763,50252,2,1960,2001 -"21448",4763,51853,2,1960,2520 -"21449",4763,53293,3,1960,2916 -"21450",4763,54551,3,1960,2348 -"21451",4763,56537,3,1960,2409 -"21452",4763,57977,3,1960,2683 -"21453",4763,59113,3,1960,2434 -"21454",4763,59205,3,1960,2387 -"21455",4763,65029,3,1960,2954 -"21456",4763,78563,3,1960,2385 -"21457",4763,102666,3,1960,2726 -"21458",4768,19637,3,1111,1229 -"21459",4768,20067,2,1111,2390 -"21460",4768,21706,3,1111,1988 -"21461",4768,22543,3,1111,1594 -"21462",4768,23869,3,1111,1918 -"21463",4768,33801,3,1111,2899 -"21464",4768,53475,3,1111,2853 -"21465",4768,69250,3,1111,1439 -"21466",4768,76398,2,1111,2400 -"21467",4768,97160,3,1111,1215 -"21468",4775,3152,2,1500,1621 -"21469",4775,5852,3,1500,1862 -"21470",4775,9503,3,1500,2453 -"21471",4775,12577,2,1500,2530 -"21472",4775,13920,3,1500,1709 -"21473",4775,14626,3,1500,2175 -"21474",4775,14654,3,1500,1692 -"21475",4775,16205,2,1500,2630 -"21476",4775,30404,3,1500,1810 -"21477",4775,35980,3,1500,2657 -"21478",4775,37342,3,1500,2649 -"21479",4775,44464,3,1500,1619 -"21480",4775,51038,3,1500,2400 -"21481",4775,56737,3,1500,2270 -"21482",4775,64174,3,1500,2377 -"21483",4775,82226,3,1500,1619 -"21484",4779,341,2,379,2689 -"21485",4779,841,2,379,2964 -"21486",4779,2057,3,379,1965 -"21487",4779,2985,3,379,2398 -"21488",4779,3456,3,379,1999 -"21489",4779,6821,3,379,1788 -"21490",4779,8865,3,379,2394 -"21491",4779,12067,3,379,1213 -"21492",4779,12249,3,379,1965 -"21493",4779,19587,3,379,1684 -"21494",4779,27312,3,379,2469 -"21495",4779,30891,3,379,1256 -"21496",4779,31331,3,379,2964 -"21497",4779,32920,3,379,2158 -"21498",4779,40623,3,379,2580 -"21499",4779,41446,3,379,1103 -"21500",4779,43961,2,379,2443 -"21501",4779,47375,3,379,2043 -"21502",4779,54782,3,379,565 -"21503",4779,56755,3,379,2158 -"21504",4779,58829,2,379,1256 -"21505",4779,64967,2,379,2872 -"21506",4779,67942,3,379,973 -"21507",4779,67963,3,379,806 -"21508",4779,74681,3,379,837 -"21509",4779,80671,3,379,665 -"21510",4779,87011,3,379,1592 -"21511",4779,87269,3,379,847 -"21512",4779,90658,3,379,523 -"21513",4779,90837,3,379,825 -"21514",4779,95416,3,379,982 -"21515",4779,99222,3,379,829 -"21516",4779,119921,3,379,1113 -"21517",4784,3158,3,2511,2762 -"21518",4784,4249,2,2511,2547 -"21519",4784,6345,3,2511,2713 -"21520",4784,6747,3,2511,2913 -"21521",4784,9724,3,2511,2713 -"21522",4784,17499,3,2511,2954 -"21523",4784,32576,3,2511,2881 -"21524",4784,33460,3,2511,2781 -"21525",4784,37684,3,2511,2899 -"21526",4784,53652,3,2511,2899 -"21527",4784,73520,3,2511,2613 -"21528",4785,212,3,996,1513 -"21529",4785,2424,3,996,2582 -"21530",4785,2982,3,996,1233 -"21531",4785,4705,3,996,1714 -"21532",4785,6052,3,996,1985 -"21533",4785,6612,2,996,2343 -"21534",4785,6740,3,996,2699 -"21535",4785,7258,3,996,1714 -"21536",4785,14152,3,996,2007 -"21537",4785,16940,3,996,1290 -"21538",4785,17883,3,996,1006 -"21539",4785,18707,3,996,1143 -"21540",4785,19248,3,996,2357 -"21541",4785,19719,3,996,2177 -"21542",4785,21197,2,996,1437 -"21543",4785,21285,3,996,2100 -"21544",4785,22277,2,996,2424 -"21545",4785,23139,2,996,2644 -"21546",4785,23319,1,996,2867 -"21547",4785,23727,3,996,1734 -"21548",4785,23729,2,996,1624 -"21549",4785,23970,3,996,1624 -"21550",4785,24853,2,996,1004 -"21551",4785,25129,2,996,2647 -"21552",4785,26582,3,996,2772 -"21553",4785,29917,3,996,1962 -"21554",4785,30052,3,996,2855 -"21555",4785,32942,3,996,2038 -"21556",4785,34509,3,996,1973 -"21557",4785,35113,2,996,1327 -"21558",4785,36637,3,996,2085 -"21559",4785,44151,3,996,1796 -"21560",4785,51810,3,996,1401 -"21561",4785,52136,3,996,1412 -"21562",4785,52576,2,996,2234 -"21563",4785,55082,3,996,1856 -"21564",4785,58652,3,996,1437 -"21565",4785,59677,3,996,1174 -"21566",4785,61982,3,996,2725 -"21567",4785,62841,2,996,2710 -"21568",4785,70217,3,996,2332 -"21569",4785,71342,3,996,1289 -"21570",4785,73920,3,996,2343 -"21571",4785,76892,3,996,2381 -"21572",4785,83862,3,996,2026 -"21573",4785,98080,3,996,1265 -"21574",4790,135,3,1025,2233 -"21575",4790,145,3,1025,1998 -"21576",4790,212,3,1025,1513 -"21577",4790,270,3,1025,2542 -"21578",4790,307,3,1025,2530 -"21579",4790,600,3,1025,1702 -"21580",4790,671,3,1025,2328 -"21581",4790,913,2,1025,2144 -"21582",4790,1127,3,1025,1188 -"21583",4790,1130,3,1025,1566 -"21584",4790,1592,3,1025,2006 -"21585",4790,1691,3,1025,1941 -"21586",4790,2208,3,1025,2814 -"21587",4790,2322,2,1025,1645 -"21588",4790,2325,3,1025,1641 -"21589",4790,2424,2,1025,2582 -"21590",4790,2533,3,1025,2016 -"21591",4790,2540,3,1025,1398 -"21592",4790,2754,3,1025,1360 -"21593",4790,3011,3,1025,2278 -"21594",4790,3305,3,1025,2839 -"21595",4790,3830,3,1025,1661 -"21596",4790,3961,3,1025,2426 -"21597",4790,3966,3,1025,2425 -"21598",4790,4226,3,1025,1903 -"21599",4790,4289,2,1025,1921 -"21600",4790,4317,2,1025,1224 -"21601",4790,4701,2,1025,2401 -"21602",4790,4791,1,1025,1184 -"21603",4790,5451,3,1025,1299 -"21604",4790,5462,3,1025,2374 -"21605",4790,6363,3,1025,2066 -"21606",4790,6627,3,1025,2063 -"21607",4790,6718,3,1025,2138 -"21608",4790,6989,3,1025,2623 -"21609",4790,7241,3,1025,2259 -"21610",4790,7555,3,1025,1943 -"21611",4790,7847,3,1025,2424 -"21612",4790,7861,3,1025,1647 -"21613",4790,8274,3,1025,1909 -"21614",4790,8888,3,1025,1328 -"21615",4790,9311,3,1025,2477 -"21616",4790,9364,3,1025,1698 -"21617",4790,9511,3,1025,1232 -"21618",4790,10513,3,1025,2284 -"21619",4790,11006,3,1025,1950 -"21620",4790,11103,3,1025,2393 -"21621",4790,11541,3,1025,1927 -"21622",4790,12067,3,1025,1213 -"21623",4790,12096,3,1025,1330 -"21624",4790,12528,3,1025,2589 -"21625",4790,12728,3,1025,2374 -"21626",4790,12863,2,1025,2027 -"21627",4790,13248,3,1025,1385 -"21628",4790,13929,3,1025,2693 -"21629",4790,13945,3,1025,1324 -"21630",4790,15005,3,1025,1415 -"21631",4790,15813,3,1025,2143 -"21632",4790,16201,3,1025,1811 -"21633",4790,16940,3,1025,1290 -"21634",4790,17376,3,1025,1202 -"21635",4790,17698,3,1025,1559 -"21636",4790,17852,3,1025,2840 -"21637",4790,17931,3,1025,1617 -"21638",4790,18707,2,1025,1143 -"21639",4790,19248,3,1025,2357 -"21640",4790,19719,3,1025,2177 -"21641",4790,20287,3,1025,1099 -"21642",4790,20311,3,1025,1981 -"21643",4790,20643,3,1025,2341 -"21644",4790,20662,3,1025,1523 -"21645",4790,20975,3,1025,1305 -"21646",4790,21122,2,1025,1701 -"21647",4790,21197,3,1025,1437 -"21648",4790,21285,3,1025,2100 -"21649",4790,21463,3,1025,2437 -"21650",4790,21593,3,1025,1312 -"21651",4790,21693,3,1025,2176 -"21652",4790,22282,1,1025,1418 -"21653",4790,22326,3,1025,2818 -"21654",4790,22331,3,1025,2687 -"21655",4790,22362,3,1025,1836 -"21656",4790,22455,3,1025,1197 -"21657",4790,22714,3,1025,2793 -"21658",4790,23508,3,1025,1907 -"21659",4790,23509,3,1025,2275 -"21660",4790,23705,3,1025,2699 -"21661",4790,23729,3,1025,1624 -"21662",4790,23825,3,1025,1913 -"21663",4790,23918,3,1025,1881 -"21664",4790,24005,3,1025,1188 -"21665",4790,24286,3,1025,1280 -"21666",4790,24448,3,1025,2289 -"21667",4790,24568,3,1025,1937 -"21668",4790,24755,2,1025,1319 -"21669",4790,25129,3,1025,2647 -"21670",4790,25305,2,1025,2447 -"21671",4790,25341,3,1025,1858 -"21672",4790,25577,3,1025,1946 -"21673",4790,26282,3,1025,1241 -"21674",4790,26451,2,1025,2133 -"21675",4790,26471,3,1025,1061 -"21676",4790,26570,3,1025,1669 -"21677",4790,26749,3,1025,2965 -"21678",4790,27175,2,1025,1447 -"21679",4790,27275,2,1025,2656 -"21680",4790,27390,1,1025,2425 -"21681",4790,27694,3,1025,2030 -"21682",4790,27792,3,1025,1308 -"21683",4790,27837,3,1025,1315 -"21684",4790,27849,2,1025,1316 -"21685",4790,28015,3,1025,1624 -"21686",4790,28635,3,1025,2368 -"21687",4790,29962,2,1025,2201 -"21688",4790,30052,3,1025,2855 -"21689",4790,31050,3,1025,1491 -"21690",4790,31235,3,1025,2668 -"21691",4790,31243,3,1025,1355 -"21692",4790,32173,3,1025,2341 -"21693",4790,32457,3,1025,2690 -"21694",4790,32601,2,1025,1033 -"21695",4790,33356,3,1025,1586 -"21696",4790,33433,3,1025,2805 -"21697",4790,33622,3,1025,2230 -"21698",4790,34509,3,1025,1973 -"21699",4790,35095,2,1025,1502 -"21700",4790,38019,3,1025,1870 -"21701",4790,38227,3,1025,2511 -"21702",4790,38816,3,1025,1225 -"21703",4790,39105,3,1025,2487 -"21704",4790,41278,3,1025,1873 -"21705",4790,41739,3,1025,1339 -"21706",4790,41832,3,1025,1155 -"21707",4790,42618,3,1025,2316 -"21708",4790,42687,3,1025,1952 -"21709",4790,43385,3,1025,1623 -"21710",4790,43455,3,1025,2846 -"21711",4790,43929,3,1025,2749 -"21712",4790,44306,3,1025,1036 -"21713",4790,45729,3,1025,2606 -"21714",4790,46629,3,1025,2255 -"21715",4790,47248,3,1025,2883 -"21716",4790,47772,3,1025,2293 -"21717",4790,48414,2,1025,1749 -"21718",4790,48698,3,1025,1474 -"21719",4790,49620,3,1025,1868 -"21720",4790,50217,3,1025,1211 -"21721",4790,50685,2,1025,2008 -"21722",4790,51017,3,1025,2073 -"21723",4790,51022,3,1025,1499 -"21724",4790,51810,2,1025,1401 -"21725",4790,52058,1,1025,1836 -"21726",4790,52136,3,1025,1412 -"21727",4790,52576,2,1025,2234 -"21728",4790,52735,3,1025,1124 -"21729",4790,53196,3,1025,1888 -"21730",4790,54305,3,1025,1222 -"21731",4790,54879,3,1025,2210 -"21732",4790,55082,3,1025,1856 -"21733",4790,55139,3,1025,2323 -"21734",4790,55438,2,1025,2863 -"21735",4790,55468,2,1025,2511 -"21736",4790,55691,3,1025,2856 -"21737",4790,56317,3,1025,2030 -"21738",4790,57714,3,1025,1391 -"21739",4790,57950,2,1025,1529 -"21740",4790,58035,3,1025,1646 -"21741",4790,58078,3,1025,1252 -"21742",4790,58133,3,1025,1484 -"21743",4790,58451,3,1025,1939 -"21744",4790,58508,3,1025,2326 -"21745",4790,58652,3,1025,1437 -"21746",4790,60185,3,1025,1206 -"21747",4790,61982,3,1025,2725 -"21748",4790,62841,3,1025,2710 -"21749",4790,62903,3,1025,1704 -"21750",4790,63409,3,1025,1937 -"21751",4790,64181,2,1025,1828 -"21752",4790,64997,3,1025,2791 -"21753",4790,65625,3,1025,1273 -"21754",4790,66413,3,1025,2507 -"21755",4790,66860,1,1025,1548 -"21756",4790,67222,3,1025,1332 -"21757",4790,67652,3,1025,2736 -"21758",4790,70605,3,1025,1176 -"21759",4790,71342,2,1025,1289 -"21760",4790,72956,3,1025,1251 -"21761",4790,73128,3,1025,1549 -"21762",4790,76284,3,1025,1237 -"21763",4790,76286,3,1025,1642 -"21764",4790,76892,3,1025,2381 -"21765",4790,77155,3,1025,2946 -"21766",4790,78270,3,1025,1171 -"21767",4790,79322,1,1025,2770 -"21768",4790,81588,2,1025,1568 -"21769",4790,82787,3,1025,1144 -"21770",4790,82949,2,1025,2077 -"21771",4790,97915,3,1025,1802 -"21772",4790,101482,3,1025,1300 -"21773",4790,105063,3,1025,1908 -"21774",4790,107435,3,1025,1635 -"21775",4790,108867,3,1025,2328 -"21776",4791,307,3,1184,2530 -"21777",4791,600,3,1184,1702 -"21778",4791,671,3,1184,2328 -"21779",4791,701,3,1184,2718 -"21780",4791,913,3,1184,2144 -"21781",4791,1124,3,1184,1596 -"21782",4791,1127,3,1184,1188 -"21783",4791,1130,3,1184,1566 -"21784",4791,1639,3,1184,2631 -"21785",4791,2208,3,1184,2814 -"21786",4791,2322,3,1184,1645 -"21787",4791,2325,3,1184,1641 -"21788",4791,2424,3,1184,2582 -"21789",4791,2572,3,1184,2273 -"21790",4791,2716,3,1184,1748 -"21791",4791,2742,3,1184,1192 -"21792",4791,2754,3,1184,1360 -"21793",4791,3011,2,1184,2278 -"21794",4791,3040,3,1184,1446 -"21795",4791,3306,3,1184,1989 -"21796",4791,3765,3,1184,2775 -"21797",4791,3830,3,1184,1661 -"21798",4791,3966,3,1184,2425 -"21799",4791,4226,3,1184,1903 -"21800",4791,4289,3,1184,1921 -"21801",4791,4317,2,1184,1224 -"21802",4791,4701,1,1184,2401 -"21803",4791,5462,3,1184,2374 -"21804",4791,6162,3,1184,1673 -"21805",4791,6718,3,1184,2138 -"21806",4791,7241,3,1184,2259 -"21807",4791,7555,3,1184,1943 -"21808",4791,7847,3,1184,2424 -"21809",4791,7861,3,1184,1647 -"21810",4791,7970,3,1184,1197 -"21811",4791,9311,3,1184,2477 -"21812",4791,9979,3,1184,2238 -"21813",4791,10474,3,1184,1608 -"21814",4791,10843,3,1184,2277 -"21815",4791,11541,3,1184,1927 -"21816",4791,12096,3,1184,1330 -"21817",4791,12374,3,1184,2260 -"21818",4791,12728,3,1184,2374 -"21819",4791,12863,3,1184,2027 -"21820",4791,13150,3,1184,1570 -"21821",4791,13945,3,1184,1324 -"21822",4791,14278,3,1184,1267 -"21823",4791,14723,3,1184,2019 -"21824",4791,15003,3,1184,2067 -"21825",4791,15005,2,1184,1415 -"21826",4791,15539,3,1184,1929 -"21827",4791,15626,3,1184,2434 -"21828",4791,17852,3,1184,2840 -"21829",4791,19453,3,1184,1928 -"21830",4791,19719,3,1184,2177 -"21831",4791,20311,3,1184,1981 -"21832",4791,20975,3,1184,1305 -"21833",4791,21122,2,1184,1701 -"21834",4791,21197,3,1184,1437 -"21835",4791,21285,3,1184,2100 -"21836",4791,22006,3,1184,1202 -"21837",4791,22180,3,1184,1835 -"21838",4791,22282,2,1184,1418 -"21839",4791,22331,3,1184,2687 -"21840",4791,22362,3,1184,1836 -"21841",4791,22455,2,1184,1197 -"21842",4791,22714,3,1184,2793 -"21843",4791,23508,3,1184,1907 -"21844",4791,23509,3,1184,2275 -"21845",4791,23729,3,1184,1624 -"21846",4791,23745,3,1184,1968 -"21847",4791,23825,3,1184,1913 -"21848",4791,24005,3,1184,1188 -"21849",4791,24286,2,1184,1280 -"21850",4791,24755,2,1184,1319 -"21851",4791,25129,3,1184,2647 -"21852",4791,25305,3,1184,2447 -"21853",4791,25341,3,1184,1858 -"21854",4791,26282,3,1184,1241 -"21855",4791,26408,3,1184,1545 -"21856",4791,26451,2,1184,2133 -"21857",4791,26570,3,1184,1669 -"21858",4791,26595,3,1184,1566 -"21859",4791,26749,3,1184,2965 -"21860",4791,26867,3,1184,1804 -"21861",4791,27173,3,1184,2050 -"21862",4791,27175,3,1184,1447 -"21863",4791,27261,3,1184,1368 -"21864",4791,27275,3,1184,2656 -"21865",4791,27390,2,1184,2425 -"21866",4791,27792,3,1184,1308 -"21867",4791,27849,2,1184,1316 -"21868",4791,28015,3,1184,1624 -"21869",4791,29929,3,1184,2789 -"21870",4791,29962,3,1184,2201 -"21871",4791,30052,3,1184,2855 -"21872",4791,32173,3,1184,2341 -"21873",4791,32457,2,1184,2690 -"21874",4791,33356,2,1184,1586 -"21875",4791,33433,2,1184,2805 -"21876",4791,34509,3,1184,1973 -"21877",4791,34820,3,1184,1630 -"21878",4791,34836,3,1184,2302 -"21879",4791,35095,2,1184,1502 -"21880",4791,35516,3,1184,1229 -"21881",4791,36578,3,1184,1484 -"21882",4791,36714,3,1184,2209 -"21883",4791,38019,3,1184,1870 -"21884",4791,38755,3,1184,2902 -"21885",4791,39556,3,1184,2747 -"21886",4791,39982,3,1184,1529 -"21887",4791,41278,3,1184,1873 -"21888",4791,41739,3,1184,1339 -"21889",4791,42333,3,1184,2234 -"21890",4791,42618,3,1184,2316 -"21891",4791,42687,3,1184,1952 -"21892",4791,43385,3,1184,1623 -"21893",4791,43929,2,1184,2749 -"21894",4791,44819,3,1184,2063 -"21895",4791,47248,3,1184,2883 -"21896",4791,47726,3,1184,1272 -"21897",4791,48414,2,1184,1749 -"21898",4791,48698,3,1184,1474 -"21899",4791,49581,3,1184,1817 -"21900",4791,50685,3,1184,2008 -"21901",4791,51017,3,1184,2073 -"21902",4791,51810,2,1184,1401 -"21903",4791,52058,2,1184,1836 -"21904",4791,52136,3,1184,1412 -"21905",4791,52576,3,1184,2234 -"21906",4791,53303,3,1184,1376 -"21907",4791,53342,3,1184,2071 -"21908",4791,54879,2,1184,2210 -"21909",4791,55438,3,1184,2863 -"21910",4791,55468,2,1184,2511 -"21911",4791,55643,3,1184,2359 -"21912",4791,56317,3,1184,2030 -"21913",4791,57732,3,1184,2454 -"21914",4791,57950,2,1184,1529 -"21915",4791,58035,3,1184,1646 -"21916",4791,58133,3,1184,1484 -"21917",4791,58508,3,1184,2326 -"21918",4791,58652,3,1184,1437 -"21919",4791,59113,3,1184,2434 -"21920",4791,61613,3,1184,1189 -"21921",4791,61948,3,1184,1231 -"21922",4791,62903,2,1184,1704 -"21923",4791,64181,2,1184,1828 -"21924",4791,64997,3,1184,2791 -"21925",4791,65625,3,1184,1273 -"21926",4791,66413,3,1184,2507 -"21927",4791,66860,2,1184,1548 -"21928",4791,67145,3,1184,2015 -"21929",4791,67222,3,1184,1332 -"21930",4791,71342,3,1184,1289 -"21931",4791,72207,3,1184,2430 -"21932",4791,72956,3,1184,1251 -"21933",4791,75343,3,1184,2008 -"21934",4791,77155,3,1184,2946 -"21935",4791,79322,2,1184,2770 -"21936",4791,79804,3,1184,2227 -"21937",4791,81588,2,1184,1568 -"21938",4791,82949,3,1184,2077 -"21939",4791,97915,3,1184,1802 -"21940",4791,105063,3,1184,1908 -"21941",4791,108867,3,1184,2328 -"21942",4821,602,3,1938,2632 -"21943",4821,765,3,1938,2073 -"21944",4821,3460,1,1938,2530 -"21945",4821,3896,1,1938,2693 -"21946",4821,4751,2,1938,2696 -"21947",4821,6982,3,1938,2034 -"21948",4821,9184,3,1938,2670 -"21949",4821,9202,3,1938,2477 -"21950",4821,9272,3,1938,2835 -"21951",4821,11456,3,1938,2715 -"21952",4821,14103,2,1938,2204 -"21953",4821,15546,3,1938,2055 -"21954",4821,16866,2,1938,2718 -"21955",4821,18865,2,1938,2676 -"21956",4821,19208,3,1938,2629 -"21957",4821,19605,3,1938,2395 -"21958",4821,22311,3,1938,2034 -"21959",4821,26642,3,1938,2952 -"21960",4821,28982,3,1938,2746 -"21961",4821,33052,2,1938,2251 -"21962",4821,36031,3,1938,2342 -"21963",4821,36270,3,1938,2910 -"21964",4821,36646,1,1938,2744 -"21965",4821,38885,3,1938,2720 -"21966",4821,38973,3,1938,1999 -"21967",4821,40262,3,1938,2291 -"21968",4821,40756,3,1938,2329 -"21969",4821,42196,3,1938,2765 -"21970",4821,42642,1,1938,2257 -"21971",4821,42813,3,1938,2142 -"21972",4821,47440,3,1938,2234 -"21973",4821,47877,2,1938,2970 -"21974",4821,48215,2,1938,2028 -"21975",4821,50480,3,1938,2701 -"21976",4821,51055,2,1938,2558 -"21977",4821,54879,2,1938,2210 -"21978",4821,56910,3,1938,2705 -"21979",4821,60516,2,1938,2257 -"21980",4821,63395,1,1938,2334 -"21981",4821,64436,3,1938,2687 -"21982",4821,64469,2,1938,2707 -"21983",4821,69591,3,1938,2294 -"21984",4821,74204,2,1938,2463 -"21985",4821,83407,3,1938,2112 -"21986",4821,86152,3,1938,1944 -"21987",4821,89681,3,1938,1978 -"21988",4831,2747,3,2365,2411 -"21989",4831,9503,3,2365,2453 -"21990",4831,14959,3,2365,2898 -"21991",4831,22895,3,2365,2704 -"21992",4831,25373,3,2365,2783 -"21993",4831,29825,2,2365,2603 -"21994",4831,36487,2,2365,2622 -"21995",4831,54924,2,2365,2603 -"21996",4831,58501,3,2365,2613 -"21997",4863,18874,2,1961,2170 -"21998",4863,32761,3,1961,2680 -"21999",4863,44235,3,1961,2700 -"22000",4863,49666,3,1961,2408 -"22001",4863,71702,3,1961,2353 -"22002",4881,1057,3,2736,2759 -"22003",4889,160,3,1501,2007 -"22004",4889,457,3,1501,1704 -"22005",4889,1831,3,1501,2397 -"22006",4889,2563,3,1501,1686 -"22007",4889,3164,3,1501,2693 -"22008",4889,3966,3,1501,2425 -"22009",4889,4253,2,1501,1890 -"22010",4889,4953,3,1501,2285 -"22011",4889,5845,3,1501,1552 -"22012",4889,5986,3,1501,1721 -"22013",4889,6030,3,1501,2953 -"22014",4889,6044,3,1501,2744 -"22015",4889,6417,3,1501,1675 -"22016",4889,7672,3,1501,1974 -"22017",4889,7795,3,1501,2789 -"22018",4889,8192,3,1501,1670 -"22019",4889,9175,3,1501,2639 -"22020",4889,10914,3,1501,1660 -"22021",4889,11218,3,1501,2292 -"22022",4889,11477,3,1501,2724 -"22023",4889,12042,3,1501,2345 -"22024",4889,14108,3,1501,2012 -"22025",4889,14252,3,1501,2244 -"22026",4889,14972,1,1501,2332 -"22027",4889,15713,3,1501,1646 -"22028",4889,16096,3,1501,2301 -"22029",4889,17365,3,1501,2746 -"22030",4889,17381,2,1501,1697 -"22031",4889,19528,3,1501,2742 -"22032",4889,20070,3,1501,1914 -"22033",4889,20271,3,1501,2044 -"22034",4889,20486,3,1501,1908 -"22035",4889,21029,3,1501,1943 -"22036",4889,21246,3,1501,1612 -"22037",4889,21795,3,1501,2653 -"22038",4889,22566,3,1501,2308 -"22039",4889,23806,2,1501,1671 -"22040",4889,24253,2,1501,2213 -"22041",4889,24558,3,1501,2139 -"22042",4889,24923,3,1501,2785 -"22043",4889,27195,3,1501,2158 -"22044",4889,28050,3,1501,1955 -"22045",4889,28168,2,1501,2702 -"22046",4889,28296,2,1501,2944 -"22047",4889,30334,3,1501,2075 -"22048",4889,31307,3,1501,2139 -"22049",4889,32939,3,1501,2277 -"22050",4889,34057,3,1501,1657 -"22051",4889,34735,3,1501,2767 -"22052",4889,35518,2,1501,1721 -"22053",4889,37238,3,1501,2609 -"22054",4889,37636,3,1501,2178 -"22055",4889,39278,3,1501,1952 -"22056",4889,40392,3,1501,1878 -"22057",4889,40493,3,1501,1981 -"22058",4889,41250,3,1501,1703 -"22059",4889,41402,3,1501,2313 -"22060",4889,41972,3,1501,2509 -"22061",4889,42619,3,1501,2017 -"22062",4889,43796,3,1501,2476 -"22063",4889,49110,3,1501,2938 -"22064",4889,49606,3,1501,2800 -"22065",4889,50134,3,1501,2674 -"22066",4889,51052,3,1501,2784 -"22067",4889,51783,3,1501,2599 -"22068",4889,57804,3,1501,2214 -"22069",4889,63442,2,1501,1965 -"22070",4889,74290,3,1501,1513 -"22071",4889,77611,3,1501,1795 -"22072",4889,87837,3,1501,1987 -"22073",4889,94500,3,1501,1529 -"22074",4889,113736,3,1501,1514 -"22075",4913,1968,3,292,631 -"22076",4913,3669,2,292,2524 -"22077",4913,4071,3,292,357 -"22078",4913,5235,3,292,2324 -"22079",4913,5852,3,292,1862 -"22080",4913,6078,2,292,498 -"22081",4913,7652,3,292,1281 -"22082",4913,7795,3,292,2789 -"22083",4913,8525,3,292,1787 -"22084",4913,9506,3,292,1012 -"22085",4913,9723,3,292,2302 -"22086",4913,9808,1,292,1648 -"22087",4913,10004,3,292,872 -"22088",4913,11135,3,292,2441 -"22089",4913,11319,3,292,2073 -"22090",4913,13400,3,292,1371 -"22091",4913,13528,3,292,1891 -"22092",4913,14654,3,292,1692 -"22093",4913,14789,2,292,1034 -"22094",4913,14957,3,292,2306 -"22095",4913,15502,3,292,2637 -"22096",4913,15891,1,292,589 -"22097",4913,16590,3,292,1123 -"22098",4913,16771,2,292,1541 -"22099",4913,18610,3,292,2141 -"22100",4913,18954,2,292,2364 -"22101",4913,19323,3,292,1705 -"22102",4913,19687,3,292,2072 -"22103",4913,19972,2,292,2078 -"22104",4913,20392,1,292,1309 -"22105",4913,22228,3,292,601 -"22106",4913,23330,3,292,448 -"22107",4913,23639,3,292,2065 -"22108",4913,23890,1,292,1810 -"22109",4913,24109,2,292,504 -"22110",4913,24116,3,292,1413 -"22111",4913,24761,2,292,2384 -"22112",4913,25180,3,292,2489 -"22113",4913,26138,3,292,1902 -"22114",4913,31795,2,292,412 -"22115",4913,33562,3,292,1979 -"22116",4913,33955,3,292,1178 -"22117",4913,33961,2,292,1269 -"22118",4913,35264,3,292,2329 -"22119",4913,36577,3,292,958 -"22120",4913,38038,3,292,2686 -"22121",4913,43585,3,292,1066 -"22122",4913,44464,3,292,1619 -"22123",4913,44982,3,292,1592 -"22124",4913,49621,3,292,1915 -"22125",4913,50440,3,292,2469 -"22126",4913,50476,2,292,1641 -"22127",4913,51448,3,292,1593 -"22128",4913,53498,2,292,1967 -"22129",4913,59347,3,292,1926 -"22130",4913,59579,3,292,2034 -"22131",4913,62162,2,292,485 -"22132",4913,63555,3,292,1290 -"22133",4913,64174,3,292,2377 -"22134",4913,69215,2,292,1591 -"22135",4913,72827,3,292,1359 -"22136",4913,73915,3,292,2568 -"22137",4913,76230,3,292,1223 -"22138",4913,77785,3,292,1595 -"22139",4913,79236,3,292,1505 -"22140",4913,80680,3,292,2403 -"22141",4913,81134,3,292,1384 -"22142",4913,82226,3,292,1619 -"22143",4913,83133,1,292,1055 -"22144",4913,83947,3,292,917 -"22145",4913,89329,3,292,517 -"22146",4913,90079,3,292,2664 -"22147",4913,91715,3,292,1034 -"22148",4913,92947,2,292,1289 -"22149",4913,94399,3,292,963 -"22150",4913,105867,3,292,1641 -"22151",4913,108872,2,292,1810 -"22152",4913,110659,3,292,515 -"22153",4913,113181,3,292,2301 -"22154",4913,115966,3,292,2349 -"22155",4916,140,3,1970,2267 -"22156",4916,237,3,1970,1982 -"22157",4916,2747,3,1970,2411 -"22158",4916,4361,3,1970,2571 -"22159",4916,8062,3,1970,2858 -"22160",4916,10129,1,1970,2124 -"22161",4916,15826,3,1970,2772 -"22162",4916,19093,3,1970,2224 -"22163",4916,20124,3,1970,2376 -"22164",4916,23224,3,1970,2372 -"22165",4916,23591,2,1970,2831 -"22166",4916,24176,2,1970,1986 -"22167",4916,28592,3,1970,2320 -"22168",4916,29116,2,1970,2128 -"22169",4916,29473,3,1970,2602 -"22170",4916,37929,3,1970,2393 -"22171",4916,40954,2,1970,2603 -"22172",4916,44235,3,1970,2700 -"22173",4916,45729,3,1970,2606 -"22174",4916,96425,3,1970,2007 -"22175",4916,102566,3,1970,2207 -"22176",4928,13200,3,537,2488 -"22177",4928,22256,3,537,829 -"22178",4928,34395,3,537,583 -"22179",4928,40675,3,537,1595 -"22180",4929,316,3,2240,2413 -"22181",4929,3978,3,2240,2775 -"22182",4929,4953,3,2240,2285 -"22183",4929,6234,3,2240,2654 -"22184",4929,8842,2,2240,2535 -"22185",4929,9175,3,2240,2639 -"22186",4929,9331,2,2240,2269 -"22187",4929,16628,3,2240,2409 -"22188",4929,17549,2,2240,2647 -"22189",4929,19208,3,2240,2629 -"22190",4929,19605,3,2240,2395 -"22191",4929,20331,3,2240,2365 -"22192",4929,24256,3,2240,2393 -"22193",4929,27379,3,2240,2461 -"22194",4929,31705,3,2240,2706 -"22195",4929,36031,3,2240,2342 -"22196",4929,38307,2,2240,2648 -"22197",4929,41945,3,2240,2856 -"22198",4929,43455,3,2240,2846 -"22199",4929,44688,2,2240,2924 -"22200",4929,45239,3,2240,2535 -"22201",4929,46446,3,2240,2295 -"22202",4929,50480,3,2240,2701 -"22203",4929,57532,2,2240,2617 -"22204",4929,66530,3,2240,2811 -"22205",4932,9272,3,2752,2835 -"22206",4932,11648,3,2752,2852 -"22207",4932,13290,3,2752,2824 -"22208",4932,14676,3,2752,2764 -"22209",4932,15636,3,2752,2857 -"22210",4932,18543,3,2752,2968 -"22211",4932,20292,3,2752,2755 -"22212",4932,21571,3,2752,2755 -"22213",4932,23787,2,2752,2810 -"22214",4932,28296,2,2752,2944 -"22215",4932,28893,2,2752,2764 -"22216",4932,32567,3,2752,2784 -"22217",4932,34735,2,2752,2767 -"22218",4932,34908,3,2752,2796 -"22219",4932,36953,3,2752,2790 -"22220",4932,38667,3,2752,2880 -"22221",4932,71531,3,2752,2887 -"22222",4936,9057,3,897,2629 -"22223",4936,20311,3,897,1981 -"22224",4936,25298,3,897,2443 -"22225",4936,26903,1,897,2092 -"22226",4936,34123,2,897,1504 -"22227",4936,51546,3,897,1369 -"22228",4936,56317,3,897,2030 -"22229",4936,81588,3,897,1568 -"22230",4936,89097,3,897,935 -"22231",4939,3961,3,1382,2426 -"22232",4939,11477,3,1382,2724 -"22233",4939,12943,3,1382,1902 -"22234",4939,14943,2,1382,1942 -"22235",4939,15401,3,1382,1999 -"22236",4939,16801,3,1382,2008 -"22237",4939,32988,3,1382,2008 -"22238",4939,38219,3,1382,1689 -"22239",4939,40432,3,1382,1956 -"22240",4939,65155,3,1382,1947 -"22241",4939,65322,3,1382,2008 -"22242",4939,79567,3,1382,1942 -"22243",4953,270,2,2285,2542 -"22244",4953,377,3,2285,2389 -"22245",4953,2424,2,2285,2582 -"22246",4953,2484,3,2285,2389 -"22247",4953,3305,3,2285,2839 -"22248",4953,3477,3,2285,2546 -"22249",4953,5041,3,2285,2371 -"22250",4953,5350,3,2285,2522 -"22251",4953,6044,2,2285,2744 -"22252",4953,6063,3,2285,2349 -"22253",4953,6234,3,2285,2654 -"22254",4953,7677,3,2285,2338 -"22255",4953,7794,2,2285,2972 -"22256",4953,7795,3,2285,2789 -"22257",4953,9928,3,2285,2345 -"22258",4953,10358,3,2285,2294 -"22259",4953,11218,2,2285,2292 -"22260",4953,12035,3,2285,2721 -"22261",4953,12042,1,2285,2345 -"22262",4953,15008,2,2285,2338 -"22263",4953,15381,1,2285,2289 -"22264",4953,15729,2,2285,2338 -"22265",4953,16352,2,2285,2657 -"22266",4953,16628,2,2285,2409 -"22267",4953,17365,2,2285,2746 -"22268",4953,17549,3,2285,2647 -"22269",4953,17826,2,2285,2920 -"22270",4953,18394,3,2285,2356 -"22271",4953,19248,3,2285,2357 -"22272",4953,19622,3,2285,2371 -"22273",4953,20331,3,2285,2365 -"22274",4953,21012,3,2285,2325 -"22275",4953,23310,3,2285,2371 -"22276",4953,25213,3,2285,2338 -"22277",4953,25325,3,2285,2963 -"22278",4953,25569,3,2285,2317 -"22279",4953,26080,2,2285,2525 -"22280",4953,28296,3,2285,2944 -"22281",4953,29977,3,2285,2781 -"22282",4953,31700,3,2285,2727 -"22283",4953,32919,3,2285,2321 -"22284",4953,33223,3,2285,2397 -"22285",4953,34735,3,2285,2767 -"22286",4953,35926,3,2285,2371 -"22287",4953,37059,3,2285,2840 -"22288",4953,37238,2,2285,2609 -"22289",4953,38307,1,2285,2648 -"22290",4953,39135,3,2285,2489 -"22291",4953,39464,3,2285,2314 -"22292",4953,41945,2,2285,2856 -"22293",4953,41972,3,2285,2509 -"22294",4953,42783,3,2285,2338 -"22295",4953,43455,1,2285,2846 -"22296",4953,43796,2,2285,2476 -"22297",4953,44688,3,2285,2924 -"22298",4953,45239,3,2285,2535 -"22299",4953,45302,3,2285,2390 -"22300",4953,47248,3,2285,2883 -"22301",4953,49110,3,2285,2938 -"22302",4953,50236,3,2285,2339 -"22303",4953,51041,3,2285,2606 -"22304",4953,51866,2,2285,2411 -"22305",4953,52032,2,2285,2853 -"22306",4953,52892,2,2285,2372 -"22307",4953,53530,3,2285,2380 -"22308",4953,54929,3,2285,2783 -"22309",4953,60974,3,2285,2972 -"22310",4953,61982,2,2285,2725 -"22311",4953,62841,3,2285,2710 -"22312",4953,76892,3,2285,2381 -"22313",4957,316,3,644,2413 -"22314",4957,323,3,644,1706 -"22315",4957,782,3,644,945 -"22316",4957,1314,3,644,1522 -"22317",4957,1519,3,644,2349 -"22318",4957,3271,3,644,2216 -"22319",4957,5568,3,644,1290 -"22320",4957,8789,3,644,2024 -"22321",4957,9272,3,644,2835 -"22322",4957,9331,3,644,2269 -"22323",4957,10222,2,644,2212 -"22324",4957,10857,3,644,2253 -"22325",4957,10870,2,644,1755 -"22326",4957,11432,3,644,1593 -"22327",4957,12031,3,644,1957 -"22328",4957,14983,3,644,1047 -"22329",4957,15088,3,644,2906 -"22330",4957,16296,3,644,2626 -"22331",4957,16384,3,644,1320 -"22332",4957,17257,3,644,1117 -"22333",4957,17351,3,644,2036 -"22334",4957,17632,3,644,1947 -"22335",4957,17812,2,644,2705 -"22336",4957,18672,3,644,1182 -"22337",4957,18954,3,644,2364 -"22338",4957,19232,3,644,917 -"22339",4957,19605,3,644,2395 -"22340",4957,20321,3,644,1596 -"22341",4957,20941,3,644,2725 -"22342",4957,23430,1,644,904 -"22343",4957,23725,3,644,2378 -"22344",4957,24198,3,644,2217 -"22345",4957,24259,3,644,1281 -"22346",4957,27379,1,644,2461 -"22347",4957,27686,3,644,2844 -"22348",4957,29930,3,644,2240 -"22349",4957,30486,3,644,1269 -"22350",4957,31700,3,644,2727 -"22351",4957,31856,3,644,2630 -"22352",4957,32678,3,644,1439 -"22353",4957,35589,3,644,983 -"22354",4957,37026,2,644,1428 -"22355",4957,37937,3,644,1320 -"22356",4957,38691,3,644,2585 -"22357",4957,38915,3,644,746 -"22358",4957,41953,1,644,945 -"22359",4957,43226,3,644,2442 -"22360",4957,44688,3,644,2924 -"22361",4957,46512,3,644,1292 -"22362",4957,47889,3,644,992 -"22363",4957,48110,3,644,2009 -"22364",4957,51035,3,644,2397 -"22365",4957,53091,3,644,1134 -"22366",4957,55892,3,644,1234 -"22367",4957,58508,3,644,2326 -"22368",4957,61245,1,644,955 -"22369",4957,61548,2,644,852 -"22370",4957,63555,3,644,1290 -"22371",4957,69335,3,644,2698 -"22372",4957,70433,2,644,2639 -"22373",4957,80301,3,644,1690 -"22374",4957,80979,3,644,1142 -"22375",4957,86580,3,644,696 -"22376",4957,99288,2,644,983 -"22377",4957,99427,3,644,1706 -"22378",4957,107993,3,644,999 -"22379",4968,843,2,1586,2332 -"22380",4968,1624,3,1586,2687 -"22381",4968,2724,2,1586,2447 -"22382",4968,3271,3,1586,2216 -"22383",4968,3272,2,1586,2132 -"22384",4968,3477,3,1586,2546 -"22385",4968,3559,3,1586,2413 -"22386",4968,4691,2,1586,1888 -"22387",4968,6040,2,1586,2103 -"22388",4968,6063,3,1586,2349 -"22389",4968,7787,3,1586,2314 -"22390",4968,8993,3,1586,2099 -"22391",4968,9269,3,1586,1892 -"22392",4968,9272,3,1586,2835 -"22393",4968,9273,3,1586,1747 -"22394",4968,12598,2,1586,2086 -"22395",4968,14061,3,1586,1620 -"22396",4968,14442,3,1586,2700 -"22397",4968,15023,1,1586,2054 -"22398",4968,19075,2,1586,2214 -"22399",4968,20547,1,1586,2145 -"22400",4968,20739,2,1586,2025 -"22401",4968,23364,3,1586,2306 -"22402",4968,25518,2,1586,1955 -"22403",4968,30714,3,1586,2485 -"22404",4968,31357,2,1586,2389 -"22405",4968,31855,3,1586,2636 -"22406",4968,33223,3,1586,2397 -"22407",4968,33470,3,1586,2003 -"22408",4968,39893,3,1586,1601 -"22409",4968,40542,3,1586,1664 -"22410",4968,43226,3,1586,2442 -"22411",4968,44744,3,1586,2032 -"22412",4968,47882,3,1586,2769 -"22413",4968,48110,3,1586,2009 -"22414",4968,51843,1,1586,2389 -"22415",4968,51890,3,1586,1992 -"22416",4968,52953,3,1586,1741 -"22417",4968,53414,3,1586,1672 -"22418",4968,54385,1,1586,2340 -"22419",4968,55307,3,1586,2306 -"22420",4968,58508,3,1586,2326 -"22421",4968,59344,3,1586,2252 -"22422",4968,63104,2,1586,2149 -"22423",4968,69308,2,1586,2370 -"22424",4968,69335,3,1586,2698 -"22425",4968,80301,3,1586,1690 -"22426",4968,80615,3,1586,2252 -"22427",4968,80970,3,1586,2069 -"22428",4968,84808,1,1586,1974 -"22429",4968,106755,3,1586,2166 -"22430",4968,110737,2,1586,2117 -"22431",4968,110871,3,1586,2879 -"22432",4970,1023,3,1220,2515 -"22433",4970,1063,3,1220,2515 -"22434",4970,3557,2,1220,1259 -"22435",4970,6820,3,1220,1318 -"22436",4970,7254,3,1220,1849 -"22437",4970,15146,3,1220,1546 -"22438",4970,19137,2,1220,1437 -"22439",4970,20088,3,1220,1677 -"22440",4970,26513,3,1220,2205 -"22441",4970,31170,3,1220,1776 -"22442",4970,39211,3,1220,1908 -"22443",4970,49958,3,1220,1860 -"22444",4970,77183,1,1220,1317 -"22445",4970,78262,2,1220,1326 -"22446",4970,82917,3,1220,2371 -"22447",4980,671,3,2093,2328 -"22448",4980,1136,3,2093,2536 -"22449",4980,2424,3,2093,2582 -"22450",4980,4191,3,2093,2130 -"22451",4980,4618,3,2093,2607 -"22452",4980,4687,3,2093,2152 -"22453",4980,5725,3,2093,2789 -"22454",4980,10890,3,2093,2639 -"22455",4980,16365,3,2093,2217 -"22456",4980,19516,3,2093,2313 -"22457",4980,19868,3,2093,2855 -"22458",4980,20563,2,2093,2267 -"22459",4980,23704,2,2093,2278 -"22460",4980,26436,2,2093,2489 -"22461",4980,26516,3,2093,2479 -"22462",4980,27753,3,2093,2750 -"22463",4980,31799,3,2093,2547 -"22464",4980,34216,3,2093,2832 -"22465",4980,41402,3,2093,2313 -"22466",4980,45343,3,2093,2360 -"22467",4980,45715,2,2093,2287 -"22468",4980,47857,3,2093,2325 -"22469",4980,51410,2,2093,2739 -"22470",4980,54740,3,2093,2750 -"22471",4980,64793,3,2093,2819 -"22472",4980,64997,3,2093,2791 -"22473",4980,74095,3,2093,2333 -"22474",4983,140,3,1909,2267 -"22475",4983,364,3,1909,2351 -"22476",4983,680,3,1909,2569 -"22477",4983,841,3,1909,2964 -"22478",4983,3271,3,1909,2216 -"22479",4983,3978,3,1909,2775 -"22480",4983,4303,2,1909,2414 -"22481",4983,4612,3,1909,2804 -"22482",4983,4932,1,1909,2752 -"22483",4983,6989,3,1909,2623 -"22484",4983,7942,3,1909,2623 -"22485",4983,9272,3,1909,2835 -"22486",4983,9332,3,1909,2734 -"22487",4983,9787,3,1909,2858 -"22488",4983,11648,2,1909,2852 -"22489",4983,12361,3,1909,2732 -"22490",4983,13290,3,1909,2824 -"22491",4983,14655,3,1909,2559 -"22492",4983,17645,2,1909,1918 -"22493",4983,18005,2,1909,2449 -"22494",4983,19334,3,1909,1979 -"22495",4983,21487,3,1909,2203 -"22496",4983,23787,3,1909,2810 -"22497",4983,25373,3,1909,2783 -"22498",4983,27390,3,1909,2425 -"22499",4983,27742,2,1909,2700 -"22500",4983,27914,3,1909,2507 -"22501",4983,28296,3,1909,2944 -"22502",4983,28627,3,1909,2694 -"22503",4983,28893,3,1909,2764 -"22504",4983,29473,3,1909,2602 -"22505",4983,30525,3,1909,1964 -"22506",4983,32339,3,1909,2430 -"22507",4983,32904,3,1909,2055 -"22508",4983,32939,3,1909,2277 -"22509",4983,34295,3,1909,2735 -"22510",4983,34735,3,1909,2767 -"22511",4983,34908,3,1909,2796 -"22512",4983,36912,3,1909,2469 -"22513",4983,36953,3,1909,2790 -"22514",4983,37636,3,1909,2178 -"22515",4983,39256,3,1909,2449 -"22516",4983,40759,3,1909,2789 -"22517",4983,41694,3,1909,2358 -"22518",4983,41723,3,1909,2101 -"22519",4983,42619,2,1909,2017 -"22520",4983,43226,3,1909,2442 -"22521",4983,44497,3,1909,2401 -"22522",4983,45461,2,1909,2458 -"22523",4983,45729,3,1909,2606 -"22524",4983,47534,3,1909,2712 -"22525",4983,47595,3,1909,2374 -"22526",4983,47968,3,1909,2829 -"22527",4983,48110,3,1909,2009 -"22528",4983,50585,3,1909,2414 -"22529",4983,52815,2,1909,2323 -"22530",4983,53687,3,1909,2422 -"22531",4983,55307,3,1909,2306 -"22532",4983,56082,3,1909,2395 -"22533",4983,56995,2,1909,2323 -"22534",4983,57804,3,1909,2214 -"22535",4983,58508,3,1909,2326 -"22536",4983,58655,3,1909,2685 -"22537",4983,63077,3,1909,2778 -"22538",4983,64947,3,1909,2489 -"22539",4983,69335,3,1909,2698 -"22540",4983,69788,3,1909,2007 -"22541",4983,71531,2,1909,2887 -"22542",4983,88067,3,1909,2315 -"22543",4983,109703,3,1909,1925 -"22544",4988,7786,3,239,508 -"22545",4988,9801,3,239,2443 -"22546",4988,11518,3,239,803 -"22547",4988,36506,3,239,2638 -"22548",4988,48713,3,239,565 -"22549",5018,512,3,640,1596 -"22550",5018,1090,3,640,2370 -"22551",5018,1592,3,640,2006 -"22552",5018,1691,2,640,1941 -"22553",5018,2011,3,640,2176 -"22554",5018,2208,3,640,2814 -"22555",5018,2684,3,640,2874 -"22556",5018,2865,3,640,2006 -"22557",5018,3271,3,640,2216 -"22558",5018,3628,3,640,2707 -"22559",5018,3863,3,640,856 -"22560",5018,5258,3,640,2730 -"22561",5018,6252,3,640,2336 -"22562",5018,6390,3,640,2385 -"22563",5018,8657,3,640,2473 -"22564",5018,9272,3,640,2835 -"22565",5018,9805,3,640,1621 -"22566",5018,10222,3,640,2212 -"22567",5018,10744,3,640,955 -"22568",5018,11055,3,640,2111 -"22569",5018,12610,3,640,1274 -"22570",5018,13248,3,640,1385 -"22571",5018,13837,3,640,1604 -"22572",5018,13945,3,640,1324 -"22573",5018,14108,1,640,2012 -"22574",5018,14676,3,640,2764 -"22575",5018,14707,3,640,672 -"22576",5018,14983,2,640,1047 -"22577",5018,16201,3,640,1811 -"22578",5018,17434,3,640,1642 -"22579",5018,18277,3,640,2309 -"22580",5018,18502,2,640,1033 -"22581",5018,18543,2,640,2968 -"22582",5018,18836,3,640,1270 -"22583",5018,19718,3,640,1702 -"22584",5018,20407,3,640,2339 -"22585",5018,21133,3,640,1320 -"22586",5018,21682,3,640,2414 -"22587",5018,24198,3,640,2217 -"22588",5018,25565,2,640,2764 -"22589",5018,27792,3,640,1308 -"22590",5018,28102,3,640,2287 -"22591",5018,28592,3,640,2320 -"22592",5018,28808,3,640,1063 -"22593",5018,29170,3,640,1846 -"22594",5018,29948,3,640,2795 -"22595",5018,31001,3,640,2119 -"22596",5018,33621,3,640,1319 -"22597",5018,33622,3,640,2230 -"22598",5018,34934,3,640,645 -"22599",5018,34945,3,640,1298 -"22600",5018,35041,3,640,1311 -"22601",5018,35235,3,640,2610 -"22602",5018,35481,3,640,2211 -"22603",5018,36439,3,640,2469 -"22604",5018,37509,3,640,1640 -"22605",5018,38213,3,640,1744 -"22606",5018,38259,3,640,2258 -"22607",5018,40954,3,640,2603 -"22608",5018,43173,3,640,2895 -"22609",5018,43226,2,640,2442 -"22610",5018,43428,3,640,1299 -"22611",5018,43635,3,640,1196 -"22612",5018,43839,3,640,1685 -"22613",5018,44427,2,640,2875 -"22614",5018,44684,3,640,1220 -"22615",5018,45595,3,640,1481 -"22616",5018,46621,2,640,1343 -"22617",5018,47064,3,640,1993 -"22618",5018,47407,3,640,832 -"22619",5018,47585,2,640,794 -"22620",5018,48110,3,640,2009 -"22621",5018,48754,3,640,1972 -"22622",5018,49620,3,640,1868 -"22623",5018,50179,3,640,2230 -"22624",5018,50235,1,640,726 -"22625",5018,52136,3,640,1412 -"22626",5018,52323,3,640,2148 -"22627",5018,52327,3,640,1472 -"22628",5018,56116,3,640,1321 -"22629",5018,57990,2,640,978 -"22630",5018,58133,3,640,1484 -"22631",5018,58221,3,640,1787 -"22632",5018,58508,3,640,2326 -"22633",5018,61785,2,640,822 -"22634",5018,62062,1,640,860 -"22635",5018,63604,3,640,927 -"22636",5018,66971,3,640,2299 -"22637",5018,69335,3,640,2698 -"22638",5018,70605,3,640,1176 -"22639",5018,71274,3,640,2390 -"22640",5018,72956,3,640,1251 -"22641",5018,73747,3,640,2274 -"22642",5018,74636,3,640,2525 -"22643",5018,75025,3,640,717 -"22644",5018,76127,3,640,910 -"22645",5018,76192,2,640,912 -"22646",5018,78256,3,640,804 -"22647",5018,79364,2,640,834 -"22648",5018,79436,3,640,1344 -"22649",5018,79612,3,640,927 -"22650",5018,79657,2,640,1260 -"22651",5018,80301,3,640,1690 -"22652",5018,82401,3,640,1210 -"22653",5018,82426,3,640,1576 -"22654",5018,88232,2,640,2881 -"22655",5018,89880,3,640,1938 -"22656",5018,92491,3,640,1968 -"22657",5018,93398,2,640,828 -"22658",5018,95288,3,640,1602 -"22659",5018,97674,3,640,1912 -"22660",5018,97824,3,640,1229 -"22661",5018,100215,3,640,2436 -"22662",5018,100432,3,640,1358 -"22663",5018,101347,3,640,1335 -"22664",5018,101967,1,640,691 -"22665",5018,108430,3,640,1642 -"22666",5018,123349,3,640,901 -"22667",5036,341,2,312,2689 -"22668",5036,841,2,312,2964 -"22669",5036,2985,3,312,2398 -"22670",5036,3456,3,312,1999 -"22671",5036,4779,1,312,379 -"22672",5036,6821,3,312,1788 -"22673",5036,8865,3,312,2394 -"22674",5036,12067,3,312,1213 -"22675",5036,19587,3,312,1684 -"22676",5036,27312,3,312,2469 -"22677",5036,30891,3,312,1256 -"22678",5036,31331,3,312,2964 -"22679",5036,32920,3,312,2158 -"22680",5036,40623,3,312,2580 -"22681",5036,41446,3,312,1103 -"22682",5036,43961,2,312,2443 -"22683",5036,47375,3,312,2043 -"22684",5036,54782,3,312,565 -"22685",5036,56755,3,312,2158 -"22686",5036,58829,2,312,1256 -"22687",5036,64967,2,312,2872 -"22688",5036,67942,3,312,973 -"22689",5036,70403,3,312,542 -"22690",5036,74681,3,312,837 -"22691",5036,80671,3,312,665 -"22692",5036,84447,3,312,1006 -"22693",5036,87011,3,312,1592 -"22694",5036,87269,3,312,847 -"22695",5036,90837,3,312,825 -"22696",5036,93026,3,312,704 -"22697",5036,95416,3,312,982 -"22698",5036,119921,3,312,1113 -"22699",5041,1136,3,2371,2536 -"22700",5041,3164,3,2371,2693 -"22701",5041,3961,2,2371,2426 -"22702",5041,4618,3,2371,2607 -"22703",5041,5315,3,2371,2631 -"22704",5041,5350,3,2371,2522 -"22705",5041,6030,3,2371,2953 -"22706",5041,11477,3,2371,2724 -"22707",5041,13929,3,2371,2693 -"22708",5041,14084,3,2371,2491 -"22709",5041,16332,3,2371,2668 -"22710",5041,16352,3,2371,2657 -"22711",5041,20067,3,2371,2390 -"22712",5041,21138,3,2371,2849 -"22713",5041,26080,3,2371,2525 -"22714",5041,26749,3,2371,2965 -"22715",5041,28168,3,2371,2702 -"22716",5041,31799,3,2371,2547 -"22717",5041,33801,3,2371,2899 -"22718",5041,34158,3,2371,2639 -"22719",5041,34735,3,2371,2767 -"22720",5041,35361,3,2371,2389 -"22721",5041,36962,3,2371,2861 -"22722",5041,41972,3,2371,2509 -"22723",5041,51410,3,2371,2739 -"22724",5041,53475,3,2371,2853 -"22725",5041,54929,3,2371,2783 -"22726",5041,55691,3,2371,2856 -"22727",5041,87110,3,2371,2801 -"22728",5055,1692,3,1796,2443 -"22729",5055,2093,2,1796,2459 -"22730",5055,3271,3,1796,2216 -"22731",5055,3317,2,1796,2037 -"22732",5055,9272,3,1796,2835 -"22733",5055,11506,3,1796,2824 -"22734",5055,18571,3,1796,2128 -"22735",5055,22297,3,1796,1904 -"22736",5055,23121,3,1796,2108 -"22737",5055,29311,3,1796,1849 -"22738",5055,29578,3,1796,1957 -"22739",5055,31164,3,1796,1996 -"22740",5055,36136,3,1796,2338 -"22741",5055,43226,3,1796,2442 -"22742",5055,46803,3,1796,2305 -"22743",5055,46951,3,1796,2429 -"22744",5055,48110,3,1796,2009 -"22745",5055,53697,3,1796,1909 -"22746",5055,58508,3,1796,2326 -"22747",5055,59039,3,1796,2870 -"22748",5055,69335,3,1796,2698 -"22749",5055,75607,3,1796,2245 -"22750",5055,79596,3,1796,2004 -"22751",5064,1409,3,1690,2090 -"22752",5064,1574,2,1690,1718 -"22753",5064,4929,3,1690,2240 -"22754",5064,8060,3,1690,1883 -"22755",5064,9423,3,1690,1708 -"22756",5064,12081,3,1690,2166 -"22757",5064,15150,3,1690,2801 -"22758",5064,18670,3,1690,1835 -"22759",5064,19002,3,1690,2053 -"22760",5064,21079,3,1690,1997 -"22761",5064,21942,3,1690,2041 -"22762",5064,23728,3,1690,2601 -"22763",5064,26582,3,1690,2772 -"22764",5064,30096,2,1690,2082 -"22765",5064,31159,3,1690,2231 -"22766",5064,31295,3,1690,2183 -"22767",5064,33460,3,1690,2781 -"22768",5064,34331,3,1690,1727 -"22769",5064,36031,3,1690,2342 -"22770",5064,47607,3,1690,2724 -"22771",5064,52530,3,1690,1737 -"22772",5064,76997,3,1690,2223 -"22773",5064,85525,3,1690,1718 -"22774",5064,89681,3,1690,1978 -"22775",5072,270,3,2175,2542 -"22776",5072,1315,3,2175,2760 -"22777",5072,2289,1,2175,2389 -"22778",5072,3493,3,2175,2451 -"22779",5072,4953,3,2175,2285 -"22780",5072,7180,3,2175,2227 -"22781",5072,7234,2,2175,2654 -"22782",5072,9928,3,2175,2345 -"22783",5072,10857,2,2175,2253 -"22784",5072,11218,2,2175,2292 -"22785",5072,11477,3,2175,2724 -"22786",5072,12035,3,2175,2721 -"22787",5072,12042,2,2175,2345 -"22788",5072,16352,3,2175,2657 -"22789",5072,17400,1,2175,2231 -"22790",5072,18394,3,2175,2356 -"22791",5072,19622,3,2175,2371 -"22792",5072,23725,2,2175,2378 -"22793",5072,26080,3,2175,2525 -"22794",5072,31436,3,2175,2892 -"22795",5072,34480,3,2175,2755 -"22796",5072,34735,3,2175,2767 -"22797",5072,35926,3,2175,2371 -"22798",5072,39556,2,2175,2747 -"22799",5072,45684,2,2175,2200 -"22800",5072,46629,3,2175,2255 -"22801",5072,47857,3,2175,2325 -"22802",5072,49608,3,2175,2184 -"22803",5072,50236,3,2175,2339 -"22804",5072,54551,2,2175,2348 -"22805",5072,54929,3,2175,2783 -"22806",5072,56082,2,2175,2395 -"22807",5072,57732,3,2175,2454 -"22808",5072,72207,2,2175,2430 -"22809",5072,76048,2,2175,2373 -"22810",5078,313,2,2033,2271 -"22811",5078,362,3,2033,2537 -"22812",5078,377,2,2033,2389 -"22813",5078,380,3,2033,2261 -"22814",5078,489,3,2033,2652 -"22815",5078,543,2,2033,2203 -"22816",5078,613,1,2033,2687 -"22817",5078,913,3,2033,2144 -"22818",5078,1151,2,2033,2885 -"22819",5078,1495,2,2033,2046 -"22820",5078,1616,2,2033,2662 -"22821",5078,2036,2,2033,2483 -"22822",5078,2224,2,2033,2751 -"22823",5078,2484,2,2033,2389 -"22824",5078,3161,2,2033,2229 -"22825",5078,3164,3,2033,2693 -"22826",5078,3488,3,2033,2351 -"22827",5078,3853,3,2033,2465 -"22828",5078,4057,2,2033,2389 -"22829",5078,5457,1,2033,2077 -"22830",5078,5462,1,2033,2374 -"22831",5078,5491,3,2033,2048 -"22832",5078,5504,1,2033,2389 -"22833",5078,6491,3,2033,2424 -"22834",5078,7323,2,2033,2858 -"22835",5078,8760,2,2033,2477 -"22836",5078,8821,3,2033,2230 -"22837",5078,9311,3,2033,2477 -"22838",5078,9332,3,2033,2734 -"22839",5078,9362,2,2033,2879 -"22840",5078,12374,3,2033,2260 -"22841",5078,12713,2,2033,2440 -"22842",5078,12929,2,2033,2656 -"22843",5078,14655,3,2033,2559 -"22844",5078,14767,3,2033,2068 -"22845",5078,15184,3,2033,2396 -"22846",5078,15299,3,2033,2213 -"22847",5078,15636,3,2033,2857 -"22848",5078,16587,3,2033,2065 -"22849",5078,17410,2,2033,2073 -"22850",5078,17520,3,2033,2276 -"22851",5078,18151,2,2033,2962 -"22852",5078,18554,3,2033,2065 -"22853",5078,19027,3,2033,2721 -"22854",5078,19606,2,2033,2783 -"22855",5078,20067,3,2033,2390 -"22856",5078,20292,3,2033,2755 -"22857",5078,20563,3,2033,2267 -"22858",5078,20700,3,2033,2861 -"22859",5078,21795,3,2033,2653 -"22860",5078,26067,3,2033,2069 -"22861",5078,26249,3,2033,2301 -"22862",5078,26516,3,2033,2479 -"22863",5078,26608,3,2033,2329 -"22864",5078,27478,3,2033,2485 -"22865",5078,31235,3,2033,2668 -"22866",5078,31799,2,2033,2547 -"22867",5078,32606,3,2033,2100 -"22868",5078,34836,3,2033,2302 -"22869",5078,35256,2,2033,2271 -"22870",5078,36087,3,2033,2755 -"22871",5078,36559,3,2033,2473 -"22872",5078,37418,3,2033,2710 -"22873",5078,37570,2,2033,2389 -"22874",5078,39444,3,2033,2695 -"22875",5078,39548,3,2033,2389 -"22876",5078,44235,3,2033,2700 -"22877",5078,44768,3,2033,2516 -"22878",5078,46040,3,2033,2105 -"22879",5078,47445,3,2033,2668 -"22880",5078,47947,3,2033,2681 -"22881",5078,49965,3,2033,2301 -"22882",5078,52576,3,2033,2234 -"22883",5078,53031,3,2033,2065 -"22884",5078,53851,3,2033,2305 -"22885",5078,55156,3,2033,2196 -"22886",5078,55556,2,2033,2075 -"22887",5078,55828,3,2033,2393 -"22888",5078,57977,3,2033,2683 -"22889",5078,64967,3,2033,2872 -"22890",5078,65029,3,2033,2954 -"22891",5078,68810,3,2033,2409 -"22892",5078,70046,3,2033,2624 -"22893",5078,70203,3,2033,2756 -"22894",5078,78563,3,2033,2385 -"22895",5078,85430,2,2033,2370 -"22896",5078,91570,3,2033,2229 -"22897",5078,93615,3,2033,2386 -"22898",5082,4660,3,212,2149 -"22899",5082,5106,3,212,2622 -"22900",5082,5826,2,212,411 -"22901",5082,12781,3,212,831 -"22902",5082,13260,3,212,389 -"22903",5082,16501,3,212,1650 -"22904",5082,17033,3,212,2771 -"22905",5082,17320,3,212,571 -"22906",5082,27897,3,212,1968 -"22907",5082,36737,2,212,829 -"22908",5082,63641,3,212,2337 -"22909",5082,64156,3,212,675 -"22910",5082,66527,3,212,961 -"22911",5082,66717,3,212,2104 -"22912",5082,69545,3,212,673 -"22913",5082,72535,3,212,1191 -"22914",5082,95910,3,212,999 -"22915",5082,96007,3,212,895 -"22916",5092,854,3,909,2307 -"22917",5092,4504,3,909,1905 -"22918",5092,6052,3,909,1985 -"22919",5092,29454,3,909,2719 -"22920",5092,30236,3,909,2238 -"22921",5092,35903,3,909,1434 -"22922",5092,38732,3,909,2263 -"22923",5092,41764,3,909,2409 -"22924",5106,3978,3,2622,2775 -"22925",5106,6989,3,2622,2623 -"22926",5106,11648,3,2622,2852 -"22927",5106,12948,3,2622,2669 -"22928",5106,17033,2,2622,2771 -"22929",5106,18810,3,2622,2671 -"22930",5106,20941,3,2622,2725 -"22931",5106,35715,3,2622,2912 -"22932",5106,40572,2,2622,2666 -"22933",5106,45869,3,2622,2840 -"22934",5106,62626,3,2622,2787 -"22935",5106,68931,2,2622,2771 -"22936",5119,1519,3,2220,2349 -"22937",5119,2747,3,2220,2411 -"22938",5119,4831,3,2220,2365 -"22939",5119,23756,3,2220,2309 -"22940",5119,27686,3,2220,2844 -"22941",5119,28869,3,2220,2425 -"22942",5119,29825,3,2220,2603 -"22943",5119,29977,3,2220,2781 -"22944",5119,36278,3,2220,2952 -"22945",5119,43673,3,2220,2787 -"22946",5120,2224,2,2735,2751 -"22947",5120,13732,3,2735,2789 -"22948",5120,18151,3,2735,2962 -"22949",5120,34327,3,2735,2959 -"22950",5120,36962,3,2735,2861 -"22951",5120,75444,3,2735,2846 -"22952",5148,823,3,2206,2840 -"22953",5148,3488,3,2206,2351 -"22954",5148,4418,3,2206,2788 -"22955",5148,4618,2,2206,2607 -"22956",5148,5669,1,2206,2502 -"22957",5148,5725,1,2206,2789 -"22958",5148,7078,3,2206,2344 -"22959",5148,8533,1,2206,2251 -"22960",5148,12867,2,2206,2773 -"22961",5148,15184,3,2206,2396 -"22962",5148,18151,3,2206,2962 -"22963",5148,20563,3,2206,2267 -"22964",5148,20783,3,2206,2414 -"22965",5148,24923,3,2206,2785 -"22966",5148,26351,2,2206,2683 -"22967",5148,28285,1,2206,2972 -"22968",5148,29073,2,2206,2328 -"22969",5148,31799,3,2206,2547 -"22970",5148,36559,2,2206,2473 -"22971",5148,36670,3,2206,2298 -"22972",5148,39087,2,2206,2765 -"22973",5148,47947,1,2206,2681 -"22974",5148,51041,3,2206,2606 -"22975",5148,51626,3,2206,2494 -"22976",5148,57977,2,2206,2683 -"22977",5148,62840,2,2206,2502 -"22978",5148,71562,2,2206,2574 -"22979",5168,1150,3,629,1595 -"22980",5168,1560,3,629,2013 -"22981",5168,4932,3,629,2752 -"22982",5168,6132,3,629,1590 -"22983",5168,8140,3,629,1262 -"22984",5168,10200,3,629,2920 -"22985",5168,10279,3,629,886 -"22986",5168,15916,2,629,1236 -"22987",5168,19687,3,629,2072 -"22988",5168,22571,3,629,655 -"22989",5168,24086,2,629,2663 -"22990",5168,24860,2,629,1204 -"22991",5168,26513,2,629,2205 -"22992",5168,27255,2,629,1232 -"22993",5168,28893,3,629,2764 -"22994",5168,31159,3,629,2231 -"22995",5168,31170,3,629,1776 -"22996",5168,31295,3,629,2183 -"22997",5168,32339,3,629,2430 -"22998",5168,33691,3,629,949 -"22999",5168,38038,3,629,2686 -"23000",5168,38422,3,629,1019 -"23001",5168,39443,3,629,2277 -"23002",5168,39875,3,629,2422 -"23003",5168,43250,3,629,1300 -"23004",5168,44982,3,629,1592 -"23005",5168,47063,3,629,739 -"23006",5168,47557,2,629,999 -"23007",5168,49147,3,629,2539 -"23008",5168,50430,2,629,1689 -"23009",5168,50678,3,629,1366 -"23010",5168,65557,3,629,813 -"23011",5168,68328,3,629,683 -"23012",5168,76230,3,629,1223 -"23013",5168,76235,3,629,2777 -"23014",5168,83007,3,629,2727 -"23015",5168,83228,3,629,732 -"23016",5168,95338,3,629,915 -"23017",5168,115491,3,629,1261 -"23018",5203,2894,3,814,1291 -"23019",5203,5315,3,814,2631 -"23020",5203,5449,3,814,1723 -"23021",5203,5785,3,814,1261 -"23022",5203,6222,3,814,1949 -"23023",5203,6253,1,814,2282 -"23024",5203,7508,3,814,2396 -"23025",5203,8887,3,814,2373 -"23026",5203,9311,3,814,2477 -"23027",5203,10870,3,814,1755 -"23028",5203,11103,2,814,2393 -"23029",5203,11493,3,814,2077 -"23030",5203,11976,3,814,1727 -"23031",5203,12371,3,814,1569 -"23032",5203,12373,3,814,1567 -"23033",5203,14959,3,814,2898 -"23034",5203,17520,3,814,2276 -"23035",5203,20355,3,814,2111 -"23036",5203,21720,3,814,2637 -"23037",5203,23006,3,814,1532 -"23038",5203,24256,3,814,2393 -"23039",5203,27195,3,814,2158 -"23040",5203,28571,3,814,1556 -"23041",5203,29095,3,814,2531 -"23042",5203,29930,2,814,2240 -"23043",5203,30747,3,814,2455 -"23044",5203,30883,3,814,1629 -"23045",5203,33801,3,814,2899 -"23046",5203,33834,2,814,1606 -"23047",5203,34648,3,814,1596 -"23048",5203,36574,2,814,2934 -"23049",5203,38467,2,814,1259 -"23050",5203,38921,3,814,1880 -"23051",5203,40893,3,814,1116 -"23052",5203,44403,3,814,2429 -"23053",5203,45903,3,814,2237 -"23054",5203,46283,3,814,1184 -"23055",5203,53475,3,814,2853 -"23056",5203,56688,3,814,2331 -"23057",5203,62538,2,814,1656 -"23058",5203,62632,3,814,1320 -"23059",5203,64255,3,814,2309 -"23060",5203,67102,3,814,935 -"23061",5203,83526,3,814,1235 -"23062",5203,92895,3,814,2339 -"23063",5203,97937,3,814,932 -"23064",5203,101338,3,814,1319 -"23065",5203,104280,3,814,887 -"23066",5226,997,3,1309,2788 -"23067",5226,1875,2,1309,1786 -"23068",5226,2712,3,1309,1881 -"23069",5226,4671,2,1309,2280 -"23070",5226,5449,3,1309,1723 -"23071",5226,5622,3,1309,2175 -"23072",5226,7029,3,1309,2204 -"23073",5226,7515,3,1309,2737 -"23074",5226,7616,3,1309,2296 -"23075",5226,7858,3,1309,1795 -"23076",5226,8681,3,1309,2716 -"23077",5226,9364,3,1309,1698 -"23078",5226,10857,3,1309,2253 -"23079",5226,10874,3,1309,1891 -"23080",5226,11103,2,1309,2393 -"23081",5226,12728,3,1309,2374 -"23082",5226,15207,3,1309,1855 -"23083",5226,15560,3,1309,2257 -"23084",5226,15799,3,1309,1917 -"23085",5226,16539,3,1309,1947 -"23086",5226,19096,2,1309,1538 -"23087",5226,21197,3,1309,1437 -"23088",5226,21406,3,1309,2714 -"23089",5226,23312,3,1309,2449 -"23090",5226,27195,3,1309,2158 -"23091",5226,27849,3,1309,1316 -"23092",5226,28635,2,1309,2368 -"23093",5226,28640,2,1309,1475 -"23094",5226,29930,3,1309,2240 -"23095",5226,31530,3,1309,1661 -"23096",5226,33949,3,1309,2489 -"23097",5226,36574,3,1309,2934 -"23098",5226,36714,3,1309,2209 -"23099",5226,43385,2,1309,1623 -"23100",5226,44151,3,1309,1796 -"23101",5226,48384,3,1309,2057 -"23102",5226,48571,1,1309,2717 -"23103",5226,49185,3,1309,1544 -"23104",5226,53219,2,1309,2973 -"23105",5226,54551,3,1309,2348 -"23106",5226,58451,3,1309,1939 -"23107",5226,58652,3,1309,1437 -"23108",5226,63409,3,1309,1937 -"23109",5226,66703,3,1309,2375 -"23110",5226,67957,3,1309,2823 -"23111",5226,81588,3,1309,1568 -"23112",5226,95644,2,1309,1531 -"23113",5226,98781,2,1309,1410 -"23114",5226,101338,3,1309,1319 -"23115",5232,798,3,168,2476 -"23116",5232,10945,3,168,881 -"23117",5232,11419,3,168,1408 -"23118",5232,50520,3,168,1205 -"23119",5232,73266,3,168,2496 -"23120",5232,93930,2,168,1268 -"23121",5232,117932,3,168,926 -"23122",5235,270,2,2324,2542 -"23123",5235,701,3,2324,2718 -"23124",5235,2424,3,2324,2582 -"23125",5235,2936,2,2324,2512 -"23126",5235,5462,3,2324,2374 -"23127",5235,6074,3,2324,2426 -"23128",5235,7014,3,2324,2401 -"23129",5235,9311,3,2324,2477 -"23130",5235,14761,3,2324,2502 -"23131",5235,14834,3,2324,2739 -"23132",5235,14959,3,2324,2898 -"23133",5235,16352,3,2324,2657 -"23134",5235,18361,2,2324,2968 -"23135",5235,18394,1,2324,2356 -"23136",5235,19215,2,2324,2604 -"23137",5235,19364,3,2324,2846 -"23138",5235,19643,2,2324,2452 -"23139",5235,19686,3,2324,2467 -"23140",5235,19862,3,2324,2412 -"23141",5235,20067,3,2324,2390 -"23142",5235,20941,3,2324,2725 -"23143",5235,21012,3,2324,2325 -"23144",5235,21126,3,2324,2331 -"23145",5235,21682,3,2324,2414 -"23146",5235,22326,3,2324,2818 -"23147",5235,22709,2,2324,2743 -"23148",5235,23725,3,2324,2378 -"23149",5235,24060,2,2324,2349 -"23150",5235,25305,3,2324,2447 -"23151",5235,26848,3,2324,2363 -"23152",5235,27478,3,2324,2485 -"23153",5235,29503,3,2324,2609 -"23154",5235,30173,3,2324,2404 -"23155",5235,31335,3,2324,2351 -"23156",5235,31799,3,2324,2547 -"23157",5235,32173,3,2324,2341 -"23158",5235,32457,3,2324,2690 -"23159",5235,33475,3,2324,2367 -"23160",5235,37285,3,2324,2428 -"23161",5235,38227,3,2324,2511 -"23162",5235,38755,3,2324,2902 -"23163",5235,41023,3,2324,2408 -"23164",5235,42216,3,2324,2722 -"23165",5235,43455,3,2324,2846 -"23166",5235,45302,2,2324,2390 -"23167",5235,45473,3,2324,2540 -"23168",5235,46950,3,2324,2673 -"23169",5235,48605,3,2324,2796 -"23170",5235,50134,3,2324,2674 -"23171",5235,50236,3,2324,2339 -"23172",5235,51035,3,2324,2397 -"23173",5235,51866,3,2324,2411 -"23174",5235,52570,3,2324,2645 -"23175",5235,56082,3,2324,2395 -"23176",5235,56237,3,2324,2625 -"23177",5235,57977,3,2324,2683 -"23178",5235,61982,3,2324,2725 -"23179",5235,64699,3,2324,2797 -"23180",5235,66992,3,2324,2882 -"23181",5235,70203,3,2324,2756 -"23182",5235,70944,3,2324,2972 -"23183",5235,72207,3,2324,2430 -"23184",5235,92104,2,2324,2339 -"23185",5239,13639,3,2875,2887 -"23186",5239,33801,3,2875,2899 -"23187",5250,29842,1,405,2280 -"23188",5250,59438,3,405,2400 -"23189",5258,18543,1,2730,2968 -"23190",5258,25565,3,2730,2764 -"23191",5258,29948,3,2730,2795 -"23192",5258,31436,3,2730,2892 -"23193",5258,43173,3,2730,2895 -"23194",5258,44427,2,2730,2875 -"23195",5258,47248,3,2730,2883 -"23196",5258,88232,2,2730,2881 -"23197",5296,135,3,820,2233 -"23198",5296,1044,3,820,880 -"23199",5296,1777,3,820,1965 -"23200",5296,2424,3,820,2582 -"23201",5296,4790,3,820,1025 -"23202",5296,5462,3,820,2374 -"23203",5296,5504,3,820,2389 -"23204",5296,10215,3,820,2006 -"23205",5296,12863,3,820,2027 -"23206",5296,15379,2,820,1231 -"23207",5296,19248,3,820,2357 -"23208",5296,19676,3,820,1515 -"23209",5296,19719,3,820,2177 -"23210",5296,20162,3,820,2328 -"23211",5296,21198,3,820,935 -"23212",5296,22006,3,820,1202 -"23213",5296,23268,3,820,2258 -"23214",5296,31050,3,820,1491 -"23215",5296,32601,3,820,1033 -"23216",5296,38019,3,820,1870 -"23217",5296,41278,3,820,1873 -"23218",5296,41739,3,820,1339 -"23219",5296,43953,3,820,2203 -"23220",5296,48414,3,820,1749 -"23221",5296,50444,3,820,884 -"23222",5296,50667,3,820,2719 -"23223",5296,50685,1,820,2008 -"23224",5296,52576,3,820,2234 -"23225",5296,53196,3,820,1888 -"23226",5296,54980,3,820,876 -"23227",5296,57360,2,820,2429 -"23228",5296,57950,3,820,1529 -"23229",5296,60185,2,820,1206 -"23230",5296,61982,3,820,2725 -"23231",5296,62841,3,820,2710 -"23232",5296,65625,3,820,1273 -"23233",5296,69498,2,820,931 -"23234",5296,76127,3,820,910 -"23235",5296,77155,3,820,2946 -"23236",5296,82949,3,820,2077 -"23237",5296,87904,3,820,952 -"23238",5296,105947,3,820,997 -"23239",5303,827,3,1849,2964 -"23240",5303,1624,3,1849,2687 -"23241",5303,2647,3,1849,2450 -"23242",5303,4551,1,1849,2720 -"23243",5303,6040,3,1849,2103 -"23244",5303,7253,2,1849,2686 -"23245",5303,13388,3,1849,2119 -"23246",5303,19509,2,1849,2000 -"23247",5303,26513,3,1849,2205 -"23248",5303,28268,3,1849,2258 -"23249",5303,46616,3,1849,1917 -"23250",5303,47607,2,1849,2724 -"23251",5303,52380,3,1849,2686 -"23252",5303,53584,3,1849,2391 -"23253",5303,58945,2,1849,2481 -"23254",5303,59511,3,1849,2753 -"23255",5303,65188,3,1849,2213 -"23256",5315,1767,3,2631,2727 -"23257",5315,3164,3,2631,2693 -"23258",5315,5258,3,2631,2730 -"23259",5315,10779,3,2631,2881 -"23260",5315,15309,3,2631,2820 -"23261",5315,15636,3,2631,2857 -"23262",5315,16352,3,2631,2657 -"23263",5315,16954,3,2631,2972 -"23264",5315,18543,3,2631,2968 -"23265",5315,19027,3,2631,2721 -"23266",5315,21138,3,2631,2849 -"23267",5315,22415,3,2631,2841 -"23268",5315,28168,3,2631,2702 -"23269",5315,32567,3,2631,2784 -"23270",5315,33801,3,2631,2899 -"23271",5315,34158,3,2631,2639 -"23272",5315,34735,3,2631,2767 -"23273",5315,36574,3,2631,2934 -"23274",5315,36609,3,2631,2918 -"23275",5315,48127,2,2631,2677 -"23276",5315,51410,3,2631,2739 -"23277",5315,53475,3,2631,2853 -"23278",5315,54929,3,2631,2783 -"23279",5315,65572,3,2631,2750 -"23280",5315,70203,3,2631,2756 -"23281",5315,82732,3,2631,2810 -"23282",5317,900,2,2063,2726 -"23283",5317,24923,3,2063,2785 -"23284",5317,32939,3,2063,2277 -"23285",5317,36344,3,2063,2570 -"23286",5317,38676,2,2063,2286 -"23287",5317,57804,3,2063,2214 -"23288",5326,31235,2,2652,2668 -"23289",5326,47445,3,2652,2668 -"23290",5346,212,3,1438,1513 -"23291",5346,270,3,1438,2542 -"23292",5346,600,3,1438,1702 -"23293",5346,1367,2,1438,2176 -"23294",5346,1677,3,1438,2645 -"23295",5346,1685,3,1438,2230 -"23296",5346,2224,3,1438,2751 -"23297",5346,2424,2,1438,2582 -"23298",5346,2533,3,1438,2016 -"23299",5346,2563,3,1438,1686 -"23300",5346,2747,2,1438,2411 -"23301",5346,2865,3,1438,2006 -"23302",5346,3068,3,1438,1815 -"23303",5346,3305,3,1438,2839 -"23304",5346,3460,3,1438,2530 -"23305",5346,3896,3,1438,2693 -"23306",5346,4191,3,1438,2130 -"23307",5346,4612,3,1438,2804 -"23308",5346,4660,3,1438,2149 -"23309",5346,4821,3,1438,1938 -"23310",5346,5120,3,1438,2735 -"23311",5346,5350,3,1438,2522 -"23312",5346,5414,2,1438,2321 -"23313",5346,5438,3,1438,1499 -"23314",5346,5580,2,1438,2111 -"23315",5346,5673,3,1438,1567 -"23316",5346,5897,3,1438,2337 -"23317",5346,6047,3,1438,2004 -"23318",5346,6052,3,1438,1985 -"23319",5346,6132,3,1438,1590 -"23320",5346,6234,3,1438,2654 -"23321",5346,6248,3,1438,2737 -"23322",5346,6432,3,1438,2297 -"23323",5346,6449,3,1438,1997 -"23324",5346,6602,3,1438,1631 -"23325",5346,7245,2,1438,2089 -"23326",5346,7506,3,1438,2371 -"23327",5346,7785,3,1438,2441 -"23328",5346,8073,3,1438,1847 -"23329",5346,8354,3,1438,1705 -"23330",5346,8533,3,1438,2251 -"23331",5346,8865,3,1438,2394 -"23332",5346,9115,3,1438,2068 -"23333",5346,9175,3,1438,2639 -"23334",5346,9202,3,1438,2477 -"23335",5346,9241,3,1438,2338 -"23336",5346,9423,3,1438,1708 -"23337",5346,9654,2,1438,2111 -"23338",5346,9787,3,1438,2858 -"23339",5346,10474,3,1438,1608 -"23340",5346,10727,3,1438,2082 -"23341",5346,10739,3,1438,1807 -"23342",5346,10851,3,1438,2423 -"23343",5346,10964,3,1438,2043 -"23344",5346,11067,3,1438,2734 -"23345",5346,11154,3,1438,1594 -"23346",5346,11984,3,1438,2308 -"23347",5346,12000,3,1438,1454 -"23348",5346,12031,3,1438,1957 -"23349",5346,12272,3,1438,2371 -"23350",5346,12724,3,1438,1930 -"23351",5346,12767,3,1438,2329 -"23352",5346,13200,3,1438,2488 -"23353",5346,13324,3,1438,2163 -"23354",5346,13879,3,1438,2748 -"23355",5346,13985,3,1438,2484 -"23356",5346,14422,3,1438,1548 -"23357",5346,14586,2,1438,2801 -"23358",5346,14676,3,1438,2764 -"23359",5346,14731,3,1438,2012 -"23360",5346,14754,2,1438,2456 -"23361",5346,14972,3,1438,2332 -"23362",5346,14998,3,1438,1553 -"23363",5346,15207,1,1438,1855 -"23364",5346,15453,2,1438,1688 -"23365",5346,15813,3,1438,2143 -"23366",5346,15826,3,1438,2772 -"23367",5346,16067,2,1438,2727 -"23368",5346,16501,3,1438,1650 -"23369",5346,16877,3,1438,2509 -"23370",5346,17396,3,1438,1672 -"23371",5346,17645,3,1438,1918 -"23372",5346,17672,3,1438,1987 -"23373",5346,17931,3,1438,1617 -"23374",5346,18211,3,1438,1745 -"23375",5346,18348,2,1438,1711 -"23376",5346,18415,2,1438,2184 -"23377",5346,19334,3,1438,1979 -"23378",5346,19593,3,1438,2013 -"23379",5346,20155,3,1438,1517 -"23380",5346,20545,3,1438,1491 -"23381",5346,20563,3,1438,2267 -"23382",5346,21164,3,1438,1645 -"23383",5346,21249,3,1438,1635 -"23384",5346,21285,3,1438,2100 -"23385",5346,21487,3,1438,2203 -"23386",5346,21895,3,1438,1693 -"23387",5346,21929,2,1438,2062 -"23388",5346,22080,3,1438,2436 -"23389",5346,22165,3,1438,1501 -"23390",5346,22242,3,1438,1690 -"23391",5346,22566,3,1438,2308 -"23392",5346,22567,3,1438,2396 -"23393",5346,23000,3,1438,1815 -"23394",5346,23011,3,1438,2763 -"23395",5346,23488,3,1438,1523 -"23396",5346,23509,3,1438,2275 -"23397",5346,23869,3,1438,1918 -"23398",5346,24195,3,1438,1575 -"23399",5346,25443,3,1438,1441 -"23400",5346,26450,3,1438,1709 -"23401",5346,26658,3,1438,2745 -"23402",5346,27391,3,1438,2378 -"23403",5346,27742,3,1438,2700 -"23404",5346,27897,3,1438,1968 -"23405",5346,27914,3,1438,2507 -"23406",5346,28115,3,1438,1835 -"23407",5346,28355,3,1438,2053 -"23408",5346,28627,3,1438,2694 -"23409",5346,28869,3,1438,2425 -"23410",5346,29073,3,1438,2328 -"23411",5346,29286,3,1438,1612 -"23412",5346,29997,3,1438,1789 -"23413",5346,30092,3,1438,1593 -"23414",5346,30262,1,1438,1715 -"23415",5346,30865,3,1438,2038 -"23416",5346,30943,2,1438,2287 -"23417",5346,30981,3,1438,2366 -"23418",5346,31050,3,1438,1491 -"23419",5346,31124,3,1438,2351 -"23420",5346,31868,3,1438,1993 -"23421",5346,32202,3,1438,2314 -"23422",5346,32532,3,1438,2338 -"23423",5346,32920,2,1438,2158 -"23424",5346,32939,2,1438,2277 -"23425",5346,33383,3,1438,1572 -"23426",5346,34509,3,1438,1973 -"23427",5346,34820,3,1438,1630 -"23428",5346,35186,3,1438,1520 -"23429",5346,35264,3,1438,2329 -"23430",5346,35728,3,1438,2017 -"23431",5346,35772,3,1438,1440 -"23432",5346,35797,3,1438,2482 -"23433",5346,36031,3,1438,2342 -"23434",5346,36215,3,1438,1623 -"23435",5346,36441,3,1438,2796 -"23436",5346,36862,3,1438,2655 -"23437",5346,37475,3,1438,1509 -"23438",5346,37752,3,1438,2223 -"23439",5346,38676,3,1438,2286 -"23440",5346,39577,3,1438,1728 -"23441",5346,39657,3,1438,1947 -"23442",5346,40493,3,1438,1981 -"23443",5346,41955,3,1438,2479 -"23444",5346,42216,3,1438,2722 -"23445",5346,42256,3,1438,2839 -"23446",5346,42642,2,1438,2257 -"23447",5346,42713,3,1438,1995 -"23448",5346,42799,3,1438,2729 -"23449",5346,43455,3,1438,2846 -"23450",5346,43961,3,1438,2443 -"23451",5346,44433,3,1438,2224 -"23452",5346,44497,3,1438,2401 -"23453",5346,44557,3,1438,2371 -"23454",5346,44603,3,1438,2748 -"23455",5346,44819,3,1438,2063 -"23456",5346,45239,3,1438,2535 -"23457",5346,45302,3,1438,2390 -"23458",5346,45585,3,1438,2384 -"23459",5346,45633,3,1438,2134 -"23460",5346,46532,3,1438,2005 -"23461",5346,46629,3,1438,2255 -"23462",5346,46635,3,1438,2528 -"23463",5346,46803,2,1438,2305 -"23464",5346,47564,3,1438,2650 -"23465",5346,49069,3,1438,1694 -"23466",5346,49144,3,1438,1542 -"23467",5346,49147,3,1438,2539 -"23468",5346,50382,3,1438,2244 -"23469",5346,50621,3,1438,2809 -"23470",5346,51022,3,1438,1499 -"23471",5346,51055,3,1438,2558 -"23472",5346,51360,3,1438,1882 -"23473",5346,51866,3,1438,2411 -"23474",5346,51925,3,1438,2307 -"23475",5346,52576,3,1438,2234 -"23476",5346,53445,3,1438,2028 -"23477",5346,54061,3,1438,1488 -"23478",5346,54718,3,1438,2473 -"23479",5346,55436,3,1438,2513 -"23480",5346,56755,3,1438,2158 -"23481",5346,56903,3,1438,1584 -"23482",5346,56995,3,1438,2323 -"23483",5346,57356,3,1438,2476 -"23484",5346,57804,2,1438,2214 -"23485",5346,57842,3,1438,2482 -"23486",5346,58284,3,1438,2292 -"23487",5346,58655,3,1438,2685 -"23488",5346,59039,3,1438,2870 -"23489",5346,59683,3,1438,2068 -"23490",5346,60516,3,1438,2257 -"23491",5346,61982,3,1438,2725 -"23492",5346,63641,2,1438,2337 -"23493",5346,64181,3,1438,1828 -"23494",5346,65691,3,1438,2134 -"23495",5346,66413,3,1438,2507 -"23496",5346,66717,3,1438,2104 -"23497",5346,67719,3,1438,2429 -"23498",5346,67726,2,1438,2873 -"23499",5346,69232,2,1438,2130 -"23500",5346,69716,2,1438,2632 -"23501",5346,73205,3,1438,1529 -"23502",5346,74818,2,1438,1440 -"23503",5346,75194,3,1438,1736 -"23504",5346,76235,3,1438,2777 -"23505",5346,76892,3,1438,2381 -"23506",5346,82246,3,1438,1538 -"23507",5346,82426,3,1438,1576 -"23508",5346,85356,2,1438,1492 -"23509",5346,89681,3,1438,1978 -"23510",5346,92630,3,1438,1583 -"23511",5346,96132,3,1438,1489 -"23512",5346,99557,2,1438,1703 -"23513",5346,105063,3,1438,1908 -"23514",5346,106555,3,1438,1626 -"23515",5350,1822,3,2522,2888 -"23516",5350,4551,3,2522,2720 -"23517",5350,5315,3,2522,2631 -"23518",5350,12035,3,2522,2721 -"23519",5350,15309,3,2522,2820 -"23520",5350,16352,3,2522,2657 -"23521",5350,17365,3,2522,2746 -"23522",5350,25971,3,2522,2608 -"23523",5350,26080,3,2522,2525 -"23524",5350,34735,3,2522,2767 -"23525",5350,52026,3,2522,2633 -"23526",5350,53219,3,2522,2973 -"23527",5350,54929,3,2522,2783 -"23528",5350,61337,3,2522,2777 -"23529",5350,69716,1,2522,2632 -"23530",5350,87110,3,2522,2801 -"23531",5352,388,3,175,1594 -"23532",5352,1150,3,175,1595 -"23533",5352,1560,3,175,2013 -"23534",5352,5454,3,175,1779 -"23535",5352,8140,3,175,1262 -"23536",5352,10279,3,175,886 -"23537",5352,10980,3,175,1974 -"23538",5352,11429,2,175,2520 -"23539",5352,12948,3,175,2669 -"23540",5352,14761,3,175,2502 -"23541",5352,16176,3,175,2703 -"23542",5352,17502,3,175,869 -"23543",5352,20056,3,175,1824 -"23544",5352,20363,3,175,279 -"23545",5352,31541,3,175,1500 -"23546",5352,34491,3,175,2694 -"23547",5352,35822,3,175,1903 -"23548",5352,37342,3,175,2649 -"23549",5352,39589,3,175,1292 -"23550",5352,40309,3,175,871 -"23551",5352,40392,3,175,1878 -"23552",5352,41023,3,175,2408 -"23553",5352,41447,3,175,2405 -"23554",5352,45138,3,175,2516 -"23555",5352,45869,3,175,2840 -"23556",5352,46662,3,175,207 -"23557",5352,47385,3,175,1172 -"23558",5352,51148,3,175,1077 -"23559",5352,51200,3,175,2245 -"23560",5352,52530,3,175,1737 -"23561",5352,55482,3,175,1866 -"23562",5352,55817,3,175,2285 -"23563",5352,59082,3,175,947 -"23564",5352,62712,3,175,2884 -"23565",5352,67266,3,175,2010 -"23566",5352,67680,3,175,602 -"23567",5352,74054,3,175,1488 -"23568",5352,86621,3,175,598 -"23569",5352,93661,3,175,1024 -"23570",5352,99966,3,175,606 -"23571",5352,113238,3,175,671 -"23572",5355,55,3,1499,2524 -"23573",5355,1685,2,1499,2230 -"23574",5355,3360,3,1499,1583 -"23575",5355,3477,3,1499,2546 -"23576",5355,3506,3,1499,2364 -"23577",5355,6063,3,1499,2349 -"23578",5355,6621,2,1499,2478 -"23579",5355,11154,3,1499,1594 -"23580",5355,11868,3,1499,1639 -"23581",5355,12007,2,1499,1594 -"23582",5355,18217,3,1499,1566 -"23583",5355,19048,3,1499,2180 -"23584",5355,22744,1,1499,1907 -"23585",5355,23498,3,1499,2398 -"23586",5355,31794,3,1499,1919 -"23587",5355,33223,3,1499,2397 -"23588",5355,37040,3,1499,1667 -"23589",5355,40542,3,1499,1664 -"23590",5355,43311,2,1499,1553 -"23591",5355,45664,3,1499,2235 -"23592",5355,49069,3,1499,1694 -"23593",5355,51173,3,1499,1829 -"23594",5355,79461,3,1499,1667 -"23595",5355,79547,3,1499,1909 -"23596",5355,85638,3,1499,2275 -"23597",5355,86559,3,1499,1704 -"23598",5355,87190,3,1499,1704 -"23599",5355,89391,3,1499,2180 -"23600",5355,96700,3,1499,1602 -"23601",5363,341,2,1791,2689 -"23602",5363,798,3,1791,2476 -"23603",5363,841,3,1791,2964 -"23604",5363,5962,3,1791,2491 -"23605",5363,7937,3,1791,2044 -"23606",5363,8062,3,1791,2858 -"23607",5363,9063,3,1791,2000 -"23608",5363,10336,3,1791,2271 -"23609",5363,12361,3,1791,2732 -"23610",5363,15401,3,1791,1999 -"23611",5363,19655,2,1791,2706 -"23612",5363,20355,2,1791,2111 -"23613",5363,25373,3,1791,2783 -"23614",5363,27908,3,1791,2576 -"23615",5363,31331,3,1791,2964 -"23616",5363,31700,2,1791,2727 -"23617",5363,32549,3,1791,2111 -"23618",5363,32988,2,1791,2008 -"23619",5363,34870,3,1791,1873 -"23620",5363,37036,3,1791,2264 -"23621",5363,37238,3,1791,2609 -"23622",5363,37929,3,1791,2393 -"23623",5363,39062,3,1791,2020 -"23624",5363,40910,3,1791,2469 -"23625",5363,41187,3,1791,2340 -"23626",5363,42505,3,1791,2008 -"23627",5363,44235,3,1791,2700 -"23628",5363,45299,3,1791,2426 -"23629",5363,48215,3,1791,2028 -"23630",5363,53727,3,1791,2442 -"23631",5363,65155,3,1791,1947 -"23632",5363,73597,3,1791,1989 -"23633",5363,89880,3,1791,1938 -"23634",5363,92757,3,1791,2615 -"23635",5376,1676,3,288,1198 -"23636",5376,2289,3,288,2389 -"23637",5376,3352,3,288,1707 -"23638",5376,3583,3,288,818 -"23639",5376,5315,3,288,2631 -"23640",5376,5504,3,288,2389 -"23641",5376,5568,3,288,1290 -"23642",5376,5716,3,288,1058 -"23643",5376,6366,3,288,798 -"23644",5376,6417,3,288,1675 -"23645",5376,7233,3,288,572 -"23646",5376,8888,3,288,1328 -"23647",5376,10709,2,288,746 -"23648",5376,10870,3,288,1755 -"23649",5376,11127,3,288,1196 -"23650",5376,11218,3,288,2292 -"23651",5376,12374,3,288,2260 -"23652",5376,13699,3,288,1355 -"23653",5376,14855,3,288,903 -"23654",5376,16497,3,288,2370 -"23655",5376,16587,2,288,2065 -"23656",5376,18554,3,288,2065 -"23657",5376,18615,3,288,1025 -"23658",5376,19183,3,288,1257 -"23659",5376,22050,3,288,966 -"23660",5376,24169,3,288,1663 -"23661",5376,26608,3,288,2329 -"23662",5376,27130,3,288,1880 -"23663",5376,27260,2,288,878 -"23664",5376,27339,2,288,486 -"23665",5376,29864,2,288,2479 -"23666",5376,29930,3,288,2240 -"23667",5376,31279,3,288,965 -"23668",5376,32017,3,288,577 -"23669",5376,35610,3,288,594 -"23670",5376,37758,2,288,1998 -"23671",5376,37800,3,288,604 -"23672",5376,37873,3,288,1288 -"23673",5376,39444,3,288,2695 -"23674",5376,39865,3,288,849 -"23675",5376,40072,3,288,1182 -"23676",5376,41955,3,288,2479 -"23677",5376,43135,2,288,1171 -"23678",5376,44068,2,288,1056 -"23679",5376,52448,3,288,414 -"23680",5376,53134,2,288,1590 -"23681",5376,54929,3,288,2783 -"23682",5376,55556,3,288,2075 -"23683",5376,55892,3,288,1234 -"23684",5376,59646,3,288,456 -"23685",5376,59939,3,288,936 -"23686",5376,62488,3,288,1418 -"23687",5376,63078,3,288,602 -"23688",5376,63328,3,288,922 -"23689",5376,63568,3,288,570 -"23690",5376,67352,3,288,1115 -"23691",5376,71478,3,288,1721 -"23692",5376,74730,3,288,535 -"23693",5376,77424,3,288,1489 -"23694",5376,86331,3,288,850 -"23695",5376,90860,3,288,851 -"23696",5376,91912,3,288,790 -"23697",5376,93933,3,288,1336 -"23698",5376,100060,3,288,497 -"23699",5376,100140,3,288,1041 -"23700",5376,101986,2,288,813 -"23701",5376,109521,1,288,609 -"23702",5376,116478,2,288,293 -"23703",5392,14,3,1648,1793 -"23704",5392,160,3,1648,2007 -"23705",5392,341,3,1648,2689 -"23706",5392,854,2,1648,2307 -"23707",5392,915,3,1648,1793 -"23708",5392,2484,3,1648,2389 -"23709",5392,3409,3,1648,2167 -"23710",5392,3495,3,1648,2431 -"23711",5392,4504,3,1648,1905 -"23712",5392,5865,3,1648,1910 -"23713",5392,6192,2,1648,2409 -"23714",5392,6208,3,1648,2361 -"23715",5392,6222,2,1648,1949 -"23716",5392,6449,3,1648,1997 -"23717",5392,7406,2,1648,1906 -"23718",5392,7616,3,1648,2296 -"23719",5392,7703,3,1648,2122 -"23720",5392,8274,3,1648,1909 -"23721",5392,8726,3,1648,2083 -"23722",5392,8865,3,1648,2394 -"23723",5392,9311,3,1648,2477 -"23724",5392,9331,3,1648,2269 -"23725",5392,9423,3,1648,1708 -"23726",5392,10239,3,1648,2032 -"23727",5392,10870,3,1648,1755 -"23728",5392,11329,3,1648,2799 -"23729",5392,11770,2,1648,1653 -"23730",5392,12388,1,1648,1975 -"23731",5392,13249,3,1648,2573 -"23732",5392,13324,3,1648,2163 -"23733",5392,14586,3,1648,2801 -"23734",5392,14887,3,1648,2158 -"23735",5392,14959,2,1648,2898 -"23736",5392,15444,2,1648,2764 -"23737",5392,16539,3,1648,1947 -"23738",5392,17027,3,1648,2772 -"23739",5392,17351,2,1648,2036 -"23740",5392,17520,3,1648,2276 -"23741",5392,17632,3,1648,1947 -"23742",5392,18165,2,1648,2085 -"23743",5392,18394,3,1648,2356 -"23744",5392,18464,3,1648,2312 -"23745",5392,19208,3,1648,2629 -"23746",5392,19248,3,1648,2357 -"23747",5392,19317,3,1648,2041 -"23748",5392,19605,3,1648,2395 -"23749",5392,20067,3,1648,2390 -"23750",5392,20162,3,1648,2328 -"23751",5392,20331,3,1648,2365 -"23752",5392,20407,3,1648,2339 -"23753",5392,21248,2,1648,2232 -"23754",5392,21275,3,1648,2609 -"23755",5392,21950,3,1648,1892 -"23756",5392,22292,3,1648,1910 -"23757",5392,22808,3,1648,2297 -"23758",5392,23268,3,1648,2258 -"23759",5392,23460,2,1648,2183 -"23760",5392,24255,3,1648,2770 -"23761",5392,25030,3,1648,2017 -"23762",5392,25985,3,1648,2071 -"23763",5392,28626,3,1648,2842 -"23764",5392,29073,3,1648,2328 -"23765",5392,29095,3,1648,2531 -"23766",5392,29314,3,1648,2736 -"23767",5392,29454,3,1648,2719 -"23768",5392,30236,3,1648,2238 -"23769",5392,31705,3,1648,2706 -"23770",5392,33380,2,1648,2340 -"23771",5392,35235,3,1648,2610 -"23772",5392,35448,3,1648,1685 -"23773",5392,38732,3,1648,2263 -"23774",5392,38921,2,1648,1880 -"23775",5392,41664,3,1648,2641 -"23776",5392,41682,2,1648,1988 -"23777",5392,41764,3,1648,2409 -"23778",5392,41900,3,1648,1970 -"23779",5392,41945,3,1648,2856 -"23780",5392,42129,3,1648,2318 -"23781",5392,42264,3,1648,1702 -"23782",5392,43978,3,1648,2698 -"23783",5392,44688,3,1648,2924 -"23784",5392,44885,3,1648,2670 -"23785",5392,44899,3,1648,2386 -"23786",5392,45545,3,1648,1776 -"23787",5392,46042,3,1648,1692 -"23788",5392,47003,3,1648,1915 -"23789",5392,47564,3,1648,2650 -"23790",5392,49334,3,1648,2433 -"23791",5392,50252,3,1648,2001 -"23792",5392,50480,3,1648,2701 -"23793",5392,51610,3,1648,2635 -"23794",5392,52892,3,1648,2372 -"23795",5392,55580,3,1648,1942 -"23796",5392,58733,3,1648,1958 -"23797",5392,61242,3,1648,1650 -"23798",5392,63477,3,1648,1907 -"23799",5392,63515,3,1648,2023 -"23800",5392,66878,2,1648,1949 -"23801",5392,70046,3,1648,2624 -"23802",5392,70203,3,1648,2756 -"23803",5392,77155,2,1648,2946 -"23804",5392,77611,3,1648,1795 -"23805",5400,13201,2,1568,2034 -"23806",5400,25530,3,1568,2884 -"23807",5400,56396,3,1568,2408 -"23808",5405,1315,3,1510,2760 -"23809",5405,2195,3,1510,2139 -"23810",5405,2289,3,1510,2389 -"23811",5405,3139,3,1510,1656 -"23812",5405,3493,3,1510,2451 -"23813",5405,4360,3,1510,1770 -"23814",5405,5072,2,1510,2175 -"23815",5405,5622,1,1510,2175 -"23816",5405,5971,3,1510,1985 -"23817",5405,5984,3,1510,1675 -"23818",5405,5986,3,1510,1721 -"23819",5405,6417,3,1510,1675 -"23820",5405,6588,3,1510,2025 -"23821",5405,7180,2,1510,2227 -"23822",5405,7234,3,1510,2654 -"23823",5405,9364,3,1510,1698 -"23824",5405,9928,3,1510,2345 -"23825",5405,10488,3,1510,1524 -"23826",5405,10857,3,1510,2253 -"23827",5405,10874,3,1510,1891 -"23828",5405,11218,2,1510,2292 -"23829",5405,11229,3,1510,1625 -"23830",5405,11477,3,1510,2724 -"23831",5405,12042,3,1510,2345 -"23832",5405,12375,1,1510,1873 -"23833",5405,14032,3,1510,2144 -"23834",5405,15700,3,1510,1712 -"23835",5405,16352,3,1510,2657 -"23836",5405,17400,2,1510,2231 -"23837",5405,19622,3,1510,2371 -"23838",5405,23725,2,1510,2378 -"23839",5405,23729,3,1510,1624 -"23840",5405,25643,3,1510,1646 -"23841",5405,26080,3,1510,2525 -"23842",5405,26818,3,1510,1999 -"23843",5405,26867,3,1510,1804 -"23844",5405,31093,3,1510,2160 -"23845",5405,31436,3,1510,2892 -"23846",5405,35926,3,1510,2371 -"23847",5405,39294,2,1510,1889 -"23848",5405,41240,3,1510,2220 -"23849",5405,43213,1,1510,2160 -"23850",5405,45684,2,1510,2200 -"23851",5405,46629,3,1510,2255 -"23852",5405,49608,2,1510,2184 -"23853",5405,50236,3,1510,2339 -"23854",5405,53134,3,1510,1590 -"23855",5405,54551,3,1510,2348 -"23856",5405,54929,3,1510,2783 -"23857",5405,56082,2,1510,2395 -"23858",5405,57246,2,1510,1873 -"23859",5405,72207,3,1510,2430 -"23860",5405,75403,2,1510,1895 -"23861",5405,76048,1,1510,2373 -"23862",5405,86245,2,1510,1972 -"23863",5405,87837,3,1510,1987 -"23864",5405,99215,3,1510,2791 -"23865",5414,1222,3,2321,2598 -"23866",5414,2443,3,2321,2333 -"23867",5414,3477,3,2321,2546 -"23868",5414,6063,3,2321,2349 -"23869",5414,6262,3,2321,2733 -"23870",5414,14754,3,2321,2456 -"23871",5414,18466,2,2321,2340 -"23872",5414,18479,3,2321,2967 -"23873",5414,19190,3,2321,2677 -"23874",5414,33223,3,2321,2397 -"23875",5414,43524,3,2321,2572 -"23876",5414,43929,3,2321,2749 -"23877",5414,49147,3,2321,2539 -"23878",5414,72207,3,2321,2430 -"23879",5414,76604,2,2321,2590 -"23880",5414,82917,3,2321,2371 -"23881",5414,94339,3,2321,2768 -"23882",5414,116792,3,2321,2397 -"23883",5429,145,3,1991,1998 -"23884",5429,270,3,1991,2542 -"23885",5429,307,3,1991,2530 -"23886",5429,312,1,1991,2038 -"23887",5429,380,3,1991,2261 -"23888",5429,913,2,1991,2144 -"23889",5429,1102,3,1991,2282 -"23890",5429,1355,3,1991,2473 -"23891",5429,2036,3,1991,2483 -"23892",5429,2181,3,1991,2030 -"23893",5429,2424,3,1991,2582 -"23894",5429,2533,2,1991,2016 -"23895",5429,2684,2,1991,2874 -"23896",5429,3164,3,1991,2693 -"23897",5429,3305,3,1991,2839 -"23898",5429,5580,3,1991,2111 -"23899",5429,6055,3,1991,2651 -"23900",5429,6074,3,1991,2426 -"23901",5429,6208,3,1991,2361 -"23902",5429,6363,3,1991,2066 -"23903",5429,7013,2,1991,2040 -"23904",5429,9184,3,1991,2670 -"23905",5429,9654,3,1991,2111 -"23906",5429,9893,2,1991,2701 -"23907",5429,10799,3,1991,2010 -"23908",5429,10871,2,1991,2314 -"23909",5429,11055,1,1991,2111 -"23910",5429,11218,3,1991,2292 -"23911",5429,11351,3,1991,2971 -"23912",5429,11440,2,1991,2026 -"23913",5429,11620,2,1991,2010 -"23914",5429,12042,3,1991,2345 -"23915",5429,12528,3,1991,2589 -"23916",5429,12728,3,1991,2374 -"23917",5429,15184,3,1991,2396 -"23918",5429,15433,3,1991,2038 -"23919",5429,15560,3,1991,2257 -"23920",5429,15813,3,1991,2143 -"23921",5429,16432,3,1991,2664 -"23922",5429,16954,3,1991,2972 -"23923",5429,19027,2,1991,2721 -"23924",5429,19248,1,1991,2357 -"23925",5429,19516,3,1991,2313 -"23926",5429,19719,2,1991,2177 -"23927",5429,20067,3,1991,2390 -"23928",5429,20292,3,1991,2755 -"23929",5429,20700,3,1991,2861 -"23930",5429,22277,3,1991,2424 -"23931",5429,23132,3,1991,2756 -"23932",5429,23509,3,1991,2275 -"23933",5429,24448,2,1991,2289 -"23934",5429,24753,3,1991,2860 -"23935",5429,25129,3,1991,2647 -"23936",5429,26749,3,1991,2965 -"23937",5429,27275,2,1991,2656 -"23938",5429,27390,3,1991,2425 -"23939",5429,27694,2,1991,2030 -"23940",5429,30052,3,1991,2855 -"23941",5429,30906,3,1991,2537 -"23942",5429,31124,3,1991,2351 -"23943",5429,31235,3,1991,2668 -"23944",5429,31799,3,1991,2547 -"23945",5429,33380,3,1991,2340 -"23946",5429,33672,3,1991,2396 -"23947",5429,33801,3,1991,2899 -"23948",5429,34480,3,1991,2755 -"23949",5429,35481,3,1991,2211 -"23950",5429,35738,3,1991,2448 -"23951",5429,39535,3,1991,2428 -"23952",5429,42196,3,1991,2765 -"23953",5429,42574,3,1991,2842 -"23954",5429,43455,3,1991,2846 -"23955",5429,45608,3,1991,2420 -"23956",5429,46629,3,1991,2255 -"23957",5429,48605,2,1991,2796 -"23958",5429,50685,3,1991,2008 -"23959",5429,51041,2,1991,2606 -"23960",5429,52323,3,1991,2148 -"23961",5429,52570,3,1991,2645 -"23962",5429,52576,3,1991,2234 -"23963",5429,53475,3,1991,2853 -"23964",5429,53519,3,1991,2781 -"23965",5429,54695,1,1991,2429 -"23966",5429,54929,3,1991,2783 -"23967",5429,57977,3,1991,2683 -"23968",5429,58427,2,1991,2234 -"23969",5429,59022,3,1991,2494 -"23970",5429,61982,2,1991,2725 -"23971",5429,62841,2,1991,2710 -"23972",5429,64945,3,1991,2279 -"23973",5429,65029,3,1991,2954 -"23974",5429,66224,3,1991,2728 -"23975",5429,67652,2,1991,2736 -"23976",5429,76892,2,1991,2381 -"23977",5429,82949,3,1991,2077 -"23978",5438,2208,3,1499,2814 -"23979",5438,3961,3,1499,2426 -"23980",5438,7847,3,1499,2424 -"23981",5438,7992,3,1499,2033 -"23982",5438,10358,3,1499,2294 -"23983",5438,13200,3,1499,2488 -"23984",5438,13388,3,1499,2119 -"23985",5438,15207,3,1499,1855 -"23986",5438,17221,3,1499,2487 -"23987",5438,20067,3,1499,2390 -"23988",5438,20732,3,1499,2401 -"23989",5438,23726,3,1499,2434 -"23990",5438,23825,3,1499,1913 -"23991",5438,23869,2,1499,1918 -"23992",5438,30150,3,1499,1704 -"23993",5438,30943,3,1499,2287 -"23994",5438,36031,3,1499,2342 -"23995",5438,44557,3,1499,2371 -"23996",5438,44819,3,1499,2063 -"23997",5438,46803,1,1499,2305 -"23998",5438,47248,3,1499,2883 -"23999",5438,50041,3,1499,1565 -"24000",5438,50382,3,1499,2244 -"24001",5438,52154,2,1499,1722 -"24002",5438,54631,3,1499,1531 -"24003",5438,70203,3,1499,2756 -"24004",5438,76133,3,1499,1565 -"24005",5449,997,2,1723,2788 -"24006",5449,1875,3,1723,1786 -"24007",5449,3495,3,1723,2431 -"24008",5449,3776,3,1723,2322 -"24009",5449,3947,3,1723,2067 -"24010",5449,3966,3,1723,2425 -"24011",5449,4671,3,1723,2280 -"24012",5449,5239,3,1723,2875 -"24013",5449,5350,3,1723,2522 -"24014",5449,6255,3,1723,2895 -"24015",5449,7029,3,1723,2204 -"24016",5449,7703,3,1723,2122 -"24017",5449,7858,3,1723,1795 -"24018",5449,10870,3,1723,1755 -"24019",5449,11103,2,1723,2393 -"24020",5449,11218,3,1723,2292 -"24021",5449,11239,3,1723,2181 -"24022",5449,11493,3,1723,2077 -"24023",5449,11976,3,1723,1727 -"24024",5449,12729,3,1723,1835 -"24025",5449,12982,3,1723,2143 -"24026",5449,13780,2,1723,2412 -"24027",5449,14507,3,1723,2686 -"24028",5449,15401,3,1723,1999 -"24029",5449,18344,3,1723,2204 -"24030",5449,19248,3,1723,2357 -"24031",5449,21406,3,1723,2714 -"24032",5449,21929,3,1723,2062 -"24033",5449,24256,3,1723,2393 -"24034",5449,24825,3,1723,2686 -"24035",5449,25198,3,1723,1982 -"24036",5449,25325,3,1723,2963 -"24037",5449,25508,3,1723,2081 -"24038",5449,25971,3,1723,2608 -"24039",5449,26716,1,1723,1765 -"24040",5449,27195,2,1723,2158 -"24041",5449,29004,3,1723,2596 -"24042",5449,29917,3,1723,1962 -"24043",5449,29930,2,1723,2240 -"24044",5449,30747,2,1723,2455 -"24045",5449,32988,3,1723,2008 -"24046",5449,34735,3,1723,2767 -"24047",5449,36574,3,1723,2934 -"24048",5449,40645,3,1723,1899 -"24049",5449,42574,2,1723,2842 -"24050",5449,45302,3,1723,2390 -"24051",5449,46040,3,1723,2105 -"24052",5449,48571,2,1723,2717 -"24053",5449,48605,2,1723,2796 -"24054",5449,51866,3,1723,2411 -"24055",5449,53219,1,1723,2973 -"24056",5449,57549,3,1723,2335 -"24057",5449,65155,3,1723,1947 -"24058",5449,67150,3,1723,2633 -"24059",5449,99351,3,1723,2939 -"24060",5451,135,2,1299,2233 -"24061",5451,455,2,1299,2827 -"24062",5451,470,3,1299,2285 -"24063",5451,600,2,1299,1702 -"24064",5451,913,3,1299,2144 -"24065",5451,4084,3,1299,2133 -"24066",5451,7245,3,1299,2089 -"24067",5451,7350,1,1299,1901 -"24068",5451,10433,3,1299,2075 -"24069",5451,17698,3,1299,1559 -"24070",5451,22282,3,1299,1418 -"24071",5451,23132,3,1299,2756 -"24072",5451,23705,1,1299,2699 -"24073",5451,23918,2,1299,1881 -"24074",5451,24568,3,1299,1937 -"24075",5451,27837,1,1299,1315 -"24076",5451,28101,2,1299,1949 -"24077",5451,28115,3,1299,1835 -"24078",5451,28991,3,1299,1688 -"24079",5451,31050,2,1299,1491 -"24080",5451,32658,3,1299,1694 -"24081",5451,34160,3,1299,1759 -"24082",5451,35302,2,1299,1589 -"24083",5451,41739,2,1299,1339 -"24084",5451,45633,3,1299,2134 -"24085",5451,49144,3,1299,1542 -"24086",5451,50041,3,1299,1565 -"24087",5451,53196,3,1299,1888 -"24088",5451,54158,2,1299,1756 -"24089",5451,63409,3,1299,1937 -"24090",5451,64181,3,1299,1828 -"24091",5451,66413,3,1299,2507 -"24092",5451,105063,2,1299,1908 -"24093",5454,11429,3,1779,2520 -"24094",5454,28869,3,1779,2425 -"24095",5454,30668,3,1779,2882 -"24096",5454,30669,3,1779,1921 -"24097",5454,36829,3,1779,2722 -"24098",5454,49782,3,1779,2937 -"24099",5454,53084,2,1779,2683 -"24100",5454,58875,3,1779,1899 -"24101",5457,313,2,2077,2271 -"24102",5457,362,3,2077,2537 -"24103",5457,377,2,2077,2389 -"24104",5457,380,3,2077,2261 -"24105",5457,489,3,2077,2652 -"24106",5457,543,2,2077,2203 -"24107",5457,613,2,2077,2687 -"24108",5457,913,3,2077,2144 -"24109",5457,1151,2,2077,2885 -"24110",5457,1616,2,2077,2662 -"24111",5457,2036,2,2077,2483 -"24112",5457,2224,2,2077,2751 -"24113",5457,2484,2,2077,2389 -"24114",5457,3161,2,2077,2229 -"24115",5457,3164,3,2077,2693 -"24116",5457,3488,3,2077,2351 -"24117",5457,3853,3,2077,2465 -"24118",5457,4057,2,2077,2389 -"24119",5457,5462,1,2077,2374 -"24120",5457,5504,1,2077,2389 -"24121",5457,6491,3,2077,2424 -"24122",5457,7323,2,2077,2858 -"24123",5457,8760,2,2077,2477 -"24124",5457,8821,3,2077,2230 -"24125",5457,9311,3,2077,2477 -"24126",5457,9332,3,2077,2734 -"24127",5457,9362,2,2077,2879 -"24128",5457,12374,3,2077,2260 -"24129",5457,12713,2,2077,2440 -"24130",5457,12929,3,2077,2656 -"24131",5457,14655,3,2077,2559 -"24132",5457,15184,3,2077,2396 -"24133",5457,15299,3,2077,2213 -"24134",5457,15636,3,2077,2857 -"24135",5457,17520,3,2077,2276 -"24136",5457,18151,2,2077,2962 -"24137",5457,19027,3,2077,2721 -"24138",5457,19606,2,2077,2783 -"24139",5457,20067,3,2077,2390 -"24140",5457,20292,3,2077,2755 -"24141",5457,20563,3,2077,2267 -"24142",5457,20700,3,2077,2861 -"24143",5457,21795,3,2077,2653 -"24144",5457,26249,3,2077,2301 -"24145",5457,26516,3,2077,2479 -"24146",5457,26608,3,2077,2329 -"24147",5457,27478,3,2077,2485 -"24148",5457,31235,3,2077,2668 -"24149",5457,31799,2,2077,2547 -"24150",5457,32606,3,2077,2100 -"24151",5457,34836,3,2077,2302 -"24152",5457,35256,2,2077,2271 -"24153",5457,36087,3,2077,2755 -"24154",5457,36559,3,2077,2473 -"24155",5457,37418,3,2077,2710 -"24156",5457,37570,2,2077,2389 -"24157",5457,39444,3,2077,2695 -"24158",5457,39548,3,2077,2389 -"24159",5457,44235,3,2077,2700 -"24160",5457,44768,3,2077,2516 -"24161",5457,46040,3,2077,2105 -"24162",5457,47445,3,2077,2668 -"24163",5457,47947,3,2077,2681 -"24164",5457,49965,3,2077,2301 -"24165",5457,52576,3,2077,2234 -"24166",5457,53851,3,2077,2305 -"24167",5457,55156,3,2077,2196 -"24168",5457,55828,3,2077,2393 -"24169",5457,57977,3,2077,2683 -"24170",5457,64967,3,2077,2872 -"24171",5457,65029,3,2077,2954 -"24172",5457,68810,3,2077,2409 -"24173",5457,70046,2,2077,2624 -"24174",5457,70203,3,2077,2756 -"24175",5457,78563,3,2077,2385 -"24176",5457,85430,2,2077,2370 -"24177",5457,91570,2,2077,2229 -"24178",5457,93615,3,2077,2386 -"24179",5462,362,3,2374,2537 -"24180",5462,377,2,2374,2389 -"24181",5462,489,3,2374,2652 -"24182",5462,613,2,2374,2687 -"24183",5462,1136,3,2374,2536 -"24184",5462,1151,2,2374,2885 -"24185",5462,1616,2,2374,2662 -"24186",5462,2036,2,2374,2483 -"24187",5462,2166,3,2374,2557 -"24188",5462,2224,2,2374,2751 -"24189",5462,2484,2,2374,2389 -"24190",5462,3164,3,2374,2693 -"24191",5462,3853,3,2374,2465 -"24192",5462,4057,2,2374,2389 -"24193",5462,4618,3,2374,2607 -"24194",5462,4701,3,2374,2401 -"24195",5462,5504,1,2374,2389 -"24196",5462,5725,3,2374,2789 -"24197",5462,6491,3,2374,2424 -"24198",5462,7323,2,2374,2858 -"24199",5462,8760,2,2374,2477 -"24200",5462,9311,3,2374,2477 -"24201",5462,9332,2,2374,2734 -"24202",5462,9362,2,2374,2879 -"24203",5462,12713,2,2374,2440 -"24204",5462,12929,3,2374,2656 -"24205",5462,13929,3,2374,2693 -"24206",5462,14655,3,2374,2559 -"24207",5462,15184,2,2374,2396 -"24208",5462,15636,3,2374,2857 -"24209",5462,17852,3,2374,2840 -"24210",5462,18151,2,2374,2962 -"24211",5462,19027,2,2374,2721 -"24212",5462,19606,1,2374,2783 -"24213",5462,20067,3,2374,2390 -"24214",5462,20292,3,2374,2755 -"24215",5462,20700,2,2374,2861 -"24216",5462,21795,3,2374,2653 -"24217",5462,26516,3,2374,2479 -"24218",5462,27478,2,2374,2485 -"24219",5462,31235,3,2374,2668 -"24220",5462,31799,1,2374,2547 -"24221",5462,32339,3,2374,2430 -"24222",5462,33160,3,2374,2441 -"24223",5462,36087,3,2374,2755 -"24224",5462,36559,3,2374,2473 -"24225",5462,36962,3,2374,2861 -"24226",5462,37418,3,2374,2710 -"24227",5462,37570,2,2374,2389 -"24228",5462,38755,3,2374,2902 -"24229",5462,39444,2,2374,2695 -"24230",5462,39548,3,2374,2389 -"24231",5462,40138,3,2374,2719 -"24232",5462,43518,3,2374,2680 -"24233",5462,44235,3,2374,2700 -"24234",5462,44768,3,2374,2516 -"24235",5462,47445,3,2374,2668 -"24236",5462,47947,3,2374,2681 -"24237",5462,51410,3,2374,2739 -"24238",5462,52570,3,2374,2645 -"24239",5462,53687,3,2374,2422 -"24240",5462,55468,3,2374,2511 -"24241",5462,55691,3,2374,2856 -"24242",5462,55828,3,2374,2393 -"24243",5462,57360,3,2374,2429 -"24244",5462,57609,3,2374,2717 -"24245",5462,57977,2,2374,2683 -"24246",5462,64967,3,2374,2872 -"24247",5462,65029,2,2374,2954 -"24248",5462,65856,3,2374,2504 -"24249",5462,68098,3,2374,2378 -"24250",5462,68215,3,2374,2727 -"24251",5462,68810,3,2374,2409 -"24252",5462,70046,3,2374,2624 -"24253",5462,70203,3,2374,2756 -"24254",5462,72334,3,2374,2820 -"24255",5462,73553,3,2374,2726 -"24256",5462,78563,3,2374,2385 -"24257",5462,93615,3,2374,2386 -"24258",5483,1560,3,1938,2013 -"24259",5483,6363,3,1938,2066 -"24260",5483,14626,2,1938,2175 -"24261",5483,29319,3,1938,2314 -"24262",5483,54903,3,1938,2493 -"24263",5483,64412,3,1938,2233 -"24264",5484,140,3,582,2267 -"24265",5484,160,2,582,2007 -"24266",5484,798,3,582,2476 -"24267",5484,1314,3,582,1522 -"24268",5484,1519,3,582,2349 -"24269",5484,1641,3,582,1490 -"24270",5484,1875,3,582,1786 -"24271",5484,2028,3,582,1978 -"24272",5484,2337,3,582,1697 -"24273",5484,2407,2,582,1725 -"24274",5484,2540,3,582,1398 -"24275",5484,2747,3,582,2411 -"24276",5484,2754,3,582,1360 -"24277",5484,2901,3,582,1156 -"24278",5484,2972,2,582,1708 -"24279",5484,3068,3,582,1815 -"24280",5484,3127,3,582,2273 -"24281",5484,3456,2,582,1999 -"24282",5484,3978,3,582,2775 -"24283",5484,4001,3,582,1687 -"24284",5484,4526,3,582,1728 -"24285",5484,4669,3,582,2395 -"24286",5484,4671,3,582,2280 -"24287",5484,4821,3,582,1938 -"24288",5484,5599,3,582,1684 -"24289",5484,5614,2,582,2122 -"24290",5484,5792,3,582,975 -"24291",5484,5845,3,582,1552 -"24292",5484,7252,3,582,2799 -"24293",5484,7337,3,582,1797 -"24294",5484,7615,3,582,1657 -"24295",5484,7942,3,582,2623 -"24296",5484,8568,3,582,2706 -"24297",5484,9202,3,582,2477 -"24298",5484,9227,3,582,1267 -"24299",5484,9241,3,582,2338 -"24300",5484,9423,3,582,1708 -"24301",5484,9440,2,582,1006 -"24302",5484,10239,3,582,2032 -"24303",5484,10754,3,582,1797 -"24304",5484,10964,2,582,2043 -"24305",5484,10980,3,582,1974 -"24306",5484,11019,2,582,1299 -"24307",5484,11067,2,582,2734 -"24308",5484,11136,3,582,2573 -"24309",5484,11563,3,582,1863 -"24310",5484,11662,3,582,1139 -"24311",5484,11990,2,582,1909 -"24312",5484,12081,3,582,2166 -"24313",5484,12473,3,582,801 -"24314",5484,12813,3,582,958 -"24315",5484,12948,3,582,2669 -"24316",5484,13184,3,582,977 -"24317",5484,13537,3,582,1020 -"24318",5484,14622,2,582,1608 -"24319",5484,14998,3,582,1553 -"24320",5484,15159,3,582,756 -"24321",5484,15546,3,582,2055 -"24322",5484,16286,3,582,2470 -"24323",5484,16502,3,582,1616 -"24324",5484,16866,2,582,2718 -"24325",5484,17033,3,582,2771 -"24326",5484,17351,3,582,2036 -"24327",5484,17632,3,582,1947 -"24328",5484,17938,3,582,1410 -"24329",5484,18670,3,582,1835 -"24330",5484,18865,2,582,2676 -"24331",5484,19208,3,582,2629 -"24332",5484,19447,3,582,969 -"24333",5484,19605,3,582,2395 -"24334",5484,20155,2,582,1517 -"24335",5484,20162,3,582,2328 -"24336",5484,20176,3,582,1050 -"24337",5484,20941,3,582,2725 -"24338",5484,21209,3,582,2184 -"24339",5484,22705,3,582,1016 -"24340",5484,23488,3,582,1523 -"24341",5484,24085,3,582,1253 -"24342",5484,24195,3,582,1575 -"24343",5484,26642,3,582,2952 -"24344",5484,28446,3,582,917 -"24345",5484,28525,2,582,1273 -"24346",5484,28869,3,582,2425 -"24347",5484,28904,3,582,926 -"24348",5484,29095,3,582,2531 -"24349",5484,29267,3,582,1234 -"24350",5484,29286,3,582,1612 -"24351",5484,29578,3,582,1957 -"24352",5484,29627,3,582,882 -"24353",5484,30974,3,582,947 -"24354",5484,32739,1,582,875 -"24355",5484,32939,3,582,2277 -"24356",5484,33572,3,582,2370 -"24357",5484,33870,3,582,955 -"24358",5484,34997,3,582,591 -"24359",5484,35919,3,582,663 -"24360",5484,36270,3,582,2910 -"24361",5484,36327,3,582,870 -"24362",5484,36506,3,582,2638 -"24363",5484,36953,3,582,2790 -"24364",5484,38373,3,582,1928 -"24365",5484,39999,2,582,1593 -"24366",5484,40283,3,582,1657 -"24367",5484,40572,3,582,2666 -"24368",5484,40623,3,582,2580 -"24369",5484,41338,3,582,1553 -"24370",5484,41581,3,582,1692 -"24371",5484,41900,3,582,1970 -"24372",5484,41945,3,582,2856 -"24373",5484,42254,3,582,1052 -"24374",5484,42331,3,582,1585 -"24375",5484,42725,3,582,630 -"24376",5484,42813,2,582,2142 -"24377",5484,44025,3,582,1935 -"24378",5484,44074,3,582,1299 -"24379",5484,44433,3,582,2224 -"24380",5484,44603,3,582,2748 -"24381",5484,44795,3,582,635 -"24382",5484,45449,3,582,1610 -"24383",5484,45633,3,582,2134 -"24384",5484,46486,2,582,1868 -"24385",5484,46501,3,582,845 -"24386",5484,47534,3,582,2712 -"24387",5484,47810,3,582,957 -"24388",5484,49470,3,582,1528 -"24389",5484,50278,3,582,1127 -"24390",5484,50480,3,582,2701 -"24391",5484,50996,3,582,929 -"24392",5484,51151,3,582,1195 -"24393",5484,55084,3,582,1189 -"24394",5484,56232,3,582,1175 -"24395",5484,56910,3,582,2705 -"24396",5484,57804,3,582,2214 -"24397",5484,58015,3,582,899 -"24398",5484,59726,3,582,1513 -"24399",5484,61125,3,582,1673 -"24400",5484,61585,3,582,2315 -"24401",5484,63395,2,582,2334 -"24402",5484,65522,3,582,1572 -"24403",5484,65691,3,582,2134 -"24404",5484,66693,3,582,2554 -"24405",5484,67252,3,582,1215 -"24406",5484,69215,3,582,1591 -"24407",5484,70126,3,582,1158 -"24408",5484,70455,3,582,1307 -"24409",5484,70583,3,582,2615 -"24410",5484,74204,3,582,2463 -"24411",5484,75607,3,582,2245 -"24412",5484,77611,3,582,1795 -"24413",5484,79848,3,582,1629 -"24414",5484,82252,2,582,1248 -"24415",5484,83301,3,582,1385 -"24416",5484,90709,3,582,1080 -"24417",5484,92784,3,582,1257 -"24418",5484,92850,2,582,1971 -"24419",5484,95910,2,582,999 -"24420",5484,99332,3,582,873 -"24421",5484,100432,3,582,1358 -"24422",5484,101347,3,582,1335 -"24423",5484,111790,3,582,905 -"24424",5491,455,2,2048,2827 -"24425",5491,470,3,2048,2285 -"24426",5491,1262,2,2048,2973 -"24427",5491,2765,3,2048,2321 -"24428",5491,3695,3,2048,2612 -"24429",5491,5120,3,2048,2735 -"24430",5491,5457,3,2048,2077 -"24431",5491,5462,3,2048,2374 -"24432",5491,5504,3,2048,2389 -"24433",5491,7078,3,2048,2344 -"24434",5491,7394,2,2048,2615 -"24435",5491,9202,3,2048,2477 -"24436",5491,10433,3,2048,2075 -"24437",5491,13732,3,2048,2789 -"24438",5491,15343,2,2048,2125 -"24439",5491,17826,3,2048,2920 -"24440",5491,18151,1,2048,2962 -"24441",5491,18366,2,2048,2699 -"24442",5491,19872,2,2048,2913 -"24443",5491,20423,3,2048,2654 -"24444",5491,20563,3,2048,2267 -"24445",5491,21417,3,2048,2422 -"24446",5491,21795,1,2048,2653 -"24447",5491,23132,3,2048,2756 -"24448",5491,26608,3,2048,2329 -"24449",5491,26865,2,2048,2726 -"24450",5491,28923,3,2048,2362 -"24451",5491,30081,2,2048,2403 -"24452",5491,34327,2,2048,2959 -"24453",5491,36950,1,2048,2204 -"24454",5491,36962,3,2048,2861 -"24455",5491,39827,3,2048,2321 -"24456",5491,42474,3,2048,2322 -"24457",5491,47947,3,2048,2681 -"24458",5491,49461,3,2048,2793 -"24459",5491,50275,3,2048,2832 -"24460",5491,61458,2,2048,2630 -"24461",5491,64997,3,2048,2791 -"24462",5491,70586,2,2048,2562 -"24463",5491,74095,3,2048,2333 -"24464",5504,362,3,2389,2537 -"24465",5504,489,3,2389,2652 -"24466",5504,613,2,2389,2687 -"24467",5504,1151,2,2389,2885 -"24468",5504,1616,2,2389,2662 -"24469",5504,2036,2,2389,2483 -"24470",5504,2166,3,2389,2557 -"24471",5504,2224,2,2389,2751 -"24472",5504,3164,3,2389,2693 -"24473",5504,3853,3,2389,2465 -"24474",5504,4618,3,2389,2607 -"24475",5504,4701,3,2389,2401 -"24476",5504,6491,3,2389,2424 -"24477",5504,7323,1,2389,2858 -"24478",5504,8604,3,2389,2799 -"24479",5504,8760,2,2389,2477 -"24480",5504,9311,3,2389,2477 -"24481",5504,9332,3,2389,2734 -"24482",5504,9362,2,2389,2879 -"24483",5504,10130,3,2389,2741 -"24484",5504,12713,2,2389,2440 -"24485",5504,12929,3,2389,2656 -"24486",5504,13751,3,2389,2557 -"24487",5504,14507,3,2389,2686 -"24488",5504,14655,3,2389,2559 -"24489",5504,14959,3,2389,2898 -"24490",5504,15184,3,2389,2396 -"24491",5504,15636,3,2389,2857 -"24492",5504,18151,2,2389,2962 -"24493",5504,19027,3,2389,2721 -"24494",5504,19606,2,2389,2783 -"24495",5504,20067,3,2389,2390 -"24496",5504,20292,3,2389,2755 -"24497",5504,20700,2,2389,2861 -"24498",5504,21795,3,2389,2653 -"24499",5504,23132,3,2389,2756 -"24500",5504,26436,3,2389,2489 -"24501",5504,26516,2,2389,2479 -"24502",5504,27478,2,2389,2485 -"24503",5504,27753,3,2389,2750 -"24504",5504,31235,3,2389,2668 -"24505",5504,31799,2,2389,2547 -"24506",5504,36087,3,2389,2755 -"24507",5504,36559,3,2389,2473 -"24508",5504,37238,3,2389,2609 -"24509",5504,37418,2,2389,2710 -"24510",5504,38755,3,2389,2902 -"24511",5504,39444,2,2389,2695 -"24512",5504,41945,3,2389,2856 -"24513",5504,43455,3,2389,2846 -"24514",5504,43518,3,2389,2680 -"24515",5504,44235,3,2389,2700 -"24516",5504,44768,3,2389,2516 -"24517",5504,44885,3,2389,2670 -"24518",5504,47445,3,2389,2668 -"24519",5504,47803,3,2389,2477 -"24520",5504,47947,3,2389,2681 -"24521",5504,51410,3,2389,2739 -"24522",5504,54740,3,2389,2750 -"24523",5504,55828,2,2389,2393 -"24524",5504,57360,3,2389,2429 -"24525",5504,57609,3,2389,2717 -"24526",5504,57977,2,2389,2683 -"24527",5504,58218,3,2389,2627 -"24528",5504,64967,3,2389,2872 -"24529",5504,65029,3,2389,2954 -"24530",5504,68810,3,2389,2409 -"24531",5504,70046,3,2389,2624 -"24532",5504,70203,3,2389,2756 -"24533",5504,72334,3,2389,2820 -"24534",5511,3164,3,2356,2693 -"24535",5511,11966,3,2356,2385 -"24536",5511,17790,3,2356,2783 -"24537",5511,21571,3,2356,2755 -"24538",5511,33407,2,2356,2496 -"24539",5515,997,3,2385,2788 -"24540",5515,2424,3,2385,2582 -"24541",5515,8681,3,2385,2716 -"24542",5515,13249,3,2385,2573 -"24543",5515,16954,3,2385,2972 -"24544",5515,20496,3,2385,2530 -"24545",5515,30052,3,2385,2855 -"24546",5515,35738,3,2385,2448 -"24547",5515,38885,3,2385,2720 -"24548",5515,48571,3,2385,2717 -"24549",5515,51783,3,2385,2599 -"24550",5515,56082,3,2385,2395 -"24551",5515,62739,3,2385,2753 -"24552",5515,72088,3,2385,2728 -"24553",5520,23,2,217,1682 -"24554",5520,1196,2,217,1986 -"24555",5520,1427,3,217,324 -"24556",5520,1428,3,217,742 -"24557",5520,2077,3,217,610 -"24558",5520,2269,3,217,984 -"24559",5520,2282,3,217,2056 -"24560",5520,2588,3,217,552 -"24561",5520,2716,3,217,1748 -"24562",5520,2927,3,217,1789 -"24563",5520,3961,2,217,2426 -"24564",5520,4253,3,217,1890 -"24565",5520,4289,3,217,1921 -"24566",5520,4953,2,217,2285 -"24567",5520,5041,1,217,2371 -"24568",5520,5315,3,217,2631 -"24569",5520,5350,2,217,2522 -"24570",5520,5622,3,217,2175 -"24571",5520,5716,3,217,1058 -"24572",5520,5984,3,217,1675 -"24573",5520,5986,3,217,1721 -"24574",5520,6044,3,217,2744 -"24575",5520,6047,2,217,2004 -"24576",5520,6162,3,217,1673 -"24577",5520,6366,3,217,798 -"24578",5520,6417,3,217,1675 -"24579",5520,7233,2,217,572 -"24580",5520,7506,3,217,2371 -"24581",5520,8490,3,217,564 -"24582",5520,8513,3,217,875 -"24583",5520,9656,3,217,1135 -"24584",5520,9928,3,217,2345 -"24585",5520,9950,3,217,920 -"24586",5520,10358,1,217,2294 -"24587",5520,10717,3,217,1938 -"24588",5520,10779,3,217,2881 -"24589",5520,10990,3,217,805 -"24590",5520,11218,3,217,2292 -"24591",5520,11348,3,217,824 -"24592",5520,11477,3,217,2724 -"24593",5520,11576,3,217,808 -"24594",5520,12042,3,217,2345 -"24595",5520,12272,3,217,2371 -"24596",5520,12462,3,217,1461 -"24597",5520,12524,3,217,1287 -"24598",5520,13034,3,217,698 -"24599",5520,13311,2,217,2315 -"24600",5520,13340,3,217,1918 -"24601",5520,13388,3,217,2119 -"24602",5520,13967,3,217,1354 -"24603",5520,14032,2,217,2144 -"24604",5520,14080,2,217,1351 -"24605",5520,14855,3,217,903 -"24606",5520,15214,2,217,274 -"24607",5520,15301,3,217,2308 -"24608",5520,15309,3,217,2820 -"24609",5520,15381,3,217,2289 -"24610",5520,15402,2,217,1281 -"24611",5520,16053,3,217,908 -"24612",5520,16352,3,217,2657 -"24613",5520,17493,3,217,561 -"24614",5520,17819,3,217,2291 -"24615",5520,17826,3,217,2920 -"24616",5520,17943,3,217,1943 -"24617",5520,18348,3,217,1711 -"24618",5520,18874,3,217,2170 -"24619",5520,19072,3,217,2358 -"24620",5520,19113,3,217,1171 -"24621",5520,19476,3,217,1708 -"24622",5520,19542,3,217,570 -"24623",5520,19637,3,217,1229 -"24624",5520,19696,2,217,561 -"24625",5520,20038,2,217,1531 -"24626",5520,20067,3,217,2390 -"24627",5520,20153,2,217,1868 -"24628",5520,20689,3,217,557 -"24629",5520,20975,3,217,1305 -"24630",5520,20988,2,217,455 -"24631",5520,21029,3,217,1943 -"24632",5520,21706,3,217,1988 -"24633",5520,22566,3,217,2308 -"24634",5520,22850,3,217,878 -"24635",5520,23159,3,217,1548 -"24636",5520,23310,2,217,2371 -"24637",5520,23492,3,217,1067 -"24638",5520,23725,3,217,2378 -"24639",5520,23869,3,217,1918 -"24640",5520,24293,2,217,1184 -"24641",5520,25543,3,217,724 -"24642",5520,25569,3,217,2317 -"24643",5520,26080,2,217,2525 -"24644",5520,26659,3,217,903 -"24645",5520,27205,3,217,966 -"24646",5520,28002,3,217,914 -"24647",5520,28168,3,217,2702 -"24648",5520,28559,3,217,1525 -"24649",5520,29050,2,217,1196 -"24650",5520,29778,3,217,840 -"24651",5520,29930,3,217,2240 -"24652",5520,30325,3,217,1067 -"24653",5520,31279,3,217,965 -"24654",5520,31530,3,217,1661 -"24655",5520,32658,3,217,1694 -"24656",5520,32694,3,217,1602 -"24657",5520,32820,2,217,582 -"24658",5520,32919,1,217,2321 -"24659",5520,33801,3,217,2899 -"24660",5520,34057,3,217,1657 -"24661",5520,34735,3,217,2767 -"24662",5520,34954,3,217,1184 -"24663",5520,35529,3,217,1620 -"24664",5520,35673,3,217,1067 -"24665",5520,35926,1,217,2371 -"24666",5520,36450,3,217,1591 -"24667",5520,37501,3,217,514 -"24668",5520,38307,3,217,2648 -"24669",5520,39294,3,217,1889 -"24670",5520,39563,3,217,486 -"24671",5520,41832,3,217,1155 -"24672",5520,41955,3,217,2479 -"24673",5520,41972,2,217,2509 -"24674",5520,42407,3,217,2408 -"24675",5520,42773,2,217,385 -"24676",5520,43455,3,217,2846 -"24677",5520,44557,2,217,2371 -"24678",5520,45684,3,217,2200 -"24679",5520,45903,3,217,2237 -"24680",5520,46196,3,217,1510 -"24681",5520,46803,3,217,2305 -"24682",5520,47248,3,217,2883 -"24683",5520,50040,3,217,790 -"24684",5520,51017,3,217,2073 -"24685",5520,51470,3,217,399 -"24686",5520,52026,3,217,2633 -"24687",5520,53134,3,217,1590 -"24688",5520,53475,3,217,2853 -"24689",5520,54879,3,217,2210 -"24690",5520,54929,3,217,2783 -"24691",5520,59646,3,217,456 -"24692",5520,60280,2,217,1918 -"24693",5520,62488,3,217,1418 -"24694",5520,63442,3,217,1965 -"24695",5520,63547,3,217,1023 -"24696",5520,64502,3,217,1670 -"24697",5520,67102,3,217,935 -"24698",5520,69260,2,217,1698 -"24699",5520,69716,3,217,2632 -"24700",5520,70011,3,217,2690 -"24701",5520,70996,3,217,1037 -"24702",5520,71307,3,217,761 -"24703",5520,71479,3,217,482 -"24704",5520,73520,3,217,2613 -"24705",5520,74681,3,217,837 -"24706",5520,74730,3,217,535 -"24707",5520,75403,3,217,1895 -"24708",5520,76905,2,217,298 -"24709",5520,77001,3,217,1440 -"24710",5520,77719,3,217,2086 -"24711",5520,78277,3,217,1937 -"24712",5520,80219,3,217,988 -"24713",5520,80970,3,217,2069 -"24714",5520,82732,3,217,2810 -"24715",5520,82932,3,217,2245 -"24716",5520,83526,3,217,1235 -"24717",5520,84022,3,217,2289 -"24718",5520,84590,3,217,1734 -"24719",5520,85065,3,217,1585 -"24720",5520,86270,3,217,897 -"24721",5520,87110,3,217,2801 -"24722",5520,90378,3,217,890 -"24723",5520,90802,3,217,877 -"24724",5520,91571,3,217,923 -"24725",5520,92254,3,217,517 -"24726",5520,92508,3,217,1374 -"24727",5520,92817,3,217,569 -"24728",5520,94500,3,217,1529 -"24729",5520,100140,3,217,1041 -"24730",5520,117679,3,217,535 -"24731",5557,1560,3,1929,2013 -"24732",5557,5239,3,1929,2875 -"24733",5557,5483,3,1929,1938 -"24734",5557,11525,3,1929,2639 -"24735",5557,12228,3,1929,2034 -"24736",5557,13780,3,1929,2412 -"24737",5557,14626,1,1929,2175 -"24738",5557,21504,3,1929,2328 -"24739",5557,25399,3,1929,2784 -"24740",5557,29319,2,1929,2314 -"24741",5557,34158,3,1929,2639 -"24742",5557,35264,2,1929,2329 -"24743",5557,40487,3,1929,2512 -"24744",5557,49147,3,1929,2539 -"24745",5557,54903,2,1929,2493 -"24746",5557,64174,3,1929,2377 -"24747",5557,64412,2,1929,2233 -"24748",5564,499,2,113,1931 -"24749",5564,543,3,113,2203 -"24750",5564,1777,3,113,1965 -"24751",5564,2036,3,113,2483 -"24752",5564,2754,3,113,1360 -"24753",5564,3830,3,113,1661 -"24754",5564,4723,2,113,1314 -"24755",5564,5462,3,113,2374 -"24756",5564,5504,3,113,2389 -"24757",5564,6942,3,113,1232 -"24758",5564,8258,3,113,1959 -"24759",5564,9311,3,113,2477 -"24760",5564,10843,3,113,2277 -"24761",5564,15453,3,113,1688 -"24762",5564,17133,3,113,924 -"24763",5564,18393,3,113,860 -"24764",5564,19453,3,113,1928 -"24765",5564,19963,3,113,810 -"24766",5564,20494,2,113,1075 -"24767",5564,21448,3,113,2332 -"24768",5564,22130,3,113,146 -"24769",5564,23280,3,113,536 -"24770",5564,24286,3,113,1280 -"24771",5564,26218,3,113,2460 -"24772",5564,27478,3,113,2485 -"24773",5564,28635,3,113,2368 -"24774",5564,29982,3,113,1372 -"24775",5564,30956,3,113,168 -"24776",5564,31799,3,113,2547 -"24777",5564,32606,3,113,2100 -"24778",5564,33241,3,113,632 -"24779",5564,33356,2,113,1586 -"24780",5564,33433,3,113,2805 -"24781",5564,35256,3,113,2271 -"24782",5564,37334,3,113,398 -"24783",5564,38048,3,113,867 -"24784",5564,38755,2,113,2902 -"24785",5564,39627,2,113,546 -"24786",5564,40293,3,113,1671 -"24787",5564,41021,2,113,978 -"24788",5564,41278,3,113,1873 -"24789",5564,41747,3,113,1722 -"24790",5564,42925,3,113,1358 -"24791",5564,44502,2,113,484 -"24792",5564,46680,3,113,1690 -"24793",5564,53031,3,113,2065 -"24794",5564,53293,3,113,2916 -"24795",5564,55324,3,113,1544 -"24796",5564,55493,3,113,869 -"24797",5564,57337,3,113,1443 -"24798",5564,57549,3,113,2335 -"24799",5564,57950,3,113,1529 -"24800",5564,59786,3,113,605 -"24801",5564,61921,3,113,1793 -"24802",5564,65316,3,113,1020 -"24803",5564,66726,3,113,2068 -"24804",5564,71756,3,113,1202 -"24805",5564,75168,3,113,699 -"24806",5564,79612,2,113,927 -"24807",5564,81586,3,113,877 -"24808",5564,82270,3,113,1641 -"24809",5564,90837,3,113,825 -"24810",5564,94835,3,113,555 -"24811",5564,100532,3,113,859 -"24812",5564,107318,2,113,1963 -"24813",5564,110748,3,113,398 -"24814",5564,119564,2,113,336 -"24815",5564,120396,3,113,561 -"24816",5564,121514,3,113,645 -"24817",5568,323,3,1290,1706 -"24818",5568,1641,3,1290,1490 -"24819",5568,4303,3,1290,2414 -"24820",5568,5363,3,1290,1791 -"24821",5568,6588,3,1290,2025 -"24822",5568,7245,3,1290,2089 -"24823",5568,7555,3,1290,1943 -"24824",5568,10870,2,1290,1755 -"24825",5568,11432,3,1290,1593 -"24826",5568,11506,3,1290,2824 -"24827",5568,16296,3,1290,2626 -"24828",5568,17841,3,1290,1700 -"24829",5568,18005,3,1290,2449 -"24830",5568,18415,3,1290,2184 -"24831",5568,19605,3,1290,2395 -"24832",5568,20124,3,1290,2376 -"24833",5568,20200,3,1290,2322 -"24834",5568,27686,3,1290,2844 -"24835",5568,29073,3,1290,2328 -"24836",5568,29918,3,1290,1953 -"24837",5568,29930,3,1290,2240 -"24838",5568,31001,2,1290,2119 -"24839",5568,31700,2,1290,2727 -"24840",5568,32173,3,1290,2341 -"24841",5568,32939,3,1290,2277 -"24842",5568,32988,3,1290,2008 -"24843",5568,34945,3,1290,1298 -"24844",5568,35402,3,1290,2339 -"24845",5568,37026,3,1290,1428 -"24846",5568,37238,3,1290,2609 -"24847",5568,37937,2,1290,1320 -"24848",5568,39062,3,1290,2020 -"24849",5568,39556,3,1290,2747 -"24850",5568,41278,3,1290,1873 -"24851",5568,48215,3,1290,2028 -"24852",5568,52815,3,1290,2323 -"24853",5568,54020,3,1290,1578 -"24854",5568,57804,3,1290,2214 -"24855",5568,63477,3,1290,1907 -"24856",5568,73597,3,1290,1989 -"24857",5568,82426,2,1290,1576 -"24858",5568,89880,3,1290,1938 -"24859",5580,380,3,2111,2261 -"24860",5580,1102,2,2111,2282 -"24861",5580,1367,3,2111,2176 -"24862",5580,2424,3,2111,2582 -"24863",5580,2572,3,2111,2273 -"24864",5580,2747,3,2111,2411 -"24865",5580,6074,2,2111,2426 -"24866",5580,13985,3,2111,2484 -"24867",5580,14252,3,2111,2244 -"24868",5580,16067,3,2111,2727 -"24869",5580,17365,3,2111,2746 -"24870",5580,18415,3,2111,2184 -"24871",5580,19862,3,2111,2412 -"24872",5580,21682,3,2111,2414 -"24873",5580,23011,1,2111,2763 -"24874",5580,24558,3,2111,2139 -"24875",5580,26671,3,2111,2279 -"24876",5580,30943,3,2111,2287 -"24877",5580,31124,3,2111,2351 -"24878",5580,32939,3,2111,2277 -"24879",5580,33475,3,2111,2367 -"24880",5580,42216,3,2111,2722 -"24881",5580,42642,3,2111,2257 -"24882",5580,43455,3,2111,2846 -"24883",5580,45302,2,2111,2390 -"24884",5580,46803,3,2111,2305 -"24885",5580,49110,3,2111,2938 -"24886",5580,50179,3,2111,2230 -"24887",5580,51035,3,2111,2397 -"24888",5580,51866,2,2111,2411 -"24889",5580,53219,3,2111,2973 -"24890",5580,54695,3,2111,2429 -"24891",5580,56082,3,2111,2395 -"24892",5580,57804,3,2111,2214 -"24893",5580,63641,3,2111,2337 -"24894",5580,66992,3,2111,2882 -"24895",5580,67726,2,2111,2873 -"24896",5580,69716,3,2111,2632 -"24897",5581,23,3,883,1682 -"24898",5581,1639,3,883,2631 -"24899",5581,3306,3,883,1989 -"24900",5581,5716,3,883,1058 -"24901",5581,7627,3,883,1543 -"24902",5581,8844,3,883,1671 -"24903",5581,13837,3,883,1604 -"24904",5581,14855,3,883,903 -"24905",5581,15003,3,883,2067 -"24906",5581,15756,3,883,2362 -"24907",5581,16352,3,883,2657 -"24908",5581,18348,2,883,1711 -"24909",5581,23310,3,883,2371 -"24910",5581,25971,3,883,2608 -"24911",5581,26659,2,883,903 -"24912",5581,32064,3,883,1739 -"24913",5581,32694,3,883,1602 -"24914",5581,34735,3,883,2767 -"24915",5581,35926,3,883,2371 -"24916",5581,36691,3,883,1903 -"24917",5581,39982,3,883,1529 -"24918",5581,51471,3,883,1280 -"24919",5581,52969,3,883,2302 -"24920",5581,59539,3,883,2429 -"24921",5581,67805,3,883,1338 -"24922",5581,80219,2,883,988 -"24923",5581,92322,3,883,2393 -"24924",5586,21985,1,274,2075 -"24925",5586,93577,1,274,590 -"24926",5586,118646,2,274,1525 -"24927",5599,237,2,1684,1982 -"24928",5599,448,3,1684,2693 -"24929",5599,2057,2,1684,1965 -"24930",5599,2747,3,1684,2411 -"24931",5599,3271,3,1684,2216 -"24932",5599,3306,3,1684,1989 -"24933",5599,3564,3,1684,2717 -"24934",5599,5235,3,1684,2324 -"24935",5599,6047,3,1684,2004 -"24936",5599,9272,3,1684,2835 -"24937",5599,9723,3,1684,2302 -"24938",5599,10210,3,1684,1905 -"24939",5599,13842,3,1684,2250 -"24940",5599,14325,3,1684,1976 -"24941",5599,14749,2,1684,1998 -"24942",5599,15003,3,1684,2067 -"24943",5599,15453,3,1684,1688 -"24944",5599,18563,3,1684,2715 -"24945",5599,19433,3,1684,2504 -"24946",5599,20124,3,1684,2376 -"24947",5599,23825,3,1684,1913 -"24948",5599,24096,2,1684,2612 -"24949",5599,26336,1,1684,1904 -"24950",5599,29473,2,1684,2602 -"24951",5599,29997,3,1684,1789 -"24952",5599,30697,3,1684,2891 -"24953",5599,32606,2,1684,2100 -"24954",5599,33341,3,1684,2338 -"24955",5599,33537,3,1684,2406 -"24956",5599,35715,2,1684,2912 -"24957",5599,39062,3,1684,2020 -"24958",5599,40138,3,1684,2719 -"24959",5599,43226,3,1684,2442 -"24960",5599,45729,3,1684,2606 -"24961",5599,46261,3,1684,2350 -"24962",5599,48110,3,1684,2009 -"24963",5599,58508,3,1684,2326 -"24964",5599,61240,1,1684,2651 -"24965",5599,62112,3,1684,2944 -"24966",5599,65856,3,1684,2504 -"24967",5599,66693,3,1684,2554 -"24968",5599,68215,3,1684,2727 -"24969",5599,69335,3,1684,2698 -"24970",5599,72348,3,1684,1810 -"24971",5599,73107,2,1684,1918 -"24972",5599,80301,3,1684,1690 -"24973",5599,80606,2,1684,2079 -"24974",5606,37868,3,2875,2876 -"24975",5610,3506,3,2223,2364 -"24976",5610,4953,3,2223,2285 -"24977",5610,9175,3,2223,2639 -"24978",5610,14507,3,2223,2686 -"24979",5610,15008,2,2223,2338 -"24980",5610,15729,2,2223,2338 -"24981",5610,17549,3,2223,2647 -"24982",5610,24256,3,2223,2393 -"24983",5610,24825,3,2223,2686 -"24984",5610,31159,3,2223,2231 -"24985",5610,31705,3,2223,2706 -"24986",5610,38307,3,2223,2648 -"24987",5610,39464,1,2223,2314 -"24988",5610,39556,3,2223,2747 -"24989",5610,41945,3,2223,2856 -"24990",5610,42783,2,2223,2338 -"24991",5610,43455,3,2223,2846 -"24992",5610,45239,2,2223,2535 -"24993",5610,47564,2,2223,2650 -"24994",5610,47803,2,2223,2477 -"24995",5610,50784,3,2223,2733 -"24996",5614,3127,3,2122,2273 -"24997",5614,40623,3,2122,2580 -"24998",5615,14,3,1105,1793 -"24999",5615,145,3,1105,1998 -"25000",5615,160,2,1105,2007 -"25001",5615,316,3,1105,2413 -"25002",5615,341,2,1105,2689 -"25003",5615,841,3,1105,2964 -"25004",5615,854,2,1105,2307 -"25005",5615,915,3,1105,1793 -"25006",5615,952,3,1105,1991 -"25007",5615,1034,3,1105,1438 -"25008",5615,1315,3,1105,2760 -"25009",5615,1367,3,1105,2176 -"25010",5615,1520,3,1105,1716 -"25011",5615,1641,3,1105,1490 -"25012",5615,2111,3,1105,1904 -"25013",5615,2484,3,1105,2389 -"25014",5615,2894,1,1105,1291 -"25015",5615,3409,3,1105,2167 -"25016",5615,3492,3,1105,2117 -"25017",5615,3495,3,1105,2431 -"25018",5615,3978,3,1105,2775 -"25019",5615,4504,3,1105,1905 -"25020",5615,4929,3,1105,2240 -"25021",5615,5392,1,1105,1648 -"25022",5615,5785,3,1105,1261 -"25023",5615,5865,3,1105,1910 -"25024",5615,6162,3,1105,1673 -"25025",5615,6192,2,1105,2409 -"25026",5615,6208,3,1105,2361 -"25027",5615,6222,2,1105,1949 -"25028",5615,6324,3,1105,1990 -"25029",5615,6449,2,1105,1997 -"25030",5615,6588,3,1105,2025 -"25031",5615,6821,3,1105,1788 -"25032",5615,7406,2,1105,1906 -"25033",5615,7616,3,1105,2296 -"25034",5615,7703,3,1105,2122 -"25035",5615,8274,3,1105,1909 -"25036",5615,8327,3,1105,2527 -"25037",5615,8533,3,1105,2251 -"25038",5615,8726,3,1105,2083 -"25039",5615,8842,3,1105,2535 -"25040",5615,8865,3,1105,2394 -"25041",5615,9175,3,1105,2639 -"25042",5615,9311,3,1105,2477 -"25043",5615,9331,2,1105,2269 -"25044",5615,9423,2,1105,1708 -"25045",5615,10146,3,1105,1878 -"25046",5615,10215,3,1105,2006 -"25047",5615,10310,3,1105,2774 -"25048",5615,10870,3,1105,1755 -"25049",5615,11493,3,1105,2077 -"25050",5615,11694,3,1105,1564 -"25051",5615,11770,2,1105,1653 -"25052",5615,12081,3,1105,2166 -"25053",5615,12371,3,1105,1569 -"25054",5615,12388,1,1105,1975 -"25055",5615,12639,2,1105,1141 -"25056",5615,12729,3,1105,1835 -"25057",5615,12943,3,1105,1902 -"25058",5615,12982,3,1105,2143 -"25059",5615,13043,3,1105,1295 -"25060",5615,13158,3,1105,2667 -"25061",5615,13249,3,1105,2573 -"25062",5615,13324,3,1105,2163 -"25063",5615,13551,3,1105,1451 -"25064",5615,13808,3,1105,1356 -"25065",5615,13967,3,1105,1354 -"25066",5615,14287,3,1105,1583 -"25067",5615,14507,3,1105,2686 -"25068",5615,14586,2,1105,2801 -"25069",5615,14918,3,1105,2071 -"25070",5615,14959,2,1105,2898 -"25071",5615,15106,3,1105,2286 -"25072",5615,15444,1,1105,2764 -"25073",5615,16539,3,1105,1947 -"25074",5615,17027,3,1105,2772 -"25075",5615,17097,3,1105,1505 -"25076",5615,17351,1,1105,2036 -"25077",5615,17355,3,1105,1469 -"25078",5615,17520,3,1105,2276 -"25079",5615,17549,3,1105,2647 -"25080",5615,17632,2,1105,1947 -"25081",5615,17721,3,1105,1410 -"25082",5615,17938,2,1105,1410 -"25083",5615,18165,1,1105,2085 -"25084",5615,18394,3,1105,2356 -"25085",5615,18464,3,1105,2312 -"25086",5615,18666,3,1105,1230 -"25087",5615,18670,3,1105,1835 -"25088",5615,19208,3,1105,2629 -"25089",5615,19317,2,1105,2041 -"25090",5615,19605,3,1105,2395 -"25091",5615,19744,3,1105,2623 -"25092",5615,19937,3,1105,1587 -"25093",5615,19980,3,1105,2231 -"25094",5615,20067,3,1105,2390 -"25095",5615,20331,2,1105,2365 -"25096",5615,20419,3,1105,1587 -"25097",5615,21079,3,1105,1997 -"25098",5615,21248,2,1105,2232 -"25099",5615,21275,3,1105,2609 -"25100",5615,21479,3,1105,2134 -"25101",5615,21566,3,1105,1234 -"25102",5615,21734,3,1105,2528 -"25103",5615,21950,3,1105,1892 -"25104",5615,22292,3,1105,1910 -"25105",5615,22403,3,1105,1630 -"25106",5615,22808,3,1105,2297 -"25107",5615,23006,3,1105,1532 -"25108",5615,23098,3,1105,2300 -"25109",5615,23268,2,1105,2258 -"25110",5615,23460,2,1105,2183 -"25111",5615,24085,3,1105,1253 -"25112",5615,24456,3,1105,1238 -"25113",5615,24558,3,1105,2139 -"25114",5615,24825,3,1105,2686 -"25115",5615,25030,3,1105,2017 -"25116",5615,25198,3,1105,1982 -"25117",5615,25680,3,1105,1618 -"25118",5615,25985,3,1105,2071 -"25119",5615,26595,3,1105,1566 -"25120",5615,27379,3,1105,2461 -"25121",5615,27642,2,1105,1531 -"25122",5615,28335,3,1105,1240 -"25123",5615,28626,3,1105,2842 -"25124",5615,29073,2,1105,2328 -"25125",5615,29095,3,1105,2531 -"25126",5615,29314,3,1105,2736 -"25127",5615,29454,3,1105,2719 -"25128",5615,29884,3,1105,1239 -"25129",5615,29930,3,1105,2240 -"25130",5615,30092,3,1105,1593 -"25131",5615,30236,3,1105,2238 -"25132",5615,30697,3,1105,2891 -"25133",5615,30798,3,1105,1398 -"25134",5615,30827,3,1105,2323 -"25135",5615,30883,3,1105,1629 -"25136",5615,31117,3,1105,2210 -"25137",5615,31331,3,1105,2964 -"25138",5615,33380,3,1105,2340 -"25139",5615,34120,3,1105,2786 -"25140",5615,35235,3,1105,2610 -"25141",5615,35516,3,1105,1229 -"25142",5615,35903,3,1105,1434 -"25143",5615,38307,3,1105,2648 -"25144",5615,38732,3,1105,2263 -"25145",5615,38921,2,1105,1880 -"25146",5615,39431,3,1105,1460 -"25147",5615,40009,3,1105,1341 -"25148",5615,40028,3,1105,1349 -"25149",5615,40646,3,1105,1583 -"25150",5615,41664,3,1105,2641 -"25151",5615,41682,1,1105,1988 -"25152",5615,41764,3,1105,2409 -"25153",5615,41770,3,1105,2752 -"25154",5615,41900,2,1105,1970 -"25155",5615,41945,2,1105,2856 -"25156",5615,42129,3,1105,2318 -"25157",5615,42264,3,1105,1702 -"25158",5615,43455,3,1105,2846 -"25159",5615,44688,2,1105,2924 -"25160",5615,44885,3,1105,2670 -"25161",5615,44894,3,1105,2048 -"25162",5615,44899,3,1105,2386 -"25163",5615,45239,3,1105,2535 -"25164",5615,45545,3,1105,1776 -"25165",5615,45927,3,1105,1542 -"25166",5615,46042,2,1105,1692 -"25167",5615,46043,2,1105,1358 -"25168",5615,46446,3,1105,2295 -"25169",5615,46629,3,1105,2255 -"25170",5615,47003,3,1105,1915 -"25171",5615,47564,3,1105,2650 -"25172",5615,47803,3,1105,2477 -"25173",5615,49334,3,1105,2433 -"25174",5615,49470,2,1105,1528 -"25175",5615,50001,3,1105,1518 -"25176",5615,50252,3,1105,2001 -"25177",5615,50254,3,1105,1151 -"25178",5615,50480,3,1105,2701 -"25179",5615,51016,3,1105,1141 -"25180",5615,51610,3,1105,2635 -"25181",5615,52892,3,1105,2372 -"25182",5615,53219,3,1105,2973 -"25183",5615,54631,3,1105,1531 -"25184",5615,54879,3,1105,2210 -"25185",5615,55580,2,1105,1942 -"25186",5615,57394,3,1105,1271 -"25187",5615,58733,3,1105,1958 -"25188",5615,59096,3,1105,1677 -"25189",5615,61242,2,1105,1650 -"25190",5615,62870,3,1105,1568 -"25191",5615,63477,3,1105,1907 -"25192",5615,65242,3,1105,1988 -"25193",5615,66756,3,1105,1301 -"25194",5615,66878,3,1105,1949 -"25195",5615,70046,3,1105,2624 -"25196",5615,70203,3,1105,2756 -"25197",5615,70573,3,1105,1993 -"25198",5615,77155,3,1105,2946 -"25199",5615,77611,3,1105,1795 -"25200",5615,79013,2,1105,1441 -"25201",5615,79472,3,1105,1230 -"25202",5615,80764,3,1105,1808 -"25203",5615,80944,3,1105,2300 -"25204",5615,80979,2,1105,1142 -"25205",5615,82270,3,1105,1641 -"25206",5615,90065,3,1105,1418 -"25207",5621,1386,3,1860,1901 -"25208",5621,13732,2,1860,2789 -"25209",5621,14709,3,1860,1901 -"25210",5621,17826,3,1860,2920 -"25211",5621,18151,3,1860,2962 -"25212",5621,20355,3,1860,2111 -"25213",5621,20659,3,1860,1969 -"25214",5621,21795,3,1860,2653 -"25215",5621,25530,3,1860,2884 -"25216",5621,26865,2,1860,2726 -"25217",5621,30081,2,1860,2403 -"25218",5621,34693,3,1860,1938 -"25219",5621,36574,3,1860,2934 -"25220",5621,36962,3,1860,2861 -"25221",5621,57781,3,1860,1971 -"25222",5621,60879,3,1860,2792 -"25223",5622,270,3,2175,2542 -"25224",5622,380,3,2175,2261 -"25225",5622,470,3,2175,2285 -"25226",5622,1102,3,2175,2282 -"25227",5622,1226,3,2175,2353 -"25228",5622,1315,2,2175,2760 -"25229",5622,2289,2,2175,2389 -"25230",5622,2424,3,2175,2582 -"25231",5622,3493,3,2175,2451 -"25232",5622,3961,3,2175,2426 -"25233",5622,3966,3,2175,2425 -"25234",5622,4953,3,2175,2285 -"25235",5622,5350,3,2175,2522 -"25236",5622,7180,2,2175,2227 -"25237",5622,7234,2,2175,2654 -"25238",5622,7984,3,2175,2493 -"25239",5622,8865,3,2175,2394 -"25240",5622,9928,2,2175,2345 -"25241",5622,10358,3,2175,2294 -"25242",5622,10513,3,2175,2284 -"25243",5622,10857,2,2175,2253 -"25244",5622,11218,1,2175,2292 -"25245",5622,11477,2,2175,2724 -"25246",5622,11966,3,2175,2385 -"25247",5622,12035,3,2175,2721 -"25248",5622,12042,2,2175,2345 -"25249",5622,13307,3,2175,2206 -"25250",5622,13311,3,2175,2315 -"25251",5622,14507,3,2175,2686 -"25252",5622,15184,3,2175,2396 -"25253",5622,15301,3,2175,2308 -"25254",5622,16332,3,2175,2668 -"25255",5622,16352,2,2175,2657 -"25256",5622,17400,1,2175,2231 -"25257",5622,18394,3,2175,2356 -"25258",5622,19027,3,2175,2721 -"25259",5622,19248,3,2175,2357 -"25260",5622,19622,2,2175,2371 -"25261",5622,19719,3,2175,2177 -"25262",5622,20124,3,2175,2376 -"25263",5622,21571,3,2175,2755 -"25264",5622,23310,3,2175,2371 -"25265",5622,23312,3,2175,2449 -"25266",5622,23725,1,2175,2378 -"25267",5622,24825,3,2175,2686 -"25268",5622,26080,2,2175,2525 -"25269",5622,27427,3,2175,2325 -"25270",5622,31436,2,2175,2892 -"25271",5622,32567,3,2175,2784 -"25272",5622,32919,3,2175,2321 -"25273",5622,34480,3,2175,2755 -"25274",5622,34735,3,2175,2767 -"25275",5622,35926,2,2175,2371 -"25276",5622,36714,3,2175,2209 -"25277",5622,39556,3,2175,2747 -"25278",5622,39906,3,2175,2365 -"25279",5622,41240,3,2175,2220 -"25280",5622,41972,3,2175,2509 -"25281",5622,42783,3,2175,2338 -"25282",5622,43455,3,2175,2846 -"25283",5622,45684,1,2175,2200 -"25284",5622,46629,2,2175,2255 -"25285",5622,47772,3,2175,2293 -"25286",5622,47857,3,2175,2325 -"25287",5622,49110,3,2175,2938 -"25288",5622,49608,2,2175,2184 -"25289",5622,50134,3,2175,2674 -"25290",5622,50236,3,2175,2339 -"25291",5622,50785,3,2175,2877 -"25292",5622,54551,2,2175,2348 -"25293",5622,54879,3,2175,2210 -"25294",5622,54929,2,2175,2783 -"25295",5622,56082,2,2175,2395 -"25296",5622,60116,3,2175,2668 -"25297",5622,61982,3,2175,2725 -"25298",5622,72207,2,2175,2430 -"25299",5622,72326,3,2175,2384 -"25300",5622,76048,1,2175,2373 -"25301",5622,79322,3,2175,2770 -"25302",5622,82929,3,2175,2475 -"25303",5622,99215,3,2175,2791 -"25304",5637,2282,3,1976,2056 -"25305",5637,9724,3,1976,2713 -"25306",5637,14470,3,1976,2632 -"25307",5637,17499,3,1976,2954 -"25308",5637,22410,3,1976,2158 -"25309",5637,23550,3,1976,2939 -"25310",5637,23560,3,1976,2051 -"25311",5637,31264,3,1976,2335 -"25312",5637,37684,3,1976,2899 -"25313",5637,42407,3,1976,2408 -"25314",5637,43701,3,1976,2400 -"25315",5637,70011,3,1976,2690 -"25316",5637,73520,2,1976,2613 -"25317",5637,77719,3,1976,2086 -"25318",5637,80970,3,1976,2069 -"25319",5637,93553,3,1976,2537 -"25320",5646,1393,3,354,1706 -"25321",5646,2014,2,354,973 -"25322",5646,3506,3,354,2364 -"25323",5646,7123,3,354,1964 -"25324",5646,7900,3,354,893 -"25325",5646,7903,3,354,744 -"25326",5646,7932,2,354,789 -"25327",5646,9269,3,354,1892 -"25328",5646,9342,3,354,896 -"25329",5646,10610,2,354,1427 -"25330",5646,13712,3,354,550 -"25331",5646,17925,3,354,2385 -"25332",5646,19690,3,354,706 -"25333",5646,31211,2,354,433 -"25334",5646,32724,3,354,2581 -"25335",5646,36275,3,354,614 -"25336",5646,36440,2,354,704 -"25337",5646,41075,3,354,1176 -"25338",5646,44744,3,354,2032 -"25339",5646,45449,3,354,1610 -"25340",5646,48931,3,354,2444 -"25341",5646,78800,3,354,652 -"25342",5646,92469,3,354,1232 -"25343",5646,96387,2,354,2159 -"25344",5646,97706,3,354,1121 -"25345",5646,99237,2,354,783 -"25346",5646,99536,2,354,790 -"25347",5646,102581,3,354,1813 -"25348",5646,108966,3,354,1958 -"25349",5646,109031,3,354,523 -"25350",5646,115338,3,354,625 -"25351",5659,160,3,141,2007 -"25352",5659,1641,3,141,1490 -"25353",5659,2289,1,141,2389 -"25354",5659,3255,3,141,2504 -"25355",5659,3352,3,141,1707 -"25356",5659,5072,2,141,2175 -"25357",5659,5376,2,141,288 -"25358",5659,5568,3,141,1290 -"25359",5659,5610,3,141,2223 -"25360",5659,5622,3,141,2175 -"25361",5659,8426,2,141,155 -"25362",5659,8470,1,141,288 -"25363",5659,10709,3,141,746 -"25364",5659,10779,3,141,2881 -"25365",5659,12473,3,141,801 -"25366",5659,15636,3,141,2857 -"25367",5659,16111,3,141,1714 -"25368",5659,16587,2,141,2065 -"25369",5659,17400,3,141,2231 -"25370",5659,18554,3,141,2065 -"25371",5659,18615,3,141,1025 -"25372",5659,19232,3,141,917 -"25373",5659,20124,3,141,2376 -"25374",5659,20200,3,141,2322 -"25375",5659,22033,2,141,1356 -"25376",5659,23787,3,141,2810 -"25377",5659,27104,3,141,1608 -"25378",5659,27260,3,141,878 -"25379",5659,27339,3,141,486 -"25380",5659,29864,2,141,2479 -"25381",5659,30325,3,141,1067 -"25382",5659,31099,2,141,1356 -"25383",5659,31700,3,141,2727 -"25384",5659,32047,3,141,1858 -"25385",5659,36784,3,141,576 -"25386",5659,37758,3,141,1998 -"25387",5659,37937,3,141,1320 -"25388",5659,39556,2,141,2747 -"25389",5659,40893,3,141,1116 -"25390",5659,43135,3,141,1171 -"25391",5659,44068,3,141,1056 -"25392",5659,44502,2,141,484 -"25393",5659,45903,2,141,2237 -"25394",5659,49962,3,141,572 -"25395",5659,50001,2,141,1518 -"25396",5659,50269,3,141,1966 -"25397",5659,55892,3,141,1234 -"25398",5659,57732,3,141,2454 -"25399",5659,58854,3,141,1131 -"25400",5659,59868,3,141,1637 -"25401",5659,63477,3,141,1907 -"25402",5659,65316,3,141,1020 -"25403",5659,67102,3,141,935 -"25404",5659,67352,3,141,1115 -"25405",5659,68299,3,141,866 -"25406",5659,70613,3,141,1724 -"25407",5659,70854,3,141,635 -"25408",5659,77001,3,141,1440 -"25409",5659,77424,3,141,1489 -"25410",5659,77611,3,141,1795 -"25411",5659,79612,3,141,927 -"25412",5659,80995,3,141,262 -"25413",5659,83325,3,141,147 -"25414",5659,83526,3,141,1235 -"25415",5659,83993,3,141,1009 -"25416",5659,86331,3,141,850 -"25417",5659,88887,3,141,1161 -"25418",5659,91420,3,141,1023 -"25419",5659,100060,3,141,497 -"25420",5659,100241,3,141,777 -"25421",5659,102820,3,141,501 -"25422",5659,102821,3,141,186 -"25423",5659,106988,2,141,1164 -"25424",5659,109079,3,141,954 -"25425",5659,109521,3,141,609 -"25426",5659,121234,3,141,213 -"25427",5669,823,3,2502,2840 -"25428",5669,4418,3,2502,2788 -"25429",5669,4618,2,2502,2607 -"25430",5669,5725,1,2502,2789 -"25431",5669,6030,3,2502,2953 -"25432",5669,12867,2,2502,2773 -"25433",5669,22331,3,2502,2687 -"25434",5669,24923,3,2502,2785 -"25435",5669,26351,2,2502,2683 -"25436",5669,28285,1,2502,2972 -"25437",5669,31799,3,2502,2547 -"25438",5669,38885,3,2502,2720 -"25439",5669,39087,2,2502,2765 -"25440",5669,47947,2,2502,2681 -"25441",5669,51041,3,2502,2606 -"25442",5669,57977,2,2502,2683 -"25443",5669,71562,2,2502,2574 -"25444",5673,3100,3,1567,2524 -"25445",5673,3271,3,1567,2216 -"25446",5673,3403,3,1567,2951 -"25447",5673,3520,3,1567,2281 -"25448",5673,3786,2,1567,2282 -"25449",5673,4660,3,1567,2149 -"25450",5673,9272,3,1567,2835 -"25451",5673,9727,3,1567,2327 -"25452",5673,11135,3,1567,2441 -"25453",5673,12031,3,1567,1957 -"25454",5673,15207,3,1567,1855 -"25455",5673,15502,3,1567,2637 -"25456",5673,18479,3,1567,2967 -"25457",5673,21895,1,1567,1693 -"25458",5673,23639,3,1567,2065 -"25459",5673,23731,3,1567,1656 -"25460",5673,25886,3,1567,1580 -"25461",5673,34334,3,1567,1637 -"25462",5673,36487,2,1567,2622 -"25463",5673,39577,2,1567,1728 -"25464",5673,40715,3,1567,2258 -"25465",5673,41051,2,1567,2767 -"25466",5673,42628,3,1567,2486 -"25467",5673,43226,3,1567,2442 -"25468",5673,46520,3,1567,1776 -"25469",5673,47130,3,1567,2654 -"25470",5673,48110,3,1567,2009 -"25471",5673,50635,3,1567,2962 -"25472",5673,51448,3,1567,1593 -"25473",5673,55436,3,1567,2513 -"25474",5673,56673,2,1567,2419 -"25475",5673,57067,3,1567,2547 -"25476",5673,58508,3,1567,2326 -"25477",5673,61513,2,1567,2948 -"25478",5673,65223,3,1567,2724 -"25479",5673,69335,3,1567,2698 -"25480",5673,80301,3,1567,1690 -"25481",5673,100586,3,1567,2966 -"25482",5678,9785,3,1131,2951 -"25483",5683,680,3,2468,2569 -"25484",5683,2936,3,2468,2512 -"25485",5683,15567,3,2468,2671 -"25486",5683,20941,3,2468,2725 -"25487",5683,27686,3,2468,2844 -"25488",5683,36487,3,2468,2622 -"25489",5683,46982,3,2468,2806 -"25490",5685,937,1,181,408 -"25491",5685,1127,3,181,1188 -"25492",5685,1130,3,181,1566 -"25493",5685,1469,3,181,1160 -"25494",5685,2269,3,181,984 -"25495",5685,2300,2,181,565 -"25496",5685,2325,3,181,1641 -"25497",5685,2743,3,181,1278 -"25498",5685,3242,3,181,1730 -"25499",5685,3714,3,181,2605 -"25500",5685,3966,3,181,2425 -"25501",5685,4191,3,181,2130 -"25502",5685,4785,3,181,996 -"25503",5685,4980,3,181,2093 -"25504",5685,6366,3,181,798 -"25505",5685,6740,1,181,2699 -"25506",5685,7861,3,181,1647 -"25507",5685,9607,3,181,2021 -"25508",5685,10130,3,181,2741 -"25509",5685,12042,3,181,2345 -"25510",5685,14669,3,181,2080 -"25511",5685,15343,3,181,2125 -"25512",5685,16074,3,181,977 -"25513",5685,16164,3,181,1184 -"25514",5685,17021,3,181,1226 -"25515",5685,19248,3,181,2357 -"25516",5685,19516,3,181,2313 -"25517",5685,19719,3,181,2177 -"25518",5685,20563,3,181,2267 -"25519",5685,20824,3,181,1366 -"25520",5685,22277,2,181,2424 -"25521",5685,23319,3,181,2867 -"25522",5685,23506,3,181,1172 -"25523",5685,25129,1,181,2647 -"25524",5685,25325,3,181,2963 -"25525",5685,25341,3,181,1858 -"25526",5685,25643,3,181,1646 -"25527",5685,26282,3,181,1241 -"25528",5685,27753,3,181,2750 -"25529",5685,28731,3,181,955 -"25530",5685,29917,3,181,1962 -"25531",5685,34492,3,181,1798 -"25532",5685,34509,2,181,1973 -"25533",5685,35113,3,181,1327 -"25534",5685,40293,3,181,1671 -"25535",5685,40493,3,181,1981 -"25536",5685,45343,2,181,2360 -"25537",5685,48277,3,181,971 -"25538",5685,49110,3,181,2938 -"25539",5685,50976,3,181,547 -"25540",5685,51022,3,181,1499 -"25541",5685,51410,2,181,2739 -"25542",5685,51987,3,181,1397 -"25543",5685,55691,3,181,2856 -"25544",5685,56171,3,181,1524 -"25545",5685,58035,3,181,1646 -"25546",5685,61982,3,181,2725 -"25547",5685,62841,2,181,2710 -"25548",5685,64181,3,181,1828 -"25549",5685,67216,3,181,984 -"25550",5685,93753,3,181,408 -"25551",5685,94808,3,181,988 -"25552",5685,94850,2,181,408 -"25553",5685,123223,2,181,408 -"25554",5710,160,3,1926,2007 -"25555",5710,1495,3,1926,2046 -"25556",5710,1691,3,1926,1941 -"25557",5710,2765,3,1926,2321 -"25558",5710,4763,3,1926,1960 -"25559",5710,5491,3,1926,2048 -"25560",5710,6390,3,1926,2385 -"25561",5710,10799,3,1926,2010 -"25562",5710,10843,3,1926,2277 -"25563",5710,12713,3,1926,2440 -"25564",5710,12775,2,1926,1982 -"25565",5710,12976,1,1926,2399 -"25566",5710,13249,3,1926,2573 -"25567",5710,15184,3,1926,2396 -"25568",5710,15626,3,1926,2434 -"25569",5710,17410,3,1926,2073 -"25570",5710,18366,2,1926,2699 -"25571",5710,19208,3,1926,2629 -"25572",5710,21795,3,1926,2653 -"25573",5710,22216,3,1926,1956 -"25574",5710,22714,3,1926,2793 -"25575",5710,26359,3,1926,2535 -"25576",5710,28218,2,1926,2048 -"25577",5710,30081,3,1926,2403 -"25578",5710,36559,2,1926,2473 -"25579",5710,36962,3,1926,2861 -"25580",5710,47947,3,1926,2681 -"25581",5710,51853,3,1926,2520 -"25582",5710,55156,2,1926,2196 -"25583",5710,68810,3,1926,2409 -"25584",5710,78563,1,1926,2385 -"25585",5714,601,2,534,702 -"25586",5714,1386,3,534,1901 -"25587",5714,1428,3,534,742 -"25588",5714,1777,3,534,1965 -"25589",5714,3171,1,534,700 -"25590",5714,3460,3,534,2530 -"25591",5714,3716,3,534,1679 -"25592",5714,3830,3,534,1661 -"25593",5714,3896,3,534,2693 -"25594",5714,3961,3,534,2426 -"25595",5714,4821,3,534,1938 -"25596",5714,5078,3,534,2033 -"25597",5714,5315,3,534,2631 -"25598",5714,5457,3,534,2077 -"25599",5714,5462,3,534,2374 -"25600",5714,5491,3,534,2048 -"25601",5714,5504,3,534,2389 -"25602",5714,7984,3,534,2493 -"25603",5714,7992,3,534,2033 -"25604",5714,9311,2,534,2477 -"25605",5714,10358,3,534,2294 -"25606",5714,10843,3,534,2277 -"25607",5714,11576,3,534,808 -"25608",5714,13388,3,534,2119 -"25609",5714,13724,3,534,1573 -"25610",5714,13967,3,534,1354 -"25611",5714,14422,3,534,1548 -"25612",5714,14709,3,534,1901 -"25613",5714,15453,2,534,1688 -"25614",5714,15626,3,534,2434 -"25615",5714,15636,2,534,2857 -"25616",5714,15990,3,534,593 -"25617",5714,16029,3,534,1160 -"25618",5714,16053,3,534,908 -"25619",5714,17354,3,534,2250 -"25620",5714,18151,3,534,2962 -"25621",5714,18366,3,534,2699 -"25622",5714,18393,3,534,860 -"25623",5714,19235,3,534,1966 -"25624",5714,19453,3,534,1928 -"25625",5714,19637,1,534,1229 -"25626",5714,20067,2,534,2390 -"25627",5714,20494,3,534,1075 -"25628",5714,20659,3,534,1969 -"25629",5714,20732,3,534,2401 -"25630",5714,21249,3,534,1635 -"25631",5714,21706,3,534,1988 -"25632",5714,21795,2,534,2653 -"25633",5714,22586,3,534,1341 -"25634",5714,23726,3,534,2434 -"25635",5714,23787,3,534,2810 -"25636",5714,23869,2,534,1918 -"25637",5714,24286,3,534,1280 -"25638",5714,26249,2,534,2301 -"25639",5714,26408,2,534,1545 -"25640",5714,26865,3,534,2726 -"25641",5714,28130,3,534,908 -"25642",5714,28131,2,534,1492 -"25643",5714,30081,3,534,2403 -"25644",5714,30150,2,534,1704 -"25645",5714,30906,3,534,2537 -"25646",5714,31997,3,534,1703 -"25647",5714,33241,3,534,632 -"25648",5714,33356,2,534,1586 -"25649",5714,33433,3,534,2805 -"25650",5714,33801,3,534,2899 -"25651",5714,34707,3,534,2042 -"25652",5714,35186,2,534,1520 -"25653",5714,35529,2,534,1620 -"25654",5714,37934,3,534,1595 -"25655",5714,38467,3,534,1259 -"25656",5714,38755,3,534,2902 -"25657",5714,40748,2,534,1328 -"25658",5714,41278,3,534,1873 -"25659",5714,42196,2,534,2765 -"25660",5714,42642,2,534,2257 -"25661",5714,44193,3,534,989 -"25662",5714,44819,3,534,2063 -"25663",5714,46803,3,534,2305 -"25664",5714,47715,3,534,2111 -"25665",5714,49121,3,534,2199 -"25666",5714,49581,3,534,1817 -"25667",5714,49962,3,534,572 -"25668",5714,50269,2,534,1966 -"25669",5714,50382,2,534,2244 -"25670",5714,51055,3,534,2558 -"25671",5714,53475,3,534,2853 -"25672",5714,56893,3,534,2597 -"25673",5714,58669,3,534,2296 -"25674",5714,59113,3,534,2434 -"25675",5714,59786,2,534,605 -"25676",5714,59937,3,534,885 -"25677",5714,60516,2,534,2257 -"25678",5714,60718,3,534,1229 -"25679",5714,61995,3,534,823 -"25680",5714,63328,3,534,922 -"25681",5714,68299,2,534,866 -"25682",5714,68700,3,534,639 -"25683",5714,70203,2,534,2756 -"25684",5714,70681,2,534,866 -"25685",5714,70996,3,534,1037 -"25686",5714,74190,3,534,1428 -"25687",5714,74318,3,534,632 -"25688",5714,74681,3,534,837 -"25689",5714,74730,2,534,535 -"25690",5714,76999,3,534,908 -"25691",5714,77811,3,534,1871 -"25692",5714,78932,3,534,981 -"25693",5714,79612,3,534,927 -"25694",5714,84268,2,534,1217 -"25695",5714,85794,3,534,679 -"25696",5714,86152,3,534,1944 -"25697",5714,87720,3,534,2086 -"25698",5714,89072,3,534,1099 -"25699",5714,90608,3,534,590 -"25700",5714,90837,3,534,825 -"25701",5714,96563,3,534,961 -"25702",5714,97160,3,534,1215 -"25703",5714,100140,3,534,1041 -"25704",5714,100532,3,534,859 -"25705",5714,117679,2,534,535 -"25706",5716,23,3,1058,1682 -"25707",5716,134,3,1058,2062 -"25708",5716,270,3,1058,2542 -"25709",5716,377,3,1058,2389 -"25710",5716,380,3,1058,2261 -"25711",5716,449,3,1058,1950 -"25712",5716,455,3,1058,2827 -"25713",5716,468,3,1058,1966 -"25714",5716,470,3,1058,2285 -"25715",5716,600,3,1058,1702 -"25716",5716,1090,3,1058,2370 -"25717",5716,1102,3,1058,2282 -"25718",5716,1196,2,1058,1986 -"25719",5716,1321,3,1058,2075 -"25720",5716,1324,3,1058,2147 -"25721",5716,1495,3,1058,2046 -"25722",5716,1592,3,1058,2006 -"25723",5716,1639,3,1058,2631 -"25724",5716,1691,3,1058,1941 -"25725",5716,1822,3,1058,2888 -"25726",5716,2111,3,1058,1904 -"25727",5716,2195,3,1058,2139 -"25728",5716,2289,3,1058,2389 -"25729",5716,2424,3,1058,2582 -"25730",5716,2766,3,1058,1920 -"25731",5716,3164,3,1058,2693 -"25732",5716,3306,3,1058,1989 -"25733",5716,3961,2,1058,2426 -"25734",5716,4253,3,1058,1890 -"25735",5716,4289,3,1058,1921 -"25736",5716,4360,3,1058,1770 -"25737",5716,4681,3,1058,2356 -"25738",5716,4932,3,1058,2752 -"25739",5716,4953,2,1058,2285 -"25740",5716,5041,3,1058,2371 -"25741",5716,5072,2,1058,2175 -"25742",5716,5315,3,1058,2631 -"25743",5716,5350,2,1058,2522 -"25744",5716,5405,3,1058,1510 -"25745",5716,5429,3,1058,1991 -"25746",5716,5449,3,1058,1723 -"25747",5716,5622,2,1058,2175 -"25748",5716,5971,3,1058,1985 -"25749",5716,5984,1,1058,1675 -"25750",5716,5986,1,1058,1721 -"25751",5716,6030,3,1058,2953 -"25752",5716,6047,2,1058,2004 -"25753",5716,6162,2,1058,1673 -"25754",5716,6252,3,1058,2336 -"25755",5716,6324,3,1058,1990 -"25756",5716,6417,1,1058,1675 -"25757",5716,6491,3,1058,2424 -"25758",5716,6588,3,1058,2025 -"25759",5716,7181,3,1058,1421 -"25760",5716,7226,3,1058,1228 -"25761",5716,7234,3,1058,2654 -"25762",5716,7627,3,1058,1543 -"25763",5716,8274,3,1058,1909 -"25764",5716,8327,3,1058,2527 -"25765",5716,8621,3,1058,1681 -"25766",5716,8866,3,1058,1545 -"25767",5716,8888,3,1058,1328 -"25768",5716,9311,3,1058,2477 -"25769",5716,9362,3,1058,2879 -"25770",5716,9805,3,1058,1621 -"25771",5716,9928,2,1058,2345 -"25772",5716,10343,3,1058,1072 -"25773",5716,10358,2,1058,2294 -"25774",5716,10433,3,1058,2075 -"25775",5716,10488,3,1058,1524 -"25776",5716,10558,3,1058,2312 -"25777",5716,10717,2,1058,1938 -"25778",5716,10779,3,1058,2881 -"25779",5716,10857,2,1058,2253 -"25780",5716,10870,3,1058,1755 -"25781",5716,10871,3,1058,2314 -"25782",5716,11103,3,1058,2393 -"25783",5716,11218,1,1058,2292 -"25784",5716,11229,3,1058,1625 -"25785",5716,11477,3,1058,2724 -"25786",5716,11493,3,1058,2077 -"25787",5716,11540,3,1058,1237 -"25788",5716,11966,2,1058,2385 -"25789",5716,12035,2,1058,2721 -"25790",5716,12042,1,1058,2345 -"25791",5716,12310,3,1058,1337 -"25792",5716,12371,3,1058,1569 -"25793",5716,12374,3,1058,2260 -"25794",5716,12375,3,1058,1873 -"25795",5716,12462,3,1058,1461 -"25796",5716,13248,2,1058,1385 -"25797",5716,13311,3,1058,2315 -"25798",5716,13388,3,1058,2119 -"25799",5716,13400,3,1058,1371 -"25800",5716,13760,3,1058,2871 -"25801",5716,13837,3,1058,1604 -"25802",5716,13967,3,1058,1354 -"25803",5716,14032,2,1058,2144 -"25804",5716,14072,3,1058,1346 -"25805",5716,14080,3,1058,1351 -"25806",5716,14108,3,1058,2012 -"25807",5716,14589,3,1058,1184 -"25808",5716,14972,3,1058,2332 -"25809",5716,15003,3,1058,2067 -"25810",5716,15301,2,1058,2308 -"25811",5716,15309,3,1058,2820 -"25812",5716,15381,3,1058,2289 -"25813",5716,15402,3,1058,1281 -"25814",5716,15607,3,1058,1421 -"25815",5716,15626,3,1058,2434 -"25816",5716,15700,3,1058,1712 -"25817",5716,16096,3,1058,2301 -"25818",5716,16120,3,1058,1237 -"25819",5716,16164,3,1058,1184 -"25820",5716,16352,1,1058,2657 -"25821",5716,16826,3,1058,2599 -"25822",5716,17400,1,1058,2231 -"25823",5716,17413,3,1058,2230 -"25824",5716,17819,3,1058,2291 -"25825",5716,17997,3,1058,1621 -"25826",5716,18348,2,1058,1711 -"25827",5716,18361,3,1058,2968 -"25828",5716,18394,3,1058,2356 -"25829",5716,18874,3,1058,2170 -"25830",5716,19113,3,1058,1171 -"25831",5716,19637,3,1058,1229 -"25832",5716,19718,3,1058,1702 -"25833",5716,19719,3,1058,2177 -"25834",5716,20067,3,1058,2390 -"25835",5716,20124,3,1058,2376 -"25836",5716,20292,3,1058,2755 -"25837",5716,20407,3,1058,2339 -"25838",5716,20419,3,1058,1587 -"25839",5716,20494,3,1058,1075 -"25840",5716,20643,3,1058,2341 -"25841",5716,21029,3,1058,1943 -"25842",5716,21138,3,1058,2849 -"25843",5716,21571,2,1058,2755 -"25844",5716,21682,3,1058,2414 -"25845",5716,21693,3,1058,2176 -"25846",5716,21706,3,1058,1988 -"25847",5716,22141,3,1058,2348 -"25848",5716,22197,3,1058,2271 -"25849",5716,22331,3,1058,2687 -"25850",5716,22566,3,1058,2308 -"25851",5716,23006,3,1058,1532 -"25852",5716,23159,2,1058,1548 -"25853",5716,23310,2,1058,2371 -"25854",5716,23492,3,1058,1067 -"25855",5716,23526,3,1058,1998 -"25856",5716,23715,3,1058,1859 -"25857",5716,23725,3,1058,2378 -"25858",5716,23806,3,1058,1671 -"25859",5716,23869,3,1058,1918 -"25860",5716,24146,3,1058,2003 -"25861",5716,24169,2,1058,1663 -"25862",5716,24253,3,1058,2213 -"25863",5716,24256,3,1058,2393 -"25864",5716,24259,3,1058,1281 -"25865",5716,24286,3,1058,1280 -"25866",5716,24497,3,1058,1979 -"25867",5716,24511,3,1058,1871 -"25868",5716,24568,3,1058,1937 -"25869",5716,24721,3,1058,2326 -"25870",5716,24902,3,1058,2162 -"25871",5716,25325,3,1058,2963 -"25872",5716,25443,3,1058,1441 -"25873",5716,25480,3,1058,2747 -"25874",5716,25565,3,1058,2764 -"25875",5716,25569,3,1058,2317 -"25876",5716,25643,3,1058,1646 -"25877",5716,25680,3,1058,1618 -"25878",5716,25971,3,1058,2608 -"25879",5716,26067,2,1058,2069 -"25880",5716,26080,2,1058,2525 -"25881",5716,26366,2,1058,1688 -"25882",5716,26408,3,1058,1545 -"25883",5716,26451,3,1058,2133 -"25884",5716,26608,3,1058,2329 -"25885",5716,26700,3,1058,1663 -"25886",5716,26721,3,1058,2586 -"25887",5716,26818,2,1058,1999 -"25888",5716,26867,3,1058,1804 -"25889",5716,27195,3,1058,2158 -"25890",5716,27261,3,1058,1368 -"25891",5716,28050,3,1058,1955 -"25892",5716,28168,3,1058,2702 -"25893",5716,28296,2,1058,2944 -"25894",5716,28383,3,1058,1222 -"25895",5716,28571,3,1058,1556 -"25896",5716,28808,3,1058,1063 -"25897",5716,29170,3,1058,1846 -"25898",5716,29314,3,1058,2736 -"25899",5716,29930,2,1058,2240 -"25900",5716,30173,2,1058,2404 -"25901",5716,30325,2,1058,1067 -"25902",5716,30405,3,1058,2164 -"25903",5716,31093,3,1058,2160 -"25904",5716,31530,3,1058,1661 -"25905",5716,32064,3,1058,1739 -"25906",5716,32503,3,1058,2020 -"25907",5716,32567,2,1058,2784 -"25908",5716,32658,3,1058,1694 -"25909",5716,32694,2,1058,1602 -"25910",5716,32919,3,1058,2321 -"25911",5716,33356,3,1058,1586 -"25912",5716,33433,3,1058,2805 -"25913",5716,33801,3,1058,2899 -"25914",5716,33981,3,1058,1993 -"25915",5716,34480,3,1058,2755 -"25916",5716,34735,1,1058,2767 -"25917",5716,35516,3,1058,1229 -"25918",5716,35529,3,1058,1620 -"25919",5716,35673,3,1058,1067 -"25920",5716,35815,3,1058,2789 -"25921",5716,35888,3,1058,2291 -"25922",5716,35926,2,1058,2371 -"25923",5716,36439,3,1058,2469 -"25924",5716,36691,2,1058,1903 -"25925",5716,36837,3,1058,1556 -"25926",5716,36962,3,1058,2861 -"25927",5716,37238,3,1058,2609 -"25928",5716,37333,3,1058,1612 -"25929",5716,37758,3,1058,1998 -"25930",5716,37859,3,1058,1999 -"25931",5716,38019,3,1058,1870 -"25932",5716,38213,3,1058,1744 -"25933",5716,38307,3,1058,2648 -"25934",5716,38374,3,1058,1890 -"25935",5716,38938,3,1058,1593 -"25936",5716,39186,3,1058,1258 -"25937",5716,39294,2,1058,1889 -"25938",5716,39906,3,1058,2365 -"25939",5716,40028,3,1058,1349 -"25940",5716,40072,2,1058,1182 -"25941",5716,40432,3,1058,1956 -"25942",5716,40493,3,1058,1981 -"25943",5716,41682,3,1058,1988 -"25944",5716,41739,3,1058,1339 -"25945",5716,41832,3,1058,1155 -"25946",5716,41955,3,1058,2479 -"25947",5716,41972,3,1058,2509 -"25948",5716,42619,2,1058,2017 -"25949",5716,43135,3,1058,1171 -"25950",5716,43153,3,1058,1381 -"25951",5716,43213,3,1058,2160 -"25952",5716,43455,3,1058,2846 -"25953",5716,44521,2,1058,1593 -"25954",5716,44557,3,1058,2371 -"25955",5716,45684,3,1058,2200 -"25956",5716,45903,3,1058,2237 -"25957",5716,46091,3,1058,1938 -"25958",5716,46099,3,1058,2360 -"25959",5716,46196,3,1058,1510 -"25960",5716,46621,3,1058,1343 -"25961",5716,46629,3,1058,2255 -"25962",5716,46803,3,1058,2305 -"25963",5716,47386,3,1058,2226 -"25964",5716,49110,3,1058,2938 -"25965",5716,49608,3,1058,2184 -"25966",5716,49620,3,1058,1868 -"25967",5716,50134,3,1058,2674 -"25968",5716,50236,2,1058,2339 -"25969",5716,50252,3,1058,2001 -"25970",5716,51017,3,1058,2073 -"25971",5716,51052,3,1058,2784 -"25972",5716,51089,3,1058,2426 -"25973",5716,51471,3,1058,1280 -"25974",5716,51853,3,1058,2520 -"25975",5716,52136,3,1058,1412 -"25976",5716,52215,3,1058,1908 -"25977",5716,52327,3,1058,1472 -"25978",5716,52442,2,1058,1269 -"25979",5716,53134,1,1058,1590 -"25980",5716,53219,3,1058,2973 -"25981",5716,53293,3,1058,2916 -"25982",5716,53303,3,1058,1376 -"25983",5716,53342,3,1058,2071 -"25984",5716,53475,3,1058,2853 -"25985",5716,54020,3,1058,1578 -"25986",5716,54127,3,1058,1593 -"25987",5716,54551,3,1058,2348 -"25988",5716,54879,2,1058,2210 -"25989",5716,54929,1,1058,2783 -"25990",5716,55324,3,1058,1544 -"25991",5716,55652,3,1058,2795 -"25992",5716,56082,2,1058,2395 -"25993",5716,56232,3,1058,1175 -"25994",5716,56237,3,1058,2625 -"25995",5716,56604,2,1058,1919 -"25996",5716,57150,3,1058,1196 -"25997",5716,57246,3,1058,1873 -"25998",5716,57714,2,1058,1391 -"25999",5716,57977,3,1058,2683 -"26000",5716,59485,3,1058,1564 -"26001",5716,60280,3,1058,1918 -"26002",5716,60476,3,1058,2508 -"26003",5716,61613,3,1058,1189 -"26004",5716,61719,3,1058,1515 -"26005",5716,62488,3,1058,1418 -"26006",5716,62903,3,1058,1704 -"26007",5716,63409,3,1058,1937 -"26008",5716,63442,2,1058,1965 -"26009",5716,64502,3,1058,1670 -"26010",5716,67805,3,1058,1338 -"26011",5716,69250,3,1058,1439 -"26012",5716,69716,3,1058,2632 -"26013",5716,70203,3,1058,2756 -"26014",5716,71274,2,1058,2390 -"26015",5716,72207,3,1058,2430 -"26016",5716,72501,3,1058,2795 -"26017",5716,73197,3,1058,1998 -"26018",5716,73305,3,1058,2544 -"26019",5716,74636,3,1058,2525 -"26020",5716,75403,2,1058,1895 -"26021",5716,76048,3,1058,2373 -"26022",5716,76284,3,1058,1237 -"26023",5716,76666,3,1058,1908 -"26024",5716,77001,3,1058,1440 -"26025",5716,81349,2,1058,1958 -"26026",5716,81478,3,1058,1640 -"26027",5716,82732,3,1058,2810 -"26028",5716,82932,3,1058,2245 -"26029",5716,83422,3,1058,1500 -"26030",5716,83526,3,1058,1235 -"26031",5716,84022,3,1058,2289 -"26032",5716,84500,3,1058,1583 -"26033",5716,86287,3,1058,1349 -"26034",5716,87110,3,1058,2801 -"26035",5716,88232,3,1058,2881 -"26036",5716,89880,3,1058,1938 -"26037",5716,89934,3,1058,2760 -"26038",5716,92513,3,1058,2282 -"26039",5716,93752,3,1058,1368 -"26040",5716,94500,3,1058,1529 -"26041",5725,823,3,2789,2840 -"26042",5725,6030,3,2789,2953 -"26043",5725,18151,3,2789,2962 -"26044",5725,28285,1,2789,2972 -"26045",5725,34216,3,2789,2832 -"26046",5725,48605,3,2789,2796 -"26047",5725,65029,3,2789,2954 -"26048",5725,71518,3,2789,2805 -"26049",5785,854,3,1261,2307 -"26050",5785,1355,3,1261,2473 -"26051",5785,2326,3,1261,2513 -"26052",5785,2484,3,1261,2389 -"26053",5785,2591,3,1261,1949 -"26054",5785,2894,2,1261,1291 -"26055",5785,5392,3,1261,1648 -"26056",5785,6222,2,1261,1949 -"26057",5785,6577,3,1261,1951 -"26058",5785,7616,3,1261,2296 -"26059",5785,7992,3,1261,2033 -"26060",5785,8866,3,1261,1545 -"26061",5785,9311,3,1261,2477 -"26062",5785,9362,3,1261,2879 -"26063",5785,11694,2,1261,1564 -"26064",5785,12388,3,1261,1975 -"26065",5785,12778,3,1261,2045 -"26066",5785,13573,3,1261,2774 -"26067",5785,13967,3,1261,1354 -"26068",5785,13979,3,1261,1559 -"26069",5785,14482,2,1261,1573 -"26070",5785,14655,3,1261,2559 -"26071",5785,14959,2,1261,2898 -"26072",5785,15444,3,1261,2764 -"26073",5785,16539,2,1261,1947 -"26074",5785,17027,3,1261,2772 -"26075",5785,17097,3,1261,1505 -"26076",5785,17520,2,1261,2276 -"26077",5785,18394,3,1261,2356 -"26078",5785,19173,3,1261,1686 -"26079",5785,20067,3,1261,2390 -"26080",5785,20311,3,1261,1981 -"26081",5785,20732,3,1261,2401 -"26082",5785,22403,3,1261,1630 -"26083",5785,23726,3,1261,2434 -"26084",5785,23869,3,1261,1918 -"26085",5785,25680,3,1261,1618 -"26086",5785,25950,3,1261,1618 -"26087",5785,26582,3,1261,2772 -"26088",5785,27860,3,1261,1588 -"26089",5785,28131,3,1261,1492 -"26090",5785,29095,3,1261,2531 -"26091",5785,29314,3,1261,2736 -"26092",5785,30883,2,1261,1629 -"26093",5785,31243,2,1261,1355 -"26094",5785,33010,3,1261,2189 -"26095",5785,33801,3,1261,2899 -"26096",5785,35235,3,1261,2610 -"26097",5785,38921,2,1261,1880 -"26098",5785,39431,3,1261,1460 -"26099",5785,40646,3,1261,1583 -"26100",5785,41682,3,1261,1988 -"26101",5785,42264,3,1261,1702 -"26102",5785,43479,3,1261,2178 -"26103",5785,44420,3,1261,2184 -"26104",5785,44885,3,1261,2670 -"26105",5785,44899,3,1261,2386 -"26106",5785,50252,3,1261,2001 -"26107",5785,50382,3,1261,2244 -"26108",5785,53475,3,1261,2853 -"26109",5785,53604,3,1261,2489 -"26110",5785,62538,3,1261,1656 -"26111",5785,64502,3,1261,1670 -"26112",5785,70203,3,1261,2756 -"26113",5785,79371,2,1261,1624 -"26114",5785,82893,3,1261,1275 -"26115",5785,87720,3,1261,2086 -"26116",5785,89826,3,1261,2033 -"26117",5792,194,3,975,1243 -"26118",5792,728,3,975,1812 -"26119",5792,1323,3,975,1659 -"26120",5792,1629,3,975,1289 -"26121",5792,1702,3,975,1984 -"26122",5792,1846,3,975,1845 -"26123",5792,2540,2,975,1398 -"26124",5792,3127,2,975,2273 -"26125",5792,3271,3,975,2216 -"26126",5792,3477,3,975,2546 -"26127",5792,3978,3,975,2775 -"26128",5792,4303,3,975,2414 -"26129",5792,6989,3,975,2623 -"26130",5792,7252,3,975,2799 -"26131",5792,7337,2,975,1797 -"26132",5792,7937,3,975,2044 -"26133",5792,8865,3,975,2394 -"26134",5792,9227,2,975,1267 -"26135",5792,9272,3,975,2835 -"26136",5792,9503,3,975,2453 -"26137",5792,9787,3,975,2858 -"26138",5792,10050,3,975,1792 -"26139",5792,10453,3,975,1656 -"26140",5792,10754,2,975,1797 -"26141",5792,11136,3,975,2573 -"26142",5792,11563,3,975,1863 -"26143",5792,11639,3,975,1593 -"26144",5792,12067,3,975,1213 -"26145",5792,13184,3,975,977 -"26146",5792,13808,3,975,1356 -"26147",5792,14817,3,975,2110 -"26148",5792,14887,3,975,2158 -"26149",5792,16501,3,975,1650 -"26150",5792,17645,3,975,1918 -"26151",5792,18005,3,975,2449 -"26152",5792,19433,3,975,2504 -"26153",5792,20155,3,975,1517 -"26154",5792,20512,3,975,2748 -"26155",5792,21684,3,975,1971 -"26156",5792,22586,3,975,1341 -"26157",5792,23131,3,975,1732 -"26158",5792,23488,3,975,1523 -"26159",5792,25163,3,975,1751 -"26160",5792,27908,3,975,2576 -"26161",5792,28357,3,975,1134 -"26162",5792,28893,3,975,2764 -"26163",5792,29267,2,975,1234 -"26164",5792,29286,2,975,1612 -"26165",5792,30486,3,975,1269 -"26166",5792,30668,3,975,2882 -"26167",5792,30669,2,975,1921 -"26168",5792,31317,3,975,1362 -"26169",5792,33681,3,975,1059 -"26170",5792,35903,3,975,1434 -"26171",5792,36953,2,975,2790 -"26172",5792,37752,3,975,2223 -"26173",5792,39062,3,975,2020 -"26174",5792,39534,3,975,2410 -"26175",5792,39589,3,975,1292 -"26176",5792,40035,3,975,2742 -"26177",5792,40572,2,975,2666 -"26178",5792,41338,3,975,1553 -"26179",5792,42813,2,975,2142 -"26180",5792,43204,3,975,1680 -"26181",5792,43226,3,975,2442 -"26182",5792,45729,3,975,2606 -"26183",5792,46486,1,975,1868 -"26184",5792,47595,3,975,2374 -"26185",5792,48110,3,975,2009 -"26186",5792,50335,3,975,1893 -"26187",5792,50585,3,975,2414 -"26188",5792,51016,3,975,1141 -"26189",5792,53726,3,975,1729 -"26190",5792,53739,3,975,2704 -"26191",5792,53924,3,975,1289 -"26192",5792,57765,3,975,2893 -"26193",5792,58508,3,975,2326 -"26194",5792,59448,3,975,2687 -"26195",5792,61125,3,975,1673 -"26196",5792,62963,3,975,1964 -"26197",5792,66205,3,975,2898 -"26198",5792,66994,3,975,1865 -"26199",5792,69335,3,975,2698 -"26200",5792,72438,3,975,1397 -"26201",5792,76286,3,975,1642 -"26202",5792,80301,3,975,1690 -"26203",5792,87958,3,975,1234 -"26204",5792,90709,1,975,1080 -"26205",5792,92850,3,975,1971 -"26206",5792,95910,3,975,999 -"26207",5798,21872,2,1779,2458 -"26208",5798,38140,2,1779,1866 -"26209",5798,40645,3,1779,1899 -"26210",5798,45959,3,1779,1880 -"26211",5798,46040,3,1779,2105 -"26212",5798,65322,3,1779,2008 -"26213",5798,71982,3,1779,2812 -"26214",5798,73192,3,1779,1955 -"26215",5798,76672,3,1779,1930 -"26216",5798,78150,3,1779,2581 -"26217",5798,96387,3,1779,2159 -"26218",5798,102581,3,1779,1813 -"26219",5813,17925,2,2088,2385 -"26220",5813,31990,2,2088,2264 -"26221",5813,32724,1,2088,2581 -"26222",5813,37801,3,2088,2578 -"26223",5813,44312,3,2088,2741 -"26224",5813,48931,2,2088,2444 -"26225",5813,63096,3,2088,2307 -"26226",5813,96387,3,2088,2159 -"26227",5816,1692,3,2408,2443 -"26228",5816,12035,3,2408,2721 -"26229",5816,17999,3,2408,2758 -"26230",5816,18808,3,2408,2854 -"26231",5816,23739,3,2408,2463 -"26232",5816,30668,3,2408,2882 -"26233",5816,31251,3,2408,2498 -"26234",5816,59005,3,2408,2817 -"26235",5826,4660,3,411,2149 -"26236",5826,5106,3,411,2622 -"26237",5826,12781,3,411,831 -"26238",5826,16501,3,411,1650 -"26239",5826,17033,3,411,2771 -"26240",5826,17320,3,411,571 -"26241",5826,27897,3,411,1968 -"26242",5826,36737,2,411,829 -"26243",5826,63641,3,411,2337 -"26244",5826,64156,3,411,675 -"26245",5826,64210,2,411,956 -"26246",5826,66527,3,411,961 -"26247",5826,66717,3,411,2104 -"26248",5826,69545,3,411,673 -"26249",5826,71219,3,411,967 -"26250",5826,72535,3,411,1191 -"26251",5826,95910,3,411,999 -"26252",5826,96007,3,411,895 -"26253",5833,687,3,197,1664 -"26254",5833,2334,3,197,2619 -"26255",5833,2452,3,197,1715 -"26256",5833,2617,3,197,592 -"26257",5833,2747,3,197,2411 -"26258",5833,3271,3,197,2216 -"26259",5833,5346,3,197,1438 -"26260",5833,6119,3,197,2358 -"26261",5833,6479,3,197,1021 -"26262",5833,6821,3,197,1788 -"26263",5833,7785,3,197,2441 -"26264",5833,8073,3,197,1847 -"26265",5833,8532,3,197,1593 -"26266",5833,8568,3,197,2706 -"26267",5833,8770,3,197,634 -"26268",5833,9073,3,197,221 -"26269",5833,9301,3,197,1861 -"26270",5833,12023,3,197,799 -"26271",5833,13068,2,197,1778 -"26272",5833,14287,3,197,1583 -"26273",5833,14520,2,197,634 -"26274",5833,15078,3,197,1033 -"26275",5833,15207,3,197,1855 -"26276",5833,15462,3,197,1141 -"26277",5833,16021,3,197,858 -"26278",5833,16286,3,197,2470 -"26279",5833,16437,3,197,1956 -"26280",5833,16684,3,197,1657 -"26281",5833,16750,3,197,1225 -"26282",5833,16776,3,197,1565 -"26283",5833,18421,2,197,2457 -"26284",5833,18550,3,197,483 -"26285",5833,18978,3,197,952 -"26286",5833,19028,3,197,921 -"26287",5833,19231,3,197,1424 -"26288",5833,19447,3,197,969 -"26289",5833,19934,3,197,2888 -"26290",5833,20176,3,197,1050 -"26291",5833,23277,3,197,1267 -"26292",5833,25378,3,197,1245 -"26293",5833,27280,1,197,1965 -"26294",5833,27320,3,197,2378 -"26295",5833,27391,2,197,2378 -"26296",5833,27722,3,197,1266 -"26297",5833,29667,2,197,531 -"26298",5833,30486,3,197,1269 -"26299",5833,30618,3,197,1609 -"26300",5833,30891,3,197,1256 -"26301",5833,30974,3,197,947 -"26302",5833,31783,2,197,1180 -"26303",5833,32532,3,197,2338 -"26304",5833,32560,3,197,1258 -"26305",5833,32651,3,197,877 -"26306",5833,33681,3,197,1059 -"26307",5833,33691,2,197,949 -"26308",5833,33870,3,197,955 -"26309",5833,37752,2,197,2223 -"26310",5833,38259,3,197,2258 -"26311",5833,38373,3,197,1928 -"26312",5833,39443,3,197,2277 -"26313",5833,39534,3,197,2410 -"26314",5833,39746,3,197,1361 -"26315",5833,40113,3,197,451 -"26316",5833,41187,3,197,2340 -"26317",5833,41439,2,197,709 -"26318",5833,41633,3,197,1976 -"26319",5833,44786,2,197,1096 -"26320",5833,44877,3,197,1219 -"26321",5833,45480,2,197,1104 -"26322",5833,46982,3,197,2806 -"26323",5833,48576,3,197,1675 -"26324",5833,49201,3,197,936 -"26325",5833,49551,3,197,879 -"26326",5833,50229,3,197,1190 -"26327",5833,50354,3,197,1299 -"26328",5833,51144,3,197,2466 -"26329",5833,51360,3,197,1882 -"26330",5833,58015,3,197,899 -"26331",5833,58829,3,197,1256 -"26332",5833,59039,2,197,2870 -"26333",5833,59485,3,197,1564 -"26334",5833,59506,3,197,983 -"26335",5833,61723,3,197,1262 -"26336",5833,63654,2,197,2310 -"26337",5833,64439,3,197,562 -"26338",5833,64734,3,197,231 -"26339",5833,65188,3,197,2213 -"26340",5833,67719,3,197,2429 -"26341",5833,69788,3,197,2007 -"26342",5833,73926,3,197,849 -"26343",5833,74058,3,197,1151 -"26344",5833,74795,3,197,1319 -"26345",5833,77377,3,197,1487 -"26346",5833,80219,3,197,988 -"26347",5833,80337,3,197,394 -"26348",5833,80338,3,197,2059 -"26349",5833,82413,3,197,491 -"26350",5833,88067,1,197,2315 -"26351",5833,90745,3,197,1994 -"26352",5833,94520,3,197,1243 -"26353",5833,94625,3,197,2105 -"26354",5833,94758,2,197,584 -"26355",5833,110569,3,197,970 -"26356",5833,119524,3,197,1930 -"26357",5833,119921,3,197,1113 -"26358",5833,120363,3,197,322 -"26359",5839,2684,3,2301,2874 -"26360",5839,2979,3,2301,2912 -"26361",5839,3477,3,2301,2546 -"26362",5839,3628,2,2301,2707 -"26363",5839,3978,2,2301,2775 -"26364",5839,4303,3,2301,2414 -"26365",5839,4361,3,2301,2571 -"26366",5839,8762,2,2301,2585 -"26367",5839,9191,3,2301,2707 -"26368",5839,11029,3,2301,2362 -"26369",5839,11103,3,2301,2393 -"26370",5839,11351,1,2301,2971 -"26371",5839,11506,3,2301,2824 -"26372",5839,15826,3,2301,2772 -"26373",5839,18005,3,2301,2449 -"26374",5839,18464,2,2301,2312 -"26375",5839,18543,3,2301,2968 -"26376",5839,18943,3,2301,2861 -"26377",5839,19605,3,2301,2395 -"26378",5839,19934,3,2301,2888 -"26379",5839,20407,3,2301,2339 -"26380",5839,21463,3,2301,2437 -"26381",5839,21682,3,2301,2414 -"26382",5839,25373,3,2301,2783 -"26383",5839,29449,3,2301,2916 -"26384",5839,33341,3,2301,2338 -"26385",5839,35235,3,2301,2610 -"26386",5839,36136,3,2301,2338 -"26387",5839,43173,3,2301,2895 -"26388",5839,44403,3,2301,2429 -"26389",5839,45742,3,2301,2566 -"26390",5839,49265,3,2301,2686 -"26391",5839,50585,3,2301,2414 -"26392",5839,57380,2,2301,2362 -"26393",5839,60661,3,2301,2700 -"26394",5839,62832,3,2301,2606 -"26395",5839,83396,3,2301,2396 -"26396",5839,84799,3,2301,2656 -"26397",5839,88232,3,2301,2881 -"26398",5845,854,3,1552,2307 -"26399",5845,1692,1,1552,2443 -"26400",5845,1875,3,1552,1786 -"26401",5845,2093,2,1552,2459 -"26402",5845,3195,2,1552,2043 -"26403",5845,3317,3,1552,2037 -"26404",5845,3488,3,1552,2351 -"26405",5845,4504,3,1552,1905 -"26406",5845,4671,3,1552,2280 -"26407",5845,7269,3,1552,1728 -"26408",5845,9801,3,1552,2443 -"26409",5845,10799,2,1552,2010 -"26410",5845,10914,3,1552,1660 -"26411",5845,10964,3,1552,2043 -"26412",5845,11067,3,1552,2734 -"26413",5845,11506,3,1552,2824 -"26414",5845,12866,3,1552,2910 -"26415",5845,13780,3,1552,2412 -"26416",5845,14328,3,1552,1725 -"26417",5845,14972,3,1552,2332 -"26418",5845,15095,3,1552,2001 -"26419",5845,15626,3,1552,2434 -"26420",5845,16594,3,1552,1755 -"26421",5845,17943,3,1552,1943 -"26422",5845,20162,3,1552,2328 -"26423",5845,20432,2,1552,1727 -"26424",5845,23121,3,1552,2108 -"26425",5845,23534,3,1552,1659 -"26426",5845,24195,2,1552,1575 -"26427",5845,26100,3,1552,1966 -"26428",5845,26155,3,1552,1802 -"26429",5845,29004,3,1552,2596 -"26430",5845,29243,3,1552,2011 -"26431",5845,29409,3,1552,2199 -"26432",5845,29578,3,1552,1957 -"26433",5845,30236,3,1552,2238 -"26434",5845,31131,3,1552,2810 -"26435",5845,32339,3,1552,2430 -"26436",5845,32449,3,1552,2091 -"26437",5845,32939,3,1552,2277 -"26438",5845,34180,2,1552,2617 -"26439",5845,35620,2,1552,2092 -"26440",5845,36120,2,1552,2971 -"26441",5845,36136,3,1552,2338 -"26442",5845,36506,2,1552,2638 -"26443",5845,38732,3,1552,2263 -"26444",5845,40675,3,1552,1595 -"26445",5845,41978,3,1552,2824 -"26446",5845,42914,3,1552,1737 -"26447",5845,45461,3,1552,2458 -"26448",5845,46385,3,1552,2225 -"26449",5845,47384,3,1552,1639 -"26450",5845,47534,3,1552,2712 -"26451",5845,49147,2,1552,2539 -"26452",5845,49606,2,1552,2800 -"26453",5845,53362,3,1552,2360 -"26454",5845,53530,3,1552,2380 -"26455",5845,53668,3,1552,2242 -"26456",5845,55775,3,1552,2385 -"26457",5845,55828,3,1552,2393 -"26458",5845,57529,3,1552,2462 -"26459",5845,57804,3,1552,2214 -"26460",5845,58041,3,1552,2725 -"26461",5845,59005,3,1552,2817 -"26462",5845,59470,3,1552,2393 -"26463",5845,61458,3,1552,2630 -"26464",5845,75607,3,1552,2245 -"26465",5845,76132,3,1552,2426 -"26466",5845,78384,3,1552,1762 -"26467",5845,79848,2,1552,1629 -"26468",5845,82819,3,1552,1900 -"26469",5846,5363,3,271,1791 -"26470",5846,5568,3,271,1290 -"26471",5846,5714,3,271,534 -"26472",5846,6366,3,271,798 -"26473",5846,6417,3,271,1675 -"26474",5846,7992,3,271,2033 -"26475",5846,8470,3,271,288 -"26476",5846,11576,3,271,808 -"26477",5846,16053,3,271,908 -"26478",5846,19235,3,271,1966 -"26479",5846,19637,3,271,1229 -"26480",5846,20067,3,271,2390 -"26481",5846,23869,2,271,1918 -"26482",5846,26408,3,271,1545 -"26483",5846,30883,3,271,1629 -"26484",5846,31700,1,271,2727 -"26485",5846,32988,3,271,2008 -"26486",5846,35518,3,271,1721 -"26487",5846,37238,2,271,2609 -"26488",5846,37937,2,271,1320 -"26489",5846,38694,3,271,817 -"26490",5846,39062,3,271,2020 -"26491",5846,39563,3,271,486 -"26492",5846,41953,3,271,945 -"26493",5846,44056,3,271,2092 -"26494",5846,44819,3,271,2063 -"26495",5846,46803,3,271,2305 -"26496",5846,48215,3,271,2028 -"26497",5846,50269,3,271,1966 -"26498",5846,60718,3,271,1229 -"26499",5846,64327,2,271,1918 -"26500",5846,68299,2,271,866 -"26501",5846,70854,2,271,635 -"26502",5846,73113,3,271,681 -"26503",5846,73597,3,271,1989 -"26504",5846,74730,3,271,535 -"26505",5846,74731,3,271,853 -"26506",5846,78569,3,271,578 -"26507",5846,82426,3,271,1576 -"26508",5846,89072,3,271,1099 -"26509",5846,89880,3,271,1938 -"26510",5846,97160,3,271,1215 -"26511",5846,117679,3,271,535 -"26512",5849,2166,2,2404,2557 -"26513",5849,19528,3,2404,2742 -"26514",5849,39444,3,2404,2695 -"26515",5849,53789,2,2404,2681 -"26516",5852,3271,3,1862,2216 -"26517",5852,5557,3,1862,1929 -"26518",5852,9272,3,1862,2835 -"26519",5852,9716,3,1862,1929 -"26520",5852,11319,2,1862,2073 -"26521",5852,12577,3,1862,2530 -"26522",5852,12818,3,1862,2015 -"26523",5852,14626,3,1862,2175 -"26524",5852,14761,3,1862,2502 -"26525",5852,16205,3,1862,2630 -"26526",5852,22249,3,1862,1892 -"26527",5852,27826,2,1862,2824 -"26528",5852,29319,3,1862,2314 -"26529",5852,32235,3,1862,2109 -"26530",5852,35264,3,1862,2329 -"26531",5852,38038,3,1862,2686 -"26532",5852,41185,3,1862,1929 -"26533",5852,43226,3,1862,2442 -"26534",5852,48110,3,1862,2009 -"26535",5852,49147,3,1862,2539 -"26536",5852,54903,3,1862,2493 -"26537",5852,55171,3,1862,2972 -"26538",5852,56737,3,1862,2270 -"26539",5852,58508,3,1862,2326 -"26540",5852,64174,2,1862,2377 -"26541",5852,64412,3,1862,2233 -"26542",5852,69335,3,1862,2698 -"26543",5852,87362,3,1862,2902 -"26544",5864,1124,3,1197,1596 -"26545",5864,1639,3,1197,2631 -"26546",5864,2484,3,1197,2389 -"26547",5864,2743,3,1197,1278 -"26548",5864,3242,3,1197,1730 -"26549",5864,3306,3,1197,1989 -"26550",5864,4889,3,1197,1501 -"26551",5864,4953,3,1197,2285 -"26552",5864,5462,3,1197,2374 -"26553",5864,6363,3,1197,2066 -"26554",5864,10875,3,1197,1234 -"26555",5864,11477,3,1197,2724 -"26556",5864,12081,3,1197,2166 -"26557",5864,13248,3,1197,1385 -"26558",5864,13801,3,1197,2041 -"26559",5864,14072,3,1197,1346 -"26560",5864,14972,3,1197,2332 -"26561",5864,16725,3,1197,2830 -"26562",5864,17381,3,1197,1697 -"26563",5864,17520,3,1197,2276 -"26564",5864,17852,2,1197,2840 -"26565",5864,20643,3,1197,2341 -"26566",5864,20824,3,1197,1366 -"26567",5864,22331,3,1197,2687 -"26568",5864,23223,3,1197,2094 -"26569",5864,26749,3,1197,2965 -"26570",5864,29289,3,1197,1756 -"26571",5864,30119,3,1197,1961 -"26572",5864,30334,3,1197,2075 -"26573",5864,31307,3,1197,2139 -"26574",5864,31530,3,1197,1661 -"26575",5864,31700,3,1197,2727 -"26576",5864,31799,3,1197,2547 -"26577",5864,32939,3,1197,2277 -"26578",5864,33430,3,1197,2225 -"26579",5864,33949,3,1197,2489 -"26580",5864,34492,3,1197,1798 -"26581",5864,35518,2,1197,1721 -"26582",5864,37238,2,1197,2609 -"26583",5864,37636,3,1197,2178 -"26584",5864,38307,3,1197,2648 -"26585",5864,38921,3,1197,1880 -"26586",5864,40392,3,1197,1878 -"26587",5864,41945,3,1197,2856 -"26588",5864,42264,3,1197,1702 -"26589",5864,43455,3,1197,2846 -"26590",5864,46602,3,1197,2786 -"26591",5864,47082,3,1197,1990 -"26592",5864,47098,3,1197,2057 -"26593",5864,50113,3,1197,2059 -"26594",5864,50252,3,1197,2001 -"26595",5864,50785,3,1197,2877 -"26596",5864,51022,3,1197,1499 -"26597",5864,51157,3,1197,2319 -"26598",5864,51319,3,1197,2488 -"26599",5864,51783,3,1197,2599 -"26600",5864,57804,3,1197,2214 -"26601",5864,58035,3,1197,1646 -"26602",5864,71342,3,1197,1289 -"26603",5864,72956,3,1197,1251 -"26604",5864,95846,3,1197,1324 -"26605",5865,160,3,1910,2007 -"26606",5865,1102,3,1910,2282 -"26607",5865,2572,3,1910,2273 -"26608",5865,3409,3,1910,2167 -"26609",5865,6192,3,1910,2409 -"26610",5865,6241,3,1910,2264 -"26611",5865,7616,2,1910,2296 -"26612",5865,8726,3,1910,2083 -"26613",5865,9331,3,1910,2269 -"26614",5865,9362,3,1910,2879 -"26615",5865,10851,3,1910,2423 -"26616",5865,10859,3,1910,2231 -"26617",5865,12264,3,1910,1925 -"26618",5865,12388,3,1910,1975 -"26619",5865,12724,3,1910,1930 -"26620",5865,13249,3,1910,2573 -"26621",5865,13324,3,1910,2163 -"26622",5865,13780,3,1910,2412 -"26623",5865,16539,2,1910,1947 -"26624",5865,17943,3,1910,1943 -"26625",5865,18464,3,1910,2312 -"26626",5865,19208,2,1910,2629 -"26627",5865,19605,2,1910,2395 -"26628",5865,19744,3,1910,2623 -"26629",5865,22808,2,1910,2297 -"26630",5865,23460,2,1910,2183 -"26631",5865,23641,3,1910,1934 -"26632",5865,23825,3,1910,1913 -"26633",5865,24753,3,1910,2860 -"26634",5865,25030,2,1910,2017 -"26635",5865,29454,3,1910,2719 -"26636",5865,39278,3,1910,1952 -"26637",5865,40129,3,1910,2162 -"26638",5865,41664,3,1910,2641 -"26639",5865,41764,3,1910,2409 -"26640",5865,42129,2,1910,2318 -"26641",5865,42216,3,1910,2722 -"26642",5865,45302,3,1910,2390 -"26643",5865,47529,3,1910,2914 -"26644",5865,47564,3,1910,2650 -"26645",5865,50480,3,1910,2701 -"26646",5865,51017,3,1910,2073 -"26647",5865,51035,3,1910,2397 -"26648",5865,53342,3,1910,2071 -"26649",5865,55076,3,1910,2408 -"26650",5865,59140,3,1910,2528 -"26651",5865,59891,3,1910,2706 -"26652",5865,63142,3,1910,1997 -"26653",5865,65434,3,1910,2866 -"26654",5865,70046,3,1910,2624 -"26655",5865,92322,3,1910,2393 -"26656",5897,680,3,2337,2569 -"26657",5897,1519,3,2337,2349 -"26658",5897,2206,3,2337,2536 -"26659",5897,2747,3,2337,2411 -"26660",5897,2852,1,2337,2448 -"26661",5897,4249,2,2337,2547 -"26662",5897,4361,3,2337,2571 -"26663",5897,4612,3,2337,2804 -"26664",5897,4669,3,2337,2395 -"26665",5897,5106,3,2337,2622 -"26666",5897,5683,3,2337,2468 -"26667",5897,6119,3,2337,2358 -"26668",5897,6223,3,2337,2363 -"26669",5897,7785,2,2337,2441 -"26670",5897,9332,3,2337,2734 -"26671",5897,9503,3,2337,2453 -"26672",5897,9785,3,2337,2951 -"26673",5897,9787,3,2337,2858 -"26674",5897,11648,3,2337,2852 -"26675",5897,12948,3,2337,2669 -"26676",5897,13879,3,2337,2748 -"26677",5897,14781,3,2337,2338 -"26678",5897,15826,3,2337,2772 -"26679",5897,16286,2,2337,2470 -"26680",5897,16866,3,2337,2718 -"26681",5897,17033,3,2337,2771 -"26682",5897,18865,3,2337,2676 -"26683",5897,20941,3,2337,2725 -"26684",5897,26182,3,2337,2775 -"26685",5897,27320,3,2337,2378 -"26686",5897,27686,3,2337,2844 -"26687",5897,27742,2,2337,2700 -"26688",5897,27914,2,2337,2507 -"26689",5897,28869,3,2337,2425 -"26690",5897,32532,3,2337,2338 -"26691",5897,33341,3,2337,2338 -"26692",5897,35456,3,2337,2358 -"26693",5897,35797,3,2337,2482 -"26694",5897,37929,3,2337,2393 -"26695",5897,40014,3,2337,2608 -"26696",5897,40035,3,2337,2742 -"26697",5897,40572,3,2337,2666 -"26698",5897,41023,2,2337,2408 -"26699",5897,42256,3,2337,2839 -"26700",5897,44235,3,2337,2700 -"26701",5897,45869,3,2337,2840 -"26702",5897,46982,3,2337,2806 -"26703",5897,47013,2,2337,2388 -"26704",5897,50630,3,2337,2615 -"26705",5897,51783,3,2337,2599 -"26706",5897,53739,3,2337,2704 -"26707",5897,54775,2,2337,2383 -"26708",5897,58655,3,2337,2685 -"26709",5897,67815,3,2337,2476 -"26710",5897,70583,2,2337,2615 -"26711",5897,76132,3,2337,2426 -"26712",5897,111375,3,2337,2686 -"26713",5912,1136,3,2257,2536 -"26714",5912,2852,3,2257,2448 -"26715",5912,4669,3,2257,2395 -"26716",5912,16286,3,2257,2470 -"26717",5912,16826,3,2257,2599 -"26718",5912,33341,3,2257,2338 -"26719",5912,45869,3,2257,2840 -"26720",5912,56082,3,2257,2395 -"26721",5912,82929,3,2257,2475 -"26722",5937,4188,3,2392,2963 -"26723",5937,6234,2,2392,2654 -"26724",5937,6345,3,2392,2713 -"26725",5937,9724,3,2392,2713 -"26726",5937,15150,2,2392,2801 -"26727",5937,17499,3,2392,2954 -"26728",5937,20011,2,2392,2826 -"26729",5937,23728,3,2392,2601 -"26730",5937,33363,3,2392,2475 -"26731",5937,33460,3,2392,2781 -"26732",5937,42136,3,2392,2551 -"26733",5937,43701,3,2392,2400 -"26734",5937,44730,2,2392,2468 -"26735",5937,49079,3,2392,2447 -"26736",5937,56413,1,2392,2747 -"26737",5937,69795,3,2392,2636 -"26738",5937,106330,3,2392,2559 -"26739",5962,4361,3,2491,2571 -"26740",5962,9362,3,2491,2879 -"26741",5962,9504,3,2491,2549 -"26742",5962,17826,3,2491,2920 -"26743",5962,19380,2,2491,2637 -"26744",5962,22723,3,2491,2859 -"26745",5962,27908,2,2491,2576 -"26746",5962,34216,3,2491,2832 -"26747",5962,40295,3,2491,2703 -"26748",5962,40572,3,2491,2666 -"26749",5962,52570,3,2491,2645 -"26750",5962,55994,3,2491,2787 -"26751",5962,57492,3,2491,2855 -"26752",5971,270,2,1985,2542 -"26753",5971,312,3,1985,2038 -"26754",5971,380,3,1985,2261 -"26755",5971,1102,3,1985,2282 -"26756",5971,2424,3,1985,2582 -"26757",5971,2533,3,1985,2016 -"26758",5971,2684,3,1985,2874 -"26759",5971,3164,3,1985,2693 -"26760",5971,3305,3,1985,2839 -"26761",5971,3306,3,1985,1989 -"26762",5971,3477,3,1985,2546 -"26763",5971,3493,3,1985,2451 -"26764",5971,4701,3,1985,2401 -"26765",5971,5072,3,1985,2175 -"26766",5971,5235,3,1985,2324 -"26767",5971,5258,3,1985,2730 -"26768",5971,5622,3,1985,2175 -"26769",5971,6030,3,1985,2953 -"26770",5971,6047,3,1985,2004 -"26771",5971,6063,3,1985,2349 -"26772",5971,6074,3,1985,2426 -"26773",5971,6363,3,1985,2066 -"26774",5971,6588,2,1985,2025 -"26775",5971,6718,2,1985,2138 -"26776",5971,7234,3,1985,2654 -"26777",5971,7616,3,1985,2296 -"26778",5971,9175,3,1985,2639 -"26779",5971,9615,3,1985,2464 -"26780",5971,9620,3,1985,2339 -"26781",5971,9624,2,1985,2398 -"26782",5971,9654,3,1985,2111 -"26783",5971,9695,3,1985,2143 -"26784",5971,10857,3,1985,2253 -"26785",5971,11055,3,1985,2111 -"26786",5971,11218,3,1985,2292 -"26787",5971,11351,3,1985,2971 -"26788",5971,11440,3,1985,2026 -"26789",5971,11477,3,1985,2724 -"26790",5971,11620,3,1985,2010 -"26791",5971,11966,2,1985,2385 -"26792",5971,12042,3,1985,2345 -"26793",5971,12374,2,1985,2260 -"26794",5971,12713,3,1985,2440 -"26795",5971,12728,3,1985,2374 -"26796",5971,13307,2,1985,2206 -"26797",5971,14032,3,1985,2144 -"26798",5971,14959,3,1985,2898 -"26799",5971,14989,3,1985,2223 -"26800",5971,15003,3,1985,2067 -"26801",5971,15301,3,1985,2308 -"26802",5971,15813,3,1985,2143 -"26803",5971,16352,2,1985,2657 -"26804",5971,16535,3,1985,1993 -"26805",5971,17400,2,1985,2231 -"26806",5971,18005,3,1985,2449 -"26807",5971,18361,2,1985,2968 -"26808",5971,18394,2,1985,2356 -"26809",5971,18543,3,1985,2968 -"26810",5971,19072,3,1985,2358 -"26811",5971,19248,3,1985,2357 -"26812",5971,19622,3,1985,2371 -"26813",5971,19719,3,1985,2177 -"26814",5971,19862,3,1985,2412 -"26815",5971,20124,3,1985,2376 -"26816",5971,20284,3,1985,2530 -"26817",5971,20292,3,1985,2755 -"26818",5971,21012,2,1985,2325 -"26819",5971,21104,3,1985,2327 -"26820",5971,21571,2,1985,2755 -"26821",5971,21682,3,1985,2414 -"26822",5971,21693,2,1985,2176 -"26823",5971,21929,3,1985,2062 -"26824",5971,22197,2,1985,2271 -"26825",5971,22326,3,1985,2818 -"26826",5971,22415,3,1985,2841 -"26827",5971,22566,2,1985,2308 -"26828",5971,23011,3,1985,2763 -"26829",5971,23509,2,1985,2275 -"26830",5971,23526,2,1985,1998 -"26831",5971,23725,2,1985,2378 -"26832",5971,25305,3,1985,2447 -"26833",5971,25985,3,1985,2071 -"26834",5971,26080,3,1985,2525 -"26835",5971,26671,3,1985,2279 -"26836",5971,26848,2,1985,2363 -"26837",5971,27694,3,1985,2030 -"26838",5971,28168,3,1985,2702 -"26839",5971,28179,3,1985,2689 -"26840",5971,29073,3,1985,2328 -"26841",5971,29962,3,1985,2201 -"26842",5971,30173,3,1985,2404 -"26843",5971,30405,2,1985,2164 -"26844",5971,31093,3,1985,2160 -"26845",5971,31307,3,1985,2139 -"26846",5971,31436,3,1985,2892 -"26847",5971,32173,3,1985,2341 -"26848",5971,32567,3,1985,2784 -"26849",5971,32965,3,1985,2071 -"26850",5971,33223,3,1985,2397 -"26851",5971,33622,3,1985,2230 -"26852",5971,33801,3,1985,2899 -"26853",5971,33981,3,1985,1993 -"26854",5971,34136,3,1985,2202 -"26855",5971,34735,3,1985,2767 -"26856",5971,34836,3,1985,2302 -"26857",5971,35402,3,1985,2339 -"26858",5971,39444,3,1985,2695 -"26859",5971,42216,3,1985,2722 -"26860",5971,43213,3,1985,2160 -"26861",5971,43455,3,1985,2846 -"26862",5971,43518,3,1985,2680 -"26863",5971,45302,3,1985,2390 -"26864",5971,45684,3,1985,2200 -"26865",5971,45729,3,1985,2606 -"26866",5971,46629,2,1985,2255 -"26867",5971,48035,3,1985,2180 -"26868",5971,48215,3,1985,2028 -"26869",5971,50118,3,1985,2654 -"26870",5971,50134,3,1985,2674 -"26871",5971,50236,1,1985,2339 -"26872",5971,51017,3,1985,2073 -"26873",5971,51035,3,1985,2397 -"26874",5971,51866,3,1985,2411 -"26875",5971,54551,3,1985,2348 -"26876",5971,54929,3,1985,2783 -"26877",5971,55468,3,1985,2511 -"26878",5971,56082,2,1985,2395 -"26879",5971,56237,2,1985,2625 -"26880",5971,56317,3,1985,2030 -"26881",5971,61982,3,1985,2725 -"26882",5971,64947,3,1985,2489 -"26883",5971,65242,3,1985,1988 -"26884",5971,67726,3,1985,2873 -"26885",5971,68215,3,1985,2727 -"26886",5971,70217,3,1985,2332 -"26887",5971,71217,2,1985,2169 -"26888",5971,72207,3,1985,2430 -"26889",5971,72326,2,1985,2384 -"26890",5971,73266,3,1985,2496 -"26891",5971,79804,2,1985,2227 -"26892",5971,82949,3,1985,2077 -"26893",5971,92104,3,1985,2339 -"26894",5971,108867,3,1985,2328 -"26895",5971,117956,3,1985,2774 -"26896",5984,134,3,1675,2062 -"26897",5984,270,3,1675,2542 -"26898",5984,380,3,1675,2261 -"26899",5984,1102,3,1675,2282 -"26900",5984,1196,2,1675,1986 -"26901",5984,2111,3,1675,1904 -"26902",5984,3164,3,1675,2693 -"26903",5984,3961,3,1675,2426 -"26904",5984,4253,3,1675,1890 -"26905",5984,4360,3,1675,1770 -"26906",5984,4953,3,1675,2285 -"26907",5984,5041,3,1675,2371 -"26908",5984,5072,3,1675,2175 -"26909",5984,5350,2,1675,2522 -"26910",5984,5429,3,1675,1991 -"26911",5984,5622,2,1675,2175 -"26912",5984,5986,1,1675,1721 -"26913",5984,6030,3,1675,2953 -"26914",5984,6047,2,1675,2004 -"26915",5984,6588,3,1675,2025 -"26916",5984,9928,2,1675,2345 -"26917",5984,10358,2,1675,2294 -"26918",5984,10717,2,1675,1938 -"26919",5984,10857,3,1675,2253 -"26920",5984,10871,3,1675,2314 -"26921",5984,11218,1,1675,2292 -"26922",5984,11966,3,1675,2385 -"26923",5984,12035,3,1675,2721 -"26924",5984,12042,2,1675,2345 -"26925",5984,12375,3,1675,1873 -"26926",5984,13311,3,1675,2315 -"26927",5984,14032,3,1675,2144 -"26928",5984,15301,3,1675,2308 -"26929",5984,16096,3,1675,2301 -"26930",5984,16352,2,1675,2657 -"26931",5984,17400,2,1675,2231 -"26932",5984,18348,3,1675,1711 -"26933",5984,18394,3,1675,2356 -"26934",5984,18415,3,1675,2184 -"26935",5984,18874,3,1675,2170 -"26936",5984,20124,3,1675,2376 -"26937",5984,21138,3,1675,2849 -"26938",5984,21571,3,1675,2755 -"26939",5984,22566,3,1675,2308 -"26940",5984,23310,3,1675,2371 -"26941",5984,23526,3,1675,1998 -"26942",5984,23715,3,1675,1859 -"26943",5984,23725,3,1675,2378 -"26944",5984,23869,3,1675,1918 -"26945",5984,24146,3,1675,2003 -"26946",5984,24253,3,1675,2213 -"26947",5984,25325,3,1675,2963 -"26948",5984,26067,3,1675,2069 -"26949",5984,26080,2,1675,2525 -"26950",5984,26366,3,1675,1688 -"26951",5984,26721,3,1675,2586 -"26952",5984,26818,2,1675,1999 -"26953",5984,28050,3,1675,1955 -"26954",5984,28168,3,1675,2702 -"26955",5984,28296,3,1675,2944 -"26956",5984,29930,3,1675,2240 -"26957",5984,30173,3,1675,2404 -"26958",5984,30405,3,1675,2164 -"26959",5984,32567,3,1675,2784 -"26960",5984,32919,3,1675,2321 -"26961",5984,34161,3,1675,2789 -"26962",5984,34735,2,1675,2767 -"26963",5984,35926,3,1675,2371 -"26964",5984,36691,3,1675,1903 -"26965",5984,36962,3,1675,2861 -"26966",5984,39294,2,1675,1889 -"26967",5984,40432,3,1675,1956 -"26968",5984,41972,3,1675,2509 -"26969",5984,42619,3,1675,2017 -"26970",5984,43213,3,1675,2160 -"26971",5984,45684,3,1675,2200 -"26972",5984,46629,3,1675,2255 -"26973",5984,46803,3,1675,2305 -"26974",5984,47386,3,1675,2226 -"26975",5984,49110,3,1675,2938 -"26976",5984,49608,3,1675,2184 -"26977",5984,50236,3,1675,2339 -"26978",5984,51017,3,1675,2073 -"26979",5984,54551,3,1675,2348 -"26980",5984,54879,3,1675,2210 -"26981",5984,54929,2,1675,2783 -"26982",5984,55652,3,1675,2795 -"26983",5984,56082,3,1675,2395 -"26984",5984,56604,1,1675,1919 -"26985",5984,57246,3,1675,1873 -"26986",5984,57977,3,1675,2683 -"26987",5984,60280,3,1675,1918 -"26988",5984,63442,3,1675,1965 -"26989",5984,69716,3,1675,2632 -"26990",5984,71274,3,1675,2390 -"26991",5984,72207,3,1675,2430 -"26992",5984,75403,3,1675,1895 -"26993",5984,76048,3,1675,2373 -"26994",5984,81349,1,1675,1958 -"26995",5984,82732,3,1675,2810 -"26996",5984,87110,3,1675,2801 -"26997",5986,134,2,1721,2062 -"26998",5986,270,3,1721,2542 -"26999",5986,377,3,1721,2389 -"27000",5986,380,3,1721,2261 -"27001",5986,1102,3,1721,2282 -"27002",5986,1196,2,1721,1986 -"27003",5986,1226,3,1721,2353 -"27004",5986,1386,3,1721,1901 -"27005",5986,1691,3,1721,1941 -"27006",5986,2111,3,1721,1904 -"27007",5986,2195,3,1721,2139 -"27008",5986,2712,3,1721,1881 -"27009",5986,3305,3,1721,2839 -"27010",5986,3306,3,1721,1989 -"27011",5986,3961,3,1721,2426 -"27012",5986,3966,3,1721,2425 -"27013",5986,4253,2,1721,1890 -"27014",5986,4360,3,1721,1770 -"27015",5986,4953,2,1721,2285 -"27016",5986,5041,3,1721,2371 -"27017",5986,5072,3,1721,2175 -"27018",5986,5315,3,1721,2631 -"27019",5986,5350,3,1721,2522 -"27020",5986,5429,3,1721,1991 -"27021",5986,5622,2,1721,2175 -"27022",5986,5971,3,1721,1985 -"27023",5986,6044,3,1721,2744 -"27024",5986,6047,1,1721,2004 -"27025",5986,6390,3,1721,2385 -"27026",5986,6588,3,1721,2025 -"27027",5986,8274,3,1721,1909 -"27028",5986,8327,3,1721,2527 -"27029",5986,9150,3,1721,2689 -"27030",5986,9654,3,1721,2111 -"27031",5986,9928,2,1721,2345 -"27032",5986,10358,2,1721,2294 -"27033",5986,10717,1,1721,1938 -"27034",5986,10857,3,1721,2253 -"27035",5986,10871,3,1721,2314 -"27036",5986,11218,1,1721,2292 -"27037",5986,11456,3,1721,2715 -"27038",5986,11966,3,1721,2385 -"27039",5986,12035,3,1721,2721 -"27040",5986,12042,1,1721,2345 -"27041",5986,12374,3,1721,2260 -"27042",5986,12375,3,1721,1873 -"27043",5986,12724,3,1721,1930 -"27044",5986,12729,3,1721,1835 -"27045",5986,13307,3,1721,2206 -"27046",5986,13311,3,1721,2315 -"27047",5986,14032,2,1721,2144 -"27048",5986,14972,3,1721,2332 -"27049",5986,15301,3,1721,2308 -"27050",5986,15309,3,1721,2820 -"27051",5986,15381,3,1721,2289 -"27052",5986,16352,1,1721,2657 -"27053",5986,17400,2,1721,2231 -"27054",5986,17943,3,1721,1943 -"27055",5986,18394,3,1721,2356 -"27056",5986,18874,3,1721,2170 -"27057",5986,20067,3,1721,2390 -"27058",5986,20124,3,1721,2376 -"27059",5986,21029,3,1721,1943 -"27060",5986,21138,3,1721,2849 -"27061",5986,21571,3,1721,2755 -"27062",5986,21795,3,1721,2653 -"27063",5986,21929,3,1721,2062 -"27064",5986,22197,3,1721,2271 -"27065",5986,23011,3,1721,2763 -"27066",5986,23310,2,1721,2371 -"27067",5986,23526,3,1721,1998 -"27068",5986,23715,3,1721,1859 -"27069",5986,23725,3,1721,2378 -"27070",5986,24146,3,1721,2003 -"27071",5986,24648,3,1721,1833 -"27072",5986,24721,3,1721,2326 -"27073",5986,25325,3,1721,2963 -"27074",5986,25480,3,1721,2747 -"27075",5986,25569,3,1721,2317 -"27076",5986,26067,3,1721,2069 -"27077",5986,26080,1,1721,2525 -"27078",5986,26721,2,1721,2586 -"27079",5986,26818,2,1721,1999 -"27080",5986,26867,3,1721,1804 -"27081",5986,27130,3,1721,1880 -"27082",5986,27334,3,1721,2750 -"27083",5986,28296,3,1721,2944 -"27084",5986,29930,3,1721,2240 -"27085",5986,29962,3,1721,2201 -"27086",5986,30173,3,1721,2404 -"27087",5986,30405,3,1721,2164 -"27088",5986,32567,3,1721,2784 -"27089",5986,32606,3,1721,2100 -"27090",5986,32919,3,1721,2321 -"27091",5986,33433,3,1721,2805 -"27092",5986,34735,2,1721,2767 -"27093",5986,35888,3,1721,2291 -"27094",5986,35926,3,1721,2371 -"27095",5986,36439,3,1721,2469 -"27096",5986,36691,2,1721,1903 -"27097",5986,36962,3,1721,2861 -"27098",5986,38307,3,1721,2648 -"27099",5986,38374,3,1721,1890 -"27100",5986,39294,2,1721,1889 -"27101",5986,40432,3,1721,1956 -"27102",5986,40493,3,1721,1981 -"27103",5986,41682,3,1721,1988 -"27104",5986,41955,3,1721,2479 -"27105",5986,41972,2,1721,2509 -"27106",5986,42619,3,1721,2017 -"27107",5986,43213,3,1721,2160 -"27108",5986,43455,3,1721,2846 -"27109",5986,44557,3,1721,2371 -"27110",5986,45684,3,1721,2200 -"27111",5986,46091,3,1721,1938 -"27112",5986,46099,3,1721,2360 -"27113",5986,46629,3,1721,2255 -"27114",5986,47248,3,1721,2883 -"27115",5986,47386,3,1721,2226 -"27116",5986,48215,3,1721,2028 -"27117",5986,49110,2,1721,2938 -"27118",5986,49608,3,1721,2184 -"27119",5986,50236,2,1721,2339 -"27120",5986,51017,3,1721,2073 -"27121",5986,51089,3,1721,2426 -"27122",5986,53342,3,1721,2071 -"27123",5986,54551,3,1721,2348 -"27124",5986,54879,2,1721,2210 -"27125",5986,54929,2,1721,2783 -"27126",5986,55256,3,1721,2379 -"27127",5986,55652,2,1721,2795 -"27128",5986,56082,3,1721,2395 -"27129",5986,56237,3,1721,2625 -"27130",5986,56604,2,1721,1919 -"27131",5986,57969,3,1721,2755 -"27132",5986,57977,3,1721,2683 -"27133",5986,60280,3,1721,1918 -"27134",5986,60476,3,1721,2508 -"27135",5986,63442,3,1721,1965 -"27136",5986,67726,3,1721,2873 -"27137",5986,71274,3,1721,2390 -"27138",5986,72207,3,1721,2430 -"27139",5986,72326,3,1721,2384 -"27140",5986,73197,3,1721,1998 -"27141",5986,75403,3,1721,1895 -"27142",5986,76048,3,1721,2373 -"27143",5986,76396,3,1721,1731 -"27144",5986,81349,2,1721,1958 -"27145",5986,82732,2,1721,2810 -"27146",5986,87110,3,1721,2801 -"27147",5986,89934,3,1721,2760 -"27148",5986,92513,3,1721,2282 -"27149",6013,1728,3,222,284 -"27150",6013,2063,3,222,1278 -"27151",6013,6479,3,222,1021 -"27152",6013,8772,3,222,847 -"27153",6013,13842,3,222,2250 -"27154",6013,29456,3,222,1182 -"27155",6013,33537,3,222,2406 -"27156",6013,40264,3,222,1418 -"27157",6013,41250,3,222,1703 -"27158",6013,45992,3,222,1182 -"27159",6013,53219,3,222,2973 -"27160",6013,57082,2,222,1418 -"27161",6013,58238,3,222,1944 -"27162",6013,66151,3,222,549 -"27163",6013,66693,2,222,2554 -"27164",6013,77377,3,222,1487 -"27165",6013,82767,3,222,1641 -"27166",6013,83523,3,222,1461 -"27167",6013,85711,3,222,907 -"27168",6013,86286,3,222,234 -"27169",6013,88102,3,222,1244 -"27170",6013,111928,3,222,549 -"27171",6020,3158,3,1864,2762 -"27172",6020,4249,2,1864,2547 -"27173",6020,4784,1,1864,2511 -"27174",6020,6223,2,1864,2363 -"27175",6020,6345,3,1864,2713 -"27176",6020,6747,3,1864,2913 -"27177",6020,9269,3,1864,1892 -"27178",6020,9724,3,1864,2713 -"27179",6020,10701,3,1864,2000 -"27180",6020,14172,2,1864,1923 -"27181",6020,14470,3,1864,2632 -"27182",6020,14957,3,1864,2306 -"27183",6020,15086,3,1864,2135 -"27184",6020,15782,2,1864,2306 -"27185",6020,16347,3,1864,1868 -"27186",6020,17499,3,1864,2954 -"27187",6020,17695,3,1864,1930 -"27188",6020,21358,1,1864,1970 -"27189",6020,21920,3,1864,2367 -"27190",6020,22744,3,1864,1907 -"27191",6020,23728,3,1864,2601 -"27192",6020,25941,3,1864,2369 -"27193",6020,30096,3,1864,2082 -"27194",6020,31950,3,1864,2217 -"27195",6020,32576,3,1864,2881 -"27196",6020,33460,3,1864,2781 -"27197",6020,36840,3,1864,2269 -"27198",6020,37684,3,1864,2899 -"27199",6020,41489,1,1864,2006 -"27200",6020,42390,3,1864,2937 -"27201",6020,43701,3,1864,2400 -"27202",6020,48823,2,1864,2080 -"27203",6020,53652,3,1864,2899 -"27204",6020,54488,2,1864,2357 -"27205",6020,64737,3,1864,2442 -"27206",6020,68813,2,1864,2511 -"27207",6020,73520,3,1864,2613 -"27208",6020,76997,3,1864,2223 -"27209",6020,80186,3,1864,2228 -"27210",6020,82217,2,1864,2441 -"27211",6020,108467,2,1864,2170 -"27212",6023,4191,3,2050,2130 -"27213",6023,4980,3,2050,2093 -"27214",6023,19516,3,2050,2313 -"27215",6023,23704,3,2050,2278 -"27216",6023,26436,3,2050,2489 -"27217",6023,45715,3,2050,2287 -"27218",6023,51410,2,2050,2739 -"27219",6031,21719,3,1611,2708 -"27220",6031,36031,3,1611,2342 -"27221",6031,38755,3,1611,2902 -"27222",6031,62538,3,1611,1656 -"27223",6031,89681,3,1611,1978 -"27224",6040,827,2,2103,2964 -"27225",6040,1151,3,2103,2885 -"27226",6040,1624,2,2103,2687 -"27227",6040,2647,2,2103,2450 -"27228",6040,2724,3,2103,2447 -"27229",6040,3272,3,2103,2132 -"27230",6040,3506,3,2103,2364 -"27231",6040,4551,3,2103,2720 -"27232",6040,7253,3,2103,2686 -"27233",6040,17925,3,2103,2385 -"27234",6040,19075,3,2103,2214 -"27235",6040,20547,2,2103,2145 -"27236",6040,20695,3,2103,2526 -"27237",6040,22932,3,2103,2469 -"27238",6040,26740,3,2103,2695 -"27239",6040,31357,3,2103,2389 -"27240",6040,42382,3,2103,2224 -"27241",6040,47607,3,2103,2724 -"27242",6040,47882,3,2103,2769 -"27243",6040,48931,3,2103,2444 -"27244",6040,49805,3,2103,2445 -"27245",6040,51843,2,2103,2389 -"27246",6040,53289,2,2103,2746 -"27247",6040,53584,2,2103,2391 -"27248",6040,54385,2,2103,2340 -"27249",6040,58711,3,2103,2746 -"27250",6040,63104,3,2103,2149 -"27251",6040,64628,3,2103,2829 -"27252",6040,67150,3,2103,2633 -"27253",6040,69308,3,2103,2370 -"27254",6040,80615,3,2103,2252 -"27255",6040,96387,3,2103,2159 -"27256",6040,110737,3,2103,2117 -"27257",6043,2759,3,1038,2030 -"27258",6043,6627,3,1038,2063 -"27259",6043,7269,2,1038,1728 -"27260",6043,10914,2,1038,1660 -"27261",6043,11506,3,1038,2824 -"27262",6043,18943,3,1038,2861 -"27263",6043,20432,3,1038,1727 -"27264",6043,21463,2,1038,2437 -"27265",6043,31164,3,1038,1996 -"27266",6043,32449,3,1038,2091 -"27267",6043,36136,3,1038,2338 -"27268",6043,39105,3,1038,2487 -"27269",6043,46951,3,1038,2429 -"27270",6043,76132,3,1038,2426 -"27271",6044,7795,3,2744,2789 -"27272",6044,14353,3,2744,2878 -"27273",6044,17365,3,2744,2746 -"27274",6044,21138,3,2744,2849 -"27275",6044,43455,3,2744,2846 -"27276",6044,47248,2,2744,2883 -"27277",6044,82732,3,2744,2810 -"27278",6047,134,3,2004,2062 -"27279",6047,270,3,2004,2542 -"27280",6047,380,3,2004,2261 -"27281",6047,1102,3,2004,2282 -"27282",6047,2572,3,2004,2273 -"27283",6047,3477,3,2004,2546 -"27284",6047,3493,3,2004,2451 -"27285",6047,3961,3,2004,2426 -"27286",6047,4953,3,2004,2285 -"27287",6047,5041,3,2004,2371 -"27288",6047,5315,2,2004,2631 -"27289",6047,5350,2,2004,2522 -"27290",6047,5580,3,2004,2111 -"27291",6047,5622,3,2004,2175 -"27292",6047,6063,3,2004,2349 -"27293",6047,6074,3,2004,2426 -"27294",6047,6588,3,2004,2025 -"27295",6047,9654,2,2004,2111 -"27296",6047,9928,2,2004,2345 -"27297",6047,10358,2,2004,2294 -"27298",6047,10513,3,2004,2284 -"27299",6047,10779,3,2004,2881 -"27300",6047,10857,3,2004,2253 -"27301",6047,11055,3,2004,2111 -"27302",6047,11103,3,2004,2393 -"27303",6047,11218,2,2004,2292 -"27304",6047,11477,3,2004,2724 -"27305",6047,11493,3,2004,2077 -"27306",6047,11966,3,2004,2385 -"27307",6047,12035,3,2004,2721 -"27308",6047,12042,2,2004,2345 -"27309",6047,12374,3,2004,2260 -"27310",6047,12976,3,2004,2399 -"27311",6047,13307,3,2004,2206 -"27312",6047,13311,2,2004,2315 -"27313",6047,13780,3,2004,2412 -"27314",6047,14032,1,2004,2144 -"27315",6047,15003,3,2004,2067 -"27316",6047,15301,3,2004,2308 -"27317",6047,15309,2,2004,2820 -"27318",6047,16352,2,2004,2657 -"27319",6047,16826,3,2004,2599 -"27320",6047,17400,3,2004,2231 -"27321",6047,17819,3,2004,2291 -"27322",6047,18394,3,2004,2356 -"27323",6047,18874,2,2004,2170 -"27324",6047,19027,3,2004,2721 -"27325",6047,19072,3,2004,2358 -"27326",6047,19862,3,2004,2412 -"27327",6047,20067,3,2004,2390 -"27328",6047,20124,2,2004,2376 -"27329",6047,21138,2,2004,2849 -"27330",6047,21479,3,2004,2134 -"27331",6047,21571,3,2004,2755 -"27332",6047,21682,3,2004,2414 -"27333",6047,21929,2,2004,2062 -"27334",6047,22141,3,2004,2348 -"27335",6047,22197,3,2004,2271 -"27336",6047,22207,3,2004,2365 -"27337",6047,22567,3,2004,2396 -"27338",6047,23011,2,2004,2763 -"27339",6047,23310,2,2004,2371 -"27340",6047,23725,3,2004,2378 -"27341",6047,24256,3,2004,2393 -"27342",6047,25971,3,2004,2608 -"27343",6047,26080,2,2004,2525 -"27344",6047,26451,3,2004,2133 -"27345",6047,26721,3,2004,2586 -"27346",6047,27195,3,2004,2158 -"27347",6047,27275,3,2004,2656 -"27348",6047,28296,3,2004,2944 -"27349",6047,29314,3,2004,2736 -"27350",6047,29929,3,2004,2789 -"27351",6047,29930,2,2004,2240 -"27352",6047,30081,3,2004,2403 -"27353",6047,30405,3,2004,2164 -"27354",6047,31093,3,2004,2160 -"27355",6047,32567,3,2004,2784 -"27356",6047,32606,2,2004,2100 -"27357",6047,32919,2,2004,2321 -"27358",6047,33223,3,2004,2397 -"27359",6047,33801,3,2004,2899 -"27360",6047,33949,3,2004,2489 -"27361",6047,34480,3,2004,2755 -"27362",6047,34735,2,2004,2767 -"27363",6047,35926,2,2004,2371 -"27364",6047,38227,3,2004,2511 -"27365",6047,39516,3,2004,2393 -"27366",6047,41023,3,2004,2408 -"27367",6047,41598,3,2004,2291 -"27368",6047,41955,2,2004,2479 -"27369",6047,41972,3,2004,2509 -"27370",6047,42216,3,2004,2722 -"27371",6047,42619,3,2004,2017 -"27372",6047,43213,3,2004,2160 -"27373",6047,44557,3,2004,2371 -"27374",6047,44819,3,2004,2063 -"27375",6047,45302,3,2004,2390 -"27376",6047,45684,3,2004,2200 -"27377",6047,45903,3,2004,2237 -"27378",6047,46629,3,2004,2255 -"27379",6047,47248,3,2004,2883 -"27380",6047,47386,3,2004,2226 -"27381",6047,48215,2,2004,2028 -"27382",6047,49110,3,2004,2938 -"27383",6047,50134,3,2004,2674 -"27384",6047,50236,3,2004,2339 -"27385",6047,50977,3,2004,2352 -"27386",6047,51017,2,2004,2073 -"27387",6047,51035,3,2004,2397 -"27388",6047,51866,3,2004,2411 -"27389",6047,52026,3,2004,2633 -"27390",6047,53475,3,2004,2853 -"27391",6047,54551,3,2004,2348 -"27392",6047,54879,3,2004,2210 -"27393",6047,54929,3,2004,2783 -"27394",6047,55468,3,2004,2511 -"27395",6047,55652,3,2004,2795 -"27396",6047,56082,2,2004,2395 -"27397",6047,57977,3,2004,2683 -"27398",6047,59539,3,2004,2429 -"27399",6047,66992,3,2004,2882 -"27400",6047,67726,2,2004,2873 -"27401",6047,69716,3,2004,2632 -"27402",6047,72207,3,2004,2430 -"27403",6047,73305,3,2004,2544 -"27404",6047,82732,3,2004,2810 -"27405",6047,82929,3,2004,2475 -"27406",6047,82932,3,2004,2245 -"27407",6047,84022,3,2004,2289 -"27408",6047,86978,3,2004,2733 -"27409",6047,90768,3,2004,2123 -"27410",6047,97498,3,2004,2346 -"27411",6047,99215,3,2004,2791 -"27412",6052,134,3,1985,2062 -"27413",6052,145,2,1985,1998 -"27414",6052,270,3,1985,2542 -"27415",6052,380,2,1985,2261 -"27416",6052,854,2,1985,2307 -"27417",6052,913,2,1985,2144 -"27418",6052,1102,1,1985,2282 -"27419",6052,2181,3,1985,2030 -"27420",6052,2424,3,1985,2582 -"27421",6052,2484,3,1985,2389 -"27422",6052,2533,3,1985,2016 -"27423",6052,2572,2,1985,2273 -"27424",6052,2625,3,1985,2152 -"27425",6052,2954,2,1985,2727 -"27426",6052,3271,3,1985,2216 -"27427",6052,3305,2,1985,2839 -"27428",6052,3966,3,1985,2425 -"27429",6052,4687,3,1985,2152 -"27430",6052,5235,3,1985,2324 -"27431",6052,5580,2,1985,2111 -"27432",6052,6047,3,1985,2004 -"27433",6052,6074,2,1985,2426 -"27434",6052,6363,3,1985,2066 -"27435",6052,6390,3,1985,2385 -"27436",6052,6588,3,1985,2025 -"27437",6052,8681,3,1985,2716 -"27438",6052,8762,3,1985,2585 -"27439",6052,9272,3,1985,2835 -"27440",6052,9311,3,1985,2477 -"27441",6052,9362,3,1985,2879 -"27442",6052,9654,2,1985,2111 -"27443",6052,10513,3,1985,2284 -"27444",6052,10857,3,1985,2253 -"27445",6052,11218,3,1985,2292 -"27446",6052,11440,3,1985,2026 -"27447",6052,12618,3,1985,2021 -"27448",6052,12982,3,1985,2143 -"27449",6052,13307,3,1985,2206 -"27450",6052,14252,3,1985,2244 -"27451",6052,14652,3,1985,2516 -"27452",6052,14655,3,1985,2559 -"27453",6052,14834,3,1985,2739 -"27454",6052,15301,3,1985,2308 -"27455",6052,15315,3,1985,2173 -"27456",6052,15813,3,1985,2143 -"27457",6052,16535,1,1985,1993 -"27458",6052,17365,3,1985,2746 -"27459",6052,18394,3,1985,2356 -"27460",6052,19248,3,1985,2357 -"27461",6052,19719,2,1985,2177 -"27462",6052,19862,3,1985,2412 -"27463",6052,20124,3,1985,2376 -"27464",6052,20407,3,1985,2339 -"27465",6052,21012,3,1985,2325 -"27466",6052,21138,3,1985,2849 -"27467",6052,21571,3,1985,2755 -"27468",6052,21682,2,1985,2414 -"27469",6052,21693,3,1985,2176 -"27470",6052,21929,1,1985,2062 -"27471",6052,23011,3,1985,2763 -"27472",6052,23509,3,1985,2275 -"27473",6052,23526,2,1985,1998 -"27474",6052,24060,3,1985,2349 -"27475",6052,24448,3,1985,2289 -"27476",6052,25985,3,1985,2071 -"27477",6052,26234,3,1985,2183 -"27478",6052,26451,3,1985,2133 -"27479",6052,27173,3,1985,2050 -"27480",6052,27275,3,1985,2656 -"27481",6052,27390,3,1985,2425 -"27482",6052,27694,2,1985,2030 -"27483",6052,29310,3,1985,2358 -"27484",6052,29454,3,1985,2719 -"27485",6052,29962,3,1985,2201 -"27486",6052,30052,2,1985,2855 -"27487",6052,30236,3,1985,2238 -"27488",6052,30827,3,1985,2323 -"27489",6052,31235,2,1985,2668 -"27490",6052,31307,3,1985,2139 -"27491",6052,33475,3,1985,2367 -"27492",6052,33981,2,1985,1993 -"27493",6052,36439,3,1985,2469 -"27494",6052,37285,3,1985,2428 -"27495",6052,38732,3,1985,2263 -"27496",6052,38780,3,1985,2705 -"27497",6052,39131,3,1985,2491 -"27498",6052,41764,3,1985,2409 -"27499",6052,42129,3,1985,2318 -"27500",6052,42216,2,1985,2722 -"27501",6052,43226,3,1985,2442 -"27502",6052,43455,3,1985,2846 -"27503",6052,45302,1,1985,2390 -"27504",6052,46950,3,1985,2673 -"27505",6052,47248,3,1985,2883 -"27506",6052,47445,3,1985,2668 -"27507",6052,48035,3,1985,2180 -"27508",6052,48110,3,1985,2009 -"27509",6052,49110,3,1985,2938 -"27510",6052,50134,3,1985,2674 -"27511",6052,50179,3,1985,2230 -"27512",6052,50685,3,1985,2008 -"27513",6052,51017,2,1985,2073 -"27514",6052,51035,2,1985,2397 -"27515",6052,51866,2,1985,2411 -"27516",6052,52003,3,1985,2067 -"27517",6052,52576,3,1985,2234 -"27518",6052,53219,3,1985,2973 -"27519",6052,53323,3,1985,2677 -"27520",6052,54551,3,1985,2348 -"27521",6052,56082,3,1985,2395 -"27522",6052,56317,2,1985,2030 -"27523",6052,57544,3,1985,2443 -"27524",6052,58508,2,1985,2326 -"27525",6052,58684,3,1985,2295 -"27526",6052,61982,3,1985,2725 -"27527",6052,62841,3,1985,2710 -"27528",6052,65016,3,1985,2749 -"27529",6052,65572,3,1985,2750 -"27530",6052,66983,3,1985,2397 -"27531",6052,66992,3,1985,2882 -"27532",6052,67726,3,1985,2873 -"27533",6052,69335,3,1985,2698 -"27534",6052,72207,3,1985,2430 -"27535",6052,76892,3,1985,2381 -"27536",6052,80825,3,1985,2315 -"27537",6052,82949,3,1985,2077 -"27538",6052,99860,3,1985,2071 -"27539",6055,9184,3,2651,2670 -"27540",6055,33801,2,2651,2899 -"27541",6055,42799,3,2651,2729 -"27542",6055,48605,2,2651,2796 -"27543",6055,53475,3,2651,2853 -"27544",6055,61982,3,2651,2725 -"27545",6055,62841,3,2651,2710 -"27546",6062,11456,2,2681,2715 -"27547",6062,13760,3,2681,2871 -"27548",6062,42196,3,2681,2765 -"27549",6062,54929,3,2681,2783 -"27550",6062,62739,3,2681,2753 -"27551",6062,72088,3,2681,2728 -"27552",6063,270,3,2349,2542 -"27553",6063,1222,3,2349,2598 -"27554",6063,1822,2,2349,2888 -"27555",6063,2093,3,2349,2459 -"27556",6063,2139,3,2349,2502 -"27557",6063,2747,3,2349,2411 -"27558",6063,2985,3,2349,2398 -"27559",6063,3477,1,2349,2546 -"27560",6063,3495,3,2349,2431 -"27561",6063,3620,3,2349,2955 -"27562",6063,4612,3,2349,2804 -"27563",6063,6248,3,2349,2737 -"27564",6063,6262,3,2349,2733 -"27565",6063,6621,3,2349,2478 -"27566",6063,8762,3,2349,2585 -"27567",6063,9035,3,2349,2771 -"27568",6063,9175,3,2349,2639 -"27569",6063,9503,2,2349,2453 -"27570",6063,9787,3,2349,2858 -"27571",6063,9801,3,2349,2443 -"27572",6063,11246,3,2349,2741 -"27573",6063,11588,3,2349,2352 -"27574",6063,12577,3,2349,2530 -"27575",6063,13007,3,2349,2496 -"27576",6063,13024,2,2349,2468 -"27577",6063,13899,2,2349,2650 -"27578",6063,14353,3,2349,2878 -"27579",6063,14442,3,2349,2700 -"27580",6063,16205,3,2349,2630 -"27581",6063,16628,3,2349,2409 -"27582",6063,17027,3,2349,2772 -"27583",6063,17037,3,2349,2947 -"27584",6063,18361,3,2349,2968 -"27585",6063,18394,3,2349,2356 -"27586",6063,18943,3,2349,2861 -"27587",6063,19934,3,2349,2888 -"27588",6063,20124,2,2349,2376 -"27589",6063,20984,2,2349,2502 -"27590",6063,21275,3,2349,2609 -"27591",6063,28893,3,2349,2764 -"27592",6063,30052,3,2349,2855 -"27593",6063,30368,3,2349,2487 -"27594",6063,30668,3,2349,2882 -"27595",6063,31357,2,2349,2389 -"27596",6063,31542,2,2349,2459 -"27597",6063,32339,2,2349,2430 -"27598",6063,32395,2,2349,2735 -"27599",6063,33223,1,2349,2397 -"27600",6063,38307,3,2349,2648 -"27601",6063,39411,3,2349,2384 -"27602",6063,40572,3,2349,2666 -"27603",6063,41945,3,2349,2856 -"27604",6063,42216,3,2349,2722 -"27605",6063,43455,3,2349,2846 -"27606",6063,44557,3,2349,2371 -"27607",6063,45239,3,2349,2535 -"27608",6063,47140,3,2349,2439 -"27609",6063,47595,2,2349,2374 -"27610",6063,47844,3,2349,2906 -"27611",6063,49759,3,2349,2400 -"27612",6063,51843,2,2349,2389 -"27613",6063,51866,3,2349,2411 -"27614",6063,52041,3,2349,2694 -"27615",6063,52892,3,2349,2372 -"27616",6063,53013,3,2349,2523 -"27617",6063,56082,3,2349,2395 -"27618",6063,58164,3,2349,2398 -"27619",6063,58218,3,2349,2627 -"27620",6063,58536,3,2349,2742 -"27621",6063,59289,3,2349,2896 -"27622",6063,60661,3,2349,2700 -"27623",6063,63077,3,2349,2778 -"27624",6063,69308,3,2349,2370 -"27625",6063,70232,3,2349,2401 -"27626",6063,74636,3,2349,2525 -"27627",6071,11135,3,2310,2441 -"27628",6071,15502,3,2310,2637 -"27629",6071,33363,3,2310,2475 -"27630",6071,41051,3,2310,2767 -"27631",6071,42628,3,2310,2486 -"27632",6071,47130,3,2310,2654 -"27633",6071,56673,3,2310,2419 -"27634",6074,270,3,2426,2542 -"27635",6074,701,3,2426,2718 -"27636",6074,1639,3,2426,2631 -"27637",6074,2954,3,2426,2727 -"27638",6074,3628,3,2426,2707 -"27639",6074,8762,2,2426,2585 -"27640",6074,9362,3,2426,2879 -"27641",6074,11351,3,2426,2971 -"27642",6074,14655,3,2426,2559 -"27643",6074,17365,3,2426,2746 -"27644",6074,21138,3,2426,2849 -"27645",6074,21571,3,2426,2755 -"27646",6074,22326,3,2426,2818 -"27647",6074,23011,3,2426,2763 -"27648",6074,26749,3,2426,2965 -"27649",6074,31235,3,2426,2668 -"27650",6074,33949,2,2426,2489 -"27651",6074,36087,3,2426,2755 -"27652",6074,36439,3,2426,2469 -"27653",6074,37285,3,2426,2428 -"27654",6074,42216,2,2426,2722 -"27655",6074,42522,3,2426,2592 -"27656",6074,43455,3,2426,2846 -"27657",6074,47248,3,2426,2883 -"27658",6074,49110,3,2426,2938 -"27659",6074,50134,3,2426,2674 -"27660",6074,53219,3,2426,2973 -"27661",6074,53323,3,2426,2677 -"27662",6074,54695,3,2426,2429 -"27663",6074,59539,3,2426,2429 -"27664",6074,65016,3,2426,2749 -"27665",6074,66992,2,2426,2882 -"27666",6074,67726,3,2426,2873 -"27667",6074,72207,3,2426,2430 -"27668",6074,74636,3,2426,2525 -"27669",6074,88232,3,2426,2881 -"27670",6078,283,3,498,2082 -"27671",6078,378,3,498,2766 -"27672",6078,725,3,498,1064 -"27673",6078,1023,3,498,2515 -"27674",6078,1063,3,498,2515 -"27675",6078,2802,3,498,1836 -"27676",6078,3100,3,498,2524 -"27677",6078,3520,3,498,2281 -"27678",6078,3557,3,498,1259 -"27679",6078,3786,3,498,2282 -"27680",6078,4144,3,498,1520 -"27681",6078,5673,3,498,1567 -"27682",6078,6071,2,498,2310 -"27683",6078,6119,3,498,2358 -"27684",6078,6562,2,498,1139 -"27685",6078,8525,3,498,1787 -"27686",6078,9050,3,498,2026 -"27687",6078,9727,3,498,2327 -"27688",6078,9808,3,498,1648 -"27689",6078,9912,3,498,1356 -"27690",6078,10128,3,498,883 -"27691",6078,10336,3,498,2271 -"27692",6078,11135,2,498,2441 -"27693",6078,12031,3,498,1957 -"27694",6078,12481,3,498,1086 -"27695",6078,13528,3,498,1891 -"27696",6078,15502,2,498,2637 -"27697",6078,15891,3,498,589 -"27698",6078,15916,2,498,1236 -"27699",6078,16361,3,498,1641 -"27700",6078,16593,2,498,1139 -"27701",6078,16833,3,498,1661 -"27702",6078,17999,3,498,2758 -"27703",6078,19687,2,498,2072 -"27704",6078,19972,2,498,2078 -"27705",6078,20088,3,498,1677 -"27706",6078,20392,3,498,1309 -"27707",6078,20413,2,498,806 -"27708",6078,20517,3,498,1465 -"27709",6078,21290,3,498,894 -"27710",6078,21352,3,498,1604 -"27711",6078,21593,3,498,1312 -"27712",6078,21895,3,498,1693 -"27713",6078,21976,3,498,1808 -"27714",6078,22571,3,498,655 -"27715",6078,22905,3,498,2599 -"27716",6078,23639,1,498,2065 -"27717",6078,23731,2,498,1656 -"27718",6078,23890,3,498,1810 -"27719",6078,24104,3,498,817 -"27720",6078,24109,3,498,504 -"27721",6078,24116,1,498,1413 -"27722",6078,25139,3,498,816 -"27723",6078,25270,2,498,985 -"27724",6078,25286,3,498,1545 -"27725",6078,25451,3,498,698 -"27726",6078,25886,2,498,1580 -"27727",6078,26138,3,498,1902 -"27728",6078,26567,2,498,1158 -"27729",6078,28567,3,498,2398 -"27730",6078,29276,3,498,2000 -"27731",6078,29556,3,498,907 -"27732",6078,31087,3,498,1757 -"27733",6078,32312,3,498,1472 -"27734",6078,33363,3,498,2475 -"27735",6078,34055,2,498,1881 -"27736",6078,34559,3,498,1105 -"27737",6078,34953,3,498,1817 -"27738",6078,36487,3,498,2622 -"27739",6078,39211,3,498,1908 -"27740",6078,39697,3,498,669 -"27741",6078,41051,3,498,2767 -"27742",6078,41180,3,498,1556 -"27743",6078,42195,2,498,573 -"27744",6078,45487,3,498,2256 -"27745",6078,47130,3,498,2654 -"27746",6078,47330,2,498,2422 -"27747",6078,48764,3,498,860 -"27748",6078,51448,2,498,1593 -"27749",6078,52686,3,498,916 -"27750",6078,56212,2,498,1410 -"27751",6078,56673,2,498,2419 -"27752",6078,61513,3,498,2948 -"27753",6078,62498,3,498,1698 -"27754",6078,65223,2,498,2724 -"27755",6078,65591,3,498,928 -"27756",6078,66267,3,498,1278 -"27757",6078,67763,3,498,822 -"27758",6078,68460,3,498,599 -"27759",6078,68670,2,498,565 -"27760",6078,73915,3,498,2568 -"27761",6078,78460,2,498,985 -"27762",6078,79025,3,498,1473 -"27763",6078,79236,1,498,1505 -"27764",6078,79404,2,498,1079 -"27765",6078,80728,3,498,599 -"27766",6078,80896,2,498,943 -"27767",6078,81134,1,498,1384 -"27768",6078,81853,3,498,1207 -"27769",6078,83133,1,498,1055 -"27770",6078,83541,3,498,555 -"27771",6078,85264,3,498,1236 -"27772",6078,88968,3,498,585 -"27773",6078,91772,3,498,2233 -"27774",6078,92381,3,498,1237 -"27775",6078,92947,1,498,1289 -"27776",6078,93317,3,498,1223 -"27777",6078,93670,3,498,1682 -"27778",6078,94399,3,498,963 -"27779",6078,95211,3,498,2462 -"27780",6078,95661,3,498,872 -"27781",6078,97240,3,498,1027 -"27782",6078,98003,3,498,573 -"27783",6078,104542,2,498,897 -"27784",6078,104659,3,498,2026 -"27785",6078,106554,2,498,1270 -"27786",6078,111128,2,498,1234 -"27787",6078,114228,3,498,1544 -"27788",6078,115194,2,498,604 -"27789",6078,116392,2,498,870 -"27790",6078,116792,3,498,2397 -"27791",6104,1639,3,2462,2631 -"27792",6104,16518,3,2462,2642 -"27793",6104,17549,3,2462,2647 -"27794",6104,18543,3,2462,2968 -"27795",6104,34426,3,2462,2743 -"27796",6104,41945,3,2462,2856 -"27797",6104,44688,3,2462,2924 -"27798",6104,45704,3,2462,2687 -"27799",6104,57842,2,2462,2482 -"27800",6104,64699,3,2462,2797 -"27801",6104,70528,3,2462,2727 -"27802",6104,74636,2,2462,2525 -"27803",6104,88232,3,2462,2881 -"27804",6104,89911,2,2462,2607 -"27805",6113,9311,3,1678,2477 -"27806",6113,10843,3,1678,2277 -"27807",6113,19453,3,1678,1928 -"27808",6113,21448,2,1678,2332 -"27809",6113,33433,3,1678,2805 -"27810",6113,41023,3,1678,2408 -"27811",6113,41598,3,1678,2291 -"27812",6119,2852,3,2358,2448 -"27813",6119,3100,3,2358,2524 -"27814",6119,4361,2,2358,2571 -"27815",6119,5962,2,2358,2491 -"27816",6119,7252,3,2358,2799 -"27817",6119,8568,3,2358,2706 -"27818",6119,9615,3,2358,2464 -"27819",6119,11029,3,2358,2362 -"27820",6119,13290,3,2358,2824 -"27821",6119,16286,1,2358,2470 -"27822",6119,17826,3,2358,2920 -"27823",6119,23498,3,2358,2398 -"27824",6119,27742,3,2358,2700 -"27825",6119,27914,3,2358,2507 -"27826",6119,33475,3,2358,2367 -"27827",6119,36487,3,2358,2622 -"27828",6119,52570,2,2358,2645 -"27829",6119,59610,3,2358,2448 -"27830",6119,65223,3,2358,2724 -"27831",6119,111375,3,2358,2686 -"27832",6132,3195,2,1590,2043 -"27833",6132,3477,3,1590,2546 -"27834",6132,3830,3,1590,1661 -"27835",6132,4032,3,1590,1763 -"27836",6132,4367,3,1590,2794 -"27837",6132,4932,2,1590,2752 -"27838",6132,4983,3,1590,1909 -"27839",6132,5462,3,1590,2374 -"27840",6132,6063,3,1590,2349 -"27841",6132,7337,3,1590,1797 -"27842",6132,7355,3,1590,1928 -"27843",6132,7937,2,1590,2044 -"27844",6132,7942,3,1590,2623 -"27845",6132,9241,3,1590,2338 -"27846",6132,9801,2,1590,2443 -"27847",6132,10050,3,1590,1792 -"27848",6132,14754,1,1590,2456 -"27849",6132,19334,3,1590,1979 -"27850",6132,21684,3,1590,1971 -"27851",6132,22766,3,1590,1945 -"27852",6132,23000,3,1590,1815 -"27853",6132,24757,3,1590,1939 -"27854",6132,25741,3,1590,2853 -"27855",6132,25832,3,1590,1689 -"27856",6132,28081,3,1590,1927 -"27857",6132,28115,3,1590,1835 -"27858",6132,28893,2,1590,2764 -"27859",6132,32339,1,1590,2430 -"27860",6132,33223,3,1590,2397 -"27861",6132,35620,3,1590,2092 -"27862",6132,36506,3,1590,2638 -"27863",6132,39443,3,1590,2277 -"27864",6132,39875,3,1590,2422 -"27865",6132,40542,3,1590,1664 -"27866",6132,41581,2,1590,1692 -"27867",6132,42619,3,1590,2017 -"27868",6132,45461,3,1590,2458 -"27869",6132,50335,3,1590,1893 -"27870",6132,50630,2,1590,2615 -"27871",6132,53248,3,1590,2271 -"27872",6132,57067,2,1590,2547 -"27873",6132,70583,3,1590,2615 -"27874",6133,237,3,1229,1982 -"27875",6133,1897,2,1229,1727 -"27876",6133,2221,3,1229,2092 -"27877",6133,2334,3,1229,2619 -"27878",6133,2349,2,1229,1288 -"27879",6133,2418,1,1229,2020 -"27880",6133,2576,2,1229,1307 -"27881",6133,2759,1,1229,2030 -"27882",6133,2852,3,1229,2448 -"27883",6133,3255,3,1229,2504 -"27884",6133,3317,3,1229,2037 -"27885",6133,3620,3,1229,2955 -"27886",6133,4730,1,1229,2131 -"27887",6133,6627,2,1229,2063 -"27888",6133,7269,2,1229,1728 -"27889",6133,7433,1,1229,2255 -"27890",6133,7443,3,1229,2028 -"27891",6133,10495,3,1229,2230 -"27892",6133,10638,3,1229,2692 -"27893",6133,10905,3,1229,1552 -"27894",6133,10914,2,1229,1660 -"27895",6133,11136,3,1229,2573 -"27896",6133,11381,3,1229,1638 -"27897",6133,11506,3,1229,2824 -"27898",6133,14754,3,1229,2456 -"27899",6133,14888,3,1229,1411 -"27900",6133,16286,3,1229,2470 -"27901",6133,16501,3,1229,1650 -"27902",6133,17252,3,1229,1258 -"27903",6133,18571,1,1229,2128 -"27904",6133,18943,3,1229,2861 -"27905",6133,20007,3,1229,2971 -"27906",6133,20432,3,1229,1727 -"27907",6133,21180,2,1229,2762 -"27908",6133,21463,2,1229,2437 -"27909",6133,21741,1,1229,1574 -"27910",6133,23639,3,1229,2065 -"27911",6133,26713,2,1229,1235 -"27912",6133,27783,2,1229,2302 -"27913",6133,28048,3,1229,1637 -"27914",6133,30404,3,1229,1810 -"27915",6133,30442,2,1229,2124 -"27916",6133,30891,3,1229,1256 -"27917",6133,31164,2,1229,1996 -"27918",6133,32449,3,1229,2091 -"27919",6133,33341,3,1229,2338 -"27920",6133,33697,3,1229,1309 -"27921",6133,34162,2,1229,2336 -"27922",6133,36136,1,1229,2338 -"27923",6133,38755,3,1229,2902 -"27924",6133,39105,2,1229,2487 -"27925",6133,41023,3,1229,2408 -"27926",6133,41955,3,1229,2479 -"27927",6133,41978,3,1229,2824 -"27928",6133,42914,3,1229,1737 -"27929",6133,45730,2,1229,2063 -"27930",6133,46951,2,1229,2429 -"27931",6133,47384,3,1229,1639 -"27932",6133,47571,3,1229,1667 -"27933",6133,47965,3,1229,2232 -"27934",6133,53013,3,1229,2523 -"27935",6133,53643,3,1229,1626 -"27936",6133,54663,3,1229,1424 -"27937",6133,55604,3,1229,2342 -"27938",6133,55775,2,1229,2385 -"27939",6133,56338,3,1229,1818 -"27940",6133,56673,2,1229,2419 -"27941",6133,59039,3,1229,2870 -"27942",6133,60979,2,1229,1758 -"27943",6133,64704,3,1229,1359 -"27944",6133,66911,3,1229,1920 -"27945",6133,68592,3,1229,2551 -"27946",6133,69335,3,1229,2698 -"27947",6133,70455,3,1229,1307 -"27948",6133,76132,1,1229,2426 -"27949",6133,76675,1,1229,1840 -"27950",6133,77397,1,1229,1302 -"27951",6133,93208,3,1229,1324 -"27952",6133,94926,3,1229,1611 -"27953",6133,104306,3,1229,1665 -"27954",6133,111034,1,1229,2131 -"27955",6133,115155,3,1229,1942 -"27956",6160,237,3,969,1982 -"27957",6160,364,3,969,2351 -"27958",6160,13068,3,969,1778 -"27959",6160,14156,3,969,1251 -"27960",6160,14425,3,969,1036 -"27961",6160,16437,3,969,1956 -"27962",6160,19934,2,969,2888 -"27963",6160,25378,3,969,1245 -"27964",6160,26700,2,969,1663 -"27965",6160,27320,3,969,2378 -"27966",6160,28893,3,969,2764 -"27967",6160,29495,3,969,1612 -"27968",6160,38087,3,969,1083 -"27969",6160,38492,3,969,2280 -"27970",6160,38938,3,969,1593 -"27971",6160,40035,3,969,2742 -"27972",6160,40492,3,969,1286 -"27973",6160,42756,3,969,1384 -"27974",6160,47968,3,969,2829 -"27975",6160,48214,3,969,2756 -"27976",6160,54127,3,969,1593 -"27977",6160,57765,3,969,2893 -"27978",6160,58229,3,969,1202 -"27979",6160,58875,3,969,1899 -"27980",6160,79432,3,969,1708 -"27981",6162,25,3,1673,2762 -"27982",6162,134,3,1673,2062 -"27983",6162,1102,3,1673,2282 -"27984",6162,1196,2,1673,1986 -"27985",6162,2572,3,1673,2273 -"27986",6162,2972,3,1673,1708 -"27987",6162,3011,3,1673,2278 -"27988",6162,3765,3,1673,2775 -"27989",6162,3801,3,1673,1974 -"27990",6162,3961,3,1673,2426 -"27991",6162,4253,3,1673,1890 -"27992",6162,4289,3,1673,1921 -"27993",6162,4675,3,1673,1741 -"27994",6162,4690,3,1673,1938 -"27995",6162,4701,3,1673,2401 -"27996",6162,4821,3,1673,1938 -"27997",6162,4953,3,1673,2285 -"27998",6162,5041,3,1673,2371 -"27999",6162,5350,3,1673,2522 -"28000",6162,5622,3,1673,2175 -"28001",6162,5984,3,1673,1675 -"28002",6162,5986,2,1673,1721 -"28003",6162,6047,3,1673,2004 -"28004",6162,6074,3,1673,2426 -"28005",6162,6417,3,1673,1675 -"28006",6162,7229,3,1673,2669 -"28007",6162,7548,3,1673,1932 -"28008",6162,8274,2,1673,1909 -"28009",6162,8327,2,1673,2527 -"28010",6162,9311,3,1673,2477 -"28011",6162,9928,3,1673,2345 -"28012",6162,10358,2,1673,2294 -"28013",6162,10513,3,1673,2284 -"28014",6162,10717,3,1673,1938 -"28015",6162,10843,3,1673,2277 -"28016",6162,10859,3,1673,2231 -"28017",6162,11218,2,1673,2292 -"28018",6162,12042,2,1673,2345 -"28019",6162,12449,3,1673,2067 -"28020",6162,12724,3,1673,1930 -"28021",6162,13601,3,1673,2689 -"28022",6162,14032,3,1673,2144 -"28023",6162,14252,3,1673,2244 -"28024",6162,14723,3,1673,2019 -"28025",6162,15444,3,1673,2764 -"28026",6162,15626,3,1673,2434 -"28027",6162,16352,3,1673,2657 -"28028",6162,17351,3,1673,2036 -"28029",6162,17365,3,1673,2746 -"28030",6162,17400,3,1673,2231 -"28031",6162,17561,3,1673,2286 -"28032",6162,17632,3,1673,1947 -"28033",6162,17790,2,1673,2783 -"28034",6162,18165,3,1673,2085 -"28035",6162,18670,3,1673,1835 -"28036",6162,19173,3,1673,1686 -"28037",6162,19317,3,1673,2041 -"28038",6162,19453,3,1673,1928 -"28039",6162,20407,3,1673,2339 -"28040",6162,20657,3,1673,2340 -"28041",6162,21248,3,1673,2232 -"28042",6162,21448,3,1673,2332 -"28043",6162,21754,3,1673,1881 -"28044",6162,21929,3,1673,2062 -"28045",6162,23745,2,1673,1968 -"28046",6162,24060,3,1673,2349 -"28047",6162,24066,3,1673,1755 -"28048",6162,24721,1,1673,2326 -"28049",6162,25341,3,1673,1858 -"28050",6162,25480,2,1673,2747 -"28051",6162,25569,3,1673,2317 -"28052",6162,25610,2,1673,2328 -"28053",6162,26080,3,1673,2525 -"28054",6162,26721,3,1673,2586 -"28055",6162,26818,3,1673,1999 -"28056",6162,29073,3,1673,2328 -"28057",6162,29280,3,1673,2499 -"28058",6162,29899,3,1673,2375 -"28059",6162,30366,3,1673,2532 -"28060",6162,30525,3,1673,1964 -"28061",6162,31117,3,1673,2210 -"28062",6162,32919,3,1673,2321 -"28063",6162,33433,2,1673,2805 -"28064",6162,33475,3,1673,2367 -"28065",6162,34325,3,1673,1982 -"28066",6162,34707,3,1673,2042 -"28067",6162,34735,3,1673,2767 -"28068",6162,34842,3,1673,2050 -"28069",6162,34899,3,1673,2565 -"28070",6162,35360,3,1673,2043 -"28071",6162,35888,1,1673,2291 -"28072",6162,35926,3,1673,2371 -"28073",6162,38374,3,1673,1890 -"28074",6162,38727,3,1673,2238 -"28075",6162,38755,3,1673,2902 -"28076",6162,39294,3,1673,1889 -"28077",6162,39512,3,1673,2644 -"28078",6162,39556,3,1673,2747 -"28079",6162,40493,3,1673,1981 -"28080",6162,40913,3,1673,1800 -"28081",6162,41682,2,1673,1988 -"28082",6162,41770,3,1673,2752 -"28083",6162,41900,3,1673,1970 -"28084",6162,41945,3,1673,2856 -"28085",6162,41972,3,1673,2509 -"28086",6162,42642,3,1673,2257 -"28087",6162,43455,3,1673,2846 -"28088",6162,44768,3,1673,2516 -"28089",6162,45302,3,1673,2390 -"28090",6162,46091,1,1673,1938 -"28091",6162,46099,3,1673,2360 -"28092",6162,47877,3,1673,2970 -"28093",6162,48274,3,1673,1979 -"28094",6162,49110,3,1673,2938 -"28095",6162,49560,2,1673,1679 -"28096",6162,49581,3,1673,1817 -"28097",6162,50480,3,1673,2701 -"28098",6162,51017,3,1673,2073 -"28099",6162,51089,2,1673,2426 -"28100",6162,51866,2,1673,2411 -"28101",6162,52570,3,1673,2645 -"28102",6162,53342,2,1673,2071 -"28103",6162,54879,1,1673,2210 -"28104",6162,54929,3,1673,2783 -"28105",6162,55643,3,1673,2359 -"28106",6162,55652,3,1673,2795 -"28107",6162,56920,3,1673,2548 -"28108",6162,57732,3,1673,2454 -"28109",6162,59113,3,1673,2434 -"28110",6162,62903,2,1673,1704 -"28111",6162,64699,3,1673,2797 -"28112",6162,67145,2,1673,2015 -"28113",6162,73197,1,1673,1998 -"28114",6162,79382,2,1673,1908 -"28115",6162,87110,3,1673,2801 -"28116",6162,91579,3,1673,2510 -"28117",6162,92513,2,1673,2282 -"28118",6162,102186,3,1673,2937 -"28119",6186,21872,3,1693,2458 -"28120",6186,39534,3,1693,2410 -"28121",6186,49712,3,1693,1937 -"28122",6186,107383,3,1693,1918 -"28123",6192,2424,3,2409,2582 -"28124",6192,3495,3,2409,2431 -"28125",6192,8327,3,2409,2527 -"28126",6192,12528,3,2409,2589 -"28127",6192,13249,3,2409,2573 -"28128",6192,14959,3,2409,2898 -"28129",6192,15444,2,2409,2764 -"28130",6192,16954,3,2409,2972 -"28131",6192,19208,2,2409,2629 -"28132",6192,24753,3,2409,2860 -"28133",6192,27275,3,2409,2656 -"28134",6192,27390,3,2409,2425 -"28135",6192,29454,2,2409,2719 -"28136",6192,30052,3,2409,2855 -"28137",6192,35738,2,2409,2448 -"28138",6192,35837,3,2409,2871 -"28139",6192,39556,3,2409,2747 -"28140",6192,41664,3,2409,2641 -"28141",6192,41770,3,2409,2752 -"28142",6192,47529,3,2409,2914 -"28143",6192,47564,3,2409,2650 -"28144",6192,49334,3,2409,2433 -"28145",6192,50480,2,2409,2701 -"28146",6192,51610,1,2409,2635 -"28147",6192,51866,3,2409,2411 -"28148",6192,53219,3,2409,2973 -"28149",6192,65434,3,2409,2866 -"28150",6192,67652,3,2409,2736 -"28151",6192,70046,3,2409,2624 -"28152",6192,91579,3,2409,2510 -"28153",6206,1397,3,922,1225 -"28154",6206,3753,3,922,1255 -"28155",6206,4322,2,922,1707 -"28156",6206,12724,3,922,1930 -"28157",6206,52735,3,922,1124 -"28158",6206,66992,2,922,2882 -"28159",6208,2424,3,2361,2582 -"28160",6208,4583,3,2361,2741 -"28161",6208,5515,3,2361,2385 -"28162",6208,6192,1,2361,2409 -"28163",6208,8762,3,2361,2585 -"28164",6208,11351,3,2361,2971 -"28165",6208,15444,3,2361,2764 -"28166",6208,16954,2,2361,2972 -"28167",6208,19208,3,2361,2629 -"28168",6208,19605,3,2361,2395 -"28169",6208,29454,3,2361,2719 -"28170",6208,30052,3,2361,2855 -"28171",6208,35738,1,2361,2448 -"28172",6208,41764,2,2361,2409 -"28173",6208,48605,3,2361,2796 -"28174",6208,50480,3,2361,2701 -"28175",6208,51610,2,2361,2635 -"28176",6208,61982,3,2361,2725 -"28177",6208,62841,3,2361,2710 -"28178",6213,7443,3,227,2028 -"28179",6213,34735,3,227,2767 -"28180",6213,70528,3,227,2727 -"28181",6218,1050,3,702,1185 -"28182",6218,7798,3,702,949 -"28183",6218,9391,3,702,1252 -"28184",6218,10148,2,702,2964 -"28185",6218,12310,3,702,1337 -"28186",6218,15560,3,702,2257 -"28187",6218,16313,3,702,1160 -"28188",6218,19733,3,702,1907 -"28189",6218,22165,3,702,1501 -"28190",6218,23508,2,702,1907 -"28191",6218,27849,3,702,1316 -"28192",6218,37333,3,702,1612 -"28193",6218,42715,3,702,987 -"28194",6218,45186,2,702,835 -"28195",6218,55185,3,702,922 -"28196",6218,67788,3,702,837 -"28197",6218,68215,3,702,2727 -"28198",6218,83096,3,702,1061 -"28199",6218,101338,3,702,1319 -"28200",6222,270,2,1949,2542 -"28201",6222,377,3,1949,2389 -"28202",6222,543,3,1949,2203 -"28203",6222,854,2,1949,2307 -"28204",6222,1151,3,1949,2885 -"28205",6222,1355,3,1949,2473 -"28206",6222,1367,3,1949,2176 -"28207",6222,1495,3,1949,2046 -"28208",6222,1616,3,1949,2662 -"28209",6222,2424,3,1949,2582 -"28210",6222,2484,2,1949,2389 -"28211",6222,2533,3,1949,2016 -"28212",6222,2747,3,1949,2411 -"28213",6222,3161,3,1949,2229 -"28214",6222,3628,3,1949,2707 -"28215",6222,4057,3,1949,2389 -"28216",6222,5235,3,1949,2324 -"28217",6222,5258,3,1949,2730 -"28218",6222,5504,3,1949,2389 -"28219",6222,5971,2,1949,1985 -"28220",6222,6192,3,1949,2409 -"28221",6222,6588,3,1949,2025 -"28222",6222,6718,3,1949,2138 -"28223",6222,7323,3,1949,2858 -"28224",6222,7616,3,1949,2296 -"28225",6222,7703,3,1949,2122 -"28226",6222,7992,3,1949,2033 -"28227",6222,8533,3,1949,2251 -"28228",6222,8610,3,1949,2240 -"28229",6222,8760,3,1949,2477 -"28230",6222,8865,3,1949,2394 -"28231",6222,9311,2,1949,2477 -"28232",6222,9362,3,1949,2879 -"28233",6222,9624,3,1949,2398 -"28234",6222,10843,3,1949,2277 -"28235",6222,11440,3,1949,2026 -"28236",6222,12356,3,1949,2757 -"28237",6222,12374,3,1949,2260 -"28238",6222,12388,2,1949,1975 -"28239",6222,12778,3,1949,2045 -"28240",6222,13307,3,1949,2206 -"28241",6222,13929,3,1949,2693 -"28242",6222,14655,3,1949,2559 -"28243",6222,14959,1,1949,2898 -"28244",6222,15444,3,1949,2764 -"28245",6222,15626,3,1949,2434 -"28246",6222,15930,3,1949,2541 -"28247",6222,16352,3,1949,2657 -"28248",6222,16587,3,1949,2065 -"28249",6222,17351,3,1949,2036 -"28250",6222,17400,3,1949,2231 -"28251",6222,17520,2,1949,2276 -"28252",6222,18165,3,1949,2085 -"28253",6222,18394,2,1949,2356 -"28254",6222,18543,3,1949,2968 -"28255",6222,19606,3,1949,2783 -"28256",6222,19719,3,1949,2177 -"28257",6222,20067,2,1949,2390 -"28258",6222,20311,3,1949,1981 -"28259",6222,20700,3,1949,2861 -"28260",6222,21104,3,1949,2327 -"28261",6222,21209,3,1949,2184 -"28262",6222,21248,3,1949,2232 -"28263",6222,21693,3,1949,2176 -"28264",6222,21706,3,1949,1988 -"28265",6222,22197,3,1949,2271 -"28266",6222,22326,3,1949,2818 -"28267",6222,23460,3,1949,2183 -"28268",6222,23509,3,1949,2275 -"28269",6222,23526,3,1949,1998 -"28270",6222,23725,3,1949,2378 -"28271",6222,23726,3,1949,2434 -"28272",6222,23787,3,1949,2810 -"28273",6222,24756,3,1949,2530 -"28274",6222,25305,3,1949,2447 -"28275",6222,25486,3,1949,2582 -"28276",6222,25874,3,1949,2088 -"28277",6222,26451,3,1949,2133 -"28278",6222,26582,3,1949,2772 -"28279",6222,26848,3,1949,2363 -"28280",6222,28626,3,1949,2842 -"28281",6222,29073,2,1949,2328 -"28282",6222,29095,2,1949,2531 -"28283",6222,29314,2,1949,2736 -"28284",6222,29454,3,1949,2719 -"28285",6222,30236,3,1949,2238 -"28286",6222,30405,3,1949,2164 -"28287",6222,30906,3,1949,2537 -"28288",6222,31436,3,1949,2892 -"28289",6222,32173,3,1949,2341 -"28290",6222,32516,3,1949,2050 -"28291",6222,33433,3,1949,2805 -"28292",6222,33801,3,1949,2899 -"28293",6222,34707,3,1949,2042 -"28294",6222,35235,2,1949,2610 -"28295",6222,35256,3,1949,2271 -"28296",6222,37238,3,1949,2609 -"28297",6222,37570,3,1949,2389 -"28298",6222,38732,3,1949,2263 -"28299",6222,41682,2,1949,1988 -"28300",6222,41945,3,1949,2856 -"28301",6222,43213,3,1949,2160 -"28302",6222,43455,3,1949,2846 -"28303",6222,43479,3,1949,2178 -"28304",6222,44420,3,1949,2184 -"28305",6222,44885,2,1949,2670 -"28306",6222,44899,2,1949,2386 -"28307",6222,45684,3,1949,2200 -"28308",6222,46629,3,1949,2255 -"28309",6222,46803,3,1949,2305 -"28310",6222,50118,3,1949,2654 -"28311",6222,50236,2,1949,2339 -"28312",6222,50252,2,1949,2001 -"28313",6222,52576,3,1949,2234 -"28314",6222,53475,3,1949,2853 -"28315",6222,53604,3,1949,2489 -"28316",6222,55468,3,1949,2511 -"28317",6222,56082,2,1949,2395 -"28318",6222,56237,3,1949,2625 -"28319",6222,56317,3,1949,2030 -"28320",6222,58684,3,1949,2295 -"28321",6222,58733,3,1949,1958 -"28322",6222,58993,3,1949,2390 -"28323",6222,59113,3,1949,2434 -"28324",6222,61982,3,1949,2725 -"28325",6222,68083,3,1949,2795 -"28326",6222,70203,2,1949,2756 -"28327",6222,72207,3,1949,2430 -"28328",6222,72326,3,1949,2384 -"28329",6222,79804,3,1949,2227 -"28330",6222,101797,3,1949,2357 -"28331",6223,3158,1,2363,2762 -"28332",6223,4249,1,2363,2547 -"28333",6223,4784,3,2363,2511 -"28334",6223,14470,3,2363,2632 -"28335",6223,17499,3,2363,2954 -"28336",6223,37929,3,2363,2393 -"28337",6223,42390,3,2363,2937 -"28338",6223,68813,3,2363,2511 -"28339",6223,82217,3,2363,2441 -"28340",6234,4188,3,2654,2963 -"28341",6234,11067,3,2654,2734 -"28342",6234,26658,3,2654,2745 -"28343",6234,34120,3,2654,2786 -"28344",6234,42256,3,2654,2839 -"28345",6234,43455,3,2654,2846 -"28346",6234,52032,2,2654,2853 -"28347",6234,56413,2,2654,2747 -"28348",6234,66530,3,2654,2811 -"28349",6235,5937,3,1585,2392 -"28350",6235,6234,1,1585,2654 -"28351",6235,6800,3,1585,2053 -"28352",6235,7648,3,1585,1861 -"28353",6235,9273,3,1585,1747 -"28354",6235,15239,1,1585,1958 -"28355",6235,15558,2,1585,2389 -"28356",6235,16477,3,1585,2069 -"28357",6235,16969,3,1585,1917 -"28358",6235,17768,3,1585,2468 -"28359",6235,19972,3,1585,2078 -"28360",6235,23728,3,1585,2601 -"28361",6235,24867,3,1585,1861 -"28362",6235,25053,3,1585,2186 -"28363",6235,31794,2,1585,1919 -"28364",6235,32939,3,1585,2277 -"28365",6235,34576,2,1585,1727 -"28366",6235,36491,3,1585,1781 -"28367",6235,41521,2,1585,2069 -"28368",6235,42136,3,1585,2551 -"28369",6235,44730,2,1585,2468 -"28370",6235,49415,3,1585,2654 -"28371",6235,52032,3,1585,2853 -"28372",6235,52953,3,1585,1741 -"28373",6235,53648,3,1585,2167 -"28374",6235,56413,2,1585,2747 -"28375",6235,57804,3,1585,2214 -"28376",6235,65568,3,1585,1699 -"28377",6235,76505,3,1585,2123 -"28378",6235,86716,3,1585,1609 -"28379",6241,613,3,2264,2687 -"28380",6241,997,3,2264,2788 -"28381",6241,4696,3,2264,2656 -"28382",6241,20563,3,2264,2267 -"28383",6241,28285,3,2264,2972 -"28384",6241,28826,3,2264,2627 -"28385",6241,35888,3,2264,2291 -"28386",6241,42129,3,2264,2318 -"28387",6241,45729,3,2264,2606 -"28388",6241,45886,3,2264,2449 -"28389",6241,55256,3,2264,2379 -"28390",6241,57405,3,2264,2344 -"28391",6241,62832,3,2264,2606 -"28392",6241,70046,3,2264,2624 -"28393",6241,84799,2,2264,2656 -"28394",6241,93481,2,2264,2311 -"28395",6248,2344,3,2737,2752 -"28396",6248,5606,2,2737,2875 -"28397",6248,9272,3,2737,2835 -"28398",6248,60672,3,2737,2876 -"28399",6252,2208,3,2336,2814 -"28400",6252,5258,3,2336,2730 -"28401",6252,6104,3,2336,2462 -"28402",6252,6390,3,2336,2385 -"28403",6252,18543,2,2336,2968 -"28404",6252,20407,3,2336,2339 -"28405",6252,21682,3,2336,2414 -"28406",6252,25565,2,2336,2764 -"28407",6252,29948,3,2336,2795 -"28408",6252,36439,3,2336,2469 -"28409",6252,43173,3,2336,2895 -"28410",6252,44427,3,2336,2875 -"28411",6252,71274,3,2336,2390 -"28412",6252,74636,2,2336,2525 -"28413",6252,88232,2,2336,2881 -"28414",6252,92322,3,2336,2393 -"28415",6253,11103,3,2282,2393 -"28416",6253,36574,3,2282,2934 -"28417",6255,53219,3,2895,2973 -"28418",6262,6755,1,2733,2818 -"28419",6262,26642,3,2733,2952 -"28420",6262,31089,3,2733,2952 -"28421",6262,36270,3,2733,2910 -"28422",6262,94339,3,2733,2768 -"28423",6264,270,2,749,2542 -"28424",6264,312,3,749,2038 -"28425",6264,1124,2,749,1596 -"28426",6264,2111,2,749,1904 -"28427",6264,2424,3,749,2582 -"28428",6264,2684,3,749,2874 -"28429",6264,2894,3,749,1291 -"28430",6264,3306,3,749,1989 -"28431",6264,4360,3,749,1770 -"28432",6264,5235,3,749,2324 -"28433",6264,5258,3,749,2730 -"28434",6264,5971,1,749,1985 -"28435",6264,6222,2,749,1949 -"28436",6264,6588,2,749,2025 -"28437",6264,6596,3,749,804 -"28438",6264,6718,3,749,2138 -"28439",6264,7555,3,749,1943 -"28440",6264,7627,3,749,1543 -"28441",6264,9432,3,749,1693 -"28442",6264,9624,1,749,2398 -"28443",6264,10488,3,749,1524 -"28444",6264,10523,1,749,1510 -"28445",6264,10857,3,749,2253 -"28446",6264,10939,3,749,1376 -"28447",6264,11055,3,749,2111 -"28448",6264,11218,3,749,2292 -"28449",6264,11229,2,749,1625 -"28450",6264,11351,3,749,2971 -"28451",6264,11620,3,749,2010 -"28452",6264,11966,3,749,2385 -"28453",6264,12374,3,749,2260 -"28454",6264,13307,3,749,2206 -"28455",6264,14855,3,749,903 -"28456",6264,14959,3,749,2898 -"28457",6264,14989,3,749,2223 -"28458",6264,15003,3,749,2067 -"28459",6264,15118,3,749,1311 -"28460",6264,15135,3,749,1035 -"28461",6264,15402,3,749,1281 -"28462",6264,15700,3,749,1712 -"28463",6264,16352,3,749,2657 -"28464",6264,17376,3,749,1202 -"28465",6264,17400,3,749,2231 -"28466",6264,18005,3,749,2449 -"28467",6264,18361,3,749,2968 -"28468",6264,18394,3,749,2356 -"28469",6264,18502,3,749,1033 -"28470",6264,18543,3,749,2968 -"28471",6264,19622,3,749,2371 -"28472",6264,20124,3,749,2376 -"28473",6264,20311,2,749,1981 -"28474",6264,21012,3,749,2325 -"28475",6264,21571,3,749,2755 -"28476",6264,21693,3,749,2176 -"28477",6264,22197,3,749,2271 -"28478",6264,22326,3,749,2818 -"28479",6264,22362,3,749,1836 -"28480",6264,22566,3,749,2308 -"28481",6264,23492,3,749,1067 -"28482",6264,23509,3,749,2275 -"28483",6264,23526,3,749,1998 -"28484",6264,23715,3,749,1859 -"28485",6264,23725,3,749,2378 -"28486",6264,24559,3,749,946 -"28487",6264,25305,3,749,2447 -"28488",6264,26479,3,749,1818 -"28489",6264,26848,2,749,2363 -"28490",6264,26867,2,749,1804 -"28491",6264,27744,2,749,861 -"28492",6264,27849,3,749,1316 -"28493",6264,28179,3,749,2689 -"28494",6264,28383,3,749,1222 -"28495",6264,28991,3,749,1688 -"28496",6264,29073,3,749,2328 -"28497",6264,30325,3,749,1067 -"28498",6264,30405,3,749,2164 -"28499",6264,31436,3,749,2892 -"28500",6264,31691,3,749,1657 -"28501",6264,32131,3,749,1035 -"28502",6264,32198,3,749,2117 -"28503",6264,33801,3,749,2899 -"28504",6264,35402,3,749,2339 -"28505",6264,35673,3,749,1067 -"28506",6264,38694,3,749,817 -"28507",6264,38921,3,749,1880 -"28508",6264,39294,3,749,1889 -"28509",6264,39865,3,749,849 -"28510",6264,40028,1,749,1349 -"28511",6264,40072,2,749,1182 -"28512",6264,42687,3,749,1952 -"28513",6264,42837,3,749,1096 -"28514",6264,43213,3,749,2160 -"28515",6264,43455,3,749,2846 -"28516",6264,43786,3,749,1173 -"28517",6264,44521,2,749,1593 -"28518",6264,45684,3,749,2200 -"28519",6264,45729,3,749,2606 -"28520",6264,46182,3,749,1613 -"28521",6264,46196,3,749,1510 -"28522",6264,46629,2,749,2255 -"28523",6264,47435,3,749,878 -"28524",6264,50236,2,749,2339 -"28525",6264,52136,3,749,1412 -"28526",6264,52345,3,749,1430 -"28527",6264,53303,2,749,1376 -"28528",6264,54551,3,749,2348 -"28529",6264,56082,2,749,2395 -"28530",6264,56237,2,749,2625 -"28531",6264,57246,3,749,1873 -"28532",6264,59939,2,749,936 -"28533",6264,61982,3,749,2725 -"28534",6264,64947,3,749,2489 -"28535",6264,65242,3,749,1988 -"28536",6264,67763,3,749,822 -"28537",6264,68215,3,749,2727 -"28538",6264,71217,3,749,2169 -"28539",6264,72188,2,749,856 -"28540",6264,72207,3,749,2430 -"28541",6264,72326,3,749,2384 -"28542",6264,75403,3,749,1895 -"28543",6264,79804,2,749,2227 -"28544",6264,82776,2,749,1232 -"28545",6264,87048,3,749,989 -"28546",6264,91912,2,749,790 -"28547",6264,92104,3,749,2339 -"28548",6264,98518,3,749,1156 -"28549",6264,109718,3,749,1237 -"28550",6264,111971,3,749,1032 -"28551",6264,117956,3,749,2774 -"28552",6274,14972,3,1035,2332 -"28553",6274,17381,3,1035,1697 -"28554",6274,27195,3,1035,2158 -"28555",6274,29311,3,1035,1849 -"28556",6274,47384,3,1035,1639 -"28557",6274,53219,3,1035,2973 -"28558",6274,74290,3,1035,1513 -"28559",6295,1369,3,856,2487 -"28560",6295,1708,3,856,1591 -"28561",6295,2443,3,856,2333 -"28562",6295,4763,3,856,1960 -"28563",6295,6999,3,856,2214 -"28564",6295,7604,3,856,1366 -"28565",6295,9269,2,856,1892 -"28566",6295,9656,3,856,1135 -"28567",6295,9895,2,856,1960 -"28568",6295,9910,2,856,2526 -"28569",6295,9948,2,856,2019 -"28570",6295,12632,3,856,1174 -"28571",6295,12914,2,856,1557 -"28572",6295,14212,3,856,857 -"28573",6295,16347,3,856,1868 -"28574",6295,19358,3,856,880 -"28575",6295,20695,1,856,2526 -"28576",6295,21044,2,856,1574 -"28577",6295,26374,3,856,2133 -"28578",6295,26740,3,856,2695 -"28579",6295,31295,3,856,2183 -"28580",6295,32070,3,856,950 -"28581",6295,32966,2,856,1583 -"28582",6295,34331,2,856,1727 -"28583",6295,35317,3,856,1888 -"28584",6295,38697,2,856,2701 -"28585",6295,39009,3,856,1594 -"28586",6295,42382,3,856,2224 -"28587",6295,42407,3,856,2408 -"28588",6295,43768,3,856,1468 -"28589",6295,44636,3,856,1026 -"28590",6295,44744,3,856,2032 -"28591",6295,46520,3,856,1776 -"28592",6295,46616,3,856,1917 -"28593",6295,49379,3,856,1573 -"28594",6295,49708,2,856,1147 -"28595",6295,50678,3,856,1366 -"28596",6295,51505,3,856,1572 -"28597",6295,53082,3,856,2328 -"28598",6295,53584,3,856,2391 -"28599",6295,55261,3,856,1915 -"28600",6295,56168,3,856,1466 -"28601",6295,56364,2,856,1626 -"28602",6295,62488,3,856,1418 -"28603",6295,69453,3,856,2831 -"28604",6295,76796,2,856,1140 -"28605",6295,79337,3,856,875 -"28606",6295,79874,3,856,1570 -"28607",6295,80801,3,856,1250 -"28608",6295,83334,3,856,1708 -"28609",6295,84591,2,856,1685 -"28610",6295,85926,3,856,907 -"28611",6295,87915,2,856,1152 -"28612",6295,92630,3,856,1583 -"28613",6295,93553,3,856,2537 -"28614",6295,101381,3,856,977 -"28615",6295,101666,3,856,1257 -"28616",6296,325,3,148,495 -"28617",6296,380,3,148,2261 -"28618",6296,457,3,148,1704 -"28619",6296,1044,2,148,880 -"28620",6296,1639,3,148,2631 -"28621",6296,1826,3,148,924 -"28622",6296,2143,2,148,1174 -"28623",6296,2424,3,148,2582 -"28624",6296,2533,3,148,2016 -"28625",6296,2731,2,148,434 -"28626",6296,3265,3,148,214 -"28627",6296,3305,3,148,2839 -"28628",6296,3306,3,148,1989 -"28629",6296,3801,3,148,1974 -"28630",6296,4790,2,148,1025 -"28631",6296,4791,3,148,1184 -"28632",6296,8073,3,148,1847 -"28633",6296,8866,3,148,1545 -"28634",6296,8910,3,148,1054 -"28635",6296,8961,3,148,507 -"28636",6296,9364,3,148,1698 -"28637",6296,10513,2,148,2284 -"28638",6296,11006,3,148,1950 -"28639",6296,11229,3,148,1625 -"28640",6296,12304,3,148,439 -"28641",6296,12863,3,148,2027 -"28642",6296,13586,3,148,2966 -"28643",6296,13905,3,148,452 -"28644",6296,14678,3,148,799 -"28645",6296,16332,3,148,2668 -"28646",6296,16940,2,148,1290 -"28647",6296,18394,3,148,2356 -"28648",6296,18874,3,148,2170 -"28649",6296,19096,3,148,1538 -"28650",6296,19248,3,148,2357 -"28651",6296,19719,3,148,2177 -"28652",6296,20124,3,148,2376 -"28653",6296,20287,3,148,1099 -"28654",6296,20975,2,148,1305 -"28655",6296,20988,3,148,455 -"28656",6296,21197,3,148,1437 -"28657",6296,21198,2,148,935 -"28658",6296,21285,3,148,2100 -"28659",6296,21693,3,148,2176 -"28660",6296,22282,3,148,1418 -"28661",6296,22326,3,148,2818 -"28662",6296,22362,3,148,1836 -"28663",6296,22537,3,148,436 -"28664",6296,22586,3,148,1341 -"28665",6296,23450,2,148,967 -"28666",6296,23729,3,148,1624 -"28667",6296,24066,3,148,1755 -"28668",6296,25027,3,148,564 -"28669",6296,25305,3,148,2447 -"28670",6296,26471,3,148,1061 -"28671",6296,26749,2,148,2965 -"28672",6296,27175,3,148,1447 -"28673",6296,27390,3,148,2425 -"28674",6296,27694,3,148,2030 -"28675",6296,28015,3,148,1624 -"28676",6296,28124,2,148,434 -"28677",6296,28190,3,148,1634 -"28678",6296,29705,2,148,607 -"28679",6296,29750,3,148,689 -"28680",6296,29982,3,148,1372 -"28681",6296,30180,3,148,590 -"28682",6296,30405,2,148,2164 -"28683",6296,32601,3,148,1033 -"28684",6296,33588,3,148,1040 -"28685",6296,33949,3,148,2489 -"28686",6296,34836,3,148,2302 -"28687",6296,35095,3,148,1502 -"28688",6296,35815,3,148,2789 -"28689",6296,36087,3,148,2755 -"28690",6296,37597,3,148,150 -"28691",6296,38019,3,148,1870 -"28692",6296,38574,3,148,188 -"28693",6296,38780,3,148,2705 -"28694",6296,39238,2,148,922 -"28695",6296,39880,3,148,1620 -"28696",6296,41174,3,148,850 -"28697",6296,41315,3,148,439 -"28698",6296,42906,3,148,1748 -"28699",6296,43051,3,148,904 -"28700",6296,43385,2,148,1623 -"28701",6296,44059,3,148,525 -"28702",6296,44188,3,148,1609 -"28703",6296,45660,3,148,618 -"28704",6296,46694,3,148,191 -"28705",6296,46723,2,148,607 -"28706",6296,47772,2,148,2293 -"28707",6296,48158,3,148,2483 -"28708",6296,48414,3,148,1749 -"28709",6296,49512,2,148,1302 -"28710",6296,50219,2,148,756 -"28711",6296,50685,3,148,2008 -"28712",6296,51017,3,148,2073 -"28713",6296,52058,3,148,1836 -"28714",6296,52576,2,148,2234 -"28715",6296,53322,3,148,1200 -"28716",6296,53323,2,148,2677 -"28717",6296,53608,3,148,1986 -"28718",6296,54305,1,148,1222 -"28719",6296,55082,3,148,1856 -"28720",6296,55139,3,148,2323 -"28721",6296,55299,3,148,609 -"28722",6296,55468,3,148,2511 -"28723",6296,56317,3,148,2030 -"28724",6296,57348,3,148,687 -"28725",6296,57353,2,148,1849 -"28726",6296,58451,3,148,1939 -"28727",6296,58508,3,148,2326 -"28728",6296,58530,3,148,298 -"28729",6296,58652,3,148,1437 -"28730",6296,61785,3,148,822 -"28731",6296,61982,3,148,2725 -"28732",6296,66860,3,148,1548 -"28733",6296,67719,3,148,2429 -"28734",6296,68043,3,148,690 -"28735",6296,69712,3,148,1219 -"28736",6296,70603,3,148,1002 -"28737",6296,71342,1,148,1289 -"28738",6296,72598,3,148,805 -"28739",6296,72956,2,148,1251 -"28740",6296,73128,3,148,1549 -"28741",6296,75870,3,148,193 -"28742",6296,75921,3,148,517 -"28743",6296,75948,3,148,1006 -"28744",6296,76284,3,148,1237 -"28745",6296,77305,3,148,965 -"28746",6296,78569,3,148,578 -"28747",6296,79322,3,148,2770 -"28748",6296,80242,3,148,569 -"28749",6296,80825,3,148,2315 -"28750",6296,81588,3,148,1568 -"28751",6296,82949,3,148,2077 -"28752",6296,83396,2,148,2396 -"28753",6296,87048,3,148,989 -"28754",6296,88126,2,148,1027 -"28755",6296,89097,2,148,935 -"28756",6296,90056,3,148,221 -"28757",6296,90573,3,148,878 -"28758",6296,92220,3,148,607 -"28759",6296,92592,3,148,486 -"28760",6296,95036,2,148,380 -"28761",6296,98781,3,148,1410 -"28762",6296,99444,3,148,408 -"28763",6296,101652,2,148,270 -"28764",6296,105602,2,148,434 -"28765",6296,108751,3,148,697 -"28766",6296,109510,3,148,621 -"28767",6296,109904,3,148,214 -"28768",6324,145,3,1990,1998 -"28769",6324,1324,3,1990,2147 -"28770",6324,2181,3,1990,2030 -"28771",6324,3477,3,1990,2546 -"28772",6324,3978,3,1990,2775 -"28773",6324,4929,3,1990,2240 -"28774",6324,4953,3,1990,2285 -"28775",6324,6063,3,1990,2349 -"28776",6324,6192,3,1990,2409 -"28777",6324,6449,3,1990,1997 -"28778",6324,7087,3,1990,2356 -"28779",6324,8842,3,1990,2535 -"28780",6324,9331,3,1990,2269 -"28781",6324,11218,3,1990,2292 -"28782",6324,12081,2,1990,2166 -"28783",6324,14918,3,1990,2071 -"28784",6324,15301,3,1990,2308 -"28785",6324,16352,3,1990,2657 -"28786",6324,16628,3,1990,2409 -"28787",6324,17351,3,1990,2036 -"28788",6324,17549,3,1990,2647 -"28789",6324,20331,3,1990,2365 -"28790",6324,20730,3,1990,2243 -"28791",6324,21012,3,1990,2325 -"28792",6324,21079,2,1990,1997 -"28793",6324,21795,3,1990,2653 -"28794",6324,22682,3,1990,2035 -"28795",6324,23310,3,1990,2371 -"28796",6324,24146,3,1990,2003 -"28797",6324,24256,3,1990,2393 -"28798",6324,26793,3,1990,2104 -"28799",6324,27796,3,1990,2151 -"28800",6324,31117,3,1990,2210 -"28801",6324,31159,3,1990,2231 -"28802",6324,31705,3,1990,2706 -"28803",6324,32503,3,1990,2020 -"28804",6324,33223,3,1990,2397 -"28805",6324,33801,3,1990,2899 -"28806",6324,36962,3,1990,2861 -"28807",6324,38307,2,1990,2648 -"28808",6324,38973,3,1990,1999 -"28809",6324,41770,3,1990,2752 -"28810",6324,41945,3,1990,2856 -"28811",6324,43455,3,1990,2846 -"28812",6324,44420,3,1990,2184 -"28813",6324,44688,3,1990,2924 -"28814",6324,46446,3,1990,2295 -"28815",6324,50113,3,1990,2059 -"28816",6324,54929,3,1990,2783 -"28817",6324,59140,3,1990,2528 -"28818",6324,70573,2,1990,1993 -"28819",6324,79653,2,1990,2683 -"28820",6345,378,3,2713,2766 -"28821",6345,827,3,2713,2964 -"28822",6345,3158,3,2713,2762 -"28823",6345,17499,2,2713,2954 -"28824",6345,21571,3,2713,2755 -"28825",6345,23550,1,2713,2939 -"28826",6345,37684,2,2713,2899 -"28827",6345,42390,3,2713,2937 -"28828",6345,47607,3,2713,2724 -"28829",6345,52950,2,2713,2716 -"28830",6345,53652,1,2713,2899 -"28831",6359,9504,2,1239,2549 -"28832",6359,10453,3,1239,1656 -"28833",6359,11108,3,1239,1609 -"28834",6359,29170,3,1239,1846 -"28835",6359,35797,3,1239,2482 -"28836",6359,36450,3,1239,1591 -"28837",6359,39999,3,1239,1593 -"28838",6359,43204,3,1239,1680 -"28839",6359,44564,3,1239,2034 -"28840",6359,47654,2,1239,1664 -"28841",6359,63644,3,1239,1267 -"28842",6363,270,2,2066,2542 -"28843",6363,362,3,2066,2537 -"28844",6363,701,1,2066,2718 -"28845",6363,1136,3,2066,2536 -"28846",6363,1616,3,2066,2662 -"28847",6363,1831,3,2066,2397 -"28848",6363,2036,2,2066,2483 -"28849",6363,2224,3,2066,2751 -"28850",6363,2424,2,2066,2582 -"28851",6363,3305,2,2066,2839 -"28852",6363,3966,3,2066,2425 -"28853",6363,5120,3,2066,2735 -"28854",6363,5580,3,2066,2111 -"28855",6363,5622,3,2066,2175 -"28856",6363,6074,3,2066,2426 -"28857",6363,6718,3,2066,2138 -"28858",6363,8760,3,2066,2477 -"28859",6363,9175,3,2066,2639 -"28860",6363,9184,3,2066,2670 -"28861",6363,9311,3,2066,2477 -"28862",6363,9654,3,2066,2111 -"28863",6363,10029,2,2066,2718 -"28864",6363,10857,3,2066,2253 -"28865",6363,11477,3,2066,2724 -"28866",6363,12081,3,2066,2166 -"28867",6363,12747,3,2066,2818 -"28868",6363,12982,3,2066,2143 -"28869",6363,13249,3,2066,2573 -"28870",6363,13307,2,2066,2206 -"28871",6363,14507,3,2066,2686 -"28872",6363,15813,3,2066,2143 -"28873",6363,16432,3,2066,2664 -"28874",6363,17400,3,2066,2231 -"28875",6363,17852,3,2066,2840 -"28876",6363,18394,3,2066,2356 -"28877",6363,19248,2,2066,2357 -"28878",6363,19606,3,2066,2783 -"28879",6363,19622,3,2066,2371 -"28880",6363,19643,2,2066,2452 -"28881",6363,19719,3,2066,2177 -"28882",6363,21012,2,2066,2325 -"28883",6363,21285,3,2066,2100 -"28884",6363,22141,3,2066,2348 -"28885",6363,22331,3,2066,2687 -"28886",6363,23460,3,2066,2183 -"28887",6363,23509,3,2066,2275 -"28888",6363,24256,3,2066,2393 -"28889",6363,24825,3,2066,2686 -"28890",6363,25985,1,2066,2071 -"28891",6363,26749,3,2066,2965 -"28892",6363,27753,3,2066,2750 -"28893",6363,29930,3,2066,2240 -"28894",6363,30052,3,2066,2855 -"28895",6363,31307,3,2066,2139 -"28896",6363,31705,3,2066,2706 -"28897",6363,32965,1,2066,2071 -"28898",6363,33672,2,2066,2396 -"28899",6363,34815,3,2066,2354 -"28900",6363,35256,3,2066,2271 -"28901",6363,37285,2,2066,2428 -"28902",6363,38307,3,2066,2648 -"28903",6363,39535,2,2066,2428 -"28904",6363,40022,3,2066,2307 -"28905",6363,41402,3,2066,2313 -"28906",6363,43173,3,2066,2895 -"28907",6363,43455,3,2066,2846 -"28908",6363,45302,3,2066,2390 -"28909",6363,45684,3,2066,2200 -"28910",6363,46629,3,2066,2255 -"28911",6363,48035,3,2066,2180 -"28912",6363,48605,3,2066,2796 -"28913",6363,50236,3,2066,2339 -"28914",6363,50785,1,2066,2877 -"28915",6363,51041,1,2066,2606 -"28916",6363,51866,3,2066,2411 -"28917",6363,52323,3,2066,2148 -"28918",6363,52570,3,2066,2645 -"28919",6363,52576,2,2066,2234 -"28920",6363,53219,3,2066,2973 -"28921",6363,53851,2,2066,2305 -"28922",6363,54551,3,2066,2348 -"28923",6363,56082,3,2066,2395 -"28924",6363,58508,3,2066,2326 -"28925",6363,59438,3,2066,2400 -"28926",6363,61982,3,2066,2725 -"28927",6363,62841,3,2066,2710 -"28928",6363,64997,3,2066,2791 -"28929",6363,68215,3,2066,2727 -"28930",6363,70647,3,2066,2795 -"28931",6363,76892,3,2066,2381 -"28932",6363,79804,3,2066,2227 -"28933",6363,82949,3,2066,2077 -"28934",6363,99860,2,2066,2071 -"28935",6366,134,3,798,2062 -"28936",6366,145,3,798,1998 -"28937",6366,206,3,798,1986 -"28938",6366,270,3,798,2542 -"28939",6366,312,3,798,2038 -"28940",6366,357,3,798,2327 -"28941",6366,380,3,798,2261 -"28942",6366,600,3,798,1702 -"28943",6366,913,3,798,2144 -"28944",6366,1036,3,798,1367 -"28945",6366,1046,3,798,1881 -"28946",6366,1092,3,798,1945 -"28947",6366,1102,3,798,2282 -"28948",6366,1196,2,798,1986 -"28949",6366,1226,3,798,2353 -"28950",6366,1275,3,798,2068 -"28951",6366,1386,3,798,1901 -"28952",6366,1495,3,798,2046 -"28953",6366,1639,3,798,2631 -"28954",6366,2093,3,798,2459 -"28955",6366,2111,3,798,1904 -"28956",6366,2195,3,798,2139 -"28957",6366,2269,3,798,984 -"28958",6366,2484,3,798,2389 -"28959",6366,2684,3,798,2874 -"28960",6366,2712,3,798,1881 -"28961",6366,2766,3,798,1920 -"28962",6366,3164,3,798,2693 -"28963",6366,3306,3,798,1989 -"28964",6366,3716,3,798,1679 -"28965",6366,3947,3,798,2067 -"28966",6366,3961,2,798,2426 -"28967",6366,3966,3,798,2425 -"28968",6366,4253,3,798,1890 -"28969",6366,4289,3,798,1921 -"28970",6366,4360,3,798,1770 -"28971",6366,4681,3,798,2356 -"28972",6366,4705,3,798,1714 -"28973",6366,4863,3,798,1961 -"28974",6366,4889,3,798,1501 -"28975",6366,4953,2,798,2285 -"28976",6366,5041,3,798,2371 -"28977",6366,5072,3,798,2175 -"28978",6366,5315,3,798,2631 -"28979",6366,5350,2,798,2522 -"28980",6366,5405,3,798,1510 -"28981",6366,5429,2,798,1991 -"28982",6366,5449,3,798,1723 -"28983",6366,5622,2,798,2175 -"28984",6366,5716,1,798,1058 -"28985",6366,5971,3,798,1985 -"28986",6366,5984,1,798,1675 -"28987",6366,5986,1,798,1721 -"28988",6366,6030,3,798,2953 -"28989",6366,6047,2,798,2004 -"28990",6366,6062,3,798,2681 -"28991",6366,6162,2,798,1673 -"28992",6366,6324,3,798,1990 -"28993",6366,6417,1,798,1675 -"28994",6366,6588,3,798,2025 -"28995",6366,7627,3,798,1543 -"28996",6366,8060,3,798,1883 -"28997",6366,8274,3,798,1909 -"28998",6366,8327,3,798,2527 -"28999",6366,8395,3,798,896 -"29000",6366,8513,1,798,875 -"29001",6366,8533,3,798,2251 -"29002",6366,8621,3,798,1681 -"29003",6366,8888,3,798,1328 -"29004",6366,9391,3,798,1252 -"29005",6366,9702,3,798,1928 -"29006",6366,9893,3,798,2701 -"29007",6366,9928,2,798,2345 -"29008",6366,9950,3,798,920 -"29009",6366,10358,2,798,2294 -"29010",6366,10488,3,798,1524 -"29011",6366,10513,3,798,2284 -"29012",6366,10717,2,798,1938 -"29013",6366,10779,3,798,2881 -"29014",6366,10857,3,798,2253 -"29015",6366,10870,3,798,1755 -"29016",6366,10871,2,798,2314 -"29017",6366,11055,3,798,2111 -"29018",6366,11103,3,798,2393 -"29019",6366,11218,1,798,2292 -"29020",6366,11477,3,798,2724 -"29021",6366,11493,3,798,2077 -"29022",6366,11540,2,798,1237 -"29023",6366,11576,1,798,808 -"29024",6366,11966,3,798,2385 -"29025",6366,12004,3,798,996 -"29026",6366,12035,3,798,2721 -"29027",6366,12042,1,798,2345 -"29028",6366,12371,3,798,1569 -"29029",6366,12375,3,798,1873 -"29030",6366,12462,2,798,1461 -"29031",6366,12692,3,798,1855 -"29032",6366,12724,3,798,1930 -"29033",6366,12729,3,798,1835 -"29034",6366,13248,2,798,1385 -"29035",6366,13311,3,798,2315 -"29036",6366,13388,3,798,2119 -"29037",6366,13760,3,798,2871 -"29038",6366,13780,3,798,2412 -"29039",6366,13801,3,798,2041 -"29040",6366,13837,3,798,1604 -"29041",6366,13929,3,798,2693 -"29042",6366,13967,3,798,1354 -"29043",6366,14032,2,798,2144 -"29044",6366,14855,1,798,903 -"29045",6366,14943,3,798,1942 -"29046",6366,14972,3,798,2332 -"29047",6366,15003,3,798,2067 -"29048",6366,15301,3,798,2308 -"29049",6366,15309,3,798,2820 -"29050",6366,15381,3,798,2289 -"29051",6366,15402,2,798,1281 -"29052",6366,15539,3,798,1929 -"29053",6366,15607,3,798,1421 -"29054",6366,15729,3,798,2338 -"29055",6366,15734,3,798,1616 -"29056",6366,15872,3,798,1551 -"29057",6366,16053,2,798,908 -"29058",6366,16096,3,798,2301 -"29059",6366,16120,2,798,1237 -"29060",6366,16352,2,798,2657 -"29061",6366,16539,3,798,1947 -"29062",6366,16826,3,798,2599 -"29063",6366,17400,2,798,2231 -"29064",6366,17484,3,798,1256 -"29065",6366,17819,3,798,2291 -"29066",6366,17867,3,798,1904 -"29067",6366,17997,2,798,1621 -"29068",6366,18103,3,798,1968 -"29069",6366,18348,2,798,1711 -"29070",6366,18361,3,798,2968 -"29071",6366,18393,3,798,860 -"29072",6366,18394,3,798,2356 -"29073",6366,18874,2,798,2170 -"29074",6366,19027,3,798,2721 -"29075",6366,19248,3,798,2357 -"29076",6366,19516,3,798,2313 -"29077",6366,19637,3,798,1229 -"29078",6366,19719,3,798,2177 -"29079",6366,20067,3,798,2390 -"29080",6366,20124,3,798,2376 -"29081",6366,20292,3,798,2755 -"29082",6366,20419,3,798,1587 -"29083",6366,20588,3,798,912 -"29084",6366,20643,3,798,2341 -"29085",6366,20975,3,798,1305 -"29086",6366,21029,3,798,1943 -"29087",6366,21138,2,798,2849 -"29088",6366,21198,3,798,935 -"29089",6366,21571,3,798,2755 -"29090",6366,21706,3,798,1988 -"29091",6366,21795,3,798,2653 -"29092",6366,21872,3,798,2458 -"29093",6366,22141,3,798,2348 -"29094",6366,22331,3,798,2687 -"29095",6366,22566,3,798,2308 -"29096",6366,22639,3,798,2352 -"29097",6366,23006,3,798,1532 -"29098",6366,23159,1,798,1548 -"29099",6366,23310,3,798,2371 -"29100",6366,23492,3,798,1067 -"29101",6366,23508,3,798,1907 -"29102",6366,23526,3,798,1998 -"29103",6366,23715,3,798,1859 -"29104",6366,23725,3,798,2378 -"29105",6366,23806,2,798,1671 -"29106",6366,23869,3,798,1918 -"29107",6366,24146,2,798,2003 -"29108",6366,24169,2,798,1663 -"29109",6366,24240,3,798,1755 -"29110",6366,24253,3,798,2213 -"29111",6366,24256,3,798,2393 -"29112",6366,24259,3,798,1281 -"29113",6366,24286,3,798,1280 -"29114",6366,24362,3,798,1287 -"29115",6366,24448,3,798,2289 -"29116",6366,24497,3,798,1979 -"29117",6366,24568,3,798,1937 -"29118",6366,24648,3,798,1833 -"29119",6366,24721,3,798,2326 -"29120",6366,25078,3,798,2312 -"29121",6366,25129,3,798,2647 -"29122",6366,25325,2,798,2963 -"29123",6366,25443,3,798,1441 -"29124",6366,25480,3,798,2747 -"29125",6366,25569,3,798,2317 -"29126",6366,25680,3,798,1618 -"29127",6366,25971,3,798,2608 -"29128",6366,26067,3,798,2069 -"29129",6366,26080,2,798,2525 -"29130",6366,26249,3,798,2301 -"29131",6366,26366,3,798,1688 -"29132",6366,26408,3,798,1545 -"29133",6366,26659,3,798,903 -"29134",6366,26700,3,798,1663 -"29135",6366,26721,3,798,2586 -"29136",6366,26818,2,798,1999 -"29137",6366,27130,3,798,1880 -"29138",6366,27195,3,798,2158 -"29139",6366,27205,3,798,966 -"29140",6366,27260,3,798,878 -"29141",6366,27261,3,798,1368 -"29142",6366,27501,3,798,1981 -"29143",6366,27642,3,798,1531 -"29144",6366,28002,2,798,914 -"29145",6366,28015,3,798,1624 -"29146",6366,28050,3,798,1955 -"29147",6366,28168,3,798,2702 -"29148",6366,28296,3,798,2944 -"29149",6366,28383,3,798,1222 -"29150",6366,28571,3,798,1556 -"29151",6366,28784,3,798,1579 -"29152",6366,29314,3,798,2736 -"29153",6366,29917,3,798,1962 -"29154",6366,29930,2,798,2240 -"29155",6366,30081,3,798,2403 -"29156",6366,30173,3,798,2404 -"29157",6366,30325,3,798,1067 -"29158",6366,30405,3,798,2164 -"29159",6366,31124,3,798,2351 -"29160",6366,31235,3,798,2668 -"29161",6366,31279,3,798,965 -"29162",6366,31530,3,798,1661 -"29163",6366,32131,3,798,1035 -"29164",6366,32503,3,798,2020 -"29165",6366,32567,3,798,2784 -"29166",6366,32658,3,798,1694 -"29167",6366,32694,2,798,1602 -"29168",6366,32919,3,798,2321 -"29169",6366,33356,3,798,1586 -"29170",6366,33383,3,798,1572 -"29171",6366,33433,3,798,2805 -"29172",6366,33801,3,798,2899 -"29173",6366,34509,3,798,1973 -"29174",6366,34735,2,798,2767 -"29175",6366,35516,3,798,1229 -"29176",6366,35529,2,798,1620 -"29177",6366,35673,3,798,1067 -"29178",6366,35888,3,798,2291 -"29179",6366,35926,2,798,2371 -"29180",6366,36691,3,798,1903 -"29181",6366,36837,3,798,1556 -"29182",6366,36950,3,798,2204 -"29183",6366,36962,2,798,2861 -"29184",6366,37333,2,798,1612 -"29185",6366,37758,3,798,1998 -"29186",6366,38227,3,798,2511 -"29187",6366,38307,3,798,2648 -"29188",6366,38374,3,798,1890 -"29189",6366,38633,3,798,2253 -"29190",6366,38800,3,798,2756 -"29191",6366,38938,3,798,1593 -"29192",6366,39186,3,798,1258 -"29193",6366,39294,2,798,1889 -"29194",6366,40028,3,798,1349 -"29195",6366,40072,3,798,1182 -"29196",6366,40432,2,798,1956 -"29197",6366,40493,3,798,1981 -"29198",6366,41682,3,798,1988 -"29199",6366,41832,3,798,1155 -"29200",6366,41955,3,798,2479 -"29201",6366,41972,3,798,2509 -"29202",6366,42196,3,798,2765 -"29203",6366,42574,3,798,2842 -"29204",6366,42619,3,798,2017 -"29205",6366,43135,3,798,1171 -"29206",6366,43153,3,798,1381 -"29207",6366,43213,3,798,2160 -"29208",6366,43455,3,798,2846 -"29209",6366,44068,3,798,1056 -"29210",6366,44160,3,798,859 -"29211",6366,44306,3,798,1036 -"29212",6366,44521,2,798,1593 -"29213",6366,44557,3,798,2371 -"29214",6366,44636,3,798,1026 -"29215",6366,45684,3,798,2200 -"29216",6366,45903,3,798,2237 -"29217",6366,46091,3,798,1938 -"29218",6366,46099,3,798,2360 -"29219",6366,46196,3,798,1510 -"29220",6366,46629,3,798,2255 -"29221",6366,46803,3,798,2305 -"29222",6366,47248,3,798,2883 -"29223",6366,47386,2,798,2226 -"29224",6366,47715,3,798,2111 -"29225",6366,49110,3,798,2938 -"29226",6366,49608,3,798,2184 -"29227",6366,49787,3,798,2352 -"29228",6366,49812,3,798,1816 -"29229",6366,50124,3,798,1209 -"29230",6366,50134,3,798,2674 -"29231",6366,50229,3,798,1190 -"29232",6366,50236,3,798,2339 -"29233",6366,50252,3,798,2001 -"29234",6366,51017,2,798,2073 -"29235",6366,51035,3,798,2397 -"29236",6366,51089,3,798,2426 -"29237",6366,51471,3,798,1280 -"29238",6366,52136,3,798,1412 -"29239",6366,52442,3,798,1269 -"29240",6366,52835,3,798,995 -"29241",6366,53134,1,798,1590 -"29242",6366,53219,3,798,2973 -"29243",6366,53293,3,798,2916 -"29244",6366,53303,3,798,1376 -"29245",6366,53342,3,798,2071 -"29246",6366,53475,3,798,2853 -"29247",6366,54020,2,798,1578 -"29248",6366,54127,3,798,1593 -"29249",6366,54551,3,798,2348 -"29250",6366,54676,3,798,1342 -"29251",6366,54695,3,798,2429 -"29252",6366,54879,2,798,2210 -"29253",6366,54929,1,798,2783 -"29254",6366,55234,3,798,890 -"29255",6366,55652,3,798,2795 -"29256",6366,56082,3,798,2395 -"29257",6366,56232,3,798,1175 -"29258",6366,56237,3,798,2625 -"29259",6366,56604,2,798,1919 -"29260",6366,56807,3,798,1571 -"29261",6366,57246,3,798,1873 -"29262",6366,57414,3,798,922 -"29263",6366,57714,3,798,1391 -"29264",6366,57977,2,798,2683 -"29265",6366,58122,3,798,889 -"29266",6366,58993,3,798,2390 -"29267",6366,59022,3,798,2494 -"29268",6366,60280,3,798,1918 -"29269",6366,60476,3,798,2508 -"29270",6366,60552,3,798,855 -"29271",6366,61613,3,798,1189 -"29272",6366,61719,3,798,1515 -"29273",6366,62488,3,798,1418 -"29274",6366,62903,3,798,1704 -"29275",6366,63328,3,798,922 -"29276",6366,63409,3,798,1937 -"29277",6366,63442,3,798,1965 -"29278",6366,63547,3,798,1023 -"29279",6366,64327,3,798,1918 -"29280",6366,64502,3,798,1670 -"29281",6366,65679,3,798,1578 -"29282",6366,66622,3,798,799 -"29283",6366,67102,3,798,935 -"29284",6366,67652,3,798,2736 -"29285",6366,67805,3,798,1338 -"29286",6366,69250,3,798,1439 -"29287",6366,69716,3,798,2632 -"29288",6366,70681,3,798,866 -"29289",6366,70736,3,798,1512 -"29290",6366,70996,3,798,1037 -"29291",6366,71274,3,798,2390 -"29292",6366,72207,3,798,2430 -"29293",6366,72501,3,798,2795 -"29294",6366,73192,3,798,1955 -"29295",6366,73197,3,798,1998 -"29296",6366,73305,3,798,2544 -"29297",6366,74032,3,798,976 -"29298",6366,74681,2,798,837 -"29299",6366,74731,3,798,853 -"29300",6366,75403,3,798,1895 -"29301",6366,75898,3,798,889 -"29302",6366,76048,3,798,2373 -"29303",6366,76284,3,798,1237 -"29304",6366,76356,3,798,2323 -"29305",6366,77001,3,798,1440 -"29306",6366,77359,3,798,917 -"29307",6366,79088,3,798,1369 -"29308",6366,80219,2,798,988 -"29309",6366,81349,2,798,1958 -"29310",6366,82301,3,798,1621 -"29311",6366,82732,3,798,2810 -"29312",6366,82929,3,798,2475 -"29313",6366,82932,3,798,2245 -"29314",6366,83140,3,798,1630 -"29315",6366,83526,3,798,1235 -"29316",6366,84022,3,798,2289 -"29317",6366,84500,3,798,1583 -"29318",6366,86287,3,798,1349 -"29319",6366,87110,3,798,2801 -"29320",6366,89047,3,798,877 -"29321",6366,89934,3,798,2760 -"29322",6366,90378,3,798,890 -"29323",6366,90802,2,798,877 -"29324",6366,92513,3,798,2282 -"29325",6366,93752,3,798,1368 -"29326",6366,100140,2,798,1041 -"29327",6366,101395,2,798,891 -"29328",6366,102050,3,798,906 -"29329",6366,103988,3,798,1947 -"29330",6366,119859,2,798,908 -"29331",6390,489,3,2385,2652 -"29332",6390,2208,3,2385,2814 -"29333",6390,2684,3,2385,2874 -"29334",6390,2954,3,2385,2727 -"29335",6390,3628,3,2385,2707 -"29336",6390,4932,3,2385,2752 -"29337",6390,5258,3,2385,2730 -"29338",6390,5326,3,2385,2652 -"29339",6390,6074,3,2385,2426 -"29340",6390,6491,3,2385,2424 -"29341",6390,7847,3,2385,2424 -"29342",6390,8657,3,2385,2473 -"29343",6390,8762,2,2385,2585 -"29344",6390,9150,3,2385,2689 -"29345",6390,9311,3,2385,2477 -"29346",6390,9362,3,2385,2879 -"29347",6390,11351,3,2385,2971 -"29348",6390,12713,3,2385,2440 -"29349",6390,12976,3,2385,2399 -"29350",6390,14652,2,2385,2516 -"29351",6390,18543,2,2385,2968 -"29352",6390,19027,3,2385,2721 -"29353",6390,21682,3,2385,2414 -"29354",6390,22326,3,2385,2818 -"29355",6390,23132,3,2385,2756 -"29356",6390,25565,3,2385,2764 -"29357",6390,27275,3,2385,2656 -"29358",6390,27390,3,2385,2425 -"29359",6390,27628,3,2385,2389 -"29360",6390,29948,3,2385,2795 -"29361",6390,31235,1,2385,2668 -"29362",6390,36439,2,2385,2469 -"29363",6390,38667,3,2385,2880 -"29364",6390,38755,3,2385,2902 -"29365",6390,38780,3,2385,2705 -"29366",6390,40954,3,2385,2603 -"29367",6390,43173,3,2385,2895 -"29368",6390,43226,3,2385,2442 -"29369",6390,44427,2,2385,2875 -"29370",6390,46951,3,2385,2429 -"29371",6390,47445,2,2385,2668 -"29372",6390,56082,3,2385,2395 -"29373",6390,56237,3,2385,2625 -"29374",6390,56910,3,2385,2705 -"29375",6390,57544,2,2385,2443 -"29376",6390,58993,3,2385,2390 -"29377",6390,60661,3,2385,2700 -"29378",6390,61337,3,2385,2777 -"29379",6390,62219,2,2385,2494 -"29380",6390,64997,3,2385,2791 -"29381",6390,66413,3,2385,2507 -"29382",6390,68810,3,2385,2409 -"29383",6390,71274,3,2385,2390 -"29384",6390,74636,2,2385,2525 -"29385",6390,88232,2,2385,2881 -"29386",6390,100215,3,2385,2436 -"29387",6392,1136,3,1878,2536 -"29388",6392,1151,3,1878,2885 -"29389",6392,1616,3,1878,2662 -"29390",6392,1822,3,1878,2888 -"29391",6392,2181,3,1878,2030 -"29392",6392,3477,2,1878,2546 -"29393",6392,3628,3,1878,2707 -"29394",6392,4687,3,1878,2152 -"29395",6392,5839,3,1878,2301 -"29396",6392,6063,2,1878,2349 -"29397",6392,6428,3,1878,1952 -"29398",6392,7847,3,1878,2424 -"29399",6392,8762,2,1878,2585 -"29400",6392,8993,3,1878,2099 -"29401",6392,9503,3,1878,2453 -"29402",6392,11351,3,1878,2971 -"29403",6392,12374,3,1878,2260 -"29404",6392,13899,3,1878,2650 -"29405",6392,14817,3,1878,2110 -"29406",6392,15023,3,1878,2054 -"29407",6392,19317,3,1878,2041 -"29408",6392,20124,3,1878,2376 -"29409",6392,20984,3,1878,2502 -"29410",6392,21684,3,1878,1971 -"29411",6392,25816,2,1878,2088 -"29412",6392,31357,3,1878,2389 -"29413",6392,32339,3,1878,2430 -"29414",6392,32395,3,1878,2735 -"29415",6392,33223,2,1878,2397 -"29416",6392,33451,3,1878,1957 -"29417",6392,33470,3,1878,2003 -"29418",6392,35235,3,1878,2610 -"29419",6392,35428,3,1878,2263 -"29420",6392,35822,3,1878,1903 -"29421",6392,37301,3,1878,2160 -"29422",6392,38727,2,1878,2238 -"29423",6392,39411,2,1878,2384 -"29424",6392,40931,3,1878,2301 -"29425",6392,43173,3,1878,2895 -"29426",6392,47595,3,1878,2374 -"29427",6392,51843,3,1878,2389 -"29428",6392,60661,2,1878,2700 -"29429",6392,64997,3,1878,2791 -"29430",6392,65016,3,1878,2749 -"29431",6392,79547,3,1878,1909 -"29432",6392,84317,3,1878,2081 -"29433",6409,134,3,132,2062 -"29434",6409,782,2,132,945 -"29435",6409,1127,3,132,1188 -"29436",6409,1578,1,132,1612 -"29437",6409,1692,3,132,2443 -"29438",6409,2057,3,132,1965 -"29439",6409,4932,3,132,2752 -"29440",6409,5484,3,132,582 -"29441",6409,5845,3,132,1552 -"29442",6409,6603,2,132,2185 -"29443",6409,7148,3,132,1095 -"29444",6409,7785,3,132,2441 -"29445",6409,7786,1,132,508 -"29446",6409,9440,3,132,1006 -"29447",6409,9801,3,132,2443 -"29448",6409,10002,1,132,1788 -"29449",6409,10279,3,132,886 -"29450",6409,11067,3,132,2734 -"29451",6409,11127,3,132,1196 -"29452",6409,13150,3,132,1570 -"29453",6409,15381,3,132,2289 -"29454",6409,15821,2,132,2456 -"29455",6409,17061,3,132,2385 -"29456",6409,17502,3,132,869 -"29457",6409,18211,3,132,1745 -"29458",6409,18978,3,132,952 -"29459",6409,22256,3,132,829 -"29460",6409,23382,3,132,803 -"29461",6409,23430,3,132,904 -"29462",6409,24085,3,132,1253 -"29463",6409,24195,2,132,1575 -"29464",6409,24866,2,132,2103 -"29465",6409,26462,3,132,140 -"29466",6409,26721,3,132,2586 -"29467",6409,27399,3,132,1866 -"29468",6409,29050,3,132,1196 -"29469",6409,29170,3,132,1846 -"29470",6409,29578,3,132,1957 -"29471",6409,31131,3,132,2810 -"29472",6409,32532,3,132,2338 -"29473",6409,32651,3,132,877 -"29474",6409,34395,2,132,583 -"29475",6409,35620,3,132,2092 -"29476",6409,36450,3,132,1591 -"29477",6409,36506,2,132,2638 -"29478",6409,39987,3,132,2096 -"29479",6409,40675,3,132,1595 -"29480",6409,43929,3,132,2749 -"29481",6409,45461,2,132,2458 -"29482",6409,46385,3,132,2225 -"29483",6409,47435,3,132,878 -"29484",6409,47445,3,132,2668 -"29485",6409,47534,1,132,2712 -"29486",6409,47966,2,132,2409 -"29487",6409,48435,3,132,528 -"29488",6409,51386,3,132,459 -"29489",6409,53530,2,132,2380 -"29490",6409,61785,3,132,822 -"29491",6409,64987,3,132,1360 -"29492",6409,67963,3,132,806 -"29493",6409,76631,2,132,1697 -"29494",6409,88209,2,132,663 -"29495",6409,94444,3,132,1554 -"29496",6409,97811,3,132,1288 -"29497",6417,23,3,1675,1682 -"29498",6417,145,3,1675,1998 -"29499",6417,270,3,1675,2542 -"29500",6417,380,3,1675,2261 -"29501",6417,600,3,1675,1702 -"29502",6417,913,3,1675,2144 -"29503",6417,1046,3,1675,1881 -"29504",6417,1102,3,1675,2282 -"29505",6417,1196,3,1675,1986 -"29506",6417,1275,3,1675,2068 -"29507",6417,1495,3,1675,2046 -"29508",6417,1592,3,1675,2006 -"29509",6417,1639,3,1675,2631 -"29510",6417,1691,3,1675,1941 -"29511",6417,1822,3,1675,2888 -"29512",6417,2093,3,1675,2459 -"29513",6417,2111,3,1675,1904 -"29514",6417,2484,3,1675,2389 -"29515",6417,2766,3,1675,1920 -"29516",6417,3164,3,1675,2693 -"29517",6417,3306,3,1675,1989 -"29518",6417,3716,3,1675,1679 -"29519",6417,3947,3,1675,2067 -"29520",6417,3961,2,1675,2426 -"29521",6417,3966,3,1675,2425 -"29522",6417,4253,3,1675,1890 -"29523",6417,4289,3,1675,1921 -"29524",6417,4360,3,1675,1770 -"29525",6417,4681,3,1675,2356 -"29526",6417,4705,3,1675,1714 -"29527",6417,4863,3,1675,1961 -"29528",6417,4953,3,1675,2285 -"29529",6417,5041,3,1675,2371 -"29530",6417,5072,3,1675,2175 -"29531",6417,5315,3,1675,2631 -"29532",6417,5350,3,1675,2522 -"29533",6417,5429,3,1675,1991 -"29534",6417,5622,2,1675,2175 -"29535",6417,5971,3,1675,1985 -"29536",6417,5986,2,1675,1721 -"29537",6417,6030,3,1675,2953 -"29538",6417,6047,2,1675,2004 -"29539",6417,6062,3,1675,2681 -"29540",6417,6252,3,1675,2336 -"29541",6417,6324,3,1675,1990 -"29542",6417,6588,3,1675,2025 -"29543",6417,8533,3,1675,2251 -"29544",6417,8621,3,1675,1681 -"29545",6417,9702,3,1675,1928 -"29546",6417,9928,2,1675,2345 -"29547",6417,10358,2,1675,2294 -"29548",6417,10513,3,1675,2284 -"29549",6417,10558,3,1675,2312 -"29550",6417,10717,3,1675,1938 -"29551",6417,10779,3,1675,2881 -"29552",6417,10857,3,1675,2253 -"29553",6417,10870,3,1675,1755 -"29554",6417,10871,3,1675,2314 -"29555",6417,11103,3,1675,2393 -"29556",6417,11218,1,1675,2292 -"29557",6417,11477,3,1675,2724 -"29558",6417,11493,3,1675,2077 -"29559",6417,11966,3,1675,2385 -"29560",6417,12035,2,1675,2721 -"29561",6417,12042,2,1675,2345 -"29562",6417,12374,3,1675,2260 -"29563",6417,12375,3,1675,1873 -"29564",6417,12692,3,1675,1855 -"29565",6417,12724,3,1675,1930 -"29566",6417,13311,3,1675,2315 -"29567",6417,13388,3,1675,2119 -"29568",6417,13760,3,1675,2871 -"29569",6417,13780,3,1675,2412 -"29570",6417,13801,3,1675,2041 -"29571",6417,13929,3,1675,2693 -"29572",6417,14032,2,1675,2144 -"29573",6417,14108,3,1675,2012 -"29574",6417,14252,3,1675,2244 -"29575",6417,14943,3,1675,1942 -"29576",6417,14972,3,1675,2332 -"29577",6417,15003,3,1675,2067 -"29578",6417,15301,3,1675,2308 -"29579",6417,15309,3,1675,2820 -"29580",6417,15539,3,1675,1929 -"29581",6417,16352,1,1675,2657 -"29582",6417,16539,3,1675,1947 -"29583",6417,16826,3,1675,2599 -"29584",6417,17400,2,1675,2231 -"29585",6417,17819,3,1675,2291 -"29586",6417,18103,3,1675,1968 -"29587",6417,18348,3,1675,1711 -"29588",6417,18394,3,1675,2356 -"29589",6417,18874,2,1675,2170 -"29590",6417,19027,3,1675,2721 -"29591",6417,19719,3,1675,2177 -"29592",6417,20067,3,1675,2390 -"29593",6417,20124,3,1675,2376 -"29594",6417,20292,3,1675,2755 -"29595",6417,20407,3,1675,2339 -"29596",6417,20643,3,1675,2341 -"29597",6417,21138,2,1675,2849 -"29598",6417,21571,3,1675,2755 -"29599",6417,21706,3,1675,1988 -"29600",6417,21795,3,1675,2653 -"29601",6417,22141,3,1675,2348 -"29602",6417,22197,3,1675,2271 -"29603",6417,22331,3,1675,2687 -"29604",6417,22566,3,1675,2308 -"29605",6417,22639,3,1675,2352 -"29606",6417,23310,3,1675,2371 -"29607",6417,23508,3,1675,1907 -"29608",6417,23526,3,1675,1998 -"29609",6417,23715,3,1675,1859 -"29610",6417,23725,3,1675,2378 -"29611",6417,23869,3,1675,1918 -"29612",6417,24146,2,1675,2003 -"29613",6417,24240,3,1675,1755 -"29614",6417,24253,2,1675,2213 -"29615",6417,24256,3,1675,2393 -"29616",6417,24497,3,1675,1979 -"29617",6417,24511,3,1675,1871 -"29618",6417,24568,3,1675,1937 -"29619",6417,24902,3,1675,2162 -"29620",6417,25078,3,1675,2312 -"29621",6417,25325,3,1675,2963 -"29622",6417,25565,3,1675,2764 -"29623",6417,25971,3,1675,2608 -"29624",6417,26067,3,1675,2069 -"29625",6417,26080,2,1675,2525 -"29626",6417,26249,3,1675,2301 -"29627",6417,26366,3,1675,1688 -"29628",6417,26818,2,1675,1999 -"29629",6417,26867,3,1675,1804 -"29630",6417,27195,3,1675,2158 -"29631",6417,28050,3,1675,1955 -"29632",6417,28168,3,1675,2702 -"29633",6417,28296,3,1675,2944 -"29634",6417,29170,3,1675,1846 -"29635",6417,29314,3,1675,2736 -"29636",6417,29930,2,1675,2240 -"29637",6417,30081,3,1675,2403 -"29638",6417,30173,3,1675,2404 -"29639",6417,30405,3,1675,2164 -"29640",6417,31235,3,1675,2668 -"29641",6417,32503,3,1675,2020 -"29642",6417,32567,3,1675,2784 -"29643",6417,32658,3,1675,1694 -"29644",6417,32919,3,1675,2321 -"29645",6417,33801,3,1675,2899 -"29646",6417,34735,2,1675,2767 -"29647",6417,35926,2,1675,2371 -"29648",6417,36439,3,1675,2469 -"29649",6417,36691,3,1675,1903 -"29650",6417,36950,3,1675,2204 -"29651",6417,36962,2,1675,2861 -"29652",6417,37758,3,1675,1998 -"29653",6417,38213,3,1675,1744 -"29654",6417,38227,3,1675,2511 -"29655",6417,38374,3,1675,1890 -"29656",6417,39294,2,1675,1889 -"29657",6417,40432,2,1675,1956 -"29658",6417,41955,3,1675,2479 -"29659",6417,41972,3,1675,2509 -"29660",6417,42196,3,1675,2765 -"29661",6417,42619,3,1675,2017 -"29662",6417,43213,3,1675,2160 -"29663",6417,45684,3,1675,2200 -"29664",6417,45903,3,1675,2237 -"29665",6417,46629,3,1675,2255 -"29666",6417,46803,3,1675,2305 -"29667",6417,47248,3,1675,2883 -"29668",6417,47386,2,1675,2226 -"29669",6417,47715,3,1675,2111 -"29670",6417,49110,3,1675,2938 -"29671",6417,49608,3,1675,2184 -"29672",6417,49620,3,1675,1868 -"29673",6417,49787,3,1675,2352 -"29674",6417,49812,3,1675,1816 -"29675",6417,50134,3,1675,2674 -"29676",6417,50236,2,1675,2339 -"29677",6417,50252,3,1675,2001 -"29678",6417,51017,2,1675,2073 -"29679",6417,51035,3,1675,2397 -"29680",6417,52026,3,1675,2633 -"29681",6417,53293,3,1675,2916 -"29682",6417,53475,3,1675,2853 -"29683",6417,54551,3,1675,2348 -"29684",6417,54879,3,1675,2210 -"29685",6417,54929,1,1675,2783 -"29686",6417,56082,3,1675,2395 -"29687",6417,56237,3,1675,2625 -"29688",6417,56604,2,1675,1919 -"29689",6417,57246,3,1675,1873 -"29690",6417,57977,2,1675,2683 -"29691",6417,58993,3,1675,2390 -"29692",6417,60280,3,1675,1918 -"29693",6417,63409,3,1675,1937 -"29694",6417,63442,3,1675,1965 -"29695",6417,64327,3,1675,1918 -"29696",6417,71274,2,1675,2390 -"29697",6417,72207,3,1675,2430 -"29698",6417,72501,3,1675,2795 -"29699",6417,73305,3,1675,2544 -"29700",6417,74636,3,1675,2525 -"29701",6417,75403,3,1675,1895 -"29702",6417,76048,3,1675,2373 -"29703",6417,76356,3,1675,2323 -"29704",6417,81349,2,1675,1958 -"29705",6417,82732,3,1675,2810 -"29706",6417,82929,3,1675,2475 -"29707",6417,82932,3,1675,2245 -"29708",6417,84022,3,1675,2289 -"29709",6417,88232,3,1675,2881 -"29710",6417,89880,3,1675,1938 -"29711",6428,135,3,1952,2233 -"29712",6428,145,3,1952,1998 -"29713",6428,380,3,1952,2261 -"29714",6428,455,3,1952,2827 -"29715",6428,913,3,1952,2144 -"29716",6428,1136,2,1952,2536 -"29717",6428,1592,3,1952,2006 -"29718",6428,3409,3,1952,2167 -"29719",6428,3628,3,1952,2707 -"29720",6428,4191,2,1952,2130 -"29721",6428,4618,3,1952,2607 -"29722",6428,4687,2,1952,2152 -"29723",6428,5258,3,1952,2730 -"29724",6428,5326,3,1952,2652 -"29725",6428,5839,3,1952,2301 -"29726",6428,6390,3,1952,2385 -"29727",6428,6491,1,1952,2424 -"29728",6428,7354,2,1952,2008 -"29729",6428,7847,1,1952,2424 -"29730",6428,8762,3,1952,2585 -"29731",6428,9362,3,1952,2879 -"29732",6428,10370,3,1952,2224 -"29733",6428,11351,3,1952,2971 -"29734",6428,12374,3,1952,2260 -"29735",6428,13324,3,1952,2163 -"29736",6428,14108,3,1952,2012 -"29737",6428,14652,3,1952,2516 -"29738",6428,14655,3,1952,2559 -"29739",6428,14767,3,1952,2068 -"29740",6428,19093,3,1952,2224 -"29741",6428,20311,3,1952,1981 -"29742",6428,20407,3,1952,2339 -"29743",6428,23216,3,1952,2424 -"29744",6428,23460,2,1952,2183 -"29745",6428,25816,1,1952,2088 -"29746",6428,26067,3,1952,2069 -"29747",6428,26451,3,1952,2133 -"29748",6428,27628,2,1952,2389 -"29749",6428,27753,3,1952,2750 -"29750",6428,30981,3,1952,2366 -"29751",6428,31235,2,1952,2668 -"29752",6428,33622,3,1952,2230 -"29753",6428,35235,3,1952,2610 -"29754",6428,35428,3,1952,2263 -"29755",6428,36439,3,1952,2469 -"29756",6428,38727,3,1952,2238 -"29757",6428,39411,2,1952,2384 -"29758",6428,40369,2,1952,2735 -"29759",6428,40931,3,1952,2301 -"29760",6428,43173,3,1952,2895 -"29761",6428,43518,3,1952,2680 -"29762",6428,47445,3,1952,2668 -"29763",6428,51410,3,1952,2739 -"29764",6428,55139,3,1952,2323 -"29765",6428,57544,1,1952,2443 -"29766",6428,60661,2,1952,2700 -"29767",6428,64997,2,1952,2791 -"29768",6428,66413,3,1952,2507 -"29769",6428,74636,3,1952,2525 -"29770",6428,88232,3,1952,2881 -"29771",6432,5414,1,2297,2321 -"29772",6432,6262,3,2297,2733 -"29773",6432,18466,3,2297,2340 -"29774",6432,18479,3,2297,2967 -"29775",6432,36506,3,2297,2638 -"29776",6432,43929,3,2297,2749 -"29777",6432,72207,3,2297,2430 -"29778",6432,76604,1,2297,2590 -"29779",6432,116792,2,2297,2397 -"29780",6449,270,3,1997,2542 -"29781",6449,2181,2,1997,2030 -"29782",6449,2224,3,1997,2751 -"29783",6449,2424,2,1997,2582 -"29784",6449,2533,3,1997,2016 -"29785",6449,3305,3,1997,2839 -"29786",6449,3477,3,1997,2546 -"29787",6449,3978,3,1997,2775 -"29788",6449,4929,2,1997,2240 -"29789",6449,4953,3,1997,2285 -"29790",6449,5610,3,1997,2223 -"29791",6449,6063,3,1997,2349 -"29792",6449,8842,3,1997,2535 -"29793",6449,9175,1,1997,2639 -"29794",6449,9331,3,1997,2269 -"29795",6449,10349,3,1997,2300 -"29796",6449,12081,2,1997,2166 -"29797",6449,12518,3,1997,2747 -"29798",6449,13249,3,1997,2573 -"29799",6449,14918,2,1997,2071 -"29800",6449,15008,3,1997,2338 -"29801",6449,15444,3,1997,2764 -"29802",6449,15729,2,1997,2338 -"29803",6449,15813,3,1997,2143 -"29804",6449,16628,2,1997,2409 -"29805",6449,17351,3,1997,2036 -"29806",6449,17549,2,1997,2647 -"29807",6449,18165,3,1997,2085 -"29808",6449,18458,3,1997,2477 -"29809",6449,20331,3,1997,2365 -"29810",6449,20730,3,1997,2243 -"29811",6449,21285,3,1997,2100 -"29812",6449,21734,3,1997,2528 -"29813",6449,24558,2,1997,2139 -"29814",6449,26671,3,1997,2279 -"29815",6449,27694,3,1997,2030 -"29816",6449,31117,3,1997,2210 -"29817",6449,31159,2,1997,2231 -"29818",6449,31295,3,1997,2183 -"29819",6449,33200,3,1997,2221 -"29820",6449,33223,3,1997,2397 -"29821",6449,34120,3,1997,2786 -"29822",6449,38307,2,1997,2648 -"29823",6449,39464,2,1997,2314 -"29824",6449,41770,3,1997,2752 -"29825",6449,41945,2,1997,2856 -"29826",6449,42216,3,1997,2722 -"29827",6449,42783,2,1997,2338 -"29828",6449,43455,3,1997,2846 -"29829",6449,44688,3,1997,2924 -"29830",6449,45239,1,1997,2535 -"29831",6449,46446,3,1997,2295 -"29832",6449,46629,3,1997,2255 -"29833",6449,47140,3,1997,2439 -"29834",6449,50113,3,1997,2059 -"29835",6449,52576,3,1997,2234 -"29836",6449,52892,3,1997,2372 -"29837",6449,53995,3,1997,2151 -"29838",6449,60974,3,1997,2972 -"29839",6449,61982,3,1997,2725 -"29840",6449,65434,3,1997,2866 -"29841",6449,76892,3,1997,2381 -"29842",6449,79653,3,1997,2683 -"29843",6479,1745,3,1021,2693 -"29844",6479,13119,3,1021,1739 -"29845",6479,15078,2,1021,1033 -"29846",6479,15462,3,1021,1141 -"29847",6479,16437,3,1021,1956 -"29848",6479,16776,2,1021,1565 -"29849",6479,22964,3,1021,1443 -"29850",6479,31783,3,1021,1180 -"29851",6479,33314,3,1021,1444 -"29852",6479,37752,3,1021,2223 -"29853",6479,39443,3,1021,2277 -"29854",6479,39875,3,1021,2422 -"29855",6479,44786,3,1021,1096 -"29856",6479,45480,3,1021,1104 -"29857",6479,45983,3,1021,1260 -"29858",6479,46570,3,1021,1707 -"29859",6479,49372,2,1021,1756 -"29860",6479,49558,1,1021,2083 -"29861",6479,59039,3,1021,2870 -"29862",6479,65188,3,1021,2213 -"29863",6479,65522,3,1021,1572 -"29864",6479,69131,3,1021,2122 -"29865",6479,69788,3,1021,2007 -"29866",6479,70126,3,1021,1158 -"29867",6479,72438,3,1021,1397 -"29868",6479,77077,3,1021,2693 -"29869",6479,77377,2,1021,1487 -"29870",6479,88102,2,1021,1244 -"29871",6479,90745,2,1021,1994 -"29872",6480,827,3,1678,2964 -"29873",6480,916,3,1678,2718 -"29874",6480,1624,3,1678,2687 -"29875",6480,2282,3,1678,2056 -"29876",6480,2647,3,1678,2450 -"29877",6480,2927,2,1678,1789 -"29878",6480,4180,2,1678,1817 -"29879",6480,4551,2,1678,2720 -"29880",6480,5303,2,1678,1849 -"29881",6480,6040,3,1678,2103 -"29882",6480,7253,1,1678,2686 -"29883",6480,7254,1,1678,1849 -"29884",6480,13388,3,1678,2119 -"29885",6480,18700,3,1678,1929 -"29886",6480,19509,2,1678,2000 -"29887",6480,26513,3,1678,2205 -"29888",6480,28268,2,1678,2258 -"29889",6480,28782,3,1678,2272 -"29890",6480,34953,2,1678,1817 -"29891",6480,36840,3,1678,2269 -"29892",6480,42382,3,1678,2224 -"29893",6480,42390,3,1678,2937 -"29894",6480,46616,3,1678,1917 -"29895",6480,47607,2,1678,2724 -"29896",6480,52380,2,1678,2686 -"29897",6480,53584,3,1678,2391 -"29898",6480,58945,2,1678,2481 -"29899",6480,59511,2,1678,2753 -"29900",6480,69029,3,1678,2623 -"29901",6480,75194,2,1678,1736 -"29902",6480,80970,3,1678,2069 -"29903",6491,455,3,2424,2827 -"29904",6491,1136,2,2424,2536 -"29905",6491,2166,3,2424,2557 -"29906",6491,2224,3,2424,2751 -"29907",6491,2684,3,2424,2874 -"29908",6491,4618,3,2424,2607 -"29909",6491,5326,3,2424,2652 -"29910",6491,9362,2,2424,2879 -"29911",6491,14655,3,2424,2559 -"29912",6491,14834,3,2424,2739 -"29913",6491,19606,3,2424,2783 -"29914",6491,21275,3,2424,2609 -"29915",6491,26080,3,2424,2525 -"29916",6491,27753,3,2424,2750 -"29917",6491,31235,2,2424,2668 -"29918",6491,33801,3,2424,2899 -"29919",6491,36087,3,2424,2755 -"29920",6491,40369,1,2424,2735 -"29921",6491,43173,2,2424,2895 -"29922",6491,43226,3,2424,2442 -"29923",6491,43518,2,2424,2680 -"29924",6491,46950,3,2424,2673 -"29925",6491,47445,3,2424,2668 -"29926",6491,50118,3,2424,2654 -"29927",6491,51410,3,2424,2739 -"29928",6491,57544,1,2424,2443 -"29929",6491,57977,3,2424,2683 -"29930",6491,60661,3,2424,2700 -"29931",6491,64997,1,2424,2791 -"29932",6491,66413,3,2424,2507 -"29933",6491,88232,3,2424,2881 -"29934",6491,108379,3,2424,2933 -"29935",6492,2540,3,1162,1398 -"29936",6492,2684,3,1162,2874 -"29937",6492,2864,3,1162,1543 -"29938",6492,3198,2,1162,1797 -"29939",6492,3395,2,1162,1382 -"29940",6492,3397,2,1162,2126 -"29941",6492,3409,2,1162,2167 -"29942",6492,3453,1,1162,2126 -"29943",6492,12778,2,1162,2045 -"29944",6492,16542,3,1162,2039 -"29945",6492,17245,3,1162,1811 -"29946",6492,19380,3,1162,2637 -"29947",6492,19893,3,1162,1223 -"29948",6492,23460,3,1162,2183 -"29949",6492,24753,2,1162,2860 -"29950",6492,24793,3,1162,1993 -"29951",6492,24826,3,1162,1382 -"29952",6492,26421,3,1162,2634 -"29953",6492,28588,3,1162,1335 -"29954",6492,32419,3,1162,1909 -"29955",6492,40879,1,1162,2019 -"29956",6492,41664,3,1162,2641 -"29957",6492,43902,2,1162,1726 -"29958",6492,52699,1,1162,1372 -"29959",6492,83286,2,1162,1793 -"29960",6492,83291,2,1162,2066 -"29961",6512,998,3,1672,1795 -"29962",6512,3947,3,1672,2067 -"29963",6512,6255,3,1672,2895 -"29964",6512,15636,3,1672,2857 -"29965",6512,25508,3,1672,2081 -"29966",6512,27195,3,1672,2158 -"29967",6512,29930,3,1672,2240 -"29968",6512,43349,1,1672,2400 -"29969",6512,50269,3,1672,1966 -"29970",6512,53219,3,1672,2973 -"29971",6544,358,2,779,798 -"29972",6544,361,3,779,1970 -"29973",6544,392,3,779,1915 -"29974",6544,26408,3,779,1545 -"29975",6544,36763,3,779,2165 -"29976",6544,49581,3,779,1817 -"29977",6544,49677,3,779,1222 -"29978",6544,52457,3,779,849 -"29979",6544,69087,1,779,798 -"29980",6544,69091,3,779,1267 -"29981",6544,76470,3,779,887 -"29982",6562,468,3,1139,1966 -"29983",6562,1369,3,1139,2487 -"29984",6562,2206,3,1139,2536 -"29985",6562,2724,2,1139,2447 -"29986",6562,3520,3,1139,2281 -"29987",6562,3557,3,1139,1259 -"29988",6562,3559,3,1139,2413 -"29989",6562,3786,2,1139,2282 -"29990",6562,5673,2,1139,1567 -"29991",6562,6040,3,1139,2103 -"29992",6562,6071,3,1139,2310 -"29993",6562,6999,3,1139,2214 -"29994",6562,7648,3,1139,1861 -"29995",6562,7942,3,1139,2623 -"29996",6562,9273,3,1139,1747 -"29997",6562,9912,3,1139,1356 -"29998",6562,10435,3,1139,1984 -"29999",6562,10716,3,1139,1692 -"30000",6562,11135,3,1139,2441 -"30001",6562,11429,3,1139,2520 -"30002",6562,11676,3,1139,1614 -"30003",6562,11803,2,1139,1232 -"30004",6562,12031,2,1139,1957 -"30005",6562,12116,3,1139,2119 -"30006",6562,12861,2,1139,1207 -"30007",6562,13024,3,1139,2468 -"30008",6562,13340,3,1139,1918 -"30009",6562,13400,3,1139,1371 -"30010",6562,14061,2,1139,1620 -"30011",6562,15916,3,1139,1236 -"30012",6562,16184,3,1139,2274 -"30013",6562,16361,3,1139,1641 -"30014",6562,17608,3,1139,1216 -"30015",6562,17768,3,1139,2468 -"30016",6562,17952,3,1139,1530 -"30017",6562,17999,2,1139,2758 -"30018",6562,19476,3,1139,1708 -"30019",6562,19687,3,1139,2072 -"30020",6562,20038,3,1139,1531 -"30021",6562,20517,2,1139,1465 -"30022",6562,21352,3,1139,1604 -"30023",6562,21419,3,1139,1243 -"30024",6562,21701,3,1139,1198 -"30025",6562,21895,2,1139,1693 -"30026",6562,22905,2,1139,2599 -"30027",6562,23364,3,1139,2306 -"30028",6562,23639,2,1139,2065 -"30029",6562,23731,2,1139,1656 -"30030",6562,23739,3,1139,2463 -"30031",6562,24116,1,1139,1413 -"30032",6562,24867,3,1139,1861 -"30033",6562,25053,3,1139,2186 -"30034",6562,25286,3,1139,1545 -"30035",6562,25885,3,1139,1223 -"30036",6562,25886,1,1139,1580 -"30037",6562,26100,2,1139,1966 -"30038",6562,26227,3,1139,2265 -"30039",6562,26567,3,1139,1158 -"30040",6562,29276,3,1139,2000 -"30041",6562,31259,3,1139,2082 -"30042",6562,32939,3,1139,2277 -"30043",6562,33363,3,1139,2475 -"30044",6562,34055,3,1139,1881 -"30045",6562,34953,3,1139,1817 -"30046",6562,35317,3,1139,1888 -"30047",6562,35844,3,1139,2961 -"30048",6562,36662,3,1139,2967 -"30049",6562,36996,3,1139,2321 -"30050",6562,39911,3,1139,1445 -"30051",6562,41051,1,1139,2767 -"30052",6562,41603,3,1139,1942 -"30053",6562,41669,3,1139,1247 -"30054",6562,42407,2,1139,2408 -"30055",6562,42628,2,1139,2486 -"30056",6562,43518,3,1139,2680 -"30057",6562,44501,3,1139,2567 -"30058",6562,45487,3,1139,2256 -"30059",6562,47827,3,1139,1957 -"30060",6562,49805,3,1139,2445 -"30061",6562,50635,3,1139,2962 -"30062",6562,51774,3,1139,2459 -"30063",6562,53289,3,1139,2746 -"30064",6562,53362,3,1139,2360 -"30065",6562,53599,3,1139,2364 -"30066",6562,55436,3,1139,2513 -"30067",6562,55446,3,1139,1247 -"30068",6562,55730,2,1139,1217 -"30069",6562,56212,2,1139,1410 -"30070",6562,56673,2,1139,2419 -"30071",6562,58233,3,1139,1665 -"30072",6562,59289,3,1139,2896 -"30073",6562,61513,3,1139,2948 -"30074",6562,62848,2,1139,1230 -"30075",6562,63096,3,1139,2307 -"30076",6562,66267,3,1139,1278 -"30077",6562,74054,3,1139,1488 -"30078",6562,74409,3,1139,2639 -"30079",6562,75502,3,1139,1474 -"30080",6562,77719,3,1139,2086 -"30081",6562,78277,3,1139,1937 -"30082",6562,79236,3,1139,1505 -"30083",6562,80061,3,1139,1223 -"30084",6562,80705,3,1139,2764 -"30085",6562,80784,3,1139,1738 -"30086",6562,81134,3,1139,1384 -"30087",6562,82175,3,1139,1590 -"30088",6562,84317,3,1139,2081 -"30089",6562,84322,3,1139,1635 -"30090",6562,87958,3,1139,1234 -"30091",6562,92947,3,1139,1289 -"30092",6562,93317,3,1139,1223 -"30093",6562,93670,3,1139,1682 -"30094",6562,94339,3,1139,2768 -"30095",6562,95211,2,1139,2462 -"30096",6562,99955,3,1139,1223 -"30097",6562,106554,3,1139,1270 -"30098",6562,110737,3,1139,2117 -"30099",6562,116792,3,1139,2397 -"30100",6577,671,3,1951,2328 -"30101",6577,4980,3,1951,2093 -"30102",6577,8258,3,1951,1959 -"30103",6577,9893,3,1951,2701 -"30104",6577,23319,3,1951,2867 -"30105",6577,25816,3,1951,2088 -"30106",6577,26749,3,1951,2965 -"30107",6577,28635,3,1951,2368 -"30108",6577,42722,3,1951,2368 -"30109",6577,45715,3,1951,2287 -"30110",6577,51410,3,1951,2739 -"30111",6577,55691,3,1951,2856 -"30112",6577,60867,3,1951,2689 -"30113",6577,101140,3,1951,2364 -"30114",6580,1015,3,222,1174 -"30115",6580,1203,2,222,1350 -"30116",6580,2294,2,222,1638 -"30117",6580,8860,2,222,2141 -"30118",6580,10087,3,222,1617 -"30119",6580,21352,3,222,1604 -"30120",6580,33341,3,222,2338 -"30121",6580,33491,3,222,1226 -"30122",6580,34094,2,222,1360 -"30123",6580,105419,3,222,855 -"30124",6588,270,2,2025,2542 -"30125",6588,380,2,2025,2261 -"30126",6588,1102,2,2025,2282 -"30127",6588,2195,3,2025,2139 -"30128",6588,2424,2,2025,2582 -"30129",6588,2484,3,2025,2389 -"30130",6588,2572,3,2025,2273 -"30131",6588,3305,3,2025,2839 -"30132",6588,3477,3,2025,2546 -"30133",6588,3493,3,2025,2451 -"30134",6588,4953,3,2025,2285 -"30135",6588,5072,3,2025,2175 -"30136",6588,5235,3,2025,2324 -"30137",6588,5622,3,2025,2175 -"30138",6588,6063,3,2025,2349 -"30139",6588,6074,3,2025,2426 -"30140",6588,6363,3,2025,2066 -"30141",6588,6718,3,2025,2138 -"30142",6588,7180,3,2025,2227 -"30143",6588,7234,3,2025,2654 -"30144",6588,7616,3,2025,2296 -"30145",6588,9624,3,2025,2398 -"30146",6588,9654,3,2025,2111 -"30147",6588,9928,3,2025,2345 -"30148",6588,10513,3,2025,2284 -"30149",6588,10857,2,2025,2253 -"30150",6588,11218,2,2025,2292 -"30151",6588,11440,3,2025,2026 -"30152",6588,11477,3,2025,2724 -"30153",6588,12042,3,2025,2345 -"30154",6588,12374,2,2025,2260 -"30155",6588,13307,2,2025,2206 -"30156",6588,13573,3,2025,2774 -"30157",6588,14252,3,2025,2244 -"30158",6588,14586,3,2025,2801 -"30159",6588,14655,3,2025,2559 -"30160",6588,14989,3,2025,2223 -"30161",6588,15003,3,2025,2067 -"30162",6588,15444,3,2025,2764 -"30163",6588,15813,3,2025,2143 -"30164",6588,16352,3,2025,2657 -"30165",6588,17365,3,2025,2746 -"30166",6588,17400,2,2025,2231 -"30167",6588,18005,3,2025,2449 -"30168",6588,18361,3,2025,2968 -"30169",6588,18394,2,2025,2356 -"30170",6588,19248,3,2025,2357 -"30171",6588,19622,2,2025,2371 -"30172",6588,19719,3,2025,2177 -"30173",6588,19862,3,2025,2412 -"30174",6588,20124,2,2025,2376 -"30175",6588,21012,2,2025,2325 -"30176",6588,21104,3,2025,2327 -"30177",6588,21248,3,2025,2232 -"30178",6588,21285,3,2025,2100 -"30179",6588,21693,3,2025,2176 -"30180",6588,22197,3,2025,2271 -"30181",6588,22326,3,2025,2818 -"30182",6588,23011,3,2025,2763 -"30183",6588,23509,3,2025,2275 -"30184",6588,23725,2,2025,2378 -"30185",6588,25305,3,2025,2447 -"30186",6588,25985,3,2025,2071 -"30187",6588,26067,3,2025,2069 -"30188",6588,26080,3,2025,2525 -"30189",6588,26671,3,2025,2279 -"30190",6588,26848,2,2025,2363 -"30191",6588,30052,3,2025,2855 -"30192",6588,30405,2,2025,2164 -"30193",6588,31307,3,2025,2139 -"30194",6588,31436,3,2025,2892 -"30195",6588,32173,3,2025,2341 -"30196",6588,32965,3,2025,2071 -"30197",6588,33223,3,2025,2397 -"30198",6588,33622,3,2025,2230 -"30199",6588,34136,3,2025,2202 -"30200",6588,34480,3,2025,2755 -"30201",6588,34836,3,2025,2302 -"30202",6588,35402,2,2025,2339 -"30203",6588,35926,3,2025,2371 -"30204",6588,38307,3,2025,2648 -"30205",6588,39444,3,2025,2695 -"30206",6588,41945,3,2025,2856 -"30207",6588,41972,3,2025,2509 -"30208",6588,42216,3,2025,2722 -"30209",6588,43213,2,2025,2160 -"30210",6588,43455,2,2025,2846 -"30211",6588,43518,3,2025,2680 -"30212",6588,43673,2,2025,2787 -"30213",6588,45684,2,2025,2200 -"30214",6588,45729,3,2025,2606 -"30215",6588,46629,1,2025,2255 -"30216",6588,48035,3,2025,2180 -"30217",6588,48215,3,2025,2028 -"30218",6588,49110,3,2025,2938 -"30219",6588,50118,3,2025,2654 -"30220",6588,50236,2,2025,2339 -"30221",6588,51041,3,2025,2606 -"30222",6588,51866,3,2025,2411 -"30223",6588,52576,3,2025,2234 -"30224",6588,54551,2,2025,2348 -"30225",6588,54929,3,2025,2783 -"30226",6588,55076,3,2025,2408 -"30227",6588,56082,2,2025,2395 -"30228",6588,56237,2,2025,2625 -"30229",6588,61982,2,2025,2725 -"30230",6588,62841,3,2025,2710 -"30231",6588,64947,3,2025,2489 -"30232",6588,67726,3,2025,2873 -"30233",6588,68215,3,2025,2727 -"30234",6588,71217,3,2025,2169 -"30235",6588,72207,2,2025,2430 -"30236",6588,72326,1,2025,2384 -"30237",6588,76892,3,2025,2381 -"30238",6588,79804,3,2025,2227 -"30239",6588,83396,3,2025,2396 -"30240",6588,92104,3,2025,2339 -"30241",6588,97498,3,2025,2346 -"30242",6588,108867,3,2025,2328 -"30243",6588,117956,3,2025,2774 -"30244",6593,24264,3,253,1760 -"30245",6596,455,3,804,2827 -"30246",6596,9624,2,804,2398 -"30247",6596,18891,3,804,1596 -"30248",6596,28991,2,804,1688 -"30249",6596,96653,3,804,1917 -"30250",6602,270,3,1631,2542 -"30251",6602,680,3,1631,2569 -"30252",6602,1321,3,1631,2075 -"30253",6602,1453,3,1631,1737 -"30254",6602,1560,3,1631,2013 -"30255",6602,2224,3,1631,2751 -"30256",6602,2407,3,1631,1725 -"30257",6602,2424,2,1631,2582 -"30258",6602,2533,3,1631,2016 -"30259",6602,2563,3,1631,1686 -"30260",6602,3011,3,1631,2278 -"30261",6602,3175,3,1631,1938 -"30262",6602,3305,3,1631,2839 -"30263",6602,3460,3,1631,2530 -"30264",6602,3765,3,1631,2775 -"30265",6602,3896,2,1631,2693 -"30266",6602,4303,3,1631,2414 -"30267",6602,4821,2,1631,1938 -"30268",6602,4932,2,1631,2752 -"30269",6602,4983,3,1631,1909 -"30270",6602,5392,3,1631,1648 -"30271",6602,6222,3,1631,1949 -"30272",6602,6449,3,1631,1997 -"30273",6602,7078,3,1631,2344 -"30274",6602,7548,3,1631,1932 -"30275",6602,7858,3,1631,1795 -"30276",6602,8062,3,1631,2858 -"30277",6602,9175,3,1631,2639 -"30278",6602,9311,3,1631,2477 -"30279",6602,9364,3,1631,1698 -"30280",6602,9716,3,1631,1929 -"30281",6602,9979,3,1631,2238 -"30282",6602,11329,2,1631,2799 -"30283",6602,11429,3,1631,2520 -"30284",6602,11477,3,1631,2724 -"30285",6602,12388,3,1631,1975 -"30286",6602,12759,3,1631,2414 -"30287",6602,14669,3,1631,2080 -"30288",6602,14887,2,1631,2158 -"30289",6602,14959,3,1631,2898 -"30290",6602,14972,3,1631,2332 -"30291",6602,15095,3,1631,2001 -"30292",6602,15207,3,1631,1855 -"30293",6602,15453,3,1631,1688 -"30294",6602,15700,3,1631,1712 -"30295",6602,15813,3,1631,2143 -"30296",6602,16866,3,1631,2718 -"30297",6602,17354,3,1631,2250 -"30298",6602,17396,3,1631,1672 -"30299",6602,17520,3,1631,2276 -"30300",6602,18124,3,1631,1642 -"30301",6602,18165,3,1631,2085 -"30302",6602,18371,3,1631,2860 -"30303",6602,18670,3,1631,1835 -"30304",6602,18865,3,1631,2676 -"30305",6602,19528,3,1631,2742 -"30306",6602,20070,3,1631,1914 -"30307",6602,21164,3,1631,1645 -"30308",6602,21285,3,1631,2100 -"30309",6602,24169,3,1631,1663 -"30310",6602,24255,2,1631,2770 -"30311",6602,25373,3,1631,2783 -"30312",6602,25610,3,1631,2328 -"30313",6602,26608,3,1631,2329 -"30314",6602,29073,3,1631,2328 -"30315",6602,29314,3,1631,2736 -"30316",6602,30334,2,1631,2075 -"30317",6602,30705,3,1631,2959 -"30318",6602,31997,3,1631,1703 -"30319",6602,33380,3,1631,2340 -"30320",6602,33433,3,1631,2805 -"30321",6602,34707,3,1631,2042 -"30322",6602,35518,3,1631,1721 -"30323",6602,35888,3,1631,2291 -"30324",6602,36031,2,1631,2342 -"30325",6602,36609,3,1631,2918 -"30326",6602,36646,3,1631,2744 -"30327",6602,36953,3,1631,2790 -"30328",6602,37636,2,1631,2178 -"30329",6602,37844,3,1631,2002 -"30330",6602,38921,3,1631,1880 -"30331",6602,38973,3,1631,1999 -"30332",6602,40392,2,1631,1878 -"30333",6602,41429,3,1631,1770 -"30334",6602,41723,3,1631,2101 -"30335",6602,42216,3,1631,2722 -"30336",6602,42619,3,1631,2017 -"30337",6602,42642,3,1631,2257 -"30338",6602,43204,3,1631,1680 -"30339",6602,43455,3,1631,2846 -"30340",6602,45239,3,1631,2535 -"30341",6602,45461,3,1631,2458 -"30342",6602,45618,3,1631,2356 -"30343",6602,46629,3,1631,2255 -"30344",6602,47082,3,1631,1990 -"30345",6602,47440,3,1631,2234 -"30346",6602,47869,3,1631,2097 -"30347",6602,48215,2,1631,2028 -"30348",6602,51783,2,1631,2599 -"30349",6602,52576,3,1631,2234 -"30350",6602,55604,3,1631,2342 -"30351",6602,56082,3,1631,2395 -"30352",6602,60516,3,1631,2257 -"30353",6602,61982,3,1631,2725 -"30354",6602,62903,3,1631,1704 -"30355",6602,63395,2,1631,2334 -"30356",6602,64469,3,1631,2707 -"30357",6602,68215,3,1631,2727 -"30358",6602,69300,3,1631,2068 -"30359",6602,74204,3,1631,2463 -"30360",6602,76892,3,1631,2381 -"30361",6602,77815,3,1631,2358 -"30362",6602,85525,3,1631,1718 -"30363",6602,89681,3,1631,1978 -"30364",6603,9801,3,2185,2443 -"30365",6603,36506,3,2185,2638 -"30366",6603,45461,3,2185,2458 -"30367",6603,47534,3,2185,2712 -"30368",6612,23319,2,2343,2867 -"30369",6621,55,1,2478,2524 -"30370",6621,3477,3,2478,2546 -"30371",6621,13200,3,2478,2488 -"30372",6621,24923,3,2478,2785 -"30373",6621,37801,3,2478,2578 -"30374",6621,44312,3,2478,2741 -"30375",6621,57205,2,2478,2948 -"30376",6627,2334,3,2063,2619 -"30377",6627,4730,2,2063,2131 -"30378",6627,7433,3,2063,2255 -"30379",6627,11103,2,2063,2393 -"30380",6627,11506,3,2063,2824 -"30381",6627,12948,3,2063,2669 -"30382",6627,18571,2,2063,2128 -"30383",6627,18943,3,2063,2861 -"30384",6627,21180,2,2063,2762 -"30385",6627,21463,1,2063,2437 -"30386",6627,27390,3,2063,2425 -"30387",6627,27783,2,2063,2302 -"30388",6627,29930,3,2063,2240 -"30389",6627,30442,3,2063,2124 -"30390",6627,32449,3,2063,2091 -"30391",6627,33622,3,2063,2230 -"30392",6627,34162,3,2063,2336 -"30393",6627,36136,2,2063,2338 -"30394",6627,36574,3,2063,2934 -"30395",6627,38144,3,2063,2637 -"30396",6627,38309,3,2063,2644 -"30397",6627,38755,3,2063,2902 -"30398",6627,39105,1,2063,2487 -"30399",6627,46951,2,2063,2429 -"30400",6627,55775,2,2063,2385 -"30401",6627,59039,3,2063,2870 -"30402",6627,68592,3,2063,2551 -"30403",6627,69335,3,2063,2698 -"30404",6627,76132,2,2063,2426 -"30405",6627,79322,3,2063,2770 -"30406",6627,111034,3,2063,2131 -"30407",6661,2063,3,149,1278 -"30408",6661,16609,3,149,538 -"30409",6661,108620,3,149,881 -"30410",6665,2798,3,418,1673 -"30411",6665,12475,3,418,588 -"30412",6665,65389,3,418,503 -"30413",6665,73394,3,418,1606 -"30414",6665,79420,3,418,1061 -"30415",6665,82819,3,418,1900 -"30416",6697,2446,3,2438,2606 -"30417",6697,4707,3,2438,2588 -"30418",6697,11136,2,2438,2573 -"30419",6697,14754,3,2438,2456 -"30420",6697,27908,3,2438,2576 -"30421",6697,47968,3,2438,2829 -"30422",6697,54284,3,2438,2491 -"30423",6697,65223,3,2438,2724 -"30424",6697,66693,3,2438,2554 -"30425",6697,111375,3,2438,2686 -"30426",6718,270,2,2138,2542 -"30427",6718,380,3,2138,2261 -"30428",6718,1102,3,2138,2282 -"30429",6718,1367,3,2138,2176 -"30430",6718,2224,3,2138,2751 -"30431",6718,2424,3,2138,2582 -"30432",6718,3305,3,2138,2839 -"30433",6718,4701,3,2138,2401 -"30434",6718,5148,3,2138,2206 -"30435",6718,5235,3,2138,2324 -"30436",6718,5725,3,2138,2789 -"30437",6718,6044,3,2138,2744 -"30438",6718,7515,3,2138,2737 -"30439",6718,7616,3,2138,2296 -"30440",6718,8533,2,2138,2251 -"30441",6718,8762,3,2138,2585 -"30442",6718,9624,3,2138,2398 -"30443",6718,10857,3,2138,2253 -"30444",6718,11218,3,2138,2292 -"30445",6718,12374,3,2138,2260 -"30446",6718,13307,3,2138,2206 -"30447",6718,14959,2,2138,2898 -"30448",6718,18361,3,2138,2968 -"30449",6718,18394,2,2138,2356 -"30450",6718,19622,3,2138,2371 -"30451",6718,19862,3,2138,2412 -"30452",6718,20124,3,2138,2376 -"30453",6718,21012,3,2138,2325 -"30454",6718,21104,3,2138,2327 -"30455",6718,21693,2,2138,2176 -"30456",6718,22197,3,2138,2271 -"30457",6718,22326,2,2138,2818 -"30458",6718,23509,3,2138,2275 -"30459",6718,23725,3,2138,2378 -"30460",6718,25305,2,2138,2447 -"30461",6718,28285,3,2138,2972 -"30462",6718,29073,3,2138,2328 -"30463",6718,29962,3,2138,2201 -"30464",6718,30173,3,2138,2404 -"30465",6718,30405,2,2138,2164 -"30466",6718,31307,3,2138,2139 -"30467",6718,32173,3,2138,2341 -"30468",6718,35235,3,2138,2610 -"30469",6718,35402,3,2138,2339 -"30470",6718,42216,3,2138,2722 -"30471",6718,43455,3,2138,2846 -"30472",6718,43518,3,2138,2680 -"30473",6718,46629,3,2138,2255 -"30474",6718,47947,3,2138,2681 -"30475",6718,48035,3,2138,2180 -"30476",6718,50118,3,2138,2654 -"30477",6718,50236,3,2138,2339 -"30478",6718,52576,3,2138,2234 -"30479",6718,53300,3,2138,2162 -"30480",6718,54551,3,2138,2348 -"30481",6718,56082,3,2138,2395 -"30482",6718,57977,3,2138,2683 -"30483",6718,58508,3,2138,2326 -"30484",6718,61982,3,2138,2725 -"30485",6718,62840,3,2138,2502 -"30486",6718,68215,3,2138,2727 -"30487",6718,70217,2,2138,2332 -"30488",6718,71562,3,2138,2574 -"30489",6718,72207,2,2138,2430 -"30490",6718,72326,3,2138,2384 -"30491",6718,79804,2,2138,2227 -"30492",6718,101295,3,2138,2165 -"30493",6718,101797,3,2138,2357 -"30494",6718,117956,3,2138,2774 -"30495",6724,65856,2,2151,2504 -"30496",6740,10130,3,2699,2741 -"30497",6740,23319,3,2699,2867 -"30498",6740,51410,3,2699,2739 -"30499",6740,61982,3,2699,2725 -"30500",6740,62841,2,2699,2710 -"30501",6755,36662,3,2818,2967 -"30502",6758,1756,2,1431,2231 -"30503",6758,8354,3,1431,1705 -"30504",6758,18965,2,1431,2315 -"30505",6758,57402,3,1431,2454 -"30506",6758,61337,2,1431,2777 -"30507",6800,4188,3,2053,2963 -"30508",6800,5937,3,2053,2392 -"30509",6800,6234,3,2053,2654 -"30510",6800,14861,3,2053,2269 -"30511",6800,15558,3,2053,2389 -"30512",6800,16477,3,2053,2069 -"30513",6800,20011,3,2053,2826 -"30514",6800,30194,3,2053,2874 -"30515",6800,31259,2,2053,2082 -"30516",6800,33460,3,2053,2781 -"30517",6800,41521,2,2053,2069 -"30518",6800,42136,3,2053,2551 -"30519",6800,44730,3,2053,2468 -"30520",6800,50899,2,2053,2125 -"30521",6800,53648,3,2053,2167 -"30522",6800,56413,3,2053,2747 -"30523",6800,63096,3,2053,2307 -"30524",6800,79746,3,2053,2272 -"30525",6800,80705,3,2053,2764 -"30526",6804,12803,2,74,894 -"30527",6820,19137,3,1318,1437 -"30528",6820,78262,3,1318,1326 -"30529",6821,145,2,1788,1998 -"30530",6821,160,3,1788,2007 -"30531",6821,237,3,1788,1982 -"30532",6821,341,3,1788,2689 -"30533",6821,371,3,1788,2950 -"30534",6821,680,3,1788,2569 -"30535",6821,841,3,1788,2964 -"30536",6821,913,3,1788,2144 -"30537",6821,3271,3,1788,2216 -"30538",6821,3456,3,1788,1999 -"30539",6821,3978,3,1788,2775 -"30540",6821,4249,3,1788,2547 -"30541",6821,4929,3,1788,2240 -"30542",6821,5897,3,1788,2337 -"30543",6821,6324,3,1788,1990 -"30544",6821,7167,3,1788,1993 -"30545",6821,8842,3,1788,2535 -"30546",6821,8865,2,1788,2394 -"30547",6821,9272,3,1788,2835 -"30548",6821,9301,3,1788,1861 -"30549",6821,9331,3,1788,2269 -"30550",6821,10215,3,1788,2006 -"30551",6821,10373,2,1788,2436 -"30552",6821,11477,3,1788,2724 -"30553",6821,12081,2,1788,2166 -"30554",6821,12729,3,1788,1835 -"30555",6821,12759,3,1788,2414 -"30556",6821,13324,3,1788,2163 -"30557",6821,13842,3,1788,2250 -"30558",6821,14586,3,1788,2801 -"30559",6821,14918,2,1788,2071 -"30560",6821,15826,3,1788,2772 -"30561",6821,16437,1,1788,1956 -"30562",6821,16796,3,1788,1892 -"30563",6821,17351,2,1788,2036 -"30564",6821,17549,2,1788,2647 -"30565",6821,17632,2,1788,1947 -"30566",6821,18670,2,1788,1835 -"30567",6821,18965,3,1788,2315 -"30568",6821,19165,3,1788,2436 -"30569",6821,19433,3,1788,2504 -"30570",6821,19934,3,1788,2888 -"30571",6821,20308,3,1788,2254 -"30572",6821,20331,3,1788,2365 -"30573",6821,20894,3,1788,2214 -"30574",6821,21079,2,1788,1997 -"30575",6821,21734,2,1788,2528 -"30576",6821,22682,3,1788,2035 -"30577",6821,23460,3,1788,2183 -"30578",6821,24086,3,1788,2663 -"30579",6821,24256,3,1788,2393 -"30580",6821,24558,3,1788,2139 -"30581",6821,27280,3,1788,1965 -"30582",6821,27796,3,1788,2151 -"30583",6821,28051,2,1788,2089 -"30584",6821,30669,3,1788,1921 -"30585",6821,31117,3,1788,2210 -"30586",6821,31159,3,1788,2231 -"30587",6821,31235,3,1788,2668 -"30588",6821,31700,3,1788,2727 -"30589",6821,31705,3,1788,2706 -"30590",6821,34120,3,1788,2786 -"30591",6821,35456,3,1788,2358 -"30592",6821,36344,3,1788,2570 -"30593",6821,37238,3,1788,2609 -"30594",6821,37636,3,1788,2178 -"30595",6821,37752,2,1788,2223 -"30596",6821,38259,3,1788,2258 -"30597",6821,38307,3,1788,2648 -"30598",6821,38373,3,1788,1928 -"30599",6821,39062,3,1788,2020 -"30600",6821,39534,3,1788,2410 -"30601",6821,39875,3,1788,2422 -"30602",6821,40623,3,1788,2580 -"30603",6821,41900,1,1788,1970 -"30604",6821,41945,2,1788,2856 -"30605",6821,43226,3,1788,2442 -"30606",6821,43455,3,1788,2846 -"30607",6821,43961,3,1788,2443 -"30608",6821,44688,3,1788,2924 -"30609",6821,46446,3,1788,2295 -"30610",6821,48110,3,1788,2009 -"30611",6821,50113,3,1788,2059 -"30612",6821,58508,3,1788,2326 -"30613",6821,59039,2,1788,2870 -"30614",6821,64181,3,1788,1828 -"30615",6821,64967,2,1788,2872 -"30616",6821,65188,3,1788,2213 -"30617",6821,69232,3,1788,2130 -"30618",6821,69335,3,1788,2698 -"30619",6821,70573,3,1788,1993 -"30620",6821,77077,3,1788,2693 -"30621",6821,80506,3,1788,1920 -"30622",6821,80812,3,1788,2357 -"30623",6821,88067,3,1788,2315 -"30624",6821,90745,3,1788,1994 -"30625",6821,119524,3,1788,1930 -"30626",6824,566,3,2680,2698 -"30627",6824,10638,1,2680,2692 -"30628",6824,11506,2,2680,2824 -"30629",6824,18943,2,2680,2861 -"30630",6824,20007,3,2680,2971 -"30631",6824,28582,3,2680,2698 -"30632",6824,41978,3,2680,2824 -"30633",6824,59039,3,2680,2870 -"30634",6824,69335,3,2680,2698 -"30635",6841,393,1,263,643 -"30636",6841,1785,3,263,2350 -"30637",6841,2737,3,263,607 -"30638",6841,4249,3,263,2547 -"30639",6841,4784,3,263,2511 -"30640",6841,6020,3,263,1864 -"30641",6841,6747,2,263,2913 -"30642",6841,7763,3,263,1656 -"30643",6841,13595,3,263,1164 -"30644",6841,14212,3,263,857 -"30645",6841,14612,3,263,2340 -"30646",6841,16910,3,263,1978 -"30647",6841,17672,2,263,1987 -"30648",6841,19617,3,263,679 -"30649",6841,19656,3,263,2059 -"30650",6841,21358,3,263,1970 -"30651",6841,25941,3,263,2369 -"30652",6841,27570,3,263,1559 -"30653",6841,28648,3,263,1586 -"30654",6841,30804,3,263,1614 -"30655",6841,33108,3,263,1559 -"30656",6841,34274,3,263,1437 -"30657",6841,36520,2,263,571 -"30658",6841,37765,3,263,1134 -"30659",6841,41141,3,263,2159 -"30660",6841,41489,3,263,2006 -"30661",6841,45297,2,263,1864 -"30662",6841,46049,2,263,2102 -"30663",6841,48823,3,263,2080 -"30664",6841,49029,3,263,647 -"30665",6841,52179,3,263,1572 -"30666",6841,52386,3,263,1830 -"30667",6841,54488,3,263,2357 -"30668",6841,54816,2,263,592 -"30669",6841,59143,3,263,359 -"30670",6841,67289,3,263,829 -"30671",6841,69732,3,263,732 -"30672",6841,82217,3,263,2441 -"30673",6841,93642,3,263,1120 -"30674",6841,105435,3,263,684 -"30675",6843,1067,3,144,918 -"30676",6843,4723,2,144,1314 -"30677",6843,8913,3,144,968 -"30678",6843,11477,3,144,2724 -"30679",6843,15401,3,144,1999 -"30680",6843,16801,3,144,2008 -"30681",6843,19606,3,144,2783 -"30682",6843,23280,3,144,536 -"30683",6843,32988,3,144,2008 -"30684",6843,38219,3,144,1689 -"30685",6843,39627,3,144,546 -"30686",6843,40565,3,144,2115 -"30687",6843,46680,2,144,1690 -"30688",6843,53105,3,144,953 -"30689",6843,65155,3,144,1947 -"30690",6843,71024,1,144,2312 -"30691",6843,95309,3,144,687 -"30692",6871,2111,3,1882,1904 -"30693",6871,5239,3,1882,2875 -"30694",6871,5971,3,1882,1985 -"30695",6871,6588,3,1882,2025 -"30696",6871,13780,3,1882,2412 -"30697",6871,15401,3,1882,1999 -"30698",6871,30747,3,1882,2455 -"30699",6871,32988,3,1882,2008 -"30700",6871,40645,3,1882,1899 -"30701",6871,46040,3,1882,2105 -"30702",6871,46629,3,1882,2255 -"30703",6871,65155,3,1882,1947 -"30704",6876,237,2,1511,1982 -"30705",6876,448,3,1511,2693 -"30706",6876,9060,3,1511,1612 -"30707",6876,9785,3,1511,2951 -"30708",6876,31868,3,1511,1993 -"30709",6876,35728,3,1511,2017 -"30710",6876,59637,3,1511,2141 -"30711",6876,111375,3,1511,2686 -"30712",6877,489,2,867,2652 -"30713",6877,1196,3,867,1986 -"30714",6877,1314,3,867,1522 -"30715",6877,1349,3,867,1147 -"30716",6877,1519,3,867,2349 -"30717",6877,1846,3,867,1845 -"30718",6877,2190,3,867,2359 -"30719",6877,2206,3,867,2536 -"30720",6877,2224,3,867,2751 -"30721",6877,2226,3,867,2225 -"30722",6877,2429,3,867,999 -"30723",6877,2489,3,867,1537 -"30724",6877,2936,2,867,2512 -"30725",6877,3493,3,867,2451 -"30726",6877,3751,3,867,1358 -"30727",6877,4001,3,867,1687 -"30728",6877,4361,3,867,2571 -"30729",6877,4660,1,867,2149 -"30730",6877,4665,3,867,1569 -"30731",6877,5683,3,867,2468 -"30732",6877,8821,3,867,2230 -"30733",6877,9723,3,867,2302 -"30734",6877,12361,3,867,2732 -"30735",6877,13879,2,867,2748 -"30736",6877,14043,3,867,2084 -"30737",6877,15535,3,867,891 -"30738",6877,16365,3,867,2217 -"30739",6877,18978,3,867,952 -"30740",6877,19204,3,867,1753 -"30741",6877,19501,2,867,1186 -"30742",6877,19655,2,867,2706 -"30743",6877,20941,3,867,2725 -"30744",6877,21207,3,867,1258 -"30745",6877,21240,3,867,1162 -"30746",6877,23154,3,867,2345 -"30747",6877,23398,3,867,896 -"30748",6877,23966,2,867,891 -"30749",6877,25241,2,867,1233 -"30750",6877,27390,3,867,2425 -"30751",6877,27686,2,867,2844 -"30752",6877,28909,3,867,978 -"30753",6877,30306,3,867,1606 -"30754",6877,31109,3,867,1845 -"30755",6877,31335,3,867,2351 -"30756",6877,31866,3,867,2101 -"30757",6877,32202,3,867,2314 -"30758",6877,32470,2,867,1539 -"30759",6877,33341,3,867,2338 -"30760",6877,33681,3,867,1059 -"30761",6877,33870,2,867,955 -"30762",6877,35187,3,867,2488 -"30763",6877,35797,3,867,2482 -"30764",6877,36487,2,867,2622 -"30765",6877,36912,3,867,2469 -"30766",6877,37859,3,867,1999 -"30767",6877,38691,3,867,2585 -"30768",6877,39249,3,867,1665 -"30769",6877,39534,3,867,2410 -"30770",6877,40572,3,867,2666 -"30771",6877,41187,3,867,2340 -"30772",6877,42256,3,867,2839 -"30773",6877,43673,3,867,2787 -"30774",6877,44074,3,867,1299 -"30775",6877,44877,3,867,1219 -"30776",6877,48015,3,867,1355 -"30777",6877,50581,3,867,1258 -"30778",6877,51774,3,867,2459 -"30779",6877,58414,3,867,880 -"30780",6877,60808,3,867,1258 -"30781",6877,62066,3,867,2281 -"30782",6877,62626,3,867,2787 -"30783",6877,63641,2,867,2337 -"30784",6877,66717,2,867,2104 -"30785",6877,72535,2,867,1191 -"30786",6877,73582,3,867,2075 -"30787",6877,73786,3,867,2937 -"30788",6877,74055,3,867,1544 -"30789",6877,76391,3,867,1536 -"30790",6877,78842,3,867,904 -"30791",6877,81545,3,867,2077 -"30792",6877,82341,3,867,1515 -"30793",6877,84271,2,867,1556 -"30794",6877,87907,3,867,1173 -"30795",6877,87958,3,867,1234 -"30796",6877,90299,2,867,1606 -"30797",6877,91849,3,867,1166 -"30798",6877,92297,3,867,2952 -"30799",6877,96007,2,867,895 -"30800",6877,96310,3,867,1016 -"30801",6897,1386,1,514,1901 -"30802",6897,2765,3,514,2321 -"30803",6897,3695,2,514,2612 -"30804",6897,3877,2,514,1133 -"30805",6897,5120,3,514,2735 -"30806",6897,5491,3,514,2048 -"30807",6897,7078,3,514,2344 -"30808",6897,7394,2,514,2615 -"30809",6897,9030,3,514,1979 -"30810",6897,9202,3,514,2477 -"30811",6897,11456,3,514,2715 -"30812",6897,12035,3,514,2721 -"30813",6897,13732,3,514,2789 -"30814",6897,14709,3,514,1901 -"30815",6897,14888,3,514,1411 -"30816",6897,15343,3,514,2125 -"30817",6897,16029,3,514,1160 -"30818",6897,17826,3,514,2920 -"30819",6897,18151,2,514,2962 -"30820",6897,20423,3,514,2654 -"30821",6897,20469,3,514,2125 -"30822",6897,21417,3,514,2422 -"30823",6897,21795,3,514,2653 -"30824",6897,22554,3,514,620 -"30825",6897,23159,3,514,1548 -"30826",6897,24511,2,514,1871 -"30827",6897,24608,3,514,1630 -"30828",6897,26865,3,514,2726 -"30829",6897,29791,2,514,1986 -"30830",6897,30081,2,514,2403 -"30831",6897,31898,3,514,1916 -"30832",6897,34327,2,514,2959 -"30833",6897,35542,2,514,1439 -"30834",6897,36950,2,514,2204 -"30835",6897,36962,3,514,2861 -"30836",6897,37333,3,514,1612 -"30837",6897,37752,3,514,2223 -"30838",6897,39827,3,514,2321 -"30839",6897,44684,3,514,1220 -"30840",6897,44729,3,514,588 -"30841",6897,45664,3,514,2235 -"30842",6897,48277,3,514,971 -"30843",6897,49461,3,514,2793 -"30844",6897,52442,2,514,1269 -"30845",6897,59522,2,514,1516 -"30846",6897,65679,3,514,1578 -"30847",6897,70646,3,514,1162 -"30848",6897,70854,3,514,635 -"30849",6897,77167,3,514,836 -"30850",6897,79088,3,514,1369 -"30851",6897,80655,3,514,1546 -"30852",6897,81239,2,514,547 -"30853",6897,82735,3,514,829 -"30854",6897,85592,3,514,1412 -"30855",6897,87198,3,514,1462 -"30856",6897,90501,3,514,2380 -"30857",6897,96678,3,514,1183 -"30858",6914,2208,3,2668,2814 -"30859",6914,40368,3,2668,2876 -"30860",6914,53846,3,2668,2737 -"30861",6914,66318,3,2668,2803 -"30862",6940,312,3,1183,2038 -"30863",6940,455,3,1183,2827 -"30864",6940,470,3,1183,2285 -"30865",6940,600,3,1183,1702 -"30866",6940,913,3,1183,2144 -"30867",6940,2036,3,1183,2483 -"30868",6940,2523,3,1183,1691 -"30869",6940,2533,3,1183,2016 -"30870",6940,3896,3,1183,2693 -"30871",6940,4821,3,1183,1938 -"30872",6940,5429,3,1183,1991 -"30873",6940,6055,3,1183,2651 -"30874",6940,6363,3,1183,2066 -"30875",6940,7515,3,1183,2737 -"30876",6940,9150,3,1183,2689 -"30877",6940,9184,1,1183,2670 -"30878",6940,9432,3,1183,1693 -"30879",6940,9511,2,1183,1232 -"30880",6940,10433,3,1183,2075 -"30881",6940,11006,3,1183,1950 -"30882",6940,11434,2,1183,1187 -"30883",6940,11440,3,1183,2026 -"30884",6940,11516,3,1183,1937 -"30885",6940,12199,3,1183,1651 -"30886",6940,12528,3,1183,2589 -"30887",6940,12602,3,1183,1956 -"30888",6940,12618,3,1183,2021 -"30889",6940,14422,3,1183,1548 -"30890",6940,17328,3,1183,1206 -"30891",6940,17645,3,1183,1918 -"30892",6940,17698,3,1183,1559 -"30893",6940,19248,2,1183,2357 -"30894",6940,19335,2,1183,1729 -"30895",6940,19719,3,1183,2177 -"30896",6940,22567,2,1183,2396 -"30897",6940,22884,3,1183,1608 -"30898",6940,23132,2,1183,2756 -"30899",6940,24448,3,1183,2289 -"30900",6940,24568,2,1183,1937 -"30901",6940,25198,2,1183,1982 -"30902",6940,27694,3,1183,2030 -"30903",6940,27837,3,1183,1315 -"30904",6940,28115,3,1183,1835 -"30905",6940,29930,3,1183,2240 -"30906",6940,31050,3,1183,1491 -"30907",6940,33621,3,1183,1319 -"30908",6940,33672,3,1183,2396 -"30909",6940,34160,3,1183,1759 -"30910",6940,35302,2,1183,1589 -"30911",6940,36646,3,1183,2744 -"30912",6940,39535,3,1183,2428 -"30913",6940,40383,2,1183,2639 -"30914",6940,40756,2,1183,2329 -"30915",6940,41739,3,1183,1339 -"30916",6940,42216,3,1183,2722 -"30917",6940,43941,2,1183,1289 -"30918",6940,46091,3,1183,1938 -"30919",6940,48605,3,1183,2796 -"30920",6940,51041,2,1183,2606 -"30921",6940,51866,3,1183,2411 -"30922",6940,56903,3,1183,1584 -"30923",6940,61982,3,1183,2725 -"30924",6940,62219,3,1183,2494 -"30925",6940,62841,3,1183,2710 -"30926",6940,63395,3,1183,2334 -"30927",6940,63409,2,1183,1937 -"30928",6940,73305,2,1183,2544 -"30929",6940,79804,3,1183,2227 -"30930",6940,80429,3,1183,1927 -"30931",6940,88808,3,1183,1462 -"30932",6940,107649,3,1183,1573 -"30933",6942,499,3,1232,1931 -"30934",6942,3242,3,1232,1730 -"30935",6942,3564,3,1232,2717 -"30936",6942,8073,3,1232,1847 -"30937",6942,9311,3,1232,2477 -"30938",6942,10210,3,1232,1905 -"30939",6942,10404,3,1232,2062 -"30940",6942,10843,3,1232,2277 -"30941",6942,15453,3,1232,1688 -"30942",6942,16954,3,1232,2972 -"30943",6942,18670,3,1232,1835 -"30944",6942,19453,3,1232,1928 -"30945",6942,21448,3,1232,2332 -"30946",6942,24286,3,1232,1280 -"30947",6942,26218,2,1232,2460 -"30948",6942,28011,3,1232,2639 -"30949",6942,29454,3,1232,2719 -"30950",6942,29512,3,1232,1594 -"30951",6942,29683,3,1232,2025 -"30952",6942,31890,3,1232,1487 -"30953",6942,31901,3,1232,1251 -"30954",6942,33010,1,1232,2189 -"30955",6942,33356,2,1232,1586 -"30956",6942,33433,3,1232,2805 -"30957",6942,35004,3,1232,1509 -"30958",6942,35715,2,1232,2912 -"30959",6942,35980,3,1232,2657 -"30960",6942,38755,2,1232,2902 -"30961",6942,39657,3,1232,1947 -"30962",6942,40293,3,1232,1671 -"30963",6942,40819,3,1232,1556 -"30964",6942,41764,3,1232,2409 -"30965",6942,55324,3,1232,1544 -"30966",6942,57337,3,1232,1443 -"30967",6942,66726,3,1232,2068 -"30968",6942,67719,3,1232,2429 -"30969",6942,76971,3,1232,2145 -"30970",6942,80606,3,1232,2079 -"30971",6950,9716,3,488,1929 -"30972",6950,52185,3,488,1012 -"30973",6982,25,3,2034,2762 -"30974",6982,602,1,2034,2632 -"30975",6982,762,2,2034,2671 -"30976",6982,1367,3,2034,2176 -"30977",6982,3011,2,2034,2278 -"30978",6982,3896,3,2034,2693 -"30979",6982,3966,3,2034,2425 -"30980",6982,4567,3,2034,2348 -"30981",6982,8533,3,2034,2251 -"30982",6982,9311,2,2034,2477 -"30983",6982,10843,2,2034,2277 -"30984",6982,12703,2,2034,2689 -"30985",6982,14103,1,2034,2204 -"30986",6982,15626,2,2034,2434 -"30987",6982,21448,2,2034,2332 -"30988",6982,25480,3,2034,2747 -"30989",6982,28285,3,2034,2972 -"30990",6982,28874,2,2034,2329 -"30991",6982,28982,1,2034,2746 -"30992",6982,30906,3,2034,2537 -"30993",6982,33433,2,2034,2805 -"30994",6982,34707,3,2034,2042 -"30995",6982,34842,3,2034,2050 -"30996",6982,35360,3,2034,2043 -"30997",6982,38755,3,2034,2902 -"30998",6982,38885,3,2034,2720 -"30999",6982,39534,3,2034,2410 -"31000",6982,49110,3,2034,2938 -"31001",6982,49696,3,2034,2444 -"31002",6982,51853,3,2034,2520 -"31003",6982,55643,3,2034,2359 -"31004",6982,58993,3,2034,2390 -"31005",6982,59113,2,2034,2434 -"31006",6982,62939,3,2034,2574 -"31007",6986,14507,3,1669,2686 -"31008",6986,18670,3,1669,1835 -"31009",6986,22207,3,1669,2365 -"31010",6986,24825,3,1669,2686 -"31011",6986,31159,3,1669,2231 -"31012",6988,23,2,91,1682 -"31013",6988,600,3,91,1702 -"31014",6988,2077,2,91,610 -"31015",6988,3164,3,91,2693 -"31016",6988,4889,3,91,1501 -"31017",6988,5041,3,91,2371 -"31018",6988,5581,3,91,883 -"31019",6988,5716,2,91,1058 -"31020",6988,5984,3,91,1675 -"31021",6988,5986,3,91,1721 -"31022",6988,6030,3,91,2953 -"31023",6988,6324,3,91,1990 -"31024",6988,6366,3,91,798 -"31025",6988,6417,3,91,1675 -"31026",6988,7233,3,91,572 -"31027",6988,8712,3,91,1153 -"31028",6988,9678,3,91,1217 -"31029",6988,11218,3,91,2292 -"31030",6988,12042,3,91,2345 -"31031",6988,13992,3,91,98 -"31032",6988,14072,2,91,1346 -"31033",6988,14080,3,91,1351 -"31034",6988,14855,2,91,903 -"31035",6988,14972,2,91,2332 -"31036",6988,15301,3,91,2308 -"31037",6988,16096,3,91,2301 -"31038",6988,16352,3,91,2657 -"31039",6988,17381,2,91,1697 -"31040",6988,17400,3,91,2231 -"31041",6988,17626,2,91,1265 -"31042",6988,18348,2,91,1711 -"31043",6988,21416,3,91,2375 -"31044",6988,22566,3,91,2308 -"31045",6988,23310,2,91,2371 -"31046",6988,23825,3,91,1913 -"31047",6988,24568,3,91,1937 -"31048",6988,25971,3,91,2608 -"31049",6988,26080,3,91,2525 -"31050",6988,26659,1,91,903 -"31051",6988,28002,3,91,914 -"31052",6988,28050,3,91,1955 -"31053",6988,28168,3,91,2702 -"31054",6988,28627,2,91,2694 -"31055",6988,29050,3,91,1196 -"31056",6988,29930,3,91,2240 -"31057",6988,32503,3,91,2020 -"31058",6988,32694,3,91,1602 -"31059",6988,32919,3,91,2321 -"31060",6988,34735,3,91,2767 -"31061",6988,34945,3,91,1298 -"31062",6988,35926,3,91,2371 -"31063",6988,36691,2,91,1903 -"31064",6988,37551,3,91,257 -"31065",6988,39186,3,91,1258 -"31066",6988,40417,3,91,771 -"31067",6988,43153,3,91,1381 -"31068",6988,43635,3,91,1196 -"31069",6988,44521,3,91,1593 -"31070",6988,44720,2,91,1202 -"31071",6988,45975,3,91,157 -"31072",6988,46717,3,91,938 -"31073",6988,48548,3,91,826 -"31074",6988,51471,3,91,1280 -"31075",6988,53134,3,91,1590 -"31076",6988,54715,3,91,499 -"31077",6988,54929,3,91,2783 -"31078",6988,56604,3,91,1919 -"31079",6988,57246,3,91,1873 -"31080",6988,59485,3,91,1564 -"31081",6988,59506,3,91,983 -"31082",6988,63400,3,91,1265 -"31083",6988,63409,3,91,1937 -"31084",6988,69117,2,91,645 -"31085",6988,69250,3,91,1439 -"31086",6988,72062,3,91,156 -"31087",6988,72501,3,91,2795 -"31088",6988,73305,3,91,2544 -"31089",6988,74318,3,91,632 -"31090",6988,76495,2,91,1255 -"31091",6988,76905,3,91,298 -"31092",6988,78278,2,91,424 -"31093",6988,80219,1,91,988 -"31094",6988,94500,2,91,1529 -"31095",6988,101598,3,91,781 -"31096",6988,105117,2,91,809 -"31097",6988,105795,2,91,1265 -"31098",6988,109476,3,91,353 -"31099",6988,113619,3,91,760 -"31100",6988,118417,3,91,178 -"31101",6989,341,3,2623,2689 -"31102",6989,841,2,2623,2964 -"31103",6989,3978,2,2623,2775 -"31104",6989,4932,3,2623,2752 -"31105",6989,9787,3,2623,2858 -"31106",6989,11648,2,2623,2852 -"31107",6989,12948,3,2623,2669 -"31108",6989,23206,3,2623,2805 -"31109",6989,25373,3,2623,2783 -"31110",6989,27275,3,2623,2656 -"31111",6989,27742,3,2623,2700 -"31112",6989,28893,3,2623,2764 -"31113",6989,33755,3,2623,2963 -"31114",6989,36953,2,2623,2790 -"31115",6989,40572,3,2623,2666 -"31116",6989,45869,3,2623,2840 -"31117",6989,47529,3,2623,2914 -"31118",6989,53739,3,2623,2704 -"31119",6989,57765,3,2623,2893 -"31120",6989,60672,3,2623,2876 -"31121",6989,63077,3,2623,2778 -"31122",6989,71531,2,2623,2887 -"31123",6999,1369,1,2214,2487 -"31124",6999,1624,3,2214,2687 -"31125",6999,3271,3,2214,2216 -"31126",6999,3559,3,2214,2413 -"31127",6999,4634,3,2214,2291 -"31128",6999,6345,2,2214,2713 -"31129",6999,9272,3,2214,2835 -"31130",6999,9724,3,2214,2713 -"31131",6999,9909,2,2214,2230 -"31132",6999,14470,3,2214,2632 -"31133",6999,20541,3,2214,2617 -"31134",6999,20695,3,2214,2526 -"31135",6999,23550,3,2214,2939 -"31136",6999,36840,3,2214,2269 -"31137",6999,37684,3,2214,2899 -"31138",6999,42382,3,2214,2224 -"31139",6999,42407,1,2214,2408 -"31140",6999,43226,3,2214,2442 -"31141",6999,47607,3,2214,2724 -"31142",6999,47882,3,2214,2769 -"31143",6999,53584,3,2214,2391 -"31144",6999,53652,2,2214,2899 -"31145",6999,58508,3,2214,2326 -"31146",6999,64641,3,2214,2617 -"31147",6999,69335,3,2214,2698 -"31148",6999,73520,3,2214,2613 -"31149",6999,93553,2,2214,2537 -"31150",7009,602,2,1982,2632 -"31151",7009,762,3,1982,2671 -"31152",7009,3011,3,1982,2278 -"31153",7009,6982,1,1982,2034 -"31154",7009,9311,3,1982,2477 -"31155",7009,10843,3,1982,2277 -"31156",7009,12703,3,1982,2689 -"31157",7009,14103,2,1982,2204 -"31158",7009,14723,2,1982,2019 -"31159",7009,15626,3,1982,2434 -"31160",7009,21448,3,1982,2332 -"31161",7009,22311,2,1982,2034 -"31162",7009,25480,3,1982,2747 -"31163",7009,28874,3,1982,2329 -"31164",7009,28982,2,1982,2746 -"31165",7009,33433,3,1982,2805 -"31166",7009,34842,3,1982,2050 -"31167",7009,35360,3,1982,2043 -"31168",7009,59113,3,1982,2434 -"31169",7009,75343,3,1982,2008 -"31170",7013,307,3,2040,2530 -"31171",7013,1355,3,2040,2473 -"31172",7013,2684,3,2040,2874 -"31173",7013,3164,3,2040,2693 -"31174",7013,9893,2,2040,2701 -"31175",7013,11055,2,2040,2111 -"31176",7013,11351,3,2040,2971 -"31177",7013,14652,3,2040,2516 -"31178",7013,17061,3,2040,2385 -"31179",7013,19027,3,2040,2721 -"31180",7013,19248,3,2040,2357 -"31181",7013,20292,3,2040,2755 -"31182",7013,26793,3,2040,2104 -"31183",7013,35481,3,2040,2211 -"31184",7013,39534,3,2040,2410 -"31185",7013,42574,3,2040,2842 -"31186",7013,44676,3,2040,2629 -"31187",7013,45608,3,2040,2420 -"31188",7013,53519,3,2040,2781 -"31189",7013,54695,2,2040,2429 -"31190",7013,58427,2,2040,2234 -"31191",7013,102186,3,2040,2937 -"31192",7014,3978,3,2401,2775 -"31193",7014,13249,3,2401,2573 -"31194",7014,19208,3,2401,2629 -"31195",7014,19364,3,2401,2846 -"31196",7014,37279,2,2401,2768 -"31197",7014,41945,3,2401,2856 -"31198",7014,47947,3,2401,2681 -"31199",7014,59776,3,2401,2493 -"31200",7014,61337,3,2401,2777 -"31201",7014,73553,3,2401,2726 -"31202",7014,77077,3,2401,2693 -"31203",7029,997,3,2204,2788 -"31204",7029,1831,3,2204,2397 -"31205",7029,3495,3,2204,2431 -"31206",7029,9723,3,2204,2302 -"31207",7029,11103,2,2204,2393 -"31208",7029,13780,3,2204,2412 -"31209",7029,24256,3,2204,2393 -"31210",7029,29930,2,2204,2240 -"31211",7029,30747,3,2204,2455 -"31212",7029,36574,3,2204,2934 -"31213",7029,40368,3,2204,2876 -"31214",7029,42574,3,2204,2842 -"31215",7029,53219,3,2204,2973 -"31216",7029,54879,3,2204,2210 -"31217",7078,455,3,2344,2827 -"31218",7078,1090,2,2344,2370 -"31219",7078,2166,2,2344,2557 -"31220",7078,3488,3,2344,2351 -"31221",7078,3695,2,2344,2612 -"31222",7078,5725,3,2344,2789 -"31223",7078,5849,3,2344,2404 -"31224",7078,7394,2,2344,2615 -"31225",7078,11329,3,2344,2799 -"31226",7078,12035,3,2344,2721 -"31227",7078,12867,3,2344,2773 -"31228",7078,13601,3,2344,2689 -"31229",7078,14772,3,2344,2386 -"31230",7078,15184,2,2344,2396 -"31231",7078,16497,2,2344,2370 -"31232",7078,17826,3,2344,2920 -"31233",7078,18151,2,2344,2962 -"31234",7078,19027,3,2344,2721 -"31235",7078,19528,1,2344,2742 -"31236",7078,20423,3,2344,2654 -"31237",7078,20783,2,2344,2414 -"31238",7078,21417,2,2344,2422 -"31239",7078,21795,3,2344,2653 -"31240",7078,22207,3,2344,2365 -"31241",7078,24255,2,2344,2770 -"31242",7078,24756,3,2344,2530 -"31243",7078,26865,3,2344,2726 -"31244",7078,28285,3,2344,2972 -"31245",7078,28923,3,2344,2362 -"31246",7078,30081,3,2344,2403 -"31247",7078,31799,3,2344,2547 -"31248",7078,33572,2,2344,2370 -"31249",7078,34327,1,2344,2959 -"31250",7078,36559,3,2344,2473 -"31251",7078,38667,3,2344,2880 -"31252",7078,47140,3,2344,2439 -"31253",7078,47947,2,2344,2681 -"31254",7078,49461,3,2344,2793 -"31255",7078,53789,2,2344,2681 -"31256",7078,61458,3,2344,2630 -"31257",7078,73266,3,2344,2496 -"31258",7078,90501,3,2344,2380 -"31259",7087,602,3,2356,2632 -"31260",7087,762,3,2356,2671 -"31261",7118,600,3,966,1702 -"31262",7118,2894,3,966,1291 -"31263",7118,5392,3,966,1648 -"31264",7118,8238,3,966,2222 -"31265",7118,9311,3,966,2477 -"31266",7118,9423,3,966,1708 -"31267",7118,12081,3,966,2166 -"31268",7118,12388,3,966,1975 -"31269",7118,14731,3,966,2012 -"31270",7118,16850,3,966,1657 -"31271",7118,18464,3,966,2312 -"31272",7118,18670,2,966,1835 -"31273",7118,19208,3,966,2629 -"31274",7118,19605,3,966,2395 -"31275",7118,22057,3,966,974 -"31276",7118,22682,3,966,2035 -"31277",7118,23918,3,966,1881 -"31278",7118,24169,3,966,1663 -"31279",7118,24256,3,966,2393 -"31280",7118,24421,3,966,1324 -"31281",7118,27796,3,966,2151 -"31282",7118,29089,2,966,1344 -"31283",7118,29512,2,966,1594 -"31284",7118,31159,3,966,2231 -"31285",7118,31705,3,966,2706 -"31286",7118,31890,3,966,1487 -"31287",7118,31901,3,966,1251 -"31288",7118,32047,3,966,1858 -"31289",7118,34707,3,966,2042 -"31290",7118,34820,3,966,1630 -"31291",7118,35888,3,966,2291 -"31292",7118,36578,3,966,1484 -"31293",7118,40565,3,966,2115 -"31294",7118,41739,3,966,1339 -"31295",7118,44403,3,966,2429 -"31296",7118,45545,2,966,1776 -"31297",7118,50480,3,966,2701 -"31298",7118,66756,1,966,1301 -"31299",7118,66878,3,966,1949 -"31300",7118,69250,3,966,1439 -"31301",7118,76196,2,966,1643 -"31302",7118,77155,3,966,2946 -"31303",7118,77550,3,966,1548 -"31304",7118,82187,3,966,1055 -"31305",7123,55,3,1964,2524 -"31306",7123,3506,2,1964,2364 -"31307",7123,4403,3,1964,2416 -"31308",7123,6040,3,1964,2103 -"31309",7123,6621,3,1964,2478 -"31310",7123,16866,3,1964,2718 -"31311",7123,17925,2,1964,2385 -"31312",7123,20695,3,1964,2526 -"31313",7123,21872,3,1964,2458 -"31314",7123,22389,3,1964,2034 -"31315",7123,26740,3,1964,2695 -"31316",7123,31990,3,1964,2264 -"31317",7123,32724,3,1964,2581 -"31318",7123,37801,3,1964,2578 -"31319",7123,44312,3,1964,2741 -"31320",7123,44744,2,1964,2032 -"31321",7123,48931,2,1964,2444 -"31322",7123,53445,2,1964,2028 -"31323",7123,54953,3,1964,2223 -"31324",7123,57804,3,1964,2214 -"31325",7123,96387,1,1964,2159 -"31326",7126,378,2,1261,2766 -"31327",7126,1154,3,1261,1656 -"31328",7126,5363,3,1261,1791 -"31329",7126,7196,3,1261,1508 -"31330",7126,7942,3,1261,2623 -"31331",7126,7984,3,1261,2493 -"31332",7126,8610,3,1261,2240 -"31333",7126,8890,2,1261,1955 -"31334",7126,10453,3,1261,1656 -"31335",7126,14108,3,1261,2012 -"31336",7126,15118,3,1261,1311 -"31337",7126,15401,3,1261,1999 -"31338",7126,16176,2,1261,2703 -"31339",7126,16365,3,1261,2217 -"31340",7126,20392,3,1261,1309 -"31341",7126,20512,3,1261,2748 -"31342",7126,21133,3,1261,1320 -"31343",7126,21209,2,1261,2184 -"31344",7126,21227,2,1261,2110 -"31345",7126,21670,3,1261,2158 -"31346",7126,21681,3,1261,2005 -"31347",7126,23325,3,1261,2779 -"31348",7126,23825,3,1261,1913 -"31349",7126,24264,3,1261,1760 -"31350",7126,28784,3,1261,1579 -"31351",7126,28896,3,1261,1395 -"31352",7126,29503,3,1261,2609 -"31353",7126,29818,3,1261,1677 -"31354",7126,31542,3,1261,2459 -"31355",7126,31700,3,1261,2727 -"31356",7126,32988,3,1261,2008 -"31357",7126,34742,3,1261,1883 -"31358",7126,35822,3,1261,1903 -"31359",7126,36031,3,1261,2342 -"31360",7126,37937,3,1261,1320 -"31361",7126,38602,3,1261,2693 -"31362",7126,41023,3,1261,2408 -"31363",7126,42331,3,1261,1585 -"31364",7126,44383,3,1261,2737 -"31365",7126,47384,3,1261,1639 -"31366",7126,48215,3,1261,2028 -"31367",7126,49265,3,1261,2686 -"31368",7126,52483,3,1261,2317 -"31369",7126,53323,3,1261,2677 -"31370",7126,57380,3,1261,2362 -"31371",7126,65155,3,1261,1947 -"31372",7126,69215,3,1261,1591 -"31373",7126,70101,3,1261,2414 -"31374",7126,72728,3,1261,2234 -"31375",7126,79918,3,1261,1672 -"31376",7126,85869,3,1261,1509 -"31377",7126,88232,3,1261,2881 -"31378",7126,96352,3,1261,1493 -"31379",7126,103491,3,1261,1523 -"31380",7127,20259,2,2352,2751 -"31381",7127,20893,3,2352,2695 -"31382",7148,5239,3,1095,2875 -"31383",7148,5557,2,1095,1929 -"31384",7148,11525,3,1095,2639 -"31385",7148,13780,3,1095,2412 -"31386",7148,14626,3,1095,2175 -"31387",7148,15808,2,1095,1521 -"31388",7148,24195,3,1095,1575 -"31389",7148,25399,3,1095,2784 -"31390",7148,34158,3,1095,2639 -"31391",7148,34954,3,1095,1184 -"31392",7148,36506,3,1095,2638 -"31393",7148,40487,3,1095,2512 -"31394",7148,47534,3,1095,2712 -"31395",7148,57355,2,1095,1261 -"31396",7148,64987,3,1095,1360 -"31397",7167,3978,3,1993,2775 -"31398",7167,9331,3,1993,2269 -"31399",7167,12081,3,1993,2166 -"31400",7167,17351,3,1993,2036 -"31401",7167,20331,3,1993,2365 -"31402",7167,21734,2,1993,2528 -"31403",7167,30827,3,1993,2323 -"31404",7167,38307,3,1993,2648 -"31405",7167,41945,3,1993,2856 -"31406",7167,44688,3,1993,2924 -"31407",7180,10857,3,2227,2253 -"31408",7180,11218,3,2227,2292 -"31409",7180,11477,3,2227,2724 -"31410",7180,17400,3,2227,2231 -"31411",7180,19622,3,2227,2371 -"31412",7180,23725,3,2227,2378 -"31413",7180,31436,2,2227,2892 -"31414",7180,35926,3,2227,2371 -"31415",7180,37620,3,2227,2716 -"31416",7180,46629,3,2227,2255 -"31417",7180,54551,3,2227,2348 -"31418",7180,56082,3,2227,2395 -"31419",7180,76048,3,2227,2373 -"31420",7180,99215,1,2227,2791 -"31421",7181,1046,3,1421,1881 -"31422",7181,1136,3,1421,2536 -"31423",7181,1409,3,1421,2090 -"31424",7181,4191,3,1421,2130 -"31425",7181,4618,3,1421,2607 -"31426",7181,4929,3,1421,2240 -"31427",7181,5064,3,1421,1690 -"31428",7181,5725,3,1421,2789 -"31429",7181,8060,3,1421,1883 -"31430",7181,9362,3,1421,2879 -"31431",7181,9423,3,1421,1708 -"31432",7181,12081,3,1421,2166 -"31433",7181,16352,3,1421,2657 -"31434",7181,18670,3,1421,1835 -"31435",7181,20874,3,1421,1580 -"31436",7181,21079,3,1421,1997 -"31437",7181,21960,2,1421,1517 -"31438",7181,25341,3,1421,1858 -"31439",7181,25643,3,1421,1646 -"31440",7181,31159,3,1421,2231 -"31441",7181,31295,3,1421,2183 -"31442",7181,31799,3,1421,2547 -"31443",7181,34735,3,1421,2767 -"31444",7181,36031,3,1421,2342 -"31445",7181,36087,2,1421,2755 -"31446",7181,37859,3,1421,1999 -"31447",7181,39906,3,1421,2365 -"31448",7181,52443,3,1421,1453 -"31449",7181,58035,3,1421,1646 -"31450",7181,79653,3,1421,2683 -"31451",7181,82767,3,1421,1641 -"31452",7181,89681,3,1421,1978 -"31453",7181,105353,3,1421,2073 -"31454",7185,160,3,1046,2007 -"31455",7185,388,3,1046,1594 -"31456",7185,854,3,1046,2307 -"31457",7185,915,3,1046,1793 -"31458",7185,1574,2,1046,1718 -"31459",7185,1641,3,1046,1490 -"31460",7185,2181,3,1046,2030 -"31461",7185,2894,3,1046,1291 -"31462",7185,3409,3,1046,2167 -"31463",7185,3886,3,1046,1669 -"31464",7185,4504,3,1046,1905 -"31465",7185,5392,3,1046,1648 -"31466",7185,5615,3,1046,1105 -"31467",7185,5865,2,1046,1910 -"31468",7185,6192,2,1046,2409 -"31469",7185,6208,3,1046,2361 -"31470",7185,6449,3,1046,1997 -"31471",7185,7406,2,1046,1906 -"31472",7185,7616,3,1046,2296 -"31473",7185,7677,3,1046,2338 -"31474",7185,8274,3,1046,1909 -"31475",7185,8726,3,1046,2083 -"31476",7185,8865,3,1046,2394 -"31477",7185,9175,3,1046,2639 -"31478",7185,10657,3,1046,1603 -"31479",7185,11429,3,1046,2520 -"31480",7185,11770,2,1046,1653 -"31481",7185,12264,3,1046,1925 -"31482",7185,12388,3,1046,1975 -"31483",7185,13249,3,1046,2573 -"31484",7185,13324,2,1046,2163 -"31485",7185,15122,3,1046,1201 -"31486",7185,15583,3,1046,1144 -"31487",7185,15729,3,1046,2338 -"31488",7185,16347,3,1046,1868 -"31489",7185,16539,3,1046,1947 -"31490",7185,17943,3,1046,1943 -"31491",7185,18464,3,1046,2312 -"31492",7185,19208,2,1046,2629 -"31493",7185,19605,2,1046,2395 -"31494",7185,19656,3,1046,2059 -"31495",7185,19676,3,1046,1515 -"31496",7185,19937,3,1046,1587 -"31497",7185,20162,2,1046,2328 -"31498",7185,22808,2,1046,2297 -"31499",7185,23319,3,1046,2867 -"31500",7185,23460,2,1046,2183 -"31501",7185,23641,3,1046,1934 -"31502",7185,24753,3,1046,2860 -"31503",7185,25030,2,1046,2017 -"31504",7185,26582,3,1046,2772 -"31505",7185,29454,1,1046,2719 -"31506",7185,30096,3,1046,2082 -"31507",7185,30236,3,1046,2238 -"31508",7185,35903,3,1046,1434 -"31509",7185,36837,3,1046,1556 -"31510",7185,37301,3,1046,2160 -"31511",7185,38732,3,1046,2263 -"31512",7185,39009,3,1046,1594 -"31513",7185,39278,3,1046,1952 -"31514",7185,39464,3,1046,2314 -"31515",7185,39556,3,1046,2747 -"31516",7185,40392,3,1046,1878 -"31517",7185,41664,3,1046,2641 -"31518",7185,41764,2,1046,2409 -"31519",7185,42129,2,1046,2318 -"31520",7185,42382,3,1046,2224 -"31521",7185,42783,3,1046,2338 -"31522",7185,45239,3,1046,2535 -"31523",7185,45329,2,1046,1693 -"31524",7185,47529,3,1046,2914 -"31525",7185,47564,3,1046,2650 -"31526",7185,50254,3,1046,1151 -"31527",7185,50480,3,1046,2701 -"31528",7185,50667,3,1046,2719 -"31529",7185,51460,3,1046,1872 -"31530",7185,51610,3,1046,2635 -"31531",7185,55076,3,1046,2408 -"31532",7185,59140,3,1046,2528 -"31533",7185,63477,3,1046,1907 -"31534",7185,65434,2,1046,2866 -"31535",7185,67748,3,1046,1498 -"31536",7185,70046,3,1046,2624 -"31537",7185,77611,3,1046,1795 -"31538",7185,78163,3,1046,1366 -"31539",7185,80377,3,1046,1384 -"31540",7185,82893,3,1046,1275 -"31541",7185,85525,2,1046,1718 -"31542",7185,91210,3,1046,1457 -"31543",7185,95730,3,1046,1481 -"31544",7196,733,3,1508,1653 -"31545",7196,1147,3,1508,1999 -"31546",7196,1154,3,1508,1656 -"31547",7196,1196,3,1508,1986 -"31548",7196,2484,3,1508,2389 -"31549",7196,3167,3,1508,1676 -"31550",7196,3242,3,1508,1730 -"31551",7196,3271,3,1508,2216 -"31552",7196,3306,3,1508,1989 -"31553",7196,3947,3,1508,2067 -"31554",7196,3961,3,1508,2426 -"31555",7196,5239,2,1508,2875 -"31556",7196,5363,3,1508,1791 -"31557",7196,5622,3,1508,2175 -"31558",7196,5798,3,1508,1779 -"31559",7196,6390,3,1508,2385 -"31560",7196,6871,3,1508,1882 -"31561",7196,7269,3,1508,1728 -"31562",7196,7627,3,1508,1543 -"31563",7196,7984,1,1508,2493 -"31564",7196,8890,3,1508,1955 -"31565",7196,9272,3,1508,2835 -"31566",7196,9311,3,1508,2477 -"31567",7196,9362,3,1508,2879 -"31568",7196,10358,3,1508,2294 -"31569",7196,11477,1,1508,2724 -"31570",7196,12199,3,1508,1651 -"31571",7196,12901,3,1508,2136 -"31572",7196,13158,3,1508,2667 -"31573",7196,13388,3,1508,2119 -"31574",7196,13780,3,1508,2412 -"31575",7196,14108,3,1508,2012 -"31576",7196,14669,3,1508,2080 -"31577",7196,14676,3,1508,2764 -"31578",7196,14723,3,1508,2019 -"31579",7196,14943,2,1508,1942 -"31580",7196,14972,3,1508,2332 -"31581",7196,15003,3,1508,2067 -"31582",7196,15401,2,1508,1999 -"31583",7196,15808,3,1508,1521 -"31584",7196,16365,3,1508,2217 -"31585",7196,16801,2,1508,2008 -"31586",7196,16826,3,1508,2599 -"31587",7196,17997,3,1508,1621 -"31588",7196,18103,3,1508,1968 -"31589",7196,18348,3,1508,1711 -"31590",7196,18571,3,1508,2128 -"31591",7196,18735,3,1508,1581 -"31592",7196,20067,3,1508,2390 -"31593",7196,20311,3,1508,1981 -"31594",7196,21225,3,1508,1945 -"31595",7196,21670,3,1508,2158 -"31596",7196,21681,3,1508,2005 -"31597",7196,21754,3,1508,1881 -"31598",7196,21872,3,1508,2458 -"31599",7196,23223,3,1508,2094 -"31600",7196,23725,3,1508,2378 -"31601",7196,24586,3,1508,2465 -"31602",7196,24825,3,1508,2686 -"31603",7196,26582,3,1508,2772 -"31604",7196,27860,2,1508,1588 -"31605",7196,28582,3,1508,2698 -"31606",7196,28784,1,1508,1579 -"31607",7196,29004,3,1508,2596 -"31608",7196,30334,3,1508,2075 -"31609",7196,30747,3,1508,2455 -"31610",7196,31069,3,1508,1995 -"31611",7196,31164,3,1508,1996 -"31612",7196,31700,3,1508,2727 -"31613",7196,32658,3,1508,1694 -"31614",7196,32988,1,1508,2008 -"31615",7196,33356,3,1508,1586 -"31616",7196,33433,3,1508,2805 -"31617",7196,33801,3,1508,2899 -"31618",7196,34158,3,1508,2639 -"31619",7196,35518,3,1508,1721 -"31620",7196,35822,3,1508,1903 -"31621",7196,36031,3,1508,2342 -"31622",7196,36559,3,1508,2473 -"31623",7196,36862,2,1508,2655 -"31624",7196,37636,3,1508,2178 -"31625",7196,37934,3,1508,1595 -"31626",7196,38140,3,1508,1866 -"31627",7196,38219,1,1508,1689 -"31628",7196,38449,3,1508,1802 -"31629",7196,38602,3,1508,2693 -"31630",7196,40392,3,1508,1878 -"31631",7196,40432,2,1508,1956 -"31632",7196,40645,2,1508,1899 -"31633",7196,42196,3,1508,2765 -"31634",7196,42505,2,1508,2008 -"31635",7196,43226,3,1508,2442 -"31636",7196,44521,3,1508,1593 -"31637",7196,45684,3,1508,2200 -"31638",7196,45959,2,1508,1880 -"31639",7196,46040,2,1508,2105 -"31640",7196,46629,3,1508,2255 -"31641",7196,46951,3,1508,2429 -"31642",7196,47384,3,1508,1639 -"31643",7196,47445,3,1508,2668 -"31644",7196,48110,3,1508,2009 -"31645",7196,48215,3,1508,2028 -"31646",7196,49189,3,1508,1550 -"31647",7196,49265,3,1508,2686 -"31648",7196,50134,3,1508,2674 -"31649",7196,50236,3,1508,2339 -"31650",7196,50382,3,1508,2244 -"31651",7196,51410,3,1508,2739 -"31652",7196,51783,3,1508,2599 -"31653",7196,53134,3,1508,1590 -"31654",7196,53323,3,1508,2677 -"31655",7196,54929,3,1508,2783 -"31656",7196,55139,3,1508,2323 -"31657",7196,56237,2,1508,2625 -"31658",7196,57380,3,1508,2362 -"31659",7196,58365,3,1508,1902 -"31660",7196,58508,3,1508,2326 -"31661",7196,65155,2,1508,1947 -"31662",7196,65203,3,1508,1597 -"31663",7196,65322,2,1508,2008 -"31664",7196,65679,3,1508,1578 -"31665",7196,69335,3,1508,2698 -"31666",7196,70736,3,1508,1512 -"31667",7196,72728,3,1508,2234 -"31668",7196,73192,3,1508,1955 -"31669",7196,78150,3,1508,2581 -"31670",7196,79567,3,1508,1942 -"31671",7196,79815,3,1508,1713 -"31672",7196,80301,3,1508,1690 -"31673",7196,82301,3,1508,1621 -"31674",7196,82409,2,1508,1881 -"31675",7196,82767,3,1508,1641 -"31676",7196,85869,3,1508,1509 -"31677",7196,88232,3,1508,2881 -"31678",7196,92757,2,1508,2615 -"31679",7196,93568,3,1508,1755 -"31680",7196,95011,3,1508,1986 -"31681",7196,99215,3,1508,2791 -"31682",7206,6432,3,1959,2297 -"31683",7206,24086,3,1959,2663 -"31684",7206,56737,3,1959,2270 -"31685",7226,134,2,1228,2062 -"31686",7226,455,3,1228,2827 -"31687",7226,470,3,1228,2285 -"31688",7226,600,3,1228,1702 -"31689",7226,669,3,1228,1423 -"31690",7226,1154,3,1228,1656 -"31691",7226,1495,3,1228,2046 -"31692",7226,2766,3,1228,1920 -"31693",7226,4763,3,1228,1960 -"31694",7226,7229,3,1228,2669 -"31695",7226,7241,3,1228,2259 -"31696",7226,9150,1,1228,2689 -"31697",7226,9311,3,1228,2477 -"31698",7226,10146,3,1228,1878 -"31699",7226,10250,3,1228,1606 -"31700",7226,10433,3,1228,2075 -"31701",7226,10843,3,1228,2277 -"31702",7226,10859,3,1228,2231 -"31703",7226,10874,3,1228,1891 -"31704",7226,12199,3,1228,1651 -"31705",7226,12374,3,1228,2260 -"31706",7226,13551,3,1228,1451 -"31707",7226,14652,3,1228,2516 -"31708",7226,15184,3,1228,2396 -"31709",7226,15626,2,1228,2434 -"31710",7226,16195,3,1228,2964 -"31711",7226,16352,3,1228,2657 -"31712",7226,17355,3,1228,1469 -"31713",7226,17396,3,1228,1672 -"31714",7226,17480,2,1228,2316 -"31715",7226,17819,3,1228,2291 -"31716",7226,17852,3,1228,2840 -"31717",7226,18165,3,1228,2085 -"31718",7226,19744,3,1228,2623 -"31719",7226,19980,3,1228,2231 -"31720",7226,22331,2,1228,2687 -"31721",7226,23098,3,1228,2300 -"31722",7226,24825,3,1228,2686 -"31723",7226,25443,2,1228,1441 -"31724",7226,26721,3,1228,2586 -"31725",7226,28050,3,1228,1955 -"31726",7226,28218,3,1228,2048 -"31727",7226,29243,3,1228,2011 -"31728",7226,30697,3,1228,2891 -"31729",7226,30827,3,1228,2323 -"31730",7226,31307,3,1228,2139 -"31731",7226,33383,3,1228,1572 -"31732",7226,33433,3,1228,2805 -"31733",7226,34735,3,1228,2767 -"31734",7226,35888,3,1228,2291 -"31735",7226,41278,3,1228,1873 -"31736",7226,41739,3,1228,1339 -"31737",7226,42372,3,1228,2230 -"31738",7226,48698,3,1228,1474 -"31739",7226,49560,3,1228,1679 -"31740",7226,51017,3,1228,2073 -"31741",7226,51853,3,1228,2520 -"31742",7226,54020,3,1228,1578 -"31743",7226,54929,3,1228,2783 -"31744",7226,57714,3,1228,1391 -"31745",7226,57765,3,1228,2893 -"31746",7226,59113,3,1228,2434 -"31747",7226,70785,3,1228,1440 -"31748",7226,89934,3,1228,2760 -"31749",7226,93121,3,1228,2324 -"31750",7226,94520,3,1228,1243 -"31751",7226,95979,3,1228,1722 -"31752",7226,108867,3,1228,2328 -"31753",7229,25565,3,2669,2764 -"31754",7229,60879,3,2669,2792 -"31755",7233,23,3,572,1682 -"31756",7233,134,3,572,2062 -"31757",7233,270,3,572,2542 -"31758",7233,380,3,572,2261 -"31759",7233,601,3,572,702 -"31760",7233,1102,3,572,2282 -"31761",7233,1196,2,572,1986 -"31762",7233,1428,3,572,742 -"31763",7233,1495,3,572,2046 -"31764",7233,1639,3,572,2631 -"31765",7233,2077,2,572,610 -"31766",7233,2111,3,572,1904 -"31767",7233,2766,3,572,1920 -"31768",7233,3164,3,572,2693 -"31769",7233,3306,3,572,1989 -"31770",7233,3716,3,572,1679 -"31771",7233,3961,2,572,2426 -"31772",7233,4253,3,572,1890 -"31773",7233,4289,3,572,1921 -"31774",7233,4360,3,572,1770 -"31775",7233,4681,3,572,2356 -"31776",7233,4953,3,572,2285 -"31777",7233,5041,3,572,2371 -"31778",7233,5072,3,572,2175 -"31779",7233,5315,3,572,2631 -"31780",7233,5350,2,572,2522 -"31781",7233,5405,3,572,1510 -"31782",7233,5429,3,572,1991 -"31783",7233,5438,3,572,1499 -"31784",7233,5581,3,572,883 -"31785",7233,5622,2,572,2175 -"31786",7233,5716,1,572,1058 -"31787",7233,5984,2,572,1675 -"31788",7233,5986,2,572,1721 -"31789",7233,6030,3,572,2953 -"31790",7233,6047,3,572,2004 -"31791",7233,6162,2,572,1673 -"31792",7233,6324,3,572,1990 -"31793",7233,6366,1,572,798 -"31794",7233,6417,1,572,1675 -"31795",7233,6588,3,572,2025 -"31796",7233,7627,3,572,1543 -"31797",7233,7970,3,572,1197 -"31798",7233,7992,3,572,2033 -"31799",7233,8274,3,572,1909 -"31800",7233,8327,3,572,2527 -"31801",7233,8395,3,572,896 -"31802",7233,8513,2,572,875 -"31803",7233,9928,2,572,2345 -"31804",7233,10358,2,572,2294 -"31805",7233,10488,3,572,1524 -"31806",7233,10717,3,572,1938 -"31807",7233,10857,3,572,2253 -"31808",7233,10871,3,572,2314 -"31809",7233,11218,1,572,2292 -"31810",7233,11477,3,572,2724 -"31811",7233,11540,3,572,1237 -"31812",7233,11576,2,572,808 -"31813",7233,11817,3,572,600 -"31814",7233,11966,3,572,2385 -"31815",7233,12004,3,572,996 -"31816",7233,12035,3,572,2721 -"31817",7233,12042,2,572,2345 -"31818",7233,12375,3,572,1873 -"31819",7233,12462,3,572,1461 -"31820",7233,12610,3,572,1274 -"31821",7233,13248,2,572,1385 -"31822",7233,13311,2,572,2315 -"31823",7233,13388,3,572,2119 -"31824",7233,13760,3,572,2871 -"31825",7233,13837,3,572,1604 -"31826",7233,13967,3,572,1354 -"31827",7233,14032,2,572,2144 -"31828",7233,14072,3,572,1346 -"31829",7233,14278,3,572,1267 -"31830",7233,14656,2,572,584 -"31831",7233,14855,2,572,903 -"31832",7233,14972,3,572,2332 -"31833",7233,15003,3,572,2067 -"31834",7233,15290,3,572,641 -"31835",7233,15301,3,572,2308 -"31836",7233,15402,2,572,1281 -"31837",7233,15607,3,572,1421 -"31838",7233,15990,3,572,593 -"31839",7233,16053,3,572,908 -"31840",7233,16120,3,572,1237 -"31841",7233,16352,2,572,2657 -"31842",7233,16826,3,572,2599 -"31843",7233,17381,3,572,1697 -"31844",7233,17400,2,572,2231 -"31845",7233,17819,3,572,2291 -"31846",7233,17997,3,572,1621 -"31847",7233,18348,3,572,1711 -"31848",7233,18393,3,572,860 -"31849",7233,18394,3,572,2356 -"31850",7233,18415,3,572,2184 -"31851",7233,18458,3,572,2477 -"31852",7233,18836,3,572,1270 -"31853",7233,18874,3,572,2170 -"31854",7233,19072,3,572,2358 -"31855",7233,19637,3,572,1229 -"31856",7233,19862,3,572,2412 -"31857",7233,20067,3,572,2390 -"31858",7233,20124,3,572,2376 -"31859",7233,20292,3,572,2755 -"31860",7233,20419,3,572,1587 -"31861",7233,20588,3,572,912 -"31862",7233,20643,3,572,2341 -"31863",7233,20732,3,572,2401 -"31864",7233,21138,3,572,2849 -"31865",7233,21571,3,572,2755 -"31866",7233,21706,3,572,1988 -"31867",7233,22180,3,572,1835 -"31868",7233,22331,3,572,2687 -"31869",7233,22455,3,572,1197 -"31870",7233,22566,3,572,2308 -"31871",7233,22777,3,572,2353 -"31872",7233,23159,2,572,1548 -"31873",7233,23310,2,572,2371 -"31874",7233,23492,3,572,1067 -"31875",7233,23526,3,572,1998 -"31876",7233,23715,3,572,1859 -"31877",7233,23725,3,572,2378 -"31878",7233,23726,3,572,2434 -"31879",7233,23806,3,572,1671 -"31880",7233,23869,2,572,1918 -"31881",7233,23918,3,572,1881 -"31882",7233,24146,3,572,2003 -"31883",7233,24169,2,572,1663 -"31884",7233,24253,3,572,2213 -"31885",7233,24259,3,572,1281 -"31886",7233,24286,3,572,1280 -"31887",7233,24497,3,572,1979 -"31888",7233,24721,3,572,2326 -"31889",7233,25325,3,572,2963 -"31890",7233,25443,3,572,1441 -"31891",7233,25480,3,572,2747 -"31892",7233,25543,3,572,724 -"31893",7233,25569,3,572,2317 -"31894",7233,25971,3,572,2608 -"31895",7233,26067,3,572,2069 -"31896",7233,26080,2,572,2525 -"31897",7233,26366,3,572,1688 -"31898",7233,26408,3,572,1545 -"31899",7233,26659,2,572,903 -"31900",7233,26700,3,572,1663 -"31901",7233,26721,3,572,2586 -"31902",7233,26818,2,572,1999 -"31903",7233,27260,3,572,878 -"31904",7233,27261,3,572,1368 -"31905",7233,28002,2,572,914 -"31906",7233,28050,3,572,1955 -"31907",7233,28131,3,572,1492 -"31908",7233,28168,3,572,2702 -"31909",7233,28296,3,572,2944 -"31910",7233,28383,3,572,1222 -"31911",7233,29456,3,572,1182 -"31912",7233,29930,3,572,2240 -"31913",7233,30150,3,572,1704 -"31914",7233,30173,3,572,2404 -"31915",7233,30325,3,572,1067 -"31916",7233,30405,3,572,2164 -"31917",7233,31279,3,572,965 -"31918",7233,31530,3,572,1661 -"31919",7233,31700,3,572,2727 -"31920",7233,32103,3,572,1491 -"31921",7233,32131,3,572,1035 -"31922",7233,32429,3,572,601 -"31923",7233,32503,3,572,2020 -"31924",7233,32567,3,572,2784 -"31925",7233,32658,3,572,1694 -"31926",7233,32694,3,572,1602 -"31927",7233,32919,2,572,2321 -"31928",7233,33241,3,572,632 -"31929",7233,33356,3,572,1586 -"31930",7233,33433,3,572,2805 -"31931",7233,33801,3,572,2899 -"31932",7233,34057,3,572,1657 -"31933",7233,34735,2,572,2767 -"31934",7233,34945,3,572,1298 -"31935",7233,35516,3,572,1229 -"31936",7233,35529,3,572,1620 -"31937",7233,35531,3,572,2872 -"31938",7233,35673,3,572,1067 -"31939",7233,35888,3,572,2291 -"31940",7233,35926,1,572,2371 -"31941",7233,36691,3,572,1903 -"31942",7233,36962,3,572,2861 -"31943",7233,37333,3,572,1612 -"31944",7233,37758,3,572,1998 -"31945",7233,38374,2,572,1890 -"31946",7233,38938,3,572,1593 -"31947",7233,39186,3,572,1258 -"31948",7233,39294,2,572,1889 -"31949",7233,39516,3,572,2393 -"31950",7233,40028,3,572,1349 -"31951",7233,40072,3,572,1182 -"31952",7233,40432,3,572,1956 -"31953",7233,41682,3,572,1988 -"31954",7233,41832,3,572,1155 -"31955",7233,41955,3,572,2479 -"31956",7233,41972,3,572,2509 -"31957",7233,42619,3,572,2017 -"31958",7233,43135,3,572,1171 -"31959",7233,43153,3,572,1381 -"31960",7233,43213,3,572,2160 -"31961",7233,44068,3,572,1056 -"31962",7233,44306,3,572,1036 -"31963",7233,44521,3,572,1593 -"31964",7233,44557,3,572,2371 -"31965",7233,44720,3,572,1202 -"31966",7233,44819,3,572,2063 -"31967",7233,45684,3,572,2200 -"31968",7233,46091,3,572,1938 -"31969",7233,46099,3,572,2360 -"31970",7233,46196,3,572,1510 -"31971",7233,46629,3,572,2255 -"31972",7233,46803,2,572,2305 -"31973",7233,47386,3,572,2226 -"31974",7233,49110,3,572,2938 -"31975",7233,49608,3,572,2184 -"31976",7233,49696,3,572,2444 -"31977",7233,50134,3,572,2674 -"31978",7233,50236,3,572,2339 -"31979",7233,50252,3,572,2001 -"31980",7233,50382,3,572,2244 -"31981",7233,51017,3,572,2073 -"31982",7233,51089,3,572,2426 -"31983",7233,51471,3,572,1280 -"31984",7233,52026,3,572,2633 -"31985",7233,52136,3,572,1412 -"31986",7233,52442,3,572,1269 -"31987",7233,52835,3,572,995 -"31988",7233,53134,1,572,1590 -"31989",7233,53293,3,572,2916 -"31990",7233,53303,3,572,1376 -"31991",7233,53342,3,572,2071 -"31992",7233,53475,3,572,2853 -"31993",7233,54020,3,572,1578 -"31994",7233,54127,3,572,1593 -"31995",7233,54158,3,572,1756 -"31996",7233,54551,3,572,2348 -"31997",7233,54879,2,572,2210 -"31998",7233,54929,1,572,2783 -"31999",7233,55652,3,572,2795 -"32000",7233,56082,3,572,2395 -"32001",7233,56604,3,572,1919 -"32002",7233,57246,3,572,1873 -"32003",7233,57414,3,572,922 -"32004",7233,57714,3,572,1391 -"32005",7233,57977,3,572,2683 -"32006",7233,58122,3,572,889 -"32007",7233,59096,3,572,1677 -"32008",7233,59950,3,572,1131 -"32009",7233,60280,3,572,1918 -"32010",7233,61613,2,572,1189 -"32011",7233,62488,3,572,1418 -"32012",7233,62903,3,572,1704 -"32013",7233,63328,3,572,922 -"32014",7233,63442,3,572,1965 -"32015",7233,66183,3,572,607 -"32016",7233,66622,3,572,799 -"32017",7233,67805,3,572,1338 -"32018",7233,69117,2,572,645 -"32019",7233,69250,3,572,1439 -"32020",7233,69716,3,572,2632 -"32021",7233,70203,3,572,2756 -"32022",7233,70681,2,572,866 -"32023",7233,70996,3,572,1037 -"32024",7233,71274,3,572,2390 -"32025",7233,72207,3,572,2430 -"32026",7233,72501,3,572,2795 -"32027",7233,73197,3,572,1998 -"32028",7233,74681,3,572,837 -"32029",7233,75403,3,572,1895 -"32030",7233,76048,3,572,2373 -"32031",7233,76284,3,572,1237 -"32032",7233,76666,3,572,1908 -"32033",7233,80219,2,572,988 -"32034",7233,81349,3,572,1958 -"32035",7233,84500,3,572,1583 -"32036",7233,85794,3,572,679 -"32037",7233,86287,3,572,1349 -"32038",7233,87110,3,572,2801 -"32039",7233,87692,3,572,775 -"32040",7233,89047,3,572,877 -"32041",7233,90802,3,572,877 -"32042",7233,92513,3,572,2282 -"32043",7233,94500,3,572,1529 -"32044",7233,100140,3,572,1041 -"32045",7233,101395,3,572,891 -"32046",7233,101598,3,572,781 -"32047",7233,101986,3,572,813 -"32048",7233,109521,3,572,609 -"32049",7233,119859,3,572,908 -"32050",7234,1315,3,2654,2760 -"32051",7234,10148,3,2654,2964 -"32052",7234,11477,3,2654,2724 -"32053",7234,31436,3,2654,2892 -"32054",7234,34480,3,2654,2755 -"32055",7241,380,3,2259,2261 -"32056",7241,613,3,2259,2687 -"32057",7241,1639,3,2259,2631 -"32058",7241,4057,3,2259,2389 -"32059",7241,5235,3,2259,2324 -"32060",7241,5462,3,2259,2374 -"32061",7241,6104,2,2259,2462 -"32062",7241,9331,3,2259,2269 -"32063",7241,10513,3,2259,2284 -"32064",7241,12374,2,2259,2260 -"32065",7241,16518,3,2259,2642 -"32066",7241,17549,3,2259,2647 -"32067",7241,21104,3,2259,2327 -"32068",7241,29073,3,2259,2328 -"32069",7241,39444,3,2259,2695 -"32070",7241,41945,3,2259,2856 -"32071",7241,43518,3,2259,2680 -"32072",7241,44688,3,2259,2924 -"32073",7241,47803,3,2259,2477 -"32074",7241,55468,3,2259,2511 -"32075",7241,64699,3,2259,2797 -"32076",7241,70046,3,2259,2624 -"32077",7241,108867,2,2259,2328 -"32078",7245,135,2,2089,2233 -"32079",7245,270,3,2089,2542 -"32080",7245,380,3,2089,2261 -"32081",7245,455,2,2089,2827 -"32082",7245,470,3,2089,2285 -"32083",7245,671,3,2089,2328 -"32084",7245,913,3,2089,2144 -"32085",7245,1102,3,2089,2282 -"32086",7245,1136,3,2089,2536 -"32087",7245,1367,1,2089,2176 -"32088",7245,1767,3,2089,2727 -"32089",7245,2424,3,2089,2582 -"32090",7245,2747,3,2089,2411 -"32091",7245,3164,3,2089,2693 -"32092",7245,3305,3,2089,2839 -"32093",7245,4084,3,2089,2133 -"32094",7245,4191,3,2089,2130 -"32095",7245,4618,2,2089,2607 -"32096",7245,4669,3,2089,2395 -"32097",7245,4980,3,2089,2093 -"32098",7245,5148,2,2089,2206 -"32099",7245,5504,3,2089,2389 -"32100",7245,5580,3,2089,2111 -"32101",7245,5669,3,2089,2502 -"32102",7245,5725,2,2089,2789 -"32103",7245,6718,3,2089,2138 -"32104",7245,7515,3,2089,2737 -"32105",7245,8533,1,2089,2251 -"32106",7245,9311,3,2089,2477 -"32107",7245,9654,3,2089,2111 -"32108",7245,10513,3,2089,2284 -"32109",7245,10859,3,2089,2231 -"32110",7245,10871,3,2089,2314 -"32111",7245,10890,3,2089,2639 -"32112",7245,12374,3,2089,2260 -"32113",7245,12713,3,2089,2440 -"32114",7245,12867,3,2089,2773 -"32115",7245,13307,3,2089,2206 -"32116",7245,16067,3,2089,2727 -"32117",7245,17264,3,2089,2528 -"32118",7245,18394,3,2089,2356 -"32119",7245,18415,1,2089,2184 -"32120",7245,19719,3,2089,2177 -"32121",7245,19862,3,2089,2412 -"32122",7245,20563,1,2089,2267 -"32123",7245,20732,3,2089,2401 -"32124",7245,21012,3,2089,2325 -"32125",7245,21104,3,2089,2327 -"32126",7245,23132,3,2089,2756 -"32127",7245,23509,3,2089,2275 -"32128",7245,23705,3,2089,2699 -"32129",7245,23726,3,2089,2434 -"32130",7245,23756,3,2089,2309 -"32131",7245,26351,3,2089,2683 -"32132",7245,26436,3,2089,2489 -"32133",7245,26451,3,2089,2133 -"32134",7245,26516,2,2089,2479 -"32135",7245,27623,3,2089,2970 -"32136",7245,27753,2,2089,2750 -"32137",7245,28285,2,2089,2972 -"32138",7245,29073,2,2089,2328 -"32139",7245,30052,3,2089,2855 -"32140",7245,30943,3,2089,2287 -"32141",7245,31124,3,2089,2351 -"32142",7245,31700,3,2089,2727 -"32143",7245,31799,3,2089,2547 -"32144",7245,32939,3,2089,2277 -"32145",7245,33572,3,2089,2370 -"32146",7245,34136,3,2089,2202 -"32147",7245,36183,3,2089,2117 -"32148",7245,36559,3,2089,2473 -"32149",7245,37418,3,2089,2710 -"32150",7245,39087,3,2089,2765 -"32151",7245,42642,3,2089,2257 -"32152",7245,45633,1,2089,2134 -"32153",7245,45715,3,2089,2287 -"32154",7245,46803,3,2089,2305 -"32155",7245,47857,3,2089,2325 -"32156",7245,47947,2,2089,2681 -"32157",7245,48035,3,2089,2180 -"32158",7245,51410,3,2089,2739 -"32159",7245,52576,3,2089,2234 -"32160",7245,53300,2,2089,2162 -"32161",7245,54740,3,2089,2750 -"32162",7245,55139,3,2089,2323 -"32163",7245,57804,3,2089,2214 -"32164",7245,57977,2,2089,2683 -"32165",7245,60661,3,2089,2700 -"32166",7245,62840,2,2089,2502 -"32167",7245,63641,3,2089,2337 -"32168",7245,64793,3,2089,2819 -"32169",7245,64997,3,2089,2791 -"32170",7245,65691,2,2089,2134 -"32171",7245,66413,3,2089,2507 -"32172",7245,67726,3,2089,2873 -"32173",7245,69716,3,2089,2632 -"32174",7245,71562,2,2089,2574 -"32175",7245,73305,3,2089,2544 -"32176",7245,74095,2,2089,2333 -"32177",7245,81221,3,2089,2285 -"32178",7245,88232,3,2089,2881 -"32179",7252,8062,3,2799,2858 -"32180",7252,9785,3,2799,2951 -"32181",7252,45869,3,2799,2840 -"32182",7252,58521,2,2799,2950 -"32183",7253,827,3,2686,2964 -"32184",7253,916,2,2686,2718 -"32185",7253,1624,3,2686,2687 -"32186",7253,4551,2,2686,2720 -"32187",7253,36662,3,2686,2967 -"32188",7253,42390,3,2686,2937 -"32189",7253,47607,2,2686,2724 -"32190",7253,59511,1,2686,2753 -"32191",7254,827,2,1849,2964 -"32192",7254,916,3,1849,2718 -"32193",7254,1624,2,1849,2687 -"32194",7254,2282,3,1849,2056 -"32195",7254,2647,2,1849,2450 -"32196",7254,4551,1,1849,2720 -"32197",7254,6040,2,1849,2103 -"32198",7254,6824,3,1849,2680 -"32199",7254,7253,1,1849,2686 -"32200",7254,13388,3,1849,2119 -"32201",7254,13879,3,1849,2748 -"32202",7254,18700,3,1849,1929 -"32203",7254,19509,1,1849,2000 -"32204",7254,23639,3,1849,2065 -"32205",7254,26513,2,1849,2205 -"32206",7254,28268,2,1849,2258 -"32207",7254,28782,3,1849,2272 -"32208",7254,36840,3,1849,2269 -"32209",7254,42382,3,1849,2224 -"32210",7254,42390,3,1849,2937 -"32211",7254,43524,3,1849,2572 -"32212",7254,46616,3,1849,1917 -"32213",7254,47607,2,1849,2724 -"32214",7254,52380,2,1849,2686 -"32215",7254,53584,2,1849,2391 -"32216",7254,58945,2,1849,2481 -"32217",7254,59511,2,1849,2753 -"32218",7254,64628,3,1849,2829 -"32219",7254,65188,3,1849,2213 -"32220",7254,69029,3,1849,2623 -"32221",7254,80970,3,1849,2069 -"32222",7254,81545,3,1849,2077 -"32223",7257,6040,3,1915,2103 -"32224",7257,22932,2,1915,2469 -"32225",7257,47882,3,1915,2769 -"32226",7257,55742,1,1915,2006 -"32227",7257,58711,2,1915,2746 -"32228",7257,67150,3,1915,2633 -"32229",7257,108151,2,1915,2377 -"32230",7258,997,3,1714,2788 -"32231",7258,1767,3,1714,2727 -"32232",7258,1875,3,1714,1786 -"32233",7258,2484,3,1714,2389 -"32234",7258,2694,3,1714,2062 -"32235",7258,3068,3,1714,1815 -"32236",7258,4360,3,1714,1770 -"32237",7258,4551,3,1714,2720 -"32238",7258,6222,3,1714,1949 -"32239",7258,6428,3,1714,1952 -"32240",7258,7354,3,1714,2008 -"32241",7258,7858,2,1714,1795 -"32242",7258,13929,3,1714,2693 -"32243",7258,14328,3,1714,1725 -"32244",7258,14959,3,1714,2898 -"32245",7258,17520,3,1714,2276 -"32246",7258,17943,3,1714,1943 -"32247",7258,18670,3,1714,1835 -"32248",7258,20219,3,1714,2313 -"32249",7258,20423,2,1714,2654 -"32250",7258,20486,3,1714,1908 -"32251",7258,23319,2,1714,2867 -"32252",7258,23460,3,1714,2183 -"32253",7258,23641,3,1714,1934 -"32254",7258,24558,3,1714,2139 -"32255",7258,25078,3,1714,2312 -"32256",7258,29899,3,1714,2375 -"32257",7258,30236,3,1714,2238 -"32258",7258,30334,3,1714,2075 -"32259",7258,31159,3,1714,2231 -"32260",7258,35360,3,1714,2043 -"32261",7258,37636,3,1714,2178 -"32262",7258,38259,3,1714,2258 -"32263",7258,38921,3,1714,1880 -"32264",7258,40392,3,1714,1878 -"32265",7258,43404,3,1714,2649 -"32266",7258,47082,3,1714,1990 -"32267",7258,49787,3,1714,2352 -"32268",7258,49812,3,1714,1816 -"32269",7258,50252,3,1714,2001 -"32270",7258,51783,3,1714,2599 -"32271",7258,56854,2,1714,2022 -"32272",7258,66124,3,1714,2174 -"32273",7258,88609,3,1714,1917 -"32274",7269,841,3,1728,2964 -"32275",7269,2221,3,1728,2092 -"32276",7269,2418,3,1728,2020 -"32277",7269,2759,1,1728,2030 -"32278",7269,2852,3,1728,2448 -"32279",7269,3127,3,1728,2273 -"32280",7269,3961,3,1728,2426 -"32281",7269,4730,2,1728,2131 -"32282",7269,4953,3,1728,2285 -"32283",7269,5839,3,1728,2301 -"32284",7269,6627,2,1728,2063 -"32285",7269,7433,3,1728,2255 -"32286",7269,7443,2,1728,2028 -"32287",7269,9620,3,1728,2339 -"32288",7269,10638,3,1728,2692 -"32289",7269,11103,3,1728,2393 -"32290",7269,11477,3,1728,2724 -"32291",7269,11506,2,1728,2824 -"32292",7269,11648,3,1728,2852 -"32293",7269,14943,3,1728,1942 -"32294",7269,15381,2,1728,2289 -"32295",7269,15401,3,1728,1999 -"32296",7269,16801,3,1728,2008 -"32297",7269,16826,3,1728,2599 -"32298",7269,17033,3,1728,2771 -"32299",7269,18464,3,1728,2312 -"32300",7269,18571,2,1728,2128 -"32301",7269,18943,2,1728,2861 -"32302",7269,20007,3,1728,2971 -"32303",7269,21180,2,1728,2762 -"32304",7269,21463,1,1728,2437 -"32305",7269,27783,3,1728,2302 -"32306",7269,30442,3,1728,2124 -"32307",7269,31164,2,1728,1996 -"32308",7269,32449,2,1728,2091 -"32309",7269,32988,2,1728,2008 -"32310",7269,34162,3,1728,2336 -"32311",7269,36136,2,1728,2338 -"32312",7269,37059,3,1728,2840 -"32313",7269,38144,3,1728,2637 -"32314",7269,39105,2,1728,2487 -"32315",7269,41023,3,1728,2408 -"32316",7269,41978,3,1728,2824 -"32317",7269,42505,3,1728,2008 -"32318",7269,45730,3,1728,2063 -"32319",7269,46951,2,1728,2429 -"32320",7269,53013,3,1728,2523 -"32321",7269,55775,3,1728,2385 -"32322",7269,56338,3,1728,1818 -"32323",7269,59005,3,1728,2817 -"32324",7269,59039,3,1728,2870 -"32325",7269,60979,3,1728,1758 -"32326",7269,65155,3,1728,1947 -"32327",7269,66911,3,1728,1920 -"32328",7269,69335,3,1728,2698 -"32329",7269,76132,1,1728,2426 -"32330",7269,76675,2,1728,1840 -"32331",7269,92757,3,1728,2615 -"32332",7269,111034,3,1728,2131 -"32333",7269,115155,2,1728,1942 -"32334",7292,5315,3,1988,2631 -"32335",7292,10779,3,1988,2881 -"32336",7292,13388,3,1988,2119 -"32337",7292,18874,3,1988,2170 -"32338",7292,20067,3,1988,2390 -"32339",7292,22207,3,1988,2365 -"32340",7292,29930,3,1988,2240 -"32341",7292,41955,3,1988,2479 -"32342",7292,76356,3,1988,2323 -"32343",7310,843,3,636,2332 -"32344",7310,1369,2,636,2487 -"32345",7310,1624,3,636,2687 -"32346",7310,1708,3,636,1591 -"32347",7310,2506,2,636,954 -"32348",7310,2927,3,636,1789 -"32349",7310,3271,2,636,2216 -"32350",7310,4249,3,636,2547 -"32351",7310,5637,3,636,1976 -"32352",7310,6345,2,636,2713 -"32353",7310,6999,1,636,2214 -"32354",7310,7337,3,636,1797 -"32355",7310,7604,3,636,1366 -"32356",7310,8607,3,636,1685 -"32357",7310,9272,2,636,2835 -"32358",7310,9656,2,636,1135 -"32359",7310,9724,3,636,2713 -"32360",7310,9909,3,636,2230 -"32361",7310,10701,3,636,2000 -"32362",7310,10716,3,636,1692 -"32363",7310,10990,3,636,805 -"32364",7310,12000,3,636,1454 -"32365",7310,12116,3,636,2119 -"32366",7310,13034,3,636,698 -"32367",7310,13340,3,636,1918 -"32368",7310,13595,3,636,1164 -"32369",7310,14212,3,636,857 -"32370",7310,14470,3,636,2632 -"32371",7310,14654,3,636,1692 -"32372",7310,14957,3,636,2306 -"32373",7310,15281,2,636,810 -"32374",7310,15782,3,636,2306 -"32375",7310,16437,3,636,1956 -"32376",7310,16963,3,636,1999 -"32377",7310,17499,3,636,2954 -"32378",7310,17531,3,636,876 -"32379",7310,17695,3,636,1930 -"32380",7310,19075,3,636,2214 -"32381",7310,20038,3,636,1531 -"32382",7310,21198,3,636,935 -"32383",7310,23430,3,636,904 -"32384",7310,23550,3,636,2939 -"32385",7310,26597,3,636,2070 -"32386",7310,28432,3,636,1954 -"32387",7310,28648,3,636,1586 -"32388",7310,29778,2,636,840 -"32389",7310,31338,3,636,917 -"32390",7310,32811,3,636,804 -"32391",7310,35317,2,636,1888 -"32392",7310,36840,3,636,2269 -"32393",7310,37684,3,636,2899 -"32394",7310,37752,3,636,2223 -"32395",7310,38219,3,636,1689 -"32396",7310,39439,3,636,2462 -"32397",7310,39444,3,636,2695 -"32398",7310,41439,3,636,709 -"32399",7310,42382,3,636,2224 -"32400",7310,42407,2,636,2408 -"32401",7310,43173,3,636,2895 -"32402",7310,43226,2,636,2442 -"32403",7310,45874,3,636,944 -"32404",7310,46616,3,636,1917 -"32405",7310,47607,3,636,2724 -"32406",7310,48110,2,636,2009 -"32407",7310,50468,3,636,1659 -"32408",7310,53445,3,636,2028 -"32409",7310,53584,3,636,2391 -"32410",7310,53652,2,636,2899 -"32411",7310,55325,3,636,653 -"32412",7310,57804,3,636,2214 -"32413",7310,57990,3,636,978 -"32414",7310,58508,2,636,2326 -"32415",7310,59039,3,636,2870 -"32416",7310,60463,1,636,1583 -"32417",7310,65375,3,636,824 -"32418",7310,69335,2,636,2698 -"32419",7310,70011,3,636,2690 -"32420",7310,73520,3,636,2613 -"32421",7310,76450,3,636,1077 -"32422",7310,76511,3,636,1250 -"32423",7310,77719,3,636,2086 -"32424",7310,78277,3,636,1937 -"32425",7310,79699,3,636,1735 -"32426",7310,80301,2,636,1690 -"32427",7310,80801,3,636,1250 -"32428",7310,82039,3,636,1327 -"32429",7310,82226,3,636,1619 -"32430",7310,84235,3,636,1639 -"32431",7310,84590,3,636,1734 -"32432",7310,85065,2,636,1585 -"32433",7310,88984,3,636,935 -"32434",7310,93553,3,636,2537 -"32435",7310,99332,3,636,873 -"32436",7323,1151,1,2858,2885 -"32437",7323,9362,3,2858,2879 -"32438",7323,14959,3,2858,2898 -"32439",7323,18151,3,2858,2962 -"32440",7323,20700,2,2858,2861 -"32441",7337,312,3,1797,2038 -"32442",7337,364,3,1797,2351 -"32443",7337,843,3,1797,2332 -"32444",7337,1523,3,1797,2048 -"32445",7337,1702,2,1797,1984 -"32446",7337,1756,3,1797,2231 -"32447",7337,1846,2,1797,1845 -"32448",7337,2206,3,1797,2536 -"32449",7337,2424,3,1797,2582 -"32450",7337,2936,3,1797,2512 -"32451",7337,3127,3,1797,2273 -"32452",7337,3271,2,1797,2216 -"32453",7337,3477,2,1797,2546 -"32454",7337,3493,3,1797,2451 -"32455",7337,3978,3,1797,2775 -"32456",7337,4303,3,1797,2414 -"32457",7337,4361,3,1797,2571 -"32458",7337,4668,3,1797,1919 -"32459",7337,4669,3,1797,2395 -"32460",7337,5839,3,1797,2301 -"32461",7337,6063,3,1797,2349 -"32462",7337,6989,3,1797,2623 -"32463",7337,7937,3,1797,2044 -"32464",7337,8062,3,1797,2858 -"32465",7337,8789,3,1797,2024 -"32466",7337,9272,2,1797,2835 -"32467",7337,11055,3,1797,2111 -"32468",7337,11136,3,1797,2573 -"32469",7337,11620,3,1797,2010 -"32470",7337,11648,3,1797,2852 -"32471",7337,13566,3,1797,2056 -"32472",7337,14754,3,1797,2456 -"32473",7337,14887,3,1797,2158 -"32474",7337,15826,3,1797,2772 -"32475",7337,16286,3,1797,2470 -"32476",7337,16437,3,1797,1956 -"32477",7337,17645,3,1797,1918 -"32478",7337,19075,3,1797,2214 -"32479",7337,19934,3,1797,2888 -"32480",7337,20124,3,1797,2376 -"32481",7337,21684,2,1797,1971 -"32482",7337,21706,3,1797,1988 -"32483",7337,21815,3,1797,2032 -"32484",7337,22331,3,1797,2687 -"32485",7337,23756,3,1797,2309 -"32486",7337,24176,3,1797,1986 -"32487",7337,25577,3,1797,1946 -"32488",7337,27320,3,1797,2378 -"32489",7337,27501,3,1797,1981 -"32490",7337,27694,3,1797,2030 -"32491",7337,28432,3,1797,1954 -"32492",7337,28869,3,1797,2425 -"32493",7337,28893,2,1797,2764 -"32494",7337,30010,3,1797,2917 -"32495",7337,30669,3,1797,1921 -"32496",7337,30870,3,1797,2370 -"32497",7337,31335,3,1797,2351 -"32498",7337,32339,3,1797,2430 -"32499",7337,33223,3,1797,2397 -"32500",7337,33341,3,1797,2338 -"32501",7337,35573,3,1797,2084 -"32502",7337,36953,3,1797,2790 -"32503",7337,37752,3,1797,2223 -"32504",7337,38373,3,1797,1928 -"32505",7337,39439,3,1797,2462 -"32506",7337,39443,3,1797,2277 -"32507",7337,39444,3,1797,2695 -"32508",7337,40572,3,1797,2666 -"32509",7337,41023,3,1797,2408 -"32510",7337,42813,3,1797,2142 -"32511",7337,43173,3,1797,2895 -"32512",7337,43226,2,1797,2442 -"32513",7337,45608,3,1797,2420 -"32514",7337,45869,3,1797,2840 -"32515",7337,46486,2,1797,1868 -"32516",7337,46532,3,1797,2005 -"32517",7337,46982,3,1797,2806 -"32518",7337,48110,2,1797,2009 -"32519",7337,53445,3,1797,2028 -"32520",7337,56569,3,1797,1993 -"32521",7337,57765,2,1797,2893 -"32522",7337,57804,3,1797,2214 -"32523",7337,58508,2,1797,2326 -"32524",7337,58745,3,1797,1920 -"32525",7337,58875,3,1797,1899 -"32526",7337,59039,3,1797,2870 -"32527",7337,59243,3,1797,2770 -"32528",7337,60258,3,1797,2405 -"32529",7337,62066,3,1797,2281 -"32530",7337,62626,3,1797,2787 -"32531",7337,66205,3,1797,2898 -"32532",7337,67815,3,1797,2476 -"32533",7337,69335,2,1797,2698 -"32534",7337,75282,3,1797,2675 -"32535",7337,88212,3,1797,2547 -"32536",7350,135,3,1901,2233 -"32537",7350,455,3,1901,2827 -"32538",7350,23705,2,1901,2699 -"32539",7350,28101,3,1901,1949 -"32540",7350,105063,3,1901,1908 -"32541",7354,1136,3,2008,2536 -"32542",7354,3409,3,2008,2167 -"32543",7354,4191,3,2008,2130 -"32544",7354,6491,3,2008,2424 -"32545",7354,7847,3,2008,2424 -"32546",7354,13324,3,2008,2163 -"32547",7354,14655,3,2008,2559 -"32548",7354,23460,2,2008,2183 -"32549",7354,25816,3,2008,2088 -"32550",7354,27628,3,2008,2389 -"32551",7354,30236,3,2008,2238 -"32552",7354,30981,3,2008,2366 -"32553",7354,36609,3,2008,2918 -"32554",7354,42407,3,2008,2408 -"32555",7354,42574,3,2008,2842 -"32556",7354,44268,2,2008,2436 -"32557",7354,45618,3,2008,2356 -"32558",7354,57544,3,2008,2443 -"32559",7354,64997,3,2008,2791 -"32560",7355,2057,3,1928,1965 -"32561",7355,3306,3,1928,1989 -"32562",7355,3456,3,1928,1999 -"32563",7355,4367,2,1928,2794 -"32564",7355,6697,3,1928,2438 -"32565",7355,8610,3,1928,2240 -"32566",7355,10129,3,1928,2124 -"32567",7355,11136,2,1928,2573 -"32568",7355,14754,2,1928,2456 -"32569",7355,22766,1,1928,1945 -"32570",7355,24757,2,1928,1939 -"32571",7355,25741,1,1928,2853 -"32572",7355,45138,3,1928,2516 -"32573",7355,54284,3,1928,2491 -"32574",7355,55817,3,1928,2285 -"32575",7355,68586,3,1928,2322 -"32576",7363,313,3,123,2271 -"32577",7363,377,3,123,2389 -"32578",7363,499,3,123,1931 -"32579",7363,543,2,123,2203 -"32580",7363,601,3,123,702 -"32581",7363,613,3,123,2687 -"32582",7363,1151,3,123,2885 -"32583",7363,1469,3,123,1160 -"32584",7363,1495,3,123,2046 -"32585",7363,1616,2,123,2662 -"32586",7363,1777,2,123,1965 -"32587",7363,2036,3,123,2483 -"32588",7363,2181,3,123,2030 -"32589",7363,2224,3,123,2751 -"32590",7363,2484,2,123,2389 -"32591",7363,2754,3,123,1360 -"32592",7363,3088,3,123,1670 -"32593",7363,3161,3,123,2229 -"32594",7363,3242,3,123,1730 -"32595",7363,3830,1,123,1661 -"32596",7363,3878,3,123,1890 -"32597",7363,4057,3,123,2389 -"32598",7363,5078,2,123,2033 -"32599",7363,5457,2,123,2077 -"32600",7363,5462,1,123,2374 -"32601",7363,5491,3,123,2048 -"32602",7363,5504,1,123,2389 -"32603",7363,5714,3,123,534 -"32604",7363,7323,2,123,2858 -"32605",7363,8229,3,123,1241 -"32606",7363,8621,2,123,1681 -"32607",7363,8760,3,123,2477 -"32608",7363,8866,3,123,1545 -"32609",7363,9332,3,123,2734 -"32610",7363,9362,3,123,2879 -"32611",7363,9432,3,123,1693 -"32612",7363,12713,3,123,2440 -"32613",7363,13535,3,123,1491 -"32614",7363,13895,3,123,687 -"32615",7363,15184,3,123,2396 -"32616",7363,15299,3,123,2213 -"32617",7363,15500,3,123,1658 -"32618",7363,15539,3,123,1929 -"32619",7363,15636,3,123,2857 -"32620",7363,15799,3,123,1917 -"32621",7363,16074,3,123,977 -"32622",7363,16164,3,123,1184 -"32623",7363,16313,3,123,1160 -"32624",7363,16609,3,123,538 -"32625",7363,17133,3,123,924 -"32626",7363,17410,3,123,2073 -"32627",7363,17520,3,123,2276 -"32628",7363,18151,2,123,2962 -"32629",7363,18615,3,123,1025 -"32630",7363,19027,3,123,2721 -"32631",7363,19606,2,123,2783 -"32632",7363,19637,2,123,1229 -"32633",7363,19963,3,123,810 -"32634",7363,20067,3,123,2390 -"32635",7363,20545,3,123,1491 -"32636",7363,20563,3,123,2267 -"32637",7363,20659,2,123,1969 -"32638",7363,20700,3,123,2861 -"32639",7363,21122,3,123,1701 -"32640",7363,21225,3,123,1945 -"32641",7363,21795,3,123,2653 -"32642",7363,22006,2,123,1202 -"32643",7363,22130,2,123,146 -"32644",7363,22749,2,123,1727 -"32645",7363,22874,3,123,404 -"32646",7363,23506,3,123,1172 -"32647",7363,23869,3,123,1918 -"32648",7363,26106,3,123,2015 -"32649",7363,26249,3,123,2301 -"32650",7363,26516,3,123,2479 -"32651",7363,26608,3,123,2329 -"32652",7363,27478,3,123,2485 -"32653",7363,28131,3,123,1492 -"32654",7363,28216,3,123,1910 -"32655",7363,28233,3,123,1608 -"32656",7363,30119,3,123,1961 -"32657",7363,30150,3,123,1704 -"32658",7363,30956,2,123,168 -"32659",7363,31696,3,123,1595 -"32660",7363,31799,2,123,2547 -"32661",7363,32017,3,123,577 -"32662",7363,32606,3,123,2100 -"32663",7363,35256,3,123,2271 -"32664",7363,35529,3,123,1620 -"32665",7363,37418,3,123,2710 -"32666",7363,37570,2,123,2389 -"32667",7363,38048,2,123,867 -"32668",7363,38574,3,123,188 -"32669",7363,38921,3,123,1880 -"32670",7363,39444,3,123,2695 -"32671",7363,41278,2,123,1873 -"32672",7363,41747,3,123,1722 -"32673",7363,42264,3,123,1702 -"32674",7363,43839,3,123,1685 -"32675",7363,44636,3,123,1026 -"32676",7363,46164,3,123,445 -"32677",7363,46680,3,123,1690 -"32678",7363,49965,3,123,2301 -"32679",7363,50252,3,123,2001 -"32680",7363,50269,3,123,1966 -"32681",7363,50372,1,123,1834 -"32682",7363,53031,3,123,2065 -"32683",7363,55556,3,123,2075 -"32684",7363,55828,3,123,2393 -"32685",7363,57077,3,123,1885 -"32686",7363,57565,3,123,1577 -"32687",7363,57950,2,123,1529 -"32688",7363,57977,3,123,2683 -"32689",7363,58035,3,123,1646 -"32690",7363,59700,3,123,2346 -"32691",7363,62602,3,123,1172 -"32692",7363,63637,3,123,498 -"32693",7363,64031,3,123,1295 -"32694",7363,64967,3,123,2872 -"32695",7363,65029,3,123,2954 -"32696",7363,69498,2,123,931 -"32697",7363,70046,3,123,2624 -"32698",7363,70203,3,123,2756 -"32699",7363,71478,2,123,1721 -"32700",7363,71581,3,123,146 -"32701",7363,74730,3,123,535 -"32702",7363,75948,3,123,1006 -"32703",7363,80429,2,123,1927 -"32704",7363,80471,3,123,538 -"32705",7363,80678,3,123,1595 -"32706",7363,81511,3,123,848 -"32707",7363,85430,2,123,2370 -"32708",7363,86986,3,123,1976 -"32709",7363,89668,3,123,1279 -"32710",7363,89958,2,123,1186 -"32711",7363,90837,2,123,825 -"32712",7363,91570,3,123,2229 -"32713",7363,92495,3,123,283 -"32714",7363,96678,3,123,1183 -"32715",7363,100134,3,123,977 -"32716",7363,102050,3,123,906 -"32717",7363,105795,3,123,1265 -"32718",7363,107649,3,123,1573 -"32719",7363,108415,3,123,752 -"32720",7363,109175,3,123,146 -"32721",7363,109383,3,123,952 -"32722",7363,116478,3,123,293 -"32723",7363,117679,3,123,535 -"32724",7394,455,3,2615,2827 -"32725",7394,1262,3,2615,2973 -"32726",7394,11456,3,2615,2715 -"32727",7394,12035,3,2615,2721 -"32728",7394,13732,3,2615,2789 -"32729",7394,18151,2,2615,2962 -"32730",7394,18366,3,2615,2699 -"32731",7394,19528,3,2615,2742 -"32732",7394,19872,3,2615,2913 -"32733",7394,21795,2,2615,2653 -"32734",7394,26865,3,2615,2726 -"32735",7394,34327,2,2615,2959 -"32736",7394,47947,3,2615,2681 -"32737",7404,25480,3,643,2747 -"32738",7404,34842,2,643,2050 -"32739",7404,81586,3,643,877 -"32740",7406,160,3,1906,2007 -"32741",7406,380,3,1906,2261 -"32742",7406,854,3,1906,2307 -"32743",7406,997,3,1906,2788 -"32744",7406,1102,2,1906,2282 -"32745",7406,1324,3,1906,2147 -"32746",7406,1409,3,1906,2090 -"32747",7406,2572,2,1906,2273 -"32748",7406,3409,3,1906,2167 -"32749",7406,3801,3,1906,1974 -"32750",7406,4671,3,1906,2280 -"32751",7406,5235,3,1906,2324 -"32752",7406,5350,3,1906,2522 -"32753",7406,5865,1,1906,1910 -"32754",7406,6052,3,1906,1985 -"32755",7406,6074,3,1906,2426 -"32756",7406,6192,2,1906,2409 -"32757",7406,6208,3,1906,2361 -"32758",7406,6222,3,1906,1949 -"32759",7406,6241,3,1906,2264 -"32760",7406,7616,3,1906,2296 -"32761",7406,8238,3,1906,2222 -"32762",7406,8274,3,1906,1909 -"32763",7406,8681,3,1906,2716 -"32764",7406,8726,3,1906,2083 -"32765",7406,9695,3,1906,2143 -"32766",7406,10513,3,1906,2284 -"32767",7406,10859,3,1906,2231 -"32768",7406,11103,3,1906,2393 -"32769",7406,11625,3,1906,2022 -"32770",7406,12264,3,1906,1925 -"32771",7406,12388,2,1906,1975 -"32772",7406,12724,2,1906,1930 -"32773",7406,13249,2,1906,2573 -"32774",7406,13324,2,1906,2163 -"32775",7406,13780,3,1906,2412 -"32776",7406,14834,3,1906,2739 -"32777",7406,14918,3,1906,2071 -"32778",7406,14959,3,1906,2898 -"32779",7406,15444,3,1906,2764 -"32780",7406,16539,3,1906,1947 -"32781",7406,17351,3,1906,2036 -"32782",7406,17943,3,1906,1943 -"32783",7406,18165,3,1906,2085 -"32784",7406,18464,3,1906,2312 -"32785",7406,19208,2,1906,2629 -"32786",7406,19605,2,1906,2395 -"32787",7406,21138,3,1906,2849 -"32788",7406,21682,3,1906,2414 -"32789",7406,21929,3,1906,2062 -"32790",7406,22292,3,1906,1910 -"32791",7406,22808,1,1906,2297 -"32792",7406,23460,2,1906,2183 -"32793",7406,23526,3,1906,1998 -"32794",7406,23641,3,1906,1934 -"32795",7406,24060,3,1906,2349 -"32796",7406,24753,3,1906,2860 -"32797",7406,25030,2,1906,2017 -"32798",7406,25985,3,1906,2071 -"32799",7406,29454,3,1906,2719 -"32800",7406,29930,3,1906,2240 -"32801",7406,30827,3,1906,2323 -"32802",7406,33430,3,1906,2225 -"32803",7406,33475,3,1906,2367 -"32804",7406,34120,3,1906,2786 -"32805",7406,35069,3,1906,2069 -"32806",7406,38973,3,1906,1999 -"32807",7406,39278,2,1906,1952 -"32808",7406,40493,3,1906,1981 -"32809",7406,41664,3,1906,2641 -"32810",7406,41682,3,1906,1988 -"32811",7406,41764,3,1906,2409 -"32812",7406,42129,1,1906,2318 -"32813",7406,42216,2,1906,2722 -"32814",7406,45302,2,1906,2390 -"32815",7406,46091,3,1906,1938 -"32816",7406,47248,3,1906,2883 -"32817",7406,47362,3,1906,2253 -"32818",7406,47529,3,1906,2914 -"32819",7406,47564,2,1906,2650 -"32820",7406,48571,3,1906,2717 -"32821",7406,49334,3,1906,2433 -"32822",7406,50134,3,1906,2674 -"32823",7406,50480,3,1906,2701 -"32824",7406,51017,2,1906,2073 -"32825",7406,51035,2,1906,2397 -"32826",7406,51610,3,1906,2635 -"32827",7406,51866,3,1906,2411 -"32828",7406,53219,3,1906,2973 -"32829",7406,53323,3,1906,2677 -"32830",7406,53342,3,1906,2071 -"32831",7406,55076,3,1906,2408 -"32832",7406,55643,3,1906,2359 -"32833",7406,59140,3,1906,2528 -"32834",7406,59891,3,1906,2706 -"32835",7406,63142,3,1906,1997 -"32836",7406,63477,3,1906,1907 -"32837",7406,65434,3,1906,2866 -"32838",7406,66983,3,1906,2397 -"32839",7406,66992,3,1906,2882 -"32840",7406,70046,3,1906,2624 -"32841",7406,80825,3,1906,2315 -"32842",7422,3477,3,1793,2546 -"32843",7422,6063,3,1793,2349 -"32844",7422,23121,2,1793,2108 -"32845",7422,33223,3,1793,2397 -"32846",7432,55742,3,1531,2006 -"32847",7432,65857,1,1531,2628 -"32848",7432,83175,3,1531,2049 -"32849",7433,10638,3,2255,2692 -"32850",7433,11506,3,2255,2824 -"32851",7433,18943,3,2255,2861 -"32852",7433,20007,3,2255,2971 -"32853",7433,21180,2,2255,2762 -"32854",7433,21463,3,2255,2437 -"32855",7433,27783,3,2255,2302 -"32856",7433,34162,2,2255,2336 -"32857",7433,36136,2,2255,2338 -"32858",7433,39105,3,2255,2487 -"32859",7433,46951,3,2255,2429 -"32860",7433,55604,3,2255,2342 -"32861",7433,55775,2,2255,2385 -"32862",7433,56673,3,2255,2419 -"32863",7433,76132,2,2255,2426 -"32864",7443,1685,3,2028,2230 -"32865",7443,2759,3,2028,2030 -"32866",7443,3317,3,2028,2037 -"32867",7443,4730,2,2028,2131 -"32868",7443,6627,3,2028,2063 -"32869",7443,6824,3,2028,2680 -"32870",7443,7433,3,2028,2255 -"32871",7443,9861,3,2028,2680 -"32872",7443,10638,3,2028,2692 -"32873",7443,11506,2,2028,2824 -"32874",7443,18571,3,2028,2128 -"32875",7443,18943,2,2028,2861 -"32876",7443,19528,3,2028,2742 -"32877",7443,21180,2,2028,2762 -"32878",7443,21463,3,2028,2437 -"32879",7443,27783,3,2028,2302 -"32880",7443,30442,3,2028,2124 -"32881",7443,32449,3,2028,2091 -"32882",7443,33186,3,2028,2240 -"32883",7443,34162,2,2028,2336 -"32884",7443,36031,3,2028,2342 -"32885",7443,36136,3,2028,2338 -"32886",7443,39105,3,2028,2487 -"32887",7443,45730,2,2028,2063 -"32888",7443,55775,3,2028,2385 -"32889",7443,76132,2,2028,2426 -"32890",7443,111034,3,2028,2131 -"32891",7451,45905,3,1254,2785 -"32892",7465,378,2,52,2766 -"32893",7465,1369,3,52,2487 -"32894",7465,2282,3,52,2056 -"32895",7465,2588,3,52,552 -"32896",7465,2927,3,52,1789 -"32897",7465,5520,3,52,217 -"32898",7465,6562,3,52,1139 -"32899",7465,6999,3,52,2214 -"32900",7465,9538,3,52,1786 -"32901",7465,9656,3,52,1135 -"32902",7465,9895,3,52,1960 -"32903",7465,10716,3,52,1692 -"32904",7465,10990,3,52,805 -"32905",7465,12116,3,52,2119 -"32906",7465,13034,3,52,698 -"32907",7465,13340,3,52,1918 -"32908",7465,13930,3,52,1274 -"32909",7465,14212,3,52,857 -"32910",7465,15214,2,52,274 -"32911",7465,15281,3,52,810 -"32912",7465,19476,2,52,1708 -"32913",7465,19542,2,52,570 -"32914",7465,19617,3,52,679 -"32915",7465,20038,2,52,1531 -"32916",7465,20371,3,52,595 -"32917",7465,20679,3,52,181 -"32918",7465,23560,3,52,2051 -"32919",7465,29778,3,52,840 -"32920",7465,33108,2,52,1559 -"32921",7465,35243,3,52,1102 -"32922",7465,35317,3,52,1888 -"32923",7465,42407,2,52,2408 -"32924",7465,42773,3,52,385 -"32925",7465,44878,1,52,1620 -"32926",7465,55730,3,52,1217 -"32927",7465,62848,3,52,1230 -"32928",7465,71128,3,52,485 -"32929",7465,71307,2,52,761 -"32930",7465,72703,3,52,2231 -"32931",7465,73520,3,52,2613 -"32932",7465,77719,2,52,2086 -"32933",7465,78277,2,52,1937 -"32934",7465,79699,3,52,1735 -"32935",7465,80970,3,52,2069 -"32936",7465,84590,3,52,1734 -"32937",7467,237,3,587,1982 -"32938",7467,4361,2,587,2571 -"32939",7467,8062,3,587,2858 -"32940",7467,10336,3,587,2271 -"32941",7467,10350,2,587,1163 -"32942",7467,12078,3,587,2381 -"32943",7467,14449,3,587,1258 -"32944",7467,17257,1,587,1117 -"32945",7467,32818,2,587,2485 -"32946",7467,33870,3,587,955 -"32947",7467,35589,2,587,983 -"32948",7467,38259,3,587,2258 -"32949",7467,38602,3,587,2693 -"32950",7467,41446,3,587,1103 -"32951",7467,43593,2,587,2704 -"32952",7467,46532,3,587,2005 -"32953",7467,59298,3,587,1236 -"32954",7467,63077,3,587,2778 -"32955",7467,69810,3,587,2321 -"32956",7467,72728,3,587,2234 -"32957",7467,78842,3,587,904 -"32958",7467,79158,3,587,1252 -"32959",7467,85869,3,587,1509 -"32960",7467,99288,2,587,983 -"32961",7467,101367,3,587,974 -"32962",7475,1639,3,1284,2631 -"32963",7475,2224,3,1284,2751 -"32964",7475,2563,3,1284,1686 -"32965",7475,3306,2,1284,1989 -"32966",7475,3628,3,1284,2707 -"32967",7475,4032,3,1284,1763 -"32968",7475,5120,3,1284,2735 -"32969",7475,6047,3,1284,2004 -"32970",7475,7627,3,1284,1543 -"32971",7475,9191,2,1284,2707 -"32972",7475,14080,3,1284,1351 -"32973",7475,15003,3,1284,2067 -"32974",7475,15756,3,1284,2362 -"32975",7475,17396,3,1284,1672 -"32976",7475,18211,3,1284,1745 -"32977",7475,23725,3,1284,2378 -"32978",7475,26749,3,1284,2965 -"32979",7475,27173,3,1284,2050 -"32980",7475,33621,3,1284,1319 -"32981",7475,33949,3,1284,2489 -"32982",7475,44819,3,1284,2063 -"32983",7475,50134,3,1284,2674 -"32984",7475,54929,3,1284,2783 -"32985",7475,56082,3,1284,2395 -"32986",7475,59539,3,1284,2429 -"32987",7475,63623,2,1284,1394 -"32988",7475,67805,3,1284,1338 -"32989",7475,70528,3,1284,2727 -"32990",7475,71342,3,1284,1289 -"32991",7475,82730,3,1284,1492 -"32992",7475,92491,3,1284,1968 -"32993",7475,119610,3,1284,2707 -"32994",7499,7787,3,1803,2314 -"32995",7499,12684,3,1803,2182 -"32996",7499,14612,3,1803,2340 -"32997",7499,15150,3,1803,2801 -"32998",7499,15343,3,1803,2125 -"32999",7499,15558,3,1803,2389 -"33000",7499,17480,2,1803,2316 -"33001",7499,18821,3,1803,2075 -"33002",7499,19002,3,1803,2053 -"33003",7499,19048,3,1803,2180 -"33004",7499,20011,3,1803,2826 -"33005",7499,23364,3,1803,2306 -"33006",7499,23728,2,1803,2601 -"33007",7499,29775,3,1803,2064 -"33008",7499,48585,3,1803,2063 -"33009",7499,52950,3,1803,2716 -"33010",7499,93609,2,1803,2252 -"33011",7502,380,2,1519,2261 -"33012",7502,1102,3,1519,2282 -"33013",7502,3801,3,1519,1974 -"33014",7502,10513,2,1519,2284 -"33015",7502,12602,3,1519,1956 -"33016",7502,14834,3,1519,2739 -"33017",7502,46950,3,1519,2673 -"33018",7502,51017,3,1519,2073 -"33019",7502,51035,3,1519,2397 -"33020",7502,58384,3,1519,1637 -"33021",7502,66983,3,1519,2397 -"33022",7502,74985,1,1519,2895 -"33023",7502,80825,2,1519,2315 -"33024",7506,10851,3,2371,2423 -"33025",7506,17221,3,2371,2487 -"33026",7506,26080,3,2371,2525 -"33027",7506,26721,3,2371,2586 -"33028",7506,28627,3,2371,2694 -"33029",7506,44135,3,2371,2620 -"33030",7506,55256,2,2371,2379 -"33031",7506,56464,3,2371,2488 -"33032",7508,7984,3,2396,2493 -"33033",7508,13573,3,2396,2774 -"33034",7508,36574,3,2396,2934 -"33035",7508,45290,3,2396,2731 -"33036",7508,45608,3,2396,2420 -"33037",7515,455,3,2737,2827 -"33038",7515,23132,2,2737,2756 -"33039",7515,40368,3,2737,2876 -"33040",7515,64997,3,2737,2791 -"33041",7547,5092,1,164,909 -"33042",7547,37975,2,164,889 -"33043",7547,67671,3,164,571 -"33044",7548,361,3,1932,1970 -"33045",7548,4696,3,1932,2656 -"33046",7548,6390,3,1932,2385 -"33047",7548,9311,3,1932,2477 -"33048",7548,10843,2,1932,2277 -"33049",7548,13249,3,1932,2573 -"33050",7548,14723,3,1932,2019 -"33051",7548,15626,3,1932,2434 -"33052",7548,25610,3,1932,2328 -"33053",7548,33433,2,1932,2805 -"33054",7548,38755,3,1932,2902 -"33055",7548,49696,3,1932,2444 -"33056",7548,52566,3,1932,2318 -"33057",7548,53342,3,1932,2071 -"33058",7548,54879,3,1932,2210 -"33059",7548,55643,2,1932,2359 -"33060",7548,58993,3,1932,2390 -"33061",7548,59113,3,1932,2434 -"33062",7548,61337,3,1932,2777 -"33063",7548,66677,3,1932,2151 -"33064",7548,69300,3,1932,2068 -"33065",7555,270,3,1943,2542 -"33066",7555,307,2,1943,2530 -"33067",7555,1092,3,1943,1945 -"33068",7555,4618,3,1943,2607 -"33069",7555,4701,3,1943,2401 -"33070",7555,5148,3,1943,2206 -"33071",7555,5669,3,1943,2502 -"33072",7555,5725,3,1943,2789 -"33073",7555,5971,2,1943,1985 -"33074",7555,6222,3,1943,1949 -"33075",7555,6588,2,1943,2025 -"33076",7555,6718,3,1943,2138 -"33077",7555,7616,2,1943,2296 -"33078",7555,8533,3,1943,2251 -"33079",7555,9615,3,1943,2464 -"33080",7555,9893,3,1943,2701 -"33081",7555,12374,3,1943,2260 -"33082",7555,12728,2,1943,2374 -"33083",7555,12867,2,1943,2773 -"33084",7555,13307,3,1943,2206 -"33085",7555,16310,3,1943,2796 -"33086",7555,16352,3,1943,2657 -"33087",7555,16539,2,1943,1947 -"33088",7555,17400,3,1943,2231 -"33089",7555,18394,3,1943,2356 -"33090",7555,20311,3,1943,1981 -"33091",7555,20783,3,1943,2414 -"33092",7555,21012,3,1943,2325 -"33093",7555,21693,3,1943,2176 -"33094",7555,22197,3,1943,2271 -"33095",7555,22326,3,1943,2818 -"33096",7555,23509,3,1943,2275 -"33097",7555,23526,3,1943,1998 -"33098",7555,23725,3,1943,2378 -"33099",7555,25305,3,1943,2447 -"33100",7555,26351,3,1943,2683 -"33101",7555,26451,3,1943,2133 -"33102",7555,28285,3,1943,2972 -"33103",7555,28303,3,1943,2089 -"33104",7555,29073,3,1943,2328 -"33105",7555,30405,3,1943,2164 -"33106",7555,32173,1,1943,2341 -"33107",7555,35402,3,1943,2339 -"33108",7555,41664,3,1943,2641 -"33109",7555,42687,3,1943,1952 -"33110",7555,43213,3,1943,2160 -"33111",7555,46629,3,1943,2255 -"33112",7555,47947,3,1943,2681 -"33113",7555,49334,3,1943,2433 -"33114",7555,50236,2,1943,2339 -"33115",7555,53300,3,1943,2162 -"33116",7555,55468,2,1943,2511 -"33117",7555,55691,3,1943,2856 -"33118",7555,56082,2,1943,2395 -"33119",7555,56237,3,1943,2625 -"33120",7555,57977,3,1943,2683 -"33121",7555,58218,3,1943,2627 -"33122",7555,62840,3,1943,2502 -"33123",7555,71562,3,1943,2574 -"33124",7555,72207,3,1943,2430 -"33125",7555,72326,3,1943,2384 -"33126",7555,86245,3,1943,1972 -"33127",7579,3011,3,1624,2278 -"33128",7579,3716,3,1624,1679 -"33129",7579,5839,3,1624,2301 -"33130",7579,30981,3,1624,2366 -"33131",7579,31691,3,1624,1657 -"33132",7579,40913,3,1624,1800 -"33133",7579,49265,3,1624,2686 -"33134",7579,57380,2,1624,2362 -"33135",7579,57842,3,1624,2482 -"33136",7582,270,3,1099,2542 -"33137",7582,312,3,1099,2038 -"33138",7582,701,1,1099,2718 -"33139",7582,1124,3,1099,1596 -"33140",7582,1136,3,1099,2536 -"33141",7582,1592,3,1099,2006 -"33142",7582,2036,3,1099,2483 -"33143",7582,2111,3,1099,1904 -"33144",7582,2181,3,1099,2030 -"33145",7582,2424,3,1099,2582 -"33146",7582,2533,3,1099,2016 -"33147",7582,2563,3,1099,1686 -"33148",7582,2716,3,1099,1748 -"33149",7582,2742,2,1099,1192 -"33150",7582,3164,3,1099,2693 -"33151",7582,3305,3,1099,2839 -"33152",7582,3306,3,1099,1989 -"33153",7582,3819,3,1099,1583 -"33154",7582,5580,3,1099,2111 -"33155",7582,6052,3,1099,1985 -"33156",7582,6074,3,1099,2426 -"33157",7582,6363,1,1099,2066 -"33158",7582,9654,3,1099,2111 -"33159",7582,9853,2,1099,1275 -"33160",7582,10029,3,1099,2718 -"33161",7582,11006,3,1099,1950 -"33162",7582,13307,3,1099,2206 -"33163",7582,14325,3,1099,1976 -"33164",7582,15583,3,1099,1144 -"33165",7582,15607,3,1099,1421 -"33166",7582,18211,3,1099,1745 -"33167",7582,19072,3,1099,2358 -"33168",7582,19096,3,1099,1538 -"33169",7582,19248,3,1099,2357 -"33170",7582,19643,3,1099,2452 -"33171",7582,19835,3,1099,1135 -"33172",7582,20292,3,1099,2755 -"33173",7582,20624,3,1099,1298 -"33174",7582,21012,3,1099,2325 -"33175",7582,21571,3,1099,2755 -"33176",7582,21929,2,1099,2062 -"33177",7582,22884,3,1099,1608 -"33178",7582,24256,3,1099,2393 -"33179",7582,25198,3,1099,1982 -"33180",7582,25985,2,1099,2071 -"33181",7582,27173,2,1099,2050 -"33182",7582,29050,3,1099,1196 -"33183",7582,29930,3,1099,2240 -"33184",7582,31705,3,1099,2706 -"33185",7582,32965,2,1099,2071 -"33186",7582,33621,3,1099,1319 -"33187",7582,33672,3,1099,2396 -"33188",7582,34464,1,1099,1741 -"33189",7582,34659,3,1099,1924 -"33190",7582,34815,3,1099,2354 -"33191",7582,34836,3,1099,2302 -"33192",7582,37285,2,1099,2428 -"33193",7582,37319,2,1099,1205 -"33194",7582,39535,1,1099,2428 -"33195",7582,39982,3,1099,1529 -"33196",7582,40493,3,1099,1981 -"33197",7582,41033,2,1099,1839 -"33198",7582,41402,3,1099,2313 -"33199",7582,45302,3,1099,2390 -"33200",7582,47098,2,1099,2057 -"33201",7582,48605,3,1099,2796 -"33202",7582,50785,2,1099,2877 -"33203",7582,51041,2,1099,2606 -"33204",7582,51866,3,1099,2411 -"33205",7582,52576,3,1099,2234 -"33206",7582,53851,3,1099,2305 -"33207",7582,54929,3,1099,2783 -"33208",7582,57842,3,1099,2482 -"33209",7582,58854,2,1099,1131 -"33210",7582,67212,3,1099,1383 -"33211",7582,68523,1,1099,1664 -"33212",7582,72468,3,1099,2292 -"33213",7582,77155,3,1099,2946 -"33214",7582,80172,3,1099,1342 -"33215",7582,82787,3,1099,1144 -"33216",7582,92491,3,1099,1968 -"33217",7582,94520,3,1099,1243 -"33218",7582,99860,2,1099,2071 -"33219",7582,104565,3,1099,2693 -"33220",7597,41694,3,2037,2358 -"33221",7597,44603,3,2037,2748 -"33222",7597,47968,3,2037,2829 -"33223",7597,69232,3,2037,2130 -"33224",7604,827,2,1366,2964 -"33225",7604,843,2,1366,2332 -"33226",7604,1574,3,1366,1718 -"33227",7604,1624,2,1366,2687 -"33228",7604,1708,1,1366,1591 -"33229",7604,2272,3,1366,1640 -"33230",7604,2282,3,1366,2056 -"33231",7604,2647,1,1366,2450 -"33232",7604,2927,2,1366,1789 -"33233",7604,3271,2,1366,2216 -"33234",7604,3272,3,1366,2132 -"33235",7604,4551,3,1366,2720 -"33236",7604,4691,3,1366,1888 -"33237",7604,4968,3,1366,1586 -"33238",7604,5303,3,1366,1849 -"33239",7604,6040,2,1366,2103 -"33240",7604,6345,3,1366,2713 -"33241",7604,6480,3,1366,1678 -"33242",7604,6999,3,1366,2214 -"33243",7604,7253,3,1366,2686 -"33244",7604,7254,2,1366,1849 -"33245",7604,7337,3,1366,1797 -"33246",7604,8607,3,1366,1685 -"33247",7604,9269,2,1366,1892 -"33248",7604,9272,2,1366,2835 -"33249",7604,9724,3,1366,2713 -"33250",7604,9895,2,1366,1960 -"33251",7604,9910,3,1366,2526 -"33252",7604,9948,2,1366,2019 -"33253",7604,10701,3,1366,2000 -"33254",7604,11858,3,1366,1530 -"33255",7604,12914,3,1366,1557 -"33256",7604,13340,3,1366,1918 -"33257",7604,14061,3,1366,1620 -"33258",7604,14470,3,1366,2632 -"33259",7604,14654,3,1366,1692 -"33260",7604,14772,3,1366,2386 -"33261",7604,14957,3,1366,2306 -"33262",7604,15023,3,1366,2054 -"33263",7604,15146,3,1366,1546 -"33264",7604,15782,3,1366,2306 -"33265",7604,16347,3,1366,1868 -"33266",7604,16437,3,1366,1956 -"33267",7604,16910,3,1366,1978 -"33268",7604,16963,3,1366,1999 -"33269",7604,17499,3,1366,2954 -"33270",7604,17672,3,1366,1987 -"33271",7604,17695,3,1366,1930 -"33272",7604,19075,3,1366,2214 -"33273",7604,19476,3,1366,1708 -"33274",7604,19509,3,1366,2000 -"33275",7604,20547,3,1366,2145 -"33276",7604,20695,2,1366,2526 -"33277",7604,21044,3,1366,1574 -"33278",7604,22357,3,1366,1397 -"33279",7604,22410,3,1366,2158 -"33280",7604,23550,3,1366,2939 -"33281",7604,26597,3,1366,2070 -"33282",7604,26740,3,1366,2695 -"33283",7604,27570,3,1366,1559 -"33284",7604,28268,3,1366,2258 -"33285",7604,28432,3,1366,1954 -"33286",7604,28648,3,1366,1586 -"33287",7604,28782,3,1366,2272 -"33288",7604,30096,3,1366,2082 -"33289",7604,31264,3,1366,2335 -"33290",7604,31295,3,1366,2183 -"33291",7604,31357,2,1366,2389 -"33292",7604,32350,2,1366,1540 -"33293",7604,32966,3,1366,1583 -"33294",7604,34331,3,1366,1727 -"33295",7604,34953,3,1366,1817 -"33296",7604,36840,3,1366,2269 -"33297",7604,37684,3,1366,2899 -"33298",7604,37752,3,1366,2223 -"33299",7604,37897,3,1366,1685 -"33300",7604,38219,3,1366,1689 -"33301",7604,38309,3,1366,2644 -"33302",7604,39439,3,1366,2462 -"33303",7604,39444,3,1366,2695 -"33304",7604,42382,1,1366,2224 -"33305",7604,42390,3,1366,2937 -"33306",7604,43173,3,1366,2895 -"33307",7604,43226,2,1366,2442 -"33308",7604,43543,3,1366,1457 -"33309",7604,43701,3,1366,2400 -"33310",7604,43768,3,1366,1468 -"33311",7604,44744,3,1366,2032 -"33312",7604,46616,1,1366,1917 -"33313",7604,47607,1,1366,2724 -"33314",7604,48110,2,1366,2009 -"33315",7604,49375,3,1366,2438 -"33316",7604,49379,3,1366,1573 -"33317",7604,50468,2,1366,1659 -"33318",7604,51843,3,1366,2389 -"33319",7604,53020,3,1366,2747 -"33320",7604,53445,3,1366,2028 -"33321",7604,53584,1,1366,2391 -"33322",7604,53652,3,1366,2899 -"33323",7604,54385,2,1366,2340 -"33324",7604,55775,3,1366,2385 -"33325",7604,56364,3,1366,1626 -"33326",7604,57804,3,1366,2214 -"33327",7604,58508,2,1366,2326 -"33328",7604,58945,3,1366,2481 -"33329",7604,59039,3,1366,2870 -"33330",7604,63104,3,1366,2149 -"33331",7604,64628,3,1366,2829 -"33332",7604,69335,2,1366,2698 -"33333",7604,75194,3,1366,1736 -"33334",7604,77719,3,1366,2086 -"33335",7604,78611,2,1366,1586 -"33336",7604,79874,3,1366,1570 -"33337",7604,80301,2,1366,1690 -"33338",7604,80970,3,1366,2069 -"33339",7604,82226,3,1366,1619 -"33340",7604,84235,3,1366,1639 -"33341",7604,84591,1,1366,1685 -"33342",7604,84808,3,1366,1974 -"33343",7604,85525,3,1366,1718 -"33344",7604,93553,3,1366,2537 -"33345",7604,95060,2,1366,1974 -"33346",7614,669,3,971,1423 -"33347",7614,765,3,971,2073 -"33348",7614,999,2,971,2181 -"33349",7614,1196,3,971,1986 -"33350",7614,3284,3,971,1541 -"33351",7614,10859,3,971,2231 -"33352",7614,13724,3,971,1573 -"33353",7614,19751,3,971,1630 -"33354",7614,21249,3,971,1635 -"33355",7614,21362,2,971,2515 -"33356",7614,21563,3,971,1138 -"33357",7614,29224,3,971,2011 -"33358",7614,35186,3,971,1520 -"33359",7614,35464,3,971,2502 -"33360",7614,39014,3,971,1188 -"33361",7614,44193,3,971,989 -"33362",7614,77811,1,971,1871 -"33363",7614,84268,2,971,1217 -"33364",7614,103560,3,971,2746 -"33365",7615,900,3,1657,2726 -"33366",7615,3493,3,1657,2451 -"33367",7615,9703,3,1657,1845 -"33368",7615,10980,3,1657,1974 -"33369",7615,18005,2,1657,2449 -"33370",7615,21227,3,1657,2110 -"33371",7615,27280,3,1657,1965 -"33372",7615,27391,2,1657,2378 -"33373",7615,36344,2,1657,2570 -"33374",7615,38676,3,1657,2286 -"33375",7615,41250,3,1657,1703 -"33376",7615,57067,3,1657,2547 -"33377",7615,64947,3,1657,2489 -"33378",7615,88067,3,1657,2315 -"33379",7616,270,3,2296,2542 -"33380",7616,307,3,2296,2530 -"33381",7616,2704,3,2296,2609 -"33382",7616,6192,3,2296,2409 -"33383",7616,9362,3,2296,2879 -"33384",7616,9615,3,2296,2464 -"33385",7616,10851,3,2296,2423 -"33386",7616,12728,3,2296,2374 -"33387",7616,13249,3,2296,2573 -"33388",7616,14959,3,2296,2898 -"33389",7616,15008,3,2296,2338 -"33390",7616,16286,3,2296,2470 -"33391",7616,18394,3,2296,2356 -"33392",7616,19208,3,2296,2629 -"33393",7616,19744,3,2296,2623 -"33394",7616,21012,3,2296,2325 -"33395",7616,22808,3,2296,2297 -"33396",7616,22950,3,2296,2576 -"33397",7616,23098,3,2296,2300 -"33398",7616,24256,2,2296,2393 -"33399",7616,24753,3,2296,2860 -"33400",7616,26603,3,2296,2508 -"33401",7616,28626,3,2296,2842 -"33402",7616,29454,3,2296,2719 -"33403",7616,31705,3,2296,2706 -"33404",7616,32173,2,2296,2341 -"33405",7616,41664,2,2296,2641 -"33406",7616,42515,2,2296,2752 -"33407",7616,42783,3,2296,2338 -"33408",7616,44403,3,2296,2429 -"33409",7616,46635,3,2296,2528 -"33410",7616,47564,3,2296,2650 -"33411",7616,47625,3,2296,2562 -"33412",7616,48571,3,2296,2717 -"33413",7616,49334,2,2296,2433 -"33414",7616,50236,3,2296,2339 -"33415",7616,50275,3,2296,2832 -"33416",7616,55076,2,2296,2408 -"33417",7616,55468,3,2296,2511 -"33418",7616,55691,3,2296,2856 -"33419",7616,56082,3,2296,2395 -"33420",7616,65434,3,2296,2866 -"33421",7616,73661,3,2296,2505 -"33422",7616,77155,3,2296,2946 -"33423",7616,92322,2,2296,2393 -"33424",7616,119208,3,2296,2646 -"33425",7627,270,3,1543,2542 -"33426",7627,701,3,1543,2718 -"33427",7627,1124,3,1543,1596 -"33428",7627,1639,2,1543,2631 -"33429",7627,2424,3,1543,2582 -"33430",7627,2533,3,1543,2016 -"33431",7627,2709,3,1543,1673 -"33432",7627,2716,3,1543,1748 -"33433",7627,3305,3,1543,2839 -"33434",7627,3306,2,1543,1989 -"33435",7627,4032,3,1543,1763 -"33436",7627,5599,3,1543,1684 -"33437",7627,5622,3,1543,2175 -"33438",7627,5971,3,1543,1985 -"33439",7627,6047,3,1543,2004 -"33440",7627,6417,3,1543,1675 -"33441",7627,6588,3,1543,2025 -"33442",7627,6718,3,1543,2138 -"33443",7627,10857,3,1543,2253 -"33444",7627,10890,3,1543,2639 -"33445",7627,11218,3,1543,2292 -"33446",7627,11229,3,1543,1625 -"33447",7627,13801,3,1543,2041 -"33448",7627,14032,3,1543,2144 -"33449",7627,14669,3,1543,2080 -"33450",7627,15003,2,1543,2067 -"33451",7627,15244,3,1543,1600 -"33452",7627,15756,3,1543,2362 -"33453",7627,17400,3,1543,2231 -"33454",7627,17819,3,1543,2291 -"33455",7627,18361,3,1543,2968 -"33456",7627,18394,3,1543,2356 -"33457",7627,19643,3,1543,2452 -"33458",7627,20124,3,1543,2376 -"33459",7627,20271,2,1543,2044 -"33460",7627,22331,3,1543,2687 -"33461",7627,23223,3,1543,2094 -"33462",7627,23725,2,1543,2378 -"33463",7627,26749,3,1543,2965 -"33464",7627,26867,3,1543,1804 -"33465",7627,27173,3,1543,2050 -"33466",7627,32064,3,1543,1739 -"33467",7627,32173,3,1543,2341 -"33468",7627,33949,3,1543,2489 -"33469",7627,34426,3,1543,2743 -"33470",7627,35402,3,1543,2339 -"33471",7627,38219,3,1543,1689 -"33472",7627,40645,3,1543,1899 -"33473",7627,42522,3,1543,2592 -"33474",7627,44521,3,1543,1593 -"33475",7627,44819,3,1543,2063 -"33476",7627,48289,3,1543,2209 -"33477",7627,50134,2,1543,2674 -"33478",7627,50236,3,1543,2339 -"33479",7627,52203,3,1543,1961 -"33480",7627,52969,2,1543,2302 -"33481",7627,53134,3,1543,1590 -"33482",7627,54551,3,1543,2348 -"33483",7627,54929,2,1543,2783 -"33484",7627,56082,3,1543,2395 -"33485",7627,57842,3,1543,2482 -"33486",7627,59539,3,1543,2429 -"33487",7627,68215,2,1543,2727 -"33488",7627,72033,2,1543,1740 -"33489",7627,75403,3,1543,1895 -"33490",7627,79804,3,1543,2227 -"33491",7627,117956,3,1543,2774 -"33492",7648,1570,1,1861,2028 -"33493",7648,3272,3,1861,2132 -"33494",7648,3477,3,1861,2546 -"33495",7648,6063,3,1861,2349 -"33496",7648,9328,3,1861,1937 -"33497",7648,10435,3,1861,1984 -"33498",7648,10756,3,1861,2207 -"33499",7648,12598,3,1861,2086 -"33500",7648,14442,2,1861,2700 -"33501",7648,16184,1,1861,2274 -"33502",7648,17768,2,1861,2468 -"33503",7648,22905,3,1861,2599 -"33504",7648,25053,2,1861,2186 -"33505",7648,31281,3,1861,1937 -"33506",7648,32904,2,1861,2055 -"33507",7648,33223,3,1861,2397 -"33508",7648,34295,3,1861,2735 -"33509",7648,35844,2,1861,2961 -"33510",7648,36996,2,1861,2321 -"33511",7648,40759,3,1861,2789 -"33512",7648,42136,3,1861,2551 -"33513",7648,44132,3,1861,1999 -"33514",7648,44501,3,1861,2567 -"33515",7648,44730,3,1861,2468 -"33516",7648,47094,2,1861,2592 -"33517",7648,49805,3,1861,2445 -"33518",7648,51890,3,1861,1992 -"33519",7648,55307,3,1861,2306 -"33520",7648,56413,3,1861,2747 -"33521",7648,58536,3,1861,2742 -"33522",7648,59289,3,1861,2896 -"33523",7648,60059,3,1861,2587 -"33524",7648,67701,2,1861,2289 -"33525",7648,84317,3,1861,2081 -"33526",7648,104281,3,1861,2228 -"33527",7652,3669,1,1281,2524 -"33528",7652,22905,3,1281,2599 -"33529",7652,26100,3,1281,1966 -"33530",7652,30317,3,1281,2431 -"33531",7652,35264,3,1281,2329 -"33532",7652,53498,3,1281,1967 -"33533",7672,1592,3,1974,2006 -"33534",7672,2208,3,1974,2814 -"33535",7672,6390,3,1974,2385 -"33536",7672,6491,3,1974,2424 -"33537",7672,14032,3,1974,2144 -"33538",7672,14108,3,1974,2012 -"33539",7672,14676,3,1974,2764 -"33540",7672,14731,3,1974,2012 -"33541",7672,18543,3,1974,2968 -"33542",7672,24198,3,1974,2217 -"33543",7672,29948,3,1974,2795 -"33544",7672,41955,3,1974,2479 -"33545",7672,43173,3,1974,2895 -"33546",7672,44427,3,1974,2875 -"33547",7672,55556,3,1974,2075 -"33548",7672,56854,3,1974,2022 -"33549",7672,64997,3,1974,2791 -"33550",7672,71274,3,1974,2390 -"33551",7672,88232,3,1974,2881 -"33552",7672,100215,3,1974,2436 -"33553",7677,377,3,2338,2389 -"33554",7677,1639,3,2338,2631 -"33555",7677,1831,2,2338,2397 -"33556",7677,2484,3,2338,2389 -"33557",7677,9175,3,2338,2639 -"33558",7677,26749,3,2338,2965 -"33559",7677,31700,3,2338,2727 -"33560",7677,33949,3,2338,2489 -"33561",7677,35187,3,2338,2488 -"33562",7677,37238,2,2338,2609 -"33563",7677,38227,3,2338,2511 -"33564",7677,38307,3,2338,2648 -"33565",7677,41945,3,2338,2856 -"33566",7677,43455,3,2338,2846 -"33567",7677,52892,2,2338,2372 -"33568",7684,900,3,790,2726 -"33569",7684,4665,3,790,1569 -"33570",7684,13879,3,790,2748 -"33571",7684,14586,3,790,2801 -"33572",7684,23000,3,790,1815 -"33573",7684,28051,3,790,2089 -"33574",7684,29985,3,790,1568 -"33575",7684,38087,2,790,1083 -"33576",7684,44749,2,790,1303 -"33577",7684,46726,3,790,943 -"33578",7684,50581,3,790,1258 -"33579",7684,57180,3,790,2703 -"33580",7684,57356,3,790,2476 -"33581",7684,58229,3,790,1202 -"33582",7684,60808,2,790,1258 -"33583",7684,111208,3,790,847 -"33584",7703,854,3,2122,2307 -"33585",7703,1315,3,2122,2760 -"33586",7703,14959,3,2122,2898 -"33587",7703,15444,3,2122,2764 -"33588",7703,16497,3,2122,2370 -"33589",7703,17354,3,2122,2250 -"33590",7703,21248,3,2122,2232 -"33591",7703,21682,3,2122,2414 -"33592",7703,23312,3,2122,2449 -"33593",7703,27195,3,2122,2158 -"33594",7703,28626,2,2122,2842 -"33595",7703,29930,3,2122,2240 -"33596",7703,36031,3,2122,2342 -"33597",7703,42574,3,2122,2842 -"33598",7703,57549,3,2122,2335 -"33599",7719,2446,3,1954,2606 -"33600",7719,3127,3,1954,2273 -"33601",7719,6119,3,1954,2358 -"33602",7719,7942,3,1954,2623 -"33603",7719,12948,3,1954,2669 -"33604",7719,13136,3,1954,2867 -"33605",7719,14781,3,1954,2338 -"33606",7719,19934,3,1954,2888 -"33607",7719,22723,2,1954,2859 -"33608",7719,23154,3,1954,2345 -"33609",7719,31652,3,1954,2047 -"33610",7719,33236,3,1954,2297 -"33611",7719,35456,3,1954,2358 -"33612",7719,40572,2,1954,2666 -"33613",7719,41187,3,1954,2340 -"33614",7719,45869,3,1954,2840 -"33615",7719,53219,3,1954,2973 -"33616",7719,67266,2,1954,2010 -"33617",7719,81400,3,1954,2679 -"33618",7719,84822,3,1954,2686 -"33619",7722,2057,2,74,1965 -"33620",7722,3830,3,74,1661 -"33621",7722,5462,3,74,2374 -"33622",7722,5484,3,74,582 -"33623",7722,5599,2,74,1684 -"33624",7722,6047,3,74,2004 -"33625",7722,7741,1,74,418 -"33626",7722,7798,3,74,949 -"33627",7722,8865,3,74,2394 -"33628",7722,10576,3,74,974 -"33629",7722,11521,3,74,1559 -"33630",7722,12067,3,74,1213 -"33631",7722,13184,3,74,977 -"33632",7722,13808,3,74,1356 -"33633",7722,14503,3,74,437 -"33634",7722,15453,3,74,1688 -"33635",7722,15978,3,74,981 -"33636",7722,16959,3,74,888 -"33637",7722,17133,3,74,924 -"33638",7722,17572,2,74,340 -"33639",7722,18651,3,74,1035 -"33640",7722,19433,3,74,2504 -"33641",7722,20124,3,74,2376 -"33642",7722,22130,3,74,146 -"33643",7722,23257,3,74,113 -"33644",7722,23825,3,74,1913 -"33645",7722,26336,3,74,1904 -"33646",7722,27908,3,74,2576 -"33647",7722,29267,3,74,1234 -"33648",7722,29750,3,74,689 -"33649",7722,29997,3,74,1789 -"33650",7722,30956,3,74,168 -"33651",7722,32606,1,74,2100 -"33652",7722,33341,3,74,2338 -"33653",7722,35004,3,74,1509 -"33654",7722,35715,3,74,2912 -"33655",7722,35903,3,74,1434 -"33656",7722,36514,3,74,1192 -"33657",7722,39062,3,74,2020 -"33658",7722,41278,3,74,1873 -"33659",7722,46486,3,74,1868 -"33660",7722,51016,3,74,1141 -"33661",7722,57950,3,74,1529 -"33662",7722,61240,3,74,2651 -"33663",7722,65856,2,74,2504 -"33664",7722,68345,3,74,1095 -"33665",7722,74318,3,74,632 -"33666",7722,77031,3,74,801 -"33667",7722,79878,3,74,1130 -"33668",7722,80606,3,74,2079 -"33669",7722,81400,3,74,2679 -"33670",7722,82023,3,74,992 -"33671",7722,90608,3,74,590 -"33672",7722,90658,3,74,523 -"33673",7722,90837,3,74,825 -"33674",7722,95155,3,74,849 -"33675",7722,95910,3,74,999 -"33676",7722,108620,3,74,881 -"33677",7722,111955,3,74,504 -"33678",7722,122909,3,74,1198 -"33679",7733,4313,3,1326,2368 -"33680",7733,20056,3,1326,1824 -"33681",7733,20088,3,1326,1677 -"33682",7733,21976,3,1326,1808 -"33683",7733,31170,2,1326,1776 -"33684",7733,43524,3,1326,2572 -"33685",7733,62334,3,1326,1766 -"33686",7733,73810,2,1326,1554 -"33687",7733,80162,2,1326,1601 -"33688",7738,41330,2,1265,2720 -"33689",7741,2057,3,418,1965 -"33690",7741,5599,3,418,1684 -"33691",7741,32606,2,418,2100 -"33692",7741,65856,3,418,2504 -"33693",7763,14612,2,1656,2340 -"33694",7763,19656,3,1656,2059 -"33695",7763,21358,3,1656,1970 -"33696",7763,24962,3,1656,2126 -"33697",7763,25941,2,1656,2369 -"33698",7763,33176,2,1656,2630 -"33699",7763,48823,3,1656,2080 -"33700",7763,93609,3,1656,2252 -"33701",7780,680,3,1920,2569 -"33702",7780,3271,3,1920,2216 -"33703",7780,4303,3,1920,2414 -"33704",7780,4430,3,1920,2019 -"33705",7780,4567,3,1920,2348 -"33706",7780,8062,3,1920,2858 -"33707",7780,12728,3,1920,2374 -"33708",7780,12759,3,1920,2414 -"33709",7780,24568,3,1920,1937 -"33710",7780,25373,3,1920,2783 -"33711",7780,30334,3,1920,2075 -"33712",7780,37636,3,1920,2178 -"33713",7780,41723,3,1920,2101 -"33714",7780,44135,3,1920,2620 -"33715",7780,44744,3,1920,2032 -"33716",7780,50585,3,1920,2414 -"33717",7780,51783,3,1920,2599 -"33718",7780,63409,3,1920,1937 -"33719",7785,680,3,2441,2569 -"33720",7785,2852,3,2441,2448 -"33721",7785,3978,3,2441,2775 -"33722",7785,4361,3,2441,2571 -"33723",7785,4612,3,2441,2804 -"33724",7785,6989,2,2441,2623 -"33725",7785,12948,3,2441,2669 -"33726",7785,17033,3,2441,2771 -"33727",7785,27742,2,2441,2700 -"33728",7785,27914,3,2441,2507 -"33729",7785,35797,1,2441,2482 -"33730",7785,36953,3,2441,2790 -"33731",7785,45869,3,2441,2840 -"33732",7785,47534,3,2441,2712 -"33733",7785,58655,3,2441,2685 -"33734",7785,59039,2,2441,2870 -"33735",7786,758,3,508,1232 -"33736",7786,782,3,508,945 -"33737",7786,1578,2,508,1612 -"33738",7786,1692,3,508,2443 -"33739",7786,2057,3,508,1965 -"33740",7786,5484,3,508,582 -"33741",7786,5845,3,508,1552 -"33742",7786,6603,2,508,2185 -"33743",7786,7148,3,508,1095 -"33744",7786,7937,3,508,2044 -"33745",7786,9440,3,508,1006 -"33746",7786,9801,2,508,2443 -"33747",7786,10002,2,508,1788 -"33748",7786,10279,3,508,886 -"33749",7786,11019,3,508,1299 -"33750",7786,11067,3,508,2734 -"33751",7786,13150,3,508,1570 -"33752",7786,15381,3,508,2289 -"33753",7786,15821,3,508,2456 -"33754",7786,17502,3,508,869 -"33755",7786,18211,3,508,1745 -"33756",7786,19282,3,508,1623 -"33757",7786,22256,3,508,829 -"33758",7786,24195,2,508,1575 -"33759",7786,24866,3,508,2103 -"33760",7786,27399,3,508,1866 -"33761",7786,29050,3,508,1196 -"33762",7786,29170,3,508,1846 -"33763",7786,29578,3,508,1957 -"33764",7786,31131,2,508,2810 -"33765",7786,32339,3,508,2430 -"33766",7786,34395,2,508,583 -"33767",7786,35620,3,508,2092 -"33768",7786,36450,3,508,1591 -"33769",7786,36506,2,508,2638 -"33770",7786,40675,3,508,1595 -"33771",7786,43929,3,508,2749 -"33772",7786,45461,3,508,2458 -"33773",7786,46385,3,508,2225 -"33774",7786,47534,2,508,2712 -"33775",7786,47966,2,508,2409 -"33776",7786,53530,3,508,2380 -"33777",7786,61785,3,508,822 -"33778",7786,67963,3,508,806 -"33779",7786,70046,3,508,2624 -"33780",7786,76631,2,508,1697 -"33781",7786,79848,3,508,1629 -"33782",7786,88209,1,508,663 -"33783",7786,94444,3,508,1554 -"33784",7786,97811,3,508,1288 -"33785",7787,1785,3,2314,2350 -"33786",7787,3034,3,2314,2601 -"33787",7787,3493,3,2314,2451 -"33788",7787,17480,3,2314,2316 -"33789",7787,17499,3,2314,2954 -"33790",7787,51843,3,2314,2389 -"33791",7787,52950,3,2314,2716 -"33792",7787,54385,3,2314,2340 -"33793",7795,21955,3,2789,2832 -"33794",7798,312,3,949,2038 -"33795",7798,360,3,949,1671 -"33796",7798,854,3,949,2307 -"33797",7798,2057,3,949,1965 -"33798",7798,2195,3,949,2139 -"33799",7798,2484,3,949,2389 -"33800",7798,2540,3,949,1398 -"33801",7798,2684,3,949,2874 -"33802",7798,2894,2,949,1291 -"33803",7798,3127,3,949,2273 -"33804",7798,3716,3,949,1679 -"33805",7798,3947,3,949,2067 -"33806",7798,4504,3,949,1905 -"33807",7798,5392,3,949,1648 -"33808",7798,5429,3,949,1991 -"33809",7798,5615,3,949,1105 -"33810",7798,5622,3,949,2175 -"33811",7798,5792,3,949,975 -"33812",7798,6222,3,949,1949 -"33813",7798,6821,3,949,1788 -"33814",7798,7185,3,949,1046 -"33815",7798,7234,3,949,2654 -"33816",7798,7970,3,949,1197 -"33817",7798,8088,3,949,2220 -"33818",7798,8865,1,949,2394 -"33819",7798,9311,2,949,2477 -"33820",7798,9391,1,949,1252 -"33821",7798,9615,3,949,2464 -"33822",7798,10148,1,949,2964 -"33823",7798,10754,3,949,1797 -"33824",7798,10779,3,949,2881 -"33825",7798,10843,3,949,2277 -"33826",7798,10875,3,949,1234 -"33827",7798,11382,3,949,2746 -"33828",7798,11538,3,949,2288 -"33829",7798,12067,2,949,1213 -"33830",7798,12103,2,949,1244 -"33831",7798,12310,2,949,1337 -"33832",7798,12388,3,949,1975 -"33833",7798,13184,2,949,977 -"33834",7798,13610,3,949,2515 -"33835",7798,13780,3,949,2412 -"33836",7798,13808,2,949,1356 -"33837",7798,14817,3,949,2110 -"33838",7798,14959,3,949,2898 -"33839",7798,15118,3,949,1311 -"33840",7798,15560,2,949,2257 -"33841",7798,15626,3,949,2434 -"33842",7798,15826,3,949,2772 -"33843",7798,16040,3,949,1244 -"33844",7798,16313,3,949,1160 -"33845",7798,16690,3,949,2132 -"33846",7798,18825,3,949,1240 -"33847",7798,19433,3,949,2504 -"33848",7798,19516,3,949,2313 -"33849",7798,19587,3,949,1684 -"33850",7798,19605,3,949,2395 -"33851",7798,19937,3,949,1587 -"33852",7798,20783,3,949,2414 -"33853",7798,21248,3,949,2232 -"33854",7798,22260,3,949,2137 -"33855",7798,22722,3,949,1233 -"33856",7798,22723,3,949,2859 -"33857",7798,23508,2,949,1907 -"33858",7798,24259,3,949,1281 -"33859",7798,24448,3,949,2289 -"33860",7798,24512,2,949,1369 -"33861",7798,25443,3,949,1441 -"33862",7798,26471,3,949,1061 -"33863",7798,27849,3,949,1316 -"33864",7798,27908,2,949,2576 -"33865",7798,28896,3,949,1395 -"33866",7798,29073,3,949,2328 -"33867",7798,29267,2,949,1234 -"33868",7798,29286,3,949,1612 -"33869",7798,29295,3,949,2043 -"33870",7798,29454,2,949,2719 -"33871",7798,29997,3,949,1789 -"33872",7798,30092,3,949,1593 -"33873",7798,30236,3,949,2238 -"33874",7798,30325,3,949,1067 -"33875",7798,30486,3,949,1269 -"33876",7798,30747,3,949,2455 -"33877",7798,30850,3,949,1045 -"33878",7798,30906,1,949,2537 -"33879",7798,31307,3,949,2139 -"33880",7798,32606,3,949,2100 -"33881",7798,33356,3,949,1586 -"33882",7798,33383,3,949,1572 -"33883",7798,33433,3,949,2805 -"33884",7798,34707,3,949,2042 -"33885",7798,35903,1,949,1434 -"33886",7798,36031,3,949,2342 -"33887",7798,36574,3,949,2934 -"33888",7798,36637,3,949,2085 -"33889",7798,36953,3,949,2790 -"33890",7798,37333,3,949,1612 -"33891",7798,38732,3,949,2263 -"33892",7798,38816,3,949,1225 -"33893",7798,38921,3,949,1880 -"33894",7798,39062,3,949,2020 -"33895",7798,40572,3,949,2666 -"33896",7798,41402,3,949,2313 -"33897",7798,41682,3,949,1988 -"33898",7798,41764,3,949,2409 -"33899",7798,42196,3,949,2765 -"33900",7798,42715,1,949,987 -"33901",7798,42813,3,949,2142 -"33902",7798,43769,3,949,2394 -"33903",7798,45329,3,949,1693 -"33904",7798,46486,2,949,1868 -"33905",7798,46596,2,949,1942 -"33906",7798,46883,3,949,1671 -"33907",7798,47595,3,949,2374 -"33908",7798,47803,3,949,2477 -"33909",7798,48215,3,949,2028 -"33910",7798,48377,2,949,1927 -"33911",7798,50335,3,949,1893 -"33912",7798,51016,2,949,1141 -"33913",7798,55821,2,949,1303 -"33914",7798,55862,2,949,2123 -"33915",7798,58733,3,949,1958 -"33916",7798,59113,3,949,2434 -"33917",7798,59637,3,949,2141 -"33918",7798,59683,3,949,2068 -"33919",7798,60179,3,949,2708 -"33920",7798,62488,3,949,1418 -"33921",7798,62966,2,949,1282 -"33922",7798,64110,3,949,1331 -"33923",7798,65856,3,949,2504 -"33924",7798,67652,3,949,2736 -"33925",7798,68876,3,949,1397 -"33926",7798,69232,2,949,2130 -"33927",7798,74190,3,949,1428 -"33928",7798,78932,3,949,981 -"33929",7798,82929,3,949,2475 -"33930",7798,83096,3,949,1061 -"33931",7798,83253,3,949,1102 -"33932",7798,87958,3,949,1234 -"33933",7798,90709,3,949,1080 -"33934",7798,94101,3,949,997 -"33935",7798,95647,3,949,1172 -"33936",7798,101338,2,949,1319 -"33937",7798,104217,3,949,956 -"33938",7798,106891,3,949,1907 -"33939",7814,7432,1,67,1531 -"33940",7814,55742,3,67,2006 -"33941",7814,65857,1,67,2628 -"33942",7834,13003,3,1708,2763 -"33943",7834,16608,2,1708,1769 -"33944",7834,23825,3,1708,1913 -"33945",7834,58852,3,1708,2323 -"33946",7834,67622,1,1708,2224 -"33947",7840,4696,3,984,2656 -"33948",7840,5491,3,984,2048 -"33949",7840,6602,3,984,1631 -"33950",7840,7548,2,984,1932 -"33951",7840,9364,3,984,1698 -"33952",7840,10474,2,984,1608 -"33953",7840,10843,3,984,2277 -"33954",7840,15609,2,984,1229 -"33955",7840,22181,2,984,1274 -"33956",7840,25610,3,984,2328 -"33957",7840,27261,3,984,1368 -"33958",7840,33433,3,984,2805 -"33959",7840,34820,3,984,1630 -"33960",7840,35888,3,984,2291 -"33961",7840,40913,3,984,1800 -"33962",7840,43743,3,984,1229 -"33963",7840,49581,3,984,1817 -"33964",7840,50946,3,984,1075 -"33965",7840,54663,3,984,1424 -"33966",7840,63966,2,984,1565 -"33967",7840,69300,3,984,2068 -"33968",7840,75343,3,984,2008 -"33969",7840,94450,3,984,1127 -"33970",7847,1136,2,2424,2536 -"33971",7847,2954,3,2424,2727 -"33972",7847,3966,3,2424,2425 -"33973",7847,4618,3,2424,2607 -"33974",7847,6030,3,2424,2953 -"33975",7847,7515,3,2424,2737 -"33976",7847,9311,3,2424,2477 -"33977",7847,9362,3,2424,2879 -"33978",7847,10373,3,2424,2436 -"33979",7847,23132,3,2424,2756 -"33980",7847,23705,3,2424,2699 -"33981",7847,24392,3,2424,2719 -"33982",7847,25129,3,2424,2647 -"33983",7847,27753,3,2424,2750 -"33984",7847,30697,3,2424,2891 -"33985",7847,31235,3,2424,2668 -"33986",7847,31705,3,2424,2706 -"33987",7847,40369,2,2424,2735 -"33988",7847,47248,3,2424,2883 -"33989",7847,51410,3,2424,2739 -"33990",7847,57544,2,2424,2443 -"33991",7847,60661,3,2424,2700 -"33992",7847,64997,2,2424,2791 -"33993",7847,66413,2,2424,2507 -"33994",7858,145,3,1795,1998 -"33995",7858,270,3,1795,2542 -"33996",7858,913,3,1795,2144 -"33997",7858,997,1,1795,2788 -"33998",7858,1102,3,1795,2282 -"33999",7858,1324,2,1795,2147 -"34000",7858,2111,3,1795,1904 -"34001",7858,2572,3,1795,2273 -"34002",7858,3493,3,1795,2451 -"34003",7858,4671,2,1795,2280 -"34004",7858,5072,3,1795,2175 -"34005",7858,5515,3,1795,2385 -"34006",7858,5622,3,1795,2175 -"34007",7858,6052,3,1795,1985 -"34008",7858,6428,3,1795,1952 -"34009",7858,6588,3,1795,2025 -"34010",7858,7234,3,1795,2654 -"34011",7858,7354,3,1795,2008 -"34012",7858,7406,3,1795,1906 -"34013",7858,8681,3,1795,2716 -"34014",7858,9695,3,1795,2143 -"34015",7858,10857,3,1795,2253 -"34016",7858,11103,3,1795,2393 -"34017",7858,11218,3,1795,2292 -"34018",7858,12724,3,1795,1930 -"34019",7858,13780,3,1795,2412 -"34020",7858,14325,3,1795,1976 -"34021",7858,17400,3,1795,2231 -"34022",7858,18394,3,1795,2356 -"34023",7858,20162,3,1795,2328 -"34024",7858,21929,3,1795,2062 -"34025",7858,23460,3,1795,2183 -"34026",7858,23526,3,1795,1998 -"34027",7858,23715,3,1795,1859 -"34028",7858,30405,3,1795,2164 -"34029",7858,30747,3,1795,2455 -"34030",7858,31132,3,1795,2744 -"34031",7858,31235,3,1795,2668 -"34032",7858,33991,3,1795,2249 -"34033",7858,34659,3,1795,1924 -"34034",7858,35514,3,1795,2346 -"34035",7858,36031,3,1795,2342 -"34036",7858,36609,3,1795,2918 -"34037",7858,37301,3,1795,2160 -"34038",7858,38019,3,1795,1870 -"34039",7858,38973,2,1795,1999 -"34040",7858,39294,3,1795,1889 -"34041",7858,42129,3,1795,2318 -"34042",7858,42216,3,1795,2722 -"34043",7858,42574,3,1795,2842 -"34044",7858,43213,3,1795,2160 -"34045",7858,45302,3,1795,2390 -"34046",7858,45618,3,1795,2356 -"34047",7858,46629,3,1795,2255 -"34048",7858,48215,3,1795,2028 -"34049",7858,48571,2,1795,2717 -"34050",7858,51017,3,1795,2073 -"34051",7858,51035,3,1795,2397 -"34052",7858,52576,3,1795,2234 -"34053",7858,53219,2,1795,2973 -"34054",7858,53604,3,1795,2489 -"34055",7858,54551,3,1795,2348 -"34056",7858,56082,3,1795,2395 -"34057",7858,62832,3,1795,2606 -"34058",7858,72207,2,1795,2430 -"34059",7858,75403,3,1795,1895 -"34060",7858,99351,3,1795,2939 -"34061",7861,23,3,1647,1682 -"34062",7861,362,3,1647,2537 -"34063",7861,600,3,1647,1702 -"34064",7861,675,2,1647,1686 -"34065",7861,1136,2,1647,2536 -"34066",7861,2765,1,1647,2321 -"34067",7861,2954,3,1647,2727 -"34068",7861,3777,3,1647,1798 -"34069",7861,3886,3,1647,1669 -"34070",7861,3966,2,1647,2425 -"34071",7861,4191,3,1647,2130 -"34072",7861,4567,3,1647,2348 -"34073",7861,4618,3,1647,2607 -"34074",7861,5041,3,1647,2371 -"34075",7861,5491,3,1647,2048 -"34076",7861,5710,3,1647,1926 -"34077",7861,6044,3,1647,2744 -"34078",7861,6740,3,1647,2699 -"34079",7861,7847,3,1647,2424 -"34080",7861,9503,3,1647,2453 -"34081",7861,9615,3,1647,2464 -"34082",7861,10130,3,1647,2741 -"34083",7861,10513,3,1647,2284 -"34084",7861,12542,3,1647,1888 -"34085",7861,17645,3,1647,1918 -"34086",7861,17826,3,1647,2920 -"34087",7861,17943,3,1647,1943 -"34088",7861,19516,3,1647,2313 -"34089",7861,19655,3,1647,2706 -"34090",7861,19686,3,1647,2467 -"34091",7861,20124,3,1647,2376 -"34092",7861,20423,3,1647,2654 -"34093",7861,21138,3,1647,2849 -"34094",7861,21795,3,1647,2653 -"34095",7861,22277,3,1647,2424 -"34096",7861,22714,1,1647,2793 -"34097",7861,23825,3,1647,1913 -"34098",7861,25129,2,1647,2647 -"34099",7861,25325,3,1647,2963 -"34100",7861,25341,2,1647,1858 -"34101",7861,26080,3,1647,2525 -"34102",7861,27686,3,1647,2844 -"34103",7861,28051,3,1647,2089 -"34104",7861,29116,3,1647,2128 -"34105",7861,29473,3,1647,2602 -"34106",7861,29917,3,1647,1962 -"34107",7861,31799,3,1647,2547 -"34108",7861,32939,3,1647,2277 -"34109",7861,34492,3,1647,1798 -"34110",7861,34509,1,1647,1973 -"34111",7861,35360,3,1647,2043 -"34112",7861,37238,3,1647,2609 -"34113",7861,39827,2,1647,2321 -"34114",7861,41402,3,1647,2313 -"34115",7861,41972,3,1647,2509 -"34116",7861,42474,1,1647,2322 -"34117",7861,47248,2,1647,2883 -"34118",7861,49461,3,1647,2793 -"34119",7861,51017,2,1647,2073 -"34120",7861,51035,3,1647,2397 -"34121",7861,51410,2,1647,2739 -"34122",7861,57804,3,1647,2214 -"34123",7861,58745,3,1647,1920 -"34124",7861,62832,3,1647,2606 -"34125",7861,62841,3,1647,2710 -"34126",7861,63077,3,1647,2778 -"34127",7861,64181,2,1647,1828 -"34128",7861,64997,3,1647,2791 -"34129",7861,66413,3,1647,2507 -"34130",7861,71618,3,1647,2960 -"34131",7861,74370,3,1647,1667 -"34132",7861,105063,3,1647,1908 -"34133",7866,2418,3,180,2020 -"34134",7866,2747,3,180,2411 -"34135",7866,3877,3,180,1133 -"34136",7866,7078,3,180,2344 -"34137",7866,9030,3,180,1979 -"34138",7866,10050,3,180,1792 -"34139",7866,10803,3,180,545 -"34140",7866,14998,3,180,1553 -"34141",7866,16029,2,180,1160 -"34142",7866,16502,3,180,1616 -"34143",7866,19993,3,180,2024 -"34144",7866,21209,3,180,2184 -"34145",7866,21795,3,180,2653 -"34146",7866,22211,3,180,340 -"34147",7866,28923,3,180,2362 -"34148",7866,30081,3,180,2403 -"34149",7866,34327,3,180,2959 -"34150",7866,35542,2,180,1439 -"34151",7866,36950,3,180,2204 -"34152",7866,38532,3,180,1234 -"34153",7866,41023,3,180,2408 -"34154",7866,42562,3,180,1195 -"34155",7866,44729,3,180,588 -"34156",7866,44971,3,180,955 -"34157",7866,46662,3,180,207 -"34158",7866,50278,3,180,1127 -"34159",7866,51151,3,180,1195 -"34160",7866,52474,3,180,497 -"34161",7866,54924,3,180,2603 -"34162",7866,70646,3,180,1162 -"34163",7866,76369,3,180,583 -"34164",7866,92784,3,180,1257 -"34165",7896,798,2,2447,2476 -"34166",7896,4612,3,2447,2804 -"34167",7896,8623,3,2447,2463 -"34168",7896,35477,2,2447,2703 -"34169",7896,37279,3,2447,2768 -"34170",7896,47529,3,2447,2914 -"34171",7896,57180,3,2447,2703 -"34172",7896,96300,3,2447,2594 -"34173",7900,1393,1,893,1706 -"34174",7900,2014,3,893,973 -"34175",7900,2370,3,893,1600 -"34176",7900,2407,3,893,1725 -"34177",7900,3506,3,893,2364 -"34178",7900,5813,3,893,2088 -"34179",7900,7123,3,893,1964 -"34180",7900,9088,2,893,1881 -"34181",7900,9269,3,893,1892 -"34182",7900,9342,3,893,896 -"34183",7900,10610,2,893,1427 -"34184",7900,16455,3,893,946 -"34185",7900,16757,3,893,1755 -"34186",7900,16866,2,893,2718 -"34187",7900,17925,2,893,2385 -"34188",7900,18574,3,893,2305 -"34189",7900,18865,3,893,2676 -"34190",7900,21920,3,893,2367 -"34191",7900,22389,3,893,2034 -"34192",7900,31950,3,893,2217 -"34193",7900,31990,2,893,2264 -"34194",7900,32629,2,893,1789 -"34195",7900,32724,2,893,2581 -"34196",7900,37765,3,893,1134 -"34197",7900,37801,2,893,2578 -"34198",7900,40510,2,893,943 -"34199",7900,41075,2,893,1176 -"34200",7900,44312,2,893,2741 -"34201",7900,44421,2,893,956 -"34202",7900,44744,3,893,2032 -"34203",7900,45449,2,893,1610 -"34204",7900,45450,3,893,1590 -"34205",7900,48781,3,893,954 -"34206",7900,48931,2,893,2444 -"34207",7900,53445,3,893,2028 -"34208",7900,57804,3,893,2214 -"34209",7900,61398,3,893,2563 -"34210",7900,61921,3,893,1793 -"34211",7900,63395,3,893,2334 -"34212",7900,65054,3,893,2593 -"34213",7900,66017,3,893,1545 -"34214",7900,79639,3,893,1013 -"34215",7900,80186,3,893,2228 -"34216",7900,83264,3,893,1922 -"34217",7900,84581,2,893,1241 -"34218",7900,92084,3,893,1134 -"34219",7900,92366,3,893,1434 -"34220",7900,93642,3,893,1120 -"34221",7900,96387,3,893,2159 -"34222",7900,97706,3,893,1121 -"34223",7900,100084,3,893,1964 -"34224",7900,116484,3,893,902 -"34225",7903,55,3,744,2524 -"34226",7903,1393,1,744,1706 -"34227",7903,2014,3,744,973 -"34228",7903,2370,3,744,1600 -"34229",7903,2407,3,744,1725 -"34230",7903,3506,3,744,2364 -"34231",7903,5813,3,744,2088 -"34232",7903,6621,3,744,2478 -"34233",7903,7123,3,744,1964 -"34234",7903,7900,1,744,893 -"34235",7903,7932,1,744,789 -"34236",7903,9088,2,744,1881 -"34237",7903,9269,3,744,1892 -"34238",7903,9342,3,744,896 -"34239",7903,10610,2,744,1427 -"34240",7903,16455,3,744,946 -"34241",7903,16757,3,744,1755 -"34242",7903,16866,2,744,2718 -"34243",7903,17925,2,744,2385 -"34244",7903,18574,2,744,2305 -"34245",7903,18865,3,744,2676 -"34246",7903,21920,3,744,2367 -"34247",7903,22389,3,744,2034 -"34248",7903,31950,3,744,2217 -"34249",7903,31990,1,744,2264 -"34250",7903,32629,2,744,1789 -"34251",7903,32724,2,744,2581 -"34252",7903,37765,3,744,1134 -"34253",7903,37801,1,744,2578 -"34254",7903,40510,2,744,943 -"34255",7903,41075,2,744,1176 -"34256",7903,44312,1,744,2741 -"34257",7903,44421,1,744,956 -"34258",7903,44744,3,744,2032 -"34259",7903,45449,2,744,1610 -"34260",7903,45450,3,744,1590 -"34261",7903,48781,3,744,954 -"34262",7903,48931,2,744,2444 -"34263",7903,53445,3,744,2028 -"34264",7903,55493,2,744,869 -"34265",7903,57804,3,744,2214 -"34266",7903,61398,3,744,2563 -"34267",7903,61921,3,744,1793 -"34268",7903,63096,3,744,2307 -"34269",7903,63395,3,744,2334 -"34270",7903,65054,2,744,2593 -"34271",7903,66017,3,744,1545 -"34272",7903,79639,3,744,1013 -"34273",7903,80186,3,744,2228 -"34274",7903,83206,3,744,954 -"34275",7903,83264,2,744,1922 -"34276",7903,84378,3,744,1265 -"34277",7903,84581,2,744,1241 -"34278",7903,90852,3,744,764 -"34279",7903,92084,3,744,1134 -"34280",7903,92366,3,744,1434 -"34281",7903,92469,3,744,1232 -"34282",7903,93642,3,744,1120 -"34283",7903,96387,3,744,2159 -"34284",7903,97706,2,744,1121 -"34285",7903,98436,3,744,1212 -"34286",7903,100084,3,744,1964 -"34287",7903,116484,3,744,902 -"34288",7920,4675,3,258,1741 -"34289",7920,6982,3,258,2034 -"34290",7920,7009,3,258,1982 -"34291",7920,7951,3,258,2358 -"34292",7920,15453,3,258,1688 -"34293",7920,25480,2,258,2747 -"34294",7920,34842,2,258,2050 -"34295",7920,45053,1,258,1543 -"34296",7920,45343,3,258,2360 -"34297",7920,47895,3,258,2328 -"34298",7920,51364,2,258,2660 -"34299",7920,54067,1,258,2433 -"34300",7920,56386,2,258,2771 -"34301",7920,60386,1,258,1322 -"34302",7920,65183,2,258,396 -"34303",7920,79612,3,258,927 -"34304",7920,81586,3,258,877 -"34305",7920,100532,2,258,859 -"34306",7932,55,3,789,2524 -"34307",7932,1393,1,789,1706 -"34308",7932,2014,2,789,973 -"34309",7932,2370,3,789,1600 -"34310",7932,2407,3,789,1725 -"34311",7932,3271,3,789,2216 -"34312",7932,3506,2,789,2364 -"34313",7932,4403,3,789,2416 -"34314",7932,5813,3,789,2088 -"34315",7932,6040,3,789,2103 -"34316",7932,6621,3,789,2478 -"34317",7932,7123,2,789,1964 -"34318",7932,7900,1,789,893 -"34319",7932,9088,2,789,1881 -"34320",7932,9269,2,789,1892 -"34321",7932,9272,3,789,2835 -"34322",7932,9342,3,789,896 -"34323",7932,9895,3,789,1960 -"34324",7932,10610,1,789,1427 -"34325",7932,16347,3,789,1868 -"34326",7932,16455,3,789,946 -"34327",7932,16757,3,789,1755 -"34328",7932,16866,2,789,2718 -"34329",7932,17925,2,789,2385 -"34330",7932,18574,3,789,2305 -"34331",7932,18865,3,789,2676 -"34332",7932,20695,3,789,2526 -"34333",7932,21920,3,789,2367 -"34334",7932,22389,2,789,2034 -"34335",7932,26740,3,789,2695 -"34336",7932,31950,3,789,2217 -"34337",7932,31990,2,789,2264 -"34338",7932,32629,2,789,1789 -"34339",7932,32724,2,789,2581 -"34340",7932,32939,3,789,2277 -"34341",7932,34331,3,789,1727 -"34342",7932,37765,2,789,1134 -"34343",7932,37801,2,789,2578 -"34344",7932,40510,2,789,943 -"34345",7932,41075,1,789,1176 -"34346",7932,43226,3,789,2442 -"34347",7932,44312,2,789,2741 -"34348",7932,44421,2,789,956 -"34349",7932,44744,2,789,2032 -"34350",7932,45449,1,789,1610 -"34351",7932,45450,2,789,1590 -"34352",7932,48110,3,789,2009 -"34353",7932,48254,3,789,1013 -"34354",7932,48781,2,789,954 -"34355",7932,48931,1,789,2444 -"34356",7932,53445,2,789,2028 -"34357",7932,54953,3,789,2223 -"34358",7932,55493,2,789,869 -"34359",7932,56364,3,789,1626 -"34360",7932,57804,2,789,2214 -"34361",7932,58508,3,789,2326 -"34362",7932,61398,3,789,2563 -"34363",7932,61921,3,789,1793 -"34364",7932,63395,3,789,2334 -"34365",7932,64712,3,789,1411 -"34366",7932,65054,3,789,2593 -"34367",7932,66017,2,789,1545 -"34368",7932,69335,3,789,2698 -"34369",7932,78611,3,789,1586 -"34370",7932,79639,2,789,1013 -"34371",7932,80186,3,789,2228 -"34372",7932,80301,3,789,1690 -"34373",7932,80801,3,789,1250 -"34374",7932,83264,3,789,1922 -"34375",7932,84581,2,789,1241 -"34376",7932,84591,3,789,1685 -"34377",7932,85926,3,789,907 -"34378",7932,87915,3,789,1152 -"34379",7932,92084,2,789,1134 -"34380",7932,92366,3,789,1434 -"34381",7932,92469,3,789,1232 -"34382",7932,93642,3,789,1120 -"34383",7932,96387,2,789,2159 -"34384",7932,97706,2,789,1121 -"34385",7932,98436,3,789,1212 -"34386",7932,99536,3,789,790 -"34387",7932,100084,2,789,1964 -"34388",7932,101666,3,789,1257 -"34389",7932,102581,3,789,1813 -"34390",7932,116484,3,789,902 -"34391",7936,388,3,1199,1594 -"34392",7936,680,3,1199,2569 -"34393",7936,1560,3,1199,2013 -"34394",7936,2540,3,1199,1398 -"34395",7936,2563,3,1199,1686 -"34396",7936,4303,3,1199,2414 -"34397",7936,4705,3,1199,1714 -"34398",7936,6602,3,1199,1631 -"34399",7936,7258,3,1199,1714 -"34400",7936,8062,3,1199,2858 -"34401",7936,9364,3,1199,1698 -"34402",7936,9716,3,1199,1929 -"34403",7936,10474,3,1199,1608 -"34404",7936,11429,3,1199,2520 -"34405",7936,11477,3,1199,2724 -"34406",7936,12759,3,1199,2414 -"34407",7936,14072,3,1199,1346 -"34408",7936,14972,3,1199,2332 -"34409",7936,15095,3,1199,2001 -"34410",7936,15700,3,1199,1712 -"34411",7936,16940,3,1199,1290 -"34412",7936,18124,3,1199,1642 -"34413",7936,18371,3,1199,2860 -"34414",7936,18381,3,1199,1524 -"34415",7936,20423,3,1199,2654 -"34416",7936,20624,3,1199,1298 -"34417",7936,20975,3,1199,1305 -"34418",7936,25373,3,1199,2783 -"34419",7936,28015,3,1199,1624 -"34420",7936,29308,3,1199,2094 -"34421",7936,30334,2,1199,2075 -"34422",7936,30705,3,1199,2959 -"34423",7936,34820,3,1199,1630 -"34424",7936,35518,3,1199,1721 -"34425",7936,36953,3,1199,2790 -"34426",7936,37636,2,1199,2178 -"34427",7936,37844,3,1199,2002 -"34428",7936,40392,2,1199,1878 -"34429",7936,41429,3,1199,1770 -"34430",7936,41723,3,1199,2101 -"34431",7936,43204,3,1199,1680 -"34432",7936,44341,3,1199,1230 -"34433",7936,47082,2,1199,1990 -"34434",7936,51783,2,1199,2599 -"34435",7936,56082,3,1199,2395 -"34436",7936,76284,3,1199,1237 -"34437",7937,3477,3,2044,2546 -"34438",7937,4932,3,2044,2752 -"34439",7937,6063,3,2044,2349 -"34440",7937,9801,1,2044,2443 -"34441",7937,14754,3,2044,2456 -"34442",7937,28893,2,2044,2764 -"34443",7937,32339,1,2044,2430 -"34444",7937,33223,3,2044,2397 -"34445",7937,35620,3,2044,2092 -"34446",7937,36506,2,2044,2638 -"34447",7937,39443,3,2044,2277 -"34448",7937,57067,3,2044,2547 -"34449",7937,57692,2,2044,2720 -"34450",7942,3403,3,2623,2951 -"34451",7942,4612,3,2623,2804 -"34452",7942,4932,3,2623,2752 -"34453",7942,7252,3,2623,2799 -"34454",7942,9272,3,2623,2835 -"34455",7942,9332,3,2623,2734 -"34456",7942,9787,3,2623,2858 -"34457",7942,12361,3,2623,2732 -"34458",7942,12948,3,2623,2669 -"34459",7942,16176,2,2623,2703 -"34460",7942,19380,3,2623,2637 -"34461",7942,22723,3,2623,2859 -"34462",7942,27742,2,2623,2700 -"34463",7942,34216,2,2623,2832 -"34464",7942,45869,3,2623,2840 -"34465",7942,45905,2,2623,2785 -"34466",7942,47968,3,2623,2829 -"34467",7942,58655,3,2623,2685 -"34468",7942,63077,3,2623,2778 -"34469",7942,69335,3,2623,2698 -"34470",7948,1023,3,1584,2515 -"34471",7948,2344,1,1584,2752 -"34472",7948,2802,3,1584,1836 -"34473",7948,6248,3,1584,2737 -"34474",7948,10727,1,1584,2082 -"34475",7948,16361,2,1584,1641 -"34476",7948,28355,3,1584,2053 -"34477",7948,42713,3,1584,1995 -"34478",7948,49147,3,1584,2539 -"34479",7948,105867,2,1584,1641 -"34480",7951,25480,3,2358,2747 -"34481",7951,51364,1,2358,2660 -"34482",7951,54067,3,2358,2433 -"34483",7951,103560,3,2358,2746 -"34484",7970,14,3,1197,1793 -"34485",7970,2289,3,1197,2389 -"34486",7970,3011,3,1197,2278 -"34487",7970,4188,3,1197,2963 -"34488",7970,4701,3,1197,2401 -"34489",7970,5937,3,1197,2392 -"34490",7970,7234,3,1197,2654 -"34491",7970,9311,3,1197,2477 -"34492",7970,9391,2,1197,1252 -"34493",7970,9828,3,1197,2085 -"34494",7970,9979,3,1197,2238 -"34495",7970,10148,2,1197,2964 -"34496",7970,10843,3,1197,2277 -"34497",7970,11868,3,1197,1639 -"34498",7970,12310,2,1197,1337 -"34499",7970,12373,2,1197,1567 -"34500",7970,14278,3,1197,1267 -"34501",7970,14723,3,1197,2019 -"34502",7970,15560,3,1197,2257 -"34503",7970,15618,3,1197,1218 -"34504",7970,15626,3,1197,2434 -"34505",7970,16111,3,1197,1714 -"34506",7970,16201,3,1197,1811 -"34507",7970,16969,3,1197,1917 -"34508",7970,17943,3,1197,1943 -"34509",7970,19453,3,1197,1928 -"34510",7970,19862,3,1197,2412 -"34511",7970,22180,1,1197,1835 -"34512",7970,23508,3,1197,1907 -"34513",7970,24286,3,1197,1280 -"34514",7970,28635,2,1197,2368 -"34515",7970,28640,3,1197,1475 -"34516",7970,30906,3,1197,2537 -"34517",7970,32103,2,1197,1491 -"34518",7970,32841,3,1197,1345 -"34519",7970,32964,3,1197,2252 -"34520",7970,33356,3,1197,1586 -"34521",7970,33433,3,1197,2805 -"34522",7970,34820,3,1197,1630 -"34523",7970,35516,3,1197,1229 -"34524",7970,36578,3,1197,1484 -"34525",7970,37108,3,1197,1202 -"34526",7970,37915,3,1197,1905 -"34527",7970,39556,2,1197,2747 -"34528",7970,42333,3,1197,2234 -"34529",7970,49581,3,1197,1817 -"34530",7970,49696,3,1197,2444 -"34531",7970,54879,3,1197,2210 -"34532",7970,55324,3,1197,1544 -"34533",7970,57732,3,1197,2454 -"34534",7970,58993,3,1197,2390 -"34535",7970,59113,3,1197,2434 -"34536",7970,62538,2,1197,1656 -"34537",7970,62903,3,1197,1704 -"34538",7970,69598,3,1197,2812 -"34539",7970,70714,3,1197,2030 -"34540",7970,74190,3,1197,1428 -"34541",7970,75028,3,1197,1660 -"34542",7970,79234,3,1197,1611 -"34543",7970,85397,2,1197,1219 -"34544",7970,88039,3,1197,1219 -"34545",7970,99152,3,1197,1698 -"34546",7970,106318,3,1197,1698 -"34547",7984,5239,2,2493,2875 -"34548",7984,5315,3,2493,2631 -"34549",7984,9272,3,2493,2835 -"34550",7984,9362,3,2493,2879 -"34551",7984,11477,1,2493,2724 -"34552",7984,13158,3,2493,2667 -"34553",7984,16826,3,2493,2599 -"34554",7984,24756,3,2493,2530 -"34555",7984,25486,3,2493,2582 -"34556",7984,29004,3,2493,2596 -"34557",7984,29095,3,2493,2531 -"34558",7984,31700,3,2493,2727 -"34559",7984,33801,2,2493,2899 -"34560",7984,34158,3,2493,2639 -"34561",7984,36862,3,2493,2655 -"34562",7984,38602,3,2493,2693 -"34563",7984,42196,3,2493,2765 -"34564",7984,49265,3,2493,2686 -"34565",7984,51410,3,2493,2739 -"34566",7984,51783,3,2493,2599 -"34567",7984,53323,3,2493,2677 -"34568",7984,53475,3,2493,2853 -"34569",7984,56237,3,2493,2625 -"34570",7984,69335,3,2493,2698 -"34571",7984,70203,3,2493,2756 -"34572",7984,78150,3,2493,2581 -"34573",7984,88232,3,2493,2881 -"34574",7984,92757,3,2493,2615 -"34575",7984,99215,3,2493,2791 -"34576",7992,1355,2,2033,2473 -"34577",7992,1616,3,2033,2662 -"34578",7992,1831,3,2033,2397 -"34579",7992,2424,3,2033,2582 -"34580",7992,2484,3,2033,2389 -"34581",7992,3161,3,2033,2229 -"34582",7992,3164,3,2033,2693 -"34583",7992,3961,3,2033,2426 -"34584",7992,3966,3,2033,2425 -"34585",7992,6055,2,2033,2651 -"34586",7992,9311,2,2033,2477 -"34587",7992,10358,3,2033,2294 -"34588",7992,10843,3,2033,2277 -"34589",7992,12778,2,2033,2045 -"34590",7992,13388,3,2033,2119 -"34591",7992,13780,3,2033,2412 -"34592",7992,14655,3,2033,2559 -"34593",7992,14959,3,2033,2898 -"34594",7992,15003,3,2033,2067 -"34595",7992,15626,3,2033,2434 -"34596",7992,15636,3,2033,2857 -"34597",7992,17520,3,2033,2276 -"34598",7992,19248,3,2033,2357 -"34599",7992,19719,3,2033,2177 -"34600",7992,20067,2,2033,2390 -"34601",7992,20732,3,2033,2401 -"34602",7992,21248,3,2033,2232 -"34603",7992,23726,3,2033,2434 -"34604",7992,24753,3,2033,2860 -"34605",7992,24756,3,2033,2530 -"34606",7992,25486,2,2033,2582 -"34607",7992,26249,3,2033,2301 -"34608",7992,29095,3,2033,2531 -"34609",7992,30906,3,2033,2537 -"34610",7992,31307,3,2033,2139 -"34611",7992,33433,3,2033,2805 -"34612",7992,33801,2,2033,2899 -"34613",7992,34707,3,2033,2042 -"34614",7992,35256,3,2033,2271 -"34615",7992,41664,3,2033,2641 -"34616",7992,42196,3,2033,2765 -"34617",7992,44819,2,2033,2063 -"34618",7992,46803,2,2033,2305 -"34619",7992,48605,3,2033,2796 -"34620",7992,50382,3,2033,2244 -"34621",7992,52576,3,2033,2234 -"34622",7992,53475,2,2033,2853 -"34623",7992,58993,2,2033,2390 -"34624",7992,59113,3,2033,2434 -"34625",7992,59140,3,2033,2528 -"34626",7992,70203,3,2033,2756 -"34627",7997,364,3,2049,2351 -"34628",7997,3127,3,2049,2273 -"34629",7997,4361,3,2049,2571 -"34630",7997,5962,2,2049,2491 -"34631",7997,6119,3,2049,2358 -"34632",7997,8610,3,2049,2240 -"34633",7997,10336,3,2049,2271 -"34634",7997,16286,3,2049,2470 -"34635",7997,31335,3,2049,2351 -"34636",7997,37036,2,2049,2264 -"34637",7997,40572,3,2049,2666 -"34638",7997,41023,3,2049,2408 -"34639",7997,47013,2,2049,2388 -"34640",7997,60952,3,2049,2076 -"34641",7997,64967,3,2049,2872 -"34642",8006,827,2,479,2964 -"34643",8006,1624,2,479,2687 -"34644",8006,1708,2,479,1591 -"34645",8006,2282,3,479,2056 -"34646",8006,2443,3,479,2333 -"34647",8006,2647,1,479,2450 -"34648",8006,2927,3,479,1789 -"34649",8006,3101,3,479,513 -"34650",8006,4180,3,479,1817 -"34651",8006,4551,3,479,2720 -"34652",8006,4730,3,479,2131 -"34653",8006,5303,3,479,1849 -"34654",8006,5937,3,479,2392 -"34655",8006,6040,2,479,2103 -"34656",8006,6345,3,479,2713 -"34657",8006,6480,3,479,1678 -"34658",8006,6627,3,479,2063 -"34659",8006,7253,3,479,2686 -"34660",8006,7254,2,479,1849 -"34661",8006,7604,2,479,1366 -"34662",8006,8157,3,479,1063 -"34663",8006,9506,3,479,1012 -"34664",8006,9724,3,479,2713 -"34665",8006,9910,3,479,2526 -"34666",8006,10128,3,479,883 -"34667",8006,10701,3,479,2000 -"34668",8006,10990,2,479,805 -"34669",8006,11858,2,479,1530 -"34670",8006,12473,3,479,801 -"34671",8006,12632,2,479,1174 -"34672",8006,12966,3,479,2011 -"34673",8006,14212,1,479,857 -"34674",8006,14470,3,479,2632 -"34675",8006,15146,3,479,1546 -"34676",8006,16347,3,479,1868 -"34677",8006,16538,2,479,704 -"34678",8006,16869,3,479,1985 -"34679",8006,17159,3,479,883 -"34680",8006,17499,3,479,2954 -"34681",8006,17531,3,479,876 -"34682",8006,17695,3,479,1930 -"34683",8006,18718,2,479,494 -"34684",8006,19002,3,479,2053 -"34685",8006,19476,3,479,1708 -"34686",8006,19509,3,479,2000 -"34687",8006,20011,3,479,2826 -"34688",8006,20695,3,479,2526 -"34689",8006,21027,3,479,560 -"34690",8006,21463,3,479,2437 -"34691",8006,22357,2,479,1397 -"34692",8006,22905,3,479,2599 -"34693",8006,23550,3,479,2939 -"34694",8006,24116,3,479,1413 -"34695",8006,24252,3,479,639 -"34696",8006,26597,2,479,2070 -"34697",8006,28268,3,479,2258 -"34698",8006,28782,3,479,2272 -"34699",8006,31295,3,479,2183 -"34700",8006,32350,3,479,1540 -"34701",8006,32841,2,479,1345 -"34702",8006,34953,3,479,1817 -"34703",8006,36399,1,479,1357 -"34704",8006,38309,2,479,2644 -"34705",8006,38422,3,479,1019 -"34706",8006,39105,3,479,2487 -"34707",8006,39321,3,479,2257 -"34708",8006,41521,3,479,2069 -"34709",8006,41603,3,479,1942 -"34710",8006,42382,3,479,2224 -"34711",8006,42390,2,479,2937 -"34712",8006,43543,2,479,1457 -"34713",8006,43701,3,479,2400 -"34714",8006,43725,3,479,935 -"34715",8006,46616,2,479,1917 -"34716",8006,47607,1,479,2724 -"34717",8006,48419,3,479,1134 -"34718",8006,49142,3,479,2289 -"34719",8006,50468,3,479,1659 -"34720",8006,50678,2,479,1366 -"34721",8006,51505,3,479,1572 -"34722",8006,52380,3,479,2686 -"34723",8006,52386,3,479,1830 -"34724",8006,53362,3,479,2360 -"34725",8006,53584,2,479,2391 -"34726",8006,53652,3,479,2899 -"34727",8006,54316,3,479,1202 -"34728",8006,55775,2,479,2385 -"34729",8006,56413,3,479,2747 -"34730",8006,58945,3,479,2481 -"34731",8006,60672,3,479,2876 -"34732",8006,61784,3,479,754 -"34733",8006,63329,3,479,639 -"34734",8006,63631,2,479,763 -"34735",8006,64628,3,479,2829 -"34736",8006,64803,3,479,841 -"34737",8006,65375,2,479,824 -"34738",8006,67289,3,479,829 -"34739",8006,68884,3,479,1011 -"34740",8006,69260,3,479,1698 -"34741",8006,69795,3,479,2636 -"34742",8006,71895,2,479,1327 -"34743",8006,73629,3,479,1713 -"34744",8006,75194,3,479,1736 -"34745",8006,76295,3,479,1001 -"34746",8006,76450,3,479,1077 -"34747",8006,76796,3,479,1140 -"34748",8006,76814,2,479,926 -"34749",8006,76929,1,479,910 -"34750",8006,77167,3,479,836 -"34751",8006,77719,3,479,2086 -"34752",8006,78277,3,479,1937 -"34753",8006,78283,2,479,620 -"34754",8006,78393,2,479,874 -"34755",8006,78611,2,479,1586 -"34756",8006,78628,3,479,914 -"34757",8006,80970,3,479,2069 -"34758",8006,84591,3,479,1685 -"34759",8006,84808,3,479,1974 -"34760",8006,87110,3,479,2801 -"34761",8006,87915,3,479,1152 -"34762",8006,91435,3,479,933 -"34763",8006,95060,3,479,1974 -"34764",8006,97266,2,479,1016 -"34765",8006,101381,3,479,977 -"34766",8006,102467,3,479,708 -"34767",8006,104409,3,479,650 -"34768",8006,105435,3,479,684 -"34769",8006,113333,3,479,1018 -"34770",8006,122938,3,479,1023 -"34771",8011,134,3,889,2062 -"34772",8011,145,3,889,1998 -"34773",8011,360,3,889,1671 -"34774",8011,380,3,889,2261 -"34775",8011,455,3,889,2827 -"34776",8011,470,3,889,2285 -"34777",8011,543,3,889,2203 -"34778",8011,600,3,889,1702 -"34779",8011,675,3,889,1686 -"34780",8011,913,3,889,2144 -"34781",8011,1136,3,889,2536 -"34782",8011,1592,3,889,2006 -"34783",8011,1691,2,889,1941 -"34784",8011,2181,3,889,2030 -"34785",8011,2523,3,889,1691 -"34786",8011,3242,3,889,1730 -"34787",8011,3520,3,889,2281 -"34788",8011,3878,2,889,1890 -"34789",8011,3966,3,889,2425 -"34790",8011,4066,3,889,1736 -"34791",8011,4191,3,889,2130 -"34792",8011,4226,3,889,1903 -"34793",8011,4687,1,889,2152 -"34794",8011,5258,3,889,2730 -"34795",8011,5504,3,889,2389 -"34796",8011,5839,3,889,2301 -"34797",8011,6390,1,889,2385 -"34798",8011,6392,3,889,1878 -"34799",8011,6428,2,889,1952 -"34800",8011,6491,2,889,2424 -"34801",8011,6718,3,889,2138 -"34802",8011,6940,3,889,1183 -"34803",8011,7515,3,889,2737 -"34804",8011,7847,3,889,2424 -"34805",8011,8762,3,889,2585 -"34806",8011,8866,3,889,1545 -"34807",8011,8888,3,889,1328 -"34808",8011,9150,3,889,2689 -"34809",8011,9184,3,889,2670 -"34810",8011,9362,3,889,2879 -"34811",8011,9432,2,889,1693 -"34812",8011,9511,3,889,1232 -"34813",8011,9805,3,889,1621 -"34814",8011,10433,3,889,2075 -"34815",8011,10523,3,889,1510 -"34816",8011,10890,3,889,2639 -"34817",8011,11351,3,889,2971 -"34818",8011,11434,1,889,1187 -"34819",8011,11516,2,889,1937 -"34820",8011,12199,1,889,1651 -"34821",8011,12724,3,889,1930 -"34822",8011,13068,3,889,1778 -"34823",8011,13837,3,889,1604 -"34824",8011,13890,3,889,1482 -"34825",8011,14108,3,889,2012 -"34826",8011,14652,3,889,2516 -"34827",8011,14767,3,889,2068 -"34828",8011,15799,2,889,1917 -"34829",8011,16120,3,889,1237 -"34830",8011,16164,3,889,1184 -"34831",8011,17645,3,889,1918 -"34832",8011,17698,3,889,1559 -"34833",8011,18543,3,889,2968 -"34834",8011,19322,3,889,2048 -"34835",8011,19335,3,889,1729 -"34836",8011,19718,2,889,1702 -"34837",8011,20176,3,889,1050 -"34838",8011,20407,3,889,2339 -"34839",8011,20494,3,889,1075 -"34840",8011,21122,3,889,1701 -"34841",8011,21352,3,889,1604 -"34842",8011,22567,3,889,2396 -"34843",8011,22639,3,889,2352 -"34844",8011,22885,3,889,1702 -"34845",8011,23132,2,889,2756 -"34846",8011,23216,3,889,2424 -"34847",8011,23506,3,889,1172 -"34848",8011,23526,3,889,1998 -"34849",8011,24066,3,889,1755 -"34850",8011,24568,2,889,1937 -"34851",8011,25378,3,889,1245 -"34852",8011,25816,1,889,2088 -"34853",8011,26067,3,889,2069 -"34854",8011,26322,3,889,1018 -"34855",8011,26436,3,889,2489 -"34856",8011,27391,3,889,2378 -"34857",8011,27628,2,889,2389 -"34858",8011,27837,3,889,1315 -"34859",8011,28115,3,889,1835 -"34860",8011,28216,3,889,1910 -"34861",8011,29930,3,889,2240 -"34862",8011,31050,3,889,1491 -"34863",8011,31235,2,889,2668 -"34864",8011,32947,3,889,1091 -"34865",8011,33622,3,889,2230 -"34866",8011,34160,3,889,1759 -"34867",8011,34945,3,889,1298 -"34868",8011,35045,3,889,1646 -"34869",8011,35302,2,889,1589 -"34870",8011,36439,3,889,2469 -"34871",8011,36446,3,889,1175 -"34872",8011,36651,3,889,1600 -"34873",8011,37509,3,889,1640 -"34874",8011,38213,3,889,1744 -"34875",8011,38727,3,889,2238 -"34876",8011,39411,3,889,2384 -"34877",8011,40369,3,889,2735 -"34878",8011,40383,3,889,2639 -"34879",8011,40931,3,889,2301 -"34880",8011,41739,3,889,1339 -"34881",8011,42687,3,889,1952 -"34882",8011,43173,3,889,2895 -"34883",8011,43941,3,889,1289 -"34884",8011,44427,3,889,2875 -"34885",8011,46182,3,889,1613 -"34886",8011,46621,3,889,1343 -"34887",8011,46726,3,889,943 -"34888",8011,47445,2,889,2668 -"34889",8011,49620,3,889,1868 -"34890",8011,50737,3,889,959 -"34891",8011,52323,3,889,2148 -"34892",8011,52327,2,889,1472 -"34893",8011,52735,3,889,1124 -"34894",8011,54855,2,889,1525 -"34895",8011,55156,3,889,2196 -"34896",8011,55324,3,889,1544 -"34897",8011,57129,2,889,1858 -"34898",8011,57544,3,889,2443 -"34899",8011,57990,3,889,978 -"34900",8011,58035,3,889,1646 -"34901",8011,58284,3,889,2292 -"34902",8011,59700,3,889,2346 -"34903",8011,59790,2,889,1827 -"34904",8011,60661,2,889,2700 -"34905",8011,62219,2,889,2494 -"34906",8011,62602,1,889,1172 -"34907",8011,62668,3,889,958 -"34908",8011,62840,3,889,2502 -"34909",8011,62961,3,889,926 -"34910",8011,63409,2,889,1937 -"34911",8011,64181,3,889,1828 -"34912",8011,64997,3,889,2791 -"34913",8011,67314,3,889,1051 -"34914",8011,73305,3,889,2544 -"34915",8011,74636,3,889,2525 -"34916",8011,76127,2,889,910 -"34917",8011,76192,3,889,912 -"34918",8011,78563,3,889,2385 -"34919",8011,79804,2,889,2227 -"34920",8011,80219,3,889,988 -"34921",8011,80429,2,889,1927 -"34922",8011,82949,3,889,2077 -"34923",8011,88232,3,889,2881 -"34924",8011,88808,2,889,1462 -"34925",8011,88966,3,889,1568 -"34926",8011,90378,3,889,890 -"34927",8011,91772,3,889,2233 -"34928",8011,92322,3,889,2393 -"34929",8011,97013,3,889,1797 -"34930",8011,97240,3,889,1027 -"34931",8011,97824,3,889,1229 -"34932",8011,97915,3,889,1802 -"34933",8011,107649,2,889,1573 -"34934",8029,2418,3,1859,2020 -"34935",8029,2852,3,1859,2448 -"34936",8029,4289,3,1859,1921 -"34937",8029,4669,3,1859,2395 -"34938",8029,5912,1,1859,2257 -"34939",8029,14943,3,1859,1942 -"34940",8029,16286,3,1859,2470 -"34941",8029,16826,3,1859,2599 -"34942",8029,18103,3,1859,1968 -"34943",8029,26959,2,1859,1961 -"34944",8029,33341,3,1859,2338 -"34945",8029,34984,3,1859,2056 -"34946",8029,40432,2,1859,1956 -"34947",8029,45869,3,1859,2840 -"34948",8029,56082,3,1859,2395 -"34949",8029,82929,3,1859,2475 -"34950",8041,5203,3,632,814 -"34951",8041,5315,3,632,2631 -"34952",8041,5621,3,632,1860 -"34953",8041,7508,3,632,2396 -"34954",8041,8887,3,632,2373 -"34955",8041,11103,3,632,2393 -"34956",8041,11976,2,632,1727 -"34957",8041,12778,3,632,2045 -"34958",8041,13573,2,632,2774 -"34959",8041,14002,3,632,829 -"34960",8041,18543,3,632,2968 -"34961",8041,20355,2,632,2111 -"34962",8041,32648,2,632,669 -"34963",8041,33834,3,632,1606 -"34964",8041,34158,3,632,2639 -"34965",8041,34648,3,632,1596 -"34966",8041,36574,2,632,2934 -"34967",8041,38219,3,632,1689 -"34968",8041,38467,2,632,1259 -"34969",8041,40893,3,632,1116 -"34970",8041,41085,3,632,637 -"34971",8041,44427,3,632,2875 -"34972",8041,45277,3,632,1777 -"34973",8041,45903,3,632,2237 -"34974",8041,46283,3,632,1184 -"34975",8041,62632,3,632,1320 -"34976",8041,67102,3,632,935 -"34977",8041,75025,3,632,717 -"34978",8041,83526,3,632,1235 -"34979",8041,85875,2,632,957 -"34980",8041,86105,3,632,2226 -"34981",8041,92895,3,632,2339 -"34982",8041,95160,3,632,961 -"34983",8041,97937,3,632,932 -"34984",8041,101338,3,632,1319 -"34985",8041,104280,3,632,887 -"34986",8060,25,2,1883,2762 -"34987",8060,489,3,1883,2652 -"34988",8060,602,2,1883,2632 -"34989",8060,762,1,1883,2671 -"34990",8060,1092,3,1883,1945 -"34991",8060,1409,3,1883,2090 -"34992",8060,2195,3,1883,2139 -"34993",8060,4929,3,1883,2240 -"34994",8060,4953,3,1883,2285 -"34995",8060,5491,3,1883,2048 -"34996",8060,6982,3,1883,2034 -"34997",8060,8821,3,1883,2230 -"34998",8060,12042,3,1883,2345 -"34999",8060,12081,3,1883,2166 -"35000",8060,12374,3,1883,2260 -"35001",8060,12703,2,1883,2689 -"35002",8060,14103,2,1883,2204 -"35003",8060,14723,3,1883,2019 -"35004",8060,14972,3,1883,2332 -"35005",8060,15729,3,1883,2338 -"35006",8060,17867,3,1883,1904 -"35007",8060,18227,2,1883,2214 -"35008",8060,18366,3,1883,2699 -"35009",8060,21079,3,1883,1997 -"35010",8060,21945,3,1883,2781 -"35011",8060,22216,3,1883,1956 -"35012",8060,22311,2,1883,2034 -"35013",8060,24825,3,1883,2686 -"35014",8060,25248,3,1883,1938 -"35015",8060,28874,3,1883,2329 -"35016",8060,28982,3,1883,2746 -"35017",8060,29454,3,1883,2719 -"35018",8060,31159,3,1883,2231 -"35019",8060,31295,3,1883,2183 -"35020",8060,36031,3,1883,2342 -"35021",8060,36559,3,1883,2473 -"35022",8060,47947,3,1883,2681 -"35023",8060,50275,2,1883,2832 -"35024",8060,56688,3,1883,2331 -"35025",8060,62939,2,1883,2574 -"35026",8060,75311,3,1883,2745 -"35027",8060,89681,3,1883,1978 -"35028",8062,3403,2,2858,2951 -"35029",8062,18371,3,2858,2860 -"35030",8062,22723,2,2858,2859 -"35031",8062,30705,3,2858,2959 -"35032",8073,1136,3,1847,2536 -"35033",8073,7785,3,1847,2441 -"35034",8073,15207,3,1847,1855 -"35035",8073,26749,3,1847,2965 -"35036",8073,29918,2,1847,1953 -"35037",8073,32532,3,1847,2338 -"35038",8073,37059,3,1847,2840 -"35039",8073,38019,3,1847,1870 -"35040",8073,42216,3,1847,2722 -"35041",8073,59039,3,1847,2870 -"35042",8073,67719,1,1847,2429 -"35043",8073,69131,3,1847,2122 -"35044",8073,73192,3,1847,1955 -"35045",8088,3493,3,2220,2451 -"35046",8088,9311,3,2220,2477 -"35047",8088,12976,3,2220,2399 -"35048",8088,30906,2,2220,2537 -"35049",8118,680,3,587,2569 -"35050",8118,2540,3,587,1398 -"35051",8118,3403,3,587,2951 -"35052",8118,4303,3,587,2414 -"35053",8118,4361,2,587,2571 -"35054",8118,8062,1,587,2858 -"35055",8118,10336,3,587,2271 -"35056",8118,10350,2,587,1163 -"35057",8118,11429,3,587,2520 -"35058",8118,12759,3,587,2414 -"35059",8118,13537,2,587,1020 -"35060",8118,14449,3,587,1258 -"35061",8118,17257,1,587,1117 -"35062",8118,18381,3,587,1524 -"35063",8118,20688,3,587,891 -"35064",8118,21240,3,587,1162 -"35065",8118,21681,3,587,2005 -"35066",8118,22723,3,587,2859 -"35067",8118,24176,3,587,1986 -"35068",8118,25373,2,587,2783 -"35069",8118,29683,3,587,2025 -"35070",8118,30334,3,587,2075 -"35071",8118,30974,3,587,947 -"35072",8118,32818,3,587,2485 -"35073",8118,33870,3,587,955 -"35074",8118,34334,3,587,1637 -"35075",8118,34870,3,587,1873 -"35076",8118,34892,3,587,2309 -"35077",8118,35589,2,587,983 -"35078",8118,36651,3,587,1600 -"35079",8118,37636,3,587,2178 -"35080",8118,38602,3,587,2693 -"35081",8118,40392,3,587,1878 -"35082",8118,41446,2,587,1103 -"35083",8118,41723,3,587,2101 -"35084",8118,43593,3,587,2704 -"35085",8118,44795,3,587,635 -"35086",8118,46532,2,587,2005 -"35087",8118,48015,3,587,1355 -"35088",8118,50278,3,587,1127 -"35089",8118,51783,3,587,2599 -"35090",8118,57912,3,587,1035 -"35091",8118,59298,3,587,1236 -"35092",8118,63077,3,587,2778 -"35093",8118,72728,3,587,2234 -"35094",8118,78842,3,587,904 -"35095",8118,81486,3,587,1297 -"35096",8118,85869,3,587,1509 -"35097",8118,90892,3,587,2399 -"35098",8118,99288,2,587,983 -"35099",8118,101367,3,587,974 -"35100",8123,843,3,144,2332 -"35101",8123,919,2,144,910 -"35102",8123,1624,3,144,2687 -"35103",8123,1708,3,144,1591 -"35104",8123,2647,3,144,2450 -"35105",8123,2724,2,144,2447 -"35106",8123,3271,3,144,2216 -"35107",8123,3272,1,144,2132 -"35108",8123,3477,3,144,2546 -"35109",8123,3559,2,144,2413 -"35110",8123,4622,3,144,1589 -"35111",8123,4691,3,144,1888 -"35112",8123,4968,1,144,1586 -"35113",8123,6040,2,144,2103 -"35114",8123,6063,3,144,2349 -"35115",8123,7604,3,144,1366 -"35116",8123,7787,3,144,2314 -"35117",8123,8006,3,144,479 -"35118",8123,8993,3,144,2099 -"35119",8123,9269,3,144,1892 -"35120",8123,9272,3,144,2835 -"35121",8123,9273,3,144,1747 -"35122",8123,10701,3,144,2000 -"35123",8123,11803,3,144,1232 -"35124",8123,12197,2,144,1235 -"35125",8123,12473,3,144,801 -"35126",8123,12598,2,144,2086 -"35127",8123,12632,2,144,1174 -"35128",8123,12735,2,144,819 -"35129",8123,12779,3,144,936 -"35130",8123,14442,3,144,2700 -"35131",8123,14902,3,144,562 -"35132",8123,15023,1,144,2054 -"35133",8123,16184,3,144,2274 -"35134",8123,16347,3,144,1868 -"35135",8123,16538,2,144,704 -"35136",8123,18217,3,144,1566 -"35137",8123,19075,2,144,2214 -"35138",8123,19667,2,144,1466 -"35139",8123,20371,3,144,595 -"35140",8123,20547,1,144,2145 -"35141",8123,20739,2,144,2025 -"35142",8123,20921,2,144,723 -"35143",8123,21044,3,144,1574 -"35144",8123,22462,3,144,869 -"35145",8123,23364,3,144,2306 -"35146",8123,24252,3,144,639 -"35147",8123,25518,1,144,1955 -"35148",8123,25678,3,144,1558 -"35149",8123,28290,1,144,430 -"35150",8123,29100,2,144,843 -"35151",8123,30714,3,144,2485 -"35152",8123,31357,1,144,2389 -"35153",8123,31855,3,144,2636 -"35154",8123,32350,3,144,1540 -"35155",8123,33223,3,144,2397 -"35156",8123,33470,3,144,2003 -"35157",8123,38697,3,144,2701 -"35158",8123,39893,2,144,1601 -"35159",8123,40542,3,144,1664 -"35160",8123,43226,3,144,2442 -"35161",8123,44744,3,144,2032 -"35162",8123,47372,3,144,788 -"35163",8123,47607,3,144,2724 -"35164",8123,47882,3,144,2769 -"35165",8123,48110,3,144,2009 -"35166",8123,49708,3,144,1147 -"35167",8123,50468,3,144,1659 -"35168",8123,51399,2,144,934 -"35169",8123,51843,1,144,2389 -"35170",8123,51890,3,144,1992 -"35171",8123,52953,3,144,1741 -"35172",8123,53377,2,144,417 -"35173",8123,53414,3,144,1672 -"35174",8123,54385,1,144,2340 -"35175",8123,54407,2,144,514 -"35176",8123,54737,3,144,326 -"35177",8123,55307,3,144,2306 -"35178",8123,55730,2,144,1217 -"35179",8123,55997,3,144,1414 -"35180",8123,56316,3,144,1435 -"35181",8123,58508,3,144,2326 -"35182",8123,59344,2,144,2252 -"35183",8123,62848,3,144,1230 -"35184",8123,63104,2,144,2149 -"35185",8123,63631,1,144,763 -"35186",8123,64803,3,144,841 -"35187",8123,68883,3,144,222 -"35188",8123,69308,2,144,2370 -"35189",8123,69335,3,144,2698 -"35190",8123,70967,3,144,570 -"35191",8123,74054,3,144,1488 -"35192",8123,76135,3,144,593 -"35193",8123,76295,2,144,1001 -"35194",8123,76814,3,144,926 -"35195",8123,77167,3,144,836 -"35196",8123,77519,3,144,819 -"35197",8123,78569,3,144,578 -"35198",8123,78611,2,144,1586 -"35199",8123,78628,3,144,914 -"35200",8123,80301,3,144,1690 -"35201",8123,80615,3,144,2252 -"35202",8123,80970,3,144,2069 -"35203",8123,83122,2,144,1503 -"35204",8123,83598,2,144,619 -"35205",8123,84808,1,144,1974 -"35206",8123,85072,2,144,413 -"35207",8123,87733,3,144,235 -"35208",8123,87901,3,144,849 -"35209",8123,88739,3,144,933 -"35210",8123,93123,2,144,870 -"35211",8123,93590,2,144,1188 -"35212",8123,94339,3,144,2768 -"35213",8123,95998,3,144,1250 -"35214",8123,99196,3,144,598 -"35215",8123,105253,3,144,476 -"35216",8123,106755,3,144,2166 -"35217",8123,108974,2,144,752 -"35218",8123,110737,2,144,2117 -"35219",8123,110871,2,144,2879 -"35220",8123,110874,3,144,1390 -"35221",8123,118881,3,144,170 -"35222",8123,119241,3,144,152 -"35223",8140,21,3,1262,1385 -"35224",8140,160,3,1262,2007 -"35225",8140,2206,3,1262,2536 -"35226",8140,2524,3,1262,1708 -"35227",8140,2540,3,1262,1398 -"35228",8140,3127,2,1262,2273 -"35229",8140,3477,3,1262,2546 -"35230",8140,4303,3,1262,2414 -"35231",8140,4668,2,1262,1919 -"35232",8140,4669,3,1262,2395 -"35233",8140,4932,3,1262,2752 -"35234",8140,5897,3,1262,2337 -"35235",8140,6063,3,1262,2349 -"35236",8140,6132,3,1262,1590 -"35237",8140,7252,3,1262,2799 -"35238",8140,8062,3,1262,2858 -"35239",8140,9227,3,1262,1267 -"35240",8140,9484,3,1262,1429 -"35241",8140,10980,1,1262,1974 -"35242",8140,11108,3,1262,1609 -"35243",8140,11429,3,1262,2520 -"35244",8140,12759,3,1262,2414 -"35245",8140,12948,3,1262,2669 -"35246",8140,13136,2,1262,2867 -"35247",8140,16501,3,1262,1650 -"35248",8140,18217,3,1262,1566 -"35249",8140,18381,3,1262,1524 -"35250",8140,18965,3,1262,2315 -"35251",8140,19686,2,1262,2467 -"35252",8140,21670,3,1262,2158 -"35253",8140,23015,3,1262,1362 -"35254",8140,25373,3,1262,2783 -"35255",8140,26734,3,1262,2299 -"35256",8140,27742,3,1262,2700 -"35257",8140,27914,3,1262,2507 -"35258",8140,28869,2,1262,2425 -"35259",8140,28893,3,1262,2764 -"35260",8140,30334,3,1262,2075 -"35261",8140,31868,3,1262,1993 -"35262",8140,32110,3,1262,2224 -"35263",8140,32339,3,1262,2430 -"35264",8140,33223,3,1262,2397 -"35265",8140,34162,3,1262,2336 -"35266",8140,34870,3,1262,1873 -"35267",8140,35728,3,1262,2017 -"35268",8140,35822,2,1262,1903 -"35269",8140,37636,3,1262,2178 -"35270",8140,39418,2,1262,1978 -"35271",8140,39443,2,1262,2277 -"35272",8140,39875,2,1262,2422 -"35273",8140,40392,3,1262,1878 -"35274",8140,40542,3,1262,1664 -"35275",8140,40572,3,1262,2666 -"35276",8140,41723,3,1262,2101 -"35277",8140,42331,3,1262,1585 -"35278",8140,45869,3,1262,2840 -"35279",8140,46486,3,1262,1868 -"35280",8140,50354,3,1262,1299 -"35281",8140,51783,3,1262,2599 -"35282",8140,53924,2,1262,1289 -"35283",8140,56995,3,1262,2323 -"35284",8140,59726,3,1262,1513 -"35285",8140,63077,3,1262,2778 -"35286",8140,67266,3,1262,2010 -"35287",8140,69788,3,1262,2007 -"35288",8140,70101,3,1262,2414 -"35289",8140,74055,2,1262,1544 -"35290",8140,74149,3,1262,1322 -"35291",8140,80156,3,1262,1667 -"35292",8140,82341,3,1262,1515 -"35293",8140,83301,3,1262,1385 -"35294",8140,85869,3,1262,1509 -"35295",8140,92297,3,1262,2952 -"35296",8140,92860,2,1262,1643 -"35297",8140,94525,3,1262,1993 -"35298",8140,100860,3,1262,2326 -"35299",8140,106399,3,1262,1530 -"35300",8146,4361,3,1561,2571 -"35301",8146,5897,3,1561,2337 -"35302",8146,14817,3,1561,2110 -"35303",8146,20984,3,1561,2502 -"35304",8146,23325,3,1561,2779 -"35305",8146,29286,3,1561,1612 -"35306",8146,31542,2,1561,2459 -"35307",8146,33341,3,1561,2338 -"35308",8146,34742,3,1561,1883 -"35309",8146,39062,3,1561,2020 -"35310",8146,47595,3,1561,2374 -"35311",8146,49621,3,1561,1915 -"35312",8146,50335,3,1561,1893 -"35313",8146,51200,3,1561,2245 -"35314",8146,51774,3,1561,2459 -"35315",8146,52483,3,1561,2317 -"35316",8146,53254,3,1561,1612 -"35317",8146,55296,2,1561,2413 -"35318",8146,56737,3,1561,2270 -"35319",8146,81113,3,1561,1914 -"35320",8157,2576,3,1063,1307 -"35321",8157,3669,3,1063,2524 -"35322",8157,4730,2,1063,2131 -"35323",8157,6133,3,1063,1229 -"35324",8157,6627,3,1063,2063 -"35325",8157,7433,3,1063,2255 -"35326",8157,9716,3,1063,1929 -"35327",8157,17221,3,1063,2487 -"35328",8157,18808,3,1063,2854 -"35329",8157,21180,3,1063,2762 -"35330",8157,21463,3,1063,2437 -"35331",8157,21741,3,1063,1574 -"35332",8157,22357,3,1063,1397 -"35333",8157,22905,3,1063,2599 -"35334",8157,25259,3,1063,1699 -"35335",8157,26100,3,1063,1966 -"35336",8157,26597,3,1063,2070 -"35337",8157,30442,3,1063,2124 -"35338",8157,30507,2,1063,2302 -"35339",8157,32582,3,1063,1929 -"35340",8157,34162,3,1063,2336 -"35341",8157,38309,3,1063,2644 -"35342",8157,39105,3,1063,2487 -"35343",8157,43585,3,1063,1066 -"35344",8157,47882,3,1063,2769 -"35345",8157,49147,3,1063,2539 -"35346",8157,50635,3,1063,2962 -"35347",8157,53362,3,1063,2360 -"35348",8157,55775,1,1063,2385 -"35349",8157,63252,2,1063,1516 -"35350",8157,72348,3,1063,1810 -"35351",8157,77719,3,1063,2086 -"35352",8157,78277,3,1063,1937 -"35353",8157,79699,3,1063,1735 -"35354",8157,85065,3,1063,1585 -"35355",8192,25,3,1670,2762 -"35356",8192,380,3,1670,2261 -"35357",8192,457,1,1670,1704 -"35358",8192,952,3,1670,1991 -"35359",8192,1092,3,1670,1945 -"35360",8192,1102,2,1670,2282 -"35361",8192,2572,3,1670,2273 -"35362",8192,3801,3,1670,1974 -"35363",8192,4705,3,1670,1714 -"35364",8192,5429,3,1670,1991 -"35365",8192,5580,2,1670,2111 -"35366",8192,6052,3,1670,1985 -"35367",8192,6074,2,1670,2426 -"35368",8192,6162,3,1670,1673 -"35369",8192,6449,3,1670,1997 -"35370",8192,9175,2,1670,2639 -"35371",8192,9654,2,1670,2111 -"35372",8192,11516,3,1670,1937 -"35373",8192,12374,3,1670,2260 -"35374",8192,12432,3,1670,1816 -"35375",8192,12449,2,1670,2067 -"35376",8192,12724,3,1670,1930 -"35377",8192,13869,3,1670,1786 -"35378",8192,14972,3,1670,2332 -"35379",8192,17351,3,1670,2036 -"35380",8192,18277,3,1670,2309 -"35381",8192,20486,2,1670,1908 -"35382",8192,21682,3,1670,2414 -"35383",8192,21706,3,1670,1988 -"35384",8192,21929,3,1670,2062 -"35385",8192,23011,3,1670,2763 -"35386",8192,24066,3,1670,1755 -"35387",8192,24558,1,1670,2139 -"35388",8192,26671,1,1670,2279 -"35389",8192,29948,3,1670,2795 -"35390",8192,31003,3,1670,1859 -"35391",8192,31124,3,1670,2351 -"35392",8192,34907,3,1670,1945 -"35393",8192,39189,3,1670,2319 -"35394",8192,42216,3,1670,2722 -"35395",8192,45239,3,1670,2535 -"35396",8192,45302,3,1670,2390 -"35397",8192,46042,3,1670,1692 -"35398",8192,48274,3,1670,1979 -"35399",8192,50134,3,1670,2674 -"35400",8192,51017,3,1670,2073 -"35401",8192,51035,3,1670,2397 -"35402",8192,51866,3,1670,2411 -"35403",8192,54695,3,1670,2429 -"35404",8192,57353,3,1670,1849 -"35405",8192,60855,3,1670,2272 -"35406",8192,62903,3,1670,1704 -"35407",8192,67726,3,1670,2873 -"35408",8192,73197,3,1670,1998 -"35409",8192,108107,3,1670,1704 -"35410",8192,117080,3,1670,2357 -"35411",8200,7785,3,1709,2441 -"35412",8200,9241,3,1709,2338 -"35413",8200,16690,3,1709,2132 -"35414",8200,35797,2,1709,2482 -"35415",8200,37859,3,1709,1999 -"35416",8226,6390,3,2046,2385 -"35417",8226,39189,3,2046,2319 -"35418",8229,377,3,1241,2389 -"35419",8229,543,3,1241,2203 -"35420",8229,1046,3,1241,1881 -"35421",8229,1151,3,1241,2885 -"35422",8229,1616,3,1241,2662 -"35423",8229,1777,2,1241,1965 -"35424",8229,2036,3,1241,2483 -"35425",8229,2166,3,1241,2557 -"35426",8229,2484,3,1241,2389 -"35427",8229,2754,3,1241,1360 -"35428",8229,3088,3,1241,1670 -"35429",8229,3161,3,1241,2229 -"35430",8229,3830,3,1241,1661 -"35431",8229,4057,3,1241,2389 -"35432",8229,5078,3,1241,2033 -"35433",8229,5457,3,1241,2077 -"35434",8229,5462,2,1241,2374 -"35435",8229,5504,3,1241,2389 -"35436",8229,7323,3,1241,2858 -"35437",8229,8533,3,1241,2251 -"35438",8229,8621,3,1241,1681 -"35439",8229,10130,3,1241,2741 -"35440",8229,12564,3,1241,2799 -"35441",8229,15539,3,1241,1929 -"35442",8229,18277,3,1241,2309 -"35443",8229,19568,3,1241,2302 -"35444",8229,19606,3,1241,2783 -"35445",8229,22749,3,1241,1727 -"35446",8229,27478,3,1241,2485 -"35447",8229,28216,3,1241,1910 -"35448",8229,30119,2,1241,1961 -"35449",8229,31799,3,1241,2547 -"35450",8229,33572,3,1241,2370 -"35451",8229,35256,3,1241,2271 -"35452",8229,37570,3,1241,2389 -"35453",8229,39444,3,1241,2695 -"35454",8229,41278,3,1241,1873 -"35455",8229,51410,3,1241,2739 -"35456",8229,53031,2,1241,2065 -"35457",8229,55556,2,1241,2075 -"35458",8229,55828,3,1241,2393 -"35459",8229,57077,2,1241,1885 -"35460",8229,57609,3,1241,2717 -"35461",8229,57950,3,1241,1529 -"35462",8229,57977,2,1241,2683 -"35463",8229,58221,3,1241,1787 -"35464",8229,59700,3,1241,2346 -"35465",8229,61719,3,1241,1515 -"35466",8229,64967,3,1241,2872 -"35467",8229,66318,3,1241,2803 -"35468",8229,71478,3,1241,1721 -"35469",8229,82409,3,1241,1881 -"35470",8229,85430,2,1241,2370 -"35471",8229,91570,3,1241,2229 -"35472",8229,93615,2,1241,2386 -"35473",8229,93752,3,1241,1368 -"35474",8232,52524,3,951,1197 -"35475",8233,475,1,152,156 -"35476",8233,9332,2,152,2734 -"35477",8233,11872,3,152,317 -"35478",8233,13068,3,152,1778 -"35479",8233,14503,3,152,437 -"35480",8233,19934,3,152,2888 -"35481",8233,21535,3,152,404 -"35482",8233,22578,3,152,2216 -"35483",8233,26124,3,152,2356 -"35484",8233,36346,3,152,1240 -"35485",8233,38087,3,152,1083 -"35486",8233,40035,3,152,2742 -"35487",8233,43204,3,152,1680 -"35488",8233,49712,3,152,1937 -"35489",8233,53687,3,152,2422 -"35490",8233,53726,3,152,1729 -"35491",8233,67266,3,152,2010 -"35492",8233,80337,2,152,394 -"35493",8233,80338,2,152,2059 -"35494",8238,3506,3,2222,2364 -"35495",8238,4953,3,2222,2285 -"35496",8238,5610,1,2222,2223 -"35497",8238,7616,3,2222,2296 -"35498",8238,9331,3,2222,2269 -"35499",8238,12560,3,2222,2565 -"35500",8238,13249,3,2222,2573 -"35501",8238,15008,3,2222,2338 -"35502",8238,15729,3,2222,2338 -"35503",8238,17549,3,2222,2647 -"35504",8238,19208,3,2222,2629 -"35505",8238,19605,3,2222,2395 -"35506",8238,22950,3,2222,2576 -"35507",8238,24256,3,2222,2393 -"35508",8238,29930,3,2222,2240 -"35509",8238,31159,3,2222,2231 -"35510",8238,31705,2,2222,2706 -"35511",8238,35428,3,2222,2263 -"35512",8238,36031,3,2222,2342 -"35513",8238,38307,3,2222,2648 -"35514",8238,39464,2,2222,2314 -"35515",8238,40368,3,2222,2876 -"35516",8238,41945,3,2222,2856 -"35517",8238,42783,3,2222,2338 -"35518",8238,43455,3,2222,2846 -"35519",8238,44688,3,2222,2924 -"35520",8238,45239,3,2222,2535 -"35521",8238,47564,1,2222,2650 -"35522",8238,47803,3,2222,2477 -"35523",8238,49334,3,2222,2433 -"35524",8238,50480,3,2222,2701 -"35525",8238,54953,2,2222,2223 -"35526",8258,1214,3,1959,2050 -"35527",8258,2208,3,1959,2814 -"35528",8258,2424,3,1959,2582 -"35529",8258,4191,2,1959,2130 -"35530",8258,4618,2,1959,2607 -"35531",8258,5148,3,1959,2206 -"35532",8258,5669,3,1959,2502 -"35533",8258,5725,2,1959,2789 -"35534",8258,6208,3,1959,2361 -"35535",8258,7245,3,1959,2089 -"35536",8258,7984,3,1959,2493 -"35537",8258,8533,3,1959,2251 -"35538",8258,12867,3,1959,2773 -"35539",8258,16954,3,1959,2972 -"35540",8258,17351,3,1959,2036 -"35541",8258,19248,3,1959,2357 -"35542",8258,19606,3,1959,2783 -"35543",8258,23223,3,1959,2094 -"35544",8258,25325,3,1959,2963 -"35545",8258,26351,3,1959,2683 -"35546",8258,28285,3,1959,2972 -"35547",8258,28635,3,1959,2368 -"35548",8258,29917,3,1959,1962 -"35549",8258,30052,3,1959,2855 -"35550",8258,31799,3,1959,2547 -"35551",8258,34325,3,1959,1982 -"35552",8258,35738,3,1959,2448 -"35553",8258,38439,3,1959,2025 -"35554",8258,39087,3,1959,2765 -"35555",8258,41900,3,1959,1970 -"35556",8258,41945,3,1959,2856 -"35557",8258,42722,3,1959,2368 -"35558",8258,47947,3,1959,2681 -"35559",8258,48605,2,1959,2796 -"35560",8258,50977,3,1959,2352 -"35561",8258,51410,3,1959,2739 -"35562",8258,52818,3,1959,1963 -"35563",8258,53293,3,1959,2916 -"35564",8258,53300,3,1959,2162 -"35565",8258,57549,2,1959,2335 -"35566",8258,57977,3,1959,2683 -"35567",8258,60289,2,1959,2729 -"35568",8258,62840,3,1959,2502 -"35569",8258,64436,3,1959,2687 -"35570",8258,64945,3,1959,2279 -"35571",8258,69591,3,1959,2294 -"35572",8258,71518,2,1959,2805 -"35573",8258,71562,3,1959,2574 -"35574",8258,76892,3,1959,2381 -"35575",8259,380,3,1677,2261 -"35576",8259,1102,3,1677,2282 -"35577",8259,2484,3,1677,2389 -"35578",8259,3801,3,1677,1974 -"35579",8259,9362,3,1677,2879 -"35580",8259,13200,1,1677,2488 -"35581",8259,14655,1,1677,2559 -"35582",8259,15560,3,1677,2257 -"35583",8259,17221,2,1677,2487 -"35584",8259,23121,3,1677,2108 -"35585",8259,23460,3,1677,2183 -"35586",8259,28382,3,1677,1874 -"35587",8259,30943,2,1677,2287 -"35588",8259,31898,3,1677,1916 -"35589",8259,36031,2,1677,2342 -"35590",8259,61932,3,1677,1959 -"35591",8259,89681,2,1677,1978 -"35592",8260,5568,3,915,1290 -"35593",8260,31001,3,915,2119 -"35594",8260,38259,3,915,2258 -"35595",8260,107052,3,915,2158 -"35596",8274,160,3,1909,2007 -"35597",8274,913,3,1909,2144 -"35598",8274,1196,3,1909,1986 -"35599",8274,3492,3,1909,2117 -"35600",8274,3495,3,1909,2431 -"35601",8274,4289,3,1909,1921 -"35602",8274,5865,3,1909,1910 -"35603",8274,6192,2,1909,2409 -"35604",8274,6208,3,1909,2361 -"35605",8274,8327,1,1909,2527 -"35606",8274,8533,3,1909,2251 -"35607",8274,8726,3,1909,2083 -"35608",8274,8865,3,1909,2394 -"35609",8274,9954,3,1909,2117 -"35610",8274,10358,3,1909,2294 -"35611",8274,10717,3,1909,1938 -"35612",8274,10799,3,1909,2010 -"35613",8274,10825,3,1909,2565 -"35614",8274,11218,3,1909,2292 -"35615",8274,12042,3,1909,2345 -"35616",8274,12264,3,1909,1925 -"35617",8274,12388,3,1909,1975 -"35618",8274,12449,2,1909,2067 -"35619",8274,12713,3,1909,2440 -"35620",8274,13249,3,1909,2573 -"35621",8274,13324,3,1909,2163 -"35622",8274,14172,3,1909,1923 -"35623",8274,15433,3,1909,2038 -"35624",8274,15444,2,1909,2764 -"35625",8274,15826,3,1909,2772 -"35626",8274,16482,3,1909,1958 -"35627",8274,17410,3,1909,2073 -"35628",8274,17549,3,1909,2647 -"35629",8274,17561,3,1909,2286 -"35630",8274,18165,3,1909,2085 -"35631",8274,18394,3,1909,2356 -"35632",8274,19208,2,1909,2629 -"35633",8274,19317,3,1909,2041 -"35634",8274,19433,3,1909,2504 -"35635",8274,19605,2,1909,2395 -"35636",8274,21248,2,1909,2232 -"35637",8274,22682,3,1909,2035 -"35638",8274,23460,3,1909,2183 -"35639",8274,24721,3,1909,2326 -"35640",8274,25480,3,1909,2747 -"35641",8274,26080,3,1909,2525 -"35642",8274,27275,3,1909,2656 -"35643",8274,27390,2,1909,2425 -"35644",8274,29073,3,1909,2328 -"35645",8274,29280,2,1909,2499 -"35646",8274,29454,3,1909,2719 -"35647",8274,29899,3,1909,2375 -"35648",8274,31117,2,1909,2210 -"35649",8274,33200,3,1909,2221 -"35650",8274,33433,3,1909,2805 -"35651",8274,35837,3,1909,2871 -"35652",8274,35888,3,1909,2291 -"35653",8274,39062,3,1909,2020 -"35654",8274,41664,3,1909,2641 -"35655",8274,41682,2,1909,1988 -"35656",8274,41764,2,1909,2409 -"35657",8274,41972,3,1909,2509 -"35658",8274,42129,3,1909,2318 -"35659",8274,45729,3,1909,2606 -"35660",8274,46091,3,1909,1938 -"35661",8274,47529,3,1909,2914 -"35662",8274,47564,3,1909,2650 -"35663",8274,48274,1,1909,1979 -"35664",8274,50480,2,1909,2701 -"35665",8274,51089,3,1909,2426 -"35666",8274,51610,3,1909,2635 -"35667",8274,53342,3,1909,2071 -"35668",8274,54879,2,1909,2210 -"35669",8274,54983,3,1909,2407 -"35670",8274,56920,2,1909,2548 -"35671",8274,70046,3,1909,2624 -"35672",8274,73197,3,1909,1998 -"35673",8274,76356,3,1909,2323 -"35674",8274,91579,1,1909,2510 -"35675",8274,92513,3,1909,2282 -"35676",8274,99351,2,1909,2939 -"35677",8275,9311,3,2237,2477 -"35678",8275,25486,3,2237,2582 -"35679",8275,33801,3,2237,2899 -"35680",8275,35888,3,2237,2291 -"35681",8275,36441,3,2237,2796 -"35682",8275,38755,3,2237,2902 -"35683",8275,42799,2,2237,2729 -"35684",8275,46635,3,2237,2528 -"35685",8275,53475,3,2237,2853 -"35686",8275,76356,3,2237,2323 -"35687",8286,15343,3,886,2125 -"35688",8286,18151,3,886,2962 -"35689",8286,23508,3,886,1907 -"35690",8286,24608,3,886,1630 -"35691",8286,34311,3,886,2213 -"35692",8286,42618,1,886,2316 -"35693",8286,42814,3,886,1149 -"35694",8286,43051,3,886,904 -"35695",8286,55468,3,886,2511 -"35696",8286,70046,3,886,2624 -"35697",8286,72122,3,886,1436 -"35698",8286,86279,3,886,1076 -"35699",8286,103721,3,886,1030 -"35700",8325,34295,2,2228,2735 -"35701",8325,40759,3,2228,2789 -"35702",8325,44501,2,2228,2567 -"35703",8325,55307,2,2228,2306 -"35704",8327,10825,3,2527,2565 -"35705",8327,15444,3,2527,2764 -"35706",8327,17549,3,2527,2647 -"35707",8327,19208,3,2527,2629 -"35708",8327,25480,3,2527,2747 -"35709",8327,33433,3,2527,2805 -"35710",8327,50480,2,2527,2701 -"35711",8327,51610,3,2527,2635 -"35712",8327,56920,2,2527,2548 -"35713",8327,99351,3,2527,2939 -"35714",8354,1519,3,1705,2349 -"35715",8354,1520,3,1705,1716 -"35716",8354,2524,3,1705,1708 -"35717",8354,2852,3,1705,2448 -"35718",8354,3403,3,1705,2951 -"35719",8354,3477,3,1705,2546 -"35720",8354,3978,3,1705,2775 -"35721",8354,6063,3,1705,2349 -"35722",8354,8610,3,1705,2240 -"35723",8354,8726,3,1705,2083 -"35724",8354,8791,3,1705,1789 -"35725",8354,10473,1,1705,1783 -"35726",8354,14817,2,1705,2110 -"35727",8354,15207,3,1705,1855 -"35728",8354,15826,3,1705,2772 -"35729",8354,16482,3,1705,1958 -"35730",8354,16690,3,1705,2132 -"35731",8354,16796,2,1705,1892 -"35732",8354,17037,3,1705,2947 -"35733",8354,18965,2,1705,2315 -"35734",8354,19433,3,1705,2504 -"35735",8354,20700,3,1705,2861 -"35736",8354,23131,3,1705,1732 -"35737",8354,26124,3,1705,2356 -"35738",8354,26336,3,1705,1904 -"35739",8354,27320,3,1705,2378 -"35740",8354,27908,3,1705,2576 -"35741",8354,28837,3,1705,2286 -"35742",8354,30368,2,1705,2487 -"35743",8354,30525,3,1705,1964 -"35744",8354,31542,3,1705,2459 -"35745",8354,33223,3,1705,2397 -"35746",8354,38259,3,1705,2258 -"35747",8354,39062,2,1705,2020 -"35748",8354,39534,3,1705,2410 -"35749",8354,46486,3,1705,1868 -"35750",8354,47595,2,1705,2374 -"35751",8354,49347,3,1705,2504 -"35752",8354,50335,3,1705,1893 -"35753",8354,51265,2,1705,2670 -"35754",8354,51687,3,1705,2333 -"35755",8354,54718,2,1705,2473 -"35756",8354,58655,3,1705,2685 -"35757",8354,58875,3,1705,1899 -"35758",8354,61337,2,1705,2777 -"35759",8354,63641,3,1705,2337 -"35760",8354,118120,3,1705,1910 -"35761",8367,5315,2,1927,2631 -"35762",8367,16954,3,1927,2972 -"35763",8367,30827,3,1927,2323 -"35764",8367,33010,3,1927,2189 -"35765",8367,50977,3,1927,2352 -"35766",8376,457,2,1670,1704 -"35767",8376,1102,3,1670,2282 -"35768",8376,2181,3,1670,2030 -"35769",8376,2424,3,1670,2582 -"35770",8376,4705,3,1670,1714 -"35771",8376,5580,3,1670,2111 -"35772",8376,6074,3,1670,2426 -"35773",8376,6449,2,1670,1997 -"35774",8376,9175,1,1670,2639 -"35775",8376,9654,3,1670,2111 -"35776",8376,12374,3,1670,2260 -"35777",8376,12432,3,1670,1816 -"35778",8376,12449,3,1670,2067 -"35779",8376,13869,3,1670,1786 -"35780",8376,14959,3,1670,2898 -"35781",8376,15729,3,1670,2338 -"35782",8376,17351,3,1670,2036 -"35783",8376,17549,3,1670,2647 -"35784",8376,20486,3,1670,1908 -"35785",8376,24066,3,1670,1755 -"35786",8376,24558,2,1670,2139 -"35787",8376,26671,2,1670,2279 -"35788",8376,31159,3,1670,2231 -"35789",8376,39464,3,1670,2314 -"35790",8376,42783,3,1670,2338 -"35791",8376,45239,2,1670,2535 -"35792",8376,46042,3,1670,1692 -"35793",8376,50134,3,1670,2674 -"35794",8376,52892,3,1670,2372 -"35795",8376,57353,3,1670,1849 -"35796",8376,108107,3,1670,1704 -"35797",8395,194,3,896,1243 -"35798",8395,364,3,896,2351 -"35799",8395,1629,3,896,1289 -"35800",8395,1702,3,896,1984 -"35801",8395,1780,2,896,1375 -"35802",8395,1846,3,896,1845 -"35803",8395,2540,3,896,1398 -"35804",8395,2979,3,896,2912 -"35805",8395,3127,3,896,2273 -"35806",8395,3254,3,896,1258 -"35807",8395,3271,3,896,2216 -"35808",8395,3477,2,896,2546 -"35809",8395,3493,3,896,2451 -"35810",8395,5622,3,896,2175 -"35811",8395,5716,3,896,1058 -"35812",8395,5792,2,896,975 -"35813",8395,5897,3,896,2337 -"35814",8395,5984,3,896,1675 -"35815",8395,5986,3,896,1721 -"35816",8395,6063,3,896,2349 -"35817",8395,6417,3,896,1675 -"35818",8395,7337,2,896,1797 -"35819",8395,7937,3,896,2044 -"35820",8395,7997,3,896,2049 -"35821",8395,9227,3,896,1267 -"35822",8395,9272,3,896,2835 -"35823",8395,9503,3,896,2453 -"35824",8395,9785,2,896,2951 -"35825",8395,9928,3,896,2345 -"35826",8395,10050,3,896,1792 -"35827",8395,10754,3,896,1797 -"35828",8395,11218,2,896,2292 -"35829",8395,12042,3,896,2345 -"35830",8395,12779,3,896,936 -"35831",8395,13068,3,896,1778 -"35832",8395,13150,2,896,1570 -"35833",8395,14855,3,896,903 -"35834",8395,16352,3,896,2657 -"35835",8395,18124,2,896,1642 -"35836",8395,18217,3,896,1566 -"35837",8395,19934,3,896,2888 -"35838",8395,21684,3,896,1971 -"35839",8395,21815,3,896,2032 -"35840",8395,22586,3,896,1341 -"35841",8395,23126,2,896,904 -"35842",8395,23131,3,896,1732 -"35843",8395,23277,3,896,1267 -"35844",8395,26080,3,896,2525 -"35845",8395,26818,3,896,1999 -"35846",8395,27255,3,896,1232 -"35847",8395,27320,3,896,2378 -"35848",8395,27882,3,896,1897 -"35849",8395,28869,3,896,2425 -"35850",8395,28893,3,896,2764 -"35851",8395,29267,3,896,1234 -"35852",8395,29286,3,896,1612 -"35853",8395,29495,3,896,1612 -"35854",8395,30034,3,896,2357 -"35855",8395,30669,3,896,1921 -"35856",8395,32339,3,896,2430 -"35857",8395,33223,3,896,2397 -"35858",8395,33681,3,896,1059 -"35859",8395,33870,3,896,955 -"35860",8395,36953,3,896,2790 -"35861",8395,38144,2,896,2637 -"35862",8395,38373,3,896,1928 -"35863",8395,39294,3,896,1889 -"35864",8395,39589,3,896,1292 -"35865",8395,40542,3,896,1664 -"35866",8395,40572,3,896,2666 -"35867",8395,41581,3,896,1692 -"35868",8395,42280,3,896,2266 -"35869",8395,42813,3,896,2142 -"35870",8395,43204,3,896,1680 -"35871",8395,43226,3,896,2442 -"35872",8395,43929,3,896,2749 -"35873",8395,44074,3,896,1299 -"35874",8395,46486,2,896,1868 -"35875",8395,47013,3,896,2388 -"35876",8395,47375,3,896,2043 -"35877",8395,48110,3,896,2009 -"35878",8395,53134,3,896,1590 -"35879",8395,53726,3,896,1729 -"35880",8395,54467,3,896,919 -"35881",8395,54929,3,896,2783 -"35882",8395,57037,3,896,2293 -"35883",8395,57765,3,896,2893 -"35884",8395,58508,3,896,2326 -"35885",8395,58875,3,896,1899 -"35886",8395,61125,3,896,1673 -"35887",8395,61948,3,896,1231 -"35888",8395,69335,3,896,2698 -"35889",8395,80301,3,896,1690 -"35890",8395,82252,3,896,1248 -"35891",8395,83253,3,896,1102 -"35892",8395,90709,2,896,1080 -"35893",8395,97476,3,896,975 -"35894",8419,6241,3,1956,2264 -"35895",8419,10382,3,1956,2111 -"35896",8419,26695,3,1956,2340 -"35897",8419,27277,3,1956,1994 -"35898",8419,53779,3,1956,2000 -"35899",8426,1328,3,155,335 -"35900",8426,1427,3,155,324 -"35901",8426,2289,3,155,2389 -"35902",8426,8470,1,155,288 -"35903",8426,10481,2,155,740 -"35904",8426,10779,1,155,2881 -"35905",8426,11168,2,155,1223 -"35906",8426,11601,3,155,173 -"35907",8426,14887,3,155,2158 -"35908",8426,15636,3,155,2857 -"35909",8426,16053,3,155,908 -"35910",8426,17819,3,155,2291 -"35911",8426,19113,3,155,1171 -"35912",8426,20689,3,155,557 -"35913",8426,21138,3,155,2849 -"35914",8426,22033,3,155,1356 -"35915",8426,23787,3,155,2810 -"35916",8426,24522,3,155,158 -"35917",8426,25443,3,155,1441 -"35918",8426,26903,3,155,2092 -"35919",8426,27030,3,155,2031 -"35920",8426,31099,2,155,1356 -"35921",8426,31279,3,155,965 -"35922",8426,36554,2,155,1649 -"35923",8426,38694,3,155,817 -"35924",8426,39556,3,155,2747 -"35925",8426,39563,3,155,486 -"35926",8426,39906,3,155,2365 -"35927",8426,40796,3,155,540 -"35928",8426,44769,3,155,2411 -"35929",8426,47726,3,155,1272 -"35930",8426,47956,3,155,222 -"35931",8426,49962,3,155,572 -"35932",8426,50001,3,155,1518 -"35933",8426,50269,3,155,1966 -"35934",8426,51546,3,155,1369 -"35935",8426,52215,3,155,1908 -"35936",8426,58733,3,155,1958 -"35937",8426,59646,3,155,456 -"35938",8426,60584,3,155,288 -"35939",8426,62488,3,155,1418 -"35940",8426,62754,3,155,249 -"35941",8426,68299,3,155,866 -"35942",8426,74730,3,155,535 -"35943",8426,85784,3,155,1142 -"35944",8426,100140,3,155,1041 -"35945",8426,101338,3,155,1319 -"35946",8426,106988,3,155,1164 -"35947",8426,109079,3,155,954 -"35948",8463,3158,3,2466,2762 -"35949",8463,4249,3,2466,2547 -"35950",8463,9724,3,2466,2713 -"35951",8463,14470,3,2466,2632 -"35952",8463,36478,3,2466,2808 -"35953",8463,47882,3,2466,2769 -"35954",8470,2028,3,288,1978 -"35955",8470,2289,2,288,2389 -"35956",8470,2972,3,288,1708 -"35957",8470,5072,3,288,2175 -"35958",8470,5610,3,288,2223 -"35959",8470,10481,3,288,740 -"35960",8470,10779,2,288,2881 -"35961",8470,11168,3,288,1223 -"35962",8470,11662,3,288,1139 -"35963",8470,15636,2,288,2857 -"35964",8470,16111,3,288,1714 -"35965",8470,16587,3,288,2065 -"35966",8470,19637,3,288,1229 -"35967",8470,21138,3,288,2849 -"35968",8470,22033,2,288,1356 -"35969",8470,23787,2,288,2810 -"35970",8470,29095,3,288,2531 -"35971",8470,29864,3,288,2479 -"35972",8470,31099,1,288,1356 -"35973",8470,31700,3,288,2727 -"35974",8470,32047,3,288,1858 -"35975",8470,35529,3,288,1620 -"35976",8470,36554,3,288,1649 -"35977",8470,38694,3,288,817 -"35978",8470,39556,2,288,2747 -"35979",8470,44502,3,288,484 -"35980",8470,45136,3,288,877 -"35981",8470,45903,3,288,2237 -"35982",8470,46988,3,288,2460 -"35983",8470,49962,2,288,572 -"35984",8470,50001,2,288,1518 -"35985",8470,50269,2,288,1966 -"35986",8470,57732,3,288,2454 -"35987",8470,58733,3,288,1958 -"35988",8470,59868,3,288,1637 -"35989",8470,68299,2,288,866 -"35990",8470,70613,3,288,1724 -"35991",8470,74731,3,288,853 -"35992",8470,81592,3,288,2882 -"35993",8470,102820,3,288,501 -"35994",8470,106988,2,288,1164 -"35995",8470,109079,2,288,954 -"35996",8475,19198,3,2034,2308 -"35997",8475,19366,3,2034,2279 -"35998",8478,388,3,984,1594 -"35999",8478,1560,2,984,2013 -"36000",8478,3152,3,984,1621 -"36001",8478,4730,3,984,2131 -"36002",8478,5483,3,984,1938 -"36003",8478,5557,2,984,1929 -"36004",8478,5852,3,984,1862 -"36005",8478,8157,2,984,1063 -"36006",8478,8525,3,984,1787 -"36007",8478,9506,2,984,1012 -"36008",8478,9716,1,984,1929 -"36009",8478,10200,3,984,2920 -"36010",8478,10908,3,984,1134 -"36011",8478,11429,3,984,2520 -"36012",8478,12228,3,984,2034 -"36013",8478,12481,3,984,1086 -"36014",8478,12973,3,984,1569 -"36015",8478,14626,2,984,2175 -"36016",8478,14654,3,984,1692 -"36017",8478,14761,3,984,2502 -"36018",8478,14789,3,984,1034 -"36019",8478,18855,2,984,1362 -"36020",8478,21741,3,984,1574 -"36021",8478,23639,3,984,2065 -"36022",8478,24086,3,984,2663 -"36023",8478,26567,3,984,1158 -"36024",8478,29319,3,984,2314 -"36025",8478,30334,3,984,2075 -"36026",8478,30404,2,984,1810 -"36027",8478,30507,3,984,2302 -"36028",8478,32582,1,984,1929 -"36029",8478,35264,3,984,2329 -"36030",8478,37342,3,984,2649 -"36031",8478,37636,3,984,2178 -"36032",8478,40392,2,984,1878 -"36033",8478,41185,2,984,1929 -"36034",8478,41603,3,984,1942 -"36035",8478,44464,3,984,1619 -"36036",8478,45730,3,984,2063 -"36037",8478,49147,3,984,2539 -"36038",8478,50335,3,984,1893 -"36039",8478,51783,3,984,2599 -"36040",8478,52185,2,984,1012 -"36041",8478,54903,3,984,2493 -"36042",8478,55775,2,984,2385 -"36043",8478,56737,3,984,2270 -"36044",8478,63252,3,984,1516 -"36045",8478,64412,3,984,2233 -"36046",8478,72426,3,984,2902 -"36047",8478,74912,2,984,1542 -"36048",8478,75194,3,984,1736 -"36049",8478,79036,3,984,2524 -"36050",8478,79822,3,984,1508 -"36051",8478,82226,3,984,1619 -"36052",8478,91631,3,984,1899 -"36053",8478,91715,3,984,1034 -"36054",8478,96349,3,984,1874 -"36055",8478,97266,2,984,1016 -"36056",8478,107993,3,984,999 -"36057",8490,23,3,564,1682 -"36058",8490,270,3,564,2542 -"36059",8490,312,2,564,2038 -"36060",8490,380,3,564,2261 -"36061",8490,782,3,564,945 -"36062",8490,1044,3,564,880 -"36063",8490,1102,3,564,2282 -"36064",8490,2181,3,564,2030 -"36065",8490,2424,3,564,2582 -"36066",8490,2484,3,564,2389 -"36067",8490,2533,2,564,2016 -"36068",8490,3305,3,564,2839 -"36069",8490,3716,3,564,1679 -"36070",8490,3748,3,564,2052 -"36071",8490,3751,3,564,1358 -"36072",8490,5041,2,564,2371 -"36073",8490,5429,3,564,1991 -"36074",8490,6363,3,564,2066 -"36075",8490,8866,2,564,1545 -"36076",8490,8888,3,564,1328 -"36077",8490,9331,3,564,2269 -"36078",8490,9362,3,564,2879 -"36079",8490,9364,2,564,1698 -"36080",8490,9871,3,564,921 -"36081",8490,10358,3,564,2294 -"36082",8490,11006,2,564,1950 -"36083",8490,11440,3,564,2026 -"36084",8490,11540,3,564,1237 -"36085",8490,11576,3,564,808 -"36086",8490,12356,3,564,2757 -"36087",8490,14655,3,564,2559 -"36088",8490,14656,3,564,584 -"36089",8490,14959,3,564,2898 -"36090",8490,15808,3,564,1521 -"36091",8490,16332,3,564,2668 -"36092",8490,19248,2,564,2357 -"36093",8490,19719,2,564,2177 -"36094",8490,20124,3,564,2376 -"36095",8490,20975,2,564,1305 -"36096",8490,21138,3,564,2849 -"36097",8490,21198,3,564,935 -"36098",8490,22884,3,564,1608 -"36099",8490,23430,3,564,904 -"36100",8490,24293,3,564,1184 -"36101",8490,25198,3,564,1982 -"36102",8490,26582,3,564,2772 -"36103",8490,26749,3,564,2965 -"36104",8490,27694,2,564,2030 -"36105",8490,28015,3,564,1624 -"36106",8490,28635,3,564,2368 -"36107",8490,29050,3,564,1196 -"36108",8490,29750,3,564,689 -"36109",8490,33285,3,564,1327 -"36110",8490,34314,3,564,630 -"36111",8490,34836,3,564,2302 -"36112",8490,38019,3,564,1870 -"36113",8490,38219,3,564,1689 -"36114",8490,38780,2,564,2705 -"36115",8490,43385,3,564,1623 -"36116",8490,43455,3,564,2846 -"36117",8490,45650,3,564,1528 -"36118",8490,46629,3,564,2255 -"36119",8490,48605,3,564,2796 -"36120",8490,51017,3,564,2073 -"36121",8490,51041,2,564,2606 -"36122",8490,55299,3,564,609 -"36123",8490,55320,2,564,1643 -"36124",8490,60862,3,564,1215 -"36125",8490,61982,2,564,2725 -"36126",8490,62841,3,564,2710 -"36127",8490,71342,3,564,1289 -"36128",8490,72956,2,564,1251 -"36129",8490,76284,3,564,1237 -"36130",8490,79815,3,564,1713 -"36131",8490,80506,3,564,1920 -"36132",8490,87692,3,564,775 -"36133",8490,90802,3,564,877 -"36134",8490,98781,3,564,1410 -"36135",8490,101395,3,564,891 -"36136",8512,5852,3,935,1862 -"36137",8512,27826,3,935,2824 -"36138",8512,30819,3,935,2198 -"36139",8512,44464,3,935,1619 -"36140",8512,46385,3,935,2225 -"36141",8512,56737,3,935,2270 -"36142",8512,82226,3,935,1619 -"36143",8512,82426,3,935,1576 -"36144",8513,134,3,875,2062 -"36145",8513,357,2,875,2327 -"36146",8513,1196,2,875,1986 -"36147",8513,1616,3,875,2662 -"36148",8513,2484,3,875,2389 -"36149",8513,2684,3,875,2874 -"36150",8513,3161,3,875,2229 -"36151",8513,3961,3,875,2426 -"36152",8513,4253,3,875,1890 -"36153",8513,4889,3,875,1501 -"36154",8513,4953,2,875,2285 -"36155",8513,5041,3,875,2371 -"36156",8513,5072,3,875,2175 -"36157",8513,5350,1,875,2522 -"36158",8513,5429,3,875,1991 -"36159",8513,5462,3,875,2374 -"36160",8513,5622,3,875,2175 -"36161",8513,5716,2,875,1058 -"36162",8513,5984,2,875,1675 -"36163",8513,5986,2,875,1721 -"36164",8513,6047,3,875,2004 -"36165",8513,6162,2,875,1673 -"36166",8513,6417,2,875,1675 -"36167",8513,7759,3,875,2844 -"36168",8513,8060,3,875,1883 -"36169",8513,8274,3,875,1909 -"36170",8513,8327,3,875,2527 -"36171",8513,9751,3,875,1397 -"36172",8513,9928,3,875,2345 -"36173",8513,10358,2,875,2294 -"36174",8513,10717,3,875,1938 -"36175",8513,10857,3,875,2253 -"36176",8513,10871,3,875,2314 -"36177",8513,11055,3,875,2111 -"36178",8513,11218,2,875,2292 -"36179",8513,11540,3,875,1237 -"36180",8513,11588,3,875,2352 -"36181",8513,11620,3,875,2010 -"36182",8513,11966,3,875,2385 -"36183",8513,12035,3,875,2721 -"36184",8513,12042,1,875,2345 -"36185",8513,12462,1,875,1461 -"36186",8513,12729,3,875,1835 -"36187",8513,13248,3,875,1385 -"36188",8513,13311,3,875,2315 -"36189",8513,14032,3,875,2144 -"36190",8513,14855,2,875,903 -"36191",8513,15301,3,875,2308 -"36192",8513,15381,3,875,2289 -"36193",8513,15402,3,875,1281 -"36194",8513,15729,3,875,2338 -"36195",8513,16053,3,875,908 -"36196",8513,16096,2,875,2301 -"36197",8513,16120,3,875,1237 -"36198",8513,16352,2,875,2657 -"36199",8513,17400,2,875,2231 -"36200",8513,17626,3,875,1265 -"36201",8513,17867,3,875,1904 -"36202",8513,17997,3,875,1621 -"36203",8513,18348,3,875,1711 -"36204",8513,18825,3,875,1240 -"36205",8513,18874,3,875,2170 -"36206",8513,19516,3,875,2313 -"36207",8513,20588,3,875,912 -"36208",8513,21029,2,875,1943 -"36209",8513,21138,3,875,2849 -"36210",8513,21571,3,875,2755 -"36211",8513,21706,3,875,1988 -"36212",8513,21872,2,875,2458 -"36213",8513,22141,3,875,2348 -"36214",8513,22586,3,875,1341 -"36215",8513,23159,2,875,1548 -"36216",8513,23310,3,875,2371 -"36217",8513,23806,1,875,1671 -"36218",8513,24146,3,875,2003 -"36219",8513,24169,3,875,1663 -"36220",8513,24286,3,875,1280 -"36221",8513,24721,3,875,2326 -"36222",8513,24923,3,875,2785 -"36223",8513,25325,3,875,2963 -"36224",8513,25480,3,875,2747 -"36225",8513,25569,3,875,2317 -"36226",8513,26080,2,875,2525 -"36227",8513,26366,3,875,1688 -"36228",8513,26408,3,875,1545 -"36229",8513,26451,3,875,2133 -"36230",8513,26659,3,875,903 -"36231",8513,26721,3,875,2586 -"36232",8513,26818,3,875,1999 -"36233",8513,27016,3,875,1611 -"36234",8513,27261,3,875,1368 -"36235",8513,27501,2,875,1981 -"36236",8513,28002,3,875,914 -"36237",8513,28296,3,875,2944 -"36238",8513,29722,3,875,1305 -"36239",8513,29930,3,875,2240 -"36240",8513,30325,3,875,1067 -"36241",8513,32567,3,875,2784 -"36242",8513,32694,3,875,1602 -"36243",8513,32919,3,875,2321 -"36244",8513,33341,3,875,2338 -"36245",8513,33356,3,875,1586 -"36246",8513,33433,3,875,2805 -"36247",8513,34057,3,875,1657 -"36248",8513,34735,2,875,2767 -"36249",8513,34907,3,875,1945 -"36250",8513,35256,3,875,2271 -"36251",8513,35529,3,875,1620 -"36252",8513,35888,3,875,2291 -"36253",8513,35926,2,875,2371 -"36254",8513,36962,3,875,2861 -"36255",8513,37333,3,875,1612 -"36256",8513,38140,3,875,1866 -"36257",8513,38307,3,875,2648 -"36258",8513,38374,3,875,1890 -"36259",8513,39186,2,875,1258 -"36260",8513,39294,3,875,1889 -"36261",8513,40072,3,875,1182 -"36262",8513,40432,3,875,1956 -"36263",8513,40937,3,875,2639 -"36264",8513,41064,3,875,1201 -"36265",8513,41682,3,875,1988 -"36266",8513,41972,3,875,2509 -"36267",8513,42619,3,875,2017 -"36268",8513,43455,3,875,2846 -"36269",8513,44306,3,875,1036 -"36270",8513,44521,3,875,1593 -"36271",8513,46091,3,875,1938 -"36272",8513,46099,3,875,2360 -"36273",8513,47386,3,875,2226 -"36274",8513,49110,3,875,2938 -"36275",8513,50229,2,875,1190 -"36276",8513,50236,3,875,2339 -"36277",8513,51017,3,875,2073 -"36278",8513,51089,3,875,2426 -"36279",8513,51410,3,875,2739 -"36280",8513,52442,3,875,1269 -"36281",8513,53134,2,875,1590 -"36282",8513,53342,3,875,2071 -"36283",8513,54020,3,875,1578 -"36284",8513,54695,3,875,2429 -"36285",8513,54879,2,875,2210 -"36286",8513,54929,2,875,2783 -"36287",8513,55652,3,875,2795 -"36288",8513,56604,3,875,1919 -"36289",8513,57714,3,875,1391 -"36290",8513,57977,3,875,2683 -"36291",8513,58122,3,875,889 -"36292",8513,60280,3,875,1918 -"36293",8513,61719,3,875,1515 -"36294",8513,62903,3,875,1704 -"36295",8513,63442,3,875,1965 -"36296",8513,69716,2,875,2632 -"36297",8513,69745,3,875,1594 -"36298",8513,70203,3,875,2756 -"36299",8513,71982,3,875,2812 -"36300",8513,73192,2,875,1955 -"36301",8513,73197,3,875,1998 -"36302",8513,75403,3,875,1895 -"36303",8513,76672,3,875,1930 -"36304",8513,80219,3,875,988 -"36305",8513,81349,3,875,1958 -"36306",8513,84022,2,875,2289 -"36307",8513,87110,3,875,2801 -"36308",8513,90802,3,875,877 -"36309",8513,91570,3,875,2229 -"36310",8513,92513,3,875,2282 -"36311",8513,95682,3,875,881 -"36312",8513,100140,3,875,1041 -"36313",8513,101395,3,875,891 -"36314",8513,102824,3,875,2944 -"36315",8513,105795,3,875,1265 -"36316",8513,119859,3,875,908 -"36317",8519,1469,3,844,1160 -"36318",8519,8229,3,844,1241 -"36319",8519,10130,3,844,2741 -"36320",8519,18277,3,844,2309 -"36321",8519,27478,3,844,2485 -"36322",8519,32409,2,844,857 -"36323",8519,38048,3,844,867 -"36324",8519,39444,3,844,2695 -"36325",8519,53031,2,844,2065 -"36326",8519,55556,2,844,2075 -"36327",8519,58221,3,844,1787 -"36328",8519,82409,3,844,1881 -"36329",8519,93615,1,844,2386 -"36330",8519,108430,3,844,1642 -"36331",8525,1560,1,1787,2013 -"36332",8525,2802,3,1787,1836 -"36333",8525,6324,3,1787,1990 -"36334",8525,6755,3,1787,2818 -"36335",8525,9716,2,1787,1929 -"36336",8525,10200,2,1787,2920 -"36337",8525,11429,2,1787,2520 -"36338",8525,12228,2,1787,2034 -"36339",8525,14626,3,1787,2175 -"36340",8525,14761,3,1787,2502 -"36341",8525,15075,3,1787,2252 -"36342",8525,23639,3,1787,2065 -"36343",8525,24086,2,1787,2663 -"36344",8525,30334,3,1787,2075 -"36345",8525,32582,3,1787,1929 -"36346",8525,32939,3,1787,2277 -"36347",8525,37342,2,1787,2649 -"36348",8525,37636,3,1787,2178 -"36349",8525,40392,2,1787,1878 -"36350",8525,41185,2,1787,1929 -"36351",8525,42883,3,1787,2575 -"36352",8525,49621,3,1787,1915 -"36353",8525,51783,3,1787,2599 -"36354",8525,53537,3,1787,2428 -"36355",8525,56737,2,1787,2270 -"36356",8525,65658,2,1787,2030 -"36357",8525,79036,3,1787,2524 -"36358",8525,79793,3,1787,1915 -"36359",8529,24,2,1205,1295 -"36360",8529,145,2,1205,1998 -"36361",8529,600,3,1205,1702 -"36362",8529,675,3,1205,1686 -"36363",8529,913,2,1205,2144 -"36364",8529,1102,3,1205,2282 -"36365",8529,1136,3,1205,2536 -"36366",8529,1875,3,1205,1786 -"36367",8529,2563,3,1205,1686 -"36368",8529,2625,3,1205,2152 -"36369",8529,2743,3,1205,1278 -"36370",8529,2954,3,1205,2727 -"36371",8529,4671,3,1205,2280 -"36372",8529,4687,3,1205,2152 -"36373",8529,4690,3,1205,1938 -"36374",8529,5226,3,1205,1309 -"36375",8529,6052,3,1205,1985 -"36376",8529,6390,3,1205,2385 -"36377",8529,7858,3,1205,1795 -"36378",8529,8866,2,1205,1545 -"36379",8529,8888,2,1205,1328 -"36380",8529,9362,3,1205,2879 -"36381",8529,9364,3,1205,1698 -"36382",8529,9511,3,1205,1232 -"36383",8529,9805,3,1205,1621 -"36384",8529,10474,3,1205,1608 -"36385",8529,10513,3,1205,2284 -"36386",8529,12199,3,1205,1651 -"36387",8529,12374,3,1205,2260 -"36388",8529,12602,3,1205,1956 -"36389",8529,14108,3,1205,2012 -"36390",8529,14652,3,1205,2516 -"36391",8529,14655,3,1205,2559 -"36392",8529,14834,3,1205,2739 -"36393",8529,15799,3,1205,1917 -"36394",8529,16332,3,1205,2668 -"36395",8529,17698,3,1205,1559 -"36396",8529,19096,1,1205,1538 -"36397",8529,19335,3,1205,1729 -"36398",8529,19719,3,1205,2177 -"36399",8529,20975,3,1205,1305 -"36400",8529,21682,3,1205,2414 -"36401",8529,22141,3,1205,2348 -"36402",8529,23312,3,1205,2449 -"36403",8529,23825,3,1205,1913 -"36404",8529,24448,3,1205,2289 -"36405",8529,24568,3,1205,1937 -"36406",8529,26671,3,1205,2279 -"36407",8529,27275,3,1205,2656 -"36408",8529,27390,3,1205,2425 -"36409",8529,31235,2,1205,2668 -"36410",8529,33949,3,1205,2489 -"36411",8529,34836,2,1205,2302 -"36412",8529,36087,3,1205,2755 -"36413",8529,36714,3,1205,2209 -"36414",8529,38019,2,1205,1870 -"36415",8529,38780,3,1205,2705 -"36416",8529,45650,3,1205,1528 -"36417",8529,46950,3,1205,2673 -"36418",8529,47064,3,1205,1993 -"36419",8529,47445,3,1205,2668 -"36420",8529,48571,3,1205,2717 -"36421",8529,49512,2,1205,1302 -"36422",8529,51017,3,1205,2073 -"36423",8529,51035,3,1205,2397 -"36424",8529,53266,3,1205,2389 -"36425",8529,53323,2,1205,2677 -"36426",8529,53608,3,1205,1986 -"36427",8529,56317,3,1205,2030 -"36428",8529,57353,3,1205,1849 -"36429",8529,57544,3,1205,2443 -"36430",8529,63409,3,1205,1937 -"36431",8529,64997,3,1205,2791 -"36432",8529,65007,2,1205,2530 -"36433",8529,69712,3,1205,1219 -"36434",8529,71342,3,1205,1289 -"36435",8529,72468,2,1205,2292 -"36436",8529,72956,3,1205,1251 -"36437",8529,79436,3,1205,1344 -"36438",8529,80825,3,1205,2315 -"36439",8529,81588,3,1205,1568 -"36440",8529,84022,3,1205,2289 -"36441",8529,86245,3,1205,1972 -"36442",8532,3414,3,1593,2322 -"36443",8532,13920,3,1593,1709 -"36444",8533,270,3,2251,2542 -"36445",8533,380,3,2251,2261 -"36446",8533,455,3,2251,2827 -"36447",8533,602,3,2251,2632 -"36448",8533,671,3,2251,2328 -"36449",8533,823,3,2251,2840 -"36450",8533,1102,3,2251,2282 -"36451",8533,1315,3,2251,2760 -"36452",8533,3305,3,2251,2839 -"36453",8533,3488,3,2251,2351 -"36454",8533,4418,3,2251,2788 -"36455",8533,4618,2,2251,2607 -"36456",8533,5462,3,2251,2374 -"36457",8533,5504,3,2251,2389 -"36458",8533,5669,2,2251,2502 -"36459",8533,5725,1,2251,2789 -"36460",8533,6241,3,2251,2264 -"36461",8533,7014,3,2251,2401 -"36462",8533,7078,3,2251,2344 -"36463",8533,8327,3,2251,2527 -"36464",8533,12374,3,2251,2260 -"36465",8533,12867,2,2251,2773 -"36466",8533,14507,3,2251,2686 -"36467",8533,15184,3,2251,2396 -"36468",8533,15560,3,2251,2257 -"36469",8533,18151,3,2251,2962 -"36470",8533,18394,3,2251,2356 -"36471",8533,19027,3,2251,2721 -"36472",8533,19862,3,2251,2412 -"36473",8533,20563,2,2251,2267 -"36474",8533,20783,3,2251,2414 -"36475",8533,21012,3,2251,2325 -"36476",8533,24923,3,2251,2785 -"36477",8533,26351,2,2251,2683 -"36478",8533,26516,3,2251,2479 -"36479",8533,27478,3,2251,2485 -"36480",8533,27753,3,2251,2750 -"36481",8533,28285,1,2251,2972 -"36482",8533,29073,1,2251,2328 -"36483",8533,29314,3,2251,2736 -"36484",8533,31799,3,2251,2547 -"36485",8533,35888,3,2251,2291 -"36486",8533,36559,2,2251,2473 -"36487",8533,36670,3,2251,2298 -"36488",8533,37418,3,2251,2710 -"36489",8533,39087,2,2251,2765 -"36490",8533,43518,3,2251,2680 -"36491",8533,47947,1,2251,2681 -"36492",8533,51041,3,2251,2606 -"36493",8533,51410,3,2251,2739 -"36494",8533,51626,3,2251,2494 -"36495",8533,57609,3,2251,2717 -"36496",8533,57977,1,2251,2683 -"36497",8533,60661,3,2251,2700 -"36498",8533,62840,1,2251,2502 -"36499",8533,70046,3,2251,2624 -"36500",8533,71562,1,2251,2574 -"36501",8533,74095,3,2251,2333 -"36502",8537,489,3,472,2652 -"36503",8537,555,3,472,552 -"36504",8537,962,3,472,1000 -"36505",8537,1050,3,472,1185 -"36506",8537,1592,2,472,2006 -"36507",8537,1691,2,472,1941 -"36508",8537,1985,3,472,888 -"36509",8537,2011,3,472,2176 -"36510",8537,2143,3,472,1174 -"36511",8537,2208,3,472,2814 -"36512",8537,2334,3,472,2619 -"36513",8537,2349,3,472,1288 -"36514",8537,2609,3,472,834 -"36515",8537,3144,3,472,869 -"36516",8537,3163,3,472,2020 -"36517",8537,3306,3,472,1989 -"36518",8537,3493,3,472,2451 -"36519",8537,3801,3,472,1974 -"36520",8537,3886,3,472,1669 -"36521",8537,4317,3,472,1224 -"36522",8537,4360,3,472,1770 -"36523",8537,4707,3,472,2588 -"36524",8537,5018,3,472,640 -"36525",8537,5258,2,472,2730 -"36526",8537,5346,3,472,1438 -"36527",8537,6104,3,472,2462 -"36528",8537,6252,3,472,2336 -"36529",8537,6390,3,472,2385 -"36530",8537,6428,3,472,1952 -"36531",8537,6697,3,472,2438 -"36532",8537,8011,3,472,889 -"36533",8537,8762,3,472,2585 -"36534",8537,8866,3,472,1545 -"36535",8537,8888,3,472,1328 -"36536",8537,8961,3,472,507 -"36537",8537,9311,3,472,2477 -"36538",8537,9511,3,472,1232 -"36539",8537,10488,3,472,1524 -"36540",8537,11434,3,472,1187 -"36541",8537,12199,2,472,1651 -"36542",8537,12779,3,472,936 -"36543",8537,13248,3,472,1385 -"36544",8537,13837,3,472,1604 -"36545",8537,14080,3,472,1351 -"36546",8537,14108,2,472,2012 -"36547",8537,14652,3,472,2516 -"36548",8537,14656,3,472,584 -"36549",8537,14731,3,472,2012 -"36550",8537,15207,3,472,1855 -"36551",8537,15632,3,472,1242 -"36552",8537,15713,3,472,1646 -"36553",8537,15808,3,472,1521 -"36554",8537,16053,3,472,908 -"36555",8537,16196,3,472,2032 -"36556",8537,18502,3,472,1033 -"36557",8537,18543,3,472,2968 -"36558",8537,18550,3,472,483 -"36559",8537,18571,3,472,2128 -"36560",8537,19173,2,472,1686 -"36561",8537,19605,3,472,2395 -"36562",8537,19718,3,472,1702 -"36563",8537,19882,3,472,565 -"36564",8537,20343,3,472,851 -"36565",8537,20407,1,472,2339 -"36566",8537,21133,2,472,1320 -"36567",8537,21463,3,472,2437 -"36568",8537,21682,3,472,2414 -"36569",8537,22141,3,472,2348 -"36570",8537,22165,1,472,1501 -"36571",8537,22785,3,472,1733 -"36572",8537,23403,2,472,607 -"36573",8537,23729,3,472,1624 -"36574",8537,24198,3,472,2217 -"36575",8537,25565,3,472,2764 -"36576",8537,26342,3,472,527 -"36577",8537,26713,3,472,1235 -"36578",8537,27261,3,472,1368 -"36579",8537,28048,3,472,1637 -"36580",8537,28056,2,472,1505 -"36581",8537,28808,2,472,1063 -"36582",8537,29170,3,472,1846 -"36583",8537,29722,3,472,1305 -"36584",8537,29948,3,472,2795 -"36585",8537,30325,3,472,1067 -"36586",8537,30410,3,472,1966 -"36587",8537,31164,3,472,1996 -"36588",8537,31235,3,472,2668 -"36589",8537,33241,3,472,632 -"36590",8537,33433,3,472,2805 -"36591",8537,33622,3,472,2230 -"36592",8537,34158,3,472,2639 -"36593",8537,34314,3,472,630 -"36594",8537,34443,3,472,496 -"36595",8537,34945,3,472,1298 -"36596",8537,35045,2,472,1646 -"36597",8537,35514,3,472,2346 -"36598",8537,36087,3,472,2755 -"36599",8537,36439,2,472,2469 -"36600",8537,37509,2,472,1640 -"36601",8537,38213,2,472,1744 -"36602",8537,39105,3,472,2487 -"36603",8537,40703,3,472,1608 -"36604",8537,41085,3,472,637 -"36605",8537,43173,2,472,2895 -"36606",8537,43213,3,472,2160 -"36607",8537,43226,3,472,2442 -"36608",8537,43385,3,472,1623 -"36609",8537,44420,3,472,2184 -"36610",8537,45186,2,472,835 -"36611",8537,46196,3,472,1510 -"36612",8537,46469,3,472,759 -"36613",8537,46621,2,472,1343 -"36614",8537,46951,2,472,2429 -"36615",8537,47384,3,472,1639 -"36616",8537,47435,2,472,878 -"36617",8537,47445,3,472,2668 -"36618",8537,47585,2,472,794 -"36619",8537,49186,3,472,1289 -"36620",8537,49301,3,472,1894 -"36621",8537,49620,2,472,1868 -"36622",8537,49677,3,472,1222 -"36623",8537,50179,3,472,2230 -"36624",8537,50217,3,472,1211 -"36625",8537,50235,2,472,726 -"36626",8537,50737,2,472,959 -"36627",8537,50946,3,472,1075 -"36628",8537,51572,3,472,912 -"36629",8537,51628,3,472,901 -"36630",8537,51853,3,472,2520 -"36631",8537,52136,2,472,1412 -"36632",8537,52327,1,472,1472 -"36633",8537,53134,3,472,1590 -"36634",8537,53252,3,472,637 -"36635",8537,55084,3,472,1189 -"36636",8537,55185,2,472,922 -"36637",8537,56082,3,472,2395 -"36638",8537,56903,3,472,1584 -"36639",8537,57990,3,472,978 -"36640",8537,58284,3,472,2292 -"36641",8537,61785,2,472,822 -"36642",8537,63328,3,472,922 -"36643",8537,63641,3,472,2337 -"36644",8537,64427,2,472,535 -"36645",8537,67788,2,472,837 -"36646",8537,68592,3,472,2551 -"36647",8537,69447,3,472,1197 -"36648",8537,71274,3,472,2390 -"36649",8537,72207,3,472,2430 -"36650",8537,73675,3,472,887 -"36651",8537,74190,3,472,1428 -"36652",8537,74318,3,472,632 -"36653",8537,74636,2,472,2525 -"36654",8537,75025,3,472,717 -"36655",8537,75216,3,472,672 -"36656",8537,75403,3,472,1895 -"36657",8537,75921,1,472,517 -"36658",8537,76127,2,472,910 -"36659",8537,76192,3,472,912 -"36660",8537,78569,3,472,578 -"36661",8537,79436,3,472,1344 -"36662",8537,82787,3,472,1144 -"36663",8537,82949,3,472,2077 -"36664",8537,83396,3,472,2396 -"36665",8537,84296,3,472,1751 -"36666",8537,88232,2,472,2881 -"36667",8537,91942,3,472,2216 -"36668",8537,92322,3,472,2393 -"36669",8537,92592,3,472,486 -"36670",8537,94520,3,472,1243 -"36671",8537,95155,3,472,849 -"36672",8537,97824,3,472,1229 -"36673",8537,99953,3,472,581 -"36674",8537,101967,3,472,691 -"36675",8537,102731,3,472,630 -"36676",8537,103925,3,472,1786 -"36677",8537,105975,3,472,1939 -"36678",8537,109104,3,472,502 -"36679",8568,7252,3,2706,2799 -"36680",8568,9785,3,2706,2951 -"36681",8568,9787,3,2706,2858 -"36682",8568,15826,3,2706,2772 -"36683",8568,45869,3,2706,2840 -"36684",8585,160,3,1917,2007 -"36685",8585,7616,3,1917,2296 -"36686",8585,23098,3,1917,2300 -"36687",8604,1151,3,2799,2885 -"36688",8604,7323,3,2799,2858 -"36689",8604,20700,3,2799,2861 -"36690",8607,843,3,1685,2332 -"36691",8607,2282,3,1685,2056 -"36692",8607,2927,3,1685,1789 -"36693",8607,3158,3,1685,2762 -"36694",8607,3271,2,1685,2216 -"36695",8607,4249,2,1685,2547 -"36696",8607,4634,3,1685,2291 -"36697",8607,5962,3,1685,2491 -"36698",8607,6020,3,1685,1864 -"36699",8607,6119,3,1685,2358 -"36700",8607,6223,3,1685,2363 -"36701",8607,6345,3,1685,2713 -"36702",8607,6999,3,1685,2214 -"36703",8607,7337,3,1685,1797 -"36704",8607,8463,3,1685,2466 -"36705",8607,9272,2,1685,2835 -"36706",8607,9724,2,1685,2713 -"36707",8607,10146,3,1685,1878 -"36708",8607,10336,2,1685,2271 -"36709",8607,10701,2,1685,2000 -"36710",8607,12966,3,1685,2011 -"36711",8607,14470,3,1685,2632 -"36712",8607,14612,3,1685,2340 -"36713",8607,14654,3,1685,1692 -"36714",8607,14957,2,1685,2306 -"36715",8607,15782,2,1685,2306 -"36716",8607,16286,3,1685,2470 -"36717",8607,16437,3,1685,1956 -"36718",8607,16963,3,1685,1999 -"36719",8607,17499,3,1685,2954 -"36720",8607,17695,2,1685,1930 -"36721",8607,19075,3,1685,2214 -"36722",8607,19366,3,1685,2279 -"36723",8607,21358,3,1685,1970 -"36724",8607,22410,3,1685,2158 -"36725",8607,23550,3,1685,2939 -"36726",8607,25941,3,1685,2369 -"36727",8607,26597,3,1685,2070 -"36728",8607,28432,3,1685,1954 -"36729",8607,31264,2,1685,2335 -"36730",8607,32169,3,1685,2504 -"36731",8607,36840,3,1685,2269 -"36732",8607,37036,3,1685,2264 -"36733",8607,37684,3,1685,2899 -"36734",8607,37752,3,1685,2223 -"36735",8607,38219,3,1685,1689 -"36736",8607,39439,3,1685,2462 -"36737",8607,39444,3,1685,2695 -"36738",8607,42382,3,1685,2224 -"36739",8607,42390,3,1685,2937 -"36740",8607,43173,3,1685,2895 -"36741",8607,43226,2,1685,2442 -"36742",8607,43701,3,1685,2400 -"36743",8607,45297,3,1685,1864 -"36744",8607,46616,3,1685,1917 -"36745",8607,46800,3,1685,2720 -"36746",8607,47607,3,1685,2724 -"36747",8607,48110,2,1685,2009 -"36748",8607,51212,3,1685,1801 -"36749",8607,53445,3,1685,2028 -"36750",8607,53584,3,1685,2391 -"36751",8607,53652,3,1685,2899 -"36752",8607,57804,3,1685,2214 -"36753",8607,58508,2,1685,2326 -"36754",8607,59039,3,1685,2870 -"36755",8607,69335,2,1685,2698 -"36756",8607,80301,2,1685,1690 -"36757",8610,680,3,2240,2569 -"36758",8610,798,3,2240,2476 -"36759",8610,2424,3,2240,2582 -"36760",8610,2747,2,2240,2411 -"36761",8610,2852,3,2240,2448 -"36762",8610,3978,3,2240,2775 -"36763",8610,4367,3,2240,2794 -"36764",8610,4669,3,2240,2395 -"36765",8610,4831,3,2240,2365 -"36766",8610,5683,3,2240,2468 -"36767",8610,6697,3,2240,2438 -"36768",8610,9503,3,2240,2453 -"36769",8610,11136,2,2240,2573 -"36770",8610,11588,3,2240,2352 -"36771",8610,13079,3,2240,2547 -"36772",8610,14959,2,2240,2898 -"36773",8610,15567,2,2240,2671 -"36774",8610,17033,3,2240,2771 -"36775",8610,18421,3,2240,2457 -"36776",8610,22895,3,2240,2704 -"36777",8610,25741,3,2240,2853 -"36778",8610,26734,3,2240,2299 -"36779",8610,27742,3,2240,2700 -"36780",8610,27914,3,2240,2507 -"36781",8610,29825,3,2240,2603 -"36782",8610,35235,3,2240,2610 -"36783",8610,36487,3,2240,2622 -"36784",8610,36953,3,2240,2790 -"36785",8610,37620,3,2240,2716 -"36786",8610,44603,3,2240,2748 -"36787",8610,47013,3,2240,2388 -"36788",8610,51687,3,2240,2333 -"36789",8610,58501,3,2240,2613 -"36790",8610,61355,2,2240,2467 -"36791",8610,61585,2,2240,2315 -"36792",8610,65856,3,2240,2504 -"36793",8610,71531,3,2240,2887 -"36794",8621,313,3,1681,2271 -"36795",8621,377,3,1681,2389 -"36796",8621,499,3,1681,1931 -"36797",8621,543,2,1681,2203 -"36798",8621,613,3,1681,2687 -"36799",8621,671,3,1681,2328 -"36800",8621,675,3,1681,1686 -"36801",8621,823,3,1681,2840 -"36802",8621,1046,2,1681,1881 -"36803",8621,1136,3,1681,2536 -"36804",8621,1151,3,1681,2885 -"36805",8621,1226,3,1681,2353 -"36806",8621,1367,3,1681,2176 -"36807",8621,1495,3,1681,2046 -"36808",8621,1616,3,1681,2662 -"36809",8621,1777,2,1681,1965 -"36810",8621,1897,2,1681,1727 -"36811",8621,2036,2,1681,2483 -"36812",8621,2195,3,1681,2139 -"36813",8621,2224,3,1681,2751 -"36814",8621,2424,3,1681,2582 -"36815",8621,2484,2,1681,2389 -"36816",8621,2563,3,1681,1686 -"36817",8621,2954,3,1681,2727 -"36818",8621,3161,3,1681,2229 -"36819",8621,3242,1,1681,1730 -"36820",8621,3878,3,1681,1890 -"36821",8621,3966,3,1681,2425 -"36822",8621,4057,3,1681,2389 -"36823",8621,4191,3,1681,2130 -"36824",8621,4226,2,1681,1903 -"36825",8621,4618,2,1681,2607 -"36826",8621,4687,3,1681,2152 -"36827",8621,4701,3,1681,2401 -"36828",8621,4980,3,1681,2093 -"36829",8621,5078,2,1681,2033 -"36830",8621,5148,3,1681,2206 -"36831",8621,5457,2,1681,2077 -"36832",8621,5462,2,1681,2374 -"36833",8621,5504,1,1681,2389 -"36834",8621,5669,3,1681,2502 -"36835",8621,5725,3,1681,2789 -"36836",8621,6047,3,1681,2004 -"36837",8621,6241,3,1681,2264 -"36838",8621,6491,3,1681,2424 -"36839",8621,7245,2,1681,2089 -"36840",8621,7323,2,1681,2858 -"36841",8621,8533,2,1681,2251 -"36842",8621,8760,3,1681,2477 -"36843",8621,9175,3,1681,2639 -"36844",8621,9362,3,1681,2879 -"36845",8621,9432,3,1681,1693 -"36846",8621,10404,2,1681,2062 -"36847",8621,10799,3,1681,2010 -"36848",8621,10857,3,1681,2253 -"36849",8621,10859,2,1681,2231 -"36850",8621,10890,3,1681,2639 -"36851",8621,11456,3,1681,2715 -"36852",8621,12713,3,1681,2440 -"36853",8621,12867,3,1681,2773 -"36854",8621,13573,3,1681,2774 -"36855",8621,13929,3,1681,2693 -"36856",8621,14507,2,1681,2686 -"36857",8621,15299,2,1681,2213 -"36858",8621,15539,1,1681,1929 -"36859",8621,16111,3,1681,1714 -"36860",8621,16539,3,1681,1947 -"36861",8621,16826,3,1681,2599 -"36862",8621,17354,3,1681,2250 -"36863",8621,17410,3,1681,2073 -"36864",8621,17520,3,1681,2276 -"36865",8621,18151,3,1681,2962 -"36866",8621,18415,3,1681,2184 -"36867",8621,18571,3,1681,2128 -"36868",8621,19027,3,1681,2721 -"36869",8621,19606,3,1681,2783 -"36870",8621,20325,3,1681,1842 -"36871",8621,20563,1,1681,2267 -"36872",8621,20659,3,1681,1969 -"36873",8621,20700,3,1681,2861 -"36874",8621,21138,3,1681,2849 -"36875",8621,22749,2,1681,1727 -"36876",8621,23140,3,1681,2787 -"36877",8621,23704,3,1681,2278 -"36878",8621,23756,3,1681,2309 -"36879",8621,24255,3,1681,2770 -"36880",8621,24648,3,1681,1833 -"36881",8621,24825,3,1681,2686 -"36882",8621,25198,3,1681,1982 -"36883",8621,25341,2,1681,1858 -"36884",8621,26351,3,1681,2683 -"36885",8621,26436,2,1681,2489 -"36886",8621,26451,3,1681,2133 -"36887",8621,26516,1,1681,2479 -"36888",8621,27478,3,1681,2485 -"36889",8621,27753,2,1681,2750 -"36890",8621,27783,3,1681,2302 -"36891",8621,28216,3,1681,1910 -"36892",8621,28285,3,1681,2972 -"36893",8621,28892,2,1681,2023 -"36894",8621,29073,3,1681,2328 -"36895",8621,29095,3,1681,2531 -"36896",8621,29258,3,1681,1932 -"36897",8621,29311,3,1681,1849 -"36898",8621,30119,3,1681,1961 -"36899",8621,31307,3,1681,2139 -"36900",8621,31799,3,1681,2547 -"36901",8621,33010,3,1681,2189 -"36902",8621,33160,3,1681,2441 -"36903",8621,33380,3,1681,2340 -"36904",8621,33551,3,1681,1734 -"36905",8621,34216,3,1681,2832 -"36906",8621,34492,2,1681,1798 -"36907",8621,34509,3,1681,1973 -"36908",8621,35069,3,1681,2069 -"36909",8621,35256,3,1681,2271 -"36910",8621,36962,3,1681,2861 -"36911",8621,37418,1,1681,2710 -"36912",8621,37570,2,1681,2389 -"36913",8621,38449,2,1681,1802 -"36914",8621,38921,3,1681,1880 -"36915",8621,39278,3,1681,1952 -"36916",8621,39444,3,1681,2695 -"36917",8621,40369,3,1681,2735 -"36918",8621,40432,3,1681,1956 -"36919",8621,41278,3,1681,1873 -"36920",8621,41402,3,1681,2313 -"36921",8621,41747,3,1681,1722 -"36922",8621,42264,3,1681,1702 -"36923",8621,43404,3,1681,2649 -"36924",8621,43518,3,1681,2680 -"36925",8621,43839,3,1681,1685 -"36926",8621,44768,3,1681,2516 -"36927",8621,45633,3,1681,2134 -"36928",8621,45715,3,1681,2287 -"36929",8621,46680,3,1681,1690 -"36930",8621,47386,3,1681,2226 -"36931",8621,47947,3,1681,2681 -"36932",8621,49965,3,1681,2301 -"36933",8621,50252,3,1681,2001 -"36934",8621,50372,3,1681,1834 -"36935",8621,50667,3,1681,2719 -"36936",8621,51017,3,1681,2073 -"36937",8621,51410,3,1681,2739 -"36938",8621,53031,3,1681,2065 -"36939",8621,53300,3,1681,2162 -"36940",8621,54551,3,1681,2348 -"36941",8621,54740,2,1681,2750 -"36942",8621,55156,3,1681,2196 -"36943",8621,55556,3,1681,2075 -"36944",8621,55691,3,1681,2856 -"36945",8621,55828,3,1681,2393 -"36946",8621,57077,3,1681,1885 -"36947",8621,57609,3,1681,2717 -"36948",8621,57977,1,1681,2683 -"36949",8621,58221,3,1681,1787 -"36950",8621,58508,3,1681,2326 -"36951",8621,62840,3,1681,2502 -"36952",8621,64793,3,1681,2819 -"36953",8621,64997,3,1681,2791 -"36954",8621,68810,3,1681,2409 -"36955",8621,70046,3,1681,2624 -"36956",8621,71478,2,1681,1721 -"36957",8621,71562,3,1681,2574 -"36958",8621,74095,2,1681,2333 -"36959",8621,78563,3,1681,2385 -"36960",8621,80429,2,1681,1927 -"36961",8621,82929,3,1681,2475 -"36962",8621,82949,3,1681,2077 -"36963",8621,84799,3,1681,2656 -"36964",8621,85430,3,1681,2370 -"36965",8621,86799,3,1681,1951 -"36966",8621,91162,3,1681,1693 -"36967",8621,91201,3,1681,1702 -"36968",8621,91570,3,1681,2229 -"36969",8623,8568,3,2463,2706 -"36970",8623,47529,3,2463,2914 -"36971",8627,2093,3,909,2459 -"36972",8627,3317,3,909,2037 -"36973",8627,4066,3,909,1736 -"36974",8627,5055,3,909,1796 -"36975",8627,23121,3,909,2108 -"36976",8627,42914,3,909,1737 -"36977",8627,46642,3,909,999 -"36978",8627,47384,3,909,1639 -"36979",8627,75607,3,909,2245 -"36980",8642,782,3,150,945 -"36981",8642,3493,3,150,2451 -"36982",8642,4660,3,150,2149 -"36983",8642,5082,3,150,212 -"36984",8642,5826,3,150,411 -"36985",8642,6479,3,150,1021 -"36986",8642,7785,3,150,2441 -"36987",8642,8140,3,150,1262 -"36988",8642,9785,3,150,2951 -"36989",8642,10223,2,150,1033 -"36990",8642,12781,3,150,831 -"36991",8642,14586,3,150,2801 -"36992",8642,16501,3,150,1650 -"36993",8642,17320,3,150,571 -"36994",8642,17687,2,150,593 -"36995",8642,18978,3,150,952 -"36996",8642,19406,3,150,619 -"36997",8642,23015,2,150,1362 -"36998",8642,23597,3,150,1080 -"36999",8642,26124,3,150,2356 -"37000",8642,27255,3,150,1232 -"37001",8642,27897,3,150,1968 -"37002",8642,28051,3,150,2089 -"37003",8642,28893,3,150,2764 -"37004",8642,32532,3,150,2338 -"37005",8642,32560,3,150,1258 -"37006",8642,32651,2,150,877 -"37007",8642,33665,3,150,787 -"37008",8642,35797,3,150,2482 -"37009",8642,36737,3,150,829 -"37010",8642,37752,3,150,2223 -"37011",8642,39443,2,150,2277 -"37012",8642,39875,2,150,2422 -"37013",8642,59485,3,150,1564 -"37014",8642,59506,3,150,983 -"37015",8642,60536,2,150,151 -"37016",8642,63641,3,150,2337 -"37017",8642,66717,3,150,2104 -"37018",8642,66978,2,150,1536 -"37019",8642,69131,3,150,2122 -"37020",8642,69788,2,150,2007 -"37021",8642,72062,3,150,156 -"37022",8642,72535,3,150,1191 -"37023",8642,74149,3,150,1322 -"37024",8642,80219,3,150,988 -"37025",8642,96007,3,150,895 -"37026",8642,115078,3,150,697 -"37027",8657,5258,3,2473,2730 -"37028",8657,14676,3,2473,2764 -"37029",8657,18543,2,2473,2968 -"37030",8657,25565,3,2473,2764 -"37031",8657,41330,3,2473,2720 -"37032",8657,44427,3,2473,2875 -"37033",8657,88232,3,2473,2881 -"37034",8681,6255,3,2716,2895 -"37035",8681,42216,3,2716,2722 -"37036",8681,60257,2,2716,2795 -"37037",8681,68083,3,2716,2795 -"37038",8700,1046,3,1270,1881 -"37039",8700,1136,3,1270,2536 -"37040",8700,1367,3,1270,2176 -"37041",8700,2063,3,1270,1278 -"37042",8700,2563,3,1270,1686 -"37043",8700,3167,3,1270,1676 -"37044",8700,3242,3,1270,1730 -"37045",8700,4191,2,1270,2130 -"37046",8700,4618,2,1270,2607 -"37047",8700,7245,2,1270,2089 -"37048",8700,8533,3,1270,2251 -"37049",8700,8621,3,1270,1681 -"37050",8700,16217,2,1270,1653 -"37051",8700,17357,3,1270,1536 -"37052",8700,18202,3,1270,2475 -"37053",8700,18415,3,1270,2184 -"37054",8700,20563,2,1270,2267 -"37055",8700,20824,3,1270,1366 -"37056",8700,21225,3,1270,1945 -"37057",8700,23534,2,1270,1659 -"37058",8700,23756,3,1270,2309 -"37059",8700,25341,3,1270,1858 -"37060",8700,25643,2,1270,1646 -"37061",8700,26516,3,1270,2479 -"37062",8700,26793,2,1270,2104 -"37063",8700,27753,3,1270,2750 -"37064",8700,28892,3,1270,2023 -"37065",8700,31050,3,1270,1491 -"37066",8700,31799,3,1270,2547 -"37067",8700,37400,3,1270,2860 -"37068",8700,38449,3,1270,1802 -"37069",8700,40293,3,1270,1671 -"37070",8700,43153,3,1270,1381 -"37071",8700,45633,3,1270,2134 -"37072",8700,46391,2,1270,1779 -"37073",8700,47857,3,1270,2325 -"37074",8700,49144,3,1270,1542 -"37075",8700,51410,3,1270,2739 -"37076",8700,51987,3,1270,1397 -"37077",8700,58035,3,1270,1646 -"37078",8700,58384,3,1270,1637 -"37079",8700,64031,3,1270,1295 -"37080",8700,74095,3,1270,2333 -"37081",8700,82767,3,1270,1641 -"37082",8700,94947,2,1270,1368 -"37083",8712,733,3,1153,1653 -"37084",8712,2208,3,1153,2814 -"37085",8712,2334,3,1153,2619 -"37086",8712,4317,3,1153,1224 -"37087",8712,4567,2,1153,2348 -"37088",8712,7506,3,1153,2371 -"37089",8712,7759,3,1153,2844 -"37090",8712,7834,2,1153,1708 -"37091",8712,7847,3,1153,2424 -"37092",8712,9311,3,1153,2477 -"37093",8712,10370,3,1153,2224 -"37094",8712,10843,3,1153,2277 -"37095",8712,13003,3,1153,2763 -"37096",8712,16164,3,1153,1184 -"37097",8712,16608,2,1153,1769 -"37098",8712,18825,2,1153,1240 -"37099",8712,19093,2,1153,2224 -"37100",8712,19744,3,1153,2623 -"37101",8712,20124,3,1153,2376 -"37102",8712,22543,2,1153,1594 -"37103",8712,22857,2,1153,1708 -"37104",8712,23112,3,1153,1192 -"37105",8712,23825,2,1153,1913 -"37106",8712,24755,3,1153,1319 -"37107",8712,25622,3,1153,1985 -"37108",8712,28048,2,1153,1637 -"37109",8712,30095,1,1153,1578 -"37110",8712,32606,3,1153,2100 -"37111",8712,33672,3,1153,2396 -"37112",8712,36514,3,1153,1192 -"37113",8712,40129,3,1153,2162 -"37114",8712,41407,3,1153,1951 -"37115",8712,41837,3,1153,2399 -"37116",8712,44135,2,1153,2620 -"37117",8712,60624,1,1153,1570 -"37118",8712,64793,3,1153,2819 -"37119",8712,66756,3,1153,1301 -"37120",8712,67622,3,1153,2224 -"37121",8712,69250,3,1153,1439 -"37122",8712,69745,3,1153,1594 -"37123",8712,70605,3,1153,1176 -"37124",8712,76511,3,1153,1250 -"37125",8712,79627,3,1153,2409 -"37126",8712,87144,3,1153,2299 -"37127",8712,88535,3,1153,1229 -"37128",8712,90013,3,1153,1461 -"37129",8712,98716,3,1153,1166 -"37130",8712,114257,2,1153,2307 -"37131",8724,2272,2,1326,1640 -"37132",8724,2443,3,1326,2333 -"37133",8724,3271,3,1326,2216 -"37134",8724,4249,3,1326,2547 -"37135",8724,8607,1,1326,1685 -"37136",8724,9272,3,1326,2835 -"37137",8724,9724,3,1326,2713 -"37138",8724,10336,3,1326,2271 -"37139",8724,10701,3,1326,2000 -"37140",8724,12116,3,1326,2119 -"37141",8724,14470,2,1326,2632 -"37142",8724,14957,3,1326,2306 -"37143",8724,15782,3,1326,2306 -"37144",8724,17695,3,1326,1930 -"37145",8724,22410,2,1326,2158 -"37146",8724,31264,1,1326,2335 -"37147",8724,38458,3,1326,1368 -"37148",8724,41098,3,1326,1857 -"37149",8724,43226,3,1326,2442 -"37150",8724,45499,3,1326,2346 -"37151",8724,48110,3,1326,2009 -"37152",8724,48501,3,1326,2010 -"37153",8724,51863,3,1326,1395 -"37154",8724,58508,3,1326,2326 -"37155",8724,69335,3,1326,2698 -"37156",8724,80301,3,1326,1690 -"37157",8724,84235,3,1326,1639 -"37158",8726,798,3,2083,2476 -"37159",8726,1367,3,2083,2176 -"37160",8726,2206,3,2083,2536 -"37161",8726,2852,3,2083,2448 -"37162",8726,3409,3,2083,2167 -"37163",8726,4646,3,2083,2139 -"37164",8726,4660,3,2083,2149 -"37165",8726,4932,3,2083,2752 -"37166",8726,5148,3,2083,2206 -"37167",8726,5725,3,2083,2789 -"37168",8726,6192,3,2083,2409 -"37169",8726,6390,3,2083,2385 -"37170",8726,7014,1,2083,2401 -"37171",8726,7245,3,2083,2089 -"37172",8726,8533,2,2083,2251 -"37173",8726,8610,3,2083,2240 -"37174",8726,9801,3,2083,2443 -"37175",8726,13079,3,2083,2547 -"37176",8726,13249,2,2083,2573 -"37177",8726,13324,2,2083,2163 -"37178",8726,14754,3,2083,2456 -"37179",8726,18965,2,2083,2315 -"37180",8726,19208,2,2083,2629 -"37181",8726,19364,3,2083,2846 -"37182",8726,19605,3,2083,2395 -"37183",8726,22808,3,2083,2297 -"37184",8726,23460,2,2083,2183 -"37185",8726,23787,3,2083,2810 -"37186",8726,26734,3,2083,2299 -"37187",8726,27908,3,2083,2576 -"37188",8726,28285,3,2083,2972 -"37189",8726,28893,3,2083,2764 -"37190",8726,29073,3,2083,2328 -"37191",8726,29454,3,2083,2719 -"37192",8726,30870,3,2083,2370 -"37193",8726,32549,3,2083,2111 -"37194",8726,35477,3,2083,2703 -"37195",8726,36559,3,2083,2473 -"37196",8726,37279,2,2083,2768 -"37197",8726,38259,3,2083,2258 -"37198",8726,41664,3,2083,2641 -"37199",8726,41764,3,2083,2409 -"37200",8726,42129,3,2083,2318 -"37201",8726,43593,3,2083,2704 -"37202",8726,47564,3,2083,2650 -"37203",8726,47947,2,2083,2681 -"37204",8726,50480,3,2083,2701 -"37205",8726,51687,2,2083,2333 -"37206",8726,53300,3,2083,2162 -"37207",8726,54718,3,2083,2473 -"37208",8726,55643,3,2083,2359 -"37209",8726,57977,3,2083,2683 -"37210",8726,59776,3,2083,2493 -"37211",8726,61337,3,2083,2777 -"37212",8726,62840,3,2083,2502 -"37213",8726,63641,3,2083,2337 -"37214",8726,66717,3,2083,2104 -"37215",8726,71531,3,2083,2887 -"37216",8726,71562,3,2083,2574 -"37217",8726,73553,3,2083,2726 -"37218",8726,74605,3,2083,2265 -"37219",8737,1560,3,221,2013 -"37220",8737,4913,3,221,292 -"37221",8737,6324,3,221,1990 -"37222",8737,8525,2,221,1787 -"37223",8737,9808,2,221,1648 -"37224",8737,10333,3,221,1615 -"37225",8737,10908,3,221,1134 -"37226",8737,12228,3,221,2034 -"37227",8737,12973,3,221,1569 -"37228",8737,14789,3,221,1034 -"37229",8737,14855,3,221,903 -"37230",8737,16771,3,221,1541 -"37231",8737,19358,3,221,880 -"37232",8737,21895,3,221,1693 -"37233",8737,24086,2,221,2663 -"37234",8737,24734,3,221,338 -"37235",8737,24860,3,221,1204 -"37236",8737,26478,3,221,1963 -"37237",8737,26659,3,221,903 -"37238",8737,42883,3,221,2575 -"37239",8737,43153,3,221,1381 -"37240",8737,43250,3,221,1300 -"37241",8737,46581,3,221,1160 -"37242",8737,49621,3,221,1915 -"37243",8737,50430,3,221,1689 -"37244",8737,55364,3,221,326 -"37245",8737,60384,3,221,2765 -"37246",8737,65658,3,221,2030 -"37247",8737,79772,3,221,1230 -"37248",8737,79793,3,221,1915 -"37249",8737,80219,3,221,988 -"37250",8737,95338,2,221,915 -"37251",8737,103482,3,221,435 -"37252",8737,118014,3,221,634 -"37253",8748,1428,3,699,742 -"37254",8748,2486,3,699,1226 -"37255",8748,2563,3,699,1686 -"37256",8748,5120,3,699,2735 -"37257",8748,5785,3,699,1261 -"37258",8748,19621,3,699,725 -"37259",8748,20795,3,699,2348 -"37260",8748,28130,2,699,908 -"37261",8748,28131,3,699,1492 -"37262",8748,38219,3,699,1689 -"37263",8748,56462,2,699,852 -"37264",8748,58854,3,699,1131 -"37265",8748,64502,3,699,1670 -"37266",8748,79371,3,699,1624 -"37267",8748,79815,3,699,1713 -"37268",8748,82707,2,699,1428 -"37269",8748,87720,3,699,2086 -"37270",8748,94520,3,699,1243 -"37271",8748,96911,3,699,956 -"37272",8748,110781,3,699,908 -"37273",8748,115037,2,699,1788 -"37274",8759,9954,3,1202,2117 -"37275",8759,109114,3,1202,1287 -"37276",8760,362,3,2477,2537 -"37277",8760,613,3,2477,2687 -"37278",8760,1151,2,2477,2885 -"37279",8760,1616,1,2477,2662 -"37280",8760,2036,2,2477,2483 -"37281",8760,2224,3,2477,2751 -"37282",8760,7323,1,2477,2858 -"37283",8760,9362,3,2477,2879 -"37284",8760,11456,3,2477,2715 -"37285",8760,14507,3,2477,2686 -"37286",8760,14959,3,2477,2898 -"37287",8760,18151,3,2477,2962 -"37288",8760,19606,3,2477,2783 -"37289",8760,20700,3,2477,2861 -"37290",8760,20984,3,2477,2502 -"37291",8760,24825,3,2477,2686 -"37292",8760,26516,3,2477,2479 -"37293",8760,27478,3,2477,2485 -"37294",8760,29004,2,2477,2596 -"37295",8760,29473,3,2477,2602 -"37296",8760,31799,3,2477,2547 -"37297",8760,39444,3,2477,2695 -"37298",8760,44768,3,2477,2516 -"37299",8760,51041,3,2477,2606 -"37300",8760,53219,3,2477,2973 -"37301",8760,68083,3,2477,2795 -"37302",8762,2684,3,2585,2874 -"37303",8762,3628,1,2585,2707 -"37304",8762,9191,2,2585,2707 -"37305",8762,11351,1,2585,2971 -"37306",8762,14959,3,2585,2898 -"37307",8762,18543,3,2585,2968 -"37308",8762,21955,3,2585,2832 -"37309",8762,22326,2,2585,2818 -"37310",8762,22714,3,2585,2793 -"37311",8762,31235,3,2585,2668 -"37312",8762,32567,3,2585,2784 -"37313",8762,35235,2,2585,2610 -"37314",8762,42216,3,2585,2722 -"37315",8762,43173,3,2585,2895 -"37316",8762,44427,3,2585,2875 -"37317",8762,53562,3,2585,2687 -"37318",8762,60661,2,2585,2700 -"37319",8762,65016,3,2585,2749 -"37320",8762,66992,3,2585,2882 -"37321",8762,88232,3,2585,2881 -"37322",8762,119610,3,2585,2707 -"37323",8770,2351,3,634,1868 -"37324",8770,2985,3,634,2398 -"37325",8770,5962,3,634,2491 -"37326",8770,6119,3,634,2358 -"37327",8770,9504,3,634,2549 -"37328",8770,10050,3,634,1792 -"37329",8770,10336,3,634,2271 -"37330",8770,11029,3,634,2362 -"37331",8770,13537,3,634,1020 -"37332",8770,16286,3,634,2470 -"37333",8770,16573,1,634,802 -"37334",8770,24512,3,634,1369 -"37335",8770,27280,3,634,1965 -"37336",8770,29495,3,634,1612 -"37337",8770,37036,3,634,2264 -"37338",8770,41969,2,634,2189 -"37339",8770,47654,3,634,1664 -"37340",8770,48888,1,634,1177 -"37341",8770,50278,3,634,1127 -"37342",8770,50594,2,634,849 -"37343",8770,51360,3,634,1882 -"37344",8770,57492,1,634,2855 -"37345",8770,63573,3,634,1973 -"37346",8770,63644,3,634,1267 -"37347",8770,70070,3,634,2425 -"37348",8770,73926,2,634,849 -"37349",8770,104828,3,634,1609 -"37350",8770,107435,3,634,1635 -"37351",8770,107871,3,634,2228 -"37352",8772,135,3,847,2233 -"37353",8772,669,3,847,1423 -"37354",8772,675,3,847,1686 -"37355",8772,733,3,847,1653 -"37356",8772,1046,3,847,1881 -"37357",8772,1136,3,847,2536 -"37358",8772,1367,3,847,2176 -"37359",8772,1469,3,847,1160 -"37360",8772,2063,2,847,1278 -"37361",8772,2743,3,847,1278 -"37362",8772,2754,3,847,1360 -"37363",8772,3167,2,847,1676 -"37364",8772,3242,3,847,1730 -"37365",8772,4191,1,847,2130 -"37366",8772,4618,2,847,2607 -"37367",8772,4980,3,847,2093 -"37368",8772,5725,3,847,2789 -"37369",8772,6030,3,847,2953 -"37370",8772,6428,3,847,1952 -"37371",8772,6491,3,847,2424 -"37372",8772,7245,2,847,2089 -"37373",8772,7847,3,847,2424 -"37374",8772,8088,3,847,2220 -"37375",8772,8258,3,847,1959 -"37376",8772,8533,3,847,2251 -"37377",8772,8621,3,847,1681 -"37378",8772,8700,1,847,1270 -"37379",8772,9298,1,847,1109 -"37380",8772,10859,3,847,2231 -"37381",8772,11546,3,847,1174 -"37382",8772,16074,3,847,977 -"37383",8772,16164,3,847,1184 -"37384",8772,16217,3,847,1653 -"37385",8772,16313,3,847,1160 -"37386",8772,17357,2,847,1536 -"37387",8772,18202,3,847,2475 -"37388",8772,18415,3,847,2184 -"37389",8772,18735,3,847,1581 -"37390",8772,19027,3,847,2721 -"37391",8772,19516,3,847,2313 -"37392",8772,20563,3,847,2267 -"37393",8772,20824,3,847,1366 -"37394",8772,21248,3,847,2232 -"37395",8772,21911,3,847,1184 -"37396",8772,23506,3,847,1172 -"37397",8772,23534,3,847,1659 -"37398",8772,25341,3,847,1858 -"37399",8772,25643,2,847,1646 -"37400",8772,26282,3,847,1241 -"37401",8772,26322,3,847,1018 -"37402",8772,26436,3,847,2489 -"37403",8772,26793,3,847,2104 -"37404",8772,27628,3,847,2389 -"37405",8772,27753,3,847,2750 -"37406",8772,28434,3,847,1141 -"37407",8772,28731,3,847,955 -"37408",8772,28892,2,847,2023 -"37409",8772,29456,1,847,1182 -"37410",8772,30325,3,847,1067 -"37411",8772,30438,3,847,1617 -"37412",8772,31050,3,847,1491 -"37413",8772,31243,3,847,1355 -"37414",8772,31799,3,847,2547 -"37415",8772,32113,2,847,882 -"37416",8772,32409,3,847,857 -"37417",8772,32988,3,847,2008 -"37418",8772,34492,3,847,1798 -"37419",8772,38449,3,847,1802 -"37420",8772,40293,2,847,1671 -"37421",8772,41402,3,847,2313 -"37422",8772,41832,3,847,1155 -"37423",8772,42186,3,847,955 -"37424",8772,42505,3,847,2008 -"37425",8772,45633,3,847,2134 -"37426",8772,45992,3,847,1182 -"37427",8772,46391,1,847,1779 -"37428",8772,46883,3,847,1671 -"37429",8772,47082,3,847,1990 -"37430",8772,47857,3,847,2325 -"37431",8772,49144,3,847,1542 -"37432",8772,51022,3,847,1499 -"37433",8772,51410,2,847,2739 -"37434",8772,51987,3,847,1397 -"37435",8772,52835,3,847,995 -"37436",8772,53196,3,847,1888 -"37437",8772,54100,3,847,1327 -"37438",8772,54980,3,847,876 -"37439",8772,55139,3,847,2323 -"37440",8772,55234,3,847,890 -"37441",8772,56171,3,847,1524 -"37442",8772,57082,3,847,1418 -"37443",8772,58035,3,847,1646 -"37444",8772,58384,2,847,1637 -"37445",8772,61719,3,847,1515 -"37446",8772,64031,3,847,1295 -"37447",8772,64181,3,847,1828 -"37448",8772,64997,3,847,2791 -"37449",8772,65007,3,847,2530 -"37450",8772,65625,3,847,1273 -"37451",8772,66693,3,847,2554 -"37452",8772,79350,3,847,2261 -"37453",8772,82767,2,847,1641 -"37454",8772,85711,3,847,907 -"37455",8772,88710,2,847,927 -"37456",8772,94520,3,847,1243 -"37457",8772,94947,2,847,1368 -"37458",8772,97160,3,847,1215 -"37459",8772,99103,3,847,1470 -"37460",8772,100134,3,847,977 -"37461",8772,101892,3,847,1322 -"37462",8772,105233,2,847,1199 -"37463",8772,105947,3,847,997 -"37464",8777,237,2,1620,1982 -"37465",8777,448,3,1620,2693 -"37466",8777,680,3,1620,2569 -"37467",8777,728,3,1620,1812 -"37468",8777,2057,3,1620,1965 -"37469",8777,2407,3,1620,1725 -"37470",8777,2424,3,1620,2582 -"37471",8777,2533,3,1620,2016 -"37472",8777,3978,3,1620,2775 -"37473",8777,4526,2,1620,1728 -"37474",8777,4668,3,1620,1919 -"37475",8777,4669,2,1620,2395 -"37476",8777,5454,2,1620,1779 -"37477",8777,5599,3,1620,1684 -"37478",8777,8354,3,1620,1705 -"37479",8777,8610,2,1620,2240 -"37480",8777,8726,3,1620,2083 -"37481",8777,10129,3,1620,2124 -"37482",8777,10473,3,1620,1783 -"37483",8777,11625,2,1620,2022 -"37484",8777,13780,3,1620,2412 -"37485",8777,16201,3,1620,1811 -"37486",8777,16482,2,1620,1958 -"37487",8777,16866,3,1620,2718 -"37488",8777,17033,3,1620,2771 -"37489",8777,18102,3,1620,1642 -"37490",8777,18415,3,1620,2184 -"37491",8777,18421,3,1620,2457 -"37492",8777,18865,3,1620,2676 -"37493",8777,19719,3,1620,2177 -"37494",8777,25577,3,1620,1946 -"37495",8777,26336,3,1620,1904 -"37496",8777,26642,3,1620,2952 -"37497",8777,26734,2,1620,2299 -"37498",8777,27908,3,1620,2576 -"37499",8777,32549,3,1620,2111 -"37500",8777,34659,3,1620,1924 -"37501",8777,34831,3,1620,1866 -"37502",8777,36183,3,1620,2117 -"37503",8777,37859,3,1620,1999 -"37504",8777,38019,3,1620,1870 -"37505",8777,39135,3,1620,2489 -"37506",8777,39534,3,1620,2410 -"37507",8777,47013,3,1620,2388 -"37508",8777,47114,2,1620,1920 -"37509",8777,49347,3,1620,2504 -"37510",8777,51687,2,1620,2333 -"37511",8777,52576,3,1620,2234 -"37512",8777,58875,3,1620,1899 -"37513",8777,61355,3,1620,2467 -"37514",8777,61585,3,1620,2315 -"37515",8777,63395,3,1620,2334 -"37516",8777,71531,3,1620,2887 -"37517",8777,79432,3,1620,1708 -"37518",8777,81164,2,1620,2260 -"37519",8777,87509,3,1620,1907 -"37520",8781,11990,3,914,1909 -"37521",8781,16796,3,914,1892 -"37522",8781,44603,3,914,2748 -"37523",8781,57912,2,914,1035 -"37524",8781,58655,3,914,2685 -"37525",8781,90745,3,914,1994 -"37526",8789,3477,3,2024,2546 -"37527",8789,13136,3,2024,2867 -"37528",8789,19605,3,2024,2395 -"37529",8789,21324,3,2024,2413 -"37530",8789,27509,3,2024,2067 -"37531",8789,73172,3,2024,2496 -"37532",8791,543,3,1789,2203 -"37533",8791,2446,3,1789,2606 -"37534",8791,2484,3,1789,2389 -"37535",8791,2985,3,1789,2398 -"37536",8791,4660,3,1789,2149 -"37537",8791,7719,3,1789,1954 -"37538",8791,8062,3,1789,2858 -"37539",8791,8865,3,1789,2394 -"37540",8791,11029,3,1789,2362 -"37541",8791,16690,1,1789,2132 -"37542",8791,20700,2,1789,2861 -"37543",8791,22723,3,1789,2859 -"37544",8791,33236,3,1789,2297 -"37545",8791,37859,3,1789,1999 -"37546",8791,54740,3,1789,2750 -"37547",8791,63641,3,1789,2337 -"37548",8791,66717,3,1789,2104 -"37549",8791,69232,3,1789,2130 -"37550",8791,81400,3,1789,2679 -"37551",8791,84822,3,1789,2686 -"37552",8806,8073,3,78,1847 -"37553",8806,16021,3,78,858 -"37554",8806,35108,3,78,604 -"37555",8806,37424,3,78,1693 -"37556",8806,47072,3,78,1564 -"37557",8806,64439,2,78,562 -"37558",8806,67719,3,78,2429 -"37559",8806,69131,3,78,2122 -"37560",8806,72348,3,78,1810 -"37561",8806,82413,2,78,491 -"37562",8813,1196,3,389,1986 -"37563",8813,2407,3,389,1725 -"37564",8813,2852,3,389,2448 -"37565",8813,3284,1,389,1541 -"37566",8813,3748,3,389,2052 -"37567",8813,5346,3,389,1438 -"37568",8813,6234,3,389,2654 -"37569",8813,8610,3,389,2240 -"37570",8813,8777,3,389,1620 -"37571",8813,9423,3,389,1708 -"37572",8813,10964,3,389,2043 -"37573",8813,11019,3,389,1299 -"37574",8813,11067,3,389,2734 -"37575",8813,11383,2,389,977 -"37576",8813,13007,3,389,2496 -"37577",8813,14072,3,389,1346 -"37578",8813,14731,2,389,2012 -"37579",8813,14972,3,389,2332 -"37580",8813,15207,3,389,1855 -"37581",8813,15978,3,389,981 -"37582",8813,16866,3,389,2718 -"37583",8813,17396,3,389,1672 -"37584",8813,18550,3,389,483 -"37585",8813,18865,3,389,2676 -"37586",8813,20385,3,389,801 -"37587",8813,20545,3,389,1491 -"37588",8813,20705,3,389,829 -"37589",8813,21487,3,389,2203 -"37590",8813,23277,3,389,1267 -"37591",8813,24085,3,389,1253 -"37592",8813,24195,3,389,1575 -"37593",8813,25327,2,389,977 -"37594",8813,25443,3,389,1441 -"37595",8813,26658,3,389,2745 -"37596",8813,28081,3,389,1927 -"37597",8813,29117,3,389,1250 -"37598",8813,29915,3,389,848 -"37599",8813,30092,3,389,1593 -"37600",8813,30981,3,389,2366 -"37601",8813,32549,3,389,2111 -"37602",8813,32939,2,389,2277 -"37603",8813,33383,3,389,1572 -"37604",8813,34117,2,389,961 -"37605",8813,34509,3,389,1973 -"37606",8813,35264,3,389,2329 -"37607",8813,35919,3,389,663 -"37608",8813,36215,3,389,1623 -"37609",8813,36514,2,389,1192 -"37610",8813,37625,3,389,407 -"37611",8813,38676,3,389,2286 -"37612",8813,40113,3,389,451 -"37613",8813,42256,3,389,2839 -"37614",8813,45545,3,389,1776 -"37615",8813,45585,3,389,2384 -"37616",8813,53043,3,389,803 -"37617",8813,53445,3,389,2028 -"37618",8813,55892,3,389,1234 -"37619",8813,56903,3,389,1584 -"37620",8813,57804,2,389,2214 -"37621",8813,58284,2,389,2292 -"37622",8813,61585,3,389,2315 -"37623",8813,63395,3,389,2334 -"37624",8813,63498,3,389,977 -"37625",8813,68789,3,389,1929 -"37626",8813,69903,3,389,1066 -"37627",8813,71531,3,389,2887 -"37628",8813,71752,2,389,1472 -"37629",8813,72222,3,389,1721 -"37630",8813,82246,3,389,1538 -"37631",8813,87509,2,389,1907 -"37632",8813,93753,3,389,408 -"37633",8813,94520,3,389,1243 -"37634",8820,3830,3,85,1661 -"37635",8820,5462,3,85,2374 -"37636",8820,12067,3,85,1213 -"37637",8820,12973,3,85,1569 -"37638",8820,16959,3,85,888 -"37639",8820,17133,3,85,924 -"37640",8820,20363,2,85,279 -"37641",8820,22130,3,85,146 -"37642",8820,27545,3,85,855 -"37643",8820,30956,3,85,168 -"37644",8820,31541,3,85,1500 -"37645",8820,32606,3,85,2100 -"37646",8820,34491,3,85,2694 -"37647",8820,36514,3,85,1192 -"37648",8820,40138,3,85,2719 -"37649",8820,41278,3,85,1873 -"37650",8820,42883,3,85,2575 -"37651",8820,55487,2,85,1500 -"37652",8820,57950,3,85,1529 -"37653",8820,67607,3,85,528 -"37654",8820,90837,3,85,825 -"37655",8820,95570,3,85,929 -"37656",8820,111955,3,85,504 -"37657",8821,25,3,2230,2762 -"37658",8821,489,1,2230,2652 -"37659",8821,762,3,2230,2671 -"37660",8821,1831,3,2230,2397 -"37661",8821,2224,1,2230,2751 -"37662",8821,2289,3,2230,2389 -"37663",8821,2424,3,2230,2582 -"37664",8821,5120,3,2230,2735 -"37665",8821,5462,3,2230,2374 -"37666",8821,5504,3,2230,2389 -"37667",8821,7677,3,2230,2338 -"37668",8821,9362,3,2230,2879 -"37669",8821,10857,3,2230,2253 -"37670",8821,12703,2,2230,2689 -"37671",8821,20124,3,2230,2376 -"37672",8821,24448,3,2230,2289 -"37673",8821,30052,3,2230,2855 -"37674",8821,35187,1,2230,2488 -"37675",8821,36031,3,2230,2342 -"37676",8821,42216,3,2230,2722 -"37677",8821,42407,3,2230,2408 -"37678",8821,52892,3,2230,2372 -"37679",8821,53846,2,2230,2737 -"37680",8821,54551,3,2230,2348 -"37681",8821,67652,3,2230,2736 -"37682",8821,73786,3,2230,2937 -"37683",8821,77815,3,2230,2358 -"37684",8842,3978,3,2535,2775 -"37685",8842,17549,2,2535,2647 -"37686",8842,19208,3,2535,2629 -"37687",8842,31705,3,2535,2706 -"37688",8842,38307,3,2535,2648 -"37689",8842,41945,3,2535,2856 -"37690",8842,44688,2,2535,2924 -"37691",8842,50480,3,2535,2701 -"37692",8842,57532,3,2535,2617 -"37693",8844,13929,3,1671,2693 -"37694",8844,71478,3,1671,1721 -"37695",8860,2852,3,2141,2448 -"37696",8860,18005,3,2141,2449 -"37697",8860,33341,3,2141,2338 -"37698",8860,71712,3,2141,2399 -"37699",8860,73172,3,2141,2496 -"37700",8865,680,3,2394,2569 -"37701",8865,2446,3,2394,2606 -"37702",8865,2985,3,2394,2398 -"37703",8865,3978,3,2394,2775 -"37704",8865,4303,3,2394,2414 -"37705",8865,6989,3,2394,2623 -"37706",8865,9311,3,2394,2477 -"37707",8865,9615,3,2394,2464 -"37708",8865,10148,2,2394,2964 -"37709",8865,11648,3,2394,2852 -"37710",8865,12759,3,2394,2414 -"37711",8865,14586,3,2394,2801 -"37712",8865,14959,3,2394,2898 -"37713",8865,15567,3,2394,2671 -"37714",8865,15826,2,2394,2772 -"37715",8865,18005,3,2394,2449 -"37716",8865,19073,3,2394,2748 -"37717",8865,19364,3,2394,2846 -"37718",8865,19433,2,2394,2504 -"37719",8865,19605,3,2394,2395 -"37720",8865,20984,3,2394,2502 -"37721",8865,22709,3,2394,2743 -"37722",8865,22723,2,2394,2859 -"37723",8865,27390,3,2394,2425 -"37724",8865,27908,2,2394,2576 -"37725",8865,29454,2,2394,2719 -"37726",8865,30906,2,2394,2537 -"37727",8865,36912,3,2394,2469 -"37728",8865,36953,3,2394,2790 -"37729",8865,40572,3,2394,2666 -"37730",8865,41764,3,2394,2409 -"37731",8865,47803,3,2394,2477 -"37732",8865,50585,3,2394,2414 -"37733",8865,60179,3,2394,2708 -"37734",8865,63837,3,2394,2807 -"37735",8865,65856,3,2394,2504 -"37736",8865,70101,3,2394,2414 -"37737",8866,145,2,1545,1998 -"37738",8866,270,3,1545,2542 -"37739",8866,313,3,1545,2271 -"37740",8866,377,3,1545,2389 -"37741",8866,380,2,1545,2261 -"37742",8866,489,3,1545,2652 -"37743",8866,543,3,1545,2203 -"37744",8866,600,3,1545,1702 -"37745",8866,613,3,1545,2687 -"37746",8866,675,3,1545,1686 -"37747",8866,913,2,1545,2144 -"37748",8866,998,3,1545,1795 -"37749",8866,1102,2,1545,2282 -"37750",8866,1136,3,1545,2536 -"37751",8866,1151,3,1545,2885 -"37752",8866,1495,3,1545,2046 -"37753",8866,1592,3,1545,2006 -"37754",8866,1616,3,1545,2662 -"37755",8866,1777,2,1545,1965 -"37756",8866,1831,3,1545,2397 -"37757",8866,2036,3,1545,2483 -"37758",8866,2224,2,1545,2751 -"37759",8866,2484,3,1545,2389 -"37760",8866,2572,3,1545,2273 -"37761",8866,2625,3,1545,2152 -"37762",8866,2954,3,1545,2727 -"37763",8866,3088,3,1545,1670 -"37764",8866,3161,3,1545,2229 -"37765",8866,3164,3,1545,2693 -"37766",8866,3352,2,1545,1707 -"37767",8866,3397,3,1545,2126 -"37768",8866,3453,3,1545,2126 -"37769",8866,3748,3,1545,2052 -"37770",8866,3801,3,1545,1974 -"37771",8866,3830,3,1545,1661 -"37772",8866,4057,3,1545,2389 -"37773",8866,4226,3,1545,1903 -"37774",8866,4687,3,1545,2152 -"37775",8866,4690,3,1545,1938 -"37776",8866,5078,2,1545,2033 -"37777",8866,5457,2,1545,2077 -"37778",8866,5462,2,1545,2374 -"37779",8866,5504,2,1545,2389 -"37780",8866,5580,3,1545,2111 -"37781",8866,5971,3,1545,1985 -"37782",8866,6047,3,1545,2004 -"37783",8866,6052,3,1545,1985 -"37784",8866,6074,3,1545,2426 -"37785",8866,6222,3,1545,1949 -"37786",8866,6390,3,1545,2385 -"37787",8866,6428,3,1545,1952 -"37788",8866,6491,2,1545,2424 -"37789",8866,6588,3,1545,2025 -"37790",8866,7323,3,1545,2858 -"37791",8866,7847,3,1545,2424 -"37792",8866,7858,3,1545,1795 -"37793",8866,8259,3,1545,1677 -"37794",8866,8621,3,1545,1681 -"37795",8866,8760,3,1545,2477 -"37796",8866,8821,3,1545,2230 -"37797",8866,9362,1,1545,2879 -"37798",8866,9654,3,1545,2111 -"37799",8866,9702,2,1545,1928 -"37800",8866,9805,2,1545,1621 -"37801",8866,10146,3,1545,1878 -"37802",8866,10513,3,1545,2284 -"37803",8866,10857,3,1545,2253 -"37804",8866,11218,3,1545,2292 -"37805",8866,11694,3,1545,1564 -"37806",8866,12199,3,1545,1651 -"37807",8866,12374,3,1545,2260 -"37808",8866,12449,3,1545,2067 -"37809",8866,12602,3,1545,1956 -"37810",8866,12713,3,1545,2440 -"37811",8866,12724,3,1545,1930 -"37812",8866,12778,3,1545,2045 -"37813",8866,12901,3,1545,2136 -"37814",8866,13307,3,1545,2206 -"37815",8866,14652,3,1545,2516 -"37816",8866,14655,2,1545,2559 -"37817",8866,14834,3,1545,2739 -"37818",8866,14959,3,1545,2898 -"37819",8866,16535,3,1545,1993 -"37820",8866,17410,3,1545,2073 -"37821",8866,17520,2,1545,2276 -"37822",8866,17698,3,1545,1559 -"37823",8866,18151,3,1545,2962 -"37824",8866,18165,3,1545,2085 -"37825",8866,18394,3,1545,2356 -"37826",8866,19335,3,1545,1729 -"37827",8866,19606,3,1545,2783 -"37828",8866,19744,3,1545,2623 -"37829",8866,19862,3,1545,2412 -"37830",8866,19980,3,1545,2231 -"37831",8866,20124,3,1545,2376 -"37832",8866,20292,3,1545,2755 -"37833",8866,20331,3,1545,2365 -"37834",8866,20486,3,1545,1908 -"37835",8866,20659,3,1545,1969 -"37836",8866,21682,2,1545,2414 -"37837",8866,21719,3,1545,2708 -"37838",8866,21929,2,1545,2062 -"37839",8866,22749,3,1545,1727 -"37840",8866,23098,2,1545,2300 -"37841",8866,23526,3,1545,1998 -"37842",8866,23715,3,1545,1859 -"37843",8866,24066,3,1545,1755 -"37844",8866,24448,3,1545,2289 -"37845",8866,24568,3,1545,1937 -"37846",8866,25816,3,1545,2088 -"37847",8866,26067,2,1545,2069 -"37848",8866,26080,3,1545,2525 -"37849",8866,26608,3,1545,2329 -"37850",8866,27173,3,1545,2050 -"37851",8866,27275,3,1545,2656 -"37852",8866,27390,3,1545,2425 -"37853",8866,27628,3,1545,2389 -"37854",8866,27908,3,1545,2576 -"37855",8866,28050,3,1545,1955 -"37856",8866,28216,3,1545,1910 -"37857",8866,28784,3,1545,1579 -"37858",8866,30405,3,1545,2164 -"37859",8866,30697,2,1545,2891 -"37860",8866,30883,3,1545,1629 -"37861",8866,31132,3,1545,2744 -"37862",8866,31235,2,1545,2668 -"37863",8866,31799,3,1545,2547 -"37864",8866,33981,3,1545,1993 -"37865",8866,34836,3,1545,2302 -"37866",8866,35256,3,1545,2271 -"37867",8866,35360,3,1545,2043 -"37868",8866,36087,2,1545,2755 -"37869",8866,36450,3,1545,1591 -"37870",8866,36609,2,1545,2918 -"37871",8866,36651,3,1545,1600 -"37872",8866,37570,3,1545,2389 -"37873",8866,38019,3,1545,1870 -"37874",8866,38780,2,1545,2705 -"37875",8866,38921,3,1545,1880 -"37876",8866,39278,3,1545,1952 -"37877",8866,40295,3,1545,2703 -"37878",8866,40369,3,1545,2735 -"37879",8866,40493,3,1545,1981 -"37880",8866,41278,3,1545,1873 -"37881",8866,41518,3,1545,1641 -"37882",8866,41747,3,1545,1722 -"37883",8866,42023,3,1545,2231 -"37884",8866,42216,3,1545,2722 -"37885",8866,42264,3,1545,1702 -"37886",8866,42280,3,1545,2266 -"37887",8866,42372,3,1545,2230 -"37888",8866,42574,3,1545,2842 -"37889",8866,43902,2,1545,1726 -"37890",8866,44885,3,1545,2670 -"37891",8866,45302,3,1545,2390 -"37892",8866,45618,2,1545,2356 -"37893",8866,46040,2,1545,2105 -"37894",8866,46950,3,1545,2673 -"37895",8866,47445,3,1545,2668 -"37896",8866,48035,3,1545,2180 -"37897",8866,50236,3,1545,2339 -"37898",8866,50252,3,1545,2001 -"37899",8866,50977,3,1545,2352 -"37900",8866,51017,3,1545,2073 -"37901",8866,51035,3,1545,2397 -"37902",8866,51866,3,1545,2411 -"37903",8866,52597,3,1545,1773 -"37904",8866,53323,3,1545,2677 -"37905",8866,53604,3,1545,2489 -"37906",8866,54551,3,1545,2348 -"37907",8866,55320,2,1545,1643 -"37908",8866,55556,3,1545,2075 -"37909",8866,56082,3,1545,2395 -"37910",8866,56854,3,1545,2022 -"37911",8866,57353,3,1545,1849 -"37912",8866,57544,3,1545,2443 -"37913",8866,58365,3,1545,1902 -"37914",8866,61932,3,1545,1959 -"37915",8866,63409,3,1545,1937 -"37916",8866,63477,3,1545,1907 -"37917",8866,63907,3,1545,2377 -"37918",8866,64181,3,1545,1828 -"37919",8866,64997,3,1545,2791 -"37920",8866,65007,3,1545,2530 -"37921",8866,66878,3,1545,1949 -"37922",8866,71478,3,1545,1721 -"37923",8866,72326,3,1545,2384 -"37924",8866,76396,3,1545,1731 -"37925",8866,76769,3,1545,2601 -"37926",8866,77611,3,1545,1795 -"37927",8866,80429,3,1545,1927 -"37928",8866,80825,3,1545,2315 -"37929",8866,85430,3,1545,2370 -"37930",8866,86245,3,1545,1972 -"37931",8866,94179,3,1545,2000 -"37932",8887,11103,3,2373,2393 -"37933",8887,13573,1,2373,2774 -"37934",8887,21720,2,2373,2637 -"37935",8887,29095,3,2373,2531 -"37936",8887,36574,3,2373,2934 -"37937",8887,42515,3,2373,2752 -"37938",8888,134,3,1328,2062 -"37939",8888,145,1,1328,1998 -"37940",8888,270,3,1328,2542 -"37941",8888,312,3,1328,2038 -"37942",8888,380,2,1328,2261 -"37943",8888,470,3,1328,2285 -"37944",8888,600,2,1328,1702 -"37945",8888,675,3,1328,1686 -"37946",8888,913,1,1328,2144 -"37947",8888,1102,2,1328,2282 -"37948",8888,1136,3,1328,2536 -"37949",8888,1592,3,1328,2006 -"37950",8888,1691,3,1328,1941 -"37951",8888,1777,3,1328,1965 -"37952",8888,2224,3,1328,2751 -"37953",8888,2484,3,1328,2389 -"37954",8888,2572,3,1328,2273 -"37955",8888,2625,2,1328,2152 -"37956",8888,2954,2,1328,2727 -"37957",8888,3271,3,1328,2216 -"37958",8888,3352,3,1328,1707 -"37959",8888,3395,3,1328,1382 -"37960",8888,3748,3,1328,2052 -"37961",8888,3801,3,1328,1974 -"37962",8888,4084,3,1328,2133 -"37963",8888,4226,3,1328,1903 -"37964",8888,4687,2,1328,2152 -"37965",8888,4690,3,1328,1938 -"37966",8888,4953,3,1328,2285 -"37967",8888,5078,3,1328,2033 -"37968",8888,5326,3,1328,2652 -"37969",8888,5429,3,1328,1991 -"37970",8888,5457,3,1328,2077 -"37971",8888,5462,3,1328,2374 -"37972",8888,5504,3,1328,2389 -"37973",8888,5971,3,1328,1985 -"37974",8888,6052,2,1328,1985 -"37975",8888,6074,3,1328,2426 -"37976",8888,6390,2,1328,2385 -"37977",8888,6417,3,1328,1675 -"37978",8888,6428,3,1328,1952 -"37979",8888,6491,2,1328,2424 -"37980",8888,6588,3,1328,2025 -"37981",8888,6821,3,1328,1788 -"37982",8888,7515,3,1328,2737 -"37983",8888,7847,3,1328,2424 -"37984",8888,7858,3,1328,1795 -"37985",8888,8259,3,1328,1677 -"37986",8888,8866,1,1328,1545 -"37987",8888,9150,3,1328,2689 -"37988",8888,9272,3,1328,2835 -"37989",8888,9362,2,1328,2879 -"37990",8888,9423,3,1328,1708 -"37991",8888,9702,3,1328,1928 -"37992",8888,9805,1,1328,1621 -"37993",8888,10433,3,1328,2075 -"37994",8888,10488,3,1328,1524 -"37995",8888,10513,3,1328,2284 -"37996",8888,10857,3,1328,2253 -"37997",8888,11218,3,1328,2292 -"37998",8888,11516,3,1328,1937 -"37999",8888,12081,3,1328,2166 -"38000",8888,12199,2,1328,1651 -"38001",8888,12374,3,1328,2260 -"38002",8888,12449,3,1328,2067 -"38003",8888,12528,3,1328,2589 -"38004",8888,12602,3,1328,1956 -"38005",8888,12618,3,1328,2021 -"38006",8888,12724,3,1328,1930 -"38007",8888,12982,3,1328,2143 -"38008",8888,13068,3,1328,1778 -"38009",8888,13307,3,1328,2206 -"38010",8888,14652,2,1328,2516 -"38011",8888,14655,2,1328,2559 -"38012",8888,14767,3,1328,2068 -"38013",8888,14834,3,1328,2739 -"38014",8888,14918,3,1328,2071 -"38015",8888,15539,3,1328,1929 -"38016",8888,15700,3,1328,1712 -"38017",8888,16535,3,1328,1993 -"38018",8888,16587,3,1328,2065 -"38019",8888,17351,3,1328,2036 -"38020",8888,17520,3,1328,2276 -"38021",8888,17549,3,1328,2647 -"38022",8888,17698,2,1328,1559 -"38023",8888,18394,3,1328,2356 -"38024",8888,18543,3,1328,2968 -"38025",8888,18670,3,1328,1835 -"38026",8888,19096,3,1328,1538 -"38027",8888,19248,3,1328,2357 -"38028",8888,19335,3,1328,1729 -"38029",8888,19862,3,1328,2412 -"38030",8888,20124,3,1328,2376 -"38031",8888,20486,3,1328,1908 -"38032",8888,21079,3,1328,1997 -"38033",8888,21225,3,1328,1945 -"38034",8888,21682,3,1328,2414 -"38035",8888,21693,3,1328,2176 -"38036",8888,21929,3,1328,2062 -"38037",8888,22282,3,1328,1418 -"38038",8888,22326,3,1328,2818 -"38039",8888,22362,3,1328,1836 -"38040",8888,22567,3,1328,2396 -"38041",8888,23098,3,1328,2300 -"38042",8888,23132,3,1328,2756 -"38043",8888,23526,3,1328,1998 -"38044",8888,23715,3,1328,1859 -"38045",8888,23725,3,1328,2378 -"38046",8888,23729,3,1328,1624 -"38047",8888,23918,3,1328,1881 -"38048",8888,24066,3,1328,1755 -"38049",8888,24448,2,1328,2289 -"38050",8888,24568,2,1328,1937 -"38051",8888,25341,3,1328,1858 -"38052",8888,25443,3,1328,1441 -"38053",8888,25816,3,1328,2088 -"38054",8888,26067,2,1328,2069 -"38055",8888,26080,3,1328,2525 -"38056",8888,26608,3,1328,2329 -"38057",8888,26867,3,1328,1804 -"38058",8888,27275,2,1328,2656 -"38059",8888,27390,2,1328,2425 -"38060",8888,27391,3,1328,2378 -"38061",8888,27628,3,1328,2389 -"38062",8888,28216,3,1328,1910 -"38063",8888,29170,3,1328,1846 -"38064",8888,29308,3,1328,2094 -"38065",8888,29982,3,1328,1372 -"38066",8888,30052,3,1328,2855 -"38067",8888,30697,3,1328,2891 -"38068",8888,30883,3,1328,1629 -"38069",8888,31235,1,1328,2668 -"38070",8888,33383,3,1328,1572 -"38071",8888,33981,3,1328,1993 -"38072",8888,34836,3,1328,2302 -"38073",8888,35095,3,1328,1502 -"38074",8888,36087,3,1328,2755 -"38075",8888,36609,3,1328,2918 -"38076",8888,36651,3,1328,1600 -"38077",8888,38019,3,1328,1870 -"38078",8888,38307,3,1328,2648 -"38079",8888,38780,2,1328,2705 -"38080",8888,40028,3,1328,1349 -"38081",8888,40369,3,1328,2735 -"38082",8888,40383,3,1328,2639 -"38083",8888,40493,3,1328,1981 -"38084",8888,41739,3,1328,1339 -"38085",8888,41900,3,1328,1970 -"38086",8888,42216,3,1328,2722 -"38087",8888,42799,3,1328,2729 -"38088",8888,42925,3,1328,1358 -"38089",8888,43213,3,1328,2160 -"38090",8888,43226,3,1328,2442 -"38091",8888,43455,3,1328,2846 -"38092",8888,43902,3,1328,1726 -"38093",8888,45302,3,1328,2390 -"38094",8888,45618,3,1328,2356 -"38095",8888,45650,2,1328,1528 -"38096",8888,46040,3,1328,2105 -"38097",8888,46950,3,1328,2673 -"38098",8888,47445,2,1328,2668 -"38099",8888,48035,3,1328,2180 -"38100",8888,48110,3,1328,2009 -"38101",8888,50236,3,1328,2339 -"38102",8888,51017,3,1328,2073 -"38103",8888,51035,3,1328,2397 -"38104",8888,52136,3,1328,1412 -"38105",8888,52327,3,1328,1472 -"38106",8888,52576,3,1328,2234 -"38107",8888,52892,3,1328,2372 -"38108",8888,53323,3,1328,2677 -"38109",8888,54551,3,1328,2348 -"38110",8888,55320,2,1328,1643 -"38111",8888,56082,2,1328,2395 -"38112",8888,56854,3,1328,2022 -"38113",8888,57544,2,1328,2443 -"38114",8888,58508,3,1328,2326 -"38115",8888,61932,3,1328,1959 -"38116",8888,63409,2,1328,1937 -"38117",8888,64181,3,1328,1828 -"38118",8888,64997,3,1328,2791 -"38119",8888,66413,3,1328,2507 -"38120",8888,67652,3,1328,2736 -"38121",8888,69335,3,1328,2698 -"38122",8888,72207,3,1328,2430 -"38123",8888,72326,3,1328,2384 -"38124",8888,73305,3,1328,2544 -"38125",8888,75403,3,1328,1895 -"38126",8888,76892,3,1328,2381 -"38127",8888,79436,3,1328,1344 -"38128",8888,80301,3,1328,1690 -"38129",8888,80825,3,1328,2315 -"38130",8888,82949,3,1328,2077 -"38131",8888,86245,3,1328,1972 -"38132",8888,88808,3,1328,1462 -"38133",8888,94179,3,1328,2000 -"38134",8888,105063,3,1328,1908 -"38135",8890,378,3,1955,2766 -"38136",8890,3456,3,1955,1999 -"38137",8890,4669,3,1955,2395 -"38138",8890,6063,3,1955,2349 -"38139",8890,7984,3,1955,2493 -"38140",8890,10980,3,1955,1974 -"38141",8890,12948,3,1955,2669 -"38142",8890,14108,3,1955,2012 -"38143",8890,14754,3,1955,2456 -"38144",8890,14781,3,1955,2338 -"38145",8890,15401,3,1955,1999 -"38146",8890,15826,3,1955,2772 -"38147",8890,16365,3,1955,2217 -"38148",8890,20512,3,1955,2748 -"38149",8890,21209,3,1955,2184 -"38150",8890,21670,3,1955,2158 -"38151",8890,21681,3,1955,2005 -"38152",8890,23325,2,1955,2779 -"38153",8890,28869,3,1955,2425 -"38154",8890,30368,3,1955,2487 -"38155",8890,30668,3,1955,2882 -"38156",8890,31542,2,1955,2459 -"38157",8890,31700,3,1955,2727 -"38158",8890,32775,3,1955,2135 -"38159",8890,32988,3,1955,2008 -"38160",8890,34892,3,1955,2309 -"38161",8890,36031,3,1955,2342 -"38162",8890,38602,3,1955,2693 -"38163",8890,39062,3,1955,2020 -"38164",8890,40572,3,1955,2666 -"38165",8890,45030,3,1955,2776 -"38166",8890,45869,2,1955,2840 -"38167",8890,48215,3,1955,2028 -"38168",8890,49265,3,1955,2686 -"38169",8890,51838,3,1955,2288 -"38170",8890,52483,2,1955,2317 -"38171",8890,53323,3,1955,2677 -"38172",8890,56569,3,1955,1993 -"38173",8890,57380,3,1955,2362 -"38174",8890,61541,3,1955,2699 -"38175",8890,68586,3,1955,2322 -"38176",8890,72728,3,1955,2234 -"38177",8890,82949,3,1955,2077 -"38178",8890,88232,3,1955,2881 -"38179",8896,1624,3,1139,2687 -"38180",8896,1785,3,1139,2350 -"38181",8896,3360,3,1139,1583 -"38182",8896,14353,3,1139,2878 -"38183",8896,15150,3,1139,2801 -"38184",8896,18821,2,1139,2075 -"38185",8896,19002,3,1139,2053 -"38186",8896,19048,2,1139,2180 -"38187",8896,19397,3,1139,2182 -"38188",8896,21942,3,1139,2041 -"38189",8896,33460,3,1139,2781 -"38190",8896,43768,2,1139,1468 -"38191",8896,49708,3,1139,1147 -"38192",8896,61921,3,1139,1793 -"38193",8896,64628,3,1139,2829 -"38194",8896,83786,3,1139,1614 -"38195",8896,83790,3,1139,1637 -"38196",8899,5937,3,2023,2392 -"38197",8899,15150,3,2023,2801 -"38198",8899,15558,3,2023,2389 -"38199",8899,16477,3,2023,2069 -"38200",8899,19002,3,2023,2053 -"38201",8899,20011,3,2023,2826 -"38202",8899,44730,3,2023,2468 -"38203",8899,48585,3,2023,2063 -"38204",8899,50899,3,2023,2125 -"38205",8908,2625,3,1537,2152 -"38206",8908,8726,3,1537,2083 -"38207",8908,9801,3,1537,2443 -"38208",8908,10087,3,1537,1617 -"38209",8908,25832,2,1537,1689 -"38210",8908,28051,3,1537,2089 -"38211",8908,28893,3,1537,2764 -"38212",8908,32339,3,1537,2430 -"38213",8908,88212,3,1537,2547 -"38214",8910,2143,3,1054,1174 -"38215",8910,8529,3,1054,1205 -"38216",8910,8866,3,1054,1545 -"38217",8910,8888,3,1054,1328 -"38218",8910,10513,3,1054,2284 -"38219",8910,16940,3,1054,1290 -"38220",8910,19096,3,1054,1538 -"38221",8910,20975,3,1054,1305 -"38222",8910,28015,3,1054,1624 -"38223",8910,30405,3,1054,2164 -"38224",8910,34836,3,1054,2302 -"38225",8910,36087,3,1054,2755 -"38226",8910,38019,3,1054,1870 -"38227",8910,38780,3,1054,2705 -"38228",8910,49512,3,1054,1302 -"38229",8910,53322,3,1054,1200 -"38230",8910,53323,2,1054,2677 -"38231",8910,53608,3,1054,1986 -"38232",8910,55320,3,1054,1643 -"38233",8910,57353,3,1054,1849 -"38234",8910,81588,3,1054,1568 -"38235",8913,733,3,968,1653 -"38236",8913,997,3,968,2788 -"38237",8913,1154,3,968,1656 -"38238",8913,1196,3,968,1986 -"38239",8913,2063,3,968,1278 -"38240",8913,2349,3,968,1288 -"38241",8913,2424,3,968,2582 -"38242",8913,2484,3,968,2389 -"38243",8913,3167,3,968,1676 -"38244",8913,3242,3,968,1730 -"38245",8913,3271,3,968,2216 -"38246",8913,3947,3,968,2067 -"38247",8913,3961,3,968,2426 -"38248",8913,4723,3,968,1314 -"38249",8913,4939,3,968,1382 -"38250",8913,5239,2,968,2875 -"38251",8913,5363,3,968,1791 -"38252",8913,5449,3,968,1723 -"38253",8913,6871,3,968,1882 -"38254",8913,7126,3,968,1261 -"38255",8913,7196,2,968,1508 -"38256",8913,7269,3,968,1728 -"38257",8913,7984,2,968,2493 -"38258",8913,8890,3,968,1955 -"38259",8913,9272,3,968,2835 -"38260",8913,9311,3,968,2477 -"38261",8913,9362,3,968,2879 -"38262",8913,10638,3,968,2692 -"38263",8913,11477,2,968,2724 -"38264",8913,11546,3,968,1174 -"38265",8913,12901,3,968,2136 -"38266",8913,13388,3,968,2119 -"38267",8913,13780,2,968,2412 -"38268",8913,14072,3,968,1346 -"38269",8913,14108,3,968,2012 -"38270",8913,14723,3,968,2019 -"38271",8913,14888,3,968,1411 -"38272",8913,14943,2,968,1942 -"38273",8913,15118,3,968,1311 -"38274",8913,15401,1,968,1999 -"38275",8913,16164,3,968,1184 -"38276",8913,16365,3,968,2217 -"38277",8913,16625,2,968,1285 -"38278",8913,16801,2,968,2008 -"38279",8913,16826,3,968,2599 -"38280",8913,17257,3,968,1117 -"38281",8913,17484,3,968,1256 -"38282",8913,17934,2,968,1059 -"38283",8913,17997,3,968,1621 -"38284",8913,18103,3,968,1968 -"38285",8913,18571,3,968,2128 -"38286",8913,18735,3,968,1581 -"38287",8913,20067,3,968,2390 -"38288",8913,20124,3,968,2376 -"38289",8913,20311,3,968,1981 -"38290",8913,21133,3,968,1320 -"38291",8913,21197,3,968,1437 -"38292",8913,21285,3,968,2100 -"38293",8913,21670,3,968,2158 -"38294",8913,21681,3,968,2005 -"38295",8913,21754,3,968,1881 -"38296",8913,22722,3,968,1233 -"38297",8913,23132,3,968,2756 -"38298",8913,23223,3,968,2094 -"38299",8913,23725,3,968,2378 -"38300",8913,24286,3,968,1280 -"38301",8913,24293,3,968,1184 -"38302",8913,24586,3,968,2465 -"38303",8913,25271,3,968,1172 -"38304",8913,25577,3,968,1946 -"38305",8913,26713,2,968,1235 -"38306",8913,27860,3,968,1588 -"38307",8913,28582,2,968,2698 -"38308",8913,28784,2,968,1579 -"38309",8913,28896,3,968,1395 -"38310",8913,29004,3,968,2596 -"38311",8913,29456,3,968,1182 -"38312",8913,30325,3,968,1067 -"38313",8913,30747,2,968,2455 -"38314",8913,31069,3,968,1995 -"38315",8913,31124,3,968,2351 -"38316",8913,31164,3,968,1996 -"38317",8913,31700,3,968,2727 -"38318",8913,32131,3,968,1035 -"38319",8913,32988,1,968,2008 -"38320",8913,33356,3,968,1586 -"38321",8913,33433,3,968,2805 -"38322",8913,33801,3,968,2899 -"38323",8913,34158,3,968,2639 -"38324",8913,34954,3,968,1184 -"38325",8913,35529,3,968,1620 -"38326",8913,35822,3,968,1903 -"38327",8913,36031,3,968,2342 -"38328",8913,36559,3,968,2473 -"38329",8913,36862,2,968,2655 -"38330",8913,37937,3,968,1320 -"38331",8913,38019,3,968,1870 -"38332",8913,38219,2,968,1689 -"38333",8913,38449,3,968,1802 -"38334",8913,38467,3,968,1259 -"38335",8913,38602,3,968,2693 -"38336",8913,40432,2,968,1956 -"38337",8913,40645,2,968,1899 -"38338",8913,42196,3,968,2765 -"38339",8913,42505,2,968,2008 -"38340",8913,43226,3,968,2442 -"38341",8913,44720,2,968,1202 -"38342",8913,45959,2,968,1880 -"38343",8913,46040,2,968,2105 -"38344",8913,46680,3,968,1690 -"38345",8913,46951,3,968,2429 -"38346",8913,47384,3,968,1639 -"38347",8913,48110,3,968,2009 -"38348",8913,48215,3,968,2028 -"38349",8913,48283,3,968,1290 -"38350",8913,49189,3,968,1550 -"38351",8913,49265,3,968,2686 -"38352",8913,51410,3,968,2739 -"38353",8913,53134,3,968,1590 -"38354",8913,53323,3,968,2677 -"38355",8913,55139,3,968,2323 -"38356",8913,56237,3,968,2625 -"38357",8913,56317,3,968,2030 -"38358",8913,57380,3,968,2362 -"38359",8913,57990,3,968,978 -"38360",8913,58164,3,968,2398 -"38361",8913,58365,3,968,1902 -"38362",8913,58508,3,968,2326 -"38363",8913,61138,3,968,1188 -"38364",8913,65155,1,968,1947 -"38365",8913,65203,2,968,1597 -"38366",8913,65322,2,968,2008 -"38367",8913,65679,3,968,1578 -"38368",8913,69335,3,968,2698 -"38369",8913,70736,3,968,1512 -"38370",8913,70996,3,968,1037 -"38371",8913,71350,3,968,1570 -"38372",8913,72728,3,968,2234 -"38373",8913,76511,2,968,1250 -"38374",8913,78150,2,968,2581 -"38375",8913,79158,3,968,1252 -"38376",8913,79567,3,968,1942 -"38377",8913,80301,3,968,1690 -"38378",8913,82301,3,968,1621 -"38379",8913,82409,3,968,1881 -"38380",8913,82767,3,968,1641 -"38381",8913,85869,3,968,1509 -"38382",8913,88232,3,968,2881 -"38383",8913,89511,2,968,1205 -"38384",8913,92757,1,968,2615 -"38385",8913,93102,3,968,1174 -"38386",8913,93568,3,968,1755 -"38387",8913,96352,2,968,1493 -"38388",8913,97160,2,968,1215 -"38389",8913,103524,3,968,991 -"38390",8913,106620,2,968,1177 -"38391",8917,55730,3,235,1217 -"38392",8923,952,3,1266,1991 -"38393",8923,2747,3,1266,2411 -"38394",8923,2959,3,1266,1785 -"38395",8923,4526,3,1266,1728 -"38396",8923,7942,3,1266,2623 -"38397",8923,10216,2,1266,2476 -"38398",8923,10250,3,1266,1606 -"38399",8923,10310,3,1266,2774 -"38400",8923,10453,3,1266,1656 -"38401",8923,10870,3,1266,1755 -"38402",8923,11493,3,1266,2077 -"38403",8923,12371,3,1266,1569 -"38404",8923,14749,3,1266,1998 -"38405",8923,14972,3,1266,2332 -"38406",8923,17645,3,1266,1918 -"38407",8923,18005,3,1266,2449 -"38408",8923,20730,3,1266,2243 -"38409",8923,22578,3,1266,2216 -"38410",8923,28571,2,1266,1556 -"38411",8923,29286,3,1266,1612 -"38412",8923,29930,3,1266,2240 -"38413",8923,34094,3,1266,1360 -"38414",8923,34908,3,1266,2796 -"38415",8923,36912,3,1266,2469 -"38416",8923,41770,2,1266,2752 -"38417",8923,42331,3,1266,1585 -"38418",8923,46043,3,1266,1358 -"38419",8923,46650,3,1266,1330 -"38420",8923,60258,3,1266,2405 -"38421",8923,65223,3,1266,2724 -"38422",8923,71531,3,1266,2887 -"38423",8923,78477,3,1266,1613 -"38424",8923,98942,3,1266,1588 -"38425",8923,100048,3,1266,1573 -"38426",8961,24,3,507,1295 -"38427",8961,145,2,507,1998 -"38428",8961,380,3,507,2261 -"38429",8961,555,3,507,552 -"38430",8961,600,3,507,1702 -"38431",8961,669,3,507,1423 -"38432",8961,913,2,507,2144 -"38433",8961,1102,3,507,2282 -"38434",8961,1592,3,507,2006 -"38435",8961,1777,3,507,1965 -"38436",8961,2143,2,507,1174 -"38437",8961,2224,3,507,2751 -"38438",8961,2484,3,507,2389 -"38439",8961,2625,3,507,2152 -"38440",8961,2954,3,507,2727 -"38441",8961,3352,2,507,1707 -"38442",8961,3395,3,507,1382 -"38443",8961,3801,3,507,1974 -"38444",8961,4687,3,507,2152 -"38445",8961,5078,3,507,2033 -"38446",8961,5457,3,507,2077 -"38447",8961,5462,3,507,2374 -"38448",8961,5504,3,507,2389 -"38449",8961,6052,3,507,1985 -"38450",8961,6241,3,507,2264 -"38451",8961,6390,3,507,2385 -"38452",8961,6491,3,507,2424 -"38453",8961,8259,3,507,1677 -"38454",8961,8490,3,507,564 -"38455",8961,8529,3,507,1205 -"38456",8961,8866,1,507,1545 -"38457",8961,8888,2,507,1328 -"38458",8961,8910,3,507,1054 -"38459",8961,9362,2,507,2879 -"38460",8961,9511,3,507,1232 -"38461",8961,9702,1,507,1928 -"38462",8961,9805,3,507,1621 -"38463",8961,10859,3,507,2231 -"38464",8961,12199,3,507,1651 -"38465",8961,14652,3,507,2516 -"38466",8961,14655,2,507,2559 -"38467",8961,14656,3,507,584 -"38468",8961,15122,3,507,1201 -"38469",8961,15632,3,507,1242 -"38470",8961,16881,3,507,925 -"38471",8961,16940,3,507,1290 -"38472",8961,17520,3,507,2276 -"38473",8961,17626,3,507,1265 -"38474",8961,17698,3,507,1559 -"38475",8961,19096,3,507,1538 -"38476",8961,19335,3,507,1729 -"38477",8961,19719,3,507,2177 -"38478",8961,21198,3,507,935 -"38479",8961,21682,3,507,2414 -"38480",8961,21929,3,507,2062 -"38481",8961,22705,3,507,1016 -"38482",8961,23098,3,507,2300 -"38483",8961,23403,3,507,607 -"38484",8961,23534,3,507,1659 -"38485",8961,24405,3,507,1443 -"38486",8961,24448,3,507,2289 -"38487",8961,24568,3,507,1937 -"38488",8961,25033,3,507,929 -"38489",8961,26067,3,507,2069 -"38490",8961,27173,3,507,2050 -"38491",8961,27275,3,507,2656 -"38492",8961,27390,3,507,2425 -"38493",8961,30405,3,507,2164 -"38494",8961,30697,3,507,2891 -"38495",8961,30883,3,507,1629 -"38496",8961,31235,2,507,2668 -"38497",8961,32017,3,507,577 -"38498",8961,32163,3,507,859 -"38499",8961,33285,3,507,1327 -"38500",8961,35069,3,507,2069 -"38501",8961,35529,3,507,1620 -"38502",8961,35854,3,507,1676 -"38503",8961,36087,2,507,2755 -"38504",8961,36609,3,507,2918 -"38505",8961,37108,3,507,1202 -"38506",8961,38780,3,507,2705 -"38507",8961,39278,2,507,1952 -"38508",8961,43902,3,507,1726 -"38509",8961,44648,3,507,619 -"38510",8961,45618,3,507,2356 -"38511",8961,45650,2,507,1528 -"38512",8961,46040,3,507,2105 -"38513",8961,47362,3,507,2253 -"38514",8961,47445,3,507,2668 -"38515",8961,47585,3,507,794 -"38516",8961,49512,3,507,1302 -"38517",8961,52735,3,507,1124 -"38518",8961,53323,3,507,2677 -"38519",8961,53342,3,507,2071 -"38520",8961,55320,3,507,1643 -"38521",8961,56082,3,507,2395 -"38522",8961,57353,3,507,1849 -"38523",8961,57380,3,507,2362 -"38524",8961,57544,3,507,2443 -"38525",8961,61932,3,507,1959 -"38526",8961,63409,3,507,1937 -"38527",8961,64232,3,507,1275 -"38528",8961,65007,3,507,2530 -"38529",8961,68939,3,507,1051 -"38530",8961,75898,2,507,889 -"38531",8961,75921,2,507,517 -"38532",8961,79436,3,507,1344 -"38533",8961,86245,3,507,1972 -"38534",8961,88126,3,507,1027 -"38535",8961,89965,3,507,810 -"38536",8961,93102,3,507,1174 -"38537",8961,100140,3,507,1041 -"38538",8961,105795,3,507,1265 -"38539",8961,107846,3,507,565 -"38540",8984,160,3,1162,2007 -"38541",8984,680,3,1162,2569 -"38542",8984,2221,3,1162,2092 -"38543",8984,2418,3,1162,2020 -"38544",8984,2540,3,1162,1398 -"38545",8984,2576,2,1162,1307 -"38546",8984,2759,2,1162,2030 -"38547",8984,3255,3,1162,2504 -"38548",8984,3493,3,1162,2451 -"38549",8984,3978,3,1162,2775 -"38550",8984,4730,2,1162,2131 -"38551",8984,5315,3,1162,2631 -"38552",8984,5346,3,1162,1438 -"38553",8984,6047,3,1162,2004 -"38554",8984,6133,2,1162,1229 -"38555",8984,6627,3,1162,2063 -"38556",8984,7252,3,1162,2799 -"38557",8984,7269,3,1162,1728 -"38558",8984,7433,3,1162,2255 -"38559",8984,7443,3,1162,2028 -"38560",8984,8568,2,1162,2706 -"38561",8984,8623,3,1162,2463 -"38562",8984,8923,3,1162,1266 -"38563",8984,9484,2,1162,1429 -"38564",8984,9538,3,1162,1786 -"38565",8984,9785,3,1162,2951 -"38566",8984,9928,3,1162,2345 -"38567",8984,10495,3,1162,2230 -"38568",8984,10638,3,1162,2692 -"38569",8984,10905,3,1162,1552 -"38570",8984,10914,3,1162,1660 -"38571",8984,11506,3,1162,2824 -"38572",8984,11563,2,1162,1863 -"38573",8984,11648,3,1162,2852 -"38574",8984,12067,3,1162,1213 -"38575",8984,14032,3,1162,2144 -"38576",8984,14433,3,1162,1225 -"38577",8984,14626,3,1162,2175 -"38578",8984,15207,3,1162,1855 -"38579",8984,15826,3,1162,2772 -"38580",8984,16015,2,1162,1307 -"38581",8984,16286,3,1162,2470 -"38582",8984,17252,3,1162,1258 -"38583",8984,18571,3,1162,2128 -"38584",8984,18943,3,1162,2861 -"38585",8984,20007,3,1162,2971 -"38586",8984,20220,3,1162,1656 -"38587",8984,21180,2,1162,2762 -"38588",8984,21741,3,1162,1574 -"38589",8984,23310,3,1162,2371 -"38590",8984,29286,3,1162,1612 -"38591",8984,29930,3,1162,2240 -"38592",8984,30442,2,1162,2124 -"38593",8984,31164,3,1162,1996 -"38594",8984,32449,3,1162,2091 -"38595",8984,34162,2,1162,2336 -"38596",8984,35873,3,1162,1377 -"38597",8984,36136,3,1162,2338 -"38598",8984,39062,3,1162,2020 -"38599",8984,39418,3,1162,1978 -"38600",8984,41955,1,1162,2479 -"38601",8984,42813,3,1162,2142 -"38602",8984,44497,3,1162,2401 -"38603",8984,45730,3,1162,2063 -"38604",8984,52483,3,1162,2317 -"38605",8984,53134,3,1162,1590 -"38606",8984,54663,3,1162,1424 -"38607",8984,55775,3,1162,2385 -"38608",8984,56338,3,1162,1818 -"38609",8984,56673,3,1162,2419 -"38610",8984,60979,2,1162,1758 -"38611",8984,61125,2,1162,1673 -"38612",8984,62488,3,1162,1418 -"38613",8984,64174,3,1162,2377 -"38614",8984,66911,3,1162,1920 -"38615",8984,70455,2,1162,1307 -"38616",8984,76132,2,1162,2426 -"38617",8984,76675,2,1162,1840 -"38618",8984,77397,2,1162,1302 -"38619",8984,77719,3,1162,2086 -"38620",8984,94520,2,1162,1243 -"38621",8984,100048,2,1162,1573 -"38622",8984,104306,3,1162,1665 -"38623",8984,109114,3,1162,1287 -"38624",8984,111034,3,1162,2131 -"38625",8984,115155,3,1162,1942 -"38626",8993,843,3,2099,2332 -"38627",8993,1822,3,2099,2888 -"38628",8993,3477,2,2099,2546 -"38629",8993,6063,2,2099,2349 -"38630",8993,9503,3,2099,2453 -"38631",8993,13899,3,2099,2650 -"38632",8993,14817,3,2099,2110 -"38633",8993,19075,3,2099,2214 -"38634",8993,20124,3,2099,2376 -"38635",8993,20547,3,2099,2145 -"38636",8993,20984,3,2099,2502 -"38637",8993,31357,3,2099,2389 -"38638",8993,32339,3,2099,2430 -"38639",8993,32395,3,2099,2735 -"38640",8993,33223,2,2099,2397 -"38641",8993,37301,3,2099,2160 -"38642",8993,47595,3,2099,2374 -"38643",8993,47882,3,2099,2769 -"38644",8993,51843,3,2099,2389 -"38645",8993,54385,3,2099,2340 -"38646",8993,59344,3,2099,2252 -"38647",8993,63104,3,2099,2149 -"38648",8993,80615,3,2099,2252 -"38649",9030,1224,2,1979,2435 -"38650",9030,1262,3,1979,2973 -"38651",9030,3695,3,1979,2612 -"38652",9030,5491,3,1979,2048 -"38653",9030,7078,3,1979,2344 -"38654",9030,7394,2,1979,2615 -"38655",9030,10558,3,1979,2312 -"38656",9030,12035,3,1979,2721 -"38657",9030,12867,3,1979,2773 -"38658",9030,13732,3,1979,2789 -"38659",9030,15343,3,1979,2125 -"38660",9030,18151,2,1979,2962 -"38661",9030,18366,3,1979,2699 -"38662",9030,19872,3,1979,2913 -"38663",9030,20783,3,1979,2414 -"38664",9030,21193,3,1979,2490 -"38665",9030,21417,3,1979,2422 -"38666",9030,21693,3,1979,2176 -"38667",9030,21795,2,1979,2653 -"38668",9030,22326,3,1979,2818 -"38669",9030,24146,3,1979,2003 -"38670",9030,26106,3,1979,2015 -"38671",9030,26865,3,1979,2726 -"38672",9030,28923,2,1979,2362 -"38673",9030,29791,3,1979,1986 -"38674",9030,30081,2,1979,2403 -"38675",9030,31307,3,1979,2139 -"38676",9030,34311,3,1979,2213 -"38677",9030,34327,3,1979,2959 -"38678",9030,36950,3,1979,2204 -"38679",9030,36962,3,1979,2861 -"38680",9030,42618,3,1979,2316 -"38681",9030,45664,3,1979,2235 -"38682",9030,47362,2,1979,2253 -"38683",9030,47947,3,1979,2681 -"38684",9030,49032,3,1979,2469 -"38685",9030,49998,3,1979,2761 -"38686",9030,56082,3,1979,2395 -"38687",9030,67264,3,1979,2790 -"38688",9030,70046,3,1979,2624 -"38689",9030,73266,2,1979,2496 -"38690",9030,90501,3,1979,2380 -"38691",9035,9787,3,2771,2858 -"38692",9035,17037,1,2771,2947 -"38693",9050,6432,3,2026,2297 -"38694",9050,9727,3,2026,2327 -"38695",9050,11135,2,2026,2441 -"38696",9050,14754,3,2026,2456 -"38697",9050,15502,2,2026,2637 -"38698",9050,19687,3,2026,2072 -"38699",9050,19972,3,2026,2078 -"38700",9050,23639,3,2026,2065 -"38701",9050,29824,3,2026,2772 -"38702",9050,45487,3,2026,2256 -"38703",9050,61513,3,2026,2948 -"38704",9050,76604,2,2026,2590 -"38705",9060,237,3,1612,1982 -"38706",9060,3493,3,1612,2451 -"38707",9060,4001,3,1612,1687 -"38708",9060,4668,3,1612,1919 -"38709",9060,4669,3,1612,2395 -"38710",9060,7252,3,1612,2799 -"38711",9060,7785,3,1612,2441 -"38712",9060,8568,3,1612,2706 -"38713",9060,9503,3,1612,2453 -"38714",9060,9785,3,1612,2951 -"38715",9060,9787,3,1612,2858 -"38716",9060,10087,3,1612,1617 -"38717",9060,10453,3,1612,1656 -"38718",9060,10457,3,1612,1711 -"38719",9060,12948,3,1612,2669 -"38720",9060,14749,3,1612,1998 -"38721",9060,16286,3,1612,2470 -"38722",9060,16501,3,1612,1650 -"38723",9060,16684,3,1612,1657 -"38724",9060,20220,3,1612,1656 -"38725",9060,22578,3,1612,2216 -"38726",9060,23131,3,1612,1732 -"38727",9060,24176,3,1612,1986 -"38728",9060,27742,3,1612,2700 -"38729",9060,27914,3,1612,2507 -"38730",9060,28869,3,1612,2425 -"38731",9060,29116,3,1612,2128 -"38732",9060,30525,3,1612,1964 -"38733",9060,31868,2,1612,1993 -"38734",9060,35728,2,1612,2017 -"38735",9060,36912,3,1612,2469 -"38736",9060,37059,3,1612,2840 -"38737",9060,39534,3,1612,2410 -"38738",9060,40035,3,1612,2742 -"38739",9060,41633,3,1612,1976 -"38740",9060,44235,3,1612,2700 -"38741",9060,45729,3,1612,2606 -"38742",9060,47529,3,1612,2914 -"38743",9060,54775,3,1612,2383 -"38744",9060,56995,3,1612,2323 -"38745",9060,59788,3,1612,2315 -"38746",9060,61125,3,1612,1673 -"38747",9060,69131,3,1612,2122 -"38748",9060,72597,3,1612,1843 -"38749",9060,73192,3,1612,1955 -"38750",9060,79432,3,1612,1708 -"38751",9060,107383,3,1612,1918 -"38752",9060,111375,3,1612,2686 -"38753",9063,3403,2,2000,2951 -"38754",9063,3405,2,2000,2438 -"38755",9063,7942,2,2000,2623 -"38756",9063,15502,3,2000,2637 -"38757",9063,16690,3,2000,2132 -"38758",9063,19972,3,2000,2078 -"38759",9063,22723,3,2000,2859 -"38760",9063,28355,3,2000,2053 -"38761",9063,31295,3,2000,2183 -"38762",9063,33040,3,2000,2106 -"38763",9063,33363,3,2000,2475 -"38764",9063,35911,3,2000,2370 -"38765",9063,37844,3,2000,2002 -"38766",9063,40715,3,2000,2258 -"38767",9063,47607,3,2000,2724 -"38768",9063,65223,3,2000,2724 -"38769",9073,364,3,221,2351 -"38770",9073,1203,3,221,1350 -"38771",9073,2139,3,221,2502 -"38772",9073,2540,3,221,1398 -"38773",9073,2576,3,221,1307 -"38774",9073,3127,2,221,2273 -"38775",9073,3978,3,221,2775 -"38776",9073,4303,3,221,2414 -"38777",9073,4551,3,221,2720 -"38778",9073,4612,3,221,2804 -"38779",9073,5106,3,221,2622 -"38780",9073,5792,3,221,975 -"38781",9073,5962,3,221,2491 -"38782",9073,6627,3,221,2063 -"38783",9073,6989,3,221,2623 -"38784",9073,7798,3,221,949 -"38785",9073,7997,3,221,2049 -"38786",9073,8865,2,221,2394 -"38787",9073,9227,2,221,1267 -"38788",9073,9703,3,221,1845 -"38789",9073,9787,3,221,2858 -"38790",9073,10087,3,221,1617 -"38791",9073,10754,3,221,1797 -"38792",9073,11136,3,221,2573 -"38793",9073,11434,3,221,1187 -"38794",9073,11516,3,221,1937 -"38795",9073,11518,3,221,803 -"38796",9073,11648,3,221,2852 -"38797",9073,11872,3,221,317 -"38798",9073,12067,2,221,1213 -"38799",9073,12781,2,221,831 -"38800",9073,12948,3,221,2669 -"38801",9073,13068,1,221,1778 -"38802",9073,13260,3,221,389 -"38803",9073,13295,3,221,779 -"38804",9073,14425,3,221,1036 -"38805",9073,15826,3,221,2772 -"38806",9073,16021,3,221,858 -"38807",9073,16501,3,221,1650 -"38808",9073,16684,3,221,1657 -"38809",9073,17033,3,221,2771 -"38810",9073,17252,3,221,1258 -"38811",9073,18005,3,221,2449 -"38812",9073,19073,3,221,2748 -"38813",9073,19433,3,221,2504 -"38814",9073,19934,2,221,2888 -"38815",9073,20176,3,221,1050 -"38816",9073,20220,3,221,1656 -"38817",9073,22462,3,221,869 -"38818",9073,22578,3,221,2216 -"38819",9073,23277,3,221,1267 -"38820",9073,23488,3,221,1523 -"38821",9073,24302,3,221,407 -"38822",9073,25378,2,221,1245 -"38823",9073,27320,3,221,2378 -"38824",9073,27391,3,221,2378 -"38825",9073,27545,3,221,855 -"38826",9073,27722,3,221,1266 -"38827",9073,27914,3,221,2507 -"38828",9073,28357,2,221,1134 -"38829",9073,28440,3,221,675 -"38830",9073,28869,3,221,2425 -"38831",9073,28893,3,221,2764 -"38832",9073,28904,3,221,926 -"38833",9073,29267,3,221,1234 -"38834",9073,29286,3,221,1612 -"38835",9073,29495,3,221,1612 -"38836",9073,30865,3,221,2038 -"38837",9073,31235,3,221,2668 -"38838",9073,32606,3,221,2100 -"38839",9073,33451,3,221,1957 -"38840",9073,33957,3,221,245 -"38841",9073,34057,3,221,1657 -"38842",9073,35133,3,221,2219 -"38843",9073,35903,3,221,1434 -"38844",9073,36737,3,221,829 -"38845",9073,36953,3,221,2790 -"38846",9073,37036,3,221,2264 -"38847",9073,37059,3,221,2840 -"38848",9073,38087,3,221,1083 -"38849",9073,38373,3,221,1928 -"38850",9073,38513,3,221,914 -"38851",9073,38816,3,221,1225 -"38852",9073,39062,3,221,2020 -"38853",9073,39534,2,221,2410 -"38854",9073,40035,3,221,2742 -"38855",9073,40572,2,221,2666 -"38856",9073,41338,3,221,1553 -"38857",9073,42813,3,221,2142 -"38858",9073,43568,3,221,837 -"38859",9073,43961,3,221,2443 -"38860",9073,44025,3,221,1935 -"38861",9073,44603,3,221,2748 -"38862",9073,44877,3,221,1219 -"38863",9073,45480,3,221,1104 -"38864",9073,46261,3,221,2350 -"38865",9073,46384,3,221,2285 -"38866",9073,46486,2,221,1868 -"38867",9073,47968,3,221,2829 -"38868",9073,48713,3,221,565 -"38869",9073,48955,3,221,242 -"38870",9073,49201,3,221,936 -"38871",9073,49347,3,221,2504 -"38872",9073,49712,3,221,1937 -"38873",9073,50520,3,221,1205 -"38874",9073,50585,3,221,2414 -"38875",9073,53419,3,221,858 -"38876",9073,55072,3,221,612 -"38877",9073,57765,3,221,2893 -"38878",9073,58745,3,221,1920 -"38879",9073,59937,3,221,885 -"38880",9073,63644,3,221,1267 -"38881",9073,64156,3,221,675 -"38882",9073,65188,3,221,2213 -"38883",9073,66717,3,221,2104 -"38884",9073,69232,3,221,2130 -"38885",9073,69545,3,221,673 -"38886",9073,69788,3,221,2007 -"38887",9073,70455,3,221,1307 -"38888",9073,71467,2,221,1051 -"38889",9073,72438,2,221,1397 -"38890",9073,76507,3,221,1437 -"38891",9073,76682,3,221,581 -"38892",9073,81545,3,221,2077 -"38893",9073,82252,3,221,1248 -"38894",9073,82738,3,221,591 -"38895",9073,83729,2,221,406 -"38896",9073,88427,3,221,340 -"38897",9073,90709,3,221,1080 -"38898",9073,90789,3,221,1218 -"38899",9073,93179,3,221,518 -"38900",9073,93930,3,221,1268 -"38901",9073,95910,2,221,999 -"38902",9073,98058,3,221,1891 -"38903",9073,99332,3,221,873 -"38904",9073,100048,3,221,1573 -"38905",9073,107273,3,221,604 -"38906",9073,107383,3,221,1918 -"38907",9073,112176,3,221,250 -"38908",9073,114648,3,221,270 -"38909",9073,120363,3,221,322 -"38910",9088,3271,3,1881,2216 -"38911",9088,3506,3,1881,2364 -"38912",9088,7123,2,1881,1964 -"38913",9088,9269,3,1881,1892 -"38914",9088,9272,3,1881,2835 -"38915",9088,16866,3,1881,2718 -"38916",9088,17925,3,1881,2385 -"38917",9088,22389,3,1881,2034 -"38918",9088,31990,3,1881,2264 -"38919",9088,32724,3,1881,2581 -"38920",9088,32939,3,1881,2277 -"38921",9088,37801,3,1881,2578 -"38922",9088,43226,3,1881,2442 -"38923",9088,44312,3,1881,2741 -"38924",9088,44744,3,1881,2032 -"38925",9088,48110,3,1881,2009 -"38926",9088,48931,2,1881,2444 -"38927",9088,53445,1,1881,2028 -"38928",9088,57804,2,1881,2214 -"38929",9088,58508,3,1881,2326 -"38930",9088,69335,3,1881,2698 -"38931",9088,96387,3,1881,2159 -"38932",9088,100084,3,1881,1964 -"38933",9088,108966,3,1881,1958 -"38934",9114,998,2,961,1795 -"38935",9114,6512,2,961,1672 -"38936",9114,15315,3,961,2173 -"38937",9114,19027,3,961,2721 -"38938",9114,20700,3,961,2861 -"38939",9114,24807,2,961,2319 -"38940",9114,25508,1,961,2081 -"38941",9114,30883,3,961,1629 -"38942",9114,31243,3,961,1355 -"38943",9114,34158,3,961,2639 -"38944",9114,42722,3,961,2368 -"38945",9114,42747,2,961,1189 -"38946",9114,42935,2,961,2400 -"38947",9114,43349,2,961,2400 -"38948",9114,49677,3,961,1222 -"38949",9114,51319,3,961,2488 -"38950",9114,52003,3,961,2067 -"38951",9114,55139,3,961,2323 -"38952",9114,56232,3,961,1175 -"38953",9114,68960,2,961,1312 -"38954",9114,96000,3,961,1789 -"38955",9115,448,3,2068,2693 -"38956",9115,862,2,2068,2254 -"38957",9115,8865,3,2068,2394 -"38958",9115,14586,3,2068,2801 -"38959",9115,38492,3,2068,2280 -"38960",9115,63837,2,2068,2807 -"38961",9115,69232,2,2068,2130 -"38962",9150,27334,3,2689,2750 -"38963",9150,49110,3,2689,2938 -"38964",9150,62739,3,2689,2753 -"38965",9150,72088,3,2689,2728 -"38966",9175,2224,3,2639,2751 -"38967",9175,3305,3,2639,2839 -"38968",9175,17549,2,2639,2647 -"38969",9175,34120,3,2639,2786 -"38970",9175,38307,3,2639,2648 -"38971",9175,41770,3,2639,2752 -"38972",9175,41945,3,2639,2856 -"38973",9175,42216,3,2639,2722 -"38974",9175,43455,3,2639,2846 -"38975",9175,50134,3,2639,2674 -"38976",9175,60974,3,2639,2972 -"38977",9175,61982,3,2639,2725 -"38978",9175,65434,3,2639,2866 -"38979",9175,79653,3,2639,2683 -"38980",9177,237,3,945,1982 -"38981",9177,862,2,945,2254 -"38982",9177,1046,3,945,1881 -"38983",9177,5346,3,945,1438 -"38984",9177,8865,3,945,2394 -"38985",9177,9115,1,945,2068 -"38986",9177,10457,3,945,1711 -"38987",9177,12861,3,945,1207 -"38988",9177,14586,3,945,2801 -"38989",9177,21528,2,945,1807 -"38990",9177,29997,3,945,1789 -"38991",9177,30262,3,945,1715 -"38992",9177,37475,1,945,1509 -"38993",9177,44074,3,945,1299 -"38994",9177,57912,3,945,1035 -"38995",9177,59683,2,945,2068 -"38996",9177,63837,2,945,2807 -"38997",9177,68691,1,945,1209 -"38998",9177,68876,1,945,1397 -"38999",9177,69232,2,945,2130 -"39000",9177,97990,3,945,1223 -"39001",9184,3896,3,2670,2693 -"39002",9184,7515,3,2670,2737 -"39003",9184,9150,3,2670,2689 -"39004",9184,23132,3,2670,2756 -"39005",9184,36646,3,2670,2744 -"39006",9184,42216,3,2670,2722 -"39007",9184,48605,3,2670,2796 -"39008",9184,61982,3,2670,2725 -"39009",9184,62841,3,2670,2710 -"39010",9191,11351,2,2707,2971 -"39011",9191,14959,3,2707,2898 -"39012",9191,21955,3,2707,2832 -"39013",9200,457,3,787,1704 -"39014",9200,952,3,787,1991 -"39015",9200,1102,3,787,2282 -"39016",9200,1321,3,787,2075 -"39017",9200,1453,3,787,1737 -"39018",9200,2424,3,787,2582 -"39019",9200,2712,3,787,1881 -"39020",9200,3493,3,787,2451 -"39021",9200,3896,3,787,2693 -"39022",9200,4360,3,787,1770 -"39023",9200,4821,3,787,1938 -"39024",9200,4932,3,787,2752 -"39025",9200,5392,3,787,1648 -"39026",9200,5580,3,787,2111 -"39027",9200,6063,3,787,2349 -"39028",9200,6074,3,787,2426 -"39029",9200,6602,1,787,1631 -"39030",9200,7078,3,787,2344 -"39031",9200,7703,3,787,2122 -"39032",9200,7858,3,787,1795 -"39033",9200,8192,3,787,1670 -"39034",9200,8259,3,787,1677 -"39035",9200,9654,3,787,2111 -"39036",9200,9805,3,787,1621 -"39037",9200,10343,2,787,1072 -"39038",9200,10474,2,787,1608 -"39039",9200,10488,3,787,1524 -"39040",9200,10779,3,787,2881 -"39041",9200,11154,3,787,1594 -"39042",9200,11329,2,787,2799 -"39043",9200,12388,3,787,1975 -"39044",9200,12524,3,787,1287 -"39045",9200,13285,3,787,1577 -"39046",9200,14655,3,787,2559 -"39047",9200,14887,2,787,2158 -"39048",9200,15560,3,787,2257 -"39049",9200,16053,3,787,908 -"39050",9200,17328,1,787,1206 -"39051",9200,17354,2,787,2250 -"39052",9200,18165,3,787,2085 -"39053",9200,19506,3,787,1385 -"39054",9200,19528,3,787,2742 -"39055",9200,20049,3,787,877 -"39056",9200,20070,2,787,1914 -"39057",9200,20271,3,787,2044 -"39058",9200,21566,3,787,1234 -"39059",9200,21734,3,787,2528 -"39060",9200,22181,3,787,1274 -"39061",9200,22185,3,787,1174 -"39062",9200,22722,2,787,1233 -"39063",9200,23121,3,787,2108 -"39064",9200,23729,3,787,1624 -"39065",9200,24255,2,787,2770 -"39066",9200,25730,3,787,1206 -"39067",9200,26608,3,787,2329 -"39068",9200,28130,3,787,908 -"39069",9200,28896,2,787,1395 -"39070",9200,30150,3,787,1704 -"39071",9200,30325,3,787,1067 -"39072",9200,30334,3,787,2075 -"39073",9200,31927,3,787,818 -"39074",9200,32131,3,787,1035 -"39075",9200,33380,3,787,2340 -"39076",9200,33551,3,787,1734 -"39077",9200,33850,3,787,931 -"39078",9200,34820,2,787,1630 -"39079",9200,36031,1,787,2342 -"39080",9200,36441,3,787,2796 -"39081",9200,36578,3,787,1484 -"39082",9200,36609,3,787,2918 -"39083",9200,36651,3,787,1600 -"39084",9200,37636,3,787,2178 -"39085",9200,38973,3,787,1999 -"39086",9200,40392,3,787,1878 -"39087",9200,40698,3,787,1408 -"39088",9200,40703,3,787,1608 -"39089",9200,43213,3,787,2160 -"39090",9200,43635,3,787,1196 -"39091",9200,44299,3,787,1874 -"39092",9200,44557,3,787,2371 -"39093",9200,45136,3,787,877 -"39094",9200,45618,3,787,2356 -"39095",9200,45650,3,787,1528 -"39096",9200,46196,3,787,1510 -"39097",9200,48215,2,787,2028 -"39098",9200,51783,3,787,2599 -"39099",9200,52136,2,787,1412 -"39100",9200,52345,2,787,1430 -"39101",9200,53303,3,787,1376 -"39102",9200,55604,3,787,2342 -"39103",9200,56082,3,787,2395 -"39104",9200,56903,3,787,1584 -"39105",9200,57019,3,787,895 -"39106",9200,59677,2,787,1174 -"39107",9200,59939,3,787,936 -"39108",9200,61921,3,787,1793 -"39109",9200,63395,3,787,2334 -"39110",9200,68024,3,787,1531 -"39111",9200,68317,3,787,874 -"39112",9200,68978,3,787,1062 -"39113",9200,70996,3,787,1037 -"39114",9200,72207,3,787,2430 -"39115",9200,72956,3,787,1251 -"39116",9200,74818,3,787,1440 -"39117",9200,75403,3,787,1895 -"39118",9200,77835,3,787,1327 -"39119",9200,78037,3,787,1606 -"39120",9200,79657,3,787,1260 -"39121",9200,82681,3,787,1620 -"39122",9200,82730,3,787,1492 -"39123",9200,85356,3,787,1492 -"39124",9200,85449,3,787,2340 -"39125",9200,85525,3,787,1718 -"39126",9200,85685,3,787,998 -"39127",9200,89681,2,787,1978 -"39128",9200,90790,3,787,1492 -"39129",9200,91162,3,787,1693 -"39130",9200,91163,3,787,1171 -"39131",9200,91201,3,787,1702 -"39132",9200,91210,3,787,1457 -"39133",9200,91912,3,787,790 -"39134",9200,95644,3,787,1531 -"39135",9200,104280,3,787,887 -"39136",9202,2224,3,2477,2751 -"39137",9202,5120,1,2477,2735 -"39138",9202,13732,3,2477,2789 -"39139",9202,16866,2,2477,2718 -"39140",9202,16877,3,2477,2509 -"39141",9202,18151,3,2477,2962 -"39142",9202,18865,2,2477,2676 -"39143",9202,19208,3,2477,2629 -"39144",9202,21795,3,2477,2653 -"39145",9202,26642,3,2477,2952 -"39146",9202,26865,3,2477,2726 -"39147",9202,34327,3,2477,2959 -"39148",9202,36270,3,2477,2910 -"39149",9202,36962,3,2477,2861 -"39150",9202,50480,3,2477,2701 -"39151",9202,51783,3,2477,2599 -"39152",9202,56910,3,2477,2705 -"39153",9202,104565,3,2477,2693 -"39154",9227,728,3,1267,1812 -"39155",9227,2057,3,1267,1965 -"39156",9227,2524,2,1267,1708 -"39157",9227,2540,2,1267,1398 -"39158",9227,2576,3,1267,1307 -"39159",9227,2852,3,1267,2448 -"39160",9227,3127,1,1267,2273 -"39161",9227,3456,3,1267,1999 -"39162",9227,4032,3,1267,1763 -"39163",9227,4066,3,1267,1736 -"39164",9227,4303,3,1267,2414 -"39165",9227,4612,3,1267,2804 -"39166",9227,4660,3,1267,2149 -"39167",9227,4668,3,1267,1919 -"39168",9227,4669,3,1267,2395 -"39169",9227,5106,3,1267,2622 -"39170",9227,5454,3,1267,1779 -"39171",9227,5599,3,1267,1684 -"39172",9227,5897,3,1267,2337 -"39173",9227,5962,2,1267,2491 -"39174",9227,6119,3,1267,2358 -"39175",9227,6697,3,1267,2438 -"39176",9227,6989,3,1267,2623 -"39177",9227,7014,3,1267,2401 -"39178",9227,7269,3,1267,1728 -"39179",9227,7337,3,1267,1797 -"39180",9227,7355,3,1267,1928 -"39181",9227,7597,3,1267,2037 -"39182",9227,7719,3,1267,1954 -"39183",9227,7997,3,1267,2049 -"39184",9227,8610,3,1267,2240 -"39185",9227,8726,3,1267,2083 -"39186",9227,8865,3,1267,2394 -"39187",9227,9504,3,1267,2549 -"39188",9227,9787,3,1267,2858 -"39189",9227,10336,3,1267,2271 -"39190",9227,10754,3,1267,1797 -"39191",9227,10980,3,1267,1974 -"39192",9227,11136,2,1267,2573 -"39193",9227,11585,3,1267,1817 -"39194",9227,11625,3,1267,2022 -"39195",9227,11639,3,1267,1593 -"39196",9227,11648,3,1267,2852 -"39197",9227,12948,3,1267,2669 -"39198",9227,13068,3,1267,1778 -"39199",9227,13944,3,1267,1671 -"39200",9227,14287,3,1267,1583 -"39201",9227,14558,3,1267,1585 -"39202",9227,14781,3,1267,2338 -"39203",9227,15381,3,1267,2289 -"39204",9227,16286,3,1267,2470 -"39205",9227,16501,3,1267,1650 -"39206",9227,16690,3,1267,2132 -"39207",9227,17645,3,1267,1918 -"39208",9227,18965,3,1267,2315 -"39209",9227,19073,3,1267,2748 -"39210",9227,19231,3,1267,1424 -"39211",9227,19934,3,1267,2888 -"39212",9227,20155,3,1267,1517 -"39213",9227,20220,3,1267,1656 -"39214",9227,20395,3,1267,1468 -"39215",9227,21681,3,1267,2005 -"39216",9227,22578,3,1267,2216 -"39217",9227,22723,3,1267,2859 -"39218",9227,23131,3,1267,1732 -"39219",9227,23488,2,1267,1523 -"39220",9227,24060,3,1267,2349 -"39221",9227,26734,2,1267,2299 -"39222",9227,27320,3,1267,2378 -"39223",9227,27686,3,1267,2844 -"39224",9227,27908,3,1267,2576 -"39225",9227,27914,3,1267,2507 -"39226",9227,28869,3,1267,2425 -"39227",9227,28893,3,1267,2764 -"39228",9227,29286,3,1267,1612 -"39229",9227,29495,3,1267,1612 -"39230",9227,29997,2,1267,1789 -"39231",9227,30486,3,1267,1269 -"39232",9227,30525,3,1267,1964 -"39233",9227,30669,3,1267,1921 -"39234",9227,31317,3,1267,1362 -"39235",9227,32050,3,1267,2059 -"39236",9227,32202,3,1267,2314 -"39237",9227,34334,3,1267,1637 -"39238",9227,34831,3,1267,1866 -"39239",9227,36953,3,1267,2790 -"39240",9227,36970,3,1267,2693 -"39241",9227,37036,3,1267,2264 -"39242",9227,37279,3,1267,2768 -"39243",9227,37929,3,1267,2393 -"39244",9227,38259,3,1267,2258 -"39245",9227,38333,3,1267,1365 -"39246",9227,39534,3,1267,2410 -"39247",9227,40572,1,1267,2666 -"39248",9227,40623,3,1267,2580 -"39249",9227,41023,2,1267,2408 -"39250",9227,41338,2,1267,1553 -"39251",9227,41598,3,1267,2291 -"39252",9227,41969,3,1267,2189 -"39253",9227,42813,3,1267,2142 -"39254",9227,44603,3,1267,2748 -"39255",9227,45729,3,1267,2606 -"39256",9227,45869,3,1267,2840 -"39257",9227,46384,3,1267,2285 -"39258",9227,46486,2,1267,1868 -"39259",9227,46532,3,1267,2005 -"39260",9227,47654,3,1267,1664 -"39261",9227,50354,3,1267,1299 -"39262",9227,51687,3,1267,2333 -"39263",9227,51879,2,1267,1771 -"39264",9227,53160,3,1267,2736 -"39265",9227,53739,3,1267,2704 -"39266",9227,53924,2,1267,1289 -"39267",9227,56094,3,1267,2343 -"39268",9227,59637,3,1267,2141 -"39269",9227,59726,3,1267,1513 -"39270",9227,60879,3,1267,2792 -"39271",9227,61125,3,1267,1673 -"39272",9227,62963,3,1267,1964 -"39273",9227,63837,3,1267,2807 -"39274",9227,64967,3,1267,2872 -"39275",9227,65242,3,1267,1988 -"39276",9227,67266,3,1267,2010 -"39277",9227,69232,3,1267,2130 -"39278",9227,70070,3,1267,2425 -"39279",9227,70455,3,1267,1307 -"39280",9227,72438,3,1267,1397 -"39281",9227,74055,3,1267,1544 -"39282",9227,76286,3,1267,1642 -"39283",9227,77077,3,1267,2693 -"39284",9227,81545,3,1267,2077 -"39285",9227,82932,2,1267,2245 -"39286",9227,92850,3,1267,1971 -"39287",9227,92860,3,1267,1643 -"39288",9227,100048,3,1267,1573 -"39289",9227,104828,3,1267,1609 -"39290",9241,2936,3,2338,2512 -"39291",9241,7785,3,2338,2441 -"39292",9241,7896,3,2338,2447 -"39293",9241,13879,3,2338,2748 -"39294",9241,14586,3,2338,2801 -"39295",9241,14754,3,2338,2456 -"39296",9241,15826,3,2338,2772 -"39297",9241,26182,2,2338,2775 -"39298",9241,27320,3,2338,2378 -"39299",9241,28893,3,2338,2764 -"39300",9241,32339,3,2338,2430 -"39301",9241,35797,3,2338,2482 -"39302",9241,57067,3,2338,2547 -"39303",9241,57356,2,2338,2476 -"39304",9241,60384,3,2338,2765 -"39305",9269,55,3,1892,2524 -"39306",9269,1151,3,1892,2885 -"39307",9269,2424,3,1892,2582 -"39308",9269,2443,3,1892,2333 -"39309",9269,2647,3,1892,2450 -"39310",9269,3158,3,1892,2762 -"39311",9269,3271,3,1892,2216 -"39312",9269,3506,2,1892,2364 -"39313",9269,3628,3,1892,2707 -"39314",9269,4403,3,1892,2416 -"39315",9269,4784,3,1892,2511 -"39316",9269,5839,3,1892,2301 -"39317",9269,6040,2,1892,2103 -"39318",9269,6621,3,1892,2478 -"39319",9269,7123,2,1892,1964 -"39320",9269,8762,3,1892,2585 -"39321",9269,9272,3,1892,2835 -"39322",9269,9740,3,1892,2233 -"39323",9269,9895,1,1892,1960 -"39324",9269,9910,2,1892,2526 -"39325",9269,9948,2,1892,2019 -"39326",9269,11351,2,1892,2971 -"39327",9269,14172,3,1892,1923 -"39328",9269,14442,3,1892,2700 -"39329",9269,15023,3,1892,2054 -"39330",9269,15813,2,1892,2143 -"39331",9269,16866,3,1892,2718 -"39332",9269,17645,3,1892,1918 -"39333",9269,17925,2,1892,2385 -"39334",9269,20547,3,1892,2145 -"39335",9269,20695,1,1892,2526 -"39336",9269,21358,3,1892,1970 -"39337",9269,22389,3,1892,2034 -"39338",9269,23560,3,1892,2051 -"39339",9269,26740,1,1892,2695 -"39340",9269,31159,3,1892,2231 -"39341",9269,31295,3,1892,2183 -"39342",9269,32724,3,1892,2581 -"39343",9269,38697,2,1892,2701 -"39344",9269,41350,3,1892,1935 -"39345",9269,41489,3,1892,2006 -"39346",9269,42382,3,1892,2224 -"39347",9269,43226,3,1892,2442 -"39348",9269,44744,1,1892,2032 -"39349",9269,46616,3,1892,1917 -"39350",9269,47607,3,1892,2724 -"39351",9269,48110,3,1892,2009 -"39352",9269,48931,2,1892,2444 -"39353",9269,51843,3,1892,2389 -"39354",9269,51890,3,1892,1992 -"39355",9269,53020,3,1892,2747 -"39356",9269,53445,3,1892,2028 -"39357",9269,53584,2,1892,2391 -"39358",9269,54385,3,1892,2340 -"39359",9269,54953,3,1892,2223 -"39360",9269,55261,3,1892,1915 -"39361",9269,57804,3,1892,2214 -"39362",9269,58508,3,1892,2326 -"39363",9269,69335,3,1892,2698 -"39364",9269,69453,3,1892,2831 -"39365",9269,76892,3,1892,2381 -"39366",9269,78277,3,1892,1937 -"39367",9269,84808,3,1892,1974 -"39368",9269,89391,3,1892,2180 -"39369",9269,93553,3,1892,2537 -"39370",9269,96387,2,1892,2159 -"39371",9269,100084,3,1892,1964 -"39372",9272,5239,3,2835,2875 -"39373",9272,18943,3,2835,2861 -"39374",9272,19364,2,2835,2846 -"39375",9272,23550,3,2835,2939 -"39376",9272,26749,3,2835,2965 -"39377",9272,30010,3,2835,2917 -"39378",9272,37684,3,2835,2899 -"39379",9272,42390,3,2835,2937 -"39380",9272,43173,2,2835,2895 -"39381",9272,59039,2,2835,2870 -"39382",9272,62712,3,2835,2884 -"39383",9272,99940,3,2835,2884 -"39384",9272,108379,3,2835,2933 -"39385",9273,1570,2,1747,2028 -"39386",9273,3272,3,1747,2132 -"39387",9273,3477,3,1747,2546 -"39388",9273,3559,3,1747,2413 -"39389",9273,4983,3,1747,1909 -"39390",9273,6063,3,1747,2349 -"39391",9273,7648,1,1747,1861 -"39392",9273,8325,3,1747,2228 -"39393",9273,10435,2,1747,1984 -"39394",9273,10756,3,1747,2207 -"39395",9273,12598,3,1747,2086 -"39396",9273,14442,2,1747,2700 -"39397",9273,15023,3,1747,2054 -"39398",9273,16184,1,1747,2274 -"39399",9273,17768,2,1747,2468 -"39400",9273,18005,3,1747,2449 -"39401",9273,19075,3,1747,2214 -"39402",9273,20547,3,1747,2145 -"39403",9273,22905,3,1747,2599 -"39404",9273,24867,2,1747,1861 -"39405",9273,25053,2,1747,2186 -"39406",9273,31281,3,1747,1937 -"39407",9273,32904,1,1747,2055 -"39408",9273,33223,3,1747,2397 -"39409",9273,33470,3,1747,2003 -"39410",9273,34295,2,1747,2735 -"39411",9273,35844,2,1747,2961 -"39412",9273,36996,3,1747,2321 -"39413",9273,40759,2,1747,2789 -"39414",9273,42136,3,1747,2551 -"39415",9273,44132,3,1747,1999 -"39416",9273,44501,2,1747,2567 -"39417",9273,44730,3,1747,2468 -"39418",9273,47094,1,1747,2592 -"39419",9273,49805,3,1747,2445 -"39420",9273,51843,3,1747,2389 -"39421",9273,54385,3,1747,2340 -"39422",9273,55307,2,1747,2306 -"39423",9273,55482,3,1747,1866 -"39424",9273,56413,3,1747,2747 -"39425",9273,58536,2,1747,2742 -"39426",9273,59289,3,1747,2896 -"39427",9273,63104,3,1747,2149 -"39428",9273,67701,3,1747,2289 -"39429",9273,84317,3,1747,2081 -"39430",9273,84808,3,1747,1974 -"39431",9273,106755,3,1747,2166 -"39432",9273,110737,3,1747,2117 -"39433",9281,2700,2,78,857 -"39434",9281,7684,3,78,790 -"39435",9281,9241,3,78,2338 -"39436",9281,14754,3,78,2456 -"39437",9281,23000,1,78,1815 -"39438",9281,26182,2,78,2775 -"39439",9281,29985,2,78,1568 -"39440",9281,38087,3,78,1083 -"39441",9281,43207,3,78,635 -"39442",9281,44749,3,78,1303 -"39443",9281,46982,3,78,2806 -"39444",9281,47013,3,78,2388 -"39445",9281,57356,3,78,2476 -"39446",9281,60808,3,78,1258 -"39447",9281,78594,3,78,2441 -"39448",9281,88759,3,78,1315 -"39449",9281,94448,3,78,242 -"39450",9281,99418,3,78,444 -"39451",9298,1046,3,1109,1881 -"39452",9298,1136,3,1109,2536 -"39453",9298,1367,3,1109,2176 -"39454",9298,2063,3,1109,1278 -"39455",9298,3167,3,1109,1676 -"39456",9298,4191,2,1109,2130 -"39457",9298,4618,2,1109,2607 -"39458",9298,7245,2,1109,2089 -"39459",9298,8533,3,1109,2251 -"39460",9298,8700,1,1109,1270 -"39461",9298,16164,3,1109,1184 -"39462",9298,16217,3,1109,1653 -"39463",9298,17357,3,1109,1536 -"39464",9298,18011,3,1109,1636 -"39465",9298,18202,2,1109,2475 -"39466",9298,18415,2,1109,2184 -"39467",9298,20563,3,1109,2267 -"39468",9298,21225,3,1109,1945 -"39469",9298,23534,3,1109,1659 -"39470",9298,25341,3,1109,1858 -"39471",9298,25643,2,1109,1646 -"39472",9298,26282,3,1109,1241 -"39473",9298,26793,2,1109,2104 -"39474",9298,28434,3,1109,1141 -"39475",9298,28892,3,1109,2023 -"39476",9298,29456,2,1109,1182 -"39477",9298,31050,3,1109,1491 -"39478",9298,31799,3,1109,2547 -"39479",9298,37400,3,1109,2860 -"39480",9298,40293,3,1109,1671 -"39481",9298,43153,3,1109,1381 -"39482",9298,45549,3,1109,1322 -"39483",9298,45633,3,1109,2134 -"39484",9298,46391,2,1109,1779 -"39485",9298,47857,3,1109,2325 -"39486",9298,49144,3,1109,1542 -"39487",9298,51410,3,1109,2739 -"39488",9298,58035,3,1109,1646 -"39489",9298,58384,3,1109,1637 -"39490",9298,64031,3,1109,1295 -"39491",9298,65691,3,1109,2134 -"39492",9298,82767,3,1109,1641 -"39493",9298,83053,3,1109,1303 -"39494",9298,94947,1,1109,1368 -"39495",9298,105233,3,1109,1199 -"39496",9298,109978,3,1109,1865 -"39497",9301,4646,3,1861,2139 -"39498",9301,5897,3,1861,2337 -"39499",9301,9787,3,1861,2858 -"39500",9301,10373,3,1861,2436 -"39501",9301,16437,3,1861,1956 -"39502",9301,20894,3,1861,2214 -"39503",9301,30865,3,1861,2038 -"39504",9301,33341,3,1861,2338 -"39505",9301,37752,3,1861,2223 -"39506",9301,38259,3,1861,2258 -"39507",9301,38373,3,1861,1928 -"39508",9301,40623,3,1861,2580 -"39509",9301,59039,3,1861,2870 -"39510",9301,88067,3,1861,2315 -"39511",9311,270,3,2477,2542 -"39512",9311,602,3,2477,2632 -"39513",9311,1151,3,2477,2885 -"39514",9311,1616,2,2477,2662 -"39515",9311,2036,3,2477,2483 -"39516",9311,2424,2,2477,2582 -"39517",9311,3305,3,2477,2839 -"39518",9311,7323,3,2477,2858 -"39519",9311,7515,3,2477,2737 -"39520",9311,7984,3,2477,2493 -"39521",9311,10148,3,2477,2964 -"39522",9311,12703,3,2477,2689 -"39523",9311,13249,3,2477,2573 -"39524",9311,13573,3,2477,2774 -"39525",9311,14655,3,2477,2559 -"39526",9311,14959,2,2477,2898 -"39527",9311,15444,3,2477,2764 -"39528",9311,15636,3,2477,2857 -"39529",9311,15930,3,2477,2541 -"39530",9311,16432,3,2477,2664 -"39531",9311,18151,3,2477,2962 -"39532",9311,19606,3,2477,2783 -"39533",9311,20700,3,2477,2861 -"39534",9311,23787,3,2477,2810 -"39535",9311,24753,3,2477,2860 -"39536",9311,24756,3,2477,2530 -"39537",9311,25486,3,2477,2582 -"39538",9311,26080,3,2477,2525 -"39539",9311,26749,3,2477,2965 -"39540",9311,28982,3,2477,2746 -"39541",9311,29095,2,2477,2531 -"39542",9311,29314,3,2477,2736 -"39543",9311,30906,1,2477,2537 -"39544",9311,33433,1,2477,2805 -"39545",9311,33801,2,2477,2899 -"39546",9311,35235,3,2477,2610 -"39547",9311,38755,2,2477,2902 -"39548",9311,41664,3,2477,2641 -"39549",9311,43455,3,2477,2846 -"39550",9311,44885,3,2477,2670 -"39551",9311,47534,3,2477,2712 -"39552",9311,49347,3,2477,2504 -"39553",9311,50118,3,2477,2654 -"39554",9311,51853,2,2477,2520 -"39555",9311,52570,3,2477,2645 -"39556",9311,53475,2,2477,2853 -"39557",9311,59140,3,2477,2528 -"39558",9311,61337,3,2477,2777 -"39559",9311,61458,3,2477,2630 -"39560",9311,61982,3,2477,2725 -"39561",9311,62841,3,2477,2710 -"39562",9311,70203,3,2477,2756 -"39563",9311,74636,3,2477,2525 -"39564",9311,88232,3,2477,2881 -"39565",9328,1570,3,1937,2028 -"39566",9328,3272,3,1937,2132 -"39567",9328,3477,3,1937,2546 -"39568",9328,6063,3,1937,2349 -"39569",9328,10857,3,1937,2253 -"39570",9328,12598,3,1937,2086 -"39571",9328,14442,2,1937,2700 -"39572",9328,16184,3,1937,2274 -"39573",9328,17768,3,1937,2468 -"39574",9328,25053,3,1937,2186 -"39575",9328,25971,2,1937,2608 -"39576",9328,33223,3,1937,2397 -"39577",9328,34480,2,1937,2755 -"39578",9328,34735,3,1937,2767 -"39579",9328,36996,3,1937,2321 -"39580",9328,54551,3,1937,2348 -"39581",9328,59289,3,1937,2896 -"39582",9328,72207,3,1937,2430 -"39583",9328,84317,3,1937,2081 -"39584",9331,316,2,2269,2413 -"39585",9331,341,3,2269,2689 -"39586",9331,3978,3,2269,2775 -"39587",9331,4953,3,2269,2285 -"39588",9331,6104,3,2269,2462 -"39589",9331,7616,3,2269,2296 -"39590",9331,8842,2,2269,2535 -"39591",9331,9175,3,2269,2639 -"39592",9331,13249,3,2269,2573 -"39593",9331,15444,3,2269,2764 -"39594",9331,16628,3,2269,2409 -"39595",9331,16866,3,2269,2718 -"39596",9331,17549,1,2269,2647 -"39597",9331,18865,3,2269,2676 -"39598",9331,19208,2,2269,2629 -"39599",9331,19605,2,2269,2395 -"39600",9331,20331,2,2269,2365 -"39601",9331,21734,3,2269,2528 -"39602",9331,24256,3,2269,2393 -"39603",9331,27379,2,2269,2461 -"39604",9331,29454,3,2269,2719 -"39605",9331,30827,3,2269,2323 -"39606",9331,31705,3,2269,2706 -"39607",9331,34120,3,2269,2786 -"39608",9331,38307,2,2269,2648 -"39609",9331,39464,3,2269,2314 -"39610",9331,41764,3,2269,2409 -"39611",9331,41945,2,2269,2856 -"39612",9331,43455,3,2269,2846 -"39613",9331,44688,1,2269,2924 -"39614",9331,45239,3,2269,2535 -"39615",9331,46446,3,2269,2295 -"39616",9331,47564,3,2269,2650 -"39617",9331,50480,2,2269,2701 -"39618",9331,51610,3,2269,2635 -"39619",9331,56910,3,2269,2705 -"39620",9331,57532,3,2269,2617 -"39621",9331,63395,3,2269,2334 -"39622",9331,64699,3,2269,2797 -"39623",9331,77815,3,2269,2358 -"39624",9331,97498,3,2269,2346 -"39625",9332,2,3,2734,2796 -"39626",9332,371,3,2734,2950 -"39627",9332,7252,3,2734,2799 -"39628",9332,11648,3,2734,2852 -"39629",9332,17037,3,2734,2947 -"39630",9332,19073,3,2734,2748 -"39631",9332,19606,3,2734,2783 -"39632",9332,19934,3,2734,2888 -"39633",9332,40035,3,2734,2742 -"39634",9332,42256,3,2734,2839 -"39635",9342,55,3,896,2524 -"39636",9342,900,3,896,2726 -"39637",9342,1393,2,896,1706 -"39638",9342,2014,2,896,973 -"39639",9342,2576,3,896,1307 -"39640",9342,3506,3,896,2364 -"39641",9342,4403,2,896,2416 -"39642",9342,4660,3,896,2149 -"39643",9342,5317,3,896,2063 -"39644",9342,5683,3,896,2468 -"39645",9342,7123,2,896,1964 -"39646",9342,9088,3,896,1881 -"39647",9342,9269,3,896,1892 -"39648",9342,10610,3,896,1427 -"39649",9342,14669,3,896,2080 -"39650",9342,15244,1,896,1600 -"39651",9342,16286,3,896,2470 -"39652",9342,17925,3,896,2385 -"39653",9342,21872,3,896,2458 -"39654",9342,22389,3,896,2034 -"39655",9342,23301,3,896,1611 -"39656",9342,31990,3,896,2264 -"39657",9342,32629,2,896,1789 -"39658",9342,32724,3,896,2581 -"39659",9342,37801,3,896,2578 -"39660",9342,38676,3,896,2286 -"39661",9342,41075,2,896,1176 -"39662",9342,44312,2,896,2741 -"39663",9342,44421,3,896,956 -"39664",9342,44744,3,896,2032 -"39665",9342,45449,3,896,1610 -"39666",9342,48931,2,896,2444 -"39667",9342,66017,3,896,1545 -"39668",9342,68215,2,896,2727 -"39669",9342,70455,3,896,1307 -"39670",9342,83264,3,896,1922 -"39671",9342,92469,3,896,1232 -"39672",9342,96387,2,896,2159 -"39673",9342,102581,2,896,1813 -"39674",9349,10278,1,2052,2345 -"39675",9349,30981,3,2052,2366 -"39676",9349,33949,3,2052,2489 -"39677",9349,42522,3,2052,2592 -"39678",9349,52969,2,2052,2302 -"39679",9351,1453,3,1460,1737 -"39680",9351,1691,3,1460,1941 -"39681",9351,3628,3,1460,2707 -"39682",9351,8890,3,1460,1955 -"39683",9351,21324,3,1460,2413 -"39684",9351,27509,3,1460,2067 -"39685",9351,32775,2,1460,2135 -"39686",9351,34158,2,1460,2639 -"39687",9351,42331,3,1460,1585 -"39688",9351,45742,3,1460,2566 -"39689",9351,51319,3,1460,2488 -"39690",9351,53219,3,1460,2973 -"39691",9351,53562,3,1460,2687 -"39692",9351,54631,3,1460,1531 -"39693",9351,55438,2,1460,2863 -"39694",9351,57209,3,1460,1719 -"39695",9351,70101,3,1460,2414 -"39696",9351,73172,3,1460,2496 -"39697",9362,1151,3,2879,2885 -"39698",9362,14959,3,2879,2898 -"39699",9362,18151,3,2879,2962 -"39700",9362,30697,3,2879,2891 -"39701",9362,36609,3,2879,2918 -"39702",9364,270,3,1698,2542 -"39703",9364,312,2,1698,2038 -"39704",9364,380,3,1698,2261 -"39705",9364,913,3,1698,2144 -"39706",9364,1102,3,1698,2282 -"39707",9364,1495,3,1698,2046 -"39708",9364,1639,3,1698,2631 -"39709",9364,1691,3,1698,1941 -"39710",9364,2181,3,1698,2030 -"39711",9364,2195,3,1698,2139 -"39712",9364,2424,3,1698,2582 -"39713",9364,2533,2,1698,2016 -"39714",9364,2766,3,1698,1920 -"39715",9364,3305,3,1698,2839 -"39716",9364,3306,3,1698,1989 -"39717",9364,3477,3,1698,2546 -"39718",9364,3801,3,1698,1974 -"39719",9364,4763,3,1698,1960 -"39720",9364,5041,3,1698,2371 -"39721",9364,5072,3,1698,2175 -"39722",9364,5429,3,1698,1991 -"39723",9364,5622,2,1698,2175 -"39724",9364,5971,3,1698,1985 -"39725",9364,6047,3,1698,2004 -"39726",9364,6063,3,1698,2349 -"39727",9364,6363,3,1698,2066 -"39728",9364,6588,3,1698,2025 -"39729",9364,6718,3,1698,2138 -"39730",9364,7180,3,1698,2227 -"39731",9364,7548,3,1698,1932 -"39732",9364,9311,3,1698,2477 -"39733",9364,9702,3,1698,1928 -"39734",9364,10513,2,1698,2284 -"39735",9364,10857,2,1698,2253 -"39736",9364,10874,2,1698,1891 -"39737",9364,11006,2,1698,1950 -"39738",9364,11218,3,1698,2292 -"39739",9364,11440,3,1698,2026 -"39740",9364,12375,3,1698,1873 -"39741",9364,12728,3,1698,2374 -"39742",9364,15184,3,1698,2396 -"39743",9364,16201,3,1698,1811 -"39744",9364,16332,1,1698,2668 -"39745",9364,16863,3,1698,2069 -"39746",9364,17400,3,1698,2231 -"39747",9364,18394,3,1698,2356 -"39748",9364,19027,3,1698,2721 -"39749",9364,19248,2,1698,2357 -"39750",9364,19622,3,1698,2371 -"39751",9364,19719,2,1698,2177 -"39752",9364,20124,2,1698,2376 -"39753",9364,20407,3,1698,2339 -"39754",9364,21138,3,1698,2849 -"39755",9364,21285,3,1698,2100 -"39756",9364,23395,3,1698,1948 -"39757",9364,23725,3,1698,2378 -"39758",9364,25198,3,1698,1982 -"39759",9364,25577,3,1698,1946 -"39760",9364,26582,3,1698,2772 -"39761",9364,26749,2,1698,2965 -"39762",9364,27275,3,1698,2656 -"39763",9364,27390,3,1698,2425 -"39764",9364,27694,2,1698,2030 -"39765",9364,29224,3,1698,2011 -"39766",9364,30405,3,1698,2164 -"39767",9364,33223,3,1698,2397 -"39768",9364,33949,3,1698,2489 -"39769",9364,34480,3,1698,2755 -"39770",9364,34836,3,1698,2302 -"39771",9364,36439,3,1698,2469 -"39772",9364,38019,3,1698,1870 -"39773",9364,38780,3,1698,2705 -"39774",9364,39294,3,1698,1889 -"39775",9364,41625,3,1698,1794 -"39776",9364,43213,3,1698,2160 -"39777",9364,43455,3,1698,2846 -"39778",9364,45684,3,1698,2200 -"39779",9364,46039,3,1698,1794 -"39780",9364,46629,3,1698,2255 -"39781",9364,47362,3,1698,2253 -"39782",9364,47772,2,1698,2293 -"39783",9364,48605,3,1698,2796 -"39784",9364,51017,3,1698,2073 -"39785",9364,51041,2,1698,2606 -"39786",9364,52576,3,1698,2234 -"39787",9364,52789,3,1698,1791 -"39788",9364,54551,2,1698,2348 -"39789",9364,56082,3,1698,2395 -"39790",9364,56317,3,1698,2030 -"39791",9364,57353,3,1698,1849 -"39792",9364,58451,3,1698,1939 -"39793",9364,58508,3,1698,2326 -"39794",9364,61982,2,1698,2725 -"39795",9364,62841,3,1698,2710 -"39796",9364,65007,3,1698,2530 -"39797",9364,66703,3,1698,2375 -"39798",9364,70203,3,1698,2756 -"39799",9364,72468,3,1698,2292 -"39800",9364,76048,3,1698,2373 -"39801",9364,79322,2,1698,2770 -"39802",9364,80825,3,1698,2315 -"39803",9364,82949,2,1698,2077 -"39804",9364,83396,3,1698,2396 -"39805",9391,206,3,1252,1986 -"39806",9391,312,2,1252,2038 -"39807",9391,913,3,1252,2144 -"39808",9391,1036,3,1252,1367 -"39809",9391,1092,3,1252,1945 -"39810",9391,2533,3,1252,2016 -"39811",9391,2684,2,1252,2874 -"39812",9391,2712,3,1252,1881 -"39813",9391,2894,3,1252,1291 -"39814",9391,3305,3,1252,2839 -"39815",9391,3716,3,1252,1679 -"39816",9391,4360,3,1252,1770 -"39817",9391,4504,3,1252,1905 -"39818",9391,5072,3,1252,2175 -"39819",9391,5429,2,1252,1991 -"39820",9391,5622,3,1252,2175 -"39821",9391,7234,2,1252,2654 -"39822",9391,8088,3,1252,2220 -"39823",9391,8865,2,1252,2394 -"39824",9391,9311,2,1252,2477 -"39825",9391,9893,3,1252,2701 -"39826",9391,10148,2,1252,2964 -"39827",9391,10488,3,1252,1524 -"39828",9391,10717,3,1252,1938 -"39829",9391,10779,3,1252,2881 -"39830",9391,10843,3,1252,2277 -"39831",9391,10857,3,1252,2253 -"39832",9391,10871,3,1252,2314 -"39833",9391,11055,3,1252,2111 -"39834",9391,11382,3,1252,2746 -"39835",9391,12035,3,1252,2721 -"39836",9391,12310,1,1252,1337 -"39837",9391,12528,3,1252,2589 -"39838",9391,12778,3,1252,2045 -"39839",9391,13610,3,1252,2515 -"39840",9391,13808,3,1252,1356 -"39841",9391,15402,3,1252,1281 -"39842",9391,15560,1,1252,2257 -"39843",9391,15626,3,1252,2434 -"39844",9391,16195,3,1252,2964 -"39845",9391,17396,3,1252,1672 -"39846",9391,17400,3,1252,2231 -"39847",9391,17819,3,1252,2291 -"39848",9391,17943,3,1252,1943 -"39849",9391,19248,3,1252,2357 -"39850",9391,19937,3,1252,1587 -"39851",9391,22180,3,1252,1835 -"39852",9391,22331,3,1252,2687 -"39853",9391,23508,2,1252,1907 -"39854",9391,24259,3,1252,1281 -"39855",9391,24448,2,1252,2289 -"39856",9391,24512,2,1252,1369 -"39857",9391,24753,3,1252,2860 -"39858",9391,25443,3,1252,1441 -"39859",9391,25643,3,1252,1646 -"39860",9391,26182,3,1252,2775 -"39861",9391,27275,3,1252,2656 -"39862",9391,27390,3,1252,2425 -"39863",9391,27501,3,1252,1981 -"39864",9391,27849,3,1252,1316 -"39865",9391,27908,3,1252,2576 -"39866",9391,29073,3,1252,2328 -"39867",9391,29454,3,1252,2719 -"39868",9391,30052,3,1252,2855 -"39869",9391,30906,1,1252,2537 -"39870",9391,31307,3,1252,2139 -"39871",9391,33356,3,1252,1586 -"39872",9391,33383,3,1252,1572 -"39873",9391,33433,3,1252,2805 -"39874",9391,34707,3,1252,2042 -"39875",9391,35095,3,1252,1502 -"39876",9391,35903,2,1252,1434 -"39877",9391,36031,3,1252,2342 -"39878",9391,36574,3,1252,2934 -"39879",9391,37333,3,1252,1612 -"39880",9391,38885,3,1252,2720 -"39881",9391,39294,3,1252,1889 -"39882",9391,40493,3,1252,1981 -"39883",9391,42196,2,1252,2765 -"39884",9391,43213,3,1252,2160 -"39885",9391,43756,3,1252,2881 -"39886",9391,43769,3,1252,2394 -"39887",9391,44885,3,1252,2670 -"39888",9391,46196,3,1252,1510 -"39889",9391,46486,3,1252,1868 -"39890",9391,46596,3,1252,1942 -"39891",9391,48377,3,1252,1927 -"39892",9391,51041,3,1252,2606 -"39893",9391,52136,3,1252,1412 -"39894",9391,52442,3,1252,1269 -"39895",9391,53604,3,1252,2489 -"39896",9391,54551,3,1252,2348 -"39897",9391,54695,3,1252,2429 -"39898",9391,55821,3,1252,1303 -"39899",9391,55862,3,1252,2123 -"39900",9391,56082,3,1252,2395 -"39901",9391,58733,3,1252,1958 -"39902",9391,59113,3,1252,2434 -"39903",9391,62488,3,1252,1418 -"39904",9391,62966,3,1252,1282 -"39905",9391,66224,3,1252,2728 -"39906",9391,67652,2,1252,2736 -"39907",9391,68215,3,1252,2727 -"39908",9391,69232,3,1252,2130 -"39909",9391,72207,3,1252,2430 -"39910",9391,73394,3,1252,1606 -"39911",9391,74190,3,1252,1428 -"39912",9391,75403,3,1252,1895 -"39913",9391,82929,3,1252,2475 -"39914",9391,89681,3,1252,1978 -"39915",9391,101338,2,1252,1319 -"39916",9423,145,2,1708,1998 -"39917",9423,160,2,1708,2007 -"39918",9423,316,3,1708,2413 -"39919",9423,341,3,1708,2689 -"39920",9423,854,3,1708,2307 -"39921",9423,913,3,1708,2144 -"39922",9423,915,3,1708,1793 -"39923",9423,1324,3,1708,2147 -"39924",9423,1409,3,1708,2090 -"39925",9423,2181,3,1708,2030 -"39926",9423,2484,3,1708,2389 -"39927",9423,3068,3,1708,1815 -"39928",9423,3456,3,1708,1999 -"39929",9423,3477,3,1708,2546 -"39930",9423,3978,2,1708,2775 -"39931",9423,3980,3,1708,2771 -"39932",9423,4303,3,1708,2414 -"39933",9423,4646,3,1708,2139 -"39934",9423,4929,2,1708,2240 -"39935",9423,4953,3,1708,2285 -"39936",9423,6063,3,1708,2349 -"39937",9423,6104,3,1708,2462 -"39938",9423,6192,3,1708,2409 -"39939",9423,6234,3,1708,2654 -"39940",9423,6324,2,1708,1990 -"39941",9423,6449,2,1708,1997 -"39942",9423,6821,2,1708,1788 -"39943",9423,7014,3,1708,2401 -"39944",9423,7167,3,1708,1993 -"39945",9423,7241,3,1708,2259 -"39946",9423,7616,3,1708,2296 -"39947",9423,8060,3,1708,1883 -"39948",9423,8238,3,1708,2222 -"39949",9423,8274,3,1708,1909 -"39950",9423,8842,2,1708,2535 -"39951",9423,9175,3,1708,2639 -"39952",9423,9311,3,1708,2477 -"39953",9423,9331,2,1708,2269 -"39954",9423,9723,3,1708,2302 -"39955",9423,10964,3,1708,2043 -"39956",9423,11067,3,1708,2734 -"39957",9423,12081,1,1708,2166 -"39958",9423,12388,3,1708,1975 -"39959",9423,12729,2,1708,1835 -"39960",9423,12901,3,1708,2136 -"39961",9423,13158,3,1708,2667 -"39962",9423,14096,2,1708,1861 -"39963",9423,14507,3,1708,2686 -"39964",9423,14731,3,1708,2012 -"39965",9423,14918,2,1708,2071 -"39966",9423,14972,3,1708,2332 -"39967",9423,15008,3,1708,2338 -"39968",9423,15207,3,1708,1855 -"39969",9423,15444,3,1708,2764 -"39970",9423,15729,3,1708,2338 -"39971",9423,16437,3,1708,1956 -"39972",9423,16628,3,1708,2409 -"39973",9423,17351,1,1708,2036 -"39974",9423,17549,1,1708,2647 -"39975",9423,17632,1,1708,1947 -"39976",9423,17867,3,1708,1904 -"39977",9423,18165,3,1708,2085 -"39978",9423,18670,1,1708,1835 -"39979",9423,19208,3,1708,2629 -"39980",9423,19215,3,1708,2604 -"39981",9423,19317,3,1708,2041 -"39982",9423,19605,3,1708,2395 -"39983",9423,20331,2,1708,2365 -"39984",9423,21079,2,1708,1997 -"39985",9423,21487,3,1708,2203 -"39986",9423,21734,3,1708,2528 -"39987",9423,22580,3,1708,2245 -"39988",9423,22682,2,1708,2035 -"39989",9423,22709,3,1708,2743 -"39990",9423,24256,2,1708,2393 -"39991",9423,24558,3,1708,2139 -"39992",9423,24825,3,1708,2686 -"39993",9423,26658,3,1708,2745 -"39994",9423,27379,3,1708,2461 -"39995",9423,27796,2,1708,2151 -"39996",9423,29289,2,1708,1756 -"39997",9423,29930,3,1708,2240 -"39998",9423,29977,3,1708,2781 -"39999",9423,30827,3,1708,2323 -"40000",9423,30981,3,1708,2366 -"40001",9423,31117,2,1708,2210 -"40002",9423,31159,2,1708,2231 -"40003",9423,31235,3,1708,2668 -"40004",9423,31295,3,1708,2183 -"40005",9423,31705,2,1708,2706 -"40006",9423,32047,3,1708,1858 -"40007",9423,32939,2,1708,2277 -"40008",9423,33223,3,1708,2397 -"40009",9423,34120,3,1708,2786 -"40010",9423,34509,3,1708,1973 -"40011",9423,34707,3,1708,2042 -"40012",9423,35264,3,1708,2329 -"40013",9423,35888,3,1708,2291 -"40014",9423,36031,3,1708,2342 -"40015",9423,37238,3,1708,2609 -"40016",9423,38307,2,1708,2648 -"40017",9423,38676,3,1708,2286 -"40018",9423,38973,3,1708,1999 -"40019",9423,39464,3,1708,2314 -"40020",9423,40368,3,1708,2876 -"40021",9423,41682,3,1708,1988 -"40022",9423,41770,3,1708,2752 -"40023",9423,41900,2,1708,1970 -"40024",9423,41945,2,1708,2856 -"40025",9423,42216,3,1708,2722 -"40026",9423,42256,3,1708,2839 -"40027",9423,42783,3,1708,2338 -"40028",9423,43404,3,1708,2649 -"40029",9423,43455,3,1708,2846 -"40030",9423,44688,1,1708,2924 -"40031",9423,45239,3,1708,2535 -"40032",9423,45545,3,1708,1776 -"40033",9423,45585,3,1708,2384 -"40034",9423,46446,3,1708,2295 -"40035",9423,47564,3,1708,2650 -"40036",9423,48035,3,1708,2180 -"40037",9423,50113,2,1708,2059 -"40038",9423,50480,3,1708,2701 -"40039",9423,52597,3,1708,1773 -"40040",9423,53445,3,1708,2028 -"40041",9423,53995,3,1708,2151 -"40042",9423,57532,3,1708,2617 -"40043",9423,57804,2,1708,2214 -"40044",9423,58284,3,1708,2292 -"40045",9423,60974,3,1708,2972 -"40046",9423,63477,3,1708,1907 -"40047",9423,64699,3,1708,2797 -"40048",9423,64857,3,1708,1792 -"40049",9423,70573,2,1708,1993 -"40050",9423,77611,3,1708,1795 -"40051",9423,77815,3,1708,2358 -"40052",9423,79413,3,1708,2224 -"40053",9423,89681,3,1708,1978 -"40054",9432,270,3,1693,2542 -"40055",9432,313,3,1693,2271 -"40056",9432,377,3,1693,2389 -"40057",9432,499,3,1693,1931 -"40058",9432,543,2,1693,2203 -"40059",9432,600,3,1693,1702 -"40060",9432,913,3,1693,2144 -"40061",9432,1151,3,1693,2885 -"40062",9432,1777,3,1693,1965 -"40063",9432,2484,3,1693,2389 -"40064",9432,3878,1,1693,1890 -"40065",9432,4226,3,1693,1903 -"40066",9432,4687,3,1693,2152 -"40067",9432,5078,3,1693,2033 -"40068",9432,5457,3,1693,2077 -"40069",9432,5462,3,1693,2374 -"40070",9432,5504,2,1693,2389 -"40071",9432,5971,3,1693,1985 -"40072",9432,6044,3,1693,2744 -"40073",9432,6390,3,1693,2385 -"40074",9432,6718,2,1693,2138 -"40075",9432,7323,3,1693,2858 -"40076",9432,7515,2,1693,2737 -"40077",9432,9184,3,1693,2670 -"40078",9432,11516,2,1693,1937 -"40079",9432,14032,3,1693,2144 -"40080",9432,17645,3,1693,1918 -"40081",9432,18394,3,1693,2356 -"40082",9432,19322,3,1693,2048 -"40083",9432,20700,3,1693,2861 -"40084",9432,21122,2,1693,1701 -"40085",9432,22749,3,1693,1727 -"40086",9432,23132,3,1693,2756 -"40087",9432,24568,2,1693,1937 -"40088",9432,25816,3,1693,2088 -"40089",9432,26867,3,1693,1804 -"40090",9432,28303,3,1693,2089 -"40091",9432,29258,3,1693,1932 -"40092",9432,35256,3,1693,2271 -"40093",9432,37570,3,1693,2389 -"40094",9432,42687,2,1693,1952 -"40095",9432,44768,3,1693,2516 -"40096",9432,47445,3,1693,2668 -"40097",9432,50667,3,1693,2719 -"40098",9432,55906,3,1693,2851 -"40099",9432,56082,3,1693,2395 -"40100",9432,58451,3,1693,1939 -"40101",9432,62219,3,1693,2494 -"40102",9432,63409,2,1693,1937 -"40103",9432,71478,3,1693,1721 -"40104",9432,73305,3,1693,2544 -"40105",9432,79804,1,1693,2227 -"40106",9432,80429,1,1693,1927 -"40107",9432,86245,3,1693,1972 -"40108",9432,92322,3,1693,2393 -"40109",9432,97915,2,1693,1802 -"40110",9440,270,3,1006,2542 -"40111",9440,997,3,1006,2788 -"40112",9440,1046,3,1006,1881 -"40113",9440,1124,3,1006,1596 -"40114",9440,1692,3,1006,2443 -"40115",9440,1767,3,1006,2727 -"40116",9440,1875,2,1006,1786 -"40117",9440,2093,3,1006,2459 -"40118",9440,2337,2,1006,1697 -"40119",9440,2600,3,1006,1182 -"40120",9440,2754,2,1006,1360 -"40121",9440,3068,2,1006,1815 -"40122",9440,3317,2,1006,2037 -"40123",9440,3495,3,1006,2431 -"40124",9440,3849,3,1006,1356 -"40125",9440,3980,3,1006,2771 -"40126",9440,4066,3,1006,1736 -"40127",9440,4671,2,1006,2280 -"40128",9440,5449,3,1006,1723 -"40129",9440,5515,3,1006,2385 -"40130",9440,5669,3,1006,2502 -"40131",9440,5725,3,1006,2789 -"40132",9440,5845,2,1006,1552 -"40133",9440,5971,3,1006,1985 -"40134",9440,6588,3,1006,2025 -"40135",9440,6996,3,1006,2916 -"40136",9440,7029,3,1006,2204 -"40137",9440,7269,3,1006,1728 -"40138",9440,7858,3,1006,1795 -"40139",9440,8062,3,1006,2858 -"40140",9440,9801,3,1006,2443 -"40141",9440,10488,3,1006,1524 -"40142",9440,10964,2,1006,2043 -"40143",9440,11019,1,1006,1299 -"40144",9440,11067,2,1006,2734 -"40145",9440,11103,3,1006,2393 -"40146",9440,11625,3,1006,2022 -"40147",9440,13158,3,1006,2667 -"40148",9440,13307,3,1006,2206 -"40149",9440,13537,3,1006,1020 -"40150",9440,13945,3,1006,1324 -"40151",9440,15095,3,1006,2001 -"40152",9440,15122,3,1006,1201 -"40153",9440,15734,3,1006,1616 -"40154",9440,17943,3,1006,1943 -"40155",9440,18394,3,1006,2356 -"40156",9440,19282,3,1006,1623 -"40157",9440,19676,3,1006,1515 -"40158",9440,20162,2,1006,2328 -"40159",9440,21012,3,1006,2325 -"40160",9440,22705,2,1006,1016 -"40161",9440,23121,3,1006,2108 -"40162",9440,23526,3,1006,1998 -"40163",9440,23534,3,1006,1659 -"40164",9440,23715,3,1006,1859 -"40165",9440,24085,3,1006,1253 -"40166",9440,24195,2,1006,1575 -"40167",9440,25078,3,1006,2312 -"40168",9440,25373,3,1006,2783 -"40169",9440,25508,3,1006,2081 -"40170",9440,27195,3,1006,2158 -"40171",9440,28285,3,1006,2972 -"40172",9440,28640,3,1006,1475 -"40173",9440,29578,3,1006,1957 -"40174",9440,30092,3,1006,1593 -"40175",9440,30405,3,1006,2164 -"40176",9440,30827,3,1006,2323 -"40177",9440,30850,3,1006,1045 -"40178",9440,31131,3,1006,2810 -"40179",9440,31799,3,1006,2547 -"40180",9440,32131,3,1006,1035 -"40181",9440,32939,3,1006,2277 -"40182",9440,35514,3,1006,2346 -"40183",9440,35620,3,1006,2092 -"40184",9440,36120,3,1006,2971 -"40185",9440,36506,2,1006,2638 -"40186",9440,37301,3,1006,2160 -"40187",9440,40028,3,1006,1349 -"40188",9440,40072,3,1006,1182 -"40189",9440,40675,3,1006,1595 -"40190",9440,42216,3,1006,2722 -"40191",9440,42914,2,1006,1737 -"40192",9440,43404,3,1006,2649 -"40193",9440,44786,3,1006,1096 -"40194",9440,45461,3,1006,2458 -"40195",9440,46385,3,1006,2225 -"40196",9440,47070,3,1006,1265 -"40197",9440,47384,3,1006,1639 -"40198",9440,47534,3,1006,2712 -"40199",9440,48571,3,1006,2717 -"40200",9440,48823,3,1006,2080 -"40201",9440,50236,3,1006,2339 -"40202",9440,50667,3,1006,2719 -"40203",9440,53219,3,1006,2973 -"40204",9440,53530,3,1006,2380 -"40205",9440,53668,3,1006,2242 -"40206",9440,55084,2,1006,1189 -"40207",9440,55828,3,1006,2393 -"40208",9440,56232,2,1006,1175 -"40209",9440,57804,3,1006,2214 -"40210",9440,62840,3,1006,2502 -"40211",9440,63515,3,1006,2023 -"40212",9440,68960,3,1006,1312 -"40213",9440,72334,3,1006,2820 -"40214",9440,75607,2,1006,2245 -"40215",9440,76132,3,1006,2426 -"40216",9440,78384,2,1006,1762 -"40217",9440,79848,2,1006,1629 -"40218",9440,88063,3,1006,1045 -"40219",9440,95879,3,1006,1748 -"40220",9462,1570,3,378,2028 -"40221",9462,2724,3,378,2447 -"40222",9462,3272,3,378,2132 -"40223",9462,3477,3,378,2546 -"40224",9462,3678,2,378,1325 -"40225",9462,4622,2,378,1589 -"40226",9462,4691,3,378,1888 -"40227",9462,6063,3,378,2349 -"40228",9462,6078,3,378,498 -"40229",9462,6235,3,378,1585 -"40230",9462,6562,2,378,1139 -"40231",9462,7648,2,378,1861 -"40232",9462,9273,2,378,1747 -"40233",9462,9328,3,378,1937 -"40234",9462,10435,1,378,1984 -"40235",9462,10755,3,378,1742 -"40236",9462,11803,2,378,1232 -"40237",9462,12031,3,378,1957 -"40238",9462,12598,3,378,2086 -"40239",9462,12735,3,378,819 -"40240",9462,12779,3,378,936 -"40241",9462,12861,3,378,1207 -"40242",9462,14061,2,378,1620 -"40243",9462,14442,2,378,2700 -"40244",9462,14902,1,378,562 -"40245",9462,15119,3,378,1020 -"40246",9462,15916,3,378,1236 -"40247",9462,16184,3,378,2274 -"40248",9462,17608,3,378,1216 -"40249",9462,17768,2,378,2468 -"40250",9462,17999,3,378,2758 -"40251",9462,18217,3,378,1566 -"40252",9462,18455,3,378,1237 -"40253",9462,20371,3,378,595 -"40254",9462,21419,3,378,1243 -"40255",9462,21701,3,378,1198 -"40256",9462,22462,3,378,869 -"40257",9462,22905,2,378,2599 -"40258",9462,23639,3,378,2065 -"40259",9462,23731,3,378,1656 -"40260",9462,24116,2,378,1413 -"40261",9462,24867,2,378,1861 -"40262",9462,25053,2,378,2186 -"40263",9462,25678,3,378,1558 -"40264",9462,25886,2,378,1580 -"40265",9462,29067,3,378,1538 -"40266",9462,29354,2,378,1123 -"40267",9462,31281,3,378,1937 -"40268",9462,32904,3,378,2055 -"40269",9462,33223,3,378,2397 -"40270",9462,35844,3,378,2961 -"40271",9462,36975,2,378,887 -"40272",9462,36996,3,378,2321 -"40273",9462,39911,2,378,1445 -"40274",9462,40542,3,378,1664 -"40275",9462,41051,3,378,2767 -"40276",9462,41669,3,378,1247 -"40277",9462,42136,3,378,2551 -"40278",9462,44132,2,378,1999 -"40279",9462,44473,3,378,1685 -"40280",9462,44501,3,378,2567 -"40281",9462,44730,3,378,2468 -"40282",9462,46849,3,378,1238 -"40283",9462,47094,3,378,2592 -"40284",9462,47882,3,378,2769 -"40285",9462,49805,2,378,2445 -"40286",9462,50635,3,378,2962 -"40287",9462,50779,3,378,623 -"40288",9462,53377,3,378,417 -"40289",9462,55436,3,378,2513 -"40290",9462,55446,2,378,1247 -"40291",9462,55493,3,378,869 -"40292",9462,55997,3,378,1414 -"40293",9462,56212,3,378,1410 -"40294",9462,56413,3,378,2747 -"40295",9462,58536,2,378,2742 -"40296",9462,59289,2,378,2896 -"40297",9462,60059,3,378,2587 -"40298",9462,62975,3,378,977 -"40299",9462,68460,3,378,599 -"40300",9462,74054,3,378,1488 -"40301",9462,76295,3,378,1001 -"40302",9462,76503,3,378,1136 -"40303",9462,77519,2,378,819 -"40304",9462,80728,3,378,599 -"40305",9462,82246,3,378,1538 -"40306",9462,83228,3,378,732 -"40307",9462,84317,2,378,2081 -"40308",9462,84322,2,378,1635 -"40309",9462,84808,3,378,1974 -"40310",9462,85062,3,378,1379 -"40311",9462,85072,3,378,413 -"40312",9462,86357,3,378,736 -"40313",9462,88739,3,378,933 -"40314",9462,91435,3,378,933 -"40315",9462,91465,2,378,1047 -"40316",9462,93123,3,378,870 -"40317",9462,95211,3,378,2462 -"40318",9462,95730,3,378,1481 -"40319",9462,97615,3,378,1198 -"40320",9462,103536,2,378,475 -"40321",9462,105253,3,378,476 -"40322",9462,115194,3,378,604 -"40323",9474,2424,3,864,2582 -"40324",9474,3716,3,864,1679 -"40325",9474,4790,3,864,1025 -"40326",9474,4791,3,864,1184 -"40327",9474,11540,3,864,1237 -"40328",9474,19719,3,864,2177 -"40329",9474,20975,3,864,1305 -"40330",9474,21138,3,864,2849 -"40331",9474,21197,3,864,1437 -"40332",9474,21198,3,864,935 -"40333",9474,21285,3,864,2100 -"40334",9474,22586,3,864,1341 -"40335",9474,23450,3,864,967 -"40336",9474,24755,3,864,1319 -"40337",9474,25577,3,864,1946 -"40338",9474,26471,3,864,1061 -"40339",9474,34836,3,864,2302 -"40340",9474,38019,2,864,1870 -"40341",9474,39238,2,864,922 -"40342",9474,47772,3,864,2293 -"40343",9474,51017,3,864,2073 -"40344",9474,56317,3,864,2030 -"40345",9474,71342,3,864,1289 -"40346",9474,75948,3,864,1006 -"40347",9474,77305,3,864,965 -"40348",9474,81588,3,864,1568 -"40349",9474,89097,3,864,935 -"40350",9474,90802,3,864,877 -"40351",9474,101395,3,864,891 -"40352",9481,237,3,1610,1982 -"40353",9481,364,3,1610,2351 -"40354",9481,1520,2,1610,1716 -"40355",9481,2206,3,1610,2536 -"40356",9481,2747,3,1610,2411 -"40357",9481,2985,3,1610,2398 -"40358",9481,3477,3,1610,2546 -"40359",9481,3978,3,1610,2775 -"40360",9481,4669,3,1610,2395 -"40361",9481,5897,3,1610,2337 -"40362",9481,6063,3,1610,2349 -"40363",9481,7861,3,1610,1647 -"40364",9481,8865,3,1610,2394 -"40365",9481,8890,3,1610,1955 -"40366",9481,9035,2,1610,2771 -"40367",9481,9060,3,1610,1612 -"40368",9481,9332,3,1610,2734 -"40369",9481,9503,2,1610,2453 -"40370",9481,9785,3,1610,2951 -"40371",9481,9787,2,1610,2858 -"40372",9481,10453,1,1610,1656 -"40373",9481,12361,3,1610,2732 -"40374",9481,12948,3,1610,2669 -"40375",9481,13879,3,1610,2748 -"40376",9481,14749,3,1610,1998 -"40377",9481,14817,3,1610,2110 -"40378",9481,15826,3,1610,2772 -"40379",9481,16501,2,1610,1650 -"40380",9481,16796,3,1610,1892 -"40381",9481,17037,2,1610,2947 -"40382",9481,18102,3,1610,1642 -"40383",9481,19433,3,1610,2504 -"40384",9481,19587,3,1610,1684 -"40385",9481,19655,2,1610,2706 -"40386",9481,19686,3,1610,2467 -"40387",9481,20220,1,1610,1656 -"40388",9481,20984,3,1610,2502 -"40389",9481,22364,3,1610,1809 -"40390",9481,23603,3,1610,2048 -"40391",9481,23825,3,1610,1913 -"40392",9481,25163,2,1610,1751 -"40393",9481,26182,3,1610,2775 -"40394",9481,26959,2,1610,1961 -"40395",9481,27320,3,1610,2378 -"40396",9481,27742,3,1610,2700 -"40397",9481,27908,3,1610,2576 -"40398",9481,27914,3,1610,2507 -"40399",9481,28837,2,1610,2286 -"40400",9481,29286,2,1610,1612 -"40401",9481,30334,3,1610,2075 -"40402",9481,30368,2,1610,2487 -"40403",9481,31335,3,1610,2351 -"40404",9481,31542,2,1610,2459 -"40405",9481,31868,3,1610,1993 -"40406",9481,32339,3,1610,2430 -"40407",9481,32775,3,1610,2135 -"40408",9481,33223,3,1610,2397 -"40409",9481,34892,3,1610,2309 -"40410",9481,34984,3,1610,2056 -"40411",9481,36912,2,1610,2469 -"40412",9481,37636,3,1610,2178 -"40413",9481,39062,2,1610,2020 -"40414",9481,40014,3,1610,2608 -"40415",9481,40035,3,1610,2742 -"40416",9481,40392,3,1610,1878 -"40417",9481,40542,3,1610,1664 -"40418",9481,41581,2,1610,1692 -"40419",9481,41633,3,1610,1976 -"40420",9481,43204,3,1610,1680 -"40421",9481,45729,3,1610,2606 -"40422",9481,46486,3,1610,1868 -"40423",9481,47595,3,1610,2374 -"40424",9481,50335,3,1610,1893 -"40425",9481,51783,3,1610,2599 -"40426",9481,51879,3,1610,1771 -"40427",9481,52483,3,1610,2317 -"40428",9481,53739,3,1610,2704 -"40429",9481,56569,2,1610,1993 -"40430",9481,57067,3,1610,2547 -"40431",9481,61347,3,1610,1684 -"40432",9481,63077,2,1610,2778 -"40433",9481,64947,3,1610,2489 -"40434",9481,72597,2,1610,1843 -"40435",9481,74370,2,1610,1667 -"40436",9481,82932,3,1610,2245 -"40437",9481,92860,3,1610,1643 -"40438",9484,160,3,1429,2007 -"40439",9484,680,3,1429,2569 -"40440",9484,1314,3,1429,1522 -"40441",9484,1641,3,1429,1490 -"40442",9484,2057,3,1429,1965 -"40443",9484,2591,3,1429,1949 -"40444",9484,2747,3,1429,2411 -"40445",9484,3978,3,1429,2775 -"40446",9484,4303,2,1429,2414 -"40447",9484,4361,3,1429,2571 -"40448",9484,4665,3,1429,1569 -"40449",9484,6063,3,1429,2349 -"40450",9484,6989,3,1429,2623 -"40451",9484,8062,3,1429,2858 -"40452",9484,8604,3,1429,2799 -"40453",9484,9503,3,1429,2453 -"40454",9484,10739,2,1429,1807 -"40455",9484,11588,2,1429,2352 -"40456",9484,12759,3,1429,2414 -"40457",9484,13065,3,1429,1561 -"40458",9484,13136,3,1429,2867 -"40459",9484,14754,3,1429,2456 -"40460",9484,14998,3,1429,1553 -"40461",9484,15095,3,1429,2001 -"40462",9484,16539,3,1429,1947 -"40463",9484,16595,3,1429,2352 -"40464",9484,18005,3,1429,2449 -"40465",9484,18124,3,1429,1642 -"40466",9484,18381,3,1429,1524 -"40467",9484,19587,3,1429,1684 -"40468",9484,19686,3,1429,2467 -"40469",9484,19934,3,1429,2888 -"40470",9484,20220,3,1429,1656 -"40471",9484,20662,2,1429,1523 -"40472",9484,22244,3,1429,2139 -"40473",9484,23131,3,1429,1732 -"40474",9484,24069,3,1429,2697 -"40475",9484,25373,3,1429,2783 -"40476",9484,27390,3,1429,2425 -"40477",9484,27882,3,1429,1897 -"40478",9484,28116,2,1429,1643 -"40479",9484,28837,3,1429,2286 -"40480",9484,30334,3,1429,2075 -"40481",9484,30525,3,1429,1964 -"40482",9484,31335,3,1429,2351 -"40483",9484,37424,3,1429,1693 -"40484",9484,37636,3,1429,2178 -"40485",9484,37752,3,1429,2223 -"40486",9484,39418,1,1429,1978 -"40487",9484,39534,3,1429,2410 -"40488",9484,40392,3,1429,1878 -"40489",9484,41694,3,1429,2358 -"40490",9484,41723,3,1429,2101 -"40491",9484,41955,3,1429,2479 -"40492",9484,43660,2,1429,2320 -"40493",9484,43961,3,1429,2443 -"40494",9484,44694,3,1429,2220 -"40495",9484,45729,3,1429,2606 -"40496",9484,46486,3,1429,1868 -"40497",9484,49347,3,1429,2504 -"40498",9484,50585,3,1429,2414 -"40499",9484,51783,3,1429,2599 -"40500",9484,55482,3,1429,1866 -"40501",9484,59039,3,1429,2870 -"40502",9484,61541,3,1429,2699 -"40503",9484,64947,3,1429,2489 -"40504",9484,65188,3,1429,2213 -"40505",9484,65381,3,1429,2184 -"40506",9484,65522,3,1429,1572 -"40507",9484,71531,3,1429,2887 -"40508",9484,72597,3,1429,1843 -"40509",9484,73107,3,1429,1918 -"40510",9484,74055,3,1429,1544 -"40511",9484,77052,3,1429,2770 -"40512",9484,81164,3,1429,2260 -"40513",9484,83122,3,1429,1503 -"40514",9484,90745,3,1429,1994 -"40515",9484,92860,3,1429,1643 -"40516",9484,106399,2,1429,1530 -"40517",9484,107435,3,1429,1635 -"40518",9491,25698,2,1960,2009 -"40519",9503,1822,3,2453,2888 -"40520",9503,3477,2,2453,2546 -"40521",9503,3978,3,2453,2775 -"40522",9503,9035,2,2453,2771 -"40523",9503,9272,3,2453,2835 -"40524",9503,9615,3,2453,2464 -"40525",9503,9785,2,2453,2951 -"40526",9503,9787,2,2453,2858 -"40527",9503,12577,2,2453,2530 -"40528",9503,13136,3,2453,2867 -"40529",9503,13879,3,2453,2748 -"40530",9503,13899,3,2453,2650 -"40531",9503,14959,3,2453,2898 -"40532",9503,16205,2,2453,2630 -"40533",9503,17037,3,2453,2947 -"40534",9503,19655,3,2453,2706 -"40535",9503,20984,3,2453,2502 -"40536",9503,23206,3,2453,2805 -"40537",9503,24069,3,2453,2697 -"40538",9503,26182,3,2453,2775 -"40539",9503,27742,3,2453,2700 -"40540",9503,27914,3,2453,2507 -"40541",9503,29825,3,2453,2603 -"40542",9503,30368,3,2453,2487 -"40543",9503,31542,3,2453,2459 -"40544",9503,32395,3,2453,2735 -"40545",9503,35980,3,2453,2657 -"40546",9503,36912,3,2453,2469 -"40547",9503,36953,3,2453,2790 -"40548",9503,40014,3,2453,2608 -"40549",9503,40035,3,2453,2742 -"40550",9503,40572,3,2453,2666 -"40551",9503,44603,3,2453,2748 -"40552",9503,45729,3,2453,2606 -"40553",9503,47529,3,2453,2914 -"40554",9503,53739,3,2453,2704 -"40555",9503,58501,2,2453,2613 -"40556",9503,63077,3,2453,2778 -"40557",9503,69335,3,2453,2698 -"40558",9503,70656,3,2453,2771 -"40559",9504,14915,3,2549,2606 -"40560",9504,37060,3,2549,2840 -"40561",9506,388,3,1012,1594 -"40562",9506,468,3,1012,1966 -"40563",9506,1150,3,1012,1595 -"40564",9506,1560,2,1012,2013 -"40565",9506,2802,3,1012,1836 -"40566",9506,3152,3,1012,1621 -"40567",9506,3271,3,1012,2216 -"40568",9506,3669,3,1012,2524 -"40569",9506,4194,3,1012,1641 -"40570",9506,4730,3,1012,2131 -"40571",9506,5483,3,1012,1938 -"40572",9506,5557,3,1012,1929 -"40573",9506,5845,3,1012,1552 -"40574",9506,5852,3,1012,1862 -"40575",9506,6133,3,1012,1229 -"40576",9506,7433,3,1012,2255 -"40577",9506,8525,3,1012,1787 -"40578",9506,9272,3,1012,2835 -"40579",9506,9716,1,1012,1929 -"40580",9506,9808,2,1012,1648 -"40581",9506,10200,3,1012,2920 -"40582",9506,10727,3,1012,2082 -"40583",9506,10908,3,1012,1134 -"40584",9506,11319,3,1012,2073 -"40585",9506,11429,3,1012,2520 -"40586",9506,12228,3,1012,2034 -"40587",9506,12481,2,1012,1086 -"40588",9506,12973,3,1012,1569 -"40589",9506,13400,2,1012,1371 -"40590",9506,14626,2,1012,2175 -"40591",9506,14654,2,1012,1692 -"40592",9506,14761,3,1012,2502 -"40593",9506,14789,1,1012,1034 -"40594",9506,15301,3,1012,2308 -"40595",9506,16361,3,1012,1641 -"40596",9506,16593,3,1012,1139 -"40597",9506,16771,3,1012,1541 -"40598",9506,16835,3,1012,1739 -"40599",9506,18808,3,1012,2854 -"40600",9506,18827,3,1012,1481 -"40601",9506,18855,2,1012,1362 -"40602",9506,19687,3,1012,2072 -"40603",9506,21504,3,1012,2328 -"40604",9506,21741,2,1012,1574 -"40605",9506,22905,2,1012,2599 -"40606",9506,24086,3,1012,2663 -"40607",9506,24116,3,1012,1413 -"40608",9506,25885,3,1012,1223 -"40609",9506,26100,3,1012,1966 -"40610",9506,26138,3,1012,1902 -"40611",9506,26567,3,1012,1158 -"40612",9506,29319,2,1012,2314 -"40613",9506,30317,3,1012,2431 -"40614",9506,30334,3,1012,2075 -"40615",9506,30404,3,1012,1810 -"40616",9506,31251,3,1012,2498 -"40617",9506,32582,1,1012,1929 -"40618",9506,33278,3,1012,1591 -"40619",9506,33697,2,1012,1309 -"40620",9506,34162,3,1012,2336 -"40621",9506,34559,3,1012,1105 -"40622",9506,35264,2,1012,2329 -"40623",9506,37342,3,1012,2649 -"40624",9506,37636,3,1012,2178 -"40625",9506,38038,3,1012,2686 -"40626",9506,38309,3,1012,2644 -"40627",9506,39321,3,1012,2257 -"40628",9506,40392,2,1012,1878 -"40629",9506,41185,2,1012,1929 -"40630",9506,41603,2,1012,1942 -"40631",9506,43226,3,1012,2442 -"40632",9506,43585,3,1012,1066 -"40633",9506,44464,3,1012,1619 -"40634",9506,45730,2,1012,2063 -"40635",9506,48110,3,1012,2009 -"40636",9506,49147,2,1012,2539 -"40637",9506,50335,3,1012,1893 -"40638",9506,50440,3,1012,2469 -"40639",9506,50635,2,1012,2962 -"40640",9506,51783,3,1012,2599 -"40641",9506,53362,3,1012,2360 -"40642",9506,54903,2,1012,2493 -"40643",9506,55775,3,1012,2385 -"40644",9506,56673,3,1012,2419 -"40645",9506,56737,3,1012,2270 -"40646",9506,58508,3,1012,2326 -"40647",9506,59470,3,1012,2393 -"40648",9506,60672,3,1012,2876 -"40649",9506,64412,3,1012,2233 -"40650",9506,68416,3,1012,2939 -"40651",9506,69214,3,1012,1354 -"40652",9506,69335,3,1012,2698 -"40653",9506,74912,3,1012,1542 -"40654",9506,75194,3,1012,1736 -"40655",9506,77397,3,1012,1302 -"40656",9506,77785,2,1012,1595 -"40657",9506,79036,3,1012,2524 -"40658",9506,79822,3,1012,1508 -"40659",9506,80301,3,1012,1690 -"40660",9506,82226,2,1012,1619 -"40661",9506,82618,3,1012,1536 -"40662",9506,86010,3,1012,1641 -"40663",9506,91631,3,1012,1899 -"40664",9506,91715,1,1012,1034 -"40665",9506,94339,3,1012,2768 -"40666",9506,94510,3,1012,1514 -"40667",9506,96349,3,1012,1874 -"40668",9506,97266,1,1012,1016 -"40669",9506,102109,3,1012,1367 -"40670",9511,145,2,1232,1998 -"40671",9511,279,3,1232,1989 -"40672",9511,312,3,1232,2038 -"40673",9511,455,3,1232,2827 -"40674",9511,470,3,1232,2285 -"40675",9511,600,2,1232,1702 -"40676",9511,913,1,1232,2144 -"40677",9511,1036,3,1232,1367 -"40678",9511,1102,3,1232,2282 -"40679",9511,1592,3,1232,2006 -"40680",9511,1691,3,1232,1941 -"40681",9511,2533,3,1232,2016 -"40682",9511,2572,3,1232,2273 -"40683",9511,2625,3,1232,2152 -"40684",9511,2954,3,1232,2727 -"40685",9511,3305,3,1232,2839 -"40686",9511,3306,3,1232,1989 -"40687",9511,3801,3,1232,1974 -"40688",9511,4084,3,1232,2133 -"40689",9511,4687,3,1232,2152 -"40690",9511,4690,3,1232,1938 -"40691",9511,4953,3,1232,2285 -"40692",9511,5258,3,1232,2730 -"40693",9511,5429,3,1232,1991 -"40694",9511,6047,3,1232,2004 -"40695",9511,6052,3,1232,1985 -"40696",9511,6074,3,1232,2426 -"40697",9511,6390,3,1232,2385 -"40698",9511,7515,3,1232,2737 -"40699",9511,8866,3,1232,1545 -"40700",9511,8888,2,1232,1328 -"40701",9511,9184,3,1232,2670 -"40702",9511,9362,3,1232,2879 -"40703",9511,9805,3,1232,1621 -"40704",9511,10433,3,1232,2075 -"40705",9511,10513,3,1232,2284 -"40706",9511,10701,3,1232,2000 -"40707",9511,10871,3,1232,2314 -"40708",9511,11516,3,1232,1937 -"40709",9511,12199,3,1232,1651 -"40710",9511,12528,2,1232,2589 -"40711",9511,12602,3,1232,1956 -"40712",9511,12618,1,1232,2021 -"40713",9511,12724,3,1232,1930 -"40714",9511,14652,3,1232,2516 -"40715",9511,14943,3,1232,1942 -"40716",9511,15381,2,1232,2289 -"40717",9511,15716,3,1232,1991 -"40718",9511,17695,3,1232,1930 -"40719",9511,17698,2,1232,1559 -"40720",9511,18543,3,1232,2968 -"40721",9511,19248,3,1232,2357 -"40722",9511,19335,1,1232,1729 -"40723",9511,19719,3,1232,2177 -"40724",9511,20407,3,1232,2339 -"40725",9511,21133,3,1232,1320 -"40726",9511,21197,3,1232,1437 -"40727",9511,21566,3,1232,1234 -"40728",9511,22282,3,1232,1418 -"40729",9511,22357,3,1232,1397 -"40730",9511,22567,1,1232,2396 -"40731",9511,23132,1,1232,2756 -"40732",9511,23918,3,1232,1881 -"40733",9511,24195,3,1232,1575 -"40734",9511,24198,3,1232,2217 -"40735",9511,24448,2,1232,2289 -"40736",9511,24568,2,1232,1937 -"40737",9511,25577,3,1232,1946 -"40738",9511,26451,3,1232,2133 -"40739",9511,27175,3,1232,1447 -"40740",9511,27275,2,1232,2656 -"40741",9511,27390,2,1232,2425 -"40742",9511,27694,3,1232,2030 -"40743",9511,27792,3,1232,1308 -"40744",9511,27837,3,1232,1315 -"40745",9511,28115,3,1232,1835 -"40746",9511,29170,3,1232,1846 -"40747",9511,29308,3,1232,2094 -"40748",9511,30052,3,1232,2855 -"40749",9511,30309,3,1232,1449 -"40750",9511,31050,3,1232,1491 -"40751",9511,31235,2,1232,2668 -"40752",9511,34160,3,1232,1759 -"40753",9511,35095,3,1232,1502 -"40754",9511,35302,2,1232,1589 -"40755",9511,35620,3,1232,2092 -"40756",9511,37059,3,1232,2840 -"40757",9511,37509,3,1232,1640 -"40758",9511,38307,3,1232,2648 -"40759",9511,38780,3,1232,2705 -"40760",9511,38973,3,1232,1999 -"40761",9511,39657,3,1232,1947 -"40762",9511,40383,1,1232,2639 -"40763",9511,41108,3,1232,1624 -"40764",9511,41739,3,1232,1339 -"40765",9511,42799,2,1232,2729 -"40766",9511,43173,3,1232,2895 -"40767",9511,43455,3,1232,2846 -"40768",9511,43701,3,1232,2400 -"40769",9511,43941,1,1232,1289 -"40770",9511,44427,3,1232,2875 -"40771",9511,46091,3,1232,1938 -"40772",9511,46385,3,1232,2225 -"40773",9511,46621,2,1232,1343 -"40774",9511,46951,3,1232,2429 -"40775",9511,47445,3,1232,2668 -"40776",9511,48215,3,1232,2028 -"40777",9511,49186,2,1232,1289 -"40778",9511,51017,3,1232,2073 -"40779",9511,52058,3,1232,1836 -"40780",9511,52327,3,1232,1472 -"40781",9511,52576,3,1232,2234 -"40782",9511,53530,3,1232,2380 -"40783",9511,56082,3,1232,2395 -"40784",9511,56317,2,1232,2030 -"40785",9511,57544,3,1232,2443 -"40786",9511,58133,3,1232,1484 -"40787",9511,58508,3,1232,2326 -"40788",9511,58652,3,1232,1437 -"40789",9511,58684,3,1232,2295 -"40790",9511,59022,2,1232,2494 -"40791",9511,62219,3,1232,2494 -"40792",9511,63409,2,1232,1937 -"40793",9511,64181,3,1232,1828 -"40794",9511,65016,3,1232,2749 -"40795",9511,65625,3,1232,1273 -"40796",9511,66413,3,1232,2507 -"40797",9511,67652,3,1232,2736 -"40798",9511,67726,3,1232,2873 -"40799",9511,73305,3,1232,2544 -"40800",9511,74818,3,1232,1440 -"40801",9511,76892,3,1232,2381 -"40802",9511,77815,3,1232,2358 -"40803",9511,79436,3,1232,1344 -"40804",9511,80429,3,1232,1927 -"40805",9511,81588,3,1232,1568 -"40806",9511,82949,3,1232,2077 -"40807",9511,84612,3,1232,2175 -"40808",9511,86245,3,1232,1972 -"40809",9511,88232,3,1232,2881 -"40810",9511,88808,3,1232,1462 -"40811",9511,105063,3,1232,1908 -"40812",9511,107649,3,1232,1573 -"40813",9512,9850,2,1274,2974 -"40814",9512,49450,2,1274,1328 -"40815",9513,3477,3,872,2546 -"40816",9513,5350,3,872,2522 -"40817",9513,6063,3,872,2349 -"40818",9513,8513,3,872,875 -"40819",9513,12462,2,872,1461 -"40820",9513,12779,3,872,936 -"40821",9513,18217,3,872,1566 -"40822",9513,33223,3,872,2397 -"40823",9513,40542,3,872,1664 -"40824",9513,52953,3,872,1741 -"40825",9513,73192,2,872,1955 -"40826",9513,95682,1,872,881 -"40827",9524,512,3,99,1596 -"40828",9524,14108,3,99,2012 -"40829",9524,19874,3,99,985 -"40830",9524,21617,3,99,516 -"40831",9524,43226,3,99,2442 -"40832",9524,51386,3,99,459 -"40833",9524,57990,2,99,978 -"40834",9524,92592,3,99,486 -"40835",9524,105207,3,99,451 -"40836",9538,2282,3,1786,2056 -"40837",9538,2443,3,1786,2333 -"40838",9538,2927,3,1786,1789 -"40839",9538,5637,3,1786,1976 -"40840",9538,10701,3,1786,2000 -"40841",9538,13340,3,1786,1918 -"40842",9538,14470,3,1786,2632 -"40843",9538,17695,3,1786,1930 -"40844",9538,22410,3,1786,2158 -"40845",9538,23560,3,1786,2051 -"40846",9538,31264,3,1786,2335 -"40847",9538,32169,3,1786,2504 -"40848",9538,41098,3,1786,1857 -"40849",9538,41955,3,1786,2479 -"40850",9538,42407,3,1786,2408 -"40851",9538,43701,3,1786,2400 -"40852",9538,46616,3,1786,1917 -"40853",9538,47607,3,1786,2724 -"40854",9538,47882,3,1786,2769 -"40855",9538,48501,3,1786,2010 -"40856",9538,52950,3,1786,2716 -"40857",9538,70011,3,1786,2690 -"40858",9538,73520,3,1786,2613 -"40859",9538,77719,1,1786,2086 -"40860",9538,78277,2,1786,1937 -"40861",9538,80970,3,1786,2069 -"40862",9552,10239,3,1947,2032 -"40863",9552,16482,3,1947,1958 -"40864",9552,19605,3,1947,2395 -"40865",9552,28893,3,1947,2764 -"40866",9552,31856,3,1947,2630 -"40867",9552,39443,3,1947,2277 -"40868",9552,39875,3,1947,2422 -"40869",9552,55438,3,1947,2863 -"40870",9575,680,3,1199,2569 -"40871",9575,12067,3,1199,1213 -"40872",9575,38816,3,1199,1225 -"40873",9575,107103,1,1199,2015 -"40874",9579,15626,3,2105,2434 -"40875",9579,18571,3,2105,2128 -"40876",9579,27478,3,2105,2485 -"40877",9579,33433,3,2105,2805 -"40878",9579,38755,2,2105,2902 -"40879",9579,39105,3,2105,2487 -"40880",9579,46951,3,2105,2429 -"40881",9600,5864,3,210,1197 -"40882",9600,12084,3,210,1960 -"40883",9600,14772,3,210,2386 -"40884",9600,23879,3,210,438 -"40885",9600,23963,3,210,647 -"40886",9600,28090,3,210,1755 -"40887",9600,41004,2,210,2561 -"40888",9600,42175,3,210,1594 -"40889",9600,46602,1,210,2786 -"40890",9600,51516,3,210,1361 -"40891",9600,60966,3,210,2734 -"40892",9600,68888,2,210,2786 -"40893",9600,96068,2,210,215 -"40894",9600,104195,3,210,1187 -"40895",9600,105077,2,210,920 -"40896",9600,111004,3,210,796 -"40897",9607,10130,3,2021,2741 -"40898",9607,45343,2,2021,2360 -"40899",9607,51410,3,2021,2739 -"40900",9607,54067,3,2021,2433 -"40901",9615,270,3,2464,2542 -"40902",9615,1315,3,2464,2760 -"40903",9615,5962,3,2464,2491 -"40904",9615,16286,2,2464,2470 -"40905",9615,41664,3,2464,2641 -"40906",9615,55468,3,2464,2511 -"40907",9615,55691,3,2464,2856 -"40908",9615,64219,3,2464,2705 -"40909",9620,11506,3,2339,2824 -"40910",9620,18943,3,2339,2861 -"40911",9620,21463,3,2339,2437 -"40912",9620,73266,3,2339,2496 -"40913",9621,680,2,1113,2569 -"40914",9621,4303,3,1113,2414 -"40915",9621,8865,3,1113,2394 -"40916",9621,9575,1,1113,1199 -"40917",9621,12067,2,1113,1213 -"40918",9621,12759,3,1113,2414 -"40919",9621,15826,3,1113,2772 -"40920",9621,18381,3,1113,1524 -"40921",9621,19433,3,1113,2504 -"40922",9621,25373,3,1113,2783 -"40923",9621,27686,3,1113,2844 -"40924",9621,37636,3,1113,2178 -"40925",9621,38816,2,1113,1225 -"40926",9621,39062,3,1113,2020 -"40927",9621,41723,3,1113,2101 -"40928",9621,45729,3,1113,2606 -"40929",9621,50585,3,1113,2414 -"40930",9621,94525,3,1113,1993 -"40931",9621,107103,2,1113,2015 -"40932",9624,270,3,2398,2542 -"40933",9624,455,3,2398,2827 -"40934",9624,56237,3,2398,2625 -"40935",9634,50236,3,2041,2339 -"40936",9634,56082,3,2041,2395 -"40937",9649,14,3,1157,1793 -"40938",9649,468,3,1157,1966 -"40939",9649,9803,1,1157,1664 -"40940",9649,9828,1,1157,2085 -"40941",9649,10558,3,1157,2312 -"40942",9649,11602,3,1157,1493 -"40943",9649,12373,3,1157,1567 -"40944",9649,23825,3,1157,1913 -"40945",9649,25530,2,1157,2884 -"40946",9649,31797,3,1157,1501 -"40947",9649,34693,3,1157,1938 -"40948",9649,34695,3,1157,1930 -"40949",9649,37915,3,1157,1905 -"40950",9649,56396,3,1157,2408 -"40951",9649,62538,3,1157,1656 -"40952",9649,75028,3,1157,1660 -"40953",9649,79627,2,1157,2409 -"40954",9650,270,3,1167,2542 -"40955",9650,1124,3,1167,1596 -"40956",9650,2111,3,1167,1904 -"40957",9650,3305,3,1167,2839 -"40958",9650,6363,3,1167,2066 -"40959",9650,6588,3,1167,2025 -"40960",9650,6718,3,1167,2138 -"40961",9650,7992,3,1167,2033 -"40962",9650,10488,3,1167,1524 -"40963",9650,13307,3,1167,2206 -"40964",9650,18151,3,1167,2962 -"40965",9650,18394,3,1167,2356 -"40966",9650,19622,3,1167,2371 -"40967",9650,21012,3,1167,2325 -"40968",9650,23526,3,1167,1998 -"40969",9650,23715,3,1167,1859 -"40970",9650,25985,3,1167,2071 -"40971",9650,31307,3,1167,2139 -"40972",9650,32965,3,1167,2071 -"40973",9650,36862,3,1167,2655 -"40974",9650,40028,3,1167,1349 -"40975",9650,46629,3,1167,2255 -"40976",9650,79804,3,1167,2227 -"40977",9650,80826,3,1167,1251 -"40978",9654,270,3,2111,2542 -"40979",9654,380,3,2111,2261 -"40980",9654,1102,2,2111,2282 -"40981",9654,1367,3,2111,2176 -"40982",9654,2424,3,2111,2582 -"40983",9654,2572,3,2111,2273 -"40984",9654,2747,3,2111,2411 -"40985",9654,6074,2,2111,2426 -"40986",9654,10871,3,2111,2314 -"40987",9654,13307,3,2111,2206 -"40988",9654,13985,3,2111,2484 -"40989",9654,14032,3,2111,2144 -"40990",9654,14252,3,2111,2244 -"40991",9654,15301,3,2111,2308 -"40992",9654,16067,3,2111,2727 -"40993",9654,17365,3,2111,2746 -"40994",9654,18394,3,2111,2356 -"40995",9654,18415,3,2111,2184 -"40996",9654,19516,3,2111,2313 -"40997",9654,19862,3,2111,2412 -"40998",9654,20067,3,2111,2390 -"40999",9654,20407,3,2111,2339 -"41000",9654,21571,3,2111,2755 -"41001",9654,21682,3,2111,2414 -"41002",9654,22567,3,2111,2396 -"41003",9654,23011,1,2111,2763 -"41004",9654,24558,3,2111,2139 -"41005",9654,26451,3,2111,2133 -"41006",9654,26671,3,2111,2279 -"41007",9654,29929,3,2111,2789 -"41008",9654,30405,3,2111,2164 -"41009",9654,30943,3,2111,2287 -"41010",9654,31124,2,2111,2351 -"41011",9654,32939,3,2111,2277 -"41012",9654,33475,3,2111,2367 -"41013",9654,42216,3,2111,2722 -"41014",9654,42642,3,2111,2257 -"41015",9654,43213,3,2111,2160 -"41016",9654,43455,3,2111,2846 -"41017",9654,45302,2,2111,2390 -"41018",9654,46803,3,2111,2305 -"41019",9654,49110,3,2111,2938 -"41020",9654,50179,2,2111,2230 -"41021",9654,50236,3,2111,2339 -"41022",9654,50621,3,2111,2809 -"41023",9654,51035,3,2111,2397 -"41024",9654,51410,3,2111,2739 -"41025",9654,51866,2,2111,2411 -"41026",9654,53219,3,2111,2973 -"41027",9654,54695,3,2111,2429 -"41028",9654,55468,3,2111,2511 -"41029",9654,56082,2,2111,2395 -"41030",9654,57804,3,2111,2214 -"41031",9654,63641,3,2111,2337 -"41032",9654,67726,1,2111,2873 -"41033",9654,69716,3,2111,2632 -"41034",9654,72207,3,2111,2430 -"41035",9654,78784,3,2111,2824 -"41036",9654,88232,3,2111,2881 -"41037",9656,1369,2,1135,2487 -"41038",9656,1624,3,1135,2687 -"41039",9656,2093,3,1135,2459 -"41040",9656,2282,3,1135,2056 -"41041",9656,2927,3,1135,1789 -"41042",9656,3271,3,1135,2216 -"41043",9656,4634,2,1135,2291 -"41044",9656,4784,3,1135,2511 -"41045",9656,5637,2,1135,1976 -"41046",9656,6020,3,1135,1864 -"41047",9656,6345,3,1135,2713 -"41048",9656,6999,2,1135,2214 -"41049",9656,8463,3,1135,2466 -"41050",9656,8896,3,1135,1139 -"41051",9656,9269,3,1135,1892 -"41052",9656,9272,3,1135,2835 -"41053",9656,9724,3,1135,2713 -"41054",9656,9783,3,1135,1275 -"41055",9656,9895,3,1135,1960 -"41056",9656,10250,3,1135,1606 -"41057",9656,10716,3,1135,1692 -"41058",9656,11858,3,1135,1530 -"41059",9656,12116,2,1135,2119 -"41060",9656,12966,3,1135,2011 -"41061",9656,13340,2,1135,1918 -"41062",9656,14490,3,1135,2291 -"41063",9656,14957,3,1135,2306 -"41064",9656,15150,3,1135,2801 -"41065",9656,15778,3,1135,2262 -"41066",9656,15782,3,1135,2306 -"41067",9656,16963,3,1135,1999 -"41068",9656,17499,3,1135,2954 -"41069",9656,19002,3,1135,2053 -"41070",9656,19476,3,1135,1708 -"41071",9656,20038,2,1135,1531 -"41072",9656,20695,3,1135,2526 -"41073",9656,20709,2,1135,1757 -"41074",9656,21352,3,1135,1604 -"41075",9656,21358,3,1135,1970 -"41076",9656,21753,3,1135,1838 -"41077",9656,22410,3,1135,2158 -"41078",9656,23550,2,1135,2939 -"41079",9656,23560,3,1135,2051 -"41080",9656,25286,3,1135,1545 -"41081",9656,26597,3,1135,2070 -"41082",9656,32449,3,1135,2091 -"41083",9656,34274,3,1135,1437 -"41084",9656,34331,3,1135,1727 -"41085",9656,35317,2,1135,1888 -"41086",9656,36840,3,1135,2269 -"41087",9656,37279,3,1135,2768 -"41088",9656,37684,2,1135,2899 -"41089",9656,42382,3,1135,2224 -"41090",9656,42407,2,1135,2408 -"41091",9656,43226,3,1135,2442 -"41092",9656,43768,3,1135,1468 -"41093",9656,46616,3,1135,1917 -"41094",9656,47882,2,1135,2769 -"41095",9656,48110,3,1135,2009 -"41096",9656,48501,3,1135,2010 -"41097",9656,50083,3,1135,1275 -"41098",9656,50468,3,1135,1659 -"41099",9656,51505,3,1135,1572 -"41100",9656,53584,3,1135,2391 -"41101",9656,54879,3,1135,2210 -"41102",9656,55742,3,1135,2006 -"41103",9656,58508,3,1135,2326 -"41104",9656,58711,3,1135,2746 -"41105",9656,60463,2,1135,1583 -"41106",9656,60836,3,1135,1880 -"41107",9656,64628,3,1135,2829 -"41108",9656,67150,3,1135,2633 -"41109",9656,69335,3,1135,2698 -"41110",9656,70011,3,1135,2690 -"41111",9656,73520,1,1135,2613 -"41112",9656,77719,3,1135,2086 -"41113",9656,78227,3,1135,1745 -"41114",9656,78277,3,1135,1937 -"41115",9656,78611,3,1135,1586 -"41116",9656,79699,3,1135,1735 -"41117",9656,80301,3,1135,1690 -"41118",9656,80970,3,1135,2069 -"41119",9656,82039,2,1135,1327 -"41120",9656,84235,3,1135,1639 -"41121",9656,84590,2,1135,1734 -"41122",9656,85065,2,1135,1585 -"41123",9656,87915,3,1135,1152 -"41124",9656,93553,1,1135,2537 -"41125",9656,96332,3,1135,1197 -"41126",9656,105959,3,1135,1327 -"41127",9675,680,3,963,2569 -"41128",9675,3127,3,963,2273 -"41129",9675,8890,3,963,1955 -"41130",9675,9227,3,963,1267 -"41131",9675,12759,3,963,2414 -"41132",9675,12948,3,963,2669 -"41133",9675,18102,3,963,1642 -"41134",9675,18381,3,963,1524 -"41135",9675,19587,3,963,1684 -"41136",9675,37636,3,963,2178 -"41137",9675,40572,2,963,2666 -"41138",9675,45869,3,963,2840 -"41139",9675,46486,3,963,1868 -"41140",9675,57209,3,963,1719 -"41141",9678,600,3,1217,1702 -"41142",9678,3164,3,1217,2693 -"41143",9678,6030,3,1217,2953 -"41144",9678,10779,3,1217,2881 -"41145",9678,11966,3,1217,2385 -"41146",9678,13311,3,1217,2315 -"41147",9678,14080,3,1217,1351 -"41148",9678,15301,3,1217,2308 -"41149",9678,15607,2,1217,1421 -"41150",9678,17413,2,1217,2230 -"41151",9678,19072,2,1217,2358 -"41152",9678,20292,2,1217,2755 -"41153",9678,21571,3,1217,2755 -"41154",9678,21898,3,1217,1351 -"41155",9678,22566,2,1217,2308 -"41156",9678,28050,3,1217,1955 -"41157",9678,28168,2,1217,2702 -"41158",9678,36691,3,1217,1903 -"41159",9678,41739,3,1217,1339 -"41160",9678,42619,3,1217,2017 -"41161",9678,57714,3,1217,1391 -"41162",9678,64181,3,1217,1828 -"41163",9678,65625,3,1217,1273 -"41164",9678,66413,3,1217,2507 -"41165",9678,94500,1,1217,1529 -"41166",9678,102751,3,1217,1229 -"41167",9678,105063,3,1217,1908 -"41168",9695,997,3,2143,2788 -"41169",9695,1102,3,2143,2282 -"41170",9695,2572,3,2143,2273 -"41171",9695,4671,3,2143,2280 -"41172",9695,16352,3,2143,2657 -"41173",9695,22197,3,2143,2271 -"41174",9695,42129,3,2143,2318 -"41175",9695,42216,3,2143,2722 -"41176",9695,45302,3,2143,2390 -"41177",9695,48571,3,2143,2717 -"41178",9695,50236,3,2143,2339 -"41179",9695,51035,3,2143,2397 -"41180",9695,56082,3,2143,2395 -"41181",9695,64997,3,2143,2791 -"41182",9702,145,3,1928,1998 -"41183",9702,913,3,1928,2144 -"41184",9702,2424,3,1928,2582 -"41185",9702,2533,3,1928,2016 -"41186",9702,3305,3,1928,2839 -"41187",9702,3306,3,1928,1989 -"41188",9702,5839,3,1928,2301 -"41189",9702,9311,3,1928,2477 -"41190",9702,9362,3,1928,2879 -"41191",9702,10513,3,1928,2284 -"41192",9702,11006,3,1928,1950 -"41193",9702,12484,3,1928,2344 -"41194",9702,13388,3,1928,2119 -"41195",9702,14655,3,1928,2559 -"41196",9702,19248,3,1928,2357 -"41197",9702,19719,2,1928,2177 -"41198",9702,20067,3,1928,2390 -"41199",9702,20124,3,1928,2376 -"41200",9702,21285,3,1928,2100 -"41201",9702,21448,3,1928,2332 -"41202",9702,25577,3,1928,1946 -"41203",9702,26249,3,1928,2301 -"41204",9702,26749,3,1928,2965 -"41205",9702,27694,3,1928,2030 -"41206",9702,31235,3,1928,2668 -"41207",9702,35069,3,1928,2069 -"41208",9702,35360,3,1928,2043 -"41209",9702,36087,3,1928,2755 -"41210",9702,39278,3,1928,1952 -"41211",9702,40432,3,1928,1956 -"41212",9702,47386,3,1928,2226 -"41213",9702,49265,3,1928,2686 -"41214",9702,51035,3,1928,2397 -"41215",9702,52576,3,1928,2234 -"41216",9702,57380,2,1928,2362 -"41217",9702,57977,3,1928,2683 -"41218",9702,58508,3,1928,2326 -"41219",9702,61982,3,1928,2725 -"41220",9702,62832,3,1928,2606 -"41221",9702,62841,3,1928,2710 -"41222",9702,76356,3,1928,2323 -"41223",9702,82949,3,1928,2077 -"41224",9703,140,3,1845,2267 -"41225",9703,237,3,1845,1982 -"41226",9703,341,3,1845,2689 -"41227",9703,364,2,1845,2351 -"41228",9703,680,3,1845,2569 -"41229",9703,841,2,1845,2964 -"41230",9703,2036,3,1845,2483 -"41231",9703,2057,3,1845,1965 -"41232",9703,2985,3,1845,2398 -"41233",9703,3127,3,1845,2273 -"41234",9703,3493,3,1845,2451 -"41235",9703,3978,2,1845,2775 -"41236",9703,4303,3,1845,2414 -"41237",9703,4932,3,1845,2752 -"41238",9703,4983,2,1845,1909 -"41239",9703,6989,2,1845,2623 -"41240",9703,7254,3,1845,1849 -"41241",9703,7942,3,1845,2623 -"41242",9703,8760,3,1845,2477 -"41243",9703,8865,3,1845,2394 -"41244",9703,9332,3,1845,2734 -"41245",9703,9787,2,1845,2858 -"41246",9703,11588,3,1845,2352 -"41247",9703,11648,2,1845,2852 -"41248",9703,12361,3,1845,2732 -"41249",9703,12759,3,1845,2414 -"41250",9703,12948,3,1845,2669 -"41251",9703,14781,3,1845,2338 -"41252",9703,16866,3,1845,2718 -"41253",9703,17645,2,1845,1918 -"41254",9703,18005,1,1845,2449 -"41255",9703,18865,3,1845,2676 -"41256",9703,19655,3,1845,2706 -"41257",9703,21487,3,1845,2203 -"41258",9703,23498,3,1845,2398 -"41259",9703,25373,3,1845,2783 -"41260",9703,26642,3,1845,2952 -"41261",9703,27312,3,1845,2469 -"41262",9703,27390,3,1845,2425 -"41263",9703,27742,3,1845,2700 -"41264",9703,27914,3,1845,2507 -"41265",9703,28869,3,1845,2425 -"41266",9703,29473,3,1845,2602 -"41267",9703,31700,3,1845,2727 -"41268",9703,34908,3,1845,2796 -"41269",9703,36344,3,1845,2570 -"41270",9703,36953,3,1845,2790 -"41271",9703,37636,3,1845,2178 -"41272",9703,40572,3,1845,2666 -"41273",9703,41633,3,1845,1976 -"41274",9703,41723,3,1845,2101 -"41275",9703,45729,3,1845,2606 -"41276",9703,45869,3,1845,2840 -"41277",9703,46486,3,1845,1868 -"41278",9703,47595,3,1845,2374 -"41279",9703,48501,3,1845,2010 -"41280",9703,50585,3,1845,2414 -"41281",9703,52815,2,1845,2323 -"41282",9703,53637,3,1845,2113 -"41283",9703,53687,3,1845,2422 -"41284",9703,55482,3,1845,1866 -"41285",9703,56082,3,1845,2395 -"41286",9703,56995,2,1845,2323 -"41287",9703,59039,3,1845,2870 -"41288",9703,63077,2,1845,2778 -"41289",9703,63395,3,1845,2334 -"41290",9703,64947,3,1845,2489 -"41291",9703,71531,2,1845,2887 -"41292",9703,73597,3,1845,1989 -"41293",9706,16725,3,168,2830 -"41294",9706,21193,2,168,2490 -"41295",9706,26524,3,168,982 -"41296",9706,104116,3,168,355 -"41297",9716,680,3,1929,2569 -"41298",9716,1560,1,1929,2013 -"41299",9716,3255,3,1929,2504 -"41300",9716,4303,3,1929,2414 -"41301",9716,4313,3,1929,2368 -"41302",9716,5483,3,1929,1938 -"41303",9716,8062,3,1929,2858 -"41304",9716,10200,2,1929,2920 -"41305",9716,10727,3,1929,2082 -"41306",9716,11429,2,1929,2520 -"41307",9716,11477,3,1929,2724 -"41308",9716,12228,3,1929,2034 -"41309",9716,12759,3,1929,2414 -"41310",9716,14626,2,1929,2175 -"41311",9716,14761,2,1929,2502 -"41312",9716,14972,3,1929,2332 -"41313",9716,15075,3,1929,2252 -"41314",9716,15095,3,1929,2001 -"41315",9716,18371,3,1929,2860 -"41316",9716,18821,3,1929,2075 -"41317",9716,22905,3,1929,2599 -"41318",9716,24086,2,1929,2663 -"41319",9716,25373,3,1929,2783 -"41320",9716,29319,3,1929,2314 -"41321",9716,30317,3,1929,2431 -"41322",9716,30334,2,1929,2075 -"41323",9716,30705,3,1929,2959 -"41324",9716,32276,3,1929,2223 -"41325",9716,32939,3,1929,2277 -"41326",9716,35264,3,1929,2329 -"41327",9716,36953,3,1929,2790 -"41328",9716,37342,2,1929,2649 -"41329",9716,37636,2,1929,2178 -"41330",9716,37844,3,1929,2002 -"41331",9716,41603,3,1929,1942 -"41332",9716,41723,3,1929,2101 -"41333",9716,42883,3,1929,2575 -"41334",9716,45730,3,1929,2063 -"41335",9716,47082,3,1929,1990 -"41336",9716,49147,3,1929,2539 -"41337",9716,49347,3,1929,2504 -"41338",9716,50635,3,1929,2962 -"41339",9716,51783,2,1929,2599 -"41340",9716,54903,2,1929,2493 -"41341",9716,55775,3,1929,2385 -"41342",9716,56082,3,1929,2395 -"41343",9716,56737,2,1929,2270 -"41344",9716,64412,3,1929,2233 -"41345",9716,79036,3,1929,2524 -"41346",9723,270,3,2302,2542 -"41347",9723,2344,3,2302,2752 -"41348",9723,2936,1,2302,2512 -"41349",9723,3978,3,2302,2775 -"41350",9723,4681,3,2302,2356 -"41351",9723,5235,1,2302,2324 -"41352",9723,7014,3,2302,2401 -"41353",9723,9272,3,2302,2835 -"41354",9723,14761,3,2302,2502 -"41355",9723,18361,3,2302,2968 -"41356",9723,18394,2,2302,2356 -"41357",9723,18965,3,2302,2315 -"41358",9723,19215,1,2302,2604 -"41359",9723,19364,2,2302,2846 -"41360",9723,19643,3,2302,2452 -"41361",9723,20700,3,2302,2861 -"41362",9723,22709,1,2302,2743 -"41363",9723,24060,3,2302,2349 -"41364",9723,29503,3,2302,2609 -"41365",9723,31705,3,2302,2706 -"41366",9723,32202,3,2302,2314 -"41367",9723,38227,3,2302,2511 -"41368",9723,39534,3,2302,2410 -"41369",9723,39906,3,2302,2365 -"41370",9723,45302,3,2302,2390 -"41371",9723,45473,2,2302,2540 -"41372",9723,49347,3,2302,2504 -"41373",9723,60879,3,2302,2792 -"41374",9723,73553,3,2302,2726 -"41375",9723,92104,3,2302,2339 -"41376",9723,94640,3,2302,2344 -"41377",9723,121354,3,2302,2862 -"41378",9724,378,3,2713,2766 -"41379",9724,827,3,2713,2964 -"41380",9724,3158,3,2713,2762 -"41381",9724,9272,3,2713,2835 -"41382",9724,17499,2,2713,2954 -"41383",9724,23550,1,2713,2939 -"41384",9724,37684,1,2713,2899 -"41385",9724,47607,3,2713,2724 -"41386",9724,52950,3,2713,2716 -"41387",9724,53652,1,2713,2899 -"41388",9724,73553,3,2713,2726 -"41389",9727,11135,2,2327,2441 -"41390",9727,15502,2,2327,2637 -"41391",9740,3158,3,2233,2762 -"41392",9740,4784,3,2233,2511 -"41393",9740,14612,3,2233,2340 -"41394",9740,14957,3,2233,2306 -"41395",9740,17499,3,2233,2954 -"41396",9740,19744,3,2233,2623 -"41397",9740,20695,3,2233,2526 -"41398",9740,30827,3,2233,2323 -"41399",9740,75207,3,2233,2235 -"41400",9751,1767,3,1397,2727 -"41401",9751,2684,3,1397,2874 -"41402",9751,3167,3,1397,1676 -"41403",9751,4226,2,1397,1903 -"41404",9751,4485,3,1397,1963 -"41405",9751,4953,3,1397,2285 -"41406",9751,6052,3,1397,1985 -"41407",9751,6491,3,1397,2424 -"41408",9751,12374,3,1397,2260 -"41409",9751,12728,3,1397,2374 -"41410",9751,15539,3,1397,1929 -"41411",9751,21029,2,1397,1943 -"41412",9751,21104,3,1397,2327 -"41413",9751,23534,3,1397,1659 -"41414",9751,23806,3,1397,1671 -"41415",9751,26451,2,1397,2133 -"41416",9751,29073,3,1397,2328 -"41417",9751,34136,3,1397,2202 -"41418",9751,36439,3,1397,2469 -"41419",9751,43404,3,1397,2649 -"41420",9751,43518,3,1397,2680 -"41421",9751,56317,3,1397,2030 -"41422",9751,58133,2,1397,1484 -"41423",9751,58508,3,1397,2326 -"41424",9751,63442,3,1397,1965 -"41425",9751,108379,3,1397,2933 -"41426",9752,997,1,551,2788 -"41427",9752,1769,3,551,877 -"41428",9752,1875,2,551,1786 -"41429",9752,2742,3,551,1192 -"41430",9752,4360,2,551,1770 -"41431",9752,4671,3,551,2280 -"41432",9752,5449,3,551,1723 -"41433",9752,7858,2,551,1795 -"41434",9752,11875,3,551,1526 -"41435",9752,12362,3,551,702 -"41436",9752,12564,3,551,2799 -"41437",9752,13780,3,551,2412 -"41438",9752,15122,3,551,1201 -"41439",9752,16881,3,551,925 -"41440",9752,19606,3,551,2783 -"41441",9752,22705,3,551,1016 -"41442",9752,30325,3,551,1067 -"41443",9752,30747,3,551,2455 -"41444",9752,33850,3,551,931 -"41445",9752,33991,3,551,2249 -"41446",9752,41739,3,551,1339 -"41447",9752,48571,3,551,2717 -"41448",9752,49044,3,551,610 -"41449",9752,49185,3,551,1544 -"41450",9752,52136,3,551,1412 -"41451",9752,53219,2,551,2973 -"41452",9752,53604,2,551,2489 -"41453",9752,56854,3,551,2022 -"41454",9752,62832,3,551,2606 -"41455",9752,67314,3,551,1051 -"41456",9752,68960,3,551,1312 -"41457",9752,72207,3,551,2430 -"41458",9752,81563,3,551,1188 -"41459",9752,99351,3,551,2939 -"41460",9752,104198,1,551,1312 -"41461",9772,4646,3,1789,2139 -"41462",9772,11160,3,1789,2952 -"41463",9772,32778,3,1789,2310 -"41464",9772,59776,3,1789,2493 -"41465",9782,371,3,340,2950 -"41466",9782,388,3,340,1594 -"41467",9782,680,1,340,2569 -"41468",9782,1314,3,340,1522 -"41469",9782,1560,3,340,2013 -"41470",9782,1846,3,340,1845 -"41471",9782,2057,3,340,1965 -"41472",9782,2540,3,340,1398 -"41473",9782,2563,3,340,1686 -"41474",9782,2747,3,340,2411 -"41475",9782,3235,3,340,799 -"41476",9782,3978,2,340,2775 -"41477",9782,4066,3,340,1736 -"41478",9782,4303,2,340,2414 -"41479",9782,4361,2,340,2571 -"41480",9782,4669,3,340,2395 -"41481",9782,6602,3,340,1631 -"41482",9782,6989,3,340,2623 -"41483",9782,7780,3,340,1920 -"41484",9782,7936,3,340,1199 -"41485",9782,8062,2,340,2858 -"41486",9782,8118,3,340,587 -"41487",9782,9484,3,340,1429 -"41488",9782,9621,3,340,1113 -"41489",9782,9703,3,340,1845 -"41490",9782,9716,3,340,1929 -"41491",9782,10350,3,340,1163 -"41492",9782,10457,3,340,1711 -"41493",9782,10474,3,340,1608 -"41494",9782,10980,3,340,1974 -"41495",9782,11429,3,340,2520 -"41496",9782,11477,3,340,2724 -"41497",9782,11588,3,340,2352 -"41498",9782,11639,3,340,1593 -"41499",9782,11648,3,340,2852 -"41500",9782,12759,1,340,2414 -"41501",9782,12948,3,340,2669 -"41502",9782,13537,2,340,1020 -"41503",9782,14072,3,340,1346 -"41504",9782,14503,3,340,437 -"41505",9782,14781,3,340,2338 -"41506",9782,14972,3,340,2332 -"41507",9782,14998,3,340,1553 -"41508",9782,15095,3,340,2001 -"41509",9782,15683,3,340,1729 -"41510",9782,15700,3,340,1712 -"41511",9782,15879,3,340,419 -"41512",9782,17257,3,340,1117 -"41513",9782,17645,3,340,1918 -"41514",9782,18005,3,340,2449 -"41515",9782,18102,3,340,1642 -"41516",9782,18122,2,340,894 -"41517",9782,18124,3,340,1642 -"41518",9782,18371,3,340,2860 -"41519",9782,18381,1,340,1524 -"41520",9782,18518,3,340,1128 -"41521",9782,18672,3,340,1182 -"41522",9782,19587,3,340,1684 -"41523",9782,19610,3,340,1236 -"41524",9782,20624,3,340,1298 -"41525",9782,20688,1,340,891 -"41526",9782,21670,3,340,2158 -"41527",9782,22709,3,340,2743 -"41528",9782,23966,3,340,891 -"41529",9782,25373,1,340,2783 -"41530",9782,27390,3,340,2425 -"41531",9782,27686,3,340,2844 -"41532",9782,28057,3,340,1067 -"41533",9782,28116,3,340,1643 -"41534",9782,28869,3,340,2425 -"41535",9782,29116,3,340,2128 -"41536",9782,30334,2,340,2075 -"41537",9782,30618,3,340,1609 -"41538",9782,30705,3,340,2959 -"41539",9782,31335,3,340,2351 -"41540",9782,31866,3,340,2101 -"41541",9782,33870,3,340,955 -"41542",9782,34820,3,340,1630 -"41543",9782,34870,3,340,1873 -"41544",9782,35518,3,340,1721 -"41545",9782,35822,2,340,1903 -"41546",9782,36346,3,340,1240 -"41547",9782,36737,3,340,829 -"41548",9782,36953,3,340,2790 -"41549",9782,37351,3,340,978 -"41550",9782,37636,1,340,2178 -"41551",9782,37844,3,340,2002 -"41552",9782,39418,3,340,1978 -"41553",9782,40297,3,340,494 -"41554",9782,40392,2,340,1878 -"41555",9782,41187,3,340,2340 -"41556",9782,41429,3,340,1770 -"41557",9782,41723,1,340,2101 -"41558",9782,42725,3,340,630 -"41559",9782,43204,3,340,1680 -"41560",9782,44341,3,340,1230 -"41561",9782,44694,3,340,2220 -"41562",9782,45729,3,340,2606 -"41563",9782,45869,3,340,2840 -"41564",9782,46486,3,340,1868 -"41565",9782,47013,3,340,2388 -"41566",9782,47082,3,340,1990 -"41567",9782,47654,3,340,1664 -"41568",9782,47955,3,340,751 -"41569",9782,50278,3,340,1127 -"41570",9782,50585,1,340,2414 -"41571",9782,51783,2,340,2599 -"41572",9782,53223,3,340,2690 -"41573",9782,53810,3,340,842 -"41574",9782,56082,3,340,2395 -"41575",9782,59298,3,340,1236 -"41576",9782,59788,3,340,2315 -"41577",9782,63077,3,340,2778 -"41578",9782,63263,3,340,1267 -"41579",9782,64947,3,340,2489 -"41580",9782,71219,3,340,967 -"41581",9782,71390,3,340,1992 -"41582",9782,71531,3,340,2887 -"41583",9782,76007,3,340,918 -"41584",9782,76286,3,340,1642 -"41585",9782,81486,2,340,1297 -"41586",9782,87436,2,340,1262 -"41587",9782,87907,3,340,1173 -"41588",9782,94525,2,340,1993 -"41589",9782,95690,3,340,765 -"41590",9782,99298,3,340,679 -"41591",9783,4634,3,1275,2291 -"41592",9783,7257,3,1275,1915 -"41593",9783,7499,3,1275,1803 -"41594",9783,10250,2,1275,1606 -"41595",9783,17480,3,1275,2316 -"41596",9783,20709,3,1275,1757 -"41597",9783,21753,2,1275,1838 -"41598",9783,22932,3,1275,2469 -"41599",9783,47882,3,1275,2769 -"41600",9783,55742,3,1275,2006 -"41601",9783,58711,3,1275,2746 -"41602",9783,67150,3,1275,2633 -"41603",9783,78227,2,1275,1745 -"41604",9783,78611,3,1275,1586 -"41605",9787,841,3,2858,2964 -"41606",9787,9785,3,2858,2951 -"41607",9787,17037,2,2858,2947 -"41608",9787,71531,2,2858,2887 -"41609",9801,3477,3,2443,2546 -"41610",9801,4932,3,2443,2752 -"41611",9801,14754,3,2443,2456 -"41612",9801,28893,2,2443,2764 -"41613",9801,36506,1,2443,2638 -"41614",9801,43929,3,2443,2749 -"41615",9801,47534,3,2443,2712 -"41616",9801,57067,3,2443,2547 -"41617",9801,57692,3,2443,2720 -"41618",9801,57977,3,2443,2683 -"41619",9801,88212,3,2443,2547 -"41620",9803,14,3,1664,1793 -"41621",9803,468,2,1664,1966 -"41622",9803,5816,3,1664,2408 -"41623",9803,9828,1,1664,2085 -"41624",9803,10558,2,1664,2312 -"41625",9803,12035,3,1664,2721 -"41626",9803,13201,3,1664,2034 -"41627",9803,15301,3,1664,2308 -"41628",9803,15343,3,1664,2125 -"41629",9803,21832,3,1664,1755 -"41630",9803,24511,3,1664,1871 -"41631",9803,25530,2,1664,2884 -"41632",9803,26100,3,1664,1966 -"41633",9803,31251,3,1664,2498 -"41634",9803,34693,3,1664,1938 -"41635",9803,34695,2,1664,1930 -"41636",9803,37915,3,1664,1905 -"41637",9803,53530,3,1664,2380 -"41638",9803,56396,2,1664,2408 -"41639",9803,79627,3,1664,2409 -"41640",9805,145,2,1621,1998 -"41641",9805,270,3,1621,2542 -"41642",9805,380,2,1621,2261 -"41643",9805,457,3,1621,1704 -"41644",9805,600,3,1621,1702 -"41645",9805,675,3,1621,1686 -"41646",9805,913,2,1621,2144 -"41647",9805,998,3,1621,1795 -"41648",9805,1090,3,1621,2370 -"41649",9805,1102,2,1621,2282 -"41650",9805,1136,3,1621,2536 -"41651",9805,1691,3,1621,1941 -"41652",9805,1777,3,1621,1965 -"41653",9805,2224,3,1621,2751 -"41654",9805,2484,3,1621,2389 -"41655",9805,2572,3,1621,2273 -"41656",9805,2625,3,1621,2152 -"41657",9805,2684,3,1621,2874 -"41658",9805,2954,3,1621,2727 -"41659",9805,3748,3,1621,2052 -"41660",9805,3801,2,1621,1974 -"41661",9805,4226,3,1621,1903 -"41662",9805,4687,3,1621,2152 -"41663",9805,4690,3,1621,1938 -"41664",9805,5078,3,1621,2033 -"41665",9805,5235,3,1621,2324 -"41666",9805,5457,3,1621,2077 -"41667",9805,5462,3,1621,2374 -"41668",9805,5504,3,1621,2389 -"41669",9805,5580,3,1621,2111 -"41670",9805,6052,3,1621,1985 -"41671",9805,6074,3,1621,2426 -"41672",9805,6390,3,1621,2385 -"41673",9805,6428,3,1621,1952 -"41674",9805,6491,2,1621,2424 -"41675",9805,6588,3,1621,2025 -"41676",9805,7847,3,1621,2424 -"41677",9805,8192,3,1621,1670 -"41678",9805,8259,3,1621,1677 -"41679",9805,9362,2,1621,2879 -"41680",9805,9654,3,1621,2111 -"41681",9805,10513,2,1621,2284 -"41682",9805,10857,3,1621,2253 -"41683",9805,11055,3,1621,2111 -"41684",9805,11218,3,1621,2292 -"41685",9805,12199,3,1621,1651 -"41686",9805,12374,3,1621,2260 -"41687",9805,12602,3,1621,1956 -"41688",9805,12724,3,1621,1930 -"41689",9805,13307,3,1621,2206 -"41690",9805,14108,3,1621,2012 -"41691",9805,14652,3,1621,2516 -"41692",9805,14655,2,1621,2559 -"41693",9805,14731,3,1621,2012 -"41694",9805,14834,3,1621,2739 -"41695",9805,14972,3,1621,2332 -"41696",9805,16201,3,1621,1811 -"41697",9805,17520,3,1621,2276 -"41698",9805,17645,3,1621,1918 -"41699",9805,18394,3,1621,2356 -"41700",9805,18543,3,1621,2968 -"41701",9805,19335,3,1621,1729 -"41702",9805,19862,3,1621,2412 -"41703",9805,20124,3,1621,2376 -"41704",9805,20407,3,1621,2339 -"41705",9805,21682,3,1621,2414 -"41706",9805,23098,3,1621,2300 -"41707",9805,23526,3,1621,1998 -"41708",9805,23715,3,1621,1859 -"41709",9805,24448,3,1621,2289 -"41710",9805,24568,3,1621,1937 -"41711",9805,25816,3,1621,2088 -"41712",9805,26067,2,1621,2069 -"41713",9805,26080,3,1621,2525 -"41714",9805,27275,3,1621,2656 -"41715",9805,27390,3,1621,2425 -"41716",9805,27628,3,1621,2389 -"41717",9805,30697,3,1621,2891 -"41718",9805,30883,3,1621,1629 -"41719",9805,31235,2,1621,2668 -"41720",9805,33430,3,1621,2225 -"41721",9805,34836,3,1621,2302 -"41722",9805,36087,3,1621,2755 -"41723",9805,36439,3,1621,2469 -"41724",9805,36609,3,1621,2918 -"41725",9805,37509,3,1621,1640 -"41726",9805,38019,3,1621,1870 -"41727",9805,38780,3,1621,2705 -"41728",9805,39556,3,1621,2747 -"41729",9805,40369,3,1621,2735 -"41730",9805,40493,3,1621,1981 -"41731",9805,42216,3,1621,2722 -"41732",9805,43902,3,1621,1726 -"41733",9805,45302,3,1621,2390 -"41734",9805,45618,3,1621,2356 -"41735",9805,46040,3,1621,2105 -"41736",9805,46950,3,1621,2673 -"41737",9805,47445,3,1621,2668 -"41738",9805,48035,3,1621,2180 -"41739",9805,48754,3,1621,1972 -"41740",9805,51017,3,1621,2073 -"41741",9805,51035,3,1621,2397 -"41742",9805,54551,3,1621,2348 -"41743",9805,55320,2,1621,1643 -"41744",9805,56082,3,1621,2395 -"41745",9805,56854,3,1621,2022 -"41746",9805,57544,3,1621,2443 -"41747",9805,57732,3,1621,2454 -"41748",9805,58284,3,1621,2292 -"41749",9805,61932,3,1621,1959 -"41750",9805,63409,3,1621,1937 -"41751",9805,64181,3,1621,1828 -"41752",9805,64997,3,1621,2791 -"41753",9805,66878,3,1621,1949 -"41754",9805,77815,3,1621,2358 -"41755",9805,80825,3,1621,2315 -"41756",9805,86245,3,1621,1972 -"41757",9805,89880,3,1621,1938 -"41758",9805,94179,3,1621,2000 -"41759",9805,99152,3,1621,1698 -"41760",9805,106318,3,1621,1698 -"41761",9808,468,3,1648,1966 -"41762",9808,1560,3,1648,2013 -"41763",9808,2057,3,1648,1965 -"41764",9808,2936,3,1648,2512 -"41765",9808,3669,3,1648,2524 -"41766",9808,5235,2,1648,2324 -"41767",9808,6324,3,1648,1990 -"41768",9808,7206,3,1648,1959 -"41769",9808,8525,2,1648,1787 -"41770",9808,9716,3,1648,1929 -"41771",9808,9723,2,1648,2302 -"41772",9808,11239,3,1648,2181 -"41773",9808,12228,3,1648,2034 -"41774",9808,14623,3,1648,2043 -"41775",9808,14761,3,1648,2502 -"41776",9808,15301,3,1648,2308 -"41777",9808,16850,3,1648,1657 -"41778",9808,18394,3,1648,2356 -"41779",9808,18808,3,1648,2854 -"41780",9808,18954,3,1648,2364 -"41781",9808,19215,3,1648,2604 -"41782",9808,19323,3,1648,1705 -"41783",9808,19972,3,1648,2078 -"41784",9808,21504,3,1648,2328 -"41785",9808,22580,3,1648,2245 -"41786",9808,22709,3,1648,2743 -"41787",9808,23890,2,1648,1810 -"41788",9808,24761,3,1648,2384 -"41789",9808,26100,3,1648,1966 -"41790",9808,29503,3,1648,2609 -"41791",9808,30317,3,1648,2431 -"41792",9808,31251,3,1648,2498 -"41793",9808,32582,3,1648,1929 -"41794",9808,35264,2,1648,2329 -"41795",9808,38227,3,1648,2511 -"41796",9808,38309,3,1648,2644 -"41797",9808,40392,3,1648,1878 -"41798",9808,49621,2,1648,1915 -"41799",9808,50440,2,1648,2469 -"41800",9808,53362,3,1648,2360 -"41801",9808,53498,3,1648,1967 -"41802",9808,56737,3,1648,2270 -"41803",9808,58041,3,1648,2725 -"41804",9808,65658,3,1648,2030 -"41805",9808,79793,3,1648,1915 -"41806",9808,108872,3,1648,1810 -"41807",9828,10558,3,2085,2312 -"41808",9828,14507,3,2085,2686 -"41809",9828,22260,3,2085,2137 -"41810",9828,24825,3,2085,2686 -"41811",9828,25530,2,2085,2884 -"41812",9828,28285,3,2085,2972 -"41813",9828,30827,3,2085,2323 -"41814",9828,31307,3,2085,2139 -"41815",9828,33160,3,2085,2441 -"41816",9828,56396,3,2085,2408 -"41817",9828,79627,3,2085,2409 -"41818",9853,701,3,1275,2718 -"41819",9853,6363,3,1275,2066 -"41820",9853,18211,3,1275,1745 -"41821",9853,19248,3,1275,2357 -"41822",9853,25198,3,1275,1982 -"41823",9853,25985,3,1275,2071 -"41824",9853,33672,3,1275,2396 -"41825",9853,34464,3,1275,1741 -"41826",9853,39535,1,1275,2428 -"41827",9853,41033,3,1275,1839 -"41828",9853,51041,3,1275,2606 -"41829",9853,68523,3,1275,1664 -"41830",9861,10638,2,2680,2692 -"41831",9861,11506,2,2680,2824 -"41832",9861,18943,3,2680,2861 -"41833",9861,20007,3,2680,2971 -"41834",9861,28582,3,2680,2698 -"41835",9861,69335,3,2680,2698 -"41836",9871,24,3,921,1295 -"41837",9871,160,3,921,2007 -"41838",9871,1124,3,921,1596 -"41839",9871,1323,3,921,1659 -"41840",9871,1641,3,921,1490 -"41841",9871,1875,3,921,1786 -"41842",9871,2111,3,921,1904 -"41843",9871,2894,3,921,1291 -"41844",9871,4317,3,921,1224 -"41845",9871,4671,3,921,2280 -"41846",9871,5226,3,921,1309 -"41847",9871,5392,3,921,1648 -"41848",9871,5610,3,921,2223 -"41849",9871,5615,3,921,1105 -"41850",9871,5785,3,921,1261 -"41851",9871,5865,2,921,1910 -"41852",9871,6192,3,921,2409 -"41853",9871,6222,3,921,1949 -"41854",9871,6588,3,921,2025 -"41855",9871,6942,3,921,1232 -"41856",9871,7118,3,921,966 -"41857",9871,7185,3,921,1046 -"41858",9871,7406,3,921,1906 -"41859",9871,7555,3,921,1943 -"41860",9871,7616,1,921,2296 -"41861",9871,8238,3,921,2222 -"41862",9871,9331,2,921,2269 -"41863",9871,9362,3,921,2879 -"41864",9871,9423,3,921,1708 -"41865",9871,9615,3,921,2464 -"41866",9871,10370,3,921,2224 -"41867",9871,10576,3,921,974 -"41868",9871,10851,3,921,2423 -"41869",9871,10870,3,921,1755 -"41870",9871,11770,3,921,1653 -"41871",9871,12081,3,921,2166 -"41872",9871,12122,2,921,1385 -"41873",9871,12388,3,921,1975 -"41874",9871,12632,3,921,1174 -"41875",9871,13324,3,921,2163 -"41876",9871,13837,3,921,1604 -"41877",9871,14959,3,921,2898 -"41878",9871,15008,3,921,2338 -"41879",9871,15122,2,921,1201 -"41880",9871,15207,3,921,1855 -"41881",9871,15632,2,921,1242 -"41882",9871,16286,3,921,2470 -"41883",9871,16539,1,921,1947 -"41884",9871,16542,3,921,2039 -"41885",9871,16850,3,921,1657 -"41886",9871,17351,3,921,2036 -"41887",9871,17549,3,921,2647 -"41888",9871,17632,3,921,1947 -"41889",9871,18670,2,921,1835 -"41890",9871,19096,3,921,1538 -"41891",9871,19744,3,921,2623 -"41892",9871,19893,3,921,1223 -"41893",9871,20419,3,921,1587 -"41894",9871,21950,3,921,1892 -"41895",9871,22057,3,921,974 -"41896",9871,22292,3,921,1910 -"41897",9871,22682,3,921,2035 -"41898",9871,22808,3,921,2297 -"41899",9871,23460,3,921,2183 -"41900",9871,23825,3,921,1913 -"41901",9871,24256,3,921,2393 -"41902",9871,24421,3,921,1324 -"41903",9871,24456,3,921,1238 -"41904",9871,24512,3,921,1369 -"41905",9871,24753,3,921,2860 -"41906",9871,24793,2,921,1993 -"41907",9871,24794,3,921,925 -"41908",9871,24826,3,921,1382 -"41909",9871,25030,3,921,2017 -"41910",9871,25033,3,921,929 -"41911",9871,26083,2,921,2038 -"41912",9871,26603,3,921,2508 -"41913",9871,27323,3,921,943 -"41914",9871,27796,3,921,2151 -"41915",9871,29089,3,921,1344 -"41916",9871,29512,2,921,1594 -"41917",9871,29930,3,921,2240 -"41918",9871,30883,3,921,1629 -"41919",9871,31159,3,921,2231 -"41920",9871,31209,3,921,1137 -"41921",9871,31705,3,921,2706 -"41922",9871,31890,2,921,1487 -"41923",9871,31901,2,921,1251 -"41924",9871,32131,3,921,1035 -"41925",9871,32173,3,921,2341 -"41926",9871,32419,3,921,1909 -"41927",9871,32589,3,921,2220 -"41928",9871,33010,3,921,2189 -"41929",9871,35772,3,921,1440 -"41930",9871,36837,3,921,1556 -"41931",9871,37108,3,921,1202 -"41932",9871,38921,3,921,1880 -"41933",9871,40028,3,921,1349 -"41934",9871,40129,3,921,2162 -"41935",9871,41518,3,921,1641 -"41936",9871,41664,3,921,2641 -"41937",9871,42515,3,921,2752 -"41938",9871,42783,3,921,2338 -"41939",9871,42837,3,921,1096 -"41940",9871,43614,3,921,1712 -"41941",9871,43902,3,921,1726 -"41942",9871,44089,2,921,1632 -"41943",9871,44403,3,921,2429 -"41944",9871,44688,3,921,2924 -"41945",9871,45545,3,921,1776 -"41946",9871,46629,3,921,2255 -"41947",9871,46635,3,921,2528 -"41948",9871,46680,3,921,1690 -"41949",9871,47386,3,921,2226 -"41950",9871,47564,3,921,2650 -"41951",9871,47625,3,921,2562 -"41952",9871,48384,3,921,2057 -"41953",9871,48571,3,921,2717 -"41954",9871,49334,2,921,2433 -"41955",9871,49470,3,921,1528 -"41956",9871,50001,3,921,1518 -"41957",9871,50254,2,921,1151 -"41958",9871,50275,3,921,2832 -"41959",9871,53248,3,921,2271 -"41960",9871,55076,2,921,2408 -"41961",9871,56854,3,921,2022 -"41962",9871,56903,3,921,1584 -"41963",9871,58854,3,921,1131 -"41964",9871,61975,3,921,983 -"41965",9871,63477,3,921,1907 -"41966",9871,64232,3,921,1275 -"41967",9871,65242,3,921,1988 -"41968",9871,65434,3,921,2866 -"41969",9871,66756,3,921,1301 -"41970",9871,67748,3,921,1498 -"41971",9871,69250,3,921,1439 -"41972",9871,69712,3,921,1219 -"41973",9871,74818,3,921,1440 -"41974",9871,76646,2,921,1263 -"41975",9871,77155,3,921,2946 -"41976",9871,77611,2,921,1795 -"41977",9871,78270,3,921,1171 -"41978",9871,80979,3,921,1142 -"41979",9871,81463,3,921,955 -"41980",9871,82187,1,921,1055 -"41981",9871,82893,1,921,1275 -"41982",9871,85356,2,921,1492 -"41983",9871,86627,3,921,981 -"41984",9871,88887,3,921,1161 -"41985",9871,92322,2,921,2393 -"41986",9871,96132,3,921,1489 -"41987",9871,96553,3,921,1887 -"41988",9871,96911,3,921,956 -"41989",9871,119208,3,921,2646 -"41990",9893,2684,3,2701,2874 -"41991",9893,3305,3,2701,2839 -"41992",9893,11477,3,2701,2724 -"41993",9893,19027,2,2701,2721 -"41994",9893,20700,3,2701,2861 -"41995",9893,23319,3,2701,2867 -"41996",9893,26749,3,2701,2965 -"41997",9893,33801,3,2701,2899 -"41998",9893,42574,3,2701,2842 -"41999",9893,53475,3,2701,2853 -"42000",9893,65029,3,2701,2954 -"42001",9893,66224,3,2701,2728 -"42002",9893,67652,3,2701,2736 -"42003",9895,2443,3,1960,2333 -"42004",9895,2647,3,1960,2450 -"42005",9895,3158,3,1960,2762 -"42006",9895,3271,3,1960,2216 -"42007",9895,3506,3,1960,2364 -"42008",9895,6040,3,1960,2103 -"42009",9895,7123,3,1960,1964 -"42010",9895,9272,3,1960,2835 -"42011",9895,9910,2,1960,2526 -"42012",9895,9948,1,1960,2019 -"42013",9895,11351,3,1960,2971 -"42014",9895,15813,3,1960,2143 -"42015",9895,17499,3,1960,2954 -"42016",9895,17925,3,1960,2385 -"42017",9895,20695,2,1960,2526 -"42018",9895,26374,3,1960,2133 -"42019",9895,26740,2,1960,2695 -"42020",9895,30544,3,1960,2041 -"42021",9895,31159,3,1960,2231 -"42022",9895,31295,3,1960,2183 -"42023",9895,38697,3,1960,2701 -"42024",9895,42382,3,1960,2224 -"42025",9895,43226,3,1960,2442 -"42026",9895,44744,2,1960,2032 -"42027",9895,47607,3,1960,2724 -"42028",9895,48110,3,1960,2009 -"42029",9895,48931,3,1960,2444 -"42030",9895,53584,2,1960,2391 -"42031",9895,58508,3,1960,2326 -"42032",9895,64912,3,1960,2099 -"42033",9895,69335,3,1960,2698 -"42034",9895,69453,3,1960,2831 -"42035",9895,93553,3,1960,2537 -"42036",9895,96387,3,1960,2159 -"42037",9909,663,3,2230,2678 -"42038",9909,1369,3,2230,2487 -"42039",9909,20541,3,2230,2617 -"42040",9909,42407,3,2230,2408 -"42041",9909,64641,3,2230,2617 -"42042",9910,9272,3,2526,2835 -"42043",9910,11351,3,2526,2971 -"42044",9910,17499,3,2526,2954 -"42045",9910,26740,3,2526,2695 -"42046",9910,38697,3,2526,2701 -"42047",9910,53020,3,2526,2747 -"42048",9910,69335,3,2526,2698 -"42049",9912,3100,3,1356,2524 -"42050",9912,3403,3,1356,2951 -"42051",9912,3786,3,1356,2282 -"42052",9912,4144,3,1356,1520 -"42053",9912,9050,3,1356,2026 -"42054",9912,9727,3,1356,2327 -"42055",9912,11135,1,1356,2441 -"42056",9912,11429,3,1356,2520 -"42057",9912,13024,3,1356,2468 -"42058",9912,15502,2,1356,2637 -"42059",9912,16361,3,1356,1641 -"42060",9912,16833,3,1356,1661 -"42061",9912,19687,2,1356,2072 -"42062",9912,19972,3,1356,2078 -"42063",9912,21895,3,1356,1693 -"42064",9912,21976,3,1356,1808 -"42065",9912,23639,3,1356,2065 -"42066",9912,24116,3,1356,1413 -"42067",9912,24441,2,1356,2256 -"42068",9912,25286,3,1356,1545 -"42069",9912,25886,3,1356,1580 -"42070",9912,28567,3,1356,2398 -"42071",9912,41051,3,1356,2767 -"42072",9912,42486,3,1356,1951 -"42073",9912,45487,1,1356,2256 -"42074",9912,47330,3,1356,2422 -"42075",9912,47827,2,1356,1957 -"42076",9912,51448,2,1356,1593 -"42077",9912,56673,3,1356,2419 -"42078",9912,62498,3,1356,1698 -"42079",9912,79236,3,1356,1505 -"42080",9912,81134,3,1356,1384 -"42081",9912,83007,3,1356,2727 -"42082",9912,89955,3,1356,1452 -"42083",9912,104659,3,1356,2026 -"42084",9928,270,3,2345,2542 -"42085",9928,3961,3,2345,2426 -"42086",9928,5041,3,2345,2371 -"42087",9928,5315,2,2345,2631 -"42088",9928,5350,3,2345,2522 -"42089",9928,10779,3,2345,2881 -"42090",9928,15309,3,2345,2820 -"42091",9928,16352,2,2345,2657 -"42092",9928,18394,3,2345,2356 -"42093",9928,19027,3,2345,2721 -"42094",9928,20067,3,2345,2390 -"42095",9928,20124,3,2345,2376 -"42096",9928,23310,2,2345,2371 -"42097",9928,23725,3,2345,2378 -"42098",9928,26080,2,2345,2525 -"42099",9928,30081,3,2345,2403 -"42100",9928,34735,3,2345,2767 -"42101",9928,35926,3,2345,2371 -"42102",9928,41955,2,2345,2479 -"42103",9928,41972,3,2345,2509 -"42104",9928,49110,3,2345,2938 -"42105",9928,50977,3,2345,2352 -"42106",9928,54551,3,2345,2348 -"42107",9928,54929,2,2345,2783 -"42108",9928,56082,3,2345,2395 -"42109",9928,72207,3,2345,2430 -"42110",9928,76048,3,2345,2373 -"42111",9939,4194,3,474,1641 -"42112",9939,10128,3,474,883 -"42113",9939,16593,3,474,1139 -"42114",9939,17159,2,474,883 -"42115",9939,26138,3,474,1902 -"42116",9939,26513,3,474,2205 -"42117",9939,33278,3,474,1591 -"42118",9939,42998,3,474,1978 -"42119",9939,57037,3,474,2293 -"42120",9939,69590,3,474,2441 -"42121",9939,82917,3,474,2371 -"42122",9939,86010,3,474,1641 -"42123",9939,94339,3,474,2768 -"42124",9939,97266,3,474,1016 -"42125",9940,2972,3,214,1708 -"42126",9940,7029,3,214,2204 -"42127",9940,11239,3,214,2181 -"42128",9940,18483,2,214,874 -"42129",9940,25508,3,214,2081 -"42130",9940,27195,2,214,2158 -"42131",9940,28640,3,214,1475 -"42132",9940,29930,3,214,2240 -"42133",9940,45225,3,214,474 -"42134",9940,47752,2,214,630 -"42135",9940,50298,3,214,2101 -"42136",9940,56232,2,214,1175 -"42137",9940,68960,2,214,1312 -"42138",9940,115078,3,214,697 -"42139",9948,2443,3,2019,2333 -"42140",9948,2647,3,2019,2450 -"42141",9948,3271,3,2019,2216 -"42142",9948,9272,3,2019,2835 -"42143",9948,9910,1,2019,2526 -"42144",9948,11351,3,2019,2971 -"42145",9948,20695,1,2019,2526 -"42146",9948,26740,3,2019,2695 -"42147",9948,38697,3,2019,2701 -"42148",9948,42382,3,2019,2224 -"42149",9948,43226,3,2019,2442 -"42150",9948,44744,3,2019,2032 -"42151",9948,47607,3,2019,2724 -"42152",9948,49403,3,2019,2427 -"42153",9948,53082,3,2019,2328 -"42154",9948,53584,3,2019,2391 -"42155",9948,58508,3,2019,2326 -"42156",9948,69335,3,2019,2698 -"42157",9950,160,3,920,2007 -"42158",9950,2093,3,920,2459 -"42159",9950,2484,3,920,2389 -"42160",9950,2743,3,920,1278 -"42161",9950,3947,3,920,2067 -"42162",9950,3961,3,920,2426 -"42163",9950,4289,2,920,1921 -"42164",9950,4705,3,920,1714 -"42165",9950,5235,3,920,2324 -"42166",9950,5239,3,920,2875 -"42167",9950,5315,3,920,2631 -"42168",9950,5350,3,920,2522 -"42169",9950,5622,3,920,2175 -"42170",9950,5716,3,920,1058 -"42171",9950,5912,3,920,2257 -"42172",9950,5986,3,920,1721 -"42173",9950,6047,2,920,2004 -"42174",9950,6417,3,920,1675 -"42175",9950,7798,3,920,949 -"42176",9950,8029,3,920,1859 -"42177",9950,8621,3,920,1681 -"42178",9950,9391,3,920,1252 -"42179",9950,9723,3,920,2302 -"42180",9950,9808,3,920,1648 -"42181",9950,9928,3,920,2345 -"42182",9950,10148,3,920,2964 -"42183",9950,10358,3,920,2294 -"42184",9950,10404,3,920,2062 -"42185",9950,10717,3,920,1938 -"42186",9950,10857,2,920,2253 -"42187",9950,11662,3,920,1139 -"42188",9950,12692,2,920,1855 -"42189",9950,13311,3,920,2315 -"42190",9950,13780,2,920,2412 -"42191",9950,14032,2,920,2144 -"42192",9950,14943,3,920,1942 -"42193",9950,15309,3,920,2820 -"42194",9950,15402,3,920,1281 -"42195",9950,15560,3,920,2257 -"42196",9950,15734,3,920,1616 -"42197",9950,15808,3,920,1521 -"42198",9950,16074,2,920,977 -"42199",9950,16164,3,920,1184 -"42200",9950,16352,3,920,2657 -"42201",9950,16826,2,920,2599 -"42202",9950,17351,3,920,2036 -"42203",9950,17400,3,920,2231 -"42204",9950,17484,2,920,1256 -"42205",9950,17632,3,920,1947 -"42206",9950,17997,3,920,1621 -"42207",9950,18103,2,920,1968 -"42208",9950,18874,3,920,2170 -"42209",9950,19096,3,920,1538 -"42210",9950,19622,3,920,2371 -"42211",9950,19814,3,920,936 -"42212",9950,20067,3,920,2390 -"42213",9950,21138,3,920,2849 -"42214",9950,22639,3,920,2352 -"42215",9950,23310,3,920,2371 -"42216",9950,23492,3,920,1067 -"42217",9950,23508,3,920,1907 -"42218",9950,23725,3,920,2378 -"42219",9950,24240,3,920,1755 -"42220",9950,24259,2,920,1281 -"42221",9950,24853,3,920,1004 -"42222",9950,25078,3,920,2312 -"42223",9950,27205,3,920,966 -"42224",9950,27642,2,920,1531 -"42225",9950,27753,3,920,2750 -"42226",9950,28784,3,920,1579 -"42227",9950,29004,3,920,2596 -"42228",9950,29503,3,920,2609 -"42229",9950,29930,3,920,2240 -"42230",9950,30325,3,920,1067 -"42231",9950,30438,3,920,1617 -"42232",9950,30747,3,920,2455 -"42233",9950,30906,3,920,2537 -"42234",9950,31069,3,920,1995 -"42235",9950,32919,3,920,2321 -"42236",9950,33949,3,920,2489 -"42237",9950,34158,3,920,2639 -"42238",9950,34480,3,920,2755 -"42239",9950,34492,3,920,1798 -"42240",9950,34509,3,920,1973 -"42241",9950,34735,3,920,2767 -"42242",9950,34954,3,920,1184 -"42243",9950,35361,3,920,2389 -"42244",9950,35529,3,920,1620 -"42245",9950,35673,3,920,1067 -"42246",9950,35926,3,920,2371 -"42247",9950,38227,2,920,2511 -"42248",9950,38449,3,920,1802 -"42249",9950,40432,2,920,1956 -"42250",9950,41832,3,920,1155 -"42251",9950,41955,3,920,2479 -"42252",9950,42642,3,920,2257 -"42253",9950,42715,3,920,987 -"42254",9950,44407,3,920,2154 -"42255",9950,44676,3,920,2629 -"42256",9950,47386,3,920,2226 -"42257",9950,49787,3,920,2352 -"42258",9950,49812,3,920,1816 -"42259",9950,51022,3,920,1499 -"42260",9950,51055,2,920,2558 -"42261",9950,54551,2,920,2348 -"42262",9950,54740,3,920,2750 -"42263",9950,56807,2,920,1571 -"42264",9950,57977,3,920,2683 -"42265",9950,58489,2,920,1068 -"42266",9950,60280,3,920,1918 -"42267",9950,62488,3,920,1418 -"42268",9950,65679,3,920,1578 -"42269",9950,69591,3,920,2294 -"42270",9950,70269,3,920,2368 -"42271",9950,70736,3,920,1512 -"42272",9950,75403,3,920,1895 -"42273",9950,76284,3,920,1237 -"42274",9950,76511,3,920,1250 -"42275",9950,77305,3,920,965 -"42276",9950,81588,3,920,1568 -"42277",9950,82301,3,920,1621 -"42278",9950,82929,1,920,2475 -"42279",9950,83140,3,920,1630 -"42280",9950,89097,3,920,935 -"42281",9950,93280,1,920,1053 -"42282",9950,94101,3,920,997 -"42283",9950,100140,3,920,1041 -"42284",9950,101338,3,920,1319 -"42285",9954,2799,2,2117,2173 -"42286",9954,8327,3,2117,2527 -"42287",9979,3011,3,2238,2278 -"42288",9979,4701,3,2238,2401 -"42289",9979,9311,3,2238,2477 -"42290",9979,33433,3,2238,2805 -"42291",9979,35888,3,2238,2291 -"42292",10002,671,3,1788,2328 -"42293",10002,1692,3,1788,2443 -"42294",10002,6603,3,1788,2185 -"42295",10002,9801,3,1788,2443 -"42296",10002,10964,3,1788,2043 -"42297",10002,11067,3,1788,2734 -"42298",10002,15821,3,1788,2456 -"42299",10002,24866,2,1788,2103 -"42300",10002,27399,3,1788,1866 -"42301",10002,36506,2,1788,2638 -"42302",10002,45461,3,1788,2458 -"42303",10002,47534,2,1788,2712 -"42304",10002,47966,3,1788,2409 -"42305",10002,53530,3,1788,2380 -"42306",10002,83396,3,1788,2396 -"42307",10002,88232,3,1788,2881 -"42308",10004,9342,3,872,896 -"42309",10004,10128,2,872,883 -"42310",10004,11135,3,872,2441 -"42311",10004,17159,3,872,883 -"42312",10004,18479,2,872,2967 -"42313",10004,19137,3,872,1437 -"42314",10004,19687,3,872,2072 -"42315",10004,23639,3,872,2065 -"42316",10004,25180,2,872,2489 -"42317",10004,26138,1,872,1902 -"42318",10004,26567,3,872,1158 -"42319",10004,33278,3,872,1591 -"42320",10004,35414,3,872,1959 -"42321",10004,62498,3,872,1698 -"42322",10004,72827,3,872,1359 -"42323",10004,97266,3,872,1016 -"42324",10008,9349,3,1323,2052 -"42325",10008,10278,3,1323,2345 -"42326",10008,52969,3,1323,2302 -"42327",10012,288,3,89,947 -"42328",10012,313,3,89,2271 -"42329",10012,357,3,89,2327 -"42330",10012,499,3,89,1931 -"42331",10012,543,3,89,2203 -"42332",10012,733,2,89,1653 -"42333",10012,937,3,89,408 -"42334",10012,1090,3,89,2370 -"42335",10012,1469,1,89,1160 -"42336",10012,1592,3,89,2006 -"42337",10012,1691,3,89,1941 -"42338",10012,1777,3,89,1965 -"42339",10012,2036,3,89,2483 -"42340",10012,2063,3,89,1278 -"42341",10012,2166,3,89,2557 -"42342",10012,2300,3,89,565 -"42343",10012,2462,3,89,849 -"42344",10012,2484,3,89,2389 -"42345",10012,2754,3,89,1360 -"42346",10012,2960,3,89,977 -"42347",10012,3167,3,89,1676 -"42348",10012,3830,3,89,1661 -"42349",10012,4191,3,89,2130 -"42350",10012,4366,3,89,1726 -"42351",10012,5018,3,89,640 -"42352",10012,5078,3,89,2033 -"42353",10012,5457,3,89,2077 -"42354",10012,5462,3,89,2374 -"42355",10012,5504,2,89,2389 -"42356",10012,7196,3,89,1508 -"42357",10012,7323,3,89,2858 -"42358",10012,7363,3,89,123 -"42359",10012,8229,2,89,1241 -"42360",10012,8519,2,89,844 -"42361",10012,8621,3,89,1681 -"42362",10012,8772,3,89,847 -"42363",10012,10130,1,89,2741 -"42364",10012,10222,2,89,2212 -"42365",10012,10352,3,89,1371 -"42366",10012,10874,3,89,1891 -"42367",10012,13518,3,89,525 -"42368",10012,14108,3,89,2012 -"42369",10012,14300,3,89,1218 -"42370",10012,14888,3,89,1411 -"42371",10012,14983,2,89,1047 -"42372",10012,15389,3,89,143 -"42373",10012,16164,3,89,1184 -"42374",10012,16313,3,89,1160 -"42375",10012,18277,1,89,2309 -"42376",10012,18289,3,89,862 -"42377",10012,19027,2,89,2721 -"42378",10012,19516,3,89,2313 -"42379",10012,19568,2,89,2302 -"42380",10012,19963,3,89,810 -"42381",10012,21479,3,89,2134 -"42382",10012,22006,3,89,1202 -"42383",10012,22130,3,89,146 -"42384",10012,22169,3,89,673 -"42385",10012,22749,3,89,1727 -"42386",10012,22874,2,89,404 -"42387",10012,24198,2,89,2217 -"42388",10012,24348,3,89,103 -"42389",10012,24755,3,89,1319 -"42390",10012,24923,3,89,2785 -"42391",10012,25129,3,89,2647 -"42392",10012,26516,3,89,2479 -"42393",10012,26524,2,89,982 -"42394",10012,26706,3,89,1846 -"42395",10012,26713,3,89,1235 -"42396",10012,27478,2,89,2485 -"42397",10012,28808,3,89,1063 -"42398",10012,28892,3,89,2023 -"42399",10012,29456,2,89,1182 -"42400",10012,31386,2,89,273 -"42401",10012,31799,3,89,2547 -"42402",10012,32113,2,89,882 -"42403",10012,32409,1,89,857 -"42404",10012,33572,3,89,2370 -"42405",10012,34314,2,89,630 -"42406",10012,34443,3,89,496 -"42407",10012,34492,3,89,1798 -"42408",10012,34509,3,89,1973 -"42409",10012,35256,3,89,2271 -"42410",10012,35481,3,89,2211 -"42411",10012,37570,3,89,2389 -"42412",10012,38048,2,89,867 -"42413",10012,39245,3,89,517 -"42414",10012,39444,3,89,2695 -"42415",10012,40136,3,89,1149 -"42416",10012,40200,2,89,190 -"42417",10012,40296,3,89,1674 -"42418",10012,40672,2,89,1315 -"42419",10012,40832,3,89,634 -"42420",10012,41747,3,89,1722 -"42421",10012,41832,2,89,1155 -"42422",10012,44636,3,89,1026 -"42423",10012,46512,3,89,1292 -"42424",10012,46621,3,89,1343 -"42425",10012,47082,3,89,1990 -"42426",10012,49189,3,89,1550 -"42427",10012,49965,3,89,2301 -"42428",10012,50235,3,89,726 -"42429",10012,50667,3,89,2719 -"42430",10012,51410,2,89,2739 -"42431",10012,51987,3,89,1397 -"42432",10012,52457,3,89,849 -"42433",10012,53031,1,89,2065 -"42434",10012,53624,3,89,952 -"42435",10012,54100,3,89,1327 -"42436",10012,54676,3,89,1342 -"42437",10012,55556,2,89,2075 -"42438",10012,55828,3,89,2393 -"42439",10012,56022,3,89,282 -"42440",10012,56171,3,89,1524 -"42441",10012,56452,3,89,191 -"42442",10012,57977,3,89,2683 -"42443",10012,58221,1,89,1787 -"42444",10012,61138,2,89,1188 -"42445",10012,61719,2,89,1515 -"42446",10012,61785,2,89,822 -"42447",10012,63147,2,89,1477 -"42448",10012,63637,3,89,498 -"42449",10012,63770,3,89,1324 -"42450",10012,65029,3,89,2954 -"42451",10012,66318,3,89,2803 -"42452",10012,67009,3,89,179 -"42453",10012,68098,3,89,2378 -"42454",10012,69498,3,89,931 -"42455",10012,69930,3,89,416 -"42456",10012,70605,3,89,1176 -"42457",10012,71478,2,89,1721 -"42458",10012,73128,3,89,1549 -"42459",10012,73728,3,89,784 -"42460",10012,77489,3,89,1514 -"42461",10012,78569,3,89,578 -"42462",10012,79364,3,89,834 -"42463",10012,79657,3,89,1260 -"42464",10012,79837,3,89,1252 -"42465",10012,80014,3,89,1562 -"42466",10012,80429,3,89,1927 -"42467",10012,82409,1,89,1881 -"42468",10012,84897,3,89,1075 -"42469",10012,85290,3,89,376 -"42470",10012,85430,3,89,2370 -"42471",10012,87904,3,89,952 -"42472",10012,88232,3,89,2881 -"42473",10012,88750,3,89,787 -"42474",10012,89958,3,89,1186 -"42475",10012,90837,3,89,825 -"42476",10012,91908,3,89,918 -"42477",10012,92592,3,89,486 -"42478",10012,93615,1,89,2386 -"42479",10012,93752,2,89,1368 -"42480",10012,94850,2,89,408 -"42481",10012,96000,3,89,1789 -"42482",10012,97498,3,89,2346 -"42483",10012,99103,2,89,1470 -"42484",10012,100978,3,89,862 -"42485",10012,102050,3,89,906 -"42486",10012,105233,3,89,1199 -"42487",10012,109383,3,89,952 -"42488",10012,116478,3,89,293 -"42489",10012,123223,3,89,408 -"42490",10012,123349,3,89,901 -"42491",10029,50785,3,2718,2877 -"42492",10050,1523,1,1792,2048 -"42493",10050,2190,2,1792,2359 -"42494",10050,2418,3,1792,2020 -"42495",10050,2747,3,1792,2411 -"42496",10050,2979,3,1792,2912 -"42497",10050,3195,3,1792,2043 -"42498",10050,3255,3,1792,2504 -"42499",10050,3317,3,1792,2037 -"42500",10050,3477,3,1792,2546 -"42501",10050,7337,2,1792,1797 -"42502",10050,8890,3,1792,1955 -"42503",10050,9331,3,1792,2269 -"42504",10050,9503,3,1792,2453 -"42505",10050,17549,3,1792,2647 -"42506",10050,28893,3,1792,2764 -"42507",10050,29311,3,1792,1849 -"42508",10050,30525,3,1792,1964 -"42509",10050,32339,3,1792,2430 -"42510",10050,37636,3,1792,2178 -"42511",10050,39534,3,1792,2410 -"42512",10050,46486,3,1792,1868 -"42513",10050,47839,3,1792,1864 -"42514",10050,49347,3,1792,2504 -"42515",10050,51774,3,1792,2459 -"42516",10050,54924,2,1792,2603 -"42517",10050,58501,3,1792,2613 -"42518",10050,61541,3,1792,2699 -"42519",10050,66677,3,1792,2151 -"42520",10087,2294,1,1617,1638 -"42521",10087,6186,3,1617,1693 -"42522",10087,8860,2,1617,2141 -"42523",10087,16437,3,1617,1956 -"42524",10087,16684,3,1617,1657 -"42525",10087,17061,2,1617,2385 -"42526",10087,20271,3,1617,2044 -"42527",10087,25721,3,1617,2212 -"42528",10087,27623,3,1617,2970 -"42529",10087,31868,3,1617,1993 -"42530",10087,33341,3,1617,2338 -"42531",10087,35728,3,1617,2017 -"42532",10087,37059,3,1617,2840 -"42533",10087,38439,3,1617,2025 -"42534",10087,39534,2,1617,2410 -"42535",10087,44235,3,1617,2700 -"42536",10087,46486,3,1617,1868 -"42537",10087,48605,3,1617,2796 -"42538",10087,49347,3,1617,2504 -"42539",10087,49712,3,1617,1937 -"42540",10087,66717,3,1617,2104 -"42541",10087,68215,3,1617,2727 -"42542",10087,69131,3,1617,2122 -"42543",10087,73172,3,1617,2496 -"42544",10087,73192,3,1617,1955 -"42545",10087,76048,3,1617,2373 -"42546",10087,79432,3,1617,1708 -"42547",10087,98058,3,1617,1891 -"42548",10087,107383,2,1617,1918 -"42549",10119,19190,3,2374,2677 -"42550",10119,20011,3,2374,2826 -"42551",10119,30194,3,2374,2874 -"42552",10119,32576,2,2374,2881 -"42553",10119,59432,3,2374,2553 -"42554",10128,916,3,883,2718 -"42555",10128,1560,3,883,2013 -"42556",10128,2802,2,883,1836 -"42557",10128,4194,2,883,1641 -"42558",10128,5414,3,883,2321 -"42559",10128,8478,3,883,984 -"42560",10128,9506,2,883,1012 -"42561",10128,9716,3,883,1929 -"42562",10128,11429,3,883,2520 -"42563",10128,11506,3,883,2824 -"42564",10128,11803,3,883,1232 -"42565",10128,14789,3,883,1034 -"42566",10128,16593,2,883,1139 -"42567",10128,18610,3,883,2141 -"42568",10128,21424,2,883,1303 -"42569",10128,22905,3,883,2599 -"42570",10128,23739,3,883,2463 -"42571",10128,26138,1,883,1902 -"42572",10128,26513,3,883,2205 -"42573",10128,26567,3,883,1158 -"42574",10128,30317,3,883,2431 -"42575",10128,31087,3,883,1757 -"42576",10128,31279,3,883,965 -"42577",10128,32582,3,883,1929 -"42578",10128,32939,3,883,2277 -"42579",10128,33278,1,883,1591 -"42580",10128,35414,3,883,1959 -"42581",10128,36662,3,883,2967 -"42582",10128,37868,3,883,2876 -"42583",10128,38309,3,883,2644 -"42584",10128,39321,3,883,2257 -"42585",10128,41603,2,883,1942 -"42586",10128,42998,2,883,1978 -"42587",10128,48639,3,883,2291 -"42588",10128,51678,3,883,1077 -"42589",10128,53362,3,883,2360 -"42590",10128,55775,3,883,2385 -"42591",10128,57037,3,883,2293 -"42592",10128,60672,3,883,2876 -"42593",10128,62498,3,883,1698 -"42594",10128,62848,3,883,1230 -"42595",10128,69590,3,883,2441 -"42596",10128,78871,3,883,2234 -"42597",10128,79772,3,883,1230 -"42598",10128,79793,3,883,1915 -"42599",10128,82917,3,883,2371 -"42600",10128,86010,2,883,1641 -"42601",10128,91715,3,883,1034 -"42602",10128,94339,2,883,2768 -"42603",10128,96197,3,883,1670 -"42604",10128,97266,1,883,1016 -"42605",10128,99194,3,883,1271 -"42606",10128,100140,3,883,1041 -"42607",10128,102845,2,883,1067 -"42608",10128,111045,3,883,915 -"42609",10128,114228,3,883,1544 -"42610",10129,140,3,2124,2267 -"42611",10129,341,3,2124,2689 -"42612",10129,680,3,2124,2569 -"42613",10129,1519,3,2124,2349 -"42614",10129,2852,3,2124,2448 -"42615",10129,3493,3,2124,2451 -"42616",10129,4249,3,2124,2547 -"42617",10129,7942,3,2124,2623 -"42618",10129,13290,3,2124,2824 -"42619",10129,16176,3,2124,2703 -"42620",10129,17973,3,2124,2837 -"42621",10129,20941,3,2124,2725 -"42622",10129,22244,3,2124,2139 -"42623",10129,22709,3,2124,2743 -"42624",10129,23224,3,2124,2372 -"42625",10129,23591,2,2124,2831 -"42626",10129,25741,3,2124,2853 -"42627",10129,29116,1,2124,2128 -"42628",10129,30034,3,2124,2357 -"42629",10129,37929,2,2124,2393 -"42630",10129,38691,3,2124,2585 -"42631",10129,40954,3,2124,2603 -"42632",10129,41447,3,2124,2405 -"42633",10129,44235,2,2124,2700 -"42634",10129,63077,3,2124,2778 -"42635",10129,82932,3,2124,2245 -"42636",10143,14,2,778,1793 -"42637",10143,212,3,778,1513 -"42638",10143,380,3,778,2261 -"42639",10143,915,2,778,1793 -"42640",10143,1102,2,778,2282 -"42641",10143,1136,3,778,2536 -"42642",10143,1767,2,778,2727 -"42643",10143,1875,3,778,1786 -"42644",10143,2063,3,778,1278 -"42645",10143,2224,3,778,2751 -"42646",10143,2337,3,778,1697 -"42647",10143,2424,3,778,2582 -"42648",10143,2572,3,778,2273 -"42649",10143,2600,3,778,1182 -"42650",10143,2609,2,778,834 -"42651",10143,3068,1,778,1815 -"42652",10143,3477,3,778,2546 -"42653",10143,3801,3,778,1974 -"42654",10143,3980,2,778,2771 -"42655",10143,4784,3,778,2511 -"42656",10143,5235,3,778,2324 -"42657",10143,6020,3,778,1864 -"42658",10143,6052,3,778,1985 -"42659",10143,6063,3,778,2349 -"42660",10143,6074,3,778,2426 -"42661",10143,7406,3,778,1906 -"42662",10143,9423,3,778,1708 -"42663",10143,9440,3,778,1006 -"42664",10143,10146,3,778,1878 -"42665",10143,11450,1,778,915 -"42666",10143,11625,2,778,2022 -"42667",10143,12724,2,778,1930 -"42668",10143,12735,3,778,819 -"42669",10143,12779,2,778,936 -"42670",10143,13158,2,778,2667 -"42671",10143,13479,3,778,2155 -"42672",10143,13551,3,778,1451 -"42673",10143,13899,3,778,2650 -"42674",10143,14072,3,778,1346 -"42675",10143,14328,2,778,1725 -"42676",10143,14332,2,778,780 -"42677",10143,15235,1,778,1045 -"42678",10143,16053,3,778,908 -"42679",10143,17351,3,778,2036 -"42680",10143,17632,3,778,1947 -"42681",10143,17938,3,778,1410 -"42682",10143,17943,3,778,1943 -"42683",10143,18165,3,778,2085 -"42684",10143,18217,3,778,1566 -"42685",10143,19069,3,778,988 -"42686",10143,19282,2,778,1623 -"42687",10143,19317,3,778,2041 -"42688",10143,19605,3,778,2395 -"42689",10143,19744,3,778,2623 -"42690",10143,19835,3,778,1135 -"42691",10143,19980,3,778,2231 -"42692",10143,20343,1,778,851 -"42693",10143,20416,2,778,2323 -"42694",10143,20732,3,778,2401 -"42695",10143,21164,3,778,1645 -"42696",10143,21358,3,778,1970 -"42697",10143,21929,3,778,2062 -"42698",10143,22025,3,778,1591 -"42699",10143,22057,2,778,974 -"42700",10143,22462,3,778,869 -"42701",10143,23726,3,778,2434 -"42702",10143,23751,3,778,1740 -"42703",10143,24060,3,778,2349 -"42704",10143,28648,3,778,1586 -"42705",10143,29884,3,778,1239 -"42706",10143,30092,1,778,1593 -"42707",10143,30236,3,778,2238 -"42708",10143,30827,1,778,2323 -"42709",10143,30850,2,778,1045 -"42710",10143,32064,3,778,1739 -"42711",10143,32811,3,778,804 -"42712",10143,32939,3,778,2277 -"42713",10143,33223,3,778,2397 -"42714",10143,34120,3,778,2786 -"42715",10143,34136,3,778,2202 -"42716",10143,34274,3,778,1437 -"42717",10143,34659,3,778,1924 -"42718",10143,37301,3,778,2160 -"42719",10143,38213,3,778,1744 -"42720",10143,38284,3,778,1234 -"42721",10143,39135,2,778,2489 -"42722",10143,40493,3,778,1981 -"42723",10143,40542,3,778,1664 -"42724",10143,40893,3,778,1116 -"42725",10143,41900,3,778,1970 -"42726",10143,41945,3,778,2856 -"42727",10143,42129,3,778,2318 -"42728",10143,42216,1,778,2722 -"42729",10143,43404,2,778,2649 -"42730",10143,45297,3,778,1864 -"42731",10143,45302,2,778,2390 -"42732",10143,45450,3,778,1590 -"42733",10143,46446,3,778,2295 -"42734",10143,46717,2,778,938 -"42735",10143,48127,3,778,2677 -"42736",10143,48823,2,778,2080 -"42737",10143,49470,3,778,1528 -"42738",10143,49620,3,778,1868 -"42739",10143,50093,3,778,909 -"42740",10143,50134,3,778,2674 -"42741",10143,51017,3,778,2073 -"42742",10143,51035,3,778,2397 -"42743",10143,51866,3,778,2411 -"42744",10143,55084,1,778,1189 -"42745",10143,56026,2,778,908 -"42746",10143,57804,3,778,2214 -"42747",10143,60179,3,778,2708 -"42748",10143,66992,3,778,2882 -"42749",10143,74636,3,778,2525 -"42750",10143,75028,3,778,1660 -"42751",10143,78256,3,778,804 -"42752",10143,88063,2,778,1045 -"42753",10143,88070,3,778,949 -"42754",10143,88609,3,778,1917 -"42755",10143,93642,3,778,1120 -"42756",10143,94520,3,778,1243 -"42757",10143,95879,2,778,1748 -"42758",10143,105353,3,778,2073 -"42759",10143,108620,3,778,881 -"42760",10146,160,3,1878,2007 -"42761",10146,1702,3,1878,1984 -"42762",10146,2282,3,1878,2056 -"42763",10146,2443,3,1878,2333 -"42764",10146,3158,2,1878,2762 -"42765",10146,4249,3,1878,2547 -"42766",10146,6223,3,1878,2363 -"42767",10146,6345,3,1878,2713 -"42768",10146,6449,3,1878,1997 -"42769",10146,9724,3,1878,2713 -"42770",10146,9740,3,1878,2233 -"42771",10146,9895,3,1878,1960 -"42772",10146,10779,3,1878,2881 -"42773",10146,12966,3,1878,2011 -"42774",10146,14612,3,1878,2340 -"42775",10146,14957,3,1878,2306 -"42776",10146,15782,3,1878,2306 -"42777",10146,17480,3,1878,2316 -"42778",10146,17499,2,1878,2954 -"42779",10146,17695,3,1878,1930 -"42780",10146,18165,2,1878,2085 -"42781",10146,19002,3,1878,2053 -"42782",10146,19744,2,1878,2623 -"42783",10146,19980,2,1878,2231 -"42784",10146,20695,3,1878,2526 -"42785",10146,23098,2,1878,2300 -"42786",10146,26796,3,1878,2384 -"42787",10146,30544,3,1878,2041 -"42788",10146,30697,2,1878,2891 -"42789",10146,30827,2,1878,2323 -"42790",10146,31898,3,1878,1916 -"42791",10146,33010,3,1878,2189 -"42792",10146,42216,3,1878,2722 -"42793",10146,42372,2,1878,2230 -"42794",10146,43728,3,1878,2308 -"42795",10146,53652,3,1878,2899 -"42796",10200,841,3,2920,2964 -"42797",10210,798,3,1905,2476 -"42798",10210,2985,3,1905,2398 -"42799",10210,3564,2,1905,2717 -"42800",10210,16176,3,1905,2703 -"42801",10210,35715,1,1905,2912 -"42802",10210,47968,3,1905,2829 -"42803",10210,58559,3,1905,2242 -"42804",10210,65856,3,1905,2504 -"42805",10210,76971,2,1905,2145 -"42806",10210,80606,2,1905,2079 -"42807",10215,13842,3,2006,2250 -"42808",10215,15444,3,2006,2764 -"42809",10215,18165,3,2006,2085 -"42810",10215,20162,3,2006,2328 -"42811",10215,23268,1,2006,2258 -"42812",10215,37486,3,2006,2912 -"42813",10215,50667,3,2006,2719 -"42814",10215,50685,3,2006,2008 -"42815",10215,64699,2,2006,2797 -"42816",10215,64967,3,2006,2872 -"42817",10215,67145,3,2006,2015 -"42818",10215,102384,3,2006,2649 -"42819",10222,2208,2,2212,2814 -"42820",10222,5258,3,2212,2730 -"42821",10222,6390,3,2212,2385 -"42822",10222,6914,3,2212,2668 -"42823",10222,10130,3,2212,2741 -"42824",10222,17812,3,2212,2705 -"42825",10222,18277,2,2212,2309 -"42826",10222,20407,3,2212,2339 -"42827",10222,24198,1,2212,2217 -"42828",10222,25565,3,2212,2764 -"42829",10222,27379,2,2212,2461 -"42830",10222,33622,3,2212,2230 -"42831",10222,36439,3,2212,2469 -"42832",10222,40368,3,2212,2876 -"42833",10222,50784,3,2212,2733 -"42834",10222,53846,3,2212,2737 -"42835",10222,61585,3,2212,2315 -"42836",10222,66318,3,2212,2803 -"42837",10222,70433,3,2212,2639 -"42838",10222,71808,3,2212,2349 -"42839",10222,74636,3,2212,2525 -"42840",10222,88232,3,2212,2881 -"42841",10222,93615,3,2212,2386 -"42842",10222,103224,3,2212,2823 -"42843",10222,105685,3,2212,2469 -"42844",10223,900,3,1033,2726 -"42845",10223,2057,3,1033,1965 -"42846",10223,9552,3,1033,1947 -"42847",10223,13079,3,1033,2547 -"42848",10223,14586,3,1033,2801 -"42849",10223,20176,3,1033,1050 -"42850",10223,23015,2,1033,1362 -"42851",10223,28893,3,1033,2764 -"42852",10223,37752,3,1033,2223 -"42853",10223,38373,3,1033,1928 -"42854",10223,39443,2,1033,2277 -"42855",10223,39746,3,1033,1361 -"42856",10223,39875,2,1033,2422 -"42857",10223,47968,3,1033,2829 -"42858",10223,51879,3,1033,1771 -"42859",10223,59485,3,1033,1564 -"42860",10223,65188,3,1033,2213 -"42861",10223,66978,2,1033,1536 -"42862",10223,69788,3,1033,2007 -"42863",10239,1519,3,2032,2349 -"42864",10239,1692,3,2032,2443 -"42865",10239,2093,2,2032,2459 -"42866",10239,2206,3,2032,2536 -"42867",10239,3317,3,2032,2037 -"42868",10239,9362,3,2032,2879 -"42869",10239,15729,3,2032,2338 -"42870",10239,19248,3,2032,2357 -"42871",10239,19605,3,2032,2395 -"42872",10239,20941,3,2032,2725 -"42873",10239,24255,3,2032,2770 -"42874",10239,27908,3,2032,2576 -"42875",10239,31856,3,2032,2630 -"42876",10239,33380,1,2032,2340 -"42877",10239,40295,1,2032,2703 -"42878",10239,43978,3,2032,2698 -"42879",10239,50630,3,2032,2615 -"42880",10239,56669,3,2032,2924 -"42881",10239,70101,3,2032,2414 -"42882",10239,70583,2,2032,2615 -"42883",10250,3158,3,1606,2762 -"42884",10250,4634,3,1606,2291 -"42885",10250,6234,3,1606,2654 -"42886",10250,7499,1,1606,1803 -"42887",10250,7787,3,1606,2314 -"42888",10250,10216,3,1606,2476 -"42889",10250,12684,3,1606,2182 -"42890",10250,14490,3,1606,2291 -"42891",10250,14612,3,1606,2340 -"42892",10250,15343,3,1606,2125 -"42893",10250,15558,2,1606,2389 -"42894",10250,16969,3,1606,1917 -"42895",10250,17480,1,1606,2316 -"42896",10250,18821,2,1606,2075 -"42897",10250,19002,3,1606,2053 -"42898",10250,19048,3,1606,2180 -"42899",10250,20011,3,1606,2826 -"42900",10250,20709,2,1606,1757 -"42901",10250,21753,3,1606,1838 -"42902",10250,23364,3,1606,2306 -"42903",10250,23728,2,1606,2601 -"42904",10250,33460,3,1606,2781 -"42905",10250,34576,3,1606,1727 -"42906",10250,47882,3,1606,2769 -"42907",10250,48585,3,1606,2063 -"42908",10250,52950,3,1606,2716 -"42909",10250,53640,3,1606,1789 -"42910",10250,78227,3,1606,1745 -"42911",10250,78477,3,1606,1613 -"42912",10250,93609,3,1606,2252 -"42913",10278,30981,3,2345,2366 -"42914",10278,33949,3,2345,2489 -"42915",10278,42522,3,2345,2592 -"42916",10279,313,3,886,2271 -"42917",10279,377,3,886,2389 -"42918",10279,499,3,886,1931 -"42919",10279,543,3,886,2203 -"42920",10279,1151,3,886,2885 -"42921",10279,1495,3,886,2046 -"42922",10279,1616,3,886,2662 -"42923",10279,1777,3,886,1965 -"42924",10279,2036,2,886,2483 -"42925",10279,2754,3,886,1360 -"42926",10279,3830,3,886,1661 -"42927",10279,3853,3,886,2465 -"42928",10279,4057,3,886,2389 -"42929",10279,5078,3,886,2033 -"42930",10279,5414,3,886,2321 -"42931",10279,5457,3,886,2077 -"42932",10279,5462,3,886,2374 -"42933",10279,5504,3,886,2389 -"42934",10279,6432,3,886,2297 -"42935",10279,7323,3,886,2858 -"42936",10279,8760,3,886,2477 -"42937",10279,9801,3,886,2443 -"42938",10279,10239,3,886,2032 -"42939",10279,11931,3,886,2443 -"42940",10279,13150,2,886,1570 -"42941",10279,16313,3,886,1160 -"42942",10279,18700,2,886,1929 -"42943",10279,19606,3,886,2783 -"42944",10279,22749,3,886,1727 -"42945",10279,23302,3,886,2677 -"42946",10279,24195,3,886,1575 -"42947",10279,25198,3,886,1982 -"42948",10279,27478,3,886,2485 -"42949",10279,28327,3,886,2053 -"42950",10279,31799,3,886,2547 -"42951",10279,32070,3,886,950 -"42952",10279,32939,3,886,2277 -"42953",10279,33562,3,886,1979 -"42954",10279,35256,3,886,2271 -"42955",10279,36506,2,886,2638 -"42956",10279,39589,2,886,1292 -"42957",10279,40136,3,886,1149 -"42958",10279,41747,2,886,1722 -"42959",10279,42280,3,886,2266 -"42960",10279,43929,2,886,2749 -"42961",10279,43961,3,886,2443 -"42962",10279,46039,3,886,1794 -"42963",10279,47534,3,886,2712 -"42964",10279,53031,3,886,2065 -"42965",10279,53092,3,886,2384 -"42966",10279,56168,3,886,1466 -"42967",10279,61948,2,886,1231 -"42968",10279,63525,3,886,2741 -"42969",10279,70583,3,886,2615 -"42970",10279,78460,3,886,985 -"42971",10279,79772,3,886,1230 -"42972",10279,79793,3,886,1915 -"42973",10279,80061,3,886,1223 -"42974",10279,90633,3,886,990 -"42975",10279,99194,2,886,1271 -"42976",10279,107993,3,886,999 -"42977",10279,116792,3,886,2397 -"42978",10304,998,3,302,1795 -"42979",10304,3716,1,302,1679 -"42980",10304,7508,3,302,2396 -"42981",10304,7579,3,302,1624 -"42982",10304,11540,3,302,1237 -"42983",10304,11576,3,302,808 -"42984",10304,15713,3,302,1646 -"42985",10304,19336,3,302,748 -"42986",10304,20049,3,302,877 -"42987",10304,20070,3,302,1914 -"42988",10304,20355,3,302,2111 -"42989",10304,20975,3,302,1305 -"42990",10304,20988,3,302,455 -"42991",10304,21138,3,302,2849 -"42992",10304,25298,3,302,2443 -"42993",10304,26408,3,302,1545 -"42994",10304,30981,1,302,2366 -"42995",10304,32939,3,302,2277 -"42996",10304,35514,3,302,2346 -"42997",10304,43112,2,302,2564 -"42998",10304,49677,2,302,1222 -"42999",10304,51017,3,302,2073 -"43000",10304,52457,3,302,849 -"43001",10304,54388,2,302,1257 -"43002",10304,55349,3,302,826 -"43003",10304,57804,3,302,2214 -"43004",10304,57842,3,302,2482 -"43005",10304,69087,3,302,798 -"43006",10304,70681,2,302,866 -"43007",10304,74788,2,302,1056 -"43008",10304,87692,3,302,775 -"43009",10304,87874,3,302,1296 -"43010",10304,90802,3,302,877 -"43011",10304,101395,3,302,891 -"43012",10310,36441,3,2774,2796 -"43013",10310,42390,3,2774,2937 -"43014",10327,357,3,485,2327 -"43015",10327,2357,3,485,492 -"43016",10327,4953,3,485,2285 -"43017",10327,5350,3,485,2522 -"43018",10327,6366,3,485,798 -"43019",10327,8513,2,485,875 -"43020",10327,9311,3,485,2477 -"43021",10327,9751,3,485,1397 -"43022",10327,12042,3,485,2345 -"43023",10327,12462,3,485,1461 -"43024",10327,14723,3,485,2019 -"43025",10327,16096,3,485,2301 -"43026",10327,18393,3,485,860 -"43027",10327,21029,2,485,1943 -"43028",10327,21872,3,485,2458 -"43029",10327,23806,2,485,1671 -"43030",10327,24286,3,485,1280 -"43031",10327,33241,2,485,632 -"43032",10327,33356,3,485,1586 -"43033",10327,33433,3,485,2805 -"43034",10327,39186,3,485,1258 -"43035",10327,41064,3,485,1201 -"43036",10327,50229,3,485,1190 -"43037",10327,53219,3,485,2973 -"43038",10327,59937,3,485,885 -"43039",10327,63442,3,485,1965 -"43040",10327,74318,3,485,632 -"43041",10327,84022,3,485,2289 -"43042",10333,316,3,1615,2413 -"43043",10333,1519,3,1615,2349 -"43044",10333,4001,3,1615,1687 -"43045",10333,4660,3,1615,2149 -"43046",10333,10701,3,1615,2000 -"43047",10333,20941,3,1615,2725 -"43048",10333,26478,1,1615,1963 -"43049",10333,32939,2,1615,2277 -"43050",10333,38691,3,1615,2585 -"43051",10333,44780,3,1615,2534 -"43052",10333,50430,3,1615,1689 -"43053",10333,50468,2,1615,1659 -"43054",10333,57804,3,1615,2214 -"43055",10336,2852,3,2271,2448 -"43056",10336,3100,3,2271,2524 -"43057",10336,4361,2,2271,2571 -"43058",10336,5897,3,2271,2337 -"43059",10336,5962,2,2271,2491 -"43060",10336,6119,1,2271,2358 -"43061",10336,7252,3,2271,2799 -"43062",10336,8062,3,2271,2858 -"43063",10336,8568,3,2271,2706 -"43064",10336,8865,3,2271,2394 -"43065",10336,9615,3,2271,2464 -"43066",10336,11029,2,2271,2362 -"43067",10336,13079,3,2271,2547 -"43068",10336,13290,3,2271,2824 -"43069",10336,15826,3,2271,2772 -"43070",10336,16286,1,2271,2470 -"43071",10336,17826,3,2271,2920 -"43072",10336,19380,3,2271,2637 -"43073",10336,19433,3,2271,2504 -"43074",10336,22723,3,2271,2859 -"43075",10336,23498,3,2271,2398 -"43076",10336,25373,3,2271,2783 -"43077",10336,27908,3,2271,2576 -"43078",10336,31700,3,2271,2727 -"43079",10336,32311,3,2271,2396 -"43080",10336,32939,3,2271,2277 -"43081",10336,33341,3,2271,2338 -"43082",10336,34216,3,2271,2832 -"43083",10336,52570,3,2271,2645 -"43084",10336,60879,3,2271,2792 -"43085",10336,63837,3,2271,2807 -"43086",10336,65223,3,2271,2724 -"43087",10336,70070,3,2271,2425 -"43088",10336,111375,3,2271,2686 -"43089",10337,15502,3,2452,2637 -"43090",10343,543,3,1072,2203 -"43091",10343,1151,3,1072,2885 -"43092",10343,1409,3,1072,2090 -"43093",10343,2424,3,1072,2582 -"43094",10343,3306,3,1072,1989 -"43095",10343,3896,3,1072,2693 -"43096",10343,4602,3,1072,2446 -"43097",10343,4821,3,1072,1938 -"43098",10343,4929,3,1072,2240 -"43099",10343,5064,3,1072,1690 -"43100",10343,5346,3,1072,1438 -"43101",10343,5986,3,1072,1721 -"43102",10343,6031,3,1072,1611 -"43103",10343,6063,3,1072,2349 -"43104",10343,6602,3,1072,1631 -"43105",10343,7029,3,1072,2204 -"43106",10343,7181,3,1072,1421 -"43107",10343,7229,3,1072,2669 -"43108",10343,7443,3,1072,2028 -"43109",10343,7506,3,1072,2371 -"43110",10343,8060,3,1072,1883 -"43111",10343,8259,2,1072,1677 -"43112",10343,8604,3,1072,2799 -"43113",10343,9391,3,1072,1252 -"43114",10343,9423,3,1072,1708 -"43115",10343,10717,3,1072,1938 -"43116",10343,10739,2,1072,1807 -"43117",10343,11154,2,1072,1594 -"43118",10343,11218,3,1072,2292 -"43119",10343,12007,3,1072,1594 -"43120",10343,12042,3,1072,2345 -"43121",10343,12081,3,1072,2166 -"43122",10343,12272,3,1072,2371 -"43123",10343,12524,3,1072,1287 -"43124",10343,13051,3,1072,2692 -"43125",10343,13200,3,1072,2488 -"43126",10343,13285,3,1072,1577 -"43127",10343,13801,3,1072,2041 -"43128",10343,13890,2,1072,1482 -"43129",10343,14655,2,1072,2559 -"43130",10343,14972,3,1072,2332 -"43131",10343,15207,3,1072,1855 -"43132",10343,15560,2,1072,2257 -"43133",10343,16195,3,1072,2964 -"43134",10343,16352,3,1072,2657 -"43135",10343,16595,3,1072,2352 -"43136",10343,17328,2,1072,1206 -"43137",10343,17354,3,1072,2250 -"43138",10343,18670,3,1072,1835 -"43139",10343,19506,3,1072,1385 -"43140",10343,20070,3,1072,1914 -"43141",10343,21079,3,1072,1997 -"43142",10343,21872,3,1072,2458 -"43143",10343,22722,3,1072,1233 -"43144",10343,23121,3,1072,2108 -"43145",10343,23159,3,1072,1548 -"43146",10343,23223,3,1072,2094 -"43147",10343,23310,3,1072,2371 -"43148",10343,23526,3,1072,1998 -"43149",10343,25730,2,1072,1206 -"43150",10343,26067,3,1072,2069 -"43151",10343,26080,2,1072,2525 -"43152",10343,26451,3,1072,2133 -"43153",10343,26582,3,1072,2772 -"43154",10343,27792,3,1072,1308 -"43155",10343,28896,3,1072,1395 -"43156",10343,30016,3,1072,1124 -"43157",10343,30906,3,1072,2537 -"43158",10343,30943,3,1072,2287 -"43159",10343,31124,3,1072,2351 -"43160",10343,31159,3,1072,2231 -"43161",10343,31295,3,1072,2183 -"43162",10343,32064,3,1072,1739 -"43163",10343,36031,1,1072,2342 -"43164",10343,38140,3,1072,1866 -"43165",10343,40672,3,1072,1315 -"43166",10343,41972,3,1072,2509 -"43167",10343,44299,3,1072,1874 -"43168",10343,44557,3,1072,2371 -"43169",10343,46803,3,1072,2305 -"43170",10343,47064,3,1072,1993 -"43171",10343,47877,3,1072,2970 -"43172",10343,48215,3,1072,2028 -"43173",10343,50946,3,1072,1075 -"43174",10343,52154,3,1072,1722 -"43175",10343,52203,3,1072,1961 -"43176",10343,54388,3,1072,1257 -"43177",10343,55892,3,1072,1234 -"43178",10343,56082,3,1072,2395 -"43179",10343,62723,3,1072,2554 -"43180",10343,63395,3,1072,2334 -"43181",10343,64197,3,1072,1330 -"43182",10343,71982,3,1072,2812 -"43183",10343,76672,3,1072,1930 -"43184",10343,85449,3,1072,2340 -"43185",10343,85784,3,1072,1142 -"43186",10343,87800,3,1072,1206 -"43187",10343,88808,3,1072,1462 -"43188",10343,89681,1,1072,1978 -"43189",10343,94520,3,1072,1243 -"43190",10349,9175,3,2300,2639 -"43191",10349,41770,3,2300,2752 -"43192",10349,43455,3,2300,2846 -"43193",10349,45239,3,2300,2535 -"43194",10349,67129,3,2300,2335 -"43195",10349,79653,3,2300,2683 -"43196",10350,900,3,1163,2726 -"43197",10350,1520,3,1163,1716 -"43198",10350,1780,3,1163,1375 -"43199",10350,1846,3,1163,1845 -"43200",10350,3493,3,1163,2451 -"43201",10350,4361,2,1163,2571 -"43202",10350,4660,3,1163,2149 -"43203",10350,4665,3,1163,1569 -"43204",10350,4916,3,1163,1970 -"43205",10350,5317,3,1163,2063 -"43206",10350,6119,3,1163,2358 -"43207",10350,7337,3,1163,1797 -"43208",10350,7942,3,1163,2623 -"43209",10350,7997,3,1163,2049 -"43210",10350,8062,2,1163,2858 -"43211",10350,8791,3,1163,1789 -"43212",10350,9484,3,1163,1429 -"43213",10350,9503,3,1163,2453 -"43214",10350,10336,2,1163,2271 -"43215",10350,10739,3,1163,1807 -"43216",10350,10980,3,1163,1974 -"43217",10350,11029,3,1163,2362 -"43218",10350,11424,3,1163,1631 -"43219",10350,11588,3,1163,2352 -"43220",10350,12078,3,1163,2381 -"43221",10350,13065,3,1163,1561 -"43222",10350,13079,3,1163,2547 -"43223",10350,13290,2,1163,2824 -"43224",10350,14449,3,1163,1258 -"43225",10350,16286,3,1163,2470 -"43226",10350,16690,3,1163,2132 -"43227",10350,18672,3,1163,1182 -"43228",10350,19380,3,1163,2637 -"43229",10350,24176,3,1163,1986 -"43230",10350,25373,3,1163,2783 -"43231",10350,26818,3,1163,1999 -"43232",10350,28116,3,1163,1643 -"43233",10350,32818,3,1163,2485 -"43234",10350,34216,3,1163,2832 -"43235",10350,34908,3,1163,2796 -"43236",10350,37036,3,1163,2264 -"43237",10350,37475,3,1163,1509 -"43238",10350,38602,3,1163,2693 -"43239",10350,38676,3,1163,2286 -"43240",10350,40537,3,1163,1284 -"43241",10350,40954,3,1163,2603 -"43242",10350,46532,2,1163,2005 -"43243",10350,46650,3,1163,1330 -"43244",10350,47968,3,1163,2829 -"43245",10350,59298,3,1163,1236 -"43246",10350,61723,3,1163,1262 -"43247",10350,63077,3,1163,2778 -"43248",10350,63641,3,1163,2337 -"43249",10350,63837,3,1163,2807 -"43250",10350,66717,3,1163,2104 -"43251",10350,67252,3,1163,1215 -"43252",10350,68691,3,1163,1209 -"43253",10350,68876,3,1163,1397 -"43254",10350,69232,3,1163,2130 -"43255",10350,72535,3,1163,1191 -"43256",10350,72728,3,1163,2234 -"43257",10350,79158,3,1163,1252 -"43258",10350,85869,3,1163,1509 -"43259",10350,90892,3,1163,2399 -"43260",10350,104828,3,1163,1609 -"43261",10352,13479,3,1371,2155 -"43262",10352,13835,3,1371,1588 -"43263",10352,18891,3,1371,1596 -"43264",10352,21479,2,1371,2134 -"43265",10352,36637,3,1371,2085 -"43266",10352,40707,3,1371,1547 -"43267",10352,56893,3,1371,2597 -"43268",10352,61188,3,1371,2134 -"43269",10352,63147,2,1371,1477 -"43270",10352,82409,3,1371,1881 -"43271",10358,3164,3,2294,2693 -"43272",10358,3961,1,2294,2426 -"43273",10358,5041,1,2294,2371 -"43274",10358,5315,2,2294,2631 -"43275",10358,5350,2,2294,2522 -"43276",10358,6030,3,2294,2953 -"43277",10358,6044,3,2294,2744 -"43278",10358,7506,3,2294,2371 -"43279",10358,7984,3,2294,2493 -"43280",10358,8327,3,2294,2527 -"43281",10358,9928,2,2294,2345 -"43282",10358,10779,3,2294,2881 -"43283",10358,11103,3,2294,2393 -"43284",10358,11477,2,2294,2724 -"43285",10358,11966,3,2294,2385 -"43286",10358,12035,3,2294,2721 -"43287",10358,12042,2,2294,2345 -"43288",10358,12272,3,2294,2371 -"43289",10358,12728,3,2294,2374 -"43290",10358,13158,3,2294,2667 -"43291",10358,13311,2,2294,2315 -"43292",10358,14754,3,2294,2456 -"43293",10358,15301,3,2294,2308 -"43294",10358,15309,3,2294,2820 -"43295",10358,15636,3,2294,2857 -"43296",10358,16352,2,2294,2657 -"43297",10358,16826,3,2294,2599 -"43298",10358,19072,3,2294,2358 -"43299",10358,20067,2,2294,2390 -"43300",10358,20732,3,2294,2401 -"43301",10358,21138,3,2294,2849 -"43302",10358,21571,3,2294,2755 -"43303",10358,22141,3,2294,2348 -"43304",10358,22566,3,2294,2308 -"43305",10358,22639,3,2294,2352 -"43306",10358,23310,2,2294,2371 -"43307",10358,23725,3,2294,2378 -"43308",10358,23726,3,2294,2434 -"43309",10358,24256,3,2294,2393 -"43310",10358,24721,3,2294,2326 -"43311",10358,25480,3,2294,2747 -"43312",10358,25486,3,2294,2582 -"43313",10358,25569,3,2294,2317 -"43314",10358,26080,2,2294,2525 -"43315",10358,26249,3,2294,2301 -"43316",10358,26721,3,2294,2586 -"43317",10358,28168,3,2294,2702 -"43318",10358,28296,3,2294,2944 -"43319",10358,29314,3,2294,2736 -"43320",10358,32567,3,2294,2784 -"43321",10358,32919,1,2294,2321 -"43322",10358,33433,3,2294,2805 -"43323",10358,33801,2,2294,2899 -"43324",10358,34735,2,2294,2767 -"43325",10358,35926,1,2294,2371 -"43326",10358,38227,3,2294,2511 -"43327",10358,41955,3,2294,2479 -"43328",10358,41972,2,2294,2509 -"43329",10358,44557,2,2294,2371 -"43330",10358,46099,3,2294,2360 -"43331",10358,46803,2,2294,2305 -"43332",10358,47248,3,2294,2883 -"43333",10358,49110,3,2294,2938 -"43334",10358,50236,3,2294,2339 -"43335",10358,50977,3,2294,2352 -"43336",10358,51089,3,2294,2426 -"43337",10358,52026,3,2294,2633 -"43338",10358,53475,2,2294,2853 -"43339",10358,54929,2,2294,2783 -"43340",10358,55652,3,2294,2795 -"43341",10358,56082,3,2294,2395 -"43342",10358,59005,3,2294,2817 -"43343",10358,69716,3,2294,2632 -"43344",10358,70203,3,2294,2756 -"43345",10358,73305,3,2294,2544 -"43346",10358,82732,3,2294,2810 -"43347",10358,87110,2,2294,2801 -"43348",10358,91142,3,2294,2527 -"43349",10358,99215,3,2294,2791 -"43350",10370,7616,3,2224,2296 -"43351",10370,7847,2,2224,2424 -"43352",10370,57549,3,2224,2335 -"43353",10373,9272,3,2436,2835 -"43354",10373,20941,3,2436,2725 -"43355",10373,40623,3,2436,2580 -"43356",10373,43226,3,2436,2442 -"43357",10373,59039,3,2436,2870 -"43358",10373,64967,3,2436,2872 -"43359",10373,64997,3,2436,2791 -"43360",10373,66413,3,2436,2507 -"43361",10373,69335,3,2436,2698 -"43362",10382,10358,3,2111,2294 -"43363",10382,10843,3,2111,2277 -"43364",10382,14032,3,2111,2144 -"43365",10382,24923,3,2111,2785 -"43366",10382,45903,3,2111,2237 -"43367",10387,1520,3,871,1716 -"43368",10387,2576,3,871,1307 -"43369",10387,2747,3,871,2411 -"43370",10387,2985,3,871,2398 -"43371",10387,3477,3,871,2546 -"43372",10387,6063,3,871,2349 -"43373",10387,9035,2,871,2771 -"43374",10387,9332,3,871,2734 -"43375",10387,9481,1,871,1610 -"43376",10387,9503,2,871,2453 -"43377",10387,9785,3,871,2951 -"43378",10387,9787,3,871,2858 -"43379",10387,10453,2,871,1656 -"43380",10387,11648,3,871,2852 -"43381",10387,12577,3,871,2530 -"43382",10387,12747,3,871,2818 -"43383",10387,12779,3,871,936 -"43384",10387,13879,3,871,2748 -"43385",10387,14749,2,871,1998 -"43386",10387,16205,3,871,2630 -"43387",10387,16501,3,871,1650 -"43388",10387,17037,3,871,2947 -"43389",10387,17133,3,871,924 -"43390",10387,17252,3,871,1258 -"43391",10387,18217,3,871,1566 -"43392",10387,19587,3,871,1684 -"43393",10387,19655,3,871,2706 -"43394",10387,20220,1,871,1656 -"43395",10387,21207,3,871,1258 -"43396",10387,21240,2,871,1162 -"43397",10387,22364,2,871,1809 -"43398",10387,25163,3,871,1751 -"43399",10387,26959,3,871,1961 -"43400",10387,28837,2,871,2286 -"43401",10387,29286,2,871,1612 -"43402",10387,30334,3,871,2075 -"43403",10387,30368,3,871,2487 -"43404",10387,31542,3,871,2459 -"43405",10387,31563,3,871,1756 -"43406",10387,33223,3,871,2397 -"43407",10387,33870,3,871,955 -"43408",10387,35413,3,871,1569 -"43409",10387,36346,3,871,1240 -"43410",10387,36912,3,871,2469 -"43411",10387,37636,3,871,2178 -"43412",10387,37893,3,871,875 -"43413",10387,38259,3,871,2258 -"43414",10387,39062,3,871,2020 -"43415",10387,40035,3,871,2742 -"43416",10387,40392,3,871,1878 -"43417",10387,40537,3,871,1284 -"43418",10387,40542,3,871,1664 -"43419",10387,41581,3,871,1692 -"43420",10387,43204,3,871,1680 -"43421",10387,44181,2,871,1034 -"43422",10387,46486,3,871,1868 -"43423",10387,48260,3,871,875 -"43424",10387,48698,3,871,1474 -"43425",10387,50229,3,871,1190 -"43426",10387,50354,3,871,1299 -"43427",10387,50581,3,871,1258 -"43428",10387,51783,3,871,2599 -"43429",10387,53739,3,871,2704 -"43430",10387,56569,3,871,1993 -"43431",10387,57912,3,871,1035 -"43432",10387,60808,3,871,1258 -"43433",10387,63077,3,871,2778 -"43434",10387,68275,3,871,1158 -"43435",10387,68539,3,871,1158 -"43436",10387,70455,3,871,1307 -"43437",10387,71467,3,871,1051 -"43438",10387,72597,1,871,1843 -"43439",10387,74055,3,871,1544 -"43440",10387,74370,3,871,1667 -"43441",10387,75204,3,871,894 -"43442",10387,76143,2,871,1610 -"43443",10387,81545,3,871,2077 -"43444",10387,84447,3,871,1006 -"43445",10387,92860,3,871,1643 -"43446",10387,96706,3,871,1597 -"43447",10387,100048,3,871,1573 -"43448",10400,1785,3,1517,2350 -"43449",10400,2370,3,1517,1600 -"43450",10400,2907,1,1517,1980 -"43451",10400,3360,3,1517,1583 -"43452",10400,4188,3,1517,2963 -"43453",10400,14584,3,1517,1573 -"43454",10400,14838,1,1517,1746 -"43455",10400,16969,3,1517,1917 -"43456",10400,20011,3,1517,2826 -"43457",10400,23728,3,1517,2601 -"43458",10400,23771,3,1517,1614 -"43459",10400,23802,2,1517,1713 -"43460",10400,33460,3,1517,2781 -"43461",10400,39439,3,1517,2462 -"43462",10400,44730,3,1517,2468 -"43463",10400,76997,2,1517,2223 -"43464",10400,89391,3,1517,2180 -"43465",10401,1691,3,863,1941 -"43466",10401,2208,3,863,2814 -"43467",10401,2289,3,863,2389 -"43468",10401,2684,3,863,2874 -"43469",10401,3011,3,863,2278 -"43470",10401,7970,2,863,1197 -"43471",10401,9805,3,863,1621 -"43472",10401,11055,3,863,2111 -"43473",10401,14072,3,863,1346 -"43474",10401,14278,3,863,1267 -"43475",10401,16111,3,863,1714 -"43476",10401,16201,2,863,1811 -"43477",10401,19862,3,863,2412 -"43478",10401,22180,2,863,1835 -"43479",10401,22455,2,863,1197 -"43480",10401,28635,3,863,2368 -"43481",10401,32964,2,863,2252 -"43482",10401,33433,3,863,2805 -"43483",10401,37509,3,863,1640 -"43484",10401,39556,2,863,2747 -"43485",10401,42333,3,863,2234 -"43486",10401,43635,2,863,1196 -"43487",10401,44306,3,863,1036 -"43488",10401,49696,3,863,2444 -"43489",10401,50946,3,863,1075 -"43490",10401,54879,3,863,2210 -"43491",10401,57732,2,863,2454 -"43492",10401,61613,2,863,1189 -"43493",10401,66747,3,863,1273 -"43494",10401,67145,3,863,2015 -"43495",10401,68098,3,863,2378 -"43496",10401,70714,2,863,2030 -"43497",10401,76192,3,863,912 -"43498",10401,79657,3,863,1260 -"43499",10401,79815,3,863,1713 -"43500",10401,85397,2,863,1219 -"43501",10401,88039,2,863,1219 -"43502",10401,99152,2,863,1698 -"43503",10401,100432,3,863,1358 -"43504",10401,106318,2,863,1698 -"43505",10404,671,3,2062,2328 -"43506",10404,2424,3,2062,2582 -"43507",10404,4191,3,2062,2130 -"43508",10404,4618,3,2062,2607 -"43509",10404,4687,3,2062,2152 -"43510",10404,4980,3,2062,2093 -"43511",10404,5504,3,2062,2389 -"43512",10404,5725,3,2062,2789 -"43513",10404,7245,3,2062,2089 -"43514",10404,10857,3,2062,2253 -"43515",10404,10859,3,2062,2231 -"43516",10404,10890,2,2062,2639 -"43517",10404,14507,3,2062,2686 -"43518",10404,14754,3,2062,2456 -"43519",10404,19027,3,2062,2721 -"43520",10404,20563,2,2062,2267 -"43521",10404,20700,3,2062,2861 -"43522",10404,23756,3,2062,2309 -"43523",10404,26436,2,2062,2489 -"43524",10404,26516,2,2062,2479 -"43525",10404,27753,2,2062,2750 -"43526",10404,31799,3,2062,2547 -"43527",10404,33010,2,2062,2189 -"43528",10404,34216,3,2062,2832 -"43529",10404,37418,3,2062,2710 -"43530",10404,38887,3,2062,2468 -"43531",10404,45715,3,2062,2287 -"43532",10404,51410,3,2062,2739 -"43533",10404,54551,3,2062,2348 -"43534",10404,54740,1,2062,2750 -"43535",10404,57977,3,2062,2683 -"43536",10404,64793,2,2062,2819 -"43537",10404,74095,3,2062,2333 -"43538",10404,82929,3,2062,2475 -"43539",10433,135,3,2075,2233 -"43540",10433,455,1,2075,2827 -"43541",10433,470,1,2075,2285 -"43542",10433,913,2,2075,2144 -"43543",10433,2195,3,2075,2139 -"43544",10433,2224,3,2075,2751 -"43545",10433,2424,3,2075,2582 -"43546",10433,4084,2,2075,2133 -"43547",10433,4191,3,2075,2130 -"43548",10433,4618,3,2075,2607 -"43549",10433,7245,3,2075,2089 -"43550",10433,7515,3,2075,2737 -"43551",10433,7847,3,2075,2424 -"43552",10433,12528,3,2075,2589 -"43553",10433,14754,3,2075,2456 -"43554",10433,15626,3,2075,2434 -"43555",10433,16352,3,2075,2657 -"43556",10433,18151,3,2075,2962 -"43557",10433,21795,3,2075,2653 -"43558",10433,22566,3,2075,2308 -"43559",10433,22567,3,2075,2396 -"43560",10433,23132,2,2075,2756 -"43561",10433,23705,3,2075,2699 -"43562",10433,24448,3,2075,2289 -"43563",10433,27275,3,2075,2656 -"43564",10433,27312,3,2075,2469 -"43565",10433,27390,3,2075,2425 -"43566",10433,29308,3,2075,2094 -"43567",10433,29930,3,2075,2240 -"43568",10433,29962,3,2075,2201 -"43569",10433,30052,2,2075,2855 -"43570",10433,31235,3,2075,2668 -"43571",10433,33622,3,2075,2230 -"43572",10433,34735,3,2075,2767 -"43573",10433,40383,3,2075,2639 -"43574",10433,40910,3,2075,2469 -"43575",10433,42216,3,2075,2722 -"43576",10433,45633,3,2075,2134 -"43577",10433,51853,3,2075,2520 -"43578",10433,62219,3,2075,2494 -"43579",10433,64997,3,2075,2791 -"43580",10433,65016,3,2075,2749 -"43581",10433,66413,2,2075,2507 -"43582",10433,67652,3,2075,2736 -"43583",10433,73305,3,2075,2544 -"43584",10435,3272,3,1984,2132 -"43585",10435,14442,3,1984,2700 -"43586",10435,16184,2,1984,2274 -"43587",10435,17768,3,1984,2468 -"43588",10435,22905,3,1984,2599 -"43589",10435,25053,3,1984,2186 -"43590",10435,32904,3,1984,2055 -"43591",10435,35844,3,1984,2961 -"43592",10435,36996,3,1984,2321 -"43593",10435,44132,3,1984,1999 -"43594",10435,44501,3,1984,2567 -"43595",10435,47094,3,1984,2592 -"43596",10435,49805,3,1984,2445 -"43597",10435,58536,3,1984,2742 -"43598",10435,59289,3,1984,2896 -"43599",10435,84317,3,1984,2081 -"43600",10439,2424,3,773,2582 -"43601",10439,2982,3,773,1233 -"43602",10439,3765,3,773,2775 -"43603",10439,4696,3,773,2656 -"43604",10439,4932,3,773,2752 -"43605",10439,6602,2,773,1631 -"43606",10439,7548,2,773,1932 -"43607",10439,7840,2,773,984 -"43608",10439,9200,3,773,787 -"43609",10439,9364,3,773,1698 -"43610",10439,10474,1,773,1608 -"43611",10439,10843,3,773,2277 -"43612",10439,13150,3,773,1570 -"43613",10439,14103,3,773,2204 -"43614",10439,18393,3,773,860 -"43615",10439,19092,3,773,906 -"43616",10439,21318,2,773,780 -"43617",10439,22140,3,773,942 -"43618",10439,22181,2,773,1274 -"43619",10439,22311,3,773,2034 -"43620",10439,22422,2,773,894 -"43621",10439,25610,3,773,2328 -"43622",10439,27261,3,773,1368 -"43623",10439,28896,3,773,1395 -"43624",10439,30334,3,773,2075 -"43625",10439,33433,3,773,2805 -"43626",10439,34820,2,773,1630 -"43627",10439,35888,3,773,2291 -"43628",10439,36578,3,773,1484 -"43629",10439,37636,3,773,2178 -"43630",10439,40392,3,773,1878 -"43631",10439,40913,3,773,1800 -"43632",10439,41211,2,773,896 -"43633",10439,47869,3,773,2097 -"43634",10439,49581,3,773,1817 -"43635",10439,51783,3,773,2599 -"43636",10439,69300,3,773,2068 -"43637",10439,94450,3,773,1127 -"43638",10439,99194,3,773,1271 -"43639",10439,101019,3,773,904 -"43640",10439,102301,1,773,865 -"43641",10439,107993,3,773,999 -"43642",10439,109741,3,773,1527 -"43643",10439,121260,2,773,2042 -"43644",10442,1853,3,103,1465 -"43645",10442,5346,3,103,1438 -"43646",10442,7226,2,103,1228 -"43647",10442,7229,3,103,2669 -"43648",10442,8866,3,103,1545 -"43649",10442,9150,3,103,2689 -"43650",10442,10146,3,103,1878 -"43651",10442,10250,3,103,1606 -"43652",10442,13551,3,103,1451 -"43653",10442,15207,3,103,1855 -"43654",10442,17355,3,103,1469 -"43655",10442,17480,2,103,2316 -"43656",10442,18165,3,103,2085 -"43657",10442,18550,3,103,483 -"43658",10442,19744,3,103,2623 -"43659",10442,19980,3,103,2231 -"43660",10442,23098,3,103,2300 -"43661",10442,25033,3,103,929 -"43662",10442,25132,3,103,1188 -"43663",10442,30697,2,103,2891 -"43664",10442,30827,3,103,2323 -"43665",10442,31054,3,103,1273 -"43666",10442,36609,3,103,2918 -"43667",10442,40113,3,103,451 -"43668",10442,41518,3,103,1641 -"43669",10442,42372,3,103,2230 -"43670",10442,42446,3,103,202 -"43671",10442,45618,3,103,2356 -"43672",10442,45650,2,103,1528 -"43673",10442,67748,3,103,1498 -"43674",10442,77611,3,103,1795 -"43675",10442,85053,3,103,107 -"43676",10442,94520,3,103,1243 -"43677",10442,117032,3,103,110 -"43678",10442,122466,3,103,1327 -"43679",10453,77,3,1656,2425 -"43680",10453,237,3,1656,1982 -"43681",10453,364,3,1656,2351 -"43682",10453,680,3,1656,2569 -"43683",10453,1520,2,1656,1716 -"43684",10453,2208,3,1656,2814 -"43685",10453,2747,2,1656,2411 -"43686",10453,2936,3,1656,2512 -"43687",10453,2972,3,1656,1708 -"43688",10453,2985,3,1656,2398 -"43689",10453,3127,3,1656,2273 -"43690",10453,3271,3,1656,2216 -"43691",10453,3456,3,1656,1999 -"43692",10453,3477,3,1656,2546 -"43693",10453,3978,3,1656,2775 -"43694",10453,4361,3,1656,2571 -"43695",10453,4612,3,1656,2804 -"43696",10453,4669,3,1656,2395 -"43697",10453,4730,3,1656,2131 -"43698",10453,5897,3,1656,2337 -"43699",10453,6063,3,1656,2349 -"43700",10453,8062,3,1656,2858 -"43701",10453,8610,3,1656,2240 -"43702",10453,8890,3,1656,1955 -"43703",10453,9035,2,1656,2771 -"43704",10453,9272,3,1656,2835 -"43705",10453,9301,3,1656,1861 -"43706",10453,9332,3,1656,2734 -"43707",10453,9503,1,1656,2453 -"43708",10453,9504,3,1656,2549 -"43709",10453,9785,3,1656,2951 -"43710",10453,9787,2,1656,2858 -"43711",10453,10754,3,1656,1797 -"43712",10453,11588,3,1656,2352 -"43713",10453,11648,3,1656,2852 -"43714",10453,11990,3,1656,1909 -"43715",10453,12361,3,1656,2732 -"43716",10453,12577,3,1656,2530 -"43717",10453,12747,3,1656,2818 -"43718",10453,13879,3,1656,2748 -"43719",10453,14749,2,1656,1998 -"43720",10453,14959,3,1656,2898 -"43721",10453,15567,3,1656,2671 -"43722",10453,15826,3,1656,2772 -"43723",10453,16205,3,1656,2630 -"43724",10453,16286,3,1656,2470 -"43725",10453,16796,3,1656,1892 -"43726",10453,17037,2,1656,2947 -"43727",10453,17221,3,1656,2487 -"43728",10453,19587,3,1656,1684 -"43729",10453,19655,2,1656,2706 -"43730",10453,21209,3,1656,2184 -"43731",10453,22364,2,1656,1809 -"43732",10453,23000,3,1656,1815 -"43733",10453,23131,3,1656,1732 -"43734",10453,23526,3,1656,1998 -"43735",10453,23603,3,1656,2048 -"43736",10453,23825,2,1656,1913 -"43737",10453,25163,2,1656,1751 -"43738",10453,26182,2,1656,2775 -"43739",10453,26959,2,1656,1961 -"43740",10453,27742,3,1656,2700 -"43741",10453,27908,3,1656,2576 -"43742",10453,27914,3,1656,2507 -"43743",10453,28837,2,1656,2286 -"43744",10453,30334,3,1656,2075 -"43745",10453,30368,2,1656,2487 -"43746",10453,30442,3,1656,2124 -"43747",10453,30525,3,1656,1964 -"43748",10453,31335,3,1656,2351 -"43749",10453,31542,2,1656,2459 -"43750",10453,31563,3,1656,1756 -"43751",10453,31868,3,1656,1993 -"43752",10453,32339,3,1656,2430 -"43753",10453,32818,3,1656,2485 -"43754",10453,33223,3,1656,2397 -"43755",10453,33341,3,1656,2338 -"43756",10453,34836,3,1656,2302 -"43757",10453,34892,3,1656,2309 -"43758",10453,34984,3,1656,2056 -"43759",10453,35728,3,1656,2017 -"43760",10453,35797,3,1656,2482 -"43761",10453,36912,2,1656,2469 -"43762",10453,36953,3,1656,2790 -"43763",10453,37636,3,1656,2178 -"43764",10453,38019,3,1656,1870 -"43765",10453,38259,3,1656,2258 -"43766",10453,39062,3,1656,2020 -"43767",10453,40014,3,1656,2608 -"43768",10453,40035,2,1656,2742 -"43769",10453,40392,3,1656,1878 -"43770",10453,40542,3,1656,1664 -"43771",10453,40572,3,1656,2666 -"43772",10453,41581,2,1656,1692 -"43773",10453,41633,3,1656,1976 -"43774",10453,41770,3,1656,2752 -"43775",10453,42717,3,1656,2588 -"43776",10453,42813,3,1656,2142 -"43777",10453,43204,3,1656,1680 -"43778",10453,43226,3,1656,2442 -"43779",10453,44433,3,1656,2224 -"43780",10453,44603,3,1656,2748 -"43781",10453,45729,3,1656,2606 -"43782",10453,46486,2,1656,1868 -"43783",10453,47013,3,1656,2388 -"43784",10453,47654,3,1656,1664 -"43785",10453,48110,3,1656,2009 -"43786",10453,51783,3,1656,2599 -"43787",10453,51879,3,1656,1771 -"43788",10453,52154,3,1656,1722 -"43789",10453,53739,2,1656,2704 -"43790",10453,55775,3,1656,2385 -"43791",10453,56569,2,1656,1993 -"43792",10453,57067,3,1656,2547 -"43793",10453,58501,3,1656,2613 -"43794",10453,58508,3,1656,2326 -"43795",10453,61125,3,1656,1673 -"43796",10453,61347,3,1656,1684 -"43797",10453,63077,3,1656,2778 -"43798",10453,64947,3,1656,2489 -"43799",10453,67908,3,1656,2385 -"43800",10453,69335,3,1656,2698 -"43801",10453,72597,1,1656,1843 -"43802",10453,74370,2,1656,1667 -"43803",10453,80156,3,1656,1667 -"43804",10453,80301,3,1656,1690 -"43805",10453,91942,3,1656,2216 -"43806",10453,111375,3,1656,2686 -"43807",10457,364,3,1711,2351 -"43808",10457,680,3,1711,2569 -"43809",10457,1519,3,1711,2349 -"43810",10457,2057,3,1711,1965 -"43811",10457,3493,3,1711,2451 -"43812",10457,4668,3,1711,1919 -"43813",10457,4669,3,1711,2395 -"43814",10457,4983,3,1711,1909 -"43815",10457,5235,3,1711,2324 -"43816",10457,7942,3,1711,2623 -"43817",10457,9115,3,1711,2068 -"43818",10457,9332,2,1711,2734 -"43819",10457,9703,3,1711,1845 -"43820",10457,9723,3,1711,2302 -"43821",10457,9785,3,1711,2951 -"43822",10457,9787,3,1711,2858 -"43823",10457,10129,3,1711,2124 -"43824",10457,11588,3,1711,2352 -"43825",10457,11648,3,1711,2852 -"43826",10457,12361,2,1711,2732 -"43827",10457,13007,3,1711,2496 -"43828",10457,15683,3,1711,1729 -"43829",10457,17645,2,1711,1918 -"43830",10457,18005,2,1711,2449 -"43831",10457,19655,3,1711,2706 -"43832",10457,20124,3,1711,2376 -"43833",10457,20941,3,1711,2725 -"43834",10457,28869,3,1711,2425 -"43835",10457,29116,2,1711,2128 -"43836",10457,29289,3,1711,1756 -"43837",10457,29977,3,1711,2781 -"43838",10457,30334,3,1711,2075 -"43839",10457,31335,3,1711,2351 -"43840",10457,32339,3,1711,2430 -"43841",10457,37636,2,1711,2178 -"43842",10457,38691,3,1711,2585 -"43843",10457,39256,3,1711,2449 -"43844",10457,40392,3,1711,1878 -"43845",10457,47968,3,1711,2829 -"43846",10457,49712,3,1711,1937 -"43847",10457,50509,3,1711,2050 -"43848",10457,51144,3,1711,2466 -"43849",10457,51783,3,1711,2599 -"43850",10457,52041,3,1711,2694 -"43851",10457,53687,2,1711,2422 -"43852",10457,54523,3,1711,1935 -"43853",10457,57067,3,1711,2547 -"43854",10457,58745,3,1711,1920 -"43855",10457,63837,3,1711,2807 -"43856",10457,71531,3,1711,2887 -"43857",10457,85198,2,1711,1794 -"43858",10457,90943,3,1711,1754 -"43859",10472,7582,3,859,1099 -"43860",10472,9853,3,859,1275 -"43861",10472,17502,3,859,869 -"43862",10472,18211,2,859,1745 -"43863",10472,28057,3,859,1067 -"43864",10472,39535,2,859,2428 -"43865",10472,41033,2,859,1839 -"43866",10472,49277,3,859,1928 -"43867",10472,50872,3,859,864 -"43868",10472,58854,3,859,1131 -"43869",10472,94444,3,859,1554 -"43870",10473,1519,3,1783,2349 -"43871",10473,2852,3,1783,2448 -"43872",10473,3403,3,1783,2951 -"43873",10473,3477,3,1783,2546 -"43874",10473,3978,3,1783,2775 -"43875",10473,6063,3,1783,2349 -"43876",10473,8610,3,1783,2240 -"43877",10473,8726,3,1783,2083 -"43878",10473,14817,2,1783,2110 -"43879",10473,15826,3,1783,2772 -"43880",10473,16796,2,1783,1892 -"43881",10473,17037,3,1783,2947 -"43882",10473,18965,3,1783,2315 -"43883",10473,19433,3,1783,2504 -"43884",10473,26124,3,1783,2356 -"43885",10473,27320,3,1783,2378 -"43886",10473,27908,3,1783,2576 -"43887",10473,30368,2,1783,2487 -"43888",10473,30525,3,1783,1964 -"43889",10473,31542,3,1783,2459 -"43890",10473,33223,3,1783,2397 -"43891",10473,39062,2,1783,2020 -"43892",10473,39534,3,1783,2410 -"43893",10473,46486,3,1783,1868 -"43894",10473,47595,2,1783,2374 -"43895",10473,49347,3,1783,2504 -"43896",10473,50335,3,1783,1893 -"43897",10473,51265,3,1783,2670 -"43898",10473,51687,3,1783,2333 -"43899",10473,54718,3,1783,2473 -"43900",10473,58655,3,1783,2685 -"43901",10473,58875,3,1783,1899 -"43902",10473,61337,3,1783,2777 -"43903",10474,270,3,1608,2542 -"43904",10474,602,3,1608,2632 -"43905",10474,680,3,1608,2569 -"43906",10474,1560,3,1608,2013 -"43907",10474,2224,3,1608,2751 -"43908",10474,2424,2,1608,2582 -"43909",10474,2533,3,1608,2016 -"43910",10474,2563,3,1608,1686 -"43911",10474,3011,3,1608,2278 -"43912",10474,3305,3,1608,2839 -"43913",10474,3765,2,1608,2775 -"43914",10474,3896,3,1608,2693 -"43915",10474,4303,3,1608,2414 -"43916",10474,4696,3,1608,2656 -"43917",10474,4701,3,1608,2401 -"43918",10474,4821,3,1608,1938 -"43919",10474,4932,2,1608,2752 -"43920",10474,4983,3,1608,1909 -"43921",10474,6222,3,1608,1949 -"43922",10474,6449,3,1608,1997 -"43923",10474,6602,1,1608,1631 -"43924",10474,7548,2,1608,1932 -"43925",10474,8062,3,1608,2858 -"43926",10474,9030,3,1608,1979 -"43927",10474,9175,3,1608,2639 -"43928",10474,9311,3,1608,2477 -"43929",10474,9364,2,1608,1698 -"43930",10474,9716,3,1608,1929 -"43931",10474,9979,3,1608,2238 -"43932",10474,10843,3,1608,2277 -"43933",10474,11329,3,1608,2799 -"43934",10474,11429,3,1608,2520 -"43935",10474,11477,3,1608,2724 -"43936",10474,12759,3,1608,2414 -"43937",10474,14172,3,1608,1923 -"43938",10474,14669,3,1608,2080 -"43939",10474,14723,3,1608,2019 -"43940",10474,14887,3,1608,2158 -"43941",10474,14959,3,1608,2898 -"43942",10474,14972,3,1608,2332 -"43943",10474,15095,3,1608,2001 -"43944",10474,15207,3,1608,1855 -"43945",10474,15700,3,1608,1712 -"43946",10474,15813,3,1608,2143 -"43947",10474,16332,3,1608,2668 -"43948",10474,17396,3,1608,1672 -"43949",10474,17520,3,1608,2276 -"43950",10474,17790,3,1608,2783 -"43951",10474,17931,3,1608,1617 -"43952",10474,18124,3,1608,1642 -"43953",10474,18371,3,1608,2860 -"43954",10474,18670,3,1608,1835 -"43955",10474,21164,3,1608,1645 -"43956",10474,21285,3,1608,2100 -"43957",10474,24169,3,1608,1663 -"43958",10474,24255,3,1608,2770 -"43959",10474,25373,3,1608,2783 -"43960",10474,25610,2,1608,2328 -"43961",10474,29073,3,1608,2328 -"43962",10474,29314,3,1608,2736 -"43963",10474,30081,3,1608,2403 -"43964",10474,30334,2,1608,2075 -"43965",10474,30705,3,1608,2959 -"43966",10474,32761,3,1608,2680 -"43967",10474,33433,3,1608,2805 -"43968",10474,34707,3,1608,2042 -"43969",10474,34820,1,1608,1630 -"43970",10474,34836,3,1608,2302 -"43971",10474,35518,3,1608,1721 -"43972",10474,35888,3,1608,2291 -"43973",10474,36031,3,1608,2342 -"43974",10474,36953,3,1608,2790 -"43975",10474,37636,2,1608,2178 -"43976",10474,37844,3,1608,2002 -"43977",10474,38921,3,1608,1880 -"43978",10474,40392,2,1608,1878 -"43979",10474,40913,3,1608,1800 -"43980",10474,41429,3,1608,1770 -"43981",10474,41723,3,1608,2101 -"43982",10474,42216,3,1608,2722 -"43983",10474,42619,3,1608,2017 -"43984",10474,43204,3,1608,1680 -"43985",10474,43385,3,1608,1623 -"43986",10474,43455,3,1608,2846 -"43987",10474,45239,3,1608,2535 -"43988",10474,45461,3,1608,2458 -"43989",10474,46629,3,1608,2255 -"43990",10474,47082,3,1608,1990 -"43991",10474,47869,2,1608,2097 -"43992",10474,48215,3,1608,2028 -"43993",10474,49581,3,1608,1817 -"43994",10474,51783,2,1608,2599 -"43995",10474,52576,3,1608,2234 -"43996",10474,54879,3,1608,2210 -"43997",10474,56082,3,1608,2395 -"43998",10474,57353,3,1608,1849 -"43999",10474,59113,3,1608,2434 -"44000",10474,61982,3,1608,2725 -"44001",10474,62903,3,1608,1704 -"44002",10474,63395,3,1608,2334 -"44003",10474,65007,3,1608,2530 -"44004",10474,68215,3,1608,2727 -"44005",10474,69300,2,1608,2068 -"44006",10474,70203,3,1608,2756 -"44007",10474,72468,3,1608,2292 -"44008",10474,75343,3,1608,2008 -"44009",10474,76892,3,1608,2381 -"44010",10474,77815,3,1608,2358 -"44011",10474,79382,3,1608,1908 -"44012",10474,121260,3,1608,2042 -"44013",10481,1015,3,740,1174 -"44014",10481,2901,3,740,1156 -"44015",10481,3255,3,740,2504 -"44016",10481,3886,3,740,1669 -"44017",10481,8860,3,740,2141 -"44018",10481,10779,2,740,2881 -"44019",10481,11168,1,740,1223 -"44020",10481,12518,2,740,2747 -"44021",10481,21872,3,740,2458 -"44022",10481,23679,3,740,934 -"44023",10481,24816,3,740,2161 -"44024",10481,26818,3,740,1999 -"44025",10481,27030,2,740,2031 -"44026",10481,27116,3,740,963 -"44027",10481,27377,3,740,1724 -"44028",10481,32549,3,740,2111 -"44029",10481,34094,3,740,1360 -"44030",10481,35037,3,740,2974 -"44031",10481,35045,3,740,1646 -"44032",10481,36446,2,740,1175 -"44033",10481,36554,2,740,1649 -"44034",10481,40129,3,740,2162 -"44035",10481,43978,3,740,2698 -"44036",10481,44763,3,740,1324 -"44037",10481,44769,3,740,2411 -"44038",10481,44773,3,740,1355 -"44039",10481,47726,2,740,1272 -"44040",10481,49759,3,740,2400 -"44041",10481,51546,1,740,1369 -"44042",10481,52554,3,740,1683 -"44043",10481,73205,2,740,1529 -"44044",10481,84447,3,740,1006 -"44045",10481,88857,3,740,1232 -"44046",10481,113116,3,740,769 -"44047",10488,270,1,1524,2542 -"44048",10488,360,3,1524,1671 -"44049",10488,380,3,1524,2261 -"44050",10488,449,3,1524,1950 -"44051",10488,1046,3,1524,1881 -"44052",10488,1102,3,1524,2282 -"44053",10488,1124,1,1524,1596 -"44054",10488,1175,3,1524,1642 -"44055",10488,1315,3,1524,2760 -"44056",10488,1592,3,1524,2006 -"44057",10488,1691,3,1524,1941 -"44058",10488,1875,3,1524,1786 -"44059",10488,2111,2,1524,1904 -"44060",10488,2195,3,1524,2139 -"44061",10488,2289,3,1524,2389 -"44062",10488,2424,2,1524,2582 -"44063",10488,2533,3,1524,2016 -"44064",10488,3139,3,1524,1656 -"44065",10488,3305,2,1524,2839 -"44066",10488,3306,3,1524,1989 -"44067",10488,3477,3,1524,2546 -"44068",10488,3493,2,1524,2451 -"44069",10488,3966,3,1524,2425 -"44070",10488,4191,3,1524,2130 -"44071",10488,4226,2,1524,1903 -"44072",10488,4253,3,1524,1890 -"44073",10488,4360,2,1524,1770 -"44074",10488,4701,3,1524,2401 -"44075",10488,4953,3,1524,2285 -"44076",10488,5072,2,1524,2175 -"44077",10488,5235,2,1524,2324 -"44078",10488,5258,3,1524,2730 -"44079",10488,5622,2,1524,2175 -"44080",10488,5971,2,1524,1985 -"44081",10488,5984,3,1524,1675 -"44082",10488,5986,3,1524,1721 -"44083",10488,6030,3,1524,2953 -"44084",10488,6047,3,1524,2004 -"44085",10488,6052,3,1524,1985 -"44086",10488,6063,3,1524,2349 -"44087",10488,6074,3,1524,2426 -"44088",10488,6222,3,1524,1949 -"44089",10488,6363,3,1524,2066 -"44090",10488,6390,3,1524,2385 -"44091",10488,6417,3,1524,1675 -"44092",10488,6491,3,1524,2424 -"44093",10488,6588,2,1524,2025 -"44094",10488,6718,2,1524,2138 -"44095",10488,7180,3,1524,2227 -"44096",10488,7234,2,1524,2654 -"44097",10488,7245,3,1524,2089 -"44098",10488,7555,3,1524,1943 -"44099",10488,7616,3,1524,2296 -"44100",10488,7627,3,1524,1543 -"44101",10488,7858,3,1524,1795 -"44102",10488,8088,3,1524,2220 -"44103",10488,8533,3,1524,2251 -"44104",10488,9175,3,1524,2639 -"44105",10488,9311,3,1524,2477 -"44106",10488,9364,3,1524,1698 -"44107",10488,9432,3,1524,1693 -"44108",10488,9615,3,1524,2464 -"44109",10488,9654,3,1524,2111 -"44110",10488,9723,3,1524,2302 -"44111",10488,9928,3,1524,2345 -"44112",10488,10857,2,1524,2253 -"44113",10488,10874,3,1524,1891 -"44114",10488,11006,3,1524,1950 -"44115",10488,11218,2,1524,2292 -"44116",10488,11229,3,1524,1625 -"44117",10488,11440,3,1524,2026 -"44118",10488,11477,3,1524,2724 -"44119",10488,12042,3,1524,2345 -"44120",10488,12199,3,1524,1651 -"44121",10488,12374,3,1524,2260 -"44122",10488,12375,3,1524,1873 -"44123",10488,12432,3,1524,1816 -"44124",10488,12449,3,1524,2067 -"44125",10488,12724,3,1524,1930 -"44126",10488,12728,3,1524,2374 -"44127",10488,12729,3,1524,1835 -"44128",10488,13307,2,1524,2206 -"44129",10488,14032,3,1524,2144 -"44130",10488,14108,3,1524,2012 -"44131",10488,14252,3,1524,2244 -"44132",10488,14482,3,1524,1573 -"44133",10488,14959,3,1524,2898 -"44134",10488,15003,3,1524,2067 -"44135",10488,15539,3,1524,1929 -"44136",10488,15700,2,1524,1712 -"44137",10488,15799,3,1524,1917 -"44138",10488,15813,3,1524,2143 -"44139",10488,16352,3,1524,2657 -"44140",10488,16535,3,1524,1993 -"44141",10488,16539,3,1524,1947 -"44142",10488,16835,3,1524,1739 -"44143",10488,16863,3,1524,2069 -"44144",10488,17365,3,1524,2746 -"44145",10488,17400,2,1524,2231 -"44146",10488,17931,3,1524,1617 -"44147",10488,17952,3,1524,1530 -"44148",10488,18005,3,1524,2449 -"44149",10488,18217,3,1524,1566 -"44150",10488,18361,3,1524,2968 -"44151",10488,18394,1,1524,2356 -"44152",10488,18543,3,1524,2968 -"44153",10488,19248,3,1524,2357 -"44154",10488,19323,3,1524,1705 -"44155",10488,19622,3,1524,2371 -"44156",10488,19719,3,1524,2177 -"44157",10488,19862,3,1524,2412 -"44158",10488,20067,3,1524,2390 -"44159",10488,20124,3,1524,2376 -"44160",10488,20311,3,1524,1981 -"44161",10488,20407,3,1524,2339 -"44162",10488,21012,2,1524,2325 -"44163",10488,21122,3,1524,1701 -"44164",10488,21275,3,1524,2609 -"44165",10488,21285,3,1524,2100 -"44166",10488,21682,3,1524,2414 -"44167",10488,21693,3,1524,2176 -"44168",10488,21929,3,1524,2062 -"44169",10488,22025,3,1524,1591 -"44170",10488,22197,3,1524,2271 -"44171",10488,22326,3,1524,2818 -"44172",10488,22362,3,1524,1836 -"44173",10488,22403,3,1524,1630 -"44174",10488,22415,3,1524,2841 -"44175",10488,23011,3,1524,2763 -"44176",10488,23509,3,1524,2275 -"44177",10488,23526,2,1524,1998 -"44178",10488,23715,2,1524,1859 -"44179",10488,23725,1,1524,2378 -"44180",10488,23727,3,1524,1734 -"44181",10488,23729,2,1524,1624 -"44182",10488,23731,3,1524,1656 -"44183",10488,23970,3,1524,1624 -"44184",10488,24066,2,1524,1755 -"44185",10488,25305,3,1524,2447 -"44186",10488,25577,3,1524,1946 -"44187",10488,25643,2,1524,1646 -"44188",10488,25886,3,1524,1580 -"44189",10488,25985,3,1524,2071 -"44190",10488,26067,3,1524,2069 -"44191",10488,26080,3,1524,2525 -"44192",10488,26451,3,1524,2133 -"44193",10488,26818,3,1524,1999 -"44194",10488,26848,3,1524,2363 -"44195",10488,26867,2,1524,1804 -"44196",10488,27694,3,1524,2030 -"44197",10488,28190,3,1524,1634 -"44198",10488,29929,3,1524,2789 -"44199",10488,29962,3,1524,2201 -"44200",10488,30334,3,1524,2075 -"44201",10488,30405,2,1524,2164 -"44202",10488,31093,3,1524,2160 -"44203",10488,31307,3,1524,2139 -"44204",10488,31436,2,1524,2892 -"44205",10488,31705,3,1524,2706 -"44206",10488,32173,3,1524,2341 -"44207",10488,32965,3,1524,2071 -"44208",10488,33223,3,1524,2397 -"44209",10488,33433,3,1524,2805 -"44210",10488,33981,3,1524,1993 -"44211",10488,34379,3,1524,2355 -"44212",10488,34480,3,1524,2755 -"44213",10488,35402,3,1524,2339 -"44214",10488,35815,3,1524,2789 -"44215",10488,35926,3,1524,2371 -"44216",10488,36714,3,1524,2209 -"44217",10488,37285,3,1524,2428 -"44218",10488,37636,3,1524,2178 -"44219",10488,37859,3,1524,1999 -"44220",10488,38213,3,1524,1744 -"44221",10488,38307,3,1524,2648 -"44222",10488,38921,3,1524,1880 -"44223",10488,39294,2,1524,1889 -"44224",10488,39906,3,1524,2365 -"44225",10488,40293,3,1524,1671 -"44226",10488,40392,3,1524,1878 -"44227",10488,40493,3,1524,1981 -"44228",10488,40542,3,1524,1664 -"44229",10488,41051,3,1524,2767 -"44230",10488,41945,3,1524,2856 -"44231",10488,41972,3,1524,2509 -"44232",10488,42216,3,1524,2722 -"44233",10488,42687,3,1524,1952 -"44234",10488,43213,2,1524,2160 -"44235",10488,43385,3,1524,1623 -"44236",10488,43455,2,1524,2846 -"44237",10488,43518,2,1524,2680 -"44238",10488,44521,3,1524,1593 -"44239",10488,44769,3,1524,2411 -"44240",10488,45302,3,1524,2390 -"44241",10488,45684,2,1524,2200 -"44242",10488,45729,3,1524,2606 -"44243",10488,45927,3,1524,1542 -"44244",10488,46182,3,1524,1613 -"44245",10488,46629,2,1524,2255 -"44246",10488,46883,3,1524,1671 -"44247",10488,46982,3,1524,2806 -"44248",10488,47098,3,1524,2057 -"44249",10488,47130,3,1524,2654 -"44250",10488,47445,3,1524,2668 -"44251",10488,47857,3,1524,2325 -"44252",10488,48035,3,1524,2180 -"44253",10488,48215,3,1524,2028 -"44254",10488,48639,3,1524,2291 -"44255",10488,49110,3,1524,2938 -"44256",10488,49144,3,1524,1542 -"44257",10488,49608,3,1524,2184 -"44258",10488,49620,3,1524,1868 -"44259",10488,50134,3,1524,2674 -"44260",10488,50236,2,1524,2339 -"44261",10488,50785,3,1524,2877 -"44262",10488,51017,3,1524,2073 -"44263",10488,51035,3,1524,2397 -"44264",10488,51041,3,1524,2606 -"44265",10488,51144,3,1524,2466 -"44266",10488,51783,3,1524,2599 -"44267",10488,51866,3,1524,2411 -"44268",10488,52058,3,1524,1836 -"44269",10488,52576,3,1524,2234 -"44270",10488,53134,3,1524,1590 -"44271",10488,54551,2,1524,2348 -"44272",10488,54929,3,1524,2783 -"44273",10488,55482,3,1524,1866 -"44274",10488,56082,1,1524,2395 -"44275",10488,56237,3,1524,2625 -"44276",10488,57246,3,1524,1873 -"44277",10488,57760,3,1524,1721 -"44278",10488,57977,3,1524,2683 -"44279",10488,58035,3,1524,1646 -"44280",10488,58384,3,1524,1637 -"44281",10488,58451,2,1524,1939 -"44282",10488,58508,3,1524,2326 -"44283",10488,61980,3,1524,2392 -"44284",10488,61982,2,1524,2725 -"44285",10488,62841,3,1524,2710 -"44286",10488,64947,3,1524,2489 -"44287",10488,65223,3,1524,2724 -"44288",10488,65242,3,1524,1988 -"44289",10488,67383,3,1524,1739 -"44290",10488,67726,3,1524,2873 -"44291",10488,68215,3,1524,2727 -"44292",10488,70203,3,1524,2756 -"44293",10488,72207,1,1524,2430 -"44294",10488,72326,3,1524,2384 -"44295",10488,74636,3,1524,2525 -"44296",10488,75403,2,1524,1895 -"44297",10488,76048,3,1524,2373 -"44298",10488,76396,3,1524,1731 -"44299",10488,76892,3,1524,2381 -"44300",10488,79804,2,1524,2227 -"44301",10488,80784,2,1524,1738 -"44302",10488,82949,3,1524,2077 -"44303",10488,83396,3,1524,2396 -"44304",10488,85736,3,1524,1601 -"44305",10488,86245,3,1524,1972 -"44306",10488,87837,3,1524,1987 -"44307",10488,88232,3,1524,2881 -"44308",10488,97915,3,1524,1802 -"44309",10488,117956,3,1524,2774 -"44310",10495,10638,3,2230,2692 -"44311",10495,11506,3,2230,2824 -"44312",10495,18943,3,2230,2861 -"44313",10495,20007,3,2230,2971 -"44314",10495,21180,3,2230,2762 -"44315",10495,34162,3,2230,2336 -"44316",10495,76132,3,2230,2426 -"44317",10513,270,3,2284,2542 -"44318",10513,1639,3,2284,2631 -"44319",10513,2424,3,2284,2582 -"44320",10513,2484,3,2284,2389 -"44321",10513,3305,3,2284,2839 -"44322",10513,3966,3,2284,2425 -"44323",10513,5120,3,2284,2735 -"44324",10513,5235,2,2284,2324 -"44325",10513,5350,3,2284,2522 -"44326",10513,6044,3,2284,2744 -"44327",10513,6074,2,2284,2426 -"44328",10513,6491,3,2284,2424 -"44329",10513,8762,3,2284,2585 -"44330",10513,9202,3,2284,2477 -"44331",10513,9272,3,2284,2835 -"44332",10513,9311,3,2284,2477 -"44333",10513,9362,3,2284,2879 -"44334",10513,9723,3,2284,2302 -"44335",10513,11218,3,2284,2292 -"44336",10513,12528,3,2284,2589 -"44337",10513,12728,3,2284,2374 -"44338",10513,14655,3,2284,2559 -"44339",10513,14834,2,2284,2739 -"44340",10513,15381,3,2284,2289 -"44341",10513,15626,3,2284,2434 -"44342",10513,16332,3,2284,2668 -"44343",10513,17819,3,2284,2291 -"44344",10513,18394,3,2284,2356 -"44345",10513,19248,3,2284,2357 -"44346",10513,19862,3,2284,2412 -"44347",10513,20124,2,2284,2376 -"44348",10513,21138,2,2284,2849 -"44349",10513,21682,3,2284,2414 -"44350",10513,22141,3,2284,2348 -"44351",10513,24060,3,2284,2349 -"44352",10513,24721,3,2284,2326 -"44353",10513,26080,3,2284,2525 -"44354",10513,26749,2,2284,2965 -"44355",10513,31235,3,2284,2668 -"44356",10513,33475,3,2284,2367 -"44357",10513,33949,3,2284,2489 -"44358",10513,35815,3,2284,2789 -"44359",10513,38780,2,2284,2705 -"44360",10513,41972,3,2284,2509 -"44361",10513,42129,3,2284,2318 -"44362",10513,42216,3,2284,2722 -"44363",10513,43226,3,2284,2442 -"44364",10513,45302,3,2284,2390 -"44365",10513,45608,3,2284,2420 -"44366",10513,46950,2,2284,2673 -"44367",10513,47248,2,2284,2883 -"44368",10513,47772,2,2284,2293 -"44369",10513,48605,3,2284,2796 -"44370",10513,49110,3,2284,2938 -"44371",10513,50134,3,2284,2674 -"44372",10513,51035,2,2284,2397 -"44373",10513,51866,3,2284,2411 -"44374",10513,53323,3,2284,2677 -"44375",10513,54551,3,2284,2348 -"44376",10513,55139,3,2284,2323 -"44377",10513,58508,2,2284,2326 -"44378",10513,61982,3,2284,2725 -"44379",10513,62841,3,2284,2710 -"44380",10513,64699,3,2284,2797 -"44381",10513,66983,2,2284,2397 -"44382",10513,66992,3,2284,2882 -"44383",10513,69335,3,2284,2698 -"44384",10513,74985,3,2284,2895 -"44385",10513,79322,3,2284,2770 -"44386",10513,80825,1,2284,2315 -"44387",10513,84022,3,2284,2289 -"44388",10513,104565,3,2284,2693 -"44389",10523,270,2,1510,2542 -"44390",10523,312,3,1510,2038 -"44391",10523,1124,3,1510,1596 -"44392",10523,2111,2,1510,1904 -"44393",10523,2424,3,1510,2582 -"44394",10523,2684,3,1510,2874 -"44395",10523,3878,3,1510,1890 -"44396",10523,4360,3,1510,1770 -"44397",10523,5235,3,1510,2324 -"44398",10523,5622,3,1510,2175 -"44399",10523,5971,1,1510,1985 -"44400",10523,6044,3,1510,2744 -"44401",10523,6222,3,1510,1949 -"44402",10523,6588,2,1510,2025 -"44403",10523,6718,3,1510,2138 -"44404",10523,7180,3,1510,2227 -"44405",10523,7515,3,1510,2737 -"44406",10523,7555,3,1510,1943 -"44407",10523,9432,2,1510,1693 -"44408",10523,9624,2,1510,2398 -"44409",10523,10488,3,1510,1524 -"44410",10523,10857,3,1510,2253 -"44411",10523,11055,3,1510,2111 -"44412",10523,11218,3,1510,2292 -"44413",10523,11229,2,1510,1625 -"44414",10523,11351,3,1510,2971 -"44415",10523,11516,3,1510,1937 -"44416",10523,11620,3,1510,2010 -"44417",10523,11966,3,1510,2385 -"44418",10523,12374,3,1510,2260 -"44419",10523,12375,3,1510,1873 -"44420",10523,13307,3,1510,2206 -"44421",10523,14989,3,1510,2223 -"44422",10523,15700,3,1510,1712 -"44423",10523,16352,3,1510,2657 -"44424",10523,17400,3,1510,2231 -"44425",10523,18005,3,1510,2449 -"44426",10523,18361,3,1510,2968 -"44427",10523,18394,3,1510,2356 -"44428",10523,19622,3,1510,2371 -"44429",10523,20311,2,1510,1981 -"44430",10523,21012,3,1510,2325 -"44431",10523,21122,3,1510,1701 -"44432",10523,21571,3,1510,2755 -"44433",10523,21693,3,1510,2176 -"44434",10523,22197,3,1510,2271 -"44435",10523,22566,3,1510,2308 -"44436",10523,23509,3,1510,2275 -"44437",10523,23526,3,1510,1998 -"44438",10523,23715,3,1510,1859 -"44439",10523,23725,3,1510,2378 -"44440",10523,24568,3,1510,1937 -"44441",10523,26848,2,1510,2363 -"44442",10523,26867,2,1510,1804 -"44443",10523,28179,2,1510,2689 -"44444",10523,30405,3,1510,2164 -"44445",10523,31691,3,1510,1657 -"44446",10523,33801,3,1510,2899 -"44447",10523,39294,3,1510,1889 -"44448",10523,42687,2,1510,1952 -"44449",10523,43213,3,1510,2160 -"44450",10523,43455,3,1510,2846 -"44451",10523,44521,2,1510,1593 -"44452",10523,45684,3,1510,2200 -"44453",10523,45729,3,1510,2606 -"44454",10523,46182,2,1510,1613 -"44455",10523,46629,2,1510,2255 -"44456",10523,49608,3,1510,2184 -"44457",10523,50236,2,1510,2339 -"44458",10523,54551,3,1510,2348 -"44459",10523,56082,2,1510,2395 -"44460",10523,56237,2,1510,2625 -"44461",10523,57246,2,1510,1873 -"44462",10523,60261,3,1510,1943 -"44463",10523,61982,3,1510,2725 -"44464",10523,63409,3,1510,1937 -"44465",10523,64947,3,1510,2489 -"44466",10523,65242,3,1510,1988 -"44467",10523,71217,3,1510,2169 -"44468",10523,72207,3,1510,2430 -"44469",10523,72326,3,1510,2384 -"44470",10523,75403,3,1510,1895 -"44471",10523,79804,1,1510,2227 -"44472",10523,80429,3,1510,1927 -"44473",10523,92104,3,1510,2339 -"44474",10523,97915,3,1510,1802 -"44475",10523,105680,3,1510,1674 -"44476",10528,1691,3,502,1941 -"44477",10528,2208,3,502,2814 -"44478",10528,2289,3,502,2389 -"44479",10528,2684,3,502,2874 -"44480",10528,2737,3,502,607 -"44481",10528,3011,3,502,2278 -"44482",10528,7970,1,502,1197 -"44483",10528,8060,3,502,1883 -"44484",10528,8913,3,502,968 -"44485",10528,9311,3,502,2477 -"44486",10528,9391,3,502,1252 -"44487",10528,9805,3,502,1621 -"44488",10528,10148,3,502,2964 -"44489",10528,10401,1,502,863 -"44490",10528,10843,3,502,2277 -"44491",10528,10870,3,502,1755 -"44492",10528,11055,3,502,2111 -"44493",10528,12310,3,502,1337 -"44494",10528,12373,3,502,1567 -"44495",10528,14072,3,502,1346 -"44496",10528,14278,3,502,1267 -"44497",10528,14723,3,502,2019 -"44498",10528,15401,3,502,1999 -"44499",10528,15626,3,502,2434 -"44500",10528,16111,3,502,1714 -"44501",10528,16201,2,502,1811 -"44502",10528,18244,3,502,1622 -"44503",10528,18393,3,502,860 -"44504",10528,19453,3,502,1928 -"44505",10528,19862,2,502,2412 -"44506",10528,20494,3,502,1075 -"44507",10528,22180,1,502,1835 -"44508",10528,22455,2,502,1197 -"44509",10528,23139,3,502,2644 -"44510",10528,23704,3,502,2278 -"44511",10528,26907,2,502,697 -"44512",10528,28635,2,502,2368 -"44513",10528,29930,3,502,2240 -"44514",10528,30150,3,502,1704 -"44515",10528,32103,3,502,1491 -"44516",10528,32964,3,502,2252 -"44517",10528,32988,3,502,2008 -"44518",10528,33241,3,502,632 -"44519",10528,33356,3,502,1586 -"44520",10528,33433,3,502,2805 -"44521",10528,34314,3,502,630 -"44522",10528,37108,3,502,1202 -"44523",10528,37509,3,502,1640 -"44524",10528,39556,2,502,2747 -"44525",10528,40493,3,502,1981 -"44526",10528,41748,3,502,1480 -"44527",10528,42747,3,502,1189 -"44528",10528,42925,3,502,1358 -"44529",10528,43635,2,502,1196 -"44530",10528,44068,3,502,1056 -"44531",10528,44306,3,502,1036 -"44532",10528,47812,3,502,2343 -"44533",10528,48893,3,502,719 -"44534",10528,49581,3,502,1817 -"44535",10528,49696,3,502,2444 -"44536",10528,50235,3,502,726 -"44537",10528,50275,3,502,2832 -"44538",10528,53252,3,502,637 -"44539",10528,54879,3,502,2210 -"44540",10528,55324,3,502,1544 -"44541",10528,55880,3,502,626 -"44542",10528,57732,2,502,2454 -"44543",10528,58993,3,502,2390 -"44544",10528,59113,3,502,2434 -"44545",10528,59786,3,502,605 -"44546",10528,59819,3,502,2624 -"44547",10528,59937,3,502,885 -"44548",10528,61613,3,502,1189 -"44549",10528,62538,3,502,1656 -"44550",10528,63328,3,502,922 -"44551",10528,65155,3,502,1947 -"44552",10528,66124,3,502,2174 -"44553",10528,66677,3,502,2151 -"44554",10528,66747,3,502,1273 -"44555",10528,67145,3,502,2015 -"44556",10528,68979,3,502,1173 -"44557",10528,70714,3,502,2030 -"44558",10528,74190,3,502,1428 -"44559",10528,76192,3,502,912 -"44560",10528,76682,3,502,581 -"44561",10528,78932,3,502,981 -"44562",10528,79364,3,502,834 -"44563",10528,79657,3,502,1260 -"44564",10528,79937,1,502,554 -"44565",10528,85397,1,502,1219 -"44566",10528,85444,3,502,944 -"44567",10528,88039,3,502,1219 -"44568",10528,99152,2,502,1698 -"44569",10528,100432,3,502,1358 -"44570",10528,103721,3,502,1030 -"44571",10528,106318,2,502,1698 -"44572",10535,11976,3,1534,1727 -"44573",10535,20423,3,1534,2654 -"44574",10535,44089,3,1534,1632 -"44575",10535,79653,2,1534,2683 -"44576",10551,160,3,243,2007 -"44577",10551,1641,3,243,1490 -"44578",10551,1702,3,243,1984 -"44579",10551,1780,3,243,1375 -"44580",10551,2120,3,243,1133 -"44581",10551,2206,3,243,2536 -"44582",10551,2407,3,243,1725 -"44583",10551,2418,3,243,2020 -"44584",10551,2452,3,243,1715 -"44585",10551,2576,2,243,1307 -"44586",10551,2747,3,243,2411 -"44587",10551,2852,3,243,2448 -"44588",10551,3127,3,243,2273 -"44589",10551,3313,3,243,572 -"44590",10551,3456,3,243,1999 -"44591",10551,3663,3,243,1232 -"44592",10551,4001,3,243,1687 -"44593",10551,4612,3,243,2804 -"44594",10551,4668,3,243,1919 -"44595",10551,4669,3,243,2395 -"44596",10551,4730,3,243,2131 -"44597",10551,5346,3,243,1438 -"44598",10551,5484,3,243,582 -"44599",10551,5897,2,243,2337 -"44600",10551,5912,3,243,2257 -"44601",10551,6119,3,243,2358 -"44602",10551,7252,3,243,2799 -"44603",10551,7942,3,243,2623 -"44604",10551,8029,3,243,1859 -"44605",10551,8140,3,243,1262 -"44606",10551,8610,3,243,2240 -"44607",10551,9503,3,243,2453 -"44608",10551,9787,3,243,2858 -"44609",10551,10803,3,243,545 -"44610",10551,10980,3,243,1974 -"44611",10551,11099,3,243,400 -"44612",10551,11563,3,243,1863 -"44613",10551,11990,1,243,1909 -"44614",10551,12023,2,243,799 -"44615",10551,12781,3,243,831 -"44616",10551,12948,3,243,2669 -"44617",10551,13295,2,243,779 -"44618",10551,14287,3,243,1583 -"44619",10551,14532,2,243,1193 -"44620",10551,14599,3,243,1118 -"44621",10551,14817,3,243,2110 -"44622",10551,15207,3,243,1855 -"44623",10551,15910,3,243,941 -"44624",10551,16152,3,243,879 -"44625",10551,16286,3,243,2470 -"44626",10551,16437,3,243,1956 -"44627",10551,16501,3,243,1650 -"44628",10551,16715,3,243,1218 -"44629",10551,16776,3,243,1565 -"44630",10551,16864,3,243,814 -"44631",10551,16866,3,243,2718 -"44632",10551,17252,3,243,1258 -"44633",10551,17456,3,243,1300 -"44634",10551,17484,3,243,1256 -"44635",10551,18550,3,243,483 -"44636",10551,18865,3,243,2676 -"44637",10551,18978,3,243,952 -"44638",10551,19334,3,243,1979 -"44639",10551,19386,3,243,1714 -"44640",10551,19934,3,243,2888 -"44641",10551,20984,3,243,2502 -"44642",10551,21207,3,243,1258 -"44643",10551,21755,3,243,817 -"44644",10551,23131,2,243,1732 -"44645",10551,23206,3,243,2805 -"44646",10551,23756,3,243,2309 -"44647",10551,24302,3,243,407 -"44648",10551,26551,3,243,652 -"44649",10551,27320,3,243,2378 -"44650",10551,27742,2,243,2700 -"44651",10551,27914,2,243,2507 -"44652",10551,28051,3,243,2089 -"44653",10551,28440,3,243,675 -"44654",10551,28869,3,243,2425 -"44655",10551,28893,3,243,2764 -"44656",10551,28904,1,243,926 -"44657",10551,29286,3,243,1612 -"44658",10551,29473,3,243,2602 -"44659",10551,29495,2,243,1612 -"44660",10551,30442,3,243,2124 -"44661",10551,30525,1,243,1964 -"44662",10551,31540,3,243,1675 -"44663",10551,31753,2,243,1514 -"44664",10551,31868,3,243,1993 -"44665",10551,32240,3,243,706 -"44666",10551,32479,3,243,969 -"44667",10551,32560,3,243,1258 -"44668",10551,33341,3,243,2338 -"44669",10551,33870,3,243,955 -"44670",10551,33957,3,243,245 -"44671",10551,35728,3,243,2017 -"44672",10551,36327,3,243,870 -"44673",10551,36578,3,243,1484 -"44674",10551,37424,3,243,1693 -"44675",10551,39800,2,243,802 -"44676",10551,39999,3,243,1593 -"44677",10551,40113,3,243,451 -"44678",10551,41077,2,243,864 -"44679",10551,41581,3,243,1692 -"44680",10551,41633,3,243,1976 -"44681",10551,42254,3,243,1052 -"44682",10551,42813,3,243,2142 -"44683",10551,42967,3,243,512 -"44684",10551,43159,2,243,512 -"44685",10551,43961,3,243,2443 -"44686",10551,44074,3,243,1299 -"44687",10551,44598,3,243,2356 -"44688",10551,44795,2,243,635 -"44689",10551,45480,3,243,1104 -"44690",10551,45518,3,243,494 -"44691",10551,45869,3,243,2840 -"44692",10551,50229,3,243,1190 -"44693",10551,54775,2,243,2383 -"44694",10551,56995,3,243,2323 -"44695",10551,58501,3,243,2613 -"44696",10551,58521,3,243,2950 -"44697",10551,58655,3,243,2685 -"44698",10551,59726,3,243,1513 -"44699",10551,61125,3,243,1673 -"44700",10551,62626,3,243,2787 -"44701",10551,63395,3,243,2334 -"44702",10551,66677,3,243,2151 -"44703",10551,66695,3,243,1071 -"44704",10551,66943,3,243,327 -"44705",10551,67252,3,243,1215 -"44706",10551,70455,3,243,1307 -"44707",10551,71467,3,243,1051 -"44708",10551,72535,3,243,1191 -"44709",10551,72632,3,243,1289 -"44710",10551,75880,3,243,477 -"44711",10551,76007,3,243,918 -"44712",10551,77305,3,243,965 -"44713",10551,81437,3,243,1101 -"44714",10551,83610,3,243,1552 -"44715",10551,85396,2,243,1131 -"44716",10551,87907,3,243,1173 -"44717",10551,88324,3,243,1080 -"44718",10551,89538,3,243,1847 -"44719",10551,90429,3,243,1684 -"44720",10551,91806,3,243,969 -"44721",10551,91849,3,243,1166 -"44722",10551,91942,3,243,2216 -"44723",10551,92831,3,243,576 -"44724",10551,93332,3,243,982 -"44725",10551,94520,3,243,1243 -"44726",10551,96401,3,243,303 -"44727",10551,99218,3,243,481 -"44728",10551,103491,3,243,1523 -"44729",10551,104098,3,243,512 -"44730",10551,109194,3,243,494 -"44731",10551,115021,3,243,1226 -"44732",10558,12035,2,2312,2721 -"44733",10558,12042,3,2312,2345 -"44734",10558,21417,3,2312,2422 -"44735",10558,25530,3,2312,2884 -"44736",10558,56396,3,2312,2408 -"44737",10558,73266,3,2312,2496 -"44738",10558,90501,3,2312,2380 -"44739",10567,1691,3,1839,1941 -"44740",10567,36439,3,1839,2469 -"44741",10567,66241,3,1839,2351 -"44742",10576,1767,3,974,2727 -"44743",10576,1875,3,974,1786 -"44744",10576,2057,3,974,1965 -"44745",10576,2111,3,974,1904 -"44746",10576,3068,3,974,1815 -"44747",10576,5449,3,974,1723 -"44748",10576,5599,3,974,1684 -"44749",10576,5971,3,974,1985 -"44750",10576,5986,3,974,1721 -"44751",10576,6047,2,974,2004 -"44752",10576,6255,3,974,2895 -"44753",10576,6588,2,974,2025 -"44754",10576,9331,2,974,2269 -"44755",10576,9423,3,974,1708 -"44756",10576,9654,3,974,2111 -"44757",10576,11103,2,974,2393 -"44758",10576,13573,3,974,2774 -"44759",10576,14032,3,974,2144 -"44760",10576,17351,3,974,2036 -"44761",10576,17549,3,974,2647 -"44762",10576,17632,3,974,1947 -"44763",10576,20124,3,974,2376 -"44764",10576,20486,3,974,1908 -"44765",10576,20665,3,974,1311 -"44766",10576,23011,3,974,2763 -"44767",10576,23825,3,974,1913 -"44768",10576,24456,3,974,1238 -"44769",10576,29930,3,974,2240 -"44770",10576,32103,3,974,1491 -"44771",10576,32198,3,974,2117 -"44772",10576,32606,2,974,2100 -"44773",10576,33219,3,974,1173 -"44774",10576,35673,3,974,1067 -"44775",10576,35752,2,974,1158 -"44776",10576,36574,3,974,2934 -"44777",10576,40028,3,974,1349 -"44778",10576,40072,3,974,1182 -"44779",10576,43404,3,974,2649 -"44780",10576,44688,3,974,2924 -"44781",10576,45939,3,974,1930 -"44782",10576,46629,3,974,2255 -"44783",10576,48215,3,974,2028 -"44784",10576,50236,3,974,2339 -"44785",10576,53303,3,974,1376 -"44786",10576,54551,3,974,2348 -"44787",10576,55084,3,974,1189 -"44788",10576,56082,3,974,2395 -"44789",10576,56232,3,974,1175 -"44790",10576,67726,3,974,2873 -"44791",10576,72326,2,974,2384 -"44792",10576,80979,3,974,1142 -"44793",10576,82730,3,974,1492 -"44794",10576,86978,3,974,2733 -"44795",10576,90768,3,974,2123 -"44796",10576,94138,3,974,1939 -"44797",10576,97498,1,974,2346 -"44798",10576,113736,3,974,1514 -"44799",10577,160,3,497,2007 -"44800",10577,1349,1,497,1147 -"44801",10577,1641,3,497,1490 -"44802",10577,2979,3,497,2912 -"44803",10577,3493,2,497,2451 -"44804",10577,3669,3,497,2524 -"44805",10577,4665,2,497,1569 -"44806",10577,4916,3,497,1970 -"44807",10577,7126,3,497,1261 -"44808",10577,7616,3,497,2296 -"44809",10577,8088,3,497,2220 -"44810",10577,9484,3,497,1429 -"44811",10577,9871,3,497,921 -"44812",10577,10050,3,497,1792 -"44813",10577,10739,3,497,1807 -"44814",10577,10803,3,497,545 -"44815",10577,10990,3,497,805 -"44816",10577,11588,3,497,2352 -"44817",10577,12712,3,497,815 -"44818",10577,14749,3,497,1998 -"44819",10577,15535,3,497,891 -"44820",10577,15567,3,497,2671 -"44821",10577,16539,2,497,1947 -"44822",10577,18421,3,497,2457 -"44823",10577,18672,3,497,1182 -"44824",10577,20662,3,497,1523 -"44825",10577,20941,3,497,2725 -"44826",10577,23966,2,497,891 -"44827",10577,24456,3,497,1238 -"44828",10577,26100,3,497,1966 -"44829",10577,31335,3,497,2351 -"44830",10577,31866,2,497,2101 -"44831",10577,32149,3,497,541 -"44832",10577,36784,3,497,576 -"44833",10577,36829,3,497,2722 -"44834",10577,37149,3,497,1673 -"44835",10577,38373,3,497,1928 -"44836",10577,43585,3,497,1066 -"44837",10577,46982,3,497,2806 -"44838",10577,51144,3,497,2466 -"44839",10577,51774,3,497,2459 -"44840",10577,52136,3,497,1412 -"44841",10577,64156,3,497,675 -"44842",10577,70583,3,497,2615 -"44843",10577,72348,3,497,1810 -"44844",10577,73107,3,497,1918 -"44845",10577,74134,3,497,1566 -"44846",10577,82893,3,497,1275 -"44847",10577,87142,3,497,591 -"44848",10577,87907,3,497,1173 -"44849",10577,90065,3,497,1418 -"44850",10577,96715,2,497,1792 -"44851",10592,3395,3,859,1382 -"44852",10592,10870,3,859,1755 -"44853",10592,12778,3,859,2045 -"44854",10592,13801,3,859,2041 -"44855",10592,17502,2,859,869 -"44856",10592,23679,3,859,934 -"44857",10592,27001,1,859,1761 -"44858",10592,31581,3,859,2933 -"44859",10592,34813,3,859,975 -"44860",10592,41118,2,859,1091 -"44861",10592,46506,3,859,2464 -"44862",10592,70555,3,859,1229 -"44863",10592,84254,3,859,2548 -"44864",10595,21,3,494,1385 -"44865",10595,841,3,494,2964 -"44866",10595,1108,3,494,1600 -"44867",10595,3954,3,494,839 -"44868",10595,6989,3,494,2623 -"44869",10595,7126,3,494,1261 -"44870",10595,8118,3,494,587 -"44871",10595,8140,3,494,1262 -"44872",10595,9050,3,494,2026 -"44873",10595,9787,3,494,2858 -"44874",10595,10239,3,494,2032 -"44875",10595,10350,3,494,1163 -"44876",10595,10980,2,494,1974 -"44877",10595,11135,3,494,2441 -"44878",10595,14586,3,494,2801 -"44879",10595,15502,3,494,2637 -"44880",10595,16833,3,494,1661 -"44881",10595,17645,3,494,1918 -"44882",10595,19501,3,494,1186 -"44883",10595,20067,3,494,2390 -"44884",10595,22166,3,494,994 -"44885",10595,22704,2,494,1150 -"44886",10595,23692,2,494,1540 -"44887",10595,25139,3,494,816 -"44888",10595,29286,3,494,1612 -"44889",10595,31408,3,494,994 -"44890",10595,31541,3,494,1500 -"44891",10595,34892,3,494,2309 -"44892",10595,35728,2,494,2017 -"44893",10595,36953,3,494,2790 -"44894",10595,37522,3,494,1270 -"44895",10595,38087,2,494,1083 -"44896",10595,42331,2,494,1585 -"44897",10595,46486,3,494,1868 -"44898",10595,46726,2,494,943 -"44899",10595,47654,3,494,1664 -"44900",10595,47810,3,494,957 -"44901",10595,49414,3,494,1667 -"44902",10595,50903,3,494,931 -"44903",10595,50996,2,494,929 -"44904",10595,51448,3,494,1593 -"44905",10595,56862,2,494,868 -"44906",10595,60808,3,494,1258 -"44907",10595,62066,3,494,2281 -"44908",10595,62668,3,494,958 -"44909",10595,63604,2,494,927 -"44910",10595,67252,3,494,1215 -"44911",10595,67617,2,494,1149 -"44912",10595,70101,2,494,2414 -"44913",10595,70372,3,494,526 -"44914",10595,72986,3,494,1055 -"44915",10595,81077,1,494,498 -"44916",10595,83301,3,494,1385 -"44917",10595,84975,3,494,1138 -"44918",10595,93386,3,494,890 -"44919",10595,93398,3,494,828 -"44920",10595,96310,3,494,1016 -"44921",10595,97160,3,494,1215 -"44922",10595,103890,3,494,958 -"44923",10595,104098,3,494,512 -"44924",10595,104659,3,494,2026 -"44925",10607,364,3,507,2351 -"44926",10607,4303,3,507,2414 -"44927",10607,10457,3,507,1711 -"44928",10607,12861,2,507,1207 -"44929",10607,14061,3,507,1620 -"44930",10607,15180,2,507,610 -"44931",10607,15683,2,507,1729 -"44932",10607,16351,3,507,893 -"44933",10607,20371,3,507,595 -"44934",10607,21407,3,507,2728 -"44935",10607,24512,3,507,1369 -"44936",10607,25722,3,507,1697 -"44937",10607,26286,3,507,2023 -"44938",10607,29289,3,507,1756 -"44939",10607,29977,3,507,2781 -"44940",10607,31303,2,507,1040 -"44941",10607,37279,3,507,2768 -"44942",10607,50585,3,507,2414 -"44943",10607,54775,3,507,2383 -"44944",10607,68691,3,507,1209 -"44945",10607,77519,3,507,819 -"44946",10607,90943,3,507,1754 -"44947",10607,96300,3,507,2594 -"44948",10610,55,3,1427,2524 -"44949",10610,1393,2,1427,1706 -"44950",10610,3506,2,1427,2364 -"44951",10610,4403,3,1427,2416 -"44952",10610,5813,3,1427,2088 -"44953",10610,6040,3,1427,2103 -"44954",10610,6621,3,1427,2478 -"44955",10610,7123,2,1427,1964 -"44956",10610,9088,3,1427,1881 -"44957",10610,9269,2,1427,1892 -"44958",10610,9895,3,1427,1960 -"44959",10610,16347,3,1427,1868 -"44960",10610,16866,3,1427,2718 -"44961",10610,17925,1,1427,2385 -"44962",10610,20695,3,1427,2526 -"44963",10610,22389,3,1427,2034 -"44964",10610,26740,3,1427,2695 -"44965",10610,31990,3,1427,2264 -"44966",10610,32629,3,1427,1789 -"44967",10610,32724,2,1427,2581 -"44968",10610,34331,3,1427,1727 -"44969",10610,37801,3,1427,2578 -"44970",10610,44312,3,1427,2741 -"44971",10610,44744,2,1427,2032 -"44972",10610,45449,2,1427,1610 -"44973",10610,45450,3,1427,1590 -"44974",10610,48931,2,1427,2444 -"44975",10610,53445,3,1427,2028 -"44976",10610,54953,3,1427,2223 -"44977",10610,56364,3,1427,1626 -"44978",10610,57804,3,1427,2214 -"44979",10610,66017,3,1427,1545 -"44980",10610,78611,3,1427,1586 -"44981",10610,84591,3,1427,1685 -"44982",10610,96387,2,1427,2159 -"44983",10610,100084,3,1427,1964 -"44984",10610,102581,3,1427,1813 -"44985",10622,3557,3,1173,1259 -"44986",10622,4313,3,1173,2368 -"44987",10622,7733,1,1173,1326 -"44988",10622,15916,3,1173,1236 -"44989",10622,20056,3,1173,1824 -"44990",10622,20088,2,1173,1677 -"44991",10622,21419,2,1173,1243 -"44992",10622,21976,3,1173,1808 -"44993",10622,31170,2,1173,1776 -"44994",10622,43524,3,1173,2572 -"44995",10622,49958,3,1173,1860 -"44996",10622,55436,3,1173,2513 -"44997",10622,57383,3,1173,1302 -"44998",10622,62334,2,1173,1766 -"44999",10622,73810,2,1173,1554 -"45000",10622,78262,2,1173,1326 -"45001",10622,80162,3,1173,1601 -"45002",10638,9272,3,2692,2835 -"45003",10638,11506,2,2692,2824 -"45004",10638,15826,3,2692,2772 -"45005",10638,18943,2,2692,2861 -"45006",10638,19027,3,2692,2721 -"45007",10638,20007,2,2692,2971 -"45008",10638,20700,3,2692,2861 -"45009",10638,21180,3,2692,2762 -"45010",10638,28582,2,2692,2698 -"45011",10638,41978,3,2692,2824 -"45012",10638,59039,3,2692,2870 -"45013",10638,69335,2,2692,2698 -"45014",10646,1154,3,1555,1656 -"45015",10646,3167,3,1555,1676 -"45016",10646,7241,3,1555,2259 -"45017",10646,12374,2,1555,2260 -"45018",10646,18366,3,1555,2699 -"45019",10646,21122,3,1555,1701 -"45020",10646,34136,3,1555,2202 -"45021",10646,58180,3,1555,1919 -"45022",10646,108647,1,1555,1934 -"45023",10646,108867,3,1555,2328 -"45024",10657,14,3,1603,1793 -"45025",10657,915,2,1603,1793 -"45026",10657,3980,2,1603,2771 -"45027",10657,19208,3,1603,2629 -"45028",10657,19605,2,1603,2395 -"45029",10657,20162,3,1603,2328 -"45030",10657,26796,3,1603,2384 -"45031",10657,29454,2,1603,2719 -"45032",10657,41764,3,1603,2409 -"45033",10657,45329,1,1603,1693 -"45034",10657,50480,3,1603,2701 -"45035",10657,55076,3,1603,2408 -"45036",10696,30411,3,130,630 -"45037",10696,40488,3,130,486 -"45038",10696,58293,3,130,250 -"45039",10696,75025,3,130,717 -"45040",10701,2282,2,2000,2056 -"45041",10701,2647,3,2000,2450 -"45042",10701,3164,3,2000,2693 -"45043",10701,3271,3,2000,2216 -"45044",10701,4249,3,2000,2547 -"45045",10701,4634,3,2000,2291 -"45046",10701,6030,3,2000,2953 -"45047",10701,6345,3,2000,2713 -"45048",10701,6999,3,2000,2214 -"45049",10701,7787,3,2000,2314 -"45050",10701,8463,3,2000,2466 -"45051",10701,9272,3,2000,2835 -"45052",10701,9724,2,2000,2713 -"45053",10701,11966,3,2000,2385 -"45054",10701,12966,3,2000,2011 -"45055",10701,14470,3,2000,2632 -"45056",10701,14612,3,2000,2340 -"45057",10701,14957,2,2000,2306 -"45058",10701,15301,3,2000,2308 -"45059",10701,15782,2,2000,2306 -"45060",10701,17499,3,2000,2954 -"45061",10701,19366,3,2000,2279 -"45062",10701,20292,3,2000,2755 -"45063",10701,21571,2,2000,2755 -"45064",10701,22566,2,2000,2308 -"45065",10701,23550,3,2000,2939 -"45066",10701,26597,2,2000,2070 -"45067",10701,28168,3,2000,2702 -"45068",10701,28782,3,2000,2272 -"45069",10701,30714,3,2000,2485 -"45070",10701,31855,3,2000,2636 -"45071",10701,32169,1,2000,2504 -"45072",10701,36840,3,2000,2269 -"45073",10701,37684,3,2000,2899 -"45074",10701,42382,3,2000,2224 -"45075",10701,42390,2,2000,2937 -"45076",10701,42619,3,2000,2017 -"45077",10701,43226,3,2000,2442 -"45078",10701,43701,1,2000,2400 -"45079",10701,46800,3,2000,2720 -"45080",10701,47607,3,2000,2724 -"45081",10701,48110,3,2000,2009 -"45082",10701,49142,3,2000,2289 -"45083",10701,53584,3,2000,2391 -"45084",10701,53652,3,2000,2899 -"45085",10701,58508,3,2000,2326 -"45086",10701,69335,3,2000,2698 -"45087",10701,71999,2,2000,2685 -"45088",10701,80615,3,2000,2252 -"45089",10701,80970,2,2000,2069 -"45090",10709,803,3,746,1666 -"45091",10709,1386,3,746,1901 -"45092",10709,3583,3,746,818 -"45093",10709,5716,3,746,1058 -"45094",10709,8888,3,746,1328 -"45095",10709,12867,3,746,2773 -"45096",10709,16352,3,746,2657 -"45097",10709,16587,2,746,2065 -"45098",10709,18554,3,746,2065 -"45099",10709,18615,3,746,1025 -"45100",10709,20783,3,746,2414 -"45101",10709,22050,3,746,966 -"45102",10709,23159,3,746,1548 -"45103",10709,27260,3,746,878 -"45104",10709,29864,3,746,2479 -"45105",10709,34735,3,746,2767 -"45106",10709,37758,3,746,1998 -"45107",10709,37836,2,746,1369 -"45108",10709,37873,3,746,1288 -"45109",10709,43135,2,746,1171 -"45110",10709,44068,3,746,1056 -"45111",10709,53134,3,746,1590 -"45112",10709,57714,3,746,1391 -"45113",10709,63328,3,746,922 -"45114",10709,77424,3,746,1489 -"45115",10709,86331,3,746,850 -"45116",10709,93933,3,746,1336 -"45117",10709,101986,2,746,813 -"45118",10716,455,3,1692,2827 -"45119",10716,470,3,1692,2285 -"45120",10716,489,2,1692,2652 -"45121",10716,1369,2,1692,2487 -"45122",10716,1560,3,1692,2013 -"45123",10716,2224,3,1692,2751 -"45124",10716,6999,2,1692,2214 -"45125",10716,7258,3,1692,1714 -"45126",10716,7354,2,1692,2008 -"45127",10716,7858,3,1692,1795 -"45128",10716,8726,3,1692,2083 -"45129",10716,8821,2,1692,2230 -"45130",10716,10433,3,1692,2075 -"45131",10716,11625,3,1692,2022 -"45132",10716,12116,2,1692,2119 -"45133",10716,12703,3,1692,2689 -"45134",10716,13340,2,1692,1918 -"45135",10716,15598,3,1692,2011 -"45136",10716,17549,3,1692,2647 -"45137",10716,17632,3,1692,1947 -"45138",10716,18479,3,1692,2967 -"45139",10716,19476,3,1692,1708 -"45140",10716,21754,3,1692,1881 -"45141",10716,22410,3,1692,2158 -"45142",10716,23550,3,1692,2939 -"45143",10716,28115,3,1692,1835 -"45144",10716,33363,3,1692,2475 -"45145",10716,35187,2,1692,2488 -"45146",10716,35317,2,1692,1888 -"45147",10716,36840,3,1692,2269 -"45148",10716,37684,3,1692,2899 -"45149",10716,42407,1,1692,2408 -"45150",10716,48501,3,1692,2010 -"45151",10716,53846,3,1692,2737 -"45152",10716,77719,3,1692,2086 -"45153",10716,77815,2,1692,2358 -"45154",10716,78277,3,1692,1937 -"45155",10716,78910,2,1692,1931 -"45156",10716,93553,3,1692,2537 -"45157",10717,134,3,1938,2062 -"45158",10717,1196,3,1938,1986 -"45159",10717,2684,3,1938,2874 -"45160",10717,3966,3,1938,2425 -"45161",10717,4953,3,1938,2285 -"45162",10717,5622,3,1938,2175 -"45163",10717,6044,3,1938,2744 -"45164",10717,6047,2,1938,2004 -"45165",10717,6062,3,1938,2681 -"45166",10717,8327,3,1938,2527 -"45167",10717,9928,3,1938,2345 -"45168",10717,10358,3,1938,2294 -"45169",10717,10558,3,1938,2312 -"45170",10717,11218,2,1938,2292 -"45171",10717,11456,3,1938,2715 -"45172",10717,12035,2,1938,2721 -"45173",10717,12042,2,1938,2345 -"45174",10717,14032,3,1938,2144 -"45175",10717,16352,2,1938,2657 -"45176",10717,16826,3,1938,2599 -"45177",10717,17400,3,1938,2231 -"45178",10717,17943,3,1938,1943 -"45179",10717,20067,3,1938,2390 -"45180",10717,21138,3,1938,2849 -"45181",10717,23310,3,1938,2371 -"45182",10717,24497,3,1938,1979 -"45183",10717,26067,3,1938,2069 -"45184",10717,26080,2,1938,2525 -"45185",10717,26721,3,1938,2586 -"45186",10717,26818,3,1938,1999 -"45187",10717,32919,3,1938,2321 -"45188",10717,34735,3,1938,2767 -"45189",10717,40493,3,1938,1981 -"45190",10717,41972,2,1938,2509 -"45191",10717,47248,3,1938,2883 -"45192",10717,47386,3,1938,2226 -"45193",10717,49110,3,1938,2938 -"45194",10717,50236,3,1938,2339 -"45195",10717,51017,3,1938,2073 -"45196",10717,54879,3,1938,2210 -"45197",10717,54929,3,1938,2783 -"45198",10717,55652,3,1938,2795 -"45199",10717,56082,3,1938,2395 -"45200",10717,81349,3,1938,1958 -"45201",10717,82732,3,1938,2810 -"45202",10720,388,3,199,1594 -"45203",10720,622,3,199,501 -"45204",10720,1150,3,199,1595 -"45205",10720,1560,3,199,2013 -"45206",10720,3016,1,199,747 -"45207",10720,5557,3,199,1929 -"45208",10720,5852,3,199,1862 -"45209",10720,6989,3,199,2623 -"45210",10720,8478,2,199,984 -"45211",10720,9506,2,199,1012 -"45212",10720,9716,2,199,1929 -"45213",10720,10908,1,199,1134 -"45214",10720,11429,2,199,2520 -"45215",10720,12228,2,199,2034 -"45216",10720,14025,2,199,2384 -"45217",10720,14626,3,199,2175 -"45218",10720,14654,2,199,1692 -"45219",10720,14761,3,199,2502 -"45220",10720,14789,3,199,1034 -"45221",10720,16590,3,199,1123 -"45222",10720,17752,3,199,1683 -"45223",10720,18855,2,199,1362 -"45224",10720,21193,3,199,2490 -"45225",10720,22571,3,199,655 -"45226",10720,25718,3,199,432 -"45227",10720,30404,3,199,1810 -"45228",10720,31541,3,199,1500 -"45229",10720,32582,3,199,1929 -"45230",10720,33533,3,199,234 -"45231",10720,33691,3,199,949 -"45232",10720,35264,3,199,2329 -"45233",10720,37342,3,199,2649 -"45234",10720,37766,2,199,520 -"45235",10720,40392,3,199,1878 -"45236",10720,41185,3,199,1929 -"45237",10720,42062,3,199,889 -"45238",10720,45874,3,199,944 -"45239",10720,50430,3,199,1689 -"45240",10720,51099,3,199,262 -"45241",10720,52185,2,199,1012 -"45242",10720,54903,3,199,2493 -"45243",10720,56737,3,199,2270 -"45244",10720,69077,2,199,1689 -"45245",10720,70656,3,199,2771 -"45246",10720,74912,3,199,1542 -"45247",10720,75884,3,199,520 -"45248",10720,78569,3,199,578 -"45249",10720,78768,2,199,841 -"45250",10720,79036,2,199,2524 -"45251",10720,79822,3,199,1508 -"45252",10720,82226,3,199,1619 -"45253",10720,82426,2,199,1576 -"45254",10720,83007,3,199,2727 -"45255",10720,84768,3,199,1291 -"45256",10720,91631,3,199,1899 -"45257",10720,91715,3,199,1034 -"45258",10720,93317,3,199,1223 -"45259",10720,94758,3,199,584 -"45260",10720,96349,2,199,1874 -"45261",10720,97266,3,199,1016 -"45262",10720,101115,2,199,1259 -"45263",10720,106224,2,199,1300 -"45264",10720,107993,3,199,999 -"45265",10720,111040,3,199,711 -"45266",10726,455,2,841,2827 -"45267",10726,470,3,841,2285 -"45268",10726,600,3,841,1702 -"45269",10726,803,3,841,1666 -"45270",10726,1046,3,841,1881 -"45271",10726,1262,3,841,2973 -"45272",10726,1321,3,841,2075 -"45273",10726,1386,3,841,1901 -"45274",10726,2765,3,841,2321 -"45275",10726,3488,3,841,2351 -"45276",10726,3695,3,841,2612 -"45277",10726,3877,3,841,1133 -"45278",10726,5148,3,841,2206 -"45279",10726,5491,2,841,2048 -"45280",10726,5725,3,841,2789 -"45281",10726,7078,2,841,2344 -"45282",10726,7394,3,841,2615 -"45283",10726,8533,3,841,2251 -"45284",10726,9030,3,841,1979 -"45285",10726,9702,3,841,1928 -"45286",10726,10433,3,841,2075 -"45287",10726,11434,3,841,1187 -"45288",10726,14091,3,841,929 -"45289",10726,14709,3,841,1901 -"45290",10726,14888,3,841,1411 -"45291",10726,16029,2,841,1160 -"45292",10726,16881,3,841,925 -"45293",10726,17826,3,841,2920 -"45294",10726,18151,2,841,2962 -"45295",10726,18366,3,841,2699 -"45296",10726,19528,3,841,2742 -"45297",10726,19872,3,841,2913 -"45298",10726,20423,3,841,2654 -"45299",10726,20563,3,841,2267 -"45300",10726,20657,3,841,2340 -"45301",10726,21417,3,841,2422 -"45302",10726,21795,2,841,2653 -"45303",10726,22216,3,841,1956 -"45304",10726,23132,3,841,2756 -"45305",10726,26608,3,841,2329 -"45306",10726,27837,3,841,1315 -"45307",10726,28115,3,841,1835 -"45308",10726,28285,3,841,2972 -"45309",10726,28923,3,841,2362 -"45310",10726,28991,3,841,1688 -"45311",10726,29791,3,841,1986 -"45312",10726,30081,3,841,2403 -"45313",10726,31050,3,841,1491 -"45314",10726,32163,3,841,859 -"45315",10726,34160,2,841,1759 -"45316",10726,34327,3,841,2959 -"45317",10726,35302,3,841,1589 -"45318",10726,35542,3,841,1439 -"45319",10726,36559,3,841,2473 -"45320",10726,36950,3,841,2204 -"45321",10726,39827,3,841,2321 -"45322",10726,41739,3,841,1339 -"45323",10726,44684,3,841,1220 -"45324",10726,45927,3,841,1542 -"45325",10726,47947,2,841,2681 -"45326",10726,49265,2,841,2686 -"45327",10726,49461,3,841,2793 -"45328",10726,52442,3,841,1269 -"45329",10726,53196,3,841,1888 -"45330",10726,57380,2,841,2362 -"45331",10726,59522,3,841,1516 -"45332",10726,61458,3,841,2630 -"45333",10726,64997,3,841,2791 -"45334",10726,67314,3,841,1051 -"45335",10726,70646,3,841,1162 -"45336",10726,74095,3,841,2333 -"45337",10726,85592,3,841,1412 -"45338",10726,93102,1,841,1174 -"45339",10726,96678,3,841,1183 -"45340",10727,1023,3,2082,2515 -"45341",10727,2344,1,2082,2752 -"45342",10727,3776,3,2082,2322 -"45343",10727,5606,3,2082,2875 -"45344",10727,6248,2,2082,2737 -"45345",10727,33363,3,2082,2475 -"45346",10727,49147,2,2082,2539 -"45347",10727,55436,3,2082,2513 -"45348",10727,59470,3,2082,2393 -"45349",10739,2418,3,1807,2020 -"45350",10739,2424,3,1807,2582 -"45351",10739,2747,3,1807,2411 -"45352",10739,2852,3,1807,2448 -"45353",10739,3564,3,1807,2717 -"45354",10739,4669,3,1807,2395 -"45355",10739,6697,3,1807,2438 -"45356",10739,7355,3,1807,1928 -"45357",10739,8568,3,1807,2706 -"45358",10739,11136,3,1807,2573 -"45359",10739,11588,3,1807,2352 -"45360",10739,15207,3,1807,1855 -"45361",10739,16286,3,1807,2470 -"45362",10739,16539,3,1807,1947 -"45363",10739,16595,1,1807,2352 -"45364",10739,21209,3,1807,2184 -"45365",10739,27390,3,1807,2425 -"45366",10739,28869,3,1807,2425 -"45367",10739,30525,3,1807,1964 -"45368",10739,33341,3,1807,2338 -"45369",10739,35822,3,1807,1903 -"45370",10739,36031,3,1807,2342 -"45371",10739,37636,3,1807,2178 -"45372",10739,39418,3,1807,1978 -"45373",10739,39534,3,1807,2410 -"45374",10739,45729,3,1807,2606 -"45375",10739,49347,3,1807,2504 -"45376",10739,53051,3,1807,1940 -"45377",10739,59637,3,1807,2141 -"45378",10739,65223,3,1807,2724 -"45379",10739,77052,3,1807,2770 -"45380",10739,81164,3,1807,2260 -"45381",10739,89681,3,1807,1978 -"45382",10744,1639,3,955,2631 -"45383",10744,2208,3,955,2814 -"45384",10744,3164,3,955,2693 -"45385",10744,4317,2,955,1224 -"45386",10744,4567,3,955,2348 -"45387",10744,5346,3,955,1438 -"45388",10744,6030,3,955,2953 -"45389",10744,7506,3,955,2371 -"45390",10744,7759,3,955,2844 -"45391",10744,10851,1,955,2423 -"45392",10744,13249,3,955,2573 -"45393",10744,14108,3,955,2012 -"45394",10744,15207,3,955,1855 -"45395",10744,15632,3,955,1242 -"45396",10744,15808,3,955,1521 -"45397",10744,16608,3,955,1769 -"45398",10744,18825,3,955,1240 -"45399",10744,20874,3,955,1580 -"45400",10744,22543,2,955,1594 -"45401",10744,22566,3,955,2308 -"45402",10744,22682,3,955,2035 -"45403",10744,23112,3,955,1192 -"45404",10744,23825,3,955,1913 -"45405",10744,28050,3,955,1955 -"45406",10744,28168,3,955,2702 -"45407",10744,30943,3,955,2287 -"45408",10744,33672,3,955,2396 -"45409",10744,40368,3,955,2876 -"45410",10744,44135,2,955,2620 -"45411",10744,45776,2,955,1195 -"45412",10744,46803,3,955,2305 -"45413",10744,50275,3,955,2832 -"45414",10744,52154,3,955,1722 -"45415",10744,55076,2,955,2408 -"45416",10744,57246,3,955,1873 -"45417",10744,64857,3,955,1792 -"45418",10744,69250,1,955,1439 -"45419",10744,77550,3,955,1548 -"45420",10744,94520,3,955,1243 -"45421",10746,613,3,1506,2687 -"45422",10746,997,3,1506,2788 -"45423",10746,3242,3,1506,1730 -"45424",10746,4696,3,1506,2656 -"45425",10746,5839,3,1506,2301 -"45426",10746,6241,2,1506,2264 -"45427",10746,7861,3,1506,1647 -"45428",10746,8621,3,1506,1681 -"45429",10746,9362,3,1506,2879 -"45430",10746,9702,3,1506,1928 -"45431",10746,10859,1,1506,2231 -"45432",10746,12542,2,1506,1888 -"45433",10746,12929,3,1506,2656 -"45434",10746,19174,3,1506,1595 -"45435",10746,20563,3,1506,2267 -"45436",10746,28892,3,1506,2023 -"45437",10746,33991,3,1506,2249 -"45438",10746,35069,3,1506,2069 -"45439",10746,35360,2,1506,2043 -"45440",10746,35888,3,1506,2291 -"45441",10746,39278,3,1506,1952 -"45442",10746,40913,3,1506,1800 -"45443",10746,49560,3,1506,1679 -"45444",10746,53342,3,1506,2071 -"45445",10746,62832,2,1506,2606 -"45446",10746,81014,3,1506,1925 -"45447",10746,84790,3,1506,1708 -"45448",10746,84799,2,1506,2656 -"45449",10746,85736,3,1506,1601 -"45450",10754,728,1,1797,1812 -"45451",10754,2139,3,1797,2502 -"45452",10754,3127,2,1797,2273 -"45453",10754,3978,3,1797,2775 -"45454",10754,4303,3,1797,2414 -"45455",10754,6989,3,1797,2623 -"45456",10754,7014,3,1797,2401 -"45457",10754,7252,3,1797,2799 -"45458",10754,8726,3,1797,2083 -"45459",10754,8865,3,1797,2394 -"45460",10754,9503,3,1797,2453 -"45461",10754,9787,3,1797,2858 -"45462",10754,11136,3,1797,2573 -"45463",10754,11563,3,1797,1863 -"45464",10754,14817,3,1797,2110 -"45465",10754,17645,3,1797,1918 -"45466",10754,18005,3,1797,2449 -"45467",10754,18965,3,1797,2315 -"45468",10754,19433,3,1797,2504 -"45469",10754,21324,3,1797,2413 -"45470",10754,27908,3,1797,2576 -"45471",10754,30669,3,1797,1921 -"45472",10754,31117,3,1797,2210 -"45473",10754,36953,2,1797,2790 -"45474",10754,37279,3,1797,2768 -"45475",10754,39062,3,1797,2020 -"45476",10754,39534,3,1797,2410 -"45477",10754,40035,3,1797,2742 -"45478",10754,40572,2,1797,2666 -"45479",10754,42813,2,1797,2142 -"45480",10754,45729,3,1797,2606 -"45481",10754,46486,1,1797,1868 -"45482",10754,47595,3,1797,2374 -"45483",10754,47965,3,1797,2232 -"45484",10754,50335,3,1797,1893 -"45485",10754,50585,3,1797,2414 -"45486",10754,51687,3,1797,2333 -"45487",10754,53739,3,1797,2704 -"45488",10754,92850,3,1797,1971 -"45489",10755,1570,1,1742,2028 -"45490",10755,7648,2,1742,1861 -"45491",10755,9273,3,1742,1747 -"45492",10755,10756,1,1742,2207 -"45493",10755,12598,3,1742,2086 -"45494",10755,14442,2,1742,2700 -"45495",10755,16184,3,1742,2274 -"45496",10755,17768,2,1742,2468 -"45497",10755,24867,3,1742,1861 -"45498",10755,25053,3,1742,2186 -"45499",10755,31281,3,1742,1937 -"45500",10755,36996,3,1742,2321 -"45501",10755,59289,2,1742,2896 -"45502",10755,104281,3,1742,2228 -"45503",10756,14442,3,2207,2700 -"45504",10756,16184,3,2207,2274 -"45505",10756,17768,3,2207,2468 -"45506",10756,36996,3,2207,2321 -"45507",10756,59289,3,2207,2896 -"45508",10766,61240,3,2647,2651 -"45509",10766,92297,3,2647,2952 -"45510",10779,16195,3,2881,2964 -"45511",10779,17499,3,2881,2954 -"45512",10779,36574,3,2881,2934 -"45513",10799,543,3,2010,2203 -"45514",10799,1616,3,2010,2662 -"45515",10799,1692,3,2010,2443 -"45516",10799,2484,3,2010,2389 -"45517",10799,3161,3,2010,2229 -"45518",10799,3488,3,2010,2351 -"45519",10799,4191,3,2010,2130 -"45520",10799,4980,3,2010,2093 -"45521",10799,5078,3,2010,2033 -"45522",10799,5148,3,2010,2206 -"45523",10799,5457,3,2010,2077 -"45524",10799,5462,3,2010,2374 -"45525",10799,5504,3,2010,2389 -"45526",10799,5725,3,2010,2789 -"45527",10799,6023,3,2010,2050 -"45528",10799,6390,3,2010,2385 -"45529",10799,7323,3,2010,2858 -"45530",10799,8327,3,2010,2527 -"45531",10799,8533,3,2010,2251 -"45532",10799,9311,3,2010,2477 -"45533",10799,11055,3,2010,2111 -"45534",10799,11506,3,2010,2824 -"45535",10799,12713,2,2010,2440 -"45536",10799,12976,3,2010,2399 -"45537",10799,13929,3,2010,2693 -"45538",10799,15299,3,2010,2213 -"45539",10799,17410,2,2010,2073 -"45540",10799,19516,3,2010,2313 -"45541",10799,20700,3,2010,2861 -"45542",10799,23704,3,2010,2278 -"45543",10799,26436,3,2010,2489 -"45544",10799,28285,3,2010,2972 -"45545",10799,29095,3,2010,2531 -"45546",10799,32449,3,2010,2091 -"45547",10799,33801,3,2010,2899 -"45548",10799,35256,3,2010,2271 -"45549",10799,36136,3,2010,2338 -"45550",10799,36559,2,2010,2473 -"45551",10799,36962,3,2010,2861 -"45552",10799,37418,2,2010,2710 -"45553",10799,37570,3,2010,2389 -"45554",10799,41978,3,2010,2824 -"45555",10799,44235,3,2010,2700 -"45556",10799,45715,3,2010,2287 -"45557",10799,47947,2,2010,2681 -"45558",10799,51410,2,2010,2739 -"45559",10799,51626,3,2010,2494 -"45560",10799,53475,3,2010,2853 -"45561",10799,55156,2,2010,2196 -"45562",10799,55691,3,2010,2856 -"45563",10799,59005,3,2010,2817 -"45564",10799,61458,3,2010,2630 -"45565",10799,68810,2,2010,2409 -"45566",10799,78563,2,2010,2385 -"45567",10799,85430,3,2010,2370 -"45568",10803,160,3,545,2007 -"45569",10803,860,3,545,1258 -"45570",10803,1314,3,545,1522 -"45571",10803,1519,3,545,2349 -"45572",10803,1520,3,545,1716 -"45573",10803,1523,3,545,2048 -"45574",10803,1641,3,545,1490 -"45575",10803,2190,3,545,2359 -"45576",10803,2418,2,545,2020 -"45577",10803,2446,3,545,2606 -"45578",10803,2667,3,545,2819 -"45579",10803,2747,2,545,2411 -"45580",10803,2852,3,545,2448 -"45581",10803,3493,3,545,2451 -"45582",10803,3520,3,545,2281 -"45583",10803,4665,1,545,1569 -"45584",10803,4669,3,545,2395 -"45585",10803,4831,3,545,2365 -"45586",10803,6133,3,545,1229 -"45587",10803,7252,3,545,2799 -"45588",10803,8568,3,545,2706 -"45589",10803,8610,3,545,2240 -"45590",10803,8791,3,545,1789 -"45591",10803,9060,3,545,1612 -"45592",10803,9227,3,545,1267 -"45593",10803,9503,2,545,2453 -"45594",10803,9787,2,545,2858 -"45595",10803,10050,3,545,1792 -"45596",10803,10453,3,545,1656 -"45597",10803,11588,3,545,2352 -"45598",10803,12781,3,545,831 -"45599",10803,13537,3,545,1020 -"45600",10803,14287,3,545,1583 -"45601",10803,14599,2,545,1118 -"45602",10803,14749,3,545,1998 -"45603",10803,14817,3,545,2110 -"45604",10803,14959,3,545,2898 -"45605",10803,14998,3,545,1553 -"45606",10803,15826,3,545,2772 -"45607",10803,16021,3,545,858 -"45608",10803,16286,3,545,2470 -"45609",10803,16501,3,545,1650 -"45610",10803,16502,3,545,1616 -"45611",10803,16690,2,545,2132 -"45612",10803,16796,3,545,1892 -"45613",10803,17033,3,545,2771 -"45614",10803,17037,3,545,2947 -"45615",10803,17456,3,545,1300 -"45616",10803,19447,3,545,969 -"45617",10803,19587,3,545,1684 -"45618",10803,20155,3,545,1517 -"45619",10803,20984,3,545,2502 -"45620",10803,21209,3,545,2184 -"45621",10803,21575,3,545,1762 -"45622",10803,22723,3,545,2859 -"45623",10803,23131,2,545,1732 -"45624",10803,23206,3,545,2805 -"45625",10803,23597,3,545,1080 -"45626",10803,24069,2,545,2697 -"45627",10803,25163,3,545,1751 -"45628",10803,27545,3,545,855 -"45629",10803,27742,3,545,2700 -"45630",10803,27882,3,545,1897 -"45631",10803,27914,3,545,2507 -"45632",10803,28051,3,545,2089 -"45633",10803,28869,3,545,2425 -"45634",10803,29311,3,545,1849 -"45635",10803,29436,3,545,1718 -"45636",10803,29825,3,545,2603 -"45637",10803,30034,3,545,2357 -"45638",10803,30368,3,545,2487 -"45639",10803,30525,2,545,1964 -"45640",10803,31541,3,545,1500 -"45641",10803,31676,3,545,1598 -"45642",10803,31868,3,545,1993 -"45643",10803,32240,3,545,706 -"45644",10803,32424,3,545,848 -"45645",10803,33236,3,545,2297 -"45646",10803,35728,3,545,2017 -"45647",10803,36346,3,545,1240 -"45648",10803,38532,3,545,1234 -"45649",10803,39534,3,545,2410 -"45650",10803,39800,3,545,802 -"45651",10803,39987,3,545,2096 -"45652",10803,41633,2,545,1976 -"45653",10803,42256,3,545,2839 -"45654",10803,42562,1,545,1195 -"45655",10803,42852,3,545,1316 -"45656",10803,44181,3,545,1034 -"45657",10803,44433,3,545,2224 -"45658",10803,44603,3,545,2748 -"45659",10803,44971,3,545,955 -"45660",10803,50278,2,545,1127 -"45661",10803,50354,3,545,1299 -"45662",10803,51151,3,545,1195 -"45663",10803,51879,3,545,1771 -"45664",10803,54924,2,545,2603 -"45665",10803,56936,3,545,1519 -"45666",10803,56995,3,545,2323 -"45667",10803,58501,2,545,2613 -"45668",10803,58655,3,545,2685 -"45669",10803,58759,3,545,942 -"45670",10803,61125,3,545,1673 -"45671",10803,61541,3,545,2699 -"45672",10803,62438,3,545,802 -"45673",10803,63623,3,545,1394 -"45674",10803,63641,3,545,2337 -"45675",10803,63644,3,545,1267 -"45676",10803,70656,3,545,2771 -"45677",10803,74370,3,545,1667 -"45678",10803,74605,3,545,2265 -"45679",10803,76369,1,545,583 -"45680",10803,78740,3,545,1515 -"45681",10803,82932,3,545,2245 -"45682",10803,87142,3,545,591 -"45683",10803,87907,3,545,1173 -"45684",10803,91806,3,545,969 -"45685",10803,91942,3,545,2216 -"45686",10803,92784,2,545,1257 -"45687",10803,107496,3,545,1572 -"45688",10803,110398,3,545,601 -"45689",10803,111208,3,545,847 -"45690",10803,111790,3,545,905 -"45691",10836,36559,3,2215,2473 -"45692",10836,47248,3,2215,2883 -"45693",10836,47947,3,2215,2681 -"45694",10836,51626,2,2215,2494 -"45695",10836,51783,3,2215,2599 -"45696",10843,602,3,2277,2632 -"45697",10843,1616,3,2277,2662 -"45698",10843,2424,3,2277,2582 -"45699",10843,2484,3,2277,2389 -"45700",10843,3011,3,2277,2278 -"45701",10843,4701,3,2277,2401 -"45702",10843,7847,3,2277,2424 -"45703",10843,9311,1,2277,2477 -"45704",10843,12703,3,2277,2689 -"45705",10843,12976,2,2277,2399 -"45706",10843,13249,3,2277,2573 -"45707",10843,13601,3,2277,2689 -"45708",10843,14959,3,2277,2898 -"45709",10843,15184,3,2277,2396 -"45710",10843,15626,1,2277,2434 -"45711",10843,17819,3,2277,2291 -"45712",10843,19862,3,2277,2412 -"45713",10843,20124,3,2277,2376 -"45714",10843,21448,2,2277,2332 -"45715",10843,26218,3,2277,2460 -"45716",10843,28982,3,2277,2746 -"45717",10843,29095,3,2277,2531 -"45718",10843,30906,2,2277,2537 -"45719",10843,33433,1,2277,2805 -"45720",10843,33801,3,2277,2899 -"45721",10843,35888,3,2277,2291 -"45722",10843,38755,2,2277,2902 -"45723",10843,39534,3,2277,2410 -"45724",10843,49696,1,2277,2444 -"45725",10843,51853,2,2277,2520 -"45726",10843,53475,3,2277,2853 -"45727",10843,55643,2,2277,2359 -"45728",10843,58993,3,2277,2390 -"45729",10843,59113,1,2277,2434 -"45730",10843,78563,3,2277,2385 -"45731",10843,79627,3,2277,2409 -"45732",10843,87144,2,2277,2299 -"45733",10851,9362,3,2423,2879 -"45734",10851,13249,2,2423,2573 -"45735",10851,39135,3,2423,2489 -"45736",10851,44135,3,2423,2620 -"45737",10857,270,2,2253,2542 -"45738",10857,380,2,2253,2261 -"45739",10857,470,3,2253,2285 -"45740",10857,1102,2,2253,2282 -"45741",10857,1226,3,2253,2353 -"45742",10857,1315,3,2253,2760 -"45743",10857,2289,3,2253,2389 -"45744",10857,2424,3,2253,2582 -"45745",10857,2484,3,2253,2389 -"45746",10857,2572,3,2253,2273 -"45747",10857,3477,3,2253,2546 -"45748",10857,3493,3,2253,2451 -"45749",10857,3966,3,2253,2425 -"45750",10857,4567,3,2253,2348 -"45751",10857,4953,3,2253,2285 -"45752",10857,6063,3,2253,2349 -"45753",10857,6074,3,2253,2426 -"45754",10857,7234,2,2253,2654 -"45755",10857,9928,3,2253,2345 -"45756",10857,10513,3,2253,2284 -"45757",10857,10890,3,2253,2639 -"45758",10857,11218,2,2253,2292 -"45759",10857,11477,3,2253,2724 -"45760",10857,11966,3,2253,2385 -"45761",10857,12035,3,2253,2721 -"45762",10857,12042,2,2253,2345 -"45763",10857,14507,3,2253,2686 -"45764",10857,14655,3,2253,2559 -"45765",10857,15184,3,2253,2396 -"45766",10857,15301,3,2253,2308 -"45767",10857,16332,3,2253,2668 -"45768",10857,16352,3,2253,2657 -"45769",10857,16826,2,2253,2599 -"45770",10857,17264,3,2253,2528 -"45771",10857,18394,3,2253,2356 -"45772",10857,19027,3,2253,2721 -"45773",10857,19248,3,2253,2357 -"45774",10857,19622,2,2253,2371 -"45775",10857,19862,3,2253,2412 -"45776",10857,20124,2,2253,2376 -"45777",10857,20563,3,2253,2267 -"45778",10857,21012,3,2253,2325 -"45779",10857,21571,3,2253,2755 -"45780",10857,22326,3,2253,2818 -"45781",10857,23725,1,2253,2378 -"45782",10857,24825,3,2253,2686 -"45783",10857,25305,3,2253,2447 -"45784",10857,25971,3,2253,2608 -"45785",10857,26080,3,2253,2525 -"45786",10857,26436,3,2253,2489 -"45787",10857,26848,3,2253,2363 -"45788",10857,27753,3,2253,2750 -"45789",10857,31436,3,2253,2892 -"45790",10857,32567,3,2253,2784 -"45791",10857,33223,3,2253,2397 -"45792",10857,34480,1,2253,2755 -"45793",10857,34735,3,2253,2767 -"45794",10857,35926,3,2253,2371 -"45795",10857,38227,3,2253,2511 -"45796",10857,39906,3,2253,2365 -"45797",10857,42216,3,2253,2722 -"45798",10857,42783,3,2253,2338 -"45799",10857,43455,3,2253,2846 -"45800",10857,43518,3,2253,2680 -"45801",10857,44676,2,2253,2629 -"45802",10857,46629,2,2253,2255 -"45803",10857,47772,3,2253,2293 -"45804",10857,47857,3,2253,2325 -"45805",10857,50134,3,2253,2674 -"45806",10857,50236,3,2253,2339 -"45807",10857,50785,3,2253,2877 -"45808",10857,51041,3,2253,2606 -"45809",10857,54551,1,2253,2348 -"45810",10857,54740,3,2253,2750 -"45811",10857,54929,3,2253,2783 -"45812",10857,56082,2,2253,2395 -"45813",10857,56237,3,2253,2625 -"45814",10857,61982,3,2253,2725 -"45815",10857,62841,3,2253,2710 -"45816",10857,64793,3,2253,2819 -"45817",10857,72207,2,2253,2430 -"45818",10857,72326,3,2253,2384 -"45819",10857,76048,3,2253,2373 -"45820",10857,76892,3,2253,2381 -"45821",10857,79322,3,2253,2770 -"45822",10857,82929,2,2253,2475 -"45823",10857,83396,3,2253,2396 -"45824",10859,613,3,2231,2687 -"45825",10859,4696,2,2231,2656 -"45826",10859,5504,3,2231,2389 -"45827",10859,5839,3,2231,2301 -"45828",10859,6241,1,2231,2264 -"45829",10859,8533,3,2231,2251 -"45830",10859,12929,3,2231,2656 -"45831",10859,18366,3,2231,2699 -"45832",10859,20563,2,2231,2267 -"45833",10859,26516,3,2231,2479 -"45834",10859,27753,3,2231,2750 -"45835",10859,28285,3,2231,2972 -"45836",10859,28826,3,2231,2627 -"45837",10859,35888,2,2231,2291 -"45838",10859,37418,3,2231,2710 -"45839",10859,39799,3,2231,2344 -"45840",10859,42333,3,2231,2234 -"45841",10859,45729,3,2231,2606 -"45842",10859,45886,3,2231,2449 -"45843",10859,47362,3,2231,2253 -"45844",10859,55256,3,2231,2379 -"45845",10859,57405,3,2231,2344 -"45846",10859,57977,3,2231,2683 -"45847",10859,62832,3,2231,2606 -"45848",10859,70046,3,2231,2624 -"45849",10859,74095,3,2231,2333 -"45850",10859,74156,3,2231,2279 -"45851",10859,84799,1,2231,2656 -"45852",10859,93481,3,2231,2311 -"45853",10861,47055,2,1189,1525 -"45854",10870,3477,3,1755,2546 -"45855",10870,3947,3,1755,2067 -"45856",10870,3966,3,1755,2425 -"45857",10870,4303,3,1755,2414 -"45858",10870,5315,3,1755,2631 -"45859",10870,6047,3,1755,2004 -"45860",10870,6063,3,1755,2349 -"45861",10870,6192,3,1755,2409 -"45862",10870,7029,3,1755,2204 -"45863",10870,7406,3,1755,1906 -"45864",10870,7616,3,1755,2296 -"45865",10870,10310,3,1755,2774 -"45866",10870,10358,3,1755,2294 -"45867",10870,11103,2,1755,2393 -"45868",10870,11239,3,1755,2181 -"45869",10870,11493,2,1755,2077 -"45870",10870,12388,3,1755,1975 -"45871",10870,14032,3,1755,2144 -"45872",10870,16352,3,1755,2657 -"45873",10870,16539,3,1755,1947 -"45874",10870,18005,3,1755,2449 -"45875",10870,18165,2,1755,2085 -"45876",10870,18344,3,1755,2204 -"45877",10870,19605,3,1755,2395 -"45878",10870,20331,3,1755,2365 -"45879",10870,22893,3,1755,1938 -"45880",10870,23460,3,1755,2183 -"45881",10870,24256,2,1755,2393 -"45882",10870,24568,3,1755,1937 -"45883",10870,24753,3,1755,2860 -"45884",10870,25325,3,1755,2963 -"45885",10870,27195,2,1755,2158 -"45886",10870,27379,3,1755,2461 -"45887",10870,29917,3,1755,1962 -"45888",10870,29930,1,1755,2240 -"45889",10870,31705,3,1755,2706 -"45890",10870,33184,3,1755,2522 -"45891",10870,33223,3,1755,2397 -"45892",10870,34735,3,1755,2767 -"45893",10870,36574,3,1755,2934 -"45894",10870,36953,3,1755,2790 -"45895",10870,41278,3,1755,1873 -"45896",10870,41664,3,1755,2641 -"45897",10870,41770,3,1755,2752 -"45898",10870,41955,3,1755,2479 -"45899",10870,42574,3,1755,2842 -"45900",10870,46486,3,1755,1868 -"45901",10870,49334,3,1755,2433 -"45902",10870,52815,3,1755,2323 -"45903",10870,53219,3,1755,2973 -"45904",10870,63409,3,1755,1937 -"45905",10870,73305,3,1755,2544 -"45906",10870,77611,3,1755,1795 -"45907",10870,117956,3,1755,2774 -"45908",10871,2684,3,2314,2874 -"45909",10871,3620,3,2314,2955 -"45910",10871,9893,3,2314,2701 -"45911",10871,12042,3,2314,2345 -"45912",10871,13985,3,2314,2484 -"45913",10871,19248,3,2314,2357 -"45914",10871,23011,3,2314,2763 -"45915",10871,23132,3,2314,2756 -"45916",10871,31124,1,2314,2351 -"45917",10871,51041,3,2314,2606 -"45918",10871,51410,2,2314,2739 -"45919",10871,54695,3,2314,2429 -"45920",10871,54929,3,2314,2783 -"45921",10871,59022,1,2314,2494 -"45922",10871,67652,3,2314,2736 -"45923",10874,42,3,1891,2265 -"45924",10874,206,3,1891,1986 -"45925",10874,313,3,1891,2271 -"45926",10874,362,3,1891,2537 -"45927",10874,377,3,1891,2389 -"45928",10874,543,3,1891,2203 -"45929",10874,671,3,1891,2328 -"45930",10874,823,3,1891,2840 -"45931",10874,1090,3,1891,2370 -"45932",10874,1092,3,1891,1945 -"45933",10874,1151,3,1891,2885 -"45934",10874,1321,2,1891,2075 -"45935",10874,1495,1,1891,2046 -"45936",10874,1616,2,1891,2662 -"45937",10874,1777,3,1891,1965 -"45938",10874,2036,3,1891,2483 -"45939",10874,2166,3,1891,2557 -"45940",10874,2195,3,1891,2139 -"45941",10874,2484,3,1891,2389 -"45942",10874,2766,1,1891,1920 -"45943",10874,3161,3,1891,2229 -"45944",10874,3853,2,1891,2465 -"45945",10874,4057,3,1891,2389 -"45946",10874,4763,1,1891,1960 -"45947",10874,5072,3,1891,2175 -"45948",10874,5078,3,1891,2033 -"45949",10874,5429,3,1891,1991 -"45950",10874,5457,3,1891,2077 -"45951",10874,5462,3,1891,2374 -"45952",10874,5504,3,1891,2389 -"45953",10874,5622,2,1891,2175 -"45954",10874,5669,3,1891,2502 -"45955",10874,5710,3,1891,1926 -"45956",10874,5725,3,1891,2789 -"45957",10874,6363,3,1891,2066 -"45958",10874,7078,2,1891,2344 -"45959",10874,7180,3,1891,2227 -"45960",10874,7323,3,1891,2858 -"45961",10874,8760,3,1891,2477 -"45962",10874,9311,3,1891,2477 -"45963",10874,9893,3,1891,2701 -"45964",10874,10513,3,1891,2284 -"45965",10874,10638,3,1891,2692 -"45966",10874,10843,3,1891,2277 -"45967",10874,10857,2,1891,2253 -"45968",10874,11006,3,1891,1950 -"45969",10874,11055,3,1891,2111 -"45970",10874,11218,3,1891,2292 -"45971",10874,12775,3,1891,1982 -"45972",10874,12976,3,1891,2399 -"45973",10874,13601,3,1891,2689 -"45974",10874,13639,3,1891,2887 -"45975",10874,15184,1,1891,2396 -"45976",10874,15560,3,1891,2257 -"45977",10874,15626,2,1891,2434 -"45978",10874,16332,3,1891,2668 -"45979",10874,16497,3,1891,2370 -"45980",10874,16727,3,1891,2164 -"45981",10874,16863,3,1891,2069 -"45982",10874,17400,3,1891,2231 -"45983",10874,17520,3,1891,2276 -"45984",10874,19027,1,1891,2721 -"45985",10874,19248,3,1891,2357 -"45986",10874,19528,2,1891,2742 -"45987",10874,19622,3,1891,2371 -"45988",10874,19719,3,1891,2177 -"45989",10874,20124,3,1891,2376 -"45990",10874,20700,2,1891,2861 -"45991",10874,20783,3,1891,2414 -"45992",10874,22216,3,1891,1956 -"45993",10874,23508,3,1891,1907 -"45994",10874,23725,3,1891,2378 -"45995",10874,24255,3,1891,2770 -"45996",10874,25198,3,1891,1982 -"45997",10874,26608,2,1891,2329 -"45998",10874,28050,3,1891,1955 -"45999",10874,28218,2,1891,2048 -"46000",10874,31799,2,1891,2547 -"46001",10874,32516,3,1891,2050 -"46002",10874,33160,3,1891,2441 -"46003",10874,33433,3,1891,2805 -"46004",10874,33572,3,1891,2370 -"46005",10874,34327,3,1891,2959 -"46006",10874,34480,3,1891,2755 -"46007",10874,34693,3,1891,1938 -"46008",10874,35256,3,1891,2271 -"46009",10874,36559,3,1891,2473 -"46010",10874,37570,3,1891,2389 -"46011",10874,43213,3,1891,2160 -"46012",10874,45684,3,1891,2200 -"46013",10874,47098,2,1891,2057 -"46014",10874,47772,3,1891,2293 -"46015",10874,50252,2,1891,2001 -"46016",10874,50785,3,1891,2877 -"46017",10874,51853,2,1891,2520 -"46018",10874,53293,3,1891,2916 -"46019",10874,53789,3,1891,2681 -"46020",10874,54551,2,1891,2348 -"46021",10874,56082,3,1891,2395 -"46022",10874,57977,3,1891,2683 -"46023",10874,59113,3,1891,2434 -"46024",10874,59205,2,1891,2387 -"46025",10874,61982,3,1891,2725 -"46026",10874,63477,3,1891,1907 -"46027",10874,65029,2,1891,2954 -"46028",10874,76048,3,1891,2373 -"46029",10874,78563,3,1891,2385 -"46030",10874,79322,3,1891,2770 -"46031",10874,82949,3,1891,2077 -"46032",10874,86799,2,1891,1951 -"46033",10875,23,3,1234,1682 -"46034",10875,671,2,1234,2328 -"46035",10875,733,3,1234,1653 -"46036",10875,803,3,1234,1666 -"46037",10875,1046,3,1234,1881 -"46038",10875,1130,3,1234,1566 -"46039",10875,1201,3,1234,2489 -"46040",10875,1367,3,1234,2176 -"46041",10875,1592,3,1234,2006 -"46042",10875,2063,3,1234,1278 -"46043",10875,2524,3,1234,1708 -"46044",10875,2743,3,1234,1278 -"46045",10875,2954,3,1234,2727 -"46046",10875,3088,3,1234,1670 -"46047",10875,3164,3,1234,2693 -"46048",10875,3242,3,1234,1730 -"46049",10875,3352,2,1234,1707 -"46050",10875,4191,3,1234,2130 -"46051",10875,4583,3,1234,2741 -"46052",10875,4618,2,1234,2607 -"46053",10875,5041,3,1234,2371 -"46054",10875,5346,3,1234,1438 -"46055",10875,5725,3,1234,2789 -"46056",10875,6821,3,1234,1788 -"46057",10875,7245,2,1234,2089 -"46058",10875,7555,3,1234,1943 -"46059",10875,8533,3,1234,2251 -"46060",10875,8621,3,1234,1681 -"46061",10875,9801,3,1234,2443 -"46062",10875,10148,2,1234,2964 -"46063",10875,10404,3,1234,2062 -"46064",10875,10890,3,1234,2639 -"46065",10875,11625,3,1234,2022 -"46066",10875,12084,3,1234,1960 -"46067",10875,12096,1,1234,1330 -"46068",10875,12867,3,1234,2773 -"46069",10875,13248,2,1234,1385 -"46070",10875,13801,2,1234,2041 -"46071",10875,13837,3,1234,1604 -"46072",10875,13920,3,1234,1709 -"46073",10875,13929,3,1234,2693 -"46074",10875,13945,3,1234,1324 -"46075",10875,15207,3,1234,1855 -"46076",10875,15607,3,1234,1421 -"46077",10875,17357,3,1234,1536 -"46078",10875,17728,3,1234,1542 -"46079",10875,18348,3,1234,1711 -"46080",10875,18415,2,1234,2184 -"46081",10875,18965,2,1234,2315 -"46082",10875,19027,3,1234,2721 -"46083",10875,20563,3,1234,2267 -"46084",10875,20643,2,1234,2341 -"46085",10875,20783,2,1234,2414 -"46086",10875,20824,3,1234,1366 -"46087",10875,22964,3,1234,1443 -"46088",10875,23508,3,1234,1907 -"46089",10875,23509,3,1234,2275 -"46090",10875,24755,2,1234,1319 -"46091",10875,24923,3,1234,2785 -"46092",10875,25129,3,1234,2647 -"46093",10875,25341,2,1234,1858 -"46094",10875,25643,3,1234,1646 -"46095",10875,26282,3,1234,1241 -"46096",10875,26436,3,1234,2489 -"46097",10875,26516,3,1234,2479 -"46098",10875,26570,2,1234,1669 -"46099",10875,27753,3,1234,2750 -"46100",10875,30438,3,1234,1617 -"46101",10875,31050,3,1234,1491 -"46102",10875,31696,2,1234,1595 -"46103",10875,31799,3,1234,2547 -"46104",10875,32173,3,1234,2341 -"46105",10875,34492,3,1234,1798 -"46106",10875,34509,3,1234,1973 -"46107",10875,35256,3,1234,2271 -"46108",10875,36450,3,1234,1591 -"46109",10875,36962,3,1234,2861 -"46110",10875,37836,3,1234,1369 -"46111",10875,38162,3,1234,1691 -"46112",10875,38259,3,1234,2258 -"46113",10875,38449,3,1234,1802 -"46114",10875,40293,3,1234,1671 -"46115",10875,42175,2,1234,1594 -"46116",10875,44427,3,1234,2875 -"46117",10875,45633,3,1234,2134 -"46118",10875,45715,3,1234,2287 -"46119",10875,46621,3,1234,1343 -"46120",10875,47082,2,1234,1990 -"46121",10875,49144,3,1234,1542 -"46122",10875,51022,3,1234,1499 -"46123",10875,51410,3,1234,2739 -"46124",10875,51516,3,1234,1361 -"46125",10875,52203,3,1234,1961 -"46126",10875,53630,3,1234,1565 -"46127",10875,53924,2,1234,1289 -"46128",10875,54740,3,1234,2750 -"46129",10875,55691,2,1234,2856 -"46130",10875,56396,3,1234,2408 -"46131",10875,58035,2,1234,1646 -"46132",10875,60966,3,1234,2734 -"46133",10875,61337,3,1234,2777 -"46134",10875,61958,3,1234,2042 -"46135",10875,64031,3,1234,1295 -"46136",10875,64793,3,1234,2819 -"46137",10875,70046,3,1234,2624 -"46138",10875,82426,3,1234,1576 -"46139",10875,82767,2,1234,1641 -"46140",10875,85736,3,1234,1601 -"46141",10875,88232,3,1234,2881 -"46142",10875,94520,3,1234,1243 -"46143",10875,101482,2,1234,1300 -"46144",10875,109635,3,1234,1925 -"46145",10890,3305,3,2639,2839 -"46146",10890,5725,3,2639,2789 -"46147",10890,14507,3,2639,2686 -"46148",10890,27753,2,2639,2750 -"46149",10890,28285,3,2639,2972 -"46150",10890,34216,3,2639,2832 -"46151",10890,43455,3,2639,2846 -"46152",10890,51410,3,2639,2739 -"46153",10890,54740,2,2639,2750 -"46154",10890,55691,3,2639,2856 -"46155",10890,57977,3,2639,2683 -"46156",10890,61982,3,2639,2725 -"46157",10890,64793,2,2639,2819 -"46158",10905,237,3,1552,1982 -"46159",10905,2759,3,1552,2030 -"46160",10905,4730,2,1552,2131 -"46161",10905,7269,3,1552,1728 -"46162",10905,7433,3,1552,2255 -"46163",10905,7443,3,1552,2028 -"46164",10905,10964,3,1552,2043 -"46165",10905,11029,3,1552,2362 -"46166",10905,11067,3,1552,2734 -"46167",10905,11506,3,1552,2824 -"46168",10905,18571,3,1552,2128 -"46169",10905,21180,3,1552,2762 -"46170",10905,21741,3,1552,1574 -"46171",10905,24195,3,1552,1575 -"46172",10905,30442,3,1552,2124 -"46173",10905,32939,3,1552,2277 -"46174",10905,34162,3,1552,2336 -"46175",10905,36136,3,1552,2338 -"46176",10905,45730,3,1552,2063 -"46177",10905,55775,3,1552,2385 -"46178",10905,57678,3,1552,2441 -"46179",10905,57804,3,1552,2214 -"46180",10905,60979,3,1552,1758 -"46181",10905,76132,2,1552,2426 -"46182",10905,76675,3,1552,1840 -"46183",10905,80630,3,1552,1946 -"46184",10908,9716,3,1134,1929 -"46185",10908,9808,3,1134,1648 -"46186",10908,10333,3,1134,1615 -"46187",10908,11429,3,1134,2520 -"46188",10908,12228,3,1134,2034 -"46189",10908,14025,1,1134,2384 -"46190",10908,14626,3,1134,2175 -"46191",10908,14654,3,1134,1692 -"46192",10908,15075,3,1134,2252 -"46193",10908,16771,3,1134,1541 -"46194",10908,17752,3,1134,1683 -"46195",10908,18855,1,1134,1362 -"46196",10908,26478,3,1134,1963 -"46197",10908,30404,3,1134,1810 -"46198",10908,32235,3,1134,2109 -"46199",10908,49621,3,1134,1915 -"46200",10908,53537,3,1134,2428 -"46201",10908,56737,3,1134,2270 -"46202",10908,69077,3,1134,1689 -"46203",10908,70656,3,1134,2771 -"46204",10908,72827,3,1134,1359 -"46205",10908,76230,3,1134,1223 -"46206",10908,79036,2,1134,2524 -"46207",10908,79822,2,1134,1508 -"46208",10908,82426,3,1134,1576 -"46209",10908,83007,3,1134,2727 -"46210",10908,84768,3,1134,1291 -"46211",10908,91631,3,1134,1899 -"46212",10908,93317,3,1134,1223 -"46213",10908,96349,2,1134,1874 -"46214",10908,101115,3,1134,1259 -"46215",10908,106224,3,1134,1300 -"46216",10911,10279,3,536,886 -"46217",10911,14091,3,536,929 -"46218",10911,15462,3,536,1141 -"46219",10911,19231,2,536,1424 -"46220",10911,19934,3,536,2888 -"46221",10911,23398,3,536,896 -"46222",10911,27320,3,536,2378 -"46223",10911,27882,3,536,1897 -"46224",10911,28893,3,536,2764 -"46225",10911,29495,3,536,1612 -"46226",10911,34997,3,536,591 -"46227",10911,36487,3,536,2622 -"46228",10911,37752,3,536,2223 -"46229",10911,38087,3,536,1083 -"46230",10911,38373,3,536,1928 -"46231",10911,39589,3,536,1292 -"46232",10911,40003,3,536,936 -"46233",10911,44074,2,536,1299 -"46234",10911,47968,3,536,2829 -"46235",10911,51151,3,536,1195 -"46236",10911,59683,3,536,2068 -"46237",10911,62712,3,536,2884 -"46238",10911,81716,3,536,1199 -"46239",10911,82252,3,536,1248 -"46240",10911,82341,3,536,1515 -"46241",10914,1692,3,1660,2443 -"46242",10914,1897,3,1660,1727 -"46243",10914,2093,3,1660,2459 -"46244",10914,2221,3,1660,2092 -"46245",10914,2288,3,1660,1870 -"46246",10914,2418,3,1660,2020 -"46247",10914,2759,2,1660,2030 -"46248",10914,3271,3,1660,2216 -"46249",10914,4730,3,1660,2131 -"46250",10914,5055,3,1660,1796 -"46251",10914,5839,2,1660,2301 -"46252",10914,5971,3,1660,1985 -"46253",10914,6627,2,1660,2063 -"46254",10914,6824,3,1660,2680 -"46255",10914,7269,1,1660,1728 -"46256",10914,7433,3,1660,2255 -"46257",10914,7443,3,1660,2028 -"46258",10914,9272,3,1660,2835 -"46259",10914,9620,2,1660,2339 -"46260",10914,9861,3,1660,2680 -"46261",10914,10495,3,1660,2230 -"46262",10914,10638,2,1660,2692 -"46263",10914,10799,3,1660,2010 -"46264",10914,10964,3,1660,2043 -"46265",10914,11067,3,1660,2734 -"46266",10914,11103,3,1660,2393 -"46267",10914,11319,3,1660,2073 -"46268",10914,11351,3,1660,2971 -"46269",10914,11506,1,1660,2824 -"46270",10914,15381,3,1660,2289 -"46271",10914,16594,3,1660,1755 -"46272",10914,18464,2,1660,2312 -"46273",10914,18571,2,1660,2128 -"46274",10914,18943,1,1660,2861 -"46275",10914,19605,3,1660,2395 -"46276",10914,19718,3,1660,1702 -"46277",10914,20007,2,1660,2971 -"46278",10914,20432,1,1660,1727 -"46279",10914,21180,3,1660,2762 -"46280",10914,21463,1,1660,2437 -"46281",10914,22297,3,1660,1904 -"46282",10914,27783,2,1660,2302 -"46283",10914,31164,1,1660,1996 -"46284",10914,32449,1,1660,2091 -"46285",10914,32988,3,1660,2008 -"46286",10914,34162,3,1660,2336 -"46287",10914,36136,1,1660,2338 -"46288",10914,39105,2,1660,2487 -"46289",10914,41978,2,1660,2824 -"46290",10914,43226,3,1660,2442 -"46291",10914,44403,3,1660,2429 -"46292",10914,45730,3,1660,2063 -"46293",10914,46951,2,1660,2429 -"46294",10914,47571,3,1660,1667 -"46295",10914,48110,3,1660,2009 -"46296",10914,53013,2,1660,2523 -"46297",10914,53697,3,1660,1909 -"46298",10914,55604,3,1660,2342 -"46299",10914,55775,3,1660,2385 -"46300",10914,56275,3,1660,2152 -"46301",10914,56338,2,1660,1818 -"46302",10914,58508,3,1660,2326 -"46303",10914,59005,2,1660,2817 -"46304",10914,59039,2,1660,2870 -"46305",10914,60979,3,1660,1758 -"46306",10914,66911,2,1660,1920 -"46307",10914,68592,3,1660,2551 -"46308",10914,69335,2,1660,2698 -"46309",10914,73266,3,1660,2496 -"46310",10914,76132,2,1660,2426 -"46311",10914,76675,2,1660,1840 -"46312",10914,80301,3,1660,1690 -"46313",10914,83396,3,1660,2396 -"46314",10914,104306,2,1660,1665 -"46315",10914,111034,3,1660,2131 -"46316",10914,115155,3,1660,1942 -"46317",10929,6218,2,76,702 -"46318",10929,14972,3,76,2332 -"46319",10929,19733,1,76,1907 -"46320",10929,39186,3,76,1258 -"46321",10929,40417,3,76,771 -"46322",10929,80219,3,76,988 -"46323",10929,89203,1,76,453 -"46324",10929,109476,3,76,353 -"46325",10929,110560,3,76,91 -"46326",10939,270,3,1376,2542 -"46327",10939,2111,3,1376,1904 -"46328",10939,5971,3,1376,1985 -"46329",10939,6588,3,1376,2025 -"46330",10939,6914,3,1376,2668 -"46331",10939,10488,3,1376,1524 -"46332",10939,10523,3,1376,1510 -"46333",10939,11229,3,1376,1625 -"46334",10939,12356,3,1376,2757 -"46335",10939,14325,3,1376,1976 -"46336",10939,14652,3,1376,2516 -"46337",10939,15700,3,1376,1712 -"46338",10939,18005,3,1376,2449 -"46339",10939,18563,3,1376,2715 -"46340",10939,20659,3,1376,1969 -"46341",10939,21225,2,1376,1945 -"46342",10939,26031,3,1376,1397 -"46343",10939,26793,3,1376,2104 -"46344",10939,26848,3,1376,2363 -"46345",10939,26867,3,1376,1804 -"46346",10939,35481,3,1376,2211 -"46347",10939,36609,3,1376,2918 -"46348",10939,40931,3,1376,2301 -"46349",10939,43153,3,1376,1381 -"46350",10939,43213,3,1376,2160 -"46351",10939,44521,3,1376,1593 -"46352",10939,45618,3,1376,2356 -"46353",10939,45650,3,1376,1528 -"46354",10939,45729,3,1376,2606 -"46355",10939,46629,3,1376,2255 -"46356",10939,50236,3,1376,2339 -"46357",10939,52136,3,1376,1412 -"46358",10939,56082,2,1376,2395 -"46359",10939,56237,3,1376,2625 -"46360",10939,56893,3,1376,2597 -"46361",10939,64947,3,1376,2489 -"46362",10939,67383,3,1376,1739 -"46363",10939,72207,3,1376,2430 -"46364",10939,75403,3,1376,1895 -"46365",10939,95011,3,1376,1986 -"46366",10939,105685,3,1376,2469 -"46367",10945,798,3,881,2476 -"46368",10945,999,3,881,2181 -"46369",10945,1386,3,881,1901 -"46370",10945,5971,3,881,1985 -"46371",10945,9030,3,881,1979 -"46372",10945,9620,3,881,2339 -"46373",10945,10914,3,881,1660 -"46374",10945,11127,3,881,1196 -"46375",10945,11419,1,881,1408 -"46376",10945,13201,3,881,2034 -"46377",10945,14669,3,881,2080 -"46378",10945,14772,3,881,2386 -"46379",10945,15343,3,881,2125 -"46380",10945,15598,3,881,2011 -"46381",10945,16029,3,881,1160 -"46382",10945,16959,3,881,888 -"46383",10945,17021,3,881,1226 -"46384",10945,17812,3,881,2705 -"46385",10945,17967,3,881,2125 -"46386",10945,18005,3,881,2449 -"46387",10945,21362,3,881,2515 -"46388",10945,21417,3,881,2422 -"46389",10945,23301,3,881,1611 -"46390",10945,29756,3,881,2051 -"46391",10945,29791,3,881,1986 -"46392",10945,32606,3,881,2100 -"46393",10945,33722,3,881,1225 -"46394",10945,34311,3,881,2213 -"46395",10945,35542,3,881,1439 -"46396",10945,35873,3,881,1377 -"46397",10945,36514,3,881,1192 -"46398",10945,37060,3,881,2840 -"46399",10945,38908,3,881,1787 -"46400",10945,40028,3,881,1349 -"46401",10945,42814,3,881,1149 -"46402",10945,44684,3,881,1220 -"46403",10945,45664,3,881,2235 -"46404",10945,51879,3,881,1771 -"46405",10945,52524,3,881,1197 -"46406",10945,55691,3,881,2856 -"46407",10945,61336,3,881,2218 -"46408",10945,68215,3,881,2727 -"46409",10945,73266,1,881,2496 -"46410",10945,80655,3,881,1546 -"46411",10945,86279,3,881,1076 -"46412",10945,89586,2,881,1401 -"46413",10945,90501,2,881,2380 -"46414",10945,93930,3,881,1268 -"46415",10945,112587,3,881,1003 -"46416",10945,117932,1,881,926 -"46417",10954,4932,3,2302,2752 -"46418",10954,45461,3,2302,2458 -"46419",10964,135,3,2043,2233 -"46420",10964,1692,3,2043,2443 -"46421",10964,4671,3,2043,2280 -"46422",10964,6234,3,2043,2654 -"46423",10964,11029,3,2043,2362 -"46424",10964,11067,1,2043,2734 -"46425",10964,11506,3,2043,2824 -"46426",10964,14972,3,2043,2332 -"46427",10964,18943,3,2043,2861 -"46428",10964,20162,3,2043,2328 -"46429",10964,21487,3,2043,2203 -"46430",10964,23121,3,2043,2108 -"46431",10964,26658,3,2043,2745 -"46432",10964,30981,3,2043,2366 -"46433",10964,32449,3,2043,2091 -"46434",10964,32939,2,2043,2277 -"46435",10964,35264,3,2043,2329 -"46436",10964,35620,3,2043,2092 -"46437",10964,36120,3,2043,2971 -"46438",10964,36506,3,2043,2638 -"46439",10964,38676,3,2043,2286 -"46440",10964,41978,3,2043,2824 -"46441",10964,42256,3,2043,2839 -"46442",10964,45585,3,2043,2384 -"46443",10964,46385,3,2043,2225 -"46444",10964,53530,3,2043,2380 -"46445",10964,57804,2,2043,2214 -"46446",10964,58284,3,2043,2292 -"46447",10964,59005,3,2043,2817 -"46448",10964,75607,2,2043,2245 -"46449",10974,267,3,896,2631 -"46450",10974,2894,3,896,1291 -"46451",10974,4723,3,896,1314 -"46452",10974,7703,3,896,2122 -"46453",10974,11103,3,896,2393 -"46454",10974,18464,3,896,2312 -"46455",10974,20070,3,896,1914 -"46456",10974,22207,3,896,2365 -"46457",10974,28626,3,896,2842 -"46458",10974,28635,3,896,2368 -"46459",10974,40565,3,896,2115 -"46460",10974,44403,3,896,2429 -"46461",10974,46680,3,896,1690 -"46462",10974,60879,3,896,2792 -"46463",10974,82270,1,896,1641 -"46464",10980,680,3,1974,2569 -"46465",10980,2206,3,1974,2536 -"46466",10980,3127,2,1974,2273 -"46467",10980,3978,3,1974,2775 -"46468",10980,4303,3,1974,2414 -"46469",10980,4669,3,1974,2395 -"46470",10980,5897,3,1974,2337 -"46471",10980,6989,3,1974,2623 -"46472",10980,7252,3,1974,2799 -"46473",10980,7942,3,1974,2623 -"46474",10980,8062,3,1974,2858 -"46475",10980,10239,3,1974,2032 -"46476",10980,10638,3,1974,2692 -"46477",10980,11429,3,1974,2520 -"46478",10980,11648,3,1974,2852 -"46479",10980,12759,3,1974,2414 -"46480",10980,12948,3,1974,2669 -"46481",10980,13136,3,1974,2867 -"46482",10980,16176,3,1974,2703 -"46483",10980,18005,3,1974,2449 -"46484",10980,19686,3,1974,2467 -"46485",10980,20563,3,1974,2267 -"46486",10980,21670,3,1974,2158 -"46487",10980,24086,3,1974,2663 -"46488",10980,25373,3,1974,2783 -"46489",10980,27742,3,1974,2700 -"46490",10980,27914,3,1974,2507 -"46491",10980,28869,2,1974,2425 -"46492",10980,30870,3,1974,2370 -"46493",10980,31868,3,1974,1993 -"46494",10980,32818,3,1974,2485 -"46495",10980,34431,3,1974,2319 -"46496",10980,34892,3,1974,2309 -"46497",10980,35715,3,1974,2912 -"46498",10980,35728,3,1974,2017 -"46499",10980,36953,3,1974,2790 -"46500",10980,39418,3,1974,1978 -"46501",10980,39443,3,1974,2277 -"46502",10980,39875,3,1974,2422 -"46503",10980,40572,3,1974,2666 -"46504",10980,41023,3,1974,2408 -"46505",10980,41723,3,1974,2101 -"46506",10980,44407,3,1974,2154 -"46507",10980,45869,3,1974,2840 -"46508",10980,47968,3,1974,2829 -"46509",10980,50585,3,1974,2414 -"46510",10980,56995,3,1974,2323 -"46511",10980,63077,2,1974,2778 -"46512",10980,63837,3,1974,2807 -"46513",10980,67266,3,1974,2010 -"46514",10980,68885,3,1974,2151 -"46515",10980,70101,2,1974,2414 -"46516",10980,92297,3,1974,2952 -"46517",10980,94525,2,1974,1993 -"46518",10980,100860,2,1974,2326 -"46519",10980,116987,3,1974,2469 -"46520",10990,468,3,805,1966 -"46521",10990,2282,3,805,2056 -"46522",10990,2443,3,805,2333 -"46523",10990,2647,3,805,2450 -"46524",10990,3272,3,805,2132 -"46525",10990,3669,2,805,2524 -"46526",10990,4730,3,805,2131 -"46527",10990,6345,3,805,2713 -"46528",10990,7652,3,805,1281 -"46529",10990,8157,1,805,1063 -"46530",10990,8478,3,805,984 -"46531",10990,9538,3,805,1786 -"46532",10990,9656,3,805,1135 -"46533",10990,9724,3,805,2713 -"46534",10990,9910,3,805,2526 -"46535",10990,12863,3,805,2027 -"46536",10990,12966,3,805,2011 -"46537",10990,13340,3,805,1918 -"46538",10990,13400,3,805,1371 -"46539",10990,14212,1,805,857 -"46540",10990,14470,3,805,2632 -"46541",10990,14789,3,805,1034 -"46542",10990,15281,3,805,810 -"46543",10990,17499,3,805,2954 -"46544",10990,17531,3,805,876 -"46545",10990,17695,3,805,1930 -"46546",10990,18808,2,805,2854 -"46547",10990,19476,3,805,1708 -"46548",10990,20038,3,805,1531 -"46549",10990,20695,3,805,2526 -"46550",10990,20739,3,805,2025 -"46551",10990,21504,3,805,2328 -"46552",10990,22357,2,805,1397 -"46553",10990,23560,3,805,2051 -"46554",10990,26100,2,805,1966 -"46555",10990,26597,2,805,2070 -"46556",10990,28782,3,805,2272 -"46557",10990,30507,3,805,2302 -"46558",10990,35264,3,805,2329 -"46559",10990,36399,3,805,1357 -"46560",10990,42390,3,805,2937 -"46561",10990,43585,2,805,1066 -"46562",10990,43701,3,805,2400 -"46563",10990,47607,3,805,2724 -"46564",10990,47882,2,805,2769 -"46565",10990,49142,3,805,2289 -"46566",10990,50468,3,805,1659 -"46567",10990,51505,3,805,1572 -"46568",10990,52386,3,805,1830 -"46569",10990,53652,3,805,2899 -"46570",10990,54316,3,805,1202 -"46571",10990,55775,2,805,2385 -"46572",10990,60463,3,805,1583 -"46573",10990,63252,3,805,1516 -"46574",10990,65375,2,805,824 -"46575",10990,67289,3,805,829 -"46576",10990,68884,3,805,1011 -"46577",10990,69214,3,805,1354 -"46578",10990,69260,3,805,1698 -"46579",10990,69795,3,805,2636 -"46580",10990,76450,3,805,1077 -"46581",10990,76929,3,805,910 -"46582",10990,77719,2,805,2086 -"46583",10990,78277,2,805,1937 -"46584",10990,79699,2,805,1735 -"46585",10990,85065,2,805,1585 -"46586",10990,88448,3,805,914 -"46587",10990,101381,3,805,977 -"46588",10990,122938,3,805,1023 -"46589",11006,206,3,1950,1986 -"46590",11006,270,2,1950,2542 -"46591",11006,312,2,1950,2038 -"46592",11006,380,3,1950,2261 -"46593",11006,701,3,1950,2718 -"46594",11006,913,3,1950,2144 -"46595",11006,1639,3,1950,2631 -"46596",11006,2036,3,1950,2483 -"46597",11006,2181,3,1950,2030 -"46598",11006,2424,2,1950,2582 -"46599",11006,2533,2,1950,2016 -"46600",11006,2684,3,1950,2874 -"46601",11006,3305,1,1950,2839 -"46602",11006,3306,3,1950,1989 -"46603",11006,3801,3,1950,1974 -"46604",11006,3966,3,1950,2425 -"46605",11006,4953,3,1950,2285 -"46606",11006,5429,2,1950,1991 -"46607",11006,5622,3,1950,2175 -"46608",11006,6052,3,1950,1985 -"46609",11006,6055,3,1950,2651 -"46610",11006,6208,3,1950,2361 -"46611",11006,6363,2,1950,2066 -"46612",11006,6588,3,1950,2025 -"46613",11006,9175,3,1950,2639 -"46614",11006,9184,3,1950,2670 -"46615",11006,9311,3,1950,2477 -"46616",11006,10513,3,1950,2284 -"46617",11006,10857,3,1950,2253 -"46618",11006,11055,3,1950,2111 -"46619",11006,11440,2,1950,2026 -"46620",11006,12728,3,1950,2374 -"46621",11006,12982,3,1950,2143 -"46622",11006,13307,3,1950,2206 -"46623",11006,14252,3,1950,2244 -"46624",11006,15813,3,1950,2143 -"46625",11006,16332,3,1950,2668 -"46626",11006,16432,2,1950,2664 -"46627",11006,16954,3,1950,2972 -"46628",11006,17365,3,1950,2746 -"46629",11006,17520,3,1950,2276 -"46630",11006,18394,3,1950,2356 -"46631",11006,19248,1,1950,2357 -"46632",11006,19622,3,1950,2371 -"46633",11006,19719,1,1950,2177 -"46634",11006,20124,3,1950,2376 -"46635",11006,21012,3,1950,2325 -"46636",11006,21285,3,1950,2100 -"46637",11006,22277,3,1950,2424 -"46638",11006,23509,3,1950,2275 -"46639",11006,23526,3,1950,1998 -"46640",11006,25129,3,1950,2647 -"46641",11006,25198,2,1950,1982 -"46642",11006,25985,3,1950,2071 -"46643",11006,26582,3,1950,2772 -"46644",11006,26749,2,1950,2965 -"46645",11006,27275,3,1950,2656 -"46646",11006,27694,2,1950,2030 -"46647",11006,29917,3,1950,1962 -"46648",11006,30052,3,1950,2855 -"46649",11006,32965,3,1950,2071 -"46650",11006,33380,3,1950,2340 -"46651",11006,33672,3,1950,2396 -"46652",11006,33949,3,1950,2489 -"46653",11006,34836,3,1950,2302 -"46654",11006,35738,3,1950,2448 -"46655",11006,37285,2,1950,2428 -"46656",11006,38307,3,1950,2648 -"46657",11006,39535,3,1950,2428 -"46658",11006,41945,3,1950,2856 -"46659",11006,43455,2,1950,2846 -"46660",11006,45608,3,1950,2420 -"46661",11006,46629,2,1950,2255 -"46662",11006,47098,3,1950,2057 -"46663",11006,47772,3,1950,2293 -"46664",11006,48605,2,1950,2796 -"46665",11006,50685,3,1950,2008 -"46666",11006,50785,3,1950,2877 -"46667",11006,51041,2,1950,2606 -"46668",11006,51866,3,1950,2411 -"46669",11006,52323,2,1950,2148 -"46670",11006,52570,2,1950,2645 -"46671",11006,52576,2,1950,2234 -"46672",11006,54551,3,1950,2348 -"46673",11006,54695,3,1950,2429 -"46674",11006,56317,3,1950,2030 -"46675",11006,58508,3,1950,2326 -"46676",11006,61982,1,1950,2725 -"46677",11006,62841,2,1950,2710 -"46678",11006,64945,3,1950,2279 -"46679",11006,66224,3,1950,2728 -"46680",11006,66703,3,1950,2375 -"46681",11006,68215,3,1950,2727 -"46682",11006,76892,2,1950,2381 -"46683",11006,82949,3,1950,2077 -"46684",11006,83396,3,1950,2396 -"46685",11019,135,3,1299,2233 -"46686",11019,1692,3,1299,2443 -"46687",11019,1875,3,1299,1786 -"46688",11019,2093,3,1299,2459 -"46689",11019,2337,3,1299,1697 -"46690",11019,2754,3,1299,1360 -"46691",11019,3068,3,1299,1815 -"46692",11019,3195,3,1299,2043 -"46693",11019,3317,2,1299,2037 -"46694",11019,4066,3,1299,1736 -"46695",11019,4671,3,1299,2280 -"46696",11019,5346,3,1299,1438 -"46697",11019,5845,2,1299,1552 -"46698",11019,6234,3,1299,2654 -"46699",11019,8062,3,1299,2858 -"46700",11019,9423,3,1299,1708 -"46701",11019,9801,3,1299,2443 -"46702",11019,10002,3,1299,1788 -"46703",11019,10905,3,1299,1552 -"46704",11019,10914,3,1299,1660 -"46705",11019,10964,1,1299,2043 -"46706",11019,11029,3,1299,2362 -"46707",11019,11067,1,1299,2734 -"46708",11019,11506,3,1299,2824 -"46709",11019,14072,3,1299,1346 -"46710",11019,14731,3,1299,2012 -"46711",11019,14972,3,1299,2332 -"46712",11019,15207,3,1299,1855 -"46713",11019,17396,3,1299,1672 -"46714",11019,18943,3,1299,2861 -"46715",11019,20162,3,1299,2328 -"46716",11019,20545,3,1299,1491 -"46717",11019,21480,3,1299,1646 -"46718",11019,21487,3,1299,2203 -"46719",11019,23121,3,1299,2108 -"46720",11019,24195,2,1299,1575 -"46721",11019,25373,3,1299,2783 -"46722",11019,25443,3,1299,1441 -"46723",11019,26658,3,1299,2745 -"46724",11019,29578,2,1299,1957 -"46725",11019,30092,3,1299,1593 -"46726",11019,30981,3,1299,2366 -"46727",11019,31164,3,1299,1996 -"46728",11019,32449,3,1299,2091 -"46729",11019,32939,2,1299,2277 -"46730",11019,33039,3,1299,1759 -"46731",11019,33383,3,1299,1572 -"46732",11019,34509,3,1299,1973 -"46733",11019,35264,3,1299,2329 -"46734",11019,35620,2,1299,2092 -"46735",11019,36120,2,1299,2971 -"46736",11019,36215,3,1299,1623 -"46737",11019,36506,2,1299,2638 -"46738",11019,38676,3,1299,2286 -"46739",11019,40675,3,1299,1595 -"46740",11019,41978,3,1299,2824 -"46741",11019,42256,3,1299,2839 -"46742",11019,42914,2,1299,1737 -"46743",11019,45461,3,1299,2458 -"46744",11019,45585,3,1299,2384 -"46745",11019,46385,3,1299,2225 -"46746",11019,47384,3,1299,1639 -"46747",11019,53445,3,1299,2028 -"46748",11019,53530,3,1299,2380 -"46749",11019,53668,3,1299,2242 -"46750",11019,55828,3,1299,2393 -"46751",11019,56903,3,1299,1584 -"46752",11019,57804,2,1299,2214 -"46753",11019,58284,3,1299,2292 -"46754",11019,59005,3,1299,2817 -"46755",11019,61125,3,1299,1673 -"46756",11019,75607,2,1299,2245 -"46757",11019,78384,2,1299,1762 -"46758",11019,79848,2,1299,1629 -"46759",11019,82246,3,1299,1538 -"46760",11029,3978,3,2362,2775 -"46761",11029,4361,3,2362,2571 -"46762",11029,5962,3,2362,2491 -"46763",11029,7252,3,2362,2799 -"46764",11029,8062,3,2362,2858 -"46765",11029,8568,3,2362,2706 -"46766",11029,11067,3,2362,2734 -"46767",11029,16286,2,2362,2470 -"46768",11029,20700,3,2362,2861 -"46769",11029,25373,3,2362,2783 -"46770",11029,27908,3,2362,2576 -"46771",11029,36344,3,2362,2570 -"46772",11029,57492,3,2362,2855 -"46773",11029,70070,3,2362,2425 -"46774",11055,307,3,2111,2530 -"46775",11055,913,3,2111,2144 -"46776",11055,1355,3,2111,2473 -"46777",11055,2208,3,2111,2814 -"46778",11055,2424,3,2111,2582 -"46779",11055,2684,1,2111,2874 -"46780",11055,3164,3,2111,2693 -"46781",11055,3305,2,2111,2839 -"46782",11055,3628,3,2111,2707 -"46783",11055,5839,3,2111,2301 -"46784",11055,6390,3,2111,2385 -"46785",11055,8762,3,2111,2585 -"46786",11055,9893,2,2111,2701 -"46787",11055,10513,3,2111,2284 -"46788",11055,10871,3,2111,2314 -"46789",11055,11351,2,2111,2971 -"46790",11055,15184,3,2111,2396 -"46791",11055,18543,3,2111,2968 -"46792",11055,19027,2,2111,2721 -"46793",11055,19248,2,2111,2357 -"46794",11055,19719,3,2111,2177 -"46795",11055,20067,3,2111,2390 -"46796",11055,20292,3,2111,2755 -"46797",11055,20407,3,2111,2339 -"46798",11055,20700,3,2111,2861 -"46799",11055,23011,3,2111,2763 -"46800",11055,23132,3,2111,2756 -"46801",11055,24448,3,2111,2289 -"46802",11055,24753,2,2111,2860 -"46803",11055,26451,3,2111,2133 -"46804",11055,27275,3,2111,2656 -"46805",11055,31799,3,2111,2547 -"46806",11055,33622,3,2111,2230 -"46807",11055,33801,3,2111,2899 -"46808",11055,35481,3,2111,2211 -"46809",11055,36439,3,2111,2469 -"46810",11055,37285,3,2111,2428 -"46811",11055,39556,3,2111,2747 -"46812",11055,41664,3,2111,2641 -"46813",11055,42574,3,2111,2842 -"46814",11055,45608,2,2111,2420 -"46815",11055,47772,3,2111,2293 -"46816",11055,48605,3,2111,2796 -"46817",11055,50236,3,2111,2339 -"46818",11055,51041,3,2111,2606 -"46819",11055,53475,3,2111,2853 -"46820",11055,54695,2,2111,2429 -"46821",11055,56082,3,2111,2395 -"46822",11055,57732,3,2111,2454 -"46823",11055,57977,3,2111,2683 -"46824",11055,58427,3,2111,2234 -"46825",11055,58508,3,2111,2326 -"46826",11055,61982,3,2111,2725 -"46827",11055,62841,3,2111,2710 -"46828",11055,65029,3,2111,2954 -"46829",11055,66224,2,2111,2728 -"46830",11055,67652,3,2111,2736 -"46831",11055,74636,3,2111,2525 -"46832",11055,76892,3,2111,2381 -"46833",11055,88232,3,2111,2881 -"46834",11060,15729,3,2155,2338 -"46835",11060,39464,3,2155,2314 -"46836",11060,40368,2,2155,2876 -"46837",11060,42783,3,2155,2338 -"46838",11060,45608,3,2155,2420 -"46839",11063,20783,3,1967,2414 -"46840",11067,11506,3,2734,2824 -"46841",11067,18943,3,2734,2861 -"46842",11067,26658,3,2734,2745 -"46843",11067,31131,3,2734,2810 -"46844",11067,36120,3,2734,2971 -"46845",11067,41978,3,2734,2824 -"46846",11067,42256,3,2734,2839 -"46847",11067,59005,3,2734,2817 -"46848",11071,11160,1,2225,2952 -"46849",11099,1150,3,400,1595 -"46850",11099,1519,3,400,2349 -"46851",11099,2206,1,400,2536 -"46852",11099,2852,3,400,2448 -"46853",11099,3127,3,400,2273 -"46854",11099,4668,3,400,1919 -"46855",11099,4669,3,400,2395 -"46856",11099,5897,2,400,2337 -"46857",11099,5962,3,400,2491 -"46858",11099,6359,3,400,1239 -"46859",11099,6877,3,400,867 -"46860",11099,7337,3,400,1797 -"46861",11099,8140,3,400,1262 -"46862",11099,8726,3,400,2083 -"46863",11099,8770,3,400,634 -"46864",11099,9227,3,400,1267 -"46865",11099,9481,3,400,1610 -"46866",11099,9504,2,400,2549 -"46867",11099,10239,3,400,2032 -"46868",11099,10595,3,400,494 -"46869",11099,10980,3,400,1974 -"46870",11099,11108,3,400,1609 -"46871",11099,12361,3,400,2732 -"46872",11099,13065,3,400,1561 -"46873",11099,13136,3,400,2867 -"46874",11099,13296,3,400,839 -"46875",11099,13720,2,400,1558 -"46876",11099,13879,3,400,2748 -"46877",11099,13920,3,400,1709 -"46878",11099,14520,3,400,634 -"46879",11099,14532,3,400,1193 -"46880",11099,14915,3,400,2606 -"46881",11099,16286,3,400,2470 -"46882",11099,16715,3,400,1218 -"46883",11099,18978,3,400,952 -"46884",11099,19231,3,400,1424 -"46885",11099,19501,1,400,1186 -"46886",11099,19655,2,400,2706 -"46887",11099,21207,3,400,1258 -"46888",11099,21240,3,400,1162 -"46889",11099,21487,3,400,2203 -"46890",11099,23277,3,400,1267 -"46891",11099,24176,3,400,1986 -"46892",11099,24302,3,400,407 -"46893",11099,25163,3,400,1751 -"46894",11099,25914,3,400,446 -"46895",11099,26227,3,400,2265 -"46896",11099,27320,3,400,2378 -"46897",11099,27545,1,400,855 -"46898",11099,27686,3,400,2844 -"46899",11099,28869,3,400,2425 -"46900",11099,28904,3,400,926 -"46901",11099,29286,3,400,1612 -"46902",11099,29556,3,400,907 -"46903",11099,30306,2,400,1606 -"46904",11099,33870,3,400,955 -"46905",11099,36912,2,400,2469 -"46906",11099,37060,3,400,2840 -"46907",11099,38915,3,400,746 -"46908",11099,41051,3,400,2767 -"46909",11099,41077,3,400,864 -"46910",11099,42256,2,400,2839 -"46911",11099,45869,3,400,2840 -"46912",11099,46384,3,400,2285 -"46913",11099,47654,2,400,1664 -"46914",11099,48888,3,400,1177 -"46915",11099,50335,3,400,1893 -"46916",11099,50594,3,400,849 -"46917",11099,51687,3,400,2333 -"46918",11099,53739,3,400,2704 -"46919",11099,56094,2,400,2343 -"46920",11099,59610,3,400,2448 -"46921",11099,61727,3,400,413 -"46922",11099,62066,1,400,2281 -"46923",11099,62438,3,400,802 -"46924",11099,63077,3,400,2778 -"46925",11099,63644,2,400,1267 -"46926",11099,65242,3,400,1988 -"46927",11099,67617,3,400,1149 -"46928",11099,74055,3,400,1544 -"46929",11099,74370,3,400,1667 -"46930",11099,76391,3,400,1536 -"46931",11099,78569,3,400,578 -"46932",11099,79420,3,400,1061 -"46933",11099,84271,3,400,1556 -"46934",11099,85690,3,400,1229 -"46935",11099,90299,3,400,1606 -"46936",11099,91849,3,400,1166 -"46937",11099,92860,3,400,1643 -"46938",11099,99153,2,400,803 -"46939",11099,101453,3,400,454 -"46940",11099,103890,3,400,958 -"46941",11099,104185,3,400,457 -"46942",11099,114857,3,400,1310 -"46943",11103,997,3,2393,2788 -"46944",11103,1767,3,2393,2727 -"46945",11103,3495,3,2393,2431 -"46946",11103,3966,3,2393,2425 -"46947",11103,5315,3,2393,2631 -"46948",11103,6255,3,2393,2895 -"46949",11103,7508,3,2393,2396 -"46950",11103,10310,3,2393,2774 -"46951",11103,10779,3,2393,2881 -"46952",11103,12713,3,2393,2440 -"46953",11103,13780,3,2393,2412 -"46954",11103,16352,3,2393,2657 -"46955",11103,19605,3,2393,2395 -"46956",11103,21406,3,2393,2714 -"46957",11103,21463,2,2393,2437 -"46958",11103,21720,3,2393,2637 -"46959",11103,25325,3,2393,2963 -"46960",11103,27390,3,2393,2425 -"46961",11103,30747,3,2393,2455 -"46962",11103,31705,3,2393,2706 -"46963",11103,33184,3,2393,2522 -"46964",11103,34735,3,2393,2767 -"46965",11103,36574,1,2393,2934 -"46966",11103,39105,2,2393,2487 -"46967",11103,40954,3,2393,2603 -"46968",11103,41770,3,2393,2752 -"46969",11103,41955,3,2393,2479 -"46970",11103,42216,3,2393,2722 -"46971",11103,42574,3,2393,2842 -"46972",11103,43404,3,2393,2649 -"46973",11103,44403,3,2393,2429 -"46974",11103,46951,3,2393,2429 -"46975",11103,48571,3,2393,2717 -"46976",11103,51035,3,2393,2397 -"46977",11103,53219,3,2393,2973 -"46978",11103,58164,3,2393,2398 -"46979",11103,73305,3,2393,2544 -"46980",11103,79322,3,2393,2770 -"46981",11103,117956,3,2393,2774 -"46982",11107,4668,3,1256,1919 -"46983",11107,4669,3,1256,2395 -"46984",11107,28869,3,1256,2425 -"46985",11107,45869,3,1256,2840 -"46986",11108,364,3,1609,2351 -"46987",11108,1519,2,1609,2349 -"46988",11108,2206,3,1609,2536 -"46989",11108,2936,3,1609,2512 -"46990",11108,3127,3,1609,2273 -"46991",11108,3477,3,1609,2546 -"46992",11108,4001,3,1609,1687 -"46993",11108,4361,3,1609,2571 -"46994",11108,4526,3,1609,1728 -"46995",11108,4567,3,1609,2348 -"46996",11108,4612,3,1609,2804 -"46997",11108,4660,3,1609,2149 -"46998",11108,4668,2,1609,1919 -"46999",11108,4669,3,1609,2395 -"47000",11108,5897,3,1609,2337 -"47001",11108,7252,3,1609,2799 -"47002",11108,7337,3,1609,1797 -"47003",11108,7785,3,1609,2441 -"47004",11108,7942,3,1609,2623 -"47005",11108,8062,3,1609,2858 -"47006",11108,8568,3,1609,2706 -"47007",11108,9060,3,1609,1612 -"47008",11108,9481,3,1609,1610 -"47009",11108,9503,3,1609,2453 -"47010",11108,9504,3,1609,2549 -"47011",11108,9787,3,1609,2858 -"47012",11108,10453,2,1609,1656 -"47013",11108,10980,3,1609,1974 -"47014",11108,11648,3,1609,2852 -"47015",11108,12948,3,1609,2669 -"47016",11108,13136,3,1609,2867 -"47017",11108,14749,3,1609,1998 -"47018",11108,14817,3,1609,2110 -"47019",11108,16286,3,1609,2470 -"47020",11108,16501,3,1609,1650 -"47021",11108,17033,3,1609,2771 -"47022",11108,18415,3,1609,2184 -"47023",11108,20220,3,1609,1656 -"47024",11108,20941,3,1609,2725 -"47025",11108,23131,3,1609,1732 -"47026",11108,23756,3,1609,2309 -"47027",11108,27686,2,1609,2844 -"47028",11108,27742,2,1609,2700 -"47029",11108,27914,3,1609,2507 -"47030",11108,28869,3,1609,2425 -"47031",11108,29286,3,1609,1612 -"47032",11108,30525,3,1609,1964 -"47033",11108,31868,3,1609,1993 -"47034",11108,32532,3,1609,2338 -"47035",11108,32818,3,1609,2485 -"47036",11108,32942,3,1609,2038 -"47037",11108,33341,3,1609,2338 -"47038",11108,35573,3,1609,2084 -"47039",11108,35728,3,1609,2017 -"47040",11108,35797,3,1609,2482 -"47041",11108,36183,3,1609,2117 -"47042",11108,36278,3,1609,2952 -"47043",11108,36487,3,1609,2622 -"47044",11108,38691,3,1609,2585 -"47045",11108,43673,3,1609,2787 -"47046",11108,45869,3,1609,2840 -"47047",11108,46384,3,1609,2285 -"47048",11108,47654,3,1609,1664 -"47049",11108,56538,3,1609,2796 -"47050",11108,56995,3,1609,2323 -"47051",11108,58655,3,1609,2685 -"47052",11108,61125,3,1609,1673 -"47053",11108,62626,3,1609,2787 -"47054",11108,63077,3,1609,2778 -"47055",11108,70583,3,1609,2615 -"47056",11108,72597,3,1609,1843 -"47057",11108,80156,2,1609,1667 -"47058",11108,91942,3,1609,2216 -"47059",11108,92860,3,1609,1643 -"47060",11118,28193,1,133,1032 -"47061",11118,52043,3,133,977 -"47062",11127,1092,3,1196,1945 -"47063",11127,1203,2,1196,1350 -"47064",11127,1578,3,1196,1612 -"47065",11127,2294,2,1196,1638 -"47066",11127,3753,3,1196,1255 -"47067",11127,5405,3,1196,1510 -"47068",11127,5622,3,1196,2175 -"47069",11127,6577,3,1196,1951 -"47070",11127,7013,3,1196,2040 -"47071",11127,8860,3,1196,2141 -"47072",11127,10087,1,1196,1617 -"47073",11127,10358,3,1196,2294 -"47074",11127,11602,3,1196,1493 -"47075",11127,11875,3,1196,1526 -"47076",11127,15716,3,1196,1991 -"47077",11127,16587,3,1196,2065 -"47078",11127,17061,1,1196,2385 -"47079",11127,18706,3,1196,1617 -"47080",11127,20271,3,1196,2044 -"47081",11127,21225,3,1196,1945 -"47082",11127,25721,2,1196,2212 -"47083",11127,26408,3,1196,1545 -"47084",11127,27623,3,1196,2970 -"47085",11127,30150,3,1196,1704 -"47086",11127,33491,2,1196,1226 -"47087",11127,34094,3,1196,1360 -"47088",11127,35926,3,1196,2371 -"47089",11127,37758,3,1196,1998 -"47090",11127,38439,3,1196,2025 -"47091",11127,39534,3,1196,2410 -"47092",11127,44598,3,1196,2356 -"47093",11127,46099,3,1196,2360 -"47094",11127,48605,3,1196,2796 -"47095",11127,69091,3,1196,1267 -"47096",11127,72438,3,1196,1397 -"47097",11127,76048,2,1196,2373 -"47098",11127,90789,3,1196,1218 -"47099",11127,96226,3,1196,1412 -"47100",11127,102186,3,1196,2937 -"47101",11127,107383,3,1196,1918 -"47102",11127,115622,3,1196,1895 -"47103",11135,3100,2,2441,2524 -"47104",11135,3403,2,2441,2951 -"47105",11135,11429,3,2441,2520 -"47106",11135,13024,3,2441,2468 -"47107",11135,15502,1,2441,2637 -"47108",11135,19057,3,2441,2664 -"47109",11135,25180,3,2441,2489 -"47110",11135,36487,3,2441,2622 -"47111",11135,38038,3,2441,2686 -"47112",11135,41051,3,2441,2767 -"47113",11135,47130,3,2441,2654 -"47114",11135,49147,3,2441,2539 -"47115",11135,55436,3,2441,2513 -"47116",11135,61513,3,2441,2948 -"47117",11135,65223,3,2441,2724 -"47118",11135,73915,3,2441,2568 -"47119",11135,83007,3,2441,2727 -"47120",11136,9787,3,2573,2858 -"47121",11136,25741,3,2573,2853 -"47122",11136,36953,3,2573,2790 -"47123",11136,40572,3,2573,2666 -"47124",11136,61337,3,2573,2777 -"47125",11136,111375,3,2573,2686 -"47126",11143,71531,3,2623,2887 -"47127",11154,1685,2,1594,2230 -"47128",11154,1822,3,1594,2888 -"47129",11154,2181,3,1594,2030 -"47130",11154,3477,2,1594,2546 -"47131",11154,4730,3,1594,2131 -"47132",11154,6063,2,1594,2349 -"47133",11154,6392,3,1594,1878 -"47134",11154,6621,3,1594,2478 -"47135",11154,7443,3,1594,2028 -"47136",11154,8259,3,1594,1677 -"47137",11154,8993,3,1594,2099 -"47138",11154,9503,3,1594,2453 -"47139",11154,11229,3,1594,1625 -"47140",11154,11506,3,1594,2824 -"47141",11154,11868,3,1594,1639 -"47142",11154,13899,3,1594,2650 -"47143",11154,14655,3,1594,2559 -"47144",11154,14817,3,1594,2110 -"47145",11154,15023,3,1594,2054 -"47146",11154,15207,3,1594,1855 -"47147",11154,15560,3,1594,2257 -"47148",11154,19002,3,1594,2053 -"47149",11154,19296,3,1594,1705 -"47150",11154,19317,3,1594,2041 -"47151",11154,19366,3,1594,2279 -"47152",11154,20124,3,1594,2376 -"47153",11154,20984,3,1594,2502 -"47154",11154,21684,3,1594,1971 -"47155",11154,21872,3,1594,2458 -"47156",11154,22403,3,1594,1630 -"47157",11154,22744,2,1594,1907 -"47158",11154,23498,2,1594,2398 -"47159",11154,23560,3,1594,2051 -"47160",11154,31357,3,1594,2389 -"47161",11154,31794,2,1594,1919 -"47162",11154,32079,3,1594,2315 -"47163",11154,32339,3,1594,2430 -"47164",11154,32395,3,1594,2735 -"47165",11154,33223,2,1594,2397 -"47166",11154,33451,3,1594,1957 -"47167",11154,33470,3,1594,2003 -"47168",11154,34162,3,1594,2336 -"47169",11154,35822,3,1594,1903 -"47170",11154,36031,2,1594,2342 -"47171",11154,37301,3,1594,2160 -"47172",11154,38140,3,1594,1866 -"47173",11154,38457,3,1594,1630 -"47174",11154,40542,2,1594,1664 -"47175",11154,41098,3,1594,1857 -"47176",11154,45730,3,1594,2063 -"47177",11154,47595,3,1594,2374 -"47178",11154,48501,3,1594,2010 -"47179",11154,49069,3,1594,1694 -"47180",11154,51173,3,1594,1829 -"47181",11154,51843,3,1594,2389 -"47182",11154,52953,3,1594,1741 -"47183",11154,59790,3,1594,1827 -"47184",11154,71982,3,1594,2812 -"47185",11154,76143,3,1594,1610 -"47186",11154,76672,3,1594,1930 -"47187",11154,79461,3,1594,1667 -"47188",11154,79547,2,1594,1909 -"47189",11154,84317,3,1594,2081 -"47190",11154,86559,3,1594,1704 -"47191",11154,87190,3,1594,1704 -"47192",11154,89681,2,1594,1978 -"47193",11154,96700,3,1594,1602 -"47194",11168,2864,3,1223,1543 -"47195",11168,3753,3,1223,1255 -"47196",11168,3886,3,1223,1669 -"47197",11168,6047,3,1223,2004 -"47198",11168,9654,3,1223,2111 -"47199",11168,10779,2,1223,2881 -"47200",11168,12518,3,1223,2747 -"47201",11168,18108,3,1223,1656 -"47202",11168,22282,3,1223,1418 -"47203",11168,23011,3,1223,2763 -"47204",11168,24816,3,1223,2161 -"47205",11168,26749,3,1223,2965 -"47206",11168,27030,2,1223,2031 -"47207",11168,27377,3,1223,1724 -"47208",11168,29512,3,1223,1594 -"47209",11168,32173,3,1223,2341 -"47210",11168,35045,3,1223,1646 -"47211",11168,36554,1,1223,1649 -"47212",11168,40129,3,1223,2162 -"47213",11168,43978,3,1223,2698 -"47214",11168,44763,2,1223,1324 -"47215",11168,44769,2,1223,2411 -"47216",11168,44773,2,1223,1355 -"47217",11168,47726,2,1223,1272 -"47218",11168,48215,3,1223,2028 -"47219",11168,51546,2,1223,1369 -"47220",11168,56082,3,1223,2395 -"47221",11168,58508,3,1223,2326 -"47222",11168,66756,3,1223,1301 -"47223",11168,67726,3,1223,2873 -"47224",11168,71342,3,1223,1289 -"47225",11168,72956,3,1223,1251 -"47226",11168,73205,2,1223,1529 -"47227",11168,82730,3,1223,1492 -"47228",11208,362,3,1161,2537 -"47229",11208,675,3,1161,1686 -"47230",11208,1127,3,1161,1188 -"47231",11208,1130,3,1161,1566 -"47232",11208,1136,3,1161,2536 -"47233",11208,2325,3,1161,1641 -"47234",11208,2765,1,1161,2321 -"47235",11208,3966,3,1161,2425 -"47236",11208,5491,3,1161,2048 -"47237",11208,5710,2,1161,1926 -"47238",11208,7861,1,1161,1647 -"47239",11208,12976,3,1161,2399 -"47240",11208,14888,3,1161,1411 -"47241",11208,17826,3,1161,2920 -"47242",11208,20423,3,1161,2654 -"47243",11208,21795,3,1161,2653 -"47244",11208,22714,1,1161,2793 -"47245",11208,25129,3,1161,2647 -"47246",11208,25341,3,1161,1858 -"47247",11208,26282,2,1161,1241 -"47248",11208,34509,2,1161,1973 -"47249",11208,37238,3,1161,2609 -"47250",11208,39827,2,1161,2321 -"47251",11208,42474,2,1161,2322 -"47252",11208,44684,3,1161,1220 -"47253",11208,47248,3,1161,2883 -"47254",11208,49461,3,1161,2793 -"47255",11208,51017,3,1161,2073 -"47256",11208,51410,3,1161,2739 -"47257",11208,53433,3,1161,1187 -"47258",11208,58035,3,1161,1646 -"47259",11208,64181,3,1161,1828 -"47260",11208,66860,3,1161,1548 -"47261",11208,70605,3,1161,1176 -"47262",11208,71618,2,1161,2960 -"47263",11208,78563,3,1161,2385 -"47264",11208,80190,3,1161,2717 -"47265",11208,85592,3,1161,1412 -"47266",11208,93933,3,1161,1336 -"47267",11208,96678,3,1161,1183 -"47268",11218,270,2,2292,2542 -"47269",11218,377,3,2292,2389 -"47270",11218,1315,3,2292,2760 -"47271",11218,1639,3,2292,2631 -"47272",11218,2289,3,2292,2389 -"47273",11218,2424,3,2292,2582 -"47274",11218,2484,3,2292,2389 -"47275",11218,3164,3,2292,2693 -"47276",11218,3305,3,2292,2839 -"47277",11218,3477,3,2292,2546 -"47278",11218,3493,3,2292,2451 -"47279",11218,3961,2,2292,2426 -"47280",11218,4681,3,2292,2356 -"47281",11218,5041,3,2292,2371 -"47282",11218,5235,3,2292,2324 -"47283",11218,5315,3,2292,2631 -"47284",11218,5350,2,2292,2522 -"47285",11218,6030,3,2292,2953 -"47286",11218,6044,3,2292,2744 -"47287",11218,6063,3,2292,2349 -"47288",11218,6074,3,2292,2426 -"47289",11218,7234,3,2292,2654 -"47290",11218,8327,3,2292,2527 -"47291",11218,9928,1,2292,2345 -"47292",11218,10358,2,2292,2294 -"47293",11218,10871,3,2292,2314 -"47294",11218,11477,3,2292,2724 -"47295",11218,11966,3,2292,2385 -"47296",11218,12035,3,2292,2721 -"47297",11218,12042,1,2292,2345 -"47298",11218,13311,3,2292,2315 -"47299",11218,13760,3,2292,2871 -"47300",11218,14655,3,2292,2559 -"47301",11218,14972,3,2292,2332 -"47302",11218,15301,3,2292,2308 -"47303",11218,16096,3,2292,2301 -"47304",11218,16352,1,2292,2657 -"47305",11218,16826,3,2292,2599 -"47306",11218,18361,3,2292,2968 -"47307",11218,18394,2,2292,2356 -"47308",11218,19248,3,2292,2357 -"47309",11218,19380,3,2292,2637 -"47310",11218,19622,3,2292,2371 -"47311",11218,19862,3,2292,2412 -"47312",11218,20067,3,2292,2390 -"47313",11218,20124,2,2292,2376 -"47314",11218,20292,3,2292,2755 -"47315",11218,20643,3,2292,2341 -"47316",11218,21012,3,2292,2325 -"47317",11218,21138,3,2292,2849 -"47318",11218,21571,3,2292,2755 -"47319",11218,21795,3,2292,2653 -"47320",11218,22326,3,2292,2818 -"47321",11218,22331,3,2292,2687 -"47322",11218,22566,3,2292,2308 -"47323",11218,23310,2,2292,2371 -"47324",11218,23725,2,2292,2378 -"47325",11218,24721,3,2292,2326 -"47326",11218,25305,3,2292,2447 -"47327",11218,25325,3,2292,2963 -"47328",11218,25480,3,2292,2747 -"47329",11218,25569,3,2292,2317 -"47330",11218,25971,3,2292,2608 -"47331",11218,26080,1,2292,2525 -"47332",11218,26721,3,2292,2586 -"47333",11218,26848,3,2292,2363 -"47334",11218,28168,3,2292,2702 -"47335",11218,28296,3,2292,2944 -"47336",11218,30173,3,2292,2404 -"47337",11218,31436,3,2292,2892 -"47338",11218,32173,3,2292,2341 -"47339",11218,32567,3,2292,2784 -"47340",11218,32919,3,2292,2321 -"47341",11218,33223,3,2292,2397 -"47342",11218,33433,3,2292,2805 -"47343",11218,33801,3,2292,2899 -"47344",11218,34161,3,2292,2789 -"47345",11218,34216,3,2292,2832 -"47346",11218,34480,3,2292,2755 -"47347",11218,34735,2,2292,2767 -"47348",11218,35926,2,2292,2371 -"47349",11218,36962,3,2292,2861 -"47350",11218,38307,3,2292,2648 -"47351",11218,41955,3,2292,2479 -"47352",11218,41972,2,2292,2509 -"47353",11218,42216,3,2292,2722 -"47354",11218,43455,3,2292,2846 -"47355",11218,43518,3,2292,2680 -"47356",11218,44557,3,2292,2371 -"47357",11218,46099,3,2292,2360 -"47358",11218,46803,3,2292,2305 -"47359",11218,47248,3,2292,2883 -"47360",11218,49110,2,2292,2938 -"47361",11218,50134,3,2292,2674 -"47362",11218,50236,2,2292,2339 -"47363",11218,51089,3,2292,2426 -"47364",11218,53219,3,2292,2973 -"47365",11218,53293,3,2292,2916 -"47366",11218,53475,3,2292,2853 -"47367",11218,54551,2,2292,2348 -"47368",11218,54929,1,2292,2783 -"47369",11218,55652,3,2292,2795 -"47370",11218,56082,2,2292,2395 -"47371",11218,56237,3,2292,2625 -"47372",11218,57969,3,2292,2755 -"47373",11218,57977,3,2292,2683 -"47374",11218,60476,3,2292,2508 -"47375",11218,61982,3,2292,2725 -"47376",11218,62841,3,2292,2710 -"47377",11218,66693,3,2292,2554 -"47378",11218,69716,3,2292,2632 -"47379",11218,71274,3,2292,2390 -"47380",11218,72207,2,2292,2430 -"47381",11218,72326,3,2292,2384 -"47382",11218,72501,3,2292,2795 -"47383",11218,76048,2,2292,2373 -"47384",11218,82732,3,2292,2810 -"47385",11218,83396,3,2292,2396 -"47386",11218,87110,3,2292,2801 -"47387",11218,89934,3,2292,2760 -"47388",11218,96435,3,2292,2765 -"47389",11229,270,2,1625,2542 -"47390",11229,380,3,1625,2261 -"47391",11229,1102,3,1625,2282 -"47392",11229,1520,3,1625,1716 -"47393",11229,1822,3,1625,2888 -"47394",11229,2111,2,1625,1904 -"47395",11229,2181,3,1625,2030 -"47396",11229,2424,3,1625,2582 -"47397",11229,3164,3,1625,2693 -"47398",11229,3306,3,1625,1989 -"47399",11229,3477,2,1625,2546 -"47400",11229,4360,3,1625,1770 -"47401",11229,5072,3,1625,2175 -"47402",11229,5235,3,1625,2324 -"47403",11229,5622,3,1625,2175 -"47404",11229,5971,2,1625,1985 -"47405",11229,6030,3,1625,2953 -"47406",11229,6047,3,1625,2004 -"47407",11229,6063,2,1625,2349 -"47408",11229,6222,3,1625,1949 -"47409",11229,6392,3,1625,1878 -"47410",11229,6588,2,1625,2025 -"47411",11229,6718,3,1625,2138 -"47412",11229,7180,3,1625,2227 -"47413",11229,7234,3,1625,2654 -"47414",11229,7555,3,1625,1943 -"47415",11229,8762,3,1625,2585 -"47416",11229,8993,3,1625,2099 -"47417",11229,9364,3,1625,1698 -"47418",11229,9503,3,1625,2453 -"47419",11229,9624,3,1625,2398 -"47420",11229,10857,3,1625,2253 -"47421",11229,11218,3,1625,2292 -"47422",11229,11477,3,1625,2724 -"47423",11229,12042,3,1625,2345 -"47424",11229,12374,3,1625,2260 -"47425",11229,12375,3,1625,1873 -"47426",11229,13307,3,1625,2206 -"47427",11229,13899,3,1625,2650 -"47428",11229,14032,3,1625,2144 -"47429",11229,14817,3,1625,2110 -"47430",11229,14959,3,1625,2898 -"47431",11229,14989,3,1625,2223 -"47432",11229,15003,3,1625,2067 -"47433",11229,15023,3,1625,2054 -"47434",11229,15700,3,1625,1712 -"47435",11229,16310,3,1625,2796 -"47436",11229,16352,3,1625,2657 -"47437",11229,17400,2,1625,2231 -"47438",11229,18005,3,1625,2449 -"47439",11229,18361,2,1625,2968 -"47440",11229,18394,3,1625,2356 -"47441",11229,19317,3,1625,2041 -"47442",11229,19622,3,1625,2371 -"47443",11229,20124,2,1625,2376 -"47444",11229,20311,3,1625,1981 -"47445",11229,20984,3,1625,2502 -"47446",11229,21012,3,1625,2325 -"47447",11229,21104,3,1625,2327 -"47448",11229,21684,3,1625,1971 -"47449",11229,21693,2,1625,2176 -"47450",11229,22197,3,1625,2271 -"47451",11229,22326,2,1625,2818 -"47452",11229,22362,2,1625,1836 -"47453",11229,22403,3,1625,1630 -"47454",11229,22566,3,1625,2308 -"47455",11229,23509,3,1625,2275 -"47456",11229,23526,3,1625,1998 -"47457",11229,23715,3,1625,1859 -"47458",11229,23725,2,1625,2378 -"47459",11229,25305,2,1625,2447 -"47460",11229,25643,3,1625,1646 -"47461",11229,26749,3,1625,2965 -"47462",11229,26848,2,1625,2363 -"47463",11229,26867,2,1625,1804 -"47464",11229,28050,3,1625,1955 -"47465",11229,28168,3,1625,2702 -"47466",11229,29962,3,1625,2201 -"47467",11229,30173,3,1625,2404 -"47468",11229,30334,3,1625,2075 -"47469",11229,30405,3,1625,2164 -"47470",11229,31093,3,1625,2160 -"47471",11229,31357,3,1625,2389 -"47472",11229,31436,3,1625,2892 -"47473",11229,32339,3,1625,2430 -"47474",11229,32395,3,1625,2735 -"47475",11229,33223,2,1625,2397 -"47476",11229,33451,3,1625,1957 -"47477",11229,33470,3,1625,2003 -"47478",11229,35822,3,1625,1903 -"47479",11229,37301,3,1625,2160 -"47480",11229,37636,3,1625,2178 -"47481",11229,38019,3,1625,1870 -"47482",11229,38457,3,1625,1630 -"47483",11229,39294,3,1625,1889 -"47484",11229,40392,3,1625,1878 -"47485",11229,40542,2,1625,1664 -"47486",11229,42687,3,1625,1952 -"47487",11229,43213,3,1625,2160 -"47488",11229,43455,3,1625,2846 -"47489",11229,45684,2,1625,2200 -"47490",11229,45729,3,1625,2606 -"47491",11229,46629,2,1625,2255 -"47492",11229,47595,3,1625,2374 -"47493",11229,49608,3,1625,2184 -"47494",11229,50118,3,1625,2654 -"47495",11229,50134,3,1625,2674 -"47496",11229,50236,2,1625,2339 -"47497",11229,51783,3,1625,2599 -"47498",11229,51843,3,1625,2389 -"47499",11229,52953,3,1625,1741 -"47500",11229,54551,3,1625,2348 -"47501",11229,54929,3,1625,2783 -"47502",11229,56082,2,1625,2395 -"47503",11229,56237,2,1625,2625 -"47504",11229,56317,3,1625,2030 -"47505",11229,57246,1,1625,1873 -"47506",11229,58508,3,1625,2326 -"47507",11229,59790,3,1625,1827 -"47508",11229,61982,3,1625,2725 -"47509",11229,64947,3,1625,2489 -"47510",11229,65242,3,1625,1988 -"47511",11229,68215,3,1625,2727 -"47512",11229,70217,3,1625,2332 -"47513",11229,71217,3,1625,2169 -"47514",11229,72207,3,1625,2430 -"47515",11229,72326,3,1625,2384 -"47516",11229,75403,2,1625,1895 -"47517",11229,79547,3,1625,1909 -"47518",11229,79804,3,1625,2227 -"47519",11229,82949,3,1625,2077 -"47520",11229,84317,3,1625,2081 -"47521",11229,85138,3,1625,1685 -"47522",11229,92104,3,1625,2339 -"47523",11229,101797,3,1625,2357 -"47524",11239,1831,3,2181,2397 -"47525",11239,2344,3,2181,2752 -"47526",11239,2852,3,2181,2448 -"47527",11239,2936,2,2181,2512 -"47528",11239,3271,3,2181,2216 -"47529",11239,4612,3,2181,2804 -"47530",11239,4681,3,2181,2356 -"47531",11239,5235,2,2181,2324 -"47532",11239,7029,2,2181,2204 -"47533",11239,7896,3,2181,2447 -"47534",11239,9272,2,2181,2835 -"47535",11239,9723,1,2181,2302 -"47536",11239,11103,3,2181,2393 -"47537",11239,16751,3,2181,2301 -"47538",11239,18344,3,2181,2204 -"47539",11239,18394,3,2181,2356 -"47540",11239,19215,2,2181,2604 -"47541",11239,19364,2,2181,2846 -"47542",11239,20700,3,2181,2861 -"47543",11239,22580,2,2181,2245 -"47544",11239,22709,2,2181,2743 -"47545",11239,24256,3,2181,2393 -"47546",11239,28923,3,2181,2362 -"47547",11239,29930,2,2181,2240 -"47548",11239,35477,3,2181,2703 -"47549",11239,39906,3,2181,2365 -"47550",11239,41240,3,2181,2220 -"47551",11239,42574,3,2181,2842 -"47552",11239,43226,3,2181,2442 -"47553",11239,45473,3,2181,2540 -"47554",11239,46506,3,2181,2464 -"47555",11239,51999,3,2181,2425 -"47556",11239,53219,3,2181,2973 -"47557",11239,58508,3,2181,2326 -"47558",11239,60516,3,2181,2257 -"47559",11239,69335,3,2181,2698 -"47560",11239,73553,2,2181,2726 -"47561",11239,77077,3,2181,2693 -"47562",11239,121354,3,2181,2862 -"47563",11253,3978,3,2577,2775 -"47564",11253,6989,3,2577,2623 -"47565",11253,30668,3,2577,2882 -"47566",11253,41978,3,2577,2824 -"47567",11253,46982,3,2577,2806 -"47568",11259,2907,3,1356,1980 -"47569",11259,4188,3,1356,2963 -"47570",11259,5937,3,1356,2392 -"47571",11259,6234,3,1356,2654 -"47572",11259,6235,3,1356,1585 -"47573",11259,6800,2,1356,2053 -"47574",11259,11868,3,1356,1639 -"47575",11259,14584,3,1356,1573 -"47576",11259,14838,3,1356,1746 -"47577",11259,15558,3,1356,2389 -"47578",11259,16477,3,1356,2069 -"47579",11259,19002,3,1356,2053 -"47580",11259,20011,3,1356,2826 -"47581",11259,23728,3,1356,2601 -"47582",11259,23771,3,1356,1614 -"47583",11259,23802,3,1356,1713 -"47584",11259,29775,3,1356,2064 -"47585",11259,30194,2,1356,2874 -"47586",11259,33460,3,1356,2781 -"47587",11259,39439,3,1356,2462 -"47588",11259,42136,2,1356,2551 -"47589",11259,44730,1,1356,2468 -"47590",11259,76505,3,1356,2123 -"47591",11259,76997,2,1356,2223 -"47592",11259,79913,3,1356,1514 -"47593",11259,86015,3,1356,1514 -"47594",11259,86716,3,1356,1609 -"47595",11259,96700,3,1356,1602 -"47596",11259,106330,3,1356,2559 -"47597",11259,113498,3,1356,2568 -"47598",11270,2282,3,1011,2056 -"47599",11270,3158,1,1011,2762 -"47600",11270,4249,3,1011,2547 -"47601",11270,4784,3,1011,2511 -"47602",11270,6020,3,1011,1864 -"47603",11270,6223,2,1011,2363 -"47604",11270,6345,3,1011,2713 -"47605",11270,8607,3,1011,1685 -"47606",11270,9269,3,1011,1892 -"47607",11270,9724,3,1011,2713 -"47608",11270,9740,3,1011,2233 -"47609",11270,9895,3,1011,1960 -"47610",11270,10146,2,1011,1878 -"47611",11270,10779,3,1011,2881 -"47612",11270,12632,3,1011,1174 -"47613",11270,12914,3,1011,1557 -"47614",11270,12966,2,1011,2011 -"47615",11270,13551,3,1011,1451 -"47616",11270,13595,3,1011,1164 -"47617",11270,13688,3,1011,1627 -"47618",11270,13930,3,1011,1274 -"47619",11270,14172,3,1011,1923 -"47620",11270,14612,3,1011,2340 -"47621",11270,14957,3,1011,2306 -"47622",11270,15782,3,1011,2306 -"47623",11270,16347,3,1011,1868 -"47624",11270,16963,3,1011,1999 -"47625",11270,17499,2,1011,2954 -"47626",11270,17695,3,1011,1930 -"47627",11270,18165,3,1011,2085 -"47628",11270,20695,3,1011,2526 -"47629",11270,21358,3,1011,1970 -"47630",11270,22357,3,1011,1397 -"47631",11270,28648,2,1011,1586 -"47632",11270,30544,3,1011,2041 -"47633",11270,30697,3,1011,2891 -"47634",11270,34274,3,1011,1437 -"47635",11270,36399,3,1011,1357 -"47636",11270,41350,2,1011,1935 -"47637",11270,41489,3,1011,2006 -"47638",11270,42372,3,1011,2230 -"47639",11270,43728,1,1011,2308 -"47640",11270,43957,3,1011,1824 -"47641",11270,44132,3,1011,1999 -"47642",11270,45297,3,1011,1864 -"47643",11270,48823,3,1011,2080 -"47644",11270,50468,3,1011,1659 -"47645",11270,51212,2,1011,1801 -"47646",11270,51505,3,1011,1572 -"47647",11270,53652,3,1011,2899 -"47648",11270,56364,3,1011,1626 -"47649",11270,64850,2,1011,2377 -"47650",11270,69260,2,1011,1698 -"47651",11270,76796,3,1011,1140 -"47652",11270,76842,3,1011,1518 -"47653",11270,78477,3,1011,1613 -"47654",11270,78843,3,1011,1524 -"47655",11270,91465,3,1011,1047 -"47656",11270,92630,3,1011,1583 -"47657",11270,93642,3,1011,1120 -"47658",11288,4071,3,345,357 -"47659",11288,10004,3,345,872 -"47660",11288,18479,2,345,2967 -"47661",11288,21976,3,345,1808 -"47662",11288,29275,3,345,949 -"47663",11288,31170,3,345,1776 -"47664",11288,35339,3,345,357 -"47665",11288,57383,3,345,1302 -"47666",11288,61973,3,345,892 -"47667",11288,69887,2,345,357 -"47668",11288,73810,3,345,1554 -"47669",11288,78262,3,345,1326 -"47670",11288,83228,3,345,732 -"47671",11288,89752,3,345,585 -"47672",11310,728,3,957,1812 -"47673",11310,1046,3,957,1881 -"47674",11310,1629,2,957,1289 -"47675",11310,2226,3,957,2225 -"47676",11310,2344,3,957,2752 -"47677",11310,2852,3,957,2448 -"47678",11310,2894,3,957,1291 -"47679",11310,2936,3,957,2512 -"47680",11310,3271,3,957,2216 -"47681",11310,4066,3,957,1736 -"47682",11310,4681,3,957,2356 -"47683",11310,7014,3,957,2401 -"47684",11310,7245,3,957,2089 -"47685",11310,7515,3,957,2737 -"47686",11310,8533,3,957,2251 -"47687",11310,8726,3,957,2083 -"47688",11310,9272,2,957,2835 -"47689",11310,9723,3,957,2302 -"47690",11310,10129,3,957,2124 -"47691",11310,11239,2,957,2181 -"47692",11310,11383,3,957,977 -"47693",11310,11434,3,957,1187 -"47694",11310,15453,3,957,1688 -"47695",11310,16684,3,957,1657 -"47696",11310,16850,3,957,1657 -"47697",11310,18102,3,957,1642 -"47698",11310,18202,3,957,2475 -"47699",11310,18965,3,957,2315 -"47700",11310,19215,3,957,2604 -"47701",11310,19364,2,957,2846 -"47702",11310,22580,3,957,2245 -"47703",11310,22709,2,957,2743 -"47704",11310,23132,3,957,2756 -"47705",11310,25327,3,957,977 -"47706",11310,27195,3,957,2158 -"47707",11310,28094,3,957,1423 -"47708",11310,28432,1,957,1954 -"47709",11310,31541,3,957,1500 -"47710",11310,32947,3,957,1091 -"47711",11310,34831,1,957,1866 -"47712",11310,34921,3,957,2181 -"47713",11310,35302,3,957,1589 -"47714",11310,35446,2,957,1203 -"47715",11310,37279,3,957,2768 -"47716",11310,37859,3,957,1999 -"47717",11310,39906,3,957,2365 -"47718",11310,43226,3,957,2442 -"47719",11310,47947,3,957,2681 -"47720",11310,48110,3,957,2009 -"47721",11310,51879,3,957,1771 -"47722",11310,51999,3,957,2425 -"47723",11310,52215,3,957,1908 -"47724",11310,53809,3,957,1956 -"47725",11310,53924,3,957,1289 -"47726",11310,54313,3,957,1645 -"47727",11310,55472,1,957,1516 -"47728",11310,57977,3,957,2683 -"47729",11310,58508,3,957,2326 -"47730",11310,60516,3,957,2257 -"47731",11310,60879,3,957,2792 -"47732",11310,63409,3,957,1937 -"47733",11310,63498,2,957,977 -"47734",11310,69335,3,957,2698 -"47735",11310,73305,3,957,2544 -"47736",11310,73553,1,957,2726 -"47737",11310,77077,3,957,2693 -"47738",11310,80301,3,957,1690 -"47739",11310,82819,3,957,1900 -"47740",11310,82932,3,957,2245 -"47741",11310,83253,3,957,1102 -"47742",11310,88592,3,957,1418 -"47743",11310,109978,2,957,1865 -"47744",11310,121354,3,957,2862 -"47745",11319,3271,3,2073,2216 -"47746",11319,9272,3,2073,2835 -"47747",11319,11506,3,2073,2824 -"47748",11319,14626,3,2073,2175 -"47749",11319,14761,3,2073,2502 -"47750",11319,18943,3,2073,2861 -"47751",11319,27826,3,2073,2824 -"47752",11319,29319,3,2073,2314 -"47753",11319,32235,3,2073,2109 -"47754",11319,32449,3,2073,2091 -"47755",11319,38038,3,2073,2686 -"47756",11319,43226,3,2073,2442 -"47757",11319,55171,3,2073,2972 -"47758",11319,58508,3,2073,2326 -"47759",11319,64174,3,2073,2377 -"47760",11319,69335,3,2073,2698 -"47761",11319,87362,3,2073,2902 -"47762",11338,13586,1,1019,2966 -"47763",11338,15700,3,1019,1712 -"47764",11338,29929,3,1019,2789 -"47765",11338,29941,3,1019,1986 -"47766",11338,29982,2,1019,1372 -"47767",11338,35815,2,1019,2789 -"47768",11338,42925,3,1019,1358 -"47769",11338,54305,3,1019,1222 -"47770",11338,66962,1,1019,1372 -"47771",11340,6603,2,188,2185 -"47772",11340,88209,3,188,663 -"47773",11346,3034,3,1924,2601 -"47774",11346,16497,3,1924,2370 -"47775",11346,33572,3,1924,2370 -"47776",11346,44427,3,1924,2875 -"47777",11346,49965,2,1924,2301 -"47778",11346,53031,3,1924,2065 -"47779",11346,55828,2,1924,2393 -"47780",11346,68390,3,1924,2608 -"47781",11346,78002,2,1924,2271 -"47782",11348,1453,3,824,1737 -"47783",11348,1592,3,824,2006 -"47784",11348,1639,1,824,2631 -"47785",11348,2208,2,824,2814 -"47786",11348,2709,3,824,1673 -"47787",11348,2716,3,824,1748 -"47788",11348,2742,2,824,1192 -"47789",11348,2972,3,824,1708 -"47790",11348,3306,3,824,1989 -"47791",11348,4317,1,824,1224 -"47792",11348,4790,3,824,1025 -"47793",11348,4791,3,824,1184 -"47794",11348,5438,3,824,1499 -"47795",11348,6044,3,824,2744 -"47796",11348,6104,3,824,2462 -"47797",11348,7241,3,824,2259 -"47798",11348,7506,3,824,2371 -"47799",11348,7616,3,824,2296 -"47800",11348,7627,3,824,1543 -"47801",11348,7759,3,824,2844 -"47802",11348,8712,3,824,1153 -"47803",11348,9871,3,824,921 -"47804",11348,10358,3,824,2294 -"47805",11348,10453,3,824,1656 -"47806",11348,10744,2,824,955 -"47807",11348,10851,3,824,2423 -"47808",11348,12272,3,824,2371 -"47809",11348,12524,3,824,1287 -"47810",11348,13043,2,824,1295 -"47811",11348,13200,3,824,2488 -"47812",11348,13311,3,824,2315 -"47813",11348,15003,3,824,2067 -"47814",11348,16518,2,824,2642 -"47815",11348,16539,3,824,1947 -"47816",11348,17221,3,824,2487 -"47817",11348,17632,3,824,1947 -"47818",11348,19835,3,824,1135 -"47819",11348,19926,2,824,2444 -"47820",11348,21198,3,824,935 -"47821",11348,22543,3,824,1594 -"47822",11348,23310,3,824,2371 -"47823",11348,23725,3,824,2378 -"47824",11348,23825,2,824,1913 -"47825",11348,26080,3,824,2525 -"47826",11348,26749,3,824,2965 -"47827",11348,27173,3,824,2050 -"47828",11348,27427,3,824,2325 -"47829",11348,28048,3,824,1637 -"47830",11348,32457,3,824,2690 -"47831",11348,32919,3,824,2321 -"47832",11348,33949,3,824,2489 -"47833",11348,34836,3,824,2302 -"47834",11348,35926,3,824,2371 -"47835",11348,37285,3,824,2428 -"47836",11348,38019,3,824,1870 -"47837",11348,38055,3,824,1089 -"47838",11348,42543,3,824,1907 -"47839",11348,44557,2,824,2371 -"47840",11348,44819,3,824,2063 -"47841",11348,45776,2,824,1195 -"47842",11348,46621,3,824,1343 -"47843",11348,46803,3,824,2305 -"47844",11348,47064,3,824,1993 -"47845",11348,48289,2,824,2209 -"47846",11348,48605,3,824,2796 -"47847",11348,50041,3,824,1565 -"47848",11348,50134,3,824,2674 -"47849",11348,50275,2,824,2832 -"47850",11348,52154,2,824,1722 -"47851",11348,53885,3,824,1199 -"47852",11348,54250,3,824,2340 -"47853",11348,54929,3,824,2783 -"47854",11348,56688,3,824,2331 -"47855",11348,57842,3,824,2482 -"47856",11348,60624,2,824,1570 -"47857",11348,65475,3,824,1267 -"47858",11348,65691,3,824,2134 -"47859",11348,67805,3,824,1338 -"47860",11348,69250,3,824,1439 -"47861",11348,69745,3,824,1594 -"47862",11348,71342,3,824,1289 -"47863",11348,72956,3,824,1251 -"47864",11348,75948,3,824,1006 -"47865",11348,76133,3,824,1565 -"47866",11348,83434,3,824,850 -"47867",11348,84907,3,824,1259 -"47868",11348,87837,3,824,1987 -"47869",11348,88232,3,824,2881 -"47870",11348,92322,3,824,2393 -"47871",11348,97427,3,824,1060 -"47872",11348,104289,1,824,834 -"47873",11348,119208,2,824,2646 -"47874",11351,16954,3,2971,2972 -"47875",11359,1090,3,1502,2370 -"47876",11359,1092,3,1502,1945 -"47877",11359,8419,3,1502,1956 -"47878",11359,10382,3,1502,2111 -"47879",11359,18244,3,1502,1622 -"47880",11359,27277,1,1502,1994 -"47881",11359,27397,2,1502,2456 -"47882",11359,35854,2,1502,1676 -"47883",11359,37915,3,1502,1905 -"47884",11359,41998,2,1502,2400 -"47885",11359,53779,3,1502,2000 -"47886",11359,64502,3,1502,1670 -"47887",11359,85736,3,1502,1601 -"47888",11359,94125,3,1502,2280 -"47889",11381,1897,3,1638,1727 -"47890",11381,2288,2,1638,1870 -"47891",11381,3271,3,1638,2216 -"47892",11381,3317,3,1638,2037 -"47893",11381,4730,3,1638,2131 -"47894",11381,5055,3,1638,1796 -"47895",11381,6824,2,1638,2680 -"47896",11381,7269,3,1638,1728 -"47897",11381,7433,3,1638,2255 -"47898",11381,7443,3,1638,2028 -"47899",11381,9272,3,1638,2835 -"47900",11381,9861,3,1638,2680 -"47901",11381,10638,2,1638,2692 -"47902",11381,10914,2,1638,1660 -"47903",11381,11506,1,1638,2824 -"47904",11381,13394,2,1638,1667 -"47905",11381,16594,2,1638,1755 -"47906",11381,18571,3,1638,2128 -"47907",11381,18943,2,1638,2861 -"47908",11381,20007,3,1638,2971 -"47909",11381,20432,3,1638,1727 -"47910",11381,21463,3,1638,2437 -"47911",11381,22297,3,1638,1904 -"47912",11381,27783,3,1638,2302 -"47913",11381,28582,3,1638,2698 -"47914",11381,31164,2,1638,1996 -"47915",11381,32449,2,1638,2091 -"47916",11381,34162,3,1638,2336 -"47917",11381,36136,3,1638,2338 -"47918",11381,39105,3,1638,2487 -"47919",11381,41978,3,1638,2824 -"47920",11381,43226,3,1638,2442 -"47921",11381,45730,3,1638,2063 -"47922",11381,46951,2,1638,2429 -"47923",11381,47384,3,1638,1639 -"47924",11381,48110,3,1638,2009 -"47925",11381,53013,3,1638,2523 -"47926",11381,53697,3,1638,1909 -"47927",11381,55604,2,1638,2342 -"47928",11381,56275,3,1638,2152 -"47929",11381,56338,2,1638,1818 -"47930",11381,58508,3,1638,2326 -"47931",11381,59039,3,1638,2870 -"47932",11381,66911,2,1638,1920 -"47933",11381,68592,3,1638,2551 -"47934",11381,69335,2,1638,2698 -"47935",11381,80301,3,1638,1690 -"47936",11381,97013,3,1638,1797 -"47937",11381,104306,3,1638,1665 -"47938",11382,10148,3,2746,2964 -"47939",11382,36441,3,2746,2796 -"47940",11383,798,3,977,2476 -"47941",11383,1015,3,977,1174 -"47942",11383,1196,3,977,1986 -"47943",11383,1203,2,977,1350 -"47944",11383,2120,3,977,1133 -"47945",11383,2294,3,977,1638 -"47946",11383,2852,2,977,2448 -"47947",11383,3284,1,977,1541 -"47948",11383,5599,3,977,1684 -"47949",11383,5897,3,977,2337 -"47950",11383,8610,2,977,2240 -"47951",11383,8726,3,977,2083 -"47952",11383,8777,3,977,1620 -"47953",11383,8860,3,977,2141 -"47954",11383,9481,3,977,1610 -"47955",11383,10087,3,977,1617 -"47956",11383,11239,3,977,2181 -"47957",11383,11625,3,977,2022 -"47958",11383,12897,2,977,1351 -"47959",11383,12948,3,977,2669 -"47960",11383,14754,3,977,2456 -"47961",11383,15978,3,977,981 -"47962",11383,19605,3,977,2395 -"47963",11383,19655,3,977,2706 -"47964",11383,21207,2,977,1258 -"47965",11383,23825,3,977,1913 -"47966",11383,27509,3,977,2067 -"47967",11383,28081,2,977,1927 -"47968",11383,28094,3,977,1423 -"47969",11383,29454,3,977,2719 -"47970",11383,32549,2,977,2111 -"47971",11383,32775,2,977,2135 -"47972",11383,34094,3,977,1360 -"47973",11383,34831,3,977,1866 -"47974",11383,35477,3,977,2703 -"47975",11383,36514,1,977,1192 -"47976",11383,37929,3,977,2393 -"47977",11383,38333,3,977,1365 -"47978",11383,40572,3,977,2666 -"47979",11383,41023,3,977,2408 -"47980",11383,41581,3,977,1692 -"47981",11383,41764,3,977,2409 -"47982",11383,44235,3,977,2700 -"47983",11383,45329,3,977,1693 -"47984",11383,45869,3,977,2840 -"47985",11383,48015,3,977,1355 -"47986",11383,52215,3,977,1908 -"47987",11383,54631,3,977,1531 -"47988",11383,55472,3,977,1516 -"47989",11383,61355,3,977,2467 -"47990",11383,61585,2,977,2315 -"47991",11383,66693,3,977,2554 -"47992",11383,68789,2,977,1929 -"47993",11383,70070,3,977,2425 -"47994",11383,71531,3,977,2887 -"47995",11383,73172,3,977,2496 -"47996",11383,87509,3,977,1907 -"47997",11410,2258,1,201,288 -"47998",11410,8157,3,201,1063 -"47999",11410,25259,2,201,1699 -"48000",11410,26100,3,201,1966 -"48001",11410,64439,3,201,562 -"48002",11419,798,3,1408,2476 -"48003",11419,1386,3,1408,1901 -"48004",11419,5971,3,1408,1985 -"48005",11419,7014,3,1408,2401 -"48006",11419,9030,3,1408,1979 -"48007",11419,9331,3,1408,2269 -"48008",11419,9620,3,1408,2339 -"48009",11419,10914,3,1408,1660 -"48010",11419,13201,3,1408,2034 -"48011",11419,14669,3,1408,2080 -"48012",11419,14772,3,1408,2386 -"48013",11419,15343,3,1408,2125 -"48014",11419,17812,2,1408,2705 -"48015",11419,17967,3,1408,2125 -"48016",11419,18005,3,1408,2449 -"48017",11419,21417,3,1408,2422 -"48018",11419,23301,3,1408,1611 -"48019",11419,27399,3,1408,1866 -"48020",11419,29756,3,1408,2051 -"48021",11419,29791,3,1408,1986 -"48022",11419,32606,3,1408,2100 -"48023",11419,34311,3,1408,2213 -"48024",11419,35542,3,1408,1439 -"48025",11419,37060,3,1408,2840 -"48026",11419,38259,3,1408,2258 -"48027",11419,38908,3,1408,1787 -"48028",11419,39987,3,1408,2096 -"48029",11419,45664,3,1408,2235 -"48030",11419,51758,3,1408,2310 -"48031",11419,51879,2,1408,1771 -"48032",11419,55691,3,1408,2856 -"48033",11419,61336,3,1408,2218 -"48034",11419,68215,3,1408,2727 -"48035",11419,73266,1,1408,2496 -"48036",11419,80655,3,1408,1546 -"48037",11419,82932,3,1408,2245 -"48038",11419,90501,2,1408,2380 -"48039",11424,4032,3,1631,1763 -"48040",11424,4660,3,1631,2149 -"48041",11424,8610,3,1631,2240 -"48042",11424,8726,3,1631,2083 -"48043",11424,10336,3,1631,2271 -"48044",11424,13079,1,1631,2547 -"48045",11424,14754,3,1631,2456 -"48046",11424,15567,3,1631,2671 -"48047",11424,20894,3,1631,2214 -"48048",11424,22578,3,1631,2216 -"48049",11424,28081,3,1631,1927 -"48050",11424,46532,3,1631,2005 -"48051",11424,63641,3,1631,2337 -"48052",11424,66717,3,1631,2104 -"48053",11429,680,3,2520,2569 -"48054",11429,841,3,2520,2964 -"48055",11429,8062,2,2520,2858 -"48056",11429,10200,2,2520,2920 -"48057",11429,11477,3,2520,2724 -"48058",11429,12948,3,2520,2669 -"48059",11429,14586,3,2520,2801 -"48060",11429,16176,3,2520,2703 -"48061",11429,17037,3,2520,2947 -"48062",11429,18371,3,2520,2860 -"48063",11429,24086,2,2520,2663 -"48064",11429,25373,3,2520,2783 -"48065",11429,26152,3,2520,2818 -"48066",11429,27742,3,2520,2700 -"48067",11429,30705,3,2520,2959 -"48068",11429,33755,2,2520,2963 -"48069",11429,36662,3,2520,2967 -"48070",11429,36953,3,2520,2790 -"48071",11429,37342,1,2520,2649 -"48072",11429,38602,3,2520,2693 -"48073",11429,42883,3,2520,2575 -"48074",11429,45869,3,2520,2840 -"48075",11429,51783,2,2520,2599 -"48076",11429,61513,3,2520,2948 -"48077",11429,122567,3,2520,2783 -"48078",11432,2979,3,1593,2912 -"48079",11432,17812,3,1593,2705 -"48080",11432,22403,3,1593,1630 -"48081",11432,30334,3,1593,2075 -"48082",11432,31001,3,1593,2119 -"48083",11432,31700,3,1593,2727 -"48084",11432,31866,3,1593,2101 -"48085",11432,37636,3,1593,2178 -"48086",11432,40392,3,1593,1878 -"48087",11432,49414,3,1593,1667 -"48088",11432,51783,3,1593,2599 -"48089",11432,61337,3,1593,2777 -"48090",11432,70433,3,1593,2639 -"48091",11434,135,3,1187,2233 -"48092",11434,145,3,1187,1998 -"48093",11434,455,2,1187,2827 -"48094",11434,470,2,1187,2285 -"48095",11434,600,2,1187,1702 -"48096",11434,675,3,1187,1686 -"48097",11434,913,2,1187,2144 -"48098",11434,1036,3,1187,1367 -"48099",11434,1136,3,1187,2536 -"48100",11434,1592,3,1187,2006 -"48101",11434,1691,3,1187,1941 -"48102",11434,2523,3,1187,1691 -"48103",11434,3878,3,1187,1890 -"48104",11434,4084,3,1187,2133 -"48105",11434,4687,2,1187,2152 -"48106",11434,5451,3,1187,1299 -"48107",11434,5491,3,1187,2048 -"48108",11434,5504,3,1187,2389 -"48109",11434,6104,3,1187,2462 -"48110",11434,6252,3,1187,2336 -"48111",11434,6390,2,1187,2385 -"48112",11434,6428,3,1187,1952 -"48113",11434,6491,3,1187,2424 -"48114",11434,6718,3,1187,2138 -"48115",11434,7245,3,1187,2089 -"48116",11434,7515,2,1187,2737 -"48117",11434,7847,3,1187,2424 -"48118",11434,8888,3,1187,1328 -"48119",11434,9184,3,1187,2670 -"48120",11434,9311,3,1187,2477 -"48121",11434,9432,2,1187,1693 -"48122",11434,9511,2,1187,1232 -"48123",11434,10433,2,1187,2075 -"48124",11434,10523,3,1187,1510 -"48125",11434,11516,1,1187,1937 -"48126",11434,12199,2,1187,1651 -"48127",11434,12528,3,1187,2589 -"48128",11434,12602,3,1187,1956 -"48129",11434,12618,3,1187,2021 -"48130",11434,13068,2,1187,1778 -"48131",11434,13248,3,1187,1385 -"48132",11434,13837,2,1187,1604 -"48133",11434,13890,3,1187,1482 -"48134",11434,14108,3,1187,2012 -"48135",11434,14943,3,1187,1942 -"48136",11434,15716,3,1187,1991 -"48137",11434,15799,3,1187,1917 -"48138",11434,16750,3,1187,1225 -"48139",11434,17396,3,1187,1672 -"48140",11434,17645,3,1187,1918 -"48141",11434,17698,2,1187,1559 -"48142",11434,18151,3,1187,2962 -"48143",11434,18315,3,1187,2720 -"48144",11434,18543,3,1187,2968 -"48145",11434,19208,3,1187,2629 -"48146",11434,19322,2,1187,2048 -"48147",11434,19335,2,1187,1729 -"48148",11434,19605,3,1187,2395 -"48149",11434,19718,3,1187,1702 -"48150",11434,19934,3,1187,2888 -"48151",11434,20407,3,1187,2339 -"48152",11434,21122,3,1187,1701 -"48153",11434,21133,3,1187,1320 -"48154",11434,21795,3,1187,2653 -"48155",11434,22331,3,1187,2687 -"48156",11434,22567,2,1187,2396 -"48157",11434,23132,1,1187,2756 -"48158",11434,23705,3,1187,2699 -"48159",11434,23918,3,1187,1881 -"48160",11434,24448,3,1187,2289 -"48161",11434,24568,1,1187,1937 -"48162",11434,25378,2,1187,1245 -"48163",11434,25443,3,1187,1441 -"48164",11434,25816,2,1187,2088 -"48165",11434,27275,3,1187,2656 -"48166",11434,27280,3,1187,1965 -"48167",11434,27390,3,1187,2425 -"48168",11434,27391,2,1187,2378 -"48169",11434,27628,3,1187,2389 -"48170",11434,27837,2,1187,1315 -"48171",11434,28115,2,1187,1835 -"48172",11434,28432,3,1187,1954 -"48173",11434,28991,3,1187,1688 -"48174",11434,29170,3,1187,1846 -"48175",11434,29308,3,1187,2094 -"48176",11434,29930,3,1187,2240 -"48177",11434,30052,3,1187,2855 -"48178",11434,30865,3,1187,2038 -"48179",11434,31050,2,1187,1491 -"48180",11434,31235,2,1187,2668 -"48181",11434,34160,2,1187,1759 -"48182",11434,35302,1,1187,1589 -"48183",11434,36439,3,1187,2469 -"48184",11434,36651,3,1187,1600 -"48185",11434,38213,2,1187,1744 -"48186",11434,39189,3,1187,2319 -"48187",11434,40368,3,1187,2876 -"48188",11434,40369,3,1187,2735 -"48189",11434,40383,2,1187,2639 -"48190",11434,41739,2,1187,1339 -"48191",11434,42687,3,1187,1952 -"48192",11434,43941,2,1187,1289 -"48193",11434,45633,3,1187,2134 -"48194",11434,46182,3,1187,1613 -"48195",11434,46621,3,1187,1343 -"48196",11434,47445,3,1187,2668 -"48197",11434,47968,3,1187,2829 -"48198",11434,49144,3,1187,1542 -"48199",11434,49620,2,1187,1868 -"48200",11434,50480,3,1187,2701 -"48201",11434,51925,3,1187,2307 -"48202",11434,52136,3,1187,1412 -"48203",11434,52327,3,1187,1472 -"48204",11434,53196,3,1187,1888 -"48205",11434,54855,2,1187,1525 -"48206",11434,55084,3,1187,1189 -"48207",11434,57129,3,1187,1858 -"48208",11434,57544,3,1187,2443 -"48209",11434,59022,3,1187,2494 -"48210",11434,59700,3,1187,2346 -"48211",11434,59790,3,1187,1827 -"48212",11434,60661,3,1187,2700 -"48213",11434,62219,1,1187,2494 -"48214",11434,62840,3,1187,2502 -"48215",11434,63409,2,1187,1937 -"48216",11434,64181,3,1187,1828 -"48217",11434,64997,3,1187,2791 -"48218",11434,65522,3,1187,1572 -"48219",11434,65625,3,1187,1273 -"48220",11434,66413,3,1187,2507 -"48221",11434,73305,2,1187,2544 -"48222",11434,73553,3,1187,2726 -"48223",11434,74636,2,1187,2525 -"48224",11434,78037,3,1187,1606 -"48225",11434,79804,2,1187,2227 -"48226",11434,80429,2,1187,1927 -"48227",11434,82949,3,1187,2077 -"48228",11434,83907,3,1187,2056 -"48229",11434,88232,3,1187,2881 -"48230",11434,88808,2,1187,1462 -"48231",11434,92322,2,1187,2393 -"48232",11434,97013,3,1187,1797 -"48233",11434,97915,3,1187,1802 -"48234",11434,105063,3,1187,1908 -"48235",11434,107649,2,1187,1573 -"48236",11440,270,2,2026,2542 -"48237",11440,312,2,2026,2038 -"48238",11440,380,2,2026,2261 -"48239",11440,913,3,2026,2144 -"48240",11440,1102,3,2026,2282 -"48241",11440,2036,3,2026,2483 -"48242",11440,2181,3,2026,2030 -"48243",11440,2424,2,2026,2582 -"48244",11440,2572,3,2026,2273 -"48245",11440,3305,3,2026,2839 -"48246",11440,4953,3,2026,2285 -"48247",11440,6055,3,2026,2651 -"48248",11440,6208,3,2026,2361 -"48249",11440,6363,3,2026,2066 -"48250",11440,9184,3,2026,2670 -"48251",11440,10513,3,2026,2284 -"48252",11440,11055,3,2026,2111 -"48253",11440,12728,2,2026,2374 -"48254",11440,13307,3,2026,2206 -"48255",11440,14252,3,2026,2244 -"48256",11440,14959,3,2026,2898 -"48257",11440,15813,3,2026,2143 -"48258",11440,16432,3,2026,2664 -"48259",11440,16954,3,2026,2972 -"48260",11440,17365,3,2026,2746 -"48261",11440,17999,3,2026,2758 -"48262",11440,18394,3,2026,2356 -"48263",11440,19248,1,2026,2357 -"48264",11440,19622,3,2026,2371 -"48265",11440,19719,2,2026,2177 -"48266",11440,21012,3,2026,2325 -"48267",11440,21104,3,2026,2327 -"48268",11440,21285,3,2026,2100 -"48269",11440,21693,3,2026,2176 -"48270",11440,22277,3,2026,2424 -"48271",11440,23509,1,2026,2275 -"48272",11440,25129,3,2026,2647 -"48273",11440,26451,3,2026,2133 -"48274",11440,26749,3,2026,2965 -"48275",11440,27275,3,2026,2656 -"48276",11440,27694,2,2026,2030 -"48277",11440,29095,3,2026,2531 -"48278",11440,33380,3,2026,2340 -"48279",11440,33672,3,2026,2396 -"48280",11440,35738,3,2026,2448 -"48281",11440,38307,3,2026,2648 -"48282",11440,39535,3,2026,2428 -"48283",11440,41945,3,2026,2856 -"48284",11440,43455,2,2026,2846 -"48285",11440,46629,2,2026,2255 -"48286",11440,48605,2,2026,2796 -"48287",11440,50118,3,2026,2654 -"48288",11440,51041,3,2026,2606 -"48289",11440,51866,3,2026,2411 -"48290",11440,52570,3,2026,2645 -"48291",11440,52576,3,2026,2234 -"48292",11440,54695,3,2026,2429 -"48293",11440,55468,3,2026,2511 -"48294",11440,56317,3,2026,2030 -"48295",11440,58508,3,2026,2326 -"48296",11440,59700,3,2026,2346 -"48297",11440,61982,2,2026,2725 -"48298",11440,62841,2,2026,2710 -"48299",11440,64945,3,2026,2279 -"48300",11440,70203,2,2026,2756 -"48301",11440,76892,3,2026,2381 -"48302",11450,14,2,915,1793 -"48303",11450,915,3,915,1793 -"48304",11450,1102,3,915,2282 -"48305",11450,1767,2,915,2727 -"48306",11450,2337,3,915,1697 -"48307",11450,2600,3,915,1182 -"48308",11450,3068,2,915,1815 -"48309",11450,3980,2,915,2771 -"48310",11450,8621,3,915,1681 -"48311",11450,9440,3,915,1006 -"48312",11450,11625,2,915,2022 -"48313",11450,12724,3,915,1930 -"48314",11450,12779,3,915,936 -"48315",11450,13158,2,915,2667 -"48316",11450,14072,3,915,1346 -"48317",11450,14328,2,915,1725 -"48318",11450,15235,1,915,1045 -"48319",11450,15539,3,915,1929 -"48320",11450,17632,3,915,1947 -"48321",11450,17943,3,915,1943 -"48322",11450,19282,3,915,1623 -"48323",11450,19606,3,915,2783 -"48324",11450,20416,2,915,2323 -"48325",11450,20732,3,915,2401 -"48326",11450,22057,3,915,974 -"48327",11450,23726,3,915,2434 -"48328",11450,23751,3,915,1740 -"48329",11450,24255,3,915,2770 -"48330",11450,30092,2,915,1593 -"48331",11450,30236,3,915,2238 -"48332",11450,30827,2,915,2323 -"48333",11450,30850,1,915,1045 -"48334",11450,32064,3,915,1739 -"48335",11450,33380,3,915,2340 -"48336",11450,34136,3,915,2202 -"48337",11450,34659,3,915,1924 -"48338",11450,38213,3,915,1744 -"48339",11450,38284,2,915,1234 -"48340",11450,39135,2,915,2489 -"48341",11450,42216,2,915,2722 -"48342",11450,43404,1,915,2649 -"48343",11450,45302,3,915,2390 -"48344",11450,46680,3,915,1690 -"48345",11450,46717,2,915,938 -"48346",11450,48823,3,915,2080 -"48347",11450,49620,3,915,1868 -"48348",11450,55084,1,915,1189 -"48349",11450,60179,3,915,2708 -"48350",11450,74636,3,915,2525 -"48351",11450,75028,3,915,1660 -"48352",11450,88063,2,915,1045 -"48353",11450,88070,2,915,949 -"48354",11450,88609,3,915,1917 -"48355",11450,95879,3,915,1748 -"48356",11456,6030,3,2715,2953 -"48357",11456,13760,3,2715,2871 -"48358",11456,25325,3,2715,2963 -"48359",11456,36646,2,2715,2744 -"48360",11456,42196,3,2715,2765 -"48361",11456,47877,3,2715,2970 -"48362",11456,49110,3,2715,2938 -"48363",11456,54929,3,2715,2783 -"48364",11471,671,3,839,2328 -"48365",11471,803,3,839,1666 -"48366",11471,2063,3,839,1278 -"48367",11471,2743,2,839,1278 -"48368",11471,3242,3,839,1730 -"48369",11471,3352,3,839,1707 -"48370",11471,10875,3,839,1234 -"48371",11471,11063,1,839,1967 -"48372",11471,12867,3,839,2773 -"48373",11471,16164,3,839,1184 -"48374",11471,20563,3,839,2267 -"48375",11471,20783,2,839,2414 -"48376",11471,20824,3,839,1366 -"48377",11471,23506,3,839,1172 -"48378",11471,43883,3,839,925 -"48379",11471,51022,3,839,1499 -"48380",11471,76081,3,839,1534 -"48381",11471,100134,3,839,977 -"48382",11477,5239,3,2724,2875 -"48383",11477,6030,3,2724,2953 -"48384",11477,8062,3,2724,2858 -"48385",11477,9272,3,2724,2835 -"48386",11477,18371,3,2724,2860 -"48387",11477,25373,3,2724,2783 -"48388",11477,30705,3,2724,2959 -"48389",11477,31436,3,2724,2892 -"48390",11477,33801,3,2724,2899 -"48391",11477,36953,3,2724,2790 -"48392",11477,43455,3,2724,2846 -"48393",11477,50785,3,2724,2877 -"48394",11477,51052,3,2724,2784 -"48395",11477,53475,3,2724,2853 -"48396",11477,54929,3,2724,2783 -"48397",11477,59005,3,2724,2817 -"48398",11477,61982,3,2724,2725 -"48399",11477,68215,3,2724,2727 -"48400",11477,99215,2,2724,2791 -"48401",11493,341,3,2077,2689 -"48402",11493,3493,3,2077,2451 -"48403",11493,3966,3,2077,2425 -"48404",11493,5315,3,2077,2631 -"48405",11493,6192,3,2077,2409 -"48406",11493,7029,3,2077,2204 -"48407",11493,10310,1,2077,2774 -"48408",11493,10358,3,2077,2294 -"48409",11493,11103,2,2077,2393 -"48410",11493,11239,3,2077,2181 -"48411",11493,14032,3,2077,2144 -"48412",11493,16352,3,2077,2657 -"48413",11493,18165,3,2077,2085 -"48414",11493,18344,3,2077,2204 -"48415",11493,19208,3,2077,2629 -"48416",11493,20331,3,2077,2365 -"48417",11493,20730,3,2077,2243 -"48418",11493,23725,3,2077,2378 -"48419",11493,24256,2,2077,2393 -"48420",11493,25325,3,2077,2963 -"48421",11493,27195,2,2077,2158 -"48422",11493,29580,3,2077,2776 -"48423",11493,29930,1,2077,2240 -"48424",11493,31705,3,2077,2706 -"48425",11493,33184,2,2077,2522 -"48426",11493,34735,3,2077,2767 -"48427",11493,36441,3,2077,2796 -"48428",11493,36574,3,2077,2934 -"48429",11493,41770,2,2077,2752 -"48430",11493,41955,3,2077,2479 -"48431",11493,42390,3,2077,2937 -"48432",11493,42574,3,2077,2842 -"48433",11493,42799,3,2077,2729 -"48434",11493,45504,3,2077,2301 -"48435",11493,53219,3,2077,2973 -"48436",11493,54551,3,2077,2348 -"48437",11493,67129,3,2077,2335 -"48438",11493,73305,3,2077,2544 -"48439",11493,80944,3,2077,2300 -"48440",11493,117956,3,2077,2774 -"48441",11504,12122,3,1260,1385 -"48442",11504,50041,3,1260,1565 -"48443",11506,9272,3,2824,2835 -"48444",11506,11351,3,2824,2971 -"48445",11506,18943,1,2824,2861 -"48446",11506,20007,2,2824,2971 -"48447",11506,59039,3,2824,2870 -"48448",11516,145,3,1937,1998 -"48449",11516,455,3,1937,2827 -"48450",11516,470,3,1937,2285 -"48451",11516,913,2,1937,2144 -"48452",11516,1136,3,1937,2536 -"48453",11516,1691,3,1937,1941 -"48454",11516,2208,3,1937,2814 -"48455",11516,3520,3,1937,2281 -"48456",11516,4084,3,1937,2133 -"48457",11516,4687,3,1937,2152 -"48458",11516,5504,3,1937,2389 -"48459",11516,6390,2,1937,2385 -"48460",11516,6718,3,1937,2138 -"48461",11516,7245,3,1937,2089 -"48462",11516,7515,2,1937,2737 -"48463",11516,7847,3,1937,2424 -"48464",11516,8226,3,1937,2046 -"48465",11516,9175,3,1937,2639 -"48466",11516,9184,3,1937,2670 -"48467",11516,9311,3,1937,2477 -"48468",11516,10433,3,1937,2075 -"48469",11516,12602,3,1937,1956 -"48470",11516,18315,3,1937,2720 -"48471",11516,19322,1,1937,2048 -"48472",11516,19934,3,1937,2888 -"48473",11516,20407,3,1937,2339 -"48474",11516,22567,3,1937,2396 -"48475",11516,23132,2,1937,2756 -"48476",11516,24448,3,1937,2289 -"48477",11516,24558,3,1937,2139 -"48478",11516,25816,3,1937,2088 -"48479",11516,27275,3,1937,2656 -"48480",11516,27280,3,1937,1965 -"48481",11516,27390,3,1937,2425 -"48482",11516,27391,2,1937,2378 -"48483",11516,28892,3,1937,2023 -"48484",11516,29308,3,1937,2094 -"48485",11516,29930,3,1937,2240 -"48486",11516,30865,3,1937,2038 -"48487",11516,31235,2,1937,2668 -"48488",11516,36439,3,1937,2469 -"48489",11516,39189,2,1937,2319 -"48490",11516,40383,3,1937,2639 -"48491",11516,42687,3,1937,1952 -"48492",11516,45633,3,1937,2134 -"48493",11516,47445,3,1937,2668 -"48494",11516,47968,3,1937,2829 -"48495",11516,51925,3,1937,2307 -"48496",11516,57544,3,1937,2443 -"48497",11516,62219,1,1937,2494 -"48498",11516,62840,3,1937,2502 -"48499",11516,62852,3,1937,2067 -"48500",11516,64997,3,1937,2791 -"48501",11516,66413,3,1937,2507 -"48502",11516,73305,3,1937,2544 -"48503",11516,74636,3,1937,2525 -"48504",11516,79804,2,1937,2227 -"48505",11516,82949,3,1937,2077 -"48506",11516,83907,2,1937,2056 -"48507",11516,89241,3,1937,2319 -"48508",11516,91772,3,1937,2233 -"48509",11516,92322,3,1937,2393 -"48510",11518,237,3,803,1982 -"48511",11518,919,3,803,910 -"48512",11518,1822,3,803,2888 -"48513",11518,2057,3,803,1965 -"48514",11518,2120,2,803,1133 -"48515",11518,2139,2,803,2502 -"48516",11518,2181,3,803,2030 -"48517",11518,2226,3,803,2225 -"48518",11518,2852,3,803,2448 -"48519",11518,3477,2,803,2546 -"48520",11518,3770,3,803,2623 -"48521",11518,4367,3,803,2794 -"48522",11518,4602,3,803,2446 -"48523",11518,4622,3,803,1589 -"48524",11518,6063,2,803,2349 -"48525",11518,6392,3,803,1878 -"48526",11518,8993,3,803,2099 -"48527",11518,9332,3,803,2734 -"48528",11518,9503,3,803,2453 -"48529",11518,10766,3,803,2647 -"48530",11518,10875,3,803,1234 -"48531",11518,11143,3,803,2623 -"48532",11518,11154,3,803,1594 -"48533",11518,11229,3,803,1625 -"48534",11518,11383,3,803,977 -"48535",11518,12653,3,803,1573 -"48536",11518,12735,2,803,819 -"48537",11518,12779,2,803,936 -"48538",11518,13007,2,803,2496 -"48539",11518,13899,3,803,2650 -"48540",11518,14817,3,803,2110 -"48541",11518,14915,3,803,2606 -"48542",11518,15023,3,803,2054 -"48543",11518,15095,3,803,2001 -"48544",11518,15443,3,803,1631 -"48545",11518,16021,3,803,858 -"48546",11518,16959,3,803,888 -"48547",11518,17133,2,803,924 -"48548",11518,17399,3,803,884 -"48549",11518,18217,2,803,1566 -"48550",11518,19317,3,803,2041 -"48551",11518,20124,3,803,2376 -"48552",11518,20343,3,803,851 -"48553",11518,20984,3,803,2502 -"48554",11518,21684,3,803,1971 -"48555",11518,22403,3,803,1630 -"48556",11518,22462,1,803,869 -"48557",11518,24096,3,803,2612 -"48558",11518,24255,3,803,2770 -"48559",11518,24264,1,803,1760 -"48560",11518,25327,3,803,977 -"48561",11518,26700,3,803,1663 -"48562",11518,28094,3,803,1423 -"48563",11518,28588,3,803,1335 -"48564",11518,29267,3,803,1234 -"48565",11518,30486,3,803,1269 -"48566",11518,31216,3,803,1244 -"48567",11518,31357,3,803,2389 -"48568",11518,32202,3,803,2314 -"48569",11518,32339,3,803,2430 -"48570",11518,32395,2,803,2735 -"48571",11518,33223,2,803,2397 -"48572",11518,33451,2,803,1957 -"48573",11518,33470,3,803,2003 -"48574",11518,34117,2,803,961 -"48575",11518,34491,3,803,2694 -"48576",11518,35133,2,803,2219 -"48577",11518,35822,3,803,1903 -"48578",11518,36346,3,803,1240 -"48579",11518,37301,3,803,2160 -"48580",11518,37813,3,803,1920 -"48581",11518,37929,3,803,2393 -"48582",11518,38457,3,803,1630 -"48583",11518,38458,3,803,1368 -"48584",11518,38513,3,803,914 -"48585",11518,38938,3,803,1593 -"48586",11518,39256,3,803,2449 -"48587",11518,40138,3,803,2719 -"48588",11518,40542,2,803,1664 -"48589",11518,40572,3,803,2666 -"48590",11518,40747,3,803,958 -"48591",11518,43524,3,803,2572 -"48592",11518,44181,3,803,1034 -"48593",11518,44235,3,803,2700 -"48594",11518,45355,3,803,1450 -"48595",11518,45729,3,803,2606 -"48596",11518,46261,2,803,2350 -"48597",11518,47595,3,803,2374 -"48598",11518,51843,3,803,2389 -"48599",11518,51879,3,803,1771 -"48600",11518,52041,3,803,2694 -"48601",11518,52554,3,803,1683 -"48602",11518,52953,3,803,1741 -"48603",11518,54204,2,803,1449 -"48604",11518,56873,2,803,1421 -"48605",11518,57150,3,803,1196 -"48606",11518,59790,3,803,1827 -"48607",11518,70586,3,803,2562 -"48608",11518,76143,3,803,1610 -"48609",11518,76503,3,803,1136 -"48610",11518,76507,3,803,1437 -"48611",11518,79547,3,803,1909 -"48612",11518,84317,3,803,2081 -"48613",11518,88739,3,803,933 -"48614",11518,90709,3,803,1080 -"48615",11521,2057,3,1559,1965 -"48616",11521,6363,3,1559,2066 -"48617",11521,7499,3,1559,1803 -"48618",11521,10250,3,1559,1606 -"48619",11521,14612,3,1559,2340 -"48620",11521,16869,3,1559,1985 -"48621",11521,17672,3,1559,1987 -"48622",11521,20709,2,1559,1757 -"48623",11521,23771,3,1559,1614 -"48624",11521,32606,3,1559,2100 -"48625",11521,47098,3,1559,2057 -"48626",11521,50785,3,1559,2877 -"48627",11521,65856,3,1559,2504 -"48628",11521,70011,3,1559,2690 -"48629",11521,76997,3,1559,2223 -"48630",11521,93609,3,1559,2252 -"48631",11537,194,3,469,1243 -"48632",11537,1702,3,469,1984 -"48633",11537,1846,3,469,1845 -"48634",11537,6160,3,469,969 -"48635",11537,7337,3,469,1797 -"48636",11537,11639,3,469,1593 -"48637",11537,23756,3,469,2309 -"48638",11537,26700,1,469,1663 -"48639",11537,27545,3,469,855 -"48640",11537,38938,2,469,1593 -"48641",11537,44074,3,469,1299 -"48642",11537,45375,3,469,862 -"48643",11537,48214,3,469,2756 -"48644",11537,54127,2,469,1593 -"48645",11537,62626,3,469,2787 -"48646",11537,79432,3,469,1708 -"48647",11537,82023,3,469,992 -"48648",11537,85405,3,469,1593 -"48649",11537,90709,3,469,1080 -"48650",11537,92217,3,469,1663 -"48651",11537,99332,3,469,873 -"48652",11538,448,3,2288,2693 -"48653",11538,8865,3,2288,2394 -"48654",11538,9362,3,2288,2879 -"48655",11538,14586,3,2288,2801 -"48656",11538,27908,3,2288,2576 -"48657",11538,32818,3,2288,2485 -"48658",11538,36970,3,2288,2693 -"48659",11538,40295,3,2288,2703 -"48660",11540,380,3,1237,2261 -"48661",11540,1102,3,1237,2282 -"48662",11540,1130,3,1237,1566 -"48663",11540,1875,3,1237,1786 -"48664",11540,2325,3,1237,1641 -"48665",11540,2424,3,1237,2582 -"48666",11540,2572,3,1237,2273 -"48667",11540,2754,3,1237,1360 -"48668",11540,2864,3,1237,1543 -"48669",11540,3716,2,1237,1679 -"48670",11540,3777,3,1237,1798 -"48671",11540,3801,3,1237,1974 -"48672",11540,3886,3,1237,1669 -"48673",11540,3961,3,1237,2426 -"48674",11540,3966,3,1237,2425 -"48675",11540,4690,3,1237,1938 -"48676",11540,5041,3,1237,2371 -"48677",11540,5315,3,1237,2631 -"48678",11540,5984,3,1237,1675 -"48679",11540,5986,3,1237,1721 -"48680",11540,6044,3,1237,2744 -"48681",11540,6047,2,1237,2004 -"48682",11540,6052,3,1237,1985 -"48683",11540,6074,3,1237,2426 -"48684",11540,6417,2,1237,1675 -"48685",11540,7406,3,1237,1906 -"48686",11540,7861,3,1237,1647 -"48687",11540,8621,3,1237,1681 -"48688",11540,9364,3,1237,1698 -"48689",11540,10358,3,1237,2294 -"48690",11540,10513,2,1237,2284 -"48691",11540,10717,3,1237,1938 -"48692",11540,11218,3,1237,2292 -"48693",11540,12042,3,1237,2345 -"48694",11540,12602,3,1237,1956 -"48695",11540,12724,3,1237,1930 -"48696",11540,13967,3,1237,1354 -"48697",11540,14032,3,1237,2144 -"48698",11540,14834,3,1237,2739 -"48699",11540,15309,3,1237,2820 -"48700",11540,15626,3,1237,2434 -"48701",11540,15872,1,1237,1551 -"48702",11540,16332,3,1237,2668 -"48703",11540,16352,3,1237,2657 -"48704",11540,16826,3,1237,2599 -"48705",11540,17396,3,1237,1672 -"48706",11540,17819,3,1237,2291 -"48707",11540,17943,3,1237,1943 -"48708",11540,17997,3,1237,1621 -"48709",11540,18874,3,1237,2170 -"48710",11540,19027,3,1237,2721 -"48711",11540,19719,3,1237,2177 -"48712",11540,20067,3,1237,2390 -"48713",11540,20124,3,1237,2376 -"48714",11540,20975,2,1237,1305 -"48715",11540,21138,1,1237,2849 -"48716",11540,21682,3,1237,2414 -"48717",11540,21693,3,1237,2176 -"48718",11540,21706,3,1237,1988 -"48719",11540,21929,3,1237,2062 -"48720",11540,22141,2,1237,2348 -"48721",11540,22282,3,1237,1418 -"48722",11540,22326,3,1237,2818 -"48723",11540,22362,3,1237,1836 -"48724",11540,22639,3,1237,2352 -"48725",11540,23159,3,1237,1548 -"48726",11540,23869,3,1237,1918 -"48727",11540,24146,3,1237,2003 -"48728",11540,25443,3,1237,1441 -"48729",11540,25680,3,1237,1618 -"48730",11540,26080,3,1237,2525 -"48731",11540,26282,3,1237,1241 -"48732",11540,26749,3,1237,2965 -"48733",11540,28015,3,1237,1624 -"48734",11540,29314,3,1237,2736 -"48735",11540,29930,3,1237,2240 -"48736",11540,30981,3,1237,2366 -"48737",11540,33801,3,1237,2899 -"48738",11540,34509,3,1237,1973 -"48739",11540,34735,3,1237,2767 -"48740",11540,35529,3,1237,1620 -"48741",11540,36962,3,1237,2861 -"48742",11540,37333,3,1237,1612 -"48743",11540,38019,3,1237,1870 -"48744",11540,39746,3,1237,1361 -"48745",11540,40432,3,1237,1956 -"48746",11540,40487,3,1237,2512 -"48747",11540,41972,3,1237,2509 -"48748",11540,42129,3,1237,2318 -"48749",11540,42216,3,1237,2722 -"48750",11540,43112,3,1237,2564 -"48751",11540,43173,3,1237,2895 -"48752",11540,45302,3,1237,2390 -"48753",11540,46091,3,1237,1938 -"48754",11540,47248,2,1237,2883 -"48755",11540,47386,3,1237,2226 -"48756",11540,47715,3,1237,2111 -"48757",11540,49512,3,1237,1302 -"48758",11540,51017,1,1237,2073 -"48759",11540,51035,2,1237,2397 -"48760",11540,51866,3,1237,2411 -"48761",11540,52576,3,1237,2234 -"48762",11540,53134,3,1237,1590 -"48763",11540,53323,3,1237,2677 -"48764",11540,53475,3,1237,2853 -"48765",11540,54020,3,1237,1578 -"48766",11540,54929,3,1237,2783 -"48767",11540,56317,3,1237,2030 -"48768",11540,57977,3,1237,2683 -"48769",11540,58508,3,1237,2326 -"48770",11540,60280,3,1237,1918 -"48771",11540,64181,3,1237,1828 -"48772",11540,66983,3,1237,2397 -"48773",11540,70269,3,1237,2368 -"48774",11540,71342,3,1237,1289 -"48775",11540,72956,3,1237,1251 -"48776",11540,80825,3,1237,2315 -"48777",11540,81588,3,1237,1568 -"48778",11540,82949,3,1237,2077 -"48779",11540,84022,2,1237,2289 -"48780",11540,85356,3,1237,1492 -"48781",11542,21044,3,118,1574 -"48782",11542,43112,3,118,2564 -"48783",11542,49708,3,118,1147 -"48784",11542,63631,3,118,763 -"48785",11542,87901,3,118,849 -"48786",11542,95998,3,118,1250 -"48787",11542,96757,2,118,476 -"48788",11546,135,3,1174,2233 -"48789",11546,1323,2,1174,1659 -"48790",11546,2063,3,1174,1278 -"48791",11546,2704,2,1174,2609 -"48792",11546,3163,2,1174,2020 -"48793",11546,3167,3,1174,1676 -"48794",11546,3961,3,1174,2426 -"48795",11546,4191,3,1174,2130 -"48796",11546,7196,3,1174,1508 -"48797",11546,7984,3,1174,2493 -"48798",11546,13808,3,1174,1356 -"48799",11546,15401,3,1174,1999 -"48800",11546,16625,3,1174,1285 -"48801",11546,16801,3,1174,2008 -"48802",11546,18735,1,1174,1581 -"48803",11546,19892,3,1174,1212 -"48804",11546,20067,3,1174,2390 -"48805",11546,25341,3,1174,1858 -"48806",11546,28892,3,1174,2023 -"48807",11546,29456,2,1174,1182 -"48808",11546,31050,3,1174,1491 -"48809",11546,32988,2,1174,2008 -"48810",11546,38219,3,1174,1689 -"48811",11546,38449,3,1174,1802 -"48812",11546,40645,3,1174,1899 -"48813",11546,42505,2,1174,2008 -"48814",11546,42935,3,1174,2400 -"48815",11546,45903,3,1174,2237 -"48816",11546,51410,3,1174,2739 -"48817",11546,53196,3,1174,1888 -"48818",11546,55139,2,1174,2323 -"48819",11546,55862,3,1174,2123 -"48820",11546,65155,3,1174,1947 -"48821",11546,65322,3,1174,2008 -"48822",11546,65625,3,1174,1273 -"48823",11546,78150,3,1174,2581 -"48824",11546,82767,3,1174,1641 -"48825",11546,89511,3,1174,1205 -"48826",11546,92757,3,1174,2615 -"48827",11546,96352,3,1174,1493 -"48828",11546,97160,2,1174,1215 -"48829",11546,105233,3,1174,1199 -"48830",11563,160,3,1863,2007 -"48831",11563,2190,2,1863,2359 -"48832",11563,2418,3,1863,2020 -"48833",11563,2852,3,1863,2448 -"48834",11563,3127,3,1863,2273 -"48835",11563,4730,3,1863,2131 -"48836",11563,5897,3,1863,2337 -"48837",11563,5962,3,1863,2491 -"48838",11563,6119,2,1863,2358 -"48839",11563,7252,1,1863,2799 -"48840",11563,8568,3,1863,2706 -"48841",11563,8890,3,1863,1955 -"48842",11563,9615,3,1863,2464 -"48843",11563,10336,2,1863,2271 -"48844",11563,11029,3,1863,2362 -"48845",11563,15826,3,1863,2772 -"48846",11563,16286,1,1863,2470 -"48847",11563,16866,3,1863,2718 -"48848",11563,18865,3,1863,2676 -"48849",11563,19858,3,1863,2357 -"48850",11563,23325,3,1863,2779 -"48851",11563,28869,3,1863,2425 -"48852",11563,30334,3,1863,2075 -"48853",11563,30442,3,1863,2124 -"48854",11563,33341,3,1863,2338 -"48855",11563,34216,3,1863,2832 -"48856",11563,35728,3,1863,2017 -"48857",11563,36953,3,1863,2790 -"48858",11563,37036,3,1863,2264 -"48859",11563,37636,3,1863,2178 -"48860",11563,39062,3,1863,2020 -"48861",11563,40392,3,1863,1878 -"48862",11563,40572,3,1863,2666 -"48863",11563,41633,3,1863,1976 -"48864",11563,41955,3,1863,2479 -"48865",11563,42813,1,1863,2142 -"48866",11563,46486,2,1863,1868 -"48867",11563,51265,3,1863,2670 -"48868",11563,51360,3,1863,1882 -"48869",11563,51783,3,1863,2599 -"48870",11563,51838,3,1863,2288 -"48871",11563,52483,2,1863,2317 -"48872",11563,53248,3,1863,2271 -"48873",11563,58521,2,1863,2950 -"48874",11563,63395,3,1863,2334 -"48875",11563,66677,3,1863,2151 -"48876",11563,92850,3,1863,1971 -"48877",11563,111375,3,1863,2686 -"48878",11576,145,3,808,1998 -"48879",11576,380,3,808,2261 -"48880",11576,600,3,808,1702 -"48881",11576,913,3,808,2144 -"48882",11576,1036,3,808,1367 -"48883",11576,1044,3,808,880 -"48884",11576,1046,3,808,1881 -"48885",11576,1102,3,808,2282 -"48886",11576,1127,3,808,1188 -"48887",11576,1130,3,808,1566 -"48888",11576,1196,3,808,1986 -"48889",11576,1275,3,808,2068 -"48890",11576,1875,3,808,1786 -"48891",11576,2093,3,808,2459 -"48892",11576,2269,2,808,984 -"48893",11576,2325,3,808,1641 -"48894",11576,2424,3,808,2582 -"48895",11576,2484,3,808,2389 -"48896",11576,2572,3,808,2273 -"48897",11576,2754,3,808,1360 -"48898",11576,2864,3,808,1543 -"48899",11576,3306,3,808,1989 -"48900",11576,3716,2,808,1679 -"48901",11576,3753,3,808,1255 -"48902",11576,3777,3,808,1798 -"48903",11576,3801,3,808,1974 -"48904",11576,3886,3,808,1669 -"48905",11576,3947,3,808,2067 -"48906",11576,3954,3,808,839 -"48907",11576,3961,2,808,2426 -"48908",11576,3966,3,808,2425 -"48909",11576,4289,3,808,1921 -"48910",11576,4690,3,808,1938 -"48911",11576,4705,3,808,1714 -"48912",11576,4863,3,808,1961 -"48913",11576,4953,3,808,2285 -"48914",11576,5041,3,808,2371 -"48915",11576,5315,2,808,2631 -"48916",11576,5350,3,808,2522 -"48917",11576,5429,3,808,1991 -"48918",11576,5622,3,808,2175 -"48919",11576,5716,2,808,1058 -"48920",11576,5984,2,808,1675 -"48921",11576,5986,2,808,1721 -"48922",11576,6044,3,808,2744 -"48923",11576,6047,2,808,2004 -"48924",11576,6052,3,808,1985 -"48925",11576,6062,3,808,2681 -"48926",11576,6074,3,808,2426 -"48927",11576,6162,3,808,1673 -"48928",11576,6324,3,808,1990 -"48929",11576,6417,1,808,1675 -"48930",11576,6821,3,808,1788 -"48931",11576,7406,3,808,1906 -"48932",11576,7861,3,808,1647 -"48933",11576,7992,3,808,2033 -"48934",11576,8513,2,808,875 -"48935",11576,8533,3,808,2251 -"48936",11576,8621,3,808,1681 -"48937",11576,8865,3,808,2394 -"48938",11576,8888,3,808,1328 -"48939",11576,9364,3,808,1698 -"48940",11576,9474,3,808,864 -"48941",11576,9654,3,808,2111 -"48942",11576,9702,3,808,1928 -"48943",11576,9928,3,808,2345 -"48944",11576,9950,3,808,920 -"48945",11576,10358,2,808,2294 -"48946",11576,10513,2,808,2284 -"48947",11576,10717,2,808,1938 -"48948",11576,10779,3,808,2881 -"48949",11576,10857,3,808,2253 -"48950",11576,10870,3,808,1755 -"48951",11576,10871,3,808,2314 -"48952",11576,11103,3,808,2393 -"48953",11576,11218,2,808,2292 -"48954",11576,11456,3,808,2715 -"48955",11576,11477,3,808,2724 -"48956",11576,11493,3,808,2077 -"48957",11576,11540,1,808,1237 -"48958",11576,11966,3,808,2385 -"48959",11576,12035,3,808,2721 -"48960",11576,12042,2,808,2345 -"48961",11576,12067,3,808,1213 -"48962",11576,12371,3,808,1569 -"48963",11576,12462,3,808,1461 -"48964",11576,12602,3,808,1956 -"48965",11576,12692,3,808,1855 -"48966",11576,12724,3,808,1930 -"48967",11576,13248,3,808,1385 -"48968",11576,13311,3,808,2315 -"48969",11576,13388,3,808,2119 -"48970",11576,13780,3,808,2412 -"48971",11576,13801,3,808,2041 -"48972",11576,13929,3,808,2693 -"48973",11576,13967,2,808,1354 -"48974",11576,13979,3,808,1559 -"48975",11576,14032,2,808,2144 -"48976",11576,14834,3,808,2739 -"48977",11576,14855,2,808,903 -"48978",11576,14943,3,808,1942 -"48979",11576,15301,3,808,2308 -"48980",11576,15309,2,808,2820 -"48981",11576,15402,3,808,1281 -"48982",11576,15539,3,808,1929 -"48983",11576,15626,3,808,2434 -"48984",11576,15636,3,808,2857 -"48985",11576,15734,3,808,1616 -"48986",11576,15872,2,808,1551 -"48987",11576,16053,2,808,908 -"48988",11576,16096,3,808,2301 -"48989",11576,16120,1,808,1237 -"48990",11576,16164,3,808,1184 -"48991",11576,16332,3,808,2668 -"48992",11576,16352,2,808,2657 -"48993",11576,16539,3,808,1947 -"48994",11576,16826,2,808,2599 -"48995",11576,17396,3,808,1672 -"48996",11576,17400,3,808,2231 -"48997",11576,17484,3,808,1256 -"48998",11576,17819,3,808,2291 -"48999",11576,17943,3,808,1943 -"49000",11576,17997,2,808,1621 -"49001",11576,18103,3,808,1968 -"49002",11576,18348,3,808,1711 -"49003",11576,18874,2,808,2170 -"49004",11576,19027,3,808,2721 -"49005",11576,19587,3,808,1684 -"49006",11576,19634,3,808,954 -"49007",11576,19637,2,808,1229 -"49008",11576,19719,3,808,2177 -"49009",11576,20067,2,808,2390 -"49010",11576,20124,3,808,2376 -"49011",11576,20311,3,808,1981 -"49012",11576,20732,3,808,2401 -"49013",11576,20975,2,808,1305 -"49014",11576,21138,1,808,2849 -"49015",11576,21198,3,808,935 -"49016",11576,21422,3,808,935 -"49017",11576,21571,3,808,2755 -"49018",11576,21682,3,808,2414 -"49019",11576,21693,3,808,2176 -"49020",11576,21706,2,808,1988 -"49021",11576,21929,3,808,2062 -"49022",11576,22141,2,808,2348 -"49023",11576,22282,3,808,1418 -"49024",11576,22326,3,808,2818 -"49025",11576,22362,3,808,1836 -"49026",11576,22586,3,808,1341 -"49027",11576,22639,2,808,2352 -"49028",11576,23006,3,808,1532 -"49029",11576,23011,3,808,2763 -"49030",11576,23159,2,808,1548 -"49031",11576,23310,3,808,2371 -"49032",11576,23508,3,808,1907 -"49033",11576,23726,3,808,2434 -"49034",11576,23806,3,808,1671 -"49035",11576,23869,2,808,1918 -"49036",11576,24146,2,808,2003 -"49037",11576,24169,3,808,1663 -"49038",11576,24240,3,808,1755 -"49039",11576,24253,3,808,2213 -"49040",11576,24256,3,808,2393 -"49041",11576,24362,3,808,1287 -"49042",11576,24497,3,808,1979 -"49043",11576,24568,3,808,1937 -"49044",11576,24853,3,808,1004 -"49045",11576,25078,3,808,2312 -"49046",11576,25325,3,808,2963 -"49047",11576,25443,3,808,1441 -"49048",11576,25486,3,808,2582 -"49049",11576,25680,2,808,1618 -"49050",11576,26080,3,808,2525 -"49051",11576,26249,3,808,2301 -"49052",11576,26282,3,808,1241 -"49053",11576,26366,3,808,1688 -"49054",11576,26479,3,808,1818 -"49055",11576,26659,3,808,903 -"49056",11576,26749,3,808,2965 -"49057",11576,26818,3,808,1999 -"49058",11576,27104,3,808,1608 -"49059",11576,27195,3,808,2158 -"49060",11576,27205,3,808,966 -"49061",11576,27642,3,808,1531 -"49062",11576,28002,2,808,914 -"49063",11576,28015,3,808,1624 -"49064",11576,28130,3,808,908 -"49065",11576,28131,3,808,1492 -"49066",11576,28296,3,808,2944 -"49067",11576,28571,3,808,1556 -"49068",11576,28784,3,808,1579 -"49069",11576,29314,3,808,2736 -"49070",11576,29930,2,808,2240 -"49071",11576,30081,3,808,2403 -"49072",11576,30150,3,808,1704 -"49073",11576,30883,3,808,1629 -"49074",11576,30981,3,808,2366 -"49075",11576,31069,3,808,1995 -"49076",11576,31235,3,808,2668 -"49077",11576,31279,3,808,965 -"49078",11576,31530,3,808,1661 -"49079",11576,32567,3,808,2784 -"49080",11576,32658,3,808,1694 -"49081",11576,32694,3,808,1602 -"49082",11576,32919,3,808,2321 -"49083",11576,33383,3,808,1572 -"49084",11576,33801,2,808,2899 -"49085",11576,33981,3,808,1993 -"49086",11576,34120,3,808,2786 -"49087",11576,34158,3,808,2639 -"49088",11576,34509,3,808,1973 -"49089",11576,34735,2,808,2767 -"49090",11576,34907,3,808,1945 -"49091",11576,35361,3,808,2389 -"49092",11576,35529,2,808,1620 -"49093",11576,35926,3,808,2371 -"49094",11576,36950,3,808,2204 -"49095",11576,36962,2,808,2861 -"49096",11576,37333,2,808,1612 -"49097",11576,38019,3,808,1870 -"49098",11576,38055,3,808,1089 -"49099",11576,38227,3,808,2511 -"49100",11576,38467,3,808,1259 -"49101",11576,39186,3,808,1258 -"49102",11576,39238,3,808,922 -"49103",11576,39294,3,808,1889 -"49104",11576,39746,3,808,1361 -"49105",11576,40072,3,808,1182 -"49106",11576,40432,2,808,1956 -"49107",11576,40493,3,808,1981 -"49108",11576,40698,3,808,1408 -"49109",11576,40893,3,808,1116 -"49110",11576,41832,3,808,1155 -"49111",11576,41955,3,808,2479 -"49112",11576,41972,3,808,2509 -"49113",11576,42129,3,808,2318 -"49114",11576,42196,3,808,2765 -"49115",11576,42216,3,808,2722 -"49116",11576,42619,3,808,2017 -"49117",11576,42747,3,808,1189 -"49118",11576,43112,3,808,2564 -"49119",11576,43153,3,808,1381 -"49120",11576,43173,3,808,2895 -"49121",11576,44160,2,808,859 -"49122",11576,44407,3,808,2154 -"49123",11576,44521,3,808,1593 -"49124",11576,44636,3,808,1026 -"49125",11576,44676,3,808,2629 -"49126",11576,44819,3,808,2063 -"49127",11576,45136,3,808,877 -"49128",11576,45302,3,808,2390 -"49129",11576,45903,3,808,2237 -"49130",11576,46091,3,808,1938 -"49131",11576,46111,3,808,871 -"49132",11576,46803,3,808,2305 -"49133",11576,47248,2,808,2883 -"49134",11576,47386,2,808,2226 -"49135",11576,47715,3,808,2111 -"49136",11576,48215,3,808,2028 -"49137",11576,49512,3,808,1302 -"49138",11576,49787,3,808,2352 -"49139",11576,49812,3,808,1816 -"49140",11576,50124,2,808,1209 -"49141",11576,50179,3,808,2230 -"49142",11576,50236,3,808,2339 -"49143",11576,50269,3,808,1966 -"49144",11576,50382,3,808,2244 -"49145",11576,50977,3,808,2352 -"49146",11576,51017,1,808,2073 -"49147",11576,51035,2,808,2397 -"49148",11576,51866,3,808,2411 -"49149",11576,52442,3,808,1269 -"49150",11576,52576,3,808,2234 -"49151",11576,53134,2,808,1590 -"49152",11576,53323,3,808,2677 -"49153",11576,53475,2,808,2853 -"49154",11576,54020,2,808,1578 -"49155",11576,54551,3,808,2348 -"49156",11576,54676,3,808,1342 -"49157",11576,54879,3,808,2210 -"49158",11576,54929,2,808,2783 -"49159",11576,55349,3,808,826 -"49160",11576,56082,3,808,2395 -"49161",11576,56317,3,808,2030 -"49162",11576,56604,3,808,1919 -"49163",11576,56807,3,808,1571 -"49164",11576,57714,3,808,1391 -"49165",11576,57977,2,808,2683 -"49166",11576,58508,3,808,2326 -"49167",11576,58596,3,808,936 -"49168",11576,58993,3,808,2390 -"49169",11576,60280,3,808,1918 -"49170",11576,60552,3,808,855 -"49171",11576,62148,3,808,1566 -"49172",11576,62488,3,808,1418 -"49173",11576,63409,3,808,1937 -"49174",11576,63547,2,808,1023 -"49175",11576,64181,3,808,1828 -"49176",11576,64327,3,808,1918 -"49177",11576,64502,3,808,1670 -"49178",11576,65679,3,808,1578 -"49179",11576,66983,3,808,2397 -"49180",11576,67102,3,808,935 -"49181",11576,67726,3,808,2873 -"49182",11576,69712,3,808,1219 -"49183",11576,70203,3,808,2756 -"49184",11576,70269,3,808,2368 -"49185",11576,70605,3,808,1176 -"49186",11576,70681,3,808,866 -"49187",11576,70736,3,808,1512 -"49188",11576,70996,2,808,1037 -"49189",11576,71274,3,808,2390 -"49190",11576,71342,3,808,1289 -"49191",11576,72956,3,808,1251 -"49192",11576,73169,3,808,1392 -"49193",11576,73305,3,808,2544 -"49194",11576,74681,1,808,837 -"49195",11576,74731,2,808,853 -"49196",11576,75403,3,808,1895 -"49197",11576,75898,3,808,889 -"49198",11576,76284,3,808,1237 -"49199",11576,76356,3,808,2323 -"49200",11576,76511,3,808,1250 -"49201",11576,76999,3,808,908 -"49202",11576,77001,3,808,1440 -"49203",11576,79088,3,808,1369 -"49204",11576,79436,3,808,1344 -"49205",11576,80219,3,808,988 -"49206",11576,80825,3,808,2315 -"49207",11576,81349,3,808,1958 -"49208",11576,81588,3,808,1568 -"49209",11576,82301,3,808,1621 -"49210",11576,82730,3,808,1492 -"49211",11576,82929,3,808,2475 -"49212",11576,82932,3,808,2245 -"49213",11576,82949,3,808,2077 -"49214",11576,83140,3,808,1630 -"49215",11576,83526,3,808,1235 -"49216",11576,84022,2,808,2289 -"49217",11576,85356,3,808,1492 -"49218",11576,89047,2,808,877 -"49219",11576,89097,3,808,935 -"49220",11576,90378,3,808,890 -"49221",11576,90802,1,808,877 -"49222",11576,91142,3,808,2527 -"49223",11576,95064,3,808,1801 -"49224",11576,97160,3,808,1215 -"49225",11576,98384,3,808,1166 -"49226",11576,100140,2,808,1041 -"49227",11576,101395,1,808,891 -"49228",11576,102050,3,808,906 -"49229",11576,103524,3,808,991 -"49230",11576,119859,2,808,908 -"49231",11585,2057,2,1817,1965 -"49232",11585,7597,2,1817,2037 -"49233",11585,8865,3,1817,2394 -"49234",11585,41023,3,1817,2408 -"49235",11585,41694,3,1817,2358 -"49236",11585,44025,3,1817,1935 -"49237",11585,47968,3,1817,2829 -"49238",11585,55482,3,1817,1866 -"49239",11585,59683,3,1817,2068 -"49240",11585,63837,3,1817,2807 -"49241",11585,66994,3,1817,1865 -"49242",11585,69232,2,1817,2130 -"49243",11585,71652,3,1817,2638 -"49244",11588,680,3,2352,2569 -"49245",11588,2747,2,2352,2411 -"49246",11588,2852,3,2352,2448 -"49247",11588,3477,3,2352,2546 -"49248",11588,9332,3,2352,2734 -"49249",11588,9503,3,2352,2453 -"49250",11588,11648,3,2352,2852 -"49251",11588,12361,3,2352,2732 -"49252",11588,12759,3,2352,2414 -"49253",11588,14959,3,2352,2898 -"49254",11588,16286,3,2352,2470 -"49255",11588,18005,3,2352,2449 -"49256",11588,24069,3,2352,2697 -"49257",11588,25373,3,2352,2783 -"49258",11588,27390,3,2352,2425 -"49259",11588,33223,3,2352,2397 -"49260",11588,41694,3,2352,2358 -"49261",11588,44603,3,2352,2748 -"49262",11588,45729,3,2352,2606 -"49263",11588,53687,3,2352,2422 -"49264",11588,58501,3,2352,2613 -"49265",11588,63077,3,2352,2778 -"49266",11588,77052,3,2352,2770 -"49267",11601,135,3,173,2233 -"49268",11601,600,3,173,1702 -"49269",11601,601,3,173,702 -"49270",11601,671,2,173,2328 -"49271",11601,1046,3,173,1881 -"49272",11601,1090,3,173,2370 -"49273",11601,1136,3,173,2536 -"49274",11601,1427,2,173,324 -"49275",11601,1428,3,173,742 -"49276",11601,1691,3,173,1941 -"49277",11601,2063,3,173,1278 -"49278",11601,2731,3,173,434 -"49279",11601,2754,3,173,1360 -"49280",11601,3088,3,173,1670 -"49281",11601,3167,2,173,1676 -"49282",11601,3242,3,173,1730 -"49283",11601,4191,3,173,2130 -"49284",11601,4618,3,173,2607 -"49285",11601,4623,3,173,1176 -"49286",11601,4790,3,173,1025 -"49287",11601,4791,3,173,1184 -"49288",11601,5725,3,173,2789 -"49289",11601,5971,3,173,1985 -"49290",11601,6588,3,173,2025 -"49291",11601,7245,3,173,2089 -"49292",11601,8772,3,173,847 -"49293",11601,9200,3,173,787 -"49294",11601,10002,3,173,1788 -"49295",11601,10779,2,173,2881 -"49296",11601,10875,2,173,1234 -"49297",11601,11817,3,173,600 -"49298",11601,12096,1,173,1330 -"49299",11601,12374,2,173,2260 -"49300",11601,13388,3,173,2119 -"49301",11601,13869,3,173,1786 -"49302",11601,13929,3,173,2693 -"49303",11601,13945,2,173,1324 -"49304",11601,14091,3,173,929 -"49305",11601,14616,2,173,385 -"49306",11601,15643,3,173,502 -"49307",11601,15990,3,173,593 -"49308",11601,16053,2,173,908 -"49309",11601,16164,3,173,1184 -"49310",11601,16352,3,173,2657 -"49311",11601,16497,3,173,2370 -"49312",11601,17819,3,173,2291 -"49313",11601,17852,3,173,2840 -"49314",11601,18415,3,173,2184 -"49315",11601,18543,3,173,2968 -"49316",11601,19027,3,173,2721 -"49317",11601,20067,3,173,2390 -"49318",11601,20070,3,173,1914 -"49319",11601,20319,3,173,468 -"49320",11601,20824,3,173,1366 -"49321",11601,21104,3,173,2327 -"49322",11601,21422,3,173,935 -"49323",11601,22964,2,173,1443 -"49324",11601,23652,3,173,803 -"49325",11601,23726,3,173,2434 -"49326",11601,23869,3,173,1918 -"49327",11601,23918,3,173,1881 -"49328",11601,24005,3,173,1188 -"49329",11601,24755,2,173,1319 -"49330",11601,25132,3,173,1188 -"49331",11601,25341,3,173,1858 -"49332",11601,25643,3,173,1646 -"49333",11601,26282,3,173,1241 -"49334",11601,26570,1,173,1669 -"49335",11601,26671,3,173,2279 -"49336",11601,26867,3,173,1804 -"49337",11601,27112,3,173,500 -"49338",11601,27355,3,173,870 -"49339",11601,28124,3,173,434 -"49340",11601,28131,3,173,1492 -"49341",11601,28434,2,173,1141 -"49342",11601,28731,3,173,955 -"49343",11601,28892,3,173,2023 -"49344",11601,29050,3,173,1196 -"49345",11601,29170,3,173,1846 -"49346",11601,29456,2,173,1182 -"49347",11601,29705,3,173,607 -"49348",11601,31050,3,173,1491 -"49349",11601,31279,3,173,965 -"49350",11601,31799,3,173,2547 -"49351",11601,32017,2,173,577 -"49352",11601,32113,3,173,882 -"49353",11601,32648,3,173,669 -"49354",11601,32811,3,173,804 -"49355",11601,32988,3,173,2008 -"49356",11601,33588,3,173,1040 -"49357",11601,33622,2,173,2230 -"49358",11601,34136,3,173,2202 -"49359",11601,34158,2,173,2639 -"49360",11601,34836,3,173,2302 -"49361",11601,35529,3,173,1620 -"49362",11601,35544,3,173,397 -"49363",11601,37620,3,173,2716 -"49364",11601,37800,2,173,604 -"49365",11601,38019,3,173,1870 -"49366",11601,38219,3,173,1689 -"49367",11601,38449,3,173,1802 -"49368",11601,38523,3,173,549 -"49369",11601,39444,3,173,2695 -"49370",11601,39563,2,173,486 -"49371",11601,39748,3,173,1566 -"49372",11601,39865,1,173,849 -"49373",11601,40028,3,173,1349 -"49374",11601,40072,2,173,1182 -"49375",11601,40293,3,173,1671 -"49376",11601,40832,3,173,634 -"49377",11601,40893,3,173,1116 -"49378",11601,41085,3,173,637 -"49379",11601,41315,3,173,439 -"49380",11601,41739,3,173,1339 -"49381",11601,41832,3,173,1155 -"49382",11601,43839,3,173,1685 -"49383",11601,44161,2,173,1156 -"49384",11601,44427,2,173,2875 -"49385",11601,46596,3,173,1942 -"49386",11601,48435,3,173,528 -"49387",11601,48698,3,173,1474 -"49388",11601,50236,3,173,2339 -"49389",11601,51022,3,173,1499 -"49390",11601,51157,2,173,2319 -"49391",11601,51319,3,173,2488 -"49392",11601,51410,3,173,2739 -"49393",11601,51925,3,173,2307 -"49394",11601,51971,3,173,195 -"49395",11601,52345,3,173,1430 -"49396",11601,52835,3,173,995 -"49397",11601,53196,3,173,1888 -"49398",11601,53303,3,173,1376 -"49399",11601,54980,3,173,876 -"49400",11601,55691,3,173,2856 -"49401",11601,58035,2,173,1646 -"49402",11601,58733,3,173,1958 -"49403",11601,59646,3,173,456 -"49404",11601,59939,2,173,936 -"49405",11601,60584,3,173,288 -"49406",11601,62148,2,173,1566 -"49407",11601,63770,3,173,1324 -"49408",11601,64031,2,173,1295 -"49409",11601,64181,3,173,1828 -"49410",11601,64219,3,173,2705 -"49411",11601,64786,2,173,870 -"49412",11601,65322,3,173,2008 -"49413",11601,65625,2,173,1273 -"49414",11601,65884,3,173,798 -"49415",11601,66413,3,173,2507 -"49416",11601,67222,3,173,1332 -"49417",11601,67352,3,173,1115 -"49418",11601,69930,3,173,416 -"49419",11601,70046,3,173,2624 -"49420",11601,70996,3,173,1037 -"49421",11601,73136,3,173,328 -"49422",11601,73786,3,173,2937 -"49423",11601,74730,3,173,535 -"49424",11601,75948,3,173,1006 -"49425",11601,76999,3,173,908 -"49426",11601,77305,3,173,965 -"49427",11601,78256,3,173,804 -"49428",11601,79657,3,173,1260 -"49429",11601,80172,3,173,1342 -"49430",11601,80471,2,173,538 -"49431",11601,81478,3,173,1640 -"49432",11601,81588,3,173,1568 -"49433",11601,82767,3,173,1641 -"49434",11601,85547,3,173,997 -"49435",11601,85784,3,173,1142 -"49436",11601,89097,3,173,935 -"49437",11601,89137,2,173,580 -"49438",11601,89541,3,173,525 -"49439",11601,91912,2,173,790 -"49440",11601,92220,2,173,607 -"49441",11601,92592,3,173,486 -"49442",11601,94101,3,173,997 -"49443",11601,94125,3,173,2280 -"49444",11601,98925,3,173,584 -"49445",11601,99444,3,173,408 -"49446",11601,100134,3,173,977 -"49447",11601,100140,3,173,1041 -"49448",11601,100218,3,173,606 -"49449",11601,100670,3,173,525 -"49450",11601,101338,3,173,1319 -"49451",11601,101482,3,173,1300 -"49452",11601,101967,3,173,691 -"49453",11601,105063,3,173,1908 -"49454",11601,105233,3,173,1199 -"49455",11601,105947,3,173,997 -"49456",11601,108867,3,173,2328 -"49457",11601,109415,3,173,1328 -"49458",11601,109663,3,173,545 -"49459",11601,112437,3,173,513 -"49460",11601,112539,3,173,452 -"49461",11601,114342,2,173,228 -"49462",11602,42,3,1493,2265 -"49463",11602,803,2,1493,1666 -"49464",11602,1321,3,1493,2075 -"49465",11602,1386,3,1493,1901 -"49466",11602,5621,2,1493,1860 -"49467",11602,7078,3,1493,2344 -"49468",11602,9803,2,1493,1664 -"49469",11602,9828,2,1493,2085 -"49470",11602,10558,2,1493,2312 -"49471",11602,10874,3,1493,1891 -"49472",11602,13201,3,1493,2034 -"49473",11602,13732,2,1493,2789 -"49474",11602,14103,3,1493,2204 -"49475",11602,14709,3,1493,1901 -"49476",11602,15184,3,1493,2396 -"49477",11602,15500,3,1493,1658 -"49478",11602,17826,3,1493,2920 -"49479",11602,18151,3,1493,2962 -"49480",11602,19528,3,1493,2742 -"49481",11602,20659,3,1493,1969 -"49482",11602,20783,3,1493,2414 -"49483",11602,21754,3,1493,1881 -"49484",11602,21795,3,1493,2653 -"49485",11602,23508,3,1493,1907 -"49486",11602,25530,1,1493,2884 -"49487",11602,25886,3,1493,1580 -"49488",11602,26608,3,1493,2329 -"49489",11602,26865,2,1493,2726 -"49490",11602,28233,3,1493,1608 -"49491",11602,28824,3,1493,2412 -"49492",11602,30081,2,1493,2403 -"49493",11602,31797,1,1493,1501 -"49494",11602,32939,3,1493,2277 -"49495",11602,34693,1,1493,1938 -"49496",11602,34695,2,1493,1930 -"49497",11602,36962,3,1493,2861 -"49498",11602,37333,3,1493,1612 -"49499",11602,47877,3,1493,2970 -"49500",11602,56396,2,1493,2408 -"49501",11602,57565,3,1493,1577 -"49502",11602,57781,3,1493,1971 -"49503",11602,57804,3,1493,2214 -"49504",11602,60879,3,1493,2792 -"49505",11602,65679,3,1493,1578 -"49506",11602,77993,3,1493,1497 -"49507",11602,82270,3,1493,1641 -"49508",11602,86799,2,1493,1951 -"49509",11602,88966,3,1493,1568 -"49510",11620,307,3,2010,2530 -"49511",11620,312,3,2010,2038 -"49512",11620,2684,2,2010,2874 -"49513",11620,3305,3,2010,2839 -"49514",11620,4701,3,2010,2401 -"49515",11620,5669,3,2010,2502 -"49516",11620,5725,3,2010,2789 -"49517",11620,6491,3,2010,2424 -"49518",11620,7013,3,2010,2040 -"49519",11620,7984,3,2010,2493 -"49520",11620,9893,3,2010,2701 -"49521",11620,10513,3,2010,2284 -"49522",11620,11055,1,2010,2111 -"49523",11620,11351,3,2010,2971 -"49524",11620,19027,3,2010,2721 -"49525",11620,19248,3,2010,2357 -"49526",11620,20067,3,2010,2390 -"49527",11620,23509,3,2010,2275 -"49528",11620,24753,3,2010,2860 -"49529",11620,25486,3,2010,2582 -"49530",11620,25971,3,2010,2608 -"49531",11620,26451,3,2010,2133 -"49532",11620,27694,3,2010,2030 -"49533",11620,29095,3,2010,2531 -"49534",11620,33801,2,2010,2899 -"49535",11620,34735,3,2010,2767 -"49536",11620,45608,2,2010,2420 -"49537",11620,47772,3,2010,2293 -"49538",11620,50118,3,2010,2654 -"49539",11620,50236,3,2010,2339 -"49540",11620,53475,3,2010,2853 -"49541",11620,54695,3,2010,2429 -"49542",11620,55468,3,2010,2511 -"49543",11620,56082,3,2010,2395 -"49544",11620,56317,3,2010,2030 -"49545",11620,58508,3,2010,2326 -"49546",11620,66224,3,2010,2728 -"49547",11623,34480,3,2475,2755 -"49548",11625,1102,3,2022,2282 -"49549",11625,1767,2,2022,2727 -"49550",11625,3409,3,2022,2167 -"49551",11625,3477,3,2022,2546 -"49552",11625,3980,2,2022,2771 -"49553",11625,6063,3,2022,2349 -"49554",11625,7014,3,2022,2401 -"49555",11625,8610,2,2022,2240 -"49556",11625,8726,2,2022,2083 -"49557",11625,13158,2,2022,2667 -"49558",11625,13249,3,2022,2573 -"49559",11625,13324,3,2022,2163 -"49560",11625,13899,3,2022,2650 -"49561",11625,18965,3,2022,2315 -"49562",11625,19208,3,2022,2629 -"49563",11625,19317,3,2022,2041 -"49564",11625,20416,2,2022,2323 -"49565",11625,20732,3,2022,2401 -"49566",11625,22808,3,2022,2297 -"49567",11625,23460,2,2022,2183 -"49568",11625,23726,3,2022,2434 -"49569",11625,23756,3,2022,2309 -"49570",11625,26734,2,2022,2299 -"49571",11625,30827,2,2022,2323 -"49572",11625,32549,3,2022,2111 -"49573",11625,33223,3,2022,2397 -"49574",11625,34136,3,2022,2202 -"49575",11625,37301,3,2022,2160 -"49576",11625,42216,2,2022,2722 -"49577",11625,43404,2,2022,2649 -"49578",11625,45302,3,2022,2390 -"49579",11625,48823,3,2022,2080 -"49580",11625,51687,2,2022,2333 -"49581",11625,61355,3,2022,2467 -"49582",11625,61585,3,2022,2315 -"49583",11625,62626,3,2022,2787 -"49584",11625,71531,2,2022,2887 -"49585",11625,74636,3,2022,2525 -"49586",11629,622,3,120,501 -"49587",11629,1108,3,120,1600 -"49588",11629,1150,2,120,1595 -"49589",11629,1560,3,120,2013 -"49590",11629,3235,3,120,799 -"49591",11629,3477,3,120,2546 -"49592",11629,5346,3,120,1438 -"49593",11629,6479,2,120,1021 -"49594",11629,6821,3,120,1788 -"49595",11629,8062,3,120,2858 -"49596",11629,8140,3,120,1262 -"49597",11629,8642,2,120,150 -"49598",11629,8866,3,120,1545 -"49599",11629,10200,2,120,2920 -"49600",11629,10223,3,120,1033 -"49601",11629,10980,3,120,1974 -"49602",11629,11429,3,120,2520 -"49603",11629,11728,3,120,1121 -"49604",11629,12818,3,120,2015 -"49605",11629,14586,3,120,2801 -"49606",11629,14654,2,120,1692 -"49607",11629,14761,3,120,2502 -"49608",11629,14807,3,120,241 -"49609",11629,15078,3,120,1033 -"49610",11629,15207,3,120,1855 -"49611",11629,15462,3,120,1141 -"49612",11629,16776,3,120,1565 -"49613",11629,17687,3,120,593 -"49614",11629,18550,3,120,483 -"49615",11629,20363,2,120,279 -"49616",11629,20467,2,120,263 -"49617",11629,21682,3,120,2414 -"49618",11629,21684,3,120,1971 -"49619",11629,21929,3,120,2062 -"49620",11629,22256,3,120,829 -"49621",11629,23015,3,120,1362 -"49622",11629,24086,2,120,2663 -"49623",11629,24734,3,120,338 -"49624",11629,24860,3,120,1204 -"49625",11629,27255,3,120,1232 -"49626",11629,28893,3,120,2764 -"49627",11629,29050,3,120,1196 -"49628",11629,29311,3,120,1849 -"49629",11629,29914,3,120,199 -"49630",11629,30609,3,120,988 -"49631",11629,31541,2,120,1500 -"49632",11629,32939,3,120,2277 -"49633",11629,34491,3,120,2694 -"49634",11629,36450,2,120,1591 -"49635",11629,37752,3,120,2223 -"49636",11629,39443,2,120,2277 -"49637",11629,39796,3,120,407 -"49638",11629,39875,2,120,2422 -"49639",11629,40113,3,120,451 -"49640",11629,45874,2,120,944 -"49641",11629,45983,3,120,1260 -"49642",11629,49558,3,120,2083 -"49643",11629,50430,3,120,1689 -"49644",11629,55487,3,120,1500 -"49645",11629,57394,2,120,1271 -"49646",11629,57804,3,120,2214 -"49647",11629,59485,3,120,1564 -"49648",11629,59506,3,120,983 -"49649",11629,60536,2,120,151 -"49650",11629,65557,3,120,813 -"49651",11629,66978,3,120,1536 -"49652",11629,69131,3,120,2122 -"49653",11629,69788,2,120,2007 -"49654",11629,72062,3,120,156 -"49655",11629,74149,3,120,1322 -"49656",11629,78436,3,120,1615 -"49657",11629,80219,3,120,988 -"49658",11629,82023,3,120,992 -"49659",11629,82226,3,120,1619 -"49660",11629,94520,3,120,1243 -"49661",11629,95338,3,120,915 -"49662",11639,680,3,1593,2569 -"49663",11639,841,3,1593,2964 -"49664",11639,3127,3,1593,2273 -"49665",11639,3477,3,1593,2546 -"49666",11639,3978,2,1593,2775 -"49667",11639,4303,2,1593,2414 -"49668",11639,4361,3,1593,2571 -"49669",11639,4932,3,1593,2752 -"49670",11639,4983,3,1593,1909 -"49671",11639,6989,2,1593,2623 -"49672",11639,7337,3,1593,1797 -"49673",11639,7785,3,1593,2441 -"49674",11639,9703,3,1593,1845 -"49675",11639,10754,3,1593,1797 -"49676",11639,11253,3,1593,2577 -"49677",11639,11648,3,1593,2852 -"49678",11639,12759,3,1593,2414 -"49679",11639,12901,3,1593,2136 -"49680",11639,17645,2,1593,1918 -"49681",11639,18005,3,1593,2449 -"49682",11639,18102,3,1593,1642 -"49683",11639,19208,3,1593,2629 -"49684",11639,20984,3,1593,2502 -"49685",11639,21281,3,1593,1922 -"49686",11639,23131,2,1593,1732 -"49687",11639,23206,3,1593,2805 -"49688",11639,25373,3,1593,2783 -"49689",11639,26700,2,1593,1663 -"49690",11639,27742,3,1593,2700 -"49691",11639,28893,3,1593,2764 -"49692",11639,29286,3,1593,1612 -"49693",11639,29473,3,1593,2602 -"49694",11639,30525,3,1593,1964 -"49695",11639,30618,3,1593,1609 -"49696",11639,31335,3,1593,2351 -"49697",11639,35256,3,1593,2271 -"49698",11639,35822,3,1593,1903 -"49699",11639,36953,3,1593,2790 -"49700",11639,37424,3,1593,1693 -"49701",11639,37636,3,1593,2178 -"49702",11639,40572,3,1593,2666 -"49703",11639,41187,3,1593,2340 -"49704",11639,41664,3,1593,2641 -"49705",11639,41723,3,1593,2101 -"49706",11639,42813,3,1593,2142 -"49707",11639,44694,3,1593,2220 -"49708",11639,46486,2,1593,1868 -"49709",11639,50585,3,1593,2414 -"49710",11639,52815,3,1593,2323 -"49711",11639,54775,3,1593,2383 -"49712",11639,56995,3,1593,2323 -"49713",11639,57765,3,1593,2893 -"49714",11639,61125,3,1593,1673 -"49715",11639,64947,3,1593,2489 -"49716",11639,71531,3,1593,2887 -"49717",11639,92217,3,1593,1663 -"49718",11648,841,2,2852,2964 -"49719",11648,9787,3,2852,2858 -"49720",11648,71531,2,2852,2887 -"49721",11651,14,3,526,1793 -"49722",11651,323,1,526,1706 -"49723",11651,915,2,526,1793 -"49724",11651,1629,3,526,1289 -"49725",11651,2407,3,526,1725 -"49726",11651,2609,3,526,834 -"49727",11651,2982,3,526,1233 -"49728",11651,3477,3,526,2546 -"49729",11651,3578,3,526,624 -"49730",11651,4957,2,526,644 -"49731",11651,5568,2,526,1290 -"49732",11651,5865,3,526,1910 -"49733",11651,6192,3,526,2409 -"49734",11651,7185,3,526,1046 -"49735",11651,7337,3,526,1797 -"49736",11651,7406,3,526,1906 -"49737",11651,8274,3,526,1909 -"49738",11651,8789,2,526,2024 -"49739",11651,9331,3,526,2269 -"49740",11651,10657,3,526,1603 -"49741",11651,10870,2,526,1755 -"49742",11651,11770,3,526,1653 -"49743",11651,12264,3,526,1925 -"49744",11651,13136,3,526,2867 -"49745",11651,15546,3,526,2055 -"49746",11651,16482,3,526,1958 -"49747",11651,16866,3,526,2718 -"49748",11651,17351,3,526,2036 -"49749",11651,17632,3,526,1947 -"49750",11651,17812,3,526,2705 -"49751",11651,18464,3,526,2312 -"49752",11651,18672,3,526,1182 -"49753",11651,18865,3,526,2676 -"49754",11651,19208,2,526,2629 -"49755",11651,19605,1,526,2395 -"49756",11651,19937,3,526,1587 -"49757",11651,20162,3,526,2328 -"49758",11651,20321,3,526,1596 -"49759",11651,21240,3,526,1162 -"49760",11651,23430,3,526,904 -"49761",11651,23460,3,526,2183 -"49762",11651,27379,3,526,2461 -"49763",11651,27686,3,526,2844 -"49764",11651,29454,2,526,2719 -"49765",11651,29930,3,526,2240 -"49766",11651,30092,3,526,1593 -"49767",11651,35837,3,526,2871 -"49768",11651,37026,1,526,1428 -"49769",11651,41418,1,526,535 -"49770",11651,41764,3,526,2409 -"49771",11651,41953,3,526,945 -"49772",11651,42129,3,526,2318 -"49773",11651,44688,3,526,2924 -"49774",11651,45329,2,526,1693 -"49775",11651,47529,3,526,2914 -"49776",11651,47889,3,526,992 -"49777",11651,50480,2,526,2701 -"49778",11651,51610,3,526,2635 -"49779",11651,52327,3,526,1472 -"49780",11651,53091,3,526,1134 -"49781",11651,55892,3,526,1234 -"49782",11651,56910,3,526,2705 -"49783",11651,57990,3,526,978 -"49784",11651,60257,3,526,2795 -"49785",11651,61125,3,526,1673 -"49786",11651,61245,3,526,955 -"49787",11651,61548,3,526,852 -"49788",11651,63395,3,526,2334 -"49789",11651,68083,3,526,2795 -"49790",11651,70433,3,526,2639 -"49791",11651,74055,3,526,1544 -"49792",11651,80979,3,526,1142 -"49793",11651,92860,3,526,1643 -"49794",11651,96708,2,526,594 -"49795",11651,99288,3,526,983 -"49796",11651,99332,3,526,873 -"49797",11654,1728,3,104,284 -"49798",11654,5833,2,104,197 -"49799",11654,5962,3,104,2491 -"49800",11654,6119,2,104,2358 -"49801",11654,8770,2,104,634 -"49802",11654,9227,3,104,1267 -"49803",11654,9504,3,104,2549 -"49804",11654,9615,3,104,2464 -"49805",11654,10336,3,104,2271 -"49806",11654,11099,3,104,400 -"49807",11654,11563,3,104,1863 -"49808",11654,14520,1,104,634 -"49809",11654,16286,2,104,2470 -"49810",11654,16573,3,104,802 -"49811",11654,27280,2,104,1965 -"49812",11654,27391,3,104,2378 -"49813",11654,37036,3,104,2264 -"49814",11654,44074,3,104,1299 -"49815",11654,47654,3,104,1664 -"49816",11654,48888,3,104,1177 -"49817",11654,50594,3,104,849 -"49818",11654,51360,3,104,1882 -"49819",11654,53248,3,104,2271 -"49820",11654,57492,3,104,2855 -"49821",11654,63644,3,104,1267 -"49822",11654,72062,3,104,156 -"49823",11654,73926,2,104,849 -"49824",11654,78645,3,104,218 -"49825",11654,79420,3,104,1061 -"49826",11654,88067,3,104,2315 -"49827",11654,104828,3,104,1609 -"49828",11654,119184,3,104,275 -"49829",11662,2028,2,1139,1978 -"49830",11662,2894,3,1139,1291 -"49831",11662,2901,2,1139,1156 -"49832",11662,2972,1,1139,1708 -"49833",11662,4932,3,1139,2752 -"49834",11662,6222,3,1139,1949 -"49835",11662,7292,3,1139,1988 -"49836",11662,9311,3,1139,2477 -"49837",11662,13573,3,1139,2774 -"49838",11662,14959,3,1139,2898 -"49839",11662,15636,2,1139,2857 -"49840",11662,15930,2,1139,2541 -"49841",11662,16111,2,1139,1714 -"49842",11662,17520,3,1139,2276 -"49843",11662,19637,3,1139,1229 -"49844",11662,20311,3,1139,1981 -"49845",11662,20423,3,1139,2654 -"49846",11662,21754,3,1139,1881 -"49847",11662,22033,3,1139,1356 -"49848",11662,23787,1,1139,2810 -"49849",11662,27950,3,1139,1380 -"49850",11662,28434,3,1139,1141 -"49851",11662,29095,1,1139,2531 -"49852",11662,30883,3,1139,1629 -"49853",11662,33801,3,1139,2899 -"49854",11662,35529,3,1139,1620 -"49855",11662,38213,2,1139,1744 -"49856",11662,38921,3,1139,1880 -"49857",11662,39556,3,1139,2747 -"49858",11662,49620,3,1139,1868 -"49859",11662,50269,3,1139,1966 -"49860",11662,53475,3,1139,2853 -"49861",11662,58035,3,1139,1646 -"49862",11662,59539,3,1139,2429 -"49863",11662,62538,3,1139,1656 -"49864",11662,64031,3,1139,1295 -"49865",11662,70203,3,1139,2756 -"49866",11662,74636,3,1139,2525 -"49867",11662,83493,3,1139,1181 -"49868",11662,98518,3,1139,1156 -"49869",11662,104106,3,1139,1204 -"49870",11665,2428,3,1643,1931 -"49871",11665,4032,3,1643,1763 -"49872",11665,4551,3,1643,2720 -"49873",11665,5303,3,1643,1849 -"49874",11665,6480,3,1643,1678 -"49875",11665,7253,3,1643,2686 -"49876",11665,7254,2,1643,1849 -"49877",11665,9050,3,1643,2026 -"49878",11665,13024,3,1643,2468 -"49879",11665,14754,3,1643,2456 -"49880",11665,16833,3,1643,1661 -"49881",11665,19509,3,1643,2000 -"49882",11665,24520,3,1643,2196 -"49883",11665,26513,3,1643,2205 -"49884",11665,28081,3,1643,1927 -"49885",11665,47607,3,1643,2724 -"49886",11665,50335,3,1643,1893 -"49887",11665,58945,3,1643,2481 -"49888",11665,64534,3,1643,2924 -"49889",11665,75194,3,1643,1736 -"49890",11665,104659,3,1643,2026 -"49891",11676,3786,3,1614,2282 -"49892",11676,18479,3,1614,2967 -"49893",11679,386,3,846,1553 -"49894",11679,1685,3,846,2230 -"49895",11679,1787,3,846,1707 -"49896",11679,3360,2,846,1583 -"49897",11679,3484,3,846,1515 -"49898",11679,4188,3,846,2963 -"49899",11679,5937,1,846,2392 -"49900",11679,6020,3,846,1864 -"49901",11679,6234,3,846,2654 -"49902",11679,6235,3,846,1585 -"49903",11679,11154,3,846,1594 -"49904",11679,11868,1,846,1639 -"49905",11679,12007,2,846,1594 -"49906",11679,13671,3,846,1371 -"49907",11679,15150,3,846,2801 -"49908",11679,15558,2,846,2389 -"49909",11679,16477,3,846,2069 -"49910",11679,16524,3,846,1556 -"49911",11679,16590,3,846,1123 -"49912",11679,16969,3,846,1917 -"49913",11679,17815,3,846,2070 -"49914",11679,19002,3,846,2053 -"49915",11679,20011,3,846,2826 -"49916",11679,22744,3,846,1907 -"49917",11679,22746,3,846,913 -"49918",11679,23728,3,846,2601 -"49919",11679,24044,3,846,1076 -"49920",11679,27074,3,846,1454 -"49921",11679,29775,2,846,2064 -"49922",11679,31259,3,846,2082 -"49923",11679,32079,3,846,2315 -"49924",11679,32841,2,846,1345 -"49925",11679,34576,3,846,1727 -"49926",11679,41521,2,846,2069 -"49927",11679,42136,3,846,2551 -"49928",11679,44730,3,846,2468 -"49929",11679,48585,3,846,2063 -"49930",11679,50899,3,846,2125 -"49931",11679,56413,2,846,2747 -"49932",11679,76450,3,846,1077 -"49933",11679,76997,3,846,2223 -"49934",11679,82246,3,846,1538 -"49935",11679,86559,3,846,1704 -"49936",11679,86716,3,846,1609 -"49937",11679,87190,2,846,1704 -"49938",11679,89258,1,846,1147 -"49939",11679,96700,3,846,1602 -"49940",11679,104843,2,846,1167 -"49941",11679,113333,3,846,1018 -"49942",11694,854,3,1564,2307 -"49943",11694,1616,3,1564,2662 -"49944",11694,2424,3,1564,2582 -"49945",11694,2484,3,1564,2389 -"49946",11694,3161,3,1564,2229 -"49947",11694,5392,3,1564,1648 -"49948",11694,6222,2,1564,1949 -"49949",11694,7992,2,1564,2033 -"49950",11694,9311,2,1564,2477 -"49951",11694,9362,3,1564,2879 -"49952",11694,10843,3,1564,2277 -"49953",11694,12388,3,1564,1975 -"49954",11694,12778,2,1564,2045 -"49955",11694,13835,3,1564,1588 -"49956",11694,14655,3,1564,2559 -"49957",11694,14959,2,1564,2898 -"49958",11694,15626,3,1564,2434 -"49959",11694,16539,3,1564,1947 -"49960",11694,17245,3,1564,1811 -"49961",11694,17520,2,1564,2276 -"49962",11694,18394,3,1564,2356 -"49963",11694,19719,3,1564,2177 -"49964",11694,20067,3,1564,2390 -"49965",11694,21248,3,1564,2232 -"49966",11694,23869,3,1564,1918 -"49967",11694,24568,3,1564,1937 -"49968",11694,24753,3,1564,2860 -"49969",11694,25680,3,1564,1618 -"49970",11694,29095,3,1564,2531 -"49971",11694,29314,3,1564,2736 -"49972",11694,30883,3,1564,1629 -"49973",11694,30906,3,1564,2537 -"49974",11694,32988,3,1564,2008 -"49975",11694,33356,3,1564,1586 -"49976",11694,33433,3,1564,2805 -"49977",11694,33801,3,1564,2899 -"49978",11694,34707,3,1564,2042 -"49979",11694,35235,3,1564,2610 -"49980",11694,35256,3,1564,2271 -"49981",11694,38019,3,1564,1870 -"49982",11694,38921,2,1564,1880 -"49983",11694,41682,3,1564,1988 -"49984",11694,42264,3,1564,1702 -"49985",11694,42505,3,1564,2008 -"49986",11694,44885,3,1564,2670 -"49987",11694,44899,3,1564,2386 -"49988",11694,50252,3,1564,2001 -"49989",11694,52576,3,1564,2234 -"49990",11694,53475,3,1564,2853 -"49991",11694,59113,3,1564,2434 -"49992",11694,59140,3,1564,2528 -"49993",11694,62538,3,1564,1656 -"49994",11694,63409,3,1564,1937 -"49995",11694,70203,3,1564,2756 -"49996",11705,5839,3,231,2301 -"49997",11705,10146,3,231,1878 -"49998",11705,11351,3,231,2971 -"49999",11705,19718,3,231,1702 -"50000",11705,19744,3,231,2623 -"50001",11705,21133,3,231,1320 -"50002",11705,23679,3,231,934 -"50003",11705,27030,3,231,2031 -"50004",11705,33655,3,231,773 -"50005",11705,40129,3,231,2162 -"50006",11705,58516,3,231,409 -"50007",11705,73205,3,231,1529 -"50008",11712,6186,2,456,1693 -"50009",11728,1620,3,1121,1303 -"50010",11728,4066,3,1121,1736 -"50011",11728,7229,3,1121,2669 -"50012",11728,8062,3,1121,2858 -"50013",11728,9227,3,1121,1267 -"50014",11728,10336,3,1121,2271 -"50015",11728,11429,3,1121,2520 -"50016",11728,19751,3,1121,1630 -"50017",11728,21240,3,1121,1162 -"50018",11728,28094,3,1121,1423 -"50019",11728,32311,3,1121,2396 -"50020",11728,32818,3,1121,2485 -"50021",11728,34831,3,1121,1866 -"50022",11728,34892,2,1121,2309 -"50023",11728,37036,3,1121,2264 -"50024",11728,38259,3,1121,2258 -"50025",11728,41581,3,1121,1692 -"50026",11728,42331,3,1121,1585 -"50027",11728,46532,3,1121,2005 -"50028",11728,50278,3,1121,1127 -"50029",11728,51879,3,1121,1771 -"50030",11728,58829,3,1121,1256 -"50031",11728,60258,3,1121,2405 -"50032",11728,60808,3,1121,1258 -"50033",11728,60879,3,1121,2792 -"50034",11728,63077,3,1121,2778 -"50035",11728,68275,3,1121,1158 -"50036",11728,70101,3,1121,2414 -"50037",11728,75282,3,1121,2675 -"50038",11728,77077,3,1121,2693 -"50039",11728,77864,2,1121,2227 -"50040",11728,82819,3,1121,1900 -"50041",11728,82932,3,1121,2245 -"50042",11728,88212,3,1121,2547 -"50043",11728,104828,3,1121,1609 -"50044",11728,107052,3,1121,2158 -"50045",11758,2716,3,651,1748 -"50046",11758,2742,3,651,1192 -"50047",11758,4289,3,651,1921 -"50048",11758,19634,3,651,954 -"50049",11758,20423,3,651,2654 -"50050",11758,29899,3,651,2375 -"50051",11770,160,3,1653,2007 -"50052",11770,854,3,1653,2307 -"50053",11770,915,3,1653,1793 -"50054",11770,1453,3,1653,1737 -"50055",11770,3198,3,1653,1797 -"50056",11770,3397,3,1653,2126 -"50057",11770,3409,2,1653,2167 -"50058",11770,3453,3,1653,2126 -"50059",11770,4504,3,1653,1905 -"50060",11770,5610,3,1653,2223 -"50061",11770,5865,2,1653,1910 -"50062",11770,6192,2,1653,2409 -"50063",11770,6208,3,1653,2361 -"50064",11770,6222,3,1653,1949 -"50065",11770,6363,3,1653,2066 -"50066",11770,6428,3,1653,1952 -"50067",11770,7354,3,1653,2008 -"50068",11770,7406,2,1653,1906 -"50069",11770,7616,3,1653,2296 -"50070",11770,8238,3,1653,2222 -"50071",11770,8274,3,1653,1909 -"50072",11770,8327,3,1653,2527 -"50073",11770,8726,3,1653,2083 -"50074",11770,10029,3,1653,2718 -"50075",11770,10836,3,1653,2215 -"50076",11770,10870,3,1653,1755 -"50077",11770,11625,3,1653,2022 -"50078",11770,12264,3,1653,1925 -"50079",11770,12388,2,1653,1975 -"50080",11770,13249,3,1653,2573 -"50081",11770,13324,2,1653,2163 -"50082",11770,14655,3,1653,2559 -"50083",11770,14959,3,1653,2898 -"50084",11770,15444,3,1653,2764 -"50085",11770,16539,3,1653,1947 -"50086",11770,17351,3,1653,2036 -"50087",11770,17632,3,1653,1947 -"50088",11770,18165,3,1653,2085 -"50089",11770,18464,3,1653,2312 -"50090",11770,19208,2,1653,2629 -"50091",11770,19605,2,1653,2395 -"50092",11770,21950,2,1653,1892 -"50093",11770,22292,2,1653,1910 -"50094",11770,22808,3,1653,2297 -"50095",11770,22950,3,1653,2576 -"50096",11770,23460,1,1653,2183 -"50097",11770,25030,1,1653,2017 -"50098",11770,25985,2,1653,2071 -"50099",11770,28382,3,1653,1874 -"50100",11770,28592,3,1653,2320 -"50101",11770,29454,2,1653,2719 -"50102",11770,30236,3,1653,2238 -"50103",11770,32047,3,1653,1858 -"50104",11770,32965,3,1653,2071 -"50105",11770,38732,3,1653,2263 -"50106",11770,38921,3,1653,1880 -"50107",11770,39278,3,1653,1952 -"50108",11770,41664,3,1653,2641 -"50109",11770,41682,3,1653,1988 -"50110",11770,41764,2,1653,2409 -"50111",11770,42129,2,1653,2318 -"50112",11770,45329,3,1653,1693 -"50113",11770,47529,3,1653,2914 -"50114",11770,47564,3,1653,2650 -"50115",11770,49334,3,1653,2433 -"50116",11770,50480,2,1653,2701 -"50117",11770,51610,3,1653,2635 -"50118",11770,52597,3,1653,1773 -"50119",11770,56854,3,1653,2022 -"50120",11770,60257,3,1653,2795 -"50121",11770,63477,2,1653,1907 -"50122",11770,65434,3,1653,2866 -"50123",11770,68083,3,1653,2795 -"50124",11770,70046,3,1653,2624 -"50125",11770,77611,3,1653,1795 -"50126",11770,103218,3,1653,1787 -"50127",11803,468,3,1232,1966 -"50128",11803,916,3,1232,2718 -"50129",11803,2724,1,1232,2447 -"50130",11803,2802,3,1232,1836 -"50131",11803,3678,3,1232,1325 -"50132",11803,4194,3,1232,1641 -"50133",11803,4968,3,1232,1586 -"50134",11803,6040,3,1232,2103 -"50135",11803,6800,3,1232,2053 -"50136",11803,7648,3,1232,1861 -"50137",11803,9273,3,1232,1747 -"50138",11803,10435,3,1232,1984 -"50139",11803,13400,3,1232,1371 -"50140",11803,14061,1,1232,1620 -"50141",11803,14442,3,1232,2700 -"50142",11803,15023,3,1232,2054 -"50143",11803,17768,3,1232,2468 -"50144",11803,17999,3,1232,2758 -"50145",11803,18610,3,1232,2141 -"50146",11803,19667,3,1232,1466 -"50147",11803,20036,3,1232,2384 -"50148",11803,20547,3,1232,2145 -"50149",11803,21920,3,1232,2367 -"50150",11803,23739,3,1232,2463 -"50151",11803,24116,3,1232,1413 -"50152",11803,24867,3,1232,1861 -"50153",11803,25053,3,1232,2186 -"50154",11803,25886,3,1232,1580 -"50155",11803,26100,2,1232,1966 -"50156",11803,29067,3,1232,1538 -"50157",11803,31259,2,1232,2082 -"50158",11803,31357,3,1232,2389 -"50159",11803,31990,3,1232,2264 -"50160",11803,33278,3,1232,1591 -"50161",11803,36996,3,1232,2321 -"50162",11803,41051,3,1232,2767 -"50163",11803,41603,3,1232,1942 -"50164",11803,42407,3,1232,2408 -"50165",11803,44132,3,1232,1999 -"50166",11803,47094,3,1232,2592 -"50167",11803,49805,1,1232,2445 -"50168",11803,50635,3,1232,2962 -"50169",11803,51843,3,1232,2389 -"50170",11803,52530,3,1232,1737 -"50171",11803,53289,3,1232,2746 -"50172",11803,53362,3,1232,2360 -"50173",11803,54385,3,1232,2340 -"50174",11803,55446,3,1232,1247 -"50175",11803,63096,2,1232,2307 -"50176",11803,64737,2,1232,2442 -"50177",11803,74054,1,1232,1488 -"50178",11803,80705,2,1232,2764 -"50179",11803,84322,3,1232,1635 -"50180",11803,84808,3,1232,1974 -"50181",11803,94339,2,1232,2768 -"50182",11817,270,2,600,2542 -"50183",11817,312,3,600,2038 -"50184",11817,380,3,600,2261 -"50185",11817,675,3,600,1686 -"50186",11817,997,3,600,2788 -"50187",11817,1102,3,600,2282 -"50188",11817,1124,2,600,1596 -"50189",11817,1136,3,600,2536 -"50190",11817,1769,3,600,877 -"50191",11817,1875,2,600,1786 -"50192",11817,2063,3,600,1278 -"50193",11817,2077,3,600,610 -"50194",11817,2111,2,600,1904 -"50195",11817,2424,3,600,2582 -"50196",11817,2572,3,600,2273 -"50197",11817,2684,3,600,2874 -"50198",11817,2754,3,600,1360 -"50199",11817,2894,3,600,1291 -"50200",11817,3305,3,600,2839 -"50201",11817,3306,3,600,1989 -"50202",11817,3477,3,600,2546 -"50203",11817,3493,3,600,2451 -"50204",11817,4253,3,600,1890 -"50205",11817,4360,3,600,1770 -"50206",11817,4671,3,600,2280 -"50207",11817,4953,3,600,2285 -"50208",11817,5072,3,600,2175 -"50209",11817,5235,3,600,2324 -"50210",11817,5258,3,600,2730 -"50211",11817,5405,3,600,1510 -"50212",11817,5622,3,600,2175 -"50213",11817,5716,2,600,1058 -"50214",11817,5971,1,600,1985 -"50215",11817,5984,3,600,1675 -"50216",11817,5986,2,600,1721 -"50217",11817,6047,2,600,2004 -"50218",11817,6063,3,600,2349 -"50219",11817,6222,2,600,1949 -"50220",11817,6264,2,600,749 -"50221",11817,6366,3,600,798 -"50222",11817,6417,2,600,1675 -"50223",11817,6588,2,600,2025 -"50224",11817,6718,3,600,2138 -"50225",11817,7234,3,600,2654 -"50226",11817,7406,3,600,1906 -"50227",11817,7555,2,600,1943 -"50228",11817,7616,3,600,2296 -"50229",11817,7627,3,600,1543 -"50230",11817,7858,3,600,1795 -"50231",11817,8513,3,600,875 -"50232",11817,8866,3,600,1545 -"50233",11817,8888,3,600,1328 -"50234",11817,9364,3,600,1698 -"50235",11817,9624,3,600,2398 -"50236",11817,9654,3,600,2111 -"50237",11817,9695,2,600,2143 -"50238",11817,9928,3,600,2345 -"50239",11817,10358,3,600,2294 -"50240",11817,10488,2,600,1524 -"50241",11817,10523,2,600,1510 -"50242",11817,10576,3,600,974 -"50243",11817,10717,3,600,1938 -"50244",11817,10857,3,600,2253 -"50245",11817,10939,3,600,1376 -"50246",11817,11055,3,600,2111 -"50247",11817,11218,2,600,2292 -"50248",11817,11229,2,600,1625 -"50249",11817,11351,3,600,2971 -"50250",11817,11477,3,600,2724 -"50251",11817,11576,3,600,808 -"50252",11817,11620,3,600,2010 -"50253",11817,11912,3,600,889 -"50254",11817,11966,3,600,2385 -"50255",11817,12042,2,600,2345 -"50256",11817,12310,3,600,1337 -"50257",11817,12374,2,600,2260 -"50258",11817,12375,3,600,1873 -"50259",11817,12724,3,600,1930 -"50260",11817,12735,3,600,819 -"50261",11817,12779,3,600,936 -"50262",11817,13248,3,600,1385 -"50263",11817,13307,2,600,2206 -"50264",11817,14032,3,600,2144 -"50265",11817,14564,3,600,1581 -"50266",11817,14855,2,600,903 -"50267",11817,14959,3,600,2898 -"50268",11817,14989,3,600,2223 -"50269",11817,15003,3,600,2067 -"50270",11817,15118,2,600,1311 -"50271",11817,15122,3,600,1201 -"50272",11817,15135,3,600,1035 -"50273",11817,15290,3,600,641 -"50274",11817,15301,3,600,2308 -"50275",11817,15402,3,600,1281 -"50276",11817,15700,2,600,1712 -"50277",11817,15799,3,600,1917 -"50278",11817,16352,1,600,2657 -"50279",11817,16539,3,600,1947 -"50280",11817,17400,2,600,2231 -"50281",11817,18005,3,600,2449 -"50282",11817,18152,3,600,1314 -"50283",11817,18217,3,600,1566 -"50284",11817,18348,3,600,1711 -"50285",11817,18361,2,600,2968 -"50286",11817,18394,2,600,2356 -"50287",11817,18502,3,600,1033 -"50288",11817,18543,3,600,2968 -"50289",11817,19622,3,600,2371 -"50290",11817,19862,3,600,2412 -"50291",11817,19893,3,600,1223 -"50292",11817,20124,2,600,2376 -"50293",11817,20311,2,600,1981 -"50294",11817,20975,3,600,1305 -"50295",11817,21012,3,600,2325 -"50296",11817,21104,3,600,2327 -"50297",11817,21198,3,600,935 -"50298",11817,21571,3,600,2755 -"50299",11817,21693,3,600,2176 -"50300",11817,21755,3,600,817 -"50301",11817,22197,1,600,2271 -"50302",11817,22326,3,600,2818 -"50303",11817,22362,3,600,1836 -"50304",11817,22462,3,600,869 -"50305",11817,22566,3,600,2308 -"50306",11817,22705,2,600,1016 -"50307",11817,23011,3,600,2763 -"50308",11817,23159,3,600,1548 -"50309",11817,23310,3,600,2371 -"50310",11817,23403,3,600,607 -"50311",11817,23492,3,600,1067 -"50312",11817,23509,3,600,2275 -"50313",11817,23526,2,600,1998 -"50314",11817,23715,2,600,1859 -"50315",11817,23725,2,600,2378 -"50316",11817,23729,3,600,1624 -"50317",11817,23825,3,600,1913 -"50318",11817,24005,3,600,1188 -"50319",11817,24066,3,600,1755 -"50320",11817,24259,3,600,1281 -"50321",11817,24362,3,600,1287 -"50322",11817,24559,3,600,946 -"50323",11817,25132,3,600,1188 -"50324",11817,25305,3,600,2447 -"50325",11817,25643,3,600,1646 -"50326",11817,26067,3,600,2069 -"50327",11817,26080,2,600,2525 -"50328",11817,26322,3,600,1018 -"50329",11817,26366,3,600,1688 -"50330",11817,26570,3,600,1669 -"50331",11817,26659,3,600,903 -"50332",11817,26671,3,600,2279 -"50333",11817,26749,3,600,2965 -"50334",11817,26818,3,600,1999 -"50335",11817,26848,2,600,2363 -"50336",11817,26867,1,600,1804 -"50337",11817,27377,3,600,1724 -"50338",11817,27744,2,600,861 -"50339",11817,27849,3,600,1316 -"50340",11817,28002,2,600,914 -"50341",11817,28190,2,600,1634 -"50342",11817,28296,3,600,2944 -"50343",11817,28383,3,600,1222 -"50344",11817,29073,3,600,2328 -"50345",11817,29093,2,600,1933 -"50346",11817,29705,3,600,607 -"50347",11817,29750,3,600,689 -"50348",11817,29929,3,600,2789 -"50349",11817,29930,3,600,2240 -"50350",11817,29982,3,600,1372 -"50351",11817,29987,3,600,956 -"50352",11817,30325,2,600,1067 -"50353",11817,30334,3,600,2075 -"50354",11817,30405,2,600,2164 -"50355",11817,31093,3,600,2160 -"50356",11817,31307,3,600,2139 -"50357",11817,31436,3,600,2892 -"50358",11817,31691,3,600,1657 -"50359",11817,32131,3,600,1035 -"50360",11817,32173,3,600,2341 -"50361",11817,32567,3,600,2784 -"50362",11817,32606,3,600,2100 -"50363",11817,32694,3,600,1602 -"50364",11817,32811,3,600,804 -"50365",11817,33223,3,600,2397 -"50366",11817,33622,3,600,2230 -"50367",11817,33801,3,600,2899 -"50368",11817,34136,3,600,2202 -"50369",11817,34735,2,600,2767 -"50370",11817,34836,3,600,2302 -"50371",11817,35402,3,600,2339 -"50372",11817,35673,2,600,1067 -"50373",11817,35752,3,600,1158 -"50374",11817,35815,3,600,2789 -"50375",11817,37636,3,600,2178 -"50376",11817,37800,2,600,604 -"50377",11817,38019,3,600,1870 -"50378",11817,38694,3,600,817 -"50379",11817,38921,3,600,1880 -"50380",11817,39294,3,600,1889 -"50381",11817,39444,3,600,2695 -"50382",11817,39865,2,600,849 -"50383",11817,40028,1,600,1349 -"50384",11817,40072,1,600,1182 -"50385",11817,40369,3,600,2735 -"50386",11817,40392,3,600,1878 -"50387",11817,40493,3,600,1981 -"50388",11817,40542,3,600,1664 -"50389",11817,41972,3,600,2509 -"50390",11817,42129,3,600,2318 -"50391",11817,42216,3,600,2722 -"50392",11817,42619,3,600,2017 -"50393",11817,42687,2,600,1952 -"50394",11817,42837,3,600,1096 -"50395",11817,42906,3,600,1748 -"50396",11817,43213,2,600,2160 -"50397",11817,43335,3,600,1412 -"50398",11817,43455,3,600,2846 -"50399",11817,43518,3,600,2680 -"50400",11817,44521,2,600,1593 -"50401",11817,44648,2,600,619 -"50402",11817,45302,3,600,2390 -"50403",11817,45684,3,600,2200 -"50404",11817,45729,3,600,2606 -"50405",11817,46196,3,600,1510 -"50406",11817,46629,2,600,2255 -"50407",11817,46883,3,600,1671 -"50408",11817,47435,3,600,878 -"50409",11817,48035,3,600,2180 -"50410",11817,48215,3,600,2028 -"50411",11817,48384,3,600,2057 -"50412",11817,48571,3,600,2717 -"50413",11817,48698,3,600,1474 -"50414",11817,49110,3,600,2938 -"50415",11817,49185,2,600,1544 -"50416",11817,50134,3,600,2674 -"50417",11817,50236,1,600,2339 -"50418",11817,51017,3,600,2073 -"50419",11817,51035,3,600,2397 -"50420",11817,51783,3,600,2599 -"50421",11817,52136,2,600,1412 -"50422",11817,52345,3,600,1430 -"50423",11817,52576,3,600,2234 -"50424",11817,53134,3,600,1590 -"50425",11817,53303,2,600,1376 -"50426",11817,54305,3,600,1222 -"50427",11817,54551,3,600,2348 -"50428",11817,54929,3,600,2783 -"50429",11817,56082,1,600,2395 -"50430",11817,56237,2,600,2625 -"50431",11817,56604,3,600,1919 -"50432",11817,56903,3,600,1584 -"50433",11817,57150,3,600,1196 -"50434",11817,57246,3,600,1873 -"50435",11817,57414,3,600,922 -"50436",11817,57714,3,600,1391 -"50437",11817,58122,3,600,889 -"50438",11817,58508,3,600,2326 -"50439",11817,59939,2,600,936 -"50440",11817,61948,3,600,1231 -"50441",11817,61982,3,600,2725 -"50442",11817,62148,3,600,1566 -"50443",11817,63515,3,600,2023 -"50444",11817,64947,3,600,2489 -"50445",11817,64997,3,600,2791 -"50446",11817,65242,3,600,1988 -"50447",11817,66622,3,600,799 -"50448",11817,67726,3,600,2873 -"50449",11817,67763,3,600,822 -"50450",11817,67805,3,600,1338 -"50451",11817,68215,3,600,2727 -"50452",11817,70838,1,600,687 -"50453",11817,71217,3,600,2169 -"50454",11817,71342,3,600,1289 -"50455",11817,72188,2,600,856 -"50456",11817,72207,2,600,2430 -"50457",11817,72326,2,600,2384 -"50458",11817,72956,3,600,1251 -"50459",11817,74318,3,600,632 -"50460",11817,75403,2,600,1895 -"50461",11817,76284,3,600,1237 -"50462",11817,78256,3,600,804 -"50463",11817,79804,3,600,2227 -"50464",11817,80014,2,600,1562 -"50465",11817,80219,3,600,988 -"50466",11817,82730,3,600,1492 -"50467",11817,82747,3,600,1496 -"50468",11817,82776,3,600,1232 -"50469",11817,82949,3,600,2077 -"50470",11817,85784,3,600,1142 -"50471",11817,86245,3,600,1972 -"50472",11817,87048,3,600,989 -"50473",11817,90802,3,600,877 -"50474",11817,91912,2,600,790 -"50475",11817,92104,3,600,2339 -"50476",11817,94889,3,600,667 -"50477",11817,99215,3,600,2791 -"50478",11817,104217,3,600,956 -"50479",11817,108867,3,600,2328 -"50480",11817,109718,2,600,1237 -"50481",11817,111971,3,600,1032 -"50482",11817,117956,3,600,2774 -"50483",11817,120549,2,600,708 -"50484",11858,827,3,1530,2964 -"50485",11858,916,3,1530,2718 -"50486",11858,952,3,1530,1991 -"50487",11858,1624,3,1530,2687 -"50488",11858,1708,3,1530,1591 -"50489",11858,2282,2,1530,2056 -"50490",11858,2647,3,1530,2450 -"50491",11858,2927,1,1530,1789 -"50492",11858,3034,3,1530,2601 -"50493",11858,4180,2,1530,1817 -"50494",11858,4249,3,1530,2547 -"50495",11858,4551,2,1530,2720 -"50496",11858,5303,2,1530,1849 -"50497",11858,6040,3,1530,2103 -"50498",11858,6480,1,1530,1678 -"50499",11858,7253,1,1530,2686 -"50500",11858,7254,1,1530,1849 -"50501",11858,7787,3,1530,2314 -"50502",11858,9269,3,1530,1892 -"50503",11858,9895,3,1530,1960 -"50504",11858,11665,3,1530,1643 -"50505",11858,12116,3,1530,2119 -"50506",11858,13388,3,1530,2119 -"50507",11858,14761,3,1530,2502 -"50508",11858,14957,3,1530,2306 -"50509",11858,15146,1,1530,1546 -"50510",11858,15782,3,1530,2306 -"50511",11858,16347,3,1530,1868 -"50512",11858,17499,3,1530,2954 -"50513",11858,18700,3,1530,1929 -"50514",11858,19323,3,1530,1705 -"50515",11858,19509,1,1530,2000 -"50516",11858,20038,3,1530,1531 -"50517",11858,23639,3,1530,2065 -"50518",11858,26513,3,1530,2205 -"50519",11858,26597,3,1530,2070 -"50520",11858,28268,2,1530,2258 -"50521",11858,28782,2,1530,2272 -"50522",11858,34953,2,1530,1817 -"50523",11858,36840,2,1530,2269 -"50524",11858,40407,3,1530,1972 -"50525",11858,42382,2,1530,2224 -"50526",11858,42390,2,1530,2937 -"50527",11858,43524,3,1530,2572 -"50528",11858,43701,3,1530,2400 -"50529",11858,46616,2,1530,1917 -"50530",11858,47607,3,1530,2724 -"50531",11858,52380,2,1530,2686 -"50532",11858,53584,2,1530,2391 -"50533",11858,58086,3,1530,1667 -"50534",11858,58945,2,1530,2481 -"50535",11858,59511,2,1530,2753 -"50536",11858,69029,3,1530,2623 -"50537",11858,70011,3,1530,2690 -"50538",11858,73520,3,1530,2613 -"50539",11858,75194,2,1530,1736 -"50540",11858,77719,3,1530,2086 -"50541",11858,78277,3,1530,1937 -"50542",11858,78611,3,1530,1586 -"50543",11858,80970,2,1530,2069 -"50544",11858,84591,3,1530,1685 -"50545",11868,1787,2,1639,1707 -"50546",11868,4188,2,1639,2963 -"50547",11868,5937,2,1639,2392 -"50548",11868,6234,3,1639,2654 -"50549",11868,8899,3,1639,2023 -"50550",11868,14838,3,1639,1746 -"50551",11868,14861,3,1639,2269 -"50552",11868,15150,3,1639,2801 -"50553",11868,15558,3,1639,2389 -"50554",11868,16477,3,1639,2069 -"50555",11868,16969,3,1639,1917 -"50556",11868,17552,3,1639,2082 -"50557",11868,17815,3,1639,2070 -"50558",11868,19002,3,1639,2053 -"50559",11868,20011,2,1639,2826 -"50560",11868,22744,3,1639,1907 -"50561",11868,23498,3,1639,2398 -"50562",11868,23728,3,1639,2601 -"50563",11868,23802,3,1639,1713 -"50564",11868,29775,2,1639,2064 -"50565",11868,32079,3,1639,2315 -"50566",11868,34576,3,1639,1727 -"50567",11868,35844,3,1639,2961 -"50568",11868,41521,2,1639,2069 -"50569",11868,42136,3,1639,2551 -"50570",11868,44730,3,1639,2468 -"50571",11868,48585,3,1639,2063 -"50572",11868,49079,3,1639,2447 -"50573",11868,53648,3,1639,2167 -"50574",11868,56413,2,1639,2747 -"50575",11868,76997,3,1639,2223 -"50576",11868,79746,3,1639,2272 -"50577",11868,86559,3,1639,1704 -"50578",11868,87190,3,1639,1704 -"50579",11872,3414,3,317,2322 -"50580",11872,3477,3,317,2546 -"50581",11872,5346,3,317,1438 -"50582",11872,6063,3,317,2349 -"50583",11872,12735,3,317,819 -"50584",11872,12779,3,317,936 -"50585",11872,15095,3,317,2001 -"50586",11872,15153,3,317,1864 -"50587",11872,15159,3,317,756 -"50588",11872,15207,3,317,1855 -"50589",11872,18217,3,317,1566 -"50590",11872,18421,3,317,2457 -"50591",11872,18550,3,317,483 -"50592",11872,20176,3,317,1050 -"50593",11872,22462,3,317,869 -"50594",11872,24974,2,317,702 -"50595",11872,30865,2,317,2038 -"50596",11872,30891,3,317,1256 -"50597",11872,33223,3,317,2397 -"50598",11872,36645,3,317,547 -"50599",11872,38513,3,317,914 -"50600",11872,40113,3,317,451 -"50601",11872,40542,3,317,1664 -"50602",11872,61913,2,317,397 -"50603",11872,63662,3,317,721 -"50604",11872,66693,3,317,2554 -"50605",11872,70422,3,317,1398 -"50606",11872,75282,3,317,2675 -"50607",11872,80337,1,317,394 -"50608",11872,80338,2,317,2059 -"50609",11872,83729,1,317,406 -"50610",11872,92904,3,317,780 -"50611",11872,94520,3,317,1243 -"50612",11875,997,3,1526,2788 -"50613",11875,1046,3,1526,1881 -"50614",11875,1151,3,1526,2885 -"50615",11875,1386,3,1526,1901 -"50616",11875,1777,3,1526,1965 -"50617",11875,2036,3,1526,2483 -"50618",11875,2484,3,1526,2389 -"50619",11875,4191,3,1526,2130 -"50620",11875,4618,3,1526,2607 -"50621",11875,5462,3,1526,2374 -"50622",11875,5725,3,1526,2789 -"50623",11875,7394,3,1526,2615 -"50624",11875,8258,2,1526,1959 -"50625",11875,10087,3,1526,1617 -"50626",11875,17061,2,1526,2385 -"50627",11875,19248,3,1526,2357 -"50628",11875,19606,2,1526,2783 -"50629",11875,25721,3,1526,2212 -"50630",11875,27623,2,1526,2970 -"50631",11875,38439,3,1526,2025 -"50632",11875,46680,3,1526,1690 -"50633",11875,48605,2,1526,2796 -"50634",11875,52203,3,1526,1961 -"50635",11875,56854,3,1526,2022 -"50636",11875,57549,3,1526,2335 -"50637",11875,58035,3,1526,1646 -"50638",11875,60289,3,1526,2729 -"50639",11875,71518,2,1526,2805 -"50640",11875,79211,3,1526,1590 -"50641",11877,4668,2,1108,1919 -"50642",11877,4669,3,1108,2395 -"50643",11877,16715,3,1108,1218 -"50644",11897,388,3,1271,1594 -"50645",11897,916,2,1271,2718 -"50646",11897,1222,3,1271,2598 -"50647",11897,1560,2,1271,2013 -"50648",11897,2443,3,1271,2333 -"50649",11897,2802,2,1271,1836 -"50650",11897,3477,3,1271,2546 -"50651",11897,3819,3,1271,1583 -"50652",11897,5414,3,1271,2321 -"50653",11897,5673,3,1271,1567 -"50654",11897,6063,3,1271,2349 -"50655",11897,6262,3,1271,2733 -"50656",11897,6432,3,1271,2297 -"50657",11897,8525,3,1271,1787 -"50658",11897,9716,3,1271,1929 -"50659",11897,10200,3,1271,2920 -"50660",11897,11429,3,1271,2520 -"50661",11897,12973,3,1271,1569 -"50662",11897,13150,2,1271,1570 -"50663",11897,15047,3,1271,1697 -"50664",11897,16643,3,1271,1824 -"50665",11897,17999,2,1271,2758 -"50666",11897,18217,3,1271,1566 -"50667",11897,18466,3,1271,2340 -"50668",11897,18479,2,1271,2967 -"50669",11897,18610,3,1271,2141 -"50670",11897,19190,3,1271,2677 -"50671",11897,19323,3,1271,1705 -"50672",11897,20604,3,1271,1684 -"50673",11897,23739,2,1271,2463 -"50674",11897,24086,3,1271,2663 -"50675",11897,31087,3,1271,1757 -"50676",11897,32694,3,1271,1602 -"50677",11897,33223,3,1271,2397 -"50678",11897,33278,3,1271,1591 -"50679",11897,33755,3,1271,2963 -"50680",11897,36662,2,1271,2967 -"50681",11897,37342,3,1271,2649 -"50682",11897,37868,3,1271,2876 -"50683",11897,38361,3,1271,1936 -"50684",11897,40392,3,1271,1878 -"50685",11897,40542,3,1271,1664 -"50686",11897,41185,3,1271,1929 -"50687",11897,42280,3,1271,2266 -"50688",11897,43929,3,1271,2749 -"50689",11897,56168,2,1271,1466 -"50690",11897,57037,1,1271,2293 -"50691",11897,59470,3,1271,2393 -"50692",11897,62713,3,1271,2593 -"50693",11897,66017,3,1271,1545 -"50694",11897,76997,3,1271,2223 -"50695",11897,79793,3,1271,1915 -"50696",11897,82917,3,1271,2371 -"50697",11897,83334,3,1271,1708 -"50698",11897,94339,3,1271,2768 -"50699",11897,116792,3,1271,2397 -"50700",11897,117903,2,1271,1664 -"50701",11912,2111,3,889,1904 -"50702",11912,2864,3,889,1543 -"50703",11912,3395,3,889,1382 -"50704",11912,5971,3,889,1985 -"50705",11912,6588,3,889,2025 -"50706",11912,7616,2,889,2296 -"50707",11912,9871,2,889,921 -"50708",11912,10370,2,889,2224 -"50709",11912,10535,3,889,1534 -"50710",11912,10857,3,889,2253 -"50711",11912,12122,1,889,1385 -"50712",11912,14887,3,889,2158 -"50713",11912,15402,3,889,1281 -"50714",11912,16539,3,889,1947 -"50715",11912,17400,3,889,2231 -"50716",11912,18108,3,889,1656 -"50717",11912,18394,3,889,2356 -"50718",11912,19093,3,889,2224 -"50719",11912,19893,1,889,1223 -"50720",11912,20419,3,889,1587 -"50721",11912,23492,3,889,1067 -"50722",11912,23725,3,889,2378 -"50723",11912,24793,3,889,1993 -"50724",11912,24853,3,889,1004 -"50725",11912,25443,3,889,1441 -"50726",11912,27377,2,889,1724 -"50727",11912,27792,3,889,1308 -"50728",11912,30325,3,889,1067 -"50729",11912,30405,3,889,2164 -"50730",11912,35673,2,889,1067 -"50731",11912,40028,3,889,1349 -"50732",11912,40072,3,889,1182 -"50733",11912,43213,3,889,2160 -"50734",11912,43902,2,889,1726 -"50735",11912,44089,1,889,1632 -"50736",11912,44407,3,889,2154 -"50737",11912,44688,3,889,2924 -"50738",11912,44763,2,889,1324 -"50739",11912,44773,3,889,1355 -"50740",11912,45684,3,889,2200 -"50741",11912,46629,3,889,2255 -"50742",11912,49334,3,889,2433 -"50743",11912,50236,3,889,2339 -"50744",11912,53303,3,889,1376 -"50745",11912,54551,3,889,2348 -"50746",11912,55076,3,889,2408 -"50747",11912,56082,3,889,2395 -"50748",11912,57549,3,889,2335 -"50749",11912,60207,3,889,2224 -"50750",11912,64031,3,889,1295 -"50751",11912,70046,3,889,2624 -"50752",11912,76646,3,889,1263 -"50753",11912,76721,3,889,1174 -"50754",11912,77611,3,889,1795 -"50755",11912,79653,3,889,2683 -"50756",11912,82187,3,889,1055 -"50757",11912,82893,2,889,1275 -"50758",11912,85356,3,889,1492 -"50759",11912,109718,3,889,1237 -"50760",11912,113767,3,889,1101 -"50761",11959,3414,2,523,2322 -"50762",11959,4669,3,523,2395 -"50763",11959,12078,3,523,2381 -"50764",11959,18415,3,523,2184 -"50765",11959,18810,1,523,2671 -"50766",11959,28626,3,523,2842 -"50767",11959,30865,3,523,2038 -"50768",11959,36183,3,523,2117 -"50769",11959,50509,3,523,2050 -"50770",11959,63662,2,523,721 -"50771",11959,75067,2,523,801 -"50772",11959,84779,3,523,914 -"50773",11959,86220,3,523,969 -"50774",11966,377,3,2385,2389 -"50775",11966,2424,3,2385,2582 -"50776",11966,3164,2,2385,2693 -"50777",11966,4932,3,2385,2752 -"50778",11966,5315,3,2385,2631 -"50779",11966,6030,2,2385,2953 -"50780",11966,12035,3,2385,2721 -"50781",11966,16352,2,2385,2657 -"50782",11966,18361,3,2385,2968 -"50783",11966,20284,3,2385,2530 -"50784",11966,20292,2,2385,2755 -"50785",11966,21571,1,2385,2755 -"50786",11966,21682,3,2385,2414 -"50787",11966,26080,3,2385,2525 -"50788",11966,28168,2,2385,2702 -"50789",11966,28296,3,2385,2944 -"50790",11966,32567,1,2385,2784 -"50791",11966,34735,2,2385,2767 -"50792",11966,41972,3,2385,2509 -"50793",11966,49110,3,2385,2938 -"50794",11966,51052,2,2385,2784 -"50795",11966,54929,3,2385,2783 -"50796",11966,56237,3,2385,2625 -"50797",11966,66413,3,2385,2507 -"50798",11966,68083,3,2385,2795 -"50799",11976,206,3,1727,1986 -"50800",11976,1092,3,1727,1945 -"50801",11976,2765,3,1727,2321 -"50802",11976,3776,2,1727,2322 -"50803",11976,5315,3,1727,2631 -"50804",11976,5429,3,1727,1991 -"50805",11976,5621,3,1727,1860 -"50806",11976,6248,3,1727,2737 -"50807",11976,7508,3,1727,2396 -"50808",11976,8887,3,1727,2373 -"50809",11976,10727,3,1727,2082 -"50810",11976,11055,3,1727,2111 -"50811",11976,11103,3,1727,2393 -"50812",11976,11136,3,1727,2573 -"50813",11976,11620,3,1727,2010 -"50814",11976,12778,3,1727,2045 -"50815",11976,13573,3,1727,2774 -"50816",11976,14754,3,1727,2456 -"50817",11976,16482,3,1727,1958 -"50818",11976,17826,3,1727,2920 -"50819",11976,20355,2,1727,2111 -"50820",11976,20423,2,1727,2654 -"50821",11976,21706,3,1727,1988 -"50822",11976,21720,3,1727,2637 -"50823",11976,27501,3,1727,1981 -"50824",11976,28355,3,1727,2053 -"50825",11976,34158,2,1727,2639 -"50826",11976,35361,3,1727,2389 -"50827",11976,36574,2,1727,2934 -"50828",11976,39827,3,1727,2321 -"50829",11976,41023,3,1727,2408 -"50830",11976,41598,3,1727,2291 -"50831",11976,42713,3,1727,1995 -"50832",11976,43929,3,1727,2749 -"50833",11976,45277,3,1727,1777 -"50834",11976,45608,3,1727,2420 -"50835",11976,45903,3,1727,2237 -"50836",11976,48605,3,1727,2796 -"50837",11976,49147,3,1727,2539 -"50838",11976,49461,3,1727,2793 -"50839",11976,51319,3,1727,2488 -"50840",11976,67383,3,1727,1739 -"50841",11976,76396,3,1727,1731 -"50842",11976,79653,3,1727,2683 -"50843",11976,81865,3,1727,2704 -"50844",11976,92895,3,1727,2339 -"50845",11976,116792,3,1727,2397 -"50846",11984,3978,3,2308,2775 -"50847",11984,4303,3,2308,2414 -"50848",11984,25373,3,2308,2783 -"50849",11984,37929,3,2308,2393 -"50850",11990,364,3,1909,2351 -"50851",11990,2979,3,1909,2912 -"50852",11990,3403,3,1909,2951 -"50853",11990,3456,2,1909,1999 -"50854",11990,5614,3,1909,2122 -"50855",11990,5897,3,1909,2337 -"50856",11990,7942,3,1909,2623 -"50857",11990,11135,3,1909,2441 -"50858",11990,12948,3,1909,2669 -"50859",11990,16437,3,1909,1956 -"50860",11990,16866,3,1909,2718 -"50861",11990,17033,3,1909,2771 -"50862",11990,18865,3,1909,2676 -"50863",11990,27742,3,1909,2700 -"50864",11990,27914,3,1909,2507 -"50865",11990,28051,3,1909,2089 -"50866",11990,29295,3,1909,2043 -"50867",11990,30525,2,1909,1964 -"50868",11990,32110,3,1909,2224 -"50869",11990,35187,3,1909,2488 -"50870",11990,38259,3,1909,2258 -"50871",11990,43961,3,1909,2443 -"50872",11990,54775,3,1909,2383 -"50873",11990,56569,3,1909,1993 -"50874",11990,63395,3,1909,2334 -"50875",11993,4367,3,314,2794 -"50876",11993,8865,3,314,2394 -"50877",11993,10210,2,314,1905 -"50878",11993,16176,3,314,2703 -"50879",11993,19364,3,314,2846 -"50880",11993,22709,3,314,2743 -"50881",11993,29997,3,314,1789 -"50882",11993,32606,3,314,2100 -"50883",11993,35004,2,314,1509 -"50884",11993,35715,3,314,2912 -"50885",11993,43110,3,314,375 -"50886",11993,43204,3,314,1680 -"50887",11993,58559,1,314,2242 -"50888",11993,59683,3,314,2068 -"50889",11993,65856,3,314,2504 -"50890",11993,68345,3,314,1095 -"50891",11993,68876,3,314,1397 -"50892",11993,69232,2,314,2130 -"50893",11993,72348,3,314,1810 -"50894",11993,80606,2,314,2079 -"50895",11993,81753,2,314,1736 -"50896",11993,95785,3,314,1156 -"50897",11993,111955,2,314,504 -"50898",12000,1369,3,1454,2487 -"50899",12000,1685,2,1454,2230 -"50900",12000,1785,3,1454,2350 -"50901",12000,3360,3,1454,1583 -"50902",12000,5355,3,1454,1499 -"50903",12000,6621,3,1454,2478 -"50904",12000,6999,2,1454,2214 -"50905",12000,11154,3,1454,1594 -"50906",12000,12007,3,1454,1594 -"50907",12000,15207,3,1454,1855 -"50908",12000,19002,3,1454,2053 -"50909",12000,22744,3,1454,1907 -"50910",12000,23498,3,1454,2398 -"50911",12000,31159,3,1454,2231 -"50912",12000,31295,2,1454,2183 -"50913",12000,31794,3,1454,1919 -"50914",12000,35317,3,1454,1888 -"50915",12000,42407,3,1454,2408 -"50916",12000,43311,2,1454,1553 -"50917",12000,45664,3,1454,2235 -"50918",12000,49069,3,1454,1694 -"50919",12000,51173,3,1454,1829 -"50920",12000,53648,3,1454,2167 -"50921",12000,80615,3,1454,2252 -"50922",12000,85638,2,1454,2275 -"50923",12000,87190,3,1454,1704 -"50924",12004,701,3,996,2718 -"50925",12004,3164,3,996,2693 -"50926",12004,5716,3,996,1058 -"50927",12004,5971,3,996,1985 -"50928",12004,6030,3,996,2953 -"50929",12004,6363,3,996,2066 -"50930",12004,6417,3,996,1675 -"50931",12004,7582,2,996,1099 -"50932",12004,9678,3,996,1217 -"50933",12004,11218,3,996,2292 -"50934",12004,11966,2,996,2385 -"50935",12004,13311,2,996,2315 -"50936",12004,14080,3,996,1351 -"50937",12004,15301,3,996,2308 -"50938",12004,15607,2,996,1421 -"50939",12004,19072,1,996,2358 -"50940",12004,19113,2,996,1171 -"50941",12004,19835,3,996,1135 -"50942",12004,20284,3,996,2530 -"50943",12004,20292,2,996,2755 -"50944",12004,21571,2,996,2755 -"50945",12004,21898,3,996,1351 -"50946",12004,22566,2,996,2308 -"50947",12004,22884,3,996,1608 -"50948",12004,24512,3,996,1369 -"50949",12004,28050,3,996,1955 -"50950",12004,28168,2,996,2702 -"50951",12004,28296,3,996,2944 -"50952",12004,29050,3,996,1196 -"50953",12004,30883,3,996,1629 -"50954",12004,32567,3,996,2784 -"50955",12004,33588,2,996,1040 -"50956",12004,33621,3,996,1319 -"50957",12004,34464,3,996,1741 -"50958",12004,34815,3,996,2354 -"50959",12004,39535,3,996,2428 -"50960",12004,41014,3,996,1152 -"50961",12004,42619,3,996,2017 -"50962",12004,44521,3,996,1593 -"50963",12004,51041,3,996,2606 -"50964",12004,53134,3,996,1590 -"50965",12004,54929,2,996,2783 -"50966",12004,57714,3,996,1391 -"50967",12004,68523,3,996,1664 -"50968",12004,80172,3,996,1342 -"50969",12004,94500,2,996,1529 -"50970",12004,98150,3,996,1009 -"50971",12004,102751,3,996,1229 -"50972",12007,1685,1,1594,2230 -"50973",12007,1785,3,1594,2350 -"50974",12007,3477,3,1594,2546 -"50975",12007,4730,3,1594,2131 -"50976",12007,5937,3,1594,2392 -"50977",12007,6020,3,1594,1864 -"50978",12007,6063,3,1594,2349 -"50979",12007,6621,3,1594,2478 -"50980",12007,7443,3,1594,2028 -"50981",12007,11506,3,1594,2824 -"50982",12007,11868,3,1594,1639 -"50983",12007,19002,3,1594,2053 -"50984",12007,22744,2,1594,1907 -"50985",12007,23498,3,1594,2398 -"50986",12007,31794,2,1594,1919 -"50987",12007,32079,3,1594,2315 -"50988",12007,33223,3,1594,2397 -"50989",12007,34162,3,1594,2336 -"50990",12007,36031,3,1594,2342 -"50991",12007,40542,3,1594,1664 -"50992",12007,45730,3,1594,2063 -"50993",12007,51173,3,1594,1829 -"50994",12007,53648,3,1594,2167 -"50995",12007,75207,3,1594,2235 -"50996",12007,76672,3,1594,1930 -"50997",12007,79461,2,1594,1667 -"50998",12007,79547,3,1594,1909 -"50999",12007,86559,3,1594,1704 -"51000",12007,87190,2,1594,1704 -"51001",12007,89681,3,1594,1978 -"51002",12023,2452,3,799,1715 -"51003",12023,2576,3,799,1307 -"51004",12023,3663,3,799,1232 -"51005",12023,4668,3,799,1919 -"51006",12023,4669,3,799,2395 -"51007",12023,5897,3,799,2337 -"51008",12023,11990,2,799,1909 -"51009",12023,12781,3,799,831 -"51010",12023,13068,3,799,1778 -"51011",12023,16152,2,799,879 -"51012",12023,16437,3,799,1956 -"51013",12023,16501,3,799,1650 -"51014",12023,16715,3,799,1218 -"51015",12023,16776,3,799,1565 -"51016",12023,17252,3,799,1258 -"51017",12023,19334,3,799,1979 -"51018",12023,27742,3,799,2700 -"51019",12023,27914,3,799,2507 -"51020",12023,28051,3,799,2089 -"51021",12023,28869,3,799,2425 -"51022",12023,28904,2,799,926 -"51023",12023,29473,3,799,2602 -"51024",12023,30525,3,799,1964 -"51025",12023,31317,3,799,1362 -"51026",12023,31753,1,799,1514 -"51027",12023,31868,3,799,1993 -"51028",12023,33451,3,799,1957 -"51029",12023,35573,3,799,2084 -"51030",12023,35728,3,799,2017 -"51031",12023,41077,1,799,864 -"51032",12023,43961,3,799,2443 -"51033",12023,44074,3,799,1299 -"51034",12023,45480,3,799,1104 -"51035",12023,49201,3,799,936 -"51036",12023,54775,3,799,2383 -"51037",12023,56995,3,799,2323 -"51038",12023,59039,3,799,2870 -"51039",12023,63654,3,799,2310 -"51040",12023,69131,3,799,2122 -"51041",12023,70455,3,799,1307 -"51042",12023,79432,3,799,1708 -"51043",12023,80156,3,799,1667 -"51044",12023,81437,3,799,1101 -"51045",12023,85396,2,799,1131 -"51046",12023,88324,3,799,1080 -"51047",12023,89538,3,799,1847 -"51048",12031,680,3,1957,2569 -"51049",12031,3271,3,1957,2216 -"51050",12031,6248,3,1957,2737 -"51051",12031,6432,3,1957,2297 -"51052",12031,11135,3,1957,2441 -"51053",12031,15502,3,1957,2637 -"51054",12031,17999,3,1957,2758 -"51055",12031,19057,3,1957,2664 -"51056",12031,19687,3,1957,2072 -"51057",12031,22905,3,1957,2599 -"51058",12031,23639,3,1957,2065 -"51059",12031,27686,3,1957,2844 -"51060",12031,32235,3,1957,2109 -"51061",12031,41051,2,1957,2767 -"51062",12031,45299,3,1957,2426 -"51063",12031,49147,3,1957,2539 -"51064",12031,55436,2,1957,2513 -"51065",12031,95211,2,1957,2462 -"51066",12031,116792,2,1957,2397 -"51067",12034,42,3,265,2265 -"51068",12034,180,3,265,1593 -"51069",12034,455,3,265,2827 -"51070",12034,470,3,265,2285 -"51071",12034,600,3,265,1702 -"51072",12034,613,2,265,2687 -"51073",12034,669,1,265,1423 -"51074",12034,1495,3,265,2046 -"51075",12034,1676,3,265,1198 -"51076",12034,2208,3,265,2814 -"51077",12034,2766,3,265,1920 -"51078",12034,2967,3,265,587 -"51079",12034,3242,3,265,1730 -"51080",12034,3271,3,265,2216 -"51081",12034,4317,3,265,1224 -"51082",12034,4696,3,265,2656 -"51083",12034,4763,3,265,1960 -"51084",12034,5078,3,265,2033 -"51085",12034,5716,3,265,1058 -"51086",12034,5792,3,265,975 -"51087",12034,6162,2,265,1673 -"51088",12034,6241,2,265,2264 -"51089",12034,7087,3,265,2356 -"51090",12034,7226,2,265,1228 -"51091",12034,7337,3,265,1797 -"51092",12034,8621,3,265,1681 -"51093",12034,9150,3,265,2689 -"51094",12034,9272,3,265,2835 -"51095",12034,9311,3,265,2477 -"51096",12034,10433,3,265,2075 -"51097",12034,10528,3,265,502 -"51098",12034,10746,2,265,1506 -"51099",12034,10859,1,265,2231 -"51100",12034,10870,3,265,1755 -"51101",12034,10874,3,265,1891 -"51102",12034,11329,3,265,2799 -"51103",12034,12542,3,265,1888 -"51104",12034,12929,2,265,2656 -"51105",12034,13699,3,265,1355 -"51106",12034,14272,3,265,1063 -"51107",12034,14887,2,265,2158 -"51108",12034,15184,3,265,2396 -"51109",12034,15290,3,265,641 -"51110",12034,15626,3,265,2434 -"51111",12034,16352,3,265,2657 -"51112",12034,16881,2,265,925 -"51113",12034,17381,3,265,1697 -"51114",12034,17790,3,265,2783 -"51115",12034,17819,3,265,2291 -"51116",12034,17906,3,265,1940 -"51117",12034,18244,3,265,1622 -"51118",12034,18366,2,265,2699 -"51119",12034,18670,3,265,1835 -"51120",12034,19092,3,265,906 -"51121",12034,19174,3,265,1595 -"51122",12034,19183,3,265,1257 -"51123",12034,20397,2,265,735 -"51124",12034,20407,3,265,2339 -"51125",12034,20563,3,265,2267 -"51126",12034,20588,3,265,912 -"51127",12034,21795,3,265,2653 -"51128",12034,22140,3,265,942 -"51129",12034,22422,3,265,894 -"51130",12034,24169,3,265,1663 -"51131",12034,24405,2,265,1443 -"51132",12034,24721,3,265,2326 -"51133",12034,25132,3,265,1188 -"51134",12034,25610,3,265,2328 -"51135",12034,27135,2,265,798 -"51136",12034,28050,3,265,1955 -"51137",12034,28218,3,265,2048 -"51138",12034,28892,3,265,2023 -"51139",12034,29089,3,265,1344 -"51140",12034,29456,3,265,1182 -"51141",12034,29930,3,265,2240 -"51142",12034,29982,3,265,1372 -"51143",12034,34707,3,265,2042 -"51144",12034,34735,3,265,2767 -"51145",12034,34820,3,265,1630 -"51146",12034,35069,2,265,2069 -"51147",12034,35360,3,265,2043 -"51148",12034,35888,1,265,2291 -"51149",12034,36578,3,265,1484 -"51150",12034,39278,2,265,1952 -"51151",12034,40136,3,265,1149 -"51152",12034,40889,2,265,465 -"51153",12034,40913,3,265,1800 -"51154",12034,41278,3,265,1873 -"51155",12034,41739,3,265,1339 -"51156",12034,42925,2,265,1358 -"51157",12034,43226,3,265,2442 -"51158",12034,44648,3,265,619 -"51159",12034,46091,3,265,1938 -"51160",12034,46486,3,265,1868 -"51161",12034,47362,3,265,2253 -"51162",12034,48110,3,265,2009 -"51163",12034,49560,1,265,1679 -"51164",12034,51853,3,265,2520 -"51165",12034,53031,3,265,2065 -"51166",12034,53323,3,265,2677 -"51167",12034,53342,3,265,2071 -"51168",12034,53608,3,265,1986 -"51169",12034,54020,3,265,1578 -"51170",12034,54879,3,265,2210 -"51171",12034,57405,3,265,2344 -"51172",12034,57714,3,265,1391 -"51173",12034,58180,3,265,1919 -"51174",12034,58508,3,265,2326 -"51175",12034,59979,2,265,471 -"51176",12034,60055,3,265,266 -"51177",12034,62832,3,265,2606 -"51178",12034,63568,3,265,570 -"51179",12034,66756,3,265,1301 -"51180",12034,69293,3,265,609 -"51181",12034,69335,3,265,2698 -"51182",12034,72147,3,265,1075 -"51183",12034,73197,3,265,1998 -"51184",12034,73675,3,265,887 -"51185",12034,74058,3,265,1151 -"51186",12034,80301,3,265,1690 -"51187",12034,81014,3,265,1925 -"51188",12034,82806,3,265,796 -"51189",12034,82829,3,265,2416 -"51190",12034,84790,3,265,1708 -"51191",12034,84799,2,265,2656 -"51192",12034,84942,3,265,1467 -"51193",12034,85397,3,265,1219 -"51194",12034,86107,3,265,1960 -"51195",12034,87638,2,265,1114 -"51196",12034,88904,3,265,465 -"51197",12034,89934,3,265,2760 -"51198",12034,89965,3,265,810 -"51199",12034,90709,3,265,1080 -"51200",12034,90911,3,265,1263 -"51201",12034,93121,3,265,2324 -"51202",12034,95979,2,265,1722 -"51203",12034,99332,2,265,873 -"51204",12034,105795,3,265,1265 -"51205",12034,113619,3,265,760 -"51206",12035,2684,3,2721,2874 -"51207",12035,18151,3,2721,2962 -"51208",12035,21571,3,2721,2755 -"51209",12035,26865,3,2721,2726 -"51210",12035,32567,3,2721,2784 -"51211",12035,34327,3,2721,2959 -"51212",12035,34735,3,2721,2767 -"51213",12035,36962,3,2721,2861 -"51214",12035,54929,3,2721,2783 -"51215",12035,68215,3,2721,2727 -"51216",12035,72501,3,2721,2795 -"51217",12042,270,3,2345,2542 -"51218",12042,377,3,2345,2389 -"51219",12042,2289,3,2345,2389 -"51220",12042,2424,3,2345,2582 -"51221",12042,3305,3,2345,2839 -"51222",12042,3961,3,2345,2426 -"51223",12042,3966,3,2345,2425 -"51224",12042,5041,3,2345,2371 -"51225",12042,5350,2,2345,2522 -"51226",12042,6044,3,2345,2744 -"51227",12042,7234,3,2345,2654 -"51228",12042,7794,3,2345,2972 -"51229",12042,8327,3,2345,2527 -"51230",12042,11966,3,2345,2385 -"51231",12042,12035,2,2345,2721 -"51232",12042,16352,1,2345,2657 -"51233",12042,16628,3,2345,2409 -"51234",12042,17365,3,2345,2746 -"51235",12042,17826,3,2345,2920 -"51236",12042,18394,3,2345,2356 -"51237",12042,20124,3,2345,2376 -"51238",12042,21138,3,2345,2849 -"51239",12042,21571,3,2345,2755 -"51240",12042,21795,3,2345,2653 -"51241",12042,21872,3,2345,2458 -"51242",12042,23310,2,2345,2371 -"51243",12042,23725,3,2345,2378 -"51244",12042,25129,3,2345,2647 -"51245",12042,25325,2,2345,2963 -"51246",12042,25480,3,2345,2747 -"51247",12042,26080,1,2345,2525 -"51248",12042,26721,3,2345,2586 -"51249",12042,28296,3,2345,2944 -"51250",12042,30173,3,2345,2404 -"51251",12042,32567,3,2345,2784 -"51252",12042,33433,3,2345,2805 -"51253",12042,34480,3,2345,2755 -"51254",12042,34735,2,2345,2767 -"51255",12042,35926,3,2345,2371 -"51256",12042,36962,3,2345,2861 -"51257",12042,37238,3,2345,2609 -"51258",12042,38307,2,2345,2648 -"51259",12042,38800,3,2345,2756 -"51260",12042,41945,3,2345,2856 -"51261",12042,41972,2,2345,2509 -"51262",12042,42574,3,2345,2842 -"51263",12042,43455,2,2345,2846 -"51264",12042,43796,3,2345,2476 -"51265",12042,44557,3,2345,2371 -"51266",12042,46099,3,2345,2360 -"51267",12042,47248,3,2345,2883 -"51268",12042,49110,2,2345,2938 -"51269",12042,51089,3,2345,2426 -"51270",12042,51866,3,2345,2411 -"51271",12042,52032,3,2345,2853 -"51272",12042,52892,3,2345,2372 -"51273",12042,54551,3,2345,2348 -"51274",12042,54929,2,2345,2783 -"51275",12042,55652,3,2345,2795 -"51276",12042,56082,3,2345,2395 -"51277",12042,56237,3,2345,2625 -"51278",12042,57969,3,2345,2755 -"51279",12042,57977,3,2345,2683 -"51280",12042,61982,3,2345,2725 -"51281",12042,69716,3,2345,2632 -"51282",12042,71274,3,2345,2390 -"51283",12042,72207,3,2345,2430 -"51284",12042,72326,3,2345,2384 -"51285",12042,72501,3,2345,2795 -"51286",12042,76048,3,2345,2373 -"51287",12042,82732,3,2345,2810 -"51288",12042,87110,3,2345,2801 -"51289",12067,364,3,1213,2351 -"51290",12067,680,3,1213,2569 -"51291",12067,841,3,1213,2964 -"51292",12067,860,3,1213,1258 -"51293",12067,913,3,1213,2144 -"51294",12067,1520,3,1213,1716 -"51295",12067,2057,3,1213,1965 -"51296",12067,2206,3,1213,2536 -"51297",12067,2540,3,1213,1398 -"51298",12067,2576,3,1213,1307 -"51299",12067,2747,3,1213,2411 -"51300",12067,2894,3,1213,1291 -"51301",12067,2985,2,1213,2398 -"51302",12067,3127,3,1213,2273 -"51303",12067,3456,3,1213,1999 -"51304",12067,3477,3,1213,2546 -"51305",12067,3493,3,1213,2451 -"51306",12067,3830,3,1213,1661 -"51307",12067,3978,3,1213,2775 -"51308",12067,4001,3,1213,1687 -"51309",12067,4303,3,1213,2414 -"51310",12067,4367,3,1213,2794 -"51311",12067,4660,3,1213,2149 -"51312",12067,5462,3,1213,2374 -"51313",12067,5599,3,1213,1684 -"51314",12067,5962,3,1213,2491 -"51315",12067,6063,3,1213,2349 -"51316",12067,6119,3,1213,2358 -"51317",12067,6821,2,1213,1788 -"51318",12067,6989,3,1213,2623 -"51319",12067,8146,3,1213,1561 -"51320",12067,8274,2,1213,1909 -"51321",12067,8327,3,1213,2527 -"51322",12067,8354,3,1213,1705 -"51323",12067,8568,3,1213,2706 -"51324",12067,8865,1,1213,2394 -"51325",12067,8890,3,1213,1955 -"51326",12067,9227,3,1213,1267 -"51327",12067,9391,3,1213,1252 -"51328",12067,9481,3,1213,1610 -"51329",12067,9703,3,1213,1845 -"51330",12067,10148,3,1213,2964 -"51331",12067,10336,2,1213,2271 -"51332",12067,10453,3,1213,1656 -"51333",12067,10473,3,1213,1783 -"51334",12067,10754,3,1213,1797 -"51335",12067,11563,3,1213,1863 -"51336",12067,11648,3,1213,2852 -"51337",12067,11990,3,1213,1909 -"51338",12067,12177,3,1213,1965 -"51339",12067,12249,3,1213,1965 -"51340",12067,12759,3,1213,2414 -"51341",12067,13068,3,1213,1778 -"51342",12067,13808,3,1213,1356 -"51343",12067,14817,2,1213,2110 -"51344",12067,15433,3,1213,2038 -"51345",12067,15567,2,1213,2671 -"51346",12067,15826,1,1213,2772 -"51347",12067,16120,3,1213,1237 -"51348",12067,16286,3,1213,2470 -"51349",12067,16437,3,1213,1956 -"51350",12067,16482,3,1213,1958 -"51351",12067,16690,3,1213,2132 -"51352",12067,16796,3,1213,1892 -"51353",12067,17645,3,1213,1918 -"51354",12067,18005,3,1213,2449 -"51355",12067,18217,3,1213,1566 -"51356",12067,18381,3,1213,1524 -"51357",12067,19073,3,1213,2748 -"51358",12067,19433,1,1213,2504 -"51359",12067,19587,2,1213,1684 -"51360",12067,22723,3,1213,2859 -"51361",12067,23131,3,1213,1732 -"51362",12067,23325,3,1213,2779 -"51363",12067,25378,3,1213,1245 -"51364",12067,26182,3,1213,2775 -"51365",12067,27275,3,1213,2656 -"51366",12067,27312,3,1213,2469 -"51367",12067,27320,3,1213,2378 -"51368",12067,27390,2,1213,2425 -"51369",12067,27908,2,1213,2576 -"51370",12067,28051,3,1213,2089 -"51371",12067,28893,3,1213,2764 -"51372",12067,29267,2,1213,1234 -"51373",12067,29286,3,1213,1612 -"51374",12067,29454,3,1213,2719 -"51375",12067,29997,3,1213,1789 -"51376",12067,30306,3,1213,1606 -"51377",12067,30486,3,1213,1269 -"51378",12067,30525,3,1213,1964 -"51379",12067,30906,3,1213,2537 -"51380",12067,31700,3,1213,2727 -"51381",12067,32097,3,1213,1307 -"51382",12067,32339,3,1213,2430 -"51383",12067,32606,2,1213,2100 -"51384",12067,33223,3,1213,2397 -"51385",12067,35004,3,1213,1509 -"51386",12067,35715,3,1213,2912 -"51387",12067,35903,2,1213,1434 -"51388",12067,36912,2,1213,2469 -"51389",12067,36953,3,1213,2790 -"51390",12067,37036,3,1213,2264 -"51391",12067,37636,3,1213,2178 -"51392",12067,37752,3,1213,2223 -"51393",12067,37937,2,1213,1320 -"51394",12067,38259,3,1213,2258 -"51395",12067,38457,3,1213,1630 -"51396",12067,38816,1,1213,1225 -"51397",12067,39062,1,1213,2020 -"51398",12067,39189,3,1213,2319 -"51399",12067,40542,3,1213,1664 -"51400",12067,40572,3,1213,2666 -"51401",12067,41278,3,1213,1873 -"51402",12067,41900,3,1213,1970 -"51403",12067,42813,3,1213,2142 -"51404",12067,44497,3,1213,2401 -"51405",12067,45729,3,1213,2606 -"51406",12067,46486,2,1213,1868 -"51407",12067,46532,2,1213,2005 -"51408",12067,46650,3,1213,1330 -"51409",12067,47013,3,1213,2388 -"51410",12067,47595,2,1213,2374 -"51411",12067,48274,3,1213,1979 -"51412",12067,48377,3,1213,1927 -"51413",12067,49450,3,1213,1328 -"51414",12067,50335,3,1213,1893 -"51415",12067,50480,3,1213,2701 -"51416",12067,50585,3,1213,2414 -"51417",12067,51144,3,1213,2466 -"51418",12067,51774,3,1213,2459 -"51419",12067,51838,3,1213,2288 -"51420",12067,51879,3,1213,1771 -"51421",12067,52483,2,1213,2317 -"51422",12067,55821,3,1213,1303 -"51423",12067,55862,3,1213,2123 -"51424",12067,57950,3,1213,1529 -"51425",12067,58655,3,1213,2685 -"51426",12067,58745,3,1213,1920 -"51427",12067,58829,3,1213,1256 -"51428",12067,59683,3,1213,2068 -"51429",12067,61125,3,1213,1673 -"51430",12067,61337,3,1213,2777 -"51431",12067,62066,3,1213,2281 -"51432",12067,62112,3,1213,2944 -"51433",12067,62966,3,1213,1282 -"51434",12067,63641,3,1213,2337 -"51435",12067,64110,3,1213,1331 -"51436",12067,64947,3,1213,2489 -"51437",12067,65856,3,1213,2504 -"51438",12067,66717,3,1213,2104 -"51439",12067,68876,3,1213,1397 -"51440",12067,69232,2,1213,2130 -"51441",12067,74134,3,1213,1566 -"51442",12067,76143,3,1213,1610 -"51443",12067,80606,3,1213,2079 -"51444",12067,87958,2,1213,1234 -"51445",12067,90299,3,1213,1606 -"51446",12067,91579,3,1213,2510 -"51447",12067,93320,3,1213,1258 -"51448",12067,96706,3,1213,1597 -"51449",12067,104828,3,1213,1609 -"51450",12067,106891,3,1213,1907 -"51451",12067,109975,3,1213,1594 -"51452",12078,3493,3,2381,2451 -"51453",12078,4367,3,2381,2794 -"51454",12078,13879,3,2381,2748 -"51455",12078,15567,3,2381,2671 -"51456",12078,18810,3,2381,2671 -"51457",12078,27908,3,2381,2576 -"51458",12078,32818,3,2381,2485 -"51459",12078,59243,2,2381,2770 -"51460",12081,270,3,2166,2542 -"51461",12081,316,3,2166,2413 -"51462",12081,854,3,2166,2307 -"51463",12081,1519,3,2166,2349 -"51464",12081,2424,3,2166,2582 -"51465",12081,2484,3,2166,2389 -"51466",12081,3477,3,2166,2546 -"51467",12081,3978,2,2166,2775 -"51468",12081,4303,3,2166,2414 -"51469",12081,4929,2,2166,2240 -"51470",12081,4953,2,2166,2285 -"51471",12081,6063,3,2166,2349 -"51472",12081,7014,3,2166,2401 -"51473",12081,7616,3,2166,2296 -"51474",12081,7677,3,2166,2338 -"51475",12081,7794,3,2166,2972 -"51476",12081,8238,3,2166,2222 -"51477",12081,8842,2,2166,2535 -"51478",12081,9175,3,2166,2639 -"51479",12081,9311,3,2166,2477 -"51480",12081,9331,2,2166,2269 -"51481",12081,9723,3,2166,2302 -"51482",12081,12042,3,2166,2345 -"51483",12081,12374,3,2166,2260 -"51484",12081,14252,3,2166,2244 -"51485",12081,14507,3,2166,2686 -"51486",12081,15008,3,2166,2338 -"51487",12081,15381,3,2166,2289 -"51488",12081,15729,3,2166,2338 -"51489",12081,16628,2,2166,2409 -"51490",12081,17365,3,2166,2746 -"51491",12081,17549,2,2166,2647 -"51492",12081,19208,3,2166,2629 -"51493",12081,19215,3,2166,2604 -"51494",12081,19605,3,2166,2395 -"51495",12081,20331,2,2166,2365 -"51496",12081,20941,3,2166,2725 -"51497",12081,21734,3,2166,2528 -"51498",12081,22580,3,2166,2245 -"51499",12081,22709,3,2166,2743 -"51500",12081,24256,2,2166,2393 -"51501",12081,24825,3,2166,2686 -"51502",12081,27379,3,2166,2461 -"51503",12081,29930,3,2166,2240 -"51504",12081,29977,2,2166,2781 -"51505",12081,30827,3,2166,2323 -"51506",12081,31117,2,2166,2210 -"51507",12081,31159,2,2166,2231 -"51508",12081,31235,3,2166,2668 -"51509",12081,31295,3,2166,2183 -"51510",12081,31700,3,2166,2727 -"51511",12081,31705,2,2166,2706 -"51512",12081,32939,3,2166,2277 -"51513",12081,33223,3,2166,2397 -"51514",12081,34120,3,2166,2786 -"51515",12081,35888,3,2166,2291 -"51516",12081,36031,3,2166,2342 -"51517",12081,37238,2,2166,2609 -"51518",12081,38307,1,2166,2648 -"51519",12081,38691,3,2166,2585 -"51520",12081,39464,3,2166,2314 -"51521",12081,41770,3,2166,2752 -"51522",12081,41945,2,2166,2856 -"51523",12081,42783,3,2166,2338 -"51524",12081,43455,2,2166,2846 -"51525",12081,44688,2,2166,2924 -"51526",12081,45239,3,2166,2535 -"51527",12081,46446,3,2166,2295 -"51528",12081,46629,3,2166,2255 -"51529",12081,48035,3,2166,2180 -"51530",12081,50480,3,2166,2701 -"51531",12081,51866,3,2166,2411 -"51532",12081,52032,3,2166,2853 -"51533",12081,52892,3,2166,2372 -"51534",12081,57532,3,2166,2617 -"51535",12081,57804,3,2166,2214 -"51536",12081,60974,3,2166,2972 -"51537",12081,61982,3,2166,2725 -"51538",12081,79413,3,2166,2224 -"51539",12084,14772,3,1960,2386 -"51540",12084,16910,3,1960,1978 -"51541",12084,25530,3,1960,2884 -"51542",12084,46602,3,1960,2786 -"51543",12084,56396,3,1960,2408 -"51544",12084,60966,2,1960,2734 -"51545",12084,68888,3,1960,2786 -"51546",12084,73266,3,1960,2496 -"51547",12096,671,2,1330,2328 -"51548",12096,733,3,1330,1653 -"51549",12096,1046,2,1330,1881 -"51550",12096,1090,3,1330,2370 -"51551",12096,1130,3,1330,1566 -"51552",12096,1136,3,1330,2536 -"51553",12096,1201,3,1330,2489 -"51554",12096,1367,3,1330,2176 -"51555",12096,1592,3,1330,2006 -"51556",12096,2754,3,1330,1360 -"51557",12096,2954,3,1330,2727 -"51558",12096,3088,3,1330,1670 -"51559",12096,3164,3,1330,2693 -"51560",12096,3167,3,1330,1676 -"51561",12096,3242,3,1330,1730 -"51562",12096,3352,3,1330,1707 -"51563",12096,4191,3,1330,2130 -"51564",12096,4583,3,1330,2741 -"51565",12096,4618,2,1330,2607 -"51566",12096,5148,3,1330,2206 -"51567",12096,5346,3,1330,1438 -"51568",12096,5669,3,1330,2502 -"51569",12096,5725,3,1330,2789 -"51570",12096,7245,2,1330,2089 -"51571",12096,7555,3,1330,1943 -"51572",12096,8533,3,1330,2251 -"51573",12096,8621,3,1330,1681 -"51574",12096,10002,3,1330,1788 -"51575",12096,10148,3,1330,2964 -"51576",12096,10779,3,1330,2881 -"51577",12096,12374,3,1330,2260 -"51578",12096,12867,3,1330,2773 -"51579",12096,13248,3,1330,1385 -"51580",12096,13801,3,1330,2041 -"51581",12096,13929,3,1330,2693 -"51582",12096,15207,3,1330,1855 -"51583",12096,15607,3,1330,1421 -"51584",12096,16497,3,1330,2370 -"51585",12096,17357,3,1330,1536 -"51586",12096,18348,3,1330,1711 -"51587",12096,18415,2,1330,2184 -"51588",12096,18543,3,1330,2968 -"51589",12096,18965,3,1330,2315 -"51590",12096,19027,3,1330,2721 -"51591",12096,20563,3,1330,2267 -"51592",12096,20643,3,1330,2341 -"51593",12096,20783,3,1330,2414 -"51594",12096,20824,3,1330,1366 -"51595",12096,22331,3,1330,2687 -"51596",12096,22964,2,1330,1443 -"51597",12096,23154,3,1330,2345 -"51598",12096,24923,3,1330,2785 -"51599",12096,25341,2,1330,1858 -"51600",12096,25643,3,1330,1646 -"51601",12096,26351,3,1330,2683 -"51602",12096,26436,3,1330,2489 -"51603",12096,26516,3,1330,2479 -"51604",12096,26570,1,1330,1669 -"51605",12096,27753,3,1330,2750 -"51606",12096,28285,3,1330,2972 -"51607",12096,29073,3,1330,2328 -"51608",12096,30438,3,1330,1617 -"51609",12096,31050,3,1330,1491 -"51610",12096,31696,3,1330,1595 -"51611",12096,31799,3,1330,2547 -"51612",12096,33622,3,1330,2230 -"51613",12096,34158,3,1330,2639 -"51614",12096,34492,3,1330,1798 -"51615",12096,34509,3,1330,1973 -"51616",12096,37620,3,1330,2716 -"51617",12096,37836,3,1330,1369 -"51618",12096,40293,3,1330,1671 -"51619",12096,41682,3,1330,1988 -"51620",12096,42175,3,1330,1594 -"51621",12096,43839,3,1330,1685 -"51622",12096,44427,2,1330,2875 -"51623",12096,45633,3,1330,2134 -"51624",12096,45715,3,1330,2287 -"51625",12096,46596,3,1330,1942 -"51626",12096,46621,3,1330,1343 -"51627",12096,47082,3,1330,1990 -"51628",12096,47947,3,1330,2681 -"51629",12096,49144,3,1330,1542 -"51630",12096,51022,3,1330,1499 -"51631",12096,51157,3,1330,2319 -"51632",12096,53300,3,1330,2162 -"51633",12096,55691,3,1330,2856 -"51634",12096,57977,3,1330,2683 -"51635",12096,58035,2,1330,1646 -"51636",12096,62148,3,1330,1566 -"51637",12096,62840,3,1330,2502 -"51638",12096,67222,3,1330,1332 -"51639",12096,70046,3,1330,2624 -"51640",12096,71562,3,1330,2574 -"51641",12096,80172,3,1330,1342 -"51642",12096,81588,3,1330,1568 -"51643",12096,82426,3,1330,1576 -"51644",12096,82767,2,1330,1641 -"51645",12096,85736,3,1330,1601 -"51646",12096,88232,3,1330,2881 -"51647",12096,94125,3,1330,2280 -"51648",12103,1315,3,1244,2760 -"51649",12103,3557,3,1244,1259 -"51650",12103,8088,1,1244,2220 -"51651",12103,8865,3,1244,2394 -"51652",12103,9311,2,1244,2477 -"51653",12103,9391,2,1244,1252 -"51654",12103,10148,3,1244,2964 -"51655",12103,10843,3,1244,2277 -"51656",12103,12310,3,1244,1337 -"51657",12103,12775,3,1244,1982 -"51658",12103,12976,3,1244,2399 -"51659",12103,13479,3,1244,2155 -"51660",12103,14189,3,1244,1483 -"51661",12103,15560,3,1244,2257 -"51662",12103,15626,3,1244,2434 -"51663",12103,23508,3,1244,1907 -"51664",12103,24146,2,1244,2003 -"51665",12103,24362,3,1244,1287 -"51666",12103,28190,3,1244,1634 -"51667",12103,29295,3,1244,2043 -"51668",12103,30081,3,1244,2403 -"51669",12103,30906,1,1244,2537 -"51670",12103,33356,3,1244,1586 -"51671",12103,33433,3,1244,2805 -"51672",12103,34707,3,1244,2042 -"51673",12103,35903,3,1244,1434 -"51674",12103,36441,3,1244,2796 -"51675",12103,36962,3,1244,2861 -"51676",12103,37333,2,1244,1612 -"51677",12103,41278,3,1244,1873 -"51678",12103,46596,3,1244,1942 -"51679",12103,46883,3,1244,1671 -"51680",12103,54020,2,1244,1578 -"51681",12103,59113,3,1244,2434 -"51682",12103,65679,3,1244,1578 -"51683",12103,74190,3,1244,1428 -"51684",12103,79088,3,1244,1369 -"51685",12116,1369,2,2119,2487 -"51686",12116,2443,3,2119,2333 -"51687",12116,4249,3,2119,2547 -"51688",12116,6999,2,2119,2214 -"51689",12116,14470,2,2119,2632 -"51690",12116,14957,3,2119,2306 -"51691",12116,15782,3,2119,2306 -"51692",12116,16896,3,2119,2223 -"51693",12116,22410,1,2119,2158 -"51694",12116,23498,2,2119,2398 -"51695",12116,23550,3,2119,2939 -"51696",12116,27027,3,2119,2285 -"51697",12116,28782,3,2119,2272 -"51698",12116,31264,3,2119,2335 -"51699",12116,36840,1,2119,2269 -"51700",12116,37684,3,2119,2899 -"51701",12116,42382,3,2119,2224 -"51702",12116,42390,3,2119,2937 -"51703",12116,42407,1,2119,2408 -"51704",12116,45499,2,2119,2346 -"51705",12116,53584,3,2119,2391 -"51706",12116,57205,3,2119,2948 -"51707",12116,68286,3,2119,2442 -"51708",12116,73520,3,2119,2613 -"51709",12116,93553,3,2119,2537 -"51710",12122,160,3,1385,2007 -"51711",12122,1641,3,1385,1490 -"51712",12122,2864,3,1385,1543 -"51713",12122,7616,2,1385,2296 -"51714",12122,10370,2,1385,2224 -"51715",12122,10535,2,1385,1534 -"51716",12122,10857,3,1385,2253 -"51717",12122,10980,3,1385,1974 -"51718",12122,11976,3,1385,1727 -"51719",12122,12388,3,1385,1975 -"51720",12122,13285,3,1385,1577 -"51721",12122,14887,3,1385,2158 -"51722",12122,16539,2,1385,1947 -"51723",12122,16826,3,1385,2599 -"51724",12122,17264,3,1385,2528 -"51725",12122,19093,3,1385,2224 -"51726",12122,20419,3,1385,1587 -"51727",12122,20423,3,1385,2654 -"51728",12122,20563,3,1385,2267 -"51729",12122,23534,3,1385,1659 -"51730",12122,24793,3,1385,1993 -"51731",12122,25443,3,1385,1441 -"51732",12122,27377,3,1385,1724 -"51733",12122,29512,3,1385,1594 -"51734",12122,33430,3,1385,2225 -"51735",12122,41518,3,1385,1641 -"51736",12122,41664,3,1385,2641 -"51737",12122,43902,2,1385,1726 -"51738",12122,44089,1,1385,1632 -"51739",12122,44407,2,1385,2154 -"51740",12122,44676,3,1385,2629 -"51741",12122,44688,3,1385,2924 -"51742",12122,45545,3,1385,1776 -"51743",12122,47386,3,1385,2226 -"51744",12122,47625,3,1385,2562 -"51745",12122,49334,2,1385,2433 -"51746",12122,50041,3,1385,1565 -"51747",12122,54551,3,1385,2348 -"51748",12122,55076,2,1385,2408 -"51749",12122,56854,3,1385,2022 -"51750",12122,57549,3,1385,2335 -"51751",12122,63477,3,1385,1907 -"51752",12122,67748,3,1385,1498 -"51753",12122,69250,3,1385,1439 -"51754",12122,70046,3,1385,2624 -"51755",12122,77611,2,1385,1795 -"51756",12122,79653,2,1385,2683 -"51757",12122,85356,3,1385,1492 -"51758",12122,96553,3,1385,1887 -"51759",12122,115155,3,1385,1942 -"51760",12177,19433,3,1965,2504 -"51761",12177,39062,3,1965,2020 -"51762",12197,3271,3,1235,2216 -"51763",12197,3272,3,1235,2132 -"51764",12197,4968,3,1235,1586 -"51765",12197,9272,3,1235,2835 -"51766",12197,11521,3,1235,1559 -"51767",12197,14612,3,1235,2340 -"51768",12197,15023,3,1235,2054 -"51769",12197,19075,3,1235,2214 -"51770",12197,20547,3,1235,2145 -"51771",12197,20709,3,1235,1757 -"51772",12197,20739,3,1235,2025 -"51773",12197,25518,3,1235,1955 -"51774",12197,27570,3,1235,1559 -"51775",12197,31357,3,1235,2389 -"51776",12197,39893,2,1235,1601 -"51777",12197,43226,3,1235,2442 -"51778",12197,48110,3,1235,2009 -"51779",12197,51843,3,1235,2389 -"51780",12197,54385,3,1235,2340 -"51781",12197,58508,3,1235,2326 -"51782",12197,69335,3,1235,2698 -"51783",12197,70011,2,1235,2690 -"51784",12197,80301,3,1235,1690 -"51785",12197,80615,3,1235,2252 -"51786",12197,84808,3,1235,1974 -"51787",12199,134,2,1651,2062 -"51788",12199,145,2,1651,1998 -"51789",12199,316,3,1651,2413 -"51790",12199,360,2,1651,1671 -"51791",12199,377,3,1651,2389 -"51792",12199,455,3,1651,2827 -"51793",12199,470,3,1651,2285 -"51794",12199,600,3,1651,1702 -"51795",12199,675,3,1651,1686 -"51796",12199,913,2,1651,2144 -"51797",12199,1102,3,1651,2282 -"51798",12199,1136,3,1651,2536 -"51799",12199,1592,2,1651,2006 -"51800",12199,1616,3,1651,2662 -"51801",12199,1691,2,1651,1941 -"51802",12199,1777,3,1651,1965 -"51803",12199,2523,3,1651,1691 -"51804",12199,2572,3,1651,2273 -"51805",12199,2625,3,1651,2152 -"51806",12199,2954,3,1651,2727 -"51807",12199,3801,3,1651,1974 -"51808",12199,3878,3,1651,1890 -"51809",12199,3886,3,1651,1669 -"51810",12199,4057,3,1651,2389 -"51811",12199,4066,3,1651,1736 -"51812",12199,4687,2,1651,2152 -"51813",12199,5078,3,1651,2033 -"51814",12199,5258,2,1651,2730 -"51815",12199,5326,3,1651,2652 -"51816",12199,5457,3,1651,2077 -"51817",12199,5462,3,1651,2374 -"51818",12199,5504,3,1651,2389 -"51819",12199,6052,3,1651,1985 -"51820",12199,6252,3,1651,2336 -"51821",12199,6390,1,1651,2385 -"51822",12199,6428,2,1651,1952 -"51823",12199,6491,3,1651,2424 -"51824",12199,7323,3,1651,2858 -"51825",12199,7515,3,1651,2737 -"51826",12199,7847,3,1651,2424 -"51827",12199,8762,3,1651,2585 -"51828",12199,9150,2,1651,2689 -"51829",12199,9184,3,1651,2670 -"51830",12199,9362,3,1651,2879 -"51831",12199,9432,3,1651,1693 -"51832",12199,10433,3,1651,2075 -"51833",12199,11516,2,1651,1937 -"51834",12199,12432,3,1651,1816 -"51835",12199,12724,3,1651,1930 -"51836",12199,12982,3,1651,2143 -"51837",12199,13068,3,1651,1778 -"51838",12199,14108,3,1651,2012 -"51839",12199,14652,2,1651,2516 -"51840",12199,14767,2,1651,2068 -"51841",12199,15799,3,1651,1917 -"51842",12199,17645,3,1651,1918 -"51843",12199,18394,3,1651,2356 -"51844",12199,18543,3,1651,2968 -"51845",12199,19173,3,1651,1686 -"51846",12199,19322,3,1651,2048 -"51847",12199,19335,3,1651,1729 -"51848",12199,19605,3,1651,2395 -"51849",12199,19606,3,1651,2783 -"51850",12199,19718,3,1651,1702 -"51851",12199,20407,2,1651,2339 -"51852",12199,21225,3,1651,1945 -"51853",12199,21929,3,1651,2062 -"51854",12199,22260,3,1651,2137 -"51855",12199,22567,3,1651,2396 -"51856",12199,22749,3,1651,1727 -"51857",12199,23132,2,1651,2756 -"51858",12199,24066,2,1651,1755 -"51859",12199,24448,3,1651,2289 -"51860",12199,24568,2,1651,1937 -"51861",12199,25816,2,1651,2088 -"51862",12199,26721,3,1651,2586 -"51863",12199,27275,3,1651,2656 -"51864",12199,27390,3,1651,2425 -"51865",12199,27391,3,1651,2378 -"51866",12199,27628,3,1651,2389 -"51867",12199,28115,3,1651,1835 -"51868",12199,28216,2,1651,1910 -"51869",12199,29170,3,1651,1846 -"51870",12199,29930,3,1651,2240 -"51871",12199,29948,3,1651,2795 -"51872",12199,31159,3,1651,2231 -"51873",12199,31235,1,1651,2668 -"51874",12199,33622,3,1651,2230 -"51875",12199,34160,3,1651,1759 -"51876",12199,35256,3,1651,2271 -"51877",12199,36439,3,1651,2469 -"51878",12199,37570,3,1651,2389 -"51879",12199,38259,3,1651,2258 -"51880",12199,38780,3,1651,2705 -"51881",12199,40383,3,1651,2639 -"51882",12199,42216,3,1651,2722 -"51883",12199,43173,3,1651,2895 -"51884",12199,44427,3,1651,2875 -"51885",12199,44473,3,1651,1685 -"51886",12199,45302,3,1651,2390 -"51887",12199,47445,1,1651,2668 -"51888",12199,49301,3,1651,1894 -"51889",12199,55156,3,1651,2196 -"51890",12199,55468,3,1651,2511 -"51891",12199,56082,3,1651,2395 -"51892",12199,56237,3,1651,2625 -"51893",12199,57129,3,1651,1858 -"51894",12199,57544,2,1651,2443 -"51895",12199,58284,3,1651,2292 -"51896",12199,59790,3,1651,1827 -"51897",12199,60661,3,1651,2700 -"51898",12199,62219,3,1651,2494 -"51899",12199,62840,3,1651,2502 -"51900",12199,63409,2,1651,1937 -"51901",12199,64181,3,1651,1828 -"51902",12199,64997,3,1651,2791 -"51903",12199,73305,3,1651,2544 -"51904",12199,74636,3,1651,2525 -"51905",12199,78563,3,1651,2385 -"51906",12199,79804,3,1651,2227 -"51907",12199,80429,2,1651,1927 -"51908",12199,81221,3,1651,2285 -"51909",12199,82949,3,1651,2077 -"51910",12199,88232,3,1651,2881 -"51911",12199,97013,3,1651,1797 -"51912",12200,1702,3,1400,1984 -"51913",12200,11665,3,1400,1643 -"51914",12200,12518,3,1400,2747 -"51915",12200,12818,1,1400,2015 -"51916",12200,13024,2,1400,2468 -"51917",12200,20271,3,1400,2044 -"51918",12200,22488,3,1400,2434 -"51919",12200,31541,3,1400,1500 -"51920",12200,33755,3,1400,2963 -"51921",12200,34491,3,1400,2694 -"51922",12200,36662,3,1400,2967 -"51923",12200,49621,3,1400,1915 -"51924",12200,50335,3,1400,1893 -"51925",12200,51265,3,1400,2670 -"51926",12200,54061,3,1400,1488 -"51927",12200,55171,3,1400,2972 -"51928",12200,60672,3,1400,2876 -"51929",12200,64534,2,1400,2924 -"51930",12208,1520,3,447,1716 -"51931",12208,2747,3,447,2411 -"51932",12208,3235,2,447,799 -"51933",12208,7014,3,447,2401 -"51934",12208,8260,3,447,915 -"51935",12208,9481,2,447,1610 -"51936",12208,9503,3,447,2453 -"51937",12208,10387,3,447,871 -"51938",12208,10453,3,447,1656 -"51939",12208,11728,2,447,1121 -"51940",12208,14520,3,447,634 -"51941",12208,19069,2,447,988 -"51942",12208,19751,3,447,1630 -"51943",12208,20220,3,447,1656 -"51944",12208,22057,3,447,974 -"51945",12208,26959,3,447,1961 -"51946",12208,29884,3,447,1239 -"51947",12208,30368,3,447,2487 -"51948",12208,30609,1,447,988 -"51949",12208,31542,3,447,2459 -"51950",12208,32606,3,447,2100 -"51951",12208,36912,3,447,2469 -"51952",12208,37752,3,447,2223 -"51953",12208,38259,2,447,2258 -"51954",12208,38373,3,447,1928 -"51955",12208,39906,3,447,2365 -"51956",12208,40309,3,447,871 -"51957",12208,40910,3,447,2469 -"51958",12208,46501,3,447,845 -"51959",12208,51879,3,447,1771 -"51960",12208,56116,3,447,1321 -"51961",12208,56569,3,447,1993 -"51962",12208,57912,3,447,1035 -"51963",12208,58829,3,447,1256 -"51964",12208,63077,2,447,2778 -"51965",12208,66609,3,447,998 -"51966",12208,68275,2,447,1158 -"51967",12208,76143,3,447,1610 -"51968",12208,77077,2,447,2693 -"51969",12208,82252,3,447,1248 -"51970",12208,82730,3,447,1492 -"51971",12208,82932,2,447,2245 -"51972",12208,83398,3,447,845 -"51973",12208,89880,3,447,1938 -"51974",12208,99940,3,447,2884 -"51975",12208,104319,3,447,536 -"51976",12208,106555,3,447,1626 -"51977",12208,107052,2,447,2158 -"51978",12227,118180,3,897,2326 -"51979",12228,14626,2,2034,2175 -"51980",12228,29319,3,2034,2314 -"51981",12228,54903,3,2034,2493 -"51982",12228,56737,3,2034,2270 -"51983",12228,64412,3,2034,2233 -"51984",12228,79036,1,2034,2524 -"51985",12249,2226,3,1965,2225 -"51986",12249,11588,3,1965,2352 -"51987",12249,14754,3,1965,2456 -"51988",12249,19433,3,1965,2504 -"51989",12249,26734,3,1965,2299 -"51990",12249,32202,3,1965,2314 -"51991",12249,33341,3,1965,2338 -"51992",12249,39062,3,1965,2020 -"51993",12264,6192,3,1925,2409 -"51994",12264,19208,2,1925,2629 -"51995",12264,19605,2,1925,2395 -"51996",12264,23460,3,1925,2183 -"51997",12264,29454,3,1925,2719 -"51998",12264,41764,3,1925,2409 -"51999",12264,42129,3,1925,2318 -"52000",12264,47529,3,1925,2914 -"52001",12264,50480,3,1925,2701 -"52002",12264,60257,3,1925,2795 -"52003",12264,68083,3,1925,2795 -"52004",12272,17221,3,2371,2487 -"52005",12272,26080,3,2371,2525 -"52006",12272,55256,3,2371,2379 -"52007",12272,56464,3,2371,2488 -"52008",12292,2540,3,184,1398 -"52009",12292,3978,3,184,2775 -"52010",12292,4665,3,184,1569 -"52011",12292,4669,3,184,2395 -"52012",12292,5106,3,184,2622 -"52013",12292,11648,3,184,2852 -"52014",12292,12781,3,184,831 -"52015",12292,12948,2,184,2669 -"52016",12292,13295,3,184,779 -"52017",12292,14781,2,184,2338 -"52018",12292,14817,3,184,2110 -"52019",12292,20395,3,184,1468 -"52020",12292,23131,3,184,1732 -"52021",12292,26144,2,184,591 -"52022",12292,28869,3,184,2425 -"52023",12292,30525,3,184,1964 -"52024",12292,36327,3,184,870 -"52025",12292,40572,3,184,2666 -"52026",12292,42740,3,184,403 -"52027",12292,45518,3,184,494 -"52028",12292,45869,2,184,2840 -"52029",12292,61125,3,184,1673 -"52030",12292,67266,3,184,2010 -"52031",12292,76007,3,184,918 -"52032",12292,79057,3,184,195 -"52033",12292,99170,3,184,565 -"52034",12292,101453,3,184,454 -"52035",12304,24,3,439,1295 -"52036",12304,457,3,439,1704 -"52037",12304,1044,2,439,880 -"52038",12304,1386,3,439,1901 -"52039",12304,1826,3,439,924 -"52040",12304,2143,3,439,1174 -"52041",12304,2424,3,439,2582 -"52042",12304,5120,2,439,2735 -"52043",12304,5845,3,439,1552 -"52044",12304,6602,3,439,1631 -"52045",12304,7548,3,439,1932 -"52046",12304,7840,3,439,984 -"52047",12304,8529,2,439,1205 -"52048",12304,9202,2,439,2477 -"52049",12304,9364,2,439,1698 -"52050",12304,10439,3,439,773 -"52051",12304,10474,2,439,1608 -"52052",12304,15122,3,439,1201 -"52053",12304,15799,3,439,1917 -"52054",12304,16332,3,439,2668 -"52055",12304,17645,3,439,1918 -"52056",12304,19096,2,439,1538 -"52057",12304,19248,3,439,2357 -"52058",12304,19719,3,439,2177 -"52059",12304,20975,3,439,1305 -"52060",12304,21246,3,439,1612 -"52061",12304,22181,3,439,1274 -"52062",12304,22422,3,439,894 -"52063",12304,25027,3,439,564 -"52064",12304,27694,3,439,2030 -"52065",12304,30081,3,439,2403 -"52066",12304,30405,3,439,2164 -"52067",12304,32017,3,439,577 -"52068",12304,34820,3,439,1630 -"52069",12304,34836,2,439,2302 -"52070",12304,37800,3,439,604 -"52071",12304,38019,3,439,1870 -"52072",12304,43385,3,439,1623 -"52073",12304,44188,3,439,1609 -"52074",12304,46726,3,439,943 -"52075",12304,49512,2,439,1302 -"52076",12304,52576,3,439,2234 -"52077",12304,53323,3,439,2677 -"52078",12304,53624,3,439,952 -"52079",12304,54631,3,439,1531 -"52080",12304,57348,3,439,687 -"52081",12304,57353,2,439,1849 -"52082",12304,57901,3,439,614 -"52083",12304,58451,3,439,1939 -"52084",12304,58854,3,439,1131 -"52085",12304,62668,3,439,958 -"52086",12304,65007,2,439,2530 -"52087",12304,66695,3,439,1071 -"52088",12304,70203,3,439,2756 -"52089",12304,72468,2,439,2292 -"52090",12304,72598,3,439,805 -"52091",12304,72956,3,439,1251 -"52092",12304,76284,3,439,1237 -"52093",12304,81674,3,439,499 -"52094",12304,88126,3,439,1027 -"52095",12304,98781,3,439,1410 -"52096",12304,102301,3,439,865 -"52097",12310,270,3,1337,2542 -"52098",12310,312,3,1337,2038 -"52099",12310,1124,3,1337,1596 -"52100",12310,1315,3,1337,2760 -"52101",12310,2111,3,1337,1904 -"52102",12310,2195,3,1337,2139 -"52103",12310,2289,3,1337,2389 -"52104",12310,2684,3,1337,2874 -"52105",12310,3139,3,1337,1656 -"52106",12310,3493,3,1337,2451 -"52107",12310,4191,3,1337,2130 -"52108",12310,4360,2,1337,1770 -"52109",12310,5072,2,1337,2175 -"52110",12310,5405,3,1337,1510 -"52111",12310,5429,3,1337,1991 -"52112",12310,5622,2,1337,2175 -"52113",12310,5971,3,1337,1985 -"52114",12310,6588,3,1337,2025 -"52115",12310,7234,1,1337,2654 -"52116",12310,7858,3,1337,1795 -"52117",12310,8865,3,1337,2394 -"52118",12310,9311,3,1337,2477 -"52119",12310,10148,2,1337,2964 -"52120",12310,10488,2,1337,1524 -"52121",12310,10857,2,1337,2253 -"52122",12310,11218,3,1337,2292 -"52123",12310,11229,3,1337,1625 -"52124",12310,11477,3,1337,2724 -"52125",12310,12042,3,1337,2345 -"52126",12310,12375,3,1337,1873 -"52127",12310,14032,3,1337,2144 -"52128",12310,14482,3,1337,1573 -"52129",12310,15560,2,1337,2257 -"52130",12310,15700,3,1337,1712 -"52131",12310,16195,3,1337,2964 -"52132",12310,17396,3,1337,1672 -"52133",12310,17400,2,1337,2231 -"52134",12310,17819,3,1337,2291 -"52135",12310,17943,3,1337,1943 -"52136",12310,18394,3,1337,2356 -"52137",12310,19622,3,1337,2371 -"52138",12310,22180,3,1337,1835 -"52139",12310,22331,3,1337,2687 -"52140",12310,22403,3,1337,1630 -"52141",12310,23508,3,1337,1907 -"52142",12310,23526,3,1337,1998 -"52143",12310,23715,3,1337,1859 -"52144",12310,23725,3,1337,2378 -"52145",12310,23729,3,1337,1624 -"52146",12310,24448,3,1337,2289 -"52147",12310,24512,3,1337,1369 -"52148",12310,25443,3,1337,1441 -"52149",12310,25643,2,1337,1646 -"52150",12310,26867,3,1337,1804 -"52151",12310,30165,3,1337,1409 -"52152",12310,30405,3,1337,2164 -"52153",12310,30906,2,1337,2537 -"52154",12310,31093,3,1337,2160 -"52155",12310,31307,3,1337,2139 -"52156",12310,31436,3,1337,2892 -"52157",12310,33383,3,1337,1572 -"52158",12310,34480,3,1337,2755 -"52159",12310,35903,3,1337,1434 -"52160",12310,35926,3,1337,2371 -"52161",12310,38885,3,1337,2720 -"52162",12310,39294,2,1337,1889 -"52163",12310,40028,3,1337,1349 -"52164",12310,40293,3,1337,1671 -"52165",12310,42196,3,1337,2765 -"52166",12310,43213,2,1337,2160 -"52167",12310,43335,3,1337,1412 -"52168",12310,43756,3,1337,2881 -"52169",12310,45684,3,1337,2200 -"52170",12310,46196,2,1337,1510 -"52171",12310,46629,3,1337,2255 -"52172",12310,47857,3,1337,2325 -"52173",12310,49608,3,1337,2184 -"52174",12310,50236,3,1337,2339 -"52175",12310,52136,2,1337,1412 -"52176",12310,53303,3,1337,1376 -"52177",12310,54551,2,1337,2348 -"52178",12310,56082,2,1337,2395 -"52179",12310,57760,3,1337,1721 -"52180",12310,58035,3,1337,1646 -"52181",12310,67652,3,1337,2736 -"52182",12310,68215,3,1337,2727 -"52183",12310,72207,2,1337,2430 -"52184",12310,75403,2,1337,1895 -"52185",12310,76048,3,1337,2373 -"52186",12310,86245,3,1337,1972 -"52187",12310,87837,3,1337,1987 -"52188",12319,728,3,105,1812 -"52189",12319,1015,3,105,1174 -"52190",12319,1203,3,105,1350 -"52191",12319,1728,2,105,284 -"52192",12319,1822,3,105,2888 -"52193",12319,2294,3,105,1638 -"52194",12319,2524,3,105,1708 -"52195",12319,2852,3,105,2448 -"52196",12319,3284,3,105,1541 -"52197",12319,5599,3,105,1684 -"52198",12319,6580,3,105,222 -"52199",12319,8726,3,105,2083 -"52200",12319,8860,3,105,2141 -"52201",12319,9227,3,105,1267 -"52202",12319,11383,3,105,977 -"52203",12319,13311,3,105,2315 -"52204",12319,14589,2,105,1184 -"52205",12319,15978,2,105,981 -"52206",12319,18005,3,105,2449 -"52207",12319,21352,3,105,1604 -"52208",12319,22166,3,105,994 -"52209",12319,23277,3,105,1267 -"52210",12319,24902,3,105,2162 -"52211",12319,26336,3,105,1904 -"52212",12319,26734,3,105,2299 -"52213",12319,28081,2,105,1927 -"52214",12319,28094,3,105,1423 -"52215",12319,28896,3,105,1395 -"52216",12319,32549,3,105,2111 -"52217",12319,32606,3,105,2100 -"52218",12319,32818,3,105,2485 -"52219",12319,33341,3,105,2338 -"52220",12319,34094,2,105,1360 -"52221",12319,36514,3,105,1192 -"52222",12319,37625,3,105,407 -"52223",12319,38333,2,105,1365 -"52224",12319,38373,3,105,1928 -"52225",12319,39534,3,105,2410 -"52226",12319,44280,3,105,1867 -"52227",12319,47956,3,105,222 -"52228",12319,49347,3,105,2504 -"52229",12319,50996,3,105,929 -"52230",12319,61585,3,105,2315 -"52231",12319,62668,3,105,958 -"52232",12319,68789,2,105,1929 -"52233",12319,71130,3,105,879 -"52234",12319,71531,3,105,2887 -"52235",12319,76905,3,105,298 -"52236",12319,92567,3,105,133 -"52237",12319,119501,3,105,390 -"52238",12356,2684,3,2757,2874 -"52239",12356,14959,2,2757,2898 -"52240",12356,36609,2,2757,2918 -"52241",12361,7252,3,2732,2799 -"52242",12361,9332,2,2732,2734 -"52243",12361,9785,3,2732,2951 -"52244",12361,9787,3,2732,2858 -"52245",12361,11648,3,2732,2852 -"52246",12361,13879,3,2732,2748 -"52247",12361,17033,3,2732,2771 -"52248",12361,19934,3,2732,2888 -"52249",12361,40035,3,2732,2742 -"52250",12361,46982,3,2732,2806 -"52251",12361,47968,3,2732,2829 -"52252",12361,59039,3,2732,2870 -"52253",12361,71531,3,2732,2887 -"52254",12362,270,3,702,2542 -"52255",12362,997,3,702,2788 -"52256",12362,1044,3,702,880 -"52257",12362,1315,3,702,2760 -"52258",12362,2424,2,702,2582 -"52259",12362,2533,3,702,2016 -"52260",12362,3139,2,702,1656 -"52261",12362,3305,3,702,2839 -"52262",12362,4360,3,702,1770 -"52263",12362,5235,3,702,2324 -"52264",12362,7181,3,702,1421 -"52265",12362,9311,3,702,2477 -"52266",12362,9362,3,702,2879 -"52267",12362,11006,3,702,1950 -"52268",12362,11976,3,702,1727 -"52269",12362,12778,3,702,2045 -"52270",12362,12901,1,702,2136 -"52271",12362,12982,2,702,2143 -"52272",12362,13324,3,702,2163 -"52273",12362,13479,3,702,2155 -"52274",12362,14353,3,702,2878 -"52275",12362,14482,3,702,1573 -"52276",12362,14652,3,702,2516 -"52277",12362,14959,3,702,2898 -"52278",12362,15813,3,702,2143 -"52279",12362,16201,3,702,1811 -"52280",12362,16432,3,702,2664 -"52281",12362,17027,3,702,2772 -"52282",12362,17931,3,702,1617 -"52283",12362,19096,3,702,1538 -"52284",12362,19248,3,702,2357 -"52285",12362,19637,3,702,1229 -"52286",12362,19719,3,702,2177 -"52287",12362,19874,3,702,985 -"52288",12362,20423,3,702,2654 -"52289",12362,21126,3,702,2331 -"52290",12362,21197,2,702,1437 -"52291",12362,21198,2,702,935 -"52292",12362,21285,1,702,2100 -"52293",12362,22282,3,702,1418 -"52294",12362,23312,3,702,2449 -"52295",12362,23450,3,702,967 -"52296",12362,24612,2,702,1875 -"52297",12362,25577,3,702,1946 -"52298",12362,26524,2,702,982 -"52299",12362,26749,3,702,2965 -"52300",12362,27427,3,702,2325 -"52301",12362,27484,3,702,1634 -"52302",12362,28131,3,702,1492 -"52303",12362,28784,3,702,1579 -"52304",12362,30150,3,702,1704 -"52305",12362,30738,3,702,1166 -"52306",12362,30883,3,702,1629 -"52307",12362,31050,3,702,1491 -"52308",12362,33949,3,702,2489 -"52309",12362,36087,3,702,2755 -"52310",12362,36637,3,702,2085 -"52311",12362,38019,3,702,1870 -"52312",12362,39238,3,702,922 -"52313",12362,42505,3,702,2008 -"52314",12362,43385,3,702,1623 -"52315",12362,43455,3,702,2846 -"52316",12362,44654,1,702,2916 -"52317",12362,44676,3,702,2629 -"52318",12362,44885,3,702,2670 -"52319",12362,45302,3,702,2390 -"52320",12362,46040,2,702,2105 -"52321",12362,46629,3,702,2255 -"52322",12362,48283,2,702,1290 -"52323",12362,48289,3,702,2209 -"52324",12362,50219,3,702,756 -"52325",12362,50487,3,702,744 -"52326",12362,51022,3,702,1499 -"52327",12362,51089,3,702,2426 -"52328",12362,51243,2,702,1389 -"52329",12362,52570,3,702,2645 -"52330",12362,52576,3,702,2234 -"52331",12362,53120,2,702,975 -"52332",12362,53604,1,702,2489 -"52333",12362,56317,3,702,2030 -"52334",12362,58078,3,702,1252 -"52335",12362,58365,3,702,1902 -"52336",12362,58508,3,702,2326 -"52337",12362,58652,3,702,1437 -"52338",12362,59677,3,702,1174 -"52339",12362,61982,3,702,2725 -"52340",12362,62841,3,702,2710 -"52341",12362,65659,3,702,1653 -"52342",12362,67788,3,702,837 -"52343",12362,68652,3,702,2878 -"52344",12362,70203,3,702,2756 -"52345",12362,71342,3,702,1289 -"52346",12362,72956,3,702,1251 -"52347",12362,76081,3,702,1534 -"52348",12362,76127,3,702,910 -"52349",12362,76892,3,702,2381 -"52350",12362,82009,3,702,1020 -"52351",12362,82949,3,702,2077 -"52352",12362,87837,3,702,1987 -"52353",12362,88473,3,702,1102 -"52354",12362,92513,3,702,2282 -"52355",12362,97811,3,702,1288 -"52356",12371,341,3,1569,2689 -"52357",12371,457,3,1569,1704 -"52358",12371,600,3,1569,1702 -"52359",12371,952,2,1569,1991 -"52360",12371,3819,3,1569,1583 -"52361",12371,3947,3,1569,2067 -"52362",12371,3966,3,1569,2425 -"52363",12371,5315,3,1569,2631 -"52364",12371,5449,3,1569,1723 -"52365",12371,6047,3,1569,2004 -"52366",12371,6192,3,1569,2409 -"52367",12371,6417,3,1569,1675 -"52368",12371,7029,3,1569,2204 -"52369",12371,10310,2,1569,2774 -"52370",12371,10358,3,1569,2294 -"52371",12371,10870,2,1569,1755 -"52372",12371,11103,2,1569,2393 -"52373",12371,11239,3,1569,2181 -"52374",12371,11493,1,1569,2077 -"52375",12371,14032,3,1569,2144 -"52376",12371,16352,3,1569,2657 -"52377",12371,17351,3,1569,2036 -"52378",12371,18165,3,1569,2085 -"52379",12371,18344,3,1569,2204 -"52380",12371,19208,3,1569,2629 -"52381",12371,20331,3,1569,2365 -"52382",12371,20730,3,1569,2243 -"52383",12371,22893,3,1569,1938 -"52384",12371,24256,2,1569,2393 -"52385",12371,24568,3,1569,1937 -"52386",12371,25325,3,1569,2963 -"52387",12371,27195,2,1569,2158 -"52388",12371,29512,3,1569,1594 -"52389",12371,29917,3,1569,1962 -"52390",12371,29930,1,1569,2240 -"52391",12371,31705,3,1569,2706 -"52392",12371,33184,1,1569,2522 -"52393",12371,34735,3,1569,2767 -"52394",12371,36441,3,1569,2796 -"52395",12371,36574,3,1569,2934 -"52396",12371,41770,2,1569,2752 -"52397",12371,41955,3,1569,2479 -"52398",12371,42390,3,1569,2937 -"52399",12371,42574,3,1569,2842 -"52400",12371,42799,3,1569,2729 -"52401",12371,44894,2,1569,2048 -"52402",12371,47789,3,1569,1583 -"52403",12371,53134,3,1569,1590 -"52404",12371,53219,3,1569,2973 -"52405",12371,55580,3,1569,1942 -"52406",12371,63409,3,1569,1937 -"52407",12371,73305,3,1569,2544 -"52408",12371,78436,3,1569,1615 -"52409",12371,80944,2,1569,2300 -"52410",12371,86883,3,1569,1623 -"52411",12371,117956,3,1569,2774 -"52412",12373,14,2,1567,1793 -"52413",12373,360,3,1567,1671 -"52414",12373,915,3,1567,1793 -"52415",12373,6031,3,1567,1611 -"52416",12373,9311,3,1567,2477 -"52417",12373,9803,3,1567,1664 -"52418",12373,9828,2,1567,2085 -"52419",12373,10870,3,1567,1755 -"52420",12373,13601,3,1567,2689 -"52421",12373,14507,3,1567,2686 -"52422",12373,22180,3,1567,1835 -"52423",12373,22260,3,1567,2137 -"52424",12373,24648,3,1567,1833 -"52425",12373,24825,3,1567,2686 -"52426",12373,26366,3,1567,1688 -"52427",12373,28285,3,1567,2972 -"52428",12373,29095,3,1567,2531 -"52429",12373,30827,3,1567,2323 -"52430",12373,30883,3,1567,1629 -"52431",12373,31307,3,1567,2139 -"52432",12373,32064,3,1567,1739 -"52433",12373,33160,3,1567,2441 -"52434",12373,33801,3,1567,2899 -"52435",12373,35360,3,1567,2043 -"52436",12373,37620,3,1567,2716 -"52437",12373,37915,2,1567,1905 -"52438",12373,39880,3,1567,1620 -"52439",12373,53475,3,1567,2853 -"52440",12373,62538,1,1567,1656 -"52441",12373,70714,3,1567,2030 -"52442",12373,75028,2,1567,1660 -"52443",12373,77010,3,1567,2639 -"52444",12373,78128,3,1567,1727 -"52445",12373,79234,2,1567,1611 -"52446",12374,25,3,2260,2762 -"52447",12374,270,3,2260,2542 -"52448",12374,380,3,2260,2261 -"52449",12374,602,3,2260,2632 -"52450",12374,671,3,2260,2328 -"52451",12374,762,3,2260,2671 -"52452",12374,1767,3,2260,2727 -"52453",12374,2036,3,2260,2483 -"52454",12374,2224,3,2260,2751 -"52455",12374,2684,3,2260,2874 -"52456",12374,4057,3,2260,2389 -"52457",12374,4305,3,2260,2374 -"52458",12374,4953,3,2260,2285 -"52459",12374,5235,3,2260,2324 -"52460",12374,5462,3,2260,2374 -"52461",12374,5504,3,2260,2389 -"52462",12374,6491,2,2260,2424 -"52463",12374,8762,3,2260,2585 -"52464",12374,9272,3,2260,2835 -"52465",12374,9362,3,2260,2879 -"52466",12374,10513,3,2260,2284 -"52467",12374,11218,3,2260,2292 -"52468",12374,11966,3,2260,2385 -"52469",12374,12042,3,2260,2345 -"52470",12374,12703,3,2260,2689 -"52471",12374,13929,3,2260,2693 -"52472",12374,14834,3,2260,2739 -"52473",12374,16352,2,2260,2657 -"52474",12374,18361,3,2260,2968 -"52475",12374,18394,3,2260,2356 -"52476",12374,19606,3,2260,2783 -"52477",12374,20124,3,2260,2376 -"52478",12374,20732,3,2260,2401 -"52479",12374,21104,2,2260,2327 -"52480",12374,21571,3,2260,2755 -"52481",12374,22197,3,2260,2271 -"52482",12374,22566,3,2260,2308 -"52483",12374,23725,3,2260,2378 -"52484",12374,23726,3,2260,2434 -"52485",12374,26080,3,2260,2525 -"52486",12374,26436,3,2260,2489 -"52487",12374,26671,2,2260,2279 -"52488",12374,26848,3,2260,2363 -"52489",12374,27628,3,2260,2389 -"52490",12374,29073,2,2260,2328 -"52491",12374,29314,3,2260,2736 -"52492",12374,29929,3,2260,2789 -"52493",12374,32173,3,2260,2341 -"52494",12374,34735,3,2260,2767 -"52495",12374,34836,2,2260,2302 -"52496",12374,35514,3,2260,2346 -"52497",12374,36439,3,2260,2469 -"52498",12374,37238,3,2260,2609 -"52499",12374,38307,3,2260,2648 -"52500",12374,39411,3,2260,2384 -"52501",12374,39444,2,2260,2695 -"52502",12374,40369,3,2260,2735 -"52503",12374,43226,3,2260,2442 -"52504",12374,43404,3,2260,2649 -"52505",12374,43455,3,2260,2846 -"52506",12374,43518,2,2260,2680 -"52507",12374,43673,3,2260,2787 -"52508",12374,46950,3,2260,2673 -"52509",12374,47803,3,2260,2477 -"52510",12374,50118,3,2260,2654 -"52511",12374,50134,3,2260,2674 -"52512",12374,50236,2,2260,2339 -"52513",12374,51410,3,2260,2739 -"52514",12374,53266,3,2260,2389 -"52515",12374,55691,3,2260,2856 -"52516",12374,56082,3,2260,2395 -"52517",12374,56237,3,2260,2625 -"52518",12374,57544,3,2260,2443 -"52519",12374,58508,3,2260,2326 -"52520",12374,59700,3,2260,2346 -"52521",12374,60661,3,2260,2700 -"52522",12374,62939,3,2260,2574 -"52523",12374,64997,3,2260,2791 -"52524",12374,65007,3,2260,2530 -"52525",12374,69335,3,2260,2698 -"52526",12374,70046,3,2260,2624 -"52527",12374,72326,3,2260,2384 -"52528",12374,72468,3,2260,2292 -"52529",12374,80825,3,2260,2315 -"52530",12374,92104,3,2260,2339 -"52531",12374,108379,2,2260,2933 -"52532",12374,108867,2,2260,2328 -"52533",12375,1315,3,1873,2760 -"52534",12375,2195,3,1873,2139 -"52535",12375,2289,3,1873,2389 -"52536",12375,2424,3,1873,2582 -"52537",12375,2533,3,1873,2016 -"52538",12375,3966,3,1873,2425 -"52539",12375,5072,2,1873,2175 -"52540",12375,5622,1,1873,2175 -"52541",12375,5971,3,1873,1985 -"52542",12375,6588,3,1873,2025 -"52543",12375,7180,2,1873,2227 -"52544",12375,7234,3,1873,2654 -"52545",12375,9928,3,1873,2345 -"52546",12375,10857,3,1873,2253 -"52547",12375,10874,3,1873,1891 -"52548",12375,11218,2,1873,2292 -"52549",12375,11477,3,1873,2724 -"52550",12375,12042,3,1873,2345 -"52551",12375,14032,3,1873,2144 -"52552",12375,16352,3,1873,2657 -"52553",12375,17400,2,1873,2231 -"52554",12375,19622,3,1873,2371 -"52555",12375,23725,2,1873,2378 -"52556",12375,26080,3,1873,2525 -"52557",12375,26818,3,1873,1999 -"52558",12375,31093,3,1873,2160 -"52559",12375,31436,3,1873,2892 -"52560",12375,35926,3,1873,2371 -"52561",12375,39294,2,1873,1889 -"52562",12375,41240,3,1873,2220 -"52563",12375,43213,2,1873,2160 -"52564",12375,45684,2,1873,2200 -"52565",12375,46629,3,1873,2255 -"52566",12375,49608,2,1873,2184 -"52567",12375,50236,3,1873,2339 -"52568",12375,54551,3,1873,2348 -"52569",12375,54929,3,1873,2783 -"52570",12375,56082,3,1873,2395 -"52571",12375,72207,3,1873,2430 -"52572",12375,75403,2,1873,1895 -"52573",12375,76048,2,1873,2373 -"52574",12375,86245,3,1873,1972 -"52575",12375,87837,3,1873,1987 -"52576",12375,99215,3,1873,2791 -"52577",12388,160,3,1975,2007 -"52578",12388,341,3,1975,2689 -"52579",12388,854,2,1975,2307 -"52580",12388,2484,3,1975,2389 -"52581",12388,3409,3,1975,2167 -"52582",12388,3492,3,1975,2117 -"52583",12388,3495,3,1975,2431 -"52584",12388,6192,2,1975,2409 -"52585",12388,6208,3,1975,2361 -"52586",12388,6449,3,1975,1997 -"52587",12388,7616,3,1975,2296 -"52588",12388,7703,3,1975,2122 -"52589",12388,8726,3,1975,2083 -"52590",12388,8865,3,1975,2394 -"52591",12388,9311,3,1975,2477 -"52592",12388,9331,3,1975,2269 -"52593",12388,10239,3,1975,2032 -"52594",12388,11329,3,1975,2799 -"52595",12388,12081,3,1975,2166 -"52596",12388,13249,3,1975,2573 -"52597",12388,13324,3,1975,2163 -"52598",12388,13388,3,1975,2119 -"52599",12388,14353,3,1975,2878 -"52600",12388,14586,3,1975,2801 -"52601",12388,14731,3,1975,2012 -"52602",12388,14887,3,1975,2158 -"52603",12388,14959,2,1975,2898 -"52604",12388,15444,1,1975,2764 -"52605",12388,16896,3,1975,2223 -"52606",12388,17027,2,1975,2772 -"52607",12388,17351,2,1975,2036 -"52608",12388,17520,3,1975,2276 -"52609",12388,18165,2,1975,2085 -"52610",12388,18394,3,1975,2356 -"52611",12388,18464,3,1975,2312 -"52612",12388,19208,3,1975,2629 -"52613",12388,19248,3,1975,2357 -"52614",12388,19317,3,1975,2041 -"52615",12388,19605,3,1975,2395 -"52616",12388,20067,2,1975,2390 -"52617",12388,20331,3,1975,2365 -"52618",12388,20407,3,1975,2339 -"52619",12388,21126,3,1975,2331 -"52620",12388,21248,2,1975,2232 -"52621",12388,21275,2,1975,2609 -"52622",12388,21479,3,1975,2134 -"52623",12388,21706,3,1975,1988 -"52624",12388,22682,3,1975,2035 -"52625",12388,22808,3,1975,2297 -"52626",12388,23268,3,1975,2258 -"52627",12388,23460,2,1975,2183 -"52628",12388,24255,3,1975,2770 -"52629",12388,24256,3,1975,2393 -"52630",12388,25030,3,1975,2017 -"52631",12388,25440,3,1975,2749 -"52632",12388,25985,3,1975,2071 -"52633",12388,28626,3,1975,2842 -"52634",12388,29073,3,1975,2328 -"52635",12388,29095,3,1975,2531 -"52636",12388,29314,3,1975,2736 -"52637",12388,29454,3,1975,2719 -"52638",12388,30236,3,1975,2238 -"52639",12388,30827,3,1975,2323 -"52640",12388,31705,3,1975,2706 -"52641",12388,33380,2,1975,2340 -"52642",12388,33801,3,1975,2899 -"52643",12388,35235,3,1975,2610 -"52644",12388,38732,3,1975,2263 -"52645",12388,41664,3,1975,2641 -"52646",12388,41682,2,1975,1988 -"52647",12388,41764,3,1975,2409 -"52648",12388,41945,3,1975,2856 -"52649",12388,42129,3,1975,2318 -"52650",12388,43978,3,1975,2698 -"52651",12388,44688,3,1975,2924 -"52652",12388,44885,3,1975,2670 -"52653",12388,44899,3,1975,2386 -"52654",12388,47564,3,1975,2650 -"52655",12388,47803,3,1975,2477 -"52656",12388,49334,3,1975,2433 -"52657",12388,50252,3,1975,2001 -"52658",12388,50480,3,1975,2701 -"52659",12388,51610,3,1975,2635 -"52660",12388,52261,3,1975,2162 -"52661",12388,52892,3,1975,2372 -"52662",12388,53475,3,1975,2853 -"52663",12388,55076,3,1975,2408 -"52664",12388,56893,3,1975,2597 -"52665",12388,70046,3,1975,2624 -"52666",12388,70203,3,1975,2756 -"52667",12388,76356,3,1975,2323 -"52668",12388,77155,3,1975,2946 -"52669",12397,26734,3,1965,2299 -"52670",12432,270,3,1816,2542 -"52671",12432,5235,3,1816,2324 -"52672",12432,8274,3,1816,1909 -"52673",12432,9175,3,1816,2639 -"52674",12432,12449,1,1816,2067 -"52675",12432,18277,3,1816,2309 -"52676",12432,18394,2,1816,2356 -"52677",12432,20486,3,1816,1908 -"52678",12432,22260,3,1816,2137 -"52679",12432,24558,2,1816,2139 -"52680",12432,26671,3,1816,2279 -"52681",12432,29948,3,1816,2795 -"52682",12432,30405,3,1816,2164 -"52683",12432,48274,2,1816,1979 -"52684",12432,48373,3,1816,2220 -"52685",12432,57353,3,1816,1849 -"52686",12432,81221,3,1816,2285 -"52687",12432,91579,3,1816,2510 -"52688",12449,25,3,2067,2762 -"52689",12449,270,3,2067,2542 -"52690",12449,1102,3,2067,2282 -"52691",12449,3305,3,2067,2839 -"52692",12449,5580,3,2067,2111 -"52693",12449,6074,3,2067,2426 -"52694",12449,8327,3,2067,2527 -"52695",12449,9175,3,2067,2639 -"52696",12449,9654,3,2067,2111 -"52697",12449,13307,3,2067,2206 -"52698",12449,15626,3,2067,2434 -"52699",12449,18277,3,2067,2309 -"52700",12449,18394,3,2067,2356 -"52701",12449,24558,2,2067,2139 -"52702",12449,26671,3,2067,2279 -"52703",12449,29948,3,2067,2795 -"52704",12449,48373,3,2067,2220 -"52705",12449,51853,3,2067,2520 -"52706",12449,60855,3,2067,2272 -"52707",12449,73786,3,2067,2937 -"52708",12449,91579,3,2067,2510 -"52709",12457,680,2,176,2569 -"52710",12457,2540,3,176,1398 -"52711",12457,4303,3,176,2414 -"52712",12457,9782,3,176,340 -"52713",12457,10980,3,176,1974 -"52714",12457,11648,3,176,2852 -"52715",12457,12759,3,176,2414 -"52716",12457,12948,3,176,2669 -"52717",12457,14781,3,176,2338 -"52718",12457,18102,3,176,1642 -"52719",12457,18122,2,176,894 -"52720",12457,18381,3,176,1524 -"52721",12457,20688,3,176,891 -"52722",12457,25373,3,176,2783 -"52723",12457,36737,3,176,829 -"52724",12457,36915,3,176,280 -"52725",12457,37636,3,176,2178 -"52726",12457,41723,3,176,2101 -"52727",12457,45869,3,176,2840 -"52728",12457,47013,3,176,2388 -"52729",12457,50585,3,176,2414 -"52730",12457,94525,3,176,1993 -"52731",12457,95690,3,176,765 -"52732",12462,357,3,1461,2327 -"52733",12462,1196,3,1461,1986 -"52734",12462,2166,3,1461,2557 -"52735",12462,3352,3,1461,1707 -"52736",12462,4953,3,1461,2285 -"52737",12462,5350,1,1461,2522 -"52738",12462,5984,3,1461,1675 -"52739",12462,5986,3,1461,1721 -"52740",12462,6047,3,1461,2004 -"52741",12462,6162,3,1461,1673 -"52742",12462,6417,3,1461,1675 -"52743",12462,10358,3,1461,2294 -"52744",12462,11218,3,1461,2292 -"52745",12462,12042,2,1461,2345 -"52746",12462,13311,3,1461,2315 -"52747",12462,14032,3,1461,2144 -"52748",12462,16096,3,1461,2301 -"52749",12462,16352,3,1461,2657 -"52750",12462,16497,3,1461,2370 -"52751",12462,17400,3,1461,2231 -"52752",12462,18543,3,1461,2968 -"52753",12462,21029,3,1461,1943 -"52754",12462,21872,3,1461,2458 -"52755",12462,23159,3,1461,1548 -"52756",12462,23806,2,1461,1671 -"52757",12462,26080,3,1461,2525 -"52758",12462,26608,3,1461,2329 -"52759",12462,27501,3,1461,1981 -"52760",12462,30386,3,1461,1833 -"52761",12462,32694,3,1461,1602 -"52762",12462,32919,3,1461,2321 -"52763",12462,34057,3,1461,1657 -"52764",12462,34735,3,1461,2767 -"52765",12462,35926,2,1461,2371 -"52766",12462,37059,3,1461,2840 -"52767",12462,39444,3,1461,2695 -"52768",12462,51410,3,1461,2739 -"52769",12462,53134,3,1461,1590 -"52770",12462,54879,3,1461,2210 -"52771",12462,54929,3,1461,2783 -"52772",12462,60280,3,1461,1918 -"52773",12462,69131,3,1461,2122 -"52774",12462,69716,2,1461,2632 -"52775",12462,71478,3,1461,1721 -"52776",12462,73192,1,1461,1955 -"52777",12462,84022,3,1461,2289 -"52778",12473,160,1,801,2007 -"52779",12473,316,3,801,2413 -"52780",12473,1092,3,801,1945 -"52781",12473,1641,2,801,1490 -"52782",12473,2668,3,801,1529 -"52783",12473,2684,3,801,2874 -"52784",12473,2894,3,801,1291 -"52785",12473,3456,3,801,1999 -"52786",12473,3886,3,801,1669 -"52787",12473,3978,3,801,2775 -"52788",12473,4784,3,801,2511 -"52789",12473,4889,3,801,1501 -"52790",12473,4929,3,801,2240 -"52791",12473,5392,3,801,1648 -"52792",12473,5610,2,801,2223 -"52793",12473,5615,3,801,1105 -"52794",12473,5710,3,801,1926 -"52795",12473,5865,3,801,1910 -"52796",12473,6020,3,801,1864 -"52797",12473,6104,3,801,2462 -"52798",12473,6192,3,801,2409 -"52799",12473,6324,3,801,1990 -"52800",12473,6821,3,801,1788 -"52801",12473,7185,3,801,1046 -"52802",12473,7241,3,801,2259 -"52803",12473,7406,3,801,1906 -"52804",12473,7616,2,801,2296 -"52805",12473,8238,1,801,2222 -"52806",12473,8274,3,801,1909 -"52807",12473,8585,3,801,1917 -"52808",12473,8726,3,801,2083 -"52809",12473,8842,3,801,2535 -"52810",12473,9269,3,801,1892 -"52811",12473,9331,2,801,2269 -"52812",12473,9423,2,801,1708 -"52813",12473,9871,2,801,921 -"52814",12473,9948,3,801,2019 -"52815",12473,10870,3,801,1755 -"52816",12473,11770,2,801,1653 -"52817",12473,12081,3,801,2166 -"52818",12473,12122,3,801,1385 -"52819",12473,12388,3,801,1975 -"52820",12473,12560,2,801,2565 -"52821",12473,12632,1,801,1174 -"52822",12473,12712,2,801,815 -"52823",12473,12729,3,801,1835 -"52824",12473,12813,2,801,958 -"52825",12473,12976,3,801,2399 -"52826",12473,13043,2,801,1295 -"52827",12473,13249,2,801,2573 -"52828",12473,13324,3,801,2163 -"52829",12473,14172,3,801,1923 -"52830",12473,14622,3,801,1608 -"52831",12473,14972,3,801,2332 -"52832",12473,15207,3,801,1855 -"52833",12473,15235,3,801,1045 -"52834",12473,15632,3,801,1242 -"52835",12473,16347,2,801,1868 -"52836",12473,16539,2,801,1947 -"52837",12473,16625,3,801,1285 -"52838",12473,16963,3,801,1999 -"52839",12473,17351,2,801,2036 -"52840",12473,17549,2,801,2647 -"52841",12473,17632,1,801,1947 -"52842",12473,17721,3,801,1410 -"52843",12473,17867,3,801,1904 -"52844",12473,17938,2,801,1410 -"52845",12473,18011,3,801,1636 -"52846",12473,18670,3,801,1835 -"52847",12473,19208,2,801,2629 -"52848",12473,19605,3,801,2395 -"52849",12473,19937,3,801,1587 -"52850",12473,20331,3,801,2365 -"52851",12473,20695,3,801,2526 -"52852",12473,21079,3,801,1997 -"52853",12473,21164,3,801,1645 -"52854",12473,21352,3,801,1604 -"52855",12473,21358,3,801,1970 -"52856",12473,21734,3,801,2528 -"52857",12473,21950,3,801,1892 -"52858",12473,22292,3,801,1910 -"52859",12473,22682,3,801,2035 -"52860",12473,22808,3,801,2297 -"52861",12473,22950,2,801,2576 -"52862",12473,23098,3,801,2300 -"52863",12473,23131,3,801,1732 -"52864",12473,23460,3,801,2183 -"52865",12473,24256,3,801,2393 -"52866",12473,24456,3,801,1238 -"52867",12473,24753,3,801,2860 -"52868",12473,25030,3,801,2017 -"52869",12473,26083,3,801,2038 -"52870",12473,26524,3,801,982 -"52871",12473,26595,3,801,1566 -"52872",12473,27323,2,801,943 -"52873",12473,27379,3,801,2461 -"52874",12473,27642,2,801,1531 -"52875",12473,27796,2,801,2151 -"52876",12473,28218,3,801,2048 -"52877",12473,28571,2,801,1556 -"52878",12473,28648,3,801,1586 -"52879",12473,29454,3,801,2719 -"52880",12473,29512,3,801,1594 -"52881",12473,29930,3,801,2240 -"52882",12473,30092,3,801,1593 -"52883",12473,30096,3,801,2082 -"52884",12473,30329,3,801,848 -"52885",12473,30525,3,801,1964 -"52886",12473,30827,3,801,2323 -"52887",12473,31117,3,801,2210 -"52888",12473,31581,3,801,2933 -"52889",12473,31705,3,801,2706 -"52890",12473,31890,1,801,1487 -"52891",12473,31901,2,801,1251 -"52892",12473,32047,3,801,1858 -"52893",12473,32419,3,801,1909 -"52894",12473,35516,3,801,1229 -"52895",12473,36174,3,801,1382 -"52896",12473,36559,3,801,2473 -"52897",12473,36837,2,801,1556 -"52898",12473,38307,3,801,2648 -"52899",12473,39187,3,801,2166 -"52900",12473,39464,3,801,2314 -"52901",12473,39556,3,801,2747 -"52902",12473,41489,3,801,2006 -"52903",12473,41518,2,801,1641 -"52904",12473,41664,3,801,2641 -"52905",12473,41764,3,801,2409 -"52906",12473,41900,2,801,1970 -"52907",12473,41945,2,801,2856 -"52908",12473,42129,3,801,2318 -"52909",12473,43455,3,801,2846 -"52910",12473,43614,3,801,1712 -"52911",12473,44688,2,801,2924 -"52912",12473,46042,2,801,1692 -"52913",12473,46446,3,801,2295 -"52914",12473,46717,3,801,938 -"52915",12473,47564,1,801,2650 -"52916",12473,47803,3,801,2477 -"52917",12473,49334,2,801,2433 -"52918",12473,49379,3,801,1573 -"52919",12473,49470,3,801,1528 -"52920",12473,50001,3,801,1518 -"52921",12473,50254,2,801,1151 -"52922",12473,50480,3,801,2701 -"52923",12473,52597,3,801,1773 -"52924",12473,54020,3,801,1578 -"52925",12473,54631,3,801,1531 -"52926",12473,54953,3,801,2223 -"52927",12473,55076,3,801,2408 -"52928",12473,55643,3,801,2359 -"52929",12473,56854,3,801,2022 -"52930",12473,58854,3,801,1131 -"52931",12473,61975,3,801,983 -"52932",12473,63477,2,801,1907 -"52933",12473,63573,3,801,1973 -"52934",12473,64699,3,801,2797 -"52935",12473,64803,3,801,841 -"52936",12473,64857,2,801,1792 -"52937",12473,65679,3,801,1578 -"52938",12473,67748,2,801,1498 -"52939",12473,69250,3,801,1439 -"52940",12473,70573,3,801,1993 -"52941",12473,73205,3,801,1529 -"52942",12473,76143,3,801,1610 -"52943",12473,76646,3,801,1263 -"52944",12473,77167,3,801,836 -"52945",12473,77611,1,801,1795 -"52946",12473,77815,3,801,2358 -"52947",12473,78270,2,801,1171 -"52948",12473,78393,3,801,874 -"52949",12473,78563,3,801,2385 -"52950",12473,79088,3,801,1369 -"52951",12473,80807,3,801,1597 -"52952",12473,80979,2,801,1142 -"52953",12473,81349,3,801,1958 -"52954",12473,82187,3,801,1055 -"52955",12473,82252,3,801,1248 -"52956",12473,82628,3,801,1784 -"52957",12473,82893,3,801,1275 -"52958",12473,83122,3,801,1503 -"52959",12473,83253,3,801,1102 -"52960",12473,85356,3,801,1492 -"52961",12473,88887,3,801,1161 -"52962",12473,95155,3,801,849 -"52963",12473,101446,3,801,920 -"52964",12473,115734,2,801,859 -"52965",12475,341,3,588,2689 -"52966",12475,2576,3,588,1307 -"52967",12475,2798,2,588,1673 -"52968",12475,5363,2,588,1791 -"52969",12475,5962,2,588,2491 -"52970",12475,6119,3,588,2358 -"52971",12475,7937,3,588,2044 -"52972",12475,9362,3,588,2879 -"52973",12475,10336,3,588,2271 -"52974",12475,11029,3,588,2362 -"52975",12475,13184,3,588,977 -"52976",12475,14520,3,588,634 -"52977",12475,17252,3,588,1258 -"52978",12475,19380,3,588,2637 -"52979",12475,27908,2,588,2576 -"52980",12475,34216,3,588,2832 -"52981",12475,37036,3,588,2264 -"52982",12475,40295,3,588,2703 -"52983",12475,44786,3,588,1096 -"52984",12475,53727,3,588,2442 -"52985",12475,59670,3,588,1173 -"52986",12475,67963,3,588,806 -"52987",12475,68055,3,588,1236 -"52988",12475,70455,3,588,1307 -"52989",12475,78650,3,588,592 -"52990",12475,79420,2,588,1061 -"52991",12475,88102,2,588,1244 -"52992",12475,94625,3,588,2105 -"52993",12475,104828,3,588,1609 -"52994",12481,1560,3,1086,2013 -"52995",12481,3520,3,1086,2281 -"52996",12481,3786,2,1086,2282 -"52997",12481,5673,2,1086,1567 -"52998",12481,6562,2,1086,1139 -"52999",12481,9716,2,1086,1929 -"53000",12481,11803,3,1086,1232 -"53001",12481,14061,3,1086,1620 -"53002",12481,18808,3,1086,2854 -"53003",12481,20517,2,1086,1465 -"53004",12481,21895,2,1086,1693 -"53005",12481,22905,2,1086,2599 -"53006",12481,23639,3,1086,2065 -"53007",12481,23731,3,1086,1656 -"53008",12481,24116,2,1086,1413 -"53009",12481,25886,3,1086,1580 -"53010",12481,26100,3,1086,1966 -"53011",12481,26567,3,1086,1158 -"53012",12481,31251,3,1086,2498 -"53013",12481,32582,3,1086,1929 -"53014",12481,34334,3,1086,1637 -"53015",12481,37844,3,1086,2002 -"53016",12481,39321,3,1086,2257 -"53017",12481,40392,3,1086,1878 -"53018",12481,41051,2,1086,2767 -"53019",12481,41185,3,1086,1929 -"53020",12481,42628,3,1086,2486 -"53021",12481,43960,3,1086,1293 -"53022",12481,44074,3,1086,1299 -"53023",12481,49147,3,1086,2539 -"53024",12481,50635,2,1086,2962 -"53025",12481,53362,3,1086,2360 -"53026",12481,54903,3,1086,2493 -"53027",12481,55775,3,1086,2385 -"53028",12481,56212,3,1086,1410 -"53029",12481,56673,3,1086,2419 -"53030",12481,60672,3,1086,2876 -"53031",12481,61513,3,1086,2948 -"53032",12481,66267,3,1086,1278 -"53033",12481,68416,3,1086,2939 -"53034",12481,69214,3,1086,1354 -"53035",12481,79036,3,1086,2524 -"53036",12481,102109,3,1086,1367 -"53037",12484,51035,3,2344,2397 -"53038",12511,3493,3,1298,2451 -"53039",12511,7432,3,1298,1531 -"53040",12511,7499,3,1298,1803 -"53041",12511,7787,1,1298,2314 -"53042",12511,10250,3,1298,1606 -"53043",12511,11346,3,1298,1924 -"53044",12511,17480,3,1298,2316 -"53045",12511,17695,3,1298,1930 -"53046",12511,18821,3,1298,2075 -"53047",12511,23364,2,1298,2306 -"53048",12511,49375,3,1298,2438 -"53049",12511,52136,3,1298,1412 -"53050",12511,52950,3,1298,2716 -"53051",12511,53640,2,1298,1789 -"53052",12511,56316,3,1298,1435 -"53053",12511,78002,2,1298,2271 -"53054",12511,78477,3,1298,1613 -"53055",12511,88147,3,1298,1433 -"53056",12524,5346,3,1287,1438 -"53057",12524,5438,3,1287,1499 -"53058",12524,6063,3,1287,2349 -"53059",12524,7506,2,1287,2371 -"53060",12524,9241,3,1287,2338 -"53061",12524,10358,3,1287,2294 -"53062",12524,12272,2,1287,2371 -"53063",12524,13311,3,1287,2315 -"53064",12524,13979,3,1287,1559 -"53065",12524,15207,3,1287,1855 -"53066",12524,17221,3,1287,2487 -"53067",12524,17245,3,1287,1811 -"53068",12524,20732,3,1287,2401 -"53069",12524,22543,3,1287,1594 -"53070",12524,23310,3,1287,2371 -"53071",12524,23726,3,1287,2434 -"53072",12524,23869,3,1287,1918 -"53073",12524,25680,3,1287,1618 -"53074",12524,26080,3,1287,2525 -"53075",12524,26450,3,1287,1709 -"53076",12524,28131,3,1287,1492 -"53077",12524,30883,3,1287,1629 -"53078",12524,30943,3,1287,2287 -"53079",12524,32919,3,1287,2321 -"53080",12524,35926,3,1287,2371 -"53081",12524,36031,2,1287,2342 -"53082",12524,44299,3,1287,1874 -"53083",12524,44557,1,1287,2371 -"53084",12524,46803,3,1287,2305 -"53085",12524,50041,3,1287,1565 -"53086",12524,52530,3,1287,1737 -"53087",12524,55256,3,1287,2379 -"53088",12524,56464,1,1287,2488 -"53089",12524,76133,3,1287,1565 -"53090",12524,78801,2,1287,1572 -"53091",12524,81486,3,1287,1297 -"53092",12524,85449,3,1287,2340 -"53093",12524,89681,3,1287,1978 -"53094",12528,455,3,2589,2827 -"53095",12528,14834,3,2589,2739 -"53096",12528,19208,3,2589,2629 -"53097",12528,23132,3,2589,2756 -"53098",12528,27275,2,2589,2656 -"53099",12528,30052,3,2589,2855 -"53100",12528,31235,3,2589,2668 -"53101",12528,40383,3,2589,2639 -"53102",12528,46950,3,2589,2673 -"53103",12528,53219,3,2589,2973 -"53104",12528,64699,3,2589,2797 -"53105",12528,65016,3,2589,2749 -"53106",12528,67652,2,2589,2736 -"53107",12528,67726,3,2589,2873 -"53108",12542,613,2,1888,2687 -"53109",12542,997,3,1888,2788 -"53110",12542,4696,3,1888,2656 -"53111",12542,5078,3,1888,2033 -"53112",12542,5839,3,1888,2301 -"53113",12542,6241,3,1888,2264 -"53114",12542,9362,3,1888,2879 -"53115",12542,9702,3,1888,1928 -"53116",12542,10859,2,1888,2231 -"53117",12542,12929,1,1888,2656 -"53118",12542,18394,3,1888,2356 -"53119",12542,33991,3,1888,2249 -"53120",12542,35069,3,1888,2069 -"53121",12542,35360,2,1888,2043 -"53122",12542,39278,3,1888,1952 -"53123",12542,62832,2,1888,2606 -"53124",12542,81014,3,1888,1925 -"53125",12542,84799,2,1888,2656 -"53126",12560,17027,3,2565,2772 -"53127",12560,47145,3,2565,2809 -"53128",12560,47564,3,2565,2650 -"53129",12577,3477,3,2530,2546 -"53130",12577,16205,1,2530,2630 -"53131",12577,17037,3,2530,2947 -"53132",12577,35477,3,2530,2703 -"53133",12577,35980,2,2530,2657 -"53134",12577,57180,3,2530,2703 -"53135",12577,59039,3,2530,2870 -"53136",12586,237,3,613,1982 -"53137",12586,330,3,613,2163 -"53138",12586,728,2,613,1812 -"53139",12586,997,3,613,2788 -"53140",12586,1629,3,613,1289 -"53141",12586,2057,3,613,1965 -"53142",12586,2226,3,613,2225 -"53143",12586,2524,3,613,1708 -"53144",12586,2936,3,613,2512 -"53145",12586,4066,2,613,1736 -"53146",12586,4646,3,613,2139 -"53147",12586,4681,2,613,2356 -"53148",12586,7014,2,613,2401 -"53149",12586,8726,2,613,2083 -"53150",12586,9227,3,613,1267 -"53151",12586,9272,3,613,2835 -"53152",12586,9723,3,613,2302 -"53153",12586,10754,3,613,1797 -"53154",12586,11239,3,613,2181 -"53155",12586,11310,1,613,957 -"53156",12586,13099,3,613,1547 -"53157",12586,14888,3,613,1411 -"53158",12586,15683,3,613,1729 -"53159",12586,16351,3,613,893 -"53160",12586,16684,3,613,1657 -"53161",12586,16850,3,613,1657 -"53162",12586,18202,3,613,2475 -"53163",12586,18928,3,613,709 -"53164",12586,18965,2,613,2315 -"53165",12586,19215,3,613,2604 -"53166",12586,19364,1,613,2846 -"53167",12586,20355,3,613,2111 -"53168",12586,20700,3,613,2861 -"53169",12586,21681,3,613,2005 -"53170",12586,22580,2,613,2245 -"53171",12586,22709,2,613,2743 -"53172",12586,26734,3,613,2299 -"53173",12586,28081,3,613,1927 -"53174",12586,28432,2,613,1954 -"53175",12586,31303,3,613,1040 -"53176",12586,34472,2,613,837 -"53177",12586,34831,2,613,1866 -"53178",12586,34921,3,613,2181 -"53179",12586,35446,3,613,1203 -"53180",12586,37279,2,613,2768 -"53181",12586,37859,3,613,1999 -"53182",12586,38259,3,613,2258 -"53183",12586,39906,3,613,2365 -"53184",12586,40910,3,613,2469 -"53185",12586,41240,3,613,2220 -"53186",12586,41581,3,613,1692 -"53187",12586,43360,3,613,979 -"53188",12586,51687,3,613,2333 -"53189",12586,51879,3,613,1771 -"53190",12586,53809,2,613,1956 -"53191",12586,53924,2,613,1289 -"53192",12586,55472,2,613,1516 -"53193",12586,59776,3,613,2493 -"53194",12586,60879,2,613,2792 -"53195",12586,61337,3,613,2777 -"53196",12586,63498,3,613,977 -"53197",12586,73553,1,613,2726 -"53198",12586,75444,3,613,2846 -"53199",12586,77077,3,613,2693 -"53200",12586,82932,3,613,2245 -"53201",12586,83253,3,613,1102 -"53202",12586,88966,3,613,1568 -"53203",12586,90674,3,613,621 -"53204",12586,93953,3,613,969 -"53205",12586,96007,3,613,895 -"53206",12586,99351,3,613,2939 -"53207",12586,102893,3,613,814 -"53208",12586,106449,2,613,862 -"53209",12586,109978,2,613,1865 -"53210",12586,121354,2,613,2862 -"53211",12598,2724,3,2086,2447 -"53212",12598,3272,2,2086,2132 -"53213",12598,3477,3,2086,2546 -"53214",12598,3559,3,2086,2413 -"53215",12598,6040,3,2086,2103 -"53216",12598,6063,3,2086,2349 -"53217",12598,8993,3,2086,2099 -"53218",12598,14442,1,2086,2700 -"53219",12598,16184,3,2086,2274 -"53220",12598,17768,3,2086,2468 -"53221",12598,19075,2,2086,2214 -"53222",12598,20547,2,2086,2145 -"53223",12598,25053,3,2086,2186 -"53224",12598,31357,2,2086,2389 -"53225",12598,33223,3,2086,2397 -"53226",12598,33460,3,2086,2781 -"53227",12598,36996,2,2086,2321 -"53228",12598,47094,3,2086,2592 -"53229",12598,47882,3,2086,2769 -"53230",12598,51843,2,2086,2389 -"53231",12598,54385,2,2086,2340 -"53232",12598,59289,2,2086,2896 -"53233",12598,59344,2,2086,2252 -"53234",12598,63104,2,2086,2149 -"53235",12598,64912,2,2086,2099 -"53236",12598,67701,3,2086,2289 -"53237",12598,69308,3,2086,2370 -"53238",12598,80615,3,2086,2252 -"53239",12598,89391,3,2086,2180 -"53240",12598,110737,3,2086,2117 -"53241",12602,145,3,1956,1998 -"53242",12602,279,3,1956,1989 -"53243",12602,380,2,1956,2261 -"53244",12602,470,3,1956,2285 -"53245",12602,913,2,1956,2144 -"53246",12602,1102,3,1956,2282 -"53247",12602,2572,3,1956,2273 -"53248",12602,3801,2,1956,1974 -"53249",12602,4084,3,1956,2133 -"53250",12602,5235,3,1956,2324 -"53251",12602,6052,3,1956,1985 -"53252",12602,6491,3,1956,2424 -"53253",12602,9362,3,1956,2879 -"53254",12602,10433,3,1956,2075 -"53255",12602,10513,2,1956,2284 -"53256",12602,12374,3,1956,2260 -"53257",12602,12528,1,1956,2589 -"53258",12602,12618,3,1956,2021 -"53259",12602,14834,2,1956,2739 -"53260",12602,21138,3,1956,2849 -"53261",12602,21682,3,1956,2414 -"53262",12602,21929,3,1956,2062 -"53263",12602,23132,3,1956,2756 -"53264",12602,24060,3,1956,2349 -"53265",12602,24448,3,1956,2289 -"53266",12602,26067,3,1956,2069 -"53267",12602,26671,3,1956,2279 -"53268",12602,27275,2,1956,2656 -"53269",12602,27390,3,1956,2425 -"53270",12602,29308,3,1956,2094 -"53271",12602,31235,3,1956,2668 -"53272",12602,38755,3,1956,2902 -"53273",12602,40493,3,1956,1981 -"53274",12602,42216,3,1956,2722 -"53275",12602,45302,3,1956,2390 -"53276",12602,46950,2,1956,2673 -"53277",12602,47248,3,1956,2883 -"53278",12602,49110,3,1956,2938 -"53279",12602,50134,3,1956,2674 -"53280",12602,51017,2,1956,2073 -"53281",12602,51035,2,1956,2397 -"53282",12602,51866,3,1956,2411 -"53283",12602,56317,3,1956,2030 -"53284",12602,64699,2,1956,2797 -"53285",12602,66413,3,1956,2507 -"53286",12602,66983,3,1956,2397 -"53287",12602,67145,3,1956,2015 -"53288",12602,67652,3,1956,2736 -"53289",12602,68810,3,1956,2409 -"53290",12602,73305,3,1956,2544 -"53291",12602,80825,2,1956,2315 -"53292",12608,1853,3,1337,1465 -"53293",12608,15905,3,1337,2064 -"53294",12608,26642,3,1337,2952 -"53295",12608,30697,3,1337,2891 -"53296",12608,40913,3,1337,1800 -"53297",12608,42756,3,1337,1384 -"53298",12608,44669,3,1337,1594 -"53299",12608,48832,3,1337,1370 -"53300",12608,65703,3,1337,1689 -"53301",12608,82949,3,1337,2077 -"53302",12610,862,3,1274,2254 -"53303",12610,2865,3,1274,2006 -"53304",12610,5568,3,1274,1290 -"53305",12610,5984,3,1274,1675 -"53306",12610,7245,3,1274,2089 -"53307",12610,14676,2,1274,2764 -"53308",12610,14731,2,1274,2012 -"53309",12610,18415,3,1274,2184 -"53310",12610,18543,3,1274,2968 -"53311",12610,18744,3,1274,1285 -"53312",12610,29073,3,1274,2328 -"53313",12610,29918,3,1274,1953 -"53314",12610,31001,3,1274,2119 -"53315",12610,31700,3,1274,2727 -"53316",12610,32694,3,1274,1602 -"53317",12610,33572,3,1274,2370 -"53318",12610,34945,3,1274,1298 -"53319",12610,35041,3,1274,1311 -"53320",12610,37937,3,1274,1320 -"53321",12610,38667,3,1274,2880 -"53322",12610,43428,3,1274,1299 -"53323",12610,44427,3,1274,2875 -"53324",12610,45545,2,1274,1776 -"53325",12610,50585,3,1274,2414 -"53326",12610,55155,3,1274,2333 -"53327",12610,56116,3,1274,1321 -"53328",12610,56755,3,1274,2158 -"53329",12610,58284,3,1274,2292 -"53330",12610,66241,3,1274,2351 -"53331",12610,66756,3,1274,1301 -"53332",12610,66971,3,1274,2299 -"53333",12610,73597,3,1274,1989 -"53334",12610,73747,3,1274,2274 -"53335",12610,74912,3,1274,1542 -"53336",12610,76463,3,1274,2298 -"53337",12610,82426,2,1274,1576 -"53338",12610,89880,3,1274,1938 -"53339",12610,95288,3,1274,1602 -"53340",12610,96226,3,1274,1412 -"53341",12610,101347,3,1274,1335 -"53342",12610,108430,3,1274,1642 -"53343",12618,913,2,2021,2144 -"53344",12618,3305,3,2021,2839 -"53345",12618,12528,2,2021,2589 -"53346",12618,15381,3,2021,2289 -"53347",12618,19719,3,2021,2177 -"53348",12618,22567,2,2021,2396 -"53349",12618,23132,2,2021,2756 -"53350",12618,24448,3,2021,2289 -"53351",12618,27275,2,2021,2656 -"53352",12618,27390,3,2021,2425 -"53353",12618,27694,3,2021,2030 -"53354",12618,30052,3,2021,2855 -"53355",12618,31235,3,2021,2668 -"53356",12618,40383,2,2021,2639 -"53357",12618,42799,3,2021,2729 -"53358",12618,56317,2,2021,2030 -"53359",12618,58508,3,2021,2326 -"53360",12618,58684,3,2021,2295 -"53361",12618,59022,3,2021,2494 -"53362",12618,67652,3,2021,2736 -"53363",12618,77815,3,2021,2358 -"53364",12632,160,2,1174,2007 -"53365",12632,1574,3,1174,1718 -"53366",12632,1641,3,1174,1490 -"53367",12632,1708,3,1174,1591 -"53368",12632,2443,3,1174,2333 -"53369",12632,2647,3,1174,2450 -"53370",12632,2668,3,1174,1529 -"53371",12632,3158,3,1174,2762 -"53372",12632,3272,3,1174,2132 -"53373",12632,3520,3,1174,2281 -"53374",12632,3786,3,1174,2282 -"53375",12632,4634,3,1174,2291 -"53376",12632,4784,3,1174,2511 -"53377",12632,4968,3,1174,1586 -"53378",12632,5610,3,1174,2223 -"53379",12632,6020,3,1174,1864 -"53380",12632,7406,3,1174,1906 -"53381",12632,7616,3,1174,2296 -"53382",12632,8238,2,1174,2222 -"53383",12632,8463,3,1174,2466 -"53384",12632,9269,2,1174,1892 -"53385",12632,9331,3,1174,2269 -"53386",12632,9423,3,1174,1708 -"53387",12632,9895,3,1174,1960 -"53388",12632,9910,3,1174,2526 -"53389",12632,9948,2,1174,2019 -"53390",12632,11770,3,1174,1653 -"53391",12632,12560,3,1174,2565 -"53392",12632,12914,3,1174,1557 -"53393",12632,12966,3,1174,2011 -"53394",12632,13043,3,1174,1295 -"53395",12632,13249,3,1174,2573 -"53396",12632,14172,3,1174,1923 -"53397",12632,14442,3,1174,2700 -"53398",12632,14957,3,1174,2306 -"53399",12632,15023,3,1174,2054 -"53400",12632,15782,3,1174,2306 -"53401",12632,16347,1,1174,1868 -"53402",12632,16539,3,1174,1947 -"53403",12632,16963,2,1174,1999 -"53404",12632,17351,3,1174,2036 -"53405",12632,17549,3,1174,2647 -"53406",12632,17632,2,1174,1947 -"53407",12632,17938,3,1174,1410 -"53408",12632,19208,3,1174,2629 -"53409",12632,19656,3,1174,2059 -"53410",12632,20547,3,1174,2145 -"53411",12632,20695,2,1174,2526 -"53412",12632,21352,2,1174,1604 -"53413",12632,21358,3,1174,1970 -"53414",12632,22808,3,1174,2297 -"53415",12632,22950,3,1174,2576 -"53416",12632,23460,3,1174,2183 -"53417",12632,25518,3,1174,1955 -"53418",12632,26740,3,1174,2695 -"53419",12632,27642,3,1174,1531 -"53420",12632,27796,3,1174,2151 -"53421",12632,28571,3,1174,1556 -"53422",12632,28648,3,1174,1586 -"53423",12632,30096,2,1174,2082 -"53424",12632,31295,3,1174,2183 -"53425",12632,31357,3,1174,2389 -"53426",12632,31890,2,1174,1487 -"53427",12632,31901,3,1174,1251 -"53428",12632,32966,3,1174,1583 -"53429",12632,34331,3,1174,1727 -"53430",12632,36399,3,1174,1357 -"53431",12632,36837,3,1174,1556 -"53432",12632,38697,3,1174,2701 -"53433",12632,39009,3,1174,1594 -"53434",12632,39187,2,1174,2166 -"53435",12632,41350,3,1174,1935 -"53436",12632,41489,3,1174,2006 -"53437",12632,41518,3,1174,1641 -"53438",12632,41900,3,1174,1970 -"53439",12632,41945,3,1174,2856 -"53440",12632,42382,3,1174,2224 -"53441",12632,44132,3,1174,1999 -"53442",12632,44688,3,1174,2924 -"53443",12632,44744,3,1174,2032 -"53444",12632,46042,3,1174,1692 -"53445",12632,47564,2,1174,2650 -"53446",12632,47607,3,1174,2724 -"53447",12632,49142,3,1174,2289 -"53448",12632,49334,3,1174,2433 -"53449",12632,49379,2,1174,1573 -"53450",12632,50678,3,1174,1366 -"53451",12632,51505,3,1174,1572 -"53452",12632,51843,3,1174,2389 -"53453",12632,53584,3,1174,2391 -"53454",12632,54385,3,1174,2340 -"53455",12632,56364,3,1174,1626 -"53456",12632,63477,3,1174,1907 -"53457",12632,64857,3,1174,1792 -"53458",12632,67748,3,1174,1498 -"53459",12632,69260,3,1174,1698 -"53460",12632,73629,3,1174,1713 -"53461",12632,77611,2,1174,1795 -"53462",12632,80050,3,1174,2698 -"53463",12632,80801,3,1174,1250 -"53464",12632,80807,2,1174,1597 -"53465",12632,82628,2,1174,1784 -"53466",12632,83122,2,1174,1503 -"53467",12632,84235,3,1174,1639 -"53468",12632,84591,3,1174,1685 -"53469",12632,84808,3,1174,1974 -"53470",12632,85525,3,1174,1718 -"53471",12632,87110,3,1174,2801 -"53472",12632,89391,3,1174,2180 -"53473",12632,91210,3,1174,1457 -"53474",12632,91772,3,1174,2233 -"53475",12632,96332,3,1174,1197 -"53476",12632,101666,3,1174,1257 -"53477",12632,107467,3,1174,1524 -"53478",12639,160,3,1141,2007 -"53479",12639,341,2,1141,2689 -"53480",12639,457,3,1141,1704 -"53481",12639,841,3,1141,2964 -"53482",12639,952,2,1141,1991 -"53483",12639,2894,3,1141,1291 -"53484",12639,5392,3,1141,1648 -"53485",12639,8923,3,1141,1266 -"53486",12639,9331,3,1141,2269 -"53487",12639,9423,3,1141,1708 -"53488",12639,10310,1,1141,2774 -"53489",12639,10870,3,1141,1755 -"53490",12639,11103,3,1141,2393 -"53491",12639,11493,1,1141,2077 -"53492",12639,12371,1,1141,1569 -"53493",12639,12388,3,1141,1975 -"53494",12639,12692,3,1141,1855 -"53495",12639,14287,3,1141,1583 -"53496",12639,15207,3,1141,1855 -"53497",12639,15444,3,1141,2764 -"53498",12639,17351,2,1141,2036 -"53499",12639,17632,3,1141,1947 -"53500",12639,17938,3,1141,1410 -"53501",12639,18165,3,1141,2085 -"53502",12639,19208,2,1141,2629 -"53503",12639,19593,3,1141,2013 -"53504",12639,19605,3,1141,2395 -"53505",12639,20331,2,1141,2365 -"53506",12639,20730,2,1141,2243 -"53507",12639,20874,3,1141,1580 -"53508",12639,21248,3,1141,2232 -"53509",12639,21566,1,1141,1234 -"53510",12639,21960,3,1141,1517 -"53511",12639,22893,2,1141,1938 -"53512",12639,23006,1,1141,1532 -"53513",12639,24256,3,1141,2393 -"53514",12639,24586,3,1141,2465 -"53515",12639,27104,3,1141,1608 -"53516",12639,27195,3,1141,2158 -"53517",12639,27642,3,1141,1531 -"53518",12639,28571,2,1141,1556 -"53519",12639,29930,2,1141,2240 -"53520",12639,31331,3,1141,2964 -"53521",12639,33184,2,1141,2522 -"53522",12639,35772,3,1141,1440 -"53523",12639,36441,2,1141,2796 -"53524",12639,41682,3,1141,1988 -"53525",12639,41770,2,1141,2752 -"53526",12639,41900,3,1141,1970 -"53527",12639,41945,3,1141,2856 -"53528",12639,42390,3,1141,2937 -"53529",12639,42515,3,1141,2752 -"53530",12639,42799,2,1141,2729 -"53531",12639,44688,3,1141,2924 -"53532",12639,44894,1,1141,2048 -"53533",12639,46042,3,1141,1692 -"53534",12639,46043,1,1141,1358 -"53535",12639,46635,3,1141,2528 -"53536",12639,47789,2,1141,1583 -"53537",12639,50480,3,1141,2701 -"53538",12639,55580,3,1141,1942 -"53539",12639,56903,3,1141,1584 -"53540",12639,62870,2,1141,1568 -"53541",12639,67129,3,1141,2335 -"53542",12639,68024,3,1141,1531 -"53543",12639,74818,2,1141,1440 -"53544",12639,76356,3,1141,2323 -"53545",12639,79472,2,1141,1230 -"53546",12639,80944,2,1141,2300 -"53547",12639,80979,3,1141,1142 -"53548",12639,85356,3,1141,1492 -"53549",12639,86883,2,1141,1623 -"53550",12639,90065,3,1141,1418 -"53551",12639,91901,3,1141,1236 -"53552",12639,96132,3,1141,1489 -"53553",12639,101478,3,1141,1383 -"53554",12639,117956,2,1141,2774 -"53555",12653,341,3,1573,2689 -"53556",12653,841,3,1573,2964 -"53557",12653,2139,3,1573,2502 -"53558",12653,4361,3,1573,2571 -"53559",12653,4612,3,1573,2804 -"53560",12653,5106,3,1573,2622 -"53561",12653,8865,3,1573,2394 -"53562",12653,9787,3,1573,2858 -"53563",12653,11143,2,1573,2623 -"53564",12653,14586,3,1573,2801 -"53565",12653,15095,2,1573,2001 -"53566",12653,17033,3,1573,2771 -"53567",12653,22244,3,1573,2139 -"53568",12653,25163,3,1573,1751 -"53569",12653,29286,3,1573,1612 -"53570",12653,33451,3,1573,1957 -"53571",12653,68931,3,1573,2771 -"53572",12653,70586,3,1573,2562 -"53573",12653,71531,3,1573,2887 -"53574",12655,680,3,674,2569 -"53575",12655,18102,3,674,1642 -"53576",12655,31303,3,674,1040 -"53577",12655,37279,3,674,2768 -"53578",12655,37636,3,674,2178 -"53579",12684,3714,3,2182,2605 -"53580",12684,21417,3,2182,2422 -"53581",12684,23728,3,2182,2601 -"53582",12684,33460,3,2182,2781 -"53583",12684,45664,3,2182,2235 -"53584",12684,55691,3,2182,2856 -"53585",12684,76997,3,2182,2223 -"53586",12684,85638,3,2182,2275 -"53587",12692,2484,3,1855,2389 -"53588",12692,3947,3,1855,2067 -"53589",12692,3961,3,1855,2426 -"53590",12692,4289,2,1855,1921 -"53591",12692,5239,3,1855,2875 -"53592",12692,5912,3,1855,2257 -"53593",12692,6047,3,1855,2004 -"53594",12692,8029,3,1855,1859 -"53595",12692,8275,3,1855,2237 -"53596",12692,10857,3,1855,2253 -"53597",12692,13780,2,1855,2412 -"53598",12692,14032,3,1855,2144 -"53599",12692,14943,3,1855,1942 -"53600",12692,16826,3,1855,2599 -"53601",12692,18103,3,1855,1968 -"53602",12692,19593,3,1855,2013 -"53603",12692,20067,3,1855,2390 -"53604",12692,21138,3,1855,2849 -"53605",12692,29004,3,1855,2596 -"53606",12692,30747,3,1855,2455 -"53607",12692,30906,3,1855,2537 -"53608",12692,31069,3,1855,1995 -"53609",12692,36441,2,1855,2796 -"53610",12692,38227,2,1855,2511 -"53611",12692,40432,2,1855,1956 -"53612",12692,42799,3,1855,2729 -"53613",12692,46635,3,1855,2528 -"53614",12692,47386,2,1855,2226 -"53615",12692,54551,3,1855,2348 -"53616",12692,55076,3,1855,2408 -"53617",12692,57977,3,1855,2683 -"53618",12692,76356,2,1855,2323 -"53619",12692,82929,2,1855,2475 -"53620",12703,25,2,2689,2762 -"53621",12703,2224,3,2689,2751 -"53622",12703,28982,3,2689,2746 -"53623",12703,33433,3,2689,2805 -"53624",12703,64699,2,2689,2797 -"53625",12712,160,3,815,2007 -"53626",12712,1124,3,815,1596 -"53627",12712,1323,3,815,1659 -"53628",12712,1641,3,815,1490 -"53629",12712,2111,3,815,1904 -"53630",12712,2684,3,815,2874 -"53631",12712,2864,3,815,1543 -"53632",12712,2894,3,815,1291 -"53633",12712,3520,3,815,2281 -"53634",12712,3753,3,815,1255 -"53635",12712,3954,3,815,839 -"53636",12712,5392,3,815,1648 -"53637",12712,5615,3,815,1105 -"53638",12712,5785,3,815,1261 -"53639",12712,5865,3,815,1910 -"53640",12712,6192,3,815,2409 -"53641",12712,6222,3,815,1949 -"53642",12712,6588,3,815,2025 -"53643",12712,7185,3,815,1046 -"53644",12712,7406,3,815,1906 -"53645",12712,7555,3,815,1943 -"53646",12712,7616,1,815,2296 -"53647",12712,8238,3,815,2222 -"53648",12712,8274,3,815,1909 -"53649",12712,8726,3,815,2083 -"53650",12712,9615,3,815,2464 -"53651",12712,9871,2,815,921 -"53652",12712,10870,3,815,1755 -"53653",12712,11770,3,815,1653 -"53654",12712,11912,3,815,889 -"53655",12712,12122,2,815,1385 -"53656",12712,12388,3,815,1975 -"53657",12712,12632,3,815,1174 -"53658",12712,12778,3,815,2045 -"53659",12712,12948,3,815,2669 -"53660",12712,13249,3,815,2573 -"53661",12712,13324,3,815,2163 -"53662",12712,14749,3,815,1998 -"53663",12712,14959,3,815,2898 -"53664",12712,15122,3,815,1201 -"53665",12712,15207,3,815,1855 -"53666",12712,15632,3,815,1242 -"53667",12712,16539,1,815,1947 -"53668",12712,16542,3,815,2039 -"53669",12712,17632,3,815,1947 -"53670",12712,18464,3,815,2312 -"53671",12712,18670,3,815,1835 -"53672",12712,19208,2,815,2629 -"53673",12712,19605,3,815,2395 -"53674",12712,19937,3,815,1587 -"53675",12712,20419,3,815,1587 -"53676",12712,20517,3,815,1465 -"53677",12712,21950,3,815,1892 -"53678",12712,22292,3,815,1910 -"53679",12712,22808,3,815,2297 -"53680",12712,22950,3,815,2576 -"53681",12712,23460,3,815,2183 -"53682",12712,24256,3,815,2393 -"53683",12712,24512,3,815,1369 -"53684",12712,24753,2,815,2860 -"53685",12712,24793,3,815,1993 -"53686",12712,24794,3,815,925 -"53687",12712,24826,3,815,1382 -"53688",12712,25030,3,815,2017 -"53689",12712,25033,3,815,929 -"53690",12712,27742,3,815,2700 -"53691",12712,29454,2,815,2719 -"53692",12712,29512,2,815,1594 -"53693",12712,29930,3,815,2240 -"53694",12712,30883,3,815,1629 -"53695",12712,31209,3,815,1137 -"53696",12712,31868,3,815,1993 -"53697",12712,31890,3,815,1487 -"53698",12712,31901,3,815,1251 -"53699",12712,32131,3,815,1035 -"53700",12712,32173,3,815,2341 -"53701",12712,32419,3,815,1909 -"53702",12712,33801,3,815,2899 -"53703",12712,35772,3,815,1440 -"53704",12712,36837,3,815,1556 -"53705",12712,38921,3,815,1880 -"53706",12712,39188,3,815,1948 -"53707",12712,39278,3,815,1952 -"53708",12712,40003,3,815,936 -"53709",12712,40028,3,815,1349 -"53710",12712,40309,3,815,871 -"53711",12712,41518,3,815,1641 -"53712",12712,41664,1,815,2641 -"53713",12712,41764,3,815,2409 -"53714",12712,42129,3,815,2318 -"53715",12712,42515,2,815,2752 -"53716",12712,42837,3,815,1096 -"53717",12712,44089,3,815,1632 -"53718",12712,45329,3,815,1693 -"53719",12712,45545,3,815,1776 -"53720",12712,46629,3,815,2255 -"53721",12712,46635,3,815,2528 -"53722",12712,47386,3,815,2226 -"53723",12712,47564,3,815,2650 -"53724",12712,47625,3,815,2562 -"53725",12712,49334,2,815,2433 -"53726",12712,49470,3,815,1528 -"53727",12712,50001,3,815,1518 -"53728",12712,50254,2,815,1151 -"53729",12712,50480,3,815,2701 -"53730",12712,51157,3,815,2319 -"53731",12712,52699,3,815,1372 -"53732",12712,52969,3,815,2302 -"53733",12712,53475,3,815,2853 -"53734",12712,53830,3,815,1307 -"53735",12712,55076,2,815,2408 -"53736",12712,56232,3,815,1175 -"53737",12712,56854,2,815,2022 -"53738",12712,56903,3,815,1584 -"53739",12712,58733,3,815,1958 -"53740",12712,58854,3,815,1131 -"53741",12712,63477,3,815,1907 -"53742",12712,64219,3,815,2705 -"53743",12712,65242,3,815,1988 -"53744",12712,65434,3,815,2866 -"53745",12712,66756,3,815,1301 -"53746",12712,67748,3,815,1498 -"53747",12712,67788,3,815,837 -"53748",12712,69250,3,815,1439 -"53749",12712,70046,3,815,2624 -"53750",12712,74818,3,815,1440 -"53751",12712,76646,2,815,1263 -"53752",12712,77611,2,815,1795 -"53753",12712,78270,3,815,1171 -"53754",12712,81463,3,815,955 -"53755",12712,82187,3,815,1055 -"53756",12712,82893,2,815,1275 -"53757",12712,85356,2,815,1492 -"53758",12712,88887,3,815,1161 -"53759",12712,92322,3,815,2393 -"53760",12712,96132,3,815,1489 -"53761",12712,96553,3,815,1887 -"53762",12712,96911,3,815,956 -"53763",12712,115021,3,815,1226 -"53764",12712,115155,3,815,1942 -"53765",12713,270,3,2440,2542 -"53766",12713,613,3,2440,2687 -"53767",12713,1151,3,2440,2885 -"53768",12713,1616,2,2440,2662 -"53769",12713,2036,3,2440,2483 -"53770",12713,2224,3,2440,2751 -"53771",12713,4418,3,2440,2788 -"53772",12713,7323,3,2440,2858 -"53773",12713,8327,3,2440,2527 -"53774",12713,8760,3,2440,2477 -"53775",12713,9311,3,2440,2477 -"53776",12713,9362,3,2440,2879 -"53777",12713,13929,3,2440,2693 -"53778",12713,18151,3,2440,2962 -"53779",12713,19606,2,2440,2783 -"53780",12713,20700,2,2440,2861 -"53781",12713,27478,3,2440,2485 -"53782",12713,29095,3,2440,2531 -"53783",12713,31799,3,2440,2547 -"53784",12713,33801,3,2440,2899 -"53785",12713,36962,3,2440,2861 -"53786",12713,37418,3,2440,2710 -"53787",12713,51410,3,2440,2739 -"53788",12713,53475,3,2440,2853 -"53789",12713,55691,3,2440,2856 -"53790",12713,57977,3,2440,2683 -"53791",12724,134,3,1930,2062 -"53792",12724,145,3,1930,1998 -"53793",12724,270,3,1930,2542 -"53794",12724,380,2,1930,2261 -"53795",12724,913,2,1930,2144 -"53796",12724,997,3,1930,2788 -"53797",12724,1102,1,1930,2282 -"53798",12724,1136,3,1930,2536 -"53799",12724,1315,3,1930,2760 -"53800",12724,1592,3,1930,2006 -"53801",12724,1691,2,1930,1941 -"53802",12724,1767,3,1930,2727 -"53803",12724,2224,3,1930,2751 -"53804",12724,2424,3,1930,2582 -"53805",12724,2484,3,1930,2389 -"53806",12724,2533,3,1930,2016 -"53807",12724,2572,1,1930,2273 -"53808",12724,2954,3,1930,2727 -"53809",12724,3163,3,1930,2020 -"53810",12724,3305,3,1930,2839 -"53811",12724,3306,3,1930,1989 -"53812",12724,3628,3,1930,2707 -"53813",12724,3801,1,1930,1974 -"53814",12724,3980,3,1930,2771 -"53815",12724,4671,3,1930,2280 -"53816",12724,4687,3,1930,2152 -"53817",12724,4690,2,1930,1938 -"53818",12724,5235,2,1930,2324 -"53819",12724,5580,2,1930,2111 -"53820",12724,5971,3,1930,1985 -"53821",12724,6047,2,1930,2004 -"53822",12724,6052,2,1930,1985 -"53823",12724,6074,1,1930,2426 -"53824",12724,6390,3,1930,2385 -"53825",12724,6588,3,1930,2025 -"53826",12724,8681,3,1930,2716 -"53827",12724,8762,2,1930,2585 -"53828",12724,9362,3,1930,2879 -"53829",12724,9654,3,1930,2111 -"53830",12724,9695,3,1930,2143 -"53831",12724,9723,3,1930,2302 -"53832",12724,10513,2,1930,2284 -"53833",12724,10857,3,1930,2253 -"53834",12724,10890,3,1930,2639 -"53835",12724,11103,3,1930,2393 -"53836",12724,11218,3,1930,2292 -"53837",12724,11351,3,1930,2971 -"53838",12724,11440,3,1930,2026 -"53839",12724,11516,3,1930,1937 -"53840",12724,11625,3,1930,2022 -"53841",12724,12602,3,1930,1956 -"53842",12724,12728,3,1930,2374 -"53843",12724,12976,3,1930,2399 -"53844",12724,12982,3,1930,2143 -"53845",12724,13158,3,1930,2667 -"53846",12724,13307,3,1930,2206 -"53847",12724,13324,3,1930,2163 -"53848",12724,14032,3,1930,2144 -"53849",12724,14252,3,1930,2244 -"53850",12724,14652,3,1930,2516 -"53851",12724,14655,3,1930,2559 -"53852",12724,14834,3,1930,2739 -"53853",12724,15301,3,1930,2308 -"53854",12724,15315,3,1930,2173 -"53855",12724,15381,3,1930,2289 -"53856",12724,16482,3,1930,1958 -"53857",12724,16535,2,1930,1993 -"53858",12724,17365,3,1930,2746 -"53859",12724,18394,3,1930,2356 -"53860",12724,18874,3,1930,2170 -"53861",12724,19248,3,1930,2357 -"53862",12724,19862,3,1930,2412 -"53863",12724,20124,3,1930,2376 -"53864",12724,20407,3,1930,2339 -"53865",12724,20416,3,1930,2323 -"53866",12724,21012,3,1930,2325 -"53867",12724,21138,3,1930,2849 -"53868",12724,21571,3,1930,2755 -"53869",12724,21682,2,1930,2414 -"53870",12724,21693,3,1930,2176 -"53871",12724,21929,2,1930,2062 -"53872",12724,22326,3,1930,2818 -"53873",12724,22808,3,1930,2297 -"53874",12724,23011,3,1930,2763 -"53875",12724,23460,3,1930,2183 -"53876",12724,23526,2,1930,1998 -"53877",12724,24060,2,1930,2349 -"53878",12724,24448,3,1930,2289 -"53879",12724,24568,3,1930,1937 -"53880",12724,24721,3,1930,2326 -"53881",12724,25874,3,1930,2088 -"53882",12724,26436,3,1930,2489 -"53883",12724,27173,3,1930,2050 -"53884",12724,27275,3,1930,2656 -"53885",12724,27390,3,1930,2425 -"53886",12724,28285,3,1930,2972 -"53887",12724,29310,3,1930,2358 -"53888",12724,30827,2,1930,2323 -"53889",12724,31235,3,1930,2668 -"53890",12724,31307,3,1930,2139 -"53891",12724,32939,3,1930,2277 -"53892",12724,33430,3,1930,2225 -"53893",12724,33475,3,1930,2367 -"53894",12724,33622,3,1930,2230 -"53895",12724,33949,3,1930,2489 -"53896",12724,33981,2,1930,1993 -"53897",12724,35428,3,1930,2263 -"53898",12724,36087,3,1930,2755 -"53899",12724,36439,3,1930,2469 -"53900",12724,37059,3,1930,2840 -"53901",12724,39278,3,1930,1952 -"53902",12724,40493,2,1930,1981 -"53903",12724,41023,3,1930,2408 -"53904",12724,42129,2,1930,2318 -"53905",12724,42216,1,1930,2722 -"53906",12724,43404,3,1930,2649 -"53907",12724,43455,3,1930,2846 -"53908",12724,45302,2,1930,2390 -"53909",12724,46091,2,1930,1938 -"53910",12724,46950,3,1930,2673 -"53911",12724,47248,3,1930,2883 -"53912",12724,48035,3,1930,2180 -"53913",12724,48571,3,1930,2717 -"53914",12724,48605,3,1930,2796 -"53915",12724,49110,3,1930,2938 -"53916",12724,50134,3,1930,2674 -"53917",12724,50179,3,1930,2230 -"53918",12724,51017,2,1930,2073 -"53919",12724,51035,2,1930,2397 -"53920",12724,51866,2,1930,2411 -"53921",12724,52003,3,1930,2067 -"53922",12724,53219,3,1930,2973 -"53923",12724,53323,3,1930,2677 -"53924",12724,54551,3,1930,2348 -"53925",12724,56082,3,1930,2395 -"53926",12724,57804,3,1930,2214 -"53927",12724,62219,3,1930,2494 -"53928",12724,62840,3,1930,2502 -"53929",12724,63409,3,1930,1937 -"53930",12724,66983,3,1930,2397 -"53931",12724,66992,1,1930,2882 -"53932",12724,67726,3,1930,2873 -"53933",12724,70944,3,1930,2972 -"53934",12724,72207,3,1930,2430 -"53935",12724,74636,3,1930,2525 -"53936",12724,80825,3,1930,2315 -"53937",12724,88232,3,1930,2881 -"53938",12728,270,3,2374,2542 -"53939",12728,307,3,2374,2530 -"53940",12728,2424,3,2374,2582 -"53941",12728,4701,3,2374,2401 -"53942",12728,6055,3,2374,2651 -"53943",12728,17999,3,2374,2758 -"53944",12728,44135,3,2374,2620 -"53945",12728,48605,2,2374,2796 -"53946",12728,55468,2,2374,2511 -"53947",12728,55691,3,2374,2856 -"53948",12728,56082,3,2374,2395 -"53949",12728,61982,3,2374,2725 -"53950",12728,62841,3,2374,2710 -"53951",12728,66703,3,2374,2375 -"53952",12729,145,3,1835,1998 -"53953",12729,160,3,1835,2007 -"53954",12729,270,3,1835,2542 -"53955",12729,765,3,1835,2073 -"53956",12729,823,3,1835,2840 -"53957",12729,854,3,1835,2307 -"53958",12729,997,3,1835,2788 -"53959",12729,1102,3,1835,2282 -"53960",12729,2036,3,1835,2483 -"53961",12729,2181,3,1835,2030 -"53962",12729,2424,3,1835,2582 -"53963",12729,2484,3,1835,2389 -"53964",12729,3978,3,1835,2775 -"53965",12729,4929,3,1835,2240 -"53966",12729,4953,2,1835,2285 -"53967",12729,5610,3,1835,2223 -"53968",12729,6324,3,1835,1990 -"53969",12729,6363,3,1835,2066 -"53970",12729,6449,3,1835,1997 -"53971",12729,7794,3,1835,2972 -"53972",12729,8060,3,1835,1883 -"53973",12729,8238,2,1835,2222 -"53974",12729,8760,3,1835,2477 -"53975",12729,8842,3,1835,2535 -"53976",12729,9175,3,1835,2639 -"53977",12729,9331,3,1835,2269 -"53978",12729,10717,3,1835,1938 -"53979",12729,12042,3,1835,2345 -"53980",12729,12081,2,1835,2166 -"53981",12729,12901,3,1835,2136 -"53982",12729,12982,2,1835,2143 -"53983",12729,13249,3,1835,2573 -"53984",12729,13307,3,1835,2206 -"53985",12729,14252,3,1835,2244 -"53986",12729,14507,2,1835,2686 -"53987",12729,14652,3,1835,2516 -"53988",12729,14918,3,1835,2071 -"53989",12729,15008,1,1835,2338 -"53990",12729,15381,3,1835,2289 -"53991",12729,15729,1,1835,2338 -"53992",12729,16628,3,1835,2409 -"53993",12729,17351,2,1835,2036 -"53994",12729,17365,3,1835,2746 -"53995",12729,17549,3,1835,2647 -"53996",12729,17632,3,1835,1947 -"53997",12729,17867,1,1835,1904 -"53998",12729,18394,3,1835,2356 -"53999",12729,19248,3,1835,2357 -"54000",12729,19317,3,1835,2041 -"54001",12729,20331,3,1835,2365 -"54002",12729,21029,3,1835,1943 -"54003",12729,21079,3,1835,1997 -"54004",12729,22682,3,1835,2035 -"54005",12729,24256,3,1835,2393 -"54006",12729,24825,2,1835,2686 -"54007",12729,25198,2,1835,1982 -"54008",12729,26080,3,1835,2525 -"54009",12729,27796,3,1835,2151 -"54010",12729,31159,2,1835,2231 -"54011",12729,31295,2,1835,2183 -"54012",12729,31705,3,1835,2706 -"54013",12729,33160,3,1835,2441 -"54014",12729,33380,3,1835,2340 -"54015",12729,37238,3,1835,2609 -"54016",12729,38307,2,1835,2648 -"54017",12729,39464,2,1835,2314 -"54018",12729,41900,3,1835,1970 -"54019",12729,41945,3,1835,2856 -"54020",12729,41972,3,1835,2509 -"54021",12729,42486,2,1835,1951 -"54022",12729,42783,2,1835,2338 -"54023",12729,43455,2,1835,2846 -"54024",12729,44688,3,1835,2924 -"54025",12729,45239,3,1835,2535 -"54026",12729,46629,3,1835,2255 -"54027",12729,47564,3,1835,2650 -"54028",12729,48571,3,1835,2717 -"54029",12729,50113,3,1835,2059 -"54030",12729,51041,3,1835,2606 -"54031",12729,51866,3,1835,2411 -"54032",12729,52032,3,1835,2853 -"54033",12729,52892,3,1835,2372 -"54034",12729,53219,2,1835,2973 -"54035",12729,53995,2,1835,2151 -"54036",12729,54953,3,1835,2223 -"54037",12729,55261,3,1835,1915 -"54038",12729,56082,3,1835,2395 -"54039",12729,56854,2,1835,2022 -"54040",12729,60974,3,1835,2972 -"54041",12729,61982,3,1835,2725 -"54042",12729,63442,3,1835,1965 -"54043",12729,69453,3,1835,2831 -"54044",12729,70573,3,1835,1993 -"54045",12729,75311,3,1835,2745 -"54046",12735,270,3,819,2542 -"54047",12735,380,3,819,2261 -"54048",12735,543,3,819,2203 -"54049",12735,758,3,819,1232 -"54050",12735,843,2,819,2332 -"54051",12735,854,3,819,2307 -"54052",12735,919,1,819,910 -"54053",12735,1102,3,819,2282 -"54054",12735,1124,3,819,1596 -"54055",12735,1175,3,819,1642 -"54056",12735,1196,3,819,1986 -"54057",12735,1222,3,819,2598 -"54058",12735,1520,3,819,1716 -"54059",12735,1629,3,819,1289 -"54060",12735,1685,3,819,2230 -"54061",12735,1822,2,819,2888 -"54062",12735,2093,3,819,2459 -"54063",12735,2139,3,819,2502 -"54064",12735,2181,2,819,2030 -"54065",12735,2609,3,819,834 -"54066",12735,2724,3,819,2447 -"54067",12735,2747,3,819,2411 -"54068",12735,2985,3,819,2398 -"54069",12735,3195,3,819,2043 -"54070",12735,3272,3,819,2132 -"54071",12735,3395,3,819,1382 -"54072",12735,3456,3,819,1999 -"54073",12735,3477,1,819,2546 -"54074",12735,3495,3,819,2431 -"54075",12735,3559,3,819,2413 -"54076",12735,3620,3,819,2955 -"54077",12735,3819,3,819,1583 -"54078",12735,4504,3,819,1905 -"54079",12735,4612,3,819,2804 -"54080",12735,4622,2,819,1589 -"54081",12735,4665,3,819,1569 -"54082",12735,4691,3,819,1888 -"54083",12735,4953,3,819,2285 -"54084",12735,4968,2,819,1586 -"54085",12735,5355,3,819,1499 -"54086",12735,5414,3,819,2321 -"54087",12735,5971,3,819,1985 -"54088",12735,6040,3,819,2103 -"54089",12735,6047,3,819,2004 -"54090",12735,6063,1,819,2349 -"54091",12735,6132,3,819,1590 -"54092",12735,6248,3,819,2737 -"54093",12735,6262,3,819,2733 -"54094",12735,6324,3,819,1990 -"54095",12735,6392,2,819,1878 -"54096",12735,6449,3,819,1997 -"54097",12735,6588,3,819,2025 -"54098",12735,6621,3,819,2478 -"54099",12735,7337,3,819,1797 -"54100",12735,7422,3,819,1793 -"54101",12735,7648,3,819,1861 -"54102",12735,7937,3,819,2044 -"54103",12735,8140,3,819,1262 -"54104",12735,8354,3,819,1705 -"54105",12735,8395,3,819,896 -"54106",12735,8762,3,819,2585 -"54107",12735,8993,1,819,2099 -"54108",12735,9175,3,819,2639 -"54109",12735,9273,3,819,1747 -"54110",12735,9328,3,819,1937 -"54111",12735,9364,3,819,1698 -"54112",12735,9423,3,819,1708 -"54113",12735,9481,3,819,1610 -"54114",12735,9503,2,819,2453 -"54115",12735,9513,3,819,872 -"54116",12735,9787,3,819,2858 -"54117",12735,9801,3,819,2443 -"54118",12735,10387,3,819,871 -"54119",12735,10453,3,819,1656 -"54120",12735,10473,3,819,1783 -"54121",12735,10488,3,819,1524 -"54122",12735,10857,3,819,2253 -"54123",12735,10870,3,819,1755 -"54124",12735,11154,2,819,1594 -"54125",12735,11218,3,819,2292 -"54126",12735,11229,2,819,1625 -"54127",12735,11246,3,819,2741 -"54128",12735,11588,3,819,2352 -"54129",12735,11625,3,819,2022 -"54130",12735,11897,3,819,1271 -"54131",12735,12007,3,819,1594 -"54132",12735,12067,3,819,1213 -"54133",12735,12081,3,819,2166 -"54134",12735,12197,3,819,1235 -"54135",12735,12577,3,819,2530 -"54136",12735,12598,2,819,2086 -"54137",12735,12779,1,819,936 -"54138",12735,13007,3,819,2496 -"54139",12735,13024,3,819,2468 -"54140",12735,13671,3,819,1371 -"54141",12735,13899,2,819,2650 -"54142",12735,14353,3,819,2878 -"54143",12735,14442,3,819,2700 -"54144",12735,14482,3,819,1573 -"54145",12735,14564,3,819,1581 -"54146",12735,14749,3,819,1998 -"54147",12735,14817,2,819,2110 -"54148",12735,15023,1,819,2054 -"54149",12735,15047,3,819,1697 -"54150",12735,15235,3,819,1045 -"54151",12735,15729,3,819,2338 -"54152",12735,15799,3,819,1917 -"54153",12735,16205,3,819,2630 -"54154",12735,16501,3,819,1650 -"54155",12735,16628,3,819,2409 -"54156",12735,16777,3,819,834 -"54157",12735,17027,3,819,2772 -"54158",12735,17037,3,819,2947 -"54159",12735,17097,3,819,1505 -"54160",12735,17328,3,819,1206 -"54161",12735,17399,2,819,884 -"54162",12735,18217,1,819,1566 -"54163",12735,18361,3,819,2968 -"54164",12735,18381,3,819,1524 -"54165",12735,18394,3,819,2356 -"54166",12735,18571,3,819,2128 -"54167",12735,18670,3,819,1835 -"54168",12735,18943,3,819,2861 -"54169",12735,19069,3,819,988 -"54170",12735,19075,2,819,2214 -"54171",12735,19317,2,819,2041 -"54172",12735,19358,3,819,880 -"54173",12735,19667,2,819,1466 -"54174",12735,19718,3,819,1702 -"54175",12735,19835,3,819,1135 -"54176",12735,19934,3,819,2888 -"54177",12735,20124,2,819,2376 -"54178",12735,20162,3,819,2328 -"54179",12735,20220,3,819,1656 -"54180",12735,20343,2,819,851 -"54181",12735,20416,3,819,2323 -"54182",12735,20547,2,819,2145 -"54183",12735,20739,2,819,2025 -"54184",12735,20984,2,819,2502 -"54185",12735,21079,3,819,1997 -"54186",12735,21198,3,819,935 -"54187",12735,21275,3,819,2609 -"54188",12735,21670,3,819,2158 -"54189",12735,21684,2,819,1971 -"54190",12735,21815,3,819,2032 -"54191",12735,22057,3,819,974 -"54192",12735,22403,2,819,1630 -"54193",12735,22462,1,819,869 -"54194",12735,22744,3,819,1907 -"54195",12735,23131,3,819,1732 -"54196",12735,23526,3,819,1998 -"54197",12735,23715,3,819,1859 -"54198",12735,24264,3,819,1760 -"54199",12735,24902,3,819,2162 -"54200",12735,25163,3,819,1751 -"54201",12735,25518,3,819,1955 -"54202",12735,25816,3,819,2088 -"54203",12735,26138,3,819,1902 -"54204",12735,26234,3,819,2183 -"54205",12735,26577,3,819,933 -"54206",12735,26737,3,819,855 -"54207",12735,27255,3,819,1232 -"54208",12735,27355,3,819,870 -"54209",12735,27694,3,819,2030 -"54210",12735,27783,3,819,2302 -"54211",12735,27897,3,819,1968 -"54212",12735,28588,2,819,1335 -"54213",12735,28893,3,819,2764 -"54214",12735,29100,3,819,843 -"54215",12735,29267,2,819,1234 -"54216",12735,29884,3,819,1239 -"54217",12735,29962,3,819,2201 -"54218",12735,30052,3,819,2855 -"54219",12735,30092,3,819,1593 -"54220",12735,30236,3,819,2238 -"54221",12735,30325,3,819,1067 -"54222",12735,30486,2,819,1269 -"54223",12735,30668,3,819,2882 -"54224",12735,30669,3,819,1921 -"54225",12735,30798,3,819,1398 -"54226",12735,30827,3,819,2323 -"54227",12735,31159,3,819,2231 -"54228",12735,31164,3,819,1996 -"54229",12735,31295,3,819,2183 -"54230",12735,31357,2,819,2389 -"54231",12735,31541,3,819,1500 -"54232",12735,31542,3,819,2459 -"54233",12735,32070,3,819,950 -"54234",12735,32131,3,819,1035 -"54235",12735,32235,3,819,2109 -"54236",12735,32339,2,819,2430 -"54237",12735,32395,2,819,2735 -"54238",12735,32449,3,819,2091 -"54239",12735,32904,3,819,2055 -"54240",12735,33186,3,819,2240 -"54241",12735,33223,1,819,2397 -"54242",12735,33314,3,819,1444 -"54243",12735,33451,2,819,1957 -"54244",12735,33470,1,819,2003 -"54245",12735,33681,3,819,1059 -"54246",12735,33870,3,819,955 -"54247",12735,35413,3,819,1569 -"54248",12735,35673,3,819,1067 -"54249",12735,35822,2,819,1903 -"54250",12735,36031,3,819,2342 -"54251",12735,36136,3,819,2338 -"54252",12735,36346,2,819,1240 -"54253",12735,37301,2,819,2160 -"54254",12735,37427,3,819,915 -"54255",12735,38213,3,819,1744 -"54256",12735,38307,3,819,2648 -"54257",12735,38457,2,819,1630 -"54258",12735,38458,3,819,1368 -"54259",12735,38513,2,819,914 -"54260",12735,38727,3,819,2238 -"54261",12735,38732,3,819,2263 -"54262",12735,39062,3,819,2020 -"54263",12735,39411,3,819,2384 -"54264",12735,39464,3,819,2314 -"54265",12735,39893,3,819,1601 -"54266",12735,40028,3,819,1349 -"54267",12735,40542,1,819,1664 -"54268",12735,40572,3,819,2666 -"54269",12735,40759,3,819,2789 -"54270",12735,41185,3,819,1929 -"54271",12735,41581,3,819,1692 -"54272",12735,41945,3,819,2856 -"54273",12735,42216,3,819,2722 -"54274",12735,42783,3,819,2338 -"54275",12735,43077,3,819,884 -"54276",12735,43455,3,819,2846 -"54277",12735,44181,2,819,1034 -"54278",12735,44521,3,819,1593 -"54279",12735,44564,3,819,2034 -"54280",12735,44727,3,819,1227 -"54281",12735,45239,3,819,2535 -"54282",12735,46091,3,819,1938 -"54283",12735,46486,3,819,1868 -"54284",12735,46568,3,819,822 -"54285",12735,47140,3,819,2439 -"54286",12735,47595,2,819,2374 -"54287",12735,47844,3,819,2906 -"54288",12735,48939,3,819,1749 -"54289",12735,49470,3,819,1528 -"54290",12735,49620,3,819,1868 -"54291",12735,49759,3,819,2400 -"54292",12735,50335,3,819,1893 -"54293",12735,51173,3,819,1829 -"54294",12735,51399,3,819,934 -"54295",12735,51843,2,819,2389 -"54296",12735,51866,3,819,2411 -"54297",12735,51890,3,819,1992 -"54298",12735,52041,3,819,2694 -"54299",12735,52136,3,819,1412 -"54300",12735,52892,3,819,2372 -"54301",12735,52953,2,819,1741 -"54302",12735,53013,3,819,2523 -"54303",12735,53414,3,819,1672 -"54304",12735,54204,3,819,1449 -"54305",12735,54385,2,819,2340 -"54306",12735,54467,3,819,919 -"54307",12735,54551,3,819,2348 -"54308",12735,55084,3,819,1189 -"54309",12735,55307,3,819,2306 -"54310",12735,55730,2,819,1217 -"54311",12735,55997,3,819,1414 -"54312",12735,56082,3,819,2395 -"54313",12735,56168,3,819,1466 -"54314",12735,56873,2,819,1421 -"54315",12735,56936,3,819,1519 -"54316",12735,57129,3,819,1858 -"54317",12735,57150,2,819,1196 -"54318",12735,57246,3,819,1873 -"54319",12735,57760,3,819,1721 -"54320",12735,58164,3,819,2398 -"54321",12735,58218,3,819,2627 -"54322",12735,58536,3,819,2742 -"54323",12735,59289,3,819,2896 -"54324",12735,59344,3,819,2252 -"54325",12735,59790,2,819,1827 -"54326",12735,60661,3,819,2700 -"54327",12735,61125,3,819,1673 -"54328",12735,61242,3,819,1650 -"54329",12735,62975,3,819,977 -"54330",12735,63077,3,819,2778 -"54331",12735,63104,2,819,2149 -"54332",12735,67252,3,819,1215 -"54333",12735,69308,3,819,2370 -"54334",12735,70232,3,819,2401 -"54335",12735,70573,3,819,1993 -"54336",12735,71217,3,819,2169 -"54337",12735,72597,3,819,1843 -"54338",12735,72956,3,819,1251 -"54339",12735,73192,3,819,1955 -"54340",12735,74370,3,819,1667 -"54341",12735,74636,3,819,2525 -"54342",12735,76143,2,819,1610 -"54343",12735,76295,3,819,1001 -"54344",12735,76503,2,819,1136 -"54345",12735,78315,3,819,1136 -"54346",12735,78611,3,819,1586 -"54347",12735,78768,3,819,841 -"54348",12735,79547,2,819,1909 -"54349",12735,80615,2,819,2252 -"54350",12735,83218,3,819,1537 -"54351",12735,84317,2,819,2081 -"54352",12735,84808,2,819,1974 -"54353",12735,87958,3,819,1234 -"54354",12735,88739,2,819,933 -"54355",12735,89258,3,819,1147 -"54356",12735,90709,3,819,1080 -"54357",12735,91465,3,819,1047 -"54358",12735,92860,3,819,1643 -"54359",12735,93123,3,819,870 -"54360",12735,93320,3,819,1258 -"54361",12735,93590,3,819,1188 -"54362",12735,95682,3,819,881 -"54363",12735,99332,3,819,873 -"54364",12735,108498,3,819,974 -"54365",12735,110737,3,819,2117 -"54366",12759,371,3,2414,2950 -"54367",12759,680,1,2414,2569 -"54368",12759,798,3,2414,2476 -"54369",12759,3978,2,2414,2775 -"54370",12759,4361,2,2414,2571 -"54371",12759,6697,3,2414,2438 -"54372",12759,6989,3,2414,2623 -"54373",12759,8062,2,2414,2858 -"54374",12759,11429,3,2414,2520 -"54375",12759,11477,3,2414,2724 -"54376",12759,11648,3,2414,2852 -"54377",12759,12948,3,2414,2669 -"54378",12759,18371,3,2414,2860 -"54379",12759,19686,3,2414,2467 -"54380",12759,22709,3,2414,2743 -"54381",12759,25373,1,2414,2783 -"54382",12759,27390,3,2414,2425 -"54383",12759,27686,3,2414,2844 -"54384",12759,28869,3,2414,2425 -"54385",12759,30705,3,2414,2959 -"54386",12759,36953,3,2414,2790 -"54387",12759,40572,3,2414,2666 -"54388",12759,45299,3,2414,2426 -"54389",12759,45869,3,2414,2840 -"54390",12759,51783,2,2414,2599 -"54391",12759,53223,3,2414,2690 -"54392",12759,54718,3,2414,2473 -"54393",12759,63077,3,2414,2778 -"54394",12759,64947,3,2414,2489 -"54395",12759,71531,3,2414,2887 -"54396",12767,6255,2,2329,2895 -"54397",12767,11103,3,2329,2393 -"54398",12767,19528,3,2329,2742 -"54399",12767,33949,3,2329,2489 -"54400",12775,1495,3,1982,2046 -"54401",12775,8088,3,1982,2220 -"54402",12775,10843,3,1982,2277 -"54403",12775,12976,1,1982,2399 -"54404",12775,15184,3,1982,2396 -"54405",12775,15626,3,1982,2434 -"54406",12775,28218,2,1982,2048 -"54407",12775,30906,3,1982,2537 -"54408",12775,36559,3,1982,2473 -"54409",12775,51853,3,1982,2520 -"54410",12775,55156,3,1982,2196 -"54411",12775,78563,2,1982,2385 -"54412",12778,377,3,2045,2389 -"54413",12778,543,3,2045,2203 -"54414",12778,1151,3,2045,2885 -"54415",12778,1495,3,2045,2046 -"54416",12778,1616,3,2045,2662 -"54417",12778,2424,3,2045,2582 -"54418",12778,2484,2,2045,2389 -"54419",12778,2684,2,2045,2874 -"54420",12778,3161,3,2045,2229 -"54421",12778,3397,3,2045,2126 -"54422",12778,3409,3,2045,2167 -"54423",12778,3453,2,2045,2126 -"54424",12778,5504,3,2045,2389 -"54425",12778,7323,3,2045,2858 -"54426",12778,9311,2,2045,2477 -"54427",12778,9362,3,2045,2879 -"54428",12778,10843,3,2045,2277 -"54429",12778,11055,3,2045,2111 -"54430",12778,11103,3,2045,2393 -"54431",12778,14353,3,2045,2878 -"54432",12778,14655,3,2045,2559 -"54433",12778,14959,3,2045,2898 -"54434",12778,15560,3,2045,2257 -"54435",12778,15626,3,2045,2434 -"54436",12778,16896,3,2045,2223 -"54437",12778,17027,3,2045,2772 -"54438",12778,17221,3,2045,2487 -"54439",12778,17520,2,2045,2276 -"54440",12778,19380,2,2045,2637 -"54441",12778,19606,3,2045,2783 -"54442",12778,19719,3,2045,2177 -"54443",12778,20355,3,2045,2111 -"54444",12778,20700,3,2045,2861 -"54445",12778,21248,3,2045,2232 -"54446",12778,24753,1,2045,2860 -"54447",12778,25874,3,2045,2088 -"54448",12778,28053,3,2045,2292 -"54449",12778,29095,3,2045,2531 -"54450",12778,30906,3,2045,2537 -"54451",12778,32516,3,2045,2050 -"54452",12778,33433,3,2045,2805 -"54453",12778,33801,3,2045,2899 -"54454",12778,34216,3,2045,2832 -"54455",12778,35256,3,2045,2271 -"54456",12778,35958,3,2045,2383 -"54457",12778,36574,2,2045,2934 -"54458",12778,37238,3,2045,2609 -"54459",12778,37570,3,2045,2389 -"54460",12778,41664,2,2045,2641 -"54461",12778,41945,3,2045,2856 -"54462",12778,43455,3,2045,2846 -"54463",12778,43490,3,2045,2463 -"54464",12778,44885,2,2045,2670 -"54465",12778,44899,3,2045,2386 -"54466",12778,52576,3,2045,2234 -"54467",12778,53475,3,2045,2853 -"54468",12778,53604,2,2045,2489 -"54469",12778,58852,3,2045,2323 -"54470",12778,59113,3,2045,2434 -"54471",12778,59140,2,2045,2528 -"54472",12778,61188,3,2045,2134 -"54473",12778,70232,3,2045,2401 -"54474",12778,83291,3,2045,2066 -"54475",12779,14,3,936,1793 -"54476",12779,270,3,936,2542 -"54477",12779,380,3,936,2261 -"54478",12779,543,3,936,2203 -"54479",12779,758,3,936,1232 -"54480",12779,843,3,936,2332 -"54481",12779,854,3,936,2307 -"54482",12779,915,3,936,1793 -"54483",12779,1102,3,936,2282 -"54484",12779,1124,3,936,1596 -"54485",12779,1175,2,936,1642 -"54486",12779,1196,2,936,1986 -"54487",12779,1222,3,936,2598 -"54488",12779,1520,3,936,1716 -"54489",12779,1592,3,936,2006 -"54490",12779,1629,3,936,1289 -"54491",12779,1685,3,936,2230 -"54492",12779,1691,3,936,1941 -"54493",12779,1767,3,936,2727 -"54494",12779,1822,2,936,2888 -"54495",12779,1875,3,936,1786 -"54496",12779,2093,3,936,2459 -"54497",12779,2139,3,936,2502 -"54498",12779,2181,2,936,2030 -"54499",12779,2747,3,936,2411 -"54500",12779,2985,3,936,2398 -"54501",12779,3068,3,936,1815 -"54502",12779,3195,3,936,2043 -"54503",12779,3272,3,936,2132 -"54504",12779,3284,3,936,1541 -"54505",12779,3395,3,936,1382 -"54506",12779,3456,3,936,1999 -"54507",12779,3477,1,936,2546 -"54508",12779,3492,3,936,2117 -"54509",12779,3495,2,936,2431 -"54510",12779,3620,3,936,2955 -"54511",12779,3819,3,936,1583 -"54512",12779,3886,3,936,1669 -"54513",12779,3966,3,936,2425 -"54514",12779,3980,3,936,2771 -"54515",12779,4504,2,936,1905 -"54516",12779,4612,3,936,2804 -"54517",12779,4622,2,936,1589 -"54518",12779,4665,3,936,1569 -"54519",12779,4953,3,936,2285 -"54520",12779,4968,3,936,1586 -"54521",12779,5355,3,936,1499 -"54522",12779,5414,3,936,2321 -"54523",12779,5615,3,936,1105 -"54524",12779,5971,3,936,1985 -"54525",12779,6047,3,936,2004 -"54526",12779,6063,1,936,2349 -"54527",12779,6104,3,936,2462 -"54528",12779,6132,3,936,1590 -"54529",12779,6248,3,936,2737 -"54530",12779,6252,3,936,2336 -"54531",12779,6262,3,936,2733 -"54532",12779,6324,3,936,1990 -"54533",12779,6392,2,936,1878 -"54534",12779,6449,3,936,1997 -"54535",12779,6588,3,936,2025 -"54536",12779,6621,3,936,2478 -"54537",12779,7337,3,936,1797 -"54538",12779,7422,3,936,1793 -"54539",12779,7648,3,936,1861 -"54540",12779,7937,3,936,2044 -"54541",12779,8140,3,936,1262 -"54542",12779,8354,3,936,1705 -"54543",12779,8762,3,936,2585 -"54544",12779,8993,2,936,2099 -"54545",12779,9175,3,936,2639 -"54546",12779,9273,3,936,1747 -"54547",12779,9328,3,936,1937 -"54548",12779,9364,3,936,1698 -"54549",12779,9423,3,936,1708 -"54550",12779,9481,3,936,1610 -"54551",12779,9503,2,936,2453 -"54552",12779,9787,3,936,2858 -"54553",12779,9801,3,936,2443 -"54554",12779,10358,3,936,2294 -"54555",12779,10453,3,936,1656 -"54556",12779,10473,3,936,1783 -"54557",12779,10488,3,936,1524 -"54558",12779,10857,3,936,2253 -"54559",12779,10870,3,936,1755 -"54560",12779,11154,2,936,1594 -"54561",12779,11218,3,936,2292 -"54562",12779,11229,2,936,1625 -"54563",12779,11246,3,936,2741 -"54564",12779,11434,3,936,1187 -"54565",12779,11588,3,936,2352 -"54566",12779,11625,2,936,2022 -"54567",12779,11897,3,936,1271 -"54568",12779,12007,3,936,1594 -"54569",12779,12067,3,936,1213 -"54570",12779,12081,3,936,2166 -"54571",12779,12577,3,936,2530 -"54572",12779,12598,3,936,2086 -"54573",12779,12724,3,936,1930 -"54574",12779,13007,3,936,2496 -"54575",12779,13024,3,936,2468 -"54576",12779,13158,3,936,2667 -"54577",12779,13248,3,936,1385 -"54578",12779,13671,3,936,1371 -"54579",12779,13837,3,936,1604 -"54580",12779,13899,1,936,2650 -"54581",12779,14108,3,936,2012 -"54582",12779,14353,3,936,2878 -"54583",12779,14482,3,936,1573 -"54584",12779,14564,3,936,1581 -"54585",12779,14749,3,936,1998 -"54586",12779,14817,2,936,2110 -"54587",12779,15023,2,936,2054 -"54588",12779,15047,3,936,1697 -"54589",12779,15106,3,936,2286 -"54590",12779,15235,2,936,1045 -"54591",12779,15444,3,936,2764 -"54592",12779,15729,3,936,2338 -"54593",12779,15799,3,936,1917 -"54594",12779,16205,3,936,2630 -"54595",12779,16501,3,936,1650 -"54596",12779,16628,3,936,2409 -"54597",12779,17027,3,936,2772 -"54598",12779,17037,3,936,2947 -"54599",12779,17097,3,936,1505 -"54600",12779,17328,3,936,1206 -"54601",12779,17931,3,936,1617 -"54602",12779,18165,3,936,2085 -"54603",12779,18217,1,936,1566 -"54604",12779,18361,3,936,2968 -"54605",12779,18381,3,936,1524 -"54606",12779,18394,3,936,2356 -"54607",12779,18543,3,936,2968 -"54608",12779,18571,3,936,2128 -"54609",12779,18670,3,936,1835 -"54610",12779,18943,3,936,2861 -"54611",12779,19069,2,936,988 -"54612",12779,19075,3,936,2214 -"54613",12779,19317,1,936,2041 -"54614",12779,19667,3,936,1466 -"54615",12779,19676,3,936,1515 -"54616",12779,19718,3,936,1702 -"54617",12779,19835,2,936,1135 -"54618",12779,19934,3,936,2888 -"54619",12779,20124,2,936,2376 -"54620",12779,20162,2,936,2328 -"54621",12779,20220,3,936,1656 -"54622",12779,20407,3,936,2339 -"54623",12779,20416,2,936,2323 -"54624",12779,20547,3,936,2145 -"54625",12779,20739,3,936,2025 -"54626",12779,20984,2,936,2502 -"54627",12779,21079,3,936,1997 -"54628",12779,21133,3,936,1320 -"54629",12779,21164,3,936,1645 -"54630",12779,21275,2,936,2609 -"54631",12779,21670,3,936,2158 -"54632",12779,21684,2,936,1971 -"54633",12779,21815,3,936,2032 -"54634",12779,22025,3,936,1591 -"54635",12779,22057,2,936,974 -"54636",12779,22403,2,936,1630 -"54637",12779,22744,3,936,1907 -"54638",12779,23131,3,936,1732 -"54639",12779,23526,3,936,1998 -"54640",12779,23715,3,936,1859 -"54641",12779,24264,3,936,1760 -"54642",12779,24512,3,936,1369 -"54643",12779,24902,3,936,2162 -"54644",12779,25163,3,936,1751 -"54645",12779,25816,3,936,2088 -"54646",12779,26138,3,936,1902 -"54647",12779,26234,3,936,2183 -"54648",12779,27255,3,936,1232 -"54649",12779,27694,3,936,2030 -"54650",12779,27783,3,936,2302 -"54651",12779,27897,3,936,1968 -"54652",12779,28588,2,936,1335 -"54653",12779,28808,3,936,1063 -"54654",12779,28893,3,936,2764 -"54655",12779,29170,3,936,1846 -"54656",12779,29267,2,936,1234 -"54657",12779,29884,2,936,1239 -"54658",12779,29962,3,936,2201 -"54659",12779,30052,3,936,2855 -"54660",12779,30092,2,936,1593 -"54661",12779,30236,3,936,2238 -"54662",12779,30325,3,936,1067 -"54663",12779,30486,2,936,1269 -"54664",12779,30668,3,936,2882 -"54665",12779,30669,3,936,1921 -"54666",12779,30798,2,936,1398 -"54667",12779,30827,2,936,2323 -"54668",12779,30850,3,936,1045 -"54669",12779,31159,3,936,2231 -"54670",12779,31164,3,936,1996 -"54671",12779,31295,3,936,2183 -"54672",12779,31357,2,936,2389 -"54673",12779,31541,3,936,1500 -"54674",12779,31542,3,936,2459 -"54675",12779,32070,3,936,950 -"54676",12779,32131,3,936,1035 -"54677",12779,32235,3,936,2109 -"54678",12779,32339,2,936,2430 -"54679",12779,32395,2,936,2735 -"54680",12779,32449,3,936,2091 -"54681",12779,32904,3,936,2055 -"54682",12779,33223,1,936,2397 -"54683",12779,33314,3,936,1444 -"54684",12779,33451,2,936,1957 -"54685",12779,33470,2,936,2003 -"54686",12779,33681,3,936,1059 -"54687",12779,33870,3,936,955 -"54688",12779,35045,3,936,1646 -"54689",12779,35413,3,936,1569 -"54690",12779,35448,3,936,1685 -"54691",12779,35673,3,936,1067 -"54692",12779,35822,2,936,1903 -"54693",12779,36031,3,936,2342 -"54694",12779,36136,3,936,2338 -"54695",12779,36346,2,936,1240 -"54696",12779,37301,1,936,2160 -"54697",12779,38213,2,936,1744 -"54698",12779,38284,3,936,1234 -"54699",12779,38307,3,936,2648 -"54700",12779,38457,2,936,1630 -"54701",12779,38458,3,936,1368 -"54702",12779,38727,3,936,2238 -"54703",12779,38732,3,936,2263 -"54704",12779,39062,3,936,2020 -"54705",12779,39411,3,936,2384 -"54706",12779,39464,3,936,2314 -"54707",12779,40028,3,936,1349 -"54708",12779,40542,1,936,1664 -"54709",12779,40565,3,936,2115 -"54710",12779,40572,3,936,2666 -"54711",12779,41185,3,936,1929 -"54712",12779,41581,3,936,1692 -"54713",12779,41682,3,936,1988 -"54714",12779,41945,3,936,2856 -"54715",12779,42216,2,936,2722 -"54716",12779,42783,3,936,2338 -"54717",12779,42837,3,936,1096 -"54718",12779,43404,3,936,2649 -"54719",12779,43455,3,936,2846 -"54720",12779,44181,2,936,1034 -"54721",12779,44521,3,936,1593 -"54722",12779,44564,3,936,2034 -"54723",12779,44727,3,936,1227 -"54724",12779,45239,3,936,2535 -"54725",12779,45302,3,936,2390 -"54726",12779,46091,3,936,1938 -"54727",12779,46486,3,936,1868 -"54728",12779,46621,3,936,1343 -"54729",12779,46717,3,936,938 -"54730",12779,47140,3,936,2439 -"54731",12779,47595,2,936,2374 -"54732",12779,47844,3,936,2906 -"54733",12779,48939,3,936,1749 -"54734",12779,49470,3,936,1528 -"54735",12779,49620,2,936,1868 -"54736",12779,49759,3,936,2400 -"54737",12779,50335,3,936,1893 -"54738",12779,50667,3,936,2719 -"54739",12779,51173,3,936,1829 -"54740",12779,51843,2,936,2389 -"54741",12779,51866,3,936,2411 -"54742",12779,52041,3,936,2694 -"54743",12779,52136,3,936,1412 -"54744",12779,52892,3,936,2372 -"54745",12779,52953,2,936,1741 -"54746",12779,53013,3,936,2523 -"54747",12779,54204,3,936,1449 -"54748",12779,54385,3,936,2340 -"54749",12779,54551,3,936,2348 -"54750",12779,54953,3,936,2223 -"54751",12779,55084,2,936,1189 -"54752",12779,55307,3,936,2306 -"54753",12779,55730,3,936,1217 -"54754",12779,55997,3,936,1414 -"54755",12779,56082,3,936,2395 -"54756",12779,56168,3,936,1466 -"54757",12779,56873,2,936,1421 -"54758",12779,56936,3,936,1519 -"54759",12779,57129,3,936,1858 -"54760",12779,57150,2,936,1196 -"54761",12779,57246,3,936,1873 -"54762",12779,57760,3,936,1721 -"54763",12779,58164,2,936,2398 -"54764",12779,58218,3,936,2627 -"54765",12779,58536,3,936,2742 -"54766",12779,59289,3,936,2896 -"54767",12779,59438,3,936,2400 -"54768",12779,59790,2,936,1827 -"54769",12779,60661,3,936,2700 -"54770",12779,61125,3,936,1673 -"54771",12779,61242,2,936,1650 -"54772",12779,62975,3,936,977 -"54773",12779,63077,3,936,2778 -"54774",12779,63104,3,936,2149 -"54775",12779,67252,3,936,1215 -"54776",12779,69308,3,936,2370 -"54777",12779,70232,3,936,2401 -"54778",12779,70573,3,936,1993 -"54779",12779,71217,3,936,2169 -"54780",12779,72597,3,936,1843 -"54781",12779,72956,3,936,1251 -"54782",12779,73192,3,936,1955 -"54783",12779,74370,3,936,1667 -"54784",12779,74636,2,936,2525 -"54785",12779,76143,2,936,1610 -"54786",12779,76503,2,936,1136 -"54787",12779,77077,3,936,2693 -"54788",12779,78315,3,936,1136 -"54789",12779,79213,3,936,1620 -"54790",12779,79547,2,936,1909 -"54791",12779,80615,3,936,2252 -"54792",12779,80764,3,936,1808 -"54793",12779,82009,3,936,1020 -"54794",12779,83218,2,936,1537 -"54795",12779,84317,2,936,2081 -"54796",12779,84808,3,936,1974 -"54797",12779,87110,3,936,2801 -"54798",12779,87958,3,936,1234 -"54799",12779,88070,3,936,949 -"54800",12779,88232,3,936,2881 -"54801",12779,89258,3,936,1147 -"54802",12779,90709,3,936,1080 -"54803",12779,91465,3,936,1047 -"54804",12779,92322,3,936,2393 -"54805",12779,92860,3,936,1643 -"54806",12779,93320,3,936,1258 -"54807",12779,97768,3,936,1500 -"54808",12779,108498,2,936,974 -"54809",12779,110737,3,936,2117 -"54810",12781,160,3,831,2007 -"54811",12781,364,3,831,2351 -"54812",12781,728,3,831,1812 -"54813",12781,782,3,831,945 -"54814",12781,1519,3,831,2349 -"54815",12781,1641,3,831,1490 -"54816",12781,2418,3,831,2020 -"54817",12781,2540,3,831,1398 -"54818",12781,2576,2,831,1307 -"54819",12781,2747,3,831,2411 -"54820",12781,2852,3,831,2448 -"54821",12781,3127,2,831,2273 -"54822",12781,4567,3,831,2348 -"54823",12781,4612,2,831,2804 -"54824",12781,4660,3,831,2149 -"54825",12781,4668,3,831,1919 -"54826",12781,4669,3,831,2395 -"54827",12781,4730,3,831,2131 -"54828",12781,5346,3,831,1438 -"54829",12781,5897,3,831,2337 -"54830",12781,5912,3,831,2257 -"54831",12781,5962,3,831,2491 -"54832",12781,7252,3,831,2799 -"54833",12781,7785,3,831,2441 -"54834",12781,7942,3,831,2623 -"54835",12781,7997,3,831,2049 -"54836",12781,8029,3,831,1859 -"54837",12781,8140,3,831,1262 -"54838",12781,8568,3,831,2706 -"54839",12781,8865,3,831,2394 -"54840",12781,8984,3,831,1162 -"54841",12781,9035,3,831,2771 -"54842",12781,9060,3,831,1612 -"54843",12781,9227,2,831,1267 -"54844",12781,9481,3,831,1610 -"54845",12781,9503,3,831,2453 -"54846",12781,9703,3,831,1845 -"54847",12781,9785,3,831,2951 -"54848",12781,9787,1,831,2858 -"54849",12781,10387,3,831,871 -"54850",12781,10453,3,831,1656 -"54851",12781,10980,3,831,1974 -"54852",12781,11108,2,831,1609 -"54853",12781,12067,3,831,1213 -"54854",12781,12948,3,831,2669 -"54855",12781,13068,3,831,1778 -"54856",12781,13537,3,831,1020 -"54857",12781,13720,2,831,1558 -"54858",12781,13879,3,831,2748 -"54859",12781,14287,2,831,1583 -"54860",12781,14532,3,831,1193 -"54861",12781,14586,3,831,2801 -"54862",12781,14599,3,831,1118 -"54863",12781,14781,3,831,2338 -"54864",12781,14817,3,831,2110 -"54865",12781,14998,3,831,1553 -"54866",12781,15207,3,831,1855 -"54867",12781,16015,3,831,1307 -"54868",12781,16021,3,831,858 -"54869",12781,16152,3,831,879 -"54870",12781,16286,3,831,2470 -"54871",12781,16501,2,831,1650 -"54872",12781,16502,3,831,1616 -"54873",12781,16715,3,831,1218 -"54874",12781,17033,3,831,2771 -"54875",12781,17037,3,831,2947 -"54876",12781,17252,2,831,1258 -"54877",12781,17456,3,831,1300 -"54878",12781,17484,3,831,1256 -"54879",12781,18825,3,831,1240 -"54880",12781,18978,3,831,952 -"54881",12781,19334,3,831,1979 -"54882",12781,20155,3,831,1517 -"54883",12781,20220,2,831,1656 -"54884",12781,20984,3,831,2502 -"54885",12781,21670,3,831,2158 -"54886",12781,22166,3,831,994 -"54887",12781,22543,3,831,1594 -"54888",12781,22578,2,831,2216 -"54889",12781,23131,2,831,1732 -"54890",12781,23206,3,831,2805 -"54891",12781,23488,3,831,1523 -"54892",12781,23597,3,831,1080 -"54893",12781,24176,3,831,1986 -"54894",12781,25163,2,831,1751 -"54895",12781,26124,3,831,2356 -"54896",12781,27545,3,831,855 -"54897",12781,27686,3,831,2844 -"54898",12781,27742,3,831,2700 -"54899",12781,27897,2,831,1968 -"54900",12781,27914,2,831,2507 -"54901",12781,28051,3,831,2089 -"54902",12781,28357,3,831,1134 -"54903",12781,28837,3,831,2286 -"54904",12781,28869,2,831,2425 -"54905",12781,28904,3,831,926 -"54906",12781,29286,2,831,1612 -"54907",12781,29311,3,831,1849 -"54908",12781,29473,3,831,2602 -"54909",12781,30442,3,831,2124 -"54910",12781,30525,2,831,1964 -"54911",12781,31868,2,831,1993 -"54912",12781,32532,3,831,2338 -"54913",12781,32560,3,831,1258 -"54914",12781,32651,3,831,877 -"54915",12781,33341,3,831,2338 -"54916",12781,33870,3,831,955 -"54917",12781,35413,3,831,1569 -"54918",12781,35728,2,831,2017 -"54919",12781,35822,3,831,1903 -"54920",12781,36953,3,831,2790 -"54921",12781,37036,3,831,2264 -"54922",12781,37059,3,831,2840 -"54923",12781,37351,3,831,978 -"54924",12781,37424,3,831,1693 -"54925",12781,39534,3,831,2410 -"54926",12781,40035,3,831,2742 -"54927",12781,40572,2,831,2666 -"54928",12781,41023,3,831,2408 -"54929",12781,41633,2,831,1976 -"54930",12781,41969,3,831,2189 -"54931",12781,44433,3,831,2224 -"54932",12781,44603,2,831,2748 -"54933",12781,45869,3,831,2840 -"54934",12781,46384,1,831,2285 -"54935",12781,46486,3,831,1868 -"54936",12781,47965,3,831,2232 -"54937",12781,50229,3,831,1190 -"54938",12781,50354,3,831,1299 -"54939",12781,52993,3,831,1256 -"54940",12781,53739,3,831,2704 -"54941",12781,54775,2,831,2383 -"54942",12781,56995,2,831,2323 -"54943",12781,58501,3,831,2613 -"54944",12781,58655,2,831,2685 -"54945",12781,58759,3,831,942 -"54946",12781,59788,3,831,2315 -"54947",12781,60808,3,831,1258 -"54948",12781,61125,2,831,1673 -"54949",12781,63641,3,831,2337 -"54950",12781,65242,3,831,1988 -"54951",12781,66717,3,831,2104 -"54952",12781,67252,3,831,1215 -"54953",12781,68275,3,831,1158 -"54954",12781,68539,3,831,1158 -"54955",12781,70455,2,831,1307 -"54956",12781,71467,1,831,1051 -"54957",12781,71531,3,831,2887 -"54958",12781,72438,3,831,1397 -"54959",12781,72535,3,831,1191 -"54960",12781,76143,3,831,1610 -"54961",12781,80156,3,831,1667 -"54962",12781,81545,2,831,2077 -"54963",12781,85396,3,831,1131 -"54964",12781,87907,3,831,1173 -"54965",12781,91227,3,831,1232 -"54966",12781,91806,3,831,969 -"54967",12781,91849,3,831,1166 -"54968",12781,91942,3,831,2216 -"54969",12781,94520,3,831,1243 -"54970",12781,95910,3,831,999 -"54971",12781,96007,3,831,895 -"54972",12781,96462,3,831,1967 -"54973",12781,100048,2,831,1573 -"54974",12781,103491,3,831,1523 -"54975",12781,111375,3,831,2686 -"54976",12781,111790,3,831,905 -"54977",12781,115021,3,831,1226 -"54978",12804,1685,3,297,2230 -"54979",12804,2979,3,297,2912 -"54980",12804,3477,3,297,2546 -"54981",12804,5355,3,297,1499 -"54982",12804,5792,3,297,975 -"54983",12804,6063,3,297,2349 -"54984",12804,6621,3,297,2478 -"54985",12804,8890,2,297,1955 -"54986",12804,11154,3,297,1594 -"54987",12804,12007,3,297,1594 -"54988",12804,12735,3,297,819 -"54989",12804,12779,3,297,936 -"54990",12804,13671,3,297,1371 -"54991",12804,18217,2,297,1566 -"54992",12804,20512,3,297,2748 -"54993",12804,22462,3,297,869 -"54994",12804,22744,3,297,1907 -"54995",12804,23325,3,297,2779 -"54996",12804,23488,3,297,1523 -"54997",12804,26577,3,297,933 -"54998",12804,27074,3,297,1454 -"54999",12804,30668,2,297,2882 -"55000",12804,30669,1,297,1921 -"55001",12804,33223,3,297,2397 -"55002",12804,34742,2,297,1883 -"55003",12804,36599,3,297,541 -"55004",12804,40542,3,297,1664 -"55005",12804,43311,3,297,1553 -"55006",12804,46486,3,297,1868 -"55007",12804,51774,3,297,2459 -"55008",12804,52483,3,297,2317 -"55009",12804,69957,3,297,1569 -"55010",12804,76007,3,297,918 -"55011",12804,79547,3,297,1909 -"55012",12804,90709,3,297,1080 -"55013",12804,99332,3,297,873 -"55014",12804,103491,3,297,1523 -"55015",12813,160,1,958,2007 -"55016",12813,1641,2,958,1490 -"55017",12813,3456,3,958,1999 -"55018",12813,5615,3,958,1105 -"55019",12813,7616,3,958,2296 -"55020",12813,8140,3,958,1262 -"55021",12813,8238,3,958,2222 -"55022",12813,9331,3,958,2269 -"55023",12813,9423,3,958,1708 -"55024",12813,12632,3,958,1174 -"55025",12813,13136,3,958,2867 -"55026",12813,13249,3,958,2573 -"55027",12813,14622,3,958,1608 -"55028",12813,16539,3,958,1947 -"55029",12813,17351,2,958,2036 -"55030",12813,17632,3,958,1947 -"55031",12813,17938,3,958,1410 -"55032",12813,19208,3,958,2629 -"55033",12813,23131,3,958,1732 -"55034",12813,27642,3,958,1531 -"55035",12813,30525,3,958,1964 -"55036",12813,31890,3,958,1487 -"55037",12813,36837,3,958,1556 -"55038",12813,41518,3,958,1641 -"55039",12813,41900,3,958,1970 -"55040",12813,41945,3,958,2856 -"55041",12813,44688,3,958,2924 -"55042",12813,46042,3,958,1692 -"55043",12813,47564,3,958,2650 -"55044",12813,63477,3,958,1907 -"55045",12813,67748,3,958,1498 -"55046",12813,74055,3,958,1544 -"55047",12813,77611,2,958,1795 -"55048",12813,80979,3,958,1142 -"55049",12813,82252,3,958,1248 -"55050",12813,83253,3,958,1102 -"55051",12813,92860,3,958,1643 -"55052",12817,1574,2,846,1718 -"55053",12817,7185,3,846,1046 -"55054",12817,9269,3,846,1892 -"55055",12817,12632,3,846,1174 -"55056",12817,16347,3,846,1868 -"55057",12817,19656,3,846,2059 -"55058",12817,20200,3,846,2322 -"55059",12817,26740,3,846,2695 -"55060",12817,30096,2,846,2082 -"55061",12817,31295,3,846,2183 -"55062",12817,34331,3,846,1727 -"55063",12817,39009,2,846,1594 -"55064",12817,42382,3,846,2224 -"55065",12817,50678,3,846,1366 -"55066",12817,51460,3,846,1872 -"55067",12817,78163,3,846,1366 -"55068",12817,80377,3,846,1384 -"55069",12817,85525,2,846,1718 -"55070",12817,91210,3,846,1457 -"55071",12817,95730,3,846,1481 -"55072",12818,3477,3,2015,2546 -"55073",12818,6989,3,2015,2623 -"55074",12818,8275,3,2015,2237 -"55075",12818,11319,3,2015,2073 -"55076",12818,11429,3,2015,2520 -"55077",12818,12518,3,2015,2747 -"55078",12818,13024,2,2015,2468 -"55079",12818,14025,3,2015,2384 -"55080",12818,14110,3,2015,2448 -"55081",12818,20271,2,2015,2044 -"55082",12818,33755,2,2015,2963 -"55083",12818,34491,2,2015,2694 -"55084",12818,36662,3,2015,2967 -"55085",12818,38038,3,2015,2686 -"55086",12818,51265,2,2015,2670 -"55087",12818,52041,3,2015,2694 -"55088",12818,53905,3,2015,2193 -"55089",12818,55171,2,2015,2972 -"55090",12818,57977,3,2015,2683 -"55091",12818,60672,2,2015,2876 -"55092",12818,64534,3,2015,2924 -"55093",12818,68416,3,2015,2939 -"55094",12818,71065,3,2015,2231 -"55095",12818,81237,3,2015,2866 -"55096",12818,96169,3,2015,2356 -"55097",12828,3863,2,799,856 -"55098",12828,8226,3,799,2046 -"55099",12828,9724,3,799,2713 -"55100",12828,12610,3,799,1274 -"55101",12828,14108,3,799,2012 -"55102",12828,14676,3,799,2764 -"55103",12828,28896,3,799,1395 -"55104",12828,35041,1,799,1311 -"55105",12828,48215,2,799,2028 -"55106",12828,56116,2,799,1321 -"55107",12828,56237,3,799,2625 -"55108",12828,57842,3,799,2482 -"55109",12828,59700,3,799,2346 -"55110",12828,67805,2,799,1338 -"55111",12828,76450,3,799,1077 -"55112",12828,78784,3,799,2824 -"55113",12828,82730,3,799,1492 -"55114",12828,93398,3,799,828 -"55115",12828,101347,3,799,1335 -"55116",12828,106555,3,799,1626 -"55117",12837,7206,3,1315,1959 -"55118",12837,9808,3,1315,1648 -"55119",12837,16771,3,1315,1541 -"55120",12837,32312,3,1315,1472 -"55121",12837,35688,3,1315,1551 -"55122",12837,40850,3,1315,1396 -"55123",12837,49621,3,1315,1915 -"55124",12837,56737,2,1315,2270 -"55125",12861,364,3,1207,2351 -"55126",12861,1314,3,1207,1522 -"55127",12861,1519,3,1207,2349 -"55128",12861,2724,2,1207,2447 -"55129",12861,4001,3,1207,1687 -"55130",12861,6040,3,1207,2103 -"55131",12861,7604,3,1207,1366 -"55132",12861,7648,3,1207,1861 -"55133",12861,9115,3,1207,2068 -"55134",12861,9273,3,1207,1747 -"55135",12861,10457,2,1207,1711 -"55136",12861,11803,2,1207,1232 -"55137",12861,12081,3,1207,2166 -"55138",12861,12361,3,1207,2732 -"55139",12861,14061,1,1207,1620 -"55140",12861,14442,3,1207,2700 -"55141",12861,15683,2,1207,1729 -"55142",12861,17608,3,1207,1216 -"55143",12861,17768,3,1207,2468 -"55144",12861,20941,3,1207,2725 -"55145",12861,24116,3,1207,1413 -"55146",12861,24867,3,1207,1861 -"55147",12861,25053,3,1207,2186 -"55148",12861,25722,3,1207,1697 -"55149",12861,25886,3,1207,1580 -"55150",12861,26100,3,1207,1966 -"55151",12861,26286,3,1207,2023 -"55152",12861,29289,2,1207,1756 -"55153",12861,29977,2,1207,2781 -"55154",12861,31259,3,1207,2082 -"55155",12861,31990,3,1207,2264 -"55156",12861,37279,3,1207,2768 -"55157",12861,37475,3,1207,1509 -"55158",12861,38691,3,1207,2585 -"55159",12861,41051,3,1207,2767 -"55160",12861,42407,3,1207,2408 -"55161",12861,44132,3,1207,1999 -"55162",12861,48015,3,1207,1355 -"55163",12861,49805,2,1207,2445 -"55164",12861,50113,3,1207,2059 -"55165",12861,53289,3,1207,2746 -"55166",12861,54775,3,1207,2383 -"55167",12861,55446,3,1207,1247 -"55168",12861,55730,3,1207,1217 -"55169",12861,62848,3,1207,1230 -"55170",12861,63096,3,1207,2307 -"55171",12861,63837,3,1207,2807 -"55172",12861,64737,3,1207,2442 -"55173",12861,68691,2,1207,1209 -"55174",12861,68876,3,1207,1397 -"55175",12861,74054,2,1207,1488 -"55176",12861,80705,2,1207,2764 -"55177",12861,84322,3,1207,1635 -"55178",12861,90943,2,1207,1754 -"55179",12861,94339,3,1207,2768 -"55180",12863,135,3,2027,2233 -"55181",12863,2424,3,2027,2582 -"55182",12863,19248,3,2027,2357 -"55183",12863,19719,3,2027,2177 -"55184",12863,21285,3,2027,2100 -"55185",12863,26749,3,2027,2965 -"55186",12863,27390,3,2027,2425 -"55187",12863,52576,3,2027,2234 -"55188",12863,55468,3,2027,2511 -"55189",12863,58508,3,2027,2326 -"55190",12863,61982,3,2027,2725 -"55191",12863,62841,3,2027,2710 -"55192",12863,79322,3,2027,2770 -"55193",12863,82949,3,2027,2077 -"55194",12867,4418,3,2773,2788 -"55195",12867,5725,2,2773,2789 -"55196",12867,10148,3,2773,2964 -"55197",12867,24923,3,2773,2785 -"55198",12867,28285,2,2773,2972 -"55199",12887,212,3,433,1513 -"55200",12887,325,3,433,495 -"55201",12887,380,3,433,2261 -"55202",12887,913,3,433,2144 -"55203",12887,1044,3,433,880 -"55204",12887,1102,3,433,2282 -"55205",12887,1469,3,433,1160 -"55206",12887,1592,3,433,2006 -"55207",12887,1691,2,433,1941 -"55208",12887,2322,3,433,1645 -"55209",12887,2424,3,433,2582 -"55210",12887,2533,3,433,2016 -"55211",12887,2731,3,433,434 -"55212",12887,3271,3,433,2216 -"55213",12887,3305,3,433,2839 -"55214",12887,4790,3,433,1025 -"55215",12887,4791,3,433,1184 -"55216",12887,5296,3,433,820 -"55217",12887,5462,3,433,2374 -"55218",12887,5622,3,433,2175 -"55219",12887,6052,3,433,1985 -"55220",12887,6264,3,433,749 -"55221",12887,6390,3,433,2385 -"55222",12887,6718,2,433,2138 -"55223",12887,8011,3,433,889 -"55224",12887,8533,3,433,2251 -"55225",12887,8537,3,433,472 -"55226",12887,8621,3,433,1681 -"55227",12887,9272,3,433,2835 -"55228",12887,9364,2,433,1698 -"55229",12887,9624,2,433,2398 -"55230",12887,10513,3,433,2284 -"55231",12887,10857,3,433,2253 -"55232",12887,10874,3,433,1891 -"55233",12887,11434,3,433,1187 -"55234",12887,11516,3,433,1937 -"55235",12887,11541,3,433,1927 -"55236",12887,12199,3,433,1651 -"55237",12887,13905,3,433,452 -"55238",12887,14656,3,433,584 -"55239",12887,15299,3,433,2213 -"55240",12887,16201,3,433,1811 -"55241",12887,16313,3,433,1160 -"55242",12887,16332,3,433,2668 -"55243",12887,16432,3,433,2664 -"55244",12887,16940,3,433,1290 -"55245",12887,17376,1,433,1202 -"55246",12887,19173,3,433,1686 -"55247",12887,19719,3,433,2177 -"55248",12887,19882,3,433,565 -"55249",12887,20124,3,433,2376 -"55250",12887,20407,2,433,2339 -"55251",12887,20975,3,433,1305 -"55252",12887,21197,3,433,1437 -"55253",12887,21198,2,433,935 -"55254",12887,21285,3,433,2100 -"55255",12887,21693,3,433,2176 -"55256",12887,22282,2,433,1418 -"55257",12887,22326,3,433,2818 -"55258",12887,22362,3,433,1836 -"55259",12887,22415,3,433,2841 -"55260",12887,22586,3,433,1341 -"55261",12887,23132,3,433,2756 -"55262",12887,23395,1,433,1948 -"55263",12887,23450,2,433,967 -"55264",12887,23492,3,433,1067 -"55265",12887,24568,3,433,1937 -"55266",12887,25027,3,433,564 -"55267",12887,25577,3,433,1946 -"55268",12887,26106,3,433,2015 -"55269",12887,26471,3,433,1061 -"55270",12887,26749,3,433,2965 -"55271",12887,27275,3,433,2656 -"55272",12887,27390,3,433,2425 -"55273",12887,27694,3,433,2030 -"55274",12887,28015,3,433,1624 -"55275",12887,29224,3,433,2011 -"55276",12887,29705,2,433,607 -"55277",12887,29987,3,433,956 -"55278",12887,31050,3,433,1491 -"55279",12887,31338,3,433,917 -"55280",12887,33622,3,433,2230 -"55281",12887,34314,3,433,630 -"55282",12887,34480,3,433,2755 -"55283",12887,35302,3,433,1589 -"55284",12887,36439,2,433,2469 -"55285",12887,38019,3,433,1870 -"55286",12887,39238,3,433,922 -"55287",12887,43051,3,433,904 -"55288",12887,43226,3,433,2442 -"55289",12887,43385,3,433,1623 -"55290",12887,44059,3,433,525 -"55291",12887,46621,3,433,1343 -"55292",12887,46723,3,433,607 -"55293",12887,47585,3,433,794 -"55294",12887,47772,2,433,2293 -"55295",12887,48110,3,433,2009 -"55296",12887,49965,3,433,2301 -"55297",12887,50219,3,433,756 -"55298",12887,50235,3,433,726 -"55299",12887,50685,3,433,2008 -"55300",12887,51471,3,433,1280 -"55301",12887,52058,3,433,1836 -"55302",12887,52327,3,433,1472 -"55303",12887,52576,3,433,2234 -"55304",12887,53031,3,433,2065 -"55305",12887,53252,3,433,637 -"55306",12887,54551,3,433,2348 -"55307",12887,55438,3,433,2863 -"55308",12887,55828,3,433,2393 -"55309",12887,56082,3,433,2395 -"55310",12887,56317,3,433,2030 -"55311",12887,57414,3,433,922 -"55312",12887,58078,3,433,1252 -"55313",12887,58508,2,433,2326 -"55314",12887,63409,3,433,1937 -"55315",12887,69335,3,433,2698 -"55316",12887,71342,3,433,1289 -"55317",12887,71971,3,433,1294 -"55318",12887,72956,3,433,1251 -"55319",12887,73128,3,433,1549 -"55320",12887,74636,3,433,2525 -"55321",12887,75948,3,433,1006 -"55322",12887,76127,1,433,910 -"55323",12887,76192,3,433,912 -"55324",12887,76284,2,433,1237 -"55325",12887,78270,3,433,1171 -"55326",12887,79322,2,433,2770 -"55327",12887,80219,3,433,988 -"55328",12887,80301,3,433,1690 -"55329",12887,80429,3,433,1927 -"55330",12887,81588,3,433,1568 -"55331",12887,82949,1,433,2077 -"55332",12887,83491,3,433,1200 -"55333",12887,87048,3,433,989 -"55334",12887,87118,3,433,1232 -"55335",12887,88232,3,433,2881 -"55336",12887,88808,3,433,1462 -"55337",12887,89097,3,433,935 -"55338",12887,92220,3,433,607 -"55339",12887,92592,3,433,486 -"55340",12887,97273,3,433,475 -"55341",12887,98781,3,433,1410 -"55342",12887,101295,3,433,2165 -"55343",12887,105602,3,433,434 -"55344",12887,107649,3,433,1573 -"55345",12887,111971,3,433,1032 -"55346",12897,237,3,1351,1982 -"55347",12897,798,3,1351,2476 -"55348",12897,3284,3,1351,1541 -"55349",12897,3493,3,1351,2451 -"55350",12897,7896,3,1351,2447 -"55351",12897,8890,3,1351,1955 -"55352",12897,9351,3,1351,1460 -"55353",12897,9481,3,1351,1610 -"55354",12897,10336,3,1351,2271 -"55355",12897,12361,3,1351,2732 -"55356",12897,13051,3,1351,2692 -"55357",12897,13842,3,1351,2250 -"55358",12897,13920,3,1351,1709 -"55359",12897,16286,3,1351,2470 -"55360",12897,19655,3,1351,2706 -"55361",12897,21324,3,1351,2413 -"55362",12897,27509,2,1351,2067 -"55363",12897,28081,3,1351,1927 -"55364",12897,31335,3,1351,2351 -"55365",12897,32775,1,1351,2135 -"55366",12897,35477,2,1351,2703 -"55367",12897,40264,2,1351,1418 -"55368",12897,41187,3,1351,2340 -"55369",12897,41250,3,1351,1703 -"55370",12897,41581,3,1351,1692 -"55371",12897,46042,3,1351,1692 -"55372",12897,48015,3,1351,1355 -"55373",12897,51144,3,1351,2466 -"55374",12897,54631,2,1351,1531 -"55375",12897,57082,3,1351,1418 -"55376",12897,57209,3,1351,1719 -"55377",12897,58238,3,1351,1944 -"55378",12897,66693,3,1351,2554 -"55379",12897,73172,2,1351,2496 -"55380",12897,74605,3,1351,2265 -"55381",12897,83523,3,1351,1461 -"55382",12897,85198,3,1351,1794 -"55383",12897,89538,3,1351,1847 -"55384",12897,107435,3,1351,1635 -"55385",12898,28874,3,1231,2329 -"55386",12901,1102,3,2136,2282 -"55387",12901,1315,3,2136,2760 -"55388",12901,1639,3,2136,2631 -"55389",12901,2424,3,2136,2582 -"55390",12901,3305,3,2136,2839 -"55391",12901,3978,3,2136,2775 -"55392",12901,4303,3,2136,2414 -"55393",12901,7984,3,2136,2493 -"55394",12901,9362,2,2136,2879 -"55395",12901,12081,3,2136,2166 -"55396",12901,12982,1,2136,2143 -"55397",12901,13324,3,2136,2163 -"55398",12901,13780,3,2136,2412 -"55399",12901,14507,3,2136,2686 -"55400",12901,14652,2,2136,2516 -"55401",12901,14959,3,2136,2898 -"55402",12901,19208,3,2136,2629 -"55403",12901,21693,3,2136,2176 -"55404",12901,23312,3,2136,2449 -"55405",12901,24825,3,2136,2686 -"55406",12901,25373,3,2136,2783 -"55407",12901,27427,3,2136,2325 -"55408",12901,30747,3,2136,2455 -"55409",12901,33949,3,2136,2489 -"55410",12901,35256,3,2136,2271 -"55411",12901,41664,3,2136,2641 -"55412",12901,44654,2,2136,2916 -"55413",12901,48289,2,2136,2209 -"55414",12901,51089,3,2136,2426 -"55415",12901,52041,3,2136,2694 -"55416",12901,53219,3,2136,2973 -"55417",12901,53604,2,2136,2489 -"55418",12901,70203,3,2136,2756 -"55419",12901,92513,3,2136,2282 -"55420",12914,1624,3,1557,2687 -"55421",12914,1708,2,1557,1591 -"55422",12914,2443,3,1557,2333 -"55423",12914,2927,3,1557,1789 -"55424",12914,3158,3,1557,2762 -"55425",12914,3628,3,1557,2707 -"55426",12914,5839,3,1557,2301 -"55427",12914,8762,3,1557,2585 -"55428",12914,9269,2,1557,1892 -"55429",12914,9895,1,1557,1960 -"55430",12914,9910,2,1557,2526 -"55431",12914,9948,2,1557,2019 -"55432",12914,10146,3,1557,1878 -"55433",12914,11351,2,1557,2971 -"55434",12914,16347,3,1557,1868 -"55435",12914,17499,3,1557,2954 -"55436",12914,19718,3,1557,1702 -"55437",12914,20695,1,1557,2526 -"55438",12914,21044,3,1557,1574 -"55439",12914,26374,3,1557,2133 -"55440",12914,26740,3,1557,2695 -"55441",12914,30544,3,1557,2041 -"55442",12914,32966,1,1557,1583 -"55443",12914,34331,2,1557,1727 -"55444",12914,38697,2,1557,2701 -"55445",12914,39009,3,1557,1594 -"55446",12914,42382,3,1557,2224 -"55447",12914,44744,3,1557,2032 -"55448",12914,46520,3,1557,1776 -"55449",12914,46616,2,1557,1917 -"55450",12914,47607,3,1557,2724 -"55451",12914,49379,3,1557,1573 -"55452",12914,51212,3,1557,1801 -"55453",12914,51505,3,1557,1572 -"55454",12914,53584,3,1557,2391 -"55455",12914,55261,3,1557,1915 -"55456",12914,56364,2,1557,1626 -"55457",12914,69453,3,1557,2831 -"55458",12914,79874,3,1557,1570 -"55459",12914,83334,3,1557,1708 -"55460",12914,84591,2,1557,1685 -"55461",12914,92630,2,1557,1583 -"55462",12929,613,1,2656,2687 -"55463",12943,9491,2,1902,1960 -"55464",12943,10215,3,1902,2006 -"55465",12943,12035,3,1902,2721 -"55466",12943,14943,3,1902,1942 -"55467",12943,15444,3,1902,2764 -"55468",12943,18165,3,1902,2085 -"55469",12943,22966,3,1902,2112 -"55470",12943,23268,2,1902,2258 -"55471",12943,25698,2,1902,2009 -"55472",12943,32988,3,1902,2008 -"55473",12943,65322,3,1902,2008 -"55474",12948,3978,3,2669,2775 -"55475",12948,4367,3,2669,2794 -"55476",12948,4612,3,2669,2804 -"55477",12948,7252,3,2669,2799 -"55478",12948,8568,3,2669,2706 -"55479",12948,11648,2,2669,2852 -"55480",12948,16176,3,2669,2703 -"55481",12948,19655,3,2669,2706 -"55482",12948,27742,2,2669,2700 -"55483",12948,45869,1,2669,2840 -"55484",12948,53739,3,2669,2704 -"55485",12948,58655,3,2669,2685 -"55486",12948,63077,3,2669,2778 -"55487",12948,90467,3,2669,2840 -"55488",12966,3158,1,2011,2762 -"55489",12966,4249,3,2011,2547 -"55490",12966,4634,2,2011,2291 -"55491",12966,6223,2,2011,2363 -"55492",12966,8463,2,2011,2466 -"55493",12966,9724,3,2011,2713 -"55494",12966,14470,3,2011,2632 -"55495",12966,14490,3,2011,2291 -"55496",12966,14957,2,2011,2306 -"55497",12966,15782,2,2011,2306 -"55498",12966,17499,3,2011,2954 -"55499",12966,20695,3,2011,2526 -"55500",12966,26597,3,2011,2070 -"55501",12966,36478,3,2011,2808 -"55502",12966,42390,3,2011,2937 -"55503",12966,43701,3,2011,2400 -"55504",12966,43728,3,2011,2308 -"55505",12966,47882,3,2011,2769 -"55506",12966,49142,2,2011,2289 -"55507",12966,66368,3,2011,2413 -"55508",12973,388,2,1569,1594 -"55509",12973,1150,3,1569,1595 -"55510",12973,1560,1,1569,2013 -"55511",12973,2802,3,1569,1836 -"55512",12973,8525,2,1569,1787 -"55513",12973,9716,2,1569,1929 -"55514",12973,10200,2,1569,2920 -"55515",12973,11429,2,1569,2520 -"55516",12973,14626,3,1569,2175 -"55517",12973,14761,3,1569,2502 -"55518",12973,24086,2,1569,2663 -"55519",12973,30334,3,1569,2075 -"55520",12973,32276,3,1569,2223 -"55521",12973,32582,3,1569,1929 -"55522",12973,32939,3,1569,2277 -"55523",12973,37342,2,1569,2649 -"55524",12973,37636,3,1569,2178 -"55525",12973,40392,2,1569,1878 -"55526",12973,41185,2,1569,1929 -"55527",12973,42883,1,1569,2575 -"55528",12973,50430,3,1569,1689 -"55529",12973,51783,3,1569,2599 -"55530",12973,57804,3,1569,2214 -"55531",12976,9311,3,2399,2477 -"55532",12976,12713,3,2399,2440 -"55533",12976,13249,3,2399,2573 -"55534",12976,15626,3,2399,2434 -"55535",12976,18366,3,2399,2699 -"55536",12976,19208,3,2399,2629 -"55537",12976,30081,3,2399,2403 -"55538",12976,30906,3,2399,2537 -"55539",12976,33433,3,2399,2805 -"55540",12976,36559,2,2399,2473 -"55541",12976,36962,3,2399,2861 -"55542",12976,47947,3,2399,2681 -"55543",12976,49696,3,2399,2444 -"55544",12976,51853,3,2399,2520 -"55545",12976,59113,3,2399,2434 -"55546",12976,68810,3,2399,2409 -"55547",12982,380,3,2143,2261 -"55548",12982,823,3,2143,2840 -"55549",12982,913,3,2143,2144 -"55550",12982,997,3,2143,2788 -"55551",12982,1102,2,2143,2282 -"55552",12982,2036,3,2143,2483 -"55553",12982,2424,3,2143,2582 -"55554",12982,2572,3,2143,2273 -"55555",12982,2625,3,2143,2152 -"55556",12982,3305,2,2143,2839 -"55557",12982,4687,3,2143,2152 -"55558",12982,6074,3,2143,2426 -"55559",12982,6390,3,2143,2385 -"55560",12982,8760,3,2143,2477 -"55561",12982,9150,3,2143,2689 -"55562",12982,9362,3,2143,2879 -"55563",12982,14507,2,2143,2686 -"55564",12982,14652,1,2143,2516 -"55565",12982,15008,3,2143,2338 -"55566",12982,15729,3,2143,2338 -"55567",12982,19248,3,2143,2357 -"55568",12982,19719,3,2143,2177 -"55569",12982,24825,2,2143,2686 -"55570",12982,31159,3,2143,2231 -"55571",12982,31235,3,2143,2668 -"55572",12982,33160,3,2143,2441 -"55573",12982,37285,3,2143,2428 -"55574",12982,42216,3,2143,2722 -"55575",12982,44654,3,2143,2916 -"55576",12982,48289,3,2143,2209 -"55577",12982,48571,3,2143,2717 -"55578",12982,51041,3,2143,2606 -"55579",12982,53219,2,2143,2973 -"55580",12982,53604,3,2143,2489 -"55581",13007,2139,3,2496,2502 -"55582",13007,3477,3,2496,2546 -"55583",13007,32395,3,2496,2735 -"55584",13007,34491,2,2496,2694 -"55585",13007,43524,3,2496,2572 -"55586",13007,52041,1,2496,2694 -"55587",13012,499,3,875,1931 -"55588",13012,4751,3,875,2696 -"55589",13012,5462,3,875,2374 -"55590",13012,10799,2,875,2010 -"55591",13012,12713,3,875,2440 -"55592",13012,17410,3,875,2073 -"55593",13012,26155,3,875,1802 -"55594",13012,34588,3,875,985 -"55595",13012,55156,3,875,2196 -"55596",13012,57950,3,875,1529 -"55597",13012,68810,3,875,2409 -"55598",13012,75169,2,875,1595 -"55599",13012,78563,3,875,2385 -"55600",13012,86986,2,875,1976 -"55601",13012,105795,3,875,1265 -"55602",13024,3477,3,2468,2546 -"55603",13024,11429,3,2468,2520 -"55604",13024,13290,3,2468,2824 -"55605",13024,36662,3,2468,2967 -"55606",13024,51265,2,2468,2670 -"55607",13024,57977,3,2468,2683 -"55608",13024,64534,2,2468,2924 -"55609",13024,81237,3,2468,2866 -"55610",13034,1369,3,698,2487 -"55611",13034,1785,3,698,2350 -"55612",13034,2282,2,698,2056 -"55613",13034,2370,3,698,1600 -"55614",13034,2506,1,698,954 -"55615",13034,2927,2,698,1789 -"55616",13034,3271,3,698,2216 -"55617",13034,4249,3,698,2547 -"55618",13034,4551,3,698,2720 -"55619",13034,4634,3,698,2291 -"55620",13034,4784,2,698,2511 -"55621",13034,5346,3,698,1438 -"55622",13034,5637,3,698,1976 -"55623",13034,6020,2,698,1864 -"55624",13034,6345,3,698,2713 -"55625",13034,6480,3,698,1678 -"55626",13034,6999,3,698,2214 -"55627",13034,7253,3,698,2686 -"55628",13034,7254,3,698,1849 -"55629",13034,8726,3,698,2083 -"55630",13034,9269,3,698,1892 -"55631",13034,9272,3,698,2835 -"55632",13034,9538,3,698,1786 -"55633",13034,9656,1,698,1135 -"55634",13034,9724,3,698,2713 -"55635",13034,9895,3,698,1960 -"55636",13034,10716,3,698,1692 -"55637",13034,10990,3,698,805 -"55638",13034,11858,2,698,1530 -"55639",13034,12116,3,698,2119 -"55640",13034,13340,3,698,1918 -"55641",13034,13595,3,698,1164 -"55642",13034,14172,3,698,1923 -"55643",13034,15146,3,698,1546 -"55644",13034,15207,3,698,1855 -"55645",13034,15281,2,698,810 -"55646",13034,16347,3,698,1868 -"55647",13034,17499,2,698,2954 -"55648",13034,17531,3,698,876 -"55649",13034,17695,3,698,1930 -"55650",13034,19476,3,698,1708 -"55651",13034,19509,3,698,2000 -"55652",13034,19718,3,698,1702 -"55653",13034,20038,2,698,1531 -"55654",13034,20709,3,698,1757 -"55655",13034,21352,3,698,1604 -"55656",13034,21358,2,698,1970 -"55657",13034,22357,3,698,1397 -"55658",13034,23498,3,698,2398 -"55659",13034,23550,2,698,2939 -"55660",13034,23560,2,698,2051 -"55661",13034,24044,3,698,1076 -"55662",13034,25286,3,698,1545 -"55663",13034,25345,3,698,713 -"55664",13034,26597,3,698,2070 -"55665",13034,28268,3,698,2258 -"55666",13034,28648,3,698,1586 -"55667",13034,28782,3,698,2272 -"55668",13034,29778,2,698,840 -"55669",13034,34274,2,698,1437 -"55670",13034,34953,3,698,1817 -"55671",13034,35317,2,698,1888 -"55672",13034,36840,3,698,2269 -"55673",13034,37684,2,698,2899 -"55674",13034,40510,3,698,943 -"55675",13034,41098,3,698,1857 -"55676",13034,41489,3,698,2006 -"55677",13034,42382,3,698,2224 -"55678",13034,42390,3,698,2937 -"55679",13034,42407,2,698,2408 -"55680",13034,43226,3,698,2442 -"55681",13034,43725,3,698,935 -"55682",13034,43768,3,698,1468 -"55683",13034,45297,3,698,1864 -"55684",13034,46616,3,698,1917 -"55685",13034,47607,3,698,2724 -"55686",13034,47882,3,698,2769 -"55687",13034,48110,3,698,2009 -"55688",13034,48781,3,698,954 -"55689",13034,48823,3,698,2080 -"55690",13034,49708,3,698,1147 -"55691",13034,50468,3,698,1659 -"55692",13034,52179,3,698,1572 -"55693",13034,52530,3,698,1737 -"55694",13034,53584,3,698,2391 -"55695",13034,54488,3,698,2357 -"55696",13034,58508,3,698,2326 -"55697",13034,59906,3,698,865 -"55698",13034,60463,3,698,1583 -"55699",13034,63631,3,698,763 -"55700",13034,65375,3,698,824 -"55701",13034,68813,3,698,2511 -"55702",13034,69335,3,698,2698 -"55703",13034,70011,2,698,2690 -"55704",13034,71307,2,698,761 -"55705",13034,73520,2,698,2613 -"55706",13034,74054,3,698,1488 -"55707",13034,77580,3,698,888 -"55708",13034,77719,2,698,2086 -"55709",13034,78277,2,698,1937 -"55710",13034,79699,2,698,1735 -"55711",13034,80186,3,698,2228 -"55712",13034,80301,3,698,1690 -"55713",13034,80801,3,698,1250 -"55714",13034,80970,2,698,2069 -"55715",13034,82039,3,698,1327 -"55716",13034,84181,3,698,1272 -"55717",13034,84590,3,698,1734 -"55718",13034,85065,2,698,1585 -"55719",13034,88448,3,698,914 -"55720",13034,88984,3,698,935 -"55721",13034,93553,2,698,2537 -"55722",13034,93642,2,698,1120 -"55723",13034,94520,3,698,1243 -"55724",13034,94808,3,698,988 -"55725",13034,99237,3,698,783 -"55726",13034,100231,3,698,998 -"55727",13034,105959,3,698,1327 -"55728",13034,108467,3,698,2170 -"55729",13043,160,3,1295,2007 -"55730",13043,316,3,1295,2413 -"55731",13043,1154,3,1295,1656 -"55732",13043,1453,3,1295,1737 -"55733",13043,1639,2,1295,2631 -"55734",13043,2709,3,1295,1673 -"55735",13043,2716,3,1295,1748 -"55736",13043,3978,3,1295,2775 -"55737",13043,4929,3,1295,2240 -"55738",13043,6044,3,1295,2744 -"55739",13043,6104,1,1295,2462 -"55740",13043,6821,3,1295,1788 -"55741",13043,7241,1,1295,2259 -"55742",13043,8238,3,1295,2222 -"55743",13043,8842,3,1295,2535 -"55744",13043,9331,2,1295,2269 -"55745",13043,9423,2,1295,1708 -"55746",13043,10825,3,1295,2565 -"55747",13043,12081,3,1295,2166 -"55748",13043,12374,3,1295,2260 -"55749",13043,13801,3,1295,2041 -"55750",13043,14538,3,1295,2507 -"55751",13043,15003,3,1295,2067 -"55752",13043,15118,3,1295,1311 -"55753",13043,16518,2,1295,2642 -"55754",13043,17351,2,1295,2036 -"55755",13043,17396,3,1295,1672 -"55756",13043,17549,2,1295,2647 -"55757",13043,17632,1,1295,1947 -"55758",13043,17721,3,1295,1410 -"55759",13043,17938,2,1295,1410 -"55760",13043,18211,3,1295,1745 -"55761",13043,18670,3,1295,1835 -"55762",13043,19208,3,1295,2629 -"55763",13043,19605,3,1295,2395 -"55764",13043,20331,3,1295,2365 -"55765",13043,20700,3,1295,2861 -"55766",13043,21122,3,1295,1701 -"55767",13043,21734,3,1295,2528 -"55768",13043,26595,3,1295,1566 -"55769",13043,27173,3,1295,2050 -"55770",13043,27379,3,1295,2461 -"55771",13043,27427,3,1295,2325 -"55772",13043,27642,2,1295,1531 -"55773",13043,30092,3,1295,1593 -"55774",13043,30827,3,1295,2323 -"55775",13043,31117,3,1295,2210 -"55776",13043,31890,3,1295,1487 -"55777",13043,33430,3,1295,2225 -"55778",13043,37285,3,1295,2428 -"55779",13043,38213,3,1295,1744 -"55780",13043,38307,3,1295,2648 -"55781",13043,39982,3,1295,1529 -"55782",13043,40022,3,1295,2307 -"55783",13043,41900,2,1295,1970 -"55784",13043,41945,2,1295,2856 -"55785",13043,43455,3,1295,2846 -"55786",13043,44688,2,1295,2924 -"55787",13043,44819,3,1295,2063 -"55788",13043,46042,3,1295,1692 -"55789",13043,46446,3,1295,2295 -"55790",13043,47564,3,1295,2650 -"55791",13043,48289,3,1295,2209 -"55792",13043,48605,3,1295,2796 -"55793",13043,48698,2,1295,1474 -"55794",13043,49470,3,1295,1528 -"55795",13043,49620,3,1295,1868 -"55796",13043,50480,3,1295,2701 -"55797",13043,54020,3,1295,1578 -"55798",13043,57842,3,1295,2482 -"55799",13043,57950,3,1295,1529 -"55800",13043,59539,3,1295,2429 -"55801",13043,64699,2,1295,2797 -"55802",13043,65679,3,1295,1578 -"55803",13043,67145,3,1295,2015 -"55804",13043,70573,3,1295,1993 -"55805",13043,74636,3,1295,2525 -"55806",13043,77611,3,1295,1795 -"55807",13043,77815,3,1295,2358 -"55808",13043,89911,3,1295,2607 -"55809",13043,108867,3,1295,2328 -"55810",13051,63837,3,2692,2807 -"55811",13065,543,3,1561,2203 -"55812",13065,680,3,1561,2569 -"55813",13065,2747,3,1561,2411 -"55814",13065,4066,3,1561,1736 -"55815",13065,4303,3,1561,2414 -"55816",13065,4916,2,1561,1970 -"55817",13065,8062,3,1561,2858 -"55818",13065,8604,2,1561,2799 -"55819",13065,9504,3,1561,2549 -"55820",13065,10129,2,1561,2124 -"55821",13065,12577,3,1561,2530 -"55822",13065,13920,1,1561,1709 -"55823",13065,15433,3,1561,2038 -"55824",13065,15826,3,1561,2772 -"55825",13065,16205,3,1561,2630 -"55826",13065,16482,3,1561,1958 -"55827",13065,18102,3,1561,1642 -"55828",13065,24176,2,1561,1986 -"55829",13065,28081,3,1561,1927 -"55830",13065,29116,3,1561,2128 -"55831",13065,35477,3,1561,2703 -"55832",13065,35980,3,1561,2657 -"55833",13065,37636,3,1561,2178 -"55834",13065,42331,3,1561,1585 -"55835",13065,43660,3,1561,2320 -"55836",13065,48652,3,1561,1686 -"55837",13065,55438,3,1561,2863 -"55838",13065,58238,3,1561,1944 -"55839",13065,59610,3,1561,2448 -"55840",13065,74605,3,1561,2265 -"55841",13065,80506,3,1561,1920 -"55842",13065,81753,3,1561,1736 -"55843",13065,96425,3,1561,2007 -"55844",13065,102566,3,1561,2207 -"55845",13068,145,3,1778,1998 -"55846",13068,913,3,1778,2144 -"55847",13068,3127,3,1778,2273 -"55848",13068,3477,3,1778,2546 -"55849",13068,4551,2,1778,2720 -"55850",13068,5303,3,1778,1849 -"55851",13068,6390,3,1778,2385 -"55852",13068,6627,3,1778,2063 -"55853",13068,6821,3,1778,1788 -"55854",13068,7254,3,1778,1849 -"55855",13068,7337,3,1778,1797 -"55856",13068,8568,3,1778,2706 -"55857",13068,8865,3,1778,2394 -"55858",13068,9301,3,1778,1861 -"55859",13068,9332,3,1778,2734 -"55860",13068,10373,3,1778,2436 -"55861",13068,11516,2,1778,1937 -"55862",13068,11990,3,1778,1909 -"55863",13068,12361,3,1778,2732 -"55864",13068,16437,3,1778,1956 -"55865",13068,19322,3,1778,2048 -"55866",13068,19934,1,1778,2888 -"55867",13068,21684,3,1778,1971 -"55868",13068,22331,3,1778,2687 -"55869",13068,23132,3,1778,2756 -"55870",13068,23591,3,1778,2831 -"55871",13068,24568,3,1778,1937 -"55872",13068,27280,3,1778,1965 -"55873",13068,27320,3,1778,2378 -"55874",13068,27391,2,1778,2378 -"55875",13068,28051,3,1778,2089 -"55876",13068,28893,3,1778,2764 -"55877",13068,30865,3,1778,2038 -"55878",13068,31235,2,1778,2668 -"55879",13068,37752,3,1778,2223 -"55880",13068,38373,3,1778,1928 -"55881",13068,39534,3,1778,2410 -"55882",13068,40035,2,1778,2742 -"55883",13068,40572,3,1778,2666 -"55884",13068,41187,3,1778,2340 -"55885",13068,41633,3,1778,1976 -"55886",13068,43961,3,1778,2443 -"55887",13068,46486,3,1778,1868 -"55888",13068,47445,3,1778,2668 -"55889",13068,47968,3,1778,2829 -"55890",13068,49712,2,1778,1937 -"55891",13068,50509,3,1778,2050 -"55892",13068,53051,3,1778,1940 -"55893",13068,57356,3,1778,2476 -"55894",13068,57544,3,1778,2443 -"55895",13068,57765,2,1778,2893 -"55896",13068,58875,3,1778,1899 -"55897",13068,58945,3,1778,2481 -"55898",13068,59039,3,1778,2870 -"55899",13068,62219,3,1778,2494 -"55900",13068,63409,3,1778,1937 -"55901",13068,65188,2,1778,2213 -"55902",13068,65242,3,1778,1988 -"55903",13068,68229,3,1778,2219 -"55904",13068,69788,2,1778,2007 -"55905",13068,80429,3,1778,1927 -"55906",13068,88067,3,1778,2315 -"55907",13068,119524,3,1778,1930 -"55908",13079,15567,3,2547,2671 -"55909",13099,237,3,1547,1982 -"55910",13099,728,2,1547,1812 -"55911",13099,1692,3,1547,2443 -"55912",13099,1702,3,1547,1984 -"55913",13099,2057,3,1547,1965 -"55914",13099,2226,3,1547,2225 -"55915",13099,3961,3,1547,2426 -"55916",13099,4066,3,1547,1736 -"55917",13099,4430,3,1547,2019 -"55918",13099,4526,3,1547,1728 -"55919",13099,4669,3,1547,2395 -"55920",13099,5454,3,1547,1779 -"55921",13099,5845,3,1547,1552 -"55922",13099,5865,3,1547,1910 -"55923",13099,7014,3,1547,2401 -"55924",13099,7406,3,1547,1906 -"55925",13099,7992,3,1547,2033 -"55926",13099,8610,3,1547,2240 -"55927",13099,8726,3,1547,2083 -"55928",13099,8777,1,1547,1620 -"55929",13099,10754,3,1547,1797 -"55930",13099,11625,3,1547,2022 -"55931",13099,13780,2,1547,2412 -"55932",13099,16482,3,1547,1958 -"55933",13099,18965,3,1547,2315 -"55934",13099,21706,3,1547,1988 -"55935",13099,22808,3,1547,2297 -"55936",13099,23603,3,1547,2048 -"55937",13099,23869,3,1547,1918 -"55938",13099,24096,3,1547,2612 -"55939",13099,26734,3,1547,2299 -"55940",13099,29004,3,1547,2596 -"55941",13099,30747,3,1547,2455 -"55942",13099,30870,3,1547,2370 -"55943",13099,30883,3,1547,1629 -"55944",13099,35620,3,1547,2092 -"55945",13099,36120,3,1547,2971 -"55946",13099,37279,3,1547,2768 -"55947",13099,45729,3,1547,2606 -"55948",13099,46261,3,1547,2350 -"55949",13099,47114,1,1547,1920 -"55950",13099,47968,3,1547,2829 -"55951",13099,51687,2,1547,2333 -"55952",13099,51879,3,1547,1771 -"55953",13099,54718,3,1547,2473 -"55954",13099,65679,3,1547,1578 -"55955",13099,68155,3,1547,1577 -"55956",13099,81164,3,1547,2260 -"55957",13109,457,3,1374,1704 -"55958",13109,5315,2,1374,2631 -"55959",13109,8887,3,1374,2373 -"55960",13109,10358,3,1374,2294 -"55961",13109,10382,3,1374,2111 -"55962",13109,13573,2,1374,2774 -"55963",13109,14032,3,1374,2144 -"55964",13109,19453,3,1374,1928 -"55965",13109,19858,3,1374,2357 -"55966",13109,21401,3,1374,1440 -"55967",13109,31003,1,1374,1859 -"55968",13109,34158,3,1374,2639 -"55969",13109,34648,2,1374,1596 -"55970",13109,36007,3,1374,2089 -"55971",13109,40487,3,1374,2512 -"55972",13109,41278,3,1374,1873 -"55973",13109,45633,3,1374,2134 -"55974",13109,45903,2,1374,2237 -"55975",13109,48127,2,1374,2677 -"55976",13109,48602,1,1374,1704 -"55977",13109,50977,3,1374,2352 -"55978",13109,53779,3,1374,2000 -"55979",13109,53859,3,1374,1817 -"55980",13109,56903,3,1374,1584 -"55981",13109,57714,3,1374,1391 -"55982",13109,64502,2,1374,1670 -"55983",13109,77001,2,1374,1440 -"55984",13109,81095,3,1374,1609 -"55985",13109,85356,3,1374,1492 -"55986",13115,2972,3,787,1708 -"55987",13115,6162,3,787,1673 -"55988",13115,21754,3,787,1881 -"55989",13115,24721,3,787,2326 -"55990",13115,46091,3,787,1938 -"55991",13119,13007,3,1739,2496 -"55992",13119,25745,3,1739,2403 -"55993",13136,19934,3,2867,2888 -"55994",13136,74771,3,2867,2935 -"55995",13150,2443,3,1570,2333 -"55996",13150,2802,3,1570,1836 -"55997",13150,3819,3,1570,1583 -"55998",13150,4194,3,1570,1641 -"55999",13150,5414,2,1570,2321 -"56000",13150,6432,2,1570,2297 -"56001",13150,6755,3,1570,2818 -"56002",13150,9801,3,1570,2443 -"56003",13150,14918,3,1570,2071 -"56004",13150,16643,2,1570,1824 -"56005",13150,18479,3,1570,2967 -"56006",13150,18867,3,1570,2866 -"56007",13150,20604,3,1570,1684 -"56008",13150,24195,3,1570,1575 -"56009",13150,26741,3,1570,1792 -"56010",13150,28327,2,1570,2053 -"56011",13150,31728,3,1570,2286 -"56012",13150,32694,3,1570,1602 -"56013",13150,33278,3,1570,1591 -"56014",13150,35414,3,1570,1959 -"56015",13150,36506,2,1570,2638 -"56016",13150,39534,3,1570,2410 -"56017",13150,42280,1,1570,2266 -"56018",13150,43929,1,1570,2749 -"56019",13150,47534,3,1570,2712 -"56020",13150,49347,3,1570,2504 -"56021",13150,49403,3,1570,2427 -"56022",13150,53092,2,1570,2384 -"56023",13150,57037,2,1570,2293 -"56024",13150,62713,2,1570,2593 -"56025",13150,63525,2,1570,2741 -"56026",13150,66717,3,1570,2104 -"56027",13150,76604,3,1570,2590 -"56028",13150,76769,3,1570,2601 -"56029",13150,79793,3,1570,1915 -"56030",13150,94339,3,1570,2768 -"56031",13150,116792,2,1570,2397 -"56032",13158,1315,3,2667,2760 -"56033",13158,1767,2,2667,2727 -"56034",13158,3980,2,2667,2771 -"56035",13158,11477,2,2667,2724 -"56036",13158,15444,3,2667,2764 -"56037",13158,34120,3,2667,2786 -"56038",13158,41945,3,2667,2856 -"56039",13158,42216,2,2667,2722 -"56040",13158,48127,3,2667,2677 -"56041",13158,60179,3,2667,2708 -"56042",13158,99215,3,2667,2791 -"56043",13175,2524,2,147,1708 -"56044",13175,5462,3,147,2374 -"56045",13175,6821,3,147,1788 -"56046",13175,10875,2,147,1234 -"56047",13175,11625,3,147,2022 -"56048",13175,12096,3,147,1330 -"56049",13175,13099,3,147,1547 -"56050",13175,13920,3,147,1709 -"56051",13175,17728,2,147,1542 -"56052",13175,18965,2,147,2315 -"56053",13175,28357,3,147,1134 -"56054",13175,29771,3,147,283 -"56055",13175,34472,3,147,837 -"56056",13175,37625,3,147,407 -"56057",13175,45355,3,147,1450 -"56058",13175,53924,2,147,1289 -"56059",13175,53936,3,147,584 -"56060",13175,61337,3,147,2777 -"56061",13175,90658,3,147,523 -"56062",13175,112352,3,147,179 -"56063",13175,121826,2,147,536 -"56064",13184,2057,3,977,1965 -"56065",13184,2540,3,977,1398 -"56066",13184,2747,3,977,2411 -"56067",13184,2894,3,977,1291 -"56068",13184,3127,3,977,2273 -"56069",13184,5962,3,977,2491 -"56070",13184,8865,2,977,2394 -"56071",13184,9362,3,977,2879 -"56072",13184,9391,3,977,1252 -"56073",13184,10148,3,977,2964 -"56074",13184,10754,3,977,1797 -"56075",13184,11538,3,977,2288 -"56076",13184,12067,3,977,1213 -"56077",13184,13808,2,977,1356 -"56078",13184,14817,3,977,2110 -"56079",13184,14998,3,977,1553 -"56080",13184,15826,3,977,2772 -"56081",13184,19215,3,977,2604 -"56082",13184,19433,3,977,2504 -"56083",13184,20155,2,977,1517 -"56084",13184,23277,3,977,1267 -"56085",13184,27908,1,977,2576 -"56086",13184,29267,2,977,1234 -"56087",13184,29286,3,977,1612 -"56088",13184,29454,3,977,2719 -"56089",13184,30486,3,977,1269 -"56090",13184,30906,3,977,2537 -"56091",13184,32606,3,977,2100 -"56092",13184,35903,2,977,1434 -"56093",13184,36637,3,977,2085 -"56094",13184,36953,3,977,2790 -"56095",13184,39062,3,977,2020 -"56096",13184,40295,3,977,2703 -"56097",13184,40572,3,977,2666 -"56098",13184,42715,3,977,987 -"56099",13184,42813,3,977,2142 -"56100",13184,44433,3,977,2224 -"56101",13184,44603,3,977,2748 -"56102",13184,46486,2,977,1868 -"56103",13184,47595,3,977,2374 -"56104",13184,47803,3,977,2477 -"56105",13184,48377,3,977,1927 -"56106",13184,50335,3,977,1893 -"56107",13184,51016,2,977,1141 -"56108",13184,51151,3,977,1195 -"56109",13184,55821,3,977,1303 -"56110",13184,55862,3,977,2123 -"56111",13184,59637,3,977,2141 -"56112",13184,62966,3,977,1282 -"56113",13184,65856,3,977,2504 -"56114",13184,69232,3,977,2130 -"56115",13184,73107,3,977,1918 -"56116",13184,87958,3,977,1234 -"56117",13184,90709,3,977,1080 -"56118",13184,92784,3,977,1257 -"56119",13184,92850,3,977,1971 -"56120",13187,1897,2,146,1727 -"56121",13187,1968,2,146,631 -"56122",13187,2093,3,146,2459 -"56123",13187,2349,1,146,1288 -"56124",13187,2418,3,146,2020 -"56125",13187,2759,3,146,2030 -"56126",13187,2847,3,146,494 -"56127",13187,3317,2,146,2037 -"56128",13187,4730,3,146,2131 -"56129",13187,6133,2,146,1229 -"56130",13187,6627,2,146,2063 -"56131",13187,7269,3,146,1728 -"56132",13187,7433,3,146,2255 -"56133",13187,7443,3,146,2028 -"56134",13187,10638,3,146,2692 -"56135",13187,10914,2,146,1660 -"56136",13187,11381,3,146,1638 -"56137",13187,11506,3,146,2824 -"56138",13187,14888,3,146,1411 -"56139",13187,16777,3,146,834 -"56140",13187,18571,2,146,2128 -"56141",13187,18943,3,146,2861 -"56142",13187,20432,3,146,1727 -"56143",13187,21180,3,146,2762 -"56144",13187,21463,2,146,2437 -"56145",13187,21741,3,146,1574 -"56146",13187,26713,2,146,1235 -"56147",13187,27008,2,146,911 -"56148",13187,27783,1,146,2302 -"56149",13187,31164,2,146,1996 -"56150",13187,32449,3,146,2091 -"56151",13187,33483,1,146,182 -"56152",13187,36136,1,146,2338 -"56153",13187,39105,2,146,2487 -"56154",13187,41978,3,146,2824 -"56155",13187,42914,3,146,1737 -"56156",13187,46951,2,146,2429 -"56157",13187,47384,3,146,1639 -"56158",13187,47571,2,146,1667 -"56159",13187,49724,3,146,806 -"56160",13187,50238,3,146,663 -"56161",13187,53013,3,146,2523 -"56162",13187,56338,3,146,1818 -"56163",13187,59039,3,146,2870 -"56164",13187,66911,3,146,1920 -"56165",13187,67838,3,146,765 -"56166",13187,68592,2,146,2551 -"56167",13187,69335,3,146,2698 -"56168",13187,73021,2,146,789 -"56169",13187,76132,2,146,2426 -"56170",13187,76675,2,146,1840 -"56171",13187,77397,3,146,1302 -"56172",13187,77580,3,146,888 -"56173",13187,93208,3,146,1324 -"56174",13187,94926,2,146,1611 -"56175",13187,111034,3,146,2131 -"56176",13187,115155,3,146,1942 -"56177",13200,14655,2,2488,2559 -"56178",13200,19744,3,2488,2623 -"56179",13200,24923,3,2488,2785 -"56180",13201,3714,3,2034,2605 -"56181",13201,14669,3,2034,2080 -"56182",13201,14772,3,2034,2386 -"56183",13201,15343,3,2034,2125 -"56184",13201,17967,3,2034,2125 -"56185",13201,25530,2,2034,2884 -"56186",13201,55691,3,2034,2856 -"56187",13201,56396,2,2034,2408 -"56188",13201,59205,3,2034,2387 -"56189",13201,73266,3,2034,2496 -"56190",13212,270,3,146,2542 -"56191",13212,2111,3,146,1904 -"56192",13212,5971,3,146,1985 -"56193",13212,6264,3,146,749 -"56194",13212,6588,3,146,2025 -"56195",13212,10523,3,146,1510 -"56196",13212,11229,3,146,1625 -"56197",13212,11817,2,146,600 -"56198",13212,14353,3,146,2878 -"56199",13212,14564,1,146,1581 -"56200",13212,16352,3,146,2657 -"56201",13212,17097,3,146,1505 -"56202",13212,21754,3,146,1881 -"56203",13212,22197,3,146,2271 -"56204",13212,22403,2,146,1630 -"56205",13212,26737,3,146,855 -"56206",13212,26848,3,146,2363 -"56207",13212,26867,3,146,1804 -"56208",13212,27112,3,146,500 -"56209",13212,27355,3,146,870 -"56210",13212,27744,3,146,861 -"56211",13212,29372,3,146,528 -"56212",13212,39570,3,146,496 -"56213",13212,40028,2,146,1349 -"56214",13212,40072,3,146,1182 -"56215",13212,44521,3,146,1593 -"56216",13212,46629,3,146,2255 -"56217",13212,47895,3,146,2328 -"56218",13212,49084,3,146,168 -"56219",13212,50236,2,146,2339 -"56220",13212,56082,3,146,2395 -"56221",13212,56237,3,146,2625 -"56222",13212,57150,3,146,1196 -"56223",13212,57760,3,146,1721 -"56224",13212,70838,3,146,687 -"56225",13212,72188,3,146,856 -"56226",13212,80242,3,146,569 -"56227",13212,85329,3,146,738 -"56228",13212,91912,3,146,790 -"56229",13212,109663,3,146,545 -"56230",13212,112437,3,146,513 -"56231",13212,117956,3,146,2774 -"56232",13248,671,3,1385,2328 -"56233",13248,1201,3,1385,2489 -"56234",13248,1592,3,1385,2006 -"56235",13248,1691,2,1385,1941 -"56236",13248,3961,3,1385,2426 -"56237",13248,4289,3,1385,1921 -"56238",13248,4583,3,1385,2741 -"56239",13248,5622,3,1385,2175 -"56240",13248,5971,3,1385,1985 -"56241",13248,5984,3,1385,1675 -"56242",13248,5986,3,1385,1721 -"56243",13248,6104,3,1385,2462 -"56244",13248,6252,3,1385,2336 -"56245",13248,6390,3,1385,2385 -"56246",13248,6417,2,1385,1675 -"56247",13248,6588,3,1385,2025 -"56248",13248,7515,3,1385,2737 -"56249",13248,9928,3,1385,2345 -"56250",13248,10358,3,1385,2294 -"56251",13248,11218,2,1385,2292 -"56252",13248,12042,3,1385,2345 -"56253",13248,13801,2,1385,2041 -"56254",13248,13837,1,1385,1604 -"56255",13248,13929,2,1385,2693 -"56256",13248,14108,3,1385,2012 -"56257",13248,16352,3,1385,2657 -"56258",13248,17400,3,1385,2231 -"56259",13248,18543,3,1385,2968 -"56260",13248,20407,3,1385,2339 -"56261",13248,20643,1,1385,2341 -"56262",13248,21104,3,1385,2327 -"56263",13248,22362,3,1385,1836 -"56264",13248,23159,3,1385,1548 -"56265",13248,23509,3,1385,2275 -"56266",13248,24169,3,1385,1663 -"56267",13248,25565,3,1385,2764 -"56268",13248,26080,3,1385,2525 -"56269",13248,26570,3,1385,1669 -"56270",13248,26700,3,1385,1663 -"56271",13248,26706,3,1385,1846 -"56272",13248,26818,3,1385,1999 -"56273",13248,29170,2,1385,1846 -"56274",13248,30173,3,1385,2404 -"56275",13248,31696,3,1385,1595 -"56276",13248,33622,3,1385,2230 -"56277",13248,34158,3,1385,2639 -"56278",13248,34735,3,1385,2767 -"56279",13248,35361,3,1385,2389 -"56280",13248,35738,3,1385,2448 -"56281",13248,35926,3,1385,2371 -"56282",13248,36439,3,1385,2469 -"56283",13248,36962,3,1385,2861 -"56284",13248,37509,3,1385,1640 -"56285",13248,38213,2,1385,1744 -"56286",13248,38938,3,1385,1593 -"56287",13248,39294,3,1385,1889 -"56288",13248,39516,2,1385,2393 -"56289",13248,40368,2,1385,2876 -"56290",13248,42175,3,1385,1594 -"56291",13248,42687,3,1385,1952 -"56292",13248,47082,2,1385,1990 -"56293",13248,49189,3,1385,1550 -"56294",13248,49620,2,1385,1868 -"56295",13248,50118,3,1385,2654 -"56296",13248,50236,3,1385,2339 -"56297",13248,51116,3,1385,1509 -"56298",13248,51319,2,1385,2488 -"56299",13248,52058,3,1385,1836 -"56300",13248,52136,3,1385,1412 -"56301",13248,52203,3,1385,1961 -"56302",13248,52327,3,1385,1472 -"56303",13248,52345,3,1385,1430 -"56304",13248,53134,2,1385,1590 -"56305",13248,54127,3,1385,1593 -"56306",13248,54929,2,1385,2783 -"56307",13248,55691,3,1385,2856 -"56308",13248,56082,3,1385,2395 -"56309",13248,59700,3,1385,2346 -"56310",13248,63409,3,1385,1937 -"56311",13248,71274,3,1385,2390 -"56312",13248,72326,3,1385,2384 -"56313",13248,74636,2,1385,2525 -"56314",13248,85716,2,1385,1609 -"56315",13248,88232,2,1385,2881 -"56316",13248,92322,2,1385,2393 -"56317",13248,99103,3,1385,1470 -"56318",13248,109635,3,1385,1925 -"56319",13249,1616,3,2573,2662 -"56320",13249,2684,3,2573,2874 -"56321",13249,13732,3,2573,2789 -"56322",13249,19208,2,2573,2629 -"56323",13249,24753,3,2573,2860 -"56324",13249,26865,3,2573,2726 -"56325",13249,29454,3,2573,2719 -"56326",13249,33433,2,2573,2805 -"56327",13249,34120,3,2573,2786 -"56328",13249,38307,3,2573,2648 -"56329",13249,38885,2,2573,2720 -"56330",13249,41664,3,2573,2641 -"56331",13249,41945,3,2573,2856 -"56332",13249,43756,3,2573,2881 -"56333",13249,47564,2,2573,2650 -"56334",13249,50480,3,2573,2701 -"56335",13249,51041,3,2573,2606 -"56336",13260,2540,3,389,1398 -"56337",13260,3978,3,389,2775 -"56338",13260,4612,3,389,2804 -"56339",13260,4660,3,389,2149 -"56340",13260,5106,2,389,2622 -"56341",13260,5826,3,389,411 -"56342",13260,8568,3,389,2706 -"56343",13260,8984,3,389,1162 -"56344",13260,9787,3,389,2858 -"56345",13260,12067,3,389,1213 -"56346",13260,12781,2,389,831 -"56347",13260,13720,3,389,1558 -"56348",13260,14287,3,389,1583 -"56349",13260,14781,3,389,2338 -"56350",13260,15153,3,389,1864 -"56351",13260,15826,3,389,2772 -"56352",13260,15910,3,389,941 -"56353",13260,16501,2,389,1650 -"56354",13260,16864,3,389,814 -"56355",13260,17033,2,389,2771 -"56356",13260,20395,3,389,1468 -"56357",13260,23966,3,389,891 -"56358",13260,25163,3,389,1751 -"56359",13260,26957,3,389,987 -"56360",13260,27897,3,389,1968 -"56361",13260,27914,3,389,2507 -"56362",13260,28357,3,389,1134 -"56363",13260,28909,3,389,978 -"56364",13260,29286,3,389,1612 -"56365",13260,30057,3,389,504 -"56366",13260,36737,2,389,829 -"56367",13260,37424,3,389,1693 -"56368",13260,37929,3,389,2393 -"56369",13260,39062,3,389,2020 -"56370",13260,39534,3,389,2410 -"56371",13260,40572,3,389,2666 -"56372",13260,44025,3,389,1935 -"56373",13260,44497,3,389,2401 -"56374",13260,46299,3,389,1132 -"56375",13260,46384,2,389,2285 -"56376",13260,46486,3,389,1868 -"56377",13260,47839,3,389,1864 -"56378",13260,50354,3,389,1299 -"56379",13260,52483,3,389,2317 -"56380",13260,61125,3,389,1673 -"56381",13260,63641,3,389,2337 -"56382",13260,64156,2,389,675 -"56383",13260,66717,3,389,2104 -"56384",13260,68539,3,389,1158 -"56385",13260,68931,3,389,2771 -"56386",13260,69545,2,389,673 -"56387",13260,70583,3,389,2615 -"56388",13260,71467,2,389,1051 -"56389",13260,72438,3,389,1397 -"56390",13260,72535,3,389,1191 -"56391",13260,88473,3,389,1102 -"56392",13260,95910,2,389,999 -"56393",13260,96007,3,389,895 -"56394",13260,100432,3,389,1358 -"56395",13260,104098,3,389,512 -"56396",13260,106240,3,389,705 -"56397",13285,2153,3,1577,2675 -"56398",13285,3628,3,1577,2707 -"56399",13285,7422,3,1577,1793 -"56400",13285,8259,3,1577,1677 -"56401",13285,13200,3,1577,2488 -"56402",13285,14655,3,1577,2559 -"56403",13285,17264,3,1577,2528 -"56404",13285,21734,3,1577,2528 -"56405",13285,23121,2,1577,2108 -"56406",13285,35464,3,1577,2502 -"56407",13285,36031,3,1577,2342 -"56408",13285,44407,3,1577,2154 -"56409",13285,89681,3,1577,1978 -"56410",13285,106053,3,1577,2469 -"56411",13290,30010,3,2824,2917 -"56412",13290,71531,3,2824,2887 -"56413",13295,2407,3,779,1725 -"56414",13295,2452,3,779,1715 -"56415",13295,2576,3,779,1307 -"56416",13295,2852,3,779,2448 -"56417",13295,3127,3,779,2273 -"56418",13295,3663,3,779,1232 -"56419",13295,4001,3,779,1687 -"56420",13295,4612,3,779,2804 -"56421",13295,4668,3,779,1919 -"56422",13295,4669,3,779,2395 -"56423",13295,5897,2,779,2337 -"56424",13295,7252,3,779,2799 -"56425",13295,7942,3,779,2623 -"56426",13295,8140,3,779,1262 -"56427",13295,8610,3,779,2240 -"56428",13295,9785,3,779,2951 -"56429",13295,9787,3,779,2858 -"56430",13295,10980,3,779,1974 -"56431",13295,11648,3,779,2852 -"56432",13295,11990,2,779,1909 -"56433",13295,12023,1,779,799 -"56434",13295,12781,3,779,831 -"56435",13295,12948,3,779,2669 -"56436",13295,13068,3,779,1778 -"56437",13295,14287,3,779,1583 -"56438",13295,14532,3,779,1193 -"56439",13295,14781,3,779,2338 -"56440",13295,16152,2,779,879 -"56441",13295,16437,3,779,1956 -"56442",13295,16501,3,779,1650 -"56443",13295,16715,3,779,1218 -"56444",13295,16864,3,779,814 -"56445",13295,16866,3,779,2718 -"56446",13295,18122,3,779,894 -"56447",13295,18865,3,779,2676 -"56448",13295,18978,3,779,952 -"56449",13295,19334,3,779,1979 -"56450",13295,19386,3,779,1714 -"56451",13295,23131,3,779,1732 -"56452",13295,27742,2,779,2700 -"56453",13295,27914,2,779,2507 -"56454",13295,28051,3,779,2089 -"56455",13295,28869,2,779,2425 -"56456",13295,28904,1,779,926 -"56457",13295,30525,3,779,1964 -"56458",13295,31317,3,779,1362 -"56459",13295,31753,1,779,1514 -"56460",13295,31868,3,779,1993 -"56461",13295,32560,3,779,1258 -"56462",13295,33451,3,779,1957 -"56463",13295,33870,3,779,955 -"56464",13295,35573,3,779,2084 -"56465",13295,35728,3,779,2017 -"56466",13295,40572,3,779,2666 -"56467",13295,41077,1,779,864 -"56468",13295,41581,3,779,1692 -"56469",13295,42813,3,779,2142 -"56470",13295,43961,3,779,2443 -"56471",13295,44074,3,779,1299 -"56472",13295,45869,3,779,2840 -"56473",13295,49201,3,779,936 -"56474",13295,54775,2,779,2383 -"56475",13295,56995,3,779,2323 -"56476",13295,58655,3,779,2685 -"56477",13295,61125,3,779,1673 -"56478",13295,62438,3,779,802 -"56479",13295,63395,3,779,2334 -"56480",13295,70455,3,779,1307 -"56481",13295,76007,3,779,918 -"56482",13295,79420,3,779,1061 -"56483",13295,79432,2,779,1708 -"56484",13295,80156,3,779,1667 -"56485",13295,85396,3,779,1131 -"56486",13295,88324,3,779,1080 -"56487",13295,89538,3,779,1847 -"56488",13295,91849,3,779,1166 -"56489",13295,92904,3,779,780 -"56490",13295,103491,3,779,1523 -"56491",13295,115021,3,779,1226 -"56492",13296,364,3,839,2351 -"56493",13296,782,3,839,945 -"56494",13296,1349,3,839,1147 -"56495",13296,1846,2,839,1845 -"56496",13296,2206,3,839,2536 -"56497",13296,2226,3,839,2225 -"56498",13296,2540,3,839,1398 -"56499",13296,2576,3,839,1307 -"56500",13296,2936,1,839,2512 -"56501",13296,3477,3,839,2546 -"56502",13296,3493,2,839,2451 -"56503",13296,3770,3,839,2623 -"56504",13296,4660,3,839,2149 -"56505",13296,4665,3,839,1569 -"56506",13296,5235,3,839,2324 -"56507",13296,5683,3,839,2468 -"56508",13296,5897,3,839,2337 -"56509",13296,6359,3,839,1239 -"56510",13296,6877,2,839,867 -"56511",13296,7785,3,839,2441 -"56512",13296,8062,3,839,2858 -"56513",13296,9060,3,839,1612 -"56514",13296,9241,3,839,2338 -"56515",13296,9481,3,839,1610 -"56516",13296,9503,3,839,2453 -"56517",13296,9504,3,839,2549 -"56518",13296,9703,3,839,1845 -"56519",13296,9723,2,839,2302 -"56520",13296,9785,3,839,2951 -"56521",13296,9787,3,839,2858 -"56522",13296,10453,2,839,1656 -"56523",13296,11108,2,839,1609 -"56524",13296,11239,3,839,2181 -"56525",13296,12361,3,839,2732 -"56526",13296,12577,3,839,2530 -"56527",13296,13566,3,839,2056 -"56528",13296,14449,3,839,1258 -"56529",13296,14915,3,839,2606 -"56530",13296,15535,3,839,891 -"56531",13296,16205,3,839,2630 -"56532",13296,16365,3,839,2217 -"56533",13296,16850,3,839,1657 -"56534",13296,18978,3,839,952 -"56535",13296,19215,3,839,2604 -"56536",13296,19380,3,839,2637 -"56537",13296,19655,2,839,2706 -"56538",13296,20220,3,839,1656 -"56539",13296,20395,3,839,1468 -"56540",13296,20941,3,839,2725 -"56541",13296,21207,2,839,1258 -"56542",13296,21487,3,839,2203 -"56543",13296,22244,3,839,2139 -"56544",13296,22580,3,839,2245 -"56545",13296,22709,3,839,2743 -"56546",13296,23131,3,839,1732 -"56547",13296,23154,2,839,2345 -"56548",13296,23966,2,839,891 -"56549",13296,26450,3,839,1709 -"56550",13296,26818,3,839,1999 -"56551",13296,27545,2,839,855 -"56552",13296,27742,3,839,2700 -"56553",13296,29170,3,839,1846 -"56554",13296,29286,3,839,1612 -"56555",13296,30525,3,839,1964 -"56556",13296,31335,3,839,2351 -"56557",13296,31753,3,839,1514 -"56558",13296,31866,3,839,2101 -"56559",13296,32470,3,839,1539 -"56560",13296,32532,3,839,2338 -"56561",13296,32560,3,839,1258 -"56562",13296,32651,3,839,877 -"56563",13296,32818,3,839,2485 -"56564",13296,33870,3,839,955 -"56565",13296,34216,3,839,2832 -"56566",13296,35797,3,839,2482 -"56567",13296,37351,3,839,978 -"56568",13296,41187,3,839,2340 -"56569",13296,41581,3,839,1692 -"56570",13296,44181,3,839,1034 -"56571",13296,47654,3,839,1664 -"56572",13296,51144,3,839,2466 -"56573",13296,51151,3,839,1195 -"56574",13296,52136,3,839,1412 -"56575",13296,52993,3,839,1256 -"56576",13296,54467,3,839,919 -"56577",13296,57912,2,839,1035 -"56578",13296,62066,3,839,2281 -"56579",13296,63077,3,839,2778 -"56580",13296,63644,3,839,1267 -"56581",13296,68539,3,839,1158 -"56582",13296,68931,3,839,2771 -"56583",13296,70583,3,839,2615 -"56584",13296,71219,3,839,967 -"56585",13296,71531,3,839,2887 -"56586",13296,72597,3,839,1843 -"56587",13296,72632,3,839,1289 -"56588",13296,73582,2,839,2075 -"56589",13296,80156,3,839,1667 -"56590",13296,85690,3,839,1229 -"56591",13296,91942,3,839,2216 -"56592",13296,96310,3,839,1016 -"56593",13296,101367,2,839,974 -"56594",13307,270,1,2206,2542 -"56595",13307,380,2,2206,2261 -"56596",13307,701,3,2206,2718 -"56597",13307,1102,2,2206,2282 -"56598",13307,2424,2,2206,2582 -"56599",13307,2484,3,2206,2389 -"56600",13307,2572,3,2206,2273 -"56601",13307,3305,2,2206,2839 -"56602",13307,3493,3,2206,2451 -"56603",13307,4701,3,2206,2401 -"56604",13307,4953,3,2206,2285 -"56605",13307,5235,3,2206,2324 -"56606",13307,6074,3,2206,2426 -"56607",13307,7616,3,2206,2296 -"56608",13307,8533,3,2206,2251 -"56609",13307,9175,3,2206,2639 -"56610",13307,9362,3,2206,2879 -"56611",13307,9615,3,2206,2464 -"56612",13307,10029,3,2206,2718 -"56613",13307,10513,3,2206,2284 -"56614",13307,10857,3,2206,2253 -"56615",13307,11218,3,2206,2292 -"56616",13307,12042,3,2206,2345 -"56617",13307,12374,3,2206,2260 -"56618",13307,14252,3,2206,2244 -"56619",13307,14655,3,2206,2559 -"56620",13307,16352,3,2206,2657 -"56621",13307,17365,3,2206,2746 -"56622",13307,17400,3,2206,2231 -"56623",13307,18394,2,2206,2356 -"56624",13307,19248,3,2206,2357 -"56625",13307,19622,2,2206,2371 -"56626",13307,19862,2,2206,2412 -"56627",13307,20124,3,2206,2376 -"56628",13307,21012,1,2206,2325 -"56629",13307,21193,3,2206,2490 -"56630",13307,21682,3,2206,2414 -"56631",13307,22197,3,2206,2271 -"56632",13307,22326,3,2206,2818 -"56633",13307,22415,3,2206,2841 -"56634",13307,23011,3,2206,2763 -"56635",13307,23509,3,2206,2275 -"56636",13307,23725,3,2206,2378 -"56637",13307,25305,3,2206,2447 -"56638",13307,26080,3,2206,2525 -"56639",13307,26848,3,2206,2363 -"56640",13307,30052,3,2206,2855 -"56641",13307,31705,3,2206,2706 -"56642",13307,32173,3,2206,2341 -"56643",13307,33160,3,2206,2441 -"56644",13307,36087,3,2206,2755 -"56645",13307,37285,3,2206,2428 -"56646",13307,38307,3,2206,2648 -"56647",13307,41945,3,2206,2856 -"56648",13307,41972,3,2206,2509 -"56649",13307,42216,3,2206,2722 -"56650",13307,43455,2,2206,2846 -"56651",13307,43518,3,2206,2680 -"56652",13307,44769,2,2206,2411 -"56653",13307,45302,3,2206,2390 -"56654",13307,46629,2,2206,2255 -"56655",13307,49110,3,2206,2938 -"56656",13307,50236,2,2206,2339 -"56657",13307,50785,3,2206,2877 -"56658",13307,51035,3,2206,2397 -"56659",13307,51041,3,2206,2606 -"56660",13307,51866,3,2206,2411 -"56661",13307,52576,3,2206,2234 -"56662",13307,54551,3,2206,2348 -"56663",13307,56082,2,2206,2395 -"56664",13307,56237,3,2206,2625 -"56665",13307,57977,3,2206,2683 -"56666",13307,61982,2,2206,2725 -"56667",13307,62841,3,2206,2710 -"56668",13307,67726,3,2206,2873 -"56669",13307,70217,3,2206,2332 -"56670",13307,72207,2,2206,2430 -"56671",13307,72326,3,2206,2384 -"56672",13307,76892,3,2206,2381 -"56673",13307,79804,3,2206,2227 -"56674",13311,1822,3,2315,2888 -"56675",13311,3961,3,2315,2426 -"56676",13311,5041,3,2315,2371 -"56677",13311,5315,3,2315,2631 -"56678",13311,5350,2,2315,2522 -"56679",13311,7506,3,2315,2371 -"56680",13311,9928,3,2315,2345 -"56681",13311,11966,3,2315,2385 -"56682",13311,12035,3,2315,2721 -"56683",13311,12042,3,2315,2345 -"56684",13311,12272,3,2315,2371 -"56685",13311,15309,3,2315,2820 -"56686",13311,16352,3,2315,2657 -"56687",13311,19072,1,2315,2358 -"56688",13311,20292,3,2315,2755 -"56689",13311,21571,3,2315,2755 -"56690",13311,23310,2,2315,2371 -"56691",13311,23725,3,2315,2378 -"56692",13311,26080,2,2315,2525 -"56693",13311,28168,3,2315,2702 -"56694",13311,32567,3,2315,2784 -"56695",13311,32919,2,2315,2321 -"56696",13311,34735,3,2315,2767 -"56697",13311,35926,2,2315,2371 -"56698",13311,39516,3,2315,2393 -"56699",13311,41955,3,2315,2479 -"56700",13311,41972,3,2315,2509 -"56701",13311,44557,2,2315,2371 -"56702",13311,52026,3,2315,2633 -"56703",13311,54929,3,2315,2783 -"56704",13311,69716,3,2315,2632 -"56705",13324,1102,3,2163,2282 -"56706",13324,2572,3,2163,2273 -"56707",13324,3409,2,2163,2167 -"56708",13324,6192,3,2163,2409 -"56709",13324,6208,3,2163,2361 -"56710",13324,6241,3,2163,2264 -"56711",13324,7014,3,2163,2401 -"56712",13324,7616,3,2163,2296 -"56713",13324,8238,3,2163,2222 -"56714",13324,13249,2,2163,2573 -"56715",13324,14655,3,2163,2559 -"56716",13324,16954,3,2163,2972 -"56717",13324,19208,2,2163,2629 -"56718",13324,19248,3,2163,2357 -"56719",13324,19605,3,2163,2395 -"56720",13324,22808,3,2163,2297 -"56721",13324,23268,3,2163,2258 -"56722",13324,23460,1,2163,2183 -"56723",13324,24753,3,2163,2860 -"56724",13324,27427,3,2163,2325 -"56725",13324,29454,3,2163,2719 -"56726",13324,31705,3,2163,2706 -"56727",13324,34120,3,2163,2786 -"56728",13324,35738,3,2163,2448 -"56729",13324,41664,3,2163,2641 -"56730",13324,41764,3,2163,2409 -"56731",13324,42129,2,2163,2318 -"56732",13324,42216,3,2163,2722 -"56733",13324,45302,3,2163,2390 -"56734",13324,47362,3,2163,2253 -"56735",13324,47386,3,2163,2226 -"56736",13324,47564,2,2163,2650 -"56737",13324,50480,3,2163,2701 -"56738",13324,51035,3,2163,2397 -"56739",13324,55076,3,2163,2408 -"56740",13324,55643,3,2163,2359 -"56741",13324,64945,3,2163,2279 -"56742",13324,65434,3,2163,2866 -"56743",13333,1629,1,845,1289 -"56744",13333,3477,3,845,2546 -"56745",13333,7337,3,845,1797 -"56746",13333,11310,3,845,957 -"56747",13333,19364,3,845,2846 -"56748",13333,33681,3,845,1059 -"56749",13333,33870,3,845,955 -"56750",13333,34831,3,845,1866 -"56751",13333,55472,3,845,1516 -"56752",13333,61125,3,845,1673 -"56753",13333,90709,3,845,1080 -"56754",13333,99332,3,845,873 -"56755",13340,843,3,1918,2332 -"56756",13340,1369,2,1918,2487 -"56757",13340,2282,3,1918,2056 -"56758",13340,3271,3,1918,2216 -"56759",13340,5637,3,1918,1976 -"56760",13340,6999,2,1918,2214 -"56761",13340,9272,3,1918,2835 -"56762",13340,12116,1,1918,2119 -"56763",13340,14470,3,1918,2632 -"56764",13340,22410,2,1918,2158 -"56765",13340,23498,3,1918,2398 -"56766",13340,23550,3,1918,2939 -"56767",13340,23560,3,1918,2051 -"56768",13340,36840,2,1918,2269 -"56769",13340,37684,3,1918,2899 -"56770",13340,42407,1,1918,2408 -"56771",13340,43226,3,1918,2442 -"56772",13340,45499,3,1918,2346 -"56773",13340,47607,3,1918,2724 -"56774",13340,48110,3,1918,2009 -"56775",13340,48501,2,1918,2010 -"56776",13340,58508,3,1918,2326 -"56777",13340,69335,3,1918,2698 -"56778",13340,70011,3,1918,2690 -"56779",13340,73520,2,1918,2613 -"56780",13340,77719,2,1918,2086 -"56781",13340,78277,2,1918,1937 -"56782",13340,80970,3,1918,2069 -"56783",13340,93553,3,1918,2537 -"56784",13388,1767,3,2119,2727 -"56785",13388,3961,2,2119,2426 -"56786",13388,5041,3,2119,2371 -"56787",13388,5315,3,2119,2631 -"56788",13388,7253,3,2119,2686 -"56789",13388,7984,2,2119,2493 -"56790",13388,9311,3,2119,2477 -"56791",13388,10358,2,2119,2294 -"56792",13388,10779,3,2119,2881 -"56793",13388,11218,3,2119,2292 -"56794",13388,11477,3,2119,2724 -"56795",13388,14032,3,2119,2144 -"56796",13388,15444,3,2119,2764 -"56797",13388,17027,3,2119,2772 -"56798",13388,18874,3,2119,2170 -"56799",13388,19719,3,2119,2177 -"56800",13388,20067,2,2119,2390 -"56801",13388,20732,2,2119,2401 -"56802",13388,21504,3,2119,2328 -"56803",13388,22207,3,2119,2365 -"56804",13388,23268,3,2119,2258 -"56805",13388,23726,2,2119,2434 -"56806",13388,24756,3,2119,2530 -"56807",13388,26249,3,2119,2301 -"56808",13388,29930,3,2119,2240 -"56809",13388,32919,3,2119,2321 -"56810",13388,33801,3,2119,2899 -"56811",13388,34120,3,2119,2786 -"56812",13388,35264,3,2119,2329 -"56813",13388,35926,3,2119,2371 -"56814",13388,41955,3,2119,2479 -"56815",13388,43479,3,2119,2178 -"56816",13388,46803,2,2119,2305 -"56817",13388,47386,3,2119,2226 -"56818",13388,50382,2,2119,2244 -"56819",13388,52380,3,2119,2686 -"56820",13388,53475,3,2119,2853 -"56821",13388,54929,3,2119,2783 -"56822",13388,57977,3,2119,2683 -"56823",13388,58669,3,2119,2296 -"56824",13388,59511,2,2119,2753 -"56825",13388,69029,3,2119,2623 -"56826",13388,70203,3,2119,2756 -"56827",13388,76356,2,2119,2323 -"56828",13394,2798,3,1667,1673 -"56829",13394,11506,3,1667,2824 -"56830",13394,14676,3,1667,2764 -"56831",13394,78784,3,1667,2824 -"56832",13399,5912,2,1682,2257 -"56833",13399,8029,1,1682,1859 -"56834",13399,26959,3,1682,1961 -"56835",13399,40432,3,1682,1956 -"56836",13400,468,1,1371,1966 -"56837",13400,798,3,1371,2476 -"56838",13400,3164,3,1371,2693 -"56839",13400,3306,3,1371,1989 -"56840",13400,3669,3,1371,2524 -"56841",13400,4032,2,1371,1763 -"56842",13400,4367,3,1371,2794 -"56843",13400,4660,3,1371,2149 -"56844",13400,5816,2,1371,2408 -"56845",13400,6030,3,1371,2953 -"56846",13400,6132,3,1371,1590 -"56847",13400,6248,3,1371,2737 -"56848",13400,6697,3,1371,2438 -"56849",13400,7355,3,1371,1928 -"56850",13400,8726,3,1371,2083 -"56851",13400,9050,3,1371,2026 -"56852",13400,9716,3,1371,1929 -"56853",13400,9803,3,1371,1664 -"56854",13400,9808,2,1371,1648 -"56855",13400,11136,3,1371,2573 -"56856",13400,11424,3,1371,1631 -"56857",13400,11665,3,1371,1643 -"56858",13400,11966,3,1371,2385 -"56859",13400,12035,3,1371,2721 -"56860",13400,13079,3,1371,2547 -"56861",13400,13920,3,1371,1709 -"56862",13400,14061,3,1371,1620 -"56863",13400,14558,3,1371,1585 -"56864",13400,14754,2,1371,2456 -"56865",13400,15301,1,1371,2308 -"56866",13400,15607,3,1371,1421 -"56867",13400,16352,3,1371,2657 -"56868",13400,16771,3,1371,1541 -"56869",13400,16833,3,1371,1661 -"56870",13400,17413,3,1371,2230 -"56871",13400,17999,3,1371,2758 -"56872",13400,18808,3,1371,2854 -"56873",13400,20292,3,1371,2755 -"56874",13400,21504,3,1371,2328 -"56875",13400,21571,2,1371,2755 -"56876",13400,21682,3,1371,2414 -"56877",13400,21832,2,1371,1755 -"56878",13400,22566,2,1371,2308 -"56879",13400,22766,3,1371,1945 -"56880",13400,22905,3,1371,2599 -"56881",13400,23159,3,1371,1548 -"56882",13400,23739,3,1371,2463 -"56883",13400,24511,3,1371,1871 -"56884",13400,24757,3,1371,1939 -"56885",13400,24761,3,1371,2384 -"56886",13400,25259,3,1371,1699 -"56887",13400,25741,3,1371,2853 -"56888",13400,26100,1,1371,1966 -"56889",13400,26642,3,1371,2952 -"56890",13400,28050,3,1371,1955 -"56891",13400,28081,2,1371,1927 -"56892",13400,28168,3,1371,2702 -"56893",13400,30317,3,1371,2431 -"56894",13400,30668,3,1371,2882 -"56895",13400,30669,3,1371,1921 -"56896",13400,31251,1,1371,2498 -"56897",13400,31285,3,1371,2328 -"56898",13400,31395,3,1371,1695 -"56899",13400,32567,3,1371,2784 -"56900",13400,32582,3,1371,1929 -"56901",13400,33981,3,1371,1993 -"56902",13400,34735,3,1371,2767 -"56903",13400,35264,2,1371,2329 -"56904",13400,35477,3,1371,2703 -"56905",13400,35873,3,1371,1377 -"56906",13400,37844,3,1371,2002 -"56907",13400,38309,3,1371,2644 -"56908",13400,39321,3,1371,2257 -"56909",13400,40493,3,1371,1981 -"56910",13400,41134,3,1371,2952 -"56911",13400,41338,3,1371,1553 -"56912",13400,41603,2,1371,1942 -"56913",13400,42619,3,1371,2017 -"56914",13400,43593,3,1371,2704 -"56915",13400,45585,3,1371,2384 -"56916",13400,49147,3,1371,2539 -"56917",13400,50335,3,1371,1893 -"56918",13400,50440,3,1371,2469 -"56919",13400,50635,3,1371,2962 -"56920",13400,53362,1,1371,2360 -"56921",13400,53530,3,1371,2380 -"56922",13400,54284,3,1371,2491 -"56923",13400,55436,3,1371,2513 -"56924",13400,55775,3,1371,2385 -"56925",13400,57714,3,1371,1391 -"56926",13400,60672,2,1371,2876 -"56927",13400,63641,3,1371,2337 -"56928",13400,66717,3,1371,2104 -"56929",13400,68416,3,1371,2939 -"56930",13400,68789,3,1371,1929 -"56931",13400,71065,3,1371,2231 -"56932",13400,74605,3,1371,2265 -"56933",13400,77785,2,1371,1595 -"56934",13400,94500,3,1371,1529 -"56935",13400,94510,3,1371,1514 -"56936",13400,104659,3,1371,2026 -"56937",13400,107435,3,1371,1635 -"56938",13476,33572,3,1959,2370 -"56939",13476,48820,3,1959,2769 -"56940",13479,1315,2,2155,2760 -"56941",13479,3980,3,2155,2771 -"56942",13479,5622,3,2155,2175 -"56943",13479,13158,2,2155,2667 -"56944",13479,13324,3,2155,2163 -"56945",13479,23312,3,2155,2449 -"56946",13479,27427,2,2155,2325 -"56947",13479,30827,3,2155,2323 -"56948",13479,33949,3,2155,2489 -"56949",13479,40931,3,2155,2301 -"56950",13479,42216,3,2155,2722 -"56951",13479,43404,3,2155,2649 -"56952",13479,43490,3,2155,2463 -"56953",13479,44676,3,2155,2629 -"56954",13518,489,3,525,2652 -"56955",13518,601,3,525,702 -"56956",13518,867,3,525,1264 -"56957",13518,1015,3,525,1174 -"56958",13518,1315,2,525,2760 -"56959",13518,2181,3,525,2030 -"56960",13518,2960,2,525,977 -"56961",13518,3139,2,525,1656 -"56962",13518,4107,3,525,987 -"56963",13518,4121,2,525,1304 -"56964",13518,4785,3,525,996 -"56965",13518,5622,3,525,2175 -"56966",13518,8821,3,525,2230 -"56967",13518,10143,3,525,778 -"56968",13518,10352,3,525,1371 -"56969",13518,12362,3,525,702 -"56970",13518,12703,3,525,2689 -"56971",13518,12901,3,525,2136 -"56972",13518,13158,3,525,2667 -"56973",13518,13324,2,525,2163 -"56974",13518,13479,1,525,2155 -"56975",13518,13801,3,525,2041 -"56976",13518,13835,2,525,1588 -"56977",13518,15402,3,525,1281 -"56978",13518,17571,3,525,953 -"56979",13518,18779,3,525,1267 -"56980",13518,18891,3,525,1596 -"56981",13518,21479,1,525,2134 -"56982",13518,23268,3,525,2258 -"56983",13518,23312,2,525,2449 -"56984",13518,23460,3,525,2183 -"56985",13518,23492,3,525,1067 -"56986",13518,24559,3,525,946 -"56987",13518,26524,3,525,982 -"56988",13518,27427,1,525,2325 -"56989",13518,27694,3,525,2030 -"56990",13518,30092,3,525,1593 -"56991",13518,30325,3,525,1067 -"56992",13518,30692,2,525,700 -"56993",13518,30738,2,525,1166 -"56994",13518,36637,2,525,2085 -"56995",13518,37859,3,525,1999 -"56996",13518,39294,3,525,1889 -"56997",13518,40707,1,525,1547 -"56998",13518,44181,3,525,1034 -"56999",13518,44654,3,525,2916 -"57000",13518,44676,3,525,2629 -"57001",13518,45375,3,525,862 -"57002",13518,46040,3,525,2105 -"57003",13518,47064,3,525,1993 -"57004",13518,48283,2,525,1290 -"57005",13518,51243,2,525,1389 -"57006",13518,53120,3,525,975 -"57007",13518,58122,3,525,889 -"57008",13518,61138,3,525,1188 -"57009",13518,61188,2,525,2134 -"57010",13518,63147,2,525,1477 -"57011",13518,65475,3,525,1267 -"57012",13518,67424,1,525,903 -"57013",13518,67788,3,525,837 -"57014",13518,72557,2,525,972 -"57015",13518,73524,3,525,605 -"57016",13518,77031,3,525,801 -"57017",13518,79837,3,525,1252 -"57018",13518,82409,3,525,1881 -"57019",13518,87837,3,525,1987 -"57020",13518,87904,3,525,952 -"57021",13518,88473,3,525,1102 -"57022",13518,98080,3,525,1265 -"57023",13518,99137,3,525,804 -"57024",13518,105353,3,525,2073 -"57025",13528,9063,2,1891,2000 -"57026",13528,11135,3,1891,2441 -"57027",13528,14761,3,1891,2502 -"57028",13528,15502,2,1891,2637 -"57029",13528,19972,1,1891,2078 -"57030",13528,28355,3,1891,2053 -"57031",13528,33363,3,1891,2475 -"57032",13528,37844,3,1891,2002 -"57033",13528,40715,3,1891,2258 -"57034",13535,1777,3,1491,1965 -"57035",13535,3830,3,1491,1661 -"57036",13535,5078,3,1491,2033 -"57037",13535,5457,3,1491,2077 -"57038",13535,5462,3,1491,2374 -"57039",13535,5504,3,1491,2389 -"57040",13535,14652,3,1491,2516 -"57041",13535,15500,2,1491,1658 -"57042",13535,18151,3,1491,2962 -"57043",13535,18458,2,1491,2477 -"57044",13535,20659,1,1491,1969 -"57045",13535,21225,2,1491,1945 -"57046",13535,26106,2,1491,2015 -"57047",13535,26793,3,1491,2104 -"57048",13535,32939,3,1491,2277 -"57049",13535,37677,3,1491,1908 -"57050",13535,41278,3,1491,1873 -"57051",13535,57565,2,1491,1577 -"57052",13535,57804,3,1491,2214 -"57053",13537,388,3,1020,1594 -"57054",13537,680,2,1020,2569 -"57055",13537,867,3,1020,1264 -"57056",13537,1314,3,1020,1522 -"57057",13537,1560,3,1020,2013 -"57058",13537,2418,3,1020,2020 -"57059",13537,2540,2,1020,1398 -"57060",13537,2563,3,1020,1686 -"57061",13537,3127,3,1020,2273 -"57062",13537,3317,3,1020,2037 -"57063",13537,3403,3,1020,2951 -"57064",13537,3978,3,1020,2775 -"57065",13537,4066,3,1020,1736 -"57066",13537,4303,2,1020,2414 -"57067",13537,4361,3,1020,2571 -"57068",13537,4763,3,1020,1960 -"57069",13537,4983,3,1020,1909 -"57070",13537,5363,3,1020,1791 -"57071",13537,5614,3,1020,2122 -"57072",13537,5962,3,1020,2491 -"57073",13537,6602,3,1020,1631 -"57074",13537,7229,3,1020,2669 -"57075",13537,7252,2,1020,2799 -"57076",13537,7597,3,1020,2037 -"57077",13537,7780,3,1020,1920 -"57078",13537,7936,3,1020,1199 -"57079",13537,8062,1,1020,2858 -"57080",13537,8140,3,1020,1262 -"57081",13537,9227,3,1020,1267 -"57082",13537,9484,3,1020,1429 -"57083",13537,9716,3,1020,1929 -"57084",13537,9787,3,1020,2858 -"57085",13537,10336,3,1020,2271 -"57086",13537,10350,3,1020,1163 -"57087",13537,10474,3,1020,1608 -"57088",13537,11019,3,1020,1299 -"57089",13537,11029,2,1020,2362 -"57090",13537,11429,3,1020,2520 -"57091",13537,11477,3,1020,2724 -"57092",13537,11563,3,1020,1863 -"57093",13537,11585,3,1020,1817 -"57094",13537,11648,3,1020,2852 -"57095",13537,11728,3,1020,1121 -"57096",13537,12759,2,1020,2414 -"57097",13537,12948,3,1020,2669 -"57098",13537,13290,3,1020,2824 -"57099",13537,14072,3,1020,1346 -"57100",13537,14287,3,1020,1583 -"57101",13537,14972,3,1020,2332 -"57102",13537,15095,3,1020,2001 -"57103",13537,15683,3,1020,1729 -"57104",13537,15700,3,1020,1712 -"57105",13537,15826,3,1020,2772 -"57106",13537,16501,3,1020,1650 -"57107",13537,17257,3,1020,1117 -"57108",13537,18124,3,1020,1642 -"57109",13537,18371,3,1020,2860 -"57110",13537,18381,2,1020,1524 -"57111",13537,18518,3,1020,1128 -"57112",13537,19686,3,1020,2467 -"57113",13537,19751,3,1020,1630 -"57114",13537,20624,3,1020,1298 -"57115",13537,21240,3,1020,1162 -"57116",13537,21670,3,1020,2158 -"57117",13537,21681,3,1020,2005 -"57118",13537,22709,3,1020,2743 -"57119",13537,22723,3,1020,2859 -"57120",13537,23131,3,1020,1732 -"57121",13537,23154,3,1020,2345 -"57122",13537,25373,1,1020,2783 -"57123",13537,26642,3,1020,2952 -"57124",13537,27914,3,1020,2507 -"57125",13537,28057,3,1020,1067 -"57126",13537,29286,3,1020,1612 -"57127",13537,29436,2,1020,1718 -"57128",13537,29997,3,1020,1789 -"57129",13537,30334,2,1020,2075 -"57130",13537,30525,3,1020,1964 -"57131",13537,30618,3,1020,1609 -"57132",13537,30705,3,1020,2959 -"57133",13537,30891,3,1020,1256 -"57134",13537,31335,3,1020,2351 -"57135",13537,31700,3,1020,2727 -"57136",13537,32110,3,1020,2224 -"57137",13537,32311,3,1020,2396 -"57138",13537,32818,3,1020,2485 -"57139",13537,32988,3,1020,2008 -"57140",13537,34334,3,1020,1637 -"57141",13537,34820,3,1020,1630 -"57142",13537,34831,3,1020,1866 -"57143",13537,34870,2,1020,1873 -"57144",13537,34875,3,1020,1544 -"57145",13537,34892,3,1020,2309 -"57146",13537,35518,3,1020,1721 -"57147",13537,35822,3,1020,1903 -"57148",13537,36953,3,1020,2790 -"57149",13537,37036,2,1020,2264 -"57150",13537,37636,2,1020,2178 -"57151",13537,37844,3,1020,2002 -"57152",13537,37937,3,1020,1320 -"57153",13537,38805,2,1020,1031 -"57154",13537,39418,3,1020,1978 -"57155",13537,40392,2,1020,1878 -"57156",13537,40623,3,1020,2580 -"57157",13537,41187,3,1020,2340 -"57158",13537,41250,3,1020,1703 -"57159",13537,41429,3,1020,1770 -"57160",13537,41446,3,1020,1103 -"57161",13537,41581,3,1020,1692 -"57162",13537,41723,2,1020,2101 -"57163",13537,41969,3,1020,2189 -"57164",13537,42486,3,1020,1951 -"57165",13537,42813,3,1020,2142 -"57166",13537,42852,3,1020,1316 -"57167",13537,42914,3,1020,1737 -"57168",13537,43204,3,1020,1680 -"57169",13537,43660,3,1020,2320 -"57170",13537,44341,3,1020,1230 -"57171",13537,44636,3,1020,1026 -"57172",13537,44694,3,1020,2220 -"57173",13537,46486,3,1020,1868 -"57174",13537,46532,3,1020,2005 -"57175",13537,47082,3,1020,1990 -"57176",13537,50278,1,1020,1127 -"57177",13537,50585,3,1020,2414 -"57178",13537,51783,2,1020,2599 -"57179",13537,51879,3,1020,1771 -"57180",13537,56082,3,1020,2395 -"57181",13537,56537,3,1020,2409 -"57182",13537,57082,3,1020,1418 -"57183",13537,57492,3,1020,2855 -"57184",13537,57912,3,1020,1035 -"57185",13537,58829,3,1020,1256 -"57186",13537,59726,3,1020,1513 -"57187",13537,60879,3,1020,2792 -"57188",13537,61125,3,1020,1673 -"57189",13537,61723,3,1020,1262 -"57190",13537,62488,3,1020,1418 -"57191",13537,63077,3,1020,2778 -"57192",13537,65242,3,1020,1988 -"57193",13537,68275,3,1020,1158 -"57194",13537,69250,3,1020,1439 -"57195",13537,70070,3,1020,2425 -"57196",13537,71455,3,1020,1702 -"57197",13537,71467,3,1020,1051 -"57198",13537,72597,3,1020,1843 -"57199",13537,76286,3,1020,1642 -"57200",13537,78193,3,1020,2315 -"57201",13537,78384,3,1020,1762 -"57202",13537,80527,2,1020,1664 -"57203",13537,81486,2,1020,1297 -"57204",13537,82819,3,1020,1900 -"57205",13537,82932,3,1020,2245 -"57206",13537,83253,3,1020,1102 -"57207",13537,94525,3,1020,1993 -"57208",13537,100432,2,1020,1358 -"57209",13537,102400,3,1020,1761 -"57210",13537,104828,3,1020,1609 -"57211",13551,14,3,1451,1793 -"57212",13551,386,3,1451,1553 -"57213",13551,1685,3,1451,2230 -"57214",13551,3158,3,1451,2762 -"57215",13551,6999,3,1451,2214 -"57216",13551,9269,3,1451,1892 -"57217",13551,9740,1,1451,2233 -"57218",13551,9895,3,1451,1960 -"57219",13551,9909,3,1451,2230 -"57220",13551,10146,2,1451,1878 -"57221",13551,12007,3,1451,1594 -"57222",13551,12914,3,1451,1557 -"57223",13551,17355,3,1451,1469 -"57224",13551,17480,3,1451,2316 -"57225",13551,17499,3,1451,2954 -"57226",13551,18165,2,1451,2085 -"57227",13551,19744,2,1451,2623 -"57228",13551,19980,2,1451,2231 -"57229",13551,20695,3,1451,2526 -"57230",13551,22744,3,1451,1907 -"57231",13551,23098,3,1451,2300 -"57232",13551,28648,3,1451,1586 -"57233",13551,30092,3,1451,1593 -"57234",13551,30544,1,1451,2041 -"57235",13551,30697,3,1451,2891 -"57236",13551,30827,2,1451,2323 -"57237",13551,31898,3,1451,1916 -"57238",13551,40129,3,1451,2162 -"57239",13551,42216,3,1451,2722 -"57240",13551,42372,3,1451,2230 -"57241",13551,51212,3,1451,1801 -"57242",13551,56364,3,1451,1626 -"57243",13551,59096,3,1451,1677 -"57244",13551,75207,2,1451,2235 -"57245",13551,79461,3,1451,1667 -"57246",13551,84591,3,1451,1685 -"57247",13551,84885,3,1451,1649 -"57248",13551,92630,3,1451,1583 -"57249",13566,3493,3,2056,2451 -"57250",13566,23154,3,2056,2345 -"57251",13566,46982,3,2056,2806 -"57252",13566,47968,3,2056,2829 -"57253",13566,73582,2,2056,2075 -"57254",13573,23787,3,2774,2810 -"57255",13573,33801,3,2774,2899 -"57256",13573,36574,3,2774,2934 -"57257",13573,53475,3,2774,2853 -"57258",13595,2282,3,1164,2056 -"57259",13595,2370,2,1164,1600 -"57260",13595,3068,3,1164,1815 -"57261",13595,3158,3,1164,2762 -"57262",13595,3360,3,1164,1583 -"57263",13595,4249,2,1164,2547 -"57264",13595,4784,1,1164,2511 -"57265",13595,6020,1,1164,1864 -"57266",13595,6223,3,1164,2363 -"57267",13595,6345,2,1164,2713 -"57268",13595,6747,3,1164,2913 -"57269",13595,6999,3,1164,2214 -"57270",13595,7604,3,1164,1366 -"57271",13595,9724,2,1164,2713 -"57272",13595,9740,3,1164,2233 -"57273",13595,10701,3,1164,2000 -"57274",13595,13688,3,1164,1627 -"57275",13595,14172,2,1164,1923 -"57276",13595,14470,3,1164,2632 -"57277",13595,15782,3,1164,2306 -"57278",13595,16963,3,1164,1999 -"57279",13595,17499,3,1164,2954 -"57280",13595,17695,3,1164,1930 -"57281",13595,19366,3,1164,2279 -"57282",13595,21358,1,1164,1970 -"57283",13595,21920,3,1164,2367 -"57284",13595,22357,3,1164,1397 -"57285",13595,23550,3,1164,2939 -"57286",13595,25941,3,1164,2369 -"57287",13595,26597,3,1164,2070 -"57288",13595,28648,1,1164,1586 -"57289",13595,30544,3,1164,2041 -"57290",13595,31950,3,1164,2217 -"57291",13595,32350,3,1164,1540 -"57292",13595,34274,2,1164,1437 -"57293",13595,36399,3,1164,1357 -"57294",13595,37684,2,1164,2899 -"57295",13595,41489,1,1164,2006 -"57296",13595,43701,2,1164,2400 -"57297",13595,45297,1,1164,1864 -"57298",13595,45450,3,1164,1590 -"57299",13595,47607,3,1164,2724 -"57300",13595,48823,2,1164,2080 -"57301",13595,50468,2,1164,1659 -"57302",13595,51212,3,1164,1801 -"57303",13595,51505,3,1164,1572 -"57304",13595,52179,3,1164,1572 -"57305",13595,52386,3,1164,1830 -"57306",13595,52950,3,1164,2716 -"57307",13595,53652,2,1164,2899 -"57308",13595,54316,3,1164,1202 -"57309",13595,54488,3,1164,2357 -"57310",13595,64737,3,1164,2442 -"57311",13595,68813,2,1164,2511 -"57312",13595,76842,2,1164,1518 -"57313",13595,82217,1,1164,2441 -"57314",13595,84235,3,1164,1639 -"57315",13595,84581,3,1164,1241 -"57316",13595,86559,3,1164,1704 -"57317",13595,92366,3,1164,1434 -"57318",13595,95879,3,1164,1748 -"57319",13595,96332,3,1164,1197 -"57320",13595,108467,3,1164,2170 -"57321",13601,7795,3,2689,2789 -"57322",13601,17790,3,2689,2783 -"57323",13601,19528,3,2689,2742 -"57324",13601,33433,3,2689,2805 -"57325",13601,41945,3,2689,2856 -"57326",13601,47877,3,2689,2970 -"57327",13610,10148,3,2515,2964 -"57328",13610,11382,1,2515,2746 -"57329",13610,36441,3,2515,2796 -"57330",13671,1367,3,1371,2176 -"57331",13671,1685,1,1371,2230 -"57332",13671,1785,2,1371,2350 -"57333",13671,2424,3,1371,2582 -"57334",13671,2747,3,1371,2411 -"57335",13671,3360,2,1371,1583 -"57336",13671,3477,3,1371,2546 -"57337",13671,4698,3,1371,2481 -"57338",13671,5346,2,1371,1438 -"57339",13671,5355,2,1371,1499 -"57340",13671,5580,3,1371,2111 -"57341",13671,6063,3,1371,2349 -"57342",13671,6621,3,1371,2478 -"57343",13671,6999,3,1371,2214 -"57344",13671,7245,3,1371,2089 -"57345",13671,7499,3,1371,1803 -"57346",13671,9654,3,1371,2111 -"57347",13671,10250,3,1371,1606 -"57348",13671,11154,2,1371,1594 -"57349",13671,11521,3,1371,1559 -"57350",13671,12000,1,1371,1454 -"57351",13671,12007,2,1371,1594 -"57352",13671,14095,3,1371,2186 -"57353",13671,15150,3,1371,2801 -"57354",13671,15207,2,1371,1855 -"57355",13671,15453,3,1371,1688 -"57356",13671,15558,3,1371,2389 -"57357",13671,16067,3,1371,2727 -"57358",13671,16524,3,1371,1556 -"57359",13671,18217,3,1371,1566 -"57360",13671,18348,3,1371,1711 -"57361",13671,18415,3,1371,2184 -"57362",13671,19002,2,1371,2053 -"57363",13671,19296,3,1371,1705 -"57364",13671,19366,3,1371,2279 -"57365",13671,20011,3,1371,2826 -"57366",13671,20709,3,1371,1757 -"57367",13671,21249,3,1371,1635 -"57368",13671,21929,3,1371,2062 -"57369",13671,22744,2,1371,1907 -"57370",13671,25330,3,1371,2370 -"57371",13671,26698,3,1371,1963 -"57372",13671,27074,2,1371,1454 -"57373",13671,28195,3,1371,1407 -"57374",13671,28970,3,1371,2111 -"57375",13671,30262,3,1371,1715 -"57376",13671,30943,3,1371,2287 -"57377",13671,31295,3,1371,2183 -"57378",13671,31794,2,1371,1919 -"57379",13671,32079,3,1371,2315 -"57380",13671,32939,3,1371,2277 -"57381",13671,33223,3,1371,2397 -"57382",13671,33363,3,1371,2475 -"57383",13671,35186,3,1371,1520 -"57384",13671,40129,3,1371,2162 -"57385",13671,40542,3,1371,1664 -"57386",13671,42642,3,1371,2257 -"57387",13671,43311,2,1371,1553 -"57388",13671,45664,2,1371,2235 -"57389",13671,46049,3,1371,2102 -"57390",13671,46803,3,1371,2305 -"57391",13671,49069,3,1371,1694 -"57392",13671,49147,3,1371,2539 -"57393",13671,49415,3,1371,2654 -"57394",13671,50621,3,1371,2809 -"57395",13671,51173,3,1371,1829 -"57396",13671,53648,2,1371,2167 -"57397",13671,53968,3,1371,2703 -"57398",13671,55377,3,1371,1499 -"57399",13671,56168,3,1371,1466 -"57400",13671,57804,3,1371,2214 -"57401",13671,63641,3,1371,2337 -"57402",13671,67726,3,1371,2873 -"57403",13671,69716,3,1371,2632 -"57404",13671,70656,3,1371,2771 -"57405",13671,74818,3,1371,1440 -"57406",13671,76672,3,1371,1930 -"57407",13671,76997,3,1371,2223 -"57408",13671,77057,3,1371,1866 -"57409",13671,77095,3,1371,1622 -"57410",13671,79461,3,1371,1667 -"57411",13671,79547,3,1371,1909 -"57412",13671,80377,2,1371,1384 -"57413",13671,85356,3,1371,1492 -"57414",13671,85638,2,1371,2275 -"57415",13671,86559,3,1371,1704 -"57416",13671,87190,2,1371,1704 -"57417",13671,88171,3,1371,1488 -"57418",13671,96700,3,1371,1602 -"57419",13671,99557,3,1371,1703 -"57420",13688,3158,2,1627,2762 -"57421",13688,4249,3,1627,2547 -"57422",13688,4784,3,1627,2511 -"57423",13688,6020,3,1627,1864 -"57424",13688,6223,3,1627,2363 -"57425",13688,9740,3,1627,2233 -"57426",13688,12966,3,1627,2011 -"57427",13688,21358,3,1627,1970 -"57428",13688,30544,3,1627,2041 -"57429",13688,41489,3,1627,2006 -"57430",13688,45297,2,1627,1864 -"57431",13688,82217,3,1627,2441 -"57432",13699,669,2,1355,1423 -"57433",13699,997,3,1355,2788 -"57434",13699,1046,3,1355,1881 -"57435",13699,6241,3,1355,2264 -"57436",13699,8533,3,1355,2251 -"57437",13699,8621,3,1355,1681 -"57438",13699,8762,3,1355,2585 -"57439",13699,10746,3,1355,1506 -"57440",13699,10859,3,1355,2231 -"57441",13699,12542,3,1355,1888 -"57442",13699,13601,3,1355,2689 -"57443",13699,15539,3,1355,1929 -"57444",13699,15713,3,1355,1646 -"57445",13699,17721,3,1355,1410 -"57446",13699,17938,3,1355,1410 -"57447",13699,19199,2,1355,2263 -"57448",13699,19813,2,1355,1744 -"57449",13699,20496,3,1355,2530 -"57450",13699,24405,3,1355,1443 -"57451",13699,24608,3,1355,1630 -"57452",13699,24721,3,1355,2326 -"57453",13699,25874,3,1355,2088 -"57454",13699,27104,2,1355,1608 -"57455",13699,31623,3,1355,1712 -"57456",13699,32761,3,1355,2680 -"57457",13699,33991,3,1355,2249 -"57458",13699,35069,3,1355,2069 -"57459",13699,35360,3,1355,2043 -"57460",13699,39278,3,1355,1952 -"57461",13699,40913,3,1355,1800 -"57462",13699,45927,3,1355,1542 -"57463",13699,51035,3,1355,2397 -"57464",13699,56859,3,1355,2319 -"57465",13699,57977,2,1355,2683 -"57466",13699,62739,3,1355,2753 -"57467",13699,62832,2,1355,2606 -"57468",13699,71992,3,1355,2966 -"57469",13699,72088,3,1355,2728 -"57470",13699,76356,3,1355,2323 -"57471",13699,84567,1,1355,2767 -"57472",13699,84799,3,1355,2656 -"57473",13699,86730,3,1355,1780 -"57474",13699,118202,3,1355,1509 -"57475",13712,1256,3,550,1212 -"57476",13712,1393,2,550,1706 -"57477",13712,2014,2,550,973 -"57478",13712,2370,3,550,1600 -"57479",13712,3158,3,550,2762 -"57480",13712,3506,3,550,2364 -"57481",13712,7123,2,550,1964 -"57482",13712,7900,3,550,893 -"57483",13712,7903,2,550,744 -"57484",13712,7932,3,550,789 -"57485",13712,9088,1,550,1881 -"57486",13712,9269,3,550,1892 -"57487",13712,9342,3,550,896 -"57488",13712,10610,3,550,1427 -"57489",13712,12632,3,550,1174 -"57490",13712,16347,3,550,1868 -"57491",13712,16455,3,550,946 -"57492",13712,16757,3,550,1755 -"57493",13712,16866,3,550,2718 -"57494",13712,17925,3,550,2385 -"57495",13712,18574,3,550,2305 -"57496",13712,19690,2,550,706 -"57497",13712,21920,3,550,2367 -"57498",13712,22389,3,550,2034 -"57499",13712,31950,3,550,2217 -"57500",13712,31990,2,550,2264 -"57501",13712,32629,1,550,1789 -"57502",13712,32724,3,550,2581 -"57503",13712,32939,3,550,2277 -"57504",13712,36275,3,550,614 -"57505",13712,36440,1,550,704 -"57506",13712,37801,2,550,2578 -"57507",13712,40510,3,550,943 -"57508",13712,41075,2,550,1176 -"57509",13712,41350,3,550,1935 -"57510",13712,44312,2,550,2741 -"57511",13712,44421,2,550,956 -"57512",13712,44744,3,550,2032 -"57513",13712,45449,2,550,1610 -"57514",13712,45450,2,550,1590 -"57515",13712,45562,2,550,623 -"57516",13712,48254,3,550,1013 -"57517",13712,48781,2,550,954 -"57518",13712,48823,3,550,2080 -"57519",13712,48931,2,550,2444 -"57520",13712,52654,3,550,588 -"57521",13712,53445,2,550,2028 -"57522",13712,55493,3,550,869 -"57523",13712,55674,3,550,718 -"57524",13712,57804,3,550,2214 -"57525",13712,61921,3,550,1793 -"57526",13712,64803,2,550,841 -"57527",13712,65054,3,550,2593 -"57528",13712,66017,2,550,1545 -"57529",13712,68884,3,550,1011 -"57530",13712,77167,3,550,836 -"57531",13712,78257,3,550,590 -"57532",13712,78800,3,550,652 -"57533",13712,79639,2,550,1013 -"57534",13712,80186,3,550,2228 -"57535",13712,80807,3,550,1597 -"57536",13712,83206,3,550,954 -"57537",13712,83264,3,550,1922 -"57538",13712,84378,3,550,1265 -"57539",13712,84581,3,550,1241 -"57540",13712,90852,2,550,764 -"57541",13712,92366,3,550,1434 -"57542",13712,92469,2,550,1232 -"57543",13712,93642,3,550,1120 -"57544",13712,96197,3,550,1670 -"57545",13712,96387,2,550,2159 -"57546",13712,97706,2,550,1121 -"57547",13712,98436,3,550,1212 -"57548",13712,100084,2,550,1964 -"57549",13712,102581,3,550,1813 -"57550",13712,103989,3,550,1207 -"57551",13712,115338,2,550,625 -"57552",13712,116484,2,550,902 -"57553",13712,116771,3,550,623 -"57554",13720,237,3,1558,1982 -"57555",13720,2111,3,1558,1904 -"57556",13720,2206,3,1558,2536 -"57557",13720,6588,3,1558,2025 -"57558",13720,9272,3,1558,2835 -"57559",13720,9504,2,1558,2549 -"57560",13720,9615,3,1558,2464 -"57561",13720,9787,3,1558,2858 -"57562",13720,13065,3,1558,1561 -"57563",13720,13068,3,1558,1778 -"57564",13720,13920,3,1558,1709 -"57565",13720,14915,3,1558,2606 -"57566",13720,16286,3,1558,2470 -"57567",13720,16501,3,1558,1650 -"57568",13720,21487,2,1558,2203 -"57569",13720,22578,3,1558,2216 -"57570",13720,24176,3,1558,1986 -"57571",13720,29495,3,1558,1612 -"57572",13720,37059,2,1558,2840 -"57573",13720,37060,3,1558,2840 -"57574",13720,41969,2,1558,2189 -"57575",13720,42256,3,1558,2839 -"57576",13720,46384,1,1558,2285 -"57577",13720,46629,3,1558,2255 -"57578",13720,47654,3,1558,1664 -"57579",13720,56094,3,1558,2343 -"57580",13720,59788,2,1558,2315 -"57581",13720,62066,3,1558,2281 -"57582",13720,65242,1,1558,1988 -"57583",13720,67908,3,1558,2385 -"57584",13720,70070,3,1558,2425 -"57585",13724,602,2,1573,2632 -"57586",13724,762,3,1573,2671 -"57587",13724,6982,3,1573,2034 -"57588",13724,12703,3,1573,2689 -"57589",13724,14103,3,1573,2204 -"57590",13724,14723,3,1573,2019 -"57591",13724,15453,3,1573,1688 -"57592",13724,21249,2,1573,1635 -"57593",13724,22311,2,1573,2034 -"57594",13724,42196,3,1573,2765 -"57595",13724,42642,3,1573,2257 -"57596",13724,46580,3,1573,2346 -"57597",13724,51055,3,1573,2558 -"57598",13724,53968,3,1573,2703 -"57599",13724,60516,3,1573,2257 -"57600",13724,68696,3,1573,1776 -"57601",13724,77811,2,1573,1871 -"57602",13724,86152,3,1573,1944 -"57603",13732,841,3,2789,2964 -"57604",13732,1262,3,2789,2973 -"57605",13732,10779,3,2789,2881 -"57606",13732,16195,3,2789,2964 -"57607",13732,16725,3,2789,2830 -"57608",13732,17826,3,2789,2920 -"57609",13732,18151,2,2789,2962 -"57610",13732,19872,3,2789,2913 -"57611",13732,25530,3,2789,2884 -"57612",13732,34327,3,2789,2959 -"57613",13732,36962,2,2789,2861 -"57614",13732,41872,3,2789,2974 -"57615",13732,60879,3,2789,2792 -"57616",13732,71369,3,2789,2838 -"57617",13751,39444,3,2557,2695 -"57618",13760,47529,3,2871,2914 -"57619",13780,997,2,2412,2788 -"57620",13780,1692,3,2412,2443 -"57621",13780,3164,3,2412,2693 -"57622",13780,3495,3,2412,2431 -"57623",13780,3961,3,2412,2426 -"57624",13780,5239,2,2412,2875 -"57625",13780,6030,2,2412,2953 -"57626",13780,7984,3,2412,2493 -"57627",13780,8760,3,2412,2477 -"57628",13780,9272,3,2412,2835 -"57629",13780,9362,3,2412,2879 -"57630",13780,11456,2,2412,2715 -"57631",13780,11477,3,2412,2724 -"57632",13780,13573,3,2412,2774 -"57633",13780,13639,3,2412,2887 -"57634",13780,13732,3,2412,2789 -"57635",13780,16826,3,2412,2599 -"57636",13780,17549,3,2412,2647 -"57637",13780,21138,3,2412,2849 -"57638",13780,26865,3,2412,2726 -"57639",13780,28168,3,2412,2702 -"57640",13780,29004,1,2412,2596 -"57641",13780,29095,3,2412,2531 -"57642",13780,30747,1,2412,2455 -"57643",13780,30906,3,2412,2537 -"57644",13780,36120,3,2412,2971 -"57645",13780,36559,3,2412,2473 -"57646",13780,36962,3,2412,2861 -"57647",13780,38227,2,2412,2511 -"57648",13780,40487,3,2412,2512 -"57649",13780,42196,2,2412,2765 -"57650",13780,42574,3,2412,2842 -"57651",13780,43226,3,2412,2442 -"57652",13780,48605,3,2412,2796 -"57653",13780,53219,3,2412,2973 -"57654",13780,53293,3,2412,2916 -"57655",13780,57529,2,2412,2462 -"57656",13780,57977,3,2412,2683 -"57657",13780,69335,3,2412,2698 -"57658",13780,78150,3,2412,2581 -"57659",13780,82929,3,2412,2475 -"57660",13780,92757,3,2412,2615 -"57661",13780,99351,3,2412,2939 -"57662",13801,1201,3,2041,2489 -"57663",13801,1315,3,2041,2760 -"57664",13801,3164,3,2041,2693 -"57665",13801,3966,3,2041,2425 -"57666",13801,4583,3,2041,2741 -"57667",13801,6044,3,2041,2744 -"57668",13801,6062,3,2041,2681 -"57669",13801,6363,3,2041,2066 -"57670",13801,7508,3,2041,2396 -"57671",13801,11477,3,2041,2724 -"57672",13801,13158,3,2041,2667 -"57673",13801,13479,2,2041,2155 -"57674",13801,13929,3,2041,2693 -"57675",13801,15003,3,2041,2067 -"57676",13801,20643,2,2041,2341 -"57677",13801,21479,3,2041,2134 -"57678",13801,23223,3,2041,2094 -"57679",13801,23725,3,2041,2378 -"57680",13801,33949,3,2041,2489 -"57681",13801,36031,3,2041,2342 -"57682",13801,41972,3,2041,2509 -"57683",13801,42196,3,2041,2765 -"57684",13801,45290,3,2041,2731 -"57685",13801,50134,3,2041,2674 -"57686",13801,50785,3,2041,2877 -"57687",13801,54929,3,2041,2783 -"57688",13801,55691,3,2041,2856 -"57689",13801,59539,3,2041,2429 -"57690",13801,70046,3,2041,2624 -"57691",13801,99215,3,2041,2791 -"57692",13808,1323,3,1356,1659 -"57693",13808,2057,3,1356,1965 -"57694",13808,2337,3,1356,1697 -"57695",13808,2540,3,1356,1398 -"57696",13808,2704,3,1356,2609 -"57697",13808,3127,3,1356,2273 -"57698",13808,3163,3,1356,2020 -"57699",13808,4705,3,1356,1714 -"57700",13808,5610,3,1356,2223 -"57701",13808,8865,2,1356,2394 -"57702",13808,9311,3,1356,2477 -"57703",13808,9520,3,1356,2089 -"57704",13808,10148,3,1356,2964 -"57705",13808,10754,3,1356,1797 -"57706",13808,11538,3,1356,2288 -"57707",13808,12388,3,1356,1975 -"57708",13808,14817,3,1356,2110 -"57709",13808,15734,3,1356,1616 -"57710",13808,18165,3,1356,2085 -"57711",13808,18735,3,1356,1581 -"57712",13808,19433,3,1356,2504 -"57713",13808,25078,2,1356,2312 -"57714",13808,27908,2,1356,2576 -"57715",13808,29286,3,1356,1612 -"57716",13808,29454,3,1356,2719 -"57717",13808,30906,3,1356,2537 -"57718",13808,31890,3,1356,1487 -"57719",13808,32606,3,1356,2100 -"57720",13808,33433,3,1356,2805 -"57721",13808,35903,2,1356,1434 -"57722",13808,36637,2,1356,2085 -"57723",13808,36953,3,1356,2790 -"57724",13808,39062,3,1356,2020 -"57725",13808,40572,3,1356,2666 -"57726",13808,42813,3,1356,2142 -"57727",13808,46486,2,1356,1868 -"57728",13808,46742,2,1356,2144 -"57729",13808,47595,3,1356,2374 -"57730",13808,47803,2,1356,2477 -"57731",13808,48377,3,1356,1927 -"57732",13808,49787,2,1356,2352 -"57733",13808,49812,3,1356,1816 -"57734",13808,50335,3,1356,1893 -"57735",13808,52136,3,1356,1412 -"57736",13808,55862,3,1356,2123 -"57737",13808,59637,3,1356,2141 -"57738",13808,65856,3,1356,2504 -"57739",13808,69232,3,1356,2130 -"57740",13808,74190,3,1356,1428 -"57741",13808,83862,2,1356,2026 -"57742",13835,377,3,1588,2389 -"57743",13835,543,3,1588,2203 -"57744",13835,733,3,1588,1653 -"57745",13835,1151,3,1588,2885 -"57746",13835,1495,3,1588,2046 -"57747",13835,1616,3,1588,2662 -"57748",13835,2484,2,1588,2389 -"57749",13835,2766,3,1588,1920 -"57750",13835,3161,3,1588,2229 -"57751",13835,5504,3,1588,2389 -"57752",13835,6222,3,1588,1949 -"57753",13835,7323,3,1588,2858 -"57754",13835,7992,3,1588,2033 -"57755",13835,9311,3,1588,2477 -"57756",13835,10215,3,1588,2006 -"57757",13835,12778,2,1588,2045 -"57758",13835,13324,3,1588,2163 -"57759",13835,13479,3,1588,2155 -"57760",13835,14959,3,1588,2898 -"57761",13835,17245,3,1588,1811 -"57762",13835,17520,2,1588,2276 -"57763",13835,18891,3,1588,1596 -"57764",13835,19606,3,1588,2783 -"57765",13835,20162,3,1588,2328 -"57766",13835,20700,3,1588,2861 -"57767",13835,21479,2,1588,2134 -"57768",13835,23268,3,1588,2258 -"57769",13835,24753,3,1588,2860 -"57770",13835,25874,3,1588,2088 -"57771",13835,27427,3,1588,2325 -"57772",13835,32516,3,1588,2050 -"57773",13835,35256,3,1588,2271 -"57774",13835,36637,3,1588,2085 -"57775",13835,37238,3,1588,2609 -"57776",13835,37570,3,1588,2389 -"57777",13835,38921,2,1588,1880 -"57778",13835,41945,3,1588,2856 -"57779",13835,42264,2,1588,1702 -"57780",13835,43455,3,1588,2846 -"57781",13835,44885,3,1588,2670 -"57782",13835,44899,3,1588,2386 -"57783",13835,50252,2,1588,2001 -"57784",13835,50667,2,1588,2719 -"57785",13835,55906,3,1588,2851 -"57786",13835,59140,3,1588,2528 -"57787",13835,61188,1,1588,2134 -"57788",13835,64699,2,1588,2797 -"57789",13835,67145,3,1588,2015 -"57790",13837,600,3,1604,1702 -"57791",13837,733,3,1604,1653 -"57792",13837,913,3,1604,2144 -"57793",13837,1592,3,1604,2006 -"57794",13837,1691,2,1604,1941 -"57795",13837,3878,3,1604,1890 -"57796",13837,6104,3,1604,2462 -"57797",13837,6252,3,1604,2336 -"57798",13837,6390,3,1604,2385 -"57799",13837,6417,3,1604,1675 -"57800",13837,7515,2,1604,2737 -"57801",13837,7616,3,1604,2296 -"57802",13837,9432,3,1604,1693 -"57803",13837,11060,3,1604,2155 -"57804",13837,11218,3,1604,2292 -"57805",13837,11516,3,1604,1937 -"57806",13837,13801,3,1604,2041 -"57807",13837,13929,3,1604,2693 -"57808",13837,14108,3,1604,2012 -"57809",13837,16539,3,1604,1947 -"57810",13837,17396,3,1604,1672 -"57811",13837,18543,3,1604,2968 -"57812",13837,19208,3,1604,2629 -"57813",13837,19322,3,1604,2048 -"57814",13837,19605,3,1604,2395 -"57815",13837,20407,3,1604,2339 -"57816",13837,20643,2,1604,2341 -"57817",13837,22331,3,1604,2687 -"57818",13837,23132,3,1604,2756 -"57819",13837,24568,3,1604,1937 -"57820",13837,25565,3,1604,2764 -"57821",13837,26706,2,1604,1846 -"57822",13837,29170,2,1604,1846 -"57823",13837,33622,3,1604,2230 -"57824",13837,35738,3,1604,2448 -"57825",13837,36439,3,1604,2469 -"57826",13837,37509,3,1604,1640 -"57827",13837,38213,2,1604,1744 -"57828",13837,39516,3,1604,2393 -"57829",13837,40368,1,1604,2876 -"57830",13837,47082,3,1604,1990 -"57831",13837,49620,2,1604,1868 -"57832",13837,50480,3,1604,2701 -"57833",13837,51319,3,1604,2488 -"57834",13837,53069,3,1604,1664 -"57835",13837,54929,3,1604,2783 -"57836",13837,58221,3,1604,1787 -"57837",13837,59700,2,1604,2346 -"57838",13837,62219,3,1604,2494 -"57839",13837,63409,2,1604,1937 -"57840",13837,64857,3,1604,1792 -"57841",13837,71274,3,1604,2390 -"57842",13837,73305,3,1604,2544 -"57843",13837,74636,2,1604,2525 -"57844",13837,79804,3,1604,2227 -"57845",13837,80429,3,1604,1927 -"57846",13837,85716,3,1604,1609 -"57847",13837,88232,2,1604,2881 -"57848",13837,92322,1,1604,2393 -"57849",13842,448,3,2250,2693 -"57850",13842,1745,2,2250,2693 -"57851",13842,6697,3,2250,2438 -"57852",13842,11218,3,2250,2292 -"57853",13842,16286,3,2250,2470 -"57854",13842,19380,3,2250,2637 -"57855",13842,29095,3,2250,2531 -"57856",13842,33537,1,2250,2406 -"57857",13842,34216,3,2250,2832 -"57858",13842,64967,3,2250,2872 -"57859",13842,66693,1,2250,2554 -"57860",13842,73172,3,2250,2496 -"57861",13842,111375,3,2250,2686 -"57862",13849,6255,3,2740,2895 -"57863",13861,1685,2,1197,2230 -"57864",13861,1785,3,1197,2350 -"57865",13861,3360,3,1197,1583 -"57866",13861,4313,3,1197,2368 -"57867",13861,4698,2,1197,2481 -"57868",13861,5346,3,1197,1438 -"57869",13861,5355,2,1197,1499 -"57870",13861,11154,2,1197,1594 -"57871",13861,11429,3,1197,2520 -"57872",13861,12000,2,1197,1454 -"57873",13861,12007,3,1197,1594 -"57874",13861,13671,1,1197,1371 -"57875",13861,14095,3,1197,2186 -"57876",13861,14761,3,1197,2502 -"57877",13861,15207,3,1197,1855 -"57878",13861,19002,3,1197,2053 -"57879",13861,19296,3,1197,1705 -"57880",13861,19366,3,1197,2279 -"57881",13861,22744,3,1197,1907 -"57882",13861,25330,3,1197,2370 -"57883",13861,27074,3,1197,1454 -"57884",13861,31794,3,1197,1919 -"57885",13861,33755,3,1197,2963 -"57886",13861,37342,3,1197,2649 -"57887",13861,43311,3,1197,1553 -"57888",13861,45664,3,1197,2235 -"57889",13861,50621,3,1197,2809 -"57890",13861,53648,3,1197,2167 -"57891",13861,55377,3,1197,1499 -"57892",13861,56116,3,1197,1321 -"57893",13861,70656,3,1197,2771 -"57894",13861,80377,3,1197,1384 -"57895",13861,80942,3,1197,1240 -"57896",13861,85638,3,1197,2275 -"57897",13861,87190,3,1197,1704 -"57898",13861,88171,3,1197,1488 -"57899",13861,94520,3,1197,1243 -"57900",13869,1592,3,1786,2006 -"57901",13869,8274,3,1786,1909 -"57902",13869,9175,3,1786,2639 -"57903",13869,12432,2,1786,1816 -"57904",13869,12449,1,1786,2067 -"57905",13869,18277,3,1786,2309 -"57906",13869,20486,3,1786,1908 -"57907",13869,24558,2,1786,2139 -"57908",13869,26671,3,1786,2279 -"57909",13869,48274,2,1786,1979 -"57910",13869,51925,3,1786,2307 -"57911",13869,57353,3,1786,1849 -"57912",13869,73786,2,1786,2937 -"57913",13869,88232,3,1786,2881 -"57914",13879,34216,3,2748,2832 -"57915",13879,42256,3,2748,2839 -"57916",13890,600,3,1482,1702 -"57917",13890,913,3,1482,2144 -"57918",13890,10739,3,1482,1807 -"57919",13890,11516,3,1482,1937 -"57920",13890,12199,3,1482,1651 -"57921",13890,17698,3,1482,1559 -"57922",13890,18315,3,1482,2720 -"57923",13890,23132,3,1482,2756 -"57924",13890,24568,2,1482,1937 -"57925",13890,35302,3,1482,1589 -"57926",13890,36031,3,1482,2342 -"57927",13890,63409,3,1482,1937 -"57928",13890,73305,2,1482,2544 -"57929",13890,80429,3,1482,1927 -"57930",13890,83907,3,1482,2056 -"57931",13890,89681,3,1482,1978 -"57932",13890,107649,3,1482,1573 -"57933",13895,312,3,687,2038 -"57934",13895,512,3,687,1596 -"57935",13895,1691,3,687,1941 -"57936",13895,2181,2,687,2030 -"57937",13895,2533,3,687,2016 -"57938",13895,3305,3,687,2839 -"57939",13895,3878,3,687,1890 -"57940",13895,3966,3,687,2425 -"57941",13895,4687,2,687,2152 -"57942",13895,6390,2,687,2385 -"57943",13895,6428,3,687,1952 -"57944",13895,6491,3,687,2424 -"57945",13895,8011,1,687,889 -"57946",13895,9432,3,687,1693 -"57947",13895,11006,3,687,1950 -"57948",13895,11434,2,687,1187 -"57949",13895,11516,3,687,1937 -"57950",13895,12199,2,687,1651 -"57951",13895,12828,3,687,799 -"57952",13895,14108,3,687,2012 -"57953",13895,15799,1,687,1917 -"57954",13895,16120,3,687,1237 -"57955",13895,19718,3,687,1702 -"57956",13895,20665,3,687,1311 -"57957",13895,22639,3,687,2352 -"57958",13895,23132,3,687,2756 -"57959",13895,23526,2,687,1998 -"57960",13895,23715,3,687,1859 -"57961",13895,24568,3,687,1937 -"57962",13895,25289,3,687,1790 -"57963",13895,25577,3,687,1946 -"57964",13895,25816,2,687,2088 -"57965",13895,27628,3,687,2389 -"57966",13895,27694,3,687,2030 -"57967",13895,31235,3,687,2668 -"57968",13895,34836,3,687,2302 -"57969",13895,34945,3,687,1298 -"57970",13895,35302,3,687,1589 -"57971",13895,38019,3,687,1870 -"57972",13895,38300,3,687,1149 -"57973",13895,43226,3,687,2442 -"57974",13895,46469,3,687,759 -"57975",13895,47435,3,687,878 -"57976",13895,47445,3,687,2668 -"57977",13895,47585,3,687,794 -"57978",13895,52323,2,687,2148 -"57979",13895,52327,3,687,1472 -"57980",13895,53069,3,687,1664 -"57981",13895,53303,3,687,1376 -"57982",13895,53519,3,687,2781 -"57983",13895,54855,3,687,1525 -"57984",13895,57129,3,687,1858 -"57985",13895,57990,2,687,978 -"57986",13895,58427,3,687,2234 -"57987",13895,59700,2,687,2346 -"57988",13895,59790,3,687,1827 -"57989",13895,60661,3,687,2700 -"57990",13895,62219,3,687,2494 -"57991",13895,62602,2,687,1172 -"57992",13895,62961,3,687,926 -"57993",13895,63409,3,687,1937 -"57994",13895,72468,3,687,2292 -"57995",13895,76127,3,687,910 -"57996",13895,79804,3,687,2227 -"57997",13895,80429,3,687,1927 -"57998",13895,81326,2,687,758 -"57999",13895,88808,3,687,1462 -"58000",13895,90378,3,687,890 -"58001",13895,97013,3,687,1797 -"58002",13895,107649,3,687,1573 -"58003",13899,1822,3,2650,2888 -"58004",13899,32395,3,2650,2735 -"58005",13899,42216,3,2650,2722 -"58006",13905,212,3,452,1513 -"58007",13905,1044,3,452,880 -"58008",13905,1826,2,452,924 -"58009",13905,4790,3,452,1025 -"58010",13905,4791,3,452,1184 -"58011",13905,6718,3,452,2138 -"58012",13905,8910,3,452,1054 -"58013",13905,9364,3,452,1698 -"58014",13905,16332,3,452,2668 -"58015",13905,16940,3,452,1290 -"58016",13905,17376,3,452,1202 -"58017",13905,20287,3,452,1099 -"58018",13905,20975,2,452,1305 -"58019",13905,20988,3,452,455 -"58020",13905,21198,3,452,935 -"58021",13905,21693,3,452,2176 -"58022",13905,22326,2,452,2818 -"58023",13905,22362,3,452,1836 -"58024",13905,23450,3,452,967 -"58025",13905,23729,3,452,1624 -"58026",13905,24755,3,452,1319 -"58027",13905,25305,3,452,2447 -"58028",13905,26749,3,452,2965 -"58029",13905,28015,2,452,1624 -"58030",13905,29705,3,452,607 -"58031",13905,29962,3,452,2201 -"58032",13905,38019,3,452,1870 -"58033",13905,39238,3,452,922 -"58034",13905,47772,3,452,2293 -"58035",13905,51953,2,452,551 -"58036",13905,53323,3,452,2677 -"58037",13905,56317,3,452,2030 -"58038",13905,71342,3,452,1289 -"58039",13905,72956,3,452,1251 -"58040",13905,73786,3,452,2937 -"58041",13905,75948,3,452,1006 -"58042",13905,76284,3,452,1237 -"58043",13905,77305,2,452,965 -"58044",13905,81588,2,452,1568 -"58045",13905,89097,2,452,935 -"58046",13905,89541,3,452,525 -"58047",13905,92220,2,452,607 -"58048",13905,101295,1,452,2165 -"58049",13905,115622,1,452,1895 -"58050",13920,160,3,1709,2007 -"58051",13920,237,3,1709,1982 -"58052",13920,728,3,1709,1812 -"58053",13920,798,3,1709,2476 -"58054",13920,1639,3,1709,2631 -"58055",13920,2407,3,1709,1725 -"58056",13920,4032,3,1709,1763 -"58057",13920,4066,3,1709,1736 -"58058",13920,4367,3,1709,2794 -"58059",13920,4916,3,1709,1970 -"58060",13920,6119,3,1709,2358 -"58061",13920,7896,3,1709,2447 -"58062",13920,8604,3,1709,2799 -"58063",13920,8726,3,1709,2083 -"58064",13920,9241,3,1709,2338 -"58065",13920,9503,3,1709,2453 -"58066",13920,9504,3,1709,2549 -"58067",13920,10129,3,1709,2124 -"58068",13920,12397,3,1709,1965 -"58069",13920,12577,2,1709,2530 -"58070",13920,14754,3,1709,2456 -"58071",13920,16205,2,1709,2630 -"58072",13920,18965,3,1709,2315 -"58073",13920,19386,3,1709,1714 -"58074",13920,21324,3,1709,2413 -"58075",13920,24176,3,1709,1986 -"58076",13920,28081,2,1709,1927 -"58077",13920,32110,3,1709,2224 -"58078",13920,32775,3,1709,2135 -"58079",13920,35477,2,1709,2703 -"58080",13920,35980,2,1709,2657 -"58081",13920,39534,3,1709,2410 -"58082",13920,43593,3,1709,2704 -"58083",13920,51038,3,1709,2400 -"58084",13920,56094,3,1709,2343 -"58085",13920,57180,3,1709,2703 -"58086",13920,58238,2,1709,1944 -"58087",13920,59610,2,1709,2448 -"58088",13920,68789,3,1709,1929 -"58089",13920,74605,2,1709,2265 -"58090",13920,81753,2,1709,1736 -"58091",13920,106428,3,1709,2321 -"58092",13920,115059,3,1709,2552 -"58093",13925,2766,3,1515,1920 -"58094",13925,4567,3,1515,2348 -"58095",13925,4763,3,1515,1960 -"58096",13925,5462,3,1515,2374 -"58097",13925,7759,3,1515,2844 -"58098",13925,10874,3,1515,1891 -"58099",13925,15184,3,1515,2396 -"58100",13925,19027,2,1515,2721 -"58101",13925,20700,3,1515,2861 -"58102",13925,31799,2,1515,2547 -"58103",13925,33160,3,1515,2441 -"58104",13925,48242,1,1515,1690 -"58105",13925,58035,3,1515,1646 -"58106",13925,65029,2,1515,2954 -"58107",13929,13732,3,2693,2789 -"58108",13929,14959,3,2693,2898 -"58109",13929,19027,3,2693,2721 -"58110",13929,26865,3,2693,2726 -"58111",13929,36962,1,2693,2861 -"58112",13929,39444,3,2693,2695 -"58113",13929,44427,3,2693,2875 -"58114",13929,55691,1,2693,2856 -"58115",13930,3158,3,1274,2762 -"58116",13930,4691,3,1274,1888 -"58117",13930,4968,3,1274,1586 -"58118",13930,10146,3,1274,1878 -"58119",13930,11521,3,1274,1559 -"58120",13930,12116,2,1274,2119 -"58121",13930,12598,3,1274,2086 -"58122",13930,13340,3,1274,1918 -"58123",13930,14442,3,1274,2700 -"58124",13930,16896,3,1274,2223 -"58125",13930,17499,3,1274,2954 -"58126",13930,19476,3,1274,1708 -"58127",13930,20709,3,1274,1757 -"58128",13930,20739,3,1274,2025 -"58129",13930,22410,3,1274,2158 -"58130",13930,25678,3,1274,1558 -"58131",13930,27027,3,1274,2285 -"58132",13930,28648,3,1274,1586 -"58133",13930,36840,3,1274,2269 -"58134",13930,42407,3,1274,2408 -"58135",13930,48501,3,1274,2010 -"58136",13930,51212,3,1274,1801 -"58137",13930,64912,3,1274,2099 -"58138",13930,77719,3,1274,2086 -"58139",13944,2524,3,1671,1708 -"58140",13944,18965,3,1671,2315 -"58141",13945,42,3,1324,2265 -"58142",13945,499,3,1324,1931 -"58143",13945,543,3,1324,2203 -"58144",13945,671,2,1324,2328 -"58145",13945,1090,2,1324,2370 -"58146",13945,1321,3,1324,2075 -"58147",13945,1691,3,1324,1941 -"58148",13945,1777,3,1324,1965 -"58149",13945,1875,3,1324,1786 -"58150",13945,2036,3,1324,2483 -"58151",13945,2166,2,1324,2557 -"58152",13945,2181,3,1324,2030 -"58153",13945,2754,1,1324,1360 -"58154",13945,3088,2,1324,1670 -"58155",13945,3830,3,1324,1661 -"58156",13945,4226,3,1324,1903 -"58157",13945,4618,3,1324,2607 -"58158",13945,4671,3,1324,2280 -"58159",13945,5258,3,1324,2730 -"58160",13945,5462,3,1324,2374 -"58161",13945,5504,3,1324,2389 -"58162",13945,6390,3,1324,2385 -"58163",13945,12096,2,1324,1330 -"58164",13945,13929,3,1324,2693 -"58165",13945,14108,3,1324,2012 -"58166",13945,15184,3,1324,2396 -"58167",13945,15539,3,1324,1929 -"58168",13945,16497,3,1324,2370 -"58169",13945,18543,2,1324,2968 -"58170",13945,19027,3,1324,2721 -"58171",13945,20162,3,1324,2328 -"58172",13945,20824,3,1324,1366 -"58173",13945,22964,3,1324,1443 -"58174",13945,24579,3,1324,1394 -"58175",13945,25341,3,1324,1858 -"58176",13945,26570,2,1324,1669 -"58177",13945,26608,3,1324,2329 -"58178",13945,27478,3,1324,2485 -"58179",13945,30386,3,1324,1833 -"58180",13945,31799,2,1324,2547 -"58181",13945,35256,3,1324,2271 -"58182",13945,39444,3,1324,2695 -"58183",13945,41747,3,1324,1722 -"58184",13945,43518,3,1324,2680 -"58185",13945,44427,1,1324,2875 -"58186",13945,46596,3,1324,1942 -"58187",13945,46621,3,1324,1343 -"58188",13945,47248,3,1324,2883 -"58189",13945,51017,3,1324,2073 -"58190",13945,51022,3,1324,1499 -"58191",13945,53031,3,1324,2065 -"58192",13945,53851,3,1324,2305 -"58193",13945,55556,2,1324,2075 -"58194",13945,55691,3,1324,2856 -"58195",13945,58035,3,1324,1646 -"58196",13945,61719,3,1324,1515 -"58197",13945,63515,3,1324,2023 -"58198",13945,65029,3,1324,2954 -"58199",13945,67222,2,1324,1332 -"58200",13945,70647,3,1324,2795 -"58201",13945,72334,2,1324,2820 -"58202",13945,81588,3,1324,1568 -"58203",13945,82767,3,1324,1641 -"58204",13945,85430,3,1324,2370 -"58205",13945,93615,3,1324,2386 -"58206",13945,94125,2,1324,2280 -"58207",13945,100215,3,1324,2436 -"58208",13945,109415,2,1324,1328 -"58209",13956,9600,3,38,210 -"58210",13956,36027,2,38,178 -"58211",13956,41004,3,38,2561 -"58212",13956,67818,2,38,54 -"58213",13956,68888,1,38,2786 -"58214",13956,96068,2,38,215 -"58215",13967,270,3,1354,2542 -"58216",13967,854,3,1354,2307 -"58217",13967,1036,3,1354,1367 -"58218",13967,1196,3,1354,1986 -"58219",13967,2484,3,1354,2389 -"58220",13967,2747,2,1354,2411 -"58221",13967,3961,2,1354,2426 -"58222",13967,4289,3,1354,1921 -"58223",13967,5041,3,1354,2371 -"58224",13967,5235,3,1354,2324 -"58225",13967,5315,3,1354,2631 -"58226",13967,5392,3,1354,1648 -"58227",13967,6047,3,1354,2004 -"58228",13967,6222,2,1354,1949 -"58229",13967,6417,3,1354,1675 -"58230",13967,7992,3,1354,2033 -"58231",13967,8275,2,1354,2237 -"58232",13967,8610,3,1354,2240 -"58233",13967,9311,3,1354,2477 -"58234",13967,9349,3,1354,2052 -"58235",13967,9503,3,1354,2453 -"58236",13967,10358,2,1354,2294 -"58237",13967,10488,3,1354,1524 -"58238",13967,11218,3,1354,2292 -"58239",13967,11477,3,1354,2724 -"58240",13967,11694,3,1354,1564 -"58241",13967,12388,3,1354,1975 -"58242",13967,13388,3,1354,2119 -"58243",13967,13979,3,1354,1559 -"58244",13967,14032,3,1354,2144 -"58245",13967,14959,2,1354,2898 -"58246",13967,14998,3,1354,1553 -"58247",13967,15207,3,1354,1855 -"58248",13967,15309,3,1354,2820 -"58249",13967,15636,3,1354,2857 -"58250",13967,16539,3,1354,1947 -"58251",13967,16826,3,1354,2599 -"58252",13967,17520,3,1354,2276 -"58253",13967,18394,2,1354,2356 -"58254",13967,18874,3,1354,2170 -"58255",13967,19593,3,1354,2013 -"58256",13967,20067,2,1354,2390 -"58257",13967,20155,2,1354,1517 -"58258",13967,20311,3,1354,1981 -"58259",13967,20732,3,1354,2401 -"58260",13967,21138,3,1354,2849 -"58261",13967,21209,2,1354,2184 -"58262",13967,21706,2,1354,1988 -"58263",13967,23726,3,1354,2434 -"58264",13967,23869,2,1354,1918 -"58265",13967,24066,3,1354,1755 -"58266",13967,24069,3,1354,2697 -"58267",13967,24753,3,1354,2860 -"58268",13967,24756,3,1354,2530 -"58269",13967,25486,2,1354,2582 -"58270",13967,25680,3,1354,1618 -"58271",13967,26249,3,1354,2301 -"58272",13967,28131,3,1354,1492 -"58273",13967,29095,3,1354,2531 -"58274",13967,29314,3,1354,2736 -"58275",13967,30150,3,1354,1704 -"58276",13967,30405,3,1354,2164 -"58277",13967,30883,3,1354,1629 -"58278",13967,32658,3,1354,1694 -"58279",13967,32919,3,1354,2321 -"58280",13967,33801,2,1354,2899 -"58281",13967,34907,3,1354,1945 -"58282",13967,35235,3,1354,2610 -"58283",13967,35529,2,1354,1620 -"58284",13967,35772,3,1354,1440 -"58285",13967,35926,3,1354,2371 -"58286",13967,36953,3,1354,2790 -"58287",13967,37934,3,1354,1595 -"58288",13967,38921,2,1354,1880 -"58289",13967,39431,3,1354,1460 -"58290",13967,41664,3,1354,2641 -"58291",13967,41682,3,1354,1988 -"58292",13967,42264,3,1354,1702 -"58293",13967,42799,3,1354,2729 -"58294",13967,43479,3,1354,2178 -"58295",13967,44433,2,1354,2224 -"58296",13967,44603,2,1354,2748 -"58297",13967,44819,3,1354,2063 -"58298",13967,44885,3,1354,2670 -"58299",13967,44899,3,1354,2386 -"58300",13967,46635,3,1354,2528 -"58301",13967,46803,3,1354,2305 -"58302",13967,47386,3,1354,2226 -"58303",13967,50252,3,1354,2001 -"58304",13967,50269,3,1354,1966 -"58305",13967,50382,3,1354,2244 -"58306",13967,51017,3,1354,2073 -"58307",13967,53134,3,1354,1590 -"58308",13967,53475,2,1354,2853 -"58309",13967,54929,3,1354,2783 -"58310",13967,56903,3,1354,1584 -"58311",13967,58669,3,1354,2296 -"58312",13967,58993,2,1354,2390 -"58313",13967,62148,3,1354,1566 -"58314",13967,62538,3,1354,1656 -"58315",13967,70203,2,1354,2756 -"58316",13967,74818,3,1354,1440 -"58317",13967,79371,2,1354,1624 -"58318",13967,85356,3,1354,1492 -"58319",13967,91142,3,1354,2527 -"58320",13967,95064,1,1354,1801 -"58321",13967,96132,3,1354,1489 -"58322",13967,109978,3,1354,1865 -"58323",13979,1767,3,1559,2727 -"58324",13979,3068,3,1559,1815 -"58325",13979,3961,3,1559,2426 -"58326",13979,5315,3,1559,2631 -"58327",13979,6222,3,1559,1949 -"58328",13979,7984,3,1559,2493 -"58329",13979,7992,3,1559,2033 -"58330",13979,10358,3,1559,2294 -"58331",13979,13388,2,1559,2119 -"58332",13979,14959,3,1559,2898 -"58333",13979,16539,3,1559,1947 -"58334",13979,18394,3,1559,2356 -"58335",13979,20067,2,1559,2390 -"58336",13979,20311,3,1559,1981 -"58337",13979,20732,2,1559,2401 -"58338",13979,21706,3,1559,1988 -"58339",13979,22403,3,1559,1630 -"58340",13979,23726,2,1559,2434 -"58341",13979,23869,2,1559,1918 -"58342",13979,24756,3,1559,2530 -"58343",13979,25680,2,1559,1618 -"58344",13979,26249,3,1559,2301 -"58345",13979,26479,3,1559,1818 -"58346",13979,29095,3,1559,2531 -"58347",13979,30150,3,1559,1704 -"58348",13979,30883,2,1559,1629 -"58349",13979,33801,3,1559,2899 -"58350",13979,35529,2,1559,1620 -"58351",13979,37934,2,1559,1595 -"58352",13979,38921,3,1559,1880 -"58353",13979,40432,3,1559,1956 -"58354",13979,42619,3,1559,2017 -"58355",13979,43479,2,1559,2178 -"58356",13979,44557,3,1559,2371 -"58357",13979,44819,3,1559,2063 -"58358",13979,46803,3,1559,2305 -"58359",13979,50382,2,1559,2244 -"58360",13979,53475,3,1559,2853 -"58361",13979,58669,3,1559,2296 -"58362",13979,62148,3,1559,1566 -"58363",13979,70203,3,1559,2756 -"58364",13979,76356,3,1559,2323 -"58365",13979,78801,3,1559,1572 -"58366",13979,87720,1,1559,2086 -"58367",13985,23011,3,2484,2763 -"58368",13987,3235,3,507,799 -"58369",13987,11728,3,507,1121 -"58370",13987,14959,3,507,2898 -"58371",13987,16750,2,507,1225 -"58372",13987,17388,3,507,1023 -"58373",13987,18651,3,507,1035 -"58374",13987,22256,2,507,829 -"58375",13987,27391,3,507,2378 -"58376",13987,28501,1,507,2242 -"58377",13987,29818,3,507,1677 -"58378",13987,30609,3,507,988 -"58379",13987,34395,3,507,583 -"58380",13987,39249,3,507,1665 -"58381",13987,40675,3,507,1595 -"58382",13987,45138,3,507,2516 -"58383",13987,47385,3,507,1172 -"58384",13987,55817,3,507,2285 -"58385",13987,58559,3,507,2242 -"58386",13987,60258,3,507,2405 -"58387",13987,74795,3,507,1319 -"58388",13987,96310,3,507,1016 -"58389",13992,758,3,98,1232 -"58390",13992,1196,3,98,1986 -"58391",13992,1822,3,98,2888 -"58392",13992,2077,2,98,610 -"58393",13992,3164,3,98,2693 -"58394",13992,3306,3,98,1989 -"58395",13992,3863,3,98,856 -"58396",13992,3961,3,98,2426 -"58397",13992,4932,3,98,2752 -"58398",13992,5041,3,98,2371 -"58399",13992,5315,3,98,2631 -"58400",13992,5350,2,98,2522 -"58401",13992,5449,3,98,1723 -"58402",13992,5520,3,98,217 -"58403",13992,5622,3,98,2175 -"58404",13992,5716,2,98,1058 -"58405",13992,5984,3,98,1675 -"58406",13992,5986,3,98,1721 -"58407",13992,6030,3,98,2953 -"58408",13992,6047,2,98,2004 -"58409",13992,6363,3,98,2066 -"58410",13992,6366,2,98,798 -"58411",13992,6417,3,98,1675 -"58412",13992,7233,3,98,572 -"58413",13992,7406,3,98,1906 -"58414",13992,7582,3,98,1099 -"58415",13992,7672,3,98,1974 -"58416",13992,8513,3,98,875 -"58417",13992,9928,2,98,2345 -"58418",13992,9950,3,98,920 -"58419",13992,10358,2,98,2294 -"58420",13992,10513,3,98,2284 -"58421",13992,11218,2,98,2292 -"58422",13992,11477,3,98,2724 -"58423",13992,11576,3,98,808 -"58424",13992,11817,3,98,600 -"58425",13992,12042,3,98,2345 -"58426",13992,12462,3,98,1461 -"58427",13992,13311,3,98,2315 -"58428",13992,14032,1,98,2144 -"58429",13992,14072,3,98,1346 -"58430",13992,14656,3,98,584 -"58431",13992,14731,3,98,2012 -"58432",13992,14855,2,98,903 -"58433",13992,14972,3,98,2332 -"58434",13992,15309,3,98,2820 -"58435",13992,15402,3,98,1281 -"58436",13992,15607,3,98,1421 -"58437",13992,16096,2,98,2301 -"58438",13992,16352,2,98,2657 -"58439",13992,17400,3,98,2231 -"58440",13992,17493,2,98,561 -"58441",13992,18348,3,98,1711 -"58442",13992,18874,3,98,2170 -"58443",13992,19696,3,98,561 -"58444",13992,21617,3,98,516 -"58445",13992,21929,3,98,2062 -"58446",13992,22566,3,98,2308 -"58447",13992,23159,3,98,1548 -"58448",13992,23257,3,98,113 -"58449",13992,23310,3,98,2371 -"58450",13992,23806,3,98,1671 -"58451",13992,24256,3,98,2393 -"58452",13992,24902,3,98,2162 -"58453",13992,25879,3,98,630 -"58454",13992,25971,3,98,2608 -"58455",13992,25985,3,98,2071 -"58456",13992,26080,3,98,2525 -"58457",13992,26659,3,98,903 -"58458",13992,26793,3,98,2104 -"58459",13992,26818,3,98,1999 -"58460",13992,27085,3,98,125 -"58461",13992,27205,3,98,966 -"58462",13992,28002,3,98,914 -"58463",13992,28050,3,98,1955 -"58464",13992,28168,3,98,2702 -"58465",13992,29170,3,98,1846 -"58466",13992,29750,3,98,689 -"58467",13992,29930,3,98,2240 -"58468",13992,30325,3,98,1067 -"58469",13992,30334,3,98,2075 -"58470",13992,30453,3,98,1535 -"58471",13992,31093,3,98,2160 -"58472",13992,31530,3,98,1661 -"58473",13992,32694,2,98,1602 -"58474",13992,32919,2,98,2321 -"58475",13992,34735,3,98,2767 -"58476",13992,35041,3,98,1311 -"58477",13992,35464,3,98,2502 -"58478",13992,35518,3,98,1721 -"58479",13992,35926,2,98,2371 -"58480",13992,36691,3,98,1903 -"58481",13992,37551,3,98,257 -"58482",13992,37636,3,98,2178 -"58483",13992,39186,2,98,1258 -"58484",13992,39294,3,98,1889 -"58485",13992,40072,3,98,1182 -"58486",13992,40392,3,98,1878 -"58487",13992,40417,3,98,771 -"58488",13992,41607,3,98,2802 -"58489",13992,41832,3,98,1155 -"58490",13992,41901,3,98,630 -"58491",13992,41955,3,98,2479 -"58492",13992,42129,3,98,2318 -"58493",13992,42619,3,98,2017 -"58494",13992,43023,3,98,181 -"58495",13992,43046,3,98,419 -"58496",13992,43213,3,98,2160 -"58497",13992,44521,3,98,1593 -"58498",13992,44557,3,98,2371 -"58499",13992,45903,3,98,2237 -"58500",13992,46099,3,98,2360 -"58501",13992,46621,3,98,1343 -"58502",13992,50236,3,98,2339 -"58503",13992,51017,3,98,2073 -"58504",13992,51035,3,98,2397 -"58505",13992,51471,3,98,1280 -"58506",13992,51783,3,98,2599 -"58507",13992,51866,3,98,2411 -"58508",13992,52026,3,98,2633 -"58509",13992,52136,3,98,1412 -"58510",13992,53134,3,98,1590 -"58511",13992,53219,3,98,2973 -"58512",13992,53830,3,98,1307 -"58513",13992,54388,2,98,1257 -"58514",13992,54929,3,98,2783 -"58515",13992,56082,3,98,2395 -"58516",13992,56116,2,98,1321 -"58517",13992,56232,3,98,1175 -"58518",13992,56604,3,98,1919 -"58519",13992,56854,3,98,2022 -"58520",13992,57246,3,98,1873 -"58521",13992,57990,3,98,978 -"58522",13992,60280,3,98,1918 -"58523",13992,61785,3,98,822 -"58524",13992,62488,3,98,1418 -"58525",13992,64502,3,98,1670 -"58526",13992,66983,3,98,2397 -"58527",13992,67102,3,98,935 -"58528",13992,67607,3,98,528 -"58529",13992,69117,3,98,645 -"58530",13992,69250,3,98,1439 -"58531",13992,69712,3,98,1219 -"58532",13992,69716,3,98,2632 -"58533",13992,71479,2,98,482 -"58534",13992,74605,3,98,2265 -"58535",13992,74681,3,98,837 -"58536",13992,74730,3,98,535 -"58537",13992,75403,2,98,1895 -"58538",13992,76905,2,98,298 -"58539",13992,77001,3,98,1440 -"58540",13992,79657,3,98,1260 -"58541",13992,80219,3,98,988 -"58542",13992,80825,3,98,2315 -"58543",13992,82932,3,98,2245 -"58544",13992,83526,3,98,1235 -"58545",13992,90802,3,98,877 -"58546",13992,92658,3,98,2659 -"58547",13992,92817,2,98,569 -"58548",13992,95288,2,98,1602 -"58549",13992,97939,3,98,451 -"58550",13992,99860,3,98,2071 -"58551",13992,106555,3,98,1626 -"58552",13992,108430,3,98,1642 -"58553",13992,109476,3,98,353 -"58554",13992,120720,3,98,1614 -"58555",14002,8887,1,829,2373 -"58556",14002,13573,2,829,2774 -"58557",14002,17997,3,829,1621 -"58558",14002,20355,3,829,2111 -"58559",14002,21720,3,829,2637 -"58560",14002,33834,3,829,1606 -"58561",14002,40432,3,829,1956 -"58562",14002,42515,3,829,2752 -"58563",14002,86105,1,829,2226 -"58564",14002,95160,1,829,961 -"58565",14005,669,3,261,1423 -"58566",14005,6241,3,261,2264 -"58567",14005,10859,3,261,2231 -"58568",14005,17906,3,261,1940 -"58569",14005,24405,2,261,1443 -"58570",14005,29778,3,261,840 -"58571",14005,40889,3,261,465 -"58572",14016,489,3,111,2652 -"58573",14016,1427,3,111,324 -"58574",14016,2028,3,111,1978 -"58575",14016,2972,3,111,1708 -"58576",14016,3171,3,111,700 -"58577",14016,3460,3,111,2530 -"58578",14016,5168,2,111,629 -"58579",14016,5659,3,111,141 -"58580",14016,5714,2,111,534 -"58581",14016,5846,3,111,271 -"58582",14016,6877,3,111,867 -"58583",14016,8470,3,111,288 -"58584",14016,9063,3,111,2000 -"58585",14016,11662,3,111,1139 -"58586",14016,14422,3,111,1548 -"58587",14016,15453,2,111,1688 -"58588",14016,15636,2,111,2857 -"58589",14016,15930,3,111,2541 -"58590",14016,16053,3,111,908 -"58591",14016,16111,3,111,1714 -"58592",14016,19637,3,111,1229 -"58593",14016,21795,3,111,2653 -"58594",14016,22033,3,111,1356 -"58595",14016,23787,2,111,2810 -"58596",14016,24086,3,111,2663 -"58597",14016,24522,2,111,158 -"58598",14016,24734,2,111,338 -"58599",14016,24860,3,111,1204 -"58600",14016,25241,3,111,1233 -"58601",14016,25399,3,111,2784 -"58602",14016,26249,3,111,2301 -"58603",14016,27390,3,111,2425 -"58604",14016,29095,3,111,2531 -"58605",14016,31159,3,111,2231 -"58606",14016,31295,3,111,2183 -"58607",14016,35428,3,111,2263 -"58608",14016,35529,2,111,1620 -"58609",14016,38694,3,111,817 -"58610",14016,39556,3,111,2747 -"58611",14016,42642,3,111,2257 -"58612",14016,44502,3,111,484 -"58613",14016,45136,3,111,877 -"58614",14016,47607,3,111,2724 -"58615",14016,49962,2,111,572 -"58616",14016,50001,3,111,1518 -"58617",14016,50269,3,111,1966 -"58618",14016,50430,3,111,1689 -"58619",14016,50678,2,111,1366 -"58620",14016,57337,3,111,1443 -"58621",14016,65316,3,111,1020 -"58622",14016,67216,3,111,984 -"58623",14016,68299,2,111,866 -"58624",14016,68801,3,111,116 -"58625",14016,70681,3,111,866 -"58626",14016,70996,3,111,1037 -"58627",14016,74730,3,111,535 -"58628",14016,78132,3,111,130 -"58629",14016,79612,2,111,927 -"58630",14016,81586,3,111,877 -"58631",14016,90608,3,111,590 -"58632",14016,100140,3,111,1041 -"58633",14016,100532,3,111,859 -"58634",14016,100670,3,111,525 -"58635",14016,119564,3,111,336 -"58636",14017,9311,3,1163,2477 -"58637",14017,14723,3,1163,2019 -"58638",14017,22455,3,1163,1197 -"58639",14017,24286,3,1163,1280 -"58640",14017,33356,3,1163,1586 -"58641",14017,33433,3,1163,2805 -"58642",14017,44407,3,1163,2154 -"58643",14017,45207,3,1163,1755 -"58644",14025,70656,3,2384,2771 -"58645",14025,79036,3,2384,2524 -"58646",14032,3493,3,2144,2451 -"58647",14032,3961,2,2144,2426 -"58648",14032,4932,3,2144,2752 -"58649",14032,5041,2,2144,2371 -"58650",14032,5072,3,2144,2175 -"58651",14032,5315,2,2144,2631 -"58652",14032,5350,2,2144,2522 -"58653",14032,5622,3,2144,2175 -"58654",14032,7234,3,2144,2654 -"58655",14032,9928,1,2144,2345 -"58656",14032,10358,1,2144,2294 -"58657",14032,10779,3,2144,2881 -"58658",14032,10857,3,2144,2253 -"58659",14032,11103,3,2144,2393 -"58660",14032,11218,2,2144,2292 -"58661",14032,11477,3,2144,2724 -"58662",14032,11966,3,2144,2385 -"58663",14032,12035,3,2144,2721 -"58664",14032,12042,3,2144,2345 -"58665",14032,12728,3,2144,2374 -"58666",14032,13311,2,2144,2315 -"58667",14032,13780,3,2144,2412 -"58668",14032,15301,3,2144,2308 -"58669",14032,15309,2,2144,2820 -"58670",14032,16096,3,2144,2301 -"58671",14032,16352,2,2144,2657 -"58672",14032,16826,3,2144,2599 -"58673",14032,17400,2,2144,2231 -"58674",14032,17819,3,2144,2291 -"58675",14032,18874,2,2144,2170 -"58676",14032,19027,3,2144,2721 -"58677",14032,19072,3,2144,2358 -"58678",14032,20067,3,2144,2390 -"58679",14032,20124,3,2144,2376 -"58680",14032,21138,3,2144,2849 -"58681",14032,21571,3,2144,2755 -"58682",14032,22141,3,2144,2348 -"58683",14032,22207,3,2144,2365 -"58684",14032,23011,3,2144,2763 -"58685",14032,23310,2,2144,2371 -"58686",14032,23725,3,2144,2378 -"58687",14032,24256,3,2144,2393 -"58688",14032,25971,3,2144,2608 -"58689",14032,26080,3,2144,2525 -"58690",14032,27195,3,2144,2158 -"58691",14032,28296,3,2144,2944 -"58692",14032,29314,3,2144,2736 -"58693",14032,29930,2,2144,2240 -"58694",14032,30081,3,2144,2403 -"58695",14032,30173,3,2144,2404 -"58696",14032,31093,2,2144,2160 -"58697",14032,32567,3,2144,2784 -"58698",14032,32919,1,2144,2321 -"58699",14032,33801,3,2144,2899 -"58700",14032,33949,3,2144,2489 -"58701",14032,34480,3,2144,2755 -"58702",14032,34735,2,2144,2767 -"58703",14032,35464,3,2144,2502 -"58704",14032,35926,2,2144,2371 -"58705",14032,38227,3,2144,2511 -"58706",14032,39516,3,2144,2393 -"58707",14032,41607,3,2144,2802 -"58708",14032,41955,2,2144,2479 -"58709",14032,41972,3,2144,2509 -"58710",14032,43213,2,2144,2160 -"58711",14032,44557,3,2144,2371 -"58712",14032,45684,3,2144,2200 -"58713",14032,45903,2,2144,2237 -"58714",14032,46803,3,2144,2305 -"58715",14032,47386,3,2144,2226 -"58716",14032,50134,3,2144,2674 -"58717",14032,50236,3,2144,2339 -"58718",14032,50977,3,2144,2352 -"58719",14032,52026,3,2144,2633 -"58720",14032,53475,3,2144,2853 -"58721",14032,54551,3,2144,2348 -"58722",14032,54879,3,2144,2210 -"58723",14032,54929,3,2144,2783 -"58724",14032,56082,2,2144,2395 -"58725",14032,57977,3,2144,2683 -"58726",14032,59539,3,2144,2429 -"58727",14032,67726,3,2144,2873 -"58728",14032,69716,3,2144,2632 -"58729",14032,72207,3,2144,2430 -"58730",14032,73305,3,2144,2544 -"58731",14032,74605,3,2144,2265 -"58732",14032,79804,3,2144,2227 -"58733",14032,82732,3,2144,2810 -"58734",14032,82929,3,2144,2475 -"58735",14032,82932,2,2144,2245 -"58736",14032,84022,3,2144,2289 -"58737",14032,87110,3,2144,2801 -"58738",14032,92658,3,2144,2659 -"58739",14043,13879,3,2084,2748 -"58740",14043,19655,3,2084,2706 -"58741",14043,70973,3,2084,2705 -"58742",14061,301,3,1620,2070 -"58743",14061,468,3,1620,1966 -"58744",14061,843,3,1620,2332 -"58745",14061,2724,2,1620,2447 -"58746",14061,4691,3,1620,1888 -"58747",14061,6040,2,1620,2103 -"58748",14061,6800,3,1620,2053 -"58749",14061,7648,3,1620,1861 -"58750",14061,9273,3,1620,1747 -"58751",14061,10435,3,1620,1984 -"58752",14061,10457,3,1620,1711 -"58753",14061,14442,3,1620,2700 -"58754",14061,15683,3,1620,1729 -"58755",14061,16184,3,1620,2274 -"58756",14061,17768,3,1620,2468 -"58757",14061,17999,3,1620,2758 -"58758",14061,20036,3,1620,2384 -"58759",14061,23739,3,1620,2463 -"58760",14061,24867,3,1620,1861 -"58761",14061,25053,3,1620,2186 -"58762",14061,26100,2,1620,1966 -"58763",14061,29289,3,1620,1756 -"58764",14061,29977,3,1620,2781 -"58765",14061,31259,2,1620,2082 -"58766",14061,31990,3,1620,2264 -"58767",14061,35844,3,1620,2961 -"58768",14061,36996,3,1620,2321 -"58769",14061,41051,3,1620,2767 -"58770",14061,41603,3,1620,1942 -"58771",14061,42407,3,1620,2408 -"58772",14061,44132,3,1620,1999 -"58773",14061,44501,3,1620,2567 -"58774",14061,47094,3,1620,2592 -"58775",14061,49805,1,1620,2445 -"58776",14061,50635,3,1620,2962 -"58777",14061,53289,2,1620,2746 -"58778",14061,53362,3,1620,2360 -"58779",14061,63096,2,1620,2307 -"58780",14061,64737,3,1620,2442 -"58781",14061,80705,2,1620,2764 -"58782",14061,84322,3,1620,1635 -"58783",14061,90943,3,1620,1754 -"58784",14061,94339,3,1620,2768 -"58785",14072,14,3,1346,1793 -"58786",14072,388,3,1346,1594 -"58787",14072,680,3,1346,2569 -"58788",14072,762,3,1346,2671 -"58789",14072,1560,3,1346,2013 -"58790",14072,1691,3,1346,1941 -"58791",14072,1831,3,1346,2397 -"58792",14072,2540,3,1346,1398 -"58793",14072,2563,3,1346,1686 -"58794",14072,2684,3,1346,2874 -"58795",14072,3164,3,1346,2693 -"58796",14072,3966,3,1346,2425 -"58797",14072,3980,3,1346,2771 -"58798",14072,4303,3,1346,2414 -"58799",14072,4889,2,1346,1501 -"58800",14072,5315,2,1346,2631 -"58801",14072,5346,3,1346,1438 -"58802",14072,5845,3,1346,1552 -"58803",14072,6030,2,1346,2953 -"58804",14072,6062,3,1346,2681 -"58805",14072,6234,3,1346,2654 -"58806",14072,6602,3,1346,1631 -"58807",14072,7196,3,1346,1508 -"58808",14072,7984,3,1346,2493 -"58809",14072,8060,3,1346,1883 -"58810",14072,8062,3,1346,2858 -"58811",14072,8367,2,1346,1927 -"58812",14072,9423,3,1346,1708 -"58813",14072,9716,3,1346,1929 -"58814",14072,10474,3,1346,1608 -"58815",14072,10964,3,1346,2043 -"58816",14072,11055,3,1346,2111 -"58817",14072,11067,3,1346,2734 -"58818",14072,11429,3,1346,2520 -"58819",14072,11477,2,1346,2724 -"58820",14072,11966,3,1346,2385 -"58821",14072,12759,3,1346,2414 -"58822",14072,14189,3,1346,1483 -"58823",14072,14731,3,1346,2012 -"58824",14072,14943,3,1346,1942 -"58825",14072,14972,2,1346,2332 -"58826",14072,15095,3,1346,2001 -"58827",14072,15207,3,1346,1855 -"58828",14072,15301,3,1346,2308 -"58829",14072,15315,3,1346,2173 -"58830",14072,15401,3,1346,1999 -"58831",14072,15700,3,1346,1712 -"58832",14072,16201,3,1346,1811 -"58833",14072,16352,3,1346,2657 -"58834",14072,16954,3,1346,2972 -"58835",14072,17381,1,1346,1697 -"58836",14072,17396,3,1346,1672 -"58837",14072,17632,3,1346,1947 -"58838",14072,18124,3,1346,1642 -"58839",14072,18371,3,1346,2860 -"58840",14072,18381,3,1346,1524 -"58841",14072,18601,3,1346,2143 -"58842",14072,19027,3,1346,2721 -"58843",14072,19248,3,1346,2357 -"58844",14072,19528,3,1346,2742 -"58845",14072,20545,3,1346,1491 -"58846",14072,21487,3,1346,2203 -"58847",14072,21571,3,1346,2755 -"58848",14072,22141,3,1346,2348 -"58849",14072,22566,3,1346,2308 -"58850",14072,23159,3,1346,1548 -"58851",14072,23751,2,1346,1740 -"58852",14072,23806,3,1346,1671 -"58853",14072,24195,3,1346,1575 -"58854",14072,24497,3,1346,1979 -"58855",14072,24923,3,1346,2785 -"58856",14072,25373,3,1346,2783 -"58857",14072,25443,3,1346,1441 -"58858",14072,26658,3,1346,2745 -"58859",14072,27195,3,1346,2158 -"58860",14072,27484,2,1346,1634 -"58861",14072,28050,3,1346,1955 -"58862",14072,28168,3,1346,2702 -"58863",14072,28233,3,1346,1608 -"58864",14072,28784,3,1346,1579 -"58865",14072,29243,3,1346,2011 -"58866",14072,30092,3,1346,1593 -"58867",14072,30334,2,1346,2075 -"58868",14072,30705,3,1346,2959 -"58869",14072,30827,2,1346,2323 -"58870",14072,30883,3,1346,1629 -"58871",14072,30981,3,1346,2366 -"58872",14072,31307,3,1346,2139 -"58873",14072,32567,3,1346,2784 -"58874",14072,32939,2,1346,2277 -"58875",14072,32988,3,1346,2008 -"58876",14072,33010,3,1346,2189 -"58877",14072,33383,3,1346,1572 -"58878",14072,33622,3,1346,2230 -"58879",14072,34509,3,1346,1973 -"58880",14072,34735,3,1346,2767 -"58881",14072,34820,3,1346,1630 -"58882",14072,35264,3,1346,2329 -"58883",14072,35518,2,1346,1721 -"58884",14072,35926,3,1346,2371 -"58885",14072,36174,3,1346,1382 -"58886",14072,36215,3,1346,1623 -"58887",14072,36953,3,1346,2790 -"58888",14072,37238,3,1346,2609 -"58889",14072,37509,3,1346,1640 -"58890",14072,37636,2,1346,2178 -"58891",14072,37844,3,1346,2002 -"58892",14072,38602,2,1346,2693 -"58893",14072,38676,3,1346,2286 -"58894",14072,38869,3,1346,1675 -"58895",14072,39278,3,1346,1952 -"58896",14072,39556,3,1346,2747 -"58897",14072,40392,2,1346,1878 -"58898",14072,40493,3,1346,1981 -"58899",14072,41429,3,1346,1770 -"58900",14072,41723,3,1346,2101 -"58901",14072,42216,3,1346,2722 -"58902",14072,42256,3,1346,2839 -"58903",14072,42619,3,1346,2017 -"58904",14072,43204,3,1346,1680 -"58905",14072,43404,3,1346,2649 -"58906",14072,45585,3,1346,2384 -"58907",14072,47082,3,1346,1990 -"58908",14072,47248,3,1346,2883 -"58909",14072,49110,3,1346,2938 -"58910",14072,49606,3,1346,2800 -"58911",14072,50977,3,1346,2352 -"58912",14072,51017,3,1346,2073 -"58913",14072,51052,2,1346,2784 -"58914",14072,51783,2,1346,2599 -"58915",14072,52003,3,1346,2067 -"58916",14072,53445,3,1346,2028 -"58917",14072,56082,3,1346,2395 -"58918",14072,56903,3,1346,1584 -"58919",14072,57714,3,1346,1391 -"58920",14072,57732,3,1346,2454 -"58921",14072,57804,2,1346,2214 -"58922",14072,58284,3,1346,2292 -"58923",14072,64987,3,1346,1360 -"58924",14072,65155,3,1346,1947 -"58925",14072,72728,3,1346,2234 -"58926",14072,74290,3,1346,1513 -"58927",14072,78303,3,1346,1808 -"58928",14072,82246,3,1346,1538 -"58929",14072,87509,3,1346,1907 -"58930",14072,99152,3,1346,1698 -"58931",14072,100432,3,1346,1358 -"58932",14072,106318,3,1346,1698 -"58933",14072,113736,3,1346,1514 -"58934",14080,23,3,1351,1682 -"58935",14080,468,2,1351,1966 -"58936",14080,600,3,1351,1702 -"58937",14080,3164,2,1351,2693 -"58938",14080,3306,2,1351,1989 -"58939",14080,5041,3,1351,2371 -"58940",14080,5971,3,1351,1985 -"58941",14080,6030,2,1351,2953 -"58942",14080,6324,3,1351,1990 -"58943",14080,9362,3,1351,2879 -"58944",14080,9702,3,1351,1928 -"58945",14080,10358,3,1351,2294 -"58946",14080,10701,3,1351,2000 -"58947",14080,11966,2,1351,2385 -"58948",14080,13285,3,1351,1577 -"58949",14080,13311,3,1351,2315 -"58950",14080,13400,2,1351,1371 -"58951",14080,15003,3,1351,2067 -"58952",14080,15301,1,1351,2308 -"58953",14080,15607,2,1351,1421 -"58954",14080,16096,3,1351,2301 -"58955",14080,16352,3,1351,2657 -"58956",14080,17413,3,1351,2230 -"58957",14080,19072,3,1351,2358 -"58958",14080,20284,3,1351,2530 -"58959",14080,20292,3,1351,2755 -"58960",14080,21571,2,1351,2755 -"58961",14080,21682,3,1351,2414 -"58962",14080,21832,3,1351,1755 -"58963",14080,22165,3,1351,1501 -"58964",14080,22566,1,1351,2308 -"58965",14080,23159,3,1351,1548 -"58966",14080,23310,3,1351,2371 -"58967",14080,23534,3,1351,1659 -"58968",14080,26080,3,1351,2525 -"58969",14080,26100,3,1351,1966 -"58970",14080,28050,2,1351,1955 -"58971",14080,28168,2,1351,2702 -"58972",14080,28874,3,1351,2329 -"58973",14080,31251,3,1351,2498 -"58974",14080,31700,3,1351,2727 -"58975",14080,32567,3,1351,2784 -"58976",14080,32919,3,1351,2321 -"58977",14080,33949,3,1351,2489 -"58978",14080,33981,3,1351,1993 -"58979",14080,34648,3,1351,1596 -"58980",14080,34735,3,1351,2767 -"58981",14080,35926,3,1351,2371 -"58982",14080,38869,3,1351,1675 -"58983",14080,40493,3,1351,1981 -"58984",14080,42619,3,1351,2017 -"58985",14080,43153,3,1351,1381 -"58986",14080,44521,3,1351,1593 -"58987",14080,44557,3,1351,2371 -"58988",14080,50468,3,1351,1659 -"58989",14080,53362,3,1351,2360 -"58990",14080,57246,3,1351,1873 -"58991",14080,57714,2,1351,1391 -"58992",14080,59539,3,1351,2429 -"58993",14080,64181,3,1351,1828 -"58994",14080,66413,3,1351,2507 -"58995",14080,69214,3,1351,1354 -"58996",14080,69250,3,1351,1439 -"58997",14080,94500,2,1351,1529 -"58998",14080,105063,3,1351,1908 -"58999",14091,23,3,929,1682 -"59000",14091,671,2,929,2328 -"59001",14091,1046,3,929,1881 -"59002",14091,1090,3,929,2370 -"59003",14091,1201,3,929,2489 -"59004",14091,3164,3,929,2693 -"59005",14091,3488,3,929,2351 -"59006",14091,3961,3,929,2426 -"59007",14091,4289,2,929,1921 -"59008",14091,4583,3,929,2741 -"59009",14091,4790,2,929,1025 -"59010",14091,4791,3,929,1184 -"59011",14091,5041,3,929,2371 -"59012",14091,5148,3,929,2206 -"59013",14091,5462,3,929,2374 -"59014",14091,5725,3,929,2789 -"59015",14091,7078,3,929,2344 -"59016",14091,8533,3,929,2251 -"59017",14091,8621,3,929,1681 -"59018",14091,10799,3,929,2010 -"59019",14091,10875,2,929,1234 -"59020",14091,11434,3,929,1187 -"59021",14091,11516,3,929,1937 -"59022",14091,12096,3,929,1330 -"59023",14091,12713,3,929,2440 -"59024",14091,13068,3,929,1778 -"59025",14091,13248,3,929,1385 -"59026",14091,13801,3,929,2041 -"59027",14091,13929,1,929,2693 -"59028",14091,14669,3,929,2080 -"59029",14091,15299,3,929,2213 -"59030",14091,15343,3,929,2125 -"59031",14091,15607,3,929,1421 -"59032",14091,16029,3,929,1160 -"59033",14091,16111,3,929,1714 -"59034",14091,17021,3,929,1226 -"59035",14091,18151,3,929,2962 -"59036",14091,18615,3,929,1025 -"59037",14091,20176,3,929,1050 -"59038",14091,20643,3,929,2341 -"59039",14091,20824,3,929,1366 -"59040",14091,22216,2,929,1956 -"59041",14091,22282,3,929,1418 -"59042",14091,24005,3,929,1188 -"59043",14091,24146,3,929,2003 -"59044",14091,24362,3,929,1287 -"59045",14091,24755,3,929,1319 -"59046",14091,25132,3,929,1188 -"59047",14091,25378,3,929,1245 -"59048",14091,25643,3,929,1646 -"59049",14091,26451,3,929,2133 -"59050",14091,26570,3,929,1669 -"59051",14091,27390,3,929,2425 -"59052",14091,27391,3,929,2378 -"59053",14091,28285,3,929,2972 -"59054",14091,28434,2,929,1141 -"59055",14091,29050,2,929,1196 -"59056",14091,29456,3,929,1182 -"59057",14091,30081,3,929,2403 -"59058",14091,31235,3,929,2668 -"59059",14091,32173,3,929,2341 -"59060",14091,34659,3,929,1924 -"59061",14091,36450,3,929,1591 -"59062",14091,36559,3,929,2473 -"59063",14091,36962,2,929,2861 -"59064",14091,37333,3,929,1612 -"59065",14091,38162,2,929,1691 -"59066",14091,38227,3,929,2511 -"59067",14091,39135,3,929,2489 -"59068",14091,43518,3,929,2680 -"59069",14091,44074,3,929,1299 -"59070",14091,47082,2,929,1990 -"59071",14091,47947,2,929,2681 -"59072",14091,50217,3,929,1211 -"59073",14091,51022,3,929,1499 -"59074",14091,51626,3,929,2494 -"59075",14091,52058,2,929,1836 -"59076",14091,53630,2,929,1565 -"59077",14091,54020,3,929,1578 -"59078",14091,54305,3,929,1222 -"59079",14091,55156,3,929,2196 -"59080",14091,55691,1,929,2856 -"59081",14091,56464,3,929,2488 -"59082",14091,58035,3,929,1646 -"59083",14091,64031,3,929,1295 -"59084",14091,66860,3,929,1548 -"59085",14091,68810,3,929,2409 -"59086",14091,70046,3,929,2624 -"59087",14091,75650,3,929,972 -"59088",14091,75948,3,929,1006 -"59089",14091,78563,3,929,2385 -"59090",14091,79088,3,929,1369 -"59091",14091,79322,3,929,2770 -"59092",14091,94101,2,929,997 -"59093",14091,94125,3,929,2280 -"59094",14091,101482,1,929,1300 -"59095",14095,4698,3,2186,2481 -"59096",14095,25330,2,2186,2370 -"59097",14096,12081,3,1861,2166 -"59098",14096,14918,2,1861,2071 -"59099",14096,17351,3,1861,2036 -"59100",14096,17549,3,1861,2647 -"59101",14096,17632,3,1861,1947 -"59102",14096,19208,3,1861,2629 -"59103",14096,19605,3,1861,2395 -"59104",14096,21079,3,1861,1997 -"59105",14096,25816,3,1861,2088 -"59106",14096,34120,3,1861,2786 -"59107",14096,43173,3,1861,2895 -"59108",14096,44688,3,1861,2924 -"59109",14096,47968,3,1861,2829 -"59110",14096,50480,3,1861,2701 -"59111",14103,25,3,2204,2762 -"59112",14103,602,1,2204,2632 -"59113",14103,762,2,2204,2671 -"59114",14103,3011,3,2204,2278 -"59115",14103,3460,3,2204,2530 -"59116",14103,3896,2,2204,2693 -"59117",14103,4696,3,2204,2656 -"59118",14103,9311,3,2204,2477 -"59119",14103,10843,3,2204,2277 -"59120",14103,12374,3,2204,2260 -"59121",14103,12703,2,2204,2689 -"59122",14103,13249,3,2204,2573 -"59123",14103,15560,3,2204,2257 -"59124",14103,15626,3,2204,2434 -"59125",14103,21448,3,2204,2332 -"59126",14103,25078,3,2204,2312 -"59127",14103,28874,3,2204,2329 -"59128",14103,28982,1,2204,2746 -"59129",14103,30906,3,2204,2537 -"59130",14103,33433,3,2204,2805 -"59131",14103,34899,3,2204,2565 -"59132",14103,36646,3,2204,2744 -"59133",14103,38885,2,2204,2720 -"59134",14103,42642,3,2204,2257 -"59135",14103,43756,3,2204,2881 -"59136",14103,47877,3,2204,2970 -"59137",14103,59113,3,2204,2434 -"59138",14103,62939,2,2204,2574 -"59139",14103,63395,3,2204,2334 -"59140",14103,64061,3,2204,2381 -"59141",14103,67957,3,2204,2823 -"59142",14108,134,3,2012,2062 -"59143",14108,1090,3,2012,2370 -"59144",14108,2011,3,2012,2176 -"59145",14108,2208,3,2012,2814 -"59146",14108,2224,3,2012,2751 -"59147",14108,2684,3,2012,2874 -"59148",14108,3271,3,2012,2216 -"59149",14108,3493,3,2012,2451 -"59150",14108,3628,3,2012,2707 -"59151",14108,5120,3,2012,2735 -"59152",14108,5258,2,2012,2730 -"59153",14108,5504,3,2012,2389 -"59154",14108,6104,3,2012,2462 -"59155",14108,6252,2,2012,2336 -"59156",14108,6363,3,2012,2066 -"59157",14108,6390,2,2012,2385 -"59158",14108,7229,3,2012,2669 -"59159",14108,7984,3,2012,2493 -"59160",14108,8657,3,2012,2473 -"59161",14108,8762,3,2012,2585 -"59162",14108,9150,3,2012,2689 -"59163",14108,9272,3,2012,2835 -"59164",14108,9311,3,2012,2477 -"59165",14108,10222,3,2012,2212 -"59166",14108,11055,3,2012,2111 -"59167",14108,14652,3,2012,2516 -"59168",14108,14676,3,2012,2764 -"59169",14108,14972,3,2012,2332 -"59170",14108,16365,3,2012,2217 -"59171",14108,18277,3,2012,2309 -"59172",14108,18543,2,2012,2968 -"59173",14108,19248,3,2012,2357 -"59174",14108,19605,3,2012,2395 -"59175",14108,20407,2,2012,2339 -"59176",14108,21670,3,2012,2158 -"59177",14108,21682,3,2012,2414 -"59178",14108,22141,3,2012,2348 -"59179",14108,23216,3,2012,2424 -"59180",14108,24198,3,2012,2217 -"59181",14108,25565,1,2012,2764 -"59182",14108,25816,3,2012,2088 -"59183",14108,28102,3,2012,2287 -"59184",14108,28592,3,2012,2320 -"59185",14108,29948,2,2012,2795 -"59186",14108,31001,3,2012,2119 -"59187",14108,31235,3,2012,2668 -"59188",14108,31700,3,2012,2727 -"59189",14108,32503,3,2012,2020 -"59190",14108,33433,3,2012,2805 -"59191",14108,33572,3,2012,2370 -"59192",14108,33622,3,2012,2230 -"59193",14108,35235,3,2012,2610 -"59194",14108,35481,3,2012,2211 -"59195",14108,36031,3,2012,2342 -"59196",14108,36439,2,2012,2469 -"59197",14108,38259,3,2012,2258 -"59198",14108,38602,3,2012,2693 -"59199",14108,38667,3,2012,2880 -"59200",14108,40022,3,2012,2307 -"59201",14108,40954,3,2012,2603 -"59202",14108,43173,2,2012,2895 -"59203",14108,43213,3,2012,2160 -"59204",14108,43226,2,2012,2442 -"59205",14108,44427,2,2012,2875 -"59206",14108,46951,3,2012,2429 -"59207",14108,47248,3,2012,2883 -"59208",14108,48215,3,2012,2028 -"59209",14108,49265,3,2012,2686 -"59210",14108,50179,3,2012,2230 -"59211",14108,52323,2,2012,2148 -"59212",14108,53323,3,2012,2677 -"59213",14108,55156,3,2012,2196 -"59214",14108,55828,3,2012,2393 -"59215",14108,56082,3,2012,2395 -"59216",14108,56910,3,2012,2705 -"59217",14108,57380,3,2012,2362 -"59218",14108,58284,3,2012,2292 -"59219",14108,58508,3,2012,2326 -"59220",14108,59438,3,2012,2400 -"59221",14108,66971,3,2012,2299 -"59222",14108,69335,3,2012,2698 -"59223",14108,71274,3,2012,2390 -"59224",14108,72207,3,2012,2430 -"59225",14108,72728,3,2012,2234 -"59226",14108,73747,3,2012,2274 -"59227",14108,74636,2,2012,2525 -"59228",14108,78563,3,2012,2385 -"59229",14108,88232,2,2012,2881 -"59230",14108,92322,3,2012,2393 -"59231",14108,92658,3,2012,2659 -"59232",14108,100215,3,2012,2436 -"59233",14110,10200,3,2448,2920 -"59234",14131,1787,2,341,1707 -"59235",14131,2370,3,341,1600 -"59236",14131,5937,3,341,2392 -"59237",14131,11679,3,341,846 -"59238",14131,11868,2,341,1639 -"59239",14131,14861,3,341,2269 -"59240",14131,23728,3,341,2601 -"59241",14131,32841,3,341,1345 -"59242",14131,33460,3,341,2781 -"59243",14131,39439,2,341,2462 -"59244",14131,39723,3,341,778 -"59245",14131,76931,3,341,1338 -"59246",14131,76997,3,341,2223 -"59247",14131,119234,1,341,931 -"59248",14152,6612,3,2007,2343 -"59249",14152,23319,3,2007,2867 -"59250",14156,7597,3,1251,2037 -"59251",14156,39418,3,1251,1978 -"59252",14156,40283,3,1251,1657 -"59253",14156,51879,3,1251,1771 -"59254",14172,602,3,1923,2632 -"59255",14172,3011,3,1923,2278 -"59256",14172,3158,3,1923,2762 -"59257",14172,3765,3,1923,2775 -"59258",14172,4249,2,1923,2547 -"59259",14172,4784,2,1923,2511 -"59260",14172,5614,3,1923,2122 -"59261",14172,6223,3,1923,2363 -"59262",14172,6345,3,1923,2713 -"59263",14172,8327,3,1923,2527 -"59264",14172,9724,3,1923,2713 -"59265",14172,14723,3,1923,2019 -"59266",14172,15782,3,1923,2306 -"59267",14172,20700,3,1923,2861 -"59268",14172,21358,2,1923,1970 -"59269",14172,21920,3,1923,2367 -"59270",14172,30096,3,1923,2082 -"59271",14172,31117,3,1923,2210 -"59272",14172,37684,3,1923,2899 -"59273",14172,41489,2,1923,2006 -"59274",14172,43701,3,1923,2400 -"59275",14172,48823,2,1923,2080 -"59276",14172,50480,3,1923,2701 -"59277",14172,53652,3,1923,2899 -"59278",14172,53779,3,1923,2000 -"59279",14172,54488,3,1923,2357 -"59280",14172,59113,3,1923,2434 -"59281",14172,64737,3,1923,2442 -"59282",14172,68813,3,1923,2511 -"59283",14172,75343,3,1923,2008 -"59284",14172,82217,3,1923,2441 -"59285",14172,87837,3,1923,1987 -"59286",14189,42,3,1483,2265 -"59287",14189,803,2,1483,1666 -"59288",14189,1262,3,1483,2973 -"59289",14189,1321,3,1483,2075 -"59290",14189,1386,3,1483,1901 -"59291",14189,1495,3,1483,2046 -"59292",14189,1777,3,1483,1965 -"59293",14189,2036,3,1483,2483 -"59294",14189,3242,3,1483,1730 -"59295",14189,3853,3,1483,2465 -"59296",14189,5462,3,1483,2374 -"59297",14189,5504,3,1483,2389 -"59298",14189,5621,3,1483,1860 -"59299",14189,7078,3,1483,2344 -"59300",14189,9801,3,1483,2443 -"59301",14189,10148,3,1483,2964 -"59302",14189,10874,3,1483,1891 -"59303",14189,11602,3,1483,1493 -"59304",14189,13732,2,1483,2789 -"59305",14189,13929,3,1483,2693 -"59306",14189,14709,3,1483,1901 -"59307",14189,15184,3,1483,2396 -"59308",14189,15343,3,1483,2125 -"59309",14189,18151,3,1483,2962 -"59310",14189,19528,3,1483,2742 -"59311",14189,20545,3,1483,1491 -"59312",14189,20783,3,1483,2414 -"59313",14189,21193,3,1483,2490 -"59314",14189,21693,3,1483,2176 -"59315",14189,21795,3,1483,2653 -"59316",14189,22326,3,1483,2818 -"59317",14189,22362,3,1483,1836 -"59318",14189,23508,2,1483,1907 -"59319",14189,23509,3,1483,2275 -"59320",14189,23641,3,1483,1934 -"59321",14189,23751,2,1483,1740 -"59322",14189,24146,2,1483,2003 -"59323",14189,26608,3,1483,2329 -"59324",14189,26865,2,1483,2726 -"59325",14189,26959,3,1483,1961 -"59326",14189,28233,2,1483,1608 -"59327",14189,30081,2,1483,2403 -"59328",14189,30827,3,1483,2323 -"59329",14189,31799,3,1483,2547 -"59330",14189,32516,2,1483,2050 -"59331",14189,32939,3,1483,2277 -"59332",14189,34984,3,1483,2056 -"59333",14189,36559,3,1483,2473 -"59334",14189,36962,2,1483,2861 -"59335",14189,37333,2,1483,1612 -"59336",14189,38908,3,1483,1787 -"59337",14189,41747,3,1483,1722 -"59338",14189,41872,3,1483,2974 -"59339",14189,42618,3,1483,2316 -"59340",14189,46039,3,1483,1794 -"59341",14189,50252,3,1483,2001 -"59342",14189,51410,3,1483,2739 -"59343",14189,54020,2,1483,1578 -"59344",14189,56082,3,1483,2395 -"59345",14189,57804,3,1483,2214 -"59346",14189,57977,3,1483,2683 -"59347",14189,61719,3,1483,1515 -"59348",14189,65679,3,1483,1578 -"59349",14189,77993,3,1483,1497 -"59350",14189,86799,2,1483,1951 -"59351",14212,378,3,857,2766 -"59352",14212,827,3,857,2964 -"59353",14212,1455,3,857,1262 -"59354",14212,1624,3,857,2687 -"59355",14212,1708,3,857,1591 -"59356",14212,2272,3,857,1640 -"59357",14212,2282,2,857,2056 -"59358",14212,2443,2,857,2333 -"59359",14212,2506,3,857,954 -"59360",14212,2647,2,857,2450 -"59361",14212,2927,3,857,1789 -"59362",14212,3158,3,857,2762 -"59363",14212,3669,3,857,2524 -"59364",14212,4634,3,857,2291 -"59365",14212,5937,3,857,2392 -"59366",14212,6040,3,857,2103 -"59367",14212,6345,2,857,2713 -"59368",14212,6999,3,857,2214 -"59369",14212,7254,3,857,1849 -"59370",14212,7604,3,857,1366 -"59371",14212,7787,3,857,2314 -"59372",14212,8157,2,857,1063 -"59373",14212,8463,3,857,2466 -"59374",14212,9269,3,857,1892 -"59375",14212,9538,3,857,1786 -"59376",14212,9724,2,857,2713 -"59377",14212,9895,3,857,1960 -"59378",14212,9910,2,857,2526 -"59379",14212,9948,3,857,2019 -"59380",14212,10701,3,857,2000 -"59381",14212,11858,3,857,1530 -"59382",14212,12632,3,857,1174 -"59383",14212,12914,3,857,1557 -"59384",14212,12966,2,857,2011 -"59385",14212,13340,3,857,1918 -"59386",14212,13595,3,857,1164 -"59387",14212,14470,2,857,2632 -"59388",14212,14957,3,857,2306 -"59389",14212,15782,3,857,2306 -"59390",14212,16347,3,857,1868 -"59391",14212,16963,3,857,1999 -"59392",14212,17499,2,857,2954 -"59393",14212,17531,2,857,876 -"59394",14212,17695,2,857,1930 -"59395",14212,18808,3,857,2854 -"59396",14212,19002,3,857,2053 -"59397",14212,19366,3,857,2279 -"59398",14212,19476,3,857,1708 -"59399",14212,20038,3,857,1531 -"59400",14212,20695,2,857,2526 -"59401",14212,21044,3,857,1574 -"59402",14212,21358,3,857,1970 -"59403",14212,22357,1,857,1397 -"59404",14212,22410,3,857,2158 -"59405",14212,23550,3,857,2939 -"59406",14212,23560,3,857,2051 -"59407",14212,26100,3,857,1966 -"59408",14212,26597,1,857,2070 -"59409",14212,27512,3,857,947 -"59410",14212,28648,3,857,1586 -"59411",14212,28782,2,857,2272 -"59412",14212,31855,3,857,2636 -"59413",14212,32350,3,857,1540 -"59414",14212,32841,3,857,1345 -"59415",14212,36399,2,857,1357 -"59416",14212,36840,3,857,2269 -"59417",14212,37684,3,857,2899 -"59418",14212,38309,3,857,2644 -"59419",14212,41350,3,857,1935 -"59420",14212,41489,3,857,2006 -"59421",14212,42382,3,857,2224 -"59422",14212,42390,2,857,2937 -"59423",14212,42956,3,857,932 -"59424",14212,43543,3,857,1457 -"59425",14212,43585,3,857,1066 -"59426",14212,43701,2,857,2400 -"59427",14212,44132,3,857,1999 -"59428",14212,45297,3,857,1864 -"59429",14212,46616,3,857,1917 -"59430",14212,47607,2,857,2724 -"59431",14212,47882,3,857,2769 -"59432",14212,49142,2,857,2289 -"59433",14212,49708,3,857,1147 -"59434",14212,50468,2,857,1659 -"59435",14212,50678,3,857,1366 -"59436",14212,51505,2,857,1572 -"59437",14212,52386,2,857,1830 -"59438",14212,53584,3,857,2391 -"59439",14212,53652,2,857,2899 -"59440",14212,54316,2,857,1202 -"59441",14212,55493,3,857,869 -"59442",14212,55775,3,857,2385 -"59443",14212,56364,3,857,1626 -"59444",14212,68884,2,857,1011 -"59445",14212,69260,2,857,1698 -"59446",14212,69795,2,857,2636 -"59447",14212,71895,3,857,1327 -"59448",14212,76450,2,857,1077 -"59449",14212,76814,3,857,926 -"59450",14212,76929,2,857,910 -"59451",14212,77719,2,857,2086 -"59452",14212,78277,2,857,1937 -"59453",14212,78393,3,857,874 -"59454",14212,78611,3,857,1586 -"59455",14212,79699,3,857,1735 -"59456",14212,79874,3,857,1570 -"59457",14212,80801,3,857,1250 -"59458",14212,80970,3,857,2069 -"59459",14212,82217,3,857,2441 -"59460",14212,84235,3,857,1639 -"59461",14212,84591,3,857,1685 -"59462",14212,85065,3,857,1585 -"59463",14212,87915,3,857,1152 -"59464",14212,88984,3,857,935 -"59465",14212,92366,3,857,1434 -"59466",14212,92630,3,857,1583 -"59467",14212,96332,3,857,1197 -"59468",14212,96718,3,857,1767 -"59469",14212,97266,3,857,1016 -"59470",14212,101381,2,857,977 -"59471",14212,113333,3,857,1018 -"59472",14212,122938,2,857,1023 -"59473",14220,30504,2,1529,1573 -"59474",14252,270,2,2244,2542 -"59475",14252,1102,3,2244,2282 -"59476",14252,2424,2,2244,2582 -"59477",14252,2484,3,2244,2389 -"59478",14252,2572,3,2244,2273 -"59479",14252,3305,3,2244,2839 -"59480",14252,4953,2,2244,2285 -"59481",14252,6074,3,2244,2426 -"59482",14252,7794,3,2244,2972 -"59483",14252,7795,3,2244,2789 -"59484",14252,12042,3,2244,2345 -"59485",14252,15008,3,2244,2338 -"59486",14252,15381,3,2244,2289 -"59487",14252,15729,3,2244,2338 -"59488",14252,16628,3,2244,2409 -"59489",14252,17365,1,2244,2746 -"59490",14252,17520,3,2244,2276 -"59491",14252,18394,3,2244,2356 -"59492",14252,19248,3,2244,2357 -"59493",14252,19622,3,2244,2371 -"59494",14252,19862,3,2244,2412 -"59495",14252,21012,3,2244,2325 -"59496",14252,21682,3,2244,2414 -"59497",14252,24060,3,2244,2349 -"59498",14252,24721,3,2244,2326 -"59499",14252,24923,3,2244,2785 -"59500",14252,25569,3,2244,2317 -"59501",14252,33475,3,2244,2367 -"59502",14252,37238,3,2244,2609 -"59503",14252,38307,2,2244,2648 -"59504",14252,41945,2,2244,2856 -"59505",14252,42216,3,2244,2722 -"59506",14252,43455,1,2244,2846 -"59507",14252,43796,2,2244,2476 -"59508",14252,45302,2,2244,2390 -"59509",14252,46629,2,2244,2255 -"59510",14252,49110,3,2244,2938 -"59511",14252,51035,3,2244,2397 -"59512",14252,51041,3,2244,2606 -"59513",14252,51866,1,2244,2411 -"59514",14252,52032,3,2244,2853 -"59515",14252,52892,3,2244,2372 -"59516",14252,53219,3,2244,2973 -"59517",14252,61982,2,2244,2725 -"59518",14252,62841,3,2244,2710 -"59519",14252,76892,3,2244,2381 -"59520",14255,3139,3,893,1656 -"59521",14255,3158,2,893,2762 -"59522",14255,4249,3,893,2547 -"59523",14255,4784,3,893,2511 -"59524",14255,6020,3,893,1864 -"59525",14255,6223,3,893,2363 -"59526",14255,9740,1,893,2233 -"59527",14255,10146,3,893,1878 -"59528",14255,11270,2,893,1011 -"59529",14255,12966,3,893,2011 -"59530",14255,13551,2,893,1451 -"59531",14255,13595,3,893,1164 -"59532",14255,13688,3,893,1627 -"59533",14255,13930,3,893,1274 -"59534",14255,14172,3,893,1923 -"59535",14255,16963,3,893,1999 -"59536",14255,17499,3,893,2954 -"59537",14255,19002,3,893,2053 -"59538",14255,21358,3,893,1970 -"59539",14255,24044,3,893,1076 -"59540",14255,28648,2,893,1586 -"59541",14255,30544,1,893,2041 -"59542",14255,34274,3,893,1437 -"59543",14255,41489,3,893,2006 -"59544",14255,43728,3,893,2308 -"59545",14255,45297,3,893,1864 -"59546",14255,48823,3,893,2080 -"59547",14255,51212,2,893,1801 -"59548",14255,71225,3,893,956 -"59549",14255,76842,3,893,1518 -"59550",14255,84885,2,893,1649 -"59551",14255,93642,3,893,1120 -"59552",14256,3101,3,279,513 -"59553",14256,3158,2,279,2762 -"59554",14256,4249,3,279,2547 -"59555",14256,4784,3,279,2511 -"59556",14256,6020,3,279,1864 -"59557",14256,6223,3,279,2363 -"59558",14256,9740,2,279,2233 -"59559",14256,10146,3,279,1878 -"59560",14256,11270,2,279,1011 -"59561",14256,12966,3,279,2011 -"59562",14256,13551,2,279,1451 -"59563",14256,13595,3,279,1164 -"59564",14256,13930,3,279,1274 -"59565",14256,14172,3,279,1923 -"59566",14256,14255,1,279,893 -"59567",14256,14612,3,279,2340 -"59568",14256,14957,3,279,2306 -"59569",14256,16963,3,279,1999 -"59570",14256,17499,3,279,2954 -"59571",14256,17531,3,279,876 -"59572",14256,18645,3,279,793 -"59573",14256,21358,3,279,1970 -"59574",14256,28648,2,279,1586 -"59575",14256,30544,2,279,2041 -"59576",14256,34274,3,279,1437 -"59577",14256,39507,3,279,793 -"59578",14256,41489,3,279,2006 -"59579",14256,43728,3,279,2308 -"59580",14256,45297,3,279,1864 -"59581",14256,48823,3,279,2080 -"59582",14256,49029,3,279,647 -"59583",14256,50640,3,279,514 -"59584",14256,51212,2,279,1801 -"59585",14256,67289,2,279,829 -"59586",14256,69732,3,279,732 -"59587",14256,71225,3,279,956 -"59588",14256,75207,3,279,2235 -"59589",14256,76842,3,279,1518 -"59590",14256,82740,3,279,579 -"59591",14256,84885,3,279,1649 -"59592",14256,93642,3,279,1120 -"59593",14256,103256,2,279,572 -"59594",14256,123211,3,279,405 -"59595",14272,10646,3,1063,1555 -"59596",14272,17626,3,1063,1265 -"59597",14272,18244,3,1063,1622 -"59598",14272,18366,2,1063,2699 -"59599",14272,21795,3,1063,2653 -"59600",14272,40646,3,1063,1583 -"59601",14272,58180,1,1063,1919 -"59602",14272,82829,1,1063,2416 -"59603",14272,105795,2,1063,1265 -"59604",14272,107435,3,1063,1635 -"59605",14272,108647,3,1063,1934 -"59606",14278,602,3,1267,2632 -"59607",14278,765,3,1267,2073 -"59608",14278,997,3,1267,2788 -"59609",14278,3011,2,1267,2278 -"59610",14278,4701,3,1267,2401 -"59611",14278,7579,3,1267,1624 -"59612",14278,8060,3,1267,1883 -"59613",14278,8610,3,1267,2240 -"59614",14278,9311,3,1267,2477 -"59615",14278,9979,3,1267,2238 -"59616",14278,14723,3,1267,2019 -"59617",14278,16201,3,1267,1811 -"59618",14278,18244,3,1267,1622 -"59619",14278,19862,3,1267,2412 -"59620",14278,22180,3,1267,1835 -"59621",14278,23825,3,1267,1913 -"59622",14278,24286,3,1267,1280 -"59623",14278,28635,3,1267,2368 -"59624",14278,32103,3,1267,1491 -"59625",14278,33356,3,1267,1586 -"59626",14278,33433,3,1267,2805 -"59627",14278,33991,3,1267,2249 -"59628",14278,34820,3,1267,1630 -"59629",14278,36578,3,1267,1484 -"59630",14278,39556,3,1267,2747 -"59631",14278,41748,3,1267,1480 -"59632",14278,41998,3,1267,2400 -"59633",14278,42333,3,1267,2234 -"59634",14278,49696,3,1267,2444 -"59635",14278,50275,3,1267,2832 -"59636",14278,54879,3,1267,2210 -"59637",14278,57380,3,1267,2362 -"59638",14278,57732,3,1267,2454 -"59639",14278,59113,3,1267,2434 -"59640",14278,62903,3,1267,1704 -"59641",14278,75343,3,1267,2008 -"59642",14278,99152,3,1267,1698 -"59643",14278,106318,3,1267,1698 -"59644",14287,160,3,1583,2007 -"59645",14287,341,3,1583,2689 -"59646",14287,2418,3,1583,2020 -"59647",14287,2452,3,1583,1715 -"59648",14287,2747,3,1583,2411 -"59649",14287,2852,3,1583,2448 -"59650",14287,3127,3,1583,2273 -"59651",14287,6821,3,1583,1788 -"59652",14287,7942,3,1583,2623 -"59653",14287,9060,3,1583,1612 -"59654",14287,9301,3,1583,1861 -"59655",14287,9481,3,1583,1610 -"59656",14287,9503,3,1583,2453 -"59657",14287,9787,2,1583,2858 -"59658",14287,10453,3,1583,1656 -"59659",14287,13068,3,1583,1778 -"59660",14287,14817,3,1583,2110 -"59661",14287,16286,3,1583,2470 -"59662",14287,16437,3,1583,1956 -"59663",14287,16501,1,1583,1650 -"59664",14287,17037,3,1583,2947 -"59665",14287,17351,3,1583,2036 -"59666",14287,19334,3,1583,1979 -"59667",14287,20220,3,1583,1656 -"59668",14287,20331,3,1583,2365 -"59669",14287,20894,3,1583,2214 -"59670",14287,22458,3,1583,1586 -"59671",14287,23131,2,1583,1732 -"59672",14287,23206,3,1583,2805 -"59673",14287,23756,3,1583,2309 -"59674",14287,25163,2,1583,1751 -"59675",14287,27280,3,1583,1965 -"59676",14287,27742,3,1583,2700 -"59677",14287,27897,3,1583,1968 -"59678",14287,27914,2,1583,2507 -"59679",14287,28869,3,1583,2425 -"59680",14287,29286,2,1583,1612 -"59681",14287,29311,3,1583,1849 -"59682",14287,30525,2,1583,1964 -"59683",14287,30865,2,1583,2038 -"59684",14287,31868,3,1583,1993 -"59685",14287,33341,3,1583,2338 -"59686",14287,35728,3,1583,2017 -"59687",14287,37752,3,1583,2223 -"59688",14287,38373,3,1583,1928 -"59689",14287,40035,3,1583,2742 -"59690",14287,40572,3,1583,2666 -"59691",14287,40910,3,1583,2469 -"59692",14287,41633,3,1583,1976 -"59693",14287,46384,3,1583,2285 -"59694",14287,46486,3,1583,1868 -"59695",14287,48576,3,1583,1675 -"59696",14287,53739,3,1583,2704 -"59697",14287,54775,3,1583,2383 -"59698",14287,56995,3,1583,2323 -"59699",14287,58233,3,1583,1665 -"59700",14287,58501,3,1583,2613 -"59701",14287,59039,3,1583,2870 -"59702",14287,61125,2,1583,1673 -"59703",14287,75282,3,1583,2675 -"59704",14287,76143,3,1583,1610 -"59705",14287,81545,3,1583,2077 -"59706",14287,88067,3,1583,2315 -"59707",14287,91942,3,1583,2216 -"59708",14287,111375,3,1583,2686 -"59709",14290,1455,2,284,1262 -"59710",14290,2272,1,284,1640 -"59711",14290,2443,2,284,2333 -"59712",14290,2588,3,284,552 -"59713",14290,2724,3,284,2447 -"59714",14290,5637,3,284,1976 -"59715",14290,6345,3,284,2713 -"59716",14290,8607,3,284,1685 -"59717",14290,8724,2,284,1326 -"59718",14290,9269,3,284,1892 -"59719",14290,9538,2,284,1786 -"59720",14290,9656,3,284,1135 -"59721",14290,9910,3,284,2526 -"59722",14290,11803,3,284,1232 -"59723",14290,12116,2,284,2119 -"59724",14290,12861,3,284,1207 -"59725",14290,13034,3,284,698 -"59726",14290,13340,3,284,1918 -"59727",14290,14061,3,284,1620 -"59728",14290,14212,3,284,857 -"59729",14290,14470,2,284,2632 -"59730",14290,15281,3,284,810 -"59731",14290,15582,1,284,598 -"59732",14290,15782,3,284,2306 -"59733",14290,17531,3,284,876 -"59734",14290,19542,3,284,570 -"59735",14290,20371,2,284,595 -"59736",14290,20695,3,284,2526 -"59737",14290,21383,3,284,971 -"59738",14290,21593,3,284,1312 -"59739",14290,22410,2,284,2158 -"59740",14290,23498,2,284,2398 -"59741",14290,23560,2,284,2051 -"59742",14290,24252,3,284,639 -"59743",14290,27512,2,284,947 -"59744",14290,29778,3,284,840 -"59745",14290,31264,1,284,2335 -"59746",14290,36399,3,284,1357 -"59747",14290,36840,3,284,2269 -"59748",14290,38354,3,284,629 -"59749",14290,38422,3,284,1019 -"59750",14290,41098,2,284,1857 -"59751",14290,42407,3,284,2408 -"59752",14290,42773,3,284,385 -"59753",14290,43701,3,284,2400 -"59754",14290,45499,3,284,2346 -"59755",14290,46568,3,284,822 -"59756",14290,48501,1,284,2010 -"59757",14290,49708,3,284,1147 -"59758",14290,51863,3,284,1395 -"59759",14290,52950,2,284,2716 -"59760",14290,55325,2,284,653 -"59761",14290,56316,3,284,1435 -"59762",14290,63329,3,284,639 -"59763",14290,67836,3,284,2195 -"59764",14290,68286,3,284,2442 -"59765",14290,71128,3,284,485 -"59766",14290,71307,3,284,761 -"59767",14290,77519,3,284,819 -"59768",14290,77719,3,284,2086 -"59769",14290,78277,3,284,1937 -"59770",14290,79699,3,284,1735 -"59771",14290,80653,3,284,285 -"59772",14290,82280,3,284,619 -"59773",14290,93710,1,284,544 -"59774",14290,101381,3,284,977 -"59775",14290,110262,2,284,1138 -"59776",14290,111119,2,284,550 -"59777",14290,117190,3,284,425 -"59778",14300,2166,3,1218,2557 -"59779",14300,5504,3,1218,2389 -"59780",14300,8229,3,1218,1241 -"59781",14300,33572,3,1218,2370 -"59782",14300,71478,3,1218,1721 -"59783",14325,134,3,1976,2062 -"59784",14325,701,3,1976,2718 -"59785",14325,1324,3,1976,2147 -"59786",14325,1639,3,1976,2631 -"59787",14325,2684,2,1976,2874 -"59788",14325,6363,3,1976,2066 -"59789",14325,6449,3,1976,1997 -"59790",14325,11055,3,1976,2111 -"59791",14325,12356,2,1976,2757 -"59792",14325,13479,3,1976,2155 -"59793",14325,14652,3,1976,2516 -"59794",14325,14918,3,1976,2071 -"59795",14325,14959,3,1976,2898 -"59796",14325,16954,3,1976,2972 -"59797",14325,17351,3,1976,2036 -"59798",14325,18563,2,1976,2715 -"59799",14325,19248,3,1976,2357 -"59800",14325,21079,3,1976,1997 -"59801",14325,24753,3,1976,2860 -"59802",14325,25985,3,1976,2071 -"59803",14325,26793,3,1976,2104 -"59804",14325,27501,3,1976,1981 -"59805",14325,34120,3,1976,2786 -"59806",14325,36609,3,1976,2918 -"59807",14325,37929,3,1976,2393 -"59808",14325,38973,3,1976,1999 -"59809",14325,39135,3,1976,2489 -"59810",14325,39535,3,1976,2428 -"59811",14325,40931,2,1976,2301 -"59812",14325,45618,3,1976,2356 -"59813",14325,48795,3,1976,2498 -"59814",14325,56082,3,1976,2395 -"59815",14325,56893,3,1976,2597 -"59816",14325,62840,3,1976,2502 -"59817",14325,95011,3,1976,1986 -"59818",14328,14,3,1725,1793 -"59819",14328,854,2,1725,2307 -"59820",14328,915,2,1725,1793 -"59821",14328,1767,3,1725,2727 -"59822",14328,3068,2,1725,1815 -"59823",14328,3495,3,1725,2431 -"59824",14328,4504,2,1725,1905 -"59825",14328,11625,3,1725,2022 -"59826",14328,13158,3,1725,2667 -"59827",14328,17943,2,1725,1943 -"59828",14328,19317,3,1725,2041 -"59829",14328,19605,3,1725,2395 -"59830",14328,20416,3,1725,2323 -"59831",14328,23641,3,1725,1934 -"59832",14328,25030,3,1725,2017 -"59833",14328,26234,3,1725,2183 -"59834",14328,29454,3,1725,2719 -"59835",14328,30236,1,1725,2238 -"59836",14328,30827,2,1725,2323 -"59837",14328,38732,2,1725,2263 -"59838",14328,39135,3,1725,2489 -"59839",14328,41764,3,1725,2409 -"59840",14328,42216,3,1725,2722 -"59841",14328,43404,2,1725,2649 -"59842",14328,44268,3,1725,2436 -"59843",14328,48823,3,1725,2080 -"59844",14328,56397,3,1725,2053 -"59845",14328,60179,3,1725,2708 -"59846",14328,80764,3,1725,1808 -"59847",14328,88609,3,1725,1917 -"59848",14328,95879,3,1725,1748 -"59849",14332,14,3,780,1793 -"59850",14332,915,3,780,1793 -"59851",14332,1102,3,780,2282 -"59852",14332,1767,3,780,2727 -"59853",14332,2609,2,780,834 -"59854",14332,3068,3,780,1815 -"59855",14332,3477,3,780,2546 -"59856",14332,3980,3,780,2771 -"59857",14332,6063,3,780,2349 -"59858",14332,11450,1,780,915 -"59859",14332,11625,2,780,2022 -"59860",14332,12724,3,780,1930 -"59861",14332,12735,3,780,819 -"59862",14332,12779,2,780,936 -"59863",14332,13158,2,780,2667 -"59864",14332,13899,3,780,2650 -"59865",14332,14328,2,780,1725 -"59866",14332,15235,2,780,1045 -"59867",14332,16053,3,780,908 -"59868",14332,18217,3,780,1566 -"59869",14332,19317,3,780,2041 -"59870",14332,19835,3,780,1135 -"59871",14332,20343,1,780,851 -"59872",14332,20416,1,780,2323 -"59873",14332,20732,3,780,2401 -"59874",14332,22462,3,780,869 -"59875",14332,23726,3,780,2434 -"59876",14332,30092,2,780,1593 -"59877",14332,30236,3,780,2238 -"59878",14332,30827,2,780,2323 -"59879",14332,30850,2,780,1045 -"59880",14332,32811,3,780,804 -"59881",14332,33223,3,780,2397 -"59882",14332,37301,3,780,2160 -"59883",14332,38213,3,780,1744 -"59884",14332,38284,2,780,1234 -"59885",14332,39135,3,780,2489 -"59886",14332,40542,3,780,1664 -"59887",14332,42216,2,780,2722 -"59888",14332,43404,2,780,2649 -"59889",14332,45302,3,780,2390 -"59890",14332,46717,3,780,938 -"59891",14332,49620,3,780,1868 -"59892",14332,55084,2,780,1189 -"59893",14332,56026,3,780,908 -"59894",14332,74636,3,780,2525 -"59895",14332,88063,3,780,1045 -"59896",14332,88070,2,780,949 -"59897",14332,88609,3,780,1917 -"59898",14353,1822,1,2878,2888 -"59899",14353,44654,3,2878,2916 -"59900",14354,36007,1,1659,2089 -"59901",14380,160,3,120,2007 -"59902",14380,1624,3,120,2687 -"59903",14380,1708,2,120,1591 -"59904",14380,2272,3,120,1640 -"59905",14380,2443,2,120,2333 -"59906",14380,2647,3,120,2450 -"59907",14380,2927,3,120,1789 -"59908",14380,3101,3,120,513 -"59909",14380,3271,3,120,2216 -"59910",14380,6295,2,120,856 -"59911",14380,7604,3,120,1366 -"59912",14380,8006,3,120,479 -"59913",14380,8123,3,120,144 -"59914",14380,8238,3,120,2222 -"59915",14380,8993,3,120,2099 -"59916",14380,9269,2,120,1892 -"59917",14380,9272,3,120,2835 -"59918",14380,9538,3,120,1786 -"59919",14380,9895,2,120,1960 -"59920",14380,9910,2,120,2526 -"59921",14380,9948,1,120,2019 -"59922",14380,10990,3,120,805 -"59923",14380,11351,3,120,2971 -"59924",14380,12473,2,120,801 -"59925",14380,12632,1,120,1174 -"59926",14380,12735,3,120,819 -"59927",14380,12914,2,120,1557 -"59928",14380,12966,3,120,2011 -"59929",14380,14212,2,120,857 -"59930",14380,14290,3,120,284 -"59931",14380,14442,3,120,2700 -"59932",14380,15281,3,120,810 -"59933",14380,15582,3,120,598 -"59934",14380,15926,2,120,545 -"59935",14380,16347,2,120,1868 -"59936",14380,16963,3,120,1999 -"59937",14380,17499,3,120,2954 -"59938",14380,17632,3,120,1947 -"59939",14380,17695,3,120,1930 -"59940",14380,18061,3,120,160 -"59941",14380,18718,3,120,494 -"59942",14380,19358,3,120,880 -"59943",14380,20331,3,120,2365 -"59944",14380,20695,1,120,2526 -"59945",14380,20819,3,120,213 -"59946",14380,20921,3,120,723 -"59947",14380,21044,3,120,1574 -"59948",14380,21352,3,120,1604 -"59949",14380,22357,3,120,1397 -"59950",14380,23560,3,120,2051 -"59951",14380,25345,1,120,713 -"59952",14380,25678,3,120,1558 -"59953",14380,26597,3,120,2070 -"59954",14380,26740,3,120,2695 -"59955",14380,27512,3,120,947 -"59956",14380,30096,3,120,2082 -"59957",14380,31890,3,120,1487 -"59958",14380,32070,3,120,950 -"59959",14380,32966,2,120,1583 -"59960",14380,34331,2,120,1727 -"59961",14380,37178,2,120,166 -"59962",14380,38697,2,120,2701 -"59963",14380,39009,3,120,1594 -"59964",14380,39187,3,120,2166 -"59965",14380,42382,3,120,2224 -"59966",14380,43226,3,120,2442 -"59967",14380,43725,2,120,935 -"59968",14380,44744,3,120,2032 -"59969",14380,46568,2,120,822 -"59970",14380,46616,3,120,1917 -"59971",14380,47564,3,120,2650 -"59972",14380,47607,2,120,2724 -"59973",14380,48110,3,120,2009 -"59974",14380,49284,3,120,218 -"59975",14380,49379,2,120,1573 -"59976",14380,49708,3,120,1147 -"59977",14380,50678,3,120,1366 -"59978",14380,51505,2,120,1572 -"59979",14380,52654,3,120,588 -"59980",14380,53020,3,120,2747 -"59981",14380,53584,2,120,2391 -"59982",14380,54737,3,120,326 -"59983",14380,55261,3,120,1915 -"59984",14380,55325,3,120,653 -"59985",14380,56168,3,120,1466 -"59986",14380,56364,2,120,1626 -"59987",14380,58508,3,120,2326 -"59988",14380,59143,3,120,359 -"59989",14380,63329,2,120,639 -"59990",14380,63631,3,120,763 -"59991",14380,64043,3,120,183 -"59992",14380,64803,3,120,841 -"59993",14380,65375,3,120,824 -"59994",14380,68262,2,120,441 -"59995",14380,69335,3,120,2698 -"59996",14380,69453,3,120,2831 -"59997",14380,74364,3,120,2841 -"59998",14380,76796,2,120,1140 -"59999",14380,77167,2,120,836 -"60000",14380,77611,3,120,1795 -"60001",14380,78283,3,120,620 -"60002",14380,78393,3,120,874 -"60003",14380,79874,3,120,1570 -"60004",14380,80130,1,120,132 -"60005",14380,80301,3,120,1690 -"60006",14380,80454,3,120,423 -"60007",14380,80801,2,120,1250 -"60008",14380,80807,3,120,1597 -"60009",14380,82131,3,120,186 -"60010",14380,82628,3,120,1784 -"60011",14380,83122,3,120,1503 -"60012",14380,83334,3,120,1708 -"60013",14380,84591,2,120,1685 -"60014",14380,84601,3,120,802 -"60015",14380,85926,3,120,907 -"60016",14380,87733,2,120,235 -"60017",14380,87915,2,120,1152 -"60018",14380,92630,3,120,1583 -"60019",14380,93642,3,120,1120 -"60020",14380,93710,3,120,544 -"60021",14380,96801,3,120,671 -"60022",14380,101381,2,120,977 -"60023",14380,101666,2,120,1257 -"60024",14380,106409,3,120,265 -"60025",14380,107467,2,120,1524 -"60026",14380,111119,3,120,550 -"60027",14380,115905,3,120,274 -"60028",14380,119241,3,120,152 -"60029",14381,1692,3,461,2443 -"60030",14381,2093,2,461,2459 -"60031",14381,2960,3,461,977 -"60032",14381,3317,3,461,2037 -"60033",14381,4066,3,461,1736 -"60034",14381,4107,3,461,987 -"60035",14381,4121,3,461,1304 -"60036",14381,5055,3,461,1796 -"60037",14381,5590,1,461,2845 -"60038",14381,6274,3,461,1035 -"60039",14381,13601,3,461,2689 -"60040",14381,17716,3,461,915 -"60041",14381,22297,3,461,1904 -"60042",14381,23121,3,461,2108 -"60043",14381,24892,1,461,803 -"60044",14381,26234,3,461,2183 -"60045",14381,29311,2,461,1849 -"60046",14381,36563,3,461,647 -"60047",14381,40675,3,461,1595 -"60048",14381,42914,3,461,1737 -"60049",14381,46642,1,461,999 -"60050",14381,47384,2,461,1639 -"60051",14381,53668,2,461,2242 -"60052",14381,54663,3,461,1424 -"60053",14381,65572,3,461,2750 -"60054",14381,75607,3,461,2245 -"60055",14381,79596,3,461,2004 -"60056",14422,2407,3,1548,1725 -"60057",14422,3175,1,1548,1938 -"60058",14422,3460,1,1548,2530 -"60059",14422,3896,2,1548,2693 -"60060",14422,4821,2,1548,1938 -"60061",14422,6162,3,1548,1673 -"60062",14422,6602,3,1548,1631 -"60063",14422,9184,3,1548,2670 -"60064",14422,15207,3,1548,1855 -"60065",14422,15453,1,1548,1688 -"60066",14422,16866,3,1548,2718 -"60067",14422,16896,3,1548,2223 -"60068",14422,18865,3,1548,2676 -"60069",14422,24206,3,1548,2307 -"60070",14422,27501,3,1548,1981 -"60071",14422,31997,3,1548,1703 -"60072",14422,33052,3,1548,2251 -"60073",14422,36646,2,1548,2744 -"60074",14422,40756,3,1548,2329 -"60075",14422,42196,3,1548,2765 -"60076",14422,42642,2,1548,2257 -"60077",14422,47145,3,1548,2809 -"60078",14422,47877,3,1548,2970 -"60079",14422,48215,3,1548,2028 -"60080",14422,51055,3,1548,2558 -"60081",14422,54879,2,1548,2210 -"60082",14422,60516,3,1548,2257 -"60083",14422,62903,3,1548,1704 -"60084",14422,63395,2,1548,2334 -"60085",14422,64469,3,1548,2707 -"60086",14422,74204,3,1548,2463 -"60087",14425,2759,3,1036,2030 -"60088",14425,3477,3,1036,2546 -"60089",14425,6132,3,1036,1590 -"60090",14425,6627,2,1036,2063 -"60091",14425,7337,3,1036,1797 -"60092",14425,12948,2,1036,2669 -"60093",14425,13068,3,1036,1778 -"60094",14425,14156,3,1036,1251 -"60095",14425,14754,3,1036,2456 -"60096",14425,19934,2,1036,2888 -"60097",14425,20176,3,1036,1050 -"60098",14425,21463,3,1036,2437 -"60099",14425,21684,3,1036,1971 -"60100",14425,25378,3,1036,1245 -"60101",14425,25832,3,1036,1689 -"60102",14425,28893,3,1036,2764 -"60103",14425,30865,2,1036,2038 -"60104",14425,32339,3,1036,2430 -"60105",14425,39105,3,1036,2487 -"60106",14425,45869,3,1036,2840 -"60107",14425,57765,3,1036,2893 -"60108",14425,75282,2,1036,2675 -"60109",14433,2576,3,1225,1307 -"60110",14433,4303,3,1225,2414 -"60111",14433,4730,3,1225,2131 -"60112",14433,4983,3,1225,1909 -"60113",14433,5557,3,1225,1929 -"60114",14433,5852,3,1225,1862 -"60115",14433,7126,3,1225,1261 -"60116",14433,8890,3,1225,1955 -"60117",14433,12818,3,1225,2015 -"60118",14433,14626,2,1225,2175 -"60119",14433,23325,3,1225,2779 -"60120",14433,26478,3,1225,1963 -"60121",14433,29319,3,1225,2314 -"60122",14433,30442,3,1225,2124 -"60123",14433,32939,3,1225,2277 -"60124",14433,34742,3,1225,1883 -"60125",14433,41185,3,1225,1929 -"60126",14433,54903,3,1225,2493 -"60127",14433,64174,2,1225,2377 -"60128",14433,64412,3,1225,2233 -"60129",14433,65658,3,1225,2030 -"60130",14433,70455,3,1225,1307 -"60131",14433,79918,1,1225,1672 -"60132",14433,82226,3,1225,1619 -"60133",14442,33460,2,2700,2781 -"60134",14442,47882,3,2700,2769 -"60135",14442,59289,1,2700,2896 -"60136",14449,1639,3,1258,2631 -"60137",14449,1846,3,1258,1845 -"60138",14449,3493,3,1258,2451 -"60139",14449,4303,3,1258,2414 -"60140",14449,4361,3,1258,2571 -"60141",14449,4916,3,1258,1970 -"60142",14449,5897,3,1258,2337 -"60143",14449,5962,3,1258,2491 -"60144",14449,6119,3,1258,2358 -"60145",14449,10336,3,1258,2271 -"60146",14449,11029,3,1258,2362 -"60147",14449,16286,3,1258,2470 -"60148",14449,16365,3,1258,2217 -"60149",14449,19380,3,1258,2637 -"60150",14449,21487,3,1258,2203 -"60151",14449,26642,2,1258,2952 -"60152",14449,27320,3,1258,2378 -"60153",14449,31317,2,1258,1362 -"60154",14449,32939,3,1258,2277 -"60155",14449,34216,2,1258,2832 -"60156",14449,35004,3,1258,1509 -"60157",14449,35715,3,1258,2912 -"60158",14449,37036,3,1258,2264 -"60159",14449,40954,3,1258,2603 -"60160",14449,41134,2,1258,2952 -"60161",14449,42023,3,1258,2231 -"60162",14449,44074,3,1258,1299 -"60163",14449,51360,3,1258,1882 -"60164",14449,53362,3,1258,2360 -"60165",14449,57804,3,1258,2214 -"60166",14449,63644,2,1258,1267 -"60167",14449,80606,3,1258,2079 -"60168",14449,81874,3,1258,1784 -"60169",14449,104828,3,1258,1609 -"60170",14463,68831,2,1256,1446 -"60171",14463,81269,3,1256,1570 -"60172",14463,86978,3,1256,2733 -"60173",14463,94138,2,1256,1939 -"60174",14470,6345,2,2632,2713 -"60175",14470,9272,3,2632,2835 -"60176",14470,9724,2,2632,2713 -"60177",14470,17499,3,2632,2954 -"60178",14470,23550,3,2632,2939 -"60179",14470,37684,3,2632,2899 -"60180",14470,42390,3,2632,2937 -"60181",14470,52950,3,2632,2716 -"60182",14470,53652,2,2632,2899 -"60183",14470,57205,3,2632,2948 -"60184",14470,69335,3,2632,2698 -"60185",14473,11135,3,2325,2441 -"60186",14481,669,3,437,1423 -"60187",14481,57405,2,437,2344 -"60188",14482,1822,3,1573,2888 -"60189",14482,2591,3,1573,1949 -"60190",14482,3477,3,1573,2546 -"60191",14482,4360,3,1573,1770 -"60192",14482,5072,3,1573,2175 -"60193",14482,5622,3,1573,2175 -"60194",14482,6063,3,1573,2349 -"60195",14482,6222,3,1573,1949 -"60196",14482,6577,3,1573,1951 -"60197",14482,7234,3,1573,2654 -"60198",14482,10857,3,1573,2253 -"60199",14482,13573,3,1573,2774 -"60200",14482,14353,3,1573,2878 -"60201",14482,14564,3,1573,1581 -"60202",14482,14959,3,1573,2898 -"60203",14482,17027,3,1573,2772 -"60204",14482,17400,3,1573,2231 -"60205",14482,17520,3,1573,2276 -"60206",14482,22403,2,1573,1630 -"60207",14482,23726,3,1573,2434 -"60208",14482,25643,3,1573,1646 -"60209",14482,25680,3,1573,1618 -"60210",14482,25950,3,1573,1618 -"60211",14482,30883,2,1573,1629 -"60212",14482,33223,3,1573,2397 -"60213",14482,38457,3,1573,1630 -"60214",14482,38921,3,1573,1880 -"60215",14482,39294,3,1573,1889 -"60216",14482,40542,3,1573,1664 -"60217",14482,40646,3,1573,1583 -"60218",14482,41108,3,1573,1624 -"60219",14482,43213,3,1573,2160 -"60220",14482,53475,3,1573,2853 -"60221",14482,53604,2,1573,2489 -"60222",14482,54551,3,1573,2348 -"60223",14482,56082,3,1573,2395 -"60224",14482,57760,2,1573,1721 -"60225",14482,62538,3,1573,1656 -"60226",14482,64502,3,1573,1670 -"60227",14482,72207,3,1573,2430 -"60228",14482,75403,3,1573,1895 -"60229",14482,79371,3,1573,1624 -"60230",14490,3158,3,2291,2762 -"60231",14490,8463,3,2291,2466 -"60232",14490,12035,3,2291,2721 -"60233",14490,12703,3,2291,2689 -"60234",14490,14957,3,2291,2306 -"60235",14490,15782,3,2291,2306 -"60236",14490,47882,2,2291,2769 -"60237",14490,67150,3,2291,2633 -"60238",14503,680,3,437,2569 -"60239",14503,728,3,437,1812 -"60240",14503,758,3,437,1232 -"60241",14503,1629,3,437,1289 -"60242",14503,2979,2,437,2912 -"60243",14503,3254,3,437,1258 -"60244",14503,3313,3,437,572 -"60245",14503,3477,3,437,2546 -"60246",14503,4330,2,437,1128 -"60247",14503,5484,3,437,582 -"60248",14503,5839,3,437,2301 -"60249",14503,7337,3,437,1797 -"60250",14503,8395,3,437,896 -"60251",14503,8908,3,437,1537 -"60252",14503,8923,3,437,1266 -"60253",14503,9332,2,437,2734 -"60254",14503,10216,3,437,2476 -"60255",14503,10457,3,437,1711 -"60256",14503,12361,3,437,2732 -"60257",14503,12759,2,437,2414 -"60258",14503,13099,3,437,1547 -"60259",14503,14861,3,437,2269 -"60260",14503,15826,3,437,2772 -"60261",14503,16482,3,437,1958 -"60262",14503,18005,3,437,2449 -"60263",14503,18381,3,437,1524 -"60264",14503,19073,3,437,2748 -"60265",14503,20688,3,437,891 -"60266",14503,21684,3,437,1971 -"60267",14503,22684,3,437,569 -"60268",14503,23277,3,437,1267 -"60269",14503,25373,3,437,2783 -"60270",14503,25832,3,437,1689 -"60271",14503,26336,3,437,1904 -"60272",14503,30669,3,437,1921 -"60273",14503,30870,3,437,2370 -"60274",14503,33681,3,437,1059 -"60275",14503,33870,3,437,955 -"60276",14503,36346,3,437,1240 -"60277",14503,38259,3,437,2258 -"60278",14503,41439,3,437,709 -"60279",14503,41723,3,437,2101 -"60280",14503,43058,3,437,1608 -"60281",14503,43115,3,437,1500 -"60282",14503,43204,2,437,1680 -"60283",14503,44795,3,437,635 -"60284",14503,45480,3,437,1104 -"60285",14503,47013,3,437,2388 -"60286",14503,48015,3,437,1355 -"60287",14503,49712,3,437,1937 -"60288",14503,51687,3,437,2333 -"60289",14503,53687,3,437,2422 -"60290",14503,53726,1,437,1729 -"60291",14503,63263,2,437,1267 -"60292",14503,67942,3,437,973 -"60293",14503,71219,3,437,967 -"60294",14503,76391,3,437,1536 -"60295",14503,88002,2,437,2729 -"60296",14503,88212,3,437,2547 -"60297",14503,90709,3,437,1080 -"60298",14503,94525,3,437,1993 -"60299",14503,95910,3,437,999 -"60300",14503,99218,3,437,481 -"60301",14503,99332,3,437,873 -"60302",14503,110749,3,437,772 -"60303",14507,823,1,2686,2840 -"60304",14507,997,3,2686,2788 -"60305",14507,5239,3,2686,2875 -"60306",14507,17852,3,2686,2840 -"60307",14507,19027,3,2686,2721 -"60308",14507,22331,3,2686,2687 -"60309",14507,27753,3,2686,2750 -"60310",14507,28285,3,2686,2972 -"60311",14507,37418,3,2686,2710 -"60312",14507,45704,3,2686,2687 -"60313",14507,48571,3,2686,2717 -"60314",14507,53219,2,2686,2973 -"60315",14507,54740,3,2686,2750 -"60316",14507,60974,3,2686,2972 -"60317",14507,64793,3,2686,2819 -"60318",14507,65029,3,2686,2954 -"60319",14520,2418,3,634,2020 -"60320",14520,2576,3,634,1307 -"60321",14520,2852,3,634,2448 -"60322",14520,3127,3,634,2273 -"60323",14520,4191,3,634,2130 -"60324",14520,4361,3,634,2571 -"60325",14520,5363,3,634,1791 -"60326",14520,5897,3,634,2337 -"60327",14520,5962,2,634,2491 -"60328",14520,6119,1,634,2358 -"60329",14520,7252,3,634,2799 -"60330",14520,7616,3,634,2296 -"60331",14520,7997,3,634,2049 -"60332",14520,8568,3,634,2706 -"60333",14520,9227,2,634,1267 -"60334",14520,9504,3,634,2549 -"60335",14520,9615,2,634,2464 -"60336",14520,9871,3,634,921 -"60337",14520,10336,2,634,2271 -"60338",14520,11029,3,634,2362 -"60339",14520,11563,2,634,1863 -"60340",14520,14449,3,634,1258 -"60341",14520,16286,1,634,2470 -"60342",14520,16501,3,634,1650 -"60343",14520,16573,3,634,802 -"60344",14520,17252,3,634,1258 -"60345",14520,17645,3,634,1918 -"60346",14520,17826,3,634,2920 -"60347",14520,19231,3,634,1424 -"60348",14520,19447,3,634,969 -"60349",14520,21593,3,634,1312 -"60350",14520,23398,3,634,896 -"60351",14520,26322,3,634,1018 -"60352",14520,27280,2,634,1965 -"60353",14520,27391,3,634,2378 -"60354",14520,27882,3,634,1897 -"60355",14520,29286,3,634,1612 -"60356",14520,31317,3,634,1362 -"60357",14520,32131,3,634,1035 -"60358",14520,33341,3,634,2338 -"60359",14520,35728,3,634,2017 -"60360",14520,36487,3,634,2622 -"60361",14520,37036,2,634,2264 -"60362",14520,37424,3,634,1693 -"60363",14520,38259,3,634,2258 -"60364",14520,40572,3,634,2666 -"60365",14520,41633,3,634,1976 -"60366",14520,42813,3,634,2142 -"60367",14520,44074,2,634,1299 -"60368",14520,46726,3,634,943 -"60369",14520,47654,3,634,1664 -"60370",14520,48888,3,634,1177 -"60371",14520,50354,3,634,1299 -"60372",14520,50594,3,634,849 -"60373",14520,51360,2,634,1882 -"60374",14520,52570,3,634,2645 -"60375",14520,53248,2,634,2271 -"60376",14520,53727,3,634,2442 -"60377",14520,56094,3,634,2343 -"60378",14520,57492,3,634,2855 -"60379",14520,60952,3,634,2076 -"60380",14520,61125,3,634,1673 -"60381",14520,62263,3,634,703 -"60382",14520,62668,3,634,958 -"60383",14520,63644,3,634,1267 -"60384",14520,70455,3,634,1307 -"60385",14520,73926,2,634,849 -"60386",14520,77167,3,634,836 -"60387",14520,79420,2,634,1061 -"60388",14520,81805,3,634,1607 -"60389",14520,88067,3,634,2315 -"60390",14520,88102,3,634,1244 -"60391",14520,91806,3,634,969 -"60392",14520,104828,2,634,1609 -"60393",14520,107052,3,634,2158 -"60394",14520,111375,3,634,2686 -"60395",14532,2206,3,1193,2536 -"60396",14532,3127,2,1193,2273 -"60397",14532,4668,2,1193,1919 -"60398",14532,4669,3,1193,2395 -"60399",14532,5346,3,1193,1438 -"60400",14532,5897,3,1193,2337 -"60401",14532,7252,3,1193,2799 -"60402",14532,8140,2,1193,1262 -"60403",14532,8726,3,1193,2083 -"60404",14532,9227,3,1193,1267 -"60405",14532,10716,3,1193,1692 -"60406",14532,10766,3,1193,2647 -"60407",14532,10980,2,1193,1974 -"60408",14532,11108,3,1193,1609 -"60409",14532,11625,3,1193,2022 -"60410",14532,11990,3,1193,1909 -"60411",14532,12948,3,1193,2669 -"60412",14532,15207,3,1193,1855 -"60413",14532,15598,3,1193,2011 -"60414",14532,16501,3,1193,1650 -"60415",14532,16715,3,1193,1218 -"60416",14532,19655,3,1193,2706 -"60417",14532,21207,2,1193,1258 -"60418",14532,27742,3,1193,2700 -"60419",14532,27914,3,1193,2507 -"60420",14532,28869,2,1193,2425 -"60421",14532,30525,3,1193,1964 -"60422",14532,31868,3,1193,1993 -"60423",14532,35728,3,1193,2017 -"60424",14532,35822,3,1193,1903 -"60425",14532,40572,3,1193,2666 -"60426",14532,41581,3,1193,1692 -"60427",14532,44877,3,1193,1219 -"60428",14532,45869,3,1193,2840 -"60429",14532,46486,3,1193,1868 -"60430",14532,50354,3,1193,1299 -"60431",14532,51687,3,1193,2333 -"60432",14532,56995,3,1193,2323 -"60433",14532,59726,3,1193,1513 -"60434",14532,60672,3,1193,2876 -"60435",14532,65856,3,1193,2504 -"60436",14532,68416,3,1193,2939 -"60437",14532,80156,3,1193,1667 -"60438",14532,82341,3,1193,1515 -"60439",14532,83610,3,1193,1552 -"60440",14532,92297,3,1193,2952 -"60441",14532,94520,3,1193,1243 -"60442",14538,10825,2,2507,2565 -"60443",14558,2057,3,1585,1965 -"60444",14558,3306,3,1585,1989 -"60445",14558,4032,2,1585,1763 -"60446",14558,4367,3,1585,2794 -"60447",14558,5897,3,1585,2337 -"60448",14558,6697,3,1585,2438 -"60449",14558,7355,2,1585,1928 -"60450",14558,7896,3,1585,2447 -"60451",14558,8610,3,1585,2240 -"60452",14558,10739,3,1585,1807 -"60453",14558,11136,2,1585,2573 -"60454",14558,14754,3,1585,2456 -"60455",14558,15567,3,1585,2671 -"60456",14558,19858,3,1585,2357 -"60457",14558,22766,3,1585,1945 -"60458",14558,24757,2,1585,1939 -"60459",14558,25741,3,1585,2853 -"60460",14558,28081,3,1585,1927 -"60461",14558,34908,3,1585,2796 -"60462",14558,37120,3,1585,2622 -"60463",14558,46486,3,1585,1868 -"60464",14558,47529,3,1585,2914 -"60465",14558,50335,3,1585,1893 -"60466",14558,54284,2,1585,2491 -"60467",14558,68586,3,1585,2322 -"60468",14564,1822,3,1581,2888 -"60469",14564,2972,3,1581,1708 -"60470",14564,3477,3,1581,2546 -"60471",14564,6044,3,1581,2744 -"60472",14564,6063,3,1581,2349 -"60473",14564,12388,3,1581,1975 -"60474",14564,14103,3,1581,2204 -"60475",14564,14353,2,1581,2878 -"60476",14564,15444,3,1581,2764 -"60477",14564,17027,3,1581,2772 -"60478",14564,20067,3,1581,2390 -"60479",14564,21754,2,1581,1881 -"60480",14564,22403,1,1581,1630 -"60481",14564,25078,3,1581,2312 -"60482",14564,27104,3,1581,1608 -"60483",14564,30883,3,1581,1629 -"60484",14564,33223,3,1581,2397 -"60485",14564,34158,3,1581,2639 -"60486",14564,34693,3,1581,1938 -"60487",14564,38457,3,1581,1630 -"60488",14564,40542,3,1581,1664 -"60489",14564,40646,3,1581,1583 -"60490",14564,41108,3,1581,1624 -"60491",14564,41972,3,1581,2509 -"60492",14564,42799,3,1581,2729 -"60493",14564,43479,3,1581,2178 -"60494",14564,47895,2,1581,2328 -"60495",14564,49414,3,1581,1667 -"60496",14564,50236,3,1581,2339 -"60497",14564,52261,3,1581,2162 -"60498",14564,57760,2,1581,1721 -"60499",14564,67957,3,1581,2823 -"60500",14564,70232,3,1581,2401 -"60501",14564,117956,2,1581,2774 -"60502",14584,2907,3,1573,1980 -"60503",14584,5937,3,1573,2392 -"60504",14584,6234,3,1573,2654 -"60505",14584,16477,3,1573,2069 -"60506",14584,39439,3,1573,2462 -"60507",14584,44730,2,1573,2468 -"60508",14584,63510,3,1573,1602 -"60509",14584,76505,3,1573,2123 -"60510",14584,76997,3,1573,2223 -"60511",14584,86716,3,1573,1609 -"60512",14584,113498,1,1573,2568 -"60513",14586,10200,3,2801,2920 -"60514",14586,59039,3,2801,2870 -"60515",14586,63837,3,2801,2807 -"60516",14589,2057,3,1184,1965 -"60517",14589,3966,3,1184,2425 -"60518",14589,5235,3,1184,2324 -"60519",14589,6417,3,1184,1675 -"60520",14589,9723,3,1184,2302 -"60521",14589,11143,3,1184,2623 -"60522",14589,12249,3,1184,1965 -"60523",14589,12653,3,1184,1573 -"60524",14589,15095,3,1184,2001 -"60525",14589,16352,3,1184,2657 -"60526",14589,17230,3,1184,1965 -"60527",14589,28559,3,1184,1525 -"60528",14589,32202,3,1184,2314 -"60529",14589,60280,3,1184,1918 -"60530",14589,70586,3,1184,2562 -"60531",14589,90911,3,1184,1263 -"60532",14599,160,3,1118,2007 -"60533",14599,860,3,1118,1258 -"60534",14599,1523,3,1118,2048 -"60535",14599,1641,3,1118,1490 -"60536",14599,2093,3,1118,2459 -"60537",14599,2190,1,1118,2359 -"60538",14599,2747,2,1118,2411 -"60539",14599,3317,2,1118,2037 -"60540",14599,4665,3,1118,1569 -"60541",14599,4831,3,1118,2365 -"60542",14599,8610,3,1118,2240 -"60543",14599,9503,2,1118,2453 -"60544",14599,9787,3,1118,2858 -"60545",14599,10050,2,1118,1792 -"60546",14599,10453,3,1118,1656 -"60547",14599,11563,3,1118,1863 -"60548",14599,11588,3,1118,2352 -"60549",14599,14287,3,1118,1583 -"60550",14599,14749,3,1118,1998 -"60551",14599,14817,3,1118,2110 -"60552",14599,14959,3,1118,2898 -"60553",14599,14998,2,1118,1553 -"60554",14599,16501,3,1118,1650 -"60555",14599,16502,3,1118,1616 -"60556",14599,17456,3,1118,1300 -"60557",14599,20155,3,1118,1517 -"60558",14599,21209,3,1118,2184 -"60559",14599,23131,2,1118,1732 -"60560",14599,23206,3,1118,2805 -"60561",14599,24069,3,1118,2697 -"60562",14599,27742,3,1118,2700 -"60563",14599,28116,3,1118,1643 -"60564",14599,28869,3,1118,2425 -"60565",14599,29311,3,1118,1849 -"60566",14599,29825,3,1118,2603 -"60567",14599,30525,2,1118,1964 -"60568",14599,31541,2,1118,1500 -"60569",14599,34491,3,1118,2694 -"60570",14599,38532,1,1118,1234 -"60571",14599,42562,3,1118,1195 -"60572",14599,42914,3,1118,1737 -"60573",14599,44433,3,1118,2224 -"60574",14599,44603,3,1118,2748 -"60575",14599,44982,3,1118,1592 -"60576",14599,47839,3,1118,1864 -"60577",14599,51774,3,1118,2459 -"60578",14599,54924,3,1118,2603 -"60579",14599,55487,3,1118,1500 -"60580",14599,58501,2,1118,2613 -"60581",14599,59627,3,1118,1466 -"60582",14599,61125,3,1118,1673 -"60583",14599,66677,3,1118,2151 -"60584",14599,70656,2,1118,2771 -"60585",14599,70814,3,1118,2771 -"60586",14599,74370,3,1118,1667 -"60587",14599,87907,3,1118,1173 -"60588",14599,91942,3,1118,2216 -"60589",14612,1057,3,2340,2759 -"60590",14612,3158,3,2340,2762 -"60591",14612,4249,3,2340,2547 -"60592",14612,5937,3,2340,2392 -"60593",14612,9272,3,2340,2835 -"60594",14612,15150,3,2340,2801 -"60595",14612,15558,3,2340,2389 -"60596",14612,17499,3,2340,2954 -"60597",14612,20011,3,2340,2826 -"60598",14612,23550,3,2340,2939 -"60599",14612,23728,3,2340,2601 -"60600",14612,25941,2,2340,2369 -"60601",14612,33176,2,2340,2630 -"60602",14612,42390,3,2340,2937 -"60603",14612,43226,3,2340,2442 -"60604",14612,43701,3,2340,2400 -"60605",14612,69335,3,2340,2698 -"60606",14616,671,3,385,2328 -"60607",14616,1592,2,385,2006 -"60608",14616,1691,3,385,1941 -"60609",14616,2208,3,385,2814 -"60610",14616,2731,3,385,434 -"60611",14616,4317,3,385,1224 -"60612",14616,7245,3,385,2089 -"60613",14616,8537,3,385,472 -"60614",14616,10875,3,385,1234 -"60615",14616,12096,3,385,1330 -"60616",14616,12374,3,385,2260 -"60617",14616,12432,3,385,1816 -"60618",14616,12449,2,385,2067 -"60619",14616,13869,1,385,1786 -"60620",14616,18415,3,385,2184 -"60621",14616,19718,3,385,1702 -"60622",14616,20407,3,385,2339 -"60623",14616,21133,3,385,1320 -"60624",14616,21682,3,385,2414 -"60625",14616,23403,3,385,607 -"60626",14616,24198,3,385,2217 -"60627",14616,24558,3,385,2139 -"60628",14616,24755,3,385,1319 -"60629",14616,26570,3,385,1669 -"60630",14616,28808,3,385,1063 -"60631",14616,32017,3,385,577 -"60632",14616,33622,3,385,2230 -"60633",14616,37800,3,385,604 -"60634",14616,38523,3,385,549 -"60635",14616,39563,3,385,486 -"60636",14616,39865,2,385,849 -"60637",14616,40072,3,385,1182 -"60638",14616,45633,3,385,2134 -"60639",14616,46621,2,385,1343 -"60640",14616,47585,3,385,794 -"60641",14616,48274,3,385,1979 -"60642",14616,49301,3,385,1894 -"60643",14616,50179,3,385,2230 -"60644",14616,51815,3,385,1252 -"60645",14616,51831,3,385,2427 -"60646",14616,51925,2,385,2307 -"60647",14616,52327,3,385,1472 -"60648",14616,59939,3,385,936 -"60649",14616,61785,2,385,822 -"60650",14616,69165,3,385,2340 -"60651",14616,73786,1,385,2937 -"60652",14616,74716,3,385,776 -"60653",14616,75921,2,385,517 -"60654",14616,79436,3,385,1344 -"60655",14616,88232,2,385,2881 -"60656",14616,91912,3,385,790 -"60657",14616,92592,3,385,486 -"60658",14616,99621,3,385,874 -"60659",14622,160,2,1608,2007 -"60660",14622,3456,2,1608,1999 -"60661",14622,3978,3,1608,2775 -"60662",14622,9423,3,1608,1708 -"60663",14622,12081,3,1608,2166 -"60664",14622,17351,3,1608,2036 -"60665",14622,17632,3,1608,1947 -"60666",14622,18670,3,1608,1835 -"60667",14622,38373,3,1608,1928 -"60668",14622,41900,3,1608,1970 -"60669",14622,41945,3,1608,2856 -"60670",14622,77611,3,1608,1795 -"60671",14623,3669,3,2043,2524 -"60672",14623,5235,3,2043,2324 -"60673",14623,9723,3,2043,2302 -"60674",14623,14761,3,2043,2502 -"60675",14623,19057,2,2043,2664 -"60676",14623,23302,1,2043,2677 -"60677",14623,24610,1,2043,2733 -"60678",14623,30317,1,2043,2431 -"60679",14623,32235,3,2043,2109 -"60680",14623,32939,3,2043,2277 -"60681",14623,54819,3,2043,2782 -"60682",14626,1692,3,2175,2443 -"60683",14626,2093,3,2175,2459 -"60684",14626,10200,3,2175,2920 -"60685",14626,11429,3,2175,2520 -"60686",14626,14761,3,2175,2502 -"60687",14626,21504,3,2175,2328 -"60688",14626,23471,3,2175,2488 -"60689",14626,24086,3,2175,2663 -"60690",14626,29319,1,2175,2314 -"60691",14626,35264,2,2175,2329 -"60692",14626,37342,3,2175,2649 -"60693",14626,38038,3,2175,2686 -"60694",14626,49147,3,2175,2539 -"60695",14626,54903,1,2175,2493 -"60696",14626,55775,3,2175,2385 -"60697",14626,56737,3,2175,2270 -"60698",14626,64174,2,2175,2377 -"60699",14626,64412,1,2175,2233 -"60700",14626,72426,3,2175,2902 -"60701",14626,79036,3,2175,2524 -"60702",14652,2684,3,2516,2874 -"60703",14652,2954,3,2516,2727 -"60704",14652,3305,3,2516,2839 -"60705",14652,5239,3,2516,2875 -"60706",14652,5258,3,2516,2730 -"60707",14652,9150,2,2516,2689 -"60708",14652,9362,3,2516,2879 -"60709",14652,12356,3,2516,2757 -"60710",14652,14507,3,2516,2686 -"60711",14652,18563,3,2516,2715 -"60712",14652,24825,3,2516,2686 -"60713",14652,26721,3,2516,2586 -"60714",14652,27275,3,2516,2656 -"60715",14652,31235,2,2516,2668 -"60716",14652,31705,3,2516,2706 -"60717",14652,36609,3,2516,2918 -"60718",14652,37400,3,2516,2860 -"60719",14652,38780,3,2516,2705 -"60720",14652,42216,3,2516,2722 -"60721",14652,47445,3,2516,2668 -"60722",14652,53219,3,2516,2973 -"60723",14652,56893,3,2516,2597 -"60724",14654,372,2,1692,1944 -"60725",14654,841,3,1692,2964 -"60726",14654,843,3,1692,2332 -"60727",14654,1560,3,1692,2013 -"60728",14654,3255,2,1692,2504 -"60729",14654,3271,2,1692,2216 -"60730",14654,3620,3,1692,2955 -"60731",14654,5852,2,1692,1862 -"60732",14654,7337,3,1692,1797 -"60733",14654,9272,2,1692,2835 -"60734",14654,9716,3,1692,1929 -"60735",14654,10200,2,1692,2920 -"60736",14654,11319,2,1692,2073 -"60737",14654,11429,2,1692,2520 -"60738",14654,12577,3,1692,2530 -"60739",14654,12818,3,1692,2015 -"60740",14654,14586,3,1692,2801 -"60741",14654,14626,3,1692,2175 -"60742",14654,14761,1,1692,2502 -"60743",14654,16205,3,1692,2630 -"60744",14654,16437,3,1692,1956 -"60745",14654,19075,3,1692,2214 -"60746",14654,19296,2,1692,1705 -"60747",14654,19366,3,1692,2279 -"60748",14654,19687,3,1692,2072 -"60749",14654,22249,3,1692,1892 -"60750",14654,27826,3,1692,2824 -"60751",14654,28432,3,1692,1954 -"60752",14654,29319,2,1692,2314 -"60753",14654,29704,3,1692,2294 -"60754",14654,32235,3,1692,2109 -"60755",14654,32582,3,1692,1929 -"60756",14654,37342,3,1692,2649 -"60757",14654,37752,3,1692,2223 -"60758",14654,38038,2,1692,2686 -"60759",14654,39439,3,1692,2462 -"60760",14654,39444,3,1692,2695 -"60761",14654,39534,3,1692,2410 -"60762",14654,40392,3,1692,1878 -"60763",14654,41185,3,1692,1929 -"60764",14654,43173,3,1692,2895 -"60765",14654,43226,2,1692,2442 -"60766",14654,48110,2,1692,2009 -"60767",14654,49147,3,1692,2539 -"60768",14654,49347,2,1692,2504 -"60769",14654,53445,3,1692,2028 -"60770",14654,55171,3,1692,2972 -"60771",14654,56737,3,1692,2270 -"60772",14654,57804,3,1692,2214 -"60773",14654,58508,2,1692,2326 -"60774",14654,59039,3,1692,2870 -"60775",14654,64174,3,1692,2377 -"60776",14654,64412,3,1692,2233 -"60777",14654,69335,2,1692,2698 -"60778",14654,82917,3,1692,2371 -"60779",14654,87362,3,1692,2902 -"60780",14655,1151,3,2559,2885 -"60781",14655,1616,3,2559,2662 -"60782",14655,2224,3,2559,2751 -"60783",14655,2954,3,2559,2727 -"60784",14655,4932,3,2559,2752 -"60785",14655,7323,3,2559,2858 -"60786",14655,9362,2,2559,2879 -"60787",14655,13249,3,2559,2573 -"60788",14655,14834,3,2559,2739 -"60789",14655,14959,3,2559,2898 -"60790",14655,19606,3,2559,2783 -"60791",14655,20700,3,2559,2861 -"60792",14655,27275,3,2559,2656 -"60793",14655,31235,3,2559,2668 -"60794",14655,36087,3,2559,2755 -"60795",14655,38780,3,2559,2705 -"60796",14655,42216,3,2559,2722 -"60797",14656,135,3,584,2233 -"60798",14656,145,3,584,1998 -"60799",14656,212,2,584,1513 -"60800",14656,270,1,584,2542 -"60801",14656,312,3,584,2038 -"60802",14656,377,3,584,2389 -"60803",14656,380,1,584,2261 -"60804",14656,457,3,584,1704 -"60805",14656,543,3,584,2203 -"60806",14656,782,3,584,945 -"60807",14656,854,3,584,2307 -"60808",14656,913,3,584,2144 -"60809",14656,919,3,584,910 -"60810",14656,1044,2,584,880 -"60811",14656,1046,3,584,1881 -"60812",14656,1102,1,584,2282 -"60813",14656,1124,2,584,1596 -"60814",14656,1151,3,584,2885 -"60815",14656,1196,3,584,1986 -"60816",14656,1349,3,584,1147 -"60817",14656,1592,3,584,2006 -"60818",14656,1616,3,584,2662 -"60819",14656,1691,3,584,1941 -"60820",14656,1822,3,584,2888 -"60821",14656,1875,3,584,1786 -"60822",14656,2077,3,584,610 -"60823",14656,2111,2,584,1904 -"60824",14656,2181,3,584,2030 -"60825",14656,2195,3,584,2139 -"60826",14656,2224,3,584,2751 -"60827",14656,2322,3,584,1645 -"60828",14656,2424,2,584,2582 -"60829",14656,2484,2,584,2389 -"60830",14656,2533,3,584,2016 -"60831",14656,2572,2,584,2273 -"60832",14656,2954,3,584,2727 -"60833",14656,3161,3,584,2229 -"60834",14656,3305,3,584,2839 -"60835",14656,3306,3,584,1989 -"60836",14656,3477,2,584,2546 -"60837",14656,3493,2,584,2451 -"60838",14656,3748,3,584,2052 -"60839",14656,3801,2,584,1974 -"60840",14656,3947,3,584,2067 -"60841",14656,3954,3,584,839 -"60842",14656,3961,3,584,2426 -"60843",14656,4226,3,584,1903 -"60844",14656,4253,3,584,1890 -"60845",14656,4360,2,584,1770 -"60846",14656,4622,3,584,1589 -"60847",14656,4690,3,584,1938 -"60848",14656,4701,3,584,2401 -"60849",14656,4790,3,584,1025 -"60850",14656,4953,3,584,2285 -"60851",14656,5072,3,584,2175 -"60852",14656,5235,3,584,2324 -"60853",14656,5296,3,584,820 -"60854",14656,5350,3,584,2522 -"60855",14656,5405,3,584,1510 -"60856",14656,5429,3,584,1991 -"60857",14656,5504,3,584,2389 -"60858",14656,5580,3,584,2111 -"60859",14656,5622,2,584,2175 -"60860",14656,5716,2,584,1058 -"60861",14656,5971,2,584,1985 -"60862",14656,5984,2,584,1675 -"60863",14656,5986,2,584,1721 -"60864",14656,6047,2,584,2004 -"60865",14656,6052,2,584,1985 -"60866",14656,6063,2,584,2349 -"60867",14656,6074,2,584,2426 -"60868",14656,6162,3,584,1673 -"60869",14656,6222,3,584,1949 -"60870",14656,6264,3,584,749 -"60871",14656,6363,3,584,2066 -"60872",14656,6366,2,584,798 -"60873",14656,6392,3,584,1878 -"60874",14656,6417,2,584,1675 -"60875",14656,6491,3,584,2424 -"60876",14656,6588,1,584,2025 -"60877",14656,6718,2,584,2138 -"60878",14656,7180,3,584,2227 -"60879",14656,7234,3,584,2654 -"60880",14656,7245,3,584,2089 -"60881",14656,7323,3,584,2858 -"60882",14656,7406,3,584,1906 -"60883",14656,7502,3,584,1519 -"60884",14656,7555,3,584,1943 -"60885",14656,7627,3,584,1543 -"60886",14656,7858,3,584,1795 -"60887",14656,8192,3,584,1670 -"60888",14656,8259,3,584,1677 -"60889",14656,8395,3,584,896 -"60890",14656,8513,3,584,875 -"60891",14656,8533,3,584,2251 -"60892",14656,8762,3,584,2585 -"60893",14656,8866,2,584,1545 -"60894",14656,8888,2,584,1328 -"60895",14656,8993,3,584,2099 -"60896",14656,9200,3,584,787 -"60897",14656,9311,3,584,2477 -"60898",14656,9362,3,584,2879 -"60899",14656,9364,2,584,1698 -"60900",14656,9503,3,584,2453 -"60901",14656,9654,3,584,2111 -"60902",14656,9805,2,584,1621 -"60903",14656,9928,2,584,2345 -"60904",14656,9950,3,584,920 -"60905",14656,10143,3,584,778 -"60906",14656,10358,3,584,2294 -"60907",14656,10488,2,584,1524 -"60908",14656,10513,2,584,2284 -"60909",14656,10523,3,584,1510 -"60910",14656,10576,3,584,974 -"60911",14656,10717,3,584,1938 -"60912",14656,10857,1,584,2253 -"60913",14656,10874,3,584,1891 -"60914",14656,11006,3,584,1950 -"60915",14656,11154,3,584,1594 -"60916",14656,11218,1,584,2292 -"60917",14656,11229,2,584,1625 -"60918",14656,11440,3,584,2026 -"60919",14656,11477,3,584,2724 -"60920",14656,11518,3,584,803 -"60921",14656,11576,3,584,808 -"60922",14656,11817,2,584,600 -"60923",14656,11912,3,584,889 -"60924",14656,12042,2,584,2345 -"60925",14656,12310,3,584,1337 -"60926",14656,12374,3,584,2260 -"60927",14656,12375,3,584,1873 -"60928",14656,12602,3,584,1956 -"60929",14656,12724,2,584,1930 -"60930",14656,12728,3,584,2374 -"60931",14656,12735,2,584,819 -"60932",14656,12779,2,584,936 -"60933",14656,12863,3,584,2027 -"60934",14656,12982,3,584,2143 -"60935",14656,13248,3,584,1385 -"60936",14656,13307,2,584,2206 -"60937",14656,13899,3,584,2650 -"60938",14656,14032,3,584,2144 -"60939",14656,14108,3,584,2012 -"60940",14656,14252,3,584,2244 -"60941",14656,14655,2,584,2559 -"60942",14656,14817,3,584,2110 -"60943",14656,14834,3,584,2739 -"60944",14656,14855,2,584,903 -"60945",14656,14959,3,584,2898 -"60946",14656,15003,3,584,2067 -"60947",14656,15023,3,584,2054 -"60948",14656,15135,2,584,1035 -"60949",14656,15402,2,584,1281 -"60950",14656,15539,3,584,1929 -"60951",14656,15700,3,584,1712 -"60952",14656,15799,3,584,1917 -"60953",14656,15813,3,584,2143 -"60954",14656,16201,3,584,1811 -"60955",14656,16332,3,584,2668 -"60956",14656,16352,2,584,2657 -"60957",14656,16432,3,584,2664 -"60958",14656,16535,3,584,1993 -"60959",14656,16826,3,584,2599 -"60960",14656,16835,3,584,1739 -"60961",14656,16863,3,584,2069 -"60962",14656,16940,3,584,1290 -"60963",14656,17365,3,584,2746 -"60964",14656,17399,3,584,884 -"60965",14656,17400,2,584,2231 -"60966",14656,17520,3,584,2276 -"60967",14656,17821,3,584,858 -"60968",14656,17931,3,584,1617 -"60969",14656,18152,2,584,1314 -"60970",14656,18217,2,584,1566 -"60971",14656,18348,3,584,1711 -"60972",14656,18361,3,584,2968 -"60973",14656,18394,2,584,2356 -"60974",14656,18707,3,584,1143 -"60975",14656,19248,2,584,2357 -"60976",14656,19317,3,584,2041 -"60977",14656,19606,3,584,2783 -"60978",14656,19621,3,584,725 -"60979",14656,19622,3,584,2371 -"60980",14656,19719,2,584,2177 -"60981",14656,19862,2,584,2412 -"60982",14656,19893,3,584,1223 -"60983",14656,20124,1,584,2376 -"60984",14656,20311,3,584,1981 -"60985",14656,20343,3,584,851 -"60986",14656,20407,3,584,2339 -"60987",14656,20700,3,584,2861 -"60988",14656,20921,3,584,723 -"60989",14656,20975,3,584,1305 -"60990",14656,20984,3,584,2502 -"60991",14656,21012,3,584,2325 -"60992",14656,21104,3,584,2327 -"60993",14656,21133,3,584,1320 -"60994",14656,21164,3,584,1645 -"60995",14656,21197,3,584,1437 -"60996",14656,21198,2,584,935 -"60997",14656,21285,3,584,2100 -"60998",14656,21422,2,584,935 -"60999",14656,21682,3,584,2414 -"61000",14656,21684,3,584,1971 -"61001",14656,21693,2,584,2176 -"61002",14656,21929,3,584,2062 -"61003",14656,22057,3,584,974 -"61004",14656,22141,3,584,2348 -"61005",14656,22197,3,584,2271 -"61006",14656,22277,3,584,2424 -"61007",14656,22282,3,584,1418 -"61008",14656,22326,2,584,2818 -"61009",14656,22362,2,584,1836 -"61010",14656,22403,3,584,1630 -"61011",14656,22462,2,584,869 -"61012",14656,23159,3,584,1548 -"61013",14656,23310,3,584,2371 -"61014",14656,23430,3,584,904 -"61015",14656,23450,3,584,967 -"61016",14656,23492,2,584,1067 -"61017",14656,23509,3,584,2275 -"61018",14656,23526,2,584,1998 -"61019",14656,23715,2,584,1859 -"61020",14656,23725,2,584,2378 -"61021",14656,23727,3,584,1734 -"61022",14656,23729,2,584,1624 -"61023",14656,23825,3,584,1913 -"61024",14656,23966,3,584,891 -"61025",14656,23970,3,584,1624 -"61026",14656,24060,3,584,2349 -"61027",14656,24066,3,584,1755 -"61028",14656,24169,3,584,1663 -"61029",14656,24259,2,584,1281 -"61030",14656,24362,3,584,1287 -"61031",14656,24559,3,584,946 -"61032",14656,24853,3,584,1004 -"61033",14656,25129,3,584,2647 -"61034",14656,25198,3,584,1982 -"61035",14656,25305,2,584,2447 -"61036",14656,25577,3,584,1946 -"61037",14656,25643,3,584,1646 -"61038",14656,25985,3,584,2071 -"61039",14656,26025,3,584,591 -"61040",14656,26067,3,584,2069 -"61041",14656,26080,2,584,2525 -"61042",14656,26749,3,584,2965 -"61043",14656,26818,2,584,1999 -"61044",14656,26848,3,584,2363 -"61045",14656,26867,3,584,1804 -"61046",14656,27275,3,584,2656 -"61047",14656,27377,3,584,1724 -"61048",14656,27694,3,584,2030 -"61049",14656,27744,2,584,861 -"61050",14656,27849,3,584,1316 -"61051",14656,28002,3,584,914 -"61052",14656,28383,2,584,1222 -"61053",14656,28588,3,584,1335 -"61054",14656,28808,3,584,1063 -"61055",14656,29267,3,584,1234 -"61056",14656,29705,3,584,607 -"61057",14656,29750,3,584,689 -"61058",14656,29917,3,584,1962 -"61059",14656,29962,3,584,2201 -"61060",14656,29987,2,584,956 -"61061",14656,30052,3,584,2855 -"61062",14656,30092,3,584,1593 -"61063",14656,30165,3,584,1409 -"61064",14656,30173,3,584,2404 -"61065",14656,30309,3,584,1449 -"61066",14656,30325,2,584,1067 -"61067",14656,30405,2,584,2164 -"61068",14656,30486,3,584,1269 -"61069",14656,30827,3,584,2323 -"61070",14656,31050,3,584,1491 -"61071",14656,31093,3,584,2160 -"61072",14656,31235,3,584,2668 -"61073",14656,31307,3,584,2139 -"61074",14656,31357,3,584,2389 -"61075",14656,31436,3,584,2892 -"61076",14656,32047,3,584,1858 -"61077",14656,32131,2,584,1035 -"61078",14656,32173,3,584,2341 -"61079",14656,32339,3,584,2430 -"61080",14656,32395,3,584,2735 -"61081",14656,32429,3,584,601 -"61082",14656,32601,3,584,1033 -"61083",14656,32606,3,584,2100 -"61084",14656,32694,3,584,1602 -"61085",14656,32965,3,584,2071 -"61086",14656,33223,2,584,2397 -"61087",14656,33241,3,584,632 -"61088",14656,33285,2,584,1327 -"61089",14656,33430,3,584,2225 -"61090",14656,33433,3,584,2805 -"61091",14656,33451,3,584,1957 -"61092",14656,33470,3,584,2003 -"61093",14656,33655,3,584,773 -"61094",14656,33981,3,584,1993 -"61095",14656,34480,2,584,2755 -"61096",14656,34735,3,584,2767 -"61097",14656,35095,3,584,1502 -"61098",14656,35256,3,584,2271 -"61099",14656,35402,3,584,2339 -"61100",14656,35673,1,584,1067 -"61101",14656,35752,3,584,1158 -"61102",14656,35822,3,584,1903 -"61103",14656,35926,3,584,2371 -"61104",14656,36087,3,584,2755 -"61105",14656,36346,3,584,1240 -"61106",14656,36439,3,584,2469 -"61107",14656,36691,3,584,1903 -"61108",14656,37301,3,584,2160 -"61109",14656,37570,3,584,2389 -"61110",14656,37800,3,584,604 -"61111",14656,37859,3,584,1999 -"61112",14656,38019,3,584,1870 -"61113",14656,38046,3,584,1163 -"61114",14656,38213,3,584,1744 -"61115",14656,38307,3,584,2648 -"61116",14656,38457,3,584,1630 -"61117",14656,38513,3,584,914 -"61118",14656,38780,3,584,2705 -"61119",14656,38921,3,584,1880 -"61120",14656,39294,2,584,1889 -"61121",14656,39865,3,584,849 -"61122",14656,40028,2,584,1349 -"61123",14656,40072,2,584,1182 -"61124",14656,40493,2,584,1981 -"61125",14656,40542,2,584,1664 -"61126",14656,40820,3,584,900 -"61127",14656,41108,3,584,1624 -"61128",14656,41739,3,584,1339 -"61129",14656,41945,3,584,2856 -"61130",14656,41972,3,584,2509 -"61131",14656,42129,3,584,2318 -"61132",14656,42216,2,584,2722 -"61133",14656,42264,3,584,1702 -"61134",14656,42687,3,584,1952 -"61135",14656,42837,3,584,1096 -"61136",14656,43213,2,584,2160 -"61137",14656,43335,3,584,1412 -"61138",14656,43385,3,584,1623 -"61139",14656,43455,2,584,2846 -"61140",14656,43518,2,584,2680 -"61141",14656,43673,3,584,2787 -"61142",14656,44181,3,584,1034 -"61143",14656,44407,3,584,2154 -"61144",14656,44521,3,584,1593 -"61145",14656,44641,3,584,1981 -"61146",14656,44648,3,584,619 -"61147",14656,44676,3,584,2629 -"61148",14656,44729,3,584,588 -"61149",14656,44769,3,584,2411 -"61150",14656,45136,3,584,877 -"61151",14656,45302,3,584,2390 -"61152",14656,45650,3,584,1528 -"61153",14656,45684,2,584,2200 -"61154",14656,46091,3,584,1938 -"61155",14656,46196,2,584,1510 -"61156",14656,46621,3,584,1343 -"61157",14656,46629,2,584,2255 -"61158",14656,46723,3,584,607 -"61159",14656,46982,3,584,2806 -"61160",14656,47362,3,584,2253 -"61161",14656,47435,3,584,878 -"61162",14656,47585,3,584,794 -"61163",14656,47595,3,584,2374 -"61164",14656,48035,2,584,2180 -"61165",14656,48260,3,584,875 -"61166",14656,48414,3,584,1749 -"61167",14656,48605,3,584,2796 -"61168",14656,49110,3,584,2938 -"61169",14656,49144,3,584,1542 -"61170",14656,49512,3,584,1302 -"61171",14656,49608,3,584,2184 -"61172",14656,49620,3,584,1868 -"61173",14656,50118,3,584,2654 -"61174",14656,50134,3,584,2674 -"61175",14656,50219,3,584,756 -"61176",14656,50236,2,584,2339 -"61177",14656,50252,3,584,2001 -"61178",14656,50685,2,584,2008 -"61179",14656,50946,3,584,1075 -"61180",14656,51017,3,584,2073 -"61181",14656,51022,3,584,1499 -"61182",14656,51035,3,584,2397 -"61183",14656,51041,3,584,2606 -"61184",14656,51144,3,584,2466 -"61185",14656,51471,3,584,1280 -"61186",14656,51843,3,584,2389 -"61187",14656,51866,3,584,2411 -"61188",14656,52058,3,584,1836 -"61189",14656,52136,1,584,1412 -"61190",14656,52345,3,584,1430 -"61191",14656,52570,3,584,2645 -"61192",14656,52576,2,584,2234 -"61193",14656,52789,3,584,1791 -"61194",14656,52953,3,584,1741 -"61195",14656,53134,2,584,1590 -"61196",14656,53196,3,584,1888 -"61197",14656,53303,2,584,1376 -"61198",14656,54551,1,584,2348 -"61199",14656,54879,3,584,2210 -"61200",14656,54929,2,584,2783 -"61201",14656,54980,3,584,876 -"61202",14656,55082,3,584,1856 -"61203",14656,55084,3,584,1189 -"61204",14656,55299,3,584,609 -"61205",14656,55320,2,584,1643 -"61206",14656,55482,3,584,1866 -"61207",14656,56082,2,584,2395 -"61208",14656,56237,3,584,2625 -"61209",14656,56317,3,584,2030 -"61210",14656,56604,3,584,1919 -"61211",14656,56639,3,584,643 -"61212",14656,56873,3,584,1421 -"61213",14656,57150,3,584,1196 -"61214",14656,57246,3,584,1873 -"61215",14656,57414,3,584,922 -"61216",14656,57714,3,584,1391 -"61217",14656,57977,3,584,2683 -"61218",14656,58078,3,584,1252 -"61219",14656,58451,3,584,1939 -"61220",14656,58508,3,584,2326 -"61221",14656,58745,3,584,1920 -"61222",14656,59790,3,584,1827 -"61223",14656,59939,2,584,936 -"61224",14656,60185,3,584,1206 -"61225",14656,61245,3,584,955 -"61226",14656,61785,3,584,822 -"61227",14656,61932,3,584,1959 -"61228",14656,61982,2,584,2725 -"61229",14656,62841,2,584,2710 -"61230",14656,62966,3,584,1282 -"61231",14656,64947,3,584,2489 -"61232",14656,65242,3,584,1988 -"61233",14656,65625,3,584,1273 -"61234",14656,66992,3,584,2882 -"61235",14656,67252,3,584,1215 -"61236",14656,67763,3,584,822 -"61237",14656,68043,3,584,690 -"61238",14656,68215,3,584,2727 -"61239",14656,69712,3,584,1219 -"61240",14656,70217,3,584,2332 -"61241",14656,70838,3,584,687 -"61242",14656,70996,3,584,1037 -"61243",14656,71217,3,584,2169 -"61244",14656,71342,3,584,1289 -"61245",14656,72188,2,584,856 -"61246",14656,72207,2,584,2430 -"61247",14656,72326,2,584,2384 -"61248",14656,72956,2,584,1251 -"61249",14656,74190,3,584,1428 -"61250",14656,74318,3,584,632 -"61251",14656,74636,3,584,2525 -"61252",14656,75403,2,584,1895 -"61253",14656,75898,3,584,889 -"61254",14656,76048,3,584,2373 -"61255",14656,76127,2,584,910 -"61256",14656,76143,3,584,1610 -"61257",14656,76284,2,584,1237 -"61258",14656,76396,3,584,1731 -"61259",14656,76503,3,584,1136 -"61260",14656,76892,3,584,2381 -"61261",14656,77305,3,584,965 -"61262",14656,79337,3,584,875 -"61263",14656,79403,3,584,977 -"61264",14656,79547,3,584,1909 -"61265",14656,79804,3,584,2227 -"61266",14656,80219,3,584,988 -"61267",14656,80825,3,584,2315 -"61268",14656,81349,3,584,1958 -"61269",14656,81588,3,584,1568 -"61270",14656,82929,3,584,2475 -"61271",14656,82949,3,584,2077 -"61272",14656,83396,3,584,2396 -"61273",14656,84317,3,584,2081 -"61274",14656,85138,3,584,1685 -"61275",14656,85736,3,584,1601 -"61276",14656,85784,3,584,1142 -"61277",14656,86245,3,584,1972 -"61278",14656,87048,3,584,989 -"61279",14656,88232,3,584,2881 -"61280",14656,88739,3,584,933 -"61281",14656,89054,3,584,732 -"61282",14656,89097,3,584,935 -"61283",14656,91571,3,584,923 -"61284",14656,91912,2,584,790 -"61285",14656,95155,3,584,849 -"61286",14656,97811,3,584,1288 -"61287",14656,98781,3,584,1410 -"61288",14656,99215,3,584,2791 -"61289",14656,101797,3,584,2357 -"61290",14656,105947,3,584,997 -"61291",14656,109510,3,584,621 -"61292",14656,109718,3,584,1237 -"61293",14656,111971,3,584,1032 -"61294",14656,117956,3,584,2774 -"61295",14656,120549,3,584,708 -"61296",14659,902,3,1282,1887 -"61297",14659,3819,3,1282,1583 -"61298",14659,6063,3,1282,2349 -"61299",14669,671,3,2080,2328 -"61300",14669,2424,3,2080,2582 -"61301",14669,3305,3,2080,2839 -"61302",14669,3714,3,2080,2605 -"61303",14669,3961,3,2080,2426 -"61304",14669,3966,3,2080,2425 -"61305",14669,4403,3,2080,2416 -"61306",14669,4932,3,2080,2752 -"61307",14669,5462,3,2080,2374 -"61308",14669,6104,3,2080,2462 -"61309",14669,7180,3,2080,2227 -"61310",14669,7984,3,2080,2493 -"61311",14669,10358,3,2080,2294 -"61312",14669,11477,2,2080,2724 -"61313",14669,12684,3,2080,2182 -"61314",14669,13158,3,2080,2667 -"61315",14669,13929,3,2080,2693 -"61316",14669,15343,2,2080,2125 -"61317",14669,17967,3,2080,2125 -"61318",14669,21417,3,2080,2422 -"61319",14669,22410,3,2080,2158 -"61320",14669,23223,3,2080,2094 -"61321",14669,23725,3,2080,2378 -"61322",14669,33949,3,2080,2489 -"61323",14669,34426,2,2080,2743 -"61324",14669,45664,3,2080,2235 -"61325",14669,50134,3,2080,2674 -"61326",14669,52969,3,2080,2302 -"61327",14669,54929,3,2080,2783 -"61328",14669,55691,2,2080,2856 -"61329",14669,57549,3,2080,2335 -"61330",14669,57977,3,2080,2683 -"61331",14669,59539,3,2080,2429 -"61332",14669,68215,1,2080,2727 -"61333",14669,68286,3,2080,2442 -"61334",14669,73266,3,2080,2496 -"61335",14669,89911,3,2080,2607 -"61336",14669,99215,2,2080,2791 -"61337",14676,18543,3,2764,2968 -"61338",14676,23787,3,2764,2810 -"61339",14676,38667,3,2764,2880 -"61340",14678,145,3,799,1998 -"61341",14678,212,3,799,1513 -"61342",14678,600,3,799,1702 -"61343",14678,913,2,799,2144 -"61344",14678,1044,3,799,880 -"61345",14678,1067,3,799,918 -"61346",14678,1592,3,799,2006 -"61347",14678,1691,3,799,1941 -"61348",14678,2269,3,799,984 -"61349",14678,2322,3,799,1645 -"61350",14678,2424,3,799,2582 -"61351",14678,2540,3,799,1398 -"61352",14678,4289,3,799,1921 -"61353",14678,4317,3,799,1224 -"61354",14678,4701,3,799,2401 -"61355",14678,4790,1,799,1025 -"61356",14678,4791,2,799,1184 -"61357",14678,6627,3,799,2063 -"61358",14678,6989,3,799,2623 -"61359",14678,8274,3,799,1909 -"61360",14678,8888,3,799,1328 -"61361",14678,9511,3,799,1232 -"61362",14678,11103,3,799,2393 -"61363",14678,12067,3,799,1213 -"61364",14678,12528,3,799,2589 -"61365",14678,12863,3,799,2027 -"61366",14678,14091,3,799,929 -"61367",14678,17698,3,799,1559 -"61368",14678,18122,3,799,894 -"61369",14678,18393,3,799,860 -"61370",14678,18707,3,799,1143 -"61371",14678,20662,3,799,1523 -"61372",14678,21122,3,799,1701 -"61373",14678,21198,3,799,935 -"61374",14678,21383,3,799,971 -"61375",14678,21463,3,799,2437 -"61376",14678,21593,3,799,1312 -"61377",14678,21693,3,799,2176 -"61378",14678,22282,2,799,1418 -"61379",14678,22326,3,799,2818 -"61380",14678,23450,3,799,967 -"61381",14678,23918,3,799,1881 -"61382",14678,24448,3,799,2289 -"61383",14678,24568,3,799,1937 -"61384",14678,24755,3,799,1319 -"61385",14678,25305,2,799,2447 -"61386",14678,26451,3,799,2133 -"61387",14678,27175,3,799,1447 -"61388",14678,27275,2,799,2656 -"61389",14678,27390,1,799,2425 -"61390",14678,27849,3,799,1316 -"61391",14678,29962,2,799,2201 -"61392",14678,29987,3,799,956 -"61393",14678,30052,3,799,2855 -"61394",14678,31235,3,799,2668 -"61395",14678,32601,2,799,1033 -"61396",14678,33622,3,799,2230 -"61397",14678,35095,3,799,1502 -"61398",14678,38816,3,799,1225 -"61399",14678,39105,3,799,2487 -"61400",14678,41174,3,799,850 -"61401",14678,43051,3,799,904 -"61402",14678,45729,3,799,2606 -"61403",14678,48414,2,799,1749 -"61404",14678,50685,3,799,2008 -"61405",14678,51810,3,799,1401 -"61406",14678,52058,2,799,1836 -"61407",14678,52136,3,799,1412 -"61408",14678,52576,3,799,2234 -"61409",14678,52735,3,799,1124 -"61410",14678,55438,3,799,2863 -"61411",14678,55468,2,799,2511 -"61412",14678,56317,3,799,2030 -"61413",14678,57950,3,799,1529 -"61414",14678,63409,3,799,1937 -"61415",14678,64181,3,799,1828 -"61416",14678,66860,2,799,1548 -"61417",14678,67652,3,799,2736 -"61418",14678,70603,3,799,1002 -"61419",14678,71342,3,799,1289 -"61420",14678,75898,3,799,889 -"61421",14678,75948,2,799,1006 -"61422",14678,76286,3,799,1642 -"61423",14678,77305,3,799,965 -"61424",14678,79322,2,799,2770 -"61425",14678,80927,3,799,823 -"61426",14678,81588,3,799,1568 -"61427",14678,82949,3,799,2077 -"61428",14678,83434,3,799,850 -"61429",14678,89097,3,799,935 -"61430",14678,90573,2,799,878 -"61431",14678,107435,3,799,1635 -"61432",14707,1367,3,672,2176 -"61433",14707,2424,3,672,2582 -"61434",14707,2747,3,672,2411 -"61435",14707,3495,3,672,2431 -"61436",14707,3863,3,672,856 -"61437",14707,4705,3,672,1714 -"61438",14707,5346,2,672,1438 -"61439",14707,5580,3,672,2111 -"61440",14707,7245,3,672,2089 -"61441",14707,9654,3,672,2111 -"61442",14707,13671,3,672,1371 -"61443",14707,15207,2,672,1855 -"61444",14707,15453,3,672,1688 -"61445",14707,15462,3,672,1141 -"61446",14707,15734,3,672,1616 -"61447",14707,16067,3,672,2727 -"61448",14707,18348,3,672,1711 -"61449",14707,18415,3,672,2184 -"61450",14707,21929,3,672,2062 -"61451",14707,24974,3,672,702 -"61452",14707,25078,3,672,2312 -"61453",14707,28057,3,672,1067 -"61454",14707,30262,3,672,1715 -"61455",14707,30943,3,672,2287 -"61456",14707,32939,3,672,2277 -"61457",14707,35448,3,672,1685 -"61458",14707,41439,3,672,709 -"61459",14707,42642,3,672,2257 -"61460",14707,45186,3,672,835 -"61461",14707,45595,3,672,1481 -"61462",14707,46803,3,672,2305 -"61463",14707,49787,2,672,2352 -"61464",14707,49812,2,672,1816 -"61465",14707,53043,3,672,803 -"61466",14707,54388,3,672,1257 -"61467",14707,57804,3,672,2214 -"61468",14707,62062,3,672,860 -"61469",14707,63641,3,672,2337 -"61470",14707,65572,2,672,2750 -"61471",14707,67726,3,672,2873 -"61472",14707,69716,3,672,2632 -"61473",14707,74818,3,672,1440 -"61474",14707,85356,3,672,1492 -"61475",14707,94520,2,672,1243 -"61476",14707,99237,3,672,783 -"61477",14707,99557,3,672,1703 -"61478",14709,455,3,1901,2827 -"61479",14709,1262,2,1901,2973 -"61480",14709,3695,3,1901,2612 -"61481",14709,5491,2,1901,2048 -"61482",14709,6324,3,1901,1990 -"61483",14709,7078,3,1901,2344 -"61484",14709,7394,3,1901,2615 -"61485",14709,9030,2,1901,1979 -"61486",14709,10779,3,1901,2881 -"61487",14709,13732,2,1901,2789 -"61488",14709,15343,2,1901,2125 -"61489",14709,16195,3,1901,2964 -"61490",14709,18151,2,1901,2962 -"61491",14709,18366,2,1901,2699 -"61492",14709,19872,2,1901,2913 -"61493",14709,20469,3,1901,2125 -"61494",14709,21417,2,1901,2422 -"61495",14709,21795,1,1901,2653 -"61496",14709,24146,3,1901,2003 -"61497",14709,26359,3,1901,2535 -"61498",14709,26865,2,1901,2726 -"61499",14709,28923,3,1901,2362 -"61500",14709,29791,2,1901,1986 -"61501",14709,30081,2,1901,2403 -"61502",14709,34311,3,1901,2213 -"61503",14709,34327,2,1901,2959 -"61504",14709,36950,3,1901,2204 -"61505",14709,36962,3,1901,2861 -"61506",14709,38373,3,1901,1928 -"61507",14709,42618,3,1901,2316 -"61508",14709,44420,3,1901,2184 -"61509",14709,44557,3,1901,2371 -"61510",14709,45664,3,1901,2235 -"61511",14709,49872,3,1901,2019 -"61512",14709,59205,3,1901,2387 -"61513",14709,61458,3,1901,2630 -"61514",14709,70046,3,1901,2624 -"61515",14709,73266,3,1901,2496 -"61516",14709,90501,3,1901,2380 -"61517",14711,30669,3,1714,1921 -"61518",14711,39062,3,1714,2020 -"61519",14711,51774,2,1714,2459 -"61520",14723,25,3,2019,2762 -"61521",14723,602,1,2019,2632 -"61522",14723,762,2,2019,2671 -"61523",14723,3011,1,2019,2278 -"61524",14723,3765,3,2019,2775 -"61525",14723,4701,3,2019,2401 -"61526",14723,6390,3,2019,2385 -"61527",14723,6982,1,2019,2034 -"61528",14723,9311,2,2019,2477 -"61529",14723,9979,3,2019,2238 -"61530",14723,10382,3,2019,2111 -"61531",14723,10843,2,2019,2277 -"61532",14723,12703,2,2019,2689 -"61533",14723,14103,2,2019,2204 -"61534",14723,15626,3,2019,2434 -"61535",14723,16806,3,2019,2074 -"61536",14723,18151,3,2019,2962 -"61537",14723,21448,3,2019,2332 -"61538",14723,22311,1,2019,2034 -"61539",14723,28874,3,2019,2329 -"61540",14723,28982,2,2019,2746 -"61541",14723,30906,3,2019,2537 -"61542",14723,33433,2,2019,2805 -"61543",14723,34707,3,2019,2042 -"61544",14723,38755,3,2019,2902 -"61545",14723,39534,3,2019,2410 -"61546",14723,42333,3,2019,2234 -"61547",14723,49696,3,2019,2444 -"61548",14723,53342,3,2019,2071 -"61549",14723,54879,3,2019,2210 -"61550",14723,55643,3,2019,2359 -"61551",14723,58993,2,2019,2390 -"61552",14723,59113,3,2019,2434 -"61553",14723,61337,3,2019,2777 -"61554",14723,61458,3,2019,2630 -"61555",14723,62939,3,2019,2574 -"61556",14723,66677,3,2019,2151 -"61557",14723,87144,3,2019,2299 -"61558",14731,862,3,2012,2254 -"61559",14731,2011,2,2012,2176 -"61560",14731,6234,3,2012,2654 -"61561",14731,6390,3,2012,2385 -"61562",14731,10964,3,2012,2043 -"61563",14731,11067,3,2012,2734 -"61564",14731,14032,3,2012,2144 -"61565",14731,14676,3,2012,2764 -"61566",14731,14972,3,2012,2332 -"61567",14731,18543,3,2012,2968 -"61568",14731,20407,2,2012,2339 -"61569",14731,21487,3,2012,2203 -"61570",14731,21682,3,2012,2414 -"61571",14731,22566,3,2012,2308 -"61572",14731,24256,2,2012,2393 -"61573",14731,26658,3,2012,2745 -"61574",14731,26793,3,2012,2104 -"61575",14731,29930,3,2012,2240 -"61576",14731,30981,3,2012,2366 -"61577",14731,31001,3,2012,2119 -"61578",14731,32939,2,2012,2277 -"61579",14731,33622,3,2012,2230 -"61580",14731,35264,3,2012,2329 -"61581",14731,35464,3,2012,2502 -"61582",14731,35715,3,2012,2912 -"61583",14731,36439,3,2012,2469 -"61584",14731,37752,3,2012,2223 -"61585",14731,38676,3,2012,2286 -"61586",14731,41607,3,2012,2802 -"61587",14731,42256,3,2012,2839 -"61588",14731,44427,3,2012,2875 -"61589",14731,45585,3,2012,2384 -"61590",14731,48215,3,2012,2028 -"61591",14731,50179,3,2012,2230 -"61592",14731,50585,3,2012,2414 -"61593",14731,53445,3,2012,2028 -"61594",14731,56237,3,2012,2625 -"61595",14731,56854,2,2012,2022 -"61596",14731,57804,2,2012,2214 -"61597",14731,58284,1,2012,2292 -"61598",14731,66241,3,2012,2351 -"61599",14731,66413,3,2012,2507 -"61600",14731,66971,2,2012,2299 -"61601",14731,73747,3,2012,2274 -"61602",14731,74605,3,2012,2265 -"61603",14731,74636,3,2012,2525 -"61604",14731,76463,3,2012,2298 -"61605",14731,88232,3,2012,2881 -"61606",14749,2747,2,1998,2411 -"61607",14749,3477,3,1998,2546 -"61608",14749,3493,3,1998,2451 -"61609",14749,4612,3,1998,2804 -"61610",14749,5897,3,1998,2337 -"61611",14749,6063,3,1998,2349 -"61612",14749,7785,3,1998,2441 -"61613",14749,7942,3,1998,2623 -"61614",14749,7997,3,1998,2049 -"61615",14749,8610,3,1998,2240 -"61616",14749,9035,3,1998,2771 -"61617",14749,9503,3,1998,2453 -"61618",14749,9785,3,1998,2951 -"61619",14749,9787,3,1998,2858 -"61620",14749,11588,3,1998,2352 -"61621",14749,11648,3,1998,2852 -"61622",14749,12948,2,1998,2669 -"61623",14749,14959,3,1998,2898 -"61624",14749,15826,3,1998,2772 -"61625",14749,17037,3,1998,2947 -"61626",14749,19655,3,1998,2706 -"61627",14749,20941,3,1998,2725 -"61628",14749,21209,3,1998,2184 -"61629",14749,22244,3,1998,2139 -"61630",14749,26182,3,1998,2775 -"61631",14749,27742,2,1998,2700 -"61632",14749,27914,3,1998,2507 -"61633",14749,29473,2,1998,2602 -"61634",14749,30870,3,1998,2370 -"61635",14749,31335,3,1998,2351 -"61636",14749,31866,3,1998,2101 -"61637",14749,32532,3,1998,2338 -"61638",14749,33223,3,1998,2397 -"61639",14749,36829,2,1998,2722 -"61640",14749,36912,3,1998,2469 -"61641",14749,37060,3,1998,2840 -"61642",14749,40035,3,1998,2742 -"61643",14749,40138,3,1998,2719 -"61644",14749,40572,3,1998,2666 -"61645",14749,41770,3,1998,2752 -"61646",14749,44433,3,1998,2224 -"61647",14749,44603,3,1998,2748 -"61648",14749,45869,3,1998,2840 -"61649",14749,47013,3,1998,2388 -"61650",14749,48769,2,1998,2071 -"61651",14749,53739,3,1998,2704 -"61652",14749,58501,3,1998,2613 -"61653",14749,58655,3,1998,2685 -"61654",14749,61240,3,1998,2651 -"61655",14749,70583,3,1998,2615 -"61656",14750,388,3,102,1594 -"61657",14750,916,3,102,2718 -"61658",14750,1560,2,102,2013 -"61659",14750,2488,3,102,424 -"61660",14750,2802,3,102,1836 -"61661",14750,8525,3,102,1787 -"61662",14750,9716,3,102,1929 -"61663",14750,9939,3,102,474 -"61664",14750,10128,3,102,883 -"61665",14750,10200,3,102,2920 -"61666",14750,11429,3,102,2520 -"61667",14750,11897,1,102,1271 -"61668",14750,12973,3,102,1569 -"61669",14750,13150,3,102,1570 -"61670",14750,14812,1,102,144 -"61671",14750,14855,3,102,903 -"61672",14750,16643,3,102,1824 -"61673",14750,17021,3,102,1226 -"61674",14750,17999,3,102,2758 -"61675",14750,18466,3,102,2340 -"61676",14750,18479,3,102,2967 -"61677",14750,19358,3,102,880 -"61678",14750,23668,3,102,144 -"61679",14750,23739,3,102,2463 -"61680",14750,24086,3,102,2663 -"61681",14750,26138,3,102,1902 -"61682",14750,26513,3,102,2205 -"61683",14750,31087,3,102,1757 -"61684",14750,32070,3,102,950 -"61685",14750,32694,3,102,1602 -"61686",14750,33278,3,102,1591 -"61687",14750,36662,3,102,2967 -"61688",14750,37342,3,102,2649 -"61689",14750,37868,3,102,2876 -"61690",14750,38274,3,102,1181 -"61691",14750,40392,3,102,1878 -"61692",14750,41185,3,102,1929 -"61693",14750,46568,3,102,822 -"61694",14750,51678,3,102,1077 -"61695",14750,53749,3,102,274 -"61696",14750,54737,3,102,326 -"61697",14750,56168,3,102,1466 -"61698",14750,57037,2,102,2293 -"61699",14750,78460,3,102,985 -"61700",14750,82917,2,102,2371 -"61701",14750,83007,3,102,2727 -"61702",14750,83228,3,102,732 -"61703",14750,89129,3,102,790 -"61704",14750,89329,3,102,517 -"61705",14750,94339,2,102,2768 -"61706",14750,102559,2,102,167 -"61707",14750,104065,3,102,194 -"61708",14750,104161,3,102,613 -"61709",14750,112814,2,102,546 -"61710",14750,116792,3,102,2397 -"61711",14750,117903,1,102,1664 -"61712",14754,455,3,2456,2827 -"61713",14754,798,3,2456,2476 -"61714",14754,3477,3,2456,2546 -"61715",14754,4367,2,2456,2794 -"61716",14754,4932,3,2456,2752 -"61717",14754,5683,3,2456,2468 -"61718",14754,7942,2,2456,2623 -"61719",14754,11136,3,2456,2573 -"61720",14754,13079,3,2456,2547 -"61721",14754,16176,3,2456,2703 -"61722",14754,23325,3,2456,2779 -"61723",14754,23591,3,2456,2831 -"61724",14754,25741,2,2456,2853 -"61725",14754,26182,3,2456,2775 -"61726",14754,28893,2,2456,2764 -"61727",14754,31251,3,2456,2498 -"61728",14754,34216,3,2456,2832 -"61729",14754,35477,3,2456,2703 -"61730",14754,43593,3,2456,2704 -"61731",14754,50630,3,2456,2615 -"61732",14754,54284,3,2456,2491 -"61733",14754,57067,3,2456,2547 -"61734",14754,57356,3,2456,2476 -"61735",14761,3255,1,2502,2504 -"61736",14761,8062,3,2502,2858 -"61737",14761,9272,3,2502,2835 -"61738",14761,10200,3,2502,2920 -"61739",14761,11429,1,2502,2520 -"61740",14761,14586,3,2502,2801 -"61741",14761,24086,3,2502,2663 -"61742",14761,26152,3,2502,2818 -"61743",14761,30668,3,2502,2882 -"61744",14761,33755,3,2502,2963 -"61745",14761,34491,3,2502,2694 -"61746",14761,37342,2,2502,2649 -"61747",14761,38038,3,2502,2686 -"61748",14761,38602,3,2502,2693 -"61749",14761,49347,1,2502,2504 -"61750",14761,51783,3,2502,2599 -"61751",14761,57657,3,2502,2735 -"61752",14761,69335,3,2502,2698 -"61753",14767,377,3,2068,2389 -"61754",14767,913,3,2068,2144 -"61755",14767,1616,3,2068,2662 -"61756",14767,4057,3,2068,2389 -"61757",14767,5326,3,2068,2652 -"61758",14767,5457,3,2068,2077 -"61759",14767,5462,3,2068,2374 -"61760",14767,5504,3,2068,2389 -"61761",14767,6390,3,2068,2385 -"61762",14767,6491,3,2068,2424 -"61763",14767,7323,3,2068,2858 -"61764",14767,19606,3,2068,2783 -"61765",14767,31235,2,2068,2668 -"61766",14767,35256,3,2068,2271 -"61767",14767,37570,3,2068,2389 -"61768",14767,47445,2,2068,2668 -"61769",14767,51783,3,2068,2599 -"61770",14767,57544,2,2068,2443 -"61771",14772,1624,3,2386,2687 -"61772",14772,6747,3,2386,2913 -"61773",14772,21417,3,2386,2422 -"61774",14772,25530,3,2386,2884 -"61775",14772,34327,3,2386,2959 -"61776",14772,41004,2,2386,2561 -"61777",14772,46602,2,2386,2786 -"61778",14772,47607,3,2386,2724 -"61779",14772,53584,3,2386,2391 -"61780",14772,56396,3,2386,2408 -"61781",14772,60966,3,2386,2734 -"61782",14772,61458,3,2386,2630 -"61783",14772,68215,3,2386,2727 -"61784",14772,73266,2,2386,2496 -"61785",14776,92045,2,1488,2356 -"61786",14781,680,3,2338,2569 -"61787",14781,3978,3,2338,2775 -"61788",14781,4303,3,2338,2414 -"61789",14781,4367,3,2338,2794 -"61790",14781,4669,3,2338,2395 -"61791",14781,5106,2,2338,2622 -"61792",14781,6989,3,2338,2623 -"61793",14781,8568,3,2338,2706 -"61794",14781,11648,2,2338,2852 -"61795",14781,12948,2,2338,2669 -"61796",14781,17033,3,2338,2771 -"61797",14781,28869,2,2338,2425 -"61798",14781,40572,2,2338,2666 -"61799",14781,45869,1,2338,2840 -"61800",14781,47013,3,2338,2388 -"61801",14781,63077,3,2338,2778 -"61802",14781,70101,3,2338,2414 -"61803",14781,90467,3,2338,2840 -"61804",14789,113,3,1034,1943 -"61805",14789,468,2,1034,1966 -"61806",14789,1560,3,1034,2013 -"61807",14789,3669,2,1034,2524 -"61808",14789,4032,3,1034,1763 -"61809",14789,5235,3,1034,2324 -"61810",14789,5557,3,1034,1929 -"61811",14789,5816,3,1034,2408 -"61812",14789,7652,3,1034,1281 -"61813",14789,8525,3,1034,1787 -"61814",14789,9716,2,1034,1929 -"61815",14789,9723,3,1034,2302 -"61816",14789,9808,1,1034,1648 -"61817",14789,10908,3,1034,1134 -"61818",14789,12481,3,1034,1086 -"61819",14789,13388,3,1034,2119 -"61820",14789,13400,1,1034,1371 -"61821",14789,14080,3,1034,1351 -"61822",14789,14623,3,1034,2043 -"61823",14789,14626,3,1034,2175 -"61824",14789,14654,3,1034,1692 -"61825",14789,14754,3,1034,2456 -"61826",14789,15301,2,1034,2308 -"61827",14789,16771,2,1034,1541 -"61828",14789,18808,2,1034,2854 -"61829",14789,18855,3,1034,1362 -"61830",14789,20392,3,1034,1309 -"61831",14789,21504,2,1034,2328 -"61832",14789,21571,3,1034,2755 -"61833",14789,21741,3,1034,1574 -"61834",14789,21832,3,1034,1755 -"61835",14789,22566,3,1034,2308 -"61836",14789,22905,3,1034,2599 -"61837",14789,23302,3,1034,2677 -"61838",14789,23890,3,1034,1810 -"61839",14789,24610,3,1034,2733 -"61840",14789,24761,3,1034,2384 -"61841",14789,26100,2,1034,1966 -"61842",14789,28081,3,1034,1927 -"61843",14789,29319,3,1034,2314 -"61844",14789,30317,2,1034,2431 -"61845",14789,31251,2,1034,2498 -"61846",14789,31977,3,1034,2660 -"61847",14789,32582,2,1034,1929 -"61848",14789,32939,3,1034,2277 -"61849",14789,33697,3,1034,1309 -"61850",14789,34559,2,1034,1105 -"61851",14789,35264,1,1034,2329 -"61852",14789,36662,3,1034,2967 -"61853",14789,38309,2,1034,2644 -"61854",14789,40392,3,1034,1878 -"61855",14789,41185,3,1034,1929 -"61856",14789,41603,3,1034,1942 -"61857",14789,43585,2,1034,1066 -"61858",14789,45730,3,1034,2063 -"61859",14789,46745,3,1034,1565 -"61860",14789,49147,3,1034,2539 -"61861",14789,49621,3,1034,1915 -"61862",14789,50440,2,1034,2469 -"61863",14789,50635,3,1034,2962 -"61864",14789,51148,3,1034,1077 -"61865",14789,53362,2,1034,2360 -"61866",14789,54061,3,1034,1488 -"61867",14789,54903,3,1034,2493 -"61868",14789,57804,3,1034,2214 -"61869",14789,58041,3,1034,2725 -"61870",14789,59511,3,1034,2753 -"61871",14789,60672,3,1034,2876 -"61872",14789,69214,3,1034,1354 -"61873",14789,73837,3,1034,1061 -"61874",14789,75194,3,1034,1736 -"61875",14789,76230,3,1034,1223 -"61876",14789,77785,1,1034,1595 -"61877",14789,82226,3,1034,1619 -"61878",14789,83133,3,1034,1055 -"61879",14789,85264,3,1034,1236 -"61880",14789,94510,2,1034,1514 -"61881",14789,96349,3,1034,1874 -"61882",14789,102109,3,1034,1367 -"61883",14791,316,3,1370,2413 -"61884",14791,42756,2,1370,1384 -"61885",14791,61347,3,1370,1684 -"61886",14791,66994,3,1370,1865 -"61887",14791,68586,3,1370,2322 -"61888",14802,267,3,47,2631 -"61889",14802,733,3,47,1653 -"61890",14802,1275,3,47,2068 -"61891",14802,1427,3,47,324 -"61892",14802,2063,3,47,1278 -"61893",14802,2349,3,47,1288 -"61894",14802,3167,3,47,1676 -"61895",14802,3242,3,47,1730 -"61896",14802,3271,3,47,2216 -"61897",14802,3947,3,47,2067 -"61898",14802,3961,2,47,2426 -"61899",14802,4289,3,47,1921 -"61900",14802,4939,3,47,1382 -"61901",14802,5239,2,47,2875 -"61902",14802,5363,3,47,1791 -"61903",14802,5912,3,47,2257 -"61904",14802,6366,3,47,798 -"61905",14802,6390,3,47,2385 -"61906",14802,6417,3,47,1675 -"61907",14802,6871,3,47,1882 -"61908",14802,7196,1,47,1508 -"61909",14802,7269,3,47,1728 -"61910",14802,7984,2,47,2493 -"61911",14802,8029,3,47,1859 -"61912",14802,8887,3,47,2373 -"61913",14802,8913,2,47,968 -"61914",14802,9272,3,47,2835 -"61915",14802,9950,3,47,920 -"61916",14802,10358,3,47,2294 -"61917",14802,10638,3,47,2692 -"61918",14802,11477,2,47,2724 -"61919",14802,11546,3,47,1174 -"61920",14802,11576,3,47,808 -"61921",14802,11694,3,47,1564 -"61922",14802,12199,3,47,1651 -"61923",14802,12692,3,47,1855 -"61924",14802,13388,3,47,2119 -"61925",14802,13780,3,47,2412 -"61926",14802,13929,3,47,2693 -"61927",14802,14002,3,47,829 -"61928",14802,14676,3,47,2764 -"61929",14802,14888,3,47,1411 -"61930",14802,14943,1,47,1942 -"61931",14802,15401,2,47,1999 -"61932",14802,15990,3,47,593 -"61933",14802,16053,3,47,908 -"61934",14802,16164,3,47,1184 -"61935",14802,16625,1,47,1285 -"61936",14802,16801,2,47,2008 -"61937",14802,16826,2,47,2599 -"61938",14802,17484,2,47,1256 -"61939",14802,17934,3,47,1059 -"61940",14802,17997,2,47,1621 -"61941",14802,18103,2,47,1968 -"61942",14802,18571,3,47,2128 -"61943",14802,18735,3,47,1581 -"61944",14802,18825,3,47,1240 -"61945",14802,20067,3,47,2390 -"61946",14802,20311,3,47,1981 -"61947",14802,20879,3,47,623 -"61948",14802,21386,3,47,536 -"61949",14802,21754,3,47,1881 -"61950",14802,21755,3,47,817 -"61951",14802,22011,3,47,885 -"61952",14802,22207,3,47,2365 -"61953",14802,23132,3,47,2756 -"61954",14802,24293,3,47,1184 -"61955",14802,24586,3,47,2465 -"61956",14802,25271,3,47,1172 -"61957",14802,25643,3,47,1646 -"61958",14802,26462,3,47,140 -"61959",14802,26713,2,47,1235 -"61960",14802,27860,3,47,1588 -"61961",14802,28015,3,47,1624 -"61962",14802,28582,2,47,2698 -"61963",14802,28731,3,47,955 -"61964",14802,28784,2,47,1579 -"61965",14802,29456,3,47,1182 -"61966",14802,30747,3,47,2455 -"61967",14802,30915,3,47,1207 -"61968",14802,31069,3,47,1995 -"61969",14802,31124,3,47,2351 -"61970",14802,31164,3,47,1996 -"61971",14802,31279,3,47,965 -"61972",14802,31700,3,47,2727 -"61973",14802,31890,3,47,1487 -"61974",14802,32988,1,47,2008 -"61975",14802,33241,3,47,632 -"61976",14802,33801,3,47,2899 -"61977",14802,34158,3,47,2639 -"61978",14802,34954,3,47,1184 -"61979",14802,35041,3,47,1311 -"61980",14802,35529,3,47,1620 -"61981",14802,36862,3,47,2655 -"61982",14802,37937,3,47,1320 -"61983",14802,38219,2,47,1689 -"61984",14802,38227,3,47,2511 -"61985",14802,38449,3,47,1802 -"61986",14802,39563,3,47,486 -"61987",14802,40028,3,47,1349 -"61988",14802,40432,1,47,1956 -"61989",14802,40645,2,47,1899 -"61990",14802,42505,1,47,2008 -"61991",14802,42515,3,47,2752 -"61992",14802,43226,3,47,2442 -"61993",14802,44521,3,47,1593 -"61994",14802,44720,3,47,1202 -"61995",14802,45959,2,47,1880 -"61996",14802,46040,3,47,2105 -"61997",14802,46951,3,47,2429 -"61998",14802,46988,3,47,2460 -"61999",14802,47386,3,47,2226 -"62000",14802,47435,2,47,878 -"62001",14802,47445,3,47,2668 -"62002",14802,48110,3,47,2009 -"62003",14802,48215,3,47,2028 -"62004",14802,49189,3,47,1550 -"62005",14802,50236,3,47,2339 -"62006",14802,51410,3,47,2739 -"62007",14802,52327,3,47,1472 -"62008",14802,52457,3,47,849 -"62009",14802,53132,3,47,81 -"62010",14802,55139,3,47,2323 -"62011",14802,56237,2,47,2625 -"62012",14802,56490,2,47,227 -"62013",14802,56807,3,47,1571 -"62014",14802,57775,3,47,136 -"62015",14802,57977,3,47,2683 -"62016",14802,58508,3,47,2326 -"62017",14802,59646,3,47,456 -"62018",14802,62170,3,47,90 -"62019",14802,63328,3,47,922 -"62020",14802,64181,3,47,1828 -"62021",14802,64292,3,47,1583 -"62022",14802,64786,3,47,870 -"62023",14802,64997,3,47,2791 -"62024",14802,65155,2,47,1947 -"62025",14802,65203,3,47,1597 -"62026",14802,65322,2,47,2008 -"62027",14802,68801,3,47,116 -"62028",14802,69335,3,47,2698 -"62029",14802,70269,3,47,2368 -"62030",14802,70736,2,47,1512 -"62031",14802,70854,3,47,635 -"62032",14802,70996,3,47,1037 -"62033",14802,74730,3,47,535 -"62034",14802,75662,3,47,95 -"62035",14802,76081,3,47,1534 -"62036",14802,76511,2,47,1250 -"62037",14802,76999,3,47,908 -"62038",14802,78150,3,47,2581 -"62039",14802,78569,3,47,578 -"62040",14802,79567,3,47,1942 -"62041",14802,79815,3,47,1713 -"62042",14802,80301,3,47,1690 -"62043",14802,82301,2,47,1621 -"62044",14802,82409,3,47,1881 -"62045",14802,82767,3,47,1641 -"62046",14802,82787,3,47,1144 -"62047",14802,82929,3,47,2475 -"62048",14802,83140,3,47,1630 -"62049",14802,85875,2,47,957 -"62050",14802,86105,3,47,2226 -"62051",14802,88473,3,47,1102 -"62052",14802,89511,2,47,1205 -"62053",14802,92757,2,47,2615 -"62054",14802,93344,3,47,196 -"62055",14802,95160,3,47,961 -"62056",14802,95587,3,47,810 -"62057",14802,95644,3,47,1531 -"62058",14802,96308,1,47,521 -"62059",14802,96352,3,47,1493 -"62060",14802,97160,2,47,1215 -"62061",14802,100140,3,47,1041 -"62062",14802,103524,3,47,991 -"62063",14802,106620,2,47,1177 -"62064",14802,109264,3,47,1104 -"62065",14802,116508,3,47,158 -"62066",14807,1620,3,241,1303 -"62067",14807,1728,3,241,284 -"62068",14807,3235,1,241,799 -"62069",14807,4066,3,241,1736 -"62070",14807,7229,3,241,2669 -"62071",14807,8062,3,241,2858 -"62072",14807,8260,3,241,915 -"62073",14807,9227,3,241,1267 -"62074",14807,9481,3,241,1610 -"62075",14807,10336,3,241,2271 -"62076",14807,10350,3,241,1163 -"62077",14807,11728,1,241,1121 -"62078",14807,12208,1,241,447 -"62079",14807,13537,3,241,1020 -"62080",14807,13987,3,241,507 -"62081",14807,14520,3,241,634 -"62082",14807,17257,3,241,1117 -"62083",14807,17645,3,241,1918 -"62084",14807,19069,3,241,988 -"62085",14807,19744,3,241,2623 -"62086",14807,19751,3,241,1630 -"62087",14807,21240,3,241,1162 -"62088",14807,28094,3,241,1423 -"62089",14807,30609,1,241,988 -"62090",14807,32311,3,241,2396 -"62091",14807,32818,3,241,2485 -"62092",14807,34831,3,241,1866 -"62093",14807,34892,3,241,2309 -"62094",14807,37036,3,241,2264 -"62095",14807,38259,2,241,2258 -"62096",14807,38373,3,241,1928 -"62097",14807,40329,2,241,412 -"62098",14807,41581,3,241,1692 -"62099",14807,46501,2,241,845 -"62100",14807,46532,3,241,2005 -"62101",14807,46726,3,241,943 -"62102",14807,50278,3,241,1127 -"62103",14807,51879,3,241,1771 -"62104",14807,58829,3,241,1256 -"62105",14807,60258,3,241,2405 -"62106",14807,60879,3,241,2792 -"62107",14807,62668,3,241,958 -"62108",14807,63077,3,241,2778 -"62109",14807,65389,3,241,503 -"62110",14807,68275,3,241,1158 -"62111",14807,75282,3,241,2675 -"62112",14807,77077,3,241,2693 -"62113",14807,77864,3,241,2227 -"62114",14807,79420,3,241,1061 -"62115",14807,82252,3,241,1248 -"62116",14807,82819,3,241,1900 -"62117",14807,82932,3,241,2245 -"62118",14807,83253,3,241,1102 -"62119",14807,83398,2,241,845 -"62120",14807,88212,3,241,2547 -"62121",14807,90674,3,241,621 -"62122",14807,96310,3,241,1016 -"62123",14807,100809,3,241,353 -"62124",14807,101367,3,241,974 -"62125",14807,104319,2,241,536 -"62126",14807,104828,3,241,1609 -"62127",14807,107052,2,241,2158 -"62128",14807,121173,3,241,829 -"62129",14812,1560,3,144,2013 -"62130",14812,11897,2,144,1271 -"62131",14812,13150,3,144,1570 -"62132",14812,33278,3,144,1591 -"62133",14812,42280,3,144,2266 -"62134",14812,49958,3,144,1860 -"62135",14812,57037,3,144,2293 -"62136",14812,82917,3,144,2371 -"62137",14812,94339,2,144,2768 -"62138",14812,102559,3,144,167 -"62139",14812,112814,3,144,546 -"62140",14812,117903,2,144,1664 -"62141",14817,140,3,2110,2267 -"62142",14817,1822,3,2110,2888 -"62143",14817,2747,3,2110,2411 -"62144",14817,3127,3,2110,2273 -"62145",14817,3477,2,2110,2546 -"62146",14817,4660,3,2110,2149 -"62147",14817,4669,3,2110,2395 -"62148",14817,6063,2,2110,2349 -"62149",14817,7252,3,2110,2799 -"62150",14817,8568,3,2110,2706 -"62151",14817,8865,3,2110,2394 -"62152",14817,9503,3,2110,2453 -"62153",14817,9787,3,2110,2858 -"62154",14817,12948,3,2110,2669 -"62155",14817,13899,3,2110,2650 -"62156",14817,15826,3,2110,2772 -"62157",14817,16286,3,2110,2470 -"62158",14817,19433,2,2110,2504 -"62159",14817,20124,3,2110,2376 -"62160",14817,20984,3,2110,2502 -"62161",14817,23206,3,2110,2805 -"62162",14817,26182,3,2110,2775 -"62163",14817,27742,3,2110,2700 -"62164",14817,27908,3,2110,2576 -"62165",14817,28869,2,2110,2425 -"62166",14817,30368,3,2110,2487 -"62167",14817,31357,3,2110,2389 -"62168",14817,31700,3,2110,2727 -"62169",14817,32339,3,2110,2430 -"62170",14817,32395,3,2110,2735 -"62171",14817,33223,2,2110,2397 -"62172",14817,34478,3,2110,2265 -"62173",14817,36953,3,2110,2790 -"62174",14817,37301,3,2110,2160 -"62175",14817,40572,3,2110,2666 -"62176",14817,42813,3,2110,2142 -"62177",14817,45869,3,2110,2840 -"62178",14817,47595,1,2110,2374 -"62179",14817,49147,3,2110,2539 -"62180",14817,51200,3,2110,2245 -"62181",14817,51774,3,2110,2459 -"62182",14817,51843,3,2110,2389 -"62183",14817,52483,3,2110,2317 -"62184",14817,55296,3,2110,2413 -"62185",14817,58501,3,2110,2613 -"62186",14817,60966,3,2110,2734 -"62187",14817,63641,3,2110,2337 -"62188",14817,91942,3,2110,2216 -"62189",14824,8529,2,455,1205 -"62190",14824,10513,3,455,2284 -"62191",14824,14834,3,455,2739 -"62192",14824,19096,3,455,1538 -"62193",14824,21198,3,455,935 -"62194",14824,22141,3,455,2348 -"62195",14824,23450,3,455,967 -"62196",14824,32017,3,455,577 -"62197",14824,34836,3,455,2302 -"62198",14824,38019,3,455,1870 -"62199",14824,49512,3,455,1302 -"62200",14824,51017,3,455,2073 -"62201",14824,51035,3,455,2397 -"62202",14824,53323,3,455,2677 -"62203",14824,55349,3,455,826 -"62204",14824,56317,3,455,2030 -"62205",14824,65007,3,455,2530 -"62206",14824,69712,3,455,1219 -"62207",14824,71342,3,455,1289 -"62208",14824,72468,3,455,2292 -"62209",14824,80825,3,455,2315 -"62210",14824,81588,3,455,1568 -"62211",14824,84022,3,455,2289 -"62212",14824,89097,3,455,935 -"62213",14824,90802,3,455,877 -"62214",14834,9362,3,2739,2879 -"62215",14834,21138,3,2739,2849 -"62216",14834,47248,3,2739,2883 -"62217",14834,49110,3,2739,2938 -"62218",14834,64699,3,2739,2797 -"62219",14838,1785,3,1746,2350 -"62220",14838,2907,2,1746,1980 -"62221",14838,4188,2,1746,2963 -"62222",14838,5937,3,1746,2392 -"62223",14838,6234,3,1746,2654 -"62224",14838,6800,3,1746,2053 -"62225",14838,10119,3,1746,2374 -"62226",14838,16477,3,1746,2069 -"62227",14838,16969,2,1746,1917 -"62228",14838,19002,3,1746,2053 -"62229",14838,20011,2,1746,2826 -"62230",14838,26734,3,1746,2299 -"62231",14838,29775,3,1746,2064 -"62232",14838,30194,3,1746,2874 -"62233",14838,32079,3,1746,2315 -"62234",14838,33460,3,1746,2781 -"62235",14838,42136,3,1746,2551 -"62236",14838,44730,2,1746,2468 -"62237",14838,49913,3,1746,2444 -"62238",14838,51173,3,1746,1829 -"62239",14838,68789,3,1746,1929 -"62240",14838,76505,3,1746,2123 -"62241",14838,76997,3,1746,2223 -"62242",14838,96387,3,1746,2159 -"62243",14838,102581,3,1746,1813 -"62244",14855,23,3,903,1682 -"62245",14855,270,3,903,2542 -"62246",14855,357,3,903,2327 -"62247",14855,380,3,903,2261 -"62248",14855,600,3,903,1702 -"62249",14855,1046,3,903,1881 -"62250",14855,1102,3,903,2282 -"62251",14855,1196,3,903,1986 -"62252",14855,1367,3,903,2176 -"62253",14855,1469,3,903,1160 -"62254",14855,1639,3,903,2631 -"62255",14855,2111,3,903,1904 -"62256",14855,3164,2,903,2693 -"62257",14855,3306,3,903,1989 -"62258",14855,3961,3,903,2426 -"62259",14855,4253,3,903,1890 -"62260",14855,4360,3,903,1770 -"62261",14855,4366,3,903,1726 -"62262",14855,4681,3,903,2356 -"62263",14855,4889,3,903,1501 -"62264",14855,4953,3,903,2285 -"62265",14855,5041,3,903,2371 -"62266",14855,5072,3,903,2175 -"62267",14855,5235,3,903,2324 -"62268",14855,5315,3,903,2631 -"62269",14855,5346,3,903,1438 -"62270",14855,5350,2,903,2522 -"62271",14855,5405,3,903,1510 -"62272",14855,5429,3,903,1991 -"62273",14855,5449,3,903,1723 -"62274",14855,5622,2,903,2175 -"62275",14855,5716,1,903,1058 -"62276",14855,5971,2,903,1985 -"62277",14855,5984,2,903,1675 -"62278",14855,5986,2,903,1721 -"62279",14855,6030,2,903,2953 -"62280",14855,6047,3,903,2004 -"62281",14855,6162,3,903,1673 -"62282",14855,6324,2,903,1990 -"62283",14855,6417,2,903,1675 -"62284",14855,6588,3,903,2025 -"62285",14855,7087,3,903,2356 -"62286",14855,7245,3,903,2089 -"62287",14855,8525,3,903,1787 -"62288",14855,8533,3,903,2251 -"62289",14855,8621,3,903,1681 -"62290",14855,9801,3,903,2443 -"62291",14855,9808,3,903,1648 -"62292",14855,9928,2,903,2345 -"62293",14855,10358,3,903,2294 -"62294",14855,10488,3,903,1524 -"62295",14855,10523,3,903,1510 -"62296",14855,10717,3,903,1938 -"62297",14855,10744,3,903,955 -"62298",14855,10857,3,903,2253 -"62299",14855,10871,3,903,2314 -"62300",14855,11218,1,903,2292 -"62301",14855,11229,3,903,1625 -"62302",14855,11540,3,903,1237 -"62303",14855,11897,3,903,1271 -"62304",14855,11966,2,903,2385 -"62305",14855,12004,3,903,996 -"62306",14855,12035,3,903,2721 -"62307",14855,12042,2,903,2345 -"62308",14855,12374,3,903,2260 -"62309",14855,12375,3,903,1873 -"62310",14855,12462,3,903,1461 -"62311",14855,12610,3,903,1274 -"62312",14855,13150,3,903,1570 -"62313",14855,13248,3,903,1385 -"62314",14855,13311,3,903,2315 -"62315",14855,14032,3,903,2144 -"62316",14855,14072,3,903,1346 -"62317",14855,14080,3,903,1351 -"62318",14855,14189,3,903,1483 -"62319",14855,14972,3,903,2332 -"62320",14855,14989,3,903,2223 -"62321",14855,15207,3,903,1855 -"62322",14855,15301,3,903,2308 -"62323",14855,15402,3,903,1281 -"62324",14855,15539,3,903,1929 -"62325",14855,15607,3,903,1421 -"62326",14855,16053,3,903,908 -"62327",14855,16096,2,903,2301 -"62328",14855,16120,3,903,1237 -"62329",14855,16352,1,903,2657 -"62330",14855,16826,3,903,2599 -"62331",14855,17381,3,903,1697 -"62332",14855,17400,2,903,2231 -"62333",14855,17997,3,903,1621 -"62334",14855,18348,1,903,1711 -"62335",14855,18361,2,903,2968 -"62336",14855,18394,3,903,2356 -"62337",14855,18415,3,903,2184 -"62338",14855,18836,3,903,1270 -"62339",14855,18874,3,903,2170 -"62340",14855,19072,3,903,2358 -"62341",14855,19113,3,903,1171 -"62342",14855,20124,3,903,2376 -"62343",14855,20284,3,903,2530 -"62344",14855,20292,3,903,2755 -"62345",14855,20494,3,903,1075 -"62346",14855,21138,3,903,2849 -"62347",14855,21571,2,903,2755 -"62348",14855,22197,3,903,2271 -"62349",14855,22543,3,903,1594 -"62350",14855,22566,2,903,2308 -"62351",14855,23159,2,903,1548 -"62352",14855,23310,2,903,2371 -"62353",14855,23492,3,903,1067 -"62354",14855,23526,3,903,1998 -"62355",14855,23715,3,903,1859 -"62356",14855,23725,3,903,2378 -"62357",14855,23806,3,903,1671 -"62358",14855,24146,3,903,2003 -"62359",14855,24169,3,903,1663 -"62360",14855,24259,3,903,1281 -"62361",14855,24512,3,903,1369 -"62362",14855,24568,3,903,1937 -"62363",14855,24923,3,903,2785 -"62364",14855,25325,3,903,2963 -"62365",14855,25971,3,903,2608 -"62366",14855,26067,3,903,2069 -"62367",14855,26080,2,903,2525 -"62368",14855,26366,3,903,1688 -"62369",14855,26793,3,903,2104 -"62370",14855,26818,2,903,1999 -"62371",14855,26848,3,903,2363 -"62372",14855,26867,3,903,1804 -"62373",14855,28002,2,903,914 -"62374",14855,28050,2,903,1955 -"62375",14855,28168,2,903,2702 -"62376",14855,28296,3,903,2944 -"62377",14855,28383,3,903,1222 -"62378",14855,29073,3,903,2328 -"62379",14855,29930,3,903,2240 -"62380",14855,30173,3,903,2404 -"62381",14855,30325,3,903,1067 -"62382",14855,30405,3,903,2164 -"62383",14855,31279,3,903,965 -"62384",14855,32131,3,903,1035 -"62385",14855,32503,2,903,2020 -"62386",14855,32567,3,903,2784 -"62387",14855,32694,1,903,1602 -"62388",14855,32919,3,903,2321 -"62389",14855,34161,3,903,2789 -"62390",14855,34735,2,903,2767 -"62391",14855,35529,3,903,1620 -"62392",14855,35673,3,903,1067 -"62393",14855,35926,3,903,2371 -"62394",14855,36349,3,903,1622 -"62395",14855,36691,2,903,1903 -"62396",14855,36962,3,903,2861 -"62397",14855,37333,3,903,1612 -"62398",14855,38869,3,903,1675 -"62399",14855,39186,2,903,1258 -"62400",14855,39294,2,903,1889 -"62401",14855,40028,2,903,1349 -"62402",14855,40072,2,903,1182 -"62403",14855,40432,3,903,1956 -"62404",14855,41832,3,903,1155 -"62405",14855,41955,3,903,2479 -"62406",14855,41972,3,903,2509 -"62407",14855,42619,3,903,2017 -"62408",14855,43153,2,903,1381 -"62409",14855,43213,3,903,2160 -"62410",14855,44135,3,903,2620 -"62411",14855,44420,3,903,2184 -"62412",14855,44521,1,903,1593 -"62413",14855,44557,3,903,2371 -"62414",14855,44720,3,903,1202 -"62415",14855,45684,3,903,2200 -"62416",14855,46629,3,903,2255 -"62417",14855,47386,3,903,2226 -"62418",14855,49110,3,903,2938 -"62419",14855,49608,3,903,2184 -"62420",14855,50093,3,903,909 -"62421",14855,50236,2,903,2339 -"62422",14855,51017,3,903,2073 -"62423",14855,51471,3,903,1280 -"62424",14855,52136,3,903,1412 -"62425",14855,52442,3,903,1269 -"62426",14855,53134,2,903,1590 -"62427",14855,53219,3,903,2973 -"62428",14855,53303,3,903,1376 -"62429",14855,54020,3,903,1578 -"62430",14855,54551,3,903,2348 -"62431",14855,54879,3,903,2210 -"62432",14855,54929,2,903,2783 -"62433",14855,55076,3,903,2408 -"62434",14855,55324,3,903,1544 -"62435",14855,56082,3,903,2395 -"62436",14855,56232,3,903,1175 -"62437",14855,56237,2,903,2625 -"62438",14855,56604,1,903,1919 -"62439",14855,57246,2,903,1873 -"62440",14855,57414,3,903,922 -"62441",14855,57714,3,903,1391 -"62442",14855,57977,2,903,2683 -"62443",14855,59485,3,903,1564 -"62444",14855,59506,3,903,983 -"62445",14855,59939,3,903,936 -"62446",14855,60280,3,903,1918 -"62447",14855,61719,2,903,1515 -"62448",14855,62488,3,903,1418 -"62449",14855,63328,3,903,922 -"62450",14855,63409,3,903,1937 -"62451",14855,63442,3,903,1965 -"62452",14855,69250,2,903,1439 -"62453",14855,69716,3,903,2632 -"62454",14855,71217,3,903,2169 -"62455",14855,71274,3,903,2390 -"62456",14855,72207,3,903,2430 -"62457",14855,72501,2,903,2795 -"62458",14855,73305,3,903,2544 -"62459",14855,75403,3,903,1895 -"62460",14855,76048,3,903,2373 -"62461",14855,76284,3,903,1237 -"62462",14855,77359,2,903,917 -"62463",14855,80219,1,903,988 -"62464",14855,81349,3,903,1958 -"62465",14855,82732,3,903,2810 -"62466",14855,84500,2,903,1583 -"62467",14855,88710,3,903,927 -"62468",14855,92104,3,903,2339 -"62469",14855,92508,3,903,1374 -"62470",14855,93752,2,903,1368 -"62471",14855,94500,3,903,1529 -"62472",14855,94520,3,903,1243 -"62473",14855,98150,3,903,1009 -"62474",14855,100140,3,903,1041 -"62475",14855,102050,3,903,906 -"62476",14855,113736,3,903,1514 -"62477",14855,116792,3,903,2397 -"62478",14855,119859,3,903,908 -"62479",14860,7337,3,374,1797 -"62480",14860,38785,3,374,437 -"62481",14860,39589,3,374,1292 -"62482",14860,73245,3,374,802 -"62483",14860,83047,3,374,449 -"62484",14860,90709,3,374,1080 -"62485",14860,99332,3,374,873 -"62486",14860,102016,3,374,1649 -"62487",14861,1785,3,2269,2350 -"62488",14861,6234,3,2269,2654 -"62489",14861,15558,3,2269,2389 -"62490",14861,23728,2,2269,2601 -"62491",14861,33460,3,2269,2781 -"62492",14861,39439,3,2269,2462 -"62493",14861,42136,3,2269,2551 -"62494",14861,44730,3,2269,2468 -"62495",14861,49415,3,2269,2654 -"62496",14861,52950,3,2269,2716 -"62497",14861,106330,3,2269,2559 -"62498",14887,3271,3,2158,2216 -"62499",14887,7078,3,2158,2344 -"62500",14887,9272,3,2158,2835 -"62501",14887,10859,3,2158,2231 -"62502",14887,11329,1,2158,2799 -"62503",14887,19516,3,2158,2313 -"62504",14887,19528,3,2158,2742 -"62505",14887,24255,2,2158,2770 -"62506",14887,26608,3,2158,2329 -"62507",14887,33380,3,2158,2340 -"62508",14887,35888,3,2158,2291 -"62509",14887,36031,3,2158,2342 -"62510",14887,39906,3,2158,2365 -"62511",14887,41972,3,2158,2509 -"62512",14887,43226,3,2158,2442 -"62513",14887,44688,3,2158,2924 -"62514",14887,58508,3,2158,2326 -"62515",14887,69335,3,2158,2698 -"62516",14888,313,3,1411,2271 -"62517",14888,455,3,1411,2827 -"62518",14888,499,3,1411,1931 -"62519",14888,543,3,1411,2203 -"62520",14888,1386,3,1411,1901 -"62521",14888,1691,3,1411,1941 -"62522",14888,1702,3,1411,1984 -"62523",14888,1777,3,1411,1965 -"62524",14888,1897,3,1411,1727 -"62525",14888,2036,3,1411,2483 -"62526",14888,2765,2,1411,2321 -"62527",14888,3695,3,1411,2612 -"62528",14888,3777,3,1411,1798 -"62529",14888,3830,3,1411,1661 -"62530",14888,4953,3,1411,2285 -"62531",14888,5239,3,1411,2875 -"62532",14888,5462,3,1411,2374 -"62533",14888,5491,3,1411,2048 -"62534",14888,5504,3,1411,2389 -"62535",14888,5621,2,1411,1860 -"62536",14888,6390,3,1411,2385 -"62537",14888,6627,3,1411,2063 -"62538",14888,7078,3,1411,2344 -"62539",14888,7196,3,1411,1508 -"62540",14888,7861,3,1411,1647 -"62541",14888,9030,3,1411,1979 -"62542",14888,10914,3,1411,1660 -"62543",14888,11239,3,1411,2181 -"62544",14888,11506,3,1411,2824 -"62545",14888,11602,2,1411,1493 -"62546",14888,11976,3,1411,1727 -"62547",14888,12518,3,1411,2747 -"62548",14888,13535,3,1411,1491 -"62549",14888,13732,2,1411,2789 -"62550",14888,14189,3,1411,1483 -"62551",14888,14709,3,1411,1901 -"62552",14888,14943,3,1411,1942 -"62553",14888,15401,3,1411,1999 -"62554",14888,15500,2,1411,1658 -"62555",14888,15527,3,1411,2039 -"62556",14888,16725,3,1411,2830 -"62557",14888,16727,3,1411,2164 -"62558",14888,17826,1,1411,2920 -"62559",14888,18151,3,1411,2962 -"62560",14888,18458,3,1411,2477 -"62561",14888,18571,2,1411,2128 -"62562",14888,18943,3,1411,2861 -"62563",14888,19027,3,1411,2721 -"62564",14888,19364,3,1411,2846 -"62565",14888,20423,2,1411,2654 -"62566",14888,20545,3,1411,1491 -"62567",14888,20563,3,1411,2267 -"62568",14888,20659,2,1411,1969 -"62569",14888,20700,3,1411,2861 -"62570",14888,21092,3,1411,1643 -"62571",14888,21193,2,1411,2490 -"62572",14888,21225,3,1411,1945 -"62573",14888,21463,3,1411,2437 -"62574",14888,21795,3,1411,2653 -"62575",14888,22108,2,1411,1915 -"62576",14888,22714,3,1411,2793 -"62577",14888,23715,3,1411,1859 -"62578",14888,23751,3,1411,1740 -"62579",14888,25530,3,1411,2884 -"62580",14888,26106,3,1411,2015 -"62581",14888,26865,2,1411,2726 -"62582",14888,27478,2,1411,2485 -"62583",14888,27783,3,1411,2302 -"62584",14888,28218,3,1411,2048 -"62585",14888,28233,3,1411,1608 -"62586",14888,28432,3,1411,1954 -"62587",14888,28784,3,1411,1579 -"62588",14888,29791,3,1411,1986 -"62589",14888,30081,2,1411,2403 -"62590",14888,31164,2,1411,1996 -"62591",14888,31307,2,1411,2139 -"62592",14888,31797,3,1411,1501 -"62593",14888,31799,3,1411,2547 -"62594",14888,32449,3,1411,2091 -"62595",14888,32988,3,1411,2008 -"62596",14888,33160,3,1411,2441 -"62597",14888,34160,3,1411,1759 -"62598",14888,34693,3,1411,1938 -"62599",14888,35095,3,1411,1502 -"62600",14888,35256,3,1411,2271 -"62601",14888,35518,3,1411,1721 -"62602",14888,36136,3,1411,2338 -"62603",14888,36962,3,1411,2861 -"62604",14888,37333,3,1411,1612 -"62605",14888,37677,3,1411,1908 -"62606",14888,37859,3,1411,1999 -"62607",14888,38908,3,1411,1787 -"62608",14888,39105,3,1411,2487 -"62609",14888,39827,2,1411,2321 -"62610",14888,40296,3,1411,1674 -"62611",14888,41240,3,1411,2220 -"62612",14888,41747,3,1411,1722 -"62613",14888,43839,3,1411,1685 -"62614",14888,45959,3,1411,1880 -"62615",14888,46951,2,1411,2429 -"62616",14888,47384,3,1411,1639 -"62617",14888,47571,3,1411,1667 -"62618",14888,47947,3,1411,2681 -"62619",14888,49032,3,1411,2469 -"62620",14888,49461,2,1411,2793 -"62621",14888,52327,3,1411,1472 -"62622",14888,53031,2,1411,2065 -"62623",14888,53809,3,1411,1956 -"62624",14888,55156,3,1411,2196 -"62625",14888,57565,2,1411,1577 -"62626",14888,57781,1,1411,1971 -"62627",14888,57977,3,1411,2683 -"62628",14888,59039,3,1411,2870 -"62629",14888,60879,3,1411,2792 -"62630",14888,64181,3,1411,1828 -"62631",14888,65155,3,1411,1947 -"62632",14888,65679,3,1411,1578 -"62633",14888,67264,3,1411,2790 -"62634",14888,68098,3,1411,2378 -"62635",14888,69335,3,1411,2698 -"62636",14888,72122,2,1411,1436 -"62637",14888,73553,3,1411,2726 -"62638",14888,74095,3,1411,2333 -"62639",14888,76132,3,1411,2426 -"62640",14888,76675,3,1411,1840 -"62641",14888,77489,3,1411,1514 -"62642",14888,78563,3,1411,2385 -"62643",14888,82270,3,1411,1641 -"62644",14888,84371,3,1411,1667 -"62645",14888,85430,3,1411,2370 -"62646",14888,85592,2,1411,1412 -"62647",14888,88966,1,1411,1568 -"62648",14888,93615,3,1411,2386 -"62649",14888,94926,3,1411,1611 -"62650",14888,109978,3,1411,1865 -"62651",14888,121354,3,1411,2862 -"62652",14902,843,3,562,2332 -"62653",14902,1570,2,562,2028 -"62654",14902,2724,3,562,2447 -"62655",14902,3271,3,562,2216 -"62656",14902,3477,3,562,2546 -"62657",14902,3559,3,562,2413 -"62658",14902,3678,3,562,1325 -"62659",14902,4622,3,562,1589 -"62660",14902,4691,2,562,1888 -"62661",14902,4968,3,562,1586 -"62662",14902,6063,3,562,2349 -"62663",14902,6562,3,562,1139 -"62664",14902,7648,2,562,1861 -"62665",14902,8993,3,562,2099 -"62666",14902,9272,3,562,2835 -"62667",14902,9273,3,562,1747 -"62668",14902,9328,3,562,1937 -"62669",14902,10435,2,562,1984 -"62670",14902,10755,3,562,1742 -"62671",14902,10756,3,562,2207 -"62672",14902,11803,3,562,1232 -"62673",14902,12598,3,562,2086 -"62674",14902,12735,3,562,819 -"62675",14902,12779,3,562,936 -"62676",14902,14061,3,562,1620 -"62677",14902,14442,2,562,2700 -"62678",14902,15023,3,562,2054 -"62679",14902,16184,2,562,2274 -"62680",14902,17608,3,562,1216 -"62681",14902,17768,3,562,2468 -"62682",14902,18217,3,562,1566 -"62683",14902,18455,2,562,1237 -"62684",14902,19667,3,562,1466 -"62685",14902,20547,3,562,2145 -"62686",14902,20921,3,562,723 -"62687",14902,22462,3,562,869 -"62688",14902,22532,3,562,568 -"62689",14902,22905,3,562,2599 -"62690",14902,23364,3,562,2306 -"62691",14902,24116,3,562,1413 -"62692",14902,24867,2,562,1861 -"62693",14902,25053,2,562,2186 -"62694",14902,25678,2,562,1558 -"62695",14902,25886,3,562,1580 -"62696",14902,29067,3,562,1538 -"62697",14902,29354,2,562,1123 -"62698",14902,31281,3,562,1937 -"62699",14902,32939,3,562,2277 -"62700",14902,33223,3,562,2397 -"62701",14902,35844,3,562,2961 -"62702",14902,36975,3,562,887 -"62703",14902,36996,3,562,2321 -"62704",14902,39911,3,562,1445 -"62705",14902,40542,3,562,1664 -"62706",14902,41669,3,562,1247 -"62707",14902,43226,3,562,2442 -"62708",14902,44132,3,562,1999 -"62709",14902,44466,3,562,1607 -"62710",14902,44501,3,562,2567 -"62711",14902,46849,2,562,1238 -"62712",14902,47094,3,562,2592 -"62713",14902,47882,2,562,2769 -"62714",14902,48110,3,562,2009 -"62715",14902,49805,3,562,2445 -"62716",14902,50045,3,562,2635 -"62717",14902,51843,3,562,2389 -"62718",14902,51890,3,562,1992 -"62719",14902,54385,3,562,2340 -"62720",14902,55446,2,562,1247 -"62721",14902,55997,2,562,1414 -"62722",14902,57804,3,562,2214 -"62723",14902,58508,3,562,2326 -"62724",14902,58536,3,562,2742 -"62725",14902,59289,1,562,2896 -"62726",14902,60059,2,562,2587 -"62727",14902,62975,3,562,977 -"62728",14902,69335,3,562,2698 -"62729",14902,69903,3,562,1066 -"62730",14902,76503,2,562,1136 -"62731",14902,77519,3,562,819 -"62732",14902,80301,3,562,1690 -"62733",14902,84317,3,562,2081 -"62734",14902,84322,2,562,1635 -"62735",14902,84808,3,562,1974 -"62736",14902,88448,3,562,914 -"62737",14902,88739,3,562,933 -"62738",14902,91435,3,562,933 -"62739",14902,91465,2,562,1047 -"62740",14902,93123,3,562,870 -"62741",14902,104281,3,562,2228 -"62742",14915,3770,1,2606,2623 -"62743",14915,10766,1,2606,2647 -"62744",14915,19934,3,2606,2888 -"62745",14915,22723,3,2606,2859 -"62746",14915,24096,2,2606,2612 -"62747",14915,24255,3,2606,2770 -"62748",14915,37059,3,2606,2840 -"62749",14915,38309,3,2606,2644 -"62750",14915,57765,3,2606,2893 -"62751",14915,59039,3,2606,2870 -"62752",14915,61240,3,2606,2651 -"62753",14915,65223,3,2606,2724 -"62754",14915,92297,3,2606,2952 -"62755",14918,913,3,2071,2144 -"62756",14918,3978,3,2071,2775 -"62757",14918,4929,3,2071,2240 -"62758",14918,4953,3,2071,2285 -"62759",14918,8842,3,2071,2535 -"62760",14918,9175,3,2071,2639 -"62761",14918,9331,3,2071,2269 -"62762",14918,12081,2,2071,2166 -"62763",14918,13324,3,2071,2163 -"62764",14918,13388,3,2071,2119 -"62765",14918,16628,3,2071,2409 -"62766",14918,17549,2,2071,2647 -"62767",14918,19208,3,2071,2629 -"62768",14918,19605,3,2071,2395 -"62769",14918,20331,3,2071,2365 -"62770",14918,24256,3,2071,2393 -"62771",14918,24558,3,2071,2139 -"62772",14918,27796,3,2071,2151 -"62773",14918,30334,3,2071,2075 -"62774",14918,30705,3,2071,2959 -"62775",14918,31117,2,2071,2210 -"62776",14918,31159,3,2071,2231 -"62777",14918,31235,3,2071,2668 -"62778",14918,31705,3,2071,2706 -"62779",14918,33200,3,2071,2221 -"62780",14918,34120,1,2071,2786 -"62781",14918,36862,3,2071,2655 -"62782",14918,37636,3,2071,2178 -"62783",14918,38307,2,2071,2648 -"62784",14918,39464,3,2071,2314 -"62785",14918,41945,3,2071,2856 -"62786",14918,42280,3,2071,2266 -"62787",14918,43455,3,2071,2846 -"62788",14918,44688,3,2071,2924 -"62789",14918,45239,3,2071,2535 -"62790",14918,46446,3,2071,2295 -"62791",14918,47564,3,2071,2650 -"62792",14918,50480,3,2071,2701 -"62793",14918,51783,3,2071,2599 -"62794",14943,1275,3,1942,2068 -"62795",14943,3961,2,1942,2426 -"62796",14943,5239,3,1942,2875 -"62797",14943,5912,3,1942,2257 -"62798",14943,7984,3,1942,2493 -"62799",14943,10358,3,1942,2294 -"62800",14943,11477,3,1942,2724 -"62801",14943,13780,3,1942,2412 -"62802",14943,13929,3,1942,2693 -"62803",14943,15401,1,1942,1999 -"62804",14943,15716,3,1942,1991 -"62805",14943,16801,2,1942,2008 -"62806",14943,16826,2,1942,2599 -"62807",14943,18103,2,1942,1968 -"62808",14943,18571,3,1942,2128 -"62809",14943,20311,3,1942,1981 -"62810",14943,23132,2,1942,2756 -"62811",14943,28582,3,1942,2698 -"62812",14943,30747,3,1942,2455 -"62813",14943,31069,3,1942,1995 -"62814",14943,31164,3,1942,1996 -"62815",14943,32988,2,1942,2008 -"62816",14943,33010,3,1942,2189 -"62817",14943,33801,3,1942,2899 -"62818",14943,34158,3,1942,2639 -"62819",14943,36862,3,1942,2655 -"62820",14943,38227,3,1942,2511 -"62821",14943,40432,1,1942,1956 -"62822",14943,42505,2,1942,2008 -"62823",14943,46040,3,1942,2105 -"62824",14943,46951,3,1942,2429 -"62825",14943,47386,3,1942,2226 -"62826",14943,48215,3,1942,2028 -"62827",14943,51410,3,1942,2739 -"62828",14943,56237,3,1942,2625 -"62829",14943,57977,3,1942,2683 -"62830",14943,65155,2,1942,1947 -"62831",14943,65322,2,1942,2008 -"62832",14943,70269,3,1942,2368 -"62833",14943,78150,3,1942,2581 -"62834",14943,82929,3,1942,2475 -"62835",14943,92757,3,1942,2615 -"62836",14957,3158,3,2306,2762 -"62837",14957,4249,2,2306,2547 -"62838",14957,6223,3,2306,2363 -"62839",14957,6345,3,2306,2713 -"62840",14957,8463,2,2306,2466 -"62841",14957,9272,3,2306,2835 -"62842",14957,9724,2,2306,2713 -"62843",14957,14470,2,2306,2632 -"62844",14957,14612,2,2306,2340 -"62845",14957,17499,3,2306,2954 -"62846",14957,23550,3,2306,2939 -"62847",14957,25941,3,2306,2369 -"62848",14957,30714,3,2306,2485 -"62849",14957,31855,3,2306,2636 -"62850",14957,32169,3,2306,2504 -"62851",14957,36478,3,2306,2808 -"62852",14957,37684,3,2306,2899 -"62853",14957,42390,2,2306,2937 -"62854",14957,43226,3,2306,2442 -"62855",14957,43701,3,2306,2400 -"62856",14957,47607,3,2306,2724 -"62857",14957,47882,3,2306,2769 -"62858",14957,50440,3,2306,2469 -"62859",14957,53584,3,2306,2391 -"62860",14957,53652,3,2306,2899 -"62861",14957,58508,3,2306,2326 -"62862",14957,66368,3,2306,2413 -"62863",14957,69335,3,2306,2698 -"62864",14957,115966,3,2306,2349 -"62865",14959,11351,3,2898,2971 -"62866",14959,33801,3,2898,2899 -"62867",14972,270,3,2332,2542 -"62868",14972,680,3,2332,2569 -"62869",14972,762,3,2332,2671 -"62870",14972,1639,3,2332,2631 -"62871",14972,1831,3,2332,2397 -"62872",14972,2166,3,2332,2557 -"62873",14972,3966,3,2332,2425 -"62874",14972,4303,3,2332,2414 -"62875",14972,6030,3,2332,2953 -"62876",14972,6234,3,2332,2654 -"62877",14972,7078,3,2332,2344 -"62878",14972,7984,3,2332,2493 -"62879",14972,8062,3,2332,2858 -"62880",14972,9175,3,2332,2639 -"62881",14972,11067,3,2332,2734 -"62882",14972,11429,3,2332,2520 -"62883",14972,11477,2,2332,2724 -"62884",14972,12042,3,2332,2345 -"62885",14972,12759,3,2332,2414 -"62886",14972,18371,3,2332,2860 -"62887",14972,18394,3,2332,2356 -"62888",14972,19528,2,2332,2742 -"62889",14972,21795,3,2332,2653 -"62890",14972,22141,3,2332,2348 -"62891",14972,23310,3,2332,2371 -"62892",14972,24756,3,2332,2530 -"62893",14972,25373,3,2332,2783 -"62894",14972,25565,3,2332,2764 -"62895",14972,26658,3,2332,2745 -"62896",14972,26749,3,2332,2965 -"62897",14972,28168,3,2332,2702 -"62898",14972,28296,3,2332,2944 -"62899",14972,30705,3,2332,2959 -"62900",14972,30981,3,2332,2366 -"62901",14972,33949,3,2332,2489 -"62902",14972,34815,3,2332,2354 -"62903",14972,35926,3,2332,2371 -"62904",14972,36031,3,2332,2342 -"62905",14972,36953,3,2332,2790 -"62906",14972,37238,3,2332,2609 -"62907",14972,38602,3,2332,2693 -"62908",14972,39444,3,2332,2695 -"62909",14972,42256,3,2332,2839 -"62910",14972,45585,3,2332,2384 -"62911",14972,49606,3,2332,2800 -"62912",14972,51041,3,2332,2606 -"62913",14972,51052,3,2332,2784 -"62914",14972,51783,2,2332,2599 -"62915",14972,52026,3,2332,2633 -"62916",14972,56082,3,2332,2395 -"62917",14972,59438,3,2332,2400 -"62918",14972,66413,3,2332,2507 -"62919",14972,82732,3,2332,2810 -"62920",14972,88232,3,2332,2881 -"62921",14983,455,3,1047,2827 -"62922",14983,470,3,1047,2285 -"62923",14983,600,3,1047,1702 -"62924",14983,733,3,1047,1653 -"62925",14983,1127,3,1047,1188 -"62926",14983,1130,3,1047,1566 -"62927",14983,1469,3,1047,1160 -"62928",14983,1592,3,1047,2006 -"62929",14983,1691,2,1047,1941 -"62930",14983,2166,3,1047,2557 -"62931",14983,2208,2,1047,2814 -"62932",14983,2325,3,1047,1641 -"62933",14983,2684,3,1047,2874 -"62934",14983,3966,3,1047,2425 -"62935",14983,4317,3,1047,1224 -"62936",14983,4567,3,1047,2348 -"62937",14983,5258,3,1047,2730 -"62938",14983,6390,3,1047,2385 -"62939",14983,6914,3,1047,2668 -"62940",14983,7861,3,1047,1647 -"62941",14983,10130,3,1047,2741 -"62942",14983,10222,1,1047,2212 -"62943",14983,10433,3,1047,2075 -"62944",14983,11055,3,1047,2111 -"62945",14983,11623,3,1047,2475 -"62946",14983,14108,2,1047,2012 -"62947",14983,14676,3,1047,2764 -"62948",14983,16201,3,1047,1811 -"62949",14983,18277,2,1047,2309 -"62950",14983,18825,3,1047,1240 -"62951",14983,20407,3,1047,2339 -"62952",14983,21138,3,1047,2849 -"62953",14983,23825,3,1047,1913 -"62954",14983,24198,2,1047,2217 -"62955",14983,25565,3,1047,2764 -"62956",14983,26282,3,1047,1241 -"62957",14983,27379,3,1047,2461 -"62958",14983,28115,3,1047,1835 -"62959",14983,28991,3,1047,1688 -"62960",14983,30052,3,1047,2855 -"62961",14983,30386,3,1047,1833 -"62962",14983,31050,3,1047,1491 -"62963",14983,33622,3,1047,2230 -"62964",14983,34160,3,1047,1759 -"62965",14983,34509,3,1047,1973 -"62966",14983,35481,2,1047,2211 -"62967",14983,36439,3,1047,2469 -"62968",14983,37509,3,1047,1640 -"62969",14983,40368,3,1047,2876 -"62970",14983,40672,3,1047,1315 -"62971",14983,41739,3,1047,1339 -"62972",14983,43226,3,1047,2442 -"62973",14983,43635,3,1047,1196 -"62974",14983,46512,2,1047,1292 -"62975",14983,46621,3,1047,1343 -"62976",14983,47248,3,1047,2883 -"62977",14983,48754,3,1047,1972 -"62978",14983,51017,3,1047,2073 -"62979",14983,52327,3,1047,1472 -"62980",14983,53031,3,1047,2065 -"62981",14983,53196,3,1047,1888 -"62982",14983,54250,3,1047,2340 -"62983",14983,58221,2,1047,1787 -"62984",14983,64181,3,1047,1828 -"62985",14983,69250,3,1047,1439 -"62986",14983,70605,1,1047,1176 -"62987",14983,71808,3,1047,2349 -"62988",14983,72956,3,1047,1251 -"62989",14983,73128,3,1047,1549 -"62990",14983,74636,3,1047,2525 -"62991",14983,79207,3,1047,2244 -"62992",14983,79657,2,1047,1260 -"62993",14983,82409,3,1047,1881 -"62994",14983,88232,3,1047,2881 -"62995",14983,93615,3,1047,2386 -"62996",14983,96000,3,1047,1789 -"62997",14983,99103,3,1047,1470 -"62998",14983,100432,3,1047,1358 -"62999",14983,105685,3,1047,2469 -"63000",14983,108430,3,1047,1642 -"63001",14989,270,3,2223,2542 -"63002",14989,5235,2,2223,2324 -"63003",14989,9723,3,2223,2302 -"63004",14989,12374,3,2223,2260 -"63005",14989,16352,3,2223,2657 -"63006",14989,18361,2,2223,2968 -"63007",14989,18394,3,2223,2356 -"63008",14989,26848,3,2223,2363 -"63009",14989,46629,3,2223,2255 -"63010",14989,50236,3,2223,2339 -"63011",14989,56082,3,2223,2395 -"63012",14989,56237,3,2223,2625 -"63013",14989,92104,2,2223,2339 -"63014",14998,680,3,1553,2569 -"63015",14998,1523,3,1553,2048 -"63016",14998,2190,3,1553,2359 -"63017",14998,2418,3,1553,2020 -"63018",14998,2747,1,1553,2411 -"63019",14998,3317,3,1553,2037 -"63020",14998,7597,3,1553,2037 -"63021",14998,7942,3,1553,2623 -"63022",14998,8610,3,1553,2240 -"63023",14998,9503,3,1553,2453 -"63024",14998,10050,2,1553,1792 -"63025",14998,10453,3,1553,1656 -"63026",14998,10739,3,1553,1807 -"63027",14998,11588,3,1553,2352 -"63028",14998,14749,3,1553,1998 -"63029",14998,14959,3,1553,2898 -"63030",14998,15207,3,1553,1855 -"63031",14998,15826,3,1553,2772 -"63032",14998,16176,3,1553,2703 -"63033",14998,16502,2,1553,1616 -"63034",14998,21209,3,1553,2184 -"63035",14998,23131,3,1553,1732 -"63036",14998,24069,3,1553,2697 -"63037",14998,25163,3,1553,1751 -"63038",14998,28116,1,1553,1643 -"63039",14998,30334,3,1553,2075 -"63040",14998,30525,3,1553,1964 -"63041",14998,31676,3,1553,1598 -"63042",14998,37636,2,1553,2178 -"63043",14998,40392,3,1553,1878 -"63044",14998,42256,3,1553,2839 -"63045",14998,42813,3,1553,2142 -"63046",14998,44433,2,1553,2224 -"63047",14998,44603,2,1553,2748 -"63048",14998,46486,3,1553,1868 -"63049",14998,47013,3,1553,2388 -"63050",14998,51783,3,1553,2599 -"63051",14998,54924,2,1553,2603 -"63052",14998,58501,3,1553,2613 -"63053",14998,60078,3,1553,1750 -"63054",14998,60258,3,1553,2405 -"63055",14998,63077,3,1553,2778 -"63056",14998,67815,3,1553,2476 -"63057",14998,92850,3,1553,1971 -"63058",15003,270,3,2067,2542 -"63059",15003,701,3,2067,2718 -"63060",15003,1639,3,2067,2631 -"63061",15003,2424,3,2067,2582 -"63062",15003,3305,3,2067,2839 -"63063",15003,5622,3,2067,2175 -"63064",15003,6074,3,2067,2426 -"63065",15003,6104,2,2067,2462 -"63066",15003,6718,3,2067,2138 -"63067",15003,7394,3,2067,2615 -"63068",15003,10857,3,2067,2253 -"63069",15003,11218,3,2067,2292 -"63070",15003,11477,3,2067,2724 -"63071",15003,14032,3,2067,2144 -"63072",15003,14669,1,2067,2080 -"63073",15003,15343,3,2067,2125 -"63074",15003,15756,3,2067,2362 -"63075",15003,17365,3,2067,2746 -"63076",15003,17400,3,2067,2231 -"63077",15003,17819,3,2067,2291 -"63078",15003,18361,3,2067,2968 -"63079",15003,18394,3,2067,2356 -"63080",15003,19643,3,2067,2452 -"63081",15003,20067,3,2067,2390 -"63082",15003,20124,3,2067,2376 -"63083",15003,22331,3,2067,2687 -"63084",15003,23223,3,2067,2094 -"63085",15003,23725,2,2067,2378 -"63086",15003,26749,3,2067,2965 -"63087",15003,32173,3,2067,2341 -"63088",15003,32457,3,2067,2690 -"63089",15003,33949,2,2067,2489 -"63090",15003,34426,1,2067,2743 -"63091",15003,35402,3,2067,2339 -"63092",15003,42522,3,2067,2592 -"63093",15003,46803,3,2067,2305 -"63094",15003,50134,2,2067,2674 -"63095",15003,50236,3,2067,2339 -"63096",15003,52969,2,2067,2302 -"63097",15003,54551,3,2067,2348 -"63098",15003,54929,2,2067,2783 -"63099",15003,55691,3,2067,2856 -"63100",15003,56082,3,2067,2395 -"63101",15003,57842,3,2067,2482 -"63102",15003,59539,2,2067,2429 -"63103",15003,68215,2,2067,2727 -"63104",15003,79804,3,2067,2227 -"63105",15003,89911,2,2067,2607 -"63106",15003,99215,3,2067,2791 -"63107",15003,102824,3,2067,2944 -"63108",15003,117956,3,2067,2774 -"63109",15004,728,3,983,1812 -"63110",15004,2524,3,983,1708 -"63111",15004,9227,3,983,1267 -"63112",15004,13099,3,983,1547 -"63113",15004,14676,3,983,2764 -"63114",15004,21324,3,983,2413 -"63115",15004,26734,3,983,2299 -"63116",15004,35980,3,983,2657 -"63117",15004,51687,3,983,2333 -"63118",15004,53223,3,983,2690 -"63119",15004,53924,3,983,1289 -"63120",15005,600,3,1415,1702 -"63121",15005,1102,3,1415,2282 -"63122",15005,1130,3,1415,1566 -"63123",15005,1136,3,1415,2536 -"63124",15005,2325,3,1415,1641 -"63125",15005,2572,2,1415,2273 -"63126",15005,3011,3,1415,2278 -"63127",15005,3801,3,1415,1974 -"63128",15005,3966,3,1415,2425 -"63129",15005,4701,2,1415,2401 -"63130",15005,6074,3,1415,2426 -"63131",15005,6871,2,1415,1882 -"63132",15005,7847,3,1415,2424 -"63133",15005,7861,3,1415,1647 -"63134",15005,12724,3,1415,1930 -"63135",15005,17852,2,1415,2840 -"63136",15005,21122,3,1415,1701 -"63137",15005,22331,2,1415,2687 -"63138",15005,22714,3,1415,2793 -"63139",15005,23509,3,1415,2275 -"63140",15005,25129,3,1415,2647 -"63141",15005,25341,3,1415,1858 -"63142",15005,25443,3,1415,1441 -"63143",15005,26451,3,1415,2133 -"63144",15005,27175,3,1415,1447 -"63145",15005,29929,3,1415,2789 -"63146",15005,33356,3,1415,1586 -"63147",15005,33433,3,1415,2805 -"63148",15005,34509,3,1415,1973 -"63149",15005,42618,3,1415,2316 -"63150",15005,45302,3,1415,2390 -"63151",15005,47248,3,1415,2883 -"63152",15005,51017,3,1415,2073 -"63153",15005,54879,3,1415,2210 -"63154",15005,55468,3,1415,2511 -"63155",15005,57950,3,1415,1529 -"63156",15005,58035,3,1415,1646 -"63157",15005,62903,3,1415,1704 -"63158",15005,64181,2,1415,1828 -"63159",15005,64997,3,1415,2791 -"63160",15005,66413,3,1415,2507 -"63161",15005,66860,2,1415,1548 -"63162",15005,82426,3,1415,1576 -"63163",15005,105063,3,1415,1908 -"63164",15008,270,3,2338,2542 -"63165",15008,2424,3,2338,2582 -"63166",15008,6192,3,2338,2409 -"63167",15008,7794,3,2338,2972 -"63168",15008,9175,3,2338,2639 -"63169",15008,12042,3,2338,2345 -"63170",15008,14507,3,2338,2686 -"63171",15008,16628,3,2338,2409 -"63172",15008,17365,3,2338,2746 -"63173",15008,24825,3,2338,2686 -"63174",15008,33380,3,2338,2340 -"63175",15008,37238,3,2338,2609 -"63176",15008,38307,2,2338,2648 -"63177",15008,41945,3,2338,2856 -"63178",15008,43455,2,2338,2846 -"63179",15008,45239,3,2338,2535 -"63180",15008,51866,3,2338,2411 -"63181",15008,52032,3,2338,2853 -"63182",15008,52892,3,2338,2372 -"63183",15008,53219,3,2338,2973 -"63184",15008,60974,3,2338,2972 -"63185",15008,61982,3,2338,2725 -"63186",15008,69453,3,2338,2831 -"63187",15023,843,3,2054,2332 -"63188",15023,1624,3,2054,2687 -"63189",15023,1822,3,2054,2888 -"63190",15023,2724,2,2054,2447 -"63191",15023,3271,3,2054,2216 -"63192",15023,3272,2,2054,2132 -"63193",15023,3477,2,2054,2546 -"63194",15023,3559,3,2054,2413 -"63195",15023,6040,2,2054,2103 -"63196",15023,6063,2,2054,2349 -"63197",15023,7787,3,2054,2314 -"63198",15023,8993,2,2054,2099 -"63199",15023,9272,3,2054,2835 -"63200",15023,9503,3,2054,2453 -"63201",15023,12598,2,2054,2086 -"63202",15023,13899,3,2054,2650 -"63203",15023,14442,2,2054,2700 -"63204",15023,14817,3,2054,2110 -"63205",15023,19075,2,2054,2214 -"63206",15023,20124,3,2054,2376 -"63207",15023,20547,1,2054,2145 -"63208",15023,20984,3,2054,2502 -"63209",15023,23364,3,2054,2306 -"63210",15023,30714,3,2054,2485 -"63211",15023,31357,1,2054,2389 -"63212",15023,31855,3,2054,2636 -"63213",15023,32339,3,2054,2430 -"63214",15023,32395,3,2054,2735 -"63215",15023,33223,2,2054,2397 -"63216",15023,36996,3,2054,2321 -"63217",15023,37301,3,2054,2160 -"63218",15023,43226,3,2054,2442 -"63219",15023,47595,3,2054,2374 -"63220",15023,47882,3,2054,2769 -"63221",15023,51843,1,2054,2389 -"63222",15023,54385,1,2054,2340 -"63223",15023,55307,3,2054,2306 -"63224",15023,58508,3,2054,2326 -"63225",15023,59289,3,2054,2896 -"63226",15023,59344,3,2054,2252 -"63227",15023,63104,1,2054,2149 -"63228",15023,64912,3,2054,2099 -"63229",15023,69308,2,2054,2370 -"63230",15023,69335,3,2054,2698 -"63231",15023,80615,2,2054,2252 -"63232",15023,80970,3,2054,2069 -"63233",15023,84317,3,2054,2081 -"63234",15023,106755,3,2054,2166 -"63235",15023,110737,2,2054,2117 -"63236",15023,110871,3,2054,2879 -"63237",15047,1222,3,1697,2598 -"63238",15047,2443,3,1697,2333 -"63239",15047,2802,3,1697,1836 -"63240",15047,3477,3,1697,2546 -"63241",15047,5414,2,1697,2321 -"63242",15047,6063,3,1697,2349 -"63243",15047,6262,3,1697,2733 -"63244",15047,6432,3,1697,2297 -"63245",15047,18466,3,1697,2340 -"63246",15047,19190,3,1697,2677 -"63247",15047,26138,3,1697,1902 -"63248",15047,33223,3,1697,2397 -"63249",15047,76997,3,1697,2223 -"63250",15047,79793,3,1697,1915 -"63251",15047,83334,3,1697,1708 -"63252",15047,94339,3,1697,2768 -"63253",15058,3306,3,509,1989 -"63254",15058,3414,2,509,2322 -"63255",15058,4032,3,509,1763 -"63256",15058,11959,1,509,523 -"63257",15058,18810,2,509,2671 -"63258",15058,30865,3,509,2038 -"63259",15058,63662,3,509,721 -"63260",15058,75067,3,509,801 -"63261",15075,6071,3,2252,2310 -"63262",15075,15088,1,2252,2906 -"63263",15075,18954,2,2252,2364 -"63264",15075,24761,3,2252,2384 -"63265",15075,29824,3,2252,2772 -"63266",15075,53537,2,2252,2428 -"63267",15075,56737,2,2252,2270 -"63268",15075,79036,3,2252,2524 -"63269",15078,6821,3,1033,1788 -"63270",15078,13068,3,1033,1778 -"63271",15078,15462,3,1033,1141 -"63272",15078,16437,3,1033,1956 -"63273",15078,16776,2,1033,1565 -"63274",15078,19231,3,1033,1424 -"63275",15078,28051,3,1033,2089 -"63276",15078,31783,3,1033,1180 -"63277",15078,32920,2,1033,2158 -"63278",15078,37752,3,1033,2223 -"63279",15078,43961,2,1033,2443 -"63280",15078,44786,3,1033,1096 -"63281",15078,45480,3,1033,1104 -"63282",15078,45983,3,1033,1260 -"63283",15078,46570,3,1033,1707 -"63284",15078,47375,3,1033,2043 -"63285",15078,49558,3,1033,2083 -"63286",15078,56755,2,1033,2158 -"63287",15078,59039,3,1033,2870 -"63288",15078,59485,3,1033,1564 -"63289",15078,59726,3,1033,1513 -"63290",15078,66693,3,1033,2554 -"63291",15078,80506,3,1033,1920 -"63292",15078,87011,3,1033,1592 -"63293",15086,30194,3,2135,2874 -"63294",15086,79746,3,2135,2272 -"63295",15089,360,3,469,1671 -"63296",15089,1364,2,469,859 -"63297",15089,1592,3,469,2006 -"63298",15089,1691,3,469,1941 -"63299",15089,3144,3,469,869 -"63300",15089,3628,2,469,2707 -"63301",15089,4687,3,469,2152 -"63302",15089,5839,2,469,2301 -"63303",15089,6392,3,469,1878 -"63304",15089,6428,3,469,1952 -"63305",15089,8011,3,469,889 -"63306",15089,8762,3,469,2585 -"63307",15089,9191,3,469,2707 -"63308",15089,10871,3,469,2314 -"63309",15089,11351,2,469,2971 -"63310",15089,15962,1,469,660 -"63311",15089,17750,3,469,672 -"63312",15089,18543,3,469,2968 -"63313",15089,19516,3,469,2313 -"63314",15089,19718,1,469,1702 -"63315",15089,20407,3,469,2339 -"63316",15089,21133,2,469,1320 -"63317",15089,21682,3,469,2414 -"63318",15089,24066,3,469,1755 -"63319",15089,25816,2,469,2088 -"63320",15089,26342,2,469,527 -"63321",15089,28808,3,469,1063 -"63322",15089,32503,2,469,2020 -"63323",15089,34934,3,469,645 -"63324",15089,35235,3,469,2610 -"63325",15089,35428,3,469,2263 -"63326",15089,38727,3,469,2238 -"63327",15089,40931,2,469,2301 -"63328",15089,42264,3,469,1702 -"63329",15089,42619,3,469,2017 -"63330",15089,43173,3,469,2895 -"63331",15089,45742,3,469,2566 -"63332",15089,46469,3,469,759 -"63333",15089,46621,3,469,1343 -"63334",15089,50179,3,469,2230 -"63335",15089,51572,3,469,912 -"63336",15089,54663,3,469,1424 -"63337",15089,57129,3,469,1858 -"63338",15089,59790,3,469,1827 -"63339",15089,60116,3,469,2668 -"63340",15089,60661,3,469,2700 -"63341",15089,61785,3,469,822 -"63342",15089,73675,2,469,887 -"63343",15089,79436,3,469,1344 -"63344",15089,81221,3,469,2285 -"63345",15089,81234,2,469,2019 -"63346",15089,82344,3,469,1358 -"63347",15089,88232,3,469,2881 -"63348",15089,121291,2,469,1955 -"63349",15094,3405,3,978,2438 -"63350",15094,5673,3,978,1567 -"63351",15094,9727,3,978,2327 -"63352",15094,15502,3,978,2637 -"63353",15094,16690,3,978,2132 -"63354",15094,21895,3,978,1693 -"63355",15094,22723,3,978,2859 -"63356",15094,34334,2,978,1637 -"63357",15094,39577,3,978,1728 -"63358",15094,40715,3,978,2258 -"63359",15094,47559,3,978,1826 -"63360",15094,86931,3,978,1474 -"63361",15094,86970,3,978,1664 -"63362",15095,680,3,2001,2569 -"63363",15095,1560,3,2001,2013 -"63364",15095,2139,3,2001,2502 -"63365",15095,3317,3,2001,2037 -"63366",15095,3493,3,2001,2451 -"63367",15095,4303,3,2001,2414 -"63368",15095,5897,3,2001,2337 -"63369",15095,8062,3,2001,2858 -"63370",15095,11143,2,2001,2623 -"63371",15095,11429,3,2001,2520 -"63372",15095,11477,3,2001,2724 -"63373",15095,12759,3,2001,2414 -"63374",15095,14972,3,2001,2332 -"63375",15095,18371,3,2001,2860 -"63376",15095,22244,1,2001,2139 -"63377",15095,23121,3,2001,2108 -"63378",15095,25373,3,2001,2783 -"63379",15095,30334,2,2001,2075 -"63380",15095,30705,3,2001,2959 -"63381",15095,31335,3,2001,2351 -"63382",15095,31866,3,2001,2101 -"63383",15095,35620,3,2001,2092 -"63384",15095,36120,3,2001,2971 -"63385",15095,36953,3,2001,2790 -"63386",15095,37636,2,2001,2178 -"63387",15095,37844,3,2001,2002 -"63388",15095,41723,3,2001,2101 -"63389",15095,47013,2,2001,2388 -"63390",15095,51783,2,2001,2599 -"63391",15095,56082,3,2001,2395 -"63392",15095,70583,3,2001,2615 -"63393",15095,70586,3,2001,2562 -"63394",15095,71531,3,2001,2887 -"63395",15095,75607,3,2001,2245 -"63396",15106,3495,3,2286,2431 -"63397",15106,13158,3,2286,2667 -"63398",15106,15444,3,2286,2764 -"63399",15106,29580,2,2286,2776 -"63400",15106,40368,3,2286,2876 -"63401",15106,45504,2,2286,2301 -"63402",15106,46635,3,2286,2528 -"63403",15106,49109,2,2286,2341 -"63404",15106,58164,3,2286,2398 -"63405",15118,270,3,1311,2542 -"63406",15118,377,3,1311,2389 -"63407",15118,543,3,1311,2203 -"63408",15118,733,3,1311,1653 -"63409",15118,1090,3,1311,2370 -"63410",15118,1124,3,1311,1596 -"63411",15118,1151,3,1311,2885 -"63412",15118,1154,2,1311,1656 -"63413",15118,1321,3,1311,2075 -"63414",15118,1520,3,1311,1716 -"63415",15118,1616,3,1311,2662 -"63416",15118,1777,3,1311,1965 -"63417",15118,2166,3,1311,2557 -"63418",15118,2181,3,1311,2030 -"63419",15118,2424,3,1311,2582 -"63420",15118,2523,3,1311,1691 -"63421",15118,2533,3,1311,2016 -"63422",15118,3167,3,1311,1676 -"63423",15118,3305,3,1311,2839 -"63424",15118,4057,2,1311,2389 -"63425",15118,4226,3,1311,1903 -"63426",15118,4430,3,1311,2019 -"63427",15118,4567,3,1311,2348 -"63428",15118,5504,3,1311,2389 -"63429",15118,5971,3,1311,1985 -"63430",15118,6222,3,1311,1949 -"63431",15118,6241,3,1311,2264 -"63432",15118,6588,3,1311,2025 -"63433",15118,7196,3,1311,1508 -"63434",15118,7241,2,1311,2259 -"63435",15118,7323,3,1311,2858 -"63436",15118,7555,3,1311,1943 -"63437",15118,7780,3,1311,1920 -"63438",15118,7984,3,1311,2493 -"63439",15118,8865,3,1311,2394 -"63440",15118,8890,3,1311,1955 -"63441",15118,10488,3,1311,1524 -"63442",15118,10523,3,1311,1510 -"63443",15118,10646,2,1311,1555 -"63444",15118,10859,3,1311,2231 -"63445",15118,11229,3,1311,1625 -"63446",15118,12374,2,1311,2260 -"63447",15118,12728,3,1311,2374 -"63448",15118,14108,3,1311,2012 -"63449",15118,15343,3,1311,2125 -"63450",15118,15401,3,1311,1999 -"63451",15118,15626,3,1311,2434 -"63452",15118,15700,3,1311,1712 -"63453",15118,16352,3,1311,2657 -"63454",15118,16365,3,1311,2217 -"63455",15118,17400,3,1311,2231 -"63456",15118,17645,2,1311,1918 -"63457",15118,20311,3,1311,1981 -"63458",15118,21104,3,1311,2327 -"63459",15118,21122,3,1311,1701 -"63460",15118,21133,3,1311,1320 -"63461",15118,21670,3,1311,2158 -"63462",15118,21681,3,1311,2005 -"63463",15118,22197,3,1311,2271 -"63464",15118,22749,3,1311,1727 -"63465",15118,23725,3,1311,2378 -"63466",15118,24405,3,1311,1443 -"63467",15118,24568,3,1311,1937 -"63468",15118,26451,3,1311,2133 -"63469",15118,26608,3,1311,2329 -"63470",15118,26867,3,1311,1804 -"63471",15118,28784,3,1311,1579 -"63472",15118,28896,3,1311,1395 -"63473",15118,31700,3,1311,2727 -"63474",15118,32761,3,1311,2680 -"63475",15118,32988,3,1311,2008 -"63476",15118,33430,3,1311,2225 -"63477",15118,34136,3,1311,2202 -"63478",15118,35256,3,1311,2271 -"63479",15118,35822,3,1311,1903 -"63480",15118,35903,2,1311,1434 -"63481",15118,36031,3,1311,2342 -"63482",15118,36763,2,1311,2165 -"63483",15118,37570,3,1311,2389 -"63484",15118,37937,3,1311,1320 -"63485",15118,38602,3,1311,2693 -"63486",15118,38727,3,1311,2238 -"63487",15118,39278,3,1311,1952 -"63488",15118,39444,2,1311,2695 -"63489",15118,40028,3,1311,1349 -"63490",15118,43213,3,1311,2160 -"63491",15118,43518,3,1311,2680 -"63492",15118,44135,3,1311,2620 -"63493",15118,44235,3,1311,2700 -"63494",15118,44521,3,1311,1593 -"63495",15118,44744,3,1311,2032 -"63496",15118,47384,3,1311,1639 -"63497",15118,47803,2,1311,2477 -"63498",15118,48215,3,1311,2028 -"63499",15118,48384,2,1311,2057 -"63500",15118,48698,1,1311,1474 -"63501",15118,49110,3,1311,2938 -"63502",15118,49265,3,1311,2686 -"63503",15118,50236,2,1311,2339 -"63504",15118,52136,3,1311,1412 -"63505",15118,53303,3,1311,1376 -"63506",15118,53323,3,1311,2677 -"63507",15118,53342,2,1311,2071 -"63508",15118,55556,3,1311,2075 -"63509",15118,56082,2,1311,2395 -"63510",15118,56237,3,1311,2625 -"63511",15118,57129,3,1311,1858 -"63512",15118,57380,3,1311,2362 -"63513",15118,57950,3,1311,1529 -"63514",15118,58133,3,1311,1484 -"63515",15118,59700,3,1311,2346 -"63516",15118,63409,3,1311,1937 -"63517",15118,65155,3,1311,1947 -"63518",15118,70046,2,1311,2624 -"63519",15118,71478,3,1311,1721 -"63520",15118,72207,3,1311,2430 -"63521",15118,72326,3,1311,2384 -"63522",15118,72597,3,1311,1843 -"63523",15118,72728,3,1311,2234 -"63524",15118,75403,3,1311,1895 -"63525",15118,85869,3,1311,1509 -"63526",15118,88232,3,1311,2881 -"63527",15118,92124,3,1311,1532 -"63528",15118,96352,3,1311,1493 -"63529",15118,99103,3,1311,1470 -"63530",15118,108647,3,1311,1934 -"63531",15118,108867,3,1311,2328 -"63532",15119,1787,2,1020,1707 -"63533",15119,3678,1,1020,1325 -"63534",15119,5937,3,1020,2392 -"63535",15119,6234,2,1020,2654 -"63536",15119,6235,2,1020,1585 -"63537",15119,10755,3,1020,1742 -"63538",15119,14861,3,1020,2269 -"63539",15119,15239,3,1020,1958 -"63540",15119,15558,3,1020,2389 -"63541",15119,16477,1,1020,2069 -"63542",15119,17768,3,1020,2468 -"63543",15119,19767,3,1020,1041 -"63544",15119,23728,3,1020,2601 -"63545",15119,23771,3,1020,1614 -"63546",15119,30194,3,1020,2874 -"63547",15119,33460,3,1020,2781 -"63548",15119,34576,3,1020,1727 -"63549",15119,37454,3,1020,1245 -"63550",15119,41521,3,1020,2069 -"63551",15119,44727,1,1020,1227 -"63552",15119,44730,3,1020,2468 -"63553",15119,52953,3,1020,1741 -"63554",15119,76931,3,1020,1338 -"63555",15119,76997,3,1020,2223 -"63556",15119,82246,3,1020,1538 -"63557",15119,85062,1,1020,1379 -"63558",15119,86716,3,1020,1609 -"63559",15119,93459,3,1020,1354 -"63560",15119,97615,2,1020,1198 -"63561",15122,24,1,1201,1295 -"63562",15122,997,2,1201,2788 -"63563",15122,1102,3,1201,2282 -"63564",15122,1323,3,1201,1659 -"63565",15122,1875,1,1201,1786 -"63566",15122,2563,3,1201,1686 -"63567",15122,2572,3,1201,2273 -"63568",15122,2712,3,1201,1881 -"63569",15122,2754,3,1201,1360 -"63570",15122,4360,3,1201,1770 -"63571",15122,4665,3,1201,1569 -"63572",15122,4671,1,1201,2280 -"63573",15122,5226,1,1201,1309 -"63574",15122,5346,3,1201,1438 -"63575",15122,5449,3,1201,1723 -"63576",15122,5515,3,1201,2385 -"63577",15122,5622,3,1201,2175 -"63578",15122,5865,3,1201,1910 -"63579",15122,7406,3,1201,1906 -"63580",15122,7515,3,1201,2737 -"63581",15122,7616,2,1201,2296 -"63582",15122,7858,2,1201,1795 -"63583",15122,8529,2,1201,1205 -"63584",15122,8681,3,1201,2716 -"63585",15122,8866,3,1201,1545 -"63586",15122,8888,3,1201,1328 -"63587",15122,9364,3,1201,1698 -"63588",15122,9695,3,1201,2143 -"63589",15122,10857,3,1201,2253 -"63590",15122,10874,3,1201,1891 -"63591",15122,11103,3,1201,2393 -"63592",15122,12122,3,1201,1385 -"63593",15122,12724,3,1201,1930 -"63594",15122,12728,3,1201,2374 -"63595",15122,12767,3,1201,2329 -"63596",15122,14655,3,1201,2559 -"63597",15122,15207,2,1201,1855 -"63598",15122,15560,3,1201,2257 -"63599",15122,15632,3,1201,1242 -"63600",15122,15799,3,1201,1917 -"63601",15122,16539,2,1201,1947 -"63602",15122,17264,3,1201,2528 -"63603",15122,19096,1,1201,1538 -"63604",15122,20162,3,1201,2328 -"63605",15122,20419,3,1201,1587 -"63606",15122,21197,3,1201,1437 -"63607",15122,21406,2,1201,2714 -"63608",15122,22808,3,1201,2297 -"63609",15122,22950,3,1201,2576 -"63610",15122,23312,3,1201,2449 -"63611",15122,23460,3,1201,2183 -"63612",15122,27001,3,1201,1761 -"63613",15122,27849,3,1201,1316 -"63614",15122,28635,2,1201,2368 -"63615",15122,28640,3,1201,1475 -"63616",15122,30366,3,1201,2532 -"63617",15122,31530,3,1201,1661 -"63618",15122,33949,3,1201,2489 -"63619",15122,34836,3,1201,2302 -"63620",15122,35514,3,1201,2346 -"63621",15122,36714,2,1201,2209 -"63622",15122,37108,1,1201,1202 -"63623",15122,37301,3,1201,2160 -"63624",15122,39539,2,1201,1274 -"63625",15122,42129,3,1201,2318 -"63626",15122,42216,3,1201,2722 -"63627",15122,42574,3,1201,2842 -"63628",15122,43225,3,1201,1835 -"63629",15122,43385,2,1201,1623 -"63630",15122,44151,3,1201,1796 -"63631",15122,45302,3,1201,2390 -"63632",15122,47362,3,1201,2253 -"63633",15122,48384,2,1201,2057 -"63634",15122,48571,1,1201,2717 -"63635",15122,49185,3,1201,1544 -"63636",15122,49334,3,1201,2433 -"63637",15122,49512,3,1201,1302 -"63638",15122,51017,3,1201,2073 -"63639",15122,51035,3,1201,2397 -"63640",15122,53219,2,1201,2973 -"63641",15122,53323,3,1201,2677 -"63642",15122,54305,3,1201,1222 -"63643",15122,54551,3,1201,2348 -"63644",15122,55076,3,1201,2408 -"63645",15122,57353,3,1201,1849 -"63646",15122,58451,3,1201,1939 -"63647",15122,58652,3,1201,1437 -"63648",15122,63409,3,1201,1937 -"63649",15122,65434,3,1201,2866 -"63650",15122,66277,2,1201,1227 -"63651",15122,66703,3,1201,2375 -"63652",15122,67957,3,1201,2823 -"63653",15122,69030,2,1201,1249 -"63654",15122,71552,3,1201,1573 -"63655",15122,72468,3,1201,2292 -"63656",15122,72956,3,1201,1251 -"63657",15122,74190,3,1201,1428 -"63658",15122,74818,3,1201,1440 -"63659",15122,76284,2,1201,1237 -"63660",15122,76646,3,1201,1263 -"63661",15122,77611,3,1201,1795 -"63662",15122,80014,3,1201,1562 -"63663",15122,81588,3,1201,1568 -"63664",15122,82893,2,1201,1275 -"63665",15122,85356,3,1201,1492 -"63666",15122,94520,3,1201,1243 -"63667",15122,95644,2,1201,1531 -"63668",15122,98781,2,1201,1410 -"63669",15135,212,3,1035,1513 -"63670",15135,270,3,1035,2542 -"63671",15135,380,3,1035,2261 -"63672",15135,1102,3,1035,2282 -"63673",15135,1124,3,1035,1596 -"63674",15135,2111,3,1035,1904 -"63675",15135,2894,3,1035,1291 -"63676",15135,3493,3,1035,2451 -"63677",15135,4360,3,1035,1770 -"63678",15135,5235,3,1035,2324 -"63679",15135,5971,3,1035,1985 -"63680",15135,6222,3,1035,1949 -"63681",15135,6588,2,1035,2025 -"63682",15135,6718,2,1035,2138 -"63683",15135,9311,3,1035,2477 -"63684",15135,9364,3,1035,1698 -"63685",15135,9432,3,1035,1693 -"63686",15135,10488,3,1035,1524 -"63687",15135,10523,3,1035,1510 -"63688",15135,10857,3,1035,2253 -"63689",15135,11218,3,1035,2292 -"63690",15135,11229,3,1035,1625 -"63691",15135,11440,3,1035,2026 -"63692",15135,12374,3,1035,2260 -"63693",15135,13248,2,1035,1385 -"63694",15135,13307,3,1035,2206 -"63695",15135,13837,3,1035,1604 -"63696",15135,14959,3,1035,2898 -"63697",15135,15402,3,1035,1281 -"63698",15135,16352,3,1035,2657 -"63699",15135,18152,3,1035,1314 -"63700",15135,18394,2,1035,2356 -"63701",15135,18861,3,1035,1430 -"63702",15135,20124,3,1035,2376 -"63703",15135,20311,3,1035,1981 -"63704",15135,20643,3,1035,2341 -"63705",15135,21104,2,1035,2327 -"63706",15135,21122,3,1035,1701 -"63707",15135,21693,3,1035,2176 -"63708",15135,22326,3,1035,2818 -"63709",15135,22362,2,1035,1836 -"63710",15135,23492,3,1035,1067 -"63711",15135,23509,2,1035,2275 -"63712",15135,23526,3,1035,1998 -"63713",15135,23715,3,1035,1859 -"63714",15135,23725,3,1035,2378 -"63715",15135,23729,3,1035,1624 -"63716",15135,24066,3,1035,1755 -"63717",15135,24362,3,1035,1287 -"63718",15135,25305,3,1035,2447 -"63719",15135,26451,3,1035,2133 -"63720",15135,26867,3,1035,1804 -"63721",15135,27792,3,1035,1308 -"63722",15135,27849,3,1035,1316 -"63723",15135,30325,3,1035,1067 -"63724",15135,30405,3,1035,2164 -"63725",15135,31691,3,1035,1657 -"63726",15135,35673,2,1035,1067 -"63727",15135,38921,3,1035,1880 -"63728",15135,40028,3,1035,1349 -"63729",15135,40072,2,1035,1182 -"63730",15135,42687,2,1035,1952 -"63731",15135,43213,3,1035,2160 -"63732",15135,45684,3,1035,2200 -"63733",15135,46196,3,1035,1510 -"63734",15135,46629,3,1035,2255 -"63735",15135,50118,2,1035,2654 -"63736",15135,50236,3,1035,2339 -"63737",15135,52136,2,1035,1412 -"63738",15135,52345,2,1035,1430 -"63739",15135,53303,3,1035,1376 -"63740",15135,54551,3,1035,2348 -"63741",15135,55156,3,1035,2196 -"63742",15135,55468,3,1035,2511 -"63743",15135,56082,3,1035,2395 -"63744",15135,72207,3,1035,2430 -"63745",15135,72326,3,1035,2384 -"63746",15135,75403,3,1035,1895 -"63747",15135,76284,3,1035,1237 -"63748",15135,79804,3,1035,2227 -"63749",15135,97915,3,1035,1802 -"63750",15135,121415,3,1035,1455 -"63751",15146,827,3,1546,2964 -"63752",15146,916,3,1546,2718 -"63753",15146,1624,3,1546,2687 -"63754",15146,1708,3,1546,1591 -"63755",15146,2282,3,1546,2056 -"63756",15146,2647,3,1546,2450 -"63757",15146,2927,2,1546,1789 -"63758",15146,4180,2,1546,1817 -"63759",15146,4551,1,1546,2720 -"63760",15146,5303,1,1546,1849 -"63761",15146,6040,3,1546,2103 -"63762",15146,6480,2,1546,1678 -"63763",15146,7253,1,1546,2686 -"63764",15146,7254,1,1546,1849 -"63765",15146,11665,2,1546,1643 -"63766",15146,13068,3,1546,1778 -"63767",15146,13388,3,1546,2119 -"63768",15146,19509,2,1546,2000 -"63769",15146,26513,2,1546,2205 -"63770",15146,28268,2,1546,2258 -"63771",15146,28782,3,1546,2272 -"63772",15146,34953,2,1546,1817 -"63773",15146,36840,3,1546,2269 -"63774",15146,42382,3,1546,2224 -"63775",15146,42390,3,1546,2937 -"63776",15146,46616,3,1546,1917 -"63777",15146,47607,2,1546,2724 -"63778",15146,52380,2,1546,2686 -"63779",15146,53584,3,1546,2391 -"63780",15146,58945,1,1546,2481 -"63781",15146,59511,2,1546,2753 -"63782",15146,65188,3,1546,2213 -"63783",15146,69029,3,1546,2623 -"63784",15146,75194,2,1546,1736 -"63785",15146,78611,3,1546,1586 -"63786",15146,80970,3,1546,2069 -"63787",15146,82426,3,1546,1576 -"63788",15150,20011,2,2801,2826 -"63789",15153,46384,3,1864,2285 -"63790",15153,63077,3,1864,2778 -"63791",15159,1314,3,756,1522 -"63792",15159,1349,3,756,1147 -"63793",15159,1519,3,756,2349 -"63794",15159,4526,3,756,1728 -"63795",15159,10239,3,756,2032 -"63796",15159,10279,3,756,886 -"63797",15159,13184,3,756,977 -"63798",15159,13296,3,756,839 -"63799",15159,14449,3,756,1258 -"63800",15159,15443,3,756,1631 -"63801",15159,15535,3,756,891 -"63802",15159,20155,3,756,1517 -"63803",15159,20941,3,756,2725 -"63804",15159,23966,2,756,891 -"63805",15159,27742,3,756,2700 -"63806",15159,31286,2,756,1965 -"63807",15159,31335,3,756,2351 -"63808",15159,34216,3,756,2832 -"63809",15159,43021,3,756,943 -"63810",15159,46501,3,756,845 -"63811",15159,46982,3,756,2806 -"63812",15159,47013,3,756,2388 -"63813",15159,50630,3,756,2615 -"63814",15159,56669,3,756,2924 -"63815",15159,58655,3,756,2685 -"63816",15159,63644,3,756,1267 -"63817",15159,66693,3,756,2554 -"63818",15159,70583,3,756,2615 -"63819",15159,111208,3,756,847 -"63820",15180,364,3,610,2351 -"63821",15180,1314,2,610,1522 -"63822",15180,1519,2,610,2349 -"63823",15180,1702,3,610,1984 -"63824",15180,2489,3,610,1537 -"63825",15180,2724,3,610,2447 -"63826",15180,3978,3,610,2775 -"63827",15180,4001,2,610,1687 -"63828",15180,4303,3,610,2414 -"63829",15180,4526,3,610,1728 -"63830",15180,4660,3,610,2149 -"63831",15180,4953,3,610,2285 -"63832",15180,6562,3,610,1139 -"63833",15180,9115,3,610,2068 -"63834",15180,9177,3,610,945 -"63835",15180,9423,3,610,1708 -"63836",15180,10457,2,610,1711 -"63837",15180,11803,3,610,1232 -"63838",15180,12081,2,610,2166 -"63839",15180,12361,3,610,2732 -"63840",15180,12861,1,610,1207 -"63841",15180,14061,2,610,1620 -"63842",15180,15683,1,610,1729 -"63843",15180,16351,2,610,893 -"63844",15180,18670,3,610,1835 -"63845",15180,20941,2,610,2725 -"63846",15180,21407,3,610,2728 -"63847",15180,23966,3,610,891 -"63848",15180,25722,3,610,1697 -"63849",15180,26286,2,610,2023 -"63850",15180,27686,3,610,2844 -"63851",15180,28909,3,610,978 -"63852",15180,29289,1,610,1756 -"63853",15180,29977,1,610,2781 -"63854",15180,30034,3,610,2357 -"63855",15180,31303,3,610,1040 -"63856",15180,31335,3,610,2351 -"63857",15180,37238,3,610,2609 -"63858",15180,37279,2,610,2768 -"63859",15180,37475,3,610,1509 -"63860",15180,38307,3,610,2648 -"63861",15180,38691,2,610,2585 -"63862",15180,38915,2,610,746 -"63863",15180,40309,3,610,871 -"63864",15180,41945,3,610,2856 -"63865",15180,43455,3,610,2846 -"63866",15180,43673,3,610,2787 -"63867",15180,48015,3,610,1355 -"63868",15180,49470,3,610,1528 -"63869",15180,49805,3,610,2445 -"63870",15180,50113,2,610,2059 -"63871",15180,50585,3,610,2414 -"63872",15180,50779,3,610,623 -"63873",15180,54775,3,610,2383 -"63874",15180,63837,3,610,2807 -"63875",15180,68691,2,610,1209 -"63876",15180,68876,3,610,1397 -"63877",15180,70573,3,610,1993 -"63878",15180,71412,3,610,1974 -"63879",15180,74054,3,610,1488 -"63880",15180,77519,2,610,819 -"63881",15180,80705,3,610,2764 -"63882",15180,90943,1,610,1754 -"63883",15180,91465,3,610,1047 -"63884",15180,96300,3,610,2594 -"63885",15180,99288,3,610,983 -"63886",15184,823,3,2396,2840 -"63887",15184,1136,3,2396,2536 -"63888",15184,1616,3,2396,2662 -"63889",15184,2036,3,2396,2483 -"63890",15184,2166,3,2396,2557 -"63891",15184,3853,2,2396,2465 -"63892",15184,4618,3,2396,2607 -"63893",15184,5239,3,2396,2875 -"63894",15184,5669,2,2396,2502 -"63895",15184,5725,2,2396,2789 -"63896",15184,6030,3,2396,2953 -"63897",15184,7323,3,2396,2858 -"63898",15184,9311,3,2396,2477 -"63899",15184,9893,3,2396,2701 -"63900",15184,10638,3,2396,2692 -"63901",15184,12976,3,2396,2399 -"63902",15184,13601,3,2396,2689 -"63903",15184,13639,2,2396,2887 -"63904",15184,13780,3,2396,2412 -"63905",15184,15626,2,2396,2434 -"63906",15184,19027,2,2396,2721 -"63907",15184,19528,2,2396,2742 -"63908",15184,19606,3,2396,2783 -"63909",15184,20700,2,2396,2861 -"63910",15184,20783,3,2396,2414 -"63911",15184,24255,3,2396,2770 -"63912",15184,27478,3,2396,2485 -"63913",15184,28285,3,2396,2972 -"63914",15184,30906,3,2396,2537 -"63915",15184,31799,1,2396,2547 -"63916",15184,33160,3,2396,2441 -"63917",15184,33433,3,2396,2805 -"63918",15184,34327,3,2396,2959 -"63919",15184,36559,3,2396,2473 -"63920",15184,39087,3,2396,2765 -"63921",15184,47947,3,2396,2681 -"63922",15184,48605,3,2396,2796 -"63923",15184,51853,2,2396,2520 -"63924",15184,53293,3,2396,2916 -"63925",15184,53789,3,2396,2681 -"63926",15184,57977,3,2396,2683 -"63927",15184,59113,3,2396,2434 -"63928",15184,62840,3,2396,2502 -"63929",15184,65029,2,2396,2954 -"63930",15184,72334,3,2396,2820 -"63931",15207,270,3,1855,2542 -"63932",15207,1315,3,1855,2760 -"63933",15207,1367,2,1855,2176 -"63934",15207,1677,3,1855,2645 -"63935",15207,1685,3,1855,2230 -"63936",15207,2224,3,1855,2751 -"63937",15207,2424,2,1855,2582 -"63938",15207,2533,3,1855,2016 -"63939",15207,2747,2,1855,2411 -"63940",15207,2865,3,1855,2006 -"63941",15207,3305,3,1855,2839 -"63942",15207,3460,3,1855,2530 -"63943",15207,3896,3,1855,2693 -"63944",15207,4191,3,1855,2130 -"63945",15207,4612,3,1855,2804 -"63946",15207,4660,3,1855,2149 -"63947",15207,4671,3,1855,2280 -"63948",15207,4821,3,1855,1938 -"63949",15207,5120,3,1855,2735 -"63950",15207,5350,3,1855,2522 -"63951",15207,5414,3,1855,2321 -"63952",15207,5580,2,1855,2111 -"63953",15207,5897,3,1855,2337 -"63954",15207,6047,3,1855,2004 -"63955",15207,6052,3,1855,1985 -"63956",15207,6055,3,1855,2651 -"63957",15207,6234,3,1855,2654 -"63958",15207,6248,3,1855,2737 -"63959",15207,6449,3,1855,1997 -"63960",15207,7245,2,1855,2089 -"63961",15207,7406,3,1855,1906 -"63962",15207,7506,3,1855,2371 -"63963",15207,7616,3,1855,2296 -"63964",15207,7785,3,1855,2441 -"63965",15207,8238,3,1855,2222 -"63966",15207,8275,3,1855,2237 -"63967",15207,8533,3,1855,2251 -"63968",15207,9175,3,1855,2639 -"63969",15207,9202,3,1855,2477 -"63970",15207,9654,2,1855,2111 -"63971",15207,9787,3,1855,2858 -"63972",15207,10727,3,1855,2082 -"63973",15207,10851,3,1855,2423 -"63974",15207,10964,3,1855,2043 -"63975",15207,11067,3,1855,2734 -"63976",15207,11103,3,1855,2393 -"63977",15207,11984,3,1855,2308 -"63978",15207,12031,3,1855,1957 -"63979",15207,12272,3,1855,2371 -"63980",15207,12724,3,1855,1930 -"63981",15207,12767,2,1855,2329 -"63982",15207,13200,3,1855,2488 -"63983",15207,13324,2,1855,2163 -"63984",15207,13985,3,1855,2484 -"63985",15207,14586,3,1855,2801 -"63986",15207,14676,3,1855,2764 -"63987",15207,14731,3,1855,2012 -"63988",15207,14754,3,1855,2456 -"63989",15207,14972,3,1855,2332 -"63990",15207,15813,3,1855,2143 -"63991",15207,15826,3,1855,2772 -"63992",15207,16067,2,1855,2727 -"63993",15207,16539,3,1855,1947 -"63994",15207,16877,3,1855,2509 -"63995",15207,17672,3,1855,1987 -"63996",15207,18415,2,1855,2184 -"63997",15207,19593,2,1855,2013 -"63998",15207,20563,3,1855,2267 -"63999",15207,21285,3,1855,2100 -"64000",15207,21487,3,1855,2203 -"64001",15207,21682,3,1855,2414 -"64002",15207,21929,2,1855,2062 -"64003",15207,22080,3,1855,2436 -"64004",15207,22566,3,1855,2308 -"64005",15207,22567,3,1855,2396 -"64006",15207,23011,3,1855,2763 -"64007",15207,23460,3,1855,2183 -"64008",15207,23509,3,1855,2275 -"64009",15207,23869,3,1855,1918 -"64010",15207,26658,3,1855,2745 -"64011",15207,27742,3,1855,2700 -"64012",15207,27897,3,1855,1968 -"64013",15207,27914,3,1855,2507 -"64014",15207,28355,3,1855,2053 -"64015",15207,28627,3,1855,2694 -"64016",15207,28869,3,1855,2425 -"64017",15207,29073,3,1855,2328 -"64018",15207,30865,3,1855,2038 -"64019",15207,30943,2,1855,2287 -"64020",15207,30981,3,1855,2366 -"64021",15207,31124,3,1855,2351 -"64022",15207,31868,3,1855,1993 -"64023",15207,32202,3,1855,2314 -"64024",15207,32532,3,1855,2338 -"64025",15207,32920,3,1855,2158 -"64026",15207,32939,2,1855,2277 -"64027",15207,34509,3,1855,1973 -"64028",15207,35264,3,1855,2329 -"64029",15207,35728,3,1855,2017 -"64030",15207,35797,3,1855,2482 -"64031",15207,36031,3,1855,2342 -"64032",15207,36441,2,1855,2796 -"64033",15207,36862,3,1855,2655 -"64034",15207,37752,3,1855,2223 -"64035",15207,38676,3,1855,2286 -"64036",15207,39657,3,1855,1947 -"64037",15207,40493,3,1855,1981 -"64038",15207,41955,3,1855,2479 -"64039",15207,42216,3,1855,2722 -"64040",15207,42256,3,1855,2839 -"64041",15207,42642,2,1855,2257 -"64042",15207,42713,3,1855,1995 -"64043",15207,42799,2,1855,2729 -"64044",15207,43455,3,1855,2846 -"64045",15207,44433,3,1855,2224 -"64046",15207,44497,3,1855,2401 -"64047",15207,44557,3,1855,2371 -"64048",15207,44603,3,1855,2748 -"64049",15207,44819,3,1855,2063 -"64050",15207,45239,3,1855,2535 -"64051",15207,45302,3,1855,2390 -"64052",15207,45585,3,1855,2384 -"64053",15207,45633,3,1855,2134 -"64054",15207,45903,3,1855,2237 -"64055",15207,46532,3,1855,2005 -"64056",15207,46629,3,1855,2255 -"64057",15207,46635,2,1855,2528 -"64058",15207,46803,2,1855,2305 -"64059",15207,47386,3,1855,2226 -"64060",15207,47564,2,1855,2650 -"64061",15207,48571,3,1855,2717 -"64062",15207,49147,3,1855,2539 -"64063",15207,50382,3,1855,2244 -"64064",15207,50621,3,1855,2809 -"64065",15207,51055,3,1855,2558 -"64066",15207,51866,3,1855,2411 -"64067",15207,51925,3,1855,2307 -"64068",15207,52576,3,1855,2234 -"64069",15207,53445,3,1855,2028 -"64070",15207,54718,3,1855,2473 -"64071",15207,55076,3,1855,2408 -"64072",15207,55436,3,1855,2513 -"64073",15207,56995,3,1855,2323 -"64074",15207,57804,2,1855,2214 -"64075",15207,57842,3,1855,2482 -"64076",15207,58284,3,1855,2292 -"64077",15207,58655,3,1855,2685 -"64078",15207,59039,3,1855,2870 -"64079",15207,60516,3,1855,2257 -"64080",15207,61982,3,1855,2725 -"64081",15207,63477,3,1855,1907 -"64082",15207,63641,2,1855,2337 -"64083",15207,65691,3,1855,2134 -"64084",15207,66413,3,1855,2507 -"64085",15207,66717,3,1855,2104 -"64086",15207,67719,3,1855,2429 -"64087",15207,67726,2,1855,2873 -"64088",15207,69232,3,1855,2130 -"64089",15207,69716,2,1855,2632 -"64090",15207,76235,3,1855,2777 -"64091",15207,76356,3,1855,2323 -"64092",15207,76892,3,1855,2381 -"64093",15207,87837,3,1855,1987 -"64094",15207,89681,3,1855,1978 -"64095",15207,105063,3,1855,1908 -"64096",15214,269,3,274,407 -"64097",15214,378,3,274,2766 -"64098",15214,843,3,274,2332 -"64099",15214,1369,3,274,2487 -"64100",15214,1785,3,274,2350 -"64101",15214,2282,2,274,2056 -"64102",15214,2506,2,274,954 -"64103",15214,2588,1,274,552 -"64104",15214,2927,2,274,1789 -"64105",15214,3271,3,274,2216 -"64106",15214,4249,3,274,2547 -"64107",15214,4634,3,274,2291 -"64108",15214,5041,3,274,2371 -"64109",15214,5637,2,274,1976 -"64110",15214,6562,3,274,1139 -"64111",15214,6999,3,274,2214 -"64112",15214,7310,2,274,636 -"64113",15214,7604,3,274,1366 -"64114",15214,8607,3,274,1685 -"64115",15214,9272,3,274,2835 -"64116",15214,9538,3,274,1786 -"64117",15214,9656,1,274,1135 -"64118",15214,10358,3,274,2294 -"64119",15214,10716,3,274,1692 -"64120",15214,10990,3,274,805 -"64121",15214,11858,3,274,1530 -"64122",15214,12116,2,274,2119 -"64123",15214,13034,2,274,698 -"64124",15214,13340,1,274,1918 -"64125",15214,14212,3,274,857 -"64126",15214,14612,3,274,2340 -"64127",15214,14957,3,274,2306 -"64128",15214,15281,2,274,810 -"64129",15214,15782,3,274,2306 -"64130",15214,16935,2,274,441 -"64131",15214,16963,3,274,1999 -"64132",15214,17499,3,274,2954 -"64133",15214,17672,3,274,1987 -"64134",15214,17695,3,274,1930 -"64135",15214,19476,2,274,1708 -"64136",15214,19542,1,274,570 -"64137",15214,20038,1,274,1531 -"64138",15214,20371,3,274,595 -"64139",15214,20709,3,274,1757 -"64140",15214,22357,3,274,1397 -"64141",15214,22410,3,274,2158 -"64142",15214,22746,3,274,913 -"64143",15214,23550,3,274,2939 -"64144",15214,23560,3,274,2051 -"64145",15214,24044,3,274,1076 -"64146",15214,26597,3,274,2070 -"64147",15214,28782,3,274,2272 -"64148",15214,29778,2,274,840 -"64149",15214,32350,3,274,1540 -"64150",15214,32919,3,274,2321 -"64151",15214,33363,3,274,2475 -"64152",15214,35243,2,274,1102 -"64153",15214,35317,3,274,1888 -"64154",15214,35926,3,274,2371 -"64155",15214,36840,3,274,2269 -"64156",15214,37684,3,274,2899 -"64157",15214,38354,3,274,629 -"64158",15214,39188,3,274,1948 -"64159",15214,42382,3,274,2224 -"64160",15214,42390,3,274,2937 -"64161",15214,42407,2,274,2408 -"64162",15214,42773,1,274,385 -"64163",15214,43226,3,274,2442 -"64164",15214,44878,3,274,1620 -"64165",15214,46616,3,274,1917 -"64166",15214,47607,3,274,2724 -"64167",15214,47882,3,274,2769 -"64168",15214,48110,3,274,2009 -"64169",15214,48501,3,274,2010 -"64170",15214,50678,3,274,1366 -"64171",15214,53377,3,274,417 -"64172",15214,53584,3,274,2391 -"64173",15214,53648,3,274,2167 -"64174",15214,55325,2,274,653 -"64175",15214,55730,3,274,1217 -"64176",15214,58508,3,274,2326 -"64177",15214,60463,3,274,1583 -"64178",15214,60836,3,274,1880 -"64179",15214,62848,3,274,1230 -"64180",15214,65375,3,274,824 -"64181",15214,69335,3,274,2698 -"64182",15214,70011,2,274,2690 -"64183",15214,71128,3,274,485 -"64184",15214,71307,2,274,761 -"64185",15214,73520,1,274,2613 -"64186",15214,77580,3,274,888 -"64187",15214,77719,2,274,2086 -"64188",15214,78277,2,274,1937 -"64189",15214,79699,2,274,1735 -"64190",15214,80301,3,274,1690 -"64191",15214,80970,2,274,2069 -"64192",15214,82039,3,274,1327 -"64193",15214,82312,3,274,340 -"64194",15214,84181,3,274,1272 -"64195",15214,84235,3,274,1639 -"64196",15214,84590,1,274,1734 -"64197",15214,85065,2,274,1585 -"64198",15214,88448,3,274,914 -"64199",15214,88984,3,274,935 -"64200",15214,93553,2,274,2537 -"64201",15214,93710,3,274,544 -"64202",15214,99237,3,274,783 -"64203",15214,103710,3,274,439 -"64204",15214,111119,3,274,550 -"64205",15215,508,1,798,801 -"64206",15215,854,3,798,2307 -"64207",15215,915,3,798,1793 -"64208",15215,1767,3,798,2727 -"64209",15215,2224,3,798,2751 -"64210",15215,2609,2,798,834 -"64211",15215,2894,2,798,1291 -"64212",15215,3068,3,798,1815 -"64213",15215,3477,3,798,2546 -"64214",15215,3886,3,798,1669 -"64215",15215,4504,3,798,1905 -"64216",15215,5392,3,798,1648 -"64217",15215,5615,2,798,1105 -"64218",15215,6063,3,798,2349 -"64219",15215,6162,3,798,1673 -"64220",15215,6222,3,798,1949 -"64221",15215,7703,3,798,2122 -"64222",15215,8274,3,798,1909 -"64223",15215,8327,3,798,2527 -"64224",15215,12388,2,798,1975 -"64225",15215,12735,3,798,819 -"64226",15215,12779,2,798,936 -"64227",15215,13158,2,798,2667 -"64228",15215,13808,3,798,1356 -"64229",15215,13899,3,798,2650 -"64230",15215,14328,3,798,1725 -"64231",15215,14586,3,798,2801 -"64232",15215,14959,3,798,2898 -"64233",15215,15106,2,798,2286 -"64234",15215,15444,2,798,2764 -"64235",15215,16053,3,798,908 -"64236",15215,17027,3,798,2772 -"64237",15215,17097,2,798,1505 -"64238",15215,17351,3,798,2036 -"64239",15215,18165,2,798,2085 -"64240",15215,18217,3,798,1566 -"64241",15215,18404,2,798,801 -"64242",15215,19069,3,798,988 -"64243",15215,19317,1,798,2041 -"64244",15215,20067,3,798,2390 -"64245",15215,20343,3,798,851 -"64246",15215,21126,3,798,2331 -"64247",15215,21248,3,798,2232 -"64248",15215,21275,3,798,2609 -"64249",15215,21493,3,798,2286 -"64250",15215,22025,3,798,1591 -"64251",15215,22057,2,798,974 -"64252",15215,22403,3,798,1630 -"64253",15215,22462,3,798,869 -"64254",15215,23268,3,798,2258 -"64255",15215,28626,3,798,2842 -"64256",15215,29073,3,798,2328 -"64257",15215,29884,2,798,1239 -"64258",15215,30092,3,798,1593 -"64259",15215,30236,2,798,2238 -"64260",15215,30798,2,798,1398 -"64261",15215,33223,3,798,2397 -"64262",15215,35448,3,798,1685 -"64263",15215,37301,3,798,2160 -"64264",15215,38284,3,798,1234 -"64265",15215,38732,3,798,2263 -"64266",15215,38921,3,798,1880 -"64267",15215,40542,3,798,1664 -"64268",15215,40646,3,798,1583 -"64269",15215,41682,2,798,1988 -"64270",15215,42837,2,798,1096 -"64271",15215,43077,3,798,884 -"64272",15215,44268,3,798,2436 -"64273",15215,45504,3,798,2301 -"64274",15215,47003,3,798,1915 -"64275",15215,47803,3,798,2477 -"64276",15215,51016,3,798,1141 -"64277",15215,52261,3,798,2162 -"64278",15215,54879,3,798,2210 -"64279",15215,55084,3,798,1189 -"64280",15215,56397,3,798,2053 -"64281",15215,58164,3,798,2398 -"64282",15215,61242,1,798,1650 -"64283",15215,77031,3,798,801 -"64284",15215,79013,3,798,1441 -"64285",15215,80764,2,798,1808 -"64286",15215,82009,1,798,1020 -"64287",15215,82270,3,798,1641 -"64288",15215,83218,3,798,1537 -"64289",15215,84827,3,798,1786 -"64290",15215,95155,2,798,849 -"64291",15215,108620,3,798,881 -"64292",15215,113908,3,798,886 -"64293",15235,14,2,1045,1793 -"64294",15235,854,3,1045,2307 -"64295",15235,915,3,1045,1793 -"64296",15235,1102,3,1045,2282 -"64297",15235,1767,2,1045,2727 -"64298",15235,2600,3,1045,1182 -"64299",15235,3068,2,1045,1815 -"64300",15235,3477,3,1045,2546 -"64301",15235,3886,3,1045,1669 -"64302",15235,3980,1,1045,2771 -"64303",15235,4504,3,1045,1905 -"64304",15235,5315,3,1045,2631 -"64305",15235,6063,3,1045,2349 -"64306",15235,7167,3,1045,1993 -"64307",15235,8367,3,1045,1927 -"64308",15235,8621,3,1045,1681 -"64309",15235,9331,3,1045,2269 -"64310",15235,9423,3,1045,1708 -"64311",15235,10146,3,1045,1878 -"64312",15235,10657,3,1045,1603 -"64313",15235,11625,2,1045,2022 -"64314",15235,12081,3,1045,2166 -"64315",15235,12724,3,1045,1930 -"64316",15235,13043,3,1045,1295 -"64317",15235,13158,3,1045,2667 -"64318",15235,13551,3,1045,1451 -"64319",15235,13899,3,1045,2650 -"64320",15235,14072,2,1045,1346 -"64321",15235,14189,3,1045,1483 -"64322",15235,14328,3,1045,1725 -"64323",15235,15539,3,1045,1929 -"64324",15235,16313,3,1045,1160 -"64325",15235,17351,3,1045,2036 -"64326",15235,17381,3,1045,1697 -"64327",15235,17549,3,1045,2647 -"64328",15235,17632,2,1045,1947 -"64329",15235,17938,3,1045,1410 -"64330",15235,17943,2,1045,1943 -"64331",15235,18165,3,1045,2085 -"64332",15235,18217,3,1045,1566 -"64333",15235,18670,3,1045,1835 -"64334",15235,19282,3,1045,1623 -"64335",15235,19317,3,1045,2041 -"64336",15235,19605,3,1045,2395 -"64337",15235,19606,3,1045,2783 -"64338",15235,19744,3,1045,2623 -"64339",15235,19835,3,1045,1135 -"64340",15235,19980,3,1045,2231 -"64341",15235,20331,3,1045,2365 -"64342",15235,20416,2,1045,2323 -"64343",15235,21734,3,1045,2528 -"64344",15235,23751,2,1045,1740 -"64345",15235,24255,3,1045,2770 -"64346",15235,24362,3,1045,1287 -"64347",15235,27484,3,1045,1634 -"64348",15235,27642,3,1045,1531 -"64349",15235,28233,3,1045,1608 -"64350",15235,30092,2,1045,1593 -"64351",15235,30236,3,1045,2238 -"64352",15235,30827,1,1045,2323 -"64353",15235,32064,3,1045,1739 -"64354",15235,32939,3,1045,2277 -"64355",15235,33223,3,1045,2397 -"64356",15235,33380,3,1045,2340 -"64357",15235,34120,3,1045,2786 -"64358",15235,34136,3,1045,2202 -"64359",15235,37301,3,1045,2160 -"64360",15235,38213,3,1045,1744 -"64361",15235,38284,3,1045,1234 -"64362",15235,38307,3,1045,2648 -"64363",15235,38732,3,1045,2263 -"64364",15235,39135,3,1045,2489 -"64365",15235,40542,3,1045,1664 -"64366",15235,41900,3,1045,1970 -"64367",15235,41945,3,1045,2856 -"64368",15235,42216,2,1045,2722 -"64369",15235,43404,1,1045,2649 -"64370",15235,43635,3,1045,1196 -"64371",15235,44688,3,1045,2924 -"64372",15235,44720,3,1045,1202 -"64373",15235,45302,3,1045,2390 -"64374",15235,46446,3,1045,2295 -"64375",15235,46680,3,1045,1690 -"64376",15235,48823,3,1045,2080 -"64377",15235,49470,3,1045,1528 -"64378",15235,49620,3,1045,1868 -"64379",15235,55084,2,1045,1189 -"64380",15235,57804,3,1045,2214 -"64381",15235,70573,3,1045,1993 -"64382",15235,74636,3,1045,2525 -"64383",15235,75028,3,1045,1660 -"64384",15235,80979,3,1045,1142 -"64385",15235,83096,3,1045,1061 -"64386",15235,95879,3,1045,1748 -"64387",15239,5937,3,1958,2392 -"64388",15239,6234,2,1958,2654 -"64389",15239,6800,2,1958,2053 -"64390",15239,15558,3,1958,2389 -"64391",15239,16477,3,1958,2069 -"64392",15239,19972,3,1958,2078 -"64393",15239,31259,3,1958,2082 -"64394",15239,41521,2,1958,2069 -"64395",15239,44730,3,1958,2468 -"64396",15239,50899,3,1958,2125 -"64397",15239,53648,3,1958,2167 -"64398",15239,56413,3,1958,2747 -"64399",15244,55,2,1600,2524 -"64400",15244,1393,3,1600,1706 -"64401",15244,2424,3,1600,2582 -"64402",15244,2533,3,1600,2016 -"64403",15244,3305,3,1600,2839 -"64404",15244,3306,3,1600,1989 -"64405",15244,3506,2,1600,2364 -"64406",15244,4403,1,1600,2416 -"64407",15244,6621,3,1600,2478 -"64408",15244,7123,3,1600,1964 -"64409",15244,14669,2,1600,2080 -"64410",15244,14772,3,1600,2386 -"64411",15244,15003,3,1600,2067 -"64412",15244,23301,2,1600,1611 -"64413",15244,32629,3,1600,1789 -"64414",15244,44312,3,1600,2741 -"64415",15244,46602,3,1600,2786 -"64416",15244,48931,3,1600,2444 -"64417",15244,68215,1,1600,2727 -"64418",15244,96387,3,1600,2159 -"64419",15244,102581,3,1600,1813 -"64420",15263,21810,3,185,1579 -"64421",15281,1369,1,810,2487 -"64422",15281,2506,2,810,954 -"64423",15281,2927,3,810,1789 -"64424",15281,3271,3,810,2216 -"64425",15281,3559,3,810,2413 -"64426",15281,4634,2,810,2291 -"64427",15281,5637,3,810,1976 -"64428",15281,6295,2,810,856 -"64429",15281,6345,3,810,2713 -"64430",15281,6562,3,810,1139 -"64431",15281,6999,1,810,2214 -"64432",15281,8463,3,810,2466 -"64433",15281,9269,3,810,1892 -"64434",15281,9272,3,810,2835 -"64435",15281,9538,3,810,1786 -"64436",15281,9656,1,810,1135 -"64437",15281,9724,3,810,2713 -"64438",15281,9783,3,810,1275 -"64439",15281,9895,3,810,1960 -"64440",15281,9909,3,810,2230 -"64441",15281,9910,3,810,2526 -"64442",15281,9948,3,810,2019 -"64443",15281,10250,3,810,1606 -"64444",15281,10716,2,810,1692 -"64445",15281,12000,3,810,1454 -"64446",15281,12116,2,810,2119 -"64447",15281,12914,3,810,1557 -"64448",15281,12966,3,810,2011 -"64449",15281,13340,2,810,1918 -"64450",15281,14490,3,810,2291 -"64451",15281,14957,3,810,2306 -"64452",15281,15778,3,810,2262 -"64453",15281,15782,3,810,2306 -"64454",15281,16963,3,810,1999 -"64455",15281,17499,3,810,2954 -"64456",15281,17531,3,810,876 -"64457",15281,19075,3,810,2214 -"64458",15281,19476,3,810,1708 -"64459",15281,20038,3,810,1531 -"64460",15281,20695,2,810,2526 -"64461",15281,20709,2,810,1757 -"64462",15281,21044,3,810,1574 -"64463",15281,21753,3,810,1838 -"64464",15281,22410,3,810,2158 -"64465",15281,23043,3,810,1109 -"64466",15281,23550,2,810,2939 -"64467",15281,23560,3,810,2051 -"64468",15281,24044,3,810,1076 -"64469",15281,26374,3,810,2133 -"64470",15281,26597,3,810,2070 -"64471",15281,26740,3,810,2695 -"64472",15281,29778,3,810,840 -"64473",15281,31295,3,810,2183 -"64474",15281,31950,3,810,2217 -"64475",15281,34331,2,810,1727 -"64476",15281,35243,3,810,1102 -"64477",15281,35317,1,810,1888 -"64478",15281,36399,3,810,1357 -"64479",15281,36840,3,810,2269 -"64480",15281,37684,2,810,2899 -"64481",15281,38422,3,810,1019 -"64482",15281,40510,3,810,943 -"64483",15281,42382,3,810,2224 -"64484",15281,42407,1,810,2408 -"64485",15281,43226,3,810,2442 -"64486",15281,43701,3,810,2400 -"64487",15281,43768,3,810,1468 -"64488",15281,46616,3,810,1917 -"64489",15281,47882,2,810,2769 -"64490",15281,48110,3,810,2009 -"64491",15281,48501,3,810,2010 -"64492",15281,49708,3,810,1147 -"64493",15281,50083,3,810,1275 -"64494",15281,50468,3,810,1659 -"64495",15281,50678,3,810,1366 -"64496",15281,51505,3,810,1572 -"64497",15281,53584,3,810,2391 -"64498",15281,53652,3,810,2899 -"64499",15281,55493,3,810,869 -"64500",15281,55730,3,810,1217 -"64501",15281,55742,3,810,2006 -"64502",15281,56364,3,810,1626 -"64503",15281,58508,3,810,2326 -"64504",15281,58711,3,810,2746 -"64505",15281,60463,3,810,1583 -"64506",15281,62848,3,810,1230 -"64507",15281,67150,3,810,2633 -"64508",15281,69335,3,810,2698 -"64509",15281,70011,3,810,2690 -"64510",15281,73520,2,810,2613 -"64511",15281,77580,2,810,888 -"64512",15281,77719,2,810,2086 -"64513",15281,78227,3,810,1745 -"64514",15281,78277,3,810,1937 -"64515",15281,78611,3,810,1586 -"64516",15281,78628,3,810,914 -"64517",15281,79699,3,810,1735 -"64518",15281,79874,3,810,1570 -"64519",15281,80301,3,810,1690 -"64520",15281,82039,2,810,1327 -"64521",15281,84235,3,810,1639 -"64522",15281,84590,3,810,1734 -"64523",15281,84591,3,810,1685 -"64524",15281,85065,2,810,1585 -"64525",15281,87915,3,810,1152 -"64526",15281,88448,2,810,914 -"64527",15281,93553,1,810,2537 -"64528",15281,96332,3,810,1197 -"64529",15281,105959,3,810,1327 -"64530",15290,669,2,641,1423 -"64531",15290,2894,3,641,1291 -"64532",15290,5716,2,641,1058 -"64533",15290,5984,3,641,1675 -"64534",15290,5986,3,641,1721 -"64535",15290,6047,3,641,2004 -"64536",15290,6062,3,641,2681 -"64537",15290,6241,3,641,2264 -"64538",15290,6366,3,641,798 -"64539",15290,6417,2,641,1675 -"64540",15290,10008,3,641,1323 -"64541",15290,10358,3,641,2294 -"64542",15290,10746,3,641,1506 -"64543",15290,10859,2,641,2231 -"64544",15290,11218,3,641,2292 -"64545",15290,11576,3,641,808 -"64546",15290,11758,2,641,651 -"64547",15290,12042,3,641,2345 -"64548",15290,14032,3,641,2144 -"64549",15290,14353,3,641,2878 -"64550",15290,14564,3,641,1581 -"64551",15290,14855,3,641,903 -"64552",15290,16352,2,641,2657 -"64553",15290,16881,3,641,925 -"64554",15290,17097,3,641,1505 -"64555",15290,17400,3,641,2231 -"64556",15290,18601,2,641,2143 -"64557",15290,20496,3,641,2530 -"64558",15290,22403,2,641,1630 -"64559",15290,24405,3,641,1443 -"64560",15290,24444,3,641,1617 -"64561",15290,24497,2,641,1979 -"64562",15290,26080,3,641,2525 -"64563",15290,26659,3,641,903 -"64564",15290,26737,3,641,855 -"64565",15290,27355,3,641,870 -"64566",15290,28002,2,641,914 -"64567",15290,29930,3,641,2240 -"64568",15290,34735,3,641,2767 -"64569",15290,35069,3,641,2069 -"64570",15290,38263,2,641,2475 -"64571",15290,39278,3,641,1952 -"64572",15290,40072,3,641,1182 -"64573",15290,40646,3,641,1583 -"64574",15290,41108,3,641,1624 -"64575",15290,42333,3,641,2234 -"64576",15290,43481,3,641,875 -"64577",15290,50236,3,641,2339 -"64578",15290,53134,3,641,1590 -"64579",15290,54929,3,641,2783 -"64580",15290,57150,3,641,1196 -"64581",15290,57760,2,641,1721 -"64582",15290,70785,3,641,1440 -"64583",15290,80219,3,641,988 -"64584",15290,84074,3,641,887 -"64585",15290,84799,3,641,2656 -"64586",15290,84942,3,641,1467 -"64587",15290,90802,3,641,877 -"64588",15296,2424,3,600,2582 -"64589",15296,6062,2,600,2681 -"64590",15296,11456,3,600,2715 -"64591",15296,13760,3,600,2871 -"64592",15296,15290,2,600,641 -"64593",15296,15813,3,600,2143 -"64594",15296,16111,3,600,1714 -"64595",15296,17931,3,600,1617 -"64596",15296,18601,2,600,2143 -"64597",15296,20496,2,600,2530 -"64598",15296,24444,2,600,1617 -"64599",15296,24497,1,600,1979 -"64600",15296,25544,3,600,2475 -"64601",15296,26721,3,600,2586 -"64602",15296,30322,2,600,2346 -"64603",15296,30334,2,600,2075 -"64604",15296,37636,3,600,2178 -"64605",15296,38263,1,600,2475 -"64606",15296,40392,3,600,1878 -"64607",15296,43481,1,600,875 -"64608",15296,51783,3,600,2599 -"64609",15296,54929,3,600,2783 -"64610",15296,56859,3,600,2319 -"64611",15296,58078,3,600,1252 -"64612",15296,62739,3,600,2753 -"64613",15296,69348,3,600,2783 -"64614",15296,72088,3,600,2728 -"64615",15296,74377,3,600,1285 -"64616",15296,76892,3,600,2381 -"64617",15296,84074,2,600,887 -"64618",15296,95680,3,600,801 -"64619",15296,104106,3,600,1204 -"64620",15299,1616,3,2213,2662 -"64621",15299,2484,3,2213,2389 -"64622",15299,3161,3,2213,2229 -"64623",15299,5462,2,2213,2374 -"64624",15299,5504,3,2213,2389 -"64625",15299,12713,2,2213,2440 -"64626",15299,13929,3,2213,2693 -"64627",15299,19606,3,2213,2783 -"64628",15299,20563,3,2213,2267 -"64629",15299,20700,3,2213,2861 -"64630",15299,26516,3,2213,2479 -"64631",15299,27478,3,2213,2485 -"64632",15299,31799,3,2213,2547 -"64633",15299,35256,3,2213,2271 -"64634",15299,36962,3,2213,2861 -"64635",15299,37418,3,2213,2710 -"64636",15299,39444,3,2213,2695 -"64637",15299,49965,3,2213,2301 -"64638",15299,51410,3,2213,2739 -"64639",15299,55691,3,2213,2856 -"64640",15299,55828,3,2213,2393 -"64641",15299,57977,3,2213,2683 -"64642",15299,58508,3,2213,2326 -"64643",15299,68810,3,2213,2409 -"64644",15299,78563,3,2213,2385 -"64645",15299,85430,3,2213,2370 -"64646",15301,377,3,2308,2389 -"64647",15301,1090,3,2308,2370 -"64648",15301,3164,2,2308,2693 -"64649",15301,4932,3,2308,2752 -"64650",15301,5816,3,2308,2408 -"64651",15301,6030,2,2308,2953 -"64652",15301,6074,3,2308,2426 -"64653",15301,11966,2,2308,2385 -"64654",15301,12035,3,2308,2721 -"64655",15301,12042,3,2308,2345 -"64656",15301,13311,3,2308,2315 -"64657",15301,14754,3,2308,2456 -"64658",15301,16352,2,2308,2657 -"64659",15301,18808,3,2308,2854 -"64660",15301,19072,3,2308,2358 -"64661",15301,19862,3,2308,2412 -"64662",15301,20284,3,2308,2530 -"64663",15301,20292,2,2308,2755 -"64664",15301,20407,3,2308,2339 -"64665",15301,21571,1,2308,2755 -"64666",15301,21682,2,2308,2414 -"64667",15301,23310,3,2308,2371 -"64668",15301,26080,3,2308,2525 -"64669",15301,26608,3,2308,2329 -"64670",15301,28168,2,2308,2702 -"64671",15301,28296,3,2308,2944 -"64672",15301,31251,2,2308,2498 -"64673",15301,32567,2,2308,2784 -"64674",15301,34735,2,2308,2767 -"64675",15301,35264,3,2308,2329 -"64676",15301,35926,3,2308,2371 -"64677",15301,41972,3,2308,2509 -"64678",15301,49110,3,2308,2938 -"64679",15301,50236,3,2308,2339 -"64680",15301,51052,3,2308,2784 -"64681",15301,51866,3,2308,2411 -"64682",15301,53362,2,2308,2360 -"64683",15301,53530,3,2308,2380 -"64684",15301,54551,3,2308,2348 -"64685",15301,54929,3,2308,2783 -"64686",15301,60672,3,2308,2876 -"64687",15301,66413,3,2308,2507 -"64688",15301,88232,3,2308,2881 -"64689",15309,21138,3,2820,2849 -"64690",15309,33801,3,2820,2899 -"64691",15309,53475,3,2820,2853 -"64692",15315,1102,3,2173,2282 -"64693",15315,6074,3,2173,2426 -"64694",15315,21682,3,2173,2414 -"64695",15315,24807,3,2173,2319 -"64696",15315,42935,2,2173,2400 -"64697",15315,47248,3,2173,2883 -"64698",15315,55139,3,2173,2323 -"64699",15343,671,3,2125,2328 -"64700",15343,1262,3,2125,2973 -"64701",15343,3695,3,2125,2612 -"64702",15343,3714,2,2125,2605 -"64703",15343,7078,3,2125,2344 -"64704",15343,7394,3,2125,2615 -"64705",15343,12035,3,2125,2721 -"64706",15343,12684,2,2125,2182 -"64707",15343,13732,3,2125,2789 -"64708",15343,13929,3,2125,2693 -"64709",15343,18151,3,2125,2962 -"64710",15343,18366,3,2125,2699 -"64711",15343,19872,3,2125,2913 -"64712",15343,21417,2,2125,2422 -"64713",15343,21693,3,2125,2176 -"64714",15343,21795,2,2125,2653 -"64715",15343,22326,3,2125,2818 -"64716",15343,23728,3,2125,2601 -"64717",15343,26436,3,2125,2489 -"64718",15343,26865,2,2125,2726 -"64719",15343,30081,3,2125,2403 -"64720",15343,32761,3,2125,2680 -"64721",15343,33460,3,2125,2781 -"64722",15343,34311,3,2125,2213 -"64723",15343,34327,2,2125,2959 -"64724",15343,36950,3,2125,2204 -"64725",15343,42618,2,2125,2316 -"64726",15343,43383,3,2125,2960 -"64727",15343,45664,3,2125,2235 -"64728",15343,46602,3,2125,2786 -"64729",15343,49998,3,2125,2761 -"64730",15343,52950,3,2125,2716 -"64731",15343,55468,3,2125,2511 -"64732",15343,55691,2,2125,2856 -"64733",15343,56082,3,2125,2395 -"64734",15343,67836,3,2125,2195 -"64735",15343,68215,3,2125,2727 -"64736",15343,70046,2,2125,2624 -"64737",15343,73266,3,2125,2496 -"64738",15343,76997,3,2125,2223 -"64739",15343,84649,3,2125,2280 -"64740",15343,85638,3,2125,2275 -"64741",15343,90501,3,2125,2380 -"64742",15379,5392,3,1231,1648 -"64743",15379,12602,3,1231,1956 -"64744",15379,13835,3,1231,1588 -"64745",15379,19676,2,1231,1515 -"64746",15379,20162,2,1231,2328 -"64747",15379,31705,3,1231,2706 -"64748",15379,37301,3,1231,2160 -"64749",15379,43953,3,1231,2203 -"64750",15379,50667,3,1231,2719 -"64751",15379,50685,2,1231,2008 -"64752",15379,57360,3,1231,2429 -"64753",15379,64699,2,1231,2797 -"64754",15379,66878,3,1231,1949 -"64755",15379,67145,3,1231,2015 -"64756",15379,77155,2,1231,2946 -"64757",15381,270,3,2289,2542 -"64758",15381,377,3,2289,2389 -"64759",15381,2424,3,2289,2582 -"64760",15381,6044,3,2289,2744 -"64761",15381,6074,3,2289,2426 -"64762",15381,7794,3,2289,2972 -"64763",15381,11218,3,2289,2292 -"64764",15381,12042,2,2289,2345 -"64765",15381,15008,3,2289,2338 -"64766",15381,15729,3,2289,2338 -"64767",15381,15821,3,2289,2456 -"64768",15381,16352,3,2289,2657 -"64769",15381,16628,3,2289,2409 -"64770",15381,17365,2,2289,2746 -"64771",15381,17826,3,2289,2920 -"64772",15381,21463,3,2289,2437 -"64773",15381,22567,3,2289,2396 -"64774",15381,23132,3,2289,2756 -"64775",15381,24060,3,2289,2349 -"64776",15381,26080,3,2289,2525 -"64777",15381,31131,3,2289,2810 -"64778",15381,36506,3,2289,2638 -"64779",15381,37059,2,2289,2840 -"64780",15381,37060,3,2289,2840 -"64781",15381,37238,3,2289,2609 -"64782",15381,38307,2,2289,2648 -"64783",15381,40383,3,2289,2639 -"64784",15381,41945,3,2289,2856 -"64785",15381,42799,3,2289,2729 -"64786",15381,43455,2,2289,2846 -"64787",15381,43796,2,2289,2476 -"64788",15381,46951,3,2289,2429 -"64789",15381,47534,3,2289,2712 -"64790",15381,51866,3,2289,2411 -"64791",15381,52032,3,2289,2853 -"64792",15381,52892,3,2289,2372 -"64793",15381,53530,2,2289,2380 -"64794",15381,61982,3,2289,2725 -"64795",15381,76132,3,2289,2426 -"64796",15389,733,2,143,1653 -"64797",15389,2063,2,143,1278 -"64798",15389,2743,3,143,1278 -"64799",15389,3242,3,143,1730 -"64800",15389,13837,3,143,1604 -"64801",15389,16164,3,143,1184 -"64802",15389,18277,3,143,2309 -"64803",15389,20319,3,143,468 -"64804",15389,20824,3,143,1366 -"64805",15389,23534,3,143,1659 -"64806",15389,25976,3,143,659 -"64807",15389,26706,2,143,1846 -"64808",15389,34136,3,143,2202 -"64809",15389,40672,3,143,1315 -"64810",15389,49189,2,143,1550 -"64811",15389,50667,3,143,2719 -"64812",15389,51022,3,143,1499 -"64813",15389,51410,3,143,2739 -"64814",15389,52457,3,143,849 -"64815",15389,58133,3,143,1484 -"64816",15389,58221,2,143,1787 -"64817",15389,67009,2,143,179 -"64818",15389,73728,2,143,784 -"64819",15389,82767,3,143,1641 -"64820",15389,92322,3,143,2393 -"64821",15389,94783,3,143,659 -"64822",15389,94908,3,143,1413 -"64823",15389,99103,1,143,1470 -"64824",15389,103420,3,143,433 -"64825",15389,119444,3,143,888 -"64826",15401,997,3,1999,2788 -"64827",15401,2424,3,1999,2582 -"64828",15401,2484,3,1999,2389 -"64829",15401,2684,3,1999,2874 -"64830",15401,3271,3,1999,2216 -"64831",15401,3947,3,1999,2067 -"64832",15401,3961,3,1999,2426 -"64833",15401,5239,2,1999,2875 -"64834",15401,7984,2,1999,2493 -"64835",15401,9272,3,1999,2835 -"64836",15401,9311,3,1999,2477 -"64837",15401,9362,3,1999,2879 -"64838",15401,11477,2,1999,2724 -"64839",15401,12901,3,1999,2136 -"64840",15401,13388,3,1999,2119 -"64841",15401,13780,2,1999,2412 -"64842",15401,14108,3,1999,2012 -"64843",15401,14723,3,1999,2019 -"64844",15401,16365,3,1999,2217 -"64845",15401,16801,2,1999,2008 -"64846",15401,16826,3,1999,2599 -"64847",15401,18571,3,1999,2128 -"64848",15401,20067,3,1999,2390 -"64849",15401,20124,3,1999,2376 -"64850",15401,21285,3,1999,2100 -"64851",15401,21670,3,1999,2158 -"64852",15401,21681,3,1999,2005 -"64853",15401,23132,3,1999,2756 -"64854",15401,23223,3,1999,2094 -"64855",15401,23725,3,1999,2378 -"64856",15401,26451,3,1999,2133 -"64857",15401,28582,3,1999,2698 -"64858",15401,29004,3,1999,2596 -"64859",15401,30747,2,1999,2455 -"64860",15401,31124,3,1999,2351 -"64861",15401,31700,3,1999,2727 -"64862",15401,32988,1,1999,2008 -"64863",15401,33433,3,1999,2805 -"64864",15401,33801,3,1999,2899 -"64865",15401,34158,3,1999,2639 -"64866",15401,36031,3,1999,2342 -"64867",15401,36559,3,1999,2473 -"64868",15401,36862,3,1999,2655 -"64869",15401,38602,3,1999,2693 -"64870",15401,40565,3,1999,2115 -"64871",15401,42196,3,1999,2765 -"64872",15401,42505,2,1999,2008 -"64873",15401,43226,3,1999,2442 -"64874",15401,46040,2,1999,2105 -"64875",15401,46951,3,1999,2429 -"64876",15401,48110,3,1999,2009 -"64877",15401,48215,3,1999,2028 -"64878",15401,49265,3,1999,2686 -"64879",15401,51410,3,1999,2739 -"64880",15401,53323,3,1999,2677 -"64881",15401,55139,3,1999,2323 -"64882",15401,56237,3,1999,2625 -"64883",15401,56317,3,1999,2030 -"64884",15401,57380,3,1999,2362 -"64885",15401,58164,3,1999,2398 -"64886",15401,58508,3,1999,2326 -"64887",15401,64997,3,1999,2791 -"64888",15401,65322,2,1999,2008 -"64889",15401,69335,3,1999,2698 -"64890",15401,72728,3,1999,2234 -"64891",15401,78150,2,1999,2581 -"64892",15401,88232,3,1999,2881 -"64893",15401,92757,2,1999,2615 -"64894",15402,14,3,1281,1793 -"64895",15402,270,3,1281,2542 -"64896",15402,360,3,1281,1671 -"64897",15402,380,3,1281,2261 -"64898",15402,449,3,1281,1950 -"64899",15402,1102,3,1281,2282 -"64900",15402,1124,3,1281,1596 -"64901",15402,1196,3,1281,1986 -"64902",15402,1315,2,1281,2760 -"64903",15402,2111,3,1281,1904 -"64904",15402,2195,3,1281,2139 -"64905",15402,2289,3,1281,2389 -"64906",15402,3139,2,1281,1656 -"64907",15402,3306,3,1281,1989 -"64908",15402,3493,3,1281,2451 -"64909",15402,3961,3,1281,2426 -"64910",15402,4191,3,1281,2130 -"64911",15402,4360,2,1281,1770 -"64912",15402,4889,3,1281,1501 -"64913",15402,4953,3,1281,2285 -"64914",15402,5041,3,1281,2371 -"64915",15402,5072,2,1281,2175 -"64916",15402,5258,3,1281,2730 -"64917",15402,5315,3,1281,2631 -"64918",15402,5350,2,1281,2522 -"64919",15402,5405,2,1281,1510 -"64920",15402,5622,1,1281,2175 -"64921",15402,5971,3,1281,1985 -"64922",15402,5984,3,1281,1675 -"64923",15402,5986,2,1281,1721 -"64924",15402,6047,2,1281,2004 -"64925",15402,6222,3,1281,1949 -"64926",15402,6417,2,1281,1675 -"64927",15402,6588,2,1281,2025 -"64928",15402,7180,2,1281,2227 -"64929",15402,7234,2,1281,2654 -"64930",15402,7627,3,1281,1543 -"64931",15402,7858,3,1281,1795 -"64932",15402,9364,3,1281,1698 -"64933",15402,9928,3,1281,2345 -"64934",15402,10358,2,1281,2294 -"64935",15402,10488,2,1281,1524 -"64936",15402,10717,3,1281,1938 -"64937",15402,10857,2,1281,2253 -"64938",15402,10874,3,1281,1891 -"64939",15402,11218,2,1281,2292 -"64940",15402,11229,3,1281,1625 -"64941",15402,11477,3,1281,2724 -"64942",15402,12042,2,1281,2345 -"64943",15402,12310,2,1281,1337 -"64944",15402,12375,2,1281,1873 -"64945",15402,12462,3,1281,1461 -"64946",15402,13307,3,1281,2206 -"64947",15402,13311,2,1281,2315 -"64948",15402,13479,3,1281,2155 -"64949",15402,14032,2,1281,2144 -"64950",15402,14482,3,1281,1573 -"64951",15402,14972,3,1281,2332 -"64952",15402,15003,3,1281,2067 -"64953",15402,15309,3,1281,2820 -"64954",15402,15700,3,1281,1712 -"64955",15402,16352,3,1281,2657 -"64956",15402,17400,2,1281,2231 -"64957",15402,18348,3,1281,1711 -"64958",15402,18394,3,1281,2356 -"64959",15402,18543,3,1281,2968 -"64960",15402,18874,3,1281,2170 -"64961",15402,19072,3,1281,2358 -"64962",15402,19622,2,1281,2371 -"64963",15402,20124,3,1281,2376 -"64964",15402,21795,3,1281,2653 -"64965",15402,22260,3,1281,2137 -"64966",15402,22362,3,1281,1836 -"64967",15402,22403,3,1281,1630 -"64968",15402,23159,3,1281,1548 -"64969",15402,23310,3,1281,2371 -"64970",15402,23312,3,1281,2449 -"64971",15402,23526,3,1281,1998 -"64972",15402,23715,3,1281,1859 -"64973",15402,23725,1,1281,2378 -"64974",15402,23729,3,1281,1624 -"64975",15402,24791,3,1281,1833 -"64976",15402,25325,3,1281,2963 -"64977",15402,25643,2,1281,1646 -"64978",15402,26080,3,1281,2525 -"64979",15402,26366,3,1281,1688 -"64980",15402,26818,3,1281,1999 -"64981",15402,26867,3,1281,1804 -"64982",15402,27377,3,1281,1724 -"64983",15402,27427,3,1281,2325 -"64984",15402,29930,3,1281,2240 -"64985",15402,30165,2,1281,1409 -"64986",15402,30405,3,1281,2164 -"64987",15402,31093,3,1281,2160 -"64988",15402,31307,3,1281,2139 -"64989",15402,31436,2,1281,2892 -"64990",15402,32919,2,1281,2321 -"64991",15402,34057,3,1281,1657 -"64992",15402,34480,3,1281,2755 -"64993",15402,34735,3,1281,2767 -"64994",15402,35926,1,1281,2371 -"64995",15402,36714,3,1281,2209 -"64996",15402,37859,3,1281,1999 -"64997",15402,39294,1,1281,1889 -"64998",15402,39880,3,1281,1620 -"64999",15402,39906,3,1281,2365 -"65000",15402,40028,3,1281,1349 -"65001",15402,40293,3,1281,1671 -"65002",15402,41955,3,1281,2479 -"65003",15402,42783,3,1281,2338 -"65004",15402,43213,2,1281,2160 -"65005",15402,43335,3,1281,1412 -"65006",15402,43385,3,1281,1623 -"65007",15402,44188,3,1281,1609 -"65008",15402,44557,3,1281,2371 -"65009",15402,45684,1,1281,2200 -"65010",15402,46196,1,1281,1510 -"65011",15402,46629,3,1281,2255 -"65012",15402,47857,3,1281,2325 -"65013",15402,48283,3,1281,1290 -"65014",15402,49608,2,1281,2184 -"65015",15402,50134,3,1281,2674 -"65016",15402,50236,3,1281,2339 -"65017",15402,51243,3,1281,1389 -"65018",15402,52026,3,1281,2633 -"65019",15402,52136,2,1281,1412 -"65020",15402,52345,3,1281,1430 -"65021",15402,52789,3,1281,1791 -"65022",15402,53134,3,1281,1590 -"65023",15402,53303,3,1281,1376 -"65024",15402,54551,2,1281,2348 -"65025",15402,54879,3,1281,2210 -"65026",15402,54929,3,1281,2783 -"65027",15402,56082,2,1281,2395 -"65028",15402,57246,2,1281,1873 -"65029",15402,57760,3,1281,1721 -"65030",15402,58035,3,1281,1646 -"65031",15402,58384,3,1281,1637 -"65032",15402,60280,2,1281,1918 -"65033",15402,62488,3,1281,1418 -"65034",15402,67805,3,1281,1338 -"65035",15402,69716,3,1281,2632 -"65036",15402,72207,2,1281,2430 -"65037",15402,72326,3,1281,2384 -"65038",15402,75028,3,1281,1660 -"65039",15402,75403,2,1281,1895 -"65040",15402,76048,2,1281,2373 -"65041",15402,82929,3,1281,2475 -"65042",15402,84022,3,1281,2289 -"65043",15402,86245,3,1281,1972 -"65044",15402,87837,2,1281,1987 -"65045",15402,95846,3,1281,1324 -"65046",15402,98781,3,1281,1410 -"65047",15402,99215,3,1281,2791 -"65048",15433,307,3,2038,2530 -"65049",15433,9893,2,2038,2701 -"65050",15433,11055,3,2038,2111 -"65051",15433,27390,3,2038,2425 -"65052",15433,45608,2,2038,2420 -"65053",15433,54695,3,2038,2429 -"65054",15443,3493,3,1631,2451 -"65055",15443,4303,3,1631,2414 -"65056",15443,7942,3,1631,2623 -"65057",15443,9332,3,1631,2734 -"65058",15443,10457,3,1631,1711 -"65059",15443,12361,1,1631,2732 -"65060",15443,16482,3,1631,1958 -"65061",15443,17645,3,1631,1918 -"65062",15443,18005,3,1631,2449 -"65063",15443,18421,3,1631,2457 -"65064",15443,19605,3,1631,2395 -"65065",15443,19655,2,1631,2706 -"65066",15443,29818,3,1631,1677 -"65067",15443,31335,3,1631,2351 -"65068",15443,39256,2,1631,2449 -"65069",15443,41581,3,1631,1692 -"65070",15443,46982,3,1631,2806 -"65071",15443,50509,3,1631,2050 -"65072",15443,50585,3,1631,2414 -"65073",15443,51144,3,1631,2466 -"65074",15443,53687,3,1631,2422 -"65075",15443,54313,3,1631,1645 -"65076",15443,85198,3,1631,1794 -"65077",15444,14353,3,2764,2878 -"65078",15444,14586,2,2764,2801 -"65079",15444,14959,3,2764,2898 -"65080",15444,17027,2,2764,2772 -"65081",15444,28626,3,2764,2842 -"65082",15444,33801,3,2764,2899 -"65083",15444,41945,3,2764,2856 -"65084",15444,44688,3,2764,2924 -"65085",15444,53475,3,2764,2853 -"65086",15453,499,3,1688,1931 -"65087",15453,602,3,1688,2632 -"65088",15453,765,3,1688,2073 -"65089",15453,1315,3,1688,2760 -"65090",15453,1367,3,1688,2176 -"65091",15453,2057,3,1688,1965 -"65092",15453,2407,3,1688,1725 -"65093",15453,2424,3,1688,2582 -"65094",15453,2747,3,1688,2411 -"65095",15453,3175,2,1688,1938 -"65096",15453,3460,1,1688,2530 -"65097",15453,3896,2,1688,2693 -"65098",15453,4751,3,1688,2696 -"65099",15453,4821,2,1688,1938 -"65100",15453,5580,3,1688,2111 -"65101",15453,7245,3,1688,2089 -"65102",15453,9311,3,1688,2477 -"65103",15453,9654,3,1688,2111 -"65104",15453,11160,3,1688,2952 -"65105",15453,11239,3,1688,2181 -"65106",15453,14103,3,1688,2204 -"65107",15453,15207,2,1688,1855 -"65108",15453,15636,3,1688,2857 -"65109",15453,16067,3,1688,2727 -"65110",15453,16751,3,1688,2301 -"65111",15453,16866,3,1688,2718 -"65112",15453,18348,3,1688,1711 -"65113",15453,18415,3,1688,2184 -"65114",15453,18865,3,1688,2676 -"65115",15453,20067,3,1688,2390 -"65116",15453,21929,3,1688,2062 -"65117",15453,22311,3,1688,2034 -"65118",15453,22709,3,1688,2743 -"65119",15453,23312,3,1688,2449 -"65120",15453,23787,3,1688,2810 -"65121",15453,23869,3,1688,1918 -"65122",15453,24206,3,1688,2307 -"65123",15453,26249,3,1688,2301 -"65124",15453,27501,3,1688,1981 -"65125",15453,29170,3,1688,1846 -"65126",15453,30150,3,1688,1704 -"65127",15453,30262,3,1688,1715 -"65128",15453,30943,3,1688,2287 -"65129",15453,31997,3,1688,1703 -"65130",15453,32606,3,1688,2100 -"65131",15453,32939,3,1688,2277 -"65132",15453,33052,3,1688,2251 -"65133",15453,34831,3,1688,1866 -"65134",15453,34921,3,1688,2181 -"65135",15453,36439,3,1688,2469 -"65136",15453,36646,2,1688,2744 -"65137",15453,38755,3,1688,2902 -"65138",15453,42196,2,1688,2765 -"65139",15453,42642,1,1688,2257 -"65140",15453,46803,3,1688,2305 -"65141",15453,47440,3,1688,2234 -"65142",15453,47877,3,1688,2970 -"65143",15453,48215,3,1688,2028 -"65144",15453,50269,3,1688,1966 -"65145",15453,50382,3,1688,2244 -"65146",15453,51055,2,1688,2558 -"65147",15453,51879,3,1688,1771 -"65148",15453,52215,3,1688,1908 -"65149",15453,54067,3,1688,2433 -"65150",15453,54879,3,1688,2210 -"65151",15453,56893,3,1688,2597 -"65152",15453,57804,3,1688,2214 -"65153",15453,60516,2,1688,2257 -"65154",15453,63395,2,1688,2334 -"65155",15453,63641,3,1688,2337 -"65156",15453,64436,3,1688,2687 -"65157",15453,64469,3,1688,2707 -"65158",15453,66726,3,1688,2068 -"65159",15453,67726,3,1688,2873 -"65160",15453,69591,3,1688,2294 -"65161",15453,69716,3,1688,2632 -"65162",15453,70203,3,1688,2756 -"65163",15453,74204,3,1688,2463 -"65164",15453,77077,3,1688,2693 -"65165",15453,77811,3,1688,1871 -"65166",15453,82819,3,1688,1900 -"65167",15453,82932,3,1688,2245 -"65168",15453,86152,3,1688,1944 -"65169",15453,99557,3,1688,1703 -"65170",15462,1367,3,1141,2176 -"65171",15462,2424,3,1141,2582 -"65172",15462,2747,3,1141,2411 -"65173",15462,3271,2,1141,2216 -"65174",15462,5346,2,1141,1438 -"65175",15462,5580,3,1141,2111 -"65176",15462,6821,3,1141,1788 -"65177",15462,7245,3,1141,2089 -"65178",15462,7785,3,1141,2441 -"65179",15462,7942,3,1141,2623 -"65180",15462,8073,3,1141,1847 -"65181",15462,9030,3,1141,1979 -"65182",15462,9272,3,1141,2835 -"65183",15462,9654,3,1141,2111 -"65184",15462,10373,3,1141,2436 -"65185",15462,12361,2,1141,2732 -"65186",15462,13671,3,1141,1371 -"65187",15462,14586,3,1141,2801 -"65188",15462,15207,2,1141,1855 -"65189",15462,15443,3,1141,1631 -"65190",15462,15453,3,1141,1688 -"65191",15462,16029,3,1141,1160 -"65192",15462,16067,3,1141,2727 -"65193",15462,16437,2,1141,1956 -"65194",15462,16776,3,1141,1565 -"65195",15462,18348,3,1141,1711 -"65196",15462,18415,3,1141,2184 -"65197",15462,19165,3,1141,2436 -"65198",15462,19231,3,1141,1424 -"65199",15462,19655,3,1141,2706 -"65200",15462,19934,3,1141,2888 -"65201",15462,20308,3,1141,2254 -"65202",15462,20395,3,1141,1468 -"65203",15462,20894,3,1141,2214 -"65204",15462,21929,3,1141,2062 -"65205",15462,22652,2,1141,1544 -"65206",15462,23015,3,1141,1362 -"65207",15462,24512,3,1141,1369 -"65208",15462,25751,3,1141,1523 -"65209",15462,27280,3,1141,1965 -"65210",15462,27722,2,1141,1266 -"65211",15462,28051,3,1141,2089 -"65212",15462,28081,3,1141,1927 -"65213",15462,28094,3,1141,1423 -"65214",15462,30262,3,1141,1715 -"65215",15462,30891,3,1141,1256 -"65216",15462,30943,3,1141,2287 -"65217",15462,32532,3,1141,2338 -"65218",15462,32560,3,1141,1258 -"65219",15462,32939,3,1141,2277 -"65220",15462,33356,3,1141,1586 -"65221",15462,33451,3,1141,1957 -"65222",15462,37752,1,1141,2223 -"65223",15462,38259,3,1141,2258 -"65224",15462,38755,3,1141,2902 -"65225",15462,39875,3,1141,2422 -"65226",15462,42642,3,1141,2257 -"65227",15462,43226,3,1141,2442 -"65228",15462,46803,3,1141,2305 -"65229",15462,48110,3,1141,2009 -"65230",15462,54388,3,1141,1257 -"65231",15462,57804,3,1141,2214 -"65232",15462,58508,3,1141,2326 -"65233",15462,58829,3,1141,1256 -"65234",15462,59039,3,1141,2870 -"65235",15462,59485,3,1141,1564 -"65236",15462,59726,3,1141,1513 -"65237",15462,61723,3,1141,1262 -"65238",15462,63641,3,1141,2337 -"65239",15462,65188,3,1141,2213 -"65240",15462,67719,3,1141,2429 -"65241",15462,67726,3,1141,2873 -"65242",15462,68789,3,1141,1929 -"65243",15462,69335,3,1141,2698 -"65244",15462,69716,3,1141,2632 -"65245",15462,74795,3,1141,1319 -"65246",15462,74818,3,1141,1440 -"65247",15462,77077,3,1141,2693 -"65248",15462,80301,3,1141,1690 -"65249",15462,80506,2,1141,1920 -"65250",15462,85356,3,1141,1492 -"65251",15462,85869,3,1141,1509 -"65252",15462,94520,2,1141,1243 -"65253",15462,99557,3,1141,1703 -"65254",15462,119524,3,1141,1930 -"65255",15500,1777,3,1658,1965 -"65256",15500,2765,3,1658,2321 -"65257",15500,3488,3,1658,2351 -"65258",15500,3830,3,1658,1661 -"65259",15500,4863,3,1658,1961 -"65260",15500,5078,3,1658,2033 -"65261",15500,5457,3,1658,2077 -"65262",15500,5462,3,1658,2374 -"65263",15500,5504,3,1658,2389 -"65264",15500,5621,3,1658,1860 -"65265",15500,9030,3,1658,1979 -"65266",15500,13732,3,1658,2789 -"65267",15500,14652,3,1658,2516 -"65268",15500,15626,3,1658,2434 -"65269",15500,17826,3,1658,2920 -"65270",15500,18151,3,1658,2962 -"65271",15500,18458,1,1658,2477 -"65272",15500,20423,3,1658,2654 -"65273",15500,20659,1,1658,1969 -"65274",15500,21225,2,1658,1945 -"65275",15500,22216,3,1658,1956 -"65276",15500,26106,1,1658,2015 -"65277",15500,26793,3,1658,2104 -"65278",15500,26865,3,1658,2726 -"65279",15500,29224,3,1658,2011 -"65280",15500,30081,3,1658,2403 -"65281",15500,32761,2,1658,2680 -"65282",15500,36559,3,1658,2473 -"65283",15500,37677,1,1658,1908 -"65284",15500,38908,2,1658,1787 -"65285",15500,39827,3,1658,2321 -"65286",15500,41278,3,1658,1873 -"65287",15500,43839,2,1658,1685 -"65288",15500,44235,2,1658,2700 -"65289",15500,47947,3,1658,2681 -"65290",15500,49032,2,1658,2469 -"65291",15500,49461,3,1658,2793 -"65292",15500,49666,2,1658,2408 -"65293",15500,51853,3,1658,2520 -"65294",15500,53637,3,1658,2113 -"65295",15500,55556,3,1658,2075 -"65296",15500,57781,3,1658,1971 -"65297",15500,59096,3,1658,1677 -"65298",15500,67264,2,1658,2790 -"65299",15500,71478,3,1658,1721 -"65300",15500,71702,2,1658,2353 -"65301",15502,3403,3,2637,2951 -"65302",15502,19057,3,2637,2664 -"65303",15502,47130,3,2637,2654 -"65304",15502,61513,3,2637,2948 -"65305",15527,3695,3,2039,2612 -"65306",15535,194,3,891,1243 -"65307",15535,380,3,891,2261 -"65308",15535,1314,3,891,1522 -"65309",15535,1349,2,891,1147 -"65310",15535,1519,3,891,2349 -"65311",15535,1702,1,891,1984 -"65312",15535,1846,3,891,1845 -"65313",15535,2936,3,891,2512 -"65314",15535,3493,3,891,2451 -"65315",15535,4001,3,891,1687 -"65316",15535,4526,3,891,1728 -"65317",15535,5235,3,891,2324 -"65318",15535,5683,3,891,2468 -"65319",15535,6449,3,891,1997 -"65320",15535,7337,3,891,1797 -"65321",15535,7450,3,891,2827 -"65322",15535,12361,3,891,2732 -"65323",15535,12518,3,891,2747 -"65324",15535,14749,3,891,1998 -"65325",15535,17037,3,891,2947 -"65326",15535,19655,3,891,2706 -"65327",15535,20941,2,891,2725 -"65328",15535,21383,3,891,971 -"65329",15535,21684,3,891,1971 -"65330",15535,22244,3,891,2139 -"65331",15535,23756,3,891,2309 -"65332",15535,27686,3,891,2844 -"65333",15535,29977,3,891,2781 -"65334",15535,30034,3,891,2357 -"65335",15535,30870,3,891,2370 -"65336",15535,31335,2,891,2351 -"65337",15535,31866,3,891,2101 -"65338",15535,36829,3,891,2722 -"65339",15535,38691,3,891,2585 -"65340",15535,43673,3,891,2787 -"65341",15535,50630,3,891,2615 -"65342",15535,51144,3,891,2466 -"65343",15535,51879,3,891,1771 -"65344",15535,62626,3,891,2787 -"65345",15535,68539,3,891,1158 -"65346",15535,70583,3,891,2615 -"65347",15535,72632,3,891,1289 -"65348",15535,73107,3,891,1918 -"65349",15535,85198,3,891,1794 -"65350",15535,87907,3,891,1173 -"65351",15535,96310,3,891,1016 -"65352",15535,96715,3,891,1792 -"65353",15539,145,3,1929,1998 -"65354",15539,377,3,1929,2389 -"65355",15539,380,3,1929,2261 -"65356",15539,499,3,1929,1931 -"65357",15539,543,3,1929,2203 -"65358",15539,913,3,1929,2144 -"65359",15539,1102,3,1929,2282 -"65360",15539,1151,3,1929,2885 -"65361",15539,1367,3,1929,2176 -"65362",15539,1616,3,1929,2662 -"65363",15539,1777,2,1929,1965 -"65364",15539,2036,2,1929,2483 -"65365",15539,2166,3,1929,2557 -"65366",15539,2484,3,1929,2389 -"65367",15539,2684,3,1929,2874 -"65368",15539,3161,3,1929,2229 -"65369",15539,4057,3,1929,2389 -"65370",15539,4618,3,1929,2607 -"65371",15539,4701,2,1929,2401 -"65372",15539,5078,3,1929,2033 -"65373",15539,5148,3,1929,2206 -"65374",15539,5457,3,1929,2077 -"65375",15539,5462,2,1929,2374 -"65376",15539,5504,2,1929,2389 -"65377",15539,5669,3,1929,2502 -"65378",15539,5725,3,1929,2789 -"65379",15539,6428,3,1929,1952 -"65380",15539,6491,2,1929,2424 -"65381",15539,7245,3,1929,2089 -"65382",15539,7323,3,1929,2858 -"65383",15539,8533,2,1929,2251 -"65384",15539,9175,3,1929,2639 -"65385",15539,10404,3,1929,2062 -"65386",15539,10859,3,1929,2231 -"65387",15539,12374,3,1929,2260 -"65388",15539,12713,3,1929,2440 -"65389",15539,12728,3,1929,2374 -"65390",15539,12867,3,1929,2773 -"65391",15539,14507,3,1929,2686 -"65392",15539,15184,3,1929,2396 -"65393",15539,15299,3,1929,2213 -"65394",15539,19027,3,1929,2721 -"65395",15539,19606,2,1929,2783 -"65396",15539,20311,3,1929,1981 -"65397",15539,20563,2,1929,2267 -"65398",15539,21104,3,1929,2327 -"65399",15539,21275,3,1929,2609 -"65400",15539,24255,3,1929,2770 -"65401",15539,25198,3,1929,1982 -"65402",15539,26351,3,1929,2683 -"65403",15539,26436,3,1929,2489 -"65404",15539,26451,2,1929,2133 -"65405",15539,26516,2,1929,2479 -"65406",15539,27478,3,1929,2485 -"65407",15539,27628,3,1929,2389 -"65408",15539,27753,3,1929,2750 -"65409",15539,28285,3,1929,2972 -"65410",15539,28892,3,1929,2023 -"65411",15539,29073,2,1929,2328 -"65412",15539,30119,3,1929,1961 -"65413",15539,31235,3,1929,2668 -"65414",15539,31799,2,1929,2547 -"65415",15539,33380,3,1929,2340 -"65416",15539,34136,3,1929,2202 -"65417",15539,35256,3,1929,2271 -"65418",15539,37418,2,1929,2710 -"65419",15539,37570,3,1929,2389 -"65420",15539,40369,3,1929,2735 -"65421",15539,40432,3,1929,1956 -"65422",15539,41682,3,1929,1988 -"65423",15539,43404,3,1929,2649 -"65424",15539,43518,2,1929,2680 -"65425",15539,47386,3,1929,2226 -"65426",15539,47947,3,1929,2681 -"65427",15539,49965,3,1929,2301 -"65428",15539,53031,3,1929,2065 -"65429",15539,53300,3,1929,2162 -"65430",15539,54740,3,1929,2750 -"65431",15539,55468,3,1929,2511 -"65432",15539,55556,3,1929,2075 -"65433",15539,57544,3,1929,2443 -"65434",15539,57609,3,1929,2717 -"65435",15539,57977,1,1929,2683 -"65436",15539,58451,3,1929,1939 -"65437",15539,62840,3,1929,2502 -"65438",15539,64997,3,1929,2791 -"65439",15539,65029,3,1929,2954 -"65440",15539,70046,3,1929,2624 -"65441",15539,70203,3,1929,2756 -"65442",15539,71562,3,1929,2574 -"65443",15539,72207,3,1929,2430 -"65444",15539,72334,3,1929,2820 -"65445",15539,74095,3,1929,2333 -"65446",15539,85430,2,1929,2370 -"65447",15539,91570,3,1929,2229 -"65448",15539,108379,3,1929,2933 -"65449",15546,267,3,2055,2631 -"65450",15546,9202,3,2055,2477 -"65451",15546,9331,3,2055,2269 -"65452",15546,16866,2,2055,2718 -"65453",15546,18865,2,2055,2676 -"65454",15546,19208,2,2055,2629 -"65455",15546,19605,2,2055,2395 -"65456",15546,22207,3,2055,2365 -"65457",15546,26642,3,2055,2952 -"65458",15546,29454,3,2055,2719 -"65459",15546,36270,3,2055,2910 -"65460",15546,40565,3,2055,2115 -"65461",15546,41764,3,2055,2409 -"65462",15546,42813,3,2055,2142 -"65463",15546,44403,3,2055,2429 -"65464",15546,44688,3,2055,2924 -"65465",15546,50480,2,2055,2701 -"65466",15546,51610,3,2055,2635 -"65467",15546,56910,2,2055,2705 -"65468",15546,63395,2,2055,2334 -"65469",15546,74204,3,2055,2463 -"65470",15556,267,2,270,2631 -"65471",15556,600,3,270,1702 -"65472",15556,915,3,270,1793 -"65473",15556,2407,2,270,1725 -"65474",15556,2440,3,270,836 -"65475",15556,4001,3,270,1687 -"65476",15556,4504,3,270,1905 -"65477",15556,4821,3,270,1938 -"65478",15556,5484,3,270,582 -"65479",15556,6192,3,270,2409 -"65480",15556,9202,3,270,2477 -"65481",15556,9331,3,270,2269 -"65482",15556,10974,3,270,896 -"65483",15556,11651,3,270,526 -"65484",15556,13899,3,270,2650 -"65485",15556,15546,2,270,2055 -"65486",15556,16866,2,270,2718 -"65487",15556,17351,3,270,2036 -"65488",15556,17457,3,270,589 -"65489",15556,17632,3,270,1947 -"65490",15556,18013,3,270,1625 -"65491",15556,18122,3,270,894 -"65492",15556,18865,2,270,2676 -"65493",15556,19208,2,270,2629 -"65494",15556,19605,2,270,2395 -"65495",15556,20176,3,270,1050 -"65496",15556,22207,2,270,2365 -"65497",15556,22682,3,270,2035 -"65498",15556,23918,3,270,1881 -"65499",15556,24512,3,270,1369 -"65500",15556,26642,3,270,2952 -"65501",15556,27628,3,270,2389 -"65502",15556,28525,3,270,1273 -"65503",15556,28904,3,270,926 -"65504",15556,29454,3,270,2719 -"65505",15556,30967,3,270,818 -"65506",15556,31705,3,270,2706 -"65507",15556,34945,3,270,1298 -"65508",15556,36270,3,270,2910 -"65509",15556,37332,3,270,1891 -"65510",15556,40565,2,270,2115 -"65511",15556,41739,3,270,1339 -"65512",15556,41764,3,270,2409 -"65513",15556,42725,3,270,630 -"65514",15556,42813,3,270,2142 -"65515",15556,44403,2,270,2429 -"65516",15556,44688,3,270,2924 -"65517",15556,45329,3,270,1693 -"65518",15556,45449,3,270,1610 -"65519",15556,47789,3,270,1583 -"65520",15556,50480,2,270,2701 -"65521",15556,51610,3,270,2635 -"65522",15556,54737,3,270,326 -"65523",15556,56910,2,270,2705 -"65524",15556,57129,3,270,1858 -"65525",15556,63395,2,270,2334 -"65526",15556,68979,3,270,1173 -"65527",15556,69215,3,270,1591 -"65528",15556,69250,3,270,1439 -"65529",15556,70455,3,270,1307 -"65530",15556,74204,3,270,2463 -"65531",15556,76607,3,270,747 -"65532",15556,77550,3,270,1548 -"65533",15556,80979,3,270,1142 -"65534",15556,82270,2,270,1641 -"65535",15556,83218,3,270,1537 -"65536",15556,83334,3,270,1708 -"65537",15556,96671,3,270,359 -"65538",15556,101347,3,270,1335 -"65539",15556,106690,3,270,901 -"65540",15556,110399,3,270,480 -"65541",15558,3158,3,2389,2762 -"65542",15558,5937,3,2389,2392 -"65543",15558,6234,3,2389,2654 -"65544",15558,15150,2,2389,2801 -"65545",15558,20011,2,2389,2826 -"65546",15558,23728,1,2389,2601 -"65547",15558,30194,3,2389,2874 -"65548",15558,33460,3,2389,2781 -"65549",15558,39439,3,2389,2462 -"65550",15558,42136,3,2389,2551 -"65551",15558,44730,2,2389,2468 -"65552",15558,56413,3,2389,2747 -"65553",15560,2684,3,2257,2874 -"65554",15560,7078,3,2257,2344 -"65555",15560,7229,3,2257,2669 -"65556",15560,7234,3,2257,2654 -"65557",15560,8681,3,2257,2716 -"65558",15560,8865,3,2257,2394 -"65559",15560,9311,3,2257,2477 -"65560",15560,10148,2,2257,2964 -"65561",15560,11382,3,2257,2746 -"65562",15560,13601,3,2257,2689 -"65563",15560,13610,3,2257,2515 -"65564",15560,14655,3,2257,2559 -"65565",15560,15184,3,2257,2396 -"65566",15560,16195,3,2257,2964 -"65567",15560,19528,3,2257,2742 -"65568",15560,24448,3,2257,2289 -"65569",15560,26608,3,2257,2329 -"65570",15560,29073,2,2257,2328 -"65571",15560,30906,2,2257,2537 -"65572",15560,36031,2,2257,2342 -"65573",15560,38885,3,2257,2720 -"65574",15560,41402,3,2257,2313 -"65575",15560,42196,3,2257,2765 -"65576",15560,43756,3,2257,2881 -"65577",15560,44885,3,2257,2670 -"65578",15560,53604,3,2257,2489 -"65579",15560,67652,3,2257,2736 -"65580",15560,82929,3,2257,2475 -"65581",15563,9362,3,2719,2879 -"65582",15567,841,3,2671,2964 -"65583",15567,4367,3,2671,2794 -"65584",15567,15826,3,2671,2772 -"65585",15567,59243,3,2671,2770 -"65586",15567,62112,3,2671,2944 -"65587",15582,843,3,598,2332 -"65588",15582,1455,2,598,1262 -"65589",15582,2272,1,598,1640 -"65590",15582,2443,1,598,2333 -"65591",15582,3271,3,598,2216 -"65592",15582,4551,3,598,2720 -"65593",15582,5637,3,598,1976 -"65594",15582,7604,3,598,1366 -"65595",15582,8607,3,598,1685 -"65596",15582,8724,2,598,1326 -"65597",15582,9272,3,598,2835 -"65598",15582,9538,3,598,1786 -"65599",15582,9724,3,598,2713 -"65600",15582,9910,3,598,2526 -"65601",15582,12116,3,598,2119 -"65602",15582,14212,3,598,857 -"65603",15582,14470,2,598,2632 -"65604",15582,15782,3,598,2306 -"65605",15582,19358,3,598,880 -"65606",15582,20695,3,598,2526 -"65607",15582,22410,2,598,2158 -"65608",15582,23498,3,598,2398 -"65609",15582,23560,3,598,2051 -"65610",15582,27512,2,598,947 -"65611",15582,29778,3,598,840 -"65612",15582,30697,3,598,2891 -"65613",15582,31264,1,598,2335 -"65614",15582,32070,3,598,950 -"65615",15582,41098,2,598,1857 -"65616",15582,43226,3,598,2442 -"65617",15582,45499,3,598,2346 -"65618",15582,46568,2,598,822 -"65619",15582,48110,3,598,2009 -"65620",15582,48501,2,598,2010 -"65621",15582,49403,3,598,2427 -"65622",15582,51863,3,598,1395 -"65623",15582,52950,3,598,2716 -"65624",15582,55325,3,598,653 -"65625",15582,56168,3,598,1466 -"65626",15582,58508,3,598,2326 -"65627",15582,63329,3,598,639 -"65628",15582,65515,3,598,677 -"65629",15582,68286,3,598,2442 -"65630",15582,69335,3,598,2698 -"65631",15582,77580,3,598,888 -"65632",15582,80301,3,598,1690 -"65633",15582,82039,3,598,1327 -"65634",15582,82280,2,598,619 -"65635",15582,83334,3,598,1708 -"65636",15582,93553,3,598,2537 -"65637",15582,101381,3,598,977 -"65638",15582,110262,2,598,1138 -"65639",15583,446,3,1144,1910 -"65640",15583,10215,2,1144,2006 -"65641",15583,13835,3,1144,1588 -"65642",15583,19605,3,1144,2395 -"65643",15583,19676,2,1144,1515 -"65644",15583,20162,3,1144,2328 -"65645",15583,23268,3,1144,2258 -"65646",15583,29454,3,1144,2719 -"65647",15583,31700,3,1144,2727 -"65648",15583,31705,3,1144,2706 -"65649",15583,33433,3,1144,2805 -"65650",15583,37937,3,1144,1320 -"65651",15583,45329,3,1144,1693 -"65652",15583,50667,3,1144,2719 -"65653",15583,64699,3,1144,2797 -"65654",15583,77155,3,1144,2946 -"65655",15583,102384,1,1144,2649 -"65656",15592,4916,3,1618,1970 -"65657",15592,24176,3,1618,1986 -"65658",15594,16351,3,753,893 -"65659",15594,41381,1,753,829 -"65660",15594,43360,3,753,979 -"65661",15594,49415,3,753,2654 -"65662",15594,68398,1,753,978 -"65663",15594,76931,3,753,1338 -"65664",15598,3414,3,2011,2322 -"65665",15598,8726,3,2011,2083 -"65666",15598,11625,3,2011,2022 -"65667",15607,23,3,1421,1682 -"65668",15607,468,3,1421,1966 -"65669",15607,600,3,1421,1702 -"65670",15607,671,3,1421,2328 -"65671",15607,1046,3,1421,1881 -"65672",15607,3164,2,1421,2693 -"65673",15607,4191,3,1421,2130 -"65674",15607,4618,3,1421,2607 -"65675",15607,4763,3,1421,1960 -"65676",15607,4932,2,1421,2752 -"65677",15607,4983,3,1421,1909 -"65678",15607,5041,3,1421,2371 -"65679",15607,5207,3,1421,2473 -"65680",15607,5350,3,1421,2522 -"65681",15607,5971,3,1421,1985 -"65682",15607,6030,2,1421,2953 -"65683",15607,6345,3,1421,2713 -"65684",15607,6417,3,1421,1675 -"65685",15607,7245,3,1421,2089 -"65686",15607,10701,2,1421,2000 -"65687",15607,10779,3,1421,2881 -"65688",15607,11218,3,1421,2292 -"65689",15607,11966,2,1421,2385 -"65690",15607,13311,3,1421,2315 -"65691",15607,13929,3,1421,2693 -"65692",15607,15301,2,1421,2308 -"65693",15607,15808,3,1421,1521 -"65694",15607,16352,3,1421,2657 -"65695",15607,17413,3,1421,2230 -"65696",15607,17499,3,1421,2954 -"65697",15607,17695,3,1421,1930 -"65698",15607,19072,2,1421,2358 -"65699",15607,19718,3,1421,1702 -"65700",15607,20284,3,1421,2530 -"65701",15607,20292,1,1421,2755 -"65702",15607,21571,1,1421,2755 -"65703",15607,21682,3,1421,2414 -"65704",15607,22141,3,1421,2348 -"65705",15607,22566,1,1421,2308 -"65706",15607,23159,3,1421,1548 -"65707",15607,25341,3,1421,1858 -"65708",15607,26366,3,1421,1688 -"65709",15607,26570,3,1421,1669 -"65710",15607,27570,3,1421,1559 -"65711",15607,27623,3,1421,2970 -"65712",15607,28011,2,1421,2639 -"65713",15607,28050,2,1421,1955 -"65714",15607,28168,2,1421,2702 -"65715",15607,28296,2,1421,2944 -"65716",15607,31799,3,1421,2547 -"65717",15607,32169,3,1421,2504 -"65718",15607,32350,3,1421,1540 -"65719",15607,32567,3,1421,2784 -"65720",15607,32694,3,1421,1602 -"65721",15607,33981,3,1421,1993 -"65722",15607,34735,2,1421,2767 -"65723",15607,35464,3,1421,2502 -"65724",15607,36450,3,1421,1591 -"65725",15607,36962,3,1421,2861 -"65726",15607,38869,3,1421,1675 -"65727",15607,40493,3,1421,1981 -"65728",15607,42619,1,1421,2017 -"65729",15607,43701,3,1421,2400 -"65730",15607,44521,3,1421,1593 -"65731",15607,45461,3,1421,2458 -"65732",15607,50468,2,1421,1659 -"65733",15607,53134,3,1421,1590 -"65734",15607,53630,3,1421,1565 -"65735",15607,54929,2,1421,2783 -"65736",15607,55691,3,1421,2856 -"65737",15607,57246,3,1421,1873 -"65738",15607,58035,3,1421,1646 -"65739",15607,60280,3,1421,1918 -"65740",15607,64181,3,1421,1828 -"65741",15607,66413,3,1421,2507 -"65742",15607,69250,3,1421,1439 -"65743",15607,70046,3,1421,2624 -"65744",15607,81221,3,1421,2285 -"65745",15607,82767,3,1421,1641 -"65746",15607,84022,3,1421,2289 -"65747",15607,94500,2,1421,1529 -"65748",15607,105063,3,1421,1908 -"65749",15609,13315,2,1229,2516 -"65750",15609,15626,3,1229,2434 -"65751",15609,38262,3,1229,2219 -"65752",15609,40748,3,1229,1328 -"65753",15609,95730,3,1229,1481 -"65754",15609,95852,3,1229,2045 -"65755",15618,36637,3,1218,2085 -"65756",15618,39556,3,1218,2747 -"65757",15626,455,3,2434,2827 -"65758",15626,602,3,2434,2632 -"65759",15626,1616,3,2434,2662 -"65760",15626,2036,3,2434,2483 -"65761",15626,2424,3,2434,2582 -"65762",15626,3853,3,2434,2465 -"65763",15626,9150,3,2434,2689 -"65764",15626,9311,1,2434,2477 -"65765",15626,12703,3,2434,2689 -"65766",15626,13249,3,2434,2573 -"65767",15626,13315,3,2434,2516 -"65768",15626,14959,3,2434,2898 -"65769",15626,16352,3,2434,2657 -"65770",15626,19027,3,2434,2721 -"65771",15626,20700,3,2434,2861 -"65772",15626,21138,3,2434,2849 -"65773",15626,28982,3,2434,2746 -"65774",15626,29095,3,2434,2531 -"65775",15626,30906,2,2434,2537 -"65776",15626,31799,3,2434,2547 -"65777",15626,33433,1,2434,2805 -"65778",15626,33801,3,2434,2899 -"65779",15626,34735,3,2434,2767 -"65780",15626,36559,3,2434,2473 -"65781",15626,38755,3,2434,2902 -"65782",15626,47248,3,2434,2883 -"65783",15626,48820,3,2434,2769 -"65784",15626,49696,2,2434,2444 -"65785",15626,51853,1,2434,2520 -"65786",15626,53475,3,2434,2853 -"65787",15632,145,3,1242,1998 -"65788",15632,160,3,1242,2007 -"65789",15632,380,3,1242,2261 -"65790",15632,913,3,1242,2144 -"65791",15632,1102,3,1242,2282 -"65792",15632,1315,3,1242,2760 -"65793",15632,1691,3,1242,1941 -"65794",15632,1777,3,1242,1965 -"65795",15632,1831,3,1242,2397 -"65796",15632,2224,3,1242,2751 -"65797",15632,2572,3,1242,2273 -"65798",15632,2894,3,1242,1291 -"65799",15632,3139,3,1242,1656 -"65800",15632,3306,2,1242,1989 -"65801",15632,3495,3,1242,2431 -"65802",15632,3801,3,1242,1974 -"65803",15632,3947,3,1242,2067 -"65804",15632,4690,3,1242,1938 -"65805",15632,5078,3,1242,2033 -"65806",15632,5235,3,1242,2324 -"65807",15632,5457,3,1242,2077 -"65808",15632,5462,3,1242,2374 -"65809",15632,5504,3,1242,2389 -"65810",15632,5568,3,1242,1290 -"65811",15632,5865,2,1242,1910 -"65812",15632,6052,3,1242,1985 -"65813",15632,6222,3,1242,1949 -"65814",15632,6324,3,1242,1990 -"65815",15632,6449,3,1242,1997 -"65816",15632,6491,3,1242,2424 -"65817",15632,7181,2,1242,1421 -"65818",15632,7406,3,1242,1906 -"65819",15632,7475,3,1242,1284 -"65820",15632,7502,3,1242,1519 -"65821",15632,7616,2,1242,2296 -"65822",15632,8274,3,1242,1909 -"65823",15632,8327,3,1242,2527 -"65824",15632,8376,3,1242,1670 -"65825",15632,8866,2,1242,1545 -"65826",15632,8888,3,1242,1328 -"65827",15632,9175,3,1242,2639 -"65828",15632,9331,3,1242,2269 -"65829",15632,9362,1,1242,2879 -"65830",15632,9702,3,1242,1928 -"65831",15632,9805,3,1242,1621 -"65832",15632,10310,3,1242,2774 -"65833",15632,10349,3,1242,2300 -"65834",15632,10513,2,1242,2284 -"65835",15632,10851,2,1242,2423 -"65836",15632,11493,3,1242,2077 -"65837",15632,11516,3,1242,1937 -"65838",15632,12356,3,1242,2757 -"65839",15632,12602,3,1242,1956 -"65840",15632,12724,3,1242,1930 -"65841",15632,12901,3,1242,2136 -"65842",15632,13249,3,1242,2573 -"65843",15632,14080,2,1242,1351 -"65844",15632,14655,3,1242,2559 -"65845",15632,14834,3,1242,2739 -"65846",15632,14959,2,1242,2898 -"65847",15632,15003,3,1242,2067 -"65848",15632,15301,3,1242,2308 -"65849",15632,16539,2,1242,1947 -"65850",15632,17520,3,1242,2276 -"65851",15632,19744,3,1242,2623 -"65852",15632,20331,3,1242,2365 -"65853",15632,20730,3,1242,2243 -"65854",15632,20874,2,1242,1580 -"65855",15632,21719,3,1242,2708 -"65856",15632,21929,3,1242,2062 -"65857",15632,21960,2,1242,1517 -"65858",15632,22165,2,1242,1501 -"65859",15632,22566,3,1242,2308 -"65860",15632,23534,3,1242,1659 -"65861",15632,23825,3,1242,1913 -"65862",15632,26067,3,1242,2069 -"65863",15632,27195,3,1242,2158 -"65864",15632,27908,3,1242,2576 -"65865",15632,28784,3,1242,1579 -"65866",15632,28874,3,1242,2329 -"65867",15632,29930,3,1242,2240 -"65868",15632,30486,3,1242,1269 -"65869",15632,31235,3,1242,2668 -"65870",15632,31700,3,1242,2727 -"65871",15632,33475,3,1242,2367 -"65872",15632,33622,3,1242,2230 -"65873",15632,33949,3,1242,2489 -"65874",15632,34648,3,1242,1596 -"65875",15632,35235,3,1242,2610 -"65876",15632,35360,3,1242,2043 -"65877",15632,35448,3,1242,1685 -"65878",15632,36087,3,1242,2755 -"65879",15632,37937,3,1242,1320 -"65880",15632,38921,3,1242,1880 -"65881",15632,39431,3,1242,1460 -"65882",15632,40129,3,1242,2162 -"65883",15632,40295,3,1242,2703 -"65884",15632,40493,3,1242,1981 -"65885",15632,41278,3,1242,1873 -"65886",15632,41770,3,1242,2752 -"65887",15632,42216,3,1242,2722 -"65888",15632,42474,3,1242,2322 -"65889",15632,43455,3,1242,2846 -"65890",15632,45239,3,1242,2535 -"65891",15632,45302,3,1242,2390 -"65892",15632,45650,3,1242,1528 -"65893",15632,46040,2,1242,2105 -"65894",15632,46950,2,1242,2673 -"65895",15632,47789,3,1242,1583 -"65896",15632,48283,3,1242,1290 -"65897",15632,49512,3,1242,1302 -"65898",15632,51017,3,1242,2073 -"65899",15632,51035,2,1242,2397 -"65900",15632,51866,3,1242,2411 -"65901",15632,53219,3,1242,2973 -"65902",15632,54855,2,1242,1525 -"65903",15632,55076,3,1242,2408 -"65904",15632,56920,3,1242,2548 -"65905",15632,58365,3,1242,1902 -"65906",15632,59539,3,1242,2429 -"65907",15632,61932,3,1242,1959 -"65908",15632,62219,3,1242,2494 -"65909",15632,62488,3,1242,1418 -"65910",15632,64232,1,1242,1275 -"65911",15632,64997,3,1242,2791 -"65912",15632,66983,3,1242,2397 -"65913",15632,71342,3,1242,1289 -"65914",15632,77010,3,1242,2639 -"65915",15632,77155,3,1242,2946 -"65916",15632,77611,3,1242,1795 -"65917",15632,79653,2,1242,2683 -"65918",15632,79657,2,1242,1260 -"65919",15632,80825,2,1242,2315 -"65920",15632,82893,3,1242,1275 -"65921",15632,87837,3,1242,1987 -"65922",15632,92322,3,1242,2393 -"65923",15632,96553,3,1242,1887 -"65924",15632,105975,3,1242,1939 -"65925",15636,6255,3,2857,2895 -"65926",15636,18151,3,2857,2962 -"65927",15636,23319,3,2857,2867 -"65928",15636,33801,3,2857,2899 -"65929",15636,53219,3,2857,2973 -"65930",15643,380,3,502,2261 -"65931",15643,555,3,502,552 -"65932",15643,671,3,502,2328 -"65933",15643,675,3,502,1686 -"65934",15643,733,3,502,1653 -"65935",15643,1136,3,502,2536 -"65936",15643,1154,3,502,1656 -"65937",15643,1592,3,502,2006 -"65938",15643,1767,3,502,2727 -"65939",15643,1777,3,502,1965 -"65940",15643,1968,3,502,631 -"65941",15643,2063,3,502,1278 -"65942",15643,2166,3,502,2557 -"65943",15643,2429,3,502,999 -"65944",15643,2609,3,502,834 -"65945",15643,2684,2,502,2874 -"65946",15643,2743,3,502,1278 -"65947",15643,3068,3,502,1815 -"65948",15643,3167,1,502,1676 -"65949",15643,3242,3,502,1730 -"65950",15643,3271,3,502,2216 -"65951",15643,3317,3,502,2037 -"65952",15643,3628,3,502,2707 -"65953",15643,3830,3,502,1661 -"65954",15643,4191,3,502,2130 -"65955",15643,4226,1,502,1903 -"65956",15643,4305,2,502,2374 -"65957",15643,4485,3,502,1963 -"65958",15643,4687,3,502,2152 -"65959",15643,5239,3,502,2875 -"65960",15643,5462,3,502,2374 -"65961",15643,5504,3,502,2389 -"65962",15643,6052,3,502,1985 -"65963",15643,6428,2,502,1952 -"65964",15643,6491,1,502,2424 -"65965",15643,7241,3,502,2259 -"65966",15643,7245,3,502,2089 -"65967",15643,7555,3,502,1943 -"65968",15643,7847,3,502,2424 -"65969",15643,8011,3,502,889 -"65970",15643,8621,3,502,1681 -"65971",15643,8772,3,502,847 -"65972",15643,8866,3,502,1545 -"65973",15643,8888,3,502,1328 -"65974",15643,9272,3,502,2835 -"65975",15643,9362,3,502,2879 -"65976",15643,9432,3,502,1693 -"65977",15643,9751,2,502,1397 -"65978",15643,9805,3,502,1621 -"65979",15643,10488,3,502,1524 -"65980",15643,10646,3,502,1555 -"65981",15643,11055,3,502,2111 -"65982",15643,11620,3,502,2010 -"65983",15643,12374,2,502,2260 -"65984",15643,12728,3,502,2374 -"65985",15643,15118,3,502,1311 -"65986",15643,15401,3,502,1999 -"65987",15643,15453,3,502,1688 -"65988",15643,15539,2,502,1929 -"65989",15643,16053,3,502,908 -"65990",15643,16625,3,502,1285 -"65991",15643,17141,3,502,702 -"65992",15643,18315,3,502,2720 -"65993",15643,18415,3,502,2184 -"65994",15643,19335,3,502,1729 -"65995",15643,19606,3,502,2783 -"65996",15643,19937,3,502,1587 -"65997",15643,20287,3,502,1099 -"65998",15643,20311,2,502,1981 -"65999",15643,20732,3,502,2401 -"66000",15643,20824,2,502,1366 -"66001",15643,21029,3,502,1943 -"66002",15643,21104,2,502,2327 -"66003",15643,21198,3,502,935 -"66004",15643,21275,3,502,2609 -"66005",15643,22006,2,502,1202 -"66006",15643,22025,3,502,1591 -"66007",15643,22749,3,502,1727 -"66008",15643,23509,3,502,2275 -"66009",15643,23534,2,502,1659 -"66010",15643,23726,3,502,2434 -"66011",15643,24005,3,502,1188 -"66012",15643,24753,3,502,2860 -"66013",15643,24789,2,502,829 -"66014",15643,25816,3,502,2088 -"66015",15643,26067,3,502,2069 -"66016",15643,26322,3,502,1018 -"66017",15643,26436,3,502,2489 -"66018",15643,26451,2,502,2133 -"66019",15643,27501,3,502,1981 -"66020",15643,27628,2,502,2389 -"66021",15643,27792,1,502,1308 -"66022",15643,27849,3,502,1316 -"66023",15643,28303,2,502,2089 -"66024",15643,28434,3,502,1141 -"66025",15643,28731,3,502,955 -"66026",15643,28892,3,502,2023 -"66027",15643,29073,3,502,2328 -"66028",15643,29170,2,502,1846 -"66029",15643,29456,2,502,1182 -"66030",15643,29705,3,502,607 -"66031",15643,30883,3,502,1629 -"66032",15643,30943,3,502,2287 -"66033",15643,31235,3,502,2668 -"66034",15643,31691,3,502,1657 -"66035",15643,32017,3,502,577 -"66036",15643,32113,3,502,882 -"66037",15643,32173,3,502,2341 -"66038",15643,32811,1,502,804 -"66039",15643,32988,3,502,2008 -"66040",15643,33801,3,502,2899 -"66041",15643,34136,2,502,2202 -"66042",15643,34160,3,502,1759 -"66043",15643,34492,3,502,1798 -"66044",15643,34596,2,502,527 -"66045",15643,35235,3,502,2610 -"66046",15643,36439,3,502,2469 -"66047",15643,37800,3,502,604 -"66048",15643,37893,2,502,875 -"66049",15643,38449,3,502,1802 -"66050",15643,38523,3,502,549 -"66051",15643,39865,3,502,849 -"66052",15643,40072,3,502,1182 -"66053",15643,40369,2,502,2735 -"66054",15643,40645,3,502,1899 -"66055",15643,41739,3,502,1339 -"66056",15643,42186,3,502,955 -"66057",15643,42505,3,502,2008 -"66058",15643,43173,3,502,2895 -"66059",15643,43213,3,502,2160 -"66060",15643,43226,3,502,2442 -"66061",15643,43404,3,502,2649 -"66062",15643,43518,2,502,2680 -"66063",15643,44089,3,502,1632 -"66064",15643,44648,3,502,619 -"66065",15643,45660,3,502,618 -"66066",15643,46469,3,502,759 -"66067",15643,46723,3,502,607 -"66068",15643,48110,3,502,2009 -"66069",15643,48260,1,502,875 -"66070",15643,48698,2,502,1474 -"66071",15643,50118,3,502,2654 -"66072",15643,50219,3,502,756 -"66073",15643,50235,3,502,726 -"66074",15643,51022,3,502,1499 -"66075",15643,51157,3,502,2319 -"66076",15643,51410,3,502,2739 -"66077",15643,51987,3,502,1397 -"66078",15643,54255,3,502,679 -"66079",15643,54855,3,502,1525 -"66080",15643,55084,3,502,1189 -"66081",15643,55691,3,502,2856 -"66082",15643,56317,3,502,2030 -"66083",15643,57337,3,502,1443 -"66084",15643,57544,2,502,2443 -"66085",15643,57609,3,502,2717 -"66086",15643,57977,3,502,2683 -"66087",15643,58035,3,502,1646 -"66088",15643,58133,2,502,1484 -"66089",15643,58451,3,502,1939 -"66090",15643,58508,3,502,2326 -"66091",15643,59939,3,502,936 -"66092",15643,62148,3,502,1566 -"66093",15643,62957,3,502,1170 -"66094",15643,63770,2,502,1324 -"66095",15643,64031,3,502,1295 -"66096",15643,64181,3,502,1828 -"66097",15643,64997,2,502,2791 -"66098",15643,65322,3,502,2008 -"66099",15643,65625,3,502,1273 -"66100",15643,65884,2,502,798 -"66101",15643,67314,3,502,1051 -"66102",15643,69335,3,502,2698 -"66103",15643,69498,3,502,931 -"66104",15643,73728,2,502,784 -"66105",15643,74687,3,502,930 -"66106",15643,74730,3,502,535 -"66107",15643,78256,1,502,804 -"66108",15643,79436,3,502,1344 -"66109",15643,79612,2,502,927 -"66110",15643,80301,3,502,1690 -"66111",15643,80471,3,502,538 -"66112",15643,81586,3,502,877 -"66113",15643,81895,3,502,1634 -"66114",15643,82426,3,502,1576 -"66115",15643,82696,3,502,1305 -"66116",15643,82767,3,502,1641 -"66117",15643,82787,3,502,1144 -"66118",15643,86245,2,502,1972 -"66119",15643,88473,3,502,1102 -"66120",15643,91912,3,502,790 -"66121",15643,94650,2,502,896 -"66122",15643,97275,3,502,731 -"66123",15643,98925,3,502,584 -"66124",15643,99020,2,502,1383 -"66125",15643,99103,3,502,1470 -"66126",15643,100532,3,502,859 -"66127",15643,100670,3,502,525 -"66128",15643,102107,3,502,504 -"66129",15643,105233,3,502,1199 -"66130",15643,108379,2,502,2933 -"66131",15643,108867,3,502,2328 -"66132",15643,119444,2,502,888 -"66133",15643,120549,3,502,708 -"66134",15650,10333,2,1601,1615 -"66135",15650,26478,1,1601,1963 -"66136",15650,32939,3,1601,2277 -"66137",15650,44780,2,1601,2534 -"66138",15650,49147,3,1601,2539 -"66139",15650,50468,3,1601,1659 -"66140",15683,364,3,1729,2351 -"66141",15683,680,3,1729,2569 -"66142",15683,728,3,1729,1812 -"66143",15683,1519,3,1729,2349 -"66144",15683,3978,3,1729,2775 -"66145",15683,4066,3,1729,1736 -"66146",15683,4303,2,1729,2414 -"66147",15683,7014,3,1729,2401 -"66148",15683,8062,3,1729,2858 -"66149",15683,8726,3,1729,2083 -"66150",15683,12081,3,1729,2166 -"66151",15683,12759,3,1729,2414 -"66152",15683,18965,3,1729,2315 -"66153",15683,20941,3,1729,2725 -"66154",15683,21407,2,1729,2728 -"66155",15683,25373,3,1729,2783 -"66156",15683,26286,2,1729,2023 -"66157",15683,29289,2,1729,1756 -"66158",15683,29977,2,1729,2781 -"66159",15683,30334,3,1729,2075 -"66160",15683,37279,1,1729,2768 -"66161",15683,37636,3,1729,2178 -"66162",15683,38691,3,1729,2585 -"66163",15683,40392,3,1729,1878 -"66164",15683,41723,3,1729,2101 -"66165",15683,50113,3,1729,2059 -"66166",15683,50585,2,1729,2414 -"66167",15683,51783,3,1729,2599 -"66168",15683,54775,3,1729,2383 -"66169",15683,71412,3,1729,1974 -"66170",15683,90943,2,1729,1754 -"66171",15683,96300,2,1729,2594 -"66172",15691,508,3,324,801 -"66173",15691,868,2,324,607 -"66174",15691,2351,3,324,1868 -"66175",15691,2443,3,324,2333 -"66176",15691,2894,3,324,1291 -"66177",15691,4646,3,324,2139 -"66178",15691,5392,3,324,1648 -"66179",15691,5599,3,324,1684 -"66180",15691,5615,3,324,1105 -"66181",15691,7118,2,324,966 -"66182",15691,7582,3,324,1099 -"66183",15691,7616,3,324,2296 -"66184",15691,9311,3,324,2477 -"66185",15691,9423,3,324,1708 -"66186",15691,9871,3,324,921 -"66187",15691,12081,3,324,2166 -"66188",15691,12361,3,324,2732 -"66189",15691,12388,2,324,1975 -"66190",15691,14731,3,324,2012 -"66191",15691,15379,3,324,1231 -"66192",15691,15444,3,324,2764 -"66193",15691,15583,3,324,1144 -"66194",15691,16850,3,324,1657 -"66195",15691,17133,3,324,924 -"66196",15691,18404,2,324,801 -"66197",15691,18465,3,324,354 -"66198",15691,18670,2,324,1835 -"66199",15691,19676,3,324,1515 -"66200",15691,20162,3,324,2328 -"66201",15691,22682,3,324,2035 -"66202",15691,23825,3,324,1913 -"66203",15691,24169,3,324,1663 -"66204",15691,24256,3,324,2393 -"66205",15691,24421,2,324,1324 -"66206",15691,25033,3,324,929 -"66207",15691,26603,3,324,2508 -"66208",15691,27796,3,324,2151 -"66209",15691,29089,2,324,1344 -"66210",15691,29512,2,324,1594 -"66211",15691,29818,3,324,1677 -"66212",15691,30697,3,324,2891 -"66213",15691,31159,3,324,2231 -"66214",15691,31705,2,324,2706 -"66215",15691,32047,3,324,1858 -"66216",15691,34707,3,324,2042 -"66217",15691,34820,3,324,1630 -"66218",15691,35888,3,324,2291 -"66219",15691,36578,3,324,1484 -"66220",15691,36784,3,324,576 -"66221",15691,37332,3,324,1891 -"66222",15691,41581,3,324,1692 -"66223",15691,41901,3,324,630 -"66224",15691,42837,3,324,1096 -"66225",15691,42852,3,324,1316 -"66226",15691,44403,3,324,2429 -"66227",15691,45545,2,324,1776 -"66228",15691,46568,3,324,822 -"66229",15691,48258,3,324,755 -"66230",15691,51250,3,324,2683 -"66231",15691,54737,3,324,326 -"66232",15691,58854,3,324,1131 -"66233",15691,66756,1,324,1301 -"66234",15691,66878,3,324,1949 -"66235",15691,73998,2,324,643 -"66236",15691,76196,3,324,1643 -"66237",15691,76607,3,324,747 -"66238",15691,77155,2,324,2946 -"66239",15691,77550,3,324,1548 -"66240",15691,81989,3,324,438 -"66241",15691,81995,3,324,2673 -"66242",15691,82009,3,324,1020 -"66243",15691,82187,3,324,1055 -"66244",15691,83334,3,324,1708 -"66245",15691,95155,3,324,849 -"66246",15691,96770,3,324,983 -"66247",15691,97768,3,324,1500 -"66248",15691,102530,3,324,880 -"66249",15691,108620,3,324,881 -"66250",15696,10939,2,837,1376 -"66251",15696,12356,3,837,2757 -"66252",15696,14325,3,837,1976 -"66253",15696,14652,3,837,2516 -"66254",15696,14959,3,837,2898 -"66255",15696,16954,3,837,2972 -"66256",15696,18563,1,837,2715 -"66257",15696,20659,3,837,1969 -"66258",15696,21225,2,837,1945 -"66259",15696,26031,3,837,1397 -"66260",15696,26793,3,837,2104 -"66261",15696,32601,3,837,1033 -"66262",15696,40931,3,837,2301 -"66263",15696,43153,3,837,1381 -"66264",15696,50272,3,837,842 -"66265",15696,56893,3,837,2597 -"66266",15696,91518,3,837,842 -"66267",15696,95011,3,837,1986 -"66268",15700,270,3,1712,2542 -"66269",15700,680,3,1712,2569 -"66270",15700,1560,3,1712,2013 -"66271",15700,2111,3,1712,1904 -"66272",15700,3306,3,1712,1989 -"66273",15700,3493,3,1712,2451 -"66274",15700,4303,3,1712,2414 -"66275",15700,4360,3,1712,1770 -"66276",15700,5072,3,1712,2175 -"66277",15700,5515,3,1712,2385 -"66278",15700,5622,3,1712,2175 -"66279",15700,5971,3,1712,1985 -"66280",15700,6047,3,1712,2004 -"66281",15700,6222,3,1712,1949 -"66282",15700,6588,3,1712,2025 -"66283",15700,7234,3,1712,2654 -"66284",15700,7555,3,1712,1943 -"66285",15700,8062,3,1712,2858 -"66286",15700,9654,3,1712,2111 -"66287",15700,9716,3,1712,1929 -"66288",15700,10857,3,1712,2253 -"66289",15700,11218,3,1712,2292 -"66290",15700,11429,3,1712,2520 -"66291",15700,11477,3,1712,2724 -"66292",15700,12759,3,1712,2414 -"66293",15700,13307,3,1712,2206 -"66294",15700,13586,2,1712,2966 -"66295",15700,14032,3,1712,2144 -"66296",15700,14972,3,1712,2332 -"66297",15700,15095,3,1712,2001 -"66298",15700,16352,3,1712,2657 -"66299",15700,17400,3,1712,2231 -"66300",15700,18005,3,1712,2449 -"66301",15700,18361,3,1712,2968 -"66302",15700,18371,3,1712,2860 -"66303",15700,18394,3,1712,2356 -"66304",15700,20124,3,1712,2376 -"66305",15700,20311,3,1712,1981 -"66306",15700,21693,3,1712,2176 -"66307",15700,22197,3,1712,2271 -"66308",15700,22326,3,1712,2818 -"66309",15700,22362,3,1712,1836 -"66310",15700,23011,3,1712,2763 -"66311",15700,23526,3,1712,1998 -"66312",15700,23715,3,1712,1859 -"66313",15700,23725,3,1712,2378 -"66314",15700,25373,3,1712,2783 -"66315",15700,26067,3,1712,2069 -"66316",15700,26080,3,1712,2525 -"66317",15700,26848,3,1712,2363 -"66318",15700,26867,2,1712,1804 -"66319",15700,29929,1,1712,2789 -"66320",15700,29941,2,1712,1986 -"66321",15700,30334,2,1712,2075 -"66322",15700,30405,3,1712,2164 -"66323",15700,30705,3,1712,2959 -"66324",15700,31093,3,1712,2160 -"66325",15700,35518,3,1712,1721 -"66326",15700,35815,1,1712,2789 -"66327",15700,36609,3,1712,2918 -"66328",15700,36953,3,1712,2790 -"66329",15700,37636,2,1712,2178 -"66330",15700,37844,3,1712,2002 -"66331",15700,39294,3,1712,1889 -"66332",15700,40392,2,1712,1878 -"66333",15700,41429,3,1712,1770 -"66334",15700,41723,3,1712,2101 -"66335",15700,43213,2,1712,2160 -"66336",15700,45618,3,1712,2356 -"66337",15700,45684,3,1712,2200 -"66338",15700,45729,3,1712,2606 -"66339",15700,46629,3,1712,2255 -"66340",15700,47082,3,1712,1990 -"66341",15700,48215,3,1712,2028 -"66342",15700,50236,2,1712,2339 -"66343",15700,51783,2,1712,2599 -"66344",15700,52203,3,1712,1961 -"66345",15700,52576,3,1712,2234 -"66346",15700,53219,3,1712,2973 -"66347",15700,54551,3,1712,2348 -"66348",15700,56082,1,1712,2395 -"66349",15700,56237,3,1712,2625 -"66350",15700,57842,3,1712,2482 -"66351",15700,58508,3,1712,2326 -"66352",15700,64947,3,1712,2489 -"66353",15700,67726,3,1712,2873 -"66354",15700,72207,2,1712,2430 -"66355",15700,72326,3,1712,2384 -"66356",15700,75403,2,1712,1895 -"66357",15700,79804,3,1712,2227 -"66358",15700,82949,3,1712,2077 -"66359",15700,86245,3,1712,1972 -"66360",15713,600,3,1646,1702 -"66361",15713,998,3,1646,1795 -"66362",15713,1102,3,1646,2282 -"66363",15713,1214,3,1646,2050 -"66364",15713,1592,3,1646,2006 -"66365",15713,1691,2,1646,1941 -"66366",15713,1875,3,1646,1786 -"66367",15713,3628,3,1646,2707 -"66368",15713,3716,3,1646,1679 -"66369",15713,5258,3,1646,2730 -"66370",15713,6074,3,1646,2426 -"66371",15713,6390,3,1646,2385 -"66372",15713,7847,3,1646,2424 -"66373",15713,8088,3,1646,2220 -"66374",15713,8762,2,1646,2585 -"66375",15713,11351,3,1646,2971 -"66376",15713,12518,2,1646,2747 -"66377",15713,12724,3,1646,1930 -"66378",15713,14972,3,1646,2332 -"66379",15713,18211,3,1646,1745 -"66380",15713,18543,3,1646,2968 -"66381",15713,19813,3,1646,1744 -"66382",15713,20407,3,1646,2339 -"66383",15713,21693,3,1646,2176 -"66384",15713,22326,3,1646,2818 -"66385",15713,22362,3,1646,1836 -"66386",15713,24392,3,1646,2719 -"66387",15713,25874,2,1646,2088 -"66388",15713,27030,3,1646,2031 -"66389",15713,29295,2,1646,2043 -"66390",15713,30981,3,1646,2366 -"66391",15713,33622,3,1646,2230 -"66392",15713,35428,3,1646,2263 -"66393",15713,35514,2,1646,2346 -"66394",15713,36439,3,1646,2469 -"66395",15713,40022,3,1646,2307 -"66396",15713,43173,3,1646,2895 -"66397",15713,55156,3,1646,2196 -"66398",15713,63573,3,1646,1973 -"66399",15713,64181,2,1646,1828 -"66400",15713,64997,3,1646,2791 -"66401",15713,66413,3,1646,2507 -"66402",15713,74636,3,1646,2525 -"66403",15713,78563,3,1646,2385 -"66404",15713,87837,2,1646,1987 -"66405",15713,88232,3,1646,2881 -"66406",15713,105063,3,1646,1908 -"66407",15713,120703,3,1646,2172 -"66408",15716,307,3,1991,2530 -"66409",15716,7013,2,1991,2040 -"66410",15716,9893,3,1991,2701 -"66411",15716,11055,3,1991,2111 -"66412",15716,14652,3,1991,2516 -"66413",15716,15433,3,1991,2038 -"66414",15716,17061,3,1991,2385 -"66415",15716,19027,3,1991,2721 -"66416",15716,23132,2,1991,2756 -"66417",15716,26793,3,1991,2104 -"66418",15716,35481,3,1991,2211 -"66419",15716,39534,3,1991,2410 -"66420",15716,42574,3,1991,2842 -"66421",15716,45608,3,1991,2420 -"66422",15716,54695,3,1991,2429 -"66423",15716,58427,3,1991,2234 -"66424",15716,102186,3,1991,2937 -"66425",15724,8274,3,88,1909 -"66426",15724,8327,3,88,2527 -"66427",15724,12778,3,88,2045 -"66428",15724,15444,3,88,2764 -"66429",15724,17502,3,88,869 -"66430",15724,21248,3,88,2232 -"66431",15724,27001,3,88,1761 -"66432",15724,29066,2,88,224 -"66433",15724,31117,3,88,2210 -"66434",15724,31927,3,88,818 -"66435",15724,42543,2,88,1907 -"66436",15724,49615,1,88,914 -"66437",15724,96611,3,88,765 -"66438",15724,115461,2,88,524 -"66439",15728,386,3,576,1553 -"66440",15728,1787,3,576,1707 -"66441",15728,3484,3,576,1515 -"66442",15728,4188,3,576,2963 -"66443",15728,5937,2,576,2392 -"66444",15728,6234,3,576,2654 -"66445",15728,6235,3,576,1585 -"66446",15728,7499,3,576,1803 -"66447",15728,7970,3,576,1197 -"66448",15728,8899,3,576,2023 -"66449",15728,10250,3,576,1606 -"66450",15728,11679,2,576,846 -"66451",15728,11868,3,576,1639 -"66452",15728,13671,3,576,1371 -"66453",15728,14612,3,576,2340 -"66454",15728,14861,3,576,2269 -"66455",15728,15119,3,576,1020 -"66456",15728,15150,2,576,2801 -"66457",15728,15558,1,576,2389 -"66458",15728,16477,3,576,2069 -"66459",15728,16524,3,576,1556 -"66460",15728,16590,3,576,1123 -"66461",15728,16969,2,576,1917 -"66462",15728,18645,3,576,793 -"66463",15728,19002,2,576,2053 -"66464",15728,19767,3,576,1041 -"66465",15728,20011,2,576,2826 -"66466",15728,22746,2,576,913 -"66467",15728,23493,3,576,706 -"66468",15728,23728,2,576,2601 -"66469",15728,24044,3,576,1076 -"66470",15728,26698,3,576,1963 -"66471",15728,29775,3,576,2064 -"66472",15728,30194,3,576,2874 -"66473",15728,32079,3,576,2315 -"66474",15728,32841,3,576,1345 -"66475",15728,32939,3,576,2277 -"66476",15728,34576,2,576,1727 -"66477",15728,38354,3,576,629 -"66478",15728,39723,3,576,778 -"66479",15728,41521,3,576,2069 -"66480",15728,42136,2,576,2551 -"66481",15728,44727,3,576,1227 -"66482",15728,44730,3,576,2468 -"66483",15728,48585,2,576,2063 -"66484",15728,56413,3,576,2747 -"66485",15728,57804,3,576,2214 -"66486",15728,61784,2,576,754 -"66487",15728,67836,3,576,2195 -"66488",15728,76505,3,576,2123 -"66489",15728,79913,3,576,1514 -"66490",15728,82246,3,576,1538 -"66491",15728,89258,3,576,1147 -"66492",15728,90268,3,576,585 -"66493",15728,96700,2,576,1602 -"66494",15728,104409,3,576,650 -"66495",15728,104843,2,576,1167 -"66496",15728,113333,3,576,1018 -"66497",15728,118312,2,576,1159 -"66498",15729,270,3,2338,2542 -"66499",15729,2424,3,2338,2582 -"66500",15729,3477,3,2338,2546 -"66501",15729,6063,3,2338,2349 -"66502",15729,7794,3,2338,2972 -"66503",15729,8842,3,2338,2535 -"66504",15729,9175,2,2338,2639 -"66505",15729,12042,3,2338,2345 -"66506",15729,13249,3,2338,2573 -"66507",15729,14507,3,2338,2686 -"66508",15729,16628,3,2338,2409 -"66509",15729,17365,3,2338,2746 -"66510",15729,17549,3,2338,2647 -"66511",15729,24825,3,2338,2686 -"66512",15729,31705,3,2338,2706 -"66513",15729,33223,3,2338,2397 -"66514",15729,33380,2,2338,2340 -"66515",15729,37238,3,2338,2609 -"66516",15729,38307,2,2338,2648 -"66517",15729,40368,3,2338,2876 -"66518",15729,41945,3,2338,2856 -"66519",15729,43455,2,2338,2846 -"66520",15729,45239,2,2338,2535 -"66521",15729,45608,3,2338,2420 -"66522",15729,47140,3,2338,2439 -"66523",15729,51866,3,2338,2411 -"66524",15729,52032,3,2338,2853 -"66525",15729,52892,3,2338,2372 -"66526",15729,53219,3,2338,2973 -"66527",15729,60974,2,2338,2972 -"66528",15729,61982,3,2338,2725 -"66529",15729,65434,3,2338,2866 -"66530",15729,75311,3,2338,2745 -"66531",15734,2337,1,1616,1697 -"66532",15734,2446,3,1616,2606 -"66533",15734,3068,3,1616,1815 -"66534",15734,3495,3,1616,2431 -"66535",15734,3853,3,1616,2465 -"66536",15734,4705,1,1616,1714 -"66537",15734,6417,3,1616,1675 -"66538",15734,7258,2,1616,1714 -"66539",15734,20423,3,1616,2654 -"66540",15734,20486,3,1616,1908 -"66541",15734,21138,3,1616,2849 -"66542",15734,22277,3,1616,2424 -"66543",15734,23139,3,1616,2644 -"66544",15734,23319,3,1616,2867 -"66545",15734,24558,3,1616,2139 -"66546",15734,25078,2,1616,2312 -"66547",15734,25129,3,1616,2647 -"66548",15734,35360,2,1616,2043 -"66549",15734,35448,3,1616,1685 -"66550",15734,44268,3,1616,2436 -"66551",15734,46742,3,1616,2144 -"66552",15734,47812,3,1616,2343 -"66553",15734,49787,2,1616,2352 -"66554",15734,49812,2,1616,1816 -"66555",15734,56854,3,1616,2022 -"66556",15734,62841,3,1616,2710 -"66557",15734,65572,3,1616,2750 -"66558",15734,66124,2,1616,2174 -"66559",15734,83862,3,1616,2026 -"66560",15737,388,3,676,1594 -"66561",15737,1023,2,676,2515 -"66562",15737,1063,2,676,2515 -"66563",15737,1560,3,676,2013 -"66564",15737,3255,3,676,2504 -"66565",15737,8478,3,676,984 -"66566",15737,9030,3,676,1979 -"66567",15737,9506,3,676,1012 -"66568",15737,9716,2,676,1929 -"66569",15737,11135,3,676,2441 -"66570",15737,11429,3,676,2520 -"66571",15737,14626,3,676,2175 -"66572",15737,14654,3,676,1692 -"66573",15737,14761,2,676,2502 -"66574",15737,15462,3,676,1141 -"66575",15737,16029,3,676,1160 -"66576",15737,16590,3,676,1123 -"66577",15737,19383,1,676,1200 -"66578",15737,20657,3,676,2340 -"66579",15737,22652,1,676,1544 -"66580",15737,25751,3,676,1523 -"66581",15737,26567,3,676,1158 -"66582",15737,32582,3,676,1929 -"66583",15737,33755,3,676,2963 -"66584",15737,37342,3,676,2649 -"66585",15737,38038,3,676,2686 -"66586",15737,39211,2,676,1908 -"66587",15737,40392,3,676,1878 -"66588",15737,41185,2,676,1929 -"66589",15737,45874,3,676,944 -"66590",15737,45983,3,676,1260 -"66591",15737,46581,3,676,1160 -"66592",15737,49347,3,676,2504 -"66593",15737,58086,3,676,1667 -"66594",15737,78768,3,676,841 -"66595",15737,100334,3,676,777 -"66596",15743,7548,3,398,1932 -"66597",15743,7840,1,398,984 -"66598",15743,10439,3,398,773 -"66599",15743,10474,3,398,1608 -"66600",15743,13315,3,398,2516 -"66601",15743,15609,1,398,1229 -"66602",15743,22181,3,398,1274 -"66603",15743,22422,2,398,894 -"66604",15743,40748,3,398,1328 -"66605",15743,43743,2,398,1229 -"66606",15743,52389,1,398,512 -"66607",15743,63966,3,398,1565 -"66608",15743,81674,3,398,499 -"66609",15743,89278,3,398,587 -"66610",15743,95730,3,398,1481 -"66611",15743,102301,3,398,865 -"66612",15756,1639,3,2362,2631 -"66613",15756,6104,3,2362,2462 -"66614",15756,23725,3,2362,2378 -"66615",15756,33949,3,2362,2489 -"66616",15756,50134,3,2362,2674 -"66617",15756,54929,3,2362,2783 -"66618",15756,57842,2,2362,2482 -"66619",15756,59539,2,2362,2429 -"66620",15778,4634,3,2262,2291 -"66621",15778,47882,3,2262,2769 -"66622",15782,2443,3,2306,2333 -"66623",15782,3158,3,2306,2762 -"66624",15782,4249,1,2306,2547 -"66625",15782,4784,3,2306,2511 -"66626",15782,5897,3,2306,2337 -"66627",15782,6223,2,2306,2363 -"66628",15782,6345,3,2306,2713 -"66629",15782,8463,2,2306,2466 -"66630",15782,9272,3,2306,2835 -"66631",15782,9724,2,2306,2713 -"66632",15782,14470,1,2306,2632 -"66633",15782,14612,3,2306,2340 -"66634",15782,17499,3,2306,2954 -"66635",15782,23550,3,2306,2939 -"66636",15782,25941,3,2306,2369 -"66637",15782,30714,3,2306,2485 -"66638",15782,31264,3,2306,2335 -"66639",15782,31855,3,2306,2636 -"66640",15782,32169,3,2306,2504 -"66641",15782,36478,3,2306,2808 -"66642",15782,37684,3,2306,2899 -"66643",15782,37929,3,2306,2393 -"66644",15782,42390,2,2306,2937 -"66645",15782,43226,3,2306,2442 -"66646",15782,43701,3,2306,2400 -"66647",15782,45499,3,2306,2346 -"66648",15782,47607,3,2306,2724 -"66649",15782,47882,3,2306,2769 -"66650",15782,50440,3,2306,2469 -"66651",15782,53584,3,2306,2391 -"66652",15782,53652,3,2306,2899 -"66653",15782,54488,3,2306,2357 -"66654",15782,58508,3,2306,2326 -"66655",15782,66368,3,2306,2413 -"66656",15782,68813,3,2306,2511 -"66657",15782,69335,3,2306,2698 -"66658",15782,82217,3,2306,2441 -"66659",15799,270,3,1917,2542 -"66660",15799,380,3,1917,2261 -"66661",15799,1102,3,1917,2282 -"66662",15799,2181,1,1917,2030 -"66663",15799,2533,3,1917,2016 -"66664",15799,3305,3,1917,2839 -"66665",15799,3477,3,1917,2546 -"66666",15799,4687,3,1917,2152 -"66667",15799,4932,3,1917,2752 -"66668",15799,5235,3,1917,2324 -"66669",15799,5971,3,1917,1985 -"66670",15799,6052,3,1917,1985 -"66671",15799,6063,3,1917,2349 -"66672",15799,6363,3,1917,2066 -"66673",15799,6390,3,1917,2385 -"66674",15799,6449,3,1917,1997 -"66675",15799,6588,3,1917,2025 -"66676",15799,7515,3,1917,2737 -"66677",15799,9175,3,1917,2639 -"66678",15799,11218,3,1917,2292 -"66679",15799,12081,3,1917,2166 -"66680",15799,12724,3,1917,1930 -"66681",15799,13307,3,1917,2206 -"66682",15799,14108,3,1917,2012 -"66683",15799,14834,3,1917,2739 -"66684",15799,15729,3,1917,2338 -"66685",15799,17645,3,1917,1918 -"66686",15799,18394,3,1917,2356 -"66687",15799,19248,3,1917,2357 -"66688",15799,19719,3,1917,2177 -"66689",15799,19862,3,1917,2412 -"66690",15799,21012,3,1917,2325 -"66691",15799,21929,3,1917,2062 -"66692",15799,23526,1,1917,1998 -"66693",15799,24955,3,1917,2424 -"66694",15799,25198,3,1917,1982 -"66695",15799,25816,3,1917,2088 -"66696",15799,27694,2,1917,2030 -"66697",15799,30405,3,1917,2164 -"66698",15799,31307,3,1917,2139 -"66699",15799,33223,3,1917,2397 -"66700",15799,34836,2,1917,2302 -"66701",15799,38307,3,1917,2648 -"66702",15799,39464,3,1917,2314 -"66703",15799,39516,3,1917,2393 -"66704",15799,40493,3,1917,1981 -"66705",15799,42783,3,1917,2338 -"66706",15799,43226,3,1917,2442 -"66707",15799,45239,3,1917,2535 -"66708",15799,45302,3,1917,2390 -"66709",15799,46629,3,1917,2255 -"66710",15799,47140,3,1917,2439 -"66711",15799,48035,3,1917,2180 -"66712",15799,50236,3,1917,2339 -"66713",15799,52323,3,1917,2148 -"66714",15799,53323,3,1917,2677 -"66715",15799,53519,3,1917,2781 -"66716",15799,56082,3,1917,2395 -"66717",15799,58427,3,1917,2234 -"66718",15799,58617,3,1917,2093 -"66719",15799,59700,2,1917,2346 -"66720",15799,63409,3,1917,1937 -"66721",15799,65007,3,1917,2530 -"66722",15799,70573,3,1917,1993 -"66723",15799,70647,3,1917,2795 -"66724",15799,72207,3,1917,2430 -"66725",15799,72468,2,1917,2292 -"66726",15799,73786,3,1917,2937 -"66727",15808,5041,3,1521,2371 -"66728",15808,5239,2,1521,2875 -"66729",15808,5557,2,1521,1929 -"66730",15808,11525,3,1521,2639 -"66731",15808,13780,3,1521,2412 -"66732",15808,14626,3,1521,2175 -"66733",15808,16826,3,1521,2599 -"66734",15808,20874,3,1521,1580 -"66735",15808,22207,3,1521,2365 -"66736",15808,22543,3,1521,1594 -"66737",15808,25399,3,1521,2784 -"66738",15808,27642,3,1521,1531 -"66739",15808,27860,3,1521,1588 -"66740",15808,29243,3,1521,2011 -"66741",15808,30386,3,1521,1833 -"66742",15808,34158,2,1521,2639 -"66743",15808,34648,3,1521,1596 -"66744",15808,35361,3,1521,2389 -"66745",15808,40368,3,1521,2876 -"66746",15808,40487,1,1521,2512 -"66747",15808,44135,3,1521,2620 -"66748",15808,45903,3,1521,2237 -"66749",15808,49277,3,1521,1928 -"66750",15808,51319,3,1521,2488 -"66751",15808,55076,3,1521,2408 -"66752",15808,64857,3,1521,1792 -"66753",15813,270,2,2143,2542 -"66754",15813,671,3,2143,2328 -"66755",15813,913,3,2143,2144 -"66756",15813,2224,3,2143,2751 -"66757",15813,2424,1,2143,2582 -"66758",15813,3305,2,2143,2839 -"66759",15813,3966,2,2143,2425 -"66760",15813,4953,3,2143,2285 -"66761",15813,9175,3,2143,2639 -"66762",15813,9311,3,2143,2477 -"66763",15813,10857,3,2143,2253 -"66764",15813,10890,3,2143,2639 -"66765",15813,13307,3,2143,2206 -"66766",15813,14252,3,2143,2244 -"66767",15813,16432,3,2143,2664 -"66768",15813,17365,3,2143,2746 -"66769",15813,18394,3,2143,2356 -"66770",15813,19248,2,2143,2357 -"66771",15813,19622,3,2143,2371 -"66772",15813,19719,3,2143,2177 -"66773",15813,20695,3,2143,2526 -"66774",15813,21012,2,2143,2325 -"66775",15813,21693,3,2143,2176 -"66776",15813,25325,3,2143,2963 -"66777",15813,26740,2,2143,2695 -"66778",15813,26749,3,2143,2965 -"66779",15813,27275,3,2143,2656 -"66780",15813,30052,3,2143,2855 -"66781",15813,37285,3,2143,2428 -"66782",15813,38263,3,2143,2475 -"66783",15813,38307,3,2143,2648 -"66784",15813,41945,3,2143,2856 -"66785",15813,42216,3,2143,2722 -"66786",15813,43455,2,2143,2846 -"66787",15813,45239,3,2143,2535 -"66788",15813,46629,2,2143,2255 -"66789",15813,48605,3,2143,2796 -"66790",15813,51041,3,2143,2606 -"66791",15813,51866,3,2143,2411 -"66792",15813,52570,3,2143,2645 -"66793",15813,52576,2,2143,2234 -"66794",15813,58508,3,2143,2326 -"66795",15813,61982,2,2143,2725 -"66796",15813,62841,3,2143,2710 -"66797",15813,68215,3,2143,2727 -"66798",15813,69348,3,2143,2783 -"66799",15813,76892,1,2143,2381 -"66800",15821,4932,3,2456,2752 -"66801",15821,31131,3,2456,2810 -"66802",15821,36506,3,2456,2638 -"66803",15821,45461,3,2456,2458 -"66804",15821,47534,2,2456,2712 -"66805",15826,2979,3,2772,2912 -"66806",15826,4367,3,2772,2794 -"66807",15826,7252,3,2772,2799 -"66808",15826,8604,3,2772,2799 -"66809",15826,13136,3,2772,2867 -"66810",15826,23325,3,2772,2779 -"66811",15826,26182,2,2772,2775 -"66812",15871,1985,3,508,888 -"66813",15871,4889,2,508,1501 -"66814",15871,7672,2,508,1974 -"66815",15871,12610,3,508,1274 -"66816",15871,14072,3,508,1346 -"66817",15871,14676,3,508,2764 -"66818",15871,14972,3,508,2332 -"66819",15871,30016,3,508,1124 -"66820",15871,38227,3,508,2511 -"66821",15871,39245,3,508,517 -"66822",15871,41250,3,508,1703 -"66823",15871,41402,3,508,2313 -"66824",15871,46621,3,508,1343 -"66825",15871,50217,3,508,1211 -"66826",15871,52327,3,508,1472 -"66827",15871,53624,1,508,952 -"66828",15871,55556,3,508,2075 -"66829",15871,61785,3,508,822 -"66830",15871,75025,3,508,717 -"66831",15871,88750,2,508,787 -"66832",15871,90052,1,508,851 -"66833",15871,94396,1,508,787 -"66834",15871,109114,3,508,1287 -"66835",15872,1130,3,1551,1566 -"66836",15872,3716,3,1551,1679 -"66837",15872,6047,3,1551,2004 -"66838",15872,6417,3,1551,1675 -"66839",15872,10513,3,1551,2284 -"66840",15872,16826,3,1551,2599 -"66841",15872,21138,2,1551,2849 -"66842",15872,22141,3,1551,2348 -"66843",15872,22639,3,1551,2352 -"66844",15872,30906,3,1551,2537 -"66845",15872,34509,3,1551,1973 -"66846",15872,40487,3,1551,2512 -"66847",15872,47248,3,1551,2883 -"66848",15872,47715,3,1551,2111 -"66849",15872,51017,2,1551,2073 -"66850",15872,51035,3,1551,2397 -"66851",15872,84022,3,1551,2289 -"66852",15879,140,3,419,2267 -"66853",15879,364,3,419,2351 -"66854",15879,680,3,419,2569 -"66855",15879,841,3,419,2964 -"66856",15879,900,3,419,2726 -"66857",15879,913,3,419,2144 -"66858",15879,1700,2,419,613 -"66859",15879,2057,3,419,1965 -"66860",15879,2429,3,419,999 -"66861",15879,2540,1,419,1398 -"66862",15879,3127,3,419,2273 -"66863",15879,3198,3,419,1797 -"66864",15879,3397,3,419,2126 -"66865",15879,3409,3,419,2167 -"66866",15879,3453,3,419,2126 -"66867",15879,3978,3,419,2775 -"66868",15879,4303,3,419,2414 -"66869",15879,4669,3,419,2395 -"66870",15879,4790,3,419,1025 -"66871",15879,4932,3,419,2752 -"66872",15879,4983,2,419,1909 -"66873",15879,5317,3,419,2063 -"66874",15879,5792,3,419,975 -"66875",15879,6989,2,419,2623 -"66876",15879,7615,3,419,1657 -"66877",15879,7785,3,419,2441 -"66878",15879,7942,3,419,2623 -"66879",15879,8062,3,419,2858 -"66880",15879,8146,3,419,1561 -"66881",15879,8890,3,419,1955 -"66882",15879,9227,3,419,1267 -"66883",15879,9241,3,419,2338 -"66884",15879,9703,2,419,1845 -"66885",15879,9787,3,419,2858 -"66886",15879,10754,3,419,1797 -"66887",15879,10980,3,419,1974 -"66888",15879,11429,3,419,2520 -"66889",15879,11588,3,419,2352 -"66890",15879,11648,2,419,2852 -"66891",15879,11728,3,419,1121 -"66892",15879,12361,3,419,2732 -"66893",15879,12759,3,419,2414 -"66894",15879,12948,3,419,2669 -"66895",15879,13537,3,419,1020 -"66896",15879,14678,3,419,799 -"66897",15879,14754,3,419,2456 -"66898",15879,14781,3,419,2338 -"66899",15879,17230,3,419,1965 -"66900",15879,17645,3,419,1918 -"66901",15879,18005,3,419,2449 -"66902",15879,18122,3,419,894 -"66903",15879,18381,3,419,1524 -"66904",15879,18672,3,419,1182 -"66905",15879,18706,3,419,1617 -"66906",15879,20176,3,419,1050 -"66907",15879,20512,3,419,2748 -"66908",15879,20688,3,419,891 -"66909",15879,21383,2,419,971 -"66910",15879,21593,2,419,1312 -"66911",15879,23325,3,419,2779 -"66912",15879,23498,3,419,2398 -"66913",15879,25373,3,419,2783 -"66914",15879,27275,3,419,2656 -"66915",15879,27390,2,419,2425 -"66916",15879,27742,3,419,2700 -"66917",15879,28446,3,419,917 -"66918",15879,28869,3,419,2425 -"66919",15879,29267,3,419,1234 -"66920",15879,29286,3,419,1612 -"66921",15879,29473,3,419,2602 -"66922",15879,30334,3,419,2075 -"66923",15879,30486,3,419,1269 -"66924",15879,30891,3,419,1256 -"66925",15879,30974,2,419,947 -"66926",15879,31317,3,419,1362 -"66927",15879,31542,3,419,2459 -"66928",15879,32149,3,419,541 -"66929",15879,32240,3,419,706 -"66930",15879,32560,3,419,1258 -"66931",15879,34892,2,419,2309 -"66932",15879,36344,2,419,2570 -"66933",15879,36953,3,419,2790 -"66934",15879,37351,2,419,978 -"66935",15879,37632,3,419,1295 -"66936",15879,37636,3,419,2178 -"66937",15879,37893,3,419,875 -"66938",15879,38676,2,419,2286 -"66939",15879,38807,3,419,631 -"66940",15879,38816,3,419,1225 -"66941",15879,39999,3,419,1593 -"66942",15879,40392,3,419,1878 -"66943",15879,40572,3,419,2666 -"66944",15879,41077,3,419,864 -"66945",15879,41723,3,419,2101 -"66946",15879,42213,3,419,837 -"66947",15879,42331,3,419,1585 -"66948",15879,42813,3,419,2142 -"66949",15879,44074,3,419,1299 -"66950",15879,44341,3,419,1230 -"66951",15879,45136,3,419,877 -"66952",15879,45869,3,419,2840 -"66953",15879,45992,3,419,1182 -"66954",15879,46486,2,419,1868 -"66955",15879,47595,3,419,2374 -"66956",15879,48501,3,419,2010 -"66957",15879,49962,3,419,572 -"66958",15879,50585,3,419,2414 -"66959",15879,51783,3,419,2599 -"66960",15879,52483,3,419,2317 -"66961",15879,52815,1,419,2323 -"66962",15879,52993,3,419,1256 -"66963",15879,54775,3,419,2383 -"66964",15879,55482,3,419,1866 -"66965",15879,56995,3,419,2323 -"66966",15879,60808,3,419,1258 -"66967",15879,63077,3,419,2778 -"66968",15879,66024,3,419,906 -"66969",15879,66121,3,419,1281 -"66970",15879,67252,3,419,1215 -"66971",15879,69957,2,419,1569 -"66972",15879,70101,3,419,2414 -"66973",15879,70748,2,419,978 -"66974",15879,71219,3,419,967 -"66975",15879,71531,3,419,2887 -"66976",15879,72083,3,419,1122 -"66977",15879,73582,3,419,2075 -"66978",15879,76007,3,419,918 -"66979",15879,76286,1,419,1642 -"66980",15879,76606,3,419,885 -"66981",15879,77864,3,419,2227 -"66982",15879,78138,3,419,1601 -"66983",15879,81162,3,419,1240 -"66984",15879,82426,3,419,1576 -"66985",15879,85778,3,419,1040 -"66986",15879,90040,2,419,1267 -"66987",15879,90709,3,419,1080 -"66988",15879,92904,3,419,780 -"66989",15879,93332,3,419,982 -"66990",15879,94525,3,419,1993 -"66991",15879,99332,3,419,873 -"66992",15879,108196,3,419,422 -"66993",15880,364,1,878,2351 -"66994",15880,2540,3,878,1398 -"66995",15880,6160,3,878,969 -"66996",15880,9703,3,878,1845 -"66997",15880,9785,3,878,2951 -"66998",15880,9787,3,878,2858 -"66999",15880,21383,3,878,971 -"67000",15880,21487,3,878,2203 -"67001",15880,25722,3,878,1697 -"67002",15880,26286,3,878,2023 -"67003",15880,31335,3,878,2351 -"67004",15880,32939,3,878,2277 -"67005",15880,37351,3,878,978 -"67006",15880,42256,3,878,2839 -"67007",15880,45729,3,878,2606 -"67008",15880,47968,3,878,2829 -"67009",15880,52993,3,878,1256 -"67010",15880,57804,3,878,2214 -"67011",15880,71531,3,878,2887 -"67012",15880,107496,3,878,1572 -"67013",15891,3669,1,589,2524 -"67014",15891,7652,2,589,1281 -"67015",15891,9808,2,589,1648 -"67016",15891,10990,3,589,805 -"67017",15891,14789,3,589,1034 -"67018",15891,14957,3,589,2306 -"67019",15891,16771,3,589,1541 -"67020",15891,18954,3,589,2364 -"67021",15891,19972,3,589,2078 -"67022",15891,20392,2,589,1309 -"67023",15891,23890,2,589,1810 -"67024",15891,24761,3,589,2384 -"67025",15891,26100,3,589,1966 -"67026",15891,30317,3,589,2431 -"67027",15891,33562,2,589,1979 -"67028",15891,33955,2,589,1178 -"67029",15891,33961,3,589,1269 -"67030",15891,35264,3,589,2329 -"67031",15891,43585,2,589,1066 -"67032",15891,50476,3,589,1641 -"67033",15891,53498,1,589,1967 -"67034",15891,69215,2,589,1591 -"67035",15891,83133,2,589,1055 -"67036",15891,92947,3,589,1289 -"67037",15891,105867,2,589,1641 -"67038",15891,108872,2,589,1810 -"67039",15906,757,3,109,546 -"67040",15906,913,3,109,2144 -"67041",15906,1592,3,109,2006 -"67042",15906,1691,3,109,1941 -"67043",15906,2011,3,109,2176 -"67044",15906,3144,3,109,869 -"67045",15906,5018,3,109,640 -"67046",15906,5203,3,109,814 -"67047",15906,5258,1,109,2730 -"67048",15906,5315,2,109,2631 -"67049",15906,6252,3,109,2336 -"67050",15906,6390,3,109,2385 -"67051",15906,8041,3,109,632 -"67052",15906,8537,3,109,472 -"67053",15906,8657,3,109,2473 -"67054",15906,10358,3,109,2294 -"67055",15906,11103,3,109,2393 -"67056",15906,11976,3,109,1727 -"67057",15906,12199,3,109,1651 -"67058",15906,13109,3,109,1374 -"67059",15906,13945,3,109,1324 -"67060",15906,14032,3,109,2144 -"67061",15906,14108,2,109,2012 -"67062",15906,15713,2,109,1646 -"67063",15906,18502,1,109,1033 -"67064",15906,18543,1,109,2968 -"67065",15906,19332,3,109,1214 -"67066",15906,19718,3,109,1702 -"67067",15906,19892,3,109,1212 -"67068",15906,20355,3,109,2111 -"67069",15906,20407,3,109,2339 -"67070",15906,21401,3,109,1440 -"67071",15906,22374,3,109,1226 -"67072",15906,25565,3,109,2764 -"67073",15906,26342,3,109,527 -"67074",15906,26873,3,109,419 -"67075",15906,28808,3,109,1063 -"67076",15906,30411,3,109,630 -"67077",15906,32648,3,109,669 -"67078",15906,33834,3,109,1606 -"67079",15906,34314,3,109,630 -"67080",15906,34648,2,109,1596 -"67081",15906,35045,3,109,1646 -"67082",15906,36439,3,109,2469 -"67083",15906,36574,3,109,2934 -"67084",15906,37509,3,109,1640 -"67085",15906,38213,3,109,1744 -"67086",15906,38259,3,109,2258 -"67087",15906,38467,3,109,1259 -"67088",15906,40488,3,109,486 -"67089",15906,40893,2,109,1116 -"67090",15906,41085,2,109,637 -"67091",15906,41278,3,109,1873 -"67092",15906,43173,3,109,2895 -"67093",15906,44427,2,109,2875 -"67094",15906,45903,2,109,2237 -"67095",15906,46283,2,109,1184 -"67096",15906,46621,3,109,1343 -"67097",15906,47248,3,109,2883 -"67098",15906,47435,3,109,878 -"67099",15906,47585,3,109,794 -"67100",15906,47789,2,109,1583 -"67101",15906,48127,3,109,2677 -"67102",15906,48602,3,109,1704 -"67103",15906,49300,3,109,515 -"67104",15906,49620,3,109,1868 -"67105",15906,50235,3,109,726 -"67106",15906,50737,3,109,959 -"67107",15906,50977,3,109,2352 -"67108",15906,51572,3,109,912 -"67109",15906,52323,3,109,2148 -"67110",15906,52327,2,109,1472 -"67111",15906,53252,3,109,637 -"67112",15906,55185,3,109,922 -"67113",15906,57714,3,109,1391 -"67114",15906,57990,3,109,978 -"67115",15906,58284,3,109,2292 -"67116",15906,58293,3,109,250 -"67117",15906,61689,3,109,1309 -"67118",15906,61785,3,109,822 -"67119",15906,64502,3,109,1670 -"67120",15906,65677,3,109,457 -"67121",15906,66277,3,109,1227 -"67122",15906,67102,2,109,935 -"67123",15906,69030,2,109,1249 -"67124",15906,69122,3,109,416 -"67125",15906,71274,3,109,2390 -"67126",15906,71552,3,109,1573 -"67127",15906,74636,3,109,2525 -"67128",15906,74730,3,109,535 -"67129",15906,75025,2,109,717 -"67130",15906,76564,3,109,996 -"67131",15906,77001,3,109,1440 -"67132",15906,82401,2,109,1210 -"67133",15906,83526,2,109,1235 -"67134",15906,83993,3,109,1009 -"67135",15906,85875,3,109,957 -"67136",15906,88232,3,109,2881 -"67137",15906,91279,3,109,966 -"67138",15906,92592,2,109,486 -"67139",15906,97824,3,109,1229 -"67140",15906,97937,3,109,932 -"67141",15906,99279,3,109,611 -"67142",15906,100215,3,109,2436 -"67143",15906,100229,3,109,550 -"67144",15906,100442,3,109,893 -"67145",15906,101967,2,109,691 -"67146",15906,104711,3,109,410 -"67147",15906,105207,2,109,451 -"67148",15906,108709,3,109,462 -"67149",15906,110719,2,109,206 -"67150",15910,8568,3,941,2706 -"67151",15910,8984,3,941,1162 -"67152",15910,12067,3,941,1213 -"67153",15910,15826,3,941,2772 -"67154",15910,39062,3,941,2020 -"67155",15910,44497,3,941,2401 -"67156",15910,52483,3,941,2317 -"67157",15910,61125,3,941,1673 -"67158",15910,61723,3,941,1262 -"67159",15916,3100,3,1236,2524 -"67160",15916,3786,3,1236,2282 -"67161",15916,4144,3,1236,1520 -"67162",15916,5414,3,1236,2321 -"67163",15916,6071,3,1236,2310 -"67164",15916,6248,3,1236,2737 -"67165",15916,9050,3,1236,2026 -"67166",15916,9727,3,1236,2327 -"67167",15916,9912,3,1236,1356 -"67168",15916,10727,3,1236,2082 -"67169",15916,11135,2,1236,2441 -"67170",15916,15502,2,1236,2637 -"67171",15916,16833,3,1236,1661 -"67172",15916,17999,3,1236,2758 -"67173",15916,19687,2,1236,2072 -"67174",15916,19972,3,1236,2078 -"67175",15916,21419,2,1236,1243 -"67176",15916,21895,3,1236,1693 -"67177",15916,22905,3,1236,2599 -"67178",15916,23639,2,1236,2065 -"67179",15916,23731,3,1236,1656 -"67180",15916,24086,3,1236,2663 -"67181",15916,24116,3,1236,1413 -"67182",15916,25286,3,1236,1545 -"67183",15916,25886,3,1236,1580 -"67184",15916,26513,2,1236,2205 -"67185",15916,28355,3,1236,2053 -"67186",15916,28567,3,1236,2398 -"67187",15916,29117,3,1236,1250 -"67188",15916,42713,3,1236,1995 -"67189",15916,43250,3,1236,1300 -"67190",15916,43524,3,1236,2572 -"67191",15916,45487,3,1236,2256 -"67192",15916,49147,2,1236,2539 -"67193",15916,50430,3,1236,1689 -"67194",15916,51448,2,1236,1593 -"67195",15916,54061,3,1236,1488 -"67196",15916,55436,2,1236,2513 -"67197",15916,56212,3,1236,1410 -"67198",15916,56673,3,1236,2419 -"67199",15916,59470,3,1236,2393 -"67200",15916,73915,3,1236,2568 -"67201",15916,79236,2,1236,1505 -"67202",15916,81134,3,1236,1384 -"67203",15916,83007,3,1236,2727 -"67204",15916,92381,3,1236,1237 -"67205",15916,92947,3,1236,1289 -"67206",15916,104659,3,1236,2026 -"67207",15916,106554,3,1236,1270 -"67208",15917,455,3,205,2827 -"67209",15917,863,2,205,551 -"67210",15917,7226,3,205,1228 -"67211",15917,7506,3,205,2371 -"67212",15917,9311,3,205,2477 -"67213",15917,10843,3,205,2277 -"67214",15917,15626,2,205,2434 -"67215",15917,16654,3,205,1843 -"67216",15917,21571,3,205,2755 -"67217",15917,22898,3,205,2316 -"67218",15917,23705,3,205,2699 -"67219",15917,27837,3,205,1315 -"67220",15917,33433,3,205,2805 -"67221",15917,35029,2,205,2405 -"67222",15917,50093,2,205,909 -"67223",15917,51853,3,205,2520 -"67224",15917,59113,3,205,2434 -"67225",15917,65625,3,205,1273 -"67226",15917,69293,3,205,609 -"67227",15917,105063,3,205,1908 -"67228",15926,1624,3,545,2687 -"67229",15926,1708,2,545,1591 -"67230",15926,2014,3,545,973 -"67231",15926,2443,3,545,2333 -"67232",15926,2647,3,545,2450 -"67233",15926,2927,3,545,1789 -"67234",15926,3158,3,545,2762 -"67235",15926,3271,3,545,2216 -"67236",15926,3506,3,545,2364 -"67237",15926,6040,3,545,2103 -"67238",15926,6295,2,545,856 -"67239",15926,7123,3,545,1964 -"67240",15926,7604,2,545,1366 -"67241",15926,7932,3,545,789 -"67242",15926,9269,1,545,1892 -"67243",15926,9272,3,545,2835 -"67244",15926,9740,3,545,2233 -"67245",15926,9895,1,545,1960 -"67246",15926,9910,1,545,2526 -"67247",15926,9948,1,545,2019 -"67248",15926,10146,3,545,1878 -"67249",15926,10610,3,545,1427 -"67250",15926,11270,3,545,1011 -"67251",15926,11351,3,545,2971 -"67252",15926,12632,3,545,1174 -"67253",15926,12914,1,545,1557 -"67254",15926,13551,3,545,1451 -"67255",15926,14212,3,545,857 -"67256",15926,15281,3,545,810 -"67257",15926,15813,3,545,2143 -"67258",15926,16347,2,545,1868 -"67259",15926,17499,3,545,2954 -"67260",15926,17925,3,545,2385 -"67261",15926,19358,3,545,880 -"67262",15926,20695,1,545,2526 -"67263",15926,21044,2,545,1574 -"67264",15926,25345,1,545,713 -"67265",15926,26374,3,545,2133 -"67266",15926,26740,2,545,2695 -"67267",15926,30544,3,545,2041 -"67268",15926,32070,3,545,950 -"67269",15926,32966,2,545,1583 -"67270",15926,34331,2,545,1727 -"67271",15926,36440,3,545,704 -"67272",15926,37765,3,545,1134 -"67273",15926,38697,2,545,2701 -"67274",15926,39009,3,545,1594 -"67275",15926,39507,3,545,793 -"67276",15926,41075,3,545,1176 -"67277",15926,42382,3,545,2224 -"67278",15926,43226,3,545,2442 -"67279",15926,43725,3,545,935 -"67280",15926,43768,3,545,1468 -"67281",15926,44744,2,545,2032 -"67282",15926,45449,3,545,1610 -"67283",15926,46520,3,545,1776 -"67284",15926,46568,2,545,822 -"67285",15926,46616,2,545,1917 -"67286",15926,47607,3,545,2724 -"67287",15926,48110,3,545,2009 -"67288",15926,48931,3,545,2444 -"67289",15926,49379,3,545,1573 -"67290",15926,49708,2,545,1147 -"67291",15926,51212,3,545,1801 -"67292",15926,51505,3,545,1572 -"67293",15926,52654,3,545,588 -"67294",15926,53020,3,545,2747 -"67295",15926,53584,3,545,2391 -"67296",15926,55261,3,545,1915 -"67297",15926,56168,3,545,1466 -"67298",15926,56364,1,545,1626 -"67299",15926,58508,3,545,2326 -"67300",15926,63329,2,545,639 -"67301",15926,63631,3,545,763 -"67302",15926,64712,3,545,1411 -"67303",15926,64803,3,545,841 -"67304",15926,69335,3,545,2698 -"67305",15926,69453,3,545,2831 -"67306",15926,76796,1,545,1140 -"67307",15926,77167,3,545,836 -"67308",15926,77719,3,545,2086 -"67309",15926,78611,3,545,1586 -"67310",15926,79874,3,545,1570 -"67311",15926,80301,3,545,1690 -"67312",15926,80801,2,545,1250 -"67313",15926,83334,3,545,1708 -"67314",15926,84591,2,545,1685 -"67315",15926,84601,3,545,802 -"67316",15926,85926,2,545,907 -"67317",15926,87915,2,545,1152 -"67318",15926,92630,2,545,1583 -"67319",15926,96387,3,545,2159 -"67320",15926,96801,3,545,671 -"67321",15926,101381,2,545,977 -"67322",15926,101666,2,545,1257 -"67323",15930,13573,3,2541,2774 -"67324",15930,14959,3,2541,2898 -"67325",15930,15636,3,2541,2857 -"67326",15930,23787,2,2541,2810 -"67327",15930,33801,3,2541,2899 -"67328",15930,39556,2,2541,2747 -"67329",15930,53475,3,2541,2853 -"67330",15930,68083,3,2541,2795 -"67331",15930,70203,3,2541,2756 -"67332",15962,1364,2,660,859 -"67333",15962,1592,3,660,2006 -"67334",15962,1691,3,660,1941 -"67335",15962,3144,3,660,869 -"67336",15962,3628,3,660,2707 -"67337",15962,4687,3,660,2152 -"67338",15962,5839,2,660,2301 -"67339",15962,6392,3,660,1878 -"67340",15962,6428,3,660,1952 -"67341",15962,8011,3,660,889 -"67342",15962,8529,3,660,1205 -"67343",15962,8762,3,660,2585 -"67344",15962,11351,2,660,2971 -"67345",15962,14676,3,660,2764 -"67346",15962,14855,3,660,903 -"67347",15962,17750,3,660,672 -"67348",15962,18348,3,660,1711 -"67349",15962,18543,3,660,2968 -"67350",15962,19096,3,660,1538 -"67351",15962,19718,1,660,1702 -"67352",15962,20407,3,660,2339 -"67353",15962,21133,3,660,1320 -"67354",15962,21682,3,660,2414 -"67355",15962,25816,2,660,2088 -"67356",15962,28752,3,660,709 -"67357",15962,28808,3,660,1063 -"67358",15962,32503,1,660,2020 -"67359",15962,35428,3,660,2263 -"67360",15962,38213,3,660,1744 -"67361",15962,38727,3,660,2238 -"67362",15962,40931,3,660,2301 -"67363",15962,42264,3,660,1702 -"67364",15962,42619,3,660,2017 -"67365",15962,43173,3,660,2895 -"67366",15962,46621,3,660,1343 -"67367",15962,49620,3,660,1868 -"67368",15962,50179,3,660,2230 -"67369",15962,51572,3,660,912 -"67370",15962,54663,3,660,1424 -"67371",15962,57129,3,660,1858 -"67372",15962,59790,3,660,1827 -"67373",15962,60116,3,660,2668 -"67374",15962,60661,3,660,2700 -"67375",15962,61785,3,660,822 -"67376",15962,67129,3,660,2335 -"67377",15962,73675,1,660,887 -"67378",15962,74636,3,660,2525 -"67379",15962,76192,3,660,912 -"67380",15962,79436,3,660,1344 -"67381",15962,80219,3,660,988 -"67382",15962,81221,3,660,2285 -"67383",15962,81234,3,660,2019 -"67384",15962,81895,3,660,1634 -"67385",15962,82344,3,660,1358 -"67386",15962,88232,3,660,2881 -"67387",15962,101598,3,660,781 -"67388",15962,101967,3,660,691 -"67389",15962,121291,2,660,1955 -"67390",15978,341,3,981,2689 -"67391",15978,798,3,981,2476 -"67392",15978,841,2,981,2964 -"67393",15978,860,3,981,1258 -"67394",15978,1203,3,981,1350 -"67395",15978,1691,3,981,1941 -"67396",15978,2852,3,981,2448 -"67397",15978,2985,3,981,2398 -"67398",15978,3255,3,981,2504 -"67399",15978,3284,2,981,1541 -"67400",15978,8354,3,981,1705 -"67401",15978,8610,3,981,2240 -"67402",15978,8726,3,981,2083 -"67403",15978,8777,3,981,1620 -"67404",15978,9484,3,981,1429 -"67405",15978,9723,3,981,2302 -"67406",15978,10222,3,981,2212 -"67407",15978,10473,3,981,1783 -"67408",15978,10739,3,981,1807 -"67409",15978,11143,3,981,2623 -"67410",15978,11625,3,981,2022 -"67411",15978,12653,3,981,1573 -"67412",15978,13150,3,981,1570 -"67413",15978,14761,3,981,2502 -"67414",15978,15095,3,981,2001 -"67415",15978,15462,3,981,1141 -"67416",15978,16850,3,981,1657 -"67417",15978,18102,3,981,1642 -"67418",15978,19215,3,981,2604 -"67419",15978,22317,3,981,1552 -"67420",15978,22580,3,981,2245 -"67421",15978,22709,3,981,2743 -"67422",15978,23277,2,981,1267 -"67423",15978,23597,3,981,1080 -"67424",15978,27312,3,981,2469 -"67425",15978,27882,3,981,1897 -"67426",15978,28081,2,981,1927 -"67427",15978,28094,2,981,1423 -"67428",15978,28357,3,981,1134 -"67429",15978,29267,3,981,1234 -"67430",15978,32549,3,981,2111 -"67431",15978,32606,2,981,2100 -"67432",15978,34094,3,981,1360 -"67433",15978,36514,2,981,1192 -"67434",15978,38333,2,981,1365 -"67435",15978,38816,3,981,1225 -"67436",15978,39062,3,981,2020 -"67437",15978,39534,2,981,2410 -"67438",15978,42280,3,981,2266 -"67439",15978,46512,3,981,1292 -"67440",15978,47595,3,981,2374 -"67441",15978,49347,2,981,2504 -"67442",15978,50278,3,981,1127 -"67443",15978,51687,3,981,2333 -"67444",15978,61585,2,981,2315 -"67445",15978,65815,3,981,1618 -"67446",15978,66717,3,981,2104 -"67447",15978,68789,2,981,1929 -"67448",15978,70070,3,981,2425 -"67449",15978,71455,3,981,1702 -"67450",15978,71531,2,981,2887 -"67451",15978,72438,3,981,1397 -"67452",15978,81164,3,981,2260 -"67453",15978,90789,3,981,1218 -"67454",15990,601,3,593,702 -"67455",15990,1428,1,593,742 -"67456",15990,1767,3,593,2727 -"67457",15990,2609,3,593,834 -"67458",15990,2894,3,593,1291 -"67459",15990,3068,3,593,1815 -"67460",15990,3961,3,593,2426 -"67461",15990,5315,3,593,2631 -"67462",15990,5438,3,593,1499 -"67463",15990,6222,3,593,1949 -"67464",15990,7984,3,593,2493 -"67465",15990,7992,3,593,2033 -"67466",15990,8913,3,593,968 -"67467",15990,9311,3,593,2477 -"67468",15990,10358,3,593,2294 -"67469",15990,10779,3,593,2881 -"67470",15990,11576,3,593,808 -"67471",15990,12388,3,593,1975 -"67472",15990,13315,3,593,2516 -"67473",15990,13388,1,593,2119 -"67474",15990,13967,3,593,1354 -"67475",15990,13979,2,593,1559 -"67476",15990,14943,3,593,1942 -"67477",15990,14959,3,593,2898 -"67478",15990,15401,3,593,1999 -"67479",15990,15444,3,593,2764 -"67480",15990,15821,3,593,2456 -"67481",15990,16053,2,593,908 -"67482",15990,16625,3,593,1285 -"67483",15990,16826,3,593,2599 -"67484",15990,17027,3,593,2772 -"67485",15990,17097,3,593,1505 -"67486",15990,17484,3,593,1256 -"67487",15990,17997,3,593,1621 -"67488",15990,18103,3,593,1968 -"67489",15990,18394,3,593,2356 -"67490",15990,19621,3,593,725 -"67491",15990,19634,3,593,954 -"67492",15990,19637,3,593,1229 -"67493",15990,20067,2,593,2390 -"67494",15990,20732,1,593,2401 -"67495",15990,21422,3,593,935 -"67496",15990,21706,3,593,1988 -"67497",15990,22403,3,593,1630 -"67498",15990,23268,3,593,2258 -"67499",15990,23726,1,593,2434 -"67500",15990,23869,2,593,1918 -"67501",15990,24756,3,593,2530 -"67502",15990,25271,3,593,1172 -"67503",15990,25680,2,593,1618 -"67504",15990,26249,3,593,2301 -"67505",15990,26479,3,593,1818 -"67506",15990,28130,2,593,908 -"67507",15990,28131,2,593,1492 -"67508",15990,30150,3,593,1704 -"67509",15990,30404,3,593,1810 -"67510",15990,30883,3,593,1629 -"67511",15990,31069,3,593,1995 -"67512",15990,31279,3,593,965 -"67513",15990,32811,3,593,804 -"67514",15990,32988,3,593,2008 -"67515",15990,33356,3,593,1586 -"67516",15990,33801,3,593,2899 -"67517",15990,35529,2,593,1620 -"67518",15990,37934,3,593,1595 -"67519",15990,38219,3,593,1689 -"67520",15990,38227,3,593,2511 -"67521",15990,38921,3,593,1880 -"67522",15990,40432,2,593,1956 -"67523",15990,40645,3,593,1899 -"67524",15990,40646,3,593,1583 -"67525",15990,42505,3,593,2008 -"67526",15990,43479,3,593,2178 -"67527",15990,44819,3,593,2063 -"67528",15990,45136,3,593,877 -"67529",15990,46707,3,593,1755 -"67530",15990,46803,2,593,2305 -"67531",15990,47386,3,593,2226 -"67532",15990,50269,3,593,1966 -"67533",15990,50382,2,593,2244 -"67534",15990,50487,3,593,744 -"67535",15990,53475,3,593,2853 -"67536",15990,55084,3,593,1189 -"67537",15990,58669,3,593,2296 -"67538",15990,59511,3,593,2753 -"67539",15990,59786,3,593,605 -"67540",15990,62148,3,593,1566 -"67541",15990,65155,3,593,1947 -"67542",15990,65203,3,593,1597 -"67543",15990,65322,3,593,2008 -"67544",15990,70203,3,593,2756 -"67545",15990,70681,3,593,866 -"67546",15990,70736,3,593,1512 -"67547",15990,70996,2,593,1037 -"67548",15990,74681,3,593,837 -"67549",15990,75194,3,593,1736 -"67550",15990,76356,3,593,2323 -"67551",15990,76511,3,593,1250 -"67552",15990,76999,2,593,908 -"67553",15990,82301,3,593,1621 -"67554",15990,85329,3,593,738 -"67555",15990,85794,3,593,679 -"67556",15990,85875,3,593,957 -"67557",15990,87720,3,593,2086 -"67558",15990,89511,3,593,1205 -"67559",15990,95064,3,593,1801 -"67560",15990,95587,3,593,810 -"67561",15990,97160,3,593,1215 -"67562",15990,100140,2,593,1041 -"67563",15990,101237,3,593,2033 -"67564",15990,103524,2,593,991 -"67565",16015,145,3,1307,1998 -"67566",16015,160,3,1307,2007 -"67567",16015,360,3,1307,1671 -"67568",16015,913,3,1307,2144 -"67569",16015,2407,3,1307,1725 -"67570",16015,2625,2,1307,2152 -"67571",16015,4001,3,1307,1687 -"67572",16015,4730,3,1307,2131 -"67573",16015,7252,2,1307,2799 -"67574",16015,8888,3,1307,1328 -"67575",16015,11563,2,1307,1863 -"67576",16015,12199,3,1307,1651 -"67577",16015,14652,3,1307,2516 -"67578",16015,16286,3,1307,2470 -"67579",16015,16866,3,1307,2718 -"67580",16015,18865,3,1307,2676 -"67581",16015,20220,3,1307,1656 -"67582",16015,24066,3,1307,1755 -"67583",16015,29286,3,1307,1612 -"67584",16015,30334,3,1307,2075 -"67585",16015,30442,3,1307,2124 -"67586",16015,31235,3,1307,2668 -"67587",16015,36953,3,1307,2790 -"67588",16015,37636,3,1307,2178 -"67589",16015,40392,3,1307,1878 -"67590",16015,41955,3,1307,2479 -"67591",16015,42813,2,1307,2142 -"67592",16015,46486,3,1307,1868 -"67593",16015,51265,3,1307,2670 -"67594",16015,51783,3,1307,2599 -"67595",16015,58521,3,1307,2950 -"67596",16015,63395,3,1307,2334 -"67597",16015,100048,3,1307,1573 -"67598",16021,237,3,858,1982 -"67599",16021,1015,3,858,1174 -"67600",16021,1102,3,858,2282 -"67601",16021,1150,2,858,1595 -"67602",16021,1203,2,858,1350 -"67603",16021,2139,3,858,2502 -"67604",16021,2226,3,858,2225 -"67605",16021,2294,3,858,1638 -"67606",16021,2429,3,858,999 -"67607",16021,2576,3,858,1307 -"67608",16021,2852,3,858,2448 -"67609",16021,2894,3,858,1291 -"67610",16021,3770,2,858,2623 -"67611",16021,4066,3,858,1736 -"67612",16021,4526,3,858,1728 -"67613",16021,4668,3,858,1919 -"67614",16021,4669,2,858,2395 -"67615",16021,4953,3,858,2285 -"67616",16021,5346,3,858,1438 -"67617",16021,5350,3,858,2522 -"67618",16021,6186,3,858,1693 -"67619",16021,6821,3,858,1788 -"67620",16021,6876,3,858,1511 -"67621",16021,7269,3,858,1728 -"67622",16021,7785,3,858,2441 -"67623",16021,8073,2,858,1847 -"67624",16021,8513,3,858,875 -"67625",16021,8568,3,858,2706 -"67626",16021,9060,2,858,1612 -"67627",16021,9511,3,858,1232 -"67628",16021,9513,3,858,872 -"67629",16021,9787,3,858,2858 -"67630",16021,10087,2,858,1617 -"67631",16021,10129,3,858,2124 -"67632",16021,10200,3,858,2920 -"67633",16021,10766,3,858,2647 -"67634",16021,11127,3,858,1196 -"67635",16021,11143,3,858,2623 -"67636",16021,11429,3,858,2520 -"67637",16021,12462,2,858,1461 -"67638",16021,12653,3,858,1573 -"67639",16021,12724,3,858,1930 -"67640",16021,13068,3,858,1778 -"67641",16021,13720,3,858,1558 -"67642",16021,14287,3,858,1583 -"67643",16021,14589,3,858,1184 -"67644",16021,14654,3,858,1692 -"67645",16021,14915,2,858,2606 -"67646",16021,15095,3,858,2001 -"67647",16021,15207,3,858,1855 -"67648",16021,15381,2,858,2289 -"67649",16021,15462,3,858,1141 -"67650",16021,16286,3,858,2470 -"67651",16021,16437,3,858,1956 -"67652",16021,16501,3,858,1650 -"67653",16021,16684,2,858,1657 -"67654",16021,16690,3,858,2132 -"67655",16021,16715,3,858,1218 -"67656",16021,16850,3,858,1657 -"67657",16021,17252,3,858,1258 -"67658",16021,18706,3,858,1617 -"67659",16021,18891,3,858,1596 -"67660",16021,18978,3,858,952 -"67661",16021,19335,3,858,1729 -"67662",16021,19934,3,858,2888 -"67663",16021,20220,3,858,1656 -"67664",16021,22578,3,858,2216 -"67665",16021,22709,3,858,2743 -"67666",16021,22723,3,858,2859 -"67667",16021,23131,3,858,1732 -"67668",16021,23154,3,858,2345 -"67669",16021,24060,3,858,2349 -"67670",16021,24096,3,858,2612 -"67671",16021,24176,3,858,1986 -"67672",16021,27908,3,858,2576 -"67673",16021,27914,3,858,2507 -"67674",16021,28357,2,858,1134 -"67675",16021,28869,3,858,2425 -"67676",16021,29286,3,858,1612 -"67677",16021,29556,3,858,907 -"67678",16021,30525,3,858,1964 -"67679",16021,30891,2,858,1256 -"67680",16021,31868,2,858,1993 -"67681",16021,32532,3,858,2338 -"67682",16021,32560,3,858,1258 -"67683",16021,32651,3,858,877 -"67684",16021,33451,3,858,1957 -"67685",16021,33491,3,858,1226 -"67686",16021,34094,3,858,1360 -"67687",16021,34334,3,858,1637 -"67688",16021,34921,3,858,2181 -"67689",16021,35477,3,858,2703 -"67690",16021,35728,2,858,2017 -"67691",16021,36691,3,858,1903 -"67692",16021,37059,1,858,2840 -"67693",16021,37060,2,858,2840 -"67694",16021,37752,3,858,2223 -"67695",16021,37929,3,858,2393 -"67696",16021,38087,3,858,1083 -"67697",16021,39534,2,858,2410 -"67698",16021,40035,3,858,2742 -"67699",16021,41023,3,858,2408 -"67700",16021,41633,3,858,1976 -"67701",16021,41969,3,858,2189 -"67702",16021,42256,3,858,2839 -"67703",16021,42562,3,858,1195 -"67704",16021,44235,2,858,2700 -"67705",16021,44877,2,858,1219 -"67706",16021,45480,2,858,1104 -"67707",16021,45729,3,858,2606 -"67708",16021,46091,3,858,1938 -"67709",16021,46261,2,858,2350 -"67710",16021,46384,3,858,2285 -"67711",16021,46486,3,858,1868 -"67712",16021,46726,3,858,943 -"67713",16021,47072,3,858,1564 -"67714",16021,49201,2,858,936 -"67715",16021,49347,3,858,2504 -"67716",16021,49551,3,858,879 -"67717",16021,49712,3,858,1937 -"67718",16021,50229,3,858,1190 -"67719",16021,50354,3,858,1299 -"67720",16021,51999,3,858,2425 -"67721",16021,52215,3,858,1908 -"67722",16021,56873,3,858,1421 -"67723",16021,56995,3,858,2323 -"67724",16021,57394,3,858,1271 -"67725",16021,58759,2,858,942 -"67726",16021,58829,3,858,1256 -"67727",16021,59039,2,858,2870 -"67728",16021,59788,3,858,2315 -"67729",16021,59937,3,858,885 -"67730",16021,61125,3,858,1673 -"67731",16021,61723,2,858,1262 -"67732",16021,63644,3,858,1267 -"67733",16021,65188,3,858,2213 -"67734",16021,66717,3,858,2104 -"67735",16021,67719,2,858,2429 -"67736",16021,68215,3,858,2727 -"67737",16021,69131,1,858,2122 -"67738",16021,70455,3,858,1307 -"67739",16021,70586,2,858,2562 -"67740",16021,71467,3,858,1051 -"67741",16021,72348,3,858,1810 -"67742",16021,72438,2,858,1397 -"67743",16021,73172,3,858,2496 -"67744",16021,73192,1,858,1955 -"67745",16021,78740,2,858,1515 -"67746",16021,79432,2,858,1708 -"67747",16021,82341,3,858,1515 -"67748",16021,88212,3,858,2547 -"67749",16021,90789,3,858,1218 -"67750",16021,92297,3,858,2952 -"67751",16021,94520,3,858,1243 -"67752",16021,95682,3,858,881 -"67753",16021,95910,3,858,999 -"67754",16021,98058,3,858,1891 -"67755",16021,100048,3,858,1573 -"67756",16021,107383,2,858,1918 -"67757",16021,107496,3,858,1572 -"67758",16021,111375,3,858,2686 -"67759",16021,119921,3,858,1113 -"67760",16029,455,3,1160,2827 -"67761",16029,803,3,1160,1666 -"67762",16029,1046,3,1160,1881 -"67763",16029,1224,3,1160,2435 -"67764",16029,1262,2,1160,2973 -"67765",16029,1321,3,1160,2075 -"67766",16029,1386,2,1160,1901 -"67767",16029,2765,3,1160,2321 -"67768",16029,3488,3,1160,2351 -"67769",16029,3695,2,1160,2612 -"67770",16029,5120,3,1160,2735 -"67771",16029,5148,3,1160,2206 -"67772",16029,5491,2,1160,2048 -"67773",16029,5621,3,1160,1860 -"67774",16029,5725,3,1160,2789 -"67775",16029,7078,2,1160,2344 -"67776",16029,7394,2,1160,2615 -"67777",16029,8533,3,1160,2251 -"67778",16029,9030,1,1160,1979 -"67779",16029,9202,3,1160,2477 -"67780",16029,10474,3,1160,1608 -"67781",16029,10558,3,1160,2312 -"67782",16029,11419,3,1160,1408 -"67783",16029,11602,3,1160,1493 -"67784",16029,12035,3,1160,2721 -"67785",16029,13732,2,1160,2789 -"67786",16029,13780,3,1160,2412 -"67787",16029,13929,3,1160,2693 -"67788",16029,14189,3,1160,1483 -"67789",16029,14709,2,1160,1901 -"67790",16029,14888,3,1160,1411 -"67791",16029,15343,3,1160,2125 -"67792",16029,16727,3,1160,2164 -"67793",16029,17826,3,1160,2920 -"67794",16029,18151,2,1160,2962 -"67795",16029,18244,3,1160,1622 -"67796",16029,18366,2,1160,2699 -"67797",16029,19528,3,1160,2742 -"67798",16029,19872,2,1160,2913 -"67799",16029,20423,3,1160,2654 -"67800",16029,20563,3,1160,2267 -"67801",16029,20657,3,1160,2340 -"67802",16029,21417,3,1160,2422 -"67803",16029,21693,3,1160,2176 -"67804",16029,21795,1,1160,2653 -"67805",16029,22216,3,1160,1956 -"67806",16029,22326,3,1160,2818 -"67807",16029,22362,3,1160,1836 -"67808",16029,22652,2,1160,1544 -"67809",16029,23508,3,1160,1907 -"67810",16029,24146,3,1160,2003 -"67811",16029,24362,3,1160,1287 -"67812",16029,24511,3,1160,1871 -"67813",16029,24608,3,1160,1630 -"67814",16029,25751,2,1160,1523 -"67815",16029,26608,3,1160,2329 -"67816",16029,26766,3,1160,1161 -"67817",16029,26865,2,1160,2726 -"67818",16029,28233,3,1160,1608 -"67819",16029,28285,3,1160,2972 -"67820",16029,28923,1,1160,2362 -"67821",16029,29791,3,1160,1986 -"67822",16029,30081,1,1160,2403 -"67823",16029,32761,3,1160,2680 -"67824",16029,34160,3,1160,1759 -"67825",16029,34311,3,1160,2213 -"67826",16029,34327,2,1160,2959 -"67827",16029,34693,3,1160,1938 -"67828",16029,35542,1,1160,1439 -"67829",16029,36559,3,1160,2473 -"67830",16029,36950,2,1160,2204 -"67831",16029,36962,2,1160,2861 -"67832",16029,37333,2,1160,1612 -"67833",16029,39278,3,1160,1952 -"67834",16029,39827,3,1160,2321 -"67835",16029,42618,3,1160,2316 -"67836",16029,44684,3,1160,1220 -"67837",16029,45664,3,1160,2235 -"67838",16029,45927,3,1160,1542 -"67839",16029,47140,3,1160,2439 -"67840",16029,47362,2,1160,2253 -"67841",16029,47947,2,1160,2681 -"67842",16029,49461,3,1160,2793 -"67843",16029,49998,3,1160,2761 -"67844",16029,51379,2,1160,1462 -"67845",16029,52442,3,1160,1269 -"67846",16029,54020,3,1160,1578 -"67847",16029,56082,3,1160,2395 -"67848",16029,59522,2,1160,1516 -"67849",16029,61458,3,1160,2630 -"67850",16029,65679,2,1160,1578 -"67851",16029,69062,3,1160,1174 -"67852",16029,70046,3,1160,2624 -"67853",16029,70646,2,1160,1162 -"67854",16029,71369,3,1160,2838 -"67855",16029,73266,2,1160,2496 -"67856",16029,74095,3,1160,2333 -"67857",16029,79088,2,1160,1369 -"67858",16029,80655,3,1160,1546 -"67859",16029,85592,3,1160,1412 -"67860",16029,87074,3,1160,1666 -"67861",16029,87198,3,1160,1462 -"67862",16029,89668,3,1160,1279 -"67863",16029,90501,3,1160,2380 -"67864",16029,93102,3,1160,1174 -"67865",16029,96678,3,1160,1183 -"67866",16040,3557,2,1244,1259 -"67867",16040,8088,2,1244,2220 -"67868",16040,9311,3,1244,2477 -"67869",16040,9391,3,1244,1252 -"67870",16040,14189,3,1244,1483 -"67871",16040,15560,3,1244,2257 -"67872",16040,23508,3,1244,1907 -"67873",16040,24146,2,1244,2003 -"67874",16040,24362,3,1244,1287 -"67875",16040,30081,3,1244,2403 -"67876",16040,30906,2,1244,2537 -"67877",16040,36962,3,1244,2861 -"67878",16040,37333,2,1244,1612 -"67879",16040,41278,3,1244,1873 -"67880",16040,54020,2,1244,1578 -"67881",16040,65679,3,1244,1578 -"67882",16040,78262,3,1244,1326 -"67883",16040,79088,3,1244,1369 -"67884",16046,468,3,103,1966 -"67885",16046,916,3,103,2718 -"67886",16046,1556,3,103,643 -"67887",16046,2344,3,103,2752 -"67888",16046,2488,3,103,424 -"67889",16046,3100,3,103,2524 -"67890",16046,3776,3,103,2322 -"67891",16046,3786,3,103,2282 -"67892",16046,5168,2,103,629 -"67893",16046,5346,3,103,1438 -"67894",16046,5414,2,103,2321 -"67895",16046,5606,3,103,2875 -"67896",16046,5845,3,103,1552 -"67897",16046,6071,3,103,2310 -"67898",16046,6078,3,103,498 -"67899",16046,6248,2,103,2737 -"67900",16046,6432,3,103,2297 -"67901",16046,7948,3,103,1584 -"67902",16046,9506,3,103,1012 -"67903",16046,9912,3,103,1356 -"67904",16046,10727,2,103,2082 -"67905",16046,11135,2,103,2441 -"67906",16046,11976,3,103,1727 -"67907",16046,12031,3,103,1957 -"67908",16046,13400,3,103,1371 -"67909",16046,15207,3,103,1855 -"67910",16046,15502,3,103,2637 -"67911",16046,15916,1,103,1236 -"67912",16046,16545,2,103,186 -"67913",16046,17952,3,103,1530 -"67914",16046,18550,3,103,483 -"67915",16046,19687,1,103,2072 -"67916",16046,20413,2,103,806 -"67917",16046,20867,3,103,200 -"67918",16046,21419,3,103,1243 -"67919",16046,21976,3,103,1808 -"67920",16046,23639,3,103,2065 -"67921",16046,23731,3,103,1656 -"67922",16046,23739,3,103,2463 -"67923",16046,24086,3,103,2663 -"67924",16046,24104,3,103,817 -"67925",16046,24116,3,103,1413 -"67926",16046,24734,2,103,338 -"67927",16046,24860,3,103,1204 -"67928",16046,25270,3,103,985 -"67929",16046,25286,2,103,1545 -"67930",16046,26100,3,103,1966 -"67931",16046,26513,2,103,2205 -"67932",16046,26567,2,103,1158 -"67933",16046,27255,3,103,1232 -"67934",16046,28355,2,103,2053 -"67935",16046,28567,3,103,2398 -"67936",16046,28914,1,103,580 -"67937",16046,29117,2,103,1250 -"67938",16046,32642,3,103,158 -"67939",16046,33363,3,103,2475 -"67940",16046,38422,3,103,1019 -"67941",16046,39484,3,103,281 -"67942",16046,40113,3,103,451 -"67943",16046,42195,3,103,573 -"67944",16046,42713,2,103,1995 -"67945",16046,43250,3,103,1300 -"67946",16046,43524,3,103,2572 -"67947",16046,45487,3,103,2256 -"67948",16046,47330,3,103,2422 -"67949",16046,47557,2,103,999 -"67950",16046,47827,3,103,1957 -"67951",16046,48764,3,103,860 -"67952",16046,49147,1,103,2539 -"67953",16046,50430,3,103,1689 -"67954",16046,51448,3,103,1593 -"67955",16046,53362,3,103,2360 -"67956",16046,54061,2,103,1488 -"67957",16046,55436,2,103,2513 -"67958",16046,55775,3,103,2385 -"67959",16046,56212,3,103,1410 -"67960",16046,56673,3,103,2419 -"67961",16046,59470,2,103,2393 -"67962",16046,60672,3,103,2876 -"67963",16046,63555,3,103,1290 -"67964",16046,68328,3,103,683 -"67965",16046,68670,3,103,565 -"67966",16046,70845,3,103,1139 -"67967",16046,74058,3,103,1151 -"67968",16046,78460,3,103,985 -"67969",16046,79236,3,103,1505 -"67970",16046,80728,3,103,599 -"67971",16046,81134,3,103,1384 -"67972",16046,83007,3,103,2727 -"67973",16046,83133,3,103,1055 -"67974",16046,83228,3,103,732 -"67975",16046,85264,3,103,1236 -"67976",16046,86357,3,103,736 -"67977",16046,92381,3,103,1237 -"67978",16046,93317,3,103,1223 -"67979",16046,93670,3,103,1682 -"67980",16046,94399,3,103,963 -"67981",16046,94520,3,103,1243 -"67982",16046,95661,3,103,872 -"67983",16046,97940,3,103,431 -"67984",16046,98003,3,103,573 -"67985",16046,99955,3,103,1223 -"67986",16046,104065,3,103,194 -"67987",16046,104542,2,103,897 -"67988",16046,105262,3,103,223 -"67989",16046,106554,3,103,1270 -"67990",16046,108770,3,103,158 -"67991",16046,110023,3,103,230 -"67992",16046,114666,3,103,711 -"67993",16046,115194,3,103,604 -"67994",16053,915,3,908,1793 -"67995",16053,1036,3,908,1367 -"67996",16053,1046,3,908,1881 -"67997",16053,1196,3,908,1986 -"67998",16053,1275,3,908,2068 -"67999",16053,1767,2,908,2727 -"68000",16053,2063,3,908,1278 -"68001",16053,2093,3,908,2459 -"68002",16053,2484,3,908,2389 -"68003",16053,2894,3,908,1291 -"68004",16053,3068,2,908,1815 -"68005",16053,3167,3,908,1676 -"68006",16053,3306,3,908,1989 -"68007",16053,3753,3,908,1255 -"68008",16053,3947,3,908,2067 -"68009",16053,3961,2,908,2426 -"68010",16053,3966,3,908,2425 -"68011",16053,3980,3,908,2771 -"68012",16053,4226,3,908,1903 -"68013",16053,4289,3,908,1921 -"68014",16053,4360,3,908,1770 -"68015",16053,4768,3,908,1111 -"68016",16053,5041,3,908,2371 -"68017",16053,5315,2,908,2631 -"68018",16053,5392,3,908,1648 -"68019",16053,5438,3,908,1499 -"68020",16053,5615,3,908,1105 -"68021",16053,5716,3,908,1058 -"68022",16053,5785,3,908,1261 -"68023",16053,5984,3,908,1675 -"68024",16053,5986,3,908,1721 -"68025",16053,6047,3,908,2004 -"68026",16053,6222,3,908,1949 -"68027",16053,6417,2,908,1675 -"68028",16053,7245,3,908,2089 -"68029",16053,7292,3,908,1988 -"68030",16053,7984,3,908,2493 -"68031",16053,7992,2,908,2033 -"68032",16053,8533,3,908,2251 -"68033",16053,8621,3,908,1681 -"68034",16053,8913,3,908,968 -"68035",16053,9311,3,908,2477 -"68036",16053,9432,3,908,1693 -"68037",16053,9654,3,908,2111 -"68038",16053,9702,3,908,1928 -"68039",16053,9928,3,908,2345 -"68040",16053,9950,3,908,920 -"68041",16053,10358,2,908,2294 -"68042",16053,10717,3,908,1938 -"68043",16053,10779,2,908,2881 -"68044",16053,11218,3,908,2292 -"68045",16053,11450,3,908,915 -"68046",16053,11477,3,908,2724 -"68047",16053,11540,3,908,1237 -"68048",16053,11625,3,908,2022 -"68049",16053,12042,3,908,2345 -"68050",16053,12096,3,908,1330 -"68051",16053,12374,3,908,2260 -"68052",16053,12388,2,908,1975 -"68053",16053,12524,3,908,1287 -"68054",16053,12692,3,908,1855 -"68055",16053,13158,3,908,2667 -"68056",16053,13315,3,908,2516 -"68057",16053,13388,2,908,2119 -"68058",16053,13780,3,908,2412 -"68059",16053,13967,2,908,1354 -"68060",16053,13979,2,908,1559 -"68061",16053,14032,3,908,2144 -"68062",16053,14353,3,908,2878 -"68063",16053,14564,3,908,1581 -"68064",16053,14943,3,908,1942 -"68065",16053,14959,3,908,2898 -"68066",16053,15003,3,908,2067 -"68067",16053,15309,3,908,2820 -"68068",16053,15401,3,908,1999 -"68069",16053,15444,2,908,2764 -"68070",16053,15539,3,908,1929 -"68071",16053,15636,3,908,2857 -"68072",16053,16120,3,908,1237 -"68073",16053,16352,3,908,2657 -"68074",16053,16539,3,908,1947 -"68075",16053,16625,3,908,1285 -"68076",16053,16826,3,908,2599 -"68077",16053,16896,3,908,2223 -"68078",16053,17027,2,908,2772 -"68079",16053,17097,2,908,1505 -"68080",16053,17484,3,908,1256 -"68081",16053,17819,3,908,2291 -"68082",16053,17997,2,908,1621 -"68083",16053,18103,3,908,1968 -"68084",16053,18165,3,908,2085 -"68085",16053,18394,3,908,2356 -"68086",16053,18415,3,908,2184 -"68087",16053,18874,3,908,2170 -"68088",16053,19027,3,908,2721 -"68089",16053,19282,3,908,1623 -"68090",16053,19317,3,908,2041 -"68091",16053,19634,3,908,954 -"68092",16053,19637,2,908,1229 -"68093",16053,19719,3,908,2177 -"68094",16053,20067,1,908,2390 -"68095",16053,20070,3,908,1914 -"68096",16053,20311,3,908,1981 -"68097",16053,20732,2,908,2401 -"68098",16053,21138,3,908,2849 -"68099",16053,21198,3,908,935 -"68100",16053,21248,3,908,2232 -"68101",16053,21422,2,908,935 -"68102",16053,21706,2,908,1988 -"68103",16053,22057,3,908,974 -"68104",16053,22207,3,908,2365 -"68105",16053,22403,2,908,1630 -"68106",16053,22586,3,908,1341 -"68107",16053,23011,3,908,2763 -"68108",16053,23159,3,908,1548 -"68109",16053,23268,3,908,2258 -"68110",16053,23310,3,908,2371 -"68111",16053,23534,3,908,1659 -"68112",16053,23726,2,908,2434 -"68113",16053,23787,3,908,2810 -"68114",16053,23869,1,908,1918 -"68115",16053,24146,3,908,2003 -"68116",16053,24240,3,908,1755 -"68117",16053,24756,3,908,2530 -"68118",16053,25486,3,908,2582 -"68119",16053,25680,2,908,1618 -"68120",16053,26080,3,908,2525 -"68121",16053,26249,2,908,2301 -"68122",16053,26451,3,908,2133 -"68123",16053,26479,3,908,1818 -"68124",16053,26570,3,908,1669 -"68125",16053,26818,3,908,1999 -"68126",16053,28002,3,908,914 -"68127",16053,28015,3,908,1624 -"68128",16053,28056,3,908,1505 -"68129",16053,28131,2,908,1492 -"68130",16053,28731,3,908,955 -"68131",16053,28784,3,908,1579 -"68132",16053,28896,3,908,1395 -"68133",16053,29095,3,908,2531 -"68134",16053,29456,3,908,1182 -"68135",16053,29930,3,908,2240 -"68136",16053,30092,3,908,1593 -"68137",16053,30150,3,908,1704 -"68138",16053,30309,3,908,1449 -"68139",16053,30404,3,908,1810 -"68140",16053,30827,3,908,2323 -"68141",16053,30850,3,908,1045 -"68142",16053,30883,2,908,1629 -"68143",16053,31279,2,908,965 -"68144",16053,32658,3,908,1694 -"68145",16053,32919,3,908,2321 -"68146",16053,32988,3,908,2008 -"68147",16053,33356,3,908,1586 -"68148",16053,33801,2,908,2899 -"68149",16053,34120,3,908,2786 -"68150",16053,34136,3,908,2202 -"68151",16053,34907,3,908,1945 -"68152",16053,35529,1,908,1620 -"68153",16053,35926,3,908,2371 -"68154",16053,36950,3,908,2204 -"68155",16053,36962,3,908,2861 -"68156",16053,37333,3,908,1612 -"68157",16053,37934,2,908,1595 -"68158",16053,38219,3,908,1689 -"68159",16053,38227,3,908,2511 -"68160",16053,38284,3,908,1234 -"68161",16053,38449,3,908,1802 -"68162",16053,38467,3,908,1259 -"68163",16053,38921,3,908,1880 -"68164",16053,38973,3,908,1999 -"68165",16053,40432,2,908,1956 -"68166",16053,40645,3,908,1899 -"68167",16053,40646,2,908,1583 -"68168",16053,40893,3,908,1116 -"68169",16053,41108,3,908,1624 -"68170",16053,41682,3,908,1988 -"68171",16053,41832,3,908,1155 -"68172",16053,41955,3,908,2479 -"68173",16053,41972,3,908,2509 -"68174",16053,42216,3,908,2722 -"68175",16053,42505,3,908,2008 -"68176",16053,42837,3,908,1096 -"68177",16053,43404,3,908,2649 -"68178",16053,43479,3,908,2178 -"68179",16053,44557,3,908,2371 -"68180",16053,44636,3,908,1026 -"68181",16053,44819,2,908,2063 -"68182",16053,46803,2,908,2305 -"68183",16053,47386,2,908,2226 -"68184",16053,48215,3,908,2028 -"68185",16053,48823,3,908,2080 -"68186",16053,50269,3,908,1966 -"68187",16053,50382,2,908,2244 -"68188",16053,50977,3,908,2352 -"68189",16053,51017,3,908,2073 -"68190",16053,51157,3,908,2319 -"68191",16053,51410,3,908,2739 -"68192",16053,51863,3,908,1395 -"68193",16053,52261,3,908,2162 -"68194",16053,53134,3,908,1590 -"68195",16053,53475,2,908,2853 -"68196",16053,54020,3,908,1578 -"68197",16053,54676,3,908,1342 -"68198",16053,54855,3,908,1525 -"68199",16053,54929,3,908,2783 -"68200",16053,55084,2,908,1189 -"68201",16053,56082,3,908,2395 -"68202",16053,56807,3,908,1571 -"68203",16053,56854,3,908,2022 -"68204",16053,57150,3,908,1196 -"68205",16053,57760,3,908,1721 -"68206",16053,57977,2,908,2683 -"68207",16053,58133,3,908,1484 -"68208",16053,58384,3,908,1637 -"68209",16053,58669,3,908,2296 -"68210",16053,58733,3,908,1958 -"68211",16053,58993,3,908,2390 -"68212",16053,59939,3,908,936 -"68213",16053,61242,3,908,1650 -"68214",16053,62148,3,908,1566 -"68215",16053,62488,3,908,1418 -"68216",16053,64219,3,908,2705 -"68217",16053,65155,3,908,1947 -"68218",16053,65203,3,908,1597 -"68219",16053,65322,3,908,2008 -"68220",16053,65522,3,908,1572 -"68221",16053,67726,3,908,2873 -"68222",16053,68960,3,908,1312 -"68223",16053,70203,3,908,2756 -"68224",16053,70736,3,908,1512 -"68225",16053,70996,1,908,1037 -"68226",16053,76356,3,908,2323 -"68227",16053,76398,3,908,2400 -"68228",16053,78801,3,908,1572 -"68229",16053,79689,3,908,1184 -"68230",16053,81478,3,908,1640 -"68231",16053,82009,3,908,1020 -"68232",16053,82301,3,908,1621 -"68233",16053,82426,3,908,1576 -"68234",16053,82696,3,908,1305 -"68235",16053,82730,3,908,1492 -"68236",16053,82767,3,908,1641 -"68237",16053,82929,3,908,2475 -"68238",16053,83140,3,908,1630 -"68239",16053,85784,3,908,1142 -"68240",16053,85875,3,908,957 -"68241",16053,86627,3,908,981 -"68242",16053,87720,3,908,2086 -"68243",16053,88063,3,908,1045 -"68244",16053,89511,3,908,1205 -"68245",16053,91142,3,908,2527 -"68246",16053,94101,3,908,997 -"68247",16053,95064,3,908,1801 -"68248",16053,95879,3,908,1748 -"68249",16053,96911,3,908,956 -"68250",16053,97160,2,908,1215 -"68251",16053,100140,2,908,1041 -"68252",16053,101338,3,908,1319 -"68253",16053,103524,2,908,991 -"68254",16053,108379,3,908,2933 -"68255",16067,37868,3,2727,2876 -"68256",16067,67726,3,2727,2873 -"68257",16074,543,3,977,2203 -"68258",16074,669,3,977,1423 -"68259",16074,671,3,977,2328 -"68260",16074,675,3,977,1686 -"68261",16074,733,2,977,1653 -"68262",16074,1036,3,977,1367 -"68263",16074,1046,3,977,1881 -"68264",16074,1127,3,977,1188 -"68265",16074,1130,3,977,1566 -"68266",16074,1136,3,977,2536 -"68267",16074,1397,3,977,1225 -"68268",16074,1469,3,977,1160 -"68269",16074,1777,3,977,1965 -"68270",16074,1897,3,977,1727 -"68271",16074,2036,3,977,2483 -"68272",16074,2063,3,977,1278 -"68273",16074,2424,3,977,2582 -"68274",16074,2484,3,977,2389 -"68275",16074,2743,2,977,1278 -"68276",16074,2954,3,977,2727 -"68277",16074,3242,2,977,1730 -"68278",16074,3830,3,977,1661 -"68279",16074,4191,3,977,2130 -"68280",16074,4226,3,977,1903 -"68281",16074,4289,3,977,1921 -"68282",16074,4618,2,977,2607 -"68283",16074,4687,3,977,2152 -"68284",16074,4980,2,977,2093 -"68285",16074,5078,3,977,2033 -"68286",16074,5457,3,977,2077 -"68287",16074,5462,3,977,2374 -"68288",16074,5504,2,977,2389 -"68289",16074,5621,3,977,1860 -"68290",16074,5725,3,977,2789 -"68291",16074,5864,3,977,1197 -"68292",16074,6023,3,977,2050 -"68293",16074,7245,3,977,2089 -"68294",16074,7323,3,977,2858 -"68295",16074,8533,3,977,2251 -"68296",16074,8621,1,977,1681 -"68297",16074,10404,3,977,2062 -"68298",16074,10799,3,977,2010 -"68299",16074,10857,3,977,2253 -"68300",16074,10859,3,977,2231 -"68301",16074,10875,3,977,1234 -"68302",16074,10890,3,977,2639 -"68303",16074,12096,3,977,1330 -"68304",16074,12692,3,977,1855 -"68305",16074,13573,3,977,2774 -"68306",16074,14507,3,977,2686 -"68307",16074,15299,3,977,2213 -"68308",16074,15539,2,977,1929 -"68309",16074,15716,3,977,1991 -"68310",16074,16164,1,977,1184 -"68311",16074,16365,3,977,2217 -"68312",16074,17354,3,977,2250 -"68313",16074,17357,3,977,1536 -"68314",16074,17484,3,977,1256 -"68315",16074,17852,3,977,2840 -"68316",16074,19027,3,977,2721 -"68317",16074,19506,3,977,1385 -"68318",16074,19516,3,977,2313 -"68319",16074,20563,2,977,2267 -"68320",16074,20700,3,977,2861 -"68321",16074,20824,2,977,1366 -"68322",16074,21911,2,977,1184 -"68323",16074,22006,3,977,1202 -"68324",16074,22501,2,977,1006 -"68325",16074,22749,3,977,1727 -"68326",16074,22884,3,977,1608 -"68327",16074,23140,3,977,2787 -"68328",16074,23506,2,977,1172 -"68329",16074,23534,3,977,1659 -"68330",16074,23704,2,977,2278 -"68331",16074,24259,3,977,1281 -"68332",16074,24362,3,977,1287 -"68333",16074,24755,3,977,1319 -"68334",16074,25129,3,977,2647 -"68335",16074,25341,2,977,1858 -"68336",16074,25643,3,977,1646 -"68337",16074,26282,3,977,1241 -"68338",16074,26322,3,977,1018 -"68339",16074,26436,2,977,2489 -"68340",16074,26516,2,977,2479 -"68341",16074,26570,3,977,1669 -"68342",16074,27753,2,977,2750 -"68343",16074,28434,3,977,1141 -"68344",16074,28892,3,977,2023 -"68345",16074,29095,3,977,2531 -"68346",16074,29456,3,977,1182 -"68347",16074,30438,2,977,1617 -"68348",16074,31000,3,977,1526 -"68349",16074,31243,3,977,1355 -"68350",16074,31799,3,977,2547 -"68351",16074,33551,3,977,1734 -"68352",16074,33588,3,977,1040 -"68353",16074,33621,3,977,1319 -"68354",16074,34216,3,977,2832 -"68355",16074,34492,1,977,1798 -"68356",16074,34509,3,977,1973 -"68357",16074,35069,2,977,2069 -"68358",16074,37418,2,977,2710 -"68359",16074,37570,3,977,2389 -"68360",16074,38449,3,977,1802 -"68361",16074,39278,3,977,1952 -"68362",16074,40293,3,977,1671 -"68363",16074,40369,3,977,2735 -"68364",16074,40432,3,977,1956 -"68365",16074,41402,3,977,2313 -"68366",16074,43839,3,977,1685 -"68367",16074,44636,3,977,1026 -"68368",16074,45715,2,977,2287 -"68369",16074,50075,3,977,1026 -"68370",16074,50667,3,977,2719 -"68371",16074,51022,2,977,1499 -"68372",16074,51410,2,977,2739 -"68373",16074,51987,2,977,1397 -"68374",16074,52835,3,977,995 -"68375",16074,54551,3,977,2348 -"68376",16074,54676,3,977,1342 -"68377",16074,54740,3,977,2750 -"68378",16074,56171,3,977,1524 -"68379",16074,57977,2,977,2683 -"68380",16074,58035,2,977,1646 -"68381",16074,58221,3,977,1787 -"68382",16074,62903,3,977,1704 -"68383",16074,64031,3,977,1295 -"68384",16074,64793,3,977,2819 -"68385",16074,64997,3,977,2791 -"68386",16074,67314,3,977,1051 -"68387",16074,70046,3,977,2624 -"68388",16074,71478,3,977,1721 -"68389",16074,74095,3,977,2333 -"68390",16074,77835,3,977,1327 -"68391",16074,80429,3,977,1927 -"68392",16074,80678,2,977,1595 -"68393",16074,81813,3,977,1656 -"68394",16074,82767,3,977,1641 -"68395",16074,82929,2,977,2475 -"68396",16074,83053,3,977,1303 -"68397",16074,88860,3,977,1014 -"68398",16074,90790,3,977,1492 -"68399",16074,91162,3,977,1693 -"68400",16074,91163,3,977,1171 -"68401",16074,91201,3,977,1702 -"68402",16074,93280,3,977,1053 -"68403",16074,94808,2,977,988 -"68404",16074,99103,3,977,1470 -"68405",16085,1520,3,798,1716 -"68406",16085,16796,3,798,1892 -"68407",16085,19587,3,798,1684 -"68408",16085,35456,2,798,2358 -"68409",16085,38373,3,798,1928 -"68410",16085,39249,2,798,1665 -"68411",16085,42562,3,798,1195 -"68412",16096,357,3,2301,2327 -"68413",16096,3164,3,2301,2693 -"68414",16096,5350,3,2301,2522 -"68415",16096,6030,3,2301,2953 -"68416",16096,12042,3,2301,2345 -"68417",16096,16352,3,2301,2657 -"68418",16096,16525,3,2301,2721 -"68419",16096,21872,3,2301,2458 -"68420",16096,22566,3,2301,2308 -"68421",16096,28011,3,2301,2639 -"68422",16096,28168,3,2301,2702 -"68423",16096,48158,3,2301,2483 -"68424",16096,82732,3,2301,2810 -"68425",16111,2028,2,1714,1978 -"68426",16111,2289,2,1714,2389 -"68427",16111,3306,2,1714,1989 -"68428",16111,5072,3,1714,2175 -"68429",16111,5462,3,1714,2374 -"68430",16111,6222,3,1714,1949 -"68431",16111,9311,3,1714,2477 -"68432",16111,10799,3,1714,2010 -"68433",16111,12713,3,1714,2440 -"68434",16111,13573,3,1714,2774 -"68435",16111,13929,3,1714,2693 -"68436",16111,14959,3,1714,2898 -"68437",16111,15003,3,1714,2067 -"68438",16111,15299,3,1714,2213 -"68439",16111,15636,3,1714,2857 -"68440",16111,15756,3,1714,2362 -"68441",16111,15930,1,1714,2541 -"68442",16111,16201,3,1714,1811 -"68443",16111,17520,3,1714,2276 -"68444",16111,20311,3,1714,1981 -"68445",16111,23787,2,1714,2810 -"68446",16111,25544,2,1714,2475 -"68447",16111,29095,1,1714,2531 -"68448",16111,29454,3,1714,2719 -"68449",16111,30322,3,1714,2346 -"68450",16111,32064,3,1714,1739 -"68451",16111,32457,3,1714,2690 -"68452",16111,33801,3,1714,2899 -"68453",16111,33949,3,1714,2489 -"68454",16111,36962,3,1714,2861 -"68455",16111,38263,3,1714,2475 -"68456",16111,38921,3,1714,1880 -"68457",16111,39556,1,1714,2747 -"68458",16111,41764,3,1714,2409 -"68459",16111,53475,3,1714,2853 -"68460",16111,54879,3,1714,2210 -"68461",16111,55156,3,1714,2196 -"68462",16111,55691,3,1714,2856 -"68463",16111,57732,2,1714,2454 -"68464",16111,59539,1,1714,2429 -"68465",16111,67145,3,1714,2015 -"68466",16111,68083,3,1714,2795 -"68467",16111,68810,3,1714,2409 -"68468",16111,70203,3,1714,2756 -"68469",16111,76463,3,1714,2298 -"68470",16111,78563,3,1714,2385 -"68471",16120,1130,3,1237,1566 -"68472",16120,3716,3,1237,1679 -"68473",16120,3777,3,1237,1798 -"68474",16120,3961,3,1237,2426 -"68475",16120,5315,3,1237,2631 -"68476",16120,5984,3,1237,1675 -"68477",16120,5986,3,1237,1721 -"68478",16120,6047,3,1237,2004 -"68479",16120,6417,2,1237,1675 -"68480",16120,6821,3,1237,1788 -"68481",16120,8865,3,1237,2394 -"68482",16120,9654,3,1237,2111 -"68483",16120,10358,3,1237,2294 -"68484",16120,10513,3,1237,2284 -"68485",16120,10717,3,1237,1938 -"68486",16120,11218,3,1237,2292 -"68487",16120,12042,3,1237,2345 -"68488",16120,13967,3,1237,1354 -"68489",16120,14032,3,1237,2144 -"68490",16120,15309,3,1237,2820 -"68491",16120,15872,3,1237,1551 -"68492",16120,16352,3,1237,2657 -"68493",16120,16826,3,1237,2599 -"68494",16120,17997,3,1237,1621 -"68495",16120,18874,3,1237,2170 -"68496",16120,19587,3,1237,1684 -"68497",16120,20067,3,1237,2390 -"68498",16120,20975,3,1237,1305 -"68499",16120,21138,1,1237,2849 -"68500",16120,21706,3,1237,1988 -"68501",16120,22141,3,1237,2348 -"68502",16120,22639,1,1237,2352 -"68503",16120,23159,3,1237,1548 -"68504",16120,23869,3,1237,1918 -"68505",16120,24146,3,1237,2003 -"68506",16120,25680,3,1237,1618 -"68507",16120,28015,3,1237,1624 -"68508",16120,29930,3,1237,2240 -"68509",16120,33801,3,1237,2899 -"68510",16120,33981,3,1237,1993 -"68511",16120,34509,3,1237,1973 -"68512",16120,34735,3,1237,2767 -"68513",16120,35529,3,1237,1620 -"68514",16120,36962,3,1237,2861 -"68515",16120,37333,3,1237,1612 -"68516",16120,40432,3,1237,1956 -"68517",16120,40493,3,1237,1981 -"68518",16120,47248,3,1237,2883 -"68519",16120,47386,3,1237,2226 -"68520",16120,47715,2,1237,2111 -"68521",16120,50179,3,1237,2230 -"68522",16120,51017,2,1237,2073 -"68523",16120,51035,3,1237,2397 -"68524",16120,53134,3,1237,1590 -"68525",16120,53475,3,1237,2853 -"68526",16120,54020,3,1237,1578 -"68527",16120,54929,3,1237,2783 -"68528",16120,57977,3,1237,2683 -"68529",16120,79436,3,1237,1344 -"68530",16120,84022,3,1237,2289 -"68531",16152,2576,3,879,1307 -"68532",16152,3663,3,879,1232 -"68533",16152,5897,3,879,2337 -"68534",16152,9787,3,879,2858 -"68535",16152,11990,2,879,1909 -"68536",16152,13068,3,879,1778 -"68537",16152,14287,3,879,1583 -"68538",16152,16437,3,879,1956 -"68539",16152,16501,3,879,1650 -"68540",16152,23131,3,879,1732 -"68541",16152,27742,3,879,2700 -"68542",16152,27914,3,879,2507 -"68543",16152,28051,3,879,2089 -"68544",16152,28904,2,879,926 -"68545",16152,30525,3,879,1964 -"68546",16152,31317,3,879,1362 -"68547",16152,31753,2,879,1514 -"68548",16152,49201,3,879,936 -"68549",16152,54775,3,879,2383 -"68550",16152,61125,3,879,1673 -"68551",16152,85396,3,879,1131 -"68552",16152,103491,3,879,1523 -"68553",16161,21,3,599,1385 -"68554",16161,543,3,599,2203 -"68555",16161,2446,3,599,2606 -"68556",16161,2484,3,599,2389 -"68557",16161,2985,3,599,2398 -"68558",16161,4001,3,599,1687 -"68559",16161,4361,3,599,2571 -"68560",16161,8354,3,599,1705 -"68561",16161,8791,2,599,1789 -"68562",16161,10350,3,599,1163 -"68563",16161,11029,2,599,2362 -"68564",16161,14449,3,599,1258 -"68565",16161,16690,2,599,2132 -"68566",16161,17257,3,599,1117 -"68567",16161,20700,2,599,2861 -"68568",16161,22723,3,599,2859 -"68569",16161,23966,3,599,891 -"68570",16161,33236,3,599,2297 -"68571",16161,37859,3,599,1999 -"68572",16161,42373,3,599,871 -"68573",16161,44636,3,599,1026 -"68574",16161,60689,3,599,859 -"68575",16161,64156,3,599,675 -"68576",16161,72535,3,599,1191 -"68577",16161,78842,3,599,904 -"68578",16161,83253,3,599,1102 -"68579",16161,84822,3,599,2686 -"68580",16161,87958,3,599,1234 -"68581",16161,99288,3,599,983 -"68582",16164,23,3,1184,1682 -"68583",16164,206,3,1184,1986 -"68584",16164,270,3,1184,2542 -"68585",16164,543,3,1184,2203 -"68586",16164,669,3,1184,1423 -"68587",16164,671,2,1184,2328 -"68588",16164,675,2,1184,1686 -"68589",16164,733,1,1184,1653 -"68590",16164,750,3,1184,1327 -"68591",16164,1036,3,1184,1367 -"68592",16164,1046,2,1184,1881 -"68593",16164,1092,3,1184,1945 -"68594",16164,1127,3,1184,1188 -"68595",16164,1130,3,1184,1566 -"68596",16164,1136,2,1184,2536 -"68597",16164,1367,3,1184,2176 -"68598",16164,1397,3,1184,1225 -"68599",16164,1495,3,1184,2046 -"68600",16164,1777,3,1184,1965 -"68601",16164,1897,2,1184,1727 -"68602",16164,2036,3,1184,2483 -"68603",16164,2063,2,1184,1278 -"68604",16164,2208,3,1184,2814 -"68605",16164,2325,3,1184,1641 -"68606",16164,2349,3,1184,1288 -"68607",16164,2424,3,1184,2582 -"68608",16164,2484,3,1184,2389 -"68609",16164,2533,3,1184,2016 -"68610",16164,2563,3,1184,1686 -"68611",16164,2591,3,1184,1949 -"68612",16164,2743,2,1184,1278 -"68613",16164,2754,3,1184,1360 -"68614",16164,2766,3,1184,1920 -"68615",16164,2954,3,1184,2727 -"68616",16164,3164,3,1184,2693 -"68617",16164,3167,3,1184,1676 -"68618",16164,3242,1,1184,1730 -"68619",16164,3305,3,1184,2839 -"68620",16164,3753,3,1184,1255 -"68621",16164,3830,3,1184,1661 -"68622",16164,4191,2,1184,2130 -"68623",16164,4226,3,1184,1903 -"68624",16164,4317,3,1184,1224 -"68625",16164,4567,3,1184,2348 -"68626",16164,4618,1,1184,2607 -"68627",16164,4687,2,1184,2152 -"68628",16164,4763,3,1184,1960 -"68629",16164,4980,2,1184,2093 -"68630",16164,5041,3,1184,2371 -"68631",16164,5078,3,1184,2033 -"68632",16164,5148,3,1184,2206 -"68633",16164,5239,3,1184,2875 -"68634",16164,5429,3,1184,1991 -"68635",16164,5457,3,1184,2077 -"68636",16164,5462,3,1184,2374 -"68637",16164,5504,2,1184,2389 -"68638",16164,5621,3,1184,1860 -"68639",16164,5669,3,1184,2502 -"68640",16164,5725,3,1184,2789 -"68641",16164,5864,3,1184,1197 -"68642",16164,6023,3,1184,2050 -"68643",16164,6047,3,1184,2004 -"68644",16164,6363,3,1184,2066 -"68645",16164,6428,3,1184,1952 -"68646",16164,6491,3,1184,2424 -"68647",16164,6577,3,1184,1951 -"68648",16164,7181,3,1184,1421 -"68649",16164,7196,3,1184,1508 -"68650",16164,7241,3,1184,2259 -"68651",16164,7245,2,1184,2089 -"68652",16164,7323,3,1184,2858 -"68653",16164,7834,3,1184,1708 -"68654",16164,7847,3,1184,2424 -"68655",16164,7861,3,1184,1647 -"68656",16164,8258,3,1184,1959 -"68657",16164,8533,3,1184,2251 -"68658",16164,8621,1,1184,1681 -"68659",16164,8700,3,1184,1270 -"68660",16164,9893,3,1184,2701 -"68661",16164,10404,2,1184,2062 -"68662",16164,10799,3,1184,2010 -"68663",16164,10857,3,1184,2253 -"68664",16164,10859,3,1184,2231 -"68665",16164,10874,3,1184,1891 -"68666",16164,10875,2,1184,1234 -"68667",16164,10890,2,1184,2639 -"68668",16164,11055,3,1184,2111 -"68669",16164,11540,3,1184,1237 -"68670",16164,12096,2,1184,1330 -"68671",16164,12374,3,1184,2260 -"68672",16164,12724,3,1184,1930 -"68673",16164,12747,3,1184,2818 -"68674",16164,12867,3,1184,2773 -"68675",16164,13573,3,1184,2774 -"68676",16164,13929,3,1184,2693 -"68677",16164,13945,3,1184,1324 -"68678",16164,14189,3,1184,1483 -"68679",16164,14507,3,1184,2686 -"68680",16164,14943,3,1184,1942 -"68681",16164,15118,3,1184,1311 -"68682",16164,15184,3,1184,2396 -"68683",16164,15299,3,1184,2213 -"68684",16164,15343,3,1184,2125 -"68685",16164,15401,3,1184,1999 -"68686",16164,15539,2,1184,1929 -"68687",16164,15607,3,1184,1421 -"68688",16164,15626,3,1184,2434 -"68689",16164,15716,3,1184,1991 -"68690",16164,16217,3,1184,1653 -"68691",16164,16365,3,1184,2217 -"68692",16164,16608,3,1184,1769 -"68693",16164,16625,3,1184,1285 -"68694",16164,17264,3,1184,2528 -"68695",16164,17354,2,1184,2250 -"68696",16164,17357,3,1184,1536 -"68697",16164,17645,3,1184,1918 -"68698",16164,17826,3,1184,2920 -"68699",16164,17852,3,1184,2840 -"68700",16164,18151,3,1184,2962 -"68701",16164,18277,3,1184,2309 -"68702",16164,18415,3,1184,2184 -"68703",16164,18571,3,1184,2128 -"68704",16164,19027,2,1184,2721 -"68705",16164,19506,2,1184,1385 -"68706",16164,19516,3,1184,2313 -"68707",16164,19637,3,1184,1229 -"68708",16164,20162,3,1184,2328 -"68709",16164,20419,3,1184,1587 -"68710",16164,20563,1,1184,2267 -"68711",16164,20659,3,1184,1969 -"68712",16164,20700,2,1184,2861 -"68713",16164,20783,3,1184,2414 -"68714",16164,20824,2,1184,1366 -"68715",16164,21122,3,1184,1701 -"68716",16164,21138,3,1184,2849 -"68717",16164,21417,3,1184,2422 -"68718",16164,22006,3,1184,1202 -"68719",16164,22543,3,1184,1594 -"68720",16164,22749,3,1184,1727 -"68721",16164,22857,3,1184,1708 -"68722",16164,22884,2,1184,1608 -"68723",16164,22885,3,1184,1702 -"68724",16164,22964,3,1184,1443 -"68725",16164,23140,2,1184,2787 -"68726",16164,23216,3,1184,2424 -"68727",16164,23508,3,1184,1907 -"68728",16164,23534,3,1184,1659 -"68729",16164,23704,2,1184,2278 -"68730",16164,23756,3,1184,2309 -"68731",16164,24005,3,1184,1188 -"68732",16164,24259,3,1184,1281 -"68733",16164,24362,3,1184,1287 -"68734",16164,24755,2,1184,1319 -"68735",16164,25129,3,1184,2647 -"68736",16164,25341,2,1184,1858 -"68737",16164,25643,3,1184,1646 -"68738",16164,25816,3,1184,2088 -"68739",16164,26282,2,1184,1241 -"68740",16164,26351,3,1184,2683 -"68741",16164,26436,1,1184,2489 -"68742",16164,26516,1,1184,2479 -"68743",16164,26570,2,1184,1669 -"68744",16164,26608,3,1184,2329 -"68745",16164,26706,3,1184,1846 -"68746",16164,26713,3,1184,1235 -"68747",16164,27628,3,1184,2389 -"68748",16164,27753,1,1184,2750 -"68749",16164,27783,3,1184,2302 -"68750",16164,28218,3,1184,2048 -"68751",16164,28285,3,1184,2972 -"68752",16164,28892,3,1184,2023 -"68753",16164,29050,3,1184,1196 -"68754",16164,29073,3,1184,2328 -"68755",16164,29095,3,1184,2531 -"68756",16164,29311,3,1184,1849 -"68757",16164,30150,3,1184,1704 -"68758",16164,30438,2,1184,1617 -"68759",16164,31000,3,1184,1526 -"68760",16164,31050,3,1184,1491 -"68761",16164,31243,2,1184,1355 -"68762",16164,31696,3,1184,1595 -"68763",16164,31799,2,1184,2547 -"68764",16164,32419,3,1184,1909 -"68765",16164,32988,3,1184,2008 -"68766",16164,33010,3,1184,2189 -"68767",16164,33430,3,1184,2225 -"68768",16164,33551,2,1184,1734 -"68769",16164,33572,3,1184,2370 -"68770",16164,33621,2,1184,1319 -"68771",16164,34136,3,1184,2202 -"68772",16164,34160,3,1184,1759 -"68773",16164,34216,3,1184,2832 -"68774",16164,34492,1,1184,1798 -"68775",16164,34509,3,1184,1973 -"68776",16164,34815,3,1184,2354 -"68777",16164,34836,3,1184,2302 -"68778",16164,35069,3,1184,2069 -"68779",16164,36651,3,1184,1600 -"68780",16164,37333,3,1184,1612 -"68781",16164,37418,2,1184,2710 -"68782",16164,37570,3,1184,2389 -"68783",16164,37620,3,1184,2716 -"68784",16164,38019,3,1184,1870 -"68785",16164,38449,2,1184,1802 -"68786",16164,38887,3,1184,2468 -"68787",16164,40293,3,1184,1671 -"68788",16164,40369,2,1184,2735 -"68789",16164,40672,3,1184,1315 -"68790",16164,40675,3,1184,1595 -"68791",16164,41278,3,1184,1873 -"68792",16164,41402,3,1184,2313 -"68793",16164,41739,3,1184,1339 -"68794",16164,42175,3,1184,1594 -"68795",16164,42747,3,1184,1189 -"68796",16164,43518,3,1184,2680 -"68797",16164,43839,2,1184,1685 -"68798",16164,44427,3,1184,2875 -"68799",16164,44684,3,1184,1220 -"68800",16164,44982,3,1184,1592 -"68801",16164,45633,3,1184,2134 -"68802",16164,45715,2,1184,2287 -"68803",16164,46039,3,1184,1794 -"68804",16164,46506,3,1184,2464 -"68805",16164,47947,3,1184,2681 -"68806",16164,48698,3,1184,1474 -"68807",16164,49144,3,1184,1542 -"68808",16164,49189,3,1184,1550 -"68809",16164,50667,2,1184,2719 -"68810",16164,51017,3,1184,2073 -"68811",16164,51022,2,1184,1499 -"68812",16164,51041,3,1184,2606 -"68813",16164,51410,2,1184,2739 -"68814",16164,51853,3,1184,2520 -"68815",16164,51987,2,1184,1397 -"68816",16164,53266,3,1184,2389 -"68817",16164,53300,3,1184,2162 -"68818",16164,53433,3,1184,1187 -"68819",16164,54551,3,1184,2348 -"68820",16164,54676,2,1184,1342 -"68821",16164,54740,2,1184,2750 -"68822",16164,55691,3,1184,2856 -"68823",16164,56171,3,1184,1524 -"68824",16164,57129,3,1184,1858 -"68825",16164,57565,3,1184,1577 -"68826",16164,57950,3,1184,1529 -"68827",16164,57977,2,1184,2683 -"68828",16164,58035,2,1184,1646 -"68829",16164,58133,3,1184,1484 -"68830",16164,58221,2,1184,1787 -"68831",16164,59438,3,1184,2400 -"68832",16164,60624,3,1184,1570 -"68833",16164,62488,3,1184,1418 -"68834",16164,62840,3,1184,2502 -"68835",16164,63770,3,1184,1324 -"68836",16164,64031,2,1184,1295 -"68837",16164,64181,3,1184,1828 -"68838",16164,64793,2,1184,2819 -"68839",16164,64997,2,1184,2791 -"68840",16164,65029,3,1184,2954 -"68841",16164,65155,3,1184,1947 -"68842",16164,65691,3,1184,2134 -"68843",16164,70046,2,1184,2624 -"68844",16164,71478,3,1184,1721 -"68845",16164,71562,3,1184,2574 -"68846",16164,74095,2,1184,2333 -"68847",16164,76284,3,1184,1237 -"68848",16164,77001,3,1184,1440 -"68849",16164,77835,2,1184,1327 -"68850",16164,80172,3,1184,1342 -"68851",16164,80429,3,1184,1927 -"68852",16164,80678,2,1184,1595 -"68853",16164,81813,2,1184,1656 -"68854",16164,82767,2,1184,1641 -"68855",16164,82929,3,1184,2475 -"68856",16164,83053,2,1184,1303 -"68857",16164,88966,3,1184,1568 -"68858",16164,90013,3,1184,1461 -"68859",16164,90790,2,1184,1492 -"68860",16164,91162,2,1184,1693 -"68861",16164,91201,2,1184,1702 -"68862",16164,92491,3,1184,1968 -"68863",16164,99103,2,1184,1470 -"68864",16164,101892,3,1184,1322 -"68865",16164,108867,3,1184,2328 -"68866",16176,34216,3,2703,2832 -"68867",16184,14442,2,2274,2700 -"68868",16184,17768,3,2274,2468 -"68869",16184,31357,3,2274,2389 -"68870",16184,34295,3,2274,2735 -"68871",16184,35844,3,2274,2961 -"68872",16184,36996,2,2274,2321 -"68873",16184,40759,3,2274,2789 -"68874",16184,44501,2,2274,2567 -"68875",16184,47094,2,2274,2592 -"68876",16184,55307,3,2274,2306 -"68877",16184,58536,3,2274,2742 -"68878",16184,59289,2,2274,2896 -"68879",16184,67701,3,2274,2289 -"68880",16193,2684,3,756,2874 -"68881",16193,4567,3,756,2348 -"68882",16193,6491,3,756,2424 -"68883",16193,7616,3,756,2296 -"68884",16193,7759,3,756,2844 -"68885",16193,8712,3,756,1153 -"68886",16193,9871,2,756,921 -"68887",16193,10744,3,756,955 -"68888",16193,11912,3,756,889 -"68889",16193,12122,3,756,1385 -"68890",16193,12712,3,756,815 -"68891",16193,12778,3,756,2045 -"68892",16193,16539,3,756,1947 -"68893",16193,16542,2,756,2039 -"68894",16193,18670,3,756,1835 -"68895",16193,18825,3,756,1240 -"68896",16193,19093,3,756,2224 -"68897",16193,22543,3,756,1594 -"68898",16193,23825,3,756,1913 -"68899",16193,24753,2,756,2860 -"68900",16193,24793,1,756,1993 -"68901",16193,24794,2,756,925 -"68902",16193,24826,2,756,1382 -"68903",16193,26322,3,756,1018 -"68904",16193,28053,3,756,2292 -"68905",16193,29512,3,756,1594 -"68906",16193,31209,2,756,1137 -"68907",16193,31890,3,756,1487 -"68908",16193,31901,3,756,1251 -"68909",16193,32419,3,756,1909 -"68910",16193,40129,3,756,2162 -"68911",16193,40369,2,756,2735 -"68912",16193,40879,3,756,2019 -"68913",16193,41407,3,756,1951 -"68914",16193,41664,3,756,2641 -"68915",16193,44089,3,756,1632 -"68916",16193,44135,3,756,2620 -"68917",16193,52699,3,756,1372 -"68918",16193,52898,3,756,763 -"68919",16193,55076,3,756,2408 -"68920",16193,58852,3,756,2323 -"68921",16193,60624,3,756,1570 -"68922",16193,64997,3,756,2791 -"68923",16193,67314,3,756,1051 -"68924",16193,69250,3,756,1439 -"68925",16193,77611,3,756,1795 -"68926",16193,82187,2,756,1055 -"68927",16193,82893,3,756,1275 -"68928",16193,85356,3,756,1492 -"68929",16193,92864,3,756,1123 -"68930",16196,63641,3,2032,2337 -"68931",16201,135,3,1811,2233 -"68932",16201,270,3,1811,2542 -"68933",16201,312,3,1811,2038 -"68934",16201,455,3,1811,2827 -"68935",16201,1691,3,1811,1941 -"68936",16201,2208,2,1811,2814 -"68937",16201,2289,3,1811,2389 -"68938",16201,2424,2,1811,2582 -"68939",16201,2533,2,1811,2016 -"68940",16201,2684,3,1811,2874 -"68941",16201,3011,3,1811,2278 -"68942",16201,3305,3,1811,2839 -"68943",16201,3966,3,1811,2425 -"68944",16201,6363,3,1811,2066 -"68945",16201,7245,3,1811,2089 -"68946",16201,8610,3,1811,2240 -"68947",16201,9311,3,1811,2477 -"68948",16201,9702,3,1811,1928 -"68949",16201,10513,3,1811,2284 -"68950",16201,11006,3,1811,1950 -"68951",16201,11055,3,1811,2111 -"68952",16201,14108,3,1811,2012 -"68953",16201,15813,3,1811,2143 -"68954",16201,16432,3,1811,2664 -"68955",16201,17520,3,1811,2276 -"68956",16201,18965,3,1811,2315 -"68957",16201,19248,3,1811,2357 -"68958",16201,19719,2,1811,2177 -"68959",16201,19862,3,1811,2412 -"68960",16201,20124,3,1811,2376 -"68961",16201,20407,3,1811,2339 -"68962",16201,21285,3,1811,2100 -"68963",16201,22180,3,1811,1835 -"68964",16201,22895,3,1811,2704 -"68965",16201,25577,2,1811,1946 -"68966",16201,26336,3,1811,1904 -"68967",16201,26749,3,1811,2965 -"68968",16201,27694,3,1811,2030 -"68969",16201,34836,3,1811,2302 -"68970",16201,36439,3,1811,2469 -"68971",16201,38019,2,1811,1870 -"68972",16201,39556,2,1811,2747 -"68973",16201,43455,3,1811,2846 -"68974",16201,45633,3,1811,2134 -"68975",16201,46629,3,1811,2255 -"68976",16201,47064,3,1811,1993 -"68977",16201,48754,3,1811,1972 -"68978",16201,49620,3,1811,1868 -"68979",16201,50685,3,1811,2008 -"68980",16201,51041,3,1811,2606 -"68981",16201,52323,3,1811,2148 -"68982",16201,52570,3,1811,2645 -"68983",16201,52576,2,1811,2234 -"68984",16201,53196,3,1811,1888 -"68985",16201,54879,3,1811,2210 -"68986",16201,55082,3,1811,1856 -"68987",16201,56317,3,1811,2030 -"68988",16201,57732,2,1811,2454 -"68989",16201,58451,3,1811,1939 -"68990",16201,58508,3,1811,2326 -"68991",16201,61982,3,1811,2725 -"68992",16201,62841,3,1811,2710 -"68993",16201,67145,3,1811,2015 -"68994",16201,68215,3,1811,2727 -"68995",16201,76892,3,1811,2381 -"68996",16201,82949,3,1811,2077 -"68997",16205,17037,3,2630,2947 -"68998",16205,35477,3,2630,2703 -"68999",16205,35980,2,2630,2657 -"69000",16205,57180,3,2630,2703 -"69001",16205,59039,3,2630,2870 -"69002",16207,37108,3,301,1202 -"69003",16207,46283,3,301,1184 -"69004",16207,48607,3,301,470 -"69005",16207,63661,2,301,600 -"69006",16207,67957,3,301,2823 -"69007",16207,74730,3,301,535 -"69008",16207,76564,3,301,996 -"69009",16207,91279,3,301,966 -"69010",16217,2563,3,1653,1686 -"69011",16217,3242,3,1653,1730 -"69012",16217,4191,3,1653,2130 -"69013",16217,4618,3,1653,2607 -"69014",16217,7245,3,1653,2089 -"69015",16217,8533,3,1653,2251 -"69016",16217,8621,3,1653,1681 -"69017",16217,20563,2,1653,2267 -"69018",16217,23534,2,1653,1659 -"69019",16217,23756,3,1653,2309 -"69020",16217,26516,3,1653,2479 -"69021",16217,26793,3,1653,2104 -"69022",16217,27753,3,1653,2750 -"69023",16217,38449,3,1653,1802 -"69024",16217,74095,3,1653,2333 -"69025",16286,841,3,2470,2964 -"69026",16286,2206,3,2470,2536 -"69027",16286,4361,3,2470,2571 -"69028",16286,5962,2,2470,2491 -"69029",16286,7252,2,2470,2799 -"69030",16286,8568,2,2470,2706 -"69031",16286,9787,3,2470,2858 -"69032",16286,17033,3,2470,2771 -"69033",16286,17826,3,2470,2920 -"69034",16286,19380,3,2470,2637 -"69035",16286,22723,3,2470,2859 -"69036",16286,27742,3,2470,2700 -"69037",16286,27914,3,2470,2507 -"69038",16286,34216,3,2470,2832 -"69039",16286,36953,3,2470,2790 -"69040",16286,37059,3,2470,2840 -"69041",16286,40035,3,2470,2742 -"69042",16286,45729,3,2470,2606 -"69043",16286,45869,3,2470,2840 -"69044",16286,52570,3,2470,2645 -"69045",16286,53739,3,2470,2704 -"69046",16286,58521,3,2470,2950 -"69047",16286,66693,3,2470,2554 -"69048",16286,111375,2,2470,2686 -"69049",16296,17812,3,2626,2705 -"69050",16296,43929,3,2626,2749 -"69051",16296,70433,3,2626,2639 -"69052",16310,22326,3,2796,2818 -"69053",16313,42,3,1160,2265 -"69054",16313,313,3,1160,2271 -"69055",16313,357,3,1160,2327 -"69056",16313,377,3,1160,2389 -"69057",16313,499,3,1160,1931 -"69058",16313,543,3,1160,2203 -"69059",16313,803,2,1160,1666 -"69060",16313,1046,3,1160,1881 -"69061",16313,1151,3,1160,2885 -"69062",16313,1262,3,1160,2973 -"69063",16313,1321,3,1160,2075 -"69064",16313,1386,3,1160,1901 -"69065",16313,1495,2,1160,2046 -"69066",16313,1616,3,1160,2662 -"69067",16313,1676,3,1160,1198 -"69068",16313,1777,2,1160,1965 -"69069",16313,2036,2,1160,2483 -"69070",16313,2484,3,1160,2389 -"69071",16313,2754,2,1160,1360 -"69072",16313,2766,3,1160,1920 -"69073",16313,3088,3,1160,1670 -"69074",16313,3167,3,1160,1676 -"69075",16313,3242,3,1160,1730 -"69076",16313,3830,3,1160,1661 -"69077",16313,3853,2,1160,2465 -"69078",16313,4057,3,1160,2389 -"69079",16313,4366,3,1160,1726 -"69080",16313,4701,3,1160,2401 -"69081",16313,4763,3,1160,1960 -"69082",16313,5041,3,1160,2371 -"69083",16313,5078,3,1160,2033 -"69084",16313,5457,3,1160,2077 -"69085",16313,5462,2,1160,2374 -"69086",16313,5504,2,1160,2389 -"69087",16313,5621,3,1160,1860 -"69088",16313,7078,3,1160,2344 -"69089",16313,7323,3,1160,2858 -"69090",16313,8533,3,1160,2251 -"69091",16313,8621,3,1160,1681 -"69092",16313,8760,3,1160,2477 -"69093",16313,9391,3,1160,1252 -"69094",16313,10148,2,1160,2964 -"69095",16313,10874,3,1160,1891 -"69096",16313,10875,3,1160,1234 -"69097",16313,11602,3,1160,1493 -"69098",16313,12084,3,1160,1960 -"69099",16313,12103,3,1160,1244 -"69100",16313,13732,2,1160,2789 -"69101",16313,13929,3,1160,2693 -"69102",16313,13945,3,1160,1324 -"69103",16313,14072,3,1160,1346 -"69104",16313,14189,1,1160,1483 -"69105",16313,14709,3,1160,1901 -"69106",16313,14888,3,1160,1411 -"69107",16313,15184,3,1160,2396 -"69108",16313,15343,3,1160,2125 -"69109",16313,15539,3,1160,1929 -"69110",16313,15560,3,1160,2257 -"69111",16313,15626,3,1160,2434 -"69112",16313,16040,3,1160,1244 -"69113",16313,16164,3,1160,1184 -"69114",16313,17520,3,1160,2276 -"69115",16313,18151,3,1160,2962 -"69116",16313,19027,3,1160,2721 -"69117",16313,19528,3,1160,2742 -"69118",16313,19568,3,1160,2302 -"69119",16313,19606,3,1160,2783 -"69120",16313,20311,3,1160,1981 -"69121",16313,20545,3,1160,1491 -"69122",16313,20783,3,1160,2414 -"69123",16313,21076,3,1160,1591 -"69124",16313,21193,3,1160,2490 -"69125",16313,21693,3,1160,2176 -"69126",16313,21795,3,1160,2653 -"69127",16313,22006,2,1160,1202 -"69128",16313,22326,3,1160,2818 -"69129",16313,22362,3,1160,1836 -"69130",16313,22749,3,1160,1727 -"69131",16313,23508,1,1160,1907 -"69132",16313,23509,3,1160,2275 -"69133",16313,23641,2,1160,1934 -"69134",16313,23751,2,1160,1740 -"69135",16313,24146,2,1160,2003 -"69136",16313,24362,1,1160,1287 -"69137",16313,24923,3,1160,2785 -"69138",16313,25198,3,1160,1982 -"69139",16313,26608,3,1160,2329 -"69140",16313,26865,2,1160,2726 -"69141",16313,26959,3,1160,1961 -"69142",16313,27478,3,1160,2485 -"69143",16313,27849,2,1160,1316 -"69144",16313,28216,3,1160,1910 -"69145",16313,28218,3,1160,2048 -"69146",16313,28233,2,1160,1608 -"69147",16313,28892,3,1160,2023 -"69148",16313,29456,2,1160,1182 -"69149",16313,30081,2,1160,2403 -"69150",16313,30827,3,1160,2323 -"69151",16313,31799,2,1160,2547 -"69152",16313,32516,1,1160,2050 -"69153",16313,32939,3,1160,2277 -"69154",16313,34836,3,1160,2302 -"69155",16313,34984,3,1160,2056 -"69156",16313,35256,3,1160,2271 -"69157",16313,36559,3,1160,2473 -"69158",16313,36962,2,1160,2861 -"69159",16313,37333,2,1160,1612 -"69160",16313,37570,3,1160,2389 -"69161",16313,37836,3,1160,1369 -"69162",16313,38908,3,1160,1787 -"69163",16313,38921,3,1160,1880 -"69164",16313,41278,3,1160,1873 -"69165",16313,41747,2,1160,1722 -"69166",16313,41872,3,1160,2974 -"69167",16313,42175,3,1160,1594 -"69168",16313,42264,3,1160,1702 -"69169",16313,42618,3,1160,2316 -"69170",16313,44684,3,1160,1220 -"69171",16313,46039,2,1160,1794 -"69172",16313,48820,3,1160,2769 -"69173",16313,50252,2,1160,2001 -"69174",16313,51410,3,1160,2739 -"69175",16313,51853,3,1160,2520 -"69176",16313,53031,3,1160,2065 -"69177",16313,54020,2,1160,1578 -"69178",16313,55468,3,1160,2511 -"69179",16313,55556,3,1160,2075 -"69180",16313,56082,3,1160,2395 -"69181",16313,57804,3,1160,2214 -"69182",16313,57950,3,1160,1529 -"69183",16313,57977,2,1160,2683 -"69184",16313,58035,3,1160,1646 -"69185",16313,58508,3,1160,2326 -"69186",16313,59039,3,1160,2870 -"69187",16313,59205,3,1160,2387 -"69188",16313,60966,3,1160,2734 -"69189",16313,61719,2,1160,1515 -"69190",16313,62488,3,1160,1418 -"69191",16313,63770,3,1160,1324 -"69192",16313,65029,3,1160,2954 -"69193",16313,65679,3,1160,1578 -"69194",16313,71478,3,1160,1721 -"69195",16313,72334,3,1160,2820 -"69196",16313,72468,3,1160,2292 -"69197",16313,76342,3,1160,1429 -"69198",16313,77993,3,1160,1497 -"69199",16313,79088,2,1160,1369 -"69200",16313,80429,3,1160,1927 -"69201",16313,82949,3,1160,2077 -"69202",16313,84498,2,1160,1292 -"69203",16313,85058,3,1160,1311 -"69204",16313,85430,3,1160,2370 -"69205",16313,86799,2,1160,1951 -"69206",16313,89958,3,1160,1186 -"69207",16313,93615,3,1160,2386 -"69208",16313,93752,3,1160,1368 -"69209",16313,99103,3,1160,1470 -"69210",16313,101338,3,1160,1319 -"69211",16313,105233,2,1160,1199 -"69212",16332,21138,3,2668,2849 -"69213",16332,26749,2,2668,2965 -"69214",16332,61982,3,2668,2725 -"69215",16332,79322,3,2668,2770 -"69216",16336,16096,2,859,2301 -"69217",16336,16525,1,859,2721 -"69218",16336,17819,3,859,2291 -"69219",16336,23806,3,859,1671 -"69220",16336,48158,1,859,2483 -"69221",16336,54305,3,859,1222 -"69222",16336,83422,3,859,1500 -"69223",16347,160,3,1868,2007 -"69224",16347,2443,3,1868,2333 -"69225",16347,3158,3,1868,2762 -"69226",16347,3506,3,1868,2364 -"69227",16347,4784,3,1868,2511 -"69228",16347,6040,3,1868,2103 -"69229",16347,7123,3,1868,1964 -"69230",16347,8238,3,1868,2222 -"69231",16347,9269,1,1868,1892 -"69232",16347,9895,2,1868,1960 -"69233",16347,9910,3,1868,2526 -"69234",16347,9948,3,1868,2019 -"69235",16347,11351,3,1868,2971 -"69236",16347,12598,3,1868,2086 -"69237",16347,14172,3,1868,1923 -"69238",16347,14442,2,1868,2700 -"69239",16347,15813,3,1868,2143 -"69240",16347,16963,3,1868,1999 -"69241",16347,17632,3,1868,1947 -"69242",16347,17925,3,1868,2385 -"69243",16347,20695,2,1868,2526 -"69244",16347,21358,3,1868,1970 -"69245",16347,26740,2,1868,2695 -"69246",16347,30096,3,1868,2082 -"69247",16347,31281,3,1868,1937 -"69248",16347,36996,3,1868,2321 -"69249",16347,38697,3,1868,2701 -"69250",16347,39187,3,1868,2166 -"69251",16347,41350,3,1868,1935 -"69252",16347,41489,3,1868,2006 -"69253",16347,42382,3,1868,2224 -"69254",16347,44744,2,1868,2032 -"69255",16347,47564,3,1868,2650 -"69256",16347,48931,3,1868,2444 -"69257",16347,53584,3,1868,2391 -"69258",16347,59289,3,1868,2896 -"69259",16347,64912,3,1868,2099 -"69260",16347,89391,2,1868,2180 -"69261",16347,96387,3,1868,2159 -"69262",16351,728,3,893,1812 -"69263",16351,798,3,893,2476 -"69264",16351,2743,3,893,1278 -"69265",16351,3242,3,893,1730 -"69266",16351,4066,3,893,1736 -"69267",16351,4303,3,893,2414 -"69268",16351,7014,3,893,2401 -"69269",16351,7896,3,893,2447 -"69270",16351,8726,3,893,2083 -"69271",16351,12861,3,893,1207 -"69272",16351,15683,1,893,1729 -"69273",16351,18965,3,893,2315 -"69274",16351,20824,3,893,1366 -"69275",16351,21407,3,893,2728 -"69276",16351,26286,3,893,2023 -"69277",16351,29289,3,893,1756 -"69278",16351,29977,3,893,2781 -"69279",16351,31303,1,893,1040 -"69280",16351,31700,3,893,2727 -"69281",16351,34216,3,893,2832 -"69282",16351,34813,3,893,975 -"69283",16351,35477,3,893,2703 -"69284",16351,37279,1,893,2768 -"69285",16351,37937,3,893,1320 -"69286",16351,43360,3,893,979 -"69287",16351,50585,3,893,2414 -"69288",16351,53924,3,893,1289 -"69289",16351,58035,3,893,1646 -"69290",16351,59726,3,893,1513 -"69291",16351,68398,3,893,978 -"69292",16351,71412,3,893,1974 -"69293",16351,90943,3,893,1754 -"69294",16351,96300,2,893,2594 -"69295",16352,455,3,2657,2827 -"69296",16352,3164,3,2657,2693 -"69297",16352,3305,3,2657,2839 -"69298",16352,4932,3,2657,2752 -"69299",16352,6030,3,2657,2953 -"69300",16352,6044,3,2657,2744 -"69301",16352,10779,3,2657,2881 -"69302",16352,12035,3,2657,2721 -"69303",16352,15309,3,2657,2820 -"69304",16352,18361,3,2657,2968 -"69305",16352,20292,3,2657,2755 -"69306",16352,21138,3,2657,2849 -"69307",16352,21571,2,2657,2755 -"69308",16352,25325,3,2657,2963 -"69309",16352,28168,3,2657,2702 -"69310",16352,28296,2,2657,2944 -"69311",16352,29314,3,2657,2736 -"69312",16352,32567,2,2657,2784 -"69313",16352,34161,3,2657,2789 -"69314",16352,34735,1,2657,2767 -"69315",16352,36962,3,2657,2861 -"69316",16352,39444,3,2657,2695 -"69317",16352,43455,3,2657,2846 -"69318",16352,43518,3,2657,2680 -"69319",16352,47248,3,2657,2883 -"69320",16352,49110,2,2657,2938 -"69321",16352,51052,3,2657,2784 -"69322",16352,54929,2,2657,2783 -"69323",16352,55652,3,2657,2795 -"69324",16352,57969,3,2657,2755 -"69325",16352,57977,3,2657,2683 -"69326",16352,70203,3,2657,2756 -"69327",16352,72501,3,2657,2795 -"69328",16352,82732,3,2657,2810 -"69329",16352,89934,3,2657,2760 -"69330",16361,2344,3,1641,2752 -"69331",16361,2802,2,1641,1836 -"69332",16361,9716,3,1641,1929 -"69333",16361,10727,2,1641,2082 -"69334",16361,11135,3,1641,2441 -"69335",16361,65223,3,1641,2724 -"69336",16361,80784,3,1641,1738 -"69337",16361,83007,3,1641,2727 -"69338",16361,83362,3,1641,1877 -"69339",16365,2936,3,2217,2512 -"69340",16365,3493,3,2217,2451 -"69341",16365,7984,3,2217,2493 -"69342",16365,23704,3,2217,2278 -"69343",16365,26436,3,2217,2489 -"69344",16365,31700,3,2217,2727 -"69345",16365,34216,3,2217,2832 -"69346",16365,34478,3,2217,2265 -"69347",16365,36031,3,2217,2342 -"69348",16365,38602,3,2217,2693 -"69349",16365,45715,3,2217,2287 -"69350",16365,49265,3,2217,2686 -"69351",16365,51410,3,2217,2739 -"69352",16365,53323,3,2217,2677 -"69353",16365,57380,3,2217,2362 -"69354",16365,72728,3,2217,2234 -"69355",16365,88232,3,2217,2881 -"69356",16376,17645,3,546,1918 -"69357",16376,18319,3,546,1439 -"69358",16376,29117,3,546,1250 -"69359",16376,46726,3,546,943 -"69360",16376,62668,3,546,958 -"69361",16384,9351,3,1320,1460 -"69362",16384,9552,3,1320,1947 -"69363",16384,13065,3,1320,1561 -"69364",16384,21225,3,1320,1945 -"69365",16384,22282,3,1320,1418 -"69366",16384,22652,3,1320,1544 -"69367",16384,23015,3,1320,1362 -"69368",16384,26793,2,1320,2104 -"69369",16384,37400,3,1320,2860 -"69370",16384,40913,3,1320,1800 -"69371",16384,43153,3,1320,1381 -"69372",16384,51017,3,1320,2073 -"69373",16384,51035,2,1320,2397 -"69374",16384,55438,2,1320,2863 -"69375",16432,3305,2,2664,2839 -"69376",16432,30052,3,2664,2855 -"69377",16432,43455,3,2664,2846 -"69378",16432,48605,3,2664,2796 -"69379",16432,61982,2,2664,2725 -"69380",16432,62841,2,2664,2710 -"69381",16437,145,3,1956,1998 -"69382",16437,237,3,1956,1982 -"69383",16437,798,3,1956,2476 -"69384",16437,843,3,1956,2332 -"69385",16437,3271,2,1956,2216 -"69386",16437,4430,3,1956,2019 -"69387",16437,7785,3,1956,2441 -"69388",16437,8865,3,1956,2394 -"69389",16437,9272,2,1956,2835 -"69390",16437,10373,1,1956,2436 -"69391",16437,12081,3,1956,2166 -"69392",16437,13639,3,1956,2887 -"69393",16437,14586,3,1956,2801 -"69394",16437,14918,3,1956,2071 -"69395",16437,15184,3,1956,2396 -"69396",16437,17351,3,1956,2036 -"69397",16437,17549,3,1956,2647 -"69398",16437,19075,3,1956,2214 -"69399",16437,19934,3,1956,2888 -"69400",16437,20308,3,1956,2254 -"69401",16437,21079,3,1956,1997 -"69402",16437,21734,3,1956,2528 -"69403",16437,26428,3,1956,2203 -"69404",16437,27280,3,1956,1965 -"69405",16437,28051,3,1956,2089 -"69406",16437,30334,3,1956,2075 -"69407",16437,32516,3,1956,2050 -"69408",16437,32532,3,1956,2338 -"69409",16437,36953,3,1956,2790 -"69410",16437,37636,3,1956,2178 -"69411",16437,37752,2,1956,2223 -"69412",16437,38259,3,1956,2258 -"69413",16437,38755,3,1956,2902 -"69414",16437,39439,3,1956,2462 -"69415",16437,39444,3,1956,2695 -"69416",16437,39534,3,1956,2410 -"69417",16437,39875,3,1956,2422 -"69418",16437,40035,3,1956,2742 -"69419",16437,41900,2,1956,1970 -"69420",16437,41945,3,1956,2856 -"69421",16437,43173,3,1956,2895 -"69422",16437,43226,2,1956,2442 -"69423",16437,46982,3,1956,2806 -"69424",16437,47013,3,1956,2388 -"69425",16437,48110,2,1956,2009 -"69426",16437,51783,3,1956,2599 -"69427",16437,53445,3,1956,2028 -"69428",16437,57765,3,1956,2893 -"69429",16437,57804,3,1956,2214 -"69430",16437,58508,2,1956,2326 -"69431",16437,59039,2,1956,2870 -"69432",16437,63654,3,1956,2310 -"69433",16437,64967,3,1956,2872 -"69434",16437,65188,3,1956,2213 -"69435",16437,69335,2,1956,2698 -"69436",16437,69788,3,1956,2007 -"69437",16437,77077,3,1956,2693 -"69438",16437,88067,3,1956,2315 -"69439",16455,1393,3,946,1706 -"69440",16455,2370,2,946,1600 -"69441",16455,4249,3,946,2547 -"69442",16455,4723,3,946,1314 -"69443",16455,4784,2,946,2511 -"69444",16455,6020,3,946,1864 -"69445",16455,9724,3,946,2713 -"69446",16455,13595,2,946,1164 -"69447",16455,14172,3,946,1923 -"69448",16455,16866,3,946,2718 -"69449",16455,21358,2,946,1970 -"69450",16455,21920,3,946,2367 -"69451",16455,28648,2,946,1586 -"69452",16455,31950,3,946,2217 -"69453",16455,34274,3,946,1437 -"69454",16455,41489,3,946,2006 -"69455",16455,45297,2,946,1864 -"69456",16455,45449,2,946,1610 -"69457",16455,45450,3,946,1590 -"69458",16455,48781,3,946,954 -"69459",16455,48823,3,946,2080 -"69460",16455,48931,3,946,2444 -"69461",16455,53293,3,946,2916 -"69462",16455,57549,3,946,2335 -"69463",16455,61921,2,946,1793 -"69464",16455,68813,3,946,2511 -"69465",16455,76842,3,946,1518 -"69466",16455,79639,3,946,1013 -"69467",16455,82217,3,946,2441 -"69468",16455,84581,3,946,1241 -"69469",16455,92366,3,946,1434 -"69470",16455,93642,3,946,1120 -"69471",16455,100084,3,946,1964 -"69472",16477,1785,3,2069,2350 -"69473",16477,5937,2,2069,2392 -"69474",16477,6234,2,2069,2654 -"69475",16477,14861,3,2069,2269 -"69476",16477,15558,3,2069,2389 -"69477",16477,18821,3,2069,2075 -"69478",16477,20011,3,2069,2826 -"69479",16477,23728,3,2069,2601 -"69480",16477,30194,2,2069,2874 -"69481",16477,31259,3,2069,2082 -"69482",16477,33363,3,2069,2475 -"69483",16477,33460,2,2069,2781 -"69484",16477,42136,3,2069,2551 -"69485",16477,44730,2,2069,2468 -"69486",16477,49079,3,2069,2447 -"69487",16477,50899,3,2069,2125 -"69488",16477,53648,3,2069,2167 -"69489",16477,56413,3,2069,2747 -"69490",16477,76997,3,2069,2223 -"69491",16477,79746,3,2069,2272 -"69492",16482,237,3,1958,1982 -"69493",16482,1102,3,1958,2282 -"69494",16482,2057,3,1958,1965 -"69495",16482,3776,3,1958,2322 -"69496",16482,7942,3,1958,2623 -"69497",16482,9893,3,1958,2701 -"69498",16482,10239,3,1958,2032 -"69499",16482,15433,2,1958,2038 -"69500",16482,19208,3,1958,2629 -"69501",16482,19528,3,1958,2742 -"69502",16482,19605,2,1958,2395 -"69503",16482,24756,3,1958,2530 -"69504",16482,27390,3,1958,2425 -"69505",16482,29454,3,1958,2719 -"69506",16482,31856,2,1958,2630 -"69507",16482,32939,3,1958,2277 -"69508",16482,39256,3,1958,2449 -"69509",16482,40138,3,1958,2719 -"69510",16482,42216,3,1958,2722 -"69511",16482,43929,3,1958,2749 -"69512",16482,45608,3,1958,2420 -"69513",16482,50480,3,1958,2701 -"69514",16482,57804,3,1958,2214 -"69515",16482,116792,3,1958,2397 -"69516",16497,1616,3,2370,2662 -"69517",16497,2166,2,2370,2557 -"69518",16497,2484,3,2370,2389 -"69519",16497,5462,3,2370,2374 -"69520",16497,5504,3,2370,2389 -"69521",16497,5849,3,2370,2404 -"69522",16497,12713,3,2370,2440 -"69523",16497,15184,3,2370,2396 -"69524",16497,18151,3,2370,2962 -"69525",16497,19528,2,2370,2742 -"69526",16497,20700,3,2370,2861 -"69527",16497,20783,3,2370,2414 -"69528",16497,24042,3,2370,2880 -"69529",16497,24255,3,2370,2770 -"69530",16497,34327,3,2370,2959 -"69531",16497,38667,2,2370,2880 -"69532",16497,39444,3,2370,2695 -"69533",16497,44427,3,2370,2875 -"69534",16497,53789,2,2370,2681 -"69535",16497,55828,2,2370,2393 -"69536",16497,57609,3,2370,2717 -"69537",16497,68390,3,2370,2608 -"69538",16501,160,3,1650,2007 -"69539",16501,364,3,1650,2351 -"69540",16501,728,3,1650,1812 -"69541",16501,1520,3,1650,1716 -"69542",16501,2418,2,1650,2020 -"69543",16501,2747,3,1650,2411 -"69544",16501,2852,2,1650,2448 -"69545",16501,2985,3,1650,2398 -"69546",16501,3127,3,1650,2273 -"69547",16501,3477,3,1650,2546 -"69548",16501,4361,3,1650,2571 -"69549",16501,4612,3,1650,2804 -"69550",16501,4660,3,1650,2149 -"69551",16501,4668,3,1650,1919 -"69552",16501,4669,3,1650,2395 -"69553",16501,4916,3,1650,1970 -"69554",16501,5897,3,1650,2337 -"69555",16501,5912,3,1650,2257 -"69556",16501,6063,3,1650,2349 -"69557",16501,6119,3,1650,2358 -"69558",16501,7252,3,1650,2799 -"69559",16501,7615,3,1650,1657 -"69560",16501,7942,3,1650,2623 -"69561",16501,8029,3,1650,1859 -"69562",16501,8568,3,1650,2706 -"69563",16501,9035,3,1650,2771 -"69564",16501,9301,3,1650,1861 -"69565",16501,9503,2,1650,2453 -"69566",16501,9703,3,1650,1845 -"69567",16501,9785,3,1650,2951 -"69568",16501,9787,1,1650,2858 -"69569",16501,10129,3,1650,2124 -"69570",16501,10336,3,1650,2271 -"69571",16501,10453,2,1650,1656 -"69572",16501,10739,3,1650,1807 -"69573",16501,10754,3,1650,1797 -"69574",16501,10980,3,1650,1974 -"69575",16501,11563,3,1650,1863 -"69576",16501,11588,3,1650,2352 -"69577",16501,12361,3,1650,2732 -"69578",16501,13842,3,1650,2250 -"69579",16501,14749,3,1650,1998 -"69580",16501,14817,3,1650,2110 -"69581",16501,15153,3,1650,1864 -"69582",16501,15207,3,1650,1855 -"69583",16501,16286,2,1650,2470 -"69584",16501,17033,3,1650,2771 -"69585",16501,17037,2,1650,2947 -"69586",16501,17645,3,1650,1918 -"69587",16501,19334,3,1650,1979 -"69588",16501,19655,3,1650,2706 -"69589",16501,20220,3,1650,1656 -"69590",16501,22364,3,1650,1809 -"69591",16501,22578,3,1650,2216 -"69592",16501,23131,2,1650,1732 -"69593",16501,23206,3,1650,2805 -"69594",16501,24176,3,1650,1986 -"69595",16501,25163,1,1650,1751 -"69596",16501,27390,3,1650,2425 -"69597",16501,27742,2,1650,2700 -"69598",16501,27897,2,1650,1968 -"69599",16501,27914,1,1650,2507 -"69600",16501,28869,2,1650,2425 -"69601",16501,29311,3,1650,1849 -"69602",16501,30334,3,1650,2075 -"69603",16501,30368,3,1650,2487 -"69604",16501,30525,2,1650,1964 -"69605",16501,30865,3,1650,2038 -"69606",16501,31542,3,1650,2459 -"69607",16501,31868,2,1650,1993 -"69608",16501,33223,3,1650,2397 -"69609",16501,33341,2,1650,2338 -"69610",16501,33537,3,1650,2406 -"69611",16501,35728,2,1650,2017 -"69612",16501,36912,3,1650,2469 -"69613",16501,36953,3,1650,2790 -"69614",16501,37636,3,1650,2178 -"69615",16501,39534,3,1650,2410 -"69616",16501,40035,2,1650,2742 -"69617",16501,40392,3,1650,1878 -"69618",16501,40542,3,1650,1664 -"69619",16501,40572,3,1650,2666 -"69620",16501,41023,3,1650,2408 -"69621",16501,41581,3,1650,1692 -"69622",16501,41633,2,1650,1976 -"69623",16501,42717,3,1650,2588 -"69624",16501,42813,3,1650,2142 -"69625",16501,45729,3,1650,2606 -"69626",16501,45869,3,1650,2840 -"69627",16501,46384,2,1650,2285 -"69628",16501,46486,2,1650,1868 -"69629",16501,47839,3,1650,1864 -"69630",16501,47965,3,1650,2232 -"69631",16501,51783,3,1650,2599 -"69632",16501,53739,2,1650,2704 -"69633",16501,54775,3,1650,2383 -"69634",16501,56569,3,1650,1993 -"69635",16501,56995,2,1650,2323 -"69636",16501,58238,3,1650,1944 -"69637",16501,58501,3,1650,2613 -"69638",16501,58655,3,1650,2685 -"69639",16501,59637,3,1650,2141 -"69640",16501,61125,2,1650,1673 -"69641",16501,63641,3,1650,2337 -"69642",16501,66693,3,1650,2554 -"69643",16501,66717,3,1650,2104 -"69644",16501,67908,3,1650,2385 -"69645",16501,71531,3,1650,2887 -"69646",16501,72597,3,1650,1843 -"69647",16501,74370,3,1650,1667 -"69648",16501,80156,3,1650,1667 -"69649",16501,81545,3,1650,2077 -"69650",16501,91942,3,1650,2216 -"69651",16501,111375,2,1650,2686 -"69652",16502,371,3,1616,2950 -"69653",16502,2747,3,1616,2411 -"69654",16502,3520,3,1616,2281 -"69655",16502,5119,3,1616,2220 -"69656",16502,5897,3,1616,2337 -"69657",16502,7597,3,1616,2037 -"69658",16502,9332,2,1616,2734 -"69659",16502,9503,3,1616,2453 -"69660",16502,10050,3,1616,1792 -"69661",16502,11588,3,1616,2352 -"69662",16502,13068,3,1616,1778 -"69663",16502,19215,3,1616,2604 -"69664",16502,21209,3,1616,2184 -"69665",16502,21487,3,1616,2203 -"69666",16502,23131,3,1616,1732 -"69667",16502,27882,3,1616,1897 -"69668",16502,28051,3,1616,2089 -"69669",16502,28116,3,1616,1643 -"69670",16502,28869,3,1616,2425 -"69671",16502,30525,3,1616,1964 -"69672",16502,31540,3,1616,1675 -"69673",16502,33657,3,1616,2336 -"69674",16502,37636,3,1616,2178 -"69675",16502,42256,2,1616,2839 -"69676",16502,42813,3,1616,2142 -"69677",16502,44433,3,1616,2224 -"69678",16502,44603,2,1616,2748 -"69679",16502,45039,2,1616,1663 -"69680",16502,46486,3,1616,1868 -"69681",16502,49712,2,1616,1937 -"69682",16502,53687,3,1616,2422 -"69683",16502,54523,3,1616,1935 -"69684",16502,54924,3,1616,2603 -"69685",16502,58501,3,1616,2613 -"69686",16502,92850,3,1616,1971 -"69687",16518,48605,3,2642,2796 -"69688",16524,1785,2,1556,2350 -"69689",16524,2370,3,1556,1600 -"69690",16524,3360,3,1556,1583 -"69691",16524,4698,3,1556,2481 -"69692",16524,4784,3,1556,2511 -"69693",16524,5937,2,1556,2392 -"69694",16524,6020,3,1556,1864 -"69695",16524,6234,2,1556,2654 -"69696",16524,6235,3,1556,1585 -"69697",16524,8899,3,1556,2023 -"69698",16524,10119,3,1556,2374 -"69699",16524,11868,3,1556,1639 -"69700",16524,15150,3,1556,2801 -"69701",16524,15558,3,1556,2389 -"69702",16524,17552,3,1556,2082 -"69703",16524,19002,3,1556,2053 -"69704",16524,20011,3,1556,2826 -"69705",16524,21358,3,1556,1970 -"69706",16524,23728,3,1556,2601 -"69707",16524,25330,3,1556,2370 -"69708",16524,26698,3,1556,1963 -"69709",16524,28648,3,1556,1586 -"69710",16524,28970,3,1556,2111 -"69711",16524,32576,2,1556,2881 -"69712",16524,32939,3,1556,2277 -"69713",16524,33363,3,1556,2475 -"69714",16524,34576,2,1556,1727 -"69715",16524,36491,3,1556,1781 -"69716",16524,41521,3,1556,2069 -"69717",16524,44730,3,1556,2468 -"69718",16524,45297,3,1556,1864 -"69719",16524,46049,3,1556,2102 -"69720",16524,48585,3,1556,2063 -"69721",16524,53648,3,1556,2167 -"69722",16524,56413,3,1556,2747 -"69723",16524,57804,3,1556,2214 -"69724",16524,89391,3,1556,2180 -"69725",16524,96700,2,1556,1602 -"69726",16535,145,3,1993,1998 -"69727",16535,270,3,1993,2542 -"69728",16535,380,3,1993,2261 -"69729",16535,854,3,1993,2307 -"69730",16535,913,3,1993,2144 -"69731",16535,1102,2,1993,2282 -"69732",16535,2572,3,1993,2273 -"69733",16535,2954,3,1993,2727 -"69734",16535,3305,3,1993,2839 -"69735",16535,5580,3,1993,2111 -"69736",16535,6074,2,1993,2426 -"69737",16535,8762,3,1993,2585 -"69738",16535,9654,3,1993,2111 -"69739",16535,10513,3,1993,2284 -"69740",16535,13307,3,1993,2206 -"69741",16535,15301,3,1993,2308 -"69742",16535,15315,3,1993,2173 -"69743",16535,18394,3,1993,2356 -"69744",16535,19719,3,1993,2177 -"69745",16535,19862,3,1993,2412 -"69746",16535,21012,3,1993,2325 -"69747",16535,21571,3,1993,2755 -"69748",16535,21682,2,1993,2414 -"69749",16535,21929,2,1993,2062 -"69750",16535,23526,3,1993,1998 -"69751",16535,27173,3,1993,2050 -"69752",16535,27694,3,1993,2030 -"69753",16535,30052,3,1993,2855 -"69754",16535,31235,3,1993,2668 -"69755",16535,31307,3,1993,2139 -"69756",16535,42216,3,1993,2722 -"69757",16535,45302,2,1993,2390 -"69758",16535,49110,3,1993,2938 -"69759",16535,50179,3,1993,2230 -"69760",16535,51017,3,1993,2073 -"69761",16535,51035,3,1993,2397 -"69762",16535,51866,3,1993,2411 -"69763",16535,52003,3,1993,2067 -"69764",16535,56082,3,1993,2395 -"69765",16535,56317,3,1993,2030 -"69766",16535,58508,3,1993,2326 -"69767",16535,66992,3,1993,2882 -"69768",16535,72207,3,1993,2430 -"69769",16538,827,2,704,2964 -"69770",16538,1624,2,704,2687 -"69771",16538,1708,2,704,1591 -"69772",16538,2282,3,704,2056 -"69773",16538,2647,1,704,2450 -"69774",16538,2927,3,704,1789 -"69775",16538,3272,3,704,2132 -"69776",16538,3559,3,704,2413 -"69777",16538,4180,3,704,1817 -"69778",16538,4968,3,704,1586 -"69779",16538,6040,3,704,2103 -"69780",16538,6345,3,704,2713 -"69781",16538,6480,3,704,1678 -"69782",16538,7253,3,704,2686 -"69783",16538,7254,3,704,1849 -"69784",16538,7604,2,704,1366 -"69785",16538,9724,3,704,2713 -"69786",16538,10701,3,704,2000 -"69787",16538,11858,2,704,1530 -"69788",16538,12197,3,704,1235 -"69789",16538,14212,3,704,857 -"69790",16538,15023,3,704,2054 -"69791",16538,15146,3,704,1546 -"69792",16538,19075,3,704,2214 -"69793",16538,19509,3,704,2000 -"69794",16538,20547,3,704,2145 -"69795",16538,20739,3,704,2025 -"69796",16538,20921,3,704,723 -"69797",16538,21044,3,704,1574 -"69798",16538,23550,3,704,2939 -"69799",16538,25518,3,704,1955 -"69800",16538,28782,3,704,2272 -"69801",16538,29100,3,704,843 -"69802",16538,31357,3,704,2389 -"69803",16538,32350,3,704,1540 -"69804",16538,32841,3,704,1345 -"69805",16538,34953,3,704,1817 -"69806",16538,36399,3,704,1357 -"69807",16538,38309,3,704,2644 -"69808",16538,38697,3,704,2701 -"69809",16538,39893,3,704,1601 -"69810",16538,42382,3,704,2224 -"69811",16538,42390,2,704,2937 -"69812",16538,43543,2,704,1457 -"69813",16538,46616,3,704,1917 -"69814",16538,47372,3,704,788 -"69815",16538,47607,2,704,2724 -"69816",16538,48419,3,704,1134 -"69817",16538,49708,3,704,1147 -"69818",16538,50468,3,704,1659 -"69819",16538,50678,3,704,1366 -"69820",16538,51843,3,704,2389 -"69821",16538,51890,3,704,1992 -"69822",16538,52380,3,704,2686 -"69823",16538,53584,3,704,2391 -"69824",16538,54385,3,704,2340 -"69825",16538,55730,3,704,1217 -"69826",16538,55775,3,704,2385 -"69827",16538,63631,1,704,763 -"69828",16538,64628,3,704,2829 -"69829",16538,65375,2,704,824 -"69830",16538,71895,2,704,1327 -"69831",16538,76295,2,704,1001 -"69832",16538,76796,3,704,1140 -"69833",16538,76814,2,704,926 -"69834",16538,76929,2,704,910 -"69835",16538,78611,3,704,1586 -"69836",16538,80615,3,704,2252 -"69837",16538,84181,3,704,1272 -"69838",16538,84591,3,704,1685 -"69839",16538,84808,3,704,1974 -"69840",16538,87901,3,704,849 -"69841",16538,87915,3,704,1152 -"69842",16538,93590,3,704,1188 -"69843",16538,95998,3,704,1250 -"69844",16538,97266,3,704,1016 -"69845",16538,110871,3,704,2879 -"69846",16539,160,2,1947,2007 -"69847",16539,270,3,1947,2542 -"69848",16539,307,3,1947,2530 -"69849",16539,854,3,1947,2307 -"69850",16539,2326,3,1947,2513 -"69851",16539,2484,3,1947,2389 -"69852",16539,4671,3,1947,2280 -"69853",16539,5315,3,1947,2631 -"69854",16539,5971,3,1947,1985 -"69855",16539,6192,3,1947,2409 -"69856",16539,6222,2,1947,1949 -"69857",16539,6588,3,1947,2025 -"69858",16539,6718,3,1947,2138 -"69859",16539,7616,1,1947,2296 -"69860",16539,8238,3,1947,2222 -"69861",16539,9311,3,1947,2477 -"69862",16539,9331,3,1947,2269 -"69863",16539,9362,3,1947,2879 -"69864",16539,9615,3,1947,2464 -"69865",16539,10851,3,1947,2423 -"69866",16539,11456,3,1947,2715 -"69867",16539,11588,3,1947,2352 -"69868",16539,12388,3,1947,1975 -"69869",16539,12728,3,1947,2374 -"69870",16539,13307,3,1947,2206 -"69871",16539,13324,3,1947,2163 -"69872",16539,14959,2,1947,2898 -"69873",16539,16826,3,1947,2599 -"69874",16539,17351,3,1947,2036 -"69875",16539,17520,3,1947,2276 -"69876",16539,18394,3,1947,2356 -"69877",16539,19208,3,1947,2629 -"69878",16539,19744,3,1947,2623 -"69879",16539,20067,3,1947,2390 -"69880",16539,20311,3,1947,1981 -"69881",16539,20732,3,1947,2401 -"69882",16539,21012,3,1947,2325 -"69883",16539,21693,3,1947,2176 -"69884",16539,22808,3,1947,2297 -"69885",16539,23460,3,1947,2183 -"69886",16539,23509,3,1947,2275 -"69887",16539,23526,3,1947,1998 -"69888",16539,23726,3,1947,2434 -"69889",16539,24256,3,1947,2393 -"69890",16539,24753,3,1947,2860 -"69891",16539,24793,3,1947,1993 -"69892",16539,25030,3,1947,2017 -"69893",16539,26083,3,1947,2038 -"69894",16539,26451,3,1947,2133 -"69895",16539,29095,3,1947,2531 -"69896",16539,29314,3,1947,2736 -"69897",16539,29454,3,1947,2719 -"69898",16539,29930,3,1947,2240 -"69899",16539,30525,3,1947,1964 -"69900",16539,31335,3,1947,2351 -"69901",16539,32173,2,1947,2341 -"69902",16539,32589,3,1947,2220 -"69903",16539,33010,3,1947,2189 -"69904",16539,33801,3,1947,2899 -"69905",16539,35235,3,1947,2610 -"69906",16539,36609,3,1947,2918 -"69907",16539,37418,3,1947,2710 -"69908",16539,40129,3,1947,2162 -"69909",16539,40432,3,1947,1956 -"69910",16539,41664,2,1947,2641 -"69911",16539,41682,3,1947,1988 -"69912",16539,42129,3,1947,2318 -"69913",16539,42515,2,1947,2752 -"69914",16539,42687,3,1947,1952 -"69915",16539,43479,3,1947,2178 -"69916",16539,44885,3,1947,2670 -"69917",16539,44899,3,1947,2386 -"69918",16539,46629,3,1947,2255 -"69919",16539,46635,3,1947,2528 -"69920",16539,47386,3,1947,2226 -"69921",16539,47564,3,1947,2650 -"69922",16539,47625,3,1947,2562 -"69923",16539,48384,3,1947,2057 -"69924",16539,48571,3,1947,2717 -"69925",16539,49334,2,1947,2433 -"69926",16539,50236,3,1947,2339 -"69927",16539,50252,3,1947,2001 -"69928",16539,50275,3,1947,2832 -"69929",16539,53475,3,1947,2853 -"69930",16539,55076,2,1947,2408 -"69931",16539,55468,3,1947,2511 -"69932",16539,55691,3,1947,2856 -"69933",16539,56082,3,1947,2395 -"69934",16539,56854,3,1947,2022 -"69935",16539,65242,3,1947,1988 -"69936",16539,65434,3,1947,2866 -"69937",16539,70203,3,1947,2756 -"69938",16539,92322,2,1947,2393 -"69939",16539,119208,3,1947,2646 -"69940",16542,2684,2,2039,2874 -"69941",16542,3453,3,2039,2126 -"69942",16542,11055,3,2039,2111 -"69943",16542,12778,2,2039,2045 -"69944",16542,13249,3,2039,2573 -"69945",16542,24753,1,2039,2860 -"69946",16542,28053,2,2039,2292 -"69947",16542,28626,3,2039,2842 -"69948",16542,33801,3,2039,2899 -"69949",16542,41664,2,2039,2641 -"69950",16542,53475,3,2039,2853 -"69951",16542,58852,2,2039,2323 -"69952",16542,83291,3,2039,2066 -"69953",16545,283,3,186,2082 -"69954",16545,378,3,186,2766 -"69955",16545,1023,3,186,2515 -"69956",16545,1063,3,186,2515 -"69957",16545,1556,3,186,643 -"69958",16545,3100,2,186,2524 -"69959",16545,3272,3,186,2132 -"69960",16545,3403,3,186,2951 -"69961",16545,3520,2,186,2281 -"69962",16545,3786,2,186,2282 -"69963",16545,4913,3,186,292 -"69964",16545,5606,3,186,2875 -"69965",16545,5673,3,186,1567 -"69966",16545,6071,3,186,2310 -"69967",16545,6078,1,186,498 -"69968",16545,6133,3,186,1229 -"69969",16545,6390,3,186,2385 -"69970",16545,6562,3,186,1139 -"69971",16545,7422,3,186,1793 -"69972",16545,8011,3,186,889 -"69973",16545,8478,3,186,984 -"69974",16545,9506,3,186,1012 -"69975",16545,9912,2,186,1356 -"69976",16545,10004,3,186,872 -"69977",16545,10128,3,186,883 -"69978",16545,11135,2,186,2441 -"69979",16545,11319,3,186,2073 -"69980",16545,11516,3,186,1937 -"69981",16545,12031,3,186,1957 -"69982",16545,12632,3,186,1174 -"69983",16545,14654,3,186,1692 -"69984",16545,15502,3,186,2637 -"69985",16545,15916,3,186,1236 -"69986",16545,16593,3,186,1139 -"69987",16545,16891,2,186,432 -"69988",16545,18550,3,186,483 -"69989",16545,19687,1,186,2072 -"69990",16545,19972,3,186,2078 -"69991",16545,20413,2,186,806 -"69992",16545,20517,3,186,1465 -"69993",16545,21352,2,186,1604 -"69994",16545,21895,3,186,1693 -"69995",16545,21976,2,186,1808 -"69996",16545,23121,3,186,2108 -"69997",16545,23330,3,186,448 -"69998",16545,23513,3,186,900 -"69999",16545,23639,2,186,2065 -"70000",16545,23731,3,186,1656 -"70001",16545,24109,3,186,504 -"70002",16545,24116,2,186,1413 -"70003",16545,25180,3,186,2489 -"70004",16545,25270,2,186,985 -"70005",16545,25286,2,186,1545 -"70006",16545,25451,3,186,698 -"70007",16545,25886,3,186,1580 -"70008",16545,26138,3,186,1902 -"70009",16545,26567,1,186,1158 -"70010",16545,27391,3,186,2378 -"70011",16545,28567,2,186,2398 -"70012",16545,28914,3,186,580 -"70013",16545,30164,3,186,404 -"70014",16545,31087,3,186,1757 -"70015",16545,32312,3,186,1472 -"70016",16545,33533,3,186,234 -"70017",16545,34055,2,186,1881 -"70018",16545,34334,3,186,1637 -"70019",16545,34559,3,186,1105 -"70020",16545,39187,3,186,2166 -"70021",16545,39211,3,186,1908 -"70022",16545,39484,2,186,281 -"70023",16545,41051,3,186,2767 -"70024",16545,42062,3,186,889 -"70025",16545,42195,1,186,573 -"70026",16545,42486,3,186,1951 -"70027",16545,42628,3,186,2486 -"70028",16545,43250,3,186,1300 -"70029",16545,45299,3,186,2426 -"70030",16545,45487,3,186,2256 -"70031",16545,47330,1,186,2422 -"70032",16545,47435,3,186,878 -"70033",16545,47827,3,186,1957 -"70034",16545,48764,2,186,860 -"70035",16545,49147,3,186,2539 -"70036",16545,50238,3,186,663 -"70037",16545,51099,3,186,262 -"70038",16545,51448,3,186,1593 -"70039",16545,52686,3,186,916 -"70040",16545,54855,3,186,1525 -"70041",16545,55436,3,186,2513 -"70042",16545,56212,3,186,1410 -"70043",16545,56673,1,186,2419 -"70044",16545,56726,3,186,969 -"70045",16545,62219,3,186,2494 -"70046",16545,62498,3,186,1698 -"70047",16545,65223,3,186,2724 -"70048",16545,67763,3,186,822 -"70049",16545,68460,3,186,599 -"70050",16545,68670,2,186,565 -"70051",16545,77666,3,186,1372 -"70052",16545,78460,2,186,985 -"70053",16545,79236,2,186,1505 -"70054",16545,79404,2,186,1079 -"70055",16545,80050,3,186,2698 -"70056",16545,80061,3,186,1223 -"70057",16545,80728,2,186,599 -"70058",16545,80896,2,186,943 -"70059",16545,81134,1,186,1384 -"70060",16545,81853,3,186,1207 -"70061",16545,82226,3,186,1619 -"70062",16545,82618,3,186,1536 -"70063",16545,83133,2,186,1055 -"70064",16545,83541,3,186,555 -"70065",16545,85264,2,186,1236 -"70066",16545,88968,2,186,585 -"70067",16545,91772,2,186,2233 -"70068",16545,92381,2,186,1237 -"70069",16545,92947,2,186,1289 -"70070",16545,93317,2,186,1223 -"70071",16545,93670,2,186,1682 -"70072",16545,94399,3,186,963 -"70073",16545,95661,2,186,872 -"70074",16545,97240,2,186,1027 -"70075",16545,97940,1,186,431 -"70076",16545,98003,2,186,573 -"70077",16545,99955,3,186,1223 -"70078",16545,101540,3,186,388 -"70079",16545,104065,2,186,194 -"70080",16545,104542,1,186,897 -"70081",16545,106554,1,186,1270 -"70082",16545,110023,2,186,230 -"70083",16545,111128,3,186,1234 -"70084",16545,113026,3,186,213 -"70085",16545,114615,3,186,613 -"70086",16545,115194,3,186,604 -"70087",16545,116392,3,186,870 -"70088",16545,116792,3,186,2397 -"70089",16566,4361,3,2019,2571 -"70090",16566,9050,2,2019,2026 -"70091",16566,11135,3,2019,2441 -"70092",16566,15502,3,2019,2637 -"70093",16566,29824,2,2019,2772 -"70094",16566,76604,3,2019,2590 -"70095",16566,80680,3,2019,2403 -"70096",16566,104659,2,2019,2026 -"70097",16573,867,3,802,1264 -"70098",16573,2351,3,802,1868 -"70099",16573,2523,3,802,1691 -"70100",16573,4526,3,802,1728 -"70101",16573,5454,3,802,1779 -"70102",16573,7252,3,802,2799 -"70103",16573,8062,3,802,2858 -"70104",16573,9227,3,802,1267 -"70105",16573,11029,2,802,2362 -"70106",16573,13537,2,802,1020 -"70107",16573,13720,3,802,1558 -"70108",16573,17645,3,802,1918 -"70109",16573,24176,3,802,1986 -"70110",16573,24512,3,802,1369 -"70111",16573,24568,3,802,1937 -"70112",16573,25373,3,802,2783 -"70113",16573,26957,3,802,987 -"70114",16573,29436,3,802,1718 -"70115",16573,29997,3,802,1789 -"70116",16573,37036,3,802,2264 -"70117",16573,37059,3,802,2840 -"70118",16573,38805,3,802,1031 -"70119",16573,41023,3,802,2408 -"70120",16573,41969,1,802,2189 -"70121",16573,46384,3,802,2285 -"70122",16573,46726,3,802,943 -"70123",16573,48888,2,802,1177 -"70124",16573,50278,2,802,1127 -"70125",16573,50594,3,802,849 -"70126",16573,57492,1,802,2855 -"70127",16573,58829,3,802,1256 -"70128",16573,59788,3,802,2315 -"70129",16573,62668,3,802,958 -"70130",16573,63409,3,802,1937 -"70131",16573,70070,2,802,2425 -"70132",16573,73926,3,802,849 -"70133",16573,100260,3,802,888 -"70134",16573,100432,3,802,1358 -"70135",16587,2036,3,2065,2483 -"70136",16587,2289,3,2065,2389 -"70137",16587,5457,3,2065,2077 -"70138",16587,5462,3,2065,2374 -"70139",16587,5504,3,2065,2389 -"70140",16587,6363,3,2065,2066 -"70141",16587,8760,3,2065,2477 -"70142",16587,12713,3,2065,2440 -"70143",16587,14959,3,2065,2898 -"70144",16587,19248,3,2065,2357 -"70145",16587,19606,3,2065,2783 -"70146",16587,29864,2,2065,2479 -"70147",16587,51041,3,2065,2606 -"70148",16587,53475,3,2065,2853 -"70149",16587,67182,2,2065,2855 -"70150",16590,388,3,1123,1594 -"70151",16590,1150,3,1123,1595 -"70152",16590,1560,3,1123,2013 -"70153",16590,1685,3,1123,2230 -"70154",16590,3255,3,1123,2504 -"70155",16590,4313,2,1123,2368 -"70156",16590,4698,1,1123,2481 -"70157",16590,5355,3,1123,1499 -"70158",16590,7499,3,1123,1803 -"70159",16590,9808,3,1123,1648 -"70160",16590,10250,3,1123,1606 -"70161",16590,10908,3,1123,1134 -"70162",16590,11154,3,1123,1594 -"70163",16590,11429,2,1123,2520 -"70164",16590,11521,3,1123,1559 -"70165",16590,12000,3,1123,1454 -"70166",16590,12007,3,1123,1594 -"70167",16590,13671,2,1123,1371 -"70168",16590,13861,1,1123,1197 -"70169",16590,13925,3,1123,1515 -"70170",16590,14025,3,1123,2384 -"70171",16590,14095,2,1123,2186 -"70172",16590,14654,3,1123,1692 -"70173",16590,14761,2,1123,2502 -"70174",16590,15150,3,1123,2801 -"70175",16590,15558,3,1123,2389 -"70176",16590,15683,3,1123,1729 -"70177",16590,18855,3,1123,1362 -"70178",16590,19296,2,1123,1705 -"70179",16590,19366,3,1123,2279 -"70180",16590,20695,3,1123,2526 -"70181",16590,20709,3,1123,1757 -"70182",16590,21358,3,1123,1970 -"70183",16590,21407,3,1123,2728 -"70184",16590,22744,3,1123,1907 -"70185",16590,25330,2,1123,2370 -"70186",16590,26152,3,1123,2818 -"70187",16590,27074,3,1123,1454 -"70188",16590,31541,3,1123,1500 -"70189",16590,32079,3,1123,2315 -"70190",16590,32576,3,1123,2881 -"70191",16590,33363,3,1123,2475 -"70192",16590,33755,2,1123,2963 -"70193",16590,34491,3,1123,2694 -"70194",16590,37342,2,1123,2649 -"70195",16590,40392,3,1123,1878 -"70196",16590,41185,3,1123,1929 -"70197",16590,43311,2,1123,1553 -"70198",16590,45664,3,1123,2235 -"70199",16590,46520,3,1123,1776 -"70200",16590,49347,3,1123,2504 -"70201",16590,49415,3,1123,2654 -"70202",16590,50621,2,1123,2809 -"70203",16590,53648,2,1123,2167 -"70204",16590,56116,3,1123,1321 -"70205",16590,56168,3,1123,1466 -"70206",16590,56364,3,1123,1626 -"70207",16590,57394,3,1123,1271 -"70208",16590,58086,3,1123,1667 -"70209",16590,70656,2,1123,2771 -"70210",16590,70814,3,1123,2771 -"70211",16590,76997,3,1123,2223 -"70212",16590,79461,3,1123,1667 -"70213",16590,80377,2,1123,1384 -"70214",16590,80942,3,1123,1240 -"70215",16590,82426,3,1123,1576 -"70216",16590,88171,3,1123,1488 -"70217",16590,89391,3,1123,2180 -"70218",16590,93459,3,1123,1354 -"70219",16590,96300,3,1123,2594 -"70220",16590,96700,3,1123,1602 -"70221",16590,104843,3,1123,1167 -"70222",16593,916,3,1139,2718 -"70223",16593,2802,3,1139,1836 -"70224",16593,3100,2,1139,2524 -"70225",16593,4194,2,1139,1641 -"70226",16593,5414,3,1139,2321 -"70227",16593,5673,3,1139,1567 -"70228",16593,6119,3,1139,2358 -"70229",16593,9063,3,1139,2000 -"70230",16593,10336,3,1139,2271 -"70231",16593,10488,3,1139,1524 -"70232",16593,11506,3,1139,2824 -"70233",16593,11803,3,1139,1232 -"70234",16593,16361,3,1139,1641 -"70235",16593,18479,3,1139,2967 -"70236",16593,18610,3,1139,2141 -"70237",16593,21593,3,1139,1312 -"70238",16593,21895,3,1139,1693 -"70239",16593,21976,3,1139,1808 -"70240",16593,23639,3,1139,2065 -"70241",16593,23739,3,1139,2463 -"70242",16593,24116,3,1139,1413 -"70243",16593,25886,3,1139,1580 -"70244",16593,26138,3,1139,1902 -"70245",16593,26567,3,1139,1158 -"70246",16593,29276,3,1139,2000 -"70247",16593,31087,3,1139,1757 -"70248",16593,33278,3,1139,1591 -"70249",16593,33363,2,1139,2475 -"70250",16593,34055,3,1139,1881 -"70251",16593,34334,3,1139,1637 -"70252",16593,34441,3,1139,1661 -"70253",16593,35414,3,1139,1959 -"70254",16593,39577,3,1139,1728 -"70255",16593,41603,3,1139,1942 -"70256",16593,42998,3,1139,1978 -"70257",16593,49147,3,1139,2539 -"70258",16593,62848,3,1139,1230 -"70259",16593,65223,2,1139,2724 -"70260",16593,66267,2,1139,1278 -"70261",16593,79025,3,1139,1473 -"70262",16593,79236,3,1139,1505 -"70263",16593,79772,3,1139,1230 -"70264",16593,79793,3,1139,1915 -"70265",16593,80784,3,1139,1738 -"70266",16593,81134,3,1139,1384 -"70267",16593,86010,2,1139,1641 -"70268",16593,92947,3,1139,1289 -"70269",16593,94339,2,1139,2768 -"70270",16593,99194,3,1139,1271 -"70271",16593,100586,3,1139,2966 -"70272",16593,114228,1,1139,1544 -"70273",16594,3317,3,1755,2037 -"70274",16594,4730,3,1755,2131 -"70275",16594,6824,1,1755,2680 -"70276",16594,7443,3,1755,2028 -"70277",16594,9861,2,1755,2680 -"70278",16594,10638,2,1755,2692 -"70279",16594,10799,3,1755,2010 -"70280",16594,11506,2,1755,2824 -"70281",16594,18943,3,1755,2861 -"70282",16594,20007,3,1755,2971 -"70283",16594,28582,3,1755,2698 -"70284",16594,31164,3,1755,1996 -"70285",16594,32449,3,1755,2091 -"70286",16594,34162,3,1755,2336 -"70287",16594,36136,3,1755,2338 -"70288",16594,45730,3,1755,2063 -"70289",16594,46951,3,1755,2429 -"70290",16594,53013,3,1755,2523 -"70291",16594,56338,3,1755,1818 -"70292",16594,66911,3,1755,1920 -"70293",16594,69335,3,1755,2698 -"70294",16594,97013,3,1755,1797 -"70295",16595,2446,3,2352,2606 -"70296",16595,81400,3,2352,2679 -"70297",16608,10851,3,1769,2423 -"70298",16608,12778,3,1769,2045 -"70299",16608,13003,3,1769,2763 -"70300",16608,23825,3,1769,1913 -"70301",16608,67622,3,1769,2224 -"70302",16609,313,3,538,2271 -"70303",16609,377,3,538,2389 -"70304",16609,499,2,538,1931 -"70305",16609,543,3,538,2203 -"70306",16609,613,3,538,2687 -"70307",16609,999,3,538,2181 -"70308",16609,1018,3,538,1803 -"70309",16609,1151,3,538,2885 -"70310",16609,1469,3,538,1160 -"70311",16609,1495,3,538,2046 -"70312",16609,1616,2,538,2662 -"70313",16609,1691,3,538,1941 -"70314",16609,1777,2,538,1965 -"70315",16609,2036,3,538,2483 -"70316",16609,2063,3,538,1278 -"70317",16609,2224,3,538,2751 -"70318",16609,2484,2,538,2389 -"70319",16609,3088,3,538,1670 -"70320",16609,3161,2,538,2229 -"70321",16609,3242,3,538,1730 -"70322",16609,3830,3,538,1661 -"70323",16609,4057,3,538,2389 -"70324",16609,4191,3,538,2130 -"70325",16609,4751,3,538,2696 -"70326",16609,4763,3,538,1960 -"70327",16609,4980,3,538,2093 -"70328",16609,5078,2,538,2033 -"70329",16609,5457,2,538,2077 -"70330",16609,5462,2,538,2374 -"70331",16609,5504,2,538,2389 -"70332",16609,5615,3,538,1105 -"70333",16609,5710,3,538,1926 -"70334",16609,5845,3,538,1552 -"70335",16609,6023,3,538,2050 -"70336",16609,6390,3,538,2385 -"70337",16609,7323,3,538,2858 -"70338",16609,8274,3,538,1909 -"70339",16609,8327,3,538,2527 -"70340",16609,8621,3,538,1681 -"70341",16609,8760,3,538,2477 -"70342",16609,8866,3,538,1545 -"70343",16609,9030,3,538,1979 -"70344",16609,9311,3,538,2477 -"70345",16609,9362,3,538,2879 -"70346",16609,10143,3,538,778 -"70347",16609,10799,1,538,2010 -"70348",16609,10874,3,538,1891 -"70349",16609,12713,2,538,2440 -"70350",16609,12976,3,538,2399 -"70351",16609,13012,2,538,875 -"70352",16609,13808,3,538,1356 -"70353",16609,13929,3,538,2693 -"70354",16609,14091,3,538,929 -"70355",16609,15184,3,538,2396 -"70356",16609,15299,3,538,2213 -"70357",16609,16029,3,538,1160 -"70358",16609,16074,3,538,977 -"70359",16609,16111,3,538,1714 -"70360",16609,16164,3,538,1184 -"70361",16609,17410,2,538,2073 -"70362",16609,17520,3,538,2276 -"70363",16609,17626,3,538,1265 -"70364",16609,17819,3,538,2291 -"70365",16609,18151,3,538,2962 -"70366",16609,18404,3,538,801 -"70367",16609,18615,3,538,1025 -"70368",16609,19027,3,538,2721 -"70369",16609,19516,3,538,2313 -"70370",16609,19606,3,538,2783 -"70371",16609,19637,3,538,1229 -"70372",16609,20432,3,538,1727 -"70373",16609,20659,3,538,1969 -"70374",16609,20700,2,538,2861 -"70375",16609,20824,3,538,1366 -"70376",16609,21122,3,538,1701 -"70377",16609,21362,3,538,2515 -"70378",16609,21911,3,538,1184 -"70379",16609,22006,3,538,1202 -"70380",16609,22216,3,538,1956 -"70381",16609,22501,3,538,1006 -"70382",16609,22749,3,538,1727 -"70383",16609,23704,3,538,2278 -"70384",16609,25241,3,538,1233 -"70385",16609,25443,3,538,1441 -"70386",16609,26155,2,538,1802 -"70387",16609,26436,3,538,2489 -"70388",16609,28216,3,538,1910 -"70389",16609,28731,3,538,955 -"70390",16609,29050,3,538,1196 -"70391",16609,29095,3,538,2531 -"70392",16609,31243,3,538,1355 -"70393",16609,31799,3,538,2547 -"70394",16609,32017,3,538,577 -"70395",16609,33383,2,538,1572 -"70396",16609,33801,3,538,2899 -"70397",16609,34492,2,538,1798 -"70398",16609,34588,2,538,985 -"70399",16609,34799,3,538,657 -"70400",16609,35256,2,538,2271 -"70401",16609,36559,3,538,2473 -"70402",16609,36962,3,538,2861 -"70403",16609,37418,3,538,2710 -"70404",16609,37570,3,538,2389 -"70405",16609,38048,3,538,867 -"70406",16609,38449,3,538,1802 -"70407",16609,38921,3,538,1880 -"70408",16609,41278,3,538,1873 -"70409",16609,41747,3,538,1722 -"70410",16609,42186,3,538,955 -"70411",16609,42259,3,538,1235 -"70412",16609,42264,3,538,1702 -"70413",16609,44636,2,538,1026 -"70414",16609,44729,2,538,588 -"70415",16609,45715,3,538,2287 -"70416",16609,47585,3,538,794 -"70417",16609,47947,3,538,2681 -"70418",16609,50252,3,538,2001 -"70419",16609,50976,3,538,547 -"70420",16609,51016,3,538,1141 -"70421",16609,51410,2,538,2739 -"70422",16609,51987,2,538,1397 -"70423",16609,52576,3,538,2234 -"70424",16609,52735,3,538,1124 -"70425",16609,53475,3,538,2853 -"70426",16609,53630,3,538,1565 -"70427",16609,54676,3,538,1342 -"70428",16609,55156,2,538,2196 -"70429",16609,55556,3,538,2075 -"70430",16609,55691,3,538,2856 -"70431",16609,56171,3,538,1524 -"70432",16609,57950,2,538,1529 -"70433",16609,58035,3,538,1646 -"70434",16609,58414,3,538,880 -"70435",16609,60689,2,538,859 -"70436",16609,62488,3,538,1418 -"70437",16609,62538,3,538,1656 -"70438",16609,64181,3,538,1828 -"70439",16609,68810,1,538,2409 -"70440",16609,69498,3,538,931 -"70441",16609,71478,3,538,1721 -"70442",16609,72823,3,538,929 -"70443",16609,73047,3,538,824 -"70444",16609,73266,3,538,2496 -"70445",16609,75169,3,538,1595 -"70446",16609,75204,3,538,894 -"70447",16609,75948,3,538,1006 -"70448",16609,76463,3,538,2298 -"70449",16609,77031,3,538,801 -"70450",16609,77466,3,538,1585 -"70451",16609,78416,2,538,630 -"70452",16609,78563,2,538,2385 -"70453",16609,80429,3,538,1927 -"70454",16609,81239,3,538,547 -"70455",16609,85430,3,538,2370 -"70456",16609,86986,3,538,1976 -"70457",16609,88966,3,538,1568 -"70458",16609,89958,3,538,1186 -"70459",16609,90837,3,538,825 -"70460",16609,91570,3,538,2229 -"70461",16609,95155,3,538,849 -"70462",16609,101482,3,538,1300 -"70463",16609,105795,2,538,1265 -"70464",16609,108415,1,538,752 -"70465",16609,108620,2,538,881 -"70466",16609,111761,3,538,783 -"70467",16609,112368,3,538,606 -"70468",16609,113619,3,538,760 -"70469",16625,600,3,1285,1702 -"70470",16625,675,3,1285,1686 -"70471",16625,733,3,1285,1653 -"70472",16625,1136,3,1285,2536 -"70473",16625,2349,3,1285,1288 -"70474",16625,2684,3,1285,2874 -"70475",16625,3242,3,1285,1730 -"70476",16625,3271,3,1285,2216 -"70477",16625,3947,2,1285,2067 -"70478",16625,3961,2,1285,2426 -"70479",16625,4226,3,1285,1903 -"70480",16625,4289,3,1285,1921 -"70481",16625,5239,2,1285,2875 -"70482",16625,5610,3,1285,2223 -"70483",16625,6390,3,1285,2385 -"70484",16625,6491,3,1285,2424 -"70485",16625,6871,3,1285,1882 -"70486",16625,7196,2,1285,1508 -"70487",16625,7269,3,1285,1728 -"70488",16625,7847,3,1285,2424 -"70489",16625,7984,2,1285,2493 -"70490",16625,8238,3,1285,2222 -"70491",16625,9272,3,1285,2835 -"70492",16625,10358,3,1285,2294 -"70493",16625,11477,3,1285,2724 -"70494",16625,12199,3,1285,1651 -"70495",16625,13388,3,1285,2119 -"70496",16625,13639,3,1285,2887 -"70497",16625,13780,2,1285,2412 -"70498",16625,13967,3,1285,1354 -"70499",16625,14676,3,1285,2764 -"70500",16625,14888,3,1285,1411 -"70501",16625,14943,2,1285,1942 -"70502",16625,15184,3,1285,2396 -"70503",16625,15401,1,1285,1999 -"70504",16625,16801,3,1285,2008 -"70505",16625,16826,3,1285,2599 -"70506",16625,17867,3,1285,1904 -"70507",16625,17997,3,1285,1621 -"70508",16625,18103,3,1285,1968 -"70509",16625,18571,3,1285,2128 -"70510",16625,18735,3,1285,1581 -"70511",16625,20067,3,1285,2390 -"70512",16625,20311,3,1285,1981 -"70513",16625,21225,3,1285,1945 -"70514",16625,21754,3,1285,1881 -"70515",16625,23869,3,1285,1918 -"70516",16625,26451,3,1285,2133 -"70517",16625,27860,3,1285,1588 -"70518",16625,28582,3,1285,2698 -"70519",16625,28784,2,1285,1579 -"70520",16625,29004,3,1285,2596 -"70521",16625,30747,3,1285,2455 -"70522",16625,31069,3,1285,1995 -"70523",16625,31164,3,1285,1996 -"70524",16625,31890,2,1285,1487 -"70525",16625,32047,3,1285,1858 -"70526",16625,32988,2,1285,2008 -"70527",16625,33801,3,1285,2899 -"70528",16625,34158,3,1285,2639 -"70529",16625,34160,3,1285,1759 -"70530",16625,35041,3,1285,1311 -"70531",16625,35529,3,1285,1620 -"70532",16625,36862,3,1285,2655 -"70533",16625,38219,2,1285,1689 -"70534",16625,40028,3,1285,1349 -"70535",16625,40369,3,1285,2735 -"70536",16625,40432,2,1285,1956 -"70537",16625,40645,2,1285,1899 -"70538",16625,41739,3,1285,1339 -"70539",16625,41936,3,1285,2258 -"70540",16625,42505,1,1285,2008 -"70541",16625,43226,3,1285,2442 -"70542",16625,44521,3,1285,1593 -"70543",16625,45959,2,1285,1880 -"70544",16625,46040,3,1285,2105 -"70545",16625,46951,3,1285,2429 -"70546",16625,47445,3,1285,2668 -"70547",16625,47564,3,1285,2650 -"70548",16625,48110,3,1285,2009 -"70549",16625,48215,3,1285,2028 -"70550",16625,48698,3,1285,1474 -"70551",16625,49189,3,1285,1550 -"70552",16625,50001,3,1285,1518 -"70553",16625,50236,3,1285,2339 -"70554",16625,52327,3,1285,1472 -"70555",16625,55139,3,1285,2323 -"70556",16625,56237,2,1285,2625 -"70557",16625,58133,3,1285,1484 -"70558",16625,58508,3,1285,2326 -"70559",16625,64031,3,1285,1295 -"70560",16625,64181,2,1285,1828 -"70561",16625,64997,2,1285,2791 -"70562",16625,65155,2,1285,1947 -"70563",16625,65203,3,1285,1597 -"70564",16625,65322,2,1285,2008 -"70565",16625,65679,3,1285,1578 -"70566",16625,66413,3,1285,2507 -"70567",16625,69335,3,1285,2698 -"70568",16625,70046,3,1285,2624 -"70569",16625,70736,3,1285,1512 -"70570",16625,76081,3,1285,1534 -"70571",16625,78150,3,1285,2581 -"70572",16625,79567,2,1285,1942 -"70573",16625,80301,3,1285,1690 -"70574",16625,82301,3,1285,1621 -"70575",16625,82409,3,1285,1881 -"70576",16625,92757,3,1285,2615 -"70577",16625,95011,3,1285,1986 -"70578",16625,96352,3,1285,1493 -"70579",16625,105063,3,1285,1908 -"70580",16628,270,3,2409,2542 -"70581",16628,2424,3,2409,2582 -"70582",16628,3477,3,2409,2546 -"70583",16628,7794,3,2409,2972 -"70584",16628,9175,3,2409,2639 -"70585",16628,13249,3,2409,2573 -"70586",16628,17365,3,2409,2746 -"70587",16628,17549,3,2409,2647 -"70588",16628,21734,3,2409,2528 -"70589",16628,34120,3,2409,2786 -"70590",16628,37238,3,2409,2609 -"70591",16628,38307,1,2409,2648 -"70592",16628,41945,2,2409,2856 -"70593",16628,43455,2,2409,2846 -"70594",16628,44688,3,2409,2924 -"70595",16628,45239,3,2409,2535 -"70596",16628,51866,3,2409,2411 -"70597",16628,52032,3,2409,2853 -"70598",16628,61982,3,2409,2725 -"70599",16628,64436,3,2409,2687 -"70600",16641,854,3,1359,2307 -"70601",16641,4504,3,1359,1905 -"70602",16641,18891,3,1359,1596 -"70603",16641,26234,2,1359,2183 -"70604",16641,30236,3,1359,2238 -"70605",16641,36637,2,1359,2085 -"70606",16641,38732,3,1359,2263 -"70607",16643,916,3,1824,2718 -"70608",16643,1560,3,1824,2013 -"70609",16643,17999,2,1824,2758 -"70610",16643,23739,2,1824,2463 -"70611",16643,28824,3,1824,2412 -"70612",16643,36662,2,1824,2967 -"70613",16643,42280,3,1824,2266 -"70614",16643,43929,3,1824,2749 -"70615",16643,59470,3,1824,2393 -"70616",16643,62713,2,1824,2593 -"70617",16643,94339,3,1824,2768 -"70618",16654,21571,3,1843,2755 -"70619",16654,42023,3,1843,2231 -"70620",16684,2226,2,1657,2225 -"70621",16684,2936,3,1657,2512 -"70622",16684,3770,3,1657,2623 -"70623",16684,4249,3,1657,2547 -"70624",16684,4660,3,1657,2149 -"70625",16684,5235,3,1657,2324 -"70626",16684,6821,3,1657,1788 -"70627",16684,9272,3,1657,2835 -"70628",16684,9423,3,1657,1708 -"70629",16684,9723,2,1657,2302 -"70630",16684,10766,3,1657,2647 -"70631",16684,11239,3,1657,2181 -"70632",16684,12081,3,1657,2166 -"70633",16684,14915,3,1657,2606 -"70634",16684,16437,3,1657,1956 -"70635",16684,18670,2,1657,1835 -"70636",16684,19215,2,1657,2604 -"70637",16684,19364,3,1657,2846 -"70638",16684,20700,3,1657,2861 -"70639",16684,22580,2,1657,2245 -"70640",16684,22682,2,1657,2035 -"70641",16684,22709,2,1657,2743 -"70642",16684,23154,3,1657,2345 -"70643",16684,27796,3,1657,2151 -"70644",16684,28432,3,1657,1954 -"70645",16684,31159,3,1657,2231 -"70646",16684,31705,3,1657,2706 -"70647",16684,31868,3,1657,1993 -"70648",16684,34831,2,1657,1866 -"70649",16684,34921,3,1657,2181 -"70650",16684,35477,3,1657,2703 -"70651",16684,35728,3,1657,2017 -"70652",16684,37059,3,1657,2840 -"70653",16684,37859,2,1657,1999 -"70654",16684,37929,3,1657,2393 -"70655",16684,38259,3,1657,2258 -"70656",16684,39534,2,1657,2410 -"70657",16684,39906,2,1657,2365 -"70658",16684,41240,3,1657,2220 -"70659",16684,44235,3,1657,2700 -"70660",16684,45473,3,1657,2540 -"70661",16684,46261,3,1657,2350 -"70662",16684,46486,3,1657,1868 -"70663",16684,49347,3,1657,2504 -"70664",16684,52215,2,1657,1908 -"70665",16684,52597,3,1657,1773 -"70666",16684,53809,3,1657,1956 -"70667",16684,59039,3,1657,2870 -"70668",16684,60879,3,1657,2792 -"70669",16684,63477,3,1657,1907 -"70670",16684,66717,3,1657,2104 -"70671",16684,69131,3,1657,2122 -"70672",16684,73192,3,1657,1955 -"70673",16684,73553,3,1657,2726 -"70674",16684,77077,2,1657,2693 -"70675",16684,79432,3,1657,1708 -"70676",16684,82819,3,1657,1900 -"70677",16684,92297,3,1657,2952 -"70678",16684,94640,3,1657,2344 -"70679",16684,99940,3,1657,2884 -"70680",16684,107383,3,1657,1918 -"70681",16684,109978,3,1657,1865 -"70682",16684,121354,3,1657,2862 -"70683",16690,543,3,2132,2203 -"70684",16690,2446,2,2132,2606 -"70685",16690,2484,3,2132,2389 -"70686",16690,2985,3,2132,2398 -"70687",16690,3405,3,2132,2438 -"70688",16690,4660,3,2132,2149 -"70689",16690,4669,3,2132,2395 -"70690",16690,8062,3,2132,2858 -"70691",16690,8865,2,2132,2394 -"70692",16690,11029,3,2132,2362 -"70693",16690,13136,3,2132,2867 -"70694",16690,14915,3,2132,2606 -"70695",16690,19364,3,2132,2846 -"70696",16690,20700,2,2132,2861 -"70697",16690,22709,3,2132,2743 -"70698",16690,22723,2,2132,2859 -"70699",16690,30034,3,2132,2357 -"70700",16690,33236,2,2132,2297 -"70701",16690,34892,3,2132,2309 -"70702",16690,37059,3,2132,2840 -"70703",16690,39534,3,2132,2410 -"70704",16690,63641,3,2132,2337 -"70705",16690,70101,3,2132,2414 -"70706",16690,82917,3,2132,2371 -"70707",16690,84822,3,2132,2686 -"70708",16715,680,3,1218,2569 -"70709",16715,2206,3,1218,2536 -"70710",16715,2540,3,1218,1398 -"70711",16715,2576,3,1218,1307 -"70712",16715,2852,3,1218,2448 -"70713",16715,3127,3,1218,2273 -"70714",16715,4361,3,1218,2571 -"70715",16715,4620,3,1218,1818 -"70716",16715,4668,1,1218,1919 -"70717",16715,4669,1,1218,2395 -"70718",16715,5106,3,1218,2622 -"70719",16715,5897,3,1218,2337 -"70720",16715,6989,3,1218,2623 -"70721",16715,7252,3,1218,2799 -"70722",16715,7337,3,1218,1797 -"70723",16715,7785,3,1218,2441 -"70724",16715,7942,3,1218,2623 -"70725",16715,8140,3,1218,1262 -"70726",16715,8568,3,1218,2706 -"70727",16715,8777,3,1218,1620 -"70728",16715,8890,3,1218,1955 -"70729",16715,9060,3,1218,1612 -"70730",16715,9227,3,1218,1267 -"70731",16715,9785,3,1218,2951 -"70732",16715,10457,3,1218,1711 -"70733",16715,10980,3,1218,1974 -"70734",16715,11107,3,1218,1256 -"70735",16715,11108,3,1218,1609 -"70736",16715,11648,3,1218,2852 -"70737",16715,12948,3,1218,2669 -"70738",16715,14781,2,1218,2338 -"70739",16715,14817,3,1218,2110 -"70740",16715,16286,3,1218,2470 -"70741",16715,16501,3,1218,1650 -"70742",16715,18415,3,1218,2184 -"70743",16715,20395,3,1218,1468 -"70744",16715,23131,3,1218,1732 -"70745",16715,25373,3,1218,2783 -"70746",16715,27742,3,1218,2700 -"70747",16715,27914,3,1218,2507 -"70748",16715,28869,2,1218,2425 -"70749",16715,29116,3,1218,2128 -"70750",16715,30318,3,1218,2395 -"70751",16715,30525,3,1218,1964 -"70752",16715,31317,3,1218,1362 -"70753",16715,31335,3,1218,2351 -"70754",16715,31753,3,1218,1514 -"70755",16715,31868,3,1218,1993 -"70756",16715,32532,3,1218,2338 -"70757",16715,32560,3,1218,1258 -"70758",16715,32942,3,1218,2038 -"70759",16715,33341,3,1218,2338 -"70760",16715,35728,3,1218,2017 -"70761",16715,36183,3,1218,2117 -"70762",16715,36953,3,1218,2790 -"70763",16715,39534,3,1218,2410 -"70764",16715,40572,2,1218,2666 -"70765",16715,41023,3,1218,2408 -"70766",16715,41581,3,1218,1692 -"70767",16715,45729,3,1218,2606 -"70768",16715,45869,2,1218,2840 -"70769",16715,46486,3,1218,1868 -"70770",16715,53739,3,1218,2704 -"70771",16715,54775,3,1218,2383 -"70772",16715,56995,3,1218,2323 -"70773",16715,60217,3,1218,1634 -"70774",16715,61125,3,1218,1673 -"70775",16715,70101,3,1218,2414 -"70776",16715,78740,3,1218,1515 -"70777",16715,80156,2,1218,1667 -"70778",16715,92860,3,1218,1643 -"70779",16715,115021,3,1218,1226 -"70780",16725,6996,3,2830,2916 -"70781",16725,53293,3,2830,2916 -"70782",16727,1262,3,2164,2973 -"70783",16727,3488,3,2164,2351 -"70784",16727,7078,3,2164,2344 -"70785",16727,13732,3,2164,2789 -"70786",16727,16725,1,2164,2830 -"70787",16727,18151,3,2164,2962 -"70788",16727,21193,2,2164,2490 -"70789",16727,26865,3,2164,2726 -"70790",16727,30081,3,2164,2403 -"70791",16727,34327,3,2164,2959 -"70792",16727,36559,3,2164,2473 -"70793",16727,36950,3,2164,2204 -"70794",16727,47947,3,2164,2681 -"70795",16727,57549,3,2164,2335 -"70796",16727,61458,3,2164,2630 -"70797",16750,7615,3,1225,1657 -"70798",16750,11516,3,1225,1937 -"70799",16750,13068,3,1225,1778 -"70800",16750,14959,3,1225,2898 -"70801",16750,17645,3,1225,1918 -"70802",16750,25378,3,1225,1245 -"70803",16750,27280,2,1225,1965 -"70804",16750,27391,1,1225,2378 -"70805",16750,28501,3,1225,2242 -"70806",16750,29818,3,1225,1677 -"70807",16750,31216,3,1225,1244 -"70808",16750,31235,3,1225,2668 -"70809",16750,32920,3,1225,2158 -"70810",16750,58745,3,1225,1920 -"70811",16750,63644,3,1225,1267 -"70812",16750,83862,3,1225,2026 -"70813",16750,100432,3,1225,1358 -"70814",16750,107496,3,1225,1572 -"70815",16751,19364,3,2301,2846 -"70816",16751,22709,3,2301,2743 -"70817",16751,39906,3,2301,2365 -"70818",16751,60879,3,2301,2792 -"70819",16756,64534,3,2499,2924 -"70820",16757,3271,3,1755,2216 -"70821",16757,5813,3,1755,2088 -"70822",16757,7123,3,1755,1964 -"70823",16757,9088,3,1755,1881 -"70824",16757,9272,3,1755,2835 -"70825",16757,17925,3,1755,2385 -"70826",16757,22389,3,1755,2034 -"70827",16757,31990,3,1755,2264 -"70828",16757,32629,3,1755,1789 -"70829",16757,32724,2,1755,2581 -"70830",16757,32939,3,1755,2277 -"70831",16757,37801,3,1755,2578 -"70832",16757,43226,3,1755,2442 -"70833",16757,44312,3,1755,2741 -"70834",16757,48110,3,1755,2009 -"70835",16757,48931,3,1755,2444 -"70836",16757,53445,2,1755,2028 -"70837",16757,57804,2,1755,2214 -"70838",16757,58508,3,1755,2326 -"70839",16757,69335,3,1755,2698 -"70840",16757,83264,3,1755,1922 -"70841",16771,5235,3,1541,2324 -"70842",16771,7206,3,1541,1959 -"70843",16771,8525,3,1541,1787 -"70844",16771,9723,3,1541,2302 -"70845",16771,9808,1,1541,1648 -"70846",16771,23890,3,1541,1810 -"70847",16771,35264,3,1541,2329 -"70848",16771,49621,3,1541,1915 -"70849",16771,50440,3,1541,2469 -"70850",16771,56737,3,1541,2270 -"70851",16771,77785,3,1541,1595 -"70852",16776,2452,3,1565,1715 -"70853",16776,3271,3,1565,2216 -"70854",16776,6821,3,1565,1788 -"70855",16776,10373,3,1565,2436 -"70856",16776,14586,3,1565,2801 -"70857",16776,16437,2,1565,1956 -"70858",16776,19934,3,1565,2888 -"70859",16776,20894,3,1565,2214 -"70860",16776,28051,3,1565,2089 -"70861",16776,30865,3,1565,2038 -"70862",16776,37752,2,1565,2223 -"70863",16776,38259,3,1565,2258 -"70864",16776,38373,3,1565,1928 -"70865",16776,39875,3,1565,2422 -"70866",16776,46570,2,1565,1707 -"70867",16776,49558,3,1565,2083 -"70868",16776,57356,3,1565,2476 -"70869",16776,59039,3,1565,2870 -"70870",16776,63641,3,1565,2337 -"70871",16776,63654,3,1565,2310 -"70872",16776,65188,3,1565,2213 -"70873",16776,71217,3,1565,2169 -"70874",16776,74474,3,1565,2338 -"70875",16776,80506,3,1565,1920 -"70876",16777,1897,3,834,1727 -"70877",16777,2093,3,834,2459 -"70878",16777,2221,3,834,2092 -"70879",16777,2288,3,834,1870 -"70880",16777,2349,3,834,1288 -"70881",16777,2484,3,834,2389 -"70882",16777,2747,3,834,2411 -"70883",16777,2759,3,834,2030 -"70884",16777,3271,3,834,2216 -"70885",16777,3317,3,834,2037 -"70886",16777,3477,3,834,2546 -"70887",16777,4730,3,834,2131 -"70888",16777,5055,3,834,1796 -"70889",16777,6063,3,834,2349 -"70890",16777,6133,3,834,1229 -"70891",16777,6824,2,834,2680 -"70892",16777,7254,3,834,1849 -"70893",16777,7269,3,834,1728 -"70894",16777,7433,3,834,2255 -"70895",16777,8984,3,834,1162 -"70896",16777,9272,3,834,2835 -"70897",16777,9861,3,834,2680 -"70898",16777,10495,3,834,2230 -"70899",16777,10638,1,834,2692 -"70900",16777,10914,2,834,1660 -"70901",16777,11381,2,834,1638 -"70902",16777,11506,2,834,2824 -"70903",16777,12779,3,834,936 -"70904",16777,15826,3,834,2772 -"70905",16777,16594,3,834,1755 -"70906",16777,17146,3,834,1252 -"70907",16777,17520,3,834,2276 -"70908",16777,18217,3,834,1566 -"70909",16777,18571,3,834,2128 -"70910",16777,18943,2,834,2861 -"70911",16777,20007,2,834,2971 -"70912",16777,20432,3,834,1727 -"70913",16777,21180,3,834,2762 -"70914",16777,21463,3,834,2437 -"70915",16777,21741,3,834,1574 -"70916",16777,22462,3,834,869 -"70917",16777,23513,2,834,900 -"70918",16777,26713,3,834,1235 -"70919",16777,27008,1,834,911 -"70920",16777,27783,3,834,2302 -"70921",16777,28582,3,834,2698 -"70922",16777,31164,2,834,1996 -"70923",16777,32449,2,834,2091 -"70924",16777,33223,3,834,2397 -"70925",16777,34162,3,834,2336 -"70926",16777,34776,3,834,1281 -"70927",16777,35477,3,834,2703 -"70928",16777,36136,2,834,2338 -"70929",16777,38921,3,834,1880 -"70930",16777,39105,3,834,2487 -"70931",16777,40542,3,834,1664 -"70932",16777,41978,3,834,2824 -"70933",16777,42264,3,834,1702 -"70934",16777,42914,3,834,1737 -"70935",16777,43226,3,834,2442 -"70936",16777,44636,3,834,1026 -"70937",16777,46501,3,834,845 -"70938",16777,46951,3,834,2429 -"70939",16777,47384,3,834,1639 -"70940",16777,48110,3,834,2009 -"70941",16777,50252,3,834,2001 -"70942",16777,53013,2,834,2523 -"70943",16777,53697,3,834,1909 -"70944",16777,54890,3,834,877 -"70945",16777,55604,3,834,2342 -"70946",16777,56275,3,834,2152 -"70947",16777,56338,2,834,1818 -"70948",16777,58508,3,834,2326 -"70949",16777,59039,3,834,2870 -"70950",16777,60979,3,834,1758 -"70951",16777,65316,3,834,1020 -"70952",16777,66911,2,834,1920 -"70953",16777,68592,3,834,2551 -"70954",16777,69335,2,834,2698 -"70955",16777,73107,3,834,1918 -"70956",16777,75955,3,834,866 -"70957",16777,76132,3,834,2426 -"70958",16777,76675,3,834,1840 -"70959",16777,77397,3,834,1302 -"70960",16777,80301,3,834,1690 -"70961",16777,85778,2,834,1040 -"70962",16777,87270,3,834,913 -"70963",16777,93208,3,834,1324 -"70964",16777,94926,3,834,1611 -"70965",16777,104306,2,834,1665 -"70966",16796,680,3,1892,2569 -"70967",16796,1519,3,1892,2349 -"70968",16796,2852,3,1892,2448 -"70969",16796,3403,3,1892,2951 -"70970",16796,6063,3,1892,2349 -"70971",16796,8865,3,1892,2394 -"70972",16796,8890,3,1892,1955 -"70973",16796,12759,3,1892,2414 -"70974",16796,14817,3,1892,2110 -"70975",16796,15826,3,1892,2772 -"70976",16796,17037,3,1892,2947 -"70977",16796,26124,3,1892,2356 -"70978",16796,27742,3,1892,2700 -"70979",16796,28837,3,1892,2286 -"70980",16796,30368,2,1892,2487 -"70981",16796,31542,2,1892,2459 -"70982",16796,35456,3,1892,2358 -"70983",16796,37636,3,1892,2178 -"70984",16796,39062,3,1892,2020 -"70985",16796,47595,3,1892,2374 -"70986",16796,56569,3,1892,1993 -"70987",16796,58655,2,1892,2685 -"70988",16801,3271,3,2008,2216 -"70989",16801,3961,3,2008,2426 -"70990",16801,5239,3,2008,2875 -"70991",16801,7984,2,2008,2493 -"70992",16801,9272,3,2008,2835 -"70993",16801,11477,2,2008,2724 -"70994",16801,11620,3,2008,2010 -"70995",16801,13780,3,2008,2412 -"70996",16801,16826,3,2008,2599 -"70997",16801,20067,3,2008,2390 -"70998",16801,20124,3,2008,2376 -"70999",16801,23223,3,2008,2094 -"71000",16801,25486,3,2008,2582 -"71001",16801,29095,3,2008,2531 -"71002",16801,30747,3,2008,2455 -"71003",16801,33801,2,2008,2899 -"71004",16801,34158,3,2008,2639 -"71005",16801,36862,3,2008,2655 -"71006",16801,43226,3,2008,2442 -"71007",16801,46040,3,2008,2105 -"71008",16801,48110,3,2008,2009 -"71009",16801,53475,3,2008,2853 -"71010",16801,55139,3,2008,2323 -"71011",16801,56237,3,2008,2625 -"71012",16801,58164,3,2008,2398 -"71013",16801,58508,3,2008,2326 -"71014",16801,69335,3,2008,2698 -"71015",16801,78150,2,2008,2581 -"71016",16801,92757,3,2008,2615 -"71017",16802,862,3,50,2254 -"71018",16802,4660,3,50,2149 -"71019",16802,12610,3,50,1274 -"71020",16802,31542,3,50,2459 -"71021",16802,35041,3,50,1311 -"71022",16802,63641,3,50,2337 -"71023",16802,66717,3,50,2104 -"71024",16802,72535,3,50,1191 -"71025",16802,94889,3,50,667 -"71026",16802,96007,3,50,895 -"71027",16806,14103,3,2074,2204 -"71028",16826,5239,3,2599,2875 -"71029",16826,5315,3,2599,2631 -"71030",16826,9272,3,2599,2835 -"71031",16826,11456,3,2599,2715 -"71032",16826,13929,3,2599,2693 -"71033",16826,15309,3,2599,2820 -"71034",16826,16352,3,2599,2657 -"71035",16826,21138,2,2599,2849 -"71036",16826,33801,3,2599,2899 -"71037",16826,34158,2,2599,2639 -"71038",16826,34480,3,2599,2755 -"71039",16826,37418,3,2599,2710 -"71040",16826,44676,2,2599,2629 -"71041",16826,53475,3,2599,2853 -"71042",16826,54929,3,2599,2783 -"71043",16826,57977,3,2599,2683 -"71044",16826,69335,3,2599,2698 -"71045",16826,92757,3,2599,2615 -"71046",16833,4032,3,1661,1763 -"71047",16833,6432,3,1661,2297 -"71048",16833,9050,1,1661,2026 -"71049",16833,9727,3,1661,2327 -"71050",16833,11135,2,1661,2441 -"71051",16833,14754,3,1661,2456 -"71052",16833,15502,2,1661,2637 -"71053",16833,16566,1,1661,2019 -"71054",16833,19687,3,1661,2072 -"71055",16833,19972,3,1661,2078 -"71056",16833,21895,3,1661,1693 -"71057",16833,23639,3,1661,2065 -"71058",16833,28081,3,1661,1927 -"71059",16833,29824,2,1661,2772 -"71060",16833,45487,3,1661,2256 -"71061",16833,61513,3,1661,2948 -"71062",16833,76604,2,1661,2590 -"71063",16833,78910,3,1661,1931 -"71064",16833,80680,3,1661,2403 -"71065",16833,104659,1,1661,2026 -"71066",16835,270,2,1739,2542 -"71067",16835,2111,3,1739,1904 -"71068",16835,2424,2,1739,2582 -"71069",16835,2533,3,1739,2016 -"71070",16835,2759,3,1739,2030 -"71071",16835,3305,3,1739,2839 -"71072",16835,3317,3,1739,2037 -"71073",16835,4953,3,1739,2285 -"71074",16835,6588,3,1739,2025 -"71075",16835,11006,3,1739,1950 -"71076",16835,11440,3,1739,2026 -"71077",16835,13307,3,1739,2206 -"71078",16835,14252,3,1739,2244 -"71079",16835,15813,3,1739,2143 -"71080",16835,17365,3,1739,2746 -"71081",16835,18394,3,1739,2356 -"71082",16835,19248,3,1739,2357 -"71083",16835,19622,3,1739,2371 -"71084",16835,19719,3,1739,2177 -"71085",16835,21012,3,1739,2325 -"71086",16835,21285,3,1739,2100 -"71087",16835,23715,3,1739,1859 -"71088",16835,38307,3,1739,2648 -"71089",16835,41945,3,1739,2856 -"71090",16835,43455,2,1739,2846 -"71091",16835,46629,2,1739,2255 -"71092",16835,51041,3,1739,2606 -"71093",16835,51866,3,1739,2411 -"71094",16835,52576,3,1739,2234 -"71095",16835,61337,3,1739,2777 -"71096",16835,61982,2,1739,2725 -"71097",16835,62841,3,1739,2710 -"71098",16835,66318,3,1739,2803 -"71099",16835,66677,3,1739,2151 -"71100",16835,76892,3,1739,2381 -"71101",16850,145,3,1657,1998 -"71102",16850,1692,3,1657,2443 -"71103",16850,1846,3,1657,1845 -"71104",16850,2057,3,1657,1965 -"71105",16850,2093,3,1657,2459 -"71106",16850,2226,3,1657,2225 -"71107",16850,2936,2,1657,2512 -"71108",16850,3978,3,1657,2775 -"71109",16850,4681,3,1657,2356 -"71110",16850,4929,3,1657,2240 -"71111",16850,5235,2,1657,2324 -"71112",16850,6324,3,1657,1990 -"71113",16850,6821,3,1657,1788 -"71114",16850,8238,3,1657,2222 -"71115",16850,8842,3,1657,2535 -"71116",16850,9272,3,1657,2835 -"71117",16850,9311,3,1657,2477 -"71118",16850,9331,3,1657,2269 -"71119",16850,9423,2,1657,1708 -"71120",16850,9723,1,1657,2302 -"71121",16850,11239,2,1657,2181 -"71122",16850,12081,2,1657,2166 -"71123",16850,12729,3,1657,1835 -"71124",16850,13324,3,1657,2163 -"71125",16850,14507,3,1657,2686 -"71126",16850,14918,3,1657,2071 -"71127",16850,15008,3,1657,2338 -"71128",16850,15729,3,1657,2338 -"71129",16850,17351,3,1657,2036 -"71130",16850,17549,3,1657,2647 -"71131",16850,17632,3,1657,1947 -"71132",16850,17867,3,1657,1904 -"71133",16850,18394,3,1657,2356 -"71134",16850,18670,1,1657,1835 -"71135",16850,19215,1,1657,2604 -"71136",16850,19364,2,1657,2846 -"71137",16850,20331,3,1657,2365 -"71138",16850,21079,3,1657,1997 -"71139",16850,22580,1,1657,2245 -"71140",16850,22682,1,1657,2035 -"71141",16850,22709,1,1657,2743 -"71142",16850,23460,3,1657,2183 -"71143",16850,23825,3,1657,1913 -"71144",16850,24169,3,1657,1663 -"71145",16850,24256,3,1657,2393 -"71146",16850,24825,3,1657,2686 -"71147",16850,27195,3,1657,2158 -"71148",16850,27796,2,1657,2151 -"71149",16850,28432,3,1657,1954 -"71150",16850,29289,3,1657,1756 -"71151",16850,31159,2,1657,2231 -"71152",16850,31295,3,1657,2183 -"71153",16850,31705,2,1657,2706 -"71154",16850,32047,3,1657,1858 -"71155",16850,34707,3,1657,2042 -"71156",16850,34831,2,1657,1866 -"71157",16850,34921,2,1657,2181 -"71158",16850,35477,3,1657,2703 -"71159",16850,35888,3,1657,2291 -"71160",16850,37859,3,1657,1999 -"71161",16850,38307,3,1657,2648 -"71162",16850,39464,3,1657,2314 -"71163",16850,39534,3,1657,2410 -"71164",16850,39906,3,1657,2365 -"71165",16850,41900,3,1657,1970 -"71166",16850,41945,3,1657,2856 -"71167",16850,42783,3,1657,2338 -"71168",16850,44688,3,1657,2924 -"71169",16850,45239,3,1657,2535 -"71170",16850,45473,2,1657,2540 -"71171",16850,45545,3,1657,1776 -"71172",16850,46680,3,1657,1690 -"71173",16850,48035,3,1657,2180 -"71174",16850,49347,3,1657,2504 -"71175",16850,50113,3,1657,2059 -"71176",16850,52215,3,1657,1908 -"71177",16850,52597,2,1657,1773 -"71178",16850,53809,3,1657,1956 -"71179",16850,53995,3,1657,2151 -"71180",16850,60879,3,1657,2792 -"71181",16850,60974,3,1657,2972 -"71182",16850,63477,2,1657,1907 -"71183",16850,68314,3,1657,2180 -"71184",16850,70573,3,1657,1993 -"71185",16850,73553,3,1657,2726 -"71186",16850,77077,3,1657,2693 -"71187",16850,79413,3,1657,2224 -"71188",16850,82819,3,1657,1900 -"71189",16850,94640,2,1657,2344 -"71190",16850,109978,3,1657,1865 -"71191",16863,3493,2,2069,2451 -"71192",16863,5622,3,2069,2175 -"71193",16863,7180,3,2069,2227 -"71194",16863,8088,3,2069,2220 -"71195",16863,10857,3,2069,2253 -"71196",16863,22260,3,2069,2137 -"71197",16863,43213,3,2069,2160 -"71198",16863,45684,3,2069,2200 -"71199",16863,46982,3,2069,2806 -"71200",16863,51144,3,2069,2466 -"71201",16863,54551,3,2069,2348 -"71202",16863,56082,3,2069,2395 -"71203",16863,64947,3,2069,2489 -"71204",16863,72207,3,2069,2430 -"71205",16864,364,3,814,2351 -"71206",16864,782,2,814,945 -"71207",16864,1519,3,814,2349 -"71208",16864,2852,3,814,2448 -"71209",16864,2936,3,814,2512 -"71210",16864,3254,3,814,1258 -"71211",16864,4361,3,814,2571 -"71212",16864,4612,2,814,2804 -"71213",16864,4669,3,814,2395 -"71214",16864,4983,3,814,1909 -"71215",16864,5106,3,814,2622 -"71216",16864,5897,3,814,2337 -"71217",16864,7785,2,814,2441 -"71218",16864,7942,3,814,2623 -"71219",16864,8062,3,814,2858 -"71220",16864,10453,3,814,1656 -"71221",16864,11108,2,814,1609 -"71222",16864,11429,3,814,2520 -"71223",16864,11585,3,814,1817 -"71224",16864,11648,3,814,2852 -"71225",16864,12781,3,814,831 -"71226",16864,12948,3,814,2669 -"71227",16864,13296,3,814,839 -"71228",16864,14749,3,814,1998 -"71229",16864,14781,3,814,2338 -"71230",16864,16501,3,814,1650 -"71231",16864,16715,3,814,1218 -"71232",16864,17033,1,814,2771 -"71233",16864,17645,3,814,1918 -"71234",16864,18978,1,814,952 -"71235",16864,20395,3,814,1468 -"71236",16864,21810,3,814,1579 -"71237",16864,23131,3,814,1732 -"71238",16864,23966,3,814,891 -"71239",16864,26793,3,814,2104 -"71240",16864,27545,3,814,855 -"71241",16864,27742,1,814,2700 -"71242",16864,27914,2,814,2507 -"71243",16864,28203,3,814,2117 -"71244",16864,28869,3,814,2425 -"71245",16864,28904,3,814,926 -"71246",16864,30525,2,814,1964 -"71247",16864,31868,3,814,1993 -"71248",16864,32532,2,814,2338 -"71249",16864,32560,2,814,1258 -"71250",16864,32651,2,814,877 -"71251",16864,33341,3,814,2338 -"71252",16864,33681,3,814,1059 -"71253",16864,33870,2,814,955 -"71254",16864,34892,3,814,2309 -"71255",16864,35573,3,814,2084 -"71256",16864,35797,3,814,2482 -"71257",16864,36487,3,814,2622 -"71258",16864,36737,2,814,829 -"71259",16864,37351,3,814,978 -"71260",16864,40309,3,814,871 -"71261",16864,40572,3,814,2666 -"71262",16864,41023,3,814,2408 -"71263",16864,45869,3,814,2840 -"71264",16864,56995,3,814,2323 -"71265",16864,57912,3,814,1035 -"71266",16864,58655,2,814,2685 -"71267",16864,59039,3,814,2870 -"71268",16864,65522,3,814,1572 -"71269",16864,68539,3,814,1158 -"71270",16864,68931,2,814,2771 -"71271",16864,70583,3,814,2615 -"71272",16864,71467,3,814,1051 -"71273",16864,76007,3,814,918 -"71274",16864,80156,2,814,1667 -"71275",16864,85396,2,814,1131 -"71276",16864,87289,3,814,1279 -"71277",16864,91849,2,814,1166 -"71278",16864,92860,3,814,1643 -"71279",16864,95910,3,814,999 -"71280",16864,101367,3,814,974 -"71281",16864,115021,2,814,1226 -"71282",16866,5120,3,2718,2735 -"71283",16866,6262,3,2718,2733 -"71284",16866,7252,3,2718,2799 -"71285",16866,26642,2,2718,2952 -"71286",16866,26865,3,2718,2726 -"71287",16866,27686,3,2718,2844 -"71288",16866,29454,3,2718,2719 -"71289",16866,29977,3,2718,2781 -"71290",16866,31089,3,2718,2952 -"71291",16866,36270,2,2718,2910 -"71292",16866,36646,3,2718,2744 -"71293",16866,41134,3,2718,2952 -"71294",16866,43673,3,2718,2787 -"71295",16866,44312,3,2718,2741 -"71296",16866,44688,3,2718,2924 -"71297",16869,17672,3,1985,1987 -"71298",16869,34431,3,1985,2319 -"71299",16877,5120,3,2509,2735 -"71300",16881,613,2,925,2687 -"71301",16881,669,1,925,1423 -"71302",16881,854,3,925,2307 -"71303",16881,997,2,925,2788 -"71304",16881,1831,3,925,2397 -"71305",16881,1875,3,925,1786 -"71306",16881,2269,3,925,984 -"71307",16881,2765,3,925,2321 -"71308",16881,3011,3,925,2278 -"71309",16881,3242,3,925,1730 -"71310",16881,4665,3,925,1569 -"71311",16881,4696,3,925,2656 -"71312",16881,4705,3,925,1714 -"71313",16881,5078,3,925,2033 -"71314",16881,5839,2,925,2301 -"71315",16881,6241,2,925,2264 -"71316",16881,7858,3,925,1795 -"71317",16881,7861,2,925,1647 -"71318",16881,8621,3,925,1681 -"71319",16881,8866,3,925,1545 -"71320",16881,9362,2,925,2879 -"71321",16881,9481,3,925,1610 -"71322",16881,9503,3,925,2453 -"71323",16881,9615,3,925,2464 -"71324",16881,9702,2,925,1928 -"71325",16881,10746,1,925,1506 -"71326",16881,10859,2,925,2231 -"71327",16881,11208,3,925,1161 -"71328",16881,11351,3,925,2971 -"71329",16881,11456,3,925,2715 -"71330",16881,12484,3,925,2344 -"71331",16881,12542,1,925,1888 -"71332",16881,12929,2,925,2656 -"71333",16881,13699,2,925,1355 -"71334",16881,15632,3,925,1242 -"71335",16881,15734,3,925,1616 -"71336",16881,17906,3,925,1940 -"71337",16881,19174,3,925,1595 -"71338",16881,19183,2,925,1257 -"71339",16881,19199,3,925,2263 -"71340",16881,19655,3,925,2706 -"71341",16881,19686,3,925,2467 -"71342",16881,19718,3,925,1702 -"71343",16881,19813,3,925,1744 -"71344",16881,20124,3,925,2376 -"71345",16881,20563,3,925,2267 -"71346",16881,21207,3,925,1258 -"71347",16881,21248,3,925,2232 -"71348",16881,21448,3,925,2332 -"71349",16881,21719,3,925,2708 -"71350",16881,22714,3,925,2793 -"71351",16881,24240,3,925,1755 -"71352",16881,24286,3,925,1280 -"71353",16881,24405,2,925,1443 -"71354",16881,24648,3,925,1833 -"71355",16881,24825,3,925,2686 -"71356",16881,25480,3,925,2747 -"71357",16881,26234,3,925,2183 -"71358",16881,27104,3,925,1608 -"71359",16881,28051,3,925,2089 -"71360",16881,28892,3,925,2023 -"71361",16881,29456,3,925,1182 -"71362",16881,29473,3,925,2602 -"71363",16881,33052,3,925,2251 -"71364",16881,33356,3,925,1586 -"71365",16881,33433,3,925,2805 -"71366",16881,33991,2,925,2249 -"71367",16881,34509,3,925,1973 -"71368",16881,35069,2,925,2069 -"71369",16881,35360,1,925,2043 -"71370",16881,35888,3,925,2291 -"71371",16881,36646,3,925,2744 -"71372",16881,37351,3,925,978 -"71373",16881,39278,2,925,1952 -"71374",16881,40493,3,925,1981 -"71375",16881,40913,3,925,1800 -"71376",16881,42216,3,925,2722 -"71377",16881,42474,3,925,2322 -"71378",16881,42642,3,925,2257 -"71379",16881,45302,3,925,2390 -"71380",16881,46040,3,925,2105 -"71381",16881,47362,3,925,2253 -"71382",16881,49265,3,925,2686 -"71383",16881,49560,3,925,1679 -"71384",16881,51035,3,925,2397 -"71385",16881,53219,3,925,2973 -"71386",16881,57380,3,925,2362 -"71387",16881,57405,3,925,2344 -"71388",16881,57977,3,925,2683 -"71389",16881,58745,3,925,1920 -"71390",16881,59891,3,925,2706 -"71391",16881,62832,1,925,2606 -"71392",16881,63077,3,925,2778 -"71393",16881,64232,3,925,1275 -"71394",16881,66124,3,925,2174 -"71395",16881,67252,3,925,1215 -"71396",16881,69591,3,925,2294 -"71397",16881,71219,3,925,967 -"71398",16881,72147,2,925,1075 -"71399",16881,73313,3,925,958 -"71400",16881,74058,3,925,1151 -"71401",16881,74370,3,925,1667 -"71402",16881,78932,3,925,981 -"71403",16881,81014,2,925,1925 -"71404",16881,84567,3,925,2767 -"71405",16881,84790,3,925,1708 -"71406",16881,84799,2,925,2656 -"71407",16881,84942,3,925,1467 -"71408",16881,85736,2,925,1601 -"71409",16881,86107,3,925,1960 -"71410",16881,86152,3,925,1944 -"71411",16881,93102,2,925,1174 -"71412",16891,6078,3,432,498 -"71413",16891,9912,3,432,1356 -"71414",16891,11135,3,432,2441 -"71415",16891,19687,3,432,2072 -"71416",16891,20413,3,432,806 -"71417",16891,23639,3,432,2065 -"71418",16891,26567,3,432,1158 -"71419",16891,28567,3,432,2398 -"71420",16891,42195,2,432,573 -"71421",16891,47330,3,432,2422 -"71422",16891,48764,3,432,860 -"71423",16891,56673,3,432,2419 -"71424",16891,68670,2,432,565 -"71425",16891,81134,3,432,1384 -"71426",16891,92381,3,432,1237 -"71427",16891,98003,3,432,573 -"71428",16891,104542,3,432,897 -"71429",16891,106554,2,432,1270 -"71430",16896,3896,3,2223,2693 -"71431",16896,12560,2,2223,2565 -"71432",16896,14353,3,2223,2878 -"71433",16896,15444,3,2223,2764 -"71434",16896,17027,1,2223,2772 -"71435",16896,20067,3,2223,2390 -"71436",16896,26582,3,2223,2772 -"71437",16896,27027,3,2223,2285 -"71438",16896,44268,3,2223,2436 -"71439",16896,47145,2,2223,2809 -"71440",16896,47263,2,2223,2442 -"71441",16896,59140,3,2223,2528 -"71442",16896,64457,2,2223,2883 -"71443",16896,68652,3,2223,2878 -"71444",16896,70232,3,2223,2401 -"71445",16896,76356,3,2223,2323 -"71446",16910,1624,3,1978,2687 -"71447",16910,6747,2,1978,2913 -"71448",16910,14612,3,1978,2340 -"71449",16910,14772,2,1978,2386 -"71450",16910,14957,3,1978,2306 -"71451",16910,20469,3,1978,2125 -"71452",16910,25530,3,1978,2884 -"71453",16910,42382,3,1978,2224 -"71454",16910,46049,2,1978,2102 -"71455",16910,47607,3,1978,2724 -"71456",16910,53584,3,1978,2391 -"71457",16910,56396,3,1978,2408 -"71458",16910,60966,3,1978,2734 -"71459",16910,64628,3,1978,2829 -"71460",16910,73266,3,1978,2496 -"71461",16935,2282,3,441,2056 -"71462",16935,2370,3,441,1600 -"71463",16935,2506,1,441,954 -"71464",16935,2588,3,441,552 -"71465",16935,2927,3,441,1789 -"71466",16935,4249,3,441,2547 -"71467",16935,4784,2,441,2511 -"71468",16935,5637,2,441,1976 -"71469",16935,6020,2,441,1864 -"71470",16935,6999,3,441,2214 -"71471",16935,7118,3,441,966 -"71472",16935,7310,2,441,636 -"71473",16935,8607,3,441,1685 -"71474",16935,9656,2,441,1135 -"71475",16935,11858,3,441,1530 -"71476",16935,13034,1,441,698 -"71477",16935,13340,3,441,1918 -"71478",16935,13595,3,441,1164 -"71479",16935,14172,3,441,1923 -"71480",16935,14957,3,441,2306 -"71481",16935,15281,3,441,810 -"71482",16935,15782,3,441,2306 -"71483",16935,16963,3,441,1999 -"71484",16935,17499,2,441,2954 -"71485",16935,17695,3,441,1930 -"71486",16935,19542,3,441,570 -"71487",16935,20038,3,441,1531 -"71488",16935,21358,2,441,1970 -"71489",16935,23550,3,441,2939 -"71490",16935,23560,3,441,2051 -"71491",16935,24044,3,441,1076 -"71492",16935,25286,3,441,1545 -"71493",16935,28648,3,441,1586 -"71494",16935,29778,1,441,840 -"71495",16935,34274,2,441,1437 -"71496",16935,35317,3,441,1888 -"71497",16935,36892,3,441,643 -"71498",16935,37684,3,441,2899 -"71499",16935,40510,3,441,943 -"71500",16935,41489,3,441,2006 -"71501",16935,42407,3,441,2408 -"71502",16935,43725,3,441,935 -"71503",16935,43768,3,441,1468 -"71504",16935,45297,3,441,1864 -"71505",16935,45562,3,441,623 -"71506",16935,48781,3,441,954 -"71507",16935,48823,3,441,2080 -"71508",16935,52179,3,441,1572 -"71509",16935,52530,3,441,1737 -"71510",16935,54488,3,441,2357 -"71511",16935,54816,3,441,592 -"71512",16935,55325,3,441,653 -"71513",16935,59906,3,441,865 -"71514",16935,60463,3,441,1583 -"71515",16935,60836,3,441,1880 -"71516",16935,63631,3,441,763 -"71517",16935,66756,3,441,1301 -"71518",16935,68813,3,441,2511 -"71519",16935,70011,3,441,2690 -"71520",16935,71307,3,441,761 -"71521",16935,73520,1,441,2613 -"71522",16935,74054,3,441,1488 -"71523",16935,77719,3,441,2086 -"71524",16935,78257,2,441,590 -"71525",16935,78277,3,441,1937 -"71526",16935,79699,3,441,1735 -"71527",16935,80186,3,441,2228 -"71528",16935,80970,3,441,2069 -"71529",16935,82280,3,441,619 -"71530",16935,84235,3,441,1639 -"71531",16935,84590,3,441,1734 -"71532",16935,85065,3,441,1585 -"71533",16935,93553,3,441,2537 -"71534",16935,93642,2,441,1120 -"71535",16935,94808,3,441,988 -"71536",16935,100231,3,441,998 -"71537",16935,108467,3,441,2170 -"71538",16940,145,3,1290,1998 -"71539",16940,270,3,1290,2542 -"71540",16940,380,3,1290,2261 -"71541",16940,913,3,1290,2144 -"71542",16940,1102,3,1290,2282 -"71543",16940,1616,3,1290,2662 -"71544",16940,1639,3,1290,2631 -"71545",16940,2322,3,1290,1645 -"71546",16940,2424,2,1290,2582 -"71547",16940,2484,3,1290,2389 -"71548",16940,2533,3,1290,2016 -"71549",16940,3161,3,1290,2229 -"71550",16940,3271,3,1290,2216 -"71551",16940,3305,3,1290,2839 -"71552",16940,3306,3,1290,1989 -"71553",16940,3748,3,1290,2052 -"71554",16940,3801,3,1290,1974 -"71555",16940,5622,3,1290,2175 -"71556",16940,6363,3,1290,2066 -"71557",16940,8866,3,1290,1545 -"71558",16940,8888,2,1290,1328 -"71559",16940,9272,3,1290,2835 -"71560",16940,9311,3,1290,2477 -"71561",16940,9364,2,1290,1698 -"71562",16940,9805,3,1290,1621 -"71563",16940,10513,2,1290,2284 -"71564",16940,10857,3,1290,2253 -"71565",16940,10874,3,1290,1891 -"71566",16940,11006,3,1290,1950 -"71567",16940,12373,3,1290,1567 -"71568",16940,14655,3,1290,2559 -"71569",16940,15813,3,1290,2143 -"71570",16940,16201,3,1290,1811 -"71571",16940,16332,3,1290,2668 -"71572",16940,17931,3,1290,1617 -"71573",16940,19248,3,1290,2357 -"71574",16940,19719,3,1290,2177 -"71575",16940,20124,3,1290,2376 -"71576",16940,20311,3,1290,1981 -"71577",16940,20975,2,1290,1305 -"71578",16940,21197,3,1290,1437 -"71579",16940,21285,3,1290,2100 -"71580",16940,21693,3,1290,2176 -"71581",16940,22141,2,1290,2348 -"71582",16940,22282,3,1290,1418 -"71583",16940,22326,3,1290,2818 -"71584",16940,22362,3,1290,1836 -"71585",16940,22586,3,1290,1341 -"71586",16940,22884,3,1290,1608 -"71587",16940,23727,3,1290,1734 -"71588",16940,23729,2,1290,1624 -"71589",16940,23970,3,1290,1624 -"71590",16940,25577,3,1290,1946 -"71591",16940,26749,2,1290,2965 -"71592",16940,27275,3,1290,2656 -"71593",16940,27390,3,1290,2425 -"71594",16940,27694,3,1290,2030 -"71595",16940,28015,2,1290,1624 -"71596",16940,31050,3,1290,1491 -"71597",16940,31235,3,1290,2668 -"71598",16940,33621,3,1290,1319 -"71599",16940,33949,3,1290,2489 -"71600",16940,34836,3,1290,2302 -"71601",16940,35095,3,1290,1502 -"71602",16940,35256,3,1290,2271 -"71603",16940,38019,2,1290,1870 -"71604",16940,38780,3,1290,2705 -"71605",16940,43173,2,1290,2895 -"71606",16940,43226,3,1290,2442 -"71607",16940,43385,3,1290,1623 -"71608",16940,43455,3,1290,2846 -"71609",16940,46629,3,1290,2255 -"71610",16940,47772,2,1290,2293 -"71611",16940,48110,3,1290,2009 -"71612",16940,49620,3,1290,1868 -"71613",16940,50685,3,1290,2008 -"71614",16940,51017,3,1290,2073 -"71615",16940,51022,3,1290,1499 -"71616",16940,52136,3,1290,1412 -"71617",16940,52576,1,1290,2234 -"71618",16940,53323,3,1290,2677 -"71619",16940,54551,3,1290,2348 -"71620",16940,55082,2,1290,1856 -"71621",16940,55139,2,1290,2323 -"71622",16940,55320,2,1290,1643 -"71623",16940,56082,3,1290,2395 -"71624",16940,56317,2,1290,2030 -"71625",16940,57714,3,1290,1391 -"71626",16940,58451,3,1290,1939 -"71627",16940,58508,2,1290,2326 -"71628",16940,61982,3,1290,2725 -"71629",16940,62538,3,1290,1656 -"71630",16940,62841,3,1290,2710 -"71631",16940,67222,3,1290,1332 -"71632",16940,69335,3,1290,2698 -"71633",16940,73128,3,1290,1549 -"71634",16940,76892,3,1290,2381 -"71635",16940,79322,3,1290,2770 -"71636",16940,80301,3,1290,1690 -"71637",16940,80825,3,1290,2315 -"71638",16940,81588,2,1290,1568 -"71639",16940,82949,3,1290,2077 -"71640",16940,84022,3,1290,2289 -"71641",16940,92491,3,1290,1968 -"71642",16940,98781,3,1290,1410 -"71643",16959,2057,2,888,1965 -"71644",16959,2985,3,888,2398 -"71645",16959,3830,3,888,1661 -"71646",16959,5462,3,888,2374 -"71647",16959,5599,2,888,1684 -"71648",16959,6047,3,888,2004 -"71649",16959,8865,3,888,2394 -"71650",16959,10576,3,888,974 -"71651",16959,11419,3,888,1408 -"71652",16959,12067,2,888,1213 -"71653",16959,14749,2,888,1998 -"71654",16959,15567,3,888,2671 -"71655",16959,15826,3,888,2772 -"71656",16959,16482,3,888,1958 -"71657",16959,17133,1,888,924 -"71658",16959,19433,3,888,2504 -"71659",16959,20124,3,888,2376 -"71660",16959,23825,3,888,1913 -"71661",16959,26336,3,888,1904 -"71662",16959,29473,2,888,2602 -"71663",16959,29997,3,888,1789 -"71664",16959,32606,2,888,2100 -"71665",16959,35004,3,888,1509 -"71666",16959,35715,3,888,2912 -"71667",16959,35873,3,888,1377 -"71668",16959,36514,3,888,1192 -"71669",16959,36912,3,888,2469 -"71670",16959,38513,3,888,914 -"71671",16959,38816,3,888,1225 -"71672",16959,39062,3,888,2020 -"71673",16959,40138,2,888,2719 -"71674",16959,41278,3,888,1873 -"71675",16959,51250,3,888,2683 -"71676",16959,57950,3,888,1529 -"71677",16959,61240,3,888,2651 -"71678",16959,65856,3,888,2504 -"71679",16959,68345,3,888,1095 -"71680",16959,71455,3,888,1702 -"71681",16959,73266,3,888,2496 -"71682",16959,76999,3,888,908 -"71683",16959,79432,3,888,1708 -"71684",16959,79878,3,888,1130 -"71685",16959,80606,3,888,2079 -"71686",16959,82023,3,888,992 -"71687",16959,117932,3,888,926 -"71688",16960,8258,3,480,1959 -"71689",16960,23179,3,480,1675 -"71690",16960,39627,3,480,546 -"71691",16960,71756,2,480,1202 -"71692",16963,2282,3,1999,2056 -"71693",16963,3158,2,1999,2762 -"71694",16963,3271,3,1999,2216 -"71695",16963,4249,3,1999,2547 -"71696",16963,4634,2,1999,2291 -"71697",16963,6223,3,1999,2363 -"71698",16963,6345,3,1999,2713 -"71699",16963,8463,2,1999,2466 -"71700",16963,9272,3,1999,2835 -"71701",16963,9724,3,1999,2713 -"71702",16963,10701,2,1999,2000 -"71703",16963,12966,2,1999,2011 -"71704",16963,14470,3,1999,2632 -"71705",16963,14490,3,1999,2291 -"71706",16963,14612,3,1999,2340 -"71707",16963,14957,2,1999,2306 -"71708",16963,15782,2,1999,2306 -"71709",16963,17499,3,1999,2954 -"71710",16963,19366,3,1999,2279 -"71711",16963,20695,3,1999,2526 -"71712",16963,26597,2,1999,2070 -"71713",16963,32169,3,1999,2504 -"71714",16963,36478,3,1999,2808 -"71715",16963,41489,3,1999,2006 -"71716",16963,42382,3,1999,2224 -"71717",16963,42390,3,1999,2937 -"71718",16963,43226,3,1999,2442 -"71719",16963,43701,2,1999,2400 -"71720",16963,47607,3,1999,2724 -"71721",16963,47882,3,1999,2769 -"71722",16963,48110,3,1999,2009 -"71723",16963,49142,2,1999,2289 -"71724",16963,53584,3,1999,2391 -"71725",16963,58508,3,1999,2326 -"71726",16963,66368,3,1999,2413 -"71727",16963,69335,3,1999,2698 -"71728",16963,71999,3,1999,2685 -"71729",16963,82217,3,1999,2441 -"71730",16969,4188,2,1917,2963 -"71731",16969,5937,3,1917,2392 -"71732",16969,6234,2,1917,2654 -"71733",16969,6800,3,1917,2053 -"71734",16969,15558,3,1917,2389 -"71735",16969,16477,3,1917,2069 -"71736",16969,19002,3,1917,2053 -"71737",16969,20011,3,1917,2826 -"71738",16969,23728,3,1917,2601 -"71739",16969,32079,3,1917,2315 -"71740",16969,41521,3,1917,2069 -"71741",16969,49913,3,1917,2444 -"71742",16969,53648,3,1917,2167 -"71743",16969,76505,3,1917,2123 -"71744",16970,3034,3,938,2601 -"71745",16970,7787,3,938,2314 -"71746",16970,11346,3,938,1924 -"71747",16970,12511,2,938,1298 -"71748",16970,17672,3,938,1987 -"71749",16970,27570,3,938,1559 -"71750",16970,78002,2,938,2271 -"71751",17021,388,3,1226,1594 -"71752",17021,671,3,1226,2328 -"71753",17021,1196,3,1226,1986 -"71754",17021,1386,3,1226,1901 -"71755",17021,1560,2,1226,2013 -"71756",17021,2370,3,1226,1600 -"71757",17021,2802,3,1226,1836 -"71758",17021,3714,2,1226,2605 -"71759",17021,5491,3,1226,2048 -"71760",17021,7499,3,1226,1803 -"71761",17021,8525,3,1226,1787 -"71762",17021,9716,3,1226,1929 -"71763",17021,10200,3,1226,2920 -"71764",17021,10250,3,1226,1606 -"71765",17021,11419,3,1226,1408 -"71766",17021,11429,3,1226,2520 -"71767",17021,11897,3,1226,1271 -"71768",17021,12035,3,1226,2721 -"71769",17021,12684,2,1226,2182 -"71770",17021,12973,3,1226,1569 -"71771",17021,13201,3,1226,2034 -"71772",17021,13929,3,1226,2693 -"71773",17021,14669,2,1226,2080 -"71774",17021,14709,3,1226,1901 -"71775",17021,15003,3,1226,2067 -"71776",17021,15343,1,1226,2125 -"71777",17021,17967,2,1226,2125 -"71778",17021,20469,3,1226,2125 -"71779",17021,21092,3,1226,1643 -"71780",17021,21417,2,1226,2422 -"71781",17021,21795,3,1226,2653 -"71782",17021,23301,2,1226,1611 -"71783",17021,23728,3,1226,2601 -"71784",17021,24086,3,1226,2663 -"71785",17021,24608,3,1226,1630 -"71786",17021,26865,3,1226,2726 -"71787",17021,29756,3,1226,2051 -"71788",17021,29791,3,1226,1986 -"71789",17021,33460,3,1226,2781 -"71790",17021,34311,3,1226,2213 -"71791",17021,34327,3,1226,2959 -"71792",17021,37342,3,1226,2649 -"71793",17021,38908,3,1226,1787 -"71794",17021,40392,3,1226,1878 -"71795",17021,41185,3,1226,1929 -"71796",17021,42618,3,1226,2316 -"71797",17021,45664,3,1226,2235 -"71798",17021,46602,3,1226,2786 -"71799",17021,49998,3,1226,2761 -"71800",17021,52950,3,1226,2716 -"71801",17021,55691,2,1226,2856 -"71802",17021,67836,3,1226,2195 -"71803",17021,68215,3,1226,2727 -"71804",17021,70046,3,1226,2624 -"71805",17021,73266,3,1226,2496 -"71806",17021,76997,3,1226,2223 -"71807",17021,77057,3,1226,1866 -"71808",17021,77095,3,1226,1622 -"71809",17021,85638,3,1226,2275 -"71810",17021,87198,3,1226,1462 -"71811",17027,1822,3,2772,2888 -"71812",17027,14353,2,2772,2878 -"71813",17027,33801,3,2772,2899 -"71814",17027,44654,3,2772,2916 -"71815",17027,47145,3,2772,2809 -"71816",17027,53475,3,2772,2853 -"71817",17027,64457,3,2772,2883 -"71818",17027,68652,2,2772,2878 -"71819",17027,117956,3,2772,2774 -"71820",17033,4612,3,2771,2804 -"71821",17033,6996,3,2771,2916 -"71822",17033,9785,3,2771,2951 -"71823",17033,9787,3,2771,2858 -"71824",17033,37400,3,2771,2860 -"71825",17033,53293,3,2771,2916 -"71826",17037,3403,3,2947,2951 -"71827",17037,9785,3,2947,2951 -"71828",17061,7794,3,2385,2972 -"71829",17061,24586,3,2385,2465 -"71830",17061,27623,3,2385,2970 -"71831",17061,38885,3,2385,2720 -"71832",17061,39534,3,2385,2410 -"71833",17061,48605,3,2385,2796 -"71834",17061,102186,3,2385,2937 -"71835",17097,854,3,1505,2307 -"71836",17097,1822,3,1505,2888 -"71837",17097,2972,3,1505,1708 -"71838",17097,3477,3,1505,2546 -"71839",17097,5392,3,1505,1648 -"71840",17097,6044,3,1505,2744 -"71841",17097,6063,3,1505,2349 -"71842",17097,6222,3,1505,1949 -"71843",17097,12388,2,1505,1975 -"71844",17097,13388,3,1505,2119 -"71845",17097,14353,2,1505,2878 -"71846",17097,14482,3,1505,1573 -"71847",17097,14564,2,1505,1581 -"71848",17097,14959,3,1505,2898 -"71849",17097,15444,2,1505,2764 -"71850",17097,16896,3,1505,2223 -"71851",17097,17027,2,1505,2772 -"71852",17097,18165,3,1505,2085 -"71853",17097,18217,3,1505,1566 -"71854",17097,19317,3,1505,2041 -"71855",17097,20067,2,1505,2390 -"71856",17097,21248,3,1505,2232 -"71857",17097,21706,3,1505,1988 -"71858",17097,21754,3,1505,1881 -"71859",17097,22403,1,1505,1630 -"71860",17097,23268,3,1505,2258 -"71861",17097,23869,3,1505,1918 -"71862",17097,30883,3,1505,1629 -"71863",17097,33223,3,1505,2397 -"71864",17097,33801,3,1505,2899 -"71865",17097,34158,3,1505,2639 -"71866",17097,35529,3,1505,1620 -"71867",17097,38457,3,1505,1630 -"71868",17097,38921,3,1505,1880 -"71869",17097,40542,3,1505,1664 -"71870",17097,40646,2,1505,1583 -"71871",17097,41108,2,1505,1624 -"71872",17097,41682,3,1505,1988 -"71873",17097,41972,3,1505,2509 -"71874",17097,42799,3,1505,2729 -"71875",17097,43479,3,1505,2178 -"71876",17097,47895,3,1505,2328 -"71877",17097,49414,3,1505,1667 -"71878",17097,52261,1,1505,2162 -"71879",17097,53475,3,1505,2853 -"71880",17097,57760,2,1505,1721 -"71881",17097,61242,3,1505,1650 -"71882",17097,65522,2,1505,1572 -"71883",17097,68652,3,1505,2878 -"71884",17097,70232,3,1505,2401 -"71885",17097,76356,3,1505,2323 -"71886",17097,117956,3,1505,2774 -"71887",17106,42254,3,163,1052 -"71888",17133,377,3,924,2389 -"71889",17133,499,3,924,1931 -"71890",17133,543,3,924,2203 -"71891",17133,1616,3,924,2662 -"71892",17133,1685,3,924,2230 -"71893",17133,1777,3,924,1965 -"71894",17133,2036,3,924,2483 -"71895",17133,2057,1,924,1965 -"71896",17133,2120,3,924,1133 -"71897",17133,2139,3,924,2502 -"71898",17133,2351,3,924,1868 -"71899",17133,2429,3,924,999 -"71900",17133,2484,3,924,2389 -"71901",17133,2754,3,924,1360 -"71902",17133,3161,3,924,2229 -"71903",17133,3776,3,924,2322 -"71904",17133,3830,2,924,1661 -"71905",17133,4057,3,924,2389 -"71906",17133,4367,3,924,2794 -"71907",17133,4612,3,924,2804 -"71908",17133,5078,3,924,2033 -"71909",17133,5235,3,924,2324 -"71910",17133,5457,3,924,2077 -"71911",17133,5462,2,924,2374 -"71912",17133,5504,3,924,2389 -"71913",17133,5599,2,924,1684 -"71914",17133,7323,3,924,2858 -"71915",17133,7896,3,924,2447 -"71916",17133,8777,3,924,1620 -"71917",17133,8822,3,924,2139 -"71918",17133,9332,3,924,2734 -"71919",17133,9723,3,924,2302 -"71920",17133,10453,3,924,1656 -"71921",17133,11136,3,924,2573 -"71922",17133,11585,3,924,1817 -"71923",17133,11588,3,924,2352 -"71924",17133,11976,3,924,1727 -"71925",17133,12067,3,924,1213 -"71926",17133,12713,3,924,2440 -"71927",17133,13537,3,924,1020 -"71928",17133,13879,3,924,2748 -"71929",17133,14749,2,924,1998 -"71930",17133,15443,3,924,1631 -"71931",17133,16482,2,924,1958 -"71932",17133,18151,3,924,2962 -"71933",17133,18672,3,924,1182 -"71934",17133,19606,3,924,2783 -"71935",17133,19637,3,924,1229 -"71936",17133,20494,3,924,1075 -"71937",17133,20659,3,924,1969 -"71938",17133,20700,3,924,2861 -"71939",17133,21122,3,924,1701 -"71940",17133,21942,3,924,2041 -"71941",17133,22006,3,924,1202 -"71942",17133,22364,3,924,1809 -"71943",17133,22749,3,924,1727 -"71944",17133,24264,3,924,1760 -"71945",17133,26336,3,924,1904 -"71946",17133,26450,3,924,1709 -"71947",17133,26700,3,924,1663 -"71948",17133,27478,3,924,2485 -"71949",17133,28094,3,924,1423 -"71950",17133,28195,3,924,1407 -"71951",17133,28216,3,924,1910 -"71952",17133,29286,3,924,1612 -"71953",17133,29473,2,924,2602 -"71954",17133,29997,2,924,1789 -"71955",17133,31216,3,924,1244 -"71956",17133,31542,3,924,2459 -"71957",17133,31799,3,924,2547 -"71958",17133,32606,2,924,2100 -"71959",17133,32778,3,924,2310 -"71960",17133,33356,3,924,1586 -"71961",17133,33451,3,924,1957 -"71962",17133,35133,3,924,2219 -"71963",17133,35256,3,924,2271 -"71964",17133,36514,3,924,1192 -"71965",17133,36912,3,924,2469 -"71966",17133,37570,3,924,2389 -"71967",17133,38755,3,924,2902 -"71968",17133,39256,3,924,2449 -"71969",17133,40138,1,924,2719 -"71970",17133,40747,3,924,958 -"71971",17133,41278,2,924,1873 -"71972",17133,41338,3,924,1553 -"71973",17133,41747,3,924,1722 -"71974",17133,42852,3,924,1316 -"71975",17133,43929,3,924,2749 -"71976",17133,45355,3,924,1450 -"71977",17133,46261,3,924,2350 -"71978",17133,47529,3,924,2914 -"71979",17133,50372,3,924,1834 -"71980",17133,50581,3,924,1258 -"71981",17133,51250,2,924,2683 -"71982",17133,51879,3,924,1771 -"71983",17133,53031,3,924,2065 -"71984",17133,54204,3,924,1449 -"71985",17133,55828,3,924,2393 -"71986",17133,57077,3,924,1885 -"71987",17133,57950,2,924,1529 -"71988",17133,57977,3,924,2683 -"71989",17133,58684,3,924,2295 -"71990",17133,60808,3,924,1258 -"71991",17133,61240,3,924,2651 -"71992",17133,64967,3,924,2872 -"71993",17133,65188,3,924,2213 -"71994",17133,65856,3,924,2504 -"71995",17133,68539,3,924,1158 -"71996",17133,69232,3,924,2130 -"71997",17133,69498,3,924,931 -"71998",17133,71455,2,924,1702 -"71999",17133,71652,3,924,2638 -"72000",17133,75948,3,924,1006 -"72001",17133,79432,2,924,1708 -"72002",17133,79612,3,924,927 -"72003",17133,81164,3,924,2260 -"72004",17133,82023,2,924,992 -"72005",17133,85430,3,924,2370 -"72006",17133,86986,3,924,1976 -"72007",17133,89958,3,924,1186 -"72008",17133,92919,3,924,1645 -"72009",17133,97244,3,924,1316 -"72010",17133,116792,3,924,2397 -"72011",17133,122909,3,924,1198 -"72012",17141,4226,2,702,1903 -"72013",17141,4504,3,702,1905 -"72014",17141,6491,3,702,2424 -"72015",17141,10488,3,702,1524 -"72016",17141,15539,3,702,1929 -"72017",17141,19380,3,702,2637 -"72018",17141,21275,2,702,2609 -"72019",17141,22025,2,702,1591 -"72020",17141,22057,3,702,974 -"72021",17141,24789,1,702,829 -"72022",17141,26451,3,702,2133 -"72023",17141,26818,3,702,1999 -"72024",17141,32811,3,702,804 -"72025",17141,34216,3,702,2832 -"72026",17141,37893,3,702,875 -"72027",17141,43077,3,702,884 -"72028",17141,43518,3,702,2680 -"72029",17141,48260,3,702,875 -"72030",17141,58133,3,702,1484 -"72031",17141,58451,3,702,1939 -"72032",17141,70046,3,702,2624 -"72033",17141,89965,3,702,810 -"72034",17141,99020,3,702,1383 -"72035",17146,2349,3,1252,1288 -"72036",17146,6824,3,1252,2680 -"72037",17146,10638,3,1252,2692 -"72038",17146,11381,3,1252,1638 -"72039",17146,11506,3,1252,2824 -"72040",17146,18571,3,1252,2128 -"72041",17146,21463,3,1252,2437 -"72042",17146,31164,3,1252,1996 -"72043",17146,40368,3,1252,2876 -"72044",17146,46951,2,1252,2429 -"72045",17146,66911,3,1252,1920 -"72046",17146,69335,3,1252,2698 -"72047",17159,916,3,883,2718 -"72048",17159,1560,3,883,2013 -"72049",17159,2802,2,883,1836 -"72050",17159,4194,2,883,1641 -"72051",17159,5414,3,883,2321 -"72052",17159,8478,3,883,984 -"72053",17159,9506,2,883,1012 -"72054",17159,9716,3,883,1929 -"72055",17159,11429,3,883,2520 -"72056",17159,11506,3,883,2824 -"72057",17159,11803,3,883,1232 -"72058",17159,14789,3,883,1034 -"72059",17159,16593,2,883,1139 -"72060",17159,17999,3,883,2758 -"72061",17159,18610,3,883,2141 -"72062",17159,21424,3,883,1303 -"72063",17159,22905,3,883,2599 -"72064",17159,23739,3,883,2463 -"72065",17159,26138,2,883,1902 -"72066",17159,26513,3,883,2205 -"72067",17159,31087,3,883,1757 -"72068",17159,32582,3,883,1929 -"72069",17159,33278,1,883,1591 -"72070",17159,35414,3,883,1959 -"72071",17159,36662,3,883,2967 -"72072",17159,38309,3,883,2644 -"72073",17159,39321,3,883,2257 -"72074",17159,41603,2,883,1942 -"72075",17159,42998,2,883,1978 -"72076",17159,48639,3,883,2291 -"72077",17159,51678,3,883,1077 -"72078",17159,53362,3,883,2360 -"72079",17159,55775,3,883,2385 -"72080",17159,57037,3,883,2293 -"72081",17159,60672,3,883,2876 -"72082",17159,62848,3,883,1230 -"72083",17159,69590,2,883,2441 -"72084",17159,79772,3,883,1230 -"72085",17159,79793,3,883,1915 -"72086",17159,82917,3,883,2371 -"72087",17159,86010,1,883,1641 -"72088",17159,91715,3,883,1034 -"72089",17159,94339,2,883,2768 -"72090",17159,97266,1,883,1016 -"72091",17159,99194,3,883,1271 -"72092",17159,102845,3,883,1067 -"72093",17159,111045,3,883,915 -"72094",17159,111613,3,883,1059 -"72095",17159,114228,3,883,1544 -"72096",17217,860,3,318,1258 -"72097",17217,1846,3,318,1845 -"72098",17217,2452,2,318,1715 -"72099",17217,2617,3,318,592 -"72100",17217,2936,3,318,2512 -"72101",17217,6160,3,318,969 -"72102",17217,9241,3,318,2338 -"72103",17217,9301,3,318,1861 -"72104",17217,13068,3,318,1778 -"72105",17217,13296,3,318,839 -"72106",17217,14287,3,318,1583 -"72107",17217,14425,3,318,1036 -"72108",17217,16021,3,318,858 -"72109",17217,19934,2,318,2888 -"72110",17217,20176,3,318,1050 -"72111",17217,21535,3,318,404 -"72112",17217,23277,3,318,1267 -"72113",17217,23597,3,318,1080 -"72114",17217,24176,3,318,1986 -"72115",17217,25378,3,318,1245 -"72116",17217,25569,3,318,2317 -"72117",17217,26450,3,318,1709 -"72118",17217,26838,3,318,685 -"72119",17217,28446,2,318,917 -"72120",17217,29667,2,318,531 -"72121",17217,30865,3,318,2038 -"72122",17217,32939,3,318,2277 -"72123",17217,33665,3,318,787 -"72124",17217,34997,1,318,591 -"72125",17217,35456,3,318,2358 -"72126",17217,36344,3,318,2570 -"72127",17217,38087,2,318,1083 -"72128",17217,38373,3,318,1928 -"72129",17217,38676,3,318,2286 -"72130",17217,39249,2,318,1665 -"72131",17217,40003,3,318,936 -"72132",17217,41581,3,318,1692 -"72133",17217,43207,3,318,635 -"72134",17217,45480,3,318,1104 -"72135",17217,46570,2,318,1707 -"72136",17217,46726,3,318,943 -"72137",17217,47013,3,318,2388 -"72138",17217,47968,3,318,2829 -"72139",17217,49414,3,318,1667 -"72140",17217,49551,3,318,879 -"72141",17217,50229,3,318,1190 -"72142",17217,52879,2,318,777 -"72143",17217,57765,3,318,2893 -"72144",17217,57804,3,318,2214 -"72145",17217,58015,3,318,899 -"72146",17217,58421,3,318,910 -"72147",17217,59485,3,318,1564 -"72148",17217,60808,3,318,1258 -"72149",17217,62268,3,318,413 -"72150",17217,63662,3,318,721 -"72151",17217,64947,3,318,2489 -"72152",17217,67815,3,318,2476 -"72153",17217,69788,3,318,2007 -"72154",17217,70126,2,318,1158 -"72155",17217,79114,2,318,591 -"72156",17217,81077,3,318,498 -"72157",17217,81716,3,318,1199 -"72158",17217,82023,3,318,992 -"72159",17217,84447,3,318,1006 -"72160",17217,87269,3,318,847 -"72161",17217,88307,1,318,437 -"72162",17217,92678,2,318,1769 -"72163",17217,95690,3,318,765 -"72164",17217,99418,3,318,444 -"72165",17217,102566,3,318,2207 -"72166",17217,108157,3,318,1272 -"72167",17217,110402,3,318,858 -"72168",17221,3980,3,2487,2771 -"72169",17221,7229,3,2487,2669 -"72170",17221,13200,1,2487,2488 -"72171",17221,13249,3,2487,2573 -"72172",17221,14655,3,2487,2559 -"72173",17221,56464,3,2487,2488 -"72174",17230,3456,3,1965,1999 -"72175",17230,4660,3,1965,2149 -"72176",17230,8822,3,1965,2139 -"72177",17230,11136,3,1965,2573 -"72178",17230,12374,3,1965,2260 -"72179",17230,23154,3,1965,2345 -"72180",17230,26451,3,1965,2133 -"72181",17230,29073,3,1965,2328 -"72182",17230,32202,2,1965,2314 -"72183",17230,43518,3,1965,2680 -"72184",17230,45138,3,1965,2516 -"72185",17230,46119,3,1965,2084 -"72186",17230,55817,3,1965,2285 -"72187",17230,62746,3,1965,2119 -"72188",17230,63641,3,1965,2337 -"72189",17230,66717,3,1965,2104 -"72190",17245,2484,3,1811,2389 -"72191",17245,2684,3,1811,2874 -"72192",17245,3453,3,1811,2126 -"72193",17245,4567,3,1811,2348 -"72194",17245,7506,3,1811,2371 -"72195",17245,7992,3,1811,2033 -"72196",17245,9311,3,1811,2477 -"72197",17245,12272,3,1811,2371 -"72198",17245,12778,1,1811,2045 -"72199",17245,13200,3,1811,2488 -"72200",17245,16542,3,1811,2039 -"72201",17245,17221,2,1811,2487 -"72202",17245,17520,3,1811,2276 -"72203",17245,19380,3,1811,2637 -"72204",17245,24753,2,1811,2860 -"72205",17245,24793,3,1811,1993 -"72206",17245,36574,3,1811,2934 -"72207",17245,38921,3,1811,1880 -"72208",17245,40879,3,1811,2019 -"72209",17245,41664,3,1811,2641 -"72210",17245,44557,3,1811,2371 -"72211",17245,44885,3,1811,2670 -"72212",17245,50252,3,1811,2001 -"72213",17245,53604,3,1811,2489 -"72214",17245,59140,3,1811,2528 -"72215",17252,728,3,1258,1812 -"72216",17252,2407,3,1258,1725 -"72217",17252,2576,1,1258,1307 -"72218",17252,2625,3,1258,2152 -"72219",17252,3127,3,1258,2273 -"72220",17252,4001,3,1258,1687 -"72221",17252,4612,3,1258,2804 -"72222",17252,4730,2,1258,2131 -"72223",17252,5363,3,1258,1791 -"72224",17252,7252,3,1258,2799 -"72225",17252,7433,3,1258,2255 -"72226",17252,8568,3,1258,2706 -"72227",17252,9035,3,1258,2771 -"72228",17252,9060,3,1258,1612 -"72229",17252,9227,3,1258,1267 -"72230",17252,9481,3,1258,1610 -"72231",17252,9787,3,1258,2858 -"72232",17252,10239,3,1258,2032 -"72233",17252,10453,3,1258,1656 -"72234",17252,11108,3,1258,1609 -"72235",17252,11563,3,1258,1863 -"72236",17252,11648,3,1258,2852 -"72237",17252,11990,3,1258,1909 -"72238",17252,12759,3,1258,2414 -"72239",17252,14287,3,1258,1583 -"72240",17252,16015,2,1258,1307 -"72241",17252,16286,3,1258,2470 -"72242",17252,16501,3,1258,1650 -"72243",17252,16866,3,1258,2718 -"72244",17252,18865,3,1258,2676 -"72245",17252,20220,2,1258,1656 -"72246",17252,20984,3,1258,2502 -"72247",17252,21180,3,1258,2762 -"72248",17252,21741,3,1258,1574 -"72249",17252,22578,3,1258,2216 -"72250",17252,23131,3,1258,1732 -"72251",17252,25163,3,1258,1751 -"72252",17252,27742,3,1258,2700 -"72253",17252,27914,3,1258,2507 -"72254",17252,28051,3,1258,2089 -"72255",17252,28837,3,1258,2286 -"72256",17252,29286,2,1258,1612 -"72257",17252,29825,3,1258,2603 -"72258",17252,30442,2,1258,2124 -"72259",17252,30525,3,1258,1964 -"72260",17252,31868,3,1258,1993 -"72261",17252,32457,3,1258,2690 -"72262",17252,32942,3,1258,2038 -"72263",17252,34162,3,1258,2336 -"72264",17252,34870,3,1258,1873 -"72265",17252,35728,3,1258,2017 -"72266",17252,36912,3,1258,2469 -"72267",17252,40035,3,1258,2742 -"72268",17252,40572,3,1258,2666 -"72269",17252,42813,3,1258,2142 -"72270",17252,44603,3,1258,2748 -"72271",17252,46384,3,1258,2285 -"72272",17252,46486,3,1258,1868 -"72273",17252,53739,3,1258,2704 -"72274",17252,54775,3,1258,2383 -"72275",17252,55296,3,1258,2413 -"72276",17252,55775,3,1258,2385 -"72277",17252,58655,3,1258,2685 -"72278",17252,59539,3,1258,2429 -"72279",17252,61125,3,1258,1673 -"72280",17252,63395,3,1258,2334 -"72281",17252,70455,1,1258,1307 -"72282",17252,70583,3,1258,2615 -"72283",17252,72597,3,1258,1843 -"72284",17252,72632,3,1258,1289 -"72285",17252,100048,2,1258,1573 -"72286",17257,680,3,1117,2569 -"72287",17257,1154,3,1117,1656 -"72288",17257,1314,3,1117,1522 -"72289",17257,1519,3,1117,2349 -"72290",17257,1520,3,1117,1716 -"72291",17257,1620,3,1117,1303 -"72292",17257,1639,3,1117,2631 -"72293",17257,1780,3,1117,1375 -"72294",17257,3978,3,1117,2775 -"72295",17257,4361,1,1117,2571 -"72296",17257,4660,3,1117,2149 -"72297",17257,4665,3,1117,1569 -"72298",17257,4916,3,1117,1970 -"72299",17257,6119,3,1117,2358 -"72300",17257,7126,3,1117,1261 -"72301",17257,7196,3,1117,1508 -"72302",17257,7337,3,1117,1797 -"72303",17257,7984,3,1117,2493 -"72304",17257,7997,3,1117,2049 -"72305",17257,8062,2,1117,2858 -"72306",17257,8791,3,1117,1789 -"72307",17257,8890,3,1117,1955 -"72308",17257,9503,3,1117,2453 -"72309",17257,10336,2,1117,2271 -"72310",17257,10350,1,1117,1163 -"72311",17257,11029,3,1117,2362 -"72312",17257,11424,3,1117,1631 -"72313",17257,12759,3,1117,2414 -"72314",17257,13065,3,1117,1561 -"72315",17257,13079,3,1117,2547 -"72316",17257,13290,3,1117,2824 -"72317",17257,14072,3,1117,1346 -"72318",17257,14108,3,1117,2012 -"72319",17257,14449,2,1117,1258 -"72320",17257,15118,3,1117,1311 -"72321",17257,15401,3,1117,1999 -"72322",17257,16286,3,1117,2470 -"72323",17257,16365,3,1117,2217 -"72324",17257,16690,3,1117,2132 -"72325",17257,17033,3,1117,2771 -"72326",17257,17381,3,1117,1697 -"72327",17257,18381,3,1117,1524 -"72328",17257,19380,3,1117,2637 -"72329",17257,20941,3,1117,2725 -"72330",17257,21133,3,1117,1320 -"72331",17257,21240,3,1117,1162 -"72332",17257,21670,3,1117,2158 -"72333",17257,21681,3,1117,2005 -"72334",17257,22722,3,1117,1233 -"72335",17257,24176,3,1117,1986 -"72336",17257,25373,3,1117,2783 -"72337",17257,26818,3,1117,1999 -"72338",17257,28784,3,1117,1579 -"72339",17257,28896,3,1117,1395 -"72340",17257,31700,3,1117,2727 -"72341",17257,32818,3,1117,2485 -"72342",17257,32988,3,1117,2008 -"72343",17257,33341,3,1117,2338 -"72344",17257,34216,3,1117,2832 -"72345",17257,35822,3,1117,1903 -"72346",17257,36031,3,1117,2342 -"72347",17257,36651,3,1117,1600 -"72348",17257,37036,3,1117,2264 -"72349",17257,37475,3,1117,1509 -"72350",17257,37636,3,1117,2178 -"72351",17257,37937,3,1117,1320 -"72352",17257,38602,2,1117,2693 -"72353",17257,38691,3,1117,2585 -"72354",17257,40537,3,1117,1284 -"72355",17257,40954,3,1117,2603 -"72356",17257,41723,3,1117,2101 -"72357",17257,43593,3,1117,2704 -"72358",17257,46532,2,1117,2005 -"72359",17257,46650,3,1117,1330 -"72360",17257,47384,3,1117,1639 -"72361",17257,48215,3,1117,2028 -"72362",17257,49265,3,1117,2686 -"72363",17257,50278,3,1117,1127 -"72364",17257,53323,3,1117,2677 -"72365",17257,57380,3,1117,2362 -"72366",17257,59298,2,1117,1236 -"72367",17257,61138,3,1117,1188 -"72368",17257,61723,3,1117,1262 -"72369",17257,63077,3,1117,2778 -"72370",17257,63641,3,1117,2337 -"72371",17257,63837,3,1117,2807 -"72372",17257,65155,3,1117,1947 -"72373",17257,66717,3,1117,2104 -"72374",17257,67252,3,1117,1215 -"72375",17257,68691,3,1117,1209 -"72376",17257,68876,3,1117,1397 -"72377",17257,68931,3,1117,2771 -"72378",17257,69232,3,1117,2130 -"72379",17257,71390,3,1117,1992 -"72380",17257,72535,3,1117,1191 -"72381",17257,72728,2,1117,2234 -"72382",17257,79158,3,1117,1252 -"72383",17257,85869,2,1117,1509 -"72384",17257,87509,3,1117,1907 -"72385",17257,88232,3,1117,2881 -"72386",17257,91849,3,1117,1166 -"72387",17257,93102,3,1117,1174 -"72388",17257,96352,3,1117,1493 -"72389",17257,104828,3,1117,1609 -"72390",17257,111375,3,1117,2686 -"72391",17257,115618,3,1117,2314 -"72392",17264,16826,3,2528,2599 -"72393",17264,23140,3,2528,2787 -"72394",17264,44676,3,2528,2629 -"72395",17320,2429,3,571,999 -"72396",17320,2852,3,571,2448 -"72397",17320,4660,2,571,2149 -"72398",17320,5106,3,571,2622 -"72399",17320,6877,3,571,867 -"72400",17320,12781,3,571,831 -"72401",17320,16501,3,571,1650 -"72402",17320,17033,3,571,2771 -"72403",17320,27686,3,571,2844 -"72404",17320,27897,3,571,1968 -"72405",17320,32202,3,571,2314 -"72406",17320,36487,3,571,2622 -"72407",17320,36737,3,571,829 -"72408",17320,39249,3,571,1665 -"72409",17320,39534,3,571,2410 -"72410",17320,51774,3,571,2459 -"72411",17320,63641,2,571,2337 -"72412",17320,64156,3,571,675 -"72413",17320,66717,2,571,2104 -"72414",17320,69545,3,571,673 -"72415",17320,70583,3,571,2615 -"72416",17320,72535,2,571,1191 -"72417",17320,78842,3,571,904 -"72418",17320,87958,3,571,1234 -"72419",17320,96007,2,571,895 -"72420",17320,106240,3,571,705 -"72421",17328,270,3,1206,2542 -"72422",17328,1006,3,1206,1569 -"72423",17328,1124,3,1206,1596 -"72424",17328,2484,3,1206,2389 -"72425",17328,3477,3,1206,2546 -"72426",17328,3628,3,1206,2707 -"72427",17328,5346,3,1206,1438 -"72428",17328,5438,3,1206,1499 -"72429",17328,6063,2,1206,2349 -"72430",17328,6602,2,1206,1631 -"72431",17328,7422,3,1206,1793 -"72432",17328,7443,3,1206,2028 -"72433",17328,7506,3,1206,2371 -"72434",17328,8238,3,1206,2222 -"72435",17328,8259,2,1206,1677 -"72436",17328,9184,3,1206,2670 -"72437",17328,10474,3,1206,1608 -"72438",17328,11154,3,1206,1594 -"72439",17328,11329,3,1206,2799 -"72440",17328,12272,3,1206,2371 -"72441",17328,12524,2,1206,1287 -"72442",17328,13200,3,1206,2488 -"72443",17328,13285,2,1206,1577 -"72444",17328,14655,2,1206,2559 -"72445",17328,14887,3,1206,2158 -"72446",17328,15207,3,1206,1855 -"72447",17328,15560,3,1206,2257 -"72448",17328,17354,3,1206,2250 -"72449",17328,17520,3,1206,2276 -"72450",17328,18217,3,1206,1566 -"72451",17328,18394,3,1206,2356 -"72452",17328,19506,3,1206,1385 -"72453",17328,20070,3,1206,1914 -"72454",17328,21734,2,1206,2528 -"72455",17328,22682,3,1206,2035 -"72456",17328,22722,3,1206,1233 -"72457",17328,23121,2,1206,2108 -"72458",17328,23460,3,1206,2183 -"72459",17328,24255,3,1206,2770 -"72460",17328,27796,3,1206,2151 -"72461",17328,28382,3,1206,1874 -"72462",17328,28896,3,1206,1395 -"72463",17328,30943,3,1206,2287 -"72464",17328,31705,3,1206,2706 -"72465",17328,33223,3,1206,2397 -"72466",17328,34820,3,1206,1630 -"72467",17328,36031,1,1206,2342 -"72468",17328,38921,3,1206,1880 -"72469",17328,40542,3,1206,1664 -"72470",17328,42264,3,1206,1702 -"72471",17328,44299,2,1206,1874 -"72472",17328,44557,2,1206,2371 -"72473",17328,46803,3,1206,2305 -"72474",17328,47877,3,1206,2970 -"72475",17328,48215,3,1206,2028 -"72476",17328,50041,3,1206,1565 -"72477",17328,50252,3,1206,2001 -"72478",17328,52136,3,1206,1412 -"72479",17328,52345,3,1206,1430 -"72480",17328,52530,3,1206,1737 -"72481",17328,56464,3,1206,2488 -"72482",17328,57977,3,1206,2683 -"72483",17328,61921,3,1206,1793 -"72484",17328,78801,3,1206,1572 -"72485",17328,85449,2,1206,2340 -"72486",17328,89681,2,1206,1978 -"72487",17328,94520,3,1206,1243 -"72488",17329,12023,3,150,799 -"72489",17329,17687,3,150,593 -"72490",17329,19662,3,150,170 -"72491",17329,22945,3,150,237 -"72492",17329,23015,2,150,1362 -"72493",17329,28904,3,150,926 -"72494",17329,39875,3,150,2422 -"72495",17329,66978,3,150,1536 -"72496",17347,72334,3,1526,2820 -"72497",17351,270,3,2036,2542 -"72498",17351,316,2,2036,2413 -"72499",17351,341,2,2036,2689 -"72500",17351,841,3,2036,2964 -"72501",17351,854,3,2036,2307 -"72502",17351,913,3,2036,2144 -"72503",17351,2424,3,2036,2582 -"72504",17351,2484,3,2036,2389 -"72505",17351,3978,2,2036,2775 -"72506",17351,3980,3,2036,2771 -"72507",17351,4303,3,2036,2414 -"72508",17351,4646,3,2036,2139 -"72509",17351,4929,2,2036,2240 -"72510",17351,4953,3,2036,2285 -"72511",17351,6104,3,2036,2462 -"72512",17351,6192,3,2036,2409 -"72513",17351,7014,3,2036,2401 -"72514",17351,7241,3,2036,2259 -"72515",17351,7616,3,2036,2296 -"72516",17351,8238,3,2036,2222 -"72517",17351,8568,3,2036,2706 -"72518",17351,8842,2,2036,2535 -"72519",17351,9175,3,2036,2639 -"72520",17351,9331,1,2036,2269 -"72521",17351,10129,3,2036,2124 -"72522",17351,10310,3,2036,2774 -"72523",17351,11493,3,2036,2077 -"72524",17351,12081,2,2036,2166 -"72525",17351,12982,3,2036,2143 -"72526",17351,13158,3,2036,2667 -"72527",17351,13249,3,2036,2573 -"72528",17351,13388,3,2036,2119 -"72529",17351,13601,3,2036,2689 -"72530",17351,14252,3,2036,2244 -"72531",17351,14507,3,2036,2686 -"72532",17351,14586,3,2036,2801 -"72533",17351,14918,2,2036,2071 -"72534",17351,14959,3,2036,2898 -"72535",17351,15008,3,2036,2338 -"72536",17351,15444,2,2036,2764 -"72537",17351,15546,3,2036,2055 -"72538",17351,15729,3,2036,2338 -"72539",17351,16286,3,2036,2470 -"72540",17351,16628,3,2036,2409 -"72541",17351,16866,3,2036,2718 -"72542",17351,17365,3,2036,2746 -"72543",17351,17520,3,2036,2276 -"72544",17351,17549,2,2036,2647 -"72545",17351,18165,2,2036,2085 -"72546",17351,18865,3,2036,2676 -"72547",17351,19208,2,2036,2629 -"72548",17351,19317,3,2036,2041 -"72549",17351,19605,2,2036,2395 -"72550",17351,20331,2,2036,2365 -"72551",17351,21248,3,2036,2232 -"72552",17351,21734,2,2036,2528 -"72553",17351,23268,3,2036,2258 -"72554",17351,23460,3,2036,2183 -"72555",17351,24256,3,2036,2393 -"72556",17351,24558,2,2036,2139 -"72557",17351,24721,3,2036,2326 -"72558",17351,24825,3,2036,2686 -"72559",17351,26671,3,2036,2279 -"72560",17351,27379,2,2036,2461 -"72561",17351,27796,3,2036,2151 -"72562",17351,29073,3,2036,2328 -"72563",17351,29454,3,2036,2719 -"72564",17351,29930,3,2036,2240 -"72565",17351,30334,3,2036,2075 -"72566",17351,30705,3,2036,2959 -"72567",17351,30827,3,2036,2323 -"72568",17351,31117,2,2036,2210 -"72569",17351,31159,3,2036,2231 -"72570",17351,31235,3,2036,2668 -"72571",17351,31331,3,2036,2964 -"72572",17351,31705,3,2036,2706 -"72573",17351,32775,3,2036,2135 -"72574",17351,32939,3,2036,2277 -"72575",17351,34120,2,2036,2786 -"72576",17351,36609,3,2036,2918 -"72577",17351,37238,3,2036,2609 -"72578",17351,37636,3,2036,2178 -"72579",17351,37929,3,2036,2393 -"72580",17351,38307,2,2036,2648 -"72581",17351,39464,3,2036,2314 -"72582",17351,41764,3,2036,2409 -"72583",17351,41770,3,2036,2752 -"72584",17351,41945,1,2036,2856 -"72585",17351,42216,3,2036,2722 -"72586",17351,43404,3,2036,2649 -"72587",17351,43455,2,2036,2846 -"72588",17351,44235,3,2036,2700 -"72589",17351,44688,1,2036,2924 -"72590",17351,44894,3,2036,2048 -"72591",17351,45239,3,2036,2535 -"72592",17351,46446,2,2036,2295 -"72593",17351,46629,3,2036,2255 -"72594",17351,47564,3,2036,2650 -"72595",17351,50113,3,2036,2059 -"72596",17351,50134,3,2036,2674 -"72597",17351,50480,2,2036,2701 -"72598",17351,51610,3,2036,2635 -"72599",17351,51783,3,2036,2599 -"72600",17351,51866,3,2036,2411 -"72601",17351,53219,3,2036,2973 -"72602",17351,56910,3,2036,2705 -"72603",17351,57532,3,2036,2617 -"72604",17351,57804,3,2036,2214 -"72605",17351,61982,3,2036,2725 -"72606",17351,63395,3,2036,2334 -"72607",17351,64699,3,2036,2797 -"72608",17351,77815,3,2036,2358 -"72609",17351,80944,3,2036,2300 -"72610",17351,82932,3,2036,2245 -"72611",17354,3255,3,2250,2504 -"72612",17354,4618,3,2250,2607 -"72613",17354,9184,3,2250,2670 -"72614",17354,10871,3,2250,2314 -"72615",17354,14655,3,2250,2559 -"72616",17354,15636,3,2250,2857 -"72617",17354,17264,2,2250,2528 -"72618",17354,19516,2,2250,2313 -"72619",17354,20067,3,2250,2390 -"72620",17354,20563,3,2250,2267 -"72621",17354,23140,2,2250,2787 -"72622",17354,26249,3,2250,2301 -"72623",17354,26436,3,2250,2489 -"72624",17354,26516,3,2250,2479 -"72625",17354,27753,3,2250,2750 -"72626",17354,33672,3,2250,2396 -"72627",17354,36031,2,2250,2342 -"72628",17354,46506,3,2250,2464 -"72629",17354,46803,3,2250,2305 -"72630",17354,51410,3,2250,2739 -"72631",17354,55604,3,2250,2342 -"72632",17354,57657,3,2250,2735 -"72633",17354,58669,3,2250,2296 -"72634",17354,63654,3,2250,2310 -"72635",17354,70203,2,2250,2756 -"72636",17354,87110,3,2250,2801 -"72637",17355,237,3,1469,1982 -"72638",17355,5599,3,1469,1684 -"72639",17355,8866,3,1469,1545 -"72640",17355,10146,2,1469,1878 -"72641",17355,17480,3,1469,2316 -"72642",17355,18165,2,1469,2085 -"72643",17355,19744,2,1469,2623 -"72644",17355,19980,2,1469,2231 -"72645",17355,20730,3,1469,2243 -"72646",17355,23098,2,1469,2300 -"72647",17355,26336,3,1469,1904 -"72648",17355,26796,3,1469,2384 -"72649",17355,29899,3,1469,2375 -"72650",17355,30697,2,1469,2891 -"72651",17355,30827,3,1469,2323 -"72652",17355,31898,3,1469,1916 -"72653",17355,33010,3,1469,2189 -"72654",17355,34875,3,1469,1544 -"72655",17355,36609,3,1469,2918 -"72656",17355,41518,3,1469,1641 -"72657",17355,41770,3,1469,2752 -"72658",17355,42372,2,1469,2230 -"72659",17355,45618,3,1469,2356 -"72660",17355,45650,2,1469,1528 -"72661",17355,59096,3,1469,1677 -"72662",17355,62538,3,1469,1656 -"72663",17355,67748,3,1469,1498 -"72664",17355,77611,3,1469,1795 -"72665",17355,79653,2,1469,2683 -"72666",17355,79874,3,1469,1570 -"72667",17357,135,3,1536,2233 -"72668",17357,671,3,1536,2328 -"72669",17357,675,3,1536,1686 -"72670",17357,733,3,1536,1653 -"72671",17357,1046,2,1536,1881 -"72672",17357,1136,3,1536,2536 -"72673",17357,1367,3,1536,2176 -"72674",17357,3167,3,1536,1676 -"72675",17357,3242,2,1536,1730 -"72676",17357,4191,1,1536,2130 -"72677",17357,4618,2,1536,2607 -"72678",17357,4687,3,1536,2152 -"72679",17357,4980,3,1536,2093 -"72680",17357,5148,3,1536,2206 -"72681",17357,5669,3,1536,2502 -"72682",17357,5725,3,1536,2789 -"72683",17357,6428,3,1536,1952 -"72684",17357,6491,3,1536,2424 -"72685",17357,6718,3,1536,2138 -"72686",17357,7245,3,1536,2089 -"72687",17357,7847,3,1536,2424 -"72688",17357,8258,3,1536,1959 -"72689",17357,8533,2,1536,2251 -"72690",17357,8621,3,1536,1681 -"72691",17357,9432,3,1536,1693 -"72692",17357,10404,3,1536,2062 -"72693",17357,10890,3,1536,2639 -"72694",17357,12867,3,1536,2773 -"72695",17357,18415,3,1536,2184 -"72696",17357,19516,3,1536,2313 -"72697",17357,20563,3,1536,2267 -"72698",17357,21122,2,1536,1701 -"72699",17357,23534,3,1536,1659 -"72700",17357,23704,3,1536,2278 -"72701",17357,25341,3,1536,1858 -"72702",17357,25643,2,1536,1646 -"72703",17357,26351,3,1536,2683 -"72704",17357,26436,3,1536,2489 -"72705",17357,26516,3,1536,2479 -"72706",17357,26570,3,1536,1669 -"72707",17357,27628,3,1536,2389 -"72708",17357,27753,3,1536,2750 -"72709",17357,28285,3,1536,2972 -"72710",17357,29073,3,1536,2328 -"72711",17357,30438,2,1536,1617 -"72712",17357,31799,3,1536,2547 -"72713",17357,32988,3,1536,2008 -"72714",17357,34216,3,1536,2832 -"72715",17357,34492,2,1536,1798 -"72716",17357,38449,3,1536,1802 -"72717",17357,40293,1,1536,1671 -"72718",17357,45715,2,1536,2287 -"72719",17357,46391,3,1536,1779 -"72720",17357,47857,3,1536,2325 -"72721",17357,47947,3,1536,2681 -"72722",17357,49144,3,1536,1542 -"72723",17357,51157,3,1536,2319 -"72724",17357,51410,2,1536,2739 -"72725",17357,53196,3,1536,1888 -"72726",17357,53300,3,1536,2162 -"72727",17357,55139,3,1536,2323 -"72728",17357,57977,3,1536,2683 -"72729",17357,58035,2,1536,1646 -"72730",17357,58384,3,1536,1637 -"72731",17357,62148,3,1536,1566 -"72732",17357,62840,2,1536,2502 -"72733",17357,64181,3,1536,1828 -"72734",17357,64997,3,1536,2791 -"72735",17357,71562,2,1536,2574 -"72736",17357,79804,3,1536,2227 -"72737",17357,82426,3,1536,1576 -"72738",17357,82767,1,1536,1641 -"72739",17357,97915,2,1536,1802 -"72740",17365,3305,3,2746,2839 -"72741",17365,7794,3,2746,2972 -"72742",17365,7795,3,2746,2789 -"72743",17365,24923,3,2746,2785 -"72744",17365,41945,2,2746,2856 -"72745",17365,43455,1,2746,2846 -"72746",17365,49110,3,2746,2938 -"72747",17365,52032,3,2746,2853 -"72748",17365,53219,3,2746,2973 -"72749",17365,102824,3,2746,2944 -"72750",17367,51166,2,2427,2747 -"72751",17376,212,3,1202,1513 -"72752",17376,312,3,1202,2038 -"72753",17376,913,3,1202,2144 -"72754",17376,1691,3,1202,1941 -"72755",17376,5429,3,1202,1991 -"72756",17376,6718,2,1202,2138 -"72757",17376,8533,3,1202,2251 -"72758",17376,9328,3,1202,1937 -"72759",17376,9364,3,1202,1698 -"72760",17376,9624,2,1202,2398 -"72761",17376,10857,3,1202,2253 -"72762",17376,11541,3,1202,1927 -"72763",17376,19248,3,1202,2357 -"72764",17376,20407,3,1202,2339 -"72765",17376,22282,3,1202,1418 -"72766",17376,22326,3,1202,2818 -"72767",17376,23395,2,1202,1948 -"72768",17376,25971,3,1202,2608 -"72769",17376,27275,3,1202,2656 -"72770",17376,27849,3,1202,1316 -"72771",17376,34480,2,1202,2755 -"72772",17376,36439,3,1202,2469 -"72773",17376,47772,3,1202,2293 -"72774",17376,51471,2,1202,1280 -"72775",17376,52576,3,1202,2234 -"72776",17376,54551,3,1202,2348 -"72777",17376,56082,3,1202,2395 -"72778",17376,58508,3,1202,2326 -"72779",17376,76284,3,1202,1237 -"72780",17376,76892,3,1202,2381 -"72781",17376,79322,3,1202,2770 -"72782",17376,82949,2,1202,2077 -"72783",17376,101295,3,1202,2165 -"72784",17381,25,3,1697,2762 -"72785",17381,600,3,1697,1702 -"72786",17381,602,3,1697,2632 -"72787",17381,762,2,1697,2671 -"72788",17381,1639,3,1697,2631 -"72789",17381,3306,3,1697,1989 -"72790",17381,4863,3,1697,1961 -"72791",17381,5315,3,1697,2631 -"72792",17381,6030,3,1697,2953 -"72793",17381,6914,3,1697,2668 -"72794",17381,8060,2,1697,1883 -"72795",17381,8367,3,1697,1927 -"72796",17381,11477,3,1697,2724 -"72797",17381,12703,3,1697,2689 -"72798",17381,14103,3,1697,2204 -"72799",17381,14972,1,1697,2332 -"72800",17381,15315,3,1697,2173 -"72801",17381,18874,3,1697,2170 -"72802",17381,19027,3,1697,2721 -"72803",17381,19528,3,1697,2742 -"72804",17381,22311,3,1697,2034 -"72805",17381,22566,3,1697,2308 -"72806",17381,23751,3,1697,1740 -"72807",17381,26749,3,1697,2965 -"72808",17381,28874,3,1697,2329 -"72809",17381,29243,3,1697,2011 -"72810",17381,30331,3,1697,2549 -"72811",17381,30334,3,1697,2075 -"72812",17381,30827,3,1697,2323 -"72813",17381,31307,3,1697,2139 -"72814",17381,32939,3,1697,2277 -"72815",17381,33949,3,1697,2489 -"72816",17381,35518,2,1697,1721 -"72817",17381,35888,3,1697,2291 -"72818",17381,35926,3,1697,2371 -"72819",17381,37238,3,1697,2609 -"72820",17381,37636,3,1697,2178 -"72821",17381,38602,2,1697,2693 -"72822",17381,40392,3,1697,1878 -"72823",17381,47248,3,1697,2883 -"72824",17381,51017,3,1697,2073 -"72825",17381,51052,3,1697,2784 -"72826",17381,51783,3,1697,2599 -"72827",17381,52003,3,1697,2067 -"72828",17381,57804,3,1697,2214 -"72829",17381,62939,3,1697,2574 -"72830",17381,64181,3,1697,1828 -"72831",17381,66413,3,1697,2507 -"72832",17381,72728,3,1697,2234 -"72833",17381,78303,3,1697,1808 -"72834",17381,87509,3,1697,1907 -"72835",17381,105063,3,1697,1908 -"72836",17388,750,3,1023,1327 -"72837",17388,4526,3,1023,1728 -"72838",17388,8923,3,1023,1266 -"72839",17388,9503,3,1023,2453 -"72840",17388,18005,3,1023,2449 -"72841",17388,34094,3,1023,1360 -"72842",17388,60258,3,1023,2405 -"72843",17388,67617,3,1023,1149 -"72844",17388,72986,3,1023,1055 -"72845",17388,74370,3,1023,1667 -"72846",17396,2195,3,1672,2139 -"72847",17396,2424,3,1672,2582 -"72848",17396,2709,3,1672,1673 -"72849",17396,3306,3,1672,1989 -"72850",17396,4289,3,1672,1921 -"72851",17396,6104,2,1672,2462 -"72852",17396,6234,3,1672,2654 -"72853",17396,9423,3,1672,1708 -"72854",17396,10148,3,1672,2964 -"72855",17396,10513,3,1672,2284 -"72856",17396,10779,3,1672,2881 -"72857",17396,10964,3,1672,2043 -"72858",17396,11067,3,1672,2734 -"72859",17396,14731,3,1672,2012 -"72860",17396,14972,3,1672,2332 -"72861",17396,15207,3,1672,1855 -"72862",17396,15626,3,1672,2434 -"72863",17396,16195,2,1672,2964 -"72864",17396,17819,2,1672,2291 -"72865",17396,17852,3,1672,2840 -"72866",17396,18348,3,1672,1711 -"72867",17396,19027,3,1672,2721 -"72868",17396,21138,3,1672,2849 -"72869",17396,21487,3,1672,2203 -"72870",17396,22331,2,1672,2687 -"72871",17396,23715,3,1672,1859 -"72872",17396,24825,3,1672,2686 -"72873",17396,25508,3,1672,2081 -"72874",17396,26658,3,1672,2745 -"72875",17396,29295,3,1672,2043 -"72876",17396,30981,3,1672,2366 -"72877",17396,31307,2,1672,2139 -"72878",17396,31832,3,1672,2163 -"72879",17396,32939,2,1672,2277 -"72880",17396,33160,3,1672,2441 -"72881",17396,34509,3,1672,1973 -"72882",17396,35264,3,1672,2329 -"72883",17396,35518,3,1672,1721 -"72884",17396,38213,3,1672,1744 -"72885",17396,38676,3,1672,2286 -"72886",17396,40368,3,1672,2876 -"72887",17396,42256,3,1672,2839 -"72888",17396,45585,3,1672,2384 -"72889",17396,45704,1,1672,2687 -"72890",17396,47248,3,1672,2883 -"72891",17396,49620,3,1672,1868 -"72892",17396,51017,2,1672,2073 -"72893",17396,51035,3,1672,2397 -"72894",17396,53445,3,1672,2028 -"72895",17396,54929,3,1672,2783 -"72896",17396,57765,3,1672,2893 -"72897",17396,57804,2,1672,2214 -"72898",17396,58284,3,1672,2292 -"72899",17396,70528,1,1672,2727 -"72900",17396,74636,3,1672,2525 -"72901",17396,92322,3,1672,2393 -"72902",17399,919,3,884,910 -"72903",17399,1822,3,884,2888 -"72904",17399,2181,3,884,2030 -"72905",17399,3477,2,884,2546 -"72906",17399,4622,3,884,1589 -"72907",17399,6063,2,884,2349 -"72908",17399,6248,3,884,2737 -"72909",17399,6392,3,884,1878 -"72910",17399,8993,3,884,2099 -"72911",17399,9503,3,884,2453 -"72912",17399,11154,3,884,1594 -"72913",17399,11229,3,884,1625 -"72914",17399,12779,2,884,936 -"72915",17399,13899,3,884,2650 -"72916",17399,14817,3,884,2110 -"72917",17399,15023,3,884,2054 -"72918",17399,18217,2,884,1566 -"72919",17399,19317,3,884,2041 -"72920",17399,20124,3,884,2376 -"72921",17399,20984,3,884,2502 -"72922",17399,21684,3,884,1971 -"72923",17399,22403,3,884,1630 -"72924",17399,28588,3,884,1335 -"72925",17399,29267,3,884,1234 -"72926",17399,30486,3,884,1269 -"72927",17399,31357,3,884,2389 -"72928",17399,32339,3,884,2430 -"72929",17399,32395,3,884,2735 -"72930",17399,33223,2,884,2397 -"72931",17399,33451,3,884,1957 -"72932",17399,33470,3,884,2003 -"72933",17399,35822,3,884,1903 -"72934",17399,36346,3,884,1240 -"72935",17399,37301,3,884,2160 -"72936",17399,38457,3,884,1630 -"72937",17399,38513,3,884,914 -"72938",17399,40542,2,884,1664 -"72939",17399,44181,3,884,1034 -"72940",17399,47595,3,884,2374 -"72941",17399,51843,3,884,2389 -"72942",17399,52953,3,884,1741 -"72943",17399,56873,3,884,1421 -"72944",17399,57150,3,884,1196 -"72945",17399,59790,3,884,1827 -"72946",17399,76143,3,884,1610 -"72947",17399,76503,3,884,1136 -"72948",17399,79547,3,884,1909 -"72949",17399,84317,3,884,2081 -"72950",17399,88739,3,884,933 -"72951",17400,270,3,2231,2542 -"72952",17400,380,3,2231,2261 -"72953",17400,470,3,2231,2285 -"72954",17400,1102,3,2231,2282 -"72955",17400,1226,3,2231,2353 -"72956",17400,1315,3,2231,2760 -"72957",17400,2289,2,2231,2389 -"72958",17400,2424,3,2231,2582 -"72959",17400,3493,3,2231,2451 -"72960",17400,3961,3,2231,2426 -"72961",17400,3966,3,2231,2425 -"72962",17400,4953,2,2231,2285 -"72963",17400,5350,3,2231,2522 -"72964",17400,6390,3,2231,2385 -"72965",17400,7234,2,2231,2654 -"72966",17400,9928,3,2231,2345 -"72967",17400,10358,3,2231,2294 -"72968",17400,10558,3,2231,2312 -"72969",17400,10857,1,2231,2253 -"72970",17400,11218,2,2231,2292 -"72971",17400,11477,3,2231,2724 -"72972",17400,11966,3,2231,2385 -"72973",17400,12035,2,2231,2721 -"72974",17400,12042,1,2231,2345 -"72975",17400,12374,3,2231,2260 -"72976",17400,13311,3,2231,2315 -"72977",17400,14507,3,2231,2686 -"72978",17400,15301,3,2231,2308 -"72979",17400,15381,3,2231,2289 -"72980",17400,16352,2,2231,2657 -"72981",17400,16826,3,2231,2599 -"72982",17400,18361,3,2231,2968 -"72983",17400,18394,3,2231,2356 -"72984",17400,19622,3,2231,2371 -"72985",17400,20124,3,2231,2376 -"72986",17400,21012,3,2231,2325 -"72987",17400,21571,3,2231,2755 -"72988",17400,22197,3,2231,2271 -"72989",17400,23310,3,2231,2371 -"72990",17400,23509,3,2231,2275 -"72991",17400,23725,2,2231,2378 -"72992",17400,24825,3,2231,2686 -"72993",17400,25325,3,2231,2963 -"72994",17400,26080,2,2231,2525 -"72995",17400,26848,3,2231,2363 -"72996",17400,28296,3,2231,2944 -"72997",17400,29930,3,2231,2240 -"72998",17400,30173,3,2231,2404 -"72999",17400,31436,3,2231,2892 -"73000",17400,32567,3,2231,2784 -"73001",17400,32919,3,2231,2321 -"73002",17400,34480,2,2231,2755 -"73003",17400,34735,2,2231,2767 -"73004",17400,35926,3,2231,2371 -"73005",17400,36962,3,2231,2861 -"73006",17400,38307,3,2231,2648 -"73007",17400,39556,3,2231,2747 -"73008",17400,39906,3,2231,2365 -"73009",17400,41972,3,2231,2509 -"73010",17400,43455,3,2231,2846 -"73011",17400,44676,3,2231,2629 -"73012",17400,46629,2,2231,2255 -"73013",17400,47857,3,2231,2325 -"73014",17400,49110,3,2231,2938 -"73015",17400,50134,3,2231,2674 -"73016",17400,50236,2,2231,2339 -"73017",17400,50785,3,2231,2877 -"73018",17400,54551,2,2231,2348 -"73019",17400,54929,2,2231,2783 -"73020",17400,56082,2,2231,2395 -"73021",17400,56237,3,2231,2625 -"73022",17400,61982,3,2231,2725 -"73023",17400,71274,3,2231,2390 -"73024",17400,72207,2,2231,2430 -"73025",17400,72326,3,2231,2384 -"73026",17400,72501,3,2231,2795 -"73027",17400,76048,2,2231,2373 -"73028",17400,82929,3,2231,2475 -"73029",17410,313,3,2073,2271 -"73030",17410,377,3,2073,2389 -"73031",17410,543,3,2073,2203 -"73032",17410,613,3,2073,2687 -"73033",17410,1151,3,2073,2885 -"73034",17410,1616,2,2073,2662 -"73035",17410,2036,3,2073,2483 -"73036",17410,2224,3,2073,2751 -"73037",17410,2484,2,2073,2389 -"73038",17410,3161,2,2073,2229 -"73039",17410,4057,3,2073,2389 -"73040",17410,5457,2,2073,2077 -"73041",17410,5462,2,2073,2374 -"73042",17410,5504,2,2073,2389 -"73043",17410,6390,3,2073,2385 -"73044",17410,7323,3,2073,2858 -"73045",17410,8327,3,2073,2527 -"73046",17410,8760,3,2073,2477 -"73047",17410,9311,3,2073,2477 -"73048",17410,9362,3,2073,2879 -"73049",17410,12713,1,2073,2440 -"73050",17410,12976,3,2073,2399 -"73051",17410,15299,3,2073,2213 -"73052",17410,17520,3,2073,2276 -"73053",17410,18151,3,2073,2962 -"73054",17410,19606,3,2073,2783 -"73055",17410,20700,3,2073,2861 -"73056",17410,25569,3,2073,2317 -"73057",17410,31799,3,2073,2547 -"73058",17410,35256,2,2073,2271 -"73059",17410,37570,3,2073,2389 -"73060",17410,51410,3,2073,2739 -"73061",17410,52576,3,2073,2234 -"73062",17410,55156,2,2073,2196 -"73063",17410,55556,3,2073,2075 -"73064",17410,68810,3,2073,2409 -"73065",17410,78563,2,2073,2385 -"73066",17410,85430,3,2073,2370 -"73067",17410,91570,3,2073,2229 -"73068",17413,3164,3,2230,2693 -"73069",17413,6030,3,2230,2953 -"73070",17413,11966,3,2230,2385 -"73071",17413,15301,2,2230,2308 -"73072",17413,16352,3,2230,2657 -"73073",17413,19072,3,2230,2358 -"73074",17413,20292,3,2230,2755 -"73075",17413,21571,2,2230,2755 -"73076",17413,21682,3,2230,2414 -"73077",17413,22566,2,2230,2308 -"73078",17413,28168,3,2230,2702 -"73079",17413,32567,3,2230,2784 -"73080",17413,34735,3,2230,2767 -"73081",17413,66413,3,2230,2507 -"73082",17434,1691,3,1642,1941 -"73083",17434,3886,2,1642,1669 -"73084",17434,6390,3,1642,2385 -"73085",17434,14108,3,1642,2012 -"73086",17434,17943,3,1642,1943 -"73087",17434,18543,3,1642,2968 -"73088",17434,28592,3,1642,2320 -"73089",17434,28626,3,1642,2842 -"73090",17434,35045,2,1642,1646 -"73091",17434,36183,2,1642,2117 -"73092",17434,36439,3,1642,2469 -"73093",17434,40954,3,1642,2603 -"73094",17434,44427,3,1642,2875 -"73095",17434,50509,3,1642,2050 -"73096",17434,68487,3,1642,2592 -"73097",17456,160,3,1300,2007 -"73098",17456,1523,1,1300,2048 -"73099",17456,1641,3,1300,1490 -"73100",17456,2190,3,1300,2359 -"73101",17456,2747,3,1300,2411 -"73102",17456,3477,3,1300,2546 -"73103",17456,4303,3,1300,2414 -"73104",17456,6989,3,1300,2623 -"73105",17456,9503,3,1300,2453 -"73106",17456,9787,3,1300,2858 -"73107",17456,10050,2,1300,1792 -"73108",17456,11639,3,1300,1593 -"73109",17456,14287,3,1300,1583 -"73110",17456,14817,3,1300,2110 -"73111",17456,14998,3,1300,1553 -"73112",17456,16501,3,1300,1650 -"73113",17456,17645,3,1300,1918 -"73114",17456,23131,1,1300,1732 -"73115",17456,23206,2,1300,2805 -"73116",17456,27742,3,1300,2700 -"73117",17456,28869,3,1300,2425 -"73118",17456,30525,2,1300,1964 -"73119",17456,46486,3,1300,1868 -"73120",17456,58501,3,1300,2613 -"73121",17456,61125,3,1300,1673 -"73122",17456,91942,3,1300,2216 -"73123",17457,237,3,589,1982 -"73124",17457,267,3,589,2631 -"73125",17457,600,3,589,1702 -"73126",17457,2077,3,589,610 -"73127",17457,2440,2,589,836 -"73128",17457,5615,3,589,1105 -"73129",17457,7118,3,589,966 -"73130",17457,8238,3,589,2222 -"73131",17457,10744,3,589,955 -"73132",17457,12388,3,589,1975 -"73133",17457,13842,3,589,2250 -"73134",17457,18464,3,589,2312 -"73135",17457,19208,3,589,2629 -"73136",17457,19605,3,589,2395 -"73137",17457,22207,3,589,2365 -"73138",17457,22543,3,589,1594 -"73139",17457,22682,3,589,2035 -"73140",17457,23679,3,589,934 -"73141",17457,23918,3,589,1881 -"73142",17457,27509,3,589,2067 -"73143",17457,27796,3,589,2151 -"73144",17457,29512,3,589,1594 -"73145",17457,30967,1,589,818 -"73146",17457,31705,3,589,2706 -"73147",17457,40565,3,589,2115 -"73148",17457,41739,3,589,1339 -"73149",17457,44135,3,589,2620 -"73150",17457,44403,3,589,2429 -"73151",17457,50480,3,589,2701 -"73152",17457,55076,3,589,2408 -"73153",17457,55556,3,589,2075 -"73154",17457,55580,3,589,1942 -"73155",17457,57082,3,589,1418 -"73156",17457,66693,3,589,2554 -"73157",17457,66756,3,589,1301 -"73158",17457,69250,2,589,1439 -"73159",17457,76607,2,589,747 -"73160",17457,77550,2,589,1548 -"73161",17457,82270,3,589,1641 -"73162",17480,7229,3,2316,2669 -"73163",17480,9150,3,2316,2689 -"73164",17480,15558,3,2316,2389 -"73165",17480,19744,3,2316,2623 -"73166",17480,23728,3,2316,2601 -"73167",17480,30697,3,2316,2891 -"73168",17480,30827,3,2316,2323 -"73169",17480,33460,3,2316,2781 -"73170",17480,52950,3,2316,2716 -"73171",17484,1275,3,1256,2068 -"73172",17484,2418,3,1256,2020 -"73173",17484,2484,3,1256,2389 -"73174",17484,2852,3,1256,2448 -"73175",17484,3271,3,1256,2216 -"73176",17484,3947,3,1256,2067 -"73177",17484,3961,3,1256,2426 -"73178",17484,4289,2,1256,1921 -"73179",17484,4669,3,1256,2395 -"73180",17484,5912,1,1256,2257 -"73181",17484,6417,3,1256,1675 -"73182",17484,7196,3,1256,1508 -"73183",17484,7984,3,1256,2493 -"73184",17484,8029,1,1256,1859 -"73185",17484,9272,3,1256,2835 -"73186",17484,10857,3,1256,2253 -"73187",17484,12692,2,1256,1855 -"73188",17484,13399,2,1256,1682 -"73189",17484,13780,3,1256,2412 -"73190",17484,14943,2,1256,1942 -"73191",17484,15401,3,1256,1999 -"73192",17484,16286,3,1256,2470 -"73193",17484,16501,3,1256,1650 -"73194",17484,16625,3,1256,1285 -"73195",17484,16826,2,1256,2599 -"73196",17484,17997,1,1256,1621 -"73197",17484,18103,2,1256,1968 -"73198",17484,21138,3,1256,2849 -"73199",17484,24240,3,1256,1755 -"73200",17484,24259,3,1256,1281 -"73201",17484,26959,3,1256,1961 -"73202",17484,28015,3,1256,1624 -"73203",17484,28784,2,1256,1579 -"73204",17484,30747,3,1256,2455 -"73205",17484,31069,3,1256,1995 -"73206",17484,32988,3,1256,2008 -"73207",17484,33341,3,1256,2338 -"73208",17484,35529,3,1256,1620 -"73209",17484,38219,3,1256,1689 -"73210",17484,38227,3,1256,2511 -"73211",17484,40432,1,1256,1956 -"73212",17484,40645,3,1256,1899 -"73213",17484,42505,3,1256,2008 -"73214",17484,43226,3,1256,2442 -"73215",17484,45869,3,1256,2840 -"73216",17484,45959,3,1256,1880 -"73217",17484,46040,3,1256,2105 -"73218",17484,46988,3,1256,2460 -"73219",17484,47386,3,1256,2226 -"73220",17484,48110,3,1256,2009 -"73221",17484,54551,3,1256,2348 -"73222",17484,56082,3,1256,2395 -"73223",17484,56807,2,1256,1571 -"73224",17484,57977,3,1256,2683 -"73225",17484,58508,3,1256,2326 -"73226",17484,65155,3,1256,1947 -"73227",17484,65322,3,1256,2008 -"73228",17484,69335,3,1256,2698 -"73229",17484,70269,3,1256,2368 -"73230",17484,70736,2,1256,1512 -"73231",17484,76143,3,1256,1610 -"73232",17484,80301,3,1256,1690 -"73233",17484,82301,2,1256,1621 -"73234",17484,82929,2,1256,2475 -"73235",17484,83140,2,1256,1630 -"73236",17484,96352,3,1256,1493 -"73237",17493,962,3,561,1000 -"73238",17493,1050,3,561,1185 -"73239",17493,1196,3,561,1986 -"73240",17493,2077,3,561,610 -"73241",17493,3306,3,561,1989 -"73242",17493,3961,3,561,2426 -"73243",17493,4763,3,561,1960 -"73244",17493,5041,3,561,2371 -"73245",17493,5315,2,561,2631 -"73246",17493,5350,3,561,2522 -"73247",17493,5716,3,561,1058 -"73248",17493,5984,3,561,1675 -"73249",17493,5986,3,561,1721 -"73250",17493,6047,2,561,2004 -"73251",17493,6366,3,561,798 -"73252",17493,6417,3,561,1675 -"73253",17493,7233,2,561,572 -"73254",17493,8984,3,561,1162 -"73255",17493,9928,2,561,2345 -"73256",17493,9950,3,561,920 -"73257",17493,10358,2,561,2294 -"73258",17493,10779,3,561,2881 -"73259",17493,11218,3,561,2292 -"73260",17493,11540,3,561,1237 -"73261",17493,11576,3,561,808 -"73262",17493,11966,3,561,2385 -"73263",17493,12035,3,561,2721 -"73264",17493,12042,3,561,2345 -"73265",17493,13311,2,561,2315 -"73266",17493,14032,1,561,2144 -"73267",17493,14855,3,561,903 -"73268",17493,15301,3,561,2308 -"73269",17493,15309,3,561,2820 -"73270",17493,15402,3,561,1281 -"73271",17493,16053,3,561,908 -"73272",17493,16352,3,561,2657 -"73273",17493,17400,3,561,2231 -"73274",17493,17819,3,561,2291 -"73275",17493,18874,3,561,2170 -"73276",17493,19027,3,561,2721 -"73277",17493,19072,3,561,2358 -"73278",17493,19637,3,561,1229 -"73279",17493,20067,3,561,2390 -"73280",17493,21138,3,561,2849 -"73281",17493,21571,3,561,2755 -"73282",17493,22141,2,561,2348 -"73283",17493,23159,3,561,1548 -"73284",17493,23310,2,561,2371 -"73285",17493,23869,3,561,1918 -"73286",17493,24755,3,561,1319 -"73287",17493,25443,3,561,1441 -"73288",17493,26080,3,561,2525 -"73289",17493,27205,3,561,966 -"73290",17493,28002,3,561,914 -"73291",17493,29930,3,561,2240 -"73292",17493,30081,3,561,2403 -"73293",17493,30325,3,561,1067 -"73294",17493,31093,3,561,2160 -"73295",17493,31279,3,561,965 -"73296",17493,31530,3,561,1661 -"73297",17493,32567,3,561,2784 -"73298",17493,32694,3,561,1602 -"73299",17493,32919,2,561,2321 -"73300",17493,34735,3,561,2767 -"73301",17493,34799,3,561,657 -"73302",17493,35529,3,561,1620 -"73303",17493,35926,2,561,2371 -"73304",17493,39516,3,561,2393 -"73305",17493,40893,3,561,1116 -"73306",17493,41832,2,561,1155 -"73307",17493,41955,2,561,2479 -"73308",17493,42619,3,561,2017 -"73309",17493,43173,3,561,2895 -"73310",17493,43213,3,561,2160 -"73311",17493,44557,3,561,2371 -"73312",17493,44636,3,561,1026 -"73313",17493,45186,3,561,835 -"73314",17493,45903,3,561,2237 -"73315",17493,46803,3,561,2305 -"73316",17493,50977,3,561,2352 -"73317",17493,51017,3,561,2073 -"73318",17493,52136,3,561,1412 -"73319",17493,52442,3,561,1269 -"73320",17493,53134,3,561,1590 -"73321",17493,54929,3,561,2783 -"73322",17493,55185,3,561,922 -"73323",17493,55349,3,561,826 -"73324",17493,56082,3,561,2395 -"73325",17493,56116,3,561,1321 -"73326",17493,57714,3,561,1391 -"73327",17493,60280,2,561,1918 -"73328",17493,62488,2,561,1418 -"73329",17493,64502,3,561,1670 -"73330",17493,67102,3,561,935 -"73331",17493,67788,3,561,837 -"73332",17493,70681,3,561,866 -"73333",17493,70996,3,561,1037 -"73334",17493,74681,3,561,837 -"73335",17493,75403,2,561,1895 -"73336",17493,77001,3,561,1440 -"73337",17493,80219,3,561,988 -"73338",17493,82732,3,561,2810 -"73339",17493,82932,3,561,2245 -"73340",17493,83526,3,561,1235 -"73341",17493,84022,2,561,2289 -"73342",17493,84296,3,561,1751 -"73343",17493,87692,3,561,775 -"73344",17493,90802,2,561,877 -"73345",17493,92817,2,561,569 -"73346",17493,95288,3,561,1602 -"73347",17493,100140,3,561,1041 -"73348",17493,101395,3,561,891 -"73349",17499,827,3,2954,2964 -"73350",17502,1036,3,869,1367 -"73351",17502,1050,3,869,1185 -"73352",17502,1355,3,869,2473 -"73353",17502,2208,3,869,2814 -"73354",17502,2484,3,869,2389 -"73355",17502,2684,3,869,2874 -"73356",17502,2864,3,869,1543 -"73357",17502,3164,3,869,2693 -"73358",17502,3198,3,869,1797 -"73359",17502,3395,1,869,1382 -"73360",17502,3397,2,869,2126 -"73361",17502,3409,2,869,2167 -"73362",17502,3453,2,869,2126 -"73363",17502,4317,3,869,1224 -"73364",17502,5429,3,869,1991 -"73365",17502,6492,3,869,1162 -"73366",17502,6603,3,869,2185 -"73367",17502,7013,3,869,2040 -"73368",17502,7992,3,869,2033 -"73369",17502,8866,3,869,1545 -"73370",17502,9311,3,869,2477 -"73371",17502,11055,3,869,2111 -"73372",17502,11694,3,869,1564 -"73373",17502,12778,1,869,2045 -"73374",17502,13835,3,869,1588 -"73375",17502,15122,3,869,1201 -"73376",17502,16542,3,869,2039 -"73377",17502,16608,2,869,1769 -"73378",17502,17221,3,869,2487 -"73379",17502,17245,2,869,1811 -"73380",17502,17264,3,869,2528 -"73381",17502,17520,3,869,2276 -"73382",17502,18211,2,869,1745 -"73383",17502,19096,3,869,1538 -"73384",17502,19380,3,869,2637 -"73385",17502,19893,3,869,1223 -"73386",17502,20292,3,869,2755 -"73387",17502,22543,3,869,1594 -"73388",17502,23460,3,869,2183 -"73389",17502,23509,3,869,2275 -"73390",17502,24753,2,869,2860 -"73391",17502,24793,3,869,1993 -"73392",17502,24794,3,869,925 -"73393",17502,24826,3,869,1382 -"73394",17502,24853,3,869,1004 -"73395",17502,25730,3,869,1206 -"73396",17502,26286,3,869,2023 -"73397",17502,26621,2,869,1100 -"73398",17502,27001,1,869,1761 -"73399",17502,28057,3,869,1067 -"73400",17502,28588,3,869,1335 -"73401",17502,31001,3,869,2119 -"73402",17502,31209,3,869,1137 -"73403",17502,32419,3,869,1909 -"73404",17502,36574,3,869,2934 -"73405",17502,37108,3,869,1202 -"73406",17502,38921,3,869,1880 -"73407",17502,39535,3,869,2428 -"73408",17502,40879,3,869,2019 -"73409",17502,41033,3,869,1839 -"73410",17502,41664,3,869,2641 -"73411",17502,42023,3,869,2231 -"73412",17502,42264,3,869,1702 -"73413",17502,43902,2,869,1726 -"73414",17502,44885,3,869,2670 -"73415",17502,45650,3,869,1528 -"73416",17502,50252,3,869,2001 -"73417",17502,52043,3,869,977 -"73418",17502,52530,3,869,1737 -"73419",17502,52699,2,869,1372 -"73420",17502,53604,3,869,2489 -"73421",17502,54695,3,869,2429 -"73422",17502,57990,3,869,978 -"73423",17502,59140,3,869,2528 -"73424",17502,63907,3,869,2377 -"73425",17502,72530,3,869,992 -"73426",17502,83286,2,869,1793 -"73427",17502,83291,2,869,2066 -"73428",17502,94444,2,869,1554 -"73429",17502,109264,3,869,1104 -"73430",17520,270,3,2276,2542 -"73431",17520,377,2,2276,2389 -"73432",17520,854,3,2276,2307 -"73433",17520,1102,3,2276,2282 -"73434",17520,1151,2,2276,2885 -"73435",17520,1355,3,2276,2473 -"73436",17520,1616,2,2276,2662 -"73437",17520,2036,3,2276,2483 -"73438",17520,2224,3,2276,2751 -"73439",17520,2424,3,2276,2582 -"73440",17520,2484,1,2276,2389 -"73441",17520,3164,3,2276,2693 -"73442",17520,3305,3,2276,2839 -"73443",17520,3628,3,2276,2707 -"73444",17520,3853,3,2276,2465 -"73445",17520,4057,3,2276,2389 -"73446",17520,4953,3,2276,2285 -"73447",17520,5462,3,2276,2374 -"73448",17520,5504,2,2276,2389 -"73449",17520,6491,3,2276,2424 -"73450",17520,7323,2,2276,2858 -"73451",17520,7677,3,2276,2338 -"73452",17520,8760,3,2276,2477 -"73453",17520,8762,3,2276,2585 -"73454",17520,9311,2,2276,2477 -"73455",17520,9362,2,2276,2879 -"73456",17520,10843,3,2276,2277 -"73457",17520,11351,3,2276,2971 -"73458",17520,12713,3,2276,2440 -"73459",17520,13573,3,2276,2774 -"73460",17520,14655,3,2276,2559 -"73461",17520,14959,2,2276,2898 -"73462",17520,15184,3,2276,2396 -"73463",17520,15626,3,2276,2434 -"73464",17520,15930,3,2276,2541 -"73465",17520,17365,3,2276,2746 -"73466",17520,18394,3,2276,2356 -"73467",17520,18458,3,2276,2477 -"73468",17520,19606,2,2276,2783 -"73469",17520,20067,3,2276,2390 -"73470",17520,20700,2,2276,2861 -"73471",17520,23726,3,2276,2434 -"73472",17520,23787,3,2276,2810 -"73473",17520,24753,3,2276,2860 -"73474",17520,26582,3,2276,2772 -"73475",17520,26658,3,2276,2745 -"73476",17520,29095,2,2276,2531 -"73477",17520,29314,2,2276,2736 -"73478",17520,30906,3,2276,2537 -"73479",17520,31235,3,2276,2668 -"73480",17520,31700,3,2276,2727 -"73481",17520,32939,3,2276,2277 -"73482",17520,33433,3,2276,2805 -"73483",17520,33801,3,2276,2899 -"73484",17520,35235,3,2276,2610 -"73485",17520,36087,3,2276,2755 -"73486",17520,37238,2,2276,2609 -"73487",17520,37570,2,2276,2389 -"73488",17520,38307,3,2276,2648 -"73489",17520,41945,2,2276,2856 -"73490",17520,43455,2,2276,2846 -"73491",17520,44885,2,2276,2670 -"73492",17520,44899,2,2276,2386 -"73493",17520,51866,3,2276,2411 -"73494",17520,53013,3,2276,2523 -"73495",17520,53293,3,2276,2916 -"73496",17520,53475,3,2276,2853 -"73497",17520,53604,3,2276,2489 -"73498",17520,54903,3,2276,2493 -"73499",17520,59113,3,2276,2434 -"73500",17520,59140,3,2276,2528 -"73501",17520,61982,3,2276,2725 -"73502",17520,70203,3,2276,2756 -"73503",17520,85430,3,2276,2370 -"73504",17531,827,3,876,2964 -"73505",17531,1455,3,876,1262 -"73506",17531,2272,3,876,1640 -"73507",17531,2282,2,876,2056 -"73508",17531,2370,3,876,1600 -"73509",17531,2506,3,876,954 -"73510",17531,2927,3,876,1789 -"73511",17531,3068,3,876,1815 -"73512",17531,3158,3,876,2762 -"73513",17531,4249,2,876,2547 -"73514",17531,4784,2,876,2511 -"73515",17531,5637,3,876,1976 -"73516",17531,6020,2,876,1864 -"73517",17531,6223,3,876,2363 -"73518",17531,6345,2,876,2713 -"73519",17531,6999,3,876,2214 -"73520",17531,7604,3,876,1366 -"73521",17531,8607,3,876,1685 -"73522",17531,9511,3,876,1232 -"73523",17531,9538,3,876,1786 -"73524",17531,9656,3,876,1135 -"73525",17531,9724,1,876,2713 -"73526",17531,10701,2,876,2000 -"73527",17531,11270,3,876,1011 -"73528",17531,13595,1,876,1164 -"73529",17531,14172,2,876,1923 -"73530",17531,14255,3,876,893 -"73531",17531,14470,2,876,2632 -"73532",17531,14957,3,876,2306 -"73533",17531,15607,3,876,1421 -"73534",17531,15782,3,876,2306 -"73535",17531,16455,3,876,946 -"73536",17531,16963,3,876,1999 -"73537",17531,17499,2,876,2954 -"73538",17531,17695,2,876,1930 -"73539",17531,19296,3,876,1705 -"73540",17531,19366,2,876,2279 -"73541",17531,21358,2,876,1970 -"73542",17531,21571,3,876,2755 -"73543",17531,22357,2,876,1397 -"73544",17531,22410,3,876,2158 -"73545",17531,22566,3,876,2308 -"73546",17531,23550,2,876,2939 -"73547",17531,23560,3,876,2051 -"73548",17531,26597,2,876,2070 -"73549",17531,27570,3,876,1559 -"73550",17531,28648,1,876,1586 -"73551",17531,28782,3,876,2272 -"73552",17531,31855,3,876,2636 -"73553",17531,32169,3,876,2504 -"73554",17531,32350,2,876,1540 -"73555",17531,34274,2,876,1437 -"73556",17531,35041,3,876,1311 -"73557",17531,35317,3,876,1888 -"73558",17531,36399,2,876,1357 -"73559",17531,36840,3,876,2269 -"73560",17531,37684,1,876,2899 -"73561",17531,38422,2,876,1019 -"73562",17531,41489,2,876,2006 -"73563",17531,42382,3,876,2224 -"73564",17531,42407,3,876,2408 -"73565",17531,42956,2,876,932 -"73566",17531,43543,3,876,1457 -"73567",17531,43701,1,876,2400 -"73568",17531,43725,3,876,935 -"73569",17531,45297,2,876,1864 -"73570",17531,45450,3,876,1590 -"73571",17531,46616,3,876,1917 -"73572",17531,47607,3,876,2724 -"73573",17531,48823,2,876,2080 -"73574",17531,50468,2,876,1659 -"73575",17531,50945,3,876,2650 -"73576",17531,52179,3,876,1572 -"73577",17531,52950,3,876,2716 -"73578",17531,53584,3,876,2391 -"73579",17531,53652,2,876,2899 -"73580",17531,54316,2,876,1202 -"73581",17531,54488,3,876,2357 -"73582",17531,64737,3,876,2442 -"73583",17531,68813,3,876,2511 -"73584",17531,69795,3,876,2636 -"73585",17531,76450,2,876,1077 -"73586",17531,76814,3,876,926 -"73587",17531,76842,3,876,1518 -"73588",17531,77719,3,876,2086 -"73589",17531,80970,3,876,2069 -"73590",17531,82217,2,876,2441 -"73591",17531,84235,3,876,1639 -"73592",17531,85065,3,876,1585 -"73593",17531,88984,3,876,935 -"73594",17531,92366,3,876,1434 -"73595",17531,93642,2,876,1120 -"73596",17531,95060,3,876,1974 -"73597",17531,95879,3,876,1748 -"73598",17541,3152,3,637,1621 -"73599",17541,4775,3,637,1500 -"73600",17541,5852,3,637,1862 -"73601",17541,8478,3,637,984 -"73602",17541,8512,3,637,935 -"73603",17541,9506,3,637,1012 -"73604",17541,9716,3,637,1929 -"73605",17541,14626,3,637,2175 -"73606",17541,14654,3,637,1692 -"73607",17541,22746,3,637,913 -"73608",17541,29319,3,637,2314 -"73609",17541,30404,3,637,1810 -"73610",17541,32582,3,637,1929 -"73611",17541,41185,3,637,1929 -"73612",17541,44464,2,637,1619 -"73613",17541,56737,3,637,2270 -"73614",17541,64412,3,637,2233 -"73615",17541,78768,2,637,841 -"73616",17541,82226,3,637,1619 -"73617",17541,91631,3,637,1899 -"73618",17549,3978,3,2647,2775 -"73619",17549,29314,3,2647,2736 -"73620",17549,31235,3,2647,2668 -"73621",17549,31705,3,2647,2706 -"73622",17549,34120,2,2647,2786 -"73623",17549,36962,3,2647,2861 -"73624",17549,38307,2,2647,2648 -"73625",17549,41945,2,2647,2856 -"73626",17549,43455,3,2647,2846 -"73627",17549,44688,2,2647,2924 -"73628",17549,47564,3,2647,2650 -"73629",17549,50480,3,2647,2701 -"73630",17549,53219,3,2647,2973 -"73631",17549,64699,3,2647,2797 -"73632",17552,15086,3,2082,2135 -"73633",17561,8327,3,2286,2527 -"73634",17561,34120,3,2286,2786 -"73635",17561,45504,3,2286,2301 -"73636",17561,50480,3,2286,2701 -"73637",17571,472,3,953,964 -"73638",17571,1015,3,953,1174 -"73639",17571,2694,3,953,2062 -"73640",17571,2960,3,953,977 -"73641",17571,3849,3,953,1356 -"73642",17571,4107,2,953,987 -"73643",17571,4121,3,953,1304 -"73644",17571,4785,3,953,996 -"73645",17571,13324,3,953,2163 -"73646",17571,13808,3,953,1356 -"73647",17571,16641,3,953,1359 -"73648",17571,18891,3,953,1596 -"73649",17571,19874,3,953,985 -"73650",17571,21479,3,953,2134 -"73651",17571,23139,3,953,2644 -"73652",17571,26234,3,953,2183 -"73653",17571,36637,1,953,2085 -"73654",17571,40009,3,953,1341 -"73655",17571,50179,3,953,2230 -"73656",17571,51016,3,953,1141 -"73657",17571,59677,3,953,1174 -"73658",17571,70603,3,953,1002 -"73659",17571,72557,3,953,972 -"73660",17571,79837,2,953,1252 -"73661",17571,94404,2,953,1836 -"73662",17571,98080,1,953,1265 -"73663",17572,868,3,340,607 -"73664",17572,2057,1,340,1965 -"73665",17572,2429,3,340,999 -"73666",17572,3830,3,340,1661 -"73667",17572,5235,3,340,2324 -"73668",17572,5462,3,340,2374 -"73669",17572,5599,3,340,1684 -"73670",17572,6697,3,340,2438 -"73671",17572,7741,3,340,418 -"73672",17572,7798,3,340,949 -"73673",17572,7896,3,340,2447 -"73674",17572,8865,3,340,2394 -"73675",17572,9723,3,340,2302 -"73676",17572,11136,3,340,2573 -"73677",17572,11521,3,340,1559 -"73678",17572,11585,3,340,1817 -"73679",17572,11588,3,340,2352 -"73680",17572,12067,3,340,1213 -"73681",17572,13184,3,340,977 -"73682",17572,13808,3,340,1356 -"73683",17572,16959,3,340,888 -"73684",17572,17133,2,340,924 -"73685",17572,18672,3,340,1182 -"73686",17572,19433,3,340,2504 -"73687",17572,21235,2,340,541 -"73688",17572,21593,3,340,1312 -"73689",17572,25390,3,340,903 -"73690",17572,26642,3,340,2952 -"73691",17572,27016,3,340,1611 -"73692",17572,27908,3,340,2576 -"73693",17572,29267,3,340,1234 -"73694",17572,29997,2,340,1789 -"73695",17572,32606,2,340,2100 -"73696",17572,32778,3,340,2310 -"73697",17572,35004,3,340,1509 -"73698",17572,35715,3,340,2912 -"73699",17572,35903,3,340,1434 -"73700",17572,36487,3,340,2622 -"73701",17572,36514,3,340,1192 -"73702",17572,37632,3,340,1295 -"73703",17572,38087,3,340,1083 -"73704",17572,39062,3,340,2020 -"73705",17572,40138,3,340,2719 -"73706",17572,41278,3,340,1873 -"73707",17572,41338,3,340,1553 -"73708",17572,46486,3,340,1868 -"73709",17572,47148,2,340,569 -"73710",17572,47529,3,340,2914 -"73711",17572,51016,3,340,1141 -"73712",17572,51879,3,340,1771 -"73713",17572,57950,3,340,1529 -"73714",17572,60879,3,340,2792 -"73715",17572,65856,2,340,2504 -"73716",17572,67963,3,340,806 -"73717",17572,68345,3,340,1095 -"73718",17572,69232,3,340,2130 -"73719",17572,71652,3,340,2638 -"73720",17572,76180,3,340,419 -"73721",17572,77031,3,340,801 -"73722",17572,80606,3,340,2079 -"73723",17572,81164,3,340,2260 -"73724",17572,82023,2,340,992 -"73725",17572,90658,3,340,523 -"73726",17572,90837,3,340,825 -"73727",17572,92919,3,340,1645 -"73728",17572,95155,3,340,849 -"73729",17572,102566,3,340,2207 -"73730",17572,108620,3,340,881 -"73731",17572,111955,3,340,504 -"73732",17572,122909,1,340,1198 -"73733",17608,1570,3,1216,2028 -"73734",17608,2724,3,1216,2447 -"73735",17608,3272,3,1216,2132 -"73736",17608,4622,3,1216,1589 -"73737",17608,6063,3,1216,2349 -"73738",17608,7648,2,1216,1861 -"73739",17608,9273,2,1216,1747 -"73740",17608,9328,3,1216,1937 -"73741",17608,10435,3,1216,1984 -"73742",17608,11803,3,1216,1232 -"73743",17608,14061,3,1216,1620 -"73744",17608,14442,3,1216,2700 -"73745",17608,16184,2,1216,2274 -"73746",17608,17768,3,1216,2468 -"73747",17608,18455,2,1216,1237 -"73748",17608,24867,1,1216,1861 -"73749",17608,25053,2,1216,2186 -"73750",17608,25678,3,1216,1558 -"73751",17608,26100,3,1216,1966 -"73752",17608,29067,3,1216,1538 -"73753",17608,31281,3,1216,1937 -"73754",17608,32904,3,1216,2055 -"73755",17608,35844,2,1216,2961 -"73756",17608,36996,2,1216,2321 -"73757",17608,39911,3,1216,1445 -"73758",17608,41669,3,1216,1247 -"73759",17608,44501,3,1216,2567 -"73760",17608,46849,3,1216,1238 -"73761",17608,47094,3,1216,2592 -"73762",17608,49805,3,1216,2445 -"73763",17608,51890,3,1216,1992 -"73764",17608,53640,3,1216,1789 -"73765",17608,55446,3,1216,1247 -"73766",17608,55997,3,1216,1414 -"73767",17608,59289,3,1216,2896 -"73768",17608,67701,3,1216,2289 -"73769",17608,74054,3,1216,1488 -"73770",17608,84322,3,1216,1635 -"73771",17626,3352,3,1265,1707 -"73772",17626,5462,3,1265,2374 -"73773",17626,8866,3,1265,1545 -"73774",17626,21416,1,1265,2375 -"73775",17626,23806,3,1265,1671 -"73776",17626,41033,3,1265,1839 -"73777",17626,49277,3,1265,1928 -"73778",17626,57950,3,1265,1529 -"73779",17626,58180,3,1265,1919 -"73780",17626,59205,3,1265,2387 -"73781",17626,65007,3,1265,2530 -"73782",17626,107435,3,1265,1635 -"73783",17632,145,3,1947,1998 -"73784",17632,160,2,1947,2007 -"73785",17632,270,3,1947,2542 -"73786",17632,316,2,1947,2413 -"73787",17632,341,3,1947,2689 -"73788",17632,1639,3,1947,2631 -"73789",17632,2181,3,1947,2030 -"73790",17632,2424,3,1947,2582 -"73791",17632,2484,3,1947,2389 -"73792",17632,3456,3,1947,1999 -"73793",17632,3978,2,1947,2775 -"73794",17632,3980,3,1947,2771 -"73795",17632,4303,3,1947,2414 -"73796",17632,4646,3,1947,2139 -"73797",17632,4929,2,1947,2240 -"73798",17632,4953,3,1947,2285 -"73799",17632,5610,3,1947,2223 -"73800",17632,6104,2,1947,2462 -"73801",17632,6324,3,1947,1990 -"73802",17632,6449,3,1947,1997 -"73803",17632,7014,3,1947,2401 -"73804",17632,7167,3,1947,1993 -"73805",17632,7241,2,1947,2259 -"73806",17632,7616,3,1947,2296 -"73807",17632,8238,2,1947,2222 -"73808",17632,8258,3,1947,1959 -"73809",17632,8842,2,1947,2535 -"73810",17632,9175,3,1947,2639 -"73811",17632,9331,1,1947,2269 -"73812",17632,12081,2,1947,2166 -"73813",17632,12388,3,1947,1975 -"73814",17632,12560,3,1947,2565 -"73815",17632,13158,3,1947,2667 -"73816",17632,13249,3,1947,2573 -"73817",17632,13601,3,1947,2689 -"73818",17632,13780,3,1947,2412 -"73819",17632,14252,3,1947,2244 -"73820",17632,14918,3,1947,2071 -"73821",17632,15444,3,1947,2764 -"73822",17632,15546,3,1947,2055 -"73823",17632,16437,3,1947,1956 -"73824",17632,16518,3,1947,2642 -"73825",17632,16628,3,1947,2409 -"73826",17632,16866,3,1947,2718 -"73827",17632,17351,1,1947,2036 -"73828",17632,17365,3,1947,2746 -"73829",17632,17520,3,1947,2276 -"73830",17632,17549,1,1947,2647 -"73831",17632,18165,3,1947,2085 -"73832",17632,18865,3,1947,2676 -"73833",17632,19208,2,1947,2629 -"73834",17632,19605,2,1947,2395 -"73835",17632,20331,2,1947,2365 -"73836",17632,21012,3,1947,2325 -"73837",17632,21079,3,1947,1997 -"73838",17632,21734,2,1947,2528 -"73839",17632,22682,3,1947,2035 -"73840",17632,22950,3,1947,2576 -"73841",17632,23745,3,1947,1968 -"73842",17632,24146,3,1947,2003 -"73843",17632,24256,3,1947,2393 -"73844",17632,24558,3,1947,2139 -"73845",17632,24721,3,1947,2326 -"73846",17632,27379,2,1947,2461 -"73847",17632,27796,3,1947,2151 -"73848",17632,29314,3,1947,2736 -"73849",17632,29454,3,1947,2719 -"73850",17632,30081,3,1947,2403 -"73851",17632,30827,2,1947,2323 -"73852",17632,31117,2,1947,2210 -"73853",17632,31159,3,1947,2231 -"73854",17632,31705,3,1947,2706 -"73855",17632,32939,3,1947,2277 -"73856",17632,34120,3,1947,2786 -"73857",17632,34325,3,1947,1982 -"73858",17632,36962,3,1947,2861 -"73859",17632,37238,3,1947,2609 -"73860",17632,38307,2,1947,2648 -"73861",17632,39464,3,1947,2314 -"73862",17632,40368,3,1947,2876 -"73863",17632,41682,3,1947,1988 -"73864",17632,41764,3,1947,2409 -"73865",17632,41900,1,1947,1970 -"73866",17632,41945,1,1947,2856 -"73867",17632,42216,3,1947,2722 -"73868",17632,43404,3,1947,2649 -"73869",17632,43455,2,1947,2846 -"73870",17632,44688,1,1947,2924 -"73871",17632,45239,3,1947,2535 -"73872",17632,46446,2,1947,2295 -"73873",17632,46629,3,1947,2255 -"73874",17632,47564,2,1947,2650 -"73875",17632,49334,3,1947,2433 -"73876",17632,50113,3,1947,2059 -"73877",17632,50252,3,1947,2001 -"73878",17632,50480,2,1947,2701 -"73879",17632,51610,3,1947,2635 -"73880",17632,51866,3,1947,2411 -"73881",17632,53219,3,1947,2973 -"73882",17632,56910,3,1947,2705 -"73883",17632,57532,3,1947,2617 -"73884",17632,57804,3,1947,2214 -"73885",17632,61982,3,1947,2725 -"73886",17632,63395,3,1947,2334 -"73887",17632,63573,3,1947,1973 -"73888",17632,64699,2,1947,2797 -"73889",17632,67145,3,1947,2015 -"73890",17632,70573,2,1947,1993 -"73891",17632,73197,3,1947,1998 -"73892",17632,77815,2,1947,2358 -"73893",17645,2,3,1918,2796 -"73894",17645,237,3,1918,1982 -"73895",17645,680,3,1918,2569 -"73896",17645,841,3,1918,2964 -"73897",17645,913,3,1918,2144 -"73898",17645,1691,3,1918,1941 -"73899",17645,2057,3,1918,1965 -"73900",17645,2181,3,1918,2030 -"73901",17645,2424,3,1918,2582 -"73902",17645,2533,3,1918,2016 -"73903",17645,3127,3,1918,2273 -"73904",17645,3271,3,1918,2216 -"73905",17645,3305,3,1918,2839 -"73906",17645,3453,3,1918,2126 -"73907",17645,3477,3,1918,2546 -"73908",17645,3978,3,1918,2775 -"73909",17645,4057,3,1918,2389 -"73910",17645,4303,2,1918,2414 -"73911",17645,4430,2,1918,2019 -"73912",17645,4567,2,1918,2348 -"73913",17645,4612,3,1918,2804 -"73914",17645,4916,3,1918,1970 -"73915",17645,4932,2,1918,2752 -"73916",17645,5235,3,1918,2324 -"73917",17645,6390,3,1918,2385 -"73918",17645,6989,2,1918,2623 -"73919",17645,7241,3,1918,2259 -"73920",17645,7515,3,1918,2737 -"73921",17645,7759,3,1918,2844 -"73922",17645,7780,2,1918,1920 -"73923",17645,7785,3,1918,2441 -"73924",17645,7847,3,1918,2424 -"73925",17645,7942,3,1918,2623 -"73926",17645,8890,3,1918,1955 -"73927",17645,9184,3,1918,2670 -"73928",17645,9272,3,1918,2835 -"73929",17645,9332,3,1918,2734 -"73930",17645,9723,3,1918,2302 -"73931",17645,10129,3,1918,2124 -"73932",17645,10336,3,1918,2271 -"73933",17645,10370,3,1918,2224 -"73934",17645,11253,3,1918,2577 -"73935",17645,11516,3,1918,1937 -"73936",17645,11538,3,1918,2288 -"73937",17645,11648,3,1918,2852 -"73938",17645,12361,3,1918,2732 -"73939",17645,12374,3,1918,2260 -"73940",17645,12728,2,1918,2374 -"73941",17645,12778,3,1918,2045 -"73942",17645,13007,3,1918,2496 -"73943",17645,14586,3,1918,2801 -"73944",17645,14655,3,1918,2559 -"73945",17645,14676,3,1918,2764 -"73946",17645,18005,3,1918,2449 -"73947",17645,19093,3,1918,2224 -"73948",17645,19380,3,1918,2637 -"73949",17645,20984,3,1918,2502 -"73950",17645,21281,3,1918,1922 -"73951",17645,23132,3,1918,2756 -"73952",17645,23206,3,1918,2805 -"73953",17645,24176,3,1918,1986 -"73954",17645,24568,2,1918,1937 -"73955",17645,27390,3,1918,2425 -"73956",17645,27742,2,1918,2700 -"73957",17645,27914,3,1918,2507 -"73958",17645,28893,3,1918,2764 -"73959",17645,29116,2,1918,2128 -"73960",17645,29473,3,1918,2602 -"73961",17645,30334,3,1918,2075 -"73962",17645,30525,3,1918,1964 -"73963",17645,32761,3,1918,2680 -"73964",17645,32818,3,1918,2485 -"73965",17645,36953,3,1918,2790 -"73966",17645,37036,3,1918,2264 -"73967",17645,37636,2,1918,2178 -"73968",17645,38259,3,1918,2258 -"73969",17645,39189,3,1918,2319 -"73970",17645,39256,2,1918,2449 -"73971",17645,39444,3,1918,2695 -"73972",17645,40368,3,1918,2876 -"73973",17645,40572,3,1918,2666 -"73974",17645,40879,3,1918,2019 -"73975",17645,41723,3,1918,2101 -"73976",17645,42619,3,1918,2017 -"73977",17645,42813,3,1918,2142 -"73978",17645,43226,3,1918,2442 -"73979",17645,43551,3,1918,1993 -"73980",17645,44135,2,1918,2620 -"73981",17645,44235,3,1918,2700 -"73982",17645,44420,3,1918,2184 -"73983",17645,44744,2,1918,2032 -"73984",17645,45461,3,1918,2458 -"73985",17645,46532,3,1918,2005 -"73986",17645,47803,3,1918,2477 -"73987",17645,48110,3,1918,2009 -"73988",17645,50509,3,1918,2050 -"73989",17645,50585,3,1918,2414 -"73990",17645,51783,3,1918,2599 -"73991",17645,52041,3,1918,2694 -"73992",17645,52815,3,1918,2323 -"73993",17645,53637,3,1918,2113 -"73994",17645,54775,3,1918,2383 -"73995",17645,56537,3,1918,2409 -"73996",17645,56995,2,1918,2323 -"73997",17645,57765,3,1918,2893 -"73998",17645,58508,3,1918,2326 -"73999",17645,58655,3,1918,2685 -"74000",17645,58745,3,1918,1920 -"74001",17645,63077,3,1918,2778 -"74002",17645,63409,2,1918,1937 -"74003",17645,69335,3,1918,2698 -"74004",17645,70046,3,1918,2624 -"74005",17645,71531,3,1918,2887 -"74006",17645,73305,3,1918,2544 -"74007",17645,79804,3,1918,2227 -"74008",17645,80429,3,1918,1927 -"74009",17645,83907,3,1918,2056 -"74010",17645,96387,3,1918,2159 -"74011",17645,100690,3,1918,2829 -"74012",17645,108867,3,1918,2328 -"74013",17645,109703,3,1918,1925 -"74014",17672,5937,3,1987,2392 -"74015",17672,10119,3,1987,2374 -"74016",17672,14612,2,1987,2340 -"74017",17672,14957,3,1987,2306 -"74018",17672,18574,3,1987,2305 -"74019",17672,19002,3,1987,2053 -"74020",17672,20011,3,1987,2826 -"74021",17672,20541,2,1987,2617 -"74022",17672,25330,3,1987,2370 -"74023",17672,41141,3,1987,2159 -"74024",17672,44744,3,1987,2032 -"74025",17672,64641,2,1987,2617 -"74026",17672,76997,3,1987,2223 -"74027",17672,78002,3,1987,2271 -"74028",17672,80615,3,1987,2252 -"74029",17687,900,3,593,2726 -"74030",17687,2057,3,593,1965 -"74031",17687,8140,3,593,1262 -"74032",17687,9552,3,593,1947 -"74033",17687,10223,1,593,1033 -"74034",17687,14586,3,593,2801 -"74035",17687,19406,3,593,619 -"74036",17687,20176,3,593,1050 -"74037",17687,23015,2,593,1362 -"74038",17687,27255,3,593,1232 -"74039",17687,28446,3,593,917 -"74040",17687,28893,2,593,2764 -"74041",17687,28904,3,593,926 -"74042",17687,32339,3,593,2430 -"74043",17687,32651,3,593,877 -"74044",17687,33665,3,593,787 -"74045",17687,37752,3,593,2223 -"74046",17687,38373,3,593,1928 -"74047",17687,39443,1,593,2277 -"74048",17687,39746,3,593,1361 -"74049",17687,39875,2,593,2422 -"74050",17687,47889,3,593,992 -"74051",17687,47968,3,593,2829 -"74052",17687,51879,3,593,1771 -"74053",17687,52879,3,593,777 -"74054",17687,58015,3,593,899 -"74055",17687,59485,3,593,1564 -"74056",17687,65188,3,593,2213 -"74057",17687,65696,3,593,998 -"74058",17687,66978,2,593,1536 -"74059",17687,69788,3,593,2007 -"74060",17687,74149,3,593,1322 -"74061",17687,84447,3,593,1006 -"74062",17687,86580,3,593,696 -"74063",17687,115078,3,593,697 -"74064",17695,378,3,1930,2766 -"74065",17695,2282,3,1930,2056 -"74066",17695,2443,3,1930,2333 -"74067",17695,3158,3,1930,2762 -"74068",17695,3271,3,1930,2216 -"74069",17695,4249,2,1930,2547 -"74070",17695,4634,3,1930,2291 -"74071",17695,6223,3,1930,2363 -"74072",17695,6345,3,1930,2713 -"74073",17695,6999,3,1930,2214 -"74074",17695,7787,2,1930,2314 -"74075",17695,8463,3,1930,2466 -"74076",17695,9272,3,1930,2835 -"74077",17695,9724,3,1930,2713 -"74078",17695,9910,3,1930,2526 -"74079",17695,10701,1,1930,2000 -"74080",17695,12966,3,1930,2011 -"74081",17695,14470,3,1930,2632 -"74082",17695,14612,3,1930,2340 -"74083",17695,14957,2,1930,2306 -"74084",17695,15782,2,1930,2306 -"74085",17695,16963,2,1930,1999 -"74086",17695,17499,2,1930,2954 -"74087",17695,19366,2,1930,2279 -"74088",17695,20695,3,1930,2526 -"74089",17695,21358,3,1930,1970 -"74090",17695,21571,3,1930,2755 -"74091",17695,22566,3,1930,2308 -"74092",17695,23550,3,1930,2939 -"74093",17695,26597,2,1930,2070 -"74094",17695,30714,3,1930,2485 -"74095",17695,31855,3,1930,2636 -"74096",17695,32169,2,1930,2504 -"74097",17695,36840,3,1930,2269 -"74098",17695,37684,3,1930,2899 -"74099",17695,42382,3,1930,2224 -"74100",17695,42390,3,1930,2937 -"74101",17695,43226,3,1930,2442 -"74102",17695,43701,2,1930,2400 -"74103",17695,46800,3,1930,2720 -"74104",17695,47607,3,1930,2724 -"74105",17695,48110,3,1930,2009 -"74106",17695,49142,3,1930,2289 -"74107",17695,53584,3,1930,2391 -"74108",17695,53652,3,1930,2899 -"74109",17695,58508,3,1930,2326 -"74110",17695,69335,3,1930,2698 -"74111",17695,71999,3,1930,2685 -"74112",17695,73520,3,1930,2613 -"74113",17695,78277,3,1930,1937 -"74114",17695,80615,3,1930,2252 -"74115",17695,80970,3,1930,2069 -"74116",17698,135,3,1559,2233 -"74117",17698,145,2,1559,1998 -"74118",17698,279,3,1559,1989 -"74119",17698,312,3,1559,2038 -"74120",17698,455,3,1559,2827 -"74121",17698,470,2,1559,2285 -"74122",17698,499,3,1559,1931 -"74123",17698,600,1,1559,1702 -"74124",17698,913,1,1559,2144 -"74125",17698,1102,3,1559,2282 -"74126",17698,2523,3,1559,1691 -"74127",17698,2625,3,1559,2152 -"74128",17698,2954,3,1559,2727 -"74129",17698,4084,2,1559,2133 -"74130",17698,4687,3,1559,2152 -"74131",17698,5429,3,1559,1991 -"74132",17698,6052,3,1559,1985 -"74133",17698,6390,3,1559,2385 -"74134",17698,7245,3,1559,2089 -"74135",17698,7515,3,1559,2737 -"74136",17698,7847,3,1559,2424 -"74137",17698,9184,3,1559,2670 -"74138",17698,9311,3,1559,2477 -"74139",17698,9362,3,1559,2879 -"74140",17698,9432,3,1559,1693 -"74141",17698,9805,3,1559,1621 -"74142",17698,10433,2,1559,2075 -"74143",17698,11516,2,1559,1937 -"74144",17698,12199,3,1559,1651 -"74145",17698,12528,3,1559,2589 -"74146",17698,12602,2,1559,1956 -"74147",17698,12618,3,1559,2021 -"74148",17698,12724,3,1559,1930 -"74149",17698,14652,3,1559,2516 -"74150",17698,17645,3,1559,1918 -"74151",17698,18108,3,1559,1656 -"74152",17698,18315,3,1559,2720 -"74153",17698,18543,3,1559,2968 -"74154",17698,19248,3,1559,2357 -"74155",17698,19322,3,1559,2048 -"74156",17698,19335,3,1559,1729 -"74157",17698,22566,3,1559,2308 -"74158",17698,22567,3,1559,2396 -"74159",17698,23132,3,1559,2756 -"74160",17698,23705,3,1559,2699 -"74161",17698,23918,2,1559,1881 -"74162",17698,24448,2,1559,2289 -"74163",17698,24568,1,1559,1937 -"74164",17698,25289,3,1559,1790 -"74165",17698,27275,2,1559,2656 -"74166",17698,27377,3,1559,1724 -"74167",17698,27390,2,1559,2425 -"74168",17698,28101,3,1559,1949 -"74169",17698,28115,3,1559,1835 -"74170",17698,28991,3,1559,1688 -"74171",17698,29170,3,1559,1846 -"74172",17698,29308,1,1559,2094 -"74173",17698,29930,3,1559,2240 -"74174",17698,30052,3,1559,2855 -"74175",17698,31235,2,1559,2668 -"74176",17698,33622,3,1559,2230 -"74177",17698,34160,3,1559,1759 -"74178",17698,35302,3,1559,1589 -"74179",17698,36651,3,1559,1600 -"74180",17698,38780,3,1559,2705 -"74181",17698,40383,3,1559,2639 -"74182",17698,42799,3,1559,2729 -"74183",17698,45633,3,1559,2134 -"74184",17698,47445,3,1559,2668 -"74185",17698,50041,3,1559,1565 -"74186",17698,51925,3,1559,2307 -"74187",17698,52576,3,1559,2234 -"74188",17698,53196,3,1559,1888 -"74189",17698,54158,3,1559,1756 -"74190",17698,56317,3,1559,2030 -"74191",17698,57544,3,1559,2443 -"74192",17698,62219,3,1559,2494 -"74193",17698,63409,2,1559,1937 -"74194",17698,64181,2,1559,1828 -"74195",17698,64997,3,1559,2791 -"74196",17698,66413,2,1559,2507 -"74197",17698,67652,3,1559,2736 -"74198",17698,68810,3,1559,2409 -"74199",17698,73305,1,1559,2544 -"74200",17698,76892,3,1559,2381 -"74201",17698,79804,3,1559,2227 -"74202",17698,80429,3,1559,1927 -"74203",17698,82949,3,1559,2077 -"74204",17698,105063,2,1559,1908 -"74205",17698,107649,3,1559,1573 -"74206",17704,2709,2,1651,1673 -"74207",17704,26867,3,1651,1804 -"74208",17704,37358,2,1651,2128 -"74209",17704,45684,3,1651,2200 -"74210",17704,57246,3,1651,1873 -"74211",17704,68487,3,1651,2592 -"74212",17716,997,3,915,2788 -"74213",17716,998,3,915,1795 -"74214",17716,1355,3,915,2473 -"74215",17716,2591,2,915,1949 -"74216",17716,3242,3,915,1730 -"74217",17716,3853,3,915,2465 -"74218",17716,4980,3,915,2093 -"74219",17716,5785,3,915,1261 -"74220",17716,6577,2,915,1951 -"74221",17716,8258,3,915,1959 -"74222",17716,9114,3,915,961 -"74223",17716,14482,3,915,1573 -"74224",17716,16164,3,915,1184 -"74225",17716,19027,3,915,2721 -"74226",17716,19771,2,915,2410 -"74227",17716,21911,2,915,1184 -"74228",17716,24807,3,915,2319 -"74229",17716,25508,3,915,2081 -"74230",17716,28635,3,915,2368 -"74231",17716,28731,2,915,955 -"74232",17716,30438,3,915,1617 -"74233",17716,31243,1,915,1355 -"74234",17716,34480,3,915,2755 -"74235",17716,34492,3,915,1798 -"74236",17716,35777,2,915,1166 -"74237",17716,38449,3,915,1802 -"74238",17716,42722,2,915,2368 -"74239",17716,42747,1,915,1189 -"74240",17716,43225,2,915,1835 -"74241",17716,45715,3,915,2287 -"74242",17716,50977,3,915,2352 -"74243",17716,51410,3,915,2739 -"74244",17716,51471,3,915,1280 -"74245",17716,51987,3,915,1397 -"74246",17716,60289,3,915,2729 -"74247",17716,60867,1,915,2689 -"74248",17716,67383,3,915,1739 -"74249",17716,67690,3,915,1902 -"74250",17716,72207,3,915,2430 -"74251",17716,81949,3,915,950 -"74252",17716,86550,3,915,955 -"74253",17716,109383,3,915,952 -"74254",17721,160,3,1410,2007 -"74255",17721,3978,3,1410,2775 -"74256",17721,6162,3,1410,1673 -"74257",17721,6821,3,1410,1788 -"74258",17721,8258,3,1410,1959 -"74259",17721,9331,3,1410,2269 -"74260",17721,9423,3,1410,1708 -"74261",17721,10382,3,1410,2111 -"74262",17721,12081,3,1410,2166 -"74263",17721,13601,2,1410,2689 -"74264",17721,17351,2,1410,2036 -"74265",17721,17549,3,1410,2647 -"74266",17721,17632,2,1410,1947 -"74267",17721,17790,3,1410,2783 -"74268",17721,18670,3,1410,1835 -"74269",17721,19453,3,1410,1928 -"74270",17721,21734,3,1410,2528 -"74271",17721,23745,3,1410,1968 -"74272",17721,24721,2,1410,2326 -"74273",17721,25610,3,1410,2328 -"74274",17721,26595,2,1410,1566 -"74275",17721,27642,3,1410,1531 -"74276",17721,28640,3,1410,1475 -"74277",17721,30092,3,1410,1593 -"74278",17721,31117,3,1410,2210 -"74279",17721,34325,3,1410,1982 -"74280",17721,35888,3,1410,2291 -"74281",17721,41900,2,1410,1970 -"74282",17721,41945,2,1410,2856 -"74283",17721,43455,3,1410,2846 -"74284",17721,44688,3,1410,2924 -"74285",17721,46042,3,1410,1692 -"74286",17721,46091,3,1410,1938 -"74287",17721,46446,3,1410,2295 -"74288",17721,49470,3,1410,1528 -"74289",17721,53779,3,1410,2000 -"74290",17721,54879,3,1410,2210 -"74291",17721,62903,3,1410,1704 -"74292",17721,64502,2,1410,1670 -"74293",17721,67145,3,1410,2015 -"74294",17721,72391,3,1410,1547 -"74295",17721,73197,3,1410,1998 -"74296",17722,4350,3,976,1392 -"74297",17722,9579,3,976,2105 -"74298",17722,18571,3,976,2128 -"74299",17722,27297,2,976,1382 -"74300",17722,38755,3,976,2902 -"74301",17722,39105,3,976,2487 -"74302",17722,46951,3,976,2429 -"74303",17722,51460,2,976,1872 -"74304",17722,51647,3,976,1382 -"74305",17722,62852,3,976,2067 -"74306",17722,76666,3,976,1908 -"74307",17722,78163,3,976,1366 -"74308",17722,83907,3,976,2056 -"74309",17728,2407,3,1542,1725 -"74310",17728,2524,2,1542,1708 -"74311",17728,18965,3,1542,2315 -"74312",17728,32110,3,1542,2224 -"74313",17728,72348,3,1542,1810 -"74314",17728,115059,3,1542,2552 -"74315",17750,1364,2,672,859 -"74316",17750,3144,1,672,869 -"74317",17750,16096,3,672,2301 -"74318",17750,18543,3,672,2968 -"74319",17750,19718,3,672,1702 -"74320",17750,32503,3,672,2020 -"74321",17750,43173,3,672,2895 -"74322",17750,45460,3,672,918 -"74323",17750,51572,3,672,912 -"74324",17750,73675,3,672,887 -"74325",17750,121291,3,672,1955 -"74326",17752,96349,3,1683,1874 -"74327",17768,14442,2,2468,2700 -"74328",17768,22905,3,2468,2599 -"74329",17768,28627,3,2468,2694 -"74330",17768,35844,3,2468,2961 -"74331",17768,42136,3,2468,2551 -"74332",17768,47094,3,2468,2592 -"74333",17768,56413,3,2468,2747 -"74334",17768,59289,3,2468,2896 -"74335",17815,5937,2,2070,2392 -"74336",17815,56413,3,2070,2747 -"74337",17815,76997,3,2070,2223 -"74338",17819,5315,3,2291,2631 -"74339",17819,9311,3,2291,2477 -"74340",17819,9928,3,2291,2345 -"74341",17819,10148,3,2291,2964 -"74342",17819,10358,3,2291,2294 -"74343",17819,10779,2,2291,2881 -"74344",17819,11218,3,2291,2292 -"74345",17819,15626,2,2291,2434 -"74346",17819,16096,3,2291,2301 -"74347",17819,16195,2,2291,2964 -"74348",17819,16352,3,2291,2657 -"74349",17819,17852,3,2291,2840 -"74350",17819,20067,3,2291,2390 -"74351",17819,21138,3,2291,2849 -"74352",17819,22331,2,2291,2687 -"74353",17819,23310,3,2291,2371 -"74354",17819,23725,3,2291,2378 -"74355",17819,24825,3,2291,2686 -"74356",17819,32919,3,2291,2321 -"74357",17819,33160,3,2291,2441 -"74358",17819,33433,3,2291,2805 -"74359",17819,34735,3,2291,2767 -"74360",17819,41955,3,2291,2479 -"74361",17819,45704,3,2291,2687 -"74362",17819,47248,3,2291,2883 -"74363",17819,48820,3,2291,2769 -"74364",17819,50134,3,2291,2674 -"74365",17819,51035,3,2291,2397 -"74366",17819,51853,3,2291,2520 -"74367",17819,54929,2,2291,2783 -"74368",17819,57765,3,2291,2893 -"74369",17819,59113,3,2291,2434 -"74370",17819,70528,3,2291,2727 -"74371",17821,1044,3,858,880 -"74372",17821,1102,3,858,2282 -"74373",17821,1364,3,858,859 -"74374",17821,2424,3,858,2582 -"74375",17821,3493,3,858,2451 -"74376",17821,4360,3,858,1770 -"74377",17821,4785,3,858,996 -"74378",17821,10488,3,858,1524 -"74379",17821,16940,3,858,1290 -"74380",17821,21197,3,858,1437 -"74381",17821,21198,3,858,935 -"74382",17821,23727,1,858,1734 -"74383",17821,23729,1,858,1624 -"74384",17821,23970,1,858,1624 -"74385",17821,24853,3,858,1004 -"74386",17821,30325,3,858,1067 -"74387",17821,30981,3,858,2366 -"74388",17821,43213,3,858,2160 -"74389",17821,46196,3,858,1510 -"74390",17821,52136,2,858,1412 -"74391",17821,52576,2,858,2234 -"74392",17821,54388,3,858,1257 -"74393",17821,55082,3,858,1856 -"74394",17821,56082,3,858,2395 -"74395",17821,71342,3,858,1289 -"74396",17821,72207,3,858,2430 -"74397",17821,75403,3,858,1895 -"74398",17821,77305,2,858,965 -"74399",17821,81588,3,858,1568 -"74400",17821,89097,3,858,935 -"74401",17826,18151,3,2920,2962 -"74402",17841,77189,3,1700,1965 -"74403",17852,16195,3,2840,2964 -"74404",17852,30052,3,2840,2855 -"74405",17852,50785,3,2840,2877 -"74406",17852,57765,3,2840,2893 -"74407",17867,270,3,1904,2542 -"74408",17867,2181,3,1904,2030 -"74409",17867,2424,3,1904,2582 -"74410",17867,4953,2,1904,2285 -"74411",17867,5610,3,1904,2223 -"74412",17867,6449,3,1904,1997 -"74413",17867,7794,3,1904,2972 -"74414",17867,8238,3,1904,2222 -"74415",17867,8842,3,1904,2535 -"74416",17867,9175,3,1904,2639 -"74417",17867,12042,3,1904,2345 -"74418",17867,12081,3,1904,2166 -"74419",17867,12982,3,1904,2143 -"74420",17867,13249,3,1904,2573 -"74421",17867,14252,3,1904,2244 -"74422",17867,14507,3,1904,2686 -"74423",17867,15008,1,1904,2338 -"74424",17867,15381,3,1904,2289 -"74425",17867,15729,1,1904,2338 -"74426",17867,16628,3,1904,2409 -"74427",17867,17351,3,1904,2036 -"74428",17867,17365,3,1904,2746 -"74429",17867,21029,3,1904,1943 -"74430",17867,22682,3,1904,2035 -"74431",17867,24825,3,1904,2686 -"74432",17867,25198,3,1904,1982 -"74433",17867,27796,3,1904,2151 -"74434",17867,31159,2,1904,2231 -"74435",17867,31295,2,1904,2183 -"74436",17867,33380,3,1904,2340 -"74437",17867,37238,3,1904,2609 -"74438",17867,38307,2,1904,2648 -"74439",17867,39464,2,1904,2314 -"74440",17867,41945,3,1904,2856 -"74441",17867,42486,2,1904,1951 -"74442",17867,42783,2,1904,2338 -"74443",17867,43455,2,1904,2846 -"74444",17867,45239,3,1904,2535 -"74445",17867,46629,3,1904,2255 -"74446",17867,47564,3,1904,2650 -"74447",17867,50113,3,1904,2059 -"74448",17867,51866,3,1904,2411 -"74449",17867,52032,3,1904,2853 -"74450",17867,52892,3,1904,2372 -"74451",17867,53219,3,1904,2973 -"74452",17867,53995,2,1904,2151 -"74453",17867,54953,3,1904,2223 -"74454",17867,55261,3,1904,1915 -"74455",17867,56854,3,1904,2022 -"74456",17867,60974,3,1904,2972 -"74457",17867,61982,3,1904,2725 -"74458",17867,63442,3,1904,1965 -"74459",17867,69453,3,1904,2831 -"74460",17867,70573,3,1904,1993 -"74461",17867,75311,3,1904,2745 -"74462",17883,1226,3,1006,2353 -"74463",17883,2195,3,1006,2139 -"74464",17883,2982,3,1006,1233 -"74465",17883,22415,3,1006,2841 -"74466",17883,24648,3,1006,1833 -"74467",17883,35301,1,1006,1302 -"74468",17883,37108,3,1006,1202 -"74469",17883,44151,1,1006,1796 -"74470",17883,71971,3,1006,1294 -"74471",17883,82949,3,1006,2077 -"74472",17883,86505,2,1006,1302 -"74473",17884,2802,3,1677,1836 -"74474",17884,20604,3,1677,1684 -"74475",17884,79793,3,1677,1915 -"74476",17887,3456,2,1750,1999 -"74477",17887,17974,3,1750,2876 -"74478",17906,1367,3,1940,2176 -"74479",17906,6241,3,1940,2264 -"74480",17906,10859,3,1940,2231 -"74481",17906,24060,3,1940,2349 -"74482",17906,39278,3,1940,1952 -"74483",17906,41023,3,1940,2408 -"74484",17906,41607,3,1940,2802 -"74485",17906,46584,3,1940,1972 -"74486",17906,47362,3,1940,2253 -"74487",17925,55,3,2385,2524 -"74488",17925,4403,3,2385,2416 -"74489",17925,6621,3,2385,2478 -"74490",17925,16866,3,2385,2718 -"74491",17925,20695,3,2385,2526 -"74492",17925,26740,3,2385,2695 -"74493",17925,32724,1,2385,2581 -"74494",17925,37801,2,2385,2578 -"74495",17925,44312,2,2385,2741 -"74496",17925,48931,2,2385,2444 -"74497",17925,65054,3,2385,2593 -"74498",17931,270,2,1617,2542 -"74499",17931,312,3,1617,2038 -"74500",17931,671,3,1617,2328 -"74501",17931,803,3,1617,1666 -"74502",17931,913,3,1617,2144 -"74503",17931,1046,3,1617,1881 -"74504",17931,1175,1,1617,1642 -"74505",17931,1321,3,1617,2075 -"74506",17931,2111,3,1617,1904 -"74507",17931,2224,3,1617,2751 -"74508",17931,2322,3,1617,1645 -"74509",17931,2325,3,1617,1641 -"74510",17931,2424,1,1617,2582 -"74511",17931,2533,2,1617,2016 -"74512",17931,3305,2,1617,2839 -"74513",17931,3695,3,1617,2612 -"74514",17931,3886,2,1617,1669 -"74515",17931,3966,1,1617,2425 -"74516",17931,4418,3,1617,2788 -"74517",17931,4953,3,1617,2285 -"74518",17931,5429,3,1617,1991 -"74519",17931,5622,3,1617,2175 -"74520",17931,6363,3,1617,2066 -"74521",17931,6449,3,1617,1997 -"74522",17931,6588,3,1617,2025 -"74523",17931,6602,3,1617,1631 -"74524",17931,7861,3,1617,1647 -"74525",17931,8621,3,1617,1681 -"74526",17931,8762,3,1617,2585 -"74527",17931,9175,3,1617,2639 -"74528",17931,9269,3,1617,1892 -"74529",17931,9311,3,1617,2477 -"74530",17931,10857,2,1617,2253 -"74531",17931,10890,3,1617,2639 -"74532",17931,11006,2,1617,1950 -"74533",17931,11440,3,1617,2026 -"74534",17931,12375,3,1617,1873 -"74535",17931,13307,3,1617,2206 -"74536",17931,14252,3,1617,2244 -"74537",17931,14972,3,1617,2332 -"74538",17931,15207,3,1617,1855 -"74539",17931,15813,1,1617,2143 -"74540",17931,16201,3,1617,1811 -"74541",17931,16432,2,1617,2664 -"74542",17931,16539,3,1617,1947 -"74543",17931,16835,3,1617,1739 -"74544",17931,17365,3,1617,2746 -"74545",17931,17400,3,1617,2231 -"74546",17931,17943,3,1617,1943 -"74547",17931,18011,3,1617,1636 -"74548",17931,18394,3,1617,2356 -"74549",17931,19248,2,1617,2357 -"74550",17931,19622,3,1617,2371 -"74551",17931,19719,2,1617,2177 -"74552",17931,21012,3,1617,2325 -"74553",17931,21164,2,1617,1645 -"74554",17931,21193,3,1617,2490 -"74555",17931,21285,2,1617,2100 -"74556",17931,22277,3,1617,2424 -"74557",17931,23508,3,1617,1907 -"74558",17931,23715,3,1617,1859 -"74559",17931,23725,3,1617,2378 -"74560",17931,23729,3,1617,1624 -"74561",17931,24612,3,1617,1875 -"74562",17931,24753,3,1617,2860 -"74563",17931,25129,3,1617,2647 -"74564",17931,25198,3,1617,1982 -"74565",17931,25325,2,1617,2963 -"74566",17931,25577,3,1617,1946 -"74567",17931,25971,3,1617,2608 -"74568",17931,26740,3,1617,2695 -"74569",17931,26749,3,1617,2965 -"74570",17931,27275,3,1617,2656 -"74571",17931,27694,3,1617,2030 -"74572",17931,29917,2,1617,1962 -"74573",17931,29930,3,1617,2240 -"74574",17931,30052,3,1617,2855 -"74575",17931,34331,3,1617,1727 -"74576",17931,34480,3,1617,2755 -"74577",17931,34509,3,1617,1973 -"74578",17931,34820,3,1617,1630 -"74579",17931,35045,3,1617,1646 -"74580",17931,37285,3,1617,2428 -"74581",17931,37301,3,1617,2160 -"74582",17931,37418,3,1617,2710 -"74583",17931,38019,3,1617,1870 -"74584",17931,38263,3,1617,2475 -"74585",17931,38307,3,1617,2648 -"74586",17931,39294,3,1617,1889 -"74587",17931,40493,3,1617,1981 -"74588",17931,41664,3,1617,2641 -"74589",17931,41945,3,1617,2856 -"74590",17931,42216,3,1617,2722 -"74591",17931,42574,3,1617,2842 -"74592",17931,43385,3,1617,1623 -"74593",17931,43455,2,1617,2846 -"74594",17931,45239,3,1617,2535 -"74595",17931,45608,3,1617,2420 -"74596",17931,45684,3,1617,2200 -"74597",17931,46629,2,1617,2255 -"74598",17931,47248,3,1617,2883 -"74599",17931,48605,3,1617,2796 -"74600",17931,49110,3,1617,2938 -"74601",17931,49620,3,1617,1868 -"74602",17931,50685,3,1617,2008 -"74603",17931,51017,3,1617,2073 -"74604",17931,51041,3,1617,2606 -"74605",17931,51866,3,1617,2411 -"74606",17931,52323,3,1617,2148 -"74607",17931,52570,2,1617,2645 -"74608",17931,52576,2,1617,2234 -"74609",17931,54551,3,1617,2348 -"74610",17931,55082,3,1617,1856 -"74611",17931,56082,3,1617,2395 -"74612",17931,56317,3,1617,2030 -"74613",17931,58451,3,1617,1939 -"74614",17931,58508,3,1617,2326 -"74615",17931,61982,2,1617,2725 -"74616",17931,62841,2,1617,2710 -"74617",17931,64181,3,1617,1828 -"74618",17931,67383,3,1617,1739 -"74619",17931,68215,3,1617,2727 -"74620",17931,69348,3,1617,2783 -"74621",17931,76892,1,1617,2381 -"74622",17931,82681,3,1617,1620 -"74623",17931,82949,3,1617,2077 -"74624",17931,86799,2,1617,1951 -"74625",17931,94404,3,1617,1836 -"74626",17934,2424,3,1059,2582 -"74627",17934,3271,3,1059,2216 -"74628",17934,3961,2,1059,2426 -"74629",17934,4289,3,1059,1921 -"74630",17934,4939,3,1059,1382 -"74631",17934,5239,3,1059,2875 -"74632",17934,7196,3,1059,1508 -"74633",17934,7269,3,1059,1728 -"74634",17934,7984,3,1059,2493 -"74635",17934,9272,3,1059,2835 -"74636",17934,10358,3,1059,2294 -"74637",17934,11477,3,1059,2724 -"74638",17934,13780,3,1059,2412 -"74639",17934,14943,3,1059,1942 -"74640",17934,15401,2,1059,1999 -"74641",17934,16625,3,1059,1285 -"74642",17934,16801,2,1059,2008 -"74643",17934,16826,3,1059,2599 -"74644",17934,18103,3,1059,1968 -"74645",17934,20311,3,1059,1981 -"74646",17934,21197,3,1059,1437 -"74647",17934,21285,3,1059,2100 -"74648",17934,21754,3,1059,1881 -"74649",17934,25271,3,1059,1172 -"74650",17934,25577,3,1059,1946 -"74651",17934,26713,3,1059,1235 -"74652",17934,28784,3,1059,1579 -"74653",17934,30747,3,1059,2455 -"74654",17934,31069,3,1059,1995 -"74655",17934,32988,2,1059,2008 -"74656",17934,33801,3,1059,2899 -"74657",17934,34158,3,1059,2639 -"74658",17934,36862,3,1059,2655 -"74659",17934,38019,3,1059,1870 -"74660",17934,38219,2,1059,1689 -"74661",17934,40432,3,1059,1956 -"74662",17934,40645,2,1059,1899 -"74663",17934,42505,3,1059,2008 -"74664",17934,43226,3,1059,2442 -"74665",17934,44720,3,1059,1202 -"74666",17934,45959,3,1059,1880 -"74667",17934,46040,3,1059,2105 -"74668",17934,48110,3,1059,2009 -"74669",17934,56317,3,1059,2030 -"74670",17934,58164,3,1059,2398 -"74671",17934,58508,3,1059,2326 -"74672",17934,60718,3,1059,1229 -"74673",17934,65155,2,1059,1947 -"74674",17934,65203,2,1059,1597 -"74675",17934,65322,2,1059,2008 -"74676",17934,65679,3,1059,1578 -"74677",17934,69335,3,1059,2698 -"74678",17934,76511,2,1059,1250 -"74679",17934,78150,2,1059,2581 -"74680",17934,79567,3,1059,1942 -"74681",17934,80301,3,1059,1690 -"74682",17934,89511,3,1059,1205 -"74683",17934,92757,3,1059,2615 -"74684",17934,96352,2,1059,1493 -"74685",17934,97160,3,1059,1215 -"74686",17934,106620,3,1059,1177 -"74687",17938,25,3,1410,2762 -"74688",17938,145,3,1410,1998 -"74689",17938,160,2,1410,2007 -"74690",17938,270,3,1410,2542 -"74691",17938,316,3,1410,2413 -"74692",17938,341,3,1410,2689 -"74693",17938,915,3,1410,1793 -"74694",17938,1034,3,1410,1438 -"74695",17938,1046,3,1410,1881 -"74696",17938,1641,3,1410,1490 -"74697",17938,2424,3,1410,2582 -"74698",17938,2484,3,1410,2389 -"74699",17938,3456,3,1410,1999 -"74700",17938,3765,3,1410,2775 -"74701",17938,3978,2,1410,2775 -"74702",17938,3980,3,1410,2771 -"74703",17938,4191,3,1410,2130 -"74704",17938,4303,3,1410,2414 -"74705",17938,4618,3,1410,2607 -"74706",17938,4646,3,1410,2139 -"74707",17938,4929,3,1410,2240 -"74708",17938,4953,3,1410,2285 -"74709",17938,5392,3,1410,1648 -"74710",17938,5725,3,1410,2789 -"74711",17938,6104,3,1410,2462 -"74712",17938,6162,2,1410,1673 -"74713",17938,6324,3,1410,1990 -"74714",17938,6449,3,1410,1997 -"74715",17938,6821,2,1410,1788 -"74716",17938,7014,3,1410,2401 -"74717",17938,7029,3,1410,2204 -"74718",17938,7167,3,1410,1993 -"74719",17938,7241,3,1410,2259 -"74720",17938,8192,3,1410,1670 -"74721",17938,8238,3,1410,2222 -"74722",17938,8258,2,1410,1959 -"74723",17938,8842,3,1410,2535 -"74724",17938,9331,2,1410,2269 -"74725",17938,9423,2,1410,1708 -"74726",17938,11875,3,1410,1526 -"74727",17938,12081,2,1410,2166 -"74728",17938,12388,3,1410,1975 -"74729",17938,12449,3,1410,2067 -"74730",17938,12729,3,1410,1835 -"74731",17938,13158,3,1410,2667 -"74732",17938,13601,2,1410,2689 -"74733",17938,14252,3,1410,2244 -"74734",17938,14622,3,1410,1608 -"74735",17938,14918,3,1410,2071 -"74736",17938,15444,3,1410,2764 -"74737",17938,16437,3,1410,1956 -"74738",17938,16628,3,1410,2409 -"74739",17938,16850,3,1410,1657 -"74740",17938,17351,1,1410,2036 -"74741",17938,17365,3,1410,2746 -"74742",17938,17520,3,1410,2276 -"74743",17938,17549,2,1410,2647 -"74744",17938,17632,1,1410,1947 -"74745",17938,17790,3,1410,2783 -"74746",17938,18165,3,1410,2085 -"74747",17938,18381,3,1410,1524 -"74748",17938,18670,2,1410,1835 -"74749",17938,19208,3,1410,2629 -"74750",17938,19605,3,1410,2395 -"74751",17938,20331,3,1410,2365 -"74752",17938,20419,3,1410,1587 -"74753",17938,21079,3,1410,1997 -"74754",17938,21734,2,1410,2528 -"74755",17938,22682,3,1410,2035 -"74756",17938,23745,2,1410,1968 -"74757",17938,24066,3,1410,1755 -"74758",17938,24169,3,1410,1663 -"74759",17938,24256,3,1410,2393 -"74760",17938,24558,3,1410,2139 -"74761",17938,24721,2,1410,2326 -"74762",17938,25341,3,1410,1858 -"74763",17938,25610,3,1410,2328 -"74764",17938,26595,1,1410,1566 -"74765",17938,27379,3,1410,2461 -"74766",17938,27642,2,1410,1531 -"74767",17938,27796,3,1410,2151 -"74768",17938,28635,3,1410,2368 -"74769",17938,28640,2,1410,1475 -"74770",17938,29289,3,1410,1756 -"74771",17938,29512,3,1410,1594 -"74772",17938,30092,2,1410,1593 -"74773",17938,30827,3,1410,2323 -"74774",17938,31117,2,1410,2210 -"74775",17938,31159,3,1410,2231 -"74776",17938,31705,3,1410,2706 -"74777",17938,31890,3,1410,1487 -"74778",17938,32939,3,1410,2277 -"74779",17938,34120,3,1410,2786 -"74780",17938,34325,2,1410,1982 -"74781",17938,35888,3,1410,2291 -"74782",17938,36578,3,1410,1484 -"74783",17938,37238,3,1410,2609 -"74784",17938,38307,3,1410,2648 -"74785",17938,38727,3,1410,2238 -"74786",17938,38921,3,1410,1880 -"74787",17938,39464,3,1410,2314 -"74788",17938,41682,3,1410,1988 -"74789",17938,41900,1,1410,1970 -"74790",17938,41945,1,1410,2856 -"74791",17938,42216,3,1410,2722 -"74792",17938,42264,3,1410,1702 -"74793",17938,43404,3,1410,2649 -"74794",17938,43455,2,1410,2846 -"74795",17938,44688,2,1410,2924 -"74796",17938,45239,3,1410,2535 -"74797",17938,46042,2,1410,1692 -"74798",17938,46091,3,1410,1938 -"74799",17938,46446,2,1410,2295 -"74800",17938,46629,3,1410,2255 -"74801",17938,46680,3,1410,1690 -"74802",17938,47564,3,1410,2650 -"74803",17938,48605,3,1410,2796 -"74804",17938,49470,2,1410,1528 -"74805",17938,50113,3,1410,2059 -"74806",17938,50252,3,1410,2001 -"74807",17938,50480,3,1410,2701 -"74808",17938,51866,3,1410,2411 -"74809",17938,52597,3,1410,1773 -"74810",17938,53134,3,1410,1590 -"74811",17938,54020,3,1410,1578 -"74812",17938,54631,3,1410,1531 -"74813",17938,54879,3,1410,2210 -"74814",17938,57549,3,1410,2335 -"74815",17938,57804,3,1410,2214 -"74816",17938,58035,3,1410,1646 -"74817",17938,60289,3,1410,2729 -"74818",17938,61982,3,1410,2725 -"74819",17938,62903,2,1410,1704 -"74820",17938,64502,3,1410,1670 -"74821",17938,64699,3,1410,2797 -"74822",17938,65679,3,1410,1578 -"74823",17938,67145,3,1410,2015 -"74824",17938,70573,3,1410,1993 -"74825",17938,71518,3,1410,2805 -"74826",17938,72391,2,1410,1547 -"74827",17938,73197,2,1410,1998 -"74828",17938,77611,3,1410,1795 -"74829",17938,77815,3,1410,2358 -"74830",17938,79211,3,1410,1590 -"74831",17938,79382,3,1410,1908 -"74832",17938,82270,3,1410,1641 -"74833",17943,854,2,1943,2307 -"74834",17943,1409,3,1943,2090 -"74835",17943,3495,3,1943,2431 -"74836",17943,3966,3,1943,2425 -"74837",17943,3980,3,1943,2771 -"74838",17943,6044,3,1943,2744 -"74839",17943,6996,2,1943,2916 -"74840",17943,7794,3,1943,2972 -"74841",17943,10148,3,1943,2964 -"74842",17943,10358,3,1943,2294 -"74843",17943,10513,3,1943,2284 -"74844",17943,11218,3,1943,2292 -"74845",17943,12042,3,1943,2345 -"74846",17943,16352,3,1943,2657 -"74847",17943,18202,3,1943,2475 -"74848",17943,19317,3,1943,2041 -"74849",17943,21138,3,1943,2849 -"74850",17943,22311,3,1943,2034 -"74851",17943,23310,3,1943,2371 -"74852",17943,25030,3,1943,2017 -"74853",17943,26080,2,1943,2525 -"74854",17943,26234,3,1943,2183 -"74855",17943,29454,3,1943,2719 -"74856",17943,30236,2,1943,2238 -"74857",17943,30827,3,1943,2323 -"74858",17943,32516,3,1943,2050 -"74859",17943,32919,3,1943,2321 -"74860",17943,33949,3,1943,2489 -"74861",17943,34509,3,1943,1973 -"74862",17943,34812,3,1943,2442 -"74863",17943,36670,3,1943,2298 -"74864",17943,38732,2,1943,2263 -"74865",17943,41764,3,1943,2409 -"74866",17943,41972,2,1943,2509 -"74867",17943,42522,3,1943,2592 -"74868",17943,43404,3,1943,2649 -"74869",17943,47248,2,1943,2883 -"74870",17943,48823,3,1943,2080 -"74871",17943,51017,2,1943,2073 -"74872",17943,51035,3,1943,2397 -"74873",17943,52969,2,1943,2302 -"74874",17943,53293,3,1943,2916 -"74875",17943,60179,3,1943,2708 -"74876",17948,3403,2,107,2951 -"74877",17948,3405,3,107,2438 -"74878",17948,3520,3,107,2281 -"74879",17948,5363,3,107,1791 -"74880",17948,5673,3,107,1567 -"74881",17948,9063,3,107,2000 -"74882",17948,9912,3,107,1356 -"74883",17948,10279,3,107,886 -"74884",17948,11135,2,107,2441 -"74885",17948,11429,3,107,2520 -"74886",17948,11990,3,107,1909 -"74887",17948,12475,3,107,588 -"74888",17948,15502,3,107,2637 -"74889",17948,16021,3,107,858 -"74890",17948,16545,3,107,186 -"74891",17948,19687,3,107,2072 -"74892",17948,20413,3,107,806 -"74893",17948,23825,3,107,1913 -"74894",17948,25270,3,107,985 -"74895",17948,25286,3,107,1545 -"74896",17948,25451,3,107,698 -"74897",17948,26567,3,107,1158 -"74898",17948,28567,3,107,2398 -"74899",17948,29578,3,107,1957 -"74900",17948,31264,3,107,2335 -"74901",17948,31279,3,107,965 -"74902",17948,35620,3,107,2092 -"74903",17948,40035,3,107,2742 -"74904",17948,42195,3,107,573 -"74905",17948,42486,3,107,1951 -"74906",17948,45299,2,107,2426 -"74907",17948,45487,3,107,2256 -"74908",17948,47063,3,107,739 -"74909",17948,48764,2,107,860 -"74910",17948,51448,3,107,1593 -"74911",17948,51863,3,107,1395 -"74912",17948,54061,3,107,1488 -"74913",17948,55733,3,107,161 -"74914",17948,59646,3,107,456 -"74915",17948,61209,3,107,580 -"74916",17948,66267,3,107,1278 -"74917",17948,74318,3,107,632 -"74918",17948,88102,3,107,1244 -"74919",17948,93317,3,107,1223 -"74920",17948,95661,3,107,872 -"74921",17948,97940,3,107,431 -"74922",17948,100140,3,107,1041 -"74923",17948,104542,3,107,897 -"74924",17948,106554,3,107,1270 -"74925",17948,110023,2,107,230 -"74926",17952,3520,3,1530,2281 -"74927",17952,3786,3,1530,2282 -"74928",17952,6248,3,1530,2737 -"74929",17952,9063,2,1530,2000 -"74930",17952,10727,3,1530,2082 -"74931",17952,11676,3,1530,1614 -"74932",17952,13528,1,1530,1891 -"74933",17952,14761,3,1530,2502 -"74934",17952,15502,3,1530,2637 -"74935",17952,19972,2,1530,2078 -"74936",17952,21352,3,1530,1604 -"74937",17952,23731,3,1530,1656 -"74938",17952,25286,3,1530,1545 -"74939",17952,28355,2,1530,2053 -"74940",17952,29276,3,1530,2000 -"74941",17952,33363,2,1530,2475 -"74942",17952,37844,2,1530,2002 -"74943",17952,39321,3,1530,2257 -"74944",17952,40715,3,1530,2258 -"74945",17952,42713,3,1530,1995 -"74946",17952,49147,3,1530,2539 -"74947",17952,53362,3,1530,2360 -"74948",17952,53648,3,1530,2167 -"74949",17952,58233,3,1530,1665 -"74950",17952,61980,3,1530,2392 -"74951",17952,80784,3,1530,1738 -"74952",17952,86970,3,1530,1664 -"74953",17967,3714,3,2125,2605 -"74954",17967,12035,3,2125,2721 -"74955",17967,12684,3,2125,2182 -"74956",17967,21417,3,2125,2422 -"74957",17967,41004,3,2125,2561 -"74958",17967,45664,3,2125,2235 -"74959",17967,46602,3,2125,2786 -"74960",17967,55691,3,2125,2856 -"74961",17967,68215,3,2125,2727 -"74962",17967,73266,3,2125,2496 -"74963",17983,6241,2,1931,2264 -"74964",17983,10859,3,1931,2231 -"74965",17983,17906,3,1931,1940 -"74966",17983,35069,3,1931,2069 -"74967",17983,39278,2,1931,1952 -"74968",17983,40295,3,1931,2703 -"74969",17983,47362,3,1931,2253 -"74970",17997,1046,3,1621,1881 -"74971",17997,1275,2,1621,2068 -"74972",17997,1831,3,1621,2397 -"74973",17997,2093,3,1621,2459 -"74974",17997,2484,3,1621,2389 -"74975",17997,3271,3,1621,2216 -"74976",17997,3947,3,1621,2067 -"74977",17997,3961,3,1621,2426 -"74978",17997,4289,3,1621,1921 -"74979",17997,5912,2,1621,2257 -"74980",17997,5984,3,1621,1675 -"74981",17997,5986,3,1621,1721 -"74982",17997,6047,3,1621,2004 -"74983",17997,6417,2,1621,1675 -"74984",17997,7677,3,1621,2338 -"74985",17997,7984,3,1621,2493 -"74986",17997,8029,2,1621,1859 -"74987",17997,8533,3,1621,2251 -"74988",17997,8621,3,1621,1681 -"74989",17997,8887,3,1621,2373 -"74990",17997,9272,3,1621,2835 -"74991",17997,9702,3,1621,1928 -"74992",17997,10857,3,1621,2253 -"74993",17997,11218,3,1621,2292 -"74994",17997,12042,3,1621,2345 -"74995",17997,12692,3,1621,1855 -"74996",17997,13388,3,1621,2119 -"74997",17997,13399,3,1621,1682 -"74998",17997,13780,3,1621,2412 -"74999",17997,14032,3,1621,2144 -"75000",17997,14943,2,1621,1942 -"75001",17997,15401,3,1621,1999 -"75002",17997,15539,3,1621,1929 -"75003",17997,16352,3,1621,2657 -"75004",17997,16826,2,1621,2599 -"75005",17997,18103,1,1621,1968 -"75006",17997,18874,3,1621,2170 -"75007",17997,19027,3,1621,2721 -"75008",17997,19719,3,1621,2177 -"75009",17997,20067,3,1621,2390 -"75010",17997,21138,3,1621,2849 -"75011",17997,21754,3,1621,1881 -"75012",17997,23869,3,1621,1918 -"75013",17997,24146,3,1621,2003 -"75014",17997,24240,3,1621,1755 -"75015",17997,26249,3,1621,2301 -"75016",17997,28015,2,1621,1624 -"75017",17997,30747,3,1621,2455 -"75018",17997,31069,2,1621,1995 -"75019",17997,32988,3,1621,2008 -"75020",17997,36962,3,1621,2861 -"75021",17997,38219,3,1621,1689 -"75022",17997,38227,3,1621,2511 -"75023",17997,40129,3,1621,2162 -"75024",17997,40432,1,1621,1956 -"75025",17997,40645,3,1621,1899 -"75026",17997,42505,3,1621,2008 -"75027",17997,43226,3,1621,2442 -"75028",17997,44407,3,1621,2154 -"75029",17997,44676,3,1621,2629 -"75030",17997,45959,3,1621,1880 -"75031",17997,46040,3,1621,2105 -"75032",17997,46988,2,1621,2460 -"75033",17997,47386,2,1621,2226 -"75034",17997,48110,3,1621,2009 -"75035",17997,51017,3,1621,2073 -"75036",17997,52892,3,1621,2372 -"75037",17997,54551,3,1621,2348 -"75038",17997,54929,3,1621,2783 -"75039",17997,57977,2,1621,2683 -"75040",17997,58508,3,1621,2326 -"75041",17997,65155,3,1621,1947 -"75042",17997,65322,3,1621,2008 -"75043",17997,69335,3,1621,2698 -"75044",17997,70269,3,1621,2368 -"75045",17997,76356,3,1621,2323 -"75046",17997,80301,3,1621,1690 -"75047",17997,82929,3,1621,2475 -"75048",17997,83140,1,1621,1630 -"75049",17997,86105,3,1621,2226 -"75050",17997,101070,3,1621,2497 -"75051",17997,102284,3,1621,2877 -"75052",17999,36662,1,2758,2967 -"75053",17999,41051,3,2758,2767 -"75054",17999,48605,3,2758,2796 -"75055",17999,60672,3,2758,2876 -"75056",17999,64534,3,2758,2924 -"75057",17999,94339,3,2758,2768 -"75058",18005,270,3,2449,2542 -"75059",18005,680,3,2449,2569 -"75060",18005,841,3,2449,2964 -"75061",18005,3493,3,2449,2451 -"75062",18005,3978,2,2449,2775 -"75063",18005,4932,3,2449,2752 -"75064",18005,6989,2,2449,2623 -"75065",18005,7942,3,2449,2623 -"75066",18005,9332,2,2449,2734 -"75067",18005,9787,3,2449,2858 -"75068",18005,11648,3,2449,2852 -"75069",18005,12361,2,2449,2732 -"75070",18005,19655,3,2449,2706 -"75071",18005,20984,3,2449,2502 -"75072",18005,24096,3,2449,2612 -"75073",18005,27914,3,2449,2507 -"75074",18005,29473,3,2449,2602 -"75075",18005,34295,3,2449,2735 -"75076",18005,34908,3,2449,2796 -"75077",18005,36344,2,2449,2570 -"75078",18005,36912,3,2449,2469 -"75079",18005,36953,3,2449,2790 -"75080",18005,40572,3,2449,2666 -"75081",18005,40759,3,2449,2789 -"75082",18005,44235,3,2449,2700 -"75083",18005,45729,2,2449,2606 -"75084",18005,46982,3,2449,2806 -"75085",18005,47968,3,2449,2829 -"75086",18005,51783,3,2449,2599 -"75087",18005,53739,3,2449,2704 -"75088",18005,56237,3,2449,2625 -"75089",18005,57067,3,2449,2547 -"75090",18005,63077,3,2449,2778 -"75091",18005,64947,2,2449,2489 -"75092",18005,65223,3,2449,2724 -"75093",18005,71531,2,2449,2887 -"75094",18005,73266,3,2449,2496 -"75095",18011,1175,2,1636,1642 -"75096",18011,1409,3,1636,2090 -"75097",18011,3886,1,1636,1669 -"75098",18011,3966,3,1636,2425 -"75099",18011,7794,2,1636,2972 -"75100",18011,17434,3,1636,1642 -"75101",18011,17632,3,1636,1947 -"75102",18011,17943,2,1636,1943 -"75103",18011,18202,1,1636,2475 -"75104",18011,19317,3,1636,2041 -"75105",18011,21164,3,1636,1645 -"75106",18011,23641,3,1636,1934 -"75107",18011,24816,3,1636,2161 -"75108",18011,27030,3,1636,2031 -"75109",18011,34812,1,1636,2442 -"75110",18011,35045,2,1636,1646 -"75111",18011,40129,3,1636,2162 -"75112",18011,43978,3,1636,2698 -"75113",18011,47248,3,1636,2883 -"75114",18011,51017,3,1636,2073 -"75115",18011,109978,2,1636,1865 -"75116",18013,267,2,1625,2631 -"75117",18013,22207,1,1625,2365 -"75118",18013,32419,3,1625,1909 -"75119",18013,34327,3,1625,2959 -"75120",18013,40565,3,1625,2115 -"75121",18013,44403,3,1625,2429 -"75122",18013,82270,3,1625,1641 -"75123",18027,1124,3,276,1596 -"75124",18027,1367,3,276,2176 -"75125",18027,1728,3,276,284 -"75126",18027,2077,3,276,610 -"75127",18027,2731,3,276,434 -"75128",18027,2852,3,276,2448 -"75129",18027,4620,3,276,1818 -"75130",18027,4668,3,276,1919 -"75131",18027,4669,2,276,2395 -"75132",18027,5346,3,276,1438 -"75133",18027,5897,3,276,2337 -"75134",18027,5984,3,276,1675 -"75135",18027,6989,3,276,2623 -"75136",18027,7233,3,276,572 -"75137",18027,7245,2,276,2089 -"75138",18027,7252,3,276,2799 -"75139",18027,8533,3,276,2251 -"75140",18027,8777,3,276,1620 -"75141",18027,9298,3,276,1109 -"75142",18027,9615,2,276,2464 -"75143",18027,10875,3,276,1234 -"75144",18027,11108,3,276,1609 -"75145",18027,11959,3,276,523 -"75146",18027,12096,3,276,1330 -"75147",18027,15207,3,276,1855 -"75148",18027,16286,3,276,2470 -"75149",18027,16715,3,276,1218 -"75150",18027,18348,3,276,1711 -"75151",18027,18415,1,276,2184 -"75152",18027,18550,3,276,483 -"75153",18027,18810,3,276,2671 -"75154",18027,18978,3,276,952 -"75155",18027,20563,3,276,2267 -"75156",18027,20975,3,276,1305 -"75157",18027,20988,3,276,455 -"75158",18027,21198,3,276,935 -"75159",18027,26749,3,276,2965 -"75160",18027,27742,3,276,2700 -"75161",18027,28015,3,276,1624 -"75162",18027,28869,3,276,2425 -"75163",18027,31050,3,276,1491 -"75164",18027,32173,3,276,2341 -"75165",18027,33572,3,276,2370 -"75166",18027,33870,3,276,955 -"75167",18027,36183,2,276,2117 -"75168",18027,40113,3,276,451 -"75169",18027,41023,3,276,2408 -"75170",18027,45549,3,276,1322 -"75171",18027,45633,2,276,2134 -"75172",18027,45869,3,276,2840 -"75173",18027,49144,3,276,1542 -"75174",18027,50509,3,276,2050 -"75175",18027,65691,2,276,2134 -"75176",18027,71342,3,276,1289 -"75177",18027,72956,3,276,1251 -"75178",18027,76470,3,276,887 -"75179",18027,76905,3,276,298 -"75180",18027,80156,3,276,1667 -"75181",18027,81781,3,276,1431 -"75182",18027,82426,3,276,1576 -"75183",18027,85995,3,276,432 -"75184",18027,88710,3,276,927 -"75185",18027,91849,3,276,1166 -"75186",18027,94520,3,276,1243 -"75187",18027,105602,3,276,434 -"75188",18061,1222,3,160,2598 -"75189",18061,1624,3,160,2687 -"75190",18061,1708,3,160,1591 -"75191",18061,2443,3,160,2333 -"75192",18061,2588,3,160,552 -"75193",18061,2802,3,160,1836 -"75194",18061,3324,3,160,1198 -"75195",18061,5414,3,160,2321 -"75196",18061,6262,3,160,2733 -"75197",18061,6295,3,160,856 -"75198",18061,9269,3,160,1892 -"75199",18061,9895,3,160,1960 -"75200",18061,9910,3,160,2526 -"75201",18061,9948,2,160,2019 -"75202",18061,11897,3,160,1271 -"75203",18061,12116,3,160,2119 -"75204",18061,12914,3,160,1557 -"75205",18061,15047,3,160,1697 -"75206",18061,15926,3,160,545 -"75207",18061,18466,3,160,2340 -"75208",18061,19190,3,160,2677 -"75209",18061,19358,2,160,880 -"75210",18061,20604,3,160,1684 -"75211",18061,20695,3,160,2526 -"75212",18061,20819,3,160,213 -"75213",18061,24044,3,160,1076 -"75214",18061,25345,3,160,713 -"75215",18061,31705,3,160,2706 -"75216",18061,32070,2,160,950 -"75217",18061,32966,3,160,1583 -"75218",18061,37332,3,160,1891 -"75219",18061,38697,3,160,2701 -"75220",18061,46568,2,160,822 -"75221",18061,49284,2,160,218 -"75222",18061,49403,3,160,2427 -"75223",18061,51678,3,160,1077 -"75224",18061,53082,3,160,2328 -"75225",18061,54737,2,160,326 -"75226",18061,55364,3,160,326 -"75227",18061,56168,2,160,1466 -"75228",18061,56364,3,160,1626 -"75229",18061,66017,3,160,1545 -"75230",18061,76796,3,160,1140 -"75231",18061,76997,3,160,2223 -"75232",18061,77550,3,160,1548 -"75233",18061,79772,3,160,1230 -"75234",18061,79793,3,160,1915 -"75235",18061,80801,3,160,1250 -"75236",18061,83334,1,160,1708 -"75237",18061,84591,3,160,1685 -"75238",18061,87915,3,160,1152 -"75239",18061,90633,2,160,990 -"75240",18061,94339,3,160,2768 -"75241",18061,101381,3,160,977 -"75242",18061,101666,3,160,1257 -"75243",18061,103920,3,160,274 -"75244",18061,104161,3,160,613 -"75245",18061,112814,3,160,546 -"75246",18072,4144,1,421,1520 -"75247",18072,9063,3,421,2000 -"75248",18072,9727,3,421,2327 -"75249",18072,10337,1,421,2452 -"75250",18072,11135,3,421,2441 -"75251",18072,15502,2,421,2637 -"75252",18072,18319,1,421,1439 -"75253",18072,19323,3,421,1705 -"75254",18072,19972,3,421,2078 -"75255",18072,23430,3,421,904 -"75256",18072,32678,1,421,1439 -"75257",18072,33219,3,421,1173 -"75258",18072,35911,1,421,2370 -"75259",18072,40715,3,421,2258 -"75260",18072,43905,2,421,756 -"75261",18072,43960,3,421,1293 -"75262",18072,45628,2,421,527 -"75263",18072,51448,3,421,1593 -"75264",18072,83161,2,421,1352 -"75265",18072,111040,3,421,711 -"75266",18072,117190,3,421,425 -"75267",18097,622,2,85,501 -"75268",18097,1150,3,85,1595 -"75269",18097,1685,1,85,2230 -"75270",18097,1785,3,85,2350 -"75271",18097,2357,3,85,492 -"75272",18097,3360,3,85,1583 -"75273",18097,3477,3,85,2546 -"75274",18097,3484,3,85,1515 -"75275",18097,4698,3,85,2481 -"75276",18097,4730,3,85,2131 -"75277",18097,5346,3,85,1438 -"75278",18097,5355,2,85,1499 -"75279",18097,6063,3,85,2349 -"75280",18097,6235,3,85,1585 -"75281",18097,6621,3,85,2478 -"75282",18097,6986,3,85,1669 -"75283",18097,7443,3,85,2028 -"75284",18097,10343,3,85,1072 -"75285",18097,11154,1,85,1594 -"75286",18097,11506,3,85,2824 -"75287",18097,12000,2,85,1454 -"75288",18097,12007,2,85,1594 -"75289",18097,12473,3,85,801 -"75290",18097,12735,3,85,819 -"75291",18097,12779,3,85,936 -"75292",18097,12804,3,85,297 -"75293",18097,13671,1,85,1371 -"75294",18097,13861,1,85,1197 -"75295",18097,14654,3,85,1692 -"75296",18097,15207,3,85,1855 -"75297",18097,16590,2,85,1123 -"75298",18097,18217,3,85,1566 -"75299",18097,18550,3,85,483 -"75300",18097,18645,3,85,793 -"75301",18097,19002,3,85,2053 -"75302",18097,19296,2,85,1705 -"75303",18097,19366,2,85,2279 -"75304",18097,22462,3,85,869 -"75305",18097,22744,2,85,1907 -"75306",18097,23338,3,85,105 -"75307",18097,23498,3,85,2398 -"75308",18097,24299,3,85,231 -"75309",18097,26577,2,85,933 -"75310",18097,27074,3,85,1454 -"75311",18097,28195,3,85,1407 -"75312",18097,28899,3,85,376 -"75313",18097,31794,2,85,1919 -"75314",18097,32079,3,85,2315 -"75315",18097,33223,3,85,2397 -"75316",18097,34162,3,85,2336 -"75317",18097,34431,3,85,2319 -"75318",18097,36031,3,85,2342 -"75319",18097,36599,2,85,541 -"75320",18097,40113,3,85,451 -"75321",18097,40129,3,85,2162 -"75322",18097,40542,3,85,1664 -"75323",18097,43201,3,85,957 -"75324",18097,43311,3,85,1553 -"75325",18097,44193,3,85,989 -"75326",18097,45664,3,85,2235 -"75327",18097,45730,3,85,2063 -"75328",18097,49921,2,85,496 -"75329",18097,50621,3,85,2809 -"75330",18097,51173,3,85,1829 -"75331",18097,53648,3,85,2167 -"75332",18097,55377,3,85,1499 -"75333",18097,56116,3,85,1321 -"75334",18097,68317,3,85,874 -"75335",18097,70656,3,85,2771 -"75336",18097,70774,3,85,355 -"75337",18097,73090,3,85,732 -"75338",18097,76672,3,85,1930 -"75339",18097,77397,3,85,1302 -"75340",18097,79461,3,85,1667 -"75341",18097,79547,3,85,1909 -"75342",18097,80377,3,85,1384 -"75343",18097,80942,3,85,1240 -"75344",18097,85638,3,85,2275 -"75345",18097,86559,3,85,1704 -"75346",18097,87190,3,85,1704 -"75347",18097,88171,2,85,1488 -"75348",18097,89258,3,85,1147 -"75349",18097,89681,3,85,1978 -"75350",18097,94520,3,85,1243 -"75351",18097,103143,2,85,163 -"75352",18097,107993,3,85,999 -"75353",18097,118082,3,85,277 -"75354",18102,680,2,1642,2569 -"75355",18102,2226,3,1642,2225 -"75356",18102,2936,3,1642,2512 -"75357",18102,3978,3,1642,2775 -"75358",18102,4303,3,1642,2414 -"75359",18102,5235,3,1642,2324 -"75360",18102,5683,3,1642,2468 -"75361",18102,6989,3,1642,2623 -"75362",18102,8604,3,1642,2799 -"75363",18102,8610,3,1642,2240 -"75364",18102,9035,3,1642,2771 -"75365",18102,9503,3,1642,2453 -"75366",18102,9723,2,1642,2302 -"75367",18102,9785,3,1642,2951 -"75368",18102,10453,3,1642,1656 -"75369",18102,11239,3,1642,2181 -"75370",18102,11585,3,1642,1817 -"75371",18102,11984,3,1642,2308 -"75372",18102,12577,3,1642,2530 -"75373",18102,12759,3,1642,2414 -"75374",18102,16205,3,1642,2630 -"75375",18102,16684,3,1642,1657 -"75376",18102,16850,2,1642,1657 -"75377",18102,17033,3,1642,2771 -"75378",18102,17037,2,1642,2947 -"75379",18102,17645,3,1642,1918 -"75380",18102,18005,3,1642,2449 -"75381",18102,18421,3,1642,2457 -"75382",18102,18670,3,1642,1835 -"75383",18102,19215,2,1642,2604 -"75384",18102,19364,3,1642,2846 -"75385",18102,19587,3,1642,1684 -"75386",18102,20941,3,1642,2725 -"75387",18102,22580,2,1642,2245 -"75388",18102,22682,3,1642,2035 -"75389",18102,22709,2,1642,2743 -"75390",18102,23131,3,1642,1732 -"75391",18102,25373,3,1642,2783 -"75392",18102,26182,3,1642,2775 -"75393",18102,27320,3,1642,2378 -"75394",18102,30334,3,1642,2075 -"75395",18102,30368,3,1642,2487 -"75396",18102,30525,3,1642,1964 -"75397",18102,34831,3,1642,1866 -"75398",18102,34921,3,1642,2181 -"75399",18102,36656,3,1642,1858 -"75400",18102,36912,3,1642,2469 -"75401",18102,37636,2,1642,2178 -"75402",18102,39256,3,1642,2449 -"75403",18102,39534,3,1642,2410 -"75404",18102,40392,3,1642,1878 -"75405",18102,40572,3,1642,2666 -"75406",18102,41023,3,1642,2408 -"75407",18102,41723,3,1642,2101 -"75408",18102,45473,3,1642,2540 -"75409",18102,46486,3,1642,1868 -"75410",18102,46982,3,1642,2806 -"75411",18102,47013,2,1642,2388 -"75412",18102,49347,3,1642,2504 -"75413",18102,50585,3,1642,2414 -"75414",18102,51783,3,1642,2599 -"75415",18102,52215,3,1642,1908 -"75416",18102,94525,3,1642,1993 -"75417",18103,1275,3,1968,2068 -"75418",18103,1831,3,1968,2397 -"75419",18103,2484,3,1968,2389 -"75420",18103,3271,3,1968,2216 -"75421",18103,3947,3,1968,2067 -"75422",18103,3961,3,1968,2426 -"75423",18103,5912,3,1968,2257 -"75424",18103,6047,3,1968,2004 -"75425",18103,7677,3,1968,2338 -"75426",18103,7984,3,1968,2493 -"75427",18103,9272,3,1968,2835 -"75428",18103,10857,3,1968,2253 -"75429",18103,13780,3,1968,2412 -"75430",18103,14032,3,1968,2144 -"75431",18103,15401,3,1968,1999 -"75432",18103,16801,3,1968,2008 -"75433",18103,16826,1,1968,2599 -"75434",18103,20067,3,1968,2390 -"75435",18103,20311,3,1968,1981 -"75436",18103,21138,3,1968,2849 -"75437",18103,30747,3,1968,2455 -"75438",18103,31069,1,1968,1995 -"75439",18103,32988,3,1968,2008 -"75440",18103,33801,3,1968,2899 -"75441",18103,34158,3,1968,2639 -"75442",18103,35361,3,1968,2389 -"75443",18103,38227,2,1968,2511 -"75444",18103,42505,3,1968,2008 -"75445",18103,43226,3,1968,2442 -"75446",18103,44407,3,1968,2154 -"75447",18103,44676,3,1968,2629 -"75448",18103,46040,3,1968,2105 -"75449",18103,46988,3,1968,2460 -"75450",18103,47386,2,1968,2226 -"75451",18103,48110,3,1968,2009 -"75452",18103,52892,3,1968,2372 -"75453",18103,54551,3,1968,2348 -"75454",18103,57977,3,1968,2683 -"75455",18103,58508,3,1968,2326 -"75456",18103,65322,3,1968,2008 -"75457",18103,69335,3,1968,2698 -"75458",18103,70269,2,1968,2368 -"75459",18103,82929,3,1968,2475 -"75460",18103,102284,3,1968,2877 -"75461",18108,470,3,1656,2285 -"75462",18108,600,2,1656,1702 -"75463",18108,913,3,1656,2144 -"75464",18108,4084,3,1656,2133 -"75465",18108,7847,3,1656,2424 -"75466",18108,10370,3,1656,2224 -"75467",18108,10433,3,1656,2075 -"75468",18108,19093,3,1656,2224 -"75469",18108,23918,2,1656,1881 -"75470",18108,24568,3,1656,1937 -"75471",18108,27377,2,1656,1724 -"75472",18108,43025,3,1656,2824 -"75473",18108,63409,3,1656,1937 -"75474",18108,64181,2,1656,1828 -"75475",18108,64997,3,1656,2791 -"75476",18108,66413,3,1656,2507 -"75477",18108,105063,3,1656,1908 -"75478",18122,147,3,894,1040 -"75479",18122,364,3,894,2351 -"75480",18122,680,2,894,2569 -"75481",18122,913,3,894,2144 -"75482",18122,1846,3,894,1845 -"75483",18122,2452,2,894,1715 -"75484",18122,2540,2,894,1398 -"75485",18122,2747,2,894,2411 -"75486",18122,3271,3,894,2216 -"75487",18122,3493,3,894,2451 -"75488",18122,3978,3,894,2775 -"75489",18122,4303,3,894,2414 -"75490",18122,4669,3,894,2395 -"75491",18122,4790,3,894,1025 -"75492",18122,6192,2,894,2409 -"75493",18122,6208,3,894,2361 -"75494",18122,6989,3,894,2623 -"75495",18122,8140,3,894,1262 -"75496",18122,8274,3,894,1909 -"75497",18122,8984,3,894,1162 -"75498",18122,9484,3,894,1429 -"75499",18122,9621,3,894,1113 -"75500",18122,9703,3,894,1845 -"75501",18122,9785,3,894,2951 -"75502",18122,10050,3,894,1792 -"75503",18122,10129,3,894,2124 -"75504",18122,10739,3,894,1807 -"75505",18122,10980,2,894,1974 -"75506",18122,11588,3,894,2352 -"75507",18122,11648,2,894,2852 -"75508",18122,12067,3,894,1213 -"75509",18122,12759,3,894,2414 -"75510",18122,12948,2,894,2669 -"75511",18122,14781,2,894,2338 -"75512",18122,14998,2,894,1553 -"75513",18122,15444,3,894,2764 -"75514",18122,16502,3,894,1616 -"75515",18122,17645,3,894,1918 -"75516",18122,18005,3,894,2449 -"75517",18122,18102,3,894,1642 -"75518",18122,18381,3,894,1524 -"75519",18122,18672,3,894,1182 -"75520",18122,19610,2,894,1236 -"75521",18122,20155,3,894,1517 -"75522",18122,20395,3,894,1468 -"75523",18122,20662,3,894,1523 -"75524",18122,21248,3,894,2232 -"75525",18122,21670,3,894,2158 -"75526",18122,22166,3,894,994 -"75527",18122,24096,3,894,2612 -"75528",18122,25373,3,894,2783 -"75529",18122,27275,3,894,2656 -"75530",18122,27390,2,894,2425 -"75531",18122,27686,3,894,2844 -"75532",18122,28116,2,894,1643 -"75533",18122,28869,3,894,2425 -"75534",18122,28904,3,894,926 -"75535",18122,29116,2,894,2128 -"75536",18122,30334,3,894,2075 -"75537",18122,31335,3,894,2351 -"75538",18122,31866,3,894,2101 -"75539",18122,33017,3,894,1493 -"75540",18122,35822,2,894,1903 -"75541",18122,36346,3,894,1240 -"75542",18122,36953,3,894,2790 -"75543",18122,37351,3,894,978 -"75544",18122,37636,2,894,2178 -"75545",18122,38373,3,894,1928 -"75546",18122,38532,3,894,1234 -"75547",18122,38816,3,894,1225 -"75548",18122,39418,3,894,1978 -"75549",18122,39999,3,894,1593 -"75550",18122,40392,3,894,1878 -"75551",18122,40572,3,894,2666 -"75552",18122,41723,3,894,2101 -"75553",18122,41764,3,894,2409 -"75554",18122,44235,3,894,2700 -"75555",18122,44433,3,894,2224 -"75556",18122,44603,3,894,2748 -"75557",18122,44971,3,894,955 -"75558",18122,45729,2,894,2606 -"75559",18122,45869,2,894,2840 -"75560",18122,46261,3,894,2350 -"75561",18122,46486,3,894,1868 -"75562",18122,47013,3,894,2388 -"75563",18122,47810,3,894,957 -"75564",18122,50480,3,894,2701 -"75565",18122,50585,3,894,2414 -"75566",18122,51610,3,894,2635 -"75567",18122,51783,3,894,2599 -"75568",18122,54924,3,894,2603 -"75569",18122,58745,3,894,1920 -"75570",18122,63077,2,894,2778 -"75571",18122,67266,3,894,2010 -"75572",18122,76007,3,894,918 -"75573",18122,76286,3,894,1642 -"75574",18122,87907,3,894,1173 -"75575",18122,90065,3,894,1418 -"75576",18122,94525,2,894,1993 -"75577",18122,100048,3,894,1573 -"75578",18122,107435,3,894,1635 -"75579",18122,111790,3,894,905 -"75580",18124,364,3,1642,2351 -"75581",18124,680,3,1642,2569 -"75582",18124,1560,3,1642,2013 -"75583",18124,2563,3,1642,1686 -"75584",18124,2852,3,1642,2448 -"75585",18124,4303,3,1642,2414 -"75586",18124,5683,3,1642,2468 -"75587",18124,5897,3,1642,2337 -"75588",18124,7337,3,1642,1797 -"75589",18124,7997,2,1642,2049 -"75590",18124,8062,3,1642,2858 -"75591",18124,8610,3,1642,2240 -"75592",18124,9716,3,1642,1929 -"75593",18124,10453,3,1642,1656 -"75594",18124,11429,3,1642,2520 -"75595",18124,11477,3,1642,2724 -"75596",18124,12759,3,1642,2414 -"75597",18124,14749,3,1642,1998 -"75598",18124,14754,3,1642,2456 -"75599",18124,14972,3,1642,2332 -"75600",18124,15095,2,1642,2001 -"75601",18124,15700,3,1642,1712 -"75602",18124,17037,3,1642,2947 -"75603",18124,18371,3,1642,2860 -"75604",18124,18421,3,1642,2457 -"75605",18124,22244,3,1642,2139 -"75606",18124,25373,3,1642,2783 -"75607",18124,26182,3,1642,2775 -"75608",18124,27742,3,1642,2700 -"75609",18124,30334,2,1642,2075 -"75610",18124,30705,3,1642,2959 -"75611",18124,35518,3,1642,1721 -"75612",18124,36912,3,1642,2469 -"75613",18124,36953,3,1642,2790 -"75614",18124,37636,2,1642,2178 -"75615",18124,37844,3,1642,2002 -"75616",18124,37929,3,1642,2393 -"75617",18124,39418,3,1642,1978 -"75618",18124,40392,2,1642,1878 -"75619",18124,41023,3,1642,2408 -"75620",18124,41429,3,1642,1770 -"75621",18124,41723,3,1642,2101 -"75622",18124,43204,3,1642,1680 -"75623",18124,46982,3,1642,2806 -"75624",18124,47013,2,1642,2388 -"75625",18124,47082,3,1642,1990 -"75626",18124,51783,2,1642,2599 -"75627",18124,56082,3,1642,2395 -"75628",18124,62715,3,1642,1838 -"75629",18124,74370,3,1642,1667 -"75630",18124,89934,3,1642,2760 -"75631",18142,600,3,1078,1702 -"75632",18142,2424,3,1078,2582 -"75633",18142,2798,3,1078,1673 -"75634",18142,3666,2,1078,2520 -"75635",18142,18518,3,1078,1128 -"75636",18142,24568,3,1078,1937 -"75637",18142,29930,3,1078,2240 -"75638",18142,30334,3,1078,2075 -"75639",18142,37636,3,1078,2178 -"75640",18142,40392,3,1078,1878 -"75641",18142,51783,3,1078,2599 -"75642",18142,63409,3,1078,1937 -"75643",18142,73305,3,1078,2544 -"75644",18151,1262,2,2962,2973 -"75645",18151,28285,3,2962,2972 -"75646",18152,212,2,1314,1513 -"75647",18152,270,2,1314,2542 -"75648",18152,360,3,1314,1671 -"75649",18152,380,2,1314,2261 -"75650",18152,1046,3,1314,1881 -"75651",18152,1102,2,1314,2282 -"75652",18152,1124,3,1314,1596 -"75653",18152,2111,3,1314,1904 -"75654",18152,2424,3,1314,2582 -"75655",18152,2484,3,1314,2389 -"75656",18152,2572,3,1314,2273 -"75657",18152,3305,3,1314,2839 -"75658",18152,3801,3,1314,1974 -"75659",18152,4360,3,1314,1770 -"75660",18152,5235,2,1314,2324 -"75661",18152,5971,3,1314,1985 -"75662",18152,6052,3,1314,1985 -"75663",18152,6074,3,1314,2426 -"75664",18152,6222,3,1314,1949 -"75665",18152,6588,3,1314,2025 -"75666",18152,6718,2,1314,2138 -"75667",18152,7245,3,1314,2089 -"75668",18152,8533,3,1314,2251 -"75669",18152,8866,3,1314,1545 -"75670",18152,8888,3,1314,1328 -"75671",18152,9362,3,1314,2879 -"75672",18152,9723,3,1314,2302 -"75673",18152,9805,3,1314,1621 -"75674",18152,10488,2,1314,1524 -"75675",18152,10513,3,1314,2284 -"75676",18152,10857,3,1314,2253 -"75677",18152,11218,3,1314,2292 -"75678",18152,11229,3,1314,1625 -"75679",18152,12432,3,1314,1816 -"75680",18152,12724,3,1314,1930 -"75681",18152,13307,2,1314,2206 -"75682",18152,13967,3,1314,1354 -"75683",18152,14655,3,1314,2559 -"75684",18152,14959,3,1314,2898 -"75685",18152,15799,3,1314,1917 -"75686",18152,18394,1,1314,2356 -"75687",18152,19622,3,1314,2371 -"75688",18152,19862,2,1314,2412 -"75689",18152,20067,3,1314,2390 -"75690",18152,20124,3,1314,2376 -"75691",18152,21012,3,1314,2325 -"75692",18152,21693,2,1314,2176 -"75693",18152,21929,3,1314,2062 -"75694",18152,22326,2,1314,2818 -"75695",18152,22362,2,1314,1836 -"75696",18152,23509,3,1314,2275 -"75697",18152,23526,2,1314,1998 -"75698",18152,23715,2,1314,1859 -"75699",18152,23725,3,1314,2378 -"75700",18152,24066,2,1314,1755 -"75701",18152,25305,3,1314,2447 -"75702",18152,26867,3,1314,1804 -"75703",18152,29962,3,1314,2201 -"75704",18152,30173,3,1314,2404 -"75705",18152,30405,2,1314,2164 -"75706",18152,31307,3,1314,2139 -"75707",18152,32047,3,1314,1858 -"75708",18152,32173,3,1314,2341 -"75709",18152,33285,3,1314,1327 -"75710",18152,33981,3,1314,1993 -"75711",18152,36087,3,1314,2755 -"75712",18152,38921,3,1314,1880 -"75713",18152,40028,3,1314,1349 -"75714",18152,40493,2,1314,1981 -"75715",18152,42216,3,1314,2722 -"75716",18152,42687,3,1314,1952 -"75717",18152,43455,3,1314,2846 -"75718",18152,44769,3,1314,2411 -"75719",18152,46196,3,1314,1510 -"75720",18152,46629,3,1314,2255 -"75721",18152,48035,2,1314,2180 -"75722",18152,49110,3,1314,2938 -"75723",18152,49144,3,1314,1542 -"75724",18152,50236,3,1314,2339 -"75725",18152,51866,3,1314,2411 -"75726",18152,52136,3,1314,1412 -"75727",18152,52576,3,1314,2234 -"75728",18152,53303,3,1314,1376 -"75729",18152,54551,3,1314,2348 -"75730",18152,55320,3,1314,1643 -"75731",18152,56082,3,1314,2395 -"75732",18152,57977,3,1314,2683 -"75733",18152,58508,3,1314,2326 -"75734",18152,61982,3,1314,2725 -"75735",18152,70203,3,1314,2756 -"75736",18152,70217,2,1314,2332 -"75737",18152,72207,3,1314,2430 -"75738",18152,79804,3,1314,2227 -"75739",18152,82949,3,1314,2077 -"75740",18152,85138,2,1314,1685 -"75741",18165,341,3,2085,2689 -"75742",18165,854,3,2085,2307 -"75743",18165,3158,3,2085,2762 -"75744",18165,4303,3,2085,2414 -"75745",18165,6192,3,2085,2409 -"75746",18165,7703,3,2085,2122 -"75747",18165,8327,3,2085,2527 -"75748",18165,9331,3,2085,2269 -"75749",18165,9740,3,2085,2233 -"75750",18165,11103,3,2085,2393 -"75751",18165,11329,3,2085,2799 -"75752",18165,13158,3,2085,2667 -"75753",18165,14586,3,2085,2801 -"75754",18165,14887,3,2085,2158 -"75755",18165,14959,3,2085,2898 -"75756",18165,15106,3,2085,2286 -"75757",18165,15444,2,2085,2764 -"75758",18165,17027,3,2085,2772 -"75759",18165,17480,3,2085,2316 -"75760",18165,17499,3,2085,2954 -"75761",18165,18005,3,2085,2449 -"75762",18165,18458,3,2085,2477 -"75763",18165,19744,2,2085,2623 -"75764",18165,19980,2,2085,2231 -"75765",18165,20067,3,2085,2390 -"75766",18165,20331,3,2085,2365 -"75767",18165,21248,3,2085,2232 -"75768",18165,23098,2,2085,2300 -"75769",18165,23268,2,2085,2258 -"75770",18165,23460,3,2085,2183 -"75771",18165,24255,3,2085,2770 -"75772",18165,24256,3,2085,2393 -"75773",18165,27195,3,2085,2158 -"75774",18165,28626,3,2085,2842 -"75775",18165,29073,3,2085,2328 -"75776",18165,29930,2,2085,2240 -"75777",18165,30236,3,2085,2238 -"75778",18165,30697,2,2085,2891 -"75779",18165,30827,2,2085,2323 -"75780",18165,33010,3,2085,2189 -"75781",18165,33380,3,2085,2340 -"75782",18165,36953,3,2085,2790 -"75783",18165,41945,3,2085,2856 -"75784",18165,42216,3,2085,2722 -"75785",18165,42372,3,2085,2230 -"75786",18165,44688,3,2085,2924 -"75787",18165,47803,3,2085,2477 -"75788",18165,52815,3,2085,2323 -"75789",18165,54879,3,2085,2210 -"75790",18202,7794,3,2475,2972 -"75791",18202,19364,3,2475,2846 -"75792",18202,22709,3,2475,2743 -"75793",18202,35797,3,2475,2482 -"75794",18202,73553,3,2475,2726 -"75795",18202,121354,3,2475,2862 -"75796",18211,489,3,1745,2652 -"75797",18211,1214,3,1745,2050 -"75798",18211,1355,3,1745,2473 -"75799",18211,2036,3,1745,2483 -"75800",18211,2224,2,1745,2751 -"75801",18211,3164,3,1745,2693 -"75802",18211,3306,3,1745,1989 -"75803",18211,5120,2,1745,2735 -"75804",18211,5429,3,1745,1991 -"75805",18211,6363,3,1745,2066 -"75806",18211,6603,3,1745,2185 -"75807",18211,7013,3,1745,2040 -"75808",18211,8821,3,1745,2230 -"75809",18211,9202,3,1745,2477 -"75810",18211,10513,3,1745,2284 -"75811",18211,11055,3,1745,2111 -"75812",18211,12778,3,1745,2045 -"75813",18211,14108,3,1745,2012 -"75814",18211,15207,3,1745,1855 -"75815",18211,16866,3,1745,2718 -"75816",18211,16877,3,1745,2509 -"75817",18211,18865,3,1745,2676 -"75818",18211,20292,3,1745,2755 -"75819",18211,23509,3,1745,2275 -"75820",18211,23825,3,1745,1913 -"75821",18211,25198,3,1745,1982 -"75822",18211,27001,3,1745,1761 -"75823",18211,30334,3,1745,2075 -"75824",18211,37636,3,1745,2178 -"75825",18211,39535,2,1745,2428 -"75826",18211,40022,2,1745,2307 -"75827",18211,40392,3,1745,1878 -"75828",18211,41023,3,1745,2408 -"75829",18211,41033,2,1745,1839 -"75830",18211,44819,3,1745,2063 -"75831",18211,51783,3,1745,2599 -"75832",18211,54695,3,1745,2429 -"75833",18211,57842,3,1745,2482 -"75834",18211,63395,3,1745,2334 -"75835",18211,75444,3,1745,2846 -"75836",18211,79350,3,1745,2261 -"75837",18211,92491,2,1745,1968 -"75838",18211,104565,3,1745,2693 -"75839",18217,270,3,1566,2542 -"75840",18217,380,3,1566,2261 -"75841",18217,543,3,1566,2203 -"75842",18217,843,3,1566,2332 -"75843",18217,854,3,1566,2307 -"75844",18217,1102,3,1566,2282 -"75845",18217,1124,3,1566,1596 -"75846",18217,1175,3,1566,1642 -"75847",18217,1196,3,1566,1986 -"75848",18217,1222,3,1566,2598 -"75849",18217,1520,3,1566,1716 -"75850",18217,1685,3,1566,2230 -"75851",18217,1822,2,1566,2888 -"75852",18217,2093,3,1566,2459 -"75853",18217,2139,3,1566,2502 -"75854",18217,2181,2,1566,2030 -"75855",18217,2747,3,1566,2411 -"75856",18217,2985,3,1566,2398 -"75857",18217,3195,3,1566,2043 -"75858",18217,3272,3,1566,2132 -"75859",18217,3456,3,1566,1999 -"75860",18217,3477,1,1566,2546 -"75861",18217,3495,3,1566,2431 -"75862",18217,3620,3,1566,2955 -"75863",18217,3819,3,1566,1583 -"75864",18217,4504,3,1566,1905 -"75865",18217,4612,3,1566,2804 -"75866",18217,4622,2,1566,1589 -"75867",18217,4665,3,1566,1569 -"75868",18217,4953,3,1566,2285 -"75869",18217,4968,3,1566,1586 -"75870",18217,5414,3,1566,2321 -"75871",18217,5971,3,1566,1985 -"75872",18217,6047,3,1566,2004 -"75873",18217,6063,1,1566,2349 -"75874",18217,6132,3,1566,1590 -"75875",18217,6248,3,1566,2737 -"75876",18217,6262,3,1566,2733 -"75877",18217,6324,3,1566,1990 -"75878",18217,6392,2,1566,1878 -"75879",18217,6449,3,1566,1997 -"75880",18217,6588,3,1566,2025 -"75881",18217,6621,3,1566,2478 -"75882",18217,7337,3,1566,1797 -"75883",18217,7422,3,1566,1793 -"75884",18217,7648,3,1566,1861 -"75885",18217,7937,3,1566,2044 -"75886",18217,8354,3,1566,1705 -"75887",18217,8762,3,1566,2585 -"75888",18217,8993,2,1566,2099 -"75889",18217,9175,3,1566,2639 -"75890",18217,9273,3,1566,1747 -"75891",18217,9328,3,1566,1937 -"75892",18217,9364,3,1566,1698 -"75893",18217,9423,3,1566,1708 -"75894",18217,9481,3,1566,1610 -"75895",18217,9503,2,1566,2453 -"75896",18217,9787,3,1566,2858 -"75897",18217,9801,3,1566,2443 -"75898",18217,10453,3,1566,1656 -"75899",18217,10473,3,1566,1783 -"75900",18217,10857,3,1566,2253 -"75901",18217,10870,3,1566,1755 -"75902",18217,11154,2,1566,1594 -"75903",18217,11218,3,1566,2292 -"75904",18217,11229,2,1566,1625 -"75905",18217,11246,3,1566,2741 -"75906",18217,11588,3,1566,2352 -"75907",18217,11625,3,1566,2022 -"75908",18217,12007,3,1566,1594 -"75909",18217,12081,3,1566,2166 -"75910",18217,12577,3,1566,2530 -"75911",18217,12598,3,1566,2086 -"75912",18217,13007,3,1566,2496 -"75913",18217,13024,3,1566,2468 -"75914",18217,13899,2,1566,2650 -"75915",18217,14353,3,1566,2878 -"75916",18217,14482,3,1566,1573 -"75917",18217,14564,3,1566,1581 -"75918",18217,14749,3,1566,1998 -"75919",18217,14817,2,1566,2110 -"75920",18217,15023,2,1566,2054 -"75921",18217,15047,3,1566,1697 -"75922",18217,15729,3,1566,2338 -"75923",18217,15799,3,1566,1917 -"75924",18217,16205,3,1566,2630 -"75925",18217,16501,3,1566,1650 -"75926",18217,16628,3,1566,2409 -"75927",18217,17027,3,1566,2772 -"75928",18217,17037,3,1566,2947 -"75929",18217,18361,3,1566,2968 -"75930",18217,18394,3,1566,2356 -"75931",18217,18571,3,1566,2128 -"75932",18217,18670,3,1566,1835 -"75933",18217,18943,3,1566,2861 -"75934",18217,19075,3,1566,2214 -"75935",18217,19317,2,1566,2041 -"75936",18217,19718,3,1566,1702 -"75937",18217,19934,3,1566,2888 -"75938",18217,20124,2,1566,2376 -"75939",18217,20162,3,1566,2328 -"75940",18217,20220,3,1566,1656 -"75941",18217,20416,3,1566,2323 -"75942",18217,20547,3,1566,2145 -"75943",18217,20739,3,1566,2025 -"75944",18217,20984,2,1566,2502 -"75945",18217,21079,3,1566,1997 -"75946",18217,21275,3,1566,2609 -"75947",18217,21670,3,1566,2158 -"75948",18217,21684,2,1566,1971 -"75949",18217,21815,3,1566,2032 -"75950",18217,22403,2,1566,1630 -"75951",18217,22744,3,1566,1907 -"75952",18217,23131,3,1566,1732 -"75953",18217,23526,3,1566,1998 -"75954",18217,23715,3,1566,1859 -"75955",18217,24264,3,1566,1760 -"75956",18217,24902,3,1566,2162 -"75957",18217,25163,3,1566,1751 -"75958",18217,25816,3,1566,2088 -"75959",18217,26138,3,1566,1902 -"75960",18217,26234,3,1566,2183 -"75961",18217,27694,3,1566,2030 -"75962",18217,27783,3,1566,2302 -"75963",18217,27897,3,1566,1968 -"75964",18217,28893,3,1566,2764 -"75965",18217,29962,3,1566,2201 -"75966",18217,30052,3,1566,2855 -"75967",18217,30092,3,1566,1593 -"75968",18217,30236,3,1566,2238 -"75969",18217,30668,2,1566,2882 -"75970",18217,30669,2,1566,1921 -"75971",18217,30827,3,1566,2323 -"75972",18217,31159,3,1566,2231 -"75973",18217,31164,3,1566,1996 -"75974",18217,31295,3,1566,2183 -"75975",18217,31357,2,1566,2389 -"75976",18217,31542,3,1566,2459 -"75977",18217,32235,3,1566,2109 -"75978",18217,32339,2,1566,2430 -"75979",18217,32395,2,1566,2735 -"75980",18217,32449,3,1566,2091 -"75981",18217,32904,3,1566,2055 -"75982",18217,33223,1,1566,2397 -"75983",18217,33451,2,1566,1957 -"75984",18217,33470,2,1566,2003 -"75985",18217,35413,3,1566,1569 -"75986",18217,35822,2,1566,1903 -"75987",18217,36031,3,1566,2342 -"75988",18217,36136,3,1566,2338 -"75989",18217,37301,2,1566,2160 -"75990",18217,38213,3,1566,1744 -"75991",18217,38307,3,1566,2648 -"75992",18217,38457,2,1566,1630 -"75993",18217,38727,3,1566,2238 -"75994",18217,38732,3,1566,2263 -"75995",18217,39062,3,1566,2020 -"75996",18217,39411,3,1566,2384 -"75997",18217,39464,3,1566,2314 -"75998",18217,40542,1,1566,1664 -"75999",18217,40572,3,1566,2666 -"76000",18217,41185,3,1566,1929 -"76001",18217,41581,3,1566,1692 -"76002",18217,41945,3,1566,2856 -"76003",18217,42216,3,1566,2722 -"76004",18217,42783,3,1566,2338 -"76005",18217,43455,3,1566,2846 -"76006",18217,44521,3,1566,1593 -"76007",18217,44564,3,1566,2034 -"76008",18217,45239,3,1566,2535 -"76009",18217,46091,3,1566,1938 -"76010",18217,46486,3,1566,1868 -"76011",18217,46951,3,1566,2429 -"76012",18217,47140,3,1566,2439 -"76013",18217,47595,2,1566,2374 -"76014",18217,47844,3,1566,2906 -"76015",18217,48939,3,1566,1749 -"76016",18217,49620,3,1566,1868 -"76017",18217,49759,3,1566,2400 -"76018",18217,50335,3,1566,1893 -"76019",18217,51173,3,1566,1829 -"76020",18217,51843,2,1566,2389 -"76021",18217,51866,3,1566,2411 -"76022",18217,52041,3,1566,2694 -"76023",18217,52892,3,1566,2372 -"76024",18217,52953,2,1566,1741 -"76025",18217,53013,3,1566,2523 -"76026",18217,54385,3,1566,2340 -"76027",18217,54551,3,1566,2348 -"76028",18217,55307,3,1566,2306 -"76029",18217,56082,3,1566,2395 -"76030",18217,57129,3,1566,1858 -"76031",18217,57246,3,1566,1873 -"76032",18217,57760,3,1566,1721 -"76033",18217,58164,3,1566,2398 -"76034",18217,58218,3,1566,2627 -"76035",18217,58536,3,1566,2742 -"76036",18217,59289,3,1566,2896 -"76037",18217,59790,2,1566,1827 -"76038",18217,60661,3,1566,2700 -"76039",18217,61125,3,1566,1673 -"76040",18217,61242,3,1566,1650 -"76041",18217,63077,3,1566,2778 -"76042",18217,63104,3,1566,2149 -"76043",18217,69308,3,1566,2370 -"76044",18217,70232,3,1566,2401 -"76045",18217,70573,3,1566,1993 -"76046",18217,71217,3,1566,2169 -"76047",18217,72597,3,1566,1843 -"76048",18217,73192,3,1566,1955 -"76049",18217,74370,3,1566,1667 -"76050",18217,74636,3,1566,2525 -"76051",18217,76143,2,1566,1610 -"76052",18217,79547,2,1566,1909 -"76053",18217,80615,3,1566,2252 -"76054",18217,84317,2,1566,2081 -"76055",18217,84808,3,1566,1974 -"76056",18217,92860,3,1566,1643 -"76057",18217,110737,3,1566,2117 -"76058",18227,762,3,2214,2671 -"76059",18227,21734,3,2214,2528 -"76060",18227,23216,2,2214,2424 -"76061",18244,206,3,1622,1986 -"76062",18244,762,3,1622,2671 -"76063",18244,1090,3,1622,2370 -"76064",18244,1092,2,1622,1945 -"76065",18244,5429,3,1622,1991 -"76066",18244,5491,3,1622,2048 -"76067",18244,5710,2,1622,1926 -"76068",18244,8060,2,1622,1883 -"76069",18244,11055,3,1622,2111 -"76070",18244,12703,3,1622,2689 -"76071",18244,12976,3,1622,2399 -"76072",18244,14709,3,1622,1901 -"76073",18244,18151,3,1622,2962 -"76074",18244,18366,1,1622,2699 -"76075",18244,21795,2,1622,2653 -"76076",18244,27277,3,1622,1994 -"76077",18244,34899,3,1622,2565 -"76078",18244,50275,2,1622,2832 -"76079",18244,56688,3,1622,2331 -"76080",18244,58180,3,1622,1919 -"76081",18244,64699,3,1622,2797 -"76082",18244,78563,3,1622,2385 -"76083",18244,94125,3,1622,2280 -"76084",18248,1034,3,172,1438 -"76085",18248,1691,3,172,1941 -"76086",18248,2063,3,172,1278 -"76087",18248,2208,3,172,2814 -"76088",18248,2684,3,172,2874 -"76089",18248,3578,2,172,624 -"76090",18248,5018,3,172,640 -"76091",18248,7616,3,172,2296 -"76092",18248,9331,2,172,2269 -"76093",18248,11055,3,172,2111 -"76094",18248,11419,3,172,1408 -"76095",18248,14108,3,172,2012 -"76096",18248,14918,3,172,2071 -"76097",18248,14983,3,172,1047 -"76098",18248,16201,3,172,1811 -"76099",18248,17351,3,172,2036 -"76100",18248,17549,3,172,2647 -"76101",18248,17632,3,172,1947 -"76102",18248,20419,1,172,1587 -"76103",18248,21079,3,172,1997 -"76104",18248,22874,3,172,404 -"76105",18248,24456,3,172,1238 -"76106",18248,25490,2,172,639 -"76107",18248,26025,3,172,591 -"76108",18248,27642,3,172,1531 -"76109",18248,27965,3,172,555 -"76110",18248,34120,3,172,2786 -"76111",18248,34314,2,172,630 -"76112",18248,37509,3,172,1640 -"76113",18248,43635,3,172,1196 -"76114",18248,44688,3,172,2924 -"76115",18248,46042,3,172,1692 -"76116",18248,48754,3,172,1972 -"76117",18248,50235,3,172,726 -"76118",18248,50254,3,172,1151 -"76119",18248,55349,3,172,826 -"76120",18248,55880,3,172,626 -"76121",18248,79364,1,172,834 -"76122",18248,79657,3,172,1260 -"76123",18248,79998,2,172,821 -"76124",18248,80979,3,172,1142 -"76125",18248,88037,3,172,606 -"76126",18248,100321,3,172,1142 -"76127",18248,100432,3,172,1358 -"76128",18248,101446,3,172,920 -"76129",18248,105207,3,172,451 -"76130",18277,5504,3,2309,2389 -"76131",18277,10130,2,2309,2741 -"76132",18277,19027,3,2309,2721 -"76133",18277,27478,3,2309,2485 -"76134",18277,50667,3,2309,2719 -"76135",18277,51410,3,2309,2739 -"76136",18277,66318,3,2309,2803 -"76137",18277,88232,3,2309,2881 -"76138",18277,93615,2,2309,2386 -"76139",18289,803,3,862,1666 -"76140",18289,6914,3,862,2668 -"76141",18289,8229,3,862,1241 -"76142",18289,10222,3,862,2212 -"76143",18289,13929,3,862,2693 -"76144",18289,14189,3,862,1483 -"76145",18289,14983,3,862,1047 -"76146",18289,18277,3,862,2309 -"76147",18289,21575,3,862,1762 -"76148",18289,23508,3,862,1907 -"76149",18289,24146,3,862,2003 -"76150",18289,24198,3,862,2217 -"76151",18289,26227,2,862,2265 -"76152",18289,29115,3,862,1047 -"76153",18289,30081,3,862,2403 -"76154",18289,32939,3,862,2277 -"76155",18289,34327,3,862,2959 -"76156",18289,35481,3,862,2211 -"76157",18289,36962,3,862,2861 -"76158",18289,37333,2,862,1612 -"76159",18289,54020,3,862,1578 -"76160",18289,56082,3,862,2395 -"76161",18289,57804,3,862,2214 -"76162",18289,58221,3,862,1787 -"76163",18289,66318,1,862,2803 -"76164",18289,79088,3,862,1369 -"76165",18289,85058,3,862,1311 -"76166",18289,86799,3,862,1951 -"76167",18289,94101,2,862,997 -"76168",18289,105685,3,862,2469 -"76169",18315,21945,3,2720,2781 -"76170",18319,4144,2,1439,1520 -"76171",18319,10337,1,1439,2452 -"76172",18319,15502,3,1439,2637 -"76173",18319,35911,2,1439,2370 -"76174",18344,997,3,2204,2788 -"76175",18344,2484,3,2204,2389 -"76176",18344,3495,3,2204,2431 -"76177",18344,11103,3,2204,2393 -"76178",18344,13419,3,2204,2639 -"76179",18344,13780,3,2204,2412 -"76180",18344,20162,3,2204,2328 -"76181",18344,24256,3,2204,2393 -"76182",18344,29930,2,2204,2240 -"76183",18344,30747,3,2204,2455 -"76184",18344,42574,3,2204,2842 -"76185",18344,48571,3,2204,2717 -"76186",18344,53219,2,2204,2973 -"76187",18344,83114,3,2204,2653 -"76188",18348,1275,3,1711,2068 -"76189",18348,1367,2,1711,2176 -"76190",18348,2424,3,1711,2582 -"76191",18348,2747,3,1711,2411 -"76192",18348,3164,3,1711,2693 -"76193",18348,4191,3,1711,2130 -"76194",18348,5350,3,1711,2522 -"76195",18348,5580,3,1711,2111 -"76196",18348,5622,3,1711,2175 -"76197",18348,5798,3,1711,1779 -"76198",18348,5971,3,1711,1985 -"76199",18348,5986,3,1711,1721 -"76200",18348,6030,3,1711,2953 -"76201",18348,6047,3,1711,2004 -"76202",18348,6324,3,1711,1990 -"76203",18348,7245,2,1711,2089 -"76204",18348,8533,3,1711,2251 -"76205",18348,9654,3,1711,2111 -"76206",18348,9928,3,1711,2345 -"76207",18348,10358,3,1711,2294 -"76208",18348,11218,2,1711,2292 -"76209",18348,11966,3,1711,2385 -"76210",18348,12035,3,1711,2721 -"76211",18348,12042,3,1711,2345 -"76212",18348,13311,3,1711,2315 -"76213",18348,14032,3,1711,2144 -"76214",18348,14972,3,1711,2332 -"76215",18348,15207,2,1711,1855 -"76216",18348,15301,3,1711,2308 -"76217",18348,16067,3,1711,2727 -"76218",18348,16096,3,1711,2301 -"76219",18348,16352,2,1711,2657 -"76220",18348,16497,3,1711,2370 -"76221",18348,17400,3,1711,2231 -"76222",18348,18361,3,1711,2968 -"76223",18348,18415,2,1711,2184 -"76224",18348,20563,3,1711,2267 -"76225",18348,21571,3,1711,2755 -"76226",18348,21872,3,1711,2458 -"76227",18348,21929,3,1711,2062 -"76228",18348,22566,3,1711,2308 -"76229",18348,23310,2,1711,2371 -"76230",18348,24568,3,1711,1937 -"76231",18348,25971,3,1711,2608 -"76232",18348,26080,3,1711,2525 -"76233",18348,26451,3,1711,2133 -"76234",18348,26818,3,1711,1999 -"76235",18348,27377,3,1711,1724 -"76236",18348,28050,3,1711,1955 -"76237",18348,28168,3,1711,2702 -"76238",18348,28296,3,1711,2944 -"76239",18348,29073,3,1711,2328 -"76240",18348,29930,3,1711,2240 -"76241",18348,30262,3,1711,1715 -"76242",18348,30943,3,1711,2287 -"76243",18348,32503,2,1711,2020 -"76244",18348,32567,3,1711,2784 -"76245",18348,32919,3,1711,2321 -"76246",18348,32939,3,1711,2277 -"76247",18348,34735,2,1711,2767 -"76248",18348,35926,3,1711,2371 -"76249",18348,36691,2,1711,1903 -"76250",18348,38140,3,1711,1866 -"76251",18348,39294,3,1711,1889 -"76252",18348,40645,3,1711,1899 -"76253",18348,42619,3,1711,2017 -"76254",18348,42642,3,1711,2257 -"76255",18348,45633,3,1711,2134 -"76256",18348,45959,3,1711,1880 -"76257",18348,46040,3,1711,2105 -"76258",18348,46803,3,1711,2305 -"76259",18348,50236,3,1711,2339 -"76260",18348,54929,3,1711,2783 -"76261",18348,56237,3,1711,2625 -"76262",18348,56604,2,1711,1919 -"76263",18348,57246,3,1711,1873 -"76264",18348,57804,3,1711,2214 -"76265",18348,57977,3,1711,2683 -"76266",18348,60280,3,1711,1918 -"76267",18348,63409,3,1711,1937 -"76268",18348,63641,3,1711,2337 -"76269",18348,65322,3,1711,2008 -"76270",18348,65691,3,1711,2134 -"76271",18348,67726,3,1711,2873 -"76272",18348,69716,3,1711,2632 -"76273",18348,70528,3,1711,2727 -"76274",18348,71274,3,1711,2390 -"76275",18348,72501,2,1711,2795 -"76276",18348,73192,3,1711,1955 -"76277",18348,73305,3,1711,2544 -"76278",18348,78150,3,1711,2581 -"76279",18348,82732,3,1711,2810 -"76280",18364,1428,3,535,742 -"76281",18364,5346,3,535,1438 -"76282",18364,6055,3,535,2651 -"76283",18364,7616,3,535,2296 -"76284",18364,8275,2,535,2237 -"76285",18364,9423,3,535,1708 -"76286",18364,9871,3,535,921 -"76287",18364,12639,3,535,1141 -"76288",18364,12692,3,535,1855 -"76289",18364,12712,3,535,815 -"76290",18364,13967,3,535,1354 -"76291",18364,14983,3,535,1047 -"76292",18364,15106,2,535,2286 -"76293",18364,15207,2,535,1855 -"76294",18364,16539,3,535,1947 -"76295",18364,19593,2,535,2013 -"76296",18364,19621,2,535,725 -"76297",18364,21493,3,535,2286 -"76298",18364,21566,2,535,1234 -"76299",18364,23006,3,535,1532 -"76300",18364,23572,3,535,772 -"76301",18364,27104,3,535,1608 -"76302",18364,28130,2,535,908 -"76303",18364,28131,3,535,1492 -"76304",18364,28808,3,535,1063 -"76305",18364,29580,2,535,2776 -"76306",18364,30092,3,535,1593 -"76307",18364,32939,3,535,2277 -"76308",18364,35772,2,535,1440 -"76309",18364,36441,2,535,2796 -"76310",18364,36784,3,535,576 -"76311",18364,40368,3,535,2876 -"76312",18364,40893,3,535,1116 -"76313",18364,41108,3,535,1624 -"76314",18364,42799,2,535,2729 -"76315",18364,45504,2,535,2301 -"76316",18364,45903,3,535,2237 -"76317",18364,46635,1,535,2528 -"76318",18364,49109,2,535,2341 -"76319",18364,53412,2,535,566 -"76320",18364,53885,3,535,1199 -"76321",18364,55076,3,535,2408 -"76322",18364,55394,3,535,904 -"76323",18364,56903,2,535,1584 -"76324",18364,57804,3,535,2214 -"76325",18364,61242,3,535,1650 -"76326",18364,62148,3,535,1566 -"76327",18364,64857,3,535,1792 -"76328",18364,68024,3,535,1531 -"76329",18364,69250,3,535,1439 -"76330",18364,74818,2,535,1440 -"76331",18364,76356,3,535,2323 -"76332",18364,79207,2,535,2244 -"76333",18364,81463,1,535,955 -"76334",18364,81676,3,535,839 -"76335",18364,85356,1,535,1492 -"76336",18364,86785,1,535,1607 -"76337",18364,90802,3,535,877 -"76338",18364,91901,2,535,1236 -"76339",18364,92381,3,535,1237 -"76340",18364,94520,3,535,1243 -"76341",18364,96132,2,535,1489 -"76342",18364,109718,3,535,1237 -"76343",18366,455,3,2699,2827 -"76344",18366,1262,3,2699,2973 -"76345",18366,13732,3,2699,2789 -"76346",18366,18151,2,2699,2962 -"76347",18366,19872,3,2699,2913 -"76348",18366,26865,3,2699,2726 -"76349",18366,34327,3,2699,2959 -"76350",18366,34480,3,2699,2755 -"76351",18366,34735,3,2699,2767 -"76352",18366,50275,3,2699,2832 -"76353",18371,30705,3,2860,2959 -"76354",18381,371,2,1524,2950 -"76355",18381,388,3,1524,1594 -"76356",18381,680,1,1524,2569 -"76357",18381,798,3,1524,2476 -"76358",18381,841,3,1524,2964 -"76359",18381,1519,3,1524,2349 -"76360",18381,1520,3,1524,1716 -"76361",18381,1560,3,1524,2013 -"76362",18381,2563,3,1524,1686 -"76363",18381,2747,3,1524,2411 -"76364",18381,2979,3,1524,2912 -"76365",18381,3477,3,1524,2546 -"76366",18381,3493,3,1524,2451 -"76367",18381,3978,1,1524,2775 -"76368",18381,4001,3,1524,1687 -"76369",18381,4066,3,1524,1736 -"76370",18381,4303,2,1524,2414 -"76371",18381,4313,3,1524,2368 -"76372",18381,4361,2,1524,2571 -"76373",18381,4526,3,1524,1728 -"76374",18381,4660,3,1524,2149 -"76375",18381,4669,3,1524,2395 -"76376",18381,5839,3,1524,2301 -"76377",18381,6063,3,1524,2349 -"76378",18381,6602,3,1524,1631 -"76379",18381,6697,3,1524,2438 -"76380",18381,6821,3,1524,1788 -"76381",18381,6989,3,1524,2623 -"76382",18381,7337,3,1524,1797 -"76383",18381,7780,3,1524,1920 -"76384",18381,8062,2,1524,2858 -"76385",18381,8865,3,1524,2394 -"76386",18381,9423,3,1524,1708 -"76387",18381,9703,3,1524,1845 -"76388",18381,9716,3,1524,1929 -"76389",18381,9723,3,1524,2302 -"76390",18381,10457,3,1524,1711 -"76391",18381,10474,3,1524,1608 -"76392",18381,10739,3,1524,1807 -"76393",18381,10980,3,1524,1974 -"76394",18381,11029,3,1524,2362 -"76395",18381,11429,3,1524,2520 -"76396",18381,11477,3,1524,2724 -"76397",18381,11639,2,1524,1593 -"76398",18381,11648,3,1524,2852 -"76399",18381,12081,3,1524,2166 -"76400",18381,12759,1,1524,2414 -"76401",18381,12901,3,1524,2136 -"76402",18381,12948,3,1524,2669 -"76403",18381,14972,3,1524,2332 -"76404",18381,14998,3,1524,1553 -"76405",18381,15095,3,1524,2001 -"76406",18381,15683,3,1524,1729 -"76407",18381,15700,3,1524,1712 -"76408",18381,16796,3,1524,1892 -"76409",18381,16850,3,1524,1657 -"76410",18381,17037,3,1524,2947 -"76411",18381,17351,3,1524,2036 -"76412",18381,17632,3,1524,1947 -"76413",18381,17645,3,1524,1918 -"76414",18381,18005,3,1524,2449 -"76415",18381,18102,3,1524,1642 -"76416",18381,18124,3,1524,1642 -"76417",18381,18217,3,1524,1566 -"76418",18381,18371,3,1524,2860 -"76419",18381,18670,3,1524,1835 -"76420",18381,19208,3,1524,2629 -"76421",18381,19215,3,1524,2604 -"76422",18381,19364,3,1524,2846 -"76423",18381,19587,2,1524,1684 -"76424",18381,19686,3,1524,2467 -"76425",18381,21670,2,1524,2158 -"76426",18381,22580,3,1524,2245 -"76427",18381,22709,2,1524,2743 -"76428",18381,23131,3,1524,1732 -"76429",18381,23756,3,1524,2309 -"76430",18381,25373,1,1524,2783 -"76431",18381,27390,3,1524,2425 -"76432",18381,27686,3,1524,2844 -"76433",18381,28051,3,1524,2089 -"76434",18381,28116,3,1524,1643 -"76435",18381,28869,3,1524,2425 -"76436",18381,29116,3,1524,2128 -"76437",18381,30334,2,1524,2075 -"76438",18381,30525,3,1524,1964 -"76439",18381,30618,2,1524,1609 -"76440",18381,30705,3,1524,2959 -"76441",18381,31335,3,1524,2351 -"76442",18381,33223,3,1524,2397 -"76443",18381,34820,3,1524,1630 -"76444",18381,34831,3,1524,1866 -"76445",18381,34870,3,1524,1873 -"76446",18381,34921,3,1524,2181 -"76447",18381,35256,3,1524,2271 -"76448",18381,35518,3,1524,1721 -"76449",18381,35822,1,1524,1903 -"76450",18381,36278,3,1524,2952 -"76451",18381,36656,3,1524,1858 -"76452",18381,36953,3,1524,2790 -"76453",18381,37636,1,1524,2178 -"76454",18381,37844,3,1524,2002 -"76455",18381,39062,3,1524,2020 -"76456",18381,39418,3,1524,1978 -"76457",18381,40392,2,1524,1878 -"76458",18381,40542,3,1524,1664 -"76459",18381,40572,3,1524,2666 -"76460",18381,41187,2,1524,2340 -"76461",18381,41429,3,1524,1770 -"76462",18381,41664,3,1524,2641 -"76463",18381,41723,1,1524,2101 -"76464",18381,41900,3,1524,1970 -"76465",18381,41945,3,1524,2856 -"76466",18381,43058,3,1524,1608 -"76467",18381,43204,3,1524,1680 -"76468",18381,43660,3,1524,2320 -"76469",18381,43673,3,1524,2787 -"76470",18381,44694,3,1524,2220 -"76471",18381,45299,3,1524,2426 -"76472",18381,45729,3,1524,2606 -"76473",18381,45869,3,1524,2840 -"76474",18381,46486,3,1524,1868 -"76475",18381,46982,3,1524,2806 -"76476",18381,47013,3,1524,2388 -"76477",18381,47082,3,1524,1990 -"76478",18381,47654,3,1524,1664 -"76479",18381,47840,3,1524,2509 -"76480",18381,49470,3,1524,1528 -"76481",18381,50585,1,1524,2414 -"76482",18381,51783,2,1524,2599 -"76483",18381,52815,3,1524,2323 -"76484",18381,53223,3,1524,2690 -"76485",18381,56082,3,1524,2395 -"76486",18381,56995,3,1524,2323 -"76487",18381,59788,3,1524,2315 -"76488",18381,63077,3,1524,2778 -"76489",18381,64947,3,1524,2489 -"76490",18381,71390,3,1524,1992 -"76491",18381,71531,3,1524,2887 -"76492",18381,76286,3,1524,1642 -"76493",18381,82426,3,1524,1576 -"76494",18381,94525,2,1524,1993 -"76495",18393,499,3,860,1931 -"76496",18393,602,3,860,2632 -"76497",18393,1102,3,860,2282 -"76498",18393,1124,3,860,1596 -"76499",18393,1196,3,860,1986 -"76500",18393,2269,3,860,984 -"76501",18393,2289,3,860,2389 -"76502",18393,2572,2,860,2273 -"76503",18393,3011,1,860,2278 -"76504",18393,3342,3,860,1026 -"76505",18393,3765,2,860,2775 -"76506",18393,3801,3,860,1974 -"76507",18393,4317,3,860,1224 -"76508",18393,4701,1,860,2401 -"76509",18393,4790,2,860,1025 -"76510",18393,4791,1,860,1184 -"76511",18393,4821,3,860,1938 -"76512",18393,5716,3,860,1058 -"76513",18393,5986,3,860,1721 -"76514",18393,6074,3,860,2426 -"76515",18393,6162,2,860,1673 -"76516",18393,6602,3,860,1631 -"76517",18393,6942,3,860,1232 -"76518",18393,6982,3,860,2034 -"76519",18393,7196,3,860,1508 -"76520",18393,7548,3,860,1932 -"76521",18393,7970,2,860,1197 -"76522",18393,8274,3,860,1909 -"76523",18393,8327,3,860,2527 -"76524",18393,8513,3,860,875 -"76525",18393,8913,3,860,968 -"76526",18393,9311,2,860,2477 -"76527",18393,9979,2,860,2238 -"76528",18393,10358,3,860,2294 -"76529",18393,10401,3,860,863 -"76530",18393,10474,2,860,1608 -"76531",18393,10843,2,860,2277 -"76532",18393,11218,3,860,2292 -"76533",18393,12042,3,860,2345 -"76534",18393,12724,3,860,1930 -"76535",18393,13249,3,860,2573 -"76536",18393,13601,3,860,2689 -"76537",18393,14017,3,860,1163 -"76538",18393,14172,3,860,1923 -"76539",18393,14278,2,860,1267 -"76540",18393,14422,3,860,1548 -"76541",18393,14723,2,860,2019 -"76542",18393,15005,2,860,1415 -"76543",18393,15401,3,860,1999 -"76544",18393,15539,3,860,1929 -"76545",18393,15626,2,860,2434 -"76546",18393,16074,3,860,977 -"76547",18393,16111,3,860,1714 -"76548",18393,16201,3,860,1811 -"76549",18393,16881,3,860,925 -"76550",18393,17852,3,860,2840 -"76551",18393,17938,3,860,1410 -"76552",18393,18151,3,860,2962 -"76553",18393,18567,3,860,919 -"76554",18393,18670,3,860,1835 -"76555",18393,18707,3,860,1143 -"76556",18393,19173,3,860,1686 -"76557",18393,19453,2,860,1928 -"76558",18393,19637,3,860,1229 -"76559",18393,19862,3,860,2412 -"76560",18393,20271,3,860,2044 -"76561",18393,20311,3,860,1981 -"76562",18393,20407,3,860,2339 -"76563",18393,20494,2,860,1075 -"76564",18393,20588,3,860,912 -"76565",18393,21122,3,860,1701 -"76566",18393,21198,3,860,935 -"76567",18393,21448,3,860,2332 -"76568",18393,21929,3,860,2062 -"76569",18393,22006,3,860,1202 -"76570",18393,22180,2,860,1835 -"76571",18393,22181,3,860,1274 -"76572",18393,22216,3,860,1956 -"76573",18393,22282,3,860,1418 -"76574",18393,22311,3,860,2034 -"76575",18393,22331,3,860,2687 -"76576",18393,22455,1,860,1197 -"76577",18393,22714,3,860,2793 -"76578",18393,23232,3,860,884 -"76579",18393,23508,3,860,1907 -"76580",18393,23745,2,860,1968 -"76581",18393,23825,3,860,1913 -"76582",18393,24169,3,860,1663 -"76583",18393,24286,1,860,1280 -"76584",18393,24721,3,860,2326 -"76585",18393,24755,3,860,1319 -"76586",18393,25341,3,860,1858 -"76587",18393,25480,3,860,2747 -"76588",18393,26218,3,860,2460 -"76589",18393,26322,3,860,1018 -"76590",18393,26408,2,860,1545 -"76591",18393,26451,3,860,2133 -"76592",18393,26595,2,860,1566 -"76593",18393,27175,3,860,1447 -"76594",18393,27261,2,860,1368 -"76595",18393,27390,3,860,2425 -"76596",18393,27849,2,860,1316 -"76597",18393,28640,3,860,1475 -"76598",18393,29089,3,860,1344 -"76599",18393,29929,3,860,2789 -"76600",18393,30906,3,860,2537 -"76601",18393,32103,3,860,1491 -"76602",18393,32457,3,860,2690 -"76603",18393,32601,3,860,1033 -"76604",18393,32988,3,860,2008 -"76605",18393,33356,1,860,1586 -"76606",18393,33433,1,860,2805 -"76607",18393,34325,3,860,1982 -"76608",18393,34707,3,860,2042 -"76609",18393,34820,2,860,1630 -"76610",18393,35095,3,860,1502 -"76611",18393,35516,2,860,1229 -"76612",18393,35888,3,860,2291 -"76613",18393,36578,2,860,1484 -"76614",18393,38727,3,860,2238 -"76615",18393,38755,2,860,2902 -"76616",18393,39534,3,860,2410 -"76617",18393,39556,2,860,2747 -"76618",18393,40296,3,860,1674 -"76619",18393,41682,3,860,1988 -"76620",18393,42333,2,860,2234 -"76621",18393,42642,3,860,2257 -"76622",18393,43051,3,860,904 -"76623",18393,43635,3,860,1196 -"76624",18393,43929,3,860,2749 -"76625",18393,44306,1,860,1036 -"76626",18393,45302,3,860,2390 -"76627",18393,46091,3,860,1938 -"76628",18393,47726,2,860,1272 -"76629",18393,48414,3,860,1749 -"76630",18393,49121,3,860,2199 -"76631",18393,49581,2,860,1817 -"76632",18393,49696,3,860,2444 -"76633",18393,50093,3,860,909 -"76634",18393,50269,3,860,1966 -"76635",18393,50382,3,860,2244 -"76636",18393,50946,2,860,1075 -"76637",18393,51089,3,860,2426 -"76638",18393,51546,3,860,1369 -"76639",18393,51810,3,860,1401 -"76640",18393,51853,3,860,2520 -"76641",18393,52058,3,860,1836 -"76642",18393,52136,3,860,1412 -"76643",18393,52735,3,860,1124 -"76644",18393,53342,2,860,2071 -"76645",18393,54879,1,860,2210 -"76646",18393,55324,3,860,1544 -"76647",18393,55468,3,860,2511 -"76648",18393,55643,2,860,2359 -"76649",18393,57337,3,860,1443 -"76650",18393,57732,2,860,2454 -"76651",18393,57950,3,860,1529 -"76652",18393,58993,3,860,2390 -"76653",18393,59113,2,860,2434 -"76654",18393,59937,2,860,885 -"76655",18393,61458,3,860,2630 -"76656",18393,61613,2,860,1189 -"76657",18393,62903,1,860,1704 -"76658",18393,64181,3,860,1828 -"76659",18393,64502,3,860,1670 -"76660",18393,64699,3,860,2797 -"76661",18393,65155,3,860,1947 -"76662",18393,66756,3,860,1301 -"76663",18393,66860,2,860,1548 -"76664",18393,67145,2,860,2015 -"76665",18393,67456,3,860,1608 -"76666",18393,68083,3,860,2795 -"76667",18393,68382,3,860,1047 -"76668",18393,69091,3,860,1267 -"76669",18393,72083,3,860,1122 -"76670",18393,72207,3,860,2430 -"76671",18393,72391,3,860,1547 -"76672",18393,73197,3,860,1998 -"76673",18393,74190,3,860,1428 -"76674",18393,75343,2,860,2008 -"76675",18393,75948,2,860,1006 -"76676",18393,76470,3,860,887 -"76677",18393,77305,3,860,965 -"76678",18393,78932,1,860,981 -"76679",18393,79322,3,860,2770 -"76680",18393,79382,3,860,1908 -"76681",18393,79612,3,860,927 -"76682",18393,81588,3,860,1568 -"76683",18393,84897,3,860,1075 -"76684",18393,85138,3,860,1685 -"76685",18393,85736,3,860,1601 -"76686",18393,85949,3,860,1132 -"76687",18393,86287,3,860,1349 -"76688",18393,87144,3,860,2299 -"76689",18393,89097,3,860,935 -"76690",18393,90573,3,860,878 -"76691",18393,92513,3,860,2282 -"76692",18393,99152,3,860,1698 -"76693",18393,102186,3,860,2937 -"76694",18393,104239,3,860,926 -"76695",18393,106318,3,860,1698 -"76696",18394,270,1,2356,2542 -"76697",18394,2424,2,2356,2582 -"76698",18394,2484,3,2356,2389 -"76699",18394,2936,3,2356,2512 -"76700",18394,3305,3,2356,2839 -"76701",18394,3477,3,2356,2546 -"76702",18394,3493,3,2356,2451 -"76703",18394,3966,3,2356,2425 -"76704",18394,4701,3,2356,2401 -"76705",18394,6074,3,2356,2426 -"76706",18394,7234,3,2356,2654 -"76707",18394,9311,3,2356,2477 -"76708",18394,9362,3,2356,2879 -"76709",18394,12713,3,2356,2440 -"76710",18394,12728,3,2356,2374 -"76711",18394,14655,3,2356,2559 -"76712",18394,14959,2,2356,2898 -"76713",18394,16352,3,2356,2657 -"76714",18394,17365,3,2356,2746 -"76715",18394,18361,3,2356,2968 -"76716",18394,19215,3,2356,2604 -"76717",18394,19248,3,2356,2357 -"76718",18394,19622,3,2356,2371 -"76719",18394,19643,3,2356,2452 -"76720",18394,19862,2,2356,2412 -"76721",18394,20067,2,2356,2390 -"76722",18394,20124,3,2356,2376 -"76723",18394,21682,3,2356,2414 -"76724",18394,22326,3,2356,2818 -"76725",18394,22415,3,2356,2841 -"76726",18394,22709,3,2356,2743 -"76727",18394,23011,3,2356,2763 -"76728",18394,23725,2,2356,2378 -"76729",18394,24756,3,2356,2530 -"76730",18394,25305,3,2356,2447 -"76731",18394,25486,3,2356,2582 -"76732",18394,26080,3,2356,2525 -"76733",18394,26848,3,2356,2363 -"76734",18394,29095,3,2356,2531 -"76735",18394,29314,3,2356,2736 -"76736",18394,30173,3,2356,2404 -"76737",18394,31436,3,2356,2892 -"76738",18394,31705,3,2356,2706 -"76739",18394,33223,3,2356,2397 -"76740",18394,33801,3,2356,2899 -"76741",18394,35235,3,2356,2610 -"76742",18394,36087,3,2356,2755 -"76743",18394,38307,3,2356,2648 -"76744",18394,41945,3,2356,2856 -"76745",18394,42216,3,2356,2722 -"76746",18394,43455,2,2356,2846 -"76747",18394,43518,3,2356,2680 -"76748",18394,44769,3,2356,2411 -"76749",18394,44885,3,2356,2670 -"76750",18394,44899,3,2356,2386 -"76751",18394,45302,3,2356,2390 -"76752",18394,49110,3,2356,2938 -"76753",18394,50118,3,2356,2654 -"76754",18394,51035,3,2356,2397 -"76755",18394,51041,3,2356,2606 -"76756",18394,51866,3,2356,2411 -"76757",18394,53323,3,2356,2677 -"76758",18394,53475,3,2356,2853 -"76759",18394,54929,3,2356,2783 -"76760",18394,55468,3,2356,2511 -"76761",18394,56082,2,2356,2395 -"76762",18394,56237,3,2356,2625 -"76763",18394,57977,3,2356,2683 -"76764",18394,58993,3,2356,2390 -"76765",18394,61982,2,2356,2725 -"76766",18394,62841,3,2356,2710 -"76767",18394,67726,3,2356,2873 -"76768",18394,68215,3,2356,2727 -"76769",18394,70203,2,2356,2756 -"76770",18394,72207,2,2356,2430 -"76771",18394,72326,3,2356,2384 -"76772",18394,76892,3,2356,2381 -"76773",18394,83396,3,2356,2396 -"76774",18394,91579,3,2356,2510 -"76775",18394,117956,3,2356,2774 -"76776",18404,14,3,801,1793 -"76777",18404,160,3,801,2007 -"76778",18404,341,3,801,2689 -"76779",18404,854,3,801,2307 -"76780",18404,915,3,801,1793 -"76781",18404,1315,3,801,2760 -"76782",18404,1520,3,801,1716 -"76783",18404,2111,3,801,1904 -"76784",18404,2609,3,801,834 -"76785",18404,2894,2,801,1291 -"76786",18404,5392,2,801,1648 -"76787",18404,5610,3,801,2223 -"76788",18404,5615,1,801,1105 -"76789",18404,6162,3,801,1673 -"76790",18404,6192,3,801,2409 -"76791",18404,6222,3,801,1949 -"76792",18404,6449,3,801,1997 -"76793",18404,6588,3,801,2025 -"76794",18404,7406,3,801,1906 -"76795",18404,7703,3,801,2122 -"76796",18404,7798,3,801,949 -"76797",18404,8274,3,801,1909 -"76798",18404,8327,3,801,2527 -"76799",18404,8865,3,801,2394 -"76800",18404,9311,3,801,2477 -"76801",18404,9331,3,801,2269 -"76802",18404,9423,3,801,1708 -"76803",18404,11770,3,801,1653 -"76804",18404,12388,1,801,1975 -"76805",18404,12639,3,801,1141 -"76806",18404,12779,3,801,936 -"76807",18404,13158,3,801,2667 -"76808",18404,13184,3,801,977 -"76809",18404,13808,2,801,1356 -"76810",18404,14586,2,801,2801 -"76811",18404,14959,3,801,2898 -"76812",18404,15106,3,801,2286 -"76813",18404,15444,2,801,2764 -"76814",18404,16053,3,801,908 -"76815",18404,17027,3,801,2772 -"76816",18404,17097,3,801,1505 -"76817",18404,17351,2,801,2036 -"76818",18404,17632,3,801,1947 -"76819",18404,17938,3,801,1410 -"76820",18404,18165,2,801,2085 -"76821",18404,18666,3,801,1230 -"76822",18404,19317,2,801,2041 -"76823",18404,20067,3,801,2390 -"76824",18404,20331,3,801,2365 -"76825",18404,21248,2,801,2232 -"76826",18404,21275,3,801,2609 -"76827",18404,22057,3,801,974 -"76828",18404,22403,3,801,1630 -"76829",18404,23268,3,801,2258 -"76830",18404,23460,3,801,2183 -"76831",18404,23911,3,801,935 -"76832",18404,24085,3,801,1253 -"76833",18404,25033,3,801,929 -"76834",18404,27642,3,801,1531 -"76835",18404,27908,3,801,2576 -"76836",18404,28626,3,801,2842 -"76837",18404,29073,3,801,2328 -"76838",18404,29267,3,801,1234 -"76839",18404,29884,3,801,1239 -"76840",18404,30236,3,801,2238 -"76841",18404,30798,3,801,1398 -"76842",18404,31705,3,801,2706 -"76843",18404,31890,3,801,1487 -"76844",18404,33380,3,801,2340 -"76845",18404,33433,3,801,2805 -"76846",18404,35903,3,801,1434 -"76847",18404,36637,3,801,2085 -"76848",18404,38921,3,801,1880 -"76849",18404,40009,3,801,1341 -"76850",18404,40028,3,801,1349 -"76851",18404,40646,3,801,1583 -"76852",18404,41682,2,801,1988 -"76853",18404,41900,3,801,1970 -"76854",18404,41945,3,801,2856 -"76855",18404,42837,1,801,1096 -"76856",18404,43077,3,801,884 -"76857",18404,44688,3,801,2924 -"76858",18404,45545,3,801,1776 -"76859",18404,46042,3,801,1692 -"76860",18404,46043,3,801,1358 -"76861",18404,46486,3,801,1868 -"76862",18404,46629,3,801,2255 -"76863",18404,47003,3,801,1915 -"76864",18404,47803,2,801,2477 -"76865",18404,49470,3,801,1528 -"76866",18404,50946,3,801,1075 -"76867",18404,51016,2,801,1141 -"76868",18404,52136,3,801,1412 -"76869",18404,54879,3,801,2210 -"76870",18404,55580,3,801,1942 -"76871",18404,57315,3,801,1005 -"76872",18404,57394,3,801,1271 -"76873",18404,61242,2,801,1650 -"76874",18404,65242,3,801,1988 -"76875",18404,66756,3,801,1301 -"76876",18404,74190,3,801,1428 -"76877",18404,79013,2,801,1441 -"76878",18404,80764,3,801,1808 -"76879",18404,80979,3,801,1142 -"76880",18404,82009,2,801,1020 -"76881",18404,82270,3,801,1641 -"76882",18404,95155,1,801,849 -"76883",18404,108620,2,801,881 -"76884",18415,135,3,2184,2233 -"76885",18415,455,3,2184,2827 -"76886",18415,671,3,2184,2328 -"76887",18415,1767,3,2184,2727 -"76888",18415,2424,3,2184,2582 -"76889",18415,2747,3,2184,2411 -"76890",18415,2852,3,2184,2448 -"76891",18415,4618,3,2184,2607 -"76892",18415,4669,2,2184,2395 -"76893",18415,5148,3,2184,2206 -"76894",18415,5725,3,2184,2789 -"76895",18415,5897,3,2184,2337 -"76896",18415,6989,3,2184,2623 -"76897",18415,7252,3,2184,2799 -"76898",18415,8533,2,2184,2251 -"76899",18415,9615,3,2184,2464 -"76900",18415,10871,3,2184,2314 -"76901",18415,12374,3,2184,2260 -"76902",18415,12713,3,2184,2440 -"76903",18415,16067,3,2184,2727 -"76904",18415,16286,3,2184,2470 -"76905",18415,18202,3,2184,2475 -"76906",18415,18810,3,2184,2671 -"76907",18415,20563,2,2184,2267 -"76908",18415,20732,3,2184,2401 -"76909",18415,21104,3,2184,2327 -"76910",18415,23509,3,2184,2275 -"76911",18415,23726,3,2184,2434 -"76912",18415,26516,3,2184,2479 -"76913",18415,26749,3,2184,2965 -"76914",18415,27742,3,2184,2700 -"76915",18415,27753,3,2184,2750 -"76916",18415,28285,3,2184,2972 -"76917",18415,28869,3,2184,2425 -"76918",18415,29073,3,2184,2328 -"76919",18415,30943,3,2184,2287 -"76920",18415,31124,3,2184,2351 -"76921",18415,31700,3,2184,2727 -"76922",18415,32939,3,2184,2277 -"76923",18415,33572,3,2184,2370 -"76924",18415,34136,3,2184,2202 -"76925",18415,41023,3,2184,2408 -"76926",18415,42642,3,2184,2257 -"76927",18415,45715,3,2184,2287 -"76928",18415,45869,3,2184,2840 -"76929",18415,46803,3,2184,2305 -"76930",18415,47947,3,2184,2681 -"76931",18415,51410,3,2184,2739 -"76932",18415,57804,3,2184,2214 -"76933",18415,57977,3,2184,2683 -"76934",18415,62840,3,2184,2502 -"76935",18415,63641,3,2184,2337 -"76936",18415,67726,3,2184,2873 -"76937",18415,69716,3,2184,2632 -"76938",18415,71562,3,2184,2574 -"76939",18415,74095,3,2184,2333 -"76940",18415,88232,3,2184,2881 -"76941",18421,680,3,2457,2569 -"76942",18421,2334,3,2457,2619 -"76943",18421,3978,3,2457,2775 -"76944",18421,5683,3,2457,2468 -"76945",18421,11253,3,2457,2577 -"76946",18421,12361,3,2457,2732 -"76947",18421,16866,3,2457,2718 -"76948",18421,18865,3,2457,2676 -"76949",18421,19655,3,2457,2706 -"76950",18421,26182,3,2457,2775 -"76951",18421,30668,3,2457,2882 -"76952",18421,43673,3,2457,2787 -"76953",18421,46982,2,2457,2806 -"76954",18421,51144,2,2457,2466 -"76955",18428,4144,3,343,1520 -"76956",18428,5346,3,343,1438 -"76957",18428,5673,3,343,1567 -"76958",18428,10337,2,343,2452 -"76959",18428,12031,3,343,1957 -"76960",18428,15207,3,343,1855 -"76961",18428,16376,3,343,546 -"76962",18428,18072,2,343,421 -"76963",18428,18319,1,343,1439 -"76964",18428,18550,3,343,483 -"76965",18428,21895,3,343,1693 -"76966",18428,23330,3,343,448 -"76967",18428,32678,2,343,1439 -"76968",18428,35911,3,343,2370 -"76969",18428,39577,3,343,1728 -"76970",18428,40113,3,343,451 -"76971",18428,45628,2,343,527 -"76972",18428,55436,3,343,2513 -"76973",18428,83161,2,343,1352 -"76974",18428,94520,3,343,1243 -"76975",18428,99288,3,343,983 -"76976",18445,41051,3,2133,2767 -"76977",18455,1570,2,1237,2028 -"76978",18455,7648,2,1237,1861 -"76979",18455,9273,3,1237,1747 -"76980",18455,9328,3,1237,1937 -"76981",18455,10755,3,1237,1742 -"76982",18455,10756,3,1237,2207 -"76983",18455,14442,3,1237,2700 -"76984",18455,16184,3,1237,2274 -"76985",18455,17768,3,1237,2468 -"76986",18455,24867,2,1237,1861 -"76987",18455,25053,2,1237,2186 -"76988",18455,29067,3,1237,1538 -"76989",18455,31281,3,1237,1937 -"76990",18455,36996,3,1237,2321 -"76991",18455,41669,3,1237,1247 -"76992",18455,44466,3,1237,1607 -"76993",18455,46849,2,1237,1238 -"76994",18455,55446,2,1237,1247 -"76995",18455,55997,3,1237,1414 -"76996",18455,59289,3,1237,2896 -"76997",18455,84322,3,1237,1635 -"76998",18455,104281,3,1237,2228 -"76999",18458,2424,3,2477,2582 -"77000",18458,3980,3,2477,2771 -"77001",18458,9175,3,2477,2639 -"77002",18458,27623,3,2477,2970 -"77003",18458,32761,3,2477,2680 -"77004",18458,44235,3,2477,2700 -"77005",18458,45239,3,2477,2535 -"77006",18458,67264,3,2477,2790 -"77007",18464,267,3,2312,2631 -"77008",18464,6192,3,2312,2409 -"77009",18464,11103,2,2312,2393 -"77010",18464,11351,3,2312,2971 -"77011",18464,11506,3,2312,2824 -"77012",18464,14507,3,2312,2686 -"77013",18464,18943,3,2312,2861 -"77014",18464,19208,3,2312,2629 -"77015",18464,19605,2,2312,2395 -"77016",18464,21463,3,2312,2437 -"77017",18464,22207,3,2312,2365 -"77018",18464,29454,3,2312,2719 -"77019",18464,33160,3,2312,2441 -"77020",18464,36136,3,2312,2338 -"77021",18464,36574,3,2312,2934 -"77022",18464,41664,3,2312,2641 -"77023",18464,42129,3,2312,2318 -"77024",18464,44403,2,2312,2429 -"77025",18464,50480,3,2312,2701 -"77026",18464,70046,3,2312,2624 -"77027",18464,83396,3,2312,2396 -"77028",18465,160,3,354,2007 -"77029",18465,341,3,354,2689 -"77030",18465,508,2,354,801 -"77031",18465,854,3,354,2307 -"77032",18465,1315,3,354,2760 -"77033",18465,2894,2,354,1291 -"77034",18465,3068,3,354,1815 -"77035",18465,3886,3,354,1669 -"77036",18465,5392,2,354,1648 -"77037",18465,5615,1,354,1105 -"77038",18465,6192,3,354,2409 -"77039",18465,6222,3,354,1949 -"77040",18465,6449,3,354,1997 -"77041",18465,7406,3,354,1906 -"77042",18465,9331,3,354,2269 -"77043",18465,9423,3,354,1708 -"77044",18465,11770,3,354,1653 -"77045",18465,12388,2,354,1975 -"77046",18465,12639,3,354,1141 -"77047",18465,12779,3,354,936 -"77048",18465,13808,3,354,1356 -"77049",18465,14586,3,354,2801 -"77050",18465,14959,3,354,2898 -"77051",18465,15215,3,354,798 -"77052",18465,15444,2,354,2764 -"77053",18465,16609,3,354,538 -"77054",18465,17351,2,354,2036 -"77055",18465,17632,3,354,1947 -"77056",18465,17938,3,354,1410 -"77057",18465,18165,2,354,2085 -"77058",18465,18404,1,354,801 -"77059",18465,18666,3,354,1230 -"77060",18465,19069,3,354,988 -"77061",18465,19317,2,354,2041 -"77062",18465,20331,3,354,2365 -"77063",18465,21248,3,354,2232 -"77064",18465,22025,3,354,1591 -"77065",18465,22057,2,354,974 -"77066",18465,23268,3,354,2258 -"77067",18465,23460,3,354,2183 -"77068",18465,24085,3,354,1253 -"77069",18465,27642,3,354,1531 -"77070",18465,29073,3,354,2328 -"77071",18465,29884,2,354,1239 -"77072",18465,38921,3,354,1880 -"77073",18465,40009,3,354,1341 -"77074",18465,41682,2,354,1988 -"77075",18465,41900,3,354,1970 -"77076",18465,41945,3,354,2856 -"77077",18465,42837,2,354,1096 -"77078",18465,43077,3,354,884 -"77079",18465,44688,3,354,2924 -"77080",18465,46042,3,354,1692 -"77081",18465,46043,3,354,1358 -"77082",18465,47803,3,354,2477 -"77083",18465,49470,3,354,1528 -"77084",18465,51016,3,354,1141 -"77085",18465,55580,3,354,1942 -"77086",18465,58164,3,354,2398 -"77087",18465,61242,3,354,1650 -"77088",18465,77031,3,354,801 -"77089",18465,79013,3,354,1441 -"77090",18465,80979,3,354,1142 -"77091",18465,81989,3,354,438 -"77092",18465,82009,3,354,1020 -"77093",18465,95155,2,354,849 -"77094",18465,108620,3,354,881 -"77095",18466,1222,3,2340,2598 -"77096",18466,6262,3,2340,2733 -"77097",18466,19190,3,2340,2677 -"77098",18466,82917,2,2340,2371 -"77099",18466,94339,3,2340,2768 -"77100",18483,602,3,874,2632 -"77101",18483,2972,3,874,1708 -"77102",18483,4675,3,874,1741 -"77103",18483,6982,3,874,2034 -"77104",18483,12703,3,874,2689 -"77105",18483,14103,3,874,2204 -"77106",18483,14723,3,874,2019 -"77107",18483,22140,3,874,942 -"77108",18483,22311,2,874,2034 -"77109",18483,25480,3,874,2747 -"77110",18483,27195,3,874,2158 -"77111",18483,56232,3,874,1175 -"77112",18483,68960,3,874,1312 -"77113",18502,270,3,1033,2542 -"77114",18502,512,3,1033,1596 -"77115",18502,913,3,1033,2144 -"77116",18502,1124,3,1033,1596 -"77117",18502,1592,2,1033,2006 -"77118",18502,1691,2,1033,1941 -"77119",18502,2011,2,1033,2176 -"77120",18502,2684,3,1033,2874 -"77121",18502,5258,1,1033,2730 -"77122",18502,5315,3,1033,2631 -"77123",18502,5971,3,1033,1985 -"77124",18502,6222,3,1033,1949 -"77125",18502,6252,3,1033,2336 -"77126",18502,6390,3,1033,2385 -"77127",18502,8657,3,1033,2473 -"77128",18502,9511,3,1033,1232 -"77129",18502,10488,3,1033,1524 -"77130",18502,11055,3,1033,2111 -"77131",18502,12199,3,1033,1651 -"77132",18502,13248,3,1033,1385 -"77133",18502,13837,3,1033,1604 -"77134",18502,13945,3,1033,1324 -"77135",18502,14108,1,1033,2012 -"77136",18502,14731,3,1033,2012 -"77137",18502,14983,3,1033,1047 -"77138",18502,15402,3,1033,1281 -"77139",18502,15453,3,1033,1688 -"77140",18502,15713,3,1033,1646 -"77141",18502,18543,1,1033,2968 -"77142",18502,19332,3,1033,1214 -"77143",18502,19718,3,1033,1702 -"77144",18502,20407,3,1033,2339 -"77145",18502,21133,3,1033,1320 -"77146",18502,23492,3,1033,1067 -"77147",18502,23725,3,1033,2378 -"77148",18502,25565,2,1033,2764 -"77149",18502,26106,3,1033,2015 -"77150",18502,27275,3,1033,2656 -"77151",18502,27792,3,1033,1308 -"77152",18502,28808,3,1033,1063 -"77153",18502,29170,3,1033,1846 -"77154",18502,29224,3,1033,2011 -"77155",18502,29948,3,1033,2795 -"77156",18502,30915,3,1033,1207 -"77157",18502,31001,3,1033,2119 -"77158",18502,31436,3,1033,2892 -"77159",18502,31696,3,1033,1595 -"77160",18502,33621,3,1033,1319 -"77161",18502,33622,3,1033,2230 -"77162",18502,34648,3,1033,1596 -"77163",18502,34945,3,1033,1298 -"77164",18502,35041,3,1033,1311 -"77165",18502,35045,3,1033,1646 -"77166",18502,35673,3,1033,1067 -"77167",18502,36439,2,1033,2469 -"77168",18502,37509,2,1033,1640 -"77169",18502,38055,3,1033,1089 -"77170",18502,38213,3,1033,1744 -"77171",18502,38259,2,1033,2258 -"77172",18502,39294,3,1033,1889 -"77173",18502,40028,3,1033,1349 -"77174",18502,40893,3,1033,1116 -"77175",18502,43173,3,1033,2895 -"77176",18502,43226,3,1033,2442 -"77177",18502,43635,3,1033,1196 -"77178",18502,44427,2,1033,2875 -"77179",18502,45684,3,1033,2200 -"77180",18502,45903,3,1033,2237 -"77181",18502,46196,3,1033,1510 -"77182",18502,46283,3,1033,1184 -"77183",18502,46621,2,1033,1343 -"77184",18502,47064,3,1033,1993 -"77185",18502,47248,2,1033,2883 -"77186",18502,47789,3,1033,1583 -"77187",18502,49301,3,1033,1894 -"77188",18502,49620,3,1033,1868 -"77189",18502,50236,3,1033,2339 -"77190",18502,51017,3,1033,2073 -"77191",18502,52136,3,1033,1412 -"77192",18502,52323,3,1033,2148 -"77193",18502,52327,2,1033,1472 -"77194",18502,52735,3,1033,1124 -"77195",18502,56082,3,1033,2395 -"77196",18502,58133,3,1033,1484 -"77197",18502,58284,3,1033,2292 -"77198",18502,61689,3,1033,1309 -"77199",18502,69030,3,1033,1249 -"77200",18502,69257,3,1033,1402 -"77201",18502,69447,3,1033,1197 -"77202",18502,71274,3,1033,2390 -"77203",18502,72571,3,1033,1175 -"77204",18502,74636,3,1033,2525 -"77205",18502,79657,3,1033,1260 -"77206",18502,81162,3,1033,1240 -"77207",18502,82401,2,1033,1210 -"77208",18502,83224,3,1033,1183 -"77209",18502,83526,3,1033,1235 -"77210",18502,84612,3,1033,2175 -"77211",18502,88232,2,1033,2881 -"77212",18502,92491,3,1033,1968 -"77213",18502,92658,3,1033,2659 -"77214",18502,95288,3,1033,1602 -"77215",18502,97674,3,1033,1912 -"77216",18502,97824,3,1033,1229 -"77217",18502,100215,3,1033,2436 -"77218",18502,100432,3,1033,1358 -"77219",18518,388,3,1128,1594 -"77220",18518,680,3,1128,2569 -"77221",18518,1560,3,1128,2013 -"77222",18518,2540,3,1128,1398 -"77223",18518,2563,3,1128,1686 -"77224",18518,4226,3,1128,1903 -"77225",18518,4303,3,1128,2414 -"77226",18518,6602,3,1128,1631 -"77227",18518,7936,3,1128,1199 -"77228",18518,8062,3,1128,2858 -"77229",18518,9716,3,1128,1929 -"77230",18518,10474,3,1128,1608 -"77231",18518,11429,3,1128,2520 -"77232",18518,11477,3,1128,2724 -"77233",18518,12759,3,1128,2414 -"77234",18518,14072,3,1128,1346 -"77235",18518,14972,3,1128,2332 -"77236",18518,15095,3,1128,2001 -"77237",18518,15700,3,1128,1712 -"77238",18518,18124,3,1128,1642 -"77239",18518,18371,3,1128,2860 -"77240",18518,18381,3,1128,1524 -"77241",18518,20624,3,1128,1298 -"77242",18518,25373,3,1128,2783 -"77243",18518,30334,2,1128,2075 -"77244",18518,30705,3,1128,2959 -"77245",18518,34820,3,1128,1630 -"77246",18518,35518,3,1128,1721 -"77247",18518,36953,3,1128,2790 -"77248",18518,37636,2,1128,2178 -"77249",18518,37844,3,1128,2002 -"77250",18518,40392,2,1128,1878 -"77251",18518,41429,3,1128,1770 -"77252",18518,41723,3,1128,2101 -"77253",18518,43204,3,1128,1680 -"77254",18518,44341,3,1128,1230 -"77255",18518,47082,3,1128,1990 -"77256",18518,51783,2,1128,2599 -"77257",18518,56082,3,1128,2395 -"77258",18518,58133,3,1128,1484 -"77259",18518,99020,3,1128,1383 -"77260",18543,11351,3,2968,2971 -"77261",18550,212,3,483,1513 -"77262",18550,270,3,483,2542 -"77263",18550,359,3,483,635 -"77264",18550,600,3,483,1702 -"77265",18550,1044,3,483,880 -"77266",18550,1050,3,483,1185 -"77267",18550,1367,2,483,2176 -"77268",18550,1677,3,483,2645 -"77269",18550,1685,3,483,2230 -"77270",18550,2077,3,483,610 -"77271",18550,2224,3,483,2751 -"77272",18550,2424,2,483,2582 -"77273",18550,2533,3,483,2016 -"77274",18550,2563,3,483,1686 -"77275",18550,2747,2,483,2411 -"77276",18550,2847,3,483,494 -"77277",18550,2865,3,483,2006 -"77278",18550,3068,3,483,1815 -"77279",18550,3171,3,483,700 -"77280",18550,3305,3,483,2839 -"77281",18550,3460,3,483,2530 -"77282",18550,3863,2,483,856 -"77283",18550,3896,3,483,2693 -"77284",18550,4191,3,483,2130 -"77285",18550,4612,3,483,2804 -"77286",18550,4660,3,483,2149 -"77287",18550,4821,3,483,1938 -"77288",18550,5120,3,483,2735 -"77289",18550,5346,1,483,1438 -"77290",18550,5350,3,483,2522 -"77291",18550,5414,3,483,2321 -"77292",18550,5438,3,483,1499 -"77293",18550,5580,2,483,2111 -"77294",18550,5673,3,483,1567 -"77295",18550,5897,3,483,2337 -"77296",18550,6047,3,483,2004 -"77297",18550,6052,3,483,1985 -"77298",18550,6234,3,483,2654 -"77299",18550,6248,3,483,2737 -"77300",18550,6359,3,483,1239 -"77301",18550,6449,3,483,1997 -"77302",18550,6602,3,483,1631 -"77303",18550,7245,2,483,2089 -"77304",18550,7506,3,483,2371 -"77305",18550,7785,3,483,2441 -"77306",18550,8073,3,483,1847 -"77307",18550,8354,3,483,1705 -"77308",18550,8533,3,483,2251 -"77309",18550,8984,3,483,1162 -"77310",18550,9175,3,483,2639 -"77311",18550,9202,3,483,2477 -"77312",18550,9423,3,483,1708 -"77313",18550,9504,3,483,2549 -"77314",18550,9654,2,483,2111 -"77315",18550,9787,3,483,2858 -"77316",18550,10343,3,483,1072 -"77317",18550,10453,3,483,1656 -"77318",18550,10474,3,483,1608 -"77319",18550,10727,3,483,2082 -"77320",18550,10739,3,483,1807 -"77321",18550,10744,3,483,955 -"77322",18550,10851,3,483,2423 -"77323",18550,10875,3,483,1234 -"77324",18550,10964,3,483,2043 -"77325",18550,11019,3,483,1299 -"77326",18550,11067,3,483,2734 -"77327",18550,11108,3,483,1609 -"77328",18550,11154,3,483,1594 -"77329",18550,11984,3,483,2308 -"77330",18550,12000,3,483,1454 -"77331",18550,12031,3,483,1957 -"77332",18550,12096,3,483,1330 -"77333",18550,12272,3,483,2371 -"77334",18550,12524,3,483,1287 -"77335",18550,12724,3,483,1930 -"77336",18550,12767,3,483,2329 -"77337",18550,12781,3,483,831 -"77338",18550,13034,3,483,698 -"77339",18550,13200,3,483,2488 -"77340",18550,13296,3,483,839 -"77341",18550,13324,3,483,2163 -"77342",18550,13671,2,483,1371 -"77343",18550,13861,3,483,1197 -"77344",18550,13985,3,483,2484 -"77345",18550,14072,3,483,1346 -"77346",18550,14422,3,483,1548 -"77347",18550,14532,3,483,1193 -"77348",18550,14586,3,483,2801 -"77349",18550,14676,3,483,2764 -"77350",18550,14707,2,483,672 -"77351",18550,14731,3,483,2012 -"77352",18550,14754,3,483,2456 -"77353",18550,14855,3,483,903 -"77354",18550,14972,3,483,2332 -"77355",18550,14998,3,483,1553 -"77356",18550,15122,3,483,1201 -"77357",18550,15207,1,483,1855 -"77358",18550,15453,2,483,1688 -"77359",18550,15462,2,483,1141 -"77360",18550,15813,3,483,2143 -"77361",18550,15826,3,483,2772 -"77362",18550,16021,3,483,858 -"77363",18550,16067,2,483,2727 -"77364",18550,16501,3,483,1650 -"77365",18550,16877,3,483,2509 -"77366",18550,17033,3,483,2771 -"77367",18550,17328,3,483,1206 -"77368",18550,17396,3,483,1672 -"77369",18550,17672,3,483,1987 -"77370",18550,17931,3,483,1617 -"77371",18550,18211,3,483,1745 -"77372",18550,18348,2,483,1711 -"77373",18550,18364,3,483,535 -"77374",18550,18415,2,483,2184 -"77375",18550,18978,3,483,952 -"77376",18550,19113,3,483,1171 -"77377",18550,19231,3,483,1424 -"77378",18550,19593,3,483,2013 -"77379",18550,19621,3,483,725 -"77380",18550,19687,3,483,2072 -"77381",18550,20155,3,483,1517 -"77382",18550,20369,3,483,1356 -"77383",18550,20545,3,483,1491 -"77384",18550,20563,3,483,2267 -"77385",18550,20705,3,483,829 -"77386",18550,21164,3,483,1645 -"77387",18550,21197,3,483,1437 -"77388",18550,21198,3,483,935 -"77389",18550,21249,3,483,1635 -"77390",18550,21285,3,483,2100 -"77391",18550,21487,3,483,2203 -"77392",18550,21566,3,483,1234 -"77393",18550,21895,3,483,1693 -"77394",18550,21929,2,483,2062 -"77395",18550,22080,3,483,2436 -"77396",18550,22165,3,483,1501 -"77397",18550,22242,3,483,1690 -"77398",18550,22566,3,483,2308 -"77399",18550,22567,3,483,2396 -"77400",18550,23011,3,483,2763 -"77401",18550,23112,3,483,1192 -"77402",18550,23282,3,483,1225 -"77403",18550,23488,3,483,1523 -"77404",18550,23509,3,483,2275 -"77405",18550,23639,3,483,2065 -"77406",18550,23869,3,483,1918 -"77407",18550,24085,3,483,1253 -"77408",18550,24195,3,483,1575 -"77409",18550,24974,2,483,702 -"77410",18550,25443,3,483,1441 -"77411",18550,26567,3,483,1158 -"77412",18550,26658,3,483,2745 -"77413",18550,27008,3,483,911 -"77414",18550,27742,3,483,2700 -"77415",18550,27897,3,483,1968 -"77416",18550,27914,3,483,2507 -"77417",18550,28057,2,483,1067 -"77418",18550,28130,3,483,908 -"77419",18550,28355,3,483,2053 -"77420",18550,28627,3,483,2694 -"77421",18550,28869,3,483,2425 -"77422",18550,28914,3,483,580 -"77423",18550,29073,3,483,2328 -"77424",18550,29117,3,483,1250 -"77425",18550,29286,3,483,1612 -"77426",18550,29667,3,483,531 -"77427",18550,30092,3,483,1593 -"77428",18550,30262,2,483,1715 -"77429",18550,30865,3,483,2038 -"77430",18550,30943,2,483,2287 -"77431",18550,30981,3,483,2366 -"77432",18550,31050,3,483,1491 -"77433",18550,31124,3,483,2351 -"77434",18550,31317,3,483,1362 -"77435",18550,31868,3,483,1993 -"77436",18550,31927,3,483,818 -"77437",18550,32202,3,483,2314 -"77438",18550,32532,3,483,2338 -"77439",18550,32560,3,483,1258 -"77440",18550,32651,3,483,877 -"77441",18550,32899,3,483,1369 -"77442",18550,32920,3,483,2158 -"77443",18550,32939,2,483,2277 -"77444",18550,33383,3,483,1572 -"77445",18550,34334,3,483,1637 -"77446",18550,34509,3,483,1973 -"77447",18550,34820,3,483,1630 -"77448",18550,35186,3,483,1520 -"77449",18550,35264,3,483,2329 -"77450",18550,35728,3,483,2017 -"77451",18550,35772,3,483,1440 -"77452",18550,35797,2,483,2482 -"77453",18550,35919,3,483,663 -"77454",18550,36031,3,483,2342 -"77455",18550,36215,3,483,1623 -"77456",18550,36441,3,483,2796 -"77457",18550,36862,3,483,2655 -"77458",18550,37752,3,483,2223 -"77459",18550,38523,3,483,549 -"77460",18550,38676,3,483,2286 -"77461",18550,39217,3,483,504 -"77462",18550,39577,3,483,1728 -"77463",18550,39657,3,483,1947 -"77464",18550,39999,3,483,1593 -"77465",18550,40493,3,483,1981 -"77466",18550,41439,2,483,709 -"77467",18550,41694,3,483,2358 -"77468",18550,41739,3,483,1339 -"77469",18550,41955,3,483,2479 -"77470",18550,42195,3,483,573 -"77471",18550,42216,3,483,2722 -"77472",18550,42256,3,483,2839 -"77473",18550,42642,2,483,2257 -"77474",18550,42713,3,483,1995 -"77475",18550,42725,2,483,630 -"77476",18550,42799,3,483,2729 -"77477",18550,43250,3,483,1300 -"77478",18550,43455,3,483,2846 -"77479",18550,44074,3,483,1299 -"77480",18550,44181,3,483,1034 -"77481",18550,44193,3,483,989 -"77482",18550,44433,3,483,2224 -"77483",18550,44497,3,483,2401 -"77484",18550,44557,3,483,2371 -"77485",18550,44603,3,483,2748 -"77486",18550,44819,3,483,2063 -"77487",18550,45186,2,483,835 -"77488",18550,45239,3,483,2535 -"77489",18550,45302,3,483,2390 -"77490",18550,45480,3,483,1104 -"77491",18550,45585,3,483,2384 -"77492",18550,45633,3,483,2134 -"77493",18550,46532,3,483,2005 -"77494",18550,46629,3,483,2255 -"77495",18550,46635,3,483,2528 -"77496",18550,46803,2,483,2305 -"77497",18550,47293,3,483,929 -"77498",18550,47557,3,483,999 -"77499",18550,47564,3,483,2650 -"77500",18550,47654,3,483,1664 -"77501",18550,49069,3,483,1694 -"77502",18550,49144,3,483,1542 -"77503",18550,49147,3,483,2539 -"77504",18550,49186,3,483,1289 -"77505",18550,49551,3,483,879 -"77506",18550,50382,3,483,2244 -"77507",18550,50581,3,483,1258 -"77508",18550,50621,3,483,2809 -"77509",18550,51022,3,483,1499 -"77510",18550,51055,3,483,2558 -"77511",18550,51866,3,483,2411 -"77512",18550,51925,3,483,2307 -"77513",18550,52576,3,483,2234 -"77514",18550,52993,3,483,1256 -"77515",18550,53043,2,483,803 -"77516",18550,53412,3,483,566 -"77517",18550,53445,3,483,2028 -"77518",18550,54061,3,483,1488 -"77519",18550,54388,2,483,1257 -"77520",18550,54718,3,483,2473 -"77521",18550,54890,3,483,877 -"77522",18550,55072,3,483,612 -"77523",18550,55185,3,483,922 -"77524",18550,55436,3,483,2513 -"77525",18550,55892,3,483,1234 -"77526",18550,56116,3,483,1321 -"77527",18550,56903,3,483,1584 -"77528",18550,56995,3,483,2323 -"77529",18550,57804,2,483,2214 -"77530",18550,57842,3,483,2482 -"77531",18550,57901,3,483,614 -"77532",18550,57912,3,483,1035 -"77533",18550,58015,3,483,899 -"77534",18550,58078,3,483,1252 -"77535",18550,58284,3,483,2292 -"77536",18550,58655,3,483,2685 -"77537",18550,58854,3,483,1131 -"77538",18550,59039,3,483,2870 -"77539",18550,60516,3,483,2257 -"77540",18550,61723,3,483,1262 -"77541",18550,61982,3,483,2725 -"77542",18550,63641,2,483,2337 -"77543",18550,64181,3,483,1828 -"77544",18550,64427,3,483,535 -"77545",18550,64439,3,483,562 -"77546",18550,65625,3,483,1273 -"77547",18550,65691,3,483,2134 -"77548",18550,66413,3,483,2507 -"77549",18550,66717,3,483,2104 -"77550",18550,66994,3,483,1865 -"77551",18550,67252,3,483,1215 -"77552",18550,67719,3,483,2429 -"77553",18550,67726,2,483,2873 -"77554",18550,67788,3,483,837 -"77555",18550,68043,3,483,690 -"77556",18550,68700,3,483,639 -"77557",18550,68876,3,483,1397 -"77558",18550,69117,3,483,645 -"77559",18550,69232,3,483,2130 -"77560",18550,69293,2,483,609 -"77561",18550,69716,2,483,2632 -"77562",18550,69903,3,483,1066 -"77563",18550,71467,3,483,1051 -"77564",18550,72470,3,483,991 -"77565",18550,72535,3,483,1191 -"77566",18550,73205,3,483,1529 -"77567",18550,74795,3,483,1319 -"77568",18550,74818,2,483,1440 -"77569",18550,75194,3,483,1736 -"77570",18550,76235,3,483,2777 -"77571",18550,76892,3,483,2381 -"77572",18550,79612,3,483,927 -"77573",18550,80219,3,483,988 -"77574",18550,80942,3,483,1240 -"77575",18550,81463,3,483,955 -"77576",18550,81676,3,483,839 -"77577",18550,82246,3,483,1538 -"77578",18550,82426,3,483,1576 -"77579",18550,83961,3,483,578 -"77580",18550,84268,3,483,1217 -"77581",18550,85356,2,483,1492 -"77582",18550,85690,3,483,1229 -"77583",18550,89681,3,483,1978 -"77584",18550,90608,3,483,590 -"77585",18550,91901,3,483,1236 -"77586",18550,92254,3,483,517 -"77587",18550,92630,3,483,1583 -"77588",18550,94520,1,483,1243 -"77589",18550,94650,3,483,896 -"77590",18550,96007,3,483,895 -"77591",18550,96132,3,483,1489 -"77592",18550,96563,3,483,961 -"77593",18550,99237,2,483,783 -"77594",18550,99288,3,483,983 -"77595",18550,99557,2,483,1703 -"77596",18550,99621,3,483,874 -"77597",18550,100219,3,483,585 -"77598",18550,100532,3,483,859 -"77599",18550,101347,3,483,1335 -"77600",18550,101367,3,483,974 -"77601",18550,104098,3,483,512 -"77602",18550,105063,3,483,1908 -"77603",18550,106554,3,483,1270 -"77604",18550,106555,3,483,1626 -"77605",18550,109194,3,483,494 -"77606",18550,115021,3,483,1226 -"77607",18550,117679,3,483,535 -"77608",18554,2036,3,2065,2483 -"77609",18554,5457,3,2065,2077 -"77610",18554,5462,3,2065,2374 -"77611",18554,5504,3,2065,2389 -"77612",18554,6363,3,2065,2066 -"77613",18554,8760,3,2065,2477 -"77614",18554,12713,3,2065,2440 -"77615",18554,19248,3,2065,2357 -"77616",18554,19606,3,2065,2783 -"77617",18554,29864,3,2065,2479 -"77618",18554,51041,3,2065,2606 -"77619",18554,67182,2,2065,2855 -"77620",18563,2684,3,2715,2874 -"77621",18563,12356,3,2715,2757 -"77622",18563,14959,3,2715,2898 -"77623",18563,16954,2,2715,2972 -"77624",18563,36609,3,2715,2918 -"77625",18566,2894,3,83,1291 -"77626",18566,3163,3,83,2020 -"77627",18566,3801,3,83,1974 -"77628",18566,7703,2,83,2122 -"77629",18566,10974,3,83,896 -"77630",18566,20070,2,83,1914 -"77631",18566,20271,3,83,2044 -"77632",18566,21682,3,83,2414 -"77633",18566,28626,2,83,2842 -"77634",18566,32419,3,83,1909 -"77635",18566,40703,3,83,1608 -"77636",18566,59677,3,83,1174 -"77637",18566,75921,3,83,517 -"77638",18566,82270,2,83,1641 -"77639",18567,6162,3,919,1673 -"77640",18567,7029,3,919,2204 -"77641",18567,7970,3,919,1197 -"77642",18567,9311,3,919,2477 -"77643",18567,9650,2,919,1167 -"77644",18567,13601,3,919,2689 -"77645",18567,15453,3,919,1688 -"77646",18567,17938,3,919,1410 -"77647",18567,22455,3,919,1197 -"77648",18567,26595,3,919,1566 -"77649",18567,28640,2,919,1475 -"77650",18567,30081,3,919,2403 -"77651",18567,33433,3,919,2805 -"77652",18567,34325,3,919,1982 -"77653",18567,35516,2,919,1229 -"77654",18567,36962,3,919,2861 -"77655",18567,37333,3,919,1612 -"77656",18567,39556,3,919,2747 -"77657",18567,44306,3,919,1036 -"77658",18567,47889,3,919,992 -"77659",18567,50946,3,919,1075 -"77660",18567,54879,2,919,2210 -"77661",18567,56232,3,919,1175 -"77662",18567,62903,3,919,1704 -"77663",18567,78932,3,919,981 -"77664",18567,79088,3,919,1369 -"77665",18567,86287,3,919,1349 -"77666",18571,2093,3,2128,2459 -"77667",18571,2334,2,2128,2619 -"77668",18571,2852,3,2128,2448 -"77669",18571,3271,3,2128,2216 -"77670",18571,3477,3,2128,2546 -"77671",18571,4730,2,2128,2131 -"77672",18571,5239,3,2128,2875 -"77673",18571,6063,3,2128,2349 -"77674",18571,6824,3,2128,2680 -"77675",18571,7433,2,2128,2255 -"77676",18571,9272,3,2128,2835 -"77677",18571,10638,3,2128,2692 -"77678",18571,11103,3,2128,2393 -"77679",18571,11506,2,2128,2824 -"77680",18571,15860,3,2128,2602 -"77681",18571,17826,3,2128,2920 -"77682",18571,18943,2,2128,2861 -"77683",18571,20007,3,2128,2971 -"77684",18571,20563,3,2128,2267 -"77685",18571,21180,3,2128,2762 -"77686",18571,21193,3,2128,2490 -"77687",18571,21463,2,2128,2437 -"77688",18571,21693,3,2128,2176 -"77689",18571,22326,3,2128,2818 -"77690",18571,25305,3,2128,2447 -"77691",18571,27478,3,2128,2485 -"77692",18571,27783,1,2128,2302 -"77693",18571,31307,3,2128,2139 -"77694",18571,33223,3,2128,2397 -"77695",18571,34162,3,2128,2336 -"77696",18571,36136,1,2128,2338 -"77697",18571,38144,3,2128,2637 -"77698",18571,38755,2,2128,2902 -"77699",18571,39105,1,2128,2487 -"77700",18571,41023,3,2128,2408 -"77701",18571,41978,3,2128,2824 -"77702",18571,43226,3,2128,2442 -"77703",18571,46951,1,2128,2429 -"77704",18571,53013,3,2128,2523 -"77705",18571,55775,3,2128,2385 -"77706",18571,56673,3,2128,2419 -"77707",18571,58508,3,2128,2326 -"77708",18571,59039,2,2128,2870 -"77709",18571,68592,3,2128,2551 -"77710",18571,69335,2,2128,2698 -"77711",18571,76132,1,2128,2426 -"77712",18571,111034,2,2128,2131 -"77713",18574,17925,3,2305,2385 -"77714",18574,32724,3,2305,2581 -"77715",18574,37801,2,2305,2578 -"77716",18574,44312,2,2305,2741 -"77717",18574,48931,3,2305,2444 -"77718",18574,65054,1,2305,2593 -"77719",18601,6062,2,2143,2681 -"77720",18601,20496,2,2143,2530 -"77721",18601,38263,3,2143,2475 -"77722",18601,56859,3,2143,2319 -"77723",18601,62739,3,2143,2753 -"77724",18601,72088,3,2143,2728 -"77725",18610,916,2,2141,2718 -"77726",18610,1222,3,2141,2598 -"77727",18610,6262,3,2141,2733 -"77728",18610,23739,3,2141,2463 -"77729",18610,28824,3,2141,2412 -"77730",18610,36662,3,2141,2967 -"77731",18610,43524,3,2141,2572 -"77732",18610,55405,3,2141,2788 -"77733",18610,59470,3,2141,2393 -"77734",18610,94339,2,2141,2768 -"77735",18615,206,3,1025,1986 -"77736",18615,212,3,1025,1513 -"77737",18615,313,3,1025,2271 -"77738",18615,362,3,1025,2537 -"77739",18615,364,3,1025,2351 -"77740",18615,377,3,1025,2389 -"77741",18615,543,3,1025,2203 -"77742",18615,613,3,1025,2687 -"77743",18615,823,3,1025,2840 -"77744",18615,1036,2,1025,1367 -"77745",18615,1046,3,1025,1881 -"77746",18615,1092,3,1025,1945 -"77747",18615,1151,3,1025,2885 -"77748",18615,1397,3,1025,1225 -"77749",18615,1495,3,1025,2046 -"77750",18615,1616,3,1025,2662 -"77751",18615,1691,3,1025,1941 -"77752",18615,1777,2,1025,1965 -"77753",18615,2036,2,1025,2483 -"77754",18615,2224,3,1025,2751 -"77755",18615,2484,3,1025,2389 -"77756",18615,3088,3,1025,1670 -"77757",18615,3161,3,1025,2229 -"77758",18615,3164,3,1025,2693 -"77759",18615,3753,2,1025,1255 -"77760",18615,3830,3,1025,1661 -"77761",18615,4057,3,1025,2389 -"77762",18615,5078,2,1025,2033 -"77763",18615,5429,3,1025,1991 -"77764",18615,5457,2,1025,2077 -"77765",18615,5462,2,1025,2374 -"77766",18615,5504,2,1025,2389 -"77767",18615,6363,3,1025,2066 -"77768",18615,7013,3,1025,2040 -"77769",18615,7245,3,1025,2089 -"77770",18615,7323,3,1025,2858 -"77771",18615,7861,3,1025,1647 -"77772",18615,8621,3,1025,1681 -"77773",18615,8760,2,1025,2477 -"77774",18615,8866,3,1025,1545 -"77775",18615,9362,3,1025,2879 -"77776",18615,9703,3,1025,1845 -"77777",18615,11055,3,1025,2111 -"77778",18615,11208,3,1025,1161 -"77779",18615,12713,2,1025,2440 -"77780",18615,13780,3,1025,2412 -"77781",18615,15539,3,1025,1929 -"77782",18615,15607,3,1025,1421 -"77783",18615,15716,3,1025,1991 -"77784",18615,16587,1,1025,2065 -"77785",18615,17410,3,1025,2073 -"77786",18615,17520,3,1025,2276 -"77787",18615,18151,3,1025,2962 -"77788",18615,18554,1,1025,2065 -"77789",18615,19248,3,1025,2357 -"77790",18615,19606,2,1025,2783 -"77791",18615,19637,3,1025,1229 -"77792",18615,20659,3,1025,1969 -"77793",18615,21225,3,1025,1945 -"77794",18615,21593,3,1025,1312 -"77795",18615,21706,3,1025,1988 -"77796",18615,22006,2,1025,1202 -"77797",18615,22749,3,1025,1727 -"77798",18615,23498,3,1025,2398 -"77799",18615,25198,2,1025,1982 -"77800",18615,26282,3,1025,1241 -"77801",18615,26451,3,1025,2133 -"77802",18615,26766,3,1025,1161 -"77803",18615,27623,3,1025,2970 -"77804",18615,28216,3,1025,1910 -"77805",18615,28285,3,1025,2972 -"77806",18615,29004,3,1025,2596 -"77807",18615,29050,3,1025,1196 -"77808",18615,29864,3,1025,2479 -"77809",18615,31799,3,1025,2547 -"77810",18615,32131,3,1025,1035 -"77811",18615,33622,3,1025,2230 -"77812",18615,34509,3,1025,1973 -"77813",18615,34659,3,1025,1924 -"77814",18615,35256,3,1025,2271 -"77815",18615,37570,3,1025,2389 -"77816",18615,37717,3,1025,1201 -"77817",18615,37758,3,1025,1998 -"77818",18615,37873,3,1025,1288 -"77819",18615,38921,3,1025,1880 -"77820",18615,39135,3,1025,2489 -"77821",18615,39278,3,1025,1952 -"77822",18615,41064,2,1025,1201 -"77823",18615,41278,3,1025,1873 -"77824",18615,41747,3,1025,1722 -"77825",18615,42264,3,1025,1702 -"77826",18615,42474,3,1025,2322 -"77827",18615,42574,3,1025,2842 -"77828",18615,43135,3,1025,1171 -"77829",18615,43635,3,1025,1196 -"77830",18615,44068,3,1025,1056 -"77831",18615,44497,3,1025,2401 -"77832",18615,46680,3,1025,1690 -"77833",18615,47362,3,1025,2253 -"77834",18615,47947,3,1025,2681 -"77835",18615,48501,3,1025,2010 -"77836",18615,50252,3,1025,2001 -"77837",18615,51041,3,1025,2606 -"77838",18615,51157,3,1025,2319 -"77839",18615,52566,3,1025,2318 -"77840",18615,52735,3,1025,1124 -"77841",18615,53630,2,1025,1565 -"77842",18615,54305,3,1025,1222 -"77843",18615,54695,3,1025,2429 -"77844",18615,55556,3,1025,2075 -"77845",18615,55691,3,1025,2856 -"77846",18615,57691,2,1025,1232 -"77847",18615,57950,3,1025,1529 -"77848",18615,58427,3,1025,2234 -"77849",18615,67182,2,1025,2855 -"77850",18615,71478,3,1025,1721 -"77851",18615,76333,3,1025,1586 -"77852",18615,77424,1,1025,1489 -"77853",18615,79657,3,1025,1260 -"77854",18615,80429,3,1025,1927 -"77855",18615,81221,3,1025,2285 -"77856",18615,85430,3,1025,2370 -"77857",18615,89958,3,1025,1186 -"77858",18615,93933,3,1025,1336 -"77859",18639,1050,1,990,1185 -"77860",18639,6030,3,990,2953 -"77861",18639,7847,3,990,2424 -"77862",18639,12356,3,990,2757 -"77863",18639,12778,3,990,2045 -"77864",18639,15632,3,990,1242 -"77865",18639,22165,3,990,1501 -"77866",18639,36609,3,990,2918 -"77867",18639,40369,3,990,2735 -"77868",18639,62488,3,990,1418 -"77869",18639,68024,3,990,1531 -"77870",18639,103224,3,990,2823 -"77871",18639,105975,3,990,1939 -"77872",18645,1685,3,793,2230 -"77873",18645,2370,3,793,1600 -"77874",18645,2907,3,793,1980 -"77875",18645,3158,3,793,2762 -"77876",18645,3678,3,793,1325 -"77877",18645,4634,3,793,2291 -"77878",18645,4698,3,793,2481 -"77879",18645,5937,3,793,2392 -"77880",18645,7257,3,793,1915 -"77881",18645,7499,2,793,1803 -"77882",18645,7787,3,793,2314 -"77883",18645,8896,3,793,1139 -"77884",18645,9656,3,793,1135 -"77885",18645,9783,3,793,1275 -"77886",18645,10146,3,793,1878 -"77887",18645,10250,2,793,1606 -"77888",18645,10400,3,793,1517 -"77889",18645,11259,3,793,1356 -"77890",18645,11270,3,793,1011 -"77891",18645,11521,1,793,1559 -"77892",18645,11679,3,793,846 -"77893",18645,12000,3,793,1454 -"77894",18645,12007,3,793,1594 -"77895",18645,12197,2,793,1235 -"77896",18645,12511,3,793,1298 -"77897",18645,13671,2,793,1371 -"77898",18645,13861,3,793,1197 -"77899",18645,13930,2,793,1274 -"77900",18645,14255,3,793,893 -"77901",18645,14490,3,793,2291 -"77902",18645,14612,3,793,2340 -"77903",18645,15281,3,793,810 -"77904",18645,15558,3,793,2389 -"77905",18645,16590,2,793,1123 -"77906",18645,17480,3,793,2316 -"77907",18645,17499,3,793,2954 -"77908",18645,18821,3,793,2075 -"77909",18645,19002,3,793,2053 -"77910",18645,19296,3,793,1705 -"77911",18645,20011,3,793,2826 -"77912",18645,20709,1,793,1757 -"77913",18645,22746,3,793,913 -"77914",18645,23364,3,793,2306 -"77915",18645,23728,3,793,2601 -"77916",18645,23771,2,793,1614 -"77917",18645,24044,3,793,1076 -"77918",18645,26577,3,793,933 -"77919",18645,28648,3,793,1586 -"77920",18645,29775,3,793,2064 -"77921",18645,29778,3,793,840 -"77922",18645,30194,3,793,2874 -"77923",18645,30804,3,793,1614 -"77924",18645,33460,3,793,2781 -"77925",18645,47882,3,793,2769 -"77926",18645,48585,3,793,2063 -"77927",18645,50083,3,793,1275 -"77928",18645,50621,3,793,2809 -"77929",18645,51212,3,793,1801 -"77930",18645,52950,3,793,2716 -"77931",18645,53640,3,793,1789 -"77932",18645,56316,3,793,1435 -"77933",18645,61921,3,793,1793 -"77934",18645,67289,3,793,829 -"77935",18645,70011,2,793,2690 -"77936",18645,70348,3,793,1173 -"77937",18645,70656,3,793,2771 -"77938",18645,76867,3,793,1296 -"77939",18645,76997,2,793,2223 -"77940",18645,79337,2,793,875 -"77941",18645,79746,3,793,2272 -"77942",18645,80377,3,793,1384 -"77943",18645,80615,3,793,2252 -"77944",18645,80942,3,793,1240 -"77945",18645,88448,3,793,914 -"77946",18645,93459,3,793,1354 -"77947",18645,93609,2,793,2252 -"77948",18645,104843,3,793,1167 -"77949",18645,113333,3,793,1018 -"77950",18651,14959,3,1035,2898 -"77951",18651,16750,3,1035,1225 -"77952",18651,39256,3,1035,2449 -"77953",18651,68539,3,1035,1158 -"77954",18666,2063,3,1230,1278 -"77955",18666,3317,3,1230,2037 -"77956",18666,7181,3,1230,1421 -"77957",18666,10964,3,1230,2043 -"77958",18666,11019,3,1230,1299 -"77959",18666,11067,3,1230,2734 -"77960",18666,24085,2,1230,1253 -"77961",18666,24195,3,1230,1575 -"77962",18666,32939,3,1230,2277 -"77963",18666,40009,3,1230,1341 -"77964",18666,45967,3,1230,2195 -"77965",18666,52443,2,1230,1453 -"77966",18666,53530,3,1230,2380 -"77967",18666,57804,3,1230,2214 -"77968",18666,105353,3,1230,2073 -"77969",18670,145,2,1835,1998 -"77970",18670,160,3,1835,2007 -"77971",18670,316,3,1835,2413 -"77972",18670,823,3,1835,2840 -"77973",18670,854,3,1835,2307 -"77974",18670,913,3,1835,2144 -"77975",18670,1409,3,1835,2090 -"77976",18670,2181,3,1835,2030 -"77977",18670,2484,3,1835,2389 -"77978",18670,2936,3,1835,2512 -"77979",18670,3011,3,1835,2278 -"77980",18670,3456,3,1835,1999 -"77981",18670,3477,3,1835,2546 -"77982",18670,3978,2,1835,2775 -"77983",18670,4303,3,1835,2414 -"77984",18670,4646,3,1835,2139 -"77985",18670,4929,2,1835,2240 -"77986",18670,4953,3,1835,2285 -"77987",18670,5235,3,1835,2324 -"77988",18670,5610,3,1835,2223 -"77989",18670,6063,3,1835,2349 -"77990",18670,6324,2,1835,1990 -"77991",18670,6449,3,1835,1997 -"77992",18670,7014,3,1835,2401 -"77993",18670,7167,3,1835,1993 -"77994",18670,7616,3,1835,2296 -"77995",18670,8060,3,1835,1883 -"77996",18670,8238,2,1835,2222 -"77997",18670,8275,3,1835,2237 -"77998",18670,8842,2,1835,2535 -"77999",18670,9175,3,1835,2639 -"78000",18670,9311,2,1835,2477 -"78001",18670,9331,2,1835,2269 -"78002",18670,9723,2,1835,2302 -"78003",18670,9979,3,1835,2238 -"78004",18670,10843,3,1835,2277 -"78005",18670,11239,3,1835,2181 -"78006",18670,12081,1,1835,2166 -"78007",18670,12388,3,1835,1975 -"78008",18670,12901,3,1835,2136 -"78009",18670,12982,3,1835,2143 -"78010",18670,13307,3,1835,2206 -"78011",18670,13324,3,1835,2163 -"78012",18670,14096,3,1835,1861 -"78013",18670,14507,2,1835,2686 -"78014",18670,14731,3,1835,2012 -"78015",18670,14918,2,1835,2071 -"78016",18670,15008,2,1835,2338 -"78017",18670,15626,3,1835,2434 -"78018",18670,15729,2,1835,2338 -"78019",18670,16437,3,1835,1956 -"78020",18670,16539,3,1835,1947 -"78021",18670,16628,3,1835,2409 -"78022",18670,17351,2,1835,2036 -"78023",18670,17549,2,1835,2647 -"78024",18670,17632,2,1835,1947 -"78025",18670,17867,2,1835,1904 -"78026",18670,19208,3,1835,2629 -"78027",18670,19215,2,1835,2604 -"78028",18670,19317,3,1835,2041 -"78029",18670,19364,3,1835,2846 -"78030",18670,19605,3,1835,2395 -"78031",18670,19606,3,1835,2783 -"78032",18670,20331,2,1835,2365 -"78033",18670,21079,2,1835,1997 -"78034",18670,21734,3,1835,2528 -"78035",18670,22207,3,1835,2365 -"78036",18670,22580,2,1835,2245 -"78037",18670,22682,1,1835,2035 -"78038",18670,22709,2,1835,2743 -"78039",18670,23460,3,1835,2183 -"78040",18670,23825,3,1835,1913 -"78041",18670,24256,2,1835,2393 -"78042",18670,24558,3,1835,2139 -"78043",18670,24793,3,1835,1993 -"78044",18670,24825,2,1835,2686 -"78045",18670,25198,3,1835,1982 -"78046",18670,27379,3,1835,2461 -"78047",18670,27796,1,1835,2151 -"78048",18670,29930,3,1835,2240 -"78049",18670,29977,3,1835,2781 -"78050",18670,30827,3,1835,2323 -"78051",18670,30906,3,1835,2537 -"78052",18670,31117,3,1835,2210 -"78053",18670,31159,1,1835,2231 -"78054",18670,31235,3,1835,2668 -"78055",18670,31295,2,1835,2183 -"78056",18670,31705,2,1835,2706 -"78057",18670,32047,2,1835,1858 -"78058",18670,32939,3,1835,2277 -"78059",18670,33010,3,1835,2189 -"78060",18670,33160,3,1835,2441 -"78061",18670,33223,3,1835,2397 -"78062",18670,33433,3,1835,2805 -"78063",18670,34120,3,1835,2786 -"78064",18670,34707,2,1835,2042 -"78065",18670,34831,3,1835,1866 -"78066",18670,34921,3,1835,2181 -"78067",18670,35888,2,1835,2291 -"78068",18670,36031,3,1835,2342 -"78069",18670,37238,3,1835,2609 -"78070",18670,38307,2,1835,2648 -"78071",18670,39464,2,1835,2314 -"78072",18670,41664,3,1835,2641 -"78073",18670,41770,3,1835,2752 -"78074",18670,41900,2,1835,1970 -"78075",18670,41945,2,1835,2856 -"78076",18670,42486,3,1835,1951 -"78077",18670,42783,2,1835,2338 -"78078",18670,43455,3,1835,2846 -"78079",18670,44688,2,1835,2924 -"78080",18670,45239,2,1835,2535 -"78081",18670,45473,3,1835,2540 -"78082",18670,46446,3,1835,2295 -"78083",18670,47564,3,1835,2650 -"78084",18670,48035,2,1835,2180 -"78085",18670,50113,2,1835,2059 -"78086",18670,50480,3,1835,2701 -"78087",18670,52892,3,1835,2372 -"78088",18670,53219,3,1835,2973 -"78089",18670,53995,2,1835,2151 -"78090",18670,54953,3,1835,2223 -"78091",18670,56854,3,1835,2022 -"78092",18670,57532,3,1835,2617 -"78093",18670,57732,3,1835,2454 -"78094",18670,57804,3,1835,2214 -"78095",18670,59113,3,1835,2434 -"78096",18670,60974,2,1835,2972 -"78097",18670,63477,2,1835,1907 -"78098",18670,70046,3,1835,2624 -"78099",18670,70573,2,1835,1993 -"78100",18670,79413,2,1835,2224 -"78101",18670,89681,3,1835,1978 -"78102",18670,94640,3,1835,2344 -"78103",18672,160,3,1182,2007 -"78104",18672,680,3,1182,2569 -"78105",18672,1641,3,1182,1490 -"78106",18672,2057,2,1182,1965 -"78107",18672,2540,3,1182,1398 -"78108",18672,2591,3,1182,1949 -"78109",18672,2747,3,1182,2411 -"78110",18672,3493,3,1182,2451 -"78111",18672,6063,3,1182,2349 -"78112",18672,9484,2,1182,1429 -"78113",18672,9503,3,1182,2453 -"78114",18672,9703,3,1182,1845 -"78115",18672,10739,3,1182,1807 -"78116",18672,11424,3,1182,1631 -"78117",18672,11588,2,1182,2352 -"78118",18672,11648,3,1182,2852 -"78119",18672,12249,3,1182,1965 -"78120",18672,12361,3,1182,2732 -"78121",18672,12759,3,1182,2414 -"78122",18672,13079,3,1182,2547 -"78123",18672,14998,3,1182,1553 -"78124",18672,16539,3,1182,1947 -"78125",18672,19587,3,1182,1684 -"78126",18672,19610,3,1182,1236 -"78127",18672,19655,3,1182,2706 -"78128",18672,20220,3,1182,1656 -"78129",18672,20512,3,1182,2748 -"78130",18672,20662,2,1182,1523 -"78131",18672,22244,3,1182,2139 -"78132",18672,23131,3,1182,1732 -"78133",18672,24069,3,1182,2697 -"78134",18672,25373,3,1182,2783 -"78135",18672,27255,3,1182,1232 -"78136",18672,27390,3,1182,2425 -"78137",18672,28116,2,1182,1643 -"78138",18672,28837,3,1182,2286 -"78139",18672,29997,3,1182,1789 -"78140",18672,30525,3,1182,1964 -"78141",18672,31335,3,1182,2351 -"78142",18672,31866,3,1182,2101 -"78143",18672,36346,3,1182,1240 -"78144",18672,37636,3,1182,2178 -"78145",18672,39418,3,1182,1978 -"78146",18672,41694,3,1182,2358 -"78147",18672,41723,3,1182,2101 -"78148",18672,43961,3,1182,2443 -"78149",18672,45729,3,1182,2606 -"78150",18672,46982,3,1182,2806 -"78151",18672,51144,3,1182,2466 -"78152",18672,52136,3,1182,1412 -"78153",18672,55482,3,1182,1866 -"78154",18672,72632,3,1182,1289 -"78155",18672,76286,3,1182,1642 -"78156",18672,77052,3,1182,2770 -"78157",18672,85198,3,1182,1794 -"78158",18672,107435,3,1182,1635 -"78159",18700,7253,3,1929,2686 -"78160",18700,11931,3,1929,2443 -"78161",18700,28268,3,1929,2258 -"78162",18700,76505,3,1929,2123 -"78163",18706,2294,3,1617,1638 -"78164",18706,8860,2,1617,2141 -"78165",18706,13601,3,1617,2689 -"78166",18706,39534,3,1617,2410 -"78167",18706,43440,3,1617,1889 -"78168",18706,107383,3,1617,1918 -"78169",18707,270,3,1143,2542 -"78170",18707,312,3,1143,2038 -"78171",18707,455,3,1143,2827 -"78172",18707,470,3,1143,2285 -"78173",18707,854,3,1143,2307 -"78174",18707,913,3,1143,2144 -"78175",18707,1102,3,1143,2282 -"78176",18707,1124,3,1143,1596 -"78177",18707,2111,3,1143,1904 -"78178",18707,2181,3,1143,2030 -"78179",18707,2424,2,1143,2582 -"78180",18707,2533,3,1143,2016 -"78181",18707,3305,3,1143,2839 -"78182",18707,3830,3,1143,1661 -"78183",18707,3966,3,1143,2425 -"78184",18707,4317,3,1143,1224 -"78185",18707,4567,3,1143,2348 -"78186",18707,4701,3,1143,2401 -"78187",18707,4791,2,1143,1184 -"78188",18707,5429,3,1143,1991 -"78189",18707,5462,3,1143,2374 -"78190",18707,6052,2,1143,1985 -"78191",18707,6588,3,1143,2025 -"78192",18707,7241,3,1143,2259 -"78193",18707,8258,3,1143,1959 -"78194",18707,9511,3,1143,1232 -"78195",18707,10433,3,1143,2075 -"78196",18707,11006,3,1143,1950 -"78197",18707,12618,3,1143,2021 -"78198",18707,13307,3,1143,2206 -"78199",18707,15005,3,1143,1415 -"78200",18707,15813,3,1143,2143 -"78201",18707,16432,3,1143,2664 -"78202",18707,16535,3,1143,1993 -"78203",18707,17852,2,1143,2840 -"78204",18707,17931,3,1143,1617 -"78205",18707,19248,3,1143,2357 -"78206",18707,19622,3,1143,2371 -"78207",18707,19719,3,1143,2177 -"78208",18707,20824,3,1143,1366 -"78209",18707,21012,3,1143,2325 -"78210",18707,21122,2,1143,1701 -"78211",18707,21197,3,1143,1437 -"78212",18707,21285,3,1143,2100 -"78213",18707,21693,3,1143,2176 -"78214",18707,21929,3,1143,2062 -"78215",18707,22282,3,1143,1418 -"78216",18707,22326,3,1143,2818 -"78217",18707,22331,2,1143,2687 -"78218",18707,22362,3,1143,1836 -"78219",18707,23715,3,1143,1859 -"78220",18707,23729,3,1143,1624 -"78221",18707,24005,3,1143,1188 -"78222",18707,24448,3,1143,2289 -"78223",18707,24755,3,1143,1319 -"78224",18707,24962,3,1143,2126 -"78225",18707,25305,3,1143,2447 -"78226",18707,25443,3,1143,1441 -"78227",18707,25577,3,1143,1946 -"78228",18707,26451,3,1143,2133 -"78229",18707,27175,2,1143,1447 -"78230",18707,27275,3,1143,2656 -"78231",18707,27390,3,1143,2425 -"78232",18707,27694,2,1143,2030 -"78233",18707,27792,3,1143,1308 -"78234",18707,27849,3,1143,1316 -"78235",18707,28115,3,1143,1835 -"78236",18707,29962,2,1143,2201 -"78237",18707,30052,1,1143,2855 -"78238",18707,31050,3,1143,1491 -"78239",18707,31307,3,1143,2139 -"78240",18707,34160,3,1143,1759 -"78241",18707,38019,3,1143,1870 -"78242",18707,40028,3,1143,1349 -"78243",18707,41278,3,1143,1873 -"78244",18707,41739,3,1143,1339 -"78245",18707,42618,3,1143,2316 -"78246",18707,43455,3,1143,2846 -"78247",18707,45302,3,1143,2390 -"78248",18707,46629,3,1143,2255 -"78249",18707,48414,3,1143,1749 -"78250",18707,48698,3,1143,1474 -"78251",18707,50685,3,1143,2008 -"78252",18707,51022,3,1143,1499 -"78253",18707,51810,2,1143,1401 -"78254",18707,52058,2,1143,1836 -"78255",18707,52136,3,1143,1412 -"78256",18707,52570,3,1143,2645 -"78257",18707,52576,3,1143,2234 -"78258",18707,53196,3,1143,1888 -"78259",18707,55468,2,1143,2511 -"78260",18707,56317,2,1143,2030 -"78261",18707,57549,3,1143,2335 -"78262",18707,57950,2,1143,1529 -"78263",18707,58078,3,1143,1252 -"78264",18707,58133,3,1143,1484 -"78265",18707,58508,3,1143,2326 -"78266",18707,58652,3,1143,1437 -"78267",18707,58684,3,1143,2295 -"78268",18707,61982,3,1143,2725 -"78269",18707,62841,3,1143,2710 -"78270",18707,64181,3,1143,1828 -"78271",18707,65016,2,1143,2749 -"78272",18707,66860,2,1143,1548 -"78273",18707,67652,3,1143,2736 -"78274",18707,76892,2,1143,2381 -"78275",18707,79322,3,1143,2770 -"78276",18707,81588,3,1143,1568 -"78277",18707,82949,3,1143,2077 -"78278",18707,97915,3,1143,1802 -"78279",18707,108867,3,1143,2328 -"78280",18714,72889,2,2023,2337 -"78281",18718,827,3,494,2964 -"78282",18718,916,3,494,2718 -"78283",18718,1624,3,494,2687 -"78284",18718,1708,2,494,1591 -"78285",18718,2647,2,494,2450 -"78286",18718,2927,3,494,1789 -"78287",18718,3557,3,494,1259 -"78288",18718,4180,2,494,1817 -"78289",18718,4551,2,494,2720 -"78290",18718,4970,3,494,1220 -"78291",18718,5303,1,494,1849 -"78292",18718,5568,3,494,1290 -"78293",18718,6040,3,494,2103 -"78294",18718,6480,2,494,1678 -"78295",18718,7245,3,494,2089 -"78296",18718,7253,1,494,2686 -"78297",18718,7254,1,494,1849 -"78298",18718,7604,2,494,1366 -"78299",18718,11665,2,494,1643 -"78300",18718,11858,2,494,1530 -"78301",18718,12610,3,494,1274 -"78302",18718,13034,3,494,698 -"78303",18718,13388,3,494,2119 -"78304",18718,14212,3,494,857 -"78305",18718,15146,1,494,1546 -"78306",18718,16538,3,494,704 -"78307",18718,18415,3,494,2184 -"78308",18718,19476,3,494,1708 -"78309",18718,19509,2,494,2000 -"78310",18718,21027,1,494,560 -"78311",18718,23639,3,494,2065 -"78312",18718,24116,3,494,1413 -"78313",18718,25270,3,494,985 -"78314",18718,26513,2,494,2205 -"78315",18718,28268,2,494,2258 -"78316",18718,29073,3,494,2328 -"78317",18718,30974,3,494,947 -"78318",18718,31295,3,494,2183 -"78319",18718,31700,3,494,2727 -"78320",18718,32350,3,494,1540 -"78321",18718,34945,3,494,1298 -"78322",18718,34953,2,494,1817 -"78323",18718,36399,3,494,1357 -"78324",18718,37937,3,494,1320 -"78325",18718,42382,3,494,2224 -"78326",18718,46616,2,494,1917 -"78327",18718,47607,1,494,2724 -"78328",18718,50468,3,494,1659 -"78329",18718,50678,2,494,1366 -"78330",18718,52380,2,494,2686 -"78331",18718,53584,2,494,2391 -"78332",18718,58945,1,494,2481 -"78333",18718,59511,2,494,2753 -"78334",18718,61209,3,494,580 -"78335",18718,62957,3,494,1170 -"78336",18718,63631,3,494,763 -"78337",18718,69029,3,494,2623 -"78338",18718,70854,3,494,635 -"78339",18718,75194,1,494,1736 -"78340",18718,75884,3,494,520 -"78341",18718,76796,3,494,1140 -"78342",18718,76814,3,494,926 -"78343",18718,76929,3,494,910 -"78344",18718,77183,3,494,1317 -"78345",18718,77719,3,494,2086 -"78346",18718,78262,3,494,1326 -"78347",18718,78611,3,494,1586 -"78348",18718,78768,3,494,841 -"78349",18718,82426,2,494,1576 -"78350",18718,84591,3,494,1685 -"78351",18718,87915,3,494,1152 -"78352",18718,90778,2,494,683 -"78353",18718,95060,3,494,1974 -"78354",18735,135,3,1581,2233 -"78355",18735,1323,2,1581,1659 -"78356",18735,2704,2,1581,2609 -"78357",18735,3163,1,1581,2020 -"78358",18735,3167,3,1581,1676 -"78359",18735,3801,3,1581,1974 -"78360",18735,3961,3,1581,2426 -"78361",18735,4191,3,1581,2130 -"78362",18735,4504,3,1581,1905 -"78363",18735,7984,3,1581,2493 -"78364",18735,15401,3,1581,1999 -"78365",18735,16801,3,1581,2008 -"78366",18735,20067,3,1581,2390 -"78367",18735,21682,3,1581,2414 -"78368",18735,25341,3,1581,1858 -"78369",18735,28892,3,1581,2023 -"78370",18735,32988,2,1581,2008 -"78371",18735,38219,3,1581,1689 -"78372",18735,38449,3,1581,1802 -"78373",18735,40645,3,1581,1899 -"78374",18735,42505,2,1581,2008 -"78375",18735,42935,3,1581,2400 -"78376",18735,45903,3,1581,2237 -"78377",18735,51410,3,1581,2739 -"78378",18735,53196,3,1581,1888 -"78379",18735,55139,2,1581,2323 -"78380",18735,55862,3,1581,2123 -"78381",18735,65155,3,1581,1947 -"78382",18735,65322,3,1581,2008 -"78383",18735,78150,3,1581,2581 -"78384",18735,82767,3,1581,1641 -"78385",18735,92757,3,1581,2615 -"78386",18744,73747,2,1285,2274 -"78387",18752,26421,2,2607,2634 -"78388",18752,64699,3,2607,2797 -"78389",18779,750,3,1267,1327 -"78390",18779,766,3,1267,2690 -"78391",18779,1315,3,1267,2760 -"78392",18779,13158,3,1267,2667 -"78393",18779,13479,3,1267,2155 -"78394",18779,27427,2,1267,2325 -"78395",18779,27897,3,1267,1968 -"78396",18779,30092,3,1267,1593 -"78397",18779,49048,1,1267,1656 -"78398",18779,60207,3,1267,2224 -"78399",18779,82681,3,1267,1620 -"78400",18779,105353,3,1267,2073 -"78401",18808,50635,3,2854,2962 -"78402",18810,3978,3,2671,2775 -"78403",18810,28626,3,2671,2842 -"78404",18820,1785,3,453,2350 -"78405",18820,3360,2,453,1583 -"78406",18820,8896,1,453,1139 -"78407",18820,9656,3,453,1135 -"78408",18820,10250,3,453,1606 -"78409",18820,15150,3,453,2801 -"78410",18820,17480,3,453,2316 -"78411",18820,18821,1,453,2075 -"78412",18820,18953,3,453,915 -"78413",18820,19002,3,453,2053 -"78414",18820,19048,3,453,2180 -"78415",18820,19397,3,453,2182 -"78416",18820,21942,3,453,2041 -"78417",18820,24044,2,453,1076 -"78418",18820,27074,3,453,1454 -"78419",18820,28970,3,453,2111 -"78420",18820,33460,2,453,2781 -"78421",18820,39507,3,453,793 -"78422",18820,43768,3,453,1468 -"78423",18820,49708,3,453,1147 -"78424",18820,77174,3,453,747 -"78425",18820,79337,3,453,875 -"78426",18820,83786,3,453,1614 -"78427",18820,83790,3,453,1637 -"78428",18820,86559,3,453,1704 -"78429",18820,87190,3,453,1704 -"78430",18820,89258,3,453,1147 -"78431",18821,1785,3,2075,2350 -"78432",18821,5937,3,2075,2392 -"78433",18821,7787,3,2075,2314 -"78434",18821,14442,3,2075,2700 -"78435",18821,14612,3,2075,2340 -"78436",18821,15558,3,2075,2389 -"78437",18821,17480,2,2075,2316 -"78438",18821,19048,2,2075,2180 -"78439",18821,19397,3,2075,2182 -"78440",18821,20011,3,2075,2826 -"78441",18821,23364,3,2075,2306 -"78442",18821,23728,3,2075,2601 -"78443",18821,28970,3,2075,2111 -"78444",18821,33460,1,2075,2781 -"78445",18821,44730,3,2075,2468 -"78446",18821,52950,3,2075,2716 -"78447",18821,76997,3,2075,2223 -"78448",18825,357,3,1240,2327 -"78449",18825,1130,3,1240,1566 -"78450",18825,2325,3,1240,1641 -"78451",18825,3966,3,1240,2425 -"78452",18825,4567,1,1240,2348 -"78453",18825,6982,3,1240,2034 -"78454",18825,7258,3,1240,1714 -"78455",18825,7759,3,1240,2844 -"78456",18825,7858,3,1240,1795 -"78457",18825,7861,3,1240,1647 -"78458",18825,10857,3,1240,2253 -"78459",18825,11108,3,1240,1609 -"78460",18825,16310,2,1240,2796 -"78461",18825,17221,3,1240,2487 -"78462",18825,17645,3,1240,1918 -"78463",18825,19093,3,1240,2224 -"78464",18825,19165,3,1240,2436 -"78465",18825,19516,3,1240,2313 -"78466",18825,19744,3,1240,2623 -"78467",18825,21138,3,1240,2849 -"78468",18825,21872,3,1240,2458 -"78469",18825,22543,2,1240,1594 -"78470",18825,23806,3,1240,1671 -"78471",18825,23825,2,1240,1913 -"78472",18825,24816,3,1240,2161 -"78473",18825,25622,2,1240,1985 -"78474",18825,26282,3,1240,1241 -"78475",18825,27030,3,1240,2031 -"78476",18825,27377,3,1240,1724 -"78477",18825,27742,3,1240,2700 -"78478",18825,27882,3,1240,1897 -"78479",18825,28048,3,1240,1637 -"78480",18825,28896,3,1240,1395 -"78481",18825,30095,2,1240,1578 -"78482",18825,32419,3,1240,1909 -"78483",18825,32818,3,1240,2485 -"78484",18825,32939,3,1240,2277 -"78485",18825,33672,2,1240,2396 -"78486",18825,34509,3,1240,1973 -"78487",18825,36031,3,1240,2342 -"78488",18825,38140,3,1240,1866 -"78489",18825,40129,2,1240,2162 -"78490",18825,40493,3,1240,1981 -"78491",18825,41407,3,1240,1951 -"78492",18825,41837,2,1240,2399 -"78493",18825,44074,3,1240,1299 -"78494",18825,44135,2,1240,2620 -"78495",18825,46532,3,1240,2005 -"78496",18825,46596,3,1240,1942 -"78497",18825,47248,3,1240,2883 -"78498",18825,48215,3,1240,2028 -"78499",18825,49110,3,1240,2938 -"78500",18825,51017,3,1240,2073 -"78501",18825,52508,2,1240,2337 -"78502",18825,53219,3,1240,2973 -"78503",18825,54551,3,1240,2348 -"78504",18825,55076,3,1240,2408 -"78505",18825,57804,3,1240,2214 -"78506",18825,60624,3,1240,1570 -"78507",18825,64181,3,1240,1828 -"78508",18825,69250,2,1240,1439 -"78509",18825,69745,3,1240,1594 -"78510",18825,71982,3,1240,2812 -"78511",18825,76672,3,1240,1930 -"78512",18825,83053,3,1240,1303 -"78513",18825,92860,3,1240,1643 -"78514",18825,114257,3,1240,2307 -"78515",18827,1150,3,1481,1595 -"78516",18827,3271,3,1481,2216 -"78517",18827,5852,3,1481,1862 -"78518",18827,7422,3,1481,1793 -"78519",18827,9272,3,1481,2835 -"78520",18827,11319,3,1481,2073 -"78521",18827,14654,2,1481,1692 -"78522",18827,14761,3,1481,2502 -"78523",18827,22249,3,1481,1892 -"78524",18827,23121,3,1481,2108 -"78525",18827,23471,2,1481,2488 -"78526",18827,24195,3,1481,1575 -"78527",18827,26765,3,1481,2790 -"78528",18827,27826,3,1481,2824 -"78529",18827,29319,3,1481,2314 -"78530",18827,32235,3,1481,2109 -"78531",18827,35620,3,1481,2092 -"78532",18827,38038,3,1481,2686 -"78533",18827,43226,3,1481,2442 -"78534",18827,44464,2,1481,1619 -"78535",18827,46385,2,1481,2225 -"78536",18827,48110,3,1481,2009 -"78537",18827,58508,3,1481,2326 -"78538",18827,69335,3,1481,2698 -"78539",18827,80301,3,1481,1690 -"78540",18827,82226,2,1481,1619 -"78541",18827,87362,3,1481,2902 -"78542",18836,1691,3,1270,1941 -"78543",18836,2865,3,1270,2006 -"78544",18836,4932,3,1270,2752 -"78545",18836,5984,3,1270,1675 -"78546",18836,6390,3,1270,2385 -"78547",18836,12610,2,1270,1274 -"78548",18836,14108,3,1270,2012 -"78549",18836,14676,3,1270,2764 -"78550",18836,14731,3,1270,2012 -"78551",18836,18744,1,1270,1285 -"78552",18836,31700,3,1270,2727 -"78553",18836,32694,3,1270,1602 -"78554",18836,33572,3,1270,2370 -"78555",18836,35041,3,1270,1311 -"78556",18836,37937,3,1270,1320 -"78557",18836,38667,3,1270,2880 -"78558",18836,48215,3,1270,2028 -"78559",18836,56116,3,1270,1321 -"78560",18836,73747,1,1270,2274 -"78561",18836,83777,2,1270,1285 -"78562",18836,92658,3,1270,2659 -"78563",18836,101347,3,1270,1335 -"78564",18836,108430,3,1270,1642 -"78565",18855,1560,3,1362,2013 -"78566",18855,5557,3,1362,1929 -"78567",18855,5852,3,1362,1862 -"78568",18855,8525,3,1362,1787 -"78569",18855,9716,2,1362,1929 -"78570",18855,12228,2,1362,2034 -"78571",18855,14025,2,1362,2384 -"78572",18855,14626,3,1362,2175 -"78573",18855,15075,2,1362,2252 -"78574",18855,15088,3,1362,2906 -"78575",18855,17752,3,1362,1683 -"78576",18855,18954,3,1362,2364 -"78577",18855,20056,3,1362,1824 -"78578",18855,29824,3,1362,2772 -"78579",18855,30404,3,1362,1810 -"78580",18855,32235,3,1362,2109 -"78581",18855,32582,3,1362,1929 -"78582",18855,35264,3,1362,2329 -"78583",18855,40392,3,1362,1878 -"78584",18855,40850,3,1362,1396 -"78585",18855,41185,3,1362,1929 -"78586",18855,49621,3,1362,1915 -"78587",18855,53537,2,1362,2428 -"78588",18855,54903,3,1362,2493 -"78589",18855,56737,2,1362,2270 -"78590",18855,70656,3,1362,2771 -"78591",18855,74912,3,1362,1542 -"78592",18855,79036,1,1362,2524 -"78593",18855,79822,1,1362,1508 -"78594",18855,81113,3,1362,1914 -"78595",18855,82426,3,1362,1576 -"78596",18855,91631,3,1362,1899 -"78597",18855,96349,1,1362,1874 -"78598",18861,21104,3,1430,2327 -"78599",18861,23509,3,1430,2275 -"78600",18861,50118,3,1430,2654 -"78601",18865,3896,3,2676,2693 -"78602",18865,5120,3,2676,2735 -"78603",18865,6262,3,2676,2733 -"78604",18865,7252,3,2676,2799 -"78605",18865,16866,1,2676,2718 -"78606",18865,26642,2,2676,2952 -"78607",18865,26865,3,2676,2726 -"78608",18865,27686,3,2676,2844 -"78609",18865,29454,3,2676,2719 -"78610",18865,29977,3,2676,2781 -"78611",18865,31089,3,2676,2952 -"78612",18865,36270,2,2676,2910 -"78613",18865,36646,3,2676,2744 -"78614",18865,41134,3,2676,2952 -"78615",18865,43673,3,2676,2787 -"78616",18865,44688,3,2676,2924 -"78617",18865,50480,2,2676,2701 -"78618",18865,56910,2,2676,2705 -"78619",18865,60661,3,2676,2700 -"78620",18865,64469,3,2676,2707 -"78621",18865,104565,3,2676,2693 -"78622",18873,2226,3,1231,2225 -"78623",18873,9060,3,1231,1612 -"78624",18873,9503,3,1231,2453 -"78625",18873,10766,3,1231,2647 -"78626",18873,14915,3,1231,2606 -"78627",18873,19208,3,1231,2629 -"78628",18873,19605,3,1231,2395 -"78629",18873,29436,3,1231,1718 -"78630",18873,34057,3,1231,1657 -"78631",18873,34870,2,1231,1873 -"78632",18873,45729,3,1231,2606 -"78633",18873,46261,3,1231,2350 -"78634",18873,47529,2,1231,2914 -"78635",18873,51758,3,1231,2310 -"78636",18873,72597,3,1231,1843 -"78637",18874,3961,3,2170,2426 -"78638",18874,5315,3,2170,2631 -"78639",18874,5350,3,2170,2522 -"78640",18874,9928,3,2170,2345 -"78641",18874,10358,3,2170,2294 -"78642",18874,10779,3,2170,2881 -"78643",18874,11218,3,2170,2292 -"78644",18874,12042,3,2170,2345 -"78645",18874,13311,3,2170,2315 -"78646",18874,15309,2,2170,2820 -"78647",18874,16352,3,2170,2657 -"78648",18874,16826,3,2170,2599 -"78649",18874,20067,3,2170,2390 -"78650",18874,21138,3,2170,2849 -"78651",18874,22207,3,2170,2365 -"78652",18874,23310,3,2170,2371 -"78653",18874,29930,3,2170,2240 -"78654",18874,32919,3,2170,2321 -"78655",18874,33801,3,2170,2899 -"78656",18874,34735,3,2170,2767 -"78657",18874,35926,3,2170,2371 -"78658",18874,36962,3,2170,2861 -"78659",18874,41955,3,2170,2479 -"78660",18874,47386,3,2170,2226 -"78661",18874,53475,3,2170,2853 -"78662",18874,54929,3,2170,2783 -"78663",18874,57977,3,2170,2683 -"78664",18874,76356,3,2170,2323 -"78665",18891,854,3,1596,2307 -"78666",18891,6052,3,1596,1985 -"78667",18891,8073,3,1596,1847 -"78668",18891,8860,3,1596,2141 -"78669",18891,9624,3,1596,2398 -"78670",18891,13324,3,1596,2163 -"78671",18891,13479,3,1596,2155 -"78672",18891,21479,2,1596,2134 -"78673",18891,26234,3,1596,2183 -"78674",18891,28991,3,1596,1688 -"78675",18891,36637,2,1596,2085 -"78676",18891,38103,3,1596,1917 -"78677",18891,46506,2,1596,2464 -"78678",18891,61188,3,1596,2134 -"78679",18891,65572,3,1596,2750 -"78680",18891,67719,3,1596,2429 -"78681",18891,84254,3,1596,2548 -"78682",18891,96653,2,1596,1917 -"78683",18924,357,2,485,2327 -"78684",18924,600,3,485,1702 -"78685",18924,1127,3,485,1188 -"78686",18924,1130,3,485,1566 -"78687",18924,2208,3,485,2814 -"78688",18924,2269,2,485,984 -"78689",18924,2300,3,485,565 -"78690",18924,2325,3,485,1641 -"78691",18924,2357,1,485,492 -"78692",18924,3186,2,485,919 -"78693",18924,3966,3,485,2425 -"78694",18924,4317,2,485,1224 -"78695",18924,4567,2,485,2348 -"78696",18924,5350,3,485,2522 -"78697",18924,5798,3,485,1779 -"78698",18924,6366,3,485,798 -"78699",18924,6982,3,485,2034 -"78700",18924,7759,2,485,2844 -"78701",18924,7861,3,485,1647 -"78702",18924,8513,2,485,875 -"78703",18924,8712,3,485,1153 -"78704",18924,10343,3,485,1072 -"78705",18924,10370,3,485,2224 -"78706",18924,10744,3,485,955 -"78707",18924,11154,3,485,1594 -"78708",18924,11348,3,485,824 -"78709",18924,12042,3,485,2345 -"78710",18924,12462,3,485,1461 -"78711",18924,14983,3,485,1047 -"78712",18924,16096,3,485,2301 -"78713",18924,16193,3,485,756 -"78714",18924,16310,3,485,2796 -"78715",18924,18108,3,485,1656 -"78716",18924,18825,1,485,1240 -"78717",18924,19093,2,485,2224 -"78718",18924,19744,3,485,2623 -"78719",18924,21029,3,485,1943 -"78720",18924,21138,3,485,2849 -"78721",18924,21872,2,485,2458 -"78722",18924,22543,2,485,1594 -"78723",18924,23112,3,485,1192 -"78724",18924,23679,3,485,934 -"78725",18924,23806,2,485,1671 -"78726",18924,23825,2,485,1913 -"78727",18924,23918,3,485,1881 -"78728",18924,24816,3,485,2161 -"78729",18924,24912,3,485,648 -"78730",18924,24923,3,485,2785 -"78731",18924,25490,3,485,639 -"78732",18924,25622,3,485,1985 -"78733",18924,26282,3,485,1241 -"78734",18924,27030,3,485,2031 -"78735",18924,27377,2,485,1724 -"78736",18924,27882,3,485,1897 -"78737",18924,28048,3,485,1637 -"78738",18924,29115,3,485,1047 -"78739",18924,29722,3,485,1305 -"78740",18924,30095,2,485,1578 -"78741",18924,32939,3,485,2277 -"78742",18924,33655,3,485,773 -"78743",18924,33672,2,485,2396 -"78744",18924,34509,3,485,1973 -"78745",18924,36031,3,485,2342 -"78746",18924,38140,2,485,1866 -"78747",18924,39186,3,485,1258 -"78748",18924,40129,2,485,2162 -"78749",18924,40493,3,485,1981 -"78750",18924,40937,3,485,2639 -"78751",18924,41407,3,485,1951 -"78752",18924,41837,2,485,2399 -"78753",18924,44074,3,485,1299 -"78754",18924,44135,3,485,2620 -"78755",18924,47248,3,485,2883 -"78756",18924,49110,3,485,2938 -"78757",18924,50229,3,485,1190 -"78758",18924,50275,3,485,2832 -"78759",18924,51017,3,485,2073 -"78760",18924,52154,3,485,1722 -"78761",18924,52508,3,485,2337 -"78762",18924,53219,3,485,2973 -"78763",18924,57804,3,485,2214 -"78764",18924,60624,3,485,1570 -"78765",18924,61719,3,485,1515 -"78766",18924,63547,3,485,1023 -"78767",18924,64181,3,485,1828 -"78768",18924,66802,2,485,574 -"78769",18924,67216,3,485,984 -"78770",18924,68317,3,485,874 -"78771",18924,69250,3,485,1439 -"78772",18924,69745,2,485,1594 -"78773",18924,70605,2,485,1176 -"78774",18924,71982,2,485,2812 -"78775",18924,74318,3,485,632 -"78776",18924,76672,2,485,1930 -"78777",18924,84022,3,485,2289 -"78778",18924,84907,3,485,1259 -"78779",18924,86343,3,485,1643 -"78780",18924,88535,3,485,1229 -"78781",18924,89681,3,485,1978 -"78782",18924,96387,3,485,2159 -"78783",18924,102581,3,485,1813 -"78784",18924,102824,3,485,2944 -"78785",18924,104289,3,485,834 -"78786",18924,105100,2,485,633 -"78787",18924,105117,2,485,809 -"78788",18924,106265,2,485,615 -"78789",18924,114257,3,485,2307 -"78790",18924,115078,3,485,697 -"78791",18924,117763,3,485,827 -"78792",18928,5405,3,709,1510 -"78793",18928,5622,3,709,2175 -"78794",18928,7180,3,709,2227 -"78795",18928,7672,3,709,1974 -"78796",18928,8984,3,709,1162 -"78797",18928,11239,3,709,2181 -"78798",18928,12375,3,709,1873 -"78799",18928,14888,3,709,1411 -"78800",18928,18202,3,709,2475 -"78801",18928,19364,3,709,2846 -"78802",18928,20700,3,709,2861 -"78803",18928,22580,3,709,2245 -"78804",18928,22709,3,709,2743 -"78805",18928,28432,3,709,1954 -"78806",18928,30016,2,709,1124 -"78807",18928,34120,3,709,2786 -"78808",18928,34921,3,709,2181 -"78809",18928,37859,3,709,1999 -"78810",18928,39294,3,709,1889 -"78811",18928,41240,2,709,2220 -"78812",18928,41955,2,709,2479 -"78813",18928,42642,3,709,2257 -"78814",18928,45684,3,709,2200 -"78815",18928,49608,3,709,2184 -"78816",18928,53624,3,709,952 -"78817",18928,53809,3,709,1956 -"78818",18928,55472,3,709,1516 -"78819",18928,57246,3,709,1873 -"78820",18928,57414,3,709,922 -"78821",18928,66622,3,709,799 -"78822",18928,73553,3,709,2726 -"78823",18928,83253,3,709,1102 -"78824",18928,86505,3,709,1302 -"78825",18928,88966,3,709,1568 -"78826",18928,93953,3,709,969 -"78827",18928,102893,3,709,814 -"78828",18928,106449,2,709,862 -"78829",18928,109114,2,709,1287 -"78830",18928,109978,3,709,1865 -"78831",18928,121354,3,709,2862 -"78832",18943,20007,2,2861,2971 -"78833",18943,59039,3,2861,2870 -"78834",18953,1156,3,915,1140 -"78835",18953,5064,2,915,1690 -"78836",18953,8896,3,915,1139 -"78837",18953,13671,3,915,1371 -"78838",18953,13861,3,915,1197 -"78839",18953,16590,3,915,1123 -"78840",18953,18821,3,915,2075 -"78841",18953,19048,3,915,2180 -"78842",18953,21942,1,915,2041 -"78843",18953,24044,3,915,1076 -"78844",18953,36709,3,915,1629 -"78845",18953,82206,2,915,1597 -"78846",18953,83786,3,915,1614 -"78847",18953,83790,3,915,1637 -"78848",18954,15088,2,2364,2906 -"78849",18954,25180,3,2364,2489 -"78850",18954,53537,3,2364,2428 -"78851",18965,448,3,2315,2693 -"78852",18965,2424,3,2315,2582 -"78853",18965,5235,3,2315,2324 -"78854",18965,5350,3,2315,2522 -"78855",18965,5462,3,2315,2374 -"78856",18965,7014,2,2315,2401 -"78857",18965,9787,3,2315,2858 -"78858",18965,19364,3,2315,2846 -"78859",18965,19380,3,2315,2637 -"78860",18965,19433,3,2315,2504 -"78861",18965,28893,3,2315,2764 -"78862",18965,33537,3,2315,2406 -"78863",18965,37279,2,2315,2768 -"78864",18965,51687,3,2315,2333 -"78865",18965,54924,3,2315,2603 -"78866",18965,57067,3,2315,2547 -"78867",18965,59776,2,2315,2493 -"78868",18965,61337,1,2315,2777 -"78869",18965,69716,3,2315,2632 -"78870",18965,69810,3,2315,2321 -"78871",18965,73553,3,2315,2726 -"78872",18965,77497,3,2315,2359 -"78873",18965,115059,3,2315,2552 -"78874",18978,680,3,952,2569 -"78875",18978,1315,3,952,2760 -"78876",18978,1620,3,952,1303 -"78877",18978,1629,3,952,1289 -"78878",18978,2206,3,952,2536 -"78879",18978,2576,3,952,1307 -"78880",18978,2747,3,952,2411 -"78881",18978,2852,2,952,2448 -"78882",18978,3127,3,952,2273 -"78883",18978,3254,3,952,1258 -"78884",18978,3477,3,952,2546 -"78885",18978,4361,2,952,2571 -"78886",18978,4612,2,952,2804 -"78887",18978,4668,3,952,1919 -"78888",18978,4669,2,952,2395 -"78889",18978,4983,3,952,1909 -"78890",18978,5346,3,952,1438 -"78891",18978,5839,3,952,2301 -"78892",18978,5897,2,952,2337 -"78893",18978,6989,3,952,2623 -"78894",18978,7252,3,952,2799 -"78895",18978,7337,3,952,1797 -"78896",18978,7785,1,952,2441 -"78897",18978,7942,3,952,2623 -"78898",18978,8062,3,952,2858 -"78899",18978,8073,3,952,1847 -"78900",18978,8140,3,952,1262 -"78901",18978,8146,3,952,1561 -"78902",18978,8568,3,952,2706 -"78903",18978,8760,3,952,2477 -"78904",18978,10453,3,952,1656 -"78905",18978,10980,3,952,1974 -"78906",18978,11107,3,952,1256 -"78907",18978,11108,2,952,1609 -"78908",18978,11429,3,952,2520 -"78909",18978,11648,3,952,2852 -"78910",18978,12948,3,952,2669 -"78911",18978,14532,3,952,1193 -"78912",18978,14749,3,952,1998 -"78913",18978,14781,3,952,2338 -"78914",18978,14817,3,952,2110 -"78915",18978,15207,3,952,1855 -"78916",18978,15462,3,952,1141 -"78917",18978,15826,3,952,2772 -"78918",18978,16286,3,952,2470 -"78919",18978,16437,3,952,1956 -"78920",18978,16501,3,952,1650 -"78921",18978,16715,2,952,1218 -"78922",18978,17033,2,952,2771 -"78923",18978,17257,3,952,1117 -"78924",18978,17645,3,952,1918 -"78925",18978,18124,3,952,1642 -"78926",18978,18415,3,952,2184 -"78927",18978,20395,3,952,1468 -"78928",18978,23015,3,952,1362 -"78929",18978,23131,3,952,1732 -"78930",18978,25373,3,952,2783 -"78931",18978,27742,1,952,2700 -"78932",18978,27914,2,952,2507 -"78933",18978,28869,3,952,2425 -"78934",18978,29004,3,952,2596 -"78935",18978,29286,3,952,1612 -"78936",18978,30525,2,952,1964 -"78937",18978,31317,3,952,1362 -"78938",18978,31541,3,952,1500 -"78939",18978,31753,3,952,1514 -"78940",18978,31868,3,952,1993 -"78941",18978,32532,1,952,2338 -"78942",18978,32560,1,952,1258 -"78943",18978,33223,3,952,2397 -"78944",18978,33341,2,952,2338 -"78945",18978,33681,2,952,1059 -"78946",18978,33870,1,952,955 -"78947",18978,34892,3,952,2309 -"78948",18978,35728,3,952,2017 -"78949",18978,35797,2,952,2482 -"78950",18978,36183,3,952,2117 -"78951",18978,36487,3,952,2622 -"78952",18978,37351,3,952,978 -"78953",18978,40572,3,952,2666 -"78954",18978,41023,2,952,2408 -"78955",18978,41581,3,952,1692 -"78956",18978,44181,3,952,1034 -"78957",18978,45480,3,952,1104 -"78958",18978,45869,2,952,2840 -"78959",18978,45904,3,952,1011 -"78960",18978,47013,3,952,2388 -"78961",18978,47534,3,952,2712 -"78962",18978,50229,3,952,1190 -"78963",18978,50354,3,952,1299 -"78964",18978,52110,3,952,1676 -"78965",18978,53739,3,952,2704 -"78966",18978,56995,3,952,2323 -"78967",18978,57529,3,952,2462 -"78968",18978,57912,3,952,1035 -"78969",18978,58655,2,952,2685 -"78970",18978,59039,2,952,2870 -"78971",18978,59298,3,952,1236 -"78972",18978,61125,3,952,1673 -"78973",18978,61723,3,952,1262 -"78974",18978,63654,3,952,2310 -"78975",18978,65522,3,952,1572 -"78976",18978,67719,3,952,2429 -"78977",18978,68539,3,952,1158 -"78978",18978,68931,3,952,2771 -"78979",18978,71467,3,952,1051 -"78980",18978,72632,3,952,1289 -"78981",18978,74370,3,952,1667 -"78982",18978,74441,3,952,1260 -"78983",18978,80156,2,952,1667 -"78984",18978,85396,2,952,1131 -"78985",18978,90709,3,952,1080 -"78986",18978,91849,1,952,1166 -"78987",18978,92860,3,952,1643 -"78988",18978,94520,3,952,1243 -"78989",18978,94625,3,952,2105 -"78990",18978,101367,3,952,974 -"78991",18978,109307,3,952,1187 -"78992",18978,111375,3,952,2686 -"78993",18978,115021,1,952,1226 -"78994",18987,29512,3,380,1594 -"78995",18987,71948,3,380,1754 -"78996",18992,1968,2,243,631 -"78997",18992,3669,3,243,2524 -"78998",18992,4913,1,243,292 -"78999",18992,6078,3,243,498 -"79000",18992,9342,3,243,896 -"79001",18992,9808,2,243,1648 -"79002",18992,10004,2,243,872 -"79003",18992,10638,3,243,2692 -"79004",18992,11381,3,243,1638 -"79005",18992,11506,3,243,2824 -"79006",18992,14789,3,243,1034 -"79007",18992,15891,2,243,589 -"79008",18992,16771,3,243,1541 -"79009",18992,16777,3,243,834 -"79010",18992,18954,3,243,2364 -"79011",18992,19137,3,243,1437 -"79012",18992,19972,3,243,2078 -"79013",18992,20392,2,243,1309 -"79014",18992,23890,2,243,1810 -"79015",18992,24109,3,243,504 -"79016",18992,24761,3,243,2384 -"79017",18992,26138,3,243,1902 -"79018",18992,31795,3,243,412 -"79019",18992,33961,3,243,1269 -"79020",18992,35414,3,243,1959 -"79021",18992,39484,3,243,281 -"79022",18992,50476,3,243,1641 -"79023",18992,53498,3,243,1967 -"79024",18992,62162,1,243,485 -"79025",18992,63870,3,243,481 -"79026",18992,69215,3,243,1591 -"79027",18992,69335,3,243,2698 -"79028",18992,83133,2,243,1055 -"79029",18992,92947,3,243,1289 -"79030",18992,108872,3,243,1810 -"79031",19002,1685,3,2053,2230 -"79032",19002,1785,2,2053,2350 -"79033",19002,5937,3,2053,2392 -"79034",19002,7787,3,2053,2314 -"79035",19002,9740,3,2053,2233 -"79036",19002,9909,3,2053,2230 -"79037",19002,10119,2,2053,2374 -"79038",19002,14612,3,2053,2340 -"79039",19002,15150,2,2053,2801 -"79040",19002,15558,2,2053,2389 -"79041",19002,18821,3,2053,2075 -"79042",19002,19190,2,2053,2677 -"79043",19002,19744,3,2053,2623 -"79044",19002,19980,3,2053,2231 -"79045",19002,20011,1,2053,2826 -"79046",19002,23728,3,2053,2601 -"79047",19002,28970,3,2053,2111 -"79048",19002,29775,2,2053,2064 -"79049",19002,30194,3,2053,2874 -"79050",19002,32079,3,2053,2315 -"79051",19002,32576,3,2053,2881 -"79052",19002,42136,3,2053,2551 -"79053",19002,42372,3,2053,2230 -"79054",19002,44730,3,2053,2468 -"79055",19002,46049,3,2053,2102 -"79056",19002,48585,2,2053,2063 -"79057",19002,67836,3,2053,2195 -"79058",19002,93609,3,2053,2252 -"79059",19027,2684,3,2721,2874 -"79060",19027,5725,3,2721,2789 -"79061",19027,7323,3,2721,2858 -"79062",19027,10130,3,2721,2741 -"79063",19027,13732,3,2721,2789 -"79064",19027,19528,3,2721,2742 -"79065",19027,19606,3,2721,2783 -"79066",19027,20700,2,2721,2861 -"79067",19027,21138,3,2721,2849 -"79068",19027,26865,3,2721,2726 -"79069",19027,27753,3,2721,2750 -"79070",19027,42574,3,2721,2842 -"79071",19027,44427,3,2721,2875 -"79072",19027,54740,3,2721,2750 -"79073",19027,55691,3,2721,2856 -"79074",19027,65029,1,2721,2954 -"79075",19027,72334,3,2721,2820 -"79076",19027,102666,3,2721,2726 -"79077",19028,3271,3,921,2216 -"79078",19028,6821,3,921,1788 -"79079",19028,13068,3,921,1778 -"79080",19028,14287,3,921,1583 -"79081",19028,15078,3,921,1033 -"79082",19028,15462,3,921,1141 -"79083",19028,16437,3,921,1956 -"79084",19028,16776,3,921,1565 -"79085",19028,19231,2,921,1424 -"79086",19028,20395,3,921,1468 -"79087",19028,20894,3,921,2214 -"79088",19028,26957,3,921,987 -"79089",19028,27320,3,921,2378 -"79090",19028,27722,3,921,1266 -"79091",19028,30891,3,921,1256 -"79092",19028,37752,2,921,2223 -"79093",19028,44564,3,921,2034 -"79094",19028,45480,3,921,1104 -"79095",19028,49201,2,921,936 -"79096",19028,59039,3,921,2870 -"79097",19028,63654,3,921,2310 -"79098",19028,80506,3,921,1920 -"79099",19028,111855,3,921,1909 -"79100",19048,1785,3,2180,2350 -"79101",19048,33460,2,2180,2781 -"79102",19049,30334,3,1798,2075 -"79103",19049,37636,3,1798,2178 -"79104",19049,40392,3,1798,1878 -"79105",19049,41607,3,1798,2802 -"79106",19049,47248,3,1798,2883 -"79107",19049,51017,3,1798,2073 -"79108",19049,51783,3,1798,2599 -"79109",19049,88455,3,1798,2388 -"79110",19057,23302,3,2664,2677 -"79111",19057,24610,3,2664,2733 -"79112",19069,854,3,988,2307 -"79113",19069,2484,3,988,2389 -"79114",19069,3068,2,988,1815 -"79115",19069,3271,3,988,2216 -"79116",19069,3477,3,988,2546 -"79117",19069,3886,3,988,1669 -"79118",19069,6063,3,988,2349 -"79119",19069,6821,3,988,1788 -"79120",19069,7014,3,988,2401 -"79121",19069,9227,3,988,1267 -"79122",19069,9272,3,988,2835 -"79123",19069,9423,3,988,1708 -"79124",19069,11728,3,988,1121 -"79125",19069,12081,3,988,2166 -"79126",19069,12729,3,988,1835 -"79127",19069,13899,3,988,2650 -"79128",19069,15106,3,988,2286 -"79129",19069,15462,3,988,1141 -"79130",19069,16437,3,988,1956 -"79131",19069,16684,3,988,1657 -"79132",19069,17351,3,988,2036 -"79133",19069,18217,3,988,1566 -"79134",19069,18670,3,988,1835 -"79135",19069,19282,3,988,1623 -"79136",19069,19317,2,988,2041 -"79137",19069,21275,3,988,2609 -"79138",19069,22025,2,988,1591 -"79139",19069,22682,3,988,2035 -"79140",19069,24256,3,988,2393 -"79141",19069,27722,3,988,1266 -"79142",19069,28432,3,988,1954 -"79143",19069,29512,3,988,1594 -"79144",19069,29884,1,988,1239 -"79145",19069,30798,2,988,1398 -"79146",19069,30850,3,988,1045 -"79147",19069,31705,3,988,2706 -"79148",19069,33223,3,988,2397 -"79149",19069,34831,3,988,1866 -"79150",19069,37301,3,988,2160 -"79151",19069,37752,2,988,2223 -"79152",19069,37929,3,988,2393 -"79153",19069,38259,3,988,2258 -"79154",19069,39906,2,988,2365 -"79155",19069,40542,3,988,1664 -"79156",19069,40565,3,988,2115 -"79157",19069,48823,3,988,2080 -"79158",19069,51879,3,988,1771 -"79159",19069,52215,3,988,1908 -"79160",19069,55084,3,988,1189 -"79161",19069,58164,3,988,2398 -"79162",19069,59039,3,988,2870 -"79163",19069,60879,3,988,2792 -"79164",19069,61242,3,988,1650 -"79165",19069,77077,1,988,2693 -"79166",19069,82187,3,988,1055 -"79167",19069,82819,3,988,1900 -"79168",19069,82932,3,988,2245 -"79169",19069,83218,2,988,1537 -"79170",19069,88063,3,988,1045 -"79171",19069,90745,3,988,1994 -"79172",19069,95879,3,988,1748 -"79173",19069,97768,3,988,1500 -"79174",19069,99940,2,988,2884 -"79175",19072,3164,3,2358,2693 -"79176",19072,5350,3,2358,2522 -"79177",19072,6030,3,2358,2953 -"79178",19072,10779,3,2358,2881 -"79179",19072,11966,2,2358,2385 -"79180",19072,20284,3,2358,2530 -"79181",19072,20292,2,2358,2755 -"79182",19072,21571,2,2358,2755 -"79183",19072,21682,3,2358,2414 -"79184",19072,23310,3,2358,2371 -"79185",19072,26080,3,2358,2525 -"79186",19072,28168,2,2358,2702 -"79187",19072,28296,3,2358,2944 -"79188",19072,32567,3,2358,2784 -"79189",19072,35926,3,2358,2371 -"79190",19072,44557,3,2358,2371 -"79191",19072,54929,3,2358,2783 -"79192",19072,66413,3,2358,2507 -"79193",19073,13136,3,2748,2867 -"79194",19073,17033,3,2748,2771 -"79195",19073,27686,2,2748,2844 -"79196",19075,843,3,2214,2332 -"79197",19075,1057,3,2214,2759 -"79198",19075,1369,2,2214,2487 -"79199",19075,2724,3,2214,2447 -"79200",19075,3271,2,2214,2216 -"79201",19075,3477,3,2214,2546 -"79202",19075,3559,2,2214,2413 -"79203",19075,6063,3,2214,2349 -"79204",19075,9272,2,2214,2835 -"79205",19075,14442,3,2214,2700 -"79206",19075,31357,3,2214,2389 -"79207",19075,33223,3,2214,2397 -"79208",19075,37752,3,2214,2223 -"79209",19075,39439,3,2214,2462 -"79210",19075,39444,3,2214,2695 -"79211",19075,42407,3,2214,2408 -"79212",19075,43173,3,2214,2895 -"79213",19075,43226,2,2214,2442 -"79214",19075,51843,2,2214,2389 -"79215",19075,54385,2,2214,2340 -"79216",19075,58508,2,2214,2326 -"79217",19075,59039,3,2214,2870 -"79218",19075,59344,3,2214,2252 -"79219",19075,69308,3,2214,2370 -"79220",19075,69335,2,2214,2698 -"79221",19075,80615,3,2214,2252 -"79222",19092,669,3,906,1423 -"79223",19092,1853,3,906,1465 -"79224",19092,6162,3,906,1673 -"79225",19092,7840,3,906,984 -"79226",19092,10474,3,906,1608 -"79227",19092,10859,3,906,2231 -"79228",19092,12608,2,906,1337 -"79229",19092,15905,2,906,2064 -"79230",19092,26642,3,906,2952 -"79231",19092,30697,3,906,2891 -"79232",19092,31691,3,906,1657 -"79233",19092,35888,2,906,2291 -"79234",19092,40913,1,906,1800 -"79235",19092,42756,3,906,1384 -"79236",19092,44669,1,906,1594 -"79237",19092,48832,3,906,1370 -"79238",19092,49560,3,906,1679 -"79239",19092,51035,3,906,2397 -"79240",19092,65703,2,906,1689 -"79241",19092,82949,3,906,2077 -"79242",19092,84799,3,906,2656 -"79243",19092,93102,3,906,1174 -"79244",19093,4567,3,2224,2348 -"79245",19093,7847,2,2224,2424 -"79246",19093,41837,3,2224,2399 -"79247",19093,44135,3,2224,2620 -"79248",19093,64255,3,2224,2309 -"79249",19093,114257,3,2224,2307 -"79250",19096,145,3,1538,1998 -"79251",19096,457,3,1538,1704 -"79252",19096,675,3,1538,1686 -"79253",19096,913,3,1538,2144 -"79254",19096,997,3,1538,2788 -"79255",19096,1136,3,1538,2536 -"79256",19096,1875,2,1538,1786 -"79257",19096,2563,2,1538,1686 -"79258",19096,3306,3,1538,1989 -"79259",19096,4671,2,1538,2280 -"79260",19096,4690,3,1538,1938 -"79261",19096,5120,3,1538,2735 -"79262",19096,7616,3,1538,2296 -"79263",19096,7858,3,1538,1795 -"79264",19096,8866,3,1538,1545 -"79265",19096,9364,3,1538,1698 -"79266",19096,10474,3,1538,1608 -"79267",19096,10513,3,1538,2284 -"79268",19096,12374,3,1538,2260 -"79269",19096,12602,3,1538,1956 -"79270",19096,12767,3,1538,2329 -"79271",19096,13479,3,1538,2155 -"79272",19096,14108,3,1538,2012 -"79273",19096,14655,3,1538,2559 -"79274",19096,14834,3,1538,2739 -"79275",19096,15207,3,1538,1855 -"79276",19096,15799,3,1538,1917 -"79277",19096,16332,3,1538,2668 -"79278",19096,16539,3,1538,1947 -"79279",19096,17264,3,1538,2528 -"79280",19096,21406,3,1538,2714 -"79281",19096,23312,2,1538,2449 -"79282",19096,26671,3,1538,2279 -"79283",19096,27001,3,1538,1761 -"79284",19096,28635,3,1538,2368 -"79285",19096,30366,3,1538,2532 -"79286",19096,30405,3,1538,2164 -"79287",19096,31235,3,1538,2668 -"79288",19096,33949,2,1538,2489 -"79289",19096,34836,3,1538,2302 -"79290",19096,36714,2,1538,2209 -"79291",19096,38019,3,1538,1870 -"79292",19096,38227,3,1538,2511 -"79293",19096,39535,3,1538,2428 -"79294",19096,40640,3,1538,2257 -"79295",19096,41033,3,1538,1839 -"79296",19096,42522,3,1538,2592 -"79297",19096,43225,3,1538,1835 -"79298",19096,43385,3,1538,1623 -"79299",19096,44188,3,1538,1609 -"79300",19096,46040,3,1538,2105 -"79301",19096,46950,3,1538,2673 -"79302",19096,47064,3,1538,1993 -"79303",19096,47362,3,1538,2253 -"79304",19096,48384,3,1538,2057 -"79305",19096,48571,2,1538,2717 -"79306",19096,52969,3,1538,2302 -"79307",19096,53219,3,1538,2973 -"79308",19096,53323,2,1538,2677 -"79309",19096,53608,3,1538,1986 -"79310",19096,57353,2,1538,1849 -"79311",19096,64997,3,1538,2791 -"79312",19096,65007,3,1538,2530 -"79313",19096,72468,3,1538,2292 -"79314",19096,80825,3,1538,2315 -"79315",19096,104565,3,1538,2693 -"79316",19113,135,3,1171,2233 -"79317",19113,468,3,1171,1966 -"79318",19113,470,3,1171,2285 -"79319",19113,600,2,1171,1702 -"79320",19113,913,3,1171,2144 -"79321",19113,1397,3,1171,1225 -"79322",19113,3164,2,1171,2693 -"79323",19113,3753,3,1171,1255 -"79324",19113,4084,3,1171,2133 -"79325",19113,4932,3,1171,2752 -"79326",19113,5346,3,1171,1438 -"79327",19113,5971,3,1171,1985 -"79328",19113,6030,2,1171,2953 -"79329",19113,7847,3,1171,2424 -"79330",19113,9678,1,1171,1217 -"79331",19113,10433,3,1171,2075 -"79332",19113,10701,3,1171,2000 -"79333",19113,10779,2,1171,2881 -"79334",19113,11966,2,1171,2385 -"79335",19113,13311,2,1171,2315 -"79336",19113,13400,3,1171,1371 -"79337",19113,14080,2,1171,1351 -"79338",19113,14731,3,1171,2012 -"79339",19113,14972,3,1171,2332 -"79340",19113,15207,3,1171,1855 -"79341",19113,15301,2,1171,2308 -"79342",19113,15607,1,1171,1421 -"79343",19113,16352,3,1171,2657 -"79344",19113,17381,3,1171,1697 -"79345",19113,17413,2,1171,2230 -"79346",19113,17698,3,1171,1559 -"79347",19113,19072,1,1171,2358 -"79348",19113,20284,3,1171,2530 -"79349",19113,20292,1,1171,2755 -"79350",19113,20369,3,1171,1356 -"79351",19113,21571,2,1171,2755 -"79352",19113,21682,3,1171,2414 -"79353",19113,21898,2,1171,1351 -"79354",19113,22141,3,1171,2348 -"79355",19113,22566,1,1171,2308 -"79356",19113,23159,3,1171,1548 -"79357",19113,23705,3,1171,2699 -"79358",19113,23918,3,1171,1881 -"79359",19113,24568,3,1171,1937 -"79360",19113,27837,3,1171,1315 -"79361",19113,28011,3,1171,2639 -"79362",19113,28050,2,1171,1955 -"79363",19113,28168,2,1171,2702 -"79364",19113,28296,3,1171,2944 -"79365",19113,29050,3,1171,1196 -"79366",19113,29170,3,1171,1846 -"79367",19113,31050,3,1171,1491 -"79368",19113,32567,3,1171,2784 -"79369",19113,33981,3,1171,1993 -"79370",19113,34735,3,1171,2767 -"79371",19113,35302,3,1171,1589 -"79372",19113,35518,3,1171,1721 -"79373",19113,38869,3,1171,1675 -"79374",19113,40493,3,1171,1981 -"79375",19113,41739,2,1171,1339 -"79376",19113,42619,2,1171,2017 -"79377",19113,43173,3,1171,2895 -"79378",19113,43226,3,1171,2442 -"79379",19113,43566,3,1171,2730 -"79380",19113,44521,3,1171,1593 -"79381",19113,50468,3,1171,1659 -"79382",19113,53196,3,1171,1888 -"79383",19113,54929,3,1171,2783 -"79384",19113,57246,3,1171,1873 -"79385",19113,57714,3,1171,1391 -"79386",19113,58284,3,1171,2292 -"79387",19113,60280,3,1171,1918 -"79388",19113,63409,3,1171,1937 -"79389",19113,64181,2,1171,1828 -"79390",19113,64997,3,1171,2791 -"79391",19113,65625,2,1171,1273 -"79392",19113,66413,2,1171,2507 -"79393",19113,69250,3,1171,1439 -"79394",19113,84022,3,1171,2289 -"79395",19113,94500,2,1171,1529 -"79396",19113,94520,3,1171,1243 -"79397",19113,102751,2,1171,1229 -"79398",19113,105063,2,1171,1908 -"79399",19137,1023,3,1437,2515 -"79400",19137,1063,3,1437,2515 -"79401",19137,20088,3,1437,1677 -"79402",19137,26513,3,1437,2205 -"79403",19137,31170,3,1437,1776 -"79404",19137,35414,3,1437,1959 -"79405",19137,39211,3,1437,1908 -"79406",19137,49958,3,1437,1860 -"79407",19137,82917,3,1437,2371 -"79408",19155,19528,3,1937,2742 -"79409",19155,34693,3,1937,1938 -"79410",19165,37060,3,2436,2840 -"79411",19165,57356,3,2436,2476 -"79412",19173,1592,3,1686,2006 -"79413",19173,1691,2,1686,1941 -"79414",19173,2011,3,1686,2176 -"79415",19173,5258,3,1686,2730 -"79416",19173,6047,3,1686,2004 -"79417",19173,6222,3,1686,1949 -"79418",19173,6390,3,1686,2385 -"79419",19173,14108,3,1686,2012 -"79420",19173,14731,3,1686,2012 -"79421",19173,14959,3,1686,2898 -"79422",19173,17520,3,1686,2276 -"79423",19173,19453,3,1686,1928 -"79424",19173,19718,3,1686,1702 -"79425",19173,20311,3,1686,1981 -"79426",19173,20407,1,1686,2339 -"79427",19173,21682,3,1686,2414 -"79428",19173,22785,2,1686,1733 -"79429",19173,29095,3,1686,2531 -"79430",19173,29170,3,1686,1846 -"79431",19173,30410,2,1686,1966 -"79432",19173,31705,3,1686,2706 -"79433",19173,33433,3,1686,2805 -"79434",19173,33622,3,1686,2230 -"79435",19173,33801,3,1686,2899 -"79436",19173,36439,2,1686,2469 -"79437",19173,38213,3,1686,1744 -"79438",19173,38921,3,1686,1880 -"79439",19173,44420,1,1686,2184 -"79440",19173,49620,3,1686,1868 -"79441",19173,50179,3,1686,2230 -"79442",19173,51853,3,1686,2520 -"79443",19173,53342,3,1686,2071 -"79444",19173,54879,3,1686,2210 -"79445",19173,74636,3,1686,2525 -"79446",19173,82949,3,1686,2077 -"79447",19173,88232,3,1686,2881 -"79448",19174,4696,2,1595,2656 -"79449",19174,6241,3,1595,2264 -"79450",19174,10859,2,1595,2231 -"79451",19174,12542,3,1595,1888 -"79452",19174,40913,3,1595,1800 -"79453",19174,74156,3,1595,2279 -"79454",19174,84790,2,1595,1708 -"79455",19174,84799,1,1595,2656 -"79456",19183,669,2,1257,1423 -"79457",19183,997,3,1257,2788 -"79458",19183,1046,3,1257,1881 -"79459",19183,3647,3,1257,1325 -"79460",19183,6241,3,1257,2264 -"79461",19183,8533,3,1257,2251 -"79462",19183,8621,3,1257,1681 -"79463",19183,10746,3,1257,1506 -"79464",19183,10859,3,1257,2231 -"79465",19183,12542,3,1257,1888 -"79466",19183,13699,1,1257,1355 -"79467",19183,15539,3,1257,1929 -"79468",19183,19199,1,1257,2263 -"79469",19183,19813,1,1257,1744 -"79470",19183,24405,3,1257,1443 -"79471",19183,25874,3,1257,2088 -"79472",19183,27104,2,1257,1608 -"79473",19183,31623,3,1257,1712 -"79474",19183,33991,3,1257,2249 -"79475",19183,35069,3,1257,2069 -"79476",19183,35360,3,1257,2043 -"79477",19183,39278,3,1257,1952 -"79478",19183,40913,3,1257,1800 -"79479",19183,51035,3,1257,2397 -"79480",19183,57977,2,1257,2683 -"79481",19183,62832,2,1257,2606 -"79482",19183,76356,3,1257,2323 -"79483",19183,84567,2,1257,2767 -"79484",19183,84799,3,1257,2656 -"79485",19183,118202,3,1257,1509 -"79486",19190,6262,3,2677,2733 -"79487",19190,20011,3,2677,2826 -"79488",19190,94339,3,2677,2768 -"79489",19199,57977,3,2263,2683 -"79490",19199,62832,3,2263,2606 -"79491",19199,84567,3,2263,2767 -"79492",19204,489,3,1753,2652 -"79493",19204,29454,3,1753,2719 -"79494",19204,41764,3,1753,2409 -"79495",19204,56317,3,1753,2030 -"79496",19208,267,3,2629,2631 -"79497",19208,2684,3,2629,2874 -"79498",19208,3978,3,2629,2775 -"79499",19208,8681,3,2629,2716 -"79500",19208,10310,3,2629,2774 -"79501",19208,15444,3,2629,2764 -"79502",19208,16866,2,2629,2718 -"79503",19208,17549,3,2629,2647 -"79504",19208,18865,2,2629,2676 -"79505",19208,24753,3,2629,2860 -"79506",19208,25373,3,2629,2783 -"79507",19208,26642,3,2629,2952 -"79508",19208,27275,3,2629,2656 -"79509",19208,29454,2,2629,2719 -"79510",19208,35837,3,2629,2871 -"79511",19208,36270,3,2629,2910 -"79512",19208,36441,3,2629,2796 -"79513",19208,38307,3,2629,2648 -"79514",19208,40368,3,2629,2876 -"79515",19208,41664,2,2629,2641 -"79516",19208,41770,2,2629,2752 -"79517",19208,41945,3,2629,2856 -"79518",19208,42799,3,2629,2729 -"79519",19208,44688,2,2629,2924 -"79520",19208,47529,2,2629,2914 -"79521",19208,47564,2,2629,2650 -"79522",19208,50480,1,2629,2701 -"79523",19208,51610,2,2629,2635 -"79524",19208,53219,3,2629,2973 -"79525",19208,56910,2,2629,2705 -"79526",19208,60257,2,2629,2795 -"79527",19208,65434,3,2629,2866 -"79528",19208,67652,3,2629,2736 -"79529",19208,68083,2,2629,2795 -"79530",19208,117956,3,2629,2774 -"79531",19215,3978,3,2604,2775 -"79532",19215,9272,3,2604,2835 -"79533",19215,19364,2,2604,2846 -"79534",19215,22709,1,2604,2743 -"79535",19215,31705,3,2604,2706 -"79536",19215,60879,3,2604,2792 -"79537",19215,70973,3,2604,2705 -"79538",19215,73553,3,2604,2726 -"79539",19231,2057,3,1424,1965 -"79540",19231,2563,3,1424,1686 -"79541",19231,3456,3,1424,1999 -"79542",19231,5346,3,1424,1438 -"79543",19231,5962,3,1424,2491 -"79544",19231,6821,3,1424,1788 -"79545",19231,9301,3,1424,1861 -"79546",19231,9504,2,1424,2549 -"79547",19231,12361,3,1424,2732 -"79548",19231,13065,3,1424,1561 -"79549",19231,13068,3,1424,1778 -"79550",19231,13720,3,1424,1558 -"79551",19231,13920,3,1424,1709 -"79552",19231,14287,3,1424,1583 -"79553",19231,15207,3,1424,1855 -"79554",19231,16437,3,1424,1956 -"79555",19231,19751,3,1424,1630 -"79556",19231,20395,3,1424,1468 -"79557",19231,20563,3,1424,2267 -"79558",19231,23756,3,1424,2309 -"79559",19231,27280,3,1424,1965 -"79560",19231,27320,3,1424,2378 -"79561",19231,29495,3,1424,1612 -"79562",19231,30669,3,1424,1921 -"79563",19231,37752,3,1424,2223 -"79564",19231,38449,3,1424,1802 -"79565",19231,44564,3,1424,2034 -"79566",19231,47529,3,1424,2914 -"79567",19231,47654,3,1424,1664 -"79568",19231,48576,3,1424,1675 -"79569",19231,56094,3,1424,2343 -"79570",19231,59039,2,1424,2870 -"79571",19231,63654,3,1424,2310 -"79572",19231,65188,3,1424,2213 -"79573",19231,65242,3,1424,1988 -"79574",19231,69131,3,1424,2122 -"79575",19231,88067,3,1424,2315 -"79576",19231,119524,3,1424,1930 -"79577",19232,1641,3,917,1490 -"79578",19232,5568,3,917,1290 -"79579",19232,17812,3,917,2705 -"79580",19232,20124,3,917,2376 -"79581",19232,20200,3,917,2322 -"79582",19232,39556,3,917,2747 -"79583",19232,55892,3,917,1234 -"79584",19232,63477,3,917,1907 -"79585",19232,70433,3,917,2639 -"79586",19248,270,2,2357,2542 -"79587",19248,362,3,2357,2537 -"79588",19248,701,3,2357,2718 -"79589",19248,1355,3,2357,2473 -"79590",19248,1616,3,2357,2662 -"79591",19248,1639,3,2357,2631 -"79592",19248,2036,2,2357,2483 -"79593",19248,2424,2,2357,2582 -"79594",19248,2484,3,2357,2389 -"79595",19248,2684,3,2357,2874 -"79596",19248,3305,2,2357,2839 -"79597",19248,3966,3,2357,2425 -"79598",19248,5462,3,2357,2374 -"79599",19248,5504,3,2357,2389 -"79600",19248,5515,3,2357,2385 -"79601",19248,6055,2,2357,2651 -"79602",19248,6192,3,2357,2409 -"79603",19248,6208,2,2357,2361 -"79604",19248,6740,3,2357,2699 -"79605",19248,7323,3,2357,2858 -"79606",19248,8760,3,2357,2477 -"79607",19248,9150,3,2357,2689 -"79608",19248,9184,2,2357,2670 -"79609",19248,9311,3,2357,2477 -"79610",19248,9893,3,2357,2701 -"79611",19248,11351,3,2357,2971 -"79612",19248,12728,2,2357,2374 -"79613",19248,13249,3,2357,2573 -"79614",19248,14507,3,2357,2686 -"79615",19248,15184,3,2357,2396 -"79616",19248,16332,3,2357,2668 -"79617",19248,16432,2,2357,2664 -"79618",19248,16725,3,2357,2830 -"79619",19248,16954,2,2357,2972 -"79620",19248,17365,3,2357,2746 -"79621",19248,17999,3,2357,2758 -"79622",19248,18543,3,2357,2968 -"79623",19248,19027,3,2357,2721 -"79624",19248,19208,3,2357,2629 -"79625",19248,19605,3,2357,2395 -"79626",19248,19606,3,2357,2783 -"79627",19248,19622,3,2357,2371 -"79628",19248,19643,3,2357,2452 -"79629",19248,20124,3,2357,2376 -"79630",19248,22277,2,2357,2424 -"79631",19248,23319,3,2357,2867 -"79632",19248,24825,3,2357,2686 -"79633",19248,25129,2,2357,2647 -"79634",19248,25325,3,2357,2963 -"79635",19248,26582,3,2357,2772 -"79636",19248,26749,2,2357,2965 -"79637",19248,27275,2,2357,2656 -"79638",19248,27390,3,2357,2425 -"79639",19248,30052,3,2357,2855 -"79640",19248,31235,3,2357,2668 -"79641",19248,33672,2,2357,2396 -"79642",19248,33801,3,2357,2899 -"79643",19248,33949,3,2357,2489 -"79644",19248,34480,3,2357,2755 -"79645",19248,35738,2,2357,2448 -"79646",19248,37285,3,2357,2428 -"79647",19248,37570,3,2357,2389 -"79648",19248,38307,3,2357,2648 -"79649",19248,39535,2,2357,2428 -"79650",19248,40138,3,2357,2719 -"79651",19248,41945,3,2357,2856 -"79652",19248,43455,2,2357,2846 -"79653",19248,43978,3,2357,2698 -"79654",19248,45608,3,2357,2420 -"79655",19248,47529,3,2357,2914 -"79656",19248,48605,1,2357,2796 -"79657",19248,50480,3,2357,2701 -"79658",19248,50785,3,2357,2877 -"79659",19248,51041,2,2357,2606 -"79660",19248,51866,3,2357,2411 -"79661",19248,52570,2,2357,2645 -"79662",19248,53219,3,2357,2973 -"79663",19248,54695,2,2357,2429 -"79664",19248,61982,1,2357,2725 -"79665",19248,62841,1,2357,2710 -"79666",19248,66224,3,2357,2728 -"79667",19248,66703,3,2357,2375 -"79668",19248,67652,3,2357,2736 -"79669",19248,68215,3,2357,2727 -"79670",19248,70203,3,2357,2756 -"79671",19248,71518,3,2357,2805 -"79672",19248,73305,3,2357,2544 -"79673",19248,76892,2,2357,2381 -"79674",19248,83396,3,2357,2396 -"79675",19282,14,3,1623,1793 -"79676",19282,915,2,1623,1793 -"79677",19282,1767,3,1623,2727 -"79678",19282,2337,3,1623,1697 -"79679",19282,3068,1,1623,1815 -"79680",19282,3886,3,1623,1669 -"79681",19282,3980,3,1623,2771 -"79682",19282,4784,3,1623,2511 -"79683",19282,6020,3,1623,1864 -"79684",19282,6996,2,1623,2916 -"79685",19282,11625,3,1623,2022 -"79686",19282,13158,3,1623,2667 -"79687",19282,14328,2,1623,1725 -"79688",19282,17943,2,1623,1943 -"79689",19282,18670,3,1623,1835 -"79690",19282,19317,3,1623,2041 -"79691",19282,19605,3,1623,2395 -"79692",19282,20732,3,1623,2401 -"79693",19282,21358,3,1623,1970 -"79694",19282,23726,3,1623,2434 -"79695",19282,30236,3,1623,2238 -"79696",19282,30827,3,1623,2323 -"79697",19282,36506,3,1623,2638 -"79698",19282,42216,3,1623,2722 -"79699",19282,43404,3,1623,2649 -"79700",19282,45297,3,1623,1864 -"79701",19282,48823,2,1623,2080 -"79702",19282,53293,3,1623,2916 -"79703",19282,70046,2,1623,2624 -"79704",19282,95879,2,1623,1748 -"79705",19296,1560,3,1705,2013 -"79706",19296,1685,3,1705,2230 -"79707",19296,4698,3,1705,2481 -"79708",19296,8475,3,1705,2034 -"79709",19296,10200,3,1705,2920 -"79710",19296,11429,3,1705,2520 -"79711",19296,14761,3,1705,2502 -"79712",19296,17695,3,1705,1930 -"79713",19296,19366,1,1705,2279 -"79714",19296,26597,3,1705,2070 -"79715",19296,40392,3,1705,1878 -"79716",19296,45664,3,1705,2235 -"79717",19296,50621,2,1705,2809 -"79718",19296,70656,2,1705,2771 -"79719",19296,70814,3,1705,2771 -"79720",19317,854,3,2041,2307 -"79721",19317,1767,3,2041,2727 -"79722",19317,1822,3,2041,2888 -"79723",19317,2224,3,2041,2751 -"79724",19317,2484,3,2041,2389 -"79725",19317,3477,2,2041,2546 -"79726",19317,3495,3,2041,2431 -"79727",19317,6063,2,2041,2349 -"79728",19317,7703,3,2041,2122 -"79729",19317,8327,3,2041,2527 -"79730",19317,8993,3,2041,2099 -"79731",19317,9503,3,2041,2453 -"79732",19317,12081,3,2041,2166 -"79733",19317,13158,2,2041,2667 -"79734",19317,13899,2,2041,2650 -"79735",19317,14586,3,2041,2801 -"79736",19317,14817,3,2041,2110 -"79737",19317,15023,3,2041,2054 -"79738",19317,15106,2,2041,2286 -"79739",19317,15444,2,2041,2764 -"79740",19317,17027,3,2041,2772 -"79741",19317,18165,2,2041,2085 -"79742",19317,20067,3,2041,2390 -"79743",19317,20124,3,2041,2376 -"79744",19317,20162,3,2041,2328 -"79745",19317,20416,3,2041,2323 -"79746",19317,20984,3,2041,2502 -"79747",19317,21248,3,2041,2232 -"79748",19317,21275,2,2041,2609 -"79749",19317,21493,3,2041,2286 -"79750",19317,23268,3,2041,2258 -"79751",19317,24256,3,2041,2393 -"79752",19317,28626,3,2041,2842 -"79753",19317,29073,3,2041,2328 -"79754",19317,30236,2,2041,2238 -"79755",19317,30827,3,2041,2323 -"79756",19317,31357,3,2041,2389 -"79757",19317,31705,3,2041,2706 -"79758",19317,32339,3,2041,2430 -"79759",19317,32395,3,2041,2735 -"79760",19317,33223,2,2041,2397 -"79761",19317,37301,2,2041,2160 -"79762",19317,38732,3,2041,2263 -"79763",19317,40565,3,2041,2115 -"79764",19317,42216,3,2041,2722 -"79765",19317,44268,3,2041,2436 -"79766",19317,47595,3,2041,2374 -"79767",19317,48823,3,2041,2080 -"79768",19317,51843,3,2041,2389 -"79769",19317,54879,3,2041,2210 -"79770",19317,56397,3,2041,2053 -"79771",19317,58164,2,2041,2398 -"79772",19317,74636,3,2041,2525 -"79773",19317,77077,3,2041,2693 -"79774",19317,84317,3,2041,2081 -"79775",19322,913,3,2048,2144 -"79776",19322,1136,3,2048,2536 -"79777",19322,6390,3,2048,2385 -"79778",19322,7515,2,2048,2737 -"79779",19322,7847,3,2048,2424 -"79780",19322,23132,3,2048,2756 -"79781",19322,27391,3,2048,2378 -"79782",19322,31235,3,2048,2668 -"79783",19322,39189,3,2048,2319 -"79784",19322,62219,2,2048,2494 -"79785",19322,64997,3,2048,2791 -"79786",19322,73305,3,2048,2544 -"79787",19322,79804,3,2048,2227 -"79788",19322,83907,3,2048,2056 -"79789",19322,92322,3,2048,2393 -"79790",19323,1222,3,1705,2598 -"79791",19323,4360,3,1705,1770 -"79792",19323,5414,2,1705,2321 -"79793",19323,6262,2,1705,2733 -"79794",19323,6432,2,1705,2297 -"79795",19323,6755,3,1705,2818 -"79796",19323,23639,3,1705,2065 -"79797",19323,23890,2,1705,1810 -"79798",19323,24761,2,1705,2384 -"79799",19323,49621,3,1705,1915 -"79800",19323,56082,3,1705,2395 -"79801",19323,57037,3,1705,2293 -"79802",19323,59579,3,1705,2034 -"79803",19323,72207,2,1705,2430 -"79804",19323,76604,3,1705,2590 -"79805",19323,77189,3,1705,1965 -"79806",19323,96349,3,1705,1874 -"79807",19323,113181,3,1705,2301 -"79808",19331,1685,3,824,2230 -"79809",19331,3360,2,824,1583 -"79810",19331,19002,3,824,2053 -"79811",19331,19190,3,824,2677 -"79812",19331,26698,2,824,1963 -"79813",19331,27074,3,824,1454 -"79814",19331,49069,3,824,1694 -"79815",19331,87190,3,824,1704 -"79816",19331,89258,3,824,1147 -"79817",19332,1691,3,1214,1941 -"79818",19332,2011,3,1214,2176 -"79819",19332,2798,3,1214,1673 -"79820",19332,5258,3,1214,2730 -"79821",19332,6252,3,1214,2336 -"79822",19332,8657,3,1214,2473 -"79823",19332,9057,3,1214,2629 -"79824",19332,14108,3,1214,2012 -"79825",19332,14676,3,1214,2764 -"79826",19332,18543,2,1214,2968 -"79827",19332,25565,2,1214,2764 -"79828",19332,32503,3,1214,2020 -"79829",19332,34945,3,1214,1298 -"79830",19332,35041,3,1214,1311 -"79831",19332,38213,3,1214,1744 -"79832",19332,44427,3,1214,2875 -"79833",19332,46621,3,1214,1343 -"79834",19332,49620,3,1214,1868 -"79835",19332,52327,3,1214,1472 -"79836",19332,61689,3,1214,1309 -"79837",19332,69257,3,1214,1402 -"79838",19332,74636,3,1214,2525 -"79839",19332,81895,3,1214,1634 -"79840",19332,88232,3,1214,2881 -"79841",19332,89880,3,1214,1938 -"79842",19332,95846,3,1214,1324 -"79843",19334,9787,3,1979,2858 -"79844",19334,14754,2,1979,2456 -"79845",19334,27742,3,1979,2700 -"79846",19334,27914,3,1979,2507 -"79847",19334,29473,2,1979,2602 -"79848",19334,44497,3,1979,2401 -"79849",19334,61337,3,1979,2777 -"79850",19335,145,3,1729,1998 -"79851",19335,279,3,1729,1989 -"79852",19335,455,3,1729,2827 -"79853",19335,470,3,1729,2285 -"79854",19335,913,2,1729,2144 -"79855",19335,1102,3,1729,2282 -"79856",19335,2572,3,1729,2273 -"79857",19335,2954,3,1729,2727 -"79858",19335,3801,3,1729,1974 -"79859",19335,4690,3,1729,1938 -"79860",19335,4953,3,1729,2285 -"79861",19335,6052,3,1729,1985 -"79862",19335,6074,3,1729,2426 -"79863",19335,7515,3,1729,2737 -"79864",19335,9184,3,1729,2670 -"79865",19335,9362,3,1729,2879 -"79866",19335,9654,3,1729,2111 -"79867",19335,10433,3,1729,2075 -"79868",19335,10513,3,1729,2284 -"79869",19335,10871,3,1729,2314 -"79870",19335,11516,3,1729,1937 -"79871",19335,12528,3,1729,2589 -"79872",19335,12618,2,1729,2021 -"79873",19335,12724,3,1729,1930 -"79874",19335,14655,3,1729,2559 -"79875",19335,14943,3,1729,1942 -"79876",19335,15381,2,1729,2289 -"79877",19335,15716,3,1729,1991 -"79878",19335,21682,3,1729,2414 -"79879",19335,22567,1,1729,2396 -"79880",19335,23132,1,1729,2756 -"79881",19335,24448,3,1729,2289 -"79882",19335,24568,3,1729,1937 -"79883",19335,27275,3,1729,2656 -"79884",19335,27390,3,1729,2425 -"79885",19335,28115,3,1729,1835 -"79886",19335,28303,3,1729,2089 -"79887",19335,31235,3,1729,2668 -"79888",19335,33981,3,1729,1993 -"79889",19335,34160,3,1729,1759 -"79890",19335,35620,3,1729,2092 -"79891",19335,37059,3,1729,2840 -"79892",19335,38307,3,1729,2648 -"79893",19335,38780,3,1729,2705 -"79894",19335,39657,3,1729,1947 -"79895",19335,40383,1,1729,2639 -"79896",19335,40493,3,1729,1981 -"79897",19335,42799,3,1729,2729 -"79898",19335,43213,3,1729,2160 -"79899",19335,43455,3,1729,2846 -"79900",19335,46091,3,1729,1938 -"79901",19335,46385,3,1729,2225 -"79902",19335,50179,3,1729,2230 -"79903",19335,51017,3,1729,2073 -"79904",19335,53530,3,1729,2380 -"79905",19335,56317,3,1729,2030 -"79906",19335,59022,2,1729,2494 -"79907",19335,62219,3,1729,2494 -"79908",19335,63409,3,1729,1937 -"79909",19335,73305,3,1729,2544 -"79910",19335,80429,3,1729,1927 -"79911",19335,86245,2,1729,1972 -"79912",19336,3716,3,748,1679 -"79913",19336,30981,3,748,2366 -"79914",19336,55349,3,748,826 -"79915",19338,4953,3,620,2285 -"79916",19338,5864,3,620,1197 -"79917",19338,9423,3,620,1708 -"79918",19338,12081,3,620,2166 -"79919",19338,13699,3,620,1355 -"79920",19338,18670,3,620,1835 -"79921",19338,25680,3,620,1618 -"79922",19338,26479,3,620,1818 -"79923",19338,29289,3,620,1756 -"79924",19338,37238,3,620,2609 -"79925",19338,38307,3,620,2648 -"79926",19338,43455,3,620,2846 -"79927",19338,50113,3,620,2059 -"79928",19338,85949,2,620,1132 -"79929",19338,88887,3,620,1161 -"79930",19338,90860,3,620,851 -"79931",19338,92480,3,620,832 -"79932",19358,1063,3,880,2515 -"79933",19358,1222,2,880,2598 -"79934",19358,1785,3,880,2350 -"79935",19358,2272,3,880,1640 -"79936",19358,2443,2,880,2333 -"79937",19358,2802,2,880,1836 -"79938",19358,3324,2,880,1198 -"79939",19358,3477,3,880,2546 -"79940",19358,5414,2,880,2321 -"79941",19358,6063,3,880,2349 -"79942",19358,6262,2,880,2733 -"79943",19358,6432,3,880,2297 -"79944",19358,6755,3,880,2818 -"79945",19358,8525,3,880,1787 -"79946",19358,9269,3,880,1892 -"79947",19358,9808,3,880,1648 -"79948",19358,9910,3,880,2526 -"79949",19358,9948,3,880,2019 -"79950",19358,10279,3,880,886 -"79951",19358,11897,2,880,1271 -"79952",19358,12116,3,880,2119 -"79953",19358,12779,3,880,936 -"79954",19358,12914,3,880,1557 -"79955",19358,13150,3,880,1570 -"79956",19358,13671,3,880,1371 -"79957",19358,15047,2,880,1697 -"79958",19358,16590,3,880,1123 -"79959",19358,17884,3,880,1677 -"79960",19358,17999,3,880,2758 -"79961",19358,18217,3,880,1566 -"79962",19358,18466,2,880,2340 -"79963",19358,18610,3,880,2141 -"79964",19358,19002,3,880,2053 -"79965",19358,19190,2,880,2677 -"79966",19358,20604,2,880,1684 -"79967",19358,20695,3,880,2526 -"79968",19358,21290,2,880,894 -"79969",19358,24044,3,880,1076 -"79970",19358,24421,3,880,1324 -"79971",19358,26138,3,880,1902 -"79972",19358,26698,3,880,1963 -"79973",19358,27512,3,880,947 -"79974",19358,30697,3,880,2891 -"79975",19358,31705,3,880,2706 -"79976",19358,32070,1,880,950 -"79977",19358,32939,3,880,2277 -"79978",19358,32966,3,880,1583 -"79979",19358,33223,3,880,2397 -"79980",19358,33278,3,880,1591 -"79981",19358,36215,3,880,1623 -"79982",19358,36662,3,880,2967 -"79983",19358,37332,3,880,1891 -"79984",19358,38274,3,880,1181 -"79985",19358,38697,3,880,2701 -"79986",19358,40542,3,880,1664 -"79987",19358,42259,3,880,1235 -"79988",19358,42280,3,880,2266 -"79989",19358,43311,3,880,1553 -"79990",19358,43768,3,880,1468 -"79991",19358,45585,3,880,2384 -"79992",19358,46581,2,880,1160 -"79993",19358,48931,3,880,2444 -"79994",19358,49403,3,880,2427 -"79995",19358,49708,3,880,1147 -"79996",19358,51678,2,880,1077 -"79997",19358,53082,3,880,2328 -"79998",19358,53648,3,880,2167 -"79999",19358,54061,3,880,1488 -"80000",19358,56168,1,880,1466 -"80001",19358,56364,3,880,1626 -"80002",19358,57037,3,880,2293 -"80003",19358,57804,3,880,2214 -"80004",19358,62498,3,880,1698 -"80005",19358,63525,3,880,2741 -"80006",19358,66017,2,880,1545 -"80007",19358,76796,3,880,1140 -"80008",19358,76997,2,880,2223 -"80009",19358,77550,3,880,1548 -"80010",19358,79236,3,880,1505 -"80011",19358,79772,2,880,1230 -"80012",19358,79793,2,880,1915 -"80013",19358,82618,3,880,1536 -"80014",19358,82917,3,880,2371 -"80015",19358,83334,2,880,1708 -"80016",19358,87915,3,880,1152 -"80017",19358,90633,2,880,990 -"80018",19358,94339,2,880,2768 -"80019",19358,97706,3,880,1121 -"80020",19358,99194,3,880,1271 -"80021",19358,101381,3,880,977 -"80022",19358,106330,3,880,2559 -"80023",19358,107435,3,880,1635 -"80024",19364,20700,3,2846,2861 -"80025",19364,22723,3,2846,2859 -"80026",19364,92297,3,2846,2952 -"80027",19364,121354,2,2846,2862 -"80028",19366,6345,3,2279,2713 -"80029",19366,9724,3,2279,2713 -"80030",19366,14957,3,2279,2306 -"80031",19366,15782,3,2279,2306 -"80032",19366,17499,3,2279,2954 -"80033",19366,32169,3,2279,2504 -"80034",19366,37684,3,2279,2899 -"80035",19366,43701,3,2279,2400 -"80036",19366,50621,3,2279,2809 -"80037",19366,53584,3,2279,2391 -"80038",19366,70656,3,2279,2771 -"80039",19380,24753,3,2637,2860 -"80040",19380,28893,3,2637,2764 -"80041",19380,34216,1,2637,2832 -"80042",19380,61337,3,2637,2777 -"80043",19380,112557,3,2637,2669 -"80044",19380,112563,3,2637,2669 -"80045",19383,1023,3,1200,2515 -"80046",19383,1063,3,1200,2515 -"80047",19383,9716,3,1200,1929 -"80048",19383,14761,3,1200,2502 -"80049",19383,22652,2,1200,1544 -"80050",19383,39211,3,1200,1908 -"80051",19383,41185,3,1200,1929 -"80052",19383,45983,3,1200,1260 -"80053",19386,4660,3,1714,2149 -"80054",19386,5683,3,1714,2468 -"80055",19386,8610,2,1714,2240 -"80056",19386,12177,3,1714,1965 -"80057",19386,12249,3,1714,1965 -"80058",19386,12397,2,1714,1965 -"80059",19386,15567,3,1714,2671 -"80060",19386,21324,3,1714,2413 -"80061",19386,26734,2,1714,2299 -"80062",19386,27742,3,1714,2700 -"80063",19386,27914,3,1714,2507 -"80064",19386,36487,3,1714,2622 -"80065",19386,40138,3,1714,2719 -"80066",19397,45664,3,2182,2235 -"80067",19406,10223,3,619,1033 -"80068",19406,23015,2,619,1362 -"80069",19406,35004,2,619,1509 -"80070",19406,35715,3,619,2912 -"80071",19406,39875,3,619,2422 -"80072",19406,66978,2,619,1536 -"80073",19406,68345,3,619,1095 -"80074",19406,72348,3,619,1810 -"80075",19406,80606,2,619,2079 -"80076",19433,4367,2,2504,2794 -"80077",19433,15567,3,2504,2671 -"80078",19433,15826,2,2504,2772 -"80079",19433,26182,3,2504,2775 -"80080",19433,27908,2,2504,2576 -"80081",19433,31700,3,2504,2727 -"80082",19433,35715,3,2504,2912 -"80083",19433,36953,3,2504,2790 -"80084",19433,40572,3,2504,2666 -"80085",19433,45869,3,2504,2840 -"80086",19433,61337,2,2504,2777 -"80087",19447,160,3,969,2007 -"80088",19447,6119,3,969,2358 -"80089",19447,8568,2,969,2706 -"80090",19447,8623,3,969,2463 -"80091",19447,8984,3,969,1162 -"80092",19447,9787,3,969,2858 -"80093",19447,10336,3,969,2271 -"80094",19447,11563,3,969,1863 -"80095",19447,13068,3,969,1778 -"80096",19447,16015,2,969,1307 -"80097",19447,16286,2,969,2470 -"80098",19447,16501,3,969,1650 -"80099",19447,33314,3,969,1444 -"80100",19447,33341,3,969,2338 -"80101",19447,41633,2,969,1976 -"80102",19447,50354,2,969,1299 -"80103",19447,59726,3,969,1513 -"80104",19447,61125,2,969,1673 -"80105",19447,70455,3,969,1307 -"80106",19453,499,3,1928,1931 -"80107",19453,602,3,1928,2632 -"80108",19453,3011,3,1928,2278 -"80109",19453,4701,3,1928,2401 -"80110",19453,6982,3,1928,2034 -"80111",19453,7548,3,1928,1932 -"80112",19453,8419,3,1928,1956 -"80113",19453,9311,2,1928,2477 -"80114",19453,10358,3,1928,2294 -"80115",19453,10382,2,1928,2111 -"80116",19453,10843,1,1928,2277 -"80117",19453,12976,3,1928,2399 -"80118",19453,14032,3,1928,2144 -"80119",19453,14723,2,1928,2019 -"80120",19453,15626,2,1928,2434 -"80121",19453,20407,3,1928,2339 -"80122",19453,21448,3,1928,2332 -"80123",19453,22311,3,1928,2034 -"80124",19453,26218,3,1928,2460 -"80125",19453,30906,3,1928,2537 -"80126",19453,33433,2,1928,2805 -"80127",19453,34707,3,1928,2042 -"80128",19453,37620,3,1928,2716 -"80129",19453,38755,2,1928,2902 -"80130",19453,45903,3,1928,2237 -"80131",19453,49121,3,1928,2199 -"80132",19453,49696,2,1928,2444 -"80133",19453,50269,3,1928,1966 -"80134",19453,50382,3,1928,2244 -"80135",19453,51853,3,1928,2520 -"80136",19453,53342,3,1928,2071 -"80137",19453,53779,2,1928,2000 -"80138",19453,54879,3,1928,2210 -"80139",19453,55643,3,1928,2359 -"80140",19453,58993,3,1928,2390 -"80141",19453,59113,2,1928,2434 -"80142",19453,75343,3,1928,2008 -"80143",19453,87144,3,1928,2299 -"80144",19476,378,3,1708,2766 -"80145",19476,1369,3,1708,2487 -"80146",19476,2282,3,1708,2056 -"80147",19476,2647,3,1708,2450 -"80148",19476,2927,3,1708,1789 -"80149",19476,6999,3,1708,2214 -"80150",19476,9538,2,1708,1786 -"80151",19476,12116,3,1708,2119 -"80152",19476,13340,3,1708,1918 -"80153",19476,23560,3,1708,2051 -"80154",19476,31295,3,1708,2183 -"80155",19476,35317,3,1708,1888 -"80156",19476,42382,3,1708,2224 -"80157",19476,42407,2,1708,2408 -"80158",19476,46616,2,1708,1917 -"80159",19476,47607,2,1708,2724 -"80160",19476,47882,3,1708,2769 -"80161",19476,53584,3,1708,2391 -"80162",19476,70011,3,1708,2690 -"80163",19476,73520,3,1708,2613 -"80164",19476,77719,1,1708,2086 -"80165",19476,78277,2,1708,1937 -"80166",19476,79699,3,1708,1735 -"80167",19476,80970,3,1708,2069 -"80168",19476,84590,3,1708,1734 -"80169",19501,21,3,1186,1385 -"80170",19501,1150,3,1186,1595 -"80171",19501,1846,3,1186,1845 -"80172",19501,2206,2,1186,2536 -"80173",19501,2936,3,1186,2512 -"80174",19501,2985,3,1186,2398 -"80175",19501,4660,3,1186,2149 -"80176",19501,5897,3,1186,2337 -"80177",19501,9504,3,1186,2549 -"80178",19501,10239,3,1186,2032 -"80179",19501,10980,3,1186,1974 -"80180",19501,12067,3,1186,1213 -"80181",19501,12361,3,1186,2732 -"80182",19501,13720,3,1186,1558 -"80183",19501,13879,2,1186,2748 -"80184",19501,14043,3,1186,2084 -"80185",19501,15567,3,1186,2671 -"80186",19501,19655,2,1186,2706 -"80187",19501,21207,3,1186,1258 -"80188",19501,30306,2,1186,1606 -"80189",19501,31109,3,1186,1845 -"80190",19501,32470,3,1186,1539 -"80191",19501,35446,3,1186,1203 -"80192",19501,36912,3,1186,2469 -"80193",19501,42256,3,1186,2839 -"80194",19501,47654,3,1186,1664 -"80195",19501,48015,3,1186,1355 -"80196",19501,50335,3,1186,1893 -"80197",19501,50581,3,1186,1258 -"80198",19501,56094,3,1186,2343 -"80199",19501,60808,3,1186,1258 -"80200",19501,62066,2,1186,2281 -"80201",19501,63077,3,1186,2778 -"80202",19501,63644,3,1186,1267 -"80203",19501,73582,3,1186,2075 -"80204",19501,74055,3,1186,1544 -"80205",19501,74370,3,1186,1667 -"80206",19501,76391,3,1186,1536 -"80207",19501,81545,3,1186,2077 -"80208",19501,84271,2,1186,1556 -"80209",19501,90299,2,1186,1606 -"80210",19501,109975,3,1186,1594 -"80211",19506,733,3,1385,1653 -"80212",19506,1006,3,1385,1569 -"80213",19506,3242,3,1385,1730 -"80214",19506,4618,3,1385,2607 -"80215",19506,8621,3,1385,1681 -"80216",19506,10871,3,1385,2314 -"80217",19506,17264,2,1385,2528 -"80218",19506,17354,1,1385,2250 -"80219",19506,19516,2,1385,2313 -"80220",19506,20070,3,1385,1914 -"80221",19506,20563,3,1385,2267 -"80222",19506,23140,1,1385,2787 -"80223",19506,26436,3,1385,2489 -"80224",19506,26516,3,1385,2479 -"80225",19506,27753,3,1385,2750 -"80226",19506,28131,3,1385,1492 -"80227",19506,28896,3,1385,1395 -"80228",19506,30150,2,1385,1704 -"80229",19506,32419,3,1385,1909 -"80230",19506,33551,1,1385,1734 -"80231",19506,34492,3,1385,1798 -"80232",19506,36031,3,1385,2342 -"80233",19506,46506,3,1385,2464 -"80234",19506,51410,3,1385,2739 -"80235",19506,63654,2,1385,2310 -"80236",19506,70203,3,1385,2756 -"80237",19506,78128,3,1385,1727 -"80238",19506,87110,3,1385,2801 -"80239",19506,89681,3,1385,1978 -"80240",19506,90790,1,1385,1492 -"80241",19506,91162,1,1385,1693 -"80242",19506,91201,1,1385,1702 -"80243",19509,827,3,2000,2964 -"80244",19509,916,3,2000,2718 -"80245",19509,1624,3,2000,2687 -"80246",19509,2282,3,2000,2056 -"80247",19509,2647,3,2000,2450 -"80248",19509,4551,2,2000,2720 -"80249",19509,6040,3,2000,2103 -"80250",19509,7253,1,2000,2686 -"80251",19509,13388,3,2000,2119 -"80252",19509,26513,3,2000,2205 -"80253",19509,28268,2,2000,2258 -"80254",19509,28782,3,2000,2272 -"80255",19509,36840,3,2000,2269 -"80256",19509,42382,3,2000,2224 -"80257",19509,42390,3,2000,2937 -"80258",19509,47607,2,2000,2724 -"80259",19509,52380,1,2000,2686 -"80260",19509,53584,3,2000,2391 -"80261",19509,58945,2,2000,2481 -"80262",19509,59511,1,2000,2753 -"80263",19509,69029,2,2000,2623 -"80264",19509,80970,3,2000,2069 -"80265",19516,1136,3,2313,2536 -"80266",19516,4618,3,2313,2607 -"80267",19516,10871,1,2313,2314 -"80268",19516,11329,3,2313,2799 -"80269",19516,14655,3,2313,2559 -"80270",19516,17264,3,2313,2528 -"80271",19516,19248,3,2313,2357 -"80272",19516,23011,3,2313,2763 -"80273",19516,23140,3,2313,2787 -"80274",19516,26436,3,2313,2489 -"80275",19516,27753,3,2313,2750 -"80276",19516,31124,2,2313,2351 -"80277",19516,36031,3,2313,2342 -"80278",19516,45343,3,2313,2360 -"80279",19516,51041,3,2313,2606 -"80280",19516,51410,1,2313,2739 -"80281",19516,51783,3,2313,2599 -"80282",19516,57977,3,2313,2683 -"80283",19516,59022,2,2313,2494 -"80284",19528,11329,3,2742,2799 -"80285",19528,18151,3,2742,2962 -"80286",19528,24255,2,2742,2770 -"80287",19528,33801,3,2742,2899 -"80288",19528,34327,2,2742,2959 -"80289",19528,38667,3,2742,2880 -"80290",19528,53475,3,2742,2853 -"80291",19542,378,3,570,2766 -"80292",19542,1369,3,570,2487 -"80293",19542,1785,3,570,2350 -"80294",19542,2282,3,570,2056 -"80295",19542,2506,3,570,954 -"80296",19542,2927,3,570,1789 -"80297",19542,5637,3,570,1976 -"80298",19542,6562,3,570,1139 -"80299",19542,6999,3,570,2214 -"80300",19542,7310,3,570,636 -"80301",19542,8157,3,570,1063 -"80302",19542,9269,3,570,1892 -"80303",19542,9538,3,570,1786 -"80304",19542,9656,2,570,1135 -"80305",19542,10716,3,570,1692 -"80306",19542,10990,2,570,805 -"80307",19542,11858,3,570,1530 -"80308",19542,12116,3,570,2119 -"80309",19542,13034,2,570,698 -"80310",19542,13340,2,570,1918 -"80311",19542,14212,3,570,857 -"80312",19542,15281,3,570,810 -"80313",19542,17499,3,570,2954 -"80314",19542,19476,2,570,1708 -"80315",19542,20038,2,570,1531 -"80316",19542,20371,3,570,595 -"80317",19542,23498,3,570,2398 -"80318",19542,23550,3,570,2939 -"80319",19542,23560,2,570,2051 -"80320",19542,29778,3,570,840 -"80321",19542,31279,3,570,965 -"80322",19542,35243,3,570,1102 -"80323",19542,35317,3,570,1888 -"80324",19542,36892,3,570,643 -"80325",19542,37684,3,570,2899 -"80326",19542,41098,3,570,1857 -"80327",19542,42407,2,570,2408 -"80328",19542,44878,3,570,1620 -"80329",19542,46616,3,570,1917 -"80330",19542,47607,3,570,2724 -"80331",19542,47882,3,570,2769 -"80332",19542,50678,3,570,1366 -"80333",19542,51863,3,570,1395 -"80334",19542,55325,3,570,653 -"80335",19542,55730,3,570,1217 -"80336",19542,60463,3,570,1583 -"80337",19542,62848,3,570,1230 -"80338",19542,63329,3,570,639 -"80339",19542,70011,2,570,2690 -"80340",19542,71307,2,570,761 -"80341",19542,73520,2,570,2613 -"80342",19542,77719,2,570,2086 -"80343",19542,78277,2,570,1937 -"80344",19542,79699,1,570,1735 -"80345",19542,80970,3,570,2069 -"80346",19542,84590,2,570,1734 -"80347",19542,85065,3,570,1585 -"80348",19542,93553,3,570,2537 -"80349",19542,99237,3,570,783 -"80350",19542,100140,3,570,1041 -"80351",19560,21638,2,113,1750 -"80352",19568,5504,3,2302,2389 -"80353",19568,10130,3,2302,2741 -"80354",19568,18277,3,2302,2309 -"80355",19568,19516,3,2302,2313 -"80356",19568,27478,3,2302,2485 -"80357",19568,31799,3,2302,2547 -"80358",19568,51410,2,2302,2739 -"80359",19568,93615,3,2302,2386 -"80360",19587,2,3,1684,2796 -"80361",19587,160,3,1684,2007 -"80362",19587,680,2,1684,2569 -"80363",19587,1520,2,1684,1716 -"80364",19587,2190,3,1684,2359 -"80365",19587,3978,3,1684,2775 -"80366",19587,4303,3,1684,2414 -"80367",19587,6063,3,1684,2349 -"80368",19587,6821,2,1684,1788 -"80369",19587,8354,3,1684,1705 -"80370",19587,8865,2,1684,2394 -"80371",19587,9035,3,1684,2771 -"80372",19587,10473,3,1684,1783 -"80373",19587,11563,3,1684,1863 -"80374",19587,11588,3,1684,2352 -"80375",19587,12759,2,1684,2414 -"80376",19587,15826,3,1684,2772 -"80377",19587,16437,3,1684,1956 -"80378",19587,16796,1,1684,1892 -"80379",19587,17037,3,1684,2947 -"80380",19587,19433,3,1684,2504 -"80381",19587,19858,3,1684,2357 -"80382",19587,20984,3,1684,2502 -"80383",19587,23131,3,1684,1732 -"80384",19587,25373,3,1684,2783 -"80385",19587,28051,3,1684,2089 -"80386",19587,28081,3,1684,1927 -"80387",19587,28837,2,1684,2286 -"80388",19587,30334,3,1684,2075 -"80389",19587,30368,3,1684,2487 -"80390",19587,30525,3,1684,1964 -"80391",19587,31542,3,1684,2459 -"80392",19587,35456,3,1684,2358 -"80393",19587,35822,3,1684,1903 -"80394",19587,37636,2,1684,2178 -"80395",19587,37752,3,1684,2223 -"80396",19587,39062,3,1684,2020 -"80397",19587,40392,3,1684,1878 -"80398",19587,40572,3,1684,2666 -"80399",19587,41187,3,1684,2340 -"80400",19587,41723,3,1684,2101 -"80401",19587,41900,3,1684,1970 -"80402",19587,50585,3,1684,2414 -"80403",19587,51783,3,1684,2599 -"80404",19587,53687,3,1684,2422 -"80405",19587,54523,3,1684,1935 -"80406",19587,58655,3,1684,2685 -"80407",19587,68789,3,1684,1929 -"80408",19587,69232,3,1684,2130 -"80409",19587,94525,3,1684,1993 -"80410",19587,96462,3,1684,1967 -"80411",19593,6055,3,2013,2651 -"80412",19593,8275,3,2013,2237 -"80413",19593,36441,3,2013,2796 -"80414",19593,42799,2,2013,2729 -"80415",19593,45903,3,2013,2237 -"80416",19593,46635,2,2013,2528 -"80417",19593,76356,3,2013,2323 -"80418",19605,267,3,2395,2631 -"80419",19605,316,3,2395,2413 -"80420",19605,701,3,2395,2718 -"80421",19605,1767,3,2395,2727 -"80422",19605,2684,3,2395,2874 -"80423",19605,3980,3,2395,2771 -"80424",19605,5258,3,2395,2730 -"80425",19605,6192,2,2395,2409 -"80426",19605,7942,3,2395,2623 -"80427",19605,8327,3,2395,2527 -"80428",19605,8842,3,2395,2535 -"80429",19605,9202,3,2395,2477 -"80430",19605,13158,3,2395,2667 -"80431",19605,13249,3,2395,2573 -"80432",19605,14507,3,2395,2686 -"80433",19605,15444,3,2395,2764 -"80434",19605,16866,2,2395,2718 -"80435",19605,17549,3,2395,2647 -"80436",19605,18865,2,2395,2676 -"80437",19605,19208,1,2395,2629 -"80438",19605,24753,3,2395,2860 -"80439",19605,26642,3,2395,2952 -"80440",19605,27379,3,2395,2461 -"80441",19605,29454,1,2395,2719 -"80442",19605,31856,3,2395,2630 -"80443",19605,33160,3,2395,2441 -"80444",19605,35837,2,2395,2871 -"80445",19605,36270,3,2395,2910 -"80446",19605,38307,3,2395,2648 -"80447",19605,39256,3,2395,2449 -"80448",19605,39556,3,2395,2747 -"80449",19605,40368,3,2395,2876 -"80450",19605,41664,3,2395,2641 -"80451",19605,41764,2,2395,2409 -"80452",19605,41770,3,2395,2752 -"80453",19605,41945,3,2395,2856 -"80454",19605,42216,3,2395,2722 -"80455",19605,43226,3,2395,2442 -"80456",19605,43404,3,2395,2649 -"80457",19605,44403,3,2395,2429 -"80458",19605,44688,2,2395,2924 -"80459",19605,47529,2,2395,2914 -"80460",19605,47564,3,2395,2650 -"80461",19605,50480,1,2395,2701 -"80462",19605,50667,3,2395,2719 -"80463",19605,51610,2,2395,2635 -"80464",19605,55076,3,2395,2408 -"80465",19605,56910,2,2395,2705 -"80466",19605,59140,3,2395,2528 -"80467",19605,60257,3,2395,2795 -"80468",19605,65434,3,2395,2866 -"80469",19605,68083,3,2395,2795 -"80470",19605,70046,3,2395,2624 -"80471",19605,74204,3,2395,2463 -"80472",19605,74636,3,2395,2525 -"80473",19605,91579,3,2395,2510 -"80474",19606,997,3,2783,2788 -"80475",19606,1151,1,2783,2885 -"80476",19606,7323,2,2783,2858 -"80477",19606,9362,3,2783,2879 -"80478",19606,14959,3,2783,2898 -"80479",19606,18151,3,2783,2962 -"80480",19606,20700,2,2783,2861 -"80481",19606,41945,3,2783,2856 -"80482",19606,43455,3,2783,2846 -"80483",19606,48605,3,2783,2796 -"80484",19606,65029,3,2783,2954 -"80485",19606,71518,3,2783,2805 -"80486",19606,75444,3,2783,2846 -"80487",19610,680,3,1236,2569 -"80488",19610,2747,2,1236,2411 -"80489",19610,9484,3,1236,1429 -"80490",19610,9503,3,1236,2453 -"80491",19610,10050,3,1236,1792 -"80492",19610,10739,3,1236,1807 -"80493",19610,11588,3,1236,2352 -"80494",19610,13967,3,1236,1354 -"80495",19610,14959,3,1236,2898 -"80496",19610,14998,2,1236,1553 -"80497",19610,16502,3,1236,1616 -"80498",19610,18381,3,1236,1524 -"80499",19610,20155,2,1236,1517 -"80500",19610,21209,3,1236,2184 -"80501",19610,24069,3,1236,2697 -"80502",19610,28116,1,1236,1643 -"80503",19610,30334,3,1236,2075 -"80504",19610,33017,3,1236,1493 -"80505",19610,37636,2,1236,2178 -"80506",19610,40392,3,1236,1878 -"80507",19610,44433,2,1236,2224 -"80508",19610,44603,2,1236,2748 -"80509",19610,51783,3,1236,2599 -"80510",19610,54924,3,1236,2603 -"80511",19617,5937,3,679,2392 -"80512",19617,6363,3,679,2066 -"80513",19617,11521,2,679,1559 -"80514",19617,14612,3,679,2340 -"80515",19617,16869,2,679,1985 -"80516",19617,17672,3,679,1987 -"80517",19617,18645,3,679,793 -"80518",19617,24962,3,679,2126 -"80519",19617,25941,3,679,2369 -"80520",19617,27570,3,679,1559 -"80521",19617,30804,3,679,1614 -"80522",19617,33108,1,679,1559 -"80523",19617,34431,3,679,2319 -"80524",19617,47098,3,679,2057 -"80525",19617,50785,3,679,2877 -"80526",19617,72703,3,679,2231 -"80527",19621,457,3,725,1704 -"80528",19621,952,3,725,1991 -"80529",19621,1050,3,725,1185 -"80530",19621,1102,3,725,2282 -"80531",19621,1428,2,725,742 -"80532",19621,1592,3,725,2006 -"80533",19621,3493,3,725,2451 -"80534",19621,4360,3,725,1770 -"80535",19621,5315,3,725,2631 -"80536",19621,5346,3,725,1438 -"80537",19621,5580,3,725,2111 -"80538",19621,5785,3,725,1261 -"80539",19621,6055,3,725,2651 -"80540",19621,6074,3,725,2426 -"80541",19621,6602,3,725,1631 -"80542",19621,7616,3,725,2296 -"80543",19621,8192,3,725,1670 -"80544",19621,8275,2,725,2237 -"80545",19621,9200,2,725,787 -"80546",19621,9654,3,725,2111 -"80547",19621,9805,3,725,1621 -"80548",19621,9871,3,725,921 -"80549",19621,10310,3,725,2774 -"80550",19621,10488,3,725,1524 -"80551",19621,11493,3,725,2077 -"80552",19621,12371,3,725,1569 -"80553",19621,12639,2,725,1141 -"80554",19621,12692,2,725,1855 -"80555",19621,12712,3,725,815 -"80556",19621,13109,3,725,1374 -"80557",19621,13967,3,725,1354 -"80558",19621,13979,3,725,1559 -"80559",19621,14482,3,725,1573 -"80560",19621,15207,2,725,1855 -"80561",19621,16053,3,725,908 -"80562",19621,16539,3,725,1947 -"80563",19621,17328,3,725,1206 -"80564",19621,19208,3,725,2629 -"80565",19621,19593,2,725,2013 -"80566",19621,19637,3,725,1229 -"80567",19621,19892,3,725,1212 -"80568",19621,20067,3,725,2390 -"80569",19621,20730,3,725,2243 -"80570",19621,20732,3,725,2401 -"80571",19621,21566,1,725,1234 -"80572",19621,21682,3,725,2414 -"80573",19621,22374,3,725,1226 -"80574",19621,22893,3,725,1938 -"80575",19621,23006,2,725,1532 -"80576",19621,23726,3,725,2434 -"80577",19621,23729,3,725,1624 -"80578",19621,23869,3,725,1918 -"80579",19621,25680,3,725,1618 -"80580",19621,26567,3,725,1158 -"80581",19621,26658,3,725,2745 -"80582",19621,27104,2,725,1608 -"80583",19621,28130,1,725,908 -"80584",19621,28131,2,725,1492 -"80585",19621,28571,3,725,1556 -"80586",19621,28808,2,725,1063 -"80587",19621,29930,3,725,2240 -"80588",19621,30150,3,725,1704 -"80589",19621,30325,3,725,1067 -"80590",19621,30883,3,725,1629 -"80591",19621,31243,3,725,1355 -"80592",19621,32939,3,725,2277 -"80593",19621,33846,3,725,801 -"80594",19621,34648,3,725,1596 -"80595",19621,35772,2,725,1440 -"80596",19621,36031,3,725,2342 -"80597",19621,36441,1,725,2796 -"80598",19621,36651,3,725,1600 -"80599",19621,40646,3,725,1583 -"80600",19621,40698,3,725,1408 -"80601",19621,40893,2,725,1116 -"80602",19621,41108,3,725,1624 -"80603",19621,41770,3,725,2752 -"80604",19621,42747,3,725,1189 -"80605",19621,42799,2,725,2729 -"80606",19621,43213,3,725,2160 -"80607",19621,43635,3,725,1196 -"80608",19621,44894,3,725,2048 -"80609",19621,45903,2,725,2237 -"80610",19621,46043,3,725,1358 -"80611",19621,46196,3,725,1510 -"80612",19621,46283,3,725,1184 -"80613",19621,46621,3,725,1343 -"80614",19621,46635,2,725,2528 -"80615",19621,47386,3,725,2226 -"80616",19621,48127,3,725,2677 -"80617",19621,48602,3,725,1704 -"80618",19621,50235,3,725,726 -"80619",19621,50487,3,725,744 -"80620",19621,52136,2,725,1412 -"80621",19621,52345,2,725,1430 -"80622",19621,53303,3,725,1376 -"80623",19621,55076,3,725,2408 -"80624",19621,56082,3,725,2395 -"80625",19621,56462,3,725,852 -"80626",19621,56903,1,725,1584 -"80627",19621,57804,3,725,2214 -"80628",19621,58669,3,725,2296 -"80629",19621,59939,3,725,936 -"80630",19621,61785,3,725,822 -"80631",19621,62148,3,725,1566 -"80632",19621,62870,3,725,1568 -"80633",19621,64502,3,725,1670 -"80634",19621,67102,3,725,935 -"80635",19621,68024,1,725,1531 -"80636",19621,70203,3,725,2756 -"80637",19621,70996,3,725,1037 -"80638",19621,72207,3,725,2430 -"80639",19621,72956,3,725,1251 -"80640",19621,74818,1,725,1440 -"80641",19621,75403,3,725,1895 -"80642",19621,76356,2,725,2323 -"80643",19621,76564,3,725,996 -"80644",19621,76999,3,725,908 -"80645",19621,77001,3,725,1440 -"80646",19621,78037,3,725,1606 -"80647",19621,79371,3,725,1624 -"80648",19621,79436,3,725,1344 -"80649",19621,79472,3,725,1230 -"80650",19621,79657,3,725,1260 -"80651",19621,81095,3,725,1609 -"80652",19621,81463,2,725,955 -"80653",19621,81676,2,725,839 -"80654",19621,83526,3,725,1235 -"80655",19621,83993,3,725,1009 -"80656",19621,85356,1,725,1492 -"80657",19621,85685,3,725,998 -"80658",19621,86785,2,725,1607 -"80659",19621,86883,3,725,1623 -"80660",19621,87720,3,725,2086 -"80661",19621,88232,3,725,2881 -"80662",19621,90802,3,725,877 -"80663",19621,91279,3,725,966 -"80664",19621,91901,2,725,1236 -"80665",19621,91912,3,725,790 -"80666",19621,92381,2,725,1237 -"80667",19621,94520,3,725,1243 -"80668",19621,96132,2,725,1489 -"80669",19621,96911,3,725,956 -"80670",19621,97160,3,725,1215 -"80671",19621,100140,3,725,1041 -"80672",19621,103524,3,725,991 -"80673",19621,104280,3,725,887 -"80674",19621,109718,3,725,1237 -"80675",19621,117956,3,725,2774 -"80676",19622,270,2,2371,2542 -"80677",19622,1315,3,2371,2760 -"80678",19622,2424,2,2371,2582 -"80679",19622,3305,3,2371,2839 -"80680",19622,7234,3,2371,2654 -"80681",19622,11477,3,2371,2724 -"80682",19622,17365,3,2371,2746 -"80683",19622,19862,3,2371,2412 -"80684",19622,23725,2,2371,2378 -"80685",19622,30052,3,2371,2855 -"80686",19622,31436,3,2371,2892 -"80687",19622,34480,3,2371,2755 -"80688",19622,38307,3,2371,2648 -"80689",19622,41945,3,2371,2856 -"80690",19622,43455,2,2371,2846 -"80691",19622,51041,3,2371,2606 -"80692",19622,51866,3,2371,2411 -"80693",19622,56082,3,2371,2395 -"80694",19622,56237,3,2371,2625 -"80695",19622,61982,2,2371,2725 -"80696",19622,62841,3,2371,2710 -"80697",19622,72207,2,2371,2430 -"80698",19622,72326,3,2371,2384 -"80699",19622,76048,3,2371,2373 -"80700",19622,76892,3,2371,2381 -"80701",19622,82929,3,2371,2475 -"80702",19627,357,3,627,2327 -"80703",19627,671,3,627,2328 -"80704",19627,1127,3,627,1188 -"80705",19627,1130,3,627,1566 -"80706",19627,1495,3,627,2046 -"80707",19627,2063,3,627,1278 -"80708",19627,2269,3,627,984 -"80709",19627,2325,3,627,1641 -"80710",19627,2424,3,627,2582 -"80711",19627,2743,3,627,1278 -"80712",19627,2766,3,627,1920 -"80713",19627,3242,3,627,1730 -"80714",19627,4763,3,627,1960 -"80715",19627,7861,3,627,1647 -"80716",19627,8274,3,627,1909 -"80717",19627,9311,3,627,2477 -"80718",19627,10382,3,627,2111 -"80719",19627,10404,3,627,2062 -"80720",19627,10843,3,627,2277 -"80721",19627,10874,3,627,1891 -"80722",19627,10890,3,627,2639 -"80723",19627,12432,3,627,1816 -"80724",19627,12449,2,627,2067 -"80725",19627,13869,3,627,1786 -"80726",19627,14888,3,627,1411 -"80727",19627,15184,3,627,2396 -"80728",19627,15626,2,627,2434 -"80729",19627,16164,3,627,1184 -"80730",19627,20407,3,627,2339 -"80731",19627,20563,3,627,2267 -"80732",19627,20824,3,627,1366 -"80733",19627,24066,3,627,1755 -"80734",19627,24923,2,627,2785 -"80735",19627,25129,3,627,2647 -"80736",19627,25341,3,627,1858 -"80737",19627,26436,3,627,2489 -"80738",19627,27753,3,627,2750 -"80739",19627,28218,3,627,2048 -"80740",19627,28233,3,627,1608 -"80741",19627,32939,3,627,2277 -"80742",19627,33433,3,627,2805 -"80743",19627,34509,2,627,1973 -"80744",19627,38449,3,627,1802 -"80745",19627,41108,3,627,1624 -"80746",19627,48274,2,627,1979 -"80747",19627,48373,3,627,2220 -"80748",19627,51022,2,627,1499 -"80749",19627,51853,2,627,2520 -"80750",19627,54740,3,627,2750 -"80751",19627,57804,3,627,2214 -"80752",19627,59113,3,627,2434 -"80753",19627,61719,3,627,1515 -"80754",19627,64793,3,627,2819 -"80755",19627,88966,3,627,1568 -"80756",19627,90425,2,627,1824 -"80757",19627,91579,3,627,2510 -"80758",19627,91841,3,627,1521 -"80759",19627,92973,2,627,1276 -"80760",19627,93953,1,627,969 -"80761",19627,99366,2,627,900 -"80762",19634,701,3,954,2718 -"80763",19634,2716,2,954,1748 -"80764",19634,2742,2,954,1192 -"80765",19634,2765,3,954,2321 -"80766",19634,2894,3,954,1291 -"80767",19634,3306,3,954,1989 -"80768",19634,4289,3,954,1921 -"80769",19634,4705,3,954,1714 -"80770",19634,6222,3,954,1949 -"80771",19634,7258,3,954,1714 -"80772",19634,11976,3,954,1727 -"80773",19634,13979,3,954,1559 -"80774",19634,14888,3,954,1411 -"80775",19634,14959,3,954,2898 -"80776",19634,17826,3,954,2920 -"80777",19634,20423,1,954,2654 -"80778",19634,20732,3,954,2401 -"80779",19634,23726,2,954,2434 -"80780",19634,23869,3,954,1918 -"80781",19634,25569,3,954,2317 -"80782",19634,25680,1,954,1618 -"80783",19634,26479,2,954,1818 -"80784",19634,27173,3,954,2050 -"80785",19634,27950,3,954,1380 -"80786",19634,28131,3,954,1492 -"80787",19634,29899,3,954,2375 -"80788",19634,30883,3,954,1629 -"80789",19634,32964,3,954,2252 -"80790",19634,35529,3,954,1620 -"80791",19634,37285,3,954,2428 -"80792",19634,38921,3,954,1880 -"80793",19634,39827,3,954,2321 -"80794",19634,39982,3,954,1529 -"80795",19634,41402,3,954,2313 -"80796",19634,44684,3,954,1220 -"80797",19634,45134,3,954,2758 -"80798",19634,48605,3,954,2796 -"80799",19634,49461,3,954,2793 -"80800",19634,60718,3,954,1229 -"80801",19634,85592,3,954,1412 -"80802",19634,96678,3,954,1183 -"80803",19634,97811,3,954,1288 -"80804",19634,100140,3,954,1041 -"80805",19637,313,3,1229,2271 -"80806",19637,377,3,1229,2389 -"80807",19637,543,3,1229,2203 -"80808",19637,613,3,1229,2687 -"80809",19637,1036,3,1229,1367 -"80810",19637,1151,3,1229,2885 -"80811",19637,1196,3,1229,1986 -"80812",19637,1495,3,1229,2046 -"80813",19637,1616,3,1229,2662 -"80814",19637,1767,3,1229,2727 -"80815",19637,1777,2,1229,1965 -"80816",19637,2028,3,1229,1978 -"80817",19637,2036,3,1229,2483 -"80818",19637,2063,3,1229,1278 -"80819",19637,2224,3,1229,2751 -"80820",19637,2484,3,1229,2389 -"80821",19637,2894,3,1229,1291 -"80822",19637,2972,3,1229,1708 -"80823",19637,3068,3,1229,1815 -"80824",19637,3088,3,1229,1670 -"80825",19637,3161,3,1229,2229 -"80826",19637,3167,3,1229,1676 -"80827",19637,3255,3,1229,2504 -"80828",19637,3460,3,1229,2530 -"80829",19637,3716,3,1229,1679 -"80830",19637,3753,3,1229,1255 -"80831",19637,3830,2,1229,1661 -"80832",19637,3947,3,1229,2067 -"80833",19637,3961,2,1229,2426 -"80834",19637,4057,3,1229,2389 -"80835",19637,4289,3,1229,1921 -"80836",19637,5041,3,1229,2371 -"80837",19637,5078,2,1229,2033 -"80838",19637,5315,2,1229,2631 -"80839",19637,5438,3,1229,1499 -"80840",19637,5457,2,1229,2077 -"80841",19637,5462,2,1229,2374 -"80842",19637,5491,3,1229,2048 -"80843",19637,5504,2,1229,2389 -"80844",19637,6047,3,1229,2004 -"80845",19637,6222,3,1229,1949 -"80846",19637,6255,3,1229,2895 -"80847",19637,6417,3,1229,1675 -"80848",19637,6512,3,1229,1672 -"80849",19637,7323,3,1229,2858 -"80850",19637,7508,3,1229,2396 -"80851",19637,7984,3,1229,2493 -"80852",19637,7992,2,1229,2033 -"80853",19637,8621,3,1229,1681 -"80854",19637,8760,3,1229,2477 -"80855",19637,8866,3,1229,1545 -"80856",19637,9311,2,1229,2477 -"80857",19637,9362,3,1229,2879 -"80858",19637,9702,3,1229,1928 -"80859",19637,9928,3,1229,2345 -"80860",19637,10358,2,1229,2294 -"80861",19637,10779,3,1229,2881 -"80862",19637,10843,3,1229,2277 -"80863",19637,11218,3,1229,2292 -"80864",19637,11440,3,1229,2026 -"80865",19637,11477,3,1229,2724 -"80866",19637,11540,3,1229,1237 -"80867",19637,12388,3,1229,1975 -"80868",19637,12713,3,1229,2440 -"80869",19637,12901,3,1229,2136 -"80870",19637,13388,3,1229,2119 -"80871",19637,13535,3,1229,1491 -"80872",19637,13967,2,1229,1354 -"80873",19637,13979,3,1229,1559 -"80874",19637,14032,3,1229,2144 -"80875",19637,14353,3,1229,2878 -"80876",19637,14422,3,1229,1548 -"80877",19637,14959,3,1229,2898 -"80878",19637,15003,3,1229,2067 -"80879",19637,15309,3,1229,2820 -"80880",19637,15444,3,1229,2764 -"80881",19637,15453,2,1229,1688 -"80882",19637,15500,3,1229,1658 -"80883",19637,15626,3,1229,2434 -"80884",19637,15636,1,1229,2857 -"80885",19637,16120,3,1229,1237 -"80886",19637,16539,3,1229,1947 -"80887",19637,16826,3,1229,2599 -"80888",19637,17027,3,1229,2772 -"80889",19637,17097,3,1229,1505 -"80890",19637,17354,2,1229,2250 -"80891",19637,17381,3,1229,1697 -"80892",19637,17410,3,1229,2073 -"80893",19637,17819,3,1229,2291 -"80894",19637,17997,3,1229,1621 -"80895",19637,18151,2,1229,2962 -"80896",19637,18394,3,1229,2356 -"80897",19637,18874,3,1229,2170 -"80898",19637,19235,3,1229,1966 -"80899",19637,19453,3,1229,1928 -"80900",19637,19506,3,1229,1385 -"80901",19637,19606,3,1229,2783 -"80902",19637,19719,3,1229,2177 -"80903",19637,20067,1,1229,2390 -"80904",19637,20311,3,1229,1981 -"80905",19637,20545,3,1229,1491 -"80906",19637,20659,2,1229,1969 -"80907",19637,20732,3,1229,2401 -"80908",19637,21138,3,1229,2849 -"80909",19637,21225,3,1229,1945 -"80910",19637,21706,2,1229,1988 -"80911",19637,21795,3,1229,2653 -"80912",19637,22033,3,1229,1356 -"80913",19637,22403,3,1229,1630 -"80914",19637,22586,3,1229,1341 -"80915",19637,22749,3,1229,1727 -"80916",19637,23310,3,1229,2371 -"80917",19637,23509,3,1229,2275 -"80918",19637,23726,3,1229,2434 -"80919",19637,23787,2,1229,2810 -"80920",19637,23825,3,1229,1913 -"80921",19637,23869,1,1229,1918 -"80922",19637,24286,3,1229,1280 -"80923",19637,24612,3,1229,1875 -"80924",19637,25399,3,1229,2784 -"80925",19637,25486,3,1229,2582 -"80926",19637,25680,3,1229,1618 -"80927",19637,26106,3,1229,2015 -"80928",19637,26249,1,1229,2301 -"80929",19637,26408,3,1229,1545 -"80930",19637,26451,3,1229,2133 -"80931",19637,26608,3,1229,2329 -"80932",19637,27195,3,1229,2158 -"80933",19637,28131,1,1229,1492 -"80934",19637,28216,3,1229,1910 -"80935",19637,29095,3,1229,2531 -"80936",19637,29117,3,1229,1250 -"80937",19637,29930,3,1229,2240 -"80938",19637,30150,1,1229,1704 -"80939",19637,30331,3,1229,2549 -"80940",19637,30883,3,1229,1629 -"80941",19637,30906,3,1229,2537 -"80942",19637,31696,3,1229,1595 -"80943",19637,31799,3,1229,2547 -"80944",19637,32047,3,1229,1858 -"80945",19637,32606,3,1229,2100 -"80946",19637,32658,3,1229,1694 -"80947",19637,32919,3,1229,2321 -"80948",19637,32988,3,1229,2008 -"80949",19637,33356,2,1229,1586 -"80950",19637,33433,3,1229,2805 -"80951",19637,33551,3,1229,1734 -"80952",19637,33801,2,1229,2899 -"80953",19637,34707,3,1229,2042 -"80954",19637,34907,3,1229,1945 -"80955",19637,35186,3,1229,1520 -"80956",19637,35256,3,1229,2271 -"80957",19637,35529,1,1229,1620 -"80958",19637,35926,3,1229,2371 -"80959",19637,36651,3,1229,1600 -"80960",19637,36950,3,1229,2204 -"80961",19637,37570,3,1229,2389 -"80962",19637,37934,3,1229,1595 -"80963",19637,38449,3,1229,1802 -"80964",19637,38467,2,1229,1259 -"80965",19637,38755,3,1229,2902 -"80966",19637,38921,3,1229,1880 -"80967",19637,39799,3,1229,2344 -"80968",19637,40432,3,1229,1956 -"80969",19637,40646,3,1229,1583 -"80970",19637,40748,3,1229,1328 -"80971",19637,41278,2,1229,1873 -"80972",19637,41747,3,1229,1722 -"80973",19637,41955,3,1229,2479 -"80974",19637,42196,3,1229,2765 -"80975",19637,42486,3,1229,1951 -"80976",19637,42505,3,1229,2008 -"80977",19637,42642,3,1229,2257 -"80978",19637,43349,3,1229,2400 -"80979",19637,43839,3,1229,1685 -"80980",19637,44654,3,1229,2916 -"80981",19637,44819,2,1229,2063 -"80982",19637,46040,3,1229,2105 -"80983",19637,46803,2,1229,2305 -"80984",19637,47386,3,1229,2226 -"80985",19637,48035,3,1229,2180 -"80986",19637,48283,3,1229,1290 -"80987",19637,49121,3,1229,2199 -"80988",19637,49581,3,1229,1817 -"80989",19637,50269,1,1229,1966 -"80990",19637,50372,3,1229,1834 -"80991",19637,50382,2,1229,2244 -"80992",19637,50977,3,1229,2352 -"80993",19637,51017,3,1229,2073 -"80994",19637,51410,3,1229,2739 -"80995",19637,52203,3,1229,1961 -"80996",19637,53134,3,1229,1590 -"80997",19637,53219,3,1229,2973 -"80998",19637,53475,2,1229,2853 -"80999",19637,54929,3,1229,2783 -"81000",19637,55556,3,1229,2075 -"81001",19637,55828,3,1229,2393 -"81002",19637,56397,3,1229,2053 -"81003",19637,57565,3,1229,1577 -"81004",19637,57657,3,1229,2735 -"81005",19637,57950,3,1229,1529 -"81006",19637,57977,3,1229,2683 -"81007",19637,58669,2,1229,2296 -"81008",19637,58993,3,1229,2390 -"81009",19637,59113,3,1229,2434 -"81010",19637,60516,3,1229,2257 -"81011",19637,62148,3,1229,1566 -"81012",19637,62488,3,1229,1418 -"81013",19637,64031,3,1229,1295 -"81014",19637,64967,3,1229,2872 -"81015",19637,65184,3,1229,1630 -"81016",19637,70203,1,1229,2756 -"81017",19637,71478,3,1229,1721 -"81018",19637,74190,3,1229,1428 -"81019",19637,76356,3,1229,2323 -"81020",19637,76398,3,1229,2400 -"81021",19637,77835,3,1229,1327 -"81022",19637,80429,3,1229,1927 -"81023",19637,82767,3,1229,1641 -"81024",19637,85430,3,1229,2370 -"81025",19637,87720,3,1229,2086 -"81026",19637,89668,3,1229,1279 -"81027",19637,90790,3,1229,1492 -"81028",19637,91142,3,1229,2527 -"81029",19637,91162,3,1229,1693 -"81030",19637,91201,3,1229,1702 -"81031",19637,95064,3,1229,1801 -"81032",19643,701,3,2452,2718 -"81033",19643,2036,3,2452,2483 -"81034",19643,48605,3,2452,2796 -"81035",19643,50785,3,2452,2877 -"81036",19643,51041,3,2452,2606 -"81037",19655,3978,3,2706,2775 -"81038",19655,9332,3,2706,2734 -"81039",19655,9785,3,2706,2951 -"81040",19655,9787,3,2706,2858 -"81041",19655,12361,1,2706,2732 -"81042",19655,13879,2,2706,2748 -"81043",19655,17033,3,2706,2771 -"81044",19655,17037,3,2706,2947 -"81045",19655,20941,3,2706,2725 -"81046",19655,42256,3,2706,2839 -"81047",19655,46982,3,2706,2806 -"81048",19655,71531,3,2706,2887 -"81049",19656,7787,3,2059,2314 -"81050",19656,14612,3,2059,2340 -"81051",19656,25941,2,2059,2369 -"81052",19656,30096,2,2059,2082 -"81053",19656,31295,3,2059,2183 -"81054",19656,33176,3,2059,2630 -"81055",19656,36478,3,2059,2808 -"81056",19656,42382,3,2059,2224 -"81057",19656,48823,3,2059,2080 -"81058",19662,1700,3,170,613 -"81059",19662,2407,3,170,1725 -"81060",19662,2452,3,170,1715 -"81061",19662,2576,3,170,1307 -"81062",19662,2852,3,170,2448 -"81063",19662,3127,3,170,2273 -"81064",19662,3313,3,170,572 -"81065",19662,3663,2,170,1232 -"81066",19662,4001,3,170,1687 -"81067",19662,4612,3,170,2804 -"81068",19662,4668,3,170,1919 -"81069",19662,4669,3,170,2395 -"81070",19662,5346,3,170,1438 -"81071",19662,5897,2,170,2337 -"81072",19662,7252,3,170,2799 -"81073",19662,7942,3,170,2623 -"81074",19662,8140,3,170,1262 -"81075",19662,8610,3,170,2240 -"81076",19662,9060,3,170,1612 -"81077",19662,9785,3,170,2951 -"81078",19662,9787,3,170,2858 -"81079",19662,10551,2,170,243 -"81080",19662,10803,3,170,545 -"81081",19662,10980,3,170,1974 -"81082",19662,11108,3,170,1609 -"81083",19662,11990,2,170,1909 -"81084",19662,12023,1,170,799 -"81085",19662,12781,2,170,831 -"81086",19662,12948,3,170,2669 -"81087",19662,13068,3,170,1778 -"81088",19662,13295,2,170,779 -"81089",19662,14287,3,170,1583 -"81090",19662,14532,3,170,1193 -"81091",19662,14776,3,170,1488 -"81092",19662,15207,3,170,1855 -"81093",19662,16021,3,170,858 -"81094",19662,16152,2,170,879 -"81095",19662,16286,3,170,2470 -"81096",19662,16437,3,170,1956 -"81097",19662,16501,2,170,1650 -"81098",19662,16715,3,170,1218 -"81099",19662,16864,3,170,814 -"81100",19662,16866,3,170,2718 -"81101",19662,17252,3,170,1258 -"81102",19662,17687,3,170,593 -"81103",19662,18550,3,170,483 -"81104",19662,18865,3,170,2676 -"81105",19662,18978,3,170,952 -"81106",19662,19334,3,170,1979 -"81107",19662,19386,3,170,1714 -"81108",19662,20662,3,170,1523 -"81109",19662,22578,3,170,2216 -"81110",19662,22945,1,170,237 -"81111",19662,23015,3,170,1362 -"81112",19662,23131,3,170,1732 -"81113",19662,23398,3,170,896 -"81114",19662,24176,3,170,1986 -"81115",19662,25163,3,170,1751 -"81116",19662,26551,3,170,652 -"81117",19662,27742,2,170,2700 -"81118",19662,27882,3,170,1897 -"81119",19662,27914,2,170,2507 -"81120",19662,28051,3,170,2089 -"81121",19662,28440,3,170,675 -"81122",19662,28869,2,170,2425 -"81123",19662,28904,1,170,926 -"81124",19662,29286,3,170,1612 -"81125",19662,29473,2,170,2602 -"81126",19662,30525,3,170,1964 -"81127",19662,31317,3,170,1362 -"81128",19662,31753,2,170,1514 -"81129",19662,31868,2,170,1993 -"81130",19662,32110,3,170,2224 -"81131",19662,32560,3,170,1258 -"81132",19662,32920,3,170,2158 -"81133",19662,33870,3,170,955 -"81134",19662,33957,3,170,245 -"81135",19662,35728,2,170,2017 -"81136",19662,36327,3,170,870 -"81137",19662,36487,3,170,2622 -"81138",19662,37351,3,170,978 -"81139",19662,39418,3,170,1978 -"81140",19662,39589,3,170,1292 -"81141",19662,40035,3,170,2742 -"81142",19662,40113,3,170,451 -"81143",19662,40264,3,170,1418 -"81144",19662,41077,2,170,864 -"81145",19662,41581,3,170,1692 -"81146",19662,41633,3,170,1976 -"81147",19662,42813,3,170,2142 -"81148",19662,43961,2,170,2443 -"81149",19662,44074,2,170,1299 -"81150",19662,44582,3,170,197 -"81151",19662,44598,3,170,2356 -"81152",19662,44795,3,170,635 -"81153",19662,45518,3,170,494 -"81154",19662,45869,3,170,2840 -"81155",19662,46384,3,170,2285 -"81156",19662,47375,3,170,2043 -"81157",19662,48955,3,170,242 -"81158",19662,49201,3,170,936 -"81159",19662,50229,3,170,1190 -"81160",19662,50354,3,170,1299 -"81161",19662,51879,3,170,1771 -"81162",19662,54467,3,170,919 -"81163",19662,54775,2,170,2383 -"81164",19662,55072,3,170,612 -"81165",19662,56755,3,170,2158 -"81166",19662,56995,2,170,2323 -"81167",19662,58655,3,170,2685 -"81168",19662,58759,3,170,942 -"81169",19662,59726,3,170,1513 -"81170",19662,61125,3,170,1673 -"81171",19662,62438,3,170,802 -"81172",19662,63395,3,170,2334 -"81173",19662,66693,3,170,2554 -"81174",19662,66695,3,170,1071 -"81175",19662,67252,3,170,1215 -"81176",19662,70455,3,170,1307 -"81177",19662,71219,3,170,967 -"81178",19662,71467,3,170,1051 -"81179",19662,75880,3,170,477 -"81180",19662,80156,3,170,1667 -"81181",19662,80671,3,170,665 -"81182",19662,81437,3,170,1101 -"81183",19662,82401,3,170,1210 -"81184",19662,83377,2,170,243 -"81185",19662,85396,2,170,1131 -"81186",19662,87011,3,170,1592 -"81187",19662,87269,3,170,847 -"81188",19662,88324,2,170,1080 -"81189",19662,89538,2,170,1847 -"81190",19662,91849,3,170,1166 -"81191",19662,94520,3,170,1243 -"81192",19662,103491,3,170,1523 -"81193",19662,111375,3,170,2686 -"81194",19662,114648,3,170,270 -"81195",19662,115021,3,170,1226 -"81196",19662,115618,3,170,2314 -"81197",19667,1369,3,1466,2487 -"81198",19667,2724,2,1466,2447 -"81199",19667,3271,3,1466,2216 -"81200",19667,3272,2,1466,2132 -"81201",19667,3477,3,1466,2546 -"81202",19667,3559,3,1466,2413 -"81203",19667,4968,2,1466,1586 -"81204",19667,6040,2,1466,2103 -"81205",19667,6063,3,1466,2349 -"81206",19667,8993,3,1466,2099 -"81207",19667,9269,3,1466,1892 -"81208",19667,9272,3,1466,2835 -"81209",19667,12598,2,1466,2086 -"81210",19667,14442,3,1466,2700 -"81211",19667,15023,1,1466,2054 -"81212",19667,18217,3,1466,1566 -"81213",19667,19075,2,1466,2214 -"81214",19667,20547,2,1466,2145 -"81215",19667,20739,3,1466,2025 -"81216",19667,23364,3,1466,2306 -"81217",19667,25518,3,1466,1955 -"81218",19667,25678,3,1466,1558 -"81219",19667,31357,2,1466,2389 -"81220",19667,33223,3,1466,2397 -"81221",19667,33470,3,1466,2003 -"81222",19667,39893,3,1466,1601 -"81223",19667,40542,3,1466,1664 -"81224",19667,43226,3,1466,2442 -"81225",19667,44744,3,1466,2032 -"81226",19667,47882,3,1466,2769 -"81227",19667,48110,3,1466,2009 -"81228",19667,51843,2,1466,2389 -"81229",19667,51890,3,1466,1992 -"81230",19667,52953,3,1466,1741 -"81231",19667,53414,1,1466,1672 -"81232",19667,54385,2,1466,2340 -"81233",19667,58508,3,1466,2326 -"81234",19667,59344,3,1466,2252 -"81235",19667,63104,2,1466,2149 -"81236",19667,69308,2,1466,2370 -"81237",19667,69335,3,1466,2698 -"81238",19667,74054,3,1466,1488 -"81239",19667,78611,2,1466,1586 -"81240",19667,80301,3,1466,1690 -"81241",19667,80615,1,1466,2252 -"81242",19667,84808,2,1466,1974 -"81243",19667,110737,3,1466,2117 -"81244",19668,2563,3,696,1686 -"81245",19668,5120,3,696,2735 -"81246",19668,7548,3,696,1932 -"81247",19668,9202,3,696,2477 -"81248",19668,9624,3,696,2398 -"81249",19668,10843,3,696,2277 -"81250",19668,14723,3,696,2019 -"81251",19668,16877,3,696,2509 -"81252",19668,19751,2,696,1630 -"81253",19668,20494,3,696,1075 -"81254",19668,28057,3,696,1067 -"81255",19668,32198,1,696,2117 -"81256",19668,33433,3,696,2805 -"81257",19668,34836,3,696,2302 -"81258",19668,43786,3,696,1173 -"81259",19668,49581,3,696,1817 -"81260",19668,50946,2,696,1075 -"81261",19668,55324,3,696,1544 -"81262",19668,55643,3,696,2359 -"81263",19668,58854,3,696,1131 -"81264",19668,58993,3,696,2390 -"81265",19668,59937,3,696,885 -"81266",19668,67456,3,696,1608 -"81267",19668,72468,3,696,2292 -"81268",19668,74190,3,696,1428 -"81269",19668,94520,3,696,1243 -"81270",19668,104239,2,696,926 -"81271",19676,733,3,1515,1653 -"81272",19676,1875,3,1515,1786 -"81273",19676,3495,3,1515,2431 -"81274",19676,4671,3,1515,2280 -"81275",19676,5392,3,1515,1648 -"81276",19676,10215,3,1515,2006 -"81277",19676,19605,3,1515,2395 -"81278",19676,20162,1,1515,2328 -"81279",19676,29454,3,1515,2719 -"81280",19676,30883,3,1515,1629 -"81281",19676,31705,3,1515,2706 -"81282",19676,37301,2,1515,2160 -"81283",19676,45329,3,1515,1693 -"81284",19676,50667,2,1515,2719 -"81285",19676,50685,3,1515,2008 -"81286",19676,64699,3,1515,2797 -"81287",19676,66878,3,1515,1949 -"81288",19676,77155,2,1515,2946 -"81289",19676,82732,3,1515,2810 -"81290",19676,102384,3,1515,2649 -"81291",19686,2206,3,2467,2536 -"81292",19686,8062,3,2467,2858 -"81293",19686,25373,3,2467,2783 -"81294",19686,42256,3,2467,2839 -"81295",19686,51783,3,2467,2599 -"81296",19687,3100,2,2072,2524 -"81297",19687,3272,3,2072,2132 -"81298",19687,3403,3,2072,2951 -"81299",19687,3520,3,2072,2281 -"81300",19687,3786,2,2072,2282 -"81301",19687,5414,3,2072,2321 -"81302",19687,6071,2,2072,2310 -"81303",19687,6248,3,2072,2737 -"81304",19687,9727,3,2072,2327 -"81305",19687,10727,3,2072,2082 -"81306",19687,11135,1,2072,2441 -"81307",19687,11319,3,2072,2073 -"81308",19687,11429,3,2072,2520 -"81309",19687,15502,2,2072,2637 -"81310",19687,19972,3,2072,2078 -"81311",19687,24441,3,2072,2256 -"81312",19687,25180,3,2072,2489 -"81313",19687,26513,3,2072,2205 -"81314",19687,28567,2,2072,2398 -"81315",19687,33363,3,2072,2475 -"81316",19687,45299,3,2072,2426 -"81317",19687,45487,2,2072,2256 -"81318",19687,47130,3,2072,2654 -"81319",19687,47330,2,2072,2422 -"81320",19687,49147,2,2072,2539 -"81321",19687,55436,3,2072,2513 -"81322",19687,56673,2,2072,2419 -"81323",19687,59470,3,2072,2393 -"81324",19687,65223,3,2072,2724 -"81325",19687,91772,3,2072,2233 -"81326",19687,116792,3,2072,2397 -"81327",19690,1393,2,706,1706 -"81328",19690,2014,1,706,973 -"81329",19690,3506,3,706,2364 -"81330",19690,5813,3,706,2088 -"81331",19690,7123,3,706,1964 -"81332",19690,7900,3,706,893 -"81333",19690,7903,3,706,744 -"81334",19690,7932,3,706,789 -"81335",19690,9088,2,706,1881 -"81336",19690,9269,3,706,1892 -"81337",19690,9342,3,706,896 -"81338",19690,10610,3,706,1427 -"81339",19690,15244,3,706,1600 -"81340",19690,17925,2,706,2385 -"81341",19690,31990,3,706,2264 -"81342",19690,32629,2,706,1789 -"81343",19690,32724,2,706,2581 -"81344",19690,37801,3,706,2578 -"81345",19690,41075,3,706,1176 -"81346",19690,44312,3,706,2741 -"81347",19690,44421,3,706,956 -"81348",19690,44744,3,706,2032 -"81349",19690,45449,3,706,1610 -"81350",19690,48931,3,706,2444 -"81351",19690,53445,3,706,2028 -"81352",19690,55674,2,706,718 -"81353",19690,57804,3,706,2214 -"81354",19690,92469,3,706,1232 -"81355",19690,96387,2,706,2159 -"81356",19690,97706,3,706,1121 -"81357",19690,102581,3,706,1813 -"81358",19696,1196,3,561,1986 -"81359",19696,2077,3,561,610 -"81360",19696,2269,3,561,984 -"81361",19696,3961,3,561,2426 -"81362",19696,4253,3,561,1890 -"81363",19696,5041,3,561,2371 -"81364",19696,5350,3,561,2522 -"81365",19696,5716,3,561,1058 -"81366",19696,5984,2,561,1675 -"81367",19696,5986,3,561,1721 -"81368",19696,6044,3,561,2744 -"81369",19696,6366,3,561,798 -"81370",19696,6417,3,561,1675 -"81371",19696,7233,3,561,572 -"81372",19696,10358,2,561,2294 -"81373",19696,10717,3,561,1938 -"81374",19696,11218,3,561,2292 -"81375",19696,12042,3,561,2345 -"81376",19696,12610,3,561,1274 -"81377",19696,14032,3,561,2144 -"81378",19696,14855,2,561,903 -"81379",19696,16096,3,561,2301 -"81380",19696,16352,3,561,2657 -"81381",19696,17943,3,561,1943 -"81382",19696,18348,3,561,1711 -"81383",19696,18836,3,561,1270 -"81384",19696,20494,3,561,1075 -"81385",19696,23159,3,561,1548 -"81386",19696,23310,3,561,2371 -"81387",19696,26080,2,561,2525 -"81388",19696,26659,3,561,903 -"81389",19696,28002,3,561,914 -"81390",19696,28559,3,561,1525 -"81391",19696,32694,2,561,1602 -"81392",19696,32820,2,561,582 -"81393",19696,32919,2,561,2321 -"81394",19696,35926,3,561,2371 -"81395",19696,39186,3,561,1258 -"81396",19696,41972,2,561,2509 -"81397",19696,44521,3,561,1593 -"81398",19696,47248,3,561,2883 -"81399",19696,50093,3,561,909 -"81400",19696,51017,3,561,2073 -"81401",19696,55324,3,561,1544 -"81402",19696,56604,3,561,1919 -"81403",19696,63547,3,561,1023 -"81404",19696,69117,3,561,645 -"81405",19696,69260,2,561,1698 -"81406",19696,80219,3,561,988 -"81407",19696,81349,3,561,1958 -"81408",19696,82732,3,561,2810 -"81409",19696,90378,3,561,890 -"81410",19696,91571,3,561,923 -"81411",19696,92508,3,561,1374 -"81412",19717,24,2,431,1295 -"81413",19717,600,3,431,1702 -"81414",19717,675,3,431,1686 -"81415",19717,997,2,431,2788 -"81416",19717,1046,3,431,1881 -"81417",19717,1102,3,431,2282 -"81418",19717,1136,3,431,2536 -"81419",19717,1769,2,431,877 -"81420",19717,1875,1,431,1786 -"81421",19717,2063,3,431,1278 -"81422",19717,2572,3,431,2273 -"81423",19717,2754,2,431,1360 -"81424",19717,3495,3,431,2431 -"81425",19717,4360,3,431,1770 -"81426",19717,4671,2,431,2280 -"81427",19717,5226,3,431,1309 -"81428",19717,5484,3,431,582 -"81429",19717,5515,3,431,2385 -"81430",19717,5669,3,431,2502 -"81431",19717,5725,3,431,2789 -"81432",19717,5845,3,431,1552 -"81433",19717,5971,3,431,1985 -"81434",19717,6491,3,431,2424 -"81435",19717,7406,3,431,1906 -"81436",19717,7858,2,431,1795 -"81437",19717,8529,3,431,1205 -"81438",19717,8866,3,431,1545 -"81439",19717,8888,3,431,1328 -"81440",19717,8961,3,431,507 -"81441",19717,9440,2,431,1006 -"81442",19717,9695,2,431,2143 -"81443",19717,9752,3,431,551 -"81444",19717,10964,3,431,2043 -"81445",19717,11019,3,431,1299 -"81446",19717,11067,3,431,2734 -"81447",19717,11817,2,431,600 -"81448",19717,12724,3,431,1930 -"81449",19717,12767,3,431,2329 -"81450",19717,13945,3,431,1324 -"81451",19717,14655,3,431,2559 -"81452",19717,15122,2,431,1201 -"81453",19717,15207,3,431,1855 -"81454",19717,16352,3,431,2657 -"81455",19717,19096,2,431,1538 -"81456",19717,19676,3,431,1515 -"81457",19717,20162,2,431,2328 -"81458",19717,20319,3,431,468 -"81459",19717,20879,3,431,623 -"81460",19717,22197,3,431,2271 -"81461",19717,22705,1,431,1016 -"81462",19717,23312,3,431,2449 -"81463",19717,23918,3,431,1881 -"81464",19717,24195,3,431,1575 -"81465",19717,26322,3,431,1018 -"81466",19717,26359,3,431,2535 -"81467",19717,26867,3,431,1804 -"81468",19717,28285,3,431,2972 -"81469",19717,28635,3,431,2368 -"81470",19717,28640,3,431,1475 -"81471",19717,30491,3,431,789 -"81472",19717,30504,3,431,1573 -"81473",19717,31799,3,431,2547 -"81474",19717,32271,3,431,843 -"81475",19717,33850,3,431,931 -"81476",19717,33949,3,431,2489 -"81477",19717,34160,3,431,1759 -"81478",19717,35514,3,431,2346 -"81479",19717,36714,3,431,2209 -"81480",19717,37108,2,431,1202 -"81481",19717,37301,3,431,2160 -"81482",19717,39570,3,431,496 -"81483",19717,40028,3,431,1349 -"81484",19717,40072,3,431,1182 -"81485",19717,40369,3,431,2735 -"81486",19717,41739,3,431,1339 -"81487",19717,42129,3,431,2318 -"81488",19717,42216,3,431,2722 -"81489",19717,44648,3,431,619 -"81490",19717,45302,3,431,2390 -"81491",19717,47293,3,431,929 -"81492",19717,48571,2,431,2717 -"81493",19717,49185,2,431,1544 -"81494",19717,50236,3,431,2339 -"81495",19717,50275,3,431,2832 -"81496",19717,50667,3,431,2719 -"81497",19717,51017,3,431,2073 -"81498",19717,51035,3,431,2397 -"81499",19717,53120,3,431,975 -"81500",19717,53219,3,431,2973 -"81501",19717,53604,3,431,2489 -"81502",19717,56082,3,431,2395 -"81503",19717,56232,3,431,1175 -"81504",19717,56688,3,431,2331 -"81505",19717,58854,3,431,1131 -"81506",19717,62840,3,431,2502 -"81507",19717,63515,2,431,2023 -"81508",19717,64181,3,431,1828 -"81509",19717,64997,2,431,2791 -"81510",19717,65140,3,431,836 -"81511",19717,70838,3,431,687 -"81512",19717,72334,3,431,2820 -"81513",19717,75607,3,431,2245 -"81514",19717,80014,3,431,1562 -"81515",19717,80242,3,431,569 -"81516",19717,82787,3,431,1144 -"81517",19717,102107,3,431,504 -"81518",19717,109663,3,431,545 -"81519",19718,312,3,1702,2038 -"81520",19718,1151,3,1702,2885 -"81521",19718,1592,2,1702,2006 -"81522",19718,1616,3,1702,2662 -"81523",19718,1691,2,1702,1941 -"81524",19718,2011,3,1702,2176 -"81525",19718,2208,3,1702,2814 -"81526",19718,2484,3,1702,2389 -"81527",19718,2684,3,1702,2874 -"81528",19718,3477,3,1702,2546 -"81529",19718,3628,2,1702,2707 -"81530",19718,3978,3,1702,2775 -"81531",19718,4066,3,1702,1736 -"81532",19718,4687,2,1702,2152 -"81533",19718,4730,3,1702,2131 -"81534",19718,4932,3,1702,2752 -"81535",19718,5258,3,1702,2730 -"81536",19718,5839,1,1702,2301 -"81537",19718,6063,3,1702,2349 -"81538",19718,6208,3,1702,2361 -"81539",19718,6252,3,1702,2336 -"81540",19718,6390,3,1702,2385 -"81541",19718,6392,2,1702,1878 -"81542",19718,6428,2,1702,1952 -"81543",19718,6491,3,1702,2424 -"81544",19718,6914,3,1702,2668 -"81545",19718,7337,3,1702,1797 -"81546",19718,7847,3,1702,2424 -"81547",19718,8762,2,1702,2585 -"81548",19718,9191,3,1702,2707 -"81549",19718,9269,3,1702,1892 -"81550",19718,9654,3,1702,2111 -"81551",19718,11055,3,1702,2111 -"81552",19718,11351,1,1702,2971 -"81553",19718,11506,3,1702,2824 -"81554",19718,11966,3,1702,2385 -"81555",19718,14096,3,1702,1861 -"81556",19718,14108,3,1702,2012 -"81557",19718,14731,3,1702,2012 -"81558",19718,15301,3,1702,2308 -"81559",19718,15826,3,1702,2772 -"81560",19718,16352,3,1702,2657 -"81561",19718,16725,3,1702,2830 -"81562",19718,17520,3,1702,2276 -"81563",19718,18464,3,1702,2312 -"81564",19718,18543,2,1702,2968 -"81565",19718,19934,3,1702,2888 -"81566",19718,20311,3,1702,1981 -"81567",19718,20407,2,1702,2339 -"81568",19718,21571,3,1702,2755 -"81569",19718,21682,2,1702,2414 -"81570",19718,21684,3,1702,1971 -"81571",19718,22141,3,1702,2348 -"81572",19718,22777,3,1702,2353 -"81573",19718,23216,3,1702,2424 -"81574",19718,24198,3,1702,2217 -"81575",19718,25341,3,1702,1858 -"81576",19718,25565,3,1702,2764 -"81577",19718,25816,1,1702,2088 -"81578",19718,27628,3,1702,2389 -"81579",19718,28296,3,1702,2944 -"81580",19718,29170,3,1702,1846 -"81581",19718,29449,3,1702,2916 -"81582",19718,29948,3,1702,2795 -"81583",19718,32503,2,1702,2020 -"81584",19718,32567,3,1702,2784 -"81585",19718,33223,3,1702,2397 -"81586",19718,33622,3,1702,2230 -"81587",19718,33981,3,1702,1993 -"81588",19718,34735,3,1702,2767 -"81589",19718,35235,3,1702,2610 -"81590",19718,35428,2,1702,2263 -"81591",19718,36439,3,1702,2469 -"81592",19718,38213,3,1702,1744 -"81593",19718,38727,2,1702,2238 -"81594",19718,38921,3,1702,1880 -"81595",19718,39411,3,1702,2384 -"81596",19718,40493,3,1702,1981 -"81597",19718,40931,2,1702,2301 -"81598",19718,42619,2,1702,2017 -"81599",19718,43173,2,1702,2895 -"81600",19718,43226,3,1702,2442 -"81601",19718,44427,3,1702,2875 -"81602",19718,45742,3,1702,2566 -"81603",19718,46951,3,1702,2429 -"81604",19718,49301,3,1702,1894 -"81605",19718,49620,3,1702,1868 -"81606",19718,50179,2,1702,2230 -"81607",19718,50252,3,1702,2001 -"81608",19718,53562,3,1702,2687 -"81609",19718,55128,3,1702,2257 -"81610",19718,56569,3,1702,1993 -"81611",19718,57129,2,1702,1858 -"81612",19718,57380,3,1702,2362 -"81613",19718,57544,3,1702,2443 -"81614",19718,57549,3,1702,2335 -"81615",19718,58284,3,1702,2292 -"81616",19718,59790,2,1702,1827 -"81617",19718,60661,2,1702,2700 -"81618",19718,74636,3,1702,2525 -"81619",19718,81234,3,1702,2019 -"81620",19718,88232,2,1702,2881 -"81621",19718,121291,3,1702,1955 -"81622",19719,135,3,2177,2233 -"81623",19719,270,2,2177,2542 -"81624",19719,380,3,2177,2261 -"81625",19719,455,3,2177,2827 -"81626",19719,701,3,2177,2718 -"81627",19719,854,3,2177,2307 -"81628",19719,1102,3,2177,2282 -"81629",19719,1616,3,2177,2662 -"81630",19719,1639,3,2177,2631 -"81631",19719,2036,3,2177,2483 -"81632",19719,2424,2,2177,2582 -"81633",19719,2484,3,2177,2389 -"81634",19719,2684,3,2177,2874 -"81635",19719,3161,3,2177,2229 -"81636",19719,3271,3,2177,2216 -"81637",19719,3305,1,2177,2839 -"81638",19719,3966,3,2177,2425 -"81639",19719,4932,3,2177,2752 -"81640",19719,4953,3,2177,2285 -"81641",19719,6055,3,2177,2651 -"81642",19719,6208,3,2177,2361 -"81643",19719,6740,3,2177,2699 -"81644",19719,8610,3,2177,2240 -"81645",19719,9184,3,2177,2670 -"81646",19719,9272,3,2177,2835 -"81647",19719,9311,2,2177,2477 -"81648",19719,10513,2,2177,2284 -"81649",19719,10843,3,2177,2277 -"81650",19719,10857,3,2177,2253 -"81651",19719,11218,3,2177,2292 -"81652",19719,12374,3,2177,2260 -"81653",19719,12728,3,2177,2374 -"81654",19719,13307,3,2177,2206 -"81655",19719,14252,3,2177,2244 -"81656",19719,14834,3,2177,2739 -"81657",19719,14959,3,2177,2898 -"81658",19719,15626,3,2177,2434 -"81659",19719,16332,3,2177,2668 -"81660",19719,16432,2,2177,2664 -"81661",19719,16954,3,2177,2972 -"81662",19719,17365,3,2177,2746 -"81663",19719,17520,3,2177,2276 -"81664",19719,18394,3,2177,2356 -"81665",19719,18965,3,2177,2315 -"81666",19719,19248,1,2177,2357 -"81667",19719,19622,3,2177,2371 -"81668",19719,20067,3,2177,2390 -"81669",19719,20124,2,2177,2376 -"81670",19719,20407,3,2177,2339 -"81671",19719,21012,3,2177,2325 -"81672",19719,21138,3,2177,2849 -"81673",19719,21248,3,2177,2232 -"81674",19719,22277,2,2177,2424 -"81675",19719,22326,3,2177,2818 -"81676",19719,22895,3,2177,2704 -"81677",19719,23319,3,2177,2867 -"81678",19719,23509,3,2177,2275 -"81679",19719,25129,2,2177,2647 -"81680",19719,25325,3,2177,2963 -"81681",19719,26080,3,2177,2525 -"81682",19719,26249,3,2177,2301 -"81683",19719,26582,3,2177,2772 -"81684",19719,26749,2,2177,2965 -"81685",19719,27275,3,2177,2656 -"81686",19719,27390,3,2177,2425 -"81687",19719,29095,3,2177,2531 -"81688",19719,29962,3,2177,2201 -"81689",19719,30052,3,2177,2855 -"81690",19719,30906,3,2177,2537 -"81691",19719,33380,3,2177,2340 -"81692",19719,33433,3,2177,2805 -"81693",19719,33672,3,2177,2396 -"81694",19719,33801,3,2177,2899 -"81695",19719,33949,3,2177,2489 -"81696",19719,34836,2,2177,2302 -"81697",19719,35256,3,2177,2271 -"81698",19719,35738,3,2177,2448 -"81699",19719,36439,3,2177,2469 -"81700",19719,37285,2,2177,2428 -"81701",19719,38307,3,2177,2648 -"81702",19719,38780,3,2177,2705 -"81703",19719,39535,3,2177,2428 -"81704",19719,41945,3,2177,2856 -"81705",19719,43226,3,2177,2442 -"81706",19719,43455,2,2177,2846 -"81707",19719,45302,3,2177,2390 -"81708",19719,45608,3,2177,2420 -"81709",19719,46629,2,2177,2255 -"81710",19719,47362,3,2177,2253 -"81711",19719,47386,3,2177,2226 -"81712",19719,47534,3,2177,2712 -"81713",19719,47772,3,2177,2293 -"81714",19719,48605,2,2177,2796 -"81715",19719,51041,2,2177,2606 -"81716",19719,51866,3,2177,2411 -"81717",19719,52570,2,2177,2645 -"81718",19719,52576,2,2177,2234 -"81719",19719,53266,3,2177,2389 -"81720",19719,53475,3,2177,2853 -"81721",19719,54551,3,2177,2348 -"81722",19719,54695,3,2177,2429 -"81723",19719,55139,3,2177,2323 -"81724",19719,55438,3,2177,2863 -"81725",19719,55468,3,2177,2511 -"81726",19719,56082,3,2177,2395 -"81727",19719,57977,3,2177,2683 -"81728",19719,58508,2,2177,2326 -"81729",19719,58684,3,2177,2295 -"81730",19719,59113,3,2177,2434 -"81731",19719,61982,1,2177,2725 -"81732",19719,62841,1,2177,2710 -"81733",19719,64945,3,2177,2279 -"81734",19719,65007,3,2177,2530 -"81735",19719,66224,3,2177,2728 -"81736",19719,66703,3,2177,2375 -"81737",19719,68215,3,2177,2727 -"81738",19719,69335,3,2177,2698 -"81739",19719,72468,3,2177,2292 -"81740",19719,76356,3,2177,2323 -"81741",19719,76892,2,2177,2381 -"81742",19719,79322,3,2177,2770 -"81743",19719,80825,3,2177,2315 -"81744",19719,83396,3,2177,2396 -"81745",19719,101797,3,2177,2357 -"81746",19733,14972,3,1907,2332 -"81747",19744,30697,2,2623,2891 -"81748",19744,42216,3,2623,2722 -"81749",19751,2563,3,1630,1686 -"81750",19751,4066,3,1630,1736 -"81751",19751,7548,3,1630,1932 -"81752",19751,9272,3,1630,2835 -"81753",19751,9724,3,1630,2713 -"81754",19751,10336,3,1630,2271 -"81755",19751,10843,3,1630,2277 -"81756",19751,10871,3,1630,2314 -"81757",19751,13136,2,1630,2867 -"81758",19751,14723,3,1630,2019 -"81759",19751,16437,3,1630,1956 -"81760",19751,19165,3,1630,2436 -"81761",19751,20563,3,1630,2267 -"81762",19751,23756,3,1630,2309 -"81763",19751,28432,3,1630,1954 -"81764",19751,32198,3,1630,2117 -"81765",19751,32311,3,1630,2396 -"81766",19751,33433,3,1630,2805 -"81767",19751,34831,3,1630,1866 -"81768",19751,37036,3,1630,2264 -"81769",19751,37929,3,1630,2393 -"81770",19751,38259,3,1630,2258 -"81771",19751,38449,3,1630,1802 -"81772",19751,39062,3,1630,2020 -"81773",19751,39906,3,1630,2365 -"81774",19751,46532,3,1630,2005 -"81775",19751,49581,3,1630,1817 -"81776",19751,51879,3,1630,1771 -"81777",19751,52215,3,1630,1908 -"81778",19751,55643,3,1630,2359 -"81779",19751,58993,3,1630,2390 -"81780",19751,60879,3,1630,2792 -"81781",19751,77077,3,1630,2693 -"81782",19751,77811,3,1630,1871 -"81783",19751,82819,3,1630,1900 -"81784",19751,82932,3,1630,2245 -"81785",19751,92860,3,1630,1643 -"81786",19767,55,3,1041,2524 -"81787",19767,4188,3,1041,2963 -"81788",19767,5937,3,1041,2392 -"81789",19767,6234,3,1041,2654 -"81790",19767,6800,3,1041,2053 -"81791",19767,8899,3,1041,2023 -"81792",19767,15558,3,1041,2389 -"81793",19767,16477,2,1041,2069 -"81794",19767,16969,3,1041,1917 -"81795",19767,19744,3,1041,2623 -"81796",19767,22357,3,1041,1397 -"81797",19767,23771,3,1041,1614 -"81798",19767,30194,3,1041,2874 -"81799",19767,31898,3,1041,1916 -"81800",19767,32079,2,1041,2315 -"81801",19767,33363,3,1041,2475 -"81802",19767,41521,3,1041,2069 -"81803",19767,42998,3,1041,1978 -"81804",19767,44730,3,1041,2468 -"81805",19767,48585,3,1041,2063 -"81806",19767,49913,3,1041,2444 -"81807",19767,50899,1,1041,2125 -"81808",19767,53648,3,1041,2167 -"81809",19767,76450,3,1041,1077 -"81810",19767,76505,2,1041,2123 -"81811",19767,76867,3,1041,1296 -"81812",19767,76931,3,1041,1338 -"81813",19767,76997,3,1041,2223 -"81814",19767,79913,3,1041,1514 -"81815",19767,93459,3,1041,1354 -"81816",19767,106330,3,1041,2559 -"81817",19771,1355,3,2410,2473 -"81818",19771,3853,3,2410,2465 -"81819",19771,12536,2,2410,2539 -"81820",19771,60867,3,2410,2689 -"81821",19813,8762,3,1744,2585 -"81822",19813,19199,2,1744,2263 -"81823",19813,25874,2,1744,2088 -"81824",19813,57977,3,1744,2683 -"81825",19813,62832,3,1744,2606 -"81826",19813,84567,2,1744,2767 -"81827",19814,1127,3,936,1188 -"81828",19814,1130,3,936,1566 -"81829",19814,2269,3,936,984 -"81830",19814,2325,3,936,1641 -"81831",19814,5483,3,936,1938 -"81832",19814,7861,3,936,1647 -"81833",19814,15453,3,936,1688 -"81834",19814,25129,3,936,2647 -"81835",19814,25341,3,936,1858 -"81836",19814,29917,3,936,1962 -"81837",19814,32939,3,936,2277 -"81838",19814,34509,2,936,1973 -"81839",19814,37333,3,936,1612 -"81840",19814,41402,3,936,2313 -"81841",19814,51815,2,936,1252 -"81842",19814,51831,3,936,2427 -"81843",19814,51925,3,936,2307 -"81844",19814,52789,3,936,1791 -"81845",19814,53293,3,936,2916 -"81846",19814,53433,3,936,1187 -"81847",19814,57804,3,936,2214 -"81848",19814,59918,2,936,2063 -"81849",19814,62841,3,936,2710 -"81850",19814,64436,2,936,2687 -"81851",19814,69591,3,936,2294 -"81852",19814,93280,3,936,1053 -"81853",19818,750,1,675,1327 -"81854",19818,1107,3,675,905 -"81855",19818,1315,3,675,2760 -"81856",19818,4526,3,675,1728 -"81857",19818,7861,3,675,1647 -"81858",19818,8923,3,675,1266 -"81859",19818,9481,3,675,1610 -"81860",19818,9503,2,675,2453 -"81861",19818,9615,3,675,2464 -"81862",19818,10453,3,675,1656 -"81863",19818,16881,3,675,925 -"81864",19818,17388,2,675,1023 -"81865",19818,18005,3,675,2449 -"81866",19818,22166,2,675,994 -"81867",19818,26031,3,675,1397 -"81868",19818,31408,3,675,994 -"81869",19818,34094,3,675,1360 -"81870",19818,42864,3,675,1151 -"81871",19818,44181,3,675,1034 -"81872",19818,46506,3,675,2464 -"81873",19818,50996,3,675,929 -"81874",19818,54100,2,675,1327 -"81875",19818,60258,3,675,2405 -"81876",19818,62668,3,675,958 -"81877",19818,67617,3,675,1149 -"81878",19818,72986,3,675,1055 -"81879",19818,74370,2,675,1667 -"81880",19818,82681,3,675,1620 -"81881",19818,83053,3,675,1303 -"81882",19818,96310,2,675,1016 -"81883",19818,114611,3,675,694 -"81884",19820,51223,1,1935,2153 -"81885",19835,1639,3,1135,2631 -"81886",19835,2709,3,1135,1673 -"81887",19835,2742,3,1135,1192 -"81888",19835,3477,3,1135,2546 -"81889",19835,6063,3,1135,2349 -"81890",19835,6104,3,1135,2462 -"81891",19835,6363,3,1135,2066 -"81892",19835,7241,3,1135,2259 -"81893",19835,11625,3,1135,2022 -"81894",19835,12747,3,1135,2818 -"81895",19835,13043,2,1135,1295 -"81896",19835,13801,3,1135,2041 -"81897",19835,13899,3,1135,2650 -"81898",19835,16518,3,1135,2642 -"81899",19835,17400,3,1135,2231 -"81900",19835,17632,3,1135,1947 -"81901",19835,18211,3,1135,1745 -"81902",19835,18217,3,1135,1566 -"81903",19835,19317,3,1135,2041 -"81904",19835,20416,3,1135,2323 -"81905",19835,22884,3,1135,1608 -"81906",19835,27173,3,1135,2050 -"81907",19835,30092,3,1135,1593 -"81908",19835,30827,3,1135,2323 -"81909",19835,31093,3,1135,2160 -"81910",19835,33223,3,1135,2397 -"81911",19835,33621,3,1135,1319 -"81912",19835,37301,3,1135,2160 -"81913",19835,38213,3,1135,1744 -"81914",19835,39982,3,1135,1529 -"81915",19835,40022,3,1135,2307 -"81916",19835,40542,3,1135,1664 -"81917",19835,42216,3,1135,2722 -"81918",19835,44819,3,1135,2063 -"81919",19835,47062,3,1135,1675 -"81920",19835,49620,3,1135,1868 -"81921",19835,54855,3,1135,1525 -"81922",19835,54953,3,1135,2223 -"81923",19835,55084,3,1135,1189 -"81924",19835,57337,3,1135,1443 -"81925",19835,57842,3,1135,2482 -"81926",19835,59438,2,1135,2400 -"81927",19835,59539,3,1135,2429 -"81928",19835,64997,3,1135,2791 -"81929",19835,74636,3,1135,2525 -"81930",19835,75403,3,1135,1895 -"81931",19835,79213,3,1135,1620 -"81932",19835,92491,3,1135,1968 -"81933",19858,2190,3,2357,2359 -"81934",19858,5962,3,2357,2491 -"81935",19858,6119,3,2357,2358 -"81936",19858,16286,3,2357,2470 -"81937",19858,31089,3,2357,2952 -"81938",19858,48127,3,2357,2677 -"81939",19862,270,2,2412,2542 -"81940",19862,2424,3,2412,2582 -"81941",19862,3305,3,2412,2839 -"81942",19862,3966,3,2412,2425 -"81943",19862,6074,3,2412,2426 -"81944",19862,8681,3,2412,2716 -"81945",19862,9362,3,2412,2879 -"81946",19862,14655,3,2412,2559 -"81947",19862,17365,3,2412,2746 -"81948",19862,21571,3,2412,2755 -"81949",19862,21682,3,2412,2414 -"81950",19862,22326,3,2412,2818 -"81951",19862,25305,3,2412,2447 -"81952",19862,26721,3,2412,2586 -"81953",19862,36087,3,2412,2755 -"81954",19862,39556,3,2412,2747 -"81955",19862,42216,3,2412,2722 -"81956",19862,43455,3,2412,2846 -"81957",19862,49110,2,2412,2938 -"81958",19862,49696,2,2412,2444 -"81959",19862,57732,3,2412,2454 -"81960",19862,57969,3,2412,2755 -"81961",19862,57977,3,2412,2683 -"81962",19862,61982,3,2412,2725 -"81963",19862,72207,3,2412,2430 -"81964",19872,1262,2,2913,2973 -"81965",19872,18151,2,2913,2962 -"81966",19872,34327,3,2913,2959 -"81967",19874,1175,3,985,1642 -"81968",19874,1315,3,985,2760 -"81969",19874,1592,3,985,2006 -"81970",19874,3886,3,985,1669 -"81971",19874,4107,3,985,987 -"81972",19874,6162,3,985,1673 -"81973",19874,15618,3,985,1218 -"81974",19874,18348,3,985,1711 -"81975",19874,19248,3,985,2357 -"81976",19874,22185,3,985,1174 -"81977",19874,24721,3,985,2326 -"81978",19874,28808,2,985,1063 -"81979",19874,35045,3,985,1646 -"81980",19874,36637,2,985,2085 -"81981",19874,42264,3,985,1702 -"81982",19874,43635,3,985,1196 -"81983",19874,44654,3,985,2916 -"81984",19874,46091,3,985,1938 -"81985",19874,46621,3,985,1343 -"81986",19874,48283,3,985,1290 -"81987",19874,56903,3,985,1584 -"81988",19874,59677,2,985,1174 -"81989",19874,79657,3,985,1260 -"81990",19874,79837,3,985,1252 -"81991",19874,87837,3,985,1987 -"81992",19874,88063,3,985,1045 -"81993",19874,88232,3,985,2881 -"81994",19874,98080,3,985,1265 -"81995",19874,100432,3,985,1358 -"81996",19882,134,3,565,2062 -"81997",19882,145,3,565,1998 -"81998",19882,360,3,565,1671 -"81999",19882,455,3,565,2827 -"82000",19882,470,3,565,2285 -"82001",19882,543,3,565,2203 -"82002",19882,600,3,565,1702 -"82003",19882,675,3,565,1686 -"82004",19882,913,3,565,2144 -"82005",19882,1136,3,565,2536 -"82006",19882,1592,3,565,2006 -"82007",19882,1691,2,565,1941 -"82008",19882,1968,3,565,631 -"82009",19882,2181,3,565,2030 -"82010",19882,2523,3,565,1691 -"82011",19882,3878,2,565,1890 -"82012",19882,3966,3,565,2425 -"82013",19882,4066,3,565,1736 -"82014",19882,4687,2,565,2152 -"82015",19882,5258,3,565,2730 -"82016",19882,5504,3,565,2389 -"82017",19882,6390,1,565,2385 -"82018",19882,6428,3,565,1952 -"82019",19882,6491,3,565,2424 -"82020",19882,6718,3,565,2138 -"82021",19882,6940,3,565,1183 -"82022",19882,7443,3,565,2028 -"82023",19882,7515,3,565,2737 -"82024",19882,7847,3,565,2424 -"82025",19882,8011,1,565,889 -"82026",19882,8762,3,565,2585 -"82027",19882,8888,3,565,1328 -"82028",19882,9150,3,565,2689 -"82029",19882,9184,3,565,2670 -"82030",19882,9432,2,565,1693 -"82031",19882,9511,3,565,1232 -"82032",19882,10433,3,565,2075 -"82033",19882,10523,3,565,1510 -"82034",19882,11381,3,565,1638 -"82035",19882,11434,1,565,1187 -"82036",19882,11506,3,565,2824 -"82037",19882,11516,2,565,1937 -"82038",19882,12199,1,565,1651 -"82039",19882,13068,3,565,1778 -"82040",19882,13837,3,565,1604 -"82041",19882,13890,3,565,1482 -"82042",19882,13895,1,565,687 -"82043",19882,14108,3,565,2012 -"82044",19882,14652,3,565,2516 -"82045",19882,14767,3,565,2068 -"82046",19882,15799,2,565,1917 -"82047",19882,16120,3,565,1237 -"82048",19882,16594,3,565,1755 -"82049",19882,17645,3,565,1918 -"82050",19882,17698,3,565,1559 -"82051",19882,18543,3,565,2968 -"82052",19882,18943,3,565,2861 -"82053",19882,19322,3,565,2048 -"82054",19882,19335,3,565,1729 -"82055",19882,19718,3,565,1702 -"82056",19882,20176,3,565,1050 -"82057",19882,20407,3,565,2339 -"82058",19882,20494,3,565,1075 -"82059",19882,21122,3,565,1701 -"82060",19882,22567,3,565,2396 -"82061",19882,22639,3,565,2352 -"82062",19882,23132,2,565,2756 -"82063",19882,23526,3,565,1998 -"82064",19882,24066,3,565,1755 -"82065",19882,24568,2,565,1937 -"82066",19882,25378,3,565,1245 -"82067",19882,25816,2,565,2088 -"82068",19882,25976,3,565,659 -"82069",19882,26322,3,565,1018 -"82070",19882,27391,3,565,2378 -"82071",19882,27628,3,565,2389 -"82072",19882,27837,3,565,1315 -"82073",19882,28115,3,565,1835 -"82074",19882,28216,3,565,1910 -"82075",19882,29930,3,565,2240 -"82076",19882,31050,3,565,1491 -"82077",19882,31235,2,565,2668 -"82078",19882,32947,3,565,1091 -"82079",19882,33622,3,565,2230 -"82080",19882,34160,3,565,1759 -"82081",19882,34314,3,565,630 -"82082",19882,34945,3,565,1298 -"82083",19882,35045,3,565,1646 -"82084",19882,35302,2,565,1589 -"82085",19882,36439,3,565,2469 -"82086",19882,36446,3,565,1175 -"82087",19882,36651,3,565,1600 -"82088",19882,37509,3,565,1640 -"82089",19882,38213,3,565,1744 -"82090",19882,40383,3,565,2639 -"82091",19882,41085,3,565,637 -"82092",19882,41739,3,565,1339 -"82093",19882,42687,3,565,1952 -"82094",19882,43941,3,565,1289 -"82095",19882,44427,3,565,2875 -"82096",19882,44648,3,565,619 -"82097",19882,46182,3,565,1613 -"82098",19882,46469,2,565,759 -"82099",19882,46621,3,565,1343 -"82100",19882,46726,3,565,943 -"82101",19882,47435,2,565,878 -"82102",19882,47445,2,565,2668 -"82103",19882,47585,2,565,794 -"82104",19882,49620,3,565,1868 -"82105",19882,50444,3,565,884 -"82106",19882,50667,3,565,2719 -"82107",19882,50737,3,565,959 -"82108",19882,52323,3,565,2148 -"82109",19882,52327,2,565,1472 -"82110",19882,52735,3,565,1124 -"82111",19882,53252,3,565,637 -"82112",19882,54855,2,565,1525 -"82113",19882,55156,3,565,2196 -"82114",19882,55324,3,565,1544 -"82115",19882,57129,3,565,1858 -"82116",19882,57544,3,565,2443 -"82117",19882,57990,3,565,978 -"82118",19882,58284,3,565,2292 -"82119",19882,59700,3,565,2346 -"82120",19882,59790,3,565,1827 -"82121",19882,60661,3,565,2700 -"82122",19882,61785,3,565,822 -"82123",19882,62219,2,565,2494 -"82124",19882,62602,1,565,1172 -"82125",19882,62668,3,565,958 -"82126",19882,62840,3,565,2502 -"82127",19882,62961,3,565,926 -"82128",19882,63409,2,565,1937 -"82129",19882,64181,3,565,1828 -"82130",19882,64997,3,565,2791 -"82131",19882,67314,3,565,1051 -"82132",19882,73305,3,565,2544 -"82133",19882,74636,3,565,2525 -"82134",19882,75216,3,565,672 -"82135",19882,75898,3,565,889 -"82136",19882,76127,2,565,910 -"82137",19882,76192,3,565,912 -"82138",19882,78416,3,565,630 -"82139",19882,78563,3,565,2385 -"82140",19882,79804,2,565,2227 -"82141",19882,80219,3,565,988 -"82142",19882,80429,2,565,1927 -"82143",19882,81326,3,565,758 -"82144",19882,82949,3,565,2077 -"82145",19882,88232,3,565,2881 -"82146",19882,88808,2,565,1462 -"82147",19882,88966,3,565,1568 -"82148",19882,90378,3,565,890 -"82149",19882,92322,3,565,2393 -"82150",19882,92817,3,565,569 -"82151",19882,93208,3,565,1324 -"82152",19882,97013,2,565,1797 -"82153",19882,97824,3,565,1229 -"82154",19882,97915,3,565,1802 -"82155",19882,101967,3,565,691 -"82156",19882,104280,3,565,887 -"82157",19882,107649,2,565,1573 -"82158",19892,457,3,1212,1704 -"82159",19892,5239,3,1212,2875 -"82160",19892,5315,3,1212,2631 -"82161",19892,10358,3,1212,2294 -"82162",19892,10382,3,1212,2111 -"82163",19892,11477,3,1212,2724 -"82164",19892,13109,2,1212,1374 -"82165",19892,13248,3,1212,1385 -"82166",19892,14032,3,1212,2144 -"82167",19892,15808,3,1212,1521 -"82168",19892,18735,3,1212,1581 -"82169",19892,19453,3,1212,1928 -"82170",19892,19858,3,1212,2357 -"82171",19892,20643,3,1212,2341 -"82172",19892,20941,3,1212,2725 -"82173",19892,21401,2,1212,1440 -"82174",19892,22374,2,1212,1226 -"82175",19892,31003,1,1212,1859 -"82176",19892,32988,3,1212,2008 -"82177",19892,34158,3,1212,2639 -"82178",19892,34648,2,1212,1596 -"82179",19892,36007,3,1212,2089 -"82180",19892,40487,3,1212,2512 -"82181",19892,41278,3,1212,1873 -"82182",19892,42505,3,1212,2008 -"82183",19892,45903,2,1212,2237 -"82184",19892,48127,3,1212,2677 -"82185",19892,48602,2,1212,1704 -"82186",19892,53779,3,1212,2000 -"82187",19892,55139,3,1212,2323 -"82188",19892,56903,3,1212,1584 -"82189",19892,57714,3,1212,1391 -"82190",19892,61719,3,1212,1515 -"82191",19892,64502,2,1212,1670 -"82192",19892,67957,3,1212,2823 -"82193",19892,77001,2,1212,1440 -"82194",19892,81095,3,1212,1609 -"82195",19892,83526,2,1212,1235 -"82196",19892,85356,3,1212,1492 -"82197",19892,92381,3,1212,1237 -"82198",19892,96553,3,1212,1887 -"82199",19892,97160,3,1212,1215 -"82200",19892,111165,3,1212,1256 -"82201",19893,2111,3,1223,1904 -"82202",19893,2864,2,1223,1543 -"82203",19893,3395,2,1223,1382 -"82204",19893,3397,3,1223,2126 -"82205",19893,3453,3,1223,2126 -"82206",19893,5971,3,1223,1985 -"82207",19893,6588,3,1223,2025 -"82208",19893,7616,3,1223,2296 -"82209",19893,8866,3,1223,1545 -"82210",19893,10370,3,1223,2224 -"82211",19893,10857,3,1223,2253 -"82212",19893,12122,2,1223,1385 -"82213",19893,15402,3,1223,1281 -"82214",19893,17400,3,1223,2231 -"82215",19893,18394,3,1223,2356 -"82216",19893,18779,3,1223,1267 -"82217",19893,23725,3,1223,2378 -"82218",19893,27377,2,1223,1724 -"82219",19893,30405,3,1223,2164 -"82220",19893,32419,3,1223,1909 -"82221",19893,40028,3,1223,1349 -"82222",19893,42023,3,1223,2231 -"82223",19893,43213,3,1223,2160 -"82224",19893,43902,1,1223,1726 -"82225",19893,44089,2,1223,1632 -"82226",19893,44763,3,1223,1324 -"82227",19893,45650,3,1223,1528 -"82228",19893,45684,3,1223,2200 -"82229",19893,46629,3,1223,2255 -"82230",19893,50236,3,1223,2339 -"82231",19893,53303,3,1223,1376 -"82232",19893,54551,3,1223,2348 -"82233",19893,56082,3,1223,2395 -"82234",19893,60207,2,1223,2224 -"82235",19893,63907,3,1223,2377 -"82236",19893,82893,3,1223,1275 -"82237",19893,109718,3,1223,1237 -"82238",19926,1639,3,2444,2631 -"82239",19926,2208,3,2444,2814 -"82240",19926,50275,3,2444,2832 -"82241",19926,119208,3,2444,2646 -"82242",19931,4705,3,62,1714 -"82243",19931,7258,3,62,1714 -"82244",19931,19634,3,62,954 -"82245",19931,20423,2,62,2654 -"82246",19931,23139,2,62,2644 -"82247",19931,29899,3,62,2375 -"82248",19931,32271,3,62,843 -"82249",19931,43094,3,62,220 -"82250",19931,60718,3,62,1229 -"82251",19931,76396,3,62,1731 -"82252",19931,81469,3,62,519 -"82253",19931,85736,3,62,1601 -"82254",19931,102793,3,62,912 -"82255",19934,57765,2,2888,2893 -"82256",19937,160,3,1587,2007 -"82257",19937,206,3,1587,1986 -"82258",19937,312,3,1587,2038 -"82259",19937,915,3,1587,1793 -"82260",19937,1092,3,1587,1945 -"82261",19937,1691,3,1587,1941 -"82262",19937,2684,1,1587,2874 -"82263",19937,3305,3,1587,2839 -"82264",19937,4226,3,1587,1903 -"82265",19937,5392,3,1587,1648 -"82266",19937,5429,3,1587,1991 -"82267",19937,5710,3,1587,1926 -"82268",19937,5865,3,1587,1910 -"82269",19937,6192,3,1587,2409 -"82270",19937,6982,3,1587,2034 -"82271",19937,7009,3,1587,1982 -"82272",19937,7406,3,1587,1906 -"82273",19937,8238,3,1587,2222 -"82274",19937,8274,3,1587,1909 -"82275",19937,8726,3,1587,2083 -"82276",19937,8865,3,1587,2394 -"82277",19937,9331,3,1587,2269 -"82278",19937,10657,3,1587,1603 -"82279",19937,11055,2,1587,2111 -"82280",19937,11351,3,1587,2971 -"82281",19937,11620,3,1587,2010 -"82282",19937,11770,3,1587,1653 -"82283",19937,12388,3,1587,1975 -"82284",19937,12778,3,1587,2045 -"82285",19937,12976,3,1587,2399 -"82286",19937,13249,2,1587,2573 -"82287",19937,13324,3,1587,2163 -"82288",19937,14325,3,1587,1976 -"82289",19937,15799,3,1587,1917 -"82290",19937,16542,3,1587,2039 -"82291",19937,16850,3,1587,1657 -"82292",19937,18670,3,1587,1835 -"82293",19937,19208,2,1587,2629 -"82294",19937,19605,2,1587,2395 -"82295",19937,20162,3,1587,2328 -"82296",19937,20311,3,1587,1981 -"82297",19937,22682,3,1587,2035 -"82298",19937,22808,3,1587,2297 -"82299",19937,23460,3,1587,2183 -"82300",19937,24753,2,1587,2860 -"82301",19937,24793,3,1587,1993 -"82302",19937,25030,3,1587,2017 -"82303",19937,25480,3,1587,2747 -"82304",19937,26451,3,1587,2133 -"82305",19937,27501,2,1587,1981 -"82306",19937,28218,3,1587,2048 -"82307",19937,29454,2,1587,2719 -"82308",19937,31705,3,1587,2706 -"82309",19937,35360,3,1587,2043 -"82310",19937,36559,3,1587,2473 -"82311",19937,37509,3,1587,1640 -"82312",19937,41664,3,1587,2641 -"82313",19937,41764,3,1587,2409 -"82314",19937,42129,3,1587,2318 -"82315",19937,45329,2,1587,1693 -"82316",19937,47564,2,1587,2650 -"82317",19937,48377,2,1587,1927 -"82318",19937,50480,3,1587,2701 -"82319",19937,52597,2,1587,1773 -"82320",19937,55643,3,1587,2359 -"82321",19937,55862,3,1587,2123 -"82322",19937,63477,1,1587,1907 -"82323",19937,66224,3,1587,2728 -"82324",19937,77611,3,1587,1795 -"82325",19937,78563,3,1587,2385 -"82326",19950,13780,3,1643,2412 -"82327",19950,29004,3,1643,2596 -"82328",19950,42196,3,1643,2765 -"82329",19963,42,3,810,2265 -"82330",19963,377,3,810,2389 -"82331",19963,489,3,810,2652 -"82332",19963,499,3,810,1931 -"82333",19963,543,3,810,2203 -"82334",19963,900,3,810,2726 -"82335",19963,1090,3,810,2370 -"82336",19963,1151,3,810,2885 -"82337",19963,1275,2,810,2068 -"82338",19963,1469,3,810,1160 -"82339",19963,1616,3,810,2662 -"82340",19963,1676,3,810,1198 -"82341",19963,1691,3,810,1941 -"82342",19963,1777,2,810,1965 -"82343",19963,2036,3,810,2483 -"82344",19963,2166,3,810,2557 -"82345",19963,2484,3,810,2389 -"82346",19963,2754,3,810,1360 -"82347",19963,3088,3,810,1670 -"82348",19963,3161,3,810,2229 -"82349",19963,3242,3,810,1730 -"82350",19963,3352,2,810,1707 -"82351",19963,3830,3,810,1661 -"82352",19963,3838,3,810,2110 -"82353",19963,4057,3,810,2389 -"82354",19963,4980,3,810,2093 -"82355",19963,5078,3,810,2033 -"82356",19963,5457,3,810,2077 -"82357",19963,5462,2,810,2374 -"82358",19963,5504,2,810,2389 -"82359",19963,5849,3,810,2404 -"82360",19963,6252,3,810,2336 -"82361",19963,7323,3,810,2858 -"82362",19963,8229,2,810,1241 -"82363",19963,8519,3,810,844 -"82364",19963,8621,3,810,1681 -"82365",19963,12345,3,810,2364 -"82366",19963,13751,3,810,2557 -"82367",19963,14108,3,810,2012 -"82368",19963,15500,3,810,1658 -"82369",19963,15539,3,810,1929 -"82370",19963,16164,3,810,1184 -"82371",19963,16497,3,810,2370 -"82372",19963,17357,3,810,1536 -"82373",19963,18348,3,810,1711 -"82374",19963,19606,3,810,2783 -"82375",19963,20486,2,810,1908 -"82376",19963,20494,3,810,1075 -"82377",19963,21911,2,810,1184 -"82378",19963,22006,3,810,1202 -"82379",19963,22749,3,810,1727 -"82380",19963,25565,3,810,2764 -"82381",19963,26608,3,810,2329 -"82382",19963,27478,3,810,2485 -"82383",19963,27753,3,810,2750 -"82384",19963,28011,3,810,2639 -"82385",19963,28216,3,810,1910 -"82386",19963,28731,2,810,955 -"82387",19963,28808,3,810,1063 -"82388",19963,30438,2,810,1617 -"82389",19963,31243,3,810,1355 -"82390",19963,31799,3,810,2547 -"82391",19963,32409,3,810,857 -"82392",19963,33356,3,810,1586 -"82393",19963,33572,3,810,2370 -"82394",19963,34492,3,810,1798 -"82395",19963,35256,3,810,2271 -"82396",19963,37570,3,810,2389 -"82397",19963,38048,2,810,867 -"82398",19963,38449,3,810,1802 -"82399",19963,38755,3,810,2902 -"82400",19963,38908,3,810,1787 -"82401",19963,39444,3,810,2695 -"82402",19963,40022,3,810,2307 -"82403",19963,41250,3,810,1703 -"82404",19963,41278,3,810,1873 -"82405",19963,41747,3,810,1722 -"82406",19963,43839,3,810,1685 -"82407",19963,44684,2,810,1220 -"82408",19963,44786,3,810,1096 -"82409",19963,45715,2,810,2287 -"82410",19963,46621,3,810,1343 -"82411",19963,48414,3,810,1749 -"82412",19963,48495,3,810,2737 -"82413",19963,49032,3,810,2469 -"82414",19963,49965,3,810,2301 -"82415",19963,51410,3,810,2739 -"82416",19963,53031,3,810,2065 -"82417",19963,53069,3,810,1664 -"82418",19963,53624,3,810,952 -"82419",19963,53637,2,810,2113 -"82420",19963,55556,2,810,2075 -"82421",19963,55828,2,810,2393 -"82422",19963,57609,2,810,2717 -"82423",19963,57950,3,810,1529 -"82424",19963,57977,3,810,2683 -"82425",19963,57990,3,810,978 -"82426",19963,59700,2,810,2346 -"82427",19963,61785,3,810,822 -"82428",19963,64967,3,810,2872 -"82429",19963,67264,3,810,2790 -"82430",19963,69017,3,810,1183 -"82431",19963,69498,3,810,931 -"82432",19963,70863,2,810,822 -"82433",19963,71478,2,810,1721 -"82434",19963,72122,3,810,1436 -"82435",19963,77001,3,810,1440 -"82436",19963,79612,3,810,927 -"82437",19963,80429,3,810,1927 -"82438",19963,85430,2,810,2370 -"82439",19963,85592,3,810,1412 -"82440",19963,86550,3,810,955 -"82441",19963,88232,3,810,2881 -"82442",19963,88860,3,810,1014 -"82443",19963,89668,3,810,1279 -"82444",19963,89958,1,810,1186 -"82445",19963,90837,2,810,825 -"82446",19963,91570,3,810,2229 -"82447",19963,93615,2,810,2386 -"82448",19963,96678,3,810,1183 -"82449",19963,102050,3,810,906 -"82450",19963,109383,1,810,952 -"82451",19963,117080,3,810,2357 -"82452",19972,9727,3,2078,2327 -"82453",19972,11135,2,2078,2441 -"82454",19972,15502,1,2078,2637 -"82455",19972,33363,3,2078,2475 -"82456",19972,35911,3,2078,2370 -"82457",19972,45487,3,2078,2256 -"82458",19972,73915,3,2078,2568 -"82459",19972,116792,3,2078,2397 -"82460",19980,9740,3,2231,2233 -"82461",19980,17480,3,2231,2316 -"82462",19980,19744,1,2231,2623 -"82463",19980,23098,2,2231,2300 -"82464",19980,30697,2,2231,2891 -"82465",19980,30827,2,2231,2323 -"82466",19980,42216,3,2231,2722 -"82467",19993,5350,3,2024,2522 -"82468",19993,69716,3,2024,2632 -"82469",20011,30194,2,2826,2874 -"82470",20024,1050,3,1181,1185 -"82471",20024,4226,3,1181,1903 -"82472",20024,6030,3,1181,2953 -"82473",20024,10488,3,1181,1524 -"82474",20024,38162,2,1181,1691 -"82475",20024,42474,3,1181,2322 -"82476",20024,58451,3,1181,1939 -"82477",20036,80705,2,2384,2764 -"82478",20038,378,3,1531,2766 -"82479",20038,1369,3,1531,2487 -"82480",20038,2282,2,1531,2056 -"82481",20038,2927,2,1531,1789 -"82482",20038,5041,3,1531,2371 -"82483",20038,5637,3,1531,1976 -"82484",20038,6999,3,1531,2214 -"82485",20038,9538,3,1531,1786 -"82486",20038,10358,3,1531,2294 -"82487",20038,10716,3,1531,1692 -"82488",20038,12116,3,1531,2119 -"82489",20038,13340,2,1531,1918 -"82490",20038,17695,3,1531,1930 -"82491",20038,19476,2,1531,1708 -"82492",20038,23560,3,1531,2051 -"82493",20038,26597,3,1531,2070 -"82494",20038,28782,3,1531,2272 -"82495",20038,32350,3,1531,1540 -"82496",20038,32919,3,1531,2321 -"82497",20038,33363,3,1531,2475 -"82498",20038,35317,3,1531,1888 -"82499",20038,35926,3,1531,2371 -"82500",20038,36840,3,1531,2269 -"82501",20038,42382,3,1531,2224 -"82502",20038,42390,3,1531,2937 -"82503",20038,42407,2,1531,2408 -"82504",20038,44878,3,1531,1620 -"82505",20038,46616,3,1531,1917 -"82506",20038,47882,3,1531,2769 -"82507",20038,53584,3,1531,2391 -"82508",20038,53648,3,1531,2167 -"82509",20038,70011,3,1531,2690 -"82510",20038,73520,2,1531,2613 -"82511",20038,77719,2,1531,2086 -"82512",20038,78277,2,1531,1937 -"82513",20038,79699,3,1531,1735 -"82514",20038,80970,2,1531,2069 -"82515",20038,84590,2,1531,1734 -"82516",20038,85065,3,1531,1585 -"82517",20038,93553,3,1531,2537 -"82518",20049,1151,3,877,2885 -"82519",20049,1938,3,877,997 -"82520",20049,3716,3,877,1679 -"82521",20049,4602,2,877,2446 -"82522",20049,5716,3,877,1058 -"82523",20049,5986,3,877,1721 -"82524",20049,7029,3,877,2204 -"82525",20049,7579,3,877,1624 -"82526",20049,7672,3,877,1974 -"82527",20049,8259,3,877,1677 -"82528",20049,10343,1,877,1072 -"82529",20049,10717,3,877,1938 -"82530",20049,10739,3,877,1807 -"82531",20049,11154,3,877,1594 -"82532",20049,11218,3,877,2292 -"82533",20049,12042,3,877,2345 -"82534",20049,12897,3,877,1351 -"82535",20049,13051,2,877,2692 -"82536",20049,13890,3,877,1482 -"82537",20049,14655,3,877,2559 -"82538",20049,15560,3,877,2257 -"82539",20049,16352,3,877,2657 -"82540",20049,17328,3,877,1206 -"82541",20049,23159,3,877,1548 -"82542",20049,23310,3,877,2371 -"82543",20049,25730,3,877,1206 -"82544",20049,26067,3,877,2069 -"82545",20049,26080,2,877,2525 -"82546",20049,30016,2,877,1124 -"82547",20049,30981,3,877,2366 -"82548",20049,32064,3,877,1739 -"82549",20049,32419,3,877,1909 -"82550",20049,36031,2,877,2342 -"82551",20049,37475,3,877,1509 -"82552",20049,39746,3,877,1361 -"82553",20049,41972,3,877,2509 -"82554",20049,42254,3,877,1052 -"82555",20049,44089,3,877,1632 -"82556",20049,49677,3,877,1222 -"82557",20049,50946,3,877,1075 -"82558",20049,53624,3,877,952 -"82559",20049,54388,2,877,1257 -"82560",20049,56082,3,877,2395 -"82561",20049,57842,3,877,2482 -"82562",20049,63837,3,877,2807 -"82563",20049,64197,3,877,1330 -"82564",20049,68691,3,877,1209 -"82565",20049,68876,3,877,1397 -"82566",20049,69232,3,877,2130 -"82567",20049,85449,3,877,2340 -"82568",20049,86343,3,877,1643 -"82569",20049,89681,2,877,1978 -"82570",20049,90378,3,877,890 -"82571",20049,109114,3,877,1287 -"82572",20056,1702,3,1824,1984 -"82573",20056,4313,3,1824,2368 -"82574",20056,4983,3,1824,1909 -"82575",20056,11429,3,1824,2520 -"82576",20056,18005,3,1824,2449 -"82577",20056,39777,2,1824,1936 -"82578",20056,41694,3,1824,2358 -"82579",20056,55482,2,1824,1866 -"82580",20056,66994,3,1824,1865 -"82581",20067,270,3,2390,2542 -"82582",20067,1355,3,2390,2473 -"82583",20067,1767,3,2390,2727 -"82584",20067,3961,2,2390,2426 -"82585",20067,3966,3,2390,2425 -"82586",20067,5315,2,2390,2631 -"82587",20067,6055,3,2390,2651 -"82588",20067,7984,3,2390,2493 -"82589",20067,9311,3,2390,2477 -"82590",20067,9893,3,2390,2701 -"82591",20067,10779,3,2390,2881 -"82592",20067,11477,3,2390,2724 -"82593",20067,14353,3,2390,2878 -"82594",20067,14959,2,2390,2898 -"82595",20067,15309,3,2390,2820 -"82596",20067,15444,2,2390,2764 -"82597",20067,15636,2,2390,2857 -"82598",20067,16826,3,2390,2599 -"82599",20067,17027,2,2390,2772 -"82600",20067,18151,3,2390,2962 -"82601",20067,18543,3,2390,2968 -"82602",20067,20732,3,2390,2401 -"82603",20067,21138,3,2390,2849 -"82604",20067,23011,3,2390,2763 -"82605",20067,23726,2,2390,2434 -"82606",20067,23787,3,2390,2810 -"82607",20067,24753,3,2390,2860 -"82608",20067,24756,3,2390,2530 -"82609",20067,25486,2,2390,2582 -"82610",20067,26080,3,2390,2525 -"82611",20067,29095,3,2390,2531 -"82612",20067,29314,3,2390,2736 -"82613",20067,33801,1,2390,2899 -"82614",20067,34120,3,2390,2786 -"82615",20067,35235,3,2390,2610 -"82616",20067,38227,3,2390,2511 -"82617",20067,41664,3,2390,2641 -"82618",20067,41955,3,2390,2479 -"82619",20067,41972,3,2390,2509 -"82620",20067,42574,3,2390,2842 -"82621",20067,44427,3,2390,2875 -"82622",20067,44885,3,2390,2670 -"82623",20067,45608,3,2390,2420 -"82624",20067,51410,3,2390,2739 -"82625",20067,53475,1,2390,2853 -"82626",20067,54695,3,2390,2429 -"82627",20067,54929,3,2390,2783 -"82628",20067,56082,3,2390,2395 -"82629",20067,57977,3,2390,2683 -"82630",20067,59140,3,2390,2528 -"82631",20067,67726,3,2390,2873 -"82632",20067,70046,3,2390,2624 -"82633",20067,70203,2,2390,2756 -"82634",20067,76398,2,2390,2400 -"82635",20067,78150,3,2390,2581 -"82636",20067,91142,3,2390,2527 -"82637",20067,92757,3,2390,2615 -"82638",20070,1315,3,1914,2760 -"82639",20070,3163,3,1914,2020 -"82640",20070,3801,3,1914,1974 -"82641",20070,3896,3,1914,2693 -"82642",20070,4821,3,1914,1938 -"82643",20070,7703,2,1914,2122 -"82644",20070,8821,3,1914,2230 -"82645",20070,10779,3,1914,2881 -"82646",20070,14972,3,1914,2332 -"82647",20070,17354,2,1914,2250 -"82648",20070,20271,2,1914,2044 -"82649",20070,21682,3,1914,2414 -"82650",20070,28626,2,1914,2842 -"82651",20070,28826,2,1914,2627 -"82652",20070,30981,3,1914,2366 -"82653",20070,35187,3,1914,2488 -"82654",20070,36031,2,1914,2342 -"82655",20070,36609,3,1914,2918 -"82656",20070,38973,3,1914,1999 -"82657",20070,42574,3,1914,2842 -"82658",20070,45618,3,1914,2356 -"82659",20070,45886,2,1914,2449 -"82660",20070,46506,3,1914,2464 -"82661",20070,48215,2,1914,2028 -"82662",20070,55604,2,1914,2342 -"82663",20070,63395,3,1914,2334 -"82664",20070,87837,3,1914,1987 -"82665",20070,89681,3,1914,1978 -"82666",20070,110934,3,1914,2308 -"82667",20088,11429,3,1677,2520 -"82668",20088,43524,3,1677,2572 -"82669",20088,49958,3,1677,1860 -"82670",20088,59579,3,1677,2034 -"82671",20124,270,2,2376,2542 -"82672",20124,489,3,2376,2652 -"82673",20124,1639,3,2376,2631 -"82674",20124,1822,3,2376,2888 -"82675",20124,2424,3,2376,2582 -"82676",20124,2484,3,2376,2389 -"82677",20124,3305,3,2376,2839 -"82678",20124,3477,2,2376,2546 -"82679",20124,3493,3,2376,2451 -"82680",20124,6074,3,2376,2426 -"82681",20124,7252,3,2376,2799 -"82682",20124,7847,3,2376,2424 -"82683",20124,9311,3,2376,2477 -"82684",20124,9332,3,2376,2734 -"82685",20124,9503,3,2376,2453 -"82686",20124,11477,3,2376,2724 -"82687",20124,12361,3,2376,2732 -"82688",20124,13899,3,2376,2650 -"82689",20124,14655,3,2376,2559 -"82690",20124,16332,2,2376,2668 -"82691",20124,16352,3,2376,2657 -"82692",20124,18005,3,2376,2449 -"82693",20124,18361,3,2376,2968 -"82694",20124,19862,3,2376,2412 -"82695",20124,20984,3,2376,2502 -"82696",20124,21138,3,2376,2849 -"82697",20124,22326,3,2376,2818 -"82698",20124,23725,3,2376,2378 -"82699",20124,25305,3,2376,2447 -"82700",20124,26080,3,2376,2525 -"82701",20124,26749,2,2376,2965 -"82702",20124,28869,3,2376,2425 -"82703",20124,29473,3,2376,2602 -"82704",20124,31357,3,2376,2389 -"82705",20124,32339,3,2376,2430 -"82706",20124,32395,3,2376,2735 -"82707",20124,33223,2,2376,2397 -"82708",20124,33949,3,2376,2489 -"82709",20124,34480,3,2376,2755 -"82710",20124,35187,3,2376,2488 -"82711",20124,35715,3,2376,2912 -"82712",20124,38780,3,2376,2705 -"82713",20124,39256,3,2376,2449 -"82714",20124,39556,3,2376,2747 -"82715",20124,40954,3,2376,2603 -"82716",20124,42216,3,2376,2722 -"82717",20124,43173,3,2376,2895 -"82718",20124,43455,3,2376,2846 -"82719",20124,43518,3,2376,2680 -"82720",20124,48605,3,2376,2796 -"82721",20124,51035,3,2376,2397 -"82722",20124,51843,3,2376,2389 -"82723",20124,53323,3,2376,2677 -"82724",20124,53687,3,2376,2422 -"82725",20124,53846,3,2376,2737 -"82726",20124,54775,3,2376,2383 -"82727",20124,54929,3,2376,2783 -"82728",20124,56082,2,2376,2395 -"82729",20124,61982,3,2376,2725 -"82730",20124,62841,3,2376,2710 -"82731",20124,68215,3,2376,2727 -"82732",20124,72207,3,2376,2430 -"82733",20124,72326,3,2376,2384 -"82734",20124,79322,3,2376,2770 -"82735",20124,79627,3,2376,2409 -"82736",20124,99215,3,2376,2791 -"82737",20124,117956,3,2376,2774 -"82738",20133,59485,3,161,1564 -"82739",20133,65188,3,161,2213 -"82740",20133,77377,2,161,1487 -"82741",20153,1102,3,1868,2282 -"82742",20153,2572,3,1868,2273 -"82743",20153,3801,3,1868,1974 -"82744",20153,4953,2,1868,2285 -"82745",20153,5041,3,1868,2371 -"82746",20153,6074,2,1868,2426 -"82747",20153,10358,3,1868,2294 -"82748",20153,12042,3,1868,2345 -"82749",20153,12724,2,1868,1930 -"82750",20153,15381,3,1868,2289 -"82751",20153,17826,3,1868,2920 -"82752",20153,21029,3,1868,1943 -"82753",20153,25569,3,1868,2317 -"82754",20153,32919,3,1868,2321 -"82755",20153,35926,3,1868,2371 -"82756",20153,38307,3,1868,2648 -"82757",20153,42216,3,1868,2722 -"82758",20153,43455,3,1868,2846 -"82759",20153,45302,3,1868,2390 -"82760",20153,63442,3,1868,1965 -"82761",20153,66992,3,1868,2882 -"82762",20155,2747,1,1517,2411 -"82763",20155,3127,3,1517,2273 -"82764",20155,7252,3,1517,2799 -"82765",20155,7597,3,1517,2037 -"82766",20155,8610,3,1517,2240 -"82767",20155,9503,3,1517,2453 -"82768",20155,10453,3,1517,1656 -"82769",20155,10754,3,1517,1797 -"82770",20155,11136,3,1517,2573 -"82771",20155,11563,3,1517,1863 -"82772",20155,11588,3,1517,2352 -"82773",20155,14749,3,1517,1998 -"82774",20155,14959,3,1517,2898 -"82775",20155,14998,2,1517,1553 -"82776",20155,15207,3,1517,1855 -"82777",20155,15826,3,1517,2772 -"82778",20155,16502,2,1517,1616 -"82779",20155,19215,3,1517,2604 -"82780",20155,21209,2,1517,2184 -"82781",20155,23131,3,1517,1732 -"82782",20155,23488,3,1517,1523 -"82783",20155,24069,3,1517,2697 -"82784",20155,25486,3,1517,2582 -"82785",20155,27908,3,1517,2576 -"82786",20155,28116,3,1517,1643 -"82787",20155,29286,3,1517,1612 -"82788",20155,30525,3,1517,1964 -"82789",20155,30865,3,1517,2038 -"82790",20155,31676,3,1517,1598 -"82791",20155,33801,3,1517,2899 -"82792",20155,36344,3,1517,2570 -"82793",20155,36953,3,1517,2790 -"82794",20155,37636,3,1517,2178 -"82795",20155,40572,3,1517,2666 -"82796",20155,41338,3,1517,1553 -"82797",20155,42256,3,1517,2839 -"82798",20155,42813,2,1517,2142 -"82799",20155,44433,1,1517,2224 -"82800",20155,44603,1,1517,2748 -"82801",20155,45039,3,1517,1663 -"82802",20155,46486,2,1517,1868 -"82803",20155,53475,3,1517,2853 -"82804",20155,54924,3,1517,2603 -"82805",20155,58501,3,1517,2613 -"82806",20155,61585,3,1517,2315 -"82807",20155,73107,3,1517,1918 -"82808",20155,92850,2,1517,1971 -"82809",20155,95064,3,1517,1801 -"82810",20162,997,3,2328,2788 -"82811",20162,3477,3,2328,2546 -"82812",20162,3495,2,2328,2431 -"82813",20162,5515,3,2328,2385 -"82814",20162,5669,3,2328,2502 -"82815",20162,5725,3,2328,2789 -"82816",20162,6063,3,2328,2349 -"82817",20162,11067,3,2328,2734 -"82818",20162,13899,3,2328,2650 -"82819",20162,19208,3,2328,2629 -"82820",20162,19605,2,2328,2395 -"82821",20162,28285,3,2328,2972 -"82822",20162,29454,2,2328,2719 -"82823",20162,31705,3,2328,2706 -"82824",20162,31799,3,2328,2547 -"82825",20162,33223,3,2328,2397 -"82826",20162,35514,3,2328,2346 -"82827",20162,36087,3,2328,2755 -"82828",20162,41764,3,2328,2409 -"82829",20162,48571,3,2328,2717 -"82830",20162,50480,3,2328,2701 -"82831",20162,50667,1,2328,2719 -"82832",20162,55906,3,2328,2851 -"82833",20162,62840,3,2328,2502 -"82834",20162,64699,3,2328,2797 -"82835",20162,72334,3,2328,2820 -"82836",20162,77155,2,2328,2946 -"82837",20162,82732,3,2328,2810 -"82838",20176,140,2,1050,2267 -"82839",20176,145,3,1050,1998 -"82840",20176,900,3,1050,2726 -"82841",20176,913,3,1050,2144 -"82842",20176,2407,2,1050,1725 -"82843",20176,2452,2,1050,1715 -"82844",20176,2540,3,1050,1398 -"82845",20176,3414,3,1050,2322 -"82846",20176,3978,3,1050,2775 -"82847",20176,4001,3,1050,1687 -"82848",20176,4249,3,1050,2547 -"82849",20176,4303,3,1050,2414 -"82850",20176,4821,3,1050,1938 -"82851",20176,4983,3,1050,1909 -"82852",20176,5897,3,1050,2337 -"82853",20176,5962,3,1050,2491 -"82854",20176,6262,3,1050,2733 -"82855",20176,6390,3,1050,2385 -"82856",20176,6697,3,1050,2438 -"82857",20176,6989,3,1050,2623 -"82858",20176,7597,3,1050,2037 -"82859",20176,7615,3,1050,1657 -"82860",20176,8354,3,1050,1705 -"82861",20176,8888,3,1050,1328 -"82862",20176,9202,3,1050,2477 -"82863",20176,9301,3,1050,1861 -"82864",20176,9703,3,1050,1845 -"82865",20176,10336,3,1050,2271 -"82866",20176,10473,3,1050,1783 -"82867",20176,11434,2,1050,1187 -"82868",20176,11516,2,1050,1937 -"82869",20176,11585,3,1050,1817 -"82870",20176,11648,3,1050,2852 -"82871",20176,12067,3,1050,1213 -"82872",20176,12199,3,1050,1651 -"82873",20176,13068,2,1050,1778 -"82874",20176,14287,3,1050,1583 -"82875",20176,14709,3,1050,1901 -"82876",20176,14817,3,1050,2110 -"82877",20176,15546,3,1050,2055 -"82878",20176,16437,3,1050,1956 -"82879",20176,16750,3,1050,1225 -"82880",20176,16776,3,1050,1565 -"82881",20176,16866,2,1050,2718 -"82882",20176,18005,3,1050,2449 -"82883",20176,18865,2,1050,2676 -"82884",20176,19208,3,1050,2629 -"82885",20176,19322,3,1050,2048 -"82886",20176,19433,3,1050,2504 -"82887",20176,19605,3,1050,2395 -"82888",20176,19934,3,1050,2888 -"82889",20176,20395,3,1050,1468 -"82890",20176,21575,3,1050,1762 -"82891",20176,21795,3,1050,2653 -"82892",20176,23015,3,1050,1362 -"82893",20176,23131,3,1050,1732 -"82894",20176,23132,3,1050,2756 -"82895",20176,23277,3,1050,1267 -"82896",20176,24176,3,1050,1986 -"82897",20176,24568,3,1050,1937 -"82898",20176,25378,2,1050,1245 -"82899",20176,26642,2,1050,2952 -"82900",20176,27280,3,1050,1965 -"82901",20176,27320,2,1050,2378 -"82902",20176,27391,2,1050,2378 -"82903",20176,27908,3,1050,2576 -"82904",20176,28525,3,1050,1273 -"82905",20176,28893,3,1050,2764 -"82906",20176,29267,2,1050,1234 -"82907",20176,29495,2,1050,1612 -"82908",20176,29997,3,1050,1789 -"82909",20176,30334,3,1050,2075 -"82910",20176,30486,3,1050,1269 -"82911",20176,30525,3,1050,1964 -"82912",20176,30865,1,1050,2038 -"82913",20176,30891,3,1050,1256 -"82914",20176,31089,3,1050,2952 -"82915",20176,31235,2,1050,2668 -"82916",20176,31317,3,1050,1362 -"82917",20176,33341,3,1050,2338 -"82918",20176,35302,3,1050,1589 -"82919",20176,36270,2,1050,2910 -"82920",20176,36344,2,1050,2570 -"82921",20176,37636,3,1050,2178 -"82922",20176,38087,3,1050,1083 -"82923",20176,38373,2,1050,1928 -"82924",20176,39062,3,1050,2020 -"82925",20176,39249,3,1050,1665 -"82926",20176,39443,3,1050,2277 -"82927",20176,39589,3,1050,1292 -"82928",20176,40392,3,1050,1878 -"82929",20176,40572,3,1050,2666 -"82930",20176,41023,3,1050,2408 -"82931",20176,41134,3,1050,2952 -"82932",20176,41694,3,1050,2358 -"82933",20176,42756,3,1050,1384 -"82934",20176,42813,3,1050,2142 -"82935",20176,44074,3,1050,1299 -"82936",20176,44557,3,1050,2371 -"82937",20176,45449,3,1050,1610 -"82938",20176,45480,3,1050,1104 -"82939",20176,45729,3,1050,2606 -"82940",20176,46299,3,1050,1132 -"82941",20176,46486,3,1050,1868 -"82942",20176,46570,3,1050,1707 -"82943",20176,47375,3,1050,2043 -"82944",20176,47445,3,1050,2668 -"82945",20176,47595,2,1050,2374 -"82946",20176,47968,2,1050,2829 -"82947",20176,50229,2,1050,1190 -"82948",20176,50335,3,1050,1893 -"82949",20176,50480,3,1050,2701 -"82950",20176,50581,3,1050,1258 -"82951",20176,50585,3,1050,2414 -"82952",20176,51783,3,1050,2599 -"82953",20176,53739,3,1050,2704 -"82954",20176,54855,3,1050,1525 -"82955",20176,56910,3,1050,2705 -"82956",20176,57544,3,1050,2443 -"82957",20176,59485,3,1050,1564 -"82958",20176,60258,3,1050,2405 -"82959",20176,61443,3,1050,2770 -"82960",20176,62219,3,1050,2494 -"82961",20176,62712,3,1050,2884 -"82962",20176,63395,2,1050,2334 -"82963",20176,63409,3,1050,1937 -"82964",20176,63644,3,1050,1267 -"82965",20176,65522,3,1050,1572 -"82966",20176,66121,2,1050,1281 -"82967",20176,67252,3,1050,1215 -"82968",20176,67815,2,1050,2476 -"82969",20176,69062,3,1050,1174 -"82970",20176,69215,3,1050,1591 -"82971",20176,69788,3,1050,2007 -"82972",20176,70126,3,1050,1158 -"82973",20176,70455,3,1050,1307 -"82974",20176,72571,3,1050,1175 -"82975",20176,74204,3,1050,2463 -"82976",20176,75282,2,1050,2675 -"82977",20176,76286,3,1050,1642 -"82978",20176,77200,3,1050,1737 -"82979",20176,80429,3,1050,1927 -"82980",20176,82252,3,1050,1248 -"82981",20176,87958,3,1050,1234 -"82982",20176,88067,2,1050,2315 -"82983",20176,88808,3,1050,1462 -"82984",20176,96059,3,1050,1286 -"82985",20176,101347,3,1050,1335 -"82986",20176,102566,3,1050,2207 -"82987",20176,107292,2,1050,1667 -"82988",20176,107649,3,1050,1573 -"82989",20193,3520,3,2079,2281 -"82990",20193,5606,2,2079,2875 -"82991",20200,20124,3,2322,2376 -"82992",20200,39556,3,2322,2747 -"82993",20200,41134,3,2322,2952 -"82994",20219,4551,3,2313,2720 -"82995",20219,45138,3,2313,2516 -"82996",20220,2,3,1656,2796 -"82997",20220,160,3,1656,2007 -"82998",20220,237,3,1656,1982 -"82999",20220,364,3,1656,2351 -"83000",20220,1520,2,1656,1716 -"83001",20220,2747,3,1656,2411 -"83002",20220,3127,3,1656,2273 -"83003",20220,3477,3,1656,2546 -"83004",20220,3978,3,1656,2775 -"83005",20220,4612,3,1656,2804 -"83006",20220,4730,3,1656,2131 -"83007",20220,6063,2,1656,2349 -"83008",20220,9035,1,1656,2771 -"83009",20220,9332,3,1656,2734 -"83010",20220,9503,2,1656,2453 -"83011",20220,9785,3,1656,2951 -"83012",20220,9787,3,1656,2858 -"83013",20220,11588,3,1656,2352 -"83014",20220,12577,3,1656,2530 -"83015",20220,14749,3,1656,1998 -"83016",20220,16205,3,1656,2630 -"83017",20220,16796,3,1656,1892 -"83018",20220,17037,2,1656,2947 -"83019",20220,19587,2,1656,1684 -"83020",20220,19655,3,1656,2706 -"83021",20220,20984,3,1656,2502 -"83022",20220,22364,3,1656,1809 -"83023",20220,22578,3,1656,2216 -"83024",20220,23131,3,1656,1732 -"83025",20220,23825,3,1656,1913 -"83026",20220,25163,3,1656,1751 -"83027",20220,26182,3,1656,2775 -"83028",20220,26959,3,1656,1961 -"83029",20220,27914,3,1656,2507 -"83030",20220,28051,3,1656,2089 -"83031",20220,28837,1,1656,2286 -"83032",20220,30334,3,1656,2075 -"83033",20220,30368,3,1656,2487 -"83034",20220,30442,3,1656,2124 -"83035",20220,30525,3,1656,1964 -"83036",20220,31335,3,1656,2351 -"83037",20220,31542,3,1656,2459 -"83038",20220,31868,3,1656,1993 -"83039",20220,33223,3,1656,2397 -"83040",20220,35728,3,1656,2017 -"83041",20220,36912,3,1656,2469 -"83042",20220,37636,3,1656,2178 -"83043",20220,39062,3,1656,2020 -"83044",20220,40035,3,1656,2742 -"83045",20220,40392,3,1656,1878 -"83046",20220,40542,3,1656,1664 -"83047",20220,40572,3,1656,2666 -"83048",20220,41581,3,1656,1692 -"83049",20220,43204,3,1656,1680 -"83050",20220,44603,3,1656,2748 -"83051",20220,45729,3,1656,2606 -"83052",20220,46384,3,1656,2285 -"83053",20220,46486,3,1656,1868 -"83054",20220,51783,3,1656,2599 -"83055",20220,53687,3,1656,2422 -"83056",20220,53739,3,1656,2704 -"83057",20220,54523,3,1656,1935 -"83058",20220,56569,3,1656,1993 -"83059",20220,61125,3,1656,1673 -"83060",20220,63077,3,1656,2778 -"83061",20220,72597,2,1656,1843 -"83062",20220,74370,3,1656,1667 -"83063",20220,81545,3,1656,2077 -"83064",20258,3695,2,1572,2612 -"83065",20258,96744,3,1572,1789 -"83066",20271,3711,3,2044,2360 -"83067",20271,7703,3,2044,2122 -"83068",20271,9311,3,2044,2477 -"83069",20271,10843,3,2044,2277 -"83070",20271,10890,3,2044,2639 -"83071",20271,14972,3,2044,2332 -"83072",20271,15626,3,2044,2434 -"83073",20271,17061,3,2044,2385 -"83074",20271,28626,3,2044,2842 -"83075",20271,33433,2,2044,2805 -"83076",20271,36031,3,2044,2342 -"83077",20271,55256,3,2044,2379 -"83078",20271,55604,3,2044,2342 -"83079",20271,55643,3,2044,2359 -"83080",20271,59113,3,2044,2434 -"83081",20271,62832,3,2044,2606 -"83082",20271,96169,3,2044,2356 -"83083",20273,160,3,148,2007 -"83084",20273,341,3,148,2689 -"83085",20273,359,3,148,635 -"83086",20273,364,3,148,2351 -"83087",20273,680,3,148,2569 -"83088",20273,758,3,148,1232 -"83089",20273,841,3,148,2964 -"83090",20273,913,3,148,2144 -"83091",20273,1629,3,148,1289 -"83092",20273,1641,3,148,1490 -"83093",20273,2057,3,148,1965 -"83094",20273,2418,3,148,2020 -"83095",20273,2452,3,148,1715 -"83096",20273,2540,3,148,1398 -"83097",20273,2591,3,148,1949 -"83098",20273,2852,3,148,2448 -"83099",20273,4779,3,148,379 -"83100",20273,4790,3,148,1025 -"83101",20273,5036,3,148,312 -"83102",20273,6479,3,148,1021 -"83103",20273,7337,3,148,1797 -"83104",20273,7785,3,148,2441 -"83105",20273,8908,3,148,1537 -"83106",20273,9241,3,148,2338 -"83107",20273,9484,2,148,1429 -"83108",20273,9782,3,148,340 -"83109",20273,10350,3,148,1163 -"83110",20273,10551,3,148,243 -"83111",20273,10577,3,148,497 -"83112",20273,10739,3,148,1807 -"83113",20273,11588,3,148,2352 -"83114",20273,11990,3,148,1909 -"83115",20273,12023,3,148,799 -"83116",20273,13136,3,148,2867 -"83117",20273,13295,3,148,779 -"83118",20273,14503,3,148,437 -"83119",20273,14678,3,148,799 -"83120",20273,14754,3,148,2456 -"83121",20273,15078,3,148,1033 -"83122",20273,15560,3,148,2257 -"83123",20273,16286,3,148,2470 -"83124",20273,16501,3,148,1650 -"83125",20273,16539,3,148,1947 -"83126",20273,18102,3,148,1642 -"83127",20273,18122,3,148,894 -"83128",20273,18124,3,148,1642 -"83129",20273,18550,3,148,483 -"83130",20273,18672,2,148,1182 -"83131",20273,19662,2,148,170 -"83132",20273,20662,1,148,1523 -"83133",20273,22945,2,148,237 -"83134",20273,23131,3,148,1732 -"83135",20273,23398,3,148,896 -"83136",20273,24069,3,148,2697 -"83137",20273,24096,3,148,2612 -"83138",20273,24302,3,148,407 -"83139",20273,25295,3,148,341 -"83140",20273,25373,3,148,2783 -"83141",20273,25832,3,148,1689 -"83142",20273,26450,3,148,1709 -"83143",20273,27275,3,148,2656 -"83144",20273,27390,2,148,2425 -"83145",20273,27742,3,148,2700 -"83146",20273,27882,3,148,1897 -"83147",20273,27914,3,148,2507 -"83148",20273,28116,3,148,1643 -"83149",20273,28904,3,148,926 -"83150",20273,29073,3,148,2328 -"83151",20273,29295,3,148,2043 -"83152",20273,30525,3,148,1964 -"83153",20273,31335,3,148,2351 -"83154",20273,32651,3,148,877 -"83155",20273,32920,2,148,2158 -"83156",20273,33341,3,148,2338 -"83157",20273,33665,3,148,787 -"83158",20273,35589,3,148,983 -"83159",20273,35709,3,148,464 -"83160",20273,35797,2,148,2482 -"83161",20273,36346,2,148,1240 -"83162",20273,36487,3,148,2622 -"83163",20273,38807,3,148,631 -"83164",20273,38816,3,148,1225 -"83165",20273,39418,2,148,1978 -"83166",20273,39589,3,148,1292 -"83167",20273,39999,3,148,1593 -"83168",20273,40309,3,148,871 -"83169",20273,40954,3,148,2603 -"83170",20273,41694,2,148,2358 -"83171",20273,42254,3,148,1052 -"83172",20273,42756,3,148,1384 -"83173",20273,43207,3,148,635 -"83174",20273,43961,1,148,2443 -"83175",20273,44074,2,148,1299 -"83176",20273,44341,3,148,1230 -"83177",20273,44582,1,148,197 -"83178",20273,45729,2,148,2606 -"83179",20273,46261,3,148,2350 -"83180",20273,47375,2,148,2043 -"83181",20273,49414,3,148,1667 -"83182",20273,50229,3,148,1190 -"83183",20273,51879,3,148,1771 -"83184",20273,55482,2,148,1866 -"83185",20273,56755,2,148,2158 -"83186",20273,57067,3,148,2547 -"83187",20273,62712,3,148,2884 -"83188",20273,64110,3,148,1331 -"83189",20273,64156,3,148,675 -"83190",20273,64967,3,148,2872 -"83191",20273,66943,2,148,327 -"83192",20273,66994,2,148,1865 -"83193",20273,67942,3,148,973 -"83194",20273,68586,3,148,2322 -"83195",20273,71793,2,148,153 -"83196",20273,77052,3,148,2770 -"83197",20273,77077,3,148,2693 -"83198",20273,80671,2,148,665 -"83199",20273,81437,3,148,1101 -"83200",20273,83122,2,148,1503 -"83201",20273,83301,3,148,1385 -"83202",20273,83377,3,148,243 -"83203",20273,87011,2,148,1592 -"83204",20273,87269,2,148,847 -"83205",20273,87907,3,148,1173 -"83206",20273,88212,3,148,2547 -"83207",20273,88324,3,148,1080 -"83208",20273,89311,3,148,398 -"83209",20273,89538,2,148,1847 -"83210",20273,90745,2,148,1994 -"83211",20273,96401,3,148,303 -"83212",20273,104098,3,148,512 -"83213",20273,106399,3,148,1530 -"83214",20273,107435,2,148,1635 -"83215",20273,122658,3,148,1648 -"83216",20284,3164,1,2530,2693 -"83217",20284,5315,3,2530,2631 -"83218",20284,6030,2,2530,2953 -"83219",20284,20292,3,2530,2755 -"83220",20284,21571,3,2530,2755 -"83221",20284,28168,2,2530,2702 -"83222",20284,32567,3,2530,2784 -"83223",20284,51052,3,2530,2784 -"83224",20287,2424,3,1099,2582 -"83225",20287,4791,3,1099,1184 -"83226",20287,6363,3,1099,2066 -"83227",20287,12863,3,1099,2027 -"83228",20287,16940,2,1099,1290 -"83229",20287,19719,3,1099,2177 -"83230",20287,21197,3,1099,1437 -"83231",20287,21285,3,1099,2100 -"83232",20287,22141,2,1099,2348 -"83233",20287,22282,3,1099,1418 -"83234",20287,22884,3,1099,1608 -"83235",20287,26749,3,1099,2965 -"83236",20287,27175,3,1099,1447 -"83237",20287,33621,3,1099,1319 -"83238",20287,35095,3,1099,1502 -"83239",20287,43173,2,1099,2895 -"83240",20287,43226,3,1099,2442 -"83241",20287,43385,3,1099,1623 -"83242",20287,48414,3,1099,1749 -"83243",20287,52058,3,1099,1836 -"83244",20287,52576,3,1099,2234 -"83245",20287,55468,3,1099,2511 -"83246",20287,58508,3,1099,2326 -"83247",20287,58652,3,1099,1437 -"83248",20287,71342,3,1099,1289 -"83249",20287,72956,3,1099,1251 -"83250",20287,82949,3,1099,2077 -"83251",20287,84022,3,1099,2289 -"83252",20287,92491,3,1099,1968 -"83253",20287,101295,3,1099,2165 -"83254",20287,115622,3,1099,1895 -"83255",20292,6030,3,2755,2953 -"83256",20292,9362,3,2755,2879 -"83257",20292,10779,3,2755,2881 -"83258",20292,28296,3,2755,2944 -"83259",20292,32567,3,2755,2784 -"83260",20292,34735,3,2755,2767 -"83261",20292,54929,2,2755,2783 -"83262",20308,19934,3,2254,2888 -"83263",20308,38259,3,2254,2258 -"83264",20308,59039,3,2254,2870 -"83265",20311,206,3,1981,1986 -"83266",20311,270,3,1981,2542 -"83267",20311,307,3,1981,2530 -"83268",20311,312,2,1981,2038 -"83269",20311,1355,3,1981,2473 -"83270",20311,2533,3,1981,2016 -"83271",20311,2684,2,1981,2874 -"83272",20311,3628,3,1981,2707 -"83273",20311,3961,3,1981,2426 -"83274",20311,4701,2,1981,2401 -"83275",20311,5239,3,1981,2875 -"83276",20311,5429,3,1981,1991 -"83277",20311,5462,3,1981,2374 -"83278",20311,5504,3,1981,2389 -"83279",20311,5839,3,1981,2301 -"83280",20311,5971,2,1981,1985 -"83281",20311,6055,3,1981,2651 -"83282",20311,6491,2,1981,2424 -"83283",20311,6588,3,1981,2025 -"83284",20311,7013,3,1981,2040 -"83285",20311,7245,3,1981,2089 -"83286",20311,7984,2,1981,2493 -"83287",20311,7992,3,1981,2033 -"83288",20311,8762,3,1981,2585 -"83289",20311,9057,3,1981,2629 -"83290",20311,9311,3,1981,2477 -"83291",20311,9624,3,1981,2398 -"83292",20311,10148,3,1981,2964 -"83293",20311,10358,3,1981,2294 -"83294",20311,11055,2,1981,2111 -"83295",20311,11351,2,1981,2971 -"83296",20311,11440,3,1981,2026 -"83297",20311,11477,3,1981,2724 -"83298",20311,11620,1,1981,2010 -"83299",20311,12374,3,1981,2260 -"83300",20311,12728,3,1981,2374 -"83301",20311,13573,3,1981,2774 -"83302",20311,14959,3,1981,2898 -"83303",20311,15401,3,1981,1999 -"83304",20311,15930,3,1981,2541 -"83305",20311,16352,3,1981,2657 -"83306",20311,16801,2,1981,2008 -"83307",20311,16826,3,1981,2599 -"83308",20311,17400,3,1981,2231 -"83309",20311,17520,3,1981,2276 -"83310",20311,18394,3,1981,2356 -"83311",20311,18415,3,1981,2184 -"83312",20311,19248,3,1981,2357 -"83313",20311,19606,3,1981,2783 -"83314",20311,20067,2,1981,2390 -"83315",20311,20732,3,1981,2401 -"83316",20311,21104,3,1981,2327 -"83317",20311,21693,3,1981,2176 -"83318",20311,21706,2,1981,1988 -"83319",20311,22197,3,1981,2271 -"83320",20311,22326,3,1981,2818 -"83321",20311,23509,2,1981,2275 -"83322",20311,23526,3,1981,1998 -"83323",20311,23725,3,1981,2378 -"83324",20311,23726,3,1981,2434 -"83325",20311,23787,3,1981,2810 -"83326",20311,24753,3,1981,2860 -"83327",20311,24756,3,1981,2530 -"83328",20311,25486,2,1981,2582 -"83329",20311,26451,2,1981,2133 -"83330",20311,26848,3,1981,2363 -"83331",20311,27628,3,1981,2389 -"83332",20311,29073,3,1981,2328 -"83333",20311,29095,2,1981,2531 -"83334",20311,31069,3,1981,1995 -"83335",20311,32988,2,1981,2008 -"83336",20311,33801,1,1981,2899 -"83337",20311,34136,3,1981,2202 -"83338",20311,40369,3,1981,2735 -"83339",20311,41664,3,1981,2641 -"83340",20311,42505,3,1981,2008 -"83341",20311,43213,3,1981,2160 -"83342",20311,43479,3,1981,2178 -"83343",20311,43518,3,1981,2680 -"83344",20311,44420,3,1981,2184 -"83345",20311,45608,3,1981,2420 -"83346",20311,45633,3,1981,2134 -"83347",20311,46629,3,1981,2255 -"83348",20311,50118,2,1981,2654 -"83349",20311,50236,2,1981,2339 -"83350",20311,50382,3,1981,2244 -"83351",20311,51041,3,1981,2606 -"83352",20311,51319,3,1981,2488 -"83353",20311,52576,3,1981,2234 -"83354",20311,53475,2,1981,2853 -"83355",20311,54695,3,1981,2429 -"83356",20311,55468,2,1981,2511 -"83357",20311,56082,2,1981,2395 -"83358",20311,56237,3,1981,2625 -"83359",20311,56317,2,1981,2030 -"83360",20311,57544,3,1981,2443 -"83361",20311,58508,3,1981,2326 -"83362",20311,58993,3,1981,2390 -"83363",20311,59140,3,1981,2528 -"83364",20311,64997,3,1981,2791 -"83365",20311,65322,3,1981,2008 -"83366",20311,70203,3,1981,2756 -"83367",20311,72207,3,1981,2430 -"83368",20311,72326,3,1981,2384 -"83369",20311,78150,3,1981,2581 -"83370",20311,79804,3,1981,2227 -"83371",20311,82949,3,1981,2077 -"83372",20311,89826,3,1981,2033 -"83373",20311,92757,3,1981,2615 -"83374",20311,108379,3,1981,2933 -"83375",20319,135,3,468,2233 -"83376",20319,270,3,468,2542 -"83377",20319,312,3,468,2038 -"83378",20319,380,3,468,2261 -"83379",20319,455,3,468,2827 -"83380",20319,555,3,468,552 -"83381",20319,600,3,468,1702 -"83382",20319,671,2,468,2328 -"83383",20319,675,1,468,1686 -"83384",20319,701,3,468,2718 -"83385",20319,733,2,468,1653 -"83386",20319,1044,3,468,880 -"83387",20319,1046,3,468,1881 -"83388",20319,1050,3,468,1185 -"83389",20319,1130,3,468,1566 -"83390",20319,1136,1,468,2536 -"83391",20319,1151,3,468,2885 -"83392",20319,1321,3,468,2075 -"83393",20319,1469,3,468,1160 -"83394",20319,1616,3,468,2662 -"83395",20319,1826,3,468,924 -"83396",20319,1897,3,468,1727 -"83397",20319,2063,1,468,1278 -"83398",20319,2224,3,468,2751 -"83399",20319,2269,3,468,984 -"83400",20319,2300,3,468,565 -"83401",20319,2424,3,468,2582 -"83402",20319,2533,3,468,2016 -"83403",20319,2563,3,468,1686 -"83404",20319,2743,1,468,1278 -"83405",20319,2954,3,468,2727 -"83406",20319,3167,3,468,1676 -"83407",20319,3242,2,468,1730 -"83408",20319,3493,3,468,2451 -"83409",20319,3954,3,468,839 -"83410",20319,4191,2,468,2130 -"83411",20319,4226,3,468,1903 -"83412",20319,4618,2,468,2607 -"83413",20319,4687,3,468,2152 -"83414",20319,4889,3,468,1501 -"83415",20319,4980,2,468,2093 -"83416",20319,5120,3,468,2735 -"83417",20319,5504,3,468,2389 -"83418",20319,5725,3,468,2789 -"83419",20319,6023,3,468,2050 -"83420",20319,6363,2,468,2066 -"83421",20319,6392,3,468,1878 -"83422",20319,6428,2,468,1952 -"83423",20319,6491,2,468,2424 -"83424",20319,6940,3,468,1183 -"83425",20319,7245,3,468,2089 -"83426",20319,7354,3,468,2008 -"83427",20319,7515,3,468,2737 -"83428",20319,7582,3,468,1099 -"83429",20319,7847,2,468,2424 -"83430",20319,7861,3,468,1647 -"83431",20319,8011,3,468,889 -"83432",20319,8258,3,468,1959 -"83433",20319,8529,3,468,1205 -"83434",20319,8533,3,468,2251 -"83435",20319,8621,2,468,1681 -"83436",20319,8700,3,468,1270 -"83437",20319,8772,3,468,847 -"83438",20319,8866,3,468,1545 -"83439",20319,8888,3,468,1328 -"83440",20319,9150,3,468,2689 -"83441",20319,9184,3,468,2670 -"83442",20319,9298,3,468,1109 -"83443",20319,9362,3,468,2879 -"83444",20319,9805,3,468,1621 -"83445",20319,10404,3,468,2062 -"83446",20319,10799,3,468,2010 -"83447",20319,10875,3,468,1234 -"83448",20319,10890,3,468,2639 -"83449",20319,11434,3,468,1187 -"83450",20319,11471,3,468,839 -"83451",20319,11516,3,468,1937 -"83452",20319,11817,3,468,600 -"83453",20319,12004,3,468,996 -"83454",20319,12096,3,468,1330 -"83455",20319,12199,3,468,1651 -"83456",20319,12374,3,468,2260 -"83457",20319,12747,2,468,2818 -"83458",20319,13929,3,468,2693 -"83459",20319,14108,3,468,2012 -"83460",20319,14520,3,468,634 -"83461",20319,14652,3,468,2516 -"83462",20319,14972,3,468,2332 -"83463",20319,15539,3,468,1929 -"83464",20319,15643,3,468,502 -"83465",20319,16074,2,468,977 -"83466",20319,16164,1,468,1184 -"83467",20319,16217,3,468,1653 -"83468",20319,16365,3,468,2217 -"83469",20319,16609,3,468,538 -"83470",20319,16625,3,468,1285 -"83471",20319,16940,3,468,1290 -"83472",20319,17354,3,468,2250 -"83473",20319,17357,3,468,1536 -"83474",20319,18211,3,468,1745 -"83475",20319,18364,3,468,535 -"83476",20319,19027,3,468,2721 -"83477",20319,19096,3,468,1538 -"83478",20319,19248,3,468,2357 -"83479",20319,19322,3,468,2048 -"83480",20319,19506,3,468,1385 -"83481",20319,19516,3,468,2313 -"83482",20319,19718,3,468,1702 -"83483",20319,19835,3,468,1135 -"83484",20319,19882,3,468,565 -"83485",20319,20287,3,468,1099 -"83486",20319,20419,3,468,1587 -"83487",20319,20563,2,468,2267 -"83488",20319,20700,3,468,2861 -"83489",20319,20783,3,468,2414 -"83490",20319,20824,1,468,1366 -"83491",20319,21122,3,468,1701 -"83492",20319,21758,3,468,1331 -"83493",20319,21911,2,468,1184 -"83494",20319,22006,3,468,1202 -"83495",20319,22141,3,468,2348 -"83496",20319,22501,2,468,1006 -"83497",20319,22705,3,468,1016 -"83498",20319,22884,1,468,1608 -"83499",20319,22885,2,468,1702 -"83500",20319,23132,3,468,2756 -"83501",20319,23140,3,468,2787 -"83502",20319,23216,2,468,2424 -"83503",20319,23460,3,468,2183 -"83504",20319,23506,2,468,1172 -"83505",20319,23534,2,468,1659 -"83506",20319,23704,2,468,2278 -"83507",20319,23918,3,468,1881 -"83508",20319,24005,3,468,1188 -"83509",20319,24568,3,468,1937 -"83510",20319,24755,3,468,1319 -"83511",20319,24962,3,468,2126 -"83512",20319,25198,3,468,1982 -"83513",20319,25341,2,468,1858 -"83514",20319,25595,3,468,768 -"83515",20319,25643,2,468,1646 -"83516",20319,25816,2,468,2088 -"83517",20319,25976,3,468,659 -"83518",20319,25985,3,468,2071 -"83519",20319,26067,3,468,2069 -"83520",20319,26282,3,468,1241 -"83521",20319,26322,1,468,1018 -"83522",20319,26342,3,468,527 -"83523",20319,26436,2,468,2489 -"83524",20319,26516,2,468,2479 -"83525",20319,26570,3,468,1669 -"83526",20319,26608,3,468,2329 -"83527",20319,26706,3,468,1846 -"83528",20319,27628,2,468,2389 -"83529",20319,27753,1,468,2750 -"83530",20319,28057,3,468,1067 -"83531",20319,28285,3,468,2972 -"83532",20319,28434,2,468,1141 -"83533",20319,28731,2,468,955 -"83534",20319,28874,3,468,2329 -"83535",20319,29456,3,468,1182 -"83536",20319,30325,3,468,1067 -"83537",20319,30411,3,468,630 -"83538",20319,30438,2,468,1617 -"83539",20319,31000,3,468,1526 -"83540",20319,31050,3,468,1491 -"83541",20319,31243,3,468,1355 -"83542",20319,31799,3,468,2547 -"83543",20319,32017,3,468,577 -"83544",20319,32131,3,468,1035 -"83545",20319,32811,3,468,804 -"83546",20319,32947,3,468,1091 -"83547",20319,32965,3,468,2071 -"83548",20319,32988,3,468,2008 -"83549",20319,33551,3,468,1734 -"83550",20319,33588,1,468,1040 -"83551",20319,33621,1,468,1319 -"83552",20319,33672,3,468,2396 -"83553",20319,34136,3,468,2202 -"83554",20319,34160,2,468,1759 -"83555",20319,34216,3,468,2832 -"83556",20319,34464,3,468,1741 -"83557",20319,34492,1,468,1798 -"83558",20319,34509,3,468,1973 -"83559",20319,34815,2,468,2354 -"83560",20319,34836,3,468,2302 -"83561",20319,35302,3,468,1589 -"83562",20319,35673,3,468,1067 -"83563",20319,36651,2,468,1600 -"83564",20319,37418,3,468,2710 -"83565",20319,37620,3,468,2716 -"83566",20319,37628,2,468,819 -"83567",20319,38019,3,468,1870 -"83568",20319,38449,3,468,1802 -"83569",20319,38523,3,468,549 -"83570",20319,38727,3,468,2238 -"83571",20319,39411,3,468,2384 -"83572",20319,39535,3,468,2428 -"83573",20319,39880,3,468,1620 -"83574",20319,40028,3,468,1349 -"83575",20319,40293,3,468,1671 -"83576",20319,40369,2,468,2735 -"83577",20319,40487,3,468,2512 -"83578",20319,40488,3,468,486 -"83579",20319,41739,3,468,1339 -"83580",20319,41843,3,468,571 -"83581",20319,41901,3,468,630 -"83582",20319,42186,2,468,955 -"83583",20319,42216,3,468,2722 -"83584",20319,42725,3,468,630 -"83585",20319,43173,3,468,2895 -"83586",20319,43769,3,468,2394 -"83587",20319,43839,3,468,1685 -"83588",20319,43883,3,468,925 -"83589",20319,44306,3,468,1036 -"83590",20319,44636,3,468,1026 -"83591",20319,44648,1,468,619 -"83592",20319,45715,2,468,2287 -"83593",20319,46469,3,468,759 -"83594",20319,47098,3,468,2057 -"83595",20319,47435,3,468,878 -"83596",20319,47857,3,468,2325 -"83597",20319,47947,3,468,2681 -"83598",20319,48277,3,468,971 -"83599",20319,49189,3,468,1550 -"83600",20319,50075,3,468,1026 -"83601",20319,50667,3,468,2719 -"83602",20319,50785,3,468,2877 -"83603",20319,50976,2,468,547 -"83604",20319,51022,2,468,1499 -"83605",20319,51041,2,468,2606 -"83606",20319,51319,3,468,2488 -"83607",20319,51410,2,468,2739 -"83608",20319,51987,2,468,1397 -"83609",20319,52136,3,468,1412 -"83610",20319,52327,3,468,1472 -"83611",20319,52457,3,468,849 -"83612",20319,52835,3,468,995 -"83613",20319,53196,3,468,1888 -"83614",20319,53266,3,468,2389 -"83615",20319,53323,3,468,2677 -"83616",20319,53412,3,468,566 -"83617",20319,53851,3,468,2305 -"83618",20319,54305,3,468,1222 -"83619",20319,54676,3,468,1342 -"83620",20319,54740,3,468,2750 -"83621",20319,54855,3,468,1525 -"83622",20319,54980,3,468,876 -"83623",20319,55139,3,468,2323 -"83624",20319,55691,3,468,2856 -"83625",20319,56143,3,468,766 -"83626",20319,56171,3,468,1524 -"83627",20319,56317,3,468,2030 -"83628",20319,57129,2,468,1858 -"83629",20319,57544,3,468,2443 -"83630",20319,57977,3,468,2683 -"83631",20319,57990,3,468,978 -"83632",20319,58035,2,468,1646 -"83633",20319,58133,3,468,1484 -"83634",20319,58221,3,468,1787 -"83635",20319,59438,2,468,2400 -"83636",20319,59790,3,468,1827 -"83637",20319,60661,3,468,2700 -"83638",20319,62840,3,468,2502 -"83639",20319,63409,3,468,1937 -"83640",20319,63515,3,468,2023 -"83641",20319,63770,3,468,1324 -"83642",20319,64031,2,468,1295 -"83643",20319,64181,2,468,1828 -"83644",20319,64793,3,468,2819 -"83645",20319,64997,1,468,2791 -"83646",20319,65625,3,468,1273 -"83647",20319,65884,3,468,798 -"83648",20319,66413,3,468,2507 -"83649",20319,67216,3,468,984 -"83650",20319,67314,2,468,1051 -"83651",20319,67352,3,468,1115 -"83652",20319,70046,3,468,2624 -"83653",20319,71562,3,468,2574 -"83654",20319,73047,3,468,824 -"83655",20319,73675,3,468,887 -"83656",20319,73728,2,468,784 -"83657",20319,73786,3,468,2937 -"83658",20319,74095,3,468,2333 -"83659",20319,74730,3,468,535 -"83660",20319,75025,3,468,717 -"83661",20319,76127,3,468,910 -"83662",20319,77835,3,468,1327 -"83663",20319,78256,2,468,804 -"83664",20319,80172,2,468,1342 -"83665",20319,80429,3,468,1927 -"83666",20319,80471,2,468,538 -"83667",20319,80678,3,468,1595 -"83668",20319,81463,3,468,955 -"83669",20319,81813,3,468,1656 -"83670",20319,82767,2,468,1641 -"83671",20319,82787,2,468,1144 -"83672",20319,83053,3,468,1303 -"83673",20319,83219,3,468,1492 -"83674",20319,83422,3,468,1500 -"83675",20319,86505,3,468,1302 -"83676",20319,86550,3,468,955 -"83677",20319,88232,3,468,2881 -"83678",20319,88473,3,468,1102 -"83679",20319,88710,3,468,927 -"83680",20319,88808,3,468,1462 -"83681",20319,88860,3,468,1014 -"83682",20319,89047,3,468,877 -"83683",20319,89965,3,468,810 -"83684",20319,90259,3,468,699 -"83685",20319,90790,3,468,1492 -"83686",20319,91162,3,468,1693 -"83687",20319,91163,3,468,1171 -"83688",20319,91201,3,468,1702 -"83689",20319,91901,3,468,1236 -"83690",20319,92491,2,468,1968 -"83691",20319,92592,3,468,486 -"83692",20319,94808,3,468,988 -"83693",20319,96894,3,468,1598 -"83694",20319,98801,3,468,1035 -"83695",20319,99103,2,468,1470 -"83696",20319,100134,2,468,977 -"83697",20319,102107,1,468,504 -"83698",20319,103721,3,468,1030 -"83699",20319,104280,3,468,887 -"83700",20319,105063,3,468,1908 -"83701",20319,105947,3,468,997 -"83702",20319,107649,3,468,1573 -"83703",20319,108400,3,468,908 -"83704",20319,109383,3,468,952 -"83705",20319,109718,3,468,1237 -"83706",20319,111761,2,468,783 -"83707",20319,119444,3,468,888 -"83708",20321,915,3,1596,1793 -"83709",20321,1102,3,1596,2282 -"83710",20321,7942,3,1596,2623 -"83711",20321,9552,3,1596,1947 -"83712",20321,10239,3,1596,2032 -"83713",20321,12724,3,1596,1930 -"83714",20321,15443,3,1596,1631 -"83715",20321,16482,2,1596,1958 -"83716",20321,17812,3,1596,2705 -"83717",20321,19208,3,1596,2629 -"83718",20321,19528,3,1596,2742 -"83719",20321,19605,2,1596,2395 -"83720",20321,24756,3,1596,2530 -"83721",20321,29454,3,1596,2719 -"83722",20321,31856,1,1596,2630 -"83723",20321,32939,3,1596,2277 -"83724",20321,39256,3,1596,2449 -"83725",20321,42216,3,1596,2722 -"83726",20321,45329,3,1596,1693 -"83727",20321,50480,3,1596,2701 -"83728",20321,54313,3,1596,1645 -"83729",20321,57804,3,1596,2214 -"83730",20321,70433,3,1596,2639 -"83731",20325,37418,2,1842,2710 -"83732",20331,316,3,2365,2413 -"83733",20331,341,2,2365,2689 -"83734",20331,841,3,2365,2964 -"83735",20331,3495,2,2365,2431 -"83736",20331,3978,3,2365,2775 -"83737",20331,8842,3,2365,2535 -"83738",20331,10310,3,2365,2774 -"83739",20331,11103,3,2365,2393 -"83740",20331,15444,3,2365,2764 -"83741",20331,16628,3,2365,2409 -"83742",20331,17264,3,2365,2528 -"83743",20331,17549,3,2365,2647 -"83744",20331,19208,3,2365,2629 -"83745",20331,19605,3,2365,2395 -"83746",20331,21734,3,2365,2528 -"83747",20331,24256,3,2365,2393 -"83748",20331,27379,3,2365,2461 -"83749",20331,30697,3,2365,2891 -"83750",20331,31331,3,2365,2964 -"83751",20331,31705,3,2365,2706 -"83752",20331,38307,2,2365,2648 -"83753",20331,41770,3,2365,2752 -"83754",20331,41945,3,2365,2856 -"83755",20331,43455,3,2365,2846 -"83756",20331,44688,2,2365,2924 -"83757",20331,50480,3,2365,2701 -"83758",20331,77155,2,2365,2946 -"83759",20332,55574,1,1725,2202 -"83760",20343,14,2,851,1793 -"83761",20343,212,3,851,1513 -"83762",20343,380,3,851,2261 -"83763",20343,915,2,851,1793 -"83764",20343,919,3,851,910 -"83765",20343,1102,2,851,2282 -"83766",20343,1136,3,851,2536 -"83767",20343,1175,3,851,1642 -"83768",20343,1196,3,851,1986 -"83769",20343,1592,3,851,2006 -"83770",20343,1691,3,851,1941 -"83771",20343,1767,2,851,2727 -"83772",20343,1822,3,851,2888 -"83773",20343,1875,3,851,1786 -"83774",20343,2181,3,851,2030 -"83775",20343,2224,3,851,2751 -"83776",20343,2337,3,851,1697 -"83777",20343,2424,3,851,2582 -"83778",20343,2572,3,851,2273 -"83779",20343,2600,3,851,1182 -"83780",20343,3068,2,851,1815 -"83781",20343,3477,2,851,2546 -"83782",20343,3495,3,851,2431 -"83783",20343,3801,3,851,1974 -"83784",20343,3980,2,851,2771 -"83785",20343,4504,3,851,1905 -"83786",20343,4622,3,851,1589 -"83787",20343,5235,3,851,2324 -"83788",20343,6052,3,851,1985 -"83789",20343,6063,2,851,2349 -"83790",20343,6074,3,851,2426 -"83791",20343,6104,3,851,2462 -"83792",20343,6252,3,851,2336 -"83793",20343,6392,3,851,1878 -"83794",20343,7406,3,851,1906 -"83795",20343,8610,3,851,2240 -"83796",20343,8726,3,851,2083 -"83797",20343,8777,3,851,1620 -"83798",20343,8993,3,851,2099 -"83799",20343,9423,3,851,1708 -"83800",20343,9440,3,851,1006 -"83801",20343,9503,3,851,2453 -"83802",20343,10146,3,851,1878 -"83803",20343,11154,3,851,1594 -"83804",20343,11229,3,851,1625 -"83805",20343,11434,3,851,1187 -"83806",20343,11450,2,851,915 -"83807",20343,11625,1,851,2022 -"83808",20343,12724,2,851,1930 -"83809",20343,12779,1,851,936 -"83810",20343,13158,2,851,2667 -"83811",20343,13248,3,851,1385 -"83812",20343,13479,3,851,2155 -"83813",20343,13551,3,851,1451 -"83814",20343,13837,3,851,1604 -"83815",20343,13899,2,851,2650 -"83816",20343,14072,3,851,1346 -"83817",20343,14108,3,851,2012 -"83818",20343,14328,3,851,1725 -"83819",20343,14817,3,851,2110 -"83820",20343,15023,3,851,2054 -"83821",20343,15235,1,851,1045 -"83822",20343,16053,3,851,908 -"83823",20343,17351,3,851,2036 -"83824",20343,17399,3,851,884 -"83825",20343,17632,3,851,1947 -"83826",20343,17938,3,851,1410 -"83827",20343,17943,3,851,1943 -"83828",20343,18165,3,851,2085 -"83829",20343,18217,2,851,1566 -"83830",20343,18543,3,851,2968 -"83831",20343,19069,3,851,988 -"83832",20343,19282,3,851,1623 -"83833",20343,19317,2,851,2041 -"83834",20343,19605,3,851,2395 -"83835",20343,19744,3,851,2623 -"83836",20343,19835,2,851,1135 -"83837",20343,19980,3,851,2231 -"83838",20343,20124,3,851,2376 -"83839",20343,20162,3,851,2328 -"83840",20343,20407,3,851,2339 -"83841",20343,20416,1,851,2323 -"83842",20343,20732,3,851,2401 -"83843",20343,20984,3,851,2502 -"83844",20343,21133,3,851,1320 -"83845",20343,21164,3,851,1645 -"83846",20343,21275,3,851,2609 -"83847",20343,21684,3,851,1971 -"83848",20343,21929,3,851,2062 -"83849",20343,22057,3,851,974 -"83850",20343,22403,3,851,1630 -"83851",20343,22462,2,851,869 -"83852",20343,23460,3,851,2183 -"83853",20343,23726,3,851,2434 -"83854",20343,23751,3,851,1740 -"83855",20343,24060,3,851,2349 -"83856",20343,26734,3,851,2299 -"83857",20343,28588,3,851,1335 -"83858",20343,28808,3,851,1063 -"83859",20343,29170,3,851,1846 -"83860",20343,29267,3,851,1234 -"83861",20343,29884,3,851,1239 -"83862",20343,30092,1,851,1593 -"83863",20343,30486,3,851,1269 -"83864",20343,30798,3,851,1398 -"83865",20343,30827,1,851,2323 -"83866",20343,30850,2,851,1045 -"83867",20343,31357,3,851,2389 -"83868",20343,32064,3,851,1739 -"83869",20343,32339,3,851,2430 -"83870",20343,32395,3,851,2735 -"83871",20343,32939,3,851,2277 -"83872",20343,33223,2,851,2397 -"83873",20343,33451,3,851,1957 -"83874",20343,33470,3,851,2003 -"83875",20343,34120,3,851,2786 -"83876",20343,34136,3,851,2202 -"83877",20343,35822,3,851,1903 -"83878",20343,36346,3,851,1240 -"83879",20343,36514,3,851,1192 -"83880",20343,37301,2,851,2160 -"83881",20343,38213,2,851,1744 -"83882",20343,38284,2,851,1234 -"83883",20343,38457,3,851,1630 -"83884",20343,38513,3,851,914 -"83885",20343,39135,3,851,2489 -"83886",20343,40493,3,851,1981 -"83887",20343,40542,2,851,1664 -"83888",20343,41900,3,851,1970 -"83889",20343,41945,3,851,2856 -"83890",20343,42129,3,851,2318 -"83891",20343,42216,1,851,2722 -"83892",20343,43077,3,851,884 -"83893",20343,43404,2,851,2649 -"83894",20343,44181,3,851,1034 -"83895",20343,45302,2,851,2390 -"83896",20343,46446,3,851,2295 -"83897",20343,46621,3,851,1343 -"83898",20343,46717,2,851,938 -"83899",20343,47595,3,851,2374 -"83900",20343,48823,3,851,2080 -"83901",20343,49470,3,851,1528 -"83902",20343,49620,2,851,1868 -"83903",20343,50134,3,851,2674 -"83904",20343,51017,3,851,2073 -"83905",20343,51035,3,851,2397 -"83906",20343,51628,3,851,901 -"83907",20343,51687,3,851,2333 -"83908",20343,51843,3,851,2389 -"83909",20343,51866,3,851,2411 -"83910",20343,52136,3,851,1412 -"83911",20343,52953,3,851,1741 -"83912",20343,54953,3,851,2223 -"83913",20343,55084,1,851,1189 -"83914",20343,56026,2,851,908 -"83915",20343,56873,3,851,1421 -"83916",20343,57150,3,851,1196 -"83917",20343,57804,3,851,2214 -"83918",20343,58164,3,851,2398 -"83919",20343,59438,3,851,2400 -"83920",20343,59790,3,851,1827 -"83921",20343,60179,3,851,2708 -"83922",20343,61242,3,851,1650 -"83923",20343,66992,3,851,2882 -"83924",20343,71531,3,851,2887 -"83925",20343,73675,3,851,887 -"83926",20343,74636,2,851,2525 -"83927",20343,75028,3,851,1660 -"83928",20343,76143,3,851,1610 -"83929",20343,76503,3,851,1136 -"83930",20343,79213,3,851,1620 -"83931",20343,79547,3,851,1909 -"83932",20343,83218,3,851,1537 -"83933",20343,84317,3,851,2081 -"83934",20343,88063,3,851,1045 -"83935",20343,88070,2,851,949 -"83936",20343,88232,3,851,2881 -"83937",20343,88739,3,851,933 -"83938",20343,92322,3,851,2393 -"83939",20343,95879,3,851,1748 -"83940",20343,108498,3,851,974 -"83941",20350,12779,3,194,936 -"83942",20350,19069,3,194,988 -"83943",20350,22057,3,194,974 -"83944",20350,29884,3,194,1239 -"83945",20350,37301,3,194,2160 -"83946",20350,56639,2,194,643 -"83947",20355,2226,3,2111,2225 -"83948",20355,4660,3,2111,2149 -"83949",20355,5315,3,2111,2631 -"83950",20355,7508,2,2111,2396 -"83951",20355,8887,3,2111,2373 -"83952",20355,11103,3,2111,2393 -"83953",20355,13573,2,2111,2774 -"83954",20355,30981,3,2111,2366 -"83955",20355,34158,3,2111,2639 -"83956",20355,36574,2,2111,2934 -"83957",20355,45903,3,2111,2237 -"83958",20355,47013,3,2111,2388 -"83959",20355,52471,3,2111,2483 -"83960",20355,63641,3,2111,2337 -"83961",20355,82932,3,2111,2245 -"83962",20355,86105,3,2111,2226 -"83963",20355,92895,3,2111,2339 -"83964",20363,21,2,279,1385 -"83965",20363,622,3,279,501 -"83966",20363,680,3,279,2569 -"83967",20363,1108,2,279,1600 -"83968",20363,1150,2,279,1595 -"83969",20363,1314,3,279,1522 -"83970",20363,1560,3,279,2013 -"83971",20363,1629,3,279,1289 -"83972",20363,2190,3,279,2359 -"83973",20363,2747,3,279,2411 -"83974",20363,3477,3,279,2546 -"83975",20363,4066,3,279,1736 -"83976",20363,4303,3,279,2414 -"83977",20363,4646,3,279,2139 -"83978",20363,4730,3,279,2131 -"83979",20363,6160,3,279,969 -"83980",20363,6821,3,279,1788 -"83981",20363,7684,3,279,790 -"83982",20363,9503,3,279,2453 -"83983",20363,9723,3,279,2302 -"83984",20363,10200,2,279,2920 -"83985",20363,10595,3,279,494 -"83986",20363,10803,3,279,545 -"83987",20363,10980,3,279,1974 -"83988",20363,11310,3,279,957 -"83989",20363,11429,3,279,2520 -"83990",20363,12200,3,279,1400 -"83991",20363,12818,2,279,2015 -"83992",20363,12973,3,279,1569 -"83993",20363,13007,3,279,2496 -"83994",20363,13068,3,279,1778 -"83995",20363,14586,2,279,2801 -"83996",20363,14599,2,279,1118 -"83997",20363,14654,3,279,1692 -"83998",20363,14761,3,279,2502 -"83999",20363,16590,3,279,1123 -"84000",20363,16850,3,279,1657 -"84001",20363,18102,3,279,1642 -"84002",20363,19215,3,279,2604 -"84003",20363,19364,3,279,2846 -"84004",20363,19718,3,279,1702 -"84005",20363,19934,3,279,2888 -"84006",20363,20355,3,279,2111 -"84007",20363,21535,3,279,404 -"84008",20363,21684,3,279,1971 -"84009",20363,22580,3,279,2245 -"84010",20363,22709,3,279,2743 -"84011",20363,23015,3,279,1362 -"84012",20363,23131,3,279,1732 -"84013",20363,24086,2,279,2663 -"84014",20363,24734,3,279,338 -"84015",20363,24860,3,279,1204 -"84016",20363,25378,3,279,1245 -"84017",20363,27320,3,279,2378 -"84018",20363,28893,3,279,2764 -"84019",20363,29495,3,279,1612 -"84020",20363,30525,3,279,1964 -"84021",20363,31335,3,279,2351 -"84022",20363,31541,1,279,1500 -"84023",20363,31652,3,279,2047 -"84024",20363,33451,3,279,1957 -"84025",20363,33691,3,279,949 -"84026",20363,33755,3,279,2963 -"84027",20363,34491,1,279,2694 -"84028",20363,34831,3,279,1866 -"84029",20363,36450,3,279,1591 -"84030",20363,37522,3,279,1270 -"84031",20363,37752,3,279,2223 -"84032",20363,38087,3,279,1083 -"84033",20363,38532,3,279,1234 -"84034",20363,39522,2,279,1428 -"84035",20363,39875,3,279,2422 -"84036",20363,40309,3,279,871 -"84037",20363,41723,3,279,2101 -"84038",20363,42331,3,279,1585 -"84039",20363,42837,3,279,1096 -"84040",20363,42883,3,279,2575 -"84041",20363,44694,3,279,2220 -"84042",20363,44749,3,279,1303 -"84043",20363,44982,3,279,1592 -"84044",20363,45874,2,279,944 -"84045",20363,45983,3,279,1260 -"84046",20363,50430,3,279,1689 -"84047",20363,50585,3,279,2414 -"84048",20363,51879,3,279,1771 -"84049",20363,52041,2,279,2694 -"84050",20363,54663,2,279,1424 -"84051",20363,54782,2,279,565 -"84052",20363,55171,3,279,2972 -"84053",20363,55472,3,279,1516 -"84054",20363,55487,1,279,1500 -"84055",20363,56862,3,279,868 -"84056",20363,56873,3,279,1421 -"84057",20363,57394,2,279,1271 -"84058",20363,57765,3,279,2893 -"84059",20363,58229,2,279,1202 -"84060",20363,58501,3,279,2613 -"84061",20363,58875,3,279,1899 -"84062",20363,60672,3,279,2876 -"84063",20363,60808,3,279,1258 -"84064",20363,63837,3,279,2807 -"84065",20363,65557,3,279,813 -"84066",20363,67607,3,279,528 -"84067",20363,68876,3,279,1397 -"84068",20363,69077,3,279,1689 -"84069",20363,69232,3,279,2130 -"84070",20363,70101,3,279,2414 -"84071",20363,70656,2,279,2771 -"84072",20363,70814,3,279,2771 -"84073",20363,82932,3,279,2245 -"84074",20363,83301,3,279,1385 -"84075",20363,84975,3,279,1138 -"84076",20363,92850,3,279,1971 -"84077",20363,95338,3,279,915 -"84078",20363,96007,3,279,895 -"84079",20363,97990,3,279,1223 -"84080",20369,600,3,1356,1702 -"84081",20369,5346,3,1356,1438 -"84082",20369,14731,3,1356,2012 -"84083",20369,15207,3,1356,1855 -"84084",20369,22566,3,1356,2308 -"84085",20369,24511,3,1356,1871 -"84086",20369,35542,3,1356,1439 -"84087",20369,36950,3,1356,2204 -"84088",20369,58284,3,1356,2292 -"84089",20369,64181,3,1356,1828 -"84090",20369,66413,3,1356,2507 -"84091",20369,105063,3,1356,1908 -"84092",20371,843,3,595,2332 -"84093",20371,1369,3,595,2487 -"84094",20371,2272,3,595,1640 -"84095",20371,2724,1,595,2447 -"84096",20371,4691,3,595,1888 -"84097",20371,4968,3,595,1586 -"84098",20371,5816,3,595,2408 -"84099",20371,6040,3,595,2103 -"84100",20371,6562,2,595,1139 -"84101",20371,6999,3,595,2214 -"84102",20371,9656,3,595,1135 -"84103",20371,10457,3,595,1711 -"84104",20371,10716,3,595,1692 -"84105",20371,11803,1,595,1232 -"84106",20371,12116,3,595,2119 -"84107",20371,12861,1,595,1207 -"84108",20371,13340,3,595,1918 -"84109",20371,14061,1,595,1620 -"84110",20371,15023,3,595,2054 -"84111",20371,15180,2,595,610 -"84112",20371,15281,3,595,810 -"84113",20371,15582,3,595,598 -"84114",20371,15683,3,595,1729 -"84115",20371,17608,3,595,1216 -"84116",20371,19476,3,595,1708 -"84117",20371,19667,3,595,1466 -"84118",20371,20038,3,595,1531 -"84119",20371,20547,3,595,2145 -"84120",20371,22410,3,595,2158 -"84121",20371,23498,3,595,2398 -"84122",20371,23560,3,595,2051 -"84123",20371,24116,3,595,1413 -"84124",20371,24867,3,595,1861 -"84125",20371,25053,3,595,2186 -"84126",20371,25886,3,595,1580 -"84127",20371,26100,3,595,1966 -"84128",20371,27512,3,595,947 -"84129",20371,29289,3,595,1756 -"84130",20371,29354,3,595,1123 -"84131",20371,29977,3,595,2781 -"84132",20371,31259,3,595,2082 -"84133",20371,31264,3,595,2335 -"84134",20371,31990,3,595,2264 -"84135",20371,35317,3,595,1888 -"84136",20371,41051,3,595,2767 -"84137",20371,41098,3,595,1857 -"84138",20371,42407,2,595,2408 -"84139",20371,48501,3,595,2010 -"84140",20371,49805,2,595,2445 -"84141",20371,50779,2,595,623 -"84142",20371,51843,3,595,2389 -"84143",20371,53289,3,595,2746 -"84144",20371,54385,3,595,2340 -"84145",20371,55325,2,595,653 -"84146",20371,55730,2,595,1217 -"84147",20371,62848,2,595,1230 -"84148",20371,63096,3,595,2307 -"84149",20371,64737,3,595,2442 -"84150",20371,68691,3,595,1209 -"84151",20371,71307,3,595,761 -"84152",20371,74054,2,595,1488 -"84153",20371,77519,1,595,819 -"84154",20371,77719,3,595,2086 -"84155",20371,78277,3,595,1937 -"84156",20371,80705,2,595,2764 -"84157",20371,84322,3,595,1635 -"84158",20371,84808,3,595,1974 -"84159",20371,90943,3,595,1754 -"84160",20371,91465,2,595,1047 -"84161",20371,94339,3,595,2768 -"84162",20385,3284,2,801,1541 -"84163",20385,11383,3,801,977 -"84164",20385,25327,3,801,977 -"84165",20385,36514,3,801,1192 -"84166",20385,39554,3,801,1988 -"84167",20385,52597,3,801,1773 -"84168",20385,63477,3,801,1907 -"84169",20385,85141,2,801,1056 -"84170",20392,2407,3,1309,1725 -"84171",20392,3669,3,1309,2524 -"84172",20392,9727,3,1309,2327 -"84173",20392,9808,2,1309,1648 -"84174",20392,11135,3,1309,2441 -"84175",20392,14957,2,1309,2306 -"84176",20392,15502,3,1309,2637 -"84177",20392,15782,3,1309,2306 -"84178",20392,16771,3,1309,1541 -"84179",20392,16866,3,1309,2718 -"84180",20392,18865,3,1309,2676 -"84181",20392,18954,3,1309,2364 -"84182",20392,19972,3,1309,2078 -"84183",20392,20517,3,1309,1465 -"84184",20392,23890,2,1309,1810 -"84185",20392,24761,3,1309,2384 -"84186",20392,29824,3,1309,2772 -"84187",20392,33562,2,1309,1979 -"84188",20392,48879,3,1309,1524 -"84189",20392,50476,3,1309,1641 -"84190",20392,51448,3,1309,1593 -"84191",20392,53498,2,1309,1967 -"84192",20392,59347,2,1309,1926 -"84193",20392,63395,3,1309,2334 -"84194",20392,69215,1,1309,1591 -"84195",20392,80680,2,1309,2403 -"84196",20392,84235,3,1309,1639 -"84197",20392,105867,3,1309,1641 -"84198",20392,108872,2,1309,1810 -"84199",20392,115966,2,1309,2349 -"84200",20395,341,3,1468,2689 -"84201",20395,680,3,1468,2569 -"84202",20395,1314,3,1468,1522 -"84203",20395,1519,2,1468,2349 -"84204",20395,2206,3,1468,2536 -"84205",20395,2852,3,1468,2448 -"84206",20395,2936,3,1468,2512 -"84207",20395,2959,3,1468,1785 -"84208",20395,3127,3,1468,2273 -"84209",20395,3978,3,1468,2775 -"84210",20395,4303,3,1468,2414 -"84211",20395,4660,3,1468,2149 -"84212",20395,4669,3,1468,2395 -"84213",20395,5106,2,1468,2622 -"84214",20395,5897,3,1468,2337 -"84215",20395,6989,3,1468,2623 -"84216",20395,7997,3,1468,2049 -"84217",20395,8275,2,1468,2237 -"84218",20395,11648,2,1468,2852 -"84219",20395,12759,3,1468,2414 -"84220",20395,12818,3,1468,2015 -"84221",20395,12948,2,1468,2669 -"84222",20395,14781,2,1468,2338 -"84223",20395,15095,3,1468,2001 -"84224",20395,16437,3,1468,1956 -"84225",20395,16776,3,1468,1565 -"84226",20395,17033,2,1468,2771 -"84227",20395,18102,3,1468,1642 -"84228",20395,18124,2,1468,1642 -"84229",20395,18965,3,1468,2315 -"84230",20395,20941,3,1468,2725 -"84231",20395,21487,3,1468,2203 -"84232",20395,21810,3,1468,1579 -"84233",20395,27320,2,1468,2378 -"84234",20395,27742,3,1468,2700 -"84235",20395,28627,3,1468,2694 -"84236",20395,28869,3,1468,2425 -"84237",20395,29495,3,1468,1612 -"84238",20395,30334,3,1468,2075 -"84239",20395,37636,3,1468,2178 -"84240",20395,37929,3,1468,2393 -"84241",20395,38373,3,1468,1928 -"84242",20395,38691,3,1468,2585 -"84243",20395,40392,3,1468,1878 -"84244",20395,40572,2,1468,2666 -"84245",20395,41023,3,1468,2408 -"84246",20395,44566,3,1468,1626 -"84247",20395,45869,2,1468,2840 -"84248",20395,46486,3,1468,1868 -"84249",20395,46982,3,1468,2806 -"84250",20395,47013,2,1468,2388 -"84251",20395,47072,3,1468,1564 -"84252",20395,47968,3,1468,2829 -"84253",20395,50630,3,1468,2615 -"84254",20395,51783,3,1468,2599 -"84255",20395,59039,3,1468,2870 -"84256",20395,61337,2,1468,2777 -"84257",20395,62715,3,1468,1838 -"84258",20395,63641,3,1468,2337 -"84259",20395,66717,3,1468,2104 -"84260",20395,67266,3,1468,2010 -"84261",20395,70583,2,1468,2615 -"84262",20395,74370,3,1468,1667 -"84263",20395,77497,3,1468,2359 -"84264",20395,80506,3,1468,1920 -"84265",20395,88067,3,1468,2315 -"84266",20395,94525,3,1468,1993 -"84267",20397,669,3,735,1423 -"84268",20397,10646,3,735,1555 -"84269",20397,10859,3,735,2231 -"84270",20397,14272,1,735,1063 -"84271",20397,17626,3,735,1265 -"84272",20397,18244,3,735,1622 -"84273",20397,18366,2,735,2699 -"84274",20397,21795,3,735,2653 -"84275",20397,27135,1,735,798 -"84276",20397,35888,3,735,2291 -"84277",20397,49560,3,735,1679 -"84278",20397,58180,1,735,1919 -"84279",20397,72535,3,735,1191 -"84280",20397,82829,2,735,2416 -"84281",20397,83079,2,735,798 -"84282",20397,105795,2,735,1265 -"84283",20397,107435,2,735,1635 -"84284",20397,108647,3,735,1934 -"84285",20397,113619,1,735,760 -"84286",20407,489,3,2339,2652 -"84287",20407,1090,3,2339,2370 -"84288",20407,2208,3,2339,2814 -"84289",20407,2424,3,2339,2582 -"84290",20407,2684,3,2339,2874 -"84291",20407,3305,3,2339,2839 -"84292",20407,3493,3,2339,2451 -"84293",20407,3628,3,2339,2707 -"84294",20407,5258,2,2339,2730 -"84295",20407,6074,3,2339,2426 -"84296",20407,6104,3,2339,2462 -"84297",20407,6390,2,2339,2385 -"84298",20407,8762,3,2339,2585 -"84299",20407,9311,3,2339,2477 -"84300",20407,11351,3,2339,2971 -"84301",20407,14652,3,2339,2516 -"84302",20407,15626,3,2339,2434 -"84303",20407,18543,3,2339,2968 -"84304",20407,19605,3,2339,2395 -"84305",20407,20700,3,2339,2861 -"84306",20407,21571,3,2339,2755 -"84307",20407,21682,2,2339,2414 -"84308",20407,23132,3,2339,2756 -"84309",20407,24256,3,2339,2393 -"84310",20407,25565,3,2339,2764 -"84311",20407,29948,3,2339,2795 -"84312",20407,31235,3,2339,2668 -"84313",20407,31705,3,2339,2706 -"84314",20407,33380,3,2339,2340 -"84315",20407,33433,3,2339,2805 -"84316",20407,33475,3,2339,2367 -"84317",20407,34812,3,2339,2442 -"84318",20407,36439,1,2339,2469 -"84319",20407,43173,3,2339,2895 -"84320",20407,44427,3,2339,2875 -"84321",20407,45742,3,2339,2566 -"84322",20407,46951,3,2339,2429 -"84323",20407,47248,3,2339,2883 -"84324",20407,47445,3,2339,2668 -"84325",20407,51853,2,2339,2520 -"84326",20407,56082,3,2339,2395 -"84327",20407,67182,3,2339,2855 -"84328",20407,71274,3,2339,2390 -"84329",20407,72207,3,2339,2430 -"84330",20407,74636,2,2339,2525 -"84331",20407,78563,3,2339,2385 -"84332",20407,79322,3,2339,2770 -"84333",20407,88232,2,2339,2881 -"84334",20407,92322,3,2339,2393 -"84335",20413,3100,3,806,2524 -"84336",20413,3786,3,806,2282 -"84337",20413,4144,3,806,1520 -"84338",20413,6071,2,806,2310 -"84339",20413,6562,3,806,1139 -"84340",20413,9050,3,806,2026 -"84341",20413,9727,3,806,2327 -"84342",20413,9912,3,806,1356 -"84343",20413,11135,2,806,2441 -"84344",20413,15502,2,806,2637 -"84345",20413,15916,2,806,1236 -"84346",20413,16833,3,806,1661 -"84347",20413,19687,1,806,2072 -"84348",20413,19972,3,806,2078 -"84349",20413,21419,3,806,1243 -"84350",20413,21895,3,806,1693 -"84351",20413,21976,2,806,1808 -"84352",20413,23639,2,806,2065 -"84353",20413,23731,2,806,1656 -"84354",20413,24116,2,806,1413 -"84355",20413,25139,3,806,816 -"84356",20413,25270,2,806,985 -"84357",20413,25286,2,806,1545 -"84358",20413,25886,3,806,1580 -"84359",20413,26567,2,806,1158 -"84360",20413,27391,3,806,2378 -"84361",20413,28567,3,806,2398 -"84362",20413,29276,3,806,2000 -"84363",20413,33363,3,806,2475 -"84364",20413,34953,3,806,1817 -"84365",20413,45299,3,806,2426 -"84366",20413,45487,3,806,2256 -"84367",20413,47130,3,806,2654 -"84368",20413,47330,3,806,2422 -"84369",20413,47827,3,806,1957 -"84370",20413,48764,3,806,860 -"84371",20413,49147,3,806,2539 -"84372",20413,51448,2,806,1593 -"84373",20413,55436,3,806,2513 -"84374",20413,56212,2,806,1410 -"84375",20413,56673,3,806,2419 -"84376",20413,56726,3,806,969 -"84377",20413,62498,3,806,1698 -"84378",20413,65223,3,806,2724 -"84379",20413,67763,3,806,822 -"84380",20413,73915,3,806,2568 -"84381",20413,78460,2,806,985 -"84382",20413,79236,3,806,1505 -"84383",20413,80061,3,806,1223 -"84384",20413,80896,3,806,943 -"84385",20413,81134,3,806,1384 -"84386",20413,83133,3,806,1055 -"84387",20413,85264,3,806,1236 -"84388",20413,92381,3,806,1237 -"84389",20413,92947,3,806,1289 -"84390",20413,93317,2,806,1223 -"84391",20413,93670,3,806,1682 -"84392",20413,94399,2,806,963 -"84393",20413,95661,2,806,872 -"84394",20413,99955,3,806,1223 -"84395",20413,104542,2,806,897 -"84396",20413,104659,3,806,2026 -"84397",20413,106554,2,806,1270 -"84398",20413,116792,3,806,2397 -"84399",20416,1767,3,2323,2727 -"84400",20416,3477,3,2323,2546 -"84401",20416,3980,3,2323,2771 -"84402",20416,6063,3,2323,2349 -"84403",20416,13158,2,2323,2667 -"84404",20416,13899,3,2323,2650 -"84405",20416,33223,3,2323,2397 -"84406",20416,42216,2,2323,2722 -"84407",20416,43404,3,2323,2649 -"84408",20416,45302,3,2323,2390 -"84409",20416,74636,3,2323,2525 -"84410",20419,145,3,1587,1998 -"84411",20419,160,3,1587,2007 -"84412",20419,733,3,1587,1653 -"84413",20419,3242,3,1587,1730 -"84414",20419,4929,3,1587,2240 -"84415",20419,6324,3,1587,1990 -"84416",20419,6417,3,1587,1675 -"84417",20419,6449,3,1587,1997 -"84418",20419,6821,3,1587,1788 -"84419",20419,7616,2,1587,2296 -"84420",20419,9331,3,1587,2269 -"84421",20419,9423,3,1587,1708 -"84422",20419,11218,3,1587,2292 -"84423",20419,12081,3,1587,2166 -"84424",20419,13388,3,1587,2119 -"84425",20419,14096,3,1587,1861 -"84426",20419,14325,3,1587,1976 -"84427",20419,14918,2,1587,2071 -"84428",20419,16539,3,1587,1947 -"84429",20419,17351,2,1587,2036 -"84430",20419,17549,3,1587,2647 -"84431",20419,17632,3,1587,1947 -"84432",20419,18670,3,1587,1835 -"84433",20419,19208,3,1587,2629 -"84434",20419,20563,3,1587,2267 -"84435",20419,21079,2,1587,1997 -"84436",20419,23534,3,1587,1659 -"84437",20419,25030,3,1587,2017 -"84438",20419,28048,3,1587,1637 -"84439",20419,30092,3,1587,1593 -"84440",20419,31117,3,1587,2210 -"84441",20419,33200,3,1587,2221 -"84442",20419,34120,2,1587,2786 -"84443",20419,34659,3,1587,1924 -"84444",20419,35529,3,1587,1620 -"84445",20419,36862,3,1587,2655 -"84446",20419,38307,3,1587,2648 -"84447",20419,41664,3,1587,2641 -"84448",20419,41900,3,1587,1970 -"84449",20419,41945,3,1587,2856 -"84450",20419,44089,3,1587,1632 -"84451",20419,44688,3,1587,2924 -"84452",20419,46042,2,1587,1692 -"84453",20419,47564,3,1587,2650 -"84454",20419,49334,3,1587,2433 -"84455",20419,50480,3,1587,2701 -"84456",20419,53134,3,1587,1590 -"84457",20419,54929,3,1587,2783 -"84458",20419,55076,3,1587,2408 -"84459",20419,62334,3,1587,1766 -"84460",20419,70573,3,1587,1993 -"84461",20419,77611,3,1587,1795 -"84462",20419,82767,3,1587,1641 -"84463",20423,455,3,2654,2827 -"84464",20423,701,3,2654,2718 -"84465",20423,17826,2,2654,2920 -"84466",20423,18151,3,2654,2962 -"84467",20423,22714,3,2654,2793 -"84468",20423,23319,3,2654,2867 -"84469",20423,45134,2,2654,2758 -"84470",20423,47947,3,2654,2681 -"84471",20423,48605,3,2654,2796 -"84472",20423,49461,2,2654,2793 -"84473",20423,67264,3,2654,2790 -"84474",20423,79653,3,2654,2683 -"84475",20423,81865,3,2654,2704 -"84476",20432,1692,3,1727,2443 -"84477",20432,2759,3,1727,2030 -"84478",20432,3488,3,1727,2351 -"84479",20432,5839,3,1727,2301 -"84480",20432,6627,3,1727,2063 -"84481",20432,6824,3,1727,2680 -"84482",20432,7269,2,1727,1728 -"84483",20432,9620,3,1727,2339 -"84484",20432,10638,3,1727,2692 -"84485",20432,10799,2,1727,2010 -"84486",20432,11253,3,1727,2577 -"84487",20432,11506,2,1727,2824 -"84488",20432,16594,3,1727,1755 -"84489",20432,18464,3,1727,2312 -"84490",20432,18571,3,1727,2128 -"84491",20432,18943,2,1727,2861 -"84492",20432,20007,3,1727,2971 -"84493",20432,21463,2,1727,2437 -"84494",20432,26155,3,1727,1802 -"84495",20432,27783,3,1727,2302 -"84496",20432,31164,2,1727,1996 -"84497",20432,32449,2,1727,2091 -"84498",20432,36136,2,1727,2338 -"84499",20432,39105,3,1727,2487 -"84500",20432,41978,2,1727,2824 -"84501",20432,46951,3,1727,2429 -"84502",20432,53013,3,1727,2523 -"84503",20432,56338,3,1727,1818 -"84504",20432,59005,2,1727,2817 -"84505",20432,59039,3,1727,2870 -"84506",20432,61458,3,1727,2630 -"84507",20432,66911,3,1727,1920 -"84508",20432,69335,3,1727,2698 -"84509",20432,76132,3,1727,2426 -"84510",20432,76675,3,1727,1840 -"84511",20432,82819,3,1727,1900 -"84512",20467,622,3,263,501 -"84513",20467,1150,3,263,1595 -"84514",20467,1560,3,263,2013 -"84515",20467,9716,3,263,1929 -"84516",20467,14654,2,263,1692 -"84517",20467,14761,3,263,2502 -"84518",20467,40392,3,263,1878 -"84519",20467,82226,3,263,1619 -"84520",20469,3695,3,2125,2612 -"84521",20469,7078,3,2125,2344 -"84522",20469,14772,1,2125,2386 -"84523",20469,18151,3,2125,2962 -"84524",20469,21417,3,2125,2422 -"84525",20469,21795,3,2125,2653 -"84526",20469,26865,3,2125,2726 -"84527",20469,34327,3,2125,2959 -"84528",20469,41004,3,2125,2561 -"84529",20469,45664,3,2125,2235 -"84530",20469,46602,3,2125,2786 -"84531",20469,68215,3,2125,2727 -"84532",20469,73266,3,2125,2496 -"84533",20469,90501,3,2125,2380 -"84534",20473,14776,2,268,1488 -"84535",20473,73491,3,268,867 -"84536",20473,92045,1,268,2356 -"84537",20486,6047,3,1908,2004 -"84538",20486,6449,3,1908,1997 -"84539",20486,9175,2,1908,2639 -"84540",20486,11516,3,1908,1937 -"84541",20486,12449,3,1908,2067 -"84542",20486,14972,3,1908,2332 -"84543",20486,23526,3,1908,1998 -"84544",20486,24558,2,1908,2139 -"84545",20486,26671,3,1908,2279 -"84546",20486,31307,3,1908,2139 -"84547",20486,32606,3,1908,2100 -"84548",20486,39189,3,1908,2319 -"84549",20486,45239,3,1908,2535 -"84550",20486,46629,3,1908,2255 -"84551",20486,53519,3,1908,2781 -"84552",20486,58427,3,1908,2234 -"84553",20486,90768,3,1908,2123 -"84554",20486,117080,1,1908,2357 -"84555",20494,499,2,1075,1931 -"84556",20494,543,3,1075,2203 -"84557",20494,602,3,1075,2632 -"84558",20494,1055,3,1075,1264 -"84559",20494,1691,3,1075,1941 -"84560",20494,1777,3,1075,1965 -"84561",20494,2036,3,1075,2483 -"84562",20494,2754,3,1075,1360 -"84563",20494,3011,3,1075,2278 -"84564",20494,3830,3,1075,1661 -"84565",20494,4701,3,1075,2401 -"84566",20494,4723,3,1075,1314 -"84567",20494,4791,3,1075,1184 -"84568",20494,5462,3,1075,2374 -"84569",20494,5504,3,1075,2389 -"84570",20494,5984,3,1075,1675 -"84571",20494,6162,3,1075,1673 -"84572",20494,6390,2,1075,2385 -"84573",20494,6417,3,1075,1675 -"84574",20494,6942,2,1075,1232 -"84575",20494,6982,3,1075,2034 -"84576",20494,7548,2,1075,1932 -"84577",20494,7970,3,1075,1197 -"84578",20494,8275,3,1075,2237 -"84579",20494,9311,2,1075,2477 -"84580",20494,9579,3,1075,2105 -"84581",20494,10843,2,1075,2277 -"84582",20494,12199,3,1075,1651 -"84583",20494,14723,2,1075,2019 -"84584",20494,15453,3,1075,1688 -"84585",20494,15462,3,1075,1141 -"84586",20494,15626,3,1075,2434 -"84587",20494,16352,3,1075,2657 -"84588",20494,16437,3,1075,1956 -"84589",20494,16835,3,1075,1739 -"84590",20494,18571,3,1075,2128 -"84591",20494,18965,3,1075,2315 -"84592",20494,19453,2,1075,1928 -"84593",20494,19637,3,1075,1229 -"84594",20494,19751,3,1075,1630 -"84595",20494,21448,2,1075,2332 -"84596",20494,22180,3,1075,1835 -"84597",20494,22311,3,1075,2034 -"84598",20494,22455,3,1075,1197 -"84599",20494,23825,3,1075,1913 -"84600",20494,24286,2,1075,1280 -"84601",20494,26218,2,1075,2460 -"84602",20494,26408,3,1075,1545 -"84603",20494,27261,3,1075,1368 -"84604",20494,27363,3,1075,1508 -"84605",20494,27478,3,1075,2485 -"84606",20494,28011,3,1075,2639 -"84607",20494,28892,3,1075,2023 -"84608",20494,30746,3,1075,1209 -"84609",20494,30906,3,1075,2537 -"84610",20494,31054,3,1075,1273 -"84611",20494,31235,3,1075,2668 -"84612",20494,31799,3,1075,2547 -"84613",20494,32606,3,1075,2100 -"84614",20494,32694,3,1075,1602 -"84615",20494,33010,3,1075,2189 -"84616",20494,33356,1,1075,1586 -"84617",20494,33433,2,1075,2805 -"84618",20494,34707,3,1075,2042 -"84619",20494,35256,3,1075,2271 -"84620",20494,38755,1,1075,2902 -"84621",20494,39105,3,1075,2487 -"84622",20494,39534,3,1075,2410 -"84623",20494,39657,3,1075,1947 -"84624",20494,40293,3,1075,1671 -"84625",20494,41278,3,1075,1873 -"84626",20494,41523,3,1075,1160 -"84627",20494,41747,3,1075,1722 -"84628",20494,46951,3,1075,2429 -"84629",20494,48238,3,1075,1194 -"84630",20494,49121,3,1075,2199 -"84631",20494,49581,2,1075,1817 -"84632",20494,49696,3,1075,2444 -"84633",20494,50269,3,1075,1966 -"84634",20494,50382,3,1075,2244 -"84635",20494,51647,3,1075,1382 -"84636",20494,52136,3,1075,1412 -"84637",20494,53031,3,1075,2065 -"84638",20494,53342,3,1075,2071 -"84639",20494,54879,3,1075,2210 -"84640",20494,55324,1,1075,1544 -"84641",20494,55643,3,1075,2359 -"84642",20494,57337,2,1075,1443 -"84643",20494,57950,3,1075,1529 -"84644",20494,58993,2,1075,2390 -"84645",20494,59113,3,1075,2434 -"84646",20494,61337,2,1075,2777 -"84647",20494,62602,3,1075,1172 -"84648",20494,62903,3,1075,1704 -"84649",20494,64502,3,1075,1670 -"84650",20494,66677,2,1075,2151 -"84651",20494,66726,3,1075,2068 -"84652",20494,72845,3,1075,1663 -"84653",20494,74190,2,1075,1428 -"84654",20494,75343,3,1075,2008 -"84655",20494,77010,3,1075,2639 -"84656",20494,80506,3,1075,1920 -"84657",20494,87144,3,1075,2299 -"84658",20494,88857,2,1075,1232 -"84659",20494,90789,3,1075,1218 -"84660",20494,94450,3,1075,1127 -"84661",20494,100462,2,1075,1927 -"84662",20494,103218,2,1075,1787 -"84663",20494,107318,3,1075,1963 -"84664",20496,6062,2,2530,2681 -"84665",20496,9150,3,2530,2689 -"84666",20496,11456,3,2530,2715 -"84667",20496,25399,3,2530,2784 -"84668",20496,30705,3,2530,2959 -"84669",20496,42196,3,2530,2765 -"84670",20496,43756,2,2530,2881 -"84671",20496,50480,3,2530,2701 -"84672",20496,51783,3,2530,2599 -"84673",20496,62739,1,2530,2753 -"84674",20496,72088,1,2530,2728 -"84675",20512,30668,3,2748,2882 -"84676",20517,2603,3,1465,2906 -"84677",20517,3100,3,1465,2524 -"84678",20517,3520,1,1465,2281 -"84679",20517,3786,1,1465,2282 -"84680",20517,5606,2,1465,2875 -"84681",20517,5673,2,1465,1567 -"84682",20517,11135,3,1465,2441 -"84683",20517,17952,3,1465,1530 -"84684",20517,18954,3,1465,2364 -"84685",20517,19687,3,1465,2072 -"84686",20517,21352,2,1465,1604 -"84687",20517,21895,2,1465,1693 -"84688",20517,23639,3,1465,2065 -"84689",20517,23731,3,1465,1656 -"84690",20517,25030,3,1465,2017 -"84691",20517,25286,2,1465,1545 -"84692",20517,25886,3,1465,1580 -"84693",20517,27882,3,1465,1897 -"84694",20517,28355,3,1465,2053 -"84695",20517,29276,2,1465,2000 -"84696",20517,31087,2,1465,1757 -"84697",20517,33363,2,1465,2475 -"84698",20517,34953,3,1465,1817 -"84699",20517,37868,3,1465,2876 -"84700",20517,39188,3,1465,1948 -"84701",20517,41051,2,1465,2767 -"84702",20517,42628,3,1465,2486 -"84703",20517,45299,3,1465,2426 -"84704",20517,47625,3,1465,2562 -"84705",20517,49334,2,1465,2433 -"84706",20517,50635,3,1465,2962 -"84707",20517,53498,3,1465,1967 -"84708",20517,56673,3,1465,2419 -"84709",20517,57067,3,1465,2547 -"84710",20517,61513,3,1465,2948 -"84711",20517,69215,3,1465,1591 -"84712",20517,75502,2,1465,1474 -"84713",20517,80050,3,1465,2698 -"84714",20517,82618,3,1465,1536 -"84715",20517,91772,3,1465,2233 -"84716",20517,98699,3,1465,2588 -"84717",20517,108872,3,1465,1810 -"84718",20541,1057,3,2617,2759 -"84719",20541,53289,3,2617,2746 -"84720",20545,803,3,1491,1666 -"84721",20545,1777,3,1491,1965 -"84722",20545,2747,3,1491,2411 -"84723",20545,3830,3,1491,1661 -"84724",20545,5078,3,1491,2033 -"84725",20545,5457,3,1491,2077 -"84726",20545,5462,3,1491,2374 -"84727",20545,5504,3,1491,2389 -"84728",20545,6234,3,1491,2654 -"84729",20545,9423,3,1491,1708 -"84730",20545,10964,3,1491,2043 -"84731",20545,11067,3,1491,2734 -"84732",20545,11588,3,1491,2352 -"84733",20545,11602,3,1491,1493 -"84734",20545,14652,3,1491,2516 -"84735",20545,14731,3,1491,2012 -"84736",20545,14972,3,1491,2332 -"84737",20545,14998,3,1491,1553 -"84738",20545,15207,3,1491,1855 -"84739",20545,15500,2,1491,1658 -"84740",20545,17396,3,1491,1672 -"84741",20545,18151,3,1491,2962 -"84742",20545,18458,1,1491,2477 -"84743",20545,20155,3,1491,1517 -"84744",20545,20659,1,1491,1969 -"84745",20545,21225,2,1491,1945 -"84746",20545,21487,3,1491,2203 -"84747",20545,23508,3,1491,1907 -"84748",20545,24195,3,1491,1575 -"84749",20545,26106,2,1491,2015 -"84750",20545,26658,3,1491,2745 -"84751",20545,26793,3,1491,2104 -"84752",20545,30092,3,1491,1593 -"84753",20545,30981,3,1491,2366 -"84754",20545,32939,2,1491,2277 -"84755",20545,33383,3,1491,1572 -"84756",20545,34509,3,1491,1973 -"84757",20545,35264,3,1491,2329 -"84758",20545,36215,3,1491,1623 -"84759",20545,37677,3,1491,1908 -"84760",20545,38676,3,1491,2286 -"84761",20545,41278,3,1491,1873 -"84762",20545,42256,3,1491,2839 -"84763",20545,45585,3,1491,2384 -"84764",20545,53445,3,1491,2028 -"84765",20545,56903,3,1491,1584 -"84766",20545,57565,2,1491,1577 -"84767",20545,57804,2,1491,2214 -"84768",20545,58284,3,1491,2292 -"84769",20545,59096,3,1491,1677 -"84770",20545,82246,3,1491,1538 -"84771",20545,86799,3,1491,1951 -"84772",20547,843,3,2145,2332 -"84773",20547,1624,3,2145,2687 -"84774",20547,2724,2,2145,2447 -"84775",20547,3271,3,2145,2216 -"84776",20547,3477,3,2145,2546 -"84777",20547,3559,3,2145,2413 -"84778",20547,6063,3,2145,2349 -"84779",20547,7787,3,2145,2314 -"84780",20547,9272,3,2145,2835 -"84781",20547,14442,3,2145,2700 -"84782",20547,14470,3,2145,2632 -"84783",20547,19075,2,2145,2214 -"84784",20547,22410,3,2145,2158 -"84785",20547,23364,3,2145,2306 -"84786",20547,30714,3,2145,2485 -"84787",20547,31357,2,2145,2389 -"84788",20547,31855,3,2145,2636 -"84789",20547,33223,3,2145,2397 -"84790",20547,43226,3,2145,2442 -"84791",20547,47882,3,2145,2769 -"84792",20547,51843,1,2145,2389 -"84793",20547,54385,1,2145,2340 -"84794",20547,55307,2,2145,2306 -"84795",20547,58508,3,2145,2326 -"84796",20547,59344,3,2145,2252 -"84797",20547,63104,2,2145,2149 -"84798",20547,69308,1,2145,2370 -"84799",20547,69335,3,2145,2698 -"84800",20547,80615,2,2145,2252 -"84801",20547,94339,3,2145,2768 -"84802",20547,106755,3,2145,2166 -"84803",20547,110871,3,2145,2879 -"84804",20562,680,3,316,2569 -"84805",20562,758,3,316,1232 -"84806",20562,1154,3,316,1656 -"84807",20562,1314,3,316,1522 -"84808",20562,1349,3,316,1147 -"84809",20562,1519,3,316,2349 -"84810",20562,1700,3,316,613 -"84811",20562,1702,3,316,1984 -"84812",20562,1846,2,316,1845 -"84813",20562,2743,3,316,1278 -"84814",20562,2852,3,316,2448 -"84815",20562,2936,3,316,2512 -"84816",20562,3242,3,316,1730 -"84817",20562,3493,2,316,2451 -"84818",20562,3978,3,316,2775 -"84819",20562,4001,3,316,1687 -"84820",20562,4303,2,316,2414 -"84821",20562,4526,3,316,1728 -"84822",20562,4612,3,316,2804 -"84823",20562,4831,3,316,2365 -"84824",20562,5484,3,316,582 -"84825",20562,5683,3,316,2468 -"84826",20562,5749,3,316,1455 -"84827",20562,5962,3,316,2491 -"84828",20562,6119,3,316,2358 -"84829",20562,6877,3,316,867 -"84830",20562,7126,3,316,1261 -"84831",20562,7196,3,316,1508 -"84832",20562,7337,3,316,1797 -"84833",20562,7942,3,316,2623 -"84834",20562,7984,3,316,2493 -"84835",20562,8890,3,316,1955 -"84836",20562,8913,3,316,968 -"84837",20562,9241,3,316,2338 -"84838",20562,9504,3,316,2549 -"84839",20562,10239,3,316,2032 -"84840",20562,10336,3,316,2271 -"84841",20562,10350,3,316,1163 -"84842",20562,11099,3,316,400 -"84843",20562,12078,3,316,2381 -"84844",20562,12361,3,316,2732 -"84845",20562,13296,2,316,839 -"84846",20562,13879,3,316,2748 -"84847",20562,14108,3,316,2012 -"84848",20562,14449,1,316,1258 -"84849",20562,14503,3,316,437 -"84850",20562,14520,3,316,634 -"84851",20562,15118,3,316,1311 -"84852",20562,15159,2,316,756 -"84853",20562,15401,3,316,1999 -"84854",20562,15535,3,316,891 -"84855",20562,16286,3,316,2470 -"84856",20562,16365,2,316,2217 -"84857",20562,17217,3,316,318 -"84858",20562,17257,3,316,1117 -"84859",20562,19380,2,316,2637 -"84860",20562,19501,3,316,1186 -"84861",20562,19655,3,316,2706 -"84862",20562,20824,3,316,1366 -"84863",20562,20941,3,316,2725 -"84864",20562,21133,3,316,1320 -"84865",20562,21207,3,316,1258 -"84866",20562,21383,3,316,971 -"84867",20562,21670,3,316,2158 -"84868",20562,21681,3,316,2005 -"84869",20562,22175,3,316,569 -"84870",20562,22272,3,316,1243 -"84871",20562,22501,3,316,1006 -"84872",20562,22722,3,316,1233 -"84873",20562,23154,3,316,2345 -"84874",20562,23471,3,316,2488 -"84875",20562,23966,2,316,891 -"84876",20562,24789,3,316,829 -"84877",20562,25832,3,316,1689 -"84878",20562,26450,3,316,1709 -"84879",20562,26642,3,316,2952 -"84880",20562,26818,3,316,1999 -"84881",20562,26838,2,316,685 -"84882",20562,27320,2,316,2378 -"84883",20562,27545,3,316,855 -"84884",20562,28116,3,316,1643 -"84885",20562,28784,3,316,1579 -"84886",20562,28896,3,316,1395 -"84887",20562,29267,3,316,1234 -"84888",20562,29319,3,316,2314 -"84889",20562,29977,3,316,2781 -"84890",20562,30034,3,316,2357 -"84891",20562,30334,3,316,2075 -"84892",20562,30525,3,316,1964 -"84893",20562,31317,3,316,1362 -"84894",20562,31335,3,316,2351 -"84895",20562,31700,3,316,2727 -"84896",20562,31866,3,316,2101 -"84897",20562,32131,3,316,1035 -"84898",20562,32240,3,316,706 -"84899",20562,32470,3,316,1539 -"84900",20562,32479,3,316,969 -"84901",20562,32988,3,316,2008 -"84902",20562,33870,3,316,955 -"84903",20562,34216,1,316,2832 -"84904",20562,34478,3,316,2265 -"84905",20562,35589,3,316,983 -"84906",20562,35822,3,316,1903 -"84907",20562,35958,3,316,2383 -"84908",20562,36031,3,316,2342 -"84909",20562,36578,3,316,1484 -"84910",20562,36656,3,316,1858 -"84911",20562,37036,3,316,2264 -"84912",20562,37636,3,316,2178 -"84913",20562,37937,3,316,1320 -"84914",20562,38602,3,316,2693 -"84915",20562,38785,3,316,437 -"84916",20562,39800,3,316,802 -"84917",20562,40392,3,316,1878 -"84918",20562,41023,3,316,2408 -"84919",20562,41134,3,316,2952 -"84920",20562,41446,3,316,1103 -"84921",20562,41478,3,316,957 -"84922",20562,41723,3,316,2101 -"84923",20562,42023,3,316,2231 -"84924",20562,43207,3,316,635 -"84925",20562,43673,3,316,2787 -"84926",20562,46532,3,316,2005 -"84927",20562,46982,3,316,2806 -"84928",20562,47384,3,316,1639 -"84929",20562,47654,3,316,1664 -"84930",20562,48215,3,316,2028 -"84931",20562,49265,3,316,2686 -"84932",20562,50335,3,316,1893 -"84933",20562,50585,3,316,2414 -"84934",20562,51144,3,316,2466 -"84935",20562,51360,3,316,1882 -"84936",20562,51783,3,316,2599 -"84937",20562,52136,3,316,1412 -"84938",20562,53323,3,316,2677 -"84939",20562,54467,3,316,919 -"84940",20562,56094,3,316,2343 -"84941",20562,56669,3,316,2924 -"84942",20562,57380,3,316,2362 -"84943",20562,57990,3,316,978 -"84944",20562,58035,3,316,1646 -"84945",20562,61138,3,316,1188 -"84946",20562,61785,3,316,822 -"84947",20562,63644,1,316,1267 -"84948",20562,64156,3,316,675 -"84949",20562,65155,3,316,1947 -"84950",20562,66943,3,316,327 -"84951",20562,67942,3,316,973 -"84952",20562,68539,2,316,1158 -"84953",20562,69037,3,316,849 -"84954",20562,69887,3,316,357 -"84955",20562,70583,3,316,2615 -"84956",20562,70854,3,316,635 -"84957",20562,72632,3,316,1289 -"84958",20562,72728,3,316,2234 -"84959",20562,73245,3,316,802 -"84960",20562,73582,3,316,2075 -"84961",20562,78569,2,316,578 -"84962",20562,79158,3,316,1252 -"84963",20562,79420,3,316,1061 -"84964",20562,81162,3,316,1240 -"84965",20562,83253,3,316,1102 -"84966",20562,84271,3,316,1556 -"84967",20562,85198,3,316,1794 -"84968",20562,85869,3,316,1509 -"84969",20562,87142,3,316,591 -"84970",20562,87907,3,316,1173 -"84971",20562,88212,3,316,2547 -"84972",20562,88232,3,316,2881 -"84973",20562,90299,3,316,1606 -"84974",20562,92592,3,316,486 -"84975",20562,93102,3,316,1174 -"84976",20562,95036,3,316,380 -"84977",20562,96310,3,316,1016 -"84978",20562,96352,3,316,1493 -"84979",20562,99288,3,316,983 -"84980",20562,99332,3,316,873 -"84981",20562,99418,2,316,444 -"84982",20562,103420,3,316,433 -"84983",20562,103890,3,316,958 -"84984",20562,104217,3,316,956 -"84985",20562,104828,3,316,1609 -"84986",20562,105757,3,316,806 -"84987",20562,106240,2,316,705 -"84988",20562,107496,3,316,1572 -"84989",20563,270,3,2267,2542 -"84990",20563,455,3,2267,2827 -"84991",20563,671,3,2267,2328 -"84992",20563,1136,3,2267,2536 -"84993",20563,2036,3,2267,2483 -"84994",20563,2424,3,2267,2582 -"84995",20563,2484,3,2267,2389 -"84996",20563,2765,3,2267,2321 -"84997",20563,2954,3,2267,2727 -"84998",20563,4618,2,2267,2607 -"84999",20563,5462,3,2267,2374 -"85000",20563,5504,2,2267,2389 -"85001",20563,5725,3,2267,2789 -"85002",20563,7078,3,2267,2344 -"85003",20563,7323,3,2267,2858 -"85004",20563,10890,2,2267,2639 -"85005",20563,14507,3,2267,2686 -"85006",20563,17826,3,2267,2920 -"85007",20563,18151,3,2267,2962 -"85008",20563,19027,3,2267,2721 -"85009",20563,19516,3,2267,2313 -"85010",20563,19868,3,2267,2855 -"85011",20563,20423,3,2267,2654 -"85012",20563,20700,3,2267,2861 -"85013",20563,20783,3,2267,2414 -"85014",20563,21795,3,2267,2653 -"85015",20563,23140,3,2267,2787 -"85016",20563,23704,3,2267,2278 -"85017",20563,23756,2,2267,2309 -"85018",20563,26436,2,2267,2489 -"85019",20563,26516,1,2267,2479 -"85020",20563,27753,1,2267,2750 -"85021",20563,27783,3,2267,2302 -"85022",20563,28285,3,2267,2972 -"85023",20563,29073,3,2267,2328 -"85024",20563,31799,3,2267,2547 -"85025",20563,34216,3,2267,2832 -"85026",20563,34836,3,2267,2302 -"85027",20563,37418,2,2267,2710 -"85028",20563,37570,3,2267,2389 -"85029",20563,38887,3,2267,2468 -"85030",20563,39827,3,2267,2321 -"85031",20563,40369,3,2267,2735 -"85032",20563,41402,3,2267,2313 -"85033",20563,45343,3,2267,2360 -"85034",20563,45715,3,2267,2287 -"85035",20563,47564,3,2267,2650 -"85036",20563,47857,3,2267,2325 -"85037",20563,47947,3,2267,2681 -"85038",20563,49461,3,2267,2793 -"85039",20563,50667,3,2267,2719 -"85040",20563,51410,2,2267,2739 -"85041",20563,53266,3,2267,2389 -"85042",20563,54551,3,2267,2348 -"85043",20563,54740,2,2267,2750 -"85044",20563,57977,2,2267,2683 -"85045",20563,62626,3,2267,2787 -"85046",20563,62840,3,2267,2502 -"85047",20563,64793,2,2267,2819 -"85048",20563,64997,3,2267,2791 -"85049",20563,70046,3,2267,2624 -"85050",20563,71562,3,2267,2574 -"85051",20563,74095,1,2267,2333 -"85052",20563,84799,3,2267,2656 -"85053",20588,25,3,912,2762 -"85054",20588,1196,3,912,1986 -"85055",20588,5716,3,912,1058 -"85056",20588,5986,3,912,1721 -"85057",20588,6162,1,912,1673 -"85058",20588,8192,3,912,1670 -"85059",20588,8274,3,912,1909 -"85060",20588,8327,3,912,2527 -"85061",20588,10146,3,912,1878 -"85062",20588,10358,3,912,2294 -"85063",20588,11218,3,912,2292 -"85064",20588,12042,3,912,2345 -"85065",20588,12373,3,912,1567 -"85066",20588,12449,3,912,2067 -"85067",20588,17351,3,912,2036 -"85068",20588,17355,3,912,1469 -"85069",20588,17632,3,912,1947 -"85070",20588,17721,3,912,1410 -"85071",20588,17790,3,912,2783 -"85072",20588,17938,2,912,1410 -"85073",20588,19637,3,912,1229 -"85074",20588,21448,2,912,2332 -"85075",20588,23745,3,912,1968 -"85076",20588,23869,3,912,1918 -"85077",20588,24066,3,912,1755 -"85078",20588,24169,3,912,1663 -"85079",20588,24286,3,912,1280 -"85080",20588,24721,2,912,2326 -"85081",20588,25341,3,912,1858 -"85082",20588,25480,3,912,2747 -"85083",20588,25610,3,912,2328 -"85084",20588,26322,3,912,1018 -"85085",20588,26408,2,912,1545 -"85086",20588,26595,2,912,1566 -"85087",20588,27261,3,912,1368 -"85088",20588,28640,3,912,1475 -"85089",20588,33356,3,912,1586 -"85090",20588,33433,3,912,2805 -"85091",20588,34325,3,912,1982 -"85092",20588,35516,2,912,1229 -"85093",20588,35888,2,912,2291 -"85094",20588,36578,3,912,1484 -"85095",20588,38727,3,912,2238 -"85096",20588,41682,3,912,1988 -"85097",20588,41900,3,912,1970 -"85098",20588,41945,3,912,2856 -"85099",20588,44306,2,912,1036 -"85100",20588,46091,2,912,1938 -"85101",20588,46803,3,912,2305 -"85102",20588,49560,3,912,1679 -"85103",20588,50382,3,912,2244 -"85104",20588,51089,3,912,2426 -"85105",20588,51866,3,912,2411 -"85106",20588,53342,3,912,2071 -"85107",20588,54879,2,912,2210 -"85108",20588,62538,2,912,1656 -"85109",20588,62903,2,912,1704 -"85110",20588,67145,3,912,2015 -"85111",20588,72391,3,912,1547 -"85112",20588,73197,1,912,1998 -"85113",20588,77010,3,912,2639 -"85114",20588,79382,3,912,1908 -"85115",20588,86287,3,912,1349 -"85116",20588,92513,3,912,2282 -"85117",20604,1222,3,1684,2598 -"85118",20604,2443,3,1684,2333 -"85119",20604,2802,2,1684,1836 -"85120",20604,5414,3,1684,2321 -"85121",20604,6262,3,1684,2733 -"85122",20604,15047,3,1684,1697 -"85123",20604,17999,3,1684,2758 -"85124",20604,18466,3,1684,2340 -"85125",20604,19190,3,1684,2677 -"85126",20604,36662,3,1684,2967 -"85127",20604,42280,3,1684,2266 -"85128",20604,63525,3,1684,2741 -"85129",20604,76997,3,1684,2223 -"85130",20604,79793,3,1684,1915 -"85131",20604,83334,3,1684,1708 -"85132",20604,94339,3,1684,2768 -"85133",20624,388,3,1298,1594 -"85134",20624,680,3,1298,2569 -"85135",20624,1560,3,1298,2013 -"85136",20624,2407,3,1298,1725 -"85137",20624,2540,3,1298,1398 -"85138",20624,2563,2,1298,1686 -"85139",20624,4303,3,1298,2414 -"85140",20624,4889,3,1298,1501 -"85141",20624,5120,3,1298,2735 -"85142",20624,6602,3,1298,1631 -"85143",20624,8062,3,1298,2858 -"85144",20624,9202,3,1298,2477 -"85145",20624,9716,3,1298,1929 -"85146",20624,10474,3,1298,1608 -"85147",20624,10513,3,1298,2284 -"85148",20624,11429,3,1298,2520 -"85149",20624,11477,3,1298,2724 -"85150",20624,12759,3,1298,2414 -"85151",20624,14072,3,1298,1346 -"85152",20624,14972,3,1298,2332 -"85153",20624,15095,3,1298,2001 -"85154",20624,15700,3,1298,1712 -"85155",20624,16866,3,1298,2718 -"85156",20624,18124,3,1298,1642 -"85157",20624,18211,3,1298,1745 -"85158",20624,18371,3,1298,2860 -"85159",20624,18381,3,1298,1524 -"85160",20624,18865,3,1298,2676 -"85161",20624,19096,3,1298,1538 -"85162",20624,25373,3,1298,2783 -"85163",20624,30334,2,1298,2075 -"85164",20624,30705,3,1298,2959 -"85165",20624,32939,3,1298,2277 -"85166",20624,34820,3,1298,1630 -"85167",20624,35518,3,1298,1721 -"85168",20624,36953,3,1298,2790 -"85169",20624,37636,2,1298,2178 -"85170",20624,37844,3,1298,2002 -"85171",20624,39535,3,1298,2428 -"85172",20624,40392,2,1298,1878 -"85173",20624,41023,3,1298,2408 -"85174",20624,41033,3,1298,1839 -"85175",20624,41429,3,1298,1770 -"85176",20624,41723,3,1298,2101 -"85177",20624,43204,3,1298,1680 -"85178",20624,47082,3,1298,1990 -"85179",20624,51783,2,1298,2599 -"85180",20624,56082,3,1298,2395 -"85181",20624,57804,3,1298,2214 -"85182",20624,63395,3,1298,2334 -"85183",20624,79350,3,1298,2261 -"85184",20624,104565,2,1298,2693 -"85185",20643,1201,3,2341,2489 -"85186",20643,4583,3,2341,2741 -"85187",20643,13929,2,2341,2693 -"85188",20643,36962,3,2341,2861 -"85189",20643,39516,3,2341,2393 -"85190",20643,40368,3,2341,2876 -"85191",20643,51319,3,2341,2488 -"85192",20643,54929,3,2341,2783 -"85193",20643,55691,3,2341,2856 -"85194",20643,74636,3,2341,2525 -"85195",20643,88232,3,2341,2881 -"85196",20643,92322,3,2341,2393 -"85197",20657,7078,3,2340,2344 -"85198",20657,9504,3,2340,2549 -"85199",20657,18151,3,2340,2962 -"85200",20657,37726,3,2340,2341 -"85201",20657,47947,3,2340,2681 -"85202",20657,61458,3,2340,2630 -"85203",20659,313,3,1969,2271 -"85204",20659,377,3,1969,2389 -"85205",20659,543,3,1969,2203 -"85206",20659,613,3,1969,2687 -"85207",20659,1151,3,1969,2885 -"85208",20659,1224,3,1969,2435 -"85209",20659,1495,3,1969,2046 -"85210",20659,1616,3,1969,2662 -"85211",20659,2036,3,1969,2483 -"85212",20659,2224,3,1969,2751 -"85213",20659,2484,3,1969,2389 -"85214",20659,2765,3,1969,2321 -"85215",20659,3161,3,1969,2229 -"85216",20659,4057,3,1969,2389 -"85217",20659,5078,2,1969,2033 -"85218",20659,5239,3,1969,2875 -"85219",20659,5457,2,1969,2077 -"85220",20659,5462,2,1969,2374 -"85221",20659,5491,3,1969,2048 -"85222",20659,5504,2,1969,2389 -"85223",20659,7013,3,1969,2040 -"85224",20659,7323,3,1969,2858 -"85225",20659,8760,3,1969,2477 -"85226",20659,9030,3,1969,1979 -"85227",20659,9362,3,1969,2879 -"85228",20659,9620,3,1969,2339 -"85229",20659,12713,3,1969,2440 -"85230",20659,12982,3,1969,2143 -"85231",20659,13732,3,1969,2789 -"85232",20659,14652,2,1969,2516 -"85233",20659,15636,3,1969,2857 -"85234",20659,15716,3,1969,1991 -"85235",20659,17410,3,1969,2073 -"85236",20659,17826,3,1969,2920 -"85237",20659,18151,2,1969,2962 -"85238",20659,18458,2,1969,2477 -"85239",20659,18563,3,1969,2715 -"85240",20659,19606,3,1969,2783 -"85241",20659,20067,3,1969,2390 -"85242",20659,20423,3,1969,2654 -"85243",20659,21795,3,1969,2653 -"85244",20659,26106,1,1969,2015 -"85245",20659,26249,3,1969,2301 -"85246",20659,26608,3,1969,2329 -"85247",20659,26793,2,1969,2104 -"85248",20659,26865,3,1969,2726 -"85249",20659,29224,3,1969,2011 -"85250",20659,30081,3,1969,2403 -"85251",20659,31799,3,1969,2547 -"85252",20659,32606,3,1969,2100 -"85253",20659,32761,3,1969,2680 -"85254",20659,32939,3,1969,2277 -"85255",20659,35256,3,1969,2271 -"85256",20659,37400,3,1969,2860 -"85257",20659,37570,3,1969,2389 -"85258",20659,39827,3,1969,2321 -"85259",20659,44235,3,1969,2700 -"85260",20659,49032,3,1969,2469 -"85261",20659,49461,3,1969,2793 -"85262",20659,49666,3,1969,2408 -"85263",20659,55556,3,1969,2075 -"85264",20659,55828,3,1969,2393 -"85265",20659,57781,3,1969,1971 -"85266",20659,57804,3,1969,2214 -"85267",20659,64967,3,1969,2872 -"85268",20659,67264,3,1969,2790 -"85269",20659,70046,3,1969,2624 -"85270",20659,70203,3,1969,2756 -"85271",20659,71702,3,1969,2353 -"85272",20659,85430,3,1969,2370 -"85273",20659,95011,3,1969,1986 -"85274",20662,160,3,1523,2007 -"85275",20662,364,3,1523,2351 -"85276",20662,913,3,1523,2144 -"85277",20662,2057,3,1523,1965 -"85278",20662,2418,3,1523,2020 -"85279",20662,2852,3,1523,2448 -"85280",20662,10739,3,1523,1807 -"85281",20662,11588,3,1523,2352 -"85282",20662,16286,3,1523,2470 -"85283",20662,16501,3,1523,1650 -"85284",20662,16539,3,1523,1947 -"85285",20662,23131,3,1523,1732 -"85286",20662,24069,3,1523,2697 -"85287",20662,24096,3,1523,2612 -"85288",20662,25373,3,1523,2783 -"85289",20662,27275,3,1523,2656 -"85290",20662,27390,2,1523,2425 -"85291",20662,28116,3,1523,1643 -"85292",20662,30525,3,1523,1964 -"85293",20662,31335,3,1523,2351 -"85294",20662,32920,3,1523,2158 -"85295",20662,33341,3,1523,2338 -"85296",20662,35797,3,1523,2482 -"85297",20662,39418,3,1523,1978 -"85298",20662,41694,3,1523,2358 -"85299",20662,43961,2,1523,2443 -"85300",20662,45729,2,1523,2606 -"85301",20662,46261,3,1523,2350 -"85302",20662,47375,3,1523,2043 -"85303",20662,55482,3,1523,1866 -"85304",20662,56755,3,1523,2158 -"85305",20662,66994,3,1523,1865 -"85306",20662,77052,3,1523,2770 -"85307",20662,87011,3,1523,1592 -"85308",20662,89538,3,1523,1847 -"85309",20662,90745,3,1523,1994 -"85310",20662,107435,2,1523,1635 -"85311",20665,543,3,1311,2203 -"85312",20665,1151,2,1311,2885 -"85313",20665,1616,3,1311,2662 -"85314",20665,1777,3,1311,1965 -"85315",20665,2181,3,1311,2030 -"85316",20665,2484,3,1311,2389 -"85317",20665,6040,3,1311,2103 -"85318",20665,7323,3,1311,2858 -"85319",20665,8062,3,1311,2858 -"85320",20665,9269,3,1311,1892 -"85321",20665,11103,3,1311,2393 -"85322",20665,15799,3,1311,1917 -"85323",20665,19606,3,1311,2783 -"85324",20665,41739,3,1311,1339 -"85325",20665,44744,3,1311,2032 -"85326",20665,45939,3,1311,1930 -"85327",20665,53069,3,1311,1664 -"85328",20665,59700,2,1311,2346 -"85329",20665,64181,3,1311,1828 -"85330",20665,78611,3,1311,1586 -"85331",20679,269,3,181,407 -"85332",20679,1369,3,181,2487 -"85333",20679,1785,3,181,2350 -"85334",20679,2282,3,181,2056 -"85335",20679,2506,1,181,954 -"85336",20679,2588,2,181,552 -"85337",20679,2927,3,181,1789 -"85338",20679,3271,3,181,2216 -"85339",20679,4249,3,181,2547 -"85340",20679,4634,3,181,2291 -"85341",20679,4784,3,181,2511 -"85342",20679,5520,3,181,217 -"85343",20679,5637,1,181,1976 -"85344",20679,6020,3,181,1864 -"85345",20679,6345,3,181,2713 -"85346",20679,6999,3,181,2214 -"85347",20679,7310,2,181,636 -"85348",20679,8607,3,181,1685 -"85349",20679,9272,3,181,2835 -"85350",20679,9538,3,181,1786 -"85351",20679,9656,1,181,1135 -"85352",20679,9724,3,181,2713 -"85353",20679,10716,3,181,1692 -"85354",20679,11858,3,181,1530 -"85355",20679,12116,3,181,2119 -"85356",20679,13034,2,181,698 -"85357",20679,13340,2,181,1918 -"85358",20679,14957,3,181,2306 -"85359",20679,15214,1,181,274 -"85360",20679,15281,2,181,810 -"85361",20679,15782,3,181,2306 -"85362",20679,16935,1,181,441 -"85363",20679,16963,3,181,1999 -"85364",20679,17499,2,181,2954 -"85365",20679,17531,3,181,876 -"85366",20679,17695,3,181,1930 -"85367",20679,19476,3,181,1708 -"85368",20679,19542,2,181,570 -"85369",20679,20038,2,181,1531 -"85370",20679,20709,3,181,1757 -"85371",20679,21358,3,181,1970 -"85372",20679,23550,2,181,2939 -"85373",20679,23560,3,181,2051 -"85374",20679,24044,3,181,1076 -"85375",20679,25286,3,181,1545 -"85376",20679,26597,3,181,2070 -"85377",20679,29778,2,181,840 -"85378",20679,34274,3,181,1437 -"85379",20679,35243,3,181,1102 -"85380",20679,35317,2,181,1888 -"85381",20679,37684,2,181,2899 -"85382",20679,42382,3,181,2224 -"85383",20679,42407,2,181,2408 -"85384",20679,42773,1,181,385 -"85385",20679,43226,3,181,2442 -"85386",20679,43768,3,181,1468 -"85387",20679,46616,3,181,1917 -"85388",20679,47882,3,181,2769 -"85389",20679,48110,3,181,2009 -"85390",20679,50468,3,181,1659 -"85391",20679,53584,3,181,2391 -"85392",20679,55325,2,181,653 -"85393",20679,58508,3,181,2326 -"85394",20679,59906,3,181,865 -"85395",20679,60463,3,181,1583 -"85396",20679,60836,2,181,1880 -"85397",20679,69335,3,181,2698 -"85398",20679,70011,2,181,2690 -"85399",20679,70774,3,181,355 -"85400",20679,71307,3,181,761 -"85401",20679,73520,1,181,2613 -"85402",20679,77580,3,181,888 -"85403",20679,77719,2,181,2086 -"85404",20679,78257,3,181,590 -"85405",20679,78277,3,181,1937 -"85406",20679,79699,3,181,1735 -"85407",20679,80301,3,181,1690 -"85408",20679,80970,3,181,2069 -"85409",20679,82039,3,181,1327 -"85410",20679,82280,3,181,619 -"85411",20679,82312,3,181,340 -"85412",20679,84235,3,181,1639 -"85413",20679,84590,2,181,1734 -"85414",20679,85065,2,181,1585 -"85415",20679,88448,3,181,914 -"85416",20679,93553,2,181,2537 -"85417",20679,93642,3,181,1120 -"85418",20679,99237,3,181,783 -"85419",20679,103710,2,181,439 -"85420",20687,2563,3,1248,1686 -"85421",20687,20624,1,1248,1298 -"85422",20687,30334,3,1248,2075 -"85423",20687,37636,3,1248,2178 -"85424",20687,40392,3,1248,1878 -"85425",20687,41033,3,1248,1839 -"85426",20687,51783,3,1248,2599 -"85427",20687,104565,3,1248,2693 -"85428",20688,140,3,891,2267 -"85429",20688,371,3,891,2950 -"85430",20688,388,3,891,1594 -"85431",20688,680,2,891,2569 -"85432",20688,841,3,891,2964 -"85433",20688,1314,3,891,1522 -"85434",20688,1560,3,891,2013 -"85435",20688,1846,3,891,1845 -"85436",20688,2057,3,891,1965 -"85437",20688,2540,2,891,1398 -"85438",20688,2563,3,891,1686 -"85439",20688,3978,2,891,2775 -"85440",20688,4066,3,891,1736 -"85441",20688,4303,2,891,2414 -"85442",20688,4361,2,891,2571 -"85443",20688,4669,3,891,2395 -"85444",20688,4983,3,891,1909 -"85445",20688,5363,3,891,1791 -"85446",20688,6602,3,891,1631 -"85447",20688,6697,3,891,2438 -"85448",20688,6989,3,891,2623 -"85449",20688,7780,3,891,1920 -"85450",20688,7936,3,891,1199 -"85451",20688,8062,2,891,2858 -"85452",20688,8140,3,891,1262 -"85453",20688,9484,3,891,1429 -"85454",20688,9703,3,891,1845 -"85455",20688,9716,3,891,1929 -"85456",20688,10474,3,891,1608 -"85457",20688,10980,2,891,1974 -"85458",20688,11429,3,891,2520 -"85459",20688,11477,3,891,2724 -"85460",20688,11588,3,891,2352 -"85461",20688,11639,3,891,1593 -"85462",20688,11648,3,891,2852 -"85463",20688,12759,1,891,2414 -"85464",20688,12948,3,891,2669 -"85465",20688,13537,2,891,1020 -"85466",20688,14072,3,891,1346 -"85467",20688,14817,3,891,2110 -"85468",20688,14972,3,891,2332 -"85469",20688,15095,3,891,2001 -"85470",20688,15683,3,891,1729 -"85471",20688,15700,3,891,1712 -"85472",20688,16482,3,891,1958 -"85473",20688,17257,3,891,1117 -"85474",20688,17645,3,891,1918 -"85475",20688,18005,3,891,2449 -"85476",20688,18102,3,891,1642 -"85477",20688,18122,2,891,894 -"85478",20688,18124,3,891,1642 -"85479",20688,18371,3,891,2860 -"85480",20688,18381,1,891,1524 -"85481",20688,18518,3,891,1128 -"85482",20688,18672,3,891,1182 -"85483",20688,19587,3,891,1684 -"85484",20688,19686,3,891,2467 -"85485",20688,20176,3,891,1050 -"85486",20688,20321,3,891,1596 -"85487",20688,20624,3,891,1298 -"85488",20688,21670,3,891,2158 -"85489",20688,22709,3,891,2743 -"85490",20688,25373,1,891,2783 -"85491",20688,27390,3,891,2425 -"85492",20688,28057,3,891,1067 -"85493",20688,28446,3,891,917 -"85494",20688,28869,3,891,2425 -"85495",20688,29267,3,891,1234 -"85496",20688,30334,2,891,2075 -"85497",20688,30618,2,891,1609 -"85498",20688,30705,3,891,2959 -"85499",20688,31335,3,891,2351 -"85500",20688,31866,3,891,2101 -"85501",20688,33870,3,891,955 -"85502",20688,34820,3,891,1630 -"85503",20688,34870,3,891,1873 -"85504",20688,35518,3,891,1721 -"85505",20688,35822,2,891,1903 -"85506",20688,36953,3,891,2790 -"85507",20688,37351,3,891,978 -"85508",20688,37636,2,891,2178 -"85509",20688,37844,3,891,2002 -"85510",20688,39418,3,891,1978 -"85511",20688,40392,2,891,1878 -"85512",20688,41187,2,891,2340 -"85513",20688,41429,3,891,1770 -"85514",20688,41723,1,891,2101 -"85515",20688,43204,3,891,1680 -"85516",20688,43551,3,891,1993 -"85517",20688,43660,3,891,2320 -"85518",20688,44341,3,891,1230 -"85519",20688,44694,3,891,2220 -"85520",20688,45299,3,891,2426 -"85521",20688,45869,3,891,2840 -"85522",20688,46486,3,891,1868 -"85523",20688,47082,3,891,1990 -"85524",20688,47595,3,891,2374 -"85525",20688,47654,3,891,1664 -"85526",20688,47810,3,891,957 -"85527",20688,47968,3,891,2829 -"85528",20688,50278,3,891,1127 -"85529",20688,50585,2,891,2414 -"85530",20688,51783,2,891,2599 -"85531",20688,52815,3,891,2323 -"85532",20688,53223,3,891,2690 -"85533",20688,56082,3,891,2395 -"85534",20688,56995,3,891,2323 -"85535",20688,59298,3,891,1236 -"85536",20688,63263,3,891,1267 -"85537",20688,64947,3,891,2489 -"85538",20688,66121,3,891,1281 -"85539",20688,70748,3,891,978 -"85540",20688,71390,3,891,1992 -"85541",20688,71531,3,891,2887 -"85542",20688,72535,3,891,1191 -"85543",20688,76007,3,891,918 -"85544",20688,76286,3,891,1642 -"85545",20688,81486,2,891,1297 -"85546",20688,87436,3,891,1262 -"85547",20688,87907,3,891,1173 -"85548",20688,94525,2,891,1993 -"85549",20689,1196,3,557,1986 -"85550",20689,2077,3,557,610 -"85551",20689,3961,3,557,2426 -"85552",20689,5041,3,557,2371 -"85553",20689,5350,3,557,2522 -"85554",20689,6820,3,557,1318 -"85555",20689,7233,3,557,572 -"85556",20689,10087,3,557,1617 -"85557",20689,10358,2,557,2294 -"85558",20689,10481,3,557,740 -"85559",20689,10779,2,557,2881 -"85560",20689,11127,2,557,1196 -"85561",20689,11168,3,557,1223 -"85562",20689,11602,3,557,1493 -"85563",20689,12356,3,557,2757 -"85564",20689,14032,3,557,2144 -"85565",20689,15402,3,557,1281 -"85566",20689,16193,3,557,756 -"85567",20689,17061,3,557,2385 -"85568",20689,19696,3,557,561 -"85569",20689,26080,3,557,2525 -"85570",20689,28065,3,557,943 -"85571",20689,32820,3,557,582 -"85572",20689,32919,3,557,2321 -"85573",20689,35926,2,557,2371 -"85574",20689,36554,3,557,1649 -"85575",20689,41972,3,557,2509 -"85576",20689,49642,3,557,1166 -"85577",20689,69250,3,557,1439 -"85578",20689,69260,3,557,1698 -"85579",20689,82732,3,557,2810 -"85580",20689,90860,3,557,851 -"85581",20695,3158,3,2526,2762 -"85582",20695,9272,3,2526,2835 -"85583",20695,11351,3,2526,2971 -"85584",20695,14442,3,2526,2700 -"85585",20695,17499,3,2526,2954 -"85586",20695,26740,2,2526,2695 -"85587",20695,31705,3,2526,2706 -"85588",20695,38697,2,2526,2701 -"85589",20695,47607,3,2526,2724 -"85590",20695,53020,3,2526,2747 -"85591",20695,69335,3,2526,2698 -"85592",20695,69453,3,2526,2831 -"85593",20695,93553,3,2526,2537 -"85594",20700,1151,2,2861,2885 -"85595",20700,14959,3,2861,2898 -"85596",20700,65029,3,2861,2954 -"85597",20700,121354,3,2861,2862 -"85598",20705,4303,3,829,2414 -"85599",20705,4983,3,829,1909 -"85600",20705,5346,3,829,1438 -"85601",20705,6234,3,829,2654 -"85602",20705,9423,3,829,1708 -"85603",20705,9716,3,829,1929 -"85604",20705,10128,3,829,883 -"85605",20705,10333,3,829,1615 -"85606",20705,10964,3,829,2043 -"85607",20705,11019,3,829,1299 -"85608",20705,11067,3,829,2734 -"85609",20705,12818,3,829,2015 -"85610",20705,14072,3,829,1346 -"85611",20705,14433,2,829,1225 -"85612",20705,14623,3,829,2043 -"85613",20705,14731,3,829,2012 -"85614",20705,14972,3,829,2332 -"85615",20705,15207,3,829,1855 -"85616",20705,17396,3,829,1672 -"85617",20705,18610,3,829,2141 -"85618",20705,20545,3,829,1491 -"85619",20705,21424,2,829,1303 -"85620",20705,21487,3,829,2203 -"85621",20705,23302,2,829,2677 -"85622",20705,23325,3,829,2779 -"85623",20705,24085,3,829,1253 -"85624",20705,24195,3,829,1575 -"85625",20705,24610,3,829,2733 -"85626",20705,25443,3,829,1441 -"85627",20705,26478,3,829,1963 -"85628",20705,26658,3,829,2745 -"85629",20705,28824,3,829,2412 -"85630",20705,30092,3,829,1593 -"85631",20705,30317,2,829,2431 -"85632",20705,30981,3,829,2366 -"85633",20705,32939,1,829,2277 -"85634",20705,33383,3,829,1572 -"85635",20705,34509,3,829,1973 -"85636",20705,35264,3,829,2329 -"85637",20705,36215,3,829,1623 -"85638",20705,38676,3,829,2286 -"85639",20705,39189,3,829,2319 -"85640",20705,42256,3,829,2839 -"85641",20705,45585,3,829,2384 -"85642",20705,53445,3,829,2028 -"85643",20705,55892,3,829,1234 -"85644",20705,56903,3,829,1584 -"85645",20705,57727,3,829,1648 -"85646",20705,57804,2,829,2214 -"85647",20705,58284,3,829,2292 -"85648",20705,65658,2,829,2030 -"85649",20705,69903,3,829,1066 -"85650",20705,78594,3,829,2441 -"85651",20705,79918,2,829,1672 -"85652",20705,82246,3,829,1538 -"85653",20705,94520,3,829,1243 -"85654",20705,96197,2,829,1670 -"85655",20705,102845,3,829,1067 -"85656",20707,36691,3,1778,1903 -"85657",20709,1369,3,1757,2487 -"85658",20709,4634,2,1757,2291 -"85659",20709,6999,3,1757,2214 -"85660",20709,7257,2,1757,1915 -"85661",20709,7499,3,1757,1803 -"85662",20709,7787,3,1757,2314 -"85663",20709,8463,3,1757,2466 -"85664",20709,12966,3,1757,2011 -"85665",20709,14490,3,1757,2291 -"85666",20709,14957,3,1757,2306 -"85667",20709,15558,3,1757,2389 -"85668",20709,15778,3,1757,2262 -"85669",20709,15782,3,1757,2306 -"85670",20709,16963,3,1757,1999 -"85671",20709,17480,3,1757,2316 -"85672",20709,17672,3,1757,1987 -"85673",20709,18821,3,1757,2075 -"85674",20709,19002,3,1757,2053 -"85675",20709,20011,3,1757,2826 -"85676",20709,21753,3,1757,1838 -"85677",20709,22932,3,1757,2469 -"85678",20709,35317,3,1757,1888 -"85679",20709,42407,3,1757,2408 -"85680",20709,47882,2,1757,2769 -"85681",20709,48585,3,1757,2063 -"85682",20709,55742,3,1757,2006 -"85683",20709,58711,3,1757,2746 -"85684",20709,67150,3,1757,2633 -"85685",20709,70011,3,1757,2690 -"85686",20709,73520,3,1757,2613 -"85687",20709,76997,3,1757,2223 -"85688",20709,93553,3,1757,2537 -"85689",20709,93609,3,1757,2252 -"85690",20715,18543,3,1312,2968 -"85691",20715,29308,3,1312,2094 -"85692",20715,43226,3,1312,2442 -"85693",20715,46621,3,1312,1343 -"85694",20715,50491,2,1312,1919 -"85695",20715,54981,2,1312,1949 -"85696",20715,71274,2,1312,2390 -"85697",20715,108433,2,1312,1568 -"85698",20730,9175,3,2243,2639 -"85699",20730,10310,3,2243,2774 -"85700",20730,10349,3,2243,2300 -"85701",20730,14959,3,2243,2898 -"85702",20730,19208,2,2243,2629 -"85703",20730,19605,3,2243,2395 -"85704",20730,36441,3,2243,2796 -"85705",20730,41770,1,2243,2752 -"85706",20730,42799,3,2243,2729 -"85707",20730,43455,3,2243,2846 -"85708",20730,45239,3,2243,2535 -"85709",20730,50480,3,2243,2701 -"85710",20730,67129,3,2243,2335 -"85711",20730,79653,3,2243,2683 -"85712",20730,117956,3,2243,2774 -"85713",20732,1767,2,2401,2727 -"85714",20732,3961,3,2401,2426 -"85715",20732,3980,3,2401,2771 -"85716",20732,5315,3,2401,2631 -"85717",20732,7984,3,2401,2493 -"85718",20732,9311,3,2401,2477 -"85719",20732,13158,3,2401,2667 -"85720",20732,13315,3,2401,2516 -"85721",20732,15821,3,2401,2456 -"85722",20732,23726,1,2401,2434 -"85723",20732,29095,3,2401,2531 -"85724",20732,33801,3,2401,2899 -"85725",20732,42216,3,2401,2722 -"85726",20732,43404,3,2401,2649 -"85727",20732,53475,3,2401,2853 -"85728",20732,70203,3,2401,2756 -"85729",20732,108379,3,2401,2933 -"85730",20739,3272,2,2025,2132 -"85731",20739,3477,3,2025,2546 -"85732",20739,3559,2,2025,2413 -"85733",20739,6040,3,2025,2103 -"85734",20739,6063,3,2025,2349 -"85735",20739,8993,3,2025,2099 -"85736",20739,12598,3,2025,2086 -"85737",20739,14442,3,2025,2700 -"85738",20739,15023,3,2025,2054 -"85739",20739,17768,3,2025,2468 -"85740",20739,19075,3,2025,2214 -"85741",20739,20547,2,2025,2145 -"85742",20739,25053,3,2025,2186 -"85743",20739,31357,2,2025,2389 -"85744",20739,33223,3,2025,2397 -"85745",20739,47882,3,2025,2769 -"85746",20739,51843,3,2025,2389 -"85747",20739,54385,2,2025,2340 -"85748",20739,63104,2,2025,2149 -"85749",20739,69308,3,2025,2370 -"85750",20739,77719,3,2025,2086 -"85751",20739,80615,3,2025,2252 -"85752",20739,110871,2,2025,2879 -"85753",20783,4618,3,2414,2607 -"85754",20783,5669,3,2414,2502 -"85755",20783,5725,3,2414,2789 -"85756",20783,10148,2,2414,2964 -"85757",20783,12867,1,2414,2773 -"85758",20783,19528,3,2414,2742 -"85759",20783,26351,3,2414,2683 -"85760",20783,28285,3,2414,2972 -"85761",20783,34327,3,2414,2959 -"85762",20783,47947,3,2414,2681 -"85763",20783,51410,3,2414,2739 -"85764",20783,53789,3,2414,2681 -"85765",20783,57977,3,2414,2683 -"85766",20783,62840,3,2414,2502 -"85767",20783,71562,3,2414,2574 -"85768",20819,1222,3,213,2598 -"85769",20819,1455,3,213,1262 -"85770",20819,2272,2,213,1640 -"85771",20819,2443,1,213,2333 -"85772",20819,2802,3,213,1836 -"85773",20819,3324,3,213,1198 -"85774",20819,5414,3,213,2321 -"85775",20819,6262,3,213,2733 -"85776",20819,6295,3,213,856 -"85777",20819,7847,3,213,2424 -"85778",20819,9269,3,213,1892 -"85779",20819,9910,3,213,2526 -"85780",20819,9948,3,213,2019 -"85781",20819,10146,3,213,1878 -"85782",20819,11897,3,213,1271 -"85783",20819,12914,3,213,1557 -"85784",20819,13150,3,213,1570 -"85785",20819,14212,3,213,857 -"85786",20819,14290,3,213,284 -"85787",20819,14470,3,213,2632 -"85788",20819,15047,3,213,1697 -"85789",20819,15582,2,213,598 -"85790",20819,15691,3,213,324 -"85791",20819,15926,3,213,545 -"85792",20819,18466,3,213,2340 -"85793",20819,19190,3,213,2677 -"85794",20819,19358,2,213,880 -"85795",20819,20604,3,213,1684 -"85796",20819,20695,3,213,2526 -"85797",20819,21044,3,213,1574 -"85798",20819,22410,3,213,2158 -"85799",20819,22682,3,213,2035 -"85800",20819,25033,3,213,929 -"85801",20819,27512,2,213,947 -"85802",20819,30697,2,213,2891 -"85803",20819,31264,3,213,2335 -"85804",20819,31705,3,213,2706 -"85805",20819,32070,2,213,950 -"85806",20819,32966,3,213,1583 -"85807",20819,36478,3,213,2808 -"85808",20819,37332,3,213,1891 -"85809",20819,38697,3,213,2701 -"85810",20819,41098,3,213,1857 -"85811",20819,42280,3,213,2266 -"85812",20819,46568,1,213,822 -"85813",20819,49284,2,213,218 -"85814",20819,49403,2,213,2427 -"85815",20819,49708,3,213,1147 -"85816",20819,51678,3,213,1077 -"85817",20819,53082,3,213,2328 -"85818",20819,54737,2,213,326 -"85819",20819,55364,3,213,326 -"85820",20819,56152,3,213,1487 -"85821",20819,56168,2,213,1466 -"85822",20819,56364,3,213,1626 -"85823",20819,63329,3,213,639 -"85824",20819,65515,1,213,677 -"85825",20819,66017,3,213,1545 -"85826",20819,66756,3,213,1301 -"85827",20819,68262,3,213,441 -"85828",20819,71128,3,213,485 -"85829",20819,71810,3,213,263 -"85830",20819,76796,3,213,1140 -"85831",20819,76997,3,213,2223 -"85832",20819,77550,3,213,1548 -"85833",20819,79772,3,213,1230 -"85834",20819,79793,3,213,1915 -"85835",20819,83334,2,213,1708 -"85836",20819,84591,3,213,1685 -"85837",20819,87915,3,213,1152 -"85838",20819,90633,3,213,990 -"85839",20819,92503,1,213,231 -"85840",20819,93710,3,213,544 -"85841",20819,94339,3,213,2768 -"85842",20819,101381,3,213,977 -"85843",20819,103920,3,213,274 -"85844",20819,104161,3,213,613 -"85845",20819,106409,3,213,265 -"85846",20819,112814,3,213,546 -"85847",20821,7937,3,1617,2044 -"85848",20821,40283,2,1617,1657 -"85849",20824,270,3,1366,2542 -"85850",20824,671,1,1366,2328 -"85851",20824,675,2,1366,1686 -"85852",20824,733,2,1366,1653 -"85853",20824,1036,3,1366,1367 -"85854",20824,1046,3,1366,1881 -"85855",20824,1136,2,1366,2536 -"85856",20824,1154,3,1366,1656 -"85857",20824,1592,3,1366,2006 -"85858",20824,1691,3,1366,1941 -"85859",20824,1767,3,1366,2727 -"85860",20824,1897,3,1366,1727 -"85861",20824,2424,2,1366,2582 -"85862",20824,2533,3,1366,2016 -"85863",20824,2563,3,1366,1686 -"85864",20824,2684,3,1366,2874 -"85865",20824,3167,2,1366,1676 -"85866",20824,3242,2,1366,1730 -"85867",20824,3305,3,1366,2839 -"85868",20824,4191,3,1366,2130 -"85869",20824,4226,3,1366,1903 -"85870",20824,4305,3,1366,2374 -"85871",20824,4618,3,1366,2607 -"85872",20824,4687,3,1366,2152 -"85873",20824,4980,3,1366,2093 -"85874",20824,5621,3,1366,1860 -"85875",20824,5725,3,1366,2789 -"85876",20824,6023,3,1366,2050 -"85877",20824,6363,3,1366,2066 -"85878",20824,6428,3,1366,1952 -"85879",20824,6491,3,1366,2424 -"85880",20824,7245,3,1366,2089 -"85881",20824,7847,3,1366,2424 -"85882",20824,8533,3,1366,2251 -"85883",20824,8621,3,1366,1681 -"85884",20824,9702,3,1366,1928 -"85885",20824,9751,3,1366,1397 -"85886",20824,10404,2,1366,2062 -"85887",20824,10799,3,1366,2010 -"85888",20824,10857,3,1366,2253 -"85889",20824,10890,2,1366,2639 -"85890",20824,12374,2,1366,2260 -"85891",20824,12747,3,1366,2818 -"85892",20824,13929,3,1366,2693 -"85893",20824,14507,3,1366,2686 -"85894",20824,15716,3,1366,1991 -"85895",20824,15813,3,1366,2143 -"85896",20824,16217,3,1366,1653 -"85897",20824,17357,3,1366,1536 -"85898",20824,17852,3,1366,2840 -"85899",20824,17931,3,1366,1617 -"85900",20824,19027,3,1366,2721 -"85901",20824,19380,3,1366,2637 -"85902",20824,19516,3,1366,2313 -"85903",20824,20311,3,1366,1981 -"85904",20824,20419,3,1366,1587 -"85905",20824,20563,2,1366,2267 -"85906",20824,20700,3,1366,2861 -"85907",20824,20783,3,1366,2414 -"85908",20824,21104,3,1366,2327 -"85909",20824,21122,2,1366,1701 -"85910",20824,21197,3,1366,1437 -"85911",20824,21285,3,1366,2100 -"85912",20824,22884,2,1366,1608 -"85913",20824,22885,3,1366,1702 -"85914",20824,22964,3,1366,1443 -"85915",20824,23216,3,1366,2424 -"85916",20824,23534,1,1366,1659 -"85917",20824,23704,3,1366,2278 -"85918",20824,23756,3,1366,2309 -"85919",20824,24962,2,1366,2126 -"85920",20824,25129,3,1366,2647 -"85921",20824,25341,3,1366,1858 -"85922",20824,25643,3,1366,1646 -"85923",20824,25816,3,1366,2088 -"85924",20824,26436,2,1366,2489 -"85925",20824,26451,3,1366,2133 -"85926",20824,26516,3,1366,2479 -"85927",20824,26570,2,1366,1669 -"85928",20824,26706,3,1366,1846 -"85929",20824,27628,3,1366,2389 -"85930",20824,27753,2,1366,2750 -"85931",20824,28285,3,1366,2972 -"85932",20824,29170,3,1366,1846 -"85933",20824,30438,3,1366,1617 -"85934",20824,31696,3,1366,1595 -"85935",20824,31799,3,1366,2547 -"85936",20824,32988,3,1366,2008 -"85937",20824,33572,3,1366,2370 -"85938",20824,34136,2,1366,2202 -"85939",20824,34160,3,1366,1759 -"85940",20824,34216,2,1366,2832 -"85941",20824,34492,2,1366,1798 -"85942",20824,34509,3,1366,1973 -"85943",20824,34815,3,1366,2354 -"85944",20824,34836,3,1366,2302 -"85945",20824,36439,3,1366,2469 -"85946",20824,36450,3,1366,1591 -"85947",20824,36651,3,1366,1600 -"85948",20824,38019,3,1366,1870 -"85949",20824,38449,2,1366,1802 -"85950",20824,38887,3,1366,2468 -"85951",20824,40293,3,1366,1671 -"85952",20824,40369,3,1366,2735 -"85953",20824,42175,3,1366,1594 -"85954",20824,43404,3,1366,2649 -"85955",20824,43455,3,1366,2846 -"85956",20824,44427,3,1366,2875 -"85957",20824,45633,3,1366,2134 -"85958",20824,45715,3,1366,2287 -"85959",20824,46629,3,1366,2255 -"85960",20824,47947,3,1366,2681 -"85961",20824,48698,3,1366,1474 -"85962",20824,49189,3,1366,1550 -"85963",20824,50118,3,1366,2654 -"85964",20824,50667,3,1366,2719 -"85965",20824,51022,1,1366,1499 -"85966",20824,51041,3,1366,2606 -"85967",20824,51410,2,1366,2739 -"85968",20824,51987,1,1366,1397 -"85969",20824,52576,3,1366,2234 -"85970",20824,53266,3,1366,2389 -"85971",20824,54551,3,1366,2348 -"85972",20824,54740,2,1366,2750 -"85973",20824,55691,2,1366,2856 -"85974",20824,56171,3,1366,1524 -"85975",20824,57129,3,1366,1858 -"85976",20824,57950,3,1366,1529 -"85977",20824,57977,3,1366,2683 -"85978",20824,58035,2,1366,1646 -"85979",20824,58133,3,1366,1484 -"85980",20824,58221,3,1366,1787 -"85981",20824,59438,3,1366,2400 -"85982",20824,61982,3,1366,2725 -"85983",20824,63515,3,1366,2023 -"85984",20824,64181,3,1366,1828 -"85985",20824,64793,2,1366,2819 -"85986",20824,64997,2,1366,2791 -"85987",20824,65691,3,1366,2134 -"85988",20824,74095,3,1366,2333 -"85989",20824,76892,3,1366,2381 -"85990",20824,81813,3,1366,1656 -"85991",20824,82767,2,1366,1641 -"85992",20824,88232,2,1366,2881 -"85993",20824,92491,3,1366,1968 -"85994",20824,97915,3,1366,1802 -"85995",20824,99020,3,1366,1383 -"85996",20824,99103,2,1366,1470 -"85997",20824,108379,3,1366,2933 -"85998",20847,1700,3,491,613 -"85999",20847,2540,3,491,1398 -"86000",20847,2576,2,491,1307 -"86001",20847,3127,3,491,2273 -"86002",20847,4730,3,491,2131 -"86003",20847,5792,3,491,975 -"86004",20847,10754,3,491,1797 -"86005",20847,14463,2,491,1256 -"86006",20847,17252,3,491,1258 -"86007",20847,29267,3,491,1234 -"86008",20847,29286,3,491,1612 -"86009",20847,30442,3,491,2124 -"86010",20847,36953,3,491,2790 -"86011",20847,40572,3,491,2666 -"86012",20847,42813,3,491,2142 -"86013",20847,46486,2,491,1868 -"86014",20847,68831,2,491,1446 -"86015",20847,70455,3,491,1307 -"86016",20847,71219,3,491,967 -"86017",20847,81269,2,491,1570 -"86018",20847,85153,3,491,1163 -"86019",20847,86978,3,491,2733 -"86020",20847,87430,2,491,1038 -"86021",20847,87471,2,491,712 -"86022",20847,90709,3,491,1080 -"86023",20847,91348,1,491,901 -"86024",20847,94138,1,491,1939 -"86025",20847,99332,3,491,873 -"86026",20867,6248,3,200,2737 -"86027",20867,10727,3,200,2082 -"86028",20867,11429,3,200,2520 -"86029",20867,11665,3,200,1643 -"86030",20867,12200,2,200,1400 -"86031",20867,12818,2,200,2015 -"86032",20867,13024,2,200,2468 -"86033",20867,21165,2,200,1112 -"86034",20867,21290,2,200,894 -"86035",20867,22488,3,200,2434 -"86036",20867,23325,3,200,2779 -"86037",20867,23975,3,200,2143 -"86038",20867,25718,2,200,432 -"86039",20867,26101,3,200,349 -"86040",20867,28355,3,200,2053 -"86041",20867,29117,3,200,1250 -"86042",20867,33955,3,200,1178 -"86043",20867,36662,3,200,2967 -"86044",20867,40305,3,200,293 -"86045",20867,41180,3,200,1556 -"86046",20867,42713,3,200,1995 -"86047",20867,49147,3,200,2539 -"86048",20867,49621,3,200,1915 -"86049",20867,50335,3,200,1893 -"86050",20867,51265,3,200,2670 -"86051",20867,54061,3,200,1488 -"86052",20867,57977,3,200,2683 -"86053",20867,64534,2,200,2924 -"86054",20867,79918,3,200,1672 -"86055",20867,81237,3,200,2866 -"86056",20867,81853,3,200,1207 -"86057",20867,82618,3,200,1536 -"86058",20867,83947,3,200,917 -"86059",20867,89931,3,200,1400 -"86060",20867,107993,3,200,999 -"86061",20867,112834,3,200,765 -"86062",20874,270,3,1580,2542 -"86063",20874,2181,3,1580,2030 -"86064",20874,2424,3,1580,2582 -"86065",20874,4929,3,1580,2240 -"86066",20874,4953,3,1580,2285 -"86067",20874,6449,2,1580,1997 -"86068",20874,8376,3,1580,1670 -"86069",20874,9175,2,1580,2639 -"86070",20874,9362,3,1580,2879 -"86071",20874,10349,1,1580,2300 -"86072",20874,12081,3,1580,2166 -"86073",20874,14252,3,1580,2244 -"86074",20874,14918,3,1580,2071 -"86075",20874,15729,3,1580,2338 -"86076",20874,17365,3,1580,2746 -"86077",20874,17549,3,1580,2647 -"86078",20874,19208,3,1580,2629 -"86079",20874,20730,2,1580,2243 -"86080",20874,22543,3,1580,1594 -"86081",20874,24558,3,1580,2139 -"86082",20874,31159,3,1580,2231 -"86083",20874,38307,3,1580,2648 -"86084",20874,39464,3,1580,2314 -"86085",20874,40368,3,1580,2876 -"86086",20874,41770,2,1580,2752 -"86087",20874,41945,3,1580,2856 -"86088",20874,42783,3,1580,2338 -"86089",20874,43455,2,1580,2846 -"86090",20874,44135,3,1580,2620 -"86091",20874,45239,2,1580,2535 -"86092",20874,46629,3,1580,2255 -"86093",20874,51866,3,1580,2411 -"86094",20874,55076,3,1580,2408 -"86095",20874,61982,3,1580,2725 -"86096",20874,64857,3,1580,1792 -"86097",20874,67129,2,1580,2335 -"86098",20874,70573,3,1580,1993 -"86099",20874,79653,2,1580,2683 -"86100",20879,24,3,623,1295 -"86101",20879,1044,3,623,880 -"86102",20879,1769,3,623,877 -"86103",20879,1875,3,623,1786 -"86104",20879,4671,3,623,2280 -"86105",20879,5226,2,623,1309 -"86106",20879,5622,3,623,2175 -"86107",20879,7029,2,623,2204 -"86108",20879,9364,3,623,1698 -"86109",20879,10857,3,623,2253 -"86110",20879,10874,3,623,1891 -"86111",20879,11103,2,623,2393 -"86112",20879,12728,3,623,2374 -"86113",20879,15122,2,623,1201 -"86114",20879,15207,3,623,1855 -"86115",20879,17938,3,623,1410 -"86116",20879,18567,3,623,919 -"86117",20879,19096,3,623,1538 -"86118",20879,21197,3,623,1437 -"86119",20879,21198,3,623,935 -"86120",20879,22705,3,623,1016 -"86121",20879,23492,3,623,1067 -"86122",20879,26595,3,623,1566 -"86123",20879,27195,3,623,2158 -"86124",20879,27849,3,623,1316 -"86125",20879,28635,3,623,2368 -"86126",20879,28640,1,623,1475 -"86127",20879,29750,3,623,689 -"86128",20879,29930,3,623,2240 -"86129",20879,30491,3,623,789 -"86130",20879,31530,3,623,1661 -"86131",20879,34325,3,623,1982 -"86132",20879,35516,2,623,1229 -"86133",20879,36574,3,623,2934 -"86134",20879,37108,2,623,1202 -"86135",20879,39539,3,623,1274 -"86136",20879,43385,2,623,1623 -"86137",20879,44306,3,623,1036 -"86138",20879,48571,3,623,2717 -"86139",20879,49185,3,623,1544 -"86140",20879,54305,3,623,1222 -"86141",20879,54551,3,623,2348 -"86142",20879,54879,3,623,2210 -"86143",20879,56232,2,623,1175 -"86144",20879,57414,3,623,922 -"86145",20879,58451,3,623,1939 -"86146",20879,58652,3,623,1437 -"86147",20879,65140,2,623,836 -"86148",20879,66703,3,623,2375 -"86149",20879,72956,3,623,1251 -"86150",20879,76284,2,623,1237 -"86151",20879,81588,3,623,1568 -"86152",20879,83491,2,623,1200 -"86153",20879,86287,3,623,1349 -"86154",20879,95644,3,623,1531 -"86155",20879,97120,3,623,1202 -"86156",20879,98781,2,623,1410 -"86157",20879,101338,3,623,1319 -"86158",20893,20259,3,2695,2751 -"86159",20893,36962,3,2695,2861 -"86160",20893,49998,3,2695,2761 -"86161",20893,89934,3,2695,2760 -"86162",20894,3271,3,2214,2216 -"86163",20894,3477,3,2214,2546 -"86164",20894,10373,3,2214,2436 -"86165",20894,13079,3,2214,2547 -"86166",20894,37120,3,2214,2622 -"86167",20894,37752,2,2214,2223 -"86168",20894,38259,3,2214,2258 -"86169",20894,40623,3,2214,2580 -"86170",20894,57356,2,2214,2476 -"86171",20894,59776,3,2214,2493 -"86172",20894,69810,3,2214,2321 -"86173",20921,843,3,723,2332 -"86174",20921,919,2,723,910 -"86175",20921,1256,3,723,1212 -"86176",20921,1257,2,723,1212 -"86177",20921,1455,3,723,1262 -"86178",20921,1624,3,723,2687 -"86179",20921,1822,3,723,2888 -"86180",20921,2181,3,723,2030 -"86181",20921,2272,3,723,1640 -"86182",20921,2724,3,723,2447 -"86183",20921,3272,3,723,2132 -"86184",20921,3477,2,723,2546 -"86185",20921,3559,2,723,2413 -"86186",20921,3678,3,723,1325 -"86187",20921,4622,3,723,1589 -"86188",20921,4968,2,723,1586 -"86189",20921,6040,3,723,2103 -"86190",20921,6063,2,723,2349 -"86191",20921,6392,3,723,1878 -"86192",20921,7604,3,723,1366 -"86193",20921,8993,2,723,2099 -"86194",20921,9273,3,723,1747 -"86195",20921,9503,3,723,2453 -"86196",20921,9513,3,723,872 -"86197",20921,10701,3,723,2000 -"86198",20921,11154,3,723,1594 -"86199",20921,11229,3,723,1625 -"86200",20921,11518,3,723,803 -"86201",20921,12197,3,723,1235 -"86202",20921,12598,3,723,2086 -"86203",20921,12735,2,723,819 -"86204",20921,12779,2,723,936 -"86205",20921,13899,3,723,2650 -"86206",20921,14470,3,723,2632 -"86207",20921,14817,3,723,2110 -"86208",20921,15023,2,723,2054 -"86209",20921,17399,3,723,884 -"86210",20921,17672,3,723,1987 -"86211",20921,17695,3,723,1930 -"86212",20921,18217,2,723,1566 -"86213",20921,19075,3,723,2214 -"86214",20921,19317,3,723,2041 -"86215",20921,19667,2,723,1466 -"86216",20921,20124,3,723,2376 -"86217",20921,20343,3,723,851 -"86218",20921,20547,2,723,2145 -"86219",20921,20739,2,723,2025 -"86220",20921,20984,3,723,2502 -"86221",20921,21684,3,723,1971 -"86222",20921,22403,3,723,1630 -"86223",20921,22410,3,723,2158 -"86224",20921,22462,2,723,869 -"86225",20921,25518,3,723,1955 -"86226",20921,25678,3,723,1558 -"86227",20921,28588,3,723,1335 -"86228",20921,29100,1,723,843 -"86229",20921,29267,3,723,1234 -"86230",20921,30194,3,723,2874 -"86231",20921,30486,3,723,1269 -"86232",20921,31357,2,723,2389 -"86233",20921,32339,3,723,2430 -"86234",20921,32395,3,723,2735 -"86235",20921,33223,2,723,2397 -"86236",20921,33451,3,723,1957 -"86237",20921,33470,3,723,2003 -"86238",20921,35822,3,723,1903 -"86239",20921,36346,3,723,1240 -"86240",20921,37301,3,723,2160 -"86241",20921,38457,3,723,1630 -"86242",20921,38513,3,723,914 -"86243",20921,39188,3,723,1948 -"86244",20921,39723,3,723,778 -"86245",20921,39893,2,723,1601 -"86246",20921,40542,2,723,1664 -"86247",20921,44181,3,723,1034 -"86248",20921,44727,3,723,1227 -"86249",20921,47372,2,723,788 -"86250",20921,47595,3,723,2374 -"86251",20921,47882,3,723,2769 -"86252",20921,51399,3,723,934 -"86253",20921,51843,2,723,2389 -"86254",20921,51890,3,723,1992 -"86255",20921,52953,1,723,1741 -"86256",20921,53414,3,723,1672 -"86257",20921,54385,1,723,2340 -"86258",20921,55307,3,723,2306 -"86259",20921,55730,2,723,1217 -"86260",20921,56873,3,723,1421 -"86261",20921,57150,3,723,1196 -"86262",20921,59344,3,723,2252 -"86263",20921,59790,3,723,1827 -"86264",20921,63104,3,723,2149 -"86265",20921,63631,2,723,763 -"86266",20921,69308,3,723,2370 -"86267",20921,73192,3,723,1955 -"86268",20921,76143,3,723,1610 -"86269",20921,76295,2,723,1001 -"86270",20921,76503,3,723,1136 -"86271",20921,76867,3,723,1296 -"86272",20921,78611,3,723,1586 -"86273",20921,79547,3,723,1909 -"86274",20921,80615,1,723,2252 -"86275",20921,84317,3,723,2081 -"86276",20921,84808,2,723,1974 -"86277",20921,88739,3,723,933 -"86278",20921,89258,3,723,1147 -"86279",20921,90429,3,723,1684 -"86280",20921,93123,3,723,870 -"86281",20921,93590,2,723,1188 -"86282",20921,94513,3,723,1102 -"86283",20921,95682,3,723,881 -"86284",20921,97615,3,723,1198 -"86285",20921,98436,2,723,1212 -"86286",20921,103312,3,723,1216 -"86287",20921,108974,3,723,752 -"86288",20921,110737,3,723,2117 -"86289",20921,110871,2,723,2879 -"86290",20941,3403,3,2725,2951 -"86291",20941,8062,3,2725,2858 -"86292",20941,12361,3,2725,2732 -"86293",20941,17033,3,2725,2771 -"86294",20941,22723,3,2725,2859 -"86295",20941,26182,3,2725,2775 -"86296",20941,27686,2,2725,2844 -"86297",20941,29977,2,2725,2781 -"86298",20941,36278,3,2725,2952 -"86299",20941,36953,3,2725,2790 -"86300",20941,43673,3,2725,2787 -"86301",20941,46982,3,2725,2806 -"86302",20941,56669,3,2725,2924 -"86303",20941,62626,3,2725,2787 -"86304",20975,23,3,1305,1682 -"86305",20975,312,3,1305,2038 -"86306",20975,913,3,1305,2144 -"86307",20975,1275,3,1305,2068 -"86308",20975,1639,3,1305,2631 -"86309",20975,2424,3,1305,2582 -"86310",20975,2533,3,1305,2016 -"86311",20975,3271,3,1305,2216 -"86312",20975,3306,3,1305,1989 -"86313",20975,3716,2,1305,1679 -"86314",20975,5041,2,1305,2371 -"86315",20975,5622,3,1305,2175 -"86316",20975,6047,3,1305,2004 -"86317",20975,6417,3,1305,1675 -"86318",20975,8073,3,1305,1847 -"86319",20975,9272,3,1305,2835 -"86320",20975,9311,3,1305,2477 -"86321",20975,9364,1,1305,1698 -"86322",20975,10358,3,1305,2294 -"86323",20975,10474,3,1305,1608 -"86324",20975,10513,3,1305,2284 -"86325",20975,10857,3,1305,2253 -"86326",20975,10874,3,1305,1891 -"86327",20975,11006,3,1305,1950 -"86328",20975,11229,3,1305,1625 -"86329",20975,15872,3,1305,1551 -"86330",20975,16201,3,1305,1811 -"86331",20975,16332,1,1305,2668 -"86332",20975,17997,3,1305,1621 -"86333",20975,18415,3,1305,2184 -"86334",20975,19096,3,1305,1538 -"86335",20975,19248,3,1305,2357 -"86336",20975,19719,3,1305,2177 -"86337",20975,20124,2,1305,2376 -"86338",20975,20311,3,1305,1981 -"86339",20975,21138,2,1305,2849 -"86340",20975,21197,3,1305,1437 -"86341",20975,21285,3,1305,2100 -"86342",20975,21693,3,1305,2176 -"86343",20975,21758,3,1305,1331 -"86344",20975,22141,3,1305,2348 -"86345",20975,22282,3,1305,1418 -"86346",20975,22326,3,1305,2818 -"86347",20975,22362,3,1305,1836 -"86348",20975,22586,3,1305,1341 -"86349",20975,23729,3,1305,1624 -"86350",20975,24755,3,1305,1319 -"86351",20975,25305,3,1305,2447 -"86352",20975,25577,3,1305,1946 -"86353",20975,26359,3,1305,2535 -"86354",20975,26749,2,1305,2965 -"86355",20975,27275,3,1305,2656 -"86356",20975,27390,3,1305,2425 -"86357",20975,27694,3,1305,2030 -"86358",20975,28015,1,1305,1624 -"86359",20975,28190,3,1305,1634 -"86360",20975,30981,3,1305,2366 -"86361",20975,31050,3,1305,1491 -"86362",20975,33949,3,1305,2489 -"86363",20975,34836,3,1305,2302 -"86364",20975,38019,2,1305,1870 -"86365",20975,40432,3,1305,1956 -"86366",20975,43112,3,1305,2564 -"86367",20975,43226,3,1305,2442 -"86368",20975,43385,2,1305,1623 -"86369",20975,46039,3,1305,1794 -"86370",20975,47248,3,1305,2883 -"86371",20975,47772,3,1305,2293 -"86372",20975,48110,3,1305,2009 -"86373",20975,51017,2,1305,2073 -"86374",20975,51035,3,1305,2397 -"86375",20975,51041,3,1305,2606 -"86376",20975,52576,2,1305,2234 -"86377",20975,53323,3,1305,2677 -"86378",20975,54551,3,1305,2348 -"86379",20975,55082,3,1305,1856 -"86380",20975,56082,3,1305,2395 -"86381",20975,56317,2,1305,2030 -"86382",20975,57353,3,1305,1849 -"86383",20975,58451,3,1305,1939 -"86384",20975,58508,2,1305,2326 -"86385",20975,59205,3,1305,2387 -"86386",20975,61982,3,1305,2725 -"86387",20975,65007,3,1305,2530 -"86388",20975,67719,3,1305,2429 -"86389",20975,69335,3,1305,2698 -"86390",20975,72468,3,1305,2292 -"86391",20975,73128,3,1305,1549 -"86392",20975,73786,3,1305,2937 -"86393",20975,79322,3,1305,2770 -"86394",20975,80301,3,1305,1690 -"86395",20975,81588,2,1305,1568 -"86396",20975,82949,3,1305,2077 -"86397",20975,84022,3,1305,2289 -"86398",20975,98781,2,1305,1410 -"86399",20975,101295,3,1305,2165 -"86400",20975,115622,3,1305,1895 -"86401",20980,12898,3,816,1231 -"86402",20980,28874,2,816,2329 -"86403",20980,95644,3,816,1531 -"86404",20984,2,2,2502,2796 -"86405",20984,1822,3,2502,2888 -"86406",20984,3477,2,2502,2546 -"86407",20984,6989,3,2502,2623 -"86408",20984,9332,3,2502,2734 -"86409",20984,12361,3,2502,2732 -"86410",20984,13899,3,2502,2650 -"86411",20984,14586,3,2502,2801 -"86412",20984,15826,3,2502,2772 -"86413",20984,17033,3,2502,2771 -"86414",20984,17037,3,2502,2947 -"86415",20984,19655,3,2502,2706 -"86416",20984,20512,3,2502,2748 -"86417",20984,29473,2,2502,2602 -"86418",20984,30668,3,2502,2882 -"86419",20984,32395,3,2502,2735 -"86420",20984,45729,3,2502,2606 -"86421",20984,51783,3,2502,2599 -"86422",20984,57692,3,2502,2720 -"86423",20984,58655,3,2502,2685 -"86424",20984,59448,3,2502,2687 -"86425",20988,23,2,455,1682 -"86426",20988,312,3,455,2038 -"86427",20988,1044,3,455,880 -"86428",20988,1046,3,455,1881 -"86429",20988,1196,3,455,1986 -"86430",20988,1639,3,455,2631 -"86431",20988,1826,3,455,924 -"86432",20988,2077,3,455,610 -"86433",20988,2269,3,455,984 -"86434",20988,2424,3,455,2582 -"86435",20988,2533,3,455,2016 -"86436",20988,3306,3,455,1989 -"86437",20988,3716,2,455,1679 -"86438",20988,3961,3,455,2426 -"86439",20988,4191,3,455,2130 -"86440",20988,5041,1,455,2371 -"86441",20988,5725,3,455,2789 -"86442",20988,6047,3,455,2004 -"86443",20988,6366,3,455,798 -"86444",20988,6417,3,455,1675 -"86445",20988,8490,1,455,564 -"86446",20988,8866,3,455,1545 -"86447",20988,9331,3,455,2269 -"86448",20988,9364,2,455,1698 -"86449",20988,9474,3,455,864 -"86450",20988,9871,3,455,921 -"86451",20988,10358,2,455,2294 -"86452",20988,10513,3,455,2284 -"86453",20988,11006,3,455,1950 -"86454",20988,11540,2,455,1237 -"86455",20988,11576,2,455,808 -"86456",20988,11817,3,455,600 -"86457",20988,14032,3,455,2144 -"86458",20988,15808,3,455,1521 -"86459",20988,15872,3,455,1551 -"86460",20988,16120,3,455,1237 -"86461",20988,16332,2,455,2668 -"86462",20988,16940,3,455,1290 -"86463",20988,18415,3,455,2184 -"86464",20988,19248,3,455,2357 -"86465",20988,19719,3,455,2177 -"86466",20988,20124,3,455,2376 -"86467",20988,20975,1,455,1305 -"86468",20988,21138,2,455,2849 -"86469",20988,21197,3,455,1437 -"86470",20988,21198,2,455,935 -"86471",20988,21285,3,455,2100 -"86472",20988,21693,3,455,2176 -"86473",20988,22141,3,455,2348 -"86474",20988,22282,3,455,1418 -"86475",20988,22326,3,455,2818 -"86476",20988,22362,3,455,1836 -"86477",20988,23450,3,455,967 -"86478",20988,24293,2,455,1184 -"86479",20988,25027,2,455,564 -"86480",20988,25643,3,455,1646 -"86481",20988,26659,3,455,903 -"86482",20988,26749,2,455,2965 -"86483",20988,27694,3,455,2030 -"86484",20988,28015,2,455,1624 -"86485",20988,28190,3,455,1634 -"86486",20988,29050,2,455,1196 -"86487",20988,29705,3,455,607 -"86488",20988,29750,3,455,689 -"86489",20988,30180,3,455,590 -"86490",20988,30981,3,455,2366 -"86491",20988,32919,3,455,2321 -"86492",20988,33949,3,455,2489 -"86493",20988,34954,3,455,1184 -"86494",20988,35926,3,455,2371 -"86495",20988,36450,3,455,1591 -"86496",20988,38019,3,455,1870 -"86497",20988,38780,3,455,2705 -"86498",20988,39238,3,455,922 -"86499",20988,43112,3,455,2564 -"86500",20988,43385,3,455,1623 -"86501",20988,46723,3,455,607 -"86502",20988,47248,3,455,2883 -"86503",20988,47772,3,455,2293 -"86504",20988,50124,3,455,1209 -"86505",20988,50219,3,455,756 -"86506",20988,50382,3,455,2244 -"86507",20988,51017,2,455,2073 -"86508",20988,51035,3,455,2397 -"86509",20988,51041,3,455,2606 -"86510",20988,52576,3,455,2234 -"86511",20988,55320,3,455,1643 -"86512",20988,56317,3,455,2030 -"86513",20988,58035,3,455,1646 -"86514",20988,58508,3,455,2326 -"86515",20988,61982,3,455,2725 -"86516",20988,63547,3,455,1023 -"86517",20988,70681,3,455,866 -"86518",20988,71342,2,455,1289 -"86519",20988,72956,2,455,1251 -"86520",20988,73786,3,455,2937 -"86521",20988,74681,3,455,837 -"86522",20988,74731,3,455,853 -"86523",20988,76284,3,455,1237 -"86524",20988,77305,3,455,965 -"86525",20988,80471,3,455,538 -"86526",20988,80506,3,455,1920 -"86527",20988,81588,3,455,1568 -"86528",20988,82949,3,455,2077 -"86529",20988,84022,3,455,2289 -"86530",20988,86270,3,455,897 -"86531",20988,87692,2,455,775 -"86532",20988,89047,3,455,877 -"86533",20988,89097,3,455,935 -"86534",20988,90802,2,455,877 -"86535",20988,92220,3,455,607 -"86536",20988,98781,3,455,1410 -"86537",20988,101395,2,455,891 -"86538",20988,104084,3,455,579 -"86539",20988,114865,3,455,544 -"86540",20989,77826,3,92,1719 -"86541",21012,270,2,2325,2542 -"86542",21012,701,3,2325,2718 -"86543",21012,2424,2,2325,2582 -"86544",21012,3305,3,2325,2839 -"86545",21012,3966,3,2325,2425 -"86546",21012,6074,3,2325,2426 -"86547",21012,9175,3,2325,2639 -"86548",21012,9615,3,2325,2464 -"86549",21012,10029,3,2325,2718 -"86550",21012,17365,3,2325,2746 -"86551",21012,18394,3,2325,2356 -"86552",21012,19248,3,2325,2357 -"86553",21012,19622,3,2325,2371 -"86554",21012,19862,3,2325,2412 -"86555",21012,21193,3,2325,2490 -"86556",21012,21682,3,2325,2414 -"86557",21012,22326,3,2325,2818 -"86558",21012,23725,3,2325,2378 -"86559",21012,25305,3,2325,2447 -"86560",21012,26848,3,2325,2363 -"86561",21012,30052,3,2325,2855 -"86562",21012,32173,3,2325,2341 -"86563",21012,33160,3,2325,2441 -"86564",21012,38307,3,2325,2648 -"86565",21012,41945,3,2325,2856 -"86566",21012,42216,3,2325,2722 -"86567",21012,43455,2,2325,2846 -"86568",21012,43518,3,2325,2680 -"86569",21012,44769,3,2325,2411 -"86570",21012,45302,3,2325,2390 -"86571",21012,50236,3,2325,2339 -"86572",21012,50785,3,2325,2877 -"86573",21012,51035,3,2325,2397 -"86574",21012,51041,3,2325,2606 -"86575",21012,51866,3,2325,2411 -"86576",21012,56082,3,2325,2395 -"86577",21012,56237,3,2325,2625 -"86578",21012,57977,3,2325,2683 -"86579",21012,61982,2,2325,2725 -"86580",21012,62841,3,2325,2710 -"86581",21012,70217,3,2325,2332 -"86582",21012,72207,3,2325,2430 -"86583",21012,72326,3,2325,2384 -"86584",21012,76892,3,2325,2381 -"86585",21027,916,3,560,2718 -"86586",21027,1708,3,560,1591 -"86587",21027,2647,3,560,2450 -"86588",21027,2927,3,560,1789 -"86589",21027,4180,2,560,1817 -"86590",21027,4551,1,560,2720 -"86591",21027,5303,2,560,1849 -"86592",21027,6480,2,560,1678 -"86593",21027,7253,1,560,2686 -"86594",21027,7254,2,560,1849 -"86595",21027,7604,3,560,1366 -"86596",21027,11665,3,560,1643 -"86597",21027,11858,2,560,1530 -"86598",21027,13068,3,560,1778 -"86599",21027,15146,1,560,1546 -"86600",21027,19509,2,560,2000 -"86601",21027,25378,3,560,1245 -"86602",21027,26513,3,560,2205 -"86603",21027,28268,2,560,2258 -"86604",21027,34953,2,560,1817 -"86605",21027,35787,3,560,1132 -"86606",21027,46616,3,560,1917 -"86607",21027,47607,2,560,2724 -"86608",21027,50678,3,560,1366 -"86609",21027,52380,2,560,2686 -"86610",21027,53584,3,560,2391 -"86611",21027,58945,1,560,2481 -"86612",21027,59511,2,560,2753 -"86613",21027,61209,3,560,580 -"86614",21027,65188,3,560,2213 -"86615",21027,69029,3,560,2623 -"86616",21027,75194,2,560,1736 -"86617",21027,82426,3,560,1576 -"86618",21027,90778,3,560,683 -"86619",21029,270,3,1943,2542 -"86620",21029,357,3,1943,2327 -"86621",21029,2424,3,1943,2582 -"86622",21029,4953,1,1943,2285 -"86623",21029,5350,3,1943,2522 -"86624",21029,6044,2,1943,2744 -"86625",21029,7794,3,1943,2972 -"86626",21029,7795,3,1943,2789 -"86627",21029,11218,3,1943,2292 -"86628",21029,12042,2,1943,2345 -"86629",21029,12081,3,1943,2166 -"86630",21029,14252,3,1943,2244 -"86631",21029,15008,3,1943,2338 -"86632",21029,15381,2,1943,2289 -"86633",21029,15729,3,1943,2338 -"86634",21029,16096,3,1943,2301 -"86635",21029,16352,3,1943,2657 -"86636",21029,16628,3,1943,2409 -"86637",21029,17365,3,1943,2746 -"86638",21029,17400,3,1943,2231 -"86639",21029,17826,3,1943,2920 -"86640",21029,21872,3,1943,2458 -"86641",21029,23725,3,1943,2378 -"86642",21029,24253,3,1943,2213 -"86643",21029,25213,3,1943,2338 -"86644",21029,26080,3,1943,2525 -"86645",21029,26451,3,1943,2133 -"86646",21029,28296,3,1943,2944 -"86647",21029,31159,3,1943,2231 -"86648",21029,31295,3,1943,2183 -"86649",21029,37238,3,1943,2609 -"86650",21029,38307,2,1943,2648 -"86651",21029,41945,3,1943,2856 -"86652",21029,41972,3,1943,2509 -"86653",21029,43455,2,1943,2846 -"86654",21029,43796,3,1943,2476 -"86655",21029,46629,3,1943,2255 -"86656",21029,47248,3,1943,2883 -"86657",21029,50113,3,1943,2059 -"86658",21029,51017,3,1943,2073 -"86659",21029,51866,3,1943,2411 -"86660",21029,52032,3,1943,2853 -"86661",21029,52566,3,1943,2318 -"86662",21029,52892,3,1943,2372 -"86663",21029,61982,3,1943,2725 -"86664",21029,63442,1,1943,1965 -"86665",21029,70573,3,1943,1993 -"86666",21029,84022,3,1943,2289 -"86667",21044,1708,3,1574,1591 -"86668",21044,2443,3,1574,2333 -"86669",21044,9269,2,1574,1892 -"86670",21044,9895,2,1574,1960 -"86671",21044,9909,3,1574,2230 -"86672",21044,9910,2,1574,2526 -"86673",21044,9948,3,1574,2019 -"86674",21044,16347,3,1574,1868 -"86675",21044,20695,2,1574,2526 -"86676",21044,26740,3,1574,2695 -"86677",21044,32966,3,1574,1583 -"86678",21044,34331,3,1574,1727 -"86679",21044,38697,3,1574,2701 -"86680",21044,39009,3,1574,1594 -"86681",21044,44744,3,1574,2032 -"86682",21044,46616,3,1574,1917 -"86683",21044,53584,3,1574,2391 -"86684",21044,56364,2,1574,1626 -"86685",21044,84591,2,1574,1685 -"86686",21044,92630,3,1574,1583 -"86687",21076,803,3,1591,1666 -"86688",21076,5041,3,1591,2371 -"86689",21076,9175,3,1591,2639 -"86690",21076,9850,3,1591,2974 -"86691",21076,23508,3,1591,1907 -"86692",21076,40913,3,1591,1800 -"86693",21076,55556,3,1591,2075 -"86694",21076,86799,3,1591,1951 -"86695",21079,145,2,1997,1998 -"86696",21079,160,3,1997,2007 -"86697",21079,913,3,1997,2144 -"86698",21079,1409,3,1997,2090 -"86699",21079,2181,3,1997,2030 -"86700",21079,3477,3,1997,2546 -"86701",21079,3978,3,1997,2775 -"86702",21079,4929,2,1997,2240 -"86703",21079,4953,3,1997,2285 -"86704",21079,6063,3,1997,2349 -"86705",21079,8842,3,1997,2535 -"86706",21079,9331,3,1997,2269 -"86707",21079,12081,2,1997,2166 -"86708",21079,14918,2,1997,2071 -"86709",21079,16628,3,1997,2409 -"86710",21079,17351,2,1997,2036 -"86711",21079,17549,2,1997,2647 -"86712",21079,20331,3,1997,2365 -"86713",21079,22682,3,1997,2035 -"86714",21079,24256,3,1997,2393 -"86715",21079,24558,3,1997,2139 -"86716",21079,27796,3,1997,2151 -"86717",21079,31117,3,1997,2210 -"86718",21079,31159,3,1997,2231 -"86719",21079,31235,3,1997,2668 -"86720",21079,31295,3,1997,2183 -"86721",21079,31705,3,1997,2706 -"86722",21079,33223,3,1997,2397 -"86723",21079,34120,3,1997,2786 -"86724",21079,36031,3,1997,2342 -"86725",21079,36862,3,1997,2655 -"86726",21079,38307,2,1997,2648 -"86727",21079,41770,3,1997,2752 -"86728",21079,41945,3,1997,2856 -"86729",21079,43455,3,1997,2846 -"86730",21079,44688,3,1997,2924 -"86731",21079,46446,3,1997,2295 -"86732",21079,50113,3,1997,2059 -"86733",21079,57532,3,1997,2617 -"86734",21092,3714,2,1643,2605 -"86735",21092,9030,3,1643,1979 -"86736",21092,13201,3,1643,2034 -"86737",21092,15343,3,1643,2125 -"86738",21092,15500,3,1643,1658 -"86739",21092,20659,3,1643,1969 -"86740",21092,21417,3,1643,2422 -"86741",21092,26106,3,1643,2015 -"86742",21092,26809,3,1643,1656 -"86743",21092,28090,3,1643,1755 -"86744",21092,38908,3,1643,1787 -"86745",21092,43839,3,1643,1685 -"86746",21092,49032,3,1643,2469 -"86747",21092,67264,3,1643,2790 -"86748",21095,803,3,856,1666 -"86749",21095,1469,3,856,1160 -"86750",21095,5041,3,856,2371 -"86751",21095,9175,3,856,2639 -"86752",21095,16313,3,856,1160 -"86753",21095,19092,3,856,906 -"86754",21095,21076,1,856,1591 -"86755",21095,23508,3,856,1907 -"86756",21095,32163,3,856,859 -"86757",21095,32409,3,856,857 -"86758",21095,40913,2,856,1800 -"86759",21095,51035,3,856,2397 -"86760",21095,55556,3,856,2075 -"86761",21095,61719,3,856,1515 -"86762",21095,84498,3,856,1292 -"86763",21095,86799,3,856,1951 -"86764",21095,93752,3,856,1368 -"86765",21095,109741,3,856,1527 -"86766",21104,270,3,2327,2542 -"86767",21104,4305,3,2327,2374 -"86768",21104,6491,3,2327,2424 -"86769",21104,9311,3,2327,2477 -"86770",21104,14959,3,2327,2898 -"86771",21104,16352,3,2327,2657 -"86772",21104,18394,3,2327,2356 -"86773",21104,22326,3,2327,2818 -"86774",21104,25305,3,2327,2447 -"86775",21104,26436,3,2327,2489 -"86776",21104,29073,3,2327,2328 -"86777",21104,39444,3,2327,2695 -"86778",21104,43518,3,2327,2680 -"86779",21104,50118,1,2327,2654 -"86780",21104,50236,3,2327,2339 -"86781",21104,55468,3,2327,2511 -"86782",21104,56082,3,2327,2395 -"86783",21104,78563,3,2327,2385 -"86784",21104,108379,3,2327,2933 -"86785",21104,108867,2,2327,2328 -"86786",21122,377,3,1701,2389 -"86787",21122,671,3,1701,2328 -"86788",21122,1592,3,1701,2006 -"86789",21122,1616,3,1701,2662 -"86790",21122,1691,3,1701,1941 -"86791",21122,1777,3,1701,1965 -"86792",21122,3242,3,1701,1730 -"86793",21122,3878,3,1701,1890 -"86794",21122,4057,3,1701,2389 -"86795",21122,4191,3,1701,2130 -"86796",21122,4226,3,1701,1903 -"86797",21122,4701,3,1701,2401 -"86798",21122,5078,3,1701,2033 -"86799",21122,5457,3,1701,2077 -"86800",21122,5462,2,1701,2374 -"86801",21122,5504,3,1701,2389 -"86802",21122,6718,2,1701,2138 -"86803",21122,7241,2,1701,2259 -"86804",21122,7323,3,1701,2858 -"86805",21122,7515,3,1701,2737 -"86806",21122,11516,3,1701,1937 -"86807",21122,12374,3,1701,2260 -"86808",21122,17852,3,1701,2840 -"86809",21122,18394,3,1701,2356 -"86810",21122,19606,3,1701,2783 -"86811",21122,21104,3,1701,2327 -"86812",21122,22331,3,1701,2687 -"86813",21122,22749,3,1701,1727 -"86814",21122,24568,3,1701,1937 -"86815",21122,24962,3,1701,2126 -"86816",21122,26451,3,1701,2133 -"86817",21122,27390,3,1701,2425 -"86818",21122,28216,3,1701,1910 -"86819",21122,29073,3,1701,2328 -"86820",21122,29170,3,1701,1846 -"86821",21122,30052,3,1701,2855 -"86822",21122,31799,3,1701,2547 -"86823",21122,32606,3,1701,2100 -"86824",21122,33430,3,1701,2225 -"86825",21122,34492,3,1701,1798 -"86826",21122,35256,3,1701,2271 -"86827",21122,37570,3,1701,2389 -"86828",21122,41278,2,1701,1873 -"86829",21122,42687,3,1701,1952 -"86830",21122,43518,3,1701,2680 -"86831",21122,45715,3,1701,2287 -"86832",21122,52058,3,1701,1836 -"86833",21122,55468,2,1701,2511 -"86834",21122,56317,3,1701,2030 -"86835",21122,58451,3,1701,1939 -"86836",21122,63409,3,1701,1937 -"86837",21122,64181,3,1701,1828 -"86838",21122,64997,3,1701,2791 -"86839",21122,70046,3,1701,2624 -"86840",21122,79322,3,1701,2770 -"86841",21122,79804,2,1701,2227 -"86842",21122,80429,3,1701,1927 -"86843",21122,85430,3,1701,2370 -"86844",21122,88232,2,1701,2881 -"86845",21122,97915,1,1701,1802 -"86846",21122,108867,2,1701,2328 -"86847",21126,45302,3,2331,2390 -"86848",21133,360,3,1320,1671 -"86849",21133,512,3,1320,1596 -"86850",21133,1154,3,1320,1656 -"86851",21133,1592,2,1320,2006 -"86852",21133,1691,2,1320,1941 -"86853",21133,2011,3,1320,2176 -"86854",21133,2208,3,1320,2814 -"86855",21133,3493,3,1320,2451 -"86856",21133,3628,3,1320,2707 -"86857",21133,4360,3,1320,1770 -"86858",21133,5258,3,1320,2730 -"86859",21133,5839,2,1320,2301 -"86860",21133,6104,3,1320,2462 -"86861",21133,6252,3,1320,2336 -"86862",21133,6390,3,1320,2385 -"86863",21133,7196,3,1320,1508 -"86864",21133,7984,3,1320,2493 -"86865",21133,8762,3,1320,2585 -"86866",21133,8890,3,1320,1955 -"86867",21133,9311,3,1320,2477 -"86868",21133,9654,3,1320,2111 -"86869",21133,10488,3,1320,1524 -"86870",21133,10914,3,1320,1660 -"86871",21133,11351,2,1320,2971 -"86872",21133,11381,3,1320,1638 -"86873",21133,11506,2,1320,2824 -"86874",21133,13248,3,1320,1385 -"86875",21133,13601,3,1320,2689 -"86876",21133,13837,3,1320,1604 -"86877",21133,14108,2,1320,2012 -"86878",21133,14731,3,1320,2012 -"86879",21133,14972,3,1320,2332 -"86880",21133,15301,3,1320,2308 -"86881",21133,15401,3,1320,1999 -"86882",21133,15713,3,1320,1646 -"86883",21133,16365,3,1320,2217 -"86884",21133,18543,3,1320,2968 -"86885",21133,18943,3,1320,2861 -"86886",21133,19173,3,1320,1686 -"86887",21133,19718,2,1320,1702 -"86888",21133,20407,2,1320,2339 -"86889",21133,21246,3,1320,1612 -"86890",21133,21571,3,1320,2755 -"86891",21133,21670,3,1320,2158 -"86892",21133,21681,3,1320,2005 -"86893",21133,21682,2,1320,2414 -"86894",21133,22141,3,1320,2348 -"86895",21133,22165,3,1320,1501 -"86896",21133,23729,3,1320,1624 -"86897",21133,24066,3,1320,1755 -"86898",21133,24198,3,1320,2217 -"86899",21133,25565,3,1320,2764 -"86900",21133,25816,3,1320,2088 -"86901",21133,28784,3,1320,1579 -"86902",21133,28896,3,1320,1395 -"86903",21133,29170,3,1320,1846 -"86904",21133,29948,3,1320,2795 -"86905",21133,31164,3,1320,1996 -"86906",21133,31700,3,1320,2727 -"86907",21133,32449,3,1320,2091 -"86908",21133,32503,3,1320,2020 -"86909",21133,32988,3,1320,2008 -"86910",21133,33433,3,1320,2805 -"86911",21133,33622,3,1320,2230 -"86912",21133,33981,3,1320,1993 -"86913",21133,35514,3,1320,2346 -"86914",21133,35822,3,1320,1903 -"86915",21133,36031,3,1320,2342 -"86916",21133,36439,3,1320,2469 -"86917",21133,37509,2,1320,1640 -"86918",21133,38213,2,1320,1744 -"86919",21133,38602,3,1320,2693 -"86920",21133,40493,3,1320,1981 -"86921",21133,40703,3,1320,1608 -"86922",21133,40931,3,1320,2301 -"86923",21133,42619,3,1320,2017 -"86924",21133,43173,2,1320,2895 -"86925",21133,43213,3,1320,2160 -"86926",21133,43226,3,1320,2442 -"86927",21133,43385,3,1320,1623 -"86928",21133,44427,3,1320,2875 -"86929",21133,46196,3,1320,1510 -"86930",21133,46621,2,1320,1343 -"86931",21133,46951,3,1320,2429 -"86932",21133,47064,3,1320,1993 -"86933",21133,47384,3,1320,1639 -"86934",21133,48215,3,1320,2028 -"86935",21133,49265,3,1320,2686 -"86936",21133,49301,3,1320,1894 -"86937",21133,49620,2,1320,1868 -"86938",21133,50179,2,1320,2230 -"86939",21133,52136,2,1320,1412 -"86940",21133,52323,3,1320,2148 -"86941",21133,52327,3,1320,1472 -"86942",21133,52576,3,1320,2234 -"86943",21133,53323,3,1320,2677 -"86944",21133,54663,3,1320,1424 -"86945",21133,56082,3,1320,2395 -"86946",21133,56903,3,1320,1584 -"86947",21133,56910,3,1320,2705 -"86948",21133,57380,3,1320,2362 -"86949",21133,58284,3,1320,2292 -"86950",21133,65155,3,1320,1947 -"86951",21133,71274,3,1320,2390 -"86952",21133,72207,3,1320,2430 -"86953",21133,72728,3,1320,2234 -"86954",21133,74190,3,1320,1428 -"86955",21133,74636,2,1320,2525 -"86956",21133,75403,3,1320,1895 -"86957",21133,79436,2,1320,1344 -"86958",21133,81221,2,1320,2285 -"86959",21133,82344,3,1320,1358 -"86960",21133,83396,3,1320,2396 -"86961",21133,85869,3,1320,1509 -"86962",21133,88232,2,1320,2881 -"86963",21133,92322,3,1320,2393 -"86964",21133,92491,3,1320,1968 -"86965",21133,96352,3,1320,1493 -"86966",21133,121291,3,1320,1955 -"86967",21138,26749,3,2849,2965 -"86968",21138,33801,3,2849,2899 -"86969",21138,36962,3,2849,2861 -"86970",21138,43173,3,2849,2895 -"86971",21138,47248,2,2849,2883 -"86972",21138,53475,3,2849,2853 -"86973",21142,64737,2,2414,2442 -"86974",21164,270,3,1645,2542 -"86975",21164,455,3,1645,2827 -"86976",21164,470,3,1645,2285 -"86977",21164,489,3,1645,2652 -"86978",21164,1102,3,1645,2282 -"86979",21164,2224,2,1645,2751 -"86980",21164,2424,2,1645,2582 -"86981",21164,2533,3,1645,2016 -"86982",21164,3305,3,1645,2839 -"86983",21164,3628,3,1645,2707 -"86984",21164,3777,3,1645,1798 -"86985",21164,3886,2,1645,1669 -"86986",21164,3966,2,1645,2425 -"86987",21164,5610,3,1645,2223 -"86988",21164,6449,3,1645,1997 -"86989",21164,6718,3,1645,2138 -"86990",21164,8238,3,1645,2222 -"86991",21164,8762,2,1645,2585 -"86992",21164,8821,3,1645,2230 -"86993",21164,9175,3,1645,2639 -"86994",21164,10433,3,1645,2075 -"86995",21164,11351,3,1645,2971 -"86996",21164,12724,3,1645,1930 -"86997",21164,15207,3,1645,1855 -"86998",21164,15813,3,1645,2143 -"86999",21164,17943,3,1645,1943 -"87000",21164,19718,3,1645,1702 -"87001",21164,21012,3,1645,2325 -"87002",21164,21285,3,1645,2100 -"87003",21164,21693,3,1645,2176 -"87004",21164,22326,3,1645,2818 -"87005",21164,22362,3,1645,1836 -"87006",21164,24825,3,1645,2686 -"87007",21164,25305,3,1645,2447 -"87008",21164,25325,3,1645,2963 -"87009",21164,25577,3,1645,1946 -"87010",21164,28115,3,1645,1835 -"87011",21164,29917,3,1645,1962 -"87012",21164,30052,3,1645,2855 -"87013",21164,30827,3,1645,2323 -"87014",21164,31117,3,1645,2210 -"87015",21164,32047,2,1645,1858 -"87016",21164,34160,3,1645,1759 -"87017",21164,35045,3,1645,1646 -"87018",21164,35235,3,1645,2610 -"87019",21164,35428,3,1645,2263 -"87020",21164,37301,3,1645,2160 -"87021",21164,39411,3,1645,2384 -"87022",21164,42216,2,1645,2722 -"87023",21164,42264,3,1645,1702 -"87024",21164,43455,3,1645,2846 -"87025",21164,45239,3,1645,2535 -"87026",21164,45704,3,1645,2687 -"87027",21164,46629,3,1645,2255 -"87028",21164,46883,3,1645,1671 -"87029",21164,47564,3,1645,2650 -"87030",21164,47803,3,1645,2477 -"87031",21164,48035,3,1645,2180 -"87032",21164,52576,3,1645,2234 -"87033",21164,53196,3,1645,1888 -"87034",21164,56854,3,1645,2022 -"87035",21164,61982,3,1645,2725 -"87036",21164,70217,3,1645,2332 -"87037",21164,72207,3,1645,2430 -"87038",21164,76892,3,1645,2381 -"87039",21164,86799,3,1645,1951 -"87040",21165,11429,3,1112,2520 -"87041",21165,12200,3,1112,1400 -"87042",21165,12632,3,1112,1174 -"87043",21165,12818,2,1112,2015 -"87044",21165,13024,2,1112,2468 -"87045",21165,23325,3,1112,2779 -"87046",21165,23975,3,1112,2143 -"87047",21165,33955,2,1112,1178 -"87048",21165,33961,3,1112,1269 -"87049",21165,36662,3,1112,2967 -"87050",21165,41180,3,1112,1556 -"87051",21165,51265,2,1112,2670 -"87052",21165,63555,3,1112,1290 -"87053",21165,64534,3,1112,2924 -"87054",21165,73629,3,1112,1713 -"87055",21165,79918,3,1112,1672 -"87056",21165,81237,3,1112,2866 -"87057",21165,82618,3,1112,1536 -"87058",21165,96169,3,1112,2356 -"87059",21165,108872,3,1112,1810 -"87060",21180,11506,3,2762,2824 -"87061",21180,18943,3,2762,2861 -"87062",21180,20007,3,2762,2971 -"87063",21193,270,3,2490,2542 -"87064",21193,2424,3,2490,2582 -"87065",21193,10148,3,2490,2964 -"87066",21193,16725,1,2490,2830 -"87067",21193,17826,3,2490,2920 -"87068",21193,43455,3,2490,2846 -"87069",21193,61982,3,2490,2725 -"87070",21197,212,3,1437,1513 -"87071",21197,270,2,1437,2542 -"87072",21197,312,3,1437,2038 -"87073",21197,380,3,1437,2261 -"87074",21197,671,3,1437,2328 -"87075",21197,913,3,1437,2144 -"87076",21197,1124,3,1437,1596 -"87077",21197,1175,3,1437,1642 -"87078",21197,1315,3,1437,2760 -"87079",21197,1639,3,1437,2631 -"87080",21197,2111,3,1437,1904 -"87081",21197,2224,3,1437,2751 -"87082",21197,2322,3,1437,1645 -"87083",21197,2424,1,1437,2582 -"87084",21197,2533,2,1437,2016 -"87085",21197,3139,3,1437,1656 -"87086",21197,3271,3,1437,2216 -"87087",21197,3305,2,1437,2839 -"87088",21197,3306,3,1437,1989 -"87089",21197,3801,3,1437,1974 -"87090",21197,3966,3,1437,2425 -"87091",21197,4701,3,1437,2401 -"87092",21197,4953,3,1437,2285 -"87093",21197,5346,3,1437,1438 -"87094",21197,6052,3,1437,1985 -"87095",21197,6222,3,1437,1949 -"87096",21197,6363,3,1437,2066 -"87097",21197,6449,3,1437,1997 -"87098",21197,6588,3,1437,2025 -"87099",21197,6602,3,1437,1631 -"87100",21197,9175,3,1437,2639 -"87101",21197,9272,3,1437,2835 -"87102",21197,9311,3,1437,2477 -"87103",21197,9364,3,1437,1698 -"87104",21197,9702,3,1437,1928 -"87105",21197,10358,3,1437,2294 -"87106",21197,10474,3,1437,1608 -"87107",21197,10488,3,1437,1524 -"87108",21197,10513,3,1437,2284 -"87109",21197,10890,3,1437,2639 -"87110",21197,11006,3,1437,1950 -"87111",21197,11440,3,1437,2026 -"87112",21197,12618,3,1437,2021 -"87113",21197,12728,2,1437,2374 -"87114",21197,12863,3,1437,2027 -"87115",21197,12901,3,1437,2136 -"87116",21197,13307,3,1437,2206 -"87117",21197,14032,3,1437,2144 -"87118",21197,14252,3,1437,2244 -"87119",21197,15207,3,1437,1855 -"87120",21197,15401,3,1437,1999 -"87121",21197,15539,3,1437,1929 -"87122",21197,15813,2,1437,2143 -"87123",21197,16201,3,1437,1811 -"87124",21197,16332,3,1437,2668 -"87125",21197,16835,3,1437,1739 -"87126",21197,17365,3,1437,2746 -"87127",21197,17931,2,1437,1617 -"87128",21197,18394,3,1437,2356 -"87129",21197,19248,3,1437,2357 -"87130",21197,19622,3,1437,2371 -"87131",21197,19719,2,1437,2177 -"87132",21197,20124,3,1437,2376 -"87133",21197,20311,3,1437,1981 -"87134",21197,21012,3,1437,2325 -"87135",21197,21164,3,1437,1645 -"87136",21197,21285,1,1437,2100 -"87137",21197,21693,3,1437,2176 -"87138",21197,22277,3,1437,2424 -"87139",21197,22326,3,1437,2818 -"87140",21197,22362,3,1437,1836 -"87141",21197,23319,3,1437,2867 -"87142",21197,23508,3,1437,1907 -"87143",21197,23715,3,1437,1859 -"87144",21197,23727,3,1437,1734 -"87145",21197,23729,2,1437,1624 -"87146",21197,23970,3,1437,1624 -"87147",21197,24612,2,1437,1875 -"87148",21197,25129,3,1437,2647 -"87149",21197,25577,2,1437,1946 -"87150",21197,26749,2,1437,2965 -"87151",21197,27175,3,1437,1447 -"87152",21197,27275,3,1437,2656 -"87153",21197,27390,3,1437,2425 -"87154",21197,27694,3,1437,2030 -"87155",21197,29073,3,1437,2328 -"87156",21197,29962,3,1437,2201 -"87157",21197,30052,3,1437,2855 -"87158",21197,31050,3,1437,1491 -"87159",21197,31530,2,1437,1661 -"87160",21197,32919,3,1437,2321 -"87161",21197,32988,3,1437,2008 -"87162",21197,33949,3,1437,2489 -"87163",21197,34820,3,1437,1630 -"87164",21197,34836,3,1437,2302 -"87165",21197,35095,3,1437,1502 -"87166",21197,35529,3,1437,1620 -"87167",21197,37285,3,1437,2428 -"87168",21197,38019,2,1437,1870 -"87169",21197,38219,3,1437,1689 -"87170",21197,38307,3,1437,2648 -"87171",21197,40645,3,1437,1899 -"87172",21197,41945,3,1437,2856 -"87173",21197,42216,3,1437,2722 -"87174",21197,43226,3,1437,2442 -"87175",21197,43385,2,1437,1623 -"87176",21197,43455,2,1437,2846 -"87177",21197,44654,3,1437,2916 -"87178",21197,45239,3,1437,2535 -"87179",21197,46040,3,1437,2105 -"87180",21197,46629,2,1437,2255 -"87181",21197,47362,3,1437,2253 -"87182",21197,47772,3,1437,2293 -"87183",21197,48110,3,1437,2009 -"87184",21197,48414,3,1437,1749 -"87185",21197,48605,3,1437,2796 -"87186",21197,49620,3,1437,1868 -"87187",21197,50685,3,1437,2008 -"87188",21197,51022,2,1437,1499 -"87189",21197,51041,3,1437,2606 -"87190",21197,51089,3,1437,2426 -"87191",21197,51866,3,1437,2411 -"87192",21197,52058,3,1437,1836 -"87193",21197,52576,2,1437,2234 -"87194",21197,53604,3,1437,2489 -"87195",21197,55082,3,1437,1856 -"87196",21197,55139,3,1437,2323 -"87197",21197,55438,3,1437,2863 -"87198",21197,55468,3,1437,2511 -"87199",21197,56317,2,1437,2030 -"87200",21197,58133,3,1437,1484 -"87201",21197,58451,3,1437,1939 -"87202",21197,58508,2,1437,2326 -"87203",21197,58684,2,1437,2295 -"87204",21197,59700,3,1437,2346 -"87205",21197,61982,2,1437,2725 -"87206",21197,62841,3,1437,2710 -"87207",21197,65155,3,1437,1947 -"87208",21197,65203,3,1437,1597 -"87209",21197,65322,3,1437,2008 -"87210",21197,66703,3,1437,2375 -"87211",21197,68215,3,1437,2727 -"87212",21197,69335,3,1437,2698 -"87213",21197,70217,3,1437,2332 -"87214",21197,73128,3,1437,1549 -"87215",21197,76892,2,1437,2381 -"87216",21197,78150,3,1437,2581 -"87217",21197,80301,3,1437,1690 -"87218",21197,81588,2,1437,1568 -"87219",21197,82949,2,1437,2077 -"87220",21197,87837,3,1437,1987 -"87221",21197,92513,3,1437,2282 -"87222",21197,96352,3,1437,1493 -"87223",21197,101797,3,1437,2357 -"87224",21198,135,3,935,2233 -"87225",21198,145,3,935,1998 -"87226",21198,180,3,935,1593 -"87227",21198,212,3,935,1513 -"87228",21198,270,2,935,2542 -"87229",21198,312,3,935,2038 -"87230",21198,380,3,935,2261 -"87231",21198,455,3,935,2827 -"87232",21198,470,3,935,2285 -"87233",21198,543,3,935,2203 -"87234",21198,600,3,935,1702 -"87235",21198,671,3,935,2328 -"87236",21198,701,3,935,2718 -"87237",21198,843,3,935,2332 -"87238",21198,913,2,935,2144 -"87239",21198,1102,3,935,2282 -"87240",21198,1124,3,935,1596 -"87241",21198,1175,3,935,1642 -"87242",21198,1315,3,935,2760 -"87243",21198,1616,3,935,2662 -"87244",21198,1639,2,935,2631 -"87245",21198,1691,3,935,1941 -"87246",21198,2063,3,935,1278 -"87247",21198,2111,3,935,1904 -"87248",21198,2181,3,935,2030 -"87249",21198,2224,3,935,2751 -"87250",21198,2269,3,935,984 -"87251",21198,2322,3,935,1645 -"87252",21198,2424,1,935,2582 -"87253",21198,2484,3,935,2389 -"87254",21198,2533,2,935,2016 -"87255",21198,2743,3,935,1278 -"87256",21198,2894,3,935,1291 -"87257",21198,3139,3,935,1656 -"87258",21198,3161,3,935,2229 -"87259",21198,3271,2,935,2216 -"87260",21198,3284,3,935,1541 -"87261",21198,3305,2,935,2839 -"87262",21198,3306,2,935,1989 -"87263",21198,3477,3,935,2546 -"87264",21198,3716,3,935,1679 -"87265",21198,3801,3,935,1974 -"87266",21198,3966,3,935,2425 -"87267",21198,4032,3,935,1763 -"87268",21198,4317,3,935,1224 -"87269",21198,4526,3,935,1728 -"87270",21198,4701,3,935,2401 -"87271",21198,4785,3,935,996 -"87272",21198,4790,2,935,1025 -"87273",21198,4791,2,935,1184 -"87274",21198,4953,3,935,2285 -"87275",21198,5041,3,935,2371 -"87276",21198,5226,3,935,1309 -"87277",21198,5346,3,935,1438 -"87278",21198,5429,3,935,1991 -"87279",21198,5599,3,935,1684 -"87280",21198,5622,3,935,2175 -"87281",21198,5864,3,935,1197 -"87282",21198,6052,3,935,1985 -"87283",21198,6063,3,935,2349 -"87284",21198,6074,3,935,2426 -"87285",21198,6222,3,935,1949 -"87286",21198,6241,3,935,2264 -"87287",21198,6363,2,935,2066 -"87288",21198,6417,3,935,1675 -"87289",21198,6449,3,935,1997 -"87290",21198,6577,3,935,1951 -"87291",21198,6588,3,935,2025 -"87292",21198,6602,3,935,1631 -"87293",21198,6718,3,935,2138 -"87294",21198,7180,3,935,2227 -"87295",21198,7245,3,935,2089 -"87296",21198,7337,3,935,1797 -"87297",21198,7475,3,935,1284 -"87298",21198,7582,3,935,1099 -"87299",21198,7604,3,935,1366 -"87300",21198,7627,3,935,1543 -"87301",21198,7677,3,935,2338 -"87302",21198,7992,3,935,2033 -"87303",21198,8073,3,935,1847 -"87304",21198,8529,3,935,1205 -"87305",21198,8607,3,935,1685 -"87306",21198,8610,3,935,2240 -"87307",21198,8762,3,935,2585 -"87308",21198,8777,3,935,1620 -"87309",21198,8888,3,935,1328 -"87310",21198,8913,3,935,968 -"87311",21198,9175,3,935,2639 -"87312",21198,9272,2,935,2835 -"87313",21198,9311,2,935,2477 -"87314",21198,9364,2,935,1698 -"87315",21198,9511,3,935,1232 -"87316",21198,9702,2,935,1928 -"87317",21198,9893,3,935,2701 -"87318",21198,10433,3,935,2075 -"87319",21198,10474,3,935,1608 -"87320",21198,10488,3,935,1524 -"87321",21198,10513,2,935,2284 -"87322",21198,10843,3,935,2277 -"87323",21198,10857,3,935,2253 -"87324",21198,10874,3,935,1891 -"87325",21198,10890,3,935,2639 -"87326",21198,11006,2,935,1950 -"87327",21198,11055,3,935,2111 -"87328",21198,11168,3,935,1223 -"87329",21198,11218,3,935,2292 -"87330",21198,11229,3,935,1625 -"87331",21198,11440,3,935,2026 -"87332",21198,11540,3,935,1237 -"87333",21198,11620,3,935,2010 -"87334",21198,11694,3,935,1564 -"87335",21198,12728,3,935,2374 -"87336",21198,12778,3,935,2045 -"87337",21198,12779,3,935,936 -"87338",21198,12863,2,935,2027 -"87339",21198,12901,3,935,2136 -"87340",21198,13307,3,935,2206 -"87341",21198,13388,3,935,2119 -"87342",21198,14252,3,935,2244 -"87343",21198,14654,3,935,1692 -"87344",21198,14959,3,935,2898 -"87345",21198,14972,3,935,2332 -"87346",21198,15003,3,935,2067 -"87347",21198,15122,3,935,1201 -"87348",21198,15207,3,935,1855 -"87349",21198,15401,3,935,1999 -"87350",21198,15626,3,935,2434 -"87351",21198,15813,2,935,2143 -"87352",21198,16201,2,935,1811 -"87353",21198,16332,2,935,2668 -"87354",21198,16432,3,935,2664 -"87355",21198,16437,3,935,1956 -"87356",21198,16835,3,935,1739 -"87357",21198,16940,2,935,1290 -"87358",21198,17365,3,935,2746 -"87359",21198,17376,3,935,1202 -"87360",21198,17381,3,935,1697 -"87361",21198,17520,3,935,2276 -"87362",21198,17698,3,935,1559 -"87363",21198,17931,2,935,1617 -"87364",21198,17934,3,935,1059 -"87365",21198,17997,3,935,1621 -"87366",21198,18217,3,935,1566 -"87367",21198,18394,3,935,2356 -"87368",21198,18415,3,935,2184 -"87369",21198,18707,3,935,1143 -"87370",21198,18965,3,935,2315 -"87371",21198,19075,3,935,2214 -"87372",21198,19096,3,935,1538 -"87373",21198,19204,3,935,1753 -"87374",21198,19248,2,935,2357 -"87375",21198,19622,3,935,2371 -"87376",21198,19637,3,935,1229 -"87377",21198,19719,1,935,2177 -"87378",21198,20067,3,935,2390 -"87379",21198,20124,2,935,2376 -"87380",21198,20287,2,935,1099 -"87381",21198,20311,3,935,1981 -"87382",21198,20407,3,935,2339 -"87383",21198,20824,3,935,1366 -"87384",21198,20975,2,935,1305 -"87385",21198,21012,3,935,2325 -"87386",21198,21122,3,935,1701 -"87387",21198,21138,3,935,2849 -"87388",21198,21164,3,935,1645 -"87389",21198,21197,1,935,1437 -"87390",21198,21248,3,935,2232 -"87391",21198,21285,1,935,2100 -"87392",21198,21693,2,935,2176 -"87393",21198,21706,3,935,1988 -"87394",21198,21758,3,935,1331 -"87395",21198,22141,3,935,2348 -"87396",21198,22277,3,935,2424 -"87397",21198,22282,1,935,1418 -"87398",21198,22326,2,935,2818 -"87399",21198,22362,2,935,1836 -"87400",21198,22415,3,935,2841 -"87401",21198,22586,2,935,1341 -"87402",21198,22895,3,935,2704 -"87403",21198,23223,3,935,2094 -"87404",21198,23395,3,935,1948 -"87405",21198,23450,1,935,967 -"87406",21198,23492,3,935,1067 -"87407",21198,23715,3,935,1859 -"87408",21198,23725,3,935,2378 -"87409",21198,23727,3,935,1734 -"87410",21198,23729,2,935,1624 -"87411",21198,23825,3,935,1913 -"87412",21198,23918,3,935,1881 -"87413",21198,23970,3,935,1624 -"87414",21198,24362,3,935,1287 -"87415",21198,24448,3,935,2289 -"87416",21198,24568,3,935,1937 -"87417",21198,24612,2,935,1875 -"87418",21198,24755,3,935,1319 -"87419",21198,24853,3,935,1004 -"87420",21198,24955,3,935,2424 -"87421",21198,25129,3,935,2647 -"87422",21198,25198,3,935,1982 -"87423",21198,25305,3,935,2447 -"87424",21198,25577,2,935,1946 -"87425",21198,25985,3,935,2071 -"87426",21198,26249,3,935,2301 -"87427",21198,26336,3,935,1904 -"87428",21198,26451,3,935,2133 -"87429",21198,26471,2,935,1061 -"87430",21198,26524,2,935,982 -"87431",21198,26749,1,935,2965 -"87432",21198,27175,2,935,1447 -"87433",21198,27275,2,935,2656 -"87434",21198,27390,2,935,2425 -"87435",21198,27501,3,935,1981 -"87436",21198,27694,2,935,2030 -"87437",21198,27792,3,935,1308 -"87438",21198,27837,3,935,1315 -"87439",21198,27849,3,935,1316 -"87440",21198,28015,3,935,1624 -"87441",21198,28115,3,935,1835 -"87442",21198,28190,3,935,1634 -"87443",21198,28233,3,935,1608 -"87444",21198,28432,3,935,1954 -"87445",21198,28991,3,935,1688 -"87446",21198,29095,3,935,2531 -"87447",21198,29917,3,935,1962 -"87448",21198,29962,2,935,2201 -"87449",21198,29987,3,935,956 -"87450",21198,30052,2,935,2855 -"87451",21198,30165,3,935,1409 -"87452",21198,30173,3,935,2404 -"87453",21198,30883,3,935,1629 -"87454",21198,30906,3,935,2537 -"87455",21198,31050,2,935,1491 -"87456",21198,31235,3,935,2668 -"87457",21198,31279,3,935,965 -"87458",21198,31530,3,935,1661 -"87459",21198,32131,3,935,1035 -"87460",21198,32173,3,935,2341 -"87461",21198,32601,2,935,1033 -"87462",21198,32606,3,935,2100 -"87463",21198,32965,3,935,2071 -"87464",21198,32988,3,935,2008 -"87465",21198,33223,3,935,2397 -"87466",21198,33356,3,935,1586 -"87467",21198,33433,3,935,2805 -"87468",21198,33801,3,935,2899 -"87469",21198,33949,2,935,2489 -"87470",21198,34160,3,935,1759 -"87471",21198,34707,3,935,2042 -"87472",21198,34820,3,935,1630 -"87473",21198,34836,3,935,2302 -"87474",21198,35095,2,935,1502 -"87475",21198,35256,3,935,2271 -"87476",21198,35302,3,935,1589 -"87477",21198,35518,3,935,1721 -"87478",21198,35529,2,935,1620 -"87479",21198,35673,3,935,1067 -"87480",21198,36439,3,935,2469 -"87481",21198,37108,3,935,1202 -"87482",21198,37238,3,935,2609 -"87483",21198,37285,3,935,2428 -"87484",21198,37752,3,935,2223 -"87485",21198,38019,2,935,1870 -"87486",21198,38219,3,935,1689 -"87487",21198,38307,3,935,2648 -"87488",21198,38780,3,935,2705 -"87489",21198,38921,3,935,1880 -"87490",21198,39278,3,935,1952 -"87491",21198,39439,3,935,2462 -"87492",21198,39444,3,935,2695 -"87493",21198,40028,3,935,1349 -"87494",21198,40432,3,935,1956 -"87495",21198,40542,3,935,1664 -"87496",21198,40645,3,935,1899 -"87497",21198,41739,3,935,1339 -"87498",21198,41872,3,935,2974 -"87499",21198,41945,3,935,2856 -"87500",21198,42216,3,935,2722 -"87501",21198,42522,3,935,2592 -"87502",21198,42618,3,935,2316 -"87503",21198,42687,3,935,1952 -"87504",21198,43173,3,935,2895 -"87505",21198,43226,2,935,2442 -"87506",21198,43385,1,935,1623 -"87507",21198,43455,2,935,2846 -"87508",21198,44654,3,935,2916 -"87509",21198,44763,3,935,1324 -"87510",21198,44773,3,935,1355 -"87511",21198,45239,3,935,2535 -"87512",21198,45608,3,935,2420 -"87513",21198,45633,3,935,2134 -"87514",21198,45684,3,935,2200 -"87515",21198,45874,3,935,944 -"87516",21198,46040,3,935,2105 -"87517",21198,46233,3,935,1475 -"87518",21198,46629,2,935,2255 -"87519",21198,47098,3,935,2057 -"87520",21198,47362,2,935,2253 -"87521",21198,47386,3,935,2226 -"87522",21198,47534,3,935,2712 -"87523",21198,47772,2,935,2293 -"87524",21198,47844,3,935,2906 -"87525",21198,48110,2,935,2009 -"87526",21198,48283,3,935,1290 -"87527",21198,48289,3,935,2209 -"87528",21198,48414,2,935,1749 -"87529",21198,48605,3,935,2796 -"87530",21198,49144,3,935,1542 -"87531",21198,49512,3,935,1302 -"87532",21198,49620,3,935,1868 -"87533",21198,50134,3,935,2674 -"87534",21198,50179,3,935,2230 -"87535",21198,50685,2,935,2008 -"87536",21198,50785,3,935,2877 -"87537",21198,51017,3,935,2073 -"87538",21198,51022,2,935,1499 -"87539",21198,51035,3,935,2397 -"87540",21198,51041,3,935,2606 -"87541",21198,51089,3,935,2426 -"87542",21198,51810,3,935,1401 -"87543",21198,51866,3,935,2411 -"87544",21198,52058,2,935,1836 -"87545",21198,52136,3,935,1412 -"87546",21198,52323,3,935,2148 -"87547",21198,52570,3,935,2645 -"87548",21198,52576,1,935,2234 -"87549",21198,52735,3,935,1124 -"87550",21198,52969,3,935,2302 -"87551",21198,53120,3,935,975 -"87552",21198,53196,3,935,1888 -"87553",21198,53323,3,935,2677 -"87554",21198,53445,3,935,2028 -"87555",21198,53475,3,935,2853 -"87556",21198,53604,3,935,2489 -"87557",21198,53924,3,935,1289 -"87558",21198,54305,2,935,1222 -"87559",21198,54551,3,935,2348 -"87560",21198,54929,3,935,2783 -"87561",21198,55082,2,935,1856 -"87562",21198,55139,2,935,2323 -"87563",21198,55438,2,935,2863 -"87564",21198,55468,2,935,2511 -"87565",21198,55862,3,935,2123 -"87566",21198,56082,3,935,2395 -"87567",21198,56317,2,935,2030 -"87568",21198,56340,3,935,2060 -"87569",21198,57353,3,935,1849 -"87570",21198,57714,3,935,1391 -"87571",21198,57804,3,935,2214 -"87572",21198,57950,3,935,1529 -"87573",21198,57977,3,935,2683 -"87574",21198,57990,3,935,978 -"87575",21198,58078,2,935,1252 -"87576",21198,58133,3,935,1484 -"87577",21198,58365,3,935,1902 -"87578",21198,58451,3,935,1939 -"87579",21198,58508,1,935,2326 -"87580",21198,58652,2,935,1437 -"87581",21198,58684,3,935,2295 -"87582",21198,59039,3,935,2870 -"87583",21198,59113,3,935,2434 -"87584",21198,59539,3,935,2429 -"87585",21198,59700,3,935,2346 -"87586",21198,60185,3,935,1206 -"87587",21198,61982,2,935,2725 -"87588",21198,62538,3,935,1656 -"87589",21198,62841,2,935,2710 -"87590",21198,63409,3,935,1937 -"87591",21198,63442,3,935,1965 -"87592",21198,64181,3,935,1828 -"87593",21198,65007,3,935,2530 -"87594",21198,65155,3,935,1947 -"87595",21198,65203,3,935,1597 -"87596",21198,65322,3,935,2008 -"87597",21198,65625,3,935,1273 -"87598",21198,65659,3,935,1653 -"87599",21198,66703,3,935,2375 -"87600",21198,66860,3,935,1548 -"87601",21198,67652,3,935,2736 -"87602",21198,67719,3,935,2429 -"87603",21198,67805,3,935,1338 -"87604",21198,68215,3,935,2727 -"87605",21198,69335,2,935,2698 -"87606",21198,69712,3,935,1219 -"87607",21198,70217,3,935,2332 -"87608",21198,70603,2,935,1002 -"87609",21198,70996,3,935,1037 -"87610",21198,71342,1,935,1289 -"87611",21198,71971,3,935,1294 -"87612",21198,72207,3,935,2430 -"87613",21198,72468,3,935,2292 -"87614",21198,72956,1,935,1251 -"87615",21198,73128,2,935,1549 -"87616",21198,73786,3,935,2937 -"87617",21198,74190,3,935,1428 -"87618",21198,75948,2,935,1006 -"87619",21198,76284,2,935,1237 -"87620",21198,76356,3,935,2323 -"87621",21198,76511,3,935,1250 -"87622",21198,76892,2,935,2381 -"87623",21198,77305,2,935,965 -"87624",21198,78150,3,935,2581 -"87625",21198,78270,3,935,1171 -"87626",21198,78932,3,935,981 -"87627",21198,79322,3,935,2770 -"87628",21198,79432,3,935,1708 -"87629",21198,79436,3,935,1344 -"87630",21198,80219,3,935,988 -"87631",21198,80301,2,935,1690 -"87632",21198,80801,3,935,1250 -"87633",21198,80825,3,935,2315 -"87634",21198,81588,2,935,1568 -"87635",21198,82039,3,935,1327 -"87636",21198,82226,3,935,1619 -"87637",21198,82787,3,935,1144 -"87638",21198,82949,1,935,2077 -"87639",21198,83396,3,935,2396 -"87640",21198,83491,3,935,1200 -"87641",21198,87048,3,935,989 -"87642",21198,87837,3,935,1987 -"87643",21198,92513,3,935,2282 -"87644",21198,94520,3,935,1243 -"87645",21198,94908,3,935,1413 -"87646",21198,96352,3,935,1493 -"87647",21198,98781,2,935,1410 -"87648",21198,100140,2,935,1041 -"87649",21198,101797,3,935,2357 -"87650",21198,105947,3,935,997 -"87651",21198,111971,3,935,1032 -"87652",21207,364,3,1258,2351 -"87653",21207,1519,3,1258,2349 -"87654",21207,1702,3,1258,1984 -"87655",21207,1846,3,1258,1845 -"87656",21207,2206,3,1258,2536 -"87657",21207,2540,3,1258,1398 -"87658",21207,2747,3,1258,2411 -"87659",21207,2936,3,1258,2512 -"87660",21207,3127,3,1258,2273 -"87661",21207,3195,3,1258,2043 -"87662",21207,3284,3,1258,1541 -"87663",21207,3493,3,1258,2451 -"87664",21207,4668,3,1258,1919 -"87665",21207,5363,3,1258,1791 -"87666",21207,5839,3,1258,2301 -"87667",21207,6132,3,1258,1590 -"87668",21207,7337,3,1258,1797 -"87669",21207,7861,3,1258,1647 -"87670",21207,7937,3,1258,2044 -"87671",21207,8140,3,1258,1262 -"87672",21207,9332,3,1258,2734 -"87673",21207,9481,2,1258,1610 -"87674",21207,9503,3,1258,2453 -"87675",21207,9703,3,1258,1845 -"87676",21207,9785,3,1258,2951 -"87677",21207,9787,3,1258,2858 -"87678",21207,9801,3,1258,2443 -"87679",21207,10453,2,1258,1656 -"87680",21207,10457,2,1258,1711 -"87681",21207,10980,3,1258,1974 -"87682",21207,11108,3,1258,1609 -"87683",21207,11563,3,1258,1863 -"87684",21207,12361,2,1258,2732 -"87685",21207,12897,2,1258,1351 -"87686",21207,13136,3,1258,2867 -"87687",21207,13566,3,1258,2056 -"87688",21207,13879,3,1258,2748 -"87689",21207,14749,3,1258,1998 -"87690",21207,15443,3,1258,1631 -"87691",21207,16286,3,1258,2470 -"87692",21207,16501,3,1258,1650 -"87693",21207,17037,3,1258,2947 -"87694",21207,17645,3,1258,1918 -"87695",21207,18005,3,1258,2449 -"87696",21207,19655,1,1258,2706 -"87697",21207,19686,3,1258,2467 -"87698",21207,20220,3,1258,1656 -"87699",21207,21487,3,1258,2203 -"87700",21207,22364,3,1258,1809 -"87701",21207,23154,3,1258,2345 -"87702",21207,23312,3,1258,2449 -"87703",21207,25163,3,1258,1751 -"87704",21207,26182,3,1258,2775 -"87705",21207,26959,3,1258,1961 -"87706",21207,27509,3,1258,2067 -"87707",21207,27686,3,1258,2844 -"87708",21207,28869,3,1258,2425 -"87709",21207,28893,3,1258,2764 -"87710",21207,29286,3,1258,1612 -"87711",21207,29818,2,1258,1677 -"87712",21207,31335,3,1258,2351 -"87713",21207,32339,2,1258,2430 -"87714",21207,32470,3,1258,1539 -"87715",21207,32775,2,1258,2135 -"87716",21207,34216,3,1258,2832 -"87717",21207,34892,3,1258,2309 -"87718",21207,35413,3,1258,1569 -"87719",21207,35477,3,1258,2703 -"87720",21207,36912,2,1258,2469 -"87721",21207,37636,3,1258,2178 -"87722",21207,40492,3,1258,1286 -"87723",21207,41581,1,1258,1692 -"87724",21207,47595,3,1258,2374 -"87725",21207,47968,3,1258,2829 -"87726",21207,48015,3,1258,1355 -"87727",21207,48127,3,1258,2677 -"87728",21207,50509,3,1258,2050 -"87729",21207,51144,3,1258,2466 -"87730",21207,51200,3,1258,2245 -"87731",21207,54631,3,1258,1531 -"87732",21207,57067,2,1258,2547 -"87733",21207,71531,3,1258,2887 -"87734",21207,72597,3,1258,1843 -"87735",21207,72632,3,1258,1289 -"87736",21207,73172,3,1258,2496 -"87737",21207,73582,3,1258,2075 -"87738",21207,74370,3,1258,1667 -"87739",21207,76143,3,1258,1610 -"87740",21207,84271,3,1258,1556 -"87741",21207,85198,2,1258,1794 -"87742",21207,90299,3,1258,1606 -"87743",21207,92860,3,1258,1643 -"87744",21209,378,3,2184,2766 -"87745",21209,2747,2,2184,2411 -"87746",21209,4831,3,2184,2365 -"87747",21209,8610,2,2184,2240 -"87748",21209,9503,3,2184,2453 -"87749",21209,11588,3,2184,2352 -"87750",21209,14586,3,2184,2801 -"87751",21209,14959,2,2184,2898 -"87752",21209,15826,3,2184,2772 -"87753",21209,24069,3,2184,2697 -"87754",21209,25486,3,2184,2582 -"87755",21209,29825,3,2184,2603 -"87756",21209,33801,3,2184,2899 -"87757",21209,35235,3,2184,2610 -"87758",21209,36953,3,2184,2790 -"87759",21209,44433,2,2184,2224 -"87760",21209,44603,2,2184,2748 -"87761",21209,53475,3,2184,2853 -"87762",21209,58501,3,2184,2613 -"87763",21214,2979,3,688,2912 -"87764",21214,8781,3,688,914 -"87765",21214,10453,3,688,1656 -"87766",21214,11108,3,688,1609 -"87767",21214,11990,3,688,1909 -"87768",21214,13296,3,688,839 -"87769",21214,15826,3,688,2772 -"87770",21214,16502,3,688,1616 -"87771",21214,27255,3,688,1232 -"87772",21214,33017,3,688,1493 -"87773",21214,40309,2,688,871 -"87774",21214,41439,3,688,709 -"87775",21214,43058,3,688,1608 -"87776",21214,44603,3,688,2748 -"87777",21214,56569,2,688,1993 -"87778",21214,57912,1,688,1035 -"87779",21214,68539,3,688,1158 -"87780",21214,100432,3,688,1358 -"87781",21214,101367,3,688,974 -"87782",21225,134,3,1945,2062 -"87783",21225,145,3,1945,1998 -"87784",21225,206,3,1945,1986 -"87785",21225,307,3,1945,2530 -"87786",21225,913,3,1945,2144 -"87787",21225,1224,3,1945,2435 -"87788",21225,1777,3,1945,1965 -"87789",21225,2625,3,1945,2152 -"87790",21225,2684,3,1945,2874 -"87791",21225,3947,3,1945,2067 -"87792",21225,4687,3,1945,2152 -"87793",21225,5078,3,1945,2033 -"87794",21225,5239,2,1945,2875 -"87795",21225,5429,3,1945,1991 -"87796",21225,5457,3,1945,2077 -"87797",21225,5462,3,1945,2374 -"87798",21225,5504,3,1945,2389 -"87799",21225,6390,3,1945,2385 -"87800",21225,7013,2,1945,2040 -"87801",21225,9030,3,1945,1979 -"87802",21225,9150,3,1945,2689 -"87803",21225,9893,3,1945,2701 -"87804",21225,11055,3,1945,2111 -"87805",21225,12356,3,1945,2757 -"87806",21225,12901,3,1945,2136 -"87807",21225,12982,2,1945,2143 -"87808",21225,13780,3,1945,2412 -"87809",21225,14325,3,1945,1976 -"87810",21225,14652,1,1945,2516 -"87811",21225,15716,2,1945,1991 -"87812",21225,16954,3,1945,2972 -"87813",21225,17033,3,1945,2771 -"87814",21225,17061,3,1945,2385 -"87815",21225,18151,3,1945,2962 -"87816",21225,18458,3,1945,2477 -"87817",21225,18563,2,1945,2715 -"87818",21225,19027,3,1945,2721 -"87819",21225,20659,1,1945,1969 -"87820",21225,21706,3,1945,1988 -"87821",21225,21795,3,1945,2653 -"87822",21225,26106,2,1945,2015 -"87823",21225,26793,1,1945,2104 -"87824",21225,30747,3,1945,2455 -"87825",21225,31235,3,1945,2668 -"87826",21225,31705,3,1945,2706 -"87827",21225,35481,3,1945,2211 -"87828",21225,36609,3,1945,2918 -"87829",21225,37400,2,1945,2860 -"87830",21225,39534,3,1945,2410 -"87831",21225,40931,3,1945,2301 -"87832",21225,42574,3,1945,2842 -"87833",21225,45608,3,1945,2420 -"87834",21225,45618,3,1945,2356 -"87835",21225,54695,3,1945,2429 -"87836",21225,56893,3,1945,2597 -"87837",21225,58427,3,1945,2234 -"87838",21225,70046,3,1945,2624 -"87839",21225,95011,2,1945,1986 -"87840",21225,102186,3,1945,2937 -"87841",21227,16176,2,2110,2703 -"87842",21235,2057,3,541,1965 -"87843",21235,4032,3,541,1763 -"87844",21235,4330,3,541,1128 -"87845",21235,6697,1,541,2438 -"87846",21235,11136,3,541,2573 -"87847",21235,41187,2,541,2340 -"87848",21235,41338,3,541,1553 -"87849",21235,43568,2,541,837 -"87850",21235,50520,3,541,1205 -"87851",21235,84447,3,541,1006 -"87852",21235,122909,2,541,1198 -"87853",21240,323,3,1162,1706 -"87854",21240,680,3,1162,2569 -"87855",21240,2206,3,1162,2536 -"87856",21240,2852,3,1162,2448 -"87857",21240,4001,3,1162,1687 -"87858",21240,4660,3,1162,2149 -"87859",21240,7229,3,1162,2669 -"87860",21240,8062,3,1162,2858 -"87861",21240,8140,3,1162,1262 -"87862",21240,8789,3,1162,2024 -"87863",21240,9035,3,1162,2771 -"87864",21240,9060,3,1162,1612 -"87865",21240,9227,3,1162,1267 -"87866",21240,9481,3,1162,1610 -"87867",21240,9484,3,1162,1429 -"87868",21240,9503,3,1162,2453 -"87869",21240,10239,3,1162,2032 -"87870",21240,10453,2,1162,1656 -"87871",21240,11648,3,1162,2852 -"87872",21240,13136,2,1162,2867 -"87873",21240,13879,3,1162,2748 -"87874",21240,14676,3,1162,2764 -"87875",21240,14749,3,1162,1998 -"87876",21240,18873,3,1162,1231 -"87877",21240,19073,2,1162,2748 -"87878",21240,19501,3,1162,1186 -"87879",21240,19655,3,1162,2706 -"87880",21240,20220,3,1162,1656 -"87881",21240,26182,3,1162,2775 -"87882",21240,26734,3,1162,2299 -"87883",21240,27686,2,1162,2844 -"87884",21240,27742,3,1162,2700 -"87885",21240,27882,3,1162,1897 -"87886",21240,29286,3,1162,1612 -"87887",21240,31563,3,1162,1756 -"87888",21240,36912,3,1162,2469 -"87889",21240,37611,3,1162,1260 -"87890",21240,39418,3,1162,1978 -"87891",21240,41023,3,1162,2408 -"87892",21240,43204,3,1162,1680 -"87893",21240,45729,3,1162,2606 -"87894",21240,46532,3,1162,2005 -"87895",21240,47375,3,1162,2043 -"87896",21240,47529,3,1162,2914 -"87897",21240,48698,3,1162,1474 -"87898",21240,60258,3,1162,2405 -"87899",21240,60879,3,1162,2792 -"87900",21240,67266,3,1162,2010 -"87901",21240,70583,3,1162,2615 -"87902",21240,72597,1,1162,1843 -"87903",21240,74055,1,1162,1544 -"87904",21240,76391,2,1162,1536 -"87905",21240,84271,3,1162,1556 -"87906",21240,90299,3,1162,1606 -"87907",21240,92148,3,1162,1294 -"87908",21240,92860,1,1162,1643 -"87909",21240,106399,3,1162,1530 -"87910",21240,107292,3,1162,1667 -"87911",21246,1691,3,1612,1941 -"87912",21246,2166,3,1612,2557 -"87913",21246,9805,3,1612,1621 -"87914",21246,14108,3,1612,2012 -"87915",21246,14972,2,1612,2332 -"87916",21246,17381,3,1612,1697 -"87917",21246,25565,3,1612,2764 -"87918",21246,30386,3,1612,1833 -"87919",21246,35518,3,1612,1721 -"87920",21246,39444,3,1612,2695 -"87921",21246,48414,3,1612,1749 -"87922",21246,88232,3,1612,2881 -"87923",21248,341,3,2232,2689 -"87924",21248,854,3,2232,2307 -"87925",21248,1616,3,2232,2662 -"87926",21248,2424,3,2232,2582 -"87927",21248,2484,3,2232,2389 -"87928",21248,3495,2,2232,2431 -"87929",21248,4953,3,2232,2285 -"87930",21248,6192,2,2232,2409 -"87931",21248,6208,3,2232,2361 -"87932",21248,8327,3,2232,2527 -"87933",21248,8865,3,2232,2394 -"87934",21248,9311,2,2232,2477 -"87935",21248,9362,3,2232,2879 -"87936",21248,10843,3,2232,2277 -"87937",21248,14586,2,2232,2801 -"87938",21248,14959,3,2232,2898 -"87939",21248,15444,1,2232,2764 -"87940",21248,15626,3,2232,2434 -"87941",21248,17027,3,2232,2772 -"87942",21248,17520,3,2232,2276 -"87943",21248,19208,3,2232,2629 -"87944",21248,19605,3,2232,2395 -"87945",21248,20067,3,2232,2390 -"87946",21248,20331,3,2232,2365 -"87947",21248,21275,3,2232,2609 -"87948",21248,23268,3,2232,2258 -"87949",21248,28626,3,2232,2842 -"87950",21248,29095,3,2232,2531 -"87951",21248,29454,3,2232,2719 -"87952",21248,30236,3,2232,2238 -"87953",21248,30906,3,2232,2537 -"87954",21248,33433,3,2232,2805 -"87955",21248,33801,3,2232,2899 -"87956",21248,35256,3,2232,2271 -"87957",21248,38307,3,2232,2648 -"87958",21248,38732,3,2232,2263 -"87959",21248,41764,3,2232,2409 -"87960",21248,43455,3,2232,2846 -"87961",21248,44885,3,2232,2670 -"87962",21248,46629,3,2232,2255 -"87963",21248,50480,2,2232,2701 -"87964",21248,51610,3,2232,2635 -"87965",21248,52576,3,2232,2234 -"87966",21248,52892,2,2232,2372 -"87967",21248,53475,3,2232,2853 -"87968",21248,59113,3,2232,2434 -"87969",21248,91142,3,2232,2527 -"87970",21248,91579,3,2232,2510 -"87971",21249,3460,3,1635,2530 -"87972",21249,3896,3,1635,2693 -"87973",21249,4821,3,1635,1938 -"87974",21249,11456,3,1635,2715 -"87975",21249,15207,3,1635,1855 -"87976",21249,15453,3,1635,1688 -"87977",21249,31997,3,1635,1703 -"87978",21249,33052,3,1635,2251 -"87979",21249,36646,3,1635,2744 -"87980",21249,42196,3,1635,2765 -"87981",21249,42642,2,1635,2257 -"87982",21249,46580,3,1635,2346 -"87983",21249,50509,3,1635,2050 -"87984",21249,51055,3,1635,2558 -"87985",21249,53968,2,1635,2703 -"87986",21249,60516,2,1635,2257 -"87987",21249,69591,3,1635,2294 -"87988",21249,77811,2,1635,1871 -"87989",21249,86152,2,1635,1944 -"87990",21275,13899,3,2609,2650 -"87991",21275,15444,2,2609,2764 -"87992",21275,19380,3,2609,2637 -"87993",21275,34216,3,2609,2832 -"87994",21275,43518,3,2609,2680 -"87995",21275,70046,3,2609,2624 -"87996",21281,4303,3,1922,2414 -"87997",21281,6989,3,1922,2623 -"87998",21285,270,2,2100,2542 -"87999",21285,671,3,2100,2328 -"88000",21285,913,3,2100,2144 -"88001",21285,1315,3,2100,2760 -"88002",21285,1639,3,2100,2631 -"88003",21285,2224,3,2100,2751 -"88004",21285,2424,1,2100,2582 -"88005",21285,3271,3,2100,2216 -"88006",21285,3305,2,2100,2839 -"88007",21285,3966,3,2100,2425 -"88008",21285,4953,3,2100,2285 -"88009",21285,9175,3,2100,2639 -"88010",21285,9272,3,2100,2835 -"88011",21285,9311,3,2100,2477 -"88012",21285,10513,3,2100,2284 -"88013",21285,10890,3,2100,2639 -"88014",21285,12728,3,2100,2374 -"88015",21285,12901,2,2100,2136 -"88016",21285,12982,3,2100,2143 -"88017",21285,13307,3,2100,2206 -"88018",21285,14252,3,2100,2244 -"88019",21285,15813,2,2100,2143 -"88020",21285,16332,3,2100,2668 -"88021",21285,17365,3,2100,2746 -"88022",21285,18394,3,2100,2356 -"88023",21285,19248,3,2100,2357 -"88024",21285,19622,3,2100,2371 -"88025",21285,19719,2,2100,2177 -"88026",21285,20124,3,2100,2376 -"88027",21285,21012,3,2100,2325 -"88028",21285,21693,3,2100,2176 -"88029",21285,22326,3,2100,2818 -"88030",21285,26749,2,2100,2965 -"88031",21285,27275,3,2100,2656 -"88032",21285,27390,3,2100,2425 -"88033",21285,29962,3,2100,2201 -"88034",21285,30052,3,2100,2855 -"88035",21285,33949,3,2100,2489 -"88036",21285,34836,3,2100,2302 -"88037",21285,37285,3,2100,2428 -"88038",21285,38307,3,2100,2648 -"88039",21285,41945,3,2100,2856 -"88040",21285,42216,3,2100,2722 -"88041",21285,43226,3,2100,2442 -"88042",21285,43455,2,2100,2846 -"88043",21285,44654,2,2100,2916 -"88044",21285,45239,3,2100,2535 -"88045",21285,46040,3,2100,2105 -"88046",21285,46629,2,2100,2255 -"88047",21285,47362,3,2100,2253 -"88048",21285,47772,3,2100,2293 -"88049",21285,51041,3,2100,2606 -"88050",21285,51089,3,2100,2426 -"88051",21285,51866,3,2100,2411 -"88052",21285,52576,2,2100,2234 -"88053",21285,53604,2,2100,2489 -"88054",21285,55139,3,2100,2323 -"88055",21285,55438,3,2100,2863 -"88056",21285,55468,3,2100,2511 -"88057",21285,58508,2,2100,2326 -"88058",21285,58684,3,2100,2295 -"88059",21285,61982,2,2100,2725 -"88060",21285,62841,3,2100,2710 -"88061",21285,68215,3,2100,2727 -"88062",21285,69335,3,2100,2698 -"88063",21285,76892,2,2100,2381 -"88064",21285,78150,3,2100,2581 -"88065",21285,92513,3,2100,2282 -"88066",21290,725,2,894,1064 -"88067",21290,2407,3,894,1725 -"88068",21290,3557,2,894,1259 -"88069",21290,5816,3,894,2408 -"88070",21290,6562,3,894,1139 -"88071",21290,8525,3,894,1787 -"88072",21290,9506,3,894,1012 -"88073",21290,9808,3,894,1648 -"88074",21290,10908,3,894,1134 -"88075",21290,11429,3,894,2520 -"88076",21290,12200,3,894,1400 -"88077",21290,12818,3,894,2015 -"88078",21290,13024,3,894,2468 -"88079",21290,14025,3,894,2384 -"88080",21290,16771,3,894,1541 -"88081",21290,16866,3,894,2718 -"88082",21290,18865,3,894,2676 -"88083",21290,21165,2,894,1112 -"88084",21290,22905,3,894,2599 -"88085",21290,23325,3,894,2779 -"88086",21290,23639,3,894,2065 -"88087",21290,23731,3,894,1656 -"88088",21290,23890,3,894,1810 -"88089",21290,23975,2,894,2143 -"88090",21290,24116,2,894,1413 -"88091",21290,25886,3,894,1580 -"88092",21290,31395,3,894,1695 -"88093",21290,32070,3,894,950 -"88094",21290,33691,3,894,949 -"88095",21290,33955,3,894,1178 -"88096",21290,36577,2,894,958 -"88097",21290,36662,3,894,2967 -"88098",21290,41180,2,894,1556 -"88099",21290,44982,3,894,1592 -"88100",21290,46581,3,894,1160 -"88101",21290,46745,3,894,1565 -"88102",21290,49621,2,894,1915 -"88103",21290,51265,3,894,2670 -"88104",21290,53905,3,894,2193 -"88105",21290,56168,3,894,1466 -"88106",21290,56212,3,894,1410 -"88107",21290,56737,3,894,2270 -"88108",21290,63395,3,894,2334 -"88109",21290,64534,3,894,2924 -"88110",21290,69215,3,894,1591 -"88111",21290,76230,3,894,1223 -"88112",21290,78262,3,894,1326 -"88113",21290,79236,2,894,1505 -"88114",21290,79918,3,894,1672 -"88115",21290,81113,3,894,1914 -"88116",21290,82426,3,894,1576 -"88117",21290,82618,2,894,1536 -"88118",21290,83947,2,894,917 -"88119",21318,2982,3,780,1233 -"88120",21318,10474,3,780,1608 -"88121",21318,13150,3,780,1570 -"88122",21318,14103,3,780,2204 -"88123",21318,22140,3,780,942 -"88124",21318,22311,3,780,2034 -"88125",21318,25610,3,780,2328 -"88126",21318,41211,2,780,896 -"88127",21318,94450,3,780,1127 -"88128",21318,99194,3,780,1271 -"88129",21318,101019,3,780,904 -"88130",21318,102301,3,780,865 -"88131",21318,107993,3,780,999 -"88132",21318,121260,3,780,2042 -"88133",21324,14915,3,2413,2606 -"88134",21324,35477,3,2413,2703 -"88135",21346,449,3,74,1950 -"88136",21346,470,3,74,2285 -"88137",21346,675,3,74,1686 -"88138",21346,1136,3,74,2536 -"88139",21346,1175,3,74,1642 -"88140",21346,1226,3,74,2353 -"88141",21346,1315,3,74,2760 -"88142",21346,1364,3,74,859 -"88143",21346,2077,2,74,610 -"88144",21346,2111,3,74,1904 -"88145",21346,2195,2,74,2139 -"88146",21346,2289,3,74,2389 -"88147",21346,2384,2,74,1057 -"88148",21346,2424,3,74,2582 -"88149",21346,2533,3,74,2016 -"88150",21346,2709,3,74,1673 -"88151",21346,3139,3,74,1656 -"88152",21346,3144,3,74,869 -"88153",21346,3164,3,74,2693 -"88154",21346,3966,3,74,2425 -"88155",21346,4360,3,74,1770 -"88156",21346,5072,2,74,2175 -"88157",21346,5405,1,74,1510 -"88158",21346,5622,1,74,2175 -"88159",21346,5716,3,74,1058 -"88160",21346,5971,3,74,1985 -"88161",21346,5984,3,74,1675 -"88162",21346,5986,3,74,1721 -"88163",21346,6030,3,74,2953 -"88164",21346,6264,3,74,749 -"88165",21346,6366,3,74,798 -"88166",21346,6417,3,74,1675 -"88167",21346,6588,3,74,2025 -"88168",21346,7180,1,74,2227 -"88169",21346,7233,3,74,572 -"88170",21346,7234,3,74,2654 -"88171",21346,9364,3,74,1698 -"88172",21346,9928,3,74,2345 -"88173",21346,10488,3,74,1524 -"88174",21346,10523,2,74,1510 -"88175",21346,10857,2,74,2253 -"88176",21346,10874,3,74,1891 -"88177",21346,11218,2,74,2292 -"88178",21346,11229,2,74,1625 -"88179",21346,11239,3,74,2181 -"88180",21346,11477,3,74,2724 -"88181",21346,11817,3,74,600 -"88182",21346,11966,3,74,2385 -"88183",21346,12042,3,74,2345 -"88184",21346,12310,3,74,1337 -"88185",21346,12375,1,74,1873 -"88186",21346,12586,3,74,613 -"88187",21346,14032,3,74,2144 -"88188",21346,14507,3,74,2686 -"88189",21346,14656,3,74,584 -"88190",21346,14855,3,74,903 -"88191",21346,14888,3,74,1411 -"88192",21346,15301,3,74,2308 -"88193",21346,15402,2,74,1281 -"88194",21346,16352,3,74,2657 -"88195",21346,17400,2,74,2231 -"88196",21346,17704,3,74,1651 -"88197",21346,17931,3,74,1617 -"88198",21346,18202,3,74,2475 -"88199",21346,18928,2,74,709 -"88200",21346,19364,3,74,2846 -"88201",21346,19622,3,74,2371 -"88202",21346,20319,3,74,468 -"88203",21346,20700,3,74,2861 -"88204",21346,21571,3,74,2755 -"88205",21346,21838,3,74,2106 -"88206",21346,22566,3,74,2308 -"88207",21346,23159,3,74,1548 -"88208",21346,23492,2,74,1067 -"88209",21346,23725,2,74,2378 -"88210",21346,24259,2,74,1281 -"88211",21346,24648,3,74,1833 -"88212",21346,24825,3,74,2686 -"88213",21346,25643,3,74,1646 -"88214",21346,26080,3,74,2525 -"88215",21346,26322,3,74,1018 -"88216",21346,26659,3,74,903 -"88217",21346,26818,3,74,1999 -"88218",21346,26867,3,74,1804 -"88219",21346,27112,3,74,500 -"88220",21346,28050,3,74,1955 -"88221",21346,28168,3,74,2702 -"88222",21346,28432,3,74,1954 -"88223",21346,30165,2,74,1409 -"88224",21346,30325,2,74,1067 -"88225",21346,31093,3,74,2160 -"88226",21346,31436,2,74,2892 -"88227",21346,32567,3,74,2784 -"88228",21346,33655,3,74,773 -"88229",21346,34480,3,74,2755 -"88230",21346,34735,3,74,2767 -"88231",21346,35673,2,74,1067 -"88232",21346,35926,3,74,2371 -"88233",21346,36714,3,74,2209 -"88234",21346,37551,3,74,257 -"88235",21346,37620,3,74,2716 -"88236",21346,37859,3,74,1999 -"88237",21346,39294,1,74,1889 -"88238",21346,40028,3,74,1349 -"88239",21346,41240,2,74,2220 -"88240",21346,42619,3,74,2017 -"88241",21346,43213,2,74,2160 -"88242",21346,43335,3,74,1412 -"88243",21346,43385,3,74,1623 -"88244",21346,44188,3,74,1609 -"88245",21346,44648,3,74,619 -"88246",21346,45684,1,74,2200 -"88247",21346,46196,2,74,1510 -"88248",21346,46629,3,74,2255 -"88249",21346,48814,3,74,264 -"88250",21346,49044,3,74,610 -"88251",21346,49046,3,74,255 -"88252",21346,49608,1,74,2184 -"88253",21346,50236,3,74,2339 -"88254",21346,50394,3,74,150 -"88255",21346,51471,3,74,1280 -"88256",21346,51971,3,74,195 -"88257",21346,52136,3,74,1412 -"88258",21346,52789,3,74,1791 -"88259",21346,53134,3,74,1590 -"88260",21346,53303,3,74,1376 -"88261",21346,53809,3,74,1956 -"88262",21346,54551,2,74,2348 -"88263",21346,54929,3,74,2783 -"88264",21346,55299,3,74,609 -"88265",21346,56082,3,74,2395 -"88266",21346,57150,3,74,1196 -"88267",21346,57246,1,74,1873 -"88268",21346,57414,1,74,922 -"88269",21346,57714,3,74,1391 -"88270",21346,59939,3,74,936 -"88271",21346,60116,3,74,2668 -"88272",21346,64997,3,74,2791 -"88273",21346,66622,3,74,799 -"88274",21346,67352,3,74,1115 -"88275",21346,69117,3,74,645 -"88276",21346,69250,3,74,1439 -"88277",21346,70838,3,74,687 -"88278",21346,72188,3,74,856 -"88279",21346,72207,3,74,2430 -"88280",21346,73553,3,74,2726 -"88281",21346,75403,2,74,1895 -"88282",21346,76048,2,74,2373 -"88283",21346,76284,2,74,1237 -"88284",21346,76905,3,74,298 -"88285",21346,78092,3,74,430 -"88286",21346,79403,2,74,977 -"88287",21346,79804,3,74,2227 -"88288",21346,82776,3,74,1232 -"88289",21346,86245,3,74,1972 -"88290",21346,87837,3,74,1987 -"88291",21346,88966,3,74,1568 -"88292",21346,90674,3,74,621 -"88293",21346,91321,2,74,353 -"88294",21346,91912,3,74,790 -"88295",21346,93953,3,74,969 -"88296",21346,97939,3,74,451 -"88297",21346,98781,3,74,1410 -"88298",21346,99215,2,74,2791 -"88299",21346,100809,3,74,353 -"88300",21346,102107,3,74,504 -"88301",21346,102893,3,74,814 -"88302",21346,106449,2,74,862 -"88303",21346,109663,3,74,545 -"88304",21346,109718,3,74,1237 -"88305",21346,109978,3,74,1865 -"88306",21346,118036,3,74,168 -"88307",21346,121354,3,74,2862 -"88308",21352,2294,2,1604,1638 -"88309",21352,3520,2,1604,2281 -"88310",21352,3786,2,1604,2282 -"88311",21352,5606,3,1604,2875 -"88312",21352,6390,3,1604,2385 -"88313",21352,8860,3,1604,2141 -"88314",21352,10087,3,1604,1617 -"88315",21352,11135,3,1604,2441 -"88316",21352,11516,3,1604,1937 -"88317",21352,16347,3,1604,1868 -"88318",21352,19687,3,1604,2072 -"88319",21352,20088,3,1604,1677 -"88320",21352,23639,3,1604,2065 -"88321",21352,23731,3,1604,1656 -"88322",21352,28355,3,1604,2053 -"88323",21352,29276,2,1604,2000 -"88324",21352,31087,3,1604,1757 -"88325",21352,33341,2,1604,2338 -"88326",21352,33363,2,1604,2475 -"88327",21352,34953,3,1604,1817 -"88328",21352,37120,3,1604,2622 -"88329",21352,39187,2,1604,2166 -"88330",21352,45299,3,1604,2426 -"88331",21352,47330,3,1604,2422 -"88332",21352,49334,3,1604,2433 -"88333",21352,55775,3,1604,2385 -"88334",21352,56673,3,1604,2419 -"88335",21352,59579,3,1604,2034 -"88336",21352,62219,3,1604,2494 -"88337",21352,80050,1,1604,2698 -"88338",21352,91772,1,1604,2233 -"88339",21356,2609,3,213,834 -"88340",21356,11493,3,213,2077 -"88341",21356,13979,3,213,1559 -"88342",21356,28335,3,213,1240 -"88343",21356,37934,3,213,1595 -"88344",21356,54631,3,213,1531 -"88345",21356,55580,2,213,1942 -"88346",21356,57337,3,213,1443 -"88347",21356,77671,3,213,470 -"88348",21356,80883,2,213,280 -"88349",21356,87720,3,213,2086 -"88350",21358,1624,3,1970,2687 -"88351",21358,3158,3,1970,2762 -"88352",21358,4249,2,1970,2547 -"88353",21358,4698,3,1970,2481 -"88354",21358,4784,1,1970,2511 -"88355",21358,6223,2,1970,2363 -"88356",21358,6345,3,1970,2713 -"88357",21358,6747,3,1970,2913 -"88358",21358,9724,3,1970,2713 -"88359",21358,14470,3,1970,2632 -"88360",21358,14957,3,1970,2306 -"88361",21358,15782,2,1970,2306 -"88362",21358,17499,3,1970,2954 -"88363",21358,19656,3,1970,2059 -"88364",21358,21920,3,1970,2367 -"88365",21358,23550,3,1970,2939 -"88366",21358,25941,2,1970,2369 -"88367",21358,30096,3,1970,2082 -"88368",21358,31950,3,1970,2217 -"88369",21358,32576,3,1970,2881 -"88370",21358,33176,3,1970,2630 -"88371",21358,33460,3,1970,2781 -"88372",21358,36478,3,1970,2808 -"88373",21358,36840,3,1970,2269 -"88374",21358,37684,3,1970,2899 -"88375",21358,41489,1,1970,2006 -"88376",21358,42390,3,1970,2937 -"88377",21358,43701,3,1970,2400 -"88378",21358,47607,3,1970,2724 -"88379",21358,48823,1,1970,2080 -"88380",21358,53584,3,1970,2391 -"88381",21358,53652,3,1970,2899 -"88382",21358,54488,3,1970,2357 -"88383",21358,64737,3,1970,2442 -"88384",21358,68813,2,1970,2511 -"88385",21358,73520,3,1970,2613 -"88386",21358,80186,3,1970,2228 -"88387",21358,82217,2,1970,2441 -"88388",21358,108467,3,1970,2170 -"88389",21362,41945,3,2515,2856 -"88390",21364,1090,3,1422,2370 -"88391",21364,3011,3,1422,2278 -"88392",21364,24169,3,1422,1663 -"88393",21364,24405,3,1422,1443 -"88394",21364,53779,2,1422,2000 -"88395",21364,55256,3,1422,2379 -"88396",21364,64502,3,1422,1670 -"88397",21364,94125,3,1422,2280 -"88398",21383,364,2,971,2351 -"88399",21383,913,3,971,2144 -"88400",21383,1314,3,971,1522 -"88401",21383,1349,3,971,1147 -"88402",21383,1846,3,971,1845 -"88403",21383,2036,3,971,2483 -"88404",21383,2540,2,971,1398 -"88405",21383,2852,3,971,2448 -"88406",21383,3493,2,971,2451 -"88407",21383,3978,3,971,2775 -"88408",21383,4660,3,971,2149 -"88409",21383,4669,3,971,2395 -"88410",21383,4790,3,971,1025 -"88411",21383,4932,3,971,2752 -"88412",21383,4983,3,971,1909 -"88413",21383,5363,3,971,1791 -"88414",21383,6119,3,971,2358 -"88415",21383,6989,2,971,2623 -"88416",21383,7785,3,971,2441 -"88417",21383,8760,3,971,2477 -"88418",21383,8890,3,971,1955 -"88419",21383,9703,3,971,1845 -"88420",21383,9785,3,971,2951 -"88421",21383,9787,3,971,2858 -"88422",21383,10336,3,971,2271 -"88423",21383,10457,3,971,1711 -"88424",21383,11648,3,971,2852 -"88425",21383,12116,3,971,2119 -"88426",21383,12361,2,971,2732 -"88427",21383,12897,3,971,1351 -"88428",21383,12948,3,971,2669 -"88429",21383,15443,3,971,1631 -"88430",21383,17033,3,971,2771 -"88431",21383,18421,3,971,2457 -"88432",21383,18615,3,971,1025 -"88433",21383,18672,3,971,1182 -"88434",21383,19655,2,971,2706 -"88435",21383,20941,3,971,2725 -"88436",21383,20984,3,971,2502 -"88437",21383,21207,3,971,1258 -"88438",21383,21487,3,971,2203 -"88439",21383,21593,1,971,1312 -"88440",21383,22244,3,971,2139 -"88441",21383,22410,3,971,2158 -"88442",21383,23498,2,971,2398 -"88443",21383,23560,3,971,2051 -"88444",21383,25198,3,971,1982 -"88445",21383,25722,3,971,1697 -"88446",21383,26286,3,971,2023 -"88447",21383,27275,3,971,2656 -"88448",21383,27390,2,971,2425 -"88449",21383,28869,3,971,2425 -"88450",21383,29473,3,971,2602 -"88451",21383,29818,3,971,1677 -"88452",21383,31087,3,971,1757 -"88453",21383,31335,2,971,2351 -"88454",21383,31866,3,971,2101 -"88455",21383,32560,3,971,1258 -"88456",21383,32939,3,971,2277 -"88457",21383,33537,3,971,2406 -"88458",21383,36953,3,971,2790 -"88459",21383,37351,3,971,978 -"88460",21383,37424,3,971,1693 -"88461",21383,37632,2,971,1295 -"88462",21383,41098,3,971,1857 -"88463",21383,41581,3,971,1692 -"88464",21383,42256,3,971,2839 -"88465",21383,45729,3,971,2606 -"88466",21383,45869,3,971,2840 -"88467",21383,46299,3,971,1132 -"88468",21383,46486,3,971,1868 -"88469",21383,46982,3,971,2806 -"88470",21383,47013,3,971,2388 -"88471",21383,48501,2,971,2010 -"88472",21383,51144,2,971,2466 -"88473",21383,52136,3,971,1412 -"88474",21383,52815,3,971,2323 -"88475",21383,54775,3,971,2383 -"88476",21383,57804,3,971,2214 -"88477",21383,58829,3,971,1256 -"88478",21383,63641,3,971,2337 -"88479",21383,65223,3,971,2724 -"88480",21383,66717,3,971,2104 -"88481",21383,68539,3,971,1158 -"88482",21383,70748,3,971,978 -"88483",21383,72535,3,971,1191 -"88484",21383,72632,2,971,1289 -"88485",21383,73107,3,971,1918 -"88486",21383,76286,2,971,1642 -"88487",21383,78138,1,971,1601 -"88488",21383,81162,3,971,1240 -"88489",21383,85198,2,971,1794 -"88490",21383,87907,3,971,1173 -"88491",21383,90065,3,971,1418 -"88492",21383,96706,2,971,1597 -"88493",21386,8913,3,536,968 -"88494",21386,15401,3,536,1999 -"88495",21386,24293,3,536,1184 -"88496",21386,32988,3,536,2008 -"88497",21386,34954,3,536,1184 -"88498",21386,38219,3,536,1689 -"88499",21386,65155,3,536,1947 -"88500",21401,5315,3,1440,2631 -"88501",21401,10358,3,1440,2294 -"88502",21401,11477,3,1440,2724 -"88503",21401,13573,3,1440,2774 -"88504",21401,14032,3,1440,2144 -"88505",21401,30438,3,1440,1617 -"88506",21401,31003,3,1440,1859 -"88507",21401,34648,2,1440,1596 -"88508",21401,36007,3,1440,2089 -"88509",21401,41278,3,1440,1873 -"88510",21401,45715,3,1440,2287 -"88511",21401,45903,2,1440,2237 -"88512",21401,48127,3,1440,2677 -"88513",21401,48602,3,1440,1704 -"88514",21401,64502,3,1440,1670 -"88515",21401,67957,3,1440,2823 -"88516",21401,81095,3,1440,1609 -"88517",21401,96553,3,1440,1887 -"88518",21406,25325,3,2714,2963 -"88519",21406,36609,3,2714,2918 -"88520",21406,42574,1,2714,2842 -"88521",21406,48571,3,2714,2717 -"88522",21407,37279,3,2728,2768 -"88523",21417,1262,3,2422,2973 -"88524",21417,3695,3,2422,2612 -"88525",21417,3714,3,2422,2605 -"88526",21417,7394,3,2422,2615 -"88527",21417,12035,3,2422,2721 -"88528",21417,13732,3,2422,2789 -"88529",21417,18151,3,2422,2962 -"88530",21417,18366,3,2422,2699 -"88531",21417,19528,3,2422,2742 -"88532",21417,19872,3,2422,2913 -"88533",21417,21795,2,2422,2653 -"88534",21417,22326,3,2422,2818 -"88535",21417,26865,2,2422,2726 -"88536",21417,34327,2,2422,2959 -"88537",21417,47947,3,2422,2681 -"88538",21417,49998,3,2422,2761 -"88539",21417,55691,3,2422,2856 -"88540",21417,70046,2,2422,2624 -"88541",21417,73266,3,2422,2496 -"88542",21419,7733,3,1243,1326 -"88543",21419,11135,3,1243,2441 -"88544",21419,15502,3,1243,2637 -"88545",21419,17999,3,1243,2758 -"88546",21419,22905,3,1243,2599 -"88547",21419,24116,3,1243,1413 -"88548",21419,25886,3,1243,1580 -"88549",21419,26513,3,1243,2205 -"88550",21419,31170,3,1243,1776 -"88551",21419,43524,2,1243,2572 -"88552",21419,51448,3,1243,1593 -"88553",21419,55436,2,1243,2513 -"88554",21419,62334,3,1243,1766 -"88555",21419,78262,3,1243,1326 -"88556",21419,83007,3,1243,2727 -"88557",21422,145,3,935,1998 -"88558",21422,212,2,935,1513 -"88559",21422,270,3,935,2542 -"88560",21422,380,3,935,2261 -"88561",21422,600,3,935,1702 -"88562",21422,913,2,935,2144 -"88563",21422,1102,3,935,2282 -"88564",21422,1124,3,935,1596 -"88565",21422,1147,2,935,1999 -"88566",21422,1324,3,935,2147 -"88567",21422,2111,3,935,1904 -"88568",21422,2424,3,935,2582 -"88569",21422,2540,3,935,1398 -"88570",21422,2894,3,935,1291 -"88571",21422,3961,3,935,2426 -"88572",21422,5315,3,935,2631 -"88573",21422,5392,3,935,1648 -"88574",21422,5615,3,935,1105 -"88575",21422,5865,3,935,1910 -"88576",21422,6192,3,935,2409 -"88577",21422,6588,3,935,2025 -"88578",21422,6718,3,935,2138 -"88579",21422,7185,3,935,1046 -"88580",21422,7406,3,935,1906 -"88581",21422,7475,3,935,1284 -"88582",21422,8274,3,935,1909 -"88583",21422,8844,3,935,1671 -"88584",21422,8888,3,935,1328 -"88585",21422,9191,3,935,2707 -"88586",21422,9511,2,935,1232 -"88587",21422,10358,3,935,2294 -"88588",21422,10779,3,935,2881 -"88589",21422,10857,3,935,2253 -"88590",21422,11218,3,935,2292 -"88591",21422,12388,3,935,1975 -"88592",21422,12618,3,935,2021 -"88593",21422,13307,3,935,2206 -"88594",21422,13388,3,935,2119 -"88595",21422,13929,3,935,2693 -"88596",21422,13967,3,935,1354 -"88597",21422,15381,3,935,2289 -"88598",21422,15636,3,935,2857 -"88599",21422,17027,3,935,2772 -"88600",21422,17097,3,935,1505 -"88601",21422,17355,3,935,1469 -"88602",21422,17698,3,935,1559 -"88603",21422,18152,3,935,1314 -"88604",21422,18394,3,935,2356 -"88605",21422,19208,3,935,2629 -"88606",21422,19335,3,935,1729 -"88607",21422,19605,3,935,2395 -"88608",21422,19637,3,935,1229 -"88609",21422,19862,3,935,2412 -"88610",21422,20067,3,935,2390 -"88611",21422,20124,3,935,2376 -"88612",21422,20730,3,935,2243 -"88613",21422,21012,3,935,2325 -"88614",21422,21566,3,935,1234 -"88615",21422,21693,2,935,2176 -"88616",21422,21706,3,935,1988 -"88617",21422,22326,2,935,2818 -"88618",21422,22362,2,935,1836 -"88619",21422,22403,3,935,1630 -"88620",21422,22567,3,935,2396 -"88621",21422,22808,3,935,2297 -"88622",21422,23132,3,935,2756 -"88623",21422,23319,3,935,2867 -"88624",21422,23526,3,935,1998 -"88625",21422,23715,3,935,1859 -"88626",21422,23787,3,935,2810 -"88627",21422,23869,3,935,1918 -"88628",21422,24066,3,935,1755 -"88629",21422,24362,3,935,1287 -"88630",21422,24448,3,935,2289 -"88631",21422,24482,3,935,1649 -"88632",21422,24568,3,935,1937 -"88633",21422,25305,2,935,2447 -"88634",21422,26249,3,935,2301 -"88635",21422,26366,3,935,1688 -"88636",21422,26582,3,935,2772 -"88637",21422,27104,3,935,1608 -"88638",21422,27275,3,935,2656 -"88639",21422,27390,3,935,2425 -"88640",21422,29962,3,935,2201 -"88641",21422,29987,3,935,956 -"88642",21422,30173,3,935,2404 -"88643",21422,30309,1,935,1449 -"88644",21422,31235,3,935,2668 -"88645",21422,32131,2,935,1035 -"88646",21422,33801,3,935,2899 -"88647",21422,35529,2,935,1620 -"88648",21422,35673,3,935,1067 -"88649",21422,37897,3,935,1685 -"88650",21422,38973,2,935,1999 -"88651",21422,39748,3,935,1566 -"88652",21422,40383,3,935,2639 -"88653",21422,40493,3,935,1981 -"88654",21422,40646,2,935,1583 -"88655",21422,41108,1,935,1624 -"88656",21422,41770,3,935,2752 -"88657",21422,42129,3,935,2318 -"88658",21422,42799,2,935,2729 -"88659",21422,43455,3,935,2846 -"88660",21422,43941,3,935,1289 -"88661",21422,44161,3,935,1156 -"88662",21422,46629,3,935,2255 -"88663",21422,47386,3,935,2226 -"88664",21422,48035,3,935,2180 -"88665",21422,48215,3,935,2028 -"88666",21422,51157,3,935,2319 -"88667",21422,52136,3,935,1412 -"88668",21422,52735,3,935,1124 -"88669",21422,53475,3,935,2853 -"88670",21422,54551,3,935,2348 -"88671",21422,56082,3,935,2395 -"88672",21422,57150,3,935,1196 -"88673",21422,57760,2,935,1721 -"88674",21422,61982,3,935,2725 -"88675",21422,62148,3,935,1566 -"88676",21422,63409,3,935,1937 -"88677",21422,70217,3,935,2332 -"88678",21422,70996,1,935,1037 -"88679",21422,72207,3,935,2430 -"88680",21422,74818,3,935,1440 -"88681",21422,76356,2,935,2323 -"88682",21422,79653,3,935,2683 -"88683",21422,81478,2,935,1640 -"88684",21422,85138,3,935,1685 -"88685",21422,85547,2,935,997 -"88686",21422,90800,3,935,1594 -"88687",21422,91579,3,935,2510 -"88688",21422,91901,2,935,1236 -"88689",21422,94101,2,935,997 -"88690",21422,100140,3,935,1041 -"88691",21422,103524,3,935,991 -"88692",21424,9716,3,1303,1929 -"88693",21424,14623,3,1303,2043 -"88694",21424,23302,3,1303,2677 -"88695",21424,24610,3,1303,2733 -"88696",21424,26138,3,1303,1902 -"88697",21424,30317,2,1303,2431 -"88698",21424,32939,2,1303,2277 -"88699",21424,33278,3,1303,1591 -"88700",21424,39189,3,1303,2319 -"88701",21424,57727,3,1303,1648 -"88702",21424,57804,3,1303,2214 -"88703",21424,96197,2,1303,1670 -"88704",21448,602,3,2332,2632 -"88705",21448,9311,2,2332,2477 -"88706",21448,12703,3,2332,2689 -"88707",21448,15626,2,2332,2434 -"88708",21448,26218,3,2332,2460 -"88709",21448,28982,3,2332,2746 -"88710",21448,30906,3,2332,2537 -"88711",21448,33433,2,2332,2805 -"88712",21448,38755,2,2332,2902 -"88713",21448,39534,2,2332,2410 -"88714",21448,49347,3,2332,2504 -"88715",21448,49696,3,2332,2444 -"88716",21448,51853,3,2332,2520 -"88717",21448,55643,3,2332,2359 -"88718",21448,59113,2,2332,2434 -"88719",21448,77010,2,2332,2639 -"88720",21463,2334,3,2437,2619 -"88721",21463,6824,3,2437,2680 -"88722",21463,10638,3,2437,2692 -"88723",21463,11506,2,2437,2824 -"88724",21463,18943,2,2437,2861 -"88725",21463,20007,3,2437,2971 -"88726",21463,21180,3,2437,2762 -"88727",21463,22326,3,2437,2818 -"88728",21463,25305,3,2437,2447 -"88729",21463,36574,3,2437,2934 -"88730",21463,38144,3,2437,2637 -"88731",21463,38309,3,2437,2644 -"88732",21463,38755,3,2437,2902 -"88733",21463,39105,1,2437,2487 -"88734",21463,41978,3,2437,2824 -"88735",21463,53013,3,2437,2523 -"88736",21463,59005,3,2437,2817 -"88737",21463,59039,3,2437,2870 -"88738",21463,68592,3,2437,2551 -"88739",21463,69335,3,2437,2698 -"88740",21463,79322,3,2437,2770 -"88741",21479,1315,3,2134,2760 -"88742",21479,13158,3,2134,2667 -"88743",21479,13324,2,2134,2163 -"88744",21479,13479,2,2134,2155 -"88745",21479,23268,3,2134,2258 -"88746",21479,23312,3,2134,2449 -"88747",21479,23460,3,2134,2183 -"88748",21479,26234,3,2134,2183 -"88749",21479,27427,2,2134,2325 -"88750",21479,46506,3,2134,2464 -"88751",21479,65572,3,2134,2750 -"88752",21480,3195,3,1646,2043 -"88753",21480,10964,3,1646,2043 -"88754",21480,11067,3,1646,2734 -"88755",21480,15095,3,1646,2001 -"88756",21480,29578,3,1646,1957 -"88757",21480,32939,3,1646,2277 -"88758",21480,35620,2,1646,2092 -"88759",21480,36120,3,1646,2971 -"88760",21480,46385,3,1646,2225 -"88761",21480,57804,3,1646,2214 -"88762",21487,364,3,2203,2351 -"88763",21487,841,3,2203,2964 -"88764",21487,2206,2,2203,2536 -"88765",21487,6234,3,2203,2654 -"88766",21487,6989,3,2203,2623 -"88767",21487,9615,3,2203,2464 -"88768",21487,9785,3,2203,2951 -"88769",21487,9787,3,2203,2858 -"88770",21487,10336,3,2203,2271 -"88771",21487,11067,3,2203,2734 -"88772",21487,14972,3,2203,2332 -"88773",21487,18005,3,2203,2449 -"88774",21487,19655,3,2203,2706 -"88775",21487,22578,3,2203,2216 -"88776",21487,26182,3,2203,2775 -"88777",21487,26658,3,2203,2745 -"88778",21487,30981,3,2203,2366 -"88779",21487,32939,2,2203,2277 -"88780",21487,35264,3,2203,2329 -"88781",21487,38676,3,2203,2286 -"88782",21487,42256,1,2203,2839 -"88783",21487,45585,3,2203,2384 -"88784",21487,46384,3,2203,2285 -"88785",21487,46982,3,2203,2806 -"88786",21487,47013,3,2203,2388 -"88787",21487,57804,2,2203,2214 -"88788",21487,58284,3,2203,2292 -"88789",21487,62066,3,2203,2281 -"88790",21487,68931,3,2203,2771 -"88791",21487,71531,3,2203,2887 -"88792",21493,29580,3,2286,2776 -"88793",21493,45504,3,2286,2301 -"88794",21493,49109,3,2286,2341 -"88795",21493,50275,3,2286,2832 -"88796",21493,56688,3,2286,2331 -"88797",21496,18102,3,1224,1642 -"88798",21496,49958,3,1224,1860 -"88799",21504,3669,3,2328,2524 -"88800",21504,18808,1,2328,2854 -"88801",21504,24761,3,2328,2384 -"88802",21504,35264,1,2328,2329 -"88803",21504,38309,2,2328,2644 -"88804",21504,50440,3,2328,2469 -"88805",21504,53362,3,2328,2360 -"88806",21504,54903,3,2328,2493 -"88807",21504,59511,3,2328,2753 -"88808",21527,10382,3,1422,2111 -"88809",21527,19453,3,1422,1928 -"88810",21527,37915,3,1422,1905 -"88811",21527,53779,1,1422,2000 -"88812",21527,64502,2,1422,1670 -"88813",21527,85736,3,1422,1601 -"88814",21528,2057,3,1807,1965 -"88815",21528,8865,3,1807,2394 -"88816",21528,9115,2,1807,2068 -"88817",21528,11585,3,1807,1817 -"88818",21528,59683,3,1807,2068 -"88819",21528,69232,2,1807,2130 -"88820",21535,364,2,404,2351 -"88821",21535,6160,1,404,969 -"88822",21535,9332,3,404,2734 -"88823",21535,13068,3,404,1778 -"88824",21535,14156,3,404,1251 -"88825",21535,14425,3,404,1036 -"88826",21535,15880,2,404,878 -"88827",21535,16437,3,404,1956 -"88828",21535,19934,3,404,2888 -"88829",21535,20821,3,404,1617 -"88830",21535,26700,3,404,1663 -"88831",21535,27320,3,404,2378 -"88832",21535,28893,3,404,2764 -"88833",21535,29495,3,404,1612 -"88834",21535,35709,3,404,464 -"88835",21535,38087,3,404,1083 -"88836",21535,40035,3,404,2742 -"88837",21535,40283,3,404,1657 -"88838",21535,42756,3,404,1384 -"88839",21535,47148,3,404,569 -"88840",21535,47968,3,404,2829 -"88841",21535,49201,3,404,936 -"88842",21535,57209,3,404,1719 -"88843",21535,58229,3,404,1202 -"88844",21535,58421,3,404,910 -"88845",21535,58875,3,404,1899 -"88846",21535,80338,3,404,2059 -"88847",21535,108793,3,404,919 -"88848",21563,19751,3,1138,1630 -"88849",21563,77811,3,1138,1871 -"88850",21566,341,3,1234,2689 -"88851",21566,913,3,1234,2144 -"88852",21566,952,3,1234,1991 -"88853",21566,5346,3,1234,1438 -"88854",21566,6055,3,1234,2651 -"88855",21566,8275,3,1234,2237 -"88856",21566,10310,2,1234,2774 -"88857",21566,10870,3,1234,1755 -"88858",21566,11103,3,1234,2393 -"88859",21566,11493,2,1234,2077 -"88860",21566,12371,2,1234,1569 -"88861",21566,12692,2,1234,1855 -"88862",21566,13967,3,1234,1354 -"88863",21566,15207,2,1234,1855 -"88864",21566,17351,3,1234,2036 -"88865",21566,19208,2,1234,2629 -"88866",21566,19593,2,1234,2013 -"88867",21566,19605,3,1234,2395 -"88868",21566,20331,3,1234,2365 -"88869",21566,20730,2,1234,2243 -"88870",21566,20874,3,1234,1580 -"88871",21566,22893,2,1234,1938 -"88872",21566,23006,1,1234,1532 -"88873",21566,24256,3,1234,2393 -"88874",21566,24586,3,1234,2465 -"88875",21566,27104,2,1234,1608 -"88876",21566,27195,3,1234,2158 -"88877",21566,28131,3,1234,1492 -"88878",21566,28571,2,1234,1556 -"88879",21566,29930,2,1234,2240 -"88880",21566,33184,3,1234,2522 -"88881",21566,35772,2,1234,1440 -"88882",21566,36441,1,1234,2796 -"88883",21566,40646,3,1234,1583 -"88884",21566,41108,3,1234,1624 -"88885",21566,41770,2,1234,2752 -"88886",21566,42515,3,1234,2752 -"88887",21566,42799,1,1234,2729 -"88888",21566,44894,2,1234,2048 -"88889",21566,45903,3,1234,2237 -"88890",21566,46043,2,1234,1358 -"88891",21566,46635,2,1234,2528 -"88892",21566,47789,3,1234,1583 -"88893",21566,50480,3,1234,2701 -"88894",21566,52136,3,1234,1412 -"88895",21566,52345,3,1234,1430 -"88896",21566,56903,2,1234,1584 -"88897",21566,62148,3,1234,1566 -"88898",21566,62870,2,1234,1568 -"88899",21566,67129,3,1234,2335 -"88900",21566,68024,2,1234,1531 -"88901",21566,74818,1,1234,1440 -"88902",21566,76356,2,1234,2323 -"88903",21566,80944,3,1234,2300 -"88904",21566,85356,2,1234,1492 -"88905",21566,86785,3,1234,1607 -"88906",21566,86883,2,1234,1623 -"88907",21566,91901,2,1234,1236 -"88908",21566,92381,3,1234,1237 -"88909",21566,94520,3,1234,1243 -"88910",21566,96132,2,1234,1489 -"88911",21566,109718,3,1234,1237 -"88912",21566,117956,2,1234,2774 -"88913",21571,6030,2,2755,2953 -"88914",21571,17499,3,2755,2954 -"88915",21571,18361,3,2755,2968 -"88916",21571,28296,3,2755,2944 -"88917",21571,32567,2,2755,2784 -"88918",21571,34735,2,2755,2767 -"88919",21571,49110,3,2755,2938 -"88920",21571,51052,3,2755,2784 -"88921",21571,54929,2,2755,2783 -"88922",21571,68083,3,2755,2795 -"88923",21571,88232,3,2755,2881 -"88924",21575,313,3,1762,2271 -"88925",21575,2206,3,1762,2536 -"88926",21575,4730,3,1762,2131 -"88927",21575,7394,3,1762,2615 -"88928",21575,19057,3,1762,2664 -"88929",21575,24069,3,1762,2697 -"88930",21575,26227,1,1762,2265 -"88931",21575,26642,3,1762,2952 -"88932",21575,26847,1,1762,1902 -"88933",21575,27478,3,1762,2485 -"88934",21575,30442,2,1762,2124 -"88935",21575,32235,3,1762,2109 -"88936",21575,41051,3,1762,2767 -"88937",21575,47968,3,1762,2829 -"88938",21575,66994,3,1762,1865 -"88939",21575,68586,3,1762,2322 -"88940",21581,237,3,781,1982 -"88941",21581,4430,3,781,2019 -"88942",21581,6821,3,781,1788 -"88943",21581,10373,3,781,2436 -"88944",21581,16437,2,781,1956 -"88945",21581,26428,3,781,2203 -"88946",21581,45480,3,781,1104 -"88947",21581,49201,3,781,936 -"88948",21581,58421,3,781,910 -"88949",21581,73439,1,781,928 -"88950",21581,83898,3,781,1036 -"88951",21593,364,3,1312,2351 -"88952",21593,913,3,1312,2144 -"88953",21593,2036,3,1312,2483 -"88954",21593,2540,2,1312,1398 -"88955",21593,3100,3,1312,2524 -"88956",21593,3493,3,1312,2451 -"88957",21593,3520,3,1312,2281 -"88958",21593,3978,3,1312,2775 -"88959",21593,4669,3,1312,2395 -"88960",21593,4932,3,1312,2752 -"88961",21593,4983,3,1312,1909 -"88962",21593,5962,3,1312,2491 -"88963",21593,6119,2,1312,2358 -"88964",21593,6989,2,1312,2623 -"88965",21593,7785,3,1312,2441 -"88966",21593,8760,3,1312,2477 -"88967",21593,9703,3,1312,1845 -"88968",21593,10336,2,1312,2271 -"88969",21593,11648,3,1312,2852 -"88970",21593,12116,3,1312,2119 -"88971",21593,12361,3,1312,2732 -"88972",21593,12948,3,1312,2669 -"88973",21593,13079,3,1312,2547 -"88974",21593,16286,3,1312,2470 -"88975",21593,17826,3,1312,2920 -"88976",21593,19655,3,1312,2706 -"88977",21593,20984,3,1312,2502 -"88978",21593,21976,3,1312,1808 -"88979",21593,22410,3,1312,2158 -"88980",21593,23498,2,1312,2398 -"88981",21593,23560,3,1312,2051 -"88982",21593,25198,3,1312,1982 -"88983",21593,27275,3,1312,2656 -"88984",21593,27390,2,1312,2425 -"88985",21593,28869,3,1312,2425 -"88986",21593,29473,3,1312,2602 -"88987",21593,29818,3,1312,1677 -"88988",21593,31087,2,1312,1757 -"88989",21593,31335,3,1312,2351 -"88990",21593,33363,3,1312,2475 -"88991",21593,34055,3,1312,1881 -"88992",21593,36953,3,1312,2790 -"88993",21593,37036,3,1312,2264 -"88994",21593,37424,3,1312,1693 -"88995",21593,37868,3,1312,2876 -"88996",21593,41098,3,1312,1857 -"88997",21593,45869,3,1312,2840 -"88998",21593,46486,3,1312,1868 -"88999",21593,47968,3,1312,2829 -"89000",21593,48501,2,1312,2010 -"89001",21593,51144,3,1312,2466 -"89002",21593,52815,3,1312,2323 -"89003",21593,54775,3,1312,2383 -"89004",21593,65223,2,1312,2724 -"89005",21593,76286,2,1312,1642 -"89006",21593,78138,2,1312,1601 -"89007",21593,85198,3,1312,1794 -"89008",21593,90892,3,1312,2399 -"89009",21593,96706,3,1312,1597 -"89010",21593,102566,3,1312,2207 -"89011",21593,104828,3,1312,1609 -"89012",21617,512,2,516,1596 -"89013",21617,1691,3,516,1941 -"89014",21617,2143,3,516,1174 -"89015",21617,2181,2,516,2030 -"89016",21617,3271,3,516,2216 -"89017",21617,3753,3,516,1255 -"89018",21617,4687,3,516,2152 -"89019",21617,5018,3,516,640 -"89020",21617,5350,3,516,2522 -"89021",21617,6390,3,516,2385 -"89022",21617,8011,2,516,889 -"89023",21617,9272,3,516,2835 -"89024",21617,11434,3,516,1187 -"89025",21617,12199,3,516,1651 -"89026",21617,13290,3,516,2824 -"89027",21617,13895,1,516,687 -"89028",21617,14108,2,516,2012 -"89029",21617,15799,1,516,1917 -"89030",21617,18502,3,516,1033 -"89031",21617,18543,3,516,2968 -"89032",21617,19605,3,516,2395 -"89033",21617,19882,2,516,565 -"89034",21617,20486,3,516,1908 -"89035",21617,21133,3,516,1320 -"89036",21617,23526,2,516,1998 -"89037",21617,23715,3,516,1859 -"89038",21617,25289,2,516,1790 -"89039",21617,25565,3,516,2764 -"89040",21617,25816,3,516,2088 -"89041",21617,27694,3,516,2030 -"89042",21617,29050,3,516,1196 -"89043",21617,29170,3,516,1846 -"89044",21617,30411,3,516,630 -"89045",21617,31436,3,516,2892 -"89046",21617,33219,3,516,1173 -"89047",21617,33621,3,516,1319 -"89048",21617,34314,3,516,630 -"89049",21617,34836,3,516,2302 -"89050",21617,34908,3,516,2796 -"89051",21617,34945,2,516,1298 -"89052",21617,36439,3,516,2469 -"89053",21617,36450,3,516,1591 -"89054",21617,37509,3,516,1640 -"89055",21617,38019,3,516,1870 -"89056",21617,38300,3,516,1149 -"89057",21617,41000,3,516,2011 -"89058",21617,41085,3,516,637 -"89059",21617,43173,3,516,2895 -"89060",21617,43226,2,516,2442 -"89061",21617,44427,3,516,2875 -"89062",21617,47064,3,516,1993 -"89063",21617,47585,3,516,794 -"89064",21617,48110,3,516,2009 -"89065",21617,50235,3,516,726 -"89066",21617,50248,3,516,2781 -"89067",21617,52323,3,516,2148 -"89068",21617,52327,3,516,1472 -"89069",21617,53252,3,516,637 -"89070",21617,53303,3,516,1376 -"89071",21617,53519,2,516,2781 -"89072",21617,54695,3,516,2429 -"89073",21617,56232,3,516,1175 -"89074",21617,56688,3,516,2331 -"89075",21617,57990,1,516,978 -"89076",21617,58427,2,516,2234 -"89077",21617,58508,3,516,2326 -"89078",21617,59700,3,516,2346 -"89079",21617,61785,3,516,822 -"89080",21617,62602,3,516,1172 -"89081",21617,69335,3,516,2698 -"89082",21617,72468,3,516,2292 -"89083",21617,75025,3,516,717 -"89084",21617,76192,3,516,912 -"89085",21617,78569,3,516,578 -"89086",21617,80301,3,516,1690 -"89087",21617,81326,2,516,758 -"89088",21617,82426,3,516,1576 -"89089",21617,88232,3,516,2881 -"89090",21617,92491,3,516,1968 -"89091",21617,98531,3,516,719 -"89092",21617,101967,3,516,691 -"89093",21620,5673,2,1056,1567 -"89094",21620,21352,3,1056,1604 -"89095",21620,21895,3,1056,1693 -"89096",21620,36487,3,1056,2622 -"89097",21620,55775,3,1056,2385 -"89098",21620,61513,3,1056,2948 -"89099",21620,61980,3,1056,2392 -"89100",21620,80009,3,1056,1640 -"89101",21620,92947,3,1056,1289 -"89102",21620,93326,3,1056,1196 -"89103",21620,98719,2,1056,1096 -"89104",21638,61958,3,1750,2042 -"89105",21658,1393,3,1222,1706 -"89106",21658,16757,1,1222,1755 -"89107",21658,32724,3,1222,2581 -"89108",21658,53445,3,1222,2028 -"89109",21658,57804,3,1222,2214 -"89110",21670,680,3,2158,2569 -"89111",21670,3477,3,2158,2546 -"89112",21670,3978,3,2158,2775 -"89113",21670,4303,3,2158,2414 -"89114",21670,6063,3,2158,2349 -"89115",21670,7984,3,2158,2493 -"89116",21670,8062,3,2158,2858 -"89117",21670,12759,3,2158,2414 -"89118",21670,16365,3,2158,2217 -"89119",21670,25373,3,2158,2783 -"89120",21670,31700,3,2158,2727 -"89121",21670,33223,3,2158,2397 -"89122",21670,36031,3,2158,2342 -"89123",21670,37636,3,2158,2178 -"89124",21670,37752,3,2158,2223 -"89125",21670,38602,3,2158,2693 -"89126",21670,40623,3,2158,2580 -"89127",21670,45138,3,2158,2516 -"89128",21670,49265,3,2158,2686 -"89129",21670,50585,3,2158,2414 -"89130",21670,51783,3,2158,2599 -"89131",21670,53323,3,2158,2677 -"89132",21670,55817,3,2158,2285 -"89133",21670,57380,3,2158,2362 -"89134",21670,63077,2,2158,2778 -"89135",21670,65188,3,2158,2213 -"89136",21670,67815,3,2158,2476 -"89137",21670,72728,3,2158,2234 -"89138",21670,88232,3,2158,2881 -"89139",21670,92297,3,2158,2952 -"89140",21681,160,3,2005,2007 -"89141",21681,2226,3,2005,2225 -"89142",21681,7984,3,2005,2493 -"89143",21681,8062,3,2005,2858 -"89144",21681,14108,3,2005,2012 -"89145",21681,16365,3,2005,2217 -"89146",21681,17351,3,2005,2036 -"89147",21681,20355,3,2005,2111 -"89148",21681,21670,3,2005,2158 -"89149",21681,25373,3,2005,2783 -"89150",21681,31700,3,2005,2727 -"89151",21681,32988,3,2005,2008 -"89152",21681,36031,3,2005,2342 -"89153",21681,38602,3,2005,2693 -"89154",21681,43593,2,2005,2704 -"89155",21681,44564,3,2005,2034 -"89156",21681,48215,3,2005,2028 -"89157",21681,49265,3,2005,2686 -"89158",21681,51084,3,2005,2188 -"89159",21681,53160,3,2005,2736 -"89160",21681,53323,3,2005,2677 -"89161",21681,57380,3,2005,2362 -"89162",21681,60879,3,2005,2792 -"89163",21681,72728,3,2005,2234 -"89164",21681,82932,2,2005,2245 -"89165",21681,88232,3,2005,2881 -"89166",21682,270,3,2414,2542 -"89167",21682,701,3,2414,2718 -"89168",21682,2208,3,2414,2814 -"89169",21682,2704,3,2414,2609 -"89170",21682,2954,3,2414,2727 -"89171",21682,5258,3,2414,2730 -"89172",21682,6074,2,2414,2426 -"89173",21682,8762,3,2414,2585 -"89174",21682,9362,3,2414,2879 -"89175",21682,11351,3,2414,2971 -"89176",21682,14655,3,2414,2559 -"89177",21682,14834,3,2414,2739 -"89178",21682,16352,3,2414,2657 -"89179",21682,17365,3,2414,2746 -"89180",21682,18543,3,2414,2968 -"89181",21682,20292,3,2414,2755 -"89182",21682,21138,3,2414,2849 -"89183",21682,21571,2,2414,2755 -"89184",21682,25565,3,2414,2764 -"89185",21682,28626,3,2414,2842 -"89186",21682,31235,3,2414,2668 -"89187",21682,32567,3,2414,2784 -"89188",21682,34735,3,2414,2767 -"89189",21682,36439,3,2414,2469 -"89190",21682,38780,3,2414,2705 -"89191",21682,42216,3,2414,2722 -"89192",21682,43173,3,2414,2895 -"89193",21682,43455,3,2414,2846 -"89194",21682,46950,3,2414,2673 -"89195",21682,46951,3,2414,2429 -"89196",21682,47248,3,2414,2883 -"89197",21682,49110,3,2414,2938 -"89198",21682,50134,3,2414,2674 -"89199",21682,53219,3,2414,2973 -"89200",21682,53323,3,2414,2677 -"89201",21682,66992,3,2414,2882 -"89202",21682,72207,3,2414,2430 -"89203",21682,74636,3,2414,2525 -"89204",21682,76769,3,2414,2601 -"89205",21682,88232,2,2414,2881 -"89206",21684,1702,2,1971,1984 -"89207",21684,1822,3,1971,2888 -"89208",21684,2181,3,1971,2030 -"89209",21684,3271,3,1971,2216 -"89210",21684,3477,1,1971,2546 -"89211",21684,5839,3,1971,2301 -"89212",21684,6063,2,1971,2349 -"89213",21684,8993,3,1971,2099 -"89214",21684,9272,3,1971,2835 -"89215",21684,9503,3,1971,2453 -"89216",21684,12818,3,1971,2015 -"89217",21684,13899,3,1971,2650 -"89218",21684,14252,3,1971,2244 -"89219",21684,14754,3,1971,2456 -"89220",21684,14817,3,1971,2110 -"89221",21684,15023,3,1971,2054 -"89222",21684,17365,3,1971,2746 -"89223",21684,19317,3,1971,2041 -"89224",21684,19934,2,1971,2888 -"89225",21684,20124,3,1971,2376 -"89226",21684,20984,3,1971,2502 -"89227",21684,21815,2,1971,2032 -"89228",21684,23756,3,1971,2309 -"89229",21684,24176,3,1971,1986 -"89230",21684,24923,3,1971,2785 -"89231",21684,28893,3,1971,2764 -"89232",21684,31357,3,1971,2389 -"89233",21684,32339,3,1971,2430 -"89234",21684,32395,3,1971,2735 -"89235",21684,33223,2,1971,2397 -"89236",21684,33470,3,1971,2003 -"89237",21684,34491,3,1971,2694 -"89238",21684,37301,3,1971,2160 -"89239",21684,43226,3,1971,2442 -"89240",21684,43455,3,1971,2846 -"89241",21684,46532,3,1971,2005 -"89242",21684,47595,3,1971,2374 -"89243",21684,48110,3,1971,2009 -"89244",21684,51144,3,1971,2466 -"89245",21684,51843,3,1971,2389 -"89246",21684,51866,3,1971,2411 -"89247",21684,57765,3,1971,2893 -"89248",21684,58508,3,1971,2326 -"89249",21684,69335,3,1971,2698 -"89250",21684,75282,3,1971,2675 -"89251",21684,84317,3,1971,2081 -"89252",21684,88212,3,1971,2547 -"89253",21688,34908,3,2005,2796 -"89254",21693,270,2,2176,2542 -"89255",21693,380,3,2176,2261 -"89256",21693,1102,3,2176,2282 -"89257",21693,2224,3,2176,2751 -"89258",21693,2424,3,2176,2582 -"89259",21693,3271,3,2176,2216 -"89260",21693,3305,3,2176,2839 -"89261",21693,3628,3,2176,2707 -"89262",21693,5235,2,2176,2324 -"89263",21693,6074,3,2176,2426 -"89264",21693,6390,3,2176,2385 -"89265",21693,7616,3,2176,2296 -"89266",21693,8762,2,2176,2585 -"89267",21693,9272,3,2176,2835 -"89268",21693,9311,3,2176,2477 -"89269",21693,9723,3,2176,2302 -"89270",21693,10857,3,2176,2253 -"89271",21693,11218,3,2176,2292 -"89272",21693,11351,3,2176,2971 -"89273",21693,12713,3,2176,2440 -"89274",21693,12728,3,2176,2374 -"89275",21693,13307,3,2176,2206 -"89276",21693,14959,2,2176,2898 -"89277",21693,16310,3,2176,2796 -"89278",21693,17400,3,2176,2231 -"89279",21693,18394,2,2176,2356 -"89280",21693,19248,3,2176,2357 -"89281",21693,19719,3,2176,2177 -"89282",21693,19862,3,2176,2412 -"89283",21693,20124,3,2176,2376 -"89284",21693,21012,3,2176,2325 -"89285",21693,21104,3,2176,2327 -"89286",21693,21138,3,2176,2849 -"89287",21693,21417,3,2176,2422 -"89288",21693,21463,3,2176,2437 -"89289",21693,22197,3,2176,2271 -"89290",21693,22326,1,2176,2818 -"89291",21693,23509,2,2176,2275 -"89292",21693,23725,3,2176,2378 -"89293",21693,25305,1,2176,2447 -"89294",21693,26749,3,2176,2965 -"89295",21693,26848,3,2176,2363 -"89296",21693,27275,3,2176,2656 -"89297",21693,27390,3,2176,2425 -"89298",21693,29073,3,2176,2328 -"89299",21693,29962,2,2176,2201 -"89300",21693,30052,3,2176,2855 -"89301",21693,30173,1,2176,2404 -"89302",21693,32173,3,2176,2341 -"89303",21693,32567,3,2176,2784 -"89304",21693,34836,3,2176,2302 -"89305",21693,35235,3,2176,2610 -"89306",21693,35428,3,2176,2263 -"89307",21693,36136,3,2176,2338 -"89308",21693,36962,3,2176,2861 -"89309",21693,37636,3,2176,2178 -"89310",21693,42216,3,2176,2722 -"89311",21693,43226,3,2176,2442 -"89312",21693,43455,3,2176,2846 -"89313",21693,43518,3,2176,2680 -"89314",21693,46629,3,2176,2255 -"89315",21693,48035,3,2176,2180 -"89316",21693,49110,3,2176,2938 -"89317",21693,49998,3,2176,2761 -"89318",21693,50118,3,2176,2654 -"89319",21693,50236,3,2176,2339 -"89320",21693,51783,3,2176,2599 -"89321",21693,52576,3,2176,2234 -"89322",21693,54551,3,2176,2348 -"89323",21693,55438,3,2176,2863 -"89324",21693,55468,3,2176,2511 -"89325",21693,56082,2,2176,2395 -"89326",21693,56237,3,2176,2625 -"89327",21693,58508,2,2176,2326 -"89328",21693,58684,3,2176,2295 -"89329",21693,59700,3,2176,2346 -"89330",21693,61982,3,2176,2725 -"89331",21693,69335,3,2176,2698 -"89332",21693,70046,3,2176,2624 -"89333",21693,70217,2,2176,2332 -"89334",21693,72207,2,2176,2430 -"89335",21693,73266,3,2176,2496 -"89336",21693,79322,3,2176,2770 -"89337",21693,79804,3,2176,2227 -"89338",21693,101797,2,2176,2357 -"89339",21701,3158,3,1198,2762 -"89340",21701,3272,3,1198,2132 -"89341",21701,4622,3,1198,1589 -"89342",21701,7648,3,1198,1861 -"89343",21701,9273,2,1198,1747 -"89344",21701,10435,2,1198,1984 -"89345",21701,14061,3,1198,1620 -"89346",21701,16184,2,1198,2274 -"89347",21701,17608,3,1198,1216 -"89348",21701,24867,3,1198,1861 -"89349",21701,32904,3,1198,2055 -"89350",21701,35844,3,1198,2961 -"89351",21701,44501,3,1198,2567 -"89352",21701,47094,3,1198,2592 -"89353",21706,307,3,1988,2530 -"89354",21706,312,3,1988,2038 -"89355",21706,1102,3,1988,2282 -"89356",21706,1355,3,1988,2473 -"89357",21706,2684,3,1988,2874 -"89358",21706,3164,3,1988,2693 -"89359",21706,3961,2,1988,2426 -"89360",21706,5041,3,1988,2371 -"89361",21706,5239,3,1988,2875 -"89362",21706,5315,3,1988,2631 -"89363",21706,5429,2,1988,1991 -"89364",21706,5580,3,1988,2111 -"89365",21706,6047,3,1988,2004 -"89366",21706,6055,3,1988,2651 -"89367",21706,6074,3,1988,2426 -"89368",21706,6914,3,1988,2668 -"89369",21706,7013,3,1988,2040 -"89370",21706,7984,3,1988,2493 -"89371",21706,7992,2,1988,2033 -"89372",21706,9311,3,1988,2477 -"89373",21706,9654,3,1988,2111 -"89374",21706,9893,2,1988,2701 -"89375",21706,10358,2,1988,2294 -"89376",21706,10513,3,1988,2284 -"89377",21706,11055,2,1988,2111 -"89378",21706,11218,3,1988,2292 -"89379",21706,11351,3,1988,2971 -"89380",21706,11477,3,1988,2724 -"89381",21706,11620,2,1988,2010 -"89382",21706,13388,3,1988,2119 -"89383",21706,13780,3,1988,2412 -"89384",21706,14032,3,1988,2144 -"89385",21706,14959,3,1988,2898 -"89386",21706,15309,3,1988,2820 -"89387",21706,15433,3,1988,2038 -"89388",21706,15444,3,1988,2764 -"89389",21706,15636,3,1988,2857 -"89390",21706,15716,3,1988,1991 -"89391",21706,16801,3,1988,2008 -"89392",21706,16826,3,1988,2599 -"89393",21706,17027,3,1988,2772 -"89394",21706,17520,3,1988,2276 -"89395",21706,18394,3,1988,2356 -"89396",21706,18874,3,1988,2170 -"89397",21706,19027,3,1988,2721 -"89398",21706,19248,3,1988,2357 -"89399",21706,20067,1,1988,2390 -"89400",21706,20732,3,1988,2401 -"89401",21706,21138,3,1988,2849 -"89402",21706,21406,3,1988,2714 -"89403",21706,23132,3,1988,2756 -"89404",21706,23726,3,1988,2434 -"89405",21706,24753,3,1988,2860 -"89406",21706,24756,3,1988,2530 -"89407",21706,25486,2,1988,2582 -"89408",21706,26249,3,1988,2301 -"89409",21706,27694,3,1988,2030 -"89410",21706,29095,3,1988,2531 -"89411",21706,31307,3,1988,2139 -"89412",21706,32919,3,1988,2321 -"89413",21706,32988,3,1988,2008 -"89414",21706,33801,1,1988,2899 -"89415",21706,35481,2,1988,2211 -"89416",21706,35926,3,1988,2371 -"89417",21706,41664,3,1988,2641 -"89418",21706,42196,3,1988,2765 -"89419",21706,42505,3,1988,2008 -"89420",21706,42574,2,1988,2842 -"89421",21706,44819,3,1988,2063 -"89422",21706,45608,2,1988,2420 -"89423",21706,46803,3,1988,2305 -"89424",21706,47386,3,1988,2226 -"89425",21706,47772,3,1988,2293 -"89426",21706,50382,3,1988,2244 -"89427",21706,51017,3,1988,2073 -"89428",21706,53475,1,1988,2853 -"89429",21706,53519,3,1988,2781 -"89430",21706,54250,3,1988,2340 -"89431",21706,54695,2,1988,2429 -"89432",21706,54929,3,1988,2783 -"89433",21706,58427,2,1988,2234 -"89434",21706,58508,3,1988,2326 -"89435",21706,58993,3,1988,2390 -"89436",21706,59140,3,1988,2528 -"89437",21706,67150,3,1988,2633 -"89438",21706,70203,3,1988,2756 -"89439",21706,71808,3,1988,2349 -"89440",21706,76356,3,1988,2323 -"89441",21706,76398,3,1988,2400 -"89442",21706,91142,3,1988,2527 -"89443",21706,105685,3,1988,2469 -"89444",21719,9362,2,2708,2879 -"89445",21719,15563,3,2708,2719 -"89446",21720,13573,3,2637,2774 -"89447",21720,36574,3,2637,2934 -"89448",21734,2153,3,2528,2675 -"89449",21734,3978,3,2528,2775 -"89450",21734,17549,3,2528,2647 -"89451",21734,38307,3,2528,2648 -"89452",21734,41945,2,2528,2856 -"89453",21734,43455,3,2528,2846 -"89454",21734,44688,3,2528,2924 -"89455",21734,45239,3,2528,2535 -"89456",21741,237,3,1574,1982 -"89457",21741,1897,3,1574,1727 -"89458",21741,2418,2,1574,2020 -"89459",21741,2759,2,1574,2030 -"89460",21741,3152,3,1574,1621 -"89461",21741,4730,1,1574,2131 -"89462",21741,6627,3,1574,2063 -"89463",21741,7269,3,1574,1728 -"89464",21741,7433,1,1574,2255 -"89465",21741,7443,3,1574,2028 -"89466",21741,9716,3,1574,1929 -"89467",21741,10638,3,1574,2692 -"89468",21741,10914,3,1574,1660 -"89469",21741,11136,3,1574,2573 -"89470",21741,11381,3,1574,1638 -"89471",21741,11506,3,1574,2824 -"89472",21741,14626,3,1574,2175 -"89473",21741,14754,3,1574,2456 -"89474",21741,18571,2,1574,2128 -"89475",21741,18943,3,1574,2861 -"89476",21741,20007,3,1574,2971 -"89477",21741,21180,2,1574,2762 -"89478",21741,21463,3,1574,2437 -"89479",21741,27783,3,1574,2302 -"89480",21741,30404,2,1574,1810 -"89481",21741,30442,2,1574,2124 -"89482",21741,31164,3,1574,1996 -"89483",21741,32449,3,1574,2091 -"89484",21741,32582,3,1574,1929 -"89485",21741,34162,2,1574,2336 -"89486",21741,36136,2,1574,2338 -"89487",21741,39105,3,1574,2487 -"89488",21741,41185,3,1574,1929 -"89489",21741,45730,1,1574,2063 -"89490",21741,46951,3,1574,2429 -"89491",21741,47965,3,1574,2232 -"89492",21741,53643,3,1574,1626 -"89493",21741,55604,3,1574,2342 -"89494",21741,55775,2,1574,2385 -"89495",21741,56338,3,1574,1818 -"89496",21741,56673,3,1574,2419 -"89497",21741,60979,3,1574,1758 -"89498",21741,66911,3,1574,1920 -"89499",21741,72426,3,1574,2902 -"89500",21741,76132,2,1574,2426 -"89501",21741,76675,2,1574,1840 -"89502",21741,91631,3,1574,1899 -"89503",21741,104306,3,1574,1665 -"89504",21741,111034,2,1574,2131 -"89505",21741,115155,3,1574,1942 -"89506",21753,4634,3,1838,2291 -"89507",21753,6040,3,1838,2103 -"89508",21753,22932,3,1838,2469 -"89509",21753,47882,3,1838,2769 -"89510",21753,55742,3,1838,2006 -"89511",21753,58711,2,1838,2746 -"89512",21753,67150,3,1838,2633 -"89513",21753,108151,3,1838,2377 -"89514",21754,489,3,1881,2652 -"89515",21754,602,3,1881,2632 -"89516",21754,762,3,1881,2671 -"89517",21754,1321,3,1881,2075 -"89518",21754,1831,2,1881,2397 -"89519",21754,2028,3,1881,1978 -"89520",21754,2224,3,1881,2751 -"89521",21754,3896,3,1881,2693 -"89522",21754,3961,3,1881,2426 -"89523",21754,4289,3,1881,1921 -"89524",21754,4821,3,1881,1938 -"89525",21754,5239,3,1881,2875 -"89526",21754,6982,3,1881,2034 -"89527",21754,7078,3,1881,2344 -"89528",21754,7677,2,1881,2338 -"89529",21754,7984,3,1881,2493 -"89530",21754,8274,3,1881,1909 -"89531",21754,8327,3,1881,2527 -"89532",21754,8821,2,1881,2230 -"89533",21754,9175,3,1881,2639 -"89534",21754,10874,3,1881,1891 -"89535",21754,11329,3,1881,2799 -"89536",21754,13601,3,1881,2689 -"89537",21754,13780,3,1881,2412 -"89538",21754,14103,2,1881,2204 -"89539",21754,14353,3,1881,2878 -"89540",21754,14887,3,1881,2158 -"89541",21754,14943,3,1881,1942 -"89542",21754,15184,3,1881,2396 -"89543",21754,15401,3,1881,1999 -"89544",21754,15560,3,1881,2257 -"89545",21754,18103,3,1881,1968 -"89546",21754,19528,3,1881,2742 -"89547",21754,22311,3,1881,2034 -"89548",21754,25078,2,1881,2312 -"89549",21754,25248,3,1881,1938 -"89550",21754,25569,3,1881,2317 -"89551",21754,26608,3,1881,2329 -"89552",21754,28982,3,1881,2746 -"89553",21754,29899,3,1881,2375 -"89554",21754,30747,3,1881,2455 -"89555",21754,32988,3,1881,2008 -"89556",21754,34693,2,1881,1938 -"89557",21754,34899,3,1881,2565 -"89558",21754,35187,2,1881,2488 -"89559",21754,38227,3,1881,2511 -"89560",21754,38885,3,1881,2720 -"89561",21754,40645,3,1881,1899 -"89562",21754,41682,3,1881,1988 -"89563",21754,42505,3,1881,2008 -"89564",21754,47386,3,1881,2226 -"89565",21754,47812,3,1881,2343 -"89566",21754,47877,3,1881,2970 -"89567",21754,47895,3,1881,2328 -"89568",21754,52892,2,1881,2372 -"89569",21754,53846,3,1881,2737 -"89570",21754,54879,3,1881,2210 -"89571",21754,63030,3,1881,2251 -"89572",21754,65155,3,1881,1947 -"89573",21754,65322,3,1881,2008 -"89574",21754,67957,2,1881,2823 -"89575",21754,86799,3,1881,1951 -"89576",21754,117956,3,1881,2774 -"89577",21755,2418,3,817,2020 -"89578",21755,2852,3,817,2448 -"89579",21755,4289,3,817,1921 -"89580",21755,4669,3,817,2395 -"89581",21755,5912,1,817,2257 -"89582",21755,8029,1,817,1859 -"89583",21755,9950,3,817,920 -"89584",21755,10488,3,817,1524 -"89585",21755,12692,3,817,1855 -"89586",21755,12781,3,817,831 -"89587",21755,13399,2,817,1682 -"89588",21755,14189,3,817,1483 -"89589",21755,14943,3,817,1942 -"89590",21755,15700,3,817,1712 -"89591",21755,16286,3,817,2470 -"89592",21755,16501,3,817,1650 -"89593",21755,16826,3,817,2599 -"89594",21755,17484,1,817,1256 -"89595",21755,17997,2,817,1621 -"89596",21755,18103,3,817,1968 -"89597",21755,18289,3,817,862 -"89598",21755,26867,3,817,1804 -"89599",21755,26959,3,817,1961 -"89600",21755,28784,3,817,1579 -"89601",21755,30325,3,817,1067 -"89602",21755,33341,3,817,2338 -"89603",21755,33572,3,817,2370 -"89604",21755,40028,3,817,1349 -"89605",21755,40432,2,817,1956 -"89606",21755,43213,3,817,2160 -"89607",21755,45869,3,817,2840 -"89608",21755,50236,3,817,2339 -"89609",21755,52136,3,817,1412 -"89610",21755,56082,2,817,2395 -"89611",21755,56807,3,817,1571 -"89612",21755,70736,3,817,1512 -"89613",21755,72207,3,817,2430 -"89614",21755,75403,3,817,1895 -"89615",21755,76143,3,817,1610 -"89616",21755,82301,3,817,1621 -"89617",21755,82929,3,817,2475 -"89618",21755,83140,3,817,1630 -"89619",21758,671,3,1331,2328 -"89620",21758,1592,3,1331,2006 -"89621",21758,1691,3,1331,1941 -"89622",21758,9364,3,1331,1698 -"89623",21758,16332,3,1331,2668 -"89624",21758,20124,3,1331,2376 -"89625",21758,20824,2,1331,1366 -"89626",21758,21122,2,1331,1701 -"89627",21758,23534,3,1331,1659 -"89628",21758,24962,3,1331,2126 -"89629",21758,26749,3,1331,2965 -"89630",21758,29170,3,1331,1846 -"89631",21758,36450,3,1331,1591 -"89632",21758,43385,3,1331,1623 -"89633",21758,46621,3,1331,1343 -"89634",21758,51022,3,1331,1499 -"89635",21758,51987,3,1331,1397 -"89636",21758,57950,3,1331,1529 -"89637",21758,88232,2,1331,2881 -"89638",21758,97915,3,1331,1802 -"89639",21772,601,3,663,702 -"89640",21772,1067,3,663,918 -"89641",21772,3419,1,663,1595 -"89642",21772,4317,3,663,1224 -"89643",21772,5438,3,663,1499 -"89644",21772,7847,3,663,2424 -"89645",21772,8610,3,663,2240 -"89646",21772,8712,3,663,1153 -"89647",21772,9311,3,663,2477 -"89648",21772,10843,3,663,2277 -"89649",21772,14278,3,663,1267 -"89650",21772,16850,3,663,1657 -"89651",21772,18670,3,663,1835 -"89652",21772,19637,3,663,1229 -"89653",21772,20124,3,663,2376 -"89654",21772,22682,3,663,2035 -"89655",21772,23015,3,663,1362 -"89656",21772,23726,3,663,2434 -"89657",21772,23825,2,663,1913 -"89658",21772,28131,3,663,1492 -"89659",21772,29750,3,663,689 -"89660",21772,30150,3,663,1704 -"89661",21772,31705,3,663,2706 -"89662",21772,32606,3,663,2100 -"89663",21772,36514,3,663,1192 -"89664",21772,38055,2,663,1089 -"89665",21772,39875,3,663,2422 -"89666",21772,44074,3,663,1299 -"89667",21772,46803,3,663,2305 -"89668",21772,47248,3,663,2883 -"89669",21772,50946,3,663,1075 -"89670",21772,52597,3,663,1773 -"89671",21772,61975,3,663,983 -"89672",21772,63477,3,663,1907 -"89673",21772,69745,3,663,1594 -"89674",21772,70203,3,663,2756 -"89675",21772,76999,2,663,908 -"89676",21772,79627,3,663,2409 -"89677",21772,87144,3,663,2299 -"89678",21772,105117,3,663,809 -"89679",21772,115078,2,663,697 -"89680",21773,601,3,323,702 -"89681",21773,1427,3,323,324 -"89682",21773,1428,3,323,742 -"89683",21773,3961,3,323,2426 -"89684",21773,10358,3,323,2294 -"89685",21773,11576,3,323,808 -"89686",21773,13967,3,323,1354 -"89687",21773,13979,3,323,1559 -"89688",21773,15207,3,323,1855 -"89689",21773,15990,3,323,593 -"89690",21773,16053,3,323,908 -"89691",21773,19621,3,323,725 -"89692",21773,19637,3,323,1229 -"89693",21773,20067,3,323,2390 -"89694",21773,20732,3,323,2401 -"89695",21773,21566,3,323,1234 -"89696",21773,21706,3,323,1988 -"89697",21773,23726,3,323,2434 -"89698",21773,23869,3,323,1918 -"89699",21773,25486,3,323,2582 -"89700",21773,25680,3,323,1618 -"89701",21773,28130,3,323,908 -"89702",21773,28131,3,323,1492 -"89703",21773,30883,3,323,1629 -"89704",21773,33801,3,323,2899 -"89705",21773,35529,3,323,1620 -"89706",21773,36441,3,323,2796 -"89707",21773,39563,2,323,486 -"89708",21773,46803,3,323,2305 -"89709",21773,50382,3,323,2244 -"89710",21773,53043,3,323,803 -"89711",21773,53475,2,323,2853 -"89712",21773,62148,3,323,1566 -"89713",21773,70996,3,323,1037 -"89714",21773,74681,3,323,837 -"89715",21773,74730,3,323,535 -"89716",21773,76999,3,323,908 -"89717",21773,81463,3,323,955 -"89718",21773,85356,3,323,1492 -"89719",21773,92254,1,323,517 -"89720",21773,100140,3,323,1041 -"89721",21773,100670,3,323,525 -"89722",21773,117679,3,323,535 -"89723",21795,455,2,2653,2827 -"89724",21795,1262,2,2653,2973 -"89725",21795,5120,3,2653,2735 -"89726",21795,10779,3,2653,2881 -"89727",21795,13732,2,2653,2789 -"89728",21795,16195,3,2653,2964 -"89729",21795,17826,3,2653,2920 -"89730",21795,18151,1,2653,2962 -"89731",21795,18366,1,2653,2699 -"89732",21795,19872,2,2653,2913 -"89733",21795,20423,3,2653,2654 -"89734",21795,23132,3,2653,2756 -"89735",21795,26865,2,2653,2726 -"89736",21795,34327,2,2653,2959 -"89737",21795,36962,3,2653,2861 -"89738",21795,47947,3,2653,2681 -"89739",21795,49461,3,2653,2793 -"89740",21795,64997,3,2653,2791 -"89741",21810,1519,3,1579,2349 -"89742",21810,4646,3,1579,2139 -"89743",21810,5106,3,1579,2622 -"89744",21810,5962,3,1579,2491 -"89745",21810,17033,2,1579,2771 -"89746",21810,19073,3,1579,2748 -"89747",21810,19380,3,1579,2637 -"89748",21810,35133,2,1579,2219 -"89749",21810,37036,3,1579,2264 -"89750",21810,43204,3,1579,1680 -"89751",21810,59776,3,1579,2493 -"89752",21810,70583,3,1579,2615 -"89753",21815,3477,2,2032,2546 -"89754",21815,6063,3,2032,2349 -"89755",21815,19934,3,2032,2888 -"89756",21815,33223,3,2032,2397 -"89757",21815,57765,3,2032,2893 -"89758",21832,468,1,1755,1966 -"89759",21832,5816,3,1755,2408 -"89760",21832,12035,3,1755,2721 -"89761",21832,15301,2,1755,2308 -"89762",21832,18808,3,1755,2854 -"89763",21832,21571,3,1755,2755 -"89764",21832,22566,3,1755,2308 -"89765",21832,22905,3,1755,2599 -"89766",21832,24511,3,1755,1871 -"89767",21832,26100,2,1755,1966 -"89768",21832,31251,1,1755,2498 -"89769",21832,53362,3,1755,2360 -"89770",21832,53530,3,1755,2380 -"89771",21832,60672,3,1755,2876 -"89772",21838,3255,3,2106,2504 -"89773",21838,7180,3,2106,2227 -"89774",21838,26249,3,2106,2301 -"89775",21838,39799,2,2106,2344 -"89776",21872,5350,3,2458,2522 -"89777",21872,7759,3,2458,2844 -"89778",21872,24923,3,2458,2785 -"89779",21872,40937,3,2458,2639 -"89780",21872,71982,2,2458,2812 -"89781",21872,78150,3,2458,2581 -"89782",21872,102824,3,2458,2944 -"89783",21883,868,3,195,607 -"89784",21883,8865,3,195,2394 -"89785",21883,9115,3,195,2068 -"89786",21883,9177,3,195,945 -"89787",21883,10336,3,195,2271 -"89788",21883,10350,3,195,1163 -"89789",21883,13051,3,195,2692 -"89790",21883,17257,3,195,1117 -"89791",21883,20049,3,195,877 -"89792",21883,21528,2,195,1807 -"89793",21883,22709,3,195,2743 -"89794",21883,29997,3,195,1789 -"89795",21883,37475,2,195,1509 -"89796",21883,45355,3,195,1450 -"89797",21883,46532,3,195,2005 -"89798",21883,59683,3,195,2068 -"89799",21883,63837,2,195,2807 -"89800",21883,68314,2,195,2180 -"89801",21883,68691,2,195,1209 -"89802",21883,68876,2,195,1397 -"89803",21883,69232,2,195,2130 -"89804",21883,97244,3,195,1316 -"89805",21883,107435,3,195,1635 -"89806",21883,116119,2,195,254 -"89807",21895,862,3,1693,2254 -"89808",21895,3100,3,1693,2524 -"89809",21895,3520,3,1693,2281 -"89810",21895,3786,2,1693,2282 -"89811",21895,9050,3,1693,2026 -"89812",21895,9727,3,1693,2327 -"89813",21895,11135,2,1693,2441 -"89814",21895,12031,3,1693,1957 -"89815",21895,15207,3,1693,1855 -"89816",21895,15502,2,1693,2637 -"89817",21895,19687,3,1693,2072 -"89818",21895,19972,3,1693,2078 -"89819",21895,23639,3,1693,2065 -"89820",21895,34055,3,1693,1881 -"89821",21895,36487,3,1693,2622 -"89822",21895,39577,2,1693,1728 -"89823",21895,40715,3,1693,2258 -"89824",21895,41051,2,1693,2767 -"89825",21895,42628,3,1693,2486 -"89826",21895,45299,3,1693,2426 -"89827",21895,45487,3,1693,2256 -"89828",21895,50635,3,1693,2962 -"89829",21895,55436,3,1693,2513 -"89830",21895,56673,3,1693,2419 -"89831",21895,57067,3,1693,2547 -"89832",21895,61513,2,1693,2948 -"89833",21895,65223,3,1693,2724 -"89834",21895,78552,3,1693,2069 -"89835",21895,100586,3,1693,2966 -"89836",21895,104659,3,1693,2026 -"89837",21898,3164,3,1351,2693 -"89838",21898,6030,3,1351,2953 -"89839",21898,10779,3,1351,2881 -"89840",21898,11966,3,1351,2385 -"89841",21898,15607,3,1351,1421 -"89842",21898,19072,3,1351,2358 -"89843",21898,20292,3,1351,2755 -"89844",21898,21571,3,1351,2755 -"89845",21898,22566,3,1351,2308 -"89846",21898,28050,3,1351,1955 -"89847",21898,28168,2,1351,2702 -"89848",21898,57714,3,1351,1391 -"89849",21898,94500,2,1351,1529 -"89850",21911,669,3,1184,1423 -"89851",21911,671,3,1184,2328 -"89852",21911,675,3,1184,1686 -"89853",21911,733,3,1184,1653 -"89854",21911,1046,3,1184,1881 -"89855",21911,1136,3,1184,2536 -"89856",21911,1897,3,1184,1727 -"89857",21911,2063,3,1184,1278 -"89858",21911,2591,2,1184,1949 -"89859",21911,2743,2,1184,1278 -"89860",21911,3167,3,1184,1676 -"89861",21911,3242,1,1184,1730 -"89862",21911,4084,3,1184,2133 -"89863",21911,4191,3,1184,2130 -"89864",21911,4618,3,1184,2607 -"89865",21911,4687,3,1184,2152 -"89866",21911,4980,2,1184,2093 -"89867",21911,5504,3,1184,2389 -"89868",21911,5725,3,1184,2789 -"89869",21911,5785,3,1184,1261 -"89870",21911,6023,3,1184,2050 -"89871",21911,6577,2,1184,1951 -"89872",21911,7245,3,1184,2089 -"89873",21911,8258,3,1184,1959 -"89874",21911,8621,2,1184,1681 -"89875",21911,10404,2,1184,2062 -"89876",21911,10799,3,1184,2010 -"89877",21911,10859,3,1184,2231 -"89878",21911,10875,3,1184,1234 -"89879",21911,10890,3,1184,2639 -"89880",21911,12096,3,1184,1330 -"89881",21911,14482,3,1184,1573 -"89882",21911,15343,3,1184,2125 -"89883",21911,15539,3,1184,1929 -"89884",21911,16365,3,1184,2217 -"89885",21911,17357,2,1184,1536 -"89886",21911,18415,3,1184,2184 -"89887",21911,19516,3,1184,2313 -"89888",21911,20563,2,1184,2267 -"89889",21911,20824,3,1184,1366 -"89890",21911,21122,3,1184,1701 -"89891",21911,21401,3,1184,1440 -"89892",21911,22884,3,1184,1608 -"89893",21911,23704,2,1184,2278 -"89894",21911,23918,3,1184,1881 -"89895",21911,25341,3,1184,1858 -"89896",21911,25643,3,1184,1646 -"89897",21911,26282,3,1184,1241 -"89898",21911,26436,2,1184,2489 -"89899",21911,26516,2,1184,2479 -"89900",21911,27753,2,1184,2750 -"89901",21911,28635,3,1184,2368 -"89902",21911,28892,3,1184,2023 -"89903",21911,30438,1,1184,1617 -"89904",21911,31000,2,1184,1526 -"89905",21911,31243,1,1184,1355 -"89906",21911,31799,3,1184,2547 -"89907",21911,32988,3,1184,2008 -"89908",21911,33010,3,1184,2189 -"89909",21911,33621,3,1184,1319 -"89910",21911,34216,3,1184,2832 -"89911",21911,34492,1,1184,1798 -"89912",21911,37418,3,1184,2710 -"89913",21911,38449,2,1184,1802 -"89914",21911,40293,3,1184,1671 -"89915",21911,41402,3,1184,2313 -"89916",21911,42722,3,1184,2368 -"89917",21911,42747,2,1184,1189 -"89918",21911,45715,1,1184,2287 -"89919",21911,45903,3,1184,2237 -"89920",21911,49144,3,1184,1542 -"89921",21911,49189,3,1184,1550 -"89922",21911,51022,3,1184,1499 -"89923",21911,51157,3,1184,2319 -"89924",21911,51410,2,1184,2739 -"89925",21911,51987,2,1184,1397 -"89926",21911,54740,3,1184,2750 -"89927",21911,55828,3,1184,2393 -"89928",21911,56171,3,1184,1524 -"89929",21911,57609,3,1184,2717 -"89930",21911,57977,3,1184,2683 -"89931",21911,58035,2,1184,1646 -"89932",21911,59700,3,1184,2346 -"89933",21911,60867,3,1184,2689 -"89934",21911,62148,3,1184,1566 -"89935",21911,64031,3,1184,1295 -"89936",21911,64793,3,1184,2819 -"89937",21911,64997,3,1184,2791 -"89938",21911,71478,3,1184,1721 -"89939",21911,74095,3,1184,2333 -"89940",21911,77001,2,1184,1440 -"89941",21911,80678,3,1184,1595 -"89942",21911,81813,3,1184,1656 -"89943",21911,82426,3,1184,1576 -"89944",21911,82454,3,1184,1266 -"89945",21911,82767,3,1184,1641 -"89946",21911,83526,3,1184,1235 -"89947",21911,89958,3,1184,1186 -"89948",21911,97915,3,1184,1802 -"89949",21911,99103,3,1184,1470 -"89950",21920,2724,3,2367,2447 -"89951",21920,4784,3,2367,2511 -"89952",21920,16866,3,2367,2718 -"89953",21920,21142,1,2367,2414 -"89954",21920,48931,3,2367,2444 -"89955",21920,53293,3,2367,2916 -"89956",21920,64737,1,2367,2442 -"89957",21929,270,3,2062,2542 -"89958",21929,380,3,2062,2261 -"89959",21929,701,3,2062,2718 -"89960",21929,854,3,2062,2307 -"89961",21929,913,3,2062,2144 -"89962",21929,997,3,2062,2788 -"89963",21929,1102,2,2062,2282 -"89964",21929,1367,3,2062,2176 -"89965",21929,2424,3,2062,2582 -"89966",21929,2572,2,2062,2273 -"89967",21929,2747,3,2062,2411 -"89968",21929,2954,3,2062,2727 -"89969",21929,3305,3,2062,2839 -"89970",21929,3966,3,2062,2425 -"89971",21929,4687,3,2062,2152 -"89972",21929,4953,3,2062,2285 -"89973",21929,5235,3,2062,2324 -"89974",21929,5350,3,2062,2522 -"89975",21929,5580,1,2062,2111 -"89976",21929,6074,2,2062,2426 -"89977",21929,6192,3,2062,2409 -"89978",21929,6363,2,2062,2066 -"89979",21929,7245,3,2062,2089 -"89980",21929,8681,3,2062,2716 -"89981",21929,8762,3,2062,2585 -"89982",21929,9362,3,2062,2879 -"89983",21929,9654,1,2062,2111 -"89984",21929,10029,3,2062,2718 -"89985",21929,10513,3,2062,2284 -"89986",21929,12528,3,2062,2589 -"89987",21929,12976,3,2062,2399 -"89988",21929,13307,3,2062,2206 -"89989",21929,13985,3,2062,2484 -"89990",21929,14032,3,2062,2144 -"89991",21929,14252,2,2062,2244 -"89992",21929,14652,3,2062,2516 -"89993",21929,14834,3,2062,2739 -"89994",21929,15301,3,2062,2308 -"89995",21929,15315,3,2062,2173 -"89996",21929,16067,3,2062,2727 -"89997",21929,17365,2,2062,2746 -"89998",21929,18394,3,2062,2356 -"89999",21929,18415,3,2062,2184 -"90000",21929,19208,3,2062,2629 -"90001",21929,19248,3,2062,2357 -"90002",21929,19719,3,2062,2177 -"90003",21929,19862,2,2062,2412 -"90004",21929,21012,3,2062,2325 -"90005",21929,21138,3,2062,2849 -"90006",21929,21571,3,2062,2755 -"90007",21929,21682,2,2062,2414 -"90008",21929,23011,2,2062,2763 -"90009",21929,24060,3,2062,2349 -"90010",21929,24253,3,2062,2213 -"90011",21929,24448,3,2062,2289 -"90012",21929,24721,3,2062,2326 -"90013",21929,25816,3,2062,2088 -"90014",21929,25985,2,2062,2071 -"90015",21929,26721,3,2062,2586 -"90016",21929,27275,3,2062,2656 -"90017",21929,27390,3,2062,2425 -"90018",21929,29310,3,2062,2358 -"90019",21929,29930,3,2062,2240 -"90020",21929,30052,3,2062,2855 -"90021",21929,30334,3,2062,2075 -"90022",21929,30827,3,2062,2323 -"90023",21929,30943,3,2062,2287 -"90024",21929,31124,3,2062,2351 -"90025",21929,31235,3,2062,2668 -"90026",21929,31307,3,2062,2139 -"90027",21929,32939,3,2062,2277 -"90028",21929,32965,3,2062,2071 -"90029",21929,33430,3,2062,2225 -"90030",21929,33475,2,2062,2367 -"90031",21929,33672,3,2062,2396 -"90032",21929,37636,3,2062,2178 -"90033",21929,38307,3,2062,2648 -"90034",21929,39535,3,2062,2428 -"90035",21929,41945,3,2062,2856 -"90036",21929,42129,3,2062,2318 -"90037",21929,42216,2,2062,2722 -"90038",21929,42280,3,2062,2266 -"90039",21929,42642,3,2062,2257 -"90040",21929,43455,2,2062,2846 -"90041",21929,43796,3,2062,2476 -"90042",21929,45302,1,2062,2390 -"90043",21929,46629,3,2062,2255 -"90044",21929,46803,3,2062,2305 -"90045",21929,46950,3,2062,2673 -"90046",21929,47248,3,2062,2883 -"90047",21929,48035,3,2062,2180 -"90048",21929,48571,3,2062,2717 -"90049",21929,49110,2,2062,2938 -"90050",21929,50134,3,2062,2674 -"90051",21929,50179,3,2062,2230 -"90052",21929,50785,3,2062,2877 -"90053",21929,51017,2,2062,2073 -"90054",21929,51035,2,2062,2397 -"90055",21929,51041,3,2062,2606 -"90056",21929,51783,3,2062,2599 -"90057",21929,51866,1,2062,2411 -"90058",21929,52003,3,2062,2067 -"90059",21929,53219,2,2062,2973 -"90060",21929,53323,3,2062,2677 -"90061",21929,56082,3,2062,2395 -"90062",21929,57804,3,2062,2214 -"90063",21929,57969,3,2062,2755 -"90064",21929,58508,3,2062,2326 -"90065",21929,61982,3,2062,2725 -"90066",21929,63641,3,2062,2337 -"90067",21929,66983,3,2062,2397 -"90068",21929,66992,3,2062,2882 -"90069",21929,67652,3,2062,2736 -"90070",21929,67726,2,2062,2873 -"90071",21929,69716,3,2062,2632 -"90072",21929,72207,3,2062,2430 -"90073",21929,76769,3,2062,2601 -"90074",21929,80825,3,2062,2315 -"90075",21929,99860,2,2062,2071 -"90076",21942,18821,3,2041,2075 -"90077",21942,19048,3,2041,2180 -"90078",21942,40138,3,2041,2719 -"90079",21950,3409,3,1892,2167 -"90080",21950,5610,3,1892,2223 -"90081",21950,6192,3,1892,2409 -"90082",21950,7406,3,1892,1906 -"90083",21950,7616,3,1892,2296 -"90084",21950,12388,3,1892,1975 -"90085",21950,13324,3,1892,2163 -"90086",21950,16539,3,1892,1947 -"90087",21950,19208,3,1892,2629 -"90088",21950,19605,3,1892,2395 -"90089",21950,22292,2,1892,1910 -"90090",21950,23460,2,1892,2183 -"90091",21950,25030,2,1892,2017 -"90092",21950,25985,3,1892,2071 -"90093",21950,29454,3,1892,2719 -"90094",21950,41764,3,1892,2409 -"90095",21950,42129,3,1892,2318 -"90096",21950,49334,3,1892,2433 -"90097",21950,50480,3,1892,2701 -"90098",21950,56854,3,1892,2022 -"90099",21950,63477,3,1892,1907 -"90100",21955,11351,3,2832,2971 -"90101",21960,9362,3,1517,2879 -"90102",21960,10310,2,1517,2774 -"90103",21960,11493,3,1517,2077 -"90104",21960,20874,3,1517,1580 -"90105",21960,44894,3,1517,2048 -"90106",21960,47789,3,1517,1583 -"90107",21960,79653,3,1517,2683 -"90108",21976,3100,1,1808,2524 -"90109",21976,3786,3,1808,2282 -"90110",21976,4313,3,1808,2368 -"90111",21976,6248,3,1808,2737 -"90112",21976,11135,2,1808,2441 -"90113",21976,12031,3,1808,1957 -"90114",21976,15502,3,1808,2637 -"90115",21976,19687,2,1808,2072 -"90116",21976,20056,3,1808,1824 -"90117",21976,23639,3,1808,2065 -"90118",21976,45487,3,1808,2256 -"90119",21976,47330,3,1808,2422 -"90120",21976,47827,3,1808,1957 -"90121",21976,49147,3,1808,2539 -"90122",21976,55436,2,1808,2513 -"90123",21976,56673,3,1808,2419 -"90124",21976,65223,1,1808,2724 -"90125",21976,100586,3,1808,2966 -"90126",21976,105190,3,1808,2839 -"90127",21976,116792,3,1808,2397 -"90128",22006,313,3,1202,2271 -"90129",22006,377,2,1202,2389 -"90130",22006,499,3,1202,1931 -"90131",22006,543,2,1202,2203 -"90132",22006,613,3,1202,2687 -"90133",22006,1036,3,1202,1367 -"90134",22006,1046,3,1202,1881 -"90135",22006,1124,3,1202,1596 -"90136",22006,1136,3,1202,2536 -"90137",22006,1151,2,1202,2885 -"90138",22006,1367,3,1202,2176 -"90139",22006,1495,3,1202,2046 -"90140",22006,1616,2,1202,2662 -"90141",22006,1777,1,1202,1965 -"90142",22006,2036,2,1202,2483 -"90143",22006,2224,3,1202,2751 -"90144",22006,2484,2,1202,2389 -"90145",22006,2743,3,1202,1278 -"90146",22006,2754,2,1202,1360 -"90147",22006,3088,2,1202,1670 -"90148",22006,3161,3,1202,2229 -"90149",22006,3167,3,1202,1676 -"90150",22006,3242,3,1202,1730 -"90151",22006,3753,3,1202,1255 -"90152",22006,3830,1,1202,1661 -"90153",22006,3878,3,1202,1890 -"90154",22006,3978,3,1202,2775 -"90155",22006,4057,2,1202,2389 -"90156",22006,4191,3,1202,2130 -"90157",22006,4226,2,1202,1903 -"90158",22006,4303,3,1202,2414 -"90159",22006,4618,3,1202,2607 -"90160",22006,4701,2,1202,2401 -"90161",22006,4723,3,1202,1314 -"90162",22006,5078,2,1202,2033 -"90163",22006,5457,2,1202,2077 -"90164",22006,5462,1,1202,2374 -"90165",22006,5504,1,1202,2389 -"90166",22006,6428,3,1202,1952 -"90167",22006,6491,2,1202,2424 -"90168",22006,7241,3,1202,2259 -"90169",22006,7323,2,1202,2858 -"90170",22006,8229,3,1202,1241 -"90171",22006,8533,3,1202,2251 -"90172",22006,8621,2,1202,1681 -"90173",22006,8760,3,1202,2477 -"90174",22006,8866,3,1202,1545 -"90175",22006,9332,3,1202,2734 -"90176",22006,9362,3,1202,2879 -"90177",22006,9432,3,1202,1693 -"90178",22006,11620,3,1202,2010 -"90179",22006,11639,3,1202,1593 -"90180",22006,11875,3,1202,1526 -"90181",22006,12199,3,1202,1651 -"90182",22006,12374,2,1202,2260 -"90183",22006,12713,2,1202,2440 -"90184",22006,12728,3,1202,2374 -"90185",22006,12901,3,1202,2136 -"90186",22006,13945,3,1202,1324 -"90187",22006,14189,3,1202,1483 -"90188",22006,14767,3,1202,2068 -"90189",22006,15184,3,1202,2396 -"90190",22006,15299,3,1202,2213 -"90191",22006,15539,1,1202,1929 -"90192",22006,16587,3,1202,2065 -"90193",22006,17230,3,1202,1965 -"90194",22006,17410,3,1202,2073 -"90195",22006,17520,3,1202,2276 -"90196",22006,18151,3,1202,2962 -"90197",22006,18381,3,1202,1524 -"90198",22006,18554,3,1202,2065 -"90199",22006,19027,3,1202,2721 -"90200",22006,19208,3,1202,2629 -"90201",22006,19606,1,1202,2783 -"90202",22006,19637,3,1202,1229 -"90203",22006,20311,2,1202,1981 -"90204",22006,20563,3,1202,2267 -"90205",22006,20659,3,1202,1969 -"90206",22006,20700,3,1202,2861 -"90207",22006,21104,3,1202,2327 -"90208",22006,21122,3,1202,1701 -"90209",22006,21197,3,1202,1437 -"90210",22006,22749,1,1202,1727 -"90211",22006,23508,3,1202,1907 -"90212",22006,23509,3,1202,2275 -"90213",22006,23534,3,1202,1659 -"90214",22006,23751,3,1202,1740 -"90215",22006,24362,3,1202,1287 -"90216",22006,25198,3,1202,1982 -"90217",22006,25341,3,1202,1858 -"90218",22006,25373,3,1202,2783 -"90219",22006,25643,3,1202,1646 -"90220",22006,26282,3,1202,1241 -"90221",22006,26451,2,1202,2133 -"90222",22006,26516,3,1202,2479 -"90223",22006,27478,3,1202,2485 -"90224",22006,27628,3,1202,2389 -"90225",22006,27792,3,1202,1308 -"90226",22006,27849,2,1202,1316 -"90227",22006,28216,2,1202,1910 -"90228",22006,28233,2,1202,1608 -"90229",22006,28303,3,1202,2089 -"90230",22006,29073,2,1202,2328 -"90231",22006,29170,3,1202,1846 -"90232",22006,29258,3,1202,1932 -"90233",22006,29314,3,1202,2736 -"90234",22006,30119,3,1202,1961 -"90235",22006,31235,3,1202,2668 -"90236",22006,31530,3,1202,1661 -"90237",22006,31691,3,1202,1657 -"90238",22006,31799,2,1202,2547 -"90239",22006,32516,3,1202,2050 -"90240",22006,32606,3,1202,2100 -"90241",22006,33801,3,1202,2899 -"90242",22006,34136,3,1202,2202 -"90243",22006,35256,2,1202,2271 -"90244",22006,35514,3,1202,2346 -"90245",22006,37418,3,1202,2710 -"90246",22006,37570,2,1202,2389 -"90247",22006,38921,3,1202,1880 -"90248",22006,39444,3,1202,2695 -"90249",22006,39548,3,1202,2389 -"90250",22006,40293,3,1202,1671 -"90251",22006,40369,3,1202,2735 -"90252",22006,41278,2,1202,1873 -"90253",22006,41664,3,1202,2641 -"90254",22006,41682,3,1202,1988 -"90255",22006,41747,3,1202,1722 -"90256",22006,41872,3,1202,2974 -"90257",22006,42264,3,1202,1702 -"90258",22006,43385,3,1202,1623 -"90259",22006,43518,2,1202,2680 -"90260",22006,46680,2,1202,1690 -"90261",22006,47445,3,1202,2668 -"90262",22006,48698,3,1202,1474 -"90263",22006,49965,3,1202,2301 -"90264",22006,50118,3,1202,2654 -"90265",22006,50252,3,1202,2001 -"90266",22006,50372,3,1202,1834 -"90267",22006,50685,3,1202,2008 -"90268",22006,53031,3,1202,2065 -"90269",22006,53851,3,1202,2305 -"90270",22006,55468,3,1202,2511 -"90271",22006,55556,2,1202,2075 -"90272",22006,55828,3,1202,2393 -"90273",22006,57077,3,1202,1885 -"90274",22006,57360,3,1202,2429 -"90275",22006,57544,3,1202,2443 -"90276",22006,57950,2,1202,1529 -"90277",22006,57977,2,1202,2683 -"90278",22006,58035,3,1202,1646 -"90279",22006,58133,2,1202,1484 -"90280",22006,58652,3,1202,1437 -"90281",22006,63770,3,1202,1324 -"90282",22006,64031,3,1202,1295 -"90283",22006,64967,3,1202,2872 -"90284",22006,64997,3,1202,2791 -"90285",22006,65029,3,1202,2954 -"90286",22006,67222,3,1202,1332 -"90287",22006,67748,3,1202,1498 -"90288",22006,70046,2,1202,2624 -"90289",22006,71478,2,1202,1721 -"90290",22006,72207,3,1202,2430 -"90291",22006,72334,3,1202,2820 -"90292",22006,76333,3,1202,1586 -"90293",22006,77424,3,1202,1489 -"90294",22006,80429,2,1202,1927 -"90295",22006,80678,3,1202,1595 -"90296",22006,81588,3,1202,1568 -"90297",22006,82426,3,1202,1576 -"90298",22006,82767,3,1202,1641 -"90299",22006,85430,2,1202,2370 -"90300",22006,86245,3,1202,1972 -"90301",22006,91570,3,1202,2229 -"90302",22006,93615,3,1202,2386 -"90303",22006,98781,3,1202,1410 -"90304",22006,99020,3,1202,1383 -"90305",22006,105795,3,1202,1265 -"90306",22006,107649,3,1202,1573 -"90307",22006,108379,3,1202,2933 -"90308",22006,108867,3,1202,2328 -"90309",22009,59677,3,581,1174 -"90310",22011,472,3,885,964 -"90311",22011,7196,3,885,1508 -"90312",22011,7984,3,885,2493 -"90313",22011,8913,3,885,968 -"90314",22011,14943,2,885,1942 -"90315",22011,15401,3,885,1999 -"90316",22011,16801,3,885,2008 -"90317",22011,20311,3,885,1981 -"90318",22011,25271,3,885,1172 -"90319",22011,32988,3,885,2008 -"90320",22011,33801,3,885,2899 -"90321",22011,38219,2,885,1689 -"90322",22011,40432,3,885,1956 -"90323",22011,42505,3,885,2008 -"90324",22011,51319,3,885,2488 -"90325",22011,52471,3,885,2483 -"90326",22011,65155,3,885,1947 -"90327",22011,65203,3,885,1597 -"90328",22011,65322,3,885,2008 -"90329",22011,76511,3,885,1250 -"90330",22011,78150,3,885,2581 -"90331",22011,79567,3,885,1942 -"90332",22011,85875,2,885,957 -"90333",22011,96352,3,885,1493 -"90334",22011,97160,3,885,1215 -"90335",22022,44759,1,1540,2419 -"90336",22025,854,3,1591,2307 -"90337",22025,2484,3,1591,2389 -"90338",22025,3068,2,1591,1815 -"90339",22025,3886,3,1591,1669 -"90340",22025,4226,2,1591,1903 -"90341",22025,4504,3,1591,1905 -"90342",22025,6491,3,1591,2424 -"90343",22025,9423,3,1591,1708 -"90344",22025,12081,3,1591,2166 -"90345",22025,12388,3,1591,1975 -"90346",22025,12729,3,1591,1835 -"90347",22025,13899,2,1591,2650 -"90348",22025,15444,3,1591,2764 -"90349",22025,15539,3,1591,1929 -"90350",22025,17351,3,1591,2036 -"90351",22025,18670,3,1591,1835 -"90352",22025,19282,3,1591,1623 -"90353",22025,19317,2,1591,2041 -"90354",22025,19380,3,1591,2637 -"90355",22025,21275,1,1591,2609 -"90356",22025,22682,3,1591,2035 -"90357",22025,24256,3,1591,2393 -"90358",22025,26451,3,1591,2133 -"90359",22025,26818,3,1591,1999 -"90360",22025,29512,3,1591,1594 -"90361",22025,31705,3,1591,2706 -"90362",22025,34216,3,1591,2832 -"90363",22025,43518,3,1591,2680 -"90364",22025,48823,3,1591,2080 -"90365",22025,58164,2,1591,2398 -"90366",22025,58451,3,1591,1939 -"90367",22025,61242,3,1591,1650 -"90368",22025,70046,3,1591,2624 -"90369",22025,77077,3,1591,2693 -"90370",22025,95879,3,1591,1748 -"90371",22033,2028,3,1356,1978 -"90372",22033,2289,3,1356,2389 -"90373",22033,2972,3,1356,1708 -"90374",22033,3352,3,1356,1707 -"90375",22033,4226,3,1356,1903 -"90376",22033,5610,3,1356,2223 -"90377",22033,15636,2,1356,2857 -"90378",22033,16111,3,1356,1714 -"90379",22033,23787,2,1356,2810 -"90380",22033,26451,3,1356,2133 -"90381",22033,29095,3,1356,2531 -"90382",22033,32047,3,1356,1858 -"90383",22033,35529,3,1356,1620 -"90384",22033,39556,2,1356,2747 -"90385",22033,50001,2,1356,1518 -"90386",22033,50269,3,1356,1966 -"90387",22033,57732,3,1356,2454 -"90388",22033,59868,3,1356,1637 -"90389",22033,67957,3,1356,2823 -"90390",22033,68831,3,1356,1446 -"90391",22033,70613,2,1356,1724 -"90392",22033,80996,3,1356,1501 -"90393",22033,94138,3,1356,1939 -"90394",22050,360,3,966,1671 -"90395",22050,15005,3,966,1415 -"90396",22050,16587,3,966,2065 -"90397",22050,18554,3,966,2065 -"90398",22050,18615,3,966,1025 -"90399",22050,37873,3,966,1288 -"90400",22050,43135,3,966,1171 -"90401",22050,51810,3,966,1401 -"90402",22050,75948,3,966,1006 -"90403",22050,77424,3,966,1489 -"90404",22050,93933,3,966,1336 -"90405",22057,14,3,974,1793 -"90406",22057,145,3,974,1998 -"90407",22057,160,3,974,2007 -"90408",22057,377,3,974,2389 -"90409",22057,380,3,974,2261 -"90410",22057,543,3,974,2203 -"90411",22057,854,2,974,2307 -"90412",22057,1034,3,974,1438 -"90413",22057,1102,3,974,2282 -"90414",22057,1151,3,974,2885 -"90415",22057,1175,3,974,1642 -"90416",22057,1616,3,974,2662 -"90417",22057,1641,3,974,1490 -"90418",22057,1767,3,974,2727 -"90419",22057,2337,3,974,1697 -"90420",22057,2484,2,974,2389 -"90421",22057,2894,3,974,1291 -"90422",22057,3068,1,974,1815 -"90423",22057,3161,3,974,2229 -"90424",22057,3477,3,974,2546 -"90425",22057,3886,2,974,1669 -"90426",22057,3947,3,974,2067 -"90427",22057,3978,3,974,2775 -"90428",22057,3980,3,974,2771 -"90429",22057,4226,3,974,1903 -"90430",22057,4504,3,974,1905 -"90431",22057,4784,3,974,2511 -"90432",22057,4929,3,974,2240 -"90433",22057,5504,3,974,2389 -"90434",22057,5615,3,974,1105 -"90435",22057,6020,3,974,1864 -"90436",22057,6063,3,974,2349 -"90437",22057,6324,3,974,1990 -"90438",22057,6821,3,974,1788 -"90439",22057,7323,3,974,2858 -"90440",22057,7616,3,974,2296 -"90441",22057,8238,3,974,2222 -"90442",22057,8842,3,974,2535 -"90443",22057,9331,3,974,2269 -"90444",22057,9423,2,974,1708 -"90445",22057,9440,3,974,1006 -"90446",22057,11625,3,974,2022 -"90447",22057,12081,2,974,2166 -"90448",22057,12388,3,974,1975 -"90449",22057,12729,2,974,1835 -"90450",22057,13158,3,974,2667 -"90451",22057,13899,2,974,2650 -"90452",22057,14328,3,974,1725 -"90453",22057,14655,3,974,2559 -"90454",22057,14918,3,974,2071 -"90455",22057,15008,3,974,2338 -"90456",22057,15106,3,974,2286 -"90457",22057,15235,3,974,1045 -"90458",22057,15444,3,974,2764 -"90459",22057,15729,3,974,2338 -"90460",22057,16850,3,974,1657 -"90461",22057,17351,2,974,2036 -"90462",22057,17367,3,974,2427 -"90463",22057,17520,3,974,2276 -"90464",22057,17549,3,974,2647 -"90465",22057,17632,3,974,1947 -"90466",22057,17867,3,974,1904 -"90467",22057,17938,3,974,1410 -"90468",22057,17943,3,974,1943 -"90469",22057,18011,3,974,1636 -"90470",22057,18165,3,974,2085 -"90471",22057,18217,3,974,1566 -"90472",22057,18670,2,974,1835 -"90473",22057,19069,1,974,988 -"90474",22057,19282,2,974,1623 -"90475",22057,19317,1,974,2041 -"90476",22057,19606,3,974,2783 -"90477",22057,20331,3,974,2365 -"90478",22057,20700,3,974,2861 -"90479",22057,20732,3,974,2401 -"90480",22057,21079,3,974,1997 -"90481",22057,21275,2,974,2609 -"90482",22057,21358,3,974,1970 -"90483",22057,22025,1,974,1591 -"90484",22057,22682,2,974,2035 -"90485",22057,23268,3,974,2258 -"90486",22057,23726,3,974,2434 -"90487",22057,24256,2,974,2393 -"90488",22057,26234,3,974,2183 -"90489",22057,27195,3,974,2158 -"90490",22057,27642,3,974,1531 -"90491",22057,27796,3,974,2151 -"90492",22057,28648,3,974,1586 -"90493",22057,29089,3,974,1344 -"90494",22057,29289,3,974,1756 -"90495",22057,29512,2,974,1594 -"90496",22057,29884,1,974,1239 -"90497",22057,29930,3,974,2240 -"90498",22057,30092,3,974,1593 -"90499",22057,30236,3,974,2238 -"90500",22057,30798,2,974,1398 -"90501",22057,30827,3,974,2323 -"90502",22057,30850,2,974,1045 -"90503",22057,31159,3,974,2231 -"90504",22057,31705,2,974,2706 -"90505",22057,31890,3,974,1487 -"90506",22057,31901,3,974,1251 -"90507",22057,33223,3,974,2397 -"90508",22057,33285,3,974,1327 -"90509",22057,34274,3,974,1437 -"90510",22057,35045,3,974,1646 -"90511",22057,35256,3,974,2271 -"90512",22057,35360,3,974,2043 -"90513",22057,37301,3,974,2160 -"90514",22057,37570,3,974,2389 -"90515",22057,37752,3,974,2223 -"90516",22057,38307,3,974,2648 -"90517",22057,38732,3,974,2263 -"90518",22057,38921,3,974,1880 -"90519",22057,39906,3,974,2365 -"90520",22057,40542,3,974,1664 -"90521",22057,40565,3,974,2115 -"90522",22057,41682,3,974,1988 -"90523",22057,41900,3,974,1970 -"90524",22057,41945,3,974,2856 -"90525",22057,42175,3,974,1594 -"90526",22057,42216,3,974,2722 -"90527",22057,42264,3,974,1702 -"90528",22057,42837,3,974,1096 -"90529",22057,42864,3,974,1151 -"90530",22057,43404,3,974,2649 -"90531",22057,44688,3,974,2924 -"90532",22057,45297,3,974,1864 -"90533",22057,45450,3,974,1590 -"90534",22057,45545,3,974,1776 -"90535",22057,46042,3,974,1692 -"90536",22057,47803,3,974,2477 -"90537",22057,48823,2,974,2080 -"90538",22057,49470,3,974,1528 -"90539",22057,50113,3,974,2059 -"90540",22057,50252,3,974,2001 -"90541",22057,52597,3,974,1773 -"90542",22057,53219,3,974,2973 -"90543",22057,53830,3,974,1307 -"90544",22057,55084,2,974,1189 -"90545",22057,58164,2,974,2398 -"90546",22057,61242,2,974,1650 -"90547",22057,61975,3,974,983 -"90548",22057,63477,3,974,1907 -"90549",22057,66756,3,974,1301 -"90550",22057,67748,3,974,1498 -"90551",22057,70573,3,974,1993 -"90552",22057,77077,2,974,2693 -"90553",22057,77550,3,974,1548 -"90554",22057,80764,3,974,1808 -"90555",22057,80979,3,974,1142 -"90556",22057,82009,3,974,1020 -"90557",22057,82187,2,974,1055 -"90558",22057,83218,2,974,1537 -"90559",22057,88063,2,974,1045 -"90560",22057,93642,3,974,1120 -"90561",22057,94520,3,974,1243 -"90562",22057,95879,2,974,1748 -"90563",22057,97768,3,974,1500 -"90564",22057,99940,3,974,2884 -"90565",22080,36862,2,2436,2655 -"90566",22108,17826,3,1915,2920 -"90567",22108,27478,3,1915,2485 -"90568",22108,53031,3,1915,2065 -"90569",22108,57781,1,1915,1971 -"90570",22108,57977,3,1915,2683 -"90571",22108,68098,3,1915,2378 -"90572",22130,42,3,146,2265 -"90573",22130,288,3,146,947 -"90574",22130,313,2,146,2271 -"90575",22130,362,3,146,2537 -"90576",22130,377,2,146,2389 -"90577",22130,380,3,146,2261 -"90578",22130,499,2,146,1931 -"90579",22130,543,1,146,2203 -"90580",22130,613,3,146,2687 -"90581",22130,854,3,146,2307 -"90582",22130,868,3,146,607 -"90583",22130,1044,3,146,880 -"90584",22130,1046,3,146,1881 -"90585",22130,1090,3,146,2370 -"90586",22130,1102,3,146,2282 -"90587",22130,1151,2,146,2885 -"90588",22130,1469,3,146,1160 -"90589",22130,1495,2,146,2046 -"90590",22130,1616,1,146,2662 -"90591",22130,1676,3,146,1198 -"90592",22130,1777,2,146,1965 -"90593",22130,1938,3,146,997 -"90594",22130,2036,2,146,2483 -"90595",22130,2057,3,146,1965 -"90596",22130,2166,3,146,2557 -"90597",22130,2224,3,146,2751 -"90598",22130,2424,3,146,2582 -"90599",22130,2484,1,146,2389 -"90600",22130,2754,2,146,1360 -"90601",22130,2766,3,146,1920 -"90602",22130,2894,3,146,1291 -"90603",22130,3088,2,146,1670 -"90604",22130,3161,1,146,2229 -"90605",22130,3242,3,146,1730 -"90606",22130,3488,3,146,2351 -"90607",22130,3830,2,146,1661 -"90608",22130,3853,3,146,2465 -"90609",22130,3878,2,146,1890 -"90610",22130,3947,3,146,2067 -"90611",22130,4057,2,146,2389 -"90612",22130,4763,3,146,1960 -"90613",22130,5078,2,146,2033 -"90614",22130,5235,3,146,2324 -"90615",22130,5296,3,146,820 -"90616",22130,5457,2,146,2077 -"90617",22130,5462,1,146,2374 -"90618",22130,5504,1,146,2389 -"90619",22130,5864,3,146,1197 -"90620",22130,6222,3,146,1949 -"90621",22130,7323,2,146,2858 -"90622",22130,7992,3,146,2033 -"90623",22130,8229,3,146,1241 -"90624",22130,8513,3,146,875 -"90625",22130,8533,3,146,2251 -"90626",22130,8604,3,146,2799 -"90627",22130,8621,2,146,1681 -"90628",22130,8760,2,146,2477 -"90629",22130,8791,3,146,1789 -"90630",22130,8866,3,146,1545 -"90631",22130,9311,2,146,2477 -"90632",22130,9332,3,146,2734 -"90633",22130,9362,3,146,2879 -"90634",22130,9432,3,146,1693 -"90635",22130,10279,3,146,886 -"90636",22130,10799,3,146,2010 -"90637",22130,10843,3,146,2277 -"90638",22130,10874,3,146,1891 -"90639",22130,11694,3,146,1564 -"90640",22130,12067,3,146,1213 -"90641",22130,12199,3,146,1651 -"90642",22130,12713,1,146,2440 -"90643",22130,12778,3,146,2045 -"90644",22130,12887,3,146,433 -"90645",22130,13012,3,146,875 -"90646",22130,13835,3,146,1588 -"90647",22130,13929,3,146,2693 -"90648",22130,13945,3,146,1324 -"90649",22130,14091,3,146,929 -"90650",22130,14655,3,146,2559 -"90651",22130,14656,3,146,584 -"90652",22130,14767,3,146,2068 -"90653",22130,14888,3,146,1411 -"90654",22130,14959,3,146,2898 -"90655",22130,14972,3,146,2332 -"90656",22130,15184,3,146,2396 -"90657",22130,15299,2,146,2213 -"90658",22130,15539,3,146,1929 -"90659",22130,15626,3,146,2434 -"90660",22130,16074,3,146,977 -"90661",22130,16111,3,146,1714 -"90662",22130,16161,3,146,599 -"90663",22130,16164,3,146,1184 -"90664",22130,16313,3,146,1160 -"90665",22130,16497,2,146,2370 -"90666",22130,16609,2,146,538 -"90667",22130,16690,3,146,2132 -"90668",22130,16940,3,146,1290 -"90669",22130,16959,3,146,888 -"90670",22130,17133,2,146,924 -"90671",22130,17410,2,146,2073 -"90672",22130,17520,2,146,2276 -"90673",22130,17572,3,146,340 -"90674",22130,17852,3,146,2840 -"90675",22130,18151,3,146,2962 -"90676",22130,18615,3,146,1025 -"90677",22130,19027,3,146,2721 -"90678",22130,19606,2,146,2783 -"90679",22130,19637,3,146,1229 -"90680",22130,19719,3,146,2177 -"90681",22130,19963,3,146,810 -"90682",22130,20494,3,146,1075 -"90683",22130,20563,3,146,2267 -"90684",22130,20659,3,146,1969 -"90685",22130,20700,1,146,2861 -"90686",22130,21076,3,146,1591 -"90687",22130,21095,3,146,856 -"90688",22130,21122,3,146,1701 -"90689",22130,21198,3,146,935 -"90690",22130,21246,3,146,1612 -"90691",22130,21248,3,146,2232 -"90692",22130,22006,2,146,1202 -"90693",22130,22057,3,146,974 -"90694",22130,22216,3,146,1956 -"90695",22130,22705,3,146,1016 -"90696",22130,22749,1,146,1727 -"90697",22130,22874,2,146,404 -"90698",22130,23508,3,146,1907 -"90699",22130,23729,3,146,1624 -"90700",22130,23806,3,146,1671 -"90701",22130,23965,3,146,165 -"90702",22130,24568,3,146,1937 -"90703",22130,25185,3,146,341 -"90704",22130,25198,3,146,1982 -"90705",22130,25874,3,146,2088 -"90706",22130,26155,3,146,1802 -"90707",22130,26516,3,146,2479 -"90708",22130,26608,3,146,2329 -"90709",22130,26713,3,146,1235 -"90710",22130,27478,2,146,2485 -"90711",22130,28216,1,146,1910 -"90712",22130,28233,3,146,1608 -"90713",22130,29050,3,146,1196 -"90714",22130,29095,3,146,2531 -"90715",22130,29258,3,146,1932 -"90716",22130,29456,3,146,1182 -"90717",22130,30119,2,146,1961 -"90718",22130,30386,3,146,1833 -"90719",22130,30906,3,146,2537 -"90720",22130,30956,2,146,168 -"90721",22130,31235,3,146,2668 -"90722",22130,31386,3,146,273 -"90723",22130,31799,2,146,2547 -"90724",22130,32017,3,146,577 -"90725",22130,32409,3,146,857 -"90726",22130,32516,3,146,2050 -"90727",22130,32606,2,146,2100 -"90728",22130,33241,3,146,632 -"90729",22130,33285,3,146,1327 -"90730",22130,33356,3,146,1586 -"90731",22130,33383,3,146,1572 -"90732",22130,33433,3,146,2805 -"90733",22130,33475,3,146,2367 -"90734",22130,33572,3,146,2370 -"90735",22130,33801,3,146,2899 -"90736",22130,34443,3,146,496 -"90737",22130,34492,3,146,1798 -"90738",22130,34588,3,146,985 -"90739",22130,34707,3,146,2042 -"90740",22130,35256,1,146,2271 -"90741",22130,35926,3,146,2371 -"90742",22130,36514,3,146,1192 -"90743",22130,36559,3,146,2473 -"90744",22130,36962,3,146,2861 -"90745",22130,37238,3,146,2609 -"90746",22130,37418,3,146,2710 -"90747",22130,37570,2,146,2389 -"90748",22130,37859,3,146,1999 -"90749",22130,38019,3,146,1870 -"90750",22130,38048,2,146,867 -"90751",22130,38727,3,146,2238 -"90752",22130,38755,3,146,2902 -"90753",22130,38796,2,146,1642 -"90754",22130,38921,2,146,1880 -"90755",22130,39069,3,146,1802 -"90756",22130,39444,3,146,2695 -"90757",22130,39548,3,146,2389 -"90758",22130,40136,3,146,1149 -"90759",22130,40138,3,146,2719 -"90760",22130,40296,3,146,1674 -"90761",22130,41278,2,146,1873 -"90762",22130,41747,2,146,1722 -"90763",22130,41945,3,146,2856 -"90764",22130,42264,2,146,1702 -"90765",22130,43455,3,146,2846 -"90766",22130,44235,3,146,2700 -"90767",22130,44502,3,146,484 -"90768",22130,44636,2,146,1026 -"90769",22130,44729,3,146,588 -"90770",22130,44768,3,146,2516 -"90771",22130,44885,3,146,2670 -"90772",22130,44899,3,146,2386 -"90773",22130,46039,3,146,1794 -"90774",22130,46091,3,146,1938 -"90775",22130,46312,3,146,163 -"90776",22130,46680,3,146,1690 -"90777",22130,47445,3,146,2668 -"90778",22130,47947,3,146,2681 -"90779",22130,48414,3,146,1749 -"90780",22130,49965,2,146,2301 -"90781",22130,50075,3,146,1026 -"90782",22130,50252,2,146,2001 -"90783",22130,50372,2,146,1834 -"90784",22130,50685,3,146,2008 -"90785",22130,51410,3,146,2739 -"90786",22130,51987,3,146,1397 -"90787",22130,52026,3,146,2633 -"90788",22130,52570,3,146,2645 -"90789",22130,52576,2,146,2234 -"90790",22130,53031,2,146,2065 -"90791",22130,53475,3,146,2853 -"90792",22130,53630,3,146,1565 -"90793",22130,53851,3,146,2305 -"90794",22130,54676,3,146,1342 -"90795",22130,55082,3,146,1856 -"90796",22130,55156,3,146,2196 -"90797",22130,55556,2,146,2075 -"90798",22130,55691,3,146,2856 -"90799",22130,55828,3,146,2393 -"90800",22130,56022,3,146,282 -"90801",22130,57077,3,146,1885 -"90802",22130,57129,3,146,1858 -"90803",22130,57360,3,146,2429 -"90804",22130,57710,3,146,411 -"90805",22130,57950,2,146,1529 -"90806",22130,57977,2,146,2683 -"90807",22130,58035,3,146,1646 -"90808",22130,58218,3,146,2627 -"90809",22130,58508,3,146,2326 -"90810",22130,59113,3,146,2434 -"90811",22130,59786,3,146,605 -"90812",22130,59937,3,146,885 -"90813",22130,60689,2,146,859 -"90814",22130,61719,3,146,1515 -"90815",22130,62488,3,146,1418 -"90816",22130,62538,3,146,1656 -"90817",22130,62602,3,146,1172 -"90818",22130,63409,3,146,1937 -"90819",22130,63637,3,146,498 -"90820",22130,64967,3,146,2872 -"90821",22130,65029,3,146,2954 -"90822",22130,65856,3,146,2504 -"90823",22130,68013,2,146,743 -"90824",22130,68098,3,146,2378 -"90825",22130,68810,3,146,2409 -"90826",22130,69498,2,146,931 -"90827",22130,70046,3,146,2624 -"90828",22130,71342,3,146,1289 -"90829",22130,71478,2,146,1721 -"90830",22130,72334,3,146,2820 -"90831",22130,72823,3,146,929 -"90832",22130,74190,3,146,1428 -"90833",22130,74318,3,146,632 -"90834",22130,75948,3,146,1006 -"90835",22130,76127,3,146,910 -"90836",22130,76333,3,146,1586 -"90837",22130,77489,3,146,1514 -"90838",22130,78416,3,146,630 -"90839",22130,78563,3,146,2385 -"90840",22130,78932,3,146,981 -"90841",22130,79612,3,146,927 -"90842",22130,80219,3,146,988 -"90843",22130,80429,2,146,1927 -"90844",22130,80471,3,146,538 -"90845",22130,80678,3,146,1595 -"90846",22130,81511,3,146,848 -"90847",22130,82949,3,146,2077 -"90848",22130,84897,3,146,1075 -"90849",22130,85430,2,146,2370 -"90850",22130,86986,2,146,1976 -"90851",22130,88750,3,146,787 -"90852",22130,89958,2,146,1186 -"90853",22130,90837,2,146,825 -"90854",22130,91570,2,146,2229 -"90855",22130,93615,3,146,2386 -"90856",22130,94401,2,146,1784 -"90857",22130,100978,3,146,862 -"90858",22130,101482,3,146,1300 -"90859",22130,102050,2,146,906 -"90860",22130,105233,3,146,1199 -"90861",22130,105795,3,146,1265 -"90862",22130,107649,3,146,1573 -"90863",22130,108415,3,146,752 -"90864",22130,109383,3,146,952 -"90865",22130,111004,3,146,796 -"90866",22130,111955,3,146,504 -"90867",22130,116478,3,146,293 -"90868",22130,119564,3,146,336 -"90869",22140,25,3,942,2762 -"90870",22140,180,2,942,1593 -"90871",22140,602,2,942,2632 -"90872",22140,762,3,942,2671 -"90873",22140,2384,3,942,1057 -"90874",22140,3011,3,942,2278 -"90875",22140,3460,3,942,2530 -"90876",22140,3896,3,942,2693 -"90877",22140,4696,3,942,2656 -"90878",22140,4821,3,942,1938 -"90879",22140,6982,2,942,2034 -"90880",22140,7009,3,942,1982 -"90881",22140,8060,3,942,1883 -"90882",22140,9311,3,942,2477 -"90883",22140,10843,3,942,2277 -"90884",22140,12703,2,942,2689 -"90885",22140,13724,3,942,1573 -"90886",22140,14103,1,942,2204 -"90887",22140,14723,2,942,2019 -"90888",22140,15453,3,942,1688 -"90889",22140,15626,3,942,2434 -"90890",22140,21448,3,942,2332 -"90891",22140,21754,3,942,1881 -"90892",22140,22311,1,942,2034 -"90893",22140,25248,2,942,1938 -"90894",22140,26227,3,942,2265 -"90895",22140,28982,2,942,2746 -"90896",22140,33433,3,942,2805 -"90897",22140,34693,3,942,1938 -"90898",22140,35888,3,942,2291 -"90899",22140,38885,3,942,2720 -"90900",22140,49560,3,942,1679 -"90901",22140,59113,3,942,2434 -"90902",22140,62939,3,942,2574 -"90903",22140,75343,3,942,2008 -"90904",22140,87638,3,942,1114 -"90905",22141,3966,3,2348,2425 -"90906",22141,4707,2,2348,2588 -"90907",22141,6491,3,2348,2424 -"90908",22141,6697,3,2348,2438 -"90909",22141,9272,3,2348,2835 -"90910",22141,16352,3,2348,2657 -"90911",22141,18543,3,2348,2968 -"90912",22141,19072,3,2348,2358 -"90913",22141,20124,2,2348,2376 -"90914",22141,21138,2,2348,2849 -"90915",22141,29314,3,2348,2736 -"90916",22141,29449,3,2348,2916 -"90917",22141,29948,3,2348,2795 -"90918",22141,34735,3,2348,2767 -"90919",22141,40369,3,2348,2735 -"90920",22141,43173,1,2348,2895 -"90921",22141,43226,2,2348,2442 -"90922",22141,47248,3,2348,2883 -"90923",22141,49110,3,2348,2938 -"90924",22141,51035,3,2348,2397 -"90925",22141,53323,3,2348,2677 -"90926",22141,57969,3,2348,2755 -"90927",22141,69335,3,2348,2698 -"90928",22141,70269,3,2348,2368 -"90929",22151,28090,3,175,1755 -"90930",22151,32849,2,175,975 -"90931",22165,1315,3,1501,2760 -"90932",22165,1592,3,1501,2006 -"90933",22165,1691,3,1501,1941 -"90934",22165,3139,3,1501,1656 -"90935",22165,3306,3,1501,1989 -"90936",22165,5258,3,1501,2730 -"90937",22165,9362,3,1501,2879 -"90938",22165,10148,3,1501,2964 -"90939",22165,12199,3,1501,1651 -"90940",22165,14108,3,1501,2012 -"90941",22165,15207,3,1501,1855 -"90942",22165,19173,3,1501,1686 -"90943",22165,20407,2,1501,2339 -"90944",22165,23508,3,1501,1907 -"90945",22165,28056,3,1501,1505 -"90946",22165,35045,3,1501,1646 -"90947",22165,36439,3,1501,2469 -"90948",22165,37509,3,1501,1640 -"90949",22165,38213,3,1501,1744 -"90950",22165,41278,3,1501,1873 -"90951",22165,42474,3,1501,2322 -"90952",22165,43173,3,1501,2895 -"90953",22165,46951,3,1501,2429 -"90954",22165,49620,3,1501,1868 -"90955",22165,74636,3,1501,2525 -"90956",22165,77010,3,1501,2639 -"90957",22165,84296,3,1501,1751 -"90958",22165,87837,3,1501,1987 -"90959",22165,88232,3,1501,2881 -"90960",22165,96553,3,1501,1887 -"90961",22165,105975,2,1501,1939 -"90962",22166,21,3,994,1385 -"90963",22166,680,3,994,2569 -"90964",22166,750,3,994,1327 -"90965",22166,1015,3,994,1174 -"90966",22166,1108,3,994,1600 -"90967",22166,1203,3,994,1350 -"90968",22166,1314,3,994,1522 -"90969",22166,1780,3,994,1375 -"90970",22166,2429,3,994,999 -"90971",22166,2576,3,994,1307 -"90972",22166,2959,2,994,1785 -"90973",22166,4303,3,994,2414 -"90974",22166,4526,2,994,1728 -"90975",22166,4916,3,994,1970 -"90976",22166,4983,3,994,1909 -"90977",22166,5683,3,994,2468 -"90978",22166,7942,2,994,2623 -"90979",22166,8860,3,994,2141 -"90980",22166,8923,1,994,1266 -"90981",22166,8984,2,994,1162 -"90982",22166,9503,3,994,2453 -"90983",22166,9703,3,994,1845 -"90984",22166,10129,3,994,2124 -"90985",22166,10216,3,994,2476 -"90986",22166,10980,3,994,1974 -"90987",22166,12361,3,994,2732 -"90988",22166,13065,3,994,1561 -"90989",22166,17252,3,994,1258 -"90990",22166,17388,2,994,1023 -"90991",22166,17645,3,994,1918 -"90992",22166,18005,2,994,2449 -"90993",22166,20220,3,994,1656 -"90994",22166,20395,3,994,1468 -"90995",22166,22704,3,994,1150 -"90996",22166,23692,3,994,1540 -"90997",22166,27320,3,994,2378 -"90998",22166,28571,3,994,1556 -"90999",22166,29286,3,994,1612 -"91000",22166,32549,3,994,2111 -"91001",22166,34094,2,994,1360 -"91002",22166,34216,3,994,2832 -"91003",22166,34742,3,994,1883 -"91004",22166,34908,3,994,2796 -"91005",22166,35728,3,994,2017 -"91006",22166,37522,3,994,1270 -"91007",22166,38087,3,994,1083 -"91008",22166,38816,3,994,1225 -"91009",22166,40028,3,994,1349 -"91010",22166,41770,3,994,2752 -"91011",22166,41955,3,994,2479 -"91012",22166,41969,3,994,2189 -"91013",22166,42331,2,994,1585 -"91014",22166,45729,3,994,2606 -"91015",22166,45992,3,994,1182 -"91016",22166,46650,2,994,1330 -"91017",22166,47654,3,994,1664 -"91018",22166,52815,3,994,2323 -"91019",22166,54313,3,994,1645 -"91020",22166,55482,3,994,1866 -"91021",22166,56082,3,994,2395 -"91022",22166,58233,3,994,1665 -"91023",22166,58829,3,994,1256 -"91024",22166,60258,2,994,2405 -"91025",22166,64947,3,994,2489 -"91026",22166,65223,3,994,2724 -"91027",22166,66609,3,994,998 -"91028",22166,67617,2,994,1149 -"91029",22166,67815,3,994,2476 -"91030",22166,70070,3,994,2425 -"91031",22166,70101,3,994,2414 -"91032",22166,70455,3,994,1307 -"91033",22166,71467,3,994,1051 -"91034",22166,71531,3,994,2887 -"91035",22166,72882,3,994,1330 -"91036",22166,72986,2,994,1055 -"91037",22166,74370,3,994,1667 -"91038",22166,83301,3,994,1385 -"91039",22166,85869,3,994,1509 -"91040",22166,96310,1,994,1016 -"91041",22166,98942,3,994,1588 -"91042",22166,100048,2,994,1573 -"91043",22166,100860,3,994,2326 -"91044",22169,803,3,673,1666 -"91045",22169,2462,1,673,849 -"91046",22169,6914,3,673,2668 -"91047",22169,8229,3,673,1241 -"91048",22169,10222,2,673,2212 -"91049",22169,14983,3,673,1047 -"91050",22169,18277,3,673,2309 -"91051",22169,18289,1,673,862 -"91052",22169,24198,3,673,2217 -"91053",22169,26227,3,673,2265 -"91054",22169,29115,3,673,1047 -"91055",22169,32939,3,673,2277 -"91056",22169,34327,3,673,2959 -"91057",22169,35481,3,673,2211 -"91058",22169,37333,3,673,1612 -"91059",22169,46512,3,673,1292 -"91060",22169,57804,3,673,2214 -"91061",22169,58221,3,673,1787 -"91062",22169,61785,3,673,822 -"91063",22169,66318,2,673,2803 -"91064",22169,85058,3,673,1311 -"91065",22169,86799,3,673,1951 -"91066",22169,94101,3,673,997 -"91067",22169,105685,3,673,2469 -"91068",22175,5897,3,569,2337 -"91069",22175,14449,2,569,1258 -"91070",22175,16286,3,569,2470 -"91071",22175,17257,3,569,1117 -"91072",22175,50903,3,569,931 -"91073",22175,81874,3,569,1784 -"91074",22175,99288,3,569,983 -"91075",22180,3011,3,1835,2278 -"91076",22180,4701,3,1835,2401 -"91077",22180,9311,3,1835,2477 -"91078",22180,9979,3,1835,2238 -"91079",22180,10148,3,1835,2964 -"91080",22180,10843,3,1835,2277 -"91081",22180,14723,3,1835,2019 -"91082",22180,15626,3,1835,2434 -"91083",22180,19453,3,1835,1928 -"91084",22180,19862,3,1835,2412 -"91085",22180,28635,2,1835,2368 -"91086",22180,32964,2,1835,2252 -"91087",22180,33433,3,1835,2805 -"91088",22180,39556,3,1835,2747 -"91089",22180,42333,3,1835,2234 -"91090",22180,49696,3,1835,2444 -"91091",22180,54879,3,1835,2210 -"91092",22180,57732,3,1835,2454 -"91093",22180,58993,3,1835,2390 -"91094",22180,59113,3,1835,2434 -"91095",22180,68098,3,1835,2378 -"91096",22180,69598,3,1835,2812 -"91097",22180,70714,2,1835,2030 -"91098",22181,2424,3,1274,2582 -"91099",22181,2894,3,1274,1291 -"91100",22181,3765,3,1274,2775 -"91101",22181,4696,3,1274,2656 -"91102",22181,4932,3,1274,2752 -"91103",22181,6222,3,1274,1949 -"91104",22181,6602,2,1274,1631 -"91105",22181,7548,2,1274,1932 -"91106",22181,9364,3,1274,1698 -"91107",22181,10474,1,1274,1608 -"91108",22181,10843,3,1274,2277 -"91109",22181,14959,3,1274,2898 -"91110",22181,17520,3,1274,2276 -"91111",22181,25610,3,1274,2328 -"91112",22181,27261,3,1274,1368 -"91113",22181,28896,3,1274,1395 -"91114",22181,29314,3,1274,2736 -"91115",22181,30334,3,1274,2075 -"91116",22181,33433,3,1274,2805 -"91117",22181,34820,2,1274,1630 -"91118",22181,36578,3,1274,1484 -"91119",22181,37636,3,1274,2178 -"91120",22181,38921,3,1274,1880 -"91121",22181,40392,3,1274,1878 -"91122",22181,47869,3,1274,2097 -"91123",22181,49581,3,1274,1817 -"91124",22181,51783,3,1274,2599 -"91125",22181,69300,1,1274,2068 -"91126",22181,99152,3,1274,1698 -"91127",22185,2712,3,1174,1881 -"91128",22185,7506,3,1174,2371 -"91129",22185,7703,3,1174,2122 -"91130",22185,12272,3,1174,2371 -"91131",22185,12524,1,1174,1287 -"91132",22185,17328,3,1174,1206 -"91133",22185,20070,3,1174,1914 -"91134",22185,22543,3,1174,1594 -"91135",22185,25730,3,1174,1206 -"91136",22185,36031,3,1174,2342 -"91137",22185,36637,3,1174,2085 -"91138",22185,44557,2,1174,2371 -"91139",22185,45618,3,1174,2356 -"91140",22185,48215,3,1174,2028 -"91141",22185,56464,2,1174,2488 -"91142",22185,78801,3,1174,1572 -"91143",22197,270,3,2271,2542 -"91144",22197,11218,3,2271,2292 -"91145",22197,12042,3,2271,2345 -"91146",22197,16352,2,2271,2657 -"91147",22197,18361,3,2271,2968 -"91148",22197,18394,3,2271,2356 -"91149",22197,20124,3,2271,2376 -"91150",22197,22326,3,2271,2818 -"91151",22197,23725,3,2271,2378 -"91152",22197,25305,3,2271,2447 -"91153",22197,26080,3,2271,2525 -"91154",22197,26848,3,2271,2363 -"91155",22197,34735,3,2271,2767 -"91156",22197,50236,2,2271,2339 -"91157",22197,56082,2,2271,2395 -"91158",22197,56237,3,2271,2625 -"91159",22197,72207,3,2271,2430 -"91160",22197,72326,3,2271,2384 -"91161",22207,267,1,2365,2631 -"91162",22207,5315,3,2365,2631 -"91163",22207,10779,3,2365,2881 -"91164",22207,13899,3,2365,2650 -"91165",22207,16866,3,2365,2718 -"91166",22207,18865,3,2365,2676 -"91167",22207,19208,3,2365,2629 -"91168",22207,19605,3,2365,2395 -"91169",22207,20067,3,2365,2390 -"91170",22207,22709,3,2365,2743 -"91171",22207,27628,3,2365,2389 -"91172",22207,31705,3,2365,2706 -"91173",22207,34327,2,2365,2959 -"91174",22207,41955,3,2365,2479 -"91175",22207,44403,2,2365,2429 -"91176",22207,50480,3,2365,2701 -"91177",22207,56910,3,2365,2705 -"91178",22211,2120,3,340,1133 -"91179",22211,2418,3,340,2020 -"91180",22211,2540,3,340,1398 -"91181",22211,2747,2,340,2411 -"91182",22211,3127,3,340,2273 -"91183",22211,5484,2,340,582 -"91184",22211,5792,3,340,975 -"91185",22211,7252,3,340,2799 -"91186",22211,7942,3,340,2623 -"91187",22211,8610,3,340,2240 -"91188",22211,9227,3,340,1267 -"91189",22211,9503,3,340,2453 -"91190",22211,10050,3,340,1792 -"91191",22211,10754,3,340,1797 -"91192",22211,10803,3,340,545 -"91193",22211,11136,3,340,2573 -"91194",22211,11563,3,340,1863 -"91195",22211,11588,3,340,2352 -"91196",22211,12781,3,340,831 -"91197",22211,13184,3,340,977 -"91198",22211,13535,3,340,1491 -"91199",22211,14599,3,340,1118 -"91200",22211,14998,1,340,1553 -"91201",22211,16176,3,340,2703 -"91202",22211,16502,2,340,1616 -"91203",22211,18122,3,340,894 -"91204",22211,18458,3,340,2477 -"91205",22211,19610,3,340,1236 -"91206",22211,20155,2,340,1517 -"91207",22211,20545,2,340,1491 -"91208",22211,20659,3,340,1969 -"91209",22211,21209,2,340,2184 -"91210",22211,23131,3,340,1732 -"91211",22211,23488,3,340,1523 -"91212",22211,24302,2,340,407 -"91213",22211,25163,3,340,1751 -"91214",22211,27255,3,340,1232 -"91215",22211,28116,2,340,1643 -"91216",22211,29267,3,340,1234 -"91217",22211,29286,3,340,1612 -"91218",22211,29627,3,340,882 -"91219",22211,30525,3,340,1964 -"91220",22211,32739,3,340,875 -"91221",22211,33017,3,340,1493 -"91222",22211,36346,3,340,1240 -"91223",22211,36953,3,340,2790 -"91224",22211,37636,3,340,2178 -"91225",22211,38532,2,340,1234 -"91226",22211,40572,3,340,2666 -"91227",22211,41338,3,340,1553 -"91228",22211,42562,3,340,1195 -"91229",22211,42813,2,340,2142 -"91230",22211,42852,3,340,1316 -"91231",22211,44433,3,340,2224 -"91232",22211,44603,2,340,2748 -"91233",22211,44971,3,340,955 -"91234",22211,46486,2,340,1868 -"91235",22211,46501,3,340,845 -"91236",22211,47013,3,340,2388 -"91237",22211,50278,3,340,1127 -"91238",22211,51151,3,340,1195 -"91239",22211,53810,3,340,842 -"91240",22211,54924,3,340,2603 -"91241",22211,58501,3,340,2613 -"91242",22211,60078,3,340,1750 -"91243",22211,60258,3,340,2405 -"91244",22211,61585,3,340,2315 -"91245",22211,63077,3,340,2778 -"91246",22211,67815,3,340,2476 -"91247",22211,71467,3,340,1051 -"91248",22211,76369,3,340,583 -"91249",22211,90709,3,340,1080 -"91250",22211,92784,3,340,1257 -"91251",22211,92850,2,340,1971 -"91252",22211,95690,3,340,765 -"91253",22211,99332,3,340,873 -"91254",22211,110398,3,340,601 -"91255",22211,111790,1,340,905 -"91256",22216,543,3,1956,2203 -"91257",22216,1367,3,1956,2176 -"91258",22216,1495,3,1956,2046 -"91259",22216,1616,3,1956,2662 -"91260",22216,1777,3,1956,1965 -"91261",22216,2484,3,1956,2389 -"91262",22216,3161,3,1956,2229 -"91263",22216,3488,2,1956,2351 -"91264",22216,4618,3,1956,2607 -"91265",22216,5078,3,1956,2033 -"91266",22216,5148,2,1956,2206 -"91267",22216,5457,3,1956,2077 -"91268",22216,5462,3,1956,2374 -"91269",22216,5491,3,1956,2048 -"91270",22216,5504,3,1956,2389 -"91271",22216,5669,3,1956,2502 -"91272",22216,5725,2,1956,2789 -"91273",22216,7078,3,1956,2344 -"91274",22216,7245,3,1956,2089 -"91275",22216,7323,3,1956,2858 -"91276",22216,7394,3,1956,2615 -"91277",22216,8533,2,1956,2251 -"91278",22216,8726,3,1956,2083 -"91279",22216,9311,3,1956,2477 -"91280",22216,10799,2,1956,2010 -"91281",22216,10836,3,1956,2215 -"91282",22216,12867,3,1956,2773 -"91283",22216,12976,3,1956,2399 -"91284",22216,13929,3,1956,2693 -"91285",22216,14723,3,1956,2019 -"91286",22216,16725,3,1956,2830 -"91287",22216,16727,2,1956,2164 -"91288",22216,18151,2,1956,2962 -"91289",22216,21795,3,1956,2653 -"91290",22216,24825,3,1956,2686 -"91291",22216,26351,3,1956,2683 -"91292",22216,27195,3,1956,2158 -"91293",22216,28218,3,1956,2048 -"91294",22216,28285,2,1956,2972 -"91295",22216,29073,3,1956,2328 -"91296",22216,30081,3,1956,2403 -"91297",22216,32761,3,1956,2680 -"91298",22216,33433,3,1956,2805 -"91299",22216,34327,3,1956,2959 -"91300",22216,35256,3,1956,2271 -"91301",22216,36559,1,1956,2473 -"91302",22216,36670,3,1956,2298 -"91303",22216,36950,3,1956,2204 -"91304",22216,36962,3,1956,2861 -"91305",22216,37570,3,1956,2389 -"91306",22216,39087,3,1956,2765 -"91307",22216,43383,3,1956,2960 -"91308",22216,44235,3,1956,2700 -"91309",22216,47947,1,1956,2681 -"91310",22216,51626,2,1956,2494 -"91311",22216,53219,3,1956,2973 -"91312",22216,53300,3,1956,2162 -"91313",22216,55691,3,1956,2856 -"91314",22216,57977,3,1956,2683 -"91315",22216,61458,2,1956,2630 -"91316",22216,62840,3,1956,2502 -"91317",22216,64754,3,1956,2793 -"91318",22216,68810,3,1956,2409 -"91319",22216,71562,3,1956,2574 -"91320",22216,71702,3,1956,2353 -"91321",22216,75311,3,1956,2745 -"91322",22216,78563,3,1956,2385 -"91323",22216,85430,3,1956,2370 -"91324",22228,5852,3,601,1862 -"91325",22228,11319,3,601,2073 -"91326",22228,13201,3,601,2034 -"91327",22228,14654,3,601,1692 -"91328",22228,14861,3,601,2269 -"91329",22228,15024,3,601,2159 -"91330",22228,38038,3,601,2686 -"91331",22228,44464,3,601,1619 -"91332",22228,82226,3,601,1619 -"91333",22242,1315,3,1690,2760 -"91334",22242,12724,3,1690,1930 -"91335",22242,15207,3,1690,1855 -"91336",22242,83384,2,1690,1970 -"91337",22244,2852,3,2139,2448 -"91338",22244,3493,2,2139,2451 -"91339",22244,3978,3,2139,2775 -"91340",22244,4303,3,2139,2414 -"91341",22244,5897,2,2139,2337 -"91342",22244,6989,3,2139,2623 -"91343",22244,11143,3,2139,2623 -"91344",22244,11648,3,2139,2852 -"91345",22244,12361,3,2139,2732 -"91346",22244,12948,3,2139,2669 -"91347",22244,19655,3,2139,2706 -"91348",22244,20941,3,2139,2725 -"91349",22244,27742,3,2139,2700 -"91350",22244,30034,3,2139,2357 -"91351",22244,31335,2,2139,2351 -"91352",22244,37636,3,2139,2178 -"91353",22244,47013,3,2139,2388 -"91354",22244,50630,3,2139,2615 -"91355",22244,51144,3,2139,2466 -"91356",22244,51783,3,2139,2599 -"91357",22244,58655,3,2139,2685 -"91358",22244,70583,2,2139,2615 -"91359",22249,11135,3,1892,2441 -"91360",22249,11319,3,1892,2073 -"91361",22249,12031,3,1892,1957 -"91362",22249,15502,3,1892,2637 -"91363",22249,19057,2,1892,2664 -"91364",22249,27826,3,1892,2824 -"91365",22249,32235,1,1892,2109 -"91366",22249,55436,3,1892,2513 -"91367",22249,64174,3,1892,2377 -"91368",22249,87362,3,1892,2902 -"91369",22256,782,3,829,945 -"91370",22256,5317,3,829,2063 -"91371",22256,5845,3,829,1552 -"91372",22256,6603,3,829,2185 -"91373",22256,9440,3,829,1006 -"91374",22256,10002,3,829,1788 -"91375",22256,11019,3,829,1299 -"91376",22256,14612,3,829,2340 -"91377",22256,15821,3,829,2456 -"91378",22256,16750,3,829,1225 -"91379",22256,27399,3,829,1866 -"91380",22256,28501,3,829,2242 -"91381",22256,29311,2,829,1849 -"91382",22256,31131,3,829,2810 -"91383",22256,36506,3,829,2638 -"91384",22256,40675,1,829,1595 -"91385",22256,46642,3,829,999 -"91386",22256,47534,3,829,2712 -"91387",22256,61125,3,829,1673 -"91388",22256,64987,3,829,1360 -"91389",22256,65316,3,829,1020 -"91390",22256,79848,3,829,1629 -"91391",22256,86664,3,829,1146 -"91392",22260,854,3,2137,2307 -"91393",22260,1324,3,2137,2147 -"91394",22260,5622,3,2137,2175 -"91395",22260,8088,3,2137,2220 -"91396",22260,9979,3,2137,2238 -"91397",22260,10857,3,2137,2253 -"91398",22260,18394,3,2137,2356 -"91399",22260,23725,3,2137,2378 -"91400",22260,28285,3,2137,2972 -"91401",22260,30236,3,2137,2238 -"91402",22260,30827,3,2137,2323 -"91403",22260,34735,3,2137,2767 -"91404",22260,38732,3,2137,2263 -"91405",22260,54551,3,2137,2348 -"91406",22260,81221,3,2137,2285 -"91407",22272,14449,3,1243,1258 -"91408",22277,270,3,2424,2542 -"91409",22277,2424,3,2424,2582 -"91410",22277,3305,3,2424,2839 -"91411",22277,3966,3,2424,2425 -"91412",22277,6740,2,2424,2699 -"91413",22277,10130,3,2424,2741 -"91414",22277,16432,3,2424,2664 -"91415",22277,23319,2,2424,2867 -"91416",22277,25129,1,2424,2647 -"91417",22277,25325,3,2424,2963 -"91418",22277,43455,3,2424,2846 -"91419",22277,48605,3,2424,2796 -"91420",22277,52570,3,2424,2645 -"91421",22277,61982,2,2424,2725 -"91422",22277,62841,1,2424,2710 -"91423",22282,145,3,1418,1998 -"91424",22282,212,3,1418,1513 -"91425",22282,270,3,1418,2542 -"91426",22282,312,3,1418,2038 -"91427",22282,600,3,1418,1702 -"91428",22282,913,2,1418,2144 -"91429",22282,1102,3,1418,2282 -"91430",22282,1639,3,1418,2631 -"91431",22282,1691,3,1418,1941 -"91432",22282,2322,3,1418,1645 -"91433",22282,2424,2,1418,2582 -"91434",22282,2533,3,1418,2016 -"91435",22282,3271,3,1418,2216 -"91436",22282,3305,3,1418,2839 -"91437",22282,3306,3,1418,1989 -"91438",22282,3716,3,1418,1679 -"91439",22282,3966,3,1418,2425 -"91440",22282,4289,3,1418,1921 -"91441",22282,4701,3,1418,2401 -"91442",22282,5429,3,1418,1991 -"91443",22282,6363,3,1418,2066 -"91444",22282,6718,3,1418,2138 -"91445",22282,7555,3,1418,1943 -"91446",22282,8762,3,1418,2585 -"91447",22282,9272,3,1418,2835 -"91448",22282,9311,3,1418,2477 -"91449",22282,9351,3,1418,1460 -"91450",22282,9364,3,1418,1698 -"91451",22282,9702,3,1418,1928 -"91452",22282,10513,3,1418,2284 -"91453",22282,11006,3,1418,1950 -"91454",22282,11229,3,1418,1625 -"91455",22282,12863,3,1418,2027 -"91456",22282,14959,3,1418,2898 -"91457",22282,15813,3,1418,2143 -"91458",22282,16201,3,1418,1811 -"91459",22282,16332,3,1418,2668 -"91460",22282,16432,3,1418,2664 -"91461",22282,17698,3,1418,1559 -"91462",22282,17931,3,1418,1617 -"91463",22282,19248,3,1418,2357 -"91464",22282,19719,2,1418,2177 -"91465",22282,20124,3,1418,2376 -"91466",22282,20311,3,1418,1981 -"91467",22282,20407,3,1418,2339 -"91468",22282,21122,3,1418,1701 -"91469",22282,21138,3,1418,2849 -"91470",22282,21197,2,1418,1437 -"91471",22282,21285,2,1418,2100 -"91472",22282,21693,2,1418,2176 -"91473",22282,22326,2,1418,2818 -"91474",22282,22362,2,1418,1836 -"91475",22282,22415,3,1418,2841 -"91476",22282,23395,3,1418,1948 -"91477",22282,23705,3,1418,2699 -"91478",22282,23729,3,1418,1624 -"91479",22282,23918,3,1418,1881 -"91480",22282,24448,3,1418,2289 -"91481",22282,24568,3,1418,1937 -"91482",22282,24612,3,1418,1875 -"91483",22282,25305,3,1418,2447 -"91484",22282,25577,3,1418,1946 -"91485",22282,26451,3,1418,2133 -"91486",22282,26749,2,1418,2965 -"91487",22282,27175,3,1418,1447 -"91488",22282,27275,2,1418,2656 -"91489",22282,27390,2,1418,2425 -"91490",22282,27694,3,1418,2030 -"91491",22282,28015,3,1418,1624 -"91492",22282,28626,3,1418,2842 -"91493",22282,28635,3,1418,2368 -"91494",22282,29962,3,1418,2201 -"91495",22282,30052,3,1418,2855 -"91496",22282,30173,3,1418,2404 -"91497",22282,31050,3,1418,1491 -"91498",22282,31235,3,1418,2668 -"91499",22282,32173,2,1418,2341 -"91500",22282,33949,3,1418,2489 -"91501",22282,34836,3,1418,2302 -"91502",22282,35095,2,1418,1502 -"91503",22282,35529,3,1418,1620 -"91504",22282,36439,3,1418,2469 -"91505",22282,38019,2,1418,1870 -"91506",22282,43226,3,1418,2442 -"91507",22282,43385,2,1418,1623 -"91508",22282,43455,3,1418,2846 -"91509",22282,46629,3,1418,2255 -"91510",22282,47362,3,1418,2253 -"91511",22282,47772,3,1418,2293 -"91512",22282,48110,3,1418,2009 -"91513",22282,48414,2,1418,1749 -"91514",22282,50685,3,1418,2008 -"91515",22282,51017,3,1418,2073 -"91516",22282,51022,3,1418,1499 -"91517",22282,52058,1,1418,1836 -"91518",22282,52576,2,1418,2234 -"91519",22282,55082,3,1418,1856 -"91520",22282,55139,3,1418,2323 -"91521",22282,55438,1,1418,2863 -"91522",22282,55468,2,1418,2511 -"91523",22282,56082,3,1418,2395 -"91524",22282,56317,2,1418,2030 -"91525",22282,57950,3,1418,1529 -"91526",22282,58508,2,1418,2326 -"91527",22282,58652,3,1418,1437 -"91528",22282,59700,3,1418,2346 -"91529",22282,61982,3,1418,2725 -"91530",22282,62841,3,1418,2710 -"91531",22282,63409,3,1418,1937 -"91532",22282,64181,3,1418,1828 -"91533",22282,66860,2,1418,1548 -"91534",22282,67690,3,1418,1902 -"91535",22282,69335,3,1418,2698 -"91536",22282,70217,3,1418,2332 -"91537",22282,72207,3,1418,2430 -"91538",22282,73128,3,1418,1549 -"91539",22282,76892,3,1418,2381 -"91540",22282,79322,2,1418,2770 -"91541",22282,80301,3,1418,1690 -"91542",22282,81588,2,1418,1568 -"91543",22282,82949,1,1418,2077 -"91544",22282,101797,3,1418,2357 -"91545",22292,3409,3,1910,2167 -"91546",22292,5610,3,1910,2223 -"91547",22292,6192,3,1910,2409 -"91548",22292,7616,3,1910,2296 -"91549",22292,12388,3,1910,1975 -"91550",22292,13324,3,1910,2163 -"91551",22292,16539,3,1910,1947 -"91552",22292,19208,3,1910,2629 -"91553",22292,19605,3,1910,2395 -"91554",22292,23460,2,1910,2183 -"91555",22292,25030,2,1910,2017 -"91556",22292,25985,3,1910,2071 -"91557",22292,29454,3,1910,2719 -"91558",22292,41764,3,1910,2409 -"91559",22292,42129,3,1910,2318 -"91560",22292,47564,3,1910,2650 -"91561",22292,49334,3,1910,2433 -"91562",22292,50480,3,1910,2701 -"91563",22292,56854,3,1910,2022 -"91564",22297,3317,3,1904,2037 -"91565",22297,11506,3,1904,2824 -"91566",22297,18571,3,1904,2128 -"91567",22297,18943,3,1904,2861 -"91568",22297,21463,3,1904,2437 -"91569",22297,27783,3,1904,2302 -"91570",22297,31164,2,1904,1996 -"91571",22297,32449,3,1904,2091 -"91572",22297,36136,3,1904,2338 -"91573",22297,39105,3,1904,2487 -"91574",22297,46951,3,1904,2429 -"91575",22297,53697,3,1904,1909 -"91576",22297,79596,3,1904,2004 -"91577",22311,25,2,2034,2762 -"91578",22311,489,3,2034,2652 -"91579",22311,602,1,2034,2632 -"91580",22311,762,2,2034,2671 -"91581",22311,1367,3,2034,2176 -"91582",22311,3011,2,2034,2278 -"91583",22311,3460,3,2034,2530 -"91584",22311,3896,3,2034,2693 -"91585",22311,4696,3,2034,2656 -"91586",22311,8533,3,2034,2251 -"91587",22311,8821,3,2034,2230 -"91588",22311,9311,2,2034,2477 -"91589",22311,10843,2,2034,2277 -"91590",22311,12374,3,2034,2260 -"91591",22311,12703,1,2034,2689 -"91592",22311,14103,1,2034,2204 -"91593",22311,15626,2,2034,2434 -"91594",22311,16806,3,2034,2074 -"91595",22311,20271,3,2034,2044 -"91596",22311,21448,2,2034,2332 -"91597",22311,25480,3,2034,2747 -"91598",22311,28285,3,2034,2972 -"91599",22311,28874,3,2034,2329 -"91600",22311,28982,2,2034,2746 -"91601",22311,30906,3,2034,2537 -"91602",22311,33433,2,2034,2805 -"91603",22311,34707,3,2034,2042 -"91604",22311,38755,3,2034,2902 -"91605",22311,38885,3,2034,2720 -"91606",22311,39534,3,2034,2410 -"91607",22311,49696,3,2034,2444 -"91608",22311,51853,3,2034,2520 -"91609",22311,55643,3,2034,2359 -"91610",22311,58993,3,2034,2390 -"91611",22311,59113,2,2034,2434 -"91612",22311,62939,3,2034,2574 -"91613",22311,64699,3,2034,2797 -"91614",22317,160,3,1552,2007 -"91615",22317,8791,3,1552,1789 -"91616",22317,16690,2,1552,2132 -"91617",22317,28081,3,1552,1927 -"91618",22317,40014,3,1552,2608 -"91619",22317,68789,3,1552,1929 -"91620",22326,9272,3,2818,2835 -"91621",22326,11351,3,2818,2971 -"91622",22326,14959,2,2818,2898 -"91623",22326,18361,3,2818,2968 -"91624",22326,21138,3,2818,2849 -"91625",22326,22415,3,2818,2841 -"91626",22326,26749,3,2818,2965 -"91627",22326,30052,3,2818,2855 -"91628",22326,36962,3,2818,2861 -"91629",22326,43455,3,2818,2846 -"91630",22326,55438,3,2818,2863 -"91631",22331,3164,3,2687,2693 -"91632",22331,5725,3,2687,2789 -"91633",22331,9150,3,2687,2689 -"91634",22331,10148,3,2687,2964 -"91635",22331,10779,3,2687,2881 -"91636",22331,16195,2,2687,2964 -"91637",22331,17852,1,2687,2840 -"91638",22331,19934,3,2687,2888 -"91639",22331,22714,3,2687,2793 -"91640",22331,23787,3,2687,2810 -"91641",22331,28893,3,2687,2764 -"91642",22331,30052,3,2687,2855 -"91643",22331,40368,3,2687,2876 -"91644",22331,54929,2,2687,2783 -"91645",22331,57765,2,2687,2893 -"91646",22331,70528,3,2687,2727 -"91647",22353,841,3,1231,2964 -"91648",22353,2540,3,1231,1398 -"91649",22353,3978,3,1231,2775 -"91650",22353,4303,3,1231,2414 -"91651",22353,6989,2,1231,2623 -"91652",22353,7785,3,1231,2441 -"91653",22353,9703,3,1231,1845 -"91654",22353,11639,3,1231,1593 -"91655",22353,11648,3,1231,2852 -"91656",22353,17645,3,1231,1918 -"91657",22353,23131,3,1231,1732 -"91658",22353,32560,3,1231,1258 -"91659",22353,36953,3,1231,2790 -"91660",22353,46486,3,1231,1868 -"91661",22353,48652,3,1231,1686 -"91662",22353,52815,3,1231,2323 -"91663",22353,101435,1,1231,1236 -"91664",22357,827,3,1397,2964 -"91665",22357,1624,3,1397,2687 -"91666",22357,2282,1,1397,2056 -"91667",22357,2443,3,1397,2333 -"91668",22357,2647,3,1397,2450 -"91669",22357,2927,2,1397,1789 -"91670",22357,3158,3,1397,2762 -"91671",22357,4249,3,1397,2547 -"91672",22357,6345,2,1397,2713 -"91673",22357,8607,3,1397,1685 -"91674",22357,9724,2,1397,2713 -"91675",22357,9910,3,1397,2526 -"91676",22357,10146,3,1397,1878 -"91677",22357,10701,3,1397,2000 -"91678",22357,11858,3,1397,1530 -"91679",22357,12116,3,1397,2119 -"91680",22357,12966,3,1397,2011 -"91681",22357,14470,3,1397,2632 -"91682",22357,14957,3,1397,2306 -"91683",22357,15782,3,1397,2306 -"91684",22357,17499,2,1397,2954 -"91685",22357,17695,3,1397,1930 -"91686",22357,19366,3,1397,2279 -"91687",22357,20038,3,1397,1531 -"91688",22357,20695,3,1397,2526 -"91689",22357,23550,3,1397,2939 -"91690",22357,26597,2,1397,2070 -"91691",22357,28648,3,1397,1586 -"91692",22357,28782,2,1397,2272 -"91693",22357,32169,3,1397,2504 -"91694",22357,32350,3,1397,1540 -"91695",22357,36840,2,1397,2269 -"91696",22357,37684,3,1397,2899 -"91697",22357,42382,3,1397,2224 -"91698",22357,42390,3,1397,2937 -"91699",22357,43543,3,1397,1457 -"91700",22357,43701,2,1397,2400 -"91701",22357,46616,3,1397,1917 -"91702",22357,47607,3,1397,2724 -"91703",22357,49142,3,1397,2289 -"91704",22357,50468,2,1397,1659 -"91705",22357,51212,3,1397,1801 -"91706",22357,51505,3,1397,1572 -"91707",22357,52386,3,1397,1830 -"91708",22357,53584,3,1397,2391 -"91709",22357,53652,2,1397,2899 -"91710",22357,69260,3,1397,1698 -"91711",22357,69795,2,1397,2636 -"91712",22357,71999,3,1397,2685 -"91713",22357,73520,3,1397,2613 -"91714",22357,77719,3,1397,2086 -"91715",22357,78277,3,1397,1937 -"91716",22357,80970,2,1397,2069 -"91717",22357,84235,3,1397,1639 -"91718",22357,96718,3,1397,1767 -"91719",22362,270,3,1836,2542 -"91720",22362,380,3,1836,2261 -"91721",22362,913,3,1836,2144 -"91722",22362,1102,3,1836,2282 -"91723",22362,1386,3,1836,1901 -"91724",22362,1691,3,1836,1941 -"91725",22362,2111,3,1836,1904 -"91726",22362,2224,3,1836,2751 -"91727",22362,2424,3,1836,2582 -"91728",22362,2533,3,1836,2016 -"91729",22362,3271,3,1836,2216 -"91730",22362,3493,3,1836,2451 -"91731",22362,3628,3,1836,2707 -"91732",22362,5235,3,1836,2324 -"91733",22362,5971,3,1836,1985 -"91734",22362,6074,3,1836,2426 -"91735",22362,6222,3,1836,1949 -"91736",22362,6390,3,1836,2385 -"91737",22362,6588,2,1836,2025 -"91738",22362,6718,2,1836,2138 -"91739",22362,7555,3,1836,1943 -"91740",22362,8762,2,1836,2585 -"91741",22362,9030,3,1836,1979 -"91742",22362,9272,3,1836,2835 -"91743",22362,10857,3,1836,2253 -"91744",22362,11218,3,1836,2292 -"91745",22362,11351,3,1836,2971 -"91746",22362,12724,3,1836,1930 -"91747",22362,13307,3,1836,2206 -"91748",22362,14959,2,1836,2898 -"91749",22362,15343,3,1836,2125 -"91750",22362,16310,3,1836,2796 -"91751",22362,18394,3,1836,2356 -"91752",22362,18571,3,1836,2128 -"91753",22362,19719,3,1836,2177 -"91754",22362,19862,3,1836,2412 -"91755",22362,20124,3,1836,2376 -"91756",22362,20311,3,1836,1981 -"91757",22362,21012,3,1836,2325 -"91758",22362,21104,2,1836,2327 -"91759",22362,21138,3,1836,2849 -"91760",22362,21285,3,1836,2100 -"91761",22362,21417,3,1836,2422 -"91762",22362,21463,3,1836,2437 -"91763",22362,21693,1,1836,2176 -"91764",22362,22197,3,1836,2271 -"91765",22362,22326,1,1836,2818 -"91766",22362,23509,3,1836,2275 -"91767",22362,23526,3,1836,1998 -"91768",22362,23715,3,1836,1859 -"91769",22362,23725,3,1836,2378 -"91770",22362,24146,3,1836,2003 -"91771",22362,25305,2,1836,2447 -"91772",22362,25577,3,1836,1946 -"91773",22362,25874,3,1836,2088 -"91774",22362,26749,3,1836,2965 -"91775",22362,27275,3,1836,2656 -"91776",22362,27390,3,1836,2425 -"91777",22362,29073,3,1836,2328 -"91778",22362,29962,3,1836,2201 -"91779",22362,30173,2,1836,2404 -"91780",22362,30334,3,1836,2075 -"91781",22362,30405,3,1836,2164 -"91782",22362,32567,3,1836,2784 -"91783",22362,34836,3,1836,2302 -"91784",22362,35235,3,1836,2610 -"91785",22362,35428,3,1836,2263 -"91786",22362,36136,3,1836,2338 -"91787",22362,36962,3,1836,2861 -"91788",22362,37636,3,1836,2178 -"91789",22362,38019,2,1836,1870 -"91790",22362,38921,3,1836,1880 -"91791",22362,40392,3,1836,1878 -"91792",22362,40493,3,1836,1981 -"91793",22362,42216,3,1836,2722 -"91794",22362,42687,2,1836,1952 -"91795",22362,43213,3,1836,2160 -"91796",22362,43226,3,1836,2442 -"91797",22362,43455,3,1836,2846 -"91798",22362,45684,3,1836,2200 -"91799",22362,46629,3,1836,2255 -"91800",22362,48035,3,1836,2180 -"91801",22362,48110,3,1836,2009 -"91802",22362,49998,3,1836,2761 -"91803",22362,50118,2,1836,2654 -"91804",22362,50236,3,1836,2339 -"91805",22362,51017,3,1836,2073 -"91806",22362,51783,3,1836,2599 -"91807",22362,52576,3,1836,2234 -"91808",22362,54551,3,1836,2348 -"91809",22362,55156,3,1836,2196 -"91810",22362,55438,3,1836,2863 -"91811",22362,56082,2,1836,2395 -"91812",22362,56317,2,1836,2030 -"91813",22362,57246,3,1836,1873 -"91814",22362,58508,2,1836,2326 -"91815",22362,58684,3,1836,2295 -"91816",22362,59700,3,1836,2346 -"91817",22362,61982,3,1836,2725 -"91818",22362,69335,3,1836,2698 -"91819",22362,70046,3,1836,2624 -"91820",22362,70217,2,1836,2332 -"91821",22362,72207,2,1836,2430 -"91822",22362,72326,3,1836,2384 -"91823",22362,73266,3,1836,2496 -"91824",22362,75403,3,1836,1895 -"91825",22362,79804,3,1836,2227 -"91826",22362,82949,2,1836,2077 -"91827",22362,101295,3,1836,2165 -"91828",22362,101797,2,1836,2357 -"91829",22364,9503,3,1809,2453 -"91830",22364,9787,3,1809,2858 -"91831",22364,13879,3,1809,2748 -"91832",22364,14749,3,1809,1998 -"91833",22364,26959,3,1809,1961 -"91834",22364,36912,3,1809,2469 -"91835",22364,38259,3,1809,2258 -"91836",22364,40035,3,1809,2742 -"91837",22364,46486,3,1809,1868 -"91838",22364,53739,3,1809,2704 -"91839",22364,72597,3,1809,1843 -"91840",22374,5315,2,1226,2631 -"91841",22374,10358,3,1226,2294 -"91842",22374,10382,3,1226,2111 -"91843",22374,13109,1,1226,1374 -"91844",22374,13573,3,1226,2774 -"91845",22374,14032,3,1226,2144 -"91846",22374,19453,3,1226,1928 -"91847",22374,19858,3,1226,2357 -"91848",22374,21401,3,1226,1440 -"91849",22374,31003,2,1226,1859 -"91850",22374,34158,3,1226,2639 -"91851",22374,34648,2,1226,1596 -"91852",22374,36007,3,1226,2089 -"91853",22374,40487,3,1226,2512 -"91854",22374,45633,3,1226,2134 -"91855",22374,45903,2,1226,2237 -"91856",22374,48127,2,1226,2677 -"91857",22374,48602,2,1226,1704 -"91858",22374,50977,3,1226,2352 -"91859",22374,53779,3,1226,2000 -"91860",22374,56903,3,1226,1584 -"91861",22374,57714,3,1226,1391 -"91862",22374,64502,2,1226,1670 -"91863",22374,77001,3,1226,1440 -"91864",22374,81095,2,1226,1609 -"91865",22374,83526,2,1226,1235 -"91866",22374,85356,3,1226,1492 -"91867",22374,92381,3,1226,1237 -"91868",22374,111165,3,1226,1256 -"91869",22389,3506,3,2034,2364 -"91870",22389,5813,3,2034,2088 -"91871",22389,16866,3,2034,2718 -"91872",22389,17925,3,2034,2385 -"91873",22389,31990,3,2034,2264 -"91874",22389,32724,3,2034,2581 -"91875",22389,37801,3,2034,2578 -"91876",22389,44312,3,2034,2741 -"91877",22389,48931,1,2034,2444 -"91878",22389,57804,3,2034,2214 -"91879",22389,96387,3,2034,2159 -"91880",22403,1822,2,1630,2888 -"91881",22403,2181,3,1630,2030 -"91882",22403,2972,3,1630,1708 -"91883",22403,2979,3,1630,2912 -"91884",22403,3477,2,1630,2546 -"91885",22403,4253,3,1630,1890 -"91886",22403,4360,3,1630,1770 -"91887",22403,5072,3,1630,2175 -"91888",22403,5392,3,1630,1648 -"91889",22403,5622,3,1630,2175 -"91890",22403,6044,2,1630,2744 -"91891",22403,6063,2,1630,2349 -"91892",22403,6392,3,1630,1878 -"91893",22403,7234,3,1630,2654 -"91894",22403,8993,3,1630,2099 -"91895",22403,9503,3,1630,2453 -"91896",22403,10857,3,1630,2253 -"91897",22403,12388,2,1630,1975 -"91898",22403,12778,3,1630,2045 -"91899",22403,13388,3,1630,2119 -"91900",22403,13801,3,1630,2041 -"91901",22403,13899,3,1630,2650 -"91902",22403,14103,3,1630,2204 -"91903",22403,14353,1,1630,2878 -"91904",22403,14817,3,1630,2110 -"91905",22403,15023,3,1630,2054 -"91906",22403,15444,2,1630,2764 -"91907",22403,16539,3,1630,1947 -"91908",22403,16896,3,1630,2223 -"91909",22403,17027,2,1630,2772 -"91910",22403,17400,3,1630,2231 -"91911",22403,18165,3,1630,2085 -"91912",22403,18601,3,1630,2143 -"91913",22403,19317,3,1630,2041 -"91914",22403,20067,2,1630,2390 -"91915",22403,20124,3,1630,2376 -"91916",22403,20311,3,1630,1981 -"91917",22403,20732,3,1630,2401 -"91918",22403,20984,3,1630,2502 -"91919",22403,21248,3,1630,2232 -"91920",22403,21684,3,1630,1971 -"91921",22403,21706,3,1630,1988 -"91922",22403,21754,2,1630,1881 -"91923",22403,23268,3,1630,2258 -"91924",22403,23726,3,1630,2434 -"91925",22403,23869,3,1630,1918 -"91926",22403,24756,3,1630,2530 -"91927",22403,25078,3,1630,2312 -"91928",22403,25643,3,1630,1646 -"91929",22403,26080,3,1630,2525 -"91930",22403,29095,3,1630,2531 -"91931",22403,31357,3,1630,2389 -"91932",22403,32339,3,1630,2430 -"91933",22403,32395,3,1630,2735 -"91934",22403,33223,2,1630,2397 -"91935",22403,33451,3,1630,1957 -"91936",22403,33470,3,1630,2003 -"91937",22403,33801,3,1630,2899 -"91938",22403,34158,2,1630,2639 -"91939",22403,34693,3,1630,1938 -"91940",22403,35361,3,1630,2389 -"91941",22403,35822,3,1630,1903 -"91942",22403,37301,3,1630,2160 -"91943",22403,39294,3,1630,1889 -"91944",22403,39516,3,1630,2393 -"91945",22403,40542,2,1630,1664 -"91946",22403,41682,3,1630,1988 -"91947",22403,41972,2,1630,2509 -"91948",22403,42799,3,1630,2729 -"91949",22403,43213,3,1630,2160 -"91950",22403,43479,2,1630,2178 -"91951",22403,47248,3,1630,2883 -"91952",22403,47595,3,1630,2374 -"91953",22403,47895,2,1630,2328 -"91954",22403,48939,3,1630,1749 -"91955",22403,49414,2,1630,1667 -"91956",22403,51017,3,1630,2073 -"91957",22403,51319,3,1630,2488 -"91958",22403,51843,3,1630,2389 -"91959",22403,52261,2,1630,2162 -"91960",22403,52953,3,1630,1741 -"91961",22403,53475,3,1630,2853 -"91962",22403,54551,3,1630,2348 -"91963",22403,56082,3,1630,2395 -"91964",22403,57760,1,1630,1721 -"91965",22403,59140,3,1630,2528 -"91966",22403,59790,3,1630,1827 -"91967",22403,61242,3,1630,1650 -"91968",22403,67957,3,1630,2823 -"91969",22403,68652,3,1630,2878 -"91970",22403,70232,2,1630,2401 -"91971",22403,72207,3,1630,2430 -"91972",22403,75403,3,1630,1895 -"91973",22403,76356,3,1630,2323 -"91974",22403,79547,3,1630,1909 -"91975",22403,79804,3,1630,2227 -"91976",22403,84317,3,1630,2081 -"91977",22403,87720,3,1630,2086 -"91978",22403,117956,2,1630,2774 -"91979",22410,843,3,2158,2332 -"91980",22410,1369,3,2158,2487 -"91981",22410,2443,2,2158,2333 -"91982",22410,3271,3,2158,2216 -"91983",22410,4249,3,2158,2547 -"91984",22410,6062,3,2158,2681 -"91985",22410,6345,3,2158,2713 -"91986",22410,6999,3,2158,2214 -"91987",22410,9272,3,2158,2835 -"91988",22410,9724,3,2158,2713 -"91989",22410,14470,1,2158,2632 -"91990",22410,14957,3,2158,2306 -"91991",22410,15782,2,2158,2306 -"91992",22410,23498,2,2158,2398 -"91993",22410,31264,2,2158,2335 -"91994",22410,36840,2,2158,2269 -"91995",22410,42407,2,2158,2408 -"91996",22410,43226,3,2158,2442 -"91997",22410,45499,1,2158,2346 -"91998",22410,52950,3,2158,2716 -"91999",22410,53652,3,2158,2899 -"92000",22410,57205,2,2158,2948 -"92001",22410,58508,3,2158,2326 -"92002",22410,61398,3,2158,2563 -"92003",22410,66618,3,2158,2381 -"92004",22410,68286,2,2158,2442 -"92005",22410,69335,3,2158,2698 -"92006",22410,93553,3,2158,2537 -"92007",22415,18361,3,2841,2968 -"92008",22422,3011,3,894,2278 -"92009",22422,5491,2,894,2048 -"92010",22422,6162,3,894,1673 -"92011",22422,6602,3,894,1631 -"92012",22422,7548,3,894,1932 -"92013",22422,7840,1,894,984 -"92014",22422,8060,3,894,1883 -"92015",22422,9364,3,894,1698 -"92016",22422,10474,2,894,1608 -"92017",22422,14723,3,894,2019 -"92018",22422,15609,3,894,1229 -"92019",22422,18151,3,894,2962 -"92020",22422,18244,3,894,1622 -"92021",22422,19092,2,894,906 -"92022",22422,20494,3,894,1075 -"92023",22422,21795,3,894,2653 -"92024",22422,22181,3,894,1274 -"92025",22422,25610,3,894,2328 -"92026",22422,33433,3,894,2805 -"92027",22422,34820,3,894,1630 -"92028",22422,35888,2,894,2291 -"92029",22422,36578,3,894,1484 -"92030",22422,36950,3,894,2204 -"92031",22422,40913,2,894,1800 -"92032",22422,41211,3,894,896 -"92033",22422,41748,3,894,1480 -"92034",22422,44669,3,894,1594 -"92035",22422,49560,3,894,1679 -"92036",22422,50275,3,894,2832 -"92037",22422,50946,3,894,1075 -"92038",22422,54663,3,894,1424 -"92039",22422,55324,3,894,1544 -"92040",22422,62903,3,894,1704 -"92041",22422,63966,2,894,1565 -"92042",22422,70748,3,894,978 -"92043",22422,75343,2,894,2008 -"92044",22422,88857,3,894,1232 -"92045",22422,94450,2,894,1127 -"92046",22455,602,3,1197,2632 -"92047",22455,2572,3,1197,2273 -"92048",22455,3011,2,1197,2278 -"92049",22455,3765,3,1197,2775 -"92050",22455,4701,2,1197,2401 -"92051",22455,6162,3,1197,1673 -"92052",22455,6602,3,1197,1631 -"92053",22455,6982,3,1197,2034 -"92054",22455,9311,2,1197,2477 -"92055",22455,9391,3,1197,1252 -"92056",22455,9979,2,1197,2238 -"92057",22455,10148,3,1197,2964 -"92058",22455,10474,3,1197,1608 -"92059",22455,10843,3,1197,2277 -"92060",22455,12310,3,1197,1337 -"92061",22455,12373,3,1197,1567 -"92062",22455,14172,3,1197,1923 -"92063",22455,14278,2,1197,1267 -"92064",22455,14723,2,1197,2019 -"92065",22455,15005,3,1197,1415 -"92066",22455,15626,3,1197,2434 -"92067",22455,16201,3,1197,1811 -"92068",22455,18670,3,1197,1835 -"92069",22455,19453,3,1197,1928 -"92070",22455,19862,3,1197,2412 -"92071",22455,22180,1,1197,1835 -"92072",22455,22311,3,1197,2034 -"92073",22455,23745,3,1197,1968 -"92074",22455,24169,3,1197,1663 -"92075",22455,24286,2,1197,1280 -"92076",22455,26408,3,1197,1545 -"92077",22455,26595,3,1197,1566 -"92078",22455,27261,3,1197,1368 -"92079",22455,27849,3,1197,1316 -"92080",22455,28635,3,1197,2368 -"92081",22455,29089,3,1197,1344 -"92082",22455,30906,3,1197,2537 -"92083",22455,32103,2,1197,1491 -"92084",22455,32964,3,1197,2252 -"92085",22455,33356,2,1197,1586 -"92086",22455,33433,2,1197,2805 -"92087",22455,34707,3,1197,2042 -"92088",22455,34820,2,1197,1630 -"92089",22455,35516,3,1197,1229 -"92090",22455,35888,3,1197,2291 -"92091",22455,36578,2,1197,1484 -"92092",22455,38755,3,1197,2902 -"92093",22455,39556,3,1197,2747 -"92094",22455,42333,2,1197,2234 -"92095",22455,47726,3,1197,1272 -"92096",22455,49581,3,1197,1817 -"92097",22455,49696,3,1197,2444 -"92098",22455,53342,3,1197,2071 -"92099",22455,54879,2,1197,2210 -"92100",22455,55643,3,1197,2359 -"92101",22455,57732,3,1197,2454 -"92102",22455,58993,3,1197,2390 -"92103",22455,59113,3,1197,2434 -"92104",22455,62538,3,1197,1656 -"92105",22455,62903,2,1197,1704 -"92106",22455,64502,3,1197,1670 -"92107",22455,66756,3,1197,1301 -"92108",22455,66860,3,1197,1548 -"92109",22455,67145,3,1197,2015 -"92110",22455,68083,3,1197,2795 -"92111",22455,68098,3,1197,2378 -"92112",22455,69598,3,1197,2812 -"92113",22455,70714,3,1197,2030 -"92114",22455,74190,3,1197,1428 -"92115",22455,75343,3,1197,2008 -"92116",22455,85397,3,1197,1219 -"92117",22455,88039,3,1197,1219 -"92118",22455,99152,3,1197,1698 -"92119",22455,106318,3,1197,1698 -"92120",22458,4646,3,1586,2139 -"92121",22458,8200,3,1586,1709 -"92122",22458,9241,3,1586,2338 -"92123",22458,16690,3,1586,2132 -"92124",22458,23756,3,1586,2309 -"92125",22458,26450,3,1586,1709 -"92126",22458,59776,3,1586,2493 -"92127",22462,270,3,869,2542 -"92128",22462,380,3,869,2261 -"92129",22462,543,3,869,2203 -"92130",22462,758,3,869,1232 -"92131",22462,843,3,869,2332 -"92132",22462,854,3,869,2307 -"92133",22462,919,2,869,910 -"92134",22462,1102,3,869,2282 -"92135",22462,1124,3,869,1596 -"92136",22462,1175,3,869,1642 -"92137",22462,1196,3,869,1986 -"92138",22462,1222,3,869,2598 -"92139",22462,1520,3,869,1716 -"92140",22462,1629,3,869,1289 -"92141",22462,1685,3,869,2230 -"92142",22462,1822,2,869,2888 -"92143",22462,2093,3,869,2459 -"92144",22462,2120,3,869,1133 -"92145",22462,2139,2,869,2502 -"92146",22462,2181,2,869,2030 -"92147",22462,2747,3,869,2411 -"92148",22462,2985,3,869,2398 -"92149",22462,3127,3,869,2273 -"92150",22462,3195,3,869,2043 -"92151",22462,3271,3,869,2216 -"92152",22462,3272,3,869,2132 -"92153",22462,3395,3,869,1382 -"92154",22462,3456,3,869,1999 -"92155",22462,3477,1,869,2546 -"92156",22462,3495,3,869,2431 -"92157",22462,3620,3,869,2955 -"92158",22462,3819,3,869,1583 -"92159",22462,4504,3,869,1905 -"92160",22462,4612,3,869,2804 -"92161",22462,4622,2,869,1589 -"92162",22462,4665,3,869,1569 -"92163",22462,4953,3,869,2285 -"92164",22462,4968,3,869,1586 -"92165",22462,5355,3,869,1499 -"92166",22462,5414,3,869,2321 -"92167",22462,5971,3,869,1985 -"92168",22462,6047,3,869,2004 -"92169",22462,6063,1,869,2349 -"92170",22462,6132,3,869,1590 -"92171",22462,6248,3,869,2737 -"92172",22462,6262,3,869,2733 -"92173",22462,6324,3,869,1990 -"92174",22462,6392,2,869,1878 -"92175",22462,6449,3,869,1997 -"92176",22462,6588,3,869,2025 -"92177",22462,6621,3,869,2478 -"92178",22462,7337,3,869,1797 -"92179",22462,7422,3,869,1793 -"92180",22462,7648,3,869,1861 -"92181",22462,7937,3,869,2044 -"92182",22462,8140,3,869,1262 -"92183",22462,8354,3,869,1705 -"92184",22462,8395,3,869,896 -"92185",22462,8762,3,869,2585 -"92186",22462,8993,2,869,2099 -"92187",22462,9175,3,869,2639 -"92188",22462,9227,3,869,1267 -"92189",22462,9272,3,869,2835 -"92190",22462,9273,3,869,1747 -"92191",22462,9328,3,869,1937 -"92192",22462,9364,3,869,1698 -"92193",22462,9423,3,869,1708 -"92194",22462,9481,3,869,1610 -"92195",22462,9503,2,869,2453 -"92196",22462,9513,3,869,872 -"92197",22462,9787,3,869,2858 -"92198",22462,9801,3,869,2443 -"92199",22462,10387,3,869,871 -"92200",22462,10453,3,869,1656 -"92201",22462,10473,3,869,1783 -"92202",22462,10488,3,869,1524 -"92203",22462,10857,3,869,2253 -"92204",22462,10870,3,869,1755 -"92205",22462,11154,2,869,1594 -"92206",22462,11218,3,869,2292 -"92207",22462,11229,2,869,1625 -"92208",22462,11246,3,869,2741 -"92209",22462,11588,3,869,2352 -"92210",22462,11625,3,869,2022 -"92211",22462,11897,3,869,1271 -"92212",22462,12007,3,869,1594 -"92213",22462,12067,3,869,1213 -"92214",22462,12081,3,869,2166 -"92215",22462,12577,3,869,2530 -"92216",22462,12598,3,869,2086 -"92217",22462,12779,1,869,936 -"92218",22462,13007,2,869,2496 -"92219",22462,13024,3,869,2468 -"92220",22462,13671,3,869,1371 -"92221",22462,13899,2,869,2650 -"92222",22462,14353,3,869,2878 -"92223",22462,14482,3,869,1573 -"92224",22462,14564,3,869,1581 -"92225",22462,14749,3,869,1998 -"92226",22462,14817,2,869,2110 -"92227",22462,15023,2,869,2054 -"92228",22462,15047,3,869,1697 -"92229",22462,15235,3,869,1045 -"92230",22462,15462,3,869,1141 -"92231",22462,15729,3,869,2338 -"92232",22462,15799,3,869,1917 -"92233",22462,16205,3,869,2630 -"92234",22462,16501,3,869,1650 -"92235",22462,16628,3,869,2409 -"92236",22462,17027,3,869,2772 -"92237",22462,17037,3,869,2947 -"92238",22462,17097,3,869,1505 -"92239",22462,17133,3,869,924 -"92240",22462,17328,3,869,1206 -"92241",22462,17399,2,869,884 -"92242",22462,17973,3,869,2837 -"92243",22462,18217,1,869,1566 -"92244",22462,18361,3,869,2968 -"92245",22462,18381,3,869,1524 -"92246",22462,18394,3,869,2356 -"92247",22462,18571,3,869,2128 -"92248",22462,18670,3,869,1835 -"92249",22462,18943,3,869,2861 -"92250",22462,19069,3,869,988 -"92251",22462,19075,3,869,2214 -"92252",22462,19317,2,869,2041 -"92253",22462,19358,3,869,880 -"92254",22462,19667,3,869,1466 -"92255",22462,19718,3,869,1702 -"92256",22462,19835,3,869,1135 -"92257",22462,19934,3,869,2888 -"92258",22462,20124,2,869,2376 -"92259",22462,20162,3,869,2328 -"92260",22462,20220,3,869,1656 -"92261",22462,20416,3,869,2323 -"92262",22462,20547,3,869,2145 -"92263",22462,20739,3,869,2025 -"92264",22462,20984,2,869,2502 -"92265",22462,21079,3,869,1997 -"92266",22462,21198,3,869,935 -"92267",22462,21275,3,869,2609 -"92268",22462,21670,3,869,2158 -"92269",22462,21684,2,869,1971 -"92270",22462,21815,3,869,2032 -"92271",22462,22057,3,869,974 -"92272",22462,22403,2,869,1630 -"92273",22462,22744,3,869,1907 -"92274",22462,23131,3,869,1732 -"92275",22462,23526,3,869,1998 -"92276",22462,23715,3,869,1859 -"92277",22462,24264,2,869,1760 -"92278",22462,24902,3,869,2162 -"92279",22462,25163,3,869,1751 -"92280",22462,25816,3,869,2088 -"92281",22462,26138,3,869,1902 -"92282",22462,26234,3,869,2183 -"92283",22462,26577,3,869,933 -"92284",22462,27255,3,869,1232 -"92285",22462,27355,3,869,870 -"92286",22462,27694,3,869,2030 -"92287",22462,27783,3,869,2302 -"92288",22462,27897,3,869,1968 -"92289",22462,28588,2,869,1335 -"92290",22462,28893,3,869,2764 -"92291",22462,29116,3,869,2128 -"92292",22462,29267,2,869,1234 -"92293",22462,29884,3,869,1239 -"92294",22462,29962,3,869,2201 -"92295",22462,30052,3,869,2855 -"92296",22462,30092,3,869,1593 -"92297",22462,30236,3,869,2238 -"92298",22462,30325,3,869,1067 -"92299",22462,30486,2,869,1269 -"92300",22462,30668,3,869,2882 -"92301",22462,30669,3,869,1921 -"92302",22462,30798,3,869,1398 -"92303",22462,30827,3,869,2323 -"92304",22462,31159,3,869,2231 -"92305",22462,31164,3,869,1996 -"92306",22462,31295,3,869,2183 -"92307",22462,31357,2,869,2389 -"92308",22462,31541,3,869,1500 -"92309",22462,31542,3,869,2459 -"92310",22462,31652,3,869,2047 -"92311",22462,32070,3,869,950 -"92312",22462,32131,3,869,1035 -"92313",22462,32235,3,869,2109 -"92314",22462,32339,2,869,2430 -"92315",22462,32395,1,869,2735 -"92316",22462,32449,3,869,2091 -"92317",22462,32904,3,869,2055 -"92318",22462,33223,1,869,2397 -"92319",22462,33314,3,869,1444 -"92320",22462,33451,1,869,1957 -"92321",22462,33470,2,869,2003 -"92322",22462,33681,3,869,1059 -"92323",22462,33870,3,869,955 -"92324",22462,34117,3,869,961 -"92325",22462,34491,3,869,2694 -"92326",22462,35133,3,869,2219 -"92327",22462,35413,3,869,1569 -"92328",22462,35673,3,869,1067 -"92329",22462,35822,2,869,1903 -"92330",22462,36031,3,869,2342 -"92331",22462,36136,3,869,2338 -"92332",22462,36346,2,869,1240 -"92333",22462,37301,2,869,2160 -"92334",22462,37427,3,869,915 -"92335",22462,38213,3,869,1744 -"92336",22462,38307,3,869,2648 -"92337",22462,38457,2,869,1630 -"92338",22462,38458,2,869,1368 -"92339",22462,38513,2,869,914 -"92340",22462,38727,3,869,2238 -"92341",22462,38732,3,869,2263 -"92342",22462,39062,3,869,2020 -"92343",22462,39411,3,869,2384 -"92344",22462,39464,3,869,2314 -"92345",22462,40028,3,869,1349 -"92346",22462,40542,1,869,1664 -"92347",22462,40572,2,869,2666 -"92348",22462,41185,3,869,1929 -"92349",22462,41581,3,869,1692 -"92350",22462,41945,3,869,2856 -"92351",22462,42216,3,869,2722 -"92352",22462,42783,3,869,2338 -"92353",22462,43077,3,869,884 -"92354",22462,43226,3,869,2442 -"92355",22462,43455,3,869,2846 -"92356",22462,44181,2,869,1034 -"92357",22462,44521,3,869,1593 -"92358",22462,44564,3,869,2034 -"92359",22462,44727,3,869,1227 -"92360",22462,44730,3,869,2468 -"92361",22462,45239,3,869,2535 -"92362",22462,46091,3,869,1938 -"92363",22462,46261,3,869,2350 -"92364",22462,46486,3,869,1868 -"92365",22462,47140,3,869,2439 -"92366",22462,47595,2,869,2374 -"92367",22462,47844,3,869,2906 -"92368",22462,48110,3,869,2009 -"92369",22462,48939,3,869,1749 -"92370",22462,49470,3,869,1528 -"92371",22462,49620,3,869,1868 -"92372",22462,49759,3,869,2400 -"92373",22462,50335,3,869,1893 -"92374",22462,51173,3,869,1829 -"92375",22462,51399,3,869,934 -"92376",22462,51843,2,869,2389 -"92377",22462,51866,3,869,2411 -"92378",22462,52041,2,869,2694 -"92379",22462,52136,3,869,1412 -"92380",22462,52892,3,869,2372 -"92381",22462,52953,2,869,1741 -"92382",22462,53013,3,869,2523 -"92383",22462,54204,2,869,1449 -"92384",22462,54385,3,869,2340 -"92385",22462,54467,3,869,919 -"92386",22462,54551,3,869,2348 -"92387",22462,55084,3,869,1189 -"92388",22462,55307,3,869,2306 -"92389",22462,55730,3,869,1217 -"92390",22462,55997,3,869,1414 -"92391",22462,56082,3,869,2395 -"92392",22462,56168,3,869,1466 -"92393",22462,56873,1,869,1421 -"92394",22462,56936,3,869,1519 -"92395",22462,57129,3,869,1858 -"92396",22462,57150,2,869,1196 -"92397",22462,57246,3,869,1873 -"92398",22462,57760,3,869,1721 -"92399",22462,58164,3,869,2398 -"92400",22462,58218,3,869,2627 -"92401",22462,58508,3,869,2326 -"92402",22462,58536,3,869,2742 -"92403",22462,58745,3,869,1920 -"92404",22462,59289,3,869,2896 -"92405",22462,59790,2,869,1827 -"92406",22462,60661,3,869,2700 -"92407",22462,61125,3,869,1673 -"92408",22462,61242,3,869,1650 -"92409",22462,62975,3,869,977 -"92410",22462,63077,3,869,2778 -"92411",22462,63104,3,869,2149 -"92412",22462,64210,3,869,956 -"92413",22462,67252,3,869,1215 -"92414",22462,69308,3,869,2370 -"92415",22462,69335,3,869,2698 -"92416",22462,70232,3,869,2401 -"92417",22462,70573,3,869,1993 -"92418",22462,71217,3,869,2169 -"92419",22462,72597,3,869,1843 -"92420",22462,72956,3,869,1251 -"92421",22462,73192,3,869,1955 -"92422",22462,74370,3,869,1667 -"92423",22462,74636,3,869,2525 -"92424",22462,76143,2,869,1610 -"92425",22462,76503,2,869,1136 -"92426",22462,78315,3,869,1136 -"92427",22462,79547,2,869,1909 -"92428",22462,80301,3,869,1690 -"92429",22462,80615,3,869,2252 -"92430",22462,83218,3,869,1537 -"92431",22462,84317,2,869,2081 -"92432",22462,84574,3,869,958 -"92433",22462,84808,3,869,1974 -"92434",22462,87958,3,869,1234 -"92435",22462,88739,2,869,933 -"92436",22462,89258,3,869,1147 -"92437",22462,90709,3,869,1080 -"92438",22462,91465,3,869,1047 -"92439",22462,92860,3,869,1643 -"92440",22462,93320,3,869,1258 -"92441",22462,95682,3,869,881 -"92442",22462,99332,3,869,873 -"92443",22462,108498,3,869,974 -"92444",22462,110737,3,869,2117 -"92445",22474,51783,3,2446,2599 -"92446",22488,13024,3,2434,2468 -"92447",22488,64534,3,2434,2924 -"92448",22501,675,3,1006,1686 -"92449",22501,733,3,1006,1653 -"92450",22501,1136,3,1006,2536 -"92451",22501,1469,3,1006,1160 -"92452",22501,2063,3,1006,1278 -"92453",22501,2743,3,1006,1278 -"92454",22501,3242,3,1006,1730 -"92455",22501,4191,3,1006,2130 -"92456",22501,4618,3,1006,2607 -"92457",22501,4980,2,1006,2093 -"92458",22501,6023,3,1006,2050 -"92459",22501,8621,3,1006,1681 -"92460",22501,10799,3,1006,2010 -"92461",22501,16164,2,1006,1184 -"92462",22501,16365,1,1006,2217 -"92463",22501,17357,3,1006,1536 -"92464",22501,19516,3,1006,2313 -"92465",22501,20563,3,1006,2267 -"92466",22501,20824,3,1006,1366 -"92467",22501,21911,2,1006,1184 -"92468",22501,22884,3,1006,1608 -"92469",22501,23492,3,1006,1067 -"92470",22501,23506,3,1006,1172 -"92471",22501,23704,2,1006,2278 -"92472",22501,25643,3,1006,1646 -"92473",22501,26322,3,1006,1018 -"92474",22501,26436,2,1006,2489 -"92475",22501,26516,3,1006,2479 -"92476",22501,27753,3,1006,2750 -"92477",22501,30438,3,1006,1617 -"92478",22501,31000,3,1006,1526 -"92479",22501,31243,3,1006,1355 -"92480",22501,33588,3,1006,1040 -"92481",22501,33621,3,1006,1319 -"92482",22501,34492,1,1006,1798 -"92483",22501,38449,3,1006,1802 -"92484",22501,40293,3,1006,1671 -"92485",22501,45715,2,1006,2287 -"92486",22501,51022,3,1006,1499 -"92487",22501,51410,2,1006,2739 -"92488",22501,51987,2,1006,1397 -"92489",22501,56171,3,1006,1524 -"92490",22501,58035,3,1006,1646 -"92491",22501,64997,3,1006,2791 -"92492",22501,81633,3,1006,1348 -"92493",22501,81813,3,1006,1656 -"92494",22501,82767,3,1006,1641 -"92495",22501,88860,3,1006,1014 -"92496",22532,919,3,568,910 -"92497",22532,3559,3,568,2413 -"92498",22532,4622,3,568,1589 -"92499",22532,4691,3,568,1888 -"92500",22532,9273,3,568,1747 -"92501",22532,12598,3,568,2086 -"92502",22532,14442,3,568,2700 -"92503",22532,16347,3,568,1868 -"92504",22532,20547,3,568,2145 -"92505",22532,25678,3,568,1558 -"92506",22532,32904,3,568,2055 -"92507",22532,32939,3,568,2277 -"92508",22532,33470,3,568,2003 -"92509",22532,34295,3,568,2735 -"92510",22532,40759,1,568,2789 -"92511",22532,44473,3,568,1685 -"92512",22532,44501,3,568,2567 -"92513",22532,55307,2,568,2306 -"92514",22532,57804,3,568,2214 -"92515",22532,62975,2,568,977 -"92516",22532,64912,3,568,2099 -"92517",22532,69903,3,568,1066 -"92518",22532,76135,3,568,593 -"92519",22532,78283,3,568,620 -"92520",22532,89391,3,568,2180 -"92521",22532,91435,2,568,933 -"92522",22532,113848,1,568,999 -"92523",22537,457,3,436,1704 -"92524",22537,913,3,436,2144 -"92525",22537,1044,2,436,880 -"92526",22537,1691,3,436,1941 -"92527",22537,2143,3,436,1174 -"92528",22537,2424,3,436,2582 -"92529",22537,6390,3,436,2385 -"92530",22537,8529,3,436,1205 -"92531",22537,9030,3,436,1979 -"92532",22537,9364,3,436,1698 -"92533",22537,10474,3,436,1608 -"92534",22537,12304,2,436,439 -"92535",22537,14888,3,436,1411 -"92536",22537,17645,3,436,1918 -"92537",22537,19096,3,436,1538 -"92538",22537,19204,3,436,1753 -"92539",22537,19248,3,436,2357 -"92540",22537,19719,3,436,2177 -"92541",22537,21193,3,436,2490 -"92542",22537,21198,3,436,935 -"92543",22537,23450,3,436,967 -"92544",22537,24448,3,436,2289 -"92545",22537,26713,3,436,1235 -"92546",22537,27275,3,436,2656 -"92547",22537,27694,3,436,2030 -"92548",22537,30405,3,436,2164 -"92549",22537,31307,3,436,2139 -"92550",22537,34836,3,436,2302 -"92551",22537,35095,2,436,1502 -"92552",22537,37509,3,436,1640 -"92553",22537,44188,3,436,1609 -"92554",22537,44684,3,436,1220 -"92555",22537,46726,3,436,943 -"92556",22537,47585,3,436,794 -"92557",22537,49512,2,436,1302 -"92558",22537,50219,3,436,756 -"92559",22537,52327,3,436,1472 -"92560",22537,52576,3,436,2234 -"92561",22537,53323,3,436,2677 -"92562",22537,53624,3,436,952 -"92563",22537,56317,3,436,2030 -"92564",22537,57348,3,436,687 -"92565",22537,57353,2,436,1849 -"92566",22537,58451,3,436,1939 -"92567",22537,62668,3,436,958 -"92568",22537,65007,3,436,2530 -"92569",22537,67652,3,436,2736 -"92570",22537,71342,3,436,1289 -"92571",22537,72468,3,436,2292 -"92572",22537,72598,3,436,805 -"92573",22537,81588,3,436,1568 -"92574",22537,85592,3,436,1412 -"92575",22537,88126,3,436,1027 -"92576",22537,89097,3,436,935 -"92577",22537,89668,3,436,1279 -"92578",22537,92592,3,436,486 -"92579",22537,94908,3,436,1413 -"92580",22543,733,3,1594,1653 -"92581",22543,2208,3,1594,2814 -"92582",22543,3164,3,1594,2693 -"92583",22543,4567,1,1594,2348 -"92584",22543,6030,3,1594,2953 -"92585",22543,7506,3,1594,2371 -"92586",22543,7759,2,1594,2844 -"92587",22543,7861,3,1594,1647 -"92588",22543,10851,3,1594,2423 -"92589",22543,11108,3,1594,1609 -"92590",22543,12272,3,1594,2371 -"92591",22543,12778,3,1594,2045 -"92592",22543,13200,3,1594,2488 -"92593",22543,13249,3,1594,2573 -"92594",22543,17221,2,1594,2487 -"92595",22543,17245,2,1594,1811 -"92596",22543,17645,3,1594,1918 -"92597",22543,19093,3,1594,2224 -"92598",22543,19744,3,1594,2623 -"92599",22543,20067,3,1594,2390 -"92600",22543,22566,3,1594,2308 -"92601",22543,22682,3,1594,2035 -"92602",22543,23179,3,1594,1675 -"92603",22543,23825,3,1594,1913 -"92604",22543,25622,3,1594,1985 -"92605",22543,27001,3,1594,1761 -"92606",22543,27742,3,1594,2700 -"92607",22543,28048,3,1594,1637 -"92608",22543,28050,3,1594,1955 -"92609",22543,28168,3,1594,2702 -"92610",22543,33672,3,1594,2396 -"92611",22543,38463,3,1594,1675 -"92612",22543,40129,3,1594,2162 -"92613",22543,40368,3,1594,2876 -"92614",22543,41407,3,1594,1951 -"92615",22543,44135,2,1594,2620 -"92616",22543,44557,3,1594,2371 -"92617",22543,55076,2,1594,2408 -"92618",22543,57246,3,1594,1873 -"92619",22543,57609,3,1594,2717 -"92620",22543,64793,2,1594,2819 -"92621",22543,64857,3,1594,1792 -"92622",22543,76398,3,1594,2400 -"92623",22543,86343,3,1594,1643 -"92624",22543,92860,3,1594,1643 -"92625",22543,114257,3,1594,2307 -"92626",22554,455,3,620,2827 -"92627",22554,1067,3,620,918 -"92628",22554,1262,3,620,2973 -"92629",22554,1386,2,620,1901 -"92630",22554,3578,3,620,624 -"92631",22554,3695,3,620,2612 -"92632",22554,3877,3,620,1133 -"92633",22554,4723,3,620,1314 -"92634",22554,5491,3,620,2048 -"92635",22554,6324,3,620,1990 -"92636",22554,10726,3,620,841 -"92637",22554,13732,3,620,2789 -"92638",22554,14709,2,620,1901 -"92639",22554,15343,3,620,2125 -"92640",22554,16029,3,620,1160 -"92641",22554,18151,3,620,2962 -"92642",22554,18366,3,620,2699 -"92643",22554,19606,3,620,2783 -"92644",22554,19872,3,620,2913 -"92645",22554,20469,3,620,2125 -"92646",22554,21417,3,620,2422 -"92647",22554,21795,2,620,2653 -"92648",22554,24362,3,620,1287 -"92649",22554,24608,3,620,1630 -"92650",22554,26865,3,620,2726 -"92651",22554,29791,2,620,1986 -"92652",22554,30081,3,620,2403 -"92653",22554,33665,3,620,787 -"92654",22554,34160,3,620,1759 -"92655",22554,34327,3,620,2959 -"92656",22554,45664,3,620,2235 -"92657",22554,46680,2,620,1690 -"92658",22554,52442,3,620,1269 -"92659",22554,69062,3,620,1174 -"92660",22554,80655,3,620,1546 -"92661",22554,82735,3,620,829 -"92662",22554,85784,3,620,1142 -"92663",22554,90501,3,620,2380 -"92664",22554,120703,3,620,2172 -"92665",22559,11665,3,566,1643 -"92666",22566,3164,1,2308,2693 -"92667",22566,4932,3,2308,2752 -"92668",22566,5041,3,2308,2371 -"92669",22566,5511,3,2308,2356 -"92670",22566,6030,1,2308,2953 -"92671",22566,6345,3,2308,2713 -"92672",22566,7847,3,2308,2424 -"92673",22566,10779,3,2308,2881 -"92674",22566,11966,1,2308,2385 -"92675",22566,13311,3,2308,2315 -"92676",22566,13780,3,2308,2412 -"92677",22566,14972,3,2308,2332 -"92678",22566,16352,3,2308,2657 -"92679",22566,17499,3,2308,2954 -"92680",22566,18361,3,2308,2968 -"92681",22566,19072,2,2308,2358 -"92682",22566,20284,2,2308,2530 -"92683",22566,20292,2,2308,2755 -"92684",22566,21571,1,2308,2755 -"92685",22566,21682,3,2308,2414 -"92686",22566,23705,3,2308,2699 -"92687",22566,25971,3,2308,2608 -"92688",22566,28011,3,2308,2639 -"92689",22566,28168,1,2308,2702 -"92690",22566,28296,3,2308,2944 -"92691",22566,29004,3,2308,2596 -"92692",22566,31251,3,2308,2498 -"92693",22566,32169,3,2308,2504 -"92694",22566,32567,2,2308,2784 -"92695",22566,34735,3,2308,2767 -"92696",22566,43173,3,2308,2895 -"92697",22566,43226,3,2308,2442 -"92698",22566,43566,3,2308,2730 -"92699",22566,43701,3,2308,2400 -"92700",22566,44135,3,2308,2620 -"92701",22566,50236,3,2308,2339 -"92702",22566,51052,3,2308,2784 -"92703",22566,53362,3,2308,2360 -"92704",22566,54929,3,2308,2783 -"92705",22566,55076,3,2308,2408 -"92706",22566,56237,3,2308,2625 -"92707",22566,64997,3,2308,2791 -"92708",22566,66413,2,2308,2507 -"92709",22566,68083,3,2308,2795 -"92710",22566,82732,3,2308,2810 -"92711",22567,455,3,2396,2827 -"92712",22567,7515,3,2396,2737 -"92713",22567,9184,3,2396,2670 -"92714",22567,12528,3,2396,2589 -"92715",22567,23011,3,2396,2763 -"92716",22567,23132,2,2396,2756 -"92717",22567,26218,3,2396,2460 -"92718",22567,27275,3,2396,2656 -"92719",22567,27390,3,2396,2425 -"92720",22567,31235,3,2396,2668 -"92721",22567,40383,1,2396,2639 -"92722",22567,42799,3,2396,2729 -"92723",22567,59022,3,2396,2494 -"92724",22567,62219,3,2396,2494 -"92725",22567,67726,3,2396,2873 -"92726",22567,73305,3,2396,2544 -"92727",22571,1560,3,655,2013 -"92728",22571,2344,2,655,2752 -"92729",22571,2802,2,655,1836 -"92730",22571,7948,2,655,1584 -"92731",22571,8478,3,655,984 -"92732",22571,9506,2,655,1012 -"92733",22571,9716,2,655,1929 -"92734",22571,10727,2,655,2082 -"92735",22571,14789,3,655,1034 -"92736",22571,16361,1,655,1641 -"92737",22571,16593,3,655,1139 -"92738",22571,18855,3,655,1362 -"92739",22571,24104,1,655,817 -"92740",22571,25885,1,655,1223 -"92741",22571,25886,3,655,1580 -"92742",22571,29556,3,655,907 -"92743",22571,32582,3,655,1929 -"92744",22571,36514,3,655,1192 -"92745",22571,39697,3,655,669 -"92746",22571,40392,3,655,1878 -"92747",22571,41185,3,655,1929 -"92748",22571,49147,3,655,2539 -"92749",22571,51678,3,655,1077 -"92750",22571,52185,2,655,1012 -"92751",22571,55775,3,655,2385 -"92752",22571,65223,3,655,2724 -"92753",22571,67763,3,655,822 -"92754",22571,77519,3,655,819 -"92755",22571,78768,3,655,841 -"92756",22571,91465,3,655,1047 -"92757",22571,91715,3,655,1034 -"92758",22571,93317,3,655,1223 -"92759",22571,97266,3,655,1016 -"92760",22571,105867,2,655,1641 -"92761",22571,107993,2,655,999 -"92762",22578,2852,3,2216,2448 -"92763",22578,3127,3,2216,2273 -"92764",22578,4612,3,2216,2804 -"92765",22578,8610,3,2216,2240 -"92766",22578,9332,3,2216,2734 -"92767",22578,9615,3,2216,2464 -"92768",22578,9787,3,2216,2858 -"92769",22578,13079,3,2216,2547 -"92770",22578,15567,3,2216,2671 -"92771",22578,16286,3,2216,2470 -"92772",22578,19686,3,2216,2467 -"92773",22578,26124,2,2216,2356 -"92774",22578,27914,3,2216,2507 -"92775",22578,28869,3,2216,2425 -"92776",22578,33341,3,2216,2338 -"92777",22578,40035,3,2216,2742 -"92778",22578,40572,3,2216,2666 -"92779",22578,41023,3,2216,2408 -"92780",22578,41770,3,2216,2752 -"92781",22578,46384,3,2216,2285 -"92782",22578,56995,3,2216,2323 -"92783",22578,111375,3,2216,2686 -"92784",22580,2936,2,2245,2512 -"92785",22580,3978,3,2245,2775 -"92786",22580,4681,3,2245,2356 -"92787",22580,5235,2,2245,2324 -"92788",22580,9272,3,2245,2835 -"92789",22580,9723,1,2245,2302 -"92790",22580,18394,3,2245,2356 -"92791",22580,19215,1,2245,2604 -"92792",22580,19364,2,2245,2846 -"92793",22580,22709,1,2245,2743 -"92794",22580,31705,3,2245,2706 -"92795",22580,39534,3,2245,2410 -"92796",22580,39906,3,2245,2365 -"92797",22580,45473,2,2245,2540 -"92798",22580,49347,3,2245,2504 -"92799",22580,60879,2,2245,2792 -"92800",22580,73553,3,2245,2726 -"92801",22580,77077,3,2245,2693 -"92802",22580,94640,3,2245,2344 -"92803",22586,206,2,1341,1986 -"92804",22586,307,2,1341,2530 -"92805",22586,312,2,1341,2038 -"92806",22586,380,3,1341,2261 -"92807",22586,913,3,1341,2144 -"92808",22586,1036,2,1341,1367 -"92809",22586,1092,2,1341,1945 -"92810",22586,1691,3,1341,1941 -"92811",22586,1702,3,1341,1984 -"92812",22586,1780,3,1341,1375 -"92813",22586,2181,3,1341,2030 -"92814",22586,2424,3,1341,2582 -"92815",22586,2533,3,1341,2016 -"92816",22586,2684,2,1341,2874 -"92817",22586,3271,3,1341,2216 -"92818",22586,3305,3,1341,2839 -"92819",22586,3776,3,1341,2322 -"92820",22586,3801,3,1341,1974 -"92821",22586,3961,3,1341,2426 -"92822",22586,5429,2,1341,1991 -"92823",22586,7013,3,1341,2040 -"92824",22586,7337,2,1341,1797 -"92825",22586,7508,3,1341,2396 -"92826",22586,7555,3,1341,1943 -"92827",22586,7992,3,1341,2033 -"92828",22586,8726,3,1341,2083 -"92829",22586,9272,3,1341,2835 -"92830",22586,9311,3,1341,2477 -"92831",22586,9364,3,1341,1698 -"92832",22586,9893,2,1341,2701 -"92833",22586,10358,3,1341,2294 -"92834",22586,10513,2,1341,2284 -"92835",22586,11006,3,1341,1950 -"92836",22586,11055,1,1341,2111 -"92837",22586,11060,3,1341,2155 -"92838",22586,11351,3,1341,2971 -"92839",22586,11620,1,1341,2010 -"92840",22586,11976,2,1341,1727 -"92841",22586,13967,3,1341,1354 -"92842",22586,15433,3,1341,2038 -"92843",22586,15716,3,1341,1991 -"92844",22586,15729,3,1341,2338 -"92845",22586,16332,3,1341,2668 -"92846",22586,16432,3,1341,2664 -"92847",22586,17931,3,1341,1617 -"92848",22586,18124,3,1341,1642 -"92849",22586,19027,3,1341,2721 -"92850",22586,19248,3,1341,2357 -"92851",22586,19719,3,1341,2177 -"92852",22586,19937,3,1341,1587 -"92853",22586,20067,2,1341,2390 -"92854",22586,20124,3,1341,2376 -"92855",22586,20311,2,1341,1981 -"92856",22586,21197,3,1341,1437 -"92857",22586,21225,3,1341,1945 -"92858",22586,21285,3,1341,2100 -"92859",22586,21684,3,1341,1971 -"92860",22586,21706,1,1341,1988 -"92861",22586,22282,3,1341,1418 -"92862",22586,23869,3,1341,1918 -"92863",22586,24753,3,1341,2860 -"92864",22586,24955,3,1341,2424 -"92865",22586,25486,3,1341,2582 -"92866",22586,25577,3,1341,1946 -"92867",22586,26749,3,1341,2965 -"92868",22586,27275,3,1341,2656 -"92869",22586,27390,3,1341,2425 -"92870",22586,27501,1,1341,1981 -"92871",22586,27694,2,1341,2030 -"92872",22586,30883,3,1341,1629 -"92873",22586,31691,3,1341,1657 -"92874",22586,33356,3,1341,1586 -"92875",22586,33801,2,1341,2899 -"92876",22586,34907,2,1341,1945 -"92877",22586,35481,3,1341,2211 -"92878",22586,35529,3,1341,1620 -"92879",22586,36651,2,1341,1600 -"92880",22586,37509,3,1341,1640 -"92881",22586,38019,3,1341,1870 -"92882",22586,38780,3,1341,2705 -"92883",22586,39464,3,1341,2314 -"92884",22586,40368,3,1341,2876 -"92885",22586,40698,2,1341,1408 -"92886",22586,42574,3,1341,2842 -"92887",22586,42783,3,1341,2338 -"92888",22586,43226,3,1341,2442 -"92889",22586,43385,3,1341,1623 -"92890",22586,45608,1,1341,2420 -"92891",22586,46486,3,1341,1868 -"92892",22586,46680,3,1341,1690 -"92893",22586,47055,3,1341,1525 -"92894",22586,47772,2,1341,2293 -"92895",22586,48110,3,1341,2009 -"92896",22586,50269,3,1341,1966 -"92897",22586,50382,3,1341,2244 -"92898",22586,51017,3,1341,2073 -"92899",22586,51041,3,1341,2606 -"92900",22586,52323,3,1341,2148 -"92901",22586,52570,3,1341,2645 -"92902",22586,52576,3,1341,2234 -"92903",22586,53475,2,1341,2853 -"92904",22586,54676,3,1341,1342 -"92905",22586,54695,3,1341,2429 -"92906",22586,55468,3,1341,2511 -"92907",22586,56317,3,1341,2030 -"92908",22586,58427,3,1341,2234 -"92909",22586,58508,2,1341,2326 -"92910",22586,61982,3,1341,2725 -"92911",22586,62841,3,1341,2710 -"92912",22586,66224,3,1341,2728 -"92913",22586,69335,3,1341,2698 -"92914",22586,73394,3,1341,1606 -"92915",22586,76892,3,1341,2381 -"92916",22586,78037,2,1341,1606 -"92917",22586,79322,3,1341,2770 -"92918",22586,80301,3,1341,1690 -"92919",22586,80825,3,1341,2315 -"92920",22586,81588,3,1341,1568 -"92921",22586,82949,3,1341,2077 -"92922",22586,100432,3,1341,1358 -"92923",22596,11817,3,65,600 -"92924",22596,12417,1,65,802 -"92925",22596,18361,3,65,2968 -"92926",22596,22108,3,65,1915 -"92927",22596,23403,3,65,607 -"92928",22596,27112,3,65,500 -"92929",22596,39570,2,65,496 -"92930",22596,44521,3,65,1593 -"92931",22596,57781,3,65,1971 -"92932",22596,70724,3,65,496 -"92933",22596,70781,3,65,199 -"92934",22596,76127,3,65,910 -"92935",22635,4660,3,310,2149 -"92936",22635,16690,3,310,2132 -"92937",22635,22723,3,310,2859 -"92938",22635,34334,3,310,1637 -"92939",22635,46870,3,310,2473 -"92940",22635,63641,2,310,2337 -"92941",22635,66717,3,310,2104 -"92942",22635,72535,3,310,1191 -"92943",22635,76932,3,310,754 -"92944",22635,78677,3,310,341 -"92945",22635,81400,3,310,2679 -"92946",22635,83253,3,310,1102 -"92947",22635,96007,3,310,895 -"92948",22639,3961,3,2352,2426 -"92949",22639,21138,2,2352,2849 -"92950",22639,47248,3,2352,2883 -"92951",22652,1023,3,1544,2515 -"92952",22652,1063,3,1544,2515 -"92953",22652,1386,3,1544,1901 -"92954",22652,9030,2,1544,1979 -"92955",22652,9716,3,1544,1929 -"92956",22652,12361,3,1544,2732 -"92957",22652,14761,3,1544,2502 -"92958",22652,18151,3,1544,2962 -"92959",22652,20657,3,1544,2340 -"92960",22652,21795,3,1544,2653 -"92961",22652,26865,3,1544,2726 -"92962",22652,28923,3,1544,2362 -"92963",22652,30081,3,1544,2403 -"92964",22652,34327,3,1544,2959 -"92965",22652,37752,3,1544,2223 -"92966",22652,39211,3,1544,1908 -"92967",22652,41185,3,1544,1929 -"92968",22652,45664,3,1544,2235 -"92969",22652,47362,3,1544,2253 -"92970",22652,51035,3,1544,2397 -"92971",22652,73266,3,1544,2496 -"92972",22681,2424,3,551,2582 -"92973",22681,6062,2,551,2681 -"92974",22681,15290,3,551,641 -"92975",22681,15296,2,551,600 -"92976",22681,15813,3,551,2143 -"92977",22681,17931,3,551,1617 -"92978",22681,18601,3,551,2143 -"92979",22681,20496,2,551,2530 -"92980",22681,24444,3,551,1617 -"92981",22681,24497,2,551,1979 -"92982",22681,29243,3,551,2011 -"92983",22681,30322,3,551,2346 -"92984",22681,38263,2,551,2475 -"92985",22681,43481,2,551,875 -"92986",22681,46315,3,551,2316 -"92987",22681,56859,3,551,2319 -"92988",22681,58078,3,551,1252 -"92989",22681,62739,3,551,2753 -"92990",22681,69348,3,551,2783 -"92991",22681,70785,2,551,1440 -"92992",22681,72088,3,551,2728 -"92993",22681,74377,3,551,1285 -"92994",22681,76892,3,551,2381 -"92995",22681,84074,2,551,887 -"92996",22681,95680,3,551,801 -"92997",22682,267,3,2035,2631 -"92998",22682,854,3,2035,2307 -"92999",22682,2443,3,2035,2333 -"93000",22682,2484,3,2035,2389 -"93001",22682,2936,3,2035,2512 -"93002",22682,3506,3,2035,2364 -"93003",22682,3978,3,2035,2775 -"93004",22682,4929,3,2035,2240 -"93005",22682,5235,3,2035,2324 -"93006",22682,5610,3,2035,2223 -"93007",22682,7616,3,2035,2296 -"93008",22682,7847,3,2035,2424 -"93009",22682,8238,2,2035,2222 -"93010",22682,8327,3,2035,2527 -"93011",22682,8842,3,2035,2535 -"93012",22682,9311,3,2035,2477 -"93013",22682,9331,3,2035,2269 -"93014",22682,9723,2,2035,2302 -"93015",22682,11239,3,2035,2181 -"93016",22682,12081,2,2035,2166 -"93017",22682,13324,3,2035,2163 -"93018",22682,14507,3,2035,2686 -"93019",22682,14918,3,2035,2071 -"93020",22682,15008,3,2035,2338 -"93021",22682,15729,3,2035,2338 -"93022",22682,17351,3,2035,2036 -"93023",22682,17549,3,2035,2647 -"93024",22682,19208,3,2035,2629 -"93025",22682,19215,2,2035,2604 -"93026",22682,19317,3,2035,2041 -"93027",22682,19364,3,2035,2846 -"93028",22682,19605,3,2035,2395 -"93029",22682,20331,3,2035,2365 -"93030",22682,22207,3,2035,2365 -"93031",22682,22580,2,2035,2245 -"93032",22682,22709,2,2035,2743 -"93033",22682,23460,3,2035,2183 -"93034",22682,24256,2,2035,2393 -"93035",22682,24825,3,2035,2686 -"93036",22682,27796,2,2035,2151 -"93037",22682,29930,3,2035,2240 -"93038",22682,30697,3,2035,2891 -"93039",22682,31117,3,2035,2210 -"93040",22682,31159,2,2035,2231 -"93041",22682,31295,3,2035,2183 -"93042",22682,31705,2,2035,2706 -"93043",22682,34707,3,2035,2042 -"93044",22682,34921,3,2035,2181 -"93045",22682,35428,3,2035,2263 -"93046",22682,35888,3,2035,2291 -"93047",22682,36031,3,2035,2342 -"93048",22682,38307,3,2035,2648 -"93049",22682,39464,3,2035,2314 -"93050",22682,40565,3,2035,2115 -"93051",22682,41945,3,2035,2856 -"93052",22682,42783,3,2035,2338 -"93053",22682,44135,3,2035,2620 -"93054",22682,44403,3,2035,2429 -"93055",22682,44688,3,2035,2924 -"93056",22682,45239,3,2035,2535 -"93057",22682,45473,3,2035,2540 -"93058",22682,47564,3,2035,2650 -"93059",22682,48035,3,2035,2180 -"93060",22682,50113,3,2035,2059 -"93061",22682,50480,3,2035,2701 -"93062",22682,53995,3,2035,2151 -"93063",22682,54953,3,2035,2223 -"93064",22682,55076,3,2035,2408 -"93065",22682,60974,3,2035,2972 -"93066",22682,79413,3,2035,2224 -"93067",22682,94640,3,2035,2344 -"93068",22684,237,3,569,1982 -"93069",22684,2344,2,569,2752 -"93070",22684,2522,3,569,2069 -"93071",22684,2576,3,569,1307 -"93072",22684,3776,3,569,2322 -"93073",22684,4730,2,569,2131 -"93074",22684,4957,3,569,644 -"93075",22684,5568,3,569,1290 -"93076",22684,6133,3,569,1229 -"93077",22684,6876,3,569,1511 -"93078",22684,7433,3,569,2255 -"93079",22684,7948,3,569,1584 -"93080",22684,10727,3,569,2082 -"93081",22684,14791,3,569,1370 -"93082",22684,19858,2,569,2357 -"93083",22684,20200,3,569,2322 -"93084",22684,21180,3,569,2762 -"93085",22684,21741,3,569,1574 -"93086",22684,23430,3,569,904 -"93087",22684,24802,2,569,824 -"93088",22684,26642,3,569,2952 -"93089",22684,30442,3,569,2124 -"93090",22684,31001,3,569,2119 -"93091",22684,31089,3,569,2952 -"93092",22684,32939,3,569,2277 -"93093",22684,34162,3,569,2336 -"93094",22684,40537,3,569,1284 -"93095",22684,41953,2,569,945 -"93096",22684,42486,3,569,1951 -"93097",22684,42756,2,569,1384 -"93098",22684,47968,3,569,2829 -"93099",22684,48832,3,569,1370 -"93100",22684,53643,2,569,1626 -"93101",22684,55438,3,569,2863 -"93102",22684,55775,3,569,2385 -"93103",22684,57804,3,569,2214 -"93104",22684,58759,2,569,942 -"93105",22684,59282,2,569,859 -"93106",22684,61347,3,569,1684 -"93107",22684,63409,3,569,1937 -"93108",22684,66994,3,569,1865 -"93109",22684,67805,3,569,1338 -"93110",22684,68586,3,569,2322 -"93111",22684,69012,2,569,799 -"93112",22684,69447,2,569,1197 -"93113",22684,71712,3,569,2399 -"93114",22684,82426,3,569,1576 -"93115",22684,86580,3,569,696 -"93116",22684,97242,2,569,686 -"93117",22704,21,3,1150,1385 -"93118",22704,1108,3,1150,1600 -"93119",22704,4526,3,1150,1728 -"93120",22704,7942,3,1150,2623 -"93121",22704,8140,3,1150,1262 -"93122",22704,10239,3,1150,2032 -"93123",22704,10980,2,1150,1974 -"93124",22704,17645,3,1150,1918 -"93125",22704,23692,3,1150,1540 -"93126",22704,29818,3,1150,1677 -"93127",22704,34216,3,1150,2832 -"93128",22704,35728,3,1150,2017 -"93129",22704,37522,3,1150,1270 -"93130",22704,39256,3,1150,2449 -"93131",22704,42331,2,1150,1585 -"93132",22704,46252,3,1150,1249 -"93133",22704,47654,3,1150,1664 -"93134",22704,60258,3,1150,2405 -"93135",22704,63077,3,1150,2778 -"93136",22704,70101,3,1150,2414 -"93137",22704,85869,2,1150,1509 -"93138",22704,116987,3,1150,2469 -"93139",22705,24,2,1016,1295 -"93140",22705,499,3,1016,1931 -"93141",22705,543,3,1016,2203 -"93142",22705,600,3,1016,1702 -"93143",22705,675,3,1016,1686 -"93144",22705,997,3,1016,2788 -"93145",22705,1046,3,1016,1881 -"93146",22705,1136,3,1016,2536 -"93147",22705,1469,3,1016,1160 -"93148",22705,1777,3,1016,1965 -"93149",22705,1875,2,1016,1786 -"93150",22705,2036,3,1016,2483 -"93151",22705,2063,3,1016,1278 -"93152",22705,2166,3,1016,2557 -"93153",22705,2754,1,1016,1360 -"93154",22705,3495,3,1016,2431 -"93155",22705,3830,3,1016,1661 -"93156",22705,4360,3,1016,1770 -"93157",22705,4671,2,1016,2280 -"93158",22705,5226,3,1016,1309 -"93159",22705,5462,3,1016,2374 -"93160",22705,5504,3,1016,2389 -"93161",22705,5515,3,1016,2385 -"93162",22705,5669,3,1016,2502 -"93163",22705,5725,3,1016,2789 -"93164",22705,5845,3,1016,1552 -"93165",22705,5971,3,1016,1985 -"93166",22705,6491,3,1016,2424 -"93167",22705,7406,3,1016,1906 -"93168",22705,7858,3,1016,1795 -"93169",22705,8529,3,1016,1205 -"93170",22705,8866,3,1016,1545 -"93171",22705,8888,3,1016,1328 -"93172",22705,9695,2,1016,2143 -"93173",22705,10964,3,1016,2043 -"93174",22705,11019,3,1016,1299 -"93175",22705,11067,3,1016,2734 -"93176",22705,12767,3,1016,2329 -"93177",22705,13945,2,1016,1324 -"93178",22705,14655,3,1016,2559 -"93179",22705,15122,2,1016,1201 -"93180",22705,15184,3,1016,2396 -"93181",22705,15207,3,1016,1855 -"93182",22705,15539,3,1016,1929 -"93183",22705,16313,3,1016,1160 -"93184",22705,16352,3,1016,2657 -"93185",22705,19027,3,1016,2721 -"93186",22705,19096,2,1016,1538 -"93187",22705,19676,3,1016,1515 -"93188",22705,20162,2,1016,2328 -"93189",22705,22006,3,1016,1202 -"93190",22705,22197,3,1016,2271 -"93191",22705,23312,3,1016,2449 -"93192",22705,23918,3,1016,1881 -"93193",22705,24195,3,1016,1575 -"93194",22705,24579,3,1016,1394 -"93195",22705,24755,3,1016,1319 -"93196",22705,26322,3,1016,1018 -"93197",22705,26359,3,1016,2535 -"93198",22705,26867,3,1016,1804 -"93199",22705,27478,3,1016,2485 -"93200",22705,28285,3,1016,2972 -"93201",22705,28635,3,1016,2368 -"93202",22705,28640,3,1016,1475 -"93203",22705,29456,3,1016,1182 -"93204",22705,30504,3,1016,1573 -"93205",22705,31799,2,1016,2547 -"93206",22705,33949,3,1016,2489 -"93207",22705,34160,3,1016,1759 -"93208",22705,35256,3,1016,2271 -"93209",22705,35514,3,1016,2346 -"93210",22705,36714,3,1016,2209 -"93211",22705,37108,2,1016,1202 -"93212",22705,37301,3,1016,2160 -"93213",22705,40028,3,1016,1349 -"93214",22705,40072,3,1016,1182 -"93215",22705,40369,3,1016,2735 -"93216",22705,41739,3,1016,1339 -"93217",22705,41747,3,1016,1722 -"93218",22705,42129,3,1016,2318 -"93219",22705,44427,3,1016,2875 -"93220",22705,44636,3,1016,1026 -"93221",22705,47248,3,1016,2883 -"93222",22705,48571,3,1016,2717 -"93223",22705,49185,2,1016,1544 -"93224",22705,50236,3,1016,2339 -"93225",22705,50275,3,1016,2832 -"93226",22705,50667,3,1016,2719 -"93227",22705,51017,3,1016,2073 -"93228",22705,53031,3,1016,2065 -"93229",22705,53604,3,1016,2489 -"93230",22705,55556,3,1016,2075 -"93231",22705,56082,3,1016,2395 -"93232",22705,56232,3,1016,1175 -"93233",22705,56688,3,1016,2331 -"93234",22705,58035,3,1016,1646 -"93235",22705,58854,3,1016,1131 -"93236",22705,61719,3,1016,1515 -"93237",22705,62840,3,1016,2502 -"93238",22705,63515,2,1016,2023 -"93239",22705,63547,3,1016,1023 -"93240",22705,64181,3,1016,1828 -"93241",22705,64997,2,1016,2791 -"93242",22705,65029,3,1016,2954 -"93243",22705,67222,3,1016,1332 -"93244",22705,72334,2,1016,2820 -"93245",22705,75607,3,1016,2245 -"93246",22705,80014,3,1016,1562 -"93247",22705,82787,3,1016,1144 -"93248",22705,85430,3,1016,2370 -"93249",22705,89958,3,1016,1186 -"93250",22705,105233,3,1016,1199 -"93251",22709,3978,2,2743,2775 -"93252",22709,8062,3,2743,2858 -"93253",22709,9272,2,2743,2835 -"93254",22709,19364,1,2743,2846 -"93255",22709,22723,3,2743,2859 -"93256",22709,25373,3,2743,2783 -"93257",22709,34327,3,2743,2959 -"93258",22709,60879,3,2743,2792 -"93259",22709,63837,3,2743,2807 -"93260",22709,92297,3,2743,2952 -"93261",22709,121354,3,2743,2862 -"93262",22714,17826,3,2793,2920 -"93263",22714,17852,3,2793,2840 -"93264",22714,35837,3,2793,2871 -"93265",22714,47248,3,2793,2883 -"93266",22714,71618,3,2793,2960 -"93267",22722,1154,3,1233,1656 -"93268",22722,1315,3,1233,2760 -"93269",22722,3139,3,1233,1656 -"93270",22722,3896,3,1233,2693 -"93271",22722,4821,3,1233,1938 -"93272",22722,6602,2,1233,1631 -"93273",22722,7126,3,1233,1261 -"93274",22722,7196,3,1233,1508 -"93275",22722,7858,3,1233,1795 -"93276",22722,7984,3,1233,2493 -"93277",22722,8821,3,1233,2230 -"93278",22722,8890,3,1233,1955 -"93279",22722,10239,3,1233,2032 -"93280",22722,10474,3,1233,1608 -"93281",22722,11329,3,1233,2799 -"93282",22722,14108,3,1233,2012 -"93283",22722,14887,3,1233,2158 -"93284",22722,15118,3,1233,1311 -"93285",22722,15401,3,1233,1999 -"93286",22722,16365,3,1233,2217 -"93287",22722,17354,3,1233,2250 -"93288",22722,18825,3,1233,1240 -"93289",22722,19516,3,1233,2313 -"93290",22722,20070,2,1233,1914 -"93291",22722,20271,3,1233,2044 -"93292",22722,21133,3,1233,1320 -"93293",22722,21670,3,1233,2158 -"93294",22722,21681,3,1233,2005 -"93295",22722,23015,3,1233,1362 -"93296",22722,24255,3,1233,2770 -"93297",22722,28784,3,1233,1579 -"93298",22722,28896,2,1233,1395 -"93299",22722,31700,3,1233,2727 -"93300",22722,32419,3,1233,1909 -"93301",22722,32988,3,1233,2008 -"93302",22722,33380,2,1233,2340 -"93303",22722,34820,3,1233,1630 -"93304",22722,35187,3,1233,2488 -"93305",22722,35822,3,1233,1903 -"93306",22722,36031,2,1233,2342 -"93307",22722,36609,3,1233,2918 -"93308",22722,37937,3,1233,1320 -"93309",22722,38602,3,1233,2693 -"93310",22722,38973,3,1233,1999 -"93311",22722,42574,3,1233,2842 -"93312",22722,45618,3,1233,2356 -"93313",22722,45650,3,1233,1528 -"93314",22722,46596,3,1233,1942 -"93315",22722,47384,3,1233,1639 -"93316",22722,48215,2,1233,2028 -"93317",22722,49265,3,1233,2686 -"93318",22722,53323,3,1233,2677 -"93319",22722,55604,3,1233,2342 -"93320",22722,57380,3,1233,2362 -"93321",22722,63395,3,1233,2334 -"93322",22722,65155,3,1233,1947 -"93323",22722,72728,3,1233,2234 -"93324",22722,79158,3,1233,1252 -"93325",22722,82730,3,1233,1492 -"93326",22722,83053,3,1233,1303 -"93327",22722,85869,3,1233,1509 -"93328",22722,87837,3,1233,1987 -"93329",22722,88232,3,1233,2881 -"93330",22722,89681,3,1233,1978 -"93331",22722,96352,3,1233,1493 -"93332",22723,3403,2,2859,2951 -"93333",22723,13136,3,2859,2867 -"93334",22723,20700,3,2859,2861 -"93335",22743,10382,3,1736,2111 -"93336",22744,55,3,1907,2524 -"93337",22744,1685,2,1907,2230 -"93338",22744,3477,3,1907,2546 -"93339",22744,3506,3,1907,2364 -"93340",22744,5937,3,1907,2392 -"93341",22744,6063,3,1907,2349 -"93342",22744,6621,2,1907,2478 -"93343",22744,18821,3,1907,2075 -"93344",22744,23498,3,1907,2398 -"93345",22744,23825,3,1907,1913 -"93346",22744,31794,2,1907,1919 -"93347",22744,32079,3,1907,2315 -"93348",22744,33223,3,1907,2397 -"93349",22744,53648,3,1907,2167 -"93350",22744,75207,3,1907,2235 -"93351",22744,76672,3,1907,1930 -"93352",22744,79547,2,1907,1909 -"93353",22744,85638,2,1907,2275 -"93354",22746,386,3,913,1553 -"93355",22746,1787,3,913,1707 -"93356",22746,2370,3,913,1600 -"93357",22746,2907,3,913,1980 -"93358",22746,3484,3,913,1515 -"93359",22746,3678,3,913,1325 -"93360",22746,4188,3,913,2963 -"93361",22746,5937,3,913,2392 -"93362",22746,6234,3,913,2654 -"93363",22746,6235,3,913,1585 -"93364",22746,6800,3,913,2053 -"93365",22746,7499,2,913,1803 -"93366",22746,8899,3,913,2023 -"93367",22746,10250,3,913,1606 -"93368",22746,11259,3,913,1356 -"93369",22746,11868,3,913,1639 -"93370",22746,14612,2,913,2340 -"93371",22746,14838,3,913,1746 -"93372",22746,14861,3,913,2269 -"93373",22746,14957,3,913,2306 -"93374",22746,15119,3,913,1020 -"93375",22746,15150,2,913,2801 -"93376",22746,15558,1,913,2389 -"93377",22746,16477,3,913,2069 -"93378",22746,16524,3,913,1556 -"93379",22746,16910,3,913,1978 -"93380",22746,16969,3,913,1917 -"93381",22746,17672,3,913,1987 -"93382",22746,18821,3,913,2075 -"93383",22746,19002,2,913,2053 -"93384",22746,19767,3,913,1041 -"93385",22746,20011,2,913,2826 -"93386",22746,20709,3,913,1757 -"93387",22746,23728,1,913,2601 -"93388",22746,24044,3,913,1076 -"93389",22746,26698,3,913,1963 -"93390",22746,27570,3,913,1559 -"93391",22746,29775,3,913,2064 -"93392",22746,30194,3,913,2874 -"93393",22746,31259,3,913,2082 -"93394",22746,32079,3,913,2315 -"93395",22746,32841,3,913,1345 -"93396",22746,32939,3,913,2277 -"93397",22746,33460,3,913,2781 -"93398",22746,34576,2,913,1727 -"93399",22746,39439,3,913,2462 -"93400",22746,42136,2,913,2551 -"93401",22746,44727,3,913,1227 -"93402",22746,44730,2,913,2468 -"93403",22746,48585,1,913,2063 -"93404",22746,56413,3,913,2747 -"93405",22746,57804,3,913,2214 -"93406",22746,67836,2,913,2195 -"93407",22746,76505,3,913,2123 -"93408",22746,76997,3,913,2223 -"93409",22746,79913,3,913,1514 -"93410",22746,82246,3,913,1538 -"93411",22746,93459,3,913,1354 -"93412",22746,96700,2,913,1602 -"93413",22746,104843,3,913,1167 -"93414",22746,106330,3,913,2559 -"93415",22746,113333,2,913,1018 -"93416",22749,313,2,1727,2271 -"93417",22749,362,3,1727,2537 -"93418",22749,377,1,1727,2389 -"93419",22749,499,2,1727,1931 -"93420",22749,543,1,1727,2203 -"93421",22749,613,3,1727,2687 -"93422",22749,1151,2,1727,2885 -"93423",22749,1495,2,1727,2046 -"93424",22749,1616,2,1727,2662 -"93425",22749,1777,1,1727,1965 -"93426",22749,2036,2,1727,2483 -"93427",22749,2166,3,1727,2557 -"93428",22749,2224,3,1727,2751 -"93429",22749,2484,2,1727,2389 -"93430",22749,2766,3,1727,1920 -"93431",22749,3161,2,1727,2229 -"93432",22749,3242,3,1727,1730 -"93433",22749,3853,3,1727,2465 -"93434",22749,3878,2,1727,1890 -"93435",22749,4057,1,1727,2389 -"93436",22749,4226,3,1727,1903 -"93437",22749,4701,3,1727,2401 -"93438",22749,4763,3,1727,1960 -"93439",22749,5078,2,1727,2033 -"93440",22749,5457,2,1727,2077 -"93441",22749,5462,1,1727,2374 -"93442",22749,5504,1,1727,2389 -"93443",22749,6491,3,1727,2424 -"93444",22749,7323,1,1727,2858 -"93445",22749,8604,3,1727,2799 -"93446",22749,8760,2,1727,2477 -"93447",22749,9311,3,1727,2477 -"93448",22749,9332,3,1727,2734 -"93449",22749,9362,3,1727,2879 -"93450",22749,10874,3,1727,1891 -"93451",22749,12374,3,1727,2260 -"93452",22749,12713,2,1727,2440 -"93453",22749,14767,3,1727,2068 -"93454",22749,15184,3,1727,2396 -"93455",22749,15299,3,1727,2213 -"93456",22749,15539,2,1727,1929 -"93457",22749,16497,3,1727,2370 -"93458",22749,17410,3,1727,2073 -"93459",22749,17520,3,1727,2276 -"93460",22749,18151,3,1727,2962 -"93461",22749,19027,3,1727,2721 -"93462",22749,19606,2,1727,2783 -"93463",22749,20311,3,1727,1981 -"93464",22749,20563,3,1727,2267 -"93465",22749,20659,3,1727,1969 -"93466",22749,20700,2,1727,2861 -"93467",22749,23508,3,1727,1907 -"93468",22749,23751,3,1727,1740 -"93469",22749,24923,3,1727,2785 -"93470",22749,25198,3,1727,1982 -"93471",22749,26451,3,1727,2133 -"93472",22749,26516,3,1727,2479 -"93473",22749,27478,3,1727,2485 -"93474",22749,28216,2,1727,1910 -"93475",22749,29073,3,1727,2328 -"93476",22749,29258,3,1727,1932 -"93477",22749,30119,3,1727,1961 -"93478",22749,31235,3,1727,2668 -"93479",22749,31799,2,1727,2547 -"93480",22749,32606,3,1727,2100 -"93481",22749,33572,3,1727,2370 -"93482",22749,35256,1,1727,2271 -"93483",22749,36701,3,1727,2381 -"93484",22749,37418,3,1727,2710 -"93485",22749,37570,1,1727,2389 -"93486",22749,38727,3,1727,2238 -"93487",22749,38921,3,1727,1880 -"93488",22749,39444,3,1727,2695 -"93489",22749,39548,2,1727,2389 -"93490",22749,41278,2,1727,1873 -"93491",22749,41872,3,1727,2974 -"93492",22749,43518,3,1727,2680 -"93493",22749,44768,3,1727,2516 -"93494",22749,46039,3,1727,1794 -"93495",22749,47445,3,1727,2668 -"93496",22749,47803,3,1727,2477 -"93497",22749,49965,2,1727,2301 -"93498",22749,50252,3,1727,2001 -"93499",22749,50372,3,1727,1834 -"93500",22749,52576,3,1727,2234 -"93501",22749,53031,3,1727,2065 -"93502",22749,53851,3,1727,2305 -"93503",22749,55556,2,1727,2075 -"93504",22749,55828,3,1727,2393 -"93505",22749,57077,3,1727,1885 -"93506",22749,57129,3,1727,1858 -"93507",22749,57977,3,1727,2683 -"93508",22749,58218,3,1727,2627 -"93509",22749,60257,3,1727,2795 -"93510",22749,64967,3,1727,2872 -"93511",22749,65029,3,1727,2954 -"93512",22749,70046,2,1727,2624 -"93513",22749,80429,2,1727,1927 -"93514",22749,85430,2,1727,2370 -"93515",22749,86986,3,1727,1976 -"93516",22749,91570,3,1727,2229 -"93517",22749,93615,3,1727,2386 -"93518",22749,94401,3,1727,1784 -"93519",22766,3456,3,1945,1999 -"93520",22766,3564,3,1945,2717 -"93521",22766,4367,3,1945,2794 -"93522",22766,8610,3,1945,2240 -"93523",22766,10129,3,1945,2124 -"93524",22766,11136,3,1945,2573 -"93525",22766,14754,2,1945,2456 -"93526",22766,25741,1,1945,2853 -"93527",22766,37929,3,1945,2393 -"93528",22766,44235,3,1945,2700 -"93529",22766,45138,3,1945,2516 -"93530",22766,54284,3,1945,2491 -"93531",22766,55817,3,1945,2285 -"93532",22766,68586,3,1945,2322 -"93533",22766,82932,3,1945,2245 -"93534",22777,3628,3,2353,2707 -"93535",22777,8762,3,2353,2585 -"93536",22777,11351,3,2353,2971 -"93537",22785,1691,3,1733,1941 -"93538",22785,20407,2,1733,2339 -"93539",22785,30410,3,1733,1966 -"93540",22785,36439,3,1733,2469 -"93541",22785,44420,3,1733,2184 -"93542",22785,57704,2,1733,2076 -"93543",22808,6192,3,2297,2409 -"93544",22808,13249,2,2297,2573 -"93545",22808,13780,3,2297,2412 -"93546",22808,19208,3,2297,2629 -"93547",22808,19605,3,2297,2395 -"93548",22808,29454,3,2297,2719 -"93549",22808,34120,3,2297,2786 -"93550",22808,41664,3,2297,2641 -"93551",22808,42129,2,2297,2318 -"93552",22808,42216,3,2297,2722 -"93553",22808,45302,3,2297,2390 -"93554",22808,47564,3,2297,2650 -"93555",22808,51035,3,2297,2397 -"93556",22808,55076,3,2297,2408 -"93557",22808,55643,3,2297,2359 -"93558",22808,65434,3,2297,2866 -"93559",22850,468,3,878,1966 -"93560",22850,600,3,878,1702 -"93561",22850,3164,2,878,2693 -"93562",22850,3306,3,878,1989 -"93563",22850,4763,3,878,1960 -"93564",22850,4932,3,878,2752 -"93565",22850,5971,3,878,1985 -"93566",22850,6030,2,878,2953 -"93567",22850,9678,3,878,1217 -"93568",22850,10701,3,878,2000 -"93569",22850,11966,2,878,2385 -"93570",22850,12004,3,878,996 -"93571",22850,13400,3,878,1371 -"93572",22850,14080,1,878,1351 -"93573",22850,14855,3,878,903 -"93574",22850,15301,2,878,2308 -"93575",22850,15607,1,878,1421 -"93576",22850,15632,3,878,1242 -"93577",22850,17413,3,878,2230 -"93578",22850,19072,3,878,2358 -"93579",22850,19113,2,878,1171 -"93580",22850,20284,3,878,2530 -"93581",22850,20292,2,878,2755 -"93582",22850,21571,2,878,2755 -"93583",22850,22566,1,878,2308 -"93584",22850,26659,3,878,903 -"93585",22850,28011,3,878,2639 -"93586",22850,28050,2,878,1955 -"93587",22850,28168,2,878,2702 -"93588",22850,28296,3,878,2944 -"93589",22850,29050,3,878,1196 -"93590",22850,31279,3,878,965 -"93591",22850,31799,3,878,2547 -"93592",22850,32567,3,878,2784 -"93593",22850,34735,3,878,2767 -"93594",22850,38869,3,878,1675 -"93595",22850,41739,3,878,1339 -"93596",22850,42619,2,878,2017 -"93597",22850,44521,3,878,1593 -"93598",22850,44636,3,878,1026 -"93599",22850,50468,3,878,1659 -"93600",22850,51572,3,878,912 -"93601",22850,54929,3,878,2783 -"93602",22850,55185,3,878,922 -"93603",22850,57246,3,878,1873 -"93604",22850,57714,3,878,1391 -"93605",22850,62488,3,878,1418 -"93606",22850,64181,3,878,1828 -"93607",22850,65625,3,878,1273 -"93608",22850,66413,3,878,2507 -"93609",22850,69250,3,878,1439 -"93610",22850,83224,3,878,1183 -"93611",22850,94500,2,878,1529 -"93612",22850,98150,2,878,1009 -"93613",22850,100140,3,878,1041 -"93614",22850,102751,3,878,1229 -"93615",22850,105063,3,878,1908 -"93616",22857,13003,3,1708,2763 -"93617",22857,16608,2,1708,1769 -"93618",22857,17672,3,1708,1987 -"93619",22857,23825,3,1708,1913 -"93620",22857,58852,3,1708,2323 -"93621",22857,67622,2,1708,2224 -"93622",22874,313,3,404,2271 -"93623",22874,357,3,404,2327 -"93624",22874,499,3,404,1931 -"93625",22874,543,3,404,2203 -"93626",22874,1046,2,404,1881 -"93627",22874,1367,3,404,2176 -"93628",22874,1469,2,404,1160 -"93629",22874,1616,3,404,2662 -"93630",22874,1691,3,404,1941 -"93631",22874,1777,3,404,1965 -"93632",22874,2036,3,404,2483 -"93633",22874,2208,3,404,2814 -"93634",22874,2484,3,404,2389 -"93635",22874,2754,3,404,1360 -"93636",22874,3161,3,404,2229 -"93637",22874,3242,3,404,1730 -"93638",22874,3830,3,404,1661 -"93639",22874,4226,3,404,1903 -"93640",22874,4366,3,404,1726 -"93641",22874,4618,3,404,2607 -"93642",22874,5018,3,404,640 -"93643",22874,5078,3,404,2033 -"93644",22874,5148,3,404,2206 -"93645",22874,5235,3,404,2324 -"93646",22874,5457,3,404,2077 -"93647",22874,5462,2,404,2374 -"93648",22874,5504,3,404,2389 -"93649",22874,5669,3,404,2502 -"93650",22874,5725,3,404,2789 -"93651",22874,6366,3,404,798 -"93652",22874,6417,3,404,1675 -"93653",22874,7245,3,404,2089 -"93654",22874,8229,3,404,1241 -"93655",22874,8533,2,404,2251 -"93656",22874,8621,2,404,1681 -"93657",22874,10130,3,404,2741 -"93658",22874,11576,3,404,808 -"93659",22874,12713,3,404,2440 -"93660",22874,12867,3,404,2773 -"93661",22874,13699,3,404,1355 -"93662",22874,14108,3,404,2012 -"93663",22874,14507,3,404,2686 -"93664",22874,14855,3,404,903 -"93665",22874,14888,3,404,1411 -"93666",22874,14983,3,404,1047 -"93667",22874,15184,3,404,2396 -"93668",22874,15299,3,404,2213 -"93669",22874,15539,2,404,1929 -"93670",22874,16053,3,404,908 -"93671",22874,16074,3,404,977 -"93672",22874,16164,3,404,1184 -"93673",22874,16201,3,404,1811 -"93674",22874,16313,3,404,1160 -"93675",22874,17133,3,404,924 -"93676",22874,17645,3,404,1918 -"93677",22874,17997,3,404,1621 -"93678",22874,18277,3,404,2309 -"93679",22874,19027,3,404,2721 -"93680",22874,19183,3,404,1257 -"93681",22874,19568,3,404,2302 -"93682",22874,19606,3,404,2783 -"93683",22874,19963,3,404,810 -"93684",22874,20563,3,404,2267 -"93685",22874,20700,3,404,2861 -"93686",22874,22006,3,404,1202 -"93687",22874,22749,3,404,1727 -"93688",22874,24923,3,404,2785 -"93689",22874,26351,3,404,2683 -"93690",22874,26516,3,404,2479 -"93691",22874,26659,3,404,903 -"93692",22874,26713,3,404,1235 -"93693",22874,27478,2,404,2485 -"93694",22874,27753,3,404,2750 -"93695",22874,28216,3,404,1910 -"93696",22874,28285,3,404,2972 -"93697",22874,29073,3,404,2328 -"93698",22874,29456,3,404,1182 -"93699",22874,30119,3,404,1961 -"93700",22874,31799,2,404,2547 -"93701",22874,32409,2,404,857 -"93702",22874,32606,3,404,2100 -"93703",22874,33475,3,404,2367 -"93704",22874,34314,2,404,630 -"93705",22874,34443,3,404,496 -"93706",22874,35256,3,404,2271 -"93707",22874,35529,3,404,1620 -"93708",22874,37418,3,404,2710 -"93709",22874,38048,2,404,867 -"93710",22874,39444,3,404,2695 -"93711",22874,40136,3,404,1149 -"93712",22874,40296,3,404,1674 -"93713",22874,40432,3,404,1956 -"93714",22874,41278,3,404,1873 -"93715",22874,41747,3,404,1722 -"93716",22874,44636,3,404,1026 -"93717",22874,46091,3,404,1938 -"93718",22874,46726,3,404,943 -"93719",22874,47386,3,404,2226 -"93720",22874,47947,3,404,2681 -"93721",22874,48754,3,404,1972 -"93722",22874,50235,3,404,726 -"93723",22874,51410,3,404,2739 -"93724",22874,52570,3,404,2645 -"93725",22874,53031,2,404,2065 -"93726",22874,53300,3,404,2162 -"93727",22874,54676,3,404,1342 -"93728",22874,55556,3,404,2075 -"93729",22874,55880,3,404,626 -"93730",22874,57077,3,404,1885 -"93731",22874,57609,3,404,2717 -"93732",22874,57950,3,404,1529 -"93733",22874,57977,1,404,2683 -"93734",22874,58035,3,404,1646 -"93735",22874,58221,3,404,1787 -"93736",22874,61719,2,404,1515 -"93737",22874,62668,3,404,958 -"93738",22874,62840,3,404,2502 -"93739",22874,65029,3,404,2954 -"93740",22874,68098,3,404,2378 -"93741",22874,69498,3,404,931 -"93742",22874,71478,3,404,1721 -"93743",22874,71562,3,404,2574 -"93744",22874,73313,3,404,958 -"93745",22874,77489,3,404,1514 -"93746",22874,78278,3,404,424 -"93747",22874,79364,2,404,834 -"93748",22874,79657,3,404,1260 -"93749",22874,80471,3,404,538 -"93750",22874,80678,3,404,1595 -"93751",22874,82409,3,404,1881 -"93752",22874,84897,3,404,1075 -"93753",22874,85430,3,404,2370 -"93754",22874,88750,3,404,787 -"93755",22874,89958,3,404,1186 -"93756",22874,90837,3,404,825 -"93757",22874,91570,3,404,2229 -"93758",22874,93615,3,404,2386 -"93759",22874,93752,3,404,1368 -"93760",22874,100140,3,404,1041 -"93761",22874,100978,3,404,862 -"93762",22874,102050,2,404,906 -"93763",22874,105233,3,404,1199 -"93764",22874,106299,3,404,1190 -"93765",22877,313,3,75,2271 -"93766",22877,377,2,75,2389 -"93767",22877,499,3,75,1931 -"93768",22877,543,2,75,2203 -"93769",22877,613,3,75,2687 -"93770",22877,1151,3,75,2885 -"93771",22877,1469,3,75,1160 -"93772",22877,1495,3,75,2046 -"93773",22877,1616,3,75,2662 -"93774",22877,1777,2,75,1965 -"93775",22877,2036,3,75,2483 -"93776",22877,2166,3,75,2557 -"93777",22877,2224,3,75,2751 -"93778",22877,2484,2,75,2389 -"93779",22877,2754,2,75,1360 -"93780",22877,3088,3,75,1670 -"93781",22877,3161,3,75,2229 -"93782",22877,3242,3,75,1730 -"93783",22877,3830,2,75,1661 -"93784",22877,3878,3,75,1890 -"93785",22877,4057,2,75,2389 -"93786",22877,4226,3,75,1903 -"93787",22877,4701,3,75,2401 -"93788",22877,4790,3,75,1025 -"93789",22877,4791,3,75,1184 -"93790",22877,5078,2,75,2033 -"93791",22877,5457,2,75,2077 -"93792",22877,5462,1,75,2374 -"93793",22877,5504,1,75,2389 -"93794",22877,7241,3,75,2259 -"93795",22877,7323,2,75,2858 -"93796",22877,7363,2,75,123 -"93797",22877,8229,3,75,1241 -"93798",22877,8621,2,75,1681 -"93799",22877,8760,3,75,2477 -"93800",22877,8866,3,75,1545 -"93801",22877,9332,3,75,2734 -"93802",22877,9362,3,75,2879 -"93803",22877,9432,3,75,1693 -"93804",22877,10012,3,75,89 -"93805",22877,10799,3,75,2010 -"93806",22877,12713,3,75,2440 -"93807",22877,12887,3,75,433 -"93808",22877,13012,3,75,875 -"93809",22877,13929,3,75,2693 -"93810",22877,13945,3,75,1324 -"93811",22877,14091,3,75,929 -"93812",22877,15184,3,75,2396 -"93813",22877,15299,2,75,2213 -"93814",22877,15539,2,75,1929 -"93815",22877,16074,3,75,977 -"93816",22877,16111,3,75,1714 -"93817",22877,16164,3,75,1184 -"93818",22877,16313,3,75,1160 -"93819",22877,16497,3,75,2370 -"93820",22877,16609,2,75,538 -"93821",22877,17133,3,75,924 -"93822",22877,17410,3,75,2073 -"93823",22877,17520,3,75,2276 -"93824",22877,17626,3,75,1265 -"93825",22877,18151,3,75,2962 -"93826",22877,18615,3,75,1025 -"93827",22877,18707,3,75,1143 -"93828",22877,19027,3,75,2721 -"93829",22877,19606,2,75,2783 -"93830",22877,19637,3,75,1229 -"93831",22877,19963,3,75,810 -"93832",22877,20563,3,75,2267 -"93833",22877,20659,3,75,1969 -"93834",22877,20700,3,75,2861 -"93835",22877,21122,2,75,1701 -"93836",22877,22006,2,75,1202 -"93837",22877,22130,2,75,146 -"93838",22877,22705,3,75,1016 -"93839",22877,22749,2,75,1727 -"93840",22877,22874,3,75,404 -"93841",22877,23965,3,75,165 -"93842",22877,24005,3,75,1188 -"93843",22877,24348,3,75,103 -"93844",22877,26516,3,75,2479 -"93845",22877,27478,3,75,2485 -"93846",22877,27849,3,75,1316 -"93847",22877,28216,2,75,1910 -"93848",22877,29050,3,75,1196 -"93849",22877,29705,3,75,607 -"93850",22877,29750,3,75,689 -"93851",22877,30119,3,75,1961 -"93852",22877,30956,2,75,168 -"93853",22877,31799,2,75,2547 -"93854",22877,32017,3,75,577 -"93855",22877,32606,3,75,2100 -"93856",22877,33572,3,75,2370 -"93857",22877,34588,3,75,985 -"93858",22877,35256,2,75,2271 -"93859",22877,36962,3,75,2861 -"93860",22877,37418,3,75,2710 -"93861",22877,37570,2,75,2389 -"93862",22877,38048,2,75,867 -"93863",22877,38921,3,75,1880 -"93864",22877,39444,3,75,2695 -"93865",22877,39548,3,75,2389 -"93866",22877,41278,2,75,1873 -"93867",22877,41747,3,75,1722 -"93868",22877,42264,3,75,1702 -"93869",22877,44636,3,75,1026 -"93870",22877,44729,3,75,588 -"93871",22877,46680,3,75,1690 -"93872",22877,48698,3,75,1474 -"93873",22877,49965,2,75,2301 -"93874",22877,50252,3,75,2001 -"93875",22877,50372,3,75,1834 -"93876",22877,51810,3,75,1401 -"93877",22877,53031,3,75,2065 -"93878",22877,53630,3,75,1565 -"93879",22877,55156,3,75,2196 -"93880",22877,55468,3,75,2511 -"93881",22877,55556,3,75,2075 -"93882",22877,55691,3,75,2856 -"93883",22877,55828,3,75,2393 -"93884",22877,57077,3,75,1885 -"93885",22877,57710,3,75,411 -"93886",22877,57950,1,75,1529 -"93887",22877,57977,3,75,2683 -"93888",22877,58035,3,75,1646 -"93889",22877,58508,3,75,2326 -"93890",22877,63637,3,75,498 -"93891",22877,65029,3,75,2954 -"93892",22877,65884,3,75,798 -"93893",22877,67222,3,75,1332 -"93894",22877,68810,3,75,2409 -"93895",22877,69498,2,75,931 -"93896",22877,71478,2,75,1721 -"93897",22877,72334,3,75,2820 -"93898",22877,72823,3,75,929 -"93899",22877,75948,2,75,1006 -"93900",22877,76127,3,75,910 -"93901",22877,78416,3,75,630 -"93902",22877,78563,3,75,2385 -"93903",22877,80429,2,75,1927 -"93904",22877,80471,3,75,538 -"93905",22877,80678,3,75,1595 -"93906",22877,81511,3,75,848 -"93907",22877,82949,3,75,2077 -"93908",22877,85430,2,75,2370 -"93909",22877,89958,2,75,1186 -"93910",22877,90837,3,75,825 -"93911",22877,91570,3,75,2229 -"93912",22877,92220,3,75,607 -"93913",22877,97915,3,75,1802 -"93914",22877,98925,3,75,584 -"93915",22877,99444,3,75,408 -"93916",22877,101482,3,75,1300 -"93917",22877,102050,3,75,906 -"93918",22877,105795,2,75,1265 -"93919",22877,107649,3,75,1573 -"93920",22877,108415,2,75,752 -"93921",22877,108867,3,75,2328 -"93922",22877,109175,3,75,146 -"93923",22877,109383,3,75,952 -"93924",22877,113619,3,75,760 -"93925",22877,116478,3,75,293 -"93926",22884,270,3,1608,2542 -"93927",22884,312,2,1608,2038 -"93928",22884,671,3,1608,2328 -"93929",22884,675,2,1608,1686 -"93930",22884,701,3,1608,2718 -"93931",22884,733,3,1608,1653 -"93932",22884,1136,2,1608,2536 -"93933",22884,1321,3,1608,2075 -"93934",22884,2036,3,1608,2483 -"93935",22884,2224,3,1608,2751 -"93936",22884,2424,3,1608,2582 -"93937",22884,2533,2,1608,2016 -"93938",22884,2563,3,1608,1686 -"93939",22884,3242,3,1608,1730 -"93940",22884,3305,3,1608,2839 -"93941",22884,4191,3,1608,2130 -"93942",22884,4618,3,1608,2607 -"93943",22884,4980,3,1608,2093 -"93944",22884,5120,3,1608,2735 -"93945",22884,5429,3,1608,1991 -"93946",22884,6363,2,1608,2066 -"93947",22884,6428,3,1608,1952 -"93948",22884,6491,3,1608,2424 -"93949",22884,7847,3,1608,2424 -"93950",22884,8621,3,1608,1681 -"93951",22884,9184,3,1608,2670 -"93952",22884,9364,3,1608,1698 -"93953",22884,11006,3,1608,1950 -"93954",22884,12747,2,1608,2818 -"93955",22884,14108,3,1608,2012 -"93956",22884,14972,3,1608,2332 -"93957",22884,18211,3,1608,1745 -"93958",22884,19248,3,1608,2357 -"93959",22884,19719,3,1608,2177 -"93960",22884,20563,3,1608,2267 -"93961",22884,22141,3,1608,2348 -"93962",22884,22885,3,1608,1702 -"93963",22884,23216,3,1608,2424 -"93964",22884,23534,3,1608,1659 -"93965",22884,23704,3,1608,2278 -"93966",22884,25198,2,1608,1982 -"93967",22884,25341,3,1608,1858 -"93968",22884,25643,3,1608,1646 -"93969",22884,25816,3,1608,2088 -"93970",22884,25985,3,1608,2071 -"93971",22884,26436,3,1608,2489 -"93972",22884,26516,3,1608,2479 -"93973",22884,26608,3,1608,2329 -"93974",22884,27628,3,1608,2389 -"93975",22884,27694,3,1608,2030 -"93976",22884,27753,2,1608,2750 -"93977",22884,30438,3,1608,1617 -"93978",22884,32965,3,1608,2071 -"93979",22884,33672,3,1608,2396 -"93980",22884,34160,3,1608,1759 -"93981",22884,34492,2,1608,1798 -"93982",22884,34815,3,1608,2354 -"93983",22884,39535,3,1608,2428 -"93984",22884,40369,3,1608,2735 -"93985",22884,43173,3,1608,2895 -"93986",22884,43455,3,1608,2846 -"93987",22884,45715,3,1608,2287 -"93988",22884,46629,3,1608,2255 -"93989",22884,47098,3,1608,2057 -"93990",22884,50785,3,1608,2877 -"93991",22884,51041,1,1608,2606 -"93992",22884,51410,3,1608,2739 -"93993",22884,53851,3,1608,2305 -"93994",22884,57129,3,1608,1858 -"93995",22884,58035,3,1608,1646 -"93996",22884,59438,2,1608,2400 -"93997",22884,61982,3,1608,2725 -"93998",22884,64181,3,1608,1828 -"93999",22884,64997,2,1608,2791 -"94000",22884,70046,3,1608,2624 -"94001",22884,82767,3,1608,1641 -"94002",22884,92491,2,1608,1968 -"94003",22885,1136,3,1702,2536 -"94004",22885,4191,3,1702,2130 -"94005",22885,4687,3,1702,2152 -"94006",22885,6428,2,1702,1952 -"94007",22885,6491,3,1702,2424 -"94008",22885,7847,1,1702,2424 -"94009",22885,8274,3,1702,1909 -"94010",22885,10370,3,1702,2224 -"94011",22885,12432,3,1702,1816 -"94012",22885,12449,3,1702,2067 -"94013",22885,18394,3,1702,2356 -"94014",22885,19093,3,1702,2224 -"94015",22885,23216,3,1702,2424 -"94016",22885,23825,3,1702,1913 -"94017",22885,24066,2,1702,1755 -"94018",22885,25341,3,1702,1858 -"94019",22885,25816,2,1702,2088 -"94020",22885,27628,3,1702,2389 -"94021",22885,27753,3,1702,2750 -"94022",22885,34492,3,1702,1798 -"94023",22885,39411,3,1702,2384 -"94024",22885,40369,3,1702,2735 -"94025",22885,57129,2,1702,1858 -"94026",22885,57544,3,1702,2443 -"94027",22885,59790,3,1702,1827 -"94028",22885,60661,3,1702,2700 -"94029",22885,64181,2,1702,1828 -"94030",22885,64997,3,1702,2791 -"94031",22885,66413,3,1702,2507 -"94032",22885,91579,3,1702,2510 -"94033",22885,105063,3,1702,1908 -"94034",22893,10310,3,1938,2774 -"94035",22893,11103,3,1938,2393 -"94036",22893,11493,3,1938,2077 -"94037",22893,19208,3,1938,2629 -"94038",22893,20730,3,1938,2243 -"94039",22893,22580,3,1938,2245 -"94040",22893,22709,3,1938,2743 -"94041",22893,24256,3,1938,2393 -"94042",22893,24586,3,1938,2465 -"94043",22893,27195,3,1938,2158 -"94044",22893,29930,2,1938,2240 -"94045",22893,34921,2,1938,2181 -"94046",22893,36441,3,1938,2796 -"94047",22893,41770,3,1938,2752 -"94048",22893,42799,3,1938,2729 -"94049",22893,44894,3,1938,2048 -"94050",22893,53809,3,1938,1956 -"94051",22893,117956,2,1938,2774 -"94052",22905,17999,3,2599,2758 -"94053",22905,18808,3,2599,2854 -"94054",22905,38309,3,2599,2644 -"94055",22905,41051,3,2599,2767 -"94056",22905,50635,1,2599,2962 -"94057",22905,60672,2,2599,2876 -"94058",22905,68416,2,2599,2939 -"94059",22908,30350,2,2134,2515 -"94060",22932,47882,3,2469,2769 -"94061",22932,58711,2,2469,2746 -"94062",22932,67150,3,2469,2633 -"94063",22937,27363,3,244,1508 -"94064",22937,112539,3,244,452 -"94065",22945,160,3,237,2007 -"94066",22945,364,3,237,2351 -"94067",22945,782,3,237,945 -"94068",22945,1641,3,237,1490 -"94069",22945,2077,3,237,610 -"94070",22945,2108,3,237,1662 -"94071",22945,2407,3,237,1725 -"94072",22945,2452,3,237,1715 -"94073",22945,2576,2,237,1307 -"94074",22945,2747,3,237,2411 -"94075",22945,2852,3,237,2448 -"94076",22945,3127,3,237,2273 -"94077",22945,3313,2,237,572 -"94078",22945,3663,2,237,1232 -"94079",22945,4001,3,237,1687 -"94080",22945,4612,2,237,2804 -"94081",22945,4660,3,237,2149 -"94082",22945,4668,3,237,1919 -"94083",22945,4669,3,237,2395 -"94084",22945,4730,3,237,2131 -"94085",22945,4983,3,237,1909 -"94086",22945,5346,3,237,1438 -"94087",22945,5683,3,237,2468 -"94088",22945,5897,2,237,2337 -"94089",22945,6119,3,237,2358 -"94090",22945,7252,3,237,2799 -"94091",22945,7785,3,237,2441 -"94092",22945,7942,2,237,2623 -"94093",22945,8140,3,237,1262 -"94094",22945,8610,2,237,2240 -"94095",22945,8890,3,237,1955 -"94096",22945,8984,3,237,1162 -"94097",22945,9060,3,237,1612 -"94098",22945,9227,3,237,1267 -"94099",22945,9332,3,237,2734 -"94100",22945,9481,3,237,1610 -"94101",22945,9503,3,237,2453 -"94102",22945,9785,3,237,2951 -"94103",22945,9787,2,237,2858 -"94104",22945,10453,3,237,1656 -"94105",22945,10495,3,237,2230 -"94106",22945,10551,1,237,243 -"94107",22945,10803,3,237,545 -"94108",22945,10980,3,237,1974 -"94109",22945,11108,3,237,1609 -"94110",22945,11990,2,237,1909 -"94111",22945,12023,2,237,799 -"94112",22945,12361,3,237,2732 -"94113",22945,12781,2,237,831 -"94114",22945,12948,3,237,2669 -"94115",22945,13068,3,237,1778 -"94116",22945,13295,1,237,779 -"94117",22945,13537,3,237,1020 -"94118",22945,14287,2,237,1583 -"94119",22945,14532,3,237,1193 -"94120",22945,14599,3,237,1118 -"94121",22945,14749,3,237,1998 -"94122",22945,14776,3,237,1488 -"94123",22945,14817,3,237,2110 -"94124",22945,15207,3,237,1855 -"94125",22945,15567,3,237,2671 -"94126",22945,16015,3,237,1307 -"94127",22945,16021,3,237,858 -"94128",22945,16152,2,237,879 -"94129",22945,16286,3,237,2470 -"94130",22945,16437,3,237,1956 -"94131",22945,16501,2,237,1650 -"94132",22945,16715,3,237,1218 -"94133",22945,16864,2,237,814 -"94134",22945,16866,3,237,2718 -"94135",22945,17033,3,237,2771 -"94136",22945,17252,3,237,1258 -"94137",22945,17456,3,237,1300 -"94138",22945,17645,3,237,1918 -"94139",22945,17687,3,237,593 -"94140",22945,18550,3,237,483 -"94141",22945,18865,3,237,2676 -"94142",22945,18978,2,237,952 -"94143",22945,19334,2,237,1979 -"94144",22945,19386,2,237,1714 -"94145",22945,19655,3,237,2706 -"94146",22945,20124,3,237,2376 -"94147",22945,20220,3,237,1656 -"94148",22945,20662,3,237,1523 -"94149",22945,21207,3,237,1258 -"94150",22945,22578,3,237,2216 -"94151",22945,23015,3,237,1362 -"94152",22945,23131,2,237,1732 -"94153",22945,23206,3,237,2805 -"94154",22945,23398,3,237,896 -"94155",22945,23488,3,237,1523 -"94156",22945,23513,3,237,900 -"94157",22945,24176,3,237,1986 -"94158",22945,24302,3,237,407 -"94159",22945,25163,3,237,1751 -"94160",22945,26551,3,237,652 -"94161",22945,27545,3,237,855 -"94162",22945,27742,1,237,2700 -"94163",22945,27882,3,237,1897 -"94164",22945,27914,1,237,2507 -"94165",22945,28051,3,237,2089 -"94166",22945,28296,3,237,2944 -"94167",22945,28440,3,237,675 -"94168",22945,28869,2,237,2425 -"94169",22945,28904,1,237,926 -"94170",22945,29286,3,237,1612 -"94171",22945,29311,3,237,1849 -"94172",22945,29473,3,237,2602 -"94173",22945,29495,3,237,1612 -"94174",22945,29512,3,237,1594 -"94175",22945,29667,3,237,531 -"94176",22945,29818,3,237,1677 -"94177",22945,30442,3,237,2124 -"94178",22945,30525,2,237,1964 -"94179",22945,31216,3,237,1244 -"94180",22945,31317,3,237,1362 -"94181",22945,31753,2,237,1514 -"94182",22945,31868,2,237,1993 -"94183",22945,32110,3,237,2224 -"94184",22945,32532,3,237,2338 -"94185",22945,32560,2,237,1258 -"94186",22945,32651,3,237,877 -"94187",22945,32920,3,237,2158 -"94188",22945,33870,3,237,955 -"94189",22945,33957,3,237,245 -"94190",22945,34735,3,237,2767 -"94191",22945,35728,2,237,2017 -"94192",22945,36327,3,237,870 -"94193",22945,36487,3,237,2622 -"94194",22945,36514,3,237,1192 -"94195",22945,36912,3,237,2469 -"94196",22945,37351,3,237,978 -"94197",22945,38087,3,237,1083 -"94198",22945,39418,3,237,1978 -"94199",22945,39589,3,237,1292 -"94200",22945,39800,3,237,802 -"94201",22945,39999,3,237,1593 -"94202",22945,40035,3,237,2742 -"94203",22945,40113,3,237,451 -"94204",22945,40264,3,237,1418 -"94205",22945,40309,3,237,871 -"94206",22945,40572,3,237,2666 -"94207",22945,41023,3,237,2408 -"94208",22945,41077,2,237,864 -"94209",22945,41581,3,237,1692 -"94210",22945,41633,3,237,1976 -"94211",22945,42619,3,237,2017 -"94212",22945,42813,3,237,2142 -"94213",22945,43159,3,237,512 -"94214",22945,43961,2,237,2443 -"94215",22945,44074,2,237,1299 -"94216",22945,44598,3,237,2356 -"94217",22945,44795,3,237,635 -"94218",22945,45518,3,237,494 -"94219",22945,45869,3,237,2840 -"94220",22945,46384,3,237,2285 -"94221",22945,46486,3,237,1868 -"94222",22945,47375,3,237,2043 -"94223",22945,48955,3,237,242 -"94224",22945,49201,3,237,936 -"94225",22945,50229,3,237,1190 -"94226",22945,50354,3,237,1299 -"94227",22945,50509,3,237,2050 -"94228",22945,51879,3,237,1771 -"94229",22945,54467,3,237,919 -"94230",22945,54775,2,237,2383 -"94231",22945,55072,3,237,612 -"94232",22945,56538,3,237,2796 -"94233",22945,56755,3,237,2158 -"94234",22945,56995,2,237,2323 -"94235",22945,58233,3,237,1665 -"94236",22945,58501,3,237,2613 -"94237",22945,58655,2,237,2685 -"94238",22945,58759,3,237,942 -"94239",22945,59726,3,237,1513 -"94240",22945,61125,2,237,1673 -"94241",22945,61727,3,237,413 -"94242",22945,62438,3,237,802 -"94243",22945,63395,3,237,2334 -"94244",22945,64947,3,237,2489 -"94245",22945,66693,3,237,2554 -"94246",22945,66695,3,237,1071 -"94247",22945,66756,3,237,1301 -"94248",22945,66943,3,237,327 -"94249",22945,68275,3,237,1158 -"94250",22945,68539,3,237,1158 -"94251",22945,70455,2,237,1307 -"94252",22945,71467,3,237,1051 -"94253",22945,72632,3,237,1289 -"94254",22945,72882,3,237,1330 -"94255",22945,79420,3,237,1061 -"94256",22945,79432,3,237,1708 -"94257",22945,80156,3,237,1667 -"94258",22945,80671,3,237,665 -"94259",22945,81437,3,237,1101 -"94260",22945,81545,3,237,2077 -"94261",22945,83377,2,237,243 -"94262",22945,85396,2,237,1131 -"94263",22945,87011,3,237,1592 -"94264",22945,87269,3,237,847 -"94265",22945,87907,3,237,1173 -"94266",22945,88324,2,237,1080 -"94267",22945,89538,2,237,1847 -"94268",22945,91806,3,237,969 -"94269",22945,91849,2,237,1166 -"94270",22945,91942,3,237,2216 -"94271",22945,92860,3,237,1643 -"94272",22945,94048,3,237,275 -"94273",22945,94520,3,237,1243 -"94274",22945,100048,3,237,1573 -"94275",22945,101453,3,237,454 -"94276",22945,103491,2,237,1523 -"94277",22945,111193,3,237,429 -"94278",22945,111375,3,237,2686 -"94279",22945,114648,3,237,270 -"94280",22945,115021,2,237,1226 -"94281",22945,115031,3,237,2383 -"94282",22945,115618,3,237,2314 -"94283",22945,119978,3,237,815 -"94284",22950,47564,3,2576,2650 -"94285",22964,671,2,1443,2328 -"94286",22964,1745,2,1443,2693 -"94287",22964,4618,3,1443,2607 -"94288",22964,13929,3,1443,2693 -"94289",22964,16497,3,1443,2370 -"94290",22964,19027,3,1443,2721 -"94291",22964,25341,3,1443,1858 -"94292",22964,26570,2,1443,1669 -"94293",22964,44427,3,1443,2875 -"94294",22964,51022,3,1443,1499 -"94295",22964,55691,3,1443,2856 -"94296",22964,58035,3,1443,1646 -"94297",22964,77377,3,1443,1487 -"94298",22964,82767,3,1443,1641 -"94299",22966,23268,3,2112,2258 -"94300",22980,2927,3,158,1789 -"94301",22980,4180,3,158,1817 -"94302",22980,6480,3,158,1678 -"94303",22980,7253,3,158,2686 -"94304",22980,7254,3,158,1849 -"94305",22980,8006,3,158,479 -"94306",22980,9727,3,158,2327 -"94307",22980,9808,3,158,1648 -"94308",22980,11135,3,158,2441 -"94309",22980,11432,3,158,1593 -"94310",22980,11858,2,158,1530 -"94311",22980,14433,3,158,1225 -"94312",22980,15146,3,158,1546 -"94313",22980,15502,3,158,2637 -"94314",22980,16538,3,158,704 -"94315",22980,16545,3,158,186 -"94316",22980,19323,2,158,1705 -"94317",22980,19509,3,158,2000 -"94318",22980,20392,3,158,1309 -"94319",22980,20705,2,158,829 -"94320",22980,23639,3,158,2065 -"94321",22980,24109,2,158,504 -"94322",22980,24116,3,158,1413 -"94323",22980,25270,3,158,985 -"94324",22980,31795,3,158,412 -"94325",22980,32939,3,158,2277 -"94326",22980,34953,3,158,1817 -"94327",22980,42390,3,158,2937 -"94328",22980,42998,3,158,1978 -"94329",22980,43543,3,158,1457 -"94330",22980,49621,3,158,1915 -"94331",22980,51448,3,158,1593 -"94332",22980,52380,3,158,2686 -"94333",22980,53498,3,158,1967 -"94334",22980,65375,3,158,824 -"94335",22980,65658,3,158,2030 -"94336",22980,69215,3,158,1591 -"94337",22980,71895,3,158,1327 -"94338",22980,77189,2,158,1965 -"94339",22980,79918,3,158,1672 -"94340",22980,82312,3,158,340 -"94341",22980,105262,3,158,223 -"94342",22980,108872,3,158,1810 -"94343",23000,1519,3,1815,2349 -"94344",23000,3493,3,1815,2451 -"94345",23000,5897,3,1815,2337 -"94346",23000,9241,2,1815,2338 -"94347",23000,9785,3,1815,2951 -"94348",23000,14754,2,1815,2456 -"94349",23000,15826,3,1815,2772 -"94350",23000,18421,3,1815,2457 -"94351",23000,19334,3,1815,1979 -"94352",23000,20941,3,1815,2725 -"94353",23000,21487,3,1815,2203 -"94354",23000,26182,1,1815,2775 -"94355",23000,27320,3,1815,2378 -"94356",23000,28115,3,1815,1835 -"94357",23000,32939,3,1815,2277 -"94358",23000,35797,3,1815,2482 -"94359",23000,36912,3,1815,2469 -"94360",23000,39062,3,1815,2020 -"94361",23000,42256,3,1815,2839 -"94362",23000,46982,2,1815,2806 -"94363",23000,47013,2,1815,2388 -"94364",23000,51144,3,1815,2466 -"94365",23000,57356,2,1815,2476 -"94366",23000,57804,3,1815,2214 -"94367",23000,62715,3,1815,1838 -"94368",23000,78594,3,1815,2441 -"94369",23006,341,3,1532,2689 -"94370",23006,600,3,1532,1702 -"94371",23006,952,3,1532,1991 -"94372",23006,3819,3,1532,1583 -"94373",23006,3947,3,1532,2067 -"94374",23006,3966,3,1532,2425 -"94375",23006,5315,3,1532,2631 -"94376",23006,5449,3,1532,1723 -"94377",23006,6047,3,1532,2004 -"94378",23006,6417,3,1532,1675 -"94379",23006,7029,3,1532,2204 -"94380",23006,10310,2,1532,2774 -"94381",23006,10358,3,1532,2294 -"94382",23006,10870,2,1532,1755 -"94383",23006,11103,2,1532,2393 -"94384",23006,11239,3,1532,2181 -"94385",23006,11493,2,1532,2077 -"94386",23006,12371,2,1532,1569 -"94387",23006,12692,3,1532,1855 -"94388",23006,14032,3,1532,2144 -"94389",23006,14564,3,1532,1581 -"94390",23006,15207,3,1532,1855 -"94391",23006,16352,3,1532,2657 -"94392",23006,17351,3,1532,2036 -"94393",23006,18165,3,1532,2085 -"94394",23006,18344,3,1532,2204 -"94395",23006,19208,2,1532,2629 -"94396",23006,19593,3,1532,2013 -"94397",23006,19605,3,1532,2395 -"94398",23006,20331,3,1532,2365 -"94399",23006,20730,2,1532,2243 -"94400",23006,20874,3,1532,1580 -"94401",23006,22403,3,1532,1630 -"94402",23006,22893,1,1532,1938 -"94403",23006,24256,2,1532,2393 -"94404",23006,24568,3,1532,1937 -"94405",23006,24586,2,1532,2465 -"94406",23006,25325,3,1532,2963 -"94407",23006,27104,3,1532,1608 -"94408",23006,27195,2,1532,2158 -"94409",23006,28571,2,1532,1556 -"94410",23006,29512,3,1532,1594 -"94411",23006,29917,3,1532,1962 -"94412",23006,29930,1,1532,2240 -"94413",23006,31705,3,1532,2706 -"94414",23006,33184,3,1532,2522 -"94415",23006,34735,3,1532,2767 -"94416",23006,34921,3,1532,2181 -"94417",23006,36441,2,1532,2796 -"94418",23006,36574,3,1532,2934 -"94419",23006,36862,3,1532,2655 -"94420",23006,41770,2,1532,2752 -"94421",23006,41955,3,1532,2479 -"94422",23006,42515,3,1532,2752 -"94423",23006,42574,3,1532,2842 -"94424",23006,42799,2,1532,2729 -"94425",23006,44894,2,1532,2048 -"94426",23006,46635,3,1532,2528 -"94427",23006,47789,3,1532,1583 -"94428",23006,47895,3,1532,2328 -"94429",23006,49185,3,1532,1544 -"94430",23006,50480,3,1532,2701 -"94431",23006,53134,3,1532,1590 -"94432",23006,53219,3,1532,2973 -"94433",23006,56903,3,1532,1584 -"94434",23006,62870,2,1532,1568 -"94435",23006,63409,3,1532,1937 -"94436",23006,67129,3,1532,2335 -"94437",23006,73305,3,1532,2544 -"94438",23006,76356,3,1532,2323 -"94439",23006,78436,3,1532,1615 -"94440",23006,80944,3,1532,2300 -"94441",23006,86883,2,1532,1623 -"94442",23006,117956,1,1532,2774 -"94443",23011,29929,3,2763,2789 -"94444",23011,67726,1,2763,2873 -"94445",23012,860,3,207,1258 -"94446",23012,2617,3,207,592 -"94447",23012,9332,3,207,2734 -"94448",23012,14287,3,207,1583 -"94449",23012,16502,3,207,1616 -"94450",23012,23597,3,207,1080 -"94451",23012,25269,3,207,306 -"94452",23012,25390,3,207,903 -"94453",23012,26642,3,207,2952 -"94454",23012,29667,2,207,531 -"94455",23012,42256,3,207,2839 -"94456",23012,42562,3,207,1195 -"94457",23012,53687,2,207,2422 -"94458",23012,54523,3,207,1935 -"94459",23012,83729,3,207,406 -"94460",23015,687,3,1362,1664 -"94461",23015,900,3,1362,2726 -"94462",23015,1108,3,1362,1600 -"94463",23015,2668,3,1362,1529 -"94464",23015,3271,3,1362,2216 -"94465",23015,5317,3,1362,2063 -"94466",23015,6821,3,1362,1788 -"94467",23015,7785,3,1362,2441 -"94468",23015,9552,2,1362,1947 -"94469",23015,10239,3,1362,2032 -"94470",23015,14586,2,1362,2801 -"94471",23015,16437,3,1362,1956 -"94472",23015,16482,3,1362,1958 -"94473",23015,16776,3,1362,1565 -"94474",23015,19516,3,1362,2313 -"94475",23015,19605,3,1362,2395 -"94476",23015,20321,3,1362,1596 -"94477",23015,26124,3,1362,2356 -"94478",23015,28051,3,1362,2089 -"94479",23015,28893,3,1362,2764 -"94480",23015,28896,3,1362,1395 -"94481",23015,30618,3,1362,1609 -"94482",23015,31541,3,1362,1500 -"94483",23015,31856,3,1362,2630 -"94484",23015,32532,3,1362,2338 -"94485",23015,35797,3,1362,2482 -"94486",23015,36031,3,1362,2342 -"94487",23015,37752,2,1362,2223 -"94488",23015,38373,3,1362,1928 -"94489",23015,38676,3,1362,2286 -"94490",23015,39443,2,1362,2277 -"94491",23015,39875,1,1362,2422 -"94492",23015,41187,3,1362,2340 -"94493",23015,47968,3,1362,2829 -"94494",23015,48215,3,1362,2028 -"94495",23015,55438,3,1362,2863 -"94496",23015,57067,3,1362,2547 -"94497",23015,57180,3,1362,2703 -"94498",23015,57356,3,1362,2476 -"94499",23015,59039,3,1362,2870 -"94500",23015,59485,3,1362,1564 -"94501",23015,60258,3,1362,2405 -"94502",23015,65188,3,1362,2213 -"94503",23015,66978,1,1362,1536 -"94504",23015,69788,3,1362,2007 -"94505",23015,72438,3,1362,1397 -"94506",23015,77077,3,1362,2693 -"94507",23015,77377,3,1362,1487 -"94508",23015,90745,3,1362,1994 -"94509",23015,98058,3,1362,1891 -"94510",23043,4634,3,1109,2291 -"94511",23043,6040,2,1109,2103 -"94512",23043,7257,1,1109,1915 -"94513",23043,9656,3,1109,1135 -"94514",23043,9783,2,1109,1275 -"94515",23043,10250,3,1109,1606 -"94516",23043,14490,3,1109,2291 -"94517",23043,20709,3,1109,1757 -"94518",23043,21753,3,1109,1838 -"94519",23043,22932,1,1109,2469 -"94520",23043,42574,3,1109,2842 -"94521",23043,47882,2,1109,2769 -"94522",23043,50083,2,1109,1275 -"94523",23043,55742,2,1109,2006 -"94524",23043,58711,1,1109,2746 -"94525",23043,67150,2,1109,2633 -"94526",23043,78227,1,1109,1745 -"94527",23043,78611,2,1109,1586 -"94528",23043,95653,3,1109,1440 -"94529",23043,108151,2,1109,2377 -"94530",23059,25,3,131,2762 -"94531",23059,360,3,131,1671 -"94532",23059,457,1,131,1704 -"94533",23059,952,3,131,1991 -"94534",23059,1044,3,131,880 -"94535",23059,1102,3,131,2282 -"94536",23059,1175,3,131,1642 -"94537",23059,2143,3,131,1174 -"94538",23059,3265,3,131,214 -"94539",23059,4705,3,131,1714 -"94540",23059,4889,3,131,1501 -"94541",23059,5580,3,131,2111 -"94542",23059,6047,3,131,2004 -"94543",23059,6074,3,131,2426 -"94544",23059,6162,3,131,1673 -"94545",23059,6296,3,131,148 -"94546",23059,6449,3,131,1997 -"94547",23059,6740,3,131,2699 -"94548",23059,8192,1,131,1670 -"94549",23059,8274,3,131,1909 -"94550",23059,8376,2,131,1670 -"94551",23059,8866,3,131,1545 -"94552",23059,8888,3,131,1328 -"94553",23059,8910,3,131,1054 -"94554",23059,9175,2,131,2639 -"94555",23059,9654,3,131,2111 -"94556",23059,11516,3,131,1937 -"94557",23059,12304,3,131,439 -"94558",23059,12374,3,131,2260 -"94559",23059,12432,2,131,1816 -"94560",23059,12449,2,131,2067 -"94561",23059,13869,2,131,1786 -"94562",23059,14616,3,131,385 -"94563",23059,14959,3,131,2898 -"94564",23059,14972,3,131,2332 -"94565",23059,14983,3,131,1047 -"94566",23059,15632,3,131,1242 -"94567",23059,15813,3,131,2143 -"94568",23059,17938,3,131,1410 -"94569",23059,18277,3,131,2309 -"94570",23059,18394,3,131,2356 -"94571",23059,19096,3,131,1538 -"94572",23059,19963,3,131,810 -"94573",23059,20486,2,131,1908 -"94574",23059,20588,3,131,912 -"94575",23059,21012,3,131,2325 -"94576",23059,22537,3,131,436 -"94577",23059,22885,3,131,1702 -"94578",23059,23011,3,131,2763 -"94579",23059,24066,2,131,1755 -"94580",23059,24558,2,131,2139 -"94581",23059,25577,3,131,1946 -"94582",23059,26595,3,131,1566 -"94583",23059,26671,2,131,2279 -"94584",23059,29948,3,131,2795 -"94585",23059,30405,3,131,2164 -"94586",23059,31003,3,131,1859 -"94587",23059,32017,3,131,577 -"94588",23059,32899,3,131,1369 -"94589",23059,34836,3,131,2302 -"94590",23059,35516,3,131,1229 -"94591",23059,36427,3,131,544 -"94592",23059,37800,2,131,604 -"94593",23059,39189,3,131,2319 -"94594",23059,39271,3,131,399 -"94595",23059,39865,3,131,849 -"94596",23059,40072,3,131,1182 -"94597",23059,41108,3,131,1624 -"94598",23059,44188,2,131,1609 -"94599",23059,44306,3,131,1036 -"94600",23059,44949,3,131,324 -"94601",23059,45239,3,131,2535 -"94602",23059,46469,3,131,759 -"94603",23059,46596,3,131,1942 -"94604",23059,48215,3,131,2028 -"94605",23059,48274,3,131,1979 -"94606",23059,49512,2,131,1302 -"94607",23059,50134,3,131,2674 -"94608",23059,53323,3,131,2677 -"94609",23059,53608,3,131,1986 -"94610",23059,56082,3,131,2395 -"94611",23059,57348,3,131,687 -"94612",23059,57353,2,131,1849 -"94613",23059,59939,3,131,936 -"94614",23059,60855,3,131,2272 -"94615",23059,62903,3,131,1704 -"94616",23059,67726,3,131,2873 -"94617",23059,72598,2,131,805 -"94618",23059,73197,3,131,1998 -"94619",23059,74910,3,131,653 -"94620",23059,78092,3,131,430 -"94621",23059,79322,3,131,2770 -"94622",23059,79403,3,131,977 -"94623",23059,82730,3,131,1492 -"94624",23059,85290,3,131,376 -"94625",23059,88126,3,131,1027 -"94626",23059,91579,3,131,2510 -"94627",23059,91841,3,131,1521 -"94628",23059,91912,3,131,790 -"94629",23059,94545,3,131,790 -"94630",23059,95036,3,131,380 -"94631",23059,101652,3,131,270 -"94632",23059,106466,2,131,953 -"94633",23059,108107,2,131,1704 -"94634",23059,112435,2,131,456 -"94635",23059,116478,3,131,293 -"94636",23059,117080,3,131,2357 -"94637",23076,669,3,410,1423 -"94638",23076,6241,3,410,2264 -"94639",23076,8866,3,410,1545 -"94640",23076,8961,2,410,507 -"94641",23076,9702,3,410,1928 -"94642",23076,10859,3,410,2231 -"94643",23076,21682,3,410,2414 -"94644",23076,24405,3,410,1443 -"94645",23076,27173,3,410,2050 -"94646",23076,35069,3,410,2069 -"94647",23076,35854,3,410,1676 -"94648",23076,39278,2,410,1952 -"94649",23076,47362,3,410,2253 -"94650",23076,53342,3,410,2071 -"94651",23076,68939,3,410,1051 -"94652",23076,88455,3,410,2388 -"94653",23076,89965,3,410,810 -"94654",23098,9362,3,2300,2879 -"94655",23098,17480,3,2300,2316 -"94656",23098,19744,2,2300,2623 -"94657",23098,20331,3,2300,2365 -"94658",23098,30697,2,2300,2891 -"94659",23098,30827,3,2300,2323 -"94660",23098,36609,3,2300,2918 -"94661",23098,45618,3,2300,2356 -"94662",23112,4567,3,1192,2348 -"94663",23112,5346,3,1192,1438 -"94664",23112,7506,2,1192,2371 -"94665",23112,12272,3,1192,2371 -"94666",23112,15207,3,1192,1855 -"94667",23112,17768,3,1192,2468 -"94668",23112,22543,3,1192,1594 -"94669",23112,28627,2,1192,2694 -"94670",23112,44135,3,1192,2620 -"94671",23112,44759,3,1192,2419 -"94672",23112,55076,3,1192,2408 -"94673",23112,60624,3,1192,1570 -"94674",23112,69250,2,1192,1439 -"94675",23112,86343,3,1192,1643 -"94676",23112,94520,3,1192,1243 -"94677",23112,99557,3,1192,1703 -"94678",23112,109635,3,1192,1925 -"94679",23121,2093,3,2108,2459 -"94680",23121,3628,3,2108,2707 -"94681",23121,11067,3,2108,2734 -"94682",23121,14655,3,2108,2559 -"94683",23121,21734,3,2108,2528 -"94684",23121,23471,3,2108,2488 -"94685",23121,26765,3,2108,2790 -"94686",23121,36031,3,2108,2342 -"94687",23121,46385,3,2108,2225 -"94688",23121,55468,3,2108,2511 -"94689",23121,75607,2,2108,2245 -"94690",23121,83838,3,2108,2263 -"94691",23126,4526,3,904,1728 -"94692",23126,8354,3,904,1705 -"94693",23126,10473,3,904,1783 -"94694",23126,23277,2,904,1267 -"94695",23126,26336,3,904,1904 -"94696",23126,79432,3,904,1708 -"94697",23131,160,2,1732,2007 -"94698",23131,680,3,1732,2569 -"94699",23131,841,3,1732,2964 -"94700",23131,1523,2,1732,2048 -"94701",23131,2057,3,1732,1965 -"94702",23131,2190,3,1732,2359 -"94703",23131,2747,2,1732,2411 -"94704",23131,3127,3,1732,2273 -"94705",23131,3477,2,1732,2546 -"94706",23131,3978,3,1732,2775 -"94707",23131,4303,2,1732,2414 -"94708",23131,4612,3,1732,2804 -"94709",23131,4668,3,1732,1919 -"94710",23131,4669,3,1732,2395 -"94711",23131,4831,3,1732,2365 -"94712",23131,4932,3,1732,2752 -"94713",23131,4983,3,1732,1909 -"94714",23131,6063,3,1732,2349 -"94715",23131,6989,2,1732,2623 -"94716",23131,7252,3,1732,2799 -"94717",23131,7337,3,1732,1797 -"94718",23131,7785,3,1732,2441 -"94719",23131,7942,3,1732,2623 -"94720",23131,8568,3,1732,2706 -"94721",23131,8610,3,1732,2240 -"94722",23131,9035,3,1732,2771 -"94723",23131,9503,2,1732,2453 -"94724",23131,9703,3,1732,1845 -"94725",23131,9787,2,1732,2858 -"94726",23131,10050,3,1732,1792 -"94727",23131,10473,3,1732,1783 -"94728",23131,10739,3,1732,1807 -"94729",23131,10754,3,1732,1797 -"94730",23131,11253,3,1732,2577 -"94731",23131,11588,3,1732,2352 -"94732",23131,11648,3,1732,2852 -"94733",23131,11990,3,1732,1909 -"94734",23131,12948,3,1732,2669 -"94735",23131,14749,3,1732,1998 -"94736",23131,14817,2,1732,2110 -"94737",23131,14959,3,1732,2898 -"94738",23131,15826,3,1732,2772 -"94739",23131,16286,3,1732,2470 -"94740",23131,16539,3,1732,1947 -"94741",23131,17037,3,1732,2947 -"94742",23131,17351,3,1732,2036 -"94743",23131,17645,2,1732,1918 -"94744",23131,18005,3,1732,2449 -"94745",23131,18421,3,1732,2457 -"94746",23131,19208,3,1732,2629 -"94747",23131,19334,3,1732,1979 -"94748",23131,19433,3,1732,2504 -"94749",23131,19934,3,1732,2888 -"94750",23131,20984,3,1732,2502 -"94751",23131,21209,3,1732,2184 -"94752",23131,21281,3,1732,1922 -"94753",23131,21684,3,1732,1971 -"94754",23131,21815,3,1732,2032 -"94755",23131,22244,3,1732,2139 -"94756",23131,23206,1,1732,2805 -"94757",23131,24069,3,1732,2697 -"94758",23131,25163,3,1732,1751 -"94759",23131,25373,3,1732,2783 -"94760",23131,27320,3,1732,2378 -"94761",23131,27390,3,1732,2425 -"94762",23131,27742,2,1732,2700 -"94763",23131,27908,3,1732,2576 -"94764",23131,27914,3,1732,2507 -"94765",23131,28837,3,1732,2286 -"94766",23131,28869,2,1732,2425 -"94767",23131,28893,3,1732,2764 -"94768",23131,29311,3,1732,1849 -"94769",23131,29473,3,1732,2602 -"94770",23131,29825,3,1732,2603 -"94771",23131,30368,3,1732,2487 -"94772",23131,30525,1,1732,1964 -"94773",23131,31335,3,1732,2351 -"94774",23131,31866,3,1732,2101 -"94775",23131,31868,3,1732,1993 -"94776",23131,32110,3,1732,2224 -"94777",23131,33223,3,1732,2397 -"94778",23131,35728,3,1732,2017 -"94779",23131,36953,3,1732,2790 -"94780",23131,39062,3,1732,2020 -"94781",23131,40572,3,1732,2666 -"94782",23131,41633,3,1732,1976 -"94783",23131,41694,3,1732,2358 -"94784",23131,41723,3,1732,2101 -"94785",23131,42813,3,1732,2142 -"94786",23131,44433,3,1732,2224 -"94787",23131,44603,3,1732,2748 -"94788",23131,45729,3,1732,2606 -"94789",23131,45869,3,1732,2840 -"94790",23131,46384,3,1732,2285 -"94791",23131,46486,2,1732,1868 -"94792",23131,47595,3,1732,2374 -"94793",23131,50585,3,1732,2414 -"94794",23131,52815,3,1732,2323 -"94795",23131,54775,3,1732,2383 -"94796",23131,55482,3,1732,1866 -"94797",23131,56995,3,1732,2323 -"94798",23131,57765,3,1732,2893 -"94799",23131,58501,2,1732,2613 -"94800",23131,58655,3,1732,2685 -"94801",23131,63477,3,1732,1907 -"94802",23131,70583,3,1732,2615 -"94803",23131,70656,3,1732,2771 -"94804",23131,77052,3,1732,2770 -"94805",23131,77611,3,1732,1795 -"94806",23131,81545,3,1732,2077 -"94807",23131,91942,2,1732,2216 -"94808",23132,455,2,2756,2827 -"94809",23132,18151,3,2756,2962 -"94810",23132,30052,3,2756,2855 -"94811",23132,64997,3,2756,2791 -"94812",23139,23319,3,2644,2867 -"94813",23154,1692,3,2345,2443 -"94814",23154,2093,3,2345,2459 -"94815",23154,2446,3,2345,2606 -"94816",23154,2936,3,2345,2512 -"94817",23154,3493,2,2345,2451 -"94818",23154,3770,2,2345,2623 -"94819",23154,10766,2,2345,2647 -"94820",23154,14915,1,2345,2606 -"94821",23154,19655,3,2345,2706 -"94822",23154,24096,3,2345,2612 -"94823",23154,45729,3,2345,2606 -"94824",23154,46261,2,2345,2350 -"94825",23154,51144,3,2345,2466 -"94826",23154,92297,3,2345,2952 -"94827",23158,3152,3,659,1621 -"94828",23158,4730,3,659,2131 -"94829",23158,4775,3,659,1500 -"94830",23158,6133,3,659,1229 -"94831",23158,7433,3,659,2255 -"94832",23158,8478,3,659,984 -"94833",23158,9506,3,659,1012 -"94834",23158,14626,3,659,2175 -"94835",23158,21741,2,659,1574 -"94836",23158,30404,2,659,1810 -"94837",23158,34162,3,659,2336 -"94838",23158,45730,2,659,2063 -"94839",23158,52185,3,659,1012 -"94840",23158,72426,3,659,2902 -"94841",23158,77397,3,659,1302 -"94842",23158,78768,3,659,841 -"94843",23158,91631,3,659,1899 -"94844",23159,377,3,1548,2389 -"94845",23159,449,3,1548,1950 -"94846",23159,468,3,1548,1966 -"94847",23159,803,3,1548,1666 -"94848",23159,1090,3,1548,2370 -"94849",23159,1196,3,1548,1986 -"94850",23159,1226,2,1548,2353 -"94851",23159,1321,3,1548,2075 -"94852",23159,1386,2,1548,1901 -"94853",23159,2195,2,1548,2139 -"94854",23159,2712,2,1548,1881 -"94855",23159,3164,3,1548,2693 -"94856",23159,3961,3,1548,2426 -"94857",23159,3966,3,1548,2425 -"94858",23159,4253,3,1548,1890 -"94859",23159,4932,3,1548,2752 -"94860",23159,4953,3,1548,2285 -"94861",23159,5350,3,1548,2522 -"94862",23159,5429,3,1548,1991 -"94863",23159,5622,3,1548,2175 -"94864",23159,5984,2,1548,1675 -"94865",23159,5986,2,1548,1721 -"94866",23159,6044,3,1548,2744 -"94867",23159,6047,3,1548,2004 -"94868",23159,6162,3,1548,1673 -"94869",23159,6417,2,1548,1675 -"94870",23159,8274,3,1548,1909 -"94871",23159,8327,3,1548,2527 -"94872",23159,9928,3,1548,2345 -"94873",23159,10358,3,1548,2294 -"94874",23159,10717,2,1548,1938 -"94875",23159,10857,3,1548,2253 -"94876",23159,10871,3,1548,2314 -"94877",23159,11218,2,1548,2292 -"94878",23159,11966,2,1548,2385 -"94879",23159,12035,3,1548,2721 -"94880",23159,12042,2,1548,2345 -"94881",23159,13311,3,1548,2315 -"94882",23159,14032,3,1548,2144 -"94883",23159,15301,2,1548,2308 -"94884",23159,16352,2,1548,2657 -"94885",23159,17400,3,1548,2231 -"94886",23159,17413,3,1548,2230 -"94887",23159,17943,3,1548,1943 -"94888",23159,17997,3,1548,1621 -"94889",23159,18348,3,1548,1711 -"94890",23159,18874,3,1548,2170 -"94891",23159,19718,3,1548,1702 -"94892",23159,20067,3,1548,2390 -"94893",23159,20292,3,1548,2755 -"94894",23159,21138,3,1548,2849 -"94895",23159,21571,2,1548,2755 -"94896",23159,21682,3,1548,2414 -"94897",23159,22566,3,1548,2308 -"94898",23159,23310,3,1548,2371 -"94899",23159,23806,3,1548,1671 -"94900",23159,24146,3,1548,2003 -"94901",23159,24169,3,1548,1663 -"94902",23159,24648,2,1548,1833 -"94903",23159,24825,3,1548,2686 -"94904",23159,25325,3,1548,2963 -"94905",23159,26080,2,1548,2525 -"94906",23159,26366,3,1548,1688 -"94907",23159,26608,3,1548,2329 -"94908",23159,26818,3,1548,1999 -"94909",23159,28168,3,1548,2702 -"94910",23159,28296,3,1548,2944 -"94911",23159,29930,3,1548,2240 -"94912",23159,30081,3,1548,2403 -"94913",23159,30504,3,1548,1573 -"94914",23159,32567,2,1548,2784 -"94915",23159,32694,3,1548,1602 -"94916",23159,32919,3,1548,2321 -"94917",23159,33981,3,1548,1993 -"94918",23159,34327,3,1548,2959 -"94919",23159,34735,2,1548,2767 -"94920",23159,35529,3,1548,1620 -"94921",23159,35926,3,1548,2371 -"94922",23159,36962,3,1548,2861 -"94923",23159,37333,3,1548,1612 -"94924",23159,39294,3,1548,1889 -"94925",23159,40432,3,1548,1956 -"94926",23159,40493,3,1548,1981 -"94927",23159,41972,2,1548,2509 -"94928",23159,42619,2,1548,2017 -"94929",23159,44151,3,1548,1796 -"94930",23159,44521,3,1548,1593 -"94931",23159,45684,3,1548,2200 -"94932",23159,47248,3,1548,2883 -"94933",23159,47386,3,1548,2226 -"94934",23159,49110,3,1548,2938 -"94935",23159,50236,3,1548,2339 -"94936",23159,51017,3,1548,2073 -"94937",23159,51052,3,1548,2784 -"94938",23159,53134,2,1548,1590 -"94939",23159,54020,3,1548,1578 -"94940",23159,54551,3,1548,2348 -"94941",23159,54879,3,1548,2210 -"94942",23159,54929,2,1548,2783 -"94943",23159,56604,3,1548,1919 -"94944",23159,57977,3,1548,2683 -"94945",23159,58384,3,1548,1637 -"94946",23159,69260,3,1548,1698 -"94947",23159,76666,3,1548,1908 -"94948",23159,81349,3,1548,1958 -"94949",23179,5315,3,1675,2631 -"94950",23179,5515,3,1675,2385 -"94951",23179,67150,3,1675,2633 -"94952",23206,9787,3,2805,2858 -"94953",23216,1136,3,2424,2536 -"94954",23216,27753,3,2424,2750 -"94955",23216,60661,3,2424,2700 -"94956",23216,64997,3,2424,2791 -"94957",23223,1639,3,2094,2631 -"94958",23223,7508,3,2094,2396 -"94959",23223,7677,3,2094,2338 -"94960",23223,7984,2,2094,2493 -"94961",23223,10871,3,2094,2314 -"94962",23223,11477,3,2094,2724 -"94963",23223,13479,3,2094,2155 -"94964",23223,23725,3,2094,2378 -"94965",23223,24591,3,2094,2528 -"94966",23223,26749,3,2094,2965 -"94967",23223,33949,3,2094,2489 -"94968",23223,36031,3,2094,2342 -"94969",23223,37238,3,2094,2609 -"94970",23223,45290,3,2094,2731 -"94971",23223,50134,3,2094,2674 -"94972",23223,54929,3,2094,2783 -"94973",23223,57549,3,2094,2335 -"94974",23223,59539,3,2094,2429 -"94975",23224,14754,3,2372,2456 -"94976",23224,23591,2,2372,2831 -"94977",23232,6113,3,884,1678 -"94978",23232,6162,2,884,1673 -"94979",23232,6982,3,884,2034 -"94980",23232,9311,3,884,2477 -"94981",23232,9702,3,884,1928 -"94982",23232,10843,3,884,2277 -"94983",23232,15626,3,884,2434 -"94984",23232,16881,3,884,925 -"94985",23232,17938,3,884,1410 -"94986",23232,19637,3,884,1229 -"94987",23232,20494,3,884,1075 -"94988",23232,20588,1,884,912 -"94989",23232,21448,1,884,2332 -"94990",23232,22311,3,884,2034 -"94991",23232,23869,3,884,1918 -"94992",23232,24286,3,884,1280 -"94993",23232,24721,3,884,2326 -"94994",23232,26408,2,884,1545 -"94995",23232,26595,3,884,1566 -"94996",23232,27261,3,884,1368 -"94997",23232,33356,3,884,1586 -"94998",23232,33433,3,884,2805 -"94999",23232,35516,3,884,1229 -"95000",23232,35888,3,884,2291 -"95001",23232,38755,3,884,2902 -"95002",23232,39534,3,884,2410 -"95003",23232,44188,3,884,1609 -"95004",23232,44306,3,884,1036 -"95005",23232,46091,3,884,1938 -"95006",23232,46803,3,884,2305 -"95007",23232,50382,3,884,2244 -"95008",23232,53342,3,884,2071 -"95009",23232,54879,3,884,2210 -"95010",23232,59113,3,884,2434 -"95011",23232,62538,3,884,1656 -"95012",23232,62903,3,884,1704 -"95013",23232,73197,2,884,1998 -"95014",23232,76470,3,884,887 -"95015",23232,77010,2,884,2639 -"95016",23232,79403,3,884,977 -"95017",23232,90789,3,884,1218 -"95018",23232,93102,3,884,1174 -"95019",23246,4032,3,1168,1763 -"95020",23246,7450,2,1168,2827 -"95021",23246,8865,3,1168,2394 -"95022",23246,12067,3,1168,1213 -"95023",23246,14558,3,1168,1585 -"95024",23246,14817,3,1168,2110 -"95025",23246,19433,3,1168,2504 -"95026",23246,22578,3,1168,2216 -"95027",23246,29267,3,1168,1234 -"95028",23246,31700,3,1168,2727 -"95029",23246,37937,2,1168,1320 -"95030",23246,39062,2,1168,2020 -"95031",23246,47595,3,1168,2374 -"95032",23246,72535,3,1168,1191 -"95033",23246,87958,2,1168,1234 -"95034",23257,270,2,113,2542 -"95035",23257,307,3,113,2530 -"95036",23257,380,3,113,2261 -"95037",23257,457,2,113,1704 -"95038",23257,555,3,113,552 -"95039",23257,601,3,113,702 -"95040",23257,1102,3,113,2282 -"95041",23257,1124,2,113,1596 -"95042",23257,1427,3,113,324 -"95043",23257,1428,2,113,742 -"95044",23257,2057,3,113,1965 -"95045",23257,2111,3,113,1904 -"95046",23257,2424,3,113,2582 -"95047",23257,2572,3,113,2273 -"95048",23257,3305,3,113,2839 -"95049",23257,3306,2,113,1989 -"95050",23257,3493,3,113,2451 -"95051",23257,3896,3,113,2693 -"95052",23257,3961,3,113,2426 -"95053",23257,4226,3,113,1903 -"95054",23257,4289,3,113,1921 -"95055",23257,4360,3,113,1770 -"95056",23257,4701,3,113,2401 -"95057",23257,4790,3,113,1025 -"95058",23257,4791,3,113,1184 -"95059",23257,4821,3,113,1938 -"95060",23257,5072,3,113,2175 -"95061",23257,5235,3,113,2324 -"95062",23257,5315,3,113,2631 -"95063",23257,5346,3,113,1438 -"95064",23257,5350,3,113,2522 -"95065",23257,5405,3,113,1510 -"95066",23257,5520,3,113,217 -"95067",23257,5580,2,113,2111 -"95068",23257,5599,3,113,1684 -"95069",23257,5622,3,113,2175 -"95070",23257,5716,3,113,1058 -"95071",23257,5971,2,113,1985 -"95072",23257,5984,3,113,1675 -"95073",23257,5986,2,113,1721 -"95074",23257,6047,1,113,2004 -"95075",23257,6052,3,113,1985 -"95076",23257,6074,3,113,2426 -"95077",23257,6222,3,113,1949 -"95078",23257,6264,3,113,749 -"95079",23257,6366,3,113,798 -"95080",23257,6417,3,113,1675 -"95081",23257,6588,2,113,2025 -"95082",23257,6602,3,113,1631 -"95083",23257,6718,3,113,2138 -"95084",23257,7234,3,113,2654 -"95085",23257,7475,3,113,1284 -"95086",23257,7555,3,113,1943 -"95087",23257,7616,3,113,2296 -"95088",23257,7627,3,113,1543 -"95089",23257,8192,3,113,1670 -"95090",23257,8376,3,113,1670 -"95091",23257,8888,3,113,1328 -"95092",23257,9175,3,113,2639 -"95093",23257,9200,3,113,787 -"95094",23257,9511,3,113,1232 -"95095",23257,9615,3,113,2464 -"95096",23257,9654,1,113,2111 -"95097",23257,9805,3,113,1621 -"95098",23257,9928,3,113,2345 -"95099",23257,9950,3,113,920 -"95100",23257,10358,3,113,2294 -"95101",23257,10481,3,113,740 -"95102",23257,10488,2,113,1524 -"95103",23257,10523,3,113,1510 -"95104",23257,10576,2,113,974 -"95105",23257,10717,3,113,1938 -"95106",23257,10857,3,113,2253 -"95107",23257,10939,3,113,1376 -"95108",23257,11168,2,113,1223 -"95109",23257,11218,3,113,2292 -"95110",23257,11229,3,113,1625 -"95111",23257,11540,3,113,1237 -"95112",23257,11576,2,113,808 -"95113",23257,11817,2,113,600 -"95114",23257,12042,3,113,2345 -"95115",23257,12310,3,113,1337 -"95116",23257,12374,3,113,2260 -"95117",23257,12692,3,113,1855 -"95118",23257,12724,3,113,1930 -"95119",23257,12728,3,113,2374 -"95120",23257,12729,3,113,1835 -"95121",23257,12828,3,113,799 -"95122",23257,13307,2,113,2206 -"95123",23257,13311,3,113,2315 -"95124",23257,13388,3,113,2119 -"95125",23257,13967,3,113,1354 -"95126",23257,13979,3,113,1559 -"95127",23257,14032,2,113,2144 -"95128",23257,14656,3,113,584 -"95129",23257,14676,3,113,2764 -"95130",23257,15003,3,113,2067 -"95131",23257,15005,3,113,1415 -"95132",23257,15118,3,113,1311 -"95133",23257,15207,3,113,1855 -"95134",23257,15309,3,113,2820 -"95135",23257,15402,3,113,1281 -"95136",23257,15700,2,113,1712 -"95137",23257,15799,3,113,1917 -"95138",23257,15990,3,113,593 -"95139",23257,16053,2,113,908 -"95140",23257,16120,3,113,1237 -"95141",23257,16352,3,113,2657 -"95142",23257,16539,3,113,1947 -"95143",23257,16826,3,113,2599 -"95144",23257,16959,3,113,888 -"95145",23257,17400,3,113,2231 -"95146",23257,17493,3,113,561 -"95147",23257,18005,3,113,2449 -"95148",23257,18103,3,113,1968 -"95149",23257,18152,3,113,1314 -"95150",23257,18361,3,113,2968 -"95151",23257,18393,3,113,860 -"95152",23257,18394,2,113,2356 -"95153",23257,18550,3,113,483 -"95154",23257,18874,3,113,2170 -"95155",23257,19621,3,113,725 -"95156",23257,19637,3,113,1229 -"95157",23257,19862,3,113,2412 -"95158",23257,20067,2,113,2390 -"95159",23257,20070,3,113,1914 -"95160",23257,20124,3,113,2376 -"95161",23257,20271,3,113,2044 -"95162",23257,20311,3,113,1981 -"95163",23257,20486,3,113,1908 -"95164",23257,20732,3,113,2401 -"95165",23257,21012,3,113,2325 -"95166",23257,21138,3,113,2849 -"95167",23257,21198,3,113,935 -"95168",23257,21693,3,113,2176 -"95169",23257,21706,3,113,1988 -"95170",23257,21755,3,113,817 -"95171",23257,21929,2,113,2062 -"95172",23257,22197,3,113,2271 -"95173",23257,22282,3,113,1418 -"95174",23257,22326,3,113,2818 -"95175",23257,22362,3,113,1836 -"95176",23257,22415,3,113,2841 -"95177",23257,22722,3,113,1233 -"95178",23257,23011,1,113,2763 -"95179",23257,23059,2,113,131 -"95180",23257,23310,3,113,2371 -"95181",23257,23492,3,113,1067 -"95182",23257,23508,3,113,1907 -"95183",23257,23509,3,113,2275 -"95184",23257,23526,2,113,1998 -"95185",23257,23715,2,113,1859 -"95186",23257,23725,3,113,2378 -"95187",23257,23726,3,113,2434 -"95188",23257,23729,3,113,1624 -"95189",23257,23825,3,113,1913 -"95190",23257,23869,3,113,1918 -"95191",23257,24066,3,113,1755 -"95192",23257,24259,3,113,1281 -"95193",23257,24362,3,113,1287 -"95194",23257,24558,3,113,2139 -"95195",23257,25643,3,113,1646 -"95196",23257,25680,3,113,1618 -"95197",23257,26031,3,113,1397 -"95198",23257,26067,3,113,2069 -"95199",23257,26080,3,113,2525 -"95200",23257,26451,2,113,2133 -"95201",23257,26671,3,113,2279 -"95202",23257,26848,3,113,2363 -"95203",23257,26867,2,113,1804 -"95204",23257,27085,3,113,125 -"95205",23257,27112,3,113,500 -"95206",23257,27205,3,113,966 -"95207",23257,27275,3,113,2656 -"95208",23257,27744,3,113,861 -"95209",23257,27792,3,113,1308 -"95210",23257,27849,2,113,1316 -"95211",23257,28002,3,113,914 -"95212",23257,28130,3,113,908 -"95213",23257,28383,3,113,1222 -"95214",23257,28896,2,113,1395 -"95215",23257,29066,3,113,224 -"95216",23257,29124,3,113,199 -"95217",23257,29705,3,113,607 -"95218",23257,29750,3,113,689 -"95219",23257,29929,2,113,2789 -"95220",23257,29930,3,113,2240 -"95221",23257,29941,3,113,1986 -"95222",23257,29982,3,113,1372 -"95223",23257,30325,2,113,1067 -"95224",23257,30334,3,113,2075 -"95225",23257,30405,2,113,2164 -"95226",23257,31093,3,113,2160 -"95227",23257,31124,3,113,2351 -"95228",23257,31279,3,113,965 -"95229",23257,31307,3,113,2139 -"95230",23257,31700,3,113,2727 -"95231",23257,31705,3,113,2706 -"95232",23257,32017,2,113,577 -"95233",23257,32131,3,113,1035 -"95234",23257,32173,3,113,2341 -"95235",23257,32606,2,113,2100 -"95236",23257,32811,3,113,804 -"95237",23257,32899,2,113,1369 -"95238",23257,32919,3,113,2321 -"95239",23257,33219,3,113,1173 -"95240",23257,33801,3,113,2899 -"95241",23257,33949,3,113,2489 -"95242",23257,33981,3,113,1993 -"95243",23257,34120,3,113,2786 -"95244",23257,34314,3,113,630 -"95245",23257,34735,3,113,2767 -"95246",23257,34836,3,113,2302 -"95247",23257,35041,3,113,1311 -"95248",23257,35095,2,113,1502 -"95249",23257,35529,3,113,1620 -"95250",23257,35673,2,113,1067 -"95251",23257,35752,2,113,1158 -"95252",23257,35815,3,113,2789 -"95253",23257,35926,3,113,2371 -"95254",23257,36031,3,113,2342 -"95255",23257,36554,3,113,1649 -"95256",23257,37376,3,113,432 -"95257",23257,37636,3,113,2178 -"95258",23257,37800,3,113,604 -"95259",23257,37937,3,113,1320 -"95260",23257,38019,3,113,1870 -"95261",23257,38227,3,113,2511 -"95262",23257,38694,3,113,817 -"95263",23257,38973,3,113,1999 -"95264",23257,39294,3,113,1889 -"95265",23257,39563,3,113,486 -"95266",23257,39570,3,113,496 -"95267",23257,39865,3,113,849 -"95268",23257,40028,2,113,1349 -"95269",23257,40072,3,113,1182 -"95270",23257,40113,2,113,451 -"95271",23257,40186,3,113,199 -"95272",23257,40392,3,113,1878 -"95273",23257,40493,3,113,1981 -"95274",23257,41023,3,113,2408 -"95275",23257,41174,3,113,850 -"95276",23257,41315,3,113,439 -"95277",23257,41598,3,113,2291 -"95278",23257,41832,3,113,1155 -"95279",23257,41955,3,113,2479 -"95280",23257,42687,3,113,1952 -"95281",23257,43051,3,113,904 -"95282",23257,43213,2,113,2160 -"95283",23257,43335,3,113,1412 -"95284",23257,43455,3,113,2846 -"95285",23257,43518,3,113,2680 -"95286",23257,43635,3,113,1196 -"95287",23257,44160,3,113,859 -"95288",23257,44521,3,113,1593 -"95289",23257,44729,3,113,588 -"95290",23257,44819,3,113,2063 -"95291",23257,45136,3,113,877 -"95292",23257,45302,3,113,2390 -"95293",23257,45684,3,113,2200 -"95294",23257,45729,3,113,2606 -"95295",23257,46196,3,113,1510 -"95296",23257,46629,3,113,2255 -"95297",23257,46723,3,113,607 -"95298",23257,46803,3,113,2305 -"95299",23257,47386,3,113,2226 -"95300",23257,47435,3,113,878 -"95301",23257,48035,3,113,2180 -"95302",23257,48215,1,113,2028 -"95303",23257,48260,3,113,875 -"95304",23257,48435,3,113,528 -"95305",23257,49046,3,113,255 -"95306",23257,49084,3,113,168 -"95307",23257,49186,2,113,1289 -"95308",23257,50134,3,113,2674 -"95309",23257,50179,3,113,2230 -"95310",23257,50219,3,113,756 -"95311",23257,50235,3,113,726 -"95312",23257,50236,2,113,2339 -"95313",23257,51017,3,113,2073 -"95314",23257,51613,3,113,2795 -"95315",23257,51647,3,113,1382 -"95316",23257,51783,3,113,2599 -"95317",23257,51866,3,113,2411 -"95318",23257,52136,2,113,1412 -"95319",23257,52345,2,113,1430 -"95320",23257,52576,3,113,2234 -"95321",23257,52735,3,113,1124 -"95322",23257,53252,3,113,637 -"95323",23257,53303,2,113,1376 -"95324",23257,53475,3,113,2853 -"95325",23257,54100,3,113,1327 -"95326",23257,54383,2,113,397 -"95327",23257,54551,3,113,2348 -"95328",23257,54929,3,113,2783 -"95329",23257,55468,2,113,2511 -"95330",23257,55691,3,113,2856 -"95331",23257,56082,1,113,2395 -"95332",23257,56237,3,113,2625 -"95333",23257,57150,3,113,1196 -"95334",23257,57414,3,113,922 -"95335",23257,57710,2,113,411 -"95336",23257,58133,3,113,1484 -"95337",23257,58284,3,113,2292 -"95338",23257,58508,3,113,2326 -"95339",23257,58530,3,113,298 -"95340",23257,59539,3,113,2429 -"95341",23257,59646,3,113,456 -"95342",23257,59677,3,113,1174 -"95343",23257,59939,2,113,936 -"95344",23257,60280,3,113,1918 -"95345",23257,61719,3,113,1515 -"95346",23257,61982,3,113,2725 -"95347",23257,62308,3,113,487 -"95348",23257,62488,3,113,1418 -"95349",23257,63395,3,113,2334 -"95350",23257,64233,3,113,152 -"95351",23257,64947,3,113,2489 -"95352",23257,65884,3,113,798 -"95353",23257,67726,1,113,2873 -"95354",23257,67763,3,113,822 -"95355",23257,67805,3,113,1338 -"95356",23257,68801,3,113,116 -"95357",23257,70724,3,113,496 -"95358",23257,70838,2,113,687 -"95359",23257,70854,3,113,635 -"95360",23257,70996,3,113,1037 -"95361",23257,71479,2,113,482 -"95362",23257,71971,3,113,1294 -"95363",23257,72188,3,113,856 -"95364",23257,72207,2,113,2430 -"95365",23257,72326,3,113,2384 -"95366",23257,72956,3,113,1251 -"95367",23257,73136,2,113,328 -"95368",23257,74318,3,113,632 -"95369",23257,74681,2,113,837 -"95370",23257,74730,3,113,535 -"95371",23257,75403,2,113,1895 -"95372",23257,75948,3,113,1006 -"95373",23257,76284,3,113,1237 -"95374",23257,76356,3,113,2323 -"95375",23257,76396,3,113,1731 -"95376",23257,76905,3,113,298 -"95377",23257,77305,3,113,965 -"95378",23257,78569,3,113,578 -"95379",23257,78784,3,113,2824 -"95380",23257,79322,3,113,2770 -"95381",23257,79436,3,113,1344 -"95382",23257,79657,3,113,1260 -"95383",23257,79804,3,113,2227 -"95384",23257,80242,3,113,569 -"95385",23257,82730,1,113,1492 -"95386",23257,82747,3,113,1496 -"95387",23257,82949,3,113,2077 -"95388",23257,83434,3,113,850 -"95389",23257,85685,3,113,998 -"95390",23257,86245,3,113,1972 -"95391",23257,86978,3,113,2733 -"95392",23257,87048,3,113,989 -"95393",23257,87692,3,113,775 -"95394",23257,89047,3,113,877 -"95395",23257,90573,3,113,878 -"95396",23257,90768,3,113,2123 -"95397",23257,90802,3,113,877 -"95398",23257,91912,2,113,790 -"95399",23257,92220,3,113,607 -"95400",23257,92254,3,113,517 -"95401",23257,92817,3,113,569 -"95402",23257,93344,3,113,196 -"95403",23257,94138,3,113,1939 -"95404",23257,94520,3,113,1243 -"95405",23257,96938,3,113,127 -"95406",23257,97160,3,113,1215 -"95407",23257,97498,3,113,2346 -"95408",23257,99444,2,113,408 -"95409",23257,100140,2,113,1041 -"95410",23257,100670,3,113,525 -"95411",23257,101395,3,113,891 -"95412",23257,103524,3,113,991 -"95413",23257,106466,3,113,953 -"95414",23257,108107,3,113,1704 -"95415",23257,109663,2,113,545 -"95416",23257,111955,3,113,504 -"95417",23257,111971,3,113,1032 -"95418",23257,112435,3,113,456 -"95419",23257,112437,3,113,513 -"95420",23257,116478,3,113,293 -"95421",23257,117679,3,113,535 -"95422",23257,120549,3,113,708 -"95423",23257,121422,3,113,850 -"95424",23268,854,3,2258,2307 -"95425",23268,2484,3,2258,2389 -"95426",23268,14586,3,2258,2801 -"95427",23268,15444,2,2258,2764 -"95428",23268,17027,3,2258,2772 -"95429",23268,20067,3,2258,2390 -"95430",23268,20162,3,2258,2328 -"95431",23268,20732,3,2258,2401 -"95432",23268,23726,3,2258,2434 -"95433",23268,50667,3,2258,2719 -"95434",23268,64699,3,2258,2797 -"95435",23277,2057,3,1267,1965 -"95436",23277,2407,3,1267,1725 -"95437",23277,2524,3,1267,1708 -"95438",23277,3255,3,1267,2504 -"95439",23277,3284,3,1267,1541 -"95440",23277,4526,3,1267,1728 -"95441",23277,4669,3,1267,2395 -"95442",23277,6697,3,1267,2438 -"95443",23277,8354,1,1267,1705 -"95444",23277,8610,3,1267,2240 -"95445",23277,8777,2,1267,1620 -"95446",23277,9484,3,1267,1429 -"95447",23277,9504,3,1267,2549 -"95448",23277,9723,3,1267,2302 -"95449",23277,10453,3,1267,1656 -"95450",23277,10473,1,1267,1783 -"95451",23277,10739,3,1267,1807 -"95452",23277,11136,3,1267,2573 -"95453",23277,13099,3,1267,1547 -"95454",23277,13150,3,1267,1570 -"95455",23277,13920,3,1267,1709 -"95456",23277,14761,3,1267,2502 -"95457",23277,14817,3,1267,2110 -"95458",23277,16796,3,1267,1892 -"95459",23277,16850,3,1267,1657 -"95460",23277,16866,3,1267,2718 -"95461",23277,18102,3,1267,1642 -"95462",23277,18865,3,1267,2676 -"95463",23277,18965,3,1267,2315 -"95464",23277,19215,3,1267,2604 -"95465",23277,19655,3,1267,2706 -"95466",23277,22580,3,1267,2245 -"95467",23277,22709,3,1267,2743 -"95468",23277,25745,3,1267,2403 -"95469",23277,27908,2,1267,2576 -"95470",23277,28081,3,1267,1927 -"95471",23277,28094,3,1267,1423 -"95472",23277,30368,3,1267,2487 -"95473",23277,30486,3,1267,1269 -"95474",23277,32606,3,1267,2100 -"95475",23277,34659,3,1267,1924 -"95476",23277,37120,3,1267,2622 -"95477",23277,38259,3,1267,2258 -"95478",23277,38333,3,1267,1365 -"95479",23277,38373,3,1267,1928 -"95480",23277,39062,3,1267,2020 -"95481",23277,39135,3,1267,2489 -"95482",23277,39534,2,1267,2410 -"95483",23277,42280,3,1267,2266 -"95484",23277,47595,3,1267,2374 -"95485",23277,47654,3,1267,1664 -"95486",23277,47965,3,1267,2232 -"95487",23277,47968,3,1267,2829 -"95488",23277,49347,2,1267,2504 -"95489",23277,51265,3,1267,2670 -"95490",23277,51879,3,1267,1771 -"95491",23277,54718,3,1267,2473 -"95492",23277,56094,3,1267,2343 -"95493",23277,59039,3,1267,2870 -"95494",23277,59610,3,1267,2448 -"95495",23277,61337,3,1267,2777 -"95496",23277,63395,3,1267,2334 -"95497",23277,66717,3,1267,2104 -"95498",23277,68789,3,1267,1929 -"95499",23277,71531,3,1267,2887 -"95500",23277,72438,3,1267,1397 -"95501",23277,81164,3,1267,2260 -"95502",23277,87509,3,1267,1907 -"95503",23277,93930,2,1267,1268 -"95504",23277,100432,3,1267,1358 -"95505",23277,111375,3,1267,2686 -"95506",23280,750,3,536,1327 -"95507",23280,1036,3,536,1367 -"95508",23280,1355,3,536,2473 -"95509",23280,1397,3,536,1225 -"95510",23280,1639,3,536,2631 -"95511",23280,2077,3,536,610 -"95512",23280,2370,3,536,1600 -"95513",23280,3164,3,536,2693 -"95514",23280,3306,3,536,1989 -"95515",23280,3946,3,536,1172 -"95516",23280,4723,2,536,1314 -"95517",23280,5429,3,536,1991 -"95518",23280,6208,3,536,2361 -"95519",23280,6577,3,536,1951 -"95520",23280,6996,3,536,2916 -"95521",23280,7013,3,536,2040 -"95522",23280,7180,3,536,2227 -"95523",23280,7196,3,536,1508 -"95524",23280,7508,3,536,2396 -"95525",23280,7984,2,536,2493 -"95526",23280,8258,3,536,1959 -"95527",23280,8913,3,536,968 -"95528",23280,9893,2,536,2701 -"95529",23280,10370,3,536,2224 -"95530",23280,11055,3,536,2111 -"95531",23280,11477,2,536,2724 -"95532",23280,11912,3,536,889 -"95533",23280,12122,3,536,1385 -"95534",23280,13801,3,536,2041 -"95535",23280,14669,2,536,2080 -"95536",23280,14972,3,536,2332 -"95537",23280,15003,3,536,2067 -"95538",23280,15401,3,536,1999 -"95539",23280,15700,3,536,1712 -"95540",23280,16455,3,536,946 -"95541",23280,16725,3,536,2830 -"95542",23280,16801,3,536,2008 -"95543",23280,17502,3,536,869 -"95544",23280,18211,3,536,1745 -"95545",23280,19892,3,536,1212 -"95546",23280,20292,3,536,2755 -"95547",23280,21198,3,536,935 -"95548",23280,21401,3,536,1440 -"95549",23280,21706,3,536,1988 -"95550",23280,21920,3,536,2367 -"95551",23280,23223,2,536,2094 -"95552",23280,23319,3,536,2867 -"95553",23280,24793,3,536,1993 -"95554",23280,25241,3,536,1233 -"95555",23280,25443,3,536,1441 -"95556",23280,25950,3,536,1618 -"95557",23280,26749,3,536,2965 -"95558",23280,27480,3,536,582 -"95559",23280,28635,3,536,2368 -"95560",23280,28784,3,536,1579 -"95561",23280,31950,3,536,2217 -"95562",23280,32988,3,536,2008 -"95563",23280,33949,3,536,2489 -"95564",23280,35738,3,536,2448 -"95565",23280,38219,3,536,1689 -"95566",23280,38467,3,536,1259 -"95567",23280,39627,1,536,546 -"95568",23280,40893,3,536,1116 -"95569",23280,42864,3,536,1151 -"95570",23280,43902,3,536,1726 -"95571",23280,44089,2,536,1632 -"95572",23280,45290,3,536,2731 -"95573",23280,45449,3,536,1610 -"95574",23280,46680,3,536,1690 -"95575",23280,52203,2,536,1961 -"95576",23280,53293,2,536,2916 -"95577",23280,53859,2,536,1817 -"95578",23280,54695,3,536,2429 -"95579",23280,55128,3,536,2257 -"95580",23280,55493,2,536,869 -"95581",23280,56082,3,536,2395 -"95582",23280,57549,1,536,2335 -"95583",23280,58414,3,536,880 -"95584",23280,60552,3,536,855 -"95585",23280,61921,2,536,1793 -"95586",23280,63030,3,536,2251 -"95587",23280,65155,3,536,1947 -"95588",23280,68215,3,536,2727 -"95589",23280,71342,3,536,1289 -"95590",23280,71756,3,536,1202 -"95591",23280,72956,3,536,1251 -"95592",23280,76564,3,536,996 -"95593",23280,77001,3,536,1440 -"95594",23280,79211,3,536,1590 -"95595",23280,79639,3,536,1013 -"95596",23280,82270,3,536,1641 -"95597",23280,82747,3,536,1496 -"95598",23280,83526,3,536,1235 -"95599",23280,85784,2,536,1142 -"95600",23280,85949,3,536,1132 -"95601",23280,88887,3,536,1161 -"95602",23280,90852,3,536,764 -"95603",23280,92366,3,536,1434 -"95604",23280,94444,2,536,1554 -"95605",23280,95309,1,536,687 -"95606",23280,99215,2,536,2791 -"95607",23280,105887,3,536,615 -"95608",23282,5346,3,1225,1438 -"95609",23282,13671,3,1225,1371 -"95610",23282,15207,3,1225,1855 -"95611",23282,45664,3,1225,2235 -"95612",23282,49069,2,1225,1694 -"95613",23282,80942,2,1225,1240 -"95614",23282,94520,3,1225,1243 -"95615",23301,1196,3,1611,1986 -"95616",23301,3714,3,1611,2605 -"95617",23301,4403,3,1611,2416 -"95618",23301,12684,3,1611,2182 -"95619",23301,14669,3,1611,2080 -"95620",23301,14772,3,1611,2386 -"95621",23301,15343,2,1611,2125 -"95622",23301,17967,2,1611,2125 -"95623",23301,21417,3,1611,2422 -"95624",23301,46602,3,1611,2786 -"95625",23301,55691,3,1611,2856 -"95626",23301,68215,2,1611,2727 -"95627",23301,73266,3,1611,2496 -"95628",23302,24610,1,2677,2733 -"95629",23302,54819,3,2677,2782 -"95630",23310,3961,3,2371,2426 -"95631",23310,5315,2,2371,2631 -"95632",23310,5350,3,2371,2522 -"95633",23310,6044,3,2371,2744 -"95634",23310,10779,3,2371,2881 -"95635",23310,11966,3,2371,2385 -"95636",23310,12035,3,2371,2721 -"95637",23310,15309,3,2371,2820 -"95638",23310,16352,2,2371,2657 -"95639",23310,19027,3,2371,2721 -"95640",23310,20067,3,2371,2390 -"95641",23310,21571,3,2371,2755 -"95642",23310,26080,1,2371,2525 -"95643",23310,28168,3,2371,2702 -"95644",23310,30081,3,2371,2403 -"95645",23310,32567,3,2371,2784 -"95646",23310,34735,3,2371,2767 -"95647",23310,39516,3,2371,2393 -"95648",23310,41955,2,2371,2479 -"95649",23310,41972,2,2371,2509 -"95650",23310,47248,3,2371,2883 -"95651",23310,49110,3,2371,2938 -"95652",23310,54929,3,2371,2783 -"95653",23310,56082,3,2371,2395 -"95654",23310,73305,3,2371,2544 -"95655",23310,82732,3,2371,2810 -"95656",23312,1315,2,2449,2760 -"95657",23312,44654,3,2449,2916 -"95658",23312,44676,3,2449,2629 -"95659",23330,388,3,448,1594 -"95660",23330,2802,3,448,1836 -"95661",23330,3100,3,448,2524 -"95662",23330,3786,3,448,2282 -"95663",23330,4144,3,448,1520 -"95664",23330,4660,2,448,2149 -"95665",23330,4831,3,448,2365 -"95666",23330,5346,3,448,1438 -"95667",23330,5673,1,448,1567 -"95668",23330,6071,3,448,2310 -"95669",23330,6078,2,448,498 -"95670",23330,6562,3,448,1139 -"95671",23330,6877,3,448,867 -"95672",23330,9050,3,448,2026 -"95673",23330,9727,3,448,2327 -"95674",23330,9912,3,448,1356 -"95675",23330,10488,3,448,1524 -"95676",23330,11135,2,448,2441 -"95677",23330,12031,3,448,1957 -"95678",23330,12481,3,448,1086 -"95679",23330,15094,3,448,978 -"95680",23330,15207,3,448,1855 -"95681",23330,15502,2,448,2637 -"95682",23330,15916,3,448,1236 -"95683",23330,16593,3,448,1139 -"95684",23330,16833,3,448,1661 -"95685",23330,18550,3,448,483 -"95686",23330,19687,3,448,2072 -"95687",23330,19972,3,448,2078 -"95688",23330,20088,3,448,1677 -"95689",23330,20413,3,448,806 -"95690",23330,20517,3,448,1465 -"95691",23330,21620,2,448,1056 -"95692",23330,21895,2,448,1693 -"95693",23330,23398,2,448,896 -"95694",23330,23639,3,448,2065 -"95695",23330,23731,2,448,1656 -"95696",23330,23975,3,448,2143 -"95697",23330,24109,3,448,504 -"95698",23330,24116,3,448,1413 -"95699",23330,25139,3,448,816 -"95700",23330,25270,3,448,985 -"95701",23330,25286,3,448,1545 -"95702",23330,25451,3,448,698 -"95703",23330,25886,3,448,1580 -"95704",23330,26567,3,448,1158 -"95705",23330,27686,3,448,2844 -"95706",23330,27882,3,448,1897 -"95707",23330,29495,3,448,1612 -"95708",23330,29534,3,448,1199 -"95709",23330,33363,3,448,2475 -"95710",23330,34334,3,448,1637 -"95711",23330,36487,1,448,2622 -"95712",23330,36662,3,448,2967 -"95713",23330,37766,3,448,520 -"95714",23330,39044,3,448,470 -"95715",23330,39577,2,448,1728 -"95716",23330,39999,3,448,1593 -"95717",23330,40113,3,448,451 -"95718",23330,40715,3,448,2258 -"95719",23330,41051,3,448,2767 -"95720",23330,41180,2,448,1556 -"95721",23330,42195,3,448,573 -"95722",23330,44074,2,448,1299 -"95723",23330,45487,3,448,2256 -"95724",23330,47130,2,448,2654 -"95725",23330,47375,3,448,2043 -"95726",23330,48764,3,448,860 -"95727",23330,51448,2,448,1593 -"95728",23330,51678,3,448,1077 -"95729",23330,55436,3,448,2513 -"95730",23330,56212,3,448,1410 -"95731",23330,56673,3,448,2419 -"95732",23330,57067,3,448,2547 -"95733",23330,61513,1,448,2948 -"95734",23330,61980,3,448,2392 -"95735",23330,63641,3,448,2337 -"95736",23330,65223,3,448,2724 -"95737",23330,65522,3,448,1572 -"95738",23330,65591,3,448,928 -"95739",23330,66267,3,448,1278 -"95740",23330,66717,3,448,2104 -"95741",23330,67763,2,448,822 -"95742",23330,68670,3,448,565 -"95743",23330,68971,3,448,2019 -"95744",23330,72535,3,448,1191 -"95745",23330,77666,3,448,1372 -"95746",23330,79025,3,448,1473 -"95747",23330,79236,3,448,1505 -"95748",23330,80784,3,448,1738 -"95749",23330,81134,3,448,1384 -"95750",23330,83133,2,448,1055 -"95751",23330,92947,1,448,1289 -"95752",23330,93317,3,448,1223 -"95753",23330,94399,3,448,963 -"95754",23330,94520,3,448,1243 -"95755",23330,95661,3,448,872 -"95756",23330,96007,3,448,895 -"95757",23330,99288,3,448,983 -"95758",23330,100586,3,448,2966 -"95759",23330,104659,3,448,2026 -"95760",23330,111128,3,448,1234 -"95761",23330,114769,2,448,1108 -"95762",23330,115194,3,448,604 -"95763",23338,16590,3,105,1123 -"95764",23338,28899,3,105,376 -"95765",23338,49921,2,105,496 -"95766",23364,843,3,2306,2332 -"95767",23364,2724,3,2306,2447 -"95768",23364,7787,2,2306,2314 -"95769",23364,17480,3,2306,2316 -"95770",23364,33363,3,2306,2475 -"95771",23364,47882,3,2306,2769 -"95772",23364,51843,3,2306,2389 -"95773",23364,52950,3,2306,2716 -"95774",23364,54385,3,2306,2340 -"95775",23382,10002,3,803,1788 -"95776",23382,15821,3,803,2456 -"95777",23382,24085,3,803,1253 -"95778",23382,24195,3,803,1575 -"95779",23382,24866,2,803,2103 -"95780",23382,47534,3,803,2712 -"95781",23382,53530,2,803,2380 -"95782",23395,6718,3,1948,2138 -"95783",23395,9624,3,1948,2398 -"95784",23395,20407,3,1948,2339 -"95785",23395,36439,3,1948,2469 -"95786",23395,47772,3,1948,2293 -"95787",23395,58508,3,1948,2326 -"95788",23395,79322,3,1948,2770 -"95789",23395,82949,2,1948,2077 -"95790",23398,4660,2,896,2149 -"95791",23398,4831,2,896,2365 -"95792",23398,5414,3,896,2321 -"95793",23398,5673,3,896,1567 -"95794",23398,6119,3,896,2358 -"95795",23398,6432,3,896,2297 -"95796",23398,7206,3,896,1959 -"95797",23398,13150,3,896,1570 -"95798",23398,27686,3,896,2844 -"95799",23398,27882,2,896,1897 -"95800",23398,29825,3,896,2603 -"95801",23398,36487,1,896,2622 -"95802",23398,39418,3,896,1978 -"95803",23398,39589,3,896,1292 -"95804",23398,39999,3,896,1593 -"95805",23398,43961,3,896,2443 -"95806",23398,44074,1,896,1299 -"95807",23398,47375,3,896,2043 -"95808",23398,59683,3,896,2068 -"95809",23398,61513,3,896,2948 -"95810",23398,62712,3,896,2884 -"95811",23398,63641,3,896,2337 -"95812",23398,65522,3,896,1572 -"95813",23398,66717,3,896,2104 -"95814",23398,68971,3,896,2019 -"95815",23398,72535,3,896,1191 -"95816",23398,77595,3,896,1622 -"95817",23398,79420,3,896,1061 -"95818",23398,82341,3,896,1515 -"95819",23398,89538,3,896,1847 -"95820",23398,92947,3,896,1289 -"95821",23398,99194,3,896,1271 -"95822",23398,107292,3,896,1667 -"95823",23403,206,3,607,1986 -"95824",23403,312,2,607,2038 -"95825",23403,489,3,607,2652 -"95826",23403,1036,3,607,1367 -"95827",23403,1090,3,607,2370 -"95828",23403,1092,3,607,1945 -"95829",23403,1321,3,607,2075 -"95830",23403,1592,2,607,2006 -"95831",23403,1676,3,607,1198 -"95832",23403,1691,3,607,1941 -"95833",23403,2011,3,607,2176 -"95834",23403,2143,3,607,1174 -"95835",23403,2166,3,607,2557 -"95836",23403,2533,3,607,2016 -"95837",23403,2684,2,607,2874 -"95838",23403,2798,3,607,1673 -"95839",23403,3163,3,607,2020 -"95840",23403,3628,3,607,2707 -"95841",23403,3801,3,607,1974 -"95842",23403,3863,3,607,856 -"95843",23403,4707,3,607,2588 -"95844",23403,5258,3,607,2730 -"95845",23403,5429,3,607,1991 -"95846",23403,5839,3,607,2301 -"95847",23403,5849,3,607,2404 -"95848",23403,5971,3,607,1985 -"95849",23403,6252,3,607,2336 -"95850",23403,6264,3,607,749 -"95851",23403,6390,3,607,2385 -"95852",23403,6697,3,607,2438 -"95853",23403,6877,3,607,867 -"95854",23403,7013,3,607,2040 -"95855",23403,8762,3,607,2585 -"95856",23403,8866,3,607,1545 -"95857",23403,8888,3,607,1328 -"95858",23403,9272,3,607,2835 -"95859",23403,10523,3,607,1510 -"95860",23403,11055,2,607,2111 -"95861",23403,11351,2,607,2971 -"95862",23403,11620,3,607,2010 -"95863",23403,14108,3,607,2012 -"95864",23403,14731,3,607,2012 -"95865",23403,18361,3,607,2968 -"95866",23403,18502,3,607,1033 -"95867",23403,18543,3,607,2968 -"95868",23403,19248,3,607,2357 -"95869",23403,19332,3,607,1214 -"95870",23403,19516,3,607,2313 -"95871",23403,19718,3,607,1702 -"95872",23403,19937,3,607,1587 -"95873",23403,20311,2,607,1981 -"95874",23403,20407,3,607,2339 -"95875",23403,21133,3,607,1320 -"95876",23403,21682,3,607,2414 -"95877",23403,21706,3,607,1988 -"95878",23403,22141,3,607,2348 -"95879",23403,22165,3,607,1501 -"95880",23403,22554,3,607,620 -"95881",23403,22586,3,607,1341 -"95882",23403,24753,3,607,2860 -"95883",23403,25241,3,607,1233 -"95884",23403,26608,3,607,2329 -"95885",23403,26867,3,607,1804 -"95886",23403,27501,3,607,1981 -"95887",23403,27849,3,607,1316 -"95888",23403,28056,3,607,1505 -"95889",23403,28432,3,607,1954 -"95890",23403,28808,3,607,1063 -"95891",23403,29750,3,607,689 -"95892",23403,30411,2,607,630 -"95893",23403,31691,3,607,1657 -"95894",23403,31700,3,607,2727 -"95895",23403,33621,3,607,1319 -"95896",23403,33622,3,607,2230 -"95897",23403,33801,3,607,2899 -"95898",23403,34314,3,607,630 -"95899",23403,34907,3,607,1945 -"95900",23403,36087,3,607,2755 -"95901",23403,37509,3,607,1640 -"95902",23403,37937,3,607,1320 -"95903",23403,38213,3,607,1744 -"95904",23403,39746,3,607,1361 -"95905",23403,40028,3,607,1349 -"95906",23403,41085,3,607,637 -"95907",23403,42619,3,607,2017 -"95908",23403,43635,3,607,1196 -"95909",23403,44427,3,607,2875 -"95910",23403,44521,3,607,1593 -"95911",23403,46621,3,607,1343 -"95912",23403,46680,3,607,1690 -"95913",23403,46951,3,607,2429 -"95914",23403,47585,2,607,794 -"95915",23403,49301,3,607,1894 -"95916",23403,49620,3,607,1868 -"95917",23403,50236,3,607,2339 -"95918",23403,51041,3,607,2606 -"95919",23403,52136,3,607,1412 -"95920",23403,52327,3,607,1472 -"95921",23403,53303,3,607,1376 -"95922",23403,53789,3,607,2681 -"95923",23403,54695,3,607,2429 -"95924",23403,55155,2,607,2333 -"95925",23403,56082,3,607,2395 -"95926",23403,56116,3,607,1321 -"95927",23403,57990,3,607,978 -"95928",23403,61785,3,607,822 -"95929",23403,66241,3,607,2351 -"95930",23403,69447,3,607,1197 -"95931",23403,70838,3,607,687 -"95932",23403,70854,3,607,635 -"95933",23403,72956,3,607,1251 -"95934",23403,74636,3,607,2525 -"95935",23403,75025,2,607,717 -"95936",23403,79364,3,607,834 -"95937",23403,79436,3,607,1344 -"95938",23403,79657,3,607,1260 -"95939",23403,82787,3,607,1144 -"95940",23403,88232,3,607,2881 -"95941",23403,91912,3,607,790 -"95942",23403,92491,3,607,1968 -"95943",23403,97275,3,607,731 -"95944",23403,100432,3,607,1358 -"95945",23403,106555,3,607,1626 -"95946",23403,108430,3,607,1642 -"95947",23430,323,3,904,1706 -"95948",23430,380,3,904,2261 -"95949",23430,782,2,904,945 -"95950",23430,843,3,904,2332 -"95951",23430,1102,3,904,2282 -"95952",23430,2484,3,904,2389 -"95953",23430,3271,2,904,2216 -"95954",23430,4144,3,904,1520 -"95955",23430,4350,3,904,1392 -"95956",23430,5568,2,904,1290 -"95957",23430,7337,3,904,1797 -"95958",23430,7604,3,904,1366 -"95959",23430,7785,3,904,2441 -"95960",23430,8607,3,904,1685 -"95961",23430,8866,3,904,1545 -"95962",23430,9272,2,904,2835 -"95963",23430,10222,3,904,2212 -"95964",23430,10870,3,904,1755 -"95965",23430,10914,3,904,1660 -"95966",23430,11432,3,904,1593 -"95967",23430,11506,3,904,2824 -"95968",23430,14654,3,904,1692 -"95969",23430,14655,3,904,2559 -"95970",23430,16296,3,904,2626 -"95971",23430,16384,3,904,1320 -"95972",23430,16437,3,904,1956 -"95973",23430,17812,3,904,2705 -"95974",23430,17841,3,904,1700 -"95975",23430,18319,3,904,1439 -"95976",23430,18943,3,904,2861 -"95977",23430,18978,3,904,952 -"95978",23430,19075,3,904,2214 -"95979",23430,19232,3,904,917 -"95980",23430,20321,3,904,1596 -"95981",23430,21198,3,904,935 -"95982",23430,27379,2,904,2461 -"95983",23430,27686,3,904,2844 -"95984",23430,28432,3,904,1954 -"95985",23430,30486,3,904,1269 -"95986",23430,31164,3,904,1996 -"95987",23430,31338,3,904,917 -"95988",23430,31700,3,904,2727 -"95989",23430,31856,3,904,2630 -"95990",23430,32449,3,904,2091 -"95991",23430,32532,3,904,2338 -"95992",23430,32678,2,904,1439 -"95993",23430,33285,3,904,1327 -"95994",23430,35911,3,904,2370 -"95995",23430,37026,3,904,1428 -"95996",23430,37752,3,904,2223 -"95997",23430,37937,3,904,1320 -"95998",23430,38219,3,904,1689 -"95999",23430,38780,3,904,2705 -"96000",23430,39439,3,904,2462 -"96001",23430,39444,3,904,2695 -"96002",23430,41953,1,904,945 -"96003",23430,43173,3,904,2895 -"96004",23430,43226,2,904,2442 -"96005",23430,45874,3,904,944 -"96006",23430,47534,3,904,2712 -"96007",23430,47889,3,904,992 -"96008",23430,48110,2,904,2009 -"96009",23430,51035,3,904,2397 -"96010",23430,51410,3,904,2739 -"96011",23430,53091,3,904,1134 -"96012",23430,53445,3,904,2028 -"96013",23430,55320,3,904,1643 -"96014",23430,55892,2,904,1234 -"96015",23430,56338,3,904,1818 -"96016",23430,57804,3,904,2214 -"96017",23430,57990,3,904,978 -"96018",23430,58508,2,904,2326 -"96019",23430,59039,3,904,2870 -"96020",23430,61245,2,904,955 -"96021",23430,66911,3,904,1920 -"96022",23430,69335,2,904,2698 -"96023",23430,70433,3,904,2639 -"96024",23430,76511,3,904,1250 -"96025",23430,79653,3,904,2683 -"96026",23430,80301,2,904,1690 -"96027",23430,80801,3,904,1250 -"96028",23430,82039,3,904,1327 -"96029",23430,82226,3,904,1619 -"96030",23430,83161,3,904,1352 -"96031",23430,99288,3,904,983 -"96032",23430,99427,2,904,1706 -"96033",23450,270,3,967,2542 -"96034",23450,380,3,967,2261 -"96035",23450,913,3,967,2144 -"96036",23450,1639,3,967,2631 -"96037",23450,1691,3,967,1941 -"96038",23450,2424,2,967,2582 -"96039",23450,2533,3,967,2016 -"96040",23450,3271,3,967,2216 -"96041",23450,3305,3,967,2839 -"96042",23450,3306,3,967,1989 -"96043",23450,3801,3,967,1974 -"96044",23450,4790,2,967,1025 -"96045",23450,4791,3,967,1184 -"96046",23450,5622,3,967,2175 -"96047",23450,6363,3,967,2066 -"96048",23450,8073,3,967,1847 -"96049",23450,8529,3,967,1205 -"96050",23450,9272,3,967,2835 -"96051",23450,9311,3,967,2477 -"96052",23450,9364,2,967,1698 -"96053",23450,9702,3,967,1928 -"96054",23450,10513,2,967,2284 -"96055",23450,10857,3,967,2253 -"96056",23450,10874,3,967,1891 -"96057",23450,11006,3,967,1950 -"96058",23450,12728,3,967,2374 -"96059",23450,12863,3,967,2027 -"96060",23450,15813,3,967,2143 -"96061",23450,16201,3,967,1811 -"96062",23450,16332,3,967,2668 -"96063",23450,16940,2,967,1290 -"96064",23450,17376,3,967,1202 -"96065",23450,17931,3,967,1617 -"96066",23450,19204,3,967,1753 -"96067",23450,19248,3,967,2357 -"96068",23450,19719,2,967,2177 -"96069",23450,20124,3,967,2376 -"96070",23450,20287,3,967,1099 -"96071",23450,20311,3,967,1981 -"96072",23450,20407,3,967,2339 -"96073",23450,20975,2,967,1305 -"96074",23450,21197,2,967,1437 -"96075",23450,21285,2,967,2100 -"96076",23450,21693,3,967,2176 -"96077",23450,22282,2,967,1418 -"96078",23450,22326,3,967,2818 -"96079",23450,22362,3,967,1836 -"96080",23450,22586,3,967,1341 -"96081",23450,23395,3,967,1948 -"96082",23450,23492,3,967,1067 -"96083",23450,23729,3,967,1624 -"96084",23450,24612,3,967,1875 -"96085",23450,24755,3,967,1319 -"96086",23450,25577,3,967,1946 -"96087",23450,26471,2,967,1061 -"96088",23450,26524,3,967,982 -"96089",23450,26749,2,967,2965 -"96090",23450,27175,3,967,1447 -"96091",23450,27275,3,967,2656 -"96092",23450,27390,3,967,2425 -"96093",23450,27694,3,967,2030 -"96094",23450,27849,3,967,1316 -"96095",23450,28015,3,967,1624 -"96096",23450,29962,3,967,2201 -"96097",23450,30052,3,967,2855 -"96098",23450,31050,3,967,1491 -"96099",23450,31530,3,967,1661 -"96100",23450,32601,3,967,1033 -"96101",23450,33949,3,967,2489 -"96102",23450,34836,3,967,2302 -"96103",23450,35095,3,967,1502 -"96104",23450,35529,3,967,1620 -"96105",23450,36439,3,967,2469 -"96106",23450,38019,2,967,1870 -"96107",23450,38780,3,967,2705 -"96108",23450,43226,3,967,2442 -"96109",23450,43385,2,967,1623 -"96110",23450,43455,3,967,2846 -"96111",23450,46629,3,967,2255 -"96112",23450,47362,3,967,2253 -"96113",23450,47772,2,967,2293 -"96114",23450,48110,3,967,2009 -"96115",23450,48414,3,967,1749 -"96116",23450,49512,3,967,1302 -"96117",23450,50685,3,967,2008 -"96118",23450,51017,3,967,2073 -"96119",23450,51022,3,967,1499 -"96120",23450,51035,3,967,2397 -"96121",23450,52058,3,967,1836 -"96122",23450,52576,2,967,2234 -"96123",23450,53323,3,967,2677 -"96124",23450,54305,3,967,1222 -"96125",23450,54551,3,967,2348 -"96126",23450,55082,3,967,1856 -"96127",23450,55139,2,967,2323 -"96128",23450,55438,3,967,2863 -"96129",23450,55468,3,967,2511 -"96130",23450,55862,3,967,2123 -"96131",23450,56317,2,967,2030 -"96132",23450,56340,2,967,2060 -"96133",23450,58078,3,967,1252 -"96134",23450,58508,2,967,2326 -"96135",23450,58652,3,967,1437 -"96136",23450,61982,3,967,2725 -"96137",23450,62841,3,967,2710 -"96138",23450,65007,3,967,2530 -"96139",23450,66860,3,967,1548 -"96140",23450,67719,3,967,2429 -"96141",23450,69335,3,967,2698 -"96142",23450,69712,3,967,1219 -"96143",23450,70603,3,967,1002 -"96144",23450,71342,1,967,1289 -"96145",23450,72956,2,967,1251 -"96146",23450,73128,1,967,1549 -"96147",23450,75948,3,967,1006 -"96148",23450,76284,2,967,1237 -"96149",23450,76892,3,967,2381 -"96150",23450,79322,2,967,2770 -"96151",23450,80301,3,967,1690 -"96152",23450,80825,3,967,2315 -"96153",23450,81588,1,967,1568 -"96154",23450,82949,2,967,2077 -"96155",23450,87048,3,967,989 -"96156",23450,94908,3,967,1413 -"96157",23450,98781,3,967,1410 -"96158",23450,100140,3,967,1041 -"96159",23450,111971,3,967,1032 -"96160",23460,854,3,2183,2307 -"96161",23460,1102,3,2183,2282 -"96162",23460,1136,3,2183,2536 -"96163",23460,2572,3,2183,2273 -"96164",23460,4681,3,2183,2356 -"96165",23460,5610,3,2183,2223 -"96166",23460,6192,2,2183,2409 -"96167",23460,6208,3,2183,2361 -"96168",23460,6241,3,2183,2264 -"96169",23460,6491,3,2183,2424 -"96170",23460,7014,3,2183,2401 -"96171",23460,7616,3,2183,2296 -"96172",23460,7847,3,2183,2424 -"96173",23460,8327,3,2183,2527 -"96174",23460,10029,3,2183,2718 -"96175",23460,10836,3,2183,2215 -"96176",23460,10859,3,2183,2231 -"96177",23460,13249,2,2183,2573 -"96178",23460,14655,2,2183,2559 -"96179",23460,14959,3,2183,2898 -"96180",23460,15444,3,2183,2764 -"96181",23460,17354,3,2183,2250 -"96182",23460,18464,3,2183,2312 -"96183",23460,19208,2,2183,2629 -"96184",23460,19516,3,2183,2313 -"96185",23460,19605,2,2183,2395 -"96186",23460,22808,2,2183,2297 -"96187",23460,24753,3,2183,2860 -"96188",23460,26734,3,2183,2299 -"96189",23460,27628,3,2183,2389 -"96190",23460,28592,3,2183,2320 -"96191",23460,29454,2,2183,2719 -"96192",23460,30236,3,2183,2238 -"96193",23460,30981,3,2183,2366 -"96194",23460,31705,3,2183,2706 -"96195",23460,36031,3,2183,2342 -"96196",23460,38732,3,2183,2263 -"96197",23460,41664,3,2183,2641 -"96198",23460,41764,2,2183,2409 -"96199",23460,42129,2,2183,2318 -"96200",23460,42216,3,2183,2722 -"96201",23460,45302,3,2183,2390 -"96202",23460,47362,3,2183,2253 -"96203",23460,47529,3,2183,2914 -"96204",23460,47564,3,2183,2650 -"96205",23460,49334,3,2183,2433 -"96206",23460,50480,2,2183,2701 -"96207",23460,51035,3,2183,2397 -"96208",23460,51610,3,2183,2635 -"96209",23460,55076,3,2183,2408 -"96210",23460,55643,3,2183,2359 -"96211",23460,57544,3,2183,2443 -"96212",23460,59891,3,2183,2706 -"96213",23460,60257,3,2183,2795 -"96214",23460,64997,3,2183,2791 -"96215",23460,65434,3,2183,2866 -"96216",23460,68083,3,2183,2795 -"96217",23460,70046,3,2183,2624 -"96218",23471,26765,2,2488,2790 -"96219",23487,313,3,1658,2271 -"96220",23487,1224,2,1658,2435 -"96221",23487,1321,3,1658,2075 -"96222",23487,1495,3,1658,2046 -"96223",23487,3853,3,1658,2465 -"96224",23487,27478,2,1658,2485 -"96225",23487,46039,3,1658,1794 -"96226",23487,53031,3,1658,2065 -"96227",23487,87074,2,1658,1666 -"96228",23488,2747,2,1523,2411 -"96229",23488,3127,2,1523,2273 -"96230",23488,8860,3,1523,2141 -"96231",23488,8890,2,1523,1955 -"96232",23488,9787,3,1523,2858 -"96233",23488,10754,3,1523,1797 -"96234",23488,10980,3,1523,1974 -"96235",23488,14287,3,1523,1583 -"96236",23488,14998,3,1523,1553 -"96237",23488,15207,3,1523,1855 -"96238",23488,15826,3,1523,2772 -"96239",23488,16501,3,1523,1650 -"96240",23488,16796,2,1523,1892 -"96241",23488,19587,3,1523,1684 -"96242",23488,20512,3,1523,2748 -"96243",23488,23131,3,1523,1732 -"96244",23488,23325,3,1523,2779 -"96245",23488,29286,3,1523,1612 -"96246",23488,30525,3,1523,1964 -"96247",23488,30669,3,1523,1921 -"96248",23488,36953,3,1523,2790 -"96249",23488,40572,2,1523,2666 -"96250",23488,42813,3,1523,2142 -"96251",23488,44433,3,1523,2224 -"96252",23488,44603,3,1523,2748 -"96253",23488,46486,2,1523,1868 -"96254",23488,52483,3,1523,2317 -"96255",23488,61125,3,1523,1673 -"96256",23488,73582,3,1523,2075 -"96257",23488,92850,3,1523,1971 -"96258",23492,14,3,1067,1793 -"96259",23492,270,3,1067,2542 -"96260",23492,360,3,1067,1671 -"96261",23492,380,3,1067,2261 -"96262",23492,449,2,1067,1950 -"96263",23492,470,3,1067,2285 -"96264",23492,765,3,1067,2073 -"96265",23492,1102,3,1067,2282 -"96266",23492,1124,3,1067,1596 -"96267",23492,1175,3,1067,1642 -"96268",23492,1226,3,1067,2353 -"96269",23492,1315,2,1067,2760 -"96270",23492,1495,3,1067,2046 -"96271",23492,1691,3,1067,1941 -"96272",23492,2111,2,1067,1904 -"96273",23492,2195,2,1067,2139 -"96274",23492,2289,3,1067,2389 -"96275",23492,2424,3,1067,2582 -"96276",23492,2533,3,1067,2016 -"96277",23492,2709,3,1067,1673 -"96278",23492,2743,3,1067,1278 -"96279",23492,2766,3,1067,1920 -"96280",23492,3139,2,1067,1656 -"96281",23492,3242,3,1067,1730 -"96282",23492,3306,3,1067,1989 -"96283",23492,3493,3,1067,2451 -"96284",23492,3966,3,1067,2425 -"96285",23492,4191,3,1067,2130 -"96286",23492,4360,2,1067,1770 -"96287",23492,4567,3,1067,2348 -"96288",23492,4763,3,1067,1960 -"96289",23492,5072,2,1067,2175 -"96290",23492,5226,3,1067,1309 -"96291",23492,5258,3,1067,2730 -"96292",23492,5350,3,1067,2522 -"96293",23492,5405,2,1067,1510 -"96294",23492,5622,1,1067,2175 -"96295",23492,5971,3,1067,1985 -"96296",23492,5984,3,1067,1675 -"96297",23492,5986,3,1067,1721 -"96298",23492,6047,3,1067,2004 -"96299",23492,6222,3,1067,1949 -"96300",23492,6363,3,1067,2066 -"96301",23492,6390,3,1067,2385 -"96302",23492,6417,3,1067,1675 -"96303",23492,6588,2,1067,2025 -"96304",23492,7180,2,1067,2227 -"96305",23492,7196,3,1067,1508 -"96306",23492,7234,2,1067,2654 -"96307",23492,7627,3,1067,1543 -"96308",23492,7858,3,1067,1795 -"96309",23492,7984,3,1067,2493 -"96310",23492,8621,3,1067,1681 -"96311",23492,8821,3,1067,2230 -"96312",23492,9106,3,1067,2731 -"96313",23492,9364,2,1067,1698 -"96314",23492,9391,3,1067,1252 -"96315",23492,9634,3,1067,2041 -"96316",23492,9723,3,1067,2302 -"96317",23492,9928,3,1067,2345 -"96318",23492,10358,3,1067,2294 -"96319",23492,10404,3,1067,2062 -"96320",23492,10488,2,1067,1524 -"96321",23492,10513,3,1067,2284 -"96322",23492,10857,1,1067,2253 -"96323",23492,10874,2,1067,1891 -"96324",23492,10890,3,1067,2639 -"96325",23492,11006,3,1067,1950 -"96326",23492,11218,2,1067,2292 -"96327",23492,11229,3,1067,1625 -"96328",23492,11477,2,1067,2724 -"96329",23492,11504,3,1067,1260 -"96330",23492,11966,3,1067,2385 -"96331",23492,12042,3,1067,2345 -"96332",23492,12122,3,1067,1385 -"96333",23492,12310,2,1067,1337 -"96334",23492,12374,3,1067,2260 -"96335",23492,12375,2,1067,1873 -"96336",23492,13248,3,1067,1385 -"96337",23492,13307,3,1067,2206 -"96338",23492,13311,3,1067,2315 -"96339",23492,13479,3,1067,2155 -"96340",23492,14032,3,1067,2144 -"96341",23492,14482,3,1067,1573 -"96342",23492,14507,3,1067,2686 -"96343",23492,15003,3,1067,2067 -"96344",23492,15122,3,1067,1201 -"96345",23492,15184,3,1067,2396 -"96346",23492,15301,3,1067,2308 -"96347",23492,15402,1,1067,1281 -"96348",23492,15700,3,1067,1712 -"96349",23492,16164,3,1067,1184 -"96350",23492,16332,3,1067,2668 -"96351",23492,16352,3,1067,2657 -"96352",23492,16684,3,1067,1657 -"96353",23492,16826,3,1067,2599 -"96354",23492,16863,3,1067,2069 -"96355",23492,16940,3,1067,1290 -"96356",23492,17400,2,1067,2231 -"96357",23492,17704,3,1067,1651 -"96358",23492,17931,3,1067,1617 -"96359",23492,18361,3,1067,2968 -"96360",23492,18394,3,1067,2356 -"96361",23492,18543,3,1067,2968 -"96362",23492,18825,3,1067,1240 -"96363",23492,19027,3,1067,2721 -"96364",23492,19248,3,1067,2357 -"96365",23492,19622,1,1067,2371 -"96366",23492,19719,3,1067,2177 -"96367",23492,19835,3,1067,1135 -"96368",23492,19893,3,1067,1223 -"96369",23492,20124,3,1067,2376 -"96370",23492,20563,3,1067,2267 -"96371",23492,20700,3,1067,2861 -"96372",23492,20824,3,1067,1366 -"96373",23492,20975,3,1067,1305 -"96374",23492,21448,3,1067,2332 -"96375",23492,21571,3,1067,2755 -"96376",23492,22260,3,1067,2137 -"96377",23492,22362,3,1067,1836 -"96378",23492,22403,3,1067,1630 -"96379",23492,23159,3,1067,1548 -"96380",23492,23312,3,1067,2449 -"96381",23492,23526,3,1067,1998 -"96382",23492,23715,3,1067,1859 -"96383",23492,23725,1,1067,2378 -"96384",23492,23729,3,1067,1624 -"96385",23492,24169,3,1067,1663 -"96386",23492,24259,1,1067,1281 -"96387",23492,24648,3,1067,1833 -"96388",23492,24791,3,1067,1833 -"96389",23492,24825,3,1067,2686 -"96390",23492,25622,3,1067,1985 -"96391",23492,25643,2,1067,1646 -"96392",23492,26080,3,1067,2525 -"96393",23492,26366,3,1067,1688 -"96394",23492,26436,3,1067,2489 -"96395",23492,26818,3,1067,1999 -"96396",23492,26848,3,1067,2363 -"96397",23492,26867,3,1067,1804 -"96398",23492,27377,3,1067,1724 -"96399",23492,27427,3,1067,2325 -"96400",23492,27753,3,1067,2750 -"96401",23492,28015,3,1067,1624 -"96402",23492,28190,3,1067,1634 -"96403",23492,28383,3,1067,1222 -"96404",23492,30165,2,1067,1409 -"96405",23492,30405,3,1067,2164 -"96406",23492,30438,3,1067,1617 -"96407",23492,30738,3,1067,1166 -"96408",23492,31093,2,1067,2160 -"96409",23492,31307,3,1067,2139 -"96410",23492,31436,2,1067,2892 -"96411",23492,32567,3,1067,2784 -"96412",23492,32919,3,1067,2321 -"96413",23492,34480,2,1067,2755 -"96414",23492,34492,3,1067,1798 -"96415",23492,34735,3,1067,2767 -"96416",23492,34921,3,1067,2181 -"96417",23492,35752,3,1067,1158 -"96418",23492,35926,2,1067,2371 -"96419",23492,36714,3,1067,2209 -"96420",23492,37108,3,1067,1202 -"96421",23492,37859,2,1067,1999 -"96422",23492,38449,3,1067,1802 -"96423",23492,39294,1,1067,1889 -"96424",23492,39880,3,1067,1620 -"96425",23492,39906,2,1067,2365 -"96426",23492,40028,3,1067,1349 -"96427",23492,40072,3,1067,1182 -"96428",23492,40293,3,1067,1671 -"96429",23492,41625,3,1067,1794 -"96430",23492,42619,3,1067,2017 -"96431",23492,42783,3,1067,2338 -"96432",23492,43213,2,1067,2160 -"96433",23492,43335,3,1067,1412 -"96434",23492,43385,3,1067,1623 -"96435",23492,43455,3,1067,2846 -"96436",23492,44188,2,1067,1609 -"96437",23492,44407,3,1067,2154 -"96438",23492,44521,3,1067,1593 -"96439",23492,44676,3,1067,2629 -"96440",23492,45684,1,1067,2200 -"96441",23492,46039,3,1067,1794 -"96442",23492,46196,2,1067,1510 -"96443",23492,46629,2,1067,2255 -"96444",23492,46883,3,1067,1671 -"96445",23492,47098,3,1067,2057 -"96446",23492,47772,3,1067,2293 -"96447",23492,47857,3,1067,2325 -"96448",23492,48283,3,1067,1290 -"96449",23492,49110,3,1067,2938 -"96450",23492,49608,2,1067,2184 -"96451",23492,50041,3,1067,1565 -"96452",23492,50134,3,1067,2674 -"96453",23492,50236,2,1067,2339 -"96454",23492,50785,3,1067,2877 -"96455",23492,51022,3,1067,1499 -"96456",23492,51041,3,1067,2606 -"96457",23492,51243,3,1067,1389 -"96458",23492,51471,2,1067,1280 -"96459",23492,52136,2,1067,1412 -"96460",23492,52215,3,1067,1908 -"96461",23492,52345,2,1067,1430 -"96462",23492,52789,2,1067,1791 -"96463",23492,53134,2,1067,1590 -"96464",23492,53303,2,1067,1376 -"96465",23492,54551,1,1067,2348 -"96466",23492,54740,3,1067,2750 -"96467",23492,54879,3,1067,2210 -"96468",23492,54929,3,1067,2783 -"96469",23492,56082,2,1067,2395 -"96470",23492,56237,3,1067,2625 -"96471",23492,57150,2,1067,1196 -"96472",23492,57246,2,1067,1873 -"96473",23492,57714,3,1067,1391 -"96474",23492,57760,3,1067,1721 -"96475",23492,58035,3,1067,1646 -"96476",23492,58384,3,1067,1637 -"96477",23492,60280,3,1067,1918 -"96478",23492,61982,3,1067,2725 -"96479",23492,64793,3,1067,2819 -"96480",23492,67383,3,1067,1739 -"96481",23492,67805,3,1067,1338 -"96482",23492,71342,3,1067,1289 -"96483",23492,72207,2,1067,2430 -"96484",23492,72326,3,1067,2384 -"96485",23492,72956,3,1067,1251 -"96486",23492,75028,3,1067,1660 -"96487",23492,75403,2,1067,1895 -"96488",23492,76048,2,1067,2373 -"96489",23492,76081,3,1067,1534 -"96490",23492,76284,1,1067,1237 -"96491",23492,77077,3,1067,2693 -"96492",23492,79322,3,1067,2770 -"96493",23492,80678,3,1067,1595 -"96494",23492,82929,3,1067,2475 -"96495",23492,82949,3,1067,2077 -"96496",23492,83491,3,1067,1200 -"96497",23492,84772,3,1067,1231 -"96498",23492,86245,3,1067,1972 -"96499",23492,87837,2,1067,1987 -"96500",23492,95846,3,1067,1324 -"96501",23492,98781,2,1067,1410 -"96502",23492,99215,3,1067,2791 -"96503",23492,109718,3,1067,1237 -"96504",23493,386,2,706,1553 -"96505",23493,1787,3,706,1707 -"96506",23493,3484,2,706,1515 -"96507",23493,6234,2,706,2654 -"96508",23493,6235,3,706,1585 -"96509",23493,11679,3,706,846 -"96510",23493,11868,3,706,1639 -"96511",23493,16477,3,706,2069 -"96512",23493,20011,3,706,2826 -"96513",23493,22746,3,706,913 -"96514",23493,23771,3,706,1614 -"96515",23493,29775,3,706,2064 -"96516",23493,30194,3,706,2874 -"96517",23493,32841,3,706,1345 -"96518",23493,37454,3,706,1245 -"96519",23493,39723,3,706,778 -"96520",23493,41521,3,706,2069 -"96521",23493,42136,3,706,2551 -"96522",23493,44727,3,706,1227 -"96523",23493,49415,3,706,2654 -"96524",23493,82246,3,706,1538 -"96525",23493,86697,1,706,1985 -"96526",23493,94495,2,706,989 -"96527",23493,96700,3,706,1602 -"96528",23493,97986,3,706,1020 -"96529",23498,2036,3,2398,2483 -"96530",23498,6989,3,2398,2623 -"96531",23498,8760,3,2398,2477 -"96532",23498,14470,3,2398,2632 -"96533",23498,20984,3,2398,2502 -"96534",23498,27390,3,2398,2425 -"96535",23498,29473,3,2398,2602 -"96536",23498,36953,3,2398,2790 -"96537",23498,42407,3,2398,2408 -"96538",23498,68286,3,2398,2442 -"96539",23506,669,3,1172,1423 -"96540",23506,671,2,1172,2328 -"96541",23506,675,3,1172,1686 -"96542",23506,733,3,1172,1653 -"96543",23506,1036,3,1172,1367 -"96544",23506,1046,3,1172,1881 -"96545",23506,1127,3,1172,1188 -"96546",23506,1130,3,1172,1566 -"96547",23506,1136,3,1172,2536 -"96548",23506,1397,3,1172,1225 -"96549",23506,1777,3,1172,1965 -"96550",23506,1897,3,1172,1727 -"96551",23506,2063,2,1172,1278 -"96552",23506,2424,3,1172,2582 -"96553",23506,2743,2,1172,1278 -"96554",23506,2954,3,1172,2727 -"96555",23506,3242,2,1172,1730 -"96556",23506,3830,3,1172,1661 -"96557",23506,4191,3,1172,2130 -"96558",23506,4618,3,1172,2607 -"96559",23506,4687,2,1172,2152 -"96560",23506,4980,2,1172,2093 -"96561",23506,5078,3,1172,2033 -"96562",23506,5457,3,1172,2077 -"96563",23506,5462,3,1172,2374 -"96564",23506,5504,3,1172,2389 -"96565",23506,5621,3,1172,1860 -"96566",23506,5725,3,1172,2789 -"96567",23506,5864,3,1172,1197 -"96568",23506,7245,3,1172,2089 -"96569",23506,8533,3,1172,2251 -"96570",23506,8621,2,1172,1681 -"96571",23506,10404,3,1172,2062 -"96572",23506,10859,3,1172,2231 -"96573",23506,10890,2,1172,2639 -"96574",23506,12724,3,1172,1930 -"96575",23506,15539,3,1172,1929 -"96576",23506,15716,3,1172,1991 -"96577",23506,16164,2,1172,1184 -"96578",23506,17357,3,1172,1536 -"96579",23506,17852,3,1172,2840 -"96580",23506,18151,3,1172,2962 -"96581",23506,19027,3,1172,2721 -"96582",23506,19637,3,1172,1229 -"96583",23506,19868,3,1172,2855 -"96584",23506,20563,2,1172,2267 -"96585",23506,20659,3,1172,1969 -"96586",23506,20700,3,1172,2861 -"96587",23506,20783,3,1172,2414 -"96588",23506,20824,2,1172,1366 -"96589",23506,21911,2,1172,1184 -"96590",23506,22884,3,1172,1608 -"96591",23506,23534,3,1172,1659 -"96592",23506,23704,2,1172,2278 -"96593",23506,24755,3,1172,1319 -"96594",23506,25129,3,1172,2647 -"96595",23506,25341,2,1172,1858 -"96596",23506,25643,2,1172,1646 -"96597",23506,25816,3,1172,2088 -"96598",23506,26282,3,1172,1241 -"96599",23506,26436,2,1172,2489 -"96600",23506,26516,3,1172,2479 -"96601",23506,26570,3,1172,1669 -"96602",23506,27753,3,1172,2750 -"96603",23506,28285,3,1172,2972 -"96604",23506,28892,3,1172,2023 -"96605",23506,29456,3,1172,1182 -"96606",23506,30438,2,1172,1617 -"96607",23506,31000,2,1172,1526 -"96608",23506,31243,3,1172,1355 -"96609",23506,31696,2,1172,1595 -"96610",23506,31799,3,1172,2547 -"96611",23506,33621,3,1172,1319 -"96612",23506,34216,3,1172,2832 -"96613",23506,34492,2,1172,1798 -"96614",23506,34509,3,1172,1973 -"96615",23506,37418,3,1172,2710 -"96616",23506,38449,3,1172,1802 -"96617",23506,40293,2,1172,1671 -"96618",23506,41278,3,1172,1873 -"96619",23506,41402,3,1172,2313 -"96620",23506,45343,3,1172,2360 -"96621",23506,45715,2,1172,2287 -"96622",23506,47857,3,1172,2325 -"96623",23506,47947,3,1172,2681 -"96624",23506,51022,2,1172,1499 -"96625",23506,51410,3,1172,2739 -"96626",23506,51987,3,1172,1397 -"96627",23506,54676,3,1172,1342 -"96628",23506,54740,3,1172,2750 -"96629",23506,55691,3,1172,2856 -"96630",23506,56232,3,1172,1175 -"96631",23506,57977,3,1172,2683 -"96632",23506,58035,2,1172,1646 -"96633",23506,64031,3,1172,1295 -"96634",23506,64793,3,1172,2819 -"96635",23506,64997,3,1172,2791 -"96636",23506,70046,3,1172,2624 -"96637",23506,74095,3,1172,2333 -"96638",23506,80678,3,1172,1595 -"96639",23506,81813,3,1172,1656 -"96640",23506,82767,3,1172,1641 -"96641",23506,99103,3,1172,1470 -"96642",23506,101892,2,1172,1322 -"96643",23508,42,3,1907,2265 -"96644",23508,307,3,1907,2530 -"96645",23508,313,3,1907,2271 -"96646",23508,377,2,1907,2389 -"96647",23508,543,3,1907,2203 -"96648",23508,1224,3,1907,2435 -"96649",23508,1321,3,1907,2075 -"96650",23508,1495,3,1907,2046 -"96651",23508,1616,3,1907,2662 -"96652",23508,1777,3,1907,1965 -"96653",23508,2036,3,1907,2483 -"96654",23508,2484,3,1907,2389 -"96655",23508,3853,3,1907,2465 -"96656",23508,3966,3,1907,2425 -"96657",23508,4057,3,1907,2389 -"96658",23508,4701,2,1907,2401 -"96659",23508,5041,3,1907,2371 -"96660",23508,5078,3,1907,2033 -"96661",23508,5457,3,1907,2077 -"96662",23508,5462,3,1907,2374 -"96663",23508,5504,3,1907,2389 -"96664",23508,7078,3,1907,2344 -"96665",23508,7323,3,1907,2858 -"96666",23508,7555,3,1907,1943 -"96667",23508,8865,3,1907,2394 -"96668",23508,9030,3,1907,1979 -"96669",23508,10148,1,1907,2964 -"96670",23508,11620,3,1907,2010 -"96671",23508,12728,3,1907,2374 -"96672",23508,13732,3,1907,2789 -"96673",23508,13929,3,1907,2693 -"96674",23508,15184,3,1907,2396 -"96675",23508,15539,3,1907,1929 -"96676",23508,15560,2,1907,2257 -"96677",23508,16725,3,1907,2830 -"96678",23508,19528,3,1907,2742 -"96679",23508,20311,2,1907,1981 -"96680",23508,20783,3,1907,2414 -"96681",23508,21193,2,1907,2490 -"96682",23508,23509,3,1907,2275 -"96683",23508,23641,3,1907,1934 -"96684",23508,24146,2,1907,2003 -"96685",23508,24923,3,1907,2785 -"96686",23508,26317,3,1907,2376 -"96687",23508,26451,3,1907,2133 -"96688",23508,26608,3,1907,2329 -"96689",23508,26865,3,1907,2726 -"96690",23508,28216,3,1907,1910 -"96691",23508,29073,3,1907,2328 -"96692",23508,30081,2,1907,2403 -"96693",23508,30906,3,1907,2537 -"96694",23508,31799,3,1907,2547 -"96695",23508,32516,2,1907,2050 -"96696",23508,32939,3,1907,2277 -"96697",23508,33801,3,1907,2899 -"96698",23508,34509,3,1907,1973 -"96699",23508,35256,3,1907,2271 -"96700",23508,36559,3,1907,2473 -"96701",23508,36962,2,1907,2861 -"96702",23508,37570,3,1907,2389 -"96703",23508,41402,3,1907,2313 -"96704",23508,46596,3,1907,1942 -"96705",23508,48820,3,1907,2769 -"96706",23508,50252,3,1907,2001 -"96707",23508,51410,3,1907,2739 -"96708",23508,55468,2,1907,2511 -"96709",23508,55556,3,1907,2075 -"96710",23508,57804,3,1907,2214 -"96711",23508,57977,3,1907,2683 -"96712",23508,66318,3,1907,2803 -"96713",23508,68215,3,1907,2727 -"96714",23508,72207,3,1907,2430 -"96715",23508,82929,3,1907,2475 -"96716",23508,85430,3,1907,2370 -"96717",23508,86799,2,1907,1951 -"96718",23509,270,2,2275,2542 -"96719",23509,307,3,2275,2530 -"96720",23509,2424,3,2275,2582 -"96721",23509,3305,3,2275,2839 -"96722",23509,4701,3,2275,2401 -"96723",23509,5235,3,2275,2324 -"96724",23509,6491,3,2275,2424 -"96725",23509,7616,3,2275,2296 -"96726",23509,9311,3,2275,2477 -"96727",23509,12713,3,2275,2440 -"96728",23509,12728,3,2275,2374 -"96729",23509,13249,3,2275,2573 -"96730",23509,14959,3,2275,2898 -"96731",23509,18394,2,2275,2356 -"96732",23509,19248,2,2275,2357 -"96733",23509,21012,3,2275,2325 -"96734",23509,21104,2,2275,2327 -"96735",23509,22326,3,2275,2818 -"96736",23509,23725,3,2275,2378 -"96737",23509,25305,3,2275,2447 -"96738",23509,26848,3,2275,2363 -"96739",23509,29073,3,2275,2328 -"96740",23509,29095,3,2275,2531 -"96741",23509,30173,3,2275,2404 -"96742",23509,31700,3,2275,2727 -"96743",23509,32173,3,2275,2341 -"96744",23509,33672,2,2275,2396 -"96745",23509,33801,3,2275,2899 -"96746",23509,34480,3,2275,2755 -"96747",23509,39444,3,2275,2695 -"96748",23509,39535,3,2275,2428 -"96749",23509,43455,3,2275,2846 -"96750",23509,43518,3,2275,2680 -"96751",23509,48605,3,2275,2796 -"96752",23509,50118,2,2275,2654 -"96753",23509,50236,3,2275,2339 -"96754",23509,51041,3,2275,2606 -"96755",23509,51319,3,2275,2488 -"96756",23509,55468,2,2275,2511 -"96757",23509,56082,3,2275,2395 -"96758",23509,56237,3,2275,2625 -"96759",23509,61982,3,2275,2725 -"96760",23509,62841,3,2275,2710 -"96761",23509,70203,2,2275,2756 -"96762",23509,72207,3,2275,2430 -"96763",23513,2221,2,900,2092 -"96764",23513,2349,3,900,1288 -"96765",23513,2418,3,900,2020 -"96766",23513,2576,3,900,1307 -"96767",23513,2759,2,900,2030 -"96768",23513,3255,3,900,2504 -"96769",23513,3620,3,900,2955 -"96770",23513,4730,2,900,2131 -"96771",23513,6133,2,900,1229 -"96772",23513,6627,3,900,2063 -"96773",23513,6824,3,900,2680 -"96774",23513,7269,3,900,1728 -"96775",23513,7433,3,900,2255 -"96776",23513,7443,3,900,2028 -"96777",23513,8984,2,900,1162 -"96778",23513,9861,3,900,2680 -"96779",23513,10495,2,900,2230 -"96780",23513,10638,2,900,2692 -"96781",23513,10905,3,900,1552 -"96782",23513,10914,2,900,1660 -"96783",23513,11381,3,900,1638 -"96784",23513,11506,2,900,2824 -"96785",23513,16594,3,900,1755 -"96786",23513,18571,3,900,2128 -"96787",23513,18943,2,900,2861 -"96788",23513,20007,2,900,2971 -"96789",23513,20432,3,900,1727 -"96790",23513,21180,2,900,2762 -"96791",23513,21463,3,900,2437 -"96792",23513,21741,3,900,1574 -"96793",23513,23639,3,900,2065 -"96794",23513,26713,3,900,1235 -"96795",23513,27008,2,900,911 -"96796",23513,27783,3,900,2302 -"96797",23513,30442,2,900,2124 -"96798",23513,31164,2,900,1996 -"96799",23513,32449,2,900,2091 -"96800",23513,34162,2,900,2336 -"96801",23513,36136,3,900,2338 -"96802",23513,38144,3,900,2637 -"96803",23513,39105,3,900,2487 -"96804",23513,41955,3,900,2479 -"96805",23513,41978,3,900,2824 -"96806",23513,44636,3,900,1026 -"96807",23513,45730,3,900,2063 -"96808",23513,46951,3,900,2429 -"96809",23513,53013,3,900,2523 -"96810",23513,54663,3,900,1424 -"96811",23513,55604,3,900,2342 -"96812",23513,55775,3,900,2385 -"96813",23513,56275,3,900,2152 -"96814",23513,56338,2,900,1818 -"96815",23513,56673,2,900,2419 -"96816",23513,59039,3,900,2870 -"96817",23513,60979,2,900,1758 -"96818",23513,65316,2,900,1020 -"96819",23513,66911,2,900,1920 -"96820",23513,69335,3,900,2698 -"96821",23513,76132,2,900,2426 -"96822",23513,76675,2,900,1840 -"96823",23513,77397,2,900,1302 -"96824",23513,85778,3,900,1040 -"96825",23513,86664,3,900,1146 -"96826",23513,93208,3,900,1324 -"96827",23513,94926,3,900,1611 -"96828",23513,104306,2,900,1665 -"96829",23513,111034,3,900,2131 -"96830",23513,115155,2,900,1942 -"96831",23526,270,2,1998,2542 -"96832",23526,380,2,1998,2261 -"96833",23526,1102,2,1998,2282 -"96834",23526,2181,2,1998,2030 -"96835",23526,2424,3,1998,2582 -"96836",23526,2484,3,1998,2389 -"96837",23526,2533,3,1998,2016 -"96838",23526,2572,3,1998,2273 -"96839",23526,3305,3,1998,2839 -"96840",23526,3477,3,1998,2546 -"96841",23526,3493,3,1998,2451 -"96842",23526,4701,3,1998,2401 -"96843",23526,5072,3,1998,2175 -"96844",23526,5235,3,1998,2324 -"96845",23526,5580,3,1998,2111 -"96846",23526,5622,3,1998,2175 -"96847",23526,6047,3,1998,2004 -"96848",23526,6063,3,1998,2349 -"96849",23526,6074,3,1998,2426 -"96850",23526,6363,3,1998,2066 -"96851",23526,6588,2,1998,2025 -"96852",23526,6718,3,1998,2138 -"96853",23526,7234,3,1998,2654 -"96854",23526,7245,3,1998,2089 -"96855",23526,7616,3,1998,2296 -"96856",23526,8533,3,1998,2251 -"96857",23526,8681,3,1998,2716 -"96858",23526,9175,3,1998,2639 -"96859",23526,9362,3,1998,2879 -"96860",23526,9615,3,1998,2464 -"96861",23526,9654,3,1998,2111 -"96862",23526,9928,3,1998,2345 -"96863",23526,10513,3,1998,2284 -"96864",23526,10857,3,1998,2253 -"96865",23526,11218,2,1998,2292 -"96866",23526,12042,3,1998,2345 -"96867",23526,12374,3,1998,2260 -"96868",23526,12449,3,1998,2067 -"96869",23526,13307,2,1998,2206 -"96870",23526,14655,3,1998,2559 -"96871",23526,15560,3,1998,2257 -"96872",23526,15813,3,1998,2143 -"96873",23526,16352,3,1998,2657 -"96874",23526,17221,3,1998,2487 -"96875",23526,17400,3,1998,2231 -"96876",23526,18394,2,1998,2356 -"96877",23526,19248,3,1998,2357 -"96878",23526,19622,3,1998,2371 -"96879",23526,19719,3,1998,2177 -"96880",23526,19862,2,1998,2412 -"96881",23526,20124,3,1998,2376 -"96882",23526,21012,2,1998,2325 -"96883",23526,21682,3,1998,2414 -"96884",23526,21693,3,1998,2176 -"96885",23526,21929,2,1998,2062 -"96886",23526,22197,3,1998,2271 -"96887",23526,22326,3,1998,2818 -"96888",23526,23011,3,1998,2763 -"96889",23526,23509,3,1998,2275 -"96890",23526,23725,3,1998,2378 -"96891",23526,25305,3,1998,2447 -"96892",23526,25985,3,1998,2071 -"96893",23526,26067,3,1998,2069 -"96894",23526,26080,3,1998,2525 -"96895",23526,26451,3,1998,2133 -"96896",23526,26818,3,1998,1999 -"96897",23526,26848,3,1998,2363 -"96898",23526,27694,3,1998,2030 -"96899",23526,29962,3,1998,2201 -"96900",23526,30405,2,1998,2164 -"96901",23526,30943,3,1998,2287 -"96902",23526,31307,2,1998,2139 -"96903",23526,32173,3,1998,2341 -"96904",23526,32965,3,1998,2071 -"96905",23526,33160,3,1998,2441 -"96906",23526,33223,3,1998,2397 -"96907",23526,34836,3,1998,2302 -"96908",23526,36031,3,1998,2342 -"96909",23526,36087,3,1998,2755 -"96910",23526,42129,3,1998,2318 -"96911",23526,42216,3,1998,2722 -"96912",23526,43213,3,1998,2160 -"96913",23526,43455,3,1998,2846 -"96914",23526,43518,3,1998,2680 -"96915",23526,44769,3,1998,2411 -"96916",23526,45302,2,1998,2390 -"96917",23526,45684,3,1998,2200 -"96918",23526,46629,2,1998,2255 -"96919",23526,48035,2,1998,2180 -"96920",23526,48215,3,1998,2028 -"96921",23526,49110,3,1998,2938 -"96922",23526,50236,2,1998,2339 -"96923",23526,51017,3,1998,2073 -"96924",23526,51035,3,1998,2397 -"96925",23526,51866,3,1998,2411 -"96926",23526,54551,3,1998,2348 -"96927",23526,54879,3,1998,2210 -"96928",23526,54929,3,1998,2783 -"96929",23526,55076,3,1998,2408 -"96930",23526,55775,3,1998,2385 -"96931",23526,56082,2,1998,2395 -"96932",23526,56237,3,1998,2625 -"96933",23526,57977,3,1998,2683 -"96934",23526,59700,3,1998,2346 -"96935",23526,61982,3,1998,2725 -"96936",23526,66992,3,1998,2882 -"96937",23526,67726,3,1998,2873 -"96938",23526,72207,2,1998,2430 -"96939",23526,72326,3,1998,2384 -"96940",23526,72468,3,1998,2292 -"96941",23526,79804,3,1998,2227 -"96942",23526,83396,3,1998,2396 -"96943",23534,14,3,1659,1793 -"96944",23534,446,3,1659,1910 -"96945",23534,671,2,1659,2328 -"96946",23534,675,3,1659,1686 -"96947",23534,1046,3,1659,1881 -"96948",23534,1136,3,1659,2536 -"96949",23534,1367,3,1659,2176 -"96950",23534,1767,3,1659,2727 -"96951",23534,2424,3,1659,2582 -"96952",23534,2563,3,1659,1686 -"96953",23534,2684,3,1659,2874 -"96954",23534,3167,2,1659,1676 -"96955",23534,3242,3,1659,1730 -"96956",23534,3306,3,1659,1989 -"96957",23534,3317,3,1659,2037 -"96958",23534,4191,3,1659,2130 -"96959",23534,4226,3,1659,1903 -"96960",23534,4305,3,1659,2374 -"96961",23534,4618,3,1659,2607 -"96962",23534,5148,3,1659,2206 -"96963",23534,5669,3,1659,2502 -"96964",23534,5725,3,1659,2789 -"96965",23534,6047,3,1659,2004 -"96966",23534,6491,3,1659,2424 -"96967",23534,7245,3,1659,2089 -"96968",23534,7992,3,1659,2033 -"96969",23534,8533,2,1659,2251 -"96970",23534,8621,3,1659,1681 -"96971",23534,9702,2,1659,1928 -"96972",23534,10404,3,1659,2062 -"96973",23534,10890,3,1659,2639 -"96974",23534,10980,3,1659,1974 -"96975",23534,11620,3,1659,2010 -"96976",23534,12374,2,1659,2260 -"96977",23534,20067,3,1659,2390 -"96978",23534,20311,2,1659,1981 -"96979",23534,20563,2,1659,2267 -"96980",23534,21104,3,1659,2327 -"96981",23534,21122,3,1659,1701 -"96982",23534,23121,3,1659,2108 -"96983",23534,23509,3,1659,2275 -"96984",23534,23756,3,1659,2309 -"96985",23534,24962,3,1659,2126 -"96986",23534,25341,3,1659,1858 -"96987",23534,26351,3,1659,2683 -"96988",23534,26436,3,1659,2489 -"96989",23534,26451,3,1659,2133 -"96990",23534,26516,3,1659,2479 -"96991",23534,26570,3,1659,1669 -"96992",23534,26706,3,1659,1846 -"96993",23534,26793,3,1659,2104 -"96994",23534,27753,3,1659,2750 -"96995",23534,28285,2,1659,2972 -"96996",23534,29073,3,1659,2328 -"96997",23534,29170,3,1659,1846 -"96998",23534,31799,3,1659,2547 -"96999",23534,32064,3,1659,1739 -"97000",23534,32988,3,1659,2008 -"97001",23534,33801,3,1659,2899 -"97002",23534,34136,2,1659,2202 -"97003",23534,34216,3,1659,2832 -"97004",23534,34492,3,1659,1798 -"97005",23534,34836,3,1659,2302 -"97006",23534,36439,3,1659,2469 -"97007",23534,38019,3,1659,1870 -"97008",23534,38449,3,1659,1802 -"97009",23534,40293,3,1659,1671 -"97010",23534,42505,3,1659,2008 -"97011",23534,42914,3,1659,1737 -"97012",23534,43404,3,1659,2649 -"97013",23534,44407,3,1659,2154 -"97014",23534,45633,3,1659,2134 -"97015",23534,46385,3,1659,2225 -"97016",23534,47947,3,1659,2681 -"97017",23534,50118,2,1659,2654 -"97018",23534,50667,3,1659,2719 -"97019",23534,51410,3,1659,2739 -"97020",23534,53266,3,1659,2389 -"97021",23534,53300,3,1659,2162 -"97022",23534,54740,3,1659,2750 -"97023",23534,55691,3,1659,2856 -"97024",23534,57977,3,1659,2683 -"97025",23534,58221,3,1659,1787 -"97026",23534,62840,3,1659,2502 -"97027",23534,63515,3,1659,2023 -"97028",23534,64793,3,1659,2819 -"97029",23534,64997,3,1659,2791 -"97030",23534,71562,3,1659,2574 -"97031",23534,74095,3,1659,2333 -"97032",23534,75028,3,1659,1660 -"97033",23534,75607,3,1659,2245 -"97034",23534,88232,3,1659,2881 -"97035",23534,108379,3,1659,2933 -"97036",23550,17499,3,2939,2954 -"97037",23560,1785,3,2051,2350 -"97038",23560,2282,3,2051,2056 -"97039",23560,2443,3,2051,2333 -"97040",23560,9910,3,2051,2526 -"97041",23560,12116,2,2051,2119 -"97042",23560,14470,3,2051,2632 -"97043",23560,20695,3,2051,2526 -"97044",23560,22410,2,2051,2158 -"97045",23560,23498,1,2051,2398 -"97046",23560,31264,3,2051,2335 -"97047",23560,36840,3,2051,2269 -"97048",23560,42407,3,2051,2408 -"97049",23560,43701,3,2051,2400 -"97050",23560,45499,3,2051,2346 -"97051",23560,52950,3,2051,2716 -"97052",23560,68286,3,2051,2442 -"97053",23560,70011,3,2051,2690 -"97054",23560,73520,3,2051,2613 -"97055",23560,77719,3,2051,2086 -"97056",23560,80970,3,2051,2069 -"97057",23562,30974,3,329,947 -"97058",23562,88067,3,329,2315 -"97059",23572,508,3,772,801 -"97060",23572,2609,3,772,834 -"97061",23572,3492,3,772,2117 -"97062",23572,3495,2,772,2431 -"97063",23572,5615,3,772,1105 -"97064",23572,12779,3,772,936 -"97065",23572,13158,3,772,2667 -"97066",23572,15106,1,772,2286 -"97067",23572,15215,2,772,798 -"97068",23572,15444,3,772,2764 -"97069",23572,18165,3,772,2085 -"97070",23572,18404,3,772,801 -"97071",23572,19069,3,772,988 -"97072",23572,19317,2,772,2041 -"97073",23572,20331,3,772,2365 -"97074",23572,21493,2,772,2286 -"97075",23572,22057,3,772,974 -"97076",23572,29580,3,772,2776 -"97077",23572,29884,3,772,1239 -"97078",23572,30236,3,772,2238 -"97079",23572,30798,2,772,1398 -"97080",23572,35448,1,772,1685 -"97081",23572,41682,3,772,1988 -"97082",23572,42837,3,772,1096 -"97083",23572,45504,3,772,2301 -"97084",23572,49109,3,772,2341 -"97085",23572,58164,3,772,2398 -"97086",23572,61242,1,772,1650 -"97087",23572,77155,3,772,2946 -"97088",23572,80764,3,772,1808 -"97089",23572,82009,3,772,1020 -"97090",23572,83218,3,772,1537 -"97091",23572,108498,3,772,974 -"97092",23588,2960,3,851,977 -"97093",23588,4107,3,851,987 -"97094",23588,4121,3,851,1304 -"97095",23588,18891,3,851,1596 -"97096",23588,24176,3,851,1986 -"97097",23588,30798,2,851,1398 -"97098",23588,41118,3,851,1091 -"97099",23588,46506,2,851,2464 -"97100",23588,61242,3,851,1650 -"97101",23588,83218,3,851,1537 -"97102",23588,84254,3,851,2548 -"97103",23591,7536,2,2831,2871 -"97104",23597,371,2,1080,2950 -"97105",23597,860,1,1080,1258 -"97106",23597,2190,3,1080,2359 -"97107",23597,2576,3,1080,1307 -"97108",23597,3520,3,1080,2281 -"97109",23597,4303,3,1080,2414 -"97110",23597,4665,3,1080,1569 -"97111",23597,5897,3,1080,2337 -"97112",23597,6821,3,1080,1788 -"97113",23597,8568,3,1080,2706 -"97114",23597,8908,3,1080,1537 -"97115",23597,8984,3,1080,1162 -"97116",23597,9332,2,1080,2734 -"97117",23597,12067,3,1080,1213 -"97118",23597,13068,3,1080,1778 -"97119",23597,16502,2,1080,1616 -"97120",23597,17252,3,1080,1258 -"97121",23597,18381,3,1080,1524 -"97122",23597,20220,3,1080,1656 -"97123",23597,21487,3,1080,2203 -"97124",23597,23277,3,1080,1267 -"97125",23597,27882,3,1080,1897 -"97126",23597,28051,1,1080,2089 -"97127",23597,29286,3,1080,1612 -"97128",23597,31676,3,1080,1598 -"97129",23597,33657,1,1080,2336 -"97130",23597,37636,3,1080,2178 -"97131",23597,37752,3,1080,2223 -"97132",23597,38676,3,1080,2286 -"97133",23597,38816,2,1080,1225 -"97134",23597,39534,3,1080,2410 -"97135",23597,42256,2,1080,2839 -"97136",23597,42562,2,1080,1195 -"97137",23597,43027,3,1080,1277 -"97138",23597,49347,3,1080,2504 -"97139",23597,49712,2,1080,1937 -"97140",23597,53687,3,1080,2422 -"97141",23597,58521,3,1080,2950 -"97142",23597,61125,3,1080,1673 -"97143",23597,64947,3,1080,2489 -"97144",23597,68876,3,1080,1397 -"97145",23597,69232,3,1080,2130 -"97146",23597,70455,3,1080,1307 -"97147",23597,91227,2,1080,1232 -"97148",23597,92784,3,1080,1257 -"97149",23597,93320,3,1080,1258 -"97150",23597,97990,3,1080,1223 -"97151",23597,100048,3,1080,1573 -"97152",23639,3100,2,2065,2524 -"97153",23639,3786,2,2065,2282 -"97154",23639,6071,2,2065,2310 -"97155",23639,9727,3,2065,2327 -"97156",23639,11135,2,2065,2441 -"97157",23639,14761,3,2065,2502 -"97158",23639,15502,2,2065,2637 -"97159",23639,17999,3,2065,2758 -"97160",23639,19687,2,2065,2072 -"97161",23639,19972,3,2065,2078 -"97162",23639,22905,3,2065,2599 -"97163",23639,25180,3,2065,2489 -"97164",23639,28567,3,2065,2398 -"97165",23639,33363,3,2065,2475 -"97166",23639,41051,3,2065,2767 -"97167",23639,42628,3,2065,2486 -"97168",23639,45487,3,2065,2256 -"97169",23639,47130,3,2065,2654 -"97170",23639,47330,3,2065,2422 -"97171",23639,56673,1,2065,2419 -"97172",23639,65223,3,2065,2724 -"97173",23639,95211,3,2065,2462 -"97174",23639,100586,3,2065,2966 -"97175",23639,116792,3,2065,2397 -"97176",23641,1495,3,1934,2046 -"97177",23641,2484,3,1934,2389 -"97178",23641,3853,2,1934,2465 -"97179",23641,17520,3,1934,2276 -"97180",23641,17943,2,1934,1943 -"97181",23641,30236,3,1934,2238 -"97182",23641,32516,1,1934,2050 -"97183",23641,47248,3,1934,2883 -"97184",23641,50252,2,1934,2001 -"97185",23641,51017,3,1934,2073 -"97186",23641,59039,3,1934,2870 -"97187",23652,671,2,803,2328 -"97188",23652,733,3,803,1653 -"97189",23652,2754,3,803,1360 -"97190",23652,4618,3,803,2607 -"97191",23652,4790,3,803,1025 -"97192",23652,4791,3,803,1184 -"97193",23652,10875,3,803,1234 -"97194",23652,12096,3,803,1330 -"97195",23652,13929,3,803,2693 -"97196",23652,13945,3,803,1324 -"97197",23652,16164,3,803,1184 -"97198",23652,19027,3,803,2721 -"97199",23652,20824,3,803,1366 -"97200",23652,22964,3,803,1443 -"97201",23652,24755,1,803,1319 -"97202",23652,25341,3,803,1858 -"97203",23652,26570,2,803,1669 -"97204",23652,30386,3,803,1833 -"97205",23652,30857,3,803,863 -"97206",23652,39865,3,803,849 -"97207",23652,41832,2,803,1155 -"97208",23652,44427,3,803,2875 -"97209",23652,51022,3,803,1499 -"97210",23652,55691,3,803,2856 -"97211",23652,58035,3,803,1646 -"97212",23652,67222,3,803,1332 -"97213",23652,72334,3,803,2820 -"97214",23652,75948,3,803,1006 -"97215",23652,77305,3,803,965 -"97216",23652,81588,3,803,1568 -"97217",23652,82767,3,803,1641 -"97218",23652,89097,3,803,935 -"97219",23652,94101,3,803,997 -"97220",23668,2443,3,144,2333 -"97221",23668,3324,2,144,1198 -"97222",23668,3578,3,144,624 -"97223",23668,5414,3,144,2321 -"97224",23668,6432,3,144,2297 -"97225",23668,6755,3,144,2818 -"97226",23668,8395,2,144,896 -"97227",23668,9939,3,144,474 -"97228",23668,10128,3,144,883 -"97229",23668,10279,3,144,886 -"97230",23668,11429,3,144,2520 -"97231",23668,11897,2,144,1271 -"97232",23668,13150,1,144,1570 -"97233",23668,14918,3,144,2071 -"97234",23668,15978,3,144,981 -"97235",23668,16643,3,144,1824 -"97236",23668,17159,3,144,883 -"97237",23668,20819,3,144,213 -"97238",23668,23277,3,144,1267 -"97239",23668,24255,3,144,2770 -"97240",23668,26138,3,144,1902 -"97241",23668,27312,3,144,2469 -"97242",23668,28327,3,144,2053 -"97243",23668,32070,3,144,950 -"97244",23668,32516,3,144,2050 -"97245",23668,33278,2,144,1591 -"97246",23668,33755,3,144,2963 -"97247",23668,36506,3,144,2638 -"97248",23668,39534,3,144,2410 -"97249",23668,42280,1,144,2266 -"97250",23668,43929,2,144,2749 -"97251",23668,46568,3,144,822 -"97252",23668,49284,3,144,218 -"97253",23668,49347,3,144,2504 -"97254",23668,49403,3,144,2427 -"97255",23668,49958,3,144,1860 -"97256",23668,53092,3,144,2384 -"97257",23668,54061,3,144,1488 -"97258",23668,57037,1,144,2293 -"97259",23668,61948,2,144,1231 -"97260",23668,62713,3,144,2593 -"97261",23668,63525,3,144,2741 -"97262",23668,71130,3,144,879 -"97263",23668,72007,3,144,963 -"97264",23668,76769,3,144,2601 -"97265",23668,82917,3,144,2371 -"97266",23668,90633,3,144,990 -"97267",23668,94339,2,144,2768 -"97268",23668,99194,3,144,1271 -"97269",23668,112814,3,144,546 -"97270",23668,116792,3,144,2397 -"97271",23679,1175,3,934,1642 -"97272",23679,3886,2,934,1669 -"97273",23679,4567,3,934,2348 -"97274",23679,7794,3,934,2972 -"97275",23679,11168,3,934,1223 -"97276",23679,12518,3,934,2747 -"97277",23679,17943,3,934,1943 -"97278",23679,18011,1,934,1636 -"97279",23679,18202,2,934,2475 -"97280",23679,18825,3,934,1240 -"97281",23679,19744,3,934,2623 -"97282",23679,22272,3,934,1243 -"97283",23679,24816,2,934,2161 -"97284",23679,27030,2,934,2031 -"97285",23679,27116,3,934,963 -"97286",23679,34812,1,934,2442 -"97287",23679,35045,3,934,1646 -"97288",23679,36554,3,934,1649 -"97289",23679,40129,2,934,2162 -"97290",23679,43978,2,934,2698 -"97291",23679,47726,3,934,1272 -"97292",23679,51546,3,934,1369 -"97293",23679,54388,2,934,1257 -"97294",23679,69250,3,934,1439 -"97295",23679,77550,3,934,1548 -"97296",23679,109978,3,934,1865 -"97297",23692,2206,3,1540,2536 -"97298",23692,10980,3,1540,1974 -"97299",23692,12948,3,1540,2669 -"97300",23692,14781,3,1540,2338 -"97301",23692,17645,3,1540,1918 -"97302",23692,32778,3,1540,2310 -"97303",23692,35728,3,1540,2017 -"97304",23692,38995,2,1540,1940 -"97305",23692,42331,3,1540,1585 -"97306",23692,45869,3,1540,2840 -"97307",23692,47529,3,1540,2914 -"97308",23692,49414,2,1540,1667 -"97309",23692,92678,3,1540,1769 -"97310",23704,1136,3,2278,2536 -"97311",23704,4618,3,2278,2607 -"97312",23704,10890,3,2278,2639 -"97313",23704,19516,3,2278,2313 -"97314",23704,26436,2,2278,2489 -"97315",23704,26516,3,2278,2479 -"97316",23704,27753,3,2278,2750 -"97317",23704,45715,2,2278,2287 -"97318",23704,50977,3,2278,2352 -"97319",23704,51410,2,2278,2739 -"97320",23704,64997,3,2278,2791 -"97321",23705,455,2,2699,2827 -"97322",23705,23132,3,2699,2756 -"97323",23705,64997,3,2699,2791 -"97324",23715,134,3,1859,2062 -"97325",23715,270,2,1859,2542 -"97326",23715,312,3,1859,2038 -"97327",23715,380,2,1859,2261 -"97328",23715,1046,3,1859,1881 -"97329",23715,1102,2,1859,2282 -"97330",23715,1355,3,1859,2473 -"97331",23715,2111,2,1859,1904 -"97332",23715,2181,3,1859,2030 -"97333",23715,2195,3,1859,2139 -"97334",23715,2424,2,1859,2582 -"97335",23715,2484,3,1859,2389 -"97336",23715,2533,3,1859,2016 -"97337",23715,2572,3,1859,2273 -"97338",23715,3305,3,1859,2839 -"97339",23715,3477,3,1859,2546 -"97340",23715,3493,3,1859,2451 -"97341",23715,3801,3,1859,1974 -"97342",23715,4253,3,1859,1890 -"97343",23715,4701,3,1859,2401 -"97344",23715,4953,3,1859,2285 -"97345",23715,5072,3,1859,2175 -"97346",23715,5235,3,1859,2324 -"97347",23715,5622,3,1859,2175 -"97348",23715,5971,2,1859,1985 -"97349",23715,6047,3,1859,2004 -"97350",23715,6052,3,1859,1985 -"97351",23715,6063,3,1859,2349 -"97352",23715,6074,3,1859,2426 -"97353",23715,6222,3,1859,1949 -"97354",23715,6363,3,1859,2066 -"97355",23715,6588,2,1859,2025 -"97356",23715,6718,3,1859,2138 -"97357",23715,7234,3,1859,2654 -"97358",23715,7245,3,1859,2089 -"97359",23715,7555,3,1859,1943 -"97360",23715,7616,3,1859,2296 -"97361",23715,8533,3,1859,2251 -"97362",23715,9175,3,1859,2639 -"97363",23715,9362,3,1859,2879 -"97364",23715,9615,3,1859,2464 -"97365",23715,9654,3,1859,2111 -"97366",23715,9928,3,1859,2345 -"97367",23715,10513,3,1859,2284 -"97368",23715,10857,3,1859,2253 -"97369",23715,11006,3,1859,1950 -"97370",23715,11218,2,1859,2292 -"97371",23715,11440,3,1859,2026 -"97372",23715,12042,3,1859,2345 -"97373",23715,12374,3,1859,2260 -"97374",23715,12449,3,1859,2067 -"97375",23715,12724,3,1859,1930 -"97376",23715,13307,1,1859,2206 -"97377",23715,14252,3,1859,2244 -"97378",23715,14507,3,1859,2686 -"97379",23715,14655,3,1859,2559 -"97380",23715,15799,2,1859,1917 -"97381",23715,15813,3,1859,2143 -"97382",23715,16195,3,1859,2964 -"97383",23715,16352,3,1859,2657 -"97384",23715,16535,3,1859,1993 -"97385",23715,16539,3,1859,1947 -"97386",23715,16725,3,1859,2830 -"97387",23715,17365,3,1859,2746 -"97388",23715,17400,3,1859,2231 -"97389",23715,17819,3,1859,2291 -"97390",23715,17852,3,1859,2840 -"97391",23715,18394,2,1859,2356 -"97392",23715,19248,3,1859,2357 -"97393",23715,19622,2,1859,2371 -"97394",23715,19719,3,1859,2177 -"97395",23715,19862,2,1859,2412 -"97396",23715,20124,3,1859,2376 -"97397",23715,20486,3,1859,1908 -"97398",23715,21012,2,1859,2325 -"97399",23715,21193,3,1859,2490 -"97400",23715,21285,3,1859,2100 -"97401",23715,21682,3,1859,2414 -"97402",23715,21693,3,1859,2176 -"97403",23715,21929,3,1859,2062 -"97404",23715,22141,3,1859,2348 -"97405",23715,22197,3,1859,2271 -"97406",23715,22326,3,1859,2818 -"97407",23715,22331,3,1859,2687 -"97408",23715,23011,3,1859,2763 -"97409",23715,23509,3,1859,2275 -"97410",23715,23526,1,1859,1998 -"97411",23715,23725,3,1859,2378 -"97412",23715,25305,3,1859,2447 -"97413",23715,25577,3,1859,1946 -"97414",23715,25985,3,1859,2071 -"97415",23715,26067,3,1859,2069 -"97416",23715,26080,3,1859,2525 -"97417",23715,26721,3,1859,2586 -"97418",23715,26818,3,1859,1999 -"97419",23715,26848,3,1859,2363 -"97420",23715,27694,3,1859,2030 -"97421",23715,29295,3,1859,2043 -"97422",23715,29962,3,1859,2201 -"97423",23715,30052,3,1859,2855 -"97424",23715,30173,3,1859,2404 -"97425",23715,30405,2,1859,2164 -"97426",23715,31307,1,1859,2139 -"97427",23715,32173,3,1859,2341 -"97428",23715,32965,3,1859,2071 -"97429",23715,33160,2,1859,2441 -"97430",23715,33223,3,1859,2397 -"97431",23715,33981,3,1859,1993 -"97432",23715,36087,3,1859,2755 -"97433",23715,37238,3,1859,2609 -"97434",23715,38307,3,1859,2648 -"97435",23715,39294,3,1859,1889 -"97436",23715,40493,2,1859,1981 -"97437",23715,41945,3,1859,2856 -"97438",23715,41972,3,1859,2509 -"97439",23715,42216,3,1859,2722 -"97440",23715,42687,3,1859,1952 -"97441",23715,43213,3,1859,2160 -"97442",23715,43455,2,1859,2846 -"97443",23715,43518,3,1859,2680 -"97444",23715,44769,3,1859,2411 -"97445",23715,45302,3,1859,2390 -"97446",23715,45684,3,1859,2200 -"97447",23715,46629,2,1859,2255 -"97448",23715,48035,2,1859,2180 -"97449",23715,48215,3,1859,2028 -"97450",23715,49110,2,1859,2938 -"97451",23715,49759,3,1859,2400 -"97452",23715,50236,2,1859,2339 -"97453",23715,51017,3,1859,2073 -"97454",23715,51035,3,1859,2397 -"97455",23715,51041,3,1859,2606 -"97456",23715,51866,3,1859,2411 -"97457",23715,52323,3,1859,2148 -"97458",23715,52576,3,1859,2234 -"97459",23715,54551,3,1859,2348 -"97460",23715,54879,3,1859,2210 -"97461",23715,54929,3,1859,2783 -"97462",23715,56082,2,1859,2395 -"97463",23715,56237,3,1859,2625 -"97464",23715,57969,3,1859,2755 -"97465",23715,57977,3,1859,2683 -"97466",23715,58451,3,1859,1939 -"97467",23715,61982,2,1859,2725 -"97468",23715,62841,3,1859,2710 -"97469",23715,65242,3,1859,1988 -"97470",23715,67726,3,1859,2873 -"97471",23715,70217,3,1859,2332 -"97472",23715,72207,2,1859,2430 -"97473",23715,72326,3,1859,2384 -"97474",23715,75403,3,1859,1895 -"97475",23715,76892,3,1859,2381 -"97476",23715,79804,3,1859,2227 -"97477",23715,83396,3,1859,2396 -"97478",23715,84022,3,1859,2289 -"97479",23715,101315,3,1859,1971 -"97480",23725,270,2,2378,2542 -"97481",23725,1315,3,2378,2760 -"97482",23725,1639,3,2378,2631 -"97483",23725,2289,3,2378,2389 -"97484",23725,2424,3,2378,2582 -"97485",23725,3305,3,2378,2839 -"97486",23725,3493,3,2378,2451 -"97487",23725,5258,3,2378,2730 -"97488",23725,5350,3,2378,2522 -"97489",23725,7234,3,2378,2654 -"97490",23725,11477,3,2378,2724 -"97491",23725,16352,3,2378,2657 -"97492",23725,16826,3,2378,2599 -"97493",23725,18315,3,2378,2720 -"97494",23725,18361,3,2378,2968 -"97495",23725,18543,3,2378,2968 -"97496",23725,22331,3,2378,2687 -"97497",23725,26080,3,2378,2525 -"97498",23725,26749,3,2378,2965 -"97499",23725,29580,3,2378,2776 -"97500",23725,31235,3,2378,2668 -"97501",23725,31436,2,2378,2892 -"97502",23725,33949,3,2378,2489 -"97503",23725,34426,3,2378,2743 -"97504",23725,34480,2,2378,2755 -"97505",23725,43455,3,2378,2846 -"97506",23725,43518,3,2378,2680 -"97507",23725,44676,3,2378,2629 -"97508",23725,50134,2,2378,2674 -"97509",23725,54929,2,2378,2783 -"97510",23725,56082,2,2378,2395 -"97511",23725,56237,3,2378,2625 -"97512",23725,57842,3,2378,2482 -"97513",23725,59539,3,2378,2429 -"97514",23725,61982,3,2378,2725 -"97515",23725,68215,3,2378,2727 -"97516",23725,72207,2,2378,2430 -"97517",23725,72326,3,2378,2384 -"97518",23725,82929,3,2378,2475 -"97519",23726,1767,2,2434,2727 -"97520",23726,3980,3,2434,2771 -"97521",23726,4932,3,2434,2752 -"97522",23726,5315,3,2434,2631 -"97523",23726,7984,3,2434,2493 -"97524",23726,9311,3,2434,2477 -"97525",23726,10779,3,2434,2881 -"97526",23726,13158,3,2434,2667 -"97527",23726,13315,3,2434,2516 -"97528",23726,14959,3,2434,2898 -"97529",23726,15821,2,2434,2456 -"97530",23726,20423,3,2434,2654 -"97531",23726,29095,3,2434,2531 -"97532",23726,33801,3,2434,2899 -"97533",23726,42216,3,2434,2722 -"97534",23726,43404,3,2434,2649 -"97535",23726,45461,3,2434,2458 -"97536",23726,53475,3,2434,2853 -"97537",23726,53604,3,2434,2489 -"97538",23726,70046,3,2434,2624 -"97539",23726,70203,3,2434,2756 -"97540",23726,108379,3,2434,2933 -"97541",23727,1102,3,1734,2282 -"97542",23727,2424,3,1734,2582 -"97543",23727,3493,3,1734,2451 -"97544",23727,4360,3,1734,1770 -"97545",23727,43213,3,1734,2160 -"97546",23727,52576,2,1734,2234 -"97547",23727,55082,3,1734,1856 -"97548",23727,56082,3,1734,2395 -"97549",23727,72207,3,1734,2430 -"97550",23727,75403,3,1734,1895 -"97551",23728,6234,2,2601,2654 -"97552",23728,15150,3,2601,2801 -"97553",23728,20011,3,2601,2826 -"97554",23728,33460,2,2601,2781 -"97555",23729,145,3,1624,1998 -"97556",23729,270,3,1624,2542 -"97557",23729,380,3,1624,2261 -"97558",23729,913,3,1624,2144 -"97559",23729,1102,2,1624,2282 -"97560",23729,1592,3,1624,2006 -"97561",23729,1616,3,1624,2662 -"97562",23729,1691,3,1624,1941 -"97563",23729,2111,3,1624,1904 -"97564",23729,2322,3,1624,1645 -"97565",23729,2424,2,1624,2582 -"97566",23729,2484,3,1624,2389 -"97567",23729,2533,3,1624,2016 -"97568",23729,2572,3,1624,2273 -"97569",23729,3161,3,1624,2229 -"97570",23729,3305,3,1624,2839 -"97571",23729,3493,2,1624,2451 -"97572",23729,3801,3,1624,1974 -"97573",23729,4360,2,1624,1770 -"97574",23729,5072,3,1624,2175 -"97575",23729,5622,3,1624,2175 -"97576",23729,5971,3,1624,1985 -"97577",23729,6047,3,1624,2004 -"97578",23729,6052,3,1624,1985 -"97579",23729,6074,3,1624,2426 -"97580",23729,6363,3,1624,2066 -"97581",23729,6588,3,1624,2025 -"97582",23729,6914,3,1624,2668 -"97583",23729,7234,3,1624,2654 -"97584",23729,7858,3,1624,1795 -"97585",23729,9311,3,1624,2477 -"97586",23729,10513,3,1624,2284 -"97587",23729,10857,3,1624,2253 -"97588",23729,11006,3,1624,1950 -"97589",23729,11218,3,1624,2292 -"97590",23729,12724,3,1624,1930 -"97591",23729,13307,3,1624,2206 -"97592",23729,14032,3,1624,2144 -"97593",23729,14108,3,1624,2012 -"97594",23729,15700,3,1624,1712 -"97595",23729,15813,3,1624,2143 -"97596",23729,16201,3,1624,1811 -"97597",23729,16863,3,1624,2069 -"97598",23729,17400,3,1624,2231 -"97599",23729,18394,3,1624,2356 -"97600",23729,19248,3,1624,2357 -"97601",23729,19719,3,1624,2177 -"97602",23729,20124,3,1624,2376 -"97603",23729,20407,3,1624,2339 -"97604",23729,21285,3,1624,2100 -"97605",23729,22277,3,1624,2424 -"97606",23729,22362,3,1624,1836 -"97607",23729,23319,3,1624,2867 -"97608",23729,23526,3,1624,1998 -"97609",23729,23715,3,1624,1859 -"97610",23729,23725,3,1624,2378 -"97611",23729,23727,1,1624,1734 -"97612",23729,25129,3,1624,2647 -"97613",23729,25577,3,1624,1946 -"97614",23729,25643,3,1624,1646 -"97615",23729,26749,3,1624,2965 -"97616",23729,26867,3,1624,1804 -"97617",23729,27275,3,1624,2656 -"97618",23729,27390,3,1624,2425 -"97619",23729,27694,3,1624,2030 -"97620",23729,29170,3,1624,1846 -"97621",23729,30052,3,1624,2855 -"97622",23729,30405,3,1624,2164 -"97623",23729,31093,3,1624,2160 -"97624",23729,31235,3,1624,2668 -"97625",23729,31436,3,1624,2892 -"97626",23729,32173,3,1624,2341 -"97627",23729,33433,3,1624,2805 -"97628",23729,35256,3,1624,2271 -"97629",23729,38019,3,1624,1870 -"97630",23729,38213,3,1624,1744 -"97631",23729,39294,3,1624,1889 -"97632",23729,42216,3,1624,2722 -"97633",23729,43213,2,1624,2160 -"97634",23729,43455,3,1624,2846 -"97635",23729,45684,3,1624,2200 -"97636",23729,46629,3,1624,2255 -"97637",23729,46982,3,1624,2806 -"97638",23729,47772,3,1624,2293 -"97639",23729,49620,3,1624,1868 -"97640",23729,50236,3,1624,2339 -"97641",23729,50685,3,1624,2008 -"97642",23729,51144,3,1624,2466 -"97643",23729,52058,3,1624,1836 -"97644",23729,52576,1,1624,2234 -"97645",23729,54551,3,1624,2348 -"97646",23729,55082,2,1624,1856 -"97647",23729,55482,3,1624,1866 -"97648",23729,56082,2,1624,2395 -"97649",23729,56317,3,1624,2030 -"97650",23729,58451,3,1624,1939 -"97651",23729,58508,3,1624,2326 -"97652",23729,61982,3,1624,2725 -"97653",23729,62841,3,1624,2710 -"97654",23729,64947,3,1624,2489 -"97655",23729,70217,3,1624,2332 -"97656",23729,72207,2,1624,2430 -"97657",23729,74636,3,1624,2525 -"97658",23729,75403,2,1624,1895 -"97659",23729,76892,3,1624,2381 -"97660",23729,79804,3,1624,2227 -"97661",23729,82949,3,1624,2077 -"97662",23729,86245,3,1624,1972 -"97663",23729,88232,3,1624,2881 -"97664",23731,2802,3,1656,1836 -"97665",23731,3520,3,1656,2281 -"97666",23731,3786,2,1656,2282 -"97667",23731,6071,2,1656,2310 -"97668",23731,11135,3,1656,2441 -"97669",23731,12031,3,1656,1957 -"97670",23731,15502,3,1656,2637 -"97671",23731,17999,3,1656,2758 -"97672",23731,19687,2,1656,2072 -"97673",23731,21895,3,1656,1693 -"97674",23731,22905,3,1656,2599 -"97675",23731,23364,3,1656,2306 -"97676",23731,23639,2,1656,2065 -"97677",23731,28355,3,1656,2053 -"97678",23731,29276,3,1656,2000 -"97679",23731,33363,2,1656,2475 -"97680",23731,34953,3,1656,1817 -"97681",23731,36487,3,1656,2622 -"97682",23731,36662,3,1656,2967 -"97683",23731,41051,3,1656,2767 -"97684",23731,47130,2,1656,2654 -"97685",23731,56673,3,1656,2419 -"97686",23731,61513,3,1656,2948 -"97687",23731,61980,3,1656,2392 -"97688",23731,80784,3,1656,1738 -"97689",23731,93670,3,1656,1682 -"97690",23731,95211,3,1656,2462 -"97691",23736,1367,3,571,2176 -"97692",23736,1691,3,571,1941 -"97693",23736,1985,3,571,888 -"97694",23736,3628,2,571,2707 -"97695",23736,7245,2,571,2089 -"97696",23736,8533,3,571,2251 -"97697",23736,8762,3,571,2585 -"97698",23736,9191,3,571,2707 -"97699",23736,11351,3,571,2971 -"97700",23736,18415,3,571,2184 -"97701",23736,20407,3,571,2339 -"97702",23736,20563,3,571,2267 -"97703",23736,31050,3,571,1491 -"97704",23736,35235,3,571,2610 -"97705",23736,36439,3,571,2469 -"97706",23736,45549,3,571,1322 -"97707",23736,45633,3,571,2134 -"97708",23736,45742,2,571,2566 -"97709",23736,46621,3,571,1343 -"97710",23736,49144,3,571,1542 -"97711",23736,52327,3,571,1472 -"97712",23736,53562,3,571,2687 -"97713",23736,55128,3,571,2257 -"97714",23736,61785,3,571,822 -"97715",23736,76127,3,571,910 -"97716",23736,82426,3,571,1576 -"97717",23739,916,1,2463,2718 -"97718",23739,5606,3,2463,2875 -"97719",23739,7253,3,2463,2686 -"97720",23739,17999,1,2463,2758 -"97721",23739,31251,3,2463,2498 -"97722",23739,36662,1,2463,2967 -"97723",23739,43524,3,2463,2572 -"97724",23739,49147,2,2463,2539 -"97725",23739,51783,3,2463,2599 -"97726",23739,60672,3,2463,2876 -"97727",23739,94339,2,2463,2768 -"97728",23745,3011,3,1968,2278 -"97729",23745,3765,2,1968,2775 -"97730",23745,4701,3,1968,2401 -"97731",23745,17351,3,1968,2036 -"97732",23745,24721,3,1968,2326 -"97733",23745,33433,3,1968,2805 -"97734",23745,34325,3,1968,1982 -"97735",23745,35888,3,1968,2291 -"97736",23745,38727,3,1968,2238 -"97737",23745,39556,3,1968,2747 -"97738",23745,41900,3,1968,1970 -"97739",23745,41945,3,1968,2856 -"97740",23745,54879,2,1968,2210 -"97741",23745,57732,3,1968,2454 -"97742",23745,64699,3,1968,2797 -"97743",23745,67145,2,1968,2015 -"97744",23745,73197,3,1968,1998 -"97745",23751,14,3,1740,1793 -"97746",23751,1224,3,1740,2435 -"97747",23751,1262,3,1740,2973 -"97748",23751,3980,3,1740,2771 -"97749",23751,5315,3,1740,2631 -"97750",23751,8367,3,1740,1927 -"97751",23751,13732,3,1740,2789 -"97752",23751,14709,3,1740,1901 -"97753",23751,15343,3,1740,2125 -"97754",23751,16725,2,1740,2830 -"97755",23751,16727,2,1740,2164 -"97756",23751,17632,3,1740,1947 -"97757",23751,21193,3,1740,2490 -"97758",23751,21795,3,1740,2653 -"97759",23751,22108,3,1740,1915 -"97760",23751,23508,3,1740,1907 -"97761",23751,23715,3,1740,1859 -"97762",23751,24146,3,1740,2003 -"97763",23751,26865,3,1740,2726 -"97764",23751,30081,3,1740,2403 -"97765",23751,30827,2,1740,2323 -"97766",23751,31307,2,1740,2139 -"97767",23751,32516,3,1740,2050 -"97768",23751,33160,3,1740,2441 -"97769",23751,36962,3,1740,2861 -"97770",23751,41872,3,1740,2974 -"97771",23751,42216,3,1740,2722 -"97772",23751,42618,3,1740,2316 -"97773",23751,43404,3,1740,2649 -"97774",23751,57781,3,1740,1971 -"97775",23756,1519,2,2309,2349 -"97776",23756,3493,3,2309,2451 -"97777",23756,5106,3,2309,2622 -"97778",23756,10890,3,2309,2639 -"97779",23756,17037,3,2309,2947 -"97780",23756,20941,3,2309,2725 -"97781",23756,26436,3,2309,2489 -"97782",23756,26516,3,2309,2479 -"97783",23756,27686,2,2309,2844 -"97784",23756,27753,3,2309,2750 -"97785",23756,29977,3,2309,2781 -"97786",23756,36278,2,2309,2952 -"97787",23756,38691,3,2309,2585 -"97788",23756,43673,3,2309,2787 -"97789",23756,46982,3,2309,2806 -"97790",23756,54740,3,2309,2750 -"97791",23756,54775,3,2309,2383 -"97792",23756,62626,1,2309,2787 -"97793",23756,63641,3,2309,2337 -"97794",23756,64793,3,2309,2819 -"97795",23756,74095,3,2309,2333 -"97796",23771,1787,3,1614,1707 -"97797",23771,2907,3,1614,1980 -"97798",23771,3068,3,1614,1815 -"97799",23771,4188,3,1614,2963 -"97800",23771,5937,3,1614,2392 -"97801",23771,6800,3,1614,2053 -"97802",23771,11868,3,1614,1639 -"97803",23771,15086,2,1614,2135 -"97804",23771,16477,2,1614,2069 -"97805",23771,19002,3,1614,2053 -"97806",23771,20011,2,1614,2826 -"97807",23771,20709,3,1614,1757 -"97808",23771,23728,3,1614,2601 -"97809",23771,29775,3,1614,2064 -"97810",23771,30194,1,1614,2874 -"97811",23771,31259,3,1614,2082 -"97812",23771,32079,3,1614,2315 -"97813",23771,33460,3,1614,2781 -"97814",23771,44730,3,1614,2468 -"97815",23771,52953,3,1614,1741 -"97816",23771,66693,3,1614,2554 -"97817",23771,76997,2,1614,2223 -"97818",23771,79746,1,1614,2272 -"97819",23771,90429,3,1614,1684 -"97820",23787,14959,3,2810,2898 -"97821",23787,15636,1,2810,2857 -"97822",23787,18543,3,2810,2968 -"97823",23787,23319,3,2810,2867 -"97824",23787,33801,3,2810,2899 -"97825",23787,53475,3,2810,2853 -"97826",23787,57765,3,2810,2893 -"97827",23802,2907,3,1713,1980 -"97828",23802,4188,2,1713,2963 -"97829",23802,5937,3,1713,2392 -"97830",23802,6234,3,1713,2654 -"97831",23802,6800,3,1713,2053 -"97832",23802,14838,1,1713,1746 -"97833",23802,16477,3,1713,2069 -"97834",23802,16969,3,1713,1917 -"97835",23802,19002,3,1713,2053 -"97836",23802,20011,2,1713,2826 -"97837",23802,26734,3,1713,2299 -"97838",23802,29775,3,1713,2064 -"97839",23802,30194,3,1713,2874 -"97840",23802,33460,3,1713,2781 -"97841",23802,42136,3,1713,2551 -"97842",23802,44730,2,1713,2468 -"97843",23802,50899,3,1713,2125 -"97844",23802,68789,3,1713,1929 -"97845",23806,357,2,1671,2327 -"97846",23806,1196,3,1671,1986 -"97847",23806,1616,3,1671,2662 -"97848",23806,2484,3,1671,2389 -"97849",23806,3161,3,1671,2229 -"97850",23806,4953,3,1671,2285 -"97851",23806,5350,2,1671,2522 -"97852",23806,5462,3,1671,2374 -"97853",23806,5984,3,1671,1675 -"97854",23806,5986,3,1671,1721 -"97855",23806,6162,3,1671,1673 -"97856",23806,6417,3,1671,1675 -"97857",23806,7759,3,1671,2844 -"97858",23806,10358,3,1671,2294 -"97859",23806,11218,3,1671,2292 -"97860",23806,11588,3,1671,2352 -"97861",23806,12042,2,1671,2345 -"97862",23806,14972,3,1671,2332 -"97863",23806,16096,1,1671,2301 -"97864",23806,16352,3,1671,2657 -"97865",23806,17381,3,1671,1697 -"97866",23806,17400,3,1671,2231 -"97867",23806,21029,2,1671,1943 -"97868",23806,21872,2,1671,2458 -"97869",23806,22141,3,1671,2348 -"97870",23806,24923,3,1671,2785 -"97871",23806,26080,3,1671,2525 -"97872",23806,27501,3,1671,1981 -"97873",23806,33341,3,1671,2338 -"97874",23806,34735,3,1671,2767 -"97875",23806,35256,3,1671,2271 -"97876",23806,35926,3,1671,2371 -"97877",23806,38140,3,1671,1866 -"97878",23806,40937,3,1671,2639 -"97879",23806,54879,3,1671,2210 -"97880",23806,54929,3,1671,2783 -"97881",23806,60280,3,1671,1918 -"97882",23806,63442,3,1671,1965 -"97883",23806,69716,3,1671,2632 -"97884",23806,71982,3,1671,2812 -"97885",23806,73192,3,1671,1955 -"97886",23806,76672,3,1671,1930 -"97887",23806,84022,2,1671,2289 -"97888",23806,91570,3,1671,2229 -"97889",23806,102824,3,1671,2944 -"97890",23825,952,3,1913,1991 -"97891",23825,1592,3,1913,2006 -"97892",23825,1639,3,1913,2631 -"97893",23825,2057,3,1913,1965 -"97894",23825,2208,2,1913,2814 -"97895",23825,3966,3,1913,2425 -"97896",23825,4567,2,1913,2348 -"97897",23825,4932,3,1913,2752 -"97898",23825,6047,3,1913,2004 -"97899",23825,6428,3,1913,1952 -"97900",23825,6982,3,1913,2034 -"97901",23825,7616,3,1913,2296 -"97902",23825,7759,2,1913,2844 -"97903",23825,7847,2,1913,2424 -"97904",23825,8610,3,1913,2240 -"97905",23825,9035,3,1913,2771 -"97906",23825,9311,2,1913,2477 -"97907",23825,9503,3,1913,2453 -"97908",23825,10370,3,1913,2224 -"97909",23825,10843,2,1913,2277 -"97910",23825,10857,3,1913,2253 -"97911",23825,12374,3,1913,2260 -"97912",23825,14723,3,1913,2019 -"97913",23825,14834,3,1913,2739 -"97914",23825,15626,3,1913,2434 -"97915",23825,15799,3,1913,1917 -"97916",23825,16539,3,1913,1947 -"97917",23825,17037,3,1913,2947 -"97918",23825,17221,3,1913,2487 -"97919",23825,19093,3,1913,2224 -"97920",23825,19453,3,1913,1928 -"97921",23825,19719,3,1913,2177 -"97922",23825,19926,3,1913,2444 -"97923",23825,20124,2,1913,2376 -"97924",23825,21138,3,1913,2849 -"97925",23825,22682,3,1913,2035 -"97926",23825,23526,3,1913,1998 -"97927",23825,23725,3,1913,2378 -"97928",23825,23726,3,1913,2434 -"97929",23825,25622,3,1913,1985 -"97930",23825,26451,3,1913,2133 -"97931",23825,27030,3,1913,2031 -"97932",23825,30906,3,1913,2537 -"97933",23825,30943,3,1913,2287 -"97934",23825,31705,3,1913,2706 -"97935",23825,32549,3,1913,2111 -"97936",23825,32606,2,1913,2100 -"97937",23825,33433,3,1913,2805 -"97938",23825,33672,3,1913,2396 -"97939",23825,34480,3,1913,2755 -"97940",23825,34509,3,1913,1973 -"97941",23825,34707,3,1913,2042 -"97942",23825,34836,2,1913,2302 -"97943",23825,35715,3,1913,2912 -"97944",23825,38780,3,1913,2705 -"97945",23825,40129,3,1913,2162 -"97946",23825,40493,3,1913,1981 -"97947",23825,41837,3,1913,2399 -"97948",23825,43953,3,1913,2203 -"97949",23825,44135,3,1913,2620 -"97950",23825,46803,3,1913,2305 -"97951",23825,47248,3,1913,2883 -"97952",23825,47362,3,1913,2253 -"97953",23825,47877,3,1913,2970 -"97954",23825,49110,3,1913,2938 -"97955",23825,49696,3,1913,2444 -"97956",23825,50248,3,1913,2781 -"97957",23825,50275,3,1913,2832 -"97958",23825,51017,3,1913,2073 -"97959",23825,53266,3,1913,2389 -"97960",23825,53519,3,1913,2781 -"97961",23825,54551,3,1913,2348 -"97962",23825,55643,3,1913,2359 -"97963",23825,55775,3,1913,2385 -"97964",23825,58993,3,1913,2390 -"97965",23825,59113,3,1913,2434 -"97966",23825,61585,3,1913,2315 -"97967",23825,64793,3,1913,2819 -"97968",23825,65007,3,1913,2530 -"97969",23825,67775,3,1913,1964 -"97970",23825,70203,3,1913,2756 -"97971",23825,72468,3,1913,2292 -"97972",23825,77155,3,1913,2946 -"97973",23825,79627,2,1913,2409 -"97974",23825,80606,3,1913,2079 -"97975",23825,85638,3,1913,2275 -"97976",23825,87144,2,1913,2299 -"97977",23825,88232,3,1913,2881 -"97978",23825,89681,3,1913,1978 -"97979",23825,119208,3,1913,2646 -"97980",23869,1196,3,1918,1986 -"97981",23869,1355,3,1918,2473 -"97982",23869,1767,3,1918,2727 -"97983",23869,1777,3,1918,1965 -"97984",23869,3164,3,1918,2693 -"97985",23869,3306,3,1918,1989 -"97986",23869,3961,2,1918,2426 -"97987",23869,4289,3,1918,1921 -"97988",23869,5041,3,1918,2371 -"97989",23869,5078,3,1918,2033 -"97990",23869,5315,3,1918,2631 -"97991",23869,5457,3,1918,2077 -"97992",23869,5462,3,1918,2374 -"97993",23869,5504,3,1918,2389 -"97994",23869,6047,3,1918,2004 -"97995",23869,6055,3,1918,2651 -"97996",23869,6222,3,1918,1949 -"97997",23869,7984,3,1918,2493 -"97998",23869,7992,1,1918,2033 -"97999",23869,9311,3,1918,2477 -"98000",23869,9349,3,1918,2052 -"98001",23869,10358,2,1918,2294 -"98002",23869,10779,3,1918,2881 -"98003",23869,11218,3,1918,2292 -"98004",23869,11477,3,1918,2724 -"98005",23869,12388,3,1918,1975 -"98006",23869,12778,3,1918,2045 -"98007",23869,13311,3,1918,2315 -"98008",23869,13388,2,1918,2119 -"98009",23869,13780,3,1918,2412 -"98010",23869,14032,3,1918,2144 -"98011",23869,14669,3,1918,2080 -"98012",23869,14959,3,1918,2898 -"98013",23869,15003,2,1918,2067 -"98014",23869,15309,3,1918,2820 -"98015",23869,15444,3,1918,2764 -"98016",23869,15636,2,1918,2857 -"98017",23869,16539,3,1918,1947 -"98018",23869,16826,3,1918,2599 -"98019",23869,17027,3,1918,2772 -"98020",23869,17354,3,1918,2250 -"98021",23869,17365,3,1918,2746 -"98022",23869,18151,3,1918,2962 -"98023",23869,18394,3,1918,2356 -"98024",23869,18543,3,1918,2968 -"98025",23869,18874,3,1918,2170 -"98026",23869,19235,3,1918,1966 -"98027",23869,20067,1,1918,2390 -"98028",23869,20311,3,1918,1981 -"98029",23869,20659,3,1918,1969 -"98030",23869,20732,2,1918,2401 -"98031",23869,21138,3,1918,2849 -"98032",23869,21706,2,1918,1988 -"98033",23869,23310,3,1918,2371 -"98034",23869,23726,2,1918,2434 -"98035",23869,23787,3,1918,2810 -"98036",23869,24753,3,1918,2860 -"98037",23869,24756,3,1918,2530 -"98038",23869,25486,2,1918,2582 -"98039",23869,26249,2,1918,2301 -"98040",23869,27173,3,1918,2050 -"98041",23869,29095,3,1918,2531 -"98042",23869,30943,3,1918,2287 -"98043",23869,31069,3,1918,1995 -"98044",23869,31700,3,1918,2727 -"98045",23869,32919,3,1918,2321 -"98046",23869,32988,3,1918,2008 -"98047",23869,33801,2,1918,2899 -"98048",23869,34426,3,1918,2743 -"98049",23869,34907,3,1918,1945 -"98050",23869,35926,3,1918,2371 -"98051",23869,40432,3,1918,1956 -"98052",23869,41664,3,1918,2641 -"98053",23869,42505,3,1918,2008 -"98054",23869,43479,3,1918,2178 -"98055",23869,44427,3,1918,2875 -"98056",23869,44557,3,1918,2371 -"98057",23869,44819,1,1918,2063 -"98058",23869,46803,1,1918,2305 -"98059",23869,47386,3,1918,2226 -"98060",23869,50269,2,1918,1966 -"98061",23869,50382,2,1918,2244 -"98062",23869,51017,3,1918,2073 -"98063",23869,51157,3,1918,2319 -"98064",23869,53475,2,1918,2853 -"98065",23869,54929,3,1918,2783 -"98066",23869,57842,3,1918,2482 -"98067",23869,57977,3,1918,2683 -"98068",23869,58669,3,1918,2296 -"98069",23869,58993,2,1918,2390 -"98070",23869,70046,3,1918,2624 -"98071",23869,70203,2,1918,2756 -"98072",23869,76356,3,1918,2323 -"98073",23869,76398,3,1918,2400 -"98074",23869,87720,3,1918,2086 -"98075",23869,91142,3,1918,2527 -"98076",23869,102824,3,1918,2944 -"98077",23879,1708,3,438,1591 -"98078",23879,12084,1,438,1960 -"98079",23879,14772,3,438,2386 -"98080",23879,16910,3,438,1978 -"98081",23879,23963,1,438,647 -"98082",23879,42175,3,438,1594 -"98083",23879,46602,3,438,2786 -"98084",23879,51516,3,438,1361 -"98085",23879,56396,3,438,2408 -"98086",23879,60966,3,438,2734 -"98087",23879,73266,3,438,2496 -"98088",23879,105077,3,438,920 -"98089",23890,3669,3,1810,2524 -"98090",23890,14957,3,1810,2306 -"98091",23890,18954,3,1810,2364 -"98092",23890,19972,3,1810,2078 -"98093",23890,23975,3,1810,2143 -"98094",23890,24761,1,1810,2384 -"98095",23890,33562,3,1810,1979 -"98096",23890,53498,3,1810,1967 -"98097",23890,59579,2,1810,2034 -"98098",23890,88123,3,1810,2252 -"98099",23890,113181,2,1810,2301 -"98100",23911,3819,3,935,1583 -"98101",23911,5615,3,935,1105 -"98102",23911,14586,3,935,2801 -"98103",23911,15444,3,935,2764 -"98104",23911,16195,1,935,2964 -"98105",23911,17396,3,935,1672 -"98106",23911,17819,3,935,2291 -"98107",23911,21248,3,935,2232 -"98108",23911,22331,3,935,2687 -"98109",23911,24256,3,935,2393 -"98110",23911,25443,3,935,1441 -"98111",23911,28579,1,935,1722 -"98112",23911,29930,3,935,2240 -"98113",23911,31307,3,935,2139 -"98114",23911,31705,3,935,2706 -"98115",23911,33383,3,935,1572 -"98116",23911,42837,2,935,1096 -"98117",23911,79013,3,935,1441 -"98118",23911,85784,3,935,1142 -"98119",23918,135,2,1881,2233 -"98120",23918,145,3,1881,1998 -"98121",23918,455,3,1881,2827 -"98122",23918,470,2,1881,2285 -"98123",23918,701,3,1881,2718 -"98124",23918,913,2,1881,2144 -"98125",23918,1136,3,1881,2536 -"98126",23918,4084,2,1881,2133 -"98127",23918,4191,3,1881,2130 -"98128",23918,4504,3,1881,1905 -"98129",23918,7245,3,1881,2089 -"98130",23918,7350,3,1881,1901 -"98131",23918,7515,3,1881,2737 -"98132",23918,7847,3,1881,2424 -"98133",23918,8238,3,1881,2222 -"98134",23918,10370,3,1881,2224 -"98135",23918,10433,2,1881,2075 -"98136",23918,11516,3,1881,1937 -"98137",23918,12602,3,1881,1956 -"98138",23918,12863,3,1881,2027 -"98139",23918,15546,3,1881,2055 -"98140",23918,16866,3,1881,2718 -"98141",23918,18865,3,1881,2676 -"98142",23918,19093,3,1881,2224 -"98143",23918,19208,3,1881,2629 -"98144",23918,19605,3,1881,2395 -"98145",23918,22566,3,1881,2308 -"98146",23918,22682,3,1881,2035 -"98147",23918,23132,3,1881,2756 -"98148",23918,23705,2,1881,2699 -"98149",23918,23869,3,1881,1918 -"98150",23918,24448,3,1881,2289 -"98151",23918,24568,2,1881,1937 -"98152",23918,26436,3,1881,2489 -"98153",23918,27173,3,1881,2050 -"98154",23918,27275,3,1881,2656 -"98155",23918,27390,3,1881,2425 -"98156",23918,27796,3,1881,2151 -"98157",23918,28101,3,1881,1949 -"98158",23918,29308,3,1881,2094 -"98159",23918,29930,3,1881,2240 -"98160",23918,30052,3,1881,2855 -"98161",23918,31235,3,1881,2668 -"98162",23918,33622,3,1881,2230 -"98163",23918,40369,3,1881,2735 -"98164",23918,45633,3,1881,2134 -"98165",23918,46803,3,1881,2305 -"98166",23918,50480,3,1881,2701 -"98167",23918,50685,3,1881,2008 -"98168",23918,53196,2,1881,1888 -"98169",23918,55139,3,1881,2323 -"98170",23918,55468,3,1881,2511 -"98171",23918,56910,3,1881,2705 -"98172",23918,63395,3,1881,2334 -"98173",23918,63409,2,1881,1937 -"98174",23918,63442,3,1881,1965 -"98175",23918,63515,3,1881,2023 -"98176",23918,64997,3,1881,2791 -"98177",23918,66413,2,1881,2507 -"98178",23918,73305,3,1881,2544 -"98179",23918,76666,3,1881,1908 -"98180",23918,105063,2,1881,1908 -"98181",23963,1624,3,647,2687 -"98182",23963,1708,2,647,1591 -"98183",23963,6747,3,647,2913 -"98184",23963,7604,3,647,1366 -"98185",23963,10875,3,647,1234 -"98186",23963,10945,3,647,881 -"98187",23963,11419,3,647,1408 -"98188",23963,12084,1,647,1960 -"98189",23963,13201,3,647,2034 -"98190",23963,14772,2,647,2386 -"98191",23963,16313,3,647,1160 -"98192",23963,16910,2,647,1978 -"98193",23963,20469,3,647,2125 -"98194",23963,25530,3,647,2884 -"98195",23963,42175,3,647,1594 -"98196",23963,42382,3,647,2224 -"98197",23963,46602,3,647,2786 -"98198",23963,46616,3,647,1917 -"98199",23963,47607,3,647,2724 -"98200",23963,51516,2,647,1361 -"98201",23963,53584,3,647,2391 -"98202",23963,56396,3,647,2408 -"98203",23963,60966,2,647,2734 -"98204",23963,68888,3,647,2786 -"98205",23963,73266,2,647,2496 -"98206",23963,76796,3,647,1140 -"98207",23963,96301,3,647,818 -"98208",23963,105077,3,647,920 -"98209",23963,117932,3,647,926 -"98210",23965,23,3,165,1682 -"98211",23965,671,3,165,2328 -"98212",23965,1090,2,165,2370 -"98213",23965,1321,3,165,2075 -"98214",23965,1676,3,165,1198 -"98215",23965,3088,3,165,1670 -"98216",23965,3164,3,165,2693 -"98217",23965,4289,3,165,1921 -"98218",23965,4790,3,165,1025 -"98219",23965,5041,3,165,2371 -"98220",23965,5462,3,165,2374 -"98221",23965,8621,3,165,1681 -"98222",23965,10799,3,165,2010 -"98223",23965,10875,3,165,1234 -"98224",23965,12713,3,165,2440 -"98225",23965,13248,3,165,1385 -"98226",23965,13929,1,165,2693 -"98227",23965,13945,3,165,1324 -"98228",23965,14091,1,165,929 -"98229",23965,15299,3,165,2213 -"98230",23965,15607,3,165,1421 -"98231",23965,16111,3,165,1714 -"98232",23965,16609,3,165,538 -"98233",23965,20643,3,165,2341 -"98234",23965,22216,3,165,1956 -"98235",23965,24146,3,165,2003 -"98236",23965,24362,3,165,1287 -"98237",23965,24755,3,165,1319 -"98238",23965,25643,3,165,1646 -"98239",23965,26570,3,165,1669 -"98240",23965,26608,3,165,2329 -"98241",23965,28434,3,165,1141 -"98242",23965,29050,2,165,1196 -"98243",23965,30081,3,165,2403 -"98244",23965,32113,3,165,882 -"98245",23965,32173,3,165,2341 -"98246",23965,36450,3,165,1591 -"98247",23965,36962,2,165,2861 -"98248",23965,37333,3,165,1612 -"98249",23965,38162,3,165,1691 -"98250",23965,40186,3,165,199 -"98251",23965,44427,3,165,2875 -"98252",23965,47082,3,165,1990 -"98253",23965,47947,3,165,2681 -"98254",23965,50217,2,165,1211 -"98255",23965,52058,3,165,1836 -"98256",23965,53630,2,165,1565 -"98257",23965,54020,3,165,1578 -"98258",23965,54305,3,165,1222 -"98259",23965,55156,3,165,2196 -"98260",23965,55691,2,165,2856 -"98261",23965,56464,3,165,2488 -"98262",23965,68810,3,165,2409 -"98263",23965,70046,3,165,2624 -"98264",23965,72823,1,165,929 -"98265",23965,75650,3,165,972 -"98266",23965,78416,3,165,630 -"98267",23965,78563,3,165,2385 -"98268",23965,79088,3,165,1369 -"98269",23965,80190,3,165,2717 -"98270",23965,84618,2,165,545 -"98271",23965,86986,3,165,1976 -"98272",23965,92495,3,165,283 -"98273",23965,94101,2,165,997 -"98274",23965,94125,2,165,2280 -"98275",23965,99137,2,165,804 -"98276",23965,101482,2,165,1300 -"98277",23965,108415,3,165,752 -"98278",23965,109415,3,165,1328 -"98279",23966,14,3,891,1793 -"98280",23966,21,3,891,1385 -"98281",23966,194,3,891,1243 -"98282",23966,360,3,891,1671 -"98283",23966,364,3,891,2351 -"98284",23966,380,2,891,2261 -"98285",23966,680,3,891,2569 -"98286",23966,1102,3,891,2282 -"98287",23966,1314,2,891,1522 -"98288",23966,1349,1,891,1147 -"98289",23966,1519,2,891,2349 -"98290",23966,1702,2,891,1984 -"98291",23966,1846,2,891,1845 -"98292",23966,2489,3,891,1537 -"98293",23966,2572,3,891,2273 -"98294",23966,2852,3,891,2448 -"98295",23966,2936,2,891,2512 -"98296",23966,2959,3,891,1785 -"98297",23966,3403,3,891,2951 -"98298",23966,3493,2,891,2451 -"98299",23966,3801,3,891,1974 -"98300",23966,4001,2,891,1687 -"98301",23966,4303,3,891,2414 -"98302",23966,4526,2,891,1728 -"98303",23966,4612,3,891,2804 -"98304",23966,4660,3,891,2149 -"98305",23966,4665,3,891,1569 -"98306",23966,5106,3,891,2622 -"98307",23966,5235,2,891,2324 -"98308",23966,5683,2,891,2468 -"98309",23966,5792,3,891,975 -"98310",23966,5962,3,891,2491 -"98311",23966,7337,3,891,1797 -"98312",23966,7997,3,891,2049 -"98313",23966,8062,3,891,2858 -"98314",23966,8088,3,891,2220 -"98315",23966,8395,3,891,896 -"98316",23966,9484,3,891,1429 -"98317",23966,9723,3,891,2302 -"98318",23966,9785,3,891,2951 -"98319",23966,10129,3,891,2124 -"98320",23966,10350,3,891,1163 -"98321",23966,10457,3,891,1711 -"98322",23966,10513,3,891,2284 -"98323",23966,11108,3,891,1609 -"98324",23966,11588,3,891,2352 -"98325",23966,12078,3,891,2381 -"98326",23966,12361,2,891,2732 -"98327",23966,12759,3,891,2414 -"98328",23966,12897,3,891,1351 -"98329",23966,14449,3,891,1258 -"98330",23966,14749,2,891,1998 -"98331",23966,15095,3,891,2001 -"98332",23966,15443,3,891,1631 -"98333",23966,16365,3,891,2217 -"98334",23966,16539,3,891,1947 -"98335",23966,17033,3,891,2771 -"98336",23966,18122,3,891,894 -"98337",23966,18394,3,891,2356 -"98338",23966,18421,3,891,2457 -"98339",23966,18672,3,891,1182 -"98340",23966,19655,2,891,2706 -"98341",23966,19686,3,891,2467 -"98342",23966,20395,3,891,1468 -"98343",23966,20941,1,891,2725 -"98344",23966,20984,3,891,2502 -"98345",23966,21207,3,891,1258 -"98346",23966,21383,2,891,971 -"98347",23966,21593,3,891,1312 -"98348",23966,22166,3,891,994 -"98349",23966,22244,2,891,2139 -"98350",23966,22260,3,891,2137 -"98351",23966,22723,3,891,2859 -"98352",23966,23131,3,891,1732 -"98353",23966,23154,3,891,2345 -"98354",23966,23471,3,891,2488 -"98355",23966,23756,3,891,2309 -"98356",23966,24060,3,891,2349 -"98357",23966,25163,3,891,1751 -"98358",23966,26366,3,891,1688 -"98359",23966,26793,3,891,2104 -"98360",23966,27320,3,891,2378 -"98361",23966,27686,2,891,2844 -"98362",23966,28116,3,891,1643 -"98363",23966,28893,3,891,2764 -"98364",23966,28909,3,891,978 -"98365",23966,29267,3,891,1234 -"98366",23966,29289,3,891,1756 -"98367",23966,29319,3,891,2314 -"98368",23966,29473,3,891,2602 -"98369",23966,29818,3,891,1677 -"98370",23966,29977,3,891,2781 -"98371",23966,30034,2,891,2357 -"98372",23966,30334,3,891,2075 -"98373",23966,30525,3,891,1964 -"98374",23966,31286,3,891,1965 -"98375",23966,31335,1,891,2351 -"98376",23966,31408,3,891,994 -"98377",23966,31866,2,891,2101 -"98378",23966,32457,3,891,2690 -"98379",23966,32470,3,891,1539 -"98380",23966,32479,3,891,969 -"98381",23966,33870,3,891,955 -"98382",23966,34216,3,891,2832 -"98383",23966,34334,3,891,1637 -"98384",23966,34831,3,891,1866 -"98385",23966,35589,3,891,983 -"98386",23966,36278,3,891,2952 -"98387",23966,36829,2,891,2722 -"98388",23966,36953,3,891,2790 -"98389",23966,37036,3,891,2264 -"98390",23966,37060,3,891,2840 -"98391",23966,37424,3,891,1693 -"98392",23966,37636,3,891,2178 -"98393",23966,38492,3,891,2280 -"98394",23966,38513,3,891,914 -"98395",23966,38691,2,891,2585 -"98396",23966,39880,3,891,1620 -"98397",23966,40392,3,891,1878 -"98398",23966,41187,3,891,2340 -"98399",23966,41446,3,891,1103 -"98400",23966,41478,3,891,957 -"98401",23966,41581,3,891,1692 -"98402",23966,41723,3,891,2101 -"98403",23966,42254,3,891,1052 -"98404",23966,43021,3,891,943 -"98405",23966,43673,3,891,2787 -"98406",23966,44694,3,891,2220 -"98407",23966,45302,3,891,2390 -"98408",23966,45729,3,891,2606 -"98409",23966,46486,3,891,1868 -"98410",23966,46532,3,891,2005 -"98411",23966,46650,3,891,1330 -"98412",23966,46982,3,891,2806 -"98413",23966,47013,3,891,2388 -"98414",23966,50134,3,891,2674 -"98415",23966,50335,3,891,1893 -"98416",23966,50585,3,891,2414 -"98417",23966,50630,2,891,2615 -"98418",23966,50996,3,891,929 -"98419",23966,51144,2,891,2466 -"98420",23966,51783,3,891,2599 -"98421",23966,52136,3,891,1412 -"98422",23966,54313,3,891,1645 -"98423",23966,54467,3,891,919 -"98424",23966,54775,3,891,2383 -"98425",23966,56669,3,891,2924 -"98426",23966,57180,3,891,2703 -"98427",23966,57765,3,891,2893 -"98428",23966,58421,3,891,910 -"98429",23966,61347,3,891,1684 -"98430",23966,62626,3,891,2787 -"98431",23966,62966,3,891,1282 -"98432",23966,63641,3,891,2337 -"98433",23966,63644,3,891,1267 -"98434",23966,66717,3,891,2104 -"98435",23966,67617,3,891,1149 -"98436",23966,67942,3,891,973 -"98437",23966,68539,2,891,1158 -"98438",23966,68931,3,891,2771 -"98439",23966,70583,2,891,2615 -"98440",23966,72348,3,891,1810 -"98441",23966,72535,3,891,1191 -"98442",23966,72632,2,891,1289 -"98443",23966,72986,3,891,1055 -"98444",23966,73107,2,891,1918 -"98445",23966,73582,3,891,2075 -"98446",23966,75028,3,891,1660 -"98447",23966,78138,3,891,1601 -"98448",23966,81162,3,891,1240 -"98449",23966,81753,3,891,1736 -"98450",23966,83253,3,891,1102 -"98451",23966,85198,2,891,1794 -"98452",23966,87907,2,891,1173 -"98453",23966,87958,3,891,1234 -"98454",23966,90065,3,891,1418 -"98455",23966,90709,3,891,1080 -"98456",23966,91279,3,891,966 -"98457",23966,94525,3,891,1993 -"98458",23966,95910,3,891,999 -"98459",23966,96007,3,891,895 -"98460",23966,96310,2,891,1016 -"98461",23966,96706,3,891,1597 -"98462",23966,96715,2,891,1792 -"98463",23966,99288,3,891,983 -"98464",23970,1102,3,1624,2282 -"98465",23970,2424,3,1624,2582 -"98466",23970,3493,3,1624,2451 -"98467",23970,4360,3,1624,1770 -"98468",23970,23727,1,1624,1734 -"98469",23970,43213,3,1624,2160 -"98470",23970,52576,2,1624,2234 -"98471",23970,55082,3,1624,1856 -"98472",23970,56082,3,1624,2395 -"98473",23970,72207,3,1624,2430 -"98474",23970,75403,3,1624,1895 -"98475",24005,613,3,1188,2687 -"98476",24005,675,3,1188,1686 -"98477",24005,1136,3,1188,2536 -"98478",24005,1154,3,1188,1656 -"98479",24005,2036,3,1188,2483 -"98480",24005,2743,3,1188,1278 -"98481",24005,3167,3,1188,1676 -"98482",24005,3830,3,1188,1661 -"98483",24005,4057,3,1188,2389 -"98484",24005,4226,3,1188,1903 -"98485",24005,4701,3,1188,2401 -"98486",24005,5462,3,1188,2374 -"98487",24005,5971,3,1188,1985 -"98488",24005,6491,3,1188,2424 -"98489",24005,6588,3,1188,2025 -"98490",24005,7226,2,1188,1228 -"98491",24005,7241,2,1188,2259 -"98492",24005,9150,3,1188,2689 -"98493",24005,10646,2,1188,1555 -"98494",24005,12374,1,1188,2260 -"98495",24005,13043,3,1188,1295 -"98496",24005,13929,3,1188,2693 -"98497",24005,15118,2,1188,1311 -"98498",24005,16352,3,1188,2657 -"98499",24005,17645,3,1188,1918 -"98500",24005,20311,3,1188,1981 -"98501",24005,20824,3,1188,1366 -"98502",24005,21104,2,1188,2327 -"98503",24005,21122,2,1188,1701 -"98504",24005,22006,3,1188,1202 -"98505",24005,23508,3,1188,1907 -"98506",24005,23534,3,1188,1659 -"98507",24005,25643,3,1188,1646 -"98508",24005,26451,3,1188,2133 -"98509",24005,26570,3,1188,1669 -"98510",24005,26671,3,1188,2279 -"98511",24005,26867,3,1188,1804 -"98512",24005,27792,3,1188,1308 -"98513",24005,27849,2,1188,1316 -"98514",24005,29073,3,1188,2328 -"98515",24005,33430,3,1188,2225 -"98516",24005,33622,3,1188,2230 -"98517",24005,34136,2,1188,2202 -"98518",24005,34160,3,1188,1759 -"98519",24005,34836,3,1188,2302 -"98520",24005,38019,3,1188,1870 -"98521",24005,39444,3,1188,2695 -"98522",24005,40028,3,1188,1349 -"98523",24005,40293,3,1188,1671 -"98524",24005,40369,3,1188,2735 -"98525",24005,41278,3,1188,1873 -"98526",24005,43518,3,1188,2680 -"98527",24005,47803,3,1188,2477 -"98528",24005,47839,3,1188,1864 -"98529",24005,48698,1,1188,1474 -"98530",24005,50118,3,1188,2654 -"98531",24005,50236,3,1188,2339 -"98532",24005,51810,3,1188,1401 -"98533",24005,52345,3,1188,1430 -"98534",24005,53303,3,1188,1376 -"98535",24005,55468,3,1188,2511 -"98536",24005,55691,3,1188,2856 -"98537",24005,57950,2,1188,1529 -"98538",24005,58133,3,1188,1484 -"98539",24005,64031,3,1188,1295 -"98540",24005,64181,3,1188,1828 -"98541",24005,64997,2,1188,2791 -"98542",24005,70046,3,1188,2624 -"98543",24005,72597,3,1188,1843 -"98544",24005,92124,3,1188,1532 -"98545",24005,97915,3,1188,1802 -"98546",24005,108379,3,1188,2933 -"98547",24005,108647,3,1188,1934 -"98548",24005,108867,1,1188,2328 -"98549",24044,1624,3,1076,2687 -"98550",24044,1708,3,1076,1591 -"98551",24044,1785,2,1076,2350 -"98552",24044,2370,3,1076,1600 -"98553",24044,3360,3,1076,1583 -"98554",24044,5064,2,1076,1690 -"98555",24044,5937,2,1076,2392 -"98556",24044,7499,3,1076,1803 -"98557",24044,8896,2,1076,1139 -"98558",24044,8899,3,1076,2023 -"98559",24044,9656,2,1076,1135 -"98560",24044,9740,3,1076,2233 -"98561",24044,10119,3,1076,2374 -"98562",24044,11259,3,1076,1356 -"98563",24044,13671,3,1076,1371 -"98564",24044,15150,1,1076,2801 -"98565",24044,15558,3,1076,2389 -"98566",24044,16518,3,1076,2642 -"98567",24044,16524,3,1076,1556 -"98568",24044,18821,3,1076,2075 -"98569",24044,19002,1,1076,2053 -"98570",24044,19048,3,1076,2180 -"98571",24044,19190,3,1076,2677 -"98572",24044,20011,2,1076,2826 -"98573",24044,21942,3,1076,2041 -"98574",24044,23728,3,1076,2601 -"98575",24044,25330,3,1076,2370 -"98576",24044,26698,2,1076,1963 -"98577",24044,28970,3,1076,2111 -"98578",24044,29775,2,1076,2064 -"98579",24044,32841,3,1076,1345 -"98580",24044,33460,3,1076,2781 -"98581",24044,34576,3,1076,1727 -"98582",24044,36709,2,1076,1629 -"98583",24044,41521,3,1076,2069 -"98584",24044,43768,3,1076,1468 -"98585",24044,46049,3,1076,2102 -"98586",24044,48585,3,1076,2063 -"98587",24044,49415,3,1076,2654 -"98588",24044,49708,3,1076,1147 -"98589",24044,50678,3,1076,1366 -"98590",24044,56168,3,1076,1466 -"98591",24044,56413,3,1076,2747 -"98592",24044,64628,3,1076,2829 -"98593",24044,69961,3,1076,2483 -"98594",24044,73520,3,1076,2613 -"98595",24044,73629,3,1076,1713 -"98596",24044,76505,3,1076,2123 -"98597",24044,76997,3,1076,2223 -"98598",24044,79772,3,1076,1230 -"98599",24044,79793,3,1076,1915 -"98600",24044,83334,3,1076,1708 -"98601",24044,83786,3,1076,1614 -"98602",24044,83790,3,1076,1637 -"98603",24044,85401,3,1076,1931 -"98604",24044,86559,3,1076,1704 -"98605",24044,90429,3,1076,1684 -"98606",24044,93553,3,1076,2537 -"98607",24044,96700,3,1076,1602 -"98608",24044,104843,3,1076,1167 -"98609",24060,2852,3,2349,2448 -"98610",24060,6074,3,2349,2426 -"98611",24060,14834,3,2349,2739 -"98612",24060,17365,3,2349,2746 -"98613",24060,18394,3,2349,2356 -"98614",24060,21682,3,2349,2414 -"98615",24060,33475,3,2349,2367 -"98616",24060,37059,3,2349,2840 -"98617",24060,41023,2,2349,2408 -"98618",24060,42216,3,2349,2722 -"98619",24060,43455,3,2349,2846 -"98620",24060,45302,2,2349,2390 -"98621",24060,46950,3,2349,2673 -"98622",24060,49110,3,2349,2938 -"98623",24060,50134,2,2349,2674 -"98624",24060,51035,3,2349,2397 -"98625",24060,51866,2,2349,2411 -"98626",24060,66992,3,2349,2882 -"98627",24066,14,3,1755,1793 -"98628",24066,25,3,1755,2762 -"98629",24066,270,2,1755,2542 -"98630",24066,380,3,1755,2261 -"98631",24066,1102,3,1755,2282 -"98632",24066,2111,3,1755,1904 -"98633",24066,2424,3,1755,2582 -"98634",24066,2625,3,1755,2152 -"98635",24066,3305,3,1755,2839 -"98636",24066,4360,3,1755,1770 -"98637",24066,5235,2,1755,2324 -"98638",24066,5971,3,1755,1985 -"98639",24066,6222,3,1755,1949 -"98640",24066,6390,3,1755,2385 -"98641",24066,6491,3,1755,2424 -"98642",24066,6588,3,1755,2025 -"98643",24066,6718,3,1755,2138 -"98644",24066,7847,3,1755,2424 -"98645",24066,8274,2,1755,1909 -"98646",24066,8327,3,1755,2527 -"98647",24066,9723,3,1755,2302 -"98648",24066,11218,3,1755,2292 -"98649",24066,12432,1,1755,1816 -"98650",24066,12449,2,1755,2067 -"98651",24066,13307,3,1755,2206 -"98652",24066,13869,3,1755,1786 -"98653",24066,14959,3,1755,2898 -"98654",24066,16863,3,1755,2069 -"98655",24066,18394,1,1755,2356 -"98656",24066,19862,3,1755,2412 -"98657",24066,20067,3,1755,2390 -"98658",24066,20486,3,1755,1908 -"98659",24066,21693,3,1755,2176 -"98660",24066,22260,2,1755,2137 -"98661",24066,23509,3,1755,2275 -"98662",24066,23526,3,1755,1998 -"98663",24066,23715,3,1755,1859 -"98664",24066,23725,3,1755,2378 -"98665",24066,24558,3,1755,2139 -"98666",24066,26671,3,1755,2279 -"98667",24066,26867,3,1755,1804 -"98668",24066,29948,3,1755,2795 -"98669",24066,30405,2,1755,2164 -"98670",24066,31235,3,1755,2668 -"98671",24066,32173,3,1755,2341 -"98672",24066,38921,3,1755,1880 -"98673",24066,40493,3,1755,1981 -"98674",24066,42687,3,1755,1952 -"98675",24066,43455,3,1755,2846 -"98676",24066,46629,3,1755,2255 -"98677",24066,47445,3,1755,2668 -"98678",24066,48035,3,1755,2180 -"98679",24066,48274,2,1755,1979 -"98680",24066,48373,3,1755,2220 -"98681",24066,50236,3,1755,2339 -"98682",24066,51089,3,1755,2426 -"98683",24066,55468,3,1755,2511 -"98684",24066,56082,3,1755,2395 -"98685",24066,57353,3,1755,1849 -"98686",24066,60855,3,1755,2272 -"98687",24066,61982,3,1755,2725 -"98688",24066,64997,3,1755,2791 -"98689",24066,70203,3,1755,2756 -"98690",24066,72207,3,1755,2430 -"98691",24066,73197,3,1755,1998 -"98692",24066,76356,3,1755,2323 -"98693",24066,79804,3,1755,2227 -"98694",24066,81221,2,1755,2285 -"98695",24066,91579,2,1755,2510 -"98696",24066,92513,3,1755,2282 -"98697",24069,25373,3,2697,2783 -"98698",24069,44603,3,2697,2748 -"98699",24069,77052,3,2697,2770 -"98700",24085,135,3,1253,2233 -"98701",24085,468,3,1253,1966 -"98702",24085,2093,3,1253,2459 -"98703",24085,3317,2,1253,2037 -"98704",24085,5346,3,1253,1438 -"98705",24085,5816,3,1253,2408 -"98706",24085,5845,3,1253,1552 -"98707",24085,6234,3,1253,2654 -"98708",24085,9423,3,1253,1708 -"98709",24085,10905,3,1253,1552 -"98710",24085,10914,3,1253,1660 -"98711",24085,10964,2,1253,2043 -"98712",24085,11019,2,1253,1299 -"98713",24085,11029,3,1253,2362 -"98714",24085,11067,2,1253,2734 -"98715",24085,14072,3,1253,1346 -"98716",24085,14586,2,1253,2801 -"98717",24085,14731,3,1253,2012 -"98718",24085,14972,3,1253,2332 -"98719",24085,15207,3,1253,1855 -"98720",24085,15381,3,1253,2289 -"98721",24085,15821,3,1253,2456 -"98722",24085,17396,3,1253,1672 -"98723",24085,20545,3,1253,1491 -"98724",24085,21480,3,1253,1646 -"98725",24085,21487,3,1253,2203 -"98726",24085,24195,2,1253,1575 -"98727",24085,24866,3,1253,2103 -"98728",24085,25443,3,1253,1441 -"98729",24085,26658,3,1253,2745 -"98730",24085,28648,3,1253,1586 -"98731",24085,29409,3,1253,2199 -"98732",24085,29578,3,1253,1957 -"98733",24085,30092,3,1253,1593 -"98734",24085,30981,3,1253,2366 -"98735",24085,31131,3,1253,2810 -"98736",24085,32939,2,1253,2277 -"98737",24085,33039,3,1253,1759 -"98738",24085,33383,3,1253,1572 -"98739",24085,34509,3,1253,1973 -"98740",24085,34776,3,1253,1281 -"98741",24085,35264,3,1253,2329 -"98742",24085,35620,3,1253,2092 -"98743",24085,36120,3,1253,2971 -"98744",24085,36136,3,1253,2338 -"98745",24085,36215,3,1253,1623 -"98746",24085,38676,3,1253,2286 -"98747",24085,40009,3,1253,1341 -"98748",24085,42256,3,1253,2839 -"98749",24085,42914,3,1253,1737 -"98750",24085,45585,3,1253,2384 -"98751",24085,46385,3,1253,2225 -"98752",24085,47534,3,1253,2712 -"98753",24085,49121,3,1253,2199 -"98754",24085,53445,3,1253,2028 -"98755",24085,53530,1,1253,2380 -"98756",24085,56903,3,1253,1584 -"98757",24085,57394,3,1253,1271 -"98758",24085,57804,2,1253,2214 -"98759",24085,58284,3,1253,2292 -"98760",24085,64987,3,1253,1360 -"98761",24085,75607,3,1253,2245 -"98762",24085,82246,3,1253,1538 -"98763",24086,10200,2,2663,2920 -"98764",24086,14586,3,2663,2801 -"98765",24086,34491,3,2663,2694 -"98766",24096,341,3,2612,2689 -"98767",24096,3770,2,2612,2623 -"98768",24096,10766,2,2612,2647 -"98769",24096,40572,3,2612,2666 -"98770",24096,53739,3,2612,2704 -"98771",24096,61240,1,2612,2651 -"98772",24104,2344,2,817,2752 -"98773",24104,2802,2,817,1836 -"98774",24104,6248,3,817,2737 -"98775",24104,7948,1,817,1584 -"98776",24104,9506,3,817,1012 -"98777",24104,9716,3,817,1929 -"98778",24104,10727,1,817,2082 -"98779",24104,10908,3,817,1134 -"98780",24104,16361,2,817,1641 -"98781",24104,16593,3,817,1139 -"98782",24104,18855,3,817,1362 -"98783",24104,25885,2,817,1223 -"98784",24104,25886,3,817,1580 -"98785",24104,28355,3,817,2053 -"98786",24104,29117,3,817,1250 -"98787",24104,29556,3,817,907 -"98788",24104,36514,3,817,1192 -"98789",24104,42713,3,817,1995 -"98790",24104,49147,3,817,2539 -"98791",24104,51678,3,817,1077 -"98792",24104,52185,3,817,1012 -"98793",24104,54061,3,817,1488 -"98794",24104,65223,3,817,2724 -"98795",24104,67763,3,817,822 -"98796",24104,93317,3,817,1223 -"98797",24104,105867,2,817,1641 -"98798",24104,107993,1,817,999 -"98799",24109,2407,3,504,1725 -"98800",24109,3669,3,504,2524 -"98801",24109,4144,3,504,1520 -"98802",24109,6040,3,504,2103 -"98803",24109,9050,3,504,2026 -"98804",24109,9727,2,504,2327 -"98805",24109,9808,3,504,1648 -"98806",24109,9912,3,504,1356 -"98807",24109,11135,2,504,2441 -"98808",24109,14957,3,504,2306 -"98809",24109,15502,2,504,2637 -"98810",24109,15891,2,504,589 -"98811",24109,15916,3,504,1236 -"98812",24109,16833,3,504,1661 -"98813",24109,16866,3,504,2718 -"98814",24109,18865,3,504,2676 -"98815",24109,18954,2,504,2364 -"98816",24109,19687,3,504,2072 -"98817",24109,19972,3,504,2078 -"98818",24109,20392,1,504,1309 -"98819",24109,20413,3,504,806 -"98820",24109,20517,3,504,1465 -"98821",24109,21895,3,504,1693 -"98822",24109,23639,3,504,2065 -"98823",24109,23890,2,504,1810 -"98824",24109,24761,3,504,2384 -"98825",24109,25139,3,504,816 -"98826",24109,25270,3,504,985 -"98827",24109,26567,3,504,1158 -"98828",24109,28914,3,504,580 -"98829",24109,33562,2,504,1979 -"98830",24109,33955,2,504,1178 -"98831",24109,33961,2,504,1269 -"98832",24109,36577,2,504,958 -"98833",24109,45487,3,504,2256 -"98834",24109,48764,3,504,860 -"98835",24109,48879,2,504,1524 -"98836",24109,50476,3,504,1641 -"98837",24109,51448,2,504,1593 -"98838",24109,53498,1,504,1967 -"98839",24109,59347,2,504,1926 -"98840",24109,63395,3,504,2334 -"98841",24109,63555,3,504,1290 -"98842",24109,65007,3,504,2530 -"98843",24109,69215,1,504,1591 -"98844",24109,72827,3,504,1359 -"98845",24109,78611,3,504,1586 -"98846",24109,79236,3,504,1505 -"98847",24109,80680,3,504,2403 -"98848",24109,83133,3,504,1055 -"98849",24109,92947,3,504,1289 -"98850",24109,93317,3,504,1223 -"98851",24109,94399,3,504,963 -"98852",24109,95661,3,504,872 -"98853",24109,99196,3,504,598 -"98854",24109,104659,3,504,2026 -"98855",24109,105867,2,504,1641 -"98856",24109,108872,1,504,1810 -"98857",24109,110659,2,504,515 -"98858",24109,115966,2,504,2349 -"98859",24116,2724,3,1413,2447 -"98860",24116,3100,3,1413,2524 -"98861",24116,3271,3,1413,2216 -"98862",24116,3520,3,1413,2281 -"98863",24116,3786,2,1413,2282 -"98864",24116,4180,3,1413,1817 -"98865",24116,5673,2,1413,1567 -"98866",24116,6071,2,1413,2310 -"98867",24116,7253,3,1413,2686 -"98868",24116,7254,3,1413,1849 -"98869",24116,7648,3,1413,1861 -"98870",24116,9272,3,1413,2835 -"98871",24116,9273,3,1413,1747 -"98872",24116,10435,3,1413,1984 -"98873",24116,11135,3,1413,2441 -"98874",24116,11429,3,1413,2520 -"98875",24116,11858,3,1413,1530 -"98876",24116,12031,2,1413,1957 -"98877",24116,13024,3,1413,2468 -"98878",24116,14061,3,1413,1620 -"98879",24116,15502,3,1413,2637 -"98880",24116,16361,3,1413,1641 -"98881",24116,17768,3,1413,2468 -"98882",24116,17999,2,1413,2758 -"98883",24116,19323,3,1413,1705 -"98884",24116,19509,3,1413,2000 -"98885",24116,19687,2,1413,2072 -"98886",24116,19972,3,1413,2078 -"98887",24116,20517,2,1413,1465 -"98888",24116,21352,3,1413,1604 -"98889",24116,21895,2,1413,1693 -"98890",24116,21976,3,1413,1808 -"98891",24116,22905,2,1413,2599 -"98892",24116,23639,1,1413,2065 -"98893",24116,23731,1,1413,1656 -"98894",24116,23739,3,1413,2463 -"98895",24116,24867,3,1413,1861 -"98896",24116,25053,3,1413,2186 -"98897",24116,25286,3,1413,1545 -"98898",24116,25886,1,1413,1580 -"98899",24116,26100,3,1413,1966 -"98900",24116,28355,3,1413,2053 -"98901",24116,29276,2,1413,2000 -"98902",24116,33363,3,1413,2475 -"98903",24116,34055,3,1413,1881 -"98904",24116,34953,2,1413,1817 -"98905",24116,36662,3,1413,2967 -"98906",24116,38309,3,1413,2644 -"98907",24116,39911,3,1413,1445 -"98908",24116,40715,3,1413,2258 -"98909",24116,41051,2,1413,2767 -"98910",24116,42407,3,1413,2408 -"98911",24116,42628,3,1413,2486 -"98912",24116,43226,3,1413,2442 -"98913",24116,43518,3,1413,2680 -"98914",24116,45487,3,1413,2256 -"98915",24116,47130,3,1413,2654 -"98916",24116,47330,3,1413,2422 -"98917",24116,47827,3,1413,1957 -"98918",24116,48110,3,1413,2009 -"98919",24116,49621,3,1413,1915 -"98920",24116,50635,3,1413,2962 -"98921",24116,51448,3,1413,1593 -"98922",24116,53362,3,1413,2360 -"98923",24116,53599,3,1413,2364 -"98924",24116,55436,3,1413,2513 -"98925",24116,55775,3,1413,2385 -"98926",24116,56673,2,1413,2419 -"98927",24116,58508,3,1413,2326 -"98928",24116,60672,3,1413,2876 -"98929",24116,61513,3,1413,2948 -"98930",24116,65223,3,1413,2724 -"98931",24116,68416,3,1413,2939 -"98932",24116,69335,3,1413,2698 -"98933",24116,75502,3,1413,1474 -"98934",24116,79236,2,1413,1505 -"98935",24116,80301,3,1413,1690 -"98936",24116,80784,3,1413,1738 -"98937",24116,82175,3,1413,1590 -"98938",24116,84317,3,1413,2081 -"98939",24116,93670,3,1413,1682 -"98940",24116,95211,2,1413,2462 -"98941",24116,116792,3,1413,2397 -"98942",24141,3101,3,470,513 -"98943",24141,3158,3,470,2762 -"98944",24141,9269,3,470,1892 -"98945",24141,11270,3,470,1011 -"98946",24141,12632,3,470,1174 -"98947",24141,16347,3,470,1868 -"98948",24141,41350,3,470,1935 -"98949",24141,52654,3,470,588 -"98950",24141,64803,3,470,841 -"98951",24141,69260,2,470,1698 -"98952",24141,77167,3,470,836 -"98953",24146,1224,3,2003,2435 -"98954",24146,5239,3,2003,2875 -"98955",24146,8088,3,2003,2220 -"98956",24146,10148,3,2003,2964 -"98957",24146,11218,3,2003,2292 -"98958",24146,12035,3,2003,2721 -"98959",24146,12042,3,2003,2345 -"98960",24146,13732,3,2003,2789 -"98961",24146,13780,2,2003,2412 -"98962",24146,13929,2,2003,2693 -"98963",24146,16352,3,2003,2657 -"98964",24146,17400,3,2003,2231 -"98965",24146,17549,3,2003,2647 -"98966",24146,18874,3,2003,2170 -"98967",24146,20893,3,2003,2695 -"98968",24146,21138,3,2003,2849 -"98969",24146,21693,3,2003,2176 -"98970",24146,21795,3,2003,2653 -"98971",24146,22326,3,2003,2818 -"98972",24146,26865,3,2003,2726 -"98973",24146,29004,3,2003,2596 -"98974",24146,30081,2,2003,2403 -"98975",24146,30747,3,2003,2455 -"98976",24146,30906,3,2003,2537 -"98977",24146,32516,3,2003,2050 -"98978",24146,36559,3,2003,2473 -"98979",24146,36962,1,2003,2861 -"98980",24146,41402,3,2003,2313 -"98981",24146,47386,3,2003,2226 -"98982",24146,51017,3,2003,2073 -"98983",24146,53219,3,2003,2973 -"98984",24146,54929,3,2003,2783 -"98985",24146,55691,3,2003,2856 -"98986",24146,56082,3,2003,2395 -"98987",24146,57977,3,2003,2683 -"98988",24146,66318,3,2003,2803 -"98989",24146,77815,3,2003,2358 -"98990",24169,1196,3,1663,1986 -"98991",24169,1495,3,1663,2046 -"98992",24169,2766,3,1663,1920 -"98993",24169,3011,3,1663,2278 -"98994",24169,3961,3,1663,2426 -"98995",24169,5315,3,1663,2631 -"98996",24169,5622,3,1663,2175 -"98997",24169,5984,3,1663,1675 -"98998",24169,5986,3,1663,1721 -"98999",24169,6162,2,1663,1673 -"99000",24169,6417,2,1663,1675 -"99001",24169,8274,3,1663,1909 -"99002",24169,8275,3,1663,2237 -"99003",24169,8327,3,1663,2527 -"99004",24169,9311,2,1663,2477 -"99005",24169,9423,3,1663,1708 -"99006",24169,9928,3,1663,2345 -"99007",24169,9979,3,1663,2238 -"99008",24169,10358,3,1663,2294 -"99009",24169,10843,3,1663,2277 -"99010",24169,11218,2,1663,2292 -"99011",24169,12042,3,1663,2345 -"99012",24169,12081,3,1663,2166 -"99013",24169,13601,3,1663,2689 -"99014",24169,15626,3,1663,2434 -"99015",24169,16352,3,1663,2657 -"99016",24169,17400,3,1663,2231 -"99017",24169,18670,2,1663,1835 -"99018",24169,22682,3,1663,2035 -"99019",24169,24256,3,1663,2393 -"99020",24169,24721,3,1663,2326 -"99021",24169,25480,3,1663,2747 -"99022",24169,26080,3,1663,2525 -"99023",24169,26818,3,1663,1999 -"99024",24169,27796,3,1663,2151 -"99025",24169,29930,3,1663,2240 -"99026",24169,30906,3,1663,2537 -"99027",24169,31159,3,1663,2231 -"99028",24169,32047,3,1663,1858 -"99029",24169,32064,3,1663,1739 -"99030",24169,33433,3,1663,2805 -"99031",24169,34325,3,1663,1982 -"99032",24169,34707,2,1663,2042 -"99033",24169,34735,3,1663,2767 -"99034",24169,35888,2,1663,2291 -"99035",24169,35926,3,1663,2371 -"99036",24169,37758,3,1663,1998 -"99037",24169,39294,3,1663,1889 -"99038",24169,41682,3,1663,1988 -"99039",24169,41955,3,1663,2479 -"99040",24169,45545,3,1663,1776 -"99041",24169,46091,3,1663,1938 -"99042",24169,48754,3,1663,1972 -"99043",24169,49560,3,1663,1679 -"99044",24169,50252,3,1663,2001 -"99045",24169,51089,2,1663,2426 -"99046",24169,53293,3,1663,2916 -"99047",24169,53342,3,1663,2071 -"99048",24169,54879,2,1663,2210 -"99049",24169,54929,2,1663,2783 -"99050",24169,55256,3,1663,2379 -"99051",24169,57732,3,1663,2454 -"99052",24169,59113,3,1663,2434 -"99053",24169,62903,3,1663,1704 -"99054",24169,73197,3,1663,1998 -"99055",24169,92513,2,1663,2282 -"99056",24176,2226,3,1986,2225 -"99057",24176,2747,3,1986,2411 -"99058",24176,3477,3,1986,2546 -"99059",24176,3770,3,1986,2623 -"99060",24176,5683,3,1986,2468 -"99061",24176,8062,3,1986,2858 -"99062",24176,9504,3,1986,2549 -"99063",24176,10129,3,1986,2124 -"99064",24176,10766,3,1986,2647 -"99065",24176,14915,2,1986,2606 -"99066",24176,15826,3,1986,2772 -"99067",24176,16690,3,1986,2132 -"99068",24176,19934,3,1986,2888 -"99069",24176,22723,3,1986,2859 -"99070",24176,23154,3,1986,2345 -"99071",24176,27914,3,1986,2507 -"99072",24176,28869,3,1986,2425 -"99073",24176,29116,3,1986,2128 -"99074",24176,30865,3,1986,2038 -"99075",24176,31868,2,1986,1993 -"99076",24176,32939,3,1986,2277 -"99077",24176,35728,3,1986,2017 -"99078",24176,37059,3,1986,2840 -"99079",24176,38309,3,1986,2644 -"99080",24176,46261,3,1986,2350 -"99081",24176,46506,3,1986,2464 -"99082",24176,46532,3,1986,2005 -"99083",24176,56995,3,1986,2323 -"99084",24176,57765,3,1986,2893 -"99085",24176,57804,3,1986,2214 -"99086",24176,65223,3,1986,2724 -"99087",24176,65381,3,1986,2184 -"99088",24176,67815,3,1986,2476 -"99089",24176,75282,3,1986,2675 -"99090",24176,88212,3,1986,2547 -"99091",24176,90892,3,1986,2399 -"99092",24176,102566,2,1986,2207 -"99093",24195,135,3,1575,2233 -"99094",24195,1578,3,1575,1612 -"99095",24195,1692,3,1575,2443 -"99096",24195,1875,3,1575,1786 -"99097",24195,3195,2,1575,2043 -"99098",24195,3317,3,1575,2037 -"99099",24195,4066,3,1575,1736 -"99100",24195,4671,3,1575,2280 -"99101",24195,4730,3,1575,2131 -"99102",24195,4953,3,1575,2285 -"99103",24195,6234,3,1575,2654 -"99104",24195,7269,3,1575,1728 -"99105",24195,9423,3,1575,1708 -"99106",24195,9801,3,1575,2443 -"99107",24195,10002,3,1575,1788 -"99108",24195,10964,2,1575,2043 -"99109",24195,11029,3,1575,2362 -"99110",24195,11067,2,1575,2734 -"99111",24195,14731,3,1575,2012 -"99112",24195,14972,3,1575,2332 -"99113",24195,15095,3,1575,2001 -"99114",24195,15207,3,1575,1855 -"99115",24195,15381,2,1575,2289 -"99116",24195,15821,2,1575,2456 -"99117",24195,17396,3,1575,1672 -"99118",24195,17967,3,1575,2125 -"99119",24195,19335,3,1575,1729 -"99120",24195,20162,3,1575,2328 -"99121",24195,20469,3,1575,2125 -"99122",24195,21480,2,1575,1646 -"99123",24195,21487,3,1575,2203 -"99124",24195,23121,3,1575,2108 -"99125",24195,23471,3,1575,2488 -"99126",24195,23534,3,1575,1659 -"99127",24195,24866,3,1575,2103 -"99128",24195,26658,3,1575,2745 -"99129",24195,29578,3,1575,1957 -"99130",24195,29791,3,1575,1986 -"99131",24195,30092,3,1575,1593 -"99132",24195,30981,3,1575,2366 -"99133",24195,31131,2,1575,2810 -"99134",24195,32339,3,1575,2430 -"99135",24195,32939,2,1575,2277 -"99136",24195,33039,3,1575,1759 -"99137",24195,34509,3,1575,1973 -"99138",24195,35264,3,1575,2329 -"99139",24195,35620,1,1575,2092 -"99140",24195,36120,3,1575,2971 -"99141",24195,36215,3,1575,1623 -"99142",24195,36506,2,1575,2638 -"99143",24195,38676,3,1575,2286 -"99144",24195,42256,3,1575,2839 -"99145",24195,42914,3,1575,1737 -"99146",24195,43929,3,1575,2749 -"99147",24195,45461,3,1575,2458 -"99148",24195,45585,3,1575,2384 -"99149",24195,46385,1,1575,2225 -"99150",24195,46951,3,1575,2429 -"99151",24195,47534,2,1575,2712 -"99152",24195,47966,3,1575,2409 -"99153",24195,53445,3,1575,2028 -"99154",24195,53530,2,1575,2380 -"99155",24195,56903,3,1575,1584 -"99156",24195,57804,2,1575,2214 -"99157",24195,58284,3,1575,2292 -"99158",24195,59005,3,1575,2817 -"99159",24195,68215,3,1575,2727 -"99160",24195,75607,3,1575,2245 -"99161",24195,76132,3,1575,2426 -"99162",24195,76631,3,1575,1697 -"99163",24195,79848,3,1575,1629 -"99164",24198,267,3,2217,2631 -"99165",24198,2208,3,2217,2814 -"99166",24198,5258,3,2217,2730 -"99167",24198,6252,3,2217,2336 -"99168",24198,6390,3,2217,2385 -"99169",24198,6914,3,2217,2668 -"99170",24198,10130,3,2217,2741 -"99171",24198,18277,2,2217,2309 -"99172",24198,18543,3,2217,2968 -"99173",24198,20407,3,2217,2339 -"99174",24198,21682,3,2217,2414 -"99175",24198,22207,3,2217,2365 -"99176",24198,25565,3,2217,2764 -"99177",24198,27379,3,2217,2461 -"99178",24198,29948,3,2217,2795 -"99179",24198,43173,3,2217,2895 -"99180",24198,44427,3,2217,2875 -"99181",24198,46951,3,2217,2429 -"99182",24198,50179,3,2217,2230 -"99183",24198,50784,3,2217,2733 -"99184",24198,53846,3,2217,2737 -"99185",24198,66318,3,2217,2803 -"99186",24198,71274,3,2217,2390 -"99187",24198,74636,3,2217,2525 -"99188",24198,88232,2,2217,2881 -"99189",24198,93615,3,2217,2386 -"99190",24198,100215,3,2217,2436 -"99191",24198,105685,3,2217,2469 -"99192",24204,1386,3,840,1901 -"99193",24204,7078,3,840,2344 -"99194",24204,13201,3,840,2034 -"99195",24204,14669,3,840,2080 -"99196",24204,14772,3,840,2386 -"99197",24204,15244,3,840,1600 -"99198",24204,15343,3,840,2125 -"99199",24204,20469,3,840,2125 -"99200",24204,21417,3,840,2422 -"99201",24204,23301,3,840,1611 -"99202",24204,28090,3,840,1755 -"99203",24204,34327,3,840,2959 -"99204",24204,35542,3,840,1439 -"99205",24204,41004,3,840,2561 -"99206",24204,42814,3,840,1149 -"99207",24204,68215,3,840,2727 -"99208",24204,86279,3,840,1076 -"99209",24204,94808,2,840,988 -"99210",24206,3460,3,2307,2530 -"99211",24240,2195,3,1755,2139 -"99212",24240,3961,2,1755,2426 -"99213",24240,4289,2,1755,1921 -"99214",24240,10358,3,1755,2294 -"99215",24240,11456,3,1755,2715 -"99216",24240,12692,3,1755,1855 -"99217",24240,13780,3,1755,2412 -"99218",24240,16826,3,1755,2599 -"99219",24240,18103,3,1755,1968 -"99220",24240,21138,3,1755,2849 -"99221",24240,33052,3,1755,2251 -"99222",24240,36646,3,1755,2744 -"99223",24240,38227,3,1755,2511 -"99224",24240,40432,3,1755,1956 -"99225",24240,47386,3,1755,2226 -"99226",24240,57977,3,1755,2683 -"99227",24240,69591,3,1755,2294 -"99228",24240,82929,3,1755,2475 -"99229",24240,86152,3,1755,1944 -"99230",24252,827,3,639,2964 -"99231",24252,2282,3,639,2056 -"99232",24252,2927,3,639,1789 -"99233",24252,4968,3,639,1586 -"99234",24252,5637,3,639,1976 -"99235",24252,5937,3,639,2392 -"99236",24252,6345,3,639,2713 -"99237",24252,9538,3,639,1786 -"99238",24252,9724,3,639,2713 -"99239",24252,10701,3,639,2000 -"99240",24252,10990,3,639,805 -"99241",24252,13595,3,639,1164 -"99242",24252,14212,2,639,857 -"99243",24252,14957,3,639,2306 -"99244",24252,15023,3,639,2054 -"99245",24252,15281,3,639,810 -"99246",24252,15782,3,639,2306 -"99247",24252,17499,3,639,2954 -"99248",24252,17531,2,639,876 -"99249",24252,17695,3,639,1930 -"99250",24252,20547,3,639,2145 -"99251",24252,22357,3,639,1397 -"99252",24252,23560,3,639,2051 -"99253",24252,26597,3,639,2070 -"99254",24252,28648,3,639,1586 -"99255",24252,29778,3,639,840 -"99256",24252,30714,2,639,2485 -"99257",24252,31855,1,639,2636 -"99258",24252,36399,2,639,1357 -"99259",24252,37684,3,639,2899 -"99260",24252,38422,2,639,1019 -"99261",24252,43543,3,639,1457 -"99262",24252,43701,2,639,2400 -"99263",24252,50468,3,639,1659 -"99264",24252,51843,3,639,2389 -"99265",24252,54385,3,639,2340 -"99266",24252,55325,3,639,653 -"99267",24252,65375,3,639,824 -"99268",24252,69795,1,639,2636 -"99269",24252,76295,3,639,1001 -"99270",24252,76450,2,639,1077 -"99271",24252,77719,3,639,2086 -"99272",24252,80970,2,639,2069 -"99273",24252,84808,3,639,1974 -"99274",24252,96718,2,639,1767 -"99275",24253,270,3,2213,2542 -"99276",24253,2424,3,2213,2582 -"99277",24253,4953,3,2213,2285 -"99278",24253,5350,3,2213,2522 -"99279",24253,6044,3,2213,2744 -"99280",24253,7795,2,2213,2789 -"99281",24253,11218,3,2213,2292 -"99282",24253,13601,3,2213,2689 -"99283",24253,14252,1,2213,2244 -"99284",24253,14972,3,2213,2332 -"99285",24253,15381,3,2213,2289 -"99286",24253,16352,3,2213,2657 -"99287",24253,17365,2,2213,2746 -"99288",24253,25569,2,2213,2317 -"99289",24253,28296,3,2213,2944 -"99290",24253,35926,3,2213,2371 -"99291",24253,38307,3,2213,2648 -"99292",24253,41945,3,2213,2856 -"99293",24253,43455,2,2213,2846 -"99294",24253,43796,2,2213,2476 -"99295",24253,45302,3,2213,2390 -"99296",24253,46629,3,2213,2255 -"99297",24253,51866,2,2213,2411 -"99298",24253,54929,3,2213,2783 -"99299",24253,61982,3,2213,2725 -"99300",24255,841,3,2770,2964 -"99301",24255,11329,2,2770,2799 -"99302",24255,19606,3,2770,2783 -"99303",24255,34327,3,2770,2959 -"99304",24256,701,3,2393,2718 -"99305",24256,3966,3,2393,2425 -"99306",24256,3978,3,2393,2775 -"99307",24256,5315,3,2393,2631 -"99308",24256,7847,3,2393,2424 -"99309",24256,8842,3,2393,2535 -"99310",24256,9311,3,2393,2477 -"99311",24256,10310,3,2393,2774 -"99312",24256,11160,3,2393,2952 -"99313",24256,14676,3,2393,2764 -"99314",24256,16352,3,2393,2657 -"99315",24256,17549,3,2393,2647 -"99316",24256,20695,3,2393,2526 -"99317",24256,25325,3,2393,2963 -"99318",24256,31705,2,2393,2706 -"99319",24256,33184,3,2393,2522 -"99320",24256,34735,3,2393,2767 -"99321",24256,36574,3,2393,2934 -"99322",24256,38307,3,2393,2648 -"99323",24256,39535,3,2393,2428 -"99324",24256,41607,3,2393,2802 -"99325",24256,41664,3,2393,2641 -"99326",24256,41770,3,2393,2752 -"99327",24256,41945,3,2393,2856 -"99328",24256,41955,3,2393,2479 -"99329",24256,42574,3,2393,2842 -"99330",24256,44688,3,2393,2924 -"99331",24256,47564,3,2393,2650 -"99332",24256,49334,3,2393,2433 -"99333",24256,53219,3,2393,2973 -"99334",24256,55076,3,2393,2408 -"99335",24256,56237,3,2393,2625 -"99336",24256,73305,3,2393,2544 -"99337",24256,117956,3,2393,2774 -"99338",24259,14,3,1281,1793 -"99339",24259,270,3,1281,2542 -"99340",24259,360,3,1281,1671 -"99341",24259,380,3,1281,2261 -"99342",24259,449,3,1281,1950 -"99343",24259,1102,3,1281,2282 -"99344",24259,1124,3,1281,1596 -"99345",24259,1315,3,1281,2760 -"99346",24259,2111,2,1281,1904 -"99347",24259,2195,3,1281,2139 -"99348",24259,2289,3,1281,2389 -"99349",24259,2424,3,1281,2582 -"99350",24259,3139,3,1281,1656 -"99351",24259,3306,3,1281,1989 -"99352",24259,3493,3,1281,2451 -"99353",24259,4191,3,1281,2130 -"99354",24259,4289,3,1281,1921 -"99355",24259,4360,2,1281,1770 -"99356",24259,5072,2,1281,2175 -"99357",24259,5405,2,1281,1510 -"99358",24259,5622,1,1281,2175 -"99359",24259,5971,3,1281,1985 -"99360",24259,5984,3,1281,1675 -"99361",24259,5986,3,1281,1721 -"99362",24259,6417,3,1281,1675 -"99363",24259,6588,3,1281,2025 -"99364",24259,7180,3,1281,2227 -"99365",24259,7234,2,1281,2654 -"99366",24259,7627,3,1281,1543 -"99367",24259,7858,3,1281,1795 -"99368",24259,8621,3,1281,1681 -"99369",24259,8865,3,1281,2394 -"99370",24259,9364,3,1281,1698 -"99371",24259,9928,3,1281,2345 -"99372",24259,10404,3,1281,2062 -"99373",24259,10488,2,1281,1524 -"99374",24259,10857,1,1281,2253 -"99375",24259,10874,3,1281,1891 -"99376",24259,11218,2,1281,2292 -"99377",24259,11229,3,1281,1625 -"99378",24259,11477,3,1281,2724 -"99379",24259,12042,3,1281,2345 -"99380",24259,12310,2,1281,1337 -"99381",24259,12375,2,1281,1873 -"99382",24259,12692,3,1281,1855 -"99383",24259,13307,3,1281,2206 -"99384",24259,14032,3,1281,2144 -"99385",24259,14482,3,1281,1573 -"99386",24259,15003,3,1281,2067 -"99387",24259,15700,3,1281,1712 -"99388",24259,16352,3,1281,2657 -"99389",24259,16826,3,1281,2599 -"99390",24259,17400,2,1281,2231 -"99391",24259,17931,3,1281,1617 -"99392",24259,18394,3,1281,2356 -"99393",24259,19622,1,1281,2371 -"99394",24259,20124,3,1281,2376 -"99395",24259,22260,3,1281,2137 -"99396",24259,22403,3,1281,1630 -"99397",24259,23526,3,1281,1998 -"99398",24259,23715,3,1281,1859 -"99399",24259,23725,1,1281,2378 -"99400",24259,23729,3,1281,1624 -"99401",24259,24791,3,1281,1833 -"99402",24259,25643,2,1281,1646 -"99403",24259,26080,3,1281,2525 -"99404",24259,26366,3,1281,1688 -"99405",24259,26818,3,1281,1999 -"99406",24259,26848,3,1281,2363 -"99407",24259,26867,3,1281,1804 -"99408",24259,27753,3,1281,2750 -"99409",24259,30165,3,1281,1409 -"99410",24259,30405,3,1281,2164 -"99411",24259,30438,3,1281,1617 -"99412",24259,31093,3,1281,2160 -"99413",24259,31307,3,1281,2139 -"99414",24259,31436,3,1281,2892 -"99415",24259,34480,2,1281,2755 -"99416",24259,35903,3,1281,1434 -"99417",24259,35926,3,1281,2371 -"99418",24259,37859,3,1281,1999 -"99419",24259,38449,3,1281,1802 -"99420",24259,39294,2,1281,1889 -"99421",24259,39880,3,1281,1620 -"99422",24259,39906,3,1281,2365 -"99423",24259,40028,3,1281,1349 -"99424",24259,40293,3,1281,1671 -"99425",24259,40432,3,1281,1956 -"99426",24259,42783,3,1281,2338 -"99427",24259,43213,2,1281,2160 -"99428",24259,43335,3,1281,1412 -"99429",24259,43455,3,1281,2846 -"99430",24259,44188,3,1281,1609 -"99431",24259,44407,3,1281,2154 -"99432",24259,44676,3,1281,2629 -"99433",24259,45684,2,1281,2200 -"99434",24259,46196,2,1281,1510 -"99435",24259,46629,2,1281,2255 -"99436",24259,47857,3,1281,2325 -"99437",24259,49608,3,1281,2184 -"99438",24259,50134,3,1281,2674 -"99439",24259,50236,3,1281,2339 -"99440",24259,51022,3,1281,1499 -"99441",24259,52136,2,1281,1412 -"99442",24259,52345,3,1281,1430 -"99443",24259,52789,3,1281,1791 -"99444",24259,53134,3,1281,1590 -"99445",24259,53303,3,1281,1376 -"99446",24259,54551,1,1281,2348 -"99447",24259,54740,3,1281,2750 -"99448",24259,54879,3,1281,2210 -"99449",24259,54929,3,1281,2783 -"99450",24259,56082,2,1281,2395 -"99451",24259,57246,3,1281,1873 -"99452",24259,57760,3,1281,1721 -"99453",24259,58035,3,1281,1646 -"99454",24259,58384,3,1281,1637 -"99455",24259,61982,3,1281,2725 -"99456",24259,67805,3,1281,1338 -"99457",24259,72207,2,1281,2430 -"99458",24259,72326,3,1281,2384 -"99459",24259,75028,3,1281,1660 -"99460",24259,75403,2,1281,1895 -"99461",24259,76048,2,1281,2373 -"99462",24259,82929,2,1281,2475 -"99463",24259,86245,3,1281,1972 -"99464",24259,87837,3,1281,1987 -"99465",24259,98781,3,1281,1410 -"99466",24264,2139,2,1760,2502 -"99467",24264,3477,3,1760,2546 -"99468",24264,6063,3,1760,2349 -"99469",24264,13007,1,1760,2496 -"99470",24264,32395,3,1760,2735 -"99471",24264,33223,3,1760,2397 -"99472",24264,33451,2,1760,1957 -"99473",24264,34491,3,1760,2694 -"99474",24264,35133,3,1760,2219 -"99475",24264,43524,2,1760,2572 -"99476",24264,46261,3,1760,2350 -"99477",24264,51879,3,1760,1771 -"99478",24264,52041,2,1760,2694 -"99479",24264,82932,3,1760,2245 -"99480",24286,499,3,1280,1931 -"99481",24286,602,3,1280,2632 -"99482",24286,1196,3,1280,1986 -"99483",24286,2572,3,1280,2273 -"99484",24286,3011,1,1280,2278 -"99485",24286,3765,3,1280,2775 -"99486",24286,4701,2,1280,2401 -"99487",24286,5986,3,1280,1721 -"99488",24286,6162,2,1280,1673 -"99489",24286,6982,3,1280,2034 -"99490",24286,7196,3,1280,1508 -"99491",24286,7548,3,1280,1932 -"99492",24286,8274,3,1280,1909 -"99493",24286,8327,3,1280,2527 -"99494",24286,9311,2,1280,2477 -"99495",24286,9979,3,1280,2238 -"99496",24286,10358,3,1280,2294 -"99497",24286,10474,3,1280,1608 -"99498",24286,10843,2,1280,2277 -"99499",24286,11218,3,1280,2292 -"99500",24286,12042,3,1280,2345 -"99501",24286,13249,3,1280,2573 -"99502",24286,13601,3,1280,2689 -"99503",24286,14723,2,1280,2019 -"99504",24286,15005,3,1280,1415 -"99505",24286,15401,3,1280,1999 -"99506",24286,15626,2,1280,2434 -"99507",24286,18151,3,1280,2962 -"99508",24286,19173,3,1280,1686 -"99509",24286,19453,2,1280,1928 -"99510",24286,20271,3,1280,2044 -"99511",24286,20407,3,1280,2339 -"99512",24286,21364,3,1280,1422 -"99513",24286,21448,3,1280,2332 -"99514",24286,22180,3,1280,1835 -"99515",24286,22216,3,1280,1956 -"99516",24286,22311,3,1280,2034 -"99517",24286,23745,3,1280,1968 -"99518",24286,23825,3,1280,1913 -"99519",24286,24169,3,1280,1663 -"99520",24286,24405,3,1280,1443 -"99521",24286,24721,3,1280,2326 -"99522",24286,25480,3,1280,2747 -"99523",24286,26218,3,1280,2460 -"99524",24286,26408,2,1280,1545 -"99525",24286,26595,3,1280,1566 -"99526",24286,27261,2,1280,1368 -"99527",24286,27849,3,1280,1316 -"99528",24286,30906,3,1280,2537 -"99529",24286,32988,3,1280,2008 -"99530",24286,33356,1,1280,1586 -"99531",24286,33433,1,1280,2805 -"99532",24286,33672,3,1280,2396 -"99533",24286,34707,3,1280,2042 -"99534",24286,34820,3,1280,1630 -"99535",24286,35888,3,1280,2291 -"99536",24286,36578,3,1280,1484 -"99537",24286,38755,2,1280,2902 -"99538",24286,39534,3,1280,2410 -"99539",24286,39556,3,1280,2747 -"99540",24286,40296,3,1280,1674 -"99541",24286,41682,3,1280,1988 -"99542",24286,42333,3,1280,2234 -"99543",24286,46091,3,1280,1938 -"99544",24286,49121,3,1280,2199 -"99545",24286,49581,2,1280,1817 -"99546",24286,49696,3,1280,2444 -"99547",24286,50269,3,1280,1966 -"99548",24286,50382,3,1280,2244 -"99549",24286,51089,3,1280,2426 -"99550",24286,51853,3,1280,2520 -"99551",24286,52136,3,1280,1412 -"99552",24286,53342,2,1280,2071 -"99553",24286,54879,2,1280,2210 -"99554",24286,55256,3,1280,2379 -"99555",24286,55324,3,1280,1544 -"99556",24286,55643,2,1280,2359 -"99557",24286,57337,3,1280,1443 -"99558",24286,57732,3,1280,2454 -"99559",24286,58993,3,1280,2390 -"99560",24286,59113,2,1280,2434 -"99561",24286,61458,3,1280,2630 -"99562",24286,62903,2,1280,1704 -"99563",24286,64502,3,1280,1670 -"99564",24286,65155,3,1280,1947 -"99565",24286,66860,3,1280,1548 -"99566",24286,67145,3,1280,2015 -"99567",24286,67456,3,1280,1608 -"99568",24286,73197,3,1280,1998 -"99569",24286,74190,3,1280,1428 -"99570",24286,75343,2,1280,2008 -"99571",24286,85736,3,1280,1601 -"99572",24286,87144,3,1280,2299 -"99573",24286,92513,3,1280,2282 -"99574",24286,102186,3,1280,2937 -"99575",24293,23,2,1184,1682 -"99576",24293,1196,3,1184,1986 -"99577",24293,3961,3,1184,2426 -"99578",24293,5041,1,1184,2371 -"99579",24293,7508,3,1184,2396 -"99580",24293,10358,2,1184,2294 -"99581",24293,14032,3,1184,2144 -"99582",24293,15401,3,1184,1999 -"99583",24293,15808,3,1184,1521 -"99584",24293,20975,3,1184,1305 -"99585",24293,29050,2,1184,1196 -"99586",24293,30883,3,1184,1629 -"99587",24293,32919,3,1184,2321 -"99588",24293,32988,3,1184,2008 -"99589",24293,34158,3,1184,2639 -"99590",24293,35361,2,1184,2389 -"99591",24293,35926,3,1184,2371 -"99592",24293,36450,3,1184,1591 -"99593",24293,38219,3,1184,1689 -"99594",24293,44982,3,1184,1592 -"99595",24293,52471,3,1184,2483 -"99596",24293,65155,3,1184,1947 -"99597",24299,160,3,231,2007 -"99598",24299,1036,3,231,1367 -"99599",24299,1092,3,231,1945 -"99600",24299,1685,3,231,2230 -"99601",24299,2269,3,231,984 -"99602",24299,2357,3,231,492 -"99603",24299,2864,2,231,1543 -"99604",24299,3186,3,231,919 -"99605",24299,3453,3,231,2126 -"99606",24299,3753,2,231,1255 -"99607",24299,3886,3,231,1669 -"99608",24299,4317,3,231,1224 -"99609",24299,4567,2,231,2348 -"99610",24299,5239,3,231,2875 -"99611",24299,5346,3,231,1438 -"99612",24299,5865,2,231,1910 -"99613",24299,6492,3,231,1162 -"99614",24299,6996,3,231,2916 -"99615",24299,7406,3,231,1906 -"99616",24299,7616,2,231,2296 -"99617",24299,7759,3,231,2844 -"99618",24299,8712,3,231,1153 -"99619",24299,9331,3,231,2269 -"99620",24299,9362,3,231,2879 -"99621",24299,9871,2,231,921 -"99622",24299,10146,3,231,1878 -"99623",24299,10851,3,231,2423 -"99624",24299,10857,3,231,2253 -"99625",24299,11168,3,231,1223 -"99626",24299,12473,3,231,801 -"99627",24299,12518,3,231,2747 -"99628",24299,12712,3,231,815 -"99629",24299,13551,3,231,1451 -"99630",24299,13671,3,231,1371 -"99631",24299,15122,3,231,1201 -"99632",24299,15207,3,231,1855 -"99633",24299,15632,2,231,1242 -"99634",24299,16193,3,231,756 -"99635",24299,16539,2,231,1947 -"99636",24299,17355,3,231,1469 -"99637",24299,17632,3,231,1947 -"99638",24299,17943,3,231,1943 -"99639",24299,18011,3,231,1636 -"99640",24299,18165,3,231,2085 -"99641",24299,18550,3,231,483 -"99642",24299,18825,2,231,1240 -"99643",24299,18924,2,231,485 -"99644",24299,19093,3,231,2224 -"99645",24299,19282,3,231,1623 -"99646",24299,19744,1,231,2623 -"99647",24299,19980,2,231,2231 -"99648",24299,21706,3,231,1988 -"99649",24299,22543,3,231,1594 -"99650",24299,23098,3,231,2300 -"99651",24299,23492,3,231,1067 -"99652",24299,23679,2,231,934 -"99653",24299,23825,3,231,1913 -"99654",24299,24816,2,231,2161 -"99655",24299,25490,3,231,639 -"99656",24299,25622,3,231,1985 -"99657",24299,26577,3,231,933 -"99658",24299,27030,2,231,2031 -"99659",24299,27116,3,231,963 -"99660",24299,27480,3,231,582 -"99661",24299,27882,3,231,1897 -"99662",24299,29512,3,231,1594 -"99663",24299,30095,3,231,1578 -"99664",24299,30697,3,231,2891 -"99665",24299,30827,3,231,2323 -"99666",24299,31898,2,231,1916 -"99667",24299,33655,1,231,773 -"99668",24299,33672,3,231,2396 -"99669",24299,34812,3,231,2442 -"99670",24299,35045,3,231,1646 -"99671",24299,36599,3,231,541 -"99672",24299,36784,3,231,576 -"99673",24299,40113,3,231,451 -"99674",24299,40129,1,231,2162 -"99675",24299,40703,3,231,1608 -"99676",24299,41407,3,231,1951 -"99677",24299,41837,3,231,2399 -"99678",24299,41843,3,231,571 -"99679",24299,42372,3,231,2230 -"99680",24299,42574,3,231,2842 -"99681",24299,43490,3,231,2463 -"99682",24299,43902,3,231,1726 -"99683",24299,43978,3,231,2698 -"99684",24299,44074,3,231,1299 -"99685",24299,44135,3,231,2620 -"99686",24299,44763,3,231,1324 -"99687",24299,44773,3,231,1355 -"99688",24299,46831,3,231,1915 -"99689",24299,47049,3,231,253 -"99690",24299,48607,3,231,470 -"99691",24299,49334,3,231,2433 -"99692",24299,51017,3,231,2073 -"99693",24299,51035,3,231,2397 -"99694",24299,52508,3,231,2337 -"99695",24299,53219,3,231,2973 -"99696",24299,54551,3,231,2348 -"99697",24299,54695,3,231,2429 -"99698",24299,55076,3,231,2408 -"99699",24299,58427,3,231,2234 -"99700",24299,58516,2,231,409 -"99701",24299,60624,3,231,1570 -"99702",24299,64232,3,231,1275 -"99703",24299,66756,3,231,1301 -"99704",24299,67788,3,231,837 -"99705",24299,69250,3,231,1439 -"99706",24299,69712,3,231,1219 -"99707",24299,69745,3,231,1594 -"99708",24299,70605,3,231,1176 -"99709",24299,73205,2,231,1529 -"99710",24299,74318,3,231,632 -"99711",24299,77611,3,231,1795 -"99712",24299,79403,3,231,977 -"99713",24299,82187,3,231,1055 -"99714",24299,82893,3,231,1275 -"99715",24299,85525,3,231,1718 -"99716",24299,85995,3,231,432 -"99717",24299,88535,3,231,1229 -"99718",24299,89701,3,231,563 -"99719",24299,91210,3,231,1457 -"99720",24299,91812,3,231,682 -"99721",24299,92322,3,231,2393 -"99722",24299,94520,3,231,1243 -"99723",24299,96611,3,231,765 -"99724",24299,105100,3,231,633 -"99725",24299,106265,3,231,615 -"99726",24302,14,3,407,1793 -"99727",24302,1314,3,407,1522 -"99728",24302,1523,3,407,2048 -"99729",24302,2036,3,407,2483 -"99730",24302,2190,3,407,2359 -"99731",24302,2206,3,407,2536 -"99732",24302,2418,2,407,2020 -"99733",24302,2576,3,407,1307 -"99734",24302,2747,3,407,2411 -"99735",24302,2852,2,407,2448 -"99736",24302,2894,3,407,1291 -"99737",24302,3068,3,407,1815 -"99738",24302,3127,3,407,2273 -"99739",24302,4612,3,407,2804 -"99740",24302,4665,3,407,1569 -"99741",24302,4669,3,407,2395 -"99742",24302,4831,3,407,2365 -"99743",24302,5484,3,407,582 -"99744",24302,5897,3,407,2337 -"99745",24302,5912,3,407,2257 -"99746",24302,6119,3,407,2358 -"99747",24302,6133,3,407,1229 -"99748",24302,6222,3,407,1949 -"99749",24302,7337,3,407,1797 -"99750",24302,8029,3,407,1859 -"99751",24302,8568,3,407,2706 -"99752",24302,8610,3,407,2240 -"99753",24302,8760,3,407,2477 -"99754",24302,9227,3,407,1267 -"99755",24302,9503,3,407,2453 -"99756",24302,9787,3,407,2858 -"99757",24302,10050,3,407,1792 -"99758",24302,10336,3,407,2271 -"99759",24302,10387,3,407,871 -"99760",24302,10453,3,407,1656 -"99761",24302,10739,3,407,1807 -"99762",24302,10803,3,407,545 -"99763",24302,11563,3,407,1863 -"99764",24302,11588,3,407,2352 -"99765",24302,12781,2,407,831 -"99766",24302,13987,3,407,507 -"99767",24302,14287,3,407,1583 -"99768",24302,14520,3,407,634 -"99769",24302,14599,3,407,1118 -"99770",24302,14754,3,407,2456 -"99771",24302,14817,3,407,2110 -"99772",24302,14959,2,407,2898 -"99773",24302,14998,3,407,1553 -"99774",24302,16286,2,407,2470 -"99775",24302,16501,2,407,1650 -"99776",24302,16502,2,407,1616 -"99777",24302,16750,3,407,1225 -"99778",24302,17252,3,407,1258 -"99779",24302,17484,3,407,1256 -"99780",24302,18122,3,407,894 -"99781",24302,18615,3,407,1025 -"99782",24302,18651,3,407,1035 -"99783",24302,19215,3,407,2604 -"99784",24302,19447,3,407,969 -"99785",24302,19610,3,407,1236 -"99786",24302,19686,3,407,2467 -"99787",24302,20155,3,407,1517 -"99788",24302,20220,3,407,1656 -"99789",24302,20662,3,407,1523 -"99790",24302,21209,3,407,2184 -"99791",24302,21755,3,407,817 -"99792",24302,22256,3,407,829 -"99793",24302,22578,3,407,2216 -"99794",24302,23131,3,407,1732 -"99795",24302,25163,3,407,1751 -"99796",24302,27390,3,407,2425 -"99797",24302,27545,3,407,855 -"99798",24302,27742,3,407,2700 -"99799",24302,27908,3,407,2576 -"99800",24302,27914,3,407,2507 -"99801",24302,28116,3,407,1643 -"99802",24302,28869,3,407,2425 -"99803",24302,29286,3,407,1612 -"99804",24302,29311,2,407,1849 -"99805",24302,29627,3,407,882 -"99806",24302,29825,3,407,2603 -"99807",24302,30525,3,407,1964 -"99808",24302,30850,3,407,1045 -"99809",24302,33017,3,407,1493 -"99810",24302,33341,2,407,2338 -"99811",24302,33870,3,407,955 -"99812",24302,35235,3,407,2610 -"99813",24302,35728,3,407,2017 -"99814",24302,37636,3,407,2178 -"99815",24302,38532,3,407,1234 -"99816",24302,38921,3,407,1880 -"99817",24302,40572,3,407,2666 -"99818",24302,40675,3,407,1595 -"99819",24302,41023,3,407,2408 -"99820",24302,41633,3,407,1976 -"99821",24302,42813,3,407,2142 -"99822",24302,42967,3,407,512 -"99823",24302,43159,3,407,512 -"99824",24302,44433,3,407,2224 -"99825",24302,44497,3,407,2401 -"99826",24302,44603,2,407,2748 -"99827",24302,45729,3,407,2606 -"99828",24302,45869,3,407,2840 -"99829",24302,46384,3,407,2285 -"99830",24302,46486,3,407,1868 -"99831",24302,46642,3,407,999 -"99832",24302,50229,3,407,1190 -"99833",24302,50354,3,407,1299 -"99834",24302,51151,3,407,1195 -"99835",24302,53810,3,407,842 -"99836",24302,54924,3,407,2603 -"99837",24302,58501,3,407,2613 -"99838",24302,58655,3,407,2685 -"99839",24302,61125,2,407,1673 -"99840",24302,62263,3,407,703 -"99841",24302,62438,2,407,802 -"99842",24302,70455,3,407,1307 -"99843",24302,71467,2,407,1051 -"99844",24302,76143,3,407,1610 -"99845",24302,91806,3,407,969 -"99846",24302,92784,3,407,1257 -"99847",24302,92850,3,407,1971 -"99848",24302,92860,3,407,1643 -"99849",24302,100048,3,407,1573 -"99850",24302,107435,3,407,1635 -"99851",24302,111375,3,407,2686 -"99852",24302,111790,3,407,905 -"99853",24348,42,3,103,2265 -"99854",24348,1090,3,103,2370 -"99855",24348,1321,3,103,2075 -"99856",24348,1469,3,103,1160 -"99857",24348,1616,3,103,2662 -"99858",24348,1676,3,103,1198 -"99859",24348,1691,3,103,1941 -"99860",24348,1777,3,103,1965 -"99861",24348,2166,3,103,2557 -"99862",24348,2611,3,103,810 -"99863",24348,3352,2,103,1707 -"99864",24348,4932,2,103,2752 -"99865",24348,4983,3,103,1909 -"99866",24348,5462,3,103,2374 -"99867",24348,5504,3,103,2389 -"99868",24348,6390,3,103,2385 -"99869",24348,7078,3,103,2344 -"99870",24348,8621,3,103,1681 -"99871",24348,8887,3,103,2373 -"99872",24348,11346,3,103,1924 -"99873",24348,12361,3,103,2732 -"99874",24348,12767,3,103,2329 -"99875",24348,12887,3,103,433 -"99876",24348,13573,3,103,2774 -"99877",24348,14002,3,103,829 -"99878",24348,15299,3,103,2213 -"99879",24348,16497,3,103,2370 -"99880",24348,18836,3,103,1270 -"99881",24348,19528,2,103,2742 -"99882",24348,21076,3,103,1591 -"99883",24348,21095,3,103,856 -"99884",24348,22130,3,103,146 -"99885",24348,22749,3,103,1727 -"99886",24348,26608,2,103,2329 -"99887",24348,27255,3,103,1232 -"99888",24348,27478,3,103,2485 -"99889",24348,31685,3,103,2747 -"99890",24348,32409,3,103,857 -"99891",24348,33572,3,103,2370 -"99892",24348,38048,3,103,867 -"99893",24348,38667,3,103,2880 -"99894",24348,39444,3,103,2695 -"99895",24348,42619,3,103,2017 -"99896",24348,44819,3,103,2063 -"99897",24348,45461,3,103,2458 -"99898",24348,47293,2,103,929 -"99899",24348,47585,3,103,794 -"99900",24348,49965,2,103,2301 -"99901",24348,51414,2,103,929 -"99902",24348,52508,3,103,2337 -"99903",24348,53031,2,103,2065 -"99904",24348,55556,3,103,2075 -"99905",24348,55828,2,103,2393 -"99906",24348,57609,3,103,2717 -"99907",24348,58508,3,103,2326 -"99908",24348,63637,3,103,498 -"99909",24348,66756,3,103,1301 -"99910",24348,68390,3,103,2608 -"99911",24348,69017,3,103,1183 -"99912",24348,76127,3,103,910 -"99913",24348,82949,3,103,2077 -"99914",24348,85430,3,103,2370 -"99915",24348,86105,3,103,2226 -"99916",24348,89958,3,103,1186 -"99917",24348,90837,3,103,825 -"99918",24348,92592,3,103,486 -"99919",24348,93615,3,103,2386 -"99920",24348,94401,3,103,1784 -"99921",24348,95160,3,103,961 -"99922",24348,116478,3,103,293 -"99923",24362,212,3,1287,1513 -"99924",24362,803,3,1287,1666 -"99925",24362,1046,3,1287,1881 -"99926",24362,1262,3,1287,2973 -"99927",24362,1386,3,1287,1901 -"99928",24362,1495,3,1287,2046 -"99929",24362,1777,3,1287,1965 -"99930",24362,2036,3,1287,2483 -"99931",24362,2754,3,1287,1360 -"99932",24362,3242,3,1287,1730 -"99933",24362,3853,3,1287,2465 -"99934",24362,5462,3,1287,2374 -"99935",24362,5491,3,1287,2048 -"99936",24362,5504,3,1287,2389 -"99937",24362,5621,3,1287,1860 -"99938",24362,5725,3,1287,2789 -"99939",24362,6417,3,1287,1675 -"99940",24362,6588,3,1287,2025 -"99941",24362,6718,3,1287,2138 -"99942",24362,8533,3,1287,2251 -"99943",24362,8762,3,1287,2585 -"99944",24362,8888,3,1287,1328 -"99945",24362,9030,3,1287,1979 -"99946",24362,10148,3,1287,2964 -"99947",24362,10488,3,1287,1524 -"99948",24362,10779,3,1287,2881 -"99949",24362,11229,3,1287,1625 -"99950",24362,11602,3,1287,1493 -"99951",24362,13476,3,1287,1959 -"99952",24362,13732,2,1287,2789 -"99953",24362,13780,3,1287,2412 -"99954",24362,13929,2,1287,2693 -"99955",24362,14072,3,1287,1346 -"99956",24362,14189,1,1287,1483 -"99957",24362,14709,2,1287,1901 -"99958",24362,14888,3,1287,1411 -"99959",24362,14959,3,1287,2898 -"99960",24362,15343,3,1287,2125 -"99961",24362,15500,3,1287,1658 -"99962",24362,15700,3,1287,1712 -"99963",24362,16195,3,1287,2964 -"99964",24362,17549,3,1287,2647 -"99965",24362,17632,3,1287,1947 -"99966",24362,18151,3,1287,2962 -"99967",24362,18366,3,1287,2699 -"99968",24362,19872,3,1287,2913 -"99969",24362,21104,3,1287,2327 -"99970",24362,21417,3,1287,2422 -"99971",24362,21693,2,1287,2176 -"99972",24362,21795,2,1287,2653 -"99973",24362,22282,3,1287,1418 -"99974",24362,22326,2,1287,2818 -"99975",24362,22362,2,1287,1836 -"99976",24362,23508,2,1287,1907 -"99977",24362,23509,3,1287,2275 -"99978",24362,23641,3,1287,1934 -"99979",24362,23751,2,1287,1740 -"99980",24362,24146,1,1287,2003 -"99981",24362,24608,3,1287,1630 -"99982",24362,25305,3,1287,2447 -"99983",24362,26865,2,1287,2726 -"99984",24362,26867,3,1287,1804 -"99985",24362,26959,3,1287,1961 -"99986",24362,27849,3,1287,1316 -"99987",24362,28233,2,1287,1608 -"99988",24362,29791,3,1287,1986 -"99989",24362,30081,2,1287,2403 -"99990",24362,30173,3,1287,2404 -"99991",24362,30827,3,1287,2323 -"99992",24362,31799,3,1287,2547 -"99993",24362,32516,2,1287,2050 -"99994",24362,34327,3,1287,2959 -"99995",24362,34984,3,1287,2056 -"99996",24362,36559,3,1287,2473 -"99997",24362,36962,1,1287,2861 -"99998",24362,37333,2,1287,1612 -"99999",24362,38019,3,1287,1870 -"100000",24362,38908,2,1287,1787 -"100001",24362,40028,3,1287,1349 -"100002",24362,40931,3,1287,2301 -"100003",24362,41278,3,1287,1873 -"100004",24362,41402,3,1287,2313 -"100005",24362,41747,3,1287,1722 -"100006",24362,41872,3,1287,2974 -"100007",24362,42618,3,1287,2316 -"100008",24362,42687,3,1287,1952 -"100009",24362,43213,3,1287,2160 -"100010",24362,43839,3,1287,1685 -"100011",24362,46039,3,1287,1794 -"100012",24362,48820,3,1287,2769 -"100013",24362,48905,3,1287,1394 -"100014",24362,49032,3,1287,2469 -"100015",24362,49998,3,1287,2761 -"100016",24362,50118,3,1287,2654 -"100017",24362,50236,3,1287,2339 -"100018",24362,50252,3,1287,2001 -"100019",24362,51410,3,1287,2739 -"100020",24362,52136,3,1287,1412 -"100021",24362,53219,3,1287,2973 -"100022",24362,53630,3,1287,1565 -"100023",24362,54020,1,1287,1578 -"100024",24362,55691,3,1287,2856 -"100025",24362,56082,2,1287,2395 -"100026",24362,56317,3,1287,2030 -"100027",24362,57977,3,1287,2683 -"100028",24362,58035,3,1287,1646 -"100029",24362,58508,3,1287,2326 -"100030",24362,61719,3,1287,1515 -"100031",24362,65679,2,1287,1578 -"100032",24362,67264,3,1287,2790 -"100033",24362,70046,3,1287,2624 -"100034",24362,70217,3,1287,2332 -"100035",24362,71702,3,1287,2353 -"100036",24362,72122,3,1287,1436 -"100037",24362,72207,3,1287,2430 -"100038",24362,73266,3,1287,2496 -"100039",24362,75403,3,1287,1895 -"100040",24362,76342,2,1287,1429 -"100041",24362,77815,3,1287,2358 -"100042",24362,79088,2,1287,1369 -"100043",24362,81588,3,1287,1568 -"100044",24362,82949,3,1287,2077 -"100045",24362,84498,3,1287,1292 -"100046",24362,85058,3,1287,1311 -"100047",24362,85592,3,1287,1412 -"100048",24362,86799,3,1287,1951 -"100049",24362,99103,3,1287,1470 -"100050",24362,101338,3,1287,1319 -"100051",24362,101482,3,1287,1300 -"100052",24362,101797,3,1287,2357 -"100053",24393,19069,3,569,988 -"100054",24393,22057,3,569,974 -"100055",24393,24392,1,569,2719 -"100056",24393,29884,3,569,1239 -"100057",24393,35903,3,569,1434 -"100058",24393,58733,3,569,1958 -"100059",24393,95647,3,569,1172 -"100060",24405,613,3,1443,2687 -"100061",24405,997,3,1443,2788 -"100062",24405,1367,3,1443,2176 -"100063",24405,3011,3,1443,2278 -"100064",24405,3242,3,1443,1730 -"100065",24405,3711,3,1443,2360 -"100066",24405,4322,3,1443,1707 -"100067",24405,4696,3,1443,2656 -"100068",24405,5865,3,1443,1910 -"100069",24405,6241,1,1443,2264 -"100070",24405,7406,3,1443,1906 -"100071",24405,8419,3,1443,1956 -"100072",24405,8533,3,1443,2251 -"100073",24405,8621,3,1443,1681 -"100074",24405,10746,2,1443,1506 -"100075",24405,10859,1,1443,2231 -"100076",24405,12518,3,1443,2747 -"100077",24405,12542,3,1443,1888 -"100078",24405,17906,2,1443,1940 -"100079",24405,17983,2,1443,1931 -"100080",24405,19174,3,1443,1595 -"100081",24405,20271,3,1443,2044 -"100082",24405,20563,3,1443,2267 -"100083",24405,23460,3,1443,2183 -"100084",24405,24169,3,1443,1663 -"100085",24405,28285,3,1443,2972 -"100086",24405,28826,3,1443,2627 -"100087",24405,28892,3,1443,2023 -"100088",24405,33991,3,1443,2249 -"100089",24405,35069,2,1443,2069 -"100090",24405,35360,3,1443,2043 -"100091",24405,35854,3,1443,1676 -"100092",24405,35888,3,1443,2291 -"100093",24405,37915,3,1443,1905 -"100094",24405,39069,3,1443,1802 -"100095",24405,39278,2,1443,1952 -"100096",24405,40913,3,1443,1800 -"100097",24405,41607,3,1443,2802 -"100098",24405,45729,3,1443,2606 -"100099",24405,45886,3,1443,2449 -"100100",24405,46584,3,1443,1972 -"100101",24405,47362,3,1443,2253 -"100102",24405,49560,3,1443,1679 -"100103",24405,53342,2,1443,2071 -"100104",24405,55256,2,1443,2379 -"100105",24405,57405,3,1443,2344 -"100106",24405,62832,3,1443,2606 -"100107",24405,64502,3,1443,1670 -"100108",24405,68550,2,1443,1820 -"100109",24405,70046,3,1443,2624 -"100110",24405,81014,2,1443,1925 -"100111",24405,84790,3,1443,1708 -"100112",24405,84799,2,1443,2656 -"100113",24405,84942,3,1443,1467 -"100114",24405,85736,3,1443,1601 -"100115",24405,86107,3,1443,1960 -"100116",24405,93481,3,1443,2311 -"100117",24421,7616,3,1324,2296 -"100118",24421,16850,3,1324,1657 -"100119",24421,18670,3,1324,1835 -"100120",24421,22682,3,1324,2035 -"100121",24421,29089,3,1324,1344 -"100122",24421,29512,3,1324,1594 -"100123",24421,31705,2,1324,2706 -"100124",24421,44403,3,1324,2429 -"100125",24421,45545,3,1324,1776 -"100126",24421,52597,3,1324,1773 -"100127",24421,56168,3,1324,1466 -"100128",24421,63477,3,1324,1907 -"100129",24421,77155,3,1324,2946 -"100130",24421,77550,3,1324,1548 -"100131",24441,11135,2,2256,2441 -"100132",24441,15502,3,2256,2637 -"100133",24444,6062,2,1617,2681 -"100134",24444,11456,3,1617,2715 -"100135",24444,13760,3,1617,2871 -"100136",24444,18601,3,1617,2143 -"100137",24444,20496,2,1617,2530 -"100138",24444,24497,1,1617,1979 -"100139",24444,30322,3,1617,2346 -"100140",24444,30334,3,1617,2075 -"100141",24444,38263,2,1617,2475 -"100142",24444,43756,2,1617,2881 -"100143",24444,54929,3,1617,2783 -"100144",24444,56859,1,1617,2319 -"100145",24444,62739,2,1617,2753 -"100146",24444,72088,2,1617,2728 -"100147",24448,455,3,2289,2827 -"100148",24448,2424,3,2289,2582 -"100149",24448,2684,3,2289,2874 -"100150",24448,2954,3,2289,2727 -"100151",24448,6192,3,2289,2409 -"100152",24448,6390,3,2289,2385 -"100153",24448,7515,3,2289,2737 -"100154",24448,9184,3,2289,2670 -"100155",24448,9362,3,2289,2879 -"100156",24448,9893,3,2289,2701 -"100157",24448,10871,3,2289,2314 -"100158",24448,12528,2,2289,2589 -"100159",24448,14652,3,2289,2516 -"100160",24448,18543,3,2289,2968 -"100161",24448,19208,3,2289,2629 -"100162",24448,19248,3,2289,2357 -"100163",24448,22567,3,2289,2396 -"100164",24448,23132,3,2289,2756 -"100165",24448,27275,2,2289,2656 -"100166",24448,27390,2,2289,2425 -"100167",24448,30052,2,2289,2855 -"100168",24448,30906,3,2289,2537 -"100169",24448,31235,2,2289,2668 -"100170",24448,38780,3,2289,2705 -"100171",24448,40383,3,2289,2639 -"100172",24448,40756,3,2289,2329 -"100173",24448,42196,3,2289,2765 -"100174",24448,42799,3,2289,2729 -"100175",24448,45302,3,2289,2390 -"100176",24448,47445,3,2289,2668 -"100177",24448,51041,3,2289,2606 -"100178",24448,51866,3,2289,2411 -"100179",24448,53219,3,2289,2973 -"100180",24448,54695,3,2289,2429 -"100181",24448,57544,3,2289,2443 -"100182",24448,65016,3,2289,2749 -"100183",24448,66413,3,2289,2507 -"100184",24448,67652,1,2289,2736 -"100185",24448,73305,3,2289,2544 -"100186",24448,76892,3,2289,2381 -"100187",24456,145,3,1238,1998 -"100188",24456,160,3,1238,2007 -"100189",24456,316,3,1238,2413 -"100190",24456,1523,3,1238,2048 -"100191",24456,2979,3,1238,2912 -"100192",24456,4929,3,1238,2240 -"100193",24456,6449,3,1238,1997 -"100194",24456,6821,3,1238,1788 -"100195",24456,7337,3,1238,1797 -"100196",24456,8842,3,1238,2535 -"100197",24456,8890,3,1238,1955 -"100198",24456,9175,3,1238,2639 -"100199",24456,9331,1,1238,2269 -"100200",24456,9423,2,1238,1708 -"100201",24456,10050,2,1238,1792 -"100202",24456,10310,3,1238,2774 -"100203",24456,12081,3,1238,2166 -"100204",24456,13043,3,1238,1295 -"100205",24456,14918,3,1238,2071 -"100206",24456,17351,2,1238,2036 -"100207",24456,17549,1,1238,2647 -"100208",24456,17632,2,1238,1947 -"100209",24456,17938,3,1238,1410 -"100210",24456,18670,3,1238,1835 -"100211",24456,19208,3,1238,2629 -"100212",24456,19605,3,1238,2395 -"100213",24456,20331,3,1238,2365 -"100214",24456,21079,3,1238,1997 -"100215",24456,21960,3,1238,1517 -"100216",24456,27379,3,1238,2461 -"100217",24456,27642,3,1238,1531 -"100218",24456,31117,2,1238,2210 -"100219",24456,34120,3,1238,2786 -"100220",24456,38307,3,1238,2648 -"100221",24456,39464,3,1238,2314 -"100222",24456,41900,3,1238,1970 -"100223",24456,41945,3,1238,2856 -"100224",24456,44688,2,1238,2924 -"100225",24456,44894,3,1238,2048 -"100226",24456,45239,3,1238,2535 -"100227",24456,46042,3,1238,1692 -"100228",24456,47789,3,1238,1583 -"100229",24456,49470,2,1238,1528 -"100230",24456,50480,3,1238,2701 -"100231",24456,54020,3,1238,1578 -"100232",24456,61541,3,1238,2699 -"100233",24456,65679,3,1238,1578 -"100234",24456,70573,3,1238,1993 -"100235",24456,74134,3,1238,1566 -"100236",24456,77815,3,1238,2358 -"100237",24482,51157,3,1649,2319 -"100238",24497,6062,1,1979,2681 -"100239",24497,11218,3,1979,2292 -"100240",24497,11456,2,1979,2715 -"100241",24497,13760,2,1979,2871 -"100242",24497,18601,2,1979,2143 -"100243",24497,20496,2,1979,2530 -"100244",24497,22410,3,1979,2158 -"100245",24497,29004,3,1979,2596 -"100246",24497,30322,3,1979,2346 -"100247",24497,30334,2,1979,2075 -"100248",24497,37636,3,1979,2178 -"100249",24497,38263,2,1979,2475 -"100250",24497,43756,3,1979,2881 -"100251",24497,47529,3,1979,2914 -"100252",24497,51783,3,1979,2599 -"100253",24497,54929,2,1979,2783 -"100254",24497,54983,3,1979,2407 -"100255",24497,56859,2,1979,2319 -"100256",24497,62739,3,1979,2753 -"100257",24497,68286,3,1979,2442 -"100258",24497,72088,3,1979,2728 -"100259",24511,468,2,1871,1966 -"100260",24511,1386,2,1871,1901 -"100261",24511,3695,3,1871,2612 -"100262",24511,4634,3,1871,2291 -"100263",24511,5491,3,1871,2048 -"100264",24511,5816,3,1871,2408 -"100265",24511,7078,3,1871,2344 -"100266",24511,7394,2,1871,2615 -"100267",24511,10558,3,1871,2312 -"100268",24511,10717,3,1871,1938 -"100269",24511,11456,3,1871,2715 -"100270",24511,12035,1,1871,2721 -"100271",24511,12042,3,1871,2345 -"100272",24511,12703,3,1871,2689 -"100273",24511,12943,3,1871,1902 -"100274",24511,14490,2,1871,2291 -"100275",24511,15301,3,1871,2308 -"100276",24511,17400,3,1871,2231 -"100277",24511,18151,3,1871,2962 -"100278",24511,21795,3,1871,2653 -"100279",24511,26100,3,1871,1966 -"100280",24511,29791,3,1871,1986 -"100281",24511,30081,3,1871,2403 -"100282",24511,31251,3,1871,2498 -"100283",24511,34327,3,1871,2959 -"100284",24511,36950,2,1871,2204 -"100285",24512,457,3,1369,1704 -"100286",24512,600,3,1369,1702 -"100287",24512,854,2,1369,2307 -"100288",24512,915,3,1369,1793 -"100289",24512,952,3,1369,1991 -"100290",24512,1175,3,1369,1642 -"100291",24512,1323,3,1369,1659 -"100292",24512,2407,3,1369,1725 -"100293",24512,2704,3,1369,2609 -"100294",24512,3163,2,1369,2020 -"100295",24512,3164,2,1369,2693 -"100296",24512,3495,3,1369,2431 -"100297",24512,3716,3,1369,1679 -"100298",24512,3801,3,1369,1974 -"100299",24512,4504,1,1369,1905 -"100300",24512,5315,3,1369,2631 -"100301",24512,5971,3,1369,1985 -"100302",24512,6030,3,1369,2953 -"100303",24512,7616,3,1369,2296 -"100304",24512,7942,2,1369,2623 -"100305",24512,8865,3,1369,2394 -"100306",24512,9272,3,1369,2835 -"100307",24512,10148,3,1369,2964 -"100308",24512,10779,3,1369,2881 -"100309",24512,11103,3,1369,2393 -"100310",24512,11966,3,1369,2385 -"100311",24512,12122,3,1369,1385 -"100312",24512,12948,3,1369,2669 -"100313",24512,14328,3,1369,1725 -"100314",24512,14754,3,1369,2456 -"100315",24512,15546,3,1369,2055 -"100316",24512,15560,3,1369,2257 -"100317",24512,15607,3,1369,1421 -"100318",24512,16176,3,1369,2703 -"100319",24512,16539,2,1369,1947 -"100320",24512,16866,3,1369,2718 -"100321",24512,17943,3,1369,1943 -"100322",24512,18735,3,1369,1581 -"100323",24512,18865,3,1369,2676 -"100324",24512,19072,3,1369,2358 -"100325",24512,19208,3,1369,2629 -"100326",24512,19605,3,1369,2395 -"100327",24512,20162,3,1369,2328 -"100328",24512,20284,2,1369,2530 -"100329",24512,20292,3,1369,2755 -"100330",24512,21571,3,1369,2755 -"100331",24512,21682,3,1369,2414 -"100332",24512,22403,3,1369,1630 -"100333",24512,22566,3,1369,2308 -"100334",24512,23508,3,1369,1907 -"100335",24512,23918,3,1369,1881 -"100336",24512,25443,3,1369,1441 -"100337",24512,26234,3,1369,2183 -"100338",24512,27320,3,1369,2378 -"100339",24512,28050,3,1369,1955 -"100340",24512,28168,3,1369,2702 -"100341",24512,29454,3,1369,2719 -"100342",24512,30236,2,1369,2238 -"100343",24512,30883,3,1369,1629 -"100344",24512,30906,3,1369,2537 -"100345",24512,32567,3,1369,2784 -"100346",24512,34216,3,1369,2832 -"100347",24512,34648,3,1369,1596 -"100348",24512,35903,3,1369,1434 -"100349",24512,36574,3,1369,2934 -"100350",24512,37301,3,1369,2160 -"100351",24512,37752,3,1369,2223 -"100352",24512,38732,2,1369,2263 -"100353",24512,41023,3,1369,2408 -"100354",24512,41447,3,1369,2405 -"100355",24512,41664,3,1369,2641 -"100356",24512,41764,3,1369,2409 -"100357",24512,43769,3,1369,2394 -"100358",24512,44521,3,1369,1593 -"100359",24512,45869,3,1369,2840 -"100360",24512,46596,3,1369,1942 -"100361",24512,50480,3,1369,2701 -"100362",24512,55076,3,1369,2408 -"100363",24512,56910,3,1369,2705 -"100364",24512,57714,2,1369,1391 -"100365",24512,57760,3,1369,1721 -"100366",24512,58233,3,1369,1665 -"100367",24512,58733,3,1369,1958 -"100368",24512,59726,3,1369,1513 -"100369",24512,62488,3,1369,1418 -"100370",24512,63077,3,1369,2778 -"100371",24512,63395,3,1369,2334 -"100372",24512,67266,3,1369,2010 -"100373",24512,82426,3,1369,1576 -"100374",24512,94500,3,1369,1529 -"100375",24520,49147,3,2196,2539 -"100376",24520,53362,3,2196,2360 -"100377",24520,55775,3,2196,2385 -"100378",24522,601,3,158,702 -"100379",24522,675,3,158,1686 -"100380",24522,854,3,158,2307 -"100381",24522,937,3,158,408 -"100382",24522,1127,3,158,1188 -"100383",24522,1130,2,158,1566 -"100384",24522,1136,3,158,2536 -"100385",24522,1364,3,158,859 -"100386",24522,2269,3,158,984 -"100387",24522,2300,3,158,565 -"100388",24522,2325,2,158,1641 -"100389",24522,2484,3,158,2389 -"100390",24522,2894,2,158,1291 -"100391",24522,5392,3,158,1648 -"100392",24522,5615,3,158,1105 -"100393",24522,5714,3,158,534 -"100394",24522,5785,3,158,1261 -"100395",24522,5846,3,158,271 -"100396",24522,6030,3,158,2953 -"100397",24522,6222,2,158,1949 -"100398",24522,6366,3,158,798 -"100399",24522,6417,3,158,1675 -"100400",24522,6914,3,158,2668 -"100401",24522,7861,3,158,1647 -"100402",24522,8470,3,158,288 -"100403",24522,9311,3,158,2477 -"100404",24522,10857,3,158,2253 -"100405",24522,10939,3,158,1376 -"100406",24522,11208,3,158,1161 -"100407",24522,11440,3,158,2026 -"100408",24522,11576,3,158,808 -"100409",24522,11662,3,158,1139 -"100410",24522,11694,3,158,1564 -"100411",24522,12388,3,158,1975 -"100412",24522,13967,3,158,1354 -"100413",24522,14072,3,158,1346 -"100414",24522,14959,2,158,2898 -"100415",24522,15453,3,158,1688 -"100416",24522,15636,3,158,2857 -"100417",24522,15930,3,158,2541 -"100418",24522,16111,3,158,1714 -"100419",24522,16539,3,158,1947 -"100420",24522,17520,3,158,2276 -"100421",24522,18394,3,158,2356 -"100422",24522,19637,3,158,1229 -"100423",24522,20067,3,158,2390 -"100424",24522,21133,3,158,1320 -"100425",24522,21138,3,158,2849 -"100426",24522,22639,3,158,2352 -"100427",24522,23509,3,158,2275 -"100428",24522,23787,3,158,2810 -"100429",24522,25129,3,158,2647 -"100430",24522,25341,3,158,1858 -"100431",24522,25680,3,158,1618 -"100432",24522,26282,2,158,1241 -"100433",24522,26342,3,158,527 -"100434",24522,26766,3,158,1161 -"100435",24522,28131,3,158,1492 -"100436",24522,29095,2,158,2531 -"100437",24522,29115,3,158,1047 -"100438",24522,29314,3,158,2736 -"100439",24522,30150,3,158,1704 -"100440",24522,30883,2,158,1629 -"100441",24522,31700,3,158,2727 -"100442",24522,32567,3,158,2784 -"100443",24522,34480,2,158,2755 -"100444",24522,34509,3,158,1973 -"100445",24522,35235,3,158,2610 -"100446",24522,35481,3,158,2211 -"100447",24522,35529,3,158,1620 -"100448",24522,38694,2,158,817 -"100449",24522,38921,2,158,1880 -"100450",24522,39271,3,158,399 -"100451",24522,39431,3,158,1460 -"100452",24522,40028,3,158,1349 -"100453",24522,41682,3,158,1988 -"100454",24522,41945,3,158,2856 -"100455",24522,42264,3,158,1702 -"100456",24522,42474,3,158,2322 -"100457",24522,44885,3,158,2670 -"100458",24522,44899,3,158,2386 -"100459",24522,47715,3,158,2111 -"100460",24522,49962,3,158,572 -"100461",24522,50252,3,158,2001 -"100462",24522,50269,3,158,1966 -"100463",24522,50487,3,158,744 -"100464",24522,51052,2,158,2784 -"100465",24522,51410,3,158,2739 -"100466",24522,51471,3,158,1280 -"100467",24522,54551,3,158,2348 -"100468",24522,56082,3,158,2395 -"100469",24522,58035,3,158,1646 -"100470",24522,60862,3,158,1215 -"100471",24522,62538,3,158,1656 -"100472",24522,67216,1,158,984 -"100473",24522,68299,3,158,866 -"100474",24522,70203,2,158,2756 -"100475",24522,70605,3,158,1176 -"100476",24522,74731,3,158,853 -"100477",24522,79612,3,158,927 -"100478",24522,81482,3,158,908 -"100479",24522,85794,3,158,679 -"100480",24522,88347,3,158,793 -"100481",24522,94850,3,158,408 -"100482",24522,105685,3,158,2469 -"100483",24522,117679,3,158,535 -"100484",24522,119820,3,158,296 -"100485",24558,380,3,2139,2261 -"100486",24558,1102,3,2139,2282 -"100487",24558,2424,3,2139,2582 -"100488",24558,6074,3,2139,2426 -"100489",24558,9175,1,2139,2639 -"100490",24558,9331,3,2139,2269 -"100491",24558,12081,3,2139,2166 -"100492",24558,12374,3,2139,2260 -"100493",24558,14972,3,2139,2332 -"100494",24558,15729,3,2139,2338 -"100495",24558,17549,3,2139,2647 -"100496",24558,24060,3,2139,2349 -"100497",24558,26671,1,2139,2279 -"100498",24558,31159,3,2139,2231 -"100499",24558,39189,3,2139,2319 -"100500",24558,39464,3,2139,2314 -"100501",24558,41945,3,2139,2856 -"100502",24558,42783,3,2139,2338 -"100503",24558,44688,3,2139,2924 -"100504",24558,45239,2,2139,2535 -"100505",24558,45302,3,2139,2390 -"100506",24558,50134,2,2139,2674 -"100507",24558,52892,3,2139,2372 -"100508",24558,117080,3,2139,2357 -"100509",24559,270,3,946,2542 -"100510",24559,1124,3,946,1596 -"100511",24559,1315,3,946,2760 -"100512",24559,3139,3,946,1656 -"100513",24559,5971,3,946,1985 -"100514",24559,6162,3,946,1673 -"100515",24559,6588,3,946,2025 -"100516",24559,9702,3,946,1928 -"100517",24559,10488,3,946,1524 -"100518",24559,10523,3,946,1510 -"100519",24559,12374,3,946,2260 -"100520",24559,15453,3,946,1688 -"100521",24559,16352,3,946,2657 -"100522",24559,18394,3,946,2356 -"100523",24559,19096,3,946,1538 -"100524",24559,20311,3,946,1981 -"100525",24559,21345,3,946,2449 -"100526",24559,23312,1,946,2449 -"100527",24559,23534,3,946,1659 -"100528",24559,25480,3,946,2747 -"100529",24559,26524,3,946,982 -"100530",24559,26867,3,946,1804 -"100531",24559,27427,3,946,2325 -"100532",24559,30405,3,946,2164 -"100533",24559,32131,3,946,1035 -"100534",24559,37108,3,946,1202 -"100535",24559,39512,3,946,2644 -"100536",24559,40028,3,946,1349 -"100537",24559,40072,3,946,1182 -"100538",24559,43518,3,946,2680 -"100539",24559,44521,3,946,1593 -"100540",24559,46040,3,946,2105 -"100541",24559,47877,3,946,2970 -"100542",24559,48283,3,946,1290 -"100543",24559,49606,3,946,2800 -"100544",24559,50236,2,946,2339 -"100545",24559,50977,3,946,2352 -"100546",24559,51243,3,946,1389 -"100547",24559,52345,3,946,1430 -"100548",24559,53120,2,946,975 -"100549",24559,53303,3,946,1376 -"100550",24559,54879,3,946,2210 -"100551",24559,56082,3,946,2395 -"100552",24559,56237,3,946,2625 -"100553",24559,67690,3,946,1902 -"100554",24559,72326,3,946,2384 -"100555",24559,81563,2,946,1188 -"100556",24568,135,3,1937,2233 -"100557",24568,145,2,1937,1998 -"100558",24568,270,3,1937,2542 -"100559",24568,279,3,1937,1989 -"100560",24568,312,3,1937,2038 -"100561",24568,455,3,1937,2827 -"100562",24568,470,2,1937,2285 -"100563",24568,913,1,1937,2144 -"100564",24568,1102,3,1937,2282 -"100565",24568,1136,3,1937,2536 -"100566",24568,1367,3,1937,2176 -"100567",24568,1616,3,1937,2662 -"100568",24568,1691,3,1937,1941 -"100569",24568,2424,3,1937,2582 -"100570",24568,2484,3,1937,2389 -"100571",24568,2625,3,1937,2152 -"100572",24568,2954,3,1937,2727 -"100573",24568,3161,3,1937,2229 -"100574",24568,4084,2,1937,2133 -"100575",24568,4430,3,1937,2019 -"100576",24568,4567,3,1937,2348 -"100577",24568,4687,3,1937,2152 -"100578",24568,5235,3,1937,2324 -"100579",24568,5315,3,1937,2631 -"100580",24568,5429,3,1937,1991 -"100581",24568,5504,3,1937,2389 -"100582",24568,6047,3,1937,2004 -"100583",24568,6052,3,1937,1985 -"100584",24568,6222,3,1937,1949 -"100585",24568,6390,3,1937,2385 -"100586",24568,6718,3,1937,2138 -"100587",24568,7245,2,1937,2089 -"100588",24568,7515,2,1937,2737 -"100589",24568,7847,3,1937,2424 -"100590",24568,7992,3,1937,2033 -"100591",24568,8533,3,1937,2251 -"100592",24568,9184,2,1937,2670 -"100593",24568,9311,2,1937,2477 -"100594",24568,9362,3,1937,2879 -"100595",24568,10358,3,1937,2294 -"100596",24568,10433,2,1937,2075 -"100597",24568,10843,3,1937,2277 -"100598",24568,11103,3,1937,2393 -"100599",24568,11493,3,1937,2077 -"100600",24568,12528,3,1937,2589 -"100601",24568,12602,2,1937,1956 -"100602",24568,12618,3,1937,2021 -"100603",24568,12728,3,1937,2374 -"100604",24568,12778,3,1937,2045 -"100605",24568,14032,3,1937,2144 -"100606",24568,14652,3,1937,2516 -"100607",24568,14959,3,1937,2898 -"100608",24568,15626,3,1937,2434 -"100609",24568,16352,3,1937,2657 -"100610",24568,17520,3,1937,2276 -"100611",24568,18315,2,1937,2720 -"100612",24568,18394,3,1937,2356 -"100613",24568,18415,3,1937,2184 -"100614",24568,18543,3,1937,2968 -"100615",24568,19248,3,1937,2357 -"100616",24568,19322,2,1937,2048 -"100617",24568,19719,3,1937,2177 -"100618",24568,20407,3,1937,2339 -"100619",24568,20563,3,1937,2267 -"100620",24568,21248,3,1937,2232 -"100621",24568,21693,3,1937,2176 -"100622",24568,22566,3,1937,2308 -"100623",24568,22567,3,1937,2396 -"100624",24568,23132,2,1937,2756 -"100625",24568,23310,3,1937,2371 -"100626",24568,23705,3,1937,2699 -"100627",24568,24256,3,1937,2393 -"100628",24568,24448,2,1937,2289 -"100629",24568,25198,3,1937,1982 -"100630",24568,25816,3,1937,2088 -"100631",24568,27195,3,1937,2158 -"100632",24568,27275,2,1937,2656 -"100633",24568,27390,2,1937,2425 -"100634",24568,27391,3,1937,2378 -"100635",24568,28101,3,1937,1949 -"100636",24568,29095,3,1937,2531 -"100637",24568,29308,2,1937,2094 -"100638",24568,29930,2,1937,2240 -"100639",24568,30052,3,1937,2855 -"100640",24568,30906,3,1937,2537 -"100641",24568,31235,2,1937,2668 -"100642",24568,32503,3,1937,2020 -"100643",24568,33433,3,1937,2805 -"100644",24568,33622,3,1937,2230 -"100645",24568,33801,3,1937,2899 -"100646",24568,34707,3,1937,2042 -"100647",24568,34735,3,1937,2767 -"100648",24568,35256,3,1937,2271 -"100649",24568,36439,3,1937,2469 -"100650",24568,38780,3,1937,2705 -"100651",24568,39189,3,1937,2319 -"100652",24568,40383,3,1937,2639 -"100653",24568,40756,3,1937,2329 -"100654",24568,41955,3,1937,2479 -"100655",24568,42687,3,1937,1952 -"100656",24568,42799,3,1937,2729 -"100657",24568,44135,3,1937,2620 -"100658",24568,44744,3,1937,2032 -"100659",24568,45633,2,1937,2134 -"100660",24568,47445,3,1937,2668 -"100661",24568,51041,3,1937,2606 -"100662",24568,51831,3,1937,2427 -"100663",24568,51925,2,1937,2307 -"100664",24568,52576,3,1937,2234 -"100665",24568,53323,3,1937,2677 -"100666",24568,53475,3,1937,2853 -"100667",24568,53608,3,1937,1986 -"100668",24568,53742,3,1937,2337 -"100669",24568,56317,3,1937,2030 -"100670",24568,57544,3,1937,2443 -"100671",24568,59113,3,1937,2434 -"100672",24568,62219,2,1937,2494 -"100673",24568,62840,3,1937,2502 -"100674",24568,64997,3,1937,2791 -"100675",24568,65691,3,1937,2134 -"100676",24568,66413,2,1937,2507 -"100677",24568,67652,3,1937,2736 -"100678",24568,68810,3,1937,2409 -"100679",24568,69165,3,1937,2340 -"100680",24568,73305,2,1937,2544 -"100681",24568,74636,3,1937,2525 -"100682",24568,76892,3,1937,2381 -"100683",24568,79804,2,1937,2227 -"100684",24568,82949,3,1937,2077 -"100685",24568,83907,3,1937,2056 -"100686",24568,92322,3,1937,2393 -"100687",24579,31799,3,1394,2547 -"100688",24579,48820,3,1394,2769 -"100689",24579,72334,3,1394,2820 -"100690",24586,36862,2,2465,2655 -"100691",24586,38885,3,2465,2720 -"100692",24586,92757,3,2465,2615 -"100693",24586,117956,2,2465,2774 -"100694",24608,841,3,1630,2964 -"100695",24608,1262,3,1630,2973 -"100696",24608,1386,2,1630,1901 -"100697",24608,3198,3,1630,1797 -"100698",24608,3397,3,1630,2126 -"100699",24608,3409,3,1630,2167 -"100700",24608,3453,3,1630,2126 -"100701",24608,3695,3,1630,2612 -"100702",24608,5491,3,1630,2048 -"100703",24608,7078,3,1630,2344 -"100704",24608,7394,3,1630,2615 -"100705",24608,13732,3,1630,2789 -"100706",24608,14709,2,1630,1901 -"100707",24608,15343,2,1630,2125 -"100708",24608,18151,3,1630,2962 -"100709",24608,18366,3,1630,2699 -"100710",24608,19872,3,1630,2913 -"100711",24608,21417,2,1630,2422 -"100712",24608,21795,2,1630,2653 -"100713",24608,26865,2,1630,2726 -"100714",24608,29791,3,1630,1986 -"100715",24608,30081,3,1630,2403 -"100716",24608,32761,2,1630,2680 -"100717",24608,34311,2,1630,2213 -"100718",24608,34327,2,1630,2959 -"100719",24608,36950,3,1630,2204 -"100720",24608,42618,3,1630,2316 -"100721",24608,44235,3,1630,2700 -"100722",24608,45664,3,1630,2235 -"100723",24608,47840,3,1630,2509 -"100724",24608,70046,3,1630,2624 -"100725",24608,73266,3,1630,2496 -"100726",24608,86730,3,1630,1780 -"100727",24608,90501,3,1630,2380 -"100728",24610,54819,3,2733,2782 -"100729",24612,270,3,1875,2542 -"100730",24612,1315,3,1875,2760 -"100731",24612,2424,2,1875,2582 -"100732",24612,2533,3,1875,2016 -"100733",24612,3305,3,1875,2839 -"100734",24612,3430,2,1875,2498 -"100735",24612,9362,3,1875,2879 -"100736",24612,12901,2,1875,2136 -"100737",24612,12982,3,1875,2143 -"100738",24612,13324,3,1875,2163 -"100739",24612,15813,3,1875,2143 -"100740",24612,19719,3,1875,2177 -"100741",24612,21285,2,1875,2100 -"100742",24612,25577,3,1875,1946 -"100743",24612,26749,3,1875,2965 -"100744",24612,43455,3,1875,2846 -"100745",24612,44654,3,1875,2916 -"100746",24612,46040,2,1875,2105 -"100747",24612,46629,3,1875,2255 -"100748",24612,51089,3,1875,2426 -"100749",24612,52024,2,1875,2500 -"100750",24612,52576,3,1875,2234 -"100751",24612,53604,3,1875,2489 -"100752",24612,56317,3,1875,2030 -"100753",24612,58365,3,1875,1902 -"100754",24612,58508,3,1875,2326 -"100755",24612,61982,3,1875,2725 -"100756",24612,70203,3,1875,2756 -"100757",24612,76892,3,1875,2381 -"100758",24612,82949,3,1875,2077 -"100759",24612,87837,3,1875,1987 -"100760",24612,89181,3,1875,1910 -"100761",24612,92513,3,1875,2282 -"100762",24615,267,2,229,2631 -"100763",24615,600,3,229,1702 -"100764",24615,915,3,229,1793 -"100765",24615,2407,2,229,1725 -"100766",24615,2440,3,229,836 -"100767",24615,4001,3,229,1687 -"100768",24615,4504,3,229,1905 -"100769",24615,4821,3,229,1938 -"100770",24615,5484,3,229,582 -"100771",24615,6192,2,229,2409 -"100772",24615,6208,3,229,2361 -"100773",24615,8274,3,229,1909 -"100774",24615,9202,3,229,2477 -"100775",24615,9331,3,229,2269 -"100776",24615,10974,3,229,896 -"100777",24615,11651,3,229,526 -"100778",24615,13899,3,229,2650 -"100779",24615,15444,3,229,2764 -"100780",24615,15546,2,229,2055 -"100781",24615,15556,1,229,270 -"100782",24615,16866,2,229,2718 -"100783",24615,17351,3,229,2036 -"100784",24615,17457,3,229,589 -"100785",24615,17632,3,229,1947 -"100786",24615,18013,3,229,1625 -"100787",24615,18122,2,229,894 -"100788",24615,18865,2,229,2676 -"100789",24615,19208,2,229,2629 -"100790",24615,19605,2,229,2395 -"100791",24615,20176,3,229,1050 -"100792",24615,21248,3,229,2232 -"100793",24615,22207,2,229,2365 -"100794",24615,22682,3,229,2035 -"100795",24615,23918,3,229,1881 -"100796",24615,24512,3,229,1369 -"100797",24615,26642,3,229,2952 -"100798",24615,27628,3,229,2389 -"100799",24615,28525,3,229,1273 -"100800",24615,28904,3,229,926 -"100801",24615,29454,3,229,2719 -"100802",24615,30967,3,229,818 -"100803",24615,31705,3,229,2706 -"100804",24615,34945,3,229,1298 -"100805",24615,36270,3,229,2910 -"100806",24615,37332,3,229,1891 -"100807",24615,40565,2,229,2115 -"100808",24615,41739,3,229,1339 -"100809",24615,41764,3,229,2409 -"100810",24615,42725,3,229,630 -"100811",24615,42813,3,229,2142 -"100812",24615,44403,2,229,2429 -"100813",24615,44688,3,229,2924 -"100814",24615,45329,3,229,1693 -"100815",24615,45449,3,229,1610 -"100816",24615,47789,3,229,1583 -"100817",24615,50480,2,229,2701 -"100818",24615,51610,3,229,2635 -"100819",24615,54737,3,229,326 -"100820",24615,56910,2,229,2705 -"100821",24615,57129,3,229,1858 -"100822",24615,63395,2,229,2334 -"100823",24615,68979,3,229,1173 -"100824",24615,69215,3,229,1591 -"100825",24615,69250,3,229,1439 -"100826",24615,70455,3,229,1307 -"100827",24615,74204,3,229,2463 -"100828",24615,76607,3,229,747 -"100829",24615,77550,3,229,1548 -"100830",24615,80979,3,229,1142 -"100831",24615,82270,2,229,1641 -"100832",24615,83218,3,229,1537 -"100833",24615,83334,3,229,1708 -"100834",24615,96671,3,229,359 -"100835",24615,101347,3,229,1335 -"100836",24615,106690,3,229,901 -"100837",24615,110399,3,229,480 -"100838",24648,470,3,1833,2285 -"100839",24648,823,3,1833,2840 -"100840",24648,1226,1,1833,2353 -"100841",24648,1386,3,1833,1901 -"100842",24648,2195,1,1833,2139 -"100843",24648,2712,2,1833,1881 -"100844",24648,4289,3,1833,1921 -"100845",24648,5239,3,1833,2875 -"100846",24648,5622,3,1833,2175 -"100847",24648,9828,3,1833,2085 -"100848",24648,10857,3,1833,2253 -"100849",24648,12729,3,1833,1835 -"100850",24648,12982,3,1833,2143 -"100851",24648,14507,2,1833,2686 -"100852",24648,17400,3,1833,2231 -"100853",24648,17852,3,1833,2840 -"100854",24648,18670,3,1833,1835 -"100855",24648,22331,3,1833,2687 -"100856",24648,24825,1,1833,2686 -"100857",24648,25198,3,1833,1982 -"100858",24648,29295,3,1833,2043 -"100859",24648,31159,3,1833,2231 -"100860",24648,31307,3,1833,2139 -"100861",24648,33160,3,1833,2441 -"100862",24648,35360,2,1833,2043 -"100863",24648,37915,3,1833,1905 -"100864",24648,45684,3,1833,2200 -"100865",24648,45704,3,1833,2687 -"100866",24648,53219,3,1833,2973 -"100867",24648,54551,3,1833,2348 -"100868",24648,57977,3,1833,2683 -"100869",24721,6074,3,2326,2426 -"100870",24721,8327,3,2326,2527 -"100871",24721,12042,3,2326,2345 -"100872",24721,13601,2,2326,2689 -"100873",24721,17365,3,2326,2746 -"100874",24721,17790,2,2326,2783 -"100875",24721,20657,3,2326,2340 -"100876",24721,24060,3,2326,2349 -"100877",24721,25480,3,2326,2747 -"100878",24721,25610,2,2326,2328 -"100879",24721,33433,3,2326,2805 -"100880",24721,33475,3,2326,2367 -"100881",24721,41945,3,2326,2856 -"100882",24721,43455,3,2326,2846 -"100883",24721,44768,3,2326,2516 -"100884",24721,45302,3,2326,2390 -"100885",24721,51089,3,2326,2426 -"100886",24721,51866,2,2326,2411 -"100887",24721,52570,3,2326,2645 -"100888",24722,316,3,341,2413 -"100889",24722,2057,3,341,1965 -"100890",24722,2798,3,341,1673 -"100891",24722,4612,3,341,2804 -"100892",24722,9227,3,341,1267 -"100893",24722,9481,3,341,1610 -"100894",24722,9503,3,341,2453 -"100895",24722,9787,3,341,2858 -"100896",24722,10336,3,341,2271 -"100897",24722,10387,3,341,871 -"100898",24722,10453,2,341,1656 -"100899",24722,12475,3,341,588 -"100900",24722,14749,3,341,1998 -"100901",24722,16501,3,341,1650 -"100902",24722,18965,2,341,2315 -"100903",24722,19380,3,341,2637 -"100904",24722,20220,3,341,1656 -"100905",24722,20395,3,341,1468 -"100906",24722,22364,3,341,1809 -"100907",24722,24176,3,341,1986 -"100908",24722,25163,3,341,1751 -"100909",24722,29286,2,341,1612 -"100910",24722,31444,3,341,511 -"100911",24722,33870,3,341,955 -"100912",24722,35709,3,341,464 -"100913",24722,36912,3,341,2469 -"100914",24722,40035,3,341,2742 -"100915",24722,44566,3,341,1626 -"100916",24722,44786,3,341,1096 -"100917",24722,46486,3,341,1868 -"100918",24722,46532,3,341,2005 -"100919",24722,49309,2,341,575 -"100920",24722,50229,3,341,1190 -"100921",24722,50354,3,341,1299 -"100922",24722,53739,3,341,2704 -"100923",24722,53924,3,341,1289 -"100924",24722,59670,2,341,1173 -"100925",24722,61337,3,341,2777 -"100926",24722,67963,2,341,806 -"100927",24722,68539,2,341,1158 -"100928",24722,72597,3,341,1843 -"100929",24722,78650,2,341,592 -"100930",24722,79420,3,341,1061 -"100931",24722,94625,3,341,2105 -"100932",24722,104828,3,341,1609 -"100933",24734,388,3,338,1594 -"100934",24734,1150,3,338,1595 -"100935",24734,1560,2,338,2013 -"100936",24734,3403,3,338,2951 -"100937",24734,3405,3,338,2438 -"100938",24734,4932,3,338,2752 -"100939",24734,5168,1,338,629 -"100940",24734,6132,3,338,1590 -"100941",24734,7206,3,338,1959 -"100942",24734,8140,3,338,1262 -"100943",24734,8525,3,338,1787 -"100944",24734,9063,3,338,2000 -"100945",24734,9716,3,338,1929 -"100946",24734,10200,3,338,2920 -"100947",24734,10279,3,338,886 -"100948",24734,11429,3,338,2520 -"100949",24734,12973,3,338,1569 -"100950",24734,14586,3,338,2801 -"100951",24734,15916,2,338,1236 -"100952",24734,16593,3,338,1139 -"100953",24734,19687,3,338,2072 -"100954",24734,22571,3,338,655 -"100955",24734,24086,1,338,2663 -"100956",24734,24860,1,338,1204 -"100957",24734,26513,2,338,2205 -"100958",24734,27255,2,338,1232 -"100959",24734,28893,3,338,2764 -"100960",24734,28914,3,338,580 -"100961",24734,31159,3,338,2231 -"100962",24734,31170,3,338,1776 -"100963",24734,31295,3,338,2183 -"100964",24734,31541,3,338,1500 -"100965",24734,32339,3,338,2430 -"100966",24734,33691,3,338,949 -"100967",24734,34334,3,338,1637 -"100968",24734,37342,3,338,2649 -"100969",24734,38038,3,338,2686 -"100970",24734,38422,2,338,1019 -"100971",24734,39443,3,338,2277 -"100972",24734,39875,3,338,2422 -"100973",24734,40392,3,338,1878 -"100974",24734,41185,3,338,1929 -"100975",24734,43250,3,338,1300 -"100976",24734,44982,3,338,1592 -"100977",24734,47063,3,338,739 -"100978",24734,47557,2,338,999 -"100979",24734,47607,3,338,2724 -"100980",24734,49147,3,338,2539 -"100981",24734,50430,1,338,1689 -"100982",24734,50678,2,338,1366 -"100983",24734,54782,3,338,565 -"100984",24734,57394,3,338,1271 -"100985",24734,58233,3,338,1665 -"100986",24734,65223,3,338,2724 -"100987",24734,65557,3,338,813 -"100988",24734,67763,3,338,822 -"100989",24734,68328,3,338,683 -"100990",24734,68884,3,338,1011 -"100991",24734,69077,3,338,1689 -"100992",24734,76230,2,338,1223 -"100993",24734,76235,3,338,2777 -"100994",24734,83007,3,338,2727 -"100995",24734,83228,3,338,732 -"100996",24734,95338,2,338,915 -"100997",24734,111045,3,338,915 -"100998",24734,117190,3,338,425 -"100999",24753,2684,1,2860,2874 -"101000",24753,11351,3,2860,2971 -"101001",24753,33801,2,2860,2899 -"101002",24753,36574,3,2860,2934 -"101003",24755,671,1,1319,2328 -"101004",24755,733,2,1319,1653 -"101005",24755,1046,3,1319,1881 -"101006",24755,1090,3,1319,2370 -"101007",24755,1130,3,1319,1566 -"101008",24755,2166,3,1319,2557 -"101009",24755,2208,3,1319,2814 -"101010",24755,2424,3,1319,2582 -"101011",24755,2754,2,1319,1360 -"101012",24755,2954,3,1319,2727 -"101013",24755,3088,3,1319,1670 -"101014",24755,3164,3,1319,2693 -"101015",24755,3167,3,1319,1676 -"101016",24755,3242,3,1319,1730 -"101017",24755,4191,3,1319,2130 -"101018",24755,4567,3,1319,2348 -"101019",24755,4618,2,1319,2607 -"101020",24755,4701,3,1319,2401 -"101021",24755,5315,3,1319,2631 -"101022",24755,5725,3,1319,2789 -"101023",24755,6047,3,1319,2004 -"101024",24755,7245,3,1319,2089 -"101025",24755,7834,3,1319,1708 -"101026",24755,8621,3,1319,1681 -"101027",24755,9928,3,1319,2345 -"101028",24755,10002,3,1319,1788 -"101029",24755,10874,3,1319,1891 -"101030",24755,10890,3,1319,2639 -"101031",24755,11541,3,1319,1927 -"101032",24755,12096,2,1319,1330 -"101033",24755,12374,3,1319,2260 -"101034",24755,13248,3,1319,1385 -"101035",24755,13929,2,1319,2693 -"101036",24755,13945,2,1319,1324 -"101037",24755,14032,3,1319,2144 -"101038",24755,15607,3,1319,1421 -"101039",24755,16497,3,1319,2370 -"101040",24755,16608,3,1319,1769 -"101041",24755,16954,3,1319,2972 -"101042",24755,17354,3,1319,2250 -"101043",24755,17357,3,1319,1536 -"101044",24755,18415,3,1319,2184 -"101045",24755,18543,3,1319,2968 -"101046",24755,19027,2,1319,2721 -"101047",24755,19506,3,1319,1385 -"101048",24755,20563,3,1319,2267 -"101049",24755,20643,3,1319,2341 -"101050",24755,20824,2,1319,1366 -"101051",24755,21122,3,1319,1701 -"101052",24755,22282,3,1319,1418 -"101053",24755,22543,3,1319,1594 -"101054",24755,22857,3,1319,1708 -"101055",24755,22964,2,1319,1443 -"101056",24755,23140,3,1319,2787 -"101057",24755,23310,3,1319,2371 -"101058",24755,23534,3,1319,1659 -"101059",24755,23729,3,1319,1624 -"101060",24755,23825,3,1319,1913 -"101061",24755,24511,3,1319,1871 -"101062",24755,24579,3,1319,1394 -"101063",24755,24923,3,1319,2785 -"101064",24755,25341,2,1319,1858 -"101065",24755,25643,3,1319,1646 -"101066",24755,26436,3,1319,2489 -"101067",24755,26451,3,1319,2133 -"101068",24755,26516,3,1319,2479 -"101069",24755,26570,1,1319,1669 -"101070",24755,26749,3,1319,2965 -"101071",24755,27175,3,1319,1447 -"101072",24755,27390,3,1319,2425 -"101073",24755,27753,3,1319,2750 -"101074",24755,28015,3,1319,1624 -"101075",24755,30081,3,1319,2403 -"101076",24755,30386,2,1319,1833 -"101077",24755,31799,3,1319,2547 -"101078",24755,33551,3,1319,1734 -"101079",24755,33622,3,1319,2230 -"101080",24755,34492,3,1319,1798 -"101081",24755,34509,3,1319,1973 -"101082",24755,35542,3,1319,1439 -"101083",24755,36950,3,1319,2204 -"101084",24755,36962,3,1319,2861 -"101085",24755,38019,3,1319,1870 -"101086",24755,38162,3,1319,1691 -"101087",24755,40293,3,1319,1671 -"101088",24755,41955,3,1319,2479 -"101089",24755,43839,3,1319,1685 -"101090",24755,44427,2,1319,2875 -"101091",24755,46596,3,1319,1942 -"101092",24755,50667,3,1319,2719 -"101093",24755,51022,2,1319,1499 -"101094",24755,51810,3,1319,1401 -"101095",24755,51987,3,1319,1397 -"101096",24755,52058,3,1319,1836 -"101097",24755,54676,3,1319,1342 -"101098",24755,55468,3,1319,2511 -"101099",24755,55556,3,1319,2075 -"101100",24755,55691,2,1319,2856 -"101101",24755,56317,3,1319,2030 -"101102",24755,57950,3,1319,1529 -"101103",24755,58035,2,1319,1646 -"101104",24755,58221,3,1319,1787 -"101105",24755,60624,3,1319,1570 -"101106",24755,64181,3,1319,1828 -"101107",24755,65029,3,1319,2954 -"101108",24755,66860,3,1319,1548 -"101109",24755,67222,2,1319,1332 -"101110",24755,70046,3,1319,2624 -"101111",24755,72334,3,1319,2820 -"101112",24755,77835,3,1319,1327 -"101113",24755,79322,3,1319,2770 -"101114",24755,81588,2,1319,1568 -"101115",24755,82767,2,1319,1641 -"101116",24755,90013,3,1319,1461 -"101117",24755,90790,3,1319,1492 -"101118",24755,91162,3,1319,1693 -"101119",24755,91201,3,1319,1702 -"101120",24755,94125,3,1319,2280 -"101121",24755,99103,3,1319,1470 -"101122",24755,109415,3,1319,1328 -"101123",24756,14959,3,2530,2898 -"101124",24756,19380,3,2530,2637 -"101125",24756,19528,2,2530,2742 -"101126",24756,24753,3,2530,2860 -"101127",24756,25486,3,2530,2582 -"101128",24756,29095,3,2530,2531 -"101129",24756,33801,2,2530,2899 -"101130",24756,41664,3,2530,2641 -"101131",24756,53475,2,2530,2853 -"101132",24756,70203,3,2530,2756 -"101133",24757,3306,3,1939,1989 -"101134",24757,4367,2,1939,2794 -"101135",24757,6697,3,1939,2438 -"101136",24757,11136,3,1939,2573 -"101137",24757,14754,2,1939,2456 -"101138",24757,22766,3,1939,1945 -"101139",24757,25741,3,1939,2853 -"101140",24757,54284,3,1939,2491 -"101141",24761,5816,3,2384,2408 -"101142",24789,270,3,829,2542 -"101143",24789,854,3,829,2307 -"101144",24789,1044,3,829,880 -"101145",24789,1050,3,829,1185 -"101146",24789,1124,3,829,1596 -"101147",24789,2166,3,829,2557 -"101148",24789,2684,3,829,2874 -"101149",24789,2901,3,829,1156 -"101150",24789,2972,3,829,1708 -"101151",24789,3068,3,829,1815 -"101152",24789,3167,3,829,1676 -"101153",24789,3242,3,829,1730 -"101154",24789,4226,1,829,1903 -"101155",24789,4485,3,829,1963 -"101156",24789,4504,2,829,1905 -"101157",24789,5962,3,829,2491 -"101158",24789,6030,3,829,2953 -"101159",24789,6428,3,829,1952 -"101160",24789,6491,2,829,2424 -"101161",24789,6718,3,829,2138 -"101162",24789,8088,3,829,2220 -"101163",24789,8621,3,829,1681 -"101164",24789,9432,3,829,1693 -"101165",24789,9751,3,829,1397 -"101166",24789,10336,3,829,2271 -"101167",24789,10350,3,829,1163 -"101168",24789,10488,2,829,1524 -"101169",24789,11218,3,829,2292 -"101170",24789,12374,3,829,2260 -"101171",24789,12388,3,829,1975 -"101172",24789,12728,3,829,2374 -"101173",24789,12779,3,829,936 -"101174",24789,13296,3,829,839 -"101175",24789,13842,3,829,2250 -"101176",24789,13899,3,829,2650 -"101177",24789,15343,3,829,2125 -"101178",24789,15444,3,829,2764 -"101179",24789,15539,2,829,1929 -"101180",24789,16164,3,829,1184 -"101181",24789,17257,3,829,1117 -"101182",24789,18394,3,829,2356 -"101183",24789,18518,3,829,1128 -"101184",24789,19069,3,829,988 -"101185",24789,19317,3,829,2041 -"101186",24789,19380,2,829,2637 -"101187",24789,20024,3,829,1181 -"101188",24789,20311,3,829,1981 -"101189",24789,21104,3,829,2327 -"101190",24789,21122,3,829,1701 -"101191",24789,21275,1,829,2609 -"101192",24789,21417,3,829,2422 -"101193",24789,22006,3,829,1202 -"101194",24789,22025,1,829,1591 -"101195",24789,22033,3,829,1356 -"101196",24789,22057,2,829,974 -"101197",24789,23725,3,829,2378 -"101198",24789,24512,3,829,1369 -"101199",24789,26436,3,829,2489 -"101200",24789,26451,2,829,2133 -"101201",24789,26818,2,829,1999 -"101202",24789,27628,3,829,2389 -"101203",24789,27792,3,829,1308 -"101204",24789,28190,3,829,1634 -"101205",24789,29073,3,829,2328 -"101206",24789,29170,3,829,1846 -"101207",24789,29884,3,829,1239 -"101208",24789,30236,3,829,2238 -"101209",24789,30325,3,829,1067 -"101210",24789,30334,3,829,2075 -"101211",24789,32761,3,829,2680 -"101212",24789,34136,3,829,2202 -"101213",24789,34216,2,829,2832 -"101214",24789,34492,3,829,1798 -"101215",24789,35958,3,829,2383 -"101216",24789,37036,3,829,2264 -"101217",24789,37636,3,829,2178 -"101218",24789,37893,2,829,875 -"101219",24789,38449,3,829,1802 -"101220",24789,38732,3,829,2263 -"101221",24789,40369,3,829,2735 -"101222",24789,40392,3,829,1878 -"101223",24789,43077,2,829,884 -"101224",24789,43518,2,829,2680 -"101225",24789,46196,3,829,1510 -"101226",24789,46532,3,829,2005 -"101227",24789,46883,3,829,1671 -"101228",24789,48260,2,829,875 -"101229",24789,48698,3,829,1474 -"101230",24789,49741,3,829,839 -"101231",24789,51783,3,829,2599 -"101232",24789,52136,3,829,1412 -"101233",24789,56082,3,829,2395 -"101234",24789,57544,3,829,2443 -"101235",24789,57977,3,829,2683 -"101236",24789,58133,2,829,1484 -"101237",24789,58164,3,829,2398 -"101238",24789,58451,2,829,1939 -"101239",24789,62957,3,829,1170 -"101240",24789,64031,3,829,1295 -"101241",24789,64997,3,829,2791 -"101242",24789,66693,3,829,2554 -"101243",24789,70046,2,829,2624 -"101244",24789,72207,3,829,2430 -"101245",24789,79612,3,829,927 -"101246",24789,79804,3,829,2227 -"101247",24789,82696,3,829,1305 -"101248",24789,83523,3,829,1461 -"101249",24789,86279,3,829,1076 -"101250",24789,94650,3,829,896 -"101251",24789,97915,3,829,1802 -"101252",24789,99020,2,829,1383 -"101253",24789,102133,3,829,1165 -"101254",24789,108379,3,829,2933 -"101255",24789,119444,3,829,888 -"101256",24791,5622,3,1833,2175 -"101257",24791,10857,3,1833,2253 -"101258",24791,12729,3,1833,1835 -"101259",24791,14507,3,1833,2686 -"101260",24791,15008,3,1833,2338 -"101261",24791,15729,3,1833,2338 -"101262",24791,17867,3,1833,1904 -"101263",24791,18670,3,1833,1835 -"101264",24791,23725,3,1833,2378 -"101265",24791,24825,3,1833,2686 -"101266",24791,31159,3,1833,2231 -"101267",24791,39464,3,1833,2314 -"101268",24791,42783,2,1833,2338 -"101269",24791,54551,3,1833,2348 -"101270",24791,82932,3,1833,2245 -"101271",24793,2684,2,1993,2874 -"101272",24793,3453,3,1993,2126 -"101273",24793,7616,3,1993,2296 -"101274",24793,11055,3,1993,2111 -"101275",24793,12778,2,1993,2045 -"101276",24793,13249,3,1993,2573 -"101277",24793,16542,1,1993,2039 -"101278",24793,24753,1,1993,2860 -"101279",24793,28053,2,1993,2292 -"101280",24793,28626,3,1993,2842 -"101281",24793,33801,3,1993,2899 -"101282",24793,40369,3,1993,2735 -"101283",24793,40879,2,1993,2019 -"101284",24793,41664,2,1993,2641 -"101285",24793,53475,3,1993,2853 -"101286",24793,55076,3,1993,2408 -"101287",24793,57549,3,1993,2335 -"101288",24793,58852,2,1993,2323 -"101289",24793,83291,3,1993,2066 -"101290",24794,361,3,925,1970 -"101291",24794,392,3,925,1915 -"101292",24794,2684,2,925,2874 -"101293",24794,3453,3,925,2126 -"101294",24794,6492,3,925,1162 -"101295",24794,11055,3,925,2111 -"101296",24794,12778,2,925,2045 -"101297",24794,13249,3,925,2573 -"101298",24794,16542,1,925,2039 -"101299",24794,17245,3,925,1811 -"101300",24794,17722,3,925,976 -"101301",24794,19937,3,925,1587 -"101302",24794,24753,1,925,2860 -"101303",24794,24793,1,925,1993 -"101304",24794,24826,1,925,1382 -"101305",24794,27297,2,925,1382 -"101306",24794,27501,3,925,1981 -"101307",24794,28053,3,925,2292 -"101308",24794,31209,2,925,1137 -"101309",24794,32419,3,925,1909 -"101310",24794,33801,3,925,2899 -"101311",24794,40879,2,925,2019 -"101312",24794,41664,2,925,2641 -"101313",24794,49581,3,925,1817 -"101314",24794,50254,3,925,1151 -"101315",24794,51460,2,925,1872 -"101316",24794,52699,2,925,1372 -"101317",24794,53475,3,925,2853 -"101318",24794,58852,2,925,2323 -"101319",24794,78163,3,925,1366 -"101320",24794,82187,3,925,1055 -"101321",24794,82893,3,925,1275 -"101322",24794,83286,3,925,1793 -"101323",24794,83291,3,925,2066 -"101324",24794,83907,3,925,2056 -"101325",24797,4367,3,1342,2794 -"101326",24797,13290,3,1342,2824 -"101327",24797,34908,2,1342,2796 -"101328",24797,54284,3,1342,2491 -"101329",24800,12200,3,293,1400 -"101330",24800,12818,3,293,2015 -"101331",24800,20271,3,293,2044 -"101332",24800,25718,3,293,432 -"101333",24800,75067,3,293,801 -"101334",24800,112834,3,293,765 -"101335",24802,4730,3,824,2131 -"101336",24802,19858,1,824,2357 -"101337",24802,20200,3,824,2322 -"101338",24802,21575,3,824,1762 -"101339",24802,26642,3,824,2952 -"101340",24802,31089,3,824,2952 -"101341",24802,35873,3,824,1377 -"101342",24802,42756,3,824,1384 -"101343",24802,48602,3,824,1704 -"101344",24802,53643,1,824,1626 -"101345",24802,63409,3,824,1937 -"101346",24807,20700,3,2319,2861 -"101347",24807,39875,3,2319,2422 -"101348",24807,42722,3,2319,2368 -"101349",24807,42935,3,2319,2400 -"101350",24816,4567,3,2161,2348 -"101351",24816,19744,3,2161,2623 -"101352",24816,34812,3,2161,2442 -"101353",24816,40129,1,2161,2162 -"101354",24816,43978,2,2161,2698 -"101355",24825,823,2,2686,2840 -"101356",24825,997,3,2686,2788 -"101357",24825,5239,2,2686,2875 -"101358",24825,17852,3,2686,2840 -"101359",24825,22331,2,2686,2687 -"101360",24825,42216,3,2686,2722 -"101361",24825,45704,2,2686,2687 -"101362",24825,48571,3,2686,2717 -"101363",24825,53219,2,2686,2973 -"101364",24825,60974,3,2686,2972 -"101365",24825,75311,3,2686,2745 -"101366",24826,2684,2,1382,2874 -"101367",24826,3453,3,1382,2126 -"101368",24826,7834,3,1382,1708 -"101369",24826,10851,3,1382,2423 -"101370",24826,11055,3,1382,2111 -"101371",24826,12778,2,1382,2045 -"101372",24826,13249,2,1382,2573 -"101373",24826,13732,3,1382,2789 -"101374",24826,16542,1,1382,2039 -"101375",24826,17245,3,1382,1811 -"101376",24826,19937,3,1382,1587 -"101377",24826,22857,3,1382,1708 -"101378",24826,24753,1,1382,2860 -"101379",24826,24793,1,1382,1993 -"101380",24826,26865,3,1382,2726 -"101381",24826,27501,3,1382,1981 -"101382",24826,28053,3,1382,2292 -"101383",24826,30081,3,1382,2403 -"101384",24826,32419,3,1382,1909 -"101385",24826,33801,3,1382,2899 -"101386",24826,40879,3,1382,2019 -"101387",24826,41664,2,1382,2641 -"101388",24826,51460,3,1382,1872 -"101389",24826,53475,3,1382,2853 -"101390",24826,55643,3,1382,2359 -"101391",24826,58852,1,1382,2323 -"101392",24826,67758,3,1382,1915 -"101393",24826,83286,3,1382,1793 -"101394",24826,83291,3,1382,2066 -"101395",24853,212,3,1004,1513 -"101396",24853,2153,3,1004,2675 -"101397",24853,2424,3,1004,2582 -"101398",24853,4289,3,1004,1921 -"101399",24853,6052,3,1004,1985 -"101400",24853,7245,3,1004,2089 -"101401",24853,10857,2,1004,2253 -"101402",24853,10980,3,1004,1974 -"101403",24853,12122,2,1004,1385 -"101404",24853,13285,2,1004,1577 -"101405",24853,14080,3,1004,1351 -"101406",24853,15122,3,1004,1201 -"101407",24853,16826,2,1004,2599 -"101408",24853,16940,3,1004,1290 -"101409",24853,17264,2,1004,2528 -"101410",24853,17354,3,1004,2250 -"101411",24853,17400,3,1004,2231 -"101412",24853,17997,3,1004,1621 -"101413",24853,18103,3,1004,1968 -"101414",24853,18707,3,1004,1143 -"101415",24853,19096,3,1004,1538 -"101416",24853,19506,3,1004,1385 -"101417",24853,20563,3,1004,2267 -"101418",24853,21197,2,1004,1437 -"101419",24853,21285,3,1004,2100 -"101420",24853,22277,3,1004,2424 -"101421",24853,23319,3,1004,2867 -"101422",24853,23492,3,1004,1067 -"101423",24853,23534,3,1004,1659 -"101424",24853,23725,3,1004,2378 -"101425",24853,23727,3,1004,1734 -"101426",24853,23729,2,1004,1624 -"101427",24853,23970,3,1004,1624 -"101428",24853,24259,3,1004,1281 -"101429",24853,25129,3,1004,2647 -"101430",24853,27001,3,1004,1761 -"101431",24853,30052,3,1004,2855 -"101432",24853,30325,3,1004,1067 -"101433",24853,31069,3,1004,1995 -"101434",24853,33551,3,1004,1734 -"101435",24853,34480,3,1004,2755 -"101436",24853,35113,3,1004,1327 -"101437",24853,35464,3,1004,2502 -"101438",24853,35673,3,1004,1067 -"101439",24853,37108,3,1004,1202 -"101440",24853,38227,3,1004,2511 -"101441",24853,40432,3,1004,1956 -"101442",24853,42747,3,1004,1189 -"101443",24853,44089,3,1004,1632 -"101444",24853,44407,2,1004,2154 -"101445",24853,44676,2,1004,2629 -"101446",24853,45633,3,1004,2134 -"101447",24853,47386,3,1004,2226 -"101448",24853,51810,3,1004,1401 -"101449",24853,52136,3,1004,1412 -"101450",24853,52576,2,1004,2234 -"101451",24853,54551,2,1004,2348 -"101452",24853,55082,3,1004,1856 -"101453",24853,57714,3,1004,1391 -"101454",24853,58652,3,1004,1437 -"101455",24853,62841,3,1004,2710 -"101456",24853,70217,3,1004,2332 -"101457",24853,71342,3,1004,1289 -"101458",24853,76284,3,1004,1237 -"101459",24853,76511,3,1004,1250 -"101460",24853,76892,3,1004,2381 -"101461",24853,83053,3,1004,1303 -"101462",24853,90790,3,1004,1492 -"101463",24853,91162,3,1004,1693 -"101464",24853,91163,3,1004,1171 -"101465",24853,91201,3,1004,1702 -"101466",24853,106053,3,1004,2469 -"101467",24853,111613,3,1004,1059 -"101468",24860,388,3,1204,1594 -"101469",24860,1560,2,1204,2013 -"101470",24860,7206,3,1204,1959 -"101471",24860,8525,3,1204,1787 -"101472",24860,9716,3,1204,1929 -"101473",24860,10200,3,1204,2920 -"101474",24860,11429,3,1204,2520 -"101475",24860,12973,3,1204,1569 -"101476",24860,14586,3,1204,2801 -"101477",24860,15916,3,1204,1236 -"101478",24860,24086,1,1204,2663 -"101479",24860,26513,3,1204,2205 -"101480",24860,27255,3,1204,1232 -"101481",24860,31541,3,1204,1500 -"101482",24860,37342,3,1204,2649 -"101483",24860,40392,3,1204,1878 -"101484",24860,41185,3,1204,1929 -"101485",24860,50430,1,1204,1689 -"101486",24860,50678,3,1204,1366 -"101487",24860,57394,3,1204,1271 -"101488",24860,69077,3,1204,1689 -"101489",24860,76230,2,1204,1223 -"101490",24866,4932,3,2103,2752 -"101491",24866,15821,3,2103,2456 -"101492",24866,36506,3,2103,2638 -"101493",24866,40910,3,2103,2469 -"101494",24866,45461,2,2103,2458 -"101495",24866,47534,1,2103,2712 -"101496",24866,53530,2,2103,2380 -"101497",24867,1570,2,1861,2028 -"101498",24867,2724,3,1861,2447 -"101499",24867,3272,3,1861,2132 -"101500",24867,6063,3,1861,2349 -"101501",24867,9328,3,1861,1937 -"101502",24867,10435,3,1861,1984 -"101503",24867,10756,3,1861,2207 -"101504",24867,12598,3,1861,2086 -"101505",24867,14442,2,1861,2700 -"101506",24867,16184,1,1861,2274 -"101507",24867,17768,2,1861,2468 -"101508",24867,22905,3,1861,2599 -"101509",24867,25053,2,1861,2186 -"101510",24867,26100,3,1861,1966 -"101511",24867,31281,3,1861,1937 -"101512",24867,32904,3,1861,2055 -"101513",24867,35844,2,1861,2961 -"101514",24867,36996,1,1861,2321 -"101515",24867,42136,3,1861,2551 -"101516",24867,44132,3,1861,1999 -"101517",24867,44501,3,1861,2567 -"101518",24867,44730,3,1861,2468 -"101519",24867,47094,2,1861,2592 -"101520",24867,49805,3,1861,2445 -"101521",24867,51890,3,1861,1992 -"101522",24867,56413,3,1861,2747 -"101523",24867,59289,3,1861,2896 -"101524",24867,60059,3,1861,2587 -"101525",24867,67701,2,1861,2289 -"101526",24867,84317,3,1861,2081 -"101527",24867,104281,3,1861,2228 -"101528",24892,1692,2,803,2443 -"101529",24892,2093,1,803,2459 -"101530",24892,2759,3,803,2030 -"101531",24892,3317,2,803,2037 -"101532",24892,5055,3,803,1796 -"101533",24892,5590,2,803,2845 -"101534",24892,5845,3,803,1552 -"101535",24892,10239,3,803,2032 -"101536",24892,29311,2,803,1849 -"101537",24892,32449,3,803,2091 -"101538",24892,40675,3,803,1595 -"101539",24892,42914,3,803,1737 -"101540",24892,46642,2,803,999 -"101541",24892,46951,3,803,2429 -"101542",24892,47384,3,803,1639 -"101543",24892,53668,1,803,2242 -"101544",24892,59039,3,803,2870 -"101545",24902,1822,2,2162,2888 -"101546",24902,3477,3,2162,2546 -"101547",24902,5350,3,2162,2522 -"101548",24902,6063,3,2162,2349 -"101549",24902,13311,3,2162,2315 -"101550",24902,14353,3,2162,2878 -"101551",24902,33223,3,2162,2397 -"101552",24902,35037,3,2162,2974 -"101553",24902,47140,3,2162,2439 -"101554",24902,49759,2,2162,2400 -"101555",24902,51866,3,2162,2411 -"101556",24912,4567,3,648,2348 -"101557",24912,10744,2,648,955 -"101558",24912,10851,3,648,2423 -"101559",24912,16193,3,648,756 -"101560",24912,18825,3,648,1240 -"101561",24912,22543,3,648,1594 -"101562",24912,33672,3,648,2396 -"101563",24912,44135,3,648,2620 -"101564",24912,55076,3,648,2408 -"101565",24912,69250,2,648,1439 -"101566",24912,76607,3,648,747 -"101567",24923,5725,3,2785,2789 -"101568",24923,7323,3,2785,2858 -"101569",24923,28285,3,2785,2972 -"101570",24923,43455,3,2785,2846 -"101571",24923,102824,2,2785,2944 -"101572",24949,1785,3,2120,2350 -"101573",24949,9909,2,2120,2230 -"101574",24949,14861,3,2120,2269 -"101575",24955,2424,3,2424,2582 -"101576",24962,671,3,2126,2328 -"101577",24962,14612,3,2126,2340 -"101578",24962,25941,3,2126,2369 -"101579",24962,33176,3,2126,2630 -"101580",24962,88232,3,2126,2881 -"101581",24974,1367,3,702,2176 -"101582",24974,2424,3,702,2582 -"101583",24974,2747,3,702,2411 -"101584",24974,3863,3,702,856 -"101585",24974,5346,2,702,1438 -"101586",24974,5462,3,702,2374 -"101587",24974,5580,3,702,2111 -"101588",24974,7245,3,702,2089 -"101589",24974,9654,3,702,2111 -"101590",24974,13671,3,702,1371 -"101591",24974,15207,2,702,1855 -"101592",24974,15453,3,702,1688 -"101593",24974,15462,3,702,1141 -"101594",24974,16067,3,702,2727 -"101595",24974,18348,3,702,1711 -"101596",24974,18415,3,702,2184 -"101597",24974,21929,3,702,2062 -"101598",24974,28057,3,702,1067 -"101599",24974,30262,3,702,1715 -"101600",24974,30865,3,702,2038 -"101601",24974,30943,3,702,2287 -"101602",24974,32939,3,702,2277 -"101603",24974,41439,3,702,709 -"101604",24974,42642,3,702,2257 -"101605",24974,45186,3,702,835 -"101606",24974,46803,3,702,2305 -"101607",24974,53043,3,702,803 -"101608",24974,54388,3,702,1257 -"101609",24974,57804,3,702,2214 -"101610",24974,58015,3,702,899 -"101611",24974,63641,3,702,2337 -"101612",24974,66693,3,702,2554 -"101613",24974,67252,3,702,1215 -"101614",24974,67726,3,702,2873 -"101615",24974,69716,3,702,2632 -"101616",24974,74818,3,702,1440 -"101617",24974,80338,3,702,2059 -"101618",24974,85356,3,702,1492 -"101619",24974,94520,2,702,1243 -"101620",24974,99237,3,702,783 -"101621",24974,99557,3,702,1703 -"101622",25027,270,3,564,2542 -"101623",25027,312,3,564,2038 -"101624",25027,380,3,564,2261 -"101625",25027,1044,3,564,880 -"101626",25027,1102,3,564,2282 -"101627",25027,1639,3,564,2631 -"101628",25027,2181,3,564,2030 -"101629",25027,2424,3,564,2582 -"101630",25027,2533,3,564,2016 -"101631",25027,3305,2,564,2839 -"101632",25027,3306,3,564,1989 -"101633",25027,3477,3,564,2546 -"101634",25027,3751,3,564,1358 -"101635",25027,5041,3,564,2371 -"101636",25027,5622,3,564,2175 -"101637",25027,6047,3,564,2004 -"101638",25027,6063,3,564,2349 -"101639",25027,6363,3,564,2066 -"101640",25027,6588,3,564,2025 -"101641",25027,8866,3,564,1545 -"101642",25027,9364,1,564,1698 -"101643",25027,10474,3,564,1608 -"101644",25027,10513,3,564,2284 -"101645",25027,10857,3,564,2253 -"101646",25027,10874,3,564,1891 -"101647",25027,11006,2,564,1950 -"101648",25027,11218,3,564,2292 -"101649",25027,11229,3,564,1625 -"101650",25027,11817,3,564,600 -"101651",25027,12356,3,564,2757 -"101652",25027,12735,3,564,819 -"101653",25027,12779,3,564,936 -"101654",25027,14656,2,564,584 -"101655",25027,14959,3,564,2898 -"101656",25027,16332,2,564,2668 -"101657",25027,16432,3,564,2664 -"101658",25027,16940,3,564,1290 -"101659",25027,17931,3,564,1617 -"101660",25027,18217,3,564,1566 -"101661",25027,19248,3,564,2357 -"101662",25027,19719,3,564,2177 -"101663",25027,20124,2,564,2376 -"101664",25027,20975,2,564,1305 -"101665",25027,21197,3,564,1437 -"101666",25027,21198,2,564,935 -"101667",25027,21285,3,564,2100 -"101668",25027,21758,3,564,1331 -"101669",25027,22282,3,564,1418 -"101670",25027,22462,3,564,869 -"101671",25027,22586,3,564,1341 -"101672",25027,23450,3,564,967 -"101673",25027,23492,3,564,1067 -"101674",25027,25577,3,564,1946 -"101675",25027,26749,2,564,2965 -"101676",25027,27694,2,564,2030 -"101677",25027,28015,3,564,1624 -"101678",25027,28635,3,564,2368 -"101679",25027,29705,3,564,607 -"101680",25027,29750,3,564,689 -"101681",25027,33223,3,564,2397 -"101682",25027,33949,3,564,2489 -"101683",25027,34314,3,564,630 -"101684",25027,35673,3,564,1067 -"101685",25027,37285,3,564,2428 -"101686",25027,38019,3,564,1870 -"101687",25027,38219,3,564,1689 -"101688",25027,38780,3,564,2705 -"101689",25027,39238,3,564,922 -"101690",25027,40542,3,564,1664 -"101691",25027,43385,2,564,1623 -"101692",25027,45608,3,564,2420 -"101693",25027,46723,3,564,607 -"101694",25027,47362,3,564,2253 -"101695",25027,47772,3,564,2293 -"101696",25027,50219,3,564,756 -"101697",25027,51041,3,564,2606 -"101698",25027,52136,3,564,1412 -"101699",25027,52323,3,564,2148 -"101700",25027,52570,3,564,2645 -"101701",25027,52576,3,564,2234 -"101702",25027,54305,3,564,1222 -"101703",25027,54551,3,564,2348 -"101704",25027,55299,3,564,609 -"101705",25027,55320,3,564,1643 -"101706",25027,56082,3,564,2395 -"101707",25027,57414,3,564,922 -"101708",25027,58508,3,564,2326 -"101709",25027,60862,3,564,1215 -"101710",25027,61982,3,564,2725 -"101711",25027,62841,3,564,2710 -"101712",25027,71342,2,564,1289 -"101713",25027,72956,1,564,1251 -"101714",25027,76127,3,564,910 -"101715",25027,76284,2,564,1237 -"101716",25027,76892,3,564,2381 -"101717",25027,77305,3,564,965 -"101718",25027,79322,3,564,2770 -"101719",25027,79815,3,564,1713 -"101720",25027,81588,3,564,1568 -"101721",25027,82949,3,564,2077 -"101722",25027,87048,3,564,989 -"101723",25027,89097,3,564,935 -"101724",25027,92220,3,564,607 -"101725",25027,98781,2,564,1410 -"101726",25027,111971,3,564,1032 -"101727",25030,3409,3,2017,2167 -"101728",25030,3520,3,2017,2281 -"101729",25030,5610,3,2017,2223 -"101730",25030,6192,3,2017,2409 -"101731",25030,7616,3,2017,2296 -"101732",25030,8238,3,2017,2222 -"101733",25030,13249,3,2017,2573 -"101734",25030,13324,3,2017,2163 -"101735",25030,19208,3,2017,2629 -"101736",25030,19605,3,2017,2395 -"101737",25030,20563,3,2017,2267 -"101738",25030,22808,3,2017,2297 -"101739",25030,23460,2,2017,2183 -"101740",25030,24753,3,2017,2860 -"101741",25030,25985,3,2017,2071 -"101742",25030,29454,3,2017,2719 -"101743",25030,30236,3,2017,2238 -"101744",25030,41664,3,2017,2641 -"101745",25030,41764,3,2017,2409 -"101746",25030,42129,3,2017,2318 -"101747",25030,47564,2,2017,2650 -"101748",25030,49334,3,2017,2433 -"101749",25030,50480,3,2017,2701 -"101750",25030,56854,3,2017,2022 -"101751",25030,65434,3,2017,2866 -"101752",25033,854,3,929,2307 -"101753",25033,1853,3,929,1465 -"101754",25033,2443,3,929,2333 -"101755",25033,2894,2,929,1291 -"101756",25033,3395,3,929,1382 -"101757",25033,4303,3,929,2414 -"101758",25033,5392,3,929,1648 -"101759",25033,5615,3,929,1105 -"101760",25033,6222,3,929,1949 -"101761",25033,7118,3,929,966 -"101762",25033,7616,3,929,2296 -"101763",25033,8866,2,929,1545 -"101764",25033,8888,3,929,1328 -"101765",25033,9362,3,929,2879 -"101766",25033,9423,3,929,1708 -"101767",25033,9805,3,929,1621 -"101768",25033,10146,3,929,1878 -"101769",25033,10870,2,929,1755 -"101770",25033,11103,3,929,2393 -"101771",25033,11493,3,929,2077 -"101772",25033,12081,3,929,2166 -"101773",25033,12122,3,929,1385 -"101774",25033,12371,3,929,1569 -"101775",25033,12388,2,929,1975 -"101776",25033,14731,3,929,2012 -"101777",25033,14959,3,929,2898 -"101778",25033,15444,3,929,2764 -"101779",25033,16539,3,929,1947 -"101780",25033,17355,3,929,1469 -"101781",25033,18005,3,929,2449 -"101782",25033,18165,2,929,2085 -"101783",25033,18670,3,929,1835 -"101784",25033,19744,3,929,2623 -"101785",25033,19980,3,929,2231 -"101786",25033,20331,2,929,2365 -"101787",25033,22057,3,929,974 -"101788",25033,22682,3,929,2035 -"101789",25033,23006,3,929,1532 -"101790",25033,23098,2,929,2300 -"101791",25033,24256,3,929,2393 -"101792",25033,27195,3,929,2158 -"101793",25033,28571,3,929,1556 -"101794",25033,29089,3,929,1344 -"101795",25033,29512,3,929,1594 -"101796",25033,29930,2,929,2240 -"101797",25033,30697,2,929,2891 -"101798",25033,31054,3,929,1273 -"101799",25033,31705,3,929,2706 -"101800",25033,33572,3,929,2370 -"101801",25033,36609,3,929,2918 -"101802",25033,36953,3,929,2790 -"101803",25033,37351,3,929,978 -"101804",25033,38921,3,929,1880 -"101805",25033,41518,3,929,1641 -"101806",25033,41682,3,929,1988 -"101807",25033,42372,3,929,2230 -"101808",25033,43902,3,929,1726 -"101809",25033,44403,3,929,2429 -"101810",25033,45545,2,929,1776 -"101811",25033,45618,3,929,2356 -"101812",25033,45650,2,929,1528 -"101813",25033,45992,3,929,1182 -"101814",25033,46486,3,929,1868 -"101815",25033,52597,3,929,1773 -"101816",25033,52815,3,929,2323 -"101817",25033,55076,3,929,2408 -"101818",25033,55580,3,929,1942 -"101819",25033,63477,3,929,1907 -"101820",25033,66756,2,929,1301 -"101821",25033,67748,3,929,1498 -"101822",25033,77155,3,929,2946 -"101823",25033,77611,3,929,1795 -"101824",25033,82009,3,929,1020 -"101825",25033,82187,3,929,1055 -"101826",25033,93332,3,929,982 -"101827",25043,16502,3,903,1616 -"101828",25043,19587,3,903,1684 -"101829",25043,23597,3,903,1080 -"101830",25043,26642,3,903,2952 -"101831",25043,28051,3,903,2089 -"101832",25043,50335,3,903,1893 -"101833",25043,53687,3,903,2422 -"101834",25043,54523,3,903,1935 -"101835",25043,60808,3,903,1258 -"101836",25043,96462,2,903,1967 -"101837",25053,2724,3,2186,2447 -"101838",25053,10756,3,2186,2207 -"101839",25053,14442,2,2186,2700 -"101840",25053,16184,3,2186,2274 -"101841",25053,17768,2,2186,2468 -"101842",25053,22905,3,2186,2599 -"101843",25053,35844,3,2186,2961 -"101844",25053,36996,2,2186,2321 -"101845",25053,42136,3,2186,2551 -"101846",25053,44501,3,2186,2567 -"101847",25053,44730,3,2186,2468 -"101848",25053,47094,3,2186,2592 -"101849",25053,49805,3,2186,2445 -"101850",25053,56413,3,2186,2747 -"101851",25053,59289,2,2186,2896 -"101852",25053,104281,3,2186,2228 -"101853",25078,3495,3,2312,2431 -"101854",25078,3853,3,2312,2465 -"101855",25078,17367,3,2312,2427 -"101856",25078,19248,3,2312,2357 -"101857",25078,21138,3,2312,2849 -"101858",25078,22277,3,2312,2424 -"101859",25078,23139,3,2312,2644 -"101860",25078,25129,3,2312,2647 -"101861",25078,29004,3,2312,2596 -"101862",25078,47812,2,2312,2343 -"101863",25078,49787,2,2312,2352 -"101864",25078,50480,3,2312,2701 -"101865",25078,62841,3,2312,2710 -"101866",25078,65572,3,2312,2750 -"101867",25078,67957,3,2312,2823 -"101868",25129,2954,3,2647,2727 -"101869",25129,3305,3,2647,2839 -"101870",25129,5725,3,2647,2789 -"101871",25129,6740,1,2647,2699 -"101872",25129,6914,3,2647,2668 -"101873",25129,10130,2,2647,2741 -"101874",25129,16432,3,2647,2664 -"101875",25129,21138,3,2647,2849 -"101876",25129,22714,3,2647,2793 -"101877",25129,23319,2,2647,2867 -"101878",25129,25325,3,2647,2963 -"101879",25129,43455,3,2647,2846 -"101880",25129,47248,3,2647,2883 -"101881",25129,48605,3,2647,2796 -"101882",25129,49110,3,2647,2938 -"101883",25129,51410,3,2647,2739 -"101884",25129,61982,2,2647,2725 -"101885",25129,62841,1,2647,2710 -"101886",25129,64997,3,2647,2791 -"101887",25129,71618,3,2647,2960 -"101888",25132,134,3,1188,2062 -"101889",25132,1154,2,1188,1656 -"101890",25132,2743,3,1188,1278 -"101891",25132,5971,3,1188,1985 -"101892",25132,6588,3,1188,2025 -"101893",25132,7226,1,1188,1228 -"101894",25132,7241,2,1188,2259 -"101895",25132,9150,2,1188,2689 -"101896",25132,10646,3,1188,1555 -"101897",25132,12374,2,1188,2260 -"101898",25132,13043,3,1188,1295 -"101899",25132,13929,3,1188,2693 -"101900",25132,15118,3,1188,1311 -"101901",25132,15626,3,1188,2434 -"101902",25132,16352,3,1188,2657 -"101903",25132,17480,3,1188,2316 -"101904",25132,17645,3,1188,1918 -"101905",25132,21104,3,1188,2327 -"101906",25132,21122,3,1188,1701 -"101907",25132,22331,3,1188,2687 -"101908",25132,25443,3,1188,1441 -"101909",25132,25643,3,1188,1646 -"101910",25132,26570,3,1188,1669 -"101911",25132,26671,3,1188,2279 -"101912",25132,26867,3,1188,1804 -"101913",25132,27849,3,1188,1316 -"101914",25132,33430,3,1188,2225 -"101915",25132,33622,3,1188,2230 -"101916",25132,34136,3,1188,2202 -"101917",25132,34836,3,1188,2302 -"101918",25132,36763,3,1188,2165 -"101919",25132,38019,3,1188,1870 -"101920",25132,39444,3,1188,2695 -"101921",25132,40028,3,1188,1349 -"101922",25132,40293,3,1188,1671 -"101923",25132,47839,3,1188,1864 -"101924",25132,48698,2,1188,1474 -"101925",25132,50236,3,1188,2339 -"101926",25132,52345,3,1188,1430 -"101927",25132,53303,3,1188,1376 -"101928",25132,55691,3,1188,2856 -"101929",25132,57950,3,1188,1529 -"101930",25132,64997,3,1188,2791 -"101931",25132,108867,2,1188,2328 -"101932",25134,2765,3,61,2321 -"101933",25134,9030,3,61,1979 -"101934",25134,14888,3,61,1411 -"101935",25134,15500,2,61,1658 -"101936",25134,17826,3,61,2920 -"101937",25134,18458,3,61,2477 -"101938",25134,19963,3,61,810 -"101939",25134,20423,3,61,2654 -"101940",25134,20659,3,61,1969 -"101941",25134,21092,3,61,1643 -"101942",25134,22108,3,61,1915 -"101943",25134,24362,3,61,1287 -"101944",25134,26106,3,61,2015 -"101945",25134,37395,3,61,644 -"101946",25134,37677,3,61,1908 -"101947",25134,38908,2,61,1787 -"101948",25134,39827,3,61,2321 -"101949",25134,42399,3,61,1007 -"101950",25134,43839,2,61,1685 -"101951",25134,44684,1,61,1220 -"101952",25134,48503,3,61,820 -"101953",25134,49032,1,61,2469 -"101954",25134,49461,3,61,2793 -"101955",25134,50790,3,61,2371 -"101956",25134,53637,3,61,2113 -"101957",25134,55556,3,61,2075 -"101958",25134,57565,3,61,1577 -"101959",25134,66200,3,61,405 -"101960",25134,67264,1,61,2790 -"101961",25134,70863,3,61,822 -"101962",25134,71478,3,61,1721 -"101963",25134,72122,2,61,1436 -"101964",25134,85592,2,61,1412 -"101965",25134,89668,2,61,1279 -"101966",25134,96678,2,61,1183 -"101967",25139,468,3,816,1966 -"101968",25139,798,3,816,2476 -"101969",25139,3306,3,816,1989 -"101970",25139,4032,2,816,1763 -"101971",25139,4144,3,816,1520 -"101972",25139,4367,3,816,2794 -"101973",25139,4660,3,816,2149 -"101974",25139,6132,3,816,1590 -"101975",25139,6562,3,816,1139 -"101976",25139,6697,3,816,2438 -"101977",25139,7355,3,816,1928 -"101978",25139,8726,3,816,2083 -"101979",25139,9050,1,816,2026 -"101980",25139,9727,3,816,2327 -"101981",25139,9912,3,816,1356 -"101982",25139,10716,3,816,1692 -"101983",25139,11135,2,816,2441 -"101984",25139,11136,3,816,2573 -"101985",25139,11424,3,816,1631 -"101986",25139,11665,2,816,1643 -"101987",25139,13079,3,816,2547 -"101988",25139,13400,2,816,1371 -"101989",25139,13920,3,816,1709 -"101990",25139,14558,3,816,1585 -"101991",25139,14754,2,816,2456 -"101992",25139,14789,3,816,1034 -"101993",25139,15301,3,816,2308 -"101994",25139,15502,2,816,2637 -"101995",25139,15916,3,816,1236 -"101996",25139,16566,2,816,2019 -"101997",25139,16833,1,816,1661 -"101998",25139,19687,3,816,2072 -"101999",25139,19972,3,816,2078 -"102000",25139,21895,3,816,1693 -"102001",25139,22766,3,816,1945 -"102002",25139,23325,3,816,2779 -"102003",25139,23639,3,816,2065 -"102004",25139,24116,3,816,1413 -"102005",25139,24757,3,816,1939 -"102006",25139,25270,3,816,985 -"102007",25139,25741,3,816,2853 -"102008",25139,25886,2,816,1580 -"102009",25139,26100,3,816,1966 -"102010",25139,26567,3,816,1158 -"102011",25139,28081,2,816,1927 -"102012",25139,29824,3,816,2772 -"102013",25139,31251,3,816,2498 -"102014",25139,34441,2,816,1661 -"102015",25139,35477,3,816,2703 -"102016",25139,35873,3,816,1377 -"102017",25139,41338,3,816,1553 -"102018",25139,43593,3,816,2704 -"102019",25139,44068,3,816,1056 -"102020",25139,45487,3,816,2256 -"102021",25139,48764,3,816,860 -"102022",25139,50335,3,816,1893 -"102023",25139,50520,3,816,1205 -"102024",25139,51448,2,816,1593 -"102025",25139,53362,3,816,2360 -"102026",25139,54284,3,816,2491 -"102027",25139,56737,3,816,2270 -"102028",25139,61513,3,816,2948 -"102029",25139,63641,3,816,2337 -"102030",25139,66267,3,816,1278 -"102031",25139,66717,3,816,2104 -"102032",25139,68789,3,816,1929 -"102033",25139,69564,1,816,903 -"102034",25139,72535,3,816,1191 -"102035",25139,74605,3,816,2265 -"102036",25139,76604,3,816,2590 -"102037",25139,78842,3,816,904 -"102038",25139,78910,2,816,1931 -"102039",25139,83133,3,816,1055 -"102040",25139,91715,3,816,1034 -"102041",25139,92947,3,816,1289 -"102042",25139,93317,3,816,1223 -"102043",25139,94399,3,816,963 -"102044",25139,95661,3,816,872 -"102045",25139,96007,3,816,895 -"102046",25139,104659,1,816,2026 -"102047",25139,107435,3,816,1635 -"102048",25163,364,3,1751,2351 -"102049",25163,728,3,1751,1812 -"102050",25163,2206,3,1751,2536 -"102051",25163,2418,3,1751,2020 -"102052",25163,2747,3,1751,2411 -"102053",25163,2852,3,1751,2448 -"102054",25163,2985,3,1751,2398 -"102055",25163,3127,3,1751,2273 -"102056",25163,3477,3,1751,2546 -"102057",25163,4612,2,1751,2804 -"102058",25163,5897,3,1751,2337 -"102059",25163,6063,3,1751,2349 -"102060",25163,9035,3,1751,2771 -"102061",25163,9301,3,1751,1861 -"102062",25163,9503,2,1751,2453 -"102063",25163,9703,3,1751,1845 -"102064",25163,9787,1,1751,2858 -"102065",25163,10754,3,1751,1797 -"102066",25163,14749,3,1751,1998 -"102067",25163,16286,3,1751,2470 -"102068",25163,17037,2,1751,2947 -"102069",25163,19655,3,1751,2706 -"102070",25163,22364,3,1751,1809 -"102071",25163,27742,3,1751,2700 -"102072",25163,27897,3,1751,1968 -"102073",25163,27914,2,1751,2507 -"102074",25163,28869,3,1751,2425 -"102075",25163,30334,3,1751,2075 -"102076",25163,30368,3,1751,2487 -"102077",25163,30525,3,1751,1964 -"102078",25163,31542,3,1751,2459 -"102079",25163,31868,3,1751,1993 -"102080",25163,33223,3,1751,2397 -"102081",25163,33341,3,1751,2338 -"102082",25163,35728,3,1751,2017 -"102083",25163,36912,3,1751,2469 -"102084",25163,36953,3,1751,2790 -"102085",25163,37636,3,1751,2178 -"102086",25163,40035,3,1751,2742 -"102087",25163,40368,3,1751,2876 -"102088",25163,40392,3,1751,1878 -"102089",25163,40572,3,1751,2666 -"102090",25163,41633,2,1751,1976 -"102091",25163,42813,3,1751,2142 -"102092",25163,46384,3,1751,2285 -"102093",25163,46486,2,1751,1868 -"102094",25163,47965,3,1751,2232 -"102095",25163,51783,3,1751,2599 -"102096",25163,53739,2,1751,2704 -"102097",25163,56569,3,1751,1993 -"102098",25163,56995,3,1751,2323 -"102099",25163,71531,3,1751,2887 -"102100",25163,72597,3,1751,1843 -"102101",25163,111375,3,1751,2686 -"102102",25180,18479,3,2489,2967 -"102103",25185,21,3,341,1385 -"102104",25185,543,3,341,2203 -"102105",25185,2229,3,341,1536 -"102106",25185,2407,3,341,1725 -"102107",25185,2446,3,341,2606 -"102108",25185,2484,3,341,2389 -"102109",25185,2985,3,341,2398 -"102110",25185,4001,3,341,1687 -"102111",25185,4660,3,341,2149 -"102112",25185,7719,2,341,1954 -"102113",25185,7942,3,341,2623 -"102114",25185,8062,3,341,2858 -"102115",25185,8354,3,341,1705 -"102116",25185,8791,2,341,1789 -"102117",25185,10350,3,341,1163 -"102118",25185,11029,3,341,2362 -"102119",25185,13068,3,341,1778 -"102120",25185,13136,3,341,2867 -"102121",25185,13290,2,341,2824 -"102122",25185,16161,2,341,599 -"102123",25185,16690,2,341,2132 -"102124",25185,17257,3,341,1117 -"102125",25185,19934,2,341,2888 -"102126",25185,20700,2,341,2861 -"102127",25185,21617,3,341,516 -"102128",25185,22723,2,341,2859 -"102129",25185,23966,3,341,891 -"102130",25185,24797,3,341,1342 -"102131",25185,27320,3,341,2378 -"102132",25185,28893,3,341,2764 -"102133",25185,29495,3,341,1612 -"102134",25185,30057,3,341,504 -"102135",25185,30891,3,341,1256 -"102136",25185,32424,2,341,848 -"102137",25185,33236,3,341,2297 -"102138",25185,34742,3,341,1883 -"102139",25185,34908,2,341,2796 -"102140",25185,35456,3,341,2358 -"102141",25185,35589,3,341,983 -"102142",25185,37637,3,341,1328 -"102143",25185,37752,3,341,2223 -"102144",25185,37859,3,341,1999 -"102145",25185,38373,3,341,1928 -"102146",25185,39249,2,341,1665 -"102147",25185,41000,3,341,2011 -"102148",25185,42373,3,341,871 -"102149",25185,44636,3,341,1026 -"102150",25185,46726,3,341,943 -"102151",25185,47965,3,341,2232 -"102152",25185,50996,3,341,929 -"102153",25185,53219,3,341,2973 -"102154",25185,54740,3,341,2750 -"102155",25185,57990,3,341,978 -"102156",25185,58122,3,341,889 -"102157",25185,59039,3,341,2870 -"102158",25185,60689,3,341,859 -"102159",25185,61337,3,341,2777 -"102160",25185,62668,3,341,958 -"102161",25185,63641,3,341,2337 -"102162",25185,64110,3,341,1331 -"102163",25185,64156,3,341,675 -"102164",25185,65188,3,341,2213 -"102165",25185,66622,3,341,799 -"102166",25185,66717,3,341,2104 -"102167",25185,69788,3,341,2007 -"102168",25185,72535,3,341,1191 -"102169",25185,78842,1,341,904 -"102170",25185,80793,2,341,631 -"102171",25185,81400,3,341,2679 -"102172",25185,83253,3,341,1102 -"102173",25185,84822,1,341,2686 -"102174",25185,87958,3,341,1234 -"102175",25185,93332,3,341,982 -"102176",25185,96007,3,341,895 -"102177",25185,99288,3,341,983 -"102178",25198,206,3,1982,1986 -"102179",25198,270,3,1982,2542 -"102180",25198,312,2,1982,2038 -"102181",25198,313,3,1982,2271 -"102182",25198,362,2,1982,2537 -"102183",25198,377,3,1982,2389 -"102184",25198,380,3,1982,2261 -"102185",25198,543,3,1982,2203 -"102186",25198,701,3,1982,2718 -"102187",25198,823,3,1982,2840 -"102188",25198,913,3,1982,2144 -"102189",25198,997,3,1982,2788 -"102190",25198,1102,3,1982,2282 -"102191",25198,1151,3,1982,2885 -"102192",25198,1275,3,1982,2068 -"102193",25198,1495,2,1982,2046 -"102194",25198,1616,2,1982,2662 -"102195",25198,1831,3,1982,2397 -"102196",25198,2036,1,1982,2483 -"102197",25198,2181,2,1982,2030 -"102198",25198,2224,3,1982,2751 -"102199",25198,2424,3,1982,2582 -"102200",25198,2484,3,1982,2389 -"102201",25198,2533,2,1982,2016 -"102202",25198,3161,3,1982,2229 -"102203",25198,3305,3,1982,2839 -"102204",25198,3853,3,1982,2465 -"102205",25198,4057,3,1982,2389 -"102206",25198,5078,3,1982,2033 -"102207",25198,5120,3,1982,2735 -"102208",25198,5429,2,1982,1991 -"102209",25198,5457,3,1982,2077 -"102210",25198,5462,3,1982,2374 -"102211",25198,5504,3,1982,2389 -"102212",25198,6055,3,1982,2651 -"102213",25198,6208,3,1982,2361 -"102214",25198,6363,2,1982,2066 -"102215",25198,7323,3,1982,2858 -"102216",25198,7794,3,1982,2972 -"102217",25198,8760,2,1982,2477 -"102218",25198,9150,3,1982,2689 -"102219",25198,9184,2,1982,2670 -"102220",25198,11055,3,1982,2111 -"102221",25198,11440,2,1982,2026 -"102222",25198,12081,3,1982,2166 -"102223",25198,12713,3,1982,2440 -"102224",25198,12728,3,1982,2374 -"102225",25198,12901,3,1982,2136 -"102226",25198,12982,2,1982,2143 -"102227",25198,13249,3,1982,2573 -"102228",25198,14507,2,1982,2686 -"102229",25198,14652,3,1982,2516 -"102230",25198,15008,3,1982,2338 -"102231",25198,15729,3,1982,2338 -"102232",25198,15813,3,1982,2143 -"102233",25198,16432,3,1982,2664 -"102234",25198,16587,2,1982,2065 -"102235",25198,16954,3,1982,2972 -"102236",25198,17351,3,1982,2036 -"102237",25198,18554,2,1982,2065 -"102238",25198,19248,1,1982,2357 -"102239",25198,19606,2,1982,2783 -"102240",25198,19643,2,1982,2452 -"102241",25198,19719,2,1982,2177 -"102242",25198,20984,3,1982,2502 -"102243",25198,21929,3,1982,2062 -"102244",25198,22277,3,1982,2424 -"102245",25198,23498,3,1982,2398 -"102246",25198,23509,3,1982,2275 -"102247",25198,24825,2,1982,2686 -"102248",25198,25129,3,1982,2647 -"102249",25198,25985,3,1982,2071 -"102250",25198,26749,3,1982,2965 -"102251",25198,27275,3,1982,2656 -"102252",25198,27478,3,1982,2485 -"102253",25198,27694,2,1982,2030 -"102254",25198,29473,3,1982,2602 -"102255",25198,31159,3,1982,2231 -"102256",25198,31799,3,1982,2547 -"102257",25198,32965,3,1982,2071 -"102258",25198,33160,3,1982,2441 -"102259",25198,33380,3,1982,2340 -"102260",25198,33672,2,1982,2396 -"102261",25198,34132,3,1982,2076 -"102262",25198,34815,3,1982,2354 -"102263",25198,35256,2,1982,2271 -"102264",25198,35738,3,1982,2448 -"102265",25198,37570,3,1982,2389 -"102266",25198,38307,3,1982,2648 -"102267",25198,39444,3,1982,2695 -"102268",25198,39535,2,1982,2428 -"102269",25198,40756,3,1982,2329 -"102270",25198,43455,3,1982,2846 -"102271",25198,46629,3,1982,2255 -"102272",25198,47098,3,1982,2057 -"102273",25198,48501,3,1982,2010 -"102274",25198,48571,3,1982,2717 -"102275",25198,48605,2,1982,2796 -"102276",25198,50252,3,1982,2001 -"102277",25198,50685,3,1982,2008 -"102278",25198,50785,3,1982,2877 -"102279",25198,51041,1,1982,2606 -"102280",25198,52570,3,1982,2645 -"102281",25198,52576,3,1982,2234 -"102282",25198,53031,3,1982,2065 -"102283",25198,53219,2,1982,2973 -"102284",25198,53851,3,1982,2305 -"102285",25198,54695,3,1982,2429 -"102286",25198,54775,3,1982,2383 -"102287",25198,55556,3,1982,2075 -"102288",25198,61982,2,1982,2725 -"102289",25198,62841,2,1982,2710 -"102290",25198,64945,3,1982,2279 -"102291",25198,70573,3,1982,1993 -"102292",25198,70647,3,1982,2795 -"102293",25198,73305,3,1982,2544 -"102294",25198,76892,3,1982,2381 -"102295",25198,85430,3,1982,2370 -"102296",25198,99860,3,1982,2071 -"102297",25241,489,1,1233,2652 -"102298",25241,733,3,1233,1653 -"102299",25241,750,3,1233,1327 -"102300",25241,1196,2,1233,1986 -"102301",25241,2190,3,1233,2359 -"102302",25241,2224,2,1233,2751 -"102303",25241,2289,3,1233,2389 -"102304",25241,3751,2,1233,1358 -"102305",25241,4660,3,1233,2149 -"102306",25241,8821,2,1233,2230 -"102307",25241,10358,3,1233,2294 -"102308",25241,10716,2,1233,1692 -"102309",25241,12518,3,1233,2747 -"102310",25241,12703,3,1233,2689 -"102311",25241,15713,3,1233,1646 -"102312",25241,19204,3,1233,1753 -"102313",25241,20124,3,1233,2376 -"102314",25241,20311,3,1233,1981 -"102315",25241,21754,3,1233,1881 -"102316",25241,27390,3,1233,2425 -"102317",25241,33801,3,1233,2899 -"102318",25241,35187,1,1233,2488 -"102319",25241,42407,3,1233,2408 -"102320",25241,53846,2,1233,2737 -"102321",25241,73786,3,1233,2937 -"102322",25241,76081,3,1233,1534 -"102323",25241,77815,3,1233,2358 -"102324",25241,87110,3,1233,2801 -"102325",25241,94444,3,1233,1554 -"102326",25248,602,2,1938,2632 -"102327",25248,762,3,1938,2671 -"102328",25248,3896,3,1938,2693 -"102329",25248,6982,2,1938,2034 -"102330",25248,7009,3,1938,1982 -"102331",25248,12703,3,1938,2689 -"102332",25248,14103,1,1938,2204 -"102333",25248,14723,3,1938,2019 -"102334",25248,22311,2,1938,2034 -"102335",25248,28982,2,1938,2746 -"102336",25248,38885,3,1938,2720 -"102337",25248,62939,3,1938,2574 -"102338",25253,5614,3,115,2122 -"102339",25253,12373,3,115,1567 -"102340",25253,14103,3,115,2204 -"102341",25253,14172,2,115,1923 -"102342",25253,14723,3,115,2019 -"102343",25253,22311,3,115,2034 -"102344",25253,28648,3,115,1586 -"102345",25253,70714,2,115,2030 -"102346",25253,79234,2,115,1611 -"102347",25253,95613,3,115,317 -"102348",25259,468,3,1699,1966 -"102349",25259,5816,3,1699,2408 -"102350",25259,26100,3,1699,1966 -"102351",25259,27882,3,1699,1897 -"102352",25259,47375,3,1699,2043 -"102353",25259,53362,3,1699,2360 -"102354",25259,55775,3,1699,2385 -"102355",25269,12608,3,306,1337 -"102356",25269,13537,3,306,1020 -"102357",25269,16502,3,306,1616 -"102358",25269,17572,3,306,340 -"102359",25269,19092,3,306,906 -"102360",25269,20176,3,306,1050 -"102361",25269,23597,3,306,1080 -"102362",25269,25043,2,306,903 -"102363",25269,25390,1,306,903 -"102364",25269,26642,2,306,2952 -"102365",25269,26793,3,306,2104 -"102366",25269,28051,3,306,2089 -"102367",25269,30334,3,306,2075 -"102368",25269,37400,3,306,2860 -"102369",25269,37636,3,306,2178 -"102370",25269,40392,3,306,1878 -"102371",25269,41134,3,306,2952 -"102372",25269,42756,3,306,1384 -"102373",25269,47148,3,306,569 -"102374",25269,50335,3,306,1893 -"102375",25269,51783,3,306,2599 -"102376",25269,53687,3,306,2422 -"102377",25269,54523,3,306,1935 -"102378",25269,66994,3,306,1865 -"102379",25269,68586,3,306,2322 -"102380",25269,71712,3,306,2399 -"102381",25269,76637,3,306,833 -"102382",25269,78342,3,306,746 -"102383",25270,3100,2,985,2524 -"102384",25270,3403,3,985,2951 -"102385",25270,3786,2,985,2282 -"102386",25270,4144,3,985,1520 -"102387",25270,4669,3,985,2395 -"102388",25270,5673,3,985,1567 -"102389",25270,6071,2,985,2310 -"102390",25270,6432,3,985,2297 -"102391",25270,6562,3,985,1139 -"102392",25270,7254,3,985,1849 -"102393",25270,9050,3,985,2026 -"102394",25270,9727,3,985,2327 -"102395",25270,9912,2,985,1356 -"102396",25270,11135,1,985,2441 -"102397",25270,11858,3,985,1530 -"102398",25270,12031,3,985,1957 -"102399",25270,15502,2,985,2637 -"102400",25270,15916,2,985,1236 -"102401",25270,16833,3,985,1661 -"102402",25270,19323,3,985,1705 -"102403",25270,19687,2,985,2072 -"102404",25270,19972,3,985,2078 -"102405",25270,20517,3,985,1465 -"102406",25270,21895,3,985,1693 -"102407",25270,21976,2,985,1808 -"102408",25270,23639,1,985,2065 -"102409",25270,23731,2,985,1656 -"102410",25270,24116,2,985,1413 -"102411",25270,24441,3,985,2256 -"102412",25270,25286,2,985,1545 -"102413",25270,25886,3,985,1580 -"102414",25270,26567,1,985,1158 -"102415",25270,28567,3,985,2398 -"102416",25270,29534,3,985,1199 -"102417",25270,32312,3,985,1472 -"102418",25270,33363,3,985,2475 -"102419",25270,34055,2,985,1881 -"102420",25270,34334,3,985,1637 -"102421",25270,42486,3,985,1951 -"102422",25270,45487,2,985,2256 -"102423",25270,47130,3,985,2654 -"102424",25270,47330,3,985,2422 -"102425",25270,47827,3,985,1957 -"102426",25270,51448,2,985,1593 -"102427",25270,55436,3,985,2513 -"102428",25270,56212,2,985,1410 -"102429",25270,56673,2,985,2419 -"102430",25270,62498,3,985,1698 -"102431",25270,65223,3,985,2724 -"102432",25270,79025,3,985,1473 -"102433",25270,79236,2,985,1505 -"102434",25270,79404,2,985,1079 -"102435",25270,80061,3,985,1223 -"102436",25270,81134,1,985,1384 -"102437",25270,81853,3,985,1207 -"102438",25270,83133,3,985,1055 -"102439",25270,85264,3,985,1236 -"102440",25270,92381,2,985,1237 -"102441",25270,92947,3,985,1289 -"102442",25270,93317,2,985,1223 -"102443",25270,93670,3,985,1682 -"102444",25270,99955,3,985,1223 -"102445",25270,104659,3,985,2026 -"102446",25270,106554,3,985,1270 -"102447",25270,114769,2,985,1108 -"102448",25270,116792,2,985,2397 -"102449",25271,3961,3,1172,2426 -"102450",25271,5239,3,1172,2875 -"102451",25271,7196,2,1172,1508 -"102452",25271,7984,3,1172,2493 -"102453",25271,11477,3,1172,2724 -"102454",25271,14943,2,1172,1942 -"102455",25271,15401,3,1172,1999 -"102456",25271,16625,3,1172,1285 -"102457",25271,16801,2,1172,2008 -"102458",25271,16826,3,1172,2599 -"102459",25271,23726,3,1172,2434 -"102460",25271,26713,3,1172,1235 -"102461",25271,28784,3,1172,1579 -"102462",25271,32988,3,1172,2008 -"102463",25271,34158,3,1172,2639 -"102464",25271,36862,3,1172,2655 -"102465",25271,38219,3,1172,1689 -"102466",25271,40432,3,1172,1956 -"102467",25271,40645,3,1172,1899 -"102468",25271,42505,3,1172,2008 -"102469",25271,45959,3,1172,1880 -"102470",25271,46040,3,1172,2105 -"102471",25271,56237,3,1172,2625 -"102472",25271,65155,3,1172,1947 -"102473",25271,65203,3,1172,1597 -"102474",25271,65322,2,1172,2008 -"102475",25271,76511,3,1172,1250 -"102476",25271,78150,3,1172,2581 -"102477",25271,79567,3,1172,1942 -"102478",25271,79815,3,1172,1713 -"102479",25271,82409,3,1172,1881 -"102480",25271,92757,3,1172,2615 -"102481",25271,96352,3,1172,1493 -"102482",25271,97160,3,1172,1215 -"102483",25271,106620,3,1172,1177 -"102484",25286,3100,2,1545,2524 -"102485",25286,3520,2,1545,2281 -"102486",25286,3786,2,1545,2282 -"102487",25286,5606,3,1545,2875 -"102488",25286,6071,3,1545,2310 -"102489",25286,11135,2,1545,2441 -"102490",25286,12031,3,1545,1957 -"102491",25286,15502,3,1545,2637 -"102492",25286,19687,1,1545,2072 -"102493",25286,21352,2,1545,1604 -"102494",25286,21976,3,1545,1808 -"102495",25286,23364,3,1545,2306 -"102496",25286,23639,2,1545,2065 -"102497",25286,23731,2,1545,1656 -"102498",25286,28355,3,1545,2053 -"102499",25286,28567,3,1545,2398 -"102500",25286,29276,2,1545,2000 -"102501",25286,31087,3,1545,1757 -"102502",25286,33363,2,1545,2475 -"102503",25286,34334,3,1545,1637 -"102504",25286,34953,3,1545,1817 -"102505",25286,45299,3,1545,2426 -"102506",25286,45487,3,1545,2256 -"102507",25286,47130,3,1545,2654 -"102508",25286,47330,3,1545,2422 -"102509",25286,47827,3,1545,1957 -"102510",25286,49147,3,1545,2539 -"102511",25286,49334,3,1545,2433 -"102512",25286,51448,3,1545,1593 -"102513",25286,56673,3,1545,2419 -"102514",25286,62498,3,1545,1698 -"102515",25286,65223,3,1545,2724 -"102516",25286,80050,3,1545,2698 -"102517",25286,91772,3,1545,2233 -"102518",25286,93670,3,1545,1682 -"102519",25286,116792,3,1545,2397 -"102520",25289,135,2,1790,2233 -"102521",25289,455,3,1790,2827 -"102522",25289,470,3,1790,2285 -"102523",25289,913,3,1790,2144 -"102524",25289,1691,3,1790,1941 -"102525",25289,3271,3,1790,2216 -"102526",25289,4084,3,1790,2133 -"102527",25289,4191,3,1790,2130 -"102528",25289,7245,3,1790,2089 -"102529",25289,9272,3,1790,2835 -"102530",25289,10433,3,1790,2075 -"102531",25289,15799,3,1790,1917 -"102532",25289,23705,3,1790,2699 -"102533",25289,23918,3,1790,1881 -"102534",25289,24568,3,1790,1937 -"102535",25289,25341,3,1790,1858 -"102536",25289,29170,3,1790,1846 -"102537",25289,33622,2,1790,2230 -"102538",25289,43173,3,1790,2895 -"102539",25289,43226,2,1790,2442 -"102540",25289,45633,3,1790,2134 -"102541",25289,48110,3,1790,2009 -"102542",25289,50685,3,1790,2008 -"102543",25289,53196,2,1790,1888 -"102544",25289,55139,3,1790,2323 -"102545",25289,56688,3,1790,2331 -"102546",25289,58508,3,1790,2326 -"102547",25289,63409,3,1790,1937 -"102548",25289,64181,3,1790,1828 -"102549",25289,66413,3,1790,2507 -"102550",25289,69335,3,1790,2698 -"102551",25289,105063,3,1790,1908 -"102552",25295,2446,2,341,2606 -"102553",25295,7719,2,341,1954 -"102554",25295,8062,3,341,2858 -"102555",25295,8140,3,341,1262 -"102556",25295,8865,3,341,2394 -"102557",25295,9484,3,341,1429 -"102558",25295,10595,3,341,494 -"102559",25295,11429,3,341,2520 -"102560",25295,11728,3,341,1121 -"102561",25295,13136,1,341,2867 -"102562",25295,15826,3,341,2772 -"102563",25295,15879,3,341,419 -"102564",25295,16176,3,341,2703 -"102565",25295,16690,3,341,2132 -"102566",25295,19751,3,341,1630 -"102567",25295,21240,3,341,1162 -"102568",25295,22723,3,341,2859 -"102569",25295,32424,2,341,848 -"102570",25295,34334,3,341,1637 -"102571",25295,34892,2,341,2309 -"102572",25295,36346,3,341,1240 -"102573",25295,37522,3,341,1270 -"102574",25295,37637,3,341,1328 -"102575",25295,39418,3,341,1978 -"102576",25295,41694,3,341,2358 -"102577",25295,42213,3,341,837 -"102578",25295,42331,2,341,1585 -"102579",25295,50903,3,341,931 -"102580",25295,56862,3,341,868 -"102581",25295,58122,3,341,889 -"102582",25295,60808,3,341,1258 -"102583",25295,61337,3,341,2777 -"102584",25295,64110,2,341,1331 -"102585",25295,66622,3,341,799 -"102586",25295,69232,3,341,2130 -"102587",25295,70101,2,341,2414 -"102588",25295,73245,3,341,802 -"102589",25295,74055,3,341,1544 -"102590",25295,74771,3,341,2935 -"102591",25295,75537,2,341,1331 -"102592",25295,77864,3,341,2227 -"102593",25295,78569,3,341,578 -"102594",25295,78842,3,341,904 -"102595",25295,81164,3,341,2260 -"102596",25295,81400,2,341,2679 -"102597",25295,83253,3,341,1102 -"102598",25295,84822,3,341,2686 -"102599",25295,85778,3,341,1040 -"102600",25295,85869,3,341,1509 -"102601",25295,92860,2,341,1643 -"102602",25295,93332,3,341,982 -"102603",25295,121361,3,341,1328 -"102604",25305,270,3,2447,2542 -"102605",25305,2224,3,2447,2751 -"102606",25305,2424,3,2447,2582 -"102607",25305,8762,3,2447,2585 -"102608",25305,14959,3,2447,2898 -"102609",25305,16310,3,2447,2796 -"102610",25305,18361,3,2447,2968 -"102611",25305,22326,2,2447,2818 -"102612",25305,22415,3,2447,2841 -"102613",25305,26749,3,2447,2965 -"102614",25305,27275,3,2447,2656 -"102615",25305,30052,2,2447,2855 -"102616",25305,42216,3,2447,2722 -"102617",25305,43455,3,2447,2846 -"102618",25305,50118,3,2447,2654 -"102619",25305,51783,3,2447,2599 -"102620",25305,61982,3,2447,2725 -"102621",25305,79322,2,2447,2770 -"102622",25325,53219,3,2963,2973 -"102623",25327,841,3,977,2964 -"102624",25327,1196,3,977,1986 -"102625",25327,1203,3,977,1350 -"102626",25327,2120,3,977,1133 -"102627",25327,2852,2,977,2448 -"102628",25327,3284,1,977,1541 -"102629",25327,5897,3,977,2337 -"102630",25327,8610,3,977,2240 -"102631",25327,11239,3,977,2181 -"102632",25327,12897,3,977,1351 -"102633",25327,15978,2,977,981 -"102634",25327,21207,3,977,1258 -"102635",25327,28081,3,977,1927 -"102636",25327,28094,3,977,1423 -"102637",25327,32549,3,977,2111 -"102638",25327,32775,3,977,2135 -"102639",25327,34831,3,977,1866 -"102640",25327,36514,2,977,1192 -"102641",25327,37929,3,977,2393 -"102642",25327,38333,3,977,1365 -"102643",25327,41023,3,977,2408 -"102644",25327,41969,3,977,2189 -"102645",25327,44235,3,977,2700 -"102646",25327,52215,3,977,1908 -"102647",25327,55472,3,977,1516 -"102648",25327,61585,3,977,2315 -"102649",25327,68789,3,977,1929 -"102650",25327,70070,2,977,2425 -"102651",25327,71531,3,977,2887 -"102652",25330,3493,3,2370,2451 -"102653",25330,4698,3,2370,2481 -"102654",25330,10119,3,2370,2374 -"102655",25330,19190,3,2370,2677 -"102656",25341,135,2,1858,2233 -"102657",25341,145,3,1858,1998 -"102658",25341,455,3,1858,2827 -"102659",25341,671,2,1858,2328 -"102660",25341,913,3,1858,2144 -"102661",25341,1046,2,1858,1881 -"102662",25341,1102,3,1858,2282 -"102663",25341,1136,2,1858,2536 -"102664",25341,1151,3,1858,2885 -"102665",25341,1616,3,1858,2662 -"102666",25341,2224,3,1858,2751 -"102667",25341,2765,3,1858,2321 -"102668",25341,2954,1,1858,2727 -"102669",25341,3164,3,1858,2693 -"102670",25341,3966,3,1858,2425 -"102671",25341,4191,2,1858,2130 -"102672",25341,4618,2,1858,2607 -"102673",25341,4687,3,1858,2152 -"102674",25341,4980,3,1858,2093 -"102675",25341,5041,3,1858,2371 -"102676",25341,5148,3,1858,2206 -"102677",25341,5462,3,1858,2374 -"102678",25341,5504,3,1858,2389 -"102679",25341,5669,3,1858,2502 -"102680",25341,5725,2,1858,2789 -"102681",25341,6052,3,1858,1985 -"102682",25341,6392,3,1858,1878 -"102683",25341,6428,3,1858,1952 -"102684",25341,6491,3,1858,2424 -"102685",25341,6740,3,1858,2699 -"102686",25341,7245,3,1858,2089 -"102687",25341,7847,2,1858,2424 -"102688",25341,8258,3,1858,1959 -"102689",25341,8533,3,1858,2251 -"102690",25341,10130,3,1858,2741 -"102691",25341,10404,3,1858,2062 -"102692",25341,10859,3,1858,2231 -"102693",25341,10890,3,1858,2639 -"102694",25341,12867,3,1858,2773 -"102695",25341,13929,3,1858,2693 -"102696",25341,15184,3,1858,2396 -"102697",25341,15539,3,1858,1929 -"102698",25341,18415,3,1858,2184 -"102699",25341,19027,3,1858,2721 -"102700",25341,20563,2,1858,2267 -"102701",25341,21138,3,1858,2849 -"102702",25341,22277,3,1858,2424 -"102703",25341,22714,3,1858,2793 -"102704",25341,23745,3,1858,1968 -"102705",25341,23918,3,1858,1881 -"102706",25341,25129,2,1858,2647 -"102707",25341,25816,3,1858,2088 -"102708",25341,26351,3,1858,2683 -"102709",25341,26436,3,1858,2489 -"102710",25341,26516,3,1858,2479 -"102711",25341,27478,3,1858,2485 -"102712",25341,27628,3,1858,2389 -"102713",25341,27753,3,1858,2750 -"102714",25341,28285,3,1858,2972 -"102715",25341,28892,3,1858,2023 -"102716",25341,29917,3,1858,1962 -"102717",25341,31235,3,1858,2668 -"102718",25341,31799,2,1858,2547 -"102719",25341,32939,3,1858,2277 -"102720",25341,32988,3,1858,2008 -"102721",25341,34216,3,1858,2832 -"102722",25341,34509,1,1858,1973 -"102723",25341,36574,3,1858,2934 -"102724",25341,37418,3,1858,2710 -"102725",25341,37620,3,1858,2716 -"102726",25341,38727,2,1858,2238 -"102727",25341,39087,3,1858,2765 -"102728",25341,40369,2,1858,2735 -"102729",25341,41402,3,1858,2313 -"102730",25341,42474,3,1858,2322 -"102731",25341,42505,3,1858,2008 -"102732",25341,42935,3,1858,2400 -"102733",25341,44427,3,1858,2875 -"102734",25341,45633,3,1858,2134 -"102735",25341,45715,3,1858,2287 -"102736",25341,47248,3,1858,2883 -"102737",25341,47857,3,1858,2325 -"102738",25341,47947,3,1858,2681 -"102739",25341,49965,3,1858,2301 -"102740",25341,50685,3,1858,2008 -"102741",25341,51017,3,1858,2073 -"102742",25341,51410,3,1858,2739 -"102743",25341,53031,3,1858,2065 -"102744",25341,53196,2,1858,1888 -"102745",25341,53300,3,1858,2162 -"102746",25341,54879,3,1858,2210 -"102747",25341,55139,2,1858,2323 -"102748",25341,55691,3,1858,2856 -"102749",25341,55906,3,1858,2851 -"102750",25341,57804,3,1858,2214 -"102751",25341,57977,3,1858,2683 -"102752",25341,62840,3,1858,2502 -"102753",25341,62841,3,1858,2710 -"102754",25341,63477,3,1858,1907 -"102755",25341,64997,2,1858,2791 -"102756",25341,65029,3,1858,2954 -"102757",25341,66413,3,1858,2507 -"102758",25341,70046,3,1858,2624 -"102759",25341,71562,3,1858,2574 -"102760",25341,71618,3,1858,2960 -"102761",25341,73197,3,1858,1998 -"102762",25341,74095,3,1858,2333 -"102763",25341,105063,3,1858,1908 -"102764",25341,111843,3,1858,1963 -"102765",25345,1708,3,713,1591 -"102766",25345,2443,3,713,2333 -"102767",25345,6295,3,713,856 -"102768",25345,7604,3,713,1366 -"102769",25345,9269,2,713,1892 -"102770",25345,9656,3,713,1135 -"102771",25345,9895,1,713,1960 -"102772",25345,9910,2,713,2526 -"102773",25345,9948,2,713,2019 -"102774",25345,11351,3,713,2971 -"102775",25345,11858,3,713,1530 -"102776",25345,12473,3,713,801 -"102777",25345,12632,2,713,1174 -"102778",25345,12914,2,713,1557 -"102779",25345,14212,3,713,857 -"102780",25345,16347,2,713,1868 -"102781",25345,20695,2,713,2526 -"102782",25345,21044,3,713,1574 -"102783",25345,26740,3,713,2695 -"102784",25345,32966,3,713,1583 -"102785",25345,34331,3,713,1727 -"102786",25345,38697,3,713,2701 -"102787",25345,43725,3,713,935 -"102788",25345,44744,3,713,2032 -"102789",25345,46568,3,713,822 -"102790",25345,46616,3,713,1917 -"102791",25345,47607,3,713,2724 -"102792",25345,49379,3,713,1573 -"102793",25345,49708,3,713,1147 -"102794",25345,51505,3,713,1572 -"102795",25345,53584,3,713,2391 -"102796",25345,55261,3,713,1915 -"102797",25345,56364,2,713,1626 -"102798",25345,63631,3,713,763 -"102799",25345,64803,3,713,841 -"102800",25345,69453,3,713,2831 -"102801",25345,76796,2,713,1140 -"102802",25345,77167,3,713,836 -"102803",25345,79874,3,713,1570 -"102804",25345,80801,2,713,1250 -"102805",25345,84591,2,713,1685 -"102806",25345,85926,3,713,907 -"102807",25345,87915,2,713,1152 -"102808",25345,92630,3,713,1583 -"102809",25345,101381,3,713,977 -"102810",25345,101666,2,713,1257 -"102811",25345,107467,3,713,1524 -"102812",25373,371,3,2783,2950 -"102813",25373,841,3,2783,2964 -"102814",25373,3403,3,2783,2951 -"102815",25373,7252,3,2783,2799 -"102816",25373,8062,1,2783,2858 -"102817",25373,11648,3,2783,2852 -"102818",25373,17037,3,2783,2947 -"102819",25373,18371,3,2783,2860 -"102820",25373,22723,3,2783,2859 -"102821",25373,27686,3,2783,2844 -"102822",25373,30705,3,2783,2959 -"102823",25373,36953,3,2783,2790 -"102824",25373,45869,3,2783,2840 -"102825",25378,140,3,1245,2267 -"102826",25378,145,3,1245,1998 -"102827",25378,237,3,1245,1982 -"102828",25378,913,3,1245,2144 -"102829",25378,2452,3,1245,1715 -"102830",25378,3477,3,1245,2546 -"102831",25378,4551,2,1245,2720 -"102832",25378,5303,3,1245,1849 -"102833",25378,5897,3,1245,2337 -"102834",25378,6390,3,1245,2385 -"102835",25378,6821,3,1245,1788 -"102836",25378,7254,3,1245,1849 -"102837",25378,8354,3,1245,1705 -"102838",25378,8888,3,1245,1328 -"102839",25378,9301,2,1245,1861 -"102840",25378,9787,3,1245,2858 -"102841",25378,10215,3,1245,2006 -"102842",25378,10453,3,1245,1656 -"102843",25378,10473,3,1245,1783 -"102844",25378,11516,2,1245,1937 -"102845",25378,12199,3,1245,1651 -"102846",25378,13068,1,1245,1778 -"102847",25378,13842,3,1245,2250 -"102848",25378,14287,3,1245,1583 -"102849",25378,14709,3,1245,1901 -"102850",25378,14915,3,1245,2606 -"102851",25378,15146,3,1245,1546 -"102852",25378,16437,3,1245,1956 -"102853",25378,16501,3,1245,1650 -"102854",25378,19322,3,1245,2048 -"102855",25378,19433,3,1245,2504 -"102856",25378,19934,2,1245,2888 -"102857",25378,20395,3,1245,1468 -"102858",25378,21795,3,1245,2653 -"102859",25378,23131,3,1245,1732 -"102860",25378,23132,3,1245,2756 -"102861",25378,23277,3,1245,1267 -"102862",25378,24176,3,1245,1986 -"102863",25378,24568,3,1245,1937 -"102864",25378,25163,3,1245,1751 -"102865",25378,26642,3,1245,2952 -"102866",25378,27280,3,1245,1965 -"102867",25378,27320,2,1245,2378 -"102868",25378,27391,2,1245,2378 -"102869",25378,27722,3,1245,1266 -"102870",25378,27908,3,1245,2576 -"102871",25378,28893,3,1245,2764 -"102872",25378,29286,3,1245,1612 -"102873",25378,29495,2,1245,1612 -"102874",25378,30334,3,1245,2075 -"102875",25378,30525,3,1245,1964 -"102876",25378,30865,3,1245,2038 -"102877",25378,30891,3,1245,1256 -"102878",25378,31235,2,1245,2668 -"102879",25378,33341,3,1245,2338 -"102880",25378,35302,3,1245,1589 -"102881",25378,36666,3,1245,1270 -"102882",25378,37636,3,1245,2178 -"102883",25378,37752,3,1245,2223 -"102884",25378,38373,2,1245,1928 -"102885",25378,39062,3,1245,2020 -"102886",25378,39249,3,1245,1665 -"102887",25378,40035,3,1245,2742 -"102888",25378,40392,3,1245,1878 -"102889",25378,40623,3,1245,2580 -"102890",25378,46486,3,1245,1868 -"102891",25378,47445,3,1245,2668 -"102892",25378,47968,3,1245,2829 -"102893",25378,49712,3,1245,1937 -"102894",25378,51783,3,1245,2599 -"102895",25378,52154,3,1245,1722 -"102896",25378,53051,3,1245,1940 -"102897",25378,54855,3,1245,1525 -"102898",25378,57544,3,1245,2443 -"102899",25378,57765,2,1245,2893 -"102900",25378,58829,3,1245,1256 -"102901",25378,58945,3,1245,2481 -"102902",25378,59485,2,1245,1564 -"102903",25378,61443,3,1245,2770 -"102904",25378,62219,3,1245,2494 -"102905",25378,63409,3,1245,1937 -"102906",25378,63644,3,1245,1267 -"102907",25378,64967,3,1245,2872 -"102908",25378,65188,2,1245,2213 -"102909",25378,65522,3,1245,1572 -"102910",25378,69788,3,1245,2007 -"102911",25378,74795,3,1245,1319 -"102912",25378,75935,3,1245,1569 -"102913",25378,80429,3,1245,1927 -"102914",25378,82252,3,1245,1248 -"102915",25378,88067,3,1245,2315 -"102916",25378,88808,3,1245,1462 -"102917",25378,90065,3,1245,1418 -"102918",25378,107292,2,1245,1667 -"102919",25378,107649,3,1245,1573 -"102920",25378,119524,2,1245,1930 -"102921",25390,2,3,903,2796 -"102922",25390,371,3,903,2950 -"102923",25390,860,3,903,1258 -"102924",25390,5119,3,903,2220 -"102925",25390,9332,3,903,2734 -"102926",25390,12608,3,903,1337 -"102927",25390,13537,3,903,1020 -"102928",25390,16502,2,903,1616 -"102929",25390,19092,3,903,906 -"102930",25390,20176,3,903,1050 -"102931",25390,20984,3,903,2502 -"102932",25390,23597,2,903,1080 -"102933",25390,26642,2,903,2952 -"102934",25390,26793,3,903,2104 -"102935",25390,28051,2,903,2089 -"102936",25390,28869,3,903,2425 -"102937",25390,30334,3,903,2075 -"102938",25390,33657,3,903,2336 -"102939",25390,37400,3,903,2860 -"102940",25390,37636,3,903,2178 -"102941",25390,40392,3,903,1878 -"102942",25390,41134,3,903,2952 -"102943",25390,42256,3,903,2839 -"102944",25390,42562,3,903,1195 -"102945",25390,42756,3,903,1384 -"102946",25390,49712,3,903,1937 -"102947",25390,50335,3,903,1893 -"102948",25390,51783,3,903,2599 -"102949",25390,53687,2,903,2422 -"102950",25390,54523,2,903,1935 -"102951",25390,56936,3,903,1519 -"102952",25390,66994,3,903,1865 -"102953",25390,68586,3,903,2322 -"102954",25390,71712,3,903,2399 -"102955",25390,96462,3,903,1967 -"102956",25399,15636,3,2784,2857 -"102957",25399,23787,3,2784,2810 -"102958",25407,100586,3,551,2966 -"102959",25440,35037,3,2749,2974 -"102960",25443,145,3,1441,1998 -"102961",25443,913,3,1441,2144 -"102962",25443,1226,3,1441,2353 -"102963",25443,2195,2,1441,2139 -"102964",25443,3164,3,1441,2693 -"102965",25443,3306,3,1441,1989 -"102966",25443,3477,3,1441,2546 -"102967",25443,3961,3,1441,2426 -"102968",25443,4289,2,1441,1921 -"102969",25443,4763,3,1441,1960 -"102970",25443,5315,3,1441,2631 -"102971",25443,5669,3,1441,2502 -"102972",25443,5725,3,1441,2789 -"102973",25443,6047,3,1441,2004 -"102974",25443,6104,3,1441,2462 -"102975",25443,6234,3,1441,2654 -"102976",25443,6363,3,1441,2066 -"102977",25443,6417,3,1441,1675 -"102978",25443,7337,3,1441,1797 -"102979",25443,7627,3,1441,1543 -"102980",25443,9150,3,1441,2689 -"102981",25443,9423,3,1441,1708 -"102982",25443,10148,3,1441,2964 -"102983",25443,10358,3,1441,2294 -"102984",25443,10513,3,1441,2284 -"102985",25443,10779,2,1441,2881 -"102986",25443,10964,3,1441,2043 -"102987",25443,11067,3,1441,2734 -"102988",25443,11218,3,1441,2292 -"102989",25443,13068,3,1441,1778 -"102990",25443,13837,3,1441,1604 -"102991",25443,14032,3,1441,2144 -"102992",25443,14507,3,1441,2686 -"102993",25443,14731,3,1441,2012 -"102994",25443,14972,3,1441,2332 -"102995",25443,15003,3,1441,2067 -"102996",25443,15207,3,1441,1855 -"102997",25443,15626,3,1441,2434 -"102998",25443,16195,2,1441,2964 -"102999",25443,16352,3,1441,2657 -"103000",25443,17396,1,1441,1672 -"103001",25443,17819,2,1441,2291 -"103002",25443,17852,2,1441,2840 -"103003",25443,19027,3,1441,2721 -"103004",25443,19934,3,1441,2888 -"103005",25443,20545,3,1441,1491 -"103006",25443,21138,3,1441,2849 -"103007",25443,21487,3,1441,2203 -"103008",25443,22331,1,1441,2687 -"103009",25443,23310,3,1441,2371 -"103010",25443,23715,3,1441,1859 -"103011",25443,23725,3,1441,2378 -"103012",25443,23787,3,1441,2810 -"103013",25443,24195,3,1441,1575 -"103014",25443,24240,3,1441,1755 -"103015",25443,24648,3,1441,1833 -"103016",25443,24825,2,1441,2686 -"103017",25443,25508,3,1441,2081 -"103018",25443,25985,3,1441,2071 -"103019",25443,26658,3,1441,2745 -"103020",25443,28893,3,1441,2764 -"103021",25443,29295,2,1441,2043 -"103022",25443,29930,3,1441,2240 -"103023",25443,30092,3,1441,1593 -"103024",25443,30981,3,1441,2366 -"103025",25443,31235,3,1441,2668 -"103026",25443,31307,2,1441,2139 -"103027",25443,31832,2,1441,2163 -"103028",25443,32939,2,1441,2277 -"103029",25443,32965,3,1441,2071 -"103030",25443,33160,3,1441,2441 -"103031",25443,33383,1,1441,1572 -"103032",25443,34509,3,1441,1973 -"103033",25443,34735,3,1441,2767 -"103034",25443,35264,3,1441,2329 -"103035",25443,35360,3,1441,2043 -"103036",25443,35518,3,1441,1721 -"103037",25443,36215,3,1441,1623 -"103038",25443,36691,3,1441,1903 -"103039",25443,38213,3,1441,1744 -"103040",25443,38227,3,1441,2511 -"103041",25443,38676,3,1441,2286 -"103042",25443,40368,3,1441,2876 -"103043",25443,41955,3,1441,2479 -"103044",25443,42256,3,1441,2839 -"103045",25443,43902,3,1441,1726 -"103046",25443,44089,3,1441,1632 -"103047",25443,45585,3,1441,2384 -"103048",25443,45704,2,1441,2687 -"103049",25443,46596,3,1441,1942 -"103050",25443,47248,3,1441,2883 -"103051",25443,49620,3,1441,1868 -"103052",25443,50134,3,1441,2674 -"103053",25443,51017,2,1441,2073 -"103054",25443,51035,3,1441,2397 -"103055",25443,53134,3,1441,1590 -"103056",25443,53445,3,1441,2028 -"103057",25443,54929,2,1441,2783 -"103058",25443,56903,3,1441,1584 -"103059",25443,57549,3,1441,2335 -"103060",25443,57765,2,1441,2893 -"103061",25443,57804,2,1441,2214 -"103062",25443,58284,3,1441,2292 -"103063",25443,60879,3,1441,2792 -"103064",25443,66860,3,1441,1548 -"103065",25443,70528,2,1441,2727 -"103066",25443,74636,3,1441,2525 -"103067",25443,82246,3,1441,1538 -"103068",25443,92322,3,1441,2393 -"103069",25451,3100,3,698,2524 -"103070",25451,3403,3,698,2951 -"103071",25451,3786,3,698,2282 -"103072",25451,5673,2,698,1567 -"103073",25451,6071,3,698,2310 -"103074",25451,9912,3,698,1356 -"103075",25451,11135,2,698,2441 -"103076",25451,15502,3,698,2637 -"103077",25451,15916,3,698,1236 -"103078",25451,19687,3,698,2072 -"103079",25451,20413,3,698,806 -"103080",25451,21895,3,698,1693 -"103081",25451,21976,3,698,1808 -"103082",25451,23639,2,698,2065 -"103083",25451,23731,3,698,1656 -"103084",25451,24116,3,698,1413 -"103085",25451,25270,1,698,985 -"103086",25451,25286,3,698,1545 -"103087",25451,26567,2,698,1158 -"103088",25451,34055,3,698,1881 -"103089",25451,34559,3,698,1105 -"103090",25451,39577,3,698,1728 -"103091",25451,45487,3,698,2256 -"103092",25451,48764,3,698,860 -"103093",25451,51448,3,698,1593 -"103094",25451,56212,3,698,1410 -"103095",25451,56673,3,698,2419 -"103096",25451,78460,3,698,985 -"103097",25451,79236,3,698,1505 -"103098",25451,79404,3,698,1079 -"103099",25451,81134,2,698,1384 -"103100",25451,92381,3,698,1237 -"103101",25451,92947,3,698,1289 -"103102",25451,93317,3,698,1223 -"103103",25451,95661,2,698,872 -"103104",25451,104542,3,698,897 -"103105",25451,114769,3,698,1108 -"103106",25451,116792,3,698,2397 -"103107",25480,33433,3,2747,2805 -"103108",25480,47877,3,2747,2970 -"103109",25480,102284,3,2747,2877 -"103110",25486,6055,3,2582,2651 -"103111",25486,14959,3,2582,2898 -"103112",25486,24753,3,2582,2860 -"103113",25486,33801,1,2582,2899 -"103114",25486,41664,3,2582,2641 -"103115",25486,44603,3,2582,2748 -"103116",25486,53475,1,2582,2853 -"103117",25486,70203,3,2582,2756 -"103118",25490,24,3,639,1295 -"103119",25490,160,3,639,2007 -"103120",25490,1034,3,639,1438 -"103121",25490,1124,3,639,1596 -"103122",25490,1323,3,639,1659 -"103123",25490,1641,3,639,1490 -"103124",25490,1875,3,639,1786 -"103125",25490,2063,3,639,1278 -"103126",25490,2334,3,639,2619 -"103127",25490,3954,3,639,839 -"103128",25490,4567,3,639,2348 -"103129",25490,4671,3,639,2280 -"103130",25490,5226,3,639,1309 -"103131",25490,5865,3,639,1910 -"103132",25490,7185,3,639,1046 -"103133",25490,7406,3,639,1906 -"103134",25490,7555,3,639,1943 -"103135",25490,7616,1,639,2296 -"103136",25490,7759,3,639,2844 -"103137",25490,8712,3,639,1153 -"103138",25490,9871,2,639,921 -"103139",25490,10370,3,639,2224 -"103140",25490,11348,3,639,824 -"103141",25490,11912,2,639,889 -"103142",25490,12122,2,639,1385 -"103143",25490,12473,3,639,801 -"103144",25490,12712,2,639,815 -"103145",25490,14918,3,639,2071 -"103146",25490,15122,2,639,1201 -"103147",25490,15632,3,639,1242 -"103148",25490,16193,3,639,756 -"103149",25490,16539,2,639,1947 -"103150",25490,17221,3,639,2487 -"103151",25490,17245,3,639,1811 -"103152",25490,17351,3,639,2036 -"103153",25490,18825,3,639,1240 -"103154",25490,19096,3,639,1538 -"103155",25490,19208,3,639,2629 -"103156",25490,19893,3,639,1223 -"103157",25490,20419,1,639,1587 -"103158",25490,21079,3,639,1997 -"103159",25490,22543,3,639,1594 -"103160",25490,22808,3,639,2297 -"103161",25490,23460,3,639,2183 -"103162",25490,23825,3,639,1913 -"103163",25490,24256,3,639,2393 -"103164",25490,24793,3,639,1993 -"103165",25490,25030,3,639,2017 -"103166",25490,26083,3,639,2038 -"103167",25490,27642,3,639,1531 -"103168",25490,28048,2,639,1637 -"103169",25490,30095,3,639,1578 -"103170",25490,32131,3,639,1035 -"103171",25490,32173,3,639,2341 -"103172",25490,32419,3,639,1909 -"103173",25490,33672,3,639,2396 -"103174",25490,34120,3,639,2786 -"103175",25490,36837,3,639,1556 -"103176",25490,37108,3,639,1202 -"103177",25490,41518,3,639,1641 -"103178",25490,41664,3,639,2641 -"103179",25490,42515,3,639,2752 -"103180",25490,43902,3,639,1726 -"103181",25490,44089,2,639,1632 -"103182",25490,44135,3,639,2620 -"103183",25490,46042,3,639,1692 -"103184",25490,47386,3,639,2226 -"103185",25490,47564,3,639,2650 -"103186",25490,47625,3,639,2562 -"103187",25490,48384,3,639,2057 -"103188",25490,48571,3,639,2717 -"103189",25490,49185,3,639,1544 -"103190",25490,49334,2,639,2433 -"103191",25490,50254,2,639,1151 -"103192",25490,55076,2,639,2408 -"103193",25490,60624,2,639,1570 -"103194",25490,65434,3,639,2866 -"103195",25490,67748,3,639,1498 -"103196",25490,69250,3,639,1439 -"103197",25490,76646,3,639,1263 -"103198",25490,77611,2,639,1795 -"103199",25490,78270,3,639,1171 -"103200",25490,79364,3,639,834 -"103201",25490,82187,3,639,1055 -"103202",25490,82893,2,639,1275 -"103203",25490,85356,3,639,1492 -"103204",25490,92322,3,639,2393 -"103205",25490,96611,3,639,765 -"103206",25490,101446,3,639,920 -"103207",25490,115155,3,639,1942 -"103208",25508,7029,3,2081,2204 -"103209",25508,11103,3,2081,2393 -"103210",25508,15315,3,2081,2173 -"103211",25508,19027,3,2081,2721 -"103212",25508,20700,3,2081,2861 -"103213",25508,24807,2,2081,2319 -"103214",25508,27195,3,2081,2158 -"103215",25508,34158,3,2081,2639 -"103216",25508,39875,3,2081,2422 -"103217",25508,42722,3,2081,2368 -"103218",25508,42935,2,2081,2400 -"103219",25508,43349,3,2081,2400 -"103220",25508,50298,3,2081,2101 -"103221",25508,51319,3,2081,2488 -"103222",25508,53219,3,2081,2973 -"103223",25508,55139,3,2081,2323 -"103224",25508,56464,3,2081,2488 -"103225",25518,843,3,1955,2332 -"103226",25518,2724,3,1955,2447 -"103227",25518,3272,2,1955,2132 -"103228",25518,3559,3,1955,2413 -"103229",25518,6040,3,1955,2103 -"103230",25518,12598,3,1955,2086 -"103231",25518,15023,2,1955,2054 -"103232",25518,19075,3,1955,2214 -"103233",25518,20547,2,1955,2145 -"103234",25518,20739,3,1955,2025 -"103235",25518,31357,2,1955,2389 -"103236",25518,51843,2,1955,2389 -"103237",25518,54385,2,1955,2340 -"103238",25518,59344,3,1955,2252 -"103239",25518,63104,3,1955,2149 -"103240",25518,69308,3,1955,2370 -"103241",25518,84808,2,1955,1974 -"103242",25518,110737,3,1955,2117 -"103243",25518,110871,3,1955,2879 -"103244",25541,1386,3,917,1901 -"103245",25541,14669,3,917,2080 -"103246",25541,15343,3,917,2125 -"103247",25541,17967,3,917,2125 -"103248",25541,29756,3,917,2051 -"103249",25541,33722,3,917,1225 -"103250",25541,38038,3,917,2686 -"103251",25541,42814,3,917,1149 -"103252",25541,45664,2,917,2235 -"103253",25541,77057,2,917,1866 -"103254",25541,77095,2,917,1622 -"103255",25541,80942,3,917,1240 -"103256",25541,84039,3,917,1335 -"103257",25541,86279,3,917,1076 -"103258",25541,87198,3,917,1462 -"103259",25541,110486,3,917,1014 -"103260",25543,2407,3,724,1725 -"103261",25543,5350,3,724,2522 -"103262",25543,5984,3,724,1675 -"103263",25543,6047,3,724,2004 -"103264",25543,10358,3,724,2294 -"103265",25543,13311,3,724,2315 -"103266",25543,14032,3,724,2144 -"103267",25543,14855,3,724,903 -"103268",25543,15402,3,724,1281 -"103269",25543,16866,3,724,2718 -"103270",25543,17396,3,724,1672 -"103271",25543,18348,2,724,1711 -"103272",25543,18865,3,724,2676 -"103273",25543,24902,2,724,2162 -"103274",25543,32503,3,724,2020 -"103275",25543,32919,3,724,2321 -"103276",25543,35926,3,724,2371 -"103277",25543,44636,3,724,1026 -"103278",25543,60280,3,724,1918 -"103279",25543,63395,3,724,2334 -"103280",25543,70528,3,724,2727 -"103281",25543,77937,2,724,1258 -"103282",25543,80219,3,724,988 -"103283",25543,101598,3,724,781 -"103284",25544,15930,3,2475,2541 -"103285",25544,29095,3,2475,2531 -"103286",25544,39556,3,2475,2747 -"103287",25561,10222,3,1128,2212 -"103288",25561,24198,2,1128,2217 -"103289",25561,96000,2,1128,1789 -"103290",25565,2208,3,2764,2814 -"103291",25565,18543,3,2764,2968 -"103292",25565,29948,3,2764,2795 -"103293",25565,43173,3,2764,2895 -"103294",25565,44427,3,2764,2875 -"103295",25565,88232,2,2764,2881 -"103296",25569,377,3,2317,2389 -"103297",25569,701,3,2317,2718 -"103298",25569,7795,2,2317,2789 -"103299",25569,12042,3,2317,2345 -"103300",25569,12713,3,2317,2440 -"103301",25569,13601,2,2317,2689 -"103302",25569,17365,3,2317,2746 -"103303",25569,20423,3,2317,2654 -"103304",25569,21955,2,2317,2832 -"103305",25569,31799,3,2317,2547 -"103306",25569,43796,3,2317,2476 -"103307",25577,135,3,1946,2233 -"103308",25577,270,3,1946,2542 -"103309",25577,312,2,1946,2038 -"103310",25577,455,3,1946,2827 -"103311",25577,2424,2,1946,2582 -"103312",25577,2533,2,1946,2016 -"103313",25577,3305,2,1946,2839 -"103314",25577,3966,3,1946,2425 -"103315",25577,5429,3,1946,1991 -"103316",25577,5971,3,1946,1985 -"103317",25577,6052,3,1946,1985 -"103318",25577,6363,3,1946,2066 -"103319",25577,7245,3,1946,2089 -"103320",25577,8610,3,1946,2240 -"103321",25577,9175,3,1946,2639 -"103322",25577,9311,3,1946,2477 -"103323",25577,10513,3,1946,2284 -"103324",25577,11006,2,1946,1950 -"103325",25577,11440,3,1946,2026 -"103326",25577,12618,3,1946,2021 -"103327",25577,13307,3,1946,2206 -"103328",25577,15401,3,1946,1999 -"103329",25577,15813,2,1946,2143 -"103330",25577,16432,3,1946,2664 -"103331",25577,17520,3,1946,2276 -"103332",25577,18965,3,1946,2315 -"103333",25577,19248,2,1946,2357 -"103334",25577,19719,2,1946,2177 -"103335",25577,20124,3,1946,2376 -"103336",25577,20311,3,1946,1981 -"103337",25577,20407,3,1946,2339 -"103338",25577,21012,2,1946,2325 -"103339",25577,21285,2,1946,2100 -"103340",25577,21693,3,1946,2176 -"103341",25577,22326,3,1946,2818 -"103342",25577,22895,3,1946,2704 -"103343",25577,23526,3,1946,1998 -"103344",25577,25198,3,1946,1982 -"103345",25577,26749,3,1946,2965 -"103346",25577,27275,3,1946,2656 -"103347",25577,27694,3,1946,2030 -"103348",25577,30052,3,1946,2855 -"103349",25577,32988,3,1946,2008 -"103350",25577,34836,3,1946,2302 -"103351",25577,36439,3,1946,2469 -"103352",25577,37285,3,1946,2428 -"103353",25577,43455,3,1946,2846 -"103354",25577,45633,3,1946,2134 -"103355",25577,46629,3,1946,2255 -"103356",25577,48605,3,1946,2796 -"103357",25577,50685,3,1946,2008 -"103358",25577,51041,3,1946,2606 -"103359",25577,52323,2,1946,2148 -"103360",25577,52570,3,1946,2645 -"103361",25577,52576,2,1946,2234 -"103362",25577,56317,1,1946,2030 -"103363",25577,58508,3,1946,2326 -"103364",25577,58684,3,1946,2295 -"103365",25577,61982,3,1946,2725 -"103366",25577,62841,3,1946,2710 -"103367",25577,65155,3,1946,1947 -"103368",25577,65322,3,1946,2008 -"103369",25577,68215,3,1946,2727 -"103370",25577,76892,3,1946,2381 -"103371",25577,78150,3,1946,2581 -"103372",25577,82949,3,1946,2077 -"103373",25595,4790,3,768,1025 -"103374",25595,4791,3,768,1184 -"103375",25595,4980,3,768,2093 -"103376",25595,5315,3,768,2631 -"103377",25595,12863,3,768,2027 -"103378",25595,14678,3,768,799 -"103379",25595,15696,3,768,837 -"103380",25595,16074,3,768,977 -"103381",25595,16164,3,768,1184 -"103382",25595,16954,3,768,2972 -"103383",25595,18563,3,768,2715 -"103384",25595,21198,3,768,935 -"103385",25595,21911,3,768,1184 -"103386",25595,22282,3,768,1418 -"103387",25595,22501,3,768,1006 -"103388",25595,23506,3,768,1172 -"103389",25595,23704,1,768,2278 -"103390",25595,26436,3,768,2489 -"103391",25595,28731,3,768,955 -"103392",25595,32601,1,768,1033 -"103393",25595,34492,2,768,1798 -"103394",25595,45715,3,768,2287 -"103395",25595,48414,2,768,1749 -"103396",25595,50272,3,768,842 -"103397",25595,50685,3,768,2008 -"103398",25595,50977,2,768,2352 -"103399",25595,51410,3,768,2739 -"103400",25595,51987,3,768,1397 -"103401",25595,52058,3,768,1836 -"103402",25595,67690,2,768,1902 -"103403",25595,90573,2,768,878 -"103404",25595,103721,3,768,1030 -"103405",25595,111761,3,768,783 -"103406",25610,13601,3,2328,2689 -"103407",25610,17790,1,2328,2783 -"103408",25610,69348,3,2328,2783 -"103409",25622,4567,2,1985,2348 -"103410",25622,10857,3,1985,2253 -"103411",25622,19165,3,1985,2436 -"103412",25622,33672,3,1985,2396 -"103413",25622,40129,3,1985,2162 -"103414",25622,44135,3,1985,2620 -"103415",25622,54551,3,1985,2348 -"103416",25637,52032,3,2688,2853 -"103417",25643,135,3,1646,2233 -"103418",25643,270,3,1646,2542 -"103419",25643,671,3,1646,2328 -"103420",25643,675,3,1646,1686 -"103421",25643,733,3,1646,1653 -"103422",25643,1046,2,1646,1881 -"103423",25643,1136,3,1646,2536 -"103424",25643,1315,3,1646,2760 -"103425",25643,1367,3,1646,2176 -"103426",25643,2111,3,1646,1904 -"103427",25643,2195,3,1646,2139 -"103428",25643,2289,3,1646,2389 -"103429",25643,2424,3,1646,2582 -"103430",25643,2954,3,1646,2727 -"103431",25643,3139,3,1646,1656 -"103432",25643,3167,3,1646,1676 -"103433",25643,3242,2,1646,1730 -"103434",25643,3493,3,1646,2451 -"103435",25643,3961,3,1646,2426 -"103436",25643,4191,1,1646,2130 -"103437",25643,4360,2,1646,1770 -"103438",25643,4618,2,1646,2607 -"103439",25643,4687,3,1646,2152 -"103440",25643,4980,2,1646,2093 -"103441",25643,5072,2,1646,2175 -"103442",25643,5148,3,1646,2206 -"103443",25643,5462,3,1646,2374 -"103444",25643,5622,2,1646,2175 -"103445",25643,5669,3,1646,2502 -"103446",25643,5725,2,1646,2789 -"103447",25643,5971,3,1646,1985 -"103448",25643,6428,3,1646,1952 -"103449",25643,6491,3,1646,2424 -"103450",25643,6588,3,1646,2025 -"103451",25643,7234,2,1646,2654 -"103452",25643,7245,2,1646,2089 -"103453",25643,7847,3,1646,2424 -"103454",25643,7858,3,1646,1795 -"103455",25643,8258,3,1646,1959 -"103456",25643,8533,3,1646,2251 -"103457",25643,8621,3,1646,1681 -"103458",25643,10404,3,1646,2062 -"103459",25643,10857,2,1646,2253 -"103460",25643,10890,3,1646,2639 -"103461",25643,11218,3,1646,2292 -"103462",25643,11477,3,1646,2724 -"103463",25643,12042,3,1646,2345 -"103464",25643,12375,3,1646,1873 -"103465",25643,12867,3,1646,2773 -"103466",25643,13929,2,1646,2693 -"103467",25643,14032,3,1646,2144 -"103468",25643,14943,3,1646,1942 -"103469",25643,15184,3,1646,2396 -"103470",25643,15700,3,1646,1712 -"103471",25643,16217,3,1646,1653 -"103472",25643,16826,3,1646,2599 -"103473",25643,17400,2,1646,2231 -"103474",25643,18394,3,1646,2356 -"103475",25643,18415,3,1646,2184 -"103476",25643,19027,3,1646,2721 -"103477",25643,19516,3,1646,2313 -"103478",25643,19622,3,1646,2371 -"103479",25643,19868,3,1646,2855 -"103480",25643,20563,2,1646,2267 -"103481",25643,23526,3,1646,1998 -"103482",25643,23534,3,1646,1659 -"103483",25643,23704,3,1646,2278 -"103484",25643,23715,3,1646,1859 -"103485",25643,23725,3,1646,2378 -"103486",25643,24923,3,1646,2785 -"103487",25643,25129,3,1646,2647 -"103488",25643,25341,2,1646,1858 -"103489",25643,26351,3,1646,2683 -"103490",25643,26436,3,1646,2489 -"103491",25643,26516,3,1646,2479 -"103492",25643,26570,3,1646,1669 -"103493",25643,26867,3,1646,1804 -"103494",25643,27628,3,1646,2389 -"103495",25643,27753,3,1646,2750 -"103496",25643,28050,3,1646,1955 -"103497",25643,28285,3,1646,2972 -"103498",25643,29310,3,1646,2358 -"103499",25643,30405,3,1646,2164 -"103500",25643,31093,3,1646,2160 -"103501",25643,31436,3,1646,2892 -"103502",25643,31799,2,1646,2547 -"103503",25643,32988,3,1646,2008 -"103504",25643,34216,3,1646,2832 -"103505",25643,34480,3,1646,2755 -"103506",25643,34492,2,1646,1798 -"103507",25643,34509,3,1646,1973 -"103508",25643,35926,3,1646,2371 -"103509",25643,36962,3,1646,2861 -"103510",25643,37620,3,1646,2716 -"103511",25643,38449,3,1646,1802 -"103512",25643,39087,3,1646,2765 -"103513",25643,39294,2,1646,1889 -"103514",25643,40293,1,1646,1671 -"103515",25643,41402,3,1646,2313 -"103516",25643,43213,2,1646,2160 -"103517",25643,45343,3,1646,2360 -"103518",25643,45633,3,1646,2134 -"103519",25643,45684,3,1646,2200 -"103520",25643,45715,3,1646,2287 -"103521",25643,46391,3,1646,1779 -"103522",25643,46629,3,1646,2255 -"103523",25643,47857,1,1646,2325 -"103524",25643,47947,3,1646,2681 -"103525",25643,49608,3,1646,2184 -"103526",25643,50236,3,1646,2339 -"103527",25643,51410,2,1646,2739 -"103528",25643,53196,3,1646,1888 -"103529",25643,53300,3,1646,2162 -"103530",25643,54551,2,1646,2348 -"103531",25643,54740,3,1646,2750 -"103532",25643,55139,3,1646,2323 -"103533",25643,55691,3,1646,2856 -"103534",25643,56082,2,1646,2395 -"103535",25643,57760,3,1646,1721 -"103536",25643,57977,3,1646,2683 -"103537",25643,62840,3,1646,2502 -"103538",25643,64181,3,1646,1828 -"103539",25643,64793,3,1646,2819 -"103540",25643,64997,3,1646,2791 -"103541",25643,65029,3,1646,2954 -"103542",25643,71562,3,1646,2574 -"103543",25643,72207,2,1646,2430 -"103544",25643,74095,3,1646,2333 -"103545",25643,75403,2,1646,1895 -"103546",25643,76048,3,1646,2373 -"103547",25643,86245,3,1646,1972 -"103548",25643,87837,3,1646,1987 -"103549",25677,600,3,632,1702 -"103550",25677,11434,3,632,1187 -"103551",25677,13837,3,632,1604 -"103552",25677,19208,3,632,2629 -"103553",25677,19605,3,632,2395 -"103554",25677,23918,3,632,1881 -"103555",25677,27837,3,632,1315 -"103556",25677,31050,3,632,1491 -"103557",25677,35302,3,632,1589 -"103558",25677,38213,3,632,1744 -"103559",25677,40368,3,632,2876 -"103560",25677,41739,2,632,1339 -"103561",25677,49620,3,632,1868 -"103562",25677,50480,3,632,2701 -"103563",25677,59700,3,632,2346 -"103564",25677,64181,3,632,1828 -"103565",25677,65625,3,632,1273 -"103566",25677,66413,3,632,2507 -"103567",25677,67314,3,632,1051 -"103568",25677,74636,3,632,2525 -"103569",25677,75216,2,632,672 -"103570",25677,92322,3,632,2393 -"103571",25677,105063,3,632,1908 -"103572",25677,105947,3,632,997 -"103573",25678,843,3,1558,2332 -"103574",25678,1570,2,1558,2028 -"103575",25678,1787,3,1558,1707 -"103576",25678,2724,3,1558,2447 -"103577",25678,4622,2,1558,1589 -"103578",25678,4691,3,1558,1888 -"103579",25678,4968,3,1558,1586 -"103580",25678,7648,2,1558,1861 -"103581",25678,8993,3,1558,2099 -"103582",25678,9273,3,1558,1747 -"103583",25678,10755,2,1558,1742 -"103584",25678,10756,3,1558,2207 -"103585",25678,12598,3,1558,2086 -"103586",25678,14442,2,1558,2700 -"103587",25678,14861,3,1558,2269 -"103588",25678,15023,3,1558,2054 -"103589",25678,16184,3,1558,2274 -"103590",25678,20547,3,1558,2145 -"103591",25678,20739,3,1558,2025 -"103592",25678,23364,2,1558,2306 -"103593",25678,24867,2,1558,1861 -"103594",25678,25053,3,1558,2186 -"103595",25678,31281,3,1558,1937 -"103596",25678,32904,3,1558,2055 -"103597",25678,32939,3,1558,2277 -"103598",25678,34055,3,1558,1881 -"103599",25678,36996,3,1558,2321 -"103600",25678,44466,3,1558,1607 -"103601",25678,47882,2,1558,2769 -"103602",25678,51843,3,1558,2389 -"103603",25678,54385,3,1558,2340 -"103604",25678,55307,2,1558,2306 -"103605",25678,57804,3,1558,2214 -"103606",25678,59289,2,1558,2896 -"103607",25678,60059,2,1558,2587 -"103608",25678,67701,2,1558,2289 -"103609",25678,80615,3,1558,2252 -"103610",25678,84808,3,1558,1974 -"103611",25680,854,3,1618,2307 -"103612",25680,1767,3,1618,2727 -"103613",25680,2484,3,1618,2389 -"103614",25680,2716,3,1618,1748 -"103615",25680,3068,3,1618,1815 -"103616",25680,3961,3,1618,2426 -"103617",25680,5315,3,1618,2631 -"103618",25680,5392,3,1618,1648 -"103619",25680,6047,3,1618,2004 -"103620",25680,6222,2,1618,1949 -"103621",25680,6417,3,1618,1675 -"103622",25680,7984,3,1618,2493 -"103623",25680,7992,3,1618,2033 -"103624",25680,9311,3,1618,2477 -"103625",25680,9624,3,1618,2398 -"103626",25680,10358,3,1618,2294 -"103627",25680,12388,3,1618,1975 -"103628",25680,13388,3,1618,2119 -"103629",25680,14032,3,1618,2144 -"103630",25680,14959,2,1618,2898 -"103631",25680,15309,3,1618,2820 -"103632",25680,15821,3,1618,2456 -"103633",25680,16539,3,1618,1947 -"103634",25680,16587,3,1618,2065 -"103635",25680,16826,3,1618,2599 -"103636",25680,17520,3,1618,2276 -"103637",25680,18394,3,1618,2356 -"103638",25680,18874,3,1618,2170 -"103639",25680,20067,3,1618,2390 -"103640",25680,20311,3,1618,1981 -"103641",25680,20423,2,1618,2654 -"103642",25680,20732,2,1618,2401 -"103643",25680,21138,3,1618,2849 -"103644",25680,21706,3,1618,1988 -"103645",25680,22403,3,1618,1630 -"103646",25680,23726,1,1618,2434 -"103647",25680,23869,2,1618,1918 -"103648",25680,26249,3,1618,2301 -"103649",25680,26479,1,1618,1818 -"103650",25680,29095,3,1618,2531 -"103651",25680,29314,3,1618,2736 -"103652",25680,30150,3,1618,1704 -"103653",25680,30173,3,1618,2404 -"103654",25680,30883,2,1618,1629 -"103655",25680,33801,3,1618,2899 -"103656",25680,35235,3,1618,2610 -"103657",25680,35529,2,1618,1620 -"103658",25680,38921,2,1618,1880 -"103659",25680,41682,3,1618,1988 -"103660",25680,42264,3,1618,1702 -"103661",25680,43479,3,1618,2178 -"103662",25680,44557,3,1618,2371 -"103663",25680,44819,3,1618,2063 -"103664",25680,44885,3,1618,2670 -"103665",25680,44899,3,1618,2386 -"103666",25680,46803,3,1618,2305 -"103667",25680,47386,3,1618,2226 -"103668",25680,50252,3,1618,2001 -"103669",25680,50382,3,1618,2244 -"103670",25680,51017,3,1618,2073 -"103671",25680,53475,3,1618,2853 -"103672",25680,53604,3,1618,2489 -"103673",25680,58669,3,1618,2296 -"103674",25680,70203,3,1618,2756 -"103675",25680,76356,3,1618,2323 -"103676",25680,79371,3,1618,1624 -"103677",25680,87720,3,1618,2086 -"103678",25693,997,3,517,2788 -"103679",25693,16881,3,517,925 -"103680",25693,33991,1,517,2249 -"103681",25693,62832,3,517,2606 -"103682",25718,3016,2,432,747 -"103683",25718,7948,3,432,1584 -"103684",25718,8478,3,432,984 -"103685",25718,9506,3,432,1012 -"103686",25718,9716,3,432,1929 -"103687",25718,10279,3,432,886 -"103688",25718,10439,3,432,773 -"103689",25718,10727,3,432,2082 -"103690",25718,10908,2,432,1134 -"103691",25718,11429,3,432,2520 -"103692",25718,12200,3,432,1400 -"103693",25718,12228,3,432,2034 -"103694",25718,12818,2,432,2015 -"103695",25718,13024,2,432,2468 -"103696",25718,14025,3,432,2384 -"103697",25718,16590,3,432,1123 -"103698",25718,18855,2,432,1362 -"103699",25718,20271,3,432,2044 -"103700",25718,21165,3,432,1112 -"103701",25718,21318,3,432,780 -"103702",25718,22571,3,432,655 -"103703",25718,24104,2,432,817 -"103704",25718,32235,3,432,2109 -"103705",25718,33955,3,432,1178 -"103706",25718,36662,3,432,2967 -"103707",25718,37766,2,432,520 -"103708",25718,39258,2,432,2899 -"103709",25718,39589,3,432,1292 -"103710",25718,41211,3,432,896 -"103711",25718,49621,3,432,1915 -"103712",25718,51265,3,432,2670 -"103713",25718,52185,3,432,1012 -"103714",25718,54061,3,432,1488 -"103715",25718,57977,3,432,2683 -"103716",25718,63555,3,432,1290 -"103717",25718,64534,3,432,2924 -"103718",25718,70656,3,432,2771 -"103719",25718,72827,3,432,1359 -"103720",25718,75067,3,432,801 -"103721",25718,78768,3,432,841 -"103722",25718,79036,3,432,2524 -"103723",25718,79822,3,432,1508 -"103724",25718,81853,3,432,1207 -"103725",25718,82426,3,432,1576 -"103726",25718,89931,3,432,1400 -"103727",25718,96349,3,432,1874 -"103728",25718,96741,3,432,484 -"103729",25718,97266,3,432,1016 -"103730",25718,107993,1,432,999 -"103731",25718,112834,1,432,765 -"103732",25721,17061,1,2212,2385 -"103733",25722,364,2,1697,2351 -"103734",25722,9787,3,1697,2858 -"103735",25722,15683,3,1697,1729 -"103736",25722,21407,2,1697,2728 -"103737",25722,26286,1,1697,2023 -"103738",25722,31335,3,1697,2351 -"103739",25722,37279,3,1697,2768 -"103740",25722,45729,3,1697,2606 -"103741",25722,96300,3,1697,2594 -"103742",25722,96425,3,1697,2007 -"103743",25730,1124,3,1206,1596 -"103744",25730,5438,3,1206,1499 -"103745",25730,6063,3,1206,2349 -"103746",25730,7847,3,1206,2424 -"103747",25730,8259,3,1206,1677 -"103748",25730,11154,3,1206,1594 -"103749",25730,12524,2,1206,1287 -"103750",25730,14655,3,1206,2559 -"103751",25730,15560,3,1206,2257 -"103752",25730,23825,3,1206,1913 -"103753",25730,27001,3,1206,1761 -"103754",25730,36031,2,1206,2342 -"103755",25730,36646,3,1206,2744 -"103756",25730,43440,3,1206,1889 -"103757",25730,44299,3,1206,1874 -"103758",25730,44557,2,1206,2371 -"103759",25730,46803,3,1206,2305 -"103760",25730,47877,2,1206,2970 -"103761",25730,52530,2,1206,1737 -"103762",25730,56464,3,1206,2488 -"103763",25730,62723,2,1206,2554 -"103764",25730,67775,3,1206,1964 -"103765",25730,74054,3,1206,1488 -"103766",25730,78801,3,1206,1572 -"103767",25730,85449,3,1206,2340 -"103768",25730,89681,1,1206,1978 -"103769",25745,4361,3,2403,2571 -"103770",25745,60258,3,2403,2405 -"103771",25745,67815,3,2403,2476 -"103772",25745,111375,3,2403,2686 -"103773",25751,1386,3,1523,1901 -"103774",25751,7394,3,1523,2615 -"103775",25751,9030,2,1523,1979 -"103776",25751,14709,3,1523,1901 -"103777",25751,18151,3,1523,2962 -"103778",25751,21795,3,1523,2653 -"103779",25751,22652,2,1523,1544 -"103780",25751,26865,3,1523,2726 -"103781",25751,28923,3,1523,2362 -"103782",25751,30081,3,1523,2403 -"103783",25751,34327,3,1523,2959 -"103784",25751,45664,3,1523,2235 -"103785",25751,47362,3,1523,2253 -"103786",25751,73266,3,1523,2496 -"103787",25816,380,3,2088,2261 -"103788",25816,913,3,2088,2144 -"103789",25816,1136,3,2088,2536 -"103790",25816,1151,3,2088,2885 -"103791",25816,1616,3,2088,2662 -"103792",25816,2424,3,2088,2582 -"103793",25816,3477,3,2088,2546 -"103794",25816,3628,3,2088,2707 -"103795",25816,3978,3,2088,2775 -"103796",25816,4191,3,2088,2130 -"103797",25816,4687,1,2088,2152 -"103798",25816,5839,2,2088,2301 -"103799",25816,6063,3,2088,2349 -"103800",25816,6390,2,2088,2385 -"103801",25816,6491,2,2088,2424 -"103802",25816,7245,3,2088,2089 -"103803",25816,7847,2,2088,2424 -"103804",25816,8533,3,2088,2251 -"103805",25816,8762,2,2088,2585 -"103806",25816,9362,3,2088,2879 -"103807",25816,10890,3,2088,2639 -"103808",25816,11351,2,2088,2971 -"103809",25816,12374,3,2088,2260 -"103810",25816,14652,3,2088,2516 -"103811",25816,16866,3,2088,2718 -"103812",25816,18543,3,2088,2968 -"103813",25816,18865,3,2088,2676 -"103814",25816,19248,3,2088,2357 -"103815",25816,19719,3,2088,2177 -"103816",25816,20407,3,2088,2339 -"103817",25816,21682,3,2088,2414 -"103818",25816,22141,3,2088,2348 -"103819",25816,23132,3,2088,2756 -"103820",25816,23216,2,2088,2424 -"103821",25816,23319,3,2088,2867 -"103822",25816,23460,3,2088,2183 -"103823",25816,26436,3,2088,2489 -"103824",25816,27628,2,2088,2389 -"103825",25816,27753,3,2088,2750 -"103826",25816,29449,3,2088,2916 -"103827",25816,31235,3,2088,2668 -"103828",25816,33223,3,2088,2397 -"103829",25816,35235,3,2088,2610 -"103830",25816,35428,3,2088,2263 -"103831",25816,38727,2,2088,2238 -"103832",25816,39411,2,2088,2384 -"103833",25816,40369,3,2088,2735 -"103834",25816,40931,2,2088,2301 -"103835",25816,43173,2,2088,2895 -"103836",25816,43226,3,2088,2442 -"103837",25816,45633,3,2088,2134 -"103838",25816,47445,3,2088,2668 -"103839",25816,50179,3,2088,2230 -"103840",25816,52576,3,2088,2234 -"103841",25816,57544,2,2088,2443 -"103842",25816,60661,1,2088,2700 -"103843",25816,62219,3,2088,2494 -"103844",25816,63395,3,2088,2334 -"103845",25816,64997,3,2088,2791 -"103846",25816,65016,3,2088,2749 -"103847",25816,79804,3,2088,2227 -"103848",25816,88232,3,2088,2881 -"103849",25832,3477,3,1689,2546 -"103850",25832,4932,3,1689,2752 -"103851",25832,7014,3,1689,2401 -"103852",25832,7337,3,1689,1797 -"103853",25832,7937,3,1689,2044 -"103854",25832,8726,2,1689,2083 -"103855",25832,9801,2,1689,2443 -"103856",25832,10857,3,1689,2253 -"103857",25832,14754,3,1689,2456 -"103858",25832,20124,3,1689,2376 -"103859",25832,21684,3,1689,1971 -"103860",25832,28081,3,1689,1927 -"103861",25832,28893,2,1689,2764 -"103862",25832,32339,3,1689,2430 -"103863",25832,34480,3,1689,2755 -"103864",25832,36506,3,1689,2638 -"103865",25832,39443,3,1689,2277 -"103866",25832,54551,3,1689,2348 -"103867",25832,88212,3,1689,2547 -"103868",25874,377,3,2088,2389 -"103869",25874,543,3,2088,2203 -"103870",25874,1102,3,2088,2282 -"103871",25874,1151,3,2088,2885 -"103872",25874,1616,3,2088,2662 -"103873",25874,2484,2,2088,2389 -"103874",25874,3161,3,2088,2229 -"103875",25874,3628,3,2088,2707 -"103876",25874,5504,3,2088,2389 -"103877",25874,6074,3,2088,2426 -"103878",25874,6390,3,2088,2385 -"103879",25874,7323,3,2088,2858 -"103880",25874,8762,2,2088,2585 -"103881",25874,11351,3,2088,2971 -"103882",25874,14959,3,2088,2898 -"103883",25874,17520,2,2088,2276 -"103884",25874,19606,3,2088,2783 -"103885",25874,20700,3,2088,2861 -"103886",25874,21693,3,2088,2176 -"103887",25874,22326,3,2088,2818 -"103888",25874,35256,3,2088,2271 -"103889",25874,35428,3,2088,2263 -"103890",25874,37238,3,2088,2609 -"103891",25874,37570,3,2088,2389 -"103892",25874,41945,3,2088,2856 -"103893",25874,43455,3,2088,2846 -"103894",25874,44885,3,2088,2670 -"103895",25874,44899,3,2088,2386 -"103896",25874,84567,3,2088,2767 -"103897",25879,1050,3,630,1185 -"103898",25879,3863,3,630,856 -"103899",25879,8286,2,630,886 -"103900",25879,14032,3,630,2144 -"103901",25879,14731,3,630,2012 -"103902",25879,15343,3,630,2125 -"103903",25879,18151,3,630,2962 -"103904",25879,19282,3,630,1623 -"103905",25879,23508,3,630,1907 -"103906",25879,24256,3,630,2393 -"103907",25879,24608,2,630,1630 -"103908",25879,26793,3,630,2104 -"103909",25879,32761,3,630,2680 -"103910",25879,34311,2,630,2213 -"103911",25879,41607,2,630,2802 -"103912",25879,42618,3,630,2316 -"103913",25879,42814,3,630,1149 -"103914",25879,45927,3,630,1542 -"103915",25879,49741,2,630,839 -"103916",25879,56116,3,630,1321 -"103917",25879,61370,3,630,879 -"103918",25879,66241,3,630,2351 -"103919",25879,67788,3,630,837 -"103920",25879,70046,2,630,2624 -"103921",25879,72122,3,630,1436 -"103922",25879,73266,3,630,2496 -"103923",25879,74605,3,630,2265 -"103924",25879,79657,3,630,1260 -"103925",25879,82735,2,630,829 -"103926",25879,86279,2,630,1076 -"103927",25879,87198,3,630,1462 -"103928",25879,89965,3,630,810 -"103929",25879,95288,3,630,1602 -"103930",25879,103721,3,630,1030 -"103931",25879,113162,3,630,818 -"103932",25885,2344,3,1223,2752 -"103933",25885,2802,2,1223,1836 -"103934",25885,7948,2,1223,1584 -"103935",25885,9716,3,1223,1929 -"103936",25885,9912,3,1223,1356 -"103937",25885,10727,2,1223,2082 -"103938",25885,11135,3,1223,2441 -"103939",25885,16361,1,1223,1641 -"103940",25885,24116,3,1223,1413 -"103941",25885,25886,2,1223,1580 -"103942",25885,80784,3,1223,1738 -"103943",25885,83007,3,1223,2727 -"103944",25885,83362,3,1223,1877 -"103945",25885,105867,2,1223,1641 -"103946",25886,2428,3,1580,1931 -"103947",25886,2724,3,1580,2447 -"103948",25886,2802,3,1580,1836 -"103949",25886,3786,3,1580,2282 -"103950",25886,4226,3,1580,1903 -"103951",25886,6071,3,1580,2310 -"103952",25886,7648,3,1580,1861 -"103953",25886,9050,3,1580,2026 -"103954",25886,9273,3,1580,1747 -"103955",25886,10435,3,1580,1984 -"103956",25886,11135,3,1580,2441 -"103957",25886,11429,3,1580,2520 -"103958",25886,11665,3,1580,1643 -"103959",25886,11676,3,1580,1614 -"103960",25886,12031,2,1580,1957 -"103961",25886,13024,3,1580,2468 -"103962",25886,14061,3,1580,1620 -"103963",25886,14626,3,1580,2175 -"103964",25886,16361,2,1580,1641 -"103965",25886,16833,3,1580,1661 -"103966",25886,17768,3,1580,2468 -"103967",25886,17999,2,1580,2758 -"103968",25886,19687,3,1580,2072 -"103969",25886,21895,3,1580,1693 -"103970",25886,22905,2,1580,2599 -"103971",25886,23639,2,1580,2065 -"103972",25886,23731,2,1580,1656 -"103973",25886,23739,3,1580,2463 -"103974",25886,24867,3,1580,1861 -"103975",25886,25053,3,1580,2186 -"103976",25886,26100,3,1580,1966 -"103977",25886,29276,3,1580,2000 -"103978",25886,34953,3,1580,1817 -"103979",25886,36662,3,1580,2967 -"103980",25886,41051,2,1580,2767 -"103981",25886,42407,3,1580,2408 -"103982",25886,42628,3,1580,2486 -"103983",25886,43518,2,1580,2680 -"103984",25886,45487,3,1580,2256 -"103985",25886,47130,3,1580,2654 -"103986",25886,47827,3,1580,1957 -"103987",25886,50635,3,1580,2962 -"103988",25886,53599,2,1580,2364 -"103989",25886,55436,3,1580,2513 -"103990",25886,56673,3,1580,2419 -"103991",25886,65223,3,1580,2724 -"103992",25886,80784,2,1580,1738 -"103993",25886,82175,3,1580,1590 -"103994",25886,84317,3,1580,2081 -"103995",25886,93670,3,1580,1682 -"103996",25886,95211,2,1580,2462 -"103997",25886,104659,3,1580,2026 -"103998",25886,116792,3,1580,2397 -"103999",25914,9504,3,446,2549 -"104000",25914,12781,3,446,831 -"104001",25914,13720,1,446,1558 -"104002",25914,21487,3,446,2203 -"104003",25914,28869,3,446,2425 -"104004",25914,37059,3,446,2840 -"104005",25914,41969,3,446,2189 -"104006",25914,46384,2,446,2285 -"104007",25914,59788,3,446,2315 -"104008",25914,65242,2,446,1988 -"104009",25941,4249,3,2369,2547 -"104010",25941,4784,3,2369,2511 -"104011",25941,9272,3,2369,2835 -"104012",25941,23550,3,2369,2939 -"104013",25941,33176,1,2369,2630 -"104014",25941,36478,3,2369,2808 -"104015",25941,42390,3,2369,2937 -"104016",25941,43226,3,2369,2442 -"104017",25941,69335,3,2369,2698 -"104018",25950,6577,3,1618,1951 -"104019",25950,7847,3,1618,2424 -"104020",25950,9893,3,1618,2701 -"104021",25950,10370,3,1618,2224 -"104022",25950,11477,3,1618,2724 -"104023",25950,19093,3,1618,2224 -"104024",25950,19718,3,1618,1702 -"104025",25950,23319,3,1618,2867 -"104026",25950,30883,3,1618,1629 -"104027",25950,43479,3,1618,2178 -"104028",25950,44405,3,1618,1855 -"104029",25950,47654,3,1618,1664 -"104030",25950,79371,2,1618,1624 -"104031",25950,89826,3,1618,2033 -"104032",25971,3164,3,2608,2693 -"104033",25971,6030,3,2608,2953 -"104034",25971,16352,3,2608,2657 -"104035",25971,18366,3,2608,2699 -"104036",25971,28168,3,2608,2702 -"104037",25971,28296,3,2608,2944 -"104038",25971,34480,2,2608,2755 -"104039",25971,34735,2,2608,2767 -"104040",25971,53219,3,2608,2973 -"104041",25976,145,3,659,1998 -"104042",25976,455,3,659,2827 -"104043",25976,470,3,659,2285 -"104044",25976,600,2,659,1702 -"104045",25976,675,3,659,1686 -"104046",25976,733,3,659,1653 -"104047",25976,913,2,659,2144 -"104048",25976,1136,3,659,2536 -"104049",25976,1691,3,659,1941 -"104050",25976,2063,3,659,1278 -"104051",25976,2523,3,659,1691 -"104052",25976,3878,3,659,1890 -"104053",25976,4084,3,659,2133 -"104054",25976,5226,3,659,1309 -"104055",25976,5581,3,659,883 -"104056",25976,6718,3,659,2138 -"104057",25976,6940,3,659,1183 -"104058",25976,7245,3,659,2089 -"104059",25976,7515,1,659,2737 -"104060",25976,7616,3,659,2296 -"104061",25976,7847,3,659,2424 -"104062",25976,8011,3,659,889 -"104063",25976,8888,3,659,1328 -"104064",25976,9184,3,659,2670 -"104065",25976,9311,3,659,2477 -"104066",25976,9432,2,659,1693 -"104067",25976,9511,3,659,1232 -"104068",25976,9871,3,659,921 -"104069",25976,10433,3,659,2075 -"104070",25976,10523,3,659,1510 -"104071",25976,11310,3,659,957 -"104072",25976,11434,2,659,1187 -"104073",25976,11516,2,659,1937 -"104074",25976,12199,3,659,1651 -"104075",25976,13248,2,659,1385 -"104076",25976,13837,1,659,1604 -"104077",25976,14032,3,659,2144 -"104078",25976,15122,3,659,1201 -"104079",25976,15799,3,659,1917 -"104080",25976,16539,3,659,1947 -"104081",25976,17645,3,659,1918 -"104082",25976,17698,3,659,1559 -"104083",25976,19322,2,659,2048 -"104084",25976,19335,3,659,1729 -"104085",25976,20643,3,659,2341 -"104086",25976,21122,3,659,1701 -"104087",25976,22567,3,659,2396 -"104088",25976,23132,2,659,2756 -"104089",25976,23918,3,659,1881 -"104090",25976,24448,3,659,2289 -"104091",25976,24568,2,659,1937 -"104092",25976,26322,3,659,1018 -"104093",25976,26706,2,659,1846 -"104094",25976,27275,3,659,2656 -"104095",25976,27390,3,659,2425 -"104096",25976,27837,3,659,1315 -"104097",25976,28115,3,659,1835 -"104098",25976,28432,3,659,1954 -"104099",25976,29170,3,659,1846 -"104100",25976,29930,3,659,2240 -"104101",25976,31050,3,659,1491 -"104102",25976,31235,3,659,2668 -"104103",25976,32947,1,659,1091 -"104104",25976,34160,3,659,1759 -"104105",25976,35302,2,659,1589 -"104106",25976,36651,3,659,1600 -"104107",25976,37108,3,659,1202 -"104108",25976,38213,3,659,1744 -"104109",25976,39189,3,659,2319 -"104110",25976,40368,2,659,2876 -"104111",25976,40383,3,659,2639 -"104112",25976,41739,3,659,1339 -"104113",25976,42687,3,659,1952 -"104114",25976,43941,3,659,1289 -"104115",25976,45633,3,659,2134 -"104116",25976,46182,3,659,1613 -"104117",25976,46621,3,659,1343 -"104118",25976,46726,3,659,943 -"104119",25976,49144,3,659,1542 -"104120",25976,49189,2,659,1550 -"104121",25976,49620,3,659,1868 -"104122",25976,49724,3,659,806 -"104123",25976,51116,2,659,1509 -"104124",25976,52735,3,659,1124 -"104125",25976,53069,3,659,1664 -"104126",25976,54855,3,659,1525 -"104127",25976,58221,3,659,1787 -"104128",25976,59700,2,659,2346 -"104129",25976,62219,3,659,2494 -"104130",25976,62668,3,659,958 -"104131",25976,63409,1,659,1937 -"104132",25976,64181,3,659,1828 -"104133",25976,64997,3,659,2791 -"104134",25976,65625,3,659,1273 -"104135",25976,66413,3,659,2507 -"104136",25976,67314,3,659,1051 -"104137",25976,67805,2,659,1338 -"104138",25976,73305,2,659,2544 -"104139",25976,73553,3,659,2726 -"104140",25976,73728,3,659,784 -"104141",25976,74636,3,659,2525 -"104142",25976,75216,2,659,672 -"104143",25976,75898,3,659,889 -"104144",25976,76127,3,659,910 -"104145",25976,78037,3,659,1606 -"104146",25976,79804,2,659,2227 -"104147",25976,80219,3,659,988 -"104148",25976,80429,3,659,1927 -"104149",25976,83907,3,659,2056 -"104150",25976,88232,3,659,2881 -"104151",25976,88808,3,659,1462 -"104152",25976,92322,1,659,2393 -"104153",25976,97915,3,659,1802 -"104154",25976,98801,3,659,1035 -"104155",25976,99103,2,659,1470 -"104156",25976,104280,2,659,887 -"104157",25976,105063,3,659,1908 -"104158",25976,107649,3,659,1573 -"104159",25985,270,2,2071,2542 -"104160",25985,701,2,2071,2718 -"104161",25985,2036,3,2071,2483 -"104162",25985,2424,3,2071,2582 -"104163",25985,3305,3,2071,2839 -"104164",25985,3409,3,2071,2167 -"104165",25985,5580,3,2071,2111 -"104166",25985,6192,3,2071,2409 -"104167",25985,6718,3,2071,2138 -"104168",25985,9654,3,2071,2111 -"104169",25985,10029,1,2071,2718 -"104170",25985,10836,3,2071,2215 -"104171",25985,13307,2,2071,2206 -"104172",25985,13324,3,2071,2163 -"104173",25985,18394,3,2071,2356 -"104174",25985,19208,3,2071,2629 -"104175",25985,19248,3,2071,2357 -"104176",25985,19605,3,2071,2395 -"104177",25985,19622,3,2071,2371 -"104178",25985,19643,3,2071,2452 -"104179",25985,21012,2,2071,2325 -"104180",25985,22331,3,2071,2687 -"104181",25985,23460,2,2071,2183 -"104182",25985,29454,3,2071,2719 -"104183",25985,31307,3,2071,2139 -"104184",25985,33672,3,2071,2396 -"104185",25985,37285,3,2071,2428 -"104186",25985,39535,2,2071,2428 -"104187",25985,41764,3,2071,2409 -"104188",25985,42129,3,2071,2318 -"104189",25985,43455,3,2071,2846 -"104190",25985,45302,3,2071,2390 -"104191",25985,46629,3,2071,2255 -"104192",25985,48035,3,2071,2180 -"104193",25985,50236,3,2071,2339 -"104194",25985,50480,3,2071,2701 -"104195",25985,50785,2,2071,2877 -"104196",25985,51041,2,2071,2606 -"104197",25985,51866,3,2071,2411 -"104198",25985,52576,3,2071,2234 -"104199",25985,53851,3,2071,2305 -"104200",25985,61982,3,2071,2725 -"104201",25985,79804,3,2071,2227 -"104202",26025,919,3,591,910 -"104203",26025,1822,3,591,2888 -"104204",26025,2077,3,591,610 -"104205",26025,2181,3,591,2030 -"104206",26025,3477,2,591,2546 -"104207",26025,4622,3,591,1589 -"104208",26025,6063,2,591,2349 -"104209",26025,6392,3,591,1878 -"104210",26025,8993,3,591,2099 -"104211",26025,9331,3,591,2269 -"104212",26025,9503,3,591,2453 -"104213",26025,11154,3,591,1594 -"104214",26025,11229,3,591,1625 -"104215",26025,11518,3,591,803 -"104216",26025,12735,2,591,819 -"104217",26025,12779,2,591,936 -"104218",26025,13899,3,591,2650 -"104219",26025,14817,3,591,2110 -"104220",26025,15023,3,591,2054 -"104221",26025,17399,3,591,884 -"104222",26025,18217,2,591,1566 -"104223",26025,18348,3,591,1711 -"104224",26025,19317,3,591,2041 -"104225",26025,20124,3,591,2376 -"104226",26025,20343,3,591,851 -"104227",26025,20921,3,591,723 -"104228",26025,20984,3,591,2502 -"104229",26025,21684,3,591,1971 -"104230",26025,22403,3,591,1630 -"104231",26025,22462,2,591,869 -"104232",26025,25543,3,591,724 -"104233",26025,28588,3,591,1335 -"104234",26025,29267,3,591,1234 -"104235",26025,30486,3,591,1269 -"104236",26025,31357,3,591,2389 -"104237",26025,32339,3,591,2430 -"104238",26025,32395,3,591,2735 -"104239",26025,33223,2,591,2397 -"104240",26025,33451,3,591,1957 -"104241",26025,33470,3,591,2003 -"104242",26025,35822,3,591,1903 -"104243",26025,36346,3,591,1240 -"104244",26025,37301,3,591,2160 -"104245",26025,38457,3,591,1630 -"104246",26025,38513,3,591,914 -"104247",26025,40542,2,591,1664 -"104248",26025,44181,3,591,1034 -"104249",26025,47595,3,591,2374 -"104250",26025,51843,3,591,2389 -"104251",26025,52953,3,591,1741 -"104252",26025,56639,3,591,643 -"104253",26025,56873,3,591,1421 -"104254",26025,57150,3,591,1196 -"104255",26025,59790,3,591,1827 -"104256",26025,76143,3,591,1610 -"104257",26025,76503,3,591,1136 -"104258",26025,79364,3,591,834 -"104259",26025,79547,3,591,1909 -"104260",26025,79998,3,591,821 -"104261",26025,84317,3,591,2081 -"104262",26025,88739,3,591,933 -"104263",26031,312,3,1397,2038 -"104264",26031,3167,3,1397,1676 -"104265",26031,7245,3,1397,2089 -"104266",26031,9654,3,1397,2111 -"104267",26031,10871,2,1397,2314 -"104268",26031,12356,3,1397,2757 -"104269",26031,14325,3,1397,1976 -"104270",26031,18415,3,1397,2184 -"104271",26031,19516,3,1397,2313 -"104272",26031,21225,3,1397,1945 -"104273",26031,23011,3,1397,2763 -"104274",26031,26793,3,1397,2104 -"104275",26031,30453,3,1397,1535 -"104276",26031,31124,2,1397,2351 -"104277",26031,32988,3,1397,2008 -"104278",26031,38449,3,1397,1802 -"104279",26031,51410,3,1397,2739 -"104280",26031,56893,3,1397,2597 -"104281",26031,58971,3,1397,2280 -"104282",26031,59022,3,1397,2494 -"104283",26031,67726,3,1397,2873 -"104284",26031,82767,3,1397,1641 -"104285",26067,270,3,2069,2542 -"104286",26067,380,2,2069,2261 -"104287",26067,913,3,2069,2144 -"104288",26067,1102,3,2069,2282 -"104289",26067,1136,3,2069,2536 -"104290",26067,2224,3,2069,2751 -"104291",26067,2424,3,2069,2582 -"104292",26067,4687,3,2069,2152 -"104293",26067,5457,3,2069,2077 -"104294",26067,5462,3,2069,2374 -"104295",26067,5504,3,2069,2389 -"104296",26067,6491,2,2069,2424 -"104297",26067,7847,3,2069,2424 -"104298",26067,9311,3,2069,2477 -"104299",26067,9362,2,2069,2879 -"104300",26067,10513,3,2069,2284 -"104301",26067,11218,3,2069,2292 -"104302",26067,12042,3,2069,2345 -"104303",26067,12374,3,2069,2260 -"104304",26067,14655,3,2069,2559 -"104305",26067,14834,3,2069,2739 -"104306",26067,16352,3,2069,2657 -"104307",26067,17400,3,2069,2231 -"104308",26067,17520,3,2069,2276 -"104309",26067,18394,3,2069,2356 -"104310",26067,19719,3,2069,2177 -"104311",26067,23310,3,2069,2371 -"104312",26067,25816,3,2069,2088 -"104313",26067,26080,2,2069,2525 -"104314",26067,27628,3,2069,2389 -"104315",26067,30405,3,2069,2164 -"104316",26067,31235,3,2069,2668 -"104317",26067,34735,3,2069,2767 -"104318",26067,34836,3,2069,2302 -"104319",26067,35815,3,2069,2789 -"104320",26067,36087,3,2069,2755 -"104321",26067,40369,3,2069,2735 -"104322",26067,41972,3,2069,2509 -"104323",26067,43213,3,2069,2160 -"104324",26067,46040,3,2069,2105 -"104325",26067,46629,3,2069,2255 -"104326",26067,46950,3,2069,2673 -"104327",26067,50236,3,2069,2339 -"104328",26067,51017,3,2069,2073 -"104329",26067,51035,3,2069,2397 -"104330",26067,54929,3,2069,2783 -"104331",26067,56082,2,2069,2395 -"104332",26067,57544,3,2069,2443 -"104333",26067,64997,3,2069,2791 -"104334",26067,72207,3,2069,2430 -"104335",26067,80825,3,2069,2315 -"104336",26080,270,3,2525,2542 -"104337",26080,2424,3,2525,2582 -"104338",26080,3305,3,2525,2839 -"104339",26080,5315,3,2525,2631 -"104340",26080,6044,2,2525,2744 -"104341",26080,8327,3,2525,2527 -"104342",26080,9362,3,2525,2879 -"104343",26080,12035,3,2525,2721 -"104344",26080,16352,1,2525,2657 -"104345",26080,21138,3,2525,2849 -"104346",26080,21571,3,2525,2755 -"104347",26080,25325,3,2525,2963 -"104348",26080,26721,3,2525,2586 -"104349",26080,28168,3,2525,2702 -"104350",26080,28296,3,2525,2944 -"104351",26080,32567,3,2525,2784 -"104352",26080,34735,2,2525,2767 -"104353",26080,35815,3,2525,2789 -"104354",26080,38307,3,2525,2648 -"104355",26080,43455,3,2525,2846 -"104356",26080,47248,2,2525,2883 -"104357",26080,49110,2,2525,2938 -"104358",26080,54929,2,2525,2783 -"104359",26080,55652,3,2525,2795 -"104360",26080,56237,3,2525,2625 -"104361",26080,57969,3,2525,2755 -"104362",26080,82732,3,2525,2810 -"104363",26083,7616,3,2038,2296 -"104364",26083,47625,3,2038,2562 -"104365",26083,49334,3,2038,2433 -"104366",26100,916,3,1966,2718 -"104367",26100,2724,3,1966,2447 -"104368",26100,3669,2,1966,2524 -"104369",26100,4730,3,1966,2131 -"104370",26100,5816,2,1966,2408 -"104371",26100,6248,3,1966,2737 -"104372",26100,12035,3,1966,2721 -"104373",26100,14754,3,1966,2456 -"104374",26100,15301,2,1966,2308 -"104375",26100,17999,2,1966,2758 -"104376",26100,18808,2,1966,2854 -"104377",26100,21504,3,1966,2328 -"104378",26100,21571,3,1966,2755 -"104379",26100,22566,3,1966,2308 -"104380",26100,22905,3,1966,2599 -"104381",26100,23739,2,1966,2463 -"104382",26100,24520,3,1966,2196 -"104383",26100,24761,3,1966,2384 -"104384",26100,25053,3,1966,2186 -"104385",26100,30317,3,1966,2431 -"104386",26100,31251,2,1966,2498 -"104387",26100,31259,3,1966,2082 -"104388",26100,31285,3,1966,2328 -"104389",26100,35264,3,1966,2329 -"104390",26100,36662,3,1966,2967 -"104391",26100,37844,3,1966,2002 -"104392",26100,39321,3,1966,2257 -"104393",26100,41051,3,1966,2767 -"104394",26100,45585,3,1966,2384 -"104395",26100,49147,2,1966,2539 -"104396",26100,49805,3,1966,2445 -"104397",26100,50635,3,1966,2962 -"104398",26100,53362,2,1966,2360 -"104399",26100,53530,3,1966,2380 -"104400",26100,55436,3,1966,2513 -"104401",26100,55775,2,1966,2385 -"104402",26100,59470,3,1966,2393 -"104403",26100,60672,2,1966,2876 -"104404",26100,63096,3,1966,2307 -"104405",26100,68416,3,1966,2939 -"104406",26100,71065,3,1966,2231 -"104407",26100,80705,3,1966,2764 -"104408",26101,468,3,349,1966 -"104409",26101,798,3,349,2476 -"104410",26101,2428,3,349,1931 -"104411",26101,3306,3,349,1989 -"104412",26101,4032,2,349,1763 -"104413",26101,4367,3,349,2794 -"104414",26101,4660,3,349,2149 -"104415",26101,6132,3,349,1590 -"104416",26101,6697,3,349,2438 -"104417",26101,7254,3,349,1849 -"104418",26101,7355,3,349,1928 -"104419",26101,8726,3,349,2083 -"104420",26101,9050,2,349,2026 -"104421",26101,11135,3,349,2441 -"104422",26101,11136,3,349,2573 -"104423",26101,11424,3,349,1631 -"104424",26101,11665,1,349,1643 -"104425",26101,12200,3,349,1400 -"104426",26101,13024,3,349,2468 -"104427",26101,13079,3,349,2547 -"104428",26101,13400,2,349,1371 -"104429",26101,13920,3,349,1709 -"104430",26101,14558,3,349,1585 -"104431",26101,14754,2,349,2456 -"104432",26101,14789,3,349,1034 -"104433",26101,15146,3,349,1546 -"104434",26101,15301,3,349,2308 -"104435",26101,15502,3,349,2637 -"104436",26101,16566,3,349,2019 -"104437",26101,16833,2,349,1661 -"104438",26101,18718,3,349,494 -"104439",26101,22559,3,349,566 -"104440",26101,22766,3,349,1945 -"104441",26101,24520,3,349,2196 -"104442",26101,24757,3,349,1939 -"104443",26101,25139,1,349,816 -"104444",26101,25741,3,349,2853 -"104445",26101,25886,3,349,1580 -"104446",26101,26100,3,349,1966 -"104447",26101,27260,3,349,878 -"104448",26101,28081,2,349,1927 -"104449",26101,31251,3,349,2498 -"104450",26101,34441,3,349,1661 -"104451",26101,35477,3,349,2703 -"104452",26101,35873,3,349,1377 -"104453",26101,37758,3,349,1998 -"104454",26101,41338,3,349,1553 -"104455",26101,43135,3,349,1171 -"104456",26101,43593,3,349,2704 -"104457",26101,44068,2,349,1056 -"104458",26101,47557,3,349,999 -"104459",26101,50261,3,349,515 -"104460",26101,50335,3,349,1893 -"104461",26101,50520,3,349,1205 -"104462",26101,51448,3,349,1593 -"104463",26101,53362,3,349,2360 -"104464",26101,54284,3,349,2491 -"104465",26101,56737,3,349,2270 -"104466",26101,63641,3,349,2337 -"104467",26101,64534,3,349,2924 -"104468",26101,66717,3,349,2104 -"104469",26101,68328,3,349,683 -"104470",26101,68789,3,349,1929 -"104471",26101,69564,2,349,903 -"104472",26101,72535,3,349,1191 -"104473",26101,74605,3,349,2265 -"104474",26101,78842,3,349,904 -"104475",26101,78910,3,349,1931 -"104476",26101,83860,3,349,1522 -"104477",26101,91715,3,349,1034 -"104478",26101,96007,3,349,895 -"104479",26101,104659,2,349,2026 -"104480",26101,107435,3,349,1635 -"104481",26106,4932,3,2015,2752 -"104482",26106,5078,3,2015,2033 -"104483",26106,5457,3,2015,2077 -"104484",26106,5462,3,2015,2374 -"104485",26106,5504,3,2015,2389 -"104486",26106,14652,3,2015,2516 -"104487",26106,17826,3,2015,2920 -"104488",26106,18151,3,2015,2962 -"104489",26106,18458,2,2015,2477 -"104490",26106,18543,3,2015,2968 -"104491",26106,20407,3,2015,2339 -"104492",26106,23787,3,2015,2810 -"104493",26106,26793,3,2015,2104 -"104494",26106,32761,3,2015,2680 -"104495",26106,36439,3,2015,2469 -"104496",26106,44235,3,2015,2700 -"104497",26106,44427,3,2015,2875 -"104498",26106,49032,3,2015,2469 -"104499",26106,49666,3,2015,2408 -"104500",26106,67264,3,2015,2790 -"104501",26106,71702,3,2015,2353 -"104502",26106,82949,3,2015,2077 -"104503",26124,9332,3,2356,2734 -"104504",26124,17037,3,2356,2947 -"104505",26124,30368,3,2356,2487 -"104506",26127,489,3,62,2652 -"104507",26127,5376,3,62,288 -"104508",26127,8821,3,62,2230 -"104509",26127,10709,3,62,746 -"104510",26127,12703,3,62,2689 -"104511",26127,13518,3,62,525 -"104512",26127,16587,3,62,2065 -"104513",26127,18227,2,62,2214 -"104514",26127,18666,3,62,1230 -"104515",26127,21734,3,62,2528 -"104516",26127,23216,3,62,2424 -"104517",26127,26471,3,62,1061 -"104518",26127,27339,3,62,486 -"104519",26127,28230,1,62,109 -"104520",26127,45967,1,62,2195 -"104521",26127,55821,3,62,1303 -"104522",26127,55862,2,62,2123 -"104523",26127,82498,3,62,109 -"104524",26127,109521,3,62,609 -"104525",26127,121234,3,62,213 -"104526",26138,3477,3,1902,2546 -"104527",26138,5414,3,1902,2321 -"104528",26138,6063,3,1902,2349 -"104529",26138,6432,3,1902,2297 -"104530",26138,12818,3,1902,2015 -"104531",26138,18466,3,1902,2340 -"104532",26138,18479,3,1902,2967 -"104533",26138,23739,3,1902,2463 -"104534",26138,25180,3,1902,2489 -"104535",26138,33223,3,1902,2397 -"104536",26138,41603,3,1902,1942 -"104537",26138,42998,3,1902,1978 -"104538",26138,49621,3,1902,1915 -"104539",26138,57037,3,1902,2293 -"104540",26138,69590,3,1902,2441 -"104541",26138,90079,3,1902,2664 -"104542",26138,94339,3,1902,2768 -"104543",26144,680,3,591,2569 -"104544",26144,2452,3,591,1715 -"104545",26144,3978,3,591,2775 -"104546",26144,4249,3,591,2547 -"104547",26144,5897,3,591,2337 -"104548",26144,12759,3,591,2414 -"104549",26144,18381,3,591,1524 -"104550",26144,20176,3,591,1050 -"104551",26144,22709,3,591,2743 -"104552",26144,25378,3,591,1245 -"104553",26144,30865,3,591,2038 -"104554",26144,33665,3,591,787 -"104555",26144,38373,3,591,1928 -"104556",26144,39249,3,591,1665 -"104557",26144,52879,3,591,777 -"104558",26144,64993,3,591,615 -"104559",26144,67815,3,591,2476 -"104560",26144,84447,3,591,1006 -"104561",26144,94525,3,591,1993 -"104562",26144,107292,3,591,1667 -"104563",26155,543,3,1802,2203 -"104564",26155,1046,3,1802,1881 -"104565",26155,1616,3,1802,2662 -"104566",26155,1777,3,1802,1965 -"104567",26155,2484,3,1802,2389 -"104568",26155,3161,3,1802,2229 -"104569",26155,3488,3,1802,2351 -"104570",26155,4418,3,1802,2788 -"104571",26155,5078,3,1802,2033 -"104572",26155,5148,3,1802,2206 -"104573",26155,5457,3,1802,2077 -"104574",26155,5462,3,1802,2374 -"104575",26155,5504,3,1802,2389 -"104576",26155,5725,3,1802,2789 -"104577",26155,7323,3,1802,2858 -"104578",26155,8533,3,1802,2251 -"104579",26155,9311,3,1802,2477 -"104580",26155,10799,1,1802,2010 -"104581",26155,12713,3,1802,2440 -"104582",26155,17410,3,1802,2073 -"104583",26155,22216,2,1802,1956 -"104584",26155,28285,3,1802,2972 -"104585",26155,29095,3,1802,2531 -"104586",26155,33801,3,1802,2899 -"104587",26155,35256,3,1802,2271 -"104588",26155,36559,2,1802,2473 -"104589",26155,37238,3,1802,2609 -"104590",26155,37418,3,1802,2710 -"104591",26155,37570,3,1802,2389 -"104592",26155,39087,3,1802,2765 -"104593",26155,44235,3,1802,2700 -"104594",26155,47947,2,1802,2681 -"104595",26155,51410,3,1802,2739 -"104596",26155,51626,3,1802,2494 -"104597",26155,53475,3,1802,2853 -"104598",26155,55156,3,1802,2196 -"104599",26155,68810,2,1802,2409 -"104600",26155,78563,3,1802,2385 -"104601",26155,85430,3,1802,2370 -"104602",26155,86986,3,1802,1976 -"104603",26182,9785,3,2775,2951 -"104604",26182,17037,3,2775,2947 -"104605",26182,42256,3,2775,2839 -"104606",26182,46982,2,2775,2806 -"104607",26217,323,3,42,1706 -"104608",26217,3420,3,42,497 -"104609",26217,4957,2,42,644 -"104610",26217,6133,3,42,1229 -"104611",26217,10870,3,42,1755 -"104612",26217,11651,2,42,526 -"104613",26217,16365,3,42,2217 -"104614",26217,17812,3,42,2705 -"104615",26217,18672,3,42,1182 -"104616",26217,19605,3,42,2395 -"104617",26217,22501,2,42,1006 -"104618",26217,23430,3,42,904 -"104619",26217,27379,3,42,2461 -"104620",26217,31444,3,42,511 -"104621",26217,34492,3,42,1798 -"104622",26217,37026,3,42,1428 -"104623",26217,41418,3,42,535 -"104624",26217,41953,3,42,945 -"104625",26217,55892,3,42,1234 -"104626",26217,61245,3,42,955 -"104627",26217,70433,3,42,2639 -"104628",26217,82949,3,42,2077 -"104629",26217,96708,2,42,594 -"104630",26217,113041,2,42,79 -"104631",26218,9311,3,2460,2477 -"104632",26218,25462,2,2460,2653 -"104633",26218,33407,3,2460,2496 -"104634",26218,33433,3,2460,2805 -"104635",26218,38755,2,2460,2902 -"104636",26227,313,2,2265,2271 -"104637",26227,377,3,2265,2389 -"104638",26227,2206,2,2265,2536 -"104639",26227,7394,2,2265,2615 -"104640",26227,27478,2,2265,2485 -"104641",26227,41051,2,2265,2767 -"104642",26227,62066,3,2265,2281 -"104643",26227,66318,3,2265,2803 -"104644",26234,854,2,2183,2307 -"104645",26234,2484,3,2183,2389 -"104646",26234,3477,3,2183,2546 -"104647",26234,3495,3,2183,2431 -"104648",26234,4932,3,2183,2752 -"104649",26234,6063,3,2183,2349 -"104650",26234,17367,3,2183,2427 -"104651",26234,29454,3,2183,2719 -"104652",26234,30236,2,2183,2238 -"104653",26234,33223,3,2183,2397 -"104654",26234,38732,2,2183,2263 -"104655",26234,39131,3,2183,2491 -"104656",26234,41764,3,2183,2409 -"104657",26234,65572,2,2183,2750 -"104658",26249,1767,3,2301,2727 -"104659",26249,3961,3,2301,2426 -"104660",26249,5315,3,2301,2631 -"104661",26249,5462,3,2301,2374 -"104662",26249,5504,3,2301,2389 -"104663",26249,9311,3,2301,2477 -"104664",26249,15636,2,2301,2857 -"104665",26249,18151,3,2301,2962 -"104666",26249,20067,2,2301,2390 -"104667",26249,20732,3,2301,2401 -"104668",26249,23726,3,2301,2434 -"104669",26249,23787,3,2301,2810 -"104670",26249,25462,3,2301,2653 -"104671",26249,26218,3,2301,2460 -"104672",26249,33801,3,2301,2899 -"104673",26249,39799,2,2301,2344 -"104674",26249,46803,3,2301,2305 -"104675",26249,53475,3,2301,2853 -"104676",26249,57977,3,2301,2683 -"104677",26249,70203,2,2301,2756 -"104678",26249,76356,3,2301,2323 -"104679",26282,23,3,1241,1682 -"104680",26282,135,3,1241,2233 -"104681",26282,600,3,1241,1702 -"104682",26282,671,3,1241,2328 -"104683",26282,675,2,1241,1686 -"104684",26282,733,3,1241,1653 -"104685",26282,1046,2,1241,1881 -"104686",26282,1130,1,1241,1566 -"104687",26282,1136,2,1241,2536 -"104688",26282,1175,3,1241,1642 -"104689",26282,2063,3,1241,1278 -"104690",26282,2325,2,1241,1641 -"104691",26282,2743,3,1241,1278 -"104692",26282,2754,3,1241,1360 -"104693",26282,2765,3,1241,2321 -"104694",26282,2954,2,1241,2727 -"104695",26282,3242,2,1241,1730 -"104696",26282,3777,3,1241,1798 -"104697",26282,3886,3,1241,1669 -"104698",26282,3966,2,1241,2425 -"104699",26282,4191,3,1241,2130 -"104700",26282,4567,3,1241,2348 -"104701",26282,4618,2,1241,2607 -"104702",26282,4687,3,1241,2152 -"104703",26282,4980,3,1241,2093 -"104704",26282,5041,3,1241,2371 -"104705",26282,5148,3,1241,2206 -"104706",26282,5462,3,1241,2374 -"104707",26282,5491,3,1241,2048 -"104708",26282,5669,3,1241,2502 -"104709",26282,5725,2,1241,2789 -"104710",26282,6044,3,1241,2744 -"104711",26282,6740,3,1241,2699 -"104712",26282,7181,3,1241,1421 -"104713",26282,7245,3,1241,2089 -"104714",26282,7847,3,1241,2424 -"104715",26282,7861,2,1241,1647 -"104716",26282,8258,3,1241,1959 -"104717",26282,8533,3,1241,2251 -"104718",26282,8621,3,1241,1681 -"104719",26282,8700,3,1241,1270 -"104720",26282,10130,3,1241,2741 -"104721",26282,10404,3,1241,2062 -"104722",26282,10513,3,1241,2284 -"104723",26282,10890,3,1241,2639 -"104724",26282,12096,3,1241,1330 -"104725",26282,12867,3,1241,2773 -"104726",26282,15005,3,1241,1415 -"104727",26282,15184,3,1241,2396 -"104728",26282,17357,3,1241,1536 -"104729",26282,17931,3,1241,1617 -"104730",26282,17943,3,1241,1943 -"104731",26282,19027,3,1241,2721 -"104732",26282,19516,3,1241,2313 -"104733",26282,20563,3,1241,2267 -"104734",26282,20824,3,1241,1366 -"104735",26282,21138,3,1241,2849 -"104736",26282,21795,3,1241,2653 -"104737",26282,22277,3,1241,2424 -"104738",26282,22714,3,1241,2793 -"104739",26282,23534,3,1241,1659 -"104740",26282,23825,3,1241,1913 -"104741",26282,24755,3,1241,1319 -"104742",26282,25129,2,1241,2647 -"104743",26282,25325,3,1241,2963 -"104744",26282,25341,1,1241,1858 -"104745",26282,25643,2,1241,1646 -"104746",26282,26080,3,1241,2525 -"104747",26282,26351,3,1241,2683 -"104748",26282,26436,3,1241,2489 -"104749",26282,26516,3,1241,2479 -"104750",26282,26570,3,1241,1669 -"104751",26282,27753,3,1241,2750 -"104752",26282,28285,3,1241,2972 -"104753",26282,29917,3,1241,1962 -"104754",26282,30438,3,1241,1617 -"104755",26282,31050,3,1241,1491 -"104756",26282,31799,2,1241,2547 -"104757",26282,34216,3,1241,2832 -"104758",26282,34480,3,1241,2755 -"104759",26282,34492,3,1241,1798 -"104760",26282,34509,2,1241,1973 -"104761",26282,37238,3,1241,2609 -"104762",26282,37620,3,1241,2716 -"104763",26282,38727,3,1241,2238 -"104764",26282,39087,3,1241,2765 -"104765",26282,40293,2,1241,1671 -"104766",26282,40369,3,1241,2735 -"104767",26282,41739,3,1241,1339 -"104768",26282,41972,3,1241,2509 -"104769",26282,42474,2,1241,2322 -"104770",26282,47248,2,1241,2883 -"104771",26282,47857,3,1241,2325 -"104772",26282,47947,3,1241,2681 -"104773",26282,51017,2,1241,2073 -"104774",26282,51022,3,1241,1499 -"104775",26282,51035,3,1241,2397 -"104776",26282,51410,2,1241,2739 -"104777",26282,51987,3,1241,1397 -"104778",26282,53196,3,1241,1888 -"104779",26282,53300,3,1241,2162 -"104780",26282,55139,3,1241,2323 -"104781",26282,56171,3,1241,1524 -"104782",26282,57977,3,1241,2683 -"104783",26282,58035,1,1241,1646 -"104784",26282,62840,3,1241,2502 -"104785",26282,62841,3,1241,2710 -"104786",26282,63770,3,1241,1324 -"104787",26282,64031,2,1241,1295 -"104788",26282,64181,2,1241,1828 -"104789",26282,64997,3,1241,2791 -"104790",26282,65029,3,1241,2954 -"104791",26282,65625,3,1241,1273 -"104792",26282,66413,3,1241,2507 -"104793",26282,71562,3,1241,2574 -"104794",26282,71618,2,1241,2960 -"104795",26282,80172,3,1241,1342 -"104796",26282,82767,2,1241,1641 -"104797",26282,83219,3,1241,1492 -"104798",26282,105063,3,1241,1908 -"104799",26282,109106,3,1241,1973 -"104800",26282,111843,2,1241,1963 -"104801",26286,364,2,2023,2351 -"104802",26286,9787,3,2023,2858 -"104803",26286,21407,2,2023,2728 -"104804",26286,29977,3,2023,2781 -"104805",26286,31335,3,2023,2351 -"104806",26286,37279,3,2023,2768 -"104807",26286,45729,3,2023,2606 -"104808",26286,96300,3,2023,2594 -"104809",26322,135,2,1018,2233 -"104810",26322,380,3,1018,2261 -"104811",26322,455,3,1018,2827 -"104812",26322,470,3,1018,2285 -"104813",26322,600,2,1018,1702 -"104814",26322,671,3,1018,2328 -"104815",26322,675,1,1018,1686 -"104816",26322,733,3,1018,1653 -"104817",26322,913,3,1018,2144 -"104818",26322,1046,3,1018,1881 -"104819",26322,1050,3,1018,1185 -"104820",26322,1127,3,1018,1188 -"104821",26322,1130,2,1018,1566 -"104822",26322,1136,1,1018,2536 -"104823",26322,1151,3,1018,2885 -"104824",26322,1592,3,1018,2006 -"104825",26322,1616,3,1018,2662 -"104826",26322,1691,3,1018,1941 -"104827",26322,2063,2,1018,1278 -"104828",26322,2224,3,1018,2751 -"104829",26322,2325,3,1018,1641 -"104830",26322,2743,2,1018,1278 -"104831",26322,2954,2,1018,2727 -"104832",26322,3242,3,1018,1730 -"104833",26322,3966,3,1018,2425 -"104834",26322,4084,3,1018,2133 -"104835",26322,4191,2,1018,2130 -"104836",26322,4226,3,1018,1903 -"104837",26322,4618,3,1018,2607 -"104838",26322,4687,3,1018,2152 -"104839",26322,4790,3,1018,1025 -"104840",26322,4791,3,1018,1184 -"104841",26322,4980,3,1018,2093 -"104842",26322,5725,3,1018,2789 -"104843",26322,6162,3,1018,1673 -"104844",26322,6363,3,1018,2066 -"104845",26322,6390,3,1018,2385 -"104846",26322,6392,3,1018,1878 -"104847",26322,6428,2,1018,1952 -"104848",26322,6491,2,1018,2424 -"104849",26322,7245,3,1018,2089 -"104850",26322,7354,3,1018,2008 -"104851",26322,7515,3,1018,2737 -"104852",26322,7847,1,1018,2424 -"104853",26322,7861,3,1018,1647 -"104854",26322,8529,3,1018,1205 -"104855",26322,8621,3,1018,1681 -"104856",26322,8866,3,1018,1545 -"104857",26322,8888,3,1018,1328 -"104858",26322,9362,3,1018,2879 -"104859",26322,9805,3,1018,1621 -"104860",26322,10370,3,1018,2224 -"104861",26322,10373,3,1018,2436 -"104862",26322,10433,3,1018,2075 -"104863",26322,10875,3,1018,1234 -"104864",26322,11434,3,1018,1187 -"104865",26322,11516,3,1018,1937 -"104866",26322,11546,3,1018,1174 -"104867",26322,12096,3,1018,1330 -"104868",26322,12199,3,1018,1651 -"104869",26322,12747,3,1018,2818 -"104870",26322,15005,3,1018,1415 -"104871",26322,15713,3,1018,1646 -"104872",26322,16164,2,1018,1184 -"104873",26322,16625,3,1018,1285 -"104874",26322,17357,3,1018,1536 -"104875",26322,17698,3,1018,1559 -"104876",26322,17938,3,1018,1410 -"104877",26322,18108,3,1018,1656 -"104878",26322,18735,3,1018,1581 -"104879",26322,19093,3,1018,2224 -"104880",26322,19096,3,1018,1538 -"104881",26322,19113,3,1018,1171 -"104882",26322,19322,3,1018,2048 -"104883",26322,19718,3,1018,1702 -"104884",26322,20563,3,1018,2267 -"104885",26322,20824,2,1018,1366 -"104886",26322,21911,3,1018,1184 -"104887",26322,22566,3,1018,2308 -"104888",26322,22884,2,1018,1608 -"104889",26322,22885,2,1018,1702 -"104890",26322,23132,3,1018,2756 -"104891",26322,23216,3,1018,2424 -"104892",26322,23460,3,1018,2183 -"104893",26322,23506,3,1018,1172 -"104894",26322,23534,3,1018,1659 -"104895",26322,23704,3,1018,2278 -"104896",26322,23705,3,1018,2699 -"104897",26322,23745,3,1018,1968 -"104898",26322,23825,3,1018,1913 -"104899",26322,23918,3,1018,1881 -"104900",26322,24005,3,1018,1188 -"104901",26322,24568,3,1018,1937 -"104902",26322,24755,3,1018,1319 -"104903",26322,25129,3,1018,2647 -"104904",26322,25289,3,1018,1790 -"104905",26322,25341,1,1018,1858 -"104906",26322,25643,3,1018,1646 -"104907",26322,25816,3,1018,2088 -"104908",26322,26067,3,1018,2069 -"104909",26322,26282,2,1018,1241 -"104910",26322,26436,3,1018,2489 -"104911",26322,26516,3,1018,2479 -"104912",26322,26570,3,1018,1669 -"104913",26322,26595,3,1018,1566 -"104914",26322,27377,3,1018,1724 -"104915",26322,27628,2,1018,2389 -"104916",26322,27753,2,1018,2750 -"104917",26322,27837,3,1018,1315 -"104918",26322,28434,3,1018,1141 -"104919",26322,29170,3,1018,1846 -"104920",26322,29456,3,1018,1182 -"104921",26322,30438,3,1018,1617 -"104922",26322,30891,3,1018,1256 -"104923",26322,31050,2,1018,1491 -"104924",26322,31799,3,1018,2547 -"104925",26322,32947,3,1018,1091 -"104926",26322,32988,3,1018,2008 -"104927",26322,33588,2,1018,1040 -"104928",26322,33621,2,1018,1319 -"104929",26322,34160,2,1018,1759 -"104930",26322,34464,3,1018,1741 -"104931",26322,34492,2,1018,1798 -"104932",26322,34509,2,1018,1973 -"104933",26322,34815,3,1018,2354 -"104934",26322,35302,3,1018,1589 -"104935",26322,35516,3,1018,1229 -"104936",26322,35673,3,1018,1067 -"104937",26322,36651,2,1018,1600 -"104938",26322,37620,3,1018,2716 -"104939",26322,38055,3,1018,1089 -"104940",26322,38727,2,1018,2238 -"104941",26322,40028,3,1018,1349 -"104942",26322,40293,3,1018,1671 -"104943",26322,40369,1,1018,2735 -"104944",26322,41739,2,1018,1339 -"104945",26322,42216,3,1018,2722 -"104946",26322,42505,3,1018,2008 -"104947",26322,42935,3,1018,2400 -"104948",26322,43173,3,1018,2895 -"104949",26322,44306,2,1018,1036 -"104950",26322,45633,3,1018,2134 -"104951",26322,45715,3,1018,2287 -"104952",26322,47248,3,1018,2883 -"104953",26322,49144,3,1018,1542 -"104954",26322,50685,3,1018,2008 -"104955",26322,51017,3,1018,2073 -"104956",26322,51022,3,1018,1499 -"104957",26322,51041,3,1018,2606 -"104958",26322,51410,3,1018,2739 -"104959",26322,51987,3,1018,1397 -"104960",26322,52735,3,1018,1124 -"104961",26322,53196,2,1018,1888 -"104962",26322,53323,3,1018,2677 -"104963",26322,54158,3,1018,1756 -"104964",26322,54855,3,1018,1525 -"104965",26322,54879,3,1018,2210 -"104966",26322,55139,2,1018,2323 -"104967",26322,55156,3,1018,2196 -"104968",26322,56152,3,1018,1487 -"104969",26322,57129,3,1018,1858 -"104970",26322,57355,3,1018,1261 -"104971",26322,57544,3,1018,2443 -"104972",26322,57549,3,1018,2335 -"104973",26322,58035,2,1018,1646 -"104974",26322,59438,3,1018,2400 -"104975",26322,59790,3,1018,1827 -"104976",26322,62903,3,1018,1704 -"104977",26322,63409,3,1018,1937 -"104978",26322,63477,3,1018,1907 -"104979",26322,63547,3,1018,1023 -"104980",26322,64031,3,1018,1295 -"104981",26322,64181,1,1018,1828 -"104982",26322,64997,1,1018,2791 -"104983",26322,65625,2,1018,1273 -"104984",26322,66413,2,1018,2507 -"104985",26322,67314,2,1018,1051 -"104986",26322,67352,3,1018,1115 -"104987",26322,70605,3,1018,1176 -"104988",26322,73197,3,1018,1998 -"104989",26322,78563,3,1018,2385 -"104990",26322,80172,3,1018,1342 -"104991",26322,80429,3,1018,1927 -"104992",26322,82767,3,1018,1641 -"104993",26322,82787,2,1018,1144 -"104994",26322,83219,3,1018,1492 -"104995",26322,83422,3,1018,1500 -"104996",26322,88808,3,1018,1462 -"104997",26322,88966,3,1018,1568 -"104998",26322,92491,3,1018,1968 -"104999",26322,96894,3,1018,1598 -"105000",26322,97160,3,1018,1215 -"105001",26322,98801,3,1018,1035 -"105002",26322,99103,3,1018,1470 -"105003",26322,105063,2,1018,1908 -"105004",26322,107649,3,1018,1573 -"105005",26322,109718,3,1018,1237 -"105006",26336,237,2,1904,1982 -"105007",26336,448,3,1904,2693 -"105008",26336,2057,3,1904,1965 -"105009",26336,2424,3,1904,2582 -"105010",26336,2533,3,1904,2016 -"105011",26336,8610,3,1904,2240 -"105012",26336,11625,3,1904,2022 -"105013",26336,13842,3,1904,2250 -"105014",26336,14749,3,1904,1998 -"105015",26336,18965,3,1904,2315 -"105016",26336,19719,3,1904,2177 -"105017",26336,24096,3,1904,2612 -"105018",26336,25577,3,1904,1946 -"105019",26336,26734,3,1904,2299 -"105020",26336,29473,3,1904,2602 -"105021",26336,30697,3,1904,2891 -"105022",26336,32606,3,1904,2100 -"105023",26336,33537,3,1904,2406 -"105024",26336,35715,3,1904,2912 -"105025",26336,38259,3,1904,2258 -"105026",26336,51758,3,1904,2310 -"105027",26336,52576,3,1904,2234 -"105028",26336,61240,2,1904,2651 -"105029",26336,66693,3,1904,2554 -"105030",26336,73107,3,1904,1918 -"105031",26336,80606,3,1904,2079 -"105032",26336,81164,3,1904,2260 -"105033",26342,312,3,527,2038 -"105034",26342,1044,3,527,880 -"105035",26342,1151,3,527,2885 -"105036",26342,1364,2,527,859 -"105037",26342,1592,3,527,2006 -"105038",26342,1616,3,527,2662 -"105039",26342,1691,3,527,1941 -"105040",26342,2484,3,527,2389 -"105041",26342,3144,2,527,869 -"105042",26342,3271,3,527,2216 -"105043",26342,3477,3,527,2546 -"105044",26342,3628,3,527,2707 -"105045",26342,3978,3,527,2775 -"105046",26342,4687,2,527,2152 -"105047",26342,5258,3,527,2730 -"105048",26342,5839,2,527,2301 -"105049",26342,6063,3,527,2349 -"105050",26342,6252,3,527,2336 -"105051",26342,6390,3,527,2385 -"105052",26342,6392,2,527,1878 -"105053",26342,6428,2,527,1952 -"105054",26342,6491,3,527,2424 -"105055",26342,7847,3,527,2424 -"105056",26342,8011,2,527,889 -"105057",26342,8762,3,527,2585 -"105058",26342,9272,3,527,2835 -"105059",26342,9423,3,527,1708 -"105060",26342,11351,2,527,2971 -"105061",26342,11434,3,527,1187 -"105062",26342,12199,3,527,1651 -"105063",26342,12735,3,527,819 -"105064",26342,12779,3,527,936 -"105065",26342,13895,3,527,687 -"105066",26342,14096,2,527,1861 -"105067",26342,14108,3,527,2012 -"105068",26342,14918,3,527,2071 -"105069",26342,15962,2,527,660 -"105070",26342,16940,3,527,1290 -"105071",26342,17520,3,527,2276 -"105072",26342,17750,3,527,672 -"105073",26342,18217,3,527,1566 -"105074",26342,18502,3,527,1033 -"105075",26342,18543,2,527,2968 -"105076",26342,19718,1,527,1702 -"105077",26342,19882,3,527,565 -"105078",26342,20287,3,527,1099 -"105079",26342,20407,3,527,2339 -"105080",26342,21133,3,527,1320 -"105081",26342,21682,3,527,2414 -"105082",26342,22141,2,527,2348 -"105083",26342,22462,3,527,869 -"105084",26342,22885,3,527,1702 -"105085",26342,23216,3,527,2424 -"105086",26342,25341,3,527,1858 -"105087",26342,25816,1,527,2088 -"105088",26342,26322,3,527,1018 -"105089",26342,27628,3,527,2389 -"105090",26342,28808,3,527,1063 -"105091",26342,29449,3,527,2916 -"105092",26342,29948,3,527,2795 -"105093",26342,32503,3,527,2020 -"105094",26342,33223,3,527,2397 -"105095",26342,34945,3,527,1298 -"105096",26342,35428,3,527,2263 -"105097",26342,36439,3,527,2469 -"105098",26342,37509,3,527,1640 -"105099",26342,37628,3,527,819 -"105100",26342,38213,3,527,1744 -"105101",26342,38694,3,527,817 -"105102",26342,38727,2,527,2238 -"105103",26342,38921,3,527,1880 -"105104",26342,39411,3,527,2384 -"105105",26342,40369,3,527,2735 -"105106",26342,40542,3,527,1664 -"105107",26342,40931,2,527,2301 -"105108",26342,41085,3,527,637 -"105109",26342,42264,2,527,1702 -"105110",26342,42619,3,527,2017 -"105111",26342,43173,1,527,2895 -"105112",26342,43226,2,527,2442 -"105113",26342,44306,3,527,1036 -"105114",26342,44427,3,527,2875 -"105115",26342,46621,3,527,1343 -"105116",26342,47585,3,527,794 -"105117",26342,47968,3,527,2829 -"105118",26342,48110,3,527,2009 -"105119",26342,49620,3,527,1868 -"105120",26342,50179,3,527,2230 -"105121",26342,50235,3,527,726 -"105122",26342,50252,3,527,2001 -"105123",26342,51572,2,527,912 -"105124",26342,52136,3,527,1412 -"105125",26342,52327,3,527,1472 -"105126",26342,54663,3,527,1424 -"105127",26342,57129,2,527,1858 -"105128",26342,57544,3,527,2443 -"105129",26342,57990,3,527,978 -"105130",26342,58284,3,527,2292 -"105131",26342,58508,3,527,2326 -"105132",26342,59790,2,527,1827 -"105133",26342,60661,2,527,2700 -"105134",26342,61785,3,527,822 -"105135",26342,62602,3,527,1172 -"105136",26342,69335,3,527,2698 -"105137",26342,73675,3,527,887 -"105138",26342,74636,3,527,2525 -"105139",26342,75025,3,527,717 -"105140",26342,76507,3,527,1437 -"105141",26342,79436,3,527,1344 -"105142",26342,80301,3,527,1690 -"105143",26342,80927,3,527,823 -"105144",26342,82344,3,527,1358 -"105145",26342,82401,3,527,1210 -"105146",26342,84022,3,527,2289 -"105147",26342,88232,3,527,2881 -"105148",26342,90802,3,527,877 -"105149",26342,97824,3,527,1229 -"105150",26342,101967,3,527,691 -"105151",26351,823,3,2683,2840 -"105152",26351,4418,3,2683,2788 -"105153",26351,5725,2,2683,2789 -"105154",26351,12867,2,2683,2773 -"105155",26351,24923,3,2683,2785 -"105156",26351,28285,1,2683,2972 -"105157",26351,39087,2,2683,2765 -"105158",26359,20893,3,2535,2695 -"105159",26359,21795,3,2535,2653 -"105160",26366,14,2,1688,1793 -"105161",26366,915,3,1688,1793 -"105162",26366,1324,1,1688,2147 -"105163",26366,4932,3,1688,2752 -"105164",26366,5622,3,1688,2175 -"105165",26366,5986,3,1688,1721 -"105166",26366,6047,3,1688,2004 -"105167",26366,7406,3,1688,1906 -"105168",26366,7858,3,1688,1795 -"105169",26366,9828,3,1688,2085 -"105170",26366,10358,3,1688,2294 -"105171",26366,10857,3,1688,2253 -"105172",26366,11218,3,1688,2292 -"105173",26366,11966,3,1688,2385 -"105174",26366,12042,3,1688,2345 -"105175",26366,14032,3,1688,2144 -"105176",26366,15301,3,1688,2308 -"105177",26366,16352,2,1688,2657 -"105178",26366,16863,3,1688,2069 -"105179",26366,17400,3,1688,2231 -"105180",26366,18348,3,1688,1711 -"105181",26366,21571,3,1688,2755 -"105182",26366,22260,2,1688,2137 -"105183",26366,22808,3,1688,2297 -"105184",26366,23725,3,1688,2378 -"105185",26366,24066,3,1688,1755 -"105186",26366,25971,3,1688,2608 -"105187",26366,26080,3,1688,2525 -"105188",26366,28285,3,1688,2972 -"105189",26366,28296,2,1688,2944 -"105190",26366,29930,3,1688,2240 -"105191",26366,30827,3,1688,2323 -"105192",26366,32064,3,1688,1739 -"105193",26366,32567,3,1688,2784 -"105194",26366,34735,1,1688,2767 -"105195",26366,37915,3,1688,1905 -"105196",26366,38973,2,1688,1999 -"105197",26366,42196,3,1688,2765 -"105198",26366,42619,2,1688,2017 -"105199",26366,47013,3,1688,2388 -"105200",26366,50236,3,1688,2339 -"105201",26366,54551,3,1688,2348 -"105202",26366,54929,3,1688,2783 -"105203",26366,73107,3,1688,1918 -"105204",26374,20695,3,2133,2526 -"105205",26374,31295,3,2133,2183 -"105206",26374,42382,3,2133,2224 -"105207",26374,69453,3,2133,2831 -"105208",26408,1092,3,1545,1945 -"105209",26408,1196,3,1545,1986 -"105210",26408,3011,3,1545,2278 -"105211",26408,3716,2,1545,1679 -"105212",26408,4701,3,1545,2401 -"105213",26408,5986,3,1545,1721 -"105214",26408,6162,2,1545,1673 -"105215",26408,7013,3,1545,2040 -"105216",26408,7548,3,1545,1932 -"105217",26408,8274,3,1545,1909 -"105218",26408,8327,3,1545,2527 -"105219",26408,9311,3,1545,2477 -"105220",26408,9579,3,1545,2105 -"105221",26408,10358,3,1545,2294 -"105222",26408,10843,3,1545,2277 -"105223",26408,11218,3,1545,2292 -"105224",26408,12042,3,1545,2345 -"105225",26408,14723,3,1545,2019 -"105226",26408,15626,3,1545,2434 -"105227",26408,15636,3,1545,2857 -"105228",26408,15716,3,1545,1991 -"105229",26408,17061,3,1545,2385 -"105230",26408,19173,3,1545,1686 -"105231",26408,19235,2,1545,1966 -"105232",26408,19453,3,1545,1928 -"105233",26408,20407,3,1545,2339 -"105234",26408,21225,3,1545,1945 -"105235",26408,21448,3,1545,2332 -"105236",26408,23869,3,1545,1918 -"105237",26408,24169,3,1545,1663 -"105238",26408,24721,3,1545,2326 -"105239",26408,25480,3,1545,2747 -"105240",26408,30981,3,1545,2366 -"105241",26408,33356,2,1545,1586 -"105242",26408,33433,2,1545,2805 -"105243",26408,35888,3,1545,2291 -"105244",26408,38755,3,1545,2902 -"105245",26408,39534,3,1545,2410 -"105246",26408,41682,3,1545,1988 -"105247",26408,43112,3,1545,2564 -"105248",26408,46091,3,1545,1938 -"105249",26408,46803,3,1545,2305 -"105250",26408,49581,3,1545,1817 -"105251",26408,50269,2,1545,1966 -"105252",26408,50382,3,1545,2244 -"105253",26408,51089,3,1545,2426 -"105254",26408,53342,2,1545,2071 -"105255",26408,54879,2,1545,2210 -"105256",26408,55643,3,1545,2359 -"105257",26408,59113,3,1545,2434 -"105258",26408,62903,3,1545,1704 -"105259",26408,73197,3,1545,1998 -"105260",26408,92513,3,1545,2282 -"105261",26408,102186,2,1545,2937 -"105262",26418,33537,3,2141,2406 -"105263",26421,64699,3,2634,2797 -"105264",26431,2731,3,170,434 -"105265",26431,2754,3,170,1360 -"105266",26431,5710,2,170,1926 -"105267",26431,5986,3,170,1721 -"105268",26431,10717,3,170,1938 -"105269",26431,12976,3,170,2399 -"105270",26431,14220,3,170,1529 -"105271",26431,19717,3,170,431 -"105272",26431,20423,3,170,2654 -"105273",26431,20975,3,170,1305 -"105274",26431,22705,3,170,1016 -"105275",26431,23159,3,170,1548 -"105276",26431,26080,3,170,2525 -"105277",26431,26359,2,170,2535 -"105278",26431,28015,2,170,1624 -"105279",26431,29170,3,170,1846 -"105280",26431,29899,3,170,2375 -"105281",26431,30504,1,170,1573 -"105282",26431,32271,1,170,843 -"105283",26431,37358,3,170,2128 -"105284",26431,41972,3,170,2509 -"105285",26431,43671,2,170,1224 -"105286",26431,46039,3,170,1794 -"105287",26431,51626,3,170,2494 -"105288",26431,59205,3,170,2387 -"105289",26431,60718,3,170,1229 -"105290",26431,70586,3,170,2562 -"105291",26431,78563,3,170,2385 -"105292",26431,90378,3,170,890 -"105293",26431,93410,2,170,880 -"105294",26431,100262,3,170,1678 -"105295",26436,1136,3,2489,2536 -"105296",26436,2424,3,2489,2582 -"105297",26436,4618,2,2489,2607 -"105298",26436,5725,3,2489,2789 -"105299",26436,10890,2,2489,2639 -"105300",26436,14507,3,2489,2686 -"105301",26436,19027,3,2489,2721 -"105302",26436,20700,3,2489,2861 -"105303",26436,23140,3,2489,2787 -"105304",26436,27753,2,2489,2750 -"105305",26436,31799,3,2489,2547 -"105306",26436,34216,3,2489,2832 -"105307",26436,37418,3,2489,2710 -"105308",26436,40369,3,2489,2735 -"105309",26436,50667,3,2489,2719 -"105310",26436,51410,2,2489,2739 -"105311",26436,54740,2,2489,2750 -"105312",26436,57977,3,2489,2683 -"105313",26436,64793,2,2489,2819 -"105314",26436,64997,3,2489,2791 -"105315",26436,70046,3,2489,2624 -"105316",26450,1846,3,1709,1845 -"105317",26450,2936,3,1709,2512 -"105318",26450,7785,3,1709,2441 -"105319",26450,9241,2,1709,2338 -"105320",26450,16690,3,1709,2132 -"105321",26450,30262,3,1709,1715 -"105322",26450,32920,3,1709,2158 -"105323",26450,35797,2,1709,2482 -"105324",26450,37859,3,1709,1999 -"105325",26450,41694,2,1709,2358 -"105326",26450,55482,3,1709,1866 -"105327",26450,59039,3,1709,2870 -"105328",26450,62712,3,1709,2884 -"105329",26450,66994,3,1709,1865 -"105330",26450,89538,2,1709,1847 -"105331",26451,307,3,2133,2530 -"105332",26451,613,3,2133,2687 -"105333",26451,671,3,2133,2328 -"105334",26451,1367,3,2133,2176 -"105335",26451,1767,3,2133,2727 -"105336",26451,2166,3,2133,2557 -"105337",26451,2684,2,2133,2874 -"105338",26451,3271,3,2133,2216 -"105339",26451,3628,3,2133,2707 -"105340",26451,4687,3,2133,2152 -"105341",26451,4701,3,2133,2401 -"105342",26451,5239,3,2133,2875 -"105343",26451,5462,3,2133,2374 -"105344",26451,5504,3,2133,2389 -"105345",26451,6491,2,2133,2424 -"105346",26451,7241,3,2133,2259 -"105347",26451,7616,3,2133,2296 -"105348",26451,8533,3,2133,2251 -"105349",26451,9272,3,2133,2835 -"105350",26451,9311,3,2133,2477 -"105351",26451,9615,3,2133,2464 -"105352",26451,12374,2,2133,2260 -"105353",26451,12728,3,2133,2374 -"105354",26451,13200,3,2133,2488 -"105355",26451,14032,3,2133,2144 -"105356",26451,14959,3,2133,2898 -"105357",26451,16352,3,2133,2657 -"105358",26451,17221,3,2133,2487 -"105359",26451,17852,3,2133,2840 -"105360",26451,18415,3,2133,2184 -"105361",26451,19606,3,2133,2783 -"105362",26451,20732,3,2133,2401 -"105363",26451,21104,2,2133,2327 -"105364",26451,21275,3,2133,2609 -"105365",26451,22260,3,2133,2137 -"105366",26451,22331,3,2133,2687 -"105367",26451,23011,3,2133,2763 -"105368",26451,23509,2,2133,2275 -"105369",26451,23726,3,2133,2434 -"105370",26451,24753,3,2133,2860 -"105371",26451,26436,3,2133,2489 -"105372",26451,27275,3,2133,2656 -"105373",26451,27390,3,2133,2425 -"105374",26451,27628,3,2133,2389 -"105375",26451,29073,2,2133,2328 -"105376",26451,29314,3,2133,2736 -"105377",26451,29929,3,2133,2789 -"105378",26451,30943,2,2133,2287 -"105379",26451,32173,3,2133,2341 -"105380",26451,33801,3,2133,2899 -"105381",26451,34136,2,2133,2202 -"105382",26451,34735,3,2133,2767 -"105383",26451,35235,3,2133,2610 -"105384",26451,35514,3,2133,2346 -"105385",26451,36031,3,2133,2342 -"105386",26451,36439,3,2133,2469 -"105387",26451,39135,3,2133,2489 -"105388",26451,40369,3,2133,2735 -"105389",26451,42618,3,2133,2316 -"105390",26451,43226,3,2133,2442 -"105391",26451,43404,3,2133,2649 -"105392",26451,43518,2,2133,2680 -"105393",26451,44557,3,2133,2371 -"105394",26451,45633,3,2133,2134 -"105395",26451,49110,3,2133,2938 -"105396",26451,50118,3,2133,2654 -"105397",26451,51319,3,2133,2488 -"105398",26451,51613,3,2133,2795 -"105399",26451,55076,3,2133,2408 -"105400",26451,55468,2,2133,2511 -"105401",26451,55691,3,2133,2856 -"105402",26451,56082,3,2133,2395 -"105403",26451,57544,3,2133,2443 -"105404",26451,57977,3,2133,2683 -"105405",26451,58508,3,2133,2326 -"105406",26451,64997,3,2133,2791 -"105407",26451,67726,3,2133,2873 -"105408",26451,69335,3,2133,2698 -"105409",26451,70203,2,2133,2756 -"105410",26451,79322,3,2133,2770 -"105411",26451,108379,2,2133,2933 -"105412",26451,108867,3,2133,2328 -"105413",26458,468,2,90,1966 -"105414",26458,2258,2,90,288 -"105415",26458,3669,3,90,2524 -"105416",26458,5816,2,90,2408 -"105417",26458,11410,3,90,201 -"105418",26458,13400,3,90,1371 -"105419",26458,15301,3,90,2308 -"105420",26458,17999,3,90,2758 -"105421",26458,18808,3,90,2854 -"105422",26458,20371,3,90,595 -"105423",26458,21504,3,90,2328 -"105424",26458,21832,3,90,1755 -"105425",26458,23739,3,90,2463 -"105426",26458,25259,2,90,1699 -"105427",26458,26100,2,90,1966 -"105428",26458,31251,3,90,2498 -"105429",26458,31395,3,90,1695 -"105430",26458,35264,3,90,2329 -"105431",26458,41603,3,90,1942 -"105432",26458,45585,3,90,2384 -"105433",26458,50635,3,90,2962 -"105434",26458,53362,3,90,2360 -"105435",26458,53530,3,90,2380 -"105436",26458,55325,3,90,653 -"105437",26458,60672,3,90,2876 -"105438",26458,69214,3,90,1354 -"105439",26458,89519,3,90,115 -"105440",26458,97266,3,90,1016 -"105441",26462,134,3,140,2062 -"105442",26462,145,3,140,1998 -"105443",26462,360,3,140,1671 -"105444",26462,455,3,140,2827 -"105445",26462,470,3,140,2285 -"105446",26462,600,3,140,1702 -"105447",26462,675,3,140,1686 -"105448",26462,913,3,140,2144 -"105449",26462,1124,3,140,1596 -"105450",26462,1136,3,140,2536 -"105451",26462,1592,3,140,2006 -"105452",26462,1691,2,140,1941 -"105453",26462,2523,3,140,1691 -"105454",26462,3520,3,140,2281 -"105455",26462,3878,3,140,1890 -"105456",26462,4066,3,140,1736 -"105457",26462,4687,2,140,2152 -"105458",26462,5258,3,140,2730 -"105459",26462,5504,3,140,2389 -"105460",26462,6390,1,140,2385 -"105461",26462,6428,3,140,1952 -"105462",26462,6491,3,140,2424 -"105463",26462,6718,3,140,2138 -"105464",26462,6940,3,140,1183 -"105465",26462,7196,3,140,1508 -"105466",26462,7515,3,140,2737 -"105467",26462,7847,3,140,2424 -"105468",26462,8011,1,140,889 -"105469",26462,8537,3,140,472 -"105470",26462,8762,3,140,2585 -"105471",26462,8888,3,140,1328 -"105472",26462,9150,3,140,2689 -"105473",26462,9184,3,140,2670 -"105474",26462,9432,2,140,1693 -"105475",26462,9511,3,140,1232 -"105476",26462,10433,3,140,2075 -"105477",26462,10488,3,140,1524 -"105478",26462,10523,3,140,1510 -"105479",26462,11434,2,140,1187 -"105480",26462,11516,2,140,1937 -"105481",26462,12199,1,140,1651 -"105482",26462,12724,3,140,1930 -"105483",26462,12887,3,140,433 -"105484",26462,13068,3,140,1778 -"105485",26462,13890,3,140,1482 -"105486",26462,13895,2,140,687 -"105487",26462,14108,3,140,2012 -"105488",26462,14652,3,140,2516 -"105489",26462,14767,3,140,2068 -"105490",26462,15632,3,140,1242 -"105491",26462,15799,3,140,1917 -"105492",26462,16545,3,140,186 -"105493",26462,16625,3,140,1285 -"105494",26462,17645,3,140,1918 -"105495",26462,17698,3,140,1559 -"105496",26462,18543,3,140,2968 -"105497",26462,19322,3,140,2048 -"105498",26462,19335,3,140,1729 -"105499",26462,19718,3,140,1702 -"105500",26462,19882,1,140,565 -"105501",26462,20067,3,140,2390 -"105502",26462,20176,3,140,1050 -"105503",26462,20319,3,140,468 -"105504",26462,20407,3,140,2339 -"105505",26462,20494,3,140,1075 -"105506",26462,21122,3,140,1701 -"105507",26462,21352,3,140,1604 -"105508",26462,21617,3,140,516 -"105509",26462,22567,3,140,2396 -"105510",26462,23132,2,140,2756 -"105511",26462,23869,3,140,1918 -"105512",26462,23918,3,140,1881 -"105513",26462,24066,3,140,1755 -"105514",26462,24568,2,140,1937 -"105515",26462,25378,3,140,1245 -"105516",26462,25816,2,140,2088 -"105517",26462,25976,3,140,659 -"105518",26462,26322,3,140,1018 -"105519",26462,26342,3,140,527 -"105520",26462,27391,3,140,2378 -"105521",26462,27628,3,140,2389 -"105522",26462,27837,3,140,1315 -"105523",26462,28115,3,140,1835 -"105524",26462,28216,3,140,1910 -"105525",26462,29930,3,140,2240 -"105526",26462,31050,3,140,1491 -"105527",26462,31235,2,140,2668 -"105528",26462,32175,3,140,209 -"105529",26462,32947,3,140,1091 -"105530",26462,33622,3,140,2230 -"105531",26462,34160,3,140,1759 -"105532",26462,34314,3,140,630 -"105533",26462,34945,3,140,1298 -"105534",26462,35045,3,140,1646 -"105535",26462,35302,2,140,1589 -"105536",26462,36439,3,140,2469 -"105537",26462,36651,3,140,1600 -"105538",26462,37509,3,140,1640 -"105539",26462,39563,3,140,486 -"105540",26462,40383,3,140,2639 -"105541",26462,41085,3,140,637 -"105542",26462,41739,3,140,1339 -"105543",26462,42687,3,140,1952 -"105544",26462,43428,3,140,1299 -"105545",26462,43941,3,140,1289 -"105546",26462,44427,3,140,2875 -"105547",26462,44648,3,140,619 -"105548",26462,46182,3,140,1613 -"105549",26462,46469,2,140,759 -"105550",26462,46621,3,140,1343 -"105551",26462,46726,3,140,943 -"105552",26462,47435,1,140,878 -"105553",26462,47445,1,140,2668 -"105554",26462,47585,2,140,794 -"105555",26462,49300,3,140,515 -"105556",26462,50235,3,140,726 -"105557",26462,50737,3,140,959 -"105558",26462,52136,3,140,1412 -"105559",26462,52327,2,140,1472 -"105560",26462,52735,3,140,1124 -"105561",26462,53252,3,140,637 -"105562",26462,54855,1,140,1525 -"105563",26462,55156,3,140,2196 -"105564",26462,55324,3,140,1544 -"105565",26462,56082,3,140,2395 -"105566",26462,56237,3,140,2625 -"105567",26462,57129,3,140,1858 -"105568",26462,57544,3,140,2443 -"105569",26462,57990,3,140,978 -"105570",26462,58284,3,140,2292 -"105571",26462,58293,3,140,250 -"105572",26462,59790,3,140,1827 -"105573",26462,60661,3,140,2700 -"105574",26462,61785,3,140,822 -"105575",26462,62219,2,140,2494 -"105576",26462,62602,2,140,1172 -"105577",26462,62668,3,140,958 -"105578",26462,62840,3,140,2502 -"105579",26462,63409,2,140,1937 -"105580",26462,64181,3,140,1828 -"105581",26462,64997,3,140,2791 -"105582",26462,67314,3,140,1051 -"105583",26462,73305,3,140,2544 -"105584",26462,74636,3,140,2525 -"105585",26462,74730,3,140,535 -"105586",26462,75898,3,140,889 -"105587",26462,75921,3,140,517 -"105588",26462,76127,2,140,910 -"105589",26462,76192,3,140,912 -"105590",26462,78416,3,140,630 -"105591",26462,78563,3,140,2385 -"105592",26462,79804,2,140,2227 -"105593",26462,80219,3,140,988 -"105594",26462,80429,2,140,1927 -"105595",26462,82131,3,140,186 -"105596",26462,82949,3,140,2077 -"105597",26462,88232,3,140,2881 -"105598",26462,88808,2,140,1462 -"105599",26462,88966,3,140,1568 -"105600",26462,91772,3,140,2233 -"105601",26462,92592,2,140,486 -"105602",26462,92817,3,140,569 -"105603",26462,97013,3,140,1797 -"105604",26462,97240,3,140,1027 -"105605",26462,97824,3,140,1229 -"105606",26462,97915,3,140,1802 -"105607",26462,101967,3,140,691 -"105608",26462,102107,3,140,504 -"105609",26462,102705,3,140,468 -"105610",26462,102731,3,140,630 -"105611",26462,104280,3,140,887 -"105612",26462,105207,3,140,451 -"105613",26462,107649,2,140,1573 -"105614",26471,237,3,1061,1982 -"105615",26471,913,3,1061,2144 -"105616",26471,1639,3,1061,2631 -"105617",26471,2424,3,1061,2582 -"105618",26471,2533,3,1061,2016 -"105619",26471,2743,3,1061,1278 -"105620",26471,3305,3,1061,2839 -"105621",26471,4932,3,1061,2752 -"105622",26471,8529,3,1061,1205 -"105623",26471,8865,3,1061,2394 -"105624",26471,9311,3,1061,2477 -"105625",26471,9364,3,1061,1698 -"105626",26471,10513,3,1061,2284 -"105627",26471,11006,3,1061,1950 -"105628",26471,12374,3,1061,2260 -"105629",26471,13920,3,1061,1709 -"105630",26471,14834,3,1061,2739 -"105631",26471,15799,3,1061,1917 -"105632",26471,16201,3,1061,1811 -"105633",26471,16940,3,1061,1290 -"105634",26471,18227,3,1061,2214 -"105635",26471,19248,3,1061,2357 -"105636",26471,19719,2,1061,2177 -"105637",26471,20975,3,1061,1305 -"105638",26471,21197,3,1061,1437 -"105639",26471,21285,3,1061,2100 -"105640",26471,21693,3,1061,2176 -"105641",26471,22282,3,1061,1418 -"105642",26471,22326,3,1061,2818 -"105643",26471,22362,3,1061,1836 -"105644",26471,22586,3,1061,1341 -"105645",26471,23825,3,1061,1913 -"105646",26471,25577,3,1061,1946 -"105647",26471,26749,3,1061,2965 -"105648",26471,27275,3,1061,2656 -"105649",26471,27390,3,1061,2425 -"105650",26471,27694,3,1061,2030 -"105651",26471,28081,3,1061,1927 -"105652",26471,31050,3,1061,1491 -"105653",26471,34836,2,1061,2302 -"105654",26471,35477,3,1061,2703 -"105655",26471,35903,3,1061,1434 -"105656",26471,38019,1,1061,1870 -"105657",26471,38780,3,1061,2705 -"105658",26471,40072,3,1061,1182 -"105659",26471,43385,3,1061,1623 -"105660",26471,47772,3,1061,2293 -"105661",26471,50685,3,1061,2008 -"105662",26471,52576,3,1061,2234 -"105663",26471,53266,3,1061,2389 -"105664",26471,53322,3,1061,1200 -"105665",26471,55139,3,1061,2323 -"105666",26471,55821,2,1061,1303 -"105667",26471,55862,1,1061,2123 -"105668",26471,56317,3,1061,2030 -"105669",26471,57353,3,1061,1849 -"105670",26471,58508,3,1061,2326 -"105671",26471,59610,3,1061,2448 -"105672",26471,61982,3,1061,2725 -"105673",26471,62841,3,1061,2710 -"105674",26471,65007,3,1061,2530 -"105675",26471,71342,2,1061,1289 -"105676",26471,72468,3,1061,2292 -"105677",26471,72956,3,1061,1251 -"105678",26471,73128,3,1061,1549 -"105679",26471,74605,3,1061,2265 -"105680",26471,76284,3,1061,1237 -"105681",26471,79322,3,1061,2770 -"105682",26471,81588,3,1061,1568 -"105683",26471,82949,3,1061,2077 -"105684",26471,101797,3,1061,2357 -"105685",26471,107435,3,1061,1635 -"105686",26478,10701,3,1963,2000 -"105687",26478,32939,2,1963,2277 -"105688",26478,44780,2,1963,2534 -"105689",26478,49147,3,1963,2539 -"105690",26478,57804,3,1963,2214 -"105691",26479,6222,3,1818,1949 -"105692",26479,9624,2,1818,2398 -"105693",26479,14959,3,1818,2898 -"105694",26479,20423,3,1818,2654 -"105695",26479,20732,3,1818,2401 -"105696",26479,23726,2,1818,2434 -"105697",26479,23869,3,1818,1918 -"105698",26479,38921,3,1818,1880 -"105699",26513,4551,3,2205,2720 -"105700",26513,7253,3,2205,2686 -"105701",26513,24086,3,2205,2663 -"105702",26513,43524,3,2205,2572 -"105703",26513,47607,3,2205,2724 -"105704",26513,49147,3,2205,2539 -"105705",26513,58945,3,2205,2481 -"105706",26513,82917,2,2205,2371 -"105707",26513,83007,2,2205,2727 -"105708",26513,94339,3,2205,2768 -"105709",26516,1136,3,2479,2536 -"105710",26516,1151,3,2479,2885 -"105711",26516,1616,3,2479,2662 -"105712",26516,2036,3,2479,2483 -"105713",26516,4618,2,2479,2607 -"105714",26516,5725,3,2479,2789 -"105715",26516,7323,3,2479,2858 -"105716",26516,10890,3,2479,2639 -"105717",26516,14507,3,2479,2686 -"105718",26516,19027,3,2479,2721 -"105719",26516,20700,3,2479,2861 -"105720",26516,23140,3,2479,2787 -"105721",26516,26436,1,2479,2489 -"105722",26516,27753,2,2479,2750 -"105723",26516,31799,3,2479,2547 -"105724",26516,34216,3,2479,2832 -"105725",26516,37418,2,2479,2710 -"105726",26516,40369,3,2479,2735 -"105727",26516,44768,3,2479,2516 -"105728",26516,50667,3,2479,2719 -"105729",26516,51410,3,2479,2739 -"105730",26516,54740,3,2479,2750 -"105731",26516,57977,2,2479,2683 -"105732",26516,64793,3,2479,2819 -"105733",26516,64997,3,2479,2791 -"105734",26516,70046,3,2479,2624 -"105735",26524,160,3,982,2007 -"105736",26524,1469,3,982,1160 -"105737",26524,2063,3,982,1278 -"105738",26524,2424,3,982,2582 -"105739",26524,3139,3,982,1656 -"105740",26524,8367,3,982,1927 -"105741",26524,10130,3,982,2741 -"105742",26524,10352,3,982,1371 -"105743",26524,12901,3,982,2136 -"105744",26524,14072,3,982,1346 -"105745",26524,16725,3,982,2830 -"105746",26524,18277,3,982,2309 -"105747",26524,19096,3,982,1538 -"105748",26524,19719,3,982,2177 -"105749",26524,21193,3,982,2490 -"105750",26524,21197,3,982,1437 -"105751",26524,21285,3,982,2100 -"105752",26524,21479,3,982,2134 -"105753",26524,22282,3,982,1418 -"105754",26524,24612,2,982,1875 -"105755",26524,26749,3,982,2965 -"105756",26524,27484,2,982,1634 -"105757",26524,33949,3,982,2489 -"105758",26524,43385,3,982,1623 -"105759",26524,44654,3,982,2916 -"105760",26524,46040,3,982,2105 -"105761",26524,48283,3,982,1290 -"105762",26524,51089,3,982,2426 -"105763",26524,52576,3,982,2234 -"105764",26524,53031,3,982,2065 -"105765",26524,53604,2,982,2489 -"105766",26524,57549,3,982,2335 -"105767",26524,58221,3,982,1787 -"105768",26524,58365,2,982,1902 -"105769",26524,58508,3,982,2326 -"105770",26524,58854,3,982,1131 -"105771",26524,61138,2,982,1188 -"105772",26524,63147,2,982,1477 -"105773",26524,65659,3,982,1653 -"105774",26524,71342,3,982,1289 -"105775",26524,72956,3,982,1251 -"105776",26524,77611,3,982,1795 -"105777",26524,79837,3,982,1252 -"105778",26524,80014,2,982,1562 -"105779",26524,82409,2,982,1881 -"105780",26524,82949,3,982,2077 -"105781",26524,88887,3,982,1161 -"105782",26524,92513,3,982,2282 -"105783",26524,93615,3,982,2386 -"105784",26551,782,3,652,945 -"105785",26551,1519,3,652,2349 -"105786",26551,1620,3,652,1303 -"105787",26551,1629,3,652,1289 -"105788",26551,2576,2,652,1307 -"105789",26551,2852,3,652,2448 -"105790",26551,3477,3,652,2546 -"105791",26551,3620,3,652,2955 -"105792",26551,4361,2,652,2571 -"105793",26551,4567,3,652,2348 -"105794",26551,4612,3,652,2804 -"105795",26551,4668,3,652,1919 -"105796",26551,4669,3,652,2395 -"105797",26551,4730,3,652,2131 -"105798",26551,5839,3,652,2301 -"105799",26551,5897,3,652,2337 -"105800",26551,6877,3,652,867 -"105801",26551,7337,3,652,1797 -"105802",26551,7785,3,652,2441 -"105803",26551,7942,3,652,2623 -"105804",26551,8146,3,652,1561 -"105805",26551,8568,3,652,2706 -"105806",26551,9787,3,652,2858 -"105807",26551,10453,3,652,1656 -"105808",26551,11108,1,652,1609 -"105809",26551,11648,3,652,2852 -"105810",26551,12781,2,652,831 -"105811",26551,12948,3,652,2669 -"105812",26551,13296,3,652,839 -"105813",26551,14749,3,652,1998 -"105814",26551,16501,3,652,1650 -"105815",26551,16715,3,652,1218 -"105816",26551,16864,3,652,814 -"105817",26551,17252,3,652,1258 -"105818",26551,17257,3,652,1117 -"105819",26551,18825,3,652,1240 -"105820",26551,18978,2,652,952 -"105821",26551,20220,3,652,1656 -"105822",26551,22543,3,652,1594 -"105823",26551,27686,3,652,2844 -"105824",26551,27742,3,652,2700 -"105825",26551,27914,3,652,2507 -"105826",26551,28440,3,652,675 -"105827",26551,28869,3,652,2425 -"105828",26551,29286,3,652,1612 -"105829",26551,30442,3,652,2124 -"105830",26551,30525,3,652,1964 -"105831",26551,31868,3,652,1993 -"105832",26551,32532,3,652,2338 -"105833",26551,32560,3,652,1258 -"105834",26551,32651,3,652,877 -"105835",26551,33341,2,652,2338 -"105836",26551,33681,2,652,1059 -"105837",26551,33870,1,652,955 -"105838",26551,35728,3,652,2017 -"105839",26551,38915,3,652,746 -"105840",26551,40309,3,652,871 -"105841",26551,41023,3,652,2408 -"105842",26551,45869,3,652,2840 -"105843",26551,46384,3,652,2285 -"105844",26551,50229,3,652,1190 -"105845",26551,50354,3,652,1299 -"105846",26551,53739,3,652,2704 -"105847",26551,54775,3,652,2383 -"105848",26551,55960,3,652,2301 -"105849",26551,56995,3,652,2323 -"105850",26551,57912,3,652,1035 -"105851",26551,58655,3,652,2685 -"105852",26551,59298,3,652,1236 -"105853",26551,70455,3,652,1307 -"105854",26551,71467,3,652,1051 -"105855",26551,72632,2,652,1289 -"105856",26551,74441,3,652,1260 -"105857",26551,78423,3,652,2840 -"105858",26551,80156,3,652,1667 -"105859",26551,85396,3,652,1131 -"105860",26551,90709,3,652,1080 -"105861",26551,91849,2,652,1166 -"105862",26551,99332,3,652,873 -"105863",26551,100048,3,652,1573 -"105864",26551,101367,3,652,974 -"105865",26551,115021,2,652,1226 -"105866",26567,1023,3,1158,2515 -"105867",26567,1063,3,1158,2515 -"105868",26567,3100,1,1158,2524 -"105869",26567,3272,3,1158,2132 -"105870",26567,3403,3,1158,2951 -"105871",26567,3520,3,1158,2281 -"105872",26567,3786,1,1158,2282 -"105873",26567,4144,3,1158,1520 -"105874",26567,5673,3,1158,1567 -"105875",26567,6071,3,1158,2310 -"105876",26567,6432,3,1158,2297 -"105877",26567,9050,3,1158,2026 -"105878",26567,9727,3,1158,2327 -"105879",26567,9912,2,1158,1356 -"105880",26567,11135,1,1158,2441 -"105881",26567,11319,3,1158,2073 -"105882",26567,12031,3,1158,1957 -"105883",26567,14654,3,1158,1692 -"105884",26567,15502,2,1158,2637 -"105885",26567,15916,2,1158,1236 -"105886",26567,16833,3,1158,1661 -"105887",26567,19687,1,1158,2072 -"105888",26567,19972,3,1158,2078 -"105889",26567,20517,2,1158,1465 -"105890",26567,21352,3,1158,1604 -"105891",26567,21895,3,1158,1693 -"105892",26567,21976,2,1158,1808 -"105893",26567,23639,1,1158,2065 -"105894",26567,23731,3,1158,1656 -"105895",26567,24116,2,1158,1413 -"105896",26567,24441,3,1158,2256 -"105897",26567,25180,3,1158,2489 -"105898",26567,25286,1,1158,1545 -"105899",26567,25886,3,1158,1580 -"105900",26567,26138,3,1158,1902 -"105901",26567,28567,2,1158,2398 -"105902",26567,29276,3,1158,2000 -"105903",26567,33363,3,1158,2475 -"105904",26567,34055,3,1158,1881 -"105905",26567,34334,3,1158,1637 -"105906",26567,38038,3,1158,2686 -"105907",26567,39211,3,1158,1908 -"105908",26567,41051,3,1158,2767 -"105909",26567,42486,3,1158,1951 -"105910",26567,43250,3,1158,1300 -"105911",26567,44723,3,1158,1224 -"105912",26567,45299,3,1158,2426 -"105913",26567,45487,2,1158,2256 -"105914",26567,45903,3,1158,2237 -"105915",26567,47330,2,1158,2422 -"105916",26567,47827,3,1158,1957 -"105917",26567,49147,3,1158,2539 -"105918",26567,51448,2,1158,1593 -"105919",26567,55436,3,1158,2513 -"105920",26567,56212,3,1158,1410 -"105921",26567,56673,2,1158,2419 -"105922",26567,56903,3,1158,1584 -"105923",26567,57383,3,1158,1302 -"105924",26567,62498,2,1158,1698 -"105925",26567,65223,2,1158,2724 -"105926",26567,66267,3,1158,1278 -"105927",26567,75502,3,1158,1474 -"105928",26567,79025,3,1158,1473 -"105929",26567,79236,2,1158,1505 -"105930",26567,80061,3,1158,1223 -"105931",26567,81134,2,1158,1384 -"105932",26567,82226,3,1158,1619 -"105933",26567,85264,2,1158,1236 -"105934",26567,85356,3,1158,1492 -"105935",26567,91772,3,1158,2233 -"105936",26567,92381,1,1158,1237 -"105937",26567,92947,3,1158,1289 -"105938",26567,93317,2,1158,1223 -"105939",26567,93670,3,1158,1682 -"105940",26567,99194,3,1158,1271 -"105941",26567,99955,3,1158,1223 -"105942",26567,100586,3,1158,2966 -"105943",26567,104659,3,1158,2026 -"105944",26567,106554,2,1158,1270 -"105945",26567,116792,2,1158,2397 -"105946",26570,671,1,1669,2328 -"105947",26570,1046,3,1669,1881 -"105948",26570,1090,3,1669,2370 -"105949",26570,1136,3,1669,2536 -"105950",26570,1691,3,1669,1941 -"105951",26570,2424,3,1669,2582 -"105952",26570,2954,3,1669,2727 -"105953",26570,3088,3,1669,1670 -"105954",26570,3164,3,1669,2693 -"105955",26570,3167,3,1669,1676 -"105956",26570,3242,3,1669,1730 -"105957",26570,4191,3,1669,2130 -"105958",26570,4618,2,1669,2607 -"105959",26570,5725,3,1669,2789 -"105960",26570,5971,3,1669,1985 -"105961",26570,6588,3,1669,2025 -"105962",26570,7245,3,1669,2089 -"105963",26570,8621,3,1669,1681 -"105964",26570,10002,3,1669,1788 -"105965",26570,10779,3,1669,2881 -"105966",26570,10874,3,1669,1891 -"105967",26570,10890,3,1669,2639 -"105968",26570,12374,2,1669,2260 -"105969",26570,13929,2,1669,2693 -"105970",26570,16352,3,1669,2657 -"105971",26570,16497,3,1669,2370 -"105972",26570,18415,3,1669,2184 -"105973",26570,18543,3,1669,2968 -"105974",26570,19027,2,1669,2721 -"105975",26570,20563,3,1669,2267 -"105976",26570,20643,3,1669,2341 -"105977",26570,21104,3,1669,2327 -"105978",26570,25341,2,1669,1858 -"105979",26570,26436,3,1669,2489 -"105980",26570,26516,3,1669,2479 -"105981",26570,26671,3,1669,2279 -"105982",26570,26867,3,1669,1804 -"105983",26570,27753,3,1669,2750 -"105984",26570,30386,3,1669,1833 -"105985",26570,31799,3,1669,2547 -"105986",26570,33622,2,1669,2230 -"105987",26570,34136,3,1669,2202 -"105988",26570,34158,3,1669,2639 -"105989",26570,34492,3,1669,1798 -"105990",26570,34509,3,1669,1973 -"105991",26570,34836,3,1669,2302 -"105992",26570,36962,3,1669,2861 -"105993",26570,37620,3,1669,2716 -"105994",26570,38019,3,1669,1870 -"105995",26570,38162,3,1669,1691 -"105996",26570,39444,3,1669,2695 -"105997",26570,40293,3,1669,1671 -"105998",26570,43839,3,1669,1685 -"105999",26570,44427,2,1669,2875 -"106000",26570,46596,3,1669,1942 -"106001",26570,50236,3,1669,2339 -"106002",26570,51157,3,1669,2319 -"106003",26570,55691,2,1669,2856 -"106004",26570,65029,3,1669,2954 -"106005",26570,70046,3,1669,2624 -"106006",26570,94125,3,1669,2280 -"106007",26570,108867,3,1669,2328 -"106008",26573,20124,3,1715,2376 -"106009",26573,35481,3,1715,2211 -"106010",26573,53846,3,1715,2737 -"106011",26573,55128,2,1715,2257 -"106012",26577,1685,2,933,2230 -"106013",26577,1785,3,933,2350 -"106014",26577,3477,3,933,2546 -"106015",26577,4730,3,933,2131 -"106016",26577,5355,3,933,1499 -"106017",26577,6063,3,933,2349 -"106018",26577,6621,3,933,2478 -"106019",26577,7443,3,933,2028 -"106020",26577,8888,3,933,1328 -"106021",26577,11154,2,933,1594 -"106022",26577,11506,3,933,2824 -"106023",26577,12000,3,933,1454 -"106024",26577,12007,2,933,1594 -"106025",26577,12779,3,933,936 -"106026",26577,13671,2,933,1371 -"106027",26577,13861,3,933,1197 -"106028",26577,16590,3,933,1123 -"106029",26577,18217,3,933,1566 -"106030",26577,19002,3,933,2053 -"106031",26577,22744,2,933,1907 -"106032",26577,31794,3,933,1919 -"106033",26577,33223,3,933,2397 -"106034",26577,34162,3,933,2336 -"106035",26577,40129,3,933,2162 -"106036",26577,40542,3,933,1664 -"106037",26577,45730,3,933,2063 -"106038",26577,49069,3,933,1694 -"106039",26577,51173,2,933,1829 -"106040",26577,77397,3,933,1302 -"106041",26577,79461,3,933,1667 -"106042",26577,79547,3,933,1909 -"106043",26577,80942,3,933,1240 -"106044",26577,86559,3,933,1704 -"106045",26577,87190,3,933,1704 -"106046",26577,89258,3,933,1147 -"106047",26582,3305,3,2772,2839 -"106048",26582,5239,3,2772,2875 -"106049",26582,14959,3,2772,2898 -"106050",26582,15636,3,2772,2857 -"106051",26582,23319,2,2772,2867 -"106052",26582,23787,3,2772,2810 -"106053",26595,25,3,1566,2762 -"106054",26595,160,3,1566,2007 -"106055",26595,3011,3,1566,2278 -"106056",26595,3765,2,1566,2775 -"106057",26595,3978,3,1566,2775 -"106058",26595,4701,3,1566,2401 -"106059",26595,6162,2,1566,1673 -"106060",26595,6821,3,1566,1788 -"106061",26595,7029,3,1566,2204 -"106062",26595,8192,3,1566,1670 -"106063",26595,8258,3,1566,1959 -"106064",26595,9331,3,1566,2269 -"106065",26595,9423,3,1566,1708 -"106066",26595,12081,3,1566,2166 -"106067",26595,12449,3,1566,2067 -"106068",26595,13601,3,1566,2689 -"106069",26595,17351,2,1566,2036 -"106070",26595,17549,3,1566,2647 -"106071",26595,17632,2,1566,1947 -"106072",26595,18670,3,1566,1835 -"106073",26595,18752,3,1566,2607 -"106074",26595,21734,3,1566,2528 -"106075",26595,23745,1,1566,1968 -"106076",26595,24066,3,1566,1755 -"106077",26595,24169,3,1566,1663 -"106078",26595,24721,3,1566,2326 -"106079",26595,25341,3,1566,1858 -"106080",26595,26421,3,1566,2634 -"106081",26595,30092,3,1566,1593 -"106082",26595,30525,3,1566,1964 -"106083",26595,31117,3,1566,2210 -"106084",26595,33356,3,1566,1586 -"106085",26595,33433,3,1566,2805 -"106086",26595,34325,2,1566,1982 -"106087",26595,34820,3,1566,1630 -"106088",26595,35888,3,1566,2291 -"106089",26595,38307,3,1566,2648 -"106090",26595,38727,3,1566,2238 -"106091",26595,39556,3,1566,2747 -"106092",26595,41900,2,1566,1970 -"106093",26595,41945,2,1566,2856 -"106094",26595,43455,3,1566,2846 -"106095",26595,44688,3,1566,2924 -"106096",26595,46042,3,1566,1692 -"106097",26595,46091,3,1566,1938 -"106098",26595,46446,3,1566,2295 -"106099",26595,53134,3,1566,1590 -"106100",26595,54879,2,1566,2210 -"106101",26595,57732,3,1566,2454 -"106102",26595,62903,2,1566,1704 -"106103",26595,64699,3,1566,2797 -"106104",26595,67145,2,1566,2015 -"106105",26595,70573,3,1566,1993 -"106106",26595,73197,2,1566,1998 -"106107",26595,79382,2,1566,1908 -"106108",26597,1624,3,2070,2687 -"106109",26597,2443,3,2070,2333 -"106110",26597,2647,3,2070,2450 -"106111",26597,3271,3,2070,2216 -"106112",26597,4249,3,2070,2547 -"106113",26597,4634,3,2070,2291 -"106114",26597,6345,1,2070,2713 -"106115",26597,6999,3,2070,2214 -"106116",26597,8463,3,2070,2466 -"106117",26597,9272,3,2070,2835 -"106118",26597,9724,2,2070,2713 -"106119",26597,9910,3,2070,2526 -"106120",26597,12116,3,2070,2119 -"106121",26597,14470,3,2070,2632 -"106122",26597,14612,3,2070,2340 -"106123",26597,14957,3,2070,2306 -"106124",26597,15782,3,2070,2306 -"106125",26597,17499,2,2070,2954 -"106126",26597,19366,2,2070,2279 -"106127",26597,20695,3,2070,2526 -"106128",26597,23550,2,2070,2939 -"106129",26597,28782,2,2070,2272 -"106130",26597,32169,3,2070,2504 -"106131",26597,36840,2,2070,2269 -"106132",26597,37684,3,2070,2899 -"106133",26597,42382,2,2070,2224 -"106134",26597,42390,2,2070,2937 -"106135",26597,42407,3,2070,2408 -"106136",26597,43226,3,2070,2442 -"106137",26597,43701,2,2070,2400 -"106138",26597,47607,3,2070,2724 -"106139",26597,49142,3,2070,2289 -"106140",26597,50440,3,2070,2469 -"106141",26597,52950,3,2070,2716 -"106142",26597,53584,2,2070,2391 -"106143",26597,53652,2,2070,2899 -"106144",26597,58508,3,2070,2326 -"106145",26597,69335,3,2070,2698 -"106146",26597,69795,3,2070,2636 -"106147",26597,71999,3,2070,2685 -"106148",26597,73520,3,2070,2613 -"106149",26597,77719,3,2070,2086 -"106150",26603,31705,3,2508,2706 -"106151",26603,77155,3,2508,2946 -"106152",26605,601,3,245,702 -"106153",26605,2269,3,245,984 -"106154",26605,5714,3,245,534 -"106155",26605,14072,3,245,1346 -"106156",26605,14972,3,245,2332 -"106157",26605,15315,3,245,2173 -"106158",26605,15636,3,245,2857 -"106159",26605,17381,2,245,1697 -"106160",26605,19637,2,245,1229 -"106161",26605,20067,3,245,2390 -"106162",26605,23869,3,245,1918 -"106163",26605,26249,3,245,2301 -"106164",26605,28131,3,245,1492 -"106165",26605,29243,3,245,2011 -"106166",26605,30150,3,245,1704 -"106167",26605,30331,2,245,2549 -"106168",26605,35518,3,245,1721 -"106169",26605,35529,3,245,1620 -"106170",26605,47248,3,245,2883 -"106171",26605,48548,2,245,826 -"106172",26605,50269,3,245,1966 -"106173",26605,51017,3,245,2073 -"106174",26605,52003,3,245,2067 -"106175",26605,54715,3,245,499 -"106176",26605,63547,3,245,1023 -"106177",26605,70203,3,245,2756 -"106178",26605,74730,3,245,535 -"106179",26605,90802,3,245,877 -"106180",26605,117679,3,245,535 -"106181",26608,1090,1,2329,2370 -"106182",26608,2166,2,2329,2557 -"106183",26608,3695,3,2329,2612 -"106184",26608,4057,3,2329,2389 -"106185",26608,5462,3,2329,2374 -"106186",26608,5504,3,2329,2389 -"106187",26608,5849,2,2329,2404 -"106188",26608,7078,1,2329,2344 -"106189",26608,7394,3,2329,2615 -"106190",26608,11329,3,2329,2799 -"106191",26608,11966,3,2329,2385 -"106192",26608,13601,3,2329,2689 -"106193",26608,14972,3,2329,2332 -"106194",26608,15184,2,2329,2396 -"106195",26608,16352,3,2329,2657 -"106196",26608,16497,1,2329,2370 -"106197",26608,18151,2,2329,2962 -"106198",26608,19027,3,2329,2721 -"106199",26608,19528,1,2329,2742 -"106200",26608,20783,3,2329,2414 -"106201",26608,21417,3,2329,2422 -"106202",26608,21571,3,2329,2755 -"106203",26608,21795,3,2329,2653 -"106204",26608,24255,2,2329,2770 -"106205",26608,24756,3,2329,2530 -"106206",26608,28168,3,2329,2702 -"106207",26608,31799,3,2329,2547 -"106208",26608,32567,3,2329,2784 -"106209",26608,33572,2,2329,2370 -"106210",26608,34327,2,2329,2959 -"106211",26608,34735,3,2329,2767 -"106212",26608,38667,3,2329,2880 -"106213",26608,39444,3,2329,2695 -"106214",26608,42196,3,2329,2765 -"106215",26608,44427,3,2329,2875 -"106216",26608,47803,3,2329,2477 -"106217",26608,47947,3,2329,2681 -"106218",26608,51041,3,2329,2606 -"106219",26608,53789,2,2329,2681 -"106220",26608,55155,3,2329,2333 -"106221",26608,55828,3,2329,2393 -"106222",26608,56082,3,2329,2395 -"106223",26608,70046,3,2329,2624 -"106224",26621,3395,3,1100,1382 -"106225",26621,12778,3,1100,2045 -"106226",26621,14108,3,1100,2012 -"106227",26621,18211,3,1100,1745 -"106228",26621,27001,3,1100,1761 -"106229",26621,94444,3,1100,1554 -"106230",26629,18543,3,1824,2968 -"106231",26658,42256,3,2745,2839 -"106232",26658,56801,3,2745,2800 -"106233",26659,23,1,903,1682 -"106234",26659,468,3,903,1966 -"106235",26659,1196,3,903,1986 -"106236",26659,1469,3,903,1160 -"106237",26659,3164,2,903,2693 -"106238",26659,5041,2,903,2371 -"106239",26659,5350,3,903,2522 -"106240",26659,5449,3,903,1723 -"106241",26659,5716,2,903,1058 -"106242",26659,5984,3,903,1675 -"106243",26659,5986,3,903,1721 -"106244",26659,6030,2,903,2953 -"106245",26659,6047,3,903,2004 -"106246",26659,6162,3,903,1673 -"106247",26659,6324,2,903,1990 -"106248",26659,6417,2,903,1675 -"106249",26659,7087,3,903,2356 -"106250",26659,7942,3,903,2623 -"106251",26659,8525,3,903,1787 -"106252",26659,9328,3,903,1937 -"106253",26659,9808,3,903,1648 -"106254",26659,10358,3,903,2294 -"106255",26659,10744,3,903,955 -"106256",26659,11218,3,903,2292 -"106257",26659,11229,3,903,1625 -"106258",26659,11620,3,903,2010 -"106259",26659,11966,3,903,2385 -"106260",26659,12035,3,903,2721 -"106261",26659,12042,3,903,2345 -"106262",26659,12610,3,903,1274 -"106263",26659,13400,3,903,1371 -"106264",26659,14032,3,903,2144 -"106265",26659,14072,3,903,1346 -"106266",26659,14080,2,903,1351 -"106267",26659,14972,3,903,2332 -"106268",26659,15301,2,903,2308 -"106269",26659,15402,3,903,1281 -"106270",26659,15607,3,903,1421 -"106271",26659,16096,3,903,2301 -"106272",26659,16352,2,903,2657 -"106273",26659,17381,3,903,1697 -"106274",26659,17400,3,903,2231 -"106275",26659,17626,3,903,1265 -"106276",26659,18348,2,903,1711 -"106277",26659,18366,3,903,2699 -"106278",26659,18836,3,903,1270 -"106279",26659,19113,3,903,1171 -"106280",26659,20284,3,903,2530 -"106281",26659,21571,3,903,2755 -"106282",26659,21693,3,903,2176 -"106283",26659,22543,3,903,1594 -"106284",26659,22566,2,903,2308 -"106285",26659,23310,3,903,2371 -"106286",26659,23806,3,903,1671 -"106287",26659,24146,3,903,2003 -"106288",26659,24293,3,903,1184 -"106289",26659,25443,3,903,1441 -"106290",26659,25971,2,903,2608 -"106291",26659,26080,3,903,2525 -"106292",26659,26366,3,903,1688 -"106293",26659,26793,3,903,2104 -"106294",26659,28002,2,903,914 -"106295",26659,28050,2,903,1955 -"106296",26659,28168,2,903,2702 -"106297",26659,28296,3,903,2944 -"106298",26659,28627,3,903,2694 -"106299",26659,29050,2,903,1196 -"106300",26659,29930,3,903,2240 -"106301",26659,30173,3,903,2404 -"106302",26659,31700,3,903,2727 -"106303",26659,32503,3,903,2020 -"106304",26659,32694,2,903,1602 -"106305",26659,32919,3,903,2321 -"106306",26659,34480,3,903,2755 -"106307",26659,34735,2,903,2767 -"106308",26659,34945,3,903,1298 -"106309",26659,35531,3,903,2872 -"106310",26659,35926,2,903,2371 -"106311",26659,36450,3,903,1591 -"106312",26659,36691,2,903,1903 -"106313",26659,36962,3,903,2861 -"106314",26659,37333,3,903,1612 -"106315",26659,38869,3,903,1675 -"106316",26659,39186,3,903,1258 -"106317",26659,39535,3,903,2428 -"106318",26659,40072,3,903,1182 -"106319",26659,42619,3,903,2017 -"106320",26659,43153,2,903,1381 -"106321",26659,44135,3,903,2620 -"106322",26659,44420,3,903,2184 -"106323",26659,44521,3,903,1593 -"106324",26659,44720,3,903,1202 -"106325",26659,45684,3,903,2200 -"106326",26659,48277,3,903,971 -"106327",26659,50236,3,903,2339 -"106328",26659,51471,2,903,1280 -"106329",26659,52442,3,903,1269 -"106330",26659,53134,3,903,1590 -"106331",26659,53219,3,903,2973 -"106332",26659,54020,3,903,1578 -"106333",26659,54879,3,903,2210 -"106334",26659,54929,3,903,2783 -"106335",26659,55076,3,903,2408 -"106336",26659,56232,3,903,1175 -"106337",26659,56604,3,903,1919 -"106338",26659,57246,2,903,1873 -"106339",26659,57714,3,903,1391 -"106340",26659,58384,3,903,1637 -"106341",26659,59950,3,903,1131 -"106342",26659,61613,3,903,1189 -"106343",26659,61719,3,903,1515 -"106344",26659,67383,3,903,1739 -"106345",26659,69250,2,903,1439 -"106346",26659,72207,3,903,2430 -"106347",26659,72501,2,903,2795 -"106348",26659,76495,3,903,1255 -"106349",26659,77359,3,903,917 -"106350",26659,80219,2,903,988 -"106351",26659,81478,3,903,1640 -"106352",26659,82732,3,903,2810 -"106353",26659,93752,3,903,1368 -"106354",26659,94500,3,903,1529 -"106355",26659,98150,3,903,1009 -"106356",26659,103988,3,903,1947 -"106357",26659,105795,3,903,1265 -"106358",26669,40072,3,1156,1182 -"106359",26671,1102,3,2279,2282 -"106360",26671,6074,3,2279,2426 -"106361",26671,9175,2,2279,2639 -"106362",26671,10513,3,2279,2284 -"106363",26671,14834,3,2279,2739 -"106364",26671,16352,3,2279,2657 -"106365",26671,21104,3,2279,2327 -"106366",26671,24060,3,2279,2349 -"106367",26671,34836,3,2279,2302 -"106368",26671,39444,3,2279,2695 -"106369",26671,45239,3,2279,2535 -"106370",26671,45302,3,2279,2390 -"106371",26671,46950,3,2279,2673 -"106372",26671,50134,2,2279,2674 -"106373",26671,50236,3,2279,2339 -"106374",26671,80825,3,2279,2315 -"106375",26671,108867,3,2279,2328 -"106376",26684,12781,3,261,831 -"106377",26684,35640,3,261,495 -"106378",26698,1685,3,1963,2230 -"106379",26698,1785,3,1963,2350 -"106380",26698,7787,3,1963,2314 -"106381",26698,10119,3,1963,2374 -"106382",26698,15150,3,1963,2801 -"106383",26698,15558,3,1963,2389 -"106384",26698,19002,1,1963,2053 -"106385",26698,19190,1,1963,2677 -"106386",26698,20011,2,1963,2826 -"106387",26698,25330,3,1963,2370 -"106388",26698,28970,2,1963,2111 -"106389",26698,29775,3,1963,2064 -"106390",26698,32576,3,1963,2881 -"106391",26698,48585,3,1963,2063 -"106392",26698,93609,3,1963,2252 -"106393",26700,2057,3,1663,1965 -"106394",26700,4066,3,1663,1736 -"106395",26700,6417,3,1663,1675 -"106396",26700,11218,3,1663,2292 -"106397",26700,47529,3,1663,2914 -"106398",26700,48214,2,1663,2756 -"106399",26700,54929,3,1663,2783 -"106400",26700,58684,3,1663,2295 -"106401",26700,58875,3,1663,1899 -"106402",26700,79432,2,1663,1708 -"106403",26700,81753,3,1663,1736 -"106404",26706,7515,3,1846,2737 -"106405",26706,10222,3,1846,2212 -"106406",26706,18277,3,1846,2309 -"106407",26706,24198,3,1846,2217 -"106408",26706,34136,3,1846,2202 -"106409",26706,40368,3,1846,2876 -"106410",26706,50667,3,1846,2719 -"106411",26706,51410,3,1846,2739 -"106412",26706,59700,3,1846,2346 -"106413",26706,63409,3,1846,1937 -"106414",26706,66726,3,1846,2068 -"106415",26706,92322,2,1846,2393 -"106416",26713,313,3,1235,2271 -"106417",26713,499,3,1235,1931 -"106418",26713,543,3,1235,2203 -"106419",26713,733,3,1235,1653 -"106420",26713,1147,3,1235,1999 -"106421",26713,1592,3,1235,2006 -"106422",26713,1777,3,1235,1965 -"106423",26713,1897,2,1235,1727 -"106424",26713,2036,3,1235,2483 -"106425",26713,2334,3,1235,2619 -"106426",26713,2349,1,1235,1288 -"106427",26713,2418,3,1235,2020 -"106428",26713,2754,3,1235,1360 -"106429",26713,2759,3,1235,2030 -"106430",26713,2765,3,1235,2321 -"106431",26713,3242,3,1235,1730 -"106432",26713,3271,3,1235,2216 -"106433",26713,3317,3,1235,2037 -"106434",26713,3830,3,1235,1661 -"106435",26713,3947,3,1235,2067 -"106436",26713,3961,3,1235,2426 -"106437",26713,4730,3,1235,2131 -"106438",26713,5055,3,1235,1796 -"106439",26713,5239,2,1235,2875 -"106440",26713,5462,3,1235,2374 -"106441",26713,5504,3,1235,2389 -"106442",26713,5621,3,1235,1860 -"106443",26713,6627,2,1235,2063 -"106444",26713,6824,3,1235,2680 -"106445",26713,6871,3,1235,1882 -"106446",26713,7196,2,1235,1508 -"106447",26713,7269,3,1235,1728 -"106448",26713,7433,3,1235,2255 -"106449",26713,7984,3,1235,2493 -"106450",26713,9030,3,1235,1979 -"106451",26713,9272,3,1235,2835 -"106452",26713,10638,3,1235,2692 -"106453",26713,10914,2,1235,1660 -"106454",26713,11381,3,1235,1638 -"106455",26713,11477,3,1235,2724 -"106456",26713,11506,2,1235,2824 -"106457",26713,11602,3,1235,1493 -"106458",26713,13732,3,1235,2789 -"106459",26713,13780,3,1235,2412 -"106460",26713,14072,3,1235,1346 -"106461",26713,14888,1,1235,1411 -"106462",26713,14943,2,1235,1942 -"106463",26713,15401,2,1235,1999 -"106464",26713,15500,3,1235,1658 -"106465",26713,16625,2,1235,1285 -"106466",26713,16725,3,1235,2830 -"106467",26713,16801,3,1235,2008 -"106468",26713,17146,3,1235,1252 -"106469",26713,17826,2,1235,2920 -"106470",26713,18571,1,1235,2128 -"106471",26713,18943,2,1235,2861 -"106472",26713,20007,3,1235,2971 -"106473",26713,20423,3,1235,2654 -"106474",26713,20432,3,1235,1727 -"106475",26713,20659,3,1235,1969 -"106476",26713,21193,2,1235,2490 -"106477",26713,21225,3,1235,1945 -"106478",26713,21463,2,1235,2437 -"106479",26713,21741,3,1235,1574 -"106480",26713,21754,3,1235,1881 -"106481",26713,22108,3,1235,1915 -"106482",26713,22297,3,1235,1904 -"106483",26713,23715,3,1235,1859 -"106484",26713,26865,3,1235,2726 -"106485",26713,27478,2,1235,2485 -"106486",26713,27783,2,1235,2302 -"106487",26713,27860,3,1235,1588 -"106488",26713,28048,3,1235,1637 -"106489",26713,28784,2,1235,1579 -"106490",26713,30081,3,1235,2403 -"106491",26713,30747,3,1235,2455 -"106492",26713,31164,1,1235,1996 -"106493",26713,31307,2,1235,2139 -"106494",26713,31691,3,1235,1657 -"106495",26713,31799,3,1235,2547 -"106496",26713,32449,2,1235,2091 -"106497",26713,32988,2,1235,2008 -"106498",26713,33160,3,1235,2441 -"106499",26713,35095,3,1235,1502 -"106500",26713,35256,3,1235,2271 -"106501",26713,35518,3,1235,1721 -"106502",26713,36136,2,1235,2338 -"106503",26713,36862,3,1235,2655 -"106504",26713,38219,3,1235,1689 -"106505",26713,38755,3,1235,2902 -"106506",26713,39105,2,1235,2487 -"106507",26713,39827,3,1235,2321 -"106508",26713,40296,3,1235,1674 -"106509",26713,40432,3,1235,1956 -"106510",26713,40645,3,1235,1899 -"106511",26713,41747,3,1235,1722 -"106512",26713,41978,3,1235,2824 -"106513",26713,42505,3,1235,2008 -"106514",26713,43226,3,1235,2442 -"106515",26713,45959,2,1235,1880 -"106516",26713,46040,3,1235,2105 -"106517",26713,46621,3,1235,1343 -"106518",26713,46951,1,1235,2429 -"106519",26713,47384,2,1235,1639 -"106520",26713,47571,2,1235,1667 -"106521",26713,48110,3,1235,2009 -"106522",26713,49189,3,1235,1550 -"106523",26713,49461,3,1235,2793 -"106524",26713,52327,3,1235,1472 -"106525",26713,53013,3,1235,2523 -"106526",26713,53031,2,1235,2065 -"106527",26713,53697,3,1235,1909 -"106528",26713,56237,3,1235,2625 -"106529",26713,56338,3,1235,1818 -"106530",26713,57565,3,1235,1577 -"106531",26713,57781,2,1235,1971 -"106532",26713,57977,3,1235,2683 -"106533",26713,58508,3,1235,2326 -"106534",26713,59039,2,1235,2870 -"106535",26713,65155,2,1235,1947 -"106536",26713,65203,3,1235,1597 -"106537",26713,65322,3,1235,2008 -"106538",26713,65679,3,1235,1578 -"106539",26713,66911,3,1235,1920 -"106540",26713,68098,3,1235,2378 -"106541",26713,68592,3,1235,2551 -"106542",26713,69335,2,1235,2698 -"106543",26713,72122,3,1235,1436 -"106544",26713,76132,2,1235,2426 -"106545",26713,76511,3,1235,1250 -"106546",26713,76675,2,1235,1840 -"106547",26713,77397,3,1235,1302 -"106548",26713,77489,3,1235,1514 -"106549",26713,78150,3,1235,2581 -"106550",26713,79567,3,1235,1942 -"106551",26713,80301,3,1235,1690 -"106552",26713,82409,3,1235,1881 -"106553",26713,85430,3,1235,2370 -"106554",26713,85592,3,1235,1412 -"106555",26713,88966,2,1235,1568 -"106556",26713,89668,3,1235,1279 -"106557",26713,92757,3,1235,2615 -"106558",26713,93208,2,1235,1324 -"106559",26713,93615,3,1235,2386 -"106560",26713,94926,2,1235,1611 -"106561",26713,95011,3,1235,1986 -"106562",26713,96352,3,1235,1493 -"106563",26713,104306,3,1235,1665 -"106564",26713,111034,3,1235,2131 -"106565",26716,997,3,1765,2788 -"106566",26716,11103,3,1765,2393 -"106567",26716,13780,3,1765,2412 -"106568",26716,27195,3,1765,2158 -"106569",26716,29930,3,1765,2240 -"106570",26716,30747,3,1765,2455 -"106571",26716,42574,3,1765,2842 -"106572",26716,48571,3,1765,2717 -"106573",26716,48605,3,1765,2796 -"106574",26716,53219,2,1765,2973 -"106575",26721,701,3,2586,2718 -"106576",26721,9150,2,2586,2689 -"106577",26721,16352,3,2586,2657 -"106578",26721,27334,1,2586,2750 -"106579",26721,31235,3,2586,2668 -"106580",26721,35715,3,2586,2912 -"106581",26721,49110,2,2586,2938 -"106582",26721,55652,3,2586,2795 -"106583",26721,57969,3,2586,2755 -"106584",26734,2446,3,2299,2606 -"106585",26734,3414,3,2299,2322 -"106586",26734,5235,3,2299,2324 -"106587",26734,7014,3,2299,2401 -"106588",26734,9723,3,2299,2302 -"106589",26734,18965,3,2299,2315 -"106590",26734,19073,3,2299,2748 -"106591",26734,20011,3,2299,2826 -"106592",26734,23154,3,2299,2345 -"106593",26734,27686,3,2299,2844 -"106594",26734,30870,3,2299,2370 -"106595",26734,32202,2,2299,2314 -"106596",26734,37279,3,2299,2768 -"106597",26734,37929,3,2299,2393 -"106598",26734,40572,3,2299,2666 -"106599",26734,40910,3,2299,2469 -"106600",26734,44730,3,2299,2468 -"106601",26734,51687,2,2299,2333 -"106602",26734,71531,3,2299,2887 -"106603",26737,1822,3,855,2888 -"106604",26737,3477,3,855,2546 -"106605",26737,4623,3,855,1176 -"106606",26737,6044,3,855,2744 -"106607",26737,6063,3,855,2349 -"106608",26737,12388,3,855,1975 -"106609",26737,12779,3,855,936 -"106610",26737,14353,2,855,2878 -"106611",26737,14482,3,855,1573 -"106612",26737,14564,2,855,1581 -"106613",26737,15444,3,855,2764 -"106614",26737,16053,3,855,908 -"106615",26737,16896,3,855,2223 -"106616",26737,17027,2,855,2772 -"106617",26737,17097,2,855,1505 -"106618",26737,18217,3,855,1566 -"106619",26737,20067,3,855,2390 -"106620",26737,21754,3,855,1881 -"106621",26737,22403,1,855,1630 -"106622",26737,22462,3,855,869 -"106623",26737,27355,2,855,870 -"106624",26737,28934,3,855,870 -"106625",26737,30325,3,855,1067 -"106626",26737,30883,3,855,1629 -"106627",26737,33223,3,855,2397 -"106628",26737,34158,3,855,2639 -"106629",26737,38457,3,855,1630 -"106630",26737,40542,3,855,1664 -"106631",26737,40646,3,855,1583 -"106632",26737,41108,3,855,1624 -"106633",26737,41972,3,855,2509 -"106634",26737,43479,3,855,2178 -"106635",26737,47895,3,855,2328 -"106636",26737,49414,3,855,1667 -"106637",26737,52261,3,855,2162 -"106638",26737,57150,2,855,1196 -"106639",26737,57760,2,855,1721 -"106640",26737,65522,3,855,1572 -"106641",26737,70232,3,855,2401 -"106642",26737,117956,3,855,2774 -"106643",26740,11351,3,2695,2971 -"106644",26740,38697,3,2695,2701 -"106645",26740,69453,3,2695,2831 -"106646",26741,31728,2,1792,2286 -"106647",26766,675,3,1161,1686 -"106648",26766,1127,3,1161,1188 -"106649",26766,1130,3,1161,1566 -"106650",26766,1136,3,1161,2536 -"106651",26766,2325,3,1161,1641 -"106652",26766,2765,2,1161,2321 -"106653",26766,3966,3,1161,2425 -"106654",26766,5491,2,1161,2048 -"106655",26766,5710,3,1161,1926 -"106656",26766,7861,2,1161,1647 -"106657",26766,14709,3,1161,1901 -"106658",26766,18151,3,1161,2962 -"106659",26766,18366,3,1161,2699 -"106660",26766,21795,2,1161,2653 -"106661",26766,22714,2,1161,2793 -"106662",26766,25129,3,1161,2647 -"106663",26766,25341,3,1161,1858 -"106664",26766,26282,2,1161,1241 -"106665",26766,30150,3,1161,1704 -"106666",26766,34509,2,1161,1973 -"106667",26766,36950,3,1161,2204 -"106668",26766,37238,3,1161,2609 -"106669",26766,37509,3,1161,1640 -"106670",26766,37758,3,1161,1998 -"106671",26766,39827,3,1161,2321 -"106672",26766,42474,2,1161,2322 -"106673",26766,43135,3,1161,1171 -"106674",26766,47248,3,1161,2883 -"106675",26766,51017,3,1161,2073 -"106676",26766,51410,3,1161,2739 -"106677",26766,53433,3,1161,1187 -"106678",26766,58035,3,1161,1646 -"106679",26766,64181,3,1161,1828 -"106680",26766,70605,3,1161,1176 -"106681",26766,71618,2,1161,2960 -"106682",26766,80190,2,1161,2717 -"106683",26766,93933,2,1161,1336 -"106684",26771,111375,3,2141,2686 -"106685",26793,2852,3,2104,2448 -"106686",26793,5239,3,2104,2875 -"106687",26793,6996,3,2104,2916 -"106688",26793,12356,3,2104,2757 -"106689",26793,12982,3,2104,2143 -"106690",26793,14032,3,2104,2144 -"106691",26793,14652,2,2104,2516 -"106692",26793,17033,2,2104,2771 -"106693",26793,18202,3,2104,2475 -"106694",26793,18415,3,2104,2184 -"106695",26793,18563,3,2104,2715 -"106696",26793,20563,3,2104,2267 -"106697",26793,24256,3,2104,2393 -"106698",26793,36609,3,2104,2918 -"106699",26793,37400,1,2104,2860 -"106700",26793,41607,3,2104,2802 -"106701",26793,53293,3,2104,2916 -"106702",26793,56893,3,2104,2597 -"106703",26793,57549,3,2104,2335 -"106704",26793,68931,3,2104,2771 -"106705",26793,74605,3,2104,2265 -"106706",26796,19605,3,2384,2395 -"106707",26796,55076,2,2384,2408 -"106708",26809,28090,3,1656,1755 -"106709",26818,270,3,1999,2542 -"106710",26818,380,3,1999,2261 -"106711",26818,1102,3,1999,2282 -"106712",26818,1639,3,1999,2631 -"106713",26818,1745,3,1999,2693 -"106714",26818,3961,3,1999,2426 -"106715",26818,4681,3,1999,2356 -"106716",26818,4953,3,1999,2285 -"106717",26818,5072,3,1999,2175 -"106718",26818,5350,3,1999,2522 -"106719",26818,5622,2,1999,2175 -"106720",26818,5962,3,1999,2491 -"106721",26818,6047,3,1999,2004 -"106722",26818,6588,3,1999,2025 -"106723",26818,9928,2,1999,2345 -"106724",26818,10336,3,1999,2271 -"106725",26818,10358,3,1999,2294 -"106726",26818,10857,3,1999,2253 -"106727",26818,11218,1,1999,2292 -"106728",26818,12042,2,1999,2345 -"106729",26818,13842,2,1999,2250 -"106730",26818,14032,3,1999,2144 -"106731",26818,16352,2,1999,2657 -"106732",26818,16826,3,1999,2599 -"106733",26818,17400,3,1999,2231 -"106734",26818,18394,3,1999,2356 -"106735",26818,19380,2,1999,2637 -"106736",26818,20124,3,1999,2376 -"106737",26818,21275,3,1999,2609 -"106738",26818,23310,3,1999,2371 -"106739",26818,23725,3,1999,2378 -"106740",26818,26080,2,1999,2525 -"106741",26818,27509,3,1999,2067 -"106742",26818,29095,3,1999,2531 -"106743",26818,30405,3,1999,2164 -"106744",26818,33537,3,1999,2406 -"106745",26818,34216,2,1999,2832 -"106746",26818,34735,3,1999,2767 -"106747",26818,35926,3,1999,2371 -"106748",26818,35958,3,1999,2383 -"106749",26818,37036,3,1999,2264 -"106750",26818,41972,3,1999,2509 -"106751",26818,43213,3,1999,2160 -"106752",26818,45684,3,1999,2200 -"106753",26818,46532,3,1999,2005 -"106754",26818,46629,3,1999,2255 -"106755",26818,49110,3,1999,2938 -"106756",26818,49608,3,1999,2184 -"106757",26818,49759,3,1999,2400 -"106758",26818,50236,3,1999,2339 -"106759",26818,54551,3,1999,2348 -"106760",26818,54879,3,1999,2210 -"106761",26818,54929,2,1999,2783 -"106762",26818,56082,3,1999,2395 -"106763",26818,66693,2,1999,2554 -"106764",26818,72207,3,1999,2430 -"106765",26818,76048,3,1999,2373 -"106766",26818,95408,3,1999,2393 -"106767",26818,96435,2,1999,2765 -"106768",26838,21,3,685,1385 -"106769",26838,160,3,685,2007 -"106770",26838,758,3,685,1232 -"106771",26838,1314,3,685,1522 -"106772",26838,1349,3,685,1147 -"106773",26838,1519,3,685,2349 -"106774",26838,1846,2,685,1845 -"106775",26838,2852,3,685,2448 -"106776",26838,2936,2,685,2512 -"106777",26838,3477,3,685,2546 -"106778",26838,3493,3,685,2451 -"106779",26838,4001,3,685,1687 -"106780",26838,4430,3,685,2019 -"106781",26838,4526,3,685,1728 -"106782",26838,4831,3,685,2365 -"106783",26838,5683,3,685,2468 -"106784",26838,6877,3,685,867 -"106785",26838,7337,3,685,1797 -"106786",26838,8395,3,685,896 -"106787",26838,8865,3,685,2394 -"106788",26838,9241,3,685,2338 -"106789",26838,9723,3,685,2302 -"106790",26838,13296,3,685,839 -"106791",26838,13879,3,685,2748 -"106792",26838,14449,3,685,1258 -"106793",26838,15159,3,685,756 -"106794",26838,16690,3,685,2132 -"106795",26838,18421,2,685,2457 -"106796",26838,19364,3,685,2846 -"106797",26838,19501,3,685,1186 -"106798",26838,19655,3,685,2706 -"106799",26838,20941,3,685,2725 -"106800",26838,22709,3,685,2743 -"106801",26838,22723,3,685,2859 -"106802",26838,23154,3,685,2345 -"106803",26838,23966,3,685,891 -"106804",26838,25832,3,685,1689 -"106805",26838,26450,3,685,1709 -"106806",26838,27545,3,685,855 -"106807",26838,30034,2,685,2357 -"106808",26838,32470,3,685,1539 -"106809",26838,34216,3,685,2832 -"106810",26838,38691,3,685,2585 -"106811",26838,38915,3,685,746 -"106812",26838,41023,3,685,2408 -"106813",26838,42373,3,685,871 -"106814",26838,46982,3,685,2806 -"106815",26838,51879,3,685,1771 -"106816",26838,52136,3,685,1412 -"106817",26838,55472,3,685,1516 -"106818",26838,58875,3,685,1899 -"106819",26838,63644,3,685,1267 -"106820",26838,64110,3,685,1331 -"106821",26838,69232,3,685,2130 -"106822",26838,73582,3,685,2075 -"106823",26838,82932,3,685,2245 -"106824",26838,83253,2,685,1102 -"106825",26838,84271,3,685,1556 -"106826",26838,88212,3,685,2547 -"106827",26838,90299,3,685,1606 -"106828",26838,95492,3,685,748 -"106829",26838,99332,3,685,873 -"106830",26847,19057,3,1902,2664 -"106831",26847,26227,2,1902,2265 -"106832",26847,30442,3,1902,2124 -"106833",26847,32235,3,1902,2109 -"106834",26848,270,2,2363,2542 -"106835",26848,2424,3,2363,2582 -"106836",26848,9624,3,2363,2398 -"106837",26848,16352,3,2363,2657 -"106838",26848,18005,3,2363,2449 -"106839",26848,18361,3,2363,2968 -"106840",26848,19622,3,2363,2371 -"106841",26848,23725,3,2363,2378 -"106842",26848,34480,3,2363,2755 -"106843",26848,43455,3,2363,2846 -"106844",26848,45729,3,2363,2606 -"106845",26848,56082,2,2363,2395 -"106846",26848,56237,2,2363,2625 -"106847",26848,61982,3,2363,2725 -"106848",26848,64947,3,2363,2489 -"106849",26848,72207,3,2363,2430 -"106850",26848,72326,3,2363,2384 -"106851",26865,1262,3,2726,2973 -"106852",26865,5120,3,2726,2735 -"106853",26865,10779,3,2726,2881 -"106854",26865,13732,1,2726,2789 -"106855",26865,16195,3,2726,2964 -"106856",26865,16725,3,2726,2830 -"106857",26865,17826,3,2726,2920 -"106858",26865,18151,2,2726,2962 -"106859",26865,19872,3,2726,2913 -"106860",26865,25530,3,2726,2884 -"106861",26865,34327,2,2726,2959 -"106862",26865,36962,2,2726,2861 -"106863",26865,41872,3,2726,2974 -"106864",26865,60879,3,2726,2792 -"106865",26865,68215,3,2726,2727 -"106866",26865,71369,3,2726,2838 -"106867",26867,270,2,1804,2542 -"106868",26867,312,3,1804,2038 -"106869",26867,380,3,1804,2261 -"106870",26867,1102,3,1804,2282 -"106871",26867,2111,3,1804,1904 -"106872",26867,2424,3,1804,2582 -"106873",26867,2684,3,1804,2874 -"106874",26867,3305,3,1804,2839 -"106875",26867,3306,3,1804,1989 -"106876",26867,3493,3,1804,2451 -"106877",26867,3966,3,1804,2425 -"106878",26867,5072,3,1804,2175 -"106879",26867,5235,3,1804,2324 -"106880",26867,5622,3,1804,2175 -"106881",26867,5971,1,1804,1985 -"106882",26867,6047,3,1804,2004 -"106883",26867,6222,3,1804,1949 -"106884",26867,6588,2,1804,2025 -"106885",26867,6718,3,1804,2138 -"106886",26867,7234,3,1804,2654 -"106887",26867,7555,3,1804,1943 -"106888",26867,9624,3,1804,2398 -"106889",26867,9654,3,1804,2111 -"106890",26867,9695,3,1804,2143 -"106891",26867,10857,3,1804,2253 -"106892",26867,11055,3,1804,2111 -"106893",26867,11218,3,1804,2292 -"106894",26867,11351,3,1804,2971 -"106895",26867,11477,3,1804,2724 -"106896",26867,11620,3,1804,2010 -"106897",26867,11966,3,1804,2385 -"106898",26867,12042,3,1804,2345 -"106899",26867,12374,2,1804,2260 -"106900",26867,12375,3,1804,1873 -"106901",26867,13307,2,1804,2206 -"106902",26867,14032,3,1804,2144 -"106903",26867,15003,3,1804,2067 -"106904",26867,15799,3,1804,1917 -"106905",26867,16352,2,1804,2657 -"106906",26867,17400,2,1804,2231 -"106907",26867,18005,3,1804,2449 -"106908",26867,18361,3,1804,2968 -"106909",26867,18394,2,1804,2356 -"106910",26867,19862,3,1804,2412 -"106911",26867,20124,3,1804,2376 -"106912",26867,20311,2,1804,1981 -"106913",26867,21012,3,1804,2325 -"106914",26867,21104,3,1804,2327 -"106915",26867,21571,3,1804,2755 -"106916",26867,21693,3,1804,2176 -"106917",26867,22197,2,1804,2271 -"106918",26867,22326,3,1804,2818 -"106919",26867,22362,3,1804,1836 -"106920",26867,22566,3,1804,2308 -"106921",26867,23011,3,1804,2763 -"106922",26867,23509,3,1804,2275 -"106923",26867,23526,2,1804,1998 -"106924",26867,23715,2,1804,1859 -"106925",26867,23725,2,1804,2378 -"106926",26867,25305,3,1804,2447 -"106927",26867,26067,3,1804,2069 -"106928",26867,26080,3,1804,2525 -"106929",26867,26671,3,1804,2279 -"106930",26867,26848,3,1804,2363 -"106931",26867,29093,3,1804,1933 -"106932",26867,29929,3,1804,2789 -"106933",26867,30334,3,1804,2075 -"106934",26867,30405,2,1804,2164 -"106935",26867,31093,3,1804,2160 -"106936",26867,31307,3,1804,2139 -"106937",26867,32173,3,1804,2341 -"106938",26867,33622,3,1804,2230 -"106939",26867,33801,3,1804,2899 -"106940",26867,34136,3,1804,2202 -"106941",26867,34735,3,1804,2767 -"106942",26867,34836,3,1804,2302 -"106943",26867,35815,3,1804,2789 -"106944",26867,37358,3,1804,2128 -"106945",26867,37636,3,1804,2178 -"106946",26867,38019,3,1804,1870 -"106947",26867,39294,3,1804,1889 -"106948",26867,39444,3,1804,2695 -"106949",26867,40392,3,1804,1878 -"106950",26867,40493,3,1804,1981 -"106951",26867,42687,3,1804,1952 -"106952",26867,43213,2,1804,2160 -"106953",26867,43455,3,1804,2846 -"106954",26867,43518,3,1804,2680 -"106955",26867,43673,3,1804,2787 -"106956",26867,45684,3,1804,2200 -"106957",26867,45729,3,1804,2606 -"106958",26867,46629,3,1804,2255 -"106959",26867,48035,3,1804,2180 -"106960",26867,48215,3,1804,2028 -"106961",26867,50134,3,1804,2674 -"106962",26867,50236,1,1804,2339 -"106963",26867,51783,3,1804,2599 -"106964",26867,52576,3,1804,2234 -"106965",26867,54551,3,1804,2348 -"106966",26867,54929,3,1804,2783 -"106967",26867,56082,1,1804,2395 -"106968",26867,56237,2,1804,2625 -"106969",26867,57246,3,1804,1873 -"106970",26867,58508,3,1804,2326 -"106971",26867,61982,3,1804,2725 -"106972",26867,64947,3,1804,2489 -"106973",26867,67726,3,1804,2873 -"106974",26867,71217,3,1804,2169 -"106975",26867,72207,2,1804,2430 -"106976",26867,72326,3,1804,2384 -"106977",26867,75403,2,1804,1895 -"106978",26867,79804,2,1804,2227 -"106979",26867,82949,3,1804,2077 -"106980",26867,86245,3,1804,1972 -"106981",26867,108867,3,1804,2328 -"106982",26873,1036,3,419,1367 -"106983",26873,1067,3,419,918 -"106984",26873,1592,2,419,2006 -"106985",26873,1691,2,419,1941 -"106986",26873,2011,3,419,2176 -"106987",26873,2609,3,419,834 -"106988",26873,2684,3,419,2874 -"106989",26873,3144,3,419,869 -"106990",26873,3753,3,419,1255 -"106991",26873,4790,3,419,1025 -"106992",26873,5018,2,419,640 -"106993",26873,5258,3,419,2730 -"106994",26873,6104,3,419,2462 -"106995",26873,6252,2,419,2336 -"106996",26873,6390,3,419,2385 -"106997",26873,6627,3,419,2063 -"106998",26873,7616,3,419,2296 -"106999",26873,8537,3,419,472 -"107000",26873,8657,3,419,2473 -"107001",26873,9871,3,419,921 -"107002",26873,10567,3,419,1839 -"107003",26873,11055,3,419,2111 -"107004",26873,11103,3,419,2393 -"107005",26873,11434,3,419,1187 -"107006",26873,12081,3,419,2166 -"107007",26873,12199,3,419,1651 -"107008",26873,12473,3,419,801 -"107009",26873,12712,3,419,815 -"107010",26873,12779,3,419,936 -"107011",26873,13248,3,419,1385 -"107012",26873,13837,3,419,1604 -"107013",26873,13945,3,419,1324 -"107014",26873,14072,3,419,1346 -"107015",26873,14108,3,419,2012 -"107016",26873,14678,3,419,799 -"107017",26873,14731,3,419,2012 -"107018",26873,14918,3,419,2071 -"107019",26873,14983,3,419,1047 -"107020",26873,15632,3,419,1242 -"107021",26873,15713,3,419,1646 -"107022",26873,16539,3,419,1947 -"107023",26873,17434,3,419,1642 -"107024",26873,17549,3,419,2647 -"107025",26873,18502,2,419,1033 -"107026",26873,18543,2,419,2968 -"107027",26873,18615,3,419,1025 -"107028",26873,19332,3,419,1214 -"107029",26873,19718,3,419,1702 -"107030",26873,20067,3,419,2390 -"107031",26873,20343,3,419,851 -"107032",26873,20407,3,419,2339 -"107033",26873,21133,2,419,1320 -"107034",26873,21463,3,419,2437 -"107035",26873,21682,3,419,2414 -"107036",26873,23403,3,419,607 -"107037",26873,23869,3,419,1918 -"107038",26873,24198,3,419,2217 -"107039",26873,24753,3,419,2860 -"107040",26873,25030,3,419,2017 -"107041",26873,25565,3,419,2764 -"107042",26873,26083,3,419,2038 -"107043",26873,26342,3,419,527 -"107044",26873,26621,3,419,1100 -"107045",26873,27390,3,419,2425 -"107046",26873,28592,3,419,2320 -"107047",26873,28808,2,419,1063 -"107048",26873,29170,3,419,1846 -"107049",26873,29948,3,419,2795 -"107050",26873,30411,3,419,630 -"107051",26873,31001,3,419,2119 -"107052",26873,31117,3,419,2210 -"107053",26873,32503,3,419,2020 -"107054",26873,33622,2,419,2230 -"107055",26873,34314,2,419,630 -"107056",26873,34934,2,419,645 -"107057",26873,34945,3,419,1298 -"107058",26873,35045,3,419,1646 -"107059",26873,36439,3,419,2469 -"107060",26873,36784,3,419,576 -"107061",26873,36837,3,419,1556 -"107062",26873,37509,3,419,1640 -"107063",26873,37628,3,419,819 -"107064",26873,38213,2,419,1744 -"107065",26873,38259,2,419,2258 -"107066",26873,38307,3,419,2648 -"107067",26873,39105,3,419,2487 -"107068",26873,39563,3,419,486 -"107069",26873,39865,3,419,849 -"107070",26873,40488,3,419,486 -"107071",26873,40954,3,419,2603 -"107072",26873,41085,2,419,637 -"107073",26873,41664,3,419,2641 -"107074",26873,43173,3,419,2895 -"107075",26873,43226,3,419,2442 -"107076",26873,43635,2,419,1196 -"107077",26873,44427,2,419,2875 -"107078",26873,46621,2,419,1343 -"107079",26873,47064,3,419,1993 -"107080",26873,47248,3,419,2883 -"107081",26873,47435,3,419,878 -"107082",26873,47564,3,419,2650 -"107083",26873,47585,2,419,794 -"107084",26873,49300,2,419,515 -"107085",26873,49301,2,419,1894 -"107086",26873,49334,3,419,2433 -"107087",26873,49470,2,419,1528 -"107088",26873,49620,2,419,1868 -"107089",26873,50179,3,419,2230 -"107090",26873,50235,2,419,726 -"107091",26873,50254,2,419,1151 -"107092",26873,50737,3,419,959 -"107093",26873,51386,3,419,459 -"107094",26873,51572,3,419,912 -"107095",26873,51628,3,419,901 -"107096",26873,52136,3,419,1412 -"107097",26873,52323,3,419,2148 -"107098",26873,52327,2,419,1472 -"107099",26873,53252,3,419,637 -"107100",26873,55084,3,419,1189 -"107101",26873,56903,3,419,1584 -"107102",26873,57990,3,419,978 -"107103",26873,58284,3,419,2292 -"107104",26873,61689,3,419,1309 -"107105",26873,61785,2,419,822 -"107106",26873,62062,3,419,860 -"107107",26873,66241,2,419,2351 -"107108",26873,69257,2,419,1402 -"107109",26873,69447,3,419,1197 -"107110",26873,70573,3,419,1993 -"107111",26873,71274,3,419,2390 -"107112",26873,73675,3,419,887 -"107113",26873,74636,2,419,2525 -"107114",26873,74730,3,419,535 -"107115",26873,75025,2,419,717 -"107116",26873,75216,3,419,672 -"107117",26873,75921,2,419,517 -"107118",26873,76127,3,419,910 -"107119",26873,76192,3,419,912 -"107120",26873,76646,2,419,1263 -"107121",26873,77611,3,419,1795 -"107122",26873,78569,3,419,578 -"107123",26873,79322,3,419,2770 -"107124",26873,79364,3,419,834 -"107125",26873,79436,3,419,1344 -"107126",26873,79657,2,419,1260 -"107127",26873,81895,3,419,1634 -"107128",26873,82401,3,419,1210 -"107129",26873,82787,3,419,1144 -"107130",26873,82893,3,419,1275 -"107131",26873,87269,3,419,847 -"107132",26873,88232,2,419,2881 -"107133",26873,89880,3,419,1938 -"107134",26873,92322,3,419,2393 -"107135",26873,92592,2,419,486 -"107136",26873,93398,3,419,828 -"107137",26873,97824,3,419,1229 -"107138",26873,99953,3,419,581 -"107139",26873,100215,3,419,2436 -"107140",26873,100432,3,419,1358 -"107141",26873,101967,1,419,691 -"107142",26873,102731,3,419,630 -"107143",26873,103925,3,419,1786 -"107144",26873,105207,3,419,451 -"107145",26873,108709,3,419,462 -"107146",26903,12518,3,2092,2747 -"107147",26903,14887,3,2092,2158 -"107148",26903,25298,3,2092,2443 -"107149",26903,44688,3,2092,2924 -"107150",26903,56893,3,2092,2597 -"107151",26907,2894,3,697,1291 -"107152",26907,6222,3,697,1949 -"107153",26907,6602,3,697,1631 -"107154",26907,7970,3,697,1197 -"107155",26907,10401,3,697,863 -"107156",26907,10474,3,697,1608 -"107157",26907,14959,3,697,2898 -"107158",26907,16201,3,697,1811 -"107159",26907,17520,3,697,2276 -"107160",26907,19862,3,697,2412 -"107161",26907,22180,3,697,1835 -"107162",26907,22181,2,697,1274 -"107163",26907,29314,3,697,2736 -"107164",26907,38921,3,697,1880 -"107165",26907,39556,3,697,2747 -"107166",26907,43635,3,697,1196 -"107167",26907,57732,3,697,2454 -"107168",26907,66747,2,697,1273 -"107169",26907,69300,3,697,2068 -"107170",26907,85397,3,697,1219 -"107171",26907,99152,1,697,1698 -"107172",26907,106318,2,697,1698 -"107173",26957,237,3,987,1982 -"107174",26957,867,2,987,1264 -"107175",26957,1495,3,987,2046 -"107176",26957,1520,3,987,1716 -"107177",26957,2523,3,987,1691 -"107178",26957,2524,3,987,1708 -"107179",26957,2766,3,987,1920 -"107180",26957,2852,3,987,2448 -"107181",26957,4001,3,987,1687 -"107182",26957,4430,3,987,2019 -"107183",26957,4567,3,987,2348 -"107184",26957,4763,2,987,1960 -"107185",26957,4983,3,987,1909 -"107186",26957,6363,3,987,2066 -"107187",26957,7780,3,987,1920 -"107188",26957,8062,3,987,2858 -"107189",26957,9227,3,987,1267 -"107190",26957,10874,3,987,1891 -"107191",26957,11648,3,987,2852 -"107192",26957,12728,3,987,2374 -"107193",26957,13537,2,987,1020 -"107194",26957,13925,3,987,1515 -"107195",26957,14108,3,987,2012 -"107196",26957,15118,3,987,1311 -"107197",26957,15184,3,987,2396 -"107198",26957,17645,2,987,1918 -"107199",26957,19027,3,987,2721 -"107200",26957,19248,3,987,2357 -"107201",26957,20700,3,987,2861 -"107202",26957,24568,3,987,1937 -"107203",26957,25373,3,987,2783 -"107204",26957,31408,3,987,994 -"107205",26957,31799,3,987,2547 -"107206",26957,33621,3,987,1319 -"107207",26957,34875,1,987,1544 -"107208",26957,38087,3,987,1083 -"107209",26957,41446,3,987,1103 -"107210",26957,42486,3,987,1951 -"107211",26957,44135,3,987,2620 -"107212",26957,44636,2,987,1026 -"107213",26957,44744,3,987,2032 -"107214",26957,47098,3,987,2057 -"107215",26957,48242,3,987,1690 -"107216",26957,48698,3,987,1474 -"107217",26957,50075,3,987,1026 -"107218",26957,50252,3,987,2001 -"107219",26957,50278,3,987,1127 -"107220",26957,54676,3,987,1342 -"107221",26957,56537,1,987,2409 -"107222",26957,62488,2,987,1418 -"107223",26957,63409,3,987,1937 -"107224",26957,65029,3,987,2954 -"107225",26957,68885,3,987,2151 -"107226",26957,92491,3,987,1968 -"107227",26959,2985,3,1961,2398 -"107228",26959,5511,3,1961,2356 -"107229",26959,5912,3,1961,2257 -"107230",26959,9503,3,1961,2453 -"107231",26959,9785,3,1961,2951 -"107232",26959,13732,3,1961,2789 -"107233",26959,14749,3,1961,1998 -"107234",26959,26865,3,1961,2726 -"107235",26959,30081,3,1961,2403 -"107236",26959,33407,3,1961,2496 -"107237",26959,34984,1,1961,2056 -"107238",26959,36912,2,1961,2469 -"107239",26959,36962,3,1961,2861 -"107240",26959,41872,3,1961,2974 -"107241",26959,55296,3,1961,2413 -"107242",26959,63077,3,1961,2778 -"107243",26959,64947,3,1961,2489 -"107244",26974,2,2,1672,2796 -"107245",26974,1520,2,1672,1716 -"107246",26974,2407,3,1672,1725 -"107247",26974,14586,3,1672,2801 -"107248",26974,16866,3,1672,2718 -"107249",26974,17645,3,1672,1918 -"107250",26974,18865,3,1672,2676 -"107251",26974,20984,3,1672,2502 -"107252",26974,30368,3,1672,2487 -"107253",26974,53687,3,1672,2422 -"107254",26974,54523,3,1672,1935 -"107255",26974,63395,3,1672,2334 -"107256",27001,2208,3,1761,2814 -"107257",27001,3397,3,1761,2126 -"107258",27001,3409,3,1761,2167 -"107259",27001,3453,3,1761,2126 -"107260",27001,12778,2,1761,2045 -"107261",27001,16608,3,1761,1769 -"107262",27001,17221,3,1761,2487 -"107263",27001,17245,3,1761,1811 -"107264",27001,17264,3,1761,2528 -"107265",27001,24753,3,1761,2860 -"107266",27001,83286,3,1761,1793 -"107267",27001,83291,3,1761,2066 -"107268",27008,147,3,911,1040 -"107269",27008,1780,3,911,1375 -"107270",27008,1897,3,911,1727 -"107271",27008,2221,3,911,2092 -"107272",27008,2288,3,911,1870 -"107273",27008,2349,2,911,1288 -"107274",27008,2418,3,911,2020 -"107275",27008,2747,2,911,2411 -"107276",27008,2759,3,911,2030 -"107277",27008,2852,3,911,2448 -"107278",27008,3317,3,911,2037 -"107279",27008,4730,3,911,2131 -"107280",27008,4916,3,911,1970 -"107281",27008,5346,3,911,1438 -"107282",27008,5897,3,911,2337 -"107283",27008,6132,3,911,1590 -"107284",27008,6133,2,911,1229 -"107285",27008,6627,3,911,2063 -"107286",27008,6824,2,911,2680 -"107287",27008,7254,3,911,1849 -"107288",27008,7269,3,911,1728 -"107289",27008,7433,3,911,2255 -"107290",27008,7443,3,911,2028 -"107291",27008,8604,3,911,2799 -"107292",27008,8984,3,911,1162 -"107293",27008,9861,3,911,2680 -"107294",27008,10453,3,911,1656 -"107295",27008,10495,3,911,2230 -"107296",27008,10638,1,911,2692 -"107297",27008,10914,2,911,1660 -"107298",27008,11381,2,911,1638 -"107299",27008,11506,2,911,2824 -"107300",27008,11588,3,911,2352 -"107301",27008,12067,3,911,1213 -"107302",27008,13065,3,911,1561 -"107303",27008,13184,3,911,977 -"107304",27008,14749,3,911,1998 -"107305",27008,14998,3,911,1553 -"107306",27008,15207,3,911,1855 -"107307",27008,15826,2,911,2772 -"107308",27008,16594,3,911,1755 -"107309",27008,17146,3,911,1252 -"107310",27008,18421,3,911,2457 -"107311",27008,18571,2,911,2128 -"107312",27008,18943,2,911,2861 -"107313",27008,18978,3,911,952 -"107314",27008,19215,3,911,2604 -"107315",27008,20007,2,911,2971 -"107316",27008,20155,3,911,1517 -"107317",27008,20432,3,911,1727 -"107318",27008,21180,3,911,2762 -"107319",27008,21209,3,911,2184 -"107320",27008,21463,2,911,2437 -"107321",27008,21741,3,911,1574 -"107322",27008,23488,3,911,1523 -"107323",27008,24176,3,911,1986 -"107324",27008,26713,3,911,1235 -"107325",27008,27255,3,911,1232 -"107326",27008,27742,3,911,2700 -"107327",27008,27783,2,911,2302 -"107328",27008,27908,3,911,2576 -"107329",27008,28582,3,911,2698 -"107330",27008,31164,2,911,1996 -"107331",27008,32339,3,911,2430 -"107332",27008,32449,2,911,2091 -"107333",27008,33870,3,911,955 -"107334",27008,34162,3,911,2336 -"107335",27008,34478,3,911,2265 -"107336",27008,36136,1,911,2338 -"107337",27008,38457,3,911,1630 -"107338",27008,39105,2,911,2487 -"107339",27008,41023,3,911,2408 -"107340",27008,41581,3,911,1692 -"107341",27008,41978,3,911,2824 -"107342",27008,44181,3,911,1034 -"107343",27008,44433,3,911,2224 -"107344",27008,44603,3,911,2748 -"107345",27008,44636,3,911,1026 -"107346",27008,45730,3,911,2063 -"107347",27008,46951,2,911,2429 -"107348",27008,47571,3,911,1667 -"107349",27008,51151,3,911,1195 -"107350",27008,51223,3,911,2153 -"107351",27008,53013,3,911,2523 -"107352",27008,53987,3,911,928 -"107353",27008,54388,3,911,1257 -"107354",27008,55604,2,911,2342 -"107355",27008,56275,3,911,2152 -"107356",27008,56338,2,911,1818 -"107357",27008,57067,3,911,2547 -"107358",27008,58501,3,911,2613 -"107359",27008,59039,3,911,2870 -"107360",27008,60979,3,911,1758 -"107361",27008,65316,3,911,1020 -"107362",27008,66911,1,911,1920 -"107363",27008,68539,3,911,1158 -"107364",27008,68592,3,911,2551 -"107365",27008,69335,3,911,2698 -"107366",27008,73107,2,911,1918 -"107367",27008,76132,2,911,2426 -"107368",27008,76675,2,911,1840 -"107369",27008,77397,3,911,1302 -"107370",27008,84574,3,911,958 -"107371",27008,85778,2,911,1040 -"107372",27008,87270,3,911,913 -"107373",27008,91849,3,911,1166 -"107374",27008,93208,3,911,1324 -"107375",27008,94520,3,911,1243 -"107376",27008,94926,3,911,1611 -"107377",27008,104306,2,911,1665 -"107378",27008,111034,3,911,2131 -"107379",27008,114857,3,911,1310 -"107380",27008,122453,3,911,1591 -"107381",27012,10861,2,498,1189 -"107382",27016,5119,3,1611,2220 -"107383",27030,4567,3,2031,2348 -"107384",27030,10779,3,2031,2881 -"107385",27030,12518,1,2031,2747 -"107386",27030,19744,3,2031,2623 -"107387",27030,24816,3,2031,2161 -"107388",27030,34812,3,2031,2442 -"107389",27030,40129,2,2031,2162 -"107390",27030,43978,3,2031,2698 -"107391",27030,44769,3,2031,2411 -"107392",27030,79627,3,2031,2409 -"107393",27074,55,3,1454,2524 -"107394",27074,1685,3,1454,2230 -"107395",27074,1785,3,1454,2350 -"107396",27074,3360,1,1454,1583 -"107397",27074,3506,3,1454,2364 -"107398",27074,5355,2,1454,1499 -"107399",27074,6020,3,1454,1864 -"107400",27074,6621,2,1454,2478 -"107401",27074,6999,3,1454,2214 -"107402",27074,11154,3,1454,1594 -"107403",27074,12007,3,1454,1594 -"107404",27074,18821,3,1454,2075 -"107405",27074,22744,2,1454,1907 -"107406",27074,26698,3,1454,1963 -"107407",27074,28970,3,1454,2111 -"107408",27074,31295,3,1454,2183 -"107409",27074,43311,1,1454,1553 -"107410",27074,49069,3,1454,1694 -"107411",27074,53648,3,1454,2167 -"107412",27074,55377,3,1454,1499 -"107413",27074,85638,3,1454,2275 -"107414",27074,86559,3,1454,1704 -"107415",27074,87190,1,1454,1704 -"107416",27085,325,3,125,495 -"107417",27085,671,3,125,2328 -"107418",27085,1044,3,125,880 -"107419",27085,1102,3,125,2282 -"107420",27085,1639,3,125,2631 -"107421",27085,1826,2,125,924 -"107422",27085,2269,3,125,984 -"107423",27085,2424,3,125,2582 -"107424",27085,2731,1,125,434 -"107425",27085,2754,3,125,1360 -"107426",27085,3306,3,125,1989 -"107427",27085,4289,3,125,1921 -"107428",27085,4317,3,125,1224 -"107429",27085,4701,3,125,2401 -"107430",27085,4790,2,125,1025 -"107431",27085,4791,2,125,1184 -"107432",27085,5315,3,125,2631 -"107433",27085,5350,3,125,2522 -"107434",27085,5520,3,125,217 -"107435",27085,5716,3,125,1058 -"107436",27085,5986,3,125,1721 -"107437",27085,6047,2,125,2004 -"107438",27085,6296,3,125,148 -"107439",27085,6366,3,125,798 -"107440",27085,6417,3,125,1675 -"107441",27085,6718,3,125,2138 -"107442",27085,7616,3,125,2296 -"107443",27085,8910,3,125,1054 -"107444",27085,9364,3,125,1698 -"107445",27085,9474,3,125,864 -"107446",27085,9871,3,125,921 -"107447",27085,9928,3,125,2345 -"107448",27085,9950,2,125,920 -"107449",27085,10358,3,125,2294 -"107450",27085,10513,3,125,2284 -"107451",27085,11006,3,125,1950 -"107452",27085,11541,3,125,1927 -"107453",27085,11576,3,125,808 -"107454",27085,11601,3,125,173 -"107455",27085,12096,3,125,1330 -"107456",27085,12692,3,125,1855 -"107457",27085,12728,3,125,2374 -"107458",27085,13311,3,125,2315 -"107459",27085,13780,3,125,2412 -"107460",27085,13905,2,125,452 -"107461",27085,13945,3,125,1324 -"107462",27085,14032,2,125,2144 -"107463",27085,14678,3,125,799 -"107464",27085,15309,3,125,2820 -"107465",27085,15402,3,125,1281 -"107466",27085,16053,3,125,908 -"107467",27085,16332,3,125,2668 -"107468",27085,16352,3,125,2657 -"107469",27085,16539,3,125,1947 -"107470",27085,16826,3,125,2599 -"107471",27085,16940,3,125,1290 -"107472",27085,17493,3,125,561 -"107473",27085,17821,3,125,858 -"107474",27085,17997,3,125,1621 -"107475",27085,18103,3,125,1968 -"107476",27085,18393,3,125,860 -"107477",27085,18707,3,125,1143 -"107478",27085,18874,3,125,2170 -"107479",27085,19248,3,125,2357 -"107480",27085,19719,3,125,2177 -"107481",27085,20124,3,125,2376 -"107482",27085,20311,3,125,1981 -"107483",27085,20975,2,125,1305 -"107484",27085,20988,3,125,455 -"107485",27085,21122,3,125,1701 -"107486",27085,21138,3,125,2849 -"107487",27085,21197,3,125,1437 -"107488",27085,21198,2,125,935 -"107489",27085,21285,3,125,2100 -"107490",27085,21693,3,125,2176 -"107491",27085,22282,3,125,1418 -"107492",27085,22326,3,125,2818 -"107493",27085,22362,3,125,1836 -"107494",27085,22586,3,125,1341 -"107495",27085,23310,3,125,2371 -"107496",27085,23450,2,125,967 -"107497",27085,23652,3,125,803 -"107498",27085,23727,3,125,1734 -"107499",27085,23729,2,125,1624 -"107500",27085,23970,3,125,1624 -"107501",27085,24755,2,125,1319 -"107502",27085,25027,3,125,564 -"107503",27085,25577,3,125,1946 -"107504",27085,26451,3,125,2133 -"107505",27085,26471,3,125,1061 -"107506",27085,26570,3,125,1669 -"107507",27085,26749,2,125,2965 -"107508",27085,27175,3,125,1447 -"107509",27085,27205,3,125,966 -"107510",27085,27390,3,125,2425 -"107511",27085,27642,3,125,1531 -"107512",27085,27694,3,125,2030 -"107513",27085,27849,3,125,1316 -"107514",27085,28002,3,125,914 -"107515",27085,28015,2,125,1624 -"107516",27085,28124,1,125,434 -"107517",27085,29124,3,125,199 -"107518",27085,29705,2,125,607 -"107519",27085,29750,3,125,689 -"107520",27085,29930,3,125,2240 -"107521",27085,31338,3,125,917 -"107522",27085,31530,3,125,1661 -"107523",27085,32017,3,125,577 -"107524",27085,32173,3,125,2341 -"107525",27085,32919,3,125,2321 -"107526",27085,33949,3,125,2489 -"107527",27085,34136,3,125,2202 -"107528",27085,34735,3,125,2767 -"107529",27085,34836,3,125,2302 -"107530",27085,34934,3,125,645 -"107531",27085,35529,3,125,1620 -"107532",27085,35926,3,125,2371 -"107533",27085,38019,2,125,1870 -"107534",27085,38227,3,125,2511 -"107535",27085,39238,2,125,922 -"107536",27085,40432,3,125,1956 -"107537",27085,41174,3,125,850 -"107538",27085,41315,3,125,439 -"107539",27085,41832,3,125,1155 -"107540",27085,41955,3,125,2479 -"107541",27085,43051,3,125,904 -"107542",27085,43385,3,125,1623 -"107543",27085,44059,3,125,525 -"107544",27085,44160,3,125,859 -"107545",27085,46723,3,125,607 -"107546",27085,47386,3,125,2226 -"107547",27085,47772,3,125,2293 -"107548",27085,49334,3,125,2433 -"107549",27085,50219,3,125,756 -"107550",27085,51810,3,125,1401 -"107551",27085,51953,3,125,551 -"107552",27085,52058,3,125,1836 -"107553",27085,52136,3,125,1412 -"107554",27085,52576,3,125,2234 -"107555",27085,53323,3,125,2677 -"107556",27085,55299,3,125,609 -"107557",27085,55468,3,125,2511 -"107558",27085,56317,2,125,2030 -"107559",27085,57950,3,125,1529 -"107560",27085,57977,3,125,2683 -"107561",27085,58508,3,125,2326 -"107562",27085,58530,3,125,298 -"107563",27085,58652,3,125,1437 -"107564",27085,60280,3,125,1918 -"107565",27085,61982,3,125,2725 -"107566",27085,62488,3,125,1418 -"107567",27085,64181,3,125,1828 -"107568",27085,66860,3,125,1548 -"107569",27085,67222,3,125,1332 -"107570",27085,71342,2,125,1289 -"107571",27085,71479,3,125,482 -"107572",27085,72956,2,125,1251 -"107573",27085,73128,3,125,1549 -"107574",27085,73136,3,125,328 -"107575",27085,73786,3,125,2937 -"107576",27085,74681,3,125,837 -"107577",27085,74730,3,125,535 -"107578",27085,75403,3,125,1895 -"107579",27085,75870,3,125,193 -"107580",27085,75948,2,125,1006 -"107581",27085,76284,3,125,1237 -"107582",27085,76646,3,125,1263 -"107583",27085,76905,3,125,298 -"107584",27085,77305,1,125,965 -"107585",27085,79322,3,125,2770 -"107586",27085,79436,3,125,1344 -"107587",27085,80927,3,125,823 -"107588",27085,81588,1,125,1568 -"107589",27085,82893,2,125,1275 -"107590",27085,82929,3,125,2475 -"107591",27085,82949,3,125,2077 -"107592",27085,83434,3,125,850 -"107593",27085,89097,1,125,935 -"107594",27085,89541,2,125,525 -"107595",27085,90573,3,125,878 -"107596",27085,90802,3,125,877 -"107597",27085,92220,1,125,607 -"107598",27085,92817,3,125,569 -"107599",27085,93280,3,125,1053 -"107600",27085,93332,3,125,982 -"107601",27085,95836,3,125,760 -"107602",27085,98781,3,125,1410 -"107603",27085,99444,2,125,408 -"107604",27085,100140,3,125,1041 -"107605",27085,101295,3,125,2165 -"107606",27085,105602,2,125,434 -"107607",27085,105742,3,125,231 -"107608",27085,109510,3,125,621 -"107609",27085,115622,3,125,1895 -"107610",27104,8275,3,1608,2237 -"107611",27104,12692,2,1608,1855 -"107612",27104,13311,3,1608,2315 -"107613",27104,13388,3,1608,2119 -"107614",27104,15207,3,1608,1855 -"107615",27104,17027,3,1608,2772 -"107616",27104,19199,3,1608,2263 -"107617",27104,19593,3,1608,2013 -"107618",27104,19813,3,1608,1744 -"107619",27104,20067,3,1608,2390 -"107620",27104,22403,3,1608,1630 -"107621",27104,35529,3,1608,1620 -"107622",27104,36441,2,1608,2796 -"107623",27104,41108,2,1608,1624 -"107624",27104,42799,3,1608,2729 -"107625",27104,46635,3,1608,2528 -"107626",27104,47895,2,1608,2328 -"107627",27104,57760,3,1608,1721 -"107628",27104,57977,3,1608,2683 -"107629",27104,62832,3,1608,2606 -"107630",27104,76356,1,1608,2323 -"107631",27104,84567,3,1608,2767 -"107632",27104,117956,3,1608,2774 -"107633",27110,145,3,620,1998 -"107634",27110,470,3,620,2285 -"107635",27110,600,3,620,1702 -"107636",27110,913,2,620,2144 -"107637",27110,2224,3,620,2751 -"107638",27110,8888,3,620,1328 -"107639",27110,9511,2,620,1232 -"107640",27110,12618,3,620,2021 -"107641",27110,15632,3,620,1242 -"107642",27110,17698,3,620,1559 -"107643",27110,19335,3,620,1729 -"107644",27110,21422,3,620,935 -"107645",27110,22567,3,620,2396 -"107646",27110,23132,3,620,2756 -"107647",27110,24448,3,620,2289 -"107648",27110,24568,3,620,1937 -"107649",27110,27275,3,620,2656 -"107650",27110,27390,3,620,2425 -"107651",27110,28115,3,620,1835 -"107652",27110,31235,3,620,2668 -"107653",27110,40383,3,620,2639 -"107654",27110,42799,3,620,2729 -"107655",27110,43941,3,620,1289 -"107656",27110,52735,3,620,1124 -"107657",27110,54855,3,620,1525 -"107658",27110,63409,3,620,1937 -"107659",27110,65016,3,620,2749 -"107660",27110,75898,3,620,889 -"107661",27112,212,3,500,1513 -"107662",27112,270,2,500,2542 -"107663",27112,380,3,500,2261 -"107664",27112,1102,3,500,2282 -"107665",27112,1124,2,500,1596 -"107666",27112,1639,3,500,2631 -"107667",27112,1875,3,500,1786 -"107668",27112,2111,2,500,1904 -"107669",27112,2424,3,500,2582 -"107670",27112,2533,3,500,2016 -"107671",27112,2894,3,500,1291 -"107672",27112,3305,3,500,2839 -"107673",27112,3306,2,500,1989 -"107674",27112,3477,3,500,2546 -"107675",27112,4360,3,500,1770 -"107676",27112,4701,3,500,2401 -"107677",27112,5072,3,500,2175 -"107678",27112,5235,3,500,2324 -"107679",27112,5258,3,500,2730 -"107680",27112,5405,3,500,1510 -"107681",27112,5568,3,500,1290 -"107682",27112,5599,3,500,1684 -"107683",27112,5622,3,500,2175 -"107684",27112,5716,3,500,1058 -"107685",27112,5971,1,500,1985 -"107686",27112,6047,3,500,2004 -"107687",27112,6052,3,500,1985 -"107688",27112,6063,3,500,2349 -"107689",27112,6222,2,500,1949 -"107690",27112,6264,2,500,749 -"107691",27112,6363,3,500,2066 -"107692",27112,6588,2,500,2025 -"107693",27112,6718,2,500,2138 -"107694",27112,7234,3,500,2654 -"107695",27112,7555,3,500,1943 -"107696",27112,7616,3,500,2296 -"107697",27112,7627,2,500,1543 -"107698",27112,8866,3,500,1545 -"107699",27112,8888,3,500,1328 -"107700",27112,9364,3,500,1698 -"107701",27112,9432,3,500,1693 -"107702",27112,9440,3,500,1006 -"107703",27112,9620,3,500,2339 -"107704",27112,9624,3,500,2398 -"107705",27112,9650,3,500,1167 -"107706",27112,10488,2,500,1524 -"107707",27112,10523,2,500,1510 -"107708",27112,10576,3,500,974 -"107709",27112,10857,3,500,2253 -"107710",27112,10914,3,500,1660 -"107711",27112,10939,3,500,1376 -"107712",27112,10945,3,500,881 -"107713",27112,11218,3,500,2292 -"107714",27112,11229,2,500,1625 -"107715",27112,11419,3,500,1408 -"107716",27112,11440,3,500,2026 -"107717",27112,11477,3,500,2724 -"107718",27112,11817,2,500,600 -"107719",27112,11912,3,500,889 -"107720",27112,11966,3,500,2385 -"107721",27112,12042,3,500,2345 -"107722",27112,12310,3,500,1337 -"107723",27112,12374,2,500,2260 -"107724",27112,12375,3,500,1873 -"107725",27112,12713,3,500,2440 -"107726",27112,12728,3,500,2374 -"107727",27112,12735,3,500,819 -"107728",27112,12779,3,500,936 -"107729",27112,13248,3,500,1385 -"107730",27112,13307,3,500,2206 -"107731",27112,14032,3,500,2144 -"107732",27112,14564,3,500,1581 -"107733",27112,14656,2,500,584 -"107734",27112,14669,3,500,2080 -"107735",27112,14855,3,500,903 -"107736",27112,14959,3,500,2898 -"107737",27112,14989,3,500,2223 -"107738",27112,15003,2,500,2067 -"107739",27112,15118,3,500,1311 -"107740",27112,15135,3,500,1035 -"107741",27112,15244,3,500,1600 -"107742",27112,15402,3,500,1281 -"107743",27112,15700,3,500,1712 -"107744",27112,15799,3,500,1917 -"107745",27112,16352,3,500,2657 -"107746",27112,16539,3,500,1947 -"107747",27112,17400,2,500,2231 -"107748",27112,18005,3,500,2449 -"107749",27112,18152,3,500,1314 -"107750",27112,18217,3,500,1566 -"107751",27112,18361,2,500,2968 -"107752",27112,18394,2,500,2356 -"107753",27112,18502,3,500,1033 -"107754",27112,18543,3,500,2968 -"107755",27112,19622,3,500,2371 -"107756",27112,19719,3,500,2177 -"107757",27112,19862,3,500,2412 -"107758",27112,19893,3,500,1223 -"107759",27112,20124,2,500,2376 -"107760",27112,20311,3,500,1981 -"107761",27112,21012,3,500,2325 -"107762",27112,21104,3,500,2327 -"107763",27112,21571,3,500,2755 -"107764",27112,21693,2,500,2176 -"107765",27112,22197,3,500,2271 -"107766",27112,22326,3,500,2818 -"107767",27112,22362,3,500,1836 -"107768",27112,22403,3,500,1630 -"107769",27112,22415,3,500,2841 -"107770",27112,22462,3,500,869 -"107771",27112,22566,3,500,2308 -"107772",27112,23006,3,500,1532 -"107773",27112,23403,3,500,607 -"107774",27112,23492,3,500,1067 -"107775",27112,23509,2,500,2275 -"107776",27112,23526,2,500,1998 -"107777",27112,23715,2,500,1859 -"107778",27112,23725,2,500,2378 -"107779",27112,24005,3,500,1188 -"107780",27112,24066,3,500,1755 -"107781",27112,24259,3,500,1281 -"107782",27112,24559,3,500,946 -"107783",27112,25027,3,500,564 -"107784",27112,25132,3,500,1188 -"107785",27112,25305,3,500,2447 -"107786",27112,25643,3,500,1646 -"107787",27112,25985,3,500,2071 -"107788",27112,26570,3,500,1669 -"107789",27112,26671,3,500,2279 -"107790",27112,26848,2,500,2363 -"107791",27112,26867,2,500,1804 -"107792",27112,27377,3,500,1724 -"107793",27112,27694,3,500,2030 -"107794",27112,27744,2,500,861 -"107795",27112,27849,3,500,1316 -"107796",27112,28383,3,500,1222 -"107797",27112,29073,3,500,2328 -"107798",27112,29962,3,500,2201 -"107799",27112,29987,3,500,956 -"107800",27112,30173,3,500,2404 -"107801",27112,30325,2,500,1067 -"107802",27112,30405,2,500,2164 -"107803",27112,31093,3,500,2160 -"107804",27112,31307,3,500,2139 -"107805",27112,31436,3,500,2892 -"107806",27112,32017,2,500,577 -"107807",27112,32131,2,500,1035 -"107808",27112,32173,3,500,2341 -"107809",27112,32811,3,500,804 -"107810",27112,32965,3,500,2071 -"107811",27112,33223,3,500,2397 -"107812",27112,33622,3,500,2230 -"107813",27112,33949,3,500,2489 -"107814",27112,34136,3,500,2202 -"107815",27112,34426,3,500,2743 -"107816",27112,34588,3,500,985 -"107817",27112,34836,3,500,2302 -"107818",27112,35402,2,500,2339 -"107819",27112,35673,3,500,1067 -"107820",27112,37800,2,500,604 -"107821",27112,38019,3,500,1870 -"107822",27112,38694,3,500,817 -"107823",27112,38921,3,500,1880 -"107824",27112,39294,3,500,1889 -"107825",27112,39444,3,500,2695 -"107826",27112,39865,2,500,849 -"107827",27112,40028,1,500,1349 -"107828",27112,40072,2,500,1182 -"107829",27112,40493,3,500,1981 -"107830",27112,40542,3,500,1664 -"107831",27112,40646,3,500,1583 -"107832",27112,40820,3,500,900 -"107833",27112,42687,3,500,1952 -"107834",27112,42837,3,500,1096 -"107835",27112,43169,3,500,594 -"107836",27112,43213,3,500,2160 -"107837",27112,43455,3,500,2846 -"107838",27112,43518,3,500,2680 -"107839",27112,43673,3,500,2787 -"107840",27112,44521,2,500,1593 -"107841",27112,44641,3,500,1981 -"107842",27112,44648,3,500,619 -"107843",27112,44819,3,500,2063 -"107844",27112,45684,3,500,2200 -"107845",27112,45729,3,500,2606 -"107846",27112,46182,3,500,1613 -"107847",27112,46196,3,500,1510 -"107848",27112,46629,2,500,2255 -"107849",27112,47435,3,500,878 -"107850",27112,47895,3,500,2328 -"107851",27112,48035,3,500,2180 -"107852",27112,48435,2,500,528 -"107853",27112,48698,3,500,1474 -"107854",27112,50118,3,500,2654 -"107855",27112,50134,3,500,2674 -"107856",27112,50236,2,500,2339 -"107857",27112,52136,3,500,1412 -"107858",27112,52345,2,500,1430 -"107859",27112,53303,2,500,1376 -"107860",27112,54551,3,500,2348 -"107861",27112,54929,3,500,2783 -"107862",27112,55468,3,500,2511 -"107863",27112,55892,3,500,1234 -"107864",27112,56082,2,500,2395 -"107865",27112,56232,3,500,1175 -"107866",27112,56237,2,500,2625 -"107867",27112,56317,3,500,2030 -"107868",27112,57150,3,500,1196 -"107869",27112,57246,3,500,1873 -"107870",27112,57414,3,500,922 -"107871",27112,59386,3,500,595 -"107872",27112,59539,3,500,2429 -"107873",27112,59939,1,500,936 -"107874",27112,61982,3,500,2725 -"107875",27112,64786,3,500,870 -"107876",27112,64947,3,500,2489 -"107877",27112,65242,3,500,1988 -"107878",27112,67763,2,500,822 -"107879",27112,67805,3,500,1338 -"107880",27112,68215,2,500,2727 -"107881",27112,70838,2,500,687 -"107882",27112,71217,3,500,2169 -"107883",27112,71971,3,500,1294 -"107884",27112,72188,2,500,856 -"107885",27112,72207,3,500,2430 -"107886",27112,72326,2,500,2384 -"107887",27112,72956,3,500,1251 -"107888",27112,73266,3,500,2496 -"107889",27112,75403,2,500,1895 -"107890",27112,76127,3,500,910 -"107891",27112,76284,3,500,1237 -"107892",27112,78256,3,500,804 -"107893",27112,79804,2,500,2227 -"107894",27112,80242,3,500,569 -"107895",27112,80784,3,500,1738 -"107896",27112,82776,3,500,1232 -"107897",27112,82949,3,500,2077 -"107898",27112,85329,3,500,738 -"107899",27112,85685,3,500,998 -"107900",27112,87048,2,500,989 -"107901",27112,89586,3,500,1401 -"107902",27112,91912,2,500,790 -"107903",27112,92104,3,500,2339 -"107904",27112,94889,3,500,667 -"107905",27112,98925,3,500,584 -"107906",27112,108867,3,500,2328 -"107907",27112,109663,2,500,545 -"107908",27112,109718,3,500,1237 -"107909",27112,111971,3,500,1032 -"107910",27112,112437,2,500,513 -"107911",27112,116835,3,500,553 -"107912",27112,117932,3,500,926 -"107913",27112,117956,2,500,2774 -"107914",27112,120549,2,500,708 -"107915",27116,1702,3,963,1984 -"107916",27116,11168,3,963,1223 -"107917",27116,12518,1,963,2747 -"107918",27116,15713,3,963,1646 -"107919",27116,27030,1,963,2031 -"107920",27116,36554,3,963,1649 -"107921",27116,40129,3,963,2162 -"107922",27116,47726,3,963,1272 -"107923",27116,51546,2,963,1369 -"107924",27130,4253,3,1880,1890 -"107925",27130,11218,3,1880,2292 -"107926",27130,12042,3,1880,2345 -"107927",27130,16352,3,1880,2657 -"107928",27130,26080,3,1880,2525 -"107929",27130,37758,3,1880,1998 -"107930",27130,41972,3,1880,2509 -"107931",27130,49110,3,1880,2938 -"107932",27135,669,3,798,1423 -"107933",27135,10859,3,798,2231 -"107934",27135,14272,2,798,1063 -"107935",27135,18244,3,798,1622 -"107936",27135,18366,2,798,2699 -"107937",27135,21795,3,798,2653 -"107938",27135,35888,3,798,2291 -"107939",27135,49560,3,798,1679 -"107940",27135,58180,2,798,1919 -"107941",27135,82829,1,798,2416 -"107942",27135,105795,3,798,1265 -"107943",27135,107435,3,798,1635 -"107944",27173,134,3,2050,2062 -"107945",27173,701,1,2050,2718 -"107946",27173,1102,3,2050,2282 -"107947",27173,1639,3,2050,2631 -"107948",27173,3305,3,2050,2839 -"107949",27173,5235,3,2050,2324 -"107950",27173,6044,3,2050,2744 -"107951",27173,6074,3,2050,2426 -"107952",27173,6104,3,2050,2462 -"107953",27173,6363,2,2050,2066 -"107954",27173,14669,3,2050,2080 -"107955",27173,15003,2,2050,2067 -"107956",27173,15756,3,2050,2362 -"107957",27173,16518,3,2050,2642 -"107958",27173,19248,3,2050,2357 -"107959",27173,19643,3,2050,2452 -"107960",27173,20423,3,2050,2654 -"107961",27173,21682,2,2050,2414 -"107962",27173,21929,3,2050,2062 -"107963",27173,25569,3,2050,2317 -"107964",27173,25985,3,2050,2071 -"107965",27173,26721,3,2050,2586 -"107966",27173,32457,3,2050,2690 -"107967",27173,32964,3,2050,2252 -"107968",27173,32965,3,2050,2071 -"107969",27173,33949,3,2050,2489 -"107970",27173,34426,3,2050,2743 -"107971",27173,37285,2,2050,2428 -"107972",27173,39535,3,2050,2428 -"107973",27173,41402,2,2050,2313 -"107974",27173,44819,2,2050,2063 -"107975",27173,45302,3,2050,2390 -"107976",27173,47098,3,2050,2057 -"107977",27173,48605,2,2050,2796 -"107978",27173,50785,3,2050,2877 -"107979",27173,51017,3,2050,2073 -"107980",27173,51035,3,2050,2397 -"107981",27173,51041,3,2050,2606 -"107982",27173,51866,3,2050,2411 -"107983",27173,55256,3,2050,2379 -"107984",27173,57842,3,2050,2482 -"107985",27173,59539,3,2050,2429 -"107986",27175,2424,3,1447,2582 -"107987",27175,2533,3,1447,2016 -"107988",27175,3305,3,1447,2839 -"107989",27175,4567,3,1447,2348 -"107990",27175,4701,3,1447,2401 -"107991",27175,6052,3,1447,1985 -"107992",27175,12618,3,1447,2021 -"107993",27175,12863,3,1447,2027 -"107994",27175,17852,3,1447,2840 -"107995",27175,19719,3,1447,2177 -"107996",27175,21122,3,1447,1701 -"107997",27175,21285,3,1447,2100 -"107998",27175,21693,3,1447,2176 -"107999",27175,22326,3,1447,2818 -"108000",27175,22331,3,1447,2687 -"108001",27175,22362,3,1447,1836 -"108002",27175,22714,3,1447,2793 -"108003",27175,25305,3,1447,2447 -"108004",27175,25577,3,1447,1946 -"108005",27175,26749,3,1447,2965 -"108006",27175,27275,3,1447,2656 -"108007",27175,27390,3,1447,2425 -"108008",27175,27694,3,1447,2030 -"108009",27175,29962,3,1447,2201 -"108010",27175,30052,3,1447,2855 -"108011",27175,35095,2,1447,1502 -"108012",27175,43385,3,1447,1623 -"108013",27175,48414,3,1447,1749 -"108014",27175,52058,2,1447,1836 -"108015",27175,52576,3,1447,2234 -"108016",27175,55438,3,1447,2863 -"108017",27175,55468,3,1447,2511 -"108018",27175,56317,2,1447,2030 -"108019",27175,57950,3,1447,1529 -"108020",27175,58133,3,1447,1484 -"108021",27175,58508,3,1447,2326 -"108022",27175,58684,3,1447,2295 -"108023",27175,66860,1,1447,1548 -"108024",27175,79322,3,1447,2770 -"108025",27175,81588,3,1447,1568 -"108026",27175,82949,3,1447,2077 -"108027",27195,362,3,2158,2537 -"108028",27195,854,3,2158,2307 -"108029",27195,997,3,2158,2788 -"108030",27195,1831,2,2158,2397 -"108031",27195,2484,3,2158,2389 -"108032",27195,2572,3,2158,2273 -"108033",27195,2936,3,2158,2512 -"108034",27195,3495,3,2158,2431 -"108035",27195,3966,3,2158,2425 -"108036",27195,5235,3,2158,2324 -"108037",27195,5315,3,2158,2631 -"108038",27195,6255,3,2158,2895 -"108039",27195,7029,1,2158,2204 -"108040",27195,9272,3,2158,2835 -"108041",27195,9723,2,2158,2302 -"108042",27195,10310,3,2158,2774 -"108043",27195,10358,3,2158,2294 -"108044",27195,11103,2,2158,2393 -"108045",27195,11239,1,2158,2181 -"108046",27195,13780,3,2158,2412 -"108047",27195,14972,3,2158,2332 -"108048",27195,15636,3,2158,2857 -"108049",27195,16352,3,2158,2657 -"108050",27195,18344,2,2158,2204 -"108051",27195,19215,3,2158,2604 -"108052",27195,19364,3,2158,2846 -"108053",27195,20331,3,2158,2365 -"108054",27195,21406,3,2158,2714 -"108055",27195,22580,3,2158,2245 -"108056",27195,22709,3,2158,2743 -"108057",27195,24256,2,2158,2393 -"108058",27195,25325,3,2158,2963 -"108059",27195,29930,1,2158,2240 -"108060",27195,30747,3,2158,2455 -"108061",27195,31705,3,2158,2706 -"108062",27195,33184,3,2158,2522 -"108063",27195,34735,3,2158,2767 -"108064",27195,34921,3,2158,2181 -"108065",27195,36559,3,2158,2473 -"108066",27195,36574,3,2158,2934 -"108067",27195,41770,3,2158,2752 -"108068",27195,41955,3,2158,2479 -"108069",27195,42574,2,2158,2842 -"108070",27195,43349,3,2158,2400 -"108071",27195,47947,3,2158,2681 -"108072",27195,48571,3,2158,2717 -"108073",27195,48605,3,2158,2796 -"108074",27195,53219,2,2158,2973 -"108075",27195,57549,3,2158,2335 -"108076",27195,67150,3,2158,2633 -"108077",27195,73305,3,2158,2544 -"108078",27195,73553,3,2158,2726 -"108079",27195,117956,3,2158,2774 -"108080",27205,3306,3,966,1989 -"108081",27205,5315,3,966,2631 -"108082",27205,5350,3,966,2522 -"108083",27205,5716,3,966,1058 -"108084",27205,5986,3,966,1721 -"108085",27205,6047,2,966,2004 -"108086",27205,6417,3,966,1675 -"108087",27205,9928,3,966,2345 -"108088",27205,10358,3,966,2294 -"108089",27205,13311,3,966,2315 -"108090",27205,14032,2,966,2144 -"108091",27205,15309,3,966,2820 -"108092",27205,15402,3,966,1281 -"108093",27205,16352,3,966,2657 -"108094",27205,18874,3,966,2170 -"108095",27205,23310,3,966,2371 -"108096",27205,29930,3,966,2240 -"108097",27205,32919,3,966,2321 -"108098",27205,34735,3,966,2767 -"108099",27205,35926,3,966,2371 -"108100",27205,41832,3,966,1155 -"108101",27205,41955,3,966,2479 -"108102",27205,60280,3,966,1918 -"108103",27205,62488,3,966,1418 -"108104",27205,75403,3,966,1895 -"108105",27224,508,3,354,801 -"108106",27224,854,3,354,2307 -"108107",27224,1175,3,354,1642 -"108108",27224,2484,3,354,2389 -"108109",27224,2609,3,354,834 -"108110",27224,3068,2,354,1815 -"108111",27224,3477,3,354,2546 -"108112",27224,3886,2,354,1669 -"108113",27224,5615,3,354,1105 -"108114",27224,6063,3,354,2349 -"108115",27224,9423,3,354,1708 -"108116",27224,10143,3,354,778 -"108117",27224,12081,3,354,2166 -"108118",27224,12729,3,354,1835 -"108119",27224,12735,3,354,819 -"108120",27224,12779,2,354,936 -"108121",27224,13158,3,354,2667 -"108122",27224,13899,3,354,2650 -"108123",27224,15106,3,354,2286 -"108124",27224,15215,2,354,798 -"108125",27224,15444,3,354,2764 -"108126",27224,17351,3,354,2036 -"108127",27224,17943,3,354,1943 -"108128",27224,18011,3,354,1636 -"108129",27224,18165,3,354,2085 -"108130",27224,18217,3,354,1566 -"108131",27224,18404,3,354,801 -"108132",27224,18670,3,354,1835 -"108133",27224,19069,2,354,988 -"108134",27224,19282,3,354,1623 -"108135",27224,19317,1,354,2041 -"108136",27224,20343,3,354,851 -"108137",27224,21275,3,354,2609 -"108138",27224,22025,2,354,1591 -"108139",27224,22057,1,354,974 -"108140",27224,22462,3,354,869 -"108141",27224,22682,3,354,2035 -"108142",27224,23572,3,354,772 -"108143",27224,24256,3,354,2393 -"108144",27224,24789,3,354,829 -"108145",27224,26873,3,354,419 -"108146",27224,28274,3,354,493 -"108147",27224,29512,3,354,1594 -"108148",27224,29884,1,354,1239 -"108149",27224,30236,3,354,2238 -"108150",27224,30798,3,354,1398 -"108151",27224,30850,3,354,1045 -"108152",27224,31705,3,354,2706 -"108153",27224,33223,3,354,2397 -"108154",27224,35045,3,354,1646 -"108155",27224,37301,3,354,2160 -"108156",27224,40329,3,354,412 -"108157",27224,40542,3,354,1664 -"108158",27224,41682,3,354,1988 -"108159",27224,42837,3,354,1096 -"108160",27224,43077,2,354,884 -"108161",27224,48823,3,354,2080 -"108162",27224,55084,3,354,1189 -"108163",27224,56026,3,354,908 -"108164",27224,56639,3,354,643 -"108165",27224,58164,2,354,2398 -"108166",27224,61242,2,354,1650 -"108167",27224,69122,2,354,416 -"108168",27224,77077,3,354,2693 -"108169",27224,80764,3,354,1808 -"108170",27224,82009,3,354,1020 -"108171",27224,82187,3,354,1055 -"108172",27224,83218,3,354,1537 -"108173",27224,88063,3,354,1045 -"108174",27224,95879,3,354,1748 -"108175",27224,101967,3,354,691 -"108176",27224,105207,3,354,451 -"108177",27224,108498,3,354,974 -"108178",27255,1150,3,1232,1595 -"108179",27255,1629,3,1232,1289 -"108180",27255,1702,3,1232,1984 -"108181",27255,2747,3,1232,2411 -"108182",27255,2979,3,1232,2912 -"108183",27255,3195,2,1232,2043 -"108184",27255,3456,3,1232,1999 -"108185",27255,3477,3,1232,2546 -"108186",27255,3830,3,1232,1661 -"108187",27255,4932,1,1232,2752 -"108188",27255,4983,2,1232,1909 -"108189",27255,5462,3,1232,2374 -"108190",27255,6063,3,1232,2349 -"108191",27255,6132,1,1232,1590 -"108192",27255,6602,3,1232,1631 -"108193",27255,7337,3,1232,1797 -"108194",27255,7937,2,1232,2044 -"108195",27255,8140,2,1232,1262 -"108196",27255,8726,3,1232,2083 -"108197",27255,8908,3,1232,1537 -"108198",27255,9801,2,1232,2443 -"108199",27255,10200,3,1232,2920 -"108200",27255,10474,3,1232,1608 -"108201",27255,10980,3,1232,1974 -"108202",27255,11424,3,1232,1631 -"108203",27255,11990,3,1232,1909 -"108204",27255,12078,3,1232,2381 -"108205",27255,13079,3,1232,2547 -"108206",27255,13879,3,1232,2748 -"108207",27255,14754,2,1232,2456 -"108208",27255,15607,3,1232,1421 -"108209",27255,15916,3,1232,1236 -"108210",27255,17645,3,1232,1918 -"108211",27255,18217,3,1232,1566 -"108212",27255,19934,3,1232,2888 -"108213",27255,21207,3,1232,1258 -"108214",27255,21684,3,1232,1971 -"108215",27255,23015,3,1232,1362 -"108216",27255,23787,3,1232,2810 -"108217",27255,24086,3,1232,2663 -"108218",27255,25832,2,1232,1689 -"108219",27255,26513,3,1232,2205 -"108220",27255,27320,3,1232,2378 -"108221",27255,27908,3,1232,2576 -"108222",27255,28296,3,1232,2944 -"108223",27255,28893,1,1232,2764 -"108224",27255,29495,3,1232,1612 -"108225",27255,31170,3,1232,1776 -"108226",27255,32339,1,1232,2430 -"108227",27255,33223,3,1232,2397 -"108228",27255,34735,3,1232,2767 -"108229",27255,34820,3,1232,1630 -"108230",27255,35620,3,1232,2092 -"108231",27255,35822,3,1232,1903 -"108232",27255,36506,3,1232,2638 -"108233",27255,38019,3,1232,1870 -"108234",27255,39443,2,1232,2277 -"108235",27255,39875,2,1232,2422 -"108236",27255,40542,3,1232,1664 -"108237",27255,41581,2,1232,1692 -"108238",27255,42619,2,1232,2017 -"108239",27255,43058,3,1232,1608 -"108240",27255,44564,3,1232,2034 -"108241",27255,44982,3,1232,1592 -"108242",27255,45461,2,1232,2458 -"108243",27255,47534,3,1232,2712 -"108244",27255,50335,3,1232,1893 -"108245",27255,50430,3,1232,1689 -"108246",27255,50581,3,1232,1258 -"108247",27255,50630,3,1232,2615 -"108248",27255,56569,3,1232,1993 -"108249",27255,57067,2,1232,2547 -"108250",27255,57765,3,1232,2893 -"108251",27255,60808,2,1232,1258 -"108252",27255,69788,3,1232,2007 -"108253",27255,74149,3,1232,1322 -"108254",27255,76235,3,1232,2777 -"108255",27255,88212,3,1232,2547 -"108256",27255,93320,2,1232,1258 -"108257",27255,114857,3,1232,1310 -"108258",27260,360,3,878,1671 -"108259",27260,1782,3,878,2796 -"108260",27260,5315,3,878,2631 -"108261",27260,5716,3,878,1058 -"108262",27260,6417,3,878,1675 -"108263",27260,11127,3,878,1196 -"108264",27260,11218,3,878,2292 -"108265",27260,13929,3,878,2693 -"108266",27260,16587,2,878,2065 -"108267",27260,18554,3,878,2065 -"108268",27260,18615,3,878,1025 -"108269",27260,24169,3,878,1663 -"108270",27260,26766,3,878,1161 -"108271",27260,27130,3,878,1880 -"108272",27260,29864,3,878,2479 -"108273",27260,29930,3,878,2240 -"108274",27260,30150,3,878,1704 -"108275",27260,31279,3,878,965 -"108276",27260,37758,1,878,1998 -"108277",27260,41955,3,878,2479 -"108278",27260,42486,3,878,1951 -"108279",27260,43135,1,878,1171 -"108280",27260,44068,1,878,1056 -"108281",27260,53134,2,878,1590 -"108282",27260,54929,3,878,2783 -"108283",27260,62488,3,878,1418 -"108284",27260,63328,3,878,922 -"108285",27260,77424,3,878,1489 -"108286",27260,93933,3,878,1336 -"108287",27260,100140,3,878,1041 -"108288",27261,1196,3,1368,1986 -"108289",27261,1691,3,1368,1941 -"108290",27261,3011,3,1368,2278 -"108291",27261,4701,3,1368,2401 -"108292",27261,5986,3,1368,1721 -"108293",27261,6162,2,1368,1673 -"108294",27261,7548,2,1368,1932 -"108295",27261,8274,3,1368,1909 -"108296",27261,8327,3,1368,2527 -"108297",27261,9311,3,1368,2477 -"108298",27261,9579,3,1368,2105 -"108299",27261,10358,3,1368,2294 -"108300",27261,10474,3,1368,1608 -"108301",27261,10843,2,1368,2277 -"108302",27261,11218,3,1368,2292 -"108303",27261,12042,3,1368,2345 -"108304",27261,14723,3,1368,2019 -"108305",27261,15626,3,1368,2434 -"108306",27261,17906,3,1368,1940 -"108307",27261,18571,3,1368,2128 -"108308",27261,19173,2,1368,1686 -"108309",27261,19453,3,1368,1928 -"108310",27261,20407,2,1368,2339 -"108311",27261,21448,3,1368,2332 -"108312",27261,22785,3,1368,1733 -"108313",27261,24169,3,1368,1663 -"108314",27261,24721,3,1368,2326 -"108315",27261,25480,3,1368,2747 -"108316",27261,26408,2,1368,1545 -"108317",27261,27297,3,1368,1382 -"108318",27261,30410,3,1368,1966 -"108319",27261,33356,2,1368,1586 -"108320",27261,33433,2,1368,2805 -"108321",27261,35888,3,1368,2291 -"108322",27261,36439,3,1368,2469 -"108323",27261,38755,2,1368,2902 -"108324",27261,39105,3,1368,2487 -"108325",27261,41682,3,1368,1988 -"108326",27261,44420,3,1368,2184 -"108327",27261,46091,3,1368,1938 -"108328",27261,46951,3,1368,2429 -"108329",27261,49581,3,1368,1817 -"108330",27261,49696,3,1368,2444 -"108331",27261,51089,3,1368,2426 -"108332",27261,51647,3,1368,1382 -"108333",27261,52327,3,1368,1472 -"108334",27261,53342,2,1368,2071 -"108335",27261,54879,2,1368,2210 -"108336",27261,55324,3,1368,1544 -"108337",27261,55643,3,1368,2359 -"108338",27261,58993,3,1368,2390 -"108339",27261,59113,3,1368,2434 -"108340",27261,62903,3,1368,1704 -"108341",27261,73197,3,1368,1998 -"108342",27261,74190,3,1368,1428 -"108343",27261,92513,3,1368,2282 -"108344",27261,102186,3,1368,2937 -"108345",27275,455,3,2656,2827 -"108346",27275,2954,3,2656,2727 -"108347",27275,3305,3,2656,2839 -"108348",27275,5258,3,2656,2730 -"108349",27275,7515,3,2656,2737 -"108350",27275,9362,3,2656,2879 -"108351",27275,16432,3,2656,2664 -"108352",27275,18543,3,2656,2968 -"108353",27275,22326,3,2656,2818 -"108354",27275,23132,3,2656,2756 -"108355",27275,26749,3,2656,2965 -"108356",27275,30052,3,2656,2855 -"108357",27275,31235,2,2656,2668 -"108358",27275,34480,3,2656,2755 -"108359",27275,36087,3,2656,2755 -"108360",27275,38780,3,2656,2705 -"108361",27275,42799,3,2656,2729 -"108362",27275,44427,3,2656,2875 -"108363",27275,47445,3,2656,2668 -"108364",27275,48605,3,2656,2796 -"108365",27275,53219,3,2656,2973 -"108366",27275,55438,3,2656,2863 -"108367",27275,61982,3,2656,2725 -"108368",27275,62841,3,2656,2710 -"108369",27275,65016,3,2656,2749 -"108370",27275,67652,2,2656,2736 -"108371",27275,79322,3,2656,2770 -"108372",27277,1090,3,1994,2370 -"108373",27277,10382,3,1994,2111 -"108374",27277,27397,3,1994,2456 -"108375",27277,41998,3,1994,2400 -"108376",27277,53779,3,1994,2000 -"108377",27277,94125,3,1994,2280 -"108378",27280,3271,3,1965,2216 -"108379",27280,4249,3,1965,2547 -"108380",27280,5897,3,1965,2337 -"108381",27280,6119,3,1965,2358 -"108382",27280,16286,3,1965,2470 -"108383",27280,18421,3,1965,2457 -"108384",27280,19934,3,1965,2888 -"108385",27280,21670,3,1965,2158 -"108386",27280,27391,1,1965,2378 -"108387",27280,30865,3,1965,2038 -"108388",27280,31235,3,1965,2668 -"108389",27280,32920,3,1965,2158 -"108390",27280,37752,2,1965,2223 -"108391",27280,40623,3,1965,2580 -"108392",27280,59039,3,1965,2870 -"108393",27280,61443,3,1965,2770 -"108394",27280,63654,3,1965,2310 -"108395",27280,65188,2,1965,2213 -"108396",27280,67815,3,1965,2476 -"108397",27280,88067,2,1965,2315 -"108398",27280,90745,3,1965,1994 -"108399",27280,107871,3,1965,2228 -"108400",27297,361,3,1382,1970 -"108401",27297,392,3,1382,1915 -"108402",27297,4350,3,1382,1392 -"108403",27297,6031,3,1382,1611 -"108404",27297,9579,3,1382,2105 -"108405",27297,11516,3,1382,1937 -"108406",27297,12729,3,1382,1835 -"108407",27297,16542,3,1382,2039 -"108408",27297,19173,3,1382,1686 -"108409",27297,20407,3,1382,2339 -"108410",27297,24753,3,1382,2860 -"108411",27297,24793,3,1382,1993 -"108412",27297,31705,3,1382,2706 -"108413",27297,44759,3,1382,2419 -"108414",27297,49581,3,1382,1817 -"108415",27297,51460,2,1382,1872 -"108416",27297,62852,2,1382,2067 -"108417",27297,76666,3,1382,1908 -"108418",27297,83907,1,1382,2056 -"108419",27312,341,2,2469,2689 -"108420",27312,455,3,2469,2827 -"108421",27312,841,1,2469,2964 -"108422",27312,3978,3,2469,2775 -"108423",27312,6989,3,2469,2623 -"108424",27312,11648,3,2469,2852 -"108425",27312,15567,3,2469,2671 -"108426",27312,24255,2,2469,2770 -"108427",27312,31331,3,2469,2964 -"108428",27312,47840,3,2469,2509 -"108429",27312,62112,3,2469,2944 -"108430",27312,64967,3,2469,2872 -"108431",27312,65016,3,2469,2749 -"108432",27320,680,3,2378,2569 -"108433",27320,3477,3,2378,2546 -"108434",27320,9504,3,2378,2549 -"108435",27320,10373,3,2378,2436 -"108436",27320,19433,3,2378,2504 -"108437",27320,19934,2,2378,2888 -"108438",27320,20941,2,2378,2725 -"108439",27320,26182,3,2378,2775 -"108440",27320,26642,3,2378,2952 -"108441",27320,27908,3,2378,2576 -"108442",27320,28893,2,2378,2764 -"108443",27320,32339,3,2378,2430 -"108444",27320,34216,3,2378,2832 -"108445",27320,36344,3,2378,2570 -"108446",27320,38691,3,2378,2585 -"108447",27320,41023,3,2378,2408 -"108448",27320,46982,3,2378,2806 -"108449",27320,47013,2,2378,2388 -"108450",27320,47968,3,2378,2829 -"108451",27320,51783,3,2378,2599 -"108452",27320,57765,3,2378,2893 -"108453",27320,59039,3,2378,2870 -"108454",27320,62712,3,2378,2884 -"108455",27323,160,3,943,2007 -"108456",27323,1092,3,943,1945 -"108457",27323,1641,3,943,1490 -"108458",27323,3395,3,943,1382 -"108459",27323,7616,3,943,2296 -"108460",27323,8238,3,943,2222 -"108461",27323,12632,3,943,1174 -"108462",27323,16539,3,943,1947 -"108463",27323,17632,3,943,1947 -"108464",27323,19208,3,943,2629 -"108465",27323,26083,3,943,2038 -"108466",27323,28626,3,943,2842 -"108467",27323,31581,3,943,2933 -"108468",27323,31890,3,943,1487 -"108469",27323,32047,3,943,1858 -"108470",27323,32419,2,943,1909 -"108471",27323,41664,3,943,2641 -"108472",27323,47564,3,943,2650 -"108473",27323,49334,3,943,2433 -"108474",27323,50001,3,943,1518 -"108475",27323,50254,3,943,1151 -"108476",27323,55076,3,943,2408 -"108477",27323,67748,3,943,1498 -"108478",27323,69250,3,943,1439 -"108479",27323,76646,3,943,1263 -"108480",27323,77611,3,943,1795 -"108481",27323,78270,2,943,1171 -"108482",27323,82893,2,943,1275 -"108483",27323,83053,3,943,1303 -"108484",27334,49110,3,2750,2938 -"108485",27339,360,3,486,1671 -"108486",27339,1782,3,486,2796 -"108487",27339,3583,2,486,818 -"108488",27339,8888,3,486,1328 -"108489",27339,10709,2,486,746 -"108490",27339,15005,3,486,1415 -"108491",27339,16587,2,486,2065 -"108492",27339,18554,3,486,2065 -"108493",27339,18615,3,486,1025 -"108494",27339,22050,2,486,966 -"108495",27339,26766,3,486,1161 -"108496",27339,27260,2,486,878 -"108497",27339,28190,3,486,1634 -"108498",27339,29864,3,486,2479 -"108499",27339,35610,2,486,594 -"108500",27339,37758,2,486,1998 -"108501",27339,37873,2,486,1288 -"108502",27339,41174,3,486,850 -"108503",27339,43135,1,486,1171 -"108504",27339,44068,2,486,1056 -"108505",27339,51810,3,486,1401 -"108506",27339,53134,3,486,1590 -"108507",27339,57691,3,486,1232 -"108508",27339,63078,2,486,602 -"108509",27339,63328,3,486,922 -"108510",27339,75948,3,486,1006 -"108511",27339,77424,3,486,1489 -"108512",27339,86331,3,486,850 -"108513",27339,93933,2,486,1336 -"108514",27339,101986,3,486,813 -"108515",27339,105117,3,486,809 -"108516",27339,109521,2,486,609 -"108517",27355,1124,3,870,1596 -"108518",27355,1822,3,870,2888 -"108519",27355,2979,3,870,2912 -"108520",27355,3477,3,870,2546 -"108521",27355,4623,1,870,1176 -"108522",27355,4701,3,870,2401 -"108523",27355,5239,3,870,2875 -"108524",27355,5864,3,870,1197 -"108525",27355,6044,3,870,2744 -"108526",27355,6063,3,870,2349 -"108527",27355,9114,3,870,961 -"108528",27355,9351,3,870,1460 -"108529",27355,11432,3,870,1593 -"108530",27355,11976,3,870,1727 -"108531",27355,12388,3,870,1975 -"108532",27355,12779,3,870,936 -"108533",27355,13248,3,870,1385 -"108534",27355,14353,2,870,2878 -"108535",27355,14482,3,870,1573 -"108536",27355,14564,2,870,1581 -"108537",27355,15444,3,870,2764 -"108538",27355,15808,3,870,1521 -"108539",27355,16053,3,870,908 -"108540",27355,16826,3,870,2599 -"108541",27355,17027,3,870,2772 -"108542",27355,17097,2,870,1505 -"108543",27355,17852,3,870,2840 -"108544",27355,18217,3,870,1566 -"108545",27355,20067,3,870,2390 -"108546",27355,20311,3,870,1981 -"108547",27355,21754,3,870,1881 -"108548",27355,22403,1,870,1630 -"108549",27355,23509,3,870,2275 -"108550",27355,24512,3,870,1369 -"108551",27355,25508,3,870,2081 -"108552",27355,26451,3,870,2133 -"108553",27355,27849,3,870,1316 -"108554",27355,30325,3,870,1067 -"108555",27355,30883,3,870,1629 -"108556",27355,31691,3,870,1657 -"108557",27355,33223,3,870,2397 -"108558",27355,34158,1,870,2639 -"108559",27355,34954,3,870,1184 -"108560",27355,35361,2,870,2389 -"108561",27355,38219,3,870,1689 -"108562",27355,38457,3,870,1630 -"108563",27355,39516,2,870,2393 -"108564",27355,40487,3,870,2512 -"108565",27355,40542,3,870,1664 -"108566",27355,40646,3,870,1583 -"108567",27355,40893,3,870,1116 -"108568",27355,41108,3,870,1624 -"108569",27355,41972,3,870,2509 -"108570",27355,42935,3,870,2400 -"108571",27355,43479,3,870,2178 -"108572",27355,44161,3,870,1156 -"108573",27355,44414,3,870,1329 -"108574",27355,47895,3,870,2328 -"108575",27355,49414,2,870,1667 -"108576",27355,51157,3,870,2319 -"108577",27355,51319,2,870,2488 -"108578",27355,52261,3,870,2162 -"108579",27355,52471,3,870,2483 -"108580",27355,57150,2,870,1196 -"108581",27355,57760,2,870,1721 -"108582",27355,62148,3,870,1566 -"108583",27355,65322,3,870,2008 -"108584",27355,65522,3,870,1572 -"108585",27355,67957,3,870,2823 -"108586",27355,68960,3,870,1312 -"108587",27355,70232,3,870,2401 -"108588",27355,72207,3,870,2430 -"108589",27355,85716,2,870,1609 -"108590",27355,117956,3,870,2774 -"108591",27363,33356,3,1508,1586 -"108592",27363,38755,3,1508,2902 -"108593",27365,750,2,231,1327 -"108594",27365,10871,3,231,2314 -"108595",27365,19818,3,231,675 -"108596",27365,26031,2,231,1397 -"108597",27365,29456,3,231,1182 -"108598",27365,31124,3,231,2351 -"108599",27365,32899,3,231,1369 -"108600",27365,54100,1,231,1327 -"108601",27377,470,3,1724,2285 -"108602",27377,913,3,1724,2144 -"108603",27377,2111,3,1724,1904 -"108604",27377,4084,3,1724,2133 -"108605",27377,5971,3,1724,1985 -"108606",27377,6588,3,1724,2025 -"108607",27377,7847,3,1724,2424 -"108608",27377,10370,1,1724,2224 -"108609",27377,10433,3,1724,2075 -"108610",27377,10857,3,1724,2253 -"108611",27377,12518,3,1724,2747 -"108612",27377,17400,3,1724,2231 -"108613",27377,18394,3,1724,2356 -"108614",27377,19093,2,1724,2224 -"108615",27377,23725,3,1724,2378 -"108616",27377,23918,2,1724,1881 -"108617",27377,24568,3,1724,1937 -"108618",27377,27030,3,1724,2031 -"108619",27377,30405,3,1724,2164 -"108620",27377,43213,3,1724,2160 -"108621",27377,43902,3,1724,1726 -"108622",27377,45684,3,1724,2200 -"108623",27377,46629,3,1724,2255 -"108624",27377,50236,3,1724,2339 -"108625",27377,54551,3,1724,2348 -"108626",27377,56082,3,1724,2395 -"108627",27377,63409,3,1724,1937 -"108628",27377,64181,2,1724,1828 -"108629",27377,64997,3,1724,2791 -"108630",27377,66413,3,1724,2507 -"108631",27377,105063,3,1724,1908 -"108632",27379,8842,3,2461,2535 -"108633",27379,17549,3,2461,2647 -"108634",27379,17812,3,2461,2705 -"108635",27379,19208,3,2461,2629 -"108636",27379,38307,3,2461,2648 -"108637",27379,41945,3,2461,2856 -"108638",27379,44688,2,2461,2924 -"108639",27379,50480,3,2461,2701 -"108640",27379,70433,3,2461,2639 -"108641",27390,455,3,2425,2827 -"108642",27390,489,3,2425,2652 -"108643",27390,680,3,2425,2569 -"108644",27390,2424,3,2425,2582 -"108645",27390,2852,3,2425,2448 -"108646",27390,2954,3,2425,2727 -"108647",27390,3493,3,2425,2451 -"108648",27390,3978,3,2425,2775 -"108649",27390,4361,3,2425,2571 -"108650",27390,4932,3,2425,2752 -"108651",27390,6989,2,2425,2623 -"108652",27390,7515,3,2425,2737 -"108653",27390,7785,3,2425,2441 -"108654",27390,8327,3,2425,2527 -"108655",27390,9362,3,2425,2879 -"108656",27390,9785,3,2425,2951 -"108657",27390,11648,3,2425,2852 -"108658",27390,12528,2,2425,2589 -"108659",27390,12948,3,2425,2669 -"108660",27390,14652,3,2425,2516 -"108661",27390,15826,3,2425,2772 -"108662",27390,16286,3,2425,2470 -"108663",27390,18543,3,2425,2968 -"108664",27390,19208,3,2425,2629 -"108665",27390,19433,3,2425,2504 -"108666",27390,21463,3,2425,2437 -"108667",27390,22326,3,2425,2818 -"108668",27390,23132,3,2425,2756 -"108669",27390,24069,3,2425,2697 -"108670",27390,24096,3,2425,2612 -"108671",27390,25305,2,2425,2447 -"108672",27390,25373,3,2425,2783 -"108673",27390,26749,3,2425,2965 -"108674",27390,27275,1,2425,2656 -"108675",27390,30052,3,2425,2855 -"108676",27390,31235,2,2425,2668 -"108677",27390,36953,3,2425,2790 -"108678",27390,38780,3,2425,2705 -"108679",27390,39105,3,2425,2487 -"108680",27390,40383,3,2425,2639 -"108681",27390,42799,3,2425,2729 -"108682",27390,43961,3,2425,2443 -"108683",27390,45729,2,2425,2606 -"108684",27390,45869,3,2425,2840 -"108685",27390,47445,3,2425,2668 -"108686",27390,50480,3,2425,2701 -"108687",27390,53219,3,2425,2973 -"108688",27390,55438,3,2425,2863 -"108689",27390,55468,3,2425,2511 -"108690",27390,57544,3,2425,2443 -"108691",27390,65016,3,2425,2749 -"108692",27390,66413,3,2425,2507 -"108693",27390,67652,2,2425,2736 -"108694",27390,73305,3,2425,2544 -"108695",27390,77052,3,2425,2770 -"108696",27390,79322,2,2425,2770 -"108697",27390,91579,3,2425,2510 -"108698",27391,6390,3,2378,2385 -"108699",27391,11135,3,2378,2441 -"108700",27391,14754,3,2378,2456 -"108701",27391,19934,3,2378,2888 -"108702",27391,23132,3,2378,2756 -"108703",27391,31235,2,2378,2668 -"108704",27391,43961,3,2378,2443 -"108705",27391,47445,3,2378,2668 -"108706",27391,47968,3,2378,2829 -"108707",27391,57544,3,2378,2443 -"108708",27391,62219,3,2378,2494 -"108709",27397,613,3,2456,2687 -"108710",27399,6603,3,1866,2185 -"108711",27399,39987,2,1866,2096 -"108712",27427,766,3,2325,2690 -"108713",27427,1315,2,2325,2760 -"108714",27427,1639,3,2325,2631 -"108715",27427,23312,2,2325,2449 -"108716",27427,44654,3,2325,2916 -"108717",27427,44676,3,2325,2629 -"108718",27458,2282,3,647,2056 -"108719",27458,2927,3,647,1789 -"108720",27458,6345,3,647,2713 -"108721",27458,8607,3,647,1685 -"108722",27458,9538,3,647,1786 -"108723",27458,9724,3,647,2713 -"108724",27458,10701,2,647,2000 -"108725",27458,13595,3,647,1164 -"108726",27458,14212,3,647,857 -"108727",27458,14957,3,647,2306 -"108728",27458,15782,3,647,2306 -"108729",27458,16963,3,647,1999 -"108730",27458,17499,3,647,2954 -"108731",27458,17531,2,647,876 -"108732",27458,17695,2,647,1930 -"108733",27458,19296,3,647,1705 -"108734",27458,19366,2,647,2279 -"108735",27458,22357,3,647,1397 -"108736",27458,23550,3,647,2939 -"108737",27458,26597,2,647,2070 -"108738",27458,28648,3,647,1586 -"108739",27458,32169,2,647,2504 -"108740",27458,36840,3,647,2269 -"108741",27458,37684,3,647,2899 -"108742",27458,42382,3,647,2224 -"108743",27458,42390,3,647,2937 -"108744",27458,43701,3,647,2400 -"108745",27458,46616,3,647,1917 -"108746",27458,50468,3,647,1659 -"108747",27458,53584,3,647,2391 -"108748",27458,71999,3,647,2685 -"108749",27458,84235,3,647,1639 -"108750",27458,88984,3,647,935 -"108751",27478,1151,3,2485,2885 -"108752",27478,1616,3,2485,2662 -"108753",27478,7323,3,2485,2858 -"108754",27478,7394,2,2485,2615 -"108755",27478,10130,3,2485,2741 -"108756",27478,17826,3,2485,2920 -"108757",27478,19027,3,2485,2721 -"108758",27478,19606,3,2485,2783 -"108759",27478,20700,3,2485,2861 -"108760",27478,21193,3,2485,2490 -"108761",27478,31799,2,2485,2547 -"108762",27478,33433,3,2485,2805 -"108763",27478,38755,3,2485,2902 -"108764",27478,39444,3,2485,2695 -"108765",27478,51410,3,2485,2739 -"108766",27478,52570,3,2485,2645 -"108767",27478,57977,2,2485,2683 -"108768",27478,65029,3,2485,2954 -"108769",27478,72334,3,2485,2820 -"108770",27480,160,3,582,2007 -"108771",27480,1036,3,582,1367 -"108772",27480,1124,3,582,1596 -"108773",27480,1355,2,582,2473 -"108774",27480,1641,3,582,1490 -"108775",27480,2864,3,582,1543 -"108776",27480,2894,3,582,1291 -"108777",27480,3164,3,582,2693 -"108778",27480,3520,3,582,2281 -"108779",27480,3753,3,582,1255 -"108780",27480,5429,3,582,1991 -"108781",27480,5785,3,582,1261 -"108782",27480,5865,3,582,1910 -"108783",27480,6222,3,582,1949 -"108784",27480,7013,3,582,2040 -"108785",27480,7185,3,582,1046 -"108786",27480,7406,3,582,1906 -"108787",27480,7555,3,582,1943 -"108788",27480,7616,2,582,2296 -"108789",27480,9871,2,582,921 -"108790",27480,11055,3,582,2111 -"108791",27480,12122,3,582,1385 -"108792",27480,12712,2,582,815 -"108793",27480,13324,3,582,2163 -"108794",27480,14959,3,582,2898 -"108795",27480,15122,3,582,1201 -"108796",27480,15207,3,582,1855 -"108797",27480,15632,3,582,1242 -"108798",27480,16539,3,582,1947 -"108799",27480,17502,3,582,869 -"108800",27480,17520,3,582,2276 -"108801",27480,17716,3,582,915 -"108802",27480,18211,3,582,1745 -"108803",27480,19208,3,582,2629 -"108804",27480,19771,3,582,2410 -"108805",27480,20292,3,582,2755 -"108806",27480,20517,3,582,1465 -"108807",27480,22808,3,582,2297 -"108808",27480,23460,3,582,2183 -"108809",27480,25490,3,582,639 -"108810",27480,26582,3,582,2772 -"108811",27480,27860,3,582,1588 -"108812",27480,30883,3,582,1629 -"108813",27480,32131,3,582,1035 -"108814",27480,32173,3,582,2341 -"108815",27480,33655,3,582,773 -"108816",27480,38921,3,582,1880 -"108817",27480,39188,3,582,1948 -"108818",27480,41664,3,582,2641 -"108819",27480,42515,3,582,2752 -"108820",27480,47386,3,582,2226 -"108821",27480,47564,3,582,2650 -"108822",27480,47625,3,582,2562 -"108823",27480,49334,2,582,2433 -"108824",27480,50487,3,582,744 -"108825",27480,54522,3,582,699 -"108826",27480,54695,3,582,2429 -"108827",27480,55076,2,582,2408 -"108828",27480,65434,3,582,2866 -"108829",27480,69250,3,582,1439 -"108830",27480,76646,3,582,1263 -"108831",27480,77611,3,582,1795 -"108832",27480,82187,3,582,1055 -"108833",27480,82893,2,582,1275 -"108834",27480,85356,3,582,1492 -"108835",27480,94444,3,582,1554 -"108836",27484,5315,2,1634,2631 -"108837",27484,8367,1,1634,1927 -"108838",27484,16954,3,1634,2972 -"108839",27484,17381,3,1634,1697 -"108840",27484,21734,3,1634,2528 -"108841",27484,23751,3,1634,1740 -"108842",27484,30827,3,1634,2323 -"108843",27484,33010,3,1634,2189 -"108844",27484,33949,3,1634,2489 -"108845",27484,50977,3,1634,2352 -"108846",27501,206,2,1981,1986 -"108847",27501,307,3,1981,2530 -"108848",27501,312,3,1981,2038 -"108849",27501,2684,1,1981,2874 -"108850",27501,3305,3,1981,2839 -"108851",27501,3460,3,1981,2530 -"108852",27501,5350,3,1981,2522 -"108853",27501,5429,2,1981,1991 -"108854",27501,7013,3,1981,2040 -"108855",27501,9893,3,1981,2701 -"108856",27501,10513,3,1981,2284 -"108857",27501,10871,3,1981,2314 -"108858",27501,11055,1,1981,2111 -"108859",27501,11351,3,1981,2971 -"108860",27501,11620,1,1981,2010 -"108861",27501,12042,3,1981,2345 -"108862",27501,12778,3,1981,2045 -"108863",27501,16542,3,1981,2039 -"108864",27501,19027,3,1981,2721 -"108865",27501,19248,3,1981,2357 -"108866",27501,19516,3,1981,2313 -"108867",27501,20067,3,1981,2390 -"108868",27501,21706,2,1981,1988 -"108869",27501,24753,2,1981,2860 -"108870",27501,24793,3,1981,1993 -"108871",27501,26451,3,1981,2133 -"108872",27501,27694,3,1981,2030 -"108873",27501,33801,3,1981,2899 -"108874",27501,41664,3,1981,2641 -"108875",27501,45608,2,1981,2420 -"108876",27501,47772,3,1981,2293 -"108877",27501,51410,3,1981,2739 -"108878",27501,53475,3,1981,2853 -"108879",27501,54695,2,1981,2429 -"108880",27501,58427,3,1981,2234 -"108881",27501,58508,3,1981,2326 -"108882",27501,66224,3,1981,2728 -"108883",27509,1745,3,2067,2693 -"108884",27509,6697,3,2067,2438 -"108885",27509,13842,2,2067,2250 -"108886",27509,32775,2,2067,2135 -"108887",27509,33537,3,2067,2406 -"108888",27509,35477,3,2067,2703 -"108889",27509,53219,3,2067,2973 -"108890",27509,66693,2,2067,2554 -"108891",27509,73172,1,2067,2496 -"108892",27512,1455,3,947,1262 -"108893",27512,2272,2,947,1640 -"108894",27512,2443,1,947,2333 -"108895",27512,6562,3,947,1139 -"108896",27512,8724,3,947,1326 -"108897",27512,9538,3,947,1786 -"108898",27512,9910,3,947,2526 -"108899",27512,12116,3,947,2119 -"108900",27512,14061,3,947,1620 -"108901",27512,14470,3,947,2632 -"108902",27512,20695,3,947,2526 -"108903",27512,22410,2,947,2158 -"108904",27512,23498,3,947,2398 -"108905",27512,23560,3,947,2051 -"108906",27512,30697,3,947,2891 -"108907",27512,31264,2,947,2335 -"108908",27512,32070,3,947,950 -"108909",27512,41098,2,947,1857 -"108910",27512,42407,3,947,2408 -"108911",27512,45499,3,947,2346 -"108912",27512,48501,3,947,2010 -"108913",27512,49403,3,947,2427 -"108914",27512,51863,3,947,1395 -"108915",27512,55730,3,947,1217 -"108916",27512,56168,3,947,1466 -"108917",27512,61398,3,947,2563 -"108918",27512,61921,3,947,1793 -"108919",27512,62848,3,947,1230 -"108920",27512,68286,3,947,2442 -"108921",27512,83334,3,947,1708 -"108922",27512,101381,3,947,977 -"108923",27543,134,3,666,2062 -"108924",27543,1092,3,666,1945 -"108925",27543,1639,3,666,2631 -"108926",27543,2684,3,666,2874 -"108927",27543,3753,3,666,1255 -"108928",27543,5239,3,666,2875 -"108929",27543,7013,3,666,2040 -"108930",27543,10343,3,666,1072 -"108931",27543,10939,1,666,1376 -"108932",27543,12356,2,666,2757 -"108933",27543,12982,3,666,2143 -"108934",27543,13479,3,666,2155 -"108935",27543,13535,3,666,1491 -"108936",27543,14325,2,666,1976 -"108937",27543,14652,2,666,2516 -"108938",27543,14959,3,666,2898 -"108939",27543,15500,3,666,1658 -"108940",27543,15696,1,666,837 -"108941",27543,15716,3,666,1991 -"108942",27543,16954,3,666,2972 -"108943",27543,18563,2,666,2715 -"108944",27543,20545,3,666,1491 -"108945",27543,20659,2,666,1969 -"108946",27543,21225,1,666,1945 -"108947",27543,24362,3,666,1287 -"108948",27543,25595,3,666,768 -"108949",27543,26031,2,666,1397 -"108950",27543,26106,3,666,2015 -"108951",27543,26218,3,666,2460 -"108952",27543,26793,2,666,2104 -"108953",27543,32601,3,666,1033 -"108954",27543,36031,3,666,2342 -"108955",27543,36609,3,666,2918 -"108956",27543,37400,3,666,2860 -"108957",27543,38694,2,666,817 -"108958",27543,39657,3,666,1947 -"108959",27543,40028,3,666,1349 -"108960",27543,40931,2,666,2301 -"108961",27543,42574,3,666,2842 -"108962",27543,43153,2,666,1381 -"108963",27543,44420,3,666,2184 -"108964",27543,44684,3,666,1220 -"108965",27543,45618,3,666,2356 -"108966",27543,45650,3,666,1528 -"108967",27543,50272,2,666,842 -"108968",27543,53645,1,666,789 -"108969",27543,54100,3,666,1327 -"108970",27543,56082,3,666,2395 -"108971",27543,56893,2,666,2597 -"108972",27543,57565,3,666,1577 -"108973",27543,58971,3,666,2280 -"108974",27543,60862,3,666,1215 -"108975",27543,65316,3,666,1020 -"108976",27543,77550,3,666,1548 -"108977",27543,86664,3,666,1146 -"108978",27543,88710,3,666,927 -"108979",27543,89668,3,666,1279 -"108980",27543,89681,3,666,1978 -"108981",27543,91518,3,666,842 -"108982",27543,95011,2,666,1986 -"108983",27543,96678,3,666,1183 -"108984",27543,99215,3,666,2791 -"108985",27545,21,3,855,1385 -"108986",27545,841,3,855,2964 -"108987",27545,1349,3,855,1147 -"108988",27545,1629,3,855,1289 -"108989",27545,1846,3,855,1845 -"108990",27545,2206,1,855,2536 -"108991",27545,2852,3,855,2448 -"108992",27545,2936,3,855,2512 -"108993",27545,2985,3,855,2398 -"108994",27545,3127,3,855,2273 -"108995",27545,3271,3,855,2216 -"108996",27545,3477,3,855,2546 -"108997",27545,4567,3,855,2348 -"108998",27545,4660,3,855,2149 -"108999",27545,4665,3,855,1569 -"109000",27545,4916,3,855,1970 -"109001",27545,5792,3,855,975 -"109002",27545,5897,3,855,2337 -"109003",27545,6877,2,855,867 -"109004",27545,7337,2,855,1797 -"109005",27545,7861,3,855,1647 -"109006",27545,8062,3,855,2858 -"109007",27545,8395,3,855,896 -"109008",27545,8568,3,855,2706 -"109009",27545,9060,3,855,1612 -"109010",27545,9227,3,855,1267 -"109011",27545,9272,3,855,2835 -"109012",27545,9481,3,855,1610 -"109013",27545,9503,3,855,2453 -"109014",27545,9504,3,855,2549 -"109015",27545,9785,3,855,2951 -"109016",27545,9787,3,855,2858 -"109017",27545,10239,3,855,2032 -"109018",27545,10980,3,855,1974 -"109019",27545,11648,3,855,2852 -"109020",27545,12067,3,855,1213 -"109021",27545,12361,3,855,2732 -"109022",27545,13720,3,855,1558 -"109023",27545,13879,2,855,2748 -"109024",27545,14043,3,855,2084 -"109025",27545,14287,3,855,1583 -"109026",27545,15567,3,855,2671 -"109027",27545,16021,3,855,858 -"109028",27545,16286,3,855,2470 -"109029",27545,16501,3,855,1650 -"109030",27545,16881,3,855,925 -"109031",27545,18978,3,855,952 -"109032",27545,19501,2,855,1186 -"109033",27545,19655,2,855,2706 -"109034",27545,19686,3,855,2467 -"109035",27545,21207,3,855,1258 -"109036",27545,21240,3,855,1162 -"109037",27545,21487,3,855,2203 -"109038",27545,22543,3,855,1594 -"109039",27545,22578,3,855,2216 -"109040",27545,22586,3,855,1341 -"109041",27545,23131,3,855,1732 -"109042",27545,25163,3,855,1751 -"109043",27545,26227,3,855,2265 -"109044",27545,27742,3,855,2700 -"109045",27545,28893,3,855,2764 -"109046",27545,29286,3,855,1612 -"109047",27545,30306,2,855,1606 -"109048",27545,30525,3,855,1964 -"109049",27545,30744,3,855,1398 -"109050",27545,31109,3,855,1845 -"109051",27545,31868,3,855,1993 -"109052",27545,32470,3,855,1539 -"109053",27545,32818,3,855,2485 -"109054",27545,33681,3,855,1059 -"109055",27545,33870,3,855,955 -"109056",27545,34892,3,855,2309 -"109057",27545,35446,3,855,1203 -"109058",27545,35573,3,855,2084 -"109059",27545,35728,3,855,2017 -"109060",27545,36912,2,855,2469 -"109061",27545,39589,3,855,1292 -"109062",27545,40572,3,855,2666 -"109063",27545,41023,3,855,2408 -"109064",27545,41051,3,855,2767 -"109065",27545,41581,3,855,1692 -"109066",27545,41633,3,855,1976 -"109067",27545,42256,3,855,2839 -"109068",27545,43226,3,855,2442 -"109069",27545,46486,3,855,1868 -"109070",27545,47654,3,855,1664 -"109071",27545,47810,3,855,957 -"109072",27545,48015,3,855,1355 -"109073",27545,48110,3,855,2009 -"109074",27545,50581,3,855,1258 -"109075",27545,50903,3,855,931 -"109076",27545,51151,3,855,1195 -"109077",27545,53739,3,855,2704 -"109078",27545,56094,3,855,2343 -"109079",27545,57765,3,855,2893 -"109080",27545,58508,3,855,2326 -"109081",27545,58759,3,855,942 -"109082",27545,60808,3,855,1258 -"109083",27545,61125,3,855,1673 -"109084",27545,62066,1,855,2281 -"109085",27545,63077,2,855,2778 -"109086",27545,63644,3,855,1267 -"109087",27545,69250,3,855,1439 -"109088",27545,69335,3,855,2698 -"109089",27545,71467,3,855,1051 -"109090",27545,73582,3,855,2075 -"109091",27545,74055,3,855,1544 -"109092",27545,74370,2,855,1667 -"109093",27545,74687,3,855,930 -"109094",27545,76391,3,855,1536 -"109095",27545,80301,3,855,1690 -"109096",27545,81545,3,855,2077 -"109097",27545,84271,2,855,1556 -"109098",27545,90299,2,855,1606 -"109099",27545,90709,3,855,1080 -"109100",27545,91849,3,855,1166 -"109101",27545,99332,3,855,873 -"109102",27545,101367,3,855,974 -"109103",27545,103890,3,855,958 -"109104",27545,114857,3,855,1310 -"109105",27545,120585,3,855,961 -"109106",27557,25325,3,2911,2963 -"109107",27570,1057,3,1559,2759 -"109108",27570,10701,2,1559,2000 -"109109",27570,14612,2,1559,2340 -"109110",27570,14957,3,1559,2306 -"109111",27570,16347,3,1559,1868 -"109112",27570,16869,3,1559,1985 -"109113",27570,17672,2,1559,1987 -"109114",27570,17695,3,1559,1930 -"109115",27570,20541,3,1559,2617 -"109116",27570,21571,3,1559,2755 -"109117",27570,22566,3,1559,2308 -"109118",27570,32169,3,1559,2504 -"109119",27570,43701,3,1559,2400 -"109120",27570,50468,2,1559,1659 -"109121",27570,64641,3,1559,2617 -"109122",27570,78002,3,1559,2271 -"109123",27628,267,3,2389,2631 -"109124",27628,1136,2,2389,2536 -"109125",27628,4618,3,2389,2607 -"109126",27628,6491,1,2389,2424 -"109127",27628,7847,2,2389,2424 -"109128",27628,9362,3,2389,2879 -"109129",27628,27753,3,2389,2750 -"109130",27628,31235,3,2389,2668 -"109131",27628,40369,2,2389,2735 -"109132",27628,43173,3,2389,2895 -"109133",27628,43518,3,2389,2680 -"109134",27628,44403,3,2389,2429 -"109135",27628,51410,3,2389,2739 -"109136",27628,57544,2,2389,2443 -"109137",27628,60661,3,2389,2700 -"109138",27628,64997,2,2389,2791 -"109139",27628,66413,3,2389,2507 -"109140",27642,145,3,1531,1998 -"109141",27642,160,2,1531,2007 -"109142",27642,316,3,1531,2413 -"109143",27642,341,3,1531,2689 -"109144",27642,3978,3,1531,2775 -"109145",27642,4289,3,1531,1921 -"109146",27642,4705,3,1531,1714 -"109147",27642,4929,3,1531,2240 -"109148",27642,5392,3,1531,1648 -"109149",27642,6047,3,1531,2004 -"109150",27642,6104,3,1531,2462 -"109151",27642,6417,3,1531,1675 -"109152",27642,6449,3,1531,1997 -"109153",27642,6821,3,1531,1788 -"109154",27642,7241,3,1531,2259 -"109155",27642,7847,3,1531,2424 -"109156",27642,8238,3,1531,2222 -"109157",27642,8568,3,1531,2706 -"109158",27642,8842,3,1531,2535 -"109159",27642,9331,2,1531,2269 -"109160",27642,9423,2,1531,1708 -"109161",27642,10129,3,1531,2124 -"109162",27642,10717,3,1531,1938 -"109163",27642,12081,3,1531,2166 -"109164",27642,12388,3,1531,1975 -"109165",27642,12692,3,1531,1855 -"109166",27642,12729,3,1531,1835 -"109167",27642,13388,3,1531,2119 -"109168",27642,13780,3,1531,2412 -"109169",27642,14032,3,1531,2144 -"109170",27642,14325,3,1531,1976 -"109171",27642,14918,2,1531,2071 -"109172",27642,15444,3,1531,2764 -"109173",27642,15713,3,1531,1646 -"109174",27642,15734,3,1531,1616 -"109175",27642,16286,3,1531,2470 -"109176",27642,16826,3,1531,2599 -"109177",27642,17351,1,1531,2036 -"109178",27642,17549,2,1531,2647 -"109179",27642,17632,1,1531,1947 -"109180",27642,18103,3,1531,1968 -"109181",27642,18165,3,1531,2085 -"109182",27642,18670,3,1531,1835 -"109183",27642,19208,3,1531,2629 -"109184",27642,19605,3,1531,2395 -"109185",27642,20331,3,1531,2365 -"109186",27642,20419,2,1531,1587 -"109187",27642,21079,3,1531,1997 -"109188",27642,21138,3,1531,2849 -"109189",27642,21681,3,1531,2005 -"109190",27642,21734,3,1531,2528 -"109191",27642,24392,3,1531,2719 -"109192",27642,24558,3,1531,2139 -"109193",27642,25078,3,1531,2312 -"109194",27642,26595,3,1531,1566 -"109195",27642,27379,3,1531,2461 -"109196",27642,30092,3,1531,1593 -"109197",27642,30827,3,1531,2323 -"109198",27642,31117,3,1531,2210 -"109199",27642,32775,3,1531,2135 -"109200",27642,34120,2,1531,2786 -"109201",27642,34659,3,1531,1924 -"109202",27642,35529,3,1531,1620 -"109203",27642,37929,3,1531,2393 -"109204",27642,38227,3,1531,2511 -"109205",27642,38307,3,1531,2648 -"109206",27642,41633,3,1531,1976 -"109207",27642,41682,3,1531,1988 -"109208",27642,41900,2,1531,1970 -"109209",27642,41945,2,1531,2856 -"109210",27642,43455,3,1531,2846 -"109211",27642,44235,3,1531,2700 -"109212",27642,44688,2,1531,2924 -"109213",27642,46042,2,1531,1692 -"109214",27642,46446,3,1531,2295 -"109215",27642,47564,3,1531,2650 -"109216",27642,49787,3,1531,2352 -"109217",27642,49812,3,1531,1816 -"109218",27642,50480,3,1531,2701 -"109219",27642,51879,3,1531,1771 -"109220",27642,54020,3,1531,1578 -"109221",27642,63573,2,1531,1973 -"109222",27642,64699,3,1531,2797 -"109223",27642,65679,3,1531,1578 -"109224",27642,70573,3,1531,1993 -"109225",27642,77611,3,1531,1795 -"109226",27642,77815,3,1531,2358 -"109227",27642,82929,3,1531,2475 -"109228",27642,82932,3,1531,2245 -"109229",27658,20894,3,186,2214 -"109230",27658,37120,2,186,2622 -"109231",27686,3403,3,2844,2951 -"109232",27686,8062,3,2844,2858 -"109233",27686,13136,3,2844,2867 -"109234",27686,22723,3,2844,2859 -"109235",27686,36278,2,2844,2952 -"109236",27686,56669,3,2844,2924 -"109237",27686,71618,3,2844,2960 -"109238",27686,92297,3,2844,2952 -"109239",27694,270,3,2030,2542 -"109240",27694,312,2,2030,2038 -"109241",27694,380,3,2030,2261 -"109242",27694,701,3,2030,2718 -"109243",27694,854,3,2030,2307 -"109244",27694,913,3,2030,2144 -"109245",27694,1102,3,2030,2282 -"109246",27694,1315,3,2030,2760 -"109247",27694,1639,3,2030,2631 -"109248",27694,2036,3,2030,2483 -"109249",27694,2424,2,2030,2582 -"109250",27694,2684,3,2030,2874 -"109251",27694,3305,1,2030,2839 -"109252",27694,3477,3,2030,2546 -"109253",27694,3966,2,2030,2425 -"109254",27694,6055,3,2030,2651 -"109255",27694,6063,3,2030,2349 -"109256",27694,6208,3,2030,2361 -"109257",27694,6363,3,2030,2066 -"109258",27694,7508,3,2030,2396 -"109259",27694,9175,3,2030,2639 -"109260",27694,9184,3,2030,2670 -"109261",27694,9311,3,2030,2477 -"109262",27694,10513,3,2030,2284 -"109263",27694,10857,3,2030,2253 -"109264",27694,11055,3,2030,2111 -"109265",27694,12081,3,2030,2166 -"109266",27694,12728,3,2030,2374 -"109267",27694,12982,3,2030,2143 -"109268",27694,13307,3,2030,2206 -"109269",27694,15729,3,2030,2338 -"109270",27694,15813,3,2030,2143 -"109271",27694,16332,3,2030,2668 -"109272",27694,16432,3,2030,2664 -"109273",27694,16725,3,2030,2830 -"109274",27694,16954,3,2030,2972 -"109275",27694,18394,3,2030,2356 -"109276",27694,19248,1,2030,2357 -"109277",27694,19605,3,2030,2395 -"109278",27694,19719,1,2030,2177 -"109279",27694,20124,3,2030,2376 -"109280",27694,20407,3,2030,2339 -"109281",27694,21012,3,2030,2325 -"109282",27694,21285,3,2030,2100 -"109283",27694,21693,3,2030,2176 -"109284",27694,21929,3,2030,2062 -"109285",27694,22277,3,2030,2424 -"109286",27694,23312,3,2030,2449 -"109287",27694,23319,3,2030,2867 -"109288",27694,23509,3,2030,2275 -"109289",27694,24955,3,2030,2424 -"109290",27694,25129,3,2030,2647 -"109291",27694,25325,3,2030,2963 -"109292",27694,25816,3,2030,2088 -"109293",27694,26582,2,2030,2772 -"109294",27694,26749,2,2030,2965 -"109295",27694,27275,3,2030,2656 -"109296",27694,27427,3,2030,2325 -"109297",27694,29962,3,2030,2201 -"109298",27694,30052,2,2030,2855 -"109299",27694,33223,3,2030,2397 -"109300",27694,33380,3,2030,2340 -"109301",27694,33672,3,2030,2396 -"109302",27694,33949,3,2030,2489 -"109303",27694,34836,3,2030,2302 -"109304",27694,35738,3,2030,2448 -"109305",27694,36439,3,2030,2469 -"109306",27694,37285,2,2030,2428 -"109307",27694,38307,3,2030,2648 -"109308",27694,39464,3,2030,2314 -"109309",27694,39535,3,2030,2428 -"109310",27694,42783,3,2030,2338 -"109311",27694,43455,3,2030,2846 -"109312",27694,45239,3,2030,2535 -"109313",27694,45302,3,2030,2390 -"109314",27694,45608,2,2030,2420 -"109315",27694,46629,3,2030,2255 -"109316",27694,47140,3,2030,2439 -"109317",27694,47772,3,2030,2293 -"109318",27694,48605,2,2030,2796 -"109319",27694,49110,3,2030,2938 -"109320",27694,51041,2,2030,2606 -"109321",27694,52323,3,2030,2148 -"109322",27694,52570,3,2030,2645 -"109323",27694,52576,2,2030,2234 -"109324",27694,54695,3,2030,2429 -"109325",27694,57549,3,2030,2335 -"109326",27694,58508,3,2030,2326 -"109327",27694,58684,3,2030,2295 -"109328",27694,59700,3,2030,2346 -"109329",27694,61982,2,2030,2725 -"109330",27694,62841,2,2030,2710 -"109331",27694,64945,3,2030,2279 -"109332",27694,65016,3,2030,2749 -"109333",27694,66224,3,2030,2728 -"109334",27694,66703,3,2030,2375 -"109335",27694,68215,3,2030,2727 -"109336",27694,70647,3,2030,2795 -"109337",27694,76892,3,2030,2381 -"109338",27694,82949,3,2030,2077 -"109339",27694,83396,3,2030,2396 -"109340",27722,3271,2,1266,2216 -"109341",27722,6821,3,1266,1788 -"109342",27722,9272,3,1266,2835 -"109343",27722,10373,3,1266,2436 -"109344",27722,13068,2,1266,1778 -"109345",27722,13720,3,1266,1558 -"109346",27722,14586,3,1266,2801 -"109347",27722,16437,2,1266,1956 -"109348",27722,16776,3,1266,1565 -"109349",27722,19231,3,1266,1424 -"109350",27722,19934,3,1266,2888 -"109351",27722,20308,3,1266,2254 -"109352",27722,20894,3,1266,2214 -"109353",27722,21670,3,1266,2158 -"109354",27722,23015,3,1266,1362 -"109355",27722,23591,3,1266,2831 -"109356",27722,27280,2,1266,1965 -"109357",27722,27391,3,1266,2378 -"109358",27722,28051,3,1266,2089 -"109359",27722,35822,3,1266,1903 -"109360",27722,37752,1,1266,2223 -"109361",27722,38259,3,1266,2258 -"109362",27722,39875,3,1266,2422 -"109363",27722,40623,3,1266,2580 -"109364",27722,43226,3,1266,2442 -"109365",27722,47968,3,1266,2829 -"109366",27722,48110,3,1266,2009 -"109367",27722,52154,3,1266,1722 -"109368",27722,53051,3,1266,1940 -"109369",27722,58508,3,1266,2326 -"109370",27722,59039,2,1266,2870 -"109371",27722,59485,3,1266,1564 -"109372",27722,65188,2,1266,2213 -"109373",27722,65242,3,1266,1988 -"109374",27722,69335,3,1266,2698 -"109375",27722,70422,3,1266,1398 -"109376",27722,74795,2,1266,1319 -"109377",27722,77077,3,1266,2693 -"109378",27722,80301,3,1266,1690 -"109379",27722,90745,3,1266,1994 -"109380",27722,119524,2,1266,1930 -"109381",27737,3395,3,578,1382 -"109382",27737,17502,3,578,869 -"109383",27737,27001,3,578,1761 -"109384",27737,42023,3,578,2231 -"109385",27737,43902,3,578,1726 -"109386",27742,3620,3,2700,2955 -"109387",27742,4612,1,2700,2804 -"109388",27742,4932,3,2700,2752 -"109389",27742,7252,3,2700,2799 -"109390",27742,8062,3,2700,2858 -"109391",27742,9787,3,2700,2858 -"109392",27742,11648,3,2700,2852 -"109393",27742,13136,3,2700,2867 -"109394",27742,15826,3,2700,2772 -"109395",27742,17033,2,2700,2771 -"109396",27742,19655,3,2700,2706 -"109397",27742,23206,3,2700,2805 -"109398",27742,35477,3,2700,2703 -"109399",27742,40138,3,2700,2719 -"109400",27742,45869,3,2700,2840 -"109401",27742,59039,3,2700,2870 -"109402",27742,63077,3,2700,2778 -"109403",27742,68931,3,2700,2771 -"109404",27742,71531,3,2700,2887 -"109405",27742,78423,3,2700,2840 -"109406",27744,270,2,861,2542 -"109407",27744,380,3,861,2261 -"109408",27744,1102,3,861,2282 -"109409",27744,1124,3,861,1596 -"109410",27744,2111,2,861,1904 -"109411",27744,2424,3,861,2582 -"109412",27744,3305,3,861,2839 -"109413",27744,4253,3,861,1890 -"109414",27744,4360,3,861,1770 -"109415",27744,5235,3,861,2324 -"109416",27744,5971,2,861,1985 -"109417",27744,5986,3,861,1721 -"109418",27744,6222,3,861,1949 -"109419",27744,6588,2,861,2025 -"109420",27744,9624,3,861,2398 -"109421",27744,10488,3,861,1524 -"109422",27744,10523,2,861,1510 -"109423",27744,10576,3,861,974 -"109424",27744,10857,3,861,2253 -"109425",27744,10939,3,861,1376 -"109426",27744,11218,3,861,2292 -"109427",27744,11229,2,861,1625 -"109428",27744,12042,3,861,2345 -"109429",27744,12374,3,861,2260 -"109430",27744,13307,3,861,2206 -"109431",27744,14855,3,861,903 -"109432",27744,14989,3,861,2223 -"109433",27744,15700,3,861,1712 -"109434",27744,16352,3,861,2657 -"109435",27744,17400,3,861,2231 -"109436",27744,18005,3,861,2449 -"109437",27744,18361,3,861,2968 -"109438",27744,18394,3,861,2356 -"109439",27744,19622,3,861,2371 -"109440",27744,20124,3,861,2376 -"109441",27744,20311,3,861,1981 -"109442",27744,21012,3,861,2325 -"109443",27744,21693,3,861,2176 -"109444",27744,22197,3,861,2271 -"109445",27744,23509,3,861,2275 -"109446",27744,23526,3,861,1998 -"109447",27744,23715,3,861,1859 -"109448",27744,23725,3,861,2378 -"109449",27744,24559,3,861,946 -"109450",27744,26080,3,861,2525 -"109451",27744,26848,2,861,2363 -"109452",27744,26867,3,861,1804 -"109453",27744,28383,3,861,1222 -"109454",27744,30325,3,861,1067 -"109455",27744,30405,3,861,2164 -"109456",27744,32131,3,861,1035 -"109457",27744,35673,3,861,1067 -"109458",27744,40028,1,861,1349 -"109459",27744,40072,2,861,1182 -"109460",27744,41972,3,861,2509 -"109461",27744,42687,3,861,1952 -"109462",27744,42837,3,861,1096 -"109463",27744,43213,3,861,2160 -"109464",27744,43455,3,861,2846 -"109465",27744,44521,2,861,1593 -"109466",27744,45684,3,861,2200 -"109467",27744,45729,3,861,2606 -"109468",27744,46629,2,861,2255 -"109469",27744,49110,3,861,2938 -"109470",27744,50236,2,861,2339 -"109471",27744,52136,3,861,1412 -"109472",27744,52345,3,861,1430 -"109473",27744,53303,3,861,1376 -"109474",27744,54551,3,861,2348 -"109475",27744,56082,2,861,2395 -"109476",27744,56237,2,861,2625 -"109477",27744,57246,3,861,1873 -"109478",27744,59939,2,861,936 -"109479",27744,61982,3,861,2725 -"109480",27744,64947,3,861,2489 -"109481",27744,65242,3,861,1988 -"109482",27744,72207,3,861,2430 -"109483",27744,72326,2,861,2384 -"109484",27744,75403,3,861,1895 -"109485",27744,79804,3,861,2227 -"109486",27744,82776,3,861,1232 -"109487",27744,87048,3,861,989 -"109488",27744,92104,3,861,2339 -"109489",27744,109718,3,861,1237 -"109490",27744,111971,3,861,1032 -"109491",27753,5725,3,2750,2789 -"109492",27753,12747,3,2750,2818 -"109493",27753,13573,3,2750,2774 -"109494",27753,20700,3,2750,2861 -"109495",27753,23140,3,2750,2787 -"109496",27753,34216,3,2750,2832 -"109497",27753,64793,2,2750,2819 -"109498",27753,64997,2,2750,2791 -"109499",27783,2334,3,2302,2619 -"109500",27783,3477,3,2302,2546 -"109501",27783,6063,3,2302,2349 -"109502",27783,10638,3,2302,2692 -"109503",27783,11506,2,2302,2824 -"109504",27783,18943,2,2302,2861 -"109505",27783,20007,3,2302,2971 -"109506",27783,21180,3,2302,2762 -"109507",27783,21463,2,2302,2437 -"109508",27783,33223,3,2302,2397 -"109509",27783,36136,1,2302,2338 -"109510",27783,38755,3,2302,2902 -"109511",27783,39105,2,2302,2487 -"109512",27783,41978,3,2302,2824 -"109513",27783,46951,2,2302,2429 -"109514",27783,53013,3,2302,2523 -"109515",27783,59039,3,2302,2870 -"109516",27783,68592,3,2302,2551 -"109517",27783,69335,3,2302,2698 -"109518",27783,76132,2,2302,2426 -"109519",27792,613,3,1308,2687 -"109520",27792,733,3,1308,1653 -"109521",27792,854,3,1308,2307 -"109522",27792,1102,3,1308,2282 -"109523",27792,1154,3,1308,1656 -"109524",27792,1592,3,1308,2006 -"109525",27792,1691,3,1308,1941 -"109526",27792,1767,3,1308,2727 -"109527",27792,2166,3,1308,2557 -"109528",27792,2533,3,1308,2016 -"109529",27792,2684,3,1308,2874 -"109530",27792,2819,3,1308,1743 -"109531",27792,3167,2,1308,1676 -"109532",27792,3271,3,1308,2216 -"109533",27792,3305,3,1308,2839 -"109534",27792,4226,2,1308,1903 -"109535",27792,4305,3,1308,2374 -"109536",27792,4485,3,1308,1963 -"109537",27792,4687,3,1308,2152 -"109538",27792,6052,2,1308,1985 -"109539",27792,6222,3,1308,1949 -"109540",27792,6390,3,1308,2385 -"109541",27792,6428,3,1308,1952 -"109542",27792,6491,2,1308,2424 -"109543",27792,7555,3,1308,1943 -"109544",27792,9272,3,1308,2835 -"109545",27792,9311,3,1308,2477 -"109546",27792,9432,3,1308,1693 -"109547",27792,9751,2,1308,1397 -"109548",27792,10370,3,1308,2224 -"109549",27792,11440,3,1308,2026 -"109550",27792,12122,3,1308,1385 -"109551",27792,12374,2,1308,2260 -"109552",27792,12618,3,1308,2021 -"109553",27792,12728,3,1308,2374 -"109554",27792,13200,3,1308,2488 -"109555",27792,14108,3,1308,2012 -"109556",27792,14959,3,1308,2898 -"109557",27792,15453,3,1308,1688 -"109558",27792,15539,3,1308,1929 -"109559",27792,16535,3,1308,1993 -"109560",27792,17221,3,1308,2487 -"109561",27792,18315,3,1308,2720 -"109562",27792,18543,3,1308,2968 -"109563",27792,19335,3,1308,1729 -"109564",27792,19719,3,1308,2177 -"109565",27792,20311,3,1308,1981 -"109566",27792,20407,3,1308,2339 -"109567",27792,20824,3,1308,1366 -"109568",27792,21029,3,1308,1943 -"109569",27792,21104,2,1308,2327 -"109570",27792,21197,3,1308,1437 -"109571",27792,21929,3,1308,2062 -"109572",27792,23509,3,1308,2275 -"109573",27792,23526,3,1308,1998 -"109574",27792,23534,3,1308,1659 -"109575",27792,23825,3,1308,1913 -"109576",27792,25577,3,1308,1946 -"109577",27792,26436,3,1308,2489 -"109578",27792,26451,1,1308,2133 -"109579",27792,27175,3,1308,1447 -"109580",27792,27275,3,1308,2656 -"109581",27792,27628,3,1308,2389 -"109582",27792,27694,3,1308,2030 -"109583",27792,27849,3,1308,1316 -"109584",27792,28303,2,1308,2089 -"109585",27792,29073,3,1308,2328 -"109586",27792,29170,3,1308,1846 -"109587",27792,30052,3,1308,2855 -"109588",27792,30943,2,1308,2287 -"109589",27792,31691,3,1308,1657 -"109590",27792,32173,3,1308,2341 -"109591",27792,34136,3,1308,2202 -"109592",27792,34492,3,1308,1798 -"109593",27792,36031,3,1308,2342 -"109594",27792,36439,2,1308,2469 -"109595",27792,38921,3,1308,1880 -"109596",27792,40369,3,1308,2735 -"109597",27792,41739,3,1308,1339 -"109598",27792,43213,3,1308,2160 -"109599",27792,43226,3,1308,2442 -"109600",27792,43404,3,1308,2649 -"109601",27792,43518,2,1308,2680 -"109602",27792,43902,3,1308,1726 -"109603",27792,44089,2,1308,1632 -"109604",27792,44557,3,1308,2371 -"109605",27792,45302,3,1308,2390 -"109606",27792,46621,3,1308,1343 -"109607",27792,48110,3,1308,2009 -"109608",27792,48698,3,1308,1474 -"109609",27792,49110,3,1308,2938 -"109610",27792,50118,3,1308,2654 -"109611",27792,52058,3,1308,1836 -"109612",27792,54855,3,1308,1525 -"109613",27792,55076,3,1308,2408 -"109614",27792,55468,3,1308,2511 -"109615",27792,55691,3,1308,2856 -"109616",27792,56317,2,1308,2030 -"109617",27792,57337,3,1308,1443 -"109618",27792,57544,3,1308,2443 -"109619",27792,58035,3,1308,1646 -"109620",27792,58133,1,1308,1484 -"109621",27792,58508,2,1308,2326 -"109622",27792,58652,3,1308,1437 -"109623",27792,58684,3,1308,2295 -"109624",27792,63770,2,1308,1324 -"109625",27792,64997,3,1308,2791 -"109626",27792,69335,3,1308,2698 -"109627",27792,70203,3,1308,2756 -"109628",27792,79436,3,1308,1344 -"109629",27792,80301,3,1308,1690 -"109630",27792,81588,3,1308,1568 -"109631",27792,86245,2,1308,1972 -"109632",27792,88232,3,1308,2881 -"109633",27792,89681,3,1308,1978 -"109634",27792,89880,3,1308,1938 -"109635",27792,99020,2,1308,1383 -"109636",27792,99103,3,1308,1470 -"109637",27792,108379,3,1308,2933 -"109638",27792,108867,3,1308,2328 -"109639",27796,3506,3,2151,2364 -"109640",27796,3978,3,2151,2775 -"109641",27796,4929,3,2151,2240 -"109642",27796,4953,3,2151,2285 -"109643",27796,5610,2,2151,2223 -"109644",27796,8238,1,2151,2222 -"109645",27796,8842,3,2151,2535 -"109646",27796,9311,3,2151,2477 -"109647",27796,9331,3,2151,2269 -"109648",27796,9723,3,2151,2302 -"109649",27796,12081,2,2151,2166 -"109650",27796,14507,3,2151,2686 -"109651",27796,15008,3,2151,2338 -"109652",27796,15729,2,2151,2338 -"109653",27796,17549,3,2151,2647 -"109654",27796,19208,3,2151,2629 -"109655",27796,19215,3,2151,2604 -"109656",27796,19605,3,2151,2395 -"109657",27796,20331,3,2151,2365 -"109658",27796,22580,3,2151,2245 -"109659",27796,22709,3,2151,2743 -"109660",27796,24256,3,2151,2393 -"109661",27796,24825,3,2151,2686 -"109662",27796,29930,3,2151,2240 -"109663",27796,31159,2,2151,2231 -"109664",27796,31295,3,2151,2183 -"109665",27796,31705,2,2151,2706 -"109666",27796,35428,3,2151,2263 -"109667",27796,35888,3,2151,2291 -"109668",27796,36031,3,2151,2342 -"109669",27796,38307,3,2151,2648 -"109670",27796,39464,3,2151,2314 -"109671",27796,41945,3,2151,2856 -"109672",27796,42783,3,2151,2338 -"109673",27796,43455,3,2151,2846 -"109674",27796,44688,3,2151,2924 -"109675",27796,45239,3,2151,2535 -"109676",27796,47564,2,2151,2650 -"109677",27796,48035,3,2151,2180 -"109678",27796,50480,3,2151,2701 -"109679",27796,54953,3,2151,2223 -"109680",27796,60974,3,2151,2972 -"109681",27796,79413,3,2151,2224 -"109682",27825,10825,3,2161,2565 -"109683",27825,14538,3,2161,2507 -"109684",27826,87362,3,2824,2902 -"109685",27837,135,2,1315,2233 -"109686",27837,455,1,1315,2827 -"109687",27837,470,2,1315,2285 -"109688",27837,600,2,1315,1702 -"109689",27837,841,3,1315,2964 -"109690",27837,913,3,1315,2144 -"109691",27837,1367,3,1315,2176 -"109692",27837,2424,3,1315,2582 -"109693",27837,2533,3,1315,2016 -"109694",27837,4084,3,1315,2133 -"109695",27837,4191,3,1315,2130 -"109696",27837,4360,3,1315,1770 -"109697",27837,5491,3,1315,2048 -"109698",27837,6989,3,1315,2623 -"109699",27837,7245,2,1315,2089 -"109700",27837,7350,2,1315,1901 -"109701",27837,7515,3,1315,2737 -"109702",27837,7847,3,1315,2424 -"109703",27837,8533,3,1315,2251 -"109704",27837,10433,2,1315,2075 -"109705",27837,11516,3,1315,1937 -"109706",27837,12199,3,1315,1651 -"109707",27837,16201,3,1315,1811 -"109708",27837,17698,3,1315,1559 -"109709",27837,18151,3,1315,2962 -"109710",27837,18415,3,1315,2184 -"109711",27837,19335,3,1315,1729 -"109712",27837,19719,3,1315,2177 -"109713",27837,20563,3,1315,2267 -"109714",27837,21795,3,1315,2653 -"109715",27837,22282,3,1315,1418 -"109716",27837,22566,3,1315,2308 -"109717",27837,22567,3,1315,2396 -"109718",27837,23132,2,1315,2756 -"109719",27837,23705,1,1315,2699 -"109720",27837,23918,2,1315,1881 -"109721",27837,24568,3,1315,1937 -"109722",27837,25289,3,1315,1790 -"109723",27837,25341,3,1315,1858 -"109724",27837,25577,3,1315,1946 -"109725",27837,28101,2,1315,1949 -"109726",27837,28115,2,1315,1835 -"109727",27837,28991,2,1315,1688 -"109728",27837,29170,3,1315,1846 -"109729",27837,30052,3,1315,2855 -"109730",27837,31050,1,1315,1491 -"109731",27837,32658,3,1315,1694 -"109732",27837,34160,2,1315,1759 -"109733",27837,35302,1,1315,1589 -"109734",27837,38019,3,1315,1870 -"109735",27837,40369,3,1315,2735 -"109736",27837,40383,3,1315,2639 -"109737",27837,41739,1,1315,1339 -"109738",27837,45633,2,1315,2134 -"109739",27837,49144,2,1315,1542 -"109740",27837,50041,3,1315,1565 -"109741",27837,50685,3,1315,2008 -"109742",27837,52576,3,1315,2234 -"109743",27837,53196,2,1315,1888 -"109744",27837,54158,2,1315,1756 -"109745",27837,55139,3,1315,2323 -"109746",27837,62219,3,1315,2494 -"109747",27837,62963,3,1315,1964 -"109748",27837,63409,3,1315,1937 -"109749",27837,64181,2,1315,1828 -"109750",27837,64997,3,1315,2791 -"109751",27837,65691,3,1315,2134 -"109752",27837,66413,2,1315,2507 -"109753",27837,73305,3,1315,2544 -"109754",27837,80429,3,1315,1927 -"109755",27837,81781,3,1315,1431 -"109756",27837,88808,3,1315,1462 -"109757",27837,105063,2,1315,1908 -"109758",27837,107649,3,1315,1573 -"109759",27849,270,3,1316,2542 -"109760",27849,307,2,1316,2530 -"109761",27849,312,3,1316,2038 -"109762",27849,377,3,1316,2389 -"109763",27849,380,3,1316,2261 -"109764",27849,803,3,1316,1666 -"109765",27849,913,3,1316,2144 -"109766",27849,1092,3,1316,1945 -"109767",27849,1124,2,1316,1596 -"109768",27849,1777,3,1316,1965 -"109769",27849,2424,3,1316,2582 -"109770",27849,2533,3,1316,2016 -"109771",27849,2684,3,1316,2874 -"109772",27849,2754,3,1316,1360 -"109773",27849,3011,3,1316,2278 -"109774",27849,3801,3,1316,1974 -"109775",27849,3830,3,1316,1661 -"109776",27849,4226,3,1316,1903 -"109777",27849,4360,3,1316,1770 -"109778",27849,4701,1,1316,2401 -"109779",27849,5429,3,1316,1991 -"109780",27849,5462,3,1316,2374 -"109781",27849,5504,3,1316,2389 -"109782",27849,5971,3,1316,1985 -"109783",27849,6047,3,1316,2004 -"109784",27849,6222,3,1316,1949 -"109785",27849,6491,3,1316,2424 -"109786",27849,6718,3,1316,2138 -"109787",27849,7245,3,1316,2089 -"109788",27849,7555,2,1316,1943 -"109789",27849,7616,3,1316,2296 -"109790",27849,7984,3,1316,2493 -"109791",27849,8621,3,1316,1681 -"109792",27849,9311,3,1316,2477 -"109793",27849,9364,3,1316,1698 -"109794",27849,9615,3,1316,2464 -"109795",27849,9654,3,1316,2111 -"109796",27849,9893,3,1316,2701 -"109797",27849,10148,2,1316,2964 -"109798",27849,10358,3,1316,2294 -"109799",27849,10488,3,1316,1524 -"109800",27849,10523,3,1316,1510 -"109801",27849,11006,3,1316,1950 -"109802",27849,11055,3,1316,2111 -"109803",27849,11351,3,1316,2971 -"109804",27849,11440,3,1316,2026 -"109805",27849,11620,2,1316,2010 -"109806",27849,12374,3,1316,2260 -"109807",27849,12728,2,1316,2374 -"109808",27849,13307,3,1316,2206 -"109809",27849,14032,3,1316,2144 -"109810",27849,14189,3,1316,1483 -"109811",27849,14959,3,1316,2898 -"109812",27849,15005,3,1316,1415 -"109813",27849,15539,2,1316,1929 -"109814",27849,15560,3,1316,2257 -"109815",27849,16539,3,1316,1947 -"109816",27849,16801,3,1316,2008 -"109817",27849,16954,3,1316,2972 -"109818",27849,17852,3,1316,2840 -"109819",27849,18394,3,1316,2356 -"109820",27849,18415,3,1316,2184 -"109821",27849,19248,3,1316,2357 -"109822",27849,19606,3,1316,2783 -"109823",27849,19719,3,1316,2177 -"109824",27849,20067,3,1316,2390 -"109825",27849,20124,3,1316,2376 -"109826",27849,20311,1,1316,1981 -"109827",27849,21104,3,1316,2327 -"109828",27849,21122,3,1316,1701 -"109829",27849,21193,3,1316,2490 -"109830",27849,21197,2,1316,1437 -"109831",27849,21285,3,1316,2100 -"109832",27849,21693,3,1316,2176 -"109833",27849,21706,3,1316,1988 -"109834",27849,22282,3,1316,1418 -"109835",27849,22331,3,1316,2687 -"109836",27849,22586,3,1316,1341 -"109837",27849,22749,3,1316,1727 -"109838",27849,23011,3,1316,2763 -"109839",27849,23508,1,1316,1907 -"109840",27849,23509,2,1316,2275 -"109841",27849,23526,3,1316,1998 -"109842",27849,23534,3,1316,1659 -"109843",27849,23715,3,1316,1859 -"109844",27849,23825,3,1316,1913 -"109845",27849,24146,3,1316,2003 -"109846",27849,24755,3,1316,1319 -"109847",27849,25486,3,1316,2582 -"109848",27849,26451,2,1316,2133 -"109849",27849,26749,3,1316,2965 -"109850",27849,26867,3,1316,1804 -"109851",27849,27275,3,1316,2656 -"109852",27849,27390,3,1316,2425 -"109853",27849,27501,3,1316,1981 -"109854",27849,27694,3,1316,2030 -"109855",27849,29073,3,1316,2328 -"109856",27849,29095,3,1316,2531 -"109857",27849,29929,3,1316,2789 -"109858",27849,30081,3,1316,2403 -"109859",27849,30883,3,1316,1629 -"109860",27849,31530,2,1316,1661 -"109861",27849,31691,2,1316,1657 -"109862",27849,31799,3,1316,2547 -"109863",27849,32173,3,1316,2341 -"109864",27849,32516,3,1316,2050 -"109865",27849,32606,3,1316,2100 -"109866",27849,32919,3,1316,2321 -"109867",27849,32988,3,1316,2008 -"109868",27849,33356,3,1316,1586 -"109869",27849,33433,3,1316,2805 -"109870",27849,33801,2,1316,2899 -"109871",27849,34480,3,1316,2755 -"109872",27849,35095,3,1316,1502 -"109873",27849,35464,3,1316,2502 -"109874",27849,36962,3,1316,2861 -"109875",27849,37333,2,1316,1612 -"109876",27849,38921,3,1316,1880 -"109877",27849,40028,3,1316,1349 -"109878",27849,42618,3,1316,2316 -"109879",27849,42619,3,1316,2017 -"109880",27849,43385,2,1316,1623 -"109881",27849,43518,3,1316,2680 -"109882",27849,45633,3,1316,2134 -"109883",27849,48215,3,1316,2028 -"109884",27849,48605,3,1316,2796 -"109885",27849,48698,3,1316,1474 -"109886",27849,50118,3,1316,2654 -"109887",27849,50236,3,1316,2339 -"109888",27849,51319,3,1316,2488 -"109889",27849,51613,3,1316,2795 -"109890",27849,51810,3,1316,1401 -"109891",27849,52058,3,1316,1836 -"109892",27849,52136,3,1316,1412 -"109893",27849,53303,3,1316,1376 -"109894",27849,53475,3,1316,2853 -"109895",27849,54020,3,1316,1578 -"109896",27849,54879,3,1316,2210 -"109897",27849,55468,1,1316,2511 -"109898",27849,55691,3,1316,2856 -"109899",27849,56082,3,1316,2395 -"109900",27849,56317,3,1316,2030 -"109901",27849,57950,3,1316,1529 -"109902",27849,57977,3,1316,2683 -"109903",27849,58133,3,1316,1484 -"109904",27849,58451,3,1316,1939 -"109905",27849,58652,2,1316,1437 -"109906",27849,58684,3,1316,2295 -"109907",27849,61719,3,1316,1515 -"109908",27849,61982,3,1316,2725 -"109909",27849,62903,3,1316,1704 -"109910",27849,64181,3,1316,1828 -"109911",27849,64997,3,1316,2791 -"109912",27849,66703,3,1316,2375 -"109913",27849,66860,3,1316,1548 -"109914",27849,67726,3,1316,2873 -"109915",27849,70203,3,1316,2756 -"109916",27849,72207,2,1316,2430 -"109917",27849,76892,3,1316,2381 -"109918",27849,79088,3,1316,1369 -"109919",27849,79322,3,1316,2770 -"109920",27849,79804,3,1316,2227 -"109921",27849,81588,2,1316,1568 -"109922",27849,82730,3,1316,1492 -"109923",27849,85430,3,1316,2370 -"109924",27849,86799,3,1316,1951 -"109925",27849,95288,3,1316,1602 -"109926",27849,98781,2,1316,1410 -"109927",27849,101338,3,1316,1319 -"109928",27849,108430,3,1316,1642 -"109929",27849,108867,3,1316,2328 -"109930",27860,1355,3,1588,2473 -"109931",27860,3947,3,1588,2067 -"109932",27860,5239,2,1588,2875 -"109933",27860,6222,3,1588,1949 -"109934",27860,7984,3,1588,2493 -"109935",27860,11477,3,1588,2724 -"109936",27860,13780,3,1588,2412 -"109937",27860,14959,3,1588,2898 -"109938",27860,15401,3,1588,1999 -"109939",27860,16896,3,1588,2223 -"109940",27860,17520,3,1588,2276 -"109941",27860,21225,3,1588,1945 -"109942",27860,23319,3,1588,2867 -"109943",27860,24825,3,1588,2686 -"109944",27860,26582,2,1588,2772 -"109945",27860,27694,3,1588,2030 -"109946",27860,29095,3,1588,2531 -"109947",27860,30747,3,1588,2455 -"109948",27860,30883,3,1588,1629 -"109949",27860,32988,3,1588,2008 -"109950",27860,34158,3,1588,2639 -"109951",27860,34491,3,1588,2694 -"109952",27860,38219,3,1588,1689 -"109953",27860,38921,3,1588,1880 -"109954",27860,40645,3,1588,1899 -"109955",27860,42505,3,1588,2008 -"109956",27860,52041,3,1588,2694 -"109957",27860,62538,3,1588,1656 -"109958",27860,65155,3,1588,1947 -"109959",27860,65322,3,1588,2008 -"109960",27860,87720,3,1588,2086 -"109961",27860,95011,3,1588,1986 -"109962",27868,999,3,1607,2181 -"109963",27868,41429,3,1607,1770 -"109964",27881,12943,3,243,1902 -"109965",27881,30883,3,243,1629 -"109966",27882,841,3,1897,2964 -"109967",27882,3520,2,1897,2281 -"109968",27882,4567,3,1897,2348 -"109969",27882,4660,3,1897,2149 -"109970",27882,4831,3,1897,2365 -"109971",27882,5606,3,1897,2875 -"109972",27882,5683,3,1897,2468 -"109973",27882,6119,3,1897,2358 -"109974",27882,19073,3,1897,2748 -"109975",27882,27686,3,1897,2844 -"109976",27882,32920,3,1897,2158 -"109977",27882,35797,3,1897,2482 -"109978",27882,36487,2,1897,2622 -"109979",27882,39418,2,1897,1978 -"109980",27882,40129,3,1897,2162 -"109981",27882,41694,3,1897,2358 -"109982",27882,42256,3,1897,2839 -"109983",27882,43961,2,1897,2443 -"109984",27882,47375,1,1897,2043 -"109985",27882,56755,3,1897,2158 -"109986",27882,59683,3,1897,2068 -"109987",27882,62712,3,1897,2884 -"109988",27882,68971,3,1897,2019 -"109989",27897,3477,3,1968,2546 -"109990",27897,4612,2,1968,2804 -"109991",27897,4660,3,1968,2149 -"109992",27897,6063,3,1968,2349 -"109993",27897,9787,3,1968,2858 -"109994",27897,17033,3,1968,2771 -"109995",27897,27742,3,1968,2700 -"109996",27897,27914,3,1968,2507 -"109997",27897,33223,3,1968,2397 -"109998",27897,46384,3,1968,2285 -"109999",27897,63641,3,1968,2337 -"110000",27897,66717,3,1968,2104 -"110001",27897,80606,3,1968,2079 -"110002",27908,9362,2,2576,2879 -"110003",27908,10148,3,2576,2964 -"110004",27908,14959,3,2576,2898 -"110005",27908,15826,3,2576,2772 -"110006",27908,19380,3,2576,2637 -"110007",27908,19655,3,2576,2706 -"110008",27908,29454,3,2576,2719 -"110009",27908,29824,3,2576,2772 -"110010",27908,34216,3,2576,2832 -"110011",27908,36953,3,2576,2790 -"110012",27908,36970,3,2576,2693 -"110013",27908,40295,2,2576,2703 -"110014",27908,40572,3,2576,2666 -"110015",27908,47968,3,2576,2829 -"110016",27908,62712,3,2576,2884 -"110017",27914,4612,2,2507,2804 -"110018",27914,7252,3,2507,2799 -"110019",27914,7942,2,2507,2623 -"110020",27914,9785,3,2507,2951 -"110021",27914,9787,2,2507,2858 -"110022",27914,12948,3,2507,2669 -"110023",27914,16866,3,2507,2718 -"110024",27914,17033,3,2507,2771 -"110025",27914,17037,3,2507,2947 -"110026",27914,18865,3,2507,2676 -"110027",27914,27742,1,2507,2700 -"110028",27914,40035,3,2507,2742 -"110029",27914,40572,3,2507,2666 -"110030",27914,45869,3,2507,2840 -"110031",27914,53739,3,2507,2704 -"110032",27914,58655,2,2507,2685 -"110033",27914,63077,3,2507,2778 -"110034",27914,71531,3,2507,2887 -"110035",27914,81400,3,2507,2679 -"110036",27914,111375,3,2507,2686 -"110037",27950,2765,3,1380,2321 -"110038",27950,11976,3,1380,1727 -"110039",27950,14888,3,1380,1411 -"110040",27950,17826,3,1380,2920 -"110041",27950,20423,2,1380,2654 -"110042",27950,29095,3,1380,2531 -"110043",27950,39827,3,1380,2321 -"110044",27950,49461,3,1380,2793 -"110045",27950,85592,3,1380,1412 -"110046",27965,3477,3,555,2546 -"110047",27965,6063,3,555,2349 -"110048",27965,9331,3,555,2269 -"110049",27965,12735,3,555,819 -"110050",27965,12779,3,555,936 -"110051",27965,18217,3,555,1566 -"110052",27965,18348,3,555,1711 -"110053",27965,22462,3,555,869 -"110054",27965,25543,3,555,724 -"110055",27965,26025,1,555,591 -"110056",27965,33223,3,555,2397 -"110057",27965,40542,3,555,1664 -"110058",27965,79364,3,555,834 -"110059",27965,79998,3,555,821 -"110060",28002,23,3,914,1682 -"110061",28002,600,3,914,1702 -"110062",28002,1196,3,914,1986 -"110063",28002,3961,3,914,2426 -"110064",28002,3966,3,914,2425 -"110065",28002,4253,3,914,1890 -"110066",28002,4953,3,914,2285 -"110067",28002,5041,3,914,2371 -"110068",28002,5072,3,914,2175 -"110069",28002,5315,3,914,2631 -"110070",28002,5350,3,914,2522 -"110071",28002,5622,3,914,2175 -"110072",28002,5716,1,914,1058 -"110073",28002,5971,3,914,1985 -"110074",28002,5984,2,914,1675 -"110075",28002,5986,2,914,1721 -"110076",28002,6044,3,914,2744 -"110077",28002,6047,2,914,2004 -"110078",28002,6162,3,914,1673 -"110079",28002,6390,3,914,2385 -"110080",28002,6417,1,914,1675 -"110081",28002,7548,3,914,1932 -"110082",28002,9311,3,914,2477 -"110083",28002,9928,3,914,2345 -"110084",28002,9950,3,914,920 -"110085",28002,10358,2,914,2294 -"110086",28002,10717,3,914,1938 -"110087",28002,10857,3,914,2253 -"110088",28002,10870,3,914,1755 -"110089",28002,11103,3,914,2393 -"110090",28002,11218,2,914,2292 -"110091",28002,11493,3,914,2077 -"110092",28002,11540,3,914,1237 -"110093",28002,11966,3,914,2385 -"110094",28002,12035,3,914,2721 -"110095",28002,12042,2,914,2345 -"110096",28002,12371,3,914,1569 -"110097",28002,12374,3,914,2260 -"110098",28002,13248,3,914,1385 -"110099",28002,13311,3,914,2315 -"110100",28002,14032,2,914,2144 -"110101",28002,14589,2,914,1184 -"110102",28002,14723,3,914,2019 -"110103",28002,15301,3,914,2308 -"110104",28002,15309,3,914,2820 -"110105",28002,15402,3,914,1281 -"110106",28002,16120,3,914,1237 -"110107",28002,16352,1,914,2657 -"110108",28002,17400,2,914,2231 -"110109",28002,17997,3,914,1621 -"110110",28002,18348,3,914,1711 -"110111",28002,18874,3,914,2170 -"110112",28002,20494,2,914,1075 -"110113",28002,21138,3,914,2849 -"110114",28002,21571,3,914,2755 -"110115",28002,22141,3,914,2348 -"110116",28002,22197,3,914,2271 -"110117",28002,22403,3,914,1630 -"110118",28002,23006,3,914,1532 -"110119",28002,23159,3,914,1548 -"110120",28002,23310,3,914,2371 -"110121",28002,24146,3,914,2003 -"110122",28002,24169,3,914,1663 -"110123",28002,24253,3,914,2213 -"110124",28002,24256,3,914,2393 -"110125",28002,24568,3,914,1937 -"110126",28002,26067,3,914,2069 -"110127",28002,26080,2,914,2525 -"110128",28002,26366,3,914,1688 -"110129",28002,26818,3,914,1999 -"110130",28002,26867,3,914,1804 -"110131",28002,27195,3,914,2158 -"110132",28002,27205,3,914,966 -"110133",28002,28296,3,914,2944 -"110134",28002,28559,3,914,1525 -"110135",28002,28571,3,914,1556 -"110136",28002,29314,3,914,2736 -"110137",28002,29930,2,914,2240 -"110138",28002,30173,3,914,2404 -"110139",28002,30325,3,914,1067 -"110140",28002,31279,3,914,965 -"110141",28002,31530,3,914,1661 -"110142",28002,32503,3,914,2020 -"110143",28002,32567,3,914,2784 -"110144",28002,32694,3,914,1602 -"110145",28002,32919,3,914,2321 -"110146",28002,33356,3,914,1586 -"110147",28002,34735,2,914,2767 -"110148",28002,35529,3,914,1620 -"110149",28002,35926,3,914,2371 -"110150",28002,36691,3,914,1903 -"110151",28002,36962,3,914,2861 -"110152",28002,37333,3,914,1612 -"110153",28002,37836,3,914,1369 -"110154",28002,38755,3,914,2902 -"110155",28002,39186,3,914,1258 -"110156",28002,39294,3,914,1889 -"110157",28002,40028,3,914,1349 -"110158",28002,40072,2,914,1182 -"110159",28002,40432,3,914,1956 -"110160",28002,41832,3,914,1155 -"110161",28002,41955,3,914,2479 -"110162",28002,41972,2,914,2509 -"110163",28002,42619,3,914,2017 -"110164",28002,44521,3,914,1593 -"110165",28002,45903,3,914,2237 -"110166",28002,47386,3,914,2226 -"110167",28002,49110,3,914,2938 -"110168",28002,49581,3,914,1817 -"110169",28002,50236,2,914,2339 -"110170",28002,51017,3,914,2073 -"110171",28002,52442,3,914,1269 -"110172",28002,53134,2,914,1590 -"110173",28002,54020,3,914,1578 -"110174",28002,54879,3,914,2210 -"110175",28002,54929,2,914,2783 -"110176",28002,55324,2,914,1544 -"110177",28002,56082,3,914,2395 -"110178",28002,56237,3,914,2625 -"110179",28002,56604,3,914,1919 -"110180",28002,57714,3,914,1391 -"110181",28002,57977,3,914,2683 -"110182",28002,58993,3,914,2390 -"110183",28002,59939,3,914,936 -"110184",28002,60280,3,914,1918 -"110185",28002,61337,3,914,2777 -"110186",28002,62488,3,914,1418 -"110187",28002,63409,3,914,1937 -"110188",28002,63442,3,914,1965 -"110189",28002,64502,3,914,1670 -"110190",28002,66677,3,914,2151 -"110191",28002,67102,3,914,935 -"110192",28002,71274,3,914,2390 -"110193",28002,72501,3,914,2795 -"110194",28002,73305,3,914,2544 -"110195",28002,74190,3,914,1428 -"110196",28002,75403,3,914,1895 -"110197",28002,77001,3,914,1440 -"110198",28002,80219,2,914,988 -"110199",28002,81349,3,914,1958 -"110200",28002,81478,3,914,1640 -"110201",28002,82732,2,914,2810 -"110202",28002,82932,3,914,2245 -"110203",28002,83526,3,914,1235 -"110204",28002,84022,3,914,2289 -"110205",28002,88857,3,914,1232 -"110206",28002,90911,3,914,1263 -"110207",28002,92508,3,914,1374 -"110208",28002,100140,3,914,1041 -"110209",28002,100462,3,914,1927 -"110210",28002,103218,3,914,1787 -"110211",28005,4361,3,325,2571 -"110212",28005,25745,1,325,2403 -"110213",28005,111375,3,325,2686 -"110214",28011,20292,3,2639,2755 -"110215",28011,21571,3,2639,2755 -"110216",28011,38755,3,2639,2902 -"110217",28011,51410,3,2639,2739 -"110218",28015,913,3,1624,2144 -"110219",28015,1275,2,1624,2068 -"110220",28015,1495,3,1624,2046 -"110221",28015,2424,3,1624,2582 -"110222",28015,2533,3,1624,2016 -"110223",28015,3716,3,1624,1679 -"110224",28015,3853,3,1624,2465 -"110225",28015,5041,3,1624,2371 -"110226",28015,5622,3,1624,2175 -"110227",28015,5710,3,1624,1926 -"110228",28015,6417,3,1624,1675 -"110229",28015,9364,2,1624,1698 -"110230",28015,10513,3,1624,2284 -"110231",28015,10857,3,1624,2253 -"110232",28015,10874,3,1624,1891 -"110233",28015,11006,3,1624,1950 -"110234",28015,14709,3,1624,1901 -"110235",28015,14943,3,1624,1942 -"110236",28015,16201,3,1624,1811 -"110237",28015,16332,2,1624,2668 -"110238",28015,16826,3,1624,2599 -"110239",28015,18103,3,1624,1968 -"110240",28015,18415,3,1624,2184 -"110241",28015,19248,3,1624,2357 -"110242",28015,19719,3,1624,2177 -"110243",28015,20124,3,1624,2376 -"110244",28015,21138,3,1624,2849 -"110245",28015,21795,3,1624,2653 -"110246",28015,25577,3,1624,1946 -"110247",28015,26359,2,1624,2535 -"110248",28015,26749,3,1624,2965 -"110249",28015,27275,3,1624,2656 -"110250",28015,27390,3,1624,2425 -"110251",28015,27694,3,1624,2030 -"110252",28015,29170,3,1624,1846 -"110253",28015,34327,3,1624,2959 -"110254",28015,38019,3,1624,1870 -"110255",28015,40432,2,1624,1956 -"110256",28015,46039,2,1624,1794 -"110257",28015,47386,3,1624,2226 -"110258",28015,47772,3,1624,2293 -"110259",28015,51017,3,1624,2073 -"110260",28015,52576,3,1624,2234 -"110261",28015,53323,3,1624,2677 -"110262",28015,54551,3,1624,2348 -"110263",28015,56317,3,1624,2030 -"110264",28015,57977,3,1624,2683 -"110265",28015,58451,3,1624,1939 -"110266",28015,58508,3,1624,2326 -"110267",28015,59205,2,1624,2387 -"110268",28015,61982,3,1624,2725 -"110269",28015,73786,3,1624,2937 -"110270",28015,79322,3,1624,2770 -"110271",28015,82949,3,1624,2077 -"110272",28015,83140,3,1624,1630 -"110273",28015,101295,3,1624,2165 -"110274",28015,115622,3,1624,1895 -"110275",28048,1592,3,1637,2006 -"110276",28048,1897,3,1637,1727 -"110277",28048,2334,1,1637,2619 -"110278",28048,4567,3,1637,2348 -"110279",28048,6627,3,1637,2063 -"110280",28048,7616,3,1637,2296 -"110281",28048,7759,3,1637,2844 -"110282",28048,17221,3,1637,2487 -"110283",28048,17245,3,1637,1811 -"110284",28048,18571,2,1637,2128 -"110285",28048,21463,3,1637,2437 -"110286",28048,23825,3,1637,1913 -"110287",28048,27783,3,1637,2302 -"110288",28048,31164,3,1637,1996 -"110289",28048,33672,3,1637,2396 -"110290",28048,36136,3,1637,2338 -"110291",28048,38755,3,1637,2902 -"110292",28048,39105,2,1637,2487 -"110293",28048,44135,3,1637,2620 -"110294",28048,46951,3,1637,2429 -"110295",28048,57380,3,1637,2362 -"110296",28048,57405,3,1637,2344 -"110297",28048,68592,3,1637,2551 -"110298",28048,76132,3,1637,2426 -"110299",28048,76675,3,1637,1840 -"110300",28050,468,3,1955,1966 -"110301",28050,1495,3,1955,2046 -"110302",28050,1777,3,1955,1965 -"110303",28050,2224,3,1955,2751 -"110304",28050,3164,1,1955,2693 -"110305",28050,4191,3,1955,2130 -"110306",28050,4763,3,1955,1960 -"110307",28050,5041,3,1955,2371 -"110308",28050,5078,3,1955,2033 -"110309",28050,5457,3,1955,2077 -"110310",28050,5462,3,1955,2374 -"110311",28050,5504,3,1955,2389 -"110312",28050,5971,3,1955,1985 -"110313",28050,6030,1,1955,2953 -"110314",28050,9362,3,1955,2879 -"110315",28050,10358,3,1955,2294 -"110316",28050,10701,3,1955,2000 -"110317",28050,11218,3,1955,2292 -"110318",28050,11966,2,1955,2385 -"110319",28050,13780,3,1955,2412 -"110320",28050,15184,3,1955,2396 -"110321",28050,15301,2,1955,2308 -"110322",28050,15626,3,1955,2434 -"110323",28050,16096,3,1955,2301 -"110324",28050,16352,3,1955,2657 -"110325",28050,17413,3,1955,2230 -"110326",28050,19072,3,1955,2358 -"110327",28050,20284,2,1955,2530 -"110328",28050,20292,3,1955,2755 -"110329",28050,21571,2,1955,2755 -"110330",28050,22566,1,1955,2308 -"110331",28050,25971,3,1955,2608 -"110332",28050,28168,1,1955,2702 -"110333",28050,28218,3,1955,2048 -"110334",28050,28296,3,1955,2944 -"110335",28050,29004,3,1955,2596 -"110336",28050,32503,3,1955,2020 -"110337",28050,32567,3,1955,2784 -"110338",28050,34735,3,1955,2767 -"110339",28050,42619,3,1955,2017 -"110340",28050,44135,3,1955,2620 -"110341",28050,45684,3,1955,2200 -"110342",28050,51052,3,1955,2784 -"110343",28050,51853,3,1955,2520 -"110344",28050,54929,3,1955,2783 -"110345",28050,55076,3,1955,2408 -"110346",28050,66413,3,1955,2507 -"110347",28050,82732,3,1955,2810 -"110348",28051,371,1,2089,2950 -"110349",28051,3271,3,2089,2216 -"110350",28051,8865,3,2089,2394 -"110351",28051,9332,3,2089,2734 -"110352",28051,14586,3,2089,2801 -"110353",28051,19165,3,2089,2436 -"110354",28051,19686,3,2089,2467 -"110355",28051,19934,3,2089,2888 -"110356",28051,20308,3,2089,2254 -"110357",28051,26642,3,2089,2952 -"110358",28051,33657,2,2089,2336 -"110359",28051,37636,3,2089,2178 -"110360",28051,37752,2,2089,2223 -"110361",28051,38259,3,2089,2258 -"110362",28051,39875,3,2089,2422 -"110363",28051,42256,3,2089,2839 -"110364",28051,53687,3,2089,2422 -"110365",28051,58521,2,2089,2950 -"110366",28051,59039,3,2089,2870 -"110367",28051,65188,3,2089,2213 -"110368",28053,2684,3,2292,2874 -"110369",28053,24753,2,2292,2860 -"110370",28053,28626,3,2292,2842 -"110371",28053,41664,3,2292,2641 -"110372",28056,1592,3,1505,2006 -"110373",28056,2208,3,1505,2814 -"110374",28056,3163,3,1505,2020 -"110375",28056,20407,3,1505,2339 -"110376",28056,53134,3,1505,1590 -"110377",28057,380,3,1067,2261 -"110378",28057,388,3,1067,1594 -"110379",28057,489,3,1067,2652 -"110380",28057,680,3,1067,2569 -"110381",28057,1214,3,1067,2050 -"110382",28057,1367,3,1067,2176 -"110383",28057,1560,3,1067,2013 -"110384",28057,2036,3,1067,2483 -"110385",28057,2224,2,1067,2751 -"110386",28057,2407,3,1067,1725 -"110387",28057,2424,3,1067,2582 -"110388",28057,2540,3,1067,1398 -"110389",28057,2563,1,1067,1686 -"110390",28057,2747,3,1067,2411 -"110391",28057,2852,3,1067,2448 -"110392",28057,3068,3,1067,1815 -"110393",28057,3306,3,1067,1989 -"110394",28057,3628,3,1067,2707 -"110395",28057,3801,3,1067,1974 -"110396",28057,3849,3,1067,1356 -"110397",28057,4303,3,1067,2414 -"110398",28057,4889,3,1067,1501 -"110399",28057,5120,2,1067,2735 -"110400",28057,5346,2,1067,1438 -"110401",28057,5580,3,1067,2111 -"110402",28057,6074,3,1067,2426 -"110403",28057,6363,3,1067,2066 -"110404",28057,6602,3,1067,1631 -"110405",28057,7245,3,1067,2089 -"110406",28057,7475,3,1067,1284 -"110407",28057,7582,3,1067,1099 -"110408",28057,7936,3,1067,1199 -"110409",28057,8062,3,1067,2858 -"110410",28057,8821,3,1067,2230 -"110411",28057,8984,3,1067,1162 -"110412",28057,9191,3,1067,2707 -"110413",28057,9202,2,1067,2477 -"110414",28057,9227,3,1067,1267 -"110415",28057,9654,3,1067,2111 -"110416",28057,9716,3,1067,1929 -"110417",28057,10474,3,1067,1608 -"110418",28057,10513,2,1067,2284 -"110419",28057,11429,3,1067,2520 -"110420",28057,11477,3,1067,2724 -"110421",28057,12759,3,1067,2414 -"110422",28057,13043,3,1067,1295 -"110423",28057,13671,3,1067,1371 -"110424",28057,14072,3,1067,1346 -"110425",28057,14108,3,1067,2012 -"110426",28057,14972,3,1067,2332 -"110427",28057,15095,3,1067,2001 -"110428",28057,15207,2,1067,1855 -"110429",28057,15453,3,1067,1688 -"110430",28057,15462,3,1067,1141 -"110431",28057,15700,3,1067,1712 -"110432",28057,15713,3,1067,1646 -"110433",28057,16067,3,1067,2727 -"110434",28057,16866,3,1067,2718 -"110435",28057,16877,2,1067,2509 -"110436",28057,18124,3,1067,1642 -"110437",28057,18211,1,1067,1745 -"110438",28057,18348,3,1067,1711 -"110439",28057,18371,3,1067,2860 -"110440",28057,18381,3,1067,1524 -"110441",28057,18415,3,1067,2184 -"110442",28057,18518,3,1067,1128 -"110443",28057,18865,3,1067,2676 -"110444",28057,19096,3,1067,1538 -"110445",28057,19835,3,1067,1135 -"110446",28057,20563,3,1067,2267 -"110447",28057,20624,2,1067,1298 -"110448",28057,20687,3,1067,1248 -"110449",28057,21929,3,1067,2062 -"110450",28057,22884,3,1067,1608 -"110451",28057,23756,3,1067,2309 -"110452",28057,24060,3,1067,2349 -"110453",28057,25198,3,1067,1982 -"110454",28057,25373,3,1067,2783 -"110455",28057,29997,3,1067,1789 -"110456",28057,30262,3,1067,1715 -"110457",28057,30334,2,1067,2075 -"110458",28057,30705,3,1067,2959 -"110459",28057,30943,3,1067,2287 -"110460",28057,32939,3,1067,2277 -"110461",28057,33621,2,1067,1319 -"110462",28057,34820,3,1067,1630 -"110463",28057,34836,3,1067,2302 -"110464",28057,35518,3,1067,1721 -"110465",28057,35752,3,1067,1158 -"110466",28057,36953,3,1067,2790 -"110467",28057,37636,2,1067,2178 -"110468",28057,37844,3,1067,2002 -"110469",28057,38449,3,1067,1802 -"110470",28057,39535,3,1067,2428 -"110471",28057,40022,2,1067,2307 -"110472",28057,40392,2,1067,1878 -"110473",28057,41023,2,1067,2408 -"110474",28057,41033,3,1067,1839 -"110475",28057,41429,3,1067,1770 -"110476",28057,41598,3,1067,2291 -"110477",28057,41723,3,1067,2101 -"110478",28057,41955,3,1067,2479 -"110479",28057,42642,3,1067,2257 -"110480",28057,43204,3,1067,1680 -"110481",28057,44341,3,1067,1230 -"110482",28057,44819,3,1067,2063 -"110483",28057,46803,3,1067,2305 -"110484",28057,47082,3,1067,1990 -"110485",28057,50229,3,1067,1190 -"110486",28057,51017,3,1067,2073 -"110487",28057,51783,2,1067,2599 -"110488",28057,54388,3,1067,1257 -"110489",28057,56082,3,1067,2395 -"110490",28057,57804,3,1067,2214 -"110491",28057,57842,3,1067,2482 -"110492",28057,58854,2,1067,1131 -"110493",28057,63395,3,1067,2334 -"110494",28057,63641,3,1067,2337 -"110495",28057,67726,3,1067,2873 -"110496",28057,69712,3,1067,1219 -"110497",28057,69716,3,1067,2632 -"110498",28057,71342,3,1067,1289 -"110499",28057,72468,3,1067,2292 -"110500",28057,74818,3,1067,1440 -"110501",28057,75444,3,1067,2846 -"110502",28057,79350,3,1067,2261 -"110503",28057,80825,3,1067,2315 -"110504",28057,84907,2,1067,1259 -"110505",28057,85356,3,1067,1492 -"110506",28057,92491,2,1067,1968 -"110507",28057,94444,3,1067,1554 -"110508",28057,94520,1,1067,1243 -"110509",28057,98080,3,1067,1265 -"110510",28057,99557,3,1067,1703 -"110511",28057,104565,2,1067,2693 -"110512",28065,1203,3,943,1350 -"110513",28065,2294,3,943,1638 -"110514",28065,10087,2,943,1617 -"110515",28065,11127,1,943,1196 -"110516",28065,11875,3,943,1526 -"110517",28065,17061,2,943,2385 -"110518",28065,25721,3,943,2212 -"110519",28065,33491,3,943,1226 -"110520",28065,38439,3,943,2025 -"110521",28065,48605,3,943,2796 -"110522",28065,49642,2,943,1166 -"110523",28065,76048,3,943,2373 -"110524",28081,237,3,1927,1982 -"110525",28081,468,3,1927,1966 -"110526",28081,798,2,1927,2476 -"110527",28081,841,3,1927,2964 -"110528",28081,1639,3,1927,2631 -"110529",28081,1691,3,1927,1941 -"110530",28081,2852,2,1927,2448 -"110531",28081,3306,3,1927,1989 -"110532",28081,4367,3,1927,2794 -"110533",28081,4660,3,1927,2149 -"110534",28081,5897,3,1927,2337 -"110535",28081,6697,3,1927,2438 -"110536",28081,7014,2,1927,2401 -"110537",28081,7355,3,1927,1928 -"110538",28081,7896,3,1927,2447 -"110539",28081,8533,3,1927,2251 -"110540",28081,8610,3,1927,2240 -"110541",28081,8726,1,1927,2083 -"110542",28081,8860,3,1927,2141 -"110543",28081,9050,3,1927,2026 -"110544",28081,10222,3,1927,2212 -"110545",28081,11136,3,1927,2573 -"110546",28081,11625,3,1927,2022 -"110547",28081,12577,3,1927,2530 -"110548",28081,13079,3,1927,2547 -"110549",28081,13249,3,1927,2573 -"110550",28081,13324,3,1927,2163 -"110551",28081,14754,2,1927,2456 -"110552",28081,15301,3,1927,2308 -"110553",28081,16205,3,1927,2630 -"110554",28081,18965,3,1927,2315 -"110555",28081,19208,3,1927,2629 -"110556",28081,21324,3,1927,2413 -"110557",28081,21681,3,1927,2005 -"110558",28081,22766,3,1927,1945 -"110559",28081,23460,3,1927,2183 -"110560",28081,24757,3,1927,1939 -"110561",28081,25741,3,1927,2853 -"110562",28081,26100,3,1927,1966 -"110563",28081,26734,3,1927,2299 -"110564",28081,31251,3,1927,2498 -"110565",28081,32549,2,1927,2111 -"110566",28081,32606,3,1927,2100 -"110567",28081,32775,3,1927,2135 -"110568",28081,32818,3,1927,2485 -"110569",28081,35477,2,1927,2703 -"110570",28081,35980,3,1927,2657 -"110571",28081,37279,3,1927,2768 -"110572",28081,37929,3,1927,2393 -"110573",28081,39534,3,1927,2410 -"110574",28081,41023,3,1927,2408 -"110575",28081,43593,2,1927,2704 -"110576",28081,44235,3,1927,2700 -"110577",28081,47947,3,1927,2681 -"110578",28081,49347,3,1927,2504 -"110579",28081,51687,3,1927,2333 -"110580",28081,53223,3,1927,2690 -"110581",28081,53362,3,1927,2360 -"110582",28081,54284,3,1927,2491 -"110583",28081,57037,3,1927,2293 -"110584",28081,61585,3,1927,2315 -"110585",28081,63641,3,1927,2337 -"110586",28081,66717,3,1927,2104 -"110587",28081,68789,1,1927,1929 -"110588",28081,71531,3,1927,2887 -"110589",28081,74605,2,1927,2265 -"110590",28081,104659,3,1927,2026 -"110591",28090,12035,3,1755,2721 -"110592",28090,14772,2,1755,2386 -"110593",28090,20469,3,1755,2125 -"110594",28090,29791,3,1755,1986 -"110595",28090,41004,2,1755,2561 -"110596",28090,68888,3,1755,2786 -"110597",28094,841,3,1423,2964 -"110598",28094,1691,3,1423,1941 -"110599",28094,2139,3,1423,2502 -"110600",28094,2852,3,1423,2448 -"110601",28094,3284,3,1423,1541 -"110602",28094,8726,3,1423,2083 -"110603",28094,8822,2,1423,2139 -"110604",28094,10222,3,1423,2212 -"110605",28094,17230,2,1423,1965 -"110606",28094,22317,3,1423,1552 -"110607",28094,28081,2,1423,1927 -"110608",28094,29997,3,1423,1789 -"110609",28094,32202,3,1423,2314 -"110610",28094,32549,3,1423,2111 -"110611",28094,32606,3,1423,2100 -"110612",28094,33380,3,1423,2340 -"110613",28094,33451,3,1423,1957 -"110614",28094,35980,3,1423,2657 -"110615",28094,39534,3,1423,2410 -"110616",28094,49347,3,1423,2504 -"110617",28094,59438,2,1423,2400 -"110618",28094,60879,3,1423,2792 -"110619",28094,61585,3,1423,2315 -"110620",28094,68789,2,1423,1929 -"110621",28094,71455,1,1423,1702 -"110622",28094,71531,3,1423,2887 -"110623",28101,135,3,1949,2233 -"110624",28101,455,3,1949,2827 -"110625",28101,470,3,1949,2285 -"110626",28101,913,3,1949,2144 -"110627",28101,4084,3,1949,2133 -"110628",28101,10433,3,1949,2075 -"110629",28101,23705,2,1949,2699 -"110630",28101,46803,3,1949,2305 -"110631",28101,66413,3,1949,2507 -"110632",28115,135,3,1835,2233 -"110633",28115,455,1,1835,2827 -"110634",28115,470,1,1835,2285 -"110635",28115,841,3,1835,2964 -"110636",28115,913,3,1835,2144 -"110637",28115,2195,3,1835,2139 -"110638",28115,2224,3,1835,2751 -"110639",28115,2424,3,1835,2582 -"110640",28115,2985,3,1835,2398 -"110641",28115,4084,3,1835,2133 -"110642",28115,5491,3,1835,2048 -"110643",28115,6074,3,1835,2426 -"110644",28115,7245,3,1835,2089 -"110645",28115,7515,3,1835,2737 -"110646",28115,9241,3,1835,2338 -"110647",28115,10433,1,1835,2075 -"110648",28115,11516,3,1835,1937 -"110649",28115,12528,3,1835,2589 -"110650",28115,14754,2,1835,2456 -"110651",28115,18151,3,1835,2962 -"110652",28115,19334,3,1835,1979 -"110653",28115,21795,3,1835,2653 -"110654",28115,22567,3,1835,2396 -"110655",28115,23132,2,1835,2756 -"110656",28115,23705,3,1835,2699 -"110657",28115,23918,3,1835,1881 -"110658",28115,24255,3,1835,2770 -"110659",28115,24448,3,1835,2289 -"110660",28115,24568,3,1835,1937 -"110661",28115,27275,3,1835,2656 -"110662",28115,27312,2,1835,2469 -"110663",28115,27390,3,1835,2425 -"110664",28115,27391,3,1835,2378 -"110665",28115,29962,3,1835,2201 -"110666",28115,30052,2,1835,2855 -"110667",28115,32339,3,1835,2430 -"110668",28115,32965,3,1835,2071 -"110669",28115,40383,3,1835,2639 -"110670",28115,40493,3,1835,1981 -"110671",28115,40910,2,1835,2469 -"110672",28115,42216,3,1835,2722 -"110673",28115,45633,3,1835,2134 -"110674",28115,53196,2,1835,1888 -"110675",28115,62219,3,1835,2494 -"110676",28115,63409,3,1835,1937 -"110677",28115,64997,3,1835,2791 -"110678",28115,65016,2,1835,2749 -"110679",28115,66413,3,1835,2507 -"110680",28115,67652,3,1835,2736 -"110681",28115,73305,3,1835,2544 -"110682",28115,80429,3,1835,1927 -"110683",28115,105063,3,1835,1908 -"110684",28116,160,3,1643,2007 -"110685",28116,680,3,1643,2569 -"110686",28116,2057,3,1643,1965 -"110687",28116,2747,2,1643,2411 -"110688",28116,6063,3,1643,2349 -"110689",28116,9503,2,1643,2453 -"110690",28116,10050,3,1643,1792 -"110691",28116,10453,3,1643,1656 -"110692",28116,10739,3,1643,1807 -"110693",28116,11588,2,1643,2352 -"110694",28116,19587,3,1643,1684 -"110695",28116,20220,3,1643,1656 -"110696",28116,23131,3,1643,1732 -"110697",28116,24069,3,1643,2697 -"110698",28116,25373,3,1643,2783 -"110699",28116,27390,3,1643,2425 -"110700",28116,28837,3,1643,2286 -"110701",28116,30334,3,1643,2075 -"110702",28116,30525,3,1643,1964 -"110703",28116,37636,2,1643,2178 -"110704",28116,39418,3,1643,1978 -"110705",28116,40392,3,1643,1878 -"110706",28116,41694,3,1643,2358 -"110707",28116,44433,3,1643,2224 -"110708",28116,44564,3,1643,2034 -"110709",28116,44603,3,1643,2748 -"110710",28116,45729,3,1643,2606 -"110711",28116,51783,3,1643,2599 -"110712",28116,54924,3,1643,2603 -"110713",28116,55482,3,1643,1866 -"110714",28116,74370,3,1643,1667 -"110715",28116,77052,3,1643,2770 -"110716",28124,325,3,434,495 -"110717",28124,380,3,434,2261 -"110718",28124,671,3,434,2328 -"110719",28124,1044,3,434,880 -"110720",28124,1102,3,434,2282 -"110721",28124,1639,3,434,2631 -"110722",28124,1826,2,434,924 -"110723",28124,2269,3,434,984 -"110724",28124,2424,3,434,2582 -"110725",28124,2754,3,434,1360 -"110726",28124,3271,3,434,2216 -"110727",28124,3306,3,434,1989 -"110728",28124,3716,3,434,1679 -"110729",28124,3801,3,434,1974 -"110730",28124,4317,3,434,1224 -"110731",28124,4701,3,434,2401 -"110732",28124,4790,2,434,1025 -"110733",28124,4791,2,434,1184 -"110734",28124,6047,3,434,2004 -"110735",28124,6718,3,434,2138 -"110736",28124,8910,3,434,1054 -"110737",28124,9272,3,434,2835 -"110738",28124,9311,3,434,2477 -"110739",28124,9364,3,434,1698 -"110740",28124,9474,2,434,864 -"110741",28124,9950,3,434,920 -"110742",28124,10513,2,434,2284 -"110743",28124,11006,3,434,1950 -"110744",28124,11540,3,434,1237 -"110745",28124,11541,3,434,1927 -"110746",28124,11576,3,434,808 -"110747",28124,12096,3,434,1330 -"110748",28124,12728,3,434,2374 -"110749",28124,13905,2,434,452 -"110750",28124,13945,3,434,1324 -"110751",28124,14032,3,434,2144 -"110752",28124,14678,3,434,799 -"110753",28124,16332,3,434,2668 -"110754",28124,16940,2,434,1290 -"110755",28124,17821,3,434,858 -"110756",28124,18393,3,434,860 -"110757",28124,18707,3,434,1143 -"110758",28124,19248,3,434,2357 -"110759",28124,19719,3,434,2177 -"110760",28124,20124,3,434,2376 -"110761",28124,20311,3,434,1981 -"110762",28124,20975,2,434,1305 -"110763",28124,20988,3,434,455 -"110764",28124,21122,3,434,1701 -"110765",28124,21138,3,434,2849 -"110766",28124,21197,3,434,1437 -"110767",28124,21198,2,434,935 -"110768",28124,21285,3,434,2100 -"110769",28124,21693,3,434,2176 -"110770",28124,22282,3,434,1418 -"110771",28124,22326,3,434,2818 -"110772",28124,22362,3,434,1836 -"110773",28124,22586,3,434,1341 -"110774",28124,23450,2,434,967 -"110775",28124,23652,3,434,803 -"110776",28124,23727,3,434,1734 -"110777",28124,23729,2,434,1624 -"110778",28124,23970,3,434,1624 -"110779",28124,24755,2,434,1319 -"110780",28124,25027,3,434,564 -"110781",28124,25577,3,434,1946 -"110782",28124,26451,3,434,2133 -"110783",28124,26471,3,434,1061 -"110784",28124,26570,3,434,1669 -"110785",28124,26749,2,434,2965 -"110786",28124,27175,3,434,1447 -"110787",28124,27390,3,434,2425 -"110788",28124,27694,3,434,2030 -"110789",28124,27849,3,434,1316 -"110790",28124,28015,2,434,1624 -"110791",28124,29705,2,434,607 -"110792",28124,29750,3,434,689 -"110793",28124,31338,3,434,917 -"110794",28124,31530,3,434,1661 -"110795",28124,32017,3,434,577 -"110796",28124,32173,3,434,2341 -"110797",28124,33949,3,434,2489 -"110798",28124,34136,3,434,2202 -"110799",28124,34836,3,434,2302 -"110800",28124,38019,2,434,1870 -"110801",28124,38780,3,434,2705 -"110802",28124,39238,2,434,922 -"110803",28124,41174,3,434,850 -"110804",28124,41315,3,434,439 -"110805",28124,41832,3,434,1155 -"110806",28124,43051,3,434,904 -"110807",28124,43226,3,434,2442 -"110808",28124,43385,3,434,1623 -"110809",28124,44059,3,434,525 -"110810",28124,46723,3,434,607 -"110811",28124,47772,2,434,2293 -"110812",28124,48110,3,434,2009 -"110813",28124,50219,3,434,756 -"110814",28124,51017,3,434,2073 -"110815",28124,51810,3,434,1401 -"110816",28124,51953,3,434,551 -"110817",28124,52058,3,434,1836 -"110818",28124,52136,3,434,1412 -"110819",28124,52576,2,434,2234 -"110820",28124,53323,3,434,2677 -"110821",28124,54305,3,434,1222 -"110822",28124,55082,3,434,1856 -"110823",28124,55139,3,434,2323 -"110824",28124,55299,3,434,609 -"110825",28124,55468,3,434,2511 -"110826",28124,56082,3,434,2395 -"110827",28124,56317,2,434,2030 -"110828",28124,57950,3,434,1529 -"110829",28124,58508,2,434,2326 -"110830",28124,58652,3,434,1437 -"110831",28124,61982,3,434,2725 -"110832",28124,64181,3,434,1828 -"110833",28124,66860,3,434,1548 -"110834",28124,67222,3,434,1332 -"110835",28124,68043,3,434,690 -"110836",28124,69335,3,434,2698 -"110837",28124,69712,3,434,1219 -"110838",28124,71342,1,434,1289 -"110839",28124,72956,2,434,1251 -"110840",28124,73128,3,434,1549 -"110841",28124,73786,3,434,2937 -"110842",28124,75948,2,434,1006 -"110843",28124,76284,3,434,1237 -"110844",28124,77305,1,434,965 -"110845",28124,79322,3,434,2770 -"110846",28124,79436,3,434,1344 -"110847",28124,80301,3,434,1690 -"110848",28124,80825,3,434,2315 -"110849",28124,81588,1,434,1568 -"110850",28124,82893,3,434,1275 -"110851",28124,82949,3,434,2077 -"110852",28124,83434,3,434,850 -"110853",28124,87692,3,434,775 -"110854",28124,89097,1,434,935 -"110855",28124,89541,2,434,525 -"110856",28124,90573,3,434,878 -"110857",28124,90802,3,434,877 -"110858",28124,92220,1,434,607 -"110859",28124,93332,3,434,982 -"110860",28124,95836,3,434,760 -"110861",28124,98781,3,434,1410 -"110862",28124,101295,3,434,2165 -"110863",28124,101395,3,434,891 -"110864",28124,115622,3,434,1895 -"110865",28130,1767,3,908,2727 -"110866",28130,2591,3,908,1949 -"110867",28130,2894,3,908,1291 -"110868",28130,3068,3,908,1815 -"110869",28130,3961,3,908,2426 -"110870",28130,5315,3,908,2631 -"110871",28130,5346,3,908,1438 -"110872",28130,5785,2,908,1261 -"110873",28130,6055,3,908,2651 -"110874",28130,6222,3,908,1949 -"110875",28130,6577,3,908,1951 -"110876",28130,7984,3,908,2493 -"110877",28130,7992,3,908,2033 -"110878",28130,8275,2,908,2237 -"110879",28130,10358,3,908,2294 -"110880",28130,10382,3,908,2111 -"110881",28130,11456,3,908,2715 -"110882",28130,12524,3,908,1287 -"110883",28130,12639,3,908,1141 -"110884",28130,12692,2,908,1855 -"110885",28130,13315,3,908,2516 -"110886",28130,13388,3,908,2119 -"110887",28130,13967,3,908,1354 -"110888",28130,13979,2,908,1559 -"110889",28130,14482,2,908,1573 -"110890",28130,14959,3,908,2898 -"110891",28130,15207,2,908,1855 -"110892",28130,15636,3,908,2857 -"110893",28130,16539,3,908,1947 -"110894",28130,17354,3,908,2250 -"110895",28130,17716,3,908,915 -"110896",28130,17852,3,908,2840 -"110897",28130,19453,3,908,1928 -"110898",28130,19593,2,908,2013 -"110899",28130,19634,3,908,954 -"110900",28130,19637,2,908,1229 -"110901",28130,20067,3,908,2390 -"110902",28130,20311,3,908,1981 -"110903",28130,20732,2,908,2401 -"110904",28130,21566,2,908,1234 -"110905",28130,21706,3,908,1988 -"110906",28130,21911,3,908,1184 -"110907",28130,22403,3,908,1630 -"110908",28130,23006,3,908,1532 -"110909",28130,23726,2,908,2434 -"110910",28130,23869,2,908,1918 -"110911",28130,25680,2,908,1618 -"110912",28130,25950,3,908,1618 -"110913",28130,26249,3,908,2301 -"110914",28130,26479,3,908,1818 -"110915",28130,26582,3,908,2772 -"110916",28130,27104,2,908,1608 -"110917",28130,27860,3,908,1588 -"110918",28130,28131,1,908,1492 -"110919",28130,28731,3,908,955 -"110920",28130,28808,3,908,1063 -"110921",28130,29095,3,908,2531 -"110922",28130,30150,2,908,1704 -"110923",28130,30883,2,908,1629 -"110924",28130,31243,2,908,1355 -"110925",28130,31279,3,908,965 -"110926",28130,33801,3,908,2899 -"110927",28130,35529,3,908,1620 -"110928",28130,35772,2,908,1440 -"110929",28130,36441,2,908,2796 -"110930",28130,37934,3,908,1595 -"110931",28130,38921,3,908,1880 -"110932",28130,40646,3,908,1583 -"110933",28130,40893,3,908,1116 -"110934",28130,41108,3,908,1624 -"110935",28130,42747,3,908,1189 -"110936",28130,42799,2,908,2729 -"110937",28130,43479,3,908,2178 -"110938",28130,44557,3,908,2371 -"110939",28130,44819,3,908,2063 -"110940",28130,45903,3,908,2237 -"110941",28130,46635,2,908,2528 -"110942",28130,46803,3,908,2305 -"110943",28130,47386,3,908,2226 -"110944",28130,50269,3,908,1966 -"110945",28130,50382,3,908,2244 -"110946",28130,52136,3,908,1412 -"110947",28130,52345,3,908,1430 -"110948",28130,53475,3,908,2853 -"110949",28130,53604,3,908,2489 -"110950",28130,53779,3,908,2000 -"110951",28130,55084,3,908,1189 -"110952",28130,56903,2,908,1584 -"110953",28130,57150,3,908,1196 -"110954",28130,58669,2,908,2296 -"110955",28130,62148,3,908,1566 -"110956",28130,64502,2,908,1670 -"110957",28130,68024,2,908,1531 -"110958",28130,70203,2,908,2756 -"110959",28130,70996,3,908,1037 -"110960",28130,74818,2,908,1440 -"110961",28130,76356,2,908,2323 -"110962",28130,78801,3,908,1572 -"110963",28130,79371,2,908,1624 -"110964",28130,81463,2,908,955 -"110965",28130,85356,2,908,1492 -"110966",28130,86785,2,908,1607 -"110967",28130,87720,2,908,2086 -"110968",28130,91901,2,908,1236 -"110969",28130,92381,3,908,1237 -"110970",28130,94520,3,908,1243 -"110971",28130,96132,2,908,1489 -"110972",28130,96911,2,908,956 -"110973",28130,97160,3,908,1215 -"110974",28130,100140,2,908,1041 -"110975",28130,103524,3,908,991 -"110976",28130,109718,3,908,1237 -"110977",28130,115037,3,908,1788 -"110978",28131,1767,3,1492,2727 -"110979",28131,1777,3,1492,1965 -"110980",28131,3068,3,1492,1815 -"110981",28131,3255,3,1492,2504 -"110982",28131,3830,3,1492,1661 -"110983",28131,3961,3,1492,2426 -"110984",28131,5078,3,1492,2033 -"110985",28131,5315,3,1492,2631 -"110986",28131,5438,3,1492,1499 -"110987",28131,5457,3,1492,2077 -"110988",28131,5462,3,1492,2374 -"110989",28131,5504,3,1492,2389 -"110990",28131,6222,3,1492,1949 -"110991",28131,7984,3,1492,2493 -"110992",28131,7992,3,1492,2033 -"110993",28131,8275,3,1492,2237 -"110994",28131,9311,3,1492,2477 -"110995",28131,10358,3,1492,2294 -"110996",28131,10779,3,1492,2881 -"110997",28131,11440,3,1492,2026 -"110998",28131,12388,3,1492,1975 -"110999",28131,12692,3,1492,1855 -"111000",28131,12901,3,1492,2136 -"111001",28131,13388,2,1492,2119 -"111002",28131,13979,2,1492,1559 -"111003",28131,14482,3,1492,1573 -"111004",28131,14959,3,1492,2898 -"111005",28131,15207,3,1492,1855 -"111006",28131,15444,3,1492,2764 -"111007",28131,15453,3,1492,1688 -"111008",28131,15636,2,1492,2857 -"111009",28131,16539,3,1492,1947 -"111010",28131,17027,3,1492,2772 -"111011",28131,17097,3,1492,1505 -"111012",28131,17354,2,1492,2250 -"111013",28131,18151,3,1492,2962 -"111014",28131,18394,3,1492,2356 -"111015",28131,19593,3,1492,2013 -"111016",28131,20067,2,1492,2390 -"111017",28131,20311,3,1492,1981 -"111018",28131,20659,3,1492,1969 -"111019",28131,20732,2,1492,2401 -"111020",28131,21706,3,1492,1988 -"111021",28131,22403,3,1492,1630 -"111022",28131,23509,3,1492,2275 -"111023",28131,23726,2,1492,2434 -"111024",28131,23787,3,1492,2810 -"111025",28131,23825,3,1492,1913 -"111026",28131,23869,2,1492,1918 -"111027",28131,24612,3,1492,1875 -"111028",28131,24756,3,1492,2530 -"111029",28131,25680,2,1492,1618 -"111030",28131,26249,2,1492,2301 -"111031",28131,26451,3,1492,2133 -"111032",28131,26479,3,1492,1818 -"111033",28131,27104,3,1492,1608 -"111034",28131,29095,3,1492,2531 -"111035",28131,30150,1,1492,1704 -"111036",28131,30404,3,1492,1810 -"111037",28131,30883,2,1492,1629 -"111038",28131,33356,3,1492,1586 -"111039",28131,33551,3,1492,1734 -"111040",28131,33801,3,1492,2899 -"111041",28131,35529,2,1492,1620 -"111042",28131,36441,3,1492,2796 -"111043",28131,37934,3,1492,1595 -"111044",28131,38921,3,1492,1880 -"111045",28131,40432,3,1492,1956 -"111046",28131,40646,3,1492,1583 -"111047",28131,41278,3,1492,1873 -"111048",28131,42486,3,1492,1951 -"111049",28131,42799,3,1492,2729 -"111050",28131,43479,3,1492,2178 -"111051",28131,44557,3,1492,2371 -"111052",28131,44654,3,1492,2916 -"111053",28131,44819,3,1492,2063 -"111054",28131,46040,3,1492,2105 -"111055",28131,46635,3,1492,2528 -"111056",28131,46803,2,1492,2305 -"111057",28131,47386,3,1492,2226 -"111058",28131,50269,2,1492,1966 -"111059",28131,50382,2,1492,2244 -"111060",28131,53475,3,1492,2853 -"111061",28131,56903,3,1492,1584 -"111062",28131,57657,3,1492,2735 -"111063",28131,58669,1,1492,2296 -"111064",28131,62148,3,1492,1566 -"111065",28131,64502,3,1492,1670 -"111066",28131,68024,3,1492,1531 -"111067",28131,70203,1,1492,2756 -"111068",28131,76356,3,1492,2323 -"111069",28131,78801,3,1492,1572 -"111070",28131,79371,3,1492,1624 -"111071",28131,86785,3,1492,1607 -"111072",28131,87720,3,1492,2086 -"111073",28131,91162,3,1492,1693 -"111074",28131,91201,3,1492,1702 -"111075",28131,95064,3,1492,1801 -"111076",28168,6030,1,2702,2953 -"111077",28168,20292,2,2702,2755 -"111078",28168,21571,2,2702,2755 -"111079",28168,28296,3,2702,2944 -"111080",28168,32567,2,2702,2784 -"111081",28168,34735,3,2702,2767 -"111082",28168,51052,3,2702,2784 -"111083",28168,54929,3,2702,2783 -"111084",28168,82732,3,2702,2810 -"111085",28179,85775,2,2689,2781 -"111086",28179,117764,3,2689,2781 -"111087",28190,14,3,1634,1793 -"111088",28190,360,2,1634,1671 -"111089",28190,3493,3,1634,2451 -"111090",28190,4226,3,1634,1903 -"111091",28190,5622,3,1634,2175 -"111092",28190,5971,3,1634,1985 -"111093",28190,7180,3,1634,2227 -"111094",28190,8088,2,1634,2220 -"111095",28190,9364,3,1634,1698 -"111096",28190,10857,3,1634,2253 -"111097",28190,10874,3,1634,1891 -"111098",28190,16352,3,1634,2657 -"111099",28190,16863,2,1634,2069 -"111100",28190,18874,3,1634,2170 -"111101",28190,20124,3,1634,2376 -"111102",28190,22197,3,1634,2271 -"111103",28190,22260,3,1634,2137 -"111104",28190,23825,3,1634,1913 -"111105",28190,24066,3,1634,1755 -"111106",28190,26366,3,1634,1688 -"111107",28190,26749,3,1634,2965 -"111108",28190,26867,3,1634,1804 -"111109",28190,29295,3,1634,2043 -"111110",28190,32606,3,1634,2100 -"111111",28190,42906,2,1634,1748 -"111112",28190,45684,3,1634,2200 -"111113",28190,46883,1,1634,1671 -"111114",28190,50236,3,1634,2339 -"111115",28190,54551,3,1634,2348 -"111116",28190,56082,3,1634,2395 -"111117",28190,58035,3,1634,1646 -"111118",28190,58451,3,1634,1939 -"111119",28190,75028,3,1634,1660 -"111120",28193,733,3,1032,1653 -"111121",28193,2208,3,1032,2814 -"111122",28193,4317,3,1032,1224 -"111123",28193,4567,3,1032,2348 -"111124",28193,8712,3,1032,1153 -"111125",28193,16164,3,1032,1184 -"111126",28193,22543,3,1032,1594 -"111127",28193,24755,3,1032,1319 -"111128",28193,60624,3,1032,1570 -"111129",28193,90013,3,1032,1461 -"111130",28195,728,3,1407,1812 -"111131",28195,1685,2,1407,2230 -"111132",28195,2108,3,1407,1662 -"111133",28195,3414,3,1407,2322 -"111134",28195,4367,2,1407,2794 -"111135",28195,5106,2,1407,2622 -"111136",28195,11154,3,1407,1594 -"111137",28195,12007,3,1407,1594 -"111138",28195,12078,3,1407,2381 -"111139",28195,12177,3,1407,1965 -"111140",28195,12249,3,1407,1965 -"111141",28195,12397,2,1407,1965 -"111142",28195,13065,3,1407,1561 -"111143",28195,13920,2,1407,1709 -"111144",28195,15567,3,1407,2671 -"111145",28195,18810,3,1407,2671 -"111146",28195,19386,2,1407,1714 -"111147",28195,22744,3,1407,1907 -"111148",28195,23000,3,1407,1815 -"111149",28195,26734,3,1407,2299 -"111150",28195,31794,3,1407,1919 -"111151",28195,34057,3,1407,1657 -"111152",28195,48652,2,1407,1686 -"111153",28195,57067,3,1407,2547 -"111154",28195,57356,3,1407,2476 -"111155",28195,71455,3,1407,1702 -"111156",28195,81753,2,1407,1736 -"111157",28203,5106,3,2117,2622 -"111158",28203,44497,3,2117,2401 -"111159",28216,145,3,1910,1998 -"111160",28216,313,3,1910,2271 -"111161",28216,377,3,1910,2389 -"111162",28216,499,3,1910,1931 -"111163",28216,543,2,1910,2203 -"111164",28216,613,3,1910,2687 -"111165",28216,913,3,1910,2144 -"111166",28216,1151,3,1910,2885 -"111167",28216,1495,3,1910,2046 -"111168",28216,1616,2,1910,2662 -"111169",28216,1777,2,1910,1965 -"111170",28216,2036,3,1910,2483 -"111171",28216,2224,3,1910,2751 -"111172",28216,2484,2,1910,2389 -"111173",28216,3161,2,1910,2229 -"111174",28216,4057,3,1910,2389 -"111175",28216,5078,2,1910,2033 -"111176",28216,5457,2,1910,2077 -"111177",28216,5462,2,1910,2374 -"111178",28216,5504,2,1910,2389 -"111179",28216,6390,3,1910,2385 -"111180",28216,7323,3,1910,2858 -"111181",28216,8760,3,1910,2477 -"111182",28216,9311,3,1910,2477 -"111183",28216,9332,3,1910,2734 -"111184",28216,9362,3,1910,2879 -"111185",28216,12713,2,1910,2440 -"111186",28216,14767,2,1910,2068 -"111187",28216,15299,3,1910,2213 -"111188",28216,15539,3,1910,1929 -"111189",28216,16497,3,1910,2370 -"111190",28216,17410,3,1910,2073 -"111191",28216,17520,3,1910,2276 -"111192",28216,18151,3,1910,2962 -"111193",28216,19606,3,1910,2783 -"111194",28216,20659,3,1910,1969 -"111195",28216,20700,2,1910,2861 -"111196",28216,27478,3,1910,2485 -"111197",28216,29258,3,1910,1932 -"111198",28216,30119,3,1910,1961 -"111199",28216,31235,2,1910,2668 -"111200",28216,31799,3,1910,2547 -"111201",28216,32606,3,1910,2100 -"111202",28216,35256,2,1910,2271 -"111203",28216,37570,3,1910,2389 -"111204",28216,39444,3,1910,2695 -"111205",28216,47445,2,1910,2668 -"111206",28216,49965,3,1910,2301 -"111207",28216,50252,3,1910,2001 -"111208",28216,52576,3,1910,2234 -"111209",28216,53031,3,1910,2065 -"111210",28216,53851,3,1910,2305 -"111211",28216,55556,2,1910,2075 -"111212",28216,55828,3,1910,2393 -"111213",28216,57544,3,1910,2443 -"111214",28216,57977,3,1910,2683 -"111215",28216,64967,3,1910,2872 -"111216",28216,80429,3,1910,1927 -"111217",28216,85430,2,1910,2370 -"111218",28216,86986,3,1910,1976 -"111219",28216,91570,3,1910,2229 -"111220",28216,93615,3,1910,2386 -"111221",28218,1616,3,2048,2662 -"111222",28218,2036,3,2048,2483 -"111223",28218,3853,3,2048,2465 -"111224",28218,3980,3,2048,2771 -"111225",28218,9311,3,2048,2477 -"111226",28218,10843,3,2048,2277 -"111227",28218,12976,2,2048,2399 -"111228",28218,13249,3,2048,2573 -"111229",28218,15184,2,2048,2396 -"111230",28218,15626,2,2048,2434 -"111231",28218,17221,3,2048,2487 -"111232",28218,18458,3,2048,2477 -"111233",28218,19027,3,2048,2721 -"111234",28218,19208,3,2048,2629 -"111235",28218,20700,3,2048,2861 -"111236",28218,22404,2,2048,2399 -"111237",28218,30081,3,2048,2403 -"111238",28218,31799,3,2048,2547 -"111239",28218,33433,3,2048,2805 -"111240",28218,36559,2,2048,2473 -"111241",28218,36962,3,2048,2861 -"111242",28218,47947,3,2048,2681 -"111243",28218,51853,2,2048,2520 -"111244",28218,55156,3,2048,2196 -"111245",28218,59113,3,2048,2434 -"111246",28218,78563,2,2048,2385 -"111247",28230,18227,3,109,2214 -"111248",28230,18666,3,109,1230 -"111249",28230,45967,1,109,2195 -"111250",28230,55862,3,109,2123 -"111251",28233,377,3,1608,2389 -"111252",28233,543,3,1608,2203 -"111253",28233,1262,2,1608,2973 -"111254",28233,1386,3,1608,1901 -"111255",28233,1616,3,1608,2662 -"111256",28233,1777,3,1608,1965 -"111257",28233,3830,2,1608,1661 -"111258",28233,4057,3,1608,2389 -"111259",28233,5457,3,1608,2077 -"111260",28233,5462,3,1608,2374 -"111261",28233,5491,3,1608,2048 -"111262",28233,5504,3,1608,2389 -"111263",28233,5621,3,1608,1860 -"111264",28233,7323,3,1608,2858 -"111265",28233,13732,2,1608,2789 -"111266",28233,14709,3,1608,1901 -"111267",28233,15343,3,1608,2125 -"111268",28233,15539,3,1608,1929 -"111269",28233,16725,3,1608,2830 -"111270",28233,16727,3,1608,2164 -"111271",28233,18151,3,1608,2962 -"111272",28233,19606,3,1608,2783 -"111273",28233,19872,3,1608,2913 -"111274",28233,21795,3,1608,2653 -"111275",28233,22108,3,1608,1915 -"111276",28233,22749,2,1608,1727 -"111277",28233,23508,3,1608,1907 -"111278",28233,23751,2,1608,1740 -"111279",28233,24146,3,1608,2003 -"111280",28233,26865,2,1608,2726 -"111281",28233,26959,3,1608,1961 -"111282",28233,29962,3,1608,2201 -"111283",28233,30052,3,1608,2855 -"111284",28233,30081,2,1608,2403 -"111285",28233,30827,3,1608,2323 -"111286",28233,31307,3,1608,2139 -"111287",28233,32516,3,1608,2050 -"111288",28233,34984,3,1608,2056 -"111289",28233,35256,3,1608,2271 -"111290",28233,36559,3,1608,2473 -"111291",28233,36962,3,1608,2861 -"111292",28233,37333,3,1608,1612 -"111293",28233,37570,3,1608,2389 -"111294",28233,41278,3,1608,1873 -"111295",28233,41872,2,1608,2974 -"111296",28233,42618,3,1608,2316 -"111297",28233,57781,3,1608,1971 -"111298",28233,70046,3,1608,2624 -"111299",28255,93933,2,1200,1336 -"111300",28268,916,3,2258,2718 -"111301",28268,2647,3,2258,2450 -"111302",28268,4551,2,2258,2720 -"111303",28268,7253,1,2258,2686 -"111304",28268,47607,2,2258,2724 -"111305",28268,52380,2,2258,2686 -"111306",28268,53584,3,2258,2391 -"111307",28268,58945,2,2258,2481 -"111308",28268,59511,2,2258,2753 -"111309",28268,69029,3,2258,2623 -"111310",28274,14,3,493,1793 -"111311",28274,863,3,493,551 -"111312",28274,915,3,493,1793 -"111313",28274,1102,3,493,2282 -"111314",28274,1767,2,493,2727 -"111315",28274,2337,3,493,1697 -"111316",28274,2600,3,493,1182 -"111317",28274,2609,2,493,834 -"111318",28274,3068,1,493,1815 -"111319",28274,3946,3,493,1172 -"111320",28274,3980,2,493,2771 -"111321",28274,4784,3,493,2511 -"111322",28274,5315,3,493,2631 -"111323",28274,6020,3,493,1864 -"111324",28274,9440,3,493,1006 -"111325",28274,10143,1,493,778 -"111326",28274,11450,2,493,915 -"111327",28274,11477,3,493,2724 -"111328",28274,11625,2,493,2022 -"111329",28274,12724,3,493,1930 -"111330",28274,12779,3,493,936 -"111331",28274,13109,3,493,1374 -"111332",28274,13158,1,493,2667 -"111333",28274,13479,3,493,2155 -"111334",28274,14328,3,493,1725 -"111335",28274,14332,3,493,780 -"111336",28274,15215,3,493,798 -"111337",28274,15235,2,493,1045 -"111338",28274,16053,3,493,908 -"111339",28274,17943,3,493,1943 -"111340",28274,19069,3,493,988 -"111341",28274,19282,2,493,1623 -"111342",28274,19317,3,493,2041 -"111343",28274,20343,2,493,851 -"111344",28274,20416,3,493,2323 -"111345",28274,20732,3,493,2401 -"111346",28274,21358,3,493,1970 -"111347",28274,22025,3,493,1591 -"111348",28274,22057,2,493,974 -"111349",28274,22374,3,493,1226 -"111350",28274,23726,3,493,2434 -"111351",28274,28648,3,493,1586 -"111352",28274,29884,3,493,1239 -"111353",28274,30092,2,493,1593 -"111354",28274,30236,3,493,2238 -"111355",28274,30827,2,493,2323 -"111356",28274,30850,2,493,1045 -"111357",28274,32811,3,493,804 -"111358",28274,34136,3,493,2202 -"111359",28274,34274,3,493,1437 -"111360",28274,38213,3,493,1744 -"111361",28274,38284,2,493,1234 -"111362",28274,39135,3,493,2489 -"111363",28274,40893,2,493,1116 -"111364",28274,42216,2,493,2722 -"111365",28274,43404,2,493,2649 -"111366",28274,45297,3,493,1864 -"111367",28274,45302,3,493,2390 -"111368",28274,45450,3,493,1590 -"111369",28274,45903,3,493,2237 -"111370",28274,46717,3,493,938 -"111371",28274,48127,2,493,2677 -"111372",28274,48823,2,493,2080 -"111373",28274,49620,3,493,1868 -"111374",28274,55084,1,493,1189 -"111375",28274,56026,2,493,908 -"111376",28274,61242,3,493,1650 -"111377",28274,74636,3,493,2525 -"111378",28274,74730,3,493,535 -"111379",28274,78256,3,493,804 -"111380",28274,80764,3,493,1808 -"111381",28274,81095,3,493,1609 -"111382",28274,88063,2,493,1045 -"111383",28274,88070,3,493,949 -"111384",28274,93642,3,493,1120 -"111385",28274,94520,3,493,1243 -"111386",28274,95879,2,493,1748 -"111387",28274,100670,3,493,525 -"111388",28274,102004,3,493,497 -"111389",28282,601,3,89,702 -"111390",28282,1427,3,89,324 -"111391",28282,1428,3,89,742 -"111392",28282,4289,3,89,1921 -"111393",28282,6253,3,89,2282 -"111394",28282,7984,3,89,2493 -"111395",28282,13388,3,89,2119 -"111396",28282,13979,1,89,1559 -"111397",28282,15990,3,89,593 -"111398",28282,16053,3,89,908 -"111399",28282,19528,3,89,2742 -"111400",28282,20067,3,89,2390 -"111401",28282,20732,3,89,2401 -"111402",28282,21356,2,89,213 -"111403",28282,23726,3,89,2434 -"111404",28282,23869,3,89,1918 -"111405",28282,24756,2,89,2530 -"111406",28282,25680,3,89,1618 -"111407",28282,28130,3,89,908 -"111408",28282,28131,3,89,1492 -"111409",28282,30883,3,89,1629 -"111410",28282,32520,3,89,2425 -"111411",28282,33801,3,89,2899 -"111412",28282,35529,3,89,1620 -"111413",28282,37934,1,89,1595 -"111414",28282,39563,3,89,486 -"111415",28282,41307,3,89,103 -"111416",28282,43479,3,89,2178 -"111417",28282,50382,2,89,2244 -"111418",28282,53412,3,89,566 -"111419",28282,53475,3,89,2853 -"111420",28282,54522,3,89,699 -"111421",28282,55580,3,89,1942 -"111422",28282,74730,3,89,535 -"111423",28282,80883,3,89,280 -"111424",28282,87720,1,89,2086 -"111425",28282,100140,3,89,1041 -"111426",28282,100670,2,89,525 -"111427",28290,827,3,430,2964 -"111428",28290,843,3,430,2332 -"111429",28290,919,2,430,910 -"111430",28290,1257,3,430,1212 -"111431",28290,1624,3,430,2687 -"111432",28290,1708,3,430,1591 -"111433",28290,2647,3,430,2450 -"111434",28290,2724,3,430,2447 -"111435",28290,3271,3,430,2216 -"111436",28290,3272,2,430,2132 -"111437",28290,3477,3,430,2546 -"111438",28290,3559,2,430,2413 -"111439",28290,4968,2,430,1586 -"111440",28290,6040,3,430,2103 -"111441",28290,6063,3,430,2349 -"111442",28290,6562,3,430,1139 -"111443",28290,8006,3,430,479 -"111444",28290,8993,3,430,2099 -"111445",28290,9272,3,430,2835 -"111446",28290,12197,3,430,1235 -"111447",28290,12598,3,430,2086 -"111448",28290,12632,3,430,1174 -"111449",28290,12735,2,430,819 -"111450",28290,12779,3,430,936 -"111451",28290,14442,3,430,2700 -"111452",28290,15023,2,430,2054 -"111453",28290,16538,3,430,704 -"111454",28290,18217,3,430,1566 -"111455",28290,19075,2,430,2214 -"111456",28290,19667,3,430,1466 -"111457",28290,20371,3,430,595 -"111458",28290,20547,1,430,2145 -"111459",28290,20739,2,430,2025 -"111460",28290,20921,1,430,723 -"111461",28290,22462,3,430,869 -"111462",28290,25518,2,430,1955 -"111463",28290,29100,2,430,843 -"111464",28290,31357,2,430,2389 -"111465",28290,33223,3,430,2397 -"111466",28290,33470,3,430,2003 -"111467",28290,36399,3,430,1357 -"111468",28290,39893,3,430,1601 -"111469",28290,40542,3,430,1664 -"111470",28290,42407,3,430,2408 -"111471",28290,43226,3,430,2442 -"111472",28290,43543,3,430,1457 -"111473",28290,44728,3,430,451 -"111474",28290,47372,3,430,788 -"111475",28290,48110,3,430,2009 -"111476",28290,51399,3,430,934 -"111477",28290,51843,2,430,2389 -"111478",28290,51890,3,430,1992 -"111479",28290,52953,2,430,1741 -"111480",28290,53414,3,430,1672 -"111481",28290,54385,2,430,2340 -"111482",28290,54407,3,430,514 -"111483",28290,55307,3,430,2306 -"111484",28290,55730,1,430,1217 -"111485",28290,55997,3,430,1414 -"111486",28290,58508,3,430,2326 -"111487",28290,59344,3,430,2252 -"111488",28290,62848,3,430,1230 -"111489",28290,63104,2,430,2149 -"111490",28290,63631,2,430,763 -"111491",28290,64912,3,430,2099 -"111492",28290,69308,2,430,2370 -"111493",28290,69335,3,430,2698 -"111494",28290,71128,3,430,485 -"111495",28290,76135,2,430,593 -"111496",28290,76295,2,430,1001 -"111497",28290,78611,3,430,1586 -"111498",28290,80301,3,430,1690 -"111499",28290,80615,2,430,2252 -"111500",28290,83122,3,430,1503 -"111501",28290,83598,1,430,619 -"111502",28290,84808,1,430,1974 -"111503",28290,93123,3,430,870 -"111504",28290,93590,2,430,1188 -"111505",28290,98436,3,430,1212 -"111506",28290,105253,3,430,476 -"111507",28290,108974,3,430,752 -"111508",28290,110737,3,430,2117 -"111509",28290,110871,2,430,2879 -"111510",28296,6030,3,2944,2953 -"111511",28299,1785,2,466,2350 -"111512",28299,2737,3,466,607 -"111513",28299,3360,3,466,1583 -"111514",28299,15150,3,466,2801 -"111515",28299,16310,3,466,2796 -"111516",28299,19002,3,466,2053 -"111517",28299,19190,3,466,2677 -"111518",28299,19331,3,466,824 -"111519",28299,20921,3,466,723 -"111520",28299,26698,2,466,1963 -"111521",28299,31405,3,466,958 -"111522",28299,49069,3,466,1694 -"111523",28299,49415,3,466,2654 -"111524",28299,50899,3,466,2125 -"111525",28299,51499,2,466,649 -"111526",28299,52953,3,466,1741 -"111527",28299,73629,3,466,1713 -"111528",28299,76505,3,466,2123 -"111529",28299,85401,3,466,1931 -"111530",28299,90429,3,466,1684 -"111531",28299,103312,3,466,1216 -"111532",28303,6491,3,2089,2424 -"111533",28303,12374,3,2089,2260 -"111534",28303,12728,3,2089,2374 -"111535",28303,18315,3,2089,2720 -"111536",28303,21104,3,2089,2327 -"111537",28303,26451,3,2089,2133 -"111538",28303,29073,3,2089,2328 -"111539",28303,32173,3,2089,2341 -"111540",28303,34136,3,2089,2202 -"111541",28303,43213,3,2089,2160 -"111542",28303,43518,3,2089,2680 -"111543",28303,55691,3,2089,2856 -"111544",28327,36506,3,2053,2638 -"111545",28327,42280,3,2053,2266 -"111546",28327,43929,3,2053,2749 -"111547",28335,11493,3,1240,2077 -"111548",28335,12388,3,1240,1975 -"111549",28335,39748,1,1240,1566 -"111550",28335,51157,3,1240,2319 -"111551",28335,55580,1,1240,1942 -"111552",28335,62148,3,1240,1566 -"111553",28335,81478,3,1240,1640 -"111554",28355,2344,3,2053,2752 -"111555",28355,3520,3,2053,2281 -"111556",28355,3776,3,2053,2322 -"111557",28355,3786,3,2053,2282 -"111558",28355,5606,3,2053,2875 -"111559",28355,6248,2,2053,2737 -"111560",28355,10727,2,2053,2082 -"111561",28355,19687,3,2053,2072 -"111562",28355,33363,2,2053,2475 -"111563",28355,49147,2,2053,2539 -"111564",28355,53648,3,2053,2167 -"111565",28355,55436,3,2053,2513 -"111566",28355,59470,3,2053,2393 -"111567",28357,728,3,1134,1812 -"111568",28357,1015,3,1134,1174 -"111569",28357,1150,3,1134,1595 -"111570",28357,1203,2,1134,1350 -"111571",28357,2294,3,1134,1638 -"111572",28357,2407,3,1134,1725 -"111573",28357,2524,3,1134,1708 -"111574",28357,2540,3,1134,1398 -"111575",28357,3127,3,1134,2273 -"111576",28357,3255,3,1134,2504 -"111577",28357,4660,3,1134,2149 -"111578",28357,4669,3,1134,2395 -"111579",28357,5106,3,1134,2622 -"111580",28357,6186,3,1134,1693 -"111581",28357,9060,3,1134,1612 -"111582",28357,9227,3,1134,1267 -"111583",28357,9311,3,1134,2477 -"111584",28357,10087,2,1134,1617 -"111585",28357,10754,3,1134,1797 -"111586",28357,10875,3,1134,1234 -"111587",28357,11127,3,1134,1196 -"111588",28357,11136,3,1134,2573 -"111589",28357,13065,3,1134,1561 -"111590",28357,13068,3,1134,1778 -"111591",28357,13920,2,1134,1709 -"111592",28357,14761,3,1134,2502 -"111593",28357,16437,3,1134,1956 -"111594",28357,16684,3,1134,1657 -"111595",28357,17033,3,1134,2771 -"111596",28357,18706,3,1134,1617 -"111597",28357,18965,3,1134,2315 -"111598",28357,21448,3,1134,2332 -"111599",28357,23277,3,1134,1267 -"111600",28357,29267,3,1134,1234 -"111601",28357,29286,3,1134,1612 -"111602",28357,30891,3,1134,1256 -"111603",28357,31868,3,1134,1993 -"111604",28357,32110,3,1134,2224 -"111605",28357,33491,3,1134,1226 -"111606",28357,34057,3,1134,1657 -"111607",28357,34094,3,1134,1360 -"111608",28357,35728,3,1134,2017 -"111609",28357,36953,3,1134,2790 -"111610",28357,37036,3,1134,2264 -"111611",28357,37059,3,1134,2840 -"111612",28357,39534,1,1134,2410 -"111613",28357,40572,3,1134,2666 -"111614",28357,41338,3,1134,1553 -"111615",28357,42813,3,1134,2142 -"111616",28357,44025,3,1134,1935 -"111617",28357,44235,3,1134,2700 -"111618",28357,44877,3,1134,1219 -"111619",28357,46486,2,1134,1868 -"111620",28357,49347,2,1134,2504 -"111621",28357,49712,3,1134,1937 -"111622",28357,50354,3,1134,1299 -"111623",28357,53924,3,1134,1289 -"111624",28357,57082,3,1134,1418 -"111625",28357,58238,3,1134,1944 -"111626",28357,61723,3,1134,1262 -"111627",28357,63641,3,1134,2337 -"111628",28357,66717,2,1134,2104 -"111629",28357,68215,3,1134,2727 -"111630",28357,69131,3,1134,2122 -"111631",28357,72348,3,1134,1810 -"111632",28357,72438,1,1134,1397 -"111633",28357,72535,3,1134,1191 -"111634",28357,73172,3,1134,2496 -"111635",28357,73192,3,1134,1955 -"111636",28357,78740,3,1134,1515 -"111637",28357,79432,3,1134,1708 -"111638",28357,81753,3,1134,1736 -"111639",28357,90789,2,1134,1218 -"111640",28357,98058,2,1134,1891 -"111641",28357,107383,2,1134,1918 -"111642",28357,115059,3,1134,2552 -"111643",28361,2864,3,129,1543 -"111644",28361,3198,3,129,1797 -"111645",28361,3395,2,129,1382 -"111646",28361,3397,3,129,2126 -"111647",28361,3409,3,129,2167 -"111648",28361,3453,2,129,2126 -"111649",28361,6492,2,129,1162 -"111650",28361,12778,3,129,2045 -"111651",28361,17502,3,129,869 -"111652",28361,19893,3,129,1223 -"111653",28361,24299,3,129,231 -"111654",28361,24753,3,129,2860 -"111655",28361,26421,3,129,2634 -"111656",28361,28626,3,129,2842 -"111657",28361,32419,2,129,1909 -"111658",28361,33655,2,129,773 -"111659",28361,40879,3,129,2019 -"111660",28361,43902,2,129,1726 -"111661",28361,52699,2,129,1372 -"111662",28361,83286,3,129,1793 -"111663",28361,83291,3,129,2066 -"111664",28361,91812,1,129,682 -"111665",28361,107478,3,129,768 -"111666",28380,5962,2,473,2491 -"111667",28380,6119,2,473,2358 -"111668",28380,8770,3,473,634 -"111669",28380,9227,3,473,1267 -"111670",28380,9615,3,473,2464 -"111671",28380,10336,2,473,2271 -"111672",28380,11029,3,473,2362 -"111673",28380,11563,3,473,1863 -"111674",28380,14520,3,473,634 -"111675",28380,16286,2,473,2470 -"111676",28380,16365,3,473,2217 -"111677",28380,16573,3,473,802 -"111678",28380,19934,3,473,2888 -"111679",28380,20176,2,473,1050 -"111680",28380,21681,3,473,2005 -"111681",28380,30865,3,473,2038 -"111682",28380,36344,3,473,2570 -"111683",28380,37036,3,473,2264 -"111684",28380,44074,3,473,1299 -"111685",28380,48888,3,473,1177 -"111686",28380,51360,3,473,1882 -"111687",28380,53248,3,473,2271 -"111688",28380,64993,3,473,615 -"111689",28380,79420,3,473,1061 -"111690",28380,104828,2,473,1609 -"111691",28382,3409,3,1874,2167 -"111692",28382,6428,3,1874,1952 -"111693",28382,7354,3,1874,2008 -"111694",28382,13249,3,1874,2573 -"111695",28382,13324,3,1874,2163 -"111696",28382,14655,2,1874,2559 -"111697",28382,17354,3,1874,2250 -"111698",28382,19516,3,1874,2313 -"111699",28382,23460,2,1874,2183 -"111700",28382,36031,3,1874,2342 -"111701",28383,270,2,1222,2542 -"111702",28383,380,3,1222,2261 -"111703",28383,1102,3,1222,2282 -"111704",28383,1124,3,1222,1596 -"111705",28383,2111,2,1222,1904 -"111706",28383,2424,3,1222,2582 -"111707",28383,3493,3,1222,2451 -"111708",28383,4360,2,1222,1770 -"111709",28383,5072,3,1222,2175 -"111710",28383,5235,3,1222,2324 -"111711",28383,5622,3,1222,2175 -"111712",28383,5971,3,1222,1985 -"111713",28383,5984,3,1222,1675 -"111714",28383,5986,3,1222,1721 -"111715",28383,6417,3,1222,1675 -"111716",28383,6588,2,1222,2025 -"111717",28383,6718,3,1222,2138 -"111718",28383,7234,3,1222,2654 -"111719",28383,7858,3,1222,1795 -"111720",28383,9928,3,1222,2345 -"111721",28383,10488,2,1222,1524 -"111722",28383,10523,3,1222,1510 -"111723",28383,10857,3,1222,2253 -"111724",28383,11218,2,1222,2292 -"111725",28383,11229,3,1222,1625 -"111726",28383,12042,3,1222,2345 -"111727",28383,12310,3,1222,1337 -"111728",28383,13307,3,1222,2206 -"111729",28383,15402,3,1222,1281 -"111730",28383,15700,3,1222,1712 -"111731",28383,15799,3,1222,1917 -"111732",28383,16352,3,1222,2657 -"111733",28383,17400,3,1222,2231 -"111734",28383,18152,3,1222,1314 -"111735",28383,18394,2,1222,2356 -"111736",28383,19622,3,1222,2371 -"111737",28383,19862,3,1222,2412 -"111738",28383,20124,3,1222,2376 -"111739",28383,21012,3,1222,2325 -"111740",28383,23526,2,1222,1998 -"111741",28383,23715,2,1222,1859 -"111742",28383,23725,3,1222,2378 -"111743",28383,23729,3,1222,1624 -"111744",28383,24066,3,1222,1755 -"111745",28383,24259,3,1222,1281 -"111746",28383,25643,3,1222,1646 -"111747",28383,26067,3,1222,2069 -"111748",28383,26080,3,1222,2525 -"111749",28383,26818,3,1222,1999 -"111750",28383,26848,3,1222,2363 -"111751",28383,26867,3,1222,1804 -"111752",28383,30405,2,1222,2164 -"111753",28383,31307,3,1222,2139 -"111754",28383,32173,3,1222,2341 -"111755",28383,39294,3,1222,1889 -"111756",28383,40028,2,1222,1349 -"111757",28383,40493,3,1222,1981 -"111758",28383,43213,3,1222,2160 -"111759",28383,43385,3,1222,1623 -"111760",28383,43455,3,1222,2846 -"111761",28383,43518,3,1222,2680 -"111762",28383,44521,3,1222,1593 -"111763",28383,45684,3,1222,2200 -"111764",28383,46196,3,1222,1510 -"111765",28383,46629,2,1222,2255 -"111766",28383,48035,3,1222,2180 -"111767",28383,50236,3,1222,2339 -"111768",28383,52136,2,1222,1412 -"111769",28383,52345,3,1222,1430 -"111770",28383,53134,3,1222,1590 -"111771",28383,53303,2,1222,1376 -"111772",28383,54551,3,1222,2348 -"111773",28383,54929,3,1222,2783 -"111774",28383,56082,2,1222,2395 -"111775",28383,56237,3,1222,2625 -"111776",28383,61982,3,1222,2725 -"111777",28383,65242,3,1222,1988 -"111778",28383,72207,2,1222,2430 -"111779",28383,72326,3,1222,2384 -"111780",28383,75403,3,1222,1895 -"111781",28383,83396,3,1222,2396 -"111782",28389,9954,3,1124,2117 -"111783",28406,288,1,81,947 -"111784",28406,671,3,81,2328 -"111785",28406,2063,3,81,1278 -"111786",28406,2484,3,81,2389 -"111787",28406,2743,2,81,1278 -"111788",28406,2754,3,81,1360 -"111789",28406,3242,3,81,1730 -"111790",28406,7937,3,81,2044 -"111791",28406,11471,3,81,839 -"111792",28406,16164,3,81,1184 -"111793",28406,17520,3,81,2276 -"111794",28406,18102,3,81,1642 -"111795",28406,18615,3,81,1025 -"111796",28406,20319,3,81,468 -"111797",28406,20563,3,81,2267 -"111798",28406,20783,3,81,2414 -"111799",28406,20824,3,81,1366 -"111800",28406,23506,3,81,1172 -"111801",28406,30857,3,81,863 -"111802",28406,36346,3,81,1240 -"111803",28406,38574,3,81,188 -"111804",28406,38921,3,81,1880 -"111805",28406,41064,3,81,1201 -"111806",28406,42264,3,81,1702 -"111807",28406,43883,3,81,925 -"111808",28406,50133,3,81,1236 -"111809",28406,50252,3,81,2001 -"111810",28406,51022,3,81,1499 -"111811",28406,53031,3,81,2065 -"111812",28406,54857,1,81,849 -"111813",28406,57691,3,81,1232 -"111814",28406,61785,3,81,822 -"111815",28406,67222,2,81,1332 -"111816",28406,72334,3,81,2820 -"111817",28406,89565,2,81,631 -"111818",28406,92592,3,81,486 -"111819",28406,95036,3,81,380 -"111820",28406,100134,3,81,977 -"111821",28406,101652,3,81,270 -"111822",28432,843,3,1954,2332 -"111823",28432,2936,3,1954,2512 -"111824",28432,3271,2,1954,2216 -"111825",28432,4681,2,1954,2356 -"111826",28432,5235,3,1954,2324 -"111827",28432,7029,3,1954,2204 -"111828",28432,7515,3,1954,2737 -"111829",28432,7896,3,1954,2447 -"111830",28432,9272,1,1954,2835 -"111831",28432,9723,2,1954,2302 -"111832",28432,10129,3,1954,2124 -"111833",28432,11239,1,1954,2181 -"111834",28432,16437,3,1954,1956 -"111835",28432,16751,3,1954,2301 -"111836",28432,18202,3,1954,2475 -"111837",28432,19075,3,1954,2214 -"111838",28432,19215,3,1954,2604 -"111839",28432,19364,1,1954,2846 -"111840",28432,20700,3,1954,2861 -"111841",28432,22580,3,1954,2245 -"111842",28432,22709,2,1954,2743 -"111843",28432,23132,3,1954,2756 -"111844",28432,27195,2,1954,2158 -"111845",28432,28923,3,1954,2362 -"111846",28432,29930,3,1954,2240 -"111847",28432,31700,3,1954,2727 -"111848",28432,34921,3,1954,2181 -"111849",28432,37752,3,1954,2223 -"111850",28432,37859,2,1954,1999 -"111851",28432,39439,3,1954,2462 -"111852",28432,39444,3,1954,2695 -"111853",28432,39906,2,1954,2365 -"111854",28432,41240,3,1954,2220 -"111855",28432,43173,3,1954,2895 -"111856",28432,43226,2,1954,2442 -"111857",28432,46506,3,1954,2464 -"111858",28432,48110,2,1954,2009 -"111859",28432,53445,3,1954,2028 -"111860",28432,53809,3,1954,1956 -"111861",28432,57804,3,1954,2214 -"111862",28432,58508,2,1954,2326 -"111863",28432,59039,3,1954,2870 -"111864",28432,60879,3,1954,2792 -"111865",28432,66241,3,1954,2351 -"111866",28432,69335,2,1954,2698 -"111867",28432,73305,3,1954,2544 -"111868",28432,73553,1,1954,2726 -"111869",28432,77077,2,1954,2693 -"111870",28432,82932,3,1954,2245 -"111871",28432,99940,3,1954,2884 -"111872",28432,121354,3,1954,2862 -"111873",28434,23,3,1141,1682 -"111874",28434,360,3,1141,1671 -"111875",28434,671,3,1141,2328 -"111876",28434,675,3,1141,1686 -"111877",28434,733,3,1141,1653 -"111878",28434,1046,2,1141,1881 -"111879",28434,1050,3,1141,1185 -"111880",28434,1127,3,1141,1188 -"111881",28434,1130,3,1141,1566 -"111882",28434,1136,2,1141,2536 -"111883",28434,1201,3,1141,2489 -"111884",28434,1367,3,1141,2176 -"111885",28434,2063,3,1141,1278 -"111886",28434,2226,3,1141,2225 -"111887",28434,2325,3,1141,1641 -"111888",28434,2743,3,1141,1278 -"111889",28434,2754,3,1141,1360 -"111890",28434,2954,3,1141,2727 -"111891",28434,3164,3,1141,2693 -"111892",28434,3167,3,1141,1676 -"111893",28434,3242,2,1141,1730 -"111894",28434,3770,3,1141,2623 -"111895",28434,4191,2,1141,2130 -"111896",28434,4226,3,1141,1903 -"111897",28434,4583,3,1141,2741 -"111898",28434,4618,2,1141,2607 -"111899",28434,4687,3,1141,2152 -"111900",28434,4980,3,1141,2093 -"111901",28434,5041,3,1141,2371 -"111902",28434,5148,3,1141,2206 -"111903",28434,5462,3,1141,2374 -"111904",28434,5669,3,1141,2502 -"111905",28434,5725,2,1141,2789 -"111906",28434,6030,3,1141,2953 -"111907",28434,7181,3,1141,1421 -"111908",28434,7245,3,1141,2089 -"111909",28434,7555,3,1141,1943 -"111910",28434,7861,3,1141,1647 -"111911",28434,8258,3,1141,1959 -"111912",28434,8533,3,1141,2251 -"111913",28434,8621,3,1141,1681 -"111914",28434,8700,3,1141,1270 -"111915",28434,9311,3,1141,2477 -"111916",28434,10404,3,1141,2062 -"111917",28434,10875,2,1141,1234 -"111918",28434,10890,3,1141,2639 -"111919",28434,12096,1,1141,1330 -"111920",28434,12867,3,1141,2773 -"111921",28434,13248,3,1141,1385 -"111922",28434,13801,3,1141,2041 -"111923",28434,13929,2,1141,2693 -"111924",28434,13945,3,1141,1324 -"111925",28434,14915,3,1141,2606 -"111926",28434,15184,3,1141,2396 -"111927",28434,15607,3,1141,1421 -"111928",28434,16164,2,1141,1184 -"111929",28434,16217,3,1141,1653 -"111930",28434,16863,3,1141,2069 -"111931",28434,17357,3,1141,1536 -"111932",28434,18415,3,1141,2184 -"111933",28434,19027,3,1141,2721 -"111934",28434,19453,3,1141,1928 -"111935",28434,20563,3,1141,2267 -"111936",28434,20643,3,1141,2341 -"111937",28434,20824,3,1141,1366 -"111938",28434,21911,3,1141,1184 -"111939",28434,22006,3,1141,1202 -"111940",28434,22260,3,1141,2137 -"111941",28434,22331,3,1141,2687 -"111942",28434,22884,3,1141,1608 -"111943",28434,22964,3,1141,1443 -"111944",28434,23154,2,1141,2345 -"111945",28434,23506,3,1141,1172 -"111946",28434,23534,3,1141,1659 -"111947",28434,23771,3,1141,1614 -"111948",28434,24005,3,1141,1188 -"111949",28434,24755,3,1141,1319 -"111950",28434,24923,3,1141,2785 -"111951",28434,25129,3,1141,2647 -"111952",28434,25132,3,1141,1188 -"111953",28434,25341,2,1141,1858 -"111954",28434,25643,2,1141,1646 -"111955",28434,26282,2,1141,1241 -"111956",28434,26351,3,1141,2683 -"111957",28434,26436,3,1141,2489 -"111958",28434,26516,3,1141,2479 -"111959",28434,26570,2,1141,1669 -"111960",28434,27753,3,1141,2750 -"111961",28434,27792,3,1141,1308 -"111962",28434,28190,3,1141,1634 -"111963",28434,28285,3,1141,2972 -"111964",28434,28303,3,1141,2089 -"111965",28434,28896,3,1141,1395 -"111966",28434,29050,2,1141,1196 -"111967",28434,29073,3,1141,2328 -"111968",28434,29095,3,1141,2531 -"111969",28434,29456,3,1141,1182 -"111970",28434,30883,3,1141,1629 -"111971",28434,31799,2,1141,2547 -"111972",28434,32173,3,1141,2341 -"111973",28434,33621,3,1141,1319 -"111974",28434,33801,3,1141,2899 -"111975",28434,34216,3,1141,2832 -"111976",28434,34492,3,1141,1798 -"111977",28434,34509,3,1141,1973 -"111978",28434,34815,3,1141,2354 -"111979",28434,36346,3,1141,1240 -"111980",28434,36450,3,1141,1591 -"111981",28434,36962,3,1141,2861 -"111982",28434,37418,3,1141,2710 -"111983",28434,37620,2,1141,2716 -"111984",28434,38162,3,1141,1691 -"111985",28434,39087,3,1141,2765 -"111986",28434,40293,2,1141,1671 -"111987",28434,40672,3,1141,1315 -"111988",28434,41682,3,1141,1988 -"111989",28434,44427,3,1141,2875 -"111990",28434,45549,3,1141,1322 -"111991",28434,46883,3,1141,1671 -"111992",28434,47082,3,1141,1990 -"111993",28434,47857,3,1141,2325 -"111994",28434,47947,3,1141,2681 -"111995",28434,51022,3,1141,1499 -"111996",28434,51410,3,1141,2739 -"111997",28434,51987,3,1141,1397 -"111998",28434,53300,3,1141,2162 -"111999",28434,53433,3,1141,1187 -"112000",28434,53475,3,1141,2853 -"112001",28434,53630,3,1141,1565 -"112002",28434,55691,2,1141,2856 -"112003",28434,57977,3,1141,2683 -"112004",28434,58035,1,1141,1646 -"112005",28434,62538,3,1141,1656 -"112006",28434,62840,3,1141,2502 -"112007",28434,63770,2,1141,1324 -"112008",28434,64031,1,1141,1295 -"112009",28434,64181,3,1141,1828 -"112010",28434,64997,3,1141,2791 -"112011",28434,65029,3,1141,2954 -"112012",28434,70046,3,1141,2624 -"112013",28434,71562,3,1141,2574 -"112014",28434,76284,3,1141,1237 -"112015",28434,80172,2,1141,1342 -"112016",28434,82767,2,1141,1641 -"112017",28434,86245,3,1141,1972 -"112018",28434,101482,2,1141,1300 -"112019",28440,782,3,675,945 -"112020",28440,1519,3,675,2349 -"112021",28440,1702,3,675,1984 -"112022",28440,2351,3,675,1868 -"112023",28440,3127,3,675,2273 -"112024",28440,3254,3,675,1258 -"112025",28440,3493,3,675,2451 -"112026",28440,4612,3,675,2804 -"112027",28440,4668,3,675,1919 -"112028",28440,4669,3,675,2395 -"112029",28440,5792,3,675,975 -"112030",28440,5897,3,675,2337 -"112031",28440,7252,3,675,2799 -"112032",28440,7785,3,675,2441 -"112033",28440,7942,3,675,2623 -"112034",28440,8062,3,675,2858 -"112035",28440,8140,3,675,1262 -"112036",28440,9785,3,675,2951 -"112037",28440,10980,3,675,1974 -"112038",28440,11108,3,675,1609 -"112039",28440,11429,3,675,2520 -"112040",28440,11648,3,675,2852 -"112041",28440,12023,3,675,799 -"112042",28440,12781,3,675,831 -"112043",28440,12948,3,675,2669 -"112044",28440,13295,2,675,779 -"112045",28440,14532,3,675,1193 -"112046",28440,14781,3,675,2338 -"112047",28440,15095,3,675,2001 -"112048",28440,16501,3,675,1650 -"112049",28440,16715,3,675,1218 -"112050",28440,16864,2,675,814 -"112051",28440,17033,3,675,2771 -"112052",28440,18122,3,675,894 -"112053",28440,18124,2,675,1642 -"112054",28440,18421,3,675,2457 -"112055",28440,18978,2,675,952 -"112056",28440,21684,3,675,1971 -"112057",28440,23000,3,675,1815 -"112058",28440,23756,2,675,2309 -"112059",28440,26182,3,675,2775 -"112060",28440,26838,3,675,685 -"112061",28440,27686,3,675,2844 -"112062",28440,27742,2,675,2700 -"112063",28440,27914,3,675,2507 -"112064",28440,28869,2,675,2425 -"112065",28440,28904,2,675,926 -"112066",28440,30334,3,675,2075 -"112067",28440,30525,3,675,1964 -"112068",28440,31753,3,675,1514 -"112069",28440,31868,3,675,1993 -"112070",28440,32532,3,675,2338 -"112071",28440,32560,3,675,1258 -"112072",28440,32651,3,675,877 -"112073",28440,33870,3,675,955 -"112074",28440,34892,3,675,2309 -"112075",28440,35728,3,675,2017 -"112076",28440,36278,3,675,2952 -"112077",28440,37149,3,675,1673 -"112078",28440,37636,3,675,2178 -"112079",28440,40392,3,675,1878 -"112080",28440,40572,3,675,2666 -"112081",28440,41077,3,675,864 -"112082",28440,42852,3,675,1316 -"112083",28440,43204,3,675,1680 -"112084",28440,44341,3,675,1230 -"112085",28440,45869,3,675,2840 -"112086",28440,46486,3,675,1868 -"112087",28440,46982,2,675,2806 -"112088",28440,47013,3,675,2388 -"112089",28440,51144,3,675,2466 -"112090",28440,51783,3,675,2599 -"112091",28440,52136,3,675,1412 -"112092",28440,54775,3,675,2383 -"112093",28440,56995,3,675,2323 -"112094",28440,58655,3,675,2685 -"112095",28440,62438,3,675,802 -"112096",28440,62626,3,675,2787 -"112097",28440,76007,3,675,918 -"112098",28440,80156,3,675,1667 -"112099",28440,85396,2,675,1131 -"112100",28440,90709,2,675,1080 -"112101",28440,91849,2,675,1166 -"112102",28440,99298,3,675,679 -"112103",28440,99332,3,675,873 -"112104",28440,115021,3,675,1226 -"112105",28446,841,3,917,2964 -"112106",28446,2452,3,917,1715 -"112107",28446,2540,3,917,1398 -"112108",28446,3978,3,917,2775 -"112109",28446,4646,3,917,2139 -"112110",28446,4983,3,917,1909 -"112111",28446,6821,3,917,1788 -"112112",28446,6989,3,917,2623 -"112113",28446,9703,2,917,1845 -"112114",28446,10223,3,917,1033 -"112115",28446,11648,3,917,2852 -"112116",28446,13068,3,917,1778 -"112117",28446,13720,3,917,1558 -"112118",28446,14287,3,917,1583 -"112119",28446,16437,3,917,1956 -"112120",28446,16776,3,917,1565 -"112121",28446,17645,3,917,1918 -"112122",28446,18005,3,917,2449 -"112123",28446,19028,3,917,921 -"112124",28446,20176,2,917,1050 -"112125",28446,23015,3,917,1362 -"112126",28446,24176,3,917,1986 -"112127",28446,25378,3,917,1245 -"112128",28446,25569,3,917,2317 -"112129",28446,27722,3,917,1266 -"112130",28446,30865,3,917,2038 -"112131",28446,36344,3,917,2570 -"112132",28446,37351,3,917,978 -"112133",28446,38373,3,917,1928 -"112134",28446,39443,3,917,2277 -"112135",28446,39746,3,917,1361 -"112136",28446,45480,3,917,1104 -"112137",28446,46570,2,917,1707 -"112138",28446,47968,3,917,2829 -"112139",28446,49414,3,917,1667 -"112140",28446,52815,3,917,2323 -"112141",28446,59039,3,917,2870 -"112142",28446,65242,3,917,1988 -"112143",28446,65522,3,917,1572 -"112144",28446,67815,3,917,2476 -"112145",28446,76286,3,917,1642 -"112146",28446,81716,3,917,1199 -"112147",28446,82023,3,917,992 -"112148",28446,102566,3,917,2207 -"112149",28501,45138,3,2242,2516 -"112150",28501,55817,3,2242,2285 -"112151",28525,2407,2,1273,1725 -"112152",28525,4001,3,1273,1687 -"112153",28525,4821,3,1273,1938 -"112154",28525,9202,3,1273,2477 -"112155",28525,11990,3,1273,1909 -"112156",28525,15546,3,1273,2055 -"112157",28525,16866,2,1273,2718 -"112158",28525,18865,2,1273,2676 -"112159",28525,19208,3,1273,2629 -"112160",28525,19605,3,1273,2395 -"112161",28525,26642,3,1273,2952 -"112162",28525,36270,3,1273,2910 -"112163",28525,39999,3,1273,1593 -"112164",28525,42813,3,1273,2142 -"112165",28525,45449,3,1273,1610 -"112166",28525,50480,3,1273,2701 -"112167",28525,56910,3,1273,2705 -"112168",28525,59726,2,1273,1513 -"112169",28525,63395,2,1273,2334 -"112170",28525,69215,3,1273,1591 -"112171",28525,70455,3,1273,1307 -"112172",28525,74204,3,1273,2463 -"112173",28525,101347,3,1273,1335 -"112174",28545,361,3,552,1970 -"112175",28545,602,3,552,2632 -"112176",28545,3011,3,552,2278 -"112177",28545,9579,2,552,2105 -"112178",28545,25440,3,552,2749 -"112179",28545,27261,3,552,1368 -"112180",28545,32429,3,552,601 -"112181",28545,36446,3,552,1175 -"112182",28545,40296,3,552,1674 -"112183",28545,69091,3,552,1267 -"112184",28545,84897,2,552,1075 -"112185",28559,10358,3,1525,2294 -"112186",28559,26080,3,1525,2525 -"112187",28559,32919,3,1525,2321 -"112188",28559,41972,3,1525,2509 -"112189",28559,60280,3,1525,1918 -"112190",28559,69260,3,1525,1698 -"112191",28567,3100,3,2398,2524 -"112192",28567,3403,3,2398,2951 -"112193",28567,11135,2,2398,2441 -"112194",28567,15502,3,2398,2637 -"112195",28567,47330,3,2398,2422 -"112196",28567,56673,3,2398,2419 -"112197",28571,160,3,1556,2007 -"112198",28571,600,3,1556,1702 -"112199",28571,952,3,1556,1991 -"112200",28571,2747,3,1556,2411 -"112201",28571,3819,3,1556,1583 -"112202",28571,3947,3,1556,2067 -"112203",28571,3966,3,1556,2425 -"112204",28571,5315,3,1556,2631 -"112205",28571,5449,3,1556,1723 -"112206",28571,6047,3,1556,2004 -"112207",28571,6417,3,1556,1675 -"112208",28571,7029,3,1556,2204 -"112209",28571,8238,3,1556,2222 -"112210",28571,10310,3,1556,2774 -"112211",28571,10358,3,1556,2294 -"112212",28571,10453,3,1556,1656 -"112213",28571,10870,2,1556,1755 -"112214",28571,11103,2,1556,2393 -"112215",28571,11239,3,1556,2181 -"112216",28571,11493,2,1556,2077 -"112217",28571,12371,2,1556,1569 -"112218",28571,14032,3,1556,2144 -"112219",28571,14749,3,1556,1998 -"112220",28571,16352,3,1556,2657 -"112221",28571,17351,3,1556,2036 -"112222",28571,17632,3,1556,1947 -"112223",28571,18165,3,1556,2085 -"112224",28571,18344,3,1556,2204 -"112225",28571,19208,3,1556,2629 -"112226",28571,20331,3,1556,2365 -"112227",28571,20730,3,1556,2243 -"112228",28571,22578,3,1556,2216 -"112229",28571,22893,2,1556,1938 -"112230",28571,24256,2,1556,2393 -"112231",28571,24568,3,1556,1937 -"112232",28571,25325,3,1556,2963 -"112233",28571,27195,2,1556,2158 -"112234",28571,29286,3,1556,1612 -"112235",28571,29512,3,1556,1594 -"112236",28571,29917,3,1556,1962 -"112237",28571,29930,1,1556,2240 -"112238",28571,31705,3,1556,2706 -"112239",28571,33184,3,1556,2522 -"112240",28571,34735,3,1556,2767 -"112241",28571,36441,3,1556,2796 -"112242",28571,36574,3,1556,2934 -"112243",28571,36912,3,1556,2469 -"112244",28571,41770,2,1556,2752 -"112245",28571,41955,3,1556,2479 -"112246",28571,42574,3,1556,2842 -"112247",28571,42799,3,1556,2729 -"112248",28571,44894,3,1556,2048 -"112249",28571,46042,3,1556,1692 -"112250",28571,47564,3,1556,2650 -"112251",28571,53134,3,1556,1590 -"112252",28571,53219,3,1556,2973 -"112253",28571,62870,3,1556,1568 -"112254",28571,63409,3,1556,1937 -"112255",28571,73305,3,1556,2544 -"112256",28571,77611,3,1556,1795 -"112257",28571,78436,3,1556,1615 -"112258",28571,86883,3,1556,1623 -"112259",28571,117956,3,1556,2774 -"112260",28579,1092,3,1722,1945 -"112261",28579,16195,2,1722,2964 -"112262",28582,9272,3,2698,2835 -"112263",28582,11506,3,2698,2824 -"112264",28582,36749,3,2698,2714 -"112265",28588,1822,3,1335,2888 -"112266",28588,2181,3,1335,2030 -"112267",28588,3395,2,1335,1382 -"112268",28588,3397,3,1335,2126 -"112269",28588,3409,3,1335,2167 -"112270",28588,3453,3,1335,2126 -"112271",28588,3477,2,1335,2546 -"112272",28588,4622,3,1335,1589 -"112273",28588,6063,2,1335,2349 -"112274",28588,6392,3,1335,1878 -"112275",28588,8993,3,1335,2099 -"112276",28588,9503,3,1335,2453 -"112277",28588,11154,3,1335,1594 -"112278",28588,11229,3,1335,1625 -"112279",28588,13899,3,1335,2650 -"112280",28588,14817,3,1335,2110 -"112281",28588,15023,3,1335,2054 -"112282",28588,16542,3,1335,2039 -"112283",28588,18217,2,1335,1566 -"112284",28588,19317,3,1335,2041 -"112285",28588,20124,3,1335,2376 -"112286",28588,20984,3,1335,2502 -"112287",28588,21684,3,1335,1971 -"112288",28588,22403,3,1335,1630 -"112289",28588,24753,3,1335,2860 -"112290",28588,24793,3,1335,1993 -"112291",28588,31357,3,1335,2389 -"112292",28588,32339,3,1335,2430 -"112293",28588,32395,3,1335,2735 -"112294",28588,33223,2,1335,2397 -"112295",28588,33451,3,1335,1957 -"112296",28588,33470,3,1335,2003 -"112297",28588,35822,3,1335,1903 -"112298",28588,37301,3,1335,2160 -"112299",28588,38457,3,1335,1630 -"112300",28588,40542,2,1335,1664 -"112301",28588,40879,3,1335,2019 -"112302",28588,43902,3,1335,1726 -"112303",28588,47595,3,1335,2374 -"112304",28588,51843,3,1335,2389 -"112305",28588,52699,3,1335,1372 -"112306",28588,52953,3,1335,1741 -"112307",28588,56873,3,1335,1421 -"112308",28588,59790,3,1335,1827 -"112309",28588,76143,3,1335,1610 -"112310",28588,79547,3,1335,1909 -"112311",28588,83286,3,1335,1793 -"112312",28588,83291,3,1335,2066 -"112313",28588,84317,3,1335,2081 -"112314",28592,6390,3,2320,2385 -"112315",28592,18543,3,2320,2968 -"112316",28592,19208,3,2320,2629 -"112317",28592,19605,3,2320,2395 -"112318",28592,29454,3,2320,2719 -"112319",28592,36439,3,2320,2469 -"112320",28592,40954,1,2320,2603 -"112321",28592,41764,3,2320,2409 -"112322",28592,43961,3,2320,2443 -"112323",28592,44427,3,2320,2875 -"112324",28626,14959,3,2842,2898 -"112325",28626,24753,3,2842,2860 -"112326",28626,55438,3,2842,2863 -"112327",28627,11648,3,2694,2852 -"112328",28630,140,3,270,2267 -"112329",28630,900,3,270,2726 -"112330",28630,1453,3,270,1737 -"112331",28630,3477,3,270,2546 -"112332",28630,5317,3,270,2063 -"112333",28630,6160,3,270,969 -"112334",28630,6627,3,270,2063 -"112335",28630,12023,3,270,799 -"112336",28630,12948,3,270,2669 -"112337",28630,13068,3,270,1778 -"112338",28630,13295,3,270,779 -"112339",28630,14425,1,270,1036 -"112340",28630,15879,3,270,419 -"112341",28630,16776,3,270,1565 -"112342",28630,17217,3,270,318 -"112343",28630,19934,3,270,2888 -"112344",28630,21535,3,270,404 -"112345",28630,28893,3,270,2764 -"112346",28630,30865,3,270,2038 -"112347",28630,31753,3,270,1514 -"112348",28630,38087,3,270,1083 -"112349",28630,38676,3,270,2286 -"112350",28630,41077,2,270,864 -"112351",28630,46060,3,270,861 -"112352",28630,46570,3,270,1707 -"112353",28630,47968,3,270,2829 -"112354",28630,49201,3,270,936 -"112355",28630,57067,3,270,2547 -"112356",28630,65696,3,270,998 -"112357",28630,75282,3,270,2675 -"112358",28630,84188,3,270,1177 -"112359",28630,92904,2,270,780 -"112360",28630,111955,3,270,504 -"112361",28630,120363,3,270,322 -"112362",28635,2208,3,2368,2814 -"112363",28635,5515,3,2368,2385 -"112364",28635,19606,3,2368,2783 -"112365",28635,23312,3,2368,2449 -"112366",28635,34498,3,2368,2383 -"112367",28635,48571,3,2368,2717 -"112368",28635,53293,3,2368,2916 -"112369",28635,60867,3,2368,2689 -"112370",28635,67957,3,2368,2823 -"112371",28640,1875,3,1475,1786 -"112372",28640,4360,3,1475,1770 -"112373",28640,5449,3,1475,1723 -"112374",28640,6162,3,1475,1673 -"112375",28640,7029,1,1475,2204 -"112376",28640,8258,3,1475,1959 -"112377",28640,11103,2,1475,2393 -"112378",28640,11239,3,1475,2181 -"112379",28640,13601,3,1475,2689 -"112380",28640,15207,3,1475,1855 -"112381",28640,15453,3,1475,1688 -"112382",28640,17351,3,1475,2036 -"112383",28640,17632,3,1475,1947 -"112384",28640,19096,3,1475,1538 -"112385",28640,23745,3,1475,1968 -"112386",28640,24169,3,1475,1663 -"112387",28640,25508,3,1475,2081 -"112388",28640,26595,2,1475,1566 -"112389",28640,27195,2,1475,2158 -"112390",28640,29930,3,1475,2240 -"112391",28640,30081,3,1475,2403 -"112392",28640,33433,3,1475,2805 -"112393",28640,34325,2,1475,1982 -"112394",28640,36574,3,1475,2934 -"112395",28640,36962,3,1475,2861 -"112396",28640,37333,3,1475,1612 -"112397",28640,39556,3,1475,2747 -"112398",28640,41900,3,1475,1970 -"112399",28640,41945,3,1475,2856 -"112400",28640,43385,3,1475,1623 -"112401",28640,48571,3,1475,2717 -"112402",28640,49185,3,1475,1544 -"112403",28640,53134,3,1475,1590 -"112404",28640,53219,3,1475,2973 -"112405",28640,54879,2,1475,2210 -"112406",28640,62903,3,1475,1704 -"112407",28640,72391,3,1475,1547 -"112408",28640,73197,3,1475,1998 -"112409",28640,95644,3,1475,1531 -"112410",28648,2282,3,1586,2056 -"112411",28648,2370,2,1586,1600 -"112412",28648,2927,3,1586,1789 -"112413",28648,3068,2,1586,1815 -"112414",28648,3158,2,1586,2762 -"112415",28648,4249,1,1586,2547 -"112416",28648,4784,1,1586,2511 -"112417",28648,5897,3,1586,2337 -"112418",28648,6020,1,1586,1864 -"112419",28648,6223,2,1586,2363 -"112420",28648,6345,2,1586,2713 -"112421",28648,6747,3,1586,2913 -"112422",28648,6999,3,1586,2214 -"112423",28648,8607,3,1586,1685 -"112424",28648,9269,3,1586,1892 -"112425",28648,9724,2,1586,2713 -"112426",28648,9740,3,1586,2233 -"112427",28648,10146,3,1586,1878 -"112428",28648,10701,3,1586,2000 -"112429",28648,12966,3,1586,2011 -"112430",28648,13688,3,1586,1627 -"112431",28648,14172,1,1586,1923 -"112432",28648,14470,3,1586,2632 -"112433",28648,14957,3,1586,2306 -"112434",28648,15782,2,1586,2306 -"112435",28648,16347,3,1586,1868 -"112436",28648,17499,3,1586,2954 -"112437",28648,17695,3,1586,1930 -"112438",28648,19282,3,1586,1623 -"112439",28648,19366,3,1586,2279 -"112440",28648,21358,1,1586,1970 -"112441",28648,21920,3,1586,2367 -"112442",28648,23550,3,1586,2939 -"112443",28648,25941,3,1586,2369 -"112444",28648,26597,3,1586,2070 -"112445",28648,30096,3,1586,2082 -"112446",28648,30544,3,1586,2041 -"112447",28648,31950,3,1586,2217 -"112448",28648,32576,3,1586,2881 -"112449",28648,33460,3,1586,2781 -"112450",28648,36840,3,1586,2269 -"112451",28648,37684,2,1586,2899 -"112452",28648,37929,3,1586,2393 -"112453",28648,39009,3,1586,1594 -"112454",28648,39249,3,1586,1665 -"112455",28648,41489,1,1586,2006 -"112456",28648,42390,3,1586,2937 -"112457",28648,43701,2,1586,2400 -"112458",28648,43728,3,1586,2308 -"112459",28648,45297,1,1586,1864 -"112460",28648,45449,3,1586,1610 -"112461",28648,45450,2,1586,1590 -"112462",28648,47607,3,1586,2724 -"112463",28648,48823,1,1586,2080 -"112464",28648,50468,2,1586,1659 -"112465",28648,51212,3,1586,1801 -"112466",28648,52950,3,1586,2716 -"112467",28648,53652,2,1586,2899 -"112468",28648,54488,2,1586,2357 -"112469",28648,64737,3,1586,2442 -"112470",28648,68813,2,1586,2511 -"112471",28648,80186,3,1586,2228 -"112472",28648,82217,2,1586,2441 -"112473",28648,84235,2,1586,1639 -"112474",28648,86559,3,1586,1704 -"112475",28648,95879,2,1586,1748 -"112476",28648,108467,3,1586,2170 -"112477",28725,9272,3,251,2835 -"112478",28725,14676,3,251,2764 -"112479",28725,23403,3,251,607 -"112480",28725,26873,3,251,419 -"112481",28725,28432,3,251,1954 -"112482",28725,31700,3,251,2727 -"112483",28725,37937,3,251,1320 -"112484",28725,43428,3,251,1299 -"112485",28725,66241,2,251,2351 -"112486",28725,70854,3,251,635 -"112487",28725,72956,3,251,1251 -"112488",28731,669,3,955,1423 -"112489",28731,671,3,955,2328 -"112490",28731,675,3,955,1686 -"112491",28731,733,2,955,1653 -"112492",28731,1046,3,955,1881 -"112493",28731,1130,3,955,1566 -"112494",28731,1136,3,955,2536 -"112495",28731,1469,3,955,1160 -"112496",28731,1897,3,955,1727 -"112497",28731,2063,2,955,1278 -"112498",28731,2424,3,955,2582 -"112499",28731,2563,3,955,1686 -"112500",28731,2591,2,955,1949 -"112501",28731,2743,2,955,1278 -"112502",28731,2954,3,955,2727 -"112503",28731,3167,2,955,1676 -"112504",28731,3242,2,955,1730 -"112505",28731,4191,3,955,2130 -"112506",28731,4618,2,955,2607 -"112507",28731,4687,3,955,2152 -"112508",28731,4980,1,955,2093 -"112509",28731,5315,3,955,2631 -"112510",28731,5504,3,955,2389 -"112511",28731,5725,3,955,2789 -"112512",28731,5785,3,955,1261 -"112513",28731,6023,3,955,2050 -"112514",28731,6577,2,955,1951 -"112515",28731,7196,3,955,1508 -"112516",28731,7245,3,955,2089 -"112517",28731,7984,3,955,2493 -"112518",28731,8258,3,955,1959 -"112519",28731,8621,2,955,1681 -"112520",28731,8913,3,955,968 -"112521",28731,10404,3,955,2062 -"112522",28731,10799,3,955,2010 -"112523",28731,10859,3,955,2231 -"112524",28731,10871,3,955,2314 -"112525",28731,10875,3,955,1234 -"112526",28731,10890,3,955,2639 -"112527",28731,11546,3,955,1174 -"112528",28731,12096,3,955,1330 -"112529",28731,14482,3,955,1573 -"112530",28731,14943,3,955,1942 -"112531",28731,15401,3,955,1999 -"112532",28731,15539,3,955,1929 -"112533",28731,16074,2,955,977 -"112534",28731,16164,1,955,1184 -"112535",28731,16365,3,955,2217 -"112536",28731,17354,3,955,2250 -"112537",28731,17357,2,955,1536 -"112538",28731,18415,3,955,2184 -"112539",28731,18735,3,955,1581 -"112540",28731,19027,3,955,2721 -"112541",28731,19506,3,955,1385 -"112542",28731,19516,3,955,2313 -"112543",28731,19637,3,955,1229 -"112544",28731,19868,3,955,2855 -"112545",28731,20067,3,955,2390 -"112546",28731,20563,2,955,2267 -"112547",28731,20700,3,955,2861 -"112548",28731,20824,2,955,1366 -"112549",28731,21122,3,955,1701 -"112550",28731,21401,3,955,1440 -"112551",28731,21911,1,955,1184 -"112552",28731,22501,2,955,1006 -"112553",28731,22884,3,955,1608 -"112554",28731,23140,3,955,2787 -"112555",28731,23506,2,955,1172 -"112556",28731,23534,3,955,1659 -"112557",28731,23704,2,955,2278 -"112558",28731,23756,3,955,2309 -"112559",28731,24755,3,955,1319 -"112560",28731,25341,2,955,1858 -"112561",28731,25643,2,955,1646 -"112562",28731,26031,3,955,1397 -"112563",28731,26282,3,955,1241 -"112564",28731,26322,3,955,1018 -"112565",28731,26436,2,955,2489 -"112566",28731,26516,2,955,2479 -"112567",28731,26570,3,955,1669 -"112568",28731,27753,2,955,2750 -"112569",28731,28434,3,955,1141 -"112570",28731,28635,3,955,2368 -"112571",28731,28784,3,955,1579 -"112572",28731,28892,3,955,2023 -"112573",28731,29456,2,955,1182 -"112574",28731,30325,3,955,1067 -"112575",28731,30438,1,955,1617 -"112576",28731,30453,3,955,1535 -"112577",28731,31000,2,955,1526 -"112578",28731,31124,3,955,2351 -"112579",28731,31243,1,955,1355 -"112580",28731,31799,3,955,2547 -"112581",28731,32988,2,955,2008 -"112582",28731,33551,3,955,1734 -"112583",28731,33588,3,955,1040 -"112584",28731,33621,3,955,1319 -"112585",28731,34216,3,955,2832 -"112586",28731,34492,1,955,1798 -"112587",28731,34509,3,955,1973 -"112588",28731,35529,3,955,1620 -"112589",28731,37418,3,955,2710 -"112590",28731,38449,1,955,1802 -"112591",28731,40293,2,955,1671 -"112592",28731,40369,3,955,2735 -"112593",28731,40432,3,955,1956 -"112594",28731,41402,3,955,2313 -"112595",28731,42505,3,955,2008 -"112596",28731,42722,3,955,2368 -"112597",28731,42747,2,955,1189 -"112598",28731,43839,3,955,1685 -"112599",28731,44636,3,955,1026 -"112600",28731,45343,3,955,2360 -"112601",28731,45715,1,955,2287 -"112602",28731,45903,3,955,2237 -"112603",28731,47857,3,955,2325 -"112604",28731,48277,3,955,971 -"112605",28731,49144,3,955,1542 -"112606",28731,50075,3,955,1026 -"112607",28731,50667,3,955,2719 -"112608",28731,51022,2,955,1499 -"112609",28731,51157,3,955,2319 -"112610",28731,51410,2,955,2739 -"112611",28731,51987,2,955,1397 -"112612",28731,52835,3,955,995 -"112613",28731,54100,3,955,1327 -"112614",28731,54676,3,955,1342 -"112615",28731,54740,3,955,2750 -"112616",28731,55139,3,955,2323 -"112617",28731,55828,3,955,2393 -"112618",28731,56171,3,955,1524 -"112619",28731,57609,3,955,2717 -"112620",28731,57977,3,955,2683 -"112621",28731,58035,2,955,1646 -"112622",28731,58221,3,955,1787 -"112623",28731,59700,3,955,2346 -"112624",28731,60867,3,955,2689 -"112625",28731,62148,3,955,1566 -"112626",28731,64031,3,955,1295 -"112627",28731,64793,3,955,2819 -"112628",28731,64997,3,955,2791 -"112629",28731,65155,3,955,1947 -"112630",28731,65322,3,955,2008 -"112631",28731,67314,3,955,1051 -"112632",28731,70046,3,955,2624 -"112633",28731,70996,3,955,1037 -"112634",28731,71478,3,955,1721 -"112635",28731,74095,3,955,2333 -"112636",28731,77001,2,955,1440 -"112637",28731,77835,3,955,1327 -"112638",28731,80678,3,955,1595 -"112639",28731,81813,3,955,1656 -"112640",28731,82426,3,955,1576 -"112641",28731,82454,3,955,1266 -"112642",28731,82767,2,955,1641 -"112643",28731,83053,3,955,1303 -"112644",28731,83526,3,955,1235 -"112645",28731,88860,2,955,1014 -"112646",28731,89958,3,955,1186 -"112647",28731,90790,3,955,1492 -"112648",28731,91162,3,955,1693 -"112649",28731,91163,3,955,1171 -"112650",28731,91201,3,955,1702 -"112651",28731,92757,3,955,2615 -"112652",28731,94808,3,955,988 -"112653",28731,97160,3,955,1215 -"112654",28731,97915,3,955,1802 -"112655",28731,99103,3,955,1470 -"112656",28731,100134,2,955,977 -"112657",28731,105233,3,955,1199 -"112658",28731,106620,3,955,1177 -"112659",28752,472,2,709,964 -"112660",28752,17997,3,709,1621 -"112661",28752,22011,3,709,885 -"112662",28752,32503,2,709,2020 -"112663",28752,42009,2,709,1647 -"112664",28752,73675,3,709,887 -"112665",28752,80826,1,709,1251 -"112666",28752,83140,3,709,1630 -"112667",28752,101070,3,709,2497 -"112668",28782,1624,3,2272,2687 -"112669",28782,4249,3,2272,2547 -"112670",28782,6345,3,2272,2713 -"112671",28782,7253,3,2272,2686 -"112672",28782,9724,3,2272,2713 -"112673",28782,14957,3,2272,2306 -"112674",28782,15782,3,2272,2306 -"112675",28782,17499,3,2272,2954 -"112676",28782,32169,3,2272,2504 -"112677",28782,42390,2,2272,2937 -"112678",28782,43701,3,2272,2400 -"112679",28782,47607,3,2272,2724 -"112680",28782,53584,2,2272,2391 -"112681",28782,53652,3,2272,2899 -"112682",28782,71999,3,2272,2685 -"112683",28782,73520,3,2272,2613 -"112684",28784,997,3,1579,2788 -"112685",28784,1147,3,1579,1999 -"112686",28784,1154,3,1579,1656 -"112687",28784,1275,3,1579,2068 -"112688",28784,3167,3,1579,1676 -"112689",28784,3271,3,1579,2216 -"112690",28784,3947,2,1579,2067 -"112691",28784,3961,3,1579,2426 -"112692",28784,4289,3,1579,1921 -"112693",28784,5239,3,1579,2875 -"112694",28784,5449,3,1579,1723 -"112695",28784,5798,3,1579,1779 -"112696",28784,5912,3,1579,2257 -"112697",28784,6222,3,1579,1949 -"112698",28784,6417,3,1579,1675 -"112699",28784,6871,3,1579,1882 -"112700",28784,7984,1,1579,2493 -"112701",28784,8029,3,1579,1859 -"112702",28784,8890,3,1579,1955 -"112703",28784,9272,3,1579,2835 -"112704",28784,9311,3,1579,2477 -"112705",28784,9362,2,1579,2879 -"112706",28784,11477,2,1579,2724 -"112707",28784,12692,3,1579,1855 -"112708",28784,12901,2,1579,2136 -"112709",28784,12982,3,1579,2143 -"112710",28784,13388,3,1579,2119 -"112711",28784,13780,2,1579,2412 -"112712",28784,14108,3,1579,2012 -"112713",28784,14943,2,1579,1942 -"112714",28784,14959,3,1579,2898 -"112715",28784,15401,2,1579,1999 -"112716",28784,16365,3,1579,2217 -"112717",28784,16539,3,1579,1947 -"112718",28784,16801,3,1579,2008 -"112719",28784,16826,2,1579,2599 -"112720",28784,17997,2,1579,1621 -"112721",28784,18103,2,1579,1968 -"112722",28784,18348,3,1579,1711 -"112723",28784,18571,3,1579,2128 -"112724",28784,20311,3,1579,1981 -"112725",28784,21670,3,1579,2158 -"112726",28784,21681,3,1579,2005 -"112727",28784,21872,3,1579,2458 -"112728",28784,23223,3,1579,2094 -"112729",28784,24612,3,1579,1875 -"112730",28784,27860,3,1579,1588 -"112731",28784,28015,3,1579,1624 -"112732",28784,29004,3,1579,2596 -"112733",28784,30747,2,1579,2455 -"112734",28784,31069,3,1579,1995 -"112735",28784,31164,3,1579,1996 -"112736",28784,31700,3,1579,2727 -"112737",28784,32988,2,1579,2008 -"112738",28784,33801,3,1579,2899 -"112739",28784,33949,3,1579,2489 -"112740",28784,34158,3,1579,2639 -"112741",28784,35529,3,1579,1620 -"112742",28784,35822,3,1579,1903 -"112743",28784,36031,3,1579,2342 -"112744",28784,36559,3,1579,2473 -"112745",28784,36862,3,1579,2655 -"112746",28784,37934,3,1579,1595 -"112747",28784,38140,3,1579,1866 -"112748",28784,38219,2,1579,1689 -"112749",28784,38227,3,1579,2511 -"112750",28784,38449,3,1579,1802 -"112751",28784,38602,3,1579,2693 -"112752",28784,38921,3,1579,1880 -"112753",28784,40432,2,1579,1956 -"112754",28784,40645,2,1579,1899 -"112755",28784,41936,3,1579,2258 -"112756",28784,42196,3,1579,2765 -"112757",28784,42505,2,1579,2008 -"112758",28784,43226,3,1579,2442 -"112759",28784,45959,2,1579,1880 -"112760",28784,46040,1,1579,2105 -"112761",28784,46951,3,1579,2429 -"112762",28784,47384,3,1579,1639 -"112763",28784,47386,3,1579,2226 -"112764",28784,48110,3,1579,2009 -"112765",28784,48215,3,1579,2028 -"112766",28784,49265,3,1579,2686 -"112767",28784,50382,3,1579,2244 -"112768",28784,51410,3,1579,2739 -"112769",28784,53134,3,1579,1590 -"112770",28784,53323,3,1579,2677 -"112771",28784,56237,3,1579,2625 -"112772",28784,57380,3,1579,2362 -"112773",28784,57977,3,1579,2683 -"112774",28784,58365,2,1579,1902 -"112775",28784,58508,3,1579,2326 -"112776",28784,65155,2,1579,1947 -"112777",28784,65203,3,1579,1597 -"112778",28784,65322,2,1579,2008 -"112779",28784,69335,3,1579,2698 -"112780",28784,70046,3,1579,2624 -"112781",28784,70269,3,1579,2368 -"112782",28784,72728,3,1579,2234 -"112783",28784,73192,3,1579,1955 -"112784",28784,78150,3,1579,2581 -"112785",28784,80301,3,1579,1690 -"112786",28784,82301,3,1579,1621 -"112787",28784,82409,3,1579,1881 -"112788",28784,82767,3,1579,1641 -"112789",28784,82929,3,1579,2475 -"112790",28784,83140,3,1579,1630 -"112791",28784,88232,3,1579,2881 -"112792",28784,92757,3,1579,2615 -"112793",28800,2429,3,528,999 -"112794",28800,19858,3,528,2357 -"112795",28800,20200,3,528,2322 -"112796",28800,21207,3,528,1258 -"112797",28800,21575,2,528,1762 -"112798",28800,22684,3,528,569 -"112799",28800,24802,3,528,824 -"112800",28800,26227,3,528,2265 -"112801",28800,26642,3,528,2952 -"112802",28800,26847,3,528,1902 -"112803",28800,30442,3,528,2124 -"112804",28800,31089,2,528,2952 -"112805",28800,33681,3,528,1059 -"112806",28800,42756,2,528,1384 -"112807",28800,47148,2,528,569 -"112808",28800,47968,3,528,2829 -"112809",28800,48832,3,528,1370 -"112810",28800,53643,3,528,1626 -"112811",28800,58759,3,528,942 -"112812",28800,62746,3,528,2119 -"112813",28800,63409,3,528,1937 -"112814",28800,66994,3,528,1865 -"112815",28800,68586,3,528,2322 -"112816",28800,69012,2,528,799 -"112817",28800,69447,3,528,1197 -"112818",28800,77200,2,528,1737 -"112819",28800,97242,3,528,686 -"112820",28808,1175,3,1063,1642 -"112821",28808,1592,1,1063,2006 -"112822",28808,1691,2,1063,1941 -"112823",28808,2011,3,1063,2176 -"112824",28808,2208,3,1063,2814 -"112825",28808,2684,3,1063,2874 -"112826",28808,3305,3,1063,2839 -"112827",28808,3493,3,1063,2451 -"112828",28808,4317,3,1063,1224 -"112829",28808,4360,3,1063,1770 -"112830",28808,5258,2,1063,2730 -"112831",28808,5839,3,1063,2301 -"112832",28808,6055,3,1063,2651 -"112833",28808,6104,3,1063,2462 -"112834",28808,6162,3,1063,1673 -"112835",28808,6252,2,1063,2336 -"112836",28808,6390,3,1063,2385 -"112837",28808,6417,3,1063,1675 -"112838",28808,6491,3,1063,2424 -"112839",28808,7672,3,1063,1974 -"112840",28808,9311,3,1063,2477 -"112841",28808,9511,3,1063,1232 -"112842",28808,9654,3,1063,2111 -"112843",28808,10002,3,1063,1788 -"112844",28808,10222,3,1063,2212 -"112845",28808,10488,3,1063,1524 -"112846",28808,11055,3,1063,2111 -"112847",28808,11351,3,1063,2971 -"112848",28808,11434,3,1063,1187 -"112849",28808,12199,3,1063,1651 -"112850",28808,13248,3,1063,1385 -"112851",28808,13837,3,1063,1604 -"112852",28808,14108,2,1063,2012 -"112853",28808,14731,3,1063,2012 -"112854",28808,15207,3,1063,1855 -"112855",28808,15301,3,1063,2308 -"112856",28808,15713,3,1063,1646 -"112857",28808,18277,3,1063,2309 -"112858",28808,18543,2,1063,2968 -"112859",28808,19173,3,1063,1686 -"112860",28808,19332,3,1063,1214 -"112861",28808,19593,3,1063,2013 -"112862",28808,19718,2,1063,1702 -"112863",28808,20407,2,1063,2339 -"112864",28808,20824,3,1063,1366 -"112865",28808,21122,3,1063,1701 -"112866",28808,21133,2,1063,1320 -"112867",28808,21566,3,1063,1234 -"112868",28808,21571,3,1063,2755 -"112869",28808,21682,2,1063,2414 -"112870",28808,21758,3,1063,1331 -"112871",28808,22165,3,1063,1501 -"112872",28808,23729,3,1063,1624 -"112873",28808,24198,2,1063,2217 -"112874",28808,24721,3,1063,2326 -"112875",28808,25565,2,1063,2764 -"112876",28808,25816,3,1063,2088 -"112877",28808,26658,3,1063,2745 -"112878",28808,27792,3,1063,1308 -"112879",28808,29050,3,1063,1196 -"112880",28808,29170,3,1063,1846 -"112881",28808,29948,3,1063,2795 -"112882",28808,30325,3,1063,1067 -"112883",28808,32939,3,1063,2277 -"112884",28808,33433,3,1063,2805 -"112885",28808,33622,3,1063,2230 -"112886",28808,33981,3,1063,1993 -"112887",28808,34945,3,1063,1298 -"112888",28808,35045,3,1063,1646 -"112889",28808,35772,3,1063,1440 -"112890",28808,36439,3,1063,2469 -"112891",28808,36441,3,1063,2796 -"112892",28808,36450,3,1063,1591 -"112893",28808,36637,3,1063,2085 -"112894",28808,37285,3,1063,2428 -"112895",28808,37509,2,1063,1640 -"112896",28808,38213,2,1063,1744 -"112897",28808,40369,3,1063,2735 -"112898",28808,40493,3,1063,1981 -"112899",28808,40893,3,1063,1116 -"112900",28808,42264,3,1063,1702 -"112901",28808,42619,3,1063,2017 -"112902",28808,42756,3,1063,1384 -"112903",28808,42799,3,1063,2729 -"112904",28808,43173,3,1063,2895 -"112905",28808,43213,3,1063,2160 -"112906",28808,43385,3,1063,1623 -"112907",28808,43635,3,1063,1196 -"112908",28808,44427,3,1063,2875 -"112909",28808,45903,3,1063,2237 -"112910",28808,46091,3,1063,1938 -"112911",28808,46196,3,1063,1510 -"112912",28808,46621,1,1063,1343 -"112913",28808,46635,3,1063,2528 -"112914",28808,46951,3,1063,2429 -"112915",28808,49301,2,1063,1894 -"112916",28808,49470,3,1063,1528 -"112917",28808,49620,2,1063,1868 -"112918",28808,50179,2,1063,2230 -"112919",28808,50217,3,1063,1211 -"112920",28808,50254,3,1063,1151 -"112921",28808,50946,3,1063,1075 -"112922",28808,52136,2,1063,1412 -"112923",28808,52323,3,1063,2148 -"112924",28808,52327,2,1063,1472 -"112925",28808,54663,3,1063,1424 -"112926",28808,55084,3,1063,1189 -"112927",28808,56082,3,1063,2395 -"112928",28808,56903,1,1063,1584 -"112929",28808,57804,3,1063,2214 -"112930",28808,58133,3,1063,1484 -"112931",28808,58221,3,1063,1787 -"112932",28808,58284,3,1063,2292 -"112933",28808,59677,3,1063,1174 -"112934",28808,62148,3,1063,1566 -"112935",28808,68024,3,1063,1531 -"112936",28808,69257,3,1063,1402 -"112937",28808,69447,2,1063,1197 -"112938",28808,71274,3,1063,2390 -"112939",28808,72207,3,1063,2430 -"112940",28808,74190,3,1063,1428 -"112941",28808,74636,2,1063,2525 -"112942",28808,74818,3,1063,1440 -"112943",28808,75403,3,1063,1895 -"112944",28808,76646,3,1063,1263 -"112945",28808,79436,2,1063,1344 -"112946",28808,79657,3,1063,1260 -"112947",28808,82401,3,1063,1210 -"112948",28808,82787,3,1063,1144 -"112949",28808,83396,3,1063,2396 -"112950",28808,85356,2,1063,1492 -"112951",28808,88232,1,1063,2881 -"112952",28808,91901,3,1063,1236 -"112953",28808,92322,3,1063,2393 -"112954",28808,92381,3,1063,1237 -"112955",28808,96000,3,1063,1789 -"112956",28808,96132,3,1063,1489 -"112957",28808,97824,3,1063,1229 -"112958",28808,100215,3,1063,2436 -"112959",28808,100432,3,1063,1358 -"112960",28808,103925,3,1063,1786 -"112961",28808,109718,3,1063,1237 -"112962",28824,916,3,2412,2718 -"112963",28824,17999,3,2412,2758 -"112964",28824,23739,3,2412,2463 -"112965",28824,36662,2,2412,2967 -"112966",28826,65779,3,2627,2690 -"112967",28837,2,3,2286,2796 -"112968",28837,6063,3,2286,2349 -"112969",28837,9035,2,2286,2771 -"112970",28837,9503,3,2286,2453 -"112971",28837,11588,3,2286,2352 -"112972",28837,17037,3,2286,2947 -"112973",28837,20984,3,2286,2502 -"112974",28837,30368,3,2286,2487 -"112975",28837,47595,3,2286,2374 -"112976",28837,53687,3,2286,2422 -"112977",28869,680,3,2425,2569 -"112978",28869,2206,3,2425,2536 -"112979",28869,2852,3,2425,2448 -"112980",28869,3493,3,2425,2451 -"112981",28869,3978,3,2425,2775 -"112982",28869,4361,3,2425,2571 -"112983",28869,4612,3,2425,2804 -"112984",28869,5106,3,2425,2622 -"112985",28869,6989,3,2425,2623 -"112986",28869,7252,2,2425,2799 -"112987",28869,7942,3,2425,2623 -"112988",28869,8568,2,2425,2706 -"112989",28869,9332,3,2425,2734 -"112990",28869,9503,3,2425,2453 -"112991",28869,9785,2,2425,2951 -"112992",28869,9787,3,2425,2858 -"112993",28869,11648,3,2425,2852 -"112994",28869,12361,3,2425,2732 -"112995",28869,12948,2,2425,2669 -"112996",28869,16286,3,2425,2470 -"112997",28869,23206,3,2425,2805 -"112998",28869,27742,3,2425,2700 -"112999",28869,27914,2,2425,2507 -"113000",28869,36953,3,2425,2790 -"113001",28869,40035,3,2425,2742 -"113002",28869,40572,2,2425,2666 -"113003",28869,45869,2,2425,2840 -"113004",28869,50573,3,2425,2716 -"113005",28869,58501,3,2425,2613 -"113006",28869,58655,3,2425,2685 -"113007",28869,71531,3,2425,2887 -"113008",28869,92297,3,2425,2952 -"113009",28869,111375,3,2425,2686 -"113010",28874,602,3,2329,2632 -"113011",28874,762,3,2329,2671 -"113012",28874,28982,3,2329,2746 -"113013",28874,31700,3,2329,2727 -"113014",28892,4191,3,2023,2130 -"113015",28892,5504,3,2023,2389 -"113016",28892,6241,3,2023,2264 -"113017",28892,7245,3,2023,2089 -"113018",28892,9311,3,2023,2477 -"113019",28892,10404,3,2023,2062 -"113020",28892,10859,2,2023,2231 -"113021",28892,19027,3,2023,2721 -"113022",28892,20563,2,2023,2267 -"113023",28892,26516,3,2023,2479 -"113024",28892,27753,3,2023,2750 -"113025",28892,31799,3,2023,2547 -"113026",28892,35069,3,2023,2069 -"113027",28892,37418,3,2023,2710 -"113028",28892,39189,3,2023,2319 -"113029",28892,40931,3,2023,2301 -"113030",28892,44407,3,2023,2154 -"113031",28892,51410,3,2023,2739 -"113032",28892,55139,3,2023,2323 -"113033",28892,57732,3,2023,2454 -"113034",28892,57977,3,2023,2683 -"113035",28892,74095,3,2023,2333 -"113036",28892,84799,3,2023,2656 -"113037",28893,19934,2,2764,2888 -"113038",28893,57765,2,2764,2893 -"113039",28893,59039,3,2764,2870 -"113040",28893,60190,3,2764,2845 -"113041",28893,61337,3,2764,2777 -"113042",28893,74771,3,2764,2935 -"113043",28896,1154,3,1395,1656 -"113044",28896,1175,3,1395,1642 -"113045",28896,1315,3,1395,2760 -"113046",28896,1321,3,1395,2075 -"113047",28896,1767,3,1395,2727 -"113048",28896,2407,3,1395,1725 -"113049",28896,2424,3,1395,2582 -"113050",28896,3068,3,1395,1815 -"113051",28896,3139,3,1395,1656 -"113052",28896,3175,3,1395,1938 -"113053",28896,3460,3,1395,2530 -"113054",28896,3896,2,1395,2693 -"113055",28896,3966,3,1395,2425 -"113056",28896,4821,2,1395,1938 -"113057",28896,4932,3,1395,2752 -"113058",28896,6047,3,1395,2004 -"113059",28896,6602,1,1395,1631 -"113060",28896,7196,3,1395,1508 -"113061",28896,7245,3,1395,2089 -"113062",28896,7258,3,1395,1714 -"113063",28896,7703,3,1395,2122 -"113064",28896,7858,3,1395,1795 -"113065",28896,7984,3,1395,2493 -"113066",28896,8821,3,1395,2230 -"113067",28896,8890,3,1395,1955 -"113068",28896,9654,3,1395,2111 -"113069",28896,10474,2,1395,1608 -"113070",28896,11329,3,1395,2799 -"113071",28896,14108,3,1395,2012 -"113072",28896,14422,3,1395,1548 -"113073",28896,14676,3,1395,2764 -"113074",28896,14887,3,1395,2158 -"113075",28896,15401,3,1395,1999 -"113076",28896,15453,3,1395,1688 -"113077",28896,16365,3,1395,2217 -"113078",28896,16866,3,1395,2718 -"113079",28896,17354,2,1395,2250 -"113080",28896,17931,3,1395,1617 -"113081",28896,18415,3,1395,2184 -"113082",28896,18865,3,1395,2676 -"113083",28896,19516,3,1395,2313 -"113084",28896,20070,2,1395,1914 -"113085",28896,20271,3,1395,2044 -"113086",28896,20732,3,1395,2401 -"113087",28896,21670,3,1395,2158 -"113088",28896,21681,3,1395,2005 -"113089",28896,23011,3,1395,2763 -"113090",28896,23726,3,1395,2434 -"113091",28896,23771,3,1395,1614 -"113092",28896,24255,3,1395,2770 -"113093",28896,28784,3,1395,1579 -"113094",28896,30150,3,1395,1704 -"113095",28896,30334,3,1395,2075 -"113096",28896,31700,3,1395,2727 -"113097",28896,31997,3,1395,1703 -"113098",28896,32419,3,1395,1909 -"113099",28896,32988,3,1395,2008 -"113100",28896,33380,3,1395,2340 -"113101",28896,33551,3,1395,1734 -"113102",28896,34820,2,1395,1630 -"113103",28896,35187,3,1395,2488 -"113104",28896,35822,3,1395,1903 -"113105",28896,36031,2,1395,2342 -"113106",28896,36578,3,1395,1484 -"113107",28896,36609,3,1395,2918 -"113108",28896,36646,3,1395,2744 -"113109",28896,37636,3,1395,2178 -"113110",28896,38602,3,1395,2693 -"113111",28896,38973,3,1395,1999 -"113112",28896,40392,3,1395,1878 -"113113",28896,42574,3,1395,2842 -"113114",28896,42642,3,1395,2257 -"113115",28896,45618,3,1395,2356 -"113116",28896,45633,3,1395,2134 -"113117",28896,45650,3,1395,1528 -"113118",28896,46596,3,1395,1942 -"113119",28896,47384,3,1395,1639 -"113120",28896,47440,3,1395,2234 -"113121",28896,48215,1,1395,2028 -"113122",28896,49144,3,1395,1542 -"113123",28896,49265,3,1395,2686 -"113124",28896,51783,3,1395,2599 -"113125",28896,53323,3,1395,2677 -"113126",28896,55604,2,1395,2342 -"113127",28896,56082,3,1395,2395 -"113128",28896,57380,3,1395,2362 -"113129",28896,60516,3,1395,2257 -"113130",28896,63395,2,1395,2334 -"113131",28896,64469,3,1395,2707 -"113132",28896,65155,3,1395,1947 -"113133",28896,67726,3,1395,2873 -"113134",28896,72728,3,1395,2234 -"113135",28896,74204,3,1395,2463 -"113136",28896,78784,3,1395,2824 -"113137",28896,82426,3,1395,1576 -"113138",28896,82681,2,1395,1620 -"113139",28896,82730,2,1395,1492 -"113140",28896,85869,3,1395,1509 -"113141",28896,87837,3,1395,1987 -"113142",28896,88232,3,1395,2881 -"113143",28896,89681,3,1395,1978 -"113144",28896,90790,3,1395,1492 -"113145",28896,91162,3,1395,1693 -"113146",28896,91201,3,1395,1702 -"113147",28896,95644,3,1395,1531 -"113148",28896,96352,3,1395,1493 -"113149",28896,110934,3,1395,2308 -"113150",28899,1685,3,376,2230 -"113151",28899,4698,3,376,2481 -"113152",28899,5064,3,376,1690 -"113153",28899,5355,3,376,1499 -"113154",28899,12000,3,376,1454 -"113155",28899,13671,2,376,1371 -"113156",28899,13861,2,376,1197 -"113157",28899,14095,3,376,2186 -"113158",28899,16590,2,376,1123 -"113159",28899,18953,2,376,915 -"113160",28899,21942,3,376,2041 -"113161",28899,25330,3,376,2370 -"113162",28899,32576,3,376,2881 -"113163",28899,43311,3,376,1553 -"113164",28899,49921,1,376,496 -"113165",28899,53648,3,376,2167 -"113166",28899,82206,3,376,1597 -"113167",28904,364,3,926,2351 -"113168",28904,1195,3,926,1322 -"113169",28904,1314,3,926,1522 -"113170",28904,1519,3,926,2349 -"113171",28904,1702,3,926,1984 -"113172",28904,2407,2,926,1725 -"113173",28904,2452,2,926,1715 -"113174",28904,2540,3,926,1398 -"113175",28904,2576,2,926,1307 -"113176",28904,2852,2,926,2448 -"113177",28904,3127,3,926,2273 -"113178",28904,3663,2,926,1232 -"113179",28904,4001,2,926,1687 -"113180",28904,4249,3,926,2547 -"113181",28904,4612,3,926,2804 -"113182",28904,4668,3,926,1919 -"113183",28904,4669,3,926,2395 -"113184",28904,4730,3,926,2131 -"113185",28904,4821,3,926,1938 -"113186",28904,5897,1,926,2337 -"113187",28904,7252,3,926,2799 -"113188",28904,7785,3,926,2441 -"113189",28904,7942,3,926,2623 -"113190",28904,8140,3,926,1262 -"113191",28904,8610,3,926,2240 -"113192",28904,8890,3,926,1955 -"113193",28904,9060,3,926,1612 -"113194",28904,9202,3,926,2477 -"113195",28904,9301,3,926,1861 -"113196",28904,9332,3,926,2734 -"113197",28904,9481,3,926,1610 -"113198",28904,9785,3,926,2951 -"113199",28904,9787,3,926,2858 -"113200",28904,10980,3,926,1974 -"113201",28904,11563,3,926,1863 -"113202",28904,11648,3,926,2852 -"113203",28904,11990,2,926,1909 -"113204",28904,12361,3,926,2732 -"113205",28904,12948,3,926,2669 -"113206",28904,13068,3,926,1778 -"113207",28904,13879,3,926,2748 -"113208",28904,14287,3,926,1583 -"113209",28904,14532,3,926,1193 -"113210",28904,14586,3,926,2801 -"113211",28904,14776,3,926,1488 -"113212",28904,14781,3,926,2338 -"113213",28904,15546,3,926,2055 -"113214",28904,16015,3,926,1307 -"113215",28904,16286,3,926,2470 -"113216",28904,16437,3,926,1956 -"113217",28904,16501,2,926,1650 -"113218",28904,16715,3,926,1218 -"113219",28904,16866,2,926,2718 -"113220",28904,17252,3,926,1258 -"113221",28904,18865,2,926,2676 -"113222",28904,18978,3,926,952 -"113223",28904,19208,3,926,2629 -"113224",28904,19334,3,926,1979 -"113225",28904,19386,3,926,1714 -"113226",28904,19605,3,926,2395 -"113227",28904,19655,3,926,2706 -"113228",28904,20124,3,926,2376 -"113229",28904,20176,3,926,1050 -"113230",28904,20984,3,926,2502 -"113231",28904,21207,3,926,1258 -"113232",28904,22244,3,926,2139 -"113233",28904,23015,3,926,1362 -"113234",28904,23131,3,926,1732 -"113235",28904,23488,3,926,1523 -"113236",28904,25163,3,926,1751 -"113237",28904,25378,3,926,1245 -"113238",28904,26642,3,926,2952 -"113239",28904,27686,3,926,2844 -"113240",28904,27742,2,926,2700 -"113241",28904,27914,1,926,2507 -"113242",28904,28051,3,926,2089 -"113243",28904,28203,3,926,2117 -"113244",28904,28296,3,926,2944 -"113245",28904,28525,3,926,1273 -"113246",28904,28869,2,926,2425 -"113247",28904,28909,3,926,978 -"113248",28904,29286,3,926,1612 -"113249",28904,29473,3,926,2602 -"113250",28904,29495,3,926,1612 -"113251",28904,29818,3,926,1677 -"113252",28904,29977,3,926,2781 -"113253",28904,30306,3,926,1606 -"113254",28904,30442,3,926,2124 -"113255",28904,30525,2,926,1964 -"113256",28904,31216,3,926,1244 -"113257",28904,31317,3,926,1362 -"113258",28904,31753,2,926,1514 -"113259",28904,31866,3,926,2101 -"113260",28904,31868,3,926,1993 -"113261",28904,32339,3,926,2430 -"113262",28904,32560,3,926,1258 -"113263",28904,33870,3,926,955 -"113264",28904,34735,3,926,2767 -"113265",28904,35573,3,926,2084 -"113266",28904,35728,3,926,2017 -"113267",28904,35980,3,926,2657 -"113268",28904,36270,3,926,2910 -"113269",28904,36953,3,926,2790 -"113270",28904,37424,3,926,1693 -"113271",28904,38087,3,926,1083 -"113272",28904,38373,3,926,1928 -"113273",28904,39249,3,926,1665 -"113274",28904,40264,3,926,1418 -"113275",28904,40572,3,926,2666 -"113276",28904,41023,3,926,2408 -"113277",28904,41581,2,926,1692 -"113278",28904,41633,3,926,1976 -"113279",28904,42619,3,926,2017 -"113280",28904,42813,2,926,2142 -"113281",28904,43673,3,926,2787 -"113282",28904,43961,3,926,2443 -"113283",28904,44074,3,926,1299 -"113284",28904,44598,3,926,2356 -"113285",28904,45449,3,926,1610 -"113286",28904,45869,3,926,2840 -"113287",28904,46486,3,926,1868 -"113288",28904,47013,3,926,2388 -"113289",28904,47559,3,926,1826 -"113290",28904,48238,3,926,1194 -"113291",28904,49201,3,926,936 -"113292",28904,50229,3,926,1190 -"113293",28904,50354,3,926,1299 -"113294",28904,50480,3,926,2701 -"113295",28904,50509,3,926,2050 -"113296",28904,50581,3,926,1258 -"113297",28904,54775,1,926,2383 -"113298",28904,56910,3,926,2705 -"113299",28904,56995,2,926,2323 -"113300",28904,57067,3,926,2547 -"113301",28904,58655,3,926,2685 -"113302",28904,59485,3,926,1564 -"113303",28904,59726,3,926,1513 -"113304",28904,60808,3,926,1258 -"113305",28904,61125,3,926,1673 -"113306",28904,63395,2,926,2334 -"113307",28904,66693,3,926,2554 -"113308",28904,66695,3,926,1071 -"113309",28904,69215,3,926,1591 -"113310",28904,70455,2,926,1307 -"113311",28904,70583,3,926,2615 -"113312",28904,71467,3,926,1051 -"113313",28904,72535,3,926,1191 -"113314",28904,74204,3,926,2463 -"113315",28904,79432,3,926,1708 -"113316",28904,80156,3,926,1667 -"113317",28904,85396,3,926,1131 -"113318",28904,87958,3,926,1234 -"113319",28904,88324,3,926,1080 -"113320",28904,89538,3,926,1847 -"113321",28904,91849,3,926,1166 -"113322",28904,101347,3,926,1335 -"113323",28904,103491,2,926,1523 -"113324",28904,115021,3,926,1226 -"113325",28904,115618,3,926,2314 -"113326",28905,6697,3,430,2438 -"113327",28905,9484,3,430,1429 -"113328",28905,10595,3,430,494 -"113329",28905,17645,3,430,1918 -"113330",28905,20176,3,430,1050 -"113331",28905,21240,3,430,1162 -"113332",28905,23692,3,430,1540 -"113333",28905,29353,3,430,502 -"113334",28905,30631,1,430,951 -"113335",28905,31408,3,430,994 -"113336",28905,33665,3,430,787 -"113337",28905,38087,2,430,1083 -"113338",28905,38373,3,430,1928 -"113339",28905,39418,3,430,1978 -"113340",28905,40796,3,430,540 -"113341",28905,45275,3,430,1557 -"113342",28905,46726,2,430,943 -"113343",28905,50996,3,430,929 -"113344",28905,52879,3,430,777 -"113345",28905,59485,3,430,1564 -"113346",28905,59637,3,430,2141 -"113347",28905,60808,3,430,1258 -"113348",28905,62668,3,430,958 -"113349",28905,67617,2,430,1149 -"113350",28905,70372,3,430,526 -"113351",28905,70403,3,430,542 -"113352",28905,72597,3,430,1843 -"113353",28905,72986,3,430,1055 -"113354",28905,75880,3,430,477 -"113355",28905,81077,2,430,498 -"113356",28905,82046,3,430,748 -"113357",28905,84447,2,430,1006 -"113358",28905,90236,1,430,1010 -"113359",28905,93026,1,430,704 -"113360",28905,96310,3,430,1016 -"113361",28905,104098,3,430,512 -"113362",28905,106399,3,430,1530 -"113363",28905,109194,3,430,494 -"113364",28905,113116,2,430,769 -"113365",28909,1314,2,978,1522 -"113366",28909,1519,2,978,2349 -"113367",28909,1702,3,978,1984 -"113368",28909,2407,3,978,1725 -"113369",28909,2489,2,978,1537 -"113370",28909,3127,3,978,2273 -"113371",28909,4001,1,978,1687 -"113372",28909,4430,3,978,2019 -"113373",28909,4526,3,978,1728 -"113374",28909,4660,2,978,2149 -"113375",28909,5106,3,978,2622 -"113376",28909,9227,3,978,1267 -"113377",28909,10333,3,978,1615 -"113378",28909,10457,3,978,1711 -"113379",28909,12861,3,978,1207 -"113380",28909,16866,3,978,2718 -"113381",28909,17033,3,978,2771 -"113382",28909,18865,3,978,2676 -"113383",28909,20941,2,978,2725 -"113384",28909,27686,2,978,2844 -"113385",28909,29289,3,978,1756 -"113386",28909,29977,2,978,2781 -"113387",28909,30034,3,978,2357 -"113388",28909,31335,3,978,2351 -"113389",28909,32470,3,978,1539 -"113390",28909,36487,3,978,2622 -"113391",28909,37424,3,978,1693 -"113392",28909,38691,2,978,2585 -"113393",28909,40572,2,978,2666 -"113394",28909,42813,3,978,2142 -"113395",28909,43673,2,978,2787 -"113396",28909,46486,3,978,1868 -"113397",28909,58875,3,978,1899 -"113398",28909,63395,3,978,2334 -"113399",28909,63641,3,978,2337 -"113400",28909,66717,3,978,2104 -"113401",28909,68691,3,978,1209 -"113402",28909,68885,3,978,2151 -"113403",28909,70455,3,978,1307 -"113404",28909,72535,3,978,1191 -"113405",28909,87958,3,978,1234 -"113406",28909,95910,3,978,999 -"113407",28909,99288,3,978,983 -"113408",28914,4194,3,580,1641 -"113409",28914,5168,3,580,629 -"113410",28914,5346,2,580,1438 -"113411",28914,5414,1,580,2321 -"113412",28914,6248,3,580,2737 -"113413",28914,6262,3,580,2733 -"113414",28914,6432,2,580,2297 -"113415",28914,10727,3,580,2082 -"113416",28914,11135,3,580,2441 -"113417",28914,13150,3,580,1570 -"113418",28914,14754,3,580,2456 -"113419",28914,15047,3,580,1697 -"113420",28914,15207,3,580,1855 -"113421",28914,15916,2,580,1236 -"113422",28914,18466,3,580,2340 -"113423",28914,18954,3,580,2364 -"113424",28914,19323,3,580,1705 -"113425",28914,19358,3,580,880 -"113426",28914,19687,2,580,2072 -"113427",28914,20392,3,580,1309 -"113428",28914,20413,3,580,806 -"113429",28914,25286,3,580,1545 -"113430",28914,26513,3,580,2205 -"113431",28914,26567,3,580,1158 -"113432",28914,28355,3,580,2053 -"113433",28914,29117,3,580,1250 -"113434",28914,30262,3,580,1715 -"113435",28914,32070,3,580,950 -"113436",28914,35414,3,580,1959 -"113437",28914,42713,3,580,1995 -"113438",28914,46568,3,580,822 -"113439",28914,47557,3,580,999 -"113440",28914,49147,2,580,2539 -"113441",28914,54061,3,580,1488 -"113442",28914,55436,3,580,2513 -"113443",28914,56168,3,580,1466 -"113444",28914,59470,3,580,2393 -"113445",28914,63555,2,580,1290 -"113446",28914,69215,3,580,1591 -"113447",28914,76604,3,580,2590 -"113448",28914,94520,3,580,1243 -"113449",28914,96349,3,580,1874 -"113450",28914,99194,3,580,1271 -"113451",28914,104542,3,580,897 -"113452",28914,108872,3,580,1810 -"113453",28923,1262,3,2362,2973 -"113454",28923,3695,3,2362,2612 -"113455",28923,7394,3,2362,2615 -"113456",28923,13732,3,2362,2789 -"113457",28923,18151,3,2362,2962 -"113458",28923,18366,3,2362,2699 -"113459",28923,19872,3,2362,2913 -"113460",28923,21795,2,2362,2653 -"113461",28923,26865,3,2362,2726 -"113462",28923,30081,2,2362,2403 -"113463",28923,34327,3,2362,2959 -"113464",28923,36962,3,2362,2861 -"113465",28923,47947,3,2362,2681 -"113466",28923,51783,3,2362,2599 -"113467",28923,73266,3,2362,2496 -"113468",28934,4623,2,870,1176 -"113469",28934,14353,3,870,2878 -"113470",28934,14564,3,870,1581 -"113471",28934,17097,3,870,1505 -"113472",28934,22403,2,870,1630 -"113473",28934,34158,2,870,2639 -"113474",28934,35361,3,870,2389 -"113475",28934,39516,3,870,2393 -"113476",28934,49414,3,870,1667 -"113477",28934,51319,3,870,2488 -"113478",28934,57150,3,870,1196 -"113479",28934,57760,3,870,1721 -"113480",28934,85716,3,870,1609 -"113481",28970,1785,2,2111,2350 -"113482",28970,3493,3,2111,2451 -"113483",28970,10119,3,2111,2374 -"113484",28970,19190,2,2111,2677 -"113485",28970,25330,2,2111,2370 -"113486",28970,30034,3,2111,2357 -"113487",28978,364,3,197,2351 -"113488",28978,1314,3,197,1522 -"113489",28978,1349,3,197,1147 -"113490",28978,1700,3,197,613 -"113491",28978,1846,3,197,1845 -"113492",28978,2852,3,197,2448 -"113493",28978,3493,2,197,2451 -"113494",28978,4660,3,197,2149 -"113495",28978,9481,3,197,1610 -"113496",28978,9785,3,197,2951 -"113497",28978,10457,3,197,1711 -"113498",28978,12361,2,197,2732 -"113499",28978,12897,3,197,1351 -"113500",28978,15443,3,197,1631 -"113501",28978,15535,3,197,891 -"113502",28978,17033,3,197,2771 -"113503",28978,18421,3,197,2457 -"113504",28978,18672,3,197,1182 -"113505",28978,19655,2,197,2706 -"113506",28978,20562,3,197,316 -"113507",28978,20941,3,197,2725 -"113508",28978,20984,3,197,2502 -"113509",28978,21207,3,197,1258 -"113510",28978,21383,2,197,971 -"113511",28978,21593,3,197,1312 -"113512",28978,22244,3,197,2139 -"113513",28978,23966,2,197,891 -"113514",28978,29473,3,197,2602 -"113515",28978,29818,3,197,1677 -"113516",28978,30057,3,197,504 -"113517",28978,31335,2,197,2351 -"113518",28978,31866,3,197,2101 -"113519",28978,32149,3,197,541 -"113520",28978,36737,3,197,829 -"113521",28978,37424,3,197,1693 -"113522",28978,38513,3,197,914 -"113523",28978,38785,3,197,437 -"113524",28978,41581,3,197,1692 -"113525",28978,46982,3,197,2806 -"113526",28978,47013,3,197,2388 -"113527",28978,51144,2,197,2466 -"113528",28978,52136,3,197,1412 -"113529",28978,54775,3,197,2383 -"113530",28978,63641,3,197,2337 -"113531",28978,64156,3,197,675 -"113532",28978,66717,3,197,2104 -"113533",28978,68539,3,197,1158 -"113534",28978,69545,3,197,673 -"113535",28978,72535,3,197,1191 -"113536",28978,72632,2,197,1289 -"113537",28978,73107,3,197,1918 -"113538",28978,78138,3,197,1601 -"113539",28978,85198,2,197,1794 -"113540",28978,87142,2,197,591 -"113541",28978,87907,3,197,1173 -"113542",28978,90064,3,197,454 -"113543",28978,90065,3,197,1418 -"113544",28978,96007,3,197,895 -"113545",28978,96706,3,197,1597 -"113546",28978,99298,3,197,679 -"113547",28978,106240,3,197,705 -"113548",28978,111208,3,197,847 -"113549",28982,33433,3,2746,2805 -"113550",28991,135,3,1688,2233 -"113551",28991,455,1,1688,2827 -"113552",28991,470,2,1688,2285 -"113553",28991,600,2,1688,1702 -"113554",28991,913,3,1688,2144 -"113555",28991,4084,3,1688,2133 -"113556",28991,5491,3,1688,2048 -"113557",28991,7245,3,1688,2089 -"113558",28991,9624,2,1688,2398 -"113559",28991,10433,2,1688,2075 -"113560",28991,18151,3,1688,2962 -"113561",28991,21795,3,1688,2653 -"113562",28991,23132,3,1688,2756 -"113563",28991,23705,3,1688,2699 -"113564",28991,23918,3,1688,1881 -"113565",28991,24568,3,1688,1937 -"113566",28991,28115,2,1688,1835 -"113567",28991,29962,3,1688,2201 -"113568",28991,30052,3,1688,2855 -"113569",28991,31705,3,1688,2706 -"113570",28991,32965,3,1688,2071 -"113571",28991,34160,2,1688,1759 -"113572",28991,45633,3,1688,2134 -"113573",28991,53196,2,1688,1888 -"113574",28991,63409,3,1688,1937 -"113575",28991,64181,3,1688,1828 -"113576",28991,64997,3,1688,2791 -"113577",28991,65016,3,1688,2749 -"113578",28991,66413,3,1688,2507 -"113579",28991,96653,3,1688,1917 -"113580",28991,105063,3,1688,1908 -"113581",28999,8325,3,1494,2228 -"113582",28999,10435,3,1494,1984 -"113583",28999,29067,3,1494,1538 -"113584",28999,44473,3,1494,1685 -"113585",28999,55307,3,1494,2306 -"113586",29004,997,3,2596,2788 -"113587",29004,1616,3,2596,2662 -"113588",29004,3164,3,2596,2693 -"113589",29004,5239,3,2596,2875 -"113590",29004,6030,2,2596,2953 -"113591",29004,6062,3,2596,2681 -"113592",29004,7323,3,2596,2858 -"113593",29004,11456,1,2596,2715 -"113594",29004,12866,3,2596,2910 -"113595",29004,28168,3,2596,2702 -"113596",29004,36646,3,2596,2744 -"113597",29004,41945,3,2596,2856 -"113598",29004,42196,2,2596,2765 -"113599",29004,53293,3,2596,2916 -"113600",29005,4194,3,238,1641 -"113601",29005,10128,2,238,883 -"113602",29005,11429,3,238,2520 -"113603",29005,16593,3,238,1139 -"113604",29005,17159,2,238,883 -"113605",29005,26138,3,238,1902 -"113606",29005,33278,3,238,1591 -"113607",29005,42998,3,238,1978 -"113608",29005,86010,3,238,1641 -"113609",29005,94339,3,238,2768 -"113610",29005,97266,3,238,1016 -"113611",29050,23,1,1196,1682 -"113612",29050,671,3,1196,2328 -"113613",29050,675,3,1196,1686 -"113614",29050,1046,3,1196,1881 -"113615",29050,1130,3,1196,1566 -"113616",29050,1136,3,1196,2536 -"113617",29050,1196,3,1196,1986 -"113618",29050,1592,3,1196,2006 -"113619",29050,2325,3,1196,1641 -"113620",29050,3164,2,1196,2693 -"113621",29050,3961,3,1196,2426 -"113622",29050,4191,3,1196,2130 -"113623",29050,4618,3,1196,2607 -"113624",29050,5041,1,1196,2371 -"113625",29050,5462,3,1196,2374 -"113626",29050,6030,3,1196,2953 -"113627",29050,6359,3,1196,1239 -"113628",29050,7245,3,1196,2089 -"113629",29050,7861,3,1196,1647 -"113630",29050,8621,3,1196,1681 -"113631",29050,10358,2,1196,2294 -"113632",29050,10799,3,1196,2010 -"113633",29050,10875,2,1196,1234 -"113634",29050,11966,3,1196,2385 -"113635",29050,12096,3,1196,1330 -"113636",29050,12713,3,1196,2440 -"113637",29050,13248,3,1196,1385 -"113638",29050,13801,3,1196,2041 -"113639",29050,13929,2,1196,2693 -"113640",29050,14032,3,1196,2144 -"113641",29050,14084,2,1196,2491 -"113642",29050,14108,3,1196,2012 -"113643",29050,15299,3,1196,2213 -"113644",29050,15607,2,1196,1421 -"113645",29050,15808,3,1196,1521 -"113646",29050,16111,3,1196,1714 -"113647",29050,19072,3,1196,2358 -"113648",29050,20284,3,1196,2530 -"113649",29050,20292,3,1196,2755 -"113650",29050,20643,3,1196,2341 -"113651",29050,20824,3,1196,1366 -"113652",29050,20975,3,1196,1305 -"113653",29050,21122,3,1196,1701 -"113654",29050,21571,3,1196,2755 -"113655",29050,21758,3,1196,1331 -"113656",29050,22566,3,1196,2308 -"113657",29050,24146,3,1196,2003 -"113658",29050,24198,3,1196,2217 -"113659",29050,24362,3,1196,1287 -"113660",29050,24512,3,1196,1369 -"113661",29050,24755,3,1196,1319 -"113662",29050,25341,3,1196,1858 -"113663",29050,25565,3,1196,2764 -"113664",29050,25643,3,1196,1646 -"113665",29050,26282,3,1196,1241 -"113666",29050,26570,3,1196,1669 -"113667",29050,27623,3,1196,2970 -"113668",29050,28050,3,1196,1955 -"113669",29050,28168,3,1196,2702 -"113670",29050,29170,2,1196,1846 -"113671",29050,30081,3,1196,2403 -"113672",29050,31541,3,1196,1500 -"113673",29050,31799,3,1196,2547 -"113674",29050,32173,3,1196,2341 -"113675",29050,32919,3,1196,2321 -"113676",29050,34158,3,1196,2639 -"113677",29050,34509,3,1196,1973 -"113678",29050,34820,3,1196,1630 -"113679",29050,35926,3,1196,2371 -"113680",29050,36450,1,1196,1591 -"113681",29050,36578,2,1196,1484 -"113682",29050,36962,2,1196,2861 -"113683",29050,37333,3,1196,1612 -"113684",29050,38162,3,1196,1691 -"113685",29050,42619,3,1196,2017 -"113686",29050,46621,3,1196,1343 -"113687",29050,47082,3,1196,1990 -"113688",29050,49277,2,1196,1928 -"113689",29050,51410,3,1196,2739 -"113690",29050,53630,2,1196,1565 -"113691",29050,54020,3,1196,1578 -"113692",29050,54305,3,1196,1222 -"113693",29050,55156,3,1196,2196 -"113694",29050,55691,2,1196,2856 -"113695",29050,56464,3,1196,2488 -"113696",29050,57714,3,1196,1391 -"113697",29050,58035,3,1196,1646 -"113698",29050,62903,3,1196,1704 -"113699",29050,64031,3,1196,1295 -"113700",29050,65625,3,1196,1273 -"113701",29050,68810,3,1196,2409 -"113702",29050,70046,3,1196,2624 -"113703",29050,78436,2,1196,1615 -"113704",29050,78563,3,1196,2385 -"113705",29050,79088,3,1196,1369 -"113706",29050,81221,3,1196,2285 -"113707",29050,82767,3,1196,1641 -"113708",29050,85690,3,1196,1229 -"113709",29050,88232,3,1196,2881 -"113710",29050,94500,3,1196,1529 -"113711",29050,101482,2,1196,1300 -"113712",29066,733,3,224,1653 -"113713",29066,1592,3,224,2006 -"113714",29066,2208,2,224,2814 -"113715",29066,3139,3,224,1656 -"113716",29066,3395,2,224,1382 -"113717",29066,3397,3,224,2126 -"113718",29066,3409,3,224,2167 -"113719",29066,3453,3,224,2126 -"113720",29066,3954,3,224,839 -"113721",29066,3957,3,224,256 -"113722",29066,4317,2,224,1224 -"113723",29066,4567,3,224,2348 -"113724",29066,6047,3,224,2004 -"113725",29066,8712,3,224,1153 -"113726",29066,10576,3,224,974 -"113727",29066,10592,2,224,859 -"113728",29066,11348,3,224,824 -"113729",29066,12778,2,224,2045 -"113730",29066,15122,3,224,1201 -"113731",29066,16164,3,224,1184 -"113732",29066,16608,3,224,1769 -"113733",29066,17221,3,224,2487 -"113734",29066,17245,3,224,1811 -"113735",29066,17264,3,224,2528 -"113736",29066,17502,1,224,869 -"113737",29066,18211,3,224,1745 -"113738",29066,19096,3,224,1538 -"113739",29066,22543,3,224,1594 -"113740",29066,23679,3,224,934 -"113741",29066,23825,3,224,1913 -"113742",29066,24753,3,224,2860 -"113743",29066,24755,3,224,1319 -"113744",29066,24853,3,224,1004 -"113745",29066,25730,3,224,1206 -"113746",29066,26621,3,224,1100 -"113747",29066,27001,1,224,1761 -"113748",29066,27737,3,224,578 -"113749",29066,28193,3,224,1032 -"113750",29066,31927,3,224,818 -"113751",29066,32606,3,224,2100 -"113752",29066,37108,3,224,1202 -"113753",29066,43490,3,224,2463 -"113754",29066,43902,3,224,1726 -"113755",29066,46621,3,224,1343 -"113756",29066,47585,3,224,794 -"113757",29066,49615,3,224,914 -"113758",29066,51386,3,224,459 -"113759",29066,52043,2,224,977 -"113760",29066,52154,3,224,1722 -"113761",29066,52530,3,224,1737 -"113762",29066,52699,3,224,1372 -"113763",29066,60624,3,224,1570 -"113764",29066,61785,3,224,822 -"113765",29066,65140,3,224,836 -"113766",29066,72530,3,224,992 -"113767",29066,74318,3,224,632 -"113768",29066,83286,3,224,1793 -"113769",29066,83291,3,224,2066 -"113770",29066,88232,3,224,2881 -"113771",29066,90013,3,224,1461 -"113772",29066,91812,3,224,682 -"113773",29066,92592,3,224,486 -"113774",29066,94444,3,224,1554 -"113775",29066,96611,2,224,765 -"113776",29066,105117,2,224,809 -"113777",29066,109264,3,224,1104 -"113778",29066,115461,2,224,524 -"113779",29066,116620,2,224,669 -"113780",29067,1570,2,1538,2028 -"113781",29067,4622,3,1538,1589 -"113782",29067,7648,2,1538,1861 -"113783",29067,9273,2,1538,1747 -"113784",29067,9328,3,1538,1937 -"113785",29067,10435,3,1538,1984 -"113786",29067,10755,3,1538,1742 -"113787",29067,12598,3,1538,2086 -"113788",29067,14061,3,1538,1620 -"113789",29067,14442,2,1538,2700 -"113790",29067,16184,3,1538,2274 -"113791",29067,17768,3,1538,2468 -"113792",29067,24867,2,1538,1861 -"113793",29067,25053,2,1538,2186 -"113794",29067,25678,3,1538,1558 -"113795",29067,31281,3,1538,1937 -"113796",29067,32904,3,1538,2055 -"113797",29067,36996,3,1538,2321 -"113798",29067,44132,3,1538,1999 -"113799",29067,44466,3,1538,1607 -"113800",29067,47094,2,1538,2592 -"113801",29067,49805,3,1538,2445 -"113802",29067,58536,3,1538,2742 -"113803",29067,59289,2,1538,2896 -"113804",29067,67701,3,1538,2289 -"113805",29067,84322,3,1538,1635 -"113806",29067,104281,3,1538,2228 -"113807",29073,270,3,2328,2542 -"113808",29073,2166,3,2328,2557 -"113809",29073,4618,3,2328,2607 -"113810",29073,5462,3,2328,2374 -"113811",29073,5504,3,2328,2389 -"113812",29073,5669,3,2328,2502 -"113813",29073,5725,2,2328,2789 -"113814",29073,6491,3,2328,2424 -"113815",29073,8327,3,2328,2527 -"113816",29073,10148,3,2328,2964 -"113817",29073,12867,3,2328,2773 -"113818",29073,14959,3,2328,2898 -"113819",29073,15444,3,2328,2764 -"113820",29073,19606,3,2328,2783 -"113821",29073,22326,3,2328,2818 -"113822",29073,24923,3,2328,2785 -"113823",29073,26351,3,2328,2683 -"113824",29073,28285,2,2328,2972 -"113825",29073,29314,3,2328,2736 -"113826",29073,31700,3,2328,2727 -"113827",29073,32173,3,2328,2341 -"113828",29073,33380,3,2328,2340 -"113829",29073,35514,3,2328,2346 -"113830",29073,36559,3,2328,2473 -"113831",29073,39087,3,2328,2765 -"113832",29073,43518,2,2328,2680 -"113833",29073,47947,2,2328,2681 -"113834",29073,50236,3,2328,2339 -"113835",29073,55468,3,2328,2511 -"113836",29073,56082,3,2328,2395 -"113837",29073,57977,2,2328,2683 -"113838",29073,62840,2,2328,2502 -"113839",29073,70046,3,2328,2624 -"113840",29073,70203,3,2328,2756 -"113841",29073,71562,2,2328,2574 -"113842",29073,101797,3,2328,2357 -"113843",29079,14080,3,265,1351 -"113844",29079,16096,2,265,2301 -"113845",29079,16336,3,265,859 -"113846",29079,23806,3,265,1671 -"113847",29079,28011,3,265,2639 -"113848",29079,83224,3,265,1183 -"113849",29089,1641,3,1344,1490 -"113850",29089,3011,3,1344,2278 -"113851",29089,3819,3,1344,1583 -"113852",29089,5610,3,1344,2223 -"113853",29089,6162,3,1344,1673 -"113854",29089,6602,3,1344,1631 -"113855",29089,7616,3,1344,2296 -"113856",29089,8275,3,1344,2237 -"113857",29089,9311,2,1344,2477 -"113858",29089,9423,3,1344,1708 -"113859",29089,9979,3,1344,2238 -"113860",29089,10474,3,1344,1608 -"113861",29089,10843,3,1344,2277 -"113862",29089,10870,3,1344,1755 -"113863",29089,11103,3,1344,2393 -"113864",29089,11493,3,1344,2077 -"113865",29089,12081,3,1344,2166 -"113866",29089,12371,3,1344,1569 -"113867",29089,12388,3,1344,1975 -"113868",29089,13307,3,1344,2206 -"113869",29089,14731,3,1344,2012 -"113870",29089,15626,3,1344,2434 -"113871",29089,16850,3,1344,1657 -"113872",29089,18670,2,1344,1835 -"113873",29089,19282,3,1344,1623 -"113874",29089,21164,3,1344,1645 -"113875",29089,22207,3,1344,2365 -"113876",29089,22682,3,1344,2035 -"113877",29089,23006,3,1344,1532 -"113878",29089,24169,2,1344,1663 -"113879",29089,24256,1,1344,2393 -"113880",29089,27195,3,1344,2158 -"113881",29089,27796,3,1344,2151 -"113882",29089,28571,3,1344,1556 -"113883",29089,29512,2,1344,1594 -"113884",29089,29930,2,1344,2240 -"113885",29089,30906,3,1344,2537 -"113886",29089,31159,3,1344,2231 -"113887",29089,31705,3,1344,2706 -"113888",29089,31890,3,1344,1487 -"113889",29089,32047,1,1344,1858 -"113890",29089,33356,3,1344,1586 -"113891",29089,33433,3,1344,2805 -"113892",29089,34707,2,1344,2042 -"113893",29089,34820,2,1344,1630 -"113894",29089,35888,2,1344,2291 -"113895",29089,36578,2,1344,1484 -"113896",29089,43614,3,1344,1712 -"113897",29089,45545,2,1344,1776 -"113898",29089,46680,3,1344,1690 -"113899",29089,48035,2,1344,2180 -"113900",29089,49560,3,1344,1679 -"113901",29089,50001,2,1344,1518 -"113902",29089,53134,3,1344,1590 -"113903",29089,56854,3,1344,2022 -"113904",29089,57732,3,1344,2454 -"113905",29089,59113,3,1344,2434 -"113906",29089,62903,3,1344,1704 -"113907",29089,67748,3,1344,1498 -"113908",29089,70046,3,1344,2624 -"113909",29089,74190,3,1344,1428 -"113910",29089,76196,3,1344,1643 -"113911",29089,86287,3,1344,1349 -"113912",29093,5971,3,1933,1985 -"113913",29093,16352,3,1933,2657 -"113914",29093,22197,1,1933,2271 -"113915",29093,42687,3,1933,1952 -"113916",29093,50236,3,1933,2339 -"113917",29093,56082,3,1933,2395 -"113918",29095,1616,3,2531,2662 -"113919",29095,2424,3,2531,2582 -"113920",29095,4932,3,2531,2752 -"113921",29095,13573,2,2531,2774 -"113922",29095,14655,3,2531,2559 -"113923",29095,14959,2,2531,2898 -"113924",29095,15636,2,2531,2857 -"113925",29095,15930,1,2531,2541 -"113926",29095,20423,3,2531,2654 -"113927",29095,23787,1,2531,2810 -"113928",29095,24753,3,2531,2860 -"113929",29095,25486,3,2531,2582 -"113930",29095,26582,3,2531,2772 -"113931",29095,27753,3,2531,2750 -"113932",29095,29314,3,2531,2736 -"113933",29095,30906,3,2531,2537 -"113934",29095,33433,3,2531,2805 -"113935",29095,33801,2,2531,2899 -"113936",29095,35235,3,2531,2610 -"113937",29095,39556,2,2531,2747 -"113938",29095,41664,3,2531,2641 -"113939",29095,44885,3,2531,2670 -"113940",29095,53475,2,2531,2853 -"113941",29095,66693,3,2531,2554 -"113942",29095,68083,3,2531,2795 -"113943",29095,70203,2,2531,2756 -"113944",29100,843,3,843,2332 -"113945",29100,919,2,843,910 -"113946",29100,1257,3,843,1212 -"113947",29100,1624,3,843,2687 -"113948",29100,2724,3,843,2447 -"113949",29100,3272,2,843,2132 -"113950",29100,3477,3,843,2546 -"113951",29100,3559,2,843,2413 -"113952",29100,4968,2,843,1586 -"113953",29100,6040,3,843,2103 -"113954",29100,6063,3,843,2349 -"113955",29100,7604,3,843,1366 -"113956",29100,8993,3,843,2099 -"113957",29100,12197,3,843,1235 -"113958",29100,12598,3,843,2086 -"113959",29100,12779,3,843,936 -"113960",29100,14442,3,843,2700 -"113961",29100,15023,2,843,2054 -"113962",29100,18217,3,843,1566 -"113963",29100,19075,3,843,2214 -"113964",29100,19667,3,843,1466 -"113965",29100,20547,2,843,2145 -"113966",29100,20739,2,843,2025 -"113967",29100,22462,3,843,869 -"113968",29100,25518,3,843,1955 -"113969",29100,31357,1,843,2389 -"113970",29100,33223,3,843,2397 -"113971",29100,39893,1,843,1601 -"113972",29100,40542,3,843,1664 -"113973",29100,42390,3,843,2937 -"113974",29100,47882,3,843,2769 -"113975",29100,51399,3,843,934 -"113976",29100,51843,2,843,2389 -"113977",29100,51890,3,843,1992 -"113978",29100,52953,2,843,1741 -"113979",29100,54385,1,843,2340 -"113980",29100,55730,2,843,1217 -"113981",29100,55997,3,843,1414 -"113982",29100,59344,3,843,2252 -"113983",29100,63104,2,843,2149 -"113984",29100,69308,3,843,2370 -"113985",29100,76295,2,843,1001 -"113986",29100,78611,3,843,1586 -"113987",29100,80615,2,843,2252 -"113988",29100,84808,2,843,1974 -"113989",29100,93123,2,843,870 -"113990",29100,93590,3,843,1188 -"113991",29100,94513,3,843,1102 -"113992",29100,98436,3,843,1212 -"113993",29100,110737,3,843,2117 -"113994",29100,110871,2,843,2879 -"113995",29100,110874,3,843,1390 -"113996",29115,1036,3,1047,1367 -"113997",29115,1127,3,1047,1188 -"113998",29115,1130,3,1047,1566 -"113999",29115,1691,3,1047,1941 -"114000",29115,2208,3,1047,2814 -"114001",29115,2325,3,1047,1641 -"114002",29115,3753,3,1047,1255 -"114003",29115,3966,3,1047,2425 -"114004",29115,4360,3,1047,1770 -"114005",29115,4567,3,1047,2348 -"114006",29115,6914,2,1047,2668 -"114007",29115,7861,3,1047,1647 -"114008",29115,10222,3,1047,2212 -"114009",29115,10939,3,1047,1376 -"114010",29115,14108,3,1047,2012 -"114011",29115,18825,3,1047,1240 -"114012",29115,21138,3,1047,2849 -"114013",29115,21706,3,1047,1988 -"114014",29115,23825,3,1047,1913 -"114015",29115,24198,3,1047,2217 -"114016",29115,25129,3,1047,2647 -"114017",29115,25565,3,1047,2764 -"114018",29115,26282,3,1047,1241 -"114019",29115,34509,3,1047,1973 -"114020",29115,35481,1,1047,2211 -"114021",29115,39081,3,1047,1597 -"114022",29115,40028,3,1047,1349 -"114023",29115,40368,3,1047,2876 -"114024",29115,41739,3,1047,1339 -"114025",29115,47248,3,1047,2883 -"114026",29115,50001,3,1047,1518 -"114027",29115,50784,3,1047,2733 -"114028",29115,51017,3,1047,2073 -"114029",29115,53196,3,1047,1888 -"114030",29115,53846,3,1047,2737 -"114031",29115,54250,3,1047,2340 -"114032",29115,56082,3,1047,2395 -"114033",29115,60862,3,1047,1215 -"114034",29115,64181,3,1047,1828 -"114035",29115,65475,3,1047,1267 -"114036",29115,66318,3,1047,2803 -"114037",29115,66726,3,1047,2068 -"114038",29115,67314,3,1047,1051 -"114039",29115,69250,3,1047,1439 -"114040",29115,70605,1,1047,1176 -"114041",29115,71808,3,1047,2349 -"114042",29115,105685,1,1047,2469 -"114043",29116,680,2,2128,2569 -"114044",29116,4303,3,2128,2414 -"114045",29116,4669,3,2128,2395 -"114046",29116,9332,3,2128,2734 -"114047",29116,12361,3,2128,2732 -"114048",29116,12759,3,2128,2414 -"114049",29116,17973,2,2128,2837 -"114050",29116,19073,3,2128,2748 -"114051",29116,20124,3,2128,2376 -"114052",29116,21670,3,2128,2158 -"114053",29116,23591,3,2128,2831 -"114054",29116,25373,3,2128,2783 -"114055",29116,28869,3,2128,2425 -"114056",29116,37636,3,2128,2178 -"114057",29116,37929,3,2128,2393 -"114058",29116,39256,3,2128,2449 -"114059",29116,44235,3,2128,2700 -"114060",29116,50585,3,2128,2414 -"114061",29116,63077,2,2128,2778 -"114062",29117,2344,3,1250,2752 -"114063",29117,3776,3,1250,2322 -"114064",29117,5346,3,1250,1438 -"114065",29117,5606,3,1250,2875 -"114066",29117,6248,2,1250,2737 -"114067",29117,7948,3,1250,1584 -"114068",29117,10727,2,1250,2082 -"114069",29117,11976,3,1250,1727 -"114070",29117,13150,3,1250,1570 -"114071",29117,13671,3,1250,1371 -"114072",29117,15207,3,1250,1855 -"114073",29117,17952,3,1250,1530 -"114074",29117,19687,3,1250,2072 -"114075",29117,28355,2,1250,2053 -"114076",29117,31262,3,1250,2780 -"114077",29117,33363,3,1250,2475 -"114078",29117,36651,3,1250,1600 -"114079",29117,42280,3,1250,2266 -"114080",29117,42713,2,1250,1995 -"114081",29117,43204,3,1250,1680 -"114082",29117,43250,3,1250,1300 -"114083",29117,43960,2,1250,1293 -"114084",29117,49147,2,1250,2539 -"114085",29117,54061,1,1250,1488 -"114086",29117,55436,3,1250,2513 -"114087",29117,59470,3,1250,2393 -"114088",29117,62712,3,1250,2884 -"114089",29117,63525,3,1250,2741 -"114090",29117,64534,3,1250,2924 -"114091",29117,82426,3,1250,1576 -"114092",29124,307,3,199,2530 -"114093",29124,2269,3,199,984 -"114094",29124,2572,3,199,2273 -"114095",29124,2731,3,199,434 -"114096",29124,3011,3,199,2278 -"114097",29124,3040,3,199,1446 -"114098",29124,4226,3,199,1903 -"114099",29124,4317,3,199,1224 -"114100",29124,4701,2,199,2401 -"114101",29124,4790,2,199,1025 -"114102",29124,4791,2,199,1184 -"114103",29124,5971,3,199,1985 -"114104",29124,6264,3,199,749 -"114105",29124,7555,3,199,1943 -"114106",29124,10523,3,199,1510 -"114107",29124,11817,3,199,600 -"114108",29124,12374,3,199,2260 -"114109",29124,12728,3,199,2374 -"114110",29124,12863,3,199,2027 -"114111",29124,14678,3,199,799 -"114112",29124,15005,2,199,1415 -"114113",29124,17852,3,199,2840 -"114114",29124,18393,2,199,860 -"114115",29124,18707,3,199,1143 -"114116",29124,20311,3,199,1981 -"114117",29124,21122,3,199,1701 -"114118",29124,21198,3,199,935 -"114119",29124,22282,3,199,1418 -"114120",29124,22331,3,199,2687 -"114121",29124,22455,3,199,1197 -"114122",29124,22714,3,199,2793 -"114123",29124,23508,3,199,1907 -"114124",29124,23509,3,199,2275 -"114125",29124,23704,3,199,2278 -"114126",29124,24286,3,199,1280 -"114127",29124,24755,3,199,1319 -"114128",29124,25595,2,199,768 -"114129",29124,26451,2,199,2133 -"114130",29124,26867,3,199,1804 -"114131",29124,27175,3,199,1447 -"114132",29124,27390,3,199,2425 -"114133",29124,27792,3,199,1308 -"114134",29124,27849,2,199,1316 -"114135",29124,28124,3,199,434 -"114136",29124,29705,2,199,607 -"114137",29124,29750,3,199,689 -"114138",29124,29929,3,199,2789 -"114139",29124,32017,2,199,577 -"114140",29124,32601,1,199,1033 -"114141",29124,32811,3,199,804 -"114142",29124,33241,3,199,632 -"114143",29124,33356,3,199,1586 -"114144",29124,33433,3,199,2805 -"114145",29124,34836,3,199,2302 -"114146",29124,35095,3,199,1502 -"114147",29124,36714,3,199,2209 -"114148",29124,37800,3,199,604 -"114149",29124,38019,3,199,1870 -"114150",29124,39865,3,199,849 -"114151",29124,40028,3,199,1349 -"114152",29124,40072,3,199,1182 -"114153",29124,41174,2,199,850 -"114154",29124,41315,3,199,439 -"114155",29124,42618,3,199,2316 -"114156",29124,43051,2,199,904 -"114157",29124,44059,3,199,525 -"114158",29124,44306,3,199,1036 -"114159",29124,46723,2,199,607 -"114160",29124,48260,3,199,875 -"114161",29124,48414,2,199,1749 -"114162",29124,50219,3,199,756 -"114163",29124,50236,3,199,2339 -"114164",29124,50685,3,199,2008 -"114165",29124,50977,3,199,2352 -"114166",29124,51810,3,199,1401 -"114167",29124,52058,3,199,1836 -"114168",29124,52735,3,199,1124 -"114169",29124,53303,3,199,1376 -"114170",29124,54879,3,199,2210 -"114171",29124,55468,2,199,2511 -"114172",29124,56082,3,199,2395 -"114173",29124,56520,3,199,571 -"114174",29124,57950,3,199,1529 -"114175",29124,58133,3,199,1484 -"114176",29124,59939,3,199,936 -"114177",29124,62903,3,199,1704 -"114178",29124,64181,3,199,1828 -"114179",29124,65884,3,199,798 -"114180",29124,66860,2,199,1548 -"114181",29124,67690,3,199,1902 -"114182",29124,70838,3,199,687 -"114183",29124,73136,1,199,328 -"114184",29124,75948,2,199,1006 -"114185",29124,77305,3,199,965 -"114186",29124,78932,3,199,981 -"114187",29124,79322,3,199,2770 -"114188",29124,81588,3,199,1568 -"114189",29124,83434,2,199,850 -"114190",29124,87148,3,199,397 -"114191",29124,89097,3,199,935 -"114192",29124,89541,3,199,525 -"114193",29124,90573,1,199,878 -"114194",29124,91912,3,199,790 -"114195",29124,92220,2,199,607 -"114196",29124,99444,1,199,408 -"114197",29124,105680,3,199,1674 -"114198",29124,105742,3,199,231 -"114199",29124,109510,3,199,621 -"114200",29124,109663,3,199,545 -"114201",29124,121422,2,199,850 -"114202",29170,135,2,1846,2233 -"114203",29170,145,3,1846,1998 -"114204",29170,455,3,1846,2827 -"114205",29170,470,3,1846,2285 -"114206",29170,913,3,1846,2144 -"114207",29170,1592,3,1846,2006 -"114208",29170,1691,2,1846,1941 -"114209",29170,2011,3,1846,2176 -"114210",29170,4084,3,1846,2133 -"114211",29170,4191,3,1846,2130 -"114212",29170,4226,3,1846,1903 -"114213",29170,5041,3,1846,2371 -"114214",29170,6104,3,1846,2462 -"114215",29170,6252,3,1846,2336 -"114216",29170,6363,3,1846,2066 -"114217",29170,6390,3,1846,2385 -"114218",29170,6428,3,1846,1952 -"114219",29170,6491,3,1846,2424 -"114220",29170,7245,3,1846,2089 -"114221",29170,7847,3,1846,2424 -"114222",29170,10433,3,1846,2075 -"114223",29170,11440,3,1846,2026 -"114224",29170,12374,3,1846,2260 -"114225",29170,13249,3,1846,2573 -"114226",29170,14032,3,1846,2144 -"114227",29170,14108,3,1846,2012 -"114228",29170,14731,3,1846,2012 -"114229",29170,18543,3,1846,2968 -"114230",29170,19248,3,1846,2357 -"114231",29170,20311,3,1846,1981 -"114232",29170,20407,2,1846,2339 -"114233",29170,20643,3,1846,2341 -"114234",29170,21104,3,1846,2327 -"114235",29170,21682,3,1846,2414 -"114236",29170,22566,3,1846,2308 -"114237",29170,23509,2,1846,2275 -"114238",29170,23705,3,1846,2699 -"114239",29170,23918,3,1846,1881 -"114240",29170,24198,3,1846,2217 -"114241",29170,24568,3,1846,1937 -"114242",29170,25198,3,1846,1982 -"114243",29170,25341,3,1846,1858 -"114244",29170,25565,3,1846,2764 -"114245",29170,26359,3,1846,2535 -"114246",29170,26451,3,1846,2133 -"114247",29170,29073,3,1846,2328 -"114248",29170,31235,3,1846,2668 -"114249",29170,33622,3,1846,2230 -"114250",29170,33672,2,1846,2396 -"114251",29170,34136,3,1846,2202 -"114252",29170,36439,3,1846,2469 -"114253",29170,39535,3,1846,2428 -"114254",29170,40368,3,1846,2876 -"114255",29170,43173,3,1846,2895 -"114256",29170,45633,3,1846,2134 -"114257",29170,46951,3,1846,2429 -"114258",29170,49620,2,1846,1868 -"114259",29170,50179,3,1846,2230 -"114260",29170,50685,3,1846,2008 -"114261",29170,51041,3,1846,2606 -"114262",29170,52576,3,1846,2234 -"114263",29170,53196,2,1846,1888 -"114264",29170,55139,3,1846,2323 -"114265",29170,63409,3,1846,1937 -"114266",29170,64997,3,1846,2791 -"114267",29170,66413,2,1846,2507 -"114268",29170,71274,3,1846,2390 -"114269",29170,74636,2,1846,2525 -"114270",29170,88232,2,1846,2881 -"114271",29170,92322,3,1846,2393 -"114272",29170,105063,2,1846,1908 -"114273",29170,108379,3,1846,2933 -"114274",29215,12767,3,2246,2329 -"114275",29224,4932,3,2011,2752 -"114276",29224,18543,3,2011,2968 -"114277",29224,20407,3,2011,2339 -"114278",29224,23787,3,2011,2810 -"114279",29224,25480,3,2011,2747 -"114280",29224,26106,2,2011,2015 -"114281",29224,36439,3,2011,2469 -"114282",29224,44427,3,2011,2875 -"114283",29224,82949,3,2011,2077 -"114284",29224,103560,3,2011,2746 -"114285",29243,15315,3,2011,2173 -"114286",29243,15626,3,2011,2434 -"114287",29243,34158,3,2011,2639 -"114288",29243,46315,3,2011,2316 -"114289",29243,47248,3,2011,2883 -"114290",29243,51017,3,2011,2073 -"114291",29243,52003,3,2011,2067 -"114292",29258,313,3,1932,2271 -"114293",29258,377,3,1932,2389 -"114294",29258,543,2,1932,2203 -"114295",29258,1151,3,1932,2885 -"114296",29258,1495,3,1932,2046 -"114297",29258,1616,3,1932,2662 -"114298",29258,1777,3,1932,1965 -"114299",29258,2036,3,1932,2483 -"114300",29258,2484,3,1932,2389 -"114301",29258,3161,3,1932,2229 -"114302",29258,4057,3,1932,2389 -"114303",29258,5078,3,1932,2033 -"114304",29258,5457,3,1932,2077 -"114305",29258,5462,3,1932,2374 -"114306",29258,5504,3,1932,2389 -"114307",29258,7323,3,1932,2858 -"114308",29258,8760,3,1932,2477 -"114309",29258,20700,3,1932,2861 -"114310",29258,26516,3,1932,2479 -"114311",29258,35256,2,1932,2271 -"114312",29258,37570,3,1932,2389 -"114313",29258,44768,3,1932,2516 -"114314",29258,53851,3,1932,2305 -"114315",29258,55556,3,1932,2075 -"114316",29258,85430,3,1932,2370 -"114317",29267,140,2,1234,2267 -"114318",29267,728,3,1234,1812 -"114319",29267,1822,3,1234,2888 -"114320",29267,1846,3,1234,1845 -"114321",29267,2057,3,1234,1965 -"114322",29267,2181,3,1234,2030 -"114323",29267,2540,2,1234,1398 -"114324",29267,2576,3,1234,1307 -"114325",29267,2894,3,1234,1291 -"114326",29267,3127,2,1234,2273 -"114327",29267,3477,2,1234,2546 -"114328",29267,3493,3,1234,2451 -"114329",29267,3978,3,1234,2775 -"114330",29267,4001,3,1234,1687 -"114331",29267,4032,3,1234,1763 -"114332",29267,4303,3,1234,2414 -"114333",29267,4622,3,1234,1589 -"114334",29267,4660,3,1234,2149 -"114335",29267,4983,3,1234,1909 -"114336",29267,6063,2,1234,2349 -"114337",29267,6392,3,1234,1878 -"114338",29267,6821,3,1234,1788 -"114339",29267,6989,3,1234,2623 -"114340",29267,7252,3,1234,2799 -"114341",29267,7337,3,1234,1797 -"114342",29267,7355,3,1234,1928 -"114343",29267,8146,3,1234,1561 -"114344",29267,8354,2,1234,1705 -"114345",29267,8865,2,1234,2394 -"114346",29267,8993,3,1234,2099 -"114347",29267,9227,3,1234,1267 -"114348",29267,9391,3,1234,1252 -"114349",29267,9481,3,1234,1610 -"114350",29267,9503,3,1234,2453 -"114351",29267,9703,3,1234,1845 -"114352",29267,9787,3,1234,2858 -"114353",29267,10148,3,1234,2964 -"114354",29267,10336,3,1234,2271 -"114355",29267,10453,3,1234,1656 -"114356",29267,10473,2,1234,1783 -"114357",29267,10754,2,1234,1797 -"114358",29267,11136,3,1234,2573 -"114359",29267,11154,3,1234,1594 -"114360",29267,11229,3,1234,1625 -"114361",29267,11538,3,1234,2288 -"114362",29267,11563,3,1234,1863 -"114363",29267,11639,3,1234,1593 -"114364",29267,11648,3,1234,2852 -"114365",29267,13808,2,1234,1356 -"114366",29267,13899,3,1234,2650 -"114367",29267,14558,3,1234,1585 -"114368",29267,14817,1,1234,2110 -"114369",29267,15023,3,1234,2054 -"114370",29267,15826,3,1234,2772 -"114371",29267,16501,3,1234,1650 -"114372",29267,16796,3,1234,1892 -"114373",29267,17252,3,1234,1258 -"114374",29267,17645,3,1234,1918 -"114375",29267,18005,3,1234,2449 -"114376",29267,18217,2,1234,1566 -"114377",29267,19317,3,1234,2041 -"114378",29267,19433,2,1234,2504 -"114379",29267,19587,3,1234,1684 -"114380",29267,20124,3,1234,2376 -"114381",29267,20155,3,1234,1517 -"114382",29267,20984,2,1234,2502 -"114383",29267,21684,3,1234,1971 -"114384",29267,22403,3,1234,1630 -"114385",29267,23131,3,1234,1732 -"114386",29267,23277,3,1234,1267 -"114387",29267,23488,3,1234,1523 -"114388",29267,24757,3,1234,1939 -"114389",29267,25163,3,1234,1751 -"114390",29267,25378,3,1234,1245 -"114391",29267,26182,3,1234,2775 -"114392",29267,27320,3,1234,2378 -"114393",29267,27908,2,1234,2576 -"114394",29267,28588,3,1234,1335 -"114395",29267,28869,3,1234,2425 -"114396",29267,29286,2,1234,1612 -"114397",29267,29454,3,1234,2719 -"114398",29267,29473,3,1234,2602 -"114399",29267,29495,3,1234,1612 -"114400",29267,30334,3,1234,2075 -"114401",29267,30368,3,1234,2487 -"114402",29267,30486,1,1234,1269 -"114403",29267,30525,3,1234,1964 -"114404",29267,30669,3,1234,1921 -"114405",29267,30865,3,1234,2038 -"114406",29267,30906,3,1234,2537 -"114407",29267,31317,3,1234,1362 -"114408",29267,31357,3,1234,2389 -"114409",29267,31700,3,1234,2727 -"114410",29267,32339,3,1234,2430 -"114411",29267,32395,3,1234,2735 -"114412",29267,32606,3,1234,2100 -"114413",29267,33223,2,1234,2397 -"114414",29267,33451,3,1234,1957 -"114415",29267,33470,3,1234,2003 -"114416",29267,34478,3,1234,2265 -"114417",29267,35822,3,1234,1903 -"114418",29267,35903,2,1234,1434 -"114419",29267,36346,3,1234,1240 -"114420",29267,36637,3,1234,2085 -"114421",29267,36953,2,1234,2790 -"114422",29267,37301,3,1234,2160 -"114423",29267,37424,3,1234,1693 -"114424",29267,37636,3,1234,2178 -"114425",29267,37937,2,1234,1320 -"114426",29267,38457,3,1234,1630 -"114427",29267,39062,1,1234,2020 -"114428",29267,39534,3,1234,2410 -"114429",29267,40035,3,1234,2742 -"114430",29267,40392,3,1234,1878 -"114431",29267,40542,2,1234,1664 -"114432",29267,40572,2,1234,2666 -"114433",29267,41338,3,1234,1553 -"114434",29267,42813,2,1234,2142 -"114435",29267,45729,3,1234,2606 -"114436",29267,46486,1,1234,1868 -"114437",29267,46532,3,1234,2005 -"114438",29267,47013,3,1234,2388 -"114439",29267,47595,1,1234,2374 -"114440",29267,47803,3,1234,2477 -"114441",29267,47968,3,1234,2829 -"114442",29267,48377,3,1234,1927 -"114443",29267,49147,3,1234,2539 -"114444",29267,50335,1,1234,1893 -"114445",29267,50585,3,1234,2414 -"114446",29267,51200,2,1234,2245 -"114447",29267,51687,3,1234,2333 -"114448",29267,51774,3,1234,2459 -"114449",29267,51783,3,1234,2599 -"114450",29267,51843,3,1234,2389 -"114451",29267,52483,3,1234,2317 -"114452",29267,52953,3,1234,1741 -"114453",29267,53739,3,1234,2704 -"114454",29267,54775,3,1234,2383 -"114455",29267,55296,3,1234,2413 -"114456",29267,55821,3,1234,1303 -"114457",29267,55862,3,1234,2123 -"114458",29267,56873,3,1234,1421 -"114459",29267,56936,3,1234,1519 -"114460",29267,59637,3,1234,2141 -"114461",29267,59790,3,1234,1827 -"114462",29267,61125,3,1234,1673 -"114463",29267,62966,3,1234,1282 -"114464",29267,63641,3,1234,2337 -"114465",29267,65856,3,1234,2504 -"114466",29267,66121,2,1234,1281 -"114467",29267,66717,3,1234,2104 -"114468",29267,69232,3,1234,2130 -"114469",29267,70455,3,1234,1307 -"114470",29267,72438,3,1234,1397 -"114471",29267,74134,3,1234,1566 -"114472",29267,76143,3,1234,1610 -"114473",29267,76286,3,1234,1642 -"114474",29267,79547,3,1234,1909 -"114475",29267,84317,3,1234,2081 -"114476",29267,88067,3,1234,2315 -"114477",29267,92850,3,1234,1971 -"114478",29267,96706,3,1234,1597 -"114479",29275,2143,3,949,1174 -"114480",29275,4313,3,949,2368 -"114481",29275,7733,2,949,1326 -"114482",29275,10622,2,949,1173 -"114483",29275,20056,3,949,1824 -"114484",29275,21976,3,949,1808 -"114485",29275,31170,2,949,1776 -"114486",29275,43524,3,949,2572 -"114487",29275,57383,3,949,1302 -"114488",29275,62334,3,949,1766 -"114489",29275,73810,1,949,1554 -"114490",29275,76235,3,949,2777 -"114491",29275,78262,3,949,1326 -"114492",29275,80162,3,949,1601 -"114493",29275,94179,3,949,2000 -"114494",29276,3520,2,2000,2281 -"114495",29276,3786,2,2000,2282 -"114496",29276,5606,3,2000,2875 -"114497",29276,7253,3,2000,2686 -"114498",29276,9727,3,2000,2327 -"114499",29276,18479,3,2000,2967 -"114500",29276,19687,3,2000,2072 -"114501",29276,23639,3,2000,2065 -"114502",29276,28355,3,2000,2053 -"114503",29276,28567,3,2000,2398 -"114504",29276,33363,1,2000,2475 -"114505",29276,40715,2,2000,2258 -"114506",29276,45299,3,2000,2426 -"114507",29276,49334,3,2000,2433 -"114508",29276,53648,3,2000,2167 -"114509",29276,65223,3,2000,2724 -"114510",29276,80050,3,2000,2698 -"114511",29276,91772,3,2000,2233 -"114512",29280,8327,2,2499,2527 -"114513",29280,50480,3,2499,2701 -"114514",29280,56920,3,2499,2548 -"114515",29280,91579,3,2499,2510 -"114516",29280,99351,3,2499,2939 -"114517",29286,728,3,1612,1812 -"114518",29286,841,3,1612,2964 -"114519",29286,1520,3,1612,1716 -"114520",29286,2206,3,1612,2536 -"114521",29286,2418,3,1612,2020 -"114522",29286,2747,3,1612,2411 -"114523",29286,2852,3,1612,2448 -"114524",29286,3127,2,1612,2273 -"114525",29286,3978,3,1612,2775 -"114526",29286,4303,3,1612,2414 -"114527",29286,4361,3,1612,2571 -"114528",29286,4612,3,1612,2804 -"114529",29286,4730,3,1612,2131 -"114530",29286,5897,2,1612,2337 -"114531",29286,6119,3,1612,2358 -"114532",29286,6989,3,1612,2623 -"114533",29286,7252,3,1612,2799 -"114534",29286,7337,3,1612,1797 -"114535",29286,8865,3,1612,2394 -"114536",29286,9035,3,1612,2771 -"114537",29286,9301,3,1612,1861 -"114538",29286,9503,2,1612,2453 -"114539",29286,9785,3,1612,2951 -"114540",29286,9787,2,1612,2858 -"114541",29286,10336,3,1612,2271 -"114542",29286,10453,1,1612,1656 -"114543",29286,10754,2,1612,1797 -"114544",29286,11136,3,1612,2573 -"114545",29286,11563,3,1612,1863 -"114546",29286,12361,3,1612,2732 -"114547",29286,13068,3,1612,1778 -"114548",29286,13290,3,1612,2824 -"114549",29286,13879,3,1612,2748 -"114550",29286,14749,2,1612,1998 -"114551",29286,14817,3,1612,2110 -"114552",29286,15207,3,1612,1855 -"114553",29286,16286,2,1612,2470 -"114554",29286,16501,1,1612,1650 -"114555",29286,17037,3,1612,2947 -"114556",29286,17645,3,1612,1918 -"114557",29286,18005,3,1612,2449 -"114558",29286,19433,3,1612,2504 -"114559",29286,19655,3,1612,2706 -"114560",29286,19934,3,1612,2888 -"114561",29286,20220,2,1612,1656 -"114562",29286,22364,2,1612,1809 -"114563",29286,22578,3,1612,2216 -"114564",29286,23131,3,1612,1732 -"114565",29286,23825,3,1612,1913 -"114566",29286,24176,3,1612,1986 -"114567",29286,25163,2,1612,1751 -"114568",29286,26182,3,1612,2775 -"114569",29286,26959,3,1612,1961 -"114570",29286,27742,3,1612,2700 -"114571",29286,27897,3,1612,1968 -"114572",29286,27908,3,1612,2576 -"114573",29286,27914,2,1612,2507 -"114574",29286,28051,3,1612,2089 -"114575",29286,28837,3,1612,2286 -"114576",29286,28869,3,1612,2425 -"114577",29286,30368,3,1612,2487 -"114578",29286,30442,3,1612,2124 -"114579",29286,30525,3,1612,1964 -"114580",29286,30669,3,1612,1921 -"114581",29286,31542,3,1612,2459 -"114582",29286,31868,2,1612,1993 -"114583",29286,31990,3,1612,2264 -"114584",29286,33341,3,1612,2338 -"114585",29286,35728,3,1612,2017 -"114586",29286,36912,2,1612,2469 -"114587",29286,36953,2,1612,2790 -"114588",29286,38259,3,1612,2258 -"114589",29286,39062,3,1612,2020 -"114590",29286,39534,3,1612,2410 -"114591",29286,40035,1,1612,2742 -"114592",29286,40572,2,1612,2666 -"114593",29286,41581,3,1612,1692 -"114594",29286,41633,3,1612,1976 -"114595",29286,41770,3,1612,2752 -"114596",29286,42717,2,1612,2588 -"114597",29286,42813,2,1612,2142 -"114598",29286,44603,3,1612,2748 -"114599",29286,45729,3,1612,2606 -"114600",29286,46384,3,1612,2285 -"114601",29286,46486,1,1612,1868 -"114602",29286,47595,3,1612,2374 -"114603",29286,50335,3,1612,1893 -"114604",29286,50585,3,1612,2414 -"114605",29286,51879,3,1612,1771 -"114606",29286,53739,1,1612,2704 -"114607",29286,54775,3,1612,2383 -"114608",29286,56569,3,1612,1993 -"114609",29286,56995,3,1612,2323 -"114610",29286,60449,3,1612,2085 -"114611",29286,61125,3,1612,1673 -"114612",29286,63077,3,1612,2778 -"114613",29286,64947,3,1612,2489 -"114614",29286,67908,2,1612,2385 -"114615",29286,72597,2,1612,1843 -"114616",29286,74370,3,1612,1667 -"114617",29286,76286,3,1612,1642 -"114618",29286,81545,3,1612,2077 -"114619",29286,82932,3,1612,2245 -"114620",29286,92850,3,1612,1971 -"114621",29286,111375,3,1612,2686 -"114622",29289,145,3,1756,1998 -"114623",29289,270,3,1756,2542 -"114624",29289,1519,2,1756,2349 -"114625",29289,1702,3,1756,1984 -"114626",29289,2181,3,1756,2030 -"114627",29289,2424,3,1756,2582 -"114628",29289,3978,3,1756,2775 -"114629",29289,4303,3,1756,2414 -"114630",29289,4660,3,1756,2149 -"114631",29289,4929,3,1756,2240 -"114632",29289,4953,2,1756,2285 -"114633",29289,6324,3,1756,1990 -"114634",29289,6449,3,1756,1997 -"114635",29289,6821,3,1756,1788 -"114636",29289,7167,3,1756,1993 -"114637",29289,7677,3,1756,2338 -"114638",29289,7794,3,1756,2972 -"114639",29289,8842,3,1756,2535 -"114640",29289,9331,3,1756,2269 -"114641",29289,12042,3,1756,2345 -"114642",29289,12081,1,1756,2166 -"114643",29289,12374,3,1756,2260 -"114644",29289,12729,3,1756,1835 -"114645",29289,14252,3,1756,2244 -"114646",29289,14918,3,1756,2071 -"114647",29289,15008,3,1756,2338 -"114648",29289,15381,3,1756,2289 -"114649",29289,15729,3,1756,2338 -"114650",29289,16628,3,1756,2409 -"114651",29289,17351,3,1756,2036 -"114652",29289,17365,3,1756,2746 -"114653",29289,17549,3,1756,2647 -"114654",29289,17632,3,1756,1947 -"114655",29289,17867,3,1756,1904 -"114656",29289,18670,2,1756,1835 -"114657",29289,20331,3,1756,2365 -"114658",29289,20941,2,1756,2725 -"114659",29289,21029,3,1756,1943 -"114660",29289,21079,3,1756,1997 -"114661",29289,21734,3,1756,2528 -"114662",29289,22682,3,1756,2035 -"114663",29289,24256,3,1756,2393 -"114664",29289,26286,3,1756,2023 -"114665",29289,27686,3,1756,2844 -"114666",29289,27796,3,1756,2151 -"114667",29289,29977,1,1756,2781 -"114668",29289,30034,3,1756,2357 -"114669",29289,31117,3,1756,2210 -"114670",29289,31159,3,1756,2231 -"114671",29289,31295,3,1756,2183 -"114672",29289,31335,3,1756,2351 -"114673",29289,31700,3,1756,2727 -"114674",29289,31705,3,1756,2706 -"114675",29289,34120,3,1756,2786 -"114676",29289,37238,2,1756,2609 -"114677",29289,37279,3,1756,2768 -"114678",29289,38307,2,1756,2648 -"114679",29289,38691,2,1756,2585 -"114680",29289,39464,3,1756,2314 -"114681",29289,41900,3,1756,1970 -"114682",29289,41945,2,1756,2856 -"114683",29289,43455,2,1756,2846 -"114684",29289,43673,3,1756,2787 -"114685",29289,44688,3,1756,2924 -"114686",29289,45239,3,1756,2535 -"114687",29289,46629,3,1756,2255 -"114688",29289,50113,1,1756,2059 -"114689",29289,50585,3,1756,2414 -"114690",29289,51866,3,1756,2411 -"114691",29289,52032,3,1756,2853 -"114692",29289,52597,3,1756,1773 -"114693",29289,52892,3,1756,2372 -"114694",29289,61982,3,1756,2725 -"114695",29289,63442,3,1756,1965 -"114696",29289,70573,2,1756,1993 -"114697",29295,1226,3,2043,2353 -"114698",29295,2195,2,2043,2139 -"114699",29295,8088,2,2043,2220 -"114700",29295,12518,3,2043,2747 -"114701",29295,16195,3,2043,2964 -"114702",29295,17819,3,2043,2291 -"114703",29295,22331,3,2043,2687 -"114704",29295,31307,2,2043,2139 -"114705",29295,32939,3,2043,2277 -"114706",29295,33160,3,2043,2441 -"114707",29295,35514,3,2043,2346 -"114708",29295,35797,3,2043,2482 -"114709",29295,41694,3,2043,2358 -"114710",29295,57804,3,2043,2214 -"114711",29308,470,3,2094,2285 -"114712",29308,913,2,2094,2144 -"114713",29308,4084,3,2094,2133 -"114714",29308,24448,3,2094,2289 -"114715",29308,27275,3,2094,2656 -"114716",29308,27390,3,2094,2425 -"114717",29308,31235,3,2094,2668 -"114718",29308,66413,3,2094,2507 -"114719",29308,71274,3,2094,2390 -"114720",29308,73305,2,2094,2544 -"114721",29310,13929,3,2358,2693 -"114722",29310,42216,3,2358,2722 -"114723",29310,45302,3,2358,2390 -"114724",29310,51866,3,2358,2411 -"114725",29311,1523,3,1849,2048 -"114726",29311,2093,3,1849,2459 -"114727",29311,2190,3,1849,2359 -"114728",29311,2747,3,1849,2411 -"114729",29311,3317,3,1849,2037 -"114730",29311,5590,3,1849,2845 -"114731",29311,9503,3,1849,2453 -"114732",29311,9787,3,1849,2858 -"114733",29311,14817,3,1849,2110 -"114734",29311,20563,3,1849,2267 -"114735",29311,22297,3,1849,1904 -"114736",29311,23121,3,1849,2108 -"114737",29311,27399,3,1849,1866 -"114738",29311,27742,3,1849,2700 -"114739",29311,28869,3,1849,2425 -"114740",29311,29409,3,1849,2199 -"114741",29311,30525,3,1849,1964 -"114742",29311,49121,3,1849,2199 -"114743",29311,53668,3,1849,2242 -"114744",29311,58501,3,1849,2613 -"114745",29311,58655,3,1849,2685 -"114746",29311,65572,3,1849,2750 -"114747",29311,75607,3,1849,2245 -"114748",29311,79596,3,1849,2004 -"114749",29314,5725,3,2736,2789 -"114750",29314,14959,2,2736,2898 -"114751",29314,21138,3,2736,2849 -"114752",29314,21945,3,2736,2781 -"114753",29314,28285,3,2736,2972 -"114754",29314,34735,3,2736,2767 -"114755",29314,70203,3,2736,2756 -"114756",29319,3493,3,2314,2451 -"114757",29319,9272,3,2314,2835 -"114758",29319,14761,3,2314,2502 -"114759",29319,23471,2,2314,2488 -"114760",29319,26765,3,2314,2790 -"114761",29319,35264,3,2314,2329 -"114762",29319,37342,3,2314,2649 -"114763",29319,38038,3,2314,2686 -"114764",29319,43226,3,2314,2442 -"114765",29319,49147,3,2314,2539 -"114766",29319,54903,2,2314,2493 -"114767",29319,58508,3,2314,2326 -"114768",29319,64174,3,2314,2377 -"114769",29319,69335,3,2314,2698 -"114770",29353,194,3,502,1243 -"114771",29353,237,3,502,1982 -"114772",29353,728,3,502,1812 -"114773",29353,1629,3,502,1289 -"114774",29353,1702,3,502,1984 -"114775",29353,1846,3,502,1845 -"114776",29353,2540,3,502,1398 -"114777",29353,2852,3,502,2448 -"114778",29353,3127,3,502,2273 -"114779",29353,3477,3,502,2546 -"114780",29353,4669,3,502,2395 -"114781",29353,5792,2,502,975 -"114782",29353,5897,3,502,2337 -"114783",29353,6821,3,502,1788 -"114784",29353,7337,3,502,1797 -"114785",29353,8395,3,502,896 -"114786",29353,9227,2,502,1267 -"114787",29353,9787,3,502,2858 -"114788",29353,10754,3,502,1797 -"114789",29353,11136,3,502,2573 -"114790",29353,12781,3,502,831 -"114791",29353,13296,3,502,839 -"114792",29353,13566,3,502,2056 -"114793",29353,16286,3,502,2470 -"114794",29353,16501,3,502,1650 -"114795",29353,16715,3,502,1218 -"114796",29353,17033,3,502,2771 -"114797",29353,18978,3,502,952 -"114798",29353,19073,3,502,2748 -"114799",29353,19386,3,502,1714 -"114800",29353,21207,3,502,1258 -"114801",29353,27545,3,502,855 -"114802",29353,27742,3,502,2700 -"114803",29353,29267,3,502,1234 -"114804",29353,29286,3,502,1612 -"114805",29353,29627,3,502,882 -"114806",29353,30631,2,502,951 -"114807",29353,30669,3,502,1921 -"114808",29353,31868,3,502,1993 -"114809",29353,33681,3,502,1059 -"114810",29353,33870,3,502,955 -"114811",29353,35728,3,502,2017 -"114812",29353,36953,3,502,2790 -"114813",29353,40572,3,502,2666 -"114814",29353,41023,3,502,2408 -"114815",29353,41338,3,502,1553 -"114816",29353,41581,3,502,1692 -"114817",29353,42813,3,502,2142 -"114818",29353,45275,3,502,1557 -"114819",29353,45869,3,502,2840 -"114820",29353,46486,2,502,1868 -"114821",29353,47013,3,502,2388 -"114822",29353,47965,3,502,2232 -"114823",29353,50354,3,502,1299 -"114824",29353,53924,3,502,1289 -"114825",29353,56947,3,502,917 -"114826",29353,58745,3,502,1920 -"114827",29353,62963,3,502,1964 -"114828",29353,67617,3,502,1149 -"114829",29353,70372,2,502,526 -"114830",29353,71273,3,502,1188 -"114831",29353,71467,3,502,1051 -"114832",29353,80812,3,502,2357 -"114833",29353,81164,3,502,2260 -"114834",29353,90709,2,502,1080 -"114835",29353,91849,3,502,1166 -"114836",29353,99332,2,502,873 -"114837",29353,111375,3,502,2686 -"114838",29354,1570,3,1123,2028 -"114839",29354,2724,3,1123,2447 -"114840",29354,3678,3,1123,1325 -"114841",29354,4622,2,1123,1589 -"114842",29354,6562,3,1123,1139 -"114843",29354,7648,2,1123,1861 -"114844",29354,9273,1,1123,1747 -"114845",29354,9328,3,1123,1937 -"114846",29354,10435,3,1123,1984 -"114847",29354,10755,3,1123,1742 -"114848",29354,10756,3,1123,2207 -"114849",29354,11803,2,1123,1232 -"114850",29354,12598,2,1123,2086 -"114851",29354,12861,3,1123,1207 -"114852",29354,14061,2,1123,1620 -"114853",29354,14442,1,1123,2700 -"114854",29354,15023,3,1123,2054 -"114855",29354,16184,2,1123,2274 -"114856",29354,16347,3,1123,1868 -"114857",29354,17608,2,1123,1216 -"114858",29354,17768,2,1123,2468 -"114859",29354,18455,3,1123,1237 -"114860",29354,21701,3,1123,1198 -"114861",29354,24867,1,1123,1861 -"114862",29354,25053,2,1123,2186 -"114863",29354,25678,3,1123,1558 -"114864",29354,26100,3,1123,1966 -"114865",29354,29067,1,1123,1538 -"114866",29354,31281,2,1123,1937 -"114867",29354,31357,3,1123,2389 -"114868",29354,32904,2,1123,2055 -"114869",29354,33460,3,1123,2781 -"114870",29354,34295,3,1123,2735 -"114871",29354,35844,3,1123,2961 -"114872",29354,36996,2,1123,2321 -"114873",29354,40759,3,1123,2789 -"114874",29354,41669,3,1123,1247 -"114875",29354,44132,2,1123,1999 -"114876",29354,44501,3,1123,2567 -"114877",29354,46849,3,1123,1238 -"114878",29354,47094,1,1123,2592 -"114879",29354,49379,3,1123,1573 -"114880",29354,49805,2,1123,2445 -"114881",29354,51890,3,1123,1992 -"114882",29354,55307,3,1123,2306 -"114883",29354,55446,3,1123,1247 -"114884",29354,55997,3,1123,1414 -"114885",29354,58536,3,1123,2742 -"114886",29354,59289,2,1123,2896 -"114887",29354,63104,3,1123,2149 -"114888",29354,64912,3,1123,2099 -"114889",29354,67701,3,1123,2289 -"114890",29354,74054,3,1123,1488 -"114891",29354,84322,2,1123,1635 -"114892",29354,89391,3,1123,2180 -"114893",29354,92630,3,1123,1583 -"114894",29354,95730,3,1123,1481 -"114895",29360,9656,3,80,1135 -"114896",29360,15281,3,80,810 -"114897",29360,77580,3,80,888 -"114898",29360,82039,3,80,1327 -"114899",29360,93553,2,80,2537 -"114900",29372,508,3,528,801 -"114901",29372,601,3,528,702 -"114902",29372,913,3,528,2144 -"114903",29372,1428,3,528,742 -"114904",29372,1822,3,528,2888 -"114905",29372,2894,3,528,1291 -"114906",29372,2901,3,528,1156 -"114907",29372,2972,3,528,1708 -"114908",29372,3477,3,528,2546 -"114909",29372,4623,3,528,1176 -"114910",29372,5392,3,528,1648 -"114911",29372,5615,3,528,1105 -"114912",29372,5785,3,528,1261 -"114913",29372,6044,3,528,2744 -"114914",29372,6063,3,528,2349 -"114915",29372,9511,3,528,1232 -"114916",29372,12362,3,528,702 -"114917",29372,12388,2,528,1975 -"114918",29372,12735,3,528,819 -"114919",29372,12779,3,528,936 -"114920",29372,13388,3,528,2119 -"114921",29372,14287,3,528,1583 -"114922",29372,14353,2,528,2878 -"114923",29372,14482,3,528,1573 -"114924",29372,14564,2,528,1581 -"114925",29372,15215,3,528,798 -"114926",29372,15290,3,528,641 -"114927",29372,15444,2,528,2764 -"114928",29372,15990,3,528,593 -"114929",29372,16053,2,528,908 -"114930",29372,16896,2,528,2223 -"114931",29372,17027,1,528,2772 -"114932",29372,17097,1,528,1505 -"114933",29372,18165,3,528,2085 -"114934",29372,18217,3,528,1566 -"114935",29372,18404,3,528,801 -"114936",29372,19317,3,528,2041 -"114937",29372,19637,3,528,1229 -"114938",29372,20067,2,528,2390 -"114939",29372,21248,3,528,2232 -"114940",29372,21422,3,528,935 -"114941",29372,21566,3,528,1234 -"114942",29372,21706,3,528,1988 -"114943",29372,21754,3,528,1881 -"114944",29372,22403,1,528,1630 -"114945",29372,22462,3,528,869 -"114946",29372,23268,3,528,2258 -"114947",29372,23869,3,528,1918 -"114948",29372,26737,2,528,855 -"114949",29372,27104,3,528,1608 -"114950",29372,27355,2,528,870 -"114951",29372,28131,3,528,1492 -"114952",29372,28934,3,528,870 -"114953",29372,30325,3,528,1067 -"114954",29372,30883,3,528,1629 -"114955",29372,33223,3,528,2397 -"114956",29372,33801,3,528,2899 -"114957",29372,34158,3,528,2639 -"114958",29372,35529,3,528,1620 -"114959",29372,36487,3,528,2622 -"114960",29372,38457,3,528,1630 -"114961",29372,39418,3,528,1978 -"114962",29372,40542,3,528,1664 -"114963",29372,40646,2,528,1583 -"114964",29372,41108,2,528,1624 -"114965",29372,41682,3,528,1988 -"114966",29372,41972,3,528,2509 -"114967",29372,42799,2,528,2729 -"114968",29372,42837,3,528,1096 -"114969",29372,43479,3,528,2178 -"114970",29372,44564,3,528,2034 -"114971",29372,44654,3,528,2916 -"114972",29372,47895,3,528,2328 -"114973",29372,48258,1,528,755 -"114974",29372,48283,3,528,1290 -"114975",29372,49414,3,528,1667 -"114976",29372,50487,2,528,744 -"114977",29372,52261,2,528,2162 -"114978",29372,53475,3,528,2853 -"114979",29372,57150,2,528,1196 -"114980",29372,57760,2,528,1721 -"114981",29372,59939,3,528,936 -"114982",29372,61242,3,528,1650 -"114983",29372,65522,1,528,1572 -"114984",29372,68652,2,528,2878 -"114985",29372,70126,3,528,1158 -"114986",29372,70232,3,528,2401 -"114987",29372,70996,3,528,1037 -"114988",29372,74730,3,528,535 -"114989",29372,74818,3,528,1440 -"114990",29372,76356,3,528,2323 -"114991",29372,76999,3,528,908 -"114992",29372,82009,3,528,1020 -"114993",29372,85329,2,528,738 -"114994",29372,85547,3,528,997 -"114995",29372,91901,3,528,1236 -"114996",29372,97160,3,528,1215 -"114997",29372,100140,3,528,1041 -"114998",29372,117956,3,528,2774 -"114999",29389,18714,3,778,2023 -"115000",29389,72889,1,778,2337 -"115001",29409,34180,1,2199,2617 -"115002",29409,52483,3,2199,2317 -"115003",29436,2418,3,1718,2020 -"115004",29436,5962,3,1718,2491 -"115005",29436,7252,2,1718,2799 -"115006",29436,8062,3,1718,2858 -"115007",29436,10336,3,1718,2271 -"115008",29436,11029,3,1718,2362 -"115009",29436,11563,3,1718,1863 -"115010",29436,13290,3,1718,2824 -"115011",29436,15826,3,1718,2772 -"115012",29436,25373,3,1718,2783 -"115013",29436,34870,1,1718,1873 -"115014",29436,37036,2,1718,2264 -"115015",29436,42813,3,1718,2142 -"115016",29436,78193,3,1718,2315 -"115017",29454,2684,3,2719,2874 -"115018",29454,10148,3,2719,2964 -"115019",29454,14959,3,2719,2898 -"115020",29454,24753,3,2719,2860 -"115021",29454,35837,3,2719,2871 -"115022",29454,39556,2,2719,2747 -"115023",29454,44688,3,2719,2924 -"115024",29454,47529,3,2719,2914 -"115025",29454,65434,3,2719,2866 -"115026",29456,135,3,1182,2233 -"115027",29456,357,3,1182,2327 -"115028",29456,499,3,1182,1931 -"115029",29456,543,3,1182,2203 -"115030",29456,669,2,1182,1423 -"115031",29456,671,3,1182,2328 -"115032",29456,733,3,1182,1653 -"115033",29456,750,3,1182,1327 -"115034",29456,1046,3,1182,1881 -"115035",29456,1201,3,1182,2489 -"115036",29456,1323,3,1182,1659 -"115037",29456,1777,3,1182,1965 -"115038",29456,1897,3,1182,1727 -"115039",29456,2036,3,1182,2483 -"115040",29456,2063,2,1182,1278 -"115041",29456,2704,3,1182,2609 -"115042",29456,2743,3,1182,1278 -"115043",29456,2754,2,1182,1360 -"115044",29456,3163,3,1182,2020 -"115045",29456,3167,1,1182,1676 -"115046",29456,3242,2,1182,1730 -"115047",29456,3830,3,1182,1661 -"115048",29456,3961,3,1182,2426 -"115049",29456,4191,2,1182,2130 -"115050",29456,4226,3,1182,1903 -"115051",29456,4305,3,1182,2374 -"115052",29456,4366,3,1182,1726 -"115053",29456,4583,3,1182,2741 -"115054",29456,4618,3,1182,2607 -"115055",29456,4980,3,1182,2093 -"115056",29456,5315,3,1182,2631 -"115057",29456,5462,3,1182,2374 -"115058",29456,5504,3,1182,2389 -"115059",29456,6241,3,1182,2264 -"115060",29456,6491,3,1182,2424 -"115061",29456,7196,3,1182,1508 -"115062",29456,7245,3,1182,2089 -"115063",29456,7984,3,1182,2493 -"115064",29456,8621,2,1182,1681 -"115065",29456,8700,2,1182,1270 -"115066",29456,10130,3,1182,2741 -"115067",29456,10404,3,1182,2062 -"115068",29456,10746,3,1182,1506 -"115069",29456,10859,2,1182,2231 -"115070",29456,10871,3,1182,2314 -"115071",29456,10874,3,1182,1891 -"115072",29456,10875,3,1182,1234 -"115073",29456,12096,3,1182,1330 -"115074",29456,12374,3,1182,2260 -"115075",29456,13248,3,1182,1385 -"115076",29456,13801,3,1182,2041 -"115077",29456,13945,3,1182,1324 -"115078",29456,14189,3,1182,1483 -"115079",29456,14943,3,1182,1942 -"115080",29456,15184,3,1182,2396 -"115081",29456,15401,3,1182,1999 -"115082",29456,15539,3,1182,1929 -"115083",29456,16164,3,1182,1184 -"115084",29456,16625,3,1182,1285 -"115085",29456,16801,3,1182,2008 -"115086",29456,17357,3,1182,1536 -"115087",29456,18277,3,1182,2309 -"115088",29456,18415,3,1182,2184 -"115089",29456,18735,2,1182,1581 -"115090",29456,19027,2,1182,2721 -"115091",29456,19516,3,1182,2313 -"115092",29456,19568,3,1182,2302 -"115093",29456,19637,3,1182,1229 -"115094",29456,19892,3,1182,1212 -"115095",29456,20067,3,1182,2390 -"115096",29456,20563,2,1182,2267 -"115097",29456,20643,3,1182,2341 -"115098",29456,20824,3,1182,1366 -"115099",29456,21104,3,1182,2327 -"115100",29456,21248,3,1182,2232 -"115101",29456,21911,3,1182,1184 -"115102",29456,23508,3,1182,1907 -"115103",29456,23534,3,1182,1659 -"115104",29456,24362,3,1182,1287 -"115105",29456,24405,3,1182,1443 -"115106",29456,24755,3,1182,1319 -"115107",29456,24923,3,1182,2785 -"115108",29456,25341,3,1182,1858 -"115109",29456,25643,3,1182,1646 -"115110",29456,26031,3,1182,1397 -"115111",29456,26436,3,1182,2489 -"115112",29456,26516,3,1182,2479 -"115113",29456,26570,3,1182,1669 -"115114",29456,27478,3,1182,2485 -"115115",29456,27753,3,1182,2750 -"115116",29456,27792,3,1182,1308 -"115117",29456,28784,3,1182,1579 -"115118",29456,28892,1,1182,2023 -"115119",29456,30438,3,1182,1617 -"115120",29456,30453,3,1182,1535 -"115121",29456,31050,3,1182,1491 -"115122",29456,31124,3,1182,2351 -"115123",29456,31243,3,1182,1355 -"115124",29456,31799,2,1182,2547 -"115125",29456,32516,3,1182,2050 -"115126",29456,32988,2,1182,2008 -"115127",29456,34136,3,1182,2202 -"115128",29456,34492,3,1182,1798 -"115129",29456,34836,3,1182,2302 -"115130",29456,35069,3,1182,2069 -"115131",29456,35256,3,1182,2271 -"115132",29456,35529,3,1182,1620 -"115133",29456,37418,3,1182,2710 -"115134",29456,38219,3,1182,1689 -"115135",29456,38449,2,1182,1802 -"115136",29456,39278,3,1182,1952 -"115137",29456,40293,3,1182,1671 -"115138",29456,40432,3,1182,1956 -"115139",29456,40645,3,1182,1899 -"115140",29456,41402,3,1182,2313 -"115141",29456,41747,3,1182,1722 -"115142",29456,42505,2,1182,2008 -"115143",29456,42935,3,1182,2400 -"115144",29456,45715,3,1182,2287 -"115145",29456,45903,3,1182,2237 -"115146",29456,46391,2,1182,1779 -"115147",29456,47082,2,1182,1990 -"115148",29456,48698,3,1182,1474 -"115149",29456,51022,3,1182,1499 -"115150",29456,51157,3,1182,2319 -"115151",29456,51410,2,1182,2739 -"115152",29456,51987,3,1182,1397 -"115153",29456,53031,3,1182,2065 -"115154",29456,53196,3,1182,1888 -"115155",29456,54100,2,1182,1327 -"115156",29456,54676,3,1182,1342 -"115157",29456,55139,2,1182,2323 -"115158",29456,56171,3,1182,1524 -"115159",29456,57082,3,1182,1418 -"115160",29456,57609,3,1182,2717 -"115161",29456,57977,3,1182,2683 -"115162",29456,58035,3,1182,1646 -"115163",29456,58133,3,1182,1484 -"115164",29456,58221,3,1182,1787 -"115165",29456,58384,3,1182,1637 -"115166",29456,61719,2,1182,1515 -"115167",29456,62148,3,1182,1566 -"115168",29456,63770,3,1182,1324 -"115169",29456,65029,3,1182,2954 -"115170",29456,65155,3,1182,1947 -"115171",29456,65322,3,1182,2008 -"115172",29456,65625,3,1182,1273 -"115173",29456,66693,3,1182,2554 -"115174",29456,72334,3,1182,2820 -"115175",29456,72468,3,1182,2292 -"115176",29456,74095,3,1182,2333 -"115177",29456,78150,3,1182,2581 -"115178",29456,80678,3,1182,1595 -"115179",29456,82409,3,1182,1881 -"115180",29456,82426,3,1182,1576 -"115181",29456,82767,2,1182,1641 -"115182",29456,84799,3,1182,2656 -"115183",29456,89511,3,1182,1205 -"115184",29456,92757,3,1182,2615 -"115185",29456,93615,3,1182,2386 -"115186",29456,93752,3,1182,1368 -"115187",29456,94947,3,1182,1368 -"115188",29456,96352,3,1182,1493 -"115189",29456,97160,2,1182,1215 -"115190",29456,99103,3,1182,1470 -"115191",29456,101482,3,1182,1300 -"115192",29456,105233,1,1182,1199 -"115193",29473,6989,3,2602,2623 -"115194",29473,11648,3,2602,2852 -"115195",29473,12361,3,2602,2732 -"115196",29473,17033,3,2602,2771 -"115197",29473,19655,3,2602,2706 -"115198",29473,28627,3,2602,2694 -"115199",29473,40138,3,2602,2719 -"115200",29473,40954,3,2602,2603 -"115201",29473,45729,3,2602,2606 -"115202",29473,58655,3,2602,2685 -"115203",29473,61240,3,2602,2651 -"115204",29473,71531,3,2602,2887 -"115205",29495,14,3,1612,1793 -"115206",29495,140,2,1612,2267 -"115207",29495,2524,3,1612,1708 -"115208",29495,2563,3,1612,1686 -"115209",29495,3068,3,1612,1815 -"115210",29495,3477,3,1612,2546 -"115211",29495,7337,3,1612,1797 -"115212",29495,11990,3,1612,1909 -"115213",29495,13068,3,1612,1778 -"115214",29495,16502,3,1612,1616 -"115215",29495,19751,3,1612,1630 -"115216",29495,19934,2,1612,2888 -"115217",29495,20563,3,1612,2267 -"115218",29495,23756,3,1612,2309 -"115219",29495,26642,3,1612,2952 -"115220",29495,27320,2,1612,2378 -"115221",29495,27908,3,1612,2576 -"115222",29495,28893,2,1612,2764 -"115223",29495,30334,3,1612,2075 -"115224",29495,30525,3,1612,1964 -"115225",29495,30865,3,1612,2038 -"115226",29495,31262,3,1612,2780 -"115227",29495,31540,2,1612,1675 -"115228",29495,32339,3,1612,2430 -"115229",29495,37636,3,1612,2178 -"115230",29495,37752,3,1612,2223 -"115231",29495,38373,3,1612,1928 -"115232",29495,38449,3,1612,1802 -"115233",29495,39443,3,1612,2277 -"115234",29495,40035,3,1612,2742 -"115235",29495,40392,3,1612,1878 -"115236",29495,43839,3,1612,1685 -"115237",29495,47595,3,1612,2374 -"115238",29495,47968,3,1612,2829 -"115239",29495,51783,3,1612,2599 -"115240",29495,57765,3,1612,2893 -"115241",29495,58875,2,1612,1899 -"115242",29495,59039,3,1612,2870 -"115243",29495,65188,3,1612,2213 -"115244",29495,65242,3,1612,1988 -"115245",29495,69788,3,1612,2007 -"115246",29495,88067,3,1612,2315 -"115247",29495,107871,2,1612,2228 -"115248",29503,30668,3,2609,2882 -"115249",29512,145,3,1594,1998 -"115250",29512,600,3,1594,1702 -"115251",29512,854,3,1594,2307 -"115252",29512,2484,3,1594,2389 -"115253",29512,3068,3,1594,1815 -"115254",29512,3978,3,1594,2775 -"115255",29512,4929,3,1594,2240 -"115256",29512,5610,3,1594,2223 -"115257",29512,6324,3,1594,1990 -"115258",29512,6821,3,1594,1788 -"115259",29512,7616,3,1594,2296 -"115260",29512,8238,3,1594,2222 -"115261",29512,8842,3,1594,2535 -"115262",29512,9311,3,1594,2477 -"115263",29512,9331,3,1594,2269 -"115264",29512,9423,2,1594,1708 -"115265",29512,9615,3,1594,2464 -"115266",29512,9723,3,1594,2302 -"115267",29512,10870,3,1594,1755 -"115268",29512,11103,3,1594,2393 -"115269",29512,11493,3,1594,2077 -"115270",29512,12081,2,1594,2166 -"115271",29512,12388,3,1594,1975 -"115272",29512,12729,3,1594,1835 -"115273",29512,14507,3,1594,2686 -"115274",29512,14731,3,1594,2012 -"115275",29512,14918,3,1594,2071 -"115276",29512,15008,3,1594,2338 -"115277",29512,15729,3,1594,2338 -"115278",29512,16539,3,1594,1947 -"115279",29512,16684,3,1594,1657 -"115280",29512,16850,2,1594,1657 -"115281",29512,17351,3,1594,2036 -"115282",29512,17549,3,1594,2647 -"115283",29512,17632,3,1594,1947 -"115284",29512,17867,3,1594,1904 -"115285",29512,18464,3,1594,2312 -"115286",29512,18670,1,1594,1835 -"115287",29512,19208,3,1594,2629 -"115288",29512,19215,3,1594,2604 -"115289",29512,19282,3,1594,1623 -"115290",29512,19317,3,1594,2041 -"115291",29512,19605,3,1594,2395 -"115292",29512,19606,3,1594,2783 -"115293",29512,19686,3,1594,2467 -"115294",29512,20331,3,1594,2365 -"115295",29512,21079,3,1594,1997 -"115296",29512,22207,3,1594,2365 -"115297",29512,22580,3,1594,2245 -"115298",29512,22682,2,1594,2035 -"115299",29512,22709,3,1594,2743 -"115300",29512,23918,3,1594,1881 -"115301",29512,24169,3,1594,1663 -"115302",29512,24256,1,1594,2393 -"115303",29512,24753,3,1594,2860 -"115304",29512,24793,3,1594,1993 -"115305",29512,24825,3,1594,2686 -"115306",29512,27195,3,1594,2158 -"115307",29512,27742,3,1594,2700 -"115308",29512,27796,2,1594,2151 -"115309",29512,27914,3,1594,2507 -"115310",29512,29289,3,1594,1756 -"115311",29512,29454,3,1594,2719 -"115312",29512,29930,2,1594,2240 -"115313",29512,31159,2,1594,2231 -"115314",29512,31295,3,1594,2183 -"115315",29512,31705,2,1594,2706 -"115316",29512,32047,3,1594,1858 -"115317",29512,33010,3,1594,2189 -"115318",29512,34707,3,1594,2042 -"115319",29512,34820,3,1594,1630 -"115320",29512,35888,3,1594,2291 -"115321",29512,38307,3,1594,2648 -"115322",29512,39464,3,1594,2314 -"115323",29512,40368,3,1594,2876 -"115324",29512,40565,3,1594,2115 -"115325",29512,41664,2,1594,2641 -"115326",29512,41900,3,1594,1970 -"115327",29512,41945,3,1594,2856 -"115328",29512,42783,3,1594,2338 -"115329",29512,43614,3,1594,1712 -"115330",29512,44403,3,1594,2429 -"115331",29512,44688,3,1594,2924 -"115332",29512,45239,3,1594,2535 -"115333",29512,45545,2,1594,1776 -"115334",29512,46680,2,1594,1690 -"115335",29512,47564,3,1594,2650 -"115336",29512,48035,3,1594,2180 -"115337",29512,49334,3,1594,2433 -"115338",29512,50113,3,1594,2059 -"115339",29512,50480,3,1594,2701 -"115340",29512,51157,3,1594,2319 -"115341",29512,52597,3,1594,1773 -"115342",29512,53995,3,1594,2151 -"115343",29512,55076,3,1594,2408 -"115344",29512,56854,2,1594,2022 -"115345",29512,58733,3,1594,1958 -"115346",29512,60974,3,1594,2972 -"115347",29512,63477,3,1594,1907 -"115348",29512,64219,3,1594,2705 -"115349",29512,70046,3,1594,2624 -"115350",29512,70573,3,1594,1993 -"115351",29512,71948,2,1594,1754 -"115352",29512,76196,3,1594,1643 -"115353",29512,77611,3,1594,1795 -"115354",29512,79413,3,1594,2224 -"115355",29534,3100,3,1199,2524 -"115356",29534,5673,2,1199,1567 -"115357",29534,11135,3,1199,2441 -"115358",29534,15502,3,1199,2637 -"115359",29534,21895,3,1199,1693 -"115360",29534,39577,3,1199,1728 -"115361",29534,51448,3,1199,1593 -"115362",29534,56673,3,1199,2419 -"115363",29534,57067,3,1199,2547 -"115364",29534,65223,3,1199,2724 -"115365",29534,77666,3,1199,1372 -"115366",29534,79025,2,1199,1473 -"115367",29534,100586,3,1199,2966 -"115368",29556,2226,3,907,2225 -"115369",29556,2802,3,907,1836 -"115370",29556,3100,3,907,2524 -"115371",29556,3770,3,907,2623 -"115372",29556,9504,3,907,2549 -"115373",29556,10766,3,907,2647 -"115374",29556,13720,3,907,1558 -"115375",29556,14915,2,907,2606 -"115376",29556,16361,3,907,1641 -"115377",29556,16593,3,907,1139 -"115378",29556,16690,3,907,2132 -"115379",29556,19934,3,907,2888 -"115380",29556,21976,3,907,1808 -"115381",29556,22723,3,907,2859 -"115382",29556,23154,3,907,2345 -"115383",29556,24176,2,907,1986 -"115384",29556,25378,3,907,1245 -"115385",29556,25886,3,907,1580 -"115386",29556,31868,3,907,1993 -"115387",29556,34334,3,907,1637 -"115388",29556,37059,3,907,2840 -"115389",29556,38309,2,907,2644 -"115390",29556,46261,3,907,2350 -"115391",29556,57765,3,907,2893 -"115392",29556,65223,2,907,2724 -"115393",29556,77189,3,907,1965 -"115394",29578,1692,3,1957,2443 -"115395",29578,2093,3,1957,2459 -"115396",29578,3195,3,1957,2043 -"115397",29578,3317,2,1957,2037 -"115398",29578,10964,2,1957,2043 -"115399",29578,11067,1,1957,2734 -"115400",29578,23121,3,1957,2108 -"115401",29578,23725,3,1957,2378 -"115402",29578,26234,3,1957,2183 -"115403",29578,31131,3,1957,2810 -"115404",29578,32939,3,1957,2277 -"115405",29578,35620,2,1957,2092 -"115406",29578,36120,3,1957,2971 -"115407",29578,36506,3,1957,2638 -"115408",29578,46385,2,1957,2225 -"115409",29578,47534,3,1957,2712 -"115410",29578,53530,3,1957,2380 -"115411",29578,57804,3,1957,2214 -"115412",29578,65572,3,1957,2750 -"115413",29578,75607,3,1957,2245 -"115414",29580,40368,3,2776,2876 -"115415",29613,23319,3,70,2867 -"115416",29613,26106,3,70,2015 -"115417",29613,26582,3,70,2772 -"115418",29613,29224,1,70,2011 -"115419",29613,39014,3,70,1188 -"115420",29613,45136,3,70,877 -"115421",29613,49962,3,70,572 -"115422",29613,60289,3,70,2729 -"115423",29613,76127,3,70,910 -"115424",29613,116584,3,70,314 -"115425",29614,17541,3,256,637 -"115426",29614,48679,3,256,2031 -"115427",29614,64987,3,256,1360 -"115428",29627,2540,3,882,1398 -"115429",29627,2747,3,882,2411 -"115430",29627,3127,3,882,2273 -"115431",29627,5792,3,882,975 -"115432",29627,7597,3,882,2037 -"115433",29627,9227,3,882,1267 -"115434",29627,10050,3,882,1792 -"115435",29627,10754,3,882,1797 -"115436",29627,11588,3,882,2352 -"115437",29627,14998,2,882,1553 -"115438",29627,15826,3,882,2772 -"115439",29627,16502,2,882,1616 -"115440",29627,18122,3,882,894 -"115441",29627,19610,3,882,1236 -"115442",29627,20155,3,882,1517 -"115443",29627,23488,3,882,1523 -"115444",29627,28116,3,882,1643 -"115445",29627,29267,3,882,1234 -"115446",29627,29286,3,882,1612 -"115447",29627,33017,2,882,1493 -"115448",29627,36953,3,882,2790 -"115449",29627,37636,3,882,2178 -"115450",29627,38532,3,882,1234 -"115451",29627,40572,3,882,2666 -"115452",29627,42813,3,882,2142 -"115453",29627,44433,3,882,2224 -"115454",29627,44603,3,882,2748 -"115455",29627,44971,3,882,955 -"115456",29627,46486,2,882,1868 -"115457",29627,51151,3,882,1195 -"115458",29627,54924,3,882,2603 -"115459",29627,56569,3,882,1993 -"115460",29627,57912,3,882,1035 -"115461",29627,81716,2,882,1199 -"115462",29627,83066,3,882,1229 -"115463",29627,90709,3,882,1080 -"115464",29627,92784,3,882,1257 -"115465",29627,92850,3,882,1971 -"115466",29627,111790,3,882,905 -"115467",29656,9328,3,1902,1937 -"115468",29656,14442,3,1902,2700 -"115469",29656,31281,2,1902,1937 -"115470",29667,860,3,531,1258 -"115471",29667,2452,3,531,1715 -"115472",29667,2617,1,531,592 -"115473",29667,3271,3,531,2216 -"115474",29667,3477,3,531,2546 -"115475",29667,4646,3,531,2139 -"115476",29667,5346,3,531,1438 -"115477",29667,6821,2,531,1788 -"115478",29667,9301,2,531,1861 -"115479",29667,9351,3,531,1460 -"115480",29667,9787,3,531,2858 -"115481",29667,10373,3,531,2436 -"115482",29667,12361,3,531,2732 -"115483",29667,12781,3,531,831 -"115484",29667,12897,3,531,1351 -"115485",29667,14287,1,531,1583 -"115486",29667,14586,3,531,2801 -"115487",29667,15207,3,531,1855 -"115488",29667,15462,3,531,1141 -"115489",29667,16437,2,531,1956 -"115490",29667,16501,2,531,1650 -"115491",29667,16776,3,531,1565 -"115492",29667,19028,2,531,921 -"115493",29667,19069,3,531,988 -"115494",29667,19231,2,531,1424 -"115495",29667,20176,3,531,1050 -"115496",29667,20894,2,531,2214 -"115497",29667,22458,3,531,1586 -"115498",29667,23015,3,531,1362 -"115499",29667,23131,3,531,1732 -"115500",29667,23597,3,531,1080 -"115501",29667,23756,2,531,2309 -"115502",29667,25163,3,531,1751 -"115503",29667,25378,3,531,1245 -"115504",29667,26957,3,531,987 -"115505",29667,27280,3,531,1965 -"115506",29667,27509,3,531,2067 -"115507",29667,27722,3,531,1266 -"115508",29667,27914,3,531,2507 -"115509",29667,29286,3,531,1612 -"115510",29667,30525,3,531,1964 -"115511",29667,30865,3,531,2038 -"115512",29667,30891,3,531,1256 -"115513",29667,31783,3,531,1180 -"115514",29667,32775,3,531,2135 -"115515",29667,33314,2,531,1444 -"115516",29667,33665,3,531,787 -"115517",29667,33681,3,531,1059 -"115518",29667,33870,3,531,955 -"115519",29667,34162,3,531,2336 -"115520",29667,34997,3,531,591 -"115521",29667,37752,2,531,2223 -"115522",29667,38087,3,531,1083 -"115523",29667,38259,3,531,2258 -"115524",29667,38373,3,531,1928 -"115525",29667,38676,3,531,2286 -"115526",29667,39875,3,531,2422 -"115527",29667,40003,3,531,936 -"115528",29667,40623,3,531,2580 -"115529",29667,41439,2,531,709 -"115530",29667,41581,3,531,1692 -"115531",29667,41900,3,531,1970 -"115532",29667,44786,3,531,1096 -"115533",29667,45480,3,531,1104 -"115534",29667,46982,3,531,2806 -"115535",29667,47013,3,531,2388 -"115536",29667,47968,3,531,2829 -"115537",29667,48576,2,531,1675 -"115538",29667,49201,3,531,936 -"115539",29667,49551,2,531,879 -"115540",29667,50229,3,531,1190 -"115541",29667,50354,3,531,1299 -"115542",29667,54467,3,531,919 -"115543",29667,58015,3,531,899 -"115544",29667,58421,3,531,910 -"115545",29667,58829,3,531,1256 -"115546",29667,59039,2,531,2870 -"115547",29667,59485,3,531,1564 -"115548",29667,61125,3,531,1673 -"115549",29667,62626,3,531,2787 -"115550",29667,64181,3,531,1828 -"115551",29667,64947,3,531,2489 -"115552",29667,65188,3,531,2213 -"115553",29667,65522,3,531,1572 -"115554",29667,69788,3,531,2007 -"115555",29667,73172,3,531,2496 -"115556",29667,74795,2,531,1319 -"115557",29667,77077,3,531,2693 -"115558",29667,80506,3,531,1920 -"115559",29667,88067,2,531,2315 -"115560",29667,94520,3,531,1243 -"115561",29667,99332,3,531,873 -"115562",29667,108157,2,531,1272 -"115563",29667,119524,3,531,1930 -"115564",29667,119921,3,531,1113 -"115565",29687,19675,1,1453,2025 -"115566",29696,4790,3,73,1025 -"115567",29696,4791,3,73,1184 -"115568",29696,5315,3,73,2631 -"115569",29696,12863,3,73,2027 -"115570",29696,14678,3,73,799 -"115571",29696,15696,3,73,837 -"115572",29696,16954,3,73,2972 -"115573",29696,18563,3,73,2715 -"115574",29696,21198,3,73,935 -"115575",29696,22282,3,73,1418 -"115576",29696,23704,2,73,2278 -"115577",29696,25595,1,73,768 -"115578",29696,27543,3,73,666 -"115579",29696,29124,2,73,199 -"115580",29696,29705,3,73,607 -"115581",29696,32601,1,73,1033 -"115582",29696,34492,3,73,1798 -"115583",29696,39271,3,73,399 -"115584",29696,46723,3,73,607 -"115585",29696,48414,2,73,1749 -"115586",29696,50219,3,73,756 -"115587",29696,50272,3,73,842 -"115588",29696,50685,3,73,2008 -"115589",29696,50958,3,73,477 -"115590",29696,50977,2,73,2352 -"115591",29696,52058,3,73,1836 -"115592",29696,67690,2,73,1902 -"115593",29696,73136,3,73,328 -"115594",29696,87168,3,73,85 -"115595",29696,90573,2,73,878 -"115596",29696,99444,3,73,408 -"115597",29704,10200,3,2294,2920 -"115598",29704,11429,3,2294,2520 -"115599",29704,14761,3,2294,2502 -"115600",29705,135,3,607,2233 -"115601",29705,212,3,607,1513 -"115602",29705,270,3,607,2542 -"115603",29705,307,3,607,2530 -"115604",29705,600,3,607,1702 -"115605",29705,671,3,607,2328 -"115606",29705,913,3,607,2144 -"115607",29705,1044,3,607,880 -"115608",29705,1127,3,607,1188 -"115609",29705,1130,3,607,1566 -"115610",29705,1639,3,607,2631 -"115611",29705,1691,3,607,1941 -"115612",29705,1826,3,607,924 -"115613",29705,2143,3,607,1174 -"115614",29705,2208,3,607,2814 -"115615",29705,2269,2,607,984 -"115616",29705,2322,3,607,1645 -"115617",29705,2325,3,607,1641 -"115618",29705,2424,2,607,2582 -"115619",29705,2533,3,607,2016 -"115620",29705,2754,3,607,1360 -"115621",29705,3011,3,607,2278 -"115622",29705,3271,3,607,2216 -"115623",29705,3305,3,607,2839 -"115624",29705,3306,3,607,1989 -"115625",29705,3830,3,607,1661 -"115626",29705,3966,3,607,2425 -"115627",29705,4226,3,607,1903 -"115628",29705,4289,3,607,1921 -"115629",29705,4317,2,607,1224 -"115630",29705,4701,2,607,2401 -"115631",29705,4790,1,607,1025 -"115632",29705,4791,1,607,1184 -"115633",29705,5296,3,607,820 -"115634",29705,5462,3,607,2374 -"115635",29705,6363,3,607,2066 -"115636",29705,6588,3,607,2025 -"115637",29705,6718,2,607,2138 -"115638",29705,7241,3,607,2259 -"115639",29705,7555,3,607,1943 -"115640",29705,7847,3,607,2424 -"115641",29705,7861,3,607,1647 -"115642",29705,9272,3,607,2835 -"115643",29705,9311,3,607,2477 -"115644",29705,9364,3,607,1698 -"115645",29705,9474,3,607,864 -"115646",29705,9702,3,607,1928 -"115647",29705,10513,3,607,2284 -"115648",29705,11006,3,607,1950 -"115649",29705,11229,3,607,1625 -"115650",29705,11348,3,607,824 -"115651",29705,11541,3,607,1927 -"115652",29705,12096,3,607,1330 -"115653",29705,12362,3,607,702 -"115654",29705,12728,3,607,2374 -"115655",29705,12863,2,607,2027 -"115656",29705,13945,3,607,1324 -"115657",29705,14091,3,607,929 -"115658",29705,14678,2,607,799 -"115659",29705,15005,3,607,1415 -"115660",29705,15135,3,607,1035 -"115661",29705,15813,3,607,2143 -"115662",29705,16201,3,607,1811 -"115663",29705,16332,3,607,2668 -"115664",29705,16432,3,607,2664 -"115665",29705,16940,3,607,1290 -"115666",29705,17376,3,607,1202 -"115667",29705,17852,3,607,2840 -"115668",29705,17931,3,607,1617 -"115669",29705,18393,2,607,860 -"115670",29705,18707,2,607,1143 -"115671",29705,19248,3,607,2357 -"115672",29705,19719,2,607,2177 -"115673",29705,20124,3,607,2376 -"115674",29705,20287,2,607,1099 -"115675",29705,20311,3,607,1981 -"115676",29705,20407,3,607,2339 -"115677",29705,20975,3,607,1305 -"115678",29705,21104,3,607,2327 -"115679",29705,21122,2,607,1701 -"115680",29705,21197,2,607,1437 -"115681",29705,21198,1,607,935 -"115682",29705,21285,2,607,2100 -"115683",29705,21693,3,607,2176 -"115684",29705,22141,3,607,2348 -"115685",29705,22197,3,607,2271 -"115686",29705,22282,2,607,1418 -"115687",29705,22326,3,607,2818 -"115688",29705,22331,3,607,2687 -"115689",29705,22362,2,607,1836 -"115690",29705,22455,3,607,1197 -"115691",29705,22586,3,607,1341 -"115692",29705,23395,3,607,1948 -"115693",29705,23450,2,607,967 -"115694",29705,23508,3,607,1907 -"115695",29705,23509,3,607,2275 -"115696",29705,23652,3,607,803 -"115697",29705,23729,3,607,1624 -"115698",29705,23825,3,607,1913 -"115699",29705,23918,3,607,1881 -"115700",29705,24005,3,607,1188 -"115701",29705,24286,3,607,1280 -"115702",29705,24362,3,607,1287 -"115703",29705,24612,3,607,1875 -"115704",29705,24755,2,607,1319 -"115705",29705,24955,3,607,2424 -"115706",29705,25129,3,607,2647 -"115707",29705,25305,3,607,2447 -"115708",29705,25341,3,607,1858 -"115709",29705,25577,3,607,1946 -"115710",29705,25595,3,607,768 -"115711",29705,26282,3,607,1241 -"115712",29705,26322,3,607,1018 -"115713",29705,26451,2,607,2133 -"115714",29705,26471,3,607,1061 -"115715",29705,26524,3,607,982 -"115716",29705,26570,3,607,1669 -"115717",29705,26749,2,607,2965 -"115718",29705,27175,2,607,1447 -"115719",29705,27275,3,607,2656 -"115720",29705,27390,2,607,2425 -"115721",29705,27694,3,607,2030 -"115722",29705,27792,3,607,1308 -"115723",29705,27849,2,607,1316 -"115724",29705,28015,3,607,1624 -"115725",29705,29750,3,607,689 -"115726",29705,29962,3,607,2201 -"115727",29705,29987,2,607,956 -"115728",29705,30052,3,607,2855 -"115729",29705,31050,3,607,1491 -"115730",29705,31338,3,607,917 -"115731",29705,32047,3,607,1858 -"115732",29705,32457,3,607,2690 -"115733",29705,32601,2,607,1033 -"115734",29705,32811,3,607,804 -"115735",29705,33241,3,607,632 -"115736",29705,33356,3,607,1586 -"115737",29705,33433,3,607,2805 -"115738",29705,33949,3,607,2489 -"115739",29705,34509,3,607,1973 -"115740",29705,34836,3,607,2302 -"115741",29705,35095,2,607,1502 -"115742",29705,35529,3,607,1620 -"115743",29705,35673,3,607,1067 -"115744",29705,36439,3,607,2469 -"115745",29705,37628,3,607,819 -"115746",29705,38019,3,607,1870 -"115747",29705,39238,3,607,922 -"115748",29705,41174,2,607,850 -"115749",29705,41278,3,607,1873 -"115750",29705,41739,3,607,1339 -"115751",29705,41832,3,607,1155 -"115752",29705,42618,3,607,2316 -"115753",29705,42687,2,607,1952 -"115754",29705,43051,1,607,904 -"115755",29705,43173,3,607,2895 -"115756",29705,43226,3,607,2442 -"115757",29705,43385,2,607,1623 -"115758",29705,43455,3,607,2846 -"115759",29705,43929,3,607,2749 -"115760",29705,44306,3,607,1036 -"115761",29705,45660,2,607,618 -"115762",29705,46629,3,607,2255 -"115763",29705,47248,3,607,2883 -"115764",29705,47362,3,607,2253 -"115765",29705,47772,3,607,2293 -"115766",29705,48110,3,607,2009 -"115767",29705,48260,3,607,875 -"115768",29705,48414,2,607,1749 -"115769",29705,48698,3,607,1474 -"115770",29705,50118,3,607,2654 -"115771",29705,50219,1,607,756 -"115772",29705,50685,2,607,2008 -"115773",29705,51017,3,607,2073 -"115774",29705,51022,3,607,1499 -"115775",29705,51810,2,607,1401 -"115776",29705,52058,2,607,1836 -"115777",29705,52136,3,607,1412 -"115778",29705,52570,3,607,2645 -"115779",29705,52576,2,607,2234 -"115780",29705,53196,3,607,1888 -"115781",29705,54305,3,607,1222 -"115782",29705,54879,3,607,2210 -"115783",29705,54980,3,607,876 -"115784",29705,55082,3,607,1856 -"115785",29705,55139,3,607,2323 -"115786",29705,55299,3,607,609 -"115787",29705,55438,3,607,2863 -"115788",29705,55468,2,607,2511 -"115789",29705,56082,3,607,2395 -"115790",29705,56317,3,607,2030 -"115791",29705,57950,2,607,1529 -"115792",29705,58035,3,607,1646 -"115793",29705,58078,3,607,1252 -"115794",29705,58133,3,607,1484 -"115795",29705,58508,2,607,2326 -"115796",29705,58652,2,607,1437 -"115797",29705,60185,3,607,1206 -"115798",29705,61982,3,607,2725 -"115799",29705,62841,3,607,2710 -"115800",29705,62903,3,607,1704 -"115801",29705,63442,3,607,1965 -"115802",29705,63547,3,607,1023 -"115803",29705,64181,2,607,1828 -"115804",29705,64997,3,607,2791 -"115805",29705,65625,3,607,1273 -"115806",29705,65884,3,607,798 -"115807",29705,66413,3,607,2507 -"115808",29705,66860,2,607,1548 -"115809",29705,67222,3,607,1332 -"115810",29705,69335,3,607,2698 -"115811",29705,69498,3,607,931 -"115812",29705,70603,2,607,1002 -"115813",29705,70605,3,607,1176 -"115814",29705,71342,2,607,1289 -"115815",29705,72468,3,607,2292 -"115816",29705,72956,2,607,1251 -"115817",29705,73128,3,607,1549 -"115818",29705,75948,1,607,1006 -"115819",29705,76127,2,607,910 -"115820",29705,76284,3,607,1237 -"115821",29705,76892,3,607,2381 -"115822",29705,77155,3,607,2946 -"115823",29705,77305,2,607,965 -"115824",29705,78270,2,607,1171 -"115825",29705,78932,3,607,981 -"115826",29705,79322,2,607,2770 -"115827",29705,79804,3,607,2227 -"115828",29705,80301,3,607,1690 -"115829",29705,81588,2,607,1568 -"115830",29705,82787,3,607,1144 -"115831",29705,82949,2,607,2077 -"115832",29705,83434,2,607,850 -"115833",29705,86520,3,607,702 -"115834",29705,87048,3,607,989 -"115835",29705,87118,3,607,1232 -"115836",29705,89097,2,607,935 -"115837",29705,90573,2,607,878 -"115838",29705,97915,3,607,1802 -"115839",29705,98781,3,607,1410 -"115840",29705,100140,3,607,1041 -"115841",29705,105063,3,607,1908 -"115842",29705,105947,3,607,997 -"115843",29705,108867,3,607,2328 -"115844",29705,109510,2,607,621 -"115845",29705,115734,3,607,859 -"115846",29705,121422,3,607,850 -"115847",29722,357,3,1305,2327 -"115848",29722,3163,3,1305,2020 -"115849",29722,21872,3,1305,2458 -"115850",29722,23806,3,1305,1671 -"115851",29722,28056,2,1305,1505 -"115852",29750,270,3,689,2542 -"115853",29750,307,3,689,2530 -"115854",29750,312,3,689,2038 -"115855",29750,380,3,689,2261 -"115856",29750,913,3,689,2144 -"115857",29750,1044,3,689,880 -"115858",29750,1124,3,689,1596 -"115859",29750,1639,3,689,2631 -"115860",29750,1777,3,689,1965 -"115861",29750,2011,3,689,2176 -"115862",29750,2057,3,689,1965 -"115863",29750,2181,3,689,2030 -"115864",29750,2424,3,689,2582 -"115865",29750,2533,3,689,2016 -"115866",29750,2754,3,689,1360 -"115867",29750,3305,3,689,2839 -"115868",29750,3306,3,689,1989 -"115869",29750,3801,3,689,1974 -"115870",29750,3830,3,689,1661 -"115871",29750,3863,3,689,856 -"115872",29750,4226,3,689,1903 -"115873",29750,4317,3,689,1224 -"115874",29750,4701,2,689,2401 -"115875",29750,4790,3,689,1025 -"115876",29750,4791,3,689,1184 -"115877",29750,4932,3,689,2752 -"115878",29750,5226,3,689,1309 -"115879",29750,5429,3,689,1991 -"115880",29750,5462,3,689,2374 -"115881",29750,5504,3,689,2389 -"115882",29750,5599,3,689,1684 -"115883",29750,6047,3,689,2004 -"115884",29750,7555,3,689,1943 -"115885",29750,7847,3,689,2424 -"115886",29750,8621,3,689,1681 -"115887",29750,8712,3,689,1153 -"115888",29750,9311,3,689,2477 -"115889",29750,9364,3,689,1698 -"115890",29750,10148,3,689,2964 -"115891",29750,10358,3,689,2294 -"115892",29750,10513,3,689,2284 -"115893",29750,10576,3,689,974 -"115894",29750,10843,3,689,2277 -"115895",29750,11006,2,689,1950 -"115896",29750,11440,3,689,2026 -"115897",29750,11620,3,689,2010 -"115898",29750,12728,2,689,2374 -"115899",29750,14032,3,689,2144 -"115900",29750,14676,3,689,2764 -"115901",29750,14731,3,689,2012 -"115902",29750,15122,3,689,1201 -"115903",29750,15539,2,689,1929 -"115904",29750,15607,3,689,1421 -"115905",29750,16313,3,689,1160 -"115906",29750,16332,3,689,2668 -"115907",29750,16940,3,689,1290 -"115908",29750,16959,3,689,888 -"115909",29750,17376,3,689,1202 -"115910",29750,18393,3,689,860 -"115911",29750,19248,2,689,2357 -"115912",29750,19606,3,689,2783 -"115913",29750,19719,2,689,2177 -"115914",29750,20124,2,689,2376 -"115915",29750,20311,2,689,1981 -"115916",29750,20975,3,689,1305 -"115917",29750,21197,2,689,1437 -"115918",29750,21198,2,689,935 -"115919",29750,21285,3,689,2100 -"115920",29750,22006,2,689,1202 -"115921",29750,22282,3,689,1418 -"115922",29750,22586,3,689,1341 -"115923",29750,22749,3,689,1727 -"115924",29750,23450,3,689,967 -"115925",29750,23508,2,689,1907 -"115926",29750,23509,3,689,2275 -"115927",29750,23825,2,689,1913 -"115928",29750,24005,3,689,1188 -"115929",29750,25198,3,689,1982 -"115930",29750,26451,3,689,2133 -"115931",29750,26749,2,689,2965 -"115932",29750,26793,3,689,2104 -"115933",29750,27275,3,689,2656 -"115934",29750,27694,2,689,2030 -"115935",29750,27849,1,689,1316 -"115936",29750,28190,3,689,1634 -"115937",29750,28296,3,689,2944 -"115938",29750,31530,2,689,1661 -"115939",29750,31691,3,689,1657 -"115940",29750,31799,3,689,2547 -"115941",29750,32606,2,689,2100 -"115942",29750,32919,3,689,2321 -"115943",29750,33801,3,689,2899 -"115944",29750,33949,3,689,2489 -"115945",29750,34480,3,689,2755 -"115946",29750,34735,3,689,2767 -"115947",29750,35004,3,689,1509 -"115948",29750,35464,2,689,2502 -"115949",29750,35715,3,689,2912 -"115950",29750,36514,3,689,1192 -"115951",29750,37108,3,689,1202 -"115952",29750,37333,3,689,1612 -"115953",29750,38019,3,689,1870 -"115954",29750,38048,3,689,867 -"115955",29750,38055,3,689,1089 -"115956",29750,38728,3,689,851 -"115957",29750,39238,3,689,922 -"115958",29750,41174,2,689,850 -"115959",29750,42619,2,689,2017 -"115960",29750,43051,3,689,904 -"115961",29750,43385,2,689,1623 -"115962",29750,43455,3,689,2846 -"115963",29750,45608,3,689,2420 -"115964",29750,46629,3,689,2255 -"115965",29750,47362,3,689,2253 -"115966",29750,47772,3,689,2293 -"115967",29750,48605,3,689,2796 -"115968",29750,50219,3,689,756 -"115969",29750,50946,3,689,1075 -"115970",29750,51041,3,689,2606 -"115971",29750,51471,3,689,1280 -"115972",29750,52576,3,689,2234 -"115973",29750,53830,3,689,1307 -"115974",29750,54248,3,689,2394 -"115975",29750,54305,3,689,1222 -"115976",29750,55468,2,689,2511 -"115977",29750,56116,3,689,1321 -"115978",29750,56317,3,689,2030 -"115979",29750,56854,3,689,2022 -"115980",29750,57977,3,689,2683 -"115981",29750,58451,3,689,1939 -"115982",29750,58508,3,689,2326 -"115983",29750,58652,2,689,1437 -"115984",29750,58684,3,689,2295 -"115985",29750,61982,2,689,2725 -"115986",29750,62841,3,689,2710 -"115987",29750,66241,3,689,2351 -"115988",29750,66703,3,689,2375 -"115989",29750,68345,3,689,1095 -"115990",29750,69498,3,689,931 -"115991",29750,69745,3,689,1594 -"115992",29750,71342,2,689,1289 -"115993",29750,72207,3,689,2430 -"115994",29750,72956,2,689,1251 -"115995",29750,75948,3,689,1006 -"115996",29750,76284,3,689,1237 -"115997",29750,76892,3,689,2381 -"115998",29750,76999,3,689,908 -"115999",29750,77305,3,689,965 -"116000",29750,79627,3,689,2409 -"116001",29750,80606,3,689,2079 -"116002",29750,81588,2,689,1568 -"116003",29750,82949,3,689,2077 -"116004",29750,83096,3,689,1061 -"116005",29750,83434,3,689,850 -"116006",29750,83491,3,689,1200 -"116007",29750,85430,3,689,2370 -"116008",29750,87144,3,689,2299 -"116009",29750,89097,3,689,935 -"116010",29750,89958,3,689,1186 -"116011",29750,90573,3,689,878 -"116012",29750,94487,3,689,863 -"116013",29750,95288,2,689,1602 -"116014",29750,97811,3,689,1288 -"116015",29750,98781,2,689,1410 -"116016",29750,101347,3,689,1335 -"116017",29750,105117,3,689,809 -"116018",29750,106555,3,689,1626 -"116019",29750,108430,2,689,1642 -"116020",29750,121422,2,689,850 -"116021",29756,14669,3,2051,2080 -"116022",29756,15343,3,2051,2125 -"116023",29756,17967,3,2051,2125 -"116024",29756,21417,3,2051,2422 -"116025",29756,45664,3,2051,2235 -"116026",29756,61336,3,2051,2218 -"116027",29756,73266,3,2051,2496 -"116028",29771,2524,3,283,1708 -"116029",29771,17728,3,283,1542 -"116030",29771,34472,2,283,837 -"116031",29771,61337,3,283,2777 -"116032",29771,80156,2,283,1667 -"116033",29771,106962,2,283,936 -"116034",29775,5937,2,2064,2392 -"116035",29775,15150,3,2064,2801 -"116036",29775,15558,3,2064,2389 -"116037",29775,17815,3,2064,2070 -"116038",29775,18821,3,2064,2075 -"116039",29775,20011,1,2064,2826 -"116040",29775,23728,3,2064,2601 -"116041",29775,30194,3,2064,2874 -"116042",29775,39439,3,2064,2462 -"116043",29775,41521,3,2064,2069 -"116044",29775,44730,3,2064,2468 -"116045",29775,49079,3,2064,2447 -"116046",29775,56413,3,2064,2747 -"116047",29775,76997,3,2064,2223 -"116048",29778,1455,3,840,1262 -"116049",29778,2272,3,840,1640 -"116050",29778,2282,2,840,2056 -"116051",29778,2506,2,840,954 -"116052",29778,2927,2,840,1789 -"116053",29778,4784,3,840,2511 -"116054",29778,5637,1,840,1976 -"116055",29778,6020,3,840,1864 -"116056",29778,6999,3,840,2214 -"116057",29778,7499,3,840,1803 -"116058",29778,9538,3,840,1786 -"116059",29778,9656,2,840,1135 -"116060",29778,9724,3,840,2713 -"116061",29778,11858,3,840,1530 -"116062",29778,13340,3,840,1918 -"116063",29778,14470,3,840,2632 -"116064",29778,17499,2,840,2954 -"116065",29778,17531,3,840,876 -"116066",29778,17695,3,840,1930 -"116067",29778,18821,3,840,2075 -"116068",29778,19476,3,840,1708 -"116069",29778,20038,2,840,1531 -"116070",29778,21358,3,840,1970 -"116071",29778,22357,3,840,1397 -"116072",29778,22410,3,840,2158 -"116073",29778,23550,3,840,2939 -"116074",29778,23560,3,840,2051 -"116075",29778,26597,3,840,2070 -"116076",29778,28782,3,840,2272 -"116077",29778,31264,3,840,2335 -"116078",29778,34274,3,840,1437 -"116079",29778,35317,3,840,1888 -"116080",29778,36399,3,840,1357 -"116081",29778,36840,3,840,2269 -"116082",29778,37684,3,840,2899 -"116083",29778,38422,3,840,1019 -"116084",29778,42382,3,840,2224 -"116085",29778,42390,3,840,2937 -"116086",29778,42407,3,840,2408 -"116087",29778,43701,3,840,2400 -"116088",29778,46616,3,840,1917 -"116089",29778,53584,3,840,2391 -"116090",29778,60463,3,840,1583 -"116091",29778,60836,2,840,1880 -"116092",29778,70011,3,840,2690 -"116093",29778,73520,1,840,2613 -"116094",29778,77580,3,840,888 -"116095",29778,77719,3,840,2086 -"116096",29778,78277,2,840,1937 -"116097",29778,79699,3,840,1735 -"116098",29778,80970,2,840,2069 -"116099",29778,82039,3,840,1327 -"116100",29778,84181,3,840,1272 -"116101",29778,84590,3,840,1734 -"116102",29778,85065,2,840,1585 -"116103",29778,88984,3,840,935 -"116104",29778,93553,3,840,2537 -"116105",29778,93642,3,840,1120 -"116106",29778,94808,3,840,988 -"116107",29778,100231,3,840,998 -"116108",29791,455,3,1986,2827 -"116109",29791,1262,3,1986,2973 -"116110",29791,2765,3,1986,2321 -"116111",29791,3695,2,1986,2612 -"116112",29791,5491,3,1986,2048 -"116113",29791,6324,3,1986,1990 -"116114",29791,7078,3,1986,2344 -"116115",29791,7394,3,1986,2615 -"116116",29791,12035,3,1986,2721 -"116117",29791,13732,3,1986,2789 -"116118",29791,14772,3,1986,2386 -"116119",29791,15343,3,1986,2125 -"116120",29791,17826,3,1986,2920 -"116121",29791,17967,3,1986,2125 -"116122",29791,18151,2,1986,2962 -"116123",29791,18366,3,1986,2699 -"116124",29791,19872,3,1986,2913 -"116125",29791,20423,3,1986,2654 -"116126",29791,20469,2,1986,2125 -"116127",29791,21417,3,1986,2422 -"116128",29791,21795,2,1986,2653 -"116129",29791,26865,3,1986,2726 -"116130",29791,30081,3,1986,2403 -"116131",29791,34311,3,1986,2213 -"116132",29791,34327,3,1986,2959 -"116133",29791,39827,3,1986,2321 -"116134",29791,41004,3,1986,2561 -"116135",29791,42618,3,1986,2316 -"116136",29791,45664,2,1986,2235 -"116137",29791,46602,3,1986,2786 -"116138",29791,49461,3,1986,2793 -"116139",29791,61336,3,1986,2218 -"116140",29791,68215,3,1986,2727 -"116141",29791,70046,3,1986,2624 -"116142",29791,73266,3,1986,2496 -"116143",29791,90501,2,1986,2380 -"116144",29818,364,3,1677,2351 -"116145",29818,3271,3,1677,2216 -"116146",29818,3456,3,1677,1999 -"116147",29818,3493,3,1677,2451 -"116148",29818,3978,3,1677,2775 -"116149",29818,4249,3,1677,2547 -"116150",29818,7252,3,1677,2799 -"116151",29818,7337,3,1677,1797 -"116152",29818,7355,3,1677,1928 -"116153",29818,7780,3,1677,1920 -"116154",29818,9332,3,1677,2734 -"116155",29818,9615,3,1677,2464 -"116156",29818,9703,3,1677,1845 -"116157",29818,9785,3,1677,2951 -"116158",29818,9787,3,1677,2858 -"116159",29818,10129,3,1677,2124 -"116160",29818,10457,2,1677,1711 -"116161",29818,12361,2,1677,2732 -"116162",29818,12948,3,1677,2669 -"116163",29818,14781,3,1677,2338 -"116164",29818,16176,3,1677,2703 -"116165",29818,17645,3,1677,1918 -"116166",29818,18005,3,1677,2449 -"116167",29818,18421,3,1677,2457 -"116168",29818,19655,3,1677,2706 -"116169",29818,20124,3,1677,2376 -"116170",29818,21227,3,1677,2110 -"116171",29818,21487,3,1677,2203 -"116172",29818,22766,3,1677,1945 -"116173",29818,28869,3,1677,2425 -"116174",29818,29116,3,1677,2128 -"116175",29818,31335,3,1677,2351 -"116176",29818,32339,3,1677,2430 -"116177",29818,34742,3,1677,1883 -"116178",29818,37424,3,1677,1693 -"116179",29818,37636,3,1677,2178 -"116180",29818,37929,3,1677,2393 -"116181",29818,39256,3,1677,2449 -"116182",29818,40572,3,1677,2666 -"116183",29818,41581,2,1677,1692 -"116184",29818,45138,3,1677,2516 -"116185",29818,45869,3,1677,2840 -"116186",29818,47968,3,1677,2829 -"116187",29818,50509,3,1677,2050 -"116188",29818,51144,3,1677,2466 -"116189",29818,53687,3,1677,2422 -"116190",29818,54775,3,1677,2383 -"116191",29818,55817,3,1677,2285 -"116192",29818,57067,3,1677,2547 -"116193",29818,58745,2,1677,1920 -"116194",29818,71531,3,1677,2887 -"116195",29818,85198,2,1677,1794 -"116196",29818,90892,2,1677,2399 -"116197",29825,14959,3,2603,2898 -"116198",29825,22895,1,2603,2704 -"116199",29825,24069,3,2603,2697 -"116200",29825,36487,3,2603,2622 -"116201",29825,58501,3,2603,2613 -"116202",29875,34504,2,1610,2310 -"116203",29875,54661,3,1610,1949 -"116204",29875,56924,1,1610,1894 -"116205",29884,854,3,1239,2307 -"116206",29884,1175,3,1239,1642 -"116207",29884,2484,3,1239,2389 -"116208",29884,3068,2,1239,1815 -"116209",29884,3477,3,1239,2546 -"116210",29884,3886,2,1239,1669 -"116211",29884,6063,3,1239,2349 -"116212",29884,9423,3,1239,1708 -"116213",29884,12081,3,1239,2166 -"116214",29884,12388,3,1239,1975 -"116215",29884,12729,3,1239,1835 -"116216",29884,13158,3,1239,2667 -"116217",29884,13899,3,1239,2650 -"116218",29884,15106,3,1239,2286 -"116219",29884,15444,3,1239,2764 -"116220",29884,17351,3,1239,2036 -"116221",29884,17943,3,1239,1943 -"116222",29884,18011,3,1239,1636 -"116223",29884,18165,3,1239,2085 -"116224",29884,18217,3,1239,1566 -"116225",29884,18670,3,1239,1835 -"116226",29884,19282,3,1239,1623 -"116227",29884,19317,1,1239,2041 -"116228",29884,21275,2,1239,2609 -"116229",29884,22025,2,1239,1591 -"116230",29884,22682,3,1239,2035 -"116231",29884,24256,3,1239,2393 -"116232",29884,29512,3,1239,1594 -"116233",29884,30236,3,1239,2238 -"116234",29884,30798,2,1239,1398 -"116235",29884,31705,3,1239,2706 -"116236",29884,33223,3,1239,2397 -"116237",29884,35045,3,1239,1646 -"116238",29884,37301,3,1239,2160 -"116239",29884,37752,3,1239,2223 -"116240",29884,39906,3,1239,2365 -"116241",29884,40542,3,1239,1664 -"116242",29884,40565,3,1239,2115 -"116243",29884,41682,3,1239,1988 -"116244",29884,48823,3,1239,2080 -"116245",29884,58164,2,1239,2398 -"116246",29884,61242,2,1239,1650 -"116247",29884,77077,2,1239,2693 -"116248",29884,80764,3,1239,1808 -"116249",29884,83218,2,1239,1537 -"116250",29884,95879,3,1239,1748 -"116251",29884,97768,3,1239,1500 -"116252",29884,99940,3,1239,2884 -"116253",29899,3961,3,2375,2426 -"116254",29899,8327,3,2375,2527 -"116255",29899,20423,2,2375,2654 -"116256",29899,24756,3,2375,2530 -"116257",29899,38227,3,2375,2511 -"116258",29899,79653,3,2375,2683 -"116259",29912,237,3,144,1982 -"116260",29912,341,2,144,2689 -"116261",29912,841,2,144,2964 -"116262",29912,1427,3,144,324 -"116263",29912,1428,3,144,742 -"116264",29912,1728,3,144,284 -"116265",29912,2798,3,144,1673 -"116266",29912,2985,3,144,2398 -"116267",29912,3456,3,144,1999 -"116268",29912,3620,3,144,2955 -"116269",29912,3830,3,144,1661 -"116270",29912,4779,2,144,379 -"116271",29912,5036,2,144,312 -"116272",29912,6821,2,144,1788 -"116273",29912,10215,3,144,2006 -"116274",29912,10373,3,144,2436 -"116275",29912,13842,3,144,2250 -"116276",29912,15990,3,144,593 -"116277",29912,16053,3,144,908 -"116278",29912,16437,3,144,1956 -"116279",29912,18978,3,144,952 -"116280",29912,20273,3,144,148 -"116281",29912,20732,3,144,2401 -"116282",29912,23726,3,144,2434 -"116283",29912,23869,3,144,1918 -"116284",29912,24722,3,144,341 -"116285",29912,25378,3,144,1245 -"116286",29912,27312,3,144,2469 -"116287",29912,27742,3,144,2700 -"116288",29912,28131,3,144,1492 -"116289",29912,30891,2,144,1256 -"116290",29912,31331,3,144,2964 -"116291",29912,32920,3,144,2158 -"116292",29912,39563,3,144,486 -"116293",29912,41278,3,144,1873 -"116294",29912,41446,3,144,1103 -"116295",29912,41900,3,144,1970 -"116296",29912,43961,2,144,2443 -"116297",29912,44235,3,144,2700 -"116298",29912,44786,3,144,1096 -"116299",29912,46803,3,144,2305 -"116300",29912,47375,3,144,2043 -"116301",29912,50382,3,144,2244 -"116302",29912,53924,3,144,1289 -"116303",29912,54782,3,144,565 -"116304",29912,55828,3,144,2393 -"116305",29912,56755,3,144,2158 -"116306",29912,58829,3,144,1256 -"116307",29912,61727,2,144,413 -"116308",29912,64967,1,144,2872 -"116309",29912,67942,2,144,973 -"116310",29912,74730,3,144,535 -"116311",29912,80671,3,144,665 -"116312",29912,82738,3,144,591 -"116313",29912,87011,3,144,1592 -"116314",29912,87269,3,144,847 -"116315",29912,88454,3,144,663 -"116316",29912,90669,2,144,152 -"116317",29912,90837,2,144,825 -"116318",29912,92254,3,144,517 -"116319",29912,94625,2,144,2105 -"116320",29912,95416,3,144,982 -"116321",29912,102050,3,144,906 -"116322",29912,107273,3,144,604 -"116323",29912,109175,3,144,146 -"116324",29912,111193,3,144,429 -"116325",29912,115021,2,144,1226 -"116326",29912,117125,2,144,169 -"116327",29912,117679,3,144,535 -"116328",29912,119524,3,144,1930 -"116329",29912,119921,3,144,1113 -"116330",29914,388,3,199,1594 -"116331",29914,622,3,199,501 -"116332",29914,1150,3,199,1595 -"116333",29914,1560,3,199,2013 -"116334",29914,3016,3,199,747 -"116335",29914,3271,3,199,2216 -"116336",29914,5716,3,199,1058 -"116337",29914,6417,3,199,1675 -"116338",29914,9272,3,199,2835 -"116339",29914,10200,3,199,2920 -"116340",29914,10908,3,199,1134 -"116341",29914,11429,2,199,2520 -"116342",29914,14654,2,199,1692 -"116343",29914,14761,3,199,2502 -"116344",29914,16352,3,199,2657 -"116345",29914,19383,3,199,1200 -"116346",29914,20363,3,199,279 -"116347",29914,22652,3,199,1544 -"116348",29914,23398,3,199,896 -"116349",29914,26659,3,199,903 -"116350",29914,28002,3,199,914 -"116351",29914,31541,3,199,1500 -"116352",29914,37342,3,199,2649 -"116353",29914,39186,3,199,1258 -"116354",29914,39211,3,199,1908 -"116355",29914,40392,3,199,1878 -"116356",29914,40417,3,199,771 -"116357",29914,43226,3,199,2442 -"116358",29914,44074,3,199,1299 -"116359",29914,45874,1,199,944 -"116360",29914,45983,2,199,1260 -"116361",29914,48110,3,199,2009 -"116362",29914,50430,3,199,1689 -"116363",29914,57394,3,199,1271 -"116364",29914,58508,3,199,2326 -"116365",29914,69077,1,199,1689 -"116366",29914,69335,3,199,2698 -"116367",29914,80219,3,199,988 -"116368",29914,80301,3,199,1690 -"116369",29914,82226,3,199,1619 -"116370",29914,111040,3,199,711 -"116371",29915,3284,2,848,1541 -"116372",29915,4330,2,848,1128 -"116373",29915,11383,3,848,977 -"116374",29915,25327,3,848,977 -"116375",29915,36514,3,848,1192 -"116376",29915,43204,3,848,1680 -"116377",29915,91435,3,848,933 -"116378",29917,270,3,1962,2542 -"116379",29917,312,3,1962,2038 -"116380",29917,2424,3,1962,2582 -"116381",29917,2533,3,1962,2016 -"116382",29917,3305,3,1962,2839 -"116383",29917,3966,1,1962,2425 -"116384",29917,5429,3,1962,1991 -"116385",29917,6740,3,1962,2699 -"116386",29917,7677,3,1962,2338 -"116387",29917,10130,3,1962,2741 -"116388",29917,11103,3,1962,2393 -"116389",29917,11440,3,1962,2026 -"116390",29917,11456,3,1962,2715 -"116391",29917,11493,3,1962,2077 -"116392",29917,12042,3,1962,2345 -"116393",29917,15813,3,1962,2143 -"116394",29917,16432,3,1962,2664 -"116395",29917,19248,2,1962,2357 -"116396",29917,19719,2,1962,2177 -"116397",29917,20292,3,1962,2755 -"116398",29917,21406,3,1962,2714 -"116399",29917,22277,2,1962,2424 -"116400",29917,23319,3,1962,2867 -"116401",29917,24256,3,1962,2393 -"116402",29917,25129,2,1962,2647 -"116403",29917,25198,3,1962,1982 -"116404",29917,25325,1,1962,2963 -"116405",29917,27195,3,1962,2158 -"116406",29917,27694,3,1962,2030 -"116407",29917,29930,2,1962,2240 -"116408",29917,33052,3,1962,2251 -"116409",29917,34509,2,1962,1973 -"116410",29917,36646,3,1962,2744 -"116411",29917,37238,3,1962,2609 -"116412",29917,38633,3,1962,2253 -"116413",29917,38800,3,1962,2756 -"116414",29917,40493,3,1962,1981 -"116415",29917,41402,3,1962,2313 -"116416",29917,42574,2,1962,2842 -"116417",29917,42642,3,1962,2257 -"116418",29917,43455,3,1962,2846 -"116419",29917,46629,3,1962,2255 -"116420",29917,47248,3,1962,2883 -"116421",29917,48605,3,1962,2796 -"116422",29917,49110,3,1962,2938 -"116423",29917,50685,3,1962,2008 -"116424",29917,51017,3,1962,2073 -"116425",29917,52570,3,1962,2645 -"116426",29917,52576,3,1962,2234 -"116427",29917,53219,3,1962,2973 -"116428",29917,53293,3,1962,2916 -"116429",29917,61982,2,1962,2725 -"116430",29917,62841,1,1962,2710 -"116431",29917,67150,3,1962,2633 -"116432",29917,69591,2,1962,2294 -"116433",29917,76892,3,1962,2381 -"116434",29917,80606,3,1962,2079 -"116435",29918,1136,3,1953,2536 -"116436",29918,14676,3,1953,2764 -"116437",29918,14731,3,1953,2012 -"116438",29918,31001,2,1953,2119 -"116439",29918,42216,3,1953,2722 -"116440",29918,50585,3,1953,2414 -"116441",29918,67719,3,1953,2429 -"116442",29923,823,3,626,2840 -"116443",29923,2208,3,626,2814 -"116444",29923,2462,3,626,849 -"116445",29923,6914,3,626,2668 -"116446",29923,10222,3,626,2212 -"116447",29923,10474,3,626,1608 -"116448",29923,14507,3,626,2686 -"116449",29923,14983,3,626,1047 -"116450",29923,17721,3,626,1410 -"116451",29923,18289,3,626,862 -"116452",29923,20494,3,626,1075 -"116453",29923,21448,3,626,2332 -"116454",29923,22169,3,626,673 -"116455",29923,29224,3,626,2011 -"116456",29923,33356,3,626,1586 -"116457",29923,38755,3,626,2902 -"116458",29923,47064,3,626,1993 -"116459",29923,54250,3,626,2340 -"116460",29923,64502,3,626,1670 -"116461",29923,65475,3,626,1267 -"116462",29923,66318,3,626,2803 -"116463",29923,68382,3,626,1047 -"116464",29923,75168,3,626,699 -"116465",29929,13586,2,2789,2966 -"116466",29929,67726,3,2789,2873 -"116467",29930,341,3,2240,2689 -"116468",29930,470,3,2240,2285 -"116469",29930,701,3,2240,2718 -"116470",29930,854,3,2240,2307 -"116471",29930,997,3,2240,2788 -"116472",29930,1831,3,2240,2397 -"116473",29930,2484,3,2240,2389 -"116474",29930,2572,3,2240,2273 -"116475",29930,3495,3,2240,2431 -"116476",29930,3961,3,2240,2426 -"116477",29930,3966,2,2240,2425 -"116478",29930,4303,3,2240,2414 -"116479",29930,5041,3,2240,2371 -"116480",29930,5315,2,2240,2631 -"116481",29930,5350,3,2240,2522 -"116482",29930,6192,3,2240,2409 -"116483",29930,6253,3,2240,2282 -"116484",29930,6255,3,2240,2895 -"116485",29930,7515,3,2240,2737 -"116486",29930,7616,3,2240,2296 -"116487",29930,7847,3,2240,2424 -"116488",29930,9184,3,2240,2670 -"116489",29930,9723,3,2240,2302 -"116490",29930,9928,3,2240,2345 -"116491",29930,10310,2,2240,2774 -"116492",29930,10358,2,2240,2294 -"116493",29930,10779,3,2240,2881 -"116494",29930,11103,1,2240,2393 -"116495",29930,11160,3,2240,2952 -"116496",29930,11218,3,2240,2292 -"116497",29930,11966,3,2240,2385 -"116498",29930,12035,3,2240,2721 -"116499",29930,12042,3,2240,2345 -"116500",29930,13311,3,2240,2315 -"116501",29930,13780,3,2240,2412 -"116502",29930,15301,3,2240,2308 -"116503",29930,15309,3,2240,2820 -"116504",29930,15636,3,2240,2857 -"116505",29930,16352,2,2240,2657 -"116506",29930,18005,3,2240,2449 -"116507",29930,18464,3,2240,2312 -"116508",29930,19208,3,2240,2629 -"116509",29930,20067,3,2240,2390 -"116510",29930,20331,2,2240,2365 -"116511",29930,20695,3,2240,2526 -"116512",29930,20730,3,2240,2243 -"116513",29930,21138,3,2240,2849 -"116514",29930,21406,3,2240,2714 -"116515",29930,21463,3,2240,2437 -"116516",29930,21571,3,2240,2755 -"116517",29930,22141,3,2240,2348 -"116518",29930,22207,3,2240,2365 -"116519",29930,23132,3,2240,2756 -"116520",29930,23310,3,2240,2371 -"116521",29930,24256,1,2240,2393 -"116522",29930,24586,3,2240,2465 -"116523",29930,24753,3,2240,2860 -"116524",29930,25325,2,2240,2963 -"116525",29930,26080,3,2240,2525 -"116526",29930,28296,3,2240,2944 -"116527",29930,29314,3,2240,2736 -"116528",29930,30747,3,2240,2455 -"116529",29930,31705,2,2240,2706 -"116530",29930,32567,3,2240,2784 -"116531",29930,32919,3,2240,2321 -"116532",29930,33184,2,2240,2522 -"116533",29930,34735,2,2240,2767 -"116534",29930,35926,3,2240,2371 -"116535",29930,36441,3,2240,2796 -"116536",29930,36574,2,2240,2934 -"116537",29930,36953,3,2240,2790 -"116538",29930,39105,3,2240,2487 -"116539",29930,39535,3,2240,2428 -"116540",29930,41664,3,2240,2641 -"116541",29930,41770,2,2240,2752 -"116542",29930,41955,2,2240,2479 -"116543",29930,42129,3,2240,2318 -"116544",29930,42574,2,2240,2842 -"116545",29930,42799,3,2240,2729 -"116546",29930,43349,3,2240,2400 -"116547",29930,45302,3,2240,2390 -"116548",29930,48571,3,2240,2717 -"116549",29930,48605,3,2240,2796 -"116550",29930,49110,3,2240,2938 -"116551",29930,49334,3,2240,2433 -"116552",29930,50236,3,2240,2339 -"116553",29930,50977,3,2240,2352 -"116554",29930,51035,3,2240,2397 -"116555",29930,51866,3,2240,2411 -"116556",29930,52815,3,2240,2323 -"116557",29930,53219,2,2240,2973 -"116558",29930,54929,3,2240,2783 -"116559",29930,57549,3,2240,2335 -"116560",29930,62841,3,2240,2710 -"116561",29930,64255,3,2240,2309 -"116562",29930,66413,3,2240,2507 -"116563",29930,67150,3,2240,2633 -"116564",29930,73305,2,2240,2544 -"116565",29930,76356,3,2240,2323 -"116566",29930,80944,3,2240,2300 -"116567",29930,82932,3,2240,2245 -"116568",29930,84022,3,2240,2289 -"116569",29930,117956,2,2240,2774 -"116570",29941,13586,2,1986,2966 -"116571",29941,29929,1,1986,2789 -"116572",29941,35815,2,1986,2789 -"116573",29941,56082,3,1986,2395 -"116574",29941,57842,3,1986,2482 -"116575",29948,2208,3,2795,2814 -"116576",29948,18543,3,2795,2968 -"116577",29948,43173,2,2795,2895 -"116578",29948,44427,3,2795,2875 -"116579",29948,88232,3,2795,2881 -"116580",29962,270,3,2201,2542 -"116581",29962,455,3,2201,2827 -"116582",29962,470,3,2201,2285 -"116583",29962,543,3,2201,2203 -"116584",29962,2424,3,2201,2582 -"116585",29962,3477,3,2201,2546 -"116586",29962,6063,3,2201,2349 -"116587",29962,13307,3,2201,2206 -"116588",29962,18361,3,2201,2968 -"116589",29962,21012,3,2201,2325 -"116590",29962,22326,2,2201,2818 -"116591",29962,22415,3,2201,2841 -"116592",29962,24448,3,2201,2289 -"116593",29962,25305,1,2201,2447 -"116594",29962,26721,3,2201,2586 -"116595",29962,26749,3,2201,2965 -"116596",29962,27275,3,2201,2656 -"116597",29962,27390,2,2201,2425 -"116598",29962,30052,1,2201,2855 -"116599",29962,30173,3,2201,2404 -"116600",29962,33223,3,2201,2397 -"116601",29962,41872,3,2201,2974 -"116602",29962,47844,3,2201,2906 -"116603",29962,52576,3,2201,2234 -"116604",29962,58508,3,2201,2326 -"116605",29962,65016,3,2201,2749 -"116606",29962,67652,3,2201,2736 -"116607",29962,70217,3,2201,2332 -"116608",29962,72207,3,2201,2430 -"116609",29962,76892,3,2201,2381 -"116610",29962,79322,2,2201,2770 -"116611",29977,17037,3,2781,2947 -"116612",29977,27686,2,2781,2844 -"116613",29977,36278,3,2781,2952 -"116614",29977,41945,3,2781,2856 -"116615",29977,43455,3,2781,2846 -"116616",29977,43673,2,2781,2787 -"116617",29977,62626,3,2781,2787 -"116618",29982,145,3,1372,1998 -"116619",29982,180,3,1372,1593 -"116620",29982,312,3,1372,2038 -"116621",29982,913,3,1372,2144 -"116622",29982,7759,3,1372,2844 -"116623",29982,10488,3,1372,1524 -"116624",29982,10871,3,1372,2314 -"116625",29982,13586,1,1372,2966 -"116626",29982,15700,1,1372,1712 -"116627",29982,19516,3,1372,2313 -"116628",29982,26867,3,1372,1804 -"116629",29982,29929,1,1372,2789 -"116630",29982,29941,1,1372,1986 -"116631",29982,30334,3,1372,2075 -"116632",29982,31235,3,1372,2668 -"116633",29982,35815,1,1372,2789 -"116634",29982,37636,3,1372,2178 -"116635",29982,40392,3,1372,1878 -"116636",29982,43213,3,1372,2160 -"116637",29982,43385,3,1372,1623 -"116638",29982,44819,3,1372,2063 -"116639",29982,50236,3,1372,2339 -"116640",29982,51783,3,1372,2599 -"116641",29982,52136,3,1372,1412 -"116642",29982,56082,2,1372,2395 -"116643",29982,57842,2,1372,2482 -"116644",29982,72207,3,1372,2430 -"116645",29982,75403,3,1372,1895 -"116646",29982,82747,3,1372,1496 -"116647",29985,23000,2,1568,1815 -"116648",29985,26182,3,1568,2775 -"116649",29985,78594,3,1568,2441 -"116650",29987,212,1,956,1513 -"116651",29987,270,3,956,2542 -"116652",29987,380,3,956,2261 -"116653",29987,1102,3,956,2282 -"116654",29987,1124,3,956,1596 -"116655",29987,1897,3,956,1727 -"116656",29987,2111,3,956,1904 -"116657",29987,2224,3,956,2751 -"116658",29987,2424,3,956,2582 -"116659",29987,4360,3,956,1770 -"116660",29987,4790,3,956,1025 -"116661",29987,4791,3,956,1184 -"116662",29987,5971,3,956,1985 -"116663",29987,6588,3,956,2025 -"116664",29987,6718,1,956,2138 -"116665",29987,8533,3,956,2251 -"116666",29987,8762,3,956,2585 -"116667",29987,9432,3,956,1693 -"116668",29987,10488,3,956,1524 -"116669",29987,10857,3,956,2253 -"116670",29987,11218,3,956,2292 -"116671",29987,11229,3,956,1625 -"116672",29987,13307,3,956,2206 -"116673",29987,14959,3,956,2898 -"116674",29987,15135,3,956,1035 -"116675",29987,17376,3,956,1202 -"116676",29987,18152,2,956,1314 -"116677",29987,18394,3,956,2356 -"116678",29987,18571,3,956,2128 -"116679",29987,19862,3,956,2412 -"116680",29987,20124,3,956,2376 -"116681",29987,21012,3,956,2325 -"116682",29987,21104,3,956,2327 -"116683",29987,21122,3,956,1701 -"116684",29987,21164,3,956,1645 -"116685",29987,21463,3,956,2437 -"116686",29987,21693,2,956,2176 -"116687",29987,22197,3,956,2271 -"116688",29987,22282,3,956,1418 -"116689",29987,22326,2,956,2818 -"116690",29987,22362,2,956,1836 -"116691",29987,23526,3,956,1998 -"116692",29987,23715,3,956,1859 -"116693",29987,24362,3,956,1287 -"116694",29987,25305,1,956,2447 -"116695",29987,27390,3,956,2425 -"116696",29987,29962,2,956,2201 -"116697",29987,30052,3,956,2855 -"116698",29987,30173,3,956,2404 -"116699",29987,30325,3,956,1067 -"116700",29987,30405,3,956,2164 -"116701",29987,32131,2,956,1035 -"116702",29987,35673,3,956,1067 -"116703",29987,36136,3,956,2338 -"116704",29987,38019,3,956,1870 -"116705",29987,40493,3,956,1981 -"116706",29987,42216,3,956,2722 -"116707",29987,42687,2,956,1952 -"116708",29987,43455,3,956,2846 -"116709",29987,46629,3,956,2255 -"116710",29987,48035,3,956,2180 -"116711",29987,50118,3,956,2654 -"116712",29987,52136,3,956,1412 -"116713",29987,52576,3,956,2234 -"116714",29987,54551,3,956,2348 -"116715",29987,56082,3,956,2395 -"116716",29987,56317,3,956,2030 -"116717",29987,58508,3,956,2326 -"116718",29987,61982,3,956,2725 -"116719",29987,66860,3,956,1548 -"116720",29987,70217,2,956,2332 -"116721",29987,72207,2,956,2430 -"116722",29987,75948,3,956,1006 -"116723",29987,79322,3,956,2770 -"116724",29987,79804,3,956,2227 -"116725",29987,81588,3,956,1568 -"116726",29987,82949,3,956,2077 -"116727",29987,85138,2,956,1685 -"116728",29987,87048,3,956,989 -"116729",29987,97915,3,956,1802 -"116730",29987,101797,3,956,2357 -"116731",29987,111971,3,956,1032 -"116732",29990,68979,3,1168,1173 -"116733",29997,2057,1,1789,1965 -"116734",29997,2852,3,1789,2448 -"116735",29997,3127,3,1789,2273 -"116736",29997,3456,3,1789,1999 -"116737",29997,5235,3,1789,2324 -"116738",29997,7597,2,1789,2037 -"116739",29997,7896,3,1789,2447 -"116740",29997,8865,2,1789,2394 -"116741",29997,9115,3,1789,2068 -"116742",29997,9723,3,1789,2302 -"116743",29997,11136,3,1789,2573 -"116744",29997,11585,1,1789,1817 -"116745",29997,11588,3,1789,2352 -"116746",29997,14586,3,1789,2801 -"116747",29997,16690,3,1789,2132 -"116748",29997,21528,2,1789,1807 -"116749",29997,22723,3,1789,2859 -"116750",29997,24060,3,1789,2349 -"116751",29997,32606,3,1789,2100 -"116752",29997,32778,3,1789,2310 -"116753",29997,32920,3,1789,2158 -"116754",29997,40138,3,1789,2719 -"116755",29997,40572,3,1789,2666 -"116756",29997,41023,2,1789,2408 -"116757",29997,41598,3,1789,2291 -"116758",29997,41694,3,1789,2358 -"116759",29997,47529,3,1789,2914 -"116760",29997,47968,3,1789,2829 -"116761",29997,55482,3,1789,1866 -"116762",29997,59683,2,1789,2068 -"116763",29997,63837,2,1789,2807 -"116764",29997,64967,3,1789,2872 -"116765",29997,65856,3,1789,2504 -"116766",29997,66994,3,1789,1865 -"116767",29997,69232,1,1789,2130 -"116768",29997,71652,2,1789,2638 -"116769",29997,81164,3,1789,2260 -"116770",30016,455,3,1124,2827 -"116771",30016,470,3,1124,2285 -"116772",30016,600,3,1124,1702 -"116773",30016,7672,2,1124,1974 -"116774",30016,8759,2,1124,1202 -"116775",30016,8984,3,1124,1162 -"116776",30016,9954,3,1124,2117 -"116777",30016,10433,3,1124,2075 -"116778",30016,20824,3,1124,1366 -"116779",30016,28115,3,1124,1835 -"116780",30016,28991,3,1124,1688 -"116781",30016,30981,3,1124,2366 -"116782",30016,31050,3,1124,1491 -"116783",30016,32965,3,1124,2071 -"116784",30016,34120,3,1124,2786 -"116785",30016,34160,3,1124,1759 -"116786",30016,35301,3,1124,1302 -"116787",30016,41739,3,1124,1339 -"116788",30016,41955,2,1124,2479 -"116789",30016,42642,3,1124,2257 -"116790",30016,54388,2,1124,1257 -"116791",30016,57977,3,1124,2683 -"116792",30016,86505,2,1124,1302 -"116793",30016,109114,1,1124,1287 -"116794",30034,680,3,2357,2569 -"116795",30034,2936,3,2357,2512 -"116796",30034,3477,3,2357,2546 -"116797",30034,3493,2,2357,2451 -"116798",30034,4303,3,2357,2414 -"116799",30034,5683,3,2357,2468 -"116800",30034,8865,3,2357,2394 -"116801",30034,19364,3,2357,2846 -"116802",30034,20941,2,2357,2725 -"116803",30034,22709,3,2357,2743 -"116804",30034,22723,3,2357,2859 -"116805",30034,25330,3,2357,2370 -"116806",30034,27686,3,2357,2844 -"116807",30034,29977,3,2357,2781 -"116808",30034,34216,3,2357,2832 -"116809",30034,36278,3,2357,2952 -"116810",30034,38691,2,2357,2585 -"116811",30034,43673,3,2357,2787 -"116812",30034,50585,3,2357,2414 -"116813",30034,51144,3,2357,2466 -"116814",30034,57180,3,2357,2703 -"116815",30034,62626,3,2357,2787 -"116816",30034,70583,3,2357,2615 -"116817",30042,21,1,192,1385 -"116818",30042,1108,2,192,1600 -"116819",30042,10239,3,192,2032 -"116820",30042,10980,3,192,1974 -"116821",30042,14586,3,192,2801 -"116822",30042,20363,3,192,279 -"116823",30042,31541,3,192,1500 -"116824",30042,34491,3,192,2694 -"116825",30042,37522,2,192,1270 -"116826",30042,38087,3,192,1083 -"116827",30042,39522,3,192,1428 -"116828",30042,42331,3,192,1585 -"116829",30042,42373,3,192,871 -"116830",30042,47810,3,192,957 -"116831",30042,47968,3,192,2829 -"116832",30042,50903,3,192,931 -"116833",30042,63077,3,192,2778 -"116834",30042,63837,3,192,2807 -"116835",30042,76007,3,192,918 -"116836",30042,83253,3,192,1102 -"116837",30042,83301,3,192,1385 -"116838",30042,84447,3,192,1006 -"116839",30042,84975,1,192,1138 -"116840",30042,92850,3,192,1971 -"116841",30042,100432,3,192,1358 -"116842",30042,100860,3,192,2326 -"116843",30042,103890,3,192,958 -"116844",30042,104185,3,192,457 -"116845",30042,109194,3,192,494 -"116846",30042,113116,3,192,769 -"116847",30052,16954,3,2855,2972 -"116848",30052,26749,3,2855,2965 -"116849",30052,41872,3,2855,2974 -"116850",30052,47844,3,2855,2906 -"116851",30052,55438,3,2855,2863 -"116852",30057,21,3,504,1385 -"116853",30057,364,3,504,2351 -"116854",30057,1349,3,504,1147 -"116855",30057,1519,3,504,2349 -"116856",30057,2852,2,504,2448 -"116857",30057,3493,3,504,2451 -"116858",30057,4001,3,504,1687 -"116859",30057,4660,3,504,2149 -"116860",30057,5106,3,504,2622 -"116861",30057,5296,3,504,820 -"116862",30057,5897,3,504,2337 -"116863",30057,6996,2,504,2916 -"116864",30057,8700,3,504,1270 -"116865",30057,9298,3,504,1109 -"116866",30057,9785,3,504,2951 -"116867",30057,9787,3,504,2858 -"116868",30057,10803,3,504,545 -"116869",30057,12361,3,504,2732 -"116870",30057,14652,3,504,2516 -"116871",30057,15379,3,504,1231 -"116872",30057,15535,3,504,891 -"116873",30057,16161,3,504,599 -"116874",30057,16286,3,504,2470 -"116875",30057,16384,3,504,1320 -"116876",30057,16725,3,504,2830 -"116877",30057,16864,2,504,814 -"116878",30057,17033,1,504,2771 -"116879",30057,17257,3,504,1117 -"116880",30057,17320,3,504,571 -"116881",30057,18978,3,504,952 -"116882",30057,19655,3,504,2706 -"116883",30057,20395,3,504,1468 -"116884",30057,20659,3,504,1969 -"116885",30057,20941,3,504,2725 -"116886",30057,20984,3,504,2502 -"116887",30057,21225,2,504,1945 -"116888",30057,21383,3,504,971 -"116889",30057,21810,3,504,1579 -"116890",30057,23280,3,504,536 -"116891",30057,23966,2,504,891 -"116892",30057,26793,1,504,2104 -"116893",30057,27543,3,504,666 -"116894",30057,27742,3,504,2700 -"116895",30057,27914,3,504,2507 -"116896",30057,29473,3,504,2602 -"116897",30057,31335,3,504,2351 -"116898",30057,36737,2,504,829 -"116899",30057,37400,2,504,2860 -"116900",30057,37424,3,504,1693 -"116901",30057,38915,3,504,746 -"116902",30057,39627,3,504,546 -"116903",30057,41023,3,504,2408 -"116904",30057,41633,3,504,1976 -"116905",30057,42373,3,504,871 -"116906",30057,43153,2,504,1381 -"116907",30057,43159,3,504,512 -"116908",30057,43953,3,504,2203 -"116909",30057,45729,3,504,2606 -"116910",30057,50685,3,504,2008 -"116911",30057,51144,3,504,2466 -"116912",30057,53293,2,504,2916 -"116913",30057,53645,3,504,789 -"116914",30057,54094,3,504,987 -"116915",30057,54775,3,504,2383 -"116916",30057,55234,3,504,890 -"116917",30057,55349,3,504,826 -"116918",30057,55717,3,504,922 -"116919",30057,57549,2,504,2335 -"116920",30057,63641,3,504,2337 -"116921",30057,64156,2,504,675 -"116922",30057,66717,3,504,2104 -"116923",30057,67617,3,504,1149 -"116924",30057,68931,2,504,2771 -"116925",30057,69545,2,504,673 -"116926",30057,70583,3,504,2615 -"116927",30057,72535,3,504,1191 -"116928",30057,72632,3,504,1289 -"116929",30057,73107,3,504,1918 -"116930",30057,83253,3,504,1102 -"116931",30057,85198,3,504,1794 -"116932",30057,85869,3,504,1509 -"116933",30057,87142,3,504,591 -"116934",30057,87958,3,504,1234 -"116935",30057,88710,2,504,927 -"116936",30057,95910,3,504,999 -"116937",30057,96007,3,504,895 -"116938",30057,96310,3,504,1016 -"116939",30057,106240,2,504,705 -"116940",30057,107004,3,504,1672 -"116941",30065,2057,3,604,1965 -"116942",30065,11585,3,604,1817 -"116943",30065,12067,3,604,1213 -"116944",30065,16959,3,604,888 -"116945",30065,19231,3,604,1424 -"116946",30065,28094,3,604,1423 -"116947",30065,29997,2,604,1789 -"116948",30065,32606,3,604,2100 -"116949",30065,47760,2,604,1108 -"116950",30065,61337,3,604,2777 -"116951",30065,69232,3,604,2130 -"116952",30065,82023,3,604,992 -"116953",30081,455,3,2403,2827 -"116954",30081,1224,3,2403,2435 -"116955",30081,1262,3,2403,2973 -"116956",30081,3695,3,2403,2612 -"116957",30081,5120,2,2403,2735 -"116958",30081,5239,3,2403,2875 -"116959",30081,5315,3,2403,2631 -"116960",30081,7394,3,2403,2615 -"116961",30081,9202,2,2403,2477 -"116962",30081,10148,3,2403,2964 -"116963",30081,10779,3,2403,2881 -"116964",30081,13249,3,2403,2573 -"116965",30081,13732,1,2403,2789 -"116966",30081,13780,2,2403,2412 -"116967",30081,13929,2,2403,2693 -"116968",30081,16195,3,2403,2964 -"116969",30081,16725,3,2403,2830 -"116970",30081,16866,3,2403,2718 -"116971",30081,17549,3,2403,2647 -"116972",30081,17826,3,2403,2920 -"116973",30081,18151,2,2403,2962 -"116974",30081,18366,3,2403,2699 -"116975",30081,18865,3,2403,2676 -"116976",30081,19027,3,2403,2721 -"116977",30081,19872,3,2403,2913 -"116978",30081,21417,3,2403,2422 -"116979",30081,21795,2,2403,2653 -"116980",30081,25530,3,2403,2884 -"116981",30081,26865,1,2403,2726 -"116982",30081,29004,3,2403,2596 -"116983",30081,30747,3,2403,2455 -"116984",30081,32761,2,2403,2680 -"116985",30081,34327,2,2403,2959 -"116986",30081,36559,2,2403,2473 -"116987",30081,36962,1,2403,2861 -"116988",30081,41872,3,2403,2974 -"116989",30081,41955,3,2403,2479 -"116990",30081,44235,3,2403,2700 -"116991",30081,44768,3,2403,2516 -"116992",30081,47947,3,2403,2681 -"116993",30081,53219,3,2403,2973 -"116994",30081,55691,3,2403,2856 -"116995",30081,60879,3,2403,2792 -"116996",30081,61458,3,2403,2630 -"116997",30081,66318,3,2403,2803 -"116998",30081,71369,2,2403,2838 -"116999",30081,73266,3,2403,2496 -"117000",30088,26695,1,2095,2340 -"117001",30092,14,2,1593,1793 -"117002",30092,160,3,1593,2007 -"117003",30092,380,3,1593,2261 -"117004",30092,854,3,1593,2307 -"117005",30092,915,1,1593,1793 -"117006",30092,1102,2,1593,2282 -"117007",30092,1136,3,1593,2536 -"117008",30092,1315,3,1593,2760 -"117009",30092,1767,2,1593,2727 -"117010",30092,1875,3,1593,1786 -"117011",30092,2224,3,1593,2751 -"117012",30092,2337,3,1593,1697 -"117013",30092,2424,3,1593,2582 -"117014",30092,2572,3,1593,2273 -"117015",30092,3068,2,1593,1815 -"117016",30092,3139,3,1593,1656 -"117017",30092,3477,3,1593,2546 -"117018",30092,3801,3,1593,1974 -"117019",30092,3886,3,1593,1669 -"117020",30092,3978,3,1593,2775 -"117021",30092,3980,1,1593,2771 -"117022",30092,4504,3,1593,1905 -"117023",30092,4929,3,1593,2240 -"117024",30092,5235,3,1593,2324 -"117025",30092,6052,3,1593,1985 -"117026",30092,6063,3,1593,2349 -"117027",30092,6074,3,1593,2426 -"117028",30092,6234,3,1593,2654 -"117029",30092,6449,3,1593,1997 -"117030",30092,6821,3,1593,1788 -"117031",30092,7167,3,1593,1993 -"117032",30092,7406,3,1593,1906 -"117033",30092,8842,3,1593,2535 -"117034",30092,8865,3,1593,2394 -"117035",30092,9331,3,1593,2269 -"117036",30092,9423,2,1593,1708 -"117037",30092,10146,3,1593,1878 -"117038",30092,10657,3,1593,1603 -"117039",30092,10964,3,1593,2043 -"117040",30092,11067,3,1593,2734 -"117041",30092,11477,3,1593,2724 -"117042",30092,11625,2,1593,2022 -"117043",30092,12081,3,1593,2166 -"117044",30092,12388,3,1593,1975 -"117045",30092,12724,2,1593,1930 -"117046",30092,13158,1,1593,2667 -"117047",30092,13479,2,1593,2155 -"117048",30092,13801,3,1593,2041 -"117049",30092,13899,3,1593,2650 -"117050",30092,14325,3,1593,1976 -"117051",30092,14328,3,1593,1725 -"117052",30092,14731,3,1593,2012 -"117053",30092,14918,3,1593,2071 -"117054",30092,14972,3,1593,2332 -"117055",30092,15207,3,1593,1855 -"117056",30092,17351,2,1593,2036 -"117057",30092,17396,3,1593,1672 -"117058",30092,17549,3,1593,2647 -"117059",30092,17632,2,1593,1947 -"117060",30092,17943,3,1593,1943 -"117061",30092,18165,3,1593,2085 -"117062",30092,18670,3,1593,1835 -"117063",30092,19208,3,1593,2629 -"117064",30092,19282,3,1593,1623 -"117065",30092,19317,3,1593,2041 -"117066",30092,19605,2,1593,2395 -"117067",30092,19744,3,1593,2623 -"117068",30092,19980,3,1593,2231 -"117069",30092,20331,3,1593,2365 -"117070",30092,20416,2,1593,2323 -"117071",30092,20732,3,1593,2401 -"117072",30092,21079,3,1593,1997 -"117073",30092,21164,3,1593,1645 -"117074",30092,21479,3,1593,2134 -"117075",30092,21487,3,1593,2203 -"117076",30092,21734,3,1593,2528 -"117077",30092,21929,3,1593,2062 -"117078",30092,23726,3,1593,2434 -"117079",30092,23751,3,1593,1740 -"117080",30092,24060,3,1593,2349 -"117081",30092,26658,3,1593,2745 -"117082",30092,29454,3,1593,2719 -"117083",30092,30236,3,1593,2238 -"117084",30092,30827,1,1593,2323 -"117085",30092,30981,3,1593,2366 -"117086",30092,31117,3,1593,2210 -"117087",30092,32064,3,1593,1739 -"117088",30092,32939,2,1593,2277 -"117089",30092,33223,3,1593,2397 -"117090",30092,33380,3,1593,2340 -"117091",30092,34120,2,1593,2786 -"117092",30092,34136,3,1593,2202 -"117093",30092,34509,3,1593,1973 -"117094",30092,34659,3,1593,1924 -"117095",30092,34963,3,1593,2251 -"117096",30092,35264,3,1593,2329 -"117097",30092,36215,3,1593,1623 -"117098",30092,37301,3,1593,2160 -"117099",30092,38213,3,1593,1744 -"117100",30092,38307,3,1593,2648 -"117101",30092,38676,3,1593,2286 -"117102",30092,38732,3,1593,2263 -"117103",30092,39135,3,1593,2489 -"117104",30092,40493,3,1593,1981 -"117105",30092,40542,3,1593,1664 -"117106",30092,41682,3,1593,1988 -"117107",30092,41900,2,1593,1970 -"117108",30092,41945,2,1593,2856 -"117109",30092,42129,3,1593,2318 -"117110",30092,42216,1,1593,2722 -"117111",30092,42256,3,1593,2839 -"117112",30092,43404,1,1593,2649 -"117113",30092,43455,3,1593,2846 -"117114",30092,44688,3,1593,2924 -"117115",30092,45302,2,1593,2390 -"117116",30092,45329,3,1593,1693 -"117117",30092,45585,3,1593,2384 -"117118",30092,46042,3,1593,1692 -"117119",30092,46446,2,1593,2295 -"117120",30092,48823,3,1593,2080 -"117121",30092,49620,3,1593,1868 -"117122",30092,50134,3,1593,2674 -"117123",30092,50480,3,1593,2701 -"117124",30092,51017,3,1593,2073 -"117125",30092,51035,3,1593,2397 -"117126",30092,51866,3,1593,2411 -"117127",30092,53445,3,1593,2028 -"117128",30092,57804,2,1593,2214 -"117129",30092,58284,3,1593,2292 -"117130",30092,60179,2,1593,2708 -"117131",30092,61242,3,1593,1650 -"117132",30092,66992,3,1593,2882 -"117133",30092,70573,3,1593,1993 -"117134",30092,74636,3,1593,2525 -"117135",30092,75028,3,1593,1660 -"117136",30092,80764,3,1593,1808 -"117137",30092,95879,3,1593,1748 -"117138",30092,105353,3,1593,2073 -"117139",30095,4567,3,1578,2348 -"117140",30095,7759,3,1578,2844 -"117141",30095,7834,3,1578,1708 -"117142",30095,10370,3,1578,2224 -"117143",30095,16608,3,1578,1769 -"117144",30095,19093,2,1578,2224 -"117145",30095,22543,2,1578,1594 -"117146",30095,22857,3,1578,1708 -"117147",30095,23825,3,1578,1913 -"117148",30095,28048,3,1578,1637 -"117149",30095,32939,3,1578,2277 -"117150",30095,33672,3,1578,2396 -"117151",30095,34509,3,1578,1973 -"117152",30095,40129,3,1578,2162 -"117153",30095,41407,3,1578,1951 -"117154",30095,41837,2,1578,2399 -"117155",30095,44135,3,1578,2620 -"117156",30095,57804,3,1578,2214 -"117157",30095,64793,3,1578,2819 -"117158",30095,69745,3,1578,1594 -"117159",30095,114257,1,1578,2307 -"117160",30096,4784,3,2082,2511 -"117161",30096,31159,3,2082,2231 -"117162",30096,31295,2,2082,2183 -"117163",30096,42382,2,2082,2224 -"117164",30096,47607,3,2082,2724 -"117165",30096,53584,3,2082,2391 -"117166",30119,543,3,1961,2203 -"117167",30119,1616,3,1961,2662 -"117168",30119,1777,3,1961,1965 -"117169",30119,2484,3,1961,2389 -"117170",30119,3161,3,1961,2229 -"117171",30119,5078,3,1961,2033 -"117172",30119,5457,3,1961,2077 -"117173",30119,5462,2,1961,2374 -"117174",30119,5504,3,1961,2389 -"117175",30119,8533,3,1961,2251 -"117176",30119,12713,3,1961,2440 -"117177",30119,15184,3,1961,2396 -"117178",30119,15299,3,1961,2213 -"117179",30119,17852,3,1961,2840 -"117180",30119,19027,3,1961,2721 -"117181",30119,19606,3,1961,2783 -"117182",30119,20700,3,1961,2861 -"117183",30119,27478,3,1961,2485 -"117184",30119,31799,2,1961,2547 -"117185",30119,35256,3,1961,2271 -"117186",30119,53031,3,1961,2065 -"117187",30119,55828,3,1961,2393 -"117188",30119,57609,3,1961,2717 -"117189",30119,57977,2,1961,2683 -"117190",30119,64967,3,1961,2872 -"117191",30119,65029,3,1961,2954 -"117192",30119,85430,3,1961,2370 -"117193",30145,11434,3,607,1187 -"117194",30145,12728,2,607,2374 -"117195",30145,13837,3,607,1604 -"117196",30145,25677,3,607,632 -"117197",30145,38213,3,607,1744 -"117198",30145,41739,3,607,1339 -"117199",30145,49620,3,607,1868 -"117200",30145,59700,3,607,2346 -"117201",30145,74636,3,607,2525 -"117202",30145,75216,2,607,672 -"117203",30145,92322,3,607,2393 -"117204",30150,1315,3,1704,2760 -"117205",30150,1777,3,1704,1965 -"117206",30150,3255,2,1704,2504 -"117207",30150,3961,3,1704,2426 -"117208",30150,5078,3,1704,2033 -"117209",30150,5315,3,1704,2631 -"117210",30150,5457,3,1704,2077 -"117211",30150,5462,3,1704,2374 -"117212",30150,5504,3,1704,2389 -"117213",30150,6222,3,1704,1949 -"117214",30150,7992,3,1704,2033 -"117215",30150,9311,3,1704,2477 -"117216",30150,10358,3,1704,2294 -"117217",30150,11440,3,1704,2026 -"117218",30150,12901,3,1704,2136 -"117219",30150,13388,3,1704,2119 -"117220",30150,14761,3,1704,2502 -"117221",30150,14959,3,1704,2898 -"117222",30150,15636,2,1704,2857 -"117223",30150,16587,3,1704,2065 -"117224",30150,17264,3,1704,2528 -"117225",30150,17354,1,1704,2250 -"117226",30150,18151,3,1704,2962 -"117227",30150,18394,3,1704,2356 -"117228",30150,19516,3,1704,2313 -"117229",30150,19862,3,1704,2412 -"117230",30150,20067,2,1704,2390 -"117231",30150,20070,3,1704,1914 -"117232",30150,20659,3,1704,1969 -"117233",30150,20732,3,1704,2401 -"117234",30150,21706,3,1704,1988 -"117235",30150,23140,3,1704,2787 -"117236",30150,23509,3,1704,2275 -"117237",30150,23726,3,1704,2434 -"117238",30150,23787,3,1704,2810 -"117239",30150,23825,3,1704,1913 -"117240",30150,23869,2,1704,1918 -"117241",30150,24612,3,1704,1875 -"117242",30150,25440,3,1704,2749 -"117243",30150,26249,2,1704,2301 -"117244",30150,26451,3,1704,2133 -"117245",30150,29095,3,1704,2531 -"117246",30150,29864,3,1704,2479 -"117247",30150,32048,3,1704,2102 -"117248",30150,33551,2,1704,1734 -"117249",30150,33801,3,1704,2899 -"117250",30150,36031,3,1704,2342 -"117251",30150,37758,3,1704,1998 -"117252",30150,38921,3,1704,1880 -"117253",30150,41278,3,1704,1873 -"117254",30150,42486,2,1704,1951 -"117255",30150,43926,3,1704,2672 -"117256",30150,44654,3,1704,2916 -"117257",30150,44819,3,1704,2063 -"117258",30150,46040,3,1704,2105 -"117259",30150,46099,3,1704,2360 -"117260",30150,46803,2,1704,2305 -"117261",30150,47386,3,1704,2226 -"117262",30150,49347,3,1704,2504 -"117263",30150,49759,3,1704,2400 -"117264",30150,49917,3,1704,2400 -"117265",30150,50269,2,1704,1966 -"117266",30150,50382,3,1704,2244 -"117267",30150,53475,3,1704,2853 -"117268",30150,57657,2,1704,2735 -"117269",30150,58669,2,1704,2296 -"117270",30150,70203,1,1704,2756 -"117271",30164,1023,3,404,2515 -"117272",30164,1063,3,404,2515 -"117273",30164,3557,2,404,1259 -"117274",30164,4970,2,404,1220 -"117275",30164,5568,3,404,1290 -"117276",30164,5673,3,404,1567 -"117277",30164,6078,2,404,498 -"117278",30164,6820,3,404,1318 -"117279",30164,7733,3,404,1326 -"117280",30164,10622,2,404,1173 -"117281",30164,11135,3,404,2441 -"117282",30164,11429,3,404,2520 -"117283",30164,15502,3,404,2637 -"117284",30164,16593,3,404,1139 -"117285",30164,19137,2,404,1437 -"117286",30164,20088,1,404,1677 -"117287",30164,21352,3,404,1604 -"117288",30164,23330,2,404,448 -"117289",30164,23639,3,404,2065 -"117290",30164,24116,3,404,1413 -"117291",30164,26513,3,404,2205 -"117292",30164,31170,3,404,1776 -"117293",30164,36487,3,404,2622 -"117294",30164,39211,3,404,1908 -"117295",30164,41180,3,404,1556 -"117296",30164,41953,3,404,945 -"117297",30164,43524,3,404,2572 -"117298",30164,49958,3,404,1860 -"117299",30164,51448,3,404,1593 -"117300",30164,59579,3,404,2034 -"117301",30164,61513,3,404,2948 -"117302",30164,65223,3,404,2724 -"117303",30164,77183,2,404,1317 -"117304",30164,78262,2,404,1326 -"117305",30164,79236,3,404,1505 -"117306",30164,81134,3,404,1384 -"117307",30164,82917,3,404,2371 -"117308",30164,83133,3,404,1055 -"117309",30164,83228,3,404,732 -"117310",30164,83464,2,404,1072 -"117311",30164,86357,3,404,736 -"117312",30164,92947,3,404,1289 -"117313",30164,93332,3,404,982 -"117314",30164,119007,3,404,979 -"117315",30165,360,3,1409,1671 -"117316",30165,2111,3,1409,1904 -"117317",30165,2195,3,1409,2139 -"117318",30165,5072,3,1409,2175 -"117319",30165,5405,3,1409,1510 -"117320",30165,5622,2,1409,2175 -"117321",30165,6588,3,1409,2025 -"117322",30165,7180,1,1409,2227 -"117323",30165,7234,3,1409,2654 -"117324",30165,9364,3,1409,1698 -"117325",30165,10488,3,1409,1524 -"117326",30165,10857,3,1409,2253 -"117327",30165,10874,3,1409,1891 -"117328",30165,11218,3,1409,2292 -"117329",30165,11229,3,1409,1625 -"117330",30165,11477,3,1409,2724 -"117331",30165,12375,3,1409,1873 -"117332",30165,16863,3,1409,2069 -"117333",30165,17400,3,1409,2231 -"117334",30165,19622,3,1409,2371 -"117335",30165,23725,3,1409,2378 -"117336",30165,28190,3,1409,1634 -"117337",30165,31436,2,1409,2892 -"117338",30165,35926,3,1409,2371 -"117339",30165,36714,3,1409,2209 -"117340",30165,39294,2,1409,1889 -"117341",30165,43213,3,1409,2160 -"117342",30165,43385,2,1409,1623 -"117343",30165,45684,1,1409,2200 -"117344",30165,46196,2,1409,1510 -"117345",30165,46629,3,1409,2255 -"117346",30165,46883,3,1409,1671 -"117347",30165,49608,3,1409,2184 -"117348",30165,52136,3,1409,1412 -"117349",30165,54551,3,1409,2348 -"117350",30165,56082,3,1409,2395 -"117351",30165,57246,2,1409,1873 -"117352",30165,75403,3,1409,1895 -"117353",30165,76048,3,1409,2373 -"117354",30165,98781,3,1409,1410 -"117355",30165,99215,2,1409,2791 -"117356",30173,270,3,2404,2542 -"117357",30173,8762,3,2404,2585 -"117358",30173,14959,3,2404,2898 -"117359",30173,16352,3,2404,2657 -"117360",30173,22326,2,2404,2818 -"117361",30173,25305,2,2404,2447 -"117362",30173,26080,3,2404,2525 -"117363",30173,34735,3,2404,2767 -"117364",30173,41972,3,2404,2509 -"117365",30173,49110,2,2404,2938 -"117366",30173,54929,3,2404,2783 -"117367",30173,57969,3,2404,2755 -"117368",30173,72207,3,2404,2430 -"117369",30180,4790,3,590,1025 -"117370",30180,6491,3,590,2424 -"117371",30180,13895,3,590,687 -"117372",30180,16193,2,590,756 -"117373",30180,16940,2,590,1290 -"117374",30180,18543,3,590,2968 -"117375",30180,20287,3,590,1099 -"117376",30180,20975,3,590,1305 -"117377",30180,21198,3,590,935 -"117378",30180,22141,3,590,2348 -"117379",30180,23450,3,590,967 -"117380",30180,24793,3,590,1993 -"117381",30180,25745,3,590,2403 -"117382",30180,26322,3,590,1018 -"117383",30180,26749,3,590,2965 -"117384",30180,29705,3,590,607 -"117385",30180,37628,2,590,819 -"117386",30180,40369,2,590,2735 -"117387",30180,43173,3,590,2895 -"117388",30180,44648,3,590,619 -"117389",30180,46723,3,590,607 -"117390",30180,47585,3,590,794 -"117391",30180,50219,3,590,756 -"117392",30180,52576,3,590,2234 -"117393",30180,54981,3,590,1949 -"117394",30180,55139,3,590,2323 -"117395",30180,64997,3,590,2791 -"117396",30180,67314,3,590,1051 -"117397",30180,69067,3,590,626 -"117398",30180,71342,3,590,1289 -"117399",30180,72956,3,590,1251 -"117400",30180,75025,3,590,717 -"117401",30180,79364,3,590,834 -"117402",30180,94396,3,590,787 -"117403",30236,854,1,2238,2307 -"117404",30236,1767,3,2238,2727 -"117405",30236,2484,3,2238,2389 -"117406",30236,3477,3,2238,2546 -"117407",30236,3495,2,2238,2431 -"117408",30236,6063,3,2238,2349 -"117409",30236,6192,3,2238,2409 -"117410",30236,8865,3,2238,2394 -"117411",30236,11103,3,2238,2393 -"117412",30236,13158,2,2238,2667 -"117413",30236,14959,3,2238,2898 -"117414",30236,15106,3,2238,2286 -"117415",30236,15444,3,2238,2764 -"117416",30236,17367,3,2238,2427 -"117417",30236,19605,3,2238,2395 -"117418",30236,29454,2,2238,2719 -"117419",30236,30827,3,2238,2323 -"117420",30236,33223,3,2238,2397 -"117421",30236,38732,1,2238,2263 -"117422",30236,39131,3,2238,2491 -"117423",30236,39556,3,2238,2747 -"117424",30236,41764,2,2238,2409 -"117425",30236,43404,3,2238,2649 -"117426",30236,44268,2,2238,2436 -"117427",30236,50480,3,2238,2701 -"117428",30236,60179,3,2238,2708 -"117429",30236,66530,3,2238,2811 -"117430",30262,1367,3,1715,2176 -"117431",30262,2424,3,1715,2582 -"117432",30262,2747,3,1715,2411 -"117433",30262,5414,3,1715,2321 -"117434",30262,5580,3,1715,2111 -"117435",30262,7245,3,1715,2089 -"117436",30262,8865,3,1715,2394 -"117437",30262,9115,3,1715,2068 -"117438",30262,9241,3,1715,2338 -"117439",30262,9654,3,1715,2111 -"117440",30262,13879,3,1715,2748 -"117441",30262,14586,2,1715,2801 -"117442",30262,14754,3,1715,2456 -"117443",30262,15207,2,1715,1855 -"117444",30262,16067,3,1715,2727 -"117445",30262,17645,3,1715,1918 -"117446",30262,18415,3,1715,2184 -"117447",30262,21929,3,1715,2062 -"117448",30262,23000,3,1715,1815 -"117449",30262,27391,3,1715,2378 -"117450",30262,29997,3,1715,1789 -"117451",30262,30943,3,1715,2287 -"117452",30262,32920,2,1715,2158 -"117453",30262,32939,3,1715,2277 -"117454",30262,42642,3,1715,2257 -"117455",30262,43961,3,1715,2443 -"117456",30262,46803,3,1715,2305 -"117457",30262,51360,3,1715,1882 -"117458",30262,56755,3,1715,2158 -"117459",30262,57356,3,1715,2476 -"117460",30262,57804,3,1715,2214 -"117461",30262,59683,3,1715,2068 -"117462",30262,63641,3,1715,2337 -"117463",30262,67726,3,1715,2873 -"117464",30262,69232,2,1715,2130 -"117465",30262,69716,3,1715,2632 -"117466",30283,270,3,103,2542 -"117467",30283,312,3,103,2038 -"117468",30283,675,3,103,1686 -"117469",30283,701,2,103,2718 -"117470",30283,1044,3,103,880 -"117471",30283,1124,3,103,1596 -"117472",30283,1136,3,103,2536 -"117473",30283,2036,3,103,2483 -"117474",30283,2063,3,103,1278 -"117475",30283,2111,3,103,1904 -"117476",30283,2181,3,103,2030 -"117477",30283,2224,3,103,2751 -"117478",30283,2407,3,103,1725 -"117479",30283,2424,3,103,2582 -"117480",30283,2533,3,103,2016 -"117481",30283,2563,3,103,1686 -"117482",30283,2742,3,103,1192 -"117483",30283,2743,3,103,1278 -"117484",30283,3068,3,103,1815 -"117485",30283,3088,3,103,1670 -"117486",30283,3305,3,103,2839 -"117487",30283,5120,3,103,2735 -"117488",30283,5346,3,103,1438 -"117489",30283,6363,1,103,2066 -"117490",30283,7582,2,103,1099 -"117491",30283,8772,3,103,847 -"117492",30283,8984,3,103,1162 -"117493",30283,9202,3,103,2477 -"117494",30283,10029,3,103,2718 -"117495",30283,10513,3,103,2284 -"117496",30283,11006,3,103,1950 -"117497",30283,12747,3,103,2818 -"117498",30283,13307,3,103,2206 -"117499",30283,14108,3,103,2012 -"117500",30283,15207,3,103,1855 -"117501",30283,16164,3,103,1184 -"117502",30283,16866,3,103,2718 -"117503",30283,16940,3,103,1290 -"117504",30283,18211,3,103,1745 -"117505",30283,18550,3,103,483 -"117506",30283,18865,3,103,2676 -"117507",30283,19096,3,103,1538 -"117508",30283,19248,3,103,2357 -"117509",30283,19643,3,103,2452 -"117510",30283,19835,3,103,1135 -"117511",30283,20287,3,103,1099 -"117512",30283,20319,2,103,468 -"117513",30283,20624,3,103,1298 -"117514",30283,20824,3,103,1366 -"117515",30283,21012,3,103,2325 -"117516",30283,21198,3,103,935 -"117517",30283,21929,3,103,2062 -"117518",30283,22141,3,103,2348 -"117519",30283,22884,2,103,1608 -"117520",30283,25198,3,103,1982 -"117521",30283,25985,2,103,2071 -"117522",30283,26322,3,103,1018 -"117523",30283,27173,3,103,2050 -"117524",30283,27753,3,103,2750 -"117525",30283,28057,3,103,1067 -"117526",30283,30411,3,103,630 -"117527",30283,32965,2,103,2071 -"117528",30283,33588,2,103,1040 -"117529",30283,33621,2,103,1319 -"117530",30283,33672,3,103,2396 -"117531",30283,34464,3,103,1741 -"117532",30283,34492,3,103,1798 -"117533",30283,34815,3,103,2354 -"117534",30283,37285,3,103,2428 -"117535",30283,37628,2,103,819 -"117536",30283,39535,3,103,2428 -"117537",30283,40113,3,103,451 -"117538",30283,40488,3,103,486 -"117539",30283,41033,3,103,1839 -"117540",30283,41901,3,103,630 -"117541",30283,41955,3,103,2479 -"117542",30283,42725,2,103,630 -"117543",30283,43173,3,103,2895 -"117544",30283,44648,3,103,619 -"117545",30283,47098,2,103,2057 -"117546",30283,47573,3,103,120 -"117547",30283,50785,2,103,2877 -"117548",30283,51041,2,103,2606 -"117549",30283,52576,3,103,2234 -"117550",30283,53851,2,103,2305 -"117551",30283,57901,3,103,614 -"117552",30283,57990,3,103,978 -"117553",30283,58854,2,103,1131 -"117554",30283,59438,3,103,2400 -"117555",30283,63395,3,103,2334 -"117556",30283,64997,3,103,2791 -"117557",30283,66622,3,103,799 -"117558",30283,68043,2,103,690 -"117559",30283,68523,3,103,1664 -"117560",30283,69122,3,103,416 -"117561",30283,69293,3,103,609 -"117562",30283,75025,3,103,717 -"117563",30283,79350,3,103,2261 -"117564",30283,80172,3,103,1342 -"117565",30283,92491,2,103,1968 -"117566",30283,92592,3,103,486 -"117567",30283,94520,2,103,1243 -"117568",30283,99860,3,103,2071 -"117569",30283,102107,3,103,504 -"117570",30283,104565,3,103,2693 -"117571",30283,108704,3,103,237 -"117572",30283,110399,2,103,480 -"117573",30283,112446,3,103,134 -"117574",30306,2206,2,1606,2536 -"117575",30306,2852,3,1606,2448 -"117576",30306,2985,3,1606,2398 -"117577",30306,5897,2,1606,2337 -"117578",30306,10239,3,1606,2032 -"117579",30306,10980,3,1606,1974 -"117580",30306,13879,3,1606,2748 -"117581",30306,15567,3,1606,2671 -"117582",30306,16286,3,1606,2470 -"117583",30306,19655,3,1606,2706 -"117584",30306,21487,3,1606,2203 -"117585",30306,36912,3,1606,2469 -"117586",30306,42256,2,1606,2839 -"117587",30306,62066,1,1606,2281 -"117588",30306,62112,3,1606,2944 -"117589",30308,180,1,237,1593 -"117590",30308,1044,3,237,880 -"117591",30308,2424,3,237,2582 -"117592",30308,3271,3,237,2216 -"117593",30308,6982,3,237,2034 -"117594",30308,9272,3,237,2835 -"117595",30308,9311,3,237,2477 -"117596",30308,10843,3,237,2277 -"117597",30308,12034,3,237,265 -"117598",30308,12887,3,237,433 -"117599",30308,14103,3,237,2204 -"117600",30308,15626,3,237,2434 -"117601",30308,16940,3,237,1290 -"117602",30308,19049,3,237,1798 -"117603",30308,19719,3,237,2177 -"117604",30308,21197,3,237,1437 -"117605",30308,21198,2,237,935 -"117606",30308,21285,3,237,2100 -"117607",30308,21448,3,237,2332 -"117608",30308,21693,3,237,2176 -"117609",30308,22140,3,237,942 -"117610",30308,22282,3,237,1418 -"117611",30308,22311,3,237,2034 -"117612",30308,22326,3,237,2818 -"117613",30308,22362,3,237,1836 -"117614",30308,23450,3,237,967 -"117615",30308,23729,3,237,1624 -"117616",30308,26227,3,237,2265 -"117617",30308,26471,3,237,1061 -"117618",30308,26749,3,237,2965 -"117619",30308,29705,3,237,607 -"117620",30308,29982,3,237,1372 -"117621",30308,31338,3,237,917 -"117622",30308,33433,3,237,2805 -"117623",30308,38019,3,237,1870 -"117624",30308,39238,3,237,922 -"117625",30308,42925,2,237,1358 -"117626",30308,43226,3,237,2442 -"117627",30308,43385,3,237,1623 -"117628",30308,46233,1,237,1475 -"117629",30308,46723,3,237,607 -"117630",30308,48110,3,237,2009 -"117631",30308,50219,3,237,756 -"117632",30308,52576,2,237,2234 -"117633",30308,55082,3,237,1856 -"117634",30308,56317,3,237,2030 -"117635",30308,58508,2,237,2326 -"117636",30308,58530,3,237,298 -"117637",30308,59113,3,237,2434 -"117638",30308,69335,3,237,2698 -"117639",30308,71342,3,237,1289 -"117640",30308,72956,3,237,1251 -"117641",30308,73128,3,237,1549 -"117642",30308,76127,3,237,910 -"117643",30308,80301,3,237,1690 -"117644",30308,81588,3,237,1568 -"117645",30308,82949,3,237,2077 -"117646",30308,89097,3,237,935 -"117647",30308,106515,3,237,2113 -"117648",30308,109061,3,237,619 -"117649",30309,212,3,1449,1513 -"117650",30309,913,3,1449,2144 -"117651",30309,1147,2,1449,1999 -"117652",30309,1324,2,1449,2147 -"117653",30309,7406,3,1449,1906 -"117654",30309,7858,3,1449,1795 -"117655",30309,15636,3,1449,2857 -"117656",30309,21693,3,1449,2176 -"117657",30309,22326,3,1449,2818 -"117658",30309,22362,3,1449,1836 -"117659",30309,22808,3,1449,2297 -"117660",30309,23319,3,1449,2867 -"117661",30309,23787,3,1449,2810 -"117662",30309,25305,3,1449,2447 -"117663",30309,26366,2,1449,1688 -"117664",30309,26582,3,1449,2772 -"117665",30309,34735,3,1449,2767 -"117666",30309,35529,3,1449,1620 -"117667",30309,38973,1,1449,1999 -"117668",30309,40646,3,1449,1583 -"117669",30309,41108,2,1449,1624 -"117670",30309,42196,3,1449,2765 -"117671",30309,42799,3,1449,2729 -"117672",30309,48215,3,1449,2028 -"117673",30309,57760,3,1449,1721 -"117674",30309,76356,3,1449,2323 -"117675",30309,81478,3,1449,1640 -"117676",30317,3669,2,2431,2524 -"117677",30317,19057,3,2431,2664 -"117678",30317,23302,1,2431,2677 -"117679",30317,24610,1,2431,2733 -"117680",30317,54819,3,2431,2782 -"117681",30317,78594,3,2431,2441 -"117682",30318,8568,3,2395,2706 -"117683",30318,28869,3,2395,2425 -"117684",30318,45869,3,2395,2840 -"117685",30322,6062,3,2346,2681 -"117686",30322,20496,3,2346,2530 -"117687",30322,25544,3,2346,2475 -"117688",30322,38263,2,2346,2475 -"117689",30325,14,3,1067,1793 -"117690",30325,145,3,1067,1998 -"117691",30325,212,3,1067,1513 -"117692",30325,270,2,1067,2542 -"117693",30325,360,3,1067,1671 -"117694",30325,380,3,1067,2261 -"117695",30325,449,3,1067,1950 -"117696",30325,470,3,1067,2285 -"117697",30325,913,3,1067,2144 -"117698",30325,997,3,1067,2788 -"117699",30325,1046,3,1067,1881 -"117700",30325,1102,3,1067,2282 -"117701",30325,1124,2,1067,1596 -"117702",30325,1175,3,1067,1642 -"117703",30325,1226,3,1067,2353 -"117704",30325,1315,2,1067,2760 -"117705",30325,1349,3,1067,1147 -"117706",30325,1592,3,1067,2006 -"117707",30325,1691,3,1067,1941 -"117708",30325,1822,3,1067,2888 -"117709",30325,1875,3,1067,1786 -"117710",30325,2063,3,1067,1278 -"117711",30325,2111,2,1067,1904 -"117712",30325,2195,2,1067,2139 -"117713",30325,2289,2,1067,2389 -"117714",30325,2424,3,1067,2582 -"117715",30325,2533,3,1067,2016 -"117716",30325,2743,3,1067,1278 -"117717",30325,3139,2,1067,1656 -"117718",30325,3242,3,1067,1730 -"117719",30325,3305,3,1067,2839 -"117720",30325,3306,3,1067,1989 -"117721",30325,3477,3,1067,2546 -"117722",30325,3493,2,1067,2451 -"117723",30325,3966,3,1067,2425 -"117724",30325,4191,2,1067,2130 -"117725",30325,4226,3,1067,1903 -"117726",30325,4360,1,1067,1770 -"117727",30325,4618,3,1067,2607 -"117728",30325,4701,3,1067,2401 -"117729",30325,4953,3,1067,2285 -"117730",30325,4980,3,1067,2093 -"117731",30325,5072,1,1067,2175 -"117732",30325,5235,3,1067,2324 -"117733",30325,5350,3,1067,2522 -"117734",30325,5405,2,1067,1510 -"117735",30325,5622,1,1067,2175 -"117736",30325,5725,3,1067,2789 -"117737",30325,5971,2,1067,1985 -"117738",30325,5984,3,1067,1675 -"117739",30325,5986,3,1067,1721 -"117740",30325,6047,3,1067,2004 -"117741",30325,6063,3,1067,2349 -"117742",30325,6222,3,1067,1949 -"117743",30325,6363,3,1067,2066 -"117744",30325,6417,3,1067,1675 -"117745",30325,6588,2,1067,2025 -"117746",30325,6718,3,1067,2138 -"117747",30325,7180,3,1067,2227 -"117748",30325,7196,3,1067,1508 -"117749",30325,7234,1,1067,2654 -"117750",30325,7245,3,1067,2089 -"117751",30325,7555,3,1067,1943 -"117752",30325,7627,3,1067,1543 -"117753",30325,7858,2,1067,1795 -"117754",30325,7970,3,1067,1197 -"117755",30325,7984,3,1067,2493 -"117756",30325,8700,3,1067,1270 -"117757",30325,8888,3,1067,1328 -"117758",30325,9106,3,1067,2731 -"117759",30325,9298,3,1067,1109 -"117760",30325,9311,3,1067,2477 -"117761",30325,9364,3,1067,1698 -"117762",30325,9391,2,1067,1252 -"117763",30325,9654,3,1067,2111 -"117764",30325,9928,3,1067,2345 -"117765",30325,10148,3,1067,2964 -"117766",30325,10358,3,1067,2294 -"117767",30325,10488,1,1067,1524 -"117768",30325,10523,3,1067,1510 -"117769",30325,10857,1,1067,2253 -"117770",30325,10874,3,1067,1891 -"117771",30325,10939,3,1067,1376 -"117772",30325,11218,2,1067,2292 -"117773",30325,11229,2,1067,1625 -"117774",30325,11477,2,1067,2724 -"117775",30325,11966,3,1067,2385 -"117776",30325,12035,3,1067,2721 -"117777",30325,12042,2,1067,2345 -"117778",30325,12310,1,1067,1337 -"117779",30325,12374,3,1067,2260 -"117780",30325,12375,2,1067,1873 -"117781",30325,12728,3,1067,2374 -"117782",30325,13307,3,1067,2206 -"117783",30325,13311,3,1067,2315 -"117784",30325,13479,3,1067,2155 -"117785",30325,13929,3,1067,2693 -"117786",30325,14032,2,1067,2144 -"117787",30325,14108,3,1067,2012 -"117788",30325,14353,3,1067,2878 -"117789",30325,14482,2,1067,1573 -"117790",30325,14507,3,1067,2686 -"117791",30325,14564,3,1067,1581 -"117792",30325,15003,3,1067,2067 -"117793",30325,15118,3,1067,1311 -"117794",30325,15301,3,1067,2308 -"117795",30325,15401,3,1067,1999 -"117796",30325,15402,1,1067,1281 -"117797",30325,15560,3,1067,2257 -"117798",30325,15700,2,1067,1712 -"117799",30325,15799,3,1067,1917 -"117800",30325,16352,3,1067,2657 -"117801",30325,16826,3,1067,2599 -"117802",30325,16863,3,1067,2069 -"117803",30325,17027,3,1067,2772 -"117804",30325,17097,3,1067,1505 -"117805",30325,17357,3,1067,1536 -"117806",30325,17400,1,1067,2231 -"117807",30325,17931,3,1067,1617 -"117808",30325,18005,3,1067,2449 -"117809",30325,18152,3,1067,1314 -"117810",30325,18217,3,1067,1566 -"117811",30325,18315,3,1067,2720 -"117812",30325,18361,3,1067,2968 -"117813",30325,18394,2,1067,2356 -"117814",30325,19323,3,1067,1705 -"117815",30325,19622,2,1067,2371 -"117816",30325,19862,3,1067,2412 -"117817",30325,19893,3,1067,1223 -"117818",30325,20124,3,1067,2376 -"117819",30325,20311,3,1067,1981 -"117820",30325,20407,3,1067,2339 -"117821",30325,20563,3,1067,2267 -"117822",30325,21012,3,1067,2325 -"117823",30325,21133,3,1067,1320 -"117824",30325,21571,3,1067,2755 -"117825",30325,21693,3,1067,2176 -"117826",30325,22197,3,1067,2271 -"117827",30325,22260,3,1067,2137 -"117828",30325,22326,3,1067,2818 -"117829",30325,22362,3,1067,1836 -"117830",30325,22403,2,1067,1630 -"117831",30325,23011,3,1067,2763 -"117832",30325,23159,3,1067,1548 -"117833",30325,23310,3,1067,2371 -"117834",30325,23312,3,1067,2449 -"117835",30325,23506,3,1067,1172 -"117836",30325,23509,3,1067,2275 -"117837",30325,23526,2,1067,1998 -"117838",30325,23715,2,1067,1859 -"117839",30325,23725,2,1067,2378 -"117840",30325,23727,3,1067,1734 -"117841",30325,23729,2,1067,1624 -"117842",30325,23970,3,1067,1624 -"117843",30325,24066,3,1067,1755 -"117844",30325,24259,1,1067,1281 -"117845",30325,24362,3,1067,1287 -"117846",30325,24648,3,1067,1833 -"117847",30325,24791,3,1067,1833 -"117848",30325,24825,3,1067,2686 -"117849",30325,25305,3,1067,2447 -"117850",30325,25341,3,1067,1858 -"117851",30325,25643,1,1067,1646 -"117852",30325,26067,3,1067,2069 -"117853",30325,26080,3,1067,2525 -"117854",30325,26282,3,1067,1241 -"117855",30325,26366,3,1067,1688 -"117856",30325,26818,3,1067,1999 -"117857",30325,26848,3,1067,2363 -"117858",30325,26867,2,1067,1804 -"117859",30325,27377,3,1067,1724 -"117860",30325,27427,3,1067,2325 -"117861",30325,27849,3,1067,1316 -"117862",30325,28050,3,1067,1955 -"117863",30325,28383,2,1067,1222 -"117864",30325,28434,3,1067,1141 -"117865",30325,29578,3,1067,1957 -"117866",30325,29929,3,1067,2789 -"117867",30325,29982,3,1067,1372 -"117868",30325,30165,3,1067,1409 -"117869",30325,30334,3,1067,2075 -"117870",30325,30405,2,1067,2164 -"117871",30325,30738,3,1067,1166 -"117872",30325,30906,3,1067,2537 -"117873",30325,31093,2,1067,2160 -"117874",30325,31235,3,1067,2668 -"117875",30325,31307,3,1067,2139 -"117876",30325,31436,2,1067,2892 -"117877",30325,31799,3,1067,2547 -"117878",30325,32173,3,1067,2341 -"117879",30325,32567,3,1067,2784 -"117880",30325,32919,3,1067,2321 -"117881",30325,32988,3,1067,2008 -"117882",30325,33223,3,1067,2397 -"117883",30325,33433,3,1067,2805 -"117884",30325,34480,2,1067,2755 -"117885",30325,34492,3,1067,1798 -"117886",30325,34735,3,1067,2767 -"117887",30325,35752,3,1067,1158 -"117888",30325,35815,3,1067,2789 -"117889",30325,35926,2,1067,2371 -"117890",30325,36714,3,1067,2209 -"117891",30325,37636,3,1067,2178 -"117892",30325,37859,3,1067,1999 -"117893",30325,38213,3,1067,1744 -"117894",30325,38457,3,1067,1630 -"117895",30325,39294,1,1067,1889 -"117896",30325,39556,3,1067,2747 -"117897",30325,39880,3,1067,1620 -"117898",30325,39906,3,1067,2365 -"117899",30325,40028,2,1067,1349 -"117900",30325,40072,3,1067,1182 -"117901",30325,40293,2,1067,1671 -"117902",30325,40392,3,1067,1878 -"117903",30325,40493,3,1067,1981 -"117904",30325,40542,3,1067,1664 -"117905",30325,40646,3,1067,1583 -"117906",30325,41108,3,1067,1624 -"117907",30325,41739,3,1067,1339 -"117908",30325,42619,3,1067,2017 -"117909",30325,42783,3,1067,2338 -"117910",30325,42837,3,1067,1096 -"117911",30325,43213,1,1067,2160 -"117912",30325,43335,2,1067,1412 -"117913",30325,43385,3,1067,1623 -"117914",30325,43455,3,1067,2846 -"117915",30325,43518,3,1067,2680 -"117916",30325,44188,3,1067,1609 -"117917",30325,44407,3,1067,2154 -"117918",30325,44521,3,1067,1593 -"117919",30325,44676,3,1067,2629 -"117920",30325,45684,2,1067,2200 -"117921",30325,45729,3,1067,2606 -"117922",30325,46196,1,1067,1510 -"117923",30325,46385,3,1067,2225 -"117924",30325,46621,3,1067,1343 -"117925",30325,46629,2,1067,2255 -"117926",30325,46982,3,1067,2806 -"117927",30325,47098,3,1067,2057 -"117928",30325,47857,2,1067,2325 -"117929",30325,48035,3,1067,2180 -"117930",30325,48215,3,1067,2028 -"117931",30325,48283,3,1067,1290 -"117932",30325,49608,2,1067,2184 -"117933",30325,49620,3,1067,1868 -"117934",30325,50134,3,1067,2674 -"117935",30325,50236,2,1067,2339 -"117936",30325,50785,3,1067,2877 -"117937",30325,50946,3,1067,1075 -"117938",30325,51022,3,1067,1499 -"117939",30325,51144,3,1067,2466 -"117940",30325,51243,3,1067,1389 -"117941",30325,51410,3,1067,2739 -"117942",30325,51471,3,1067,1280 -"117943",30325,51783,3,1067,2599 -"117944",30325,52058,3,1067,1836 -"117945",30325,52136,1,1067,1412 -"117946",30325,52345,3,1067,1430 -"117947",30325,52442,3,1067,1269 -"117948",30325,52576,3,1067,2234 -"117949",30325,52789,3,1067,1791 -"117950",30325,53134,3,1067,1590 -"117951",30325,53303,2,1067,1376 -"117952",30325,53604,3,1067,2489 -"117953",30325,54551,1,1067,2348 -"117954",30325,54879,3,1067,2210 -"117955",30325,54929,3,1067,2783 -"117956",30325,55482,3,1067,1866 -"117957",30325,56082,1,1067,2395 -"117958",30325,56237,3,1067,2625 -"117959",30325,57150,1,1067,1196 -"117960",30325,57246,3,1067,1873 -"117961",30325,57714,3,1067,1391 -"117962",30325,57760,2,1067,1721 -"117963",30325,58035,2,1067,1646 -"117964",30325,58451,3,1067,1939 -"117965",30325,58508,3,1067,2326 -"117966",30325,60280,3,1067,1918 -"117967",30325,61982,3,1067,2725 -"117968",30325,64031,3,1067,1295 -"117969",30325,64947,3,1067,2489 -"117970",30325,65155,3,1067,1947 -"117971",30325,65242,3,1067,1988 -"117972",30325,67383,3,1067,1739 -"117973",30325,67726,3,1067,2873 -"117974",30325,67805,3,1067,1338 -"117975",30325,68960,3,1067,1312 -"117976",30325,72207,1,1067,2430 -"117977",30325,72326,3,1067,2384 -"117978",30325,74190,3,1067,1428 -"117979",30325,74636,3,1067,2525 -"117980",30325,75028,3,1067,1660 -"117981",30325,75403,1,1067,1895 -"117982",30325,76048,2,1067,2373 -"117983",30325,76284,2,1067,1237 -"117984",30325,79804,3,1067,2227 -"117985",30325,80784,3,1067,1738 -"117986",30325,82730,3,1067,1492 -"117987",30325,82747,3,1067,1496 -"117988",30325,82767,3,1067,1641 -"117989",30325,82929,3,1067,2475 -"117990",30325,82949,3,1067,2077 -"117991",30325,83396,3,1067,2396 -"117992",30325,86245,2,1067,1972 -"117993",30325,87837,2,1067,1987 -"117994",30325,88232,3,1067,2881 -"117995",30325,95846,3,1067,1324 -"117996",30325,98781,3,1067,1410 -"117997",30329,1641,3,848,1490 -"117998",30329,3395,3,848,1382 -"117999",30329,7616,3,848,2296 -"118000",30329,9871,3,848,921 -"118001",30329,16539,3,848,1947 -"118002",30329,19208,3,848,2629 -"118003",30329,26083,3,848,2038 -"118004",30329,27323,2,848,943 -"118005",30329,32419,3,848,1909 -"118006",30329,41664,3,848,2641 -"118007",30329,49334,3,848,2433 -"118008",30329,50254,3,848,1151 -"118009",30329,67748,3,848,1498 -"118010",30329,76646,3,848,1263 -"118011",30329,77611,3,848,1795 -"118012",30329,78270,3,848,1171 -"118013",30329,82893,2,848,1275 -"118014",30329,115734,3,848,859 -"118015",30334,371,3,2075,2950 -"118016",30334,680,2,2075,2569 -"118017",30334,2424,3,2075,2582 -"118018",30334,2747,3,2075,2411 -"118019",30334,3978,3,2075,2775 -"118020",30334,4303,2,2075,2414 -"118021",30334,4361,3,2075,2571 -"118022",30334,4932,3,2075,2752 -"118023",30334,5120,3,2075,2735 -"118024",30334,5515,3,2075,2385 -"118025",30334,5897,3,2075,2337 -"118026",30334,6062,3,2075,2681 -"118027",30334,7252,3,2075,2799 -"118028",30334,7984,3,2075,2493 -"118029",30334,8062,2,2075,2858 -"118030",30334,9202,3,2075,2477 -"118031",30334,9332,3,2075,2734 -"118032",30334,9787,3,2075,2858 -"118033",30334,10200,3,2075,2920 -"118034",30334,10836,3,2075,2215 -"118035",30334,11329,3,2075,2799 -"118036",30334,11429,2,2075,2520 -"118037",30334,11477,2,2075,2724 -"118038",30334,12361,3,2075,2732 -"118039",30334,12747,3,2075,2818 -"118040",30334,12759,2,2075,2414 -"118041",30334,14761,3,2075,2502 -"118042",30334,14972,2,2075,2332 -"118043",30334,17037,3,2075,2947 -"118044",30334,17999,3,2075,2758 -"118045",30334,18005,3,2075,2449 -"118046",30334,18371,2,2075,2860 -"118047",30334,19516,3,2075,2313 -"118048",30334,19686,3,2075,2467 -"118049",30334,20423,3,2075,2654 -"118050",30334,20496,3,2075,2530 -"118051",30334,20984,3,2075,2502 -"118052",30334,21670,3,2075,2158 -"118053",30334,21693,3,2075,2176 -"118054",30334,22244,3,2075,2139 -"118055",30334,22326,3,2075,2818 -"118056",30334,22474,3,2075,2446 -"118057",30334,22709,3,2075,2743 -"118058",30334,23739,3,2075,2463 -"118059",30334,24086,3,2075,2663 -"118060",30334,25305,3,2075,2447 -"118061",30334,25373,2,2075,2783 -"118062",30334,26642,3,2075,2952 -"118063",30334,26658,3,2075,2745 -"118064",30334,27320,3,2075,2378 -"118065",30334,28923,3,2075,2362 -"118066",30334,29929,3,2075,2789 -"118067",30334,30705,2,2075,2959 -"118068",30334,31307,3,2075,2139 -"118069",30334,31335,3,2075,2351 -"118070",30334,31700,3,2075,2727 -"118071",30334,32939,3,2075,2277 -"118072",30334,35815,3,2075,2789 -"118073",30334,36912,3,2075,2469 -"118074",30334,36953,2,2075,2790 -"118075",30334,37238,3,2075,2609 -"118076",30334,37342,3,2075,2649 -"118077",30334,37636,1,2075,2178 -"118078",30334,38263,3,2075,2475 -"118079",30334,38505,3,2075,2393 -"118080",30334,38633,3,2075,2253 -"118081",30334,38800,3,2075,2756 -"118082",30334,39321,3,2075,2257 -"118083",30334,41187,3,2075,2340 -"118084",30334,41723,2,2075,2101 -"118085",30334,42813,3,2075,2142 -"118086",30334,43213,3,2075,2160 -"118087",30334,43660,3,2075,2320 -"118088",30334,44694,3,2075,2220 -"118089",30334,47013,3,2075,2388 -"118090",30334,47840,3,2075,2509 -"118091",30334,50236,3,2075,2339 -"118092",30334,50585,3,2075,2414 -"118093",30334,51626,3,2075,2494 -"118094",30334,51783,1,2075,2599 -"118095",30334,53219,3,2075,2973 -"118096",30334,53362,3,2075,2360 -"118097",30334,53687,3,2075,2422 -"118098",30334,56082,2,2075,2395 -"118099",30334,56859,3,2075,2319 -"118100",30334,57804,3,2075,2214 -"118101",30334,58521,3,2075,2950 -"118102",30334,62739,3,2075,2753 -"118103",30334,72088,3,2075,2728 -"118104",30334,72207,3,2075,2430 -"118105",30334,104565,3,2075,2693 -"118106",30365,3669,3,51,2524 -"118107",30365,9281,3,51,78 -"118108",30365,14623,2,51,2043 -"118109",30365,14789,3,51,1034 -"118110",30365,20705,3,51,829 -"118111",30365,21424,3,51,1303 -"118112",30365,23000,3,51,1815 -"118113",30365,23302,2,51,2677 -"118114",30365,24610,2,51,2733 -"118115",30365,29985,3,51,1568 -"118116",30365,30317,1,51,2431 -"118117",30365,32939,3,51,2277 -"118118",30365,36440,3,51,704 -"118119",30365,46581,3,51,1160 -"118120",30365,54819,3,51,2782 -"118121",30365,57727,3,51,1648 -"118122",30365,78594,2,51,2441 -"118123",30365,79306,3,51,190 -"118124",30365,79918,3,51,1672 -"118125",30365,96197,2,51,1670 -"118126",30365,99204,3,51,232 -"118127",30366,13601,3,2532,2689 -"118128",30368,2,3,2487,2796 -"118129",30368,6755,3,2487,2818 -"118130",30368,9035,2,2487,2771 -"118131",30368,9787,3,2487,2858 -"118132",30368,14586,3,2487,2801 -"118133",30368,17037,1,2487,2947 -"118134",30368,29824,3,2487,2772 -"118135",30368,36662,3,2487,2967 -"118136",30368,58655,3,2487,2685 -"118137",30368,63077,3,2487,2778 -"118138",30386,42,3,1833,2265 -"118139",30386,671,3,1833,2328 -"118140",30386,1090,3,1833,2370 -"118141",30386,1321,2,1833,2075 -"118142",30386,2166,1,1833,2557 -"118143",30386,4226,3,1833,1903 -"118144",30386,5239,3,1833,2875 -"118145",30386,5849,3,1833,2404 -"118146",30386,7078,2,1833,2344 -"118147",30386,10874,3,1833,1891 -"118148",30386,13751,3,1833,2557 -"118149",30386,14972,3,1833,2332 -"118150",30386,15184,3,1833,2396 -"118151",30386,16497,3,1833,2370 -"118152",30386,18151,3,1833,2962 -"118153",30386,19027,3,1833,2721 -"118154",30386,19528,2,1833,2742 -"118155",30386,24255,3,1833,2770 -"118156",30386,24511,3,1833,1871 -"118157",30386,26608,2,1833,2329 -"118158",30386,33572,3,1833,2370 -"118159",30386,34158,3,1833,2639 -"118160",30386,34327,3,1833,2959 -"118161",30386,35481,3,1833,2211 -"118162",30386,36950,3,1833,2204 -"118163",30386,39444,3,1833,2695 -"118164",30386,43518,3,1833,2680 -"118165",30386,51410,3,1833,2739 -"118166",30386,53789,3,1833,2681 -"118167",30386,55556,3,1833,2075 -"118168",30386,86799,3,1833,1951 -"118169",30394,8890,3,541,1955 -"118170",30394,26695,3,541,2340 -"118171",30394,30088,3,541,2095 -"118172",30394,31542,3,541,2459 -"118173",30394,57209,3,541,1719 -"118174",30394,64502,3,541,1670 -"118175",30394,76007,3,541,918 -"118176",30394,87638,3,541,1114 -"118177",30394,108621,2,541,1163 -"118178",30404,4730,3,1810,2131 -"118179",30404,5483,3,1810,1938 -"118180",30404,5557,3,1810,1929 -"118181",30404,7433,3,1810,2255 -"118182",30404,9716,3,1810,1929 -"118183",30404,14626,2,1810,2175 -"118184",30404,18571,3,1810,2128 -"118185",30404,20732,3,1810,2401 -"118186",30404,23726,3,1810,2434 -"118187",30404,23869,3,1810,1918 -"118188",30404,24866,3,1810,2103 -"118189",30404,27826,3,1810,2824 -"118190",30404,29319,3,1810,2314 -"118191",30404,32582,3,1810,1929 -"118192",30404,34162,3,1810,2336 -"118193",30404,36136,3,1810,2338 -"118194",30404,41185,3,1810,1929 -"118195",30404,45730,2,1810,2063 -"118196",30404,46803,3,1810,2305 -"118197",30404,50382,3,1810,2244 -"118198",30404,54903,3,1810,2493 -"118199",30404,55775,3,1810,2385 -"118200",30404,56737,3,1810,2270 -"118201",30404,64412,3,1810,2233 -"118202",30404,72426,1,1810,2902 -"118203",30404,76132,3,1810,2426 -"118204",30404,76675,3,1810,1840 -"118205",30404,91631,1,1810,1899 -"118206",30404,96349,3,1810,1874 -"118207",30405,270,2,2164,2542 -"118208",30405,380,3,2164,2261 -"118209",30405,1102,3,2164,2282 -"118210",30405,2424,3,2164,2582 -"118211",30405,3305,3,2164,2839 -"118212",30405,3493,3,2164,2451 -"118213",30405,5072,3,2164,2175 -"118214",30405,5235,2,2164,2324 -"118215",30405,5622,3,2164,2175 -"118216",30405,7234,3,2164,2654 -"118217",30405,9723,3,2164,2302 -"118218",30405,9928,3,2164,2345 -"118219",30405,10857,3,2164,2253 -"118220",30405,11218,2,2164,2292 -"118221",30405,12042,3,2164,2345 -"118222",30405,12374,3,2164,2260 -"118223",30405,13307,2,2164,2206 -"118224",30405,14959,3,2164,2898 -"118225",30405,16352,3,2164,2657 -"118226",30405,17400,3,2164,2231 -"118227",30405,18361,3,2164,2968 -"118228",30405,18394,1,2164,2356 -"118229",30405,19622,3,2164,2371 -"118230",30405,19862,3,2164,2412 -"118231",30405,20067,3,2164,2390 -"118232",30405,20124,3,2164,2376 -"118233",30405,21012,3,2164,2325 -"118234",30405,21693,3,2164,2176 -"118235",30405,22197,3,2164,2271 -"118236",30405,22326,3,2164,2818 -"118237",30405,23011,3,2164,2763 -"118238",30405,23509,3,2164,2275 -"118239",30405,23725,3,2164,2378 -"118240",30405,25305,3,2164,2447 -"118241",30405,26080,3,2164,2525 -"118242",30405,26848,3,2164,2363 -"118243",30405,32173,2,2164,2341 -"118244",30405,34836,3,2164,2302 -"118245",30405,36087,3,2164,2755 -"118246",30405,43455,3,2164,2846 -"118247",30405,43518,3,2164,2680 -"118248",30405,45684,3,2164,2200 -"118249",30405,46629,2,2164,2255 -"118250",30405,48035,3,2164,2180 -"118251",30405,50236,2,2164,2339 -"118252",30405,53323,2,2164,2677 -"118253",30405,54551,3,2164,2348 -"118254",30405,54929,3,2164,2783 -"118255",30405,56082,2,2164,2395 -"118256",30405,56237,3,2164,2625 -"118257",30405,61982,3,2164,2725 -"118258",30405,67726,3,2164,2873 -"118259",30405,70203,3,2164,2756 -"118260",30405,70217,3,2164,2332 -"118261",30405,72207,2,2164,2430 -"118262",30405,72326,3,2164,2384 -"118263",30405,79804,3,2164,2227 -"118264",30405,83396,3,2164,2396 -"118265",30410,20407,2,1966,2339 -"118266",30410,31705,3,1966,2706 -"118267",30410,36439,3,1966,2469 -"118268",30410,44420,3,1966,2184 -"118269",30411,512,3,630,1596 -"118270",30411,1592,3,630,2006 -"118271",30411,1691,3,630,1941 -"118272",30411,2011,2,630,2176 -"118273",30411,2224,3,630,2751 -"118274",30411,2563,3,630,1686 -"118275",30411,4932,3,630,2752 -"118276",30411,5018,2,630,640 -"118277",30411,5120,3,630,2735 -"118278",30411,5258,3,630,2730 -"118279",30411,6252,3,630,2336 -"118280",30411,6363,3,630,2066 -"118281",30411,6390,3,630,2385 -"118282",30411,8041,3,630,632 -"118283",30411,8657,3,630,2473 -"118284",30411,9511,3,630,1232 -"118285",30411,13945,3,630,1324 -"118286",30411,14108,2,630,2012 -"118287",30411,14731,3,630,2012 -"118288",30411,14983,3,630,1047 -"118289",30411,18211,3,630,1745 -"118290",30411,18502,3,630,1033 -"118291",30411,18543,2,630,2968 -"118292",30411,18836,3,630,1270 -"118293",30411,19248,3,630,2357 -"118294",30411,19332,3,630,1214 -"118295",30411,20407,3,630,2339 -"118296",30411,21133,3,630,1320 -"118297",30411,22884,3,630,1608 -"118298",30411,23787,3,630,2810 -"118299",30411,25565,3,630,2764 -"118300",30411,26106,3,630,2015 -"118301",30411,26957,3,630,987 -"118302",30411,27275,3,630,2656 -"118303",30411,28057,3,630,1067 -"118304",30411,28808,3,630,1063 -"118305",30411,29224,3,630,2011 -"118306",30411,33572,3,630,2370 -"118307",30411,33588,3,630,1040 -"118308",30411,33621,2,630,1319 -"118309",30411,34311,3,630,2213 -"118310",30411,34934,3,630,645 -"118311",30411,34945,3,630,1298 -"118312",30411,35041,3,630,1311 -"118313",30411,36439,3,630,2469 -"118314",30411,37509,3,630,1640 -"118315",30411,37628,3,630,819 -"118316",30411,38213,3,630,1744 -"118317",30411,38667,3,630,2880 -"118318",30411,40226,3,630,880 -"118319",30411,41085,2,630,637 -"118320",30411,43226,3,630,2442 -"118321",30411,44427,2,630,2875 -"118322",30411,46621,3,630,1343 -"118323",30411,47064,3,630,1993 -"118324",30411,47585,3,630,794 -"118325",30411,49620,3,630,1868 -"118326",30411,50235,2,630,726 -"118327",30411,52323,3,630,2148 -"118328",30411,52327,3,630,1472 -"118329",30411,52735,3,630,1124 -"118330",30411,53252,3,630,637 -"118331",30411,56116,3,630,1321 -"118332",30411,57990,2,630,978 -"118333",30411,59438,3,630,2400 -"118334",30411,61689,3,630,1309 -"118335",30411,61785,3,630,822 -"118336",30411,62062,3,630,860 -"118337",30411,63604,3,630,927 -"118338",30411,69257,3,630,1402 -"118339",30411,71274,3,630,2390 -"118340",30411,74636,3,630,2525 -"118341",30411,75025,1,630,717 -"118342",30411,76127,3,630,910 -"118343",30411,76192,3,630,912 -"118344",30411,78975,3,630,946 -"118345",30411,79364,3,630,834 -"118346",30411,79657,3,630,1260 -"118347",30411,82401,3,630,1210 -"118348",30411,84612,3,630,2175 -"118349",30411,88232,3,630,2881 -"118350",30411,92491,2,630,1968 -"118351",30411,93398,2,630,828 -"118352",30411,100215,3,630,2436 -"118353",30411,101967,3,630,691 -"118354",30411,106555,3,630,1626 -"118355",30438,671,3,1617,2328 -"118356",30438,675,3,1617,1686 -"118357",30438,733,3,1617,1653 -"118358",30438,1136,3,1617,2536 -"118359",30438,1897,3,1617,1727 -"118360",30438,2424,3,1617,2582 -"118361",30438,2563,3,1617,1686 -"118362",30438,2591,3,1617,1949 -"118363",30438,2954,3,1617,2727 -"118364",30438,3167,3,1617,1676 -"118365",30438,3242,2,1617,1730 -"118366",30438,4191,3,1617,2130 -"118367",30438,4618,3,1617,2607 -"118368",30438,4687,3,1617,2152 -"118369",30438,4980,2,1617,2093 -"118370",30438,5504,3,1617,2389 -"118371",30438,6577,3,1617,1951 -"118372",30438,7245,3,1617,2089 -"118373",30438,8621,2,1617,1681 -"118374",30438,10404,2,1617,2062 -"118375",30438,10857,3,1617,2253 -"118376",30438,10859,3,1617,2231 -"118377",30438,10890,3,1617,2639 -"118378",30438,15539,3,1617,1929 -"118379",30438,18415,3,1617,2184 -"118380",30438,19027,3,1617,2721 -"118381",30438,20563,2,1617,2267 -"118382",30438,20700,3,1617,2861 -"118383",30438,21122,3,1617,1701 -"118384",30438,23704,3,1617,2278 -"118385",30438,23756,3,1617,2309 -"118386",30438,25341,2,1617,1858 -"118387",30438,25643,3,1617,1646 -"118388",30438,26436,3,1617,2489 -"118389",30438,26516,3,1617,2479 -"118390",30438,27753,1,1617,2750 -"118391",30438,28892,3,1617,2023 -"118392",30438,32988,3,1617,2008 -"118393",30438,34492,2,1617,1798 -"118394",30438,34509,3,1617,1973 -"118395",30438,37418,3,1617,2710 -"118396",30438,38449,2,1617,1802 -"118397",30438,40293,3,1617,1671 -"118398",30438,40369,3,1617,2735 -"118399",30438,41402,3,1617,2313 -"118400",30438,45715,1,1617,2287 -"118401",30438,45903,3,1617,2237 -"118402",30438,51157,3,1617,2319 -"118403",30438,51410,3,1617,2739 -"118404",30438,54551,3,1617,2348 -"118405",30438,54740,2,1617,2750 -"118406",30438,55828,3,1617,2393 -"118407",30438,57609,3,1617,2717 -"118408",30438,57977,3,1617,2683 -"118409",30438,58035,3,1617,1646 -"118410",30438,59700,3,1617,2346 -"118411",30438,64793,3,1617,2819 -"118412",30438,64997,3,1617,2791 -"118413",30438,71478,3,1617,1721 -"118414",30438,74095,3,1617,2333 -"118415",30438,82767,3,1617,1641 -"118416",30438,82929,3,1617,2475 -"118417",30438,97915,3,1617,1802 -"118418",30442,4730,1,2124,2131 -"118419",30442,7252,3,2124,2799 -"118420",30442,7433,2,2124,2255 -"118421",30442,8568,3,2124,2706 -"118422",30442,11506,3,2124,2824 -"118423",30442,14626,3,2124,2175 -"118424",30442,16286,3,2124,2470 -"118425",30442,18571,3,2124,2128 -"118426",30442,21180,2,2124,2762 -"118427",30442,21463,3,2124,2437 -"118428",30442,26227,3,2124,2265 -"118429",30442,34162,2,2124,2336 -"118430",30442,36136,3,2124,2338 -"118431",30442,36912,3,2124,2469 -"118432",30442,39105,3,2124,2487 -"118433",30442,41955,3,2124,2479 -"118434",30442,42813,3,2124,2142 -"118435",30442,54775,3,2124,2383 -"118436",30442,55775,2,2124,2385 -"118437",30442,64174,3,2124,2377 -"118438",30442,76132,3,2124,2426 -"118439",30442,111034,3,2124,2131 -"118440",30453,3167,3,1535,1676 -"118441",30453,5350,3,1535,2522 -"118442",30453,10871,3,1535,2314 -"118443",30453,31124,3,1535,2351 -"118444",30453,32988,3,1535,2008 -"118445",30453,38449,3,1535,1802 -"118446",30453,51410,3,1535,2739 -"118447",30453,82767,3,1535,1641 -"118448",30486,140,3,1269,2267 -"118449",30486,1822,3,1269,2888 -"118450",30486,2181,3,1269,2030 -"118451",30486,2540,3,1269,1398 -"118452",30486,3127,3,1269,2273 -"118453",30486,3271,3,1269,2216 -"118454",30486,3477,2,1269,2546 -"118455",30486,4622,3,1269,1589 -"118456",30486,5568,3,1269,1290 -"118457",30486,6063,2,1269,2349 -"118458",30486,6392,3,1269,1878 -"118459",30486,8354,2,1269,1705 -"118460",30486,8865,3,1269,2394 -"118461",30486,8993,3,1269,2099 -"118462",30486,9272,3,1269,2835 -"118463",30486,9503,3,1269,2453 -"118464",30486,9703,3,1269,1845 -"118465",30486,10222,3,1269,2212 -"118466",30486,10473,2,1269,1783 -"118467",30486,10754,3,1269,1797 -"118468",30486,11154,3,1269,1594 -"118469",30486,11229,3,1269,1625 -"118470",30486,11648,3,1269,2852 -"118471",30486,13808,3,1269,1356 -"118472",30486,13899,3,1269,2650 -"118473",30486,14817,1,1269,2110 -"118474",30486,15023,3,1269,2054 -"118475",30486,15826,3,1269,2772 -"118476",30486,16796,3,1269,1892 -"118477",30486,18217,2,1269,1566 -"118478",30486,19317,3,1269,2041 -"118479",30486,19433,3,1269,2504 -"118480",30486,20124,3,1269,2376 -"118481",30486,20984,3,1269,2502 -"118482",30486,21684,3,1269,1971 -"118483",30486,22403,3,1269,1630 -"118484",30486,23131,3,1269,1732 -"118485",30486,27379,3,1269,2461 -"118486",30486,27908,3,1269,2576 -"118487",30486,28588,3,1269,1335 -"118488",30486,28869,3,1269,2425 -"118489",30486,29286,3,1269,1612 -"118490",30486,30368,3,1269,2487 -"118491",30486,30525,3,1269,1964 -"118492",30486,31317,2,1269,1362 -"118493",30486,31357,3,1269,2389 -"118494",30486,32339,3,1269,2430 -"118495",30486,32395,3,1269,2735 -"118496",30486,32678,3,1269,1439 -"118497",30486,33223,2,1269,2397 -"118498",30486,33451,3,1269,1957 -"118499",30486,33470,3,1269,2003 -"118500",30486,35822,3,1269,1903 -"118501",30486,35903,3,1269,1434 -"118502",30486,36953,3,1269,2790 -"118503",30486,37301,3,1269,2160 -"118504",30486,37752,3,1269,2223 -"118505",30486,37937,3,1269,1320 -"118506",30486,38457,3,1269,1630 -"118507",30486,39062,2,1269,2020 -"118508",30486,40542,2,1269,1664 -"118509",30486,40572,3,1269,2666 -"118510",30486,42813,3,1269,2142 -"118511",30486,43226,3,1269,2442 -"118512",30486,45729,3,1269,2606 -"118513",30486,46486,2,1269,1868 -"118514",30486,47595,1,1269,2374 -"118515",30486,48110,3,1269,2009 -"118516",30486,50335,2,1269,1893 -"118517",30486,51200,3,1269,2245 -"118518",30486,51843,3,1269,2389 -"118519",30486,51879,3,1269,1771 -"118520",30486,52953,3,1269,1741 -"118521",30486,53739,3,1269,2704 -"118522",30486,56873,3,1269,1421 -"118523",30486,58508,3,1269,2326 -"118524",30486,59039,3,1269,2870 -"118525",30486,59790,3,1269,1827 -"118526",30486,61125,3,1269,1673 -"118527",30486,63654,3,1269,2310 -"118528",30486,66121,3,1269,1281 -"118529",30486,69335,3,1269,2698 -"118530",30486,74134,3,1269,1566 -"118531",30486,76143,3,1269,1610 -"118532",30486,76286,3,1269,1642 -"118533",30486,79547,3,1269,1909 -"118534",30486,80301,3,1269,1690 -"118535",30486,82932,3,1269,2245 -"118536",30486,84317,3,1269,2081 -"118537",30491,24,3,789,1295 -"118538",30491,1875,3,789,1786 -"118539",30491,4671,3,789,2280 -"118540",30491,5226,2,789,1309 -"118541",30491,15122,2,789,1201 -"118542",30491,18502,3,789,1033 -"118543",30491,19096,3,789,1538 -"118544",30491,22705,3,789,1016 -"118545",30491,23312,3,789,2449 -"118546",30491,26706,3,789,1846 -"118547",30491,28635,2,789,2368 -"118548",30491,37108,1,789,1202 -"118549",30491,39539,3,789,1274 -"118550",30491,43385,3,789,1623 -"118551",30491,44151,3,789,1796 -"118552",30491,46283,3,789,1184 -"118553",30491,48571,3,789,2717 -"118554",30491,49189,3,789,1550 -"118555",30491,53120,3,789,975 -"118556",30491,65140,3,789,836 -"118557",30491,67957,3,789,2823 -"118558",30491,76284,3,789,1237 -"118559",30491,76564,3,789,996 -"118560",30491,83491,3,789,1200 -"118561",30491,91279,3,789,966 -"118562",30491,95644,3,789,1531 -"118563",30491,98781,3,789,1410 -"118564",30491,99103,3,789,1470 -"118565",30504,5710,3,1573,1926 -"118566",30504,5986,3,1573,1721 -"118567",30504,10717,3,1573,1938 -"118568",30504,26080,3,1573,2525 -"118569",30504,26359,2,1573,2535 -"118570",30504,28015,3,1573,1624 -"118571",30504,41972,3,1573,2509 -"118572",30504,51626,3,1573,2494 -"118573",30504,70586,2,1573,2562 -"118574",30504,100262,2,1573,1678 -"118575",30507,55775,3,2302,2385 -"118576",30525,160,2,1964,2007 -"118577",30525,1523,3,1964,2048 -"118578",30525,1702,3,1964,1984 -"118579",30525,2057,3,1964,1965 -"118580",30525,2190,3,1964,2359 -"118581",30525,2747,2,1964,2411 -"118582",30525,2852,3,1964,2448 -"118583",30525,3127,3,1964,2273 -"118584",30525,3477,3,1964,2546 -"118585",30525,3978,3,1964,2775 -"118586",30525,4303,3,1964,2414 -"118587",30525,4612,2,1964,2804 -"118588",30525,4669,3,1964,2395 -"118589",30525,4730,3,1964,2131 -"118590",30525,4831,3,1964,2365 -"118591",30525,5839,3,1964,2301 -"118592",30525,5897,3,1964,2337 -"118593",30525,6063,3,1964,2349 -"118594",30525,6989,3,1964,2623 -"118595",30525,7252,3,1964,2799 -"118596",30525,7785,3,1964,2441 -"118597",30525,7942,2,1964,2623 -"118598",30525,8568,3,1964,2706 -"118599",30525,8610,3,1964,2240 -"118600",30525,9035,3,1964,2771 -"118601",30525,9503,2,1964,2453 -"118602",30525,9787,2,1964,2858 -"118603",30525,11029,3,1964,2362 -"118604",30525,11588,3,1964,2352 -"118605",30525,12948,3,1964,2669 -"118606",30525,14749,3,1964,1998 -"118607",30525,14817,2,1964,2110 -"118608",30525,14959,3,1964,2898 -"118609",30525,15826,3,1964,2772 -"118610",30525,16286,3,1964,2470 -"118611",30525,17033,3,1964,2771 -"118612",30525,17037,3,1964,2947 -"118613",30525,17351,3,1964,2036 -"118614",30525,18421,3,1964,2457 -"118615",30525,19208,3,1964,2629 -"118616",30525,19334,3,1964,1979 -"118617",30525,19433,3,1964,2504 -"118618",30525,20984,3,1964,2502 -"118619",30525,21209,3,1964,2184 -"118620",30525,22244,3,1964,2139 -"118621",30525,23206,2,1964,2805 -"118622",30525,23745,3,1964,1968 -"118623",30525,23756,3,1964,2309 -"118624",30525,24069,3,1964,2697 -"118625",30525,25373,3,1964,2783 -"118626",30525,27320,3,1964,2378 -"118627",30525,27390,3,1964,2425 -"118628",30525,27742,1,1964,2700 -"118629",30525,27908,3,1964,2576 -"118630",30525,27914,2,1964,2507 -"118631",30525,28837,3,1964,2286 -"118632",30525,28869,2,1964,2425 -"118633",30525,29473,3,1964,2602 -"118634",30525,29825,3,1964,2603 -"118635",30525,30368,3,1964,2487 -"118636",30525,30442,3,1964,2124 -"118637",30525,31335,3,1964,2351 -"118638",30525,31866,3,1964,2101 -"118639",30525,31868,3,1964,1993 -"118640",30525,32532,3,1964,2338 -"118641",30525,35728,3,1964,2017 -"118642",30525,39062,3,1964,2020 -"118643",30525,40572,3,1964,2666 -"118644",30525,41023,3,1964,2408 -"118645",30525,41633,3,1964,1976 -"118646",30525,41694,3,1964,2358 -"118647",30525,44433,3,1964,2224 -"118648",30525,44603,3,1964,2748 -"118649",30525,45729,3,1964,2606 -"118650",30525,45869,3,1964,2840 -"118651",30525,46384,3,1964,2285 -"118652",30525,47595,3,1964,2374 -"118653",30525,54775,2,1964,2383 -"118654",30525,56995,3,1964,2323 -"118655",30525,57732,3,1964,2454 -"118656",30525,58501,2,1964,2613 -"118657",30525,58655,2,1964,2685 -"118658",30525,62626,3,1964,2787 -"118659",30525,67145,3,1964,2015 -"118660",30525,70583,3,1964,2615 -"118661",30525,70656,3,1964,2771 -"118662",30525,77052,3,1964,2770 -"118663",30525,81545,3,1964,2077 -"118664",30525,91942,2,1964,2216 -"118665",30544,3158,3,2041,2762 -"118666",30544,4784,3,2041,2511 -"118667",30544,9740,1,2041,2233 -"118668",30544,17499,3,2041,2954 -"118669",30544,18165,3,2041,2085 -"118670",30544,19744,3,2041,2623 -"118671",30544,19980,3,2041,2231 -"118672",30544,20695,3,2041,2526 -"118673",30544,30827,3,2041,2323 -"118674",30544,75207,3,2041,2235 -"118675",30578,7181,3,1095,1421 -"118676",30578,49965,3,1095,2301 -"118677",30578,55828,3,1095,2393 -"118678",30578,68390,1,1095,2608 -"118679",30578,105353,3,1095,2073 -"118680",30602,11208,3,960,1161 -"118681",30602,26766,2,960,1161 -"118682",30602,48110,3,960,2009 -"118683",30602,71618,3,960,2960 -"118684",30602,80190,1,960,2717 -"118685",30609,1620,3,988,1303 -"118686",30609,4066,3,988,1736 -"118687",30609,7229,3,988,2669 -"118688",30609,8062,3,988,2858 -"118689",30609,9227,3,988,1267 -"118690",30609,9481,3,988,1610 -"118691",30609,10336,3,988,2271 -"118692",30609,11728,1,988,1121 -"118693",30609,12067,3,988,1213 -"118694",30609,13136,3,988,2867 -"118695",30609,13537,3,988,1020 -"118696",30609,19751,2,988,1630 -"118697",30609,21240,3,988,1162 -"118698",30609,27742,3,988,2700 -"118699",30609,27914,3,988,2507 -"118700",30609,28094,3,988,1423 -"118701",30609,30891,3,988,1256 -"118702",30609,32311,3,988,2396 -"118703",30609,32818,3,988,2485 -"118704",30609,34831,3,988,1866 -"118705",30609,34892,3,988,2309 -"118706",30609,37036,3,988,2264 -"118707",30609,37929,3,988,2393 -"118708",30609,38259,2,988,2258 -"118709",30609,38373,3,988,1928 -"118710",30609,41581,3,988,1692 -"118711",30609,46532,3,988,2005 -"118712",30609,50278,3,988,1127 -"118713",30609,51879,3,988,1771 -"118714",30609,56116,3,988,1321 -"118715",30609,58829,2,988,1256 -"118716",30609,60258,3,988,2405 -"118717",30609,60879,3,988,2792 -"118718",30609,63077,3,988,2778 -"118719",30609,66609,3,988,998 -"118720",30609,68275,3,988,1158 -"118721",30609,75282,3,988,2675 -"118722",30609,77077,3,988,2693 -"118723",30609,77864,3,988,2227 -"118724",30609,79420,3,988,1061 -"118725",30609,82252,3,988,1248 -"118726",30609,82730,3,988,1492 -"118727",30609,82819,3,988,1900 -"118728",30609,82932,3,988,2245 -"118729",30609,83253,3,988,1102 -"118730",30609,88212,3,988,2547 -"118731",30609,89880,3,988,1938 -"118732",30609,93930,3,988,1268 -"118733",30609,96310,3,988,1016 -"118734",30609,104828,3,988,1609 -"118735",30609,106555,3,988,1626 -"118736",30609,107052,3,988,2158 -"118737",30609,119921,3,988,1113 -"118738",30618,160,3,1609,2007 -"118739",30618,680,3,1609,2569 -"118740",30618,798,3,1609,2476 -"118741",30618,3493,3,1609,2451 -"118742",30618,3978,3,1609,2775 -"118743",30618,4303,3,1609,2414 -"118744",30618,4361,3,1609,2571 -"118745",30618,5363,3,1609,1791 -"118746",30618,6697,3,1609,2438 -"118747",30618,8062,3,1609,2858 -"118748",30618,12759,2,1609,2414 -"118749",30618,19587,3,1609,1684 -"118750",30618,22578,3,1609,2216 -"118751",30618,25373,3,1609,2783 -"118752",30618,26124,3,1609,2356 -"118753",30618,30334,3,1609,2075 -"118754",30618,31335,3,1609,2351 -"118755",30618,35822,3,1609,1903 -"118756",30618,37636,3,1609,2178 -"118757",30618,40392,3,1609,1878 -"118758",30618,41187,2,1609,2340 -"118759",30618,41723,2,1609,2101 -"118760",30618,44694,3,1609,2220 -"118761",30618,45299,3,1609,2426 -"118762",30618,46982,3,1609,2806 -"118763",30618,50585,3,1609,2414 -"118764",30618,51783,3,1609,2599 -"118765",30618,94525,3,1609,1993 -"118766",30631,237,3,951,1982 -"118767",30631,728,3,951,1812 -"118768",30631,4361,3,951,2571 -"118769",30631,9787,3,951,2858 -"118770",30631,10739,3,951,1807 -"118771",30631,11136,3,951,2573 -"118772",30631,12653,3,951,1573 -"118773",30631,16286,3,951,2470 -"118774",30631,21240,3,951,1162 -"118775",30631,26224,3,951,2479 -"118776",30631,26771,3,951,2141 -"118777",30631,36970,3,951,2693 -"118778",30631,38087,3,951,1083 -"118779",30631,41633,3,951,1976 -"118780",30631,45275,2,951,1557 -"118781",30631,47965,3,951,2232 -"118782",30631,50520,3,951,1205 -"118783",30631,59637,2,951,2141 -"118784",30631,67617,3,951,1149 -"118785",30631,72597,3,951,1843 -"118786",30631,84447,3,951,1006 -"118787",30631,90236,2,951,1010 -"118788",30631,91806,3,951,969 -"118789",30631,111375,3,951,2686 -"118790",30644,53599,3,1251,2364 -"118791",30644,105670,1,1251,1351 -"118792",30669,468,3,1921,1966 -"118793",30669,1560,3,1921,2013 -"118794",30669,3127,3,1921,2273 -"118795",30669,3477,3,1921,2546 -"118796",30669,5816,3,1921,2408 -"118797",30669,6063,3,1921,2349 -"118798",30669,8890,2,1921,1955 -"118799",30669,11253,3,1921,2577 -"118800",30669,14761,3,1921,2502 -"118801",30669,18421,3,1921,2457 -"118802",30669,20512,3,1921,2748 -"118803",30669,20984,3,1921,2502 -"118804",30669,23325,3,1921,2779 -"118805",30669,29503,3,1921,2609 -"118806",30669,30668,1,1921,2882 -"118807",30669,33223,3,1921,2397 -"118808",30669,34693,3,1921,1938 -"118809",30669,35816,3,1921,2009 -"118810",30669,36953,3,1921,2790 -"118811",30669,37342,3,1921,2649 -"118812",30669,37752,3,1921,2223 -"118813",30669,40572,3,1921,2666 -"118814",30669,42813,3,1921,2142 -"118815",30669,46982,3,1921,2806 -"118816",30669,52483,3,1921,2317 -"118817",30669,59448,3,1921,2687 -"118818",30692,1315,2,700,2760 -"118819",30692,2960,3,700,977 -"118820",30692,3139,1,700,1656 -"118821",30692,5622,3,700,2175 -"118822",30692,12362,3,700,702 -"118823",30692,13158,3,700,2667 -"118824",30692,13479,1,700,2155 -"118825",30692,13801,3,700,2041 -"118826",30692,15402,3,700,1281 -"118827",30692,21479,3,700,2134 -"118828",30692,23312,3,700,2449 -"118829",30692,23492,3,700,1067 -"118830",30692,27427,3,700,2325 -"118831",30692,30092,3,700,1593 -"118832",30692,30325,3,700,1067 -"118833",30692,30738,2,700,1166 -"118834",30692,39294,3,700,1889 -"118835",30692,40707,3,700,1547 -"118836",30692,43490,3,700,2463 -"118837",30692,44676,3,700,2629 -"118838",30692,48283,3,700,1290 -"118839",30692,51243,3,700,1389 -"118840",30692,67424,3,700,903 -"118841",30692,67788,3,700,837 -"118842",30692,87837,3,700,1987 -"118843",30697,17499,3,2891,2954 -"118844",30697,36609,3,2891,2918 -"118845",30701,16176,3,368,2703 -"118846",30701,81591,1,368,1550 -"118847",30714,31855,2,2485,2636 -"118848",30714,69795,3,2485,2636 -"118849",30738,1315,2,1166,2760 -"118850",30738,3139,1,1166,1656 -"118851",30738,5622,3,1166,2175 -"118852",30738,13479,2,1166,2155 -"118853",30738,15402,3,1166,1281 -"118854",30738,21479,3,1166,2134 -"118855",30738,23312,3,1166,2449 -"118856",30738,27427,3,1166,2325 -"118857",30738,39294,3,1166,1889 -"118858",30738,40707,3,1166,1547 -"118859",30738,43490,3,1166,2463 -"118860",30738,44676,3,1166,2629 -"118861",30738,48283,3,1166,1290 -"118862",30738,51243,3,1166,1389 -"118863",30738,87837,3,1166,1987 -"118864",30744,4567,3,1398,2348 -"118865",30744,7861,3,1398,1647 -"118866",30744,22543,3,1398,1594 -"118867",30744,35413,2,1398,1569 -"118868",30744,69250,3,1398,1439 -"118869",30746,765,2,1209,2073 -"118870",30746,3040,3,1209,1446 -"118871",30746,3175,2,1209,1938 -"118872",30746,3460,2,1209,2530 -"118873",30746,3896,3,1209,2693 -"118874",30746,4821,3,1209,1938 -"118875",30746,14422,2,1209,1548 -"118876",30746,15453,2,1209,1688 -"118877",30746,24206,2,1209,2307 -"118878",30746,36646,3,1209,2744 -"118879",30746,42642,3,1209,2257 -"118880",30746,55324,3,1209,1544 -"118881",30746,60516,3,1209,2257 -"118882",30746,63395,3,1209,2334 -"118883",30746,69591,3,1209,2294 -"118884",30746,88857,2,1209,1232 -"118885",30746,90886,1,1209,1548 -"118886",30746,100462,3,1209,1927 -"118887",30747,997,2,2455,2788 -"118888",30747,5239,2,2455,2875 -"118889",30747,6030,3,2455,2953 -"118890",30747,7984,3,2455,2493 -"118891",30747,9362,3,2455,2879 -"118892",30747,11456,3,2455,2715 -"118893",30747,11477,3,2455,2724 -"118894",30747,16826,3,2455,2599 -"118895",30747,29004,2,2455,2596 -"118896",30747,38227,3,2455,2511 -"118897",30747,42196,3,2455,2765 -"118898",30747,42574,3,2455,2842 -"118899",30747,48605,3,2455,2796 -"118900",30747,50275,3,2455,2832 -"118901",30747,53219,3,2455,2973 -"118902",30747,57529,3,2455,2462 -"118903",30747,78150,3,2455,2581 -"118904",30747,92757,3,2455,2615 -"118905",30747,99351,3,2455,2939 -"118906",30798,3068,3,1398,1815 -"118907",30798,3477,3,1398,2546 -"118908",30798,6063,3,1398,2349 -"118909",30798,13158,3,1398,2667 -"118910",30798,13899,3,1398,2650 -"118911",30798,15106,2,1398,2286 -"118912",30798,15444,3,1398,2764 -"118913",30798,18165,3,1398,2085 -"118914",30798,18217,3,1398,1566 -"118915",30798,18891,3,1398,1596 -"118916",30798,19317,2,1398,2041 -"118917",30798,21275,3,1398,2609 -"118918",30798,21493,3,1398,2286 -"118919",30798,22025,3,1398,1591 -"118920",30798,24176,3,1398,1986 -"118921",30798,30236,3,1398,2238 -"118922",30798,33223,3,1398,2397 -"118923",30798,35448,3,1398,1685 -"118924",30798,37301,3,1398,2160 -"118925",30798,40542,3,1398,1664 -"118926",30798,40565,2,1398,2115 -"118927",30798,41682,3,1398,1988 -"118928",30798,46506,2,1398,2464 -"118929",30798,61242,1,1398,1650 -"118930",30798,73661,3,1398,2505 -"118931",30798,77077,3,1398,2693 -"118932",30798,80764,3,1398,1808 -"118933",30798,83218,1,1398,1537 -"118934",30798,84254,3,1398,2548 -"118935",30798,97768,3,1398,1500 -"118936",30804,7499,3,1614,1803 -"118937",30804,7763,2,1614,1656 -"118938",30804,14612,3,1614,2340 -"118939",30804,24962,3,1614,2126 -"118940",30804,25941,3,1614,2369 -"118941",30804,33176,3,1614,2630 -"118942",30804,93609,1,1614,2252 -"118943",30819,40910,3,2198,2469 -"118944",30827,1136,3,2323,2536 -"118945",30827,1767,2,2323,2727 -"118946",30827,2224,3,2323,2751 -"118947",30827,2424,3,2323,2582 -"118948",30827,3477,3,2323,2546 -"118949",30827,3980,2,2323,2771 -"118950",30827,5235,3,2323,2324 -"118951",30827,5315,3,2323,2631 -"118952",30827,6063,3,2323,2349 -"118953",30827,6074,3,2323,2426 -"118954",30827,13158,2,2323,2667 -"118955",30827,13899,3,2323,2650 -"118956",30827,17549,3,2323,2647 -"118957",30827,19605,3,2323,2395 -"118958",30827,19744,2,2323,2623 -"118959",30827,20331,3,2323,2365 -"118960",30827,20732,3,2323,2401 -"118961",30827,21734,3,2323,2528 -"118962",30827,23726,3,2323,2434 -"118963",30827,24060,3,2323,2349 -"118964",30827,28285,3,2323,2972 -"118965",30827,30697,3,2323,2891 -"118966",30827,33223,3,2323,2397 -"118967",30827,33380,3,2323,2340 -"118968",30827,34120,3,2323,2786 -"118969",30827,38307,3,2323,2648 -"118970",30827,39135,3,2323,2489 -"118971",30827,41945,3,2323,2856 -"118972",30827,42216,1,2323,2722 -"118973",30827,43404,2,2323,2649 -"118974",30827,44688,3,2323,2924 -"118975",30827,45302,2,2323,2390 -"118976",30827,50134,3,2323,2674 -"118977",30827,51035,3,2323,2397 -"118978",30827,51866,3,2323,2411 -"118979",30827,60179,3,2323,2708 -"118980",30827,66992,3,2323,2882 -"118981",30827,74636,3,2323,2525 -"118982",30850,14,1,1045,1793 -"118983",30850,360,3,1045,1671 -"118984",30850,854,3,1045,2307 -"118985",30850,915,2,1045,1793 -"118986",30850,1102,3,1045,2282 -"118987",30850,1767,2,1045,2727 -"118988",30850,2337,3,1045,1697 -"118989",30850,2600,3,1045,1182 -"118990",30850,2894,3,1045,1291 -"118991",30850,3068,1,1045,1815 -"118992",30850,3886,3,1045,1669 -"118993",30850,3980,2,1045,2771 -"118994",30850,4504,3,1045,1905 -"118995",30850,4784,3,1045,2511 -"118996",30850,6020,3,1045,1864 -"118997",30850,8865,3,1045,2394 -"118998",30850,9423,3,1045,1708 -"118999",30850,9828,3,1045,2085 -"119000",30850,10146,3,1045,1878 -"119001",30850,11625,2,1045,2022 -"119002",30850,12373,3,1045,1567 -"119003",30850,12388,3,1045,1975 -"119004",30850,12724,3,1045,1930 -"119005",30850,13158,2,1045,2667 -"119006",30850,13479,3,1045,2155 -"119007",30850,13551,3,1045,1451 -"119008",30850,14072,3,1045,1346 -"119009",30850,14328,2,1045,1725 -"119010",30850,14754,3,1045,2456 -"119011",30850,17351,3,1045,2036 -"119012",30850,17632,3,1045,1947 -"119013",30850,17938,3,1045,1410 -"119014",30850,17943,2,1045,1943 -"119015",30850,18165,3,1045,2085 -"119016",30850,19282,2,1045,1623 -"119017",30850,19317,3,1045,2041 -"119018",30850,19605,3,1045,2395 -"119019",30850,19744,3,1045,2623 -"119020",30850,19980,3,1045,2231 -"119021",30850,20416,3,1045,2323 -"119022",30850,20732,3,1045,2401 -"119023",30850,21358,3,1045,1970 -"119024",30850,22025,3,1045,1591 -"119025",30850,22260,3,1045,2137 -"119026",30850,23726,3,1045,2434 -"119027",30850,23751,3,1045,1740 -"119028",30850,26366,3,1045,1688 -"119029",30850,28285,3,1045,2972 -"119030",30850,28648,3,1045,1586 -"119031",30850,29454,3,1045,2719 -"119032",30850,29495,3,1045,1612 -"119033",30850,29884,3,1045,1239 -"119034",30850,30092,1,1045,1593 -"119035",30850,30236,3,1045,2238 -"119036",30850,30827,1,1045,2323 -"119037",30850,32064,2,1045,1739 -"119038",30850,32939,3,1045,2277 -"119039",30850,33380,3,1045,2340 -"119040",30850,34120,3,1045,2786 -"119041",30850,34136,3,1045,2202 -"119042",30850,34274,3,1045,1437 -"119043",30850,35903,3,1045,1434 -"119044",30850,37915,3,1045,1905 -"119045",30850,38213,3,1045,1744 -"119046",30850,38284,3,1045,1234 -"119047",30850,38732,3,1045,2263 -"119048",30850,38816,3,1045,1225 -"119049",30850,39135,3,1045,2489 -"119050",30850,39880,3,1045,1620 -"119051",30850,41682,3,1045,1988 -"119052",30850,41900,3,1045,1970 -"119053",30850,41945,3,1045,2856 -"119054",30850,42216,2,1045,2722 -"119055",30850,43404,1,1045,2649 -"119056",30850,45297,3,1045,1864 -"119057",30850,45302,3,1045,2390 -"119058",30850,45450,3,1045,1590 -"119059",30850,46446,3,1045,2295 -"119060",30850,48823,2,1045,2080 -"119061",30850,49470,3,1045,1528 -"119062",30850,49620,3,1045,1868 -"119063",30850,55084,1,1045,1189 -"119064",30850,57804,3,1045,2214 -"119065",30850,59677,3,1045,1174 -"119066",30850,60179,2,1045,2708 -"119067",30850,62538,3,1045,1656 -"119068",30850,74636,3,1045,2525 -"119069",30850,75028,2,1045,1660 -"119070",30850,88609,3,1045,1917 -"119071",30850,93642,3,1045,1120 -"119072",30850,94520,3,1045,1243 -"119073",30850,95879,2,1045,1748 -"119074",30857,2754,2,863,1360 -"119075",30857,13945,3,863,1324 -"119076",30857,17347,3,863,1526 -"119077",30857,22705,3,863,1016 -"119078",30857,24755,3,863,1319 -"119079",30857,31799,3,863,2547 -"119080",30857,67222,3,863,1332 -"119081",30857,72334,2,863,2820 -"119082",30865,140,3,2038,2267 -"119083",30865,3414,2,2038,2322 -"119084",30865,4249,3,2038,2547 -"119085",30865,5897,3,2038,2337 -"119086",30865,16866,3,2038,2718 -"119087",30865,17033,3,2038,2771 -"119088",30865,18810,3,2038,2671 -"119089",30865,18865,3,2038,2676 -"119090",30865,26642,3,2038,2952 -"119091",30865,27320,3,2038,2378 -"119092",30865,27391,3,2038,2378 -"119093",30865,31235,3,2038,2668 -"119094",30865,32939,3,2038,2277 -"119095",30865,36270,3,2038,2910 -"119096",30865,36344,2,2038,2570 -"119097",30865,44603,3,2038,2748 -"119098",30865,47595,3,2038,2374 -"119099",30865,47968,3,2038,2829 -"119100",30865,57804,3,2038,2214 -"119101",30865,60258,3,2038,2405 -"119102",30865,63395,3,2038,2334 -"119103",30865,67815,2,2038,2476 -"119104",30865,69131,3,2038,2122 -"119105",30865,74474,3,2038,2338 -"119106",30865,75282,1,2038,2675 -"119107",30865,88067,3,2038,2315 -"119108",30865,88212,3,2038,2547 -"119109",30865,102566,3,2038,2207 -"119110",30870,11136,3,2370,2573 -"119111",30883,14,3,1629,1793 -"119112",30883,145,3,1629,1998 -"119113",30883,312,3,1629,2038 -"119114",30883,380,3,1629,2261 -"119115",30883,854,3,1629,2307 -"119116",30883,913,3,1629,2144 -"119117",30883,998,3,1629,1795 -"119118",30883,1355,3,1629,2473 -"119119",30883,1767,3,1629,2727 -"119120",30883,2326,3,1629,2513 -"119121",30883,2424,3,1629,2582 -"119122",30883,2484,3,1629,2389 -"119123",30883,2533,3,1629,2016 -"119124",30883,3068,3,1629,1815 -"119125",30883,3164,2,1629,2693 -"119126",30883,3167,3,1629,1676 -"119127",30883,3305,3,1629,2839 -"119128",30883,3961,3,1629,2426 -"119129",30883,5315,3,1629,2631 -"119130",30883,5392,3,1629,1648 -"119131",30883,6030,3,1629,2953 -"119132",30883,6044,3,1629,2744 -"119133",30883,6222,2,1629,1949 -"119134",30883,6512,3,1629,1672 -"119135",30883,7616,3,1629,2296 -"119136",30883,7984,3,1629,2493 -"119137",30883,7992,2,1629,2033 -"119138",30883,8354,3,1629,1705 -"119139",30883,8762,3,1629,2585 -"119140",30883,8887,3,1629,2373 -"119141",30883,9311,3,1629,2477 -"119142",30883,9362,3,1629,2879 -"119143",30883,10358,3,1629,2294 -"119144",30883,11006,3,1629,1950 -"119145",30883,11440,3,1629,2026 -"119146",30883,11620,3,1629,2010 -"119147",30883,11966,3,1629,2385 -"119148",30883,12388,3,1629,1975 -"119149",30883,12778,3,1629,2045 -"119150",30883,13388,3,1629,2119 -"119151",30883,13573,2,1629,2774 -"119152",30883,13780,3,1629,2412 -"119153",30883,14353,3,1629,2878 -"119154",30883,14655,3,1629,2559 -"119155",30883,14959,2,1629,2898 -"119156",30883,15315,3,1629,2173 -"119157",30883,15444,3,1629,2764 -"119158",30883,15713,3,1629,1646 -"119159",30883,15930,3,1629,2541 -"119160",30883,16111,3,1629,1714 -"119161",30883,16201,3,1629,1811 -"119162",30883,16539,2,1629,1947 -"119163",30883,16801,3,1629,2008 -"119164",30883,17027,3,1629,2772 -"119165",30883,17520,2,1629,2276 -"119166",30883,18394,3,1629,2356 -"119167",30883,19072,3,1629,2358 -"119168",30883,19173,3,1629,1686 -"119169",30883,19719,3,1629,2177 -"119170",30883,20067,2,1629,2390 -"119171",30883,20162,3,1629,2328 -"119172",30883,20284,3,1629,2530 -"119173",30883,20292,3,1629,2755 -"119174",30883,20311,2,1629,1981 -"119175",30883,20732,2,1629,2401 -"119176",30883,21571,3,1629,2755 -"119177",30883,21706,2,1629,1988 -"119178",30883,22403,2,1629,1630 -"119179",30883,22566,3,1629,2308 -"119180",30883,23268,3,1629,2258 -"119181",30883,23509,3,1629,2275 -"119182",30883,23726,2,1629,2434 -"119183",30883,23787,3,1629,2810 -"119184",30883,23869,2,1629,1918 -"119185",30883,24756,3,1629,2530 -"119186",30883,24807,3,1629,2319 -"119187",30883,25486,3,1629,2582 -"119188",30883,25508,3,1629,2081 -"119189",30883,25577,3,1629,1946 -"119190",30883,25874,3,1629,2088 -"119191",30883,26479,3,1629,1818 -"119192",30883,26582,3,1629,2772 -"119193",30883,28050,3,1629,1955 -"119194",30883,28168,3,1629,2702 -"119195",30883,29095,2,1629,2531 -"119196",30883,29314,3,1629,2736 -"119197",30883,30150,3,1629,1704 -"119198",30883,31235,3,1629,2668 -"119199",30883,31307,3,1629,2139 -"119200",30883,31691,3,1629,1657 -"119201",30883,32064,3,1629,1739 -"119202",30883,32658,3,1629,1694 -"119203",30883,32988,3,1629,2008 -"119204",30883,33010,3,1629,2189 -"119205",30883,33801,2,1629,2899 -"119206",30883,34907,3,1629,1945 -"119207",30883,35235,3,1629,2610 -"119208",30883,38019,3,1629,1870 -"119209",30883,38921,2,1629,1880 -"119210",30883,41682,3,1629,1988 -"119211",30883,41972,3,1629,2509 -"119212",30883,42196,3,1629,2765 -"119213",30883,42264,3,1629,1702 -"119214",30883,42505,3,1629,2008 -"119215",30883,42935,3,1629,2400 -"119216",30883,43349,3,1629,2400 -"119217",30883,43479,2,1629,2178 -"119218",30883,44420,3,1629,2184 -"119219",30883,44557,3,1629,2371 -"119220",30883,44819,3,1629,2063 -"119221",30883,44885,3,1629,2670 -"119222",30883,44899,3,1629,2386 -"119223",30883,46803,3,1629,2305 -"119224",30883,50252,3,1629,2001 -"119225",30883,50382,2,1629,2244 -"119226",30883,52003,3,1629,2067 -"119227",30883,52323,3,1629,2148 -"119228",30883,52576,3,1629,2234 -"119229",30883,53475,2,1629,2853 -"119230",30883,53604,2,1629,2489 -"119231",30883,57760,3,1629,1721 -"119232",30883,58035,3,1629,1646 -"119233",30883,58669,3,1629,2296 -"119234",30883,58993,3,1629,2390 -"119235",30883,62538,2,1629,1656 -"119236",30883,64327,3,1629,1918 -"119237",30883,70203,2,1629,2756 -"119238",30883,76356,3,1629,2323 -"119239",30883,87720,3,1629,2086 -"119240",30883,89826,3,1629,2033 -"119241",30883,91142,3,1629,2527 -"119242",30883,95064,3,1629,1801 -"119243",30891,237,3,1256,1982 -"119244",30891,341,3,1256,2689 -"119245",30891,600,3,1256,1702 -"119246",30891,798,3,1256,2476 -"119247",30891,841,3,1256,2964 -"119248",30891,1203,3,1256,1350 -"119249",30891,2206,3,1256,2536 -"119250",30891,2226,2,1256,2225 -"119251",30891,2524,3,1256,1708 -"119252",30891,3127,3,1256,2273 -"119253",30891,3271,3,1256,2216 -"119254",30891,3456,2,1256,1999 -"119255",30891,3770,3,1256,2623 -"119256",30891,4526,3,1256,1728 -"119257",30891,4551,3,1256,2720 -"119258",30891,4705,3,1256,1714 -"119259",30891,4932,3,1256,2752 -"119260",30891,4983,3,1256,1909 -"119261",30891,5363,3,1256,1791 -"119262",30891,6821,2,1256,1788 -"119263",30891,7258,3,1256,1714 -"119264",30891,7355,3,1256,1928 -"119265",30891,7847,3,1256,2424 -"119266",30891,7896,3,1256,2447 -"119267",30891,7942,3,1256,2623 -"119268",30891,8140,3,1256,1262 -"119269",30891,9060,3,1256,1612 -"119270",30891,9227,3,1256,1267 -"119271",30891,9272,3,1256,2835 -"119272",30891,9301,3,1256,1861 -"119273",30891,9484,3,1256,1429 -"119274",30891,10087,3,1256,1617 -"119275",30891,10215,3,1256,2006 -"119276",30891,10373,2,1256,2436 -"119277",30891,11136,2,1256,2573 -"119278",30891,12948,3,1256,2669 -"119279",30891,13068,3,1256,1778 -"119280",30891,13842,3,1256,2250 -"119281",30891,14915,3,1256,2606 -"119282",30891,16437,3,1256,1956 -"119283",30891,16684,3,1256,1657 -"119284",30891,16776,3,1256,1565 -"119285",30891,17230,3,1256,1965 -"119286",30891,18381,3,1256,1524 -"119287",30891,19165,3,1256,2436 -"119288",30891,19231,3,1256,1424 -"119289",30891,19655,3,1256,2706 -"119290",30891,19751,3,1256,1630 -"119291",30891,19934,2,1256,2888 -"119292",30891,20219,3,1256,2313 -"119293",30891,20308,3,1256,2254 -"119294",30891,20395,3,1256,1468 -"119295",30891,20894,3,1256,2214 -"119296",30891,21670,2,1256,2158 -"119297",30891,21741,3,1256,1574 -"119298",30891,21810,3,1256,1579 -"119299",30891,22766,3,1256,1945 -"119300",30891,23154,3,1256,2345 -"119301",30891,27280,2,1256,1965 -"119302",30891,27320,3,1256,2378 -"119303",30891,27391,3,1256,2378 -"119304",30891,27722,2,1256,1266 -"119305",30891,28051,3,1256,2089 -"119306",30891,28893,3,1256,2764 -"119307",30891,29495,3,1256,1612 -"119308",30891,29818,3,1256,1677 -"119309",30891,29997,3,1256,1789 -"119310",30891,30865,3,1256,2038 -"119311",30891,31331,3,1256,2964 -"119312",30891,31868,3,1256,1993 -"119313",30891,32110,3,1256,2224 -"119314",30891,32202,3,1256,2314 -"119315",30891,34870,3,1256,1873 -"119316",30891,35477,3,1256,2703 -"119317",30891,35728,3,1256,2017 -"119318",30891,35822,2,1256,1903 -"119319",30891,37059,3,1256,2840 -"119320",30891,37752,2,1256,2223 -"119321",30891,38259,2,1256,2258 -"119322",30891,38373,3,1256,1928 -"119323",30891,39418,3,1256,1978 -"119324",30891,39534,3,1256,2410 -"119325",30891,40623,2,1256,2580 -"119326",30891,40910,3,1256,2469 -"119327",30891,41023,3,1256,2408 -"119328",30891,41338,3,1256,1553 -"119329",30891,41739,3,1256,1339 -"119330",30891,41900,3,1256,1970 -"119331",30891,41969,3,1256,2189 -"119332",30891,42256,3,1256,2839 -"119333",30891,43961,3,1256,2443 -"119334",30891,44235,3,1256,2700 -"119335",30891,45138,2,1256,2516 -"119336",30891,46261,3,1256,2350 -"119337",30891,47965,3,1256,2232 -"119338",30891,51879,3,1256,1771 -"119339",30891,52154,3,1256,1722 -"119340",30891,53051,3,1256,1940 -"119341",30891,53924,3,1256,1289 -"119342",30891,55817,2,1256,2285 -"119343",30891,58233,3,1256,1665 -"119344",30891,59039,2,1256,2870 -"119345",30891,59485,3,1256,1564 -"119346",30891,59726,3,1256,1513 -"119347",30891,61337,3,1256,2777 -"119348",30891,61723,2,1256,1262 -"119349",30891,63077,3,1256,2778 -"119350",30891,64181,2,1256,1828 -"119351",30891,64967,2,1256,2872 -"119352",30891,64997,3,1256,2791 -"119353",30891,65188,2,1256,2213 -"119354",30891,65625,3,1256,1273 -"119355",30891,66413,3,1256,2507 -"119356",30891,69131,3,1256,2122 -"119357",30891,69788,3,1256,2007 -"119358",30891,70070,3,1256,2425 -"119359",30891,72438,3,1256,1397 -"119360",30891,73192,3,1256,1955 -"119361",30891,74795,2,1256,1319 -"119362",30891,79432,2,1256,1708 -"119363",30891,80506,3,1256,1920 -"119364",30891,82932,3,1256,2245 -"119365",30891,90745,3,1256,1994 -"119366",30891,94625,3,1256,2105 -"119367",30891,105063,3,1256,1908 -"119368",30891,106399,3,1256,1530 -"119369",30891,107383,3,1256,1918 -"119370",30891,119524,2,1256,1930 -"119371",30906,1616,3,2537,2662 -"119372",30906,2424,3,2537,2582 -"119373",30906,2684,3,2537,2874 -"119374",30906,7234,3,2537,2654 -"119375",30906,10148,2,2537,2964 -"119376",30906,13639,3,2537,2887 -"119377",30906,14959,3,2537,2898 -"119378",30906,27908,3,2537,2576 -"119379",30906,29454,3,2537,2719 -"119380",30906,33433,2,2537,2805 -"119381",30906,33801,3,2537,2899 -"119382",30906,36441,3,2537,2796 -"119383",30906,38755,3,2537,2902 -"119384",30906,38885,3,2537,2720 -"119385",30906,42196,3,2537,2765 -"119386",30906,53475,3,2537,2853 -"119387",30906,67652,3,2537,2736 -"119388",30915,1592,3,1207,2006 -"119389",30915,1691,3,1207,1941 -"119390",30915,7196,3,1207,1508 -"119391",30915,14108,3,1207,2012 -"119392",30915,14676,3,1207,2764 -"119393",30915,14731,3,1207,2012 -"119394",30915,16625,3,1207,1285 -"119395",30915,24256,3,1207,2393 -"119396",30915,35041,3,1207,1311 -"119397",30915,36439,3,1207,2469 -"119398",30915,40028,3,1207,1349 -"119399",30915,44521,3,1207,1593 -"119400",30915,46621,3,1207,1343 -"119401",30915,48215,3,1207,2028 -"119402",30915,50236,3,1207,2339 -"119403",30915,56237,2,1207,2625 -"119404",30915,69257,3,1207,1402 -"119405",30915,88232,3,1207,2881 -"119406",30943,2424,3,2287,2582 -"119407",30943,2747,3,2287,2411 -"119408",30943,7506,3,2287,2371 -"119409",30943,10851,3,2287,2423 -"119410",30943,12272,3,2287,2371 -"119411",30943,13200,1,2287,2488 -"119412",30943,14655,3,2287,2559 -"119413",30943,16067,3,2287,2727 -"119414",30943,17221,2,2287,2487 -"119415",30943,36031,3,2287,2342 -"119416",30943,44557,2,2287,2371 -"119417",30943,46803,2,2287,2305 -"119418",30943,55076,3,2287,2408 -"119419",30943,63641,3,2287,2337 -"119420",30943,67726,3,2287,2873 -"119421",30943,69716,3,2287,2632 -"119422",30956,313,3,168,2271 -"119423",30956,377,3,168,2389 -"119424",30956,499,3,168,1931 -"119425",30956,543,3,168,2203 -"119426",30956,613,3,168,2687 -"119427",30956,868,3,168,607 -"119428",30956,1151,3,168,2885 -"119429",30956,1495,3,168,2046 -"119430",30956,1616,3,168,2662 -"119431",30956,1777,2,168,1965 -"119432",30956,2036,3,168,2483 -"119433",30956,2057,3,168,1965 -"119434",30956,2224,3,168,2751 -"119435",30956,2484,3,168,2389 -"119436",30956,2754,3,168,1360 -"119437",30956,3088,3,168,1670 -"119438",30956,3161,3,168,2229 -"119439",30956,3830,2,168,1661 -"119440",30956,4057,3,168,2389 -"119441",30956,5078,2,168,2033 -"119442",30956,5457,2,168,2077 -"119443",30956,5462,1,168,2374 -"119444",30956,5504,2,168,2389 -"119445",30956,7323,3,168,2858 -"119446",30956,8229,3,168,1241 -"119447",30956,8621,3,168,1681 -"119448",30956,8760,3,168,2477 -"119449",30956,8866,3,168,1545 -"119450",30956,9332,3,168,2734 -"119451",30956,9362,3,168,2879 -"119452",30956,12067,3,168,1213 -"119453",30956,12713,3,168,2440 -"119454",30956,15184,3,168,2396 -"119455",30956,15299,3,168,2213 -"119456",30956,15539,3,168,1929 -"119457",30956,16313,3,168,1160 -"119458",30956,16609,3,168,538 -"119459",30956,16959,3,168,888 -"119460",30956,17133,2,168,924 -"119461",30956,17410,3,168,2073 -"119462",30956,17572,3,168,340 -"119463",30956,18151,3,168,2962 -"119464",30956,18615,3,168,1025 -"119465",30956,19027,3,168,2721 -"119466",30956,19606,2,168,2783 -"119467",30956,19637,3,168,1229 -"119468",30956,19963,3,168,810 -"119469",30956,20494,3,168,1075 -"119470",30956,20659,3,168,1969 -"119471",30956,20700,3,168,2861 -"119472",30956,21122,3,168,1701 -"119473",30956,22006,2,168,1202 -"119474",30956,22749,2,168,1727 -"119475",30956,22874,3,168,404 -"119476",30956,27478,3,168,2485 -"119477",30956,28216,3,168,1910 -"119478",30956,30119,3,168,1961 -"119479",30956,31799,2,168,2547 -"119480",30956,32017,3,168,577 -"119481",30956,32606,2,168,2100 -"119482",30956,33356,3,168,1586 -"119483",30956,35256,3,168,2271 -"119484",30956,36514,3,168,1192 -"119485",30956,37570,3,168,2389 -"119486",30956,38048,2,168,867 -"119487",30956,38755,3,168,2902 -"119488",30956,39444,3,168,2695 -"119489",30956,40138,3,168,2719 -"119490",30956,41278,2,168,1873 -"119491",30956,41747,3,168,1722 -"119492",30956,44502,3,168,484 -"119493",30956,44636,3,168,1026 -"119494",30956,46680,3,168,1690 -"119495",30956,49965,3,168,2301 -"119496",30956,50372,3,168,1834 -"119497",30956,53031,3,168,2065 -"119498",30956,55556,3,168,2075 -"119499",30956,55828,3,168,2393 -"119500",30956,57077,1,168,1885 -"119501",30956,57950,2,168,1529 -"119502",30956,57977,3,168,2683 -"119503",30956,58035,3,168,1646 -"119504",30956,64967,3,168,2872 -"119505",30956,65029,3,168,2954 -"119506",30956,65856,3,168,2504 -"119507",30956,69498,2,168,931 -"119508",30956,71478,3,168,1721 -"119509",30956,75948,3,168,1006 -"119510",30956,79612,3,168,927 -"119511",30956,80429,3,168,1927 -"119512",30956,80471,3,168,538 -"119513",30956,81511,3,168,848 -"119514",30956,85430,2,168,2370 -"119515",30956,86986,3,168,1976 -"119516",30956,89958,2,168,1186 -"119517",30956,90837,2,168,825 -"119518",30956,91570,3,168,2229 -"119519",30956,102050,2,168,906 -"119520",30956,105795,3,168,1265 -"119521",30956,108415,3,168,752 -"119522",30956,111955,3,168,504 -"119523",30956,119564,3,168,336 -"119524",30967,237,3,818,1982 -"119525",30967,267,3,818,2631 -"119526",30967,600,3,818,1702 -"119527",30967,2440,2,818,836 -"119528",30967,7118,3,818,966 -"119529",30967,8238,3,818,2222 -"119530",30967,13842,3,818,2250 -"119531",30967,18464,3,818,2312 -"119532",30967,19208,3,818,2629 -"119533",30967,19605,3,818,2395 -"119534",30967,22207,3,818,2365 -"119535",30967,22682,3,818,2035 -"119536",30967,23679,3,818,934 -"119537",30967,23918,3,818,1881 -"119538",30967,27509,3,818,2067 -"119539",30967,27796,3,818,2151 -"119540",30967,29512,3,818,1594 -"119541",30967,40565,3,818,2115 -"119542",30967,41739,3,818,1339 -"119543",30967,44403,3,818,2429 -"119544",30967,50480,3,818,2701 -"119545",30967,55556,3,818,2075 -"119546",30967,57082,3,818,1418 -"119547",30967,66693,3,818,2554 -"119548",30967,66756,3,818,1301 -"119549",30967,69250,3,818,1439 -"119550",30967,77550,3,818,1548 -"119551",30967,82270,3,818,1641 -"119552",30974,364,3,947,2351 -"119553",30974,900,3,947,2726 -"119554",30974,1195,3,947,1322 -"119555",30974,2540,3,947,1398 -"119556",30974,3493,3,947,2451 -"119557",30974,3978,3,947,2775 -"119558",30974,4303,3,947,2414 -"119559",30974,4983,3,947,1909 -"119560",30974,5568,3,947,1290 -"119561",30974,6821,3,947,1788 -"119562",30974,6989,3,947,2623 -"119563",30974,7245,3,947,2089 -"119564",30974,7615,1,947,1657 -"119565",30974,7942,3,947,2623 -"119566",30974,9332,3,947,2734 -"119567",30974,9703,2,947,1845 -"119568",30974,10350,3,947,1163 -"119569",30974,10457,3,947,1711 -"119570",30974,10980,3,947,1974 -"119571",30974,12361,3,947,2732 -"119572",30974,12610,3,947,1274 -"119573",30974,16176,3,947,2703 -"119574",30974,16501,3,947,1650 -"119575",30974,18005,1,947,2449 -"119576",30974,18415,3,947,2184 -"119577",30974,20176,3,947,1050 -"119578",30974,20984,3,947,2502 -"119579",30974,21227,3,947,2110 -"119580",30974,22166,3,947,994 -"119581",30974,23015,3,947,1362 -"119582",30974,24176,3,947,1986 -"119583",30974,24512,3,947,1369 -"119584",30974,27320,3,947,2378 -"119585",30974,27391,3,947,2378 -"119586",30974,28893,3,947,2764 -"119587",30974,29073,3,947,2328 -"119588",30974,29473,3,947,2602 -"119589",30974,29495,3,947,1612 -"119590",30974,30865,3,947,2038 -"119591",30974,31317,3,947,1362 -"119592",30974,31700,3,947,2727 -"119593",30974,33870,3,947,955 -"119594",30974,34057,3,947,1657 -"119595",30974,34094,3,947,1360 -"119596",30974,34945,3,947,1298 -"119597",30974,36344,1,947,2570 -"119598",30974,37351,3,947,978 -"119599",30974,37424,3,947,1693 -"119600",30974,37752,3,947,2223 -"119601",30974,37937,3,947,1320 -"119602",30974,38676,2,947,2286 -"119603",30974,39249,3,947,1665 -"119604",30974,40028,3,947,1349 -"119605",30974,41023,3,947,2408 -"119606",30974,41187,3,947,2340 -"119607",30974,41250,3,947,1703 -"119608",30974,41581,3,947,1692 -"119609",30974,42331,3,947,1585 -"119610",30974,45729,3,947,2606 -"119611",30974,45992,3,947,1182 -"119612",30974,46486,3,947,1868 -"119613",30974,47968,3,947,2829 -"119614",30974,48015,3,947,1355 -"119615",30974,48888,3,947,1177 -"119616",30974,50229,3,947,1190 -"119617",30974,50585,3,947,2414 -"119618",30974,52136,3,947,1412 -"119619",30974,52815,3,947,2323 -"119620",30974,53687,3,947,2422 -"119621",30974,54775,3,947,2383 -"119622",30974,55482,3,947,1866 -"119623",30974,56082,3,947,2395 -"119624",30974,56995,3,947,2323 -"119625",30974,57067,2,947,2547 -"119626",30974,57912,3,947,1035 -"119627",30974,62668,3,947,958 -"119628",30974,62957,3,947,1170 -"119629",30974,63644,3,947,1267 -"119630",30974,64947,3,947,2489 -"119631",30974,69788,3,947,2007 -"119632",30974,71219,3,947,967 -"119633",30974,71531,3,947,2887 -"119634",30974,73737,2,947,1424 -"119635",30974,76286,3,947,1642 -"119636",30974,82426,2,947,1576 -"119637",30974,83301,2,947,1385 -"119638",30974,87907,3,947,1173 -"119639",30974,88067,2,947,2315 -"119640",30974,90745,3,947,1994 -"119641",30974,90892,3,947,2399 -"119642",30974,93332,3,947,982 -"119643",30981,6234,3,2366,2654 -"119644",30981,7508,3,2366,2396 -"119645",30981,11067,3,2366,2734 -"119646",30981,21138,3,2366,2849 -"119647",30981,25298,3,2366,2443 -"119648",30981,26658,3,2366,2745 -"119649",30981,37009,3,2366,2412 -"119650",30981,42256,3,2366,2839 -"119651",30981,43112,2,2366,2564 -"119652",30981,43226,3,2366,2442 -"119653",30981,45585,3,2366,2384 -"119654",30981,57842,3,2366,2482 -"119655",31000,3242,3,1526,1730 -"119656",31000,4980,3,1526,2093 -"119657",31000,23704,3,1526,2278 -"119658",31000,26436,3,1526,2489 -"119659",31000,30438,3,1526,1617 -"119660",31000,34492,2,1526,1798 -"119661",31000,38449,3,1526,1802 -"119662",31000,45715,2,1526,2287 -"119663",31000,51410,3,1526,2739 -"119664",31001,6252,3,2119,2336 -"119665",31001,6390,3,2119,2385 -"119666",31001,14676,3,2119,2764 -"119667",31001,16296,3,2119,2626 -"119668",31001,31700,3,2119,2727 -"119669",31001,33572,3,2119,2370 -"119670",31001,36439,3,2119,2469 -"119671",31001,38667,3,2119,2880 -"119672",31001,55155,3,2119,2333 -"119673",31001,66241,3,2119,2351 -"119674",31003,3255,3,1859,2504 -"119675",31003,5315,3,1859,2631 -"119676",31003,13573,3,1859,2774 -"119677",31003,19858,3,1859,2357 -"119678",31003,20941,3,1859,2725 -"119679",31003,24558,3,1859,2139 -"119680",31003,26671,3,1859,2279 -"119681",31003,37915,3,1859,1905 -"119682",31003,45633,3,1859,2134 -"119683",31003,45903,3,1859,2237 -"119684",31003,48127,3,1859,2677 -"119685",31003,67957,3,1859,2823 -"119686",31050,135,1,1491,2233 -"119687",31050,212,3,1491,1513 -"119688",31050,270,3,1491,2542 -"119689",31050,312,3,1491,2038 -"119690",31050,455,1,1491,2827 -"119691",31050,470,2,1491,2285 -"119692",31050,600,2,1491,1702 -"119693",31050,675,3,1491,1686 -"119694",31050,913,3,1491,2144 -"119695",31050,1046,3,1491,1881 -"119696",31050,1130,3,1491,1566 -"119697",31050,1136,3,1491,2536 -"119698",31050,1175,3,1491,1642 -"119699",31050,1367,2,1491,2176 -"119700",31050,1691,3,1491,1941 -"119701",31050,2224,3,1491,2751 -"119702",31050,2322,3,1491,1645 -"119703",31050,2424,2,1491,2582 -"119704",31050,2533,2,1491,2016 -"119705",31050,2954,3,1491,2727 -"119706",31050,3242,3,1491,1730 -"119707",31050,3284,3,1491,1541 -"119708",31050,3305,3,1491,2839 -"119709",31050,3966,3,1491,2425 -"119710",31050,4084,2,1491,2133 -"119711",31050,4191,2,1491,2130 -"119712",31050,4360,3,1491,1770 -"119713",31050,4526,3,1491,1728 -"119714",31050,4618,3,1491,2607 -"119715",31050,5148,3,1491,2206 -"119716",31050,5491,3,1491,2048 -"119717",31050,5725,3,1491,2789 -"119718",31050,6363,3,1491,2066 -"119719",31050,6428,3,1491,1952 -"119720",31050,6491,3,1491,2424 -"119721",31050,7245,1,1491,2089 -"119722",31050,7350,3,1491,1901 -"119723",31050,7515,3,1491,2737 -"119724",31050,7847,3,1491,2424 -"119725",31050,8533,2,1491,2251 -"119726",31050,8610,3,1491,2240 -"119727",31050,8621,3,1491,1681 -"119728",31050,8777,3,1491,1620 -"119729",31050,9311,3,1491,2477 -"119730",31050,9364,3,1491,1698 -"119731",31050,9702,3,1491,1928 -"119732",31050,10130,3,1491,2741 -"119733",31050,10433,2,1491,2075 -"119734",31050,10513,3,1491,2284 -"119735",31050,11006,3,1491,1950 -"119736",31050,11516,3,1491,1937 -"119737",31050,12199,3,1491,1651 -"119738",31050,12528,3,1491,2589 -"119739",31050,12863,3,1491,2027 -"119740",31050,15207,3,1491,1855 -"119741",31050,15813,3,1491,2143 -"119742",31050,16201,2,1491,1811 -"119743",31050,16432,3,1491,2664 -"119744",31050,17357,3,1491,1536 -"119745",31050,17520,3,1491,2276 -"119746",31050,17698,3,1491,1559 -"119747",31050,17931,3,1491,1617 -"119748",31050,18151,3,1491,2962 -"119749",31050,18348,3,1491,1711 -"119750",31050,18415,2,1491,2184 -"119751",31050,18735,3,1491,1581 -"119752",31050,18965,3,1491,2315 -"119753",31050,19248,3,1491,2357 -"119754",31050,19335,3,1491,1729 -"119755",31050,19719,2,1491,2177 -"119756",31050,20124,3,1491,2376 -"119757",31050,20407,3,1491,2339 -"119758",31050,20563,2,1491,2267 -"119759",31050,21164,3,1491,1645 -"119760",31050,21285,3,1491,2100 -"119761",31050,21795,3,1491,2653 -"119762",31050,22566,3,1491,2308 -"119763",31050,22567,3,1491,2396 -"119764",31050,22895,3,1491,2704 -"119765",31050,23132,2,1491,2756 -"119766",31050,23534,3,1491,1659 -"119767",31050,23705,2,1491,2699 -"119768",31050,23729,3,1491,1624 -"119769",31050,23918,2,1491,1881 -"119770",31050,24448,3,1491,2289 -"119771",31050,24568,2,1491,1937 -"119772",31050,25289,2,1491,1790 -"119773",31050,25341,2,1491,1858 -"119774",31050,25577,2,1491,1946 -"119775",31050,25643,3,1491,1646 -"119776",31050,25816,3,1491,2088 -"119777",31050,26336,3,1491,1904 -"119778",31050,26516,3,1491,2479 -"119779",31050,26749,3,1491,2965 -"119780",31050,27275,3,1491,2656 -"119781",31050,27390,3,1491,2425 -"119782",31050,27628,3,1491,2389 -"119783",31050,27694,3,1491,2030 -"119784",31050,27753,3,1491,2750 -"119785",31050,28015,3,1491,1624 -"119786",31050,28101,3,1491,1949 -"119787",31050,28115,2,1491,1835 -"119788",31050,28285,3,1491,2972 -"119789",31050,28991,2,1491,1688 -"119790",31050,29073,3,1491,2328 -"119791",31050,29170,2,1491,1846 -"119792",31050,29962,3,1491,2201 -"119793",31050,30052,2,1491,2855 -"119794",31050,30883,3,1491,1629 -"119795",31050,32965,3,1491,2071 -"119796",31050,32988,3,1491,2008 -"119797",31050,33572,3,1491,2370 -"119798",31050,33622,3,1491,2230 -"119799",31050,34160,1,1491,1759 -"119800",31050,34480,3,1491,2755 -"119801",31050,34509,3,1491,1973 -"119802",31050,34648,3,1491,1596 -"119803",31050,34836,3,1491,2302 -"119804",31050,35095,3,1491,1502 -"119805",31050,35186,3,1491,1520 -"119806",31050,35302,1,1491,1589 -"119807",31050,35529,3,1491,1620 -"119808",31050,36439,3,1491,2469 -"119809",31050,38019,2,1491,1870 -"119810",31050,38727,3,1491,2238 -"119811",31050,40293,3,1491,1671 -"119812",31050,40369,3,1491,2735 -"119813",31050,40383,3,1491,2639 -"119814",31050,42216,3,1491,2722 -"119815",31050,42505,3,1491,2008 -"119816",31050,42935,3,1491,2400 -"119817",31050,43385,3,1491,1623 -"119818",31050,43455,3,1491,2846 -"119819",31050,45633,1,1491,2134 -"119820",31050,46629,3,1491,2255 -"119821",31050,47947,3,1491,2681 -"119822",31050,48414,3,1491,1749 -"119823",31050,48602,3,1491,1704 -"119824",31050,49144,1,1491,1542 -"119825",31050,49620,3,1491,1868 -"119826",31050,49872,3,1491,2019 -"119827",31050,50041,3,1491,1565 -"119828",31050,50685,2,1491,2008 -"119829",31050,51022,3,1491,1499 -"119830",31050,51041,3,1491,2606 -"119831",31050,51410,3,1491,2739 -"119832",31050,52323,3,1491,2148 -"119833",31050,52570,3,1491,2645 -"119834",31050,52576,2,1491,2234 -"119835",31050,53196,1,1491,1888 -"119836",31050,53300,3,1491,2162 -"119837",31050,54158,2,1491,1756 -"119838",31050,54250,3,1491,2340 -"119839",31050,55082,3,1491,1856 -"119840",31050,55139,2,1491,2323 -"119841",31050,56317,3,1491,2030 -"119842",31050,57977,3,1491,2683 -"119843",31050,58035,3,1491,1646 -"119844",31050,58451,3,1491,1939 -"119845",31050,58508,3,1491,2326 -"119846",31050,60661,3,1491,2700 -"119847",31050,61982,3,1491,2725 -"119848",31050,62219,3,1491,2494 -"119849",31050,62840,3,1491,2502 -"119850",31050,62841,3,1491,2710 -"119851",31050,63409,2,1491,1937 -"119852",31050,64181,2,1491,1828 -"119853",31050,64997,2,1491,2791 -"119854",31050,65016,3,1491,2749 -"119855",31050,65691,2,1491,2134 -"119856",31050,66413,2,1491,2507 -"119857",31050,67383,3,1491,1739 -"119858",31050,67652,3,1491,2736 -"119859",31050,68215,3,1491,2727 -"119860",31050,71562,3,1491,2574 -"119861",31050,72207,3,1491,2430 -"119862",31050,73305,3,1491,2544 -"119863",31050,74095,3,1491,2333 -"119864",31050,76892,3,1491,2381 -"119865",31050,79432,3,1491,1708 -"119866",31050,80429,3,1491,1927 -"119867",31050,82426,3,1491,1576 -"119868",31050,82949,3,1491,2077 -"119869",31050,105063,2,1491,1908 -"119870",31050,107649,3,1491,1573 -"119871",31054,8866,3,1273,1545 -"119872",31054,10146,3,1273,1878 -"119873",31054,17355,2,1273,1469 -"119874",31054,18165,3,1273,2085 -"119875",31054,19744,3,1273,2623 -"119876",31054,19980,3,1273,2231 -"119877",31054,23098,2,1273,2300 -"119878",31054,30697,2,1273,2891 -"119879",31054,42372,3,1273,2230 -"119880",31054,45650,3,1273,1528 -"119881",31054,55324,2,1273,1544 -"119882",31054,59819,3,1273,2624 -"119883",31054,61337,3,1273,2777 -"119884",31054,66677,3,1273,2151 -"119885",31054,72845,2,1273,1663 -"119886",31054,84296,3,1273,1751 -"119887",31054,100462,2,1273,1927 -"119888",31069,1275,3,1995,2068 -"119889",31069,7984,3,1995,2493 -"119890",31069,10857,3,1995,2253 -"119891",31069,13388,3,1995,2119 -"119892",31069,13780,3,1995,2412 -"119893",31069,15401,2,1995,1999 -"119894",31069,16801,3,1995,2008 -"119895",31069,16826,2,1995,2599 -"119896",31069,20732,3,1995,2401 -"119897",31069,23726,3,1995,2434 -"119898",31069,32988,3,1995,2008 -"119899",31069,33801,3,1995,2899 -"119900",31069,38227,2,1995,2511 -"119901",31069,44407,3,1995,2154 -"119902",31069,44676,3,1995,2629 -"119903",31069,46803,3,1995,2305 -"119904",31069,46988,3,1995,2460 -"119905",31069,47386,2,1995,2226 -"119906",31069,50382,3,1995,2244 -"119907",31069,54551,3,1995,2348 -"119908",31069,65322,3,1995,2008 -"119909",31069,70269,3,1995,2368 -"119910",31069,78150,3,1995,2581 -"119911",31087,1560,3,1757,2013 -"119912",31087,3100,3,1757,2524 -"119913",31087,3520,1,1757,2281 -"119914",31087,3786,3,1757,2282 -"119915",31087,5606,2,1757,2875 -"119916",31087,6119,3,1757,2358 -"119917",31087,10336,3,1757,2271 -"119918",31087,16067,3,1757,2727 -"119919",31087,21976,3,1757,1808 -"119920",31087,27882,3,1757,1897 -"119921",31087,29276,3,1757,2000 -"119922",31087,33363,3,1757,2475 -"119923",31087,37868,1,1757,2876 -"119924",31087,45299,3,1757,2426 -"119925",31087,49334,3,1757,2433 -"119926",31087,65223,2,1757,2724 -"119927",31087,91772,3,1757,2233 -"119928",31087,101027,2,1757,1867 -"119929",31093,3493,3,2160,2451 -"119930",31093,5072,3,2160,2175 -"119931",31093,5622,3,2160,2175 -"119932",31093,6390,3,2160,2385 -"119933",31093,7234,3,2160,2654 -"119934",31093,9928,3,2160,2345 -"119935",31093,10358,3,2160,2294 -"119936",31093,10857,3,2160,2253 -"119937",31093,12042,3,2160,2345 -"119938",31093,17400,2,2160,2231 -"119939",31093,19622,3,2160,2371 -"119940",31093,23310,3,2160,2371 -"119941",31093,23725,3,2160,2378 -"119942",31093,32919,3,2160,2321 -"119943",31093,45684,3,2160,2200 -"119944",31093,50236,3,2160,2339 -"119945",31093,54551,3,2160,2348 -"119946",31093,56082,2,2160,2395 -"119947",31093,72207,3,2160,2430 -"119948",31099,2289,3,1356,2389 -"119949",31099,10779,3,1356,2881 -"119950",31099,15636,3,1356,2857 -"119951",31099,23787,3,1356,2810 -"119952",31099,39556,3,1356,2747 -"119953",31099,50001,3,1356,1518 -"119954",31099,50269,3,1356,1966 -"119955",31109,13879,3,1845,2748 -"119956",31109,14043,1,1845,2084 -"119957",31109,19655,3,1845,2706 -"119958",31109,70973,3,1845,2705 -"119959",31117,3978,3,2210,2775 -"119960",31117,4929,2,2210,2240 -"119961",31117,4953,3,2210,2285 -"119962",31117,5610,3,2210,2223 -"119963",31117,8327,2,2210,2527 -"119964",31117,8842,3,2210,2535 -"119965",31117,9175,3,2210,2639 -"119966",31117,9331,2,2210,2269 -"119967",31117,15444,3,2210,2764 -"119968",31117,16628,3,2210,2409 -"119969",31117,17549,1,2210,2647 -"119970",31117,20331,3,2210,2365 -"119971",31117,21248,3,2210,2232 -"119972",31117,21734,3,2210,2528 -"119973",31117,29280,3,2210,2499 -"119974",31117,33200,2,2210,2221 -"119975",31117,34120,3,2210,2786 -"119976",31117,38307,2,2210,2648 -"119977",31117,39464,3,2210,2314 -"119978",31117,41945,2,2210,2856 -"119979",31117,43455,3,2210,2846 -"119980",31117,44688,3,2210,2924 -"119981",31117,45239,3,2210,2535 -"119982",31117,46446,2,2210,2295 -"119983",31117,50480,3,2210,2701 -"119984",31117,54983,3,2210,2407 -"119985",31117,77815,3,2210,2358 -"119986",31117,91579,3,2210,2510 -"119987",31124,6074,3,2351,2426 -"119988",31124,13985,2,2351,2484 -"119989",31124,23011,2,2351,2763 -"119990",31124,51410,3,2351,2739 -"119991",31124,59022,2,2351,2494 -"119992",31124,67726,3,2351,2873 -"119993",31130,669,2,148,1423 -"119994",31130,1154,3,148,1656 -"119995",31130,3011,3,148,2278 -"119996",31130,4222,3,148,190 -"119997",31130,5839,3,148,2301 -"119998",31130,6241,3,148,2264 -"119999",31130,7126,3,148,1261 -"120000",31130,7196,3,148,1508 -"120001",31130,7579,3,148,1624 -"120002",31130,7861,3,148,1647 -"120003",31130,7984,3,148,2493 -"120004",31130,8890,3,148,1955 -"120005",31130,8913,3,148,968 -"120006",31130,9702,3,148,1928 -"120007",31130,10726,2,148,841 -"120008",31130,10746,3,148,1506 -"120009",31130,10859,3,148,2231 -"120010",31130,12034,3,148,265 -"120011",31130,12484,3,148,2344 -"120012",31130,12542,3,148,1888 -"120013",31130,14108,3,148,2012 -"120014",31130,15118,3,148,1311 -"120015",31130,15401,3,148,1999 -"120016",31130,16365,3,148,2217 -"120017",31130,16881,2,148,925 -"120018",31130,17257,3,148,1117 -"120019",31130,18393,3,148,860 -"120020",31130,19092,3,148,906 -"120021",31130,20562,3,148,316 -"120022",31130,21133,3,148,1320 -"120023",31130,21670,3,148,2158 -"120024",31130,21681,3,148,2005 -"120025",31130,22722,3,148,1233 -"120026",31130,24286,3,148,1280 -"120027",31130,24405,3,148,1443 -"120028",31130,28784,3,148,1579 -"120029",31130,28896,3,148,1395 -"120030",31130,31700,3,148,2727 -"120031",31130,32131,3,148,1035 -"120032",31130,32163,2,148,859 -"120033",31130,32988,3,148,2008 -"120034",31130,33241,3,148,632 -"120035",31130,33356,3,148,1586 -"120036",31130,33433,3,148,2805 -"120037",31130,35069,3,148,2069 -"120038",31130,35360,3,148,2043 -"120039",31130,35822,3,148,1903 -"120040",31130,36031,3,148,2342 -"120041",31130,37937,3,148,1320 -"120042",31130,38602,3,148,2693 -"120043",31130,39278,3,148,1952 -"120044",31130,40889,2,148,465 -"120045",31130,40913,3,148,1800 -"120046",31130,47384,3,148,1639 -"120047",31130,48215,3,148,2028 -"120048",31130,49265,1,148,2686 -"120049",31130,51035,3,148,2397 -"120050",31130,53323,3,148,2677 -"120051",31130,55987,3,148,396 -"120052",31130,57380,1,148,2362 -"120053",31130,57405,3,148,2344 -"120054",31130,57990,3,148,978 -"120055",31130,61138,3,148,1188 -"120056",31130,61785,3,148,822 -"120057",31130,62832,3,148,2606 -"120058",31130,65155,3,148,1947 -"120059",31130,70854,3,148,635 -"120060",31130,72147,3,148,1075 -"120061",31130,72728,3,148,2234 -"120062",31130,73245,3,148,802 -"120063",31130,78569,2,148,578 -"120064",31130,78932,3,148,981 -"120065",31130,79158,3,148,1252 -"120066",31130,81014,3,148,1925 -"120067",31130,85736,2,148,1601 -"120068",31130,85869,3,148,1509 -"120069",31130,88232,3,148,2881 -"120070",31130,88904,2,148,465 -"120071",31130,92592,3,148,486 -"120072",31130,93102,1,148,1174 -"120073",31130,95036,3,148,380 -"120074",31130,96352,3,148,1493 -"120075",31130,103420,3,148,433 -"120076",31130,104217,3,148,956 -"120077",31130,106240,3,148,705 -"120078",31131,3620,3,2810,2955 -"120079",31132,36609,2,2744,2918 -"120080",31132,42574,3,2744,2842 -"120081",31152,757,3,56,546 -"120082",31152,1196,3,56,1986 -"120083",31152,3068,3,56,1815 -"120084",31152,3477,3,56,2546 -"120085",31152,3886,3,56,1669 -"120086",31152,4504,3,56,1905 -"120087",31152,6063,3,56,2349 -"120088",31152,11103,2,56,2393 -"120089",31152,12735,3,56,819 -"120090",31152,12779,2,56,936 -"120091",31152,13899,2,56,2650 -"120092",31152,15106,2,56,2286 -"120093",31152,15215,3,56,798 -"120094",31152,18217,3,56,1566 -"120095",31152,18465,3,56,354 -"120096",31152,19069,3,56,988 -"120097",31152,19317,2,56,2041 -"120098",31152,20343,3,56,851 -"120099",31152,21275,3,56,2609 -"120100",31152,21493,3,56,2286 -"120101",31152,22025,2,56,1591 -"120102",31152,22057,2,56,974 -"120103",31152,22462,3,56,869 -"120104",31152,23572,2,56,772 -"120105",31152,24789,3,56,829 -"120106",31152,27224,2,56,354 -"120107",31152,29884,2,56,1239 -"120108",31152,29930,3,56,2240 -"120109",31152,30798,3,56,1398 -"120110",31152,33223,3,56,2397 -"120111",31152,35448,3,56,1685 -"120112",31152,36574,3,56,2934 -"120113",31152,37301,3,56,2160 -"120114",31152,40542,3,56,1664 -"120115",31152,43077,3,56,884 -"120116",31152,56639,3,56,643 -"120117",31152,58164,1,56,2398 -"120118",31152,61242,2,56,1650 -"120119",31152,78150,3,56,2581 -"120120",31152,96352,3,56,1493 -"120121",31152,108498,1,56,974 -"120122",31159,270,3,2231,2542 -"120123",31159,823,3,2231,2840 -"120124",31159,2424,3,2231,2582 -"120125",31159,3477,3,2231,2546 -"120126",31159,3978,3,2231,2775 -"120127",31159,4929,3,2231,2240 -"120128",31159,4953,2,2231,2285 -"120129",31159,6063,3,2231,2349 -"120130",31159,7616,3,2231,2296 -"120131",31159,7794,3,2231,2972 -"120132",31159,8842,3,2231,2535 -"120133",31159,9150,3,2231,2689 -"120134",31159,9175,2,2231,2639 -"120135",31159,9311,3,2231,2477 -"120136",31159,9331,3,2231,2269 -"120137",31159,9723,3,2231,2302 -"120138",31159,12042,3,2231,2345 -"120139",31159,14252,3,2231,2244 -"120140",31159,14507,2,2231,2686 -"120141",31159,14652,3,2231,2516 -"120142",31159,15008,2,2231,2338 -"120143",31159,15381,3,2231,2289 -"120144",31159,15729,2,2231,2338 -"120145",31159,16628,3,2231,2409 -"120146",31159,17365,3,2231,2746 -"120147",31159,17549,3,2231,2647 -"120148",31159,19215,3,2231,2604 -"120149",31159,20331,3,2231,2365 -"120150",31159,21248,3,2231,2232 -"120151",31159,22580,3,2231,2245 -"120152",31159,22709,3,2231,2743 -"120153",31159,24256,3,2231,2393 -"120154",31159,24825,2,2231,2686 -"120155",31159,31705,3,2231,2706 -"120156",31159,33160,3,2231,2441 -"120157",31159,33223,3,2231,2397 -"120158",31159,35888,3,2231,2291 -"120159",31159,36031,3,2231,2342 -"120160",31159,37238,3,2231,2609 -"120161",31159,38307,2,2231,2648 -"120162",31159,39464,2,2231,2314 -"120163",31159,41945,3,2231,2856 -"120164",31159,42783,2,2231,2338 -"120165",31159,43455,2,2231,2846 -"120166",31159,44688,3,2231,2924 -"120167",31159,45239,1,2231,2535 -"120168",31159,46629,3,2231,2255 -"120169",31159,47607,3,2231,2724 -"120170",31159,51866,3,2231,2411 -"120171",31159,52032,3,2231,2853 -"120172",31159,52892,2,2231,2372 -"120173",31159,53219,3,2231,2973 -"120174",31159,60974,1,2231,2972 -"120175",31159,61982,3,2231,2725 -"120176",31164,1592,3,1996,2006 -"120177",31164,2093,3,1996,2459 -"120178",31164,2221,3,1996,2092 -"120179",31164,2334,3,1996,2619 -"120180",31164,2418,3,1996,2020 -"120181",31164,2759,3,1996,2030 -"120182",31164,3271,3,1996,2216 -"120183",31164,3317,3,1996,2037 -"120184",31164,3477,3,1996,2546 -"120185",31164,4730,3,1996,2131 -"120186",31164,5239,3,1996,2875 -"120187",31164,5839,3,1996,2301 -"120188",31164,6063,3,1996,2349 -"120189",31164,6627,2,1996,2063 -"120190",31164,6824,3,1996,2680 -"120191",31164,7433,3,1996,2255 -"120192",31164,7443,3,1996,2028 -"120193",31164,9272,3,1996,2835 -"120194",31164,9620,3,1996,2339 -"120195",31164,9861,3,1996,2680 -"120196",31164,10495,3,1996,2230 -"120197",31164,10638,2,1996,2692 -"120198",31164,10964,3,1996,2043 -"120199",31164,11067,3,1996,2734 -"120200",31164,11103,3,1996,2393 -"120201",31164,11319,3,1996,2073 -"120202",31164,11506,1,1996,2824 -"120203",31164,15401,3,1996,1999 -"120204",31164,17826,3,1996,2920 -"120205",31164,18464,3,1996,2312 -"120206",31164,18571,1,1996,2128 -"120207",31164,18943,1,1996,2861 -"120208",31164,20007,2,1996,2971 -"120209",31164,21180,3,1996,2762 -"120210",31164,21193,3,1996,2490 -"120211",31164,21463,1,1996,2437 -"120212",31164,27478,3,1996,2485 -"120213",31164,27783,1,1996,2302 -"120214",31164,31307,3,1996,2139 -"120215",31164,32449,1,1996,2091 -"120216",31164,32988,3,1996,2008 -"120217",31164,33223,3,1996,2397 -"120218",31164,34162,3,1996,2336 -"120219",31164,36136,1,1996,2338 -"120220",31164,38144,3,1996,2637 -"120221",31164,38755,3,1996,2902 -"120222",31164,39105,1,1996,2487 -"120223",31164,41978,2,1996,2824 -"120224",31164,43226,3,1996,2442 -"120225",31164,45730,3,1996,2063 -"120226",31164,46951,1,1996,2429 -"120227",31164,48110,3,1996,2009 -"120228",31164,53013,3,1996,2523 -"120229",31164,53031,3,1996,2065 -"120230",31164,55604,3,1996,2342 -"120231",31164,55775,3,1996,2385 -"120232",31164,56275,3,1996,2152 -"120233",31164,58508,3,1996,2326 -"120234",31164,59005,3,1996,2817 -"120235",31164,59039,2,1996,2870 -"120236",31164,68592,2,1996,2551 -"120237",31164,69335,2,1996,2698 -"120238",31164,76132,2,1996,2426 -"120239",31164,111034,3,1996,2131 -"120240",31170,3100,3,1776,2524 -"120241",31170,4313,2,1776,2368 -"120242",31170,4698,3,1776,2481 -"120243",31170,10200,3,1776,2920 -"120244",31170,11429,3,1776,2520 -"120245",31170,20056,2,1776,1824 -"120246",31170,21976,2,1776,1808 -"120247",31170,24610,3,1776,2733 -"120248",31170,28203,3,1776,2117 -"120249",31170,39777,3,1776,1936 -"120250",31170,43524,3,1776,2572 -"120251",31170,49958,3,1776,1860 -"120252",31170,61513,3,1776,2948 -"120253",31170,65223,3,1776,2724 -"120254",31170,76505,3,1776,2123 -"120255",31170,80486,3,1776,2008 -"120256",31170,108774,3,1776,1901 -"120257",31209,2684,2,1137,2874 -"120258",31209,3395,3,1137,1382 -"120259",31209,3453,3,1137,2126 -"120260",31209,6492,3,1137,1162 -"120261",31209,11055,3,1137,2111 -"120262",31209,12778,2,1137,2045 -"120263",31209,16542,1,1137,2039 -"120264",31209,17245,3,1137,1811 -"120265",31209,19937,3,1137,1587 -"120266",31209,24753,1,1137,2860 -"120267",31209,24793,1,1137,1993 -"120268",31209,24826,2,1137,1382 -"120269",31209,27501,3,1137,1981 -"120270",31209,28053,1,1137,2292 -"120271",31209,28588,3,1137,1335 -"120272",31209,28626,3,1137,2842 -"120273",31209,32419,2,1137,1909 -"120274",31209,33801,3,1137,2899 -"120275",31209,40879,2,1137,2019 -"120276",31209,41664,2,1137,2641 -"120277",31209,50254,3,1137,1151 -"120278",31209,52699,2,1137,1372 -"120279",31209,53475,3,1137,2853 -"120280",31209,58852,3,1137,2323 -"120281",31209,82893,3,1137,1275 -"120282",31209,83286,3,1137,1793 -"120283",31209,83291,3,1137,2066 -"120284",31211,55,3,433,2524 -"120285",31211,1393,2,433,1706 -"120286",31211,1785,3,433,2350 -"120287",31211,2014,1,433,973 -"120288",31211,2357,2,433,492 -"120289",31211,3101,3,433,513 -"120290",31211,3506,2,433,2364 -"120291",31211,4403,3,433,2416 -"120292",31211,5798,3,433,1779 -"120293",31211,5813,3,433,2088 -"120294",31211,6040,3,433,2103 -"120295",31211,6621,3,433,2478 -"120296",31211,7123,2,433,1964 -"120297",31211,7900,3,433,893 -"120298",31211,7903,3,433,744 -"120299",31211,7932,2,433,789 -"120300",31211,9088,3,433,1881 -"120301",31211,9269,2,433,1892 -"120302",31211,9342,1,433,896 -"120303",31211,9895,3,433,1960 -"120304",31211,10610,2,433,1427 -"120305",31211,13712,2,433,550 -"120306",31211,14838,3,433,1746 -"120307",31211,15244,2,433,1600 -"120308",31211,15926,3,433,545 -"120309",31211,16347,3,433,1868 -"120310",31211,16757,3,433,1755 -"120311",31211,16866,3,433,2718 -"120312",31211,17645,3,433,1918 -"120313",31211,17925,2,433,2385 -"120314",31211,18924,3,433,485 -"120315",31211,19690,2,433,706 -"120316",31211,20695,3,433,2526 -"120317",31211,21872,2,433,2458 -"120318",31211,22389,3,433,2034 -"120319",31211,26740,3,433,2695 -"120320",31211,31990,3,433,2264 -"120321",31211,32629,3,433,1789 -"120322",31211,32724,2,433,2581 -"120323",31211,32939,3,433,2277 -"120324",31211,34331,3,433,1727 -"120325",31211,36275,2,433,614 -"120326",31211,36440,1,433,704 -"120327",31211,37765,3,433,1134 -"120328",31211,37801,3,433,2578 -"120329",31211,38140,3,433,1866 -"120330",31211,38754,3,433,835 -"120331",31211,41075,2,433,1176 -"120332",31211,44312,3,433,2741 -"120333",31211,44421,3,433,956 -"120334",31211,44744,2,433,2032 -"120335",31211,45449,2,433,1610 -"120336",31211,45450,3,433,1590 -"120337",31211,45562,3,433,623 -"120338",31211,46726,3,433,943 -"120339",31211,48781,3,433,954 -"120340",31211,48931,2,433,2444 -"120341",31211,53445,3,433,2028 -"120342",31211,54953,3,433,2223 -"120343",31211,55493,3,433,869 -"120344",31211,55674,3,433,718 -"120345",31211,56364,3,433,1626 -"120346",31211,57804,3,433,2214 -"120347",31211,62668,3,433,958 -"120348",31211,63329,3,433,639 -"120349",31211,63870,3,433,481 -"120350",31211,64712,3,433,1411 -"120351",31211,66017,3,433,1545 -"120352",31211,68215,3,433,2727 -"120353",31211,68884,3,433,1011 -"120354",31211,71982,3,433,2812 -"120355",31211,76672,3,433,1930 -"120356",31211,78611,3,433,1586 -"120357",31211,78800,2,433,652 -"120358",31211,79639,3,433,1013 -"120359",31211,79913,3,433,1514 -"120360",31211,80801,3,433,1250 -"120361",31211,83206,3,433,954 -"120362",31211,84591,3,433,1685 -"120363",31211,85926,3,433,907 -"120364",31211,87915,3,433,1152 -"120365",31211,90268,3,433,585 -"120366",31211,90852,3,433,764 -"120367",31211,92084,3,433,1134 -"120368",31211,92469,2,433,1232 -"120369",31211,96197,3,433,1670 -"120370",31211,96387,1,433,2159 -"120371",31211,97706,3,433,1121 -"120372",31211,99237,3,433,783 -"120373",31211,99536,3,433,790 -"120374",31211,100084,3,433,1964 -"120375",31211,101666,3,433,1257 -"120376",31211,102581,1,433,1813 -"120377",31211,109031,1,433,523 -"120378",31211,115338,3,433,625 -"120379",31213,555,3,48,552 -"120380",31213,1428,3,48,742 -"120381",31213,1592,3,48,2006 -"120382",31213,3100,3,48,2524 -"120383",31213,3306,3,48,1989 -"120384",31213,3786,3,48,2282 -"120385",31213,5315,2,48,2631 -"120386",31213,5346,3,48,1438 -"120387",31213,5659,3,48,141 -"120388",31213,6055,3,48,2651 -"120389",31213,7616,3,48,2296 -"120390",31213,8275,3,48,2237 -"120391",31213,9200,3,48,787 -"120392",31213,9871,3,48,921 -"120393",31213,10358,3,48,2294 -"120394",31213,10382,3,48,2111 -"120395",31213,11135,3,48,2441 -"120396",31213,11477,3,48,2724 -"120397",31213,12639,3,48,1141 -"120398",31213,12692,3,48,1855 -"120399",31213,12712,3,48,815 -"120400",31213,13109,2,48,1374 -"120401",31213,13573,3,48,2774 -"120402",31213,14032,3,48,2144 -"120403",31213,14080,3,48,1351 -"120404",31213,15207,2,48,1855 -"120405",31213,15632,3,48,1242 -"120406",31213,15808,3,48,1521 -"120407",31213,15906,3,48,109 -"120408",31213,16539,3,48,1947 -"120409",31213,16545,3,48,186 -"120410",31213,18364,2,48,535 -"120411",31213,18550,3,48,483 -"120412",31213,19453,3,48,1928 -"120413",31213,19593,2,48,2013 -"120414",31213,19621,1,48,725 -"120415",31213,19687,3,48,2072 -"120416",31213,19858,3,48,2357 -"120417",31213,19892,2,48,1212 -"120418",31213,21401,3,48,1440 -"120419",31213,21566,2,48,1234 -"120420",31213,22374,2,48,1226 -"120421",31213,23006,3,48,1532 -"120422",31213,23280,3,48,536 -"120423",31213,23364,3,48,2306 -"120424",31213,23639,3,48,2065 -"120425",31213,24756,3,48,2530 -"120426",31213,25270,3,48,985 -"120427",31213,25286,3,48,1545 -"120428",31213,26567,2,48,1158 -"120429",31213,26658,3,48,2745 -"120430",31213,27104,3,48,1608 -"120431",31213,28130,2,48,908 -"120432",31213,28131,3,48,1492 -"120433",31213,28274,3,48,493 -"120434",31213,28808,2,48,1063 -"120435",31213,31003,3,48,1859 -"120436",31213,32939,3,48,2277 -"120437",31213,34158,3,48,2639 -"120438",31213,34648,2,48,1596 -"120439",31213,35286,2,48,395 -"120440",31213,35772,2,48,1440 -"120441",31213,36007,3,48,2089 -"120442",31213,36441,2,48,2796 -"120443",31213,36784,3,48,576 -"120444",31213,37108,3,48,1202 -"120445",31213,37934,3,48,1595 -"120446",31213,40113,3,48,451 -"120447",31213,40293,3,48,1671 -"120448",31213,40487,3,48,2512 -"120449",31213,40893,1,48,1116 -"120450",31213,41108,3,48,1624 -"120451",31213,41278,3,48,1873 -"120452",31213,42195,3,48,573 -"120453",31213,42799,2,48,2729 -"120454",31213,43479,3,48,2178 -"120455",31213,45186,3,48,835 -"120456",31213,45633,3,48,2134 -"120457",31213,45903,1,48,2237 -"120458",31213,46283,2,48,1184 -"120459",31213,46621,3,48,1343 -"120460",31213,46635,2,48,2528 -"120461",31213,48127,2,48,2677 -"120462",31213,48602,2,48,1704 -"120463",31213,50977,3,48,2352 -"120464",31213,51971,2,48,195 -"120465",31213,52136,3,48,1412 -"120466",31213,52345,3,48,1430 -"120467",31213,53412,3,48,566 -"120468",31213,53779,3,48,2000 -"120469",31213,53810,3,48,842 -"120470",31213,55076,3,48,2408 -"120471",31213,55185,3,48,922 -"120472",31213,56903,1,48,1584 -"120473",31213,57714,3,48,1391 -"120474",31213,57804,3,48,2214 -"120475",31213,61785,3,48,822 -"120476",31213,62148,3,48,1566 -"120477",31213,62170,2,48,90 -"120478",31213,64427,3,48,535 -"120479",31213,64502,2,48,1670 -"120480",31213,64786,3,48,870 -"120481",31213,65677,3,48,457 -"120482",31213,65700,3,48,200 -"120483",31213,66695,3,48,1071 -"120484",31213,67102,2,48,935 -"120485",31213,67788,3,48,837 -"120486",31213,67957,3,48,2823 -"120487",31213,68024,2,48,1531 -"120488",31213,68670,2,48,565 -"120489",31213,74318,3,48,632 -"120490",31213,74730,3,48,535 -"120491",31213,74818,2,48,1440 -"120492",31213,75862,3,48,96 -"120493",31213,76356,3,48,2323 -"120494",31213,76564,2,48,996 -"120495",31213,77001,2,48,1440 -"120496",31213,78460,3,48,985 -"120497",31213,80996,3,48,1501 -"120498",31213,81095,2,48,1609 -"120499",31213,81134,3,48,1384 -"120500",31213,81463,2,48,955 -"120501",31213,81676,3,48,839 -"120502",31213,83526,2,48,1235 -"120503",31213,83993,2,48,1009 -"120504",31213,85356,1,48,1492 -"120505",31213,86785,3,48,1607 -"120506",31213,87603,3,48,535 -"120507",31213,88232,3,48,2881 -"120508",31213,90802,3,48,877 -"120509",31213,91279,2,48,966 -"120510",31213,91859,3,48,124 -"120511",31213,91891,2,48,323 -"120512",31213,91901,2,48,1236 -"120513",31213,92254,3,48,517 -"120514",31213,92381,1,48,1237 -"120515",31213,94520,3,48,1243 -"120516",31213,95661,3,48,872 -"120517",31213,96132,2,48,1489 -"120518",31213,96553,3,48,1887 -"120519",31213,97940,3,48,431 -"120520",31213,99279,2,48,611 -"120521",31213,100229,3,48,550 -"120522",31213,100241,3,48,777 -"120523",31213,100442,3,48,893 -"120524",31213,104542,3,48,897 -"120525",31213,106554,3,48,1270 -"120526",31213,109718,3,48,1237 -"120527",31213,111165,3,48,1256 -"120528",31216,3271,3,1244,2216 -"120529",31216,7252,3,1244,2799 -"120530",31216,7337,3,1244,1797 -"120531",31216,7780,3,1244,1920 -"120532",31216,7942,3,1244,2623 -"120533",31216,9332,3,1244,2734 -"120534",31216,9615,3,1244,2464 -"120535",31216,10457,3,1244,1711 -"120536",31216,12361,3,1244,2732 -"120537",31216,12948,3,1244,2669 -"120538",31216,14781,3,1244,2338 -"120539",31216,15443,2,1244,1631 -"120540",31216,16482,3,1244,1958 -"120541",31216,17645,3,1244,1918 -"120542",31216,18005,3,1244,2449 -"120543",31216,19605,3,1244,2395 -"120544",31216,20124,3,1244,2376 -"120545",31216,20321,3,1244,1596 -"120546",31216,28869,3,1244,2425 -"120547",31216,29116,3,1244,2128 -"120548",31216,29818,2,1244,1677 -"120549",31216,39256,2,1244,2449 -"120550",31216,40393,2,1244,1626 -"120551",31216,40572,3,1244,2666 -"120552",31216,45869,3,1244,2840 -"120553",31216,48015,3,1244,1355 -"120554",31216,50509,3,1244,2050 -"120555",31216,53687,3,1244,2422 -"120556",31216,54313,3,1244,1645 -"120557",31216,54775,3,1244,2383 -"120558",31216,58745,2,1244,1920 -"120559",31216,80156,3,1244,1667 -"120560",31216,80767,3,1244,2452 -"120561",31216,107496,3,1244,1572 -"120562",31235,2224,3,2668,2751 -"120563",31235,2954,2,2668,2727 -"120564",31235,5258,3,2668,2730 -"120565",31235,7323,3,2668,2858 -"120566",31235,7515,3,2668,2737 -"120567",31235,9150,3,2668,2689 -"120568",31235,9362,2,2668,2879 -"120569",31235,18543,3,2668,2968 -"120570",31235,19606,3,2668,2783 -"120571",31235,19934,3,2668,2888 -"120572",31235,23132,3,2668,2756 -"120573",31235,30052,3,2668,2855 -"120574",31235,36087,3,2668,2755 -"120575",31235,38780,2,2668,2705 -"120576",31235,40369,3,2668,2735 -"120577",31235,42216,3,2668,2722 -"120578",31235,42799,3,2668,2729 -"120579",31235,44427,3,2668,2875 -"120580",31235,47968,3,2668,2829 -"120581",31235,64997,3,2668,2791 -"120582",31235,67652,3,2668,2736 -"120583",31235,88232,3,2668,2881 -"120584",31243,733,3,1355,1653 -"120585",31243,998,3,1355,1795 -"120586",31243,1046,3,1355,1881 -"120587",31243,2591,1,1355,1949 -"120588",31243,3167,3,1355,1676 -"120589",31243,3242,2,1355,1730 -"120590",31243,3853,3,1355,2465 -"120591",31243,4191,3,1355,2130 -"120592",31243,4618,3,1355,2607 -"120593",31243,4980,2,1355,2093 -"120594",31243,5725,3,1355,2789 -"120595",31243,6023,3,1355,2050 -"120596",31243,6208,3,1355,2361 -"120597",31243,6577,1,1355,1951 -"120598",31243,8258,2,1355,1959 -"120599",31243,8621,3,1355,1681 -"120600",31243,10404,3,1355,2062 -"120601",31243,10799,3,1355,2010 -"120602",31243,11875,3,1355,1526 -"120603",31243,14482,2,1355,1573 -"120604",31243,16954,3,1355,2972 -"120605",31243,17357,3,1355,1536 -"120606",31243,17938,3,1355,1410 -"120607",31243,19027,3,1355,2721 -"120608",31243,19248,3,1355,2357 -"120609",31243,19516,3,1355,2313 -"120610",31243,19606,3,1355,2783 -"120611",31243,19771,3,1355,2410 -"120612",31243,20563,3,1355,2267 -"120613",31243,20783,3,1355,2414 -"120614",31243,20824,3,1355,1366 -"120615",31243,22282,3,1355,1418 -"120616",31243,23704,3,1355,2278 -"120617",31243,24807,3,1355,2319 -"120618",31243,25341,3,1355,1858 -"120619",31243,25508,3,1355,2081 -"120620",31243,25643,3,1355,1646 -"120621",31243,25950,3,1355,1618 -"120622",31243,26436,3,1355,2489 -"120623",31243,26516,3,1355,2479 -"120624",31243,27753,3,1355,2750 -"120625",31243,28131,3,1355,1492 -"120626",31243,28635,2,1355,2368 -"120627",31243,30438,2,1355,1617 -"120628",31243,30883,3,1355,1629 -"120629",31243,31000,3,1355,1526 -"120630",31243,32988,3,1355,2008 -"120631",31243,34492,2,1355,1798 -"120632",31243,34498,3,1355,2383 -"120633",31243,35738,3,1355,2448 -"120634",31243,38449,2,1355,1802 -"120635",31243,40293,3,1355,1671 -"120636",31243,41402,3,1355,2313 -"120637",31243,42722,2,1355,2368 -"120638",31243,43225,3,1355,1835 -"120639",31243,45715,2,1355,2287 -"120640",31243,48605,3,1355,2796 -"120641",31243,51022,3,1355,1499 -"120642",31243,51410,2,1355,2739 -"120643",31243,51987,2,1355,1397 -"120644",31243,53604,3,1355,2489 -"120645",31243,56171,3,1355,1524 -"120646",31243,57549,3,1355,2335 -"120647",31243,58035,3,1355,1646 -"120648",31243,60289,3,1355,2729 -"120649",31243,60867,2,1355,2689 -"120650",31243,64436,3,1355,2687 -"120651",31243,64502,3,1355,1670 -"120652",31243,64945,3,1355,2279 -"120653",31243,71518,3,1355,2805 -"120654",31243,77001,3,1355,1440 -"120655",31243,79211,3,1355,1590 -"120656",31243,79371,3,1355,1624 -"120657",31243,82767,3,1355,1641 -"120658",31243,99103,3,1355,1470 -"120659",31251,12035,3,2498,2721 -"120660",31251,17999,3,2498,2758 -"120661",31251,18808,3,2498,2854 -"120662",31251,21571,3,2498,2755 -"120663",31251,22905,2,2498,2599 -"120664",31251,49147,3,2498,2539 -"120665",31251,50635,3,2498,2962 -"120666",31251,60672,3,2498,2876 -"120667",31259,2724,3,2082,2447 -"120668",31259,5937,3,2082,2392 -"120669",31259,15558,3,2082,2389 -"120670",31259,20036,3,2082,2384 -"120671",31259,30194,3,2082,2874 -"120672",31259,31990,3,2082,2264 -"120673",31259,32079,3,2082,2315 -"120674",31259,49805,3,2082,2445 -"120675",31259,56413,3,2082,2747 -"120676",31259,63096,2,2082,2307 -"120677",31259,76505,3,2082,2123 -"120678",31259,80705,2,2082,2764 -"120679",31264,9272,3,2335,2835 -"120680",31264,9724,3,2335,2713 -"120681",31264,14470,2,2335,2632 -"120682",31264,23498,3,2335,2398 -"120683",31264,43226,3,2335,2442 -"120684",31264,45499,3,2335,2346 -"120685",31264,52950,3,2335,2716 -"120686",31264,64061,3,2335,2381 -"120687",31264,68286,3,2335,2442 -"120688",31264,69335,3,2335,2698 -"120689",31264,93553,3,2335,2537 -"120690",31272,6078,3,487,498 -"120691",31272,31399,3,487,1396 -"120692",31272,39577,2,487,1728 -"120693",31272,83133,3,487,1055 -"120694",31272,92947,3,487,1289 -"120695",31272,111128,2,487,1234 -"120696",31279,267,3,965,2631 -"120697",31279,600,3,965,1702 -"120698",31279,803,3,965,1666 -"120699",31279,1050,3,965,1185 -"120700",31279,1767,3,965,2727 -"120701",31279,3068,3,965,1815 -"120702",31279,4763,3,965,1960 -"120703",31279,4863,3,965,1961 -"120704",31279,5315,2,965,2631 -"120705",31279,5716,3,965,1058 -"120706",31279,6047,3,965,2004 -"120707",31279,6417,3,965,1675 -"120708",31279,6986,3,965,1669 -"120709",31279,7127,3,965,2352 -"120710",31279,7292,2,965,1988 -"120711",31279,7984,3,965,2493 -"120712",31279,7992,3,965,2033 -"120713",31279,8984,3,965,1162 -"120714",31279,9702,3,965,1928 -"120715",31279,9928,3,965,2345 -"120716",31279,10358,3,965,2294 -"120717",31279,10779,2,965,2881 -"120718",31279,10870,3,965,1755 -"120719",31279,11103,3,965,2393 -"120720",31279,11218,3,965,2292 -"120721",31279,11493,3,965,2077 -"120722",31279,12371,3,965,1569 -"120723",31279,13315,3,965,2516 -"120724",31279,13388,2,965,2119 -"120725",31279,13732,3,965,2789 -"120726",31279,13979,3,965,1559 -"120727",31279,14032,3,965,2144 -"120728",31279,14189,3,965,1483 -"120729",31279,14709,3,965,1901 -"120730",31279,15607,3,965,1421 -"120731",31279,16195,3,965,2964 -"120732",31279,16313,3,965,1160 -"120733",31279,16352,3,965,2657 -"120734",31279,17819,3,965,2291 -"120735",31279,17997,3,965,1621 -"120736",31279,18013,3,965,1625 -"120737",31279,18670,3,965,1835 -"120738",31279,18874,2,965,2170 -"120739",31279,19637,3,965,1229 -"120740",31279,19719,3,965,2177 -"120741",31279,20067,2,965,2390 -"120742",31279,20259,3,965,2751 -"120743",31279,20732,3,965,2401 -"120744",31279,20893,3,965,2695 -"120745",31279,21706,3,965,1988 -"120746",31279,21795,3,965,2653 -"120747",31279,22207,2,965,2365 -"120748",31279,22403,3,965,1630 -"120749",31279,23006,3,965,1532 -"120750",31279,23310,3,965,2371 -"120751",31279,23508,3,965,1907 -"120752",31279,23726,3,965,2434 -"120753",31279,23869,3,965,1918 -"120754",31279,24169,3,965,1663 -"120755",31279,24256,3,965,2393 -"120756",31279,24362,3,965,1287 -"120757",31279,24568,3,965,1937 -"120758",31279,24756,3,965,2530 -"120759",31279,25443,3,965,1441 -"120760",31279,25680,3,965,1618 -"120761",31279,26249,3,965,2301 -"120762",31279,26818,3,965,1999 -"120763",31279,26865,3,965,2726 -"120764",31279,27104,3,965,1608 -"120765",31279,27195,3,965,2158 -"120766",31279,28131,3,965,1492 -"120767",31279,28571,3,965,1556 -"120768",31279,29089,3,965,1344 -"120769",31279,29512,3,965,1594 -"120770",31279,29930,2,965,2240 -"120771",31279,30081,3,965,2403 -"120772",31279,30883,3,965,1629 -"120773",31279,31264,3,965,2335 -"120774",31279,31799,3,965,2547 -"120775",31279,32919,3,965,2321 -"120776",31279,33801,3,965,2899 -"120777",31279,34327,3,965,2959 -"120778",31279,34735,3,965,2767 -"120779",31279,35529,2,965,1620 -"120780",31279,36574,3,965,2934 -"120781",31279,37758,3,965,1998 -"120782",31279,37934,3,965,1595 -"120783",31279,40022,3,965,2307 -"120784",31279,40432,3,965,1956 -"120785",31279,40646,3,965,1583 -"120786",31279,40893,3,965,1116 -"120787",31279,41108,3,965,1624 -"120788",31279,41832,3,965,1155 -"120789",31279,41955,2,965,2479 -"120790",31279,43135,3,965,1171 -"120791",31279,43479,3,965,2178 -"120792",31279,44068,3,965,1056 -"120793",31279,44636,3,965,1026 -"120794",31279,45903,3,965,2237 -"120795",31279,46803,3,965,2305 -"120796",31279,47386,3,965,2226 -"120797",31279,50382,3,965,2244 -"120798",31279,50977,3,965,2352 -"120799",31279,51863,2,965,1395 -"120800",31279,53134,2,965,1590 -"120801",31279,53475,3,965,2853 -"120802",31279,54929,3,965,2783 -"120803",31279,55084,3,965,1189 -"120804",31279,57246,3,965,1873 -"120805",31279,57977,3,965,2683 -"120806",31279,59868,3,965,1637 -"120807",31279,62488,2,965,1418 -"120808",31279,63409,3,965,1937 -"120809",31279,64061,3,965,2381 -"120810",31279,64502,3,965,1670 -"120811",31279,70996,3,965,1037 -"120812",31279,73305,3,965,2544 -"120813",31279,76356,2,965,2323 -"120814",31279,77001,3,965,1440 -"120815",31279,79689,2,965,1184 -"120816",31279,80219,3,965,988 -"120817",31279,83526,3,965,1235 -"120818",31279,84498,3,965,1292 -"120819",31279,85784,2,965,1142 -"120820",31279,86799,3,965,1951 -"120821",31279,95644,3,965,1531 -"120822",31279,97160,3,965,1215 -"120823",31279,100140,1,965,1041 -"120824",31279,101338,2,965,1319 -"120825",31281,1570,3,1937,2028 -"120826",31281,3272,3,1937,2132 -"120827",31281,6063,3,1937,2349 -"120828",31281,12598,2,1937,2086 -"120829",31281,14442,1,1937,2700 -"120830",31281,15023,3,1937,2054 -"120831",31281,16184,3,1937,2274 -"120832",31281,17768,3,1937,2468 -"120833",31281,25053,2,1937,2186 -"120834",31281,25971,3,1937,2608 -"120835",31281,31357,3,1937,2389 -"120836",31281,33460,3,1937,2781 -"120837",31281,34480,3,1937,2755 -"120838",31281,36996,2,1937,2321 -"120839",31281,44132,3,1937,1999 -"120840",31281,44501,3,1937,2567 -"120841",31281,47094,3,1937,2592 -"120842",31281,51890,3,1937,1992 -"120843",31281,59289,2,1937,2896 -"120844",31281,63104,3,1937,2149 -"120845",31281,64912,3,1937,2099 -"120846",31281,67701,3,1937,2289 -"120847",31281,89391,3,1937,2180 -"120848",31285,5816,3,2328,2408 -"120849",31285,18808,3,2328,2854 -"120850",31285,53362,3,2328,2360 -"120851",31286,50630,3,1965,2615 -"120852",31286,70583,3,1965,2615 -"120853",31295,270,3,2183,2542 -"120854",31295,2424,3,2183,2582 -"120855",31295,2647,3,2183,2450 -"120856",31295,3477,3,2183,2546 -"120857",31295,4929,3,2183,2240 -"120858",31295,4953,2,2183,2285 -"120859",31295,6063,3,2183,2349 -"120860",31295,6999,3,2183,2214 -"120861",31295,7794,3,2183,2972 -"120862",31295,9175,3,2183,2639 -"120863",31295,12042,3,2183,2345 -"120864",31295,14252,3,2183,2244 -"120865",31295,14507,3,2183,2686 -"120866",31295,15008,3,2183,2338 -"120867",31295,15381,3,2183,2289 -"120868",31295,15729,2,2183,2338 -"120869",31295,16628,3,2183,2409 -"120870",31295,17365,3,2183,2746 -"120871",31295,20695,3,2183,2526 -"120872",31295,21248,3,2183,2232 -"120873",31295,24825,3,2183,2686 -"120874",31295,26740,3,2183,2695 -"120875",31295,31159,1,2183,2231 -"120876",31295,33223,3,2183,2397 -"120877",31295,36031,3,2183,2342 -"120878",31295,37238,3,2183,2609 -"120879",31295,38307,2,2183,2648 -"120880",31295,38697,3,2183,2701 -"120881",31295,39464,3,2183,2314 -"120882",31295,41945,3,2183,2856 -"120883",31295,42382,2,2183,2224 -"120884",31295,42783,3,2183,2338 -"120885",31295,43455,2,2183,2846 -"120886",31295,45239,2,2183,2535 -"120887",31295,46629,3,2183,2255 -"120888",31295,47607,2,2183,2724 -"120889",31295,51866,3,2183,2411 -"120890",31295,52032,3,2183,2853 -"120891",31295,52892,2,2183,2372 -"120892",31295,53584,3,2183,2391 -"120893",31295,60974,2,2183,2972 -"120894",31295,61982,3,2183,2725 -"120895",31295,69453,3,2183,2831 -"120896",31295,80615,3,2183,2252 -"120897",31303,728,3,1040,1812 -"120898",31303,798,2,1040,2476 -"120899",31303,2226,3,1040,2225 -"120900",31303,2668,3,1040,1529 -"120901",31303,4066,3,1040,1736 -"120902",31303,4612,3,1040,2804 -"120903",31303,7014,3,1040,2401 -"120904",31303,7896,2,1040,2447 -"120905",31303,8726,3,1040,2083 -"120906",31303,12861,3,1040,1207 -"120907",31303,12897,3,1040,1351 -"120908",31303,13920,3,1040,1709 -"120909",31303,15683,2,1040,1729 -"120910",31303,16590,3,1040,1123 -"120911",31303,18965,3,1040,2315 -"120912",31303,21407,2,1040,2728 -"120913",31303,25722,3,1040,1697 -"120914",31303,26286,3,1040,2023 -"120915",31303,28081,3,1040,1927 -"120916",31303,29289,3,1040,1756 -"120917",31303,29977,3,1040,2781 -"120918",31303,30891,3,1040,1256 -"120919",31303,32775,3,1040,2135 -"120920",31303,33755,3,1040,2963 -"120921",31303,35477,2,1040,2703 -"120922",31303,37279,1,1040,2768 -"120923",31303,37636,3,1040,2178 -"120924",31303,42852,3,1040,1316 -"120925",31303,51758,3,1040,2310 -"120926",31303,53924,3,1040,1289 -"120927",31303,61723,3,1040,1262 -"120928",31303,68539,3,1040,1158 -"120929",31303,71412,2,1040,1974 -"120930",31303,74605,3,1040,2265 -"120931",31303,80377,3,1040,1384 -"120932",31303,90943,2,1040,1754 -"120933",31303,96300,1,1040,2594 -"120934",31303,107435,3,1040,1635 -"120935",31307,270,3,2139,2542 -"120936",31307,380,3,2139,2261 -"120937",31307,762,3,2139,2671 -"120938",31307,823,3,2139,2840 -"120939",31307,1102,3,2139,2282 -"120940",31307,1226,3,2139,2353 -"120941",31307,1355,2,2139,2473 -"120942",31307,2424,3,2139,2582 -"120943",31307,3164,3,2139,2693 -"120944",31307,3305,3,2139,2839 -"120945",31307,5622,3,2139,2175 -"120946",31307,6055,3,2139,2651 -"120947",31307,6074,3,2139,2426 -"120948",31307,7984,3,2139,2493 -"120949",31307,10148,3,2139,2964 -"120950",31307,10779,3,2139,2881 -"120951",31307,10857,3,2139,2253 -"120952",31307,11218,3,2139,2292 -"120953",31307,11477,3,2139,2724 -"120954",31307,13307,2,2139,2206 -"120955",31307,14507,2,2139,2686 -"120956",31307,14972,3,2139,2332 -"120957",31307,16195,2,2139,2964 -"120958",31307,16725,2,2139,2830 -"120959",31307,16727,3,2139,2164 -"120960",31307,17819,2,2139,2291 -"120961",31307,17826,3,2139,2920 -"120962",31307,17852,2,2139,2840 -"120963",31307,18394,3,2139,2356 -"120964",31307,18464,3,2139,2312 -"120965",31307,19027,3,2139,2721 -"120966",31307,19605,3,2139,2395 -"120967",31307,19622,3,2139,2371 -"120968",31307,19862,3,2139,2412 -"120969",31307,21012,2,2139,2325 -"120970",31307,21193,2,2139,2490 -"120971",31307,21682,3,2139,2414 -"120972",31307,22331,2,2139,2687 -"120973",31307,23725,3,2139,2378 -"120974",31307,24825,3,2139,2686 -"120975",31307,24902,3,2139,2162 -"120976",31307,25486,3,2139,2582 -"120977",31307,27478,3,2139,2485 -"120978",31307,30052,3,2139,2855 -"120979",31307,30405,3,2139,2164 -"120980",31307,31700,3,2139,2727 -"120981",31307,31799,3,2139,2547 -"120982",31307,32939,3,2139,2277 -"120983",31307,33160,1,2139,2441 -"120984",31307,33801,3,2139,2899 -"120985",31307,35037,3,2139,2974 -"120986",31307,37238,2,2139,2609 -"120987",31307,37636,3,2139,2178 -"120988",31307,41472,3,2139,2451 -"120989",31307,41945,3,2139,2856 -"120990",31307,42216,3,2139,2722 -"120991",31307,43455,3,2139,2846 -"120992",31307,45302,3,2139,2390 -"120993",31307,45704,3,2139,2687 -"120994",31307,46629,3,2139,2255 -"120995",31307,46951,3,2139,2429 -"120996",31307,48035,3,2139,2180 -"120997",31307,49110,3,2139,2938 -"120998",31307,49759,2,2139,2400 -"120999",31307,50236,3,2139,2339 -"121000",31307,51035,3,2139,2397 -"121001",31307,51157,3,2139,2319 -"121002",31307,51783,3,2139,2599 -"121003",31307,51866,3,2139,2411 -"121004",31307,54551,3,2139,2348 -"121005",31307,54879,3,2139,2210 -"121006",31307,54929,3,2139,2783 -"121007",31307,56082,3,2139,2395 -"121008",31307,57765,3,2139,2893 -"121009",31307,57804,3,2139,2214 -"121010",31307,57977,3,2139,2683 -"121011",31307,61982,3,2139,2725 -"121012",31307,65029,3,2139,2954 -"121013",31307,70528,3,2139,2727 -"121014",31307,72207,3,2139,2430 -"121015",31307,79804,3,2139,2227 -"121016",31317,140,3,1362,2267 -"121017",31317,364,3,1362,2351 -"121018",31317,1897,3,1362,1727 -"121019",31317,2540,3,1362,1398 -"121020",31317,2852,3,1362,2448 -"121021",31317,3127,3,1362,2273 -"121022",31317,3271,3,1362,2216 -"121023",31317,3978,3,1362,2775 -"121024",31317,4983,3,1362,1909 -"121025",31317,5346,3,1362,1438 -"121026",31317,5897,3,1362,2337 -"121027",31317,6119,3,1362,2358 -"121028",31317,6989,3,1362,2623 -"121029",31317,9272,3,1362,2835 -"121030",31317,9703,3,1362,1845 -"121031",31317,10336,3,1362,2271 -"121032",31317,10754,3,1362,1797 -"121033",31317,11648,3,1362,2852 -"121034",31317,11990,3,1362,1909 -"121035",31317,14817,3,1362,2110 -"121036",31317,15207,3,1362,1855 -"121037",31317,18005,3,1362,2449 -"121038",31317,18571,3,1362,2128 -"121039",31317,20984,3,1362,2502 -"121040",31317,21463,3,1362,2437 -"121041",31317,21487,3,1362,2203 -"121042",31317,24096,3,1362,2612 -"121043",31317,27742,3,1362,2700 -"121044",31317,29286,3,1362,1612 -"121045",31317,29818,3,1362,1677 -"121046",31317,31753,3,1362,1514 -"121047",31317,32939,3,1362,2277 -"121048",31317,35542,3,1362,1439 -"121049",31317,36136,3,1362,2338 -"121050",31317,36953,3,1362,2790 -"121051",31317,40572,2,1362,2666 -"121052",31317,41023,3,1362,2408 -"121053",31317,42813,3,1362,2142 -"121054",31317,43226,3,1362,2442 -"121055",31317,44497,3,1362,2401 -"121056",31317,45729,2,1362,2606 -"121057",31317,46261,3,1362,2350 -"121058",31317,46486,2,1362,1868 -"121059",31317,47595,3,1362,2374 -"121060",31317,47968,3,1362,2829 -"121061",31317,48110,3,1362,2009 -"121062",31317,50585,3,1362,2414 -"121063",31317,53739,2,1362,2704 -"121064",31317,56082,3,1362,2395 -"121065",31317,57804,3,1362,2214 -"121066",31317,58508,3,1362,2326 -"121067",31317,64947,3,1362,2489 -"121068",31317,69335,3,1362,2698 -"121069",31317,76286,3,1362,1642 -"121070",31317,80301,3,1362,1690 -"121071",31317,87198,3,1362,1462 -"121072",31317,90892,3,1362,2399 -"121073",31335,680,2,2351,2569 -"121074",31335,2852,3,2351,2448 -"121075",31335,2936,3,2351,2512 -"121076",31335,3493,2,2351,2451 -"121077",31335,3978,3,2351,2775 -"121078",31335,4303,2,2351,2414 -"121079",31335,5683,3,2351,2468 -"121080",31335,5962,3,2351,2491 -"121081",31335,8062,3,2351,2858 -"121082",31335,9785,3,2351,2951 -"121083",31335,9787,3,2351,2858 -"121084",31335,12361,2,2351,2732 -"121085",31335,12759,3,2351,2414 -"121086",31335,16286,3,2351,2470 -"121087",31335,17033,3,2351,2771 -"121088",31335,18005,3,2351,2449 -"121089",31335,18421,3,2351,2457 -"121090",31335,18810,3,2351,2671 -"121091",31335,19655,2,2351,2706 -"121092",31335,20941,2,2351,2725 -"121093",31335,20984,3,2351,2502 -"121094",31335,24096,3,2351,2612 -"121095",31335,25373,3,2351,2783 -"121096",31335,27390,3,2351,2425 -"121097",31335,27686,3,2351,2844 -"121098",31335,29473,3,2351,2602 -"121099",31335,29977,3,2351,2781 -"121100",31335,30034,3,2351,2357 -"121101",31335,36278,3,2351,2952 -"121102",31335,36829,3,2351,2722 -"121103",31335,38691,2,2351,2585 -"121104",31335,43673,3,2351,2787 -"121105",31335,45729,2,2351,2606 -"121106",31335,46982,3,2351,2806 -"121107",31335,47013,3,2351,2388 -"121108",31335,50585,2,2351,2414 -"121109",31335,50630,3,2351,2615 -"121110",31335,51144,2,2351,2466 -"121111",31335,51783,3,2351,2599 -"121112",31335,54775,3,2351,2383 -"121113",31335,62626,3,2351,2787 -"121114",31335,70583,2,2351,2615 -"121115",31338,843,3,917,2332 -"121116",31338,2322,2,917,1645 -"121117",31338,2424,3,917,2582 -"121118",31338,3271,2,917,2216 -"121119",31338,6052,3,917,1985 -"121120",31338,7337,3,917,1797 -"121121",31338,7604,3,917,1366 -"121122",31338,8607,3,917,1685 -"121123",31338,9272,2,917,2835 -"121124",31338,10513,3,917,2284 -"121125",31338,14654,3,917,1692 -"121126",31338,16437,3,917,1956 -"121127",31338,16940,3,917,1290 -"121128",31338,19075,3,917,2214 -"121129",31338,19719,3,917,2177 -"121130",31338,20311,3,917,1981 -"121131",31338,20975,3,917,1305 -"121132",31338,21197,3,917,1437 -"121133",31338,21198,2,917,935 -"121134",31338,21285,3,917,2100 -"121135",31338,21693,3,917,2176 -"121136",31338,22282,3,917,1418 -"121137",31338,22326,3,917,2818 -"121138",31338,22362,3,917,1836 -"121139",31338,22586,3,917,1341 -"121140",31338,23450,3,917,967 -"121141",31338,25577,3,917,1946 -"121142",31338,26471,3,917,1061 -"121143",31338,26749,3,917,2965 -"121144",31338,27792,3,917,1308 -"121145",31338,28432,3,917,1954 -"121146",31338,32339,3,917,2430 -"121147",31338,34836,3,917,2302 -"121148",31338,37752,3,917,2223 -"121149",31338,38019,2,917,1870 -"121150",31338,38219,3,917,1689 -"121151",31338,39238,3,917,922 -"121152",31338,39439,3,917,2462 -"121153",31338,39444,3,917,2695 -"121154",31338,43173,3,917,2895 -"121155",31338,43226,2,917,2442 -"121156",31338,43385,3,917,1623 -"121157",31338,45874,3,917,944 -"121158",31338,48110,2,917,2009 -"121159",31338,52576,3,917,2234 -"121160",31338,53445,3,917,2028 -"121161",31338,56082,3,917,2395 -"121162",31338,56317,2,917,2030 -"121163",31338,57804,3,917,2214 -"121164",31338,57990,3,917,978 -"121165",31338,58133,3,917,1484 -"121166",31338,58508,1,917,2326 -"121167",31338,59039,3,917,2870 -"121168",31338,69335,2,917,2698 -"121169",31338,71342,3,917,1289 -"121170",31338,72956,3,917,1251 -"121171",31338,73128,3,917,1549 -"121172",31338,76511,3,917,1250 -"121173",31338,77305,3,917,965 -"121174",31338,80301,2,917,1690 -"121175",31338,80801,3,917,1250 -"121176",31338,81588,2,917,1568 -"121177",31338,82039,3,917,1327 -"121178",31338,82226,3,917,1619 -"121179",31338,82949,3,917,2077 -"121180",31338,89097,2,917,935 -"121181",31357,827,3,2389,2964 -"121182",31357,1624,2,2389,2687 -"121183",31357,1822,3,2389,2888 -"121184",31357,2647,3,2389,2450 -"121185",31357,2724,3,2389,2447 -"121186",31357,3477,2,2389,2546 -"121187",31357,3559,3,2389,2413 -"121188",31357,9272,3,2389,2835 -"121189",31357,9503,3,2389,2453 -"121190",31357,13899,3,2389,2650 -"121191",31357,14442,2,2389,2700 -"121192",31357,20984,3,2389,2502 -"121193",31357,32339,3,2389,2430 -"121194",31357,32395,3,2389,2735 -"121195",31357,33223,2,2389,2397 -"121196",31357,43226,3,2389,2442 -"121197",31357,47607,3,2389,2724 -"121198",31357,47882,3,2389,2769 -"121199",31357,53584,3,2389,2391 -"121200",31357,59289,3,2389,2896 -"121201",31357,64628,3,2389,2829 -"121202",31357,69335,3,2389,2698 -"121203",31357,94339,3,2389,2768 -"121204",31357,110871,3,2389,2879 -"121205",31386,1046,3,273,1881 -"121206",31386,1469,3,273,1160 -"121207",31386,5462,3,273,2374 -"121208",31386,5504,3,273,2389 -"121209",31386,8533,3,273,2251 -"121210",31386,8621,3,273,1681 -"121211",31386,10130,3,273,2741 -"121212",31386,15539,3,273,1929 -"121213",31386,18277,3,273,2309 -"121214",31386,22874,1,273,404 -"121215",31386,27478,3,273,2485 -"121216",31386,27753,3,273,2750 -"121217",31386,31799,3,273,2547 -"121218",31386,32409,3,273,857 -"121219",31386,34314,3,273,630 -"121220",31386,38048,3,273,867 -"121221",31386,53031,3,273,2065 -"121222",31386,57977,2,273,2683 -"121223",31386,58221,3,273,1787 -"121224",31386,61719,3,273,1515 -"121225",31386,71478,3,273,1721 -"121226",31386,79364,3,273,834 -"121227",31386,82409,3,273,1881 -"121228",31386,93615,3,273,2386 -"121229",31386,102050,3,273,906 -"121230",31395,468,3,1695,1966 -"121231",31395,5816,2,1695,2408 -"121232",31395,26100,3,1695,1966 -"121233",31395,45585,3,1695,2384 -"121234",31395,53362,3,1695,2360 -"121235",31395,53530,3,1695,2380 -"121236",31395,63201,2,1695,2139 -"121237",31399,38038,3,1396,2686 -"121238",31399,45664,3,1396,2235 -"121239",31399,77057,3,1396,1866 -"121240",31399,77095,3,1396,1622 -"121241",31405,16310,2,958,2796 -"121242",31408,1108,3,994,1600 -"121243",31408,1520,3,994,1716 -"121244",31408,2523,3,994,1691 -"121245",31408,4430,3,994,2019 -"121246",31408,4567,3,994,2348 -"121247",31408,5683,3,994,2468 -"121248",31408,7780,3,994,1920 -"121249",31408,7942,3,994,2623 -"121250",31408,8923,3,994,1266 -"121251",31408,12361,3,994,2732 -"121252",31408,12728,3,994,2374 -"121253",31408,12948,3,994,2669 -"121254",31408,15118,3,994,1311 -"121255",31408,17388,3,994,1023 -"121256",31408,17645,2,994,1918 -"121257",31408,18005,3,994,2449 -"121258",31408,21207,3,994,1258 -"121259",31408,23692,3,994,1540 -"121260",31408,24568,3,994,1937 -"121261",31408,27320,3,994,2378 -"121262",31408,34094,3,994,1360 -"121263",31408,34742,3,994,1883 -"121264",31408,38087,2,994,1083 -"121265",31408,44135,3,994,2620 -"121266",31408,44744,3,994,2032 -"121267",31408,48698,3,994,1474 -"121268",31408,60258,3,994,2405 -"121269",31408,60808,3,994,1258 -"121270",31408,63409,3,994,1937 -"121271",31408,67617,1,994,1149 -"121272",31408,72986,1,994,1055 -"121273",31408,96310,1,994,1016 -"121274",31431,372,3,91,1944 -"121275",31431,388,2,91,1594 -"121276",31431,622,2,91,501 -"121277",31431,1150,2,91,1595 -"121278",31431,1560,2,91,2013 -"121279",31431,3016,2,91,747 -"121280",31431,3255,3,91,2504 -"121281",31431,3271,3,91,2216 -"121282",31431,4313,3,91,2368 -"121283",31431,4698,3,91,2481 -"121284",31431,5352,3,91,175 -"121285",31431,5852,3,91,1862 -"121286",31431,8062,3,91,2858 -"121287",31431,8478,3,91,984 -"121288",31431,8525,3,91,1787 -"121289",31431,9272,3,91,2835 -"121290",31431,9506,3,91,1012 -"121291",31431,9716,3,91,1929 -"121292",31431,10200,3,91,2920 -"121293",31431,10720,1,91,199 -"121294",31431,10908,2,91,1134 -"121295",31431,11319,3,91,2073 -"121296",31431,11429,1,91,2520 -"121297",31431,11629,3,91,120 -"121298",31431,12228,3,91,2034 -"121299",31431,12973,3,91,1569 -"121300",31431,14025,3,91,2384 -"121301",31431,14654,1,91,1692 -"121302",31431,14761,2,91,2502 -"121303",31431,16590,3,91,1123 -"121304",31431,18827,3,91,1481 -"121305",31431,18855,3,91,1362 -"121306",31431,19296,3,91,1705 -"121307",31431,20363,3,91,279 -"121308",31431,20467,3,91,263 -"121309",31431,23398,3,91,896 -"121310",31431,24086,3,91,2663 -"121311",31431,24734,3,91,338 -"121312",31431,24860,3,91,1204 -"121313",31431,29319,3,91,2314 -"121314",31431,29704,3,91,2294 -"121315",31431,29914,1,91,199 -"121316",31431,30334,3,91,2075 -"121317",31431,31541,2,91,1500 -"121318",31431,33755,3,91,2963 -"121319",31431,34491,3,91,2694 -"121320",31431,34892,3,91,2309 -"121321",31431,37342,2,91,2649 -"121322",31431,37636,3,91,2178 -"121323",31431,37766,3,91,520 -"121324",31431,38038,3,91,2686 -"121325",31431,40392,2,91,1878 -"121326",31431,41185,3,91,1929 -"121327",31431,42648,3,91,167 -"121328",31431,43226,3,91,2442 -"121329",31431,44074,3,91,1299 -"121330",31431,44464,3,91,1619 -"121331",31431,45874,2,91,944 -"121332",31431,45983,3,91,1260 -"121333",31431,48110,3,91,2009 -"121334",31431,49347,3,91,2504 -"121335",31431,50430,2,91,1689 -"121336",31431,51783,3,91,2599 -"121337",31431,52185,3,91,1012 -"121338",31431,57394,3,91,1271 -"121339",31431,58086,3,91,1667 -"121340",31431,58508,3,91,2326 -"121341",31431,68460,3,91,599 -"121342",31431,69077,1,91,1689 -"121343",31431,69335,3,91,2698 -"121344",31431,78768,3,91,841 -"121345",31431,79036,3,91,2524 -"121346",31431,80301,3,91,1690 -"121347",31431,80728,3,91,599 -"121348",31431,82226,2,91,1619 -"121349",31431,82426,3,91,1576 -"121350",31431,88171,3,91,1488 -"121351",31431,96349,3,91,1874 -"121352",31431,101115,3,91,1259 -"121353",31431,106224,3,91,1300 -"121354",31431,111040,2,91,711 -"121355",31431,111045,3,91,915 -"121356",31436,18543,3,2892,2968 -"121357",31444,316,1,511,2413 -"121358",31444,2489,3,511,1537 -"121359",31444,4957,3,511,644 -"121360",31444,9331,3,511,2269 -"121361",31444,10333,3,511,1615 -"121362",31444,11651,3,511,526 -"121363",31444,12199,3,511,1651 -"121364",31444,14791,3,511,1370 -"121365",31444,17351,3,511,2036 -"121366",31444,17632,3,511,1947 -"121367",31444,27379,3,511,2461 -"121368",31444,44688,3,511,2924 -"121369",31444,47435,3,511,878 -"121370",31444,49309,1,511,575 -"121371",31444,52327,3,511,1472 -"121372",31444,67963,2,511,806 -"121373",31444,80979,3,511,1142 -"121374",31444,96708,3,511,594 -"121375",31505,1427,3,162,324 -"121376",31505,1428,3,162,742 -"121377",31505,5315,3,162,2631 -"121378",31505,7292,3,162,1988 -"121379",31505,10779,3,162,2881 -"121380",31505,13388,3,162,2119 -"121381",31505,16053,3,162,908 -"121382",31505,18874,3,162,2170 -"121383",31505,20067,3,162,2390 -"121384",31505,22207,3,162,2365 -"121385",31505,29930,3,162,2240 -"121386",31505,31279,2,162,965 -"121387",31505,35529,3,162,1620 -"121388",31505,41955,3,162,2479 -"121389",31505,51863,3,162,1395 -"121390",31505,53134,3,162,1590 -"121391",31505,59646,2,162,456 -"121392",31505,62488,3,162,1418 -"121393",31505,74730,3,162,535 -"121394",31505,76356,3,162,2323 -"121395",31505,79689,3,162,1184 -"121396",31505,85784,3,162,1142 -"121397",31505,100140,2,162,1041 -"121398",31505,100670,3,162,525 -"121399",31505,101338,3,162,1319 -"121400",31505,102004,3,162,497 -"121401",31505,102820,3,162,501 -"121402",31518,4660,3,103,2149 -"121403",31518,5346,3,103,1438 -"121404",31518,7719,3,103,1954 -"121405",31518,8791,3,103,1789 -"121406",31518,13290,3,103,2824 -"121407",31518,15207,3,103,1855 -"121408",31518,16161,3,103,599 -"121409",31518,16690,3,103,2132 -"121410",31518,18550,3,103,483 -"121411",31518,19934,3,103,2888 -"121412",31518,20700,3,103,2861 -"121413",31518,22635,3,103,310 -"121414",31518,22723,3,103,2859 -"121415",31518,25185,1,103,341 -"121416",31518,25295,3,103,341 -"121417",31518,32424,3,103,848 -"121418",31518,34908,3,103,2796 -"121419",31518,39249,3,103,1665 -"121420",31518,40113,3,103,451 -"121421",31518,63641,2,103,2337 -"121422",31518,66717,3,103,2104 -"121423",31518,71008,3,103,136 -"121424",31518,72535,3,103,1191 -"121425",31518,76932,3,103,754 -"121426",31518,78677,3,103,341 -"121427",31518,78842,2,103,904 -"121428",31518,80793,3,103,631 -"121429",31518,84822,2,103,2686 -"121430",31518,94520,3,103,1243 -"121431",31518,96007,3,103,895 -"121432",31530,380,3,1661,2261 -"121433",31530,1196,3,1661,1986 -"121434",31530,2424,3,1661,2582 -"121435",31530,2533,3,1661,2016 -"121436",31530,3801,3,1661,1974 -"121437",31530,3961,3,1661,2426 -"121438",31530,4701,3,1661,2401 -"121439",31530,5041,3,1661,2371 -"121440",31530,5315,3,1661,2631 -"121441",31530,6047,3,1661,2004 -"121442",31530,6417,3,1661,1675 -"121443",31530,9364,3,1661,1698 -"121444",31530,9928,3,1661,2345 -"121445",31530,10358,2,1661,2294 -"121446",31530,11440,3,1661,2026 -"121447",31530,12728,2,1661,2374 -"121448",31530,13311,3,1661,2315 -"121449",31530,14032,2,1661,2144 -"121450",31530,15539,3,1661,1929 -"121451",31530,16352,3,1661,2657 -"121452",31530,19248,3,1661,2357 -"121453",31530,20311,3,1661,1981 -"121454",31530,21285,3,1661,2100 -"121455",31530,23310,3,1661,2371 -"121456",31530,23508,3,1661,1907 -"121457",31530,29930,3,1661,2240 -"121458",31530,32919,2,1661,2321 -"121459",31530,34735,3,1661,2767 -"121460",31530,35926,3,1661,2371 -"121461",31530,41955,3,1661,2479 -"121462",31530,45903,3,1661,2237 -"121463",31530,48605,3,1661,2796 -"121464",31530,55468,3,1661,2511 -"121465",31530,56317,3,1661,2030 -"121466",31530,58451,3,1661,1939 -"121467",31530,58684,3,1661,2295 -"121468",31530,64502,3,1661,1670 -"121469",31530,66703,3,1661,2375 -"121470",31530,75403,3,1661,1895 -"121471",31530,82932,3,1661,2245 -"121472",31540,19073,3,1675,2748 -"121473",31540,19934,3,1675,2888 -"121474",31540,27320,3,1675,2378 -"121475",31540,28893,3,1675,2764 -"121476",31540,58875,3,1675,1899 -"121477",31541,1108,2,1500,1600 -"121478",31541,1150,2,1500,1595 -"121479",31541,1560,3,1500,2013 -"121480",31541,1702,3,1500,1984 -"121481",31541,2190,3,1500,2359 -"121482",31541,2747,3,1500,2411 -"121483",31541,3477,2,1500,2546 -"121484",31541,6063,3,1500,2349 -"121485",31541,6821,3,1500,1788 -"121486",31541,7785,3,1500,2441 -"121487",31541,8866,3,1500,1545 -"121488",31541,9503,3,1500,2453 -"121489",31541,9723,3,1500,2302 -"121490",31541,10200,2,1500,2920 -"121491",31541,10980,3,1500,1974 -"121492",31541,11429,3,1500,2520 -"121493",31541,12818,2,1500,2015 -"121494",31541,13007,3,1500,2496 -"121495",31541,14586,2,1500,2801 -"121496",31541,14654,3,1500,1692 -"121497",31541,14761,3,1500,2502 -"121498",31541,16850,3,1500,1657 -"121499",31541,18102,3,1500,1642 -"121500",31541,18217,3,1500,1566 -"121501",31541,19215,3,1500,2604 -"121502",31541,19364,3,1500,2846 -"121503",31541,19934,3,1500,2888 -"121504",31541,21682,3,1500,2414 -"121505",31541,21684,2,1500,1971 -"121506",31541,21929,3,1500,2062 -"121507",31541,22580,3,1500,2245 -"121508",31541,22709,3,1500,2743 -"121509",31541,23131,3,1500,1732 -"121510",31541,24086,2,1500,2663 -"121511",31541,27742,3,1500,2700 -"121512",31541,30525,3,1500,1964 -"121513",31541,31652,3,1500,2047 -"121514",31541,33223,3,1500,2397 -"121515",31541,33451,3,1500,1957 -"121516",31541,33755,3,1500,2963 -"121517",31541,34491,1,1500,2694 -"121518",31541,34831,3,1500,1866 -"121519",31541,36450,2,1500,1591 -"121520",31541,37342,3,1500,2649 -"121521",31541,37752,3,1500,2223 -"121522",31541,39875,3,1500,2422 -"121523",31541,40542,3,1500,1664 -"121524",31541,41185,3,1500,1929 -"121525",31541,42331,3,1500,1585 -"121526",31541,44982,3,1500,1592 -"121527",31541,50430,2,1500,1689 -"121528",31541,51879,3,1500,1771 -"121529",31541,52041,2,1500,2694 -"121530",31541,55171,3,1500,2972 -"121531",31541,55472,3,1500,1516 -"121532",31541,58501,3,1500,2613 -"121533",31541,60672,3,1500,2876 -"121534",31541,63837,3,1500,2807 -"121535",31541,69077,2,1500,1689 -"121536",31541,69232,3,1500,2130 -"121537",31541,70101,3,1500,2414 -"121538",31541,70656,2,1500,2771 -"121539",31541,70814,3,1500,2771 -"121540",31541,78436,3,1500,1615 -"121541",31541,82932,3,1500,2245 -"121542",31541,92850,3,1500,1971 -"121543",31542,2,3,2459,2796 -"121544",31542,3477,3,2459,2546 -"121545",31542,9035,3,2459,2771 -"121546",31542,9787,3,2459,2858 -"121547",31542,17037,3,2459,2947 -"121548",31542,20512,3,2459,2748 -"121549",31542,20984,3,2459,2502 -"121550",31542,30368,2,2459,2487 -"121551",31542,36912,3,2459,2469 -"121552",31542,63077,3,2459,2778 -"121553",31563,11648,3,1756,2852 -"121554",31563,14108,3,1756,2012 -"121555",31563,72597,2,1756,1843 -"121556",31623,57977,3,1712,2683 -"121557",31652,9332,2,2047,2734 -"121558",31652,13007,3,2047,2496 -"121559",31652,32395,3,2047,2735 -"121560",31652,34491,2,2047,2694 -"121561",31652,40572,3,2047,2666 -"121562",31652,52041,2,2047,2694 -"121563",31652,53687,3,2047,2422 -"121564",31659,5400,2,543,1568 -"121565",31659,9803,3,543,1664 -"121566",31659,10945,3,543,881 -"121567",31659,11419,3,543,1408 -"121568",31659,11602,3,543,1493 -"121569",31659,13201,1,543,2034 -"121570",31659,14669,3,543,2080 -"121571",31659,14772,3,543,2386 -"121572",31659,15343,3,543,2125 -"121573",31659,17021,3,543,1226 -"121574",31659,17967,3,543,2125 -"121575",31659,22228,3,543,601 -"121576",31659,24204,3,543,840 -"121577",31659,25530,2,543,2884 -"121578",31659,31797,3,543,1501 -"121579",31659,33722,3,543,1225 -"121580",31659,34693,3,543,1938 -"121581",31659,55691,3,543,2856 -"121582",31659,56396,2,543,2408 -"121583",31659,59205,3,543,2387 -"121584",31659,73266,3,543,2496 -"121585",31659,94808,3,543,988 -"121586",31659,96301,3,543,818 -"121587",31659,117932,3,543,926 -"121588",31676,16502,3,1598,1616 -"121589",31676,21487,3,1598,2203 -"121590",31676,42256,2,1598,2839 -"121591",31676,54924,3,1598,2603 -"121592",31691,312,3,1657,2038 -"121593",31691,1147,3,1657,1999 -"121594",31691,2684,3,1657,2874 -"121595",31691,4226,3,1657,1903 -"121596",31691,4701,3,1657,2401 -"121597",31691,5971,3,1657,1985 -"121598",31691,6222,3,1657,1949 -"121599",31691,6491,3,1657,2424 -"121600",31691,7245,3,1657,2089 -"121601",31691,7984,3,1657,2493 -"121602",31691,9311,3,1657,2477 -"121603",31691,11055,3,1657,2111 -"121604",31691,11351,3,1657,2971 -"121605",31691,11440,3,1657,2026 -"121606",31691,11620,2,1657,2010 -"121607",31691,14959,3,1657,2898 -"121608",31691,16801,3,1657,2008 -"121609",31691,18415,3,1657,2184 -"121610",31691,20067,3,1657,2390 -"121611",31691,20311,1,1657,1981 -"121612",31691,21104,3,1657,2327 -"121613",31691,21706,3,1657,1988 -"121614",31691,23508,3,1657,1907 -"121615",31691,23509,2,1657,2275 -"121616",31691,23534,3,1657,1659 -"121617",31691,25486,3,1657,2582 -"121618",31691,26451,2,1657,2133 -"121619",31691,26867,3,1657,1804 -"121620",31691,27501,3,1657,1981 -"121621",31691,29095,3,1657,2531 -"121622",31691,32965,3,1657,2071 -"121623",31691,32988,3,1657,2008 -"121624",31691,33801,2,1657,2899 -"121625",31691,38921,3,1657,1880 -"121626",31691,40913,2,1657,1800 -"121627",31691,45633,3,1657,2134 -"121628",31691,50118,3,1657,2654 -"121629",31691,50236,3,1657,2339 -"121630",31691,51319,3,1657,2488 -"121631",31691,53475,3,1657,2853 -"121632",31691,55468,3,1657,2511 -"121633",31691,56082,3,1657,2395 -"121634",31691,56317,3,1657,2030 -"121635",31691,57380,3,1657,2362 -"121636",31691,70203,3,1657,2756 -"121637",31691,78150,3,1657,2581 -"121638",31696,1777,3,1595,1965 -"121639",31696,2484,3,1595,2389 -"121640",31696,3242,3,1595,1730 -"121641",31696,3830,3,1595,1661 -"121642",31696,4687,3,1595,2152 -"121643",31696,5078,3,1595,2033 -"121644",31696,5457,3,1595,2077 -"121645",31696,5462,3,1595,2374 -"121646",31696,5504,3,1595,2389 -"121647",31696,10890,3,1595,2639 -"121648",31696,13801,3,1595,2041 -"121649",31696,17520,3,1595,2276 -"121650",31696,18151,3,1595,2962 -"121651",31696,20643,3,1595,2341 -"121652",31696,20659,3,1595,1969 -"121653",31696,23704,3,1595,2278 -"121654",31696,26436,3,1595,2489 -"121655",31696,27753,3,1595,2750 -"121656",31696,31700,3,1595,2727 -"121657",31696,34492,3,1595,1798 -"121658",31696,35518,3,1595,1721 -"121659",31696,37238,2,1595,2609 -"121660",31696,38259,2,1595,2258 -"121661",31696,38921,3,1595,1880 -"121662",31696,41278,3,1595,1873 -"121663",31696,41945,3,1595,2856 -"121664",31696,42264,3,1595,1702 -"121665",31696,43455,3,1595,2846 -"121666",31696,47082,3,1595,1990 -"121667",31696,50252,3,1595,2001 -"121668",31696,51410,3,1595,2739 -"121669",31696,58035,3,1595,1646 -"121670",31696,82767,3,1595,1641 -"121671",31700,8062,3,2727,2858 -"121672",31700,9272,3,2727,2835 -"121673",31700,9787,3,2727,2858 -"121674",31700,14676,3,2727,2764 -"121675",31700,25373,3,2727,2783 -"121676",31700,41945,3,2727,2856 -"121677",31700,43455,3,2727,2846 -"121678",31700,71531,3,2727,2887 -"121679",31700,88232,3,2727,2881 -"121680",31705,455,3,2706,2827 -"121681",31705,701,3,2706,2718 -"121682",31705,3978,3,2706,2775 -"121683",31705,11160,3,2706,2952 -"121684",31705,22415,3,2706,2841 -"121685",31705,22709,3,2706,2743 -"121686",31705,30697,3,2706,2891 -"121687",31705,41945,3,2706,2856 -"121688",31705,44688,3,2706,2924 -"121689",31705,77155,2,2706,2946 -"121690",31752,3669,3,2340,2524 -"121691",31752,73786,3,2340,2937 -"121692",31753,2452,3,1514,1715 -"121693",31753,4669,3,1514,2395 -"121694",31753,5897,3,1514,2337 -"121695",31753,10453,3,1514,1656 -"121696",31753,11108,3,1514,1609 -"121697",31753,11990,2,1514,1909 -"121698",31753,13068,3,1514,1778 -"121699",31753,14817,3,1514,2110 -"121700",31753,16286,3,1514,2470 -"121701",31753,16437,3,1514,1956 -"121702",31753,23131,3,1514,1732 -"121703",31753,27742,3,1514,2700 -"121704",31753,27914,3,1514,2507 -"121705",31753,28051,3,1514,2089 -"121706",31753,28869,3,1514,2425 -"121707",31753,30525,2,1514,1964 -"121708",31753,33451,3,1514,1957 -"121709",31753,35573,3,1514,2084 -"121710",31753,45869,3,1514,2840 -"121711",31753,54775,3,1514,2383 -"121712",31753,61125,3,1514,1673 -"121713",31753,79432,3,1514,1708 -"121714",31783,6821,3,1180,1788 -"121715",31783,13068,3,1180,1778 -"121716",31783,16437,3,1180,1956 -"121717",31783,27280,3,1180,1965 -"121718",31783,39443,3,1180,2277 -"121719",31783,41187,3,1180,2340 -"121720",31783,59039,2,1180,2870 -"121721",31783,59485,3,1180,1564 -"121722",31783,65188,3,1180,2213 -"121723",31783,77377,3,1180,1487 -"121724",31783,88067,3,1180,2315 -"121725",31783,90745,3,1180,1994 -"121726",31783,94625,3,1180,2105 -"121727",31794,1685,2,1919,2230 -"121728",31794,6234,3,1919,2654 -"121729",31794,15239,3,1919,1958 -"121730",31794,32079,3,1919,2315 -"121731",31794,39439,3,1919,2462 -"121732",31794,41521,3,1919,2069 -"121733",31794,44730,3,1919,2468 -"121734",31794,76505,3,1919,2123 -"121735",31794,76672,3,1919,1930 -"121736",31795,2407,3,412,1725 -"121737",31795,3669,3,412,2524 -"121738",31795,9727,3,412,2327 -"121739",31795,9808,3,412,1648 -"121740",31795,11135,3,412,2441 -"121741",31795,14957,3,412,2306 -"121742",31795,15502,3,412,2637 -"121743",31795,15891,2,412,589 -"121744",31795,16866,3,412,2718 -"121745",31795,18865,3,412,2676 -"121746",31795,18954,3,412,2364 -"121747",31795,20392,2,412,1309 -"121748",31795,20517,3,412,1465 -"121749",31795,23890,2,412,1810 -"121750",31795,24109,1,412,504 -"121751",31795,24761,3,412,2384 -"121752",31795,28914,3,412,580 -"121753",31795,33562,2,412,1979 -"121754",31795,33955,2,412,1178 -"121755",31795,33961,3,412,1269 -"121756",31795,36577,3,412,958 -"121757",31795,48879,3,412,1524 -"121758",31795,50476,3,412,1641 -"121759",31795,51448,3,412,1593 -"121760",31795,53498,2,412,1967 -"121761",31795,59347,3,412,1926 -"121762",31795,63395,3,412,2334 -"121763",31795,63555,3,412,1290 -"121764",31795,69215,1,412,1591 -"121765",31795,80680,3,412,2403 -"121766",31795,83133,3,412,1055 -"121767",31795,105867,2,412,1641 -"121768",31795,108872,1,412,1810 -"121769",31795,110659,2,412,515 -"121770",31795,115966,3,412,2349 -"121771",31797,803,3,1501,1666 -"121772",31797,5621,3,1501,1860 -"121773",31797,9803,2,1501,1664 -"121774",31797,9828,3,1501,2085 -"121775",31797,10558,3,1501,2312 -"121776",31797,13201,3,1501,2034 -"121777",31797,13732,3,1501,2789 -"121778",31797,25530,2,1501,2884 -"121779",31797,25886,3,1501,1580 -"121780",31797,26865,3,1501,2726 -"121781",31797,28824,3,1501,2412 -"121782",31797,30081,3,1501,2403 -"121783",31797,34693,2,1501,1938 -"121784",31797,34695,3,1501,1930 -"121785",31797,56396,2,1501,2408 -"121786",31797,86799,3,1501,1951 -"121787",31799,613,3,2547,2687 -"121788",31799,1151,3,2547,2885 -"121789",31799,1616,3,2547,2662 -"121790",31799,2166,3,2547,2557 -"121791",31799,2224,3,2547,2751 -"121792",31799,2954,3,2547,2727 -"121793",31799,4618,2,2547,2607 -"121794",31799,5725,2,2547,2789 -"121795",31799,7323,3,2547,2858 -"121796",31799,9332,3,2547,2734 -"121797",31799,9362,3,2547,2879 -"121798",31799,9893,3,2547,2701 -"121799",31799,10638,3,2547,2692 -"121800",31799,10890,3,2547,2639 -"121801",31799,12867,3,2547,2773 -"121802",31799,13639,3,2547,2887 -"121803",31799,14507,3,2547,2686 -"121804",31799,17852,3,2547,2840 -"121805",31799,18151,3,2547,2962 -"121806",31799,19027,1,2547,2721 -"121807",31799,19528,3,2547,2742 -"121808",31799,19606,2,2547,2783 -"121809",31799,20700,2,2547,2861 -"121810",31799,24923,3,2547,2785 -"121811",31799,25129,3,2547,2647 -"121812",31799,26351,3,2547,2683 -"121813",31799,27753,3,2547,2750 -"121814",31799,28285,3,2547,2972 -"121815",31799,34216,3,2547,2832 -"121816",31799,37620,3,2547,2716 -"121817",31799,38755,3,2547,2902 -"121818",31799,39087,3,2547,2765 -"121819",31799,39444,3,2547,2695 -"121820",31799,44427,3,2547,2875 -"121821",31799,47248,3,2547,2883 -"121822",31799,47947,3,2547,2681 -"121823",31799,51410,3,2547,2739 -"121824",31799,52570,3,2547,2645 -"121825",31799,57977,2,2547,2683 -"121826",31799,64997,3,2547,2791 -"121827",31799,65029,1,2547,2954 -"121828",31799,71562,3,2547,2574 -"121829",31799,72334,2,2547,2820 -"121830",31799,102666,3,2547,2726 -"121831",31832,22331,3,2163,2687 -"121832",31832,24825,3,2163,2686 -"121833",31835,14,3,607,1793 -"121834",31835,7970,3,607,1197 -"121835",31835,9828,3,607,2085 -"121836",31835,10843,3,607,2277 -"121837",31835,12373,2,607,1567 -"121838",31835,13601,2,607,2689 -"121839",31835,33433,3,607,2805 -"121840",31835,37915,3,607,1905 -"121841",31835,49581,3,607,1817 -"121842",31835,50946,2,607,1075 -"121843",31835,55643,3,607,2359 -"121844",31835,62538,2,607,1656 -"121845",31835,67352,3,607,1115 -"121846",31835,74318,3,607,632 -"121847",31835,75028,3,607,1660 -"121848",31835,79234,2,607,1611 -"121849",31835,104239,3,607,926 -"121850",31840,16866,3,2389,2718 -"121851",31840,18865,3,2389,2676 -"121852",31856,17812,3,2630,2705 -"121853",31856,70433,3,2630,2639 -"121854",31864,67456,3,1266,1608 -"121855",31866,1519,3,2101,2349 -"121856",31866,2852,3,2101,2448 -"121857",31866,2936,3,2101,2512 -"121858",31866,3493,2,2101,2451 -"121859",31866,3978,3,2101,2775 -"121860",31866,4303,3,2101,2414 -"121861",31866,5897,2,2101,2337 -"121862",31866,6989,3,2101,2623 -"121863",31866,8088,3,2101,2220 -"121864",31866,9801,3,2101,2443 -"121865",31866,11648,3,2101,2852 -"121866",31866,12361,3,2101,2732 -"121867",31866,12948,3,2101,2669 -"121868",31866,18005,3,2101,2449 -"121869",31866,19655,3,2101,2706 -"121870",31866,20941,3,2101,2725 -"121871",31866,22244,2,2101,2139 -"121872",31866,27742,3,2101,2700 -"121873",31866,30034,3,2101,2357 -"121874",31866,31335,3,2101,2351 -"121875",31866,36829,3,2101,2722 -"121876",31866,38691,3,2101,2585 -"121877",31866,50585,3,2101,2414 -"121878",31866,50630,3,2101,2615 -"121879",31866,51144,3,2101,2466 -"121880",31866,58655,3,2101,2685 -"121881",31866,61337,3,2101,2777 -"121882",31866,70583,2,2101,2615 -"121883",31868,2852,3,1993,2448 -"121884",31868,3127,3,1993,2273 -"121885",31868,4612,3,1993,2804 -"121886",31868,4669,3,1993,2395 -"121887",31868,5897,3,1993,2337 -"121888",31868,7252,3,1993,2799 -"121889",31868,7785,3,1993,2441 -"121890",31868,7942,2,1993,2623 -"121891",31868,8568,3,1993,2706 -"121892",31868,9785,3,1993,2951 -"121893",31868,9787,3,1993,2858 -"121894",31868,11648,3,1993,2852 -"121895",31868,12948,2,1993,2669 -"121896",31868,14749,2,1993,1998 -"121897",31868,14781,2,1993,2338 -"121898",31868,14915,3,1993,2606 -"121899",31868,16286,3,1993,2470 -"121900",31868,19655,3,1993,2706 -"121901",31868,22244,3,1993,2139 -"121902",31868,22578,3,1993,2216 -"121903",31868,27742,2,1993,2700 -"121904",31868,27914,2,1993,2507 -"121905",31868,28869,2,1993,2425 -"121906",31868,31866,3,1993,2101 -"121907",31868,32532,3,1993,2338 -"121908",31868,35728,2,1993,2017 -"121909",31868,37059,3,1993,2840 -"121910",31868,39534,3,1993,2410 -"121911",31868,40035,3,1993,2742 -"121912",31868,40572,3,1993,2666 -"121913",31868,44235,3,1993,2700 -"121914",31868,45869,3,1993,2840 -"121915",31868,46384,3,1993,2285 -"121916",31868,48769,3,1993,2071 -"121917",31868,53739,3,1993,2704 -"121918",31868,54775,3,1993,2383 -"121919",31868,56995,2,1993,2323 -"121920",31868,58655,3,1993,2685 -"121921",31868,65381,3,1993,2184 -"121922",31868,69131,3,1993,2122 -"121923",31868,70583,3,1993,2615 -"121924",31868,111375,3,1993,2686 -"121925",31890,160,2,1487,2007 -"121926",31890,1175,3,1487,1642 -"121927",31890,1641,2,1487,1490 -"121928",31890,5610,1,1487,2223 -"121929",31890,7406,3,1487,1906 -"121930",31890,7616,3,1487,2296 -"121931",31890,8238,1,1487,2222 -"121932",31890,9331,3,1487,2269 -"121933",31890,9423,3,1487,1708 -"121934",31890,11770,3,1487,1653 -"121935",31890,12081,3,1487,2166 -"121936",31890,12560,3,1487,2565 -"121937",31890,12729,3,1487,1835 -"121938",31890,13249,3,1487,2573 -"121939",31890,13324,3,1487,2163 -"121940",31890,14507,3,1487,2686 -"121941",31890,15008,3,1487,2338 -"121942",31890,15207,3,1487,1855 -"121943",31890,15401,3,1487,1999 -"121944",31890,15729,3,1487,2338 -"121945",31890,16347,3,1487,1868 -"121946",31890,16539,3,1487,1947 -"121947",31890,16850,3,1487,1657 -"121948",31890,17351,3,1487,2036 -"121949",31890,17549,3,1487,2647 -"121950",31890,17632,2,1487,1947 -"121951",31890,17867,2,1487,1904 -"121952",31890,18670,2,1487,1835 -"121953",31890,19208,3,1487,2629 -"121954",31890,19937,3,1487,1587 -"121955",31890,21164,2,1487,1645 -"121956",31890,22682,3,1487,2035 -"121957",31890,22950,3,1487,2576 -"121958",31890,24256,3,1487,2393 -"121959",31890,24793,3,1487,1993 -"121960",31890,24825,3,1487,2686 -"121961",31890,25030,3,1487,2017 -"121962",31890,27642,3,1487,1531 -"121963",31890,27796,2,1487,2151 -"121964",31890,28571,3,1487,1556 -"121965",31890,29512,2,1487,1594 -"121966",31890,31117,3,1487,2210 -"121967",31890,31159,3,1487,2231 -"121968",31890,31700,3,1487,2727 -"121969",31890,31705,3,1487,2706 -"121970",31890,32047,2,1487,1858 -"121971",31890,33010,3,1487,2189 -"121972",31890,36837,3,1487,1556 -"121973",31890,39464,2,1487,2314 -"121974",31890,41518,3,1487,1641 -"121975",31890,41900,3,1487,1970 -"121976",31890,41945,3,1487,2856 -"121977",31890,42505,3,1487,2008 -"121978",31890,42783,3,1487,2338 -"121979",31890,43614,2,1487,1712 -"121980",31890,44688,3,1487,2924 -"121981",31890,45239,3,1487,2535 -"121982",31890,46042,3,1487,1692 -"121983",31890,46680,3,1487,1690 -"121984",31890,46883,3,1487,1671 -"121985",31890,47564,1,1487,2650 -"121986",31890,47803,2,1487,2477 -"121987",31890,48035,3,1487,2180 -"121988",31890,49334,3,1487,2433 -"121989",31890,50001,2,1487,1518 -"121990",31890,54953,2,1487,2223 -"121991",31890,56854,3,1487,2022 -"121992",31890,63477,3,1487,1907 -"121993",31890,63573,3,1487,1973 -"121994",31890,64857,2,1487,1792 -"121995",31890,67748,3,1487,1498 -"121996",31890,77611,2,1487,1795 -"121997",31890,79213,3,1487,1620 -"121998",31898,1090,3,1916,2370 -"121999",31898,6621,3,1916,2478 -"122000",31898,13200,2,1916,2488 -"122001",31898,17221,3,1916,2487 -"122002",31898,18165,3,1916,2085 -"122003",31898,19744,1,1916,2623 -"122004",31898,19980,2,1916,2231 -"122005",31898,23098,3,1916,2300 -"122006",31898,24923,3,1916,2785 -"122007",31898,30081,3,1916,2403 -"122008",31898,30697,3,1916,2891 -"122009",31898,30827,3,1916,2323 -"122010",31898,30943,3,1916,2287 -"122011",31898,34327,3,1916,2959 -"122012",31898,40129,3,1916,2162 -"122013",31898,42372,3,1916,2230 -"122014",31898,45343,3,1916,2360 -"122015",31901,160,3,1251,2007 -"122016",31901,1641,3,1251,1490 -"122017",31901,5610,2,1251,2223 -"122018",31901,7616,3,1251,2296 -"122019",31901,8238,2,1251,2222 -"122020",31901,9423,3,1251,1708 -"122021",31901,12081,3,1251,2166 -"122022",31901,12729,3,1251,1835 -"122023",31901,16539,3,1251,1947 -"122024",31901,16625,3,1251,1285 -"122025",31901,16850,3,1251,1657 -"122026",31901,17632,3,1251,1947 -"122027",31901,17867,3,1251,1904 -"122028",31901,18670,2,1251,1835 -"122029",31901,21164,3,1251,1645 -"122030",31901,22682,3,1251,2035 -"122031",31901,24256,3,1251,2393 -"122032",31901,24793,3,1251,1993 -"122033",31901,27796,3,1251,2151 -"122034",31901,29004,3,1251,2596 -"122035",31901,29089,3,1251,1344 -"122036",31901,29512,2,1251,1594 -"122037",31901,31159,3,1251,2231 -"122038",31901,31705,3,1251,2706 -"122039",31901,31890,1,1251,1487 -"122040",31901,32047,3,1251,1858 -"122041",31901,33010,3,1251,2189 -"122042",31901,39464,3,1251,2314 -"122043",31901,41945,3,1251,2856 -"122044",31901,43614,2,1251,1712 -"122045",31901,46680,3,1251,1690 -"122046",31901,47564,2,1251,2650 -"122047",31901,47803,3,1251,2477 -"122048",31901,48035,3,1251,2180 -"122049",31901,50001,2,1251,1518 -"122050",31901,54953,3,1251,2223 -"122051",31901,56854,3,1251,2022 -"122052",31901,64857,3,1251,1792 -"122053",31901,66756,3,1251,1301 -"122054",31901,77611,3,1251,1795 -"122055",31901,82893,3,1251,1275 -"122056",31906,12373,3,1036,1567 -"122057",31906,62538,2,1036,1656 -"122058",31911,601,3,70,702 -"122059",31911,1427,3,70,324 -"122060",31911,19637,3,70,1229 -"122061",31911,28130,3,70,908 -"122062",31911,28131,2,70,1492 -"122063",31911,30150,3,70,1704 -"122064",31911,58669,1,70,2296 -"122065",31911,70203,3,70,2756 -"122066",31911,74730,3,70,535 -"122067",31911,75949,2,70,320 -"122068",31911,117679,3,70,535 -"122069",31924,3034,3,643,2601 -"122070",31924,3158,3,643,2762 -"122071",31924,11270,3,643,1011 -"122072",31924,13595,3,643,1164 -"122073",31924,14212,3,643,857 -"122074",31924,14612,3,643,2340 -"122075",31924,16963,3,643,1999 -"122076",31924,19617,3,643,679 -"122077",31924,27570,3,643,1559 -"122078",31924,52386,3,643,1830 -"122079",31924,64850,3,643,2377 -"122080",31924,67289,2,643,829 -"122081",31924,96332,3,643,1197 -"122082",31924,105435,3,643,684 -"122083",31927,212,3,818,1513 -"122084",31927,270,3,818,2542 -"122085",31927,733,3,818,1653 -"122086",31927,1044,3,818,880 -"122087",31927,2224,3,818,2751 -"122088",31927,2424,2,818,2582 -"122089",31927,2533,3,818,2016 -"122090",31927,3305,3,818,2839 -"122091",31927,5346,3,818,1438 -"122092",31927,6449,3,818,1997 -"122093",31927,6602,3,818,1631 -"122094",31927,8259,3,818,1677 -"122095",31927,9175,3,818,2639 -"122096",31927,10343,1,818,1072 -"122097",31927,10474,3,818,1608 -"122098",31927,10739,2,818,1807 -"122099",31927,11154,3,818,1594 -"122100",31927,13890,2,818,1482 -"122101",31927,14655,3,818,2559 -"122102",31927,15207,3,818,1855 -"122103",31927,15560,3,818,2257 -"122104",31927,15813,3,818,2143 -"122105",31927,16164,3,818,1184 -"122106",31927,16595,3,818,2352 -"122107",31927,17328,3,818,1206 -"122108",31927,17931,3,818,1617 -"122109",31927,20049,2,818,877 -"122110",31927,21164,3,818,1645 -"122111",31927,21197,3,818,1437 -"122112",31927,21198,3,818,935 -"122113",31927,21285,3,818,2100 -"122114",31927,22331,3,818,2687 -"122115",31927,25730,3,818,1206 -"122116",31927,26080,3,818,2525 -"122117",31927,34820,3,818,1630 -"122118",31927,36031,2,818,2342 -"122119",31927,40672,2,818,1315 -"122120",31927,42216,3,818,2722 -"122121",31927,43455,3,818,2846 -"122122",31927,45239,3,818,2535 -"122123",31927,46629,3,818,2255 -"122124",31927,51022,3,818,1499 -"122125",31927,52457,2,818,849 -"122126",31927,52576,3,818,2234 -"122127",31927,55892,3,818,1234 -"122128",31927,58078,3,818,1252 -"122129",31927,58221,3,818,1787 -"122130",31927,61982,3,818,2725 -"122131",31927,68317,3,818,874 -"122132",31927,76892,3,818,2381 -"122133",31927,88808,3,818,1462 -"122134",31927,89681,2,818,1978 -"122135",31927,94520,3,818,1243 -"122136",31950,4784,3,2217,2511 -"122137",31950,16866,3,2217,2718 -"122138",31950,21142,3,2217,2414 -"122139",31950,21920,2,2217,2367 -"122140",31950,48931,3,2217,2444 -"122141",31950,53293,3,2217,2916 -"122142",31950,54488,3,2217,2357 -"122143",31950,57549,3,2217,2335 -"122144",31950,64737,3,2217,2442 -"122145",31950,80186,3,2217,2228 -"122146",31990,55,3,2264,2524 -"122147",31990,3506,3,2264,2364 -"122148",31990,6621,3,2264,2478 -"122149",31990,16866,3,2264,2718 -"122150",31990,17925,2,2264,2385 -"122151",31990,18574,2,2264,2305 -"122152",31990,32724,2,2264,2581 -"122153",31990,37801,1,2264,2578 -"122154",31990,44312,1,2264,2741 -"122155",31990,48931,2,2264,2444 -"122156",31990,63096,2,2264,2307 -"122157",31990,65054,2,2264,2593 -"122158",31990,80705,3,2264,2764 -"122159",31997,2407,3,1703,1725 -"122160",31997,3460,3,1703,2530 -"122161",31997,3896,3,1703,2693 -"122162",31997,4821,2,1703,1938 -"122163",31997,16866,3,1703,2718 -"122164",31997,18865,3,1703,2676 -"122165",31997,22216,3,1703,1956 -"122166",31997,36559,3,1703,2473 -"122167",31997,36646,3,1703,2744 -"122168",31997,42196,3,1703,2765 -"122169",31997,42642,2,1703,2257 -"122170",31997,47440,3,1703,2234 -"122171",31997,47947,3,1703,2681 -"122172",31997,48215,3,1703,2028 -"122173",31997,51055,3,1703,2558 -"122174",31997,60516,2,1703,2257 -"122175",31997,63395,2,1703,2334 -"122176",31997,64469,3,1703,2707 -"122177",31997,74204,3,1703,2463 -"122178",31997,86152,3,1703,1944 -"122179",32017,145,3,577,1998 -"122180",32017,270,3,577,2542 -"122181",32017,313,3,577,2271 -"122182",32017,377,3,577,2389 -"122183",32017,380,2,577,2261 -"122184",32017,457,3,577,1704 -"122185",32017,489,3,577,2652 -"122186",32017,543,3,577,2203 -"122187",32017,613,3,577,2687 -"122188",32017,671,3,577,2328 -"122189",32017,675,3,577,1686 -"122190",32017,913,3,577,2144 -"122191",32017,998,3,577,1795 -"122192",32017,1044,3,577,880 -"122193",32017,1102,3,577,2282 -"122194",32017,1124,3,577,1596 -"122195",32017,1136,3,577,2536 -"122196",32017,1151,3,577,2885 -"122197",32017,1154,3,577,1656 -"122198",32017,1275,3,577,2068 -"122199",32017,1495,3,577,2046 -"122200",32017,1616,3,577,2662 -"122201",32017,1691,3,577,1941 -"122202",32017,1777,2,577,1965 -"122203",32017,1826,3,577,924 -"122204",32017,2036,3,577,2483 -"122205",32017,2063,3,577,1278 -"122206",32017,2111,3,577,1904 -"122207",32017,2143,3,577,1174 -"122208",32017,2208,3,577,2814 -"122209",32017,2224,2,577,2751 -"122210",32017,2424,3,577,2582 -"122211",32017,2484,3,577,2389 -"122212",32017,2533,3,577,2016 -"122213",32017,2572,3,577,2273 -"122214",32017,2743,2,577,1278 -"122215",32017,3040,3,577,1446 -"122216",32017,3088,3,577,1670 -"122217",32017,3161,3,577,2229 -"122218",32017,3164,3,577,2693 -"122219",32017,3167,3,577,1676 -"122220",32017,3242,3,577,1730 -"122221",32017,3305,3,577,2839 -"122222",32017,3801,3,577,1974 -"122223",32017,3830,3,577,1661 -"122224",32017,4057,3,577,2389 -"122225",32017,4226,3,577,1903 -"122226",32017,4317,3,577,1224 -"122227",32017,4687,3,577,2152 -"122228",32017,4690,3,577,1938 -"122229",32017,4701,3,577,2401 -"122230",32017,4790,3,577,1025 -"122231",32017,4791,2,577,1184 -"122232",32017,4932,3,577,2752 -"122233",32017,5078,2,577,2033 -"122234",32017,5235,3,577,2324 -"122235",32017,5457,2,577,2077 -"122236",32017,5462,2,577,2374 -"122237",32017,5504,2,577,2389 -"122238",32017,5716,3,577,1058 -"122239",32017,5971,2,577,1985 -"122240",32017,5986,3,577,1721 -"122241",32017,6047,3,577,2004 -"122242",32017,6222,3,577,1949 -"122243",32017,6264,3,577,749 -"122244",32017,6417,3,577,1675 -"122245",32017,6428,3,577,1952 -"122246",32017,6491,2,577,2424 -"122247",32017,6588,2,577,2025 -"122248",32017,6718,3,577,2138 -"122249",32017,7226,3,577,1228 -"122250",32017,7241,3,577,2259 -"122251",32017,7323,3,577,2858 -"122252",32017,7555,3,577,1943 -"122253",32017,7847,3,577,2424 -"122254",32017,8011,3,577,889 -"122255",32017,8192,3,577,1670 -"122256",32017,8376,3,577,1670 -"122257",32017,8529,2,577,1205 -"122258",32017,8621,3,577,1681 -"122259",32017,8760,3,577,2477 -"122260",32017,8821,3,577,2230 -"122261",32017,8866,2,577,1545 -"122262",32017,8888,2,577,1328 -"122263",32017,9114,3,577,961 -"122264",32017,9311,3,577,2477 -"122265",32017,9362,2,577,2879 -"122266",32017,9474,3,577,864 -"122267",32017,9654,3,577,2111 -"122268",32017,9805,2,577,1621 -"122269",32017,10453,3,577,1656 -"122270",32017,10488,3,577,1524 -"122271",32017,10513,3,577,2284 -"122272",32017,10523,3,577,1510 -"122273",32017,10646,3,577,1555 -"122274",32017,11006,3,577,1950 -"122275",32017,11218,3,577,2292 -"122276",32017,11229,3,577,1625 -"122277",32017,11348,3,577,824 -"122278",32017,11817,2,577,600 -"122279",32017,11966,3,577,2385 -"122280",32017,12042,3,577,2345 -"122281",32017,12096,3,577,1330 -"122282",32017,12374,1,577,2260 -"122283",32017,12602,3,577,1956 -"122284",32017,12713,3,577,2440 -"122285",32017,13307,3,577,2206 -"122286",32017,13929,3,577,2693 -"122287",32017,13945,3,577,1324 -"122288",32017,14655,3,577,2559 -"122289",32017,14656,3,577,584 -"122290",32017,14834,2,577,2739 -"122291",32017,14855,3,577,903 -"122292",32017,14989,3,577,2223 -"122293",32017,15005,3,577,1415 -"122294",32017,15118,3,577,1311 -"122295",32017,15135,3,577,1035 -"122296",32017,15315,3,577,2173 -"122297",32017,15632,3,577,1242 -"122298",32017,15700,3,577,1712 -"122299",32017,15799,3,577,1917 -"122300",32017,16164,3,577,1184 -"122301",32017,16201,3,577,1811 -"122302",32017,16352,2,577,2657 -"122303",32017,16940,3,577,1290 -"122304",32017,17400,3,577,2231 -"122305",32017,17410,3,577,2073 -"122306",32017,17520,3,577,2276 -"122307",32017,18151,3,577,2962 -"122308",32017,18361,3,577,2968 -"122309",32017,18393,3,577,860 -"122310",32017,18394,3,577,2356 -"122311",32017,18615,3,577,1025 -"122312",32017,19096,3,577,1538 -"122313",32017,19248,3,577,2357 -"122314",32017,19606,3,577,2783 -"122315",32017,19637,3,577,1229 -"122316",32017,19719,2,577,2177 -"122317",32017,20124,3,577,2376 -"122318",32017,20292,3,577,2755 -"122319",32017,20311,3,577,1981 -"122320",32017,20563,3,577,2267 -"122321",32017,20659,3,577,1969 -"122322",32017,20824,3,577,1366 -"122323",32017,20975,3,577,1305 -"122324",32017,21104,2,577,2327 -"122325",32017,21122,3,577,1701 -"122326",32017,21197,3,577,1437 -"122327",32017,21198,3,577,935 -"122328",32017,21285,3,577,2100 -"122329",32017,21571,3,577,2755 -"122330",32017,21693,3,577,2176 -"122331",32017,22006,3,577,1202 -"122332",32017,22197,3,577,2271 -"122333",32017,22282,3,577,1418 -"122334",32017,22326,3,577,2818 -"122335",32017,22362,3,577,1836 -"122336",32017,22566,3,577,2308 -"122337",32017,22749,3,577,1727 -"122338",32017,23011,3,577,2763 -"122339",32017,23450,3,577,967 -"122340",32017,23492,3,577,1067 -"122341",32017,23526,3,577,1998 -"122342",32017,23534,3,577,1659 -"122343",32017,23715,3,577,1859 -"122344",32017,23725,3,577,2378 -"122345",32017,23825,2,577,1913 -"122346",32017,24005,2,577,1188 -"122347",32017,24558,3,577,2139 -"122348",32017,24559,3,577,946 -"122349",32017,24755,3,577,1319 -"122350",32017,24807,3,577,2319 -"122351",32017,25132,2,577,1188 -"122352",32017,25508,3,577,2081 -"122353",32017,25577,3,577,1946 -"122354",32017,25816,3,577,2088 -"122355",32017,26067,2,577,2069 -"122356",32017,26080,3,577,2525 -"122357",32017,26322,3,577,1018 -"122358",32017,26451,3,577,2133 -"122359",32017,26471,2,577,1061 -"122360",32017,26570,2,577,1669 -"122361",32017,26671,2,577,2279 -"122362",32017,26749,3,577,2965 -"122363",32017,26848,3,577,2363 -"122364",32017,26867,2,577,1804 -"122365",32017,27628,3,577,2389 -"122366",32017,27694,3,577,2030 -"122367",32017,27744,3,577,861 -"122368",32017,27792,3,577,1308 -"122369",32017,27849,3,577,1316 -"122370",32017,28002,3,577,914 -"122371",32017,28050,3,577,1955 -"122372",32017,28216,3,577,1910 -"122373",32017,28285,3,577,2972 -"122374",32017,29073,3,577,2328 -"122375",32017,29705,3,577,607 -"122376",32017,29929,2,577,2789 -"122377",32017,29941,3,577,1986 -"122378",32017,29982,3,577,1372 -"122379",32017,30325,3,577,1067 -"122380",32017,30405,3,577,2164 -"122381",32017,30883,3,577,1629 -"122382",32017,31050,3,577,1491 -"122383",32017,31235,3,577,2668 -"122384",32017,31338,3,577,917 -"122385",32017,31799,3,577,2547 -"122386",32017,32131,3,577,1035 -"122387",32017,32173,3,577,2341 -"122388",32017,32601,3,577,1033 -"122389",32017,32811,2,577,804 -"122390",32017,33622,2,577,2230 -"122391",32017,34136,2,577,2202 -"122392",32017,34735,3,577,2767 -"122393",32017,34836,1,577,2302 -"122394",32017,35095,3,577,1502 -"122395",32017,35256,3,577,2271 -"122396",32017,35673,3,577,1067 -"122397",32017,35815,3,577,2789 -"122398",32017,36087,3,577,2755 -"122399",32017,36651,3,577,1600 -"122400",32017,36714,3,577,2209 -"122401",32017,37570,3,577,2389 -"122402",32017,37800,1,577,604 -"122403",32017,37893,3,577,875 -"122404",32017,38019,1,577,1870 -"122405",32017,38048,3,577,867 -"122406",32017,38780,3,577,2705 -"122407",32017,39238,2,577,922 -"122408",32017,39444,2,577,2695 -"122409",32017,39865,1,577,849 -"122410",32017,40028,2,577,1349 -"122411",32017,40072,1,577,1182 -"122412",32017,40369,3,577,2735 -"122413",32017,40646,3,577,1583 -"122414",32017,41174,2,577,850 -"122415",32017,41278,3,577,1873 -"122416",32017,41607,3,577,2802 -"122417",32017,41747,3,577,1722 -"122418",32017,42747,3,577,1189 -"122419",32017,42935,3,577,2400 -"122420",32017,43051,3,577,904 -"122421",32017,43518,3,577,2680 -"122422",32017,43673,3,577,2787 -"122423",32017,44427,3,577,2875 -"122424",32017,44521,3,577,1593 -"122425",32017,44648,2,577,619 -"122426",32017,45650,3,577,1528 -"122427",32017,46040,3,577,2105 -"122428",32017,46469,3,577,759 -"122429",32017,46596,3,577,1942 -"122430",32017,46629,3,577,2255 -"122431",32017,46723,3,577,607 -"122432",32017,46950,3,577,2673 -"122433",32017,47803,3,577,2477 -"122434",32017,47839,3,577,1864 -"122435",32017,48215,3,577,2028 -"122436",32017,48260,3,577,875 -"122437",32017,48698,2,577,1474 -"122438",32017,49512,3,577,1302 -"122439",32017,50118,3,577,2654 -"122440",32017,50134,3,577,2674 -"122441",32017,50236,2,577,2339 -"122442",32017,50487,3,577,744 -"122443",32017,50685,3,577,2008 -"122444",32017,51017,3,577,2073 -"122445",32017,51022,3,577,1499 -"122446",32017,51035,3,577,2397 -"122447",32017,52003,3,577,2067 -"122448",32017,52136,3,577,1412 -"122449",32017,52154,3,577,1722 -"122450",32017,52345,2,577,1430 -"122451",32017,52576,3,577,2234 -"122452",32017,53266,2,577,2389 -"122453",32017,53303,2,577,1376 -"122454",32017,53322,2,577,1200 -"122455",32017,53323,3,577,2677 -"122456",32017,53830,3,577,1307 -"122457",32017,55320,3,577,1643 -"122458",32017,55468,3,577,2511 -"122459",32017,55556,3,577,2075 -"122460",32017,55691,3,577,2856 -"122461",32017,55862,3,577,2123 -"122462",32017,56082,3,577,2395 -"122463",32017,56237,3,577,2625 -"122464",32017,56317,3,577,2030 -"122465",32017,56854,2,577,2022 -"122466",32017,57348,2,577,687 -"122467",32017,57353,2,577,1849 -"122468",32017,57544,3,577,2443 -"122469",32017,57950,3,577,1529 -"122470",32017,58133,3,577,1484 -"122471",32017,58508,3,577,2326 -"122472",32017,59700,3,577,2346 -"122473",32017,59939,1,577,936 -"122474",32017,61982,3,577,2725 -"122475",32017,62841,3,577,2710 -"122476",32017,64181,3,577,1828 -"122477",32017,64232,3,577,1275 -"122478",32017,64997,3,577,2791 -"122479",32017,65007,2,577,2530 -"122480",32017,65884,3,577,798 -"122481",32017,66878,3,577,1949 -"122482",32017,67726,3,577,2873 -"122483",32017,67763,3,577,822 -"122484",32017,68960,3,577,1312 -"122485",32017,69498,3,577,931 -"122486",32017,69712,3,577,1219 -"122487",32017,69745,3,577,1594 -"122488",32017,70838,3,577,687 -"122489",32017,71342,3,577,1289 -"122490",32017,71478,3,577,1721 -"122491",32017,72188,3,577,856 -"122492",32017,72326,3,577,2384 -"122493",32017,72468,2,577,2292 -"122494",32017,72597,3,577,1843 -"122495",32017,72598,3,577,805 -"122496",32017,72956,3,577,1251 -"122497",32017,73128,3,577,1549 -"122498",32017,73728,3,577,784 -"122499",32017,74318,3,577,632 -"122500",32017,75403,3,577,1895 -"122501",32017,75898,3,577,889 -"122502",32017,75948,3,577,1006 -"122503",32017,76127,3,577,910 -"122504",32017,77305,3,577,965 -"122505",32017,78256,2,577,804 -"122506",32017,79657,3,577,1260 -"122507",32017,79804,3,577,2227 -"122508",32017,80429,3,577,1927 -"122509",32017,80825,3,577,2315 -"122510",32017,81588,3,577,1568 -"122511",32017,82730,3,577,1492 -"122512",32017,82787,3,577,1144 -"122513",32017,82949,3,577,2077 -"122514",32017,83434,3,577,850 -"122515",32017,85430,3,577,2370 -"122516",32017,85685,3,577,998 -"122517",32017,87048,3,577,989 -"122518",32017,89097,3,577,935 -"122519",32017,89958,3,577,1186 -"122520",32017,90573,3,577,878 -"122521",32017,90837,3,577,825 -"122522",32017,91912,1,577,790 -"122523",32017,92104,3,577,2339 -"122524",32017,92220,3,577,607 -"122525",32017,98925,2,577,584 -"122526",32017,101797,3,577,2357 -"122527",32017,103721,3,577,1030 -"122528",32017,108379,3,577,2933 -"122529",32017,108867,2,577,2328 -"122530",32017,109521,3,577,609 -"122531",32017,109718,3,577,1237 -"122532",32017,120549,3,577,708 -"122533",32017,121422,3,577,850 -"122534",32047,270,3,1858,2542 -"122535",32047,380,3,1858,2261 -"122536",32047,1092,3,1858,1945 -"122537",32047,1102,3,1858,2282 -"122538",32047,5610,2,1858,2223 -"122539",32047,8238,3,1858,2222 -"122540",32047,9311,3,1858,2477 -"122541",32047,12081,3,1858,2166 -"122542",32047,13307,2,1858,2206 -"122543",32047,14507,3,1858,2686 -"122544",32047,17867,3,1858,1904 -"122545",32047,18394,3,1858,2356 -"122546",32047,19862,3,1858,2412 -"122547",32047,21012,3,1858,2325 -"122548",32047,21950,3,1858,1892 -"122549",32047,22292,3,1858,1910 -"122550",32047,22682,3,1858,2035 -"122551",32047,23460,3,1858,2183 -"122552",32047,23526,3,1858,1998 -"122553",32047,23715,3,1858,1859 -"122554",32047,24256,2,1858,2393 -"122555",32047,24825,3,1858,2686 -"122556",32047,25030,3,1858,2017 -"122557",32047,27796,3,1858,2151 -"122558",32047,29930,3,1858,2240 -"122559",32047,31117,3,1858,2210 -"122560",32047,31159,3,1858,2231 -"122561",32047,32419,3,1858,1909 -"122562",32047,34707,3,1858,2042 -"122563",32047,35888,3,1858,2291 -"122564",32047,39464,3,1858,2314 -"122565",32047,39556,3,1858,2747 -"122566",32047,40493,3,1858,1981 -"122567",32047,47564,3,1858,2650 -"122568",32047,47803,3,1858,2477 -"122569",32047,48035,1,1858,2180 -"122570",32047,50784,3,1858,2733 -"122571",32047,54953,3,1858,2223 -"122572",32047,56854,2,1858,2022 -"122573",32048,3255,3,2102,2504 -"122574",32048,57657,3,2102,2735 -"122575",32050,82932,3,2059,2245 -"122576",32060,822,3,1199,1475 -"122577",32060,1150,3,1199,1595 -"122578",32060,1560,3,1199,2013 -"122579",32060,10200,3,1199,2920 -"122580",32060,11135,3,1199,2441 -"122581",32060,12031,3,1199,1957 -"122582",32060,12837,3,1199,1315 -"122583",32060,14110,3,1199,2448 -"122584",32060,14623,3,1199,2043 -"122585",32060,15502,3,1199,2637 -"122586",32060,19057,1,1199,2664 -"122587",32060,21575,3,1199,1762 -"122588",32060,22249,2,1199,1892 -"122589",32060,23302,3,1199,2677 -"122590",32060,26847,3,1199,1902 -"122591",32060,32235,1,1199,2109 -"122592",32060,32312,1,1199,1472 -"122593",32060,34055,2,1199,1881 -"122594",32060,35688,1,1199,1551 -"122595",32060,51448,3,1199,1593 -"122596",32060,55436,3,1199,2513 -"122597",32060,56737,3,1199,2270 -"122598",32060,76230,3,1199,1223 -"122599",32060,81134,3,1199,1384 -"122600",32060,88171,3,1199,1488 -"122601",32064,14,1,1739,1793 -"122602",32064,854,3,1739,2307 -"122603",32064,915,2,1739,1793 -"122604",32064,1046,3,1739,1881 -"122605",32064,1367,3,1739,2176 -"122606",32064,1639,3,1739,2631 -"122607",32064,3068,3,1739,1815 -"122608",32064,3306,2,1739,1989 -"122609",32064,4504,3,1739,1905 -"122610",32064,5148,3,1739,2206 -"122611",32064,5669,3,1739,2502 -"122612",32064,5725,3,1739,2789 -"122613",32064,8533,3,1739,2251 -"122614",32064,9828,3,1739,2085 -"122615",32064,12388,3,1739,1975 -"122616",32064,15003,3,1739,2067 -"122617",32064,15756,2,1739,2362 -"122618",32064,19605,3,1739,2395 -"122619",32064,22260,2,1739,2137 -"122620",32064,24066,3,1739,1755 -"122621",32064,26080,3,1739,2525 -"122622",32064,26351,3,1739,2683 -"122623",32064,26451,3,1739,2133 -"122624",32064,28285,2,1739,2972 -"122625",32064,30173,3,1739,2404 -"122626",32064,30236,3,1739,2238 -"122627",32064,30827,2,1739,2323 -"122628",32064,33380,3,1739,2340 -"122629",32064,33949,3,1739,2489 -"122630",32064,37915,3,1739,1905 -"122631",32064,38732,3,1739,2263 -"122632",32064,41682,3,1739,1988 -"122633",32064,42216,3,1739,2722 -"122634",32064,43404,3,1739,2649 -"122635",32064,47947,3,1739,2681 -"122636",32064,52969,3,1739,2302 -"122637",32064,57842,3,1739,2482 -"122638",32064,59539,2,1739,2429 -"122639",32070,1222,1,950,2598 -"122640",32070,1785,3,950,2350 -"122641",32070,2272,3,950,1640 -"122642",32070,2407,3,950,1725 -"122643",32070,2443,2,950,2333 -"122644",32070,2802,2,950,1836 -"122645",32070,3324,1,950,1198 -"122646",32070,3477,3,950,2546 -"122647",32070,3786,3,950,2282 -"122648",32070,5414,2,950,2321 -"122649",32070,6063,3,950,2349 -"122650",32070,6262,1,950,2733 -"122651",32070,6432,3,950,2297 -"122652",32070,6562,3,950,1139 -"122653",32070,6755,2,950,2818 -"122654",32070,9269,3,950,1892 -"122655",32070,9910,3,950,2526 -"122656",32070,9948,3,950,2019 -"122657",32070,11897,2,950,1271 -"122658",32070,12116,3,950,2119 -"122659",32070,12914,3,950,1557 -"122660",32070,13150,3,950,1570 -"122661",32070,13671,3,950,1371 -"122662",32070,15047,2,950,1697 -"122663",32070,16590,3,950,1123 -"122664",32070,16866,3,950,2718 -"122665",32070,17884,3,950,1677 -"122666",32070,17999,3,950,2758 -"122667",32070,18217,3,950,1566 -"122668",32070,18466,2,950,2340 -"122669",32070,18610,3,950,2141 -"122670",32070,18865,3,950,2676 -"122671",32070,19002,3,950,2053 -"122672",32070,19190,2,950,2677 -"122673",32070,19323,3,950,1705 -"122674",32070,20176,3,950,1050 -"122675",32070,20604,2,950,1684 -"122676",32070,20695,3,950,2526 -"122677",32070,23731,3,950,1656 -"122678",32070,23890,3,950,1810 -"122679",32070,24044,3,950,1076 -"122680",32070,24421,3,950,1324 -"122681",32070,25286,3,950,1545 -"122682",32070,26138,3,950,1902 -"122683",32070,26642,3,950,2952 -"122684",32070,26698,3,950,1963 -"122685",32070,30697,3,950,2891 -"122686",32070,31089,3,950,2952 -"122687",32070,31705,3,950,2706 -"122688",32070,32479,3,950,969 -"122689",32070,32939,3,950,2277 -"122690",32070,32966,3,950,1583 -"122691",32070,33223,3,950,2397 -"122692",32070,33278,3,950,1591 -"122693",32070,33363,3,950,2475 -"122694",32070,36215,3,950,1623 -"122695",32070,36270,3,950,2910 -"122696",32070,36662,3,950,2967 -"122697",32070,37332,3,950,1891 -"122698",32070,38274,3,950,1181 -"122699",32070,38697,3,950,2701 -"122700",32070,40542,3,950,1664 -"122701",32070,42259,2,950,1235 -"122702",32070,42280,3,950,2266 -"122703",32070,43311,3,950,1553 -"122704",32070,43768,3,950,1468 -"122705",32070,45585,3,950,2384 -"122706",32070,46581,3,950,1160 -"122707",32070,48931,3,950,2444 -"122708",32070,49403,3,950,2427 -"122709",32070,49708,3,950,1147 -"122710",32070,51678,2,950,1077 -"122711",32070,53082,3,950,2328 -"122712",32070,53648,3,950,2167 -"122713",32070,54061,3,950,1488 -"122714",32070,56168,1,950,1466 -"122715",32070,56364,3,950,1626 -"122716",32070,57037,3,950,2293 -"122717",32070,57804,3,950,2214 -"122718",32070,63395,3,950,2334 -"122719",32070,63525,3,950,2741 -"122720",32070,66017,2,950,1545 -"122721",32070,76796,3,950,1140 -"122722",32070,76997,2,950,2223 -"122723",32070,77550,3,950,1548 -"122724",32070,79772,2,950,1230 -"122725",32070,79793,2,950,1915 -"122726",32070,82917,3,950,2371 -"122727",32070,83334,2,950,1708 -"122728",32070,87915,3,950,1152 -"122729",32070,90633,2,950,990 -"122730",32070,94339,2,950,2768 -"122731",32070,97706,3,950,1121 -"122732",32070,99194,3,950,1271 -"122733",32070,101381,3,950,977 -"122734",32070,106330,3,950,2559 -"122735",32070,107435,3,950,1635 -"122736",32079,4188,3,2315,2963 -"122737",32079,15150,3,2315,2801 -"122738",32079,15558,3,2315,2389 -"122739",32079,20011,3,2315,2826 -"122740",32079,30194,3,2315,2874 -"122741",32079,44730,3,2315,2468 -"122742",32079,49415,3,2315,2654 -"122743",32079,49913,2,2315,2444 -"122744",32097,6162,3,1307,1673 -"122745",32097,6192,3,1307,2409 -"122746",32097,8274,2,1307,1909 -"122747",32097,8327,1,1307,2527 -"122748",32097,9954,3,1307,2117 -"122749",32097,10825,3,1307,2565 -"122750",32097,15444,3,1307,2764 -"122751",32097,17561,3,1307,2286 -"122752",32097,19208,3,1307,2629 -"122753",32097,19605,3,1307,2395 -"122754",32097,21248,3,1307,2232 -"122755",32097,27390,3,1307,2425 -"122756",32097,29280,3,1307,2499 -"122757",32097,31117,3,1307,2210 -"122758",32097,41682,3,1307,1988 -"122759",32097,41764,3,1307,2409 -"122760",32097,48274,3,1307,1979 -"122761",32097,50480,2,1307,2701 -"122762",32097,51610,3,1307,2635 -"122763",32097,54879,3,1307,2210 -"122764",32097,56920,3,1307,2548 -"122765",32097,91579,3,1307,2510 -"122766",32103,19862,3,1491,2412 -"122767",32103,22180,2,1491,1835 -"122768",32103,49696,3,1491,2444 -"122769",32103,66205,3,1491,2898 -"122770",32103,69598,1,1491,2812 -"122771",32103,97498,2,1491,2346 -"122772",32110,3477,3,2224,2546 -"122773",32110,12361,3,2224,2732 -"122774",32110,16866,3,2224,2718 -"122775",32110,18865,3,2224,2676 -"122776",32110,18965,3,2224,2315 -"122777",32110,47965,3,2224,2232 -"122778",32110,63077,3,2224,2778 -"122779",32110,63395,3,2224,2334 -"122780",32110,115059,2,2224,2552 -"122781",32113,357,3,882,2327 -"122782",32113,669,3,882,1423 -"122783",32113,671,3,882,2328 -"122784",32113,733,3,882,1653 -"122785",32113,1046,2,882,1881 -"122786",32113,1201,2,882,2489 -"122787",32113,1469,3,882,1160 -"122788",32113,2063,3,882,1278 -"122789",32113,2754,3,882,1360 -"122790",32113,3167,2,882,1676 -"122791",32113,3242,3,882,1730 -"122792",32113,4191,3,882,2130 -"122793",32113,4583,2,882,2741 -"122794",32113,4618,2,882,2607 -"122795",32113,4707,3,882,2588 -"122796",32113,5148,3,882,2206 -"122797",32113,5669,3,882,2502 -"122798",32113,5725,3,882,2789 -"122799",32113,5864,3,882,1197 -"122800",32113,7245,3,882,2089 -"122801",32113,7555,3,882,1943 -"122802",32113,7936,3,882,1199 -"122803",32113,8533,3,882,2251 -"122804",32113,8621,3,882,1681 -"122805",32113,8700,3,882,1270 -"122806",32113,9298,3,882,1109 -"122807",32113,10130,3,882,2741 -"122808",32113,10222,3,882,2212 -"122809",32113,10859,3,882,2231 -"122810",32113,10875,2,882,1234 -"122811",32113,11546,3,882,1174 -"122812",32113,12096,2,882,1330 -"122813",32113,12867,3,882,2773 -"122814",32113,13248,2,882,1385 -"122815",32113,13801,2,882,2041 -"122816",32113,13837,3,882,1604 -"122817",32113,13929,3,882,2693 -"122818",32113,14091,2,882,929 -"122819",32113,14983,3,882,1047 -"122820",32113,16164,3,882,1184 -"122821",32113,16313,3,882,1160 -"122822",32113,18277,2,882,2309 -"122823",32113,18415,3,882,2184 -"122824",32113,18735,3,882,1581 -"122825",32113,19027,3,882,2721 -"122826",32113,20563,3,882,2267 -"122827",32113,20643,2,882,2341 -"122828",32113,24198,3,882,2217 -"122829",32113,24755,3,882,1319 -"122830",32113,24923,2,882,2785 -"122831",32113,25341,3,882,1858 -"122832",32113,25643,3,882,1646 -"122833",32113,26351,3,882,2683 -"122834",32113,26570,3,882,1669 -"122835",32113,28285,3,882,2972 -"122836",32113,28434,2,882,1141 -"122837",32113,28731,3,882,955 -"122838",32113,28892,2,882,2023 -"122839",32113,29050,3,882,1196 -"122840",32113,29456,1,882,1182 -"122841",32113,30334,3,882,2075 -"122842",32113,31696,3,882,1595 -"122843",32113,31799,3,882,2547 -"122844",32113,32988,3,882,2008 -"122845",32113,36962,3,882,2861 -"122846",32113,37636,3,882,2178 -"122847",32113,37836,3,882,1369 -"122848",32113,38046,3,882,1163 -"122849",32113,38162,3,882,1691 -"122850",32113,38449,3,882,1802 -"122851",32113,40293,3,882,1671 -"122852",32113,40392,3,882,1878 -"122853",32113,40672,3,882,1315 -"122854",32113,41832,3,882,1155 -"122855",32113,42175,3,882,1594 -"122856",32113,42505,3,882,2008 -"122857",32113,46391,3,882,1779 -"122858",32113,47082,1,882,1990 -"122859",32113,47947,3,882,2681 -"122860",32113,51410,3,882,2739 -"122861",32113,51783,3,882,2599 -"122862",32113,52203,3,882,1961 -"122863",32113,53031,3,882,2065 -"122864",32113,53300,3,882,2162 -"122865",32113,53630,3,882,1565 -"122866",32113,54100,3,882,1327 -"122867",32113,55139,3,882,2323 -"122868",32113,55691,3,882,2856 -"122869",32113,57977,3,882,2683 -"122870",32113,58035,3,882,1646 -"122871",32113,58221,2,882,1787 -"122872",32113,58384,3,882,1637 -"122873",32113,61719,3,882,1515 -"122874",32113,62840,3,882,2502 -"122875",32113,64031,3,882,1295 -"122876",32113,71562,3,882,2574 -"122877",32113,72823,3,882,929 -"122878",32113,82409,3,882,1881 -"122879",32113,82767,3,882,1641 -"122880",32113,85736,3,882,1601 -"122881",32113,92973,3,882,1276 -"122882",32113,93615,3,882,2386 -"122883",32113,94101,3,882,997 -"122884",32113,97160,3,882,1215 -"122885",32113,99103,3,882,1470 -"122886",32113,101482,2,882,1300 -"122887",32113,105233,2,882,1199 -"122888",32113,109635,3,882,1925 -"122889",32116,18779,3,449,1267 -"122890",32116,49048,3,449,1656 -"122891",32131,212,2,1035,1513 -"122892",32131,270,1,1035,2542 -"122893",32131,307,3,1035,2530 -"122894",32131,312,3,1035,2038 -"122895",32131,360,3,1035,1671 -"122896",32131,380,3,1035,2261 -"122897",32131,823,3,1035,2840 -"122898",32131,915,3,1035,1793 -"122899",32131,1046,3,1035,1881 -"122900",32131,1102,3,1035,2282 -"122901",32131,1124,1,1035,1596 -"122902",32131,1154,3,1035,1656 -"122903",32131,1875,3,1035,1786 -"122904",32131,2063,3,1035,1278 -"122905",32131,2111,2,1035,1904 -"122906",32131,2224,3,1035,2751 -"122907",32131,2424,2,1035,2582 -"122908",32131,2533,3,1035,2016 -"122909",32131,2716,3,1035,1748 -"122910",32131,2743,3,1035,1278 -"122911",32131,2894,3,1035,1291 -"122912",32131,3242,3,1035,1730 -"122913",32131,3305,3,1035,2839 -"122914",32131,3306,3,1035,1989 -"122915",32131,3477,3,1035,2546 -"122916",32131,3493,3,1035,2451 -"122917",32131,4226,3,1035,1903 -"122918",32131,4360,2,1035,1770 -"122919",32131,4701,3,1035,2401 -"122920",32131,4953,3,1035,2285 -"122921",32131,5072,3,1035,2175 -"122922",32131,5235,2,1035,2324 -"122923",32131,5622,3,1035,2175 -"122924",32131,5716,3,1035,1058 -"122925",32131,5962,3,1035,2491 -"122926",32131,5971,2,1035,1985 -"122927",32131,5984,3,1035,1675 -"122928",32131,5986,3,1035,1721 -"122929",32131,6047,3,1035,2004 -"122930",32131,6052,3,1035,1985 -"122931",32131,6063,3,1035,2349 -"122932",32131,6074,3,1035,2426 -"122933",32131,6119,3,1035,2358 -"122934",32131,6222,3,1035,1949 -"122935",32131,6363,3,1035,2066 -"122936",32131,6417,3,1035,1675 -"122937",32131,6588,2,1035,2025 -"122938",32131,6718,2,1035,2138 -"122939",32131,7126,3,1035,1261 -"122940",32131,7196,3,1035,1508 -"122941",32131,7234,3,1035,2654 -"122942",32131,7555,2,1035,1943 -"122943",32131,7616,2,1035,2296 -"122944",32131,7627,3,1035,1543 -"122945",32131,7858,3,1035,1795 -"122946",32131,7984,3,1035,2493 -"122947",32131,8890,3,1035,1955 -"122948",32131,9175,3,1035,2639 -"122949",32131,9311,3,1035,2477 -"122950",32131,9432,3,1035,1693 -"122951",32131,9615,3,1035,2464 -"122952",32131,9650,3,1035,1167 -"122953",32131,9723,3,1035,2302 -"122954",32131,9928,3,1035,2345 -"122955",32131,10336,3,1035,2271 -"122956",32131,10343,3,1035,1072 -"122957",32131,10488,2,1035,1524 -"122958",32131,10523,3,1035,1510 -"122959",32131,10857,3,1035,2253 -"122960",32131,11006,3,1035,1950 -"122961",32131,11218,2,1035,2292 -"122962",32131,11229,3,1035,1625 -"122963",32131,11440,3,1035,2026 -"122964",32131,12042,3,1035,2345 -"122965",32131,12310,3,1035,1337 -"122966",32131,12374,3,1035,2260 -"122967",32131,12432,3,1035,1816 -"122968",32131,12524,3,1035,1287 -"122969",32131,12713,3,1035,2440 -"122970",32131,12724,3,1035,1930 -"122971",32131,12728,2,1035,2374 -"122972",32131,13307,2,1035,2206 -"122973",32131,13967,3,1035,1354 -"122974",32131,14108,3,1035,2012 -"122975",32131,14252,3,1035,2244 -"122976",32131,14959,3,1035,2898 -"122977",32131,15003,3,1035,2067 -"122978",32131,15118,3,1035,1311 -"122979",32131,15401,3,1035,1999 -"122980",32131,15402,3,1035,1281 -"122981",32131,15700,3,1035,1712 -"122982",32131,15799,3,1035,1917 -"122983",32131,15813,3,1035,2143 -"122984",32131,16164,3,1035,1184 -"122985",32131,16286,3,1035,2470 -"122986",32131,16352,3,1035,2657 -"122987",32131,16365,3,1035,2217 -"122988",32131,16535,3,1035,1993 -"122989",32131,16539,2,1035,1947 -"122990",32131,16835,3,1035,1739 -"122991",32131,17257,3,1035,1117 -"122992",32131,17328,2,1035,1206 -"122993",32131,17365,3,1035,2746 -"122994",32131,17400,3,1035,2231 -"122995",32131,17931,3,1035,1617 -"122996",32131,18152,2,1035,1314 -"122997",32131,18217,3,1035,1566 -"122998",32131,18361,3,1035,2968 -"122999",32131,18394,1,1035,2356 -"123000",32131,19248,3,1035,2357 -"123001",32131,19622,3,1035,2371 -"123002",32131,19719,3,1035,2177 -"123003",32131,19862,3,1035,2412 -"123004",32131,20067,3,1035,2390 -"123005",32131,20124,3,1035,2376 -"123006",32131,20311,3,1035,1981 -"123007",32131,20563,3,1035,2267 -"123008",32131,20824,3,1035,1366 -"123009",32131,21012,2,1035,2325 -"123010",32131,21104,3,1035,2327 -"123011",32131,21133,3,1035,1320 -"123012",32131,21164,3,1035,1645 -"123013",32131,21193,3,1035,2490 -"123014",32131,21197,3,1035,1437 -"123015",32131,21285,3,1035,2100 -"123016",32131,21670,3,1035,2158 -"123017",32131,21681,3,1035,2005 -"123018",32131,21682,3,1035,2414 -"123019",32131,21693,2,1035,2176 -"123020",32131,21929,3,1035,2062 -"123021",32131,22326,2,1035,2818 -"123022",32131,22362,2,1035,1836 -"123023",32131,22722,3,1035,1233 -"123024",32131,23492,3,1035,1067 -"123025",32131,23509,2,1035,2275 -"123026",32131,23526,2,1035,1998 -"123027",32131,23715,2,1035,1859 -"123028",32131,23725,3,1035,2378 -"123029",32131,23729,3,1035,1624 -"123030",32131,24066,2,1035,1755 -"123031",32131,24259,3,1035,1281 -"123032",32131,24362,3,1035,1287 -"123033",32131,24568,3,1035,1937 -"123034",32131,25305,2,1035,2447 -"123035",32131,25577,3,1035,1946 -"123036",32131,25643,3,1035,1646 -"123037",32131,25730,3,1035,1206 -"123038",32131,25816,3,1035,2088 -"123039",32131,25985,3,1035,2071 -"123040",32131,26067,3,1035,2069 -"123041",32131,26080,3,1035,2525 -"123042",32131,26451,3,1035,2133 -"123043",32131,26818,3,1035,1999 -"123044",32131,26848,3,1035,2363 -"123045",32131,26867,3,1035,1804 -"123046",32131,27694,3,1035,2030 -"123047",32131,27849,3,1035,1316 -"123048",32131,28285,3,1035,2972 -"123049",32131,28383,2,1035,1222 -"123050",32131,28784,3,1035,1579 -"123051",32131,28896,3,1035,1395 -"123052",32131,29962,3,1035,2201 -"123053",32131,30092,3,1035,1593 -"123054",32131,30173,3,1035,2404 -"123055",32131,30309,3,1035,1449 -"123056",32131,30325,2,1035,1067 -"123057",32131,30405,2,1035,2164 -"123058",32131,30850,3,1035,1045 -"123059",32131,31307,3,1035,2139 -"123060",32131,31700,3,1035,2727 -"123061",32131,32173,2,1035,2341 -"123062",32131,32965,3,1035,2071 -"123063",32131,32988,3,1035,2008 -"123064",32131,33223,3,1035,2397 -"123065",32131,33981,3,1035,1993 -"123066",32131,34379,3,1035,2355 -"123067",32131,35402,3,1035,2339 -"123068",32131,35673,3,1035,1067 -"123069",32131,35822,3,1035,1903 -"123070",32131,36031,2,1035,2342 -"123071",32131,37937,3,1035,1320 -"123072",32131,38019,3,1035,1870 -"123073",32131,38046,3,1035,1163 -"123074",32131,38307,3,1035,2648 -"123075",32131,38602,3,1035,2693 -"123076",32131,38921,3,1035,1880 -"123077",32131,39294,3,1035,1889 -"123078",32131,40028,2,1035,1349 -"123079",32131,40072,2,1035,1182 -"123080",32131,40493,3,1035,1981 -"123081",32131,40542,3,1035,1664 -"123082",32131,41108,3,1035,1624 -"123083",32131,41664,3,1035,2641 -"123084",32131,41945,3,1035,2856 -"123085",32131,42216,3,1035,2722 -"123086",32131,42687,3,1035,1952 -"123087",32131,42837,3,1035,1096 -"123088",32131,42864,3,1035,1151 -"123089",32131,43213,3,1035,2160 -"123090",32131,43385,3,1035,1623 -"123091",32131,43455,2,1035,2846 -"123092",32131,43518,2,1035,2680 -"123093",32131,44299,3,1035,1874 -"123094",32131,44521,3,1035,1593 -"123095",32131,44557,3,1035,2371 -"123096",32131,45302,3,1035,2390 -"123097",32131,45684,3,1035,2200 -"123098",32131,45927,3,1035,1542 -"123099",32131,46182,3,1035,1613 -"123100",32131,46196,3,1035,1510 -"123101",32131,46629,2,1035,2255 -"123102",32131,47098,3,1035,2057 -"123103",32131,47384,3,1035,1639 -"123104",32131,47947,3,1035,2681 -"123105",32131,48035,3,1035,2180 -"123106",32131,48215,3,1035,2028 -"123107",32131,49265,3,1035,2686 -"123108",32131,49334,3,1035,2433 -"123109",32131,50118,3,1035,2654 -"123110",32131,50236,2,1035,2339 -"123111",32131,50785,3,1035,2877 -"123112",32131,51017,3,1035,2073 -"123113",32131,51022,3,1035,1499 -"123114",32131,51035,3,1035,2397 -"123115",32131,51041,3,1035,2606 -"123116",32131,51360,3,1035,1882 -"123117",32131,51866,3,1035,2411 -"123118",32131,52136,2,1035,1412 -"123119",32131,52323,3,1035,2148 -"123120",32131,52345,3,1035,1430 -"123121",32131,52576,3,1035,2234 -"123122",32131,53134,3,1035,1590 -"123123",32131,53303,2,1035,1376 -"123124",32131,53323,3,1035,2677 -"123125",32131,53342,3,1035,2071 -"123126",32131,54551,3,1035,2348 -"123127",32131,54929,3,1035,2783 -"123128",32131,55468,3,1035,2511 -"123129",32131,55691,3,1035,2856 -"123130",32131,56082,2,1035,2395 -"123131",32131,56232,3,1035,1175 -"123132",32131,56237,3,1035,2625 -"123133",32131,56317,3,1035,2030 -"123134",32131,57150,3,1035,1196 -"123135",32131,57380,3,1035,2362 -"123136",32131,57977,3,1035,2683 -"123137",32131,58078,3,1035,1252 -"123138",32131,58508,3,1035,2326 -"123139",32131,60179,3,1035,2708 -"123140",32131,60661,3,1035,2700 -"123141",32131,61138,3,1035,1188 -"123142",32131,61982,2,1035,2725 -"123143",32131,62841,3,1035,2710 -"123144",32131,63409,3,1035,1937 -"123145",32131,65155,3,1035,1947 -"123146",32131,65242,3,1035,1988 -"123147",32131,68215,3,1035,2727 -"123148",32131,70046,3,1035,2624 -"123149",32131,70203,3,1035,2756 -"123150",32131,70217,2,1035,2332 -"123151",32131,70996,3,1035,1037 -"123152",32131,72207,2,1035,2430 -"123153",32131,72326,3,1035,2384 -"123154",32131,72728,3,1035,2234 -"123155",32131,75403,3,1035,1895 -"123156",32131,76284,3,1035,1237 -"123157",32131,76396,3,1035,1731 -"123158",32131,76646,3,1035,1263 -"123159",32131,76892,3,1035,2381 -"123160",32131,77611,3,1035,1795 -"123161",32131,79158,3,1035,1252 -"123162",32131,79420,3,1035,1061 -"123163",32131,79804,2,1035,2227 -"123164",32131,80784,3,1035,1738 -"123165",32131,82893,3,1035,1275 -"123166",32131,82949,3,1035,2077 -"123167",32131,83396,3,1035,2396 -"123168",32131,85138,2,1035,1685 -"123169",32131,85449,2,1035,2340 -"123170",32131,85736,3,1035,1601 -"123171",32131,85869,3,1035,1509 -"123172",32131,88232,3,1035,2881 -"123173",32131,89681,3,1035,1978 -"123174",32131,93102,3,1035,1174 -"123175",32131,96352,3,1035,1493 -"123176",32131,101315,3,1035,1971 -"123177",32131,101797,3,1035,2357 -"123178",32131,104828,3,1035,1609 -"123179",32131,117956,3,1035,2774 -"123180",32149,1314,2,541,1522 -"123181",32149,1349,2,541,1147 -"123182",32149,1519,2,541,2349 -"123183",32149,2540,3,541,1398 -"123184",32149,2852,2,541,2448 -"123185",32149,3493,3,541,2451 -"123186",32149,4001,3,541,1687 -"123187",32149,4526,3,541,1728 -"123188",32149,4665,2,541,1569 -"123189",32149,5897,3,541,2337 -"123190",32149,6989,3,541,2623 -"123191",32149,8354,3,541,1705 -"123192",32149,10473,3,541,1783 -"123193",32149,10803,3,541,545 -"123194",32149,11108,3,541,1609 -"123195",32149,12361,3,541,2732 -"123196",32149,15159,3,541,756 -"123197",32149,15180,3,541,610 -"123198",32149,15535,3,541,891 -"123199",32149,16796,3,541,1892 -"123200",32149,19655,3,541,2706 -"123201",32149,20941,3,541,2725 -"123202",32149,21383,3,541,971 -"123203",32149,21593,3,541,1312 -"123204",32149,22244,3,541,2139 -"123205",32149,23966,2,541,891 -"123206",32149,27390,3,541,2425 -"123207",32149,27686,3,541,2844 -"123208",32149,29289,3,541,1756 -"123209",32149,29977,3,541,2781 -"123210",32149,30368,3,541,2487 -"123211",32149,31286,3,541,1965 -"123212",32149,31335,2,541,2351 -"123213",32149,31866,2,541,2101 -"123214",32149,32470,3,541,1539 -"123215",32149,38691,3,541,2585 -"123216",32149,38915,2,541,746 -"123217",32149,41023,3,541,2408 -"123218",32149,43021,3,541,943 -"123219",32149,50630,2,541,2615 -"123220",32149,51144,3,541,2466 -"123221",32149,56669,3,541,2924 -"123222",32149,64156,3,541,675 -"123223",32149,70583,2,541,2615 -"123224",32149,72632,3,541,1289 -"123225",32149,76286,3,541,1642 -"123226",32149,85198,3,541,1794 -"123227",32149,87142,3,541,591 -"123228",32149,87907,3,541,1173 -"123229",32149,90065,3,541,1418 -"123230",32149,91442,3,541,1962 -"123231",32149,96715,3,541,1792 -"123232",32149,99288,3,541,983 -"123233",32149,106240,3,541,705 -"123234",32149,111208,3,541,847 -"123235",32157,602,3,1178,2632 -"123236",32157,3011,3,1178,2278 -"123237",32162,80678,3,895,1595 -"123238",32163,669,3,859,1423 -"123239",32163,5839,3,859,2301 -"123240",32163,6241,3,859,2264 -"123241",32163,9702,2,859,1928 -"123242",32163,10746,3,859,1506 -"123243",32163,12484,1,859,2344 -"123244",32163,12542,3,859,1888 -"123245",32163,13699,3,859,1355 -"123246",32163,16384,3,859,1320 -"123247",32163,16881,2,859,925 -"123248",32163,19092,3,859,906 -"123249",32163,19183,3,859,1257 -"123250",32163,21448,3,859,2332 -"123251",32163,23232,3,859,884 -"123252",32163,24405,3,859,1443 -"123253",32163,35069,3,859,2069 -"123254",32163,35360,3,859,2043 -"123255",32163,39278,3,859,1952 -"123256",32163,40913,2,859,1800 -"123257",32163,47889,3,859,992 -"123258",32163,49265,3,859,2686 -"123259",32163,51017,3,859,2073 -"123260",32163,51035,2,859,2397 -"123261",32163,57380,3,859,2362 -"123262",32163,62832,3,859,2606 -"123263",32163,69712,3,859,1219 -"123264",32163,72147,3,859,1075 -"123265",32163,81014,3,859,1925 -"123266",32163,93102,2,859,1174 -"123267",32169,9724,3,2504,2713 -"123268",32169,21571,3,2504,2755 -"123269",32169,23550,3,2504,2939 -"123270",32169,37684,3,2504,2899 -"123271",32169,42390,2,2504,2937 -"123272",32169,71999,2,2504,2685 -"123273",32173,270,3,2341,2542 -"123274",32173,307,3,2341,2530 -"123275",32173,1639,3,2341,2631 -"123276",32173,9615,2,2341,2464 -"123277",32173,12728,2,2341,2374 -"123278",32173,12867,3,2341,2773 -"123279",32173,13929,3,2341,2693 -"123280",32173,18394,2,2341,2356 -"123281",32173,23725,3,2341,2378 -"123282",32173,26749,3,2341,2965 -"123283",32173,33949,3,2341,2489 -"123284",32173,36962,3,2341,2861 -"123285",32173,41664,3,2341,2641 -"123286",32173,49334,3,2341,2433 -"123287",32173,50134,3,2341,2674 -"123288",32173,54929,3,2341,2783 -"123289",32173,55438,3,2341,2863 -"123290",32173,55468,3,2341,2511 -"123291",32173,55691,2,2341,2856 -"123292",32173,56082,3,2341,2395 -"123293",32173,72207,3,2341,2430 -"123294",32175,316,2,209,2413 -"123295",32175,1519,3,209,2349 -"123296",32175,1592,3,209,2006 -"123297",32175,1691,3,209,1941 -"123298",32175,3127,2,209,2273 -"123299",32175,4668,3,209,1919 -"123300",32175,5106,3,209,2622 -"123301",32175,5258,3,209,2730 -"123302",32175,6390,3,209,2385 -"123303",32175,6428,3,209,1952 -"123304",32175,7029,3,209,2204 -"123305",32175,8011,3,209,889 -"123306",32175,8140,3,209,1262 -"123307",32175,8537,3,209,472 -"123308",32175,9227,3,209,1267 -"123309",32175,9351,3,209,1460 -"123310",32175,10279,3,209,886 -"123311",32175,10343,3,209,1072 -"123312",32175,10980,3,209,1974 -"123313",32175,12199,2,209,1651 -"123314",32175,12948,3,209,2669 -"123315",32175,14532,3,209,1193 -"123316",32175,14652,3,209,2516 -"123317",32175,14791,3,209,1370 -"123318",32175,16501,3,209,1650 -"123319",32175,17033,3,209,2771 -"123320",32175,19882,3,209,565 -"123321",32175,20049,3,209,877 -"123322",32175,20395,3,209,1468 -"123323",32175,20407,3,209,2339 -"123324",32175,28869,3,209,2425 -"123325",32175,30334,3,209,2075 -"123326",32175,31235,3,209,2668 -"123327",32175,31317,3,209,1362 -"123328",32175,31444,2,209,511 -"123329",32175,33622,3,209,2230 -"123330",32175,34037,3,209,486 -"123331",32175,35045,3,209,1646 -"123332",32175,37636,3,209,2178 -"123333",32175,39431,2,209,1460 -"123334",32175,39589,3,209,1292 -"123335",32175,40368,3,209,2876 -"123336",32175,40392,3,209,1878 -"123337",32175,40572,3,209,2666 -"123338",32175,41429,3,209,1770 -"123339",32175,45729,3,209,2606 -"123340",32175,45869,3,209,2840 -"123341",32175,46469,3,209,759 -"123342",32175,46486,3,209,1868 -"123343",32175,46621,3,209,1343 -"123344",32175,47435,2,209,878 -"123345",32175,47445,3,209,2668 -"123346",32175,49309,2,209,575 -"123347",32175,50354,2,209,1299 -"123348",32175,50737,3,209,959 -"123349",32175,51783,3,209,2599 -"123350",32175,52327,2,209,1472 -"123351",32175,53739,3,209,2704 -"123352",32175,55185,3,209,922 -"123353",32175,55438,3,209,2863 -"123354",32175,59813,3,209,497 -"123355",32175,65557,3,209,813 -"123356",32175,67266,3,209,2010 -"123357",32175,67788,3,209,837 -"123358",32175,67963,3,209,806 -"123359",32175,70583,3,209,2615 -"123360",32175,86580,3,209,696 -"123361",32181,25462,3,195,2653 -"123362",32181,26218,3,195,2460 -"123363",32181,33407,3,195,2496 -"123364",32181,34984,3,195,2056 -"123365",32198,9624,2,2117,2398 -"123366",32198,11103,3,2117,2393 -"123367",32202,2446,3,2314,2606 -"123368",32202,2747,3,2314,2411 -"123369",32202,3770,3,2314,2623 -"123370",32202,5235,3,2314,2324 -"123371",32202,11136,3,2314,2573 -"123372",32202,14915,3,2314,2606 -"123373",32202,23154,3,2314,2345 -"123374",32202,27686,3,2314,2844 -"123375",32202,35456,3,2314,2358 -"123376",32202,36487,3,2314,2622 -"123377",32202,39534,3,2314,2410 -"123378",32202,45138,3,2314,2516 -"123379",32202,46261,3,2314,2350 -"123380",32202,51774,3,2314,2459 -"123381",32202,61240,3,2314,2651 -"123382",32202,63641,2,2314,2337 -"123383",32235,3477,3,2109,2546 -"123384",32235,6063,3,2109,2349 -"123385",32235,11135,3,2109,2441 -"123386",32235,11246,3,2109,2741 -"123387",32235,15502,3,2109,2637 -"123388",32235,19057,1,2109,2664 -"123389",32235,27826,3,2109,2824 -"123390",32235,33223,3,2109,2397 -"123391",32235,55436,3,2109,2513 -"123392",32235,64174,3,2109,2377 -"123393",32235,87362,3,2109,2902 -"123394",32240,1314,3,706,1522 -"123395",32240,1519,3,706,2349 -"123396",32240,1702,2,706,1984 -"123397",32240,2576,3,706,1307 -"123398",32240,3271,3,706,2216 -"123399",32240,4001,3,706,1687 -"123400",32240,4669,3,706,2395 -"123401",32240,4775,3,706,1500 -"123402",32240,7780,3,706,1920 -"123403",32240,9785,3,706,2951 -"123404",32240,12035,3,706,2721 -"123405",32240,12653,3,706,1573 -"123406",32240,15535,3,706,891 -"123407",32240,15880,3,706,878 -"123408",32240,16021,3,706,858 -"123409",32240,16690,3,706,2132 -"123410",32240,16750,3,706,1225 -"123411",32240,17037,3,706,2947 -"123412",32240,23756,2,706,2309 -"123413",32240,27320,3,706,2378 -"123414",32240,28893,3,706,2764 -"123415",32240,29818,3,706,1677 -"123416",32240,29977,3,706,2781 -"123417",32240,30525,3,706,1964 -"123418",32240,31216,3,706,1244 -"123419",32240,39534,3,706,2410 -"123420",32240,42562,3,706,1195 -"123421",32240,43673,3,706,2787 -"123422",32240,52442,2,706,1269 -"123423",32240,54775,3,706,2383 -"123424",32240,57067,3,706,2547 -"123425",32240,62626,2,706,2787 -"123426",32240,63644,2,706,1267 -"123427",32240,69037,1,706,849 -"123428",32240,71531,3,706,2887 -"123429",32240,78740,3,706,1515 -"123430",32240,85327,3,706,1017 -"123431",32240,96706,3,706,1597 -"123432",32240,103890,3,706,958 -"123433",32240,107496,1,706,1572 -"123434",32271,2384,3,843,1057 -"123435",32271,2754,3,843,1360 -"123436",32271,4289,3,843,1921 -"123437",32271,4705,3,843,1714 -"123438",32271,5710,2,843,1926 -"123439",32271,7258,3,843,1714 -"123440",32271,12976,3,843,2399 -"123441",32271,19634,3,843,954 -"123442",32271,20423,2,843,2654 -"123443",32271,20975,3,843,1305 -"123444",32271,22705,3,843,1016 -"123445",32271,26359,2,843,2535 -"123446",32271,28015,2,843,1624 -"123447",32271,29170,3,843,1846 -"123448",32271,29899,2,843,2375 -"123449",32271,30504,2,843,1573 -"123450",32271,37358,2,843,2128 -"123451",32271,43671,1,843,1224 -"123452",32271,46039,3,843,1794 -"123453",32271,51626,3,843,2494 -"123454",32271,59205,3,843,2387 -"123455",32271,60718,2,843,1229 -"123456",32271,78563,3,843,2385 -"123457",32271,89072,3,843,1099 -"123458",32271,93410,3,843,880 -"123459",32271,102793,3,843,912 -"123460",32276,42883,3,2223,2575 -"123461",32311,7847,3,2396,2424 -"123462",32311,11136,3,2396,2573 -"123463",32311,33949,3,2396,2489 -"123464",32311,42522,3,2396,2592 -"123465",32311,60879,3,2396,2792 -"123466",32312,283,3,1472,2082 -"123467",32312,378,3,1472,2766 -"123468",32312,822,2,1472,1475 -"123469",32312,5852,3,1472,1862 -"123470",32312,6071,3,1472,2310 -"123471",32312,11135,3,1472,2441 -"123472",32312,11319,3,1472,2073 -"123473",32312,12031,3,1472,1957 -"123474",32312,14623,3,1472,2043 -"123475",32312,14654,3,1472,1692 -"123476",32312,15502,3,1472,2637 -"123477",32312,18827,3,1472,1481 -"123478",32312,19057,2,1472,2664 -"123479",32312,21575,3,1472,1762 -"123480",32312,22249,1,1472,1892 -"123481",32312,23302,3,1472,2677 -"123482",32312,26847,3,1472,1902 -"123483",32312,27826,3,1472,2824 -"123484",32312,32235,1,1472,2109 -"123485",32312,34055,1,1472,1881 -"123486",32312,35688,1,1472,1551 -"123487",32312,38183,3,1472,2391 -"123488",32312,44464,3,1472,1619 -"123489",32312,51448,3,1472,1593 -"123490",32312,55436,3,1472,2513 -"123491",32312,56673,3,1472,2419 -"123492",32312,56737,3,1472,2270 -"123493",32312,64174,3,1472,2377 -"123494",32312,82226,3,1472,1619 -"123495",32312,87362,3,1472,2902 -"123496",32339,1822,3,2430,2888 -"123497",32339,3477,2,2430,2546 -"123498",32339,4932,2,2430,2752 -"123499",32339,9503,3,2430,2453 -"123500",32339,9785,3,2430,2951 -"123501",32339,9801,1,2430,2443 -"123502",32339,12361,3,2430,2732 -"123503",32339,13899,3,2430,2650 -"123504",32339,14754,2,2430,2456 -"123505",32339,15826,3,2430,2772 -"123506",32339,19655,3,2430,2706 -"123507",32339,19934,3,2430,2888 -"123508",32339,20984,3,2430,2502 -"123509",32339,28893,1,2430,2764 -"123510",32339,32395,3,2430,2735 -"123511",32339,36506,2,2430,2638 -"123512",32339,36912,3,2430,2469 -"123513",32339,45461,3,2430,2458 -"123514",32339,47968,3,2430,2829 -"123515",32339,50630,3,2430,2615 -"123516",32339,57067,2,2430,2547 -"123517",32339,57692,3,2430,2720 -"123518",32339,57765,3,2430,2893 -"123519",32339,88212,3,2430,2547 -"123520",32350,1708,3,1540,1591 -"123521",32350,2282,3,1540,2056 -"123522",32350,2647,3,1540,2450 -"123523",32350,6020,3,1540,1864 -"123524",32350,6345,2,1540,2713 -"123525",32350,8607,3,1540,1685 -"123526",32350,9724,1,1540,2713 -"123527",32350,10701,2,1540,2000 -"123528",32350,14470,3,1540,2632 -"123529",32350,14957,3,1540,2306 -"123530",32350,15782,3,1540,2306 -"123531",32350,16963,3,1540,1999 -"123532",32350,17499,3,1540,2954 -"123533",32350,17695,3,1540,1930 -"123534",32350,19476,3,1540,1708 -"123535",32350,21571,3,1540,2755 -"123536",32350,22566,3,1540,2308 -"123537",32350,23550,2,1540,2939 -"123538",32350,26597,3,1540,2070 -"123539",32350,27570,3,1540,1559 -"123540",32350,28648,3,1540,1586 -"123541",32350,32169,3,1540,2504 -"123542",32350,37684,2,1540,2899 -"123543",32350,42382,3,1540,2224 -"123544",32350,43701,3,1540,2400 -"123545",32350,46616,3,1540,1917 -"123546",32350,47607,2,1540,2724 -"123547",32350,50468,2,1540,1659 -"123548",32350,53584,3,1540,2391 -"123549",32350,53652,2,1540,2899 -"123550",32350,84235,3,1540,1639 -"123551",32350,84591,3,1540,1685 -"123552",32350,95060,3,1540,1974 -"123553",32377,4889,3,237,1501 -"123554",32377,5864,3,237,1197 -"123555",32377,8923,1,237,1266 -"123556",32377,10216,3,237,2476 -"123557",32377,14072,3,237,1346 -"123558",32377,14972,2,237,2332 -"123559",32377,17381,3,237,1697 -"123560",32377,22166,2,237,994 -"123561",32377,28571,3,237,1556 -"123562",32377,41770,3,237,2752 -"123563",32377,44720,3,237,1202 -"123564",32377,48548,3,237,826 -"123565",32377,50996,3,237,929 -"123566",32377,54715,3,237,499 -"123567",32377,62668,3,237,958 -"123568",32377,96310,3,237,1016 -"123569",32377,111004,3,237,796 -"123570",32377,119501,3,237,390 -"123571",32395,1822,3,2735,2888 -"123572",32409,288,3,857,947 -"123573",32409,313,3,857,2271 -"123574",32409,357,3,857,2327 -"123575",32409,499,3,857,1931 -"123576",32409,543,3,857,2203 -"123577",32409,733,3,857,1653 -"123578",32409,1469,1,857,1160 -"123579",32409,1777,3,857,1965 -"123580",32409,2036,3,857,2483 -"123581",32409,2754,2,857,1360 -"123582",32409,3167,3,857,1676 -"123583",32409,3830,3,857,1661 -"123584",32409,4191,3,857,2130 -"123585",32409,4366,3,857,1726 -"123586",32409,5462,3,857,2374 -"123587",32409,5504,3,857,2389 -"123588",32409,8229,2,857,1241 -"123589",32409,9331,3,857,2269 -"123590",32409,10130,2,857,2741 -"123591",32409,10222,3,857,2212 -"123592",32409,10576,3,857,974 -"123593",32409,13945,3,857,1324 -"123594",32409,14189,3,857,1483 -"123595",32409,14855,3,857,903 -"123596",32409,14888,3,857,1411 -"123597",32409,14983,3,857,1047 -"123598",32409,15184,3,857,2396 -"123599",32409,16313,2,857,1160 -"123600",32409,18277,2,857,2309 -"123601",32409,19027,3,857,2721 -"123602",32409,19208,3,857,2629 -"123603",32409,19516,3,857,2313 -"123604",32409,19568,2,857,2302 -"123605",32409,19605,3,857,2395 -"123606",32409,21076,3,857,1591 -"123607",32409,22705,3,857,1016 -"123608",32409,23508,3,857,1907 -"123609",32409,24198,3,857,2217 -"123610",32409,24362,3,857,1287 -"123611",32409,24923,3,857,2785 -"123612",32409,26516,3,857,2479 -"123613",32409,26524,3,857,982 -"123614",32409,26659,3,857,903 -"123615",32409,26713,3,857,1235 -"123616",32409,27478,2,857,2485 -"123617",32409,28892,3,857,2023 -"123618",32409,29456,2,857,1182 -"123619",32409,31799,2,857,2547 -"123620",32409,32113,3,857,882 -"123621",32409,32516,3,857,2050 -"123622",32409,34492,3,857,1798 -"123623",32409,34836,3,857,2302 -"123624",32409,35256,3,857,2271 -"123625",32409,38048,2,857,867 -"123626",32409,39444,3,857,2695 -"123627",32409,40136,3,857,1149 -"123628",32409,40296,3,857,1674 -"123629",32409,40672,3,857,1315 -"123630",32409,41747,3,857,1722 -"123631",32409,41832,3,857,1155 -"123632",32409,44636,3,857,1026 -"123633",32409,49965,3,857,2301 -"123634",32409,50480,3,857,2701 -"123635",32409,51410,2,857,2739 -"123636",32409,51987,3,857,1397 -"123637",32409,53031,1,857,2065 -"123638",32409,53624,3,857,952 -"123639",32409,55556,2,857,2075 -"123640",32409,55828,3,857,2393 -"123641",32409,56171,3,857,1524 -"123642",32409,57977,3,857,2683 -"123643",32409,58035,3,857,1646 -"123644",32409,58221,2,857,1787 -"123645",32409,61138,3,857,1188 -"123646",32409,61719,2,857,1515 -"123647",32409,63147,3,857,1477 -"123648",32409,63770,2,857,1324 -"123649",32409,65029,3,857,2954 -"123650",32409,68098,3,857,2378 -"123651",32409,71478,3,857,1721 -"123652",32409,72334,3,857,2820 -"123653",32409,72468,3,857,2292 -"123654",32409,77359,3,857,917 -"123655",32409,77489,3,857,1514 -"123656",32409,82409,2,857,1881 -"123657",32409,83096,3,857,1061 -"123658",32409,84897,3,857,1075 -"123659",32409,85430,3,857,2370 -"123660",32409,89958,3,857,1186 -"123661",32409,93615,1,857,2386 -"123662",32409,93752,2,857,1368 -"123663",32409,97498,2,857,2346 -"123664",32409,99103,3,857,1470 -"123665",32409,100978,3,857,862 -"123666",32409,102050,3,857,906 -"123667",32409,105233,2,857,1199 -"123668",32417,59167,2,478,1256 -"123669",32417,101070,3,478,2497 -"123670",32417,118318,1,478,2327 -"123671",32419,1092,3,1909,1945 -"123672",32419,1315,2,1909,2760 -"123673",32419,2684,3,1909,2874 -"123674",32419,3397,3,1909,2126 -"123675",32419,3453,3,1909,2126 -"123676",32419,7616,2,1909,2296 -"123677",32419,7703,3,1909,2122 -"123678",32419,12778,3,1909,2045 -"123679",32419,16539,3,1909,1947 -"123680",32419,16542,2,1909,2039 -"123681",32419,17264,3,1909,2528 -"123682",32419,17354,3,1909,2250 -"123683",32419,20070,3,1909,1914 -"123684",32419,22207,3,1909,2365 -"123685",32419,23140,3,1909,2787 -"123686",32419,24753,2,1909,2860 -"123687",32419,24793,2,1909,1993 -"123688",32419,28053,2,1909,2292 -"123689",32419,28626,1,1909,2842 -"123690",32419,36031,3,1909,2342 -"123691",32419,36183,3,1909,2117 -"123692",32419,40879,3,1909,2019 -"123693",32419,41664,3,1909,2641 -"123694",32419,46506,3,1909,2464 -"123695",32419,48215,3,1909,2028 -"123696",32424,2229,2,848,1536 -"123697",32424,2446,3,848,2606 -"123698",32424,3403,3,848,2951 -"123699",32424,7719,3,848,1954 -"123700",32424,8062,3,848,2858 -"123701",32424,8865,3,848,2394 -"123702",32424,13136,3,848,2867 -"123703",32424,16690,3,848,2132 -"123704",32424,19934,3,848,2888 -"123705",32424,22723,1,848,2859 -"123706",32424,24176,3,848,1986 -"123707",32424,34334,3,848,1637 -"123708",32424,39249,3,848,1665 -"123709",32424,42562,3,848,1195 -"123710",32424,61337,3,848,2777 -"123711",32424,63641,3,848,2337 -"123712",32424,64110,3,848,1331 -"123713",32424,69232,3,848,2130 -"123714",32424,78842,2,848,904 -"123715",32424,81164,2,848,2260 -"123716",32424,83253,3,848,1102 -"123717",32424,84822,3,848,2686 -"123718",32424,93332,3,848,982 -"123719",32429,361,3,601,1970 -"123720",32429,2901,2,601,1156 -"123721",32429,2972,3,601,1708 -"123722",32429,3255,3,601,2504 -"123723",32429,3306,3,601,1989 -"123724",32429,5622,3,601,2175 -"123725",32429,5716,3,601,1058 -"123726",32429,5984,3,601,1675 -"123727",32429,5986,3,601,1721 -"123728",32429,6047,3,601,2004 -"123729",32429,6366,3,601,798 -"123730",32429,6417,3,601,1675 -"123731",32429,9928,3,601,2345 -"123732",32429,10481,2,601,740 -"123733",32429,11168,3,601,1223 -"123734",32429,11218,2,601,2292 -"123735",32429,12042,3,601,2345 -"123736",32429,12518,3,601,2747 -"123737",32429,13842,3,601,2250 -"123738",32429,14032,3,601,2144 -"123739",32429,14855,3,601,903 -"123740",32429,16352,3,601,2657 -"123741",32429,19380,3,601,2637 -"123742",32429,24789,3,601,829 -"123743",32429,25440,3,601,2749 -"123744",32429,26080,3,601,2525 -"123745",32429,26818,1,601,1999 -"123746",32429,29095,3,601,2531 -"123747",32429,34216,3,601,2832 -"123748",32429,35037,3,601,2974 -"123749",32429,36446,1,601,1175 -"123750",32429,39294,3,601,1889 -"123751",32429,43926,3,601,2672 -"123752",32429,47726,3,601,1272 -"123753",32429,49759,2,601,2400 -"123754",32429,49917,3,601,2400 -"123755",32429,51546,2,601,1369 -"123756",32429,53134,3,601,1590 -"123757",32429,54929,3,601,2783 -"123758",32429,66693,3,601,2554 -"123759",32429,83523,3,601,1461 -"123760",32429,88857,3,601,1232 -"123761",32429,95408,3,601,2393 -"123762",32429,96435,3,601,2765 -"123763",32443,11477,3,1542,2724 -"123764",32443,13158,3,1542,2667 -"123765",32449,1692,3,2091,2443 -"123766",32449,2093,2,2091,2459 -"123767",32449,2221,3,2091,2092 -"123768",32449,3271,3,2091,2216 -"123769",32449,3477,3,2091,2546 -"123770",32449,4730,3,2091,2131 -"123771",32449,5839,3,2091,2301 -"123772",32449,6063,3,2091,2349 -"123773",32449,6824,3,2091,2680 -"123774",32449,7433,3,2091,2255 -"123775",32449,9272,3,2091,2835 -"123776",32449,9620,3,2091,2339 -"123777",32449,9861,3,2091,2680 -"123778",32449,10495,3,2091,2230 -"123779",32449,10638,2,2091,2692 -"123780",32449,11067,3,2091,2734 -"123781",32449,11506,1,2091,2824 -"123782",32449,18464,3,2091,2312 -"123783",32449,18571,2,2091,2128 -"123784",32449,18943,1,2091,2861 -"123785",32449,20007,2,2091,2971 -"123786",32449,21180,3,2091,2762 -"123787",32449,21463,2,2091,2437 -"123788",32449,27783,2,2091,2302 -"123789",32449,33223,3,2091,2397 -"123790",32449,34162,3,2091,2336 -"123791",32449,36136,2,2091,2338 -"123792",32449,37279,3,2091,2768 -"123793",32449,39105,2,2091,2487 -"123794",32449,41978,2,2091,2824 -"123795",32449,43226,3,2091,2442 -"123796",32449,46951,2,2091,2429 -"123797",32449,53013,3,2091,2523 -"123798",32449,54879,3,2091,2210 -"123799",32449,55604,3,2091,2342 -"123800",32449,56275,3,2091,2152 -"123801",32449,58508,3,2091,2326 -"123802",32449,59005,3,2091,2817 -"123803",32449,59039,3,2091,2870 -"123804",32449,68592,3,2091,2551 -"123805",32449,69335,3,2091,2698 -"123806",32449,76132,3,2091,2426 -"123807",32457,701,3,2690,2718 -"123808",32457,43929,3,2690,2749 -"123809",32470,2936,3,1539,2512 -"123810",32470,4001,3,1539,1687 -"123811",32470,4430,3,1539,2019 -"123812",32470,4660,3,1539,2149 -"123813",32470,4665,3,1539,1569 -"123814",32470,5683,3,1539,2468 -"123815",32470,13879,3,1539,2748 -"123816",32470,19655,3,1539,2706 -"123817",32470,58875,3,1539,1899 -"123818",32470,84271,3,1539,1556 -"123819",32470,90299,3,1539,1606 -"123820",32479,1846,3,969,1845 -"123821",32479,2190,3,969,2359 -"123822",32479,3493,3,969,2451 -"123823",32479,3520,3,969,2281 -"123824",32479,3786,2,969,2282 -"123825",32479,4001,3,969,1687 -"123826",32479,4032,3,969,1763 -"123827",32479,4526,3,969,1728 -"123828",32479,4660,3,969,2149 -"123829",32479,6562,2,969,1139 -"123830",32479,7355,3,969,1928 -"123831",32479,7942,2,969,2623 -"123832",32479,8146,3,969,1561 -"123833",32479,9063,3,969,2000 -"123834",32479,11676,3,969,1614 -"123835",32479,12067,3,969,1213 -"123836",32479,14287,3,969,1583 -"123837",32479,14532,3,969,1193 -"123838",32479,14558,3,969,1585 -"123839",32479,14711,3,969,1714 -"123840",32479,14817,2,969,2110 -"123841",32479,15826,3,969,2772 -"123842",32479,17952,3,969,1530 -"123843",32479,19433,3,969,2504 -"123844",32479,19687,3,969,2072 -"123845",32479,19820,3,969,1935 -"123846",32479,20517,3,969,1465 -"123847",32479,21352,3,969,1604 -"123848",32479,23246,3,969,1168 -"123849",32479,23364,3,969,2306 -"123850",32479,23639,3,969,2065 -"123851",32479,23731,3,969,1656 -"123852",32479,24116,3,969,1413 -"123853",32479,24757,3,969,1939 -"123854",32479,25286,3,969,1545 -"123855",32479,25886,3,969,1580 -"123856",32479,26567,3,969,1158 -"123857",32479,29267,2,969,1234 -"123858",32479,29276,3,969,2000 -"123859",32479,30486,3,969,1269 -"123860",32479,30891,3,969,1256 -"123861",32479,32939,3,969,2277 -"123862",32479,33363,3,969,2475 -"123863",32479,37937,3,969,1320 -"123864",32479,39062,2,969,2020 -"123865",32479,41051,3,969,2767 -"123866",32479,41338,3,969,1553 -"123867",32479,46486,3,969,1868 -"123868",32479,47013,3,969,2388 -"123869",32479,47595,3,969,2374 -"123870",32479,50335,2,969,1893 -"123871",32479,51200,3,969,2245 -"123872",32479,51223,2,969,2153 -"123873",32479,51774,1,969,2459 -"123874",32479,52385,3,969,1031 -"123875",32479,52483,3,969,2317 -"123876",32479,53254,2,969,1612 -"123877",32479,55296,3,969,2413 -"123878",32479,58233,2,969,1665 -"123879",32479,60966,3,969,2734 -"123880",32479,63641,3,969,2337 -"123881",32479,66717,3,969,2104 -"123882",32479,68539,3,969,1158 -"123883",32479,72535,2,969,1191 -"123884",32479,72882,3,969,1330 -"123885",32479,75502,3,969,1474 -"123886",32479,87958,1,969,1234 -"123887",32479,91465,3,969,1047 -"123888",32479,107435,3,969,1635 -"123889",32479,110737,3,969,2117 -"123890",32503,3164,3,2020,2693 -"123891",32503,3628,3,2020,2707 -"123892",32503,5839,3,2020,2301 -"123893",32503,6030,3,2020,2953 -"123894",32503,6390,3,2020,2385 -"123895",32503,6491,3,2020,2424 -"123896",32503,10222,3,2020,2212 -"123897",32503,10358,3,2020,2294 -"123898",32503,11218,3,2020,2292 -"123899",32503,11351,3,2020,2971 -"123900",32503,16352,3,2020,2657 -"123901",32503,18543,3,2020,2968 -"123902",32503,20407,3,2020,2339 -"123903",32503,22566,3,2020,2308 -"123904",32503,23310,3,2020,2371 -"123905",32503,25816,3,2020,2088 -"123906",32503,28168,3,2020,2702 -"123907",32503,29449,3,2020,2916 -"123908",32503,29930,3,2020,2240 -"123909",32503,33622,3,2020,2230 -"123910",32503,35481,3,2020,2211 -"123911",32503,35926,3,2020,2371 -"123912",32503,36439,3,2020,2469 -"123913",32503,40369,3,2020,2735 -"123914",32503,40931,3,2020,2301 -"123915",32503,43173,3,2020,2895 -"123916",32503,60116,3,2020,2668 -"123917",32503,71274,3,2020,2390 -"123918",32503,72501,3,2020,2795 -"123919",32503,73305,3,2020,2544 -"123920",32503,74636,3,2020,2525 -"123921",32503,81221,3,2020,2285 -"123922",32503,88232,3,2020,2881 -"123923",32516,377,3,2050,2389 -"123924",32516,543,3,2050,2203 -"123925",32516,1151,3,2050,2885 -"123926",32516,1616,3,2050,2662 -"123927",32516,2036,3,2050,2483 -"123928",32516,2484,2,2050,2389 -"123929",32516,3161,3,2050,2229 -"123930",32516,3271,3,2050,2216 -"123931",32516,3853,1,2050,2465 -"123932",32516,5462,3,2050,2374 -"123933",32516,5504,3,2050,2389 -"123934",32516,7323,3,2050,2858 -"123935",32516,9272,3,2050,2835 -"123936",32516,10148,3,2050,2964 -"123937",32516,13732,3,2050,2789 -"123938",32516,14959,3,2050,2898 -"123939",32516,15184,3,2050,2396 -"123940",32516,17520,2,2050,2276 -"123941",32516,19606,3,2050,2783 -"123942",32516,20700,3,2050,2861 -"123943",32516,25874,3,2050,2088 -"123944",32516,26865,3,2050,2726 -"123945",32516,30081,3,2050,2403 -"123946",32516,31799,3,2050,2547 -"123947",32516,35256,3,2050,2271 -"123948",32516,36962,3,2050,2861 -"123949",32516,37238,3,2050,2609 -"123950",32516,37570,3,2050,2389 -"123951",32516,37752,3,2050,2223 -"123952",32516,41945,3,2050,2856 -"123953",32516,43226,3,2050,2442 -"123954",32516,43455,3,2050,2846 -"123955",32516,44885,3,2050,2670 -"123956",32516,44899,3,2050,2386 -"123957",32516,53293,3,2050,2916 -"123958",32516,57037,3,2050,2293 -"123959",32516,57977,3,2050,2683 -"123960",32516,58508,3,2050,2326 -"123961",32516,58971,3,2050,2280 -"123962",32516,59039,2,2050,2870 -"123963",32516,59205,3,2050,2387 -"123964",32516,66124,3,2050,2174 -"123965",32516,69335,3,2050,2698 -"123966",32520,19528,3,2425,2742 -"123967",32520,24756,1,2425,2530 -"123968",32520,33801,3,2425,2899 -"123969",32520,53475,3,2425,2853 -"123970",32532,1315,3,2338,2760 -"123971",32532,2852,3,2338,2448 -"123972",32532,4361,3,2338,2571 -"123973",32532,4612,3,2338,2804 -"123974",32532,4669,3,2338,2395 -"123975",32532,6989,3,2338,2623 -"123976",32532,7785,1,2338,2441 -"123977",32532,8760,3,2338,2477 -"123978",32532,12948,3,2338,2669 -"123979",32532,17033,3,2338,2771 -"123980",32532,27742,2,2338,2700 -"123981",32532,27914,3,2338,2507 -"123982",32532,29004,3,2338,2596 -"123983",32532,33223,3,2338,2397 -"123984",32532,35797,2,2338,2482 -"123985",32532,41023,3,2338,2408 -"123986",32532,45869,3,2338,2840 -"123987",32532,47534,3,2338,2712 -"123988",32532,57529,3,2338,2462 -"123989",32532,58655,3,2338,2685 -"123990",32532,59039,2,2338,2870 -"123991",32532,67719,3,2338,2429 -"123992",32544,46322,1,425,956 -"123993",32549,341,3,2111,2689 -"123994",32549,798,2,2111,2476 -"123995",32549,2852,2,2111,2448 -"123996",32549,5897,3,2111,2337 -"123997",32549,8610,2,2111,2240 -"123998",32549,8860,2,2111,2141 -"123999",32549,18005,3,2111,2449 -"124000",32549,35477,3,2111,2703 -"124001",32549,35980,2,2111,2657 -"124002",32549,37929,3,2111,2393 -"124003",32549,41023,3,2111,2408 -"124004",32549,44235,3,2111,2700 -"124005",32549,53223,3,2111,2690 -"124006",32549,57037,3,2111,2293 -"124007",32549,61355,3,2111,2467 -"124008",32549,61585,2,2111,2315 -"124009",32549,71531,3,2111,2887 -"124010",32560,680,3,1258,2569 -"124011",32560,1315,3,1258,2760 -"124012",32560,2540,3,1258,1398 -"124013",32560,2576,3,1258,1307 -"124014",32560,2852,3,1258,2448 -"124015",32560,3978,3,1258,2775 -"124016",32560,4303,3,1258,2414 -"124017",32560,4361,3,1258,2571 -"124018",32560,4612,2,1258,2804 -"124019",32560,4669,3,1258,2395 -"124020",32560,4983,3,1258,1909 -"124021",32560,5346,3,1258,1438 -"124022",32560,5897,2,1258,2337 -"124023",32560,6989,2,1258,2623 -"124024",32560,7785,1,1258,2441 -"124025",32560,7942,3,1258,2623 -"124026",32560,8073,3,1258,1847 -"124027",32560,8568,3,1258,2706 -"124028",32560,8760,3,1258,2477 -"124029",32560,9060,3,1258,1612 -"124030",32560,11108,3,1258,1609 -"124031",32560,11639,3,1258,1593 -"124032",32560,12948,3,1258,2669 -"124033",32560,14749,3,1258,1998 -"124034",32560,15207,3,1258,1855 -"124035",32560,16286,3,1258,2470 -"124036",32560,16437,3,1258,1956 -"124037",32560,16501,3,1258,1650 -"124038",32560,17033,3,1258,2771 -"124039",32560,17645,3,1258,1918 -"124040",32560,21593,3,1258,1312 -"124041",32560,23015,3,1258,1362 -"124042",32560,23131,3,1258,1732 -"124043",32560,27390,3,1258,2425 -"124044",32560,27742,1,1258,2700 -"124045",32560,27914,2,1258,2507 -"124046",32560,29004,3,1258,2596 -"124047",32560,30525,2,1258,1964 -"124048",32560,31541,3,1258,1500 -"124049",32560,31868,3,1258,1993 -"124050",32560,32339,3,1258,2430 -"124051",32560,32532,1,1258,2338 -"124052",32560,33223,3,1258,2397 -"124053",32560,33341,3,1258,2338 -"124054",32560,35797,2,1258,2482 -"124055",32560,36953,3,1258,2790 -"124056",32560,41023,3,1258,2408 -"124057",32560,41581,2,1258,1692 -"124058",32560,45869,3,1258,2840 -"124059",32560,46486,3,1258,1868 -"124060",32560,52110,3,1258,1676 -"124061",32560,56995,3,1258,2323 -"124062",32560,57067,3,1258,2547 -"124063",32560,57529,3,1258,2462 -"124064",32560,58655,2,1258,2685 -"124065",32560,59039,2,1258,2870 -"124066",32560,61723,3,1258,1262 -"124067",32560,63654,3,1258,2310 -"124068",32560,66677,3,1258,2151 -"124069",32560,67719,3,1258,2429 -"124070",32560,68885,3,1258,2151 -"124071",32560,72632,3,1258,1289 -"124072",32560,76286,3,1258,1642 -"124073",32560,80156,3,1258,1667 -"124074",32560,83610,3,1258,1552 -"124075",32560,90065,3,1258,1418 -"124076",32560,92860,3,1258,1643 -"124077",32560,94525,3,1258,1993 -"124078",32567,6030,3,2784,2953 -"124079",32567,22326,3,2784,2818 -"124080",32567,28296,3,2784,2944 -"124081",32567,49110,3,2784,2938 -"124082",32567,60257,3,2784,2795 -"124083",32567,68083,3,2784,2795 -"124084",32582,1560,2,1929,2013 -"124085",32582,5483,3,1929,1938 -"124086",32582,10200,3,1929,2920 -"124087",32582,11429,3,1929,2520 -"124088",32582,12228,3,1929,2034 -"124089",32582,14626,2,1929,2175 -"124090",32582,14761,3,1929,2502 -"124091",32582,21504,3,1929,2328 -"124092",32582,22905,3,1929,2599 -"124093",32582,24086,3,1929,2663 -"124094",32582,29319,3,1929,2314 -"124095",32582,30334,3,1929,2075 -"124096",32582,35264,3,1929,2329 -"124097",32582,37342,3,1929,2649 -"124098",32582,37636,3,1929,2178 -"124099",32582,41603,3,1929,1942 -"124100",32582,45730,3,1929,2063 -"124101",32582,49147,3,1929,2539 -"124102",32582,50635,3,1929,2962 -"124103",32582,51783,3,1929,2599 -"124104",32582,54903,3,1929,2493 -"124105",32582,55775,3,1929,2385 -"124106",32582,56737,3,1929,2270 -"124107",32582,64412,3,1929,2233 -"124108",32589,7616,3,2220,2296 -"124109",32589,92322,3,2220,2393 -"124110",32601,135,3,1033,2233 -"124111",32601,2166,3,1033,2557 -"124112",32601,2424,3,1033,2582 -"124113",32601,4701,3,1033,2401 -"124114",32601,4791,2,1033,1184 -"124115",32601,5315,3,1033,2631 -"124116",32601,12863,2,1033,2027 -"124117",32601,13751,3,1033,2557 -"124118",32601,15005,3,1033,1415 -"124119",32601,16954,3,1033,2972 -"124120",32601,17852,3,1033,2840 -"124121",32601,18563,3,1033,2715 -"124122",32601,18707,3,1033,1143 -"124123",32601,19248,3,1033,2357 -"124124",32601,19719,3,1033,2177 -"124125",32601,20287,3,1033,1099 -"124126",32601,21197,3,1033,1437 -"124127",32601,21285,3,1033,2100 -"124128",32601,22282,2,1033,1418 -"124129",32601,22331,3,1033,2687 -"124130",32601,23704,2,1033,2278 -"124131",32601,26451,3,1033,2133 -"124132",32601,26749,3,1033,2965 -"124133",32601,27175,3,1033,1447 -"124134",32601,27390,3,1033,2425 -"124135",32601,27849,3,1033,1316 -"124136",32601,31050,3,1033,1491 -"124137",32601,34492,3,1033,1798 -"124138",32601,35095,3,1033,1502 -"124139",32601,38019,3,1033,1870 -"124140",32601,39444,3,1033,2695 -"124141",32601,41739,3,1033,1339 -"124142",32601,42618,3,1033,2316 -"124143",32601,43385,3,1033,1623 -"124144",32601,48414,1,1033,1749 -"124145",32601,50685,2,1033,2008 -"124146",32601,50977,2,1033,2352 -"124147",32601,52058,2,1033,1836 -"124148",32601,52136,3,1033,1412 -"124149",32601,52576,3,1033,2234 -"124150",32601,53196,3,1033,1888 -"124151",32601,55438,3,1033,2863 -"124152",32601,55468,3,1033,2511 -"124153",32601,56317,3,1033,2030 -"124154",32601,58508,3,1033,2326 -"124155",32601,58652,3,1033,1437 -"124156",32601,60185,3,1033,1206 -"124157",32601,61982,3,1033,2725 -"124158",32601,62841,3,1033,2710 -"124159",32601,63442,3,1033,1965 -"124160",32601,65625,3,1033,1273 -"124161",32601,66860,3,1033,1548 -"124162",32601,67690,2,1033,1902 -"124163",32601,71342,3,1033,1289 -"124164",32601,72956,3,1033,1251 -"124165",32601,79322,3,1033,2770 -"124166",32601,82949,3,1033,2077 -"124167",32606,377,3,2100,2389 -"124168",32606,543,3,2100,2203 -"124169",32606,1616,3,2100,2662 -"124170",32606,2036,3,2100,2483 -"124171",32606,2446,3,2100,2606 -"124172",32606,2484,3,2100,2389 -"124173",32606,2985,3,2100,2398 -"124174",32606,3161,3,2100,2229 -"124175",32606,4057,3,2100,2389 -"124176",32606,4367,3,2100,2794 -"124177",32606,5462,2,2100,2374 -"124178",32606,5504,3,2100,2389 -"124179",32606,7323,3,2100,2858 -"124180",32606,7847,3,2100,2424 -"124181",32606,8865,3,2100,2394 -"124182",32606,9311,3,2100,2477 -"124183",32606,9654,3,2100,2111 -"124184",32606,10843,3,2100,2277 -"124185",32606,12713,3,2100,2440 -"124186",32606,14032,3,2100,2144 -"124187",32606,15567,3,2100,2671 -"124188",32606,15826,3,2100,2772 -"124189",32606,18151,3,2100,2962 -"124190",32606,19364,3,2100,2846 -"124191",32606,19433,3,2100,2504 -"124192",32606,19606,3,2100,2783 -"124193",32606,20124,2,2100,2376 -"124194",32606,20700,3,2100,2861 -"124195",32606,22709,3,2100,2743 -"124196",32606,23011,3,2100,2763 -"124197",32606,27478,3,2100,2485 -"124198",32606,27908,3,2100,2576 -"124199",32606,31799,3,2100,2547 -"124200",32606,33341,3,2100,2338 -"124201",32606,35256,3,2100,2271 -"124202",32606,35715,3,2100,2912 -"124203",32606,36912,3,2100,2469 -"124204",32606,37570,3,2100,2389 -"124205",32606,38755,3,2100,2902 -"124206",32606,39534,3,2100,2410 -"124207",32606,40138,3,2100,2719 -"124208",32606,47362,3,2100,2253 -"124209",32606,49347,3,2100,2504 -"124210",32606,55828,3,2100,2393 -"124211",32606,56082,3,2100,2395 -"124212",32606,57977,3,2100,2683 -"124213",32606,61240,3,2100,2651 -"124214",32606,64967,3,2100,2872 -"124215",32606,65188,3,2100,2213 -"124216",32606,65856,2,2100,2504 -"124217",32606,67726,3,2100,2873 -"124218",32606,71531,3,2100,2887 -"124219",32606,73266,3,2100,2496 -"124220",32606,79627,3,2100,2409 -"124221",32606,85430,3,2100,2370 -"124222",32606,86978,3,2100,2733 -"124223",32606,87144,3,2100,2299 -"124224",32606,90768,3,2100,2123 -"124225",32606,97498,3,2100,2346 -"124226",32629,3506,3,1789,2364 -"124227",32629,5813,3,1789,2088 -"124228",32629,7123,3,1789,1964 -"124229",32629,9088,1,1789,1881 -"124230",32629,9269,3,1789,1892 -"124231",32629,16866,3,1789,2718 -"124232",32629,17925,2,1789,2385 -"124233",32629,18574,3,1789,2305 -"124234",32629,22389,2,1789,2034 -"124235",32629,31990,2,1789,2264 -"124236",32629,32724,2,1789,2581 -"124237",32629,37801,2,1789,2578 -"124238",32629,44312,2,1789,2741 -"124239",32629,44744,3,1789,2032 -"124240",32629,48931,1,1789,2444 -"124241",32629,53445,2,1789,2028 -"124242",32629,57804,3,1789,2214 -"124243",32629,65054,3,1789,2593 -"124244",32629,83264,3,1789,1922 -"124245",32629,96387,3,1789,2159 -"124246",32629,100084,3,1789,1964 -"124247",32642,388,3,158,1594 -"124248",32642,468,3,158,1966 -"124249",32642,622,3,158,501 -"124250",32642,1560,3,158,2013 -"124251",32642,2802,3,158,1836 -"124252",32642,3016,2,158,747 -"124253",32642,3152,3,158,1621 -"124254",32642,4194,3,158,1641 -"124255",32642,4730,3,158,2131 -"124256",32642,5483,3,158,1938 -"124257",32642,5557,3,158,1929 -"124258",32642,5816,3,158,2408 -"124259",32642,5845,3,158,1552 -"124260",32642,5852,3,158,1862 -"124261",32642,8006,3,158,479 -"124262",32642,8157,3,158,1063 -"124263",32642,8478,1,158,984 -"124264",32642,9506,1,158,1012 -"124265",32642,9716,2,158,1929 -"124266",32642,9808,3,158,1648 -"124267",32642,10128,2,158,883 -"124268",32642,10720,3,158,199 -"124269",32642,10727,3,158,2082 -"124270",32642,10908,3,158,1134 -"124271",32642,11429,3,158,2520 -"124272",32642,11602,3,158,1493 -"124273",32642,12228,3,158,2034 -"124274",32642,12481,3,158,1086 -"124275",32642,13400,3,158,1371 -"124276",32642,14626,2,158,2175 -"124277",32642,14654,3,158,1692 -"124278",32642,14789,2,158,1034 -"124279",32642,16361,3,158,1641 -"124280",32642,16593,3,158,1139 -"124281",32642,17159,2,158,883 -"124282",32642,17541,3,158,637 -"124283",32642,17999,3,158,2758 -"124284",32642,18855,2,158,1362 -"124285",32642,21741,3,158,1574 -"124286",32642,22571,2,158,655 -"124287",32642,22905,3,158,2599 -"124288",32642,23739,3,158,2463 -"124289",32642,24104,3,158,817 -"124290",32642,25718,2,158,432 -"124291",32642,25885,3,158,1223 -"124292",32642,26100,3,158,1966 -"124293",32642,26138,3,158,1902 -"124294",32642,29267,3,158,1234 -"124295",32642,29319,3,158,2314 -"124296",32642,30404,2,158,1810 -"124297",32642,31251,3,158,2498 -"124298",32642,32582,2,158,1929 -"124299",32642,33278,3,158,1591 -"124300",32642,33533,2,158,234 -"124301",32642,33697,3,158,1309 -"124302",32642,35264,3,158,2329 -"124303",32642,37444,2,158,174 -"124304",32642,37766,3,158,520 -"124305",32642,38309,3,158,2644 -"124306",32642,39321,3,158,2257 -"124307",32642,40392,3,158,1878 -"124308",32642,41185,2,158,1929 -"124309",32642,41603,2,158,1942 -"124310",32642,44464,3,158,1619 -"124311",32642,45585,3,158,2384 -"124312",32642,45730,3,158,2063 -"124313",32642,46385,3,158,2225 -"124314",32642,49147,2,158,2539 -"124315",32642,50335,2,158,1893 -"124316",32642,50635,3,158,2962 -"124317",32642,51099,3,158,262 -"124318",32642,51200,3,158,2245 -"124319",32642,52185,2,158,1012 -"124320",32642,52820,3,158,306 -"124321",32642,53362,3,158,2360 -"124322",32642,54903,3,158,2493 -"124323",32642,55775,2,158,2385 -"124324",32642,56737,3,158,2270 -"124325",32642,59470,3,158,2393 -"124326",32642,60672,3,158,2876 -"124327",32642,64412,3,158,2233 -"124328",32642,65478,3,158,220 -"124329",32642,69214,3,158,1354 -"124330",32642,72426,3,158,2902 -"124331",32642,74912,3,158,1542 -"124332",32642,75194,3,158,1736 -"124333",32642,75287,2,158,460 -"124334",32642,77785,3,158,1595 -"124335",32642,78768,1,158,841 -"124336",32642,79036,3,158,2524 -"124337",32642,79822,3,158,1508 -"124338",32642,82226,3,158,1619 -"124339",32642,86010,3,158,1641 -"124340",32642,88968,3,158,585 -"124341",32642,91631,3,158,1899 -"124342",32642,91715,2,158,1034 -"124343",32642,94339,3,158,2768 -"124344",32642,96349,3,158,1874 -"124345",32642,97266,1,158,1016 -"124346",32642,99204,3,158,232 -"124347",32642,106963,3,158,686 -"124348",32642,107993,2,158,999 -"124349",32642,111045,3,158,915 -"124350",32642,112834,3,158,765 -"124351",32648,3776,3,669,2322 -"124352",32648,4623,2,669,1176 -"124353",32648,5203,3,669,814 -"124354",32648,5239,3,669,2875 -"124355",32648,5315,3,669,2631 -"124356",32648,5621,3,669,1860 -"124357",32648,7508,3,669,2396 -"124358",32648,8887,3,669,2373 -"124359",32648,9351,3,669,1460 -"124360",32648,11103,3,669,2393 -"124361",32648,11976,1,669,1727 -"124362",32648,12778,3,669,2045 -"124363",32648,13248,3,669,1385 -"124364",32648,13573,3,669,2774 -"124365",32648,15808,3,669,1521 -"124366",32648,16826,3,669,2599 -"124367",32648,20355,2,669,2111 -"124368",32648,20423,3,669,2654 -"124369",32648,21720,3,669,2637 -"124370",32648,22403,3,669,1630 -"124371",32648,22586,3,669,1341 -"124372",32648,27355,2,669,870 -"124373",32648,28934,3,669,870 -"124374",32648,33834,2,669,1606 -"124375",32648,34158,1,669,2639 -"124376",32648,34648,3,669,1596 -"124377",32648,34954,3,669,1184 -"124378",32648,35361,2,669,2389 -"124379",32648,36574,2,669,2934 -"124380",32648,38219,3,669,1689 -"124381",32648,38467,2,669,1259 -"124382",32648,39516,3,669,2393 -"124383",32648,40893,3,669,1116 -"124384",32648,44161,3,669,1156 -"124385",32648,45277,3,669,1777 -"124386",32648,45903,3,669,2237 -"124387",32648,46283,3,669,1184 -"124388",32648,51157,3,669,2319 -"124389",32648,51319,2,669,2488 -"124390",32648,62148,3,669,1566 -"124391",32648,62632,3,669,1320 -"124392",32648,64786,2,669,870 -"124393",32648,65322,3,669,2008 -"124394",32648,67102,3,669,935 -"124395",32648,83526,3,669,1235 -"124396",32648,85716,3,669,1609 -"124397",32648,92895,3,669,2339 -"124398",32648,97811,3,669,1288 -"124399",32648,97937,3,669,932 -"124400",32648,101338,3,669,1319 -"124401",32648,104280,3,669,887 -"124402",32651,782,1,877,945 -"124403",32651,1315,3,877,2760 -"124404",32651,2540,3,877,1398 -"124405",32651,2576,3,877,1307 -"124406",32651,2852,3,877,2448 -"124407",32651,4361,3,877,2571 -"124408",32651,4612,3,877,2804 -"124409",32651,4669,3,877,2395 -"124410",32651,5346,3,877,1438 -"124411",32651,5897,3,877,2337 -"124412",32651,6989,3,877,2623 -"124413",32651,7785,1,877,2441 -"124414",32651,8073,3,877,1847 -"124415",32651,8200,3,877,1709 -"124416",32651,8760,3,877,2477 -"124417",32651,10223,3,877,1033 -"124418",32651,11108,3,877,1609 -"124419",32651,12948,3,877,2669 -"124420",32651,14749,3,877,1998 -"124421",32651,15207,3,877,1855 -"124422",32651,15462,3,877,1141 -"124423",32651,16437,3,877,1956 -"124424",32651,16715,3,877,1218 -"124425",32651,17033,3,877,2771 -"124426",32651,18978,1,877,952 -"124427",32651,20545,3,877,1491 -"124428",32651,23000,3,877,1815 -"124429",32651,23015,2,877,1362 -"124430",32651,23430,3,877,904 -"124431",32651,26124,3,877,2356 -"124432",32651,26450,3,877,1709 -"124433",32651,27742,2,877,2700 -"124434",32651,27914,3,877,2507 -"124435",32651,29004,3,877,2596 -"124436",32651,30262,3,877,1715 -"124437",32651,30525,3,877,1964 -"124438",32651,31868,3,877,1993 -"124439",32651,32532,1,877,2338 -"124440",32651,32560,1,877,1258 -"124441",32651,33223,3,877,2397 -"124442",32651,33341,3,877,2338 -"124443",32651,33681,3,877,1059 -"124444",32651,33870,2,877,955 -"124445",32651,35797,1,877,2482 -"124446",32651,37859,3,877,1999 -"124447",32651,39875,3,877,2422 -"124448",32651,41023,3,877,2408 -"124449",32651,41581,3,877,1692 -"124450",32651,41694,3,877,2358 -"124451",32651,43961,3,877,2443 -"124452",32651,44749,3,877,1303 -"124453",32651,45480,3,877,1104 -"124454",32651,45869,3,877,2840 -"124455",32651,45904,3,877,1011 -"124456",32651,47534,3,877,2712 -"124457",32651,49201,3,877,936 -"124458",32651,49551,3,877,879 -"124459",32651,52110,2,877,1676 -"124460",32651,57356,3,877,2476 -"124461",32651,57529,3,877,2462 -"124462",32651,58655,3,877,2685 -"124463",32651,59039,2,877,2870 -"124464",32651,61723,3,877,1262 -"124465",32651,63654,3,877,2310 -"124466",32651,66978,3,877,1536 -"124467",32651,66994,3,877,1865 -"124468",32651,67719,3,877,2429 -"124469",32651,72632,3,877,1289 -"124470",32651,80156,3,877,1667 -"124471",32651,85396,3,877,1131 -"124472",32651,91849,2,877,1166 -"124473",32651,94520,3,877,1243 -"124474",32651,109307,2,877,1187 -"124475",32651,115021,2,877,1226 -"124476",32658,600,3,1694,1702 -"124477",32658,1196,3,1694,1986 -"124478",32658,3961,2,1694,2426 -"124479",32658,4289,3,1694,1921 -"124480",32658,5041,3,1694,2371 -"124481",32658,7984,3,1694,2493 -"124482",32658,10358,2,1694,2294 -"124483",32658,11218,3,1694,2292 -"124484",32658,11477,2,1694,2724 -"124485",32658,13158,3,1694,2667 -"124486",32658,13388,3,1694,2119 -"124487",32658,14032,3,1694,2144 -"124488",32658,14669,3,1694,2080 -"124489",32658,20067,3,1694,2390 -"124490",32658,21706,3,1694,1988 -"124491",32658,23705,3,1694,2699 -"124492",32658,23869,3,1694,1918 -"124493",32658,23918,2,1694,1881 -"124494",32658,32919,3,1694,2321 -"124495",32658,33801,3,1694,2899 -"124496",32658,35926,3,1694,2371 -"124497",32658,46803,3,1694,2305 -"124498",32658,53475,3,1694,2853 -"124499",32658,54158,3,1694,1756 -"124500",32658,54929,3,1694,2783 -"124501",32658,59005,3,1694,2817 -"124502",32658,99215,3,1694,2791 -"124503",32673,267,3,129,2631 -"124504",32673,1386,3,129,1901 -"124505",32673,1629,3,129,1289 -"124506",32673,2462,3,129,849 -"124507",32673,2936,3,129,2512 -"124508",32673,3978,3,129,2775 -"124509",32673,4681,3,129,2356 -"124510",32673,5235,3,129,2324 -"124511",32673,5376,3,129,288 -"124512",32673,7078,3,129,2344 -"124513",32673,9272,3,129,2835 -"124514",32673,9723,2,129,2302 -"124515",32673,11239,3,129,2181 -"124516",32673,11310,2,129,957 -"124517",32673,12586,3,129,613 -"124518",32673,16684,3,129,1657 -"124519",32673,16850,2,129,1657 -"124520",32673,18013,3,129,1625 -"124521",32673,18102,3,129,1642 -"124522",32673,18289,3,129,862 -"124523",32673,18381,3,129,1524 -"124524",32673,18670,3,129,1835 -"124525",32673,19215,2,129,2604 -"124526",32673,19364,2,129,2846 -"124527",32673,22169,3,129,673 -"124528",32673,22207,2,129,2365 -"124529",32673,22580,2,129,2245 -"124530",32673,22682,3,129,2035 -"124531",32673,22709,1,129,2743 -"124532",32673,28432,2,129,1954 -"124533",32673,31279,3,129,965 -"124534",32673,34327,2,129,2959 -"124535",32673,34831,2,129,1866 -"124536",32673,34921,2,129,2181 -"124537",32673,35542,3,129,1439 -"124538",32673,36950,3,129,2204 -"124539",32673,37444,3,129,174 -"124540",32673,37461,2,129,214 -"124541",32673,37859,3,129,1999 -"124542",32673,40147,1,129,141 -"124543",32673,44877,3,129,1219 -"124544",32673,45473,3,129,2540 -"124545",32673,52215,3,129,1908 -"124546",32673,52448,2,129,414 -"124547",32673,53809,3,129,1956 -"124548",32673,55472,1,129,1516 -"124549",32673,56947,3,129,917 -"124550",32673,59646,3,129,456 -"124551",32673,63498,3,129,977 -"124552",32673,66622,3,129,799 -"124553",32673,68314,3,129,2180 -"124554",32673,69861,3,129,277 -"124555",32673,73553,2,129,2726 -"124556",32673,79477,3,129,836 -"124557",32673,82819,2,129,1900 -"124558",32673,83253,3,129,1102 -"124559",32673,87471,3,129,712 -"124560",32673,96738,3,129,298 -"124561",32673,100140,3,129,1041 -"124562",32673,102893,2,129,814 -"124563",32673,109978,3,129,1865 -"124564",32673,111955,3,129,504 -"124565",32678,3271,3,1439,2216 -"124566",32678,4144,1,1439,1520 -"124567",32678,9063,3,1439,2000 -"124568",32678,9272,3,1439,2835 -"124569",32678,9727,3,1439,2327 -"124570",32678,10222,3,1439,2212 -"124571",32678,10337,2,1439,2452 -"124572",32678,11135,3,1439,2441 -"124573",32678,15502,2,1439,2637 -"124574",32678,16296,3,1439,2626 -"124575",32678,19323,3,1439,1705 -"124576",32678,19972,3,1439,2078 -"124577",32678,27379,3,1439,2461 -"124578",32678,35911,1,1439,2370 -"124579",32678,40715,3,1439,2258 -"124580",32678,43226,3,1439,2442 -"124581",32678,48110,3,1439,2009 -"124582",32678,51448,3,1439,1593 -"124583",32678,58508,3,1439,2326 -"124584",32678,69335,3,1439,2698 -"124585",32678,75455,3,1439,1937 -"124586",32678,80301,3,1439,1690 -"124587",32694,23,3,1602,1682 -"124588",32694,3164,3,1602,2693 -"124589",32694,5258,3,1602,2730 -"124590",32694,5315,3,1602,2631 -"124591",32694,5350,2,1602,2522 -"124592",32694,5449,3,1602,1723 -"124593",32694,5622,3,1602,2175 -"124594",32694,5971,3,1602,1985 -"124595",32694,5984,2,1602,1675 -"124596",32694,5986,3,1602,1721 -"124597",32694,6030,3,1602,2953 -"124598",32694,6047,3,1602,2004 -"124599",32694,6324,3,1602,1990 -"124600",32694,6417,3,1602,1675 -"124601",32694,9928,3,1602,2345 -"124602",32694,10358,3,1602,2294 -"124603",32694,11218,2,1602,2292 -"124604",32694,11966,3,1602,2385 -"124605",32694,12042,3,1602,2345 -"124606",32694,13311,3,1602,2315 -"124607",32694,14032,3,1602,2144 -"124608",32694,16096,2,1602,2301 -"124609",32694,16352,2,1602,2657 -"124610",32694,17400,3,1602,2231 -"124611",32694,18348,2,1602,1711 -"124612",32694,18361,3,1602,2968 -"124613",32694,21571,3,1602,2755 -"124614",32694,22566,3,1602,2308 -"124615",32694,23310,3,1602,2371 -"124616",32694,23806,3,1602,1671 -"124617",32694,25971,3,1602,2608 -"124618",32694,26080,3,1602,2525 -"124619",32694,26818,3,1602,1999 -"124620",32694,28050,3,1602,1955 -"124621",32694,28168,3,1602,2702 -"124622",32694,32503,3,1602,2020 -"124623",32694,32919,3,1602,2321 -"124624",32694,34161,3,1602,2789 -"124625",32694,34735,3,1602,2767 -"124626",32694,35926,3,1602,2371 -"124627",32694,36691,3,1602,1903 -"124628",32694,39294,3,1602,1889 -"124629",32694,41955,3,1602,2479 -"124630",32694,44557,3,1602,2371 -"124631",32694,50236,3,1602,2339 -"124632",32694,53219,3,1602,2973 -"124633",32694,54929,3,1602,2783 -"124634",32694,56237,3,1602,2625 -"124635",32694,56604,1,1602,1919 -"124636",32694,57246,3,1602,1873 -"124637",32694,57977,3,1602,2683 -"124638",32694,69716,3,1602,2632 -"124639",32694,72501,3,1602,2795 -"124640",32694,81349,3,1602,1958 -"124641",32694,82732,3,1602,2810 -"124642",32694,88232,3,1602,2881 -"124643",32694,116792,3,1602,2397 -"124644",32724,16866,3,2581,2718 -"124645",32724,44312,2,2581,2741 -"124646",32724,65054,3,2581,2593 -"124647",32729,19814,2,907,936 -"124648",32729,51815,3,907,1252 -"124649",32729,59918,3,907,2063 -"124650",32729,67417,2,907,936 -"124651",32735,1393,3,213,1706 -"124652",32735,2014,3,213,973 -"124653",32735,2370,2,213,1600 -"124654",32735,2407,3,213,1725 -"124655",32735,2506,3,213,954 -"124656",32735,3506,3,213,2364 -"124657",32735,4784,3,213,2511 -"124658",32735,6020,3,213,1864 -"124659",32735,7123,3,213,1964 -"124660",32735,7900,3,213,893 -"124661",32735,7903,3,213,744 -"124662",32735,7932,2,213,789 -"124663",32735,9269,3,213,1892 -"124664",32735,10610,3,213,1427 -"124665",32735,13034,3,213,698 -"124666",32735,13712,3,213,550 -"124667",32735,16455,3,213,946 -"124668",32735,16866,2,213,2718 -"124669",32735,16935,3,213,441 -"124670",32735,17925,3,213,2385 -"124671",32735,18865,3,213,2676 -"124672",32735,21142,2,213,2414 -"124673",32735,21358,3,213,1970 -"124674",32735,21920,1,213,2367 -"124675",32735,22389,3,213,2034 -"124676",32735,28648,3,213,1586 -"124677",32735,31211,3,213,433 -"124678",32735,31950,2,213,2217 -"124679",32735,32629,3,213,1789 -"124680",32735,34274,3,213,1437 -"124681",32735,36440,3,213,704 -"124682",32735,37334,3,213,398 -"124683",32735,37765,3,213,1134 -"124684",32735,39627,3,213,546 -"124685",32735,40510,1,213,943 -"124686",32735,41075,3,213,1176 -"124687",32735,43725,3,213,935 -"124688",32735,44744,3,213,2032 -"124689",32735,45297,3,213,1864 -"124690",32735,45449,1,213,1610 -"124691",32735,45450,2,213,1590 -"124692",32735,45562,1,213,623 -"124693",32735,48254,2,213,1013 -"124694",32735,48781,1,213,954 -"124695",32735,48823,3,213,2080 -"124696",32735,48931,2,213,2444 -"124697",32735,49029,3,213,647 -"124698",32735,53445,3,213,2028 -"124699",32735,55493,2,213,869 -"124700",32735,57804,3,213,2214 -"124701",32735,60403,3,213,512 -"124702",32735,61398,3,213,2563 -"124703",32735,61921,3,213,1793 -"124704",32735,63395,3,213,2334 -"124705",32735,64737,2,213,2442 -"124706",32735,66017,3,213,1545 -"124707",32735,68419,3,213,654 -"124708",32735,68813,3,213,2511 -"124709",32735,74054,3,213,1488 -"124710",32735,78257,2,213,590 -"124711",32735,79639,2,213,1013 -"124712",32735,80186,1,213,2228 -"124713",32735,80273,3,213,586 -"124714",32735,84235,3,213,1639 -"124715",32735,84581,2,213,1241 -"124716",32735,90852,2,213,764 -"124717",32735,92084,3,213,1134 -"124718",32735,92366,2,213,1434 -"124719",32735,93642,2,213,1120 -"124720",32735,96387,3,213,2159 -"124721",32735,100084,2,213,1964 -"124722",32735,103989,2,213,1207 -"124723",32735,105887,2,213,615 -"124724",32735,108467,3,213,2170 -"124725",32735,109031,3,213,523 -"124726",32735,116484,2,213,902 -"124727",32735,116771,2,213,623 -"124728",32739,160,3,875,2007 -"124729",32739,2407,3,875,1725 -"124730",32739,2972,3,875,1708 -"124731",32739,3456,3,875,1999 -"124732",32739,4669,3,875,2395 -"124733",32739,5614,3,875,2122 -"124734",32739,8568,3,875,2706 -"124735",32739,9440,3,875,1006 -"124736",32739,10964,3,875,2043 -"124737",32739,11019,3,875,1299 -"124738",32739,11067,3,875,2734 -"124739",32739,11990,3,875,1909 -"124740",32739,14622,3,875,1608 -"124741",32739,16286,3,875,2470 -"124742",32739,16866,3,875,2718 -"124743",32739,18865,3,875,2676 -"124744",32739,20155,3,875,1517 -"124745",32739,28525,3,875,1273 -"124746",32739,28869,3,875,2425 -"124747",32739,39999,3,875,1593 -"124748",32739,42813,3,875,2142 -"124749",32739,46486,3,875,1868 -"124750",32739,63395,3,875,2334 -"124751",32739,82252,3,875,1248 -"124752",32739,92850,3,875,1971 -"124753",32739,95910,3,875,999 -"124754",32761,13732,3,2680,2789 -"124755",32761,26865,3,2680,2726 -"124756",32761,36962,3,2680,2861 -"124757",32761,44235,2,2680,2700 -"124758",32761,47947,3,2680,2681 -"124759",32766,46951,3,2385,2429 -"124760",32775,798,3,2135,2476 -"124761",32775,4669,3,2135,2395 -"124762",32775,7896,3,2135,2447 -"124763",32775,10336,3,2135,2271 -"124764",32775,13200,3,2135,2488 -"124765",32775,16286,3,2135,2470 -"124766",32775,17221,3,2135,2487 -"124767",32775,19655,3,2135,2706 -"124768",32775,21324,3,2135,2413 -"124769",32775,35477,2,2135,2703 -"124770",32775,73172,2,2135,2496 -"124771",32775,74605,3,2135,2265 -"124772",32778,7896,2,2310,2447 -"124773",32778,32202,3,2310,2314 -"124774",32778,106428,3,2310,2321 -"124775",32780,600,3,424,1702 -"124776",32780,765,3,424,2073 -"124777",32780,913,3,424,2144 -"124778",32780,7515,2,424,2737 -"124779",32780,9432,3,424,1693 -"124780",32780,11434,3,424,1187 -"124781",32780,11516,3,424,1937 -"124782",32780,13248,3,424,1385 -"124783",32780,13837,3,424,1604 -"124784",32780,19322,3,424,2048 -"124785",32780,23132,3,424,2756 -"124786",32780,24568,3,424,1937 -"124787",32780,25976,2,424,659 -"124788",32780,32947,1,424,1091 -"124789",32780,35302,3,424,1589 -"124790",32780,63409,2,424,1937 -"124791",32780,73305,3,424,2544 -"124792",32780,79804,3,424,2227 -"124793",32780,92322,3,424,2393 -"124794",32780,94783,3,424,659 -"124795",32780,102705,3,424,468 -"124796",32780,104280,3,424,887 -"124797",32811,671,2,804,2328 -"124798",32811,733,3,804,1653 -"124799",32811,843,3,804,2332 -"124800",32811,915,3,804,1793 -"124801",32811,1154,3,804,1656 -"124802",32811,1767,2,804,2727 -"124803",32811,1777,3,804,1965 -"124804",32811,2063,3,804,1278 -"124805",32811,2093,3,804,2459 -"124806",32811,2166,3,804,2557 -"124807",32811,2429,3,804,999 -"124808",32811,2609,2,804,834 -"124809",32811,2684,3,804,2874 -"124810",32811,2743,3,804,1278 -"124811",32811,2819,3,804,1743 -"124812",32811,3068,2,804,1815 -"124813",32811,3167,2,804,1676 -"124814",32811,3242,3,804,1730 -"124815",32811,3271,2,804,2216 -"124816",32811,3317,2,804,2037 -"124817",32811,3830,3,804,1661 -"124818",32811,3980,3,804,2771 -"124819",32811,4226,1,804,1903 -"124820",32811,4305,3,804,2374 -"124821",32811,4485,3,804,1963 -"124822",32811,4790,3,804,1025 -"124823",32811,4791,3,804,1184 -"124824",32811,5055,3,804,1796 -"124825",32811,5315,3,804,2631 -"124826",32811,5462,3,804,2374 -"124827",32811,5504,3,804,2389 -"124828",32811,5971,3,804,1985 -"124829",32811,6030,3,804,2953 -"124830",32811,6052,3,804,1985 -"124831",32811,6428,3,804,1952 -"124832",32811,6491,2,804,2424 -"124833",32811,6588,3,804,2025 -"124834",32811,7241,3,804,2259 -"124835",32811,7245,3,804,2089 -"124836",32811,7337,3,804,1797 -"124837",32811,7604,3,804,1366 -"124838",32811,8607,3,804,1685 -"124839",32811,8621,3,804,1681 -"124840",32811,8888,3,804,1328 -"124841",32811,9272,2,804,2835 -"124842",32811,9751,2,804,1397 -"124843",32811,10488,3,804,1524 -"124844",32811,10638,3,804,2692 -"124845",32811,10646,3,804,1555 -"124846",32811,11067,3,804,2734 -"124847",32811,11381,3,804,1638 -"124848",32811,11450,3,804,915 -"124849",32811,11506,3,804,2824 -"124850",32811,11620,3,804,2010 -"124851",32811,11625,3,804,2022 -"124852",32811,12374,1,804,2260 -"124853",32811,12728,3,804,2374 -"124854",32811,13158,3,804,2667 -"124855",32811,13388,3,804,2119 -"124856",32811,13929,3,804,2693 -"124857",32811,13979,3,804,1559 -"124858",32811,14091,3,804,929 -"124859",32811,14654,3,804,1692 -"124860",32811,15118,3,804,1311 -"124861",32811,15453,3,804,1688 -"124862",32811,15539,2,804,1929 -"124863",32811,16053,2,804,908 -"124864",32811,16352,3,804,2657 -"124865",32811,16437,3,804,1956 -"124866",32811,16777,3,804,834 -"124867",32811,16940,3,804,1290 -"124868",32811,18415,3,804,2184 -"124869",32811,19075,3,804,2214 -"124870",32811,19282,3,804,1623 -"124871",32811,19606,3,804,2783 -"124872",32811,19637,3,804,1229 -"124873",32811,20067,3,804,2390 -"124874",32811,20287,3,804,1099 -"124875",32811,20311,2,804,1981 -"124876",32811,20343,3,804,851 -"124877",32811,20732,2,804,2401 -"124878",32811,20824,2,804,1366 -"124879",32811,21029,3,804,1943 -"124880",32811,21104,2,804,2327 -"124881",32811,21122,3,804,1701 -"124882",32811,21198,3,804,935 -"124883",32811,21275,3,804,2609 -"124884",32811,22006,2,804,1202 -"124885",32811,22025,3,804,1591 -"124886",32811,22057,3,804,974 -"124887",32811,22749,3,804,1727 -"124888",32811,23430,3,804,904 -"124889",32811,23509,3,804,2275 -"124890",32811,23534,2,804,1659 -"124891",32811,23726,2,804,2434 -"124892",32811,23869,3,804,1918 -"124893",32811,24005,2,804,1188 -"124894",32811,24085,3,804,1253 -"124895",32811,24755,3,804,1319 -"124896",32811,24789,2,804,829 -"124897",32811,25132,3,804,1188 -"124898",32811,25680,3,804,1618 -"124899",32811,26249,3,804,2301 -"124900",32811,26436,3,804,2489 -"124901",32811,26451,1,804,2133 -"124902",32811,26570,3,804,1669 -"124903",32811,26671,3,804,2279 -"124904",32811,26867,3,804,1804 -"124905",32811,27628,3,804,2389 -"124906",32811,27792,2,804,1308 -"124907",32811,27849,3,804,1316 -"124908",32811,28130,3,804,908 -"124909",32811,28131,3,804,1492 -"124910",32811,28303,3,804,2089 -"124911",32811,28432,3,804,1954 -"124912",32811,28896,3,804,1395 -"124913",32811,29073,3,804,2328 -"124914",32811,29170,2,804,1846 -"124915",32811,29456,3,804,1182 -"124916",32811,29578,3,804,1957 -"124917",32811,30092,3,804,1593 -"124918",32811,30827,3,804,2323 -"124919",32811,30850,3,804,1045 -"124920",32811,30883,3,804,1629 -"124921",32811,30943,3,804,2287 -"124922",32811,31279,3,804,965 -"124923",32811,31338,3,804,917 -"124924",32811,31691,3,804,1657 -"124925",32811,33622,3,804,2230 -"124926",32811,33801,3,804,2899 -"124927",32811,34136,1,804,2202 -"124928",32811,34492,3,804,1798 -"124929",32811,34836,3,804,2302 -"124930",32811,35529,3,804,1620 -"124931",32811,36439,3,804,2469 -"124932",32811,37752,3,804,2223 -"124933",32811,37893,2,804,875 -"124934",32811,37934,3,804,1595 -"124935",32811,38019,3,804,1870 -"124936",32811,38219,3,804,1689 -"124937",32811,38284,3,804,1234 -"124938",32811,39439,3,804,2462 -"124939",32811,39444,3,804,2695 -"124940",32811,39865,2,804,849 -"124941",32811,40028,3,804,1349 -"124942",32811,40072,2,804,1182 -"124943",32811,40369,3,804,2735 -"124944",32811,41174,3,804,850 -"124945",32811,42186,3,804,955 -"124946",32811,42216,3,804,2722 -"124947",32811,42914,3,804,1737 -"124948",32811,43051,3,804,904 -"124949",32811,43173,3,804,2895 -"124950",32811,43226,2,804,2442 -"124951",32811,43404,3,804,2649 -"124952",32811,43518,2,804,2680 -"124953",32811,45874,3,804,944 -"124954",32811,47839,3,804,1864 -"124955",32811,48110,2,804,2009 -"124956",32811,48260,1,804,875 -"124957",32811,48698,2,804,1474 -"124958",32811,48823,3,804,2080 -"124959",32811,50118,3,804,2654 -"124960",32811,50236,3,804,2339 -"124961",32811,51022,3,804,1499 -"124962",32811,51410,3,804,2739 -"124963",32811,51987,3,804,1397 -"124964",32811,52345,3,804,1430 -"124965",32811,53303,3,804,1376 -"124966",32811,53445,3,804,2028 -"124967",32811,54118,3,804,1412 -"124968",32811,55084,2,804,1189 -"124969",32811,55234,3,804,890 -"124970",32811,55320,3,804,1643 -"124971",32811,55468,3,804,2511 -"124972",32811,55691,2,804,2856 -"124973",32811,56026,3,804,908 -"124974",32811,56317,3,804,2030 -"124975",32811,57337,3,804,1443 -"124976",32811,57544,3,804,2443 -"124977",32811,57804,3,804,2214 -"124978",32811,57950,3,804,1529 -"124979",32811,57977,3,804,2683 -"124980",32811,57990,3,804,978 -"124981",32811,58133,1,804,1484 -"124982",32811,58451,3,804,1939 -"124983",32811,58508,2,804,2326 -"124984",32811,59039,3,804,2870 -"124985",32811,59939,2,804,936 -"124986",32811,62957,2,804,1170 -"124987",32811,63770,3,804,1324 -"124988",32811,64997,3,804,2791 -"124989",32811,65625,3,804,1273 -"124990",32811,69335,2,804,2698 -"124991",32811,69498,3,804,931 -"124992",32811,70203,3,804,2756 -"124993",32811,70996,3,804,1037 -"124994",32811,75948,3,804,1006 -"124995",32811,76511,3,804,1250 -"124996",32811,76999,3,804,908 -"124997",32811,77318,3,804,1643 -"124998",32811,79612,2,804,927 -"124999",32811,80301,2,804,1690 -"125000",32811,80801,3,804,1250 -"125001",32811,81586,3,804,877 -"125002",32811,81895,2,804,1634 -"125003",32811,82039,3,804,1327 -"125004",32811,82226,3,804,1619 -"125005",32811,82426,3,804,1576 -"125006",32811,82696,2,804,1305 -"125007",32811,86245,3,804,1972 -"125008",32811,86664,3,804,1146 -"125009",32811,88063,3,804,1045 -"125010",32811,88473,3,804,1102 -"125011",32811,89097,3,804,935 -"125012",32811,90573,3,804,878 -"125013",32811,94101,3,804,997 -"125014",32811,94650,2,804,896 -"125015",32811,95879,3,804,1748 -"125016",32811,99020,2,804,1383 -"125017",32811,99103,3,804,1470 -"125018",32811,99332,3,804,873 -"125019",32811,100140,3,804,1041 -"125020",32811,100532,3,804,859 -"125021",32811,102133,3,804,1165 -"125022",32811,103524,3,804,991 -"125023",32811,108379,1,804,2933 -"125024",32811,108867,3,804,2328 -"125025",32811,119444,2,804,888 -"125026",32818,8062,2,2485,2858 -"125027",32818,16310,3,2485,2796 -"125028",32818,25373,3,2485,2783 -"125029",32818,38602,3,2485,2693 -"125030",32818,63077,2,2485,2778 -"125031",32818,75282,3,2485,2675 -"125032",32818,88212,3,2485,2547 -"125033",32820,1196,3,582,1986 -"125034",32820,2077,3,582,610 -"125035",32820,2269,3,582,984 -"125036",32820,3961,3,582,2426 -"125037",32820,3966,3,582,2425 -"125038",32820,4253,3,582,1890 -"125039",32820,5041,3,582,2371 -"125040",32820,5716,3,582,1058 -"125041",32820,5986,3,582,1721 -"125042",32820,6044,3,582,2744 -"125043",32820,6417,3,582,1675 -"125044",32820,10358,2,582,2294 -"125045",32820,10717,3,582,1938 -"125046",32820,11218,3,582,2292 -"125047",32820,12042,3,582,2345 -"125048",32820,14032,3,582,2144 -"125049",32820,14589,2,582,1184 -"125050",32820,14855,3,582,903 -"125051",32820,16096,3,582,2301 -"125052",32820,16352,3,582,2657 -"125053",32820,17943,3,582,1943 -"125054",32820,23159,3,582,1548 -"125055",32820,23310,3,582,2371 -"125056",32820,26080,2,582,2525 -"125057",32820,28002,2,582,914 -"125058",32820,28559,1,582,1525 -"125059",32820,32694,3,582,1602 -"125060",32820,32919,2,582,2321 -"125061",32820,35926,3,582,2371 -"125062",32820,39186,3,582,1258 -"125063",32820,40417,2,582,771 -"125064",32820,41972,2,582,2509 -"125065",32820,47248,3,582,2883 -"125066",32820,48905,3,582,1394 -"125067",32820,49660,3,582,2739 -"125068",32820,51017,3,582,2073 -"125069",32820,60280,2,582,1918 -"125070",32820,63547,3,582,1023 -"125071",32820,69260,2,582,1698 -"125072",32820,76603,3,582,1300 -"125073",32820,82732,3,582,2810 -"125074",32820,84022,3,582,2289 -"125075",32820,90378,3,582,890 -"125076",32820,90911,2,582,1263 -"125077",32820,91571,3,582,923 -"125078",32820,92508,2,582,1374 -"125079",32820,120720,3,582,1614 -"125080",32841,386,3,1345,1553 -"125081",32841,1624,3,1345,2687 -"125082",32841,1708,2,1345,1591 -"125083",32841,1787,2,1345,1707 -"125084",32841,2647,3,1345,2450 -"125085",32841,3484,3,1345,1515 -"125086",32841,4188,3,1345,2963 -"125087",32841,5937,1,1345,2392 -"125088",32841,6234,2,1345,2654 -"125089",32841,6235,3,1345,1585 -"125090",32841,6800,3,1345,2053 -"125091",32841,7499,3,1345,1803 -"125092",32841,7604,3,1345,1366 -"125093",32841,8899,3,1345,2023 -"125094",32841,11868,2,1345,1639 -"125095",32841,14838,3,1345,1746 -"125096",32841,14861,3,1345,2269 -"125097",32841,15150,3,1345,2801 -"125098",32841,15239,3,1345,1958 -"125099",32841,15558,3,1345,2389 -"125100",32841,16477,3,1345,2069 -"125101",32841,16524,2,1345,1556 -"125102",32841,16969,3,1345,1917 -"125103",32841,17815,3,1345,2070 -"125104",32841,19002,3,1345,2053 -"125105",32841,20011,2,1345,2826 -"125106",32841,23728,3,1345,2601 -"125107",32841,23771,3,1345,1614 -"125108",32841,29775,2,1345,2064 -"125109",32841,30194,3,1345,2874 -"125110",32841,32079,3,1345,2315 -"125111",32841,34576,3,1345,1727 -"125112",32841,35844,3,1345,2961 -"125113",32841,36399,3,1345,1357 -"125114",32841,39439,3,1345,2462 -"125115",32841,41521,1,1345,2069 -"125116",32841,42136,3,1345,2551 -"125117",32841,42382,3,1345,2224 -"125118",32841,44730,3,1345,2468 -"125119",32841,46616,3,1345,1917 -"125120",32841,47607,3,1345,2724 -"125121",32841,48585,3,1345,2063 -"125122",32841,49913,3,1345,2444 -"125123",32841,50899,3,1345,2125 -"125124",32841,53584,3,1345,2391 -"125125",32841,56413,1,1345,2747 -"125126",32841,76505,3,1345,2123 -"125127",32841,76997,3,1345,2223 -"125128",32841,82246,3,1345,1538 -"125129",32841,86559,3,1345,1704 -"125130",32841,86716,3,1345,1609 -"125131",32841,93459,3,1345,1354 -"125132",32841,96700,2,1345,1602 -"125133",32849,14772,2,975,2386 -"125134",32849,20469,3,975,2125 -"125135",32849,28090,2,975,1755 -"125136",32849,41004,3,975,2561 -"125137",32849,46602,3,975,2786 -"125138",32849,52442,3,975,1269 -"125139",32899,5346,3,1369,1438 -"125140",32899,5580,3,1369,2111 -"125141",32899,6047,3,1369,2004 -"125142",32899,9654,2,1369,2111 -"125143",32899,10871,3,1369,2314 -"125144",32899,15207,3,1369,1855 -"125145",32899,18563,3,1369,2715 -"125146",32899,21929,3,1369,2062 -"125147",32899,23011,2,1369,2763 -"125148",32899,26031,2,1369,1397 -"125149",32899,31124,3,1369,2351 -"125150",32899,48215,3,1369,2028 -"125151",32899,56082,3,1369,2395 -"125152",32899,67726,2,1369,2873 -"125153",32899,82730,3,1369,1492 -"125154",32904,3477,3,2055,2546 -"125155",32904,6063,3,2055,2349 -"125156",32904,8325,2,2055,2228 -"125157",32904,14442,3,2055,2700 -"125158",32904,16184,2,2055,2274 -"125159",32904,17768,3,2055,2468 -"125160",32904,18005,3,2055,2449 -"125161",32904,25053,3,2055,2186 -"125162",32904,33223,3,2055,2397 -"125163",32904,34295,1,2055,2735 -"125164",32904,35844,3,2055,2961 -"125165",32904,40759,2,2055,2789 -"125166",32904,44501,2,2055,2567 -"125167",32904,47094,2,2055,2592 -"125168",32904,55307,2,2055,2306 -"125169",32904,58536,3,2055,2742 -"125170",32904,84317,3,2055,2081 -"125171",32919,3961,2,2321,2426 -"125172",32919,5041,2,2321,2371 -"125173",32919,5315,3,2321,2631 -"125174",32919,5350,2,2321,2522 -"125175",32919,6044,3,2321,2744 -"125176",32919,7506,3,2321,2371 -"125177",32919,9928,2,2321,2345 -"125178",32919,10779,3,2321,2881 -"125179",32919,11477,3,2321,2724 -"125180",32919,12042,3,2321,2345 -"125181",32919,12272,3,2321,2371 -"125182",32919,12728,3,2321,2374 -"125183",32919,15309,3,2321,2820 -"125184",32919,16352,3,2321,2657 -"125185",32919,19072,3,2321,2358 -"125186",32919,20067,3,2321,2390 -"125187",32919,23310,1,2321,2371 -"125188",32919,23725,3,2321,2378 -"125189",32919,26080,2,2321,2525 -"125190",32919,28168,3,2321,2702 -"125191",32919,33801,3,2321,2899 -"125192",32919,34735,3,2321,2767 -"125193",32919,35926,1,2321,2371 -"125194",32919,41955,3,2321,2479 -"125195",32919,41972,2,2321,2509 -"125196",32919,44557,2,2321,2371 -"125197",32919,47248,3,2321,2883 -"125198",32919,52026,3,2321,2633 -"125199",32919,53475,3,2321,2853 -"125200",32919,54929,3,2321,2783 -"125201",32919,56082,3,2321,2395 -"125202",32919,69716,3,2321,2632 -"125203",32919,82732,3,2321,2810 -"125204",32919,87110,3,2321,2801 -"125205",32920,341,3,2158,2689 -"125206",32920,841,3,2158,2964 -"125207",32920,8865,3,2158,2394 -"125208",32920,9241,3,2158,2338 -"125209",32920,14586,3,2158,2801 -"125210",32920,14754,3,2158,2456 -"125211",32920,27391,2,2158,2378 -"125212",32920,28592,3,2158,2320 -"125213",32920,34908,3,2158,2796 -"125214",32920,35797,3,2158,2482 -"125215",32920,40954,2,2158,2603 -"125216",32920,43961,1,2158,2443 -"125217",32920,57356,3,2158,2476 -"125218",32920,64967,3,2158,2872 -"125219",32939,364,3,2277,2351 -"125220",32939,1102,3,2277,2282 -"125221",32939,1677,3,2277,2645 -"125222",32939,2206,3,2277,2536 -"125223",32939,2424,3,2277,2582 -"125224",32939,2484,3,2277,2389 -"125225",32939,2660,3,2277,2846 -"125226",32939,2747,3,2277,2411 -"125227",32939,3786,3,2277,2282 -"125228",32939,3980,3,2277,2771 -"125229",32939,5683,3,2277,2468 -"125230",32939,5816,3,2277,2408 -"125231",32939,5937,3,2277,2392 -"125232",32939,6104,3,2277,2462 -"125233",32939,6234,2,2277,2654 -"125234",32939,9272,3,2277,2835 -"125235",32939,9785,3,2277,2951 -"125236",32939,11029,3,2277,2362 -"125237",32939,11067,2,2277,2734 -"125238",32939,11477,3,2277,2724 -"125239",32939,13158,3,2277,2667 -"125240",32939,14442,3,2277,2700 -"125241",32939,14972,2,2277,2332 -"125242",32939,15558,3,2277,2389 -"125243",32939,16067,3,2277,2727 -"125244",32939,16195,3,2277,2964 -"125245",32939,17549,3,2277,2647 -"125246",32939,17819,3,2277,2291 -"125247",32939,18005,3,2277,2449 -"125248",32939,18458,3,2277,2477 -"125249",32939,19528,3,2277,2742 -"125250",32939,21504,3,2277,2328 -"125251",32939,22331,3,2277,2687 -"125252",32939,22488,3,2277,2434 -"125253",32939,23302,2,2277,2677 -"125254",32939,23364,3,2277,2306 -"125255",32939,23728,3,2277,2601 -"125256",32939,24610,3,2277,2733 -"125257",32939,24756,3,2277,2530 -"125258",32939,25129,3,2277,2647 -"125259",32939,26182,3,2277,2775 -"125260",32939,26658,2,2277,2745 -"125261",32939,30317,2,2277,2431 -"125262",32939,30827,3,2277,2323 -"125263",32939,30943,3,2277,2287 -"125264",32939,30981,2,2277,2366 -"125265",32939,32520,3,2277,2425 -"125266",32939,33460,3,2277,2781 -"125267",32939,34120,3,2277,2786 -"125268",32939,35264,2,2277,2329 -"125269",32939,36120,3,2277,2971 -"125270",32939,36609,3,2277,2918 -"125271",32939,37238,3,2277,2609 -"125272",32939,38676,2,2277,2286 -"125273",32939,39189,3,2277,2319 -"125274",32939,41837,3,2277,2399 -"125275",32939,41945,3,2277,2856 -"125276",32939,42216,3,2277,2722 -"125277",32939,42256,2,2277,2839 -"125278",32939,42883,3,2277,2575 -"125279",32939,43226,3,2277,2442 -"125280",32939,43404,3,2277,2649 -"125281",32939,44688,3,2277,2924 -"125282",32939,45585,2,2277,2384 -"125283",32939,45618,3,2277,2356 -"125284",32939,45704,3,2277,2687 -"125285",32939,46446,3,2277,2295 -"125286",32939,46803,3,2277,2305 -"125287",32939,46982,3,2277,2806 -"125288",32939,47013,3,2277,2388 -"125289",32939,47882,3,2277,2769 -"125290",32939,48931,3,2277,2444 -"125291",32939,51783,3,2277,2599 -"125292",32939,53293,3,2277,2916 -"125293",32939,53530,3,2277,2380 -"125294",32939,58284,2,2277,2292 -"125295",32939,58508,3,2277,2326 -"125296",32939,63641,3,2277,2337 -"125297",32939,66318,3,2277,2803 -"125298",32939,66971,3,2277,2299 -"125299",32939,67726,3,2277,2873 -"125300",32939,69335,3,2277,2698 -"125301",32939,69716,3,2277,2632 -"125302",32939,69912,3,2277,2391 -"125303",32939,70528,3,2277,2727 -"125304",32939,78594,3,2277,2441 -"125305",32939,84469,3,2277,2389 -"125306",32942,4669,3,2038,2395 -"125307",32942,4730,3,2038,2131 -"125308",32942,16286,3,2038,2470 -"125309",32942,28869,3,2038,2425 -"125310",32942,30442,3,2038,2124 -"125311",32942,45869,3,2038,2840 -"125312",32947,145,3,1091,1998 -"125313",32947,455,3,1091,2827 -"125314",32947,470,3,1091,2285 -"125315",32947,600,2,1091,1702 -"125316",32947,675,3,1091,1686 -"125317",32947,765,3,1091,2073 -"125318",32947,913,2,1091,2144 -"125319",32947,1136,3,1091,2536 -"125320",32947,2523,3,1091,1691 -"125321",32947,3878,3,1091,1890 -"125322",32947,4084,3,1091,2133 -"125323",32947,5226,3,1091,1309 -"125324",32947,6718,3,1091,2138 -"125325",32947,6940,3,1091,1183 -"125326",32947,7245,3,1091,2089 -"125327",32947,7515,1,1091,2737 -"125328",32947,7847,3,1091,2424 -"125329",32947,8888,3,1091,1328 -"125330",32947,9184,3,1091,2670 -"125331",32947,9311,3,1091,2477 -"125332",32947,9432,2,1091,1693 -"125333",32947,9511,3,1091,1232 -"125334",32947,10433,3,1091,2075 -"125335",32947,10523,3,1091,1510 -"125336",32947,11434,2,1091,1187 -"125337",32947,11516,2,1091,1937 -"125338",32947,12199,3,1091,1651 -"125339",32947,13248,3,1091,1385 -"125340",32947,13837,2,1091,1604 -"125341",32947,15122,3,1091,1201 -"125342",32947,15799,3,1091,1917 -"125343",32947,17645,3,1091,1918 -"125344",32947,17698,3,1091,1559 -"125345",32947,19322,2,1091,2048 -"125346",32947,19335,3,1091,1729 -"125347",32947,21122,3,1091,1701 -"125348",32947,22567,3,1091,2396 -"125349",32947,23132,2,1091,2756 -"125350",32947,23918,3,1091,1881 -"125351",32947,24448,3,1091,2289 -"125352",32947,24568,2,1091,1937 -"125353",32947,26706,3,1091,1846 -"125354",32947,27275,3,1091,2656 -"125355",32947,27390,3,1091,2425 -"125356",32947,27837,3,1091,1315 -"125357",32947,28115,3,1091,1835 -"125358",32947,28432,3,1091,1954 -"125359",32947,29930,3,1091,2240 -"125360",32947,31050,3,1091,1491 -"125361",32947,31235,3,1091,2668 -"125362",32947,34160,3,1091,1759 -"125363",32947,35302,2,1091,1589 -"125364",32947,36651,3,1091,1600 -"125365",32947,37108,3,1091,1202 -"125366",32947,38213,3,1091,1744 -"125367",32947,39189,3,1091,2319 -"125368",32947,40368,3,1091,2876 -"125369",32947,40383,3,1091,2639 -"125370",32947,41739,3,1091,1339 -"125371",32947,42687,3,1091,1952 -"125372",32947,43941,3,1091,1289 -"125373",32947,45633,3,1091,2134 -"125374",32947,46182,3,1091,1613 -"125375",32947,49144,3,1091,1542 -"125376",32947,49189,3,1091,1550 -"125377",32947,49620,3,1091,1868 -"125378",32947,51116,3,1091,1509 -"125379",32947,52735,3,1091,1124 -"125380",32947,54855,3,1091,1525 -"125381",32947,59700,3,1091,2346 -"125382",32947,62219,3,1091,2494 -"125383",32947,63409,1,1091,1937 -"125384",32947,64181,3,1091,1828 -"125385",32947,64997,3,1091,2791 -"125386",32947,65625,3,1091,1273 -"125387",32947,66413,3,1091,2507 -"125388",32947,67805,3,1091,1338 -"125389",32947,73305,2,1091,2544 -"125390",32947,73553,3,1091,2726 -"125391",32947,74636,3,1091,2525 -"125392",32947,78037,3,1091,1606 -"125393",32947,79804,2,1091,2227 -"125394",32947,80429,3,1091,1927 -"125395",32947,83907,3,1091,2056 -"125396",32947,88808,3,1091,1462 -"125397",32947,92322,2,1091,2393 -"125398",32947,97915,3,1091,1802 -"125399",32947,99103,3,1091,1470 -"125400",32947,105063,3,1091,1908 -"125401",32947,107649,3,1091,1573 -"125402",32959,21324,2,2052,2413 -"125403",32964,701,3,2252,2718 -"125404",32964,20423,3,2252,2654 -"125405",32964,25569,3,2252,2317 -"125406",32965,270,2,2071,2542 -"125407",32965,455,3,2071,2827 -"125408",32965,470,3,2071,2285 -"125409",32965,701,2,2071,2718 -"125410",32965,2036,3,2071,2483 -"125411",32965,2424,3,2071,2582 -"125412",32965,3305,3,2071,2839 -"125413",32965,6718,3,2071,2138 -"125414",32965,10029,2,2071,2718 -"125415",32965,10433,3,2071,2075 -"125416",32965,13307,2,2071,2206 -"125417",32965,18394,3,2071,2356 -"125418",32965,19248,3,2071,2357 -"125419",32965,19622,3,2071,2371 -"125420",32965,19643,3,2071,2452 -"125421",32965,21012,2,2071,2325 -"125422",32965,22331,3,2071,2687 -"125423",32965,23460,3,2071,2183 -"125424",32965,31307,3,2071,2139 -"125425",32965,33672,3,2071,2396 -"125426",32965,37285,3,2071,2428 -"125427",32965,39535,3,2071,2428 -"125428",32965,43455,3,2071,2846 -"125429",32965,46629,3,2071,2255 -"125430",32965,48035,3,2071,2180 -"125431",32965,50236,3,2071,2339 -"125432",32965,50785,2,2071,2877 -"125433",32965,51041,2,2071,2606 -"125434",32965,52576,3,2071,2234 -"125435",32965,53851,3,2071,2305 -"125436",32965,61982,3,2071,2725 -"125437",32965,79804,3,2071,2227 -"125438",32966,1624,3,1583,2687 -"125439",32966,1708,2,1583,1591 -"125440",32966,2443,3,1583,2333 -"125441",32966,2927,3,1583,1789 -"125442",32966,9269,2,1583,1892 -"125443",32966,9895,2,1583,1960 -"125444",32966,9910,3,1583,2526 -"125445",32966,9948,3,1583,2019 -"125446",32966,11351,3,1583,2971 -"125447",32966,16347,3,1583,1868 -"125448",32966,20695,2,1583,2526 -"125449",32966,26740,3,1583,2695 -"125450",32966,34331,3,1583,1727 -"125451",32966,38697,2,1583,2701 -"125452",32966,42382,3,1583,2224 -"125453",32966,44744,3,1583,2032 -"125454",32966,46616,2,1583,1917 -"125455",32966,47607,3,1583,2724 -"125456",32966,53584,3,1583,2391 -"125457",32966,55261,3,1583,1915 -"125458",32966,56364,2,1583,1626 -"125459",32966,69453,3,1583,2831 -"125460",32966,83334,3,1583,1708 -"125461",32966,84591,3,1583,1685 -"125462",32988,135,3,2008,2233 -"125463",32988,341,3,2008,2689 -"125464",32988,997,3,2008,2788 -"125465",32988,2424,3,2008,2582 -"125466",32988,2484,3,2008,2389 -"125467",32988,2684,3,2008,2874 -"125468",32988,2704,3,2008,2609 -"125469",32988,2759,3,2008,2030 -"125470",32988,3163,3,2008,2020 -"125471",32988,3271,3,2008,2216 -"125472",32988,3947,3,2008,2067 -"125473",32988,3961,2,2008,2426 -"125474",32988,4191,3,2008,2130 -"125475",32988,4980,3,2008,2093 -"125476",32988,5239,2,2008,2875 -"125477",32988,5315,3,2008,2631 -"125478",32988,7984,2,2008,2493 -"125479",32988,8062,3,2008,2858 -"125480",32988,9272,3,2008,2835 -"125481",32988,9311,3,2008,2477 -"125482",32988,9362,3,2008,2879 -"125483",32988,10336,3,2008,2271 -"125484",32988,10358,3,2008,2294 -"125485",32988,10638,3,2008,2692 -"125486",32988,10871,3,2008,2314 -"125487",32988,11477,2,2008,2724 -"125488",32988,11620,3,2008,2010 -"125489",32988,12901,3,2008,2136 -"125490",32988,13388,3,2008,2119 -"125491",32988,13780,2,2008,2412 -"125492",32988,13929,3,2008,2693 -"125493",32988,14108,3,2008,2012 -"125494",32988,14723,3,2008,2019 -"125495",32988,16365,3,2008,2217 -"125496",32988,16826,2,2008,2599 -"125497",32988,17033,3,2008,2771 -"125498",32988,18571,3,2008,2128 -"125499",32988,19516,3,2008,2313 -"125500",32988,20067,2,2008,2390 -"125501",32988,20124,3,2008,2376 -"125502",32988,20563,3,2008,2267 -"125503",32988,21285,3,2008,2100 -"125504",32988,21463,3,2008,2437 -"125505",32988,21670,3,2008,2158 -"125506",32988,23132,3,2008,2756 -"125507",32988,23223,3,2008,2094 -"125508",32988,23725,3,2008,2378 -"125509",32988,24586,3,2008,2465 -"125510",32988,25373,3,2008,2783 -"125511",32988,25486,3,2008,2582 -"125512",32988,26436,3,2008,2489 -"125513",32988,26451,3,2008,2133 -"125514",32988,27753,3,2008,2750 -"125515",32988,28582,2,2008,2698 -"125516",32988,28892,3,2008,2023 -"125517",32988,29004,3,2008,2596 -"125518",32988,29095,3,2008,2531 -"125519",32988,30747,2,2008,2455 -"125520",32988,31124,3,2008,2351 -"125521",32988,31700,2,2008,2727 -"125522",32988,33010,3,2008,2189 -"125523",32988,33433,3,2008,2805 -"125524",32988,33801,2,2008,2899 -"125525",32988,34158,3,2008,2639 -"125526",32988,36031,3,2008,2342 -"125527",32988,36559,3,2008,2473 -"125528",32988,36862,2,2008,2655 -"125529",32988,37036,3,2008,2264 -"125530",32988,37238,3,2008,2609 -"125531",32988,38227,3,2008,2511 -"125532",32988,38602,3,2008,2693 -"125533",32988,39062,3,2008,2020 -"125534",32988,42196,3,2008,2765 -"125535",32988,42935,3,2008,2400 -"125536",32988,43226,3,2008,2442 -"125537",32988,45715,3,2008,2287 -"125538",32988,45903,3,2008,2237 -"125539",32988,46040,2,2008,2105 -"125540",32988,46951,3,2008,2429 -"125541",32988,46988,3,2008,2460 -"125542",32988,48110,3,2008,2009 -"125543",32988,48215,3,2008,2028 -"125544",32988,49265,3,2008,2686 -"125545",32988,51410,2,2008,2739 -"125546",32988,53323,3,2008,2677 -"125547",32988,53475,3,2008,2853 -"125548",32988,55139,2,2008,2323 -"125549",32988,56237,3,2008,2625 -"125550",32988,56317,3,2008,2030 -"125551",32988,57380,3,2008,2362 -"125552",32988,58164,3,2008,2398 -"125553",32988,58508,3,2008,2326 -"125554",32988,64997,3,2008,2791 -"125555",32988,69335,3,2008,2698 -"125556",32988,72728,3,2008,2234 -"125557",32988,76132,3,2008,2426 -"125558",32988,78150,2,2008,2581 -"125559",32988,88232,3,2008,2881 -"125560",32988,92757,1,2008,2615 -"125561",33010,5315,3,2189,2631 -"125562",33010,16954,2,2189,2972 -"125563",33010,18563,3,2189,2715 -"125564",33010,19744,3,2189,2623 -"125565",33010,19980,3,2189,2231 -"125566",33010,20563,3,2189,2267 -"125567",33010,23098,3,2189,2300 -"125568",33010,26218,3,2189,2460 -"125569",33010,26516,3,2189,2479 -"125570",33010,27753,3,2189,2750 -"125571",33010,30697,3,2189,2891 -"125572",33010,35715,3,2189,2912 -"125573",33010,38755,3,2189,2902 -"125574",33010,54740,3,2189,2750 -"125575",33017,2747,3,1493,2411 -"125576",33017,7597,3,1493,2037 -"125577",33017,10050,3,1493,1792 -"125578",33017,11585,3,1493,1817 -"125579",33017,11588,3,1493,2352 -"125580",33017,14998,2,1493,1553 -"125581",33017,16502,2,1493,1616 -"125582",33017,20155,3,1493,1517 -"125583",33017,28116,3,1493,1643 -"125584",33017,29997,3,1493,1789 -"125585",33017,37636,3,1493,2178 -"125586",33017,44433,3,1493,2224 -"125587",33017,44603,3,1493,2748 -"125588",33017,46486,3,1493,1868 -"125589",33017,54924,3,1493,2603 -"125590",33039,10964,3,1759,2043 -"125591",33039,11067,3,1759,2734 -"125592",33039,32939,3,1759,2277 -"125593",33039,36120,3,1759,2971 -"125594",33039,57804,3,1759,2214 -"125595",33039,75607,2,1759,2245 -"125596",33040,3403,3,2106,2951 -"125597",33040,7942,3,2106,2623 -"125598",33040,11429,3,2106,2520 -"125599",33040,15502,3,2106,2637 -"125600",33040,16690,3,2106,2132 -"125601",33040,22723,3,2106,2859 -"125602",33052,3460,3,2251,2530 -"125603",33052,3896,3,2251,2693 -"125604",33052,4751,2,2251,2696 -"125605",33052,11456,2,2251,2715 -"125606",33052,25325,3,2251,2963 -"125607",33052,29004,3,2251,2596 -"125608",33052,36646,1,2251,2744 -"125609",33052,40262,3,2251,2291 -"125610",33052,42642,3,2251,2257 -"125611",33052,47877,2,2251,2970 -"125612",33052,60516,3,2251,2257 -"125613",33052,63395,3,2251,2334 -"125614",33052,64436,3,2251,2687 -"125615",33052,69591,2,2251,2294 -"125616",33105,2334,2,187,2619 -"125617",33105,5833,3,187,197 -"125618",33105,18421,3,187,2457 -"125619",33105,28048,3,187,1637 -"125620",33105,80337,3,187,394 -"125621",33105,80338,3,187,2059 -"125622",33108,7763,3,1559,1656 -"125623",33108,16869,3,1559,1985 -"125624",33108,19656,3,1559,2059 -"125625",33108,24962,3,1559,2126 -"125626",33108,25941,2,1559,2369 -"125627",33108,30804,3,1559,1614 -"125628",33108,33176,3,1559,2630 -"125629",33108,44878,3,1559,1620 -"125630",33108,49403,3,1559,2427 -"125631",33108,53082,3,1559,2328 -"125632",33108,72703,2,1559,2231 -"125633",33160,823,2,2441,2840 -"125634",33160,1355,3,2441,2473 -"125635",33160,5239,3,2441,2875 -"125636",33160,14507,1,2441,2686 -"125637",33160,16195,3,2441,2964 -"125638",33160,16725,3,2441,2830 -"125639",33160,17852,2,2441,2840 -"125640",33160,19027,2,2441,2721 -"125641",33160,21193,3,2441,2490 -"125642",33160,22331,3,2441,2687 -"125643",33160,24825,2,2441,2686 -"125644",33160,28285,3,2441,2972 -"125645",33160,31799,2,2441,2547 -"125646",33160,37238,3,2441,2609 -"125647",33160,41472,2,2441,2451 -"125648",33160,53219,3,2441,2973 -"125649",33160,57977,3,2441,2683 -"125650",33160,58218,3,2441,2627 -"125651",33160,62840,3,2441,2502 -"125652",33160,65029,2,2441,2954 -"125653",33160,70046,3,2441,2624 -"125654",33184,10310,2,2522,2774 -"125655",33184,41770,3,2522,2752 -"125656",33186,1692,3,2240,2443 -"125657",33186,59005,3,2240,2817 -"125658",33200,8327,3,2221,2527 -"125659",33200,17549,3,2221,2647 -"125660",33219,3306,3,1173,1989 -"125661",33219,4144,3,1173,1520 -"125662",33219,6047,3,1173,2004 -"125663",33219,9063,3,1173,2000 -"125664",33219,10861,2,1173,1189 -"125665",33219,11103,3,1173,2393 -"125666",33219,31436,3,1173,2892 -"125667",33219,32678,3,1173,1439 -"125668",33219,35911,3,1173,2370 -"125669",33219,43960,3,1173,1293 -"125670",33219,44819,3,1173,2063 -"125671",33219,56082,3,1173,2395 -"125672",33219,59677,3,1173,1174 -"125673",33223,270,3,2397,2542 -"125674",33223,1222,3,2397,2598 -"125675",33223,1822,2,2397,2888 -"125676",33223,2093,3,2397,2459 -"125677",33223,2139,3,2397,2502 -"125678",33223,2747,3,2397,2411 -"125679",33223,2985,3,2397,2398 -"125680",33223,3477,1,2397,2546 -"125681",33223,3495,3,2397,2431 -"125682",33223,3620,3,2397,2955 -"125683",33223,4612,3,2397,2804 -"125684",33223,6248,3,2397,2737 -"125685",33223,6262,3,2397,2733 -"125686",33223,6621,3,2397,2478 -"125687",33223,8760,3,2397,2477 -"125688",33223,8762,3,2397,2585 -"125689",33223,9175,3,2397,2639 -"125690",33223,9503,2,2397,2453 -"125691",33223,9787,3,2397,2858 -"125692",33223,9801,3,2397,2443 -"125693",33223,11246,3,2397,2741 -"125694",33223,12577,3,2397,2530 -"125695",33223,13007,3,2397,2496 -"125696",33223,13024,3,2397,2468 -"125697",33223,13899,2,2397,2650 -"125698",33223,14353,3,2397,2878 -"125699",33223,16205,3,2397,2630 -"125700",33223,16628,3,2397,2409 -"125701",33223,17027,3,2397,2772 -"125702",33223,17037,3,2397,2947 -"125703",33223,18361,3,2397,2968 -"125704",33223,18943,3,2397,2861 -"125705",33223,19934,3,2397,2888 -"125706",33223,20984,2,2397,2502 -"125707",33223,21275,3,2397,2609 -"125708",33223,28893,3,2397,2764 -"125709",33223,29004,3,2397,2596 -"125710",33223,30052,3,2397,2855 -"125711",33223,30668,3,2397,2882 -"125712",33223,31542,3,2397,2459 -"125713",33223,32339,2,2397,2430 -"125714",33223,32395,2,2397,2735 -"125715",33223,38307,3,2397,2648 -"125716",33223,40572,3,2397,2666 -"125717",33223,41945,3,2397,2856 -"125718",33223,42216,3,2397,2722 -"125719",33223,43455,3,2397,2846 -"125720",33223,45239,3,2397,2535 -"125721",33223,47140,3,2397,2439 -"125722",33223,47844,3,2397,2906 -"125723",33223,49759,3,2397,2400 -"125724",33223,51866,3,2397,2411 -"125725",33223,52041,3,2397,2694 -"125726",33223,53013,3,2397,2523 -"125727",33223,57529,3,2397,2462 -"125728",33223,58164,3,2397,2398 -"125729",33223,58218,3,2397,2627 -"125730",33223,58536,3,2397,2742 -"125731",33223,59289,3,2397,2896 -"125732",33223,60661,3,2397,2700 -"125733",33223,63077,3,2397,2778 -"125734",33223,70232,3,2397,2401 -"125735",33223,74636,3,2397,2525 -"125736",33230,2077,3,539,610 -"125737",33230,10744,3,539,955 -"125738",33230,12473,3,539,801 -"125739",33230,12712,3,539,815 -"125740",33230,15594,3,539,753 -"125741",33230,16835,3,539,1739 -"125742",33230,22543,3,539,1594 -"125743",33230,27323,3,539,943 -"125744",33230,29512,3,539,1594 -"125745",33230,33697,2,539,1309 -"125746",33230,36784,3,539,576 -"125747",33230,41381,3,539,829 -"125748",33230,41664,3,539,2641 -"125749",33230,44135,3,539,2620 -"125750",33230,55076,2,539,2408 -"125751",33230,56854,3,539,2022 -"125752",33230,68398,3,539,978 -"125753",33230,69250,2,539,1439 -"125754",33230,76607,3,539,747 -"125755",33230,78270,3,539,1171 -"125756",33230,100241,3,539,777 -"125757",33230,103218,3,539,1787 -"125758",33230,115734,3,539,859 -"125759",33230,117764,3,539,2781 -"125760",33236,2446,2,2297,2606 -"125761",33236,8865,3,2297,2394 -"125762",33236,22723,3,2297,2859 -"125763",33236,23154,3,2297,2345 -"125764",33236,32202,3,2297,2314 -"125765",33241,212,3,632,1513 -"125766",33241,358,3,632,798 -"125767",33241,499,3,632,1931 -"125768",33241,508,3,632,801 -"125769",33241,602,2,632,2632 -"125770",33241,762,3,632,2671 -"125771",33241,1044,3,632,880 -"125772",33241,1196,3,632,1986 -"125773",33241,1592,3,632,2006 -"125774",33241,1616,3,632,2662 -"125775",33241,1691,3,632,1941 -"125776",33241,2181,3,632,2030 -"125777",33241,2424,3,632,2582 -"125778",33241,2484,3,632,2389 -"125779",33241,2572,3,632,2273 -"125780",33241,2894,3,632,1291 -"125781",33241,3011,2,632,2278 -"125782",33241,3161,3,632,2229 -"125783",33241,3342,3,632,1026 -"125784",33241,3493,3,632,2451 -"125785",33241,3765,3,632,2775 -"125786",33241,4317,3,632,1224 -"125787",33241,4360,3,632,1770 -"125788",33241,4701,2,632,2401 -"125789",33241,4790,3,632,1025 -"125790",33241,4791,2,632,1184 -"125791",33241,5239,3,632,2875 -"125792",33241,5491,3,632,2048 -"125793",33241,5716,3,632,1058 -"125794",33241,5986,3,632,1721 -"125795",33241,6162,2,632,1673 -"125796",33241,6222,3,632,1949 -"125797",33241,6366,3,632,798 -"125798",33241,6390,3,632,2385 -"125799",33241,6942,3,632,1232 -"125800",33241,6982,2,632,2034 -"125801",33241,7009,3,632,1982 -"125802",33241,7196,2,632,1508 -"125803",33241,7548,3,632,1932 -"125804",33241,7798,3,632,949 -"125805",33241,7847,3,632,2424 -"125806",33241,7970,3,632,1197 -"125807",33241,7984,3,632,2493 -"125808",33241,7992,3,632,2033 -"125809",33241,8274,3,632,1909 -"125810",33241,8327,3,632,2527 -"125811",33241,8513,3,632,875 -"125812",33241,8712,3,632,1153 -"125813",33241,8913,2,632,968 -"125814",33241,9311,1,632,2477 -"125815",33241,9391,3,632,1252 -"125816",33241,9979,3,632,2238 -"125817",33241,10358,3,632,2294 -"125818",33241,10382,3,632,2111 -"125819",33241,10474,3,632,1608 -"125820",33241,10488,3,632,1524 -"125821",33241,10843,2,632,2277 -"125822",33241,11218,3,632,2292 -"125823",33241,11477,3,632,2724 -"125824",33241,11694,3,632,1564 -"125825",33241,12042,3,632,2345 -"125826",33241,12103,3,632,1244 -"125827",33241,12703,3,632,2689 -"125828",33241,12778,3,632,2045 -"125829",33241,13249,3,632,2573 -"125830",33241,13780,3,632,2412 -"125831",33241,13808,3,632,1356 -"125832",33241,14017,2,632,1163 -"125833",33241,14103,3,632,2204 -"125834",33241,14108,3,632,2012 -"125835",33241,14278,3,632,1267 -"125836",33241,14723,1,632,2019 -"125837",33241,14943,3,632,1942 -"125838",33241,14959,3,632,2898 -"125839",33241,15005,3,632,1415 -"125840",33241,15401,2,632,1999 -"125841",33241,15453,3,632,1688 -"125842",33241,15626,2,632,2434 -"125843",33241,16625,3,632,1285 -"125844",33241,16727,3,632,2164 -"125845",33241,16801,3,632,2008 -"125846",33241,16881,3,632,925 -"125847",33241,17520,3,632,2276 -"125848",33241,17934,3,632,1059 -"125849",33241,18151,2,632,2962 -"125850",33241,18393,1,632,860 -"125851",33241,18404,3,632,801 -"125852",33241,18567,3,632,919 -"125853",33241,18670,3,632,1835 -"125854",33241,19173,3,632,1686 -"125855",33241,19453,2,632,1928 -"125856",33241,19637,3,632,1229 -"125857",33241,19668,3,632,696 -"125858",33241,19719,3,632,2177 -"125859",33241,19751,3,632,1630 -"125860",33241,20124,3,632,2376 -"125861",33241,20271,3,632,2044 -"125862",33241,20407,3,632,2339 -"125863",33241,20494,2,632,1075 -"125864",33241,20588,3,632,912 -"125865",33241,21029,3,632,1943 -"125866",33241,21133,3,632,1320 -"125867",33241,21198,3,632,935 -"125868",33241,21248,3,632,2232 -"125869",33241,21448,3,632,2332 -"125870",33241,21693,3,632,2176 -"125871",33241,21772,3,632,663 -"125872",33241,21795,3,632,2653 -"125873",33241,22140,3,632,942 -"125874",33241,22180,3,632,1835 -"125875",33241,22216,2,632,1956 -"125876",33241,22311,2,632,2034 -"125877",33241,22326,3,632,2818 -"125878",33241,22362,3,632,1836 -"125879",33241,22455,2,632,1197 -"125880",33241,23232,3,632,884 -"125881",33241,23729,3,632,1624 -"125882",33241,23745,3,632,1968 -"125883",33241,23806,3,632,1671 -"125884",33241,23825,2,632,1913 -"125885",33241,24169,3,632,1663 -"125886",33241,24286,1,632,1280 -"125887",33241,24568,3,632,1937 -"125888",33241,24721,3,632,2326 -"125889",33241,25305,3,632,2447 -"125890",33241,25480,3,632,2747 -"125891",33241,26218,3,632,2460 -"125892",33241,26408,2,632,1545 -"125893",33241,26595,3,632,1566 -"125894",33241,26713,3,632,1235 -"125895",33241,27261,2,632,1368 -"125896",33241,27849,3,632,1316 -"125897",33241,28002,3,632,914 -"125898",33241,28357,3,632,1134 -"125899",33241,28640,3,632,1475 -"125900",33241,28784,3,632,1579 -"125901",33241,28808,3,632,1063 -"125902",33241,28892,3,632,2023 -"125903",33241,28982,3,632,2746 -"125904",33241,29089,3,632,1344 -"125905",33241,29095,3,632,2531 -"125906",33241,29750,3,632,689 -"125907",33241,29987,3,632,956 -"125908",33241,30325,3,632,1067 -"125909",33241,30747,3,632,2455 -"125910",33241,30906,2,632,2537 -"125911",33241,32606,3,632,2100 -"125912",33241,32988,2,632,2008 -"125913",33241,33356,1,632,1586 -"125914",33241,33433,1,632,2805 -"125915",33241,33801,3,632,2899 -"125916",33241,34648,3,632,1596 -"125917",33241,34707,2,632,2042 -"125918",33241,34820,3,632,1630 -"125919",33241,35256,3,632,2271 -"125920",33241,35516,3,632,1229 -"125921",33241,35542,3,632,1439 -"125922",33241,35888,3,632,2291 -"125923",33241,36514,3,632,1192 -"125924",33241,36559,3,632,2473 -"125925",33241,36578,3,632,1484 -"125926",33241,37238,3,632,2609 -"125927",33241,38019,3,632,1870 -"125928",33241,38055,3,632,1089 -"125929",33241,38213,3,632,1744 -"125930",33241,38219,3,632,1689 -"125931",33241,38755,2,632,2902 -"125932",33241,38921,3,632,1880 -"125933",33241,39534,2,632,2410 -"125934",33241,39556,3,632,2747 -"125935",33241,40296,3,632,1674 -"125936",33241,40432,3,632,1956 -"125937",33241,40645,3,632,1899 -"125938",33241,41174,3,632,850 -"125939",33241,41682,3,632,1988 -"125940",33241,41900,3,632,1970 -"125941",33241,42333,3,632,2234 -"125942",33241,42505,3,632,2008 -"125943",33241,43213,3,632,2160 -"125944",33241,44306,2,632,1036 -"125945",33241,44720,3,632,1202 -"125946",33241,45959,3,632,1880 -"125947",33241,46040,3,632,2105 -"125948",33241,46091,3,632,1938 -"125949",33241,46196,3,632,1510 -"125950",33241,46621,3,632,1343 -"125951",33241,47140,3,632,2439 -"125952",33241,47585,3,632,794 -"125953",33241,47726,3,632,1272 -"125954",33241,47803,3,632,2477 -"125955",33241,47947,3,632,2681 -"125956",33241,49121,3,632,2199 -"125957",33241,49347,3,632,2504 -"125958",33241,49581,2,632,1817 -"125959",33241,49620,3,632,1868 -"125960",33241,49696,3,632,2444 -"125961",33241,50093,3,632,909 -"125962",33241,50269,3,632,1966 -"125963",33241,50382,3,632,2244 -"125964",33241,50946,2,632,1075 -"125965",33241,51016,3,632,1141 -"125966",33241,51089,3,632,2426 -"125967",33241,51647,3,632,1382 -"125968",33241,51853,3,632,2520 -"125969",33241,52136,2,632,1412 -"125970",33241,52576,3,632,2234 -"125971",33241,53342,2,632,2071 -"125972",33241,53475,3,632,2853 -"125973",33241,53779,3,632,2000 -"125974",33241,54879,2,632,2210 -"125975",33241,55324,2,632,1544 -"125976",33241,55643,2,632,2359 -"125977",33241,56082,3,632,2395 -"125978",33241,57337,3,632,1443 -"125979",33241,57732,3,632,2454 -"125980",33241,58993,2,632,2390 -"125981",33241,59113,2,632,2434 -"125982",33241,59937,1,632,885 -"125983",33241,61337,3,632,2777 -"125984",33241,61458,2,632,2630 -"125985",33241,61613,3,632,1189 -"125986",33241,61785,3,632,822 -"125987",33241,61995,3,632,823 -"125988",33241,62538,3,632,1656 -"125989",33241,62903,2,632,1704 -"125990",33241,63328,3,632,922 -"125991",33241,63409,3,632,1937 -"125992",33241,64502,2,632,1670 -"125993",33241,65155,2,632,1947 -"125994",33241,65203,3,632,1597 -"125995",33241,65322,3,632,2008 -"125996",33241,66677,3,632,2151 -"125997",33241,66717,3,632,2104 -"125998",33241,66756,3,632,1301 -"125999",33241,66860,3,632,1548 -"126000",33241,67145,3,632,2015 -"126001",33241,67456,3,632,1608 -"126002",33241,69091,3,632,1267 -"126003",33241,69745,3,632,1594 -"126004",33241,72207,3,632,2430 -"126005",33241,72438,3,632,1397 -"126006",33241,73197,3,632,1998 -"126007",33241,74190,2,632,1428 -"126008",33241,74636,3,632,2525 -"126009",33241,74716,3,632,776 -"126010",33241,75168,3,632,699 -"126011",33241,75343,2,632,2008 -"126012",33241,75403,3,632,1895 -"126013",33241,75948,3,632,1006 -"126014",33241,76470,3,632,887 -"126015",33241,76511,3,632,1250 -"126016",33241,76564,3,632,996 -"126017",33241,76999,3,632,908 -"126018",33241,77031,3,632,801 -"126019",33241,78150,3,632,2581 -"126020",33241,78932,2,632,981 -"126021",33241,79612,3,632,927 -"126022",33241,79627,3,632,2409 -"126023",33241,83434,3,632,850 -"126024",33241,83526,3,632,1235 -"126025",33241,84897,3,632,1075 -"126026",33241,85736,3,632,1601 -"126027",33241,85949,3,632,1132 -"126028",33241,87144,2,632,2299 -"126029",33241,88232,3,632,2881 -"126030",33241,88857,3,632,1232 -"126031",33241,89511,3,632,1205 -"126032",33241,90789,3,632,1218 -"126033",33241,92513,3,632,2282 -"126034",33241,92757,3,632,2615 -"126035",33241,95155,2,632,849 -"126036",33241,96352,3,632,1493 -"126037",33241,97160,3,632,1215 -"126038",33241,100462,3,632,1927 -"126039",33241,102186,3,632,2937 -"126040",33241,103218,3,632,1787 -"126041",33241,104239,3,632,926 -"126042",33241,105117,3,632,809 -"126043",33241,106620,3,632,1177 -"126044",33241,108620,3,632,881 -"126045",33241,111613,3,632,1059 -"126046",33244,9727,1,188,2327 -"126047",33244,11135,3,188,2441 -"126048",33244,15502,3,188,2637 -"126049",33244,24109,3,188,504 -"126050",33244,40715,3,188,2258 -"126051",33244,51448,3,188,1593 -"126052",33278,916,3,1591,2718 -"126053",33278,2802,3,1591,1836 -"126054",33278,4194,2,1591,1641 -"126055",33278,5414,3,1591,2321 -"126056",33278,18610,3,1591,2141 -"126057",33278,23739,3,1591,2463 -"126058",33278,26138,2,1591,1902 -"126059",33278,26513,2,1591,2205 -"126060",33278,35414,3,1591,1959 -"126061",33278,41603,3,1591,1942 -"126062",33278,42280,3,1591,2266 -"126063",33278,42998,2,1591,1978 -"126064",33278,57037,2,1591,2293 -"126065",33278,69590,3,1591,2441 -"126066",33278,82917,2,1591,2371 -"126067",33278,86010,2,1591,1641 -"126068",33278,94339,1,1591,2768 -"126069",33285,145,3,1327,1998 -"126070",33285,270,3,1327,2542 -"126071",33285,377,3,1327,2389 -"126072",33285,380,2,1327,2261 -"126073",33285,543,3,1327,2203 -"126074",33285,854,3,1327,2307 -"126075",33285,913,3,1327,2144 -"126076",33285,1102,2,1327,2282 -"126077",33285,1151,3,1327,2885 -"126078",33285,1616,3,1327,2662 -"126079",33285,2484,2,1327,2389 -"126080",33285,2572,3,1327,2273 -"126081",33285,3161,3,1327,2229 -"126082",33285,3801,3,1327,1974 -"126083",33285,3947,3,1327,2067 -"126084",33285,5504,3,1327,2389 -"126085",33285,6052,3,1327,1985 -"126086",33285,6074,3,1327,2426 -"126087",33285,6588,3,1327,2025 -"126088",33285,7323,3,1327,2858 -"126089",33285,8259,3,1327,1677 -"126090",33285,8866,3,1327,1545 -"126091",33285,8888,3,1327,1328 -"126092",33285,9362,3,1327,2879 -"126093",33285,9805,3,1327,1621 -"126094",33285,10513,3,1327,2284 -"126095",33285,10857,3,1327,2253 -"126096",33285,11218,3,1327,2292 -"126097",33285,12724,3,1327,1930 -"126098",33285,13307,3,1327,2206 -"126099",33285,14655,2,1327,2559 -"126100",33285,17520,3,1327,2276 -"126101",33285,18394,3,1327,2356 -"126102",33285,19606,3,1327,2783 -"126103",33285,19862,3,1327,2412 -"126104",33285,20124,3,1327,2376 -"126105",33285,20700,3,1327,2861 -"126106",33285,23526,3,1327,1998 -"126107",33285,23715,3,1327,1859 -"126108",33285,27275,3,1327,2656 -"126109",33285,31235,3,1327,2668 -"126110",33285,35256,3,1327,2271 -"126111",33285,37570,3,1327,2389 -"126112",33285,38780,3,1327,2705 -"126113",33285,38921,3,1327,1880 -"126114",33285,40493,3,1327,1981 -"126115",33285,42216,3,1327,2722 -"126116",33285,42264,3,1327,1702 -"126117",33285,48035,3,1327,2180 -"126118",33285,50252,3,1327,2001 -"126119",33285,52136,3,1327,1412 -"126120",33285,54551,3,1327,2348 -"126121",33285,55320,3,1327,1643 -"126122",33285,61932,3,1327,1959 -"126123",33314,3477,3,1444,2546 -"126124",33314,4001,3,1444,1687 -"126125",33314,4646,3,1444,2139 -"126126",33314,6063,3,1444,2349 -"126127",33314,8568,3,1444,2706 -"126128",33314,9241,3,1444,2338 -"126129",33314,14287,2,1444,1583 -"126130",33314,16501,3,1444,1650 -"126131",33314,16690,3,1444,2132 -"126132",33314,18217,3,1444,1566 -"126133",33314,19934,3,1444,2888 -"126134",33314,22458,1,1444,1586 -"126135",33314,23756,2,1444,2309 -"126136",33314,26450,3,1444,1709 -"126137",33314,30865,3,1444,2038 -"126138",33314,32920,3,1444,2158 -"126139",33314,33223,3,1444,2397 -"126140",33314,40542,3,1444,1664 -"126141",33314,40954,3,1444,2603 -"126142",33314,41633,3,1444,1976 -"126143",33314,43961,3,1444,2443 -"126144",33314,59776,3,1444,2493 -"126145",33314,62626,3,1444,2787 -"126146",33314,68885,3,1444,2151 -"126147",33314,73553,3,1444,2726 -"126148",33314,90745,3,1444,1994 -"126149",33322,160,3,518,2007 -"126150",33322,1641,3,518,1490 -"126151",33322,7616,3,518,2296 -"126152",33322,8238,3,518,2222 -"126153",33322,11770,2,518,1653 -"126154",33322,12473,2,518,801 -"126155",33322,12632,3,518,1174 -"126156",33322,17632,3,518,1947 -"126157",33322,21950,3,518,1892 -"126158",33322,22292,3,518,1910 -"126159",33322,23460,3,518,2183 -"126160",33322,25030,3,518,2017 -"126161",33322,31890,3,518,1487 -"126162",33322,36784,3,518,576 -"126163",33322,47564,3,518,2650 -"126164",33322,50001,3,518,1518 -"126165",33322,58733,3,518,1958 -"126166",33322,77611,3,518,1795 -"126167",33322,100241,3,518,777 -"126168",33341,2852,2,2338,2448 -"126169",33341,3477,3,2338,2546 -"126170",33341,4361,2,2338,2571 -"126171",33341,4367,3,2338,2794 -"126172",33341,4669,3,2338,2395 -"126173",33341,6119,3,2338,2358 -"126174",33341,7252,3,2338,2799 -"126175",33341,7785,3,2338,2441 -"126176",33341,8568,3,2338,2706 -"126177",33341,9787,3,2338,2858 -"126178",33341,11588,3,2338,2352 -"126179",33341,14754,3,2338,2456 -"126180",33341,16286,2,2338,2470 -"126181",33341,27320,3,2338,2378 -"126182",33341,27390,3,2338,2425 -"126183",33341,27742,3,2338,2700 -"126184",33341,27914,3,2338,2507 -"126185",33341,28869,3,2338,2425 -"126186",33341,41023,3,2338,2408 -"126187",33341,45729,3,2338,2606 -"126188",33341,45869,3,2338,2840 -"126189",33341,53739,3,2338,2704 -"126190",33341,58521,3,2338,2950 -"126191",33341,80050,3,2338,2698 -"126192",33341,111375,3,2338,2686 -"126193",33356,499,2,1586,1931 -"126194",33356,543,3,1586,2203 -"126195",33356,602,3,1586,2632 -"126196",33356,1196,3,1586,1986 -"126197",33356,1616,3,1586,2662 -"126198",33356,1777,3,1586,1965 -"126199",33356,2036,3,1586,2483 -"126200",33356,2424,3,1586,2582 -"126201",33356,2484,3,1586,2389 -"126202",33356,2572,3,1586,2273 -"126203",33356,3011,2,1586,2278 -"126204",33356,3161,3,1586,2229 -"126205",33356,3765,3,1586,2775 -"126206",33356,3830,3,1586,1661 -"126207",33356,4701,2,1586,2401 -"126208",33356,5462,3,1586,2374 -"126209",33356,5504,3,1586,2389 -"126210",33356,5986,3,1586,1721 -"126211",33356,6113,3,1586,1678 -"126212",33356,6162,2,1586,1673 -"126213",33356,6222,3,1586,1949 -"126214",33356,6390,3,1586,2385 -"126215",33356,6982,3,1586,2034 -"126216",33356,7548,3,1586,1932 -"126217",33356,7984,3,1586,2493 -"126218",33356,7992,3,1586,2033 -"126219",33356,8274,3,1586,1909 -"126220",33356,8275,3,1586,2237 -"126221",33356,8327,3,1586,2527 -"126222",33356,9311,1,1586,2477 -"126223",33356,9579,3,1586,2105 -"126224",33356,9979,3,1586,2238 -"126225",33356,10358,3,1586,2294 -"126226",33356,10382,3,1586,2111 -"126227",33356,10474,3,1586,1608 -"126228",33356,10843,1,1586,2277 -"126229",33356,11218,3,1586,2292 -"126230",33356,12042,3,1586,2345 -"126231",33356,12778,3,1586,2045 -"126232",33356,12976,3,1586,2399 -"126233",33356,13249,3,1586,2573 -"126234",33356,13388,3,1586,2119 -"126235",33356,14723,2,1586,2019 -"126236",33356,14959,3,1586,2898 -"126237",33356,15401,3,1586,1999 -"126238",33356,15453,3,1586,1688 -"126239",33356,15626,2,1586,2434 -"126240",33356,15636,3,1586,2857 -"126241",33356,16437,3,1586,1956 -"126242",33356,17520,3,1586,2276 -"126243",33356,18151,3,1586,2962 -"126244",33356,18571,3,1586,2128 -"126245",33356,18670,3,1586,1835 -"126246",33356,19173,3,1586,1686 -"126247",33356,19453,1,1586,1928 -"126248",33356,19719,3,1586,2177 -"126249",33356,20067,3,1586,2390 -"126250",33356,20271,3,1586,2044 -"126251",33356,20407,3,1586,2339 -"126252",33356,20732,3,1586,2401 -"126253",33356,21248,3,1586,2232 -"126254",33356,21448,2,1586,2332 -"126255",33356,22180,3,1586,1835 -"126256",33356,22216,3,1586,1956 -"126257",33356,22311,3,1586,2034 -"126258",33356,23726,3,1586,2434 -"126259",33356,23745,3,1586,1968 -"126260",33356,23825,3,1586,1913 -"126261",33356,23869,3,1586,1918 -"126262",33356,24169,3,1586,1663 -"126263",33356,24568,3,1586,1937 -"126264",33356,24721,3,1586,2326 -"126265",33356,25480,3,1586,2747 -"126266",33356,26218,2,1586,2460 -"126267",33356,26249,3,1586,2301 -"126268",33356,27478,3,1586,2485 -"126269",33356,28011,3,1586,2639 -"126270",33356,29095,3,1586,2531 -"126271",33356,30150,3,1586,1704 -"126272",33356,30906,2,1586,2537 -"126273",33356,31799,3,1586,2547 -"126274",33356,32606,3,1586,2100 -"126275",33356,32988,3,1586,2008 -"126276",33356,33010,3,1586,2189 -"126277",33356,33433,1,1586,2805 -"126278",33356,33801,3,1586,2899 -"126279",33356,34707,2,1586,2042 -"126280",33356,34820,3,1586,1630 -"126281",33356,35256,3,1586,2271 -"126282",33356,35529,3,1586,1620 -"126283",33356,35888,3,1586,2291 -"126284",33356,37934,3,1586,1595 -"126285",33356,38019,3,1586,1870 -"126286",33356,38755,1,1586,2902 -"126287",33356,38921,3,1586,1880 -"126288",33356,39105,3,1586,2487 -"126289",33356,39534,3,1586,2410 -"126290",33356,39556,3,1586,2747 -"126291",33356,39657,3,1586,1947 -"126292",33356,40293,3,1586,1671 -"126293",33356,40296,3,1586,1674 -"126294",33356,41278,3,1586,1873 -"126295",33356,41682,3,1586,1988 -"126296",33356,41747,3,1586,1722 -"126297",33356,42333,3,1586,2234 -"126298",33356,46091,3,1586,1938 -"126299",33356,46803,3,1586,2305 -"126300",33356,46951,3,1586,2429 -"126301",33356,49121,2,1586,2199 -"126302",33356,49581,2,1586,1817 -"126303",33356,49696,2,1586,2444 -"126304",33356,50269,2,1586,1966 -"126305",33356,50382,2,1586,2244 -"126306",33356,51089,3,1586,2426 -"126307",33356,51853,3,1586,2520 -"126308",33356,52576,3,1586,2234 -"126309",33356,53031,3,1586,2065 -"126310",33356,53342,2,1586,2071 -"126311",33356,53475,3,1586,2853 -"126312",33356,53779,3,1586,2000 -"126313",33356,54879,2,1586,2210 -"126314",33356,55643,2,1586,2359 -"126315",33356,57732,3,1586,2454 -"126316",33356,58993,3,1586,2390 -"126317",33356,59113,2,1586,2434 -"126318",33356,61337,3,1586,2777 -"126319",33356,61458,3,1586,2630 -"126320",33356,62538,3,1586,1656 -"126321",33356,62903,2,1586,1704 -"126322",33356,63409,3,1586,1937 -"126323",33356,64502,2,1586,1670 -"126324",33356,65155,3,1586,1947 -"126325",33356,66677,3,1586,2151 -"126326",33356,66726,3,1586,2068 -"126327",33356,67145,3,1586,2015 -"126328",33356,67456,3,1586,1608 -"126329",33356,70203,3,1586,2756 -"126330",33356,73197,3,1586,1998 -"126331",33356,75343,3,1586,2008 -"126332",33356,77010,3,1586,2639 -"126333",33356,80506,3,1586,1920 -"126334",33356,85736,3,1586,1601 -"126335",33356,87144,3,1586,2299 -"126336",33356,87720,3,1586,2086 -"126337",33356,92513,3,1586,2282 -"126338",33356,100462,3,1586,1927 -"126339",33356,102186,3,1586,2937 -"126340",33356,103218,3,1586,1787 -"126341",33356,107318,3,1586,1963 -"126342",33357,669,3,69,1423 -"126343",33357,2894,3,69,1291 -"126344",33357,5716,3,69,1058 -"126345",33357,6062,3,69,2681 -"126346",33357,6417,3,69,1675 -"126347",33357,10859,3,69,2231 -"126348",33357,11758,3,69,651 -"126349",33357,12034,3,69,265 -"126350",33357,14353,3,69,2878 -"126351",33357,14564,3,69,1581 -"126352",33357,15290,1,69,641 -"126353",33357,15296,3,69,600 -"126354",33357,16352,3,69,2657 -"126355",33357,17097,3,69,1505 -"126356",33357,18601,2,69,2143 -"126357",33357,20496,3,69,2530 -"126358",33357,22403,2,69,1630 -"126359",33357,22681,2,69,551 -"126360",33357,24497,3,69,1979 -"126361",33357,26737,3,69,855 -"126362",33357,27355,3,69,870 -"126363",33357,28002,3,69,914 -"126364",33357,29243,3,69,2011 -"126365",33357,29372,3,69,528 -"126366",33357,38263,3,69,2475 -"126367",33357,40646,3,69,1583 -"126368",33357,41108,3,69,1624 -"126369",33357,46315,3,69,2316 -"126370",33357,46373,3,69,134 -"126371",33357,57150,3,69,1196 -"126372",33357,57760,2,69,1721 -"126373",33357,64699,3,69,2797 -"126374",33357,70785,2,69,1440 -"126375",33357,94345,2,69,283 -"126376",33363,1063,3,2475,2515 -"126377",33363,3100,3,2475,2524 -"126378",33363,4188,3,2475,2963 -"126379",33363,5606,3,2475,2875 -"126380",33363,6234,3,2475,2654 -"126381",33363,6248,3,2475,2737 -"126382",33363,18479,2,2475,2967 -"126383",33363,47130,3,2475,2654 -"126384",33363,49147,3,2475,2539 -"126385",33363,65223,3,2475,2724 -"126386",33363,80050,3,2475,2698 -"126387",33380,2093,3,2340,2459 -"126388",33380,11329,3,2340,2799 -"126389",33380,15444,3,2340,2764 -"126390",33380,19248,2,2340,2357 -"126391",33380,19605,3,2340,2395 -"126392",33380,19606,3,2340,2783 -"126393",33380,24255,2,2340,2770 -"126394",33380,25440,3,2340,2749 -"126395",33380,26582,3,2340,2772 -"126396",33380,36031,3,2340,2342 -"126397",33380,40295,2,2340,2703 -"126398",33380,43404,3,2340,2649 -"126399",33380,43978,2,2340,2698 -"126400",33380,48605,3,2340,2796 -"126401",33380,56893,3,2340,2597 -"126402",33380,61982,3,2340,2725 -"126403",33380,62841,3,2340,2710 -"126404",33380,70583,3,2340,2615 -"126405",33383,145,3,1572,1998 -"126406",33383,913,3,1572,2144 -"126407",33383,1226,3,1572,2353 -"126408",33383,1616,3,1572,2662 -"126409",33383,1777,3,1572,1965 -"126410",33383,2195,2,1572,2139 -"126411",33383,2484,3,1572,2389 -"126412",33383,3161,3,1572,2229 -"126413",33383,4289,3,1572,1921 -"126414",33383,5078,3,1572,2033 -"126415",33383,5457,3,1572,2077 -"126416",33383,5462,3,1572,2374 -"126417",33383,5504,3,1572,2389 -"126418",33383,6104,3,1572,2462 -"126419",33383,6234,3,1572,2654 -"126420",33383,6417,3,1572,1675 -"126421",33383,9423,3,1572,1708 -"126422",33383,10148,3,1572,2964 -"126423",33383,10779,3,1572,2881 -"126424",33383,10799,3,1572,2010 -"126425",33383,10964,3,1572,2043 -"126426",33383,11067,3,1572,2734 -"126427",33383,12713,3,1572,2440 -"126428",33383,14507,3,1572,2686 -"126429",33383,14731,3,1572,2012 -"126430",33383,14972,3,1572,2332 -"126431",33383,15207,3,1572,1855 -"126432",33383,15626,3,1572,2434 -"126433",33383,16195,2,1572,2964 -"126434",33383,17396,2,1572,1672 -"126435",33383,17410,3,1572,2073 -"126436",33383,17819,1,1572,2291 -"126437",33383,17852,3,1572,2840 -"126438",33383,21164,3,1572,1645 -"126439",33383,21487,3,1572,2203 -"126440",33383,22331,2,1572,2687 -"126441",33383,23715,3,1572,1859 -"126442",33383,24195,3,1572,1575 -"126443",33383,24648,3,1572,1833 -"126444",33383,24825,2,1572,2686 -"126445",33383,26658,3,1572,2745 -"126446",33383,29295,2,1572,2043 -"126447",33383,30092,3,1572,1593 -"126448",33383,30981,3,1572,2366 -"126449",33383,31235,3,1572,2668 -"126450",33383,31307,2,1572,2139 -"126451",33383,31832,3,1572,2163 -"126452",33383,32939,2,1572,2277 -"126453",33383,33160,3,1572,2441 -"126454",33383,34509,3,1572,1973 -"126455",33383,35256,3,1572,2271 -"126456",33383,35264,3,1572,2329 -"126457",33383,35518,3,1572,1721 -"126458",33383,36215,3,1572,1623 -"126459",33383,38676,3,1572,2286 -"126460",33383,42216,3,1572,2722 -"126461",33383,42256,3,1572,2839 -"126462",33383,45585,3,1572,2384 -"126463",33383,45704,2,1572,2687 -"126464",33383,46596,3,1572,1942 -"126465",33383,51017,3,1572,2073 -"126466",33383,53445,3,1572,2028 -"126467",33383,54929,3,1572,2783 -"126468",33383,55156,3,1572,2196 -"126469",33383,56903,3,1572,1584 -"126470",33383,57765,3,1572,2893 -"126471",33383,57804,2,1572,2214 -"126472",33383,58284,3,1572,2292 -"126473",33383,68810,3,1572,2409 -"126474",33383,70528,3,1572,2727 -"126475",33383,78563,3,1572,2385 -"126476",33388,364,2,232,2351 -"126477",33388,2743,3,232,1278 -"126478",33388,3242,3,232,1730 -"126479",33388,3978,3,232,2775 -"126480",33388,9782,3,232,340 -"126481",33388,9787,3,232,2858 -"126482",33388,10607,3,232,507 -"126483",33388,12655,3,232,674 -"126484",33388,12861,3,232,1207 -"126485",33388,15180,3,232,610 -"126486",33388,15683,2,232,1729 -"126487",33388,15880,3,232,878 -"126488",33388,16351,3,232,893 -"126489",33388,16590,3,232,1123 -"126490",33388,18381,3,232,1524 -"126491",33388,20494,3,232,1075 -"126492",33388,20562,3,232,316 -"126493",33388,20824,3,232,1366 -"126494",33388,21383,3,232,971 -"126495",33388,21407,1,232,2728 -"126496",33388,25373,3,232,2783 -"126497",33388,25722,1,232,1697 -"126498",33388,26286,1,232,2023 -"126499",33388,26838,3,232,685 -"126500",33388,31303,2,232,1040 -"126501",33388,31335,3,232,2351 -"126502",33388,31700,3,232,2727 -"126503",33388,32470,3,232,1539 -"126504",33388,33356,3,232,1586 -"126505",33388,34216,3,232,2832 -"126506",33388,37279,2,232,2768 -"126507",33388,37636,3,232,2178 -"126508",33388,37937,3,232,1320 -"126509",33388,38755,3,232,2902 -"126510",33388,38785,3,232,437 -"126511",33388,38807,3,232,631 -"126512",33388,41070,3,232,263 -"126513",33388,41523,3,232,1160 -"126514",33388,41581,3,232,1692 -"126515",33388,43360,3,232,979 -"126516",33388,44564,3,232,2034 -"126517",33388,45729,3,232,2606 -"126518",33388,58035,3,232,1646 -"126519",33388,59726,3,232,1513 -"126520",33388,63662,3,232,721 -"126521",33388,64156,3,232,675 -"126522",33388,68046,3,232,294 -"126523",33388,69037,3,232,849 -"126524",33388,70854,3,232,635 -"126525",33388,80377,3,232,1384 -"126526",33388,95708,2,232,433 -"126527",33388,96300,2,232,2594 -"126528",33388,96425,3,232,2007 -"126529",33407,25462,3,2496,2653 -"126530",33430,380,2,2225,2261 -"126531",33430,1102,3,2225,2282 -"126532",33430,2572,3,2225,2273 -"126533",33430,5235,2,2225,2324 -"126534",33430,7241,2,2225,2259 -"126535",33430,9723,3,2225,2302 -"126536",33430,10513,2,2225,2284 -"126537",33430,18394,3,2225,2356 -"126538",33430,21682,3,2225,2414 -"126539",33430,24060,3,2225,2349 -"126540",33430,33475,3,2225,2367 -"126541",33430,42129,3,2225,2318 -"126542",33430,42216,3,2225,2722 -"126543",33430,45302,3,2225,2390 -"126544",33430,50134,3,2225,2674 -"126545",33430,51035,3,2225,2397 -"126546",33430,51866,3,2225,2411 -"126547",33430,70046,3,2225,2624 -"126548",33430,80825,3,2225,2315 -"126549",33430,108867,3,2225,2328 -"126550",33433,14959,3,2805,2898 -"126551",33433,18151,3,2805,2962 -"126552",33433,33801,3,2805,2899 -"126553",33433,38755,2,2805,2902 -"126554",33433,53475,3,2805,2853 -"126555",33433,88232,3,2805,2881 -"126556",33433,102186,3,2805,2937 -"126557",33451,1822,3,1957,2888 -"126558",33451,2139,2,1957,2502 -"126559",33451,2181,3,1957,2030 -"126560",33451,3271,3,1957,2216 -"126561",33451,3477,2,1957,2546 -"126562",33451,6063,2,1957,2349 -"126563",33451,8993,3,1957,2099 -"126564",33451,9272,3,1957,2835 -"126565",33451,9503,3,1957,2453 -"126566",33451,11143,3,1957,2623 -"126567",33451,13007,2,1957,2496 -"126568",33451,13899,3,1957,2650 -"126569",33451,14817,3,1957,2110 -"126570",33451,15023,3,1957,2054 -"126571",33451,15095,3,1957,2001 -"126572",33451,19317,3,1957,2041 -"126573",33451,20124,3,1957,2376 -"126574",33451,20984,3,1957,2502 -"126575",33451,21684,3,1957,1971 -"126576",33451,31357,3,1957,2389 -"126577",33451,31652,2,1957,2047 -"126578",33451,32339,3,1957,2430 -"126579",33451,32395,1,1957,2735 -"126580",33451,33223,2,1957,2397 -"126581",33451,33470,3,1957,2003 -"126582",33451,34491,2,1957,2694 -"126583",33451,37301,3,1957,2160 -"126584",33451,40572,3,1957,2666 -"126585",33451,43226,3,1957,2442 -"126586",33451,44730,3,1957,2468 -"126587",33451,47595,3,1957,2374 -"126588",33451,48110,3,1957,2009 -"126589",33451,51843,3,1957,2389 -"126590",33451,52041,2,1957,2694 -"126591",33451,58508,3,1957,2326 -"126592",33451,69335,3,1957,2698 -"126593",33451,70586,3,1957,2562 -"126594",33451,84317,3,1957,2081 -"126595",33458,11338,3,453,1019 -"126596",33458,14325,3,453,1976 -"126597",33458,34659,3,453,1924 -"126598",33460,20011,3,2781,2826 -"126599",33460,59289,3,2781,2896 -"126600",33470,843,3,2003,2332 -"126601",33470,1822,3,2003,2888 -"126602",33470,2181,3,2003,2030 -"126603",33470,3317,3,2003,2037 -"126604",33470,3477,2,2003,2546 -"126605",33470,6063,2,2003,2349 -"126606",33470,7443,3,2003,2028 -"126607",33470,8993,2,2003,2099 -"126608",33470,9503,3,2003,2453 -"126609",33470,12598,3,2003,2086 -"126610",33470,13899,3,2003,2650 -"126611",33470,14817,3,2003,2110 -"126612",33470,15023,2,2003,2054 -"126613",33470,19075,3,2003,2214 -"126614",33470,19317,3,2003,2041 -"126615",33470,20124,3,2003,2376 -"126616",33470,20547,3,2003,2145 -"126617",33470,20739,3,2003,2025 -"126618",33470,20984,3,2003,2502 -"126619",33470,31357,3,2003,2389 -"126620",33470,32339,3,2003,2430 -"126621",33470,32395,3,2003,2735 -"126622",33470,32904,3,2003,2055 -"126623",33470,33186,2,2003,2240 -"126624",33470,33223,2,2003,2397 -"126625",33470,34295,3,2003,2735 -"126626",33470,37301,3,2003,2160 -"126627",33470,40759,2,2003,2789 -"126628",33470,44501,3,2003,2567 -"126629",33470,47595,3,2003,2374 -"126630",33470,51843,3,2003,2389 -"126631",33470,54385,3,2003,2340 -"126632",33470,55307,3,2003,2306 -"126633",33470,63104,3,2003,2149 -"126634",33470,69308,3,2003,2370 -"126635",33470,80615,3,2003,2252 -"126636",33470,84317,3,2003,2081 -"126637",33470,110871,3,2003,2879 -"126638",33475,5462,3,2367,2374 -"126639",33475,6074,3,2367,2426 -"126640",33475,17365,3,2367,2746 -"126641",33475,19862,3,2367,2412 -"126642",33475,21682,3,2367,2414 -"126643",33475,27478,3,2367,2485 -"126644",33475,31799,3,2367,2547 -"126645",33475,42216,3,2367,2722 -"126646",33475,43455,3,2367,2846 -"126647",33475,44768,3,2367,2516 -"126648",33475,45302,2,2367,2390 -"126649",33475,49110,3,2367,2938 -"126650",33475,50134,3,2367,2674 -"126651",33475,51035,3,2367,2397 -"126652",33475,51866,2,2367,2411 -"126653",33475,52570,2,2367,2645 -"126654",33475,53219,3,2367,2973 -"126655",33475,57977,3,2367,2683 -"126656",33475,67182,3,2367,2855 -"126657",33483,1897,2,182,1727 -"126658",33483,1968,3,182,631 -"126659",33483,2349,2,182,1288 -"126660",33483,3317,3,182,2037 -"126661",33483,6133,3,182,1229 -"126662",33483,6627,3,182,2063 -"126663",33483,7269,3,182,1728 -"126664",33483,10638,3,182,2692 -"126665",33483,10914,2,182,1660 -"126666",33483,11381,3,182,1638 -"126667",33483,11506,2,182,2824 -"126668",33483,14888,3,182,1411 -"126669",33483,16777,3,182,834 -"126670",33483,18571,2,182,2128 -"126671",33483,18943,2,182,2861 -"126672",33483,20007,3,182,2971 -"126673",33483,20432,3,182,1727 -"126674",33483,21463,2,182,2437 -"126675",33483,22297,3,182,1904 -"126676",33483,23513,3,182,900 -"126677",33483,26713,2,182,1235 -"126678",33483,27008,3,182,911 -"126679",33483,27783,2,182,2302 -"126680",33483,31164,1,182,1996 -"126681",33483,32449,2,182,2091 -"126682",33483,36136,2,182,2338 -"126683",33483,39105,2,182,2487 -"126684",33483,41978,3,182,2824 -"126685",33483,46951,2,182,2429 -"126686",33483,47384,3,182,1639 -"126687",33483,47571,3,182,1667 -"126688",33483,50238,2,182,663 -"126689",33483,56338,3,182,1818 -"126690",33483,59039,3,182,2870 -"126691",33483,66911,3,182,1920 -"126692",33483,67838,3,182,765 -"126693",33483,68592,3,182,2551 -"126694",33483,69335,3,182,2698 -"126695",33483,73021,3,182,789 -"126696",33483,76132,3,182,2426 -"126697",33483,76675,3,182,1840 -"126698",33483,93208,3,182,1324 -"126699",33483,94926,2,182,1611 -"126700",33483,104306,3,182,1665 -"126701",33491,1203,2,1226,1350 -"126702",33491,2294,2,1226,1638 -"126703",33491,4121,3,1226,1304 -"126704",33491,8860,1,1226,2141 -"126705",33491,8908,3,1226,1537 -"126706",33491,10087,1,1226,1617 -"126707",33491,17061,3,1226,2385 -"126708",33491,18706,3,1226,1617 -"126709",33491,32549,3,1226,2111 -"126710",33491,34094,3,1226,1360 -"126711",33491,34528,3,1226,1323 -"126712",33491,39534,3,1226,2410 -"126713",33491,72438,3,1226,1397 -"126714",33491,73172,3,1226,2496 -"126715",33491,79837,3,1226,1252 -"126716",33491,83860,3,1226,1522 -"126717",33491,107383,3,1226,1918 -"126718",33533,1560,3,234,2013 -"126719",33533,3152,2,234,1621 -"126720",33533,4730,3,234,2131 -"126721",33533,5557,3,234,1929 -"126722",33533,5852,3,234,1862 -"126723",33533,8157,3,234,1063 -"126724",33533,8478,1,234,984 -"126725",33533,9506,2,234,1012 -"126726",33533,9716,2,234,1929 -"126727",33533,10128,3,234,883 -"126728",33533,14626,3,234,2175 -"126729",33533,14654,3,234,1692 -"126730",33533,14789,3,234,1034 -"126731",33533,17159,3,234,883 -"126732",33533,17541,3,234,637 -"126733",33533,18855,3,234,1362 -"126734",33533,21741,3,234,1574 -"126735",33533,22571,3,234,655 -"126736",33533,23158,3,234,659 -"126737",33533,23639,3,234,2065 -"126738",33533,26567,3,234,1158 -"126739",33533,29319,3,234,2314 -"126740",33533,30404,2,234,1810 -"126741",33533,32582,2,234,1929 -"126742",33533,35264,3,234,2329 -"126743",33533,40392,3,234,1878 -"126744",33533,41185,3,234,1929 -"126745",33533,41603,3,234,1942 -"126746",33533,44464,3,234,1619 -"126747",33533,45730,3,234,2063 -"126748",33533,49147,3,234,2539 -"126749",33533,50335,3,234,1893 -"126750",33533,52185,3,234,1012 -"126751",33533,54903,3,234,2493 -"126752",33533,55775,2,234,2385 -"126753",33533,56737,3,234,2270 -"126754",33533,64412,3,234,2233 -"126755",33533,72426,3,234,2902 -"126756",33533,74912,2,234,1542 -"126757",33533,78768,2,234,841 -"126758",33533,82226,3,234,1619 -"126759",33533,91631,3,234,1899 -"126760",33533,91715,3,234,1034 -"126761",33533,97266,2,234,1016 -"126762",33537,1745,3,2406,2693 -"126763",33537,16286,3,2406,2470 -"126764",33537,19655,3,2406,2706 -"126765",33537,66693,2,2406,2554 -"126766",33537,111375,3,2406,2686 -"126767",33551,4618,3,1734,2607 -"126768",33551,10871,3,1734,2314 -"126769",33551,17264,2,1734,2528 -"126770",33551,17354,1,1734,2250 -"126771",33551,19516,2,1734,2313 -"126772",33551,20070,3,1734,1914 -"126773",33551,20563,3,1734,2267 -"126774",33551,23140,2,1734,2787 -"126775",33551,26436,3,1734,2489 -"126776",33551,26516,3,1734,2479 -"126777",33551,27753,3,1734,2750 -"126778",33551,32419,3,1734,1909 -"126779",33551,34492,3,1734,1798 -"126780",33551,36031,3,1734,2342 -"126781",33551,46506,3,1734,2464 -"126782",33551,51410,3,1734,2739 -"126783",33551,63654,3,1734,2310 -"126784",33551,70203,3,1734,2756 -"126785",33551,87110,3,1734,2801 -"126786",33562,3669,3,1979,2524 -"126787",33562,14957,3,1979,2306 -"126788",33562,115966,3,1979,2349 -"126789",33572,2166,3,2370,2557 -"126790",33572,4932,3,2370,2752 -"126791",33572,5462,3,2370,2374 -"126792",33572,5504,3,2370,2389 -"126793",33572,5849,3,2370,2404 -"126794",33572,6390,3,2370,2385 -"126795",33572,7323,3,2370,2858 -"126796",33572,9272,3,2370,2835 -"126797",33572,13929,3,2370,2693 -"126798",33572,14676,3,2370,2764 -"126799",33572,15184,3,2370,2396 -"126800",33572,18543,3,2370,2968 -"126801",33572,19528,2,2370,2742 -"126802",33572,20783,3,2370,2414 -"126803",33572,24042,2,2370,2880 -"126804",33572,24255,3,2370,2770 -"126805",33572,26436,3,2370,2489 -"126806",33572,27753,3,2370,2750 -"126807",33572,34327,3,2370,2959 -"126808",33572,38667,1,2370,2880 -"126809",33572,39444,2,2370,2695 -"126810",33572,43226,3,2370,2442 -"126811",33572,51410,3,2370,2739 -"126812",33572,53789,2,2370,2681 -"126813",33572,55828,2,2370,2393 -"126814",33572,56082,3,2370,2395 -"126815",33572,68390,3,2370,2608 -"126816",33572,69335,3,2370,2698 -"126817",33572,71274,3,2370,2390 -"126818",33572,93615,3,2370,2386 -"126819",33588,312,3,1040,2038 -"126820",33588,360,3,1040,1671 -"126821",33588,671,3,1040,2328 -"126822",33588,675,2,1040,1686 -"126823",33588,701,2,1040,2718 -"126824",33588,733,3,1040,1653 -"126825",33588,1046,3,1040,1881 -"126826",33588,1136,2,1040,2536 -"126827",33588,1321,3,1040,2075 -"126828",33588,2036,3,1040,2483 -"126829",33588,2063,2,1040,1278 -"126830",33588,2181,3,1040,2030 -"126831",33588,2224,3,1040,2751 -"126832",33588,2533,3,1040,2016 -"126833",33588,2563,3,1040,1686 -"126834",33588,2742,3,1040,1192 -"126835",33588,2743,2,1040,1278 -"126836",33588,3242,3,1040,1730 -"126837",33588,4191,3,1040,2130 -"126838",33588,4618,3,1040,2607 -"126839",33588,4889,3,1040,1501 -"126840",33588,4980,3,1040,2093 -"126841",33588,5120,3,1040,2735 -"126842",33588,5429,3,1040,1991 -"126843",33588,5725,3,1040,2789 -"126844",33588,5864,3,1040,1197 -"126845",33588,6363,2,1040,2066 -"126846",33588,6428,3,1040,1952 -"126847",33588,6491,3,1040,2424 -"126848",33588,6940,3,1040,1183 -"126849",33588,7548,3,1040,1932 -"126850",33588,7582,2,1040,1099 -"126851",33588,7847,3,1040,2424 -"126852",33588,8621,3,1040,1681 -"126853",33588,9150,3,1040,2689 -"126854",33588,9184,3,1040,2670 -"126855",33588,9853,3,1040,1275 -"126856",33588,10843,3,1040,2277 -"126857",33588,11006,3,1040,1950 -"126858",33588,11440,3,1040,2026 -"126859",33588,11477,3,1040,2724 -"126860",33588,12096,3,1040,1330 -"126861",33588,12747,3,1040,2818 -"126862",33588,13249,3,1040,2573 -"126863",33588,14072,3,1040,1346 -"126864",33588,14108,3,1040,2012 -"126865",33588,14325,3,1040,1976 -"126866",33588,14972,2,1040,2332 -"126867",33588,15607,3,1040,1421 -"126868",33588,16164,2,1040,1184 -"126869",33588,16940,3,1040,1290 -"126870",33588,16954,3,1040,2972 -"126871",33588,17381,3,1040,1697 -"126872",33588,18211,3,1040,1745 -"126873",33588,18874,3,1040,2170 -"126874",33588,19072,3,1040,2358 -"126875",33588,19248,2,1040,2357 -"126876",33588,19528,3,1040,2742 -"126877",33588,19643,3,1040,2452 -"126878",33588,19719,3,1040,2177 -"126879",33588,19835,3,1040,1135 -"126880",33588,20287,3,1040,1099 -"126881",33588,20292,3,1040,2755 -"126882",33588,20563,3,1040,2267 -"126883",33588,20824,2,1040,1366 -"126884",33588,21571,3,1040,2755 -"126885",33588,21911,3,1040,1184 -"126886",33588,21929,3,1040,2062 -"126887",33588,22141,3,1040,2348 -"126888",33588,22884,2,1040,1608 -"126889",33588,22885,3,1040,1702 -"126890",33588,23216,3,1040,2424 -"126891",33588,23506,3,1040,1172 -"126892",33588,23509,3,1040,2275 -"126893",33588,23534,3,1040,1659 -"126894",33588,23704,3,1040,2278 -"126895",33588,24066,3,1040,1755 -"126896",33588,24755,3,1040,1319 -"126897",33588,25198,2,1040,1982 -"126898",33588,25341,3,1040,1858 -"126899",33588,25643,3,1040,1646 -"126900",33588,25816,3,1040,2088 -"126901",33588,25985,3,1040,2071 -"126902",33588,26282,3,1040,1241 -"126903",33588,26436,3,1040,2489 -"126904",33588,26516,3,1040,2479 -"126905",33588,26570,3,1040,1669 -"126906",33588,26608,3,1040,2329 -"126907",33588,27173,3,1040,2050 -"126908",33588,27261,3,1040,1368 -"126909",33588,27628,3,1040,2389 -"126910",33588,27694,3,1040,2030 -"126911",33588,27753,2,1040,2750 -"126912",33588,27849,3,1040,1316 -"126913",33588,28057,3,1040,1067 -"126914",33588,28434,2,1040,1141 -"126915",33588,29170,3,1040,1846 -"126916",33588,30334,3,1040,2075 -"126917",33588,30438,3,1040,1617 -"126918",33588,31069,3,1040,1995 -"126919",33588,31799,3,1040,2547 -"126920",33588,32939,3,1040,2277 -"126921",33588,32965,3,1040,2071 -"126922",33588,33433,3,1040,2805 -"126923",33588,33621,1,1040,1319 -"126924",33588,33672,2,1040,2396 -"126925",33588,34160,3,1040,1759 -"126926",33588,34464,3,1040,1741 -"126927",33588,34492,2,1040,1798 -"126928",33588,34659,3,1040,1924 -"126929",33588,34815,1,1040,2354 -"126930",33588,35360,3,1040,2043 -"126931",33588,35518,3,1040,1721 -"126932",33588,36651,3,1040,1600 -"126933",33588,37238,3,1040,2609 -"126934",33588,37285,3,1040,2428 -"126935",33588,37620,3,1040,2716 -"126936",33588,37636,3,1040,2178 -"126937",33588,38439,3,1040,2025 -"126938",33588,39535,2,1040,2428 -"126939",33588,39735,3,1040,2294 -"126940",33588,39880,2,1040,1620 -"126941",33588,40293,3,1040,1671 -"126942",33588,40369,3,1040,2735 -"126943",33588,40392,3,1040,1878 -"126944",33588,41033,3,1040,1839 -"126945",33588,43173,3,1040,2895 -"126946",33588,43385,3,1040,1623 -"126947",33588,44720,3,1040,1202 -"126948",33588,45715,3,1040,2287 -"126949",33588,47098,3,1040,2057 -"126950",33588,48605,3,1040,2796 -"126951",33588,50785,3,1040,2877 -"126952",33588,51022,3,1040,1499 -"126953",33588,51041,2,1040,2606 -"126954",33588,51410,3,1040,2739 -"126955",33588,51783,3,1040,2599 -"126956",33588,51987,3,1040,1397 -"126957",33588,53851,3,1040,2305 -"126958",33588,54305,2,1040,1222 -"126959",33588,54929,3,1040,2783 -"126960",33588,57129,3,1040,1858 -"126961",33588,57804,3,1040,2214 -"126962",33588,58035,2,1040,1646 -"126963",33588,58854,3,1040,1131 -"126964",33588,59438,2,1040,2400 -"126965",33588,59677,3,1040,1174 -"126966",33588,61982,3,1040,2725 -"126967",33588,62841,3,1040,2710 -"126968",33588,63770,3,1040,1324 -"126969",33588,64031,2,1040,1295 -"126970",33588,64181,3,1040,1828 -"126971",33588,64997,2,1040,2791 -"126972",33588,67314,3,1040,1051 -"126973",33588,67352,3,1040,1115 -"126974",33588,68523,3,1040,1664 -"126975",33588,70046,3,1040,2624 -"126976",33588,80172,1,1040,1342 -"126977",33588,82767,3,1040,1641 -"126978",33588,82787,3,1040,1144 -"126979",33588,88063,3,1040,1045 -"126980",33588,92491,2,1040,1968 -"126981",33588,99103,3,1040,1470 -"126982",33588,99860,3,1040,2071 -"126983",33621,312,3,1319,2038 -"126984",33621,489,3,1319,2652 -"126985",33621,512,3,1319,1596 -"126986",33621,671,3,1319,2328 -"126987",33621,675,2,1319,1686 -"126988",33621,701,3,1319,2718 -"126989",33621,733,3,1319,1653 -"126990",33621,1136,2,1319,2536 -"126991",33621,1321,3,1319,2075 -"126992",33621,1691,3,1319,1941 -"126993",33621,2011,3,1319,2176 -"126994",33621,2036,3,1319,2483 -"126995",33621,2224,2,1319,2751 -"126996",33621,2533,3,1319,2016 -"126997",33621,2563,2,1319,1686 -"126998",33621,3242,3,1319,1730 -"126999",33621,3306,3,1319,1989 -"127000",33621,4191,3,1319,2130 -"127001",33621,4618,3,1319,2607 -"127002",33621,4889,3,1319,1501 -"127003",33621,4980,3,1319,2093 -"127004",33621,5120,2,1319,2735 -"127005",33621,6363,2,1319,2066 -"127006",33621,6390,3,1319,2385 -"127007",33621,6428,3,1319,1952 -"127008",33621,6491,3,1319,2424 -"127009",33621,7847,3,1319,2424 -"127010",33621,8621,3,1319,1681 -"127011",33621,8821,3,1319,2230 -"127012",33621,9150,3,1319,2689 -"127013",33621,9184,3,1319,2670 -"127014",33621,9202,3,1319,2477 -"127015",33621,12747,3,1319,2818 -"127016",33621,14108,2,1319,2012 -"127017",33621,14972,3,1319,2332 -"127018",33621,18211,2,1319,1745 -"127019",33621,18543,3,1319,2968 -"127020",33621,19248,3,1319,2357 -"127021",33621,20563,3,1319,2267 -"127022",33621,20824,2,1319,1366 -"127023",33621,21133,3,1319,1320 -"127024",33621,22141,3,1319,2348 -"127025",33621,22884,2,1319,1608 -"127026",33621,22885,3,1319,1702 -"127027",33621,23216,3,1319,2424 -"127028",33621,23534,3,1319,1659 -"127029",33621,23704,3,1319,2278 -"127030",33621,25198,3,1319,1982 -"127031",33621,25341,3,1319,1858 -"127032",33621,25565,3,1319,2764 -"127033",33621,25643,3,1319,1646 -"127034",33621,25816,3,1319,2088 -"127035",33621,25985,3,1319,2071 -"127036",33621,26436,3,1319,2489 -"127037",33621,26516,3,1319,2479 -"127038",33621,26608,3,1319,2329 -"127039",33621,27628,3,1319,2389 -"127040",33621,27753,2,1319,2750 -"127041",33621,30438,3,1319,1617 -"127042",33621,32965,3,1319,2071 -"127043",33621,33672,3,1319,2396 -"127044",33621,34160,3,1319,1759 -"127045",33621,34492,2,1319,1798 -"127046",33621,34815,2,1319,2354 -"127047",33621,36439,3,1319,2469 -"127048",33621,36651,3,1319,1600 -"127049",33621,37509,3,1319,1640 -"127050",33621,39535,3,1319,2428 -"127051",33621,39880,3,1319,1620 -"127052",33621,40022,3,1319,2307 -"127053",33621,40369,3,1319,2735 -"127054",33621,41023,3,1319,2408 -"127055",33621,43173,3,1319,2895 -"127056",33621,43226,3,1319,2442 -"127057",33621,44427,3,1319,2875 -"127058",33621,44819,3,1319,2063 -"127059",33621,45715,3,1319,2287 -"127060",33621,47064,3,1319,1993 -"127061",33621,47098,3,1319,2057 -"127062",33621,50785,3,1319,2877 -"127063",33621,51022,3,1319,1499 -"127064",33621,51041,2,1319,2606 -"127065",33621,51410,3,1319,2739 -"127066",33621,51987,3,1319,1397 -"127067",33621,52323,3,1319,2148 -"127068",33621,53851,3,1319,2305 -"127069",33621,57129,3,1319,1858 -"127070",33621,58035,3,1319,1646 -"127071",33621,59438,2,1319,2400 -"127072",33621,64181,3,1319,1828 -"127073",33621,64997,2,1319,2791 -"127074",33621,70046,3,1319,2624 -"127075",33621,75444,3,1319,2846 -"127076",33621,80172,2,1319,1342 -"127077",33621,82767,3,1319,1641 -"127078",33621,88232,3,1319,2881 -"127079",33621,92491,1,1319,1968 -"127080",33621,99103,3,1319,1470 -"127081",33622,135,3,2230,2233 -"127082",33622,470,3,2230,2285 -"127083",33622,671,3,2230,2328 -"127084",33622,1102,3,2230,2282 -"127085",33622,2684,3,2230,2874 -"127086",33622,6074,3,2230,2426 -"127087",33622,6252,3,2230,2336 -"127088",33622,6390,2,2230,2385 -"127089",33622,8762,3,2230,2585 -"127090",33622,11103,3,2230,2393 -"127091",33622,12374,2,2230,2260 -"127092",33622,16352,3,2230,2657 -"127093",33622,18543,3,2230,2968 -"127094",33622,19248,3,2230,2357 -"127095",33622,20407,2,2230,2339 -"127096",33622,21104,3,2230,2327 -"127097",33622,21463,3,2230,2437 -"127098",33622,21682,3,2230,2414 -"127099",33622,25565,3,2230,2764 -"127100",33622,26671,3,2230,2279 -"127101",33622,27390,3,2230,2425 -"127102",33622,31235,3,2230,2668 -"127103",33622,34836,3,2230,2302 -"127104",33622,36439,2,2230,2469 -"127105",33622,39105,3,2230,2487 -"127106",33622,39444,3,2230,2695 -"127107",33622,44427,3,2230,2875 -"127108",33622,50236,3,2230,2339 -"127109",33622,58284,3,2230,2292 -"127110",33622,66413,3,2230,2507 -"127111",33622,74605,3,2230,2265 -"127112",33622,74636,2,2230,2525 -"127113",33622,78563,3,2230,2385 -"127114",33622,79322,3,2230,2770 -"127115",33622,88232,2,2230,2881 -"127116",33622,108867,3,2230,2328 -"127117",33655,1036,3,773,1367 -"127118",33655,1092,3,773,1945 -"127119",33655,2384,3,773,1057 -"127120",33655,2864,2,773,1543 -"127121",33655,3198,3,773,1797 -"127122",33655,3395,3,773,1382 -"127123",33655,3397,3,773,2126 -"127124",33655,3409,3,773,2167 -"127125",33655,3453,2,773,2126 -"127126",33655,3753,2,773,1255 -"127127",33655,3886,3,773,1669 -"127128",33655,4567,3,773,2348 -"127129",33655,5239,3,773,2875 -"127130",33655,5622,3,773,2175 -"127131",33655,5865,3,773,1910 -"127132",33655,6492,2,773,1162 -"127133",33655,7616,3,773,2296 -"127134",33655,9871,3,773,921 -"127135",33655,10857,2,773,2253 -"127136",33655,11168,3,773,1223 -"127137",33655,12712,3,773,815 -"127138",33655,15402,3,773,1281 -"127139",33655,15632,3,773,1242 -"127140",33655,16539,3,773,1947 -"127141",33655,17400,3,773,2231 -"127142",33655,18825,3,773,1240 -"127143",33655,19622,3,773,2371 -"127144",33655,19744,2,773,2623 -"127145",33655,19893,3,773,1223 -"127146",33655,19980,3,773,2231 -"127147",33655,21706,3,773,1988 -"127148",33655,23492,2,773,1067 -"127149",33655,23679,3,773,934 -"127150",33655,23725,3,773,2378 -"127151",33655,24259,3,773,1281 -"127152",33655,24816,3,773,2161 -"127153",33655,27030,3,773,2031 -"127154",33655,29512,3,773,1594 -"127155",33655,30325,3,773,1067 -"127156",33655,31898,3,773,1916 -"127157",33655,32419,3,773,1909 -"127158",33655,34480,3,773,2755 -"127159",33655,35045,3,773,1646 -"127160",33655,35673,3,773,1067 -"127161",33655,39294,3,773,1889 -"127162",33655,40129,2,773,2162 -"127163",33655,40879,3,773,2019 -"127164",33655,42574,3,773,2842 -"127165",33655,43902,2,773,1726 -"127166",33655,44188,3,773,1609 -"127167",33655,44763,3,773,1324 -"127168",33655,44773,3,773,1355 -"127169",33655,45684,3,773,2200 -"127170",33655,46831,3,773,1915 -"127171",33655,49334,3,773,2433 -"127172",33655,51017,3,773,2073 -"127173",33655,51035,3,773,2397 -"127174",33655,52699,3,773,1372 -"127175",33655,54551,2,773,2348 -"127176",33655,54695,3,773,2429 -"127177",33655,57246,3,773,1873 -"127178",33655,57414,3,773,922 -"127179",33655,58427,3,773,2234 -"127180",33655,60867,3,773,2689 -"127181",33655,66756,3,773,1301 -"127182",33655,72188,3,773,856 -"127183",33655,73205,3,773,1529 -"127184",33655,76284,3,773,1237 -"127185",33655,79403,2,773,977 -"127186",33655,82893,3,773,1275 -"127187",33655,83286,3,773,1793 -"127188",33655,83291,3,773,2066 -"127189",33657,371,3,2336,2950 -"127190",33657,9332,3,2336,2734 -"127191",33657,42256,3,2336,2839 -"127192",33665,900,3,787,2726 -"127193",33665,1262,3,787,2973 -"127194",33665,1386,3,787,1901 -"127195",33665,2452,1,787,1715 -"127196",33665,3695,3,787,2612 -"127197",33665,4249,3,787,2547 -"127198",33665,5491,3,787,2048 -"127199",33665,5897,3,787,2337 -"127200",33665,6160,3,787,969 -"127201",33665,6697,3,787,2438 -"127202",33665,7759,3,787,2844 -"127203",33665,9301,3,787,1861 -"127204",33665,10223,3,787,1033 -"127205",33665,12524,3,787,1287 -"127206",33665,13068,3,787,1778 -"127207",33665,13732,3,787,2789 -"127208",33665,14287,2,787,1583 -"127209",33665,14709,2,787,1901 -"127210",33665,15343,3,787,2125 -"127211",33665,16029,3,787,1160 -"127212",33665,16501,3,787,1650 -"127213",33665,18122,3,787,894 -"127214",33665,18151,3,787,2962 -"127215",33665,18366,3,787,2699 -"127216",33665,19872,3,787,2913 -"127217",33665,19934,3,787,2888 -"127218",33665,20176,2,787,1050 -"127219",33665,21417,3,787,2422 -"127220",33665,21795,2,787,2653 -"127221",33665,23015,3,787,1362 -"127222",33665,24362,3,787,1287 -"127223",33665,24608,3,787,1630 -"127224",33665,25378,2,787,1245 -"127225",33665,26865,3,787,2726 -"127226",33665,27280,3,787,1965 -"127227",33665,28904,3,787,926 -"127228",33665,29791,3,787,1986 -"127229",33665,30081,3,787,2403 -"127230",33665,30334,3,787,2075 -"127231",33665,30865,2,787,2038 -"127232",33665,33314,3,787,1444 -"127233",33665,34327,3,787,2959 -"127234",33665,37636,3,787,2178 -"127235",33665,38087,3,787,1083 -"127236",33665,38373,2,787,1928 -"127237",33665,39249,3,787,1665 -"127238",33665,39443,3,787,2277 -"127239",33665,40392,3,787,1878 -"127240",33665,40492,3,787,1286 -"127241",33665,41718,2,787,804 -"127242",33665,44420,3,787,2184 -"127243",33665,44557,2,787,2371 -"127244",33665,47013,3,787,2388 -"127245",33665,47968,3,787,2829 -"127246",33665,49872,3,787,2019 -"127247",33665,50040,3,787,790 -"127248",33665,50229,3,787,1190 -"127249",33665,51783,3,787,2599 -"127250",33665,57912,3,787,1035 -"127251",33665,58015,3,787,899 -"127252",33665,58421,3,787,910 -"127253",33665,58875,3,787,1899 -"127254",33665,59485,3,787,1564 -"127255",33665,60258,3,787,2405 -"127256",33665,61443,3,787,2770 -"127257",33665,63077,3,787,2778 -"127258",33665,65188,3,787,2213 -"127259",33665,67815,2,787,2476 -"127260",33665,69062,2,787,1174 -"127261",33665,70126,3,787,1158 -"127262",33665,74795,3,787,1319 -"127263",33665,75282,3,787,2675 -"127264",33665,81716,3,787,1199 -"127265",33665,82252,3,787,1248 -"127266",33665,82735,3,787,829 -"127267",33665,84447,2,787,1006 -"127268",33665,85784,3,787,1142 -"127269",33665,90236,3,787,1010 -"127270",33665,92678,3,787,1769 -"127271",33665,96059,3,787,1286 -"127272",33665,102566,3,787,2207 -"127273",33665,107292,2,787,1667 -"127274",33672,701,3,2396,2718 -"127275",33672,2036,3,2396,2483 -"127276",33672,9184,3,2396,2670 -"127277",33672,13249,2,2396,2573 -"127278",33672,17221,3,2396,2487 -"127279",33672,19643,3,2396,2452 -"127280",33672,39535,2,2396,2428 -"127281",33672,41837,3,2396,2399 -"127282",33672,44135,3,2396,2620 -"127283",33672,48605,3,2396,2796 -"127284",33672,50785,3,2396,2877 -"127285",33672,51041,2,2396,2606 -"127286",33672,61982,3,2396,2725 -"127287",33672,62841,3,2396,2710 -"127288",33681,1323,3,1059,1659 -"127289",33681,1620,3,1059,1303 -"127290",33681,1629,2,1059,1289 -"127291",33681,1756,3,1059,2231 -"127292",33681,2852,3,1059,2448 -"127293",33681,2979,3,1059,2912 -"127294",33681,3195,3,1059,2043 -"127295",33681,3477,2,1059,2546 -"127296",33681,4361,2,1059,2571 -"127297",33681,4669,3,1059,2395 -"127298",33681,5839,2,1059,2301 -"127299",33681,5897,3,1059,2337 -"127300",33681,6063,3,1059,2349 -"127301",33681,7337,2,1059,1797 -"127302",33681,7785,3,1059,2441 -"127303",33681,8146,3,1059,1561 -"127304",33681,9481,3,1059,1610 -"127305",33681,9703,3,1059,1845 -"127306",33681,10453,3,1059,1656 -"127307",33681,11108,3,1059,1609 -"127308",33681,11351,3,1059,2971 -"127309",33681,15826,3,1059,2772 -"127310",33681,16501,3,1059,1650 -"127311",33681,16715,3,1059,1218 -"127312",33681,17257,3,1059,1117 -"127313",33681,18217,3,1059,1566 -"127314",33681,18381,3,1059,1524 -"127315",33681,18706,3,1059,1617 -"127316",33681,19655,3,1059,2706 -"127317",33681,19718,3,1059,1702 -"127318",33681,21207,2,1059,1258 -"127319",33681,21240,3,1059,1162 -"127320",33681,21684,3,1059,1971 -"127321",33681,27742,3,1059,2700 -"127322",33681,29286,3,1059,1612 -"127323",33681,32532,3,1059,2338 -"127324",33681,32560,3,1059,1258 -"127325",33681,33223,3,1059,2397 -"127326",33681,33341,2,1059,2338 -"127327",33681,35816,3,1059,2009 -"127328",33681,36346,3,1059,1240 -"127329",33681,37752,3,1059,2223 -"127330",33681,39589,3,1059,1292 -"127331",33681,40542,3,1059,1664 -"127332",33681,41023,3,1059,2408 -"127333",33681,41187,3,1059,2340 -"127334",33681,41581,3,1059,1692 -"127335",33681,43204,3,1059,1680 -"127336",33681,45480,3,1059,1104 -"127337",33681,45869,3,1059,2840 -"127338",33681,46486,3,1059,1868 -"127339",33681,47013,3,1059,2388 -"127340",33681,50229,3,1059,1190 -"127341",33681,50354,3,1059,1299 -"127342",33681,53739,3,1059,2704 -"127343",33681,59039,3,1059,2870 -"127344",33681,59298,3,1059,1236 -"127345",33681,61125,3,1059,1673 -"127346",33681,63077,3,1059,2778 -"127347",33681,66205,3,1059,2898 -"127348",33681,66677,3,1059,2151 -"127349",33681,74441,3,1059,1260 -"127350",33681,88067,3,1059,2315 -"127351",33681,90709,2,1059,1080 -"127352",33681,91849,2,1059,1166 -"127353",33681,107292,3,1059,1667 -"127354",33681,115021,3,1059,1226 -"127355",33691,388,3,949,1594 -"127356",33691,11429,3,949,2520 -"127357",33691,14599,3,949,1118 -"127358",33691,18421,3,949,2457 -"127359",33691,27255,3,949,1232 -"127360",33691,27280,3,949,1965 -"127361",33691,31541,3,949,1500 -"127362",33691,32276,3,949,2223 -"127363",33691,36577,3,949,958 -"127364",33691,40392,3,949,1878 -"127365",33691,44982,2,949,1592 -"127366",33691,45480,3,949,1104 -"127367",33691,49621,3,949,1915 -"127368",33691,70656,3,949,2771 -"127369",33691,88067,3,949,2315 -"127370",33691,110569,2,949,970 -"127371",33697,270,3,1309,2542 -"127372",33697,2424,3,1309,2582 -"127373",33697,2759,2,1309,2030 -"127374",33697,3317,3,1309,2037 -"127375",33697,4066,3,1309,1736 -"127376",33697,6627,3,1309,2063 -"127377",33697,7269,3,1309,1728 -"127378",33697,9716,3,1309,1929 -"127379",33697,13400,3,1309,1371 -"127380",33697,16835,1,1309,1739 -"127381",33697,21180,3,1309,2762 -"127382",33697,22905,3,1309,2599 -"127383",33697,26100,3,1309,1966 -"127384",33697,32582,3,1309,1929 -"127385",33697,42914,3,1309,1737 -"127386",33697,43455,3,1309,2846 -"127387",33697,46629,3,1309,2255 -"127388",33697,47384,3,1309,1639 -"127389",33697,53362,3,1309,2360 -"127390",33697,54903,3,1309,2493 -"127391",33697,55076,3,1309,2408 -"127392",33697,61982,3,1309,2725 -"127393",33697,69250,3,1309,1439 -"127394",33697,76132,3,1309,2426 -"127395",33697,117764,3,1309,2781 -"127396",33701,728,3,74,1812 -"127397",33701,2576,2,74,1307 -"127398",33701,3477,3,74,2546 -"127399",33701,4612,3,74,2804 -"127400",33701,4668,3,74,1919 -"127401",33701,4730,3,74,2131 -"127402",33701,6063,3,74,2349 -"127403",33701,7252,3,74,2799 -"127404",33701,7942,3,74,2623 -"127405",33701,8984,3,74,1162 -"127406",33701,9787,3,74,2858 -"127407",33701,10453,3,74,1656 -"127408",33701,10551,2,74,243 -"127409",33701,11108,3,74,1609 -"127410",33701,11563,3,74,1863 -"127411",33701,11990,2,74,1909 -"127412",33701,12023,2,74,799 -"127413",33701,12735,3,74,819 -"127414",33701,12779,3,74,936 -"127415",33701,12781,3,74,831 -"127416",33701,13295,3,74,779 -"127417",33701,13296,3,74,839 -"127418",33701,14287,3,74,1583 -"127419",33701,16015,3,74,1307 -"127420",33701,16152,3,74,879 -"127421",33701,16501,3,74,1650 -"127422",33701,16864,3,74,814 -"127423",33701,17252,2,74,1258 -"127424",33701,17887,3,74,1750 -"127425",33701,17974,3,74,2876 -"127426",33701,18217,3,74,1566 -"127427",33701,18978,3,74,952 -"127428",33701,19165,3,74,2436 -"127429",33701,19662,2,74,170 -"127430",33701,20220,3,74,1656 -"127431",33701,22462,3,74,869 -"127432",33701,22945,2,74,237 -"127433",33701,23131,3,74,1732 -"127434",33701,27742,2,74,2700 -"127435",33701,27914,2,74,2507 -"127436",33701,28440,3,74,675 -"127437",33701,28904,3,74,926 -"127438",33701,29286,3,74,1612 -"127439",33701,29512,3,74,1594 -"127440",33701,29825,3,74,2603 -"127441",33701,30442,3,74,2124 -"127442",33701,30525,3,74,1964 -"127443",33701,31753,3,74,1514 -"127444",33701,31868,3,74,1993 -"127445",33701,32560,3,74,1258 -"127446",33701,32942,3,74,2038 -"127447",33701,33223,3,74,2397 -"127448",33701,33957,3,74,245 -"127449",33701,40542,3,74,1664 -"127450",33701,41077,3,74,864 -"127451",33701,42813,3,74,2142 -"127452",33701,44795,3,74,635 -"127453",33701,50573,3,74,2716 -"127454",33701,54775,3,74,2383 -"127455",33701,56538,3,74,2796 -"127456",33701,56995,3,74,2323 -"127457",33701,57912,3,74,1035 -"127458",33701,58655,3,74,2685 -"127459",33701,59485,3,74,1564 -"127460",33701,61125,3,74,1673 -"127461",33701,66756,3,74,1301 -"127462",33701,70455,2,74,1307 -"127463",33701,71467,3,74,1051 -"127464",33701,80156,3,74,1667 -"127465",33701,80527,3,74,1664 -"127466",33701,85396,2,74,1131 -"127467",33701,91849,3,74,1166 -"127468",33701,100048,3,74,1573 -"127469",33701,101367,3,74,974 -"127470",33701,103491,3,74,1523 -"127471",33701,115021,3,74,1226 -"127472",33701,115031,3,74,2383 -"127473",33722,11419,3,1225,1408 -"127474",33722,13201,3,1225,2034 -"127475",33722,14669,3,1225,2080 -"127476",33722,15343,3,1225,2125 -"127477",33722,17021,3,1225,1226 -"127478",33722,17967,2,1225,2125 -"127479",33722,21417,3,1225,2422 -"127480",33722,29756,3,1225,2051 -"127481",33722,45664,3,1225,2235 -"127482",33722,55691,3,1225,2856 -"127483",33722,61336,3,1225,2218 -"127484",33722,73266,2,1225,2496 -"127485",33722,77057,3,1225,1866 -"127486",33722,77095,3,1225,1622 -"127487",33722,90501,3,1225,2380 -"127488",33755,55171,3,2963,2972 -"127489",33801,11351,3,2899,2971 -"127490",33834,5315,3,1606,2631 -"127491",33834,6253,3,1606,2282 -"127492",33834,7508,3,1606,2396 -"127493",33834,8887,2,1606,2373 -"127494",33834,11103,2,1606,2393 -"127495",33834,11976,2,1606,1727 -"127496",33834,13573,3,1606,2774 -"127497",33834,20355,3,1606,2111 -"127498",33834,21720,2,1606,2637 -"127499",33834,29930,3,1606,2240 -"127500",33834,34158,3,1606,2639 -"127501",33834,36574,2,1606,2934 -"127502",33834,45903,3,1606,2237 -"127503",33834,62538,3,1606,1656 -"127504",33834,86105,3,1606,2226 -"127505",33834,92895,3,1606,2339 -"127506",33846,7616,3,801,2296 -"127507",33846,10310,2,801,2774 -"127508",33846,11493,3,801,2077 -"127509",33846,12371,3,801,1569 -"127510",33846,12639,2,801,1141 -"127511",33846,12712,3,801,815 -"127512",33846,14172,3,801,1923 -"127513",33846,16539,3,801,1947 -"127514",33846,19208,3,801,2629 -"127515",33846,20730,3,801,2243 -"127516",33846,21566,2,801,1234 -"127517",33846,22893,3,801,1938 -"127518",33846,23006,2,801,1532 -"127519",33846,28571,3,801,1556 -"127520",33846,29930,3,801,2240 -"127521",33846,36441,3,801,2796 -"127522",33846,41770,3,801,2752 -"127523",33846,42515,1,801,2752 -"127524",33846,42799,3,801,2729 -"127525",33846,44894,2,801,2048 -"127526",33846,46043,3,801,1358 -"127527",33846,62870,3,801,1568 -"127528",33846,74818,3,801,1440 -"127529",33846,76646,3,801,1263 -"127530",33846,79472,3,801,1230 -"127531",33846,82893,3,801,1275 -"127532",33846,86883,1,801,1623 -"127533",33846,117956,3,801,2774 -"127534",33848,555,1,123,552 -"127535",33848,2063,3,123,1278 -"127536",33848,2960,3,123,977 -"127537",33848,3306,3,123,1989 -"127538",33848,5610,2,123,2223 -"127539",33848,6047,3,123,2004 -"127540",33848,8238,3,123,2222 -"127541",33848,8961,3,123,507 -"127542",33848,9702,2,123,1928 -"127543",33848,12473,3,123,801 -"127544",33848,13324,3,123,2163 -"127545",33848,13518,3,123,525 -"127546",33848,14080,3,123,1351 -"127547",33848,14507,3,123,2686 -"127548",33848,15632,3,123,1242 -"127549",33848,16625,3,123,1285 -"127550",33848,17867,3,123,1904 -"127551",33848,18670,3,123,1835 -"127552",33848,20311,3,123,1981 -"127553",33848,20824,3,123,1366 -"127554",33848,21164,3,123,1645 -"127555",33848,21479,3,123,2134 -"127556",33848,23534,2,123,1659 -"127557",33848,24559,3,123,946 -"127558",33848,24825,3,123,2686 -"127559",33848,29089,3,123,1344 -"127560",33848,31159,3,123,2231 -"127561",33848,31890,2,123,1487 -"127562",33848,31901,3,123,1251 -"127563",33848,32047,2,123,1858 -"127564",33848,35544,3,123,397 -"127565",33848,36637,3,123,2085 -"127566",33848,39464,3,123,2314 -"127567",33848,43614,3,123,1712 -"127568",33848,47564,3,123,2650 -"127569",33848,48035,3,123,2180 -"127570",33848,50001,2,123,1518 -"127571",33848,50118,3,123,2654 -"127572",33848,54953,3,123,2223 -"127573",33848,55185,3,123,922 -"127574",33848,56854,3,123,2022 -"127575",33848,58882,3,123,684 -"127576",33848,64427,3,123,535 -"127577",33848,67788,3,123,837 -"127578",33848,72557,1,123,972 -"127579",33848,73113,3,123,681 -"127580",33848,78256,3,123,804 -"127581",33848,81563,3,123,1188 -"127582",33848,88473,3,123,1102 -"127583",33848,107846,2,123,565 -"127584",33850,750,3,931,1327 -"127585",33850,997,2,931,2788 -"127586",33850,1315,3,931,2760 -"127587",33850,1324,3,931,2147 -"127588",33850,1875,2,931,1786 -"127589",33850,4360,2,931,1770 -"127590",33850,4671,3,931,2280 -"127591",33850,4705,2,931,1714 -"127592",33850,6428,3,931,1952 -"127593",33850,6602,3,931,1631 -"127594",33850,7258,1,931,1714 -"127595",33850,7354,2,931,2008 -"127596",33850,7858,1,931,1795 -"127597",33850,10716,2,931,1692 -"127598",33850,12724,3,931,1930 -"127599",33850,15122,3,931,1201 -"127600",33850,15734,3,931,1616 -"127601",33850,17354,3,931,2250 -"127602",33850,18825,3,931,1240 -"127603",33850,20070,3,931,1914 -"127604",33850,20423,3,931,2654 -"127605",33850,22242,3,931,1690 -"127606",33850,22722,3,931,1233 -"127607",33850,23319,3,931,2867 -"127608",33850,23460,3,931,2183 -"127609",33850,28896,2,931,1395 -"127610",33850,30325,3,931,1067 -"127611",33850,31700,3,931,2727 -"127612",33850,35787,3,931,1132 -"127613",33850,36031,3,931,2342 -"127614",33850,36174,3,931,1382 -"127615",33850,36609,3,931,2918 -"127616",33850,37897,3,931,1685 -"127617",33850,37937,3,931,1320 -"127618",33850,38973,3,931,1999 -"127619",33850,42407,3,931,2408 -"127620",33850,42574,3,931,2842 -"127621",33850,45618,3,931,2356 -"127622",33850,45650,3,931,1528 -"127623",33850,48215,3,931,2028 -"127624",33850,48571,3,931,2717 -"127625",33850,52136,3,931,1412 -"127626",33850,53219,3,931,2973 -"127627",33850,55604,3,931,2342 -"127628",33850,56152,3,931,1487 -"127629",33850,56854,3,931,2022 -"127630",33850,57977,3,931,2683 -"127631",33850,59677,3,931,1174 -"127632",33850,72207,3,931,2430 -"127633",33850,82681,1,931,1620 -"127634",33850,96894,3,931,1598 -"127635",33850,106299,3,931,1190 -"127636",33850,110934,3,931,2308 -"127637",33855,24,3,34,1295 -"127638",33855,368,3,34,416 -"127639",33855,601,3,34,702 -"127640",33855,1639,3,34,2631 -"127641",33855,2424,3,34,2582 -"127642",33855,3306,2,34,1989 -"127643",33855,5226,3,34,1309 -"127644",33855,6074,3,34,2426 -"127645",33855,7196,3,34,1508 -"127646",33855,7984,3,34,2493 -"127647",33855,8529,3,34,1205 -"127648",33855,8866,3,34,1545 -"127649",33855,8913,3,34,968 -"127650",33855,9362,2,34,2879 -"127651",33855,9950,3,34,920 -"127652",33855,12362,3,34,702 -"127653",33855,12767,3,34,2329 -"127654",33855,12901,2,34,2136 -"127655",33855,12982,3,34,2143 -"127656",33855,13479,3,34,2155 -"127657",33855,13780,3,34,2412 -"127658",33855,15003,3,34,2067 -"127659",33855,15122,3,34,1201 -"127660",33855,15401,3,34,1999 -"127661",33855,15632,3,34,1242 -"127662",33855,19096,2,34,1538 -"127663",33855,19717,3,34,431 -"127664",33855,21197,3,34,1437 -"127665",33855,21198,3,34,935 -"127666",33855,21285,3,34,2100 -"127667",33855,21734,3,34,2528 -"127668",33855,22705,3,34,1016 -"127669",33855,23312,3,34,2449 -"127670",33855,24559,3,34,946 -"127671",33855,24612,3,34,1875 -"127672",33855,26524,3,34,982 -"127673",33855,26749,3,34,2965 -"127674",33855,27484,3,34,1634 -"127675",33855,28784,2,34,1579 -"127676",33855,30747,3,34,2455 -"127677",33855,32988,3,34,2008 -"127678",33855,33949,1,34,2489 -"127679",33855,37108,3,34,1202 -"127680",33855,38227,3,34,2511 -"127681",33855,40640,3,34,2257 -"127682",33855,40645,3,34,1899 -"127683",33855,42522,2,34,2592 -"127684",33855,45959,3,34,1880 -"127685",33855,46040,1,34,2105 -"127686",33855,48283,2,34,1290 -"127687",33855,51089,3,34,2426 -"127688",33855,52969,2,34,2302 -"127689",33855,53120,3,34,975 -"127690",33855,58365,2,34,1902 -"127691",33855,58854,3,34,1131 -"127692",33855,59539,3,34,2429 -"127693",33855,64232,3,34,1275 -"127694",33855,65155,3,34,1947 -"127695",33855,65322,3,34,2008 -"127696",33855,71342,3,34,1289 -"127697",33855,72956,3,34,1251 -"127698",33855,79158,3,34,1252 -"127699",33855,79985,3,34,1465 -"127700",33855,86520,3,34,702 -"127701",33855,87230,3,34,1657 -"127702",33855,92513,3,34,2282 -"127703",33855,103240,3,34,933 -"127704",33870,680,3,955,2569 -"127705",33870,1314,3,955,1522 -"127706",33870,1323,3,955,1659 -"127707",33870,1519,3,955,2349 -"127708",33870,1620,2,955,1303 -"127709",33870,1629,2,955,1289 -"127710",33870,1756,3,955,2231 -"127711",33870,1846,3,955,1845 -"127712",33870,2206,3,955,2536 -"127713",33870,2294,3,955,1638 -"127714",33870,2418,3,955,2020 -"127715",33870,2576,3,955,1307 -"127716",33870,2747,3,955,2411 -"127717",33870,2852,2,955,2448 -"127718",33870,2936,3,955,2512 -"127719",33870,2979,3,955,2912 -"127720",33870,2985,3,955,2398 -"127721",33870,3127,3,955,2273 -"127722",33870,3254,3,955,1258 -"127723",33870,3477,2,955,2546 -"127724",33870,3493,3,955,2451 -"127725",33870,3978,3,955,2775 -"127726",33870,4361,1,955,2571 -"127727",33870,4430,3,955,2019 -"127728",33870,4612,3,955,2804 -"127729",33870,4660,3,955,2149 -"127730",33870,4668,3,955,1919 -"127731",33870,4669,2,955,2395 -"127732",33870,5235,3,955,2324 -"127733",33870,5792,3,955,975 -"127734",33870,5839,2,955,2301 -"127735",33870,5897,2,955,2337 -"127736",33870,6063,3,955,2349 -"127737",33870,6119,3,955,2358 -"127738",33870,7252,3,955,2799 -"127739",33870,7337,2,955,1797 -"127740",33870,7615,3,955,1657 -"127741",33870,7785,2,955,2441 -"127742",33870,8062,3,955,2858 -"127743",33870,8140,3,955,1262 -"127744",33870,8146,2,955,1561 -"127745",33870,8568,3,955,2706 -"127746",33870,8777,3,955,1620 -"127747",33870,9227,3,955,1267 -"127748",33870,9481,3,955,1610 -"127749",33870,9503,3,955,2453 -"127750",33870,9787,3,955,2858 -"127751",33870,10336,3,955,2271 -"127752",33870,10350,3,955,1163 -"127753",33870,10453,2,955,1656 -"127754",33870,10980,3,955,1974 -"127755",33870,11107,3,955,1256 -"127756",33870,11108,2,955,1609 -"127757",33870,11351,3,955,2971 -"127758",33870,11648,3,955,2852 -"127759",33870,12067,3,955,1213 -"127760",33870,12724,3,955,1930 -"127761",33870,12759,3,955,2414 -"127762",33870,12948,3,955,2669 -"127763",33870,13068,3,955,1778 -"127764",33870,13537,3,955,1020 -"127765",33870,13566,3,955,2056 -"127766",33870,14072,3,955,1346 -"127767",33870,14287,3,955,1583 -"127768",33870,14532,3,955,1193 -"127769",33870,14749,3,955,1998 -"127770",33870,14781,3,955,2338 -"127771",33870,14817,3,955,2110 -"127772",33870,15567,3,955,2671 -"127773",33870,15826,3,955,2772 -"127774",33870,16286,3,955,2470 -"127775",33870,16365,3,955,2217 -"127776",33870,16501,2,955,1650 -"127777",33870,16715,2,955,1218 -"127778",33870,17033,3,955,2771 -"127779",33870,17252,3,955,1258 -"127780",33870,17257,2,955,1117 -"127781",33870,17381,3,955,1697 -"127782",33870,18124,3,955,1642 -"127783",33870,18217,3,955,1566 -"127784",33870,18381,3,955,1524 -"127785",33870,18415,3,955,2184 -"127786",33870,18706,3,955,1617 -"127787",33870,19718,3,955,1702 -"127788",33870,20220,3,955,1656 -"127789",33870,20395,3,955,1468 -"127790",33870,20941,3,955,2725 -"127791",33870,21207,3,955,1258 -"127792",33870,21352,3,955,1604 -"127793",33870,21684,3,955,1971 -"127794",33870,22364,3,955,1809 -"127795",33870,23131,3,955,1732 -"127796",33870,23154,3,955,2345 -"127797",33870,24060,3,955,2349 -"127798",33870,25163,3,955,1751 -"127799",33870,25373,3,955,2783 -"127800",33870,26336,3,955,1904 -"127801",33870,27391,3,955,2378 -"127802",33870,27742,2,955,2700 -"127803",33870,27914,3,955,2507 -"127804",33870,28869,3,955,2425 -"127805",33870,29286,2,955,1612 -"127806",33870,29473,3,955,2602 -"127807",33870,30525,3,955,1964 -"127808",33870,30668,3,955,2882 -"127809",33870,30669,3,955,1921 -"127810",33870,30891,3,955,1256 -"127811",33870,31317,3,955,1362 -"127812",33870,31542,3,955,2459 -"127813",33870,31753,3,955,1514 -"127814",33870,31866,3,955,2101 -"127815",33870,31868,3,955,1993 -"127816",33870,32532,2,955,2338 -"127817",33870,32560,2,955,1258 -"127818",33870,32818,3,955,2485 -"127819",33870,33223,3,955,2397 -"127820",33870,33341,1,955,2338 -"127821",33870,33681,1,955,1059 -"127822",33870,35589,3,955,983 -"127823",33870,35728,3,955,2017 -"127824",33870,35797,3,955,2482 -"127825",33870,36183,3,955,2117 -"127826",33870,36344,3,955,2570 -"127827",33870,36912,3,955,2469 -"127828",33870,37636,3,955,2178 -"127829",33870,37752,3,955,2223 -"127830",33870,38602,3,955,2693 -"127831",33870,38691,3,955,2585 -"127832",33870,39062,3,955,2020 -"127833",33870,39589,3,955,1292 -"127834",33870,40035,3,955,2742 -"127835",33870,40542,3,955,1664 -"127836",33870,40572,3,955,2666 -"127837",33870,41023,2,955,2408 -"127838",33870,41187,3,955,2340 -"127839",33870,41446,3,955,1103 -"127840",33870,41581,3,955,1692 -"127841",33870,41633,3,955,1976 -"127842",33870,41723,3,955,2101 -"127843",33870,41969,3,955,2189 -"127844",33870,42331,3,955,1585 -"127845",33870,43204,3,955,1680 -"127846",33870,44181,3,955,1034 -"127847",33870,45480,3,955,1104 -"127848",33870,45869,2,955,2840 -"127849",33870,46486,3,955,1868 -"127850",33870,46532,3,955,2005 -"127851",33870,47013,3,955,2388 -"127852",33870,47595,3,955,2374 -"127853",33870,50229,2,955,1190 -"127854",33870,50278,3,955,1127 -"127855",33870,50354,2,955,1299 -"127856",33870,51200,3,955,2245 -"127857",33870,51879,3,955,1771 -"127858",33870,53739,2,955,2704 -"127859",33870,55296,3,955,2413 -"127860",33870,57912,3,955,1035 -"127861",33870,58655,3,955,2685 -"127862",33870,58875,3,955,1899 -"127863",33870,59039,3,955,2870 -"127864",33870,59298,2,955,1236 -"127865",33870,61125,3,955,1673 -"127866",33870,63077,3,955,2778 -"127867",33870,66205,3,955,2898 -"127868",33870,67252,3,955,1215 -"127869",33870,68345,3,955,1095 -"127870",33870,68539,3,955,1158 -"127871",33870,70070,3,955,2425 -"127872",33870,70455,3,955,1307 -"127873",33870,71390,3,955,1992 -"127874",33870,71467,3,955,1051 -"127875",33870,72597,3,955,1843 -"127876",33870,72632,3,955,1289 -"127877",33870,72728,3,955,2234 -"127878",33870,73582,3,955,2075 -"127879",33870,74134,3,955,1566 -"127880",33870,74370,3,955,1667 -"127881",33870,74441,2,955,1260 -"127882",33870,75282,3,955,2675 -"127883",33870,75935,3,955,1569 -"127884",33870,76143,3,955,1610 -"127885",33870,80156,3,955,1667 -"127886",33870,81164,3,955,2260 -"127887",33870,82932,3,955,2245 -"127888",33870,83301,3,955,1385 -"127889",33870,84574,3,955,958 -"127890",33870,85396,3,955,1131 -"127891",33870,87509,3,955,1907 -"127892",33870,87907,3,955,1173 -"127893",33870,88067,3,955,2315 -"127894",33870,88212,3,955,2547 -"127895",33870,90709,2,955,1080 -"127896",33870,91806,3,955,969 -"127897",33870,91849,1,955,1166 -"127898",33870,92860,3,955,1643 -"127899",33870,99288,3,955,983 -"127900",33870,100048,3,955,1573 -"127901",33870,101367,2,955,974 -"127902",33870,107383,3,955,1918 -"127903",33870,111375,3,955,2686 -"127904",33870,115021,2,955,1226 -"127905",33913,2852,3,150,2448 -"127906",33913,5484,3,150,582 -"127907",33913,16286,3,150,2470 -"127908",33913,17217,3,150,318 -"127909",33913,19447,3,150,969 -"127910",33913,28446,3,150,917 -"127911",33913,34997,2,150,591 -"127912",33913,40226,3,150,880 -"127913",33913,41023,3,150,2408 -"127914",33913,41245,2,150,270 -"127915",33913,46570,3,150,1707 -"127916",33913,59726,3,150,1513 -"127917",33913,60217,3,150,1634 -"127918",33913,61125,3,150,1673 -"127919",33913,88307,3,150,437 -"127920",33913,116293,2,150,540 -"127921",33949,701,3,2489,2718 -"127922",33949,1639,2,2489,2631 -"127923",33949,2424,3,2489,2582 -"127924",33949,9362,3,2489,2879 -"127925",33949,9893,3,2489,2701 -"127926",33949,16332,3,2489,2668 -"127927",33949,21734,3,2489,2528 -"127928",33949,26749,2,2489,2965 -"127929",33949,34426,3,2489,2743 -"127930",33949,37238,3,2489,2609 -"127931",33949,38227,3,2489,2511 -"127932",33949,42522,1,2489,2592 -"127933",33949,50134,3,2489,2674 -"127934",33949,54929,3,2489,2783 -"127935",33949,60257,3,2489,2795 -"127936",33949,61982,3,2489,2725 -"127937",33949,68215,3,2489,2727 -"127938",33955,3669,3,1178,2524 -"127939",33955,12200,3,1178,1400 -"127940",33955,12818,2,1178,2015 -"127941",33955,13024,3,1178,2468 -"127942",33955,14957,3,1178,2306 -"127943",33955,18954,3,1178,2364 -"127944",33955,20392,2,1178,1309 -"127945",33955,23890,3,1178,1810 -"127946",33955,33562,3,1178,1979 -"127947",33955,33961,1,1178,1269 -"127948",33955,36662,3,1178,2967 -"127949",33955,43518,3,1178,2680 -"127950",33955,51265,3,1178,2670 -"127951",33955,53498,2,1178,1967 -"127952",33955,69215,2,1178,1591 -"127953",33955,81237,3,1178,2866 -"127954",33955,105867,2,1178,1641 -"127955",33955,108872,1,1178,1810 -"127956",33955,115966,3,1178,2349 -"127957",33957,728,3,245,1812 -"127958",33957,2418,3,245,2020 -"127959",33957,2540,2,245,1398 -"127960",33957,2576,2,245,1307 -"127961",33957,2852,3,245,2448 -"127962",33957,3127,2,245,2273 -"127963",33957,3313,3,245,572 -"127964",33957,3978,3,245,2775 -"127965",33957,4303,3,245,2414 -"127966",33957,4361,3,245,2571 -"127967",33957,4612,3,245,2804 -"127968",33957,4730,3,245,2131 -"127969",33957,5484,3,245,582 -"127970",33957,5792,2,245,975 -"127971",33957,5897,3,245,2337 -"127972",33957,6989,3,245,2623 -"127973",33957,7252,3,245,2799 -"127974",33957,7337,3,245,1797 -"127975",33957,7798,3,245,949 -"127976",33957,8395,3,245,896 -"127977",33957,8777,3,245,1620 -"127978",33957,8865,3,245,2394 -"127979",33957,8984,3,245,1162 -"127980",33957,9035,3,245,2771 -"127981",33957,9060,3,245,1612 -"127982",33957,9227,3,245,1267 -"127983",33957,9481,3,245,1610 -"127984",33957,9503,2,245,2453 -"127985",33957,9787,2,245,2858 -"127986",33957,10387,3,245,871 -"127987",33957,10453,2,245,1656 -"127988",33957,10754,2,245,1797 -"127989",33957,11108,3,245,1609 -"127990",33957,11136,3,245,2573 -"127991",33957,11563,3,245,1863 -"127992",33957,11639,3,245,1593 -"127993",33957,12067,3,245,1213 -"127994",33957,12781,2,245,831 -"127995",33957,13184,3,245,977 -"127996",33957,13808,3,245,1356 -"127997",33957,14287,3,245,1583 -"127998",33957,14749,3,245,1998 -"127999",33957,14817,3,245,2110 -"128000",33957,15879,3,245,419 -"128001",33957,16015,3,245,1307 -"128002",33957,16021,3,245,858 -"128003",33957,16286,3,245,2470 -"128004",33957,16501,2,245,1650 -"128005",33957,16715,3,245,1218 -"128006",33957,17037,3,245,2947 -"128007",33957,17252,2,245,1258 -"128008",33957,17645,3,245,1918 -"128009",33957,18005,3,245,2449 -"128010",33957,18978,3,245,952 -"128011",33957,19433,3,245,2504 -"128012",33957,20155,3,245,1517 -"128013",33957,20220,2,245,1656 -"128014",33957,20847,3,245,491 -"128015",33957,22166,3,245,994 -"128016",33957,22211,3,245,340 -"128017",33957,22364,3,245,1809 -"128018",33957,22578,2,245,2216 -"128019",33957,23131,3,245,1732 -"128020",33957,23488,3,245,1523 -"128021",33957,23597,3,245,1080 -"128022",33957,24302,3,245,407 -"128023",33957,24722,3,245,341 -"128024",33957,25163,2,245,1751 -"128025",33957,26124,3,245,2356 -"128026",33957,26336,3,245,1904 -"128027",33957,26551,3,245,652 -"128028",33957,27545,3,245,855 -"128029",33957,27908,3,245,2576 -"128030",33957,27914,3,245,2507 -"128031",33957,28051,3,245,2089 -"128032",33957,28357,3,245,1134 -"128033",33957,28837,3,245,2286 -"128034",33957,28869,3,245,2425 -"128035",33957,28904,3,245,926 -"128036",33957,29267,2,245,1234 -"128037",33957,29286,1,245,1612 -"128038",33957,29353,3,245,502 -"128039",33957,29627,3,245,882 -"128040",33957,30442,3,245,2124 -"128041",33957,30486,3,245,1269 -"128042",33957,30525,3,245,1964 -"128043",33957,30669,3,245,1921 -"128044",33957,31317,3,245,1362 -"128045",33957,31868,3,245,1993 -"128046",33957,31990,3,245,2264 -"128047",33957,33341,3,245,2338 -"128048",33957,33681,3,245,1059 -"128049",33957,33870,2,245,955 -"128050",33957,35413,3,245,1569 -"128051",33957,35640,3,245,495 -"128052",33957,35709,2,245,464 -"128053",33957,35728,3,245,2017 -"128054",33957,35903,3,245,1434 -"128055",33957,36912,3,245,2469 -"128056",33957,36953,2,245,2790 -"128057",33957,37424,3,245,1693 -"128058",33957,37427,3,245,915 -"128059",33957,38513,3,245,914 -"128060",33957,38785,3,245,437 -"128061",33957,39062,3,245,2020 -"128062",33957,39534,3,245,2410 -"128063",33957,40035,2,245,2742 -"128064",33957,40572,2,245,2666 -"128065",33957,41023,3,245,2408 -"128066",33957,41338,3,245,1553 -"128067",33957,41633,3,245,1976 -"128068",33957,42717,3,245,2588 -"128069",33957,42813,2,245,2142 -"128070",33957,44181,3,245,1034 -"128071",33957,44603,3,245,2748 -"128072",33957,45729,3,245,2606 -"128073",33957,46384,3,245,2285 -"128074",33957,46486,1,245,1868 -"128075",33957,47595,3,245,2374 -"128076",33957,50229,2,245,1190 -"128077",33957,50335,3,245,1893 -"128078",33957,50354,2,245,1299 -"128079",33957,50585,3,245,2414 -"128080",33957,51016,3,245,1141 -"128081",33957,53739,2,245,2704 -"128082",33957,54467,3,245,919 -"128083",33957,56995,3,245,2323 -"128084",33957,58759,3,245,942 -"128085",33957,59813,2,245,497 -"128086",33957,61125,3,245,1673 -"128087",33957,63077,3,245,2778 -"128088",33957,67252,3,245,1215 -"128089",33957,67908,3,245,2385 -"128090",33957,68539,3,245,1158 -"128091",33957,70455,2,245,1307 -"128092",33957,71467,2,245,1051 -"128093",33957,72438,3,245,1397 -"128094",33957,72597,3,245,1843 -"128095",33957,74370,3,245,1667 -"128096",33957,74441,3,245,1260 -"128097",33957,75935,3,245,1569 -"128098",33957,76143,3,245,1610 -"128099",33957,76286,3,245,1642 -"128100",33957,77031,3,245,801 -"128101",33957,81164,3,245,2260 -"128102",33957,81545,3,245,2077 -"128103",33957,87958,3,245,1234 -"128104",33957,88427,3,245,340 -"128105",33957,90709,2,245,1080 -"128106",33957,91227,3,245,1232 -"128107",33957,91849,3,245,1166 -"128108",33957,92850,3,245,1971 -"128109",33957,94611,3,245,286 -"128110",33957,95155,3,245,849 -"128111",33957,95910,3,245,999 -"128112",33957,99332,2,245,873 -"128113",33957,100048,2,245,1573 -"128114",33957,104098,3,245,512 -"128115",33957,108620,3,245,881 -"128116",33957,109194,3,245,494 -"128117",33957,111375,3,245,2686 -"128118",33957,112923,3,245,950 -"128119",33957,114648,3,245,270 -"128120",33961,9808,3,1269,1648 -"128121",33961,12818,3,1269,2015 -"128122",33961,14957,2,1269,2306 -"128123",33961,15782,3,1269,2306 -"128124",33961,20392,1,1269,1309 -"128125",33961,23890,3,1269,1810 -"128126",33961,33562,2,1269,1979 -"128127",33961,53498,2,1269,1967 -"128128",33961,59347,3,1269,1926 -"128129",33961,69215,2,1269,1591 -"128130",33961,80680,3,1269,2403 -"128131",33961,84235,3,1269,1639 -"128132",33961,105867,3,1269,1641 -"128133",33961,108872,2,1269,1810 -"128134",33961,115966,2,1269,2349 -"128135",33981,134,3,1993,2062 -"128136",33981,145,3,1993,1998 -"128137",33981,270,3,1993,2542 -"128138",33981,312,3,1993,2038 -"128139",33981,380,3,1993,2261 -"128140",33981,913,3,1993,2144 -"128141",33981,1102,2,1993,2282 -"128142",33981,1592,3,1993,2006 -"128143",33981,2572,3,1993,2273 -"128144",33981,2954,3,1993,2727 -"128145",33981,3966,3,1993,2425 -"128146",33981,5580,3,1993,2111 -"128147",33981,6047,3,1993,2004 -"128148",33981,6074,2,1993,2426 -"128149",33981,8762,3,1993,2585 -"128150",33981,9654,2,1993,2111 -"128151",33981,10513,3,1993,2284 -"128152",33981,11966,3,1993,2385 -"128153",33981,13307,3,1993,2206 -"128154",33981,14252,3,1993,2244 -"128155",33981,15301,2,1993,2308 -"128156",33981,15315,3,1993,2173 -"128157",33981,16352,3,1993,2657 -"128158",33981,17365,3,1993,2746 -"128159",33981,17413,3,1993,2230 -"128160",33981,18394,3,1993,2356 -"128161",33981,19072,3,1993,2358 -"128162",33981,19862,2,1993,2412 -"128163",33981,20292,3,1993,2755 -"128164",33981,20407,3,1993,2339 -"128165",33981,21012,3,1993,2325 -"128166",33981,21571,2,1993,2755 -"128167",33981,21682,2,1993,2414 -"128168",33981,21929,2,1993,2062 -"128169",33981,22566,3,1993,2308 -"128170",33981,23011,3,1993,2763 -"128171",33981,23526,3,1993,1998 -"128172",33981,26721,3,1993,2586 -"128173",33981,27173,3,1993,2050 -"128174",33981,31235,3,1993,2668 -"128175",33981,31307,3,1993,2139 -"128176",33981,32567,3,1993,2784 -"128177",33981,33475,3,1993,2367 -"128178",33981,34735,3,1993,2767 -"128179",33981,42216,3,1993,2722 -"128180",33981,42619,3,1993,2017 -"128181",33981,43455,3,1993,2846 -"128182",33981,45302,3,1993,2390 -"128183",33981,48035,3,1993,2180 -"128184",33981,49110,2,1993,2938 -"128185",33981,50179,2,1993,2230 -"128186",33981,51017,3,1993,2073 -"128187",33981,51035,3,1993,2397 -"128188",33981,51866,2,1993,2411 -"128189",33981,52003,3,1993,2067 -"128190",33981,56082,3,1993,2395 -"128191",33981,57969,3,1993,2755 -"128192",33981,66992,3,1993,2882 -"128193",33981,67726,3,1993,2873 -"128194",33981,72207,3,1993,2430 -"128195",33981,83862,3,1993,2026 -"128196",33981,88232,3,1993,2881 -"128197",33991,997,2,2249,2788 -"128198",33991,6241,3,2249,2264 -"128199",33991,53219,3,2249,2973 -"128200",33991,62832,2,2249,2606 -"128201",34000,733,3,203,1653 -"128202",34000,1469,3,203,1160 -"128203",34000,2063,3,203,1278 -"128204",34000,2591,2,203,1949 -"128205",34000,2743,3,203,1278 -"128206",34000,3167,3,203,1676 -"128207",34000,3242,2,203,1730 -"128208",34000,4084,3,203,2133 -"128209",34000,4191,3,203,2130 -"128210",34000,4618,3,203,2607 -"128211",34000,4980,2,203,2093 -"128212",34000,5785,3,203,1261 -"128213",34000,6023,3,203,2050 -"128214",34000,6577,2,203,1951 -"128215",34000,8258,3,203,1959 -"128216",34000,8621,3,203,1681 -"128217",34000,8772,3,203,847 -"128218",34000,10404,3,203,2062 -"128219",34000,10799,3,203,2010 -"128220",34000,14482,3,203,1573 -"128221",34000,15343,3,203,2125 -"128222",34000,16074,3,203,977 -"128223",34000,16164,2,203,1184 -"128224",34000,16609,3,203,538 -"128225",34000,17357,3,203,1536 -"128226",34000,17716,2,203,915 -"128227",34000,19516,3,203,2313 -"128228",34000,19963,3,203,810 -"128229",34000,20319,3,203,468 -"128230",34000,20563,3,203,2267 -"128231",34000,20824,3,203,1366 -"128232",34000,21911,1,203,1184 -"128233",34000,22501,3,203,1006 -"128234",34000,23506,3,203,1172 -"128235",34000,23704,3,203,2278 -"128236",34000,23918,3,203,1881 -"128237",34000,25341,3,203,1858 -"128238",34000,25643,3,203,1646 -"128239",34000,26436,2,203,2489 -"128240",34000,26516,3,203,2479 -"128241",34000,27753,3,203,2750 -"128242",34000,28130,3,203,908 -"128243",34000,28635,3,203,2368 -"128244",34000,28731,1,203,955 -"128245",34000,29456,3,203,1182 -"128246",34000,30438,2,203,1617 -"128247",34000,31000,3,203,1526 -"128248",34000,31243,1,203,1355 -"128249",34000,32988,3,203,2008 -"128250",34000,34492,2,203,1798 -"128251",34000,38449,2,203,1802 -"128252",34000,40293,3,203,1671 -"128253",34000,41402,3,203,2313 -"128254",34000,42186,3,203,955 -"128255",34000,42722,3,203,2368 -"128256",34000,42747,2,203,1189 -"128257",34000,45715,2,203,2287 -"128258",34000,50976,2,203,547 -"128259",34000,51022,3,203,1499 -"128260",34000,51410,2,203,2739 -"128261",34000,51987,2,203,1397 -"128262",34000,56171,3,203,1524 -"128263",34000,58035,3,203,1646 -"128264",34000,60867,3,203,2689 -"128265",34000,73047,3,203,824 -"128266",34000,74730,3,203,535 -"128267",34000,77001,3,203,1440 -"128268",34000,81317,3,203,457 -"128269",34000,81813,3,203,1656 -"128270",34000,81949,3,203,950 -"128271",34000,82767,3,203,1641 -"128272",34000,86550,1,203,955 -"128273",34000,88860,3,203,1014 -"128274",34000,99103,3,203,1470 -"128275",34000,100134,3,203,977 -"128276",34000,109383,2,203,952 -"128277",34000,111761,2,203,783 -"128278",34000,112428,3,203,212 -"128279",34000,114342,3,203,228 -"128280",34000,123336,3,203,225 -"128281",34018,1787,3,400,1707 -"128282",34018,6234,3,400,2654 -"128283",34018,6235,3,400,1585 -"128284",34018,7499,3,400,1803 -"128285",34018,7787,3,400,2314 -"128286",34018,14612,3,400,2340 -"128287",34018,14861,3,400,2269 -"128288",34018,15119,3,400,1020 -"128289",34018,15150,3,400,2801 -"128290",34018,15558,2,400,2389 -"128291",34018,15728,2,400,576 -"128292",34018,16477,3,400,2069 -"128293",34018,16969,3,400,1917 -"128294",34018,19002,3,400,2053 -"128295",34018,19656,2,400,2059 -"128296",34018,20011,3,400,2826 -"128297",34018,22746,2,400,913 -"128298",34018,23728,2,400,2601 -"128299",34018,34576,2,400,1727 -"128300",34018,38354,3,400,629 -"128301",34018,44727,3,400,1227 -"128302",34018,48585,3,400,2063 -"128303",34018,52386,3,400,1830 -"128304",34018,67289,3,400,829 -"128305",34018,67836,3,400,2195 -"128306",34018,76450,3,400,1077 -"128307",34018,82246,3,400,1538 -"128308",34018,90268,3,400,585 -"128309",34018,96700,3,400,1602 -"128310",34018,105435,3,400,684 -"128311",34018,113333,3,400,1018 -"128312",34025,4669,3,242,2395 -"128313",34025,8890,3,242,1955 -"128314",34025,16715,3,242,1218 -"128315",34025,18978,3,242,952 -"128316",34025,27742,3,242,2700 -"128317",34025,27914,3,242,2507 -"128318",34025,33870,3,242,955 -"128319",34025,41581,3,242,1692 -"128320",34025,45869,3,242,2840 -"128321",34025,49849,3,242,977 -"128322",34025,62438,3,242,802 -"128323",34025,76007,2,242,918 -"128324",34025,91849,3,242,1166 -"128325",34025,101453,3,242,454 -"128326",34037,4790,3,486,1025 -"128327",34037,9351,2,486,1460 -"128328",34037,9552,3,486,1947 -"128329",34037,13065,3,486,1561 -"128330",34037,16384,2,486,1320 -"128331",34037,21198,3,486,935 -"128332",34037,22282,2,486,1418 -"128333",34037,22684,3,486,569 -"128334",34037,23015,3,486,1362 -"128335",34037,35095,3,486,1502 -"128336",34037,39431,3,486,1460 -"128337",34037,47889,2,486,992 -"128338",34037,48905,2,486,1394 -"128339",34037,50219,3,486,756 -"128340",34037,51035,3,486,2397 -"128341",34037,52058,3,486,1836 -"128342",34037,55438,1,486,2863 -"128343",34037,82949,3,486,2077 -"128344",34037,86580,1,486,696 -"128345",34055,283,3,1881,2082 -"128346",34055,378,3,1881,2766 -"128347",34055,6071,2,1881,2310 -"128348",34055,6119,3,1881,2358 -"128349",34055,10336,3,1881,2271 -"128350",34055,11135,3,1881,2441 -"128351",34055,19057,3,1881,2664 -"128352",34055,19687,3,1881,2072 -"128353",34055,22249,2,1881,1892 -"128354",34055,23639,3,1881,2065 -"128355",34055,32235,2,1881,2109 -"128356",34055,38183,2,1881,2391 -"128357",34055,41051,3,1881,2767 -"128358",34055,42628,3,1881,2486 -"128359",34055,47330,3,1881,2422 -"128360",34055,56673,2,1881,2419 -"128361",34055,65223,3,1881,2724 -"128362",34057,4953,3,1657,2285 -"128363",34057,5350,2,1657,2522 -"128364",34057,6044,3,1657,2744 -"128365",34057,7896,3,1657,2447 -"128366",34057,10358,3,1657,2294 -"128367",34057,11143,3,1657,2623 -"128368",34057,14252,3,1657,2244 -"128369",34057,15381,3,1657,2289 -"128370",34057,17365,2,1657,2746 -"128371",34057,19208,3,1657,2629 -"128372",34057,19605,3,1657,2395 -"128373",34057,24253,2,1657,2213 -"128374",34057,26080,3,1657,2525 -"128375",34057,32919,3,1657,2321 -"128376",34057,35926,2,1657,2371 -"128377",34057,39534,3,1657,2410 -"128378",34057,41581,3,1657,1692 -"128379",34057,41972,3,1657,2509 -"128380",34057,43455,3,1657,2846 -"128381",34057,43796,2,1657,2476 -"128382",34057,46486,3,1657,1868 -"128383",34057,47248,3,1657,2883 -"128384",34057,47529,3,1657,2914 -"128385",34057,49782,2,1657,2937 -"128386",34057,51017,3,1657,2073 -"128387",34057,51758,2,1657,2310 -"128388",34057,51866,3,1657,2411 -"128389",34057,53084,3,1657,2683 -"128390",34057,57067,2,1657,2547 -"128391",34057,63442,3,1657,1965 -"128392",34057,69716,3,1657,2632 -"128393",34057,81753,3,1657,1736 -"128394",34094,2294,2,1360,1638 -"128395",34094,2852,3,1360,2448 -"128396",34094,2959,3,1360,1785 -"128397",34094,3284,3,1360,1541 -"128398",34094,4303,3,1360,2414 -"128399",34094,4526,3,1360,1728 -"128400",34094,4646,3,1360,2139 -"128401",34094,4983,3,1360,1909 -"128402",34094,7942,3,1360,2623 -"128403",34094,8860,2,1360,2141 -"128404",34094,9703,3,1360,1845 -"128405",34094,10087,2,1360,1617 -"128406",34094,12361,3,1360,2732 -"128407",34094,13079,3,1360,2547 -"128408",34094,17645,3,1360,1918 -"128409",34094,18005,2,1360,2449 -"128410",34094,18706,3,1360,1617 -"128411",34094,21352,3,1360,1604 -"128412",34094,26734,3,1360,2299 -"128413",34094,28081,3,1360,1927 -"128414",34094,28627,3,1360,2694 -"128415",34094,32549,2,1360,2111 -"128416",34094,33341,3,1360,2338 -"128417",34094,34908,3,1360,2796 -"128418",34094,38333,3,1360,1365 -"128419",34094,39534,3,1360,2410 -"128420",34094,45729,3,1360,2606 -"128421",34094,52815,3,1360,2323 -"128422",34094,55482,3,1360,1866 -"128423",34094,56082,3,1360,2395 -"128424",34094,60258,3,1360,2405 -"128425",34094,61585,3,1360,2315 -"128426",34094,64947,3,1360,2489 -"128427",34094,65223,3,1360,2724 -"128428",34094,68789,3,1360,1929 -"128429",34094,71531,3,1360,2887 -"128430",34094,72438,3,1360,1397 -"128431",34094,107383,3,1360,1918 -"128432",34102,7118,3,650,966 -"128433",34102,66756,3,650,1301 -"128434",34102,76196,1,650,1643 -"128435",34117,900,3,961,2726 -"128436",34117,2139,3,961,2502 -"128437",34117,3284,2,961,1541 -"128438",34117,11383,3,961,977 -"128439",34117,13007,1,961,2496 -"128440",34117,13119,2,961,1739 -"128441",34117,15978,3,961,981 -"128442",34117,24264,2,961,1760 -"128443",34117,25327,3,961,977 -"128444",34117,32395,3,961,2735 -"128445",34117,33451,3,961,1957 -"128446",34117,34491,3,961,2694 -"128447",34117,36514,3,961,1192 -"128448",34117,38333,3,961,1365 -"128449",34117,52041,2,961,2694 -"128450",34117,56873,2,961,1421 -"128451",34117,72470,2,961,991 -"128452",34120,41945,3,2786,2856 -"128453",34120,44688,3,2786,2924 -"128454",34123,25298,3,1504,2443 -"128455",34123,26903,2,1504,2092 -"128456",34132,362,3,2076,2537 -"128457",34132,1616,3,2076,2662 -"128458",34132,2036,3,2076,2483 -"128459",34132,3488,2,2076,2351 -"128460",34132,61458,3,2076,2630 -"128461",34136,671,3,2202,2328 -"128462",34136,1767,2,2202,2727 -"128463",34136,2684,3,2202,2874 -"128464",34136,3271,3,2202,2216 -"128465",34136,3980,3,2202,2771 -"128466",34136,4305,3,2202,2374 -"128467",34136,6491,3,2202,2424 -"128468",34136,7241,3,2202,2259 -"128469",34136,9272,3,2202,2835 -"128470",34136,12374,1,2202,2260 -"128471",34136,13158,3,2202,2667 -"128472",34136,16352,3,2202,2657 -"128473",34136,20732,3,2202,2401 -"128474",34136,21104,2,2202,2327 -"128475",34136,23726,3,2202,2434 -"128476",34136,26436,3,2202,2489 -"128477",34136,26671,3,2202,2279 -"128478",34136,29073,3,2202,2328 -"128479",34136,30827,3,2202,2323 -"128480",34136,33622,3,2202,2230 -"128481",34136,34836,3,2202,2302 -"128482",34136,36439,3,2202,2469 -"128483",34136,39444,3,2202,2695 -"128484",34136,42216,3,2202,2722 -"128485",34136,43226,3,2202,2442 -"128486",34136,43404,2,2202,2649 -"128487",34136,43518,3,2202,2680 -"128488",34136,50118,3,2202,2654 -"128489",34136,50236,3,2202,2339 -"128490",34136,50667,3,2202,2719 -"128491",34136,55691,3,2202,2856 -"128492",34136,58508,3,2202,2326 -"128493",34136,69335,3,2202,2698 -"128494",34136,108379,2,2202,2933 -"128495",34136,108867,3,2202,2328 -"128496",34158,5239,2,2639,2875 -"128497",34158,14353,3,2639,2878 -"128498",34158,17852,3,2639,2840 -"128499",34158,21138,3,2639,2849 -"128500",34158,36574,3,2639,2934 -"128501",34158,48127,3,2639,2677 -"128502",34158,64219,3,2639,2705 -"128503",34158,67957,3,2639,2823 -"128504",34160,135,2,1759,2233 -"128505",34160,455,1,1759,2827 -"128506",34160,470,2,1759,2285 -"128507",34160,913,3,1759,2144 -"128508",34160,1136,2,1759,2536 -"128509",34160,1262,3,1759,2973 -"128510",34160,1367,3,1759,2176 -"128511",34160,1386,3,1759,1901 -"128512",34160,2224,3,1759,2751 -"128513",34160,2424,3,1759,2582 -"128514",34160,2533,3,1759,2016 -"128515",34160,2765,3,1759,2321 -"128516",34160,4084,3,1759,2133 -"128517",34160,4191,3,1759,2130 -"128518",34160,4226,3,1759,1903 -"128519",34160,4360,3,1759,1770 -"128520",34160,5491,2,1759,2048 -"128521",34160,6428,3,1759,1952 -"128522",34160,6491,2,1759,2424 -"128523",34160,7078,3,1759,2344 -"128524",34160,7245,2,1759,2089 -"128525",34160,7394,3,1759,2615 -"128526",34160,7515,3,1759,2737 -"128527",34160,7847,3,1759,2424 -"128528",34160,8533,3,1759,2251 -"128529",34160,10433,2,1759,2075 -"128530",34160,11516,3,1759,1937 -"128531",34160,14709,3,1759,1901 -"128532",34160,16201,3,1759,1811 -"128533",34160,17826,3,1759,2920 -"128534",34160,18151,2,1759,2962 -"128535",34160,18366,3,1759,2699 -"128536",34160,18415,3,1759,2184 -"128537",34160,19719,3,1759,2177 -"128538",34160,19872,3,1759,2913 -"128539",34160,20423,3,1759,2654 -"128540",34160,20563,3,1759,2267 -"128541",34160,21795,2,1759,2653 -"128542",34160,22567,3,1759,2396 -"128543",34160,23132,2,1759,2756 -"128544",34160,23705,3,1759,2699 -"128545",34160,23918,3,1759,1881 -"128546",34160,24448,3,1759,2289 -"128547",34160,24568,3,1759,1937 -"128548",34160,25289,3,1759,1790 -"128549",34160,25341,3,1759,1858 -"128550",34160,25577,3,1759,1946 -"128551",34160,27628,3,1759,2389 -"128552",34160,27753,3,1759,2750 -"128553",34160,28115,2,1759,1835 -"128554",34160,29170,3,1759,1846 -"128555",34160,29791,3,1759,1986 -"128556",34160,29962,3,1759,2201 -"128557",34160,30052,2,1759,2855 -"128558",34160,30081,3,1759,2403 -"128559",34160,32965,3,1759,2071 -"128560",34160,34492,3,1759,1798 -"128561",34160,36950,3,1759,2204 -"128562",34160,38019,3,1759,1870 -"128563",34160,39827,3,1759,2321 -"128564",34160,40369,2,1759,2735 -"128565",34160,40383,3,1759,2639 -"128566",34160,42216,3,1759,2722 -"128567",34160,45633,2,1759,2134 -"128568",34160,47947,3,1759,2681 -"128569",34160,49461,3,1759,2793 -"128570",34160,50685,3,1759,2008 -"128571",34160,52576,3,1759,2234 -"128572",34160,53196,1,1759,1888 -"128573",34160,54250,3,1759,2340 -"128574",34160,55139,3,1759,2323 -"128575",34160,56317,3,1759,2030 -"128576",34160,57544,3,1759,2443 -"128577",34160,62219,3,1759,2494 -"128578",34160,63409,3,1759,1937 -"128579",34160,64181,2,1759,1828 -"128580",34160,64997,1,1759,2791 -"128581",34160,65016,3,1759,2749 -"128582",34160,65691,3,1759,2134 -"128583",34160,66413,3,1759,2507 -"128584",34160,67652,3,1759,2736 -"128585",34160,73305,3,1759,2544 -"128586",34160,74095,3,1759,2333 -"128587",34160,80429,3,1759,1927 -"128588",34160,105063,3,1759,1908 -"128589",34162,3255,3,2336,2504 -"128590",34162,6824,3,2336,2680 -"128591",34162,9861,3,2336,2680 -"128592",34162,10638,3,2336,2692 -"128593",34162,11506,2,2336,2824 -"128594",34162,18943,3,2336,2861 -"128595",34162,20007,3,2336,2971 -"128596",34162,21180,1,2336,2762 -"128597",34162,21463,3,2336,2437 -"128598",34162,27742,3,2336,2700 -"128599",34162,36136,3,2336,2338 -"128600",34162,39105,3,2336,2487 -"128601",34162,41955,3,2336,2479 -"128602",34162,55775,2,2336,2385 -"128603",34162,56673,3,2336,2419 -"128604",34162,76132,2,2336,2426 -"128605",34180,59005,3,2617,2817 -"128606",34242,916,3,1206,2718 -"128607",34242,13150,3,1206,1570 -"128608",34242,16643,1,1206,1824 -"128609",34242,17999,2,1206,2758 -"128610",34242,23739,2,1206,2463 -"128611",34242,28824,3,1206,2412 -"128612",34242,36662,2,1206,2967 -"128613",34242,59470,3,1206,2393 -"128614",34242,62713,3,1206,2593 -"128615",34242,94339,3,1206,2768 -"128616",34250,1057,3,87,2759 -"128617",34250,1785,2,87,2350 -"128618",34250,2588,3,87,552 -"128619",34250,2737,2,87,607 -"128620",34250,3360,3,87,1583 -"128621",34250,7499,3,87,1803 -"128622",34250,7787,3,87,2314 -"128623",34250,8896,3,87,1139 -"128624",34250,9740,3,87,2233 -"128625",34250,10250,3,87,1606 -"128626",34250,13671,3,87,1371 -"128627",34250,14255,3,87,893 -"128628",34250,14612,2,87,2340 -"128629",34250,14957,3,87,2306 -"128630",34250,15150,3,87,2801 -"128631",34250,15214,3,87,274 -"128632",34250,15558,3,87,2389 -"128633",34250,15728,3,87,576 -"128634",34250,16524,3,87,1556 -"128635",34250,16910,3,87,1978 -"128636",34250,17499,3,87,2954 -"128637",34250,17672,3,87,1987 -"128638",34250,18821,3,87,2075 -"128639",34250,19002,2,87,2053 -"128640",34250,19190,3,87,2677 -"128641",34250,20011,3,87,2826 -"128642",34250,20541,3,87,2617 -"128643",34250,22746,2,87,913 -"128644",34250,23728,3,87,2601 -"128645",34250,24044,2,87,1076 -"128646",34250,26698,2,87,1963 -"128647",34250,27570,2,87,1559 -"128648",34250,28970,3,87,2111 -"128649",34250,34018,3,87,400 -"128650",34250,34576,3,87,1727 -"128651",34250,36520,3,87,571 -"128652",34250,38241,3,87,1931 -"128653",34250,38354,2,87,629 -"128654",34250,42773,3,87,385 -"128655",34250,46049,3,87,2102 -"128656",34250,48585,3,87,2063 -"128657",34250,49415,3,87,2654 -"128658",34250,51499,3,87,649 -"128659",34250,64641,3,87,2617 -"128660",34250,67289,3,87,829 -"128661",34250,76931,3,87,1338 -"128662",34250,80351,3,87,594 -"128663",34250,85401,2,87,1931 -"128664",34250,85638,3,87,2275 -"128665",34250,89258,3,87,1147 -"128666",34250,90268,3,87,585 -"128667",34250,90610,3,87,418 -"128668",34250,95238,3,87,259 -"128669",34250,95258,2,87,199 -"128670",34250,96700,3,87,1602 -"128671",34274,2370,2,1437,1600 -"128672",34274,3068,2,1437,1815 -"128673",34274,3158,3,1437,2762 -"128674",34274,3360,3,1437,1583 -"128675",34274,4249,2,1437,2547 -"128676",34274,4634,3,1437,2291 -"128677",34274,4784,1,1437,2511 -"128678",34274,6020,1,1437,1864 -"128679",34274,6223,3,1437,2363 -"128680",34274,6345,3,1437,2713 -"128681",34274,6747,3,1437,2913 -"128682",34274,9724,3,1437,2713 -"128683",34274,13688,3,1437,1627 -"128684",34274,14172,2,1437,1923 -"128685",34274,14490,3,1437,2291 -"128686",34274,15782,3,1437,2306 -"128687",34274,16524,3,1437,1556 -"128688",34274,17499,3,1437,2954 -"128689",34274,19282,3,1437,1623 -"128690",34274,21358,1,1437,1970 -"128691",34274,25941,3,1437,2369 -"128692",34274,28648,1,1437,1586 -"128693",34274,31950,3,1437,2217 -"128694",34274,32576,3,1437,2881 -"128695",34274,33460,3,1437,2781 -"128696",34274,37684,3,1437,2899 -"128697",34274,41489,2,1437,2006 -"128698",34274,43701,3,1437,2400 -"128699",34274,45297,1,1437,1864 -"128700",34274,45449,3,1437,1610 -"128701",34274,45450,2,1437,1590 -"128702",34274,48823,2,1437,2080 -"128703",34274,50468,3,1437,1659 -"128704",34274,52179,3,1437,1572 -"128705",34274,53652,3,1437,2899 -"128706",34274,54488,3,1437,2357 -"128707",34274,68813,2,1437,2511 -"128708",34274,73520,3,1437,2613 -"128709",34274,76842,3,1437,1518 -"128710",34274,80186,3,1437,2228 -"128711",34274,82217,2,1437,2441 -"128712",34274,84235,3,1437,1639 -"128713",34274,86559,3,1437,1704 -"128714",34274,95879,2,1437,1748 -"128715",34274,108467,3,1437,2170 -"128716",34295,40759,2,2735,2789 -"128717",34311,21417,3,2213,2422 -"128718",34311,21795,3,2213,2653 -"128719",34311,26865,3,2213,2726 -"128720",34311,34327,3,2213,2959 -"128721",34311,42618,3,2213,2316 -"128722",34311,44235,3,2213,2700 -"128723",34311,45664,3,2213,2235 -"128724",34311,70046,3,2213,2624 -"128725",34311,73266,2,2213,2496 -"128726",34311,90501,3,2213,2380 -"128727",34314,206,3,630,1986 -"128728",34314,312,3,630,2038 -"128729",34314,512,3,630,1596 -"128730",34314,733,3,630,1653 -"128731",34314,1036,3,630,1367 -"128732",34314,1090,3,630,2370 -"128733",34314,1092,3,630,1945 -"128734",34314,1102,3,630,2282 -"128735",34314,1469,3,630,1160 -"128736",34314,1592,2,630,2006 -"128737",34314,1691,1,630,1941 -"128738",34314,2011,3,630,2176 -"128739",34314,2166,3,630,2557 -"128740",34314,2208,2,630,2814 -"128741",34314,2269,3,630,984 -"128742",34314,2684,2,630,2874 -"128743",34314,3271,3,630,2216 -"128744",34314,3628,3,630,2707 -"128745",34314,3753,3,630,1255 -"128746",34314,3863,3,630,856 -"128747",34314,4317,3,630,1224 -"128748",34314,5018,1,630,640 -"128749",34314,5258,3,630,2730 -"128750",34314,5429,3,630,1991 -"128751",34314,6074,3,630,2426 -"128752",34314,6252,3,630,2336 -"128753",34314,6390,2,630,2385 -"128754",34314,6428,3,630,1952 -"128755",34314,6914,3,630,2668 -"128756",34314,8011,3,630,889 -"128757",34314,8519,3,630,844 -"128758",34314,8657,3,630,2473 -"128759",34314,8762,3,630,2585 -"128760",34314,9200,3,630,787 -"128761",34314,9272,3,630,2835 -"128762",34314,9331,3,630,2269 -"128763",34314,9364,3,630,1698 -"128764",34314,9805,3,630,1621 -"128765",34314,10130,3,630,2741 -"128766",34314,10222,2,630,2212 -"128767",34314,10401,3,630,863 -"128768",34314,10744,3,630,955 -"128769",34314,11055,2,630,2111 -"128770",34314,11351,3,630,2971 -"128771",34314,11620,3,630,2010 -"128772",34314,12199,3,630,1651 -"128773",34314,12724,3,630,1930 -"128774",34314,13248,3,630,1385 -"128775",34314,13837,3,630,1604 -"128776",34314,14072,3,630,1346 -"128777",34314,14108,1,630,2012 -"128778",34314,14676,2,630,2764 -"128779",34314,14731,3,630,2012 -"128780",34314,14983,1,630,1047 -"128781",34314,15632,3,630,1242 -"128782",34314,15713,3,630,1646 -"128783",34314,16201,2,630,1811 -"128784",34314,16332,3,630,2668 -"128785",34314,17645,3,630,1918 -"128786",34314,18277,2,630,2309 -"128787",34314,18502,2,630,1033 -"128788",34314,18543,3,630,2968 -"128789",34314,18615,3,630,1025 -"128790",34314,18836,3,630,1270 -"128791",34314,19173,3,630,1686 -"128792",34314,19248,3,630,2357 -"128793",34314,19621,3,630,725 -"128794",34314,19718,3,630,1702 -"128795",34314,19937,3,630,1587 -"128796",34314,20124,3,630,2376 -"128797",34314,20311,3,630,1981 -"128798",34314,20407,2,630,2339 -"128799",34314,20419,3,630,1587 -"128800",34314,20975,3,630,1305 -"128801",34314,21133,3,630,1320 -"128802",34314,21198,3,630,935 -"128803",34314,21682,3,630,2414 -"128804",34314,22586,3,630,1341 -"128805",34314,24198,2,630,2217 -"128806",34314,24753,3,630,2860 -"128807",34314,25565,2,630,2764 -"128808",34314,26749,3,630,2965 -"128809",34314,27501,3,630,1981 -"128810",34314,27792,3,630,1308 -"128811",34314,28102,3,630,2287 -"128812",34314,28808,3,630,1063 -"128813",34314,29115,3,630,1047 -"128814",34314,29170,3,630,1846 -"128815",34314,29948,3,630,2795 -"128816",34314,30386,3,630,1833 -"128817",34314,31001,3,630,2119 -"128818",34314,31235,3,630,2668 -"128819",34314,32113,3,630,882 -"128820",34314,32409,3,630,857 -"128821",34314,32503,3,630,2020 -"128822",34314,33621,3,630,1319 -"128823",34314,33622,2,630,2230 -"128824",34314,34934,3,630,645 -"128825",34314,34945,3,630,1298 -"128826",34314,35041,3,630,1311 -"128827",34314,35235,3,630,2610 -"128828",34314,35481,2,630,2211 -"128829",34314,36439,2,630,2469 -"128830",34314,37509,2,630,1640 -"128831",34314,38213,3,630,1744 -"128832",34314,39556,3,630,2747 -"128833",34314,39865,3,630,849 -"128834",34314,40672,3,630,1315 -"128835",34314,41085,2,630,637 -"128836",34314,43173,3,630,2895 -"128837",34314,43226,2,630,2442 -"128838",34314,43385,3,630,1623 -"128839",34314,43428,3,630,1299 -"128840",34314,43635,2,630,1196 -"128841",34314,43839,3,630,1685 -"128842",34314,44427,3,630,2875 -"128843",34314,44684,3,630,1220 -"128844",34314,46512,3,630,1292 -"128845",34314,46621,2,630,1343 -"128846",34314,46726,3,630,943 -"128847",34314,47064,3,630,1993 -"128848",34314,47435,3,630,878 -"128849",34314,47585,2,630,794 -"128850",34314,48110,3,630,2009 -"128851",34314,48215,3,630,2028 -"128852",34314,48754,2,630,1972 -"128853",34314,49301,3,630,1894 -"128854",34314,49470,3,630,1528 -"128855",34314,49620,3,630,1868 -"128856",34314,50179,3,630,2230 -"128857",34314,50235,1,630,726 -"128858",34314,50248,3,630,2781 -"128859",34314,50254,3,630,1151 -"128860",34314,52136,3,630,1412 -"128861",34314,52323,3,630,2148 -"128862",34314,52327,3,630,1472 -"128863",34314,52345,3,630,1430 -"128864",34314,53031,3,630,2065 -"128865",34314,53252,2,630,637 -"128866",34314,53519,3,630,2781 -"128867",34314,54250,3,630,2340 -"128868",34314,55156,3,630,2196 -"128869",34314,56116,3,630,1321 -"128870",34314,57732,3,630,2454 -"128871",34314,57977,3,630,2683 -"128872",34314,57990,2,630,978 -"128873",34314,58133,3,630,1484 -"128874",34314,58221,2,630,1787 -"128875",34314,58284,3,630,2292 -"128876",34314,58508,3,630,2326 -"128877",34314,59939,3,630,936 -"128878",34314,61719,3,630,1515 -"128879",34314,61785,3,630,822 -"128880",34314,62062,2,630,860 -"128881",34314,62602,3,630,1172 -"128882",34314,62668,3,630,958 -"128883",34314,63604,3,630,927 -"128884",34314,64181,3,630,1828 -"128885",34314,65475,3,630,1267 -"128886",34314,66971,3,630,2299 -"128887",34314,69335,3,630,2698 -"128888",34314,69447,3,630,1197 -"128889",34314,70605,2,630,1176 -"128890",34314,71274,3,630,2390 -"128891",34314,71342,3,630,1289 -"128892",34314,72956,2,630,1251 -"128893",34314,73128,3,630,1549 -"128894",34314,73747,3,630,2274 -"128895",34314,74605,3,630,2265 -"128896",34314,74636,2,630,2525 -"128897",34314,75025,3,630,717 -"128898",34314,76127,2,630,910 -"128899",34314,76192,2,630,912 -"128900",34314,76646,3,630,1263 -"128901",34314,78256,3,630,804 -"128902",34314,78563,3,630,2385 -"128903",34314,79364,1,630,834 -"128904",34314,79436,3,630,1344 -"128905",34314,79612,3,630,927 -"128906",34314,79657,1,630,1260 -"128907",34314,79998,3,630,821 -"128908",34314,80301,3,630,1690 -"128909",34314,81895,3,630,1634 -"128910",34314,82409,3,630,1881 -"128911",34314,82949,3,630,2077 -"128912",34314,88232,2,630,2881 -"128913",34314,88966,3,630,1568 -"128914",34314,89880,3,630,1938 -"128915",34314,92491,3,630,1968 -"128916",34314,93398,2,630,828 -"128917",34314,93615,3,630,2386 -"128918",34314,96000,3,630,1789 -"128919",34314,97275,3,630,731 -"128920",34314,97674,3,630,1912 -"128921",34314,97824,3,630,1229 -"128922",34314,99103,3,630,1470 -"128923",34314,99152,3,630,1698 -"128924",34314,99886,3,630,2781 -"128925",34314,100215,3,630,2436 -"128926",34314,100432,2,630,1358 -"128927",34314,101347,3,630,1335 -"128928",34314,101967,2,630,691 -"128929",34314,102360,3,630,796 -"128930",34314,102400,3,630,1761 -"128931",34314,105685,3,630,2469 -"128932",34314,106318,3,630,1698 -"128933",34314,106555,3,630,1626 -"128934",34314,108430,2,630,1642 -"128935",34314,123349,2,630,901 -"128936",34325,7029,3,1982,2204 -"128937",34325,17351,3,1982,2036 -"128938",34325,41945,3,1982,2856 -"128939",34325,54879,3,1982,2210 -"128940",34325,73197,3,1982,1998 -"128941",34327,1262,3,2959,2973 -"128942",34327,18151,2,2959,2962 -"128943",34331,1369,3,1727,2487 -"128944",34331,2424,3,1727,2582 -"128945",34331,3271,3,1727,2216 -"128946",34331,3506,3,1727,2364 -"128947",34331,6040,3,1727,2103 -"128948",34331,6999,3,1727,2214 -"128949",34331,7123,3,1727,1964 -"128950",34331,9269,1,1727,1892 -"128951",34331,9272,3,1727,2835 -"128952",34331,9895,2,1727,1960 -"128953",34331,9910,2,1727,2526 -"128954",34331,9948,2,1727,2019 -"128955",34331,11351,3,1727,2971 -"128956",34331,15813,2,1727,2143 -"128957",34331,16347,2,1727,1868 -"128958",34331,17925,3,1727,2385 -"128959",34331,20695,2,1727,2526 -"128960",34331,26374,3,1727,2133 -"128961",34331,26740,1,1727,2695 -"128962",34331,30096,3,1727,2082 -"128963",34331,31159,3,1727,2231 -"128964",34331,31295,2,1727,2183 -"128965",34331,35317,3,1727,1888 -"128966",34331,38697,2,1727,2701 -"128967",34331,42382,3,1727,2224 -"128968",34331,42407,3,1727,2408 -"128969",34331,43226,3,1727,2442 -"128970",34331,44744,2,1727,2032 -"128971",34331,47607,3,1727,2724 -"128972",34331,48110,3,1727,2009 -"128973",34331,48931,3,1727,2444 -"128974",34331,53584,3,1727,2391 -"128975",34331,55261,2,1727,1915 -"128976",34331,58508,3,1727,2326 -"128977",34331,69335,3,1727,2698 -"128978",34331,69453,2,1727,2831 -"128979",34331,76892,3,1727,2381 -"128980",34331,77719,3,1727,2086 -"128981",34331,93553,2,1727,2537 -"128982",34331,96387,3,1727,2159 -"128983",34334,1519,3,1637,2349 -"128984",34334,2446,3,1637,2606 -"128985",34334,3403,2,1637,2951 -"128986",34334,3405,1,1637,2438 -"128987",34334,7942,3,1637,2623 -"128988",34334,8062,2,1637,2858 -"128989",34334,8791,3,1637,1789 -"128990",34334,9063,2,1637,2000 -"128991",34334,9727,3,1637,2327 -"128992",34334,13136,3,1637,2867 -"128993",34334,14915,3,1637,2606 -"128994",34334,15502,3,1637,2637 -"128995",34334,16690,2,1637,2132 -"128996",34334,19687,3,1637,2072 -"128997",34334,20941,3,1637,2725 -"128998",34334,21895,3,1637,1693 -"128999",34334,22723,2,1637,2859 -"129000",34334,23639,3,1637,2065 -"129001",34334,24176,3,1637,1986 -"129002",34334,25373,3,1637,2783 -"129003",34334,27686,3,1637,2844 -"129004",34334,33040,3,1637,2106 -"129005",34334,33236,3,1637,2297 -"129006",34334,36953,3,1637,2790 -"129007",34334,37059,3,1637,2840 -"129008",34334,38259,3,1637,2258 -"129009",34334,38361,3,1637,1936 -"129010",34334,38691,3,1637,2585 -"129011",34334,39577,3,1637,1728 -"129012",34334,40715,3,1637,2258 -"129013",34334,44420,3,1637,2184 -"129014",34334,47559,3,1637,1826 -"129015",34334,58233,2,1637,1665 -"129016",34334,65223,3,1637,2724 -"129017",34334,86970,3,1637,1664 -"129018",34379,270,3,2355,2542 -"129019",34395,782,2,583,945 -"129020",34395,1578,3,583,1612 -"129021",34395,5845,3,583,1552 -"129022",34395,6252,3,583,2336 -"129023",34395,6603,2,583,2185 -"129024",34395,7785,3,583,2441 -"129025",34395,9440,3,583,1006 -"129026",34395,9801,3,583,2443 -"129027",34395,10002,2,583,1788 -"129028",34395,10279,3,583,886 -"129029",34395,11019,3,583,1299 -"129030",34395,13150,3,583,1570 -"129031",34395,15821,3,583,2456 -"129032",34395,18978,3,583,952 -"129033",34395,20824,3,583,1366 -"129034",34395,22256,1,583,829 -"129035",34395,23430,3,583,904 -"129036",34395,24195,3,583,1575 -"129037",34395,24866,3,583,2103 -"129038",34395,29311,3,583,1849 -"129039",34395,32532,3,583,2338 -"129040",34395,32651,3,583,877 -"129041",34395,36506,2,583,2638 -"129042",34395,38333,3,583,1365 -"129043",34395,40675,2,583,1595 -"129044",34395,43929,3,583,2749 -"129045",34395,45461,3,583,2458 -"129046",34395,47534,2,583,2712 -"129047",34395,47966,3,583,2409 -"129048",34395,53530,3,583,2380 -"129049",34395,64987,3,583,1360 -"129050",34395,79848,3,583,1629 -"129051",34395,86803,3,583,1764 -"129052",34395,88209,1,583,663 -"129053",34395,97498,3,583,2346 -"129054",34426,54929,3,2743,2783 -"129055",34441,5414,3,1661,2321 -"129056",34441,6432,2,1661,2297 -"129057",34441,9050,1,1661,2026 -"129058",34441,11135,3,1661,2441 -"129059",34441,15502,3,1661,2637 -"129060",34441,16566,2,1661,2019 -"129061",34441,29276,3,1661,2000 -"129062",34441,29824,3,1661,2772 -"129063",34441,65223,3,1661,2724 -"129064",34441,76604,1,1661,2590 -"129065",34441,104659,2,1661,2026 -"129066",34443,313,3,496,2271 -"129067",34443,358,3,496,798 -"129068",34443,499,3,496,1931 -"129069",34443,508,3,496,801 -"129070",34443,543,3,496,2203 -"129071",34443,1469,3,496,1160 -"129072",34443,1592,3,496,2006 -"129073",34443,1691,3,496,1941 -"129074",34443,1777,3,496,1965 -"129075",34443,2036,3,496,2483 -"129076",34443,2754,3,496,1360 -"129077",34443,3011,3,496,2278 -"129078",34443,3493,3,496,2451 -"129079",34443,3830,3,496,1661 -"129080",34443,4360,3,496,1770 -"129081",34443,4701,3,496,2401 -"129082",34443,4791,3,496,1184 -"129083",34443,5462,3,496,2374 -"129084",34443,5504,3,496,2389 -"129085",34443,6162,3,496,1673 -"129086",34443,6982,3,496,2034 -"129087",34443,7548,3,496,1932 -"129088",34443,7840,3,496,984 -"129089",34443,9311,2,496,2477 -"129090",34443,9579,2,496,2105 -"129091",34443,10401,3,496,863 -"129092",34443,10488,3,496,1524 -"129093",34443,10843,2,496,2277 -"129094",34443,13249,3,496,2573 -"129095",34443,13601,3,496,2689 -"129096",34443,13808,3,496,1356 -"129097",34443,14108,3,496,2012 -"129098",34443,14656,3,496,584 -"129099",34443,14723,3,496,2019 -"129100",34443,14888,3,496,1411 -"129101",34443,15583,3,496,1144 -"129102",34443,15626,2,496,2434 -"129103",34443,18393,2,496,860 -"129104",34443,18404,3,496,801 -"129105",34443,18567,3,496,919 -"129106",34443,18670,3,496,1835 -"129107",34443,19453,3,496,1928 -"129108",34443,19668,3,496,696 -"129109",34443,19751,3,496,1630 -"129110",34443,20271,3,496,2044 -"129111",34443,20407,3,496,2339 -"129112",34443,20494,3,496,1075 -"129113",34443,21133,3,496,1320 -"129114",34443,21448,3,496,2332 -"129115",34443,22311,3,496,2034 -"129116",34443,22422,3,496,894 -"129117",34443,22455,3,496,1197 -"129118",34443,23729,3,496,1624 -"129119",34443,23825,3,496,1913 -"129120",34443,24169,3,496,1663 -"129121",34443,24286,2,496,1280 -"129122",34443,26408,3,496,1545 -"129123",34443,26713,3,496,1235 -"129124",34443,27261,3,496,1368 -"129125",34443,27478,2,496,2485 -"129126",34443,28545,3,496,552 -"129127",34443,28640,3,496,1475 -"129128",34443,28808,3,496,1063 -"129129",34443,29089,3,496,1344 -"129130",34443,30325,3,496,1067 -"129131",34443,30906,3,496,2537 -"129132",34443,31799,3,496,2547 -"129133",34443,31835,3,496,607 -"129134",34443,32409,3,496,857 -"129135",34443,33241,2,496,632 -"129136",34443,33356,2,496,1586 -"129137",34443,33433,1,496,2805 -"129138",34443,34707,1,496,2042 -"129139",34443,34820,3,496,1630 -"129140",34443,35256,3,496,2271 -"129141",34443,35516,3,496,1229 -"129142",34443,35888,3,496,2291 -"129143",34443,36446,3,496,1175 -"129144",34443,36578,3,496,1484 -"129145",34443,38048,2,496,867 -"129146",34443,38213,3,496,1744 -"129147",34443,38755,3,496,2902 -"129148",34443,40136,3,496,1149 -"129149",34443,40296,1,496,1674 -"129150",34443,41747,3,496,1722 -"129151",34443,43213,3,496,2160 -"129152",34443,44306,3,496,1036 -"129153",34443,46196,3,496,1510 -"129154",34443,46621,3,496,1343 -"129155",34443,47585,3,496,794 -"129156",34443,47803,3,496,2477 -"129157",34443,49581,2,496,1817 -"129158",34443,49620,3,496,1868 -"129159",34443,49696,3,496,2444 -"129160",34443,50946,1,496,1075 -"129161",34443,51016,3,496,1141 -"129162",34443,51410,3,496,2739 -"129163",34443,51853,3,496,2520 -"129164",34443,52136,2,496,1412 -"129165",34443,52154,3,496,1722 -"129166",34443,53031,2,496,2065 -"129167",34443,53342,3,496,2071 -"129168",34443,53809,3,496,1956 -"129169",34443,54879,3,496,2210 -"129170",34443,55324,3,496,1544 -"129171",34443,55643,2,496,2359 -"129172",34443,56082,3,496,2395 -"129173",34443,57977,3,496,2683 -"129174",34443,58993,3,496,2390 -"129175",34443,59113,2,496,2434 -"129176",34443,59786,2,496,605 -"129177",34443,59937,3,496,885 -"129178",34443,61785,3,496,822 -"129179",34443,61995,3,496,823 -"129180",34443,62903,3,496,1704 -"129181",34443,64502,3,496,1670 -"129182",34443,66756,3,496,1301 -"129183",34443,67456,3,496,1608 -"129184",34443,68098,3,496,2378 -"129185",34443,72207,3,496,2430 -"129186",34443,74190,2,496,1428 -"129187",34443,74318,2,496,632 -"129188",34443,74636,3,496,2525 -"129189",34443,74716,3,496,776 -"129190",34443,75403,3,496,1895 -"129191",34443,75921,3,496,517 -"129192",34443,76677,3,496,1269 -"129193",34443,77031,3,496,801 -"129194",34443,77489,3,496,1514 -"129195",34443,78932,3,496,981 -"129196",34443,79815,3,496,1713 -"129197",34443,84897,1,496,1075 -"129198",34443,85430,3,496,2370 -"129199",34443,87144,3,496,2299 -"129200",34443,88232,3,496,2881 -"129201",34443,89958,3,496,1186 -"129202",34443,93615,3,496,2386 -"129203",34443,94450,3,496,1127 -"129204",34443,95155,2,496,849 -"129205",34443,100978,3,496,862 -"129206",34443,104239,2,496,926 -"129207",34443,108620,3,496,881 -"129208",34464,701,2,1741,2718 -"129209",34464,1136,2,1741,2536 -"129210",34464,3305,3,1741,2839 -"129211",34464,6104,3,1741,2462 -"129212",34464,6363,2,1741,2066 -"129213",34464,21929,3,1741,2062 -"129214",34464,25985,3,1741,2071 -"129215",34464,27173,3,1741,2050 -"129216",34464,32965,3,1741,2071 -"129217",34464,37285,2,1741,2428 -"129218",34464,39535,2,1741,2428 -"129219",34464,41033,3,1741,1839 -"129220",34464,47098,3,1741,2057 -"129221",34464,50785,3,1741,2877 -"129222",34464,51041,3,1741,2606 -"129223",34464,57842,2,1741,2482 -"129224",34464,64997,3,1741,2791 -"129225",34464,99860,3,1741,2071 -"129226",34472,237,3,837,1982 -"129227",34472,728,2,837,1812 -"129228",34472,2524,3,837,1708 -"129229",34472,4066,2,837,1736 -"129230",34472,4646,3,837,2139 -"129231",34472,5350,3,837,2522 -"129232",34472,7014,2,837,2401 -"129233",34472,8726,2,837,2083 -"129234",34472,9227,3,837,1267 -"129235",34472,10754,3,837,1797 -"129236",34472,11310,3,837,957 -"129237",34472,11625,3,837,2022 -"129238",34472,13099,3,837,1547 -"129239",34472,15683,3,837,1729 -"129240",34472,16351,3,837,893 -"129241",34472,17728,3,837,1542 -"129242",34472,18965,2,837,2315 -"129243",34472,19364,3,837,2846 -"129244",34472,20395,3,837,1468 -"129245",34472,26734,3,837,2299 -"129246",34472,28081,3,837,1927 -"129247",34472,31303,3,837,1040 -"129248",34472,37279,2,837,2768 -"129249",34472,38259,3,837,2258 -"129250",34472,42852,3,837,1316 -"129251",34472,43360,3,837,979 -"129252",34472,50278,3,837,1127 -"129253",34472,51687,3,837,2333 -"129254",34472,51879,3,837,1771 -"129255",34472,53924,2,837,1289 -"129256",34472,59776,3,837,2493 -"129257",34472,61337,2,837,2777 -"129258",34472,69716,3,837,2632 -"129259",34472,72571,3,837,1175 -"129260",34472,73553,3,837,2726 -"129261",34478,2747,3,2265,2411 -"129262",34478,15826,3,2265,2772 -"129263",34478,28869,3,2265,2425 -"129264",34480,34735,3,2755,2767 -"129265",34491,10200,3,2694,2920 -"129266",34491,14586,3,2694,2801 -"129267",34491,32395,3,2694,2735 -"129268",34491,33755,3,2694,2963 -"129269",34491,55171,3,2694,2972 -"129270",34491,60672,3,2694,2876 -"129271",34491,70656,3,2694,2771 -"129272",34492,671,3,1798,2328 -"129273",34492,1046,3,1798,1881 -"129274",34492,1136,2,1798,2536 -"129275",34492,2424,3,1798,2582 -"129276",34492,2591,3,1798,1949 -"129277",34492,4191,2,1798,2130 -"129278",34492,4226,3,1798,1903 -"129279",34492,4618,2,1798,2607 -"129280",34492,4687,3,1798,2152 -"129281",34492,4980,1,1798,2093 -"129282",34492,5504,3,1798,2389 -"129283",34492,5621,3,1798,1860 -"129284",34492,5725,3,1798,2789 -"129285",34492,6023,2,1798,2050 -"129286",34492,6363,3,1798,2066 -"129287",34492,6428,3,1798,1952 -"129288",34492,6491,3,1798,2424 -"129289",34492,6577,3,1798,1951 -"129290",34492,7245,3,1798,2089 -"129291",34492,7847,3,1798,2424 -"129292",34492,10404,3,1798,2062 -"129293",34492,10799,2,1798,2010 -"129294",34492,10871,3,1798,2314 -"129295",34492,10890,3,1798,2639 -"129296",34492,12374,3,1798,2260 -"129297",34492,12713,3,1798,2440 -"129298",34492,12747,3,1798,2818 -"129299",34492,15299,3,1798,2213 -"129300",34492,15539,3,1798,1929 -"129301",34492,15716,3,1798,1991 -"129302",34492,16365,2,1798,2217 -"129303",34492,17354,3,1798,2250 -"129304",34492,17410,3,1798,2073 -"129305",34492,17852,3,1798,2840 -"129306",34492,19027,3,1798,2721 -"129307",34492,19516,2,1798,2313 -"129308",34492,19568,3,1798,2302 -"129309",34492,19868,3,1798,2855 -"129310",34492,20563,2,1798,2267 -"129311",34492,20700,3,1798,2861 -"129312",34492,21104,3,1798,2327 -"129313",34492,23140,3,1798,2787 -"129314",34492,23216,3,1798,2424 -"129315",34492,23704,1,1798,2278 -"129316",34492,25129,3,1798,2647 -"129317",34492,25341,3,1798,1858 -"129318",34492,25816,3,1798,2088 -"129319",34492,26155,3,1798,1802 -"129320",34492,26436,1,1798,2489 -"129321",34492,26451,3,1798,2133 -"129322",34492,26516,2,1798,2479 -"129323",34492,27628,3,1798,2389 -"129324",34492,27753,2,1798,2750 -"129325",34492,31799,3,1798,2547 -"129326",34492,32988,3,1798,2008 -"129327",34492,34136,3,1798,2202 -"129328",34492,34216,3,1798,2832 -"129329",34492,34509,3,1798,1973 -"129330",34492,34815,3,1798,2354 -"129331",34492,35069,3,1798,2069 -"129332",34492,37418,3,1798,2710 -"129333",34492,38449,2,1798,1802 -"129334",34492,40369,3,1798,2735 -"129335",34492,41402,3,1798,2313 -"129336",34492,45343,3,1798,2360 -"129337",34492,45715,1,1798,2287 -"129338",34492,47857,3,1798,2325 -"129339",34492,50667,3,1798,2719 -"129340",34492,51041,3,1798,2606 -"129341",34492,51410,1,1798,2739 -"129342",34492,53031,3,1798,2065 -"129343",34492,54740,3,1798,2750 -"129344",34492,55156,3,1798,2196 -"129345",34492,57129,3,1798,1858 -"129346",34492,57977,3,1798,2683 -"129347",34492,59438,3,1798,2400 -"129348",34492,63515,3,1798,2023 -"129349",34492,64181,3,1798,1828 -"129350",34492,64793,3,1798,2819 -"129351",34492,64997,2,1798,2791 -"129352",34492,68810,3,1798,2409 -"129353",34492,70046,3,1798,2624 -"129354",34492,74095,3,1798,2333 -"129355",34492,78563,3,1798,2385 -"129356",34492,82929,3,1798,2475 -"129357",34492,92491,3,1798,1968 -"129358",34492,97915,3,1798,1802 -"129359",34498,60867,3,2383,2689 -"129360",34504,19208,3,2310,2629 -"129361",34509,135,3,1973,2233 -"129362",34509,671,3,1973,2328 -"129363",34509,1136,2,1973,2536 -"129364",34509,2765,2,1973,2321 -"129365",34509,2954,2,1973,2727 -"129366",34509,3966,2,1973,2425 -"129367",34509,4191,3,1973,2130 -"129368",34509,4567,3,1973,2348 -"129369",34509,4618,3,1973,2607 -"129370",34509,5041,3,1973,2371 -"129371",34509,5491,3,1973,2048 -"129372",34509,5725,3,1973,2789 -"129373",34509,6044,3,1973,2744 -"129374",34509,6234,3,1973,2654 -"129375",34509,6740,2,1973,2699 -"129376",34509,6914,3,1973,2668 -"129377",34509,7847,3,1973,2424 -"129378",34509,10130,2,1973,2741 -"129379",34509,10513,3,1973,2284 -"129380",34509,10964,3,1973,2043 -"129381",34509,11067,3,1973,2734 -"129382",34509,12042,3,1973,2345 -"129383",34509,14669,3,1973,2080 -"129384",34509,14731,3,1973,2012 -"129385",34509,14972,3,1973,2332 -"129386",34509,19248,3,1973,2357 -"129387",34509,19516,3,1973,2313 -"129388",34509,19719,3,1973,2177 -"129389",34509,20292,3,1973,2755 -"129390",34509,20563,3,1973,2267 -"129391",34509,21138,2,1973,2849 -"129392",34509,21487,3,1973,2203 -"129393",34509,21795,3,1973,2653 -"129394",34509,22277,2,1973,2424 -"129395",34509,22714,2,1973,2793 -"129396",34509,23319,3,1973,2867 -"129397",34509,24146,3,1973,2003 -"129398",34509,24923,3,1973,2785 -"129399",34509,24964,3,1973,2491 -"129400",34509,25129,1,1973,2647 -"129401",34509,25325,3,1973,2963 -"129402",34509,26080,3,1973,2525 -"129403",34509,26658,3,1973,2745 -"129404",34509,26865,3,1973,2726 -"129405",34509,30081,3,1973,2403 -"129406",34509,30981,3,1973,2366 -"129407",34509,31799,3,1973,2547 -"129408",34509,32939,2,1973,2277 -"129409",34509,35264,3,1973,2329 -"129410",34509,35481,3,1973,2211 -"129411",34509,36962,3,1973,2861 -"129412",34509,37238,3,1973,2609 -"129413",34509,38676,3,1973,2286 -"129414",34509,38727,3,1973,2238 -"129415",34509,39827,3,1973,2321 -"129416",34509,40369,3,1973,2735 -"129417",34509,40493,3,1973,1981 -"129418",34509,41402,2,1973,2313 -"129419",34509,41837,3,1973,2399 -"129420",34509,41972,3,1973,2509 -"129421",34509,42256,3,1973,2839 -"129422",34509,42474,2,1973,2322 -"129423",34509,45343,3,1973,2360 -"129424",34509,45585,3,1973,2384 -"129425",34509,47248,2,1973,2883 -"129426",34509,49110,3,1973,2938 -"129427",34509,51017,2,1973,2073 -"129428",34509,51035,3,1973,2397 -"129429",34509,51410,2,1973,2739 -"129430",34509,53293,3,1973,2916 -"129431",34509,53445,3,1973,2028 -"129432",34509,54250,3,1973,2340 -"129433",34509,55139,3,1973,2323 -"129434",34509,57804,2,1973,2214 -"129435",34509,58284,3,1973,2292 -"129436",34509,61982,3,1973,2725 -"129437",34509,62841,2,1973,2710 -"129438",34509,64997,3,1973,2791 -"129439",34509,66413,3,1973,2507 -"129440",34509,68215,3,1973,2727 -"129441",34509,69591,3,1973,2294 -"129442",34509,71618,3,1973,2960 -"129443",34509,105685,3,1973,2469 -"129444",34528,8860,2,1323,2141 -"129445",34528,23488,2,1323,1523 -"129446",34528,46902,3,1323,1620 -"129447",34528,63701,3,1323,1620 -"129448",34528,83860,2,1323,1522 -"129449",34528,90013,3,1323,1461 -"129450",34559,283,2,1105,2082 -"129451",34559,378,2,1105,2766 -"129452",34559,3669,3,1105,2524 -"129453",34559,5673,3,1105,1567 -"129454",34559,9808,3,1105,1648 -"129455",34559,11135,3,1105,2441 -"129456",34559,12818,3,1105,2015 -"129457",34559,13024,3,1105,2468 -"129458",34559,13400,3,1105,1371 -"129459",34559,15916,3,1105,1236 -"129460",34559,19687,3,1105,2072 -"129461",34559,21165,3,1105,1112 -"129462",34559,21352,3,1105,1604 -"129463",34559,23639,3,1105,2065 -"129464",34559,26567,3,1105,1158 -"129465",34559,30317,3,1105,2431 -"129466",34559,32312,3,1105,1472 -"129467",34559,34055,3,1105,1881 -"129468",34559,35264,3,1105,2329 -"129469",34559,51265,3,1105,2670 -"129470",34559,77785,3,1105,1595 -"129471",34559,79236,3,1105,1505 -"129472",34559,81134,3,1105,1384 -"129473",34559,85264,2,1105,1236 -"129474",34559,92381,3,1105,1237 -"129475",34559,106554,3,1105,1270 -"129476",34576,5937,3,1727,2392 -"129477",34576,6234,3,1727,2654 -"129478",34576,6800,2,1727,2053 -"129479",34576,7499,3,1727,1803 -"129480",34576,8899,3,1727,2023 -"129481",34576,10119,3,1727,2374 -"129482",34576,14612,3,1727,2340 -"129483",34576,14861,2,1727,2269 -"129484",34576,15150,2,1727,2801 -"129485",34576,15239,3,1727,1958 -"129486",34576,15558,2,1727,2389 -"129487",34576,16477,3,1727,2069 -"129488",34576,16969,3,1727,1917 -"129489",34576,17552,3,1727,2082 -"129490",34576,19002,2,1727,2053 -"129491",34576,20011,2,1727,2826 -"129492",34576,23728,2,1727,2601 -"129493",34576,26698,3,1727,1963 -"129494",34576,29775,3,1727,2064 -"129495",34576,32079,3,1727,2315 -"129496",34576,32939,3,1727,2277 -"129497",34576,33363,3,1727,2475 -"129498",34576,36491,3,1727,1781 -"129499",34576,41521,3,1727,2069 -"129500",34576,42136,3,1727,2551 -"129501",34576,44730,3,1727,2468 -"129502",34576,48585,2,1727,2063 -"129503",34576,50899,3,1727,2125 -"129504",34576,52950,3,1727,2716 -"129505",34576,53648,3,1727,2167 -"129506",34576,56413,3,1727,2747 -"129507",34576,57804,3,1727,2214 -"129508",34576,67836,3,1727,2195 -"129509",34576,76997,3,1727,2223 -"129510",34588,270,3,985,2542 -"129511",34588,499,2,985,1931 -"129512",34588,543,3,985,2203 -"129513",34588,999,3,985,2181 -"129514",34588,1018,2,985,1803 -"129515",34588,1046,3,985,1881 -"129516",34588,1124,3,985,1596 -"129517",34588,4418,3,985,2788 -"129518",34588,5462,3,985,2374 -"129519",34588,5971,3,985,1985 -"129520",34588,7795,3,985,2789 -"129521",34588,10799,3,985,2010 -"129522",34588,12610,3,985,1274 -"129523",34588,12713,2,985,2440 -"129524",34588,14731,3,985,2012 -"129525",34588,16111,3,985,1714 -"129526",34588,17410,3,985,2073 -"129527",34588,18394,3,985,2356 -"129528",34588,21362,3,985,2515 -"129529",34588,21693,3,985,2176 -"129530",34588,23509,3,985,2275 -"129531",34588,24253,3,985,2213 -"129532",34588,26155,3,985,1802 -"129533",34588,32131,3,985,1035 -"129534",34588,35256,3,985,2271 -"129535",34588,40028,3,985,1349 -"129536",34588,45545,3,985,1776 -"129537",34588,55156,3,985,2196 -"129538",34588,57950,3,985,1529 -"129539",34588,68810,3,985,2409 -"129540",34588,75169,1,985,1595 -"129541",34588,76463,1,985,2298 -"129542",34588,78563,3,985,2385 -"129543",34588,86986,3,985,1976 -"129544",34588,87048,3,985,989 -"129545",34588,105795,3,985,1265 -"129546",34596,733,3,527,1653 -"129547",34596,1154,2,527,1656 -"129548",34596,2063,3,527,1278 -"129549",34596,3167,2,527,1676 -"129550",34596,3242,3,527,1730 -"129551",34596,4226,3,527,1903 -"129552",34596,4305,3,527,2374 -"129553",34596,6491,3,527,2424 -"129554",34596,7226,3,527,1228 -"129555",34596,7241,2,527,2259 -"129556",34596,10646,3,527,1555 -"129557",34596,12374,2,527,2260 -"129558",34596,13043,3,527,1295 -"129559",34596,15118,2,527,1311 -"129560",34596,17645,3,527,1918 -"129561",34596,20824,3,527,1366 -"129562",34596,21104,3,527,2327 -"129563",34596,21122,3,527,1701 -"129564",34596,23534,3,527,1659 -"129565",34596,24005,3,527,1188 -"129566",34596,24789,3,527,829 -"129567",34596,25132,2,527,1188 -"129568",34596,26451,3,527,2133 -"129569",34596,27792,3,527,1308 -"129570",34596,29073,3,527,2328 -"129571",34596,29170,3,527,1846 -"129572",34596,29456,3,527,1182 -"129573",34596,32017,3,527,577 -"129574",34596,32811,2,527,804 -"129575",34596,33430,3,527,2225 -"129576",34596,34136,3,527,2202 -"129577",34596,36763,3,527,2165 -"129578",34596,37800,3,527,604 -"129579",34596,37893,3,527,875 -"129580",34596,39865,3,527,849 -"129581",34596,40072,3,527,1182 -"129582",34596,46726,3,527,943 -"129583",34596,47839,3,527,1864 -"129584",34596,48260,3,527,875 -"129585",34596,48698,2,527,1474 -"129586",34596,51410,3,527,2739 -"129587",34596,57950,3,527,1529 -"129588",34596,58133,3,527,1484 -"129589",34596,59939,3,527,936 -"129590",34596,62668,3,527,958 -"129591",34596,65884,3,527,798 -"129592",34596,70838,3,527,687 -"129593",34596,73728,2,527,784 -"129594",34596,75948,3,527,1006 -"129595",34596,78256,2,527,804 -"129596",34596,78569,3,527,578 -"129597",34596,79612,3,527,927 -"129598",34596,89935,3,527,771 -"129599",34596,89965,3,527,810 -"129600",34596,91912,3,527,790 -"129601",34596,92124,3,527,1532 -"129602",34596,94650,3,527,896 -"129603",34596,98925,3,527,584 -"129604",34596,99103,3,527,1470 -"129605",34596,104217,3,527,956 -"129606",34596,108379,3,527,2933 -"129607",34596,108867,3,527,2328 -"129608",34596,119444,3,527,888 -"129609",34648,1367,3,1596,2176 -"129610",34648,3164,3,1596,2693 -"129611",34648,3306,3,1596,1989 -"129612",34648,3716,3,1596,1679 -"129613",34648,5258,3,1596,2730 -"129614",34648,5315,2,1596,2631 -"129615",34648,7245,3,1596,2089 -"129616",34648,8419,3,1596,1956 -"129617",34648,8887,3,1596,2373 -"129618",34648,9311,3,1596,2477 -"129619",34648,10358,3,1596,2294 -"129620",34648,10382,3,1596,2111 -"129621",34648,10843,3,1596,2277 -"129622",34648,11103,3,1596,2393 -"129623",34648,11966,3,1596,2385 -"129624",34648,11976,3,1596,1727 -"129625",34648,13573,2,1596,2774 -"129626",34648,14032,3,1596,2144 -"129627",34648,18543,3,1596,2968 -"129628",34648,19453,3,1596,1928 -"129629",34648,19858,3,1596,2357 -"129630",34648,20284,3,1596,2530 -"129631",34648,20355,3,1596,2111 -"129632",34648,20941,3,1596,2725 -"129633",34648,23179,3,1596,1675 -"129634",34648,23825,3,1596,1913 -"129635",34648,28168,3,1596,2702 -"129636",34648,31003,2,1596,1859 -"129637",34648,32567,3,1596,2784 -"129638",34648,33834,3,1596,1606 -"129639",34648,34158,3,1596,2639 -"129640",34648,36007,3,1596,2089 -"129641",34648,36574,3,1596,2934 -"129642",34648,37915,2,1596,1905 -"129643",34648,40293,3,1596,1671 -"129644",34648,41278,3,1596,1873 -"129645",34648,45633,2,1596,2134 -"129646",34648,45903,2,1596,2237 -"129647",34648,48127,2,1596,2677 -"129648",34648,48602,2,1596,1704 -"129649",34648,50977,3,1596,2352 -"129650",34648,53779,3,1596,2000 -"129651",34648,63030,3,1596,2251 -"129652",34648,64502,2,1596,1670 -"129653",34648,65691,3,1596,2134 -"129654",34648,67957,2,1596,2823 -"129655",34648,81095,2,1596,1609 -"129656",34648,85736,3,1596,1601 -"129657",34648,87144,3,1596,2299 -"129658",34648,96553,3,1596,1887 -"129659",34659,701,3,1924,2718 -"129660",34659,1324,3,1924,2147 -"129661",34659,4953,3,1924,2285 -"129662",34659,6363,3,1924,2066 -"129663",34659,6449,3,1924,1997 -"129664",34659,7794,3,1924,2972 -"129665",34659,14325,2,1924,1976 -"129666",34659,14918,3,1924,2071 -"129667",34659,17351,3,1924,2036 -"129668",34659,19248,3,1924,2357 -"129669",34659,21079,3,1924,1997 -"129670",34659,25985,3,1924,2071 -"129671",34659,26451,3,1924,2133 -"129672",34659,34120,3,1924,2786 -"129673",34659,38307,3,1924,2648 -"129674",34659,38973,3,1924,1999 -"129675",34659,39135,1,1924,2489 -"129676",34659,39535,3,1924,2428 -"129677",34659,43455,3,1924,2846 -"129678",34659,53968,3,1924,2703 -"129679",34659,55691,3,1924,2856 -"129680",34684,31054,3,609,1273 -"129681",34684,34945,3,609,1298 -"129682",34684,35774,3,609,1969 -"129683",34684,40988,3,609,2793 -"129684",34684,52138,3,609,1615 -"129685",34684,53697,3,609,1909 -"129686",34684,65805,3,609,2902 -"129687",34684,72845,1,609,1663 -"129688",34693,602,3,1938,2632 -"129689",34693,762,3,1938,2671 -"129690",34693,1495,3,1938,2046 -"129691",34693,3896,3,1938,2693 -"129692",34693,6982,3,1938,2034 -"129693",34693,7078,3,1938,2344 -"129694",34693,7087,3,1938,2356 -"129695",34693,9030,3,1938,1979 -"129696",34693,9828,3,1938,2085 -"129697",34693,10558,3,1938,2312 -"129698",34693,13201,3,1938,2034 -"129699",34693,13732,3,1938,2789 -"129700",34693,14103,2,1938,2204 -"129701",34693,21417,3,1938,2422 -"129702",34693,22311,3,1938,2034 -"129703",34693,25078,3,1938,2312 -"129704",34693,25530,2,1938,2884 -"129705",34693,26865,3,1938,2726 -"129706",34693,28982,3,1938,2746 -"129707",34693,30081,3,1938,2403 -"129708",34693,34327,3,1938,2959 -"129709",34693,34899,3,1938,2565 -"129710",34693,36646,3,1938,2744 -"129711",34693,36950,3,1938,2204 -"129712",34693,38885,3,1938,2720 -"129713",34693,47877,2,1938,2970 -"129714",34693,56396,2,1938,2408 -"129715",34693,67957,3,1938,2823 -"129716",34693,73266,3,1938,2496 -"129717",34693,86799,3,1938,1951 -"129718",34695,9828,3,1930,2085 -"129719",34695,10558,2,1930,2312 -"129720",34695,25530,3,1930,2884 -"129721",34695,28368,2,1930,2721 -"129722",34695,34693,3,1930,1938 -"129723",34695,56396,3,1930,2408 -"129724",34707,1616,3,2042,2662 -"129725",34707,2424,3,2042,2582 -"129726",34707,2484,3,2042,2389 -"129727",34707,3011,3,2042,2278 -"129728",34707,3161,3,2042,2229 -"129729",34707,8275,3,2042,2237 -"129730",34707,9311,1,2042,2477 -"129731",34707,9579,3,2042,2105 -"129732",34707,9979,3,2042,2238 -"129733",34707,10843,2,2042,2277 -"129734",34707,12081,3,2042,2166 -"129735",34707,12778,3,2042,2045 -"129736",34707,14959,3,2042,2898 -"129737",34707,15626,2,2042,2434 -"129738",34707,17520,3,2042,2276 -"129739",34707,19719,3,2042,2177 -"129740",34707,21248,3,2042,2232 -"129741",34707,21448,3,2042,2332 -"129742",34707,24256,3,2042,2393 -"129743",34707,27478,3,2042,2485 -"129744",34707,27796,3,2042,2151 -"129745",34707,29095,3,2042,2531 -"129746",34707,30906,2,2042,2537 -"129747",34707,31159,3,2042,2231 -"129748",34707,33433,2,2042,2805 -"129749",34707,33801,3,2042,2899 -"129750",34707,35256,3,2042,2271 -"129751",34707,35888,2,2042,2291 -"129752",34707,38755,3,2042,2902 -"129753",34707,39534,3,2042,2410 -"129754",34707,49121,3,2042,2199 -"129755",34707,49696,3,2042,2444 -"129756",34707,50382,3,2042,2244 -"129757",34707,51853,3,2042,2520 -"129758",34707,52576,3,2042,2234 -"129759",34707,53031,3,2042,2065 -"129760",34707,53475,3,2042,2853 -"129761",34707,55643,3,2042,2359 -"129762",34707,57732,3,2042,2454 -"129763",34707,58993,3,2042,2390 -"129764",34707,59113,2,2042,2434 -"129765",34707,87144,3,2042,2299 -"129766",34729,84649,2,1506,2280 -"129767",34735,455,3,2767,2827 -"129768",34735,6030,3,2767,2953 -"129769",34735,10779,3,2767,2881 -"129770",34735,15309,3,2767,2820 -"129771",34735,21138,3,2767,2849 -"129772",34735,28296,1,2767,2944 -"129773",34735,32567,2,2767,2784 -"129774",34735,49110,3,2767,2938 -"129775",34735,51052,3,2767,2784 -"129776",34735,53219,3,2767,2973 -"129777",34735,54929,2,2767,2783 -"129778",34735,82732,3,2767,2810 -"129779",34742,7719,3,1883,1954 -"129780",34742,7942,2,1883,2623 -"129781",34742,8890,3,1883,1955 -"129782",34742,12361,3,1883,2732 -"129783",34742,16176,3,1883,2703 -"129784",34742,17645,3,1883,1918 -"129785",34742,21227,3,1883,2110 -"129786",34742,22723,3,1883,2859 -"129787",34742,23325,3,1883,2779 -"129788",34742,30668,3,1883,2882 -"129789",34742,30669,3,1883,1921 -"129790",34742,34216,3,1883,2832 -"129791",34742,49621,3,1883,1915 -"129792",34742,52483,3,1883,2317 -"129793",34742,56737,3,1883,2270 -"129794",34742,81113,3,1883,1914 -"129795",34758,1055,3,689,1264 -"129796",34758,1092,3,689,1945 -"129797",34758,8060,3,689,1883 -"129798",34758,11359,3,689,1502 -"129799",34758,12703,2,689,2689 -"129800",34758,18244,2,689,1622 -"129801",34758,18366,3,689,2699 -"129802",34758,20494,3,689,1075 -"129803",34758,22311,3,689,2034 -"129804",34758,27277,3,689,1994 -"129805",34758,27642,3,689,1531 -"129806",34758,34899,1,689,2565 -"129807",34758,38046,3,689,1163 -"129808",34758,41748,3,689,1480 -"129809",34758,41770,3,689,2752 -"129810",34758,50275,3,689,2832 -"129811",34758,55324,3,689,1544 -"129812",34758,64699,2,689,2797 -"129813",34758,65703,3,689,1689 -"129814",34758,67145,3,689,2015 -"129815",34758,103218,2,689,1787 -"129816",34776,3317,3,1281,2037 -"129817",34776,29409,3,1281,2199 -"129818",34776,35477,3,1281,2703 -"129819",34776,49121,2,1281,2199 -"129820",34776,53013,3,1281,2523 -"129821",34776,61125,3,1281,1673 -"129822",34776,64987,3,1281,1360 -"129823",34799,1018,3,657,1803 -"129824",34799,6044,3,657,2744 -"129825",34799,22141,3,657,2348 -"129826",34799,34588,2,657,985 -"129827",34799,46182,3,657,1613 -"129828",34799,60280,2,657,1918 -"129829",34799,75169,3,657,1595 -"129830",34799,76463,3,657,2298 -"129831",34799,76603,3,657,1300 -"129832",34799,79804,3,657,2227 -"129833",34799,84022,2,657,2289 -"129834",34799,90802,3,657,877 -"129835",34812,7794,3,2442,2972 -"129836",34812,18202,2,2442,2475 -"129837",34812,43978,3,2442,2698 -"129838",34813,41118,3,975,1091 -"129839",34815,701,3,2354,2718 -"129840",34815,1136,3,2354,2536 -"129841",34815,19248,3,2354,2357 -"129842",34815,27753,3,2354,2750 -"129843",34815,33672,3,2354,2396 -"129844",34815,39535,3,2354,2428 -"129845",34815,51041,3,2354,2606 -"129846",34815,59438,3,2354,2400 -"129847",34815,64997,3,2354,2791 -"129848",34820,270,3,1630,2542 -"129849",34820,680,3,1630,2569 -"129850",34820,1560,3,1630,2013 -"129851",34820,2224,3,1630,2751 -"129852",34820,2424,2,1630,2582 -"129853",34820,2533,3,1630,2016 -"129854",34820,2563,3,1630,1686 -"129855",34820,3011,2,1630,2278 -"129856",34820,3305,3,1630,2839 -"129857",34820,3765,3,1630,2775 -"129858",34820,3896,3,1630,2693 -"129859",34820,4303,3,1630,2414 -"129860",34820,4701,3,1630,2401 -"129861",34820,4821,3,1630,1938 -"129862",34820,4932,2,1630,2752 -"129863",34820,4983,3,1630,1909 -"129864",34820,6162,3,1630,1673 -"129865",34820,6449,3,1630,1997 -"129866",34820,6602,1,1630,1631 -"129867",34820,7548,3,1630,1932 -"129868",34820,8062,3,1630,2858 -"129869",34820,8275,3,1630,2237 -"129870",34820,9175,3,1630,2639 -"129871",34820,9311,2,1630,2477 -"129872",34820,9364,3,1630,1698 -"129873",34820,9423,3,1630,1708 -"129874",34820,9716,3,1630,1929 -"129875",34820,9979,2,1630,2238 -"129876",34820,10843,3,1630,2277 -"129877",34820,11329,3,1630,2799 -"129878",34820,11429,3,1630,2520 -"129879",34820,11477,3,1630,2724 -"129880",34820,12081,3,1630,2166 -"129881",34820,12759,3,1630,2414 -"129882",34820,14669,3,1630,2080 -"129883",34820,14723,3,1630,2019 -"129884",34820,14887,3,1630,2158 -"129885",34820,14972,3,1630,2332 -"129886",34820,15095,3,1630,2001 -"129887",34820,15207,3,1630,1855 -"129888",34820,15626,3,1630,2434 -"129889",34820,15700,3,1630,1712 -"129890",34820,15813,3,1630,2143 -"129891",34820,16850,3,1630,1657 -"129892",34820,17396,3,1630,1672 -"129893",34820,18124,3,1630,1642 -"129894",34820,18371,3,1630,2860 -"129895",34820,18670,2,1630,1835 -"129896",34820,21164,3,1630,1645 -"129897",34820,21285,3,1630,2100 -"129898",34820,22180,3,1630,1835 -"129899",34820,22682,3,1630,2035 -"129900",34820,23745,3,1630,1968 -"129901",34820,24169,2,1630,1663 -"129902",34820,24255,3,1630,2770 -"129903",34820,24256,3,1630,2393 -"129904",34820,25373,3,1630,2783 -"129905",34820,25610,3,1630,2328 -"129906",34820,27796,3,1630,2151 -"129907",34820,30334,2,1630,2075 -"129908",34820,30525,3,1630,1964 -"129909",34820,30705,3,1630,2959 -"129910",34820,30906,3,1630,2537 -"129911",34820,31159,3,1630,2231 -"129912",34820,32047,3,1630,1858 -"129913",34820,33433,3,1630,2805 -"129914",34820,34707,2,1630,2042 -"129915",34820,35518,3,1630,1721 -"129916",34820,35888,2,1630,2291 -"129917",34820,36031,3,1630,2342 -"129918",34820,36953,3,1630,2790 -"129919",34820,37636,2,1630,2178 -"129920",34820,37844,3,1630,2002 -"129921",34820,40392,2,1630,1878 -"129922",34820,41429,3,1630,1770 -"129923",34820,41723,3,1630,2101 -"129924",34820,42216,3,1630,2722 -"129925",34820,42333,3,1630,2234 -"129926",34820,42619,3,1630,2017 -"129927",34820,43204,3,1630,1680 -"129928",34820,43455,3,1630,2846 -"129929",34820,45239,3,1630,2535 -"129930",34820,45461,3,1630,2458 -"129931",34820,45545,3,1630,1776 -"129932",34820,46629,3,1630,2255 -"129933",34820,47082,3,1630,1990 -"129934",34820,47869,3,1630,2097 -"129935",34820,48215,3,1630,2028 -"129936",34820,49560,3,1630,1679 -"129937",34820,51783,2,1630,2599 -"129938",34820,52576,3,1630,2234 -"129939",34820,54879,3,1630,2210 -"129940",34820,56082,3,1630,2395 -"129941",34820,57732,3,1630,2454 -"129942",34820,59113,3,1630,2434 -"129943",34820,61982,3,1630,2725 -"129944",34820,62903,2,1630,1704 -"129945",34820,63395,3,1630,2334 -"129946",34820,67145,3,1630,2015 -"129947",34820,68215,3,1630,2727 -"129948",34820,69300,3,1630,2068 -"129949",34820,75343,3,1630,2008 -"129950",34820,76892,3,1630,2381 -"129951",34820,79382,3,1630,1908 -"129952",34831,2226,3,1866,2225 -"129953",34831,2344,3,1866,2752 -"129954",34831,2852,3,1866,2448 -"129955",34831,2936,3,1866,2512 -"129956",34831,3271,3,1866,2216 -"129957",34831,3493,3,1866,2451 -"129958",34831,3978,3,1866,2775 -"129959",34831,4249,3,1866,2547 -"129960",34831,4681,3,1866,2356 -"129961",34831,4831,3,1866,2365 -"129962",34831,4916,3,1866,1970 -"129963",34831,5235,3,1866,2324 -"129964",34831,9272,2,1866,2835 -"129965",34831,9723,2,1866,2302 -"129966",34831,10129,2,1866,2124 -"129967",34831,10336,3,1866,2271 -"129968",34831,11239,2,1866,2181 -"129969",34831,18202,3,1866,2475 -"129970",34831,19215,2,1866,2604 -"129971",34831,19364,2,1866,2846 -"129972",34831,20355,3,1866,2111 -"129973",34831,21681,3,1866,2005 -"129974",34831,22244,3,1866,2139 -"129975",34831,22580,2,1866,2245 -"129976",34831,22682,3,1866,2035 -"129977",34831,22709,1,1866,2743 -"129978",34831,22766,3,1866,1945 -"129979",34831,25741,3,1866,2853 -"129980",34831,27195,3,1866,2158 -"129981",34831,28432,1,1866,1954 -"129982",34831,29116,3,1866,2128 -"129983",34831,29825,3,1866,2603 -"129984",34831,30525,3,1866,1964 -"129985",34831,30668,3,1866,2882 -"129986",34831,30669,3,1866,1921 -"129987",34831,32311,3,1866,2396 -"129988",34831,34921,2,1866,2181 -"129989",34831,37036,3,1866,2264 -"129990",34831,37859,3,1866,1999 -"129991",34831,37929,3,1866,2393 -"129992",34831,38259,3,1866,2258 -"129993",34831,39906,2,1866,2365 -"129994",34831,43226,3,1866,2442 -"129995",34831,44235,3,1866,2700 -"129996",34831,45473,3,1866,2540 -"129997",34831,46532,3,1866,2005 -"129998",34831,48110,3,1866,2009 -"129999",34831,51084,3,1866,2188 -"130000",34831,52215,3,1866,1908 -"130001",34831,53160,3,1866,2736 -"130002",34831,53809,3,1866,1956 -"130003",34831,58508,3,1866,2326 -"130004",34831,60516,3,1866,2257 -"130005",34831,60879,2,1866,2792 -"130006",34831,68314,3,1866,2180 -"130007",34831,69335,3,1866,2698 -"130008",34831,73553,2,1866,2726 -"130009",34831,77077,2,1866,2693 -"130010",34831,82819,3,1866,1900 -"130011",34831,82932,2,1866,2245 -"130012",34831,99940,3,1866,2884 -"130013",34831,121354,3,1866,2862 -"130014",34836,2208,3,2302,2814 -"130015",34836,2224,3,2302,2751 -"130016",34836,2424,3,2302,2582 -"130017",34836,3305,3,2302,2839 -"130018",34836,4932,3,2302,2752 -"130019",34836,5462,3,2302,2374 -"130020",34836,5504,3,2302,2389 -"130021",34836,6491,3,2302,2424 -"130022",34836,9311,3,2302,2477 -"130023",34836,9362,3,2302,2879 -"130024",34836,14676,3,2302,2764 -"130025",34836,14834,2,2302,2739 -"130026",34836,16332,3,2302,2668 -"130027",34836,16352,3,2302,2657 -"130028",34836,19248,3,2302,2357 -"130029",34836,21104,3,2302,2327 -"130030",34836,22326,3,2302,2818 -"130031",34836,26749,3,2302,2965 -"130032",34836,28285,3,2302,2972 -"130033",34836,29929,3,2302,2789 -"130034",34836,31799,3,2302,2547 -"130035",34836,36087,3,2302,2755 -"130036",34836,38780,2,2302,2705 -"130037",34836,39444,3,2302,2695 -"130038",34836,39535,3,2302,2428 -"130039",34836,41607,3,2302,2802 -"130040",34836,50236,3,2302,2339 -"130041",34836,51035,3,2302,2397 -"130042",34836,53266,2,2302,2389 -"130043",34836,53323,3,2302,2677 -"130044",34836,56082,3,2302,2395 -"130045",34836,58508,3,2302,2326 -"130046",34836,61982,3,2302,2725 -"130047",34836,62841,3,2302,2710 -"130048",34836,65007,2,2302,2530 -"130049",34836,80825,3,2302,2315 -"130050",34836,82732,3,2302,2810 -"130051",34836,101797,3,2302,2357 -"130052",34836,108867,3,2302,2328 -"130053",34842,7951,3,2050,2358 -"130054",34842,25480,1,2050,2747 -"130055",34842,47895,3,2050,2328 -"130056",34842,51364,2,2050,2660 -"130057",34842,54067,2,2050,2433 -"130058",34842,54879,3,2050,2210 -"130059",34870,680,3,1873,2569 -"130060",34870,4303,3,1873,2414 -"130061",34870,7252,3,1873,2799 -"130062",34870,8062,2,1873,2858 -"130063",34870,10336,3,1873,2271 -"130064",34870,12759,3,1873,2414 -"130065",34870,16286,3,1873,2470 -"130066",34870,21681,3,1873,2005 -"130067",34870,25373,2,1873,2783 -"130068",34870,30334,3,1873,2075 -"130069",34870,31700,3,1873,2727 -"130070",34870,32110,3,1873,2224 -"130071",34870,32988,3,1873,2008 -"130072",34870,37036,3,1873,2264 -"130073",34870,37636,3,1873,2178 -"130074",34870,40392,3,1873,1878 -"130075",34870,41723,3,1873,2101 -"130076",34870,51783,3,1873,2599 -"130077",34870,55155,3,1873,2333 -"130078",34870,82932,3,1873,2245 -"130079",34875,237,2,1544,1982 -"130080",34875,448,3,1544,2693 -"130081",34875,4763,3,1544,1960 -"130082",34875,5599,3,1544,1684 -"130083",34875,17645,3,1544,1918 -"130084",34875,26336,3,1544,1904 -"130085",34875,27908,3,1544,2576 -"130086",34875,30697,3,1544,2891 -"130087",34875,36487,3,1544,2622 -"130088",34875,36970,3,1544,2693 -"130089",34875,39999,3,1544,1593 -"130090",34875,56537,2,1544,2409 -"130091",34892,364,3,2309,2351 -"130092",34892,8062,2,2309,2858 -"130093",34892,8865,3,2309,2394 -"130094",34892,9503,3,2309,2453 -"130095",34892,9785,3,2309,2951 -"130096",34892,9787,3,2309,2858 -"130097",34892,10638,3,2309,2692 -"130098",34892,11429,2,2309,2520 -"130099",34892,12361,3,2309,2732 -"130100",34892,13136,3,2309,2867 -"130101",34892,13879,3,2309,2748 -"130102",34892,14761,3,2309,2502 -"130103",34892,16176,3,2309,2703 -"130104",34892,22723,3,2309,2859 -"130105",34892,25373,3,2309,2783 -"130106",34892,27742,3,2309,2700 -"130107",34892,36912,3,2309,2469 -"130108",34892,37342,3,2309,2649 -"130109",34892,52815,3,2309,2323 -"130110",34892,70101,2,2309,2414 -"130111",34899,602,3,2565,2632 -"130112",34899,762,3,2565,2671 -"130113",34899,12703,3,2565,2689 -"130114",34899,13601,3,2565,2689 -"130115",34899,32567,3,2565,2784 -"130116",34899,64699,3,2565,2797 -"130117",34907,206,3,1945,1986 -"130118",34907,312,3,1945,2038 -"130119",34907,1102,3,1945,2282 -"130120",34907,2684,3,1945,2874 -"130121",34907,3961,3,1945,2426 -"130122",34907,5429,2,1945,1991 -"130123",34907,5580,3,1945,2111 -"130124",34907,6074,3,1945,2426 -"130125",34907,7013,3,1945,2040 -"130126",34907,7992,3,1945,2033 -"130127",34907,9654,3,1945,2111 -"130128",34907,9893,3,1945,2701 -"130129",34907,10358,3,1945,2294 -"130130",34907,11055,3,1945,2111 -"130131",34907,11351,3,1945,2971 -"130132",34907,11620,3,1945,2010 -"130133",34907,19248,3,1945,2357 -"130134",34907,20067,2,1945,2390 -"130135",34907,20311,3,1945,1981 -"130136",34907,21706,1,1945,1988 -"130137",34907,25486,3,1945,2582 -"130138",34907,27501,2,1945,1981 -"130139",34907,27694,3,1945,2030 -"130140",34907,33801,2,1945,2899 -"130141",34907,35481,3,1945,2211 -"130142",34907,42574,3,1945,2842 -"130143",34907,45608,3,1945,2420 -"130144",34907,53475,2,1945,2853 -"130145",34907,54695,2,1945,2429 -"130146",34907,58427,3,1945,2234 -"130147",34908,9787,3,2796,2858 -"130148",34908,11648,3,2796,2852 -"130149",34908,13290,1,2796,2824 -"130150",34908,30010,3,2796,2917 -"130151",34908,71531,2,2796,2887 -"130152",34920,135,2,563,2233 -"130153",34920,455,2,563,2827 -"130154",34920,470,3,563,2285 -"130155",34920,600,2,563,1702 -"130156",34920,913,3,563,2144 -"130157",34920,4084,3,563,2133 -"130158",34920,4790,3,563,1025 -"130159",34920,5451,1,563,1299 -"130160",34920,7233,3,563,572 -"130161",34920,7245,3,563,2089 -"130162",34920,7350,2,563,1901 -"130163",34920,10433,3,563,2075 -"130164",34920,11434,3,563,1187 -"130165",34920,12863,3,563,2027 -"130166",34920,14678,3,563,799 -"130167",34920,17698,3,563,1559 -"130168",34920,18108,3,563,1656 -"130169",34920,21198,3,563,935 -"130170",34920,22282,3,563,1418 -"130171",34920,23132,3,563,2756 -"130172",34920,23705,1,563,2699 -"130173",34920,23869,3,563,1918 -"130174",34920,23918,1,563,1881 -"130175",34920,24568,3,563,1937 -"130176",34920,25289,3,563,1790 -"130177",34920,27377,3,563,1724 -"130178",34920,27837,1,563,1315 -"130179",34920,28101,2,563,1949 -"130180",34920,28115,3,563,1835 -"130181",34920,28991,3,563,1688 -"130182",34920,29705,3,563,607 -"130183",34920,31050,2,563,1491 -"130184",34920,32658,2,563,1694 -"130185",34920,34160,3,563,1759 -"130186",34920,35302,2,563,1589 -"130187",34920,41739,2,563,1339 -"130188",34920,45633,3,563,2134 -"130189",34920,46723,3,563,607 -"130190",34920,46803,3,563,2305 -"130191",34920,49144,3,563,1542 -"130192",34920,50041,3,563,1565 -"130193",34920,50219,3,563,756 -"130194",34920,50685,3,563,2008 -"130195",34920,52058,3,563,1836 -"130196",34920,52735,3,563,1124 -"130197",34920,53196,3,563,1888 -"130198",34920,54158,2,563,1756 -"130199",34920,54980,3,563,876 -"130200",34920,55468,3,563,2511 -"130201",34920,59304,3,563,928 -"130202",34920,63409,3,563,1937 -"130203",34920,64181,3,563,1828 -"130204",34920,65625,3,563,1273 -"130205",34920,66413,3,563,2507 -"130206",34920,67314,3,563,1051 -"130207",34920,70603,3,563,1002 -"130208",34920,70681,3,563,866 -"130209",34920,76666,3,563,1908 -"130210",34920,90259,3,563,699 -"130211",34920,90573,3,563,878 -"130212",34920,105063,2,563,1908 -"130213",34920,105947,3,563,997 -"130214",34920,109510,2,563,621 -"130215",34921,2226,3,2181,2225 -"130216",34921,2936,3,2181,2512 -"130217",34921,3978,3,2181,2775 -"130218",34921,4681,3,2181,2356 -"130219",34921,5235,3,2181,2324 -"130220",34921,9272,3,2181,2835 -"130221",34921,9723,2,2181,2302 -"130222",34921,19215,2,2181,2604 -"130223",34921,19364,2,2181,2846 -"130224",34921,22580,2,2181,2245 -"130225",34921,22709,1,2181,2743 -"130226",34921,35477,3,2181,2703 -"130227",34921,37929,3,2181,2393 -"130228",34921,39534,3,2181,2410 -"130229",34921,39906,3,2181,2365 -"130230",34921,44235,3,2181,2700 -"130231",34921,45473,3,2181,2540 -"130232",34921,60516,3,2181,2257 -"130233",34921,60879,3,2181,2792 -"130234",34921,73553,3,2181,2726 -"130235",34921,77077,3,2181,2693 -"130236",34921,92297,3,2181,2952 -"130237",34921,94640,3,2181,2344 -"130238",34921,121354,2,2181,2862 -"130239",34923,8062,3,218,2858 -"130240",34923,20715,1,218,1312 -"130241",34923,31001,3,218,2119 -"130242",34923,34945,3,218,1298 -"130243",34923,50491,1,218,1919 -"130244",34923,54981,3,218,1949 -"130245",34923,71274,3,218,2390 -"130246",34923,75957,3,218,239 -"130247",34923,89880,3,218,1938 -"130248",34923,99953,2,218,581 -"130249",34923,108433,1,218,1568 -"130250",34934,1364,3,645,859 -"130251",34934,14108,3,645,2012 -"130252",34934,15962,3,645,660 -"130253",34934,21133,3,645,1320 -"130254",34934,29170,3,645,1846 -"130255",34934,32503,3,645,2020 -"130256",34934,43173,3,645,2895 -"130257",34934,50235,3,645,726 -"130258",34934,51572,3,645,912 -"130259",34934,53846,3,645,2737 -"130260",34934,73675,3,645,887 -"130261",34934,76192,3,645,912 -"130262",34934,87269,3,645,847 -"130263",34934,89880,3,645,1938 -"130264",34934,101967,3,645,691 -"130265",34934,121291,3,645,1955 -"130266",34945,512,3,1298,1596 -"130267",34945,1592,3,1298,2006 -"130268",34945,1691,2,1298,1941 -"130269",34945,2011,3,1298,2176 -"130270",34945,2407,3,1298,1725 -"130271",34945,5258,3,1298,2730 -"130272",34945,6252,3,1298,2336 -"130273",34945,6390,2,1298,2385 -"130274",34945,7245,3,1298,2089 -"130275",34945,8762,3,1298,2585 -"130276",34945,12199,3,1298,1651 -"130277",34945,14108,2,1298,2012 -"130278",34945,14972,3,1298,2332 -"130279",34945,15546,3,1298,2055 -"130280",34945,15799,3,1298,1917 -"130281",34945,16237,3,1298,2009 -"130282",34945,16866,3,1298,2718 -"130283",34945,17434,3,1298,1642 -"130284",34945,18348,3,1298,1711 -"130285",34945,18415,3,1298,2184 -"130286",34945,18543,3,1298,2968 -"130287",34945,18865,3,1298,2676 -"130288",34945,19208,3,1298,2629 -"130289",34945,19605,3,1298,2395 -"130290",34945,19718,3,1298,1702 -"130291",34945,20407,3,1298,2339 -"130292",34945,21133,3,1298,1320 -"130293",34945,21246,3,1298,1612 -"130294",34945,24198,3,1298,2217 -"130295",34945,25565,2,1298,2764 -"130296",34945,27792,3,1298,1308 -"130297",34945,28592,3,1298,2320 -"130298",34945,28627,3,1298,2694 -"130299",34945,29073,3,1298,2328 -"130300",34945,31001,3,1298,2119 -"130301",34945,31235,3,1298,2668 -"130302",34945,31700,3,1298,2727 -"130303",34945,33621,3,1298,1319 -"130304",34945,33622,3,1298,2230 -"130305",34945,35774,2,1298,1969 -"130306",34945,36439,2,1298,2469 -"130307",34945,36691,3,1298,1903 -"130308",34945,37509,3,1298,1640 -"130309",34945,37937,3,1298,1320 -"130310",34945,38213,3,1298,1744 -"130311",34945,40954,3,1298,2603 -"130312",34945,43173,3,1298,2895 -"130313",34945,43226,3,1298,2442 -"130314",34945,44427,3,1298,2875 -"130315",34945,46621,3,1298,1343 -"130316",34945,47064,3,1298,1993 -"130317",34945,49620,3,1298,1868 -"130318",34945,50480,3,1298,2701 -"130319",34945,52136,3,1298,1412 -"130320",34945,52138,2,1298,1615 -"130321",34945,52323,3,1298,2148 -"130322",34945,52327,3,1298,1472 -"130323",34945,53519,3,1298,2781 -"130324",34945,55156,3,1298,2196 -"130325",34945,56910,2,1298,2705 -"130326",34945,58133,3,1298,1484 -"130327",34945,58284,3,1298,2292 -"130328",34945,58427,3,1298,2234 -"130329",34945,63395,3,1298,2334 -"130330",34945,64181,3,1298,1828 -"130331",34945,71274,3,1298,2390 -"130332",34945,72501,3,1298,2795 -"130333",34945,72845,3,1298,1663 -"130334",34945,74636,3,1298,2525 -"130335",34945,78563,3,1298,2385 -"130336",34945,82426,2,1298,1576 -"130337",34945,88232,3,1298,2881 -"130338",34945,88966,3,1298,1568 -"130339",34945,89880,3,1298,1938 -"130340",34945,92491,3,1298,1968 -"130341",34945,94500,3,1298,1529 -"130342",34945,100215,3,1298,2436 -"130343",34953,916,3,1817,2718 -"130344",34953,2647,3,1817,2450 -"130345",34953,3520,3,1817,2281 -"130346",34953,3786,3,1817,2282 -"130347",34953,4551,3,1817,2720 -"130348",34953,5303,3,1817,1849 -"130349",34953,7253,1,1817,2686 -"130350",34953,7254,2,1817,1849 -"130351",34953,19509,1,1817,2000 -"130352",34953,23639,3,1817,2065 -"130353",34953,28268,2,1817,2258 -"130354",34953,28355,3,1817,2053 -"130355",34953,29276,2,1817,2000 -"130356",34953,33363,3,1817,2475 -"130357",34953,40715,3,1817,2258 -"130358",34953,42390,3,1817,2937 -"130359",34953,43524,3,1817,2572 -"130360",34953,46616,3,1817,1917 -"130361",34953,47607,2,1817,2724 -"130362",34953,52380,2,1817,2686 -"130363",34953,53584,3,1817,2391 -"130364",34953,58945,2,1817,2481 -"130365",34953,59511,2,1817,2753 -"130366",34953,69029,3,1817,2623 -"130367",34954,23,3,1184,1682 -"130368",34954,313,3,1184,2271 -"130369",34954,377,3,1184,2389 -"130370",34954,543,3,1184,2203 -"130371",34954,1151,3,1184,2885 -"130372",34954,1495,3,1184,2046 -"130373",34954,1616,3,1184,2662 -"130374",34954,1777,3,1184,1965 -"130375",34954,2036,3,1184,2483 -"130376",34954,3830,3,1184,1661 -"130377",34954,4057,3,1184,2389 -"130378",34954,5041,2,1184,2371 -"130379",34954,5078,3,1184,2033 -"130380",34954,5457,3,1184,2077 -"130381",34954,5462,3,1184,2374 -"130382",34954,5504,3,1184,2389 -"130383",34954,5557,3,1184,1929 -"130384",34954,7323,3,1184,2858 -"130385",34954,7508,3,1184,2396 -"130386",34954,8760,3,1184,2477 -"130387",34954,10358,3,1184,2294 -"130388",34954,15401,3,1184,1999 -"130389",34954,15808,3,1184,1521 -"130390",34954,16826,3,1184,2599 -"130391",34954,21754,3,1184,1881 -"130392",34954,22749,3,1184,1727 -"130393",34954,27642,3,1184,1531 -"130394",34954,29050,3,1184,1196 -"130395",34954,30883,3,1184,1629 -"130396",34954,32988,3,1184,2008 -"130397",34954,34158,3,1184,2639 -"130398",34954,35361,1,1184,2389 -"130399",34954,38219,3,1184,1689 -"130400",34954,41747,3,1184,1722 -"130401",34954,52471,3,1184,2483 -"130402",34954,57355,3,1184,1261 -"130403",34954,65155,3,1184,1947 -"130404",34963,6208,3,2251,2361 -"130405",34963,16954,3,2251,2972 -"130406",34963,19248,3,2251,2357 -"130407",34963,35738,3,2251,2448 -"130408",34963,36609,3,2251,2918 -"130409",34963,45618,3,2251,2356 -"130410",34963,64945,3,2251,2279 -"130411",34984,3164,3,2056,2693 -"130412",34984,5511,2,2056,2356 -"130413",34984,11966,3,2056,2385 -"130414",34984,13732,3,2056,2789 -"130415",34984,17790,3,2056,2783 -"130416",34984,21571,3,2056,2755 -"130417",34984,22566,3,2056,2308 -"130418",34984,25462,3,2056,2653 -"130419",34984,25637,3,2056,2688 -"130420",34984,26218,3,2056,2460 -"130421",34984,26865,3,2056,2726 -"130422",34984,30081,3,2056,2403 -"130423",34984,33407,2,2056,2496 -"130424",34984,36912,3,2056,2469 -"130425",34984,36962,3,2056,2861 -"130426",34984,41872,3,2056,2974 -"130427",34992,3271,3,893,2216 -"130428",34992,9272,3,893,2835 -"130429",34992,22422,3,893,894 -"130430",34992,43226,3,893,2442 -"130431",34992,48110,3,893,2009 -"130432",34992,50224,1,893,1123 -"130433",34992,58508,3,893,2326 -"130434",34992,69335,3,893,2698 -"130435",34992,70748,2,893,978 -"130436",34992,72083,2,893,1122 -"130437",34992,80301,3,893,1690 -"130438",34992,116025,2,893,1874 -"130439",34997,2452,2,591,1715 -"130440",34997,4249,3,591,2547 -"130441",34997,4916,3,591,1970 -"130442",34997,5897,3,591,2337 -"130443",34997,9301,3,591,1861 -"130444",34997,9703,3,591,1845 -"130445",34997,13065,3,591,1561 -"130446",34997,13079,3,591,2547 -"130447",34997,14287,3,591,1583 -"130448",34997,16286,3,591,2470 -"130449",34997,16437,3,591,1956 -"130450",34997,16776,3,591,1565 -"130451",34997,19447,3,591,969 -"130452",34997,19934,3,591,2888 -"130453",34997,20176,2,591,1050 -"130454",34997,24176,2,591,1986 -"130455",34997,25378,3,591,1245 -"130456",34997,27280,3,591,1965 -"130457",34997,28446,1,591,917 -"130458",34997,30865,2,591,2038 -"130459",34997,32939,3,591,2277 -"130460",34997,33665,3,591,787 -"130461",34997,38087,3,591,1083 -"130462",34997,38373,3,591,1928 -"130463",34997,39249,3,591,1665 -"130464",34997,40003,3,591,936 -"130465",34997,40226,3,591,880 -"130466",34997,45096,3,591,766 -"130467",34997,45480,3,591,1104 -"130468",34997,46570,1,591,1707 -"130469",34997,47968,3,591,2829 -"130470",34997,49551,3,591,879 -"130471",34997,50229,3,591,1190 -"130472",34997,52879,3,591,777 -"130473",34997,54890,3,591,877 -"130474",34997,57804,3,591,2214 -"130475",34997,58015,3,591,899 -"130476",34997,59485,3,591,1564 -"130477",34997,59726,3,591,1513 -"130478",34997,60258,3,591,2405 -"130479",34997,61125,3,591,1673 -"130480",34997,64993,3,591,615 -"130481",34997,65522,3,591,1572 -"130482",34997,67815,2,591,2476 -"130483",34997,70126,3,591,1158 -"130484",34997,75282,3,591,2675 -"130485",34997,81716,2,591,1199 -"130486",34997,84447,3,591,1006 -"130487",34997,90674,3,591,621 -"130488",34997,90745,3,591,1994 -"130489",34997,92678,3,591,1769 -"130490",34997,92904,3,591,780 -"130491",34997,102566,2,591,2207 -"130492",34997,110402,2,591,858 -"130493",35004,798,3,1509,2476 -"130494",35004,2057,3,1509,1965 -"130495",35004,3564,2,1509,2717 -"130496",35004,4612,3,1509,2804 -"130497",35004,5599,2,1509,1684 -"130498",35004,10210,2,1509,1905 -"130499",35004,16176,3,1509,2703 -"130500",35004,19364,3,1509,2846 -"130501",35004,19433,3,1509,2504 -"130502",35004,20124,3,1509,2376 -"130503",35004,22709,3,1509,2743 -"130504",35004,23825,3,1509,1913 -"130505",35004,26336,3,1509,1904 -"130506",35004,26642,3,1509,2952 -"130507",35004,27897,3,1509,1968 -"130508",35004,32606,3,1509,2100 -"130509",35004,35715,1,1509,2912 -"130510",35004,40819,2,1509,1556 -"130511",35004,41134,3,1509,2952 -"130512",35004,47968,3,1509,2829 -"130513",35004,58559,3,1509,2242 -"130514",35004,61240,3,1509,2651 -"130515",35004,61337,3,1509,2777 -"130516",35004,65856,2,1509,2504 -"130517",35004,72348,2,1509,1810 -"130518",35004,74474,3,1509,2338 -"130519",35004,76971,3,1509,2145 -"130520",35004,80606,1,1509,2079 -"130521",35004,102016,3,1509,1649 -"130522",35039,38975,1,1187,1999 -"130523",35039,44564,2,1187,2034 -"130524",35039,114504,3,1187,1937 -"130525",35041,862,3,1311,2254 -"130526",35041,1136,3,1311,2536 -"130527",35041,1691,3,1311,1941 -"130528",35041,4932,3,1311,2752 -"130529",35041,6345,3,1311,2713 -"130530",35041,6390,3,1311,2385 -"130531",35041,7196,3,1311,1508 -"130532",35041,8073,3,1311,1847 -"130533",35041,8463,3,1311,2466 -"130534",35041,8607,3,1311,1685 -"130535",35041,8726,3,1311,2083 -"130536",35041,9724,2,1311,2713 -"130537",35041,13394,3,1311,1667 -"130538",35041,14032,3,1311,2144 -"130539",35041,14108,2,1311,2012 -"130540",35041,14152,3,1311,2007 -"130541",35041,14676,3,1311,2764 -"130542",35041,14731,3,1311,2012 -"130543",35041,14957,3,1311,2306 -"130544",35041,15782,3,1311,2306 -"130545",35041,18543,3,1311,2968 -"130546",35041,19751,3,1311,1630 -"130547",35041,23550,3,1311,2939 -"130548",35041,23787,3,1311,2810 -"130549",35041,25565,3,1311,2764 -"130550",35041,28782,3,1311,2272 -"130551",35041,28896,3,1311,1395 -"130552",35041,29918,3,1311,1953 -"130553",35041,31001,3,1311,2119 -"130554",35041,31700,3,1311,2727 -"130555",35041,32350,3,1311,1540 -"130556",35041,37684,3,1311,2899 -"130557",35041,37937,3,1311,1320 -"130558",35041,40028,3,1311,1349 -"130559",35041,42216,3,1311,2722 -"130560",35041,44521,3,1311,1593 -"130561",35041,45299,3,1311,2426 -"130562",35041,45545,3,1311,1776 -"130563",35041,48215,2,1311,2028 -"130564",35041,50236,3,1311,2339 -"130565",35041,50585,3,1311,2414 -"130566",35041,52323,3,1311,2148 -"130567",35041,53652,3,1311,2899 -"130568",35041,56116,1,1311,1321 -"130569",35041,56237,2,1311,2625 -"130570",35041,66241,3,1311,2351 -"130571",35041,67805,3,1311,1338 -"130572",35041,73553,3,1311,2726 -"130573",35041,73747,3,1311,2274 -"130574",35041,82730,3,1311,1492 -"130575",35041,84235,3,1311,1639 -"130576",35041,89880,3,1311,1938 -"130577",35041,92658,3,1311,2659 -"130578",35041,95288,3,1311,1602 -"130579",35041,101347,2,1311,1335 -"130580",35041,106555,2,1311,1626 -"130581",35041,108430,3,1311,1642 -"130582",35045,913,3,1646,2144 -"130583",35045,1409,3,1646,2090 -"130584",35045,1592,2,1646,2006 -"130585",35045,1691,3,1646,1941 -"130586",35045,3886,1,1646,1669 -"130587",35045,3966,3,1646,2425 -"130588",35045,5258,2,1646,2730 -"130589",35045,6252,3,1646,2336 -"130590",35045,6390,3,1646,2385 -"130591",35045,6428,3,1646,1952 -"130592",35045,7794,3,1646,2972 -"130593",35045,12199,2,1646,1651 -"130594",35045,14108,3,1646,2012 -"130595",35045,14652,3,1646,2516 -"130596",35045,17943,2,1646,1943 -"130597",35045,18202,3,1646,2475 -"130598",35045,18543,3,1646,2968 -"130599",35045,19173,3,1646,1686 -"130600",35045,19317,3,1646,2041 -"130601",35045,19605,3,1646,2395 -"130602",35045,20407,2,1646,2339 -"130603",35045,23641,3,1646,1934 -"130604",35045,27030,3,1646,2031 -"130605",35045,29948,3,1646,2795 -"130606",35045,31235,3,1646,2668 -"130607",35045,34812,3,1646,2442 -"130608",35045,36439,3,1646,2469 -"130609",35045,36554,3,1646,1649 -"130610",35045,37301,3,1646,2160 -"130611",35045,43173,3,1646,2895 -"130612",35045,47248,3,1646,2883 -"130613",35045,47445,3,1646,2668 -"130614",35045,49301,3,1646,1894 -"130615",35045,51017,3,1646,2073 -"130616",35045,88232,3,1646,2881 -"130617",35069,6241,2,2069,2264 -"130618",35069,10859,2,2069,2231 -"130619",35069,13324,3,2069,2163 -"130620",35069,20563,3,2069,2267 -"130621",35069,23460,3,2069,2183 -"130622",35069,35888,3,2069,2291 -"130623",35069,42129,3,2069,2318 -"130624",35069,47362,2,2069,2253 -"130625",35069,53342,3,2069,2071 -"130626",35069,57405,3,2069,2344 -"130627",35069,58617,3,2069,2093 -"130628",35069,62832,3,2069,2606 -"130629",35069,84799,3,2069,2656 -"130630",35069,88455,3,2069,2388 -"130631",35069,93481,3,2069,2311 -"130632",35095,145,3,1502,1998 -"130633",35095,270,3,1502,2542 -"130634",35095,312,3,1502,2038 -"130635",35095,600,3,1502,1702 -"130636",35095,913,2,1502,2144 -"130637",35095,1639,3,1502,2631 -"130638",35095,2322,2,1502,1645 -"130639",35095,2424,2,1502,2582 -"130640",35095,2533,3,1502,2016 -"130641",35095,2972,3,1502,1708 -"130642",35095,3305,3,1502,2839 -"130643",35095,3306,3,1502,1989 -"130644",35095,4701,3,1502,2401 -"130645",35095,4705,3,1502,1714 -"130646",35095,5429,3,1502,1991 -"130647",35095,6047,3,1502,2004 -"130648",35095,6363,3,1502,2066 -"130649",35095,7258,3,1502,1714 -"130650",35095,7555,3,1502,1943 -"130651",35095,7627,3,1502,1543 -"130652",35095,9030,3,1502,1979 -"130653",35095,9311,3,1502,2477 -"130654",35095,9654,3,1502,2111 -"130655",35095,11006,3,1502,1950 -"130656",35095,12528,3,1502,2589 -"130657",35095,12863,3,1502,2027 -"130658",35095,15003,3,1502,2067 -"130659",35095,15813,3,1502,2143 -"130660",35095,16201,3,1502,1811 -"130661",35095,17698,3,1502,1559 -"130662",35095,17931,3,1502,1617 -"130663",35095,18394,3,1502,2356 -"130664",35095,19248,3,1502,2357 -"130665",35095,19719,3,1502,2177 -"130666",35095,21193,3,1502,2490 -"130667",35095,21285,3,1502,2100 -"130668",35095,21693,3,1502,2176 -"130669",35095,22326,3,1502,2818 -"130670",35095,22362,3,1502,1836 -"130671",35095,23011,3,1502,2763 -"130672",35095,23725,3,1502,2378 -"130673",35095,23729,3,1502,1624 -"130674",35095,24448,2,1502,2289 -"130675",35095,24568,3,1502,1937 -"130676",35095,25577,3,1502,1946 -"130677",35095,26451,3,1502,2133 -"130678",35095,26749,3,1502,2965 -"130679",35095,27275,2,1502,2656 -"130680",35095,27390,3,1502,2425 -"130681",35095,27694,3,1502,2030 -"130682",35095,28626,3,1502,2842 -"130683",35095,29929,3,1502,2789 -"130684",35095,30052,3,1502,2855 -"130685",35095,30405,3,1502,2164 -"130686",35095,31235,3,1502,2668 -"130687",35095,31307,3,1502,2139 -"130688",35095,32173,2,1502,2341 -"130689",35095,33949,3,1502,2489 -"130690",35095,35045,3,1502,1646 -"130691",35095,38019,3,1502,1870 -"130692",35095,43385,3,1502,1623 -"130693",35095,43455,3,1502,2846 -"130694",35095,46629,3,1502,2255 -"130695",35095,48215,3,1502,2028 -"130696",35095,48414,3,1502,1749 -"130697",35095,49620,3,1502,1868 -"130698",35095,50134,3,1502,2674 -"130699",35095,50685,3,1502,2008 -"130700",35095,52058,3,1502,1836 -"130701",35095,52576,2,1502,2234 -"130702",35095,54929,3,1502,2783 -"130703",35095,55082,3,1502,1856 -"130704",35095,55438,2,1502,2863 -"130705",35095,55468,3,1502,2511 -"130706",35095,56082,3,1502,2395 -"130707",35095,56317,3,1502,2030 -"130708",35095,58451,3,1502,1939 -"130709",35095,58508,3,1502,2326 -"130710",35095,61982,3,1502,2725 -"130711",35095,62841,3,1502,2710 -"130712",35095,63409,3,1502,1937 -"130713",35095,66860,3,1502,1548 -"130714",35095,67652,2,1502,2736 -"130715",35095,67690,3,1502,1902 -"130716",35095,67726,3,1502,2873 -"130717",35095,76892,3,1502,2381 -"130718",35095,79322,3,1502,2770 -"130719",35095,82949,3,1502,2077 -"130720",35108,2798,3,604,1673 -"130721",35108,4361,3,604,2571 -"130722",35108,8062,3,604,2858 -"130723",35108,8463,3,604,2466 -"130724",35108,11429,3,604,2520 -"130725",35108,12586,3,604,613 -"130726",35108,16021,3,604,858 -"130727",35108,16776,3,604,1565 -"130728",35108,20395,3,604,1468 -"130729",35108,27320,3,604,2378 -"130730",35108,30891,3,604,1256 -"130731",35108,31696,3,604,1595 -"130732",35108,34892,3,604,2309 -"130733",35108,35787,3,604,1132 -"130734",35108,37424,3,604,1693 -"130735",35108,38259,2,604,2258 -"130736",35108,41439,3,604,709 -"130737",35108,47072,2,604,1564 -"130738",35108,69131,3,604,2122 -"130739",35108,72348,3,604,1810 -"130740",35108,72438,3,604,1397 -"130741",35108,98058,3,604,1891 -"130742",35113,6740,3,1327,2699 -"130743",35113,19248,3,1327,2357 -"130744",35113,19719,3,1327,2177 -"130745",35113,21197,3,1327,1437 -"130746",35113,22277,2,1327,2424 -"130747",35113,23319,2,1327,2867 -"130748",35113,23729,3,1327,1624 -"130749",35113,25129,2,1327,2647 -"130750",35113,29917,3,1327,1962 -"130751",35113,34509,3,1327,1973 -"130752",35113,52576,3,1327,2234 -"130753",35113,61982,3,1327,2725 -"130754",35113,62841,2,1327,2710 -"130755",35133,2139,3,2219,2502 -"130756",35133,2226,3,2219,2225 -"130757",35133,3770,3,2219,2623 -"130758",35133,7450,3,2219,2827 -"130759",35133,10766,3,2219,2647 -"130760",35133,14915,3,2219,2606 -"130761",35133,24096,3,2219,2612 -"130762",35133,32202,3,2219,2314 -"130763",35133,45729,3,2219,2606 -"130764",35133,46261,2,2219,2350 -"130765",35133,61240,3,2219,2651 -"130766",35136,36278,3,2296,2952 -"130767",35186,602,3,1520,2632 -"130768",35186,1367,3,1520,2176 -"130769",35186,2863,3,1520,1657 -"130770",35186,3460,3,1520,2530 -"130771",35186,3896,3,1520,2693 -"130772",35186,4821,3,1520,1938 -"130773",35186,6602,3,1520,1631 -"130774",35186,7245,3,1520,2089 -"130775",35186,8533,3,1520,2251 -"130776",35186,10474,3,1520,1608 -"130777",35186,11456,3,1520,2715 -"130778",35186,13724,1,1520,1573 -"130779",35186,14422,3,1520,1548 -"130780",35186,15207,3,1520,1855 -"130781",35186,15453,2,1520,1688 -"130782",35186,18348,3,1520,1711 -"130783",35186,18415,3,1520,2184 -"130784",35186,21249,1,1520,1635 -"130785",35186,22311,3,1520,2034 -"130786",35186,31997,3,1520,1703 -"130787",35186,33052,3,1520,2251 -"130788",35186,34820,3,1520,1630 -"130789",35186,36646,3,1520,2744 -"130790",35186,42196,2,1520,2765 -"130791",35186,42642,2,1520,2257 -"130792",35186,45633,3,1520,2134 -"130793",35186,46580,2,1520,2346 -"130794",35186,49144,3,1520,1542 -"130795",35186,50509,3,1520,2050 -"130796",35186,51055,2,1520,2558 -"130797",35186,53968,2,1520,2703 -"130798",35186,56893,3,1520,2597 -"130799",35186,60516,2,1520,2257 -"130800",35186,69591,3,1520,2294 -"130801",35186,77811,2,1520,1871 -"130802",35186,81269,3,1520,1570 -"130803",35186,86152,2,1520,1944 -"130804",35187,489,1,2488,2652 -"130805",35187,2224,2,2488,2751 -"130806",35187,12703,3,2488,2689 -"130807",35187,53846,2,2488,2737 -"130808",35187,67649,3,2488,2745 -"130809",35235,2684,3,2610,2874 -"130810",35235,3628,1,2610,2707 -"130811",35235,9191,2,2610,2707 -"130812",35235,11351,2,2610,2971 -"130813",35235,12356,3,2610,2757 -"130814",35235,14959,1,2610,2898 -"130815",35235,21955,3,2610,2832 -"130816",35235,22326,3,2610,2818 -"130817",35235,29314,3,2610,2736 -"130818",35235,44427,3,2610,2875 -"130819",35235,44885,3,2610,2670 -"130820",35235,53562,3,2610,2687 -"130821",35235,60661,3,2610,2700 -"130822",35235,70203,3,2610,2756 -"130823",35235,119610,3,2610,2707 -"130824",35243,9538,3,1102,1786 -"130825",35243,9656,3,1102,1135 -"130826",35243,13340,3,1102,1918 -"130827",35243,19476,3,1102,1708 -"130828",35243,20038,3,1102,1531 -"130829",35243,34331,3,1102,1727 -"130830",35243,42407,3,1102,2408 -"130831",35243,73520,3,1102,2613 -"130832",35243,77719,2,1102,2086 -"130833",35243,78277,3,1102,1937 -"130834",35243,82039,3,1102,1327 -"130835",35243,84590,2,1102,1734 -"130836",35243,93553,2,1102,2537 -"130837",35256,362,3,2271,2537 -"130838",35256,377,1,2271,2389 -"130839",35256,613,3,2271,2687 -"130840",35256,854,3,2271,2307 -"130841",35256,1090,3,2271,2370 -"130842",35256,1102,3,2271,2282 -"130843",35256,1151,2,2271,2885 -"130844",35256,1616,1,2271,2662 -"130845",35256,2036,1,2271,2483 -"130846",35256,2224,3,2271,2751 -"130847",35256,2424,3,2271,2582 -"130848",35256,2484,1,2271,2389 -"130849",35256,3488,3,2271,2351 -"130850",35256,3853,3,2271,2465 -"130851",35256,3978,3,2271,2775 -"130852",35256,4057,1,2271,2389 -"130853",35256,4303,3,2271,2414 -"130854",35256,5462,2,2271,2374 -"130855",35256,5504,2,2271,2389 -"130856",35256,7323,1,2271,2858 -"130857",35256,8604,3,2271,2799 -"130858",35256,8760,2,2271,2477 -"130859",35256,9311,2,2271,2477 -"130860",35256,9362,3,2271,2879 -"130861",35256,10843,3,2271,2277 -"130862",35256,12713,2,2271,2440 -"130863",35256,13249,3,2271,2573 -"130864",35256,14655,3,2271,2559 -"130865",35256,14959,3,2271,2898 -"130866",35256,15184,3,2271,2396 -"130867",35256,15626,3,2271,2434 -"130868",35256,16497,3,2271,2370 -"130869",35256,17520,2,2271,2276 -"130870",35256,18151,3,2271,2962 -"130871",35256,19027,3,2271,2721 -"130872",35256,19208,3,2271,2629 -"130873",35256,19248,3,2271,2357 -"130874",35256,19606,2,2271,2783 -"130875",35256,20700,2,2271,2861 -"130876",35256,24923,3,2271,2785 -"130877",35256,25373,3,2271,2783 -"130878",35256,26516,3,2271,2479 -"130879",35256,26608,3,2271,2329 -"130880",35256,27478,2,2271,2485 -"130881",35256,29095,3,2271,2531 -"130882",35256,30906,3,2271,2537 -"130883",35256,31235,3,2271,2668 -"130884",35256,31799,2,2271,2547 -"130885",35256,33433,3,2271,2805 -"130886",35256,33801,3,2271,2899 -"130887",35256,36559,3,2271,2473 -"130888",35256,36701,3,2271,2381 -"130889",35256,37238,3,2271,2609 -"130890",35256,37570,1,2271,2389 -"130891",35256,38755,3,2271,2902 -"130892",35256,39444,3,2271,2695 -"130893",35256,39548,2,2271,2389 -"130894",35256,41664,3,2271,2641 -"130895",35256,41945,3,2271,2856 -"130896",35256,43455,3,2271,2846 -"130897",35256,44235,3,2271,2700 -"130898",35256,44427,3,2271,2875 -"130899",35256,44768,3,2271,2516 -"130900",35256,44885,3,2271,2670 -"130901",35256,44899,3,2271,2386 -"130902",35256,47445,3,2271,2668 -"130903",35256,47803,3,2271,2477 -"130904",35256,47947,3,2271,2681 -"130905",35256,49965,3,2271,2301 -"130906",35256,51041,3,2271,2606 -"130907",35256,53475,3,2271,2853 -"130908",35256,53851,2,2271,2305 -"130909",35256,57977,3,2271,2683 -"130910",35256,58218,3,2271,2627 -"130911",35256,59113,3,2271,2434 -"130912",35256,60257,3,2271,2795 -"130913",35256,65029,3,2271,2954 -"130914",35256,68098,3,2271,2378 -"130915",35256,68810,3,2271,2409 -"130916",35256,70046,3,2271,2624 -"130917",35256,70647,3,2271,2795 -"130918",35256,72334,3,2271,2820 -"130919",35256,78563,3,2271,2385 -"130920",35256,85430,2,2271,2370 -"130921",35256,93615,3,2271,2386 -"130922",35256,94125,3,2271,2280 -"130923",35264,3669,2,2329,2524 -"130924",35264,6234,3,2329,2654 -"130925",35264,11067,3,2329,2734 -"130926",35264,14972,3,2329,2332 -"130927",35264,18808,2,2329,2854 -"130928",35264,26658,3,2329,2745 -"130929",35264,30317,3,2329,2431 -"130930",35264,30981,3,2329,2366 -"130931",35264,31251,3,2329,2498 -"130932",35264,38309,2,2329,2644 -"130933",35264,42256,3,2329,2839 -"130934",35264,45585,3,2329,2384 -"130935",35264,49147,3,2329,2539 -"130936",35264,50440,3,2329,2469 -"130937",35264,53362,3,2329,2360 -"130938",35264,54903,2,2329,2493 -"130939",35264,59511,3,2329,2753 -"130940",35286,601,3,395,702 -"130941",35286,1428,2,395,742 -"130942",35286,5346,3,395,1438 -"130943",35286,5785,3,395,1261 -"130944",35286,6055,3,395,2651 -"130945",35286,7616,3,395,2296 -"130946",35286,8275,2,395,2237 -"130947",35286,8748,3,395,699 -"130948",35286,9200,3,395,787 -"130949",35286,9871,3,395,921 -"130950",35286,12639,3,395,1141 -"130951",35286,12692,2,395,1855 -"130952",35286,12712,3,395,815 -"130953",35286,13967,3,395,1354 -"130954",35286,13979,3,395,1559 -"130955",35286,14482,3,395,1573 -"130956",35286,15106,3,395,2286 -"130957",35286,15207,2,395,1855 -"130958",35286,15990,3,395,593 -"130959",35286,16053,3,395,908 -"130960",35286,16539,3,395,1947 -"130961",35286,18364,1,395,535 -"130962",35286,18550,3,395,483 -"130963",35286,19593,2,395,2013 -"130964",35286,19621,1,395,725 -"130965",35286,19637,3,395,1229 -"130966",35286,19655,3,395,2706 -"130967",35286,20319,3,395,468 -"130968",35286,20732,3,395,2401 -"130969",35286,21383,3,395,971 -"130970",35286,21422,3,395,935 -"130971",35286,21566,2,395,1234 -"130972",35286,23006,3,395,1532 -"130973",35286,23726,3,395,2434 -"130974",35286,23869,3,395,1918 -"130975",35286,25680,3,395,1618 -"130976",35286,27104,3,395,1608 -"130977",35286,28130,1,395,908 -"130978",35286,28131,2,395,1492 -"130979",35286,28808,3,395,1063 -"130980",35286,29580,3,395,2776 -"130981",35286,30150,3,395,1704 -"130982",35286,30883,3,395,1629 -"130983",35286,31243,3,395,1355 -"130984",35286,35772,2,395,1440 -"130985",35286,36441,2,395,2796 -"130986",35286,36784,3,395,576 -"130987",35286,39563,3,395,486 -"130988",35286,40113,3,395,451 -"130989",35286,40646,3,395,1583 -"130990",35286,40893,3,395,1116 -"130991",35286,41108,2,395,1624 -"130992",35286,42799,2,395,2729 -"130993",35286,44921,3,395,550 -"130994",35286,45504,3,395,2301 -"130995",35286,45903,3,395,2237 -"130996",35286,46635,2,395,2528 -"130997",35286,47386,3,395,2226 -"130998",35286,49109,3,395,2341 -"130999",35286,50487,3,395,744 -"131000",35286,52136,3,395,1412 -"131001",35286,52345,3,395,1430 -"131002",35286,53412,2,395,566 -"131003",35286,54522,3,395,699 -"131004",35286,55076,3,395,2408 -"131005",35286,56462,3,395,852 -"131006",35286,56903,2,395,1584 -"131007",35286,57760,3,395,1721 -"131008",35286,58669,3,395,2296 -"131009",35286,62148,3,395,1566 -"131010",35286,64502,3,395,1670 -"131011",35286,68024,2,395,1531 -"131012",35286,70203,3,395,2756 -"131013",35286,70996,3,395,1037 -"131014",35286,74730,3,395,535 -"131015",35286,74818,2,395,1440 -"131016",35286,76356,3,395,2323 -"131017",35286,76999,3,395,908 -"131018",35286,79207,3,395,2244 -"131019",35286,79371,3,395,1624 -"131020",35286,81463,1,395,955 -"131021",35286,81676,3,395,839 -"131022",35286,85356,1,395,1492 -"131023",35286,85547,3,395,997 -"131024",35286,86785,1,395,1607 -"131025",35286,87720,3,395,2086 -"131026",35286,90802,3,395,877 -"131027",35286,91901,1,395,1236 -"131028",35286,92254,3,395,517 -"131029",35286,92381,3,395,1237 -"131030",35286,94520,3,395,1243 -"131031",35286,96132,1,395,1489 -"131032",35286,96911,3,395,956 -"131033",35286,100140,3,395,1041 -"131034",35286,109718,3,395,1237 -"131035",35286,117679,3,395,535 -"131036",35301,6986,3,1302,1669 -"131037",35301,20824,3,1302,1366 -"131038",35301,44151,2,1302,1796 -"131039",35302,135,2,1589,2233 -"131040",35302,455,2,1589,2827 -"131041",35302,470,2,1589,2285 -"131042",35302,600,2,1589,1702 -"131043",35302,675,3,1589,1686 -"131044",35302,913,3,1589,2144 -"131045",35302,1136,3,1589,2536 -"131046",35302,1367,3,1589,2176 -"131047",35302,1691,3,1589,1941 -"131048",35302,2424,3,1589,2582 -"131049",35302,2523,3,1589,1691 -"131050",35302,2533,3,1589,2016 -"131051",35302,3878,3,1589,1890 -"131052",35302,4084,3,1589,2133 -"131053",35302,4191,3,1589,2130 -"131054",35302,4360,3,1589,1770 -"131055",35302,4687,3,1589,2152 -"131056",35302,5491,3,1589,2048 -"131057",35302,5504,3,1589,2389 -"131058",35302,6390,3,1589,2385 -"131059",35302,7245,2,1589,2089 -"131060",35302,7350,3,1589,1901 -"131061",35302,7515,2,1589,2737 -"131062",35302,7847,3,1589,2424 -"131063",35302,8533,3,1589,2251 -"131064",35302,9184,3,1589,2670 -"131065",35302,9432,3,1589,1693 -"131066",35302,10433,2,1589,2075 -"131067",35302,11516,2,1589,1937 -"131068",35302,12199,2,1589,1651 -"131069",35302,12528,3,1589,2589 -"131070",35302,12602,3,1589,1956 -"131071",35302,12618,3,1589,2021 -"131072",35302,13068,3,1589,1778 -"131073",35302,13837,3,1589,1604 -"131074",35302,14943,3,1589,1942 -"131075",35302,15716,3,1589,1991 -"131076",35302,16201,3,1589,1811 -"131077",35302,17645,3,1589,1918 -"131078",35302,18151,3,1589,2962 -"131079",35302,18415,3,1589,2184 -"131080",35302,19322,3,1589,2048 -"131081",35302,19335,2,1589,1729 -"131082",35302,19719,3,1589,2177 -"131083",35302,20407,3,1589,2339 -"131084",35302,20563,3,1589,2267 -"131085",35302,21795,3,1589,2653 -"131086",35302,22566,3,1589,2308 -"131087",35302,22567,2,1589,2396 -"131088",35302,23132,1,1589,2756 -"131089",35302,23705,2,1589,2699 -"131090",35302,23918,2,1589,1881 -"131091",35302,24568,2,1589,1937 -"131092",35302,25289,3,1589,1790 -"131093",35302,25341,3,1589,1858 -"131094",35302,25577,3,1589,1946 -"131095",35302,25816,3,1589,2088 -"131096",35302,27390,3,1589,2425 -"131097",35302,27391,3,1589,2378 -"131098",35302,28101,3,1589,1949 -"131099",35302,28115,2,1589,1835 -"131100",35302,28432,3,1589,1954 -"131101",35302,28991,3,1589,1688 -"131102",35302,29170,3,1589,1846 -"131103",35302,29930,3,1589,2240 -"131104",35302,30052,3,1589,2855 -"131105",35302,31235,3,1589,2668 -"131106",35302,34160,2,1589,1759 -"131107",35302,36439,3,1589,2469 -"131108",35302,36651,3,1589,1600 -"131109",35302,38019,3,1589,1870 -"131110",35302,38213,3,1589,1744 -"131111",35302,39189,3,1589,2319 -"131112",35302,40369,3,1589,2735 -"131113",35302,40383,2,1589,2639 -"131114",35302,45633,2,1589,2134 -"131115",35302,47445,3,1589,2668 -"131116",35302,49620,3,1589,1868 -"131117",35302,50685,3,1589,2008 -"131118",35302,52576,3,1589,2234 -"131119",35302,53196,2,1589,1888 -"131120",35302,54158,3,1589,1756 -"131121",35302,55139,3,1589,2323 -"131122",35302,59022,3,1589,2494 -"131123",35302,62219,2,1589,2494 -"131124",35302,62840,3,1589,2502 -"131125",35302,63409,2,1589,1937 -"131126",35302,64181,2,1589,1828 -"131127",35302,64997,3,1589,2791 -"131128",35302,65691,3,1589,2134 -"131129",35302,66413,2,1589,2507 -"131130",35302,73305,2,1589,2544 -"131131",35302,73553,3,1589,2726 -"131132",35302,74636,3,1589,2525 -"131133",35302,78037,3,1589,1606 -"131134",35302,79804,3,1589,2227 -"131135",35302,80429,2,1589,1927 -"131136",35302,82949,3,1589,2077 -"131137",35302,83907,3,1589,2056 -"131138",35302,92322,3,1589,2393 -"131139",35302,105063,2,1589,1908 -"131140",35317,1369,2,1888,2487 -"131141",35317,3271,3,1888,2216 -"131142",35317,4634,3,1888,2291 -"131143",35317,5637,3,1888,1976 -"131144",35317,6345,3,1888,2713 -"131145",35317,6999,1,1888,2214 -"131146",35317,9272,3,1888,2835 -"131147",35317,9724,3,1888,2713 -"131148",35317,9909,3,1888,2230 -"131149",35317,12116,2,1888,2119 -"131150",35317,13340,2,1888,1918 -"131151",35317,17499,3,1888,2954 -"131152",35317,20695,3,1888,2526 -"131153",35317,22410,3,1888,2158 -"131154",35317,23550,2,1888,2939 -"131155",35317,26597,3,1888,2070 -"131156",35317,36840,3,1888,2269 -"131157",35317,37684,2,1888,2899 -"131158",35317,42382,3,1888,2224 -"131159",35317,42407,1,1888,2408 -"131160",35317,43226,3,1888,2442 -"131161",35317,46616,3,1888,1917 -"131162",35317,47882,3,1888,2769 -"131163",35317,48110,3,1888,2009 -"131164",35317,48501,3,1888,2010 -"131165",35317,53584,3,1888,2391 -"131166",35317,53652,3,1888,2899 -"131167",35317,58508,3,1888,2326 -"131168",35317,69335,3,1888,2698 -"131169",35317,70011,3,1888,2690 -"131170",35317,73520,3,1888,2613 -"131171",35317,77719,3,1888,2086 -"131172",35317,78277,3,1888,1937 -"131173",35317,93553,2,1888,2537 -"131174",35339,13024,3,357,2468 -"131175",35339,45727,3,357,477 -"131176",35339,83228,3,357,732 -"131177",35360,613,3,2043,2687 -"131178",35360,854,2,2043,2307 -"131179",35360,997,3,2043,2788 -"131180",35360,1226,3,2043,2353 -"131181",35360,1831,3,2043,2397 -"131182",35360,2195,3,2043,2139 -"131183",35360,2446,3,2043,2606 -"131184",35360,2484,3,2043,2389 -"131185",35360,3853,3,2043,2465 -"131186",35360,4932,3,2043,2752 -"131187",35360,5839,3,2043,2301 -"131188",35360,6241,3,2043,2264 -"131189",35360,9362,2,2043,2879 -"131190",35360,9828,3,2043,2085 -"131191",35360,10859,3,2043,2231 -"131192",35360,12929,3,2043,2656 -"131193",35360,14507,3,2043,2686 -"131194",35360,17367,3,2043,2427 -"131195",35360,17819,3,2043,2291 -"131196",35360,21248,3,2043,2232 -"131197",35360,21719,3,2043,2708 -"131198",35360,24825,2,2043,2686 -"131199",35360,25078,3,2043,2312 -"131200",35360,25480,2,2043,2747 -"131201",35360,26234,2,2043,2183 -"131202",35360,26608,3,2043,2329 -"131203",35360,30236,3,2043,2238 -"131204",35360,33991,3,2043,2249 -"131205",35360,34842,3,2043,2050 -"131206",35360,35069,3,2043,2069 -"131207",35360,38732,3,2043,2263 -"131208",35360,44268,3,2043,2436 -"131209",35360,46040,3,2043,2105 -"131210",35360,47812,3,2043,2343 -"131211",35360,49787,3,2043,2352 -"131212",35360,54879,3,2043,2210 -"131213",35360,62832,2,2043,2606 -"131214",35360,64255,3,2043,2309 -"131215",35360,65572,3,2043,2750 -"131216",35360,66124,2,2043,2174 -"131217",35360,84799,3,2043,2656 -"131218",35361,5239,3,2389,2875 -"131219",35361,16826,2,2389,2599 -"131220",35361,21138,3,2389,2849 -"131221",35361,34158,2,2389,2639 -"131222",35361,38227,3,2389,2511 -"131223",35361,51319,3,2389,2488 -"131224",35402,270,3,2339,2542 -"131225",35402,18361,3,2339,2968 -"131226",35402,18394,3,2339,2356 -"131227",35402,20124,3,2339,2376 -"131228",35402,32173,3,2339,2341 -"131229",35402,43673,3,2339,2787 -"131230",35402,68215,3,2339,2727 -"131231",35402,72326,3,2339,2384 -"131232",35402,117956,3,2339,2774 -"131233",35413,1520,3,1569,1716 -"131234",35413,2747,3,1569,2411 -"131235",35413,2985,3,1569,2398 -"131236",35413,3477,3,1569,2546 -"131237",35413,6063,3,1569,2349 -"131238",35413,9035,3,1569,2771 -"131239",35413,9481,2,1569,1610 -"131240",35413,9503,3,1569,2453 -"131241",35413,9787,2,1569,2858 -"131242",35413,10453,2,1569,1656 -"131243",35413,14287,3,1569,1583 -"131244",35413,14749,3,1569,1998 -"131245",35413,16501,2,1569,1650 -"131246",35413,17037,2,1569,2947 -"131247",35413,19655,3,1569,2706 -"131248",35413,20220,3,1569,1656 -"131249",35413,25163,2,1569,1751 -"131250",35413,27914,3,1569,2507 -"131251",35413,29286,3,1569,1612 -"131252",35413,30334,3,1569,2075 -"131253",35413,30368,3,1569,2487 -"131254",35413,31542,3,1569,2459 -"131255",35413,33223,3,1569,2397 -"131256",35413,36912,3,1569,2469 -"131257",35413,37636,3,1569,2178 -"131258",35413,40392,3,1569,1878 -"131259",35413,40542,3,1569,1664 -"131260",35413,41581,3,1569,1692 -"131261",35413,41633,3,1569,1976 -"131262",35413,46486,3,1569,1868 -"131263",35413,51783,3,1569,2599 -"131264",35413,56569,3,1569,1993 -"131265",35413,72597,3,1569,1843 -"131266",35413,74370,3,1569,1667 -"131267",35413,76143,2,1569,1610 -"131268",35414,5414,2,1959,2321 -"131269",35414,6432,3,1959,2297 -"131270",35414,18610,3,1959,2141 -"131271",35414,42998,3,1959,1978 -"131272",35414,43524,3,1959,2572 -"131273",35414,94339,3,1959,2768 -"131274",35414,116792,3,1959,2397 -"131275",35428,1102,3,2263,2282 -"131276",35428,3628,2,2263,2707 -"131277",35428,5839,3,2263,2301 -"131278",35428,6074,3,2263,2426 -"131279",35428,6208,3,2263,2361 -"131280",35428,6390,3,2263,2385 -"131281",35428,8762,1,2263,2585 -"131282",35428,9191,3,2263,2707 -"131283",35428,11351,2,2263,2971 -"131284",35428,15636,3,2263,2857 -"131285",35428,22326,3,2263,2818 -"131286",35428,22777,3,2263,2353 -"131287",35428,23787,3,2263,2810 -"131288",35428,31705,3,2263,2706 -"131289",35428,35235,3,2263,2610 -"131290",35428,39411,2,2263,2384 -"131291",35428,45742,3,2263,2566 -"131292",35428,53562,3,2263,2687 -"131293",35428,54250,3,2263,2340 -"131294",35428,60661,3,2263,2700 -"131295",35446,1046,3,1203,1881 -"131296",35446,1629,3,1203,1289 -"131297",35446,2206,3,1203,2536 -"131298",35446,2576,3,1203,1307 -"131299",35446,2894,3,1203,1291 -"131300",35446,2985,3,1203,2398 -"131301",35446,7245,3,1203,2089 -"131302",35446,7896,3,1203,2447 -"131303",35446,8533,3,1203,2251 -"131304",35446,8623,3,1203,2463 -"131305",35446,8726,3,1203,2083 -"131306",35446,10453,3,1203,1656 -"131307",35446,11239,3,1203,2181 -"131308",35446,12067,3,1203,1213 -"131309",35446,15453,3,1203,1688 -"131310",35446,15567,3,1203,2671 -"131311",35446,19364,3,1203,2846 -"131312",35446,28081,3,1203,1927 -"131313",35446,28094,2,1203,1423 -"131314",35446,28432,3,1203,1954 -"131315",35446,32549,3,1203,2111 -"131316",35446,34831,3,1203,1866 -"131317",35446,36912,3,1203,2469 -"131318",35446,37915,3,1203,1905 -"131319",35446,38259,3,1203,2258 -"131320",35446,45355,3,1203,1450 -"131321",35446,47529,3,1203,2914 -"131322",35446,47947,3,1203,2681 -"131323",35446,55472,3,1203,1516 -"131324",35446,57977,3,1203,2683 -"131325",35446,59438,3,1203,2400 -"131326",35446,60516,3,1203,2257 -"131327",35446,61585,3,1203,2315 -"131328",35446,68789,3,1203,1929 -"131329",35446,71455,3,1203,1702 -"131330",35446,73394,3,1203,1606 -"131331",35446,73553,3,1203,2726 -"131332",35446,88592,3,1203,1418 -"131333",35446,95757,3,1203,1232 -"131334",35448,854,3,1685,2307 -"131335",35448,3492,2,1685,2117 -"131336",35448,3495,1,1685,2431 -"131337",35448,4504,3,1685,1905 -"131338",35448,4705,3,1685,1714 -"131339",35448,15106,2,1685,2286 -"131340",35448,15444,3,1685,2764 -"131341",35448,19317,3,1685,2041 -"131342",35448,20162,3,1685,2328 -"131343",35448,20331,2,1685,2365 -"131344",35448,21248,3,1685,2232 -"131345",35448,21493,3,1685,2286 -"131346",35448,25078,3,1685,2312 -"131347",35448,30236,3,1685,2238 -"131348",35448,37301,3,1685,2160 -"131349",35448,38732,3,1685,2263 -"131350",35448,49787,3,1685,2352 -"131351",35448,49812,3,1685,1816 -"131352",35448,65572,3,1685,2750 -"131353",35448,66878,3,1685,1949 -"131354",35448,77155,2,1685,2946 -"131355",35456,4249,3,2358,2547 -"131356",35456,22723,3,2358,2859 -"131357",35456,61443,3,2358,2770 -"131358",35464,4932,3,2502,2752 -"131359",35464,28296,3,2502,2944 -"131360",35464,34735,3,2502,2767 -"131361",35464,102284,3,2502,2877 -"131362",35477,4612,2,2703,2804 -"131363",35477,22709,3,2703,2743 -"131364",35477,35715,3,2703,2912 -"131365",35477,37279,3,2703,2768 -"131366",35477,40138,3,2703,2719 -"131367",35477,43593,3,2703,2704 -"131368",35481,2166,3,2211,2557 -"131369",35481,2208,3,2211,2814 -"131370",35481,6390,3,2211,2385 -"131371",35481,6914,2,2211,2668 -"131372",35481,9893,3,2211,2701 -"131373",35481,10222,3,2211,2212 -"131374",35481,18277,3,2211,2309 -"131375",35481,20067,3,2211,2390 -"131376",35481,20407,3,2211,2339 -"131377",35481,24198,3,2211,2217 -"131378",35481,25129,3,2211,2647 -"131379",35481,33622,3,2211,2230 -"131380",35481,33801,3,2211,2899 -"131381",35481,36439,3,2211,2469 -"131382",35481,40368,3,2211,2876 -"131383",35481,42574,3,2211,2842 -"131384",35481,50784,3,2211,2733 -"131385",35481,53475,3,2211,2853 -"131386",35481,53846,3,2211,2737 -"131387",35481,54250,2,2211,2340 -"131388",35481,54695,3,2211,2429 -"131389",35481,56082,3,2211,2395 -"131390",35481,58427,3,2211,2234 -"131391",35481,66318,3,2211,2803 -"131392",35481,71808,2,2211,2349 -"131393",35481,74636,3,2211,2525 -"131394",35481,88232,3,2211,2881 -"131395",35481,105685,1,2211,2469 -"131396",35514,997,3,2346,2788 -"131397",35514,5515,3,2346,2385 -"131398",35514,8921,2,2346,2403 -"131399",35514,12518,3,2346,2747 -"131400",35514,30981,3,2346,2366 -"131401",35514,43173,3,2346,2895 -"131402",35514,43518,3,2346,2680 -"131403",35514,48571,3,2346,2717 -"131404",35516,25,3,1229,2762 -"131405",35516,160,3,1229,2007 -"131406",35516,1046,3,1229,1881 -"131407",35516,3011,3,1229,2278 -"131408",35516,3765,3,1229,2775 -"131409",35516,3978,3,1229,2775 -"131410",35516,4191,3,1229,2130 -"131411",35516,4618,3,1229,2607 -"131412",35516,4701,3,1229,2401 -"131413",35516,4723,3,1229,1314 -"131414",35516,5226,3,1229,1309 -"131415",35516,5725,3,1229,2789 -"131416",35516,6162,2,1229,1673 -"131417",35516,6417,3,1229,1675 -"131418",35516,6821,3,1229,1788 -"131419",35516,7029,2,1229,2204 -"131420",35516,8192,3,1229,1670 -"131421",35516,8258,2,1229,1959 -"131422",35516,9331,3,1229,2269 -"131423",35516,9423,3,1229,1708 -"131424",35516,11103,3,1229,2393 -"131425",35516,11218,3,1229,2292 -"131426",35516,11875,3,1229,1526 -"131427",35516,12081,3,1229,2166 -"131428",35516,12449,3,1229,2067 -"131429",35516,13043,3,1229,1295 -"131430",35516,13601,3,1229,2689 -"131431",35516,15453,3,1229,1688 -"131432",35516,17351,2,1229,2036 -"131433",35516,17549,3,1229,2647 -"131434",35516,17632,2,1229,1947 -"131435",35516,17721,2,1229,1410 -"131436",35516,17938,1,1229,1410 -"131437",35516,18670,3,1229,1835 -"131438",35516,21734,3,1229,2528 -"131439",35516,23745,2,1229,1968 -"131440",35516,24066,3,1229,1755 -"131441",35516,24169,2,1229,1663 -"131442",35516,24286,3,1229,1280 -"131443",35516,24721,3,1229,2326 -"131444",35516,25341,3,1229,1858 -"131445",35516,26595,1,1229,1566 -"131446",35516,27195,3,1229,2158 -"131447",35516,27642,3,1229,1531 -"131448",35516,28635,3,1229,2368 -"131449",35516,28640,1,1229,1475 -"131450",35516,30081,3,1229,2403 -"131451",35516,30092,3,1229,1593 -"131452",35516,31117,3,1229,2210 -"131453",35516,31243,3,1229,1355 -"131454",35516,33356,3,1229,1586 -"131455",35516,33433,3,1229,2805 -"131456",35516,34325,1,1229,1982 -"131457",35516,35888,3,1229,2291 -"131458",35516,36578,3,1229,1484 -"131459",35516,36962,3,1229,2861 -"131460",35516,37333,3,1229,1612 -"131461",35516,38727,3,1229,2238 -"131462",35516,39556,3,1229,2747 -"131463",35516,41900,2,1229,1970 -"131464",35516,41945,2,1229,2856 -"131465",35516,43455,3,1229,2846 -"131466",35516,44688,3,1229,2924 -"131467",35516,46042,3,1229,1692 -"131468",35516,46091,3,1229,1938 -"131469",35516,46446,3,1229,2295 -"131470",35516,46680,3,1229,1690 -"131471",35516,48605,3,1229,2796 -"131472",35516,49470,3,1229,1528 -"131473",35516,53134,2,1229,1590 -"131474",35516,54879,2,1229,2210 -"131475",35516,54929,3,1229,2783 -"131476",35516,57549,3,1229,2335 -"131477",35516,57732,3,1229,2454 -"131478",35516,58035,3,1229,1646 -"131479",35516,60289,3,1229,2729 -"131480",35516,62903,2,1229,1704 -"131481",35516,67145,3,1229,2015 -"131482",35516,71518,3,1229,2805 -"131483",35516,72391,2,1229,1547 -"131484",35516,73197,2,1229,1998 -"131485",35516,79088,3,1229,1369 -"131486",35516,79211,3,1229,1590 -"131487",35516,79382,3,1229,1908 -"131488",35516,82270,3,1229,1641 -"131489",35516,86287,1,1229,1349 -"131490",35518,680,3,1721,2569 -"131491",35518,1355,3,1721,2473 -"131492",35518,1560,3,1721,2013 -"131493",35518,1639,3,1721,2631 -"131494",35518,2111,3,1721,1904 -"131495",35518,2195,3,1721,2139 -"131496",35518,2484,3,1721,2389 -"131497",35518,3306,3,1721,1989 -"131498",35518,4303,3,1721,2414 -"131499",35518,4953,3,1721,2285 -"131500",35518,7677,3,1721,2338 -"131501",35518,7984,3,1721,2493 -"131502",35518,8062,3,1721,2858 -"131503",35518,9716,3,1721,1929 -"131504",35518,11429,3,1721,2520 -"131505",35518,11477,2,1721,2724 -"131506",35518,12081,3,1721,2166 -"131507",35518,12759,3,1721,2414 -"131508",35518,13307,3,1721,2206 -"131509",35518,14108,3,1721,2012 -"131510",35518,14507,3,1721,2686 -"131511",35518,14972,2,1721,2332 -"131512",35518,15095,3,1721,2001 -"131513",35518,16195,3,1721,2964 -"131514",35518,16725,2,1721,2830 -"131515",35518,16727,3,1721,2164 -"131516",35518,17520,3,1721,2276 -"131517",35518,17819,3,1721,2291 -"131518",35518,17852,3,1721,2840 -"131519",35518,18371,3,1721,2860 -"131520",35518,21012,3,1721,2325 -"131521",35518,21193,3,1721,2490 -"131522",35518,22331,3,1721,2687 -"131523",35518,22566,3,1721,2308 -"131524",35518,23223,3,1721,2094 -"131525",35518,23526,3,1721,1998 -"131526",35518,23715,2,1721,1859 -"131527",35518,23751,3,1721,1740 -"131528",35518,25373,3,1721,2783 -"131529",35518,26749,3,1721,2965 -"131530",35518,29289,3,1721,1756 -"131531",35518,29295,3,1721,2043 -"131532",35518,30334,2,1721,2075 -"131533",35518,30705,3,1721,2959 -"131534",35518,31307,1,1721,2139 -"131535",35518,31700,2,1721,2727 -"131536",35518,32939,3,1721,2277 -"131537",35518,33160,2,1721,2441 -"131538",35518,33430,3,1721,2225 -"131539",35518,33949,3,1721,2489 -"131540",35518,36953,3,1721,2790 -"131541",35518,37238,1,1721,2609 -"131542",35518,37636,2,1721,2178 -"131543",35518,37844,3,1721,2002 -"131544",35518,38307,3,1721,2648 -"131545",35518,38921,3,1721,1880 -"131546",35518,40392,2,1721,1878 -"131547",35518,41429,3,1721,1770 -"131548",35518,41723,3,1721,2101 -"131549",35518,41900,3,1721,1970 -"131550",35518,41945,3,1721,2856 -"131551",35518,43455,3,1721,2846 -"131552",35518,47082,3,1721,1990 -"131553",35518,49759,3,1721,2400 -"131554",35518,50113,3,1721,2059 -"131555",35518,50252,3,1721,2001 -"131556",35518,51783,2,1721,2599 -"131557",35518,56082,3,1721,2395 -"131558",35518,57549,3,1721,2335 -"131559",35518,57804,3,1721,2214 -"131560",35518,64181,3,1721,1828 -"131561",35518,66413,3,1721,2507 -"131562",35518,105063,3,1721,1908 -"131563",35529,1046,3,1620,1881 -"131564",35529,1196,3,1620,1986 -"131565",35529,1275,3,1620,2068 -"131566",35529,1767,3,1620,2727 -"131567",35529,1777,3,1620,1965 -"131568",35529,2028,3,1620,1978 -"131569",35529,2093,3,1620,2459 -"131570",35529,2424,3,1620,2582 -"131571",35529,2484,3,1620,2389 -"131572",35529,2533,3,1620,2016 -"131573",35529,2972,3,1620,1708 -"131574",35529,3068,3,1620,1815 -"131575",35529,3167,3,1620,1676 -"131576",35529,3305,3,1620,2839 -"131577",35529,3306,3,1620,1989 -"131578",35529,3830,3,1620,1661 -"131579",35529,3947,3,1620,2067 -"131580",35529,3961,2,1620,2426 -"131581",35529,4289,3,1620,1921 -"131582",35529,5041,3,1620,2371 -"131583",35529,5078,3,1620,2033 -"131584",35529,5315,2,1620,2631 -"131585",35529,5457,3,1620,2077 -"131586",35529,5462,3,1620,2374 -"131587",35529,5504,3,1620,2389 -"131588",35529,5984,3,1620,1675 -"131589",35529,5986,3,1620,1721 -"131590",35529,6047,3,1620,2004 -"131591",35529,6417,2,1620,1675 -"131592",35529,7292,3,1620,1988 -"131593",35529,7508,3,1620,2396 -"131594",35529,7984,3,1620,2493 -"131595",35529,7992,3,1620,2033 -"131596",35529,8533,3,1620,2251 -"131597",35529,8621,3,1620,1681 -"131598",35529,9311,3,1620,2477 -"131599",35529,9364,3,1620,1698 -"131600",35529,9702,2,1620,1928 -"131601",35529,9928,3,1620,2345 -"131602",35529,10358,2,1620,2294 -"131603",35529,10513,3,1620,2284 -"131604",35529,10717,3,1620,1938 -"131605",35529,10779,3,1620,2881 -"131606",35529,11006,3,1620,1950 -"131607",35529,11218,3,1620,2292 -"131608",35529,11477,3,1620,2724 -"131609",35529,12042,3,1620,2345 -"131610",35529,12388,3,1620,1975 -"131611",35529,12692,3,1620,1855 -"131612",35529,13388,2,1620,2119 -"131613",35529,13780,3,1620,2412 -"131614",35529,14032,3,1620,2144 -"131615",35529,14353,3,1620,2878 -"131616",35529,14918,3,1620,2071 -"131617",35529,14943,3,1620,1942 -"131618",35529,15309,3,1620,2820 -"131619",35529,15401,3,1620,1999 -"131620",35529,15444,3,1620,2764 -"131621",35529,15453,3,1620,1688 -"131622",35529,15539,3,1620,1929 -"131623",35529,15636,2,1620,2857 -"131624",35529,15930,3,1620,2541 -"131625",35529,16111,3,1620,1714 -"131626",35529,16201,3,1620,1811 -"131627",35529,16352,3,1620,2657 -"131628",35529,16539,3,1620,1947 -"131629",35529,16826,3,1620,2599 -"131630",35529,17027,3,1620,2772 -"131631",35529,17351,3,1620,2036 -"131632",35529,17354,3,1620,2250 -"131633",35529,17819,3,1620,2291 -"131634",35529,17997,2,1620,1621 -"131635",35529,18103,3,1620,1968 -"131636",35529,18151,3,1620,2962 -"131637",35529,18874,3,1620,2170 -"131638",35529,19027,3,1620,2721 -"131639",35529,19248,3,1620,2357 -"131640",35529,19686,3,1620,2467 -"131641",35529,19719,2,1620,2177 -"131642",35529,20067,2,1620,2390 -"131643",35529,20124,3,1620,2376 -"131644",35529,20311,3,1620,1981 -"131645",35529,20659,3,1620,1969 -"131646",35529,20732,3,1620,2401 -"131647",35529,21138,3,1620,2849 -"131648",35529,21285,3,1620,2100 -"131649",35529,21706,2,1620,1988 -"131650",35529,22207,3,1620,2365 -"131651",35529,22403,3,1620,1630 -"131652",35529,23310,3,1620,2371 -"131653",35529,23726,3,1620,2434 -"131654",35529,23787,2,1620,2810 -"131655",35529,23869,2,1620,1918 -"131656",35529,24146,3,1620,2003 -"131657",35529,24240,3,1620,1755 -"131658",35529,24756,3,1620,2530 -"131659",35529,25399,3,1620,2784 -"131660",35529,25486,3,1620,2582 -"131661",35529,25577,3,1620,1946 -"131662",35529,26249,1,1620,2301 -"131663",35529,26479,3,1620,1818 -"131664",35529,26749,3,1620,2965 -"131665",35529,26818,3,1620,1999 -"131666",35529,27694,3,1620,2030 -"131667",35529,28015,3,1620,1624 -"131668",35529,29095,3,1620,2531 -"131669",35529,29930,3,1620,2240 -"131670",35529,30150,2,1620,1704 -"131671",35529,30173,3,1620,2404 -"131672",35529,30883,3,1620,1629 -"131673",35529,32047,3,1620,1858 -"131674",35529,32658,3,1620,1694 -"131675",35529,32919,3,1620,2321 -"131676",35529,32988,3,1620,2008 -"131677",35529,33801,2,1620,2899 -"131678",35529,34120,3,1620,2786 -"131679",35529,34907,3,1620,1945 -"131680",35529,35428,3,1620,2263 -"131681",35529,35926,3,1620,2371 -"131682",35529,36950,3,1620,2204 -"131683",35529,36962,3,1620,2861 -"131684",35529,38019,3,1620,1870 -"131685",35529,38219,3,1620,1689 -"131686",35529,38227,3,1620,2511 -"131687",35529,38449,3,1620,1802 -"131688",35529,38973,3,1620,1999 -"131689",35529,39799,3,1620,2344 -"131690",35529,40432,2,1620,1956 -"131691",35529,40645,3,1620,1899 -"131692",35529,41108,3,1620,1624 -"131693",35529,41278,3,1620,1873 -"131694",35529,41955,3,1620,2479 -"131695",35529,42505,3,1620,2008 -"131696",35529,43385,3,1620,1623 -"131697",35529,43479,3,1620,2178 -"131698",35529,44819,3,1620,2063 -"131699",35529,45684,3,1620,2200 -"131700",35529,46042,3,1620,1692 -"131701",35529,46803,3,1620,2305 -"131702",35529,47386,2,1620,2226 -"131703",35529,48035,3,1620,2180 -"131704",35529,48215,3,1620,2028 -"131705",35529,50269,2,1620,1966 -"131706",35529,50382,3,1620,2244 -"131707",35529,50977,3,1620,2352 -"131708",35529,51017,3,1620,2073 -"131709",35529,51410,3,1620,2739 -"131710",35529,52203,3,1620,1961 -"131711",35529,52576,3,1620,2234 -"131712",35529,53475,2,1620,2853 -"131713",35529,54929,3,1620,2783 -"131714",35529,56397,3,1620,2053 -"131715",35529,57246,3,1620,1873 -"131716",35529,57977,2,1620,2683 -"131717",35529,58508,3,1620,2326 -"131718",35529,58669,3,1620,2296 -"131719",35529,61982,3,1620,2725 -"131720",35529,62841,3,1620,2710 -"131721",35529,65155,3,1620,1947 -"131722",35529,65184,3,1620,1630 -"131723",35529,65322,3,1620,2008 -"131724",35529,70203,2,1620,2756 -"131725",35529,76356,2,1620,2323 -"131726",35529,82301,3,1620,1621 -"131727",35529,82767,3,1620,1641 -"131728",35529,82929,3,1620,2475 -"131729",35529,82932,3,1620,2245 -"131730",35529,82949,3,1620,2077 -"131731",35529,83140,3,1620,1630 -"131732",35529,87720,3,1620,2086 -"131733",35529,91142,3,1620,2527 -"131734",35529,95064,3,1620,1801 -"131735",35542,14,3,1439,1793 -"131736",35542,42,3,1439,2265 -"131737",35542,455,3,1439,2827 -"131738",35542,803,2,1439,1666 -"131739",35542,1090,3,1439,2370 -"131740",35542,1262,3,1439,2973 -"131741",35542,1321,2,1439,2075 -"131742",35542,1386,2,1439,1901 -"131743",35542,1495,3,1439,2046 -"131744",35542,2166,3,1439,2557 -"131745",35542,2716,3,1439,1748 -"131746",35542,2766,3,1439,1920 -"131747",35542,3488,3,1439,2351 -"131748",35542,3695,2,1439,2612 -"131749",35542,5491,2,1439,2048 -"131750",35542,7078,1,1439,2344 -"131751",35542,7394,2,1439,2615 -"131752",35542,9030,2,1439,1979 -"131753",35542,10874,3,1439,1891 -"131754",35542,11602,3,1439,1493 -"131755",35542,11875,3,1439,1526 -"131756",35542,12035,3,1439,2721 -"131757",35542,13732,3,1439,2789 -"131758",35542,14709,3,1439,1901 -"131759",35542,14772,3,1439,2386 -"131760",35542,15184,3,1439,2396 -"131761",35542,15343,3,1439,2125 -"131762",35542,16497,3,1439,2370 -"131763",35542,16725,3,1439,2830 -"131764",35542,16727,2,1439,2164 -"131765",35542,18151,2,1439,2962 -"131766",35542,18366,3,1439,2699 -"131767",35542,19155,3,1439,1937 -"131768",35542,19528,2,1439,2742 -"131769",35542,19872,3,1439,2913 -"131770",35542,20469,3,1439,2125 -"131771",35542,20783,3,1439,2414 -"131772",35542,21417,2,1439,2422 -"131773",35542,21795,2,1439,2653 -"131774",35542,22207,3,1439,2365 -"131775",35542,22216,2,1439,1956 -"131776",35542,22652,3,1439,1544 -"131777",35542,24255,3,1439,2770 -"131778",35542,24511,2,1439,1871 -"131779",35542,24608,3,1439,1630 -"131780",35542,25751,3,1439,1523 -"131781",35542,26608,2,1439,2329 -"131782",35542,26734,3,1439,2299 -"131783",35542,26865,3,1439,2726 -"131784",35542,28923,2,1439,2362 -"131785",35542,29791,3,1439,1986 -"131786",35542,30081,2,1439,2403 -"131787",35542,30386,3,1439,1833 -"131788",35542,33572,3,1439,2370 -"131789",35542,34160,3,1439,1759 -"131790",35542,34327,1,1439,2959 -"131791",35542,34693,2,1439,1938 -"131792",35542,36559,3,1439,2473 -"131793",35542,36950,1,1439,2204 -"131794",35542,36962,3,1439,2861 -"131795",35542,37333,3,1439,1612 -"131796",35542,37752,3,1439,2223 -"131797",35542,38908,3,1439,1787 -"131798",35542,40572,3,1439,2666 -"131799",35542,41625,3,1439,1794 -"131800",35542,45664,3,1439,2235 -"131801",35542,45729,3,1439,2606 -"131802",35542,46486,3,1439,1868 -"131803",35542,47140,2,1439,2439 -"131804",35542,47362,3,1439,2253 -"131805",35542,47947,3,1439,2681 -"131806",35542,51379,2,1439,1462 -"131807",35542,53739,3,1439,2704 -"131808",35542,53789,3,1439,2681 -"131809",35542,55828,3,1439,2393 -"131810",35542,59522,2,1439,1516 -"131811",35542,61458,3,1439,2630 -"131812",35542,65679,3,1439,1578 -"131813",35542,73266,2,1439,2496 -"131814",35542,77993,3,1439,1497 -"131815",35542,80655,3,1439,1546 -"131816",35542,86799,3,1439,1951 -"131817",35542,87198,2,1439,1462 -"131818",35542,90501,3,1439,2380 -"131819",35544,446,3,397,1910 -"131820",35544,555,2,397,552 -"131821",35544,669,3,397,1423 -"131822",35544,671,3,397,2328 -"131823",35544,675,3,397,1686 -"131824",35544,733,3,397,1653 -"131825",35544,1046,3,397,1881 -"131826",35544,1136,3,397,2536 -"131827",35544,1367,3,397,2176 -"131828",35544,1897,3,397,1727 -"131829",35544,2063,2,397,1278 -"131830",35544,2563,2,397,1686 -"131831",35544,2743,3,397,1278 -"131832",35544,3167,3,397,1676 -"131833",35544,3242,2,397,1730 -"131834",35544,3954,3,397,839 -"131835",35544,4191,2,397,2130 -"131836",35544,4618,2,397,2607 -"131837",35544,4980,3,397,2093 -"131838",35544,5148,3,397,2206 -"131839",35544,5346,3,397,1438 -"131840",35544,5504,3,397,2389 -"131841",35544,5725,3,397,2789 -"131842",35544,7245,2,397,2089 -"131843",35544,7992,3,397,2033 -"131844",35544,8258,3,397,1959 -"131845",35544,8533,2,397,2251 -"131846",35544,8621,2,397,1681 -"131847",35544,8700,1,397,1270 -"131848",35544,8772,2,397,847 -"131849",35544,9298,2,397,1109 -"131850",35544,9702,3,397,1928 -"131851",35544,10404,3,397,2062 -"131852",35544,10859,3,397,2231 -"131853",35544,10890,3,397,2639 -"131854",35544,12096,3,397,1330 -"131855",35544,12374,3,397,2260 -"131856",35544,13929,3,397,2693 -"131857",35544,14507,3,397,2686 -"131858",35544,15207,3,397,1855 -"131859",35544,15539,3,397,1929 -"131860",35544,15643,3,397,502 -"131861",35544,16053,3,397,908 -"131862",35544,16074,3,397,977 -"131863",35544,16164,2,397,1184 -"131864",35544,16217,1,397,1653 -"131865",35544,17357,3,397,1536 -"131866",35544,18202,3,397,2475 -"131867",35544,18348,3,397,1711 -"131868",35544,18415,3,397,2184 -"131869",35544,18550,3,397,483 -"131870",35544,19231,3,397,1424 -"131871",35544,19751,3,397,1630 -"131872",35544,20067,3,397,2390 -"131873",35544,20311,3,397,1981 -"131874",35544,20319,2,397,468 -"131875",35544,20563,1,397,2267 -"131876",35544,20824,2,397,1366 -"131877",35544,21225,3,397,1945 -"131878",35544,21911,3,397,1184 -"131879",35544,22006,3,397,1202 -"131880",35544,22884,3,397,1608 -"131881",35544,23506,3,397,1172 -"131882",35544,23534,1,397,1659 -"131883",35544,23756,2,397,2309 -"131884",35544,25030,3,397,2017 -"131885",35544,25341,3,397,1858 -"131886",35544,25643,2,397,1646 -"131887",35544,26282,3,397,1241 -"131888",35544,26322,3,397,1018 -"131889",35544,26436,3,397,2489 -"131890",35544,26516,2,397,2479 -"131891",35544,26570,3,397,1669 -"131892",35544,26793,2,397,2104 -"131893",35544,27753,2,397,2750 -"131894",35544,28057,3,397,1067 -"131895",35544,28285,3,397,2972 -"131896",35544,28434,2,397,1141 -"131897",35544,28731,3,397,955 -"131898",35544,28892,3,397,2023 -"131899",35544,29073,3,397,2328 -"131900",35544,29456,3,397,1182 -"131901",35544,29495,3,397,1612 -"131902",35544,30057,3,397,504 -"131903",35544,30325,3,397,1067 -"131904",35544,30438,3,397,1617 -"131905",35544,31050,3,397,1491 -"131906",35544,31799,3,397,2547 -"131907",35544,32811,3,397,804 -"131908",35544,33588,3,397,1040 -"131909",35544,33621,3,397,1319 -"131910",35544,34136,3,397,2202 -"131911",35544,34492,3,397,1798 -"131912",35544,35186,3,397,1520 -"131913",35544,36837,3,397,1556 -"131914",35544,37400,3,397,2860 -"131915",35544,37418,3,397,2710 -"131916",35544,37620,3,397,2716 -"131917",35544,38449,2,397,1802 -"131918",35544,38523,3,397,549 -"131919",35544,40113,3,397,451 -"131920",35544,40293,3,397,1671 -"131921",35544,40472,3,397,549 -"131922",35544,40923,3,397,989 -"131923",35544,42186,1,397,955 -"131924",35544,42725,3,397,630 -"131925",35544,43153,3,397,1381 -"131926",35544,43839,3,397,1685 -"131927",35544,44648,3,397,619 -"131928",35544,45633,3,397,2134 -"131929",35544,46391,3,397,1779 -"131930",35544,47564,3,397,2650 -"131931",35544,47857,3,397,2325 -"131932",35544,47947,3,397,2681 -"131933",35544,48277,3,397,971 -"131934",35544,48698,3,397,1474 -"131935",35544,49144,3,397,1542 -"131936",35544,50118,3,397,2654 -"131937",35544,50254,2,397,1151 -"131938",35544,50976,3,397,547 -"131939",35544,51022,3,397,1499 -"131940",35544,51410,3,397,2739 -"131941",35544,51987,2,397,1397 -"131942",35544,52835,3,397,995 -"131943",35544,53300,3,397,2162 -"131944",35544,54740,3,397,2750 -"131945",35544,55234,2,397,890 -"131946",35544,57977,3,397,2683 -"131947",35544,58035,2,397,1646 -"131948",35544,58854,3,397,1131 -"131949",35544,62626,3,397,2787 -"131950",35544,62840,3,397,2502 -"131951",35544,63770,3,397,1324 -"131952",35544,64031,2,397,1295 -"131953",35544,64793,3,397,2819 -"131954",35544,64997,3,397,2791 -"131955",35544,67352,3,397,1115 -"131956",35544,69930,3,397,416 -"131957",35544,71562,3,397,2574 -"131958",35544,73728,3,397,784 -"131959",35544,74095,2,397,2333 -"131960",35544,76646,3,397,1263 -"131961",35544,78256,2,397,804 -"131962",35544,80172,3,397,1342 -"131963",35544,80471,2,397,538 -"131964",35544,80678,3,397,1595 -"131965",35544,82767,3,397,1641 -"131966",35544,88473,2,397,1102 -"131967",35544,88710,1,397,927 -"131968",35544,89965,3,397,810 -"131969",35544,90259,3,397,699 -"131970",35544,92254,3,397,517 -"131971",35544,94520,3,397,1243 -"131972",35544,94947,3,397,1368 -"131973",35544,97160,3,397,1215 -"131974",35544,99103,3,397,1470 -"131975",35544,99621,3,397,874 -"131976",35544,100134,1,397,977 -"131977",35544,100670,3,397,525 -"131978",35544,102107,3,397,504 -"131979",35544,107846,3,397,565 -"131980",35544,108400,3,397,908 -"131981",35544,109194,3,397,494 -"131982",35573,364,3,2084,2351 -"131983",35573,3978,3,2084,2775 -"131984",35573,4669,3,2084,2395 -"131985",35573,11648,2,2084,2852 -"131986",35573,12948,3,2084,2669 -"131987",35573,28869,3,2084,2425 -"131988",35573,40572,3,2084,2666 -"131989",35573,41023,3,2084,2408 -"131990",35573,45869,3,2084,2840 -"131991",35573,57356,3,2084,2476 -"131992",35589,1314,3,983,1522 -"131993",35589,1519,3,983,2349 -"131994",35589,1780,3,983,1375 -"131995",35589,1846,3,983,1845 -"131996",35589,3493,3,983,2451 -"131997",35589,4361,2,983,2571 -"131998",35589,4660,3,983,2149 -"131999",35589,4916,3,983,1970 -"132000",35589,7337,3,983,1797 -"132001",35589,8062,2,983,2858 -"132002",35589,8791,3,983,1789 -"132003",35589,9484,3,983,1429 -"132004",35589,9503,2,983,2453 -"132005",35589,9785,3,983,2951 -"132006",35589,10336,3,983,2271 -"132007",35589,10350,1,983,1163 -"132008",35589,10453,3,983,1656 -"132009",35589,10739,3,983,1807 -"132010",35589,11588,3,983,2352 -"132011",35589,12078,3,983,2381 -"132012",35589,13065,3,983,1561 -"132013",35589,13290,3,983,2824 -"132014",35589,13537,3,983,1020 -"132015",35589,14449,3,983,1258 -"132016",35589,16690,3,983,2132 -"132017",35589,17257,1,983,1117 -"132018",35589,18672,3,983,1182 -"132019",35589,20941,3,983,2725 -"132020",35589,24176,3,983,1986 -"132021",35589,25373,3,983,2783 -"132022",35589,28116,3,983,1643 -"132023",35589,38602,3,983,2693 -"132024",35589,38691,3,983,2585 -"132025",35589,41446,3,983,1103 -"132026",35589,44181,3,983,1034 -"132027",35589,46532,3,983,2005 -"132028",35589,59298,3,983,1236 -"132029",35589,63641,3,983,2337 -"132030",35589,66717,3,983,2104 -"132031",35589,68539,3,983,1158 -"132032",35589,72535,3,983,1191 -"132033",35589,72728,3,983,2234 -"132034",35589,74370,3,983,1667 -"132035",35589,85869,3,983,1509 -"132036",35610,360,3,594,1671 -"132037",35610,3583,2,594,818 -"132038",35610,8088,3,594,2220 -"132039",35610,10709,3,594,746 -"132040",35610,11817,3,594,600 -"132041",35610,16587,3,594,2065 -"132042",35610,16863,3,594,2069 -"132043",35610,22050,3,594,966 -"132044",35610,28190,1,594,1634 -"132045",35610,31700,3,594,2727 -"132046",35610,37873,3,594,1288 -"132047",35610,37937,3,594,1320 -"132048",35610,42906,3,594,1748 -"132049",35610,43135,3,594,1171 -"132050",35610,46883,2,594,1671 -"132051",35610,54305,3,594,1222 -"132052",35610,63078,3,594,602 -"132053",35610,70854,3,594,635 -"132054",35610,76284,3,594,1237 -"132055",35610,93933,3,594,1336 -"132056",35610,109521,3,594,609 -"132057",35620,135,3,2092,2233 -"132058",35620,1692,2,2092,2443 -"132059",35620,2093,3,2092,2459 -"132060",35620,4730,3,2092,2131 -"132061",35620,4953,3,2092,2285 -"132062",35620,9801,3,2092,2443 -"132063",35620,11067,3,2092,2734 -"132064",35620,13780,3,2092,2412 -"132065",35620,15381,2,2092,2289 -"132066",35620,15821,3,2092,2456 -"132067",35620,23121,3,2092,2108 -"132068",35620,23471,3,2092,2488 -"132069",35620,26234,3,2092,2183 -"132070",35620,28893,3,2092,2764 -"132071",35620,31131,3,2092,2810 -"132072",35620,32339,2,2092,2430 -"132073",35620,32939,3,2092,2277 -"132074",35620,36120,2,2092,2971 -"132075",35620,36506,3,2092,2638 -"132076",35620,46385,1,2092,2225 -"132077",35620,46951,3,2092,2429 -"132078",35620,47534,3,2092,2712 -"132079",35620,53530,2,2092,2380 -"132080",35620,57804,3,2092,2214 -"132081",35620,59005,3,2092,2817 -"132082",35620,65572,3,2092,2750 -"132083",35620,75607,3,2092,2245 -"132084",35640,2576,3,495,1307 -"132085",35640,5897,3,495,2337 -"132086",35640,7684,3,495,790 -"132087",35640,9503,3,495,2453 -"132088",35640,9787,3,495,2858 -"132089",35640,12078,3,495,2381 -"132090",35640,12781,2,495,831 -"132091",35640,13879,2,495,2748 -"132092",35640,17252,3,495,1258 -"132093",35640,19587,3,495,1684 -"132094",35640,20220,3,495,1656 -"132095",35640,25043,2,495,903 -"132096",35640,25390,3,495,903 -"132097",35640,27255,3,495,1232 -"132098",35640,29286,3,495,1612 -"132099",35640,34892,3,495,2309 -"132100",35640,38087,2,495,1083 -"132101",35640,40226,3,495,880 -"132102",35640,40309,3,495,871 -"132103",35640,44749,3,495,1303 -"132104",35640,46384,3,495,2285 -"132105",35640,46726,3,495,943 -"132106",35640,50581,2,495,1258 -"132107",35640,60808,1,495,1258 -"132108",35640,70455,3,495,1307 -"132109",35640,71467,3,495,1051 -"132110",35640,74370,3,495,1667 -"132111",35640,81077,3,495,498 -"132112",35640,96462,1,495,1967 -"132113",35640,100048,3,495,1573 -"132114",35673,212,3,1067,1513 -"132115",35673,270,2,1067,2542 -"132116",35673,380,2,1067,2261 -"132117",35673,449,3,1067,1950 -"132118",35673,675,3,1067,1686 -"132119",35673,1102,2,1067,2282 -"132120",35673,1124,2,1067,1596 -"132121",35673,1136,3,1067,2536 -"132122",35673,1175,3,1067,1642 -"132123",35673,1315,3,1067,2760 -"132124",35673,2111,2,1067,1904 -"132125",35673,2195,3,1067,2139 -"132126",35673,2424,3,1067,2582 -"132127",35673,2484,3,1067,2389 -"132128",35673,2533,3,1067,2016 -"132129",35673,2572,3,1067,2273 -"132130",35673,3139,3,1067,1656 -"132131",35673,3305,3,1067,2839 -"132132",35673,3306,3,1067,1989 -"132133",35673,3477,3,1067,2546 -"132134",35673,3493,3,1067,2451 -"132135",35673,3801,3,1067,1974 -"132136",35673,3966,3,1067,2425 -"132137",35673,4360,3,1067,1770 -"132138",35673,5072,3,1067,2175 -"132139",35673,5235,3,1067,2324 -"132140",35673,5258,3,1067,2730 -"132141",35673,5350,3,1067,2522 -"132142",35673,5405,2,1067,1510 -"132143",35673,5622,2,1067,2175 -"132144",35673,5971,3,1067,1985 -"132145",35673,5984,3,1067,1675 -"132146",35673,5986,3,1067,1721 -"132147",35673,6047,3,1067,2004 -"132148",35673,6052,3,1067,1985 -"132149",35673,6063,3,1067,2349 -"132150",35673,6074,3,1067,2426 -"132151",35673,6222,3,1067,1949 -"132152",35673,6363,3,1067,2066 -"132153",35673,6417,3,1067,1675 -"132154",35673,6588,1,1067,2025 -"132155",35673,6718,3,1067,2138 -"132156",35673,7180,2,1067,2227 -"132157",35673,7234,3,1067,2654 -"132158",35673,7555,3,1067,1943 -"132159",35673,7627,3,1067,1543 -"132160",35673,8866,3,1067,1545 -"132161",35673,8888,3,1067,1328 -"132162",35673,9364,3,1067,1698 -"132163",35673,9654,3,1067,2111 -"132164",35673,9805,3,1067,1621 -"132165",35673,9928,3,1067,2345 -"132166",35673,10358,3,1067,2294 -"132167",35673,10370,3,1067,2224 -"132168",35673,10488,2,1067,1524 -"132169",35673,10513,3,1067,2284 -"132170",35673,10523,3,1067,1510 -"132171",35673,10857,2,1067,2253 -"132172",35673,10874,3,1067,1891 -"132173",35673,11218,2,1067,2292 -"132174",35673,11229,3,1067,1625 -"132175",35673,11477,3,1067,2724 -"132176",35673,11493,3,1067,2077 -"132177",35673,12042,3,1067,2345 -"132178",35673,12122,3,1067,1385 -"132179",35673,12310,3,1067,1337 -"132180",35673,12374,3,1067,2260 -"132181",35673,12375,2,1067,1873 -"132182",35673,12724,3,1067,1930 -"132183",35673,12729,3,1067,1835 -"132184",35673,13248,3,1067,1385 -"132185",35673,13307,2,1067,2206 -"132186",35673,13311,3,1067,2315 -"132187",35673,14032,3,1067,2144 -"132188",35673,14655,3,1067,2559 -"132189",35673,15003,3,1067,2067 -"132190",35673,15402,1,1067,1281 -"132191",35673,15700,3,1067,1712 -"132192",35673,16352,3,1067,2657 -"132193",35673,16826,3,1067,2599 -"132194",35673,17400,2,1067,2231 -"132195",35673,17931,3,1067,1617 -"132196",35673,18152,3,1067,1314 -"132197",35673,18217,3,1067,1566 -"132198",35673,18394,2,1067,2356 -"132199",35673,18543,3,1067,2968 -"132200",35673,19248,3,1067,2357 -"132201",35673,19622,2,1067,2371 -"132202",35673,19719,3,1067,2177 -"132203",35673,19862,3,1067,2412 -"132204",35673,19893,2,1067,1223 -"132205",35673,20124,2,1067,2376 -"132206",35673,21012,3,1067,2325 -"132207",35673,21104,3,1067,2327 -"132208",35673,21693,3,1067,2176 -"132209",35673,22197,3,1067,2271 -"132210",35673,22326,3,1067,2818 -"132211",35673,22362,2,1067,1836 -"132212",35673,22415,3,1067,2841 -"132213",35673,23011,3,1067,2763 -"132214",35673,23509,3,1067,2275 -"132215",35673,23526,3,1067,1998 -"132216",35673,23715,3,1067,1859 -"132217",35673,23725,1,1067,2378 -"132218",35673,23729,3,1067,1624 -"132219",35673,23825,3,1067,1913 -"132220",35673,24066,3,1067,1755 -"132221",35673,24259,2,1067,1281 -"132222",35673,24362,3,1067,1287 -"132223",35673,25305,3,1067,2447 -"132224",35673,25643,3,1067,1646 -"132225",35673,26080,3,1067,2525 -"132226",35673,26818,3,1067,1999 -"132227",35673,26848,3,1067,2363 -"132228",35673,26867,3,1067,1804 -"132229",35673,27377,2,1067,1724 -"132230",35673,28383,3,1067,1222 -"132231",35673,29580,3,1067,2776 -"132232",35673,30165,2,1067,1409 -"132233",35673,30405,3,1067,2164 -"132234",35673,31093,3,1067,2160 -"132235",35673,31436,2,1067,2892 -"132236",35673,31705,3,1067,2706 -"132237",35673,32919,3,1067,2321 -"132238",35673,33223,3,1067,2397 -"132239",35673,33285,3,1067,1327 -"132240",35673,34480,2,1067,2755 -"132241",35673,35402,3,1067,2339 -"132242",35673,35752,3,1067,1158 -"132243",35673,35926,2,1067,2371 -"132244",35673,36714,3,1067,2209 -"132245",35673,37859,3,1067,1999 -"132246",35673,39294,2,1067,1889 -"132247",35673,39906,3,1067,2365 -"132248",35673,40028,2,1067,1349 -"132249",35673,40072,3,1067,1182 -"132250",35673,40369,3,1067,2735 -"132251",35673,40493,3,1067,1981 -"132252",35673,40542,3,1067,1664 -"132253",35673,42216,3,1067,2722 -"132254",35673,42687,3,1067,1952 -"132255",35673,42837,3,1067,1096 -"132256",35673,43213,1,1067,2160 -"132257",35673,43335,2,1067,1412 -"132258",35673,43385,3,1067,1623 -"132259",35673,43455,3,1067,2846 -"132260",35673,43518,3,1067,2680 -"132261",35673,43673,3,1067,2787 -"132262",35673,43902,3,1067,1726 -"132263",35673,44089,3,1067,1632 -"132264",35673,44188,3,1067,1609 -"132265",35673,44407,3,1067,2154 -"132266",35673,44521,3,1067,1593 -"132267",35673,44641,3,1067,1981 -"132268",35673,44676,3,1067,2629 -"132269",35673,45504,3,1067,2301 -"132270",35673,45684,1,1067,2200 -"132271",35673,46196,2,1067,1510 -"132272",35673,46629,2,1067,2255 -"132273",35673,47098,3,1067,2057 -"132274",35673,47789,3,1067,1583 -"132275",35673,48035,3,1067,2180 -"132276",35673,48215,3,1067,2028 -"132277",35673,49608,3,1067,2184 -"132278",35673,50118,3,1067,2654 -"132279",35673,50134,3,1067,2674 -"132280",35673,50236,3,1067,2339 -"132281",35673,50685,3,1067,2008 -"132282",35673,50785,3,1067,2877 -"132283",35673,51471,3,1067,1280 -"132284",35673,51647,3,1067,1382 -"132285",35673,52136,2,1067,1412 -"132286",35673,52345,3,1067,1430 -"132287",35673,52576,3,1067,2234 -"132288",35673,52789,3,1067,1791 -"132289",35673,53134,3,1067,1590 -"132290",35673,53303,2,1067,1376 -"132291",35673,54551,1,1067,2348 -"132292",35673,54929,3,1067,2783 -"132293",35673,55320,3,1067,1643 -"132294",35673,56082,2,1067,2395 -"132295",35673,56237,3,1067,2625 -"132296",35673,56903,3,1067,1584 -"132297",35673,57150,3,1067,1196 -"132298",35673,57246,2,1067,1873 -"132299",35673,58384,3,1067,1637 -"132300",35673,60280,3,1067,1918 -"132301",35673,61948,3,1067,1231 -"132302",35673,61982,3,1067,2725 -"132303",35673,62148,3,1067,1566 -"132304",35673,62841,3,1067,2710 -"132305",35673,64997,3,1067,2791 -"132306",35673,65242,3,1067,1988 -"132307",35673,67383,3,1067,1739 -"132308",35673,67726,3,1067,2873 -"132309",35673,67805,3,1067,1338 -"132310",35673,71971,3,1067,1294 -"132311",35673,72207,3,1067,2430 -"132312",35673,72326,2,1067,2384 -"132313",35673,72956,3,1067,1251 -"132314",35673,75403,2,1067,1895 -"132315",35673,76048,3,1067,2373 -"132316",35673,76284,2,1067,1237 -"132317",35673,82730,3,1067,1492 -"132318",35673,82929,3,1067,2475 -"132319",35673,82949,3,1067,2077 -"132320",35673,86245,2,1067,1972 -"132321",35673,87837,3,1067,1987 -"132322",35673,98781,3,1067,1410 -"132323",35673,99215,3,1067,2791 -"132324",35673,109718,2,1067,1237 -"132325",35688,11135,3,1551,2441 -"132326",35688,12031,3,1551,1957 -"132327",35688,14623,2,1551,2043 -"132328",35688,15502,3,1551,2637 -"132329",35688,19057,1,1551,2664 -"132330",35688,21575,2,1551,1762 -"132331",35688,22249,2,1551,1892 -"132332",35688,23302,3,1551,2677 -"132333",35688,24610,3,1551,2733 -"132334",35688,26227,3,1551,2265 -"132335",35688,26847,2,1551,1902 -"132336",35688,30317,3,1551,2431 -"132337",35688,32235,1,1551,2109 -"132338",35688,34055,2,1551,1881 -"132339",35688,51448,3,1551,1593 -"132340",35688,55436,3,1551,2513 -"132341",35688,56737,3,1551,2270 -"132342",35709,867,3,464,1264 -"132343",35709,2057,3,464,1965 -"132344",35709,2540,3,464,1398 -"132345",35709,2576,3,464,1307 -"132346",35709,3127,3,464,2273 -"132347",35709,3493,3,464,2451 -"132348",35709,4665,3,464,1569 -"132349",35709,5792,3,464,975 -"132350",35709,5897,3,464,2337 -"132351",35709,6160,3,464,969 -"132352",35709,9481,3,464,1610 -"132353",35709,9484,3,464,1429 -"132354",35709,9503,3,464,2453 -"132355",35709,9787,3,464,2858 -"132356",35709,10387,3,464,871 -"132357",35709,10453,2,464,1656 -"132358",35709,10754,3,464,1797 -"132359",35709,11588,3,464,2352 -"132360",35709,12781,3,464,831 -"132361",35709,13290,3,464,2824 -"132362",35709,13479,3,464,2155 -"132363",35709,13518,3,464,525 -"132364",35709,14287,3,464,1583 -"132365",35709,14749,3,464,1998 -"132366",35709,16286,3,464,2470 -"132367",35709,16501,2,464,1650 -"132368",35709,17252,3,464,1258 -"132369",35709,18672,3,464,1182 -"132370",35709,20220,3,464,1656 -"132371",35709,20662,3,464,1523 -"132372",35709,22364,3,464,1809 -"132373",35709,25163,3,464,1751 -"132374",35709,27914,3,464,2507 -"132375",35709,28116,3,464,1643 -"132376",35709,29267,3,464,1234 -"132377",35709,29286,1,464,1612 -"132378",35709,30034,3,464,2357 -"132379",35709,31868,3,464,1993 -"132380",35709,33870,3,464,955 -"132381",35709,36346,3,464,1240 -"132382",35709,36912,3,464,2469 -"132383",35709,36953,3,464,2790 -"132384",35709,40035,2,464,2742 -"132385",35709,40572,3,464,2666 -"132386",35709,41694,3,464,2358 -"132387",35709,42717,2,464,2588 -"132388",35709,42813,3,464,2142 -"132389",35709,46486,2,464,1868 -"132390",35709,50229,3,464,1190 -"132391",35709,50354,3,464,1299 -"132392",35709,53739,2,464,2704 -"132393",35709,55482,3,464,1866 -"132394",35709,67252,3,464,1215 -"132395",35709,67908,2,464,2385 -"132396",35709,68539,3,464,1158 -"132397",35709,70455,3,464,1307 -"132398",35709,71467,3,464,1051 -"132399",35709,72597,3,464,1843 -"132400",35709,77052,3,464,2770 -"132401",35709,87142,3,464,591 -"132402",35709,90709,3,464,1080 -"132403",35709,99288,3,464,983 -"132404",35709,99332,3,464,873 -"132405",35709,100048,3,464,1573 -"132406",35709,104098,3,464,512 -"132407",35709,107435,3,464,1635 -"132408",35709,109194,3,464,494 -"132409",35709,111208,3,464,847 -"132410",35709,112923,3,464,950 -"132411",35715,26642,3,2912,2952 -"132412",35715,41134,3,2912,2952 -"132413",35728,2418,3,2017,2020 -"132414",35728,2852,3,2017,2448 -"132415",35728,3127,3,2017,2273 -"132416",35728,4361,3,2017,2571 -"132417",35728,4612,3,2017,2804 -"132418",35728,4669,3,2017,2395 -"132419",35728,5897,3,2017,2337 -"132420",35728,6119,3,2017,2358 -"132421",35728,7252,3,2017,2799 -"132422",35728,8568,3,2017,2706 -"132423",35728,9785,3,2017,2951 -"132424",35728,9787,3,2017,2858 -"132425",35728,10336,3,2017,2271 -"132426",35728,13842,3,2017,2250 -"132427",35728,14586,3,2017,2801 -"132428",35728,16286,2,2017,2470 -"132429",35728,20067,3,2017,2390 -"132430",35728,22578,3,2017,2216 -"132431",35728,27742,3,2017,2700 -"132432",35728,27914,2,2017,2507 -"132433",35728,28869,2,2017,2425 -"132434",35728,33341,3,2017,2338 -"132435",35728,33537,3,2017,2406 -"132436",35728,37059,3,2017,2840 -"132437",35728,39534,3,2017,2410 -"132438",35728,40035,3,2017,2742 -"132439",35728,41023,3,2017,2408 -"132440",35728,44235,3,2017,2700 -"132441",35728,45869,3,2017,2840 -"132442",35728,46384,3,2017,2285 -"132443",35728,56995,2,2017,2323 -"132444",35728,58655,3,2017,2685 -"132445",35728,59637,3,2017,2141 -"132446",35728,66693,3,2017,2554 -"132447",35728,69131,3,2017,2122 -"132448",35728,70101,3,2017,2414 -"132449",35728,111375,2,2017,2686 -"132450",35738,2424,3,2448,2582 -"132451",35738,4583,3,2448,2741 -"132452",35738,11351,3,2448,2971 -"132453",35738,16954,2,2448,2972 -"132454",35738,30052,3,2448,2855 -"132455",35738,48605,3,2448,2796 -"132456",35738,51610,3,2448,2635 -"132457",35738,61982,3,2448,2725 -"132458",35738,62841,3,2448,2710 -"132459",35752,1092,3,1158,1945 -"132460",35752,1767,3,1158,2727 -"132461",35752,1875,3,1158,1786 -"132462",35752,2224,3,1158,2751 -"132463",35752,2563,3,1158,1686 -"132464",35752,3068,3,1158,1815 -"132465",35752,3306,2,1158,1989 -"132466",35752,3753,3,1158,1255 -"132467",35752,5120,3,1158,2735 -"132468",35752,5622,3,1158,2175 -"132469",35752,5986,3,1158,1721 -"132470",35752,6047,2,1158,2004 -"132471",35752,6255,3,1158,2895 -"132472",35752,7475,3,1158,1284 -"132473",35752,7627,3,1158,1543 -"132474",35752,9511,3,1158,1232 -"132475",35752,9654,3,1158,2111 -"132476",35752,10488,3,1158,1524 -"132477",35752,10857,3,1158,2253 -"132478",35752,10861,3,1158,1189 -"132479",35752,11103,2,1158,2393 -"132480",35752,14032,3,1158,2144 -"132481",35752,15003,3,1158,2067 -"132482",35752,15700,3,1158,1712 -"132483",35752,17365,3,1158,2746 -"132484",35752,17400,3,1158,2231 -"132485",35752,18211,3,1158,1745 -"132486",35752,20124,3,1158,2376 -"132487",35752,20665,3,1158,1311 -"132488",35752,22185,3,1158,1174 -"132489",35752,23011,3,1158,2763 -"132490",35752,23725,3,1158,2378 -"132491",35752,23869,3,1158,1918 -"132492",35752,26867,3,1158,1804 -"132493",35752,27275,3,1158,2656 -"132494",35752,29930,3,1158,2240 -"132495",35752,32198,3,1158,2117 -"132496",35752,33219,1,1158,1173 -"132497",35752,33621,3,1158,1319 -"132498",35752,33949,3,1158,2489 -"132499",35752,36574,3,1158,2934 -"132500",35752,39294,3,1158,1889 -"132501",35752,40028,3,1158,1349 -"132502",35752,41023,3,1158,2408 -"132503",35752,41598,3,1158,2291 -"132504",35752,43213,3,1158,2160 -"132505",35752,43404,3,1158,2649 -"132506",35752,44819,2,1158,2063 -"132507",35752,45618,3,1158,2356 -"132508",35752,45684,3,1158,2200 -"132509",35752,46196,3,1158,1510 -"132510",35752,48215,3,1158,2028 -"132511",35752,50134,3,1158,2674 -"132512",35752,50236,3,1158,2339 -"132513",35752,52136,3,1158,1412 -"132514",35752,54551,3,1158,2348 -"132515",35752,54929,3,1158,2783 -"132516",35752,55084,3,1158,1189 -"132517",35752,56082,2,1158,2395 -"132518",35752,56232,3,1158,1175 -"132519",35752,59539,3,1158,2429 -"132520",35752,59677,2,1158,1174 -"132521",35752,65691,3,1158,2134 -"132522",35752,67726,3,1158,2873 -"132523",35752,67805,3,1158,1338 -"132524",35752,72207,3,1158,2430 -"132525",35752,75403,3,1158,1895 -"132526",35752,76284,3,1158,1237 -"132527",35752,82730,3,1158,1492 -"132528",35752,92491,3,1158,1968 -"132529",35752,94520,3,1158,1243 -"132530",35752,97498,3,1158,2346 -"132531",35752,102824,3,1158,2944 -"132532",35772,6055,3,1440,2651 -"132533",35772,7616,3,1440,2296 -"132534",35772,8275,3,1440,2237 -"132535",35772,12692,3,1440,1855 -"132536",35772,15207,2,1440,1855 -"132537",35772,16539,3,1440,1947 -"132538",35772,19593,2,1440,2013 -"132539",35772,23006,3,1440,1532 -"132540",35772,27104,3,1440,1608 -"132541",35772,28131,3,1440,1492 -"132542",35772,36441,3,1440,2796 -"132543",35772,41108,3,1440,1624 -"132544",35772,42799,2,1440,2729 -"132545",35772,45903,3,1440,2237 -"132546",35772,46635,2,1440,2528 -"132547",35772,55076,3,1440,2408 -"132548",35772,56903,2,1440,1584 -"132549",35772,62148,3,1440,1566 -"132550",35772,68024,3,1440,1531 -"132551",35772,76356,3,1440,2323 -"132552",35772,85356,1,1440,1492 -"132553",35772,86785,2,1440,1607 -"132554",35772,96132,1,1440,1489 -"132555",35774,16237,2,1969,2009 -"132556",35777,19771,3,1166,2410 -"132557",35777,31243,3,1166,1355 -"132558",35777,34480,3,1166,2755 -"132559",35777,42747,3,1166,1189 -"132560",35777,43225,3,1166,1835 -"132561",35777,51471,3,1166,1280 -"132562",35777,60867,3,1166,2689 -"132563",35777,67383,3,1166,1739 -"132564",35777,72207,3,1166,2430 -"132565",35787,2206,3,1132,2536 -"132566",35787,2894,3,1132,1291 -"132567",35787,3068,3,1132,1815 -"132568",35787,3456,3,1132,1999 -"132569",35787,3886,3,1132,1669 -"132570",35787,4551,2,1132,2720 -"132571",35787,4705,2,1132,1714 -"132572",35787,5303,3,1132,1849 -"132573",35787,5350,3,1132,2522 -"132574",35787,6222,3,1132,1949 -"132575",35787,7254,3,1132,1849 -"132576",35787,7258,2,1132,1714 -"132577",35787,13068,3,1132,1778 -"132578",35787,13929,3,1132,2693 -"132579",35787,14328,3,1132,1725 -"132580",35787,14959,3,1132,2898 -"132581",35787,15146,3,1132,1546 -"132582",35787,15734,3,1132,1616 -"132583",35787,17943,3,1132,1943 -"132584",35787,20219,2,1132,2313 -"132585",35787,20423,3,1132,2654 -"132586",35787,23319,3,1132,2867 -"132587",35787,23641,3,1132,1934 -"132588",35787,25378,3,1132,1245 -"132589",35787,30236,3,1132,2238 -"132590",35787,30891,2,1132,1256 -"132591",35787,31331,3,1132,2964 -"132592",35787,38259,2,1132,2258 -"132593",35787,38921,3,1132,1880 -"132594",35787,45138,3,1132,2516 -"132595",35787,47385,2,1132,1172 -"132596",35787,51879,3,1132,1771 -"132597",35787,55817,3,1132,2285 -"132598",35787,56854,3,1132,2022 -"132599",35787,58829,3,1132,1256 -"132600",35787,58945,3,1132,2481 -"132601",35787,65188,3,1132,2213 -"132602",35787,69716,3,1132,2632 -"132603",35787,82932,3,1132,2245 -"132604",35797,6989,3,2482,2623 -"132605",35797,9504,3,2482,2549 -"132606",35797,17033,3,2482,2771 -"132607",35797,19364,3,2482,2846 -"132608",35797,27742,3,2482,2700 -"132609",35797,57067,3,2482,2547 -"132610",35797,59039,3,2482,2870 -"132611",35797,62712,3,2482,2884 -"132612",35797,92297,3,2482,2952 -"132613",35815,13586,1,2789,2966 -"132614",35816,5683,3,2009,2468 -"132615",35816,11253,3,2009,2577 -"132616",35816,18421,2,2009,2457 -"132617",35816,30668,3,2009,2882 -"132618",35816,32939,3,2009,2277 -"132619",35816,46982,2,2009,2806 -"132620",35816,47013,3,2009,2388 -"132621",35816,51144,3,2009,2466 -"132622",35816,57804,3,2009,2214 -"132623",35822,371,3,1903,2950 -"132624",35822,680,2,1903,2569 -"132625",35822,1822,3,1903,2888 -"132626",35822,2181,3,1903,2030 -"132627",35822,3127,3,1903,2273 -"132628",35822,3456,3,1903,1999 -"132629",35822,3477,2,1903,2546 -"132630",35822,3978,2,1903,2775 -"132631",35822,4303,3,1903,2414 -"132632",35822,4361,3,1903,2571 -"132633",35822,4668,3,1903,1919 -"132634",35822,6063,2,1903,2349 -"132635",35822,7984,3,1903,2493 -"132636",35822,8062,3,1903,2858 -"132637",35822,8890,3,1903,1955 -"132638",35822,8993,3,1903,2099 -"132639",35822,9503,3,1903,2453 -"132640",35822,10129,3,1903,2124 -"132641",35822,10980,2,1903,1974 -"132642",35822,11429,3,1903,2520 -"132643",35822,12759,2,1903,2414 -"132644",35822,12948,3,1903,2669 -"132645",35822,13136,3,1903,2867 -"132646",35822,13899,3,1903,2650 -"132647",35822,14108,3,1903,2012 -"132648",35822,14817,3,1903,2110 -"132649",35822,15023,3,1903,2054 -"132650",35822,15401,3,1903,1999 -"132651",35822,16365,3,1903,2217 -"132652",35822,17645,3,1903,1918 -"132653",35822,19317,3,1903,2041 -"132654",35822,20124,3,1903,2376 -"132655",35822,20984,3,1903,2502 -"132656",35822,21670,1,1903,2158 -"132657",35822,21681,3,1903,2005 -"132658",35822,21684,3,1903,1971 -"132659",35822,22709,3,1903,2743 -"132660",35822,25373,2,1903,2783 -"132661",35822,27280,3,1903,1965 -"132662",35822,28869,3,1903,2425 -"132663",35822,29116,2,1903,2128 -"132664",35822,30334,3,1903,2075 -"132665",35822,31357,3,1903,2389 -"132666",35822,31700,3,1903,2727 -"132667",35822,32339,3,1903,2430 -"132668",35822,32395,3,1903,2735 -"132669",35822,32988,3,1903,2008 -"132670",35822,33223,2,1903,2397 -"132671",35822,33451,3,1903,1957 -"132672",35822,33470,3,1903,2003 -"132673",35822,36031,3,1903,2342 -"132674",35822,37301,3,1903,2160 -"132675",35822,37636,2,1903,2178 -"132676",35822,37752,3,1903,2223 -"132677",35822,38602,3,1903,2693 -"132678",35822,39443,3,1903,2277 -"132679",35822,39875,3,1903,2422 -"132680",35822,40623,3,1903,2580 -"132681",35822,41187,3,1903,2340 -"132682",35822,41723,2,1903,2101 -"132683",35822,45138,3,1903,2516 -"132684",35822,45869,3,1903,2840 -"132685",35822,47595,3,1903,2374 -"132686",35822,48215,3,1903,2028 -"132687",35822,49265,3,1903,2686 -"132688",35822,50585,2,1903,2414 -"132689",35822,51783,3,1903,2599 -"132690",35822,51843,3,1903,2389 -"132691",35822,53323,3,1903,2677 -"132692",35822,55817,3,1903,2285 -"132693",35822,57380,3,1903,2362 -"132694",35822,58745,3,1903,1920 -"132695",35822,63077,2,1903,2778 -"132696",35822,65155,3,1903,1947 -"132697",35822,65188,3,1903,2213 -"132698",35822,67266,3,1903,2010 -"132699",35822,72728,3,1903,2234 -"132700",35822,79547,3,1903,1909 -"132701",35822,84317,3,1903,2081 -"132702",35822,88232,3,1903,2881 -"132703",35822,92297,3,1903,2952 -"132704",35822,94525,3,1903,1993 -"132705",35822,119524,3,1903,1930 -"132706",35854,613,2,1676,2687 -"132707",35854,5078,3,1676,2033 -"132708",35854,6241,3,1676,2264 -"132709",35854,10859,3,1676,2231 -"132710",35854,12929,3,1676,2656 -"132711",35854,27277,3,1676,1994 -"132712",35854,27397,1,1676,2456 -"132713",35854,39278,3,1676,1952 -"132714",35854,41998,2,1676,2400 -"132715",35854,53342,3,1676,2071 -"132716",35854,70046,3,1676,2624 -"132717",35873,2190,3,1377,2359 -"132718",35873,4032,3,1377,1763 -"132719",35873,4367,3,1377,2794 -"132720",35873,5897,3,1377,2337 -"132721",35873,6132,3,1377,1590 -"132722",35873,7355,2,1377,1928 -"132723",35873,8568,2,1377,2706 -"132724",35873,11136,3,1377,2573 -"132725",35873,11419,3,1377,1408 -"132726",35873,11563,3,1377,1863 -"132727",35873,14558,2,1377,1585 -"132728",35873,14754,2,1377,2456 -"132729",35873,19587,3,1377,1684 -"132730",35873,19858,2,1377,2357 -"132731",35873,22766,2,1377,1945 -"132732",35873,24757,3,1377,1939 -"132733",35873,25741,2,1377,2853 -"132734",35873,28081,3,1377,1927 -"132735",35873,32606,3,1377,2100 -"132736",35873,33314,3,1377,1444 -"132737",35873,33341,3,1377,2338 -"132738",35873,41338,2,1377,1553 -"132739",35873,41633,3,1377,1976 -"132740",35873,48602,3,1377,1704 -"132741",35873,54284,3,1377,2491 -"132742",35873,61125,3,1377,1673 -"132743",35873,66677,3,1377,2151 -"132744",35873,68586,3,1377,2322 -"132745",35873,73266,3,1377,2496 -"132746",35888,613,3,2291,2687 -"132747",35888,8327,3,2291,2527 -"132748",35888,9311,2,2291,2477 -"132749",35888,10358,3,2291,2294 -"132750",35888,11218,3,2291,2292 -"132751",35888,12042,3,2291,2345 -"132752",35888,12929,3,2291,2656 -"132753",35888,13601,3,2291,2689 -"132754",35888,15626,3,2291,2434 -"132755",35888,17790,2,2291,2783 -"132756",35888,18366,3,2291,2699 -"132757",35888,24256,3,2291,2393 -"132758",35888,24721,2,2291,2326 -"132759",35888,25480,3,2291,2747 -"132760",35888,25610,2,2291,2328 -"132761",35888,28285,3,2291,2972 -"132762",35888,30906,3,2291,2537 -"132763",35888,33433,3,2291,2805 -"132764",35888,34899,3,2291,2565 -"132765",35888,51089,3,2291,2426 -"132766",35888,51866,3,2291,2411 -"132767",35888,57732,3,2291,2454 -"132768",35888,59113,3,2291,2434 -"132769",35888,69348,3,2291,2783 -"132770",35888,84799,3,2291,2656 -"132771",35903,854,3,1434,2307 -"132772",35903,1154,3,1434,1656 -"132773",35903,1323,3,1434,1659 -"132774",35903,2057,3,1434,1965 -"132775",35903,2484,3,1434,2389 -"132776",35903,2684,3,1434,2874 -"132777",35903,3127,3,1434,2273 -"132778",35903,3947,3,1434,2067 -"132779",35903,4504,3,1434,1905 -"132780",35903,5392,3,1434,1648 -"132781",35903,5622,3,1434,2175 -"132782",35903,6222,3,1434,1949 -"132783",35903,6821,3,1434,1788 -"132784",35903,8865,1,1434,2394 -"132785",35903,9311,3,1434,2477 -"132786",35903,9615,3,1434,2464 -"132787",35903,10148,2,1434,2964 -"132788",35903,10754,3,1434,1797 -"132789",35903,11538,3,1434,2288 -"132790",35903,12388,3,1434,1975 -"132791",35903,14817,3,1434,2110 -"132792",35903,14959,3,1434,2898 -"132793",35903,15560,3,1434,2257 -"132794",35903,15826,3,1434,2772 -"132795",35903,16690,3,1434,2132 -"132796",35903,19433,3,1434,2504 -"132797",35903,19587,3,1434,1684 -"132798",35903,19605,3,1434,2395 -"132799",35903,19937,2,1434,1587 -"132800",35903,21248,3,1434,2232 -"132801",35903,22723,3,1434,2859 -"132802",35903,23508,3,1434,1907 -"132803",35903,27908,2,1434,2576 -"132804",35903,29286,3,1434,1612 -"132805",35903,29454,2,1434,2719 -"132806",35903,29997,3,1434,1789 -"132807",35903,30092,3,1434,1593 -"132808",35903,30236,3,1434,2238 -"132809",35903,30906,2,1434,2537 -"132810",35903,32606,3,1434,2100 -"132811",35903,36637,3,1434,2085 -"132812",35903,36953,3,1434,2790 -"132813",35903,38732,3,1434,2263 -"132814",35903,38921,3,1434,1880 -"132815",35903,39062,3,1434,2020 -"132816",35903,40572,3,1434,2666 -"132817",35903,41682,3,1434,1988 -"132818",35903,41764,3,1434,2409 -"132819",35903,42813,3,1434,2142 -"132820",35903,45329,3,1434,1693 -"132821",35903,46486,2,1434,1868 -"132822",35903,46596,3,1434,1942 -"132823",35903,47595,3,1434,2374 -"132824",35903,47803,3,1434,2477 -"132825",35903,48377,2,1434,1927 -"132826",35903,48698,3,1434,1474 -"132827",35903,50335,3,1434,1893 -"132828",35903,55862,2,1434,2123 -"132829",35903,58733,3,1434,1958 -"132830",35903,59637,3,1434,2141 -"132831",35903,59683,3,1434,2068 -"132832",35903,60179,3,1434,2708 -"132833",35903,63477,3,1434,1907 -"132834",35903,65856,3,1434,2504 -"132835",35903,69232,2,1434,2130 -"132836",35903,106891,2,1434,1907 -"132837",35911,10337,2,2370,2452 -"132838",35911,11135,3,2370,2441 -"132839",35911,15502,2,2370,2637 -"132840",35919,135,3,663,2233 -"132841",35919,3317,3,663,2037 -"132842",35919,5346,3,663,1438 -"132843",35919,5845,3,663,1552 -"132844",35919,6234,3,663,2654 -"132845",35919,9423,3,663,1708 -"132846",35919,9440,3,663,1006 -"132847",35919,10905,3,663,1552 -"132848",35919,10964,2,663,2043 -"132849",35919,11019,2,663,1299 -"132850",35919,11029,3,663,2362 -"132851",35919,11067,2,663,2734 -"132852",35919,14072,3,663,1346 -"132853",35919,14731,3,663,2012 -"132854",35919,14972,3,663,2332 -"132855",35919,15207,3,663,1855 -"132856",35919,17396,3,663,1672 -"132857",35919,18666,3,663,1230 -"132858",35919,20545,3,663,1491 -"132859",35919,20705,3,663,829 -"132860",35919,21480,3,663,1646 -"132861",35919,21487,3,663,2203 -"132862",35919,24085,2,663,1253 -"132863",35919,24195,2,663,1575 -"132864",35919,25443,3,663,1441 -"132865",35919,26658,3,663,2745 -"132866",35919,29578,3,663,1957 -"132867",35919,30092,3,663,1593 -"132868",35919,30981,3,663,2366 -"132869",35919,32939,2,663,2277 -"132870",35919,33039,2,663,1759 -"132871",35919,33383,3,663,1572 -"132872",35919,34509,3,663,1973 -"132873",35919,35264,3,663,2329 -"132874",35919,35620,3,663,2092 -"132875",35919,36120,3,663,2971 -"132876",35919,36215,3,663,1623 -"132877",35919,38676,3,663,2286 -"132878",35919,42256,3,663,2839 -"132879",35919,45585,3,663,2384 -"132880",35919,46385,3,663,2225 -"132881",35919,53445,3,663,2028 -"132882",35919,53530,3,663,2380 -"132883",35919,55892,3,663,1234 -"132884",35919,56903,3,663,1584 -"132885",35919,57804,2,663,2214 -"132886",35919,58284,3,663,2292 -"132887",35919,69903,3,663,1066 -"132888",35919,75067,3,663,801 -"132889",35919,75607,2,663,2245 -"132890",35919,82246,3,663,1538 -"132891",35919,94520,3,663,1243 -"132892",35926,1315,3,2371,2760 -"132893",35926,3961,2,2371,2426 -"132894",35926,5315,3,2371,2631 -"132895",35926,5350,1,2371,2522 -"132896",35926,7234,3,2371,2654 -"132897",35926,11477,3,2371,2724 -"132898",35926,11966,3,2371,2385 -"132899",35926,12035,3,2371,2721 -"132900",35926,15309,3,2371,2820 -"132901",35926,16352,3,2371,2657 -"132902",35926,17365,3,2371,2746 -"132903",35926,20067,3,2371,2390 -"132904",35926,21571,3,2371,2755 -"132905",35926,23725,2,2371,2378 -"132906",35926,25971,3,2371,2608 -"132907",35926,26080,2,2371,2525 -"132908",35926,28168,3,2371,2702 -"132909",35926,31436,3,2371,2892 -"132910",35926,32567,3,2371,2784 -"132911",35926,33801,3,2371,2899 -"132912",35926,34735,3,2371,2767 -"132913",35926,39516,3,2371,2393 -"132914",35926,41955,3,2371,2479 -"132915",35926,41972,3,2371,2509 -"132916",35926,43796,3,2371,2476 -"132917",35926,52026,2,2371,2633 -"132918",35926,53475,3,2371,2853 -"132919",35926,54929,2,2371,2783 -"132920",35926,56082,3,2371,2395 -"132921",35926,69716,2,2371,2632 -"132922",35926,71274,3,2371,2390 -"132923",35926,72207,3,2371,2430 -"132924",35926,76048,3,2371,2373 -"132925",35926,82732,3,2371,2810 -"132926",35926,87110,3,2371,2801 -"132927",35958,5962,3,2383,2491 -"132928",35958,19380,1,2383,2637 -"132929",35958,34216,2,2383,2832 -"132930",35972,393,1,172,643 -"132931",35972,1624,3,172,2687 -"132932",35972,1708,2,172,1591 -"132933",35972,1785,3,172,2350 -"132934",35972,2737,3,172,607 -"132935",35972,4249,3,172,2547 -"132936",35972,4784,3,172,2511 -"132937",35972,6020,3,172,1864 -"132938",35972,6747,1,172,2913 -"132939",35972,6841,2,172,263 -"132940",35972,7604,3,172,1366 -"132941",35972,12084,3,172,1960 -"132942",35972,13595,3,172,1164 -"132943",35972,14772,2,172,2386 -"132944",35972,16910,1,172,1978 -"132945",35972,20469,3,172,2125 -"132946",35972,21358,3,172,1970 -"132947",35972,23879,3,172,438 -"132948",35972,23963,2,172,647 -"132949",35972,25530,3,172,2884 -"132950",35972,28648,3,172,1586 -"132951",35972,34274,3,172,1437 -"132952",35972,41489,3,172,2006 -"132953",35972,42382,3,172,2224 -"132954",35972,45297,2,172,1864 -"132955",35972,46049,2,172,2102 -"132956",35972,46616,3,172,1917 -"132957",35972,47607,3,172,2724 -"132958",35972,48823,3,172,2080 -"132959",35972,49029,3,172,647 -"132960",35972,50468,3,172,1659 -"132961",35972,51516,3,172,1361 -"132962",35972,52179,3,172,1572 -"132963",35972,53584,3,172,2391 -"132964",35972,54488,3,172,2357 -"132965",35972,54816,2,172,592 -"132966",35972,56396,3,172,2408 -"132967",35972,60966,3,172,2734 -"132968",35972,70103,3,172,257 -"132969",35972,73266,3,172,2496 -"132970",35972,76796,3,172,1140 -"132971",35972,82217,3,172,2441 -"132972",35972,93642,3,172,1120 -"132973",35972,96068,3,172,215 -"132974",35980,3564,3,2657,2717 -"132975",35980,15567,3,2657,2671 -"132976",35980,16866,3,2657,2718 -"132977",35980,18865,3,2657,2676 -"132978",35980,35477,3,2657,2703 -"132979",35980,35715,3,2657,2912 -"132980",35980,53223,2,2657,2690 -"132981",35980,57180,3,2657,2703 -"132982",36007,5315,3,2089,2631 -"132983",36007,45903,3,2089,2237 -"132984",36007,48127,3,2089,2677 -"132985",36021,1427,3,192,324 -"132986",36021,1428,3,192,742 -"132987",36021,2894,3,192,1291 -"132988",36021,5785,2,192,1261 -"132989",36021,6222,3,192,1949 -"132990",36021,8748,3,192,699 -"132991",36021,11694,3,192,1564 -"132992",36021,12388,3,192,1975 -"132993",36021,13573,3,192,2774 -"132994",36021,14482,3,192,1573 -"132995",36021,14959,3,192,2898 -"132996",36021,15444,3,192,2764 -"132997",36021,16053,3,192,908 -"132998",36021,16539,3,192,1947 -"132999",36021,17027,3,192,2772 -"133000",36021,17097,3,192,1505 -"133001",36021,17520,3,192,2276 -"133002",36021,19173,3,192,1686 -"133003",36021,19621,3,192,725 -"133004",36021,20067,3,192,2390 -"133005",36021,20311,3,192,1981 -"133006",36021,22403,3,192,1630 -"133007",36021,25680,3,192,1618 -"133008",36021,26582,3,192,2772 -"133009",36021,27860,3,192,1588 -"133010",36021,28130,2,192,908 -"133011",36021,28131,3,192,1492 -"133012",36021,29095,3,192,2531 -"133013",36021,29372,3,192,528 -"133014",36021,30883,2,192,1629 -"133015",36021,31243,3,192,1355 -"133016",36021,33010,3,192,2189 -"133017",36021,33801,3,192,2899 -"133018",36021,35286,3,192,395 -"133019",36021,38921,3,192,1880 -"133020",36021,40646,3,192,1583 -"133021",36021,44420,3,192,2184 -"133022",36021,44921,2,192,550 -"133023",36021,48435,3,192,528 -"133024",36021,50382,3,192,2244 -"133025",36021,50487,1,192,744 -"133026",36021,51616,2,192,761 -"133027",36021,52457,3,192,849 -"133028",36021,53412,3,192,566 -"133029",36021,53475,3,192,2853 -"133030",36021,53604,3,192,2489 -"133031",36021,54522,2,192,699 -"133032",36021,56462,3,192,852 -"133033",36021,62538,3,192,1656 -"133034",36021,75488,1,192,460 -"133035",36021,78184,3,192,937 -"133036",36021,79371,2,192,1624 -"133037",36021,85329,3,192,738 -"133038",36021,87519,2,192,595 -"133039",36021,87720,3,192,2086 -"133040",36021,88114,3,192,595 -"133041",36021,89826,3,192,2033 -"133042",36021,96911,3,192,956 -"133043",36021,123336,3,192,225 -"133044",36027,9600,1,178,210 -"133045",36027,12084,3,178,1960 -"133046",36027,14772,3,178,2386 -"133047",36027,23963,3,178,647 -"133048",36027,28090,2,178,1755 -"133049",36027,29791,3,178,1986 -"133050",36027,32849,3,178,975 -"133051",36027,41004,1,178,2561 -"133052",36027,45727,3,178,477 -"133053",36027,46602,2,178,2786 -"133054",36027,52442,3,178,1269 -"133055",36027,68888,1,178,2786 -"133056",36027,96068,1,178,215 -"133057",36027,105077,2,178,920 -"133058",36031,270,3,2342,2542 -"133059",36031,1315,3,2342,2760 -"133060",36031,3477,3,2342,2546 -"133061",36031,3896,3,2342,2693 -"133062",36031,6063,2,2342,2349 -"133063",36031,7229,3,2342,2669 -"133064",36031,7506,3,2342,2371 -"133065",36031,7984,3,2342,2493 -"133066",36031,8604,3,2342,2799 -"133067",36031,11329,3,2342,2799 -"133068",36031,12272,3,2342,2371 -"133069",36031,13200,3,2342,2488 -"133070",36031,14655,2,2342,2559 -"133071",36031,16195,3,2342,2964 -"133072",36031,18394,3,2342,2356 -"133073",36031,21734,3,2342,2528 -"133074",36031,21872,3,2342,2458 -"133075",36031,24255,3,2342,2770 -"133076",36031,26080,3,2342,2525 -"133077",36031,26582,3,2342,2772 -"133078",36031,30906,3,2342,2537 -"133079",36031,31124,3,2342,2351 -"133080",36031,31700,3,2342,2727 -"133081",36031,31705,3,2342,2706 -"133082",36031,33223,3,2342,2397 -"133083",36031,35187,3,2342,2488 -"133084",36031,36609,3,2342,2918 -"133085",36031,38602,3,2342,2693 -"133086",36031,42574,3,2342,2842 -"133087",36031,44557,2,2342,2371 -"133088",36031,45618,3,2342,2356 -"133089",36031,47877,3,2342,2970 -"133090",36031,49265,3,2342,2686 -"133091",36031,53323,3,2342,2677 -"133092",36031,56464,3,2342,2488 -"133093",36031,57380,3,2342,2362 -"133094",36031,57977,3,2342,2683 -"133095",36031,62723,3,2342,2554 -"133096",36031,71982,3,2342,2812 -"133097",36031,88232,3,2342,2881 -"133098",36087,9362,2,2755,2879 -"133099",36136,2334,3,2338,2619 -"133100",36136,2747,3,2338,2411 -"133101",36136,2852,3,2338,2448 -"133102",36136,3477,3,2338,2546 -"133103",36136,6063,3,2338,2349 -"133104",36136,6824,3,2338,2680 -"133105",36136,9272,3,2338,2835 -"133106",36136,9620,3,2338,2339 -"133107",36136,10638,2,2338,2692 -"133108",36136,11103,3,2338,2393 -"133109",36136,11506,2,2338,2824 -"133110",36136,15826,3,2338,2772 -"133111",36136,18943,2,2338,2861 -"133112",36136,20007,3,2338,2971 -"133113",36136,21180,3,2338,2762 -"133114",36136,21463,1,2338,2437 -"133115",36136,22326,3,2338,2818 -"133116",36136,25305,3,2338,2447 -"133117",36136,33223,3,2338,2397 -"133118",36136,38144,3,2338,2637 -"133119",36136,38755,3,2338,2902 -"133120",36136,39105,1,2338,2487 -"133121",36136,41023,3,2338,2408 -"133122",36136,41978,2,2338,2824 -"133123",36136,43226,3,2338,2442 -"133124",36136,46951,2,2338,2429 -"133125",36136,53013,2,2338,2523 -"133126",36136,55604,3,2338,2342 -"133127",36136,55775,3,2338,2385 -"133128",36136,56673,3,2338,2419 -"133129",36136,59005,3,2338,2817 -"133130",36136,59039,2,2338,2870 -"133131",36136,68592,2,2338,2551 -"133132",36136,69335,2,2338,2698 -"133133",36136,76132,1,2338,2426 -"133134",36174,160,3,1382,2007 -"133135",36174,1150,3,1382,1595 -"133136",36174,1641,3,1382,1490 -"133137",36174,1767,3,1382,2727 -"133138",36174,2694,3,1382,2062 -"133139",36174,4705,3,1382,1714 -"133140",36174,5315,3,1382,2631 -"133141",36174,7258,2,1382,1714 -"133142",36174,7858,3,1382,1795 -"133143",36174,8367,3,1382,1927 -"133144",36174,13249,3,1382,2573 -"133145",36174,19208,3,1382,2629 -"133146",36174,27484,3,1382,1634 -"133147",36174,31705,3,1382,2706 -"133148",36174,36837,3,1382,1556 -"133149",36174,43404,3,1382,2649 -"133150",36174,63477,3,1382,1907 -"133151",36174,77611,3,1382,1795 -"133152",36174,82949,3,1382,2077 -"133153",36174,88609,3,1382,1917 -"133154",36183,2852,3,2117,2448 -"133155",36183,4669,2,2117,2395 -"133156",36183,5897,3,2117,2337 -"133157",36183,6989,3,2117,2623 -"133158",36183,7252,3,2117,2799 -"133159",36183,16286,3,2117,2470 -"133160",36183,18415,2,2117,2184 -"133161",36183,18810,3,2117,2671 -"133162",36183,27742,3,2117,2700 -"133163",36183,28626,2,2117,2842 -"133164",36183,28869,3,2117,2425 -"133165",36183,41023,3,2117,2408 -"133166",36183,45633,3,2117,2134 -"133167",36183,45869,3,2117,2840 -"133168",36183,65691,3,2117,2134 -"133169",36200,32312,3,708,1472 -"133170",36215,5816,3,1623,2408 -"133171",36215,6234,3,1623,2654 -"133172",36215,9423,3,1623,1708 -"133173",36215,10964,3,1623,2043 -"133174",36215,11067,3,1623,2734 -"133175",36215,14731,3,1623,2012 -"133176",36215,14972,3,1623,2332 -"133177",36215,15207,3,1623,1855 -"133178",36215,17396,3,1623,1672 -"133179",36215,21487,3,1623,2203 -"133180",36215,26658,3,1623,2745 -"133181",36215,30981,3,1623,2366 -"133182",36215,32939,2,1623,2277 -"133183",36215,34509,3,1623,1973 -"133184",36215,35264,3,1623,2329 -"133185",36215,38676,3,1623,2286 -"133186",36215,42256,3,1623,2839 -"133187",36215,45585,2,1623,2384 -"133188",36215,53445,3,1623,2028 -"133189",36215,57804,2,1623,2214 -"133190",36215,58284,3,1623,2292 -"133191",36216,1262,2,31,2973 -"133192",36216,1427,3,31,324 -"133193",36216,1428,3,31,742 -"133194",36216,1691,3,31,1941 -"133195",36216,3695,3,31,2612 -"133196",36216,3877,3,31,1133 -"133197",36216,5491,3,31,2048 -"133198",36216,6390,3,31,2385 -"133199",36216,7984,3,31,2493 -"133200",36216,9706,3,31,168 -"133201",36216,11239,3,31,2181 -"133202",36216,12586,3,31,613 -"133203",36216,13388,3,31,2119 -"133204",36216,14189,3,31,1483 -"133205",36216,14709,3,31,1901 -"133206",36216,14888,2,31,1411 -"133207",36216,15527,3,31,2039 -"133208",36216,16029,3,31,1160 -"133209",36216,16053,3,31,908 -"133210",36216,16313,3,31,1160 -"133211",36216,16727,3,31,2164 -"133212",36216,17826,3,31,2920 -"133213",36216,18151,3,31,2962 -"133214",36216,18928,3,31,709 -"133215",36216,19027,3,31,2721 -"133216",36216,19364,3,31,2846 -"133217",36216,19627,3,31,627 -"133218",36216,19872,3,31,2913 -"133219",36216,20700,3,31,2861 -"133220",36216,21193,3,31,2490 -"133221",36216,21346,3,31,74 -"133222",36216,21795,3,31,2653 -"133223",36216,22108,3,31,1915 -"133224",36216,23751,3,31,1740 -"133225",36216,23869,3,31,1918 -"133226",36216,24362,3,31,1287 -"133227",36216,26713,3,31,1235 -"133228",36216,28233,2,31,1608 -"133229",36216,28432,3,31,1954 -"133230",36216,31307,3,31,2139 -"133231",36216,37859,3,31,1999 -"133232",36216,37934,3,31,1595 -"133233",36216,41240,3,31,2220 -"133234",36216,41955,3,31,2479 -"133235",36216,44636,3,31,1026 -"133236",36216,46717,3,31,938 -"133237",36216,47585,3,31,794 -"133238",36216,50382,3,31,2244 -"133239",36216,53809,3,31,1956 -"133240",36216,54676,3,31,1342 -"133241",36216,55156,3,31,2196 -"133242",36216,57781,3,31,1971 -"133243",36216,58245,1,31,949 -"133244",36216,64181,3,31,1828 -"133245",36216,73553,3,31,2726 -"133246",36216,74730,3,31,535 -"133247",36216,78416,3,31,630 -"133248",36216,78563,3,31,2385 -"133249",36216,83096,3,31,1061 -"133250",36216,88966,2,31,1568 -"133251",36216,92592,3,31,486 -"133252",36216,93953,2,31,969 -"133253",36216,96678,3,31,1183 -"133254",36216,100334,3,31,777 -"133255",36216,102893,3,31,814 -"133256",36216,106449,3,31,862 -"133257",36216,109978,3,31,1865 -"133258",36216,121354,3,31,2862 -"133259",36270,26642,2,2910,2952 -"133260",36270,31089,3,2910,2952 -"133261",36270,41134,3,2910,2952 -"133262",36275,1393,3,614,1706 -"133263",36275,2014,1,614,973 -"133264",36275,3506,3,614,2364 -"133265",36275,7123,3,614,1964 -"133266",36275,7932,3,614,789 -"133267",36275,9088,3,614,1881 -"133268",36275,9269,3,614,1892 -"133269",36275,9342,3,614,896 -"133270",36275,10610,3,614,1427 -"133271",36275,15244,3,614,1600 -"133272",36275,17925,3,614,2385 -"133273",36275,18574,3,614,2305 -"133274",36275,19690,1,614,706 -"133275",36275,32629,3,614,1789 -"133276",36275,32724,3,614,2581 -"133277",36275,36440,2,614,704 -"133278",36275,41075,3,614,1176 -"133279",36275,44744,3,614,2032 -"133280",36275,45449,3,614,1610 -"133281",36275,48931,3,614,2444 -"133282",36275,55674,3,614,718 -"133283",36275,78800,1,614,652 -"133284",36275,92469,3,614,1232 -"133285",36275,96387,2,614,2159 -"133286",36275,102581,3,614,1813 -"133287",36313,49415,3,2372,2654 -"133288",36316,3716,3,455,1679 -"133289",36316,6366,3,455,798 -"133290",36316,6417,3,455,1675 -"133291",36316,11540,3,455,1237 -"133292",36316,11576,2,455,808 -"133293",36316,15872,3,455,1551 -"133294",36316,16120,2,455,1237 -"133295",36316,20975,3,455,1305 -"133296",36316,21138,3,455,2849 -"133297",36316,22639,3,455,2352 -"133298",36316,44160,3,455,859 -"133299",36316,51017,3,455,2073 -"133300",36316,74681,2,455,837 -"133301",36316,74731,3,455,853 -"133302",36316,87692,3,455,775 -"133303",36316,90802,3,455,877 -"133304",36316,101395,3,455,891 -"133305",36327,2524,3,870,1708 -"133306",36327,3127,3,870,2273 -"133307",36327,4668,3,870,1919 -"133308",36327,4669,3,870,2395 -"133309",36327,8140,3,870,1262 -"133310",36327,9227,3,870,1267 -"133311",36327,10980,3,870,1974 -"133312",36327,11648,3,870,2852 -"133313",36327,11990,3,870,1909 -"133314",36327,12948,1,870,2669 -"133315",36327,13537,3,870,1020 -"133316",36327,14425,3,870,1036 -"133317",36327,14532,3,870,1193 -"133318",36327,14749,3,870,1998 -"133319",36327,14781,3,870,2338 -"133320",36327,18122,3,870,894 -"133321",36327,20395,3,870,1468 -"133322",36327,27742,3,870,2700 -"133323",36327,28869,3,870,2425 -"133324",36327,28904,3,870,926 -"133325",36327,30891,3,870,1256 -"133326",36327,31868,3,870,1993 -"133327",36327,39999,3,870,1593 -"133328",36327,40309,3,870,871 -"133329",36327,40572,3,870,2666 -"133330",36327,41446,3,870,1103 -"133331",36327,45869,2,870,2840 -"133332",36327,59726,2,870,1513 -"133333",36327,63498,3,870,977 -"133334",36327,67266,3,870,2010 -"133335",36327,67617,3,870,1149 -"133336",36327,76007,3,870,918 -"133337",36327,115021,3,870,1226 -"133338",36344,900,2,2570,2726 -"133339",36344,32457,3,2570,2690 -"133340",36344,44603,3,2570,2748 -"133341",36344,47968,3,2570,2829 -"133342",36344,75282,3,2570,2675 -"133343",36346,160,3,1240,2007 -"133344",36346,680,3,1240,2569 -"133345",36346,1641,3,1240,1490 -"133346",36346,1822,3,1240,2888 -"133347",36346,2057,3,1240,1965 -"133348",36346,2181,3,1240,2030 -"133349",36346,2591,2,1240,1949 -"133350",36346,2747,3,1240,2411 -"133351",36346,3477,2,1240,2546 -"133352",36346,4622,3,1240,1589 -"133353",36346,4831,3,1240,2365 -"133354",36346,5897,3,1240,2337 -"133355",36346,6063,2,1240,2349 -"133356",36346,6392,3,1240,1878 -"133357",36346,8993,3,1240,2099 -"133358",36346,9332,2,1240,2734 -"133359",36346,9481,3,1240,1610 -"133360",36346,9484,2,1240,1429 -"133361",36346,9503,3,1240,2453 -"133362",36346,10453,3,1240,1656 -"133363",36346,11154,3,1240,1594 -"133364",36346,11229,3,1240,1625 -"133365",36346,11588,1,1240,2352 -"133366",36346,13136,3,1240,2867 -"133367",36346,13899,3,1240,2650 -"133368",36346,14754,3,1240,2456 -"133369",36346,14817,3,1240,2110 -"133370",36346,14998,3,1240,1553 -"133371",36346,15023,3,1240,2054 -"133372",36346,17037,3,1240,2947 -"133373",36346,18124,3,1240,1642 -"133374",36346,18217,2,1240,1566 -"133375",36346,19317,3,1240,2041 -"133376",36346,19587,3,1240,1684 -"133377",36346,20124,3,1240,2376 -"133378",36346,20220,3,1240,1656 -"133379",36346,20662,3,1240,1523 -"133380",36346,20984,3,1240,2502 -"133381",36346,21575,3,1240,1762 -"133382",36346,21684,3,1240,1971 -"133383",36346,22403,3,1240,1630 -"133384",36346,23131,3,1240,1732 -"133385",36346,24069,3,1240,2697 -"133386",36346,27908,3,1240,2576 -"133387",36346,28116,3,1240,1643 -"133388",36346,28588,3,1240,1335 -"133389",36346,28837,3,1240,2286 -"133390",36346,30486,3,1240,1269 -"133391",36346,30525,3,1240,1964 -"133392",36346,31243,3,1240,1355 -"133393",36346,31357,3,1240,2389 -"133394",36346,32339,3,1240,2430 -"133395",36346,32395,3,1240,2735 -"133396",36346,33223,2,1240,2397 -"133397",36346,33451,3,1240,1957 -"133398",36346,33470,3,1240,2003 -"133399",36346,35822,3,1240,1903 -"133400",36346,37301,3,1240,2160 -"133401",36346,38457,3,1240,1630 -"133402",36346,39418,2,1240,1978 -"133403",36346,40542,2,1240,1664 -"133404",36346,41694,3,1240,2358 -"133405",36346,43204,2,1240,1680 -"133406",36346,43961,3,1240,2443 -"133407",36346,47013,3,1240,2388 -"133408",36346,47595,3,1240,2374 -"133409",36346,49712,3,1240,1937 -"133410",36346,51843,3,1240,2389 -"133411",36346,52953,3,1240,1741 -"133412",36346,53687,3,1240,2422 -"133413",36346,53726,3,1240,1729 -"133414",36346,56873,3,1240,1421 -"133415",36346,59790,3,1240,1827 -"133416",36346,64110,3,1240,1331 -"133417",36346,66677,3,1240,2151 -"133418",36346,76143,3,1240,1610 -"133419",36346,79547,3,1240,1909 -"133420",36346,80338,3,1240,2059 -"133421",36346,83122,3,1240,1503 -"133422",36346,84317,3,1240,2081 -"133423",36346,90745,3,1240,1994 -"133424",36346,106399,3,1240,1530 -"133425",36346,107435,3,1240,1635 -"133426",36347,23560,3,1995,2051 -"133427",36399,827,1,1357,2964 -"133428",36399,1624,2,1357,2687 -"133429",36399,1708,2,1357,1591 -"133430",36399,2282,2,1357,2056 -"133431",36399,2647,2,1357,2450 -"133432",36399,2927,2,1357,1789 -"133433",36399,3158,3,1357,2762 -"133434",36399,4249,3,1357,2547 -"133435",36399,5637,3,1357,1976 -"133436",36399,6040,3,1357,2103 -"133437",36399,6345,2,1357,2713 -"133438",36399,6480,3,1357,1678 -"133439",36399,7253,3,1357,2686 -"133440",36399,7254,3,1357,1849 -"133441",36399,7604,2,1357,1366 -"133442",36399,8607,3,1357,1685 -"133443",36399,9538,3,1357,1786 -"133444",36399,9724,2,1357,2713 -"133445",36399,10146,3,1357,1878 -"133446",36399,10701,3,1357,2000 -"133447",36399,11858,2,1357,1530 -"133448",36399,14470,3,1357,2632 -"133449",36399,14957,3,1357,2306 -"133450",36399,15146,3,1357,1546 -"133451",36399,15782,3,1357,2306 -"133452",36399,17499,2,1357,2954 -"133453",36399,17695,3,1357,1930 -"133454",36399,19509,3,1357,2000 -"133455",36399,22357,2,1357,1397 -"133456",36399,23550,3,1357,2939 -"133457",36399,23560,3,1357,2051 -"133458",36399,26597,3,1357,2070 -"133459",36399,28648,3,1357,1586 -"133460",36399,28782,3,1357,2272 -"133461",36399,31357,3,1357,2389 -"133462",36399,31855,3,1357,2636 -"133463",36399,32350,3,1357,1540 -"133464",36399,36840,3,1357,2269 -"133465",36399,37684,3,1357,2899 -"133466",36399,38309,3,1357,2644 -"133467",36399,42382,3,1357,2224 -"133468",36399,42390,3,1357,2937 -"133469",36399,43543,1,1357,1457 -"133470",36399,43701,2,1357,2400 -"133471",36399,46616,3,1357,1917 -"133472",36399,47607,2,1357,2724 -"133473",36399,49375,3,1357,2438 -"133474",36399,50468,2,1357,1659 -"133475",36399,50678,3,1357,1366 -"133476",36399,51212,3,1357,1801 -"133477",36399,53584,3,1357,2391 -"133478",36399,53652,2,1357,2899 -"133479",36399,54385,3,1357,2340 -"133480",36399,55775,3,1357,2385 -"133481",36399,64628,2,1357,2829 -"133482",36399,69795,3,1357,2636 -"133483",36399,77719,3,1357,2086 -"133484",36399,78611,3,1357,1586 -"133485",36399,80970,3,1357,2069 -"133486",36399,84235,3,1357,1639 -"133487",36399,84591,3,1357,1685 -"133488",36399,84808,3,1357,1974 -"133489",36427,457,2,544,1704 -"133490",36427,8192,3,544,1670 -"133491",36427,8376,3,544,1670 -"133492",36427,9175,3,544,2639 -"133493",36427,20486,3,544,1908 -"133494",36427,24066,3,544,1755 -"133495",36427,24558,3,544,2139 -"133496",36427,26671,3,544,2279 -"133497",36427,34836,3,544,2302 -"133498",36427,37800,3,544,604 -"133499",36427,38019,3,544,1870 -"133500",36427,38780,3,544,2705 -"133501",36427,72598,3,544,805 -"133502",36439,489,3,2469,2652 -"133503",36439,2424,3,2469,2582 -"133504",36439,2684,3,2469,2874 -"133505",36439,3305,3,2469,2839 -"133506",36439,3628,3,2469,2707 -"133507",36439,5258,3,2469,2730 -"133508",36439,8762,3,2469,2585 -"133509",36439,18543,2,2469,2968 -"133510",36439,23132,3,2469,2756 -"133511",36439,25565,3,2469,2764 -"133512",36439,31235,3,2469,2668 -"133513",36439,40954,3,2469,2603 -"133514",36439,43173,3,2469,2895 -"133515",36439,44427,3,2469,2875 -"133516",36439,45742,3,2469,2566 -"133517",36439,47248,3,2469,2883 -"133518",36439,51853,3,2469,2520 -"133519",36439,56910,3,2469,2705 -"133520",36439,74636,2,2469,2525 -"133521",36439,79322,3,2469,2770 -"133522",36439,88232,2,2469,2881 -"133523",36440,55,3,704,2524 -"133524",36440,1256,3,704,1212 -"133525",36440,1393,2,704,1706 -"133526",36440,2014,1,704,973 -"133527",36440,3158,3,704,2762 -"133528",36440,3271,3,704,2216 -"133529",36440,3506,2,704,2364 -"133530",36440,4403,3,704,2416 -"133531",36440,5813,3,704,2088 -"133532",36440,6040,3,704,2103 -"133533",36440,6621,3,704,2478 -"133534",36440,7123,2,704,1964 -"133535",36440,7604,3,704,1366 -"133536",36440,7900,3,704,893 -"133537",36440,7903,2,704,744 -"133538",36440,7932,2,704,789 -"133539",36440,8525,3,704,1787 -"133540",36440,9088,2,704,1881 -"133541",36440,9269,2,704,1892 -"133542",36440,9272,3,704,2835 -"133543",36440,9342,2,704,896 -"133544",36440,9895,3,704,1960 -"133545",36440,10610,2,704,1427 -"133546",36440,14623,3,704,2043 -"133547",36440,15244,3,704,1600 -"133548",36440,16347,3,704,1868 -"133549",36440,16757,3,704,1755 -"133550",36440,16866,3,704,2718 -"133551",36440,17645,3,704,1918 -"133552",36440,17925,2,704,2385 -"133553",36440,18574,3,704,2305 -"133554",36440,19690,2,704,706 -"133555",36440,20695,3,704,2526 -"133556",36440,20705,3,704,829 -"133557",36440,21424,3,704,1303 -"133558",36440,21872,3,704,2458 -"133559",36440,22389,3,704,2034 -"133560",36440,23302,3,704,2677 -"133561",36440,24610,3,704,2733 -"133562",36440,26740,3,704,2695 -"133563",36440,30317,3,704,2431 -"133564",36440,31990,2,704,2264 -"133565",36440,32350,3,704,1540 -"133566",36440,32629,2,704,1789 -"133567",36440,32724,2,704,2581 -"133568",36440,32939,2,704,2277 -"133569",36440,34331,3,704,1727 -"133570",36440,37765,3,704,1134 -"133571",36440,37801,2,704,2578 -"133572",36440,41075,2,704,1176 -"133573",36440,41350,3,704,1935 -"133574",36440,43226,3,704,2442 -"133575",36440,44312,2,704,2741 -"133576",36440,44421,2,704,956 -"133577",36440,44744,2,704,2032 -"133578",36440,45449,2,704,1610 -"133579",36440,45450,3,704,1590 -"133580",36440,46726,3,704,943 -"133581",36440,47607,3,704,2724 -"133582",36440,48110,3,704,2009 -"133583",36440,48781,3,704,954 -"133584",36440,48931,2,704,2444 -"133585",36440,49142,3,704,2289 -"133586",36440,53445,2,704,2028 -"133587",36440,54953,3,704,2223 -"133588",36440,55493,3,704,869 -"133589",36440,55674,2,704,718 -"133590",36440,56364,3,704,1626 -"133591",36440,56737,3,704,2270 -"133592",36440,57804,2,704,2214 -"133593",36440,58508,3,704,2326 -"133594",36440,62668,3,704,958 -"133595",36440,64712,3,704,1411 -"133596",36440,64803,3,704,841 -"133597",36440,65054,3,704,2593 -"133598",36440,66017,3,704,1545 -"133599",36440,68884,2,704,1011 -"133600",36440,69335,3,704,2698 -"133601",36440,76814,3,704,926 -"133602",36440,78611,3,704,1586 -"133603",36440,79639,3,704,1013 -"133604",36440,80301,3,704,1690 -"133605",36440,80801,3,704,1250 -"133606",36440,83175,3,704,2049 -"133607",36440,83206,2,704,954 -"133608",36440,83264,3,704,1922 -"133609",36440,84378,3,704,1265 -"133610",36440,84591,3,704,1685 -"133611",36440,85926,3,704,907 -"133612",36440,87915,3,704,1152 -"133613",36440,90852,3,704,764 -"133614",36440,92084,3,704,1134 -"133615",36440,92469,1,704,1232 -"133616",36440,96197,2,704,1670 -"133617",36440,96387,1,704,2159 -"133618",36440,97706,2,704,1121 -"133619",36440,98436,3,704,1212 -"133620",36440,99237,3,704,783 -"133621",36440,99536,3,704,790 -"133622",36440,100084,3,704,1964 -"133623",36440,101666,3,704,1257 -"133624",36440,102581,2,704,1813 -"133625",36440,116484,3,704,902 -"133626",36446,361,2,1175,1970 -"133627",36446,392,3,1175,1915 -"133628",36446,2972,3,1175,1708 -"133629",36446,3255,3,1175,2504 -"133630",36446,3306,3,1175,1989 -"133631",36446,11168,3,1175,1223 -"133632",36446,11218,3,1175,2292 -"133633",36446,11434,3,1175,1187 -"133634",36446,11516,3,1175,1937 -"133635",36446,12518,3,1175,2747 -"133636",36446,14669,3,1175,2080 -"133637",36446,24902,3,1175,2162 -"133638",36446,25440,2,1175,2749 -"133639",36446,26818,2,1175,1999 -"133640",36446,27478,3,1175,2485 -"133641",36446,30150,3,1175,1704 -"133642",36446,31307,3,1175,2139 -"133643",36446,35037,2,1175,2974 -"133644",36446,40296,3,1175,1674 -"133645",36446,43926,2,1175,2672 -"133646",36446,47726,3,1175,1272 -"133647",36446,49759,1,1175,2400 -"133648",36446,49917,2,1175,2400 -"133649",36446,51546,2,1175,1369 -"133650",36446,53031,3,1175,2065 -"133651",36446,57657,3,1175,2735 -"133652",36446,88857,3,1175,1232 -"133653",36446,95408,3,1175,2393 -"133654",36446,96435,3,1175,2765 -"133655",36450,23,2,1591,1682 -"133656",36450,1150,3,1591,1595 -"133657",36450,1592,3,1591,2006 -"133658",36450,3164,3,1591,2693 -"133659",36450,3477,3,1591,2546 -"133660",36450,5041,2,1591,2371 -"133661",36450,5449,3,1591,1723 -"133662",36450,10200,3,1591,2920 -"133663",36450,10358,3,1591,2294 -"133664",36450,12818,3,1591,2015 -"133665",36450,13929,3,1591,2693 -"133666",36450,14084,3,1591,2491 -"133667",36450,14108,3,1591,2012 -"133668",36450,21122,3,1591,1701 -"133669",36450,21682,3,1591,2414 -"133670",36450,21684,3,1591,1971 -"133671",36450,21929,3,1591,2062 -"133672",36450,24198,3,1591,2217 -"133673",36450,25565,3,1591,2764 -"133674",36450,27195,3,1591,2158 -"133675",36450,29170,2,1591,1846 -"133676",36450,29930,3,1591,2240 -"133677",36450,34491,3,1591,2694 -"133678",36450,36962,3,1591,2861 -"133679",36450,42574,3,1591,2842 -"133680",36450,49277,3,1591,1928 -"133681",36450,55691,3,1591,2856 -"133682",36450,78436,1,1591,1615 -"133683",36450,88232,3,1591,2881 -"133684",36487,15502,3,2622,2637 -"133685",36487,20941,3,2622,2725 -"133686",36487,27686,2,2622,2844 -"133687",36487,27742,3,2622,2700 -"133688",36487,40572,3,2622,2666 -"133689",36487,43673,3,2622,2787 -"133690",36487,47130,3,2622,2654 -"133691",36487,61513,2,2622,2948 -"133692",36487,62626,3,2622,2787 -"133693",36487,62712,3,2622,2884 -"133694",36487,92297,3,2622,2952 -"133695",36491,5937,3,1781,2392 -"133696",36491,6234,3,1781,2654 -"133697",36491,41521,3,1781,2069 -"133698",36491,53648,3,1781,2167 -"133699",36499,270,3,182,2542 -"133700",36499,360,3,182,1671 -"133701",36499,1044,3,182,880 -"133702",36499,1050,3,182,1185 -"133703",36499,1124,3,182,1596 -"133704",36499,1349,3,182,1147 -"133705",36499,4226,2,182,1903 -"133706",36499,6030,3,182,2953 -"133707",36499,6491,3,182,2424 -"133708",36499,6718,3,182,2138 -"133709",36499,8088,1,182,2220 -"133710",36499,8772,3,182,847 -"133711",36499,9432,3,182,1693 -"133712",36499,10488,2,182,1524 -"133713",36499,12103,2,182,1244 -"133714",36499,15539,3,182,1929 -"133715",36499,15643,3,182,502 -"133716",36499,16040,3,182,1244 -"133717",36499,16863,3,182,2069 -"133718",36499,17141,3,182,702 -"133719",36499,18394,3,182,2356 -"133720",36499,20024,3,182,1181 -"133721",36499,21122,3,182,1701 -"133722",36499,21275,3,182,2609 -"133723",36499,22025,3,182,1591 -"133724",36499,22260,3,182,2137 -"133725",36499,23725,3,182,2378 -"133726",36499,24789,2,182,829 -"133727",36499,26451,3,182,2133 -"133728",36499,28190,2,182,1634 -"133729",36499,29295,3,182,2043 -"133730",36499,30325,3,182,1067 -"133731",36499,30906,3,182,2537 -"133732",36499,31338,3,182,917 -"133733",36499,32811,3,182,804 -"133734",36499,35610,3,182,594 -"133735",36499,37893,3,182,875 -"133736",36499,38019,3,182,1870 -"133737",36499,38523,2,182,549 -"133738",36499,40472,2,182,549 -"133739",36499,43518,3,182,2680 -"133740",36499,46196,3,182,1510 -"133741",36499,46694,3,182,191 -"133742",36499,46883,2,182,1671 -"133743",36499,48260,3,182,875 -"133744",36499,52136,3,182,1412 -"133745",36499,54295,3,182,191 -"133746",36499,56082,3,182,2395 -"133747",36499,56143,3,182,766 -"133748",36499,56317,3,182,2030 -"133749",36499,58133,3,182,1484 -"133750",36499,58451,2,182,1939 -"133751",36499,58530,3,182,298 -"133752",36499,67763,3,182,822 -"133753",36499,72207,3,182,2430 -"133754",36499,76284,3,182,1237 -"133755",36499,79804,3,182,2227 -"133756",36499,81588,3,182,1568 -"133757",36499,89097,3,182,935 -"133758",36499,97915,3,182,1802 -"133759",36499,99020,3,182,1383 -"133760",36504,13003,3,850,2763 -"133761",36504,98716,2,850,1166 -"133762",36504,116575,3,850,2140 -"133763",36506,11067,3,2638,2734 -"133764",36506,28893,3,2638,2764 -"133765",36506,31131,3,2638,2810 -"133766",36506,36120,3,2638,2971 -"133767",36506,43929,2,2638,2749 -"133768",36506,47534,2,2638,2712 -"133769",36514,341,3,1192,2689 -"133770",36514,680,3,1192,2569 -"133771",36514,798,2,1192,2476 -"133772",36514,841,3,1192,2964 -"133773",36514,1196,3,1192,1986 -"133774",36514,1203,3,1192,1350 -"133775",36514,2057,3,1192,1965 -"133776",36514,2747,3,1192,2411 -"133777",36514,2852,2,1192,2448 -"133778",36514,3284,1,1192,1541 -"133779",36514,3830,3,1192,1661 -"133780",36514,3978,3,1192,2775 -"133781",36514,4317,3,1192,1224 -"133782",36514,4526,3,1192,1728 -"133783",36514,4669,3,1192,2395 -"133784",36514,5363,3,1192,1791 -"133785",36514,5462,3,1192,2374 -"133786",36514,5599,3,1192,1684 -"133787",36514,5897,3,1192,2337 -"133788",36514,7847,3,1192,2424 -"133789",36514,7948,3,1192,1584 -"133790",36514,8354,3,1192,1705 -"133791",36514,8610,1,1192,2240 -"133792",36514,8726,3,1192,2083 -"133793",36514,8777,2,1192,1620 -"133794",36514,8860,3,1192,2141 -"133795",36514,9311,3,1192,2477 -"133796",36514,10473,3,1192,1783 -"133797",36514,10727,3,1192,2082 -"133798",36514,10843,3,1192,2277 -"133799",36514,11136,3,1192,2573 -"133800",36514,11419,3,1192,1408 -"133801",36514,11625,2,1192,2022 -"133802",36514,12067,3,1192,1213 -"133803",36514,12897,3,1192,1351 -"133804",36514,13099,3,1192,1547 -"133805",36514,14754,3,1192,2456 -"133806",36514,14959,3,1192,2898 -"133807",36514,15567,3,1192,2671 -"133808",36514,16361,3,1192,1641 -"133809",36514,17033,3,1192,2771 -"133810",36514,18102,3,1192,1642 -"133811",36514,18211,3,1192,1745 -"133812",36514,18421,3,1192,2457 -"133813",36514,19386,3,1192,1714 -"133814",36514,19433,3,1192,2504 -"133815",36514,19605,3,1192,2395 -"133816",36514,19637,3,1192,1229 -"133817",36514,20124,3,1192,2376 -"133818",36514,21207,3,1192,1258 -"133819",36514,21209,3,1192,2184 -"133820",36514,22766,3,1192,1945 -"133821",36514,23277,3,1192,1267 -"133822",36514,23726,3,1192,2434 -"133823",36514,23825,2,1192,1913 -"133824",36514,25741,3,1192,2853 -"133825",36514,25885,3,1192,1223 -"133826",36514,26336,3,1192,1904 -"133827",36514,26734,3,1192,2299 -"133828",36514,28081,2,1192,1927 -"133829",36514,28094,3,1192,1423 -"133830",36514,28131,3,1192,1492 -"133831",36514,29454,3,1192,2719 -"133832",36514,30150,3,1192,1704 -"133833",36514,32549,1,1192,2111 -"133834",36514,32606,3,1192,2100 -"133835",36514,32775,3,1192,2135 -"133836",36514,34094,3,1192,1360 -"133837",36514,35004,3,1192,1509 -"133838",36514,35477,3,1192,2703 -"133839",36514,35715,3,1192,2912 -"133840",36514,35980,3,1192,2657 -"133841",36514,37929,3,1192,2393 -"133842",36514,38333,3,1192,1365 -"133843",36514,41023,3,1192,2408 -"133844",36514,41278,3,1192,1873 -"133845",36514,41338,3,1192,1553 -"133846",36514,41764,3,1192,2409 -"133847",36514,44235,3,1192,2700 -"133848",36514,45329,3,1192,1693 -"133849",36514,47013,3,1192,2388 -"133850",36514,48015,3,1192,1355 -"133851",36514,51687,3,1192,2333 -"133852",36514,57950,3,1192,1529 -"133853",36514,58875,3,1192,1899 -"133854",36514,61355,2,1192,2467 -"133855",36514,61585,1,1192,2315 -"133856",36514,65856,3,1192,2504 -"133857",36514,66693,3,1192,2554 -"133858",36514,68789,2,1192,1929 -"133859",36514,69745,3,1192,1594 -"133860",36514,70203,3,1192,2756 -"133861",36514,71531,2,1192,2887 -"133862",36514,73266,3,1192,2496 -"133863",36514,79627,3,1192,2409 -"133864",36514,80606,3,1192,2079 -"133865",36514,87144,3,1192,2299 -"133866",36514,102016,3,1192,1649 -"133867",36520,393,3,571,643 -"133868",36520,5937,3,571,2392 -"133869",36520,6363,3,571,2066 -"133870",36520,7604,3,571,1366 -"133871",36520,11521,2,571,1559 -"133872",36520,12197,3,571,1235 -"133873",36520,14612,2,571,2340 -"133874",36520,14957,3,571,2306 -"133875",36520,16347,3,571,1868 -"133876",36520,16869,2,571,1985 -"133877",36520,16970,3,571,938 -"133878",36520,17672,1,571,1987 -"133879",36520,18645,3,571,793 -"133880",36520,19617,2,571,679 -"133881",36520,20541,2,571,2617 -"133882",36520,22746,3,571,913 -"133883",36520,27570,2,571,1559 -"133884",36520,31924,3,571,643 -"133885",36520,33108,3,571,1559 -"133886",36520,34431,3,571,2319 -"133887",36520,36892,3,571,643 -"133888",36520,37765,3,571,1134 -"133889",36520,38354,3,571,629 -"133890",36520,41141,3,571,2159 -"133891",36520,47098,3,571,2057 -"133892",36520,50785,3,571,2877 -"133893",36520,64641,3,571,2617 -"133894",36520,78002,3,571,2271 -"133895",36520,80351,3,571,594 -"133896",36520,82039,3,571,1327 -"133897",36520,101332,3,571,585 -"133898",36520,105959,3,571,1327 -"133899",36554,3886,3,1649,1669 -"133900",36554,10779,2,1649,2881 -"133901",36554,12518,3,1649,2747 -"133902",36554,24816,3,1649,2161 -"133903",36554,27030,2,1649,2031 -"133904",36554,27377,3,1649,1724 -"133905",36554,40129,3,1649,2162 -"133906",36554,43978,3,1649,2698 -"133907",36554,44769,2,1649,2411 -"133908",36559,1616,3,2473,2662 -"133909",36559,4618,3,2473,2607 -"133910",36559,5669,3,2473,2502 -"133911",36559,5725,2,2473,2789 -"133912",36559,7323,3,2473,2858 -"133913",36559,7394,3,2473,2615 -"133914",36559,7984,3,2473,2493 -"133915",36559,12867,3,2473,2773 -"133916",36559,13249,3,2473,2573 -"133917",36559,13732,3,2473,2789 -"133918",36559,13929,3,2473,2693 -"133919",36559,18151,3,2473,2962 -"133920",36559,19208,3,2473,2629 -"133921",36559,24825,3,2473,2686 -"133922",36559,26351,3,2473,2683 -"133923",36559,26865,3,2473,2726 -"133924",36559,28285,2,2473,2972 -"133925",36559,29004,3,2473,2596 -"133926",36559,32761,3,2473,2680 -"133927",36559,36962,2,2473,2861 -"133928",36559,39087,3,2473,2765 -"133929",36559,42196,3,2473,2765 -"133930",36559,44235,3,2473,2700 -"133931",36559,47947,1,2473,2681 -"133932",36559,51626,2,2473,2494 -"133933",36559,51853,3,2473,2520 -"133934",36559,53219,3,2473,2973 -"133935",36559,57977,3,2473,2683 -"133936",36559,61458,3,2473,2630 -"133937",36559,62840,3,2473,2502 -"133938",36559,71562,3,2473,2574 -"133939",36559,75311,3,2473,2745 -"133940",36563,1692,2,647,2443 -"133941",36563,2093,2,647,2459 -"133942",36563,3317,2,647,2037 -"133943",36563,4066,3,647,1736 -"133944",36563,5055,3,647,1796 -"133945",36563,5845,3,647,1552 -"133946",36563,7443,3,647,2028 -"133947",36563,7795,3,647,2789 -"133948",36563,9440,3,647,1006 -"133949",36563,9506,3,647,1012 -"133950",36563,11019,3,647,1299 -"133951",36563,11381,3,647,1638 -"133952",36563,11506,3,647,2824 -"133953",36563,14626,3,647,2175 -"133954",36563,14654,3,647,1692 -"133955",36563,14915,3,647,2606 -"133956",36563,16594,3,647,1755 -"133957",36563,16777,3,647,834 -"133958",36563,22297,3,647,1904 -"133959",36563,23121,3,647,2108 -"133960",36563,23325,3,647,2779 -"133961",36563,24085,3,647,1253 -"133962",36563,24892,3,647,803 -"133963",36563,29319,3,647,2314 -"133964",36563,29409,3,647,2199 -"133965",36563,33186,3,647,2240 -"133966",36563,33470,3,647,2003 -"133967",36563,34776,2,647,1281 -"133968",36563,42914,2,647,1737 -"133969",36563,44464,3,647,1619 -"133970",36563,45030,3,647,2776 -"133971",36563,46642,3,647,999 -"133972",36563,46951,3,647,2429 -"133973",36563,47384,3,647,1639 -"133974",36563,49121,2,647,2199 -"133975",36563,54663,3,647,1424 -"133976",36563,61125,2,647,1673 -"133977",36563,64987,3,647,1360 -"133978",36563,75607,3,647,2245 -"133979",36563,78384,3,647,1762 -"133980",36563,78768,3,647,841 -"133981",36563,82226,3,647,1619 -"133982",36563,97498,3,647,2346 -"133983",36577,388,2,958,1594 -"133984",36577,725,2,958,1064 -"133985",36577,1560,3,958,2013 -"133986",36577,2396,3,958,1674 -"133987",36577,3255,3,958,2504 -"133988",36577,3557,3,958,1259 -"133989",36577,5235,3,958,2324 -"133990",36577,5816,3,958,2408 -"133991",36577,6071,2,958,2310 -"133992",36577,8525,3,958,1787 -"133993",36577,9716,3,958,1929 -"133994",36577,9723,3,958,2302 -"133995",36577,9808,3,958,1648 -"133996",36577,10908,3,958,1134 -"133997",36577,11429,3,958,2520 -"133998",36577,12818,3,958,2015 -"133999",36577,14025,3,958,2384 -"134000",36577,14623,3,958,2043 -"134001",36577,14654,3,958,1692 -"134002",36577,14761,2,958,2502 -"134003",36577,14957,3,958,2306 -"134004",36577,15075,2,958,2252 -"134005",36577,15088,3,958,2906 -"134006",36577,16771,3,958,1541 -"134007",36577,18855,2,958,1362 -"134008",36577,18954,3,958,2364 -"134009",36577,20392,2,958,1309 -"134010",36577,24116,3,958,1413 -"134011",36577,29824,3,958,2772 -"134012",36577,30334,3,958,2075 -"134013",36577,31395,3,958,1695 -"134014",36577,33961,3,958,1269 -"134015",36577,37636,3,958,2178 -"134016",36577,38602,3,958,2693 -"134017",36577,40392,2,958,1878 -"134018",36577,40850,2,958,1396 -"134019",36577,49347,3,958,2504 -"134020",36577,49621,2,958,1915 -"134021",36577,51783,3,958,2599 -"134022",36577,53498,3,958,1967 -"134023",36577,53537,2,958,2428 -"134024",36577,53905,3,958,2193 -"134025",36577,56737,2,958,2270 -"134026",36577,58086,3,958,1667 -"134027",36577,59347,2,958,1926 -"134028",36577,69215,3,958,1591 -"134029",36577,72827,2,958,1359 -"134030",36577,76230,3,958,1223 -"134031",36577,79036,3,958,2524 -"134032",36577,79236,3,958,1505 -"134033",36577,79822,2,958,1508 -"134034",36577,81113,2,958,1914 -"134035",36577,82426,3,958,1576 -"134036",36577,96349,3,958,1874 -"134037",36577,108872,3,958,1810 -"134038",36578,23,3,1484,1682 -"134039",36578,2424,3,1484,2582 -"134040",36578,3011,2,1484,2278 -"134041",36578,3765,3,1484,2775 -"134042",36578,3777,3,1484,1798 -"134043",36578,3978,3,1484,2775 -"134044",36578,4303,3,1484,2414 -"134045",36578,4701,3,1484,2401 -"134046",36578,4932,3,1484,2752 -"134047",36578,5041,3,1484,2371 -"134048",36578,5839,3,1484,2301 -"134049",36578,6162,2,1484,1673 -"134050",36578,6602,2,1484,1631 -"134051",36578,8275,3,1484,2237 -"134052",36578,9311,2,1484,2477 -"134053",36578,9423,3,1484,1708 -"134054",36578,9979,2,1484,2238 -"134055",36578,10474,2,1484,1608 -"134056",36578,10843,3,1484,2277 -"134057",36578,11029,3,1484,2362 -"134058",36578,12081,3,1484,2166 -"134059",36578,14723,3,1484,2019 -"134060",36578,15626,3,1484,2434 -"134061",36578,16850,3,1484,1657 -"134062",36578,17037,3,1484,2947 -"134063",36578,18102,3,1484,1642 -"134064",36578,18381,3,1484,1524 -"134065",36578,18670,2,1484,1835 -"134066",36578,22180,3,1484,1835 -"134067",36578,22682,3,1484,2035 -"134068",36578,23131,3,1484,1732 -"134069",36578,23745,2,1484,1968 -"134070",36578,24169,2,1484,1663 -"134071",36578,24256,3,1484,2393 -"134072",36578,24721,3,1484,2326 -"134073",36578,25373,3,1484,2783 -"134074",36578,26595,2,1484,1566 -"134075",36578,27742,3,1484,2700 -"134076",36578,27796,3,1484,2151 -"134077",36578,29512,3,1484,1594 -"134078",36578,30334,3,1484,2075 -"134079",36578,30525,2,1484,1964 -"134080",36578,30906,3,1484,2537 -"134081",36578,31159,3,1484,2231 -"134082",36578,32047,3,1484,1858 -"134083",36578,33356,3,1484,1586 -"134084",36578,33433,3,1484,2805 -"134085",36578,34707,2,1484,2042 -"134086",36578,34820,1,1484,1630 -"134087",36578,34831,3,1484,1866 -"134088",36578,35888,2,1484,2291 -"134089",36578,36450,3,1484,1591 -"134090",36578,37636,3,1484,2178 -"134091",36578,40392,3,1484,1878 -"134092",36578,42333,3,1484,2234 -"134093",36578,45545,3,1484,1776 -"134094",36578,46091,3,1484,1938 -"134095",36578,49560,3,1484,1679 -"134096",36578,51783,3,1484,2599 -"134097",36578,53134,3,1484,1590 -"134098",36578,54879,2,1484,2210 -"134099",36578,57732,3,1484,2454 -"134100",36578,59113,3,1484,2434 -"134101",36578,62903,1,1484,1704 -"134102",36578,64699,3,1484,2797 -"134103",36578,67145,2,1484,2015 -"134104",36578,72391,3,1484,1547 -"134105",36578,73197,3,1484,1998 -"134106",36578,75343,2,1484,2008 -"134107",36578,79382,2,1484,1908 -"134108",36599,1685,2,541,2230 -"134109",36599,1785,3,541,2350 -"134110",36599,3016,3,541,747 -"134111",36599,3477,3,541,2546 -"134112",36599,4698,3,541,2481 -"134113",36599,5355,3,541,1499 -"134114",36599,6063,3,541,2349 -"134115",36599,7499,3,541,1803 -"134116",36599,10250,3,541,1606 -"134117",36599,11154,3,541,1594 -"134118",36599,11521,2,541,1559 -"134119",36599,11679,3,541,846 -"134120",36599,12000,3,541,1454 -"134121",36599,12007,3,541,1594 -"134122",36599,12735,3,541,819 -"134123",36599,12779,3,541,936 -"134124",36599,13671,2,541,1371 -"134125",36599,13861,3,541,1197 -"134126",36599,15558,3,541,2389 -"134127",36599,15728,3,541,576 -"134128",36599,16590,2,541,1123 -"134129",36599,18217,3,541,1566 -"134130",36599,18645,2,541,793 -"134131",36599,19296,3,541,1705 -"134132",36599,20709,3,541,1757 -"134133",36599,22462,3,541,869 -"134134",36599,22744,3,541,1907 -"134135",36599,26577,2,541,933 -"134136",36599,31794,3,541,1919 -"134137",36599,33223,3,541,2397 -"134138",36599,39507,3,541,793 -"134139",36599,40129,3,541,2162 -"134140",36599,40542,3,541,1664 -"134141",36599,49069,3,541,1694 -"134142",36599,50621,3,541,2809 -"134143",36599,51173,3,541,1829 -"134144",36599,55674,3,541,718 -"134145",36599,70656,3,541,2771 -"134146",36599,79547,3,541,1909 -"134147",36599,80377,3,541,1384 -"134148",36599,80942,3,541,1240 -"134149",36599,104843,3,541,1167 -"134150",36637,854,3,2085,2307 -"134151",36637,1315,3,2085,2760 -"134152",36637,8860,3,2085,2141 -"134153",36637,8865,3,2085,2394 -"134154",36637,13324,2,2085,2163 -"134155",36637,13479,3,2085,2155 -"134156",36637,21479,2,2085,2134 -"134157",36637,23139,3,2085,2644 -"134158",36637,23268,3,2085,2258 -"134159",36637,23460,3,2085,2183 -"134160",36637,26234,2,2085,2183 -"134161",36637,27427,3,2085,2325 -"134162",36637,27908,3,2085,2576 -"134163",36637,30236,3,2085,2238 -"134164",36637,38732,3,2085,2263 -"134165",36637,44654,3,2085,2916 -"134166",36637,46506,3,2085,2464 -"134167",36637,47803,3,2085,2477 -"134168",36637,50179,3,2085,2230 -"134169",36637,61188,3,2085,2134 -"134170",36637,65572,3,2085,2750 -"134171",36645,13184,3,547,977 -"134172",36645,15159,2,547,756 -"134173",36645,20155,3,547,1517 -"134174",36645,20395,2,547,1468 -"134175",36645,24974,3,547,702 -"134176",36645,32479,3,547,969 -"134177",36645,33572,3,547,2370 -"134178",36645,38513,3,547,914 -"134179",36645,46501,3,547,845 -"134180",36645,46982,3,547,2806 -"134181",36645,47013,3,547,2388 -"134182",36645,52385,3,547,1031 -"134183",36645,66693,3,547,2554 -"134184",36646,25325,3,2744,2963 -"134185",36646,47877,1,2744,2970 -"134186",36651,380,3,1600,2261 -"134187",36651,600,3,1600,1702 -"134188",36651,675,2,1600,1686 -"134189",36651,1136,2,1600,2536 -"134190",36651,4191,3,1600,2130 -"134191",36651,6392,3,1600,1878 -"134192",36651,6428,3,1600,1952 -"134193",36651,6491,3,1600,2424 -"134194",36651,7515,3,1600,2737 -"134195",36651,7847,2,1600,2424 -"134196",36651,8062,3,1600,2858 -"134197",36651,9362,3,1600,2879 -"134198",36651,9805,3,1600,1621 -"134199",36651,10871,3,1600,2314 -"134200",36651,11055,3,1600,2111 -"134201",36651,11516,3,1600,1937 -"134202",36651,11620,3,1600,2010 -"134203",36651,12199,3,1600,1651 -"134204",36651,14108,3,1600,2012 -"134205",36651,19322,3,1600,2048 -"134206",36651,19751,3,1600,1630 -"134207",36651,21681,2,1600,2005 -"134208",36651,21706,3,1600,1988 -"134209",36651,22884,3,1600,1608 -"134210",36651,22885,3,1600,1702 -"134211",36651,23132,3,1600,2756 -"134212",36651,24568,3,1600,1937 -"134213",36651,25341,3,1600,1858 -"134214",36651,25816,3,1600,2088 -"134215",36651,26067,3,1600,2069 -"134216",36651,27501,3,1600,1981 -"134217",36651,27628,3,1600,2389 -"134218",36651,27753,3,1600,2750 -"134219",36651,34160,3,1600,1759 -"134220",36651,34492,3,1600,1798 -"134221",36651,38727,3,1600,2238 -"134222",36651,40137,3,1600,1718 -"134223",36651,40369,3,1600,2735 -"134224",36651,45608,3,1600,2420 -"134225",36651,46532,2,1600,2005 -"134226",36651,47064,3,1600,1993 -"134227",36651,57129,3,1600,1858 -"134228",36651,59790,3,1600,1827 -"134229",36651,63409,3,1600,1937 -"134230",36651,64181,2,1600,1828 -"134231",36651,64997,2,1600,2791 -"134232",36651,66413,3,1600,2507 -"134233",36651,73305,2,1600,2544 -"134234",36651,73394,3,1600,1606 -"134235",36651,78037,2,1600,1606 -"134236",36651,80429,3,1600,1927 -"134237",36651,105063,3,1600,1908 -"134238",36656,3978,3,1858,2775 -"134239",36656,11029,3,1858,2362 -"134240",36656,19686,3,1858,2467 -"134241",36656,25373,3,1858,2783 -"134242",36657,4289,3,165,1921 -"134243",36657,4790,3,165,1025 -"134244",36657,12610,3,165,1274 -"134245",36657,13248,3,165,1385 -"134246",36657,13929,3,165,2693 -"134247",36657,14091,3,165,929 -"134248",36657,20643,3,165,2341 -"134249",36657,47585,3,165,794 -"134250",36657,50217,1,165,1211 -"134251",36657,52058,3,165,1836 -"134252",36657,84618,2,165,545 -"134253",36657,94101,3,165,997 -"134254",36666,4551,3,1270,2720 -"134255",36666,5568,3,1270,1290 -"134256",36666,9241,2,1270,2338 -"134257",36666,13068,3,1270,1778 -"134258",36666,22458,3,1270,1586 -"134259",36666,26450,3,1270,1709 -"134260",36666,33314,3,1270,1444 -"134261",36666,65188,3,1270,2213 -"134262",36666,67724,2,1270,1392 -"134263",36670,5669,2,2298,2502 -"134264",36670,5725,2,2298,2789 -"134265",36670,28285,3,2298,2972 -"134266",36670,36559,3,2298,2473 -"134267",36670,38885,3,2298,2720 -"134268",36670,39087,3,2298,2765 -"134269",36670,47947,3,2298,2681 -"134270",36670,62840,3,2298,2502 -"134271",36678,31700,3,2446,2727 -"134272",36691,3164,3,1903,2693 -"134273",36691,6030,3,1903,2953 -"134274",36691,6047,3,1903,2004 -"134275",36691,6324,3,1903,1990 -"134276",36691,7942,3,1903,2623 -"134277",36691,9579,3,1903,2105 -"134278",36691,10717,3,1903,1938 -"134279",36691,10954,3,1903,2302 -"134280",36691,11218,3,1903,2292 -"134281",36691,12042,3,1903,2345 -"134282",36691,14972,3,1903,2332 -"134283",36691,16096,3,1903,2301 -"134284",36691,16352,3,1903,2657 -"134285",36691,17400,3,1903,2231 -"134286",36691,22566,3,1903,2308 -"134287",36691,23310,2,1903,2371 -"134288",36691,24568,3,1903,1937 -"134289",36691,26080,3,1903,2525 -"134290",36691,28050,3,1903,1955 -"134291",36691,28168,3,1903,2702 -"134292",36691,29930,3,1903,2240 -"134293",36691,32503,3,1903,2020 -"134294",36691,32919,3,1903,2321 -"134295",36691,34735,3,1903,2767 -"134296",36691,54929,3,1903,2783 -"134297",36691,56604,3,1903,1919 -"134298",36691,63409,3,1903,1937 -"134299",36691,72501,3,1903,2795 -"134300",36691,73305,3,1903,2544 -"134301",36701,377,3,2381,2389 -"134302",36701,1151,3,2381,2885 -"134303",36701,1616,3,2381,2662 -"134304",36701,4057,3,2381,2389 -"134305",36701,7323,3,2381,2858 -"134306",36701,37570,3,2381,2389 -"134307",36701,39548,1,2381,2389 -"134308",36709,1574,3,1629,1718 -"134309",36709,5064,1,1629,1690 -"134310",36709,15150,3,1629,2801 -"134311",36709,19002,3,1629,2053 -"134312",36709,23728,3,1629,2601 -"134313",36709,26582,3,1629,2772 -"134314",36709,30096,3,1629,2082 -"134315",36709,31295,3,1629,2183 -"134316",36709,33460,3,1629,2781 -"134317",36709,47607,3,1629,2724 -"134318",36709,76997,3,1629,2223 -"134319",36714,4671,3,2209,2280 -"134320",36714,7180,3,2209,2227 -"134321",36714,16866,3,2209,2718 -"134322",36714,18865,3,2209,2676 -"134323",36714,23725,3,2209,2378 -"134324",36714,31436,2,2209,2892 -"134325",36714,47362,3,2209,2253 -"134326",36714,48571,3,2209,2717 -"134327",36714,63395,3,2209,2334 -"134328",36737,680,2,829,2569 -"134329",36737,1519,3,829,2349 -"134330",36737,2429,3,829,999 -"134331",36737,2852,3,829,2448 -"134332",36737,3254,3,829,1258 -"134333",36737,3284,3,829,1541 -"134334",36737,3493,3,829,2451 -"134335",36737,3978,3,829,2775 -"134336",36737,4303,3,829,2414 -"134337",36737,4526,3,829,1728 -"134338",36737,4660,2,829,2149 -"134339",36737,4669,3,829,2395 -"134340",36737,5106,2,829,2622 -"134341",36737,5683,3,829,2468 -"134342",36737,5897,3,829,2337 -"134343",36737,6877,3,829,867 -"134344",36737,7269,3,829,1728 -"134345",36737,8354,3,829,1705 -"134346",36737,8610,2,829,2240 -"134347",36737,8777,2,829,1620 -"134348",36737,9503,3,829,2453 -"134349",36737,9785,3,829,2951 -"134350",36737,10473,3,829,1783 -"134351",36737,11383,3,829,977 -"134352",36737,11625,3,829,2022 -"134353",36737,12067,3,829,1213 -"134354",36737,12361,3,829,2732 -"134355",36737,12759,3,829,2414 -"134356",36737,12781,3,829,831 -"134357",36737,13099,3,829,1547 -"134358",36737,14781,3,829,2338 -"134359",36737,16501,3,829,1650 -"134360",36737,17033,1,829,2771 -"134361",36737,18102,2,829,1642 -"134362",36737,18122,3,829,894 -"134363",36737,18124,3,829,1642 -"134364",36737,18381,3,829,1524 -"134365",36737,18421,3,829,2457 -"134366",36737,18978,3,829,952 -"134367",36737,19655,3,829,2706 -"134368",36737,20395,3,829,1468 -"134369",36737,20941,3,829,2725 -"134370",36737,21383,3,829,971 -"134371",36737,21810,3,829,1579 -"134372",36737,23277,3,829,1267 -"134373",36737,23756,3,829,2309 -"134374",36737,23966,3,829,891 -"134375",36737,25373,3,829,2783 -"134376",36737,26336,3,829,1904 -"134377",36737,26793,3,829,2104 -"134378",36737,27320,3,829,2378 -"134379",36737,27686,3,829,2844 -"134380",36737,27742,3,829,2700 -"134381",36737,27897,3,829,1968 -"134382",36737,28357,3,829,1134 -"134383",36737,28909,3,829,978 -"134384",36737,30865,3,829,2038 -"134385",36737,31335,3,829,2351 -"134386",36737,32202,3,829,2314 -"134387",36737,32549,3,829,2111 -"134388",36737,32988,3,829,2008 -"134389",36737,33870,3,829,955 -"134390",36737,36487,3,829,2622 -"134391",36737,36514,2,829,1192 -"134392",36737,37424,3,829,1693 -"134393",36737,37636,3,829,2178 -"134394",36737,38513,3,829,914 -"134395",36737,39249,3,829,1665 -"134396",36737,39534,3,829,2410 -"134397",36737,40572,3,829,2666 -"134398",36737,41023,3,829,2408 -"134399",36737,41723,3,829,2101 -"134400",36737,44025,3,829,1935 -"134401",36737,46486,3,829,1868 -"134402",36737,46982,3,829,2806 -"134403",36737,47013,2,829,2388 -"134404",36737,50585,3,829,2414 -"134405",36737,51144,3,829,2466 -"134406",36737,51774,3,829,2459 -"134407",36737,58875,3,829,1899 -"134408",36737,61355,3,829,2467 -"134409",36737,61585,3,829,2315 -"134410",36737,62626,3,829,2787 -"134411",36737,62715,3,829,1838 -"134412",36737,63641,2,829,2337 -"134413",36737,66527,3,829,961 -"134414",36737,66717,2,829,2104 -"134415",36737,68931,3,829,2771 -"134416",36737,70583,3,829,2615 -"134417",36737,72438,3,829,1397 -"134418",36737,72535,2,829,1191 -"134419",36737,72632,3,829,1289 -"134420",36737,74370,2,829,1667 -"134421",36737,74474,3,829,2338 -"134422",36737,78842,3,829,904 -"134423",36737,80338,3,829,2059 -"134424",36737,85198,3,829,1794 -"134425",36737,87958,3,829,1234 -"134426",36737,90719,3,829,1234 -"134427",36737,91849,3,829,1166 -"134428",36737,94525,3,829,1993 -"134429",36737,95910,2,829,999 -"134430",36737,96007,2,829,895 -"134431",36763,1315,3,2165,2760 -"134432",36763,7241,3,2165,2259 -"134433",36763,9311,3,2165,2477 -"134434",36763,10843,3,2165,2277 -"134435",36763,15626,2,2165,2434 -"134436",36763,33433,3,2165,2805 -"134437",36763,51853,3,2165,2520 -"134438",36763,59113,3,2165,2434 -"134439",36784,160,2,576,2007 -"134440",36784,508,3,576,801 -"134441",36784,854,3,576,2307 -"134442",36784,1050,3,576,1185 -"134443",36784,1124,3,576,1596 -"134444",36784,1323,3,576,1659 -"134445",36784,1641,2,576,1490 -"134446",36784,2077,3,576,610 -"134447",36784,2111,3,576,1904 -"134448",36784,2894,2,576,1291 -"134449",36784,2982,3,576,1233 -"134450",36784,3954,2,576,839 -"134451",36784,5315,3,576,2631 -"134452",36784,5392,3,576,1648 -"134453",36784,5568,3,576,1290 -"134454",36784,5615,3,576,1105 -"134455",36784,5785,3,576,1261 -"134456",36784,5865,3,576,1910 -"134457",36784,6192,3,576,2409 -"134458",36784,6222,3,576,1949 -"134459",36784,6588,3,576,2025 -"134460",36784,7118,3,576,966 -"134461",36784,7185,3,576,1046 -"134462",36784,7406,3,576,1906 -"134463",36784,7555,3,576,1943 -"134464",36784,7616,1,576,2296 -"134465",36784,8238,3,576,2222 -"134466",36784,8585,3,576,1917 -"134467",36784,8726,3,576,2083 -"134468",36784,9331,3,576,2269 -"134469",36784,9423,3,576,1708 -"134470",36784,9615,3,576,2464 -"134471",36784,9871,1,576,921 -"134472",36784,10370,3,576,2224 -"134473",36784,10535,3,576,1534 -"134474",36784,10744,3,576,955 -"134475",36784,10857,3,576,2253 -"134476",36784,10870,3,576,1755 -"134477",36784,11770,3,576,1653 -"134478",36784,11912,2,576,889 -"134479",36784,12081,3,576,2166 -"134480",36784,12122,1,576,1385 -"134481",36784,12388,2,576,1975 -"134482",36784,12473,2,576,801 -"134483",36784,12632,3,576,1174 -"134484",36784,12692,3,576,1855 -"134485",36784,12712,1,576,815 -"134486",36784,12813,3,576,958 -"134487",36784,13249,3,576,2573 -"134488",36784,13324,3,576,2163 -"134489",36784,14731,3,576,2012 -"134490",36784,14959,3,576,2898 -"134491",36784,15122,3,576,1201 -"134492",36784,15207,3,576,1855 -"134493",36784,15444,3,576,2764 -"134494",36784,15632,3,576,1242 -"134495",36784,16193,2,576,756 -"134496",36784,16539,1,576,1947 -"134497",36784,16542,3,576,2039 -"134498",36784,17351,3,576,2036 -"134499",36784,17632,3,576,1947 -"134500",36784,18404,3,576,801 -"134501",36784,18670,3,576,1835 -"134502",36784,19208,3,576,2629 -"134503",36784,19232,3,576,917 -"134504",36784,19621,3,576,725 -"134505",36784,19892,3,576,1212 -"134506",36784,19893,3,576,1223 -"134507",36784,19937,3,576,1587 -"134508",36784,20124,3,576,2376 -"134509",36784,20200,3,576,2322 -"134510",36784,20419,3,576,1587 -"134511",36784,21401,3,576,1440 -"134512",36784,21950,3,576,1892 -"134513",36784,22057,3,576,974 -"134514",36784,22165,3,576,1501 -"134515",36784,22292,3,576,1910 -"134516",36784,22543,3,576,1594 -"134517",36784,22682,3,576,2035 -"134518",36784,22808,3,576,2297 -"134519",36784,22950,3,576,2576 -"134520",36784,23098,3,576,2300 -"134521",36784,23460,3,576,2183 -"134522",36784,23825,3,576,1913 -"134523",36784,24256,3,576,2393 -"134524",36784,24512,3,576,1369 -"134525",36784,24753,3,576,2860 -"134526",36784,24793,2,576,1993 -"134527",36784,24794,3,576,925 -"134528",36784,24826,3,576,1382 -"134529",36784,24853,3,576,1004 -"134530",36784,25030,3,576,2017 -"134531",36784,25033,2,576,929 -"134532",36784,25490,2,576,639 -"134533",36784,26083,3,576,2038 -"134534",36784,26796,3,576,2384 -"134535",36784,27323,3,576,943 -"134536",36784,27363,3,576,1508 -"134537",36784,27480,2,576,582 -"134538",36784,29089,3,576,1344 -"134539",36784,29454,3,576,2719 -"134540",36784,29512,2,576,1594 -"134541",36784,29930,3,576,2240 -"134542",36784,30329,3,576,848 -"134543",36784,30883,3,576,1629 -"134544",36784,31209,3,576,1137 -"134545",36784,31705,3,576,2706 -"134546",36784,31890,3,576,1487 -"134547",36784,31901,3,576,1251 -"134548",36784,32131,3,576,1035 -"134549",36784,32173,3,576,2341 -"134550",36784,32419,3,576,1909 -"134551",36784,34480,3,576,2755 -"134552",36784,34648,3,576,1596 -"134553",36784,35772,3,576,1440 -"134554",36784,36837,3,576,1556 -"134555",36784,38921,3,576,1880 -"134556",36784,39556,3,576,2747 -"134557",36784,40028,3,576,1349 -"134558",36784,40565,3,576,2115 -"134559",36784,40893,3,576,1116 -"134560",36784,41518,2,576,1641 -"134561",36784,41664,2,576,2641 -"134562",36784,41682,3,576,1988 -"134563",36784,42129,3,576,2318 -"134564",36784,42515,3,576,2752 -"134565",36784,42837,3,576,1096 -"134566",36784,43902,3,576,1726 -"134567",36784,44089,2,576,1632 -"134568",36784,44135,3,576,2620 -"134569",36784,44407,3,576,2154 -"134570",36784,45545,2,576,1776 -"134571",36784,46283,3,576,1184 -"134572",36784,46629,3,576,2255 -"134573",36784,46635,3,576,2528 -"134574",36784,47386,2,576,2226 -"134575",36784,47564,3,576,2650 -"134576",36784,47625,3,576,2562 -"134577",36784,49334,2,576,2433 -"134578",36784,49470,3,576,1528 -"134579",36784,50001,3,576,1518 -"134580",36784,50254,2,576,1151 -"134581",36784,50487,3,576,744 -"134582",36784,51157,3,576,2319 -"134583",36784,52597,3,576,1773 -"134584",36784,53830,3,576,1307 -"134585",36784,54551,3,576,2348 -"134586",36784,55076,1,576,2408 -"134587",36784,55185,3,576,922 -"134588",36784,55580,3,576,1942 -"134589",36784,55892,3,576,1234 -"134590",36784,56854,2,576,2022 -"134591",36784,56903,3,576,1584 -"134592",36784,58733,3,576,1958 -"134593",36784,58854,3,576,1131 -"134594",36784,60624,3,576,1570 -"134595",36784,63477,2,576,1907 -"134596",36784,64219,3,576,2705 -"134597",36784,65242,3,576,1988 -"134598",36784,65434,3,576,2866 -"134599",36784,66756,2,576,1301 -"134600",36784,67748,2,576,1498 -"134601",36784,67788,2,576,837 -"134602",36784,69250,2,576,1439 -"134603",36784,73661,3,576,2505 -"134604",36784,74818,3,576,1440 -"134605",36784,76564,3,576,996 -"134606",36784,76607,3,576,747 -"134607",36784,76646,2,576,1263 -"134608",36784,77001,3,576,1440 -"134609",36784,77611,1,576,1795 -"134610",36784,78270,3,576,1171 -"134611",36784,79653,3,576,2683 -"134612",36784,81463,3,576,955 -"134613",36784,82009,3,576,1020 -"134614",36784,82187,2,576,1055 -"134615",36784,82893,2,576,1275 -"134616",36784,83218,3,576,1537 -"134617",36784,83526,3,576,1235 -"134618",36784,85356,2,576,1492 -"134619",36784,88887,3,576,1161 -"134620",36784,92322,3,576,2393 -"134621",36784,96132,3,576,1489 -"134622",36784,96553,2,576,1887 -"134623",36784,96611,2,576,765 -"134624",36784,96911,3,576,956 -"134625",36784,97275,3,576,731 -"134626",36784,100241,2,576,777 -"134627",36784,115155,3,576,1942 -"134628",36829,20941,3,2722,2725 -"134629",36829,37060,3,2722,2840 -"134630",36832,23506,3,199,1172 -"134631",36832,101892,2,199,1322 -"134632",36837,160,2,1556,2007 -"134633",36837,2684,3,1556,2874 -"134634",36837,5710,3,1556,1926 -"134635",36837,5865,3,1556,1910 -"134636",36837,5984,2,1556,1675 -"134637",36837,5986,3,1556,1721 -"134638",36837,6192,3,1556,2409 -"134639",36837,6417,3,1556,1675 -"134640",36837,7406,3,1556,1906 -"134641",36837,7616,3,1556,2296 -"134642",36837,8238,3,1556,2222 -"134643",36837,8274,3,1556,1909 -"134644",36837,8726,3,1556,2083 -"134645",36837,11218,3,1556,2292 -"134646",36837,11770,3,1556,1653 -"134647",36837,12976,3,1556,2399 -"134648",36837,13249,2,1556,2573 -"134649",36837,13324,3,1556,2163 -"134650",36837,16539,3,1556,1947 -"134651",36837,17351,3,1556,2036 -"134652",36837,17632,3,1556,1947 -"134653",36837,19208,2,1556,2629 -"134654",36837,19605,3,1556,2395 -"134655",36837,19937,3,1556,1587 -"134656",36837,20419,3,1556,1587 -"134657",36837,20563,3,1556,2267 -"134658",36837,22808,3,1556,2297 -"134659",36837,23131,3,1556,1732 -"134660",36837,23460,3,1556,2183 -"134661",36837,24256,3,1556,2393 -"134662",36837,24753,3,1556,2860 -"134663",36837,25030,2,1556,2017 -"134664",36837,28218,3,1556,2048 -"134665",36837,29454,3,1556,2719 -"134666",36837,30525,3,1556,1964 -"134667",36837,36559,3,1556,2473 -"134668",36837,41518,3,1556,1641 -"134669",36837,41664,3,1556,2641 -"134670",36837,41764,3,1556,2409 -"134671",36837,42129,3,1556,2318 -"134672",36837,42515,3,1556,2752 -"134673",36837,47564,2,1556,2650 -"134674",36837,49334,3,1556,2433 -"134675",36837,50480,3,1556,2701 -"134676",36837,52597,3,1556,1773 -"134677",36837,55643,3,1556,2359 -"134678",36837,56604,3,1556,1919 -"134679",36837,63477,2,1556,1907 -"134680",36837,77611,2,1556,1795 -"134681",36837,78563,3,1556,2385 -"134682",36837,81349,1,1556,1958 -"134683",36840,1369,3,2269,2487 -"134684",36840,1624,3,2269,2687 -"134685",36840,4249,2,2269,2547 -"134686",36840,6223,3,2269,2363 -"134687",36840,6345,3,2269,2713 -"134688",36840,7253,3,2269,2686 -"134689",36840,9272,3,2269,2835 -"134690",36840,9724,3,2269,2713 -"134691",36840,14470,3,2269,2632 -"134692",36840,14612,3,2269,2340 -"134693",36840,14957,2,2269,2306 -"134694",36840,15782,2,2269,2306 -"134695",36840,17499,3,2269,2954 -"134696",36840,23498,3,2269,2398 -"134697",36840,23550,3,2269,2939 -"134698",36840,25941,3,2269,2369 -"134699",36840,28782,2,2269,2272 -"134700",36840,32169,3,2269,2504 -"134701",36840,37684,3,2269,2899 -"134702",36840,42390,2,2269,2937 -"134703",36840,42407,2,2269,2408 -"134704",36840,43226,3,2269,2442 -"134705",36840,43701,3,2269,2400 -"134706",36840,45499,3,2269,2346 -"134707",36840,47607,3,2269,2724 -"134708",36840,50440,3,2269,2469 -"134709",36840,53584,2,2269,2391 -"134710",36840,53652,3,2269,2899 -"134711",36840,58508,3,2269,2326 -"134712",36840,69335,3,2269,2698 -"134713",36840,71999,3,2269,2685 -"134714",36840,73520,3,2269,2613 -"134715",36862,5239,3,2655,2875 -"134716",36862,11477,3,2655,2724 -"134717",36862,28582,3,2655,2698 -"134718",36862,44427,3,2655,2875 -"134719",36862,44688,3,2655,2924 -"134720",36862,117956,3,2655,2774 -"134721",36892,3034,2,643,2601 -"134722",36892,14612,3,643,2340 -"134723",36892,19617,3,643,679 -"134724",36892,27570,3,643,1559 -"134725",36892,67289,3,643,829 -"134726",36892,77719,3,643,2086 -"134727",36892,78277,3,643,1937 -"134728",36912,680,3,2469,2569 -"134729",36912,841,3,2469,2964 -"134730",36912,2206,3,2469,2536 -"134731",36912,4932,3,2469,2752 -"134732",36912,9785,3,2469,2951 -"134733",36912,9787,3,2469,2858 -"134734",36912,13879,3,2469,2748 -"134735",36912,15567,2,2469,2671 -"134736",36912,15826,3,2469,2772 -"134737",36912,17037,3,2469,2947 -"134738",36912,19433,3,2469,2504 -"134739",36912,19655,3,2469,2706 -"134740",36912,26182,2,2469,2775 -"134741",36912,30368,3,2469,2487 -"134742",36912,40035,3,2469,2742 -"134743",36912,41770,3,2469,2752 -"134744",36912,45729,3,2469,2606 -"134745",36912,51783,3,2469,2599 -"134746",36912,53739,3,2469,2704 -"134747",36912,57067,3,2469,2547 -"134748",36912,62112,3,2469,2944 -"134749",36912,63077,3,2469,2778 -"134750",36912,64947,2,2469,2489 -"134751",36915,680,2,280,2569 -"134752",36915,2190,3,280,2359 -"134753",36915,3254,3,280,1258 -"134754",36915,3477,3,280,2546 -"134755",36915,4303,3,280,2414 -"134756",36915,5106,3,280,2622 -"134757",36915,5683,3,280,2468 -"134758",36915,5897,3,280,2337 -"134759",36915,8610,3,280,2240 -"134760",36915,8777,3,280,1620 -"134761",36915,9782,3,280,340 -"134762",36915,12759,3,280,2414 -"134763",36915,14781,3,280,2338 -"134764",36915,17033,3,280,2771 -"134765",36915,18102,3,280,1642 -"134766",36915,18122,3,280,894 -"134767",36915,18124,3,280,1642 -"134768",36915,18381,3,280,1524 -"134769",36915,20395,3,280,1468 -"134770",36915,20941,3,280,2725 -"134771",36915,23000,3,280,1815 -"134772",36915,23131,3,280,1732 -"134773",36915,25373,3,280,2783 -"134774",36915,26182,3,280,2775 -"134775",36915,27320,3,280,2378 -"134776",36915,32110,3,280,2224 -"134777",36915,33681,3,280,1059 -"134778",36915,36514,3,280,1192 -"134779",36915,36737,2,280,829 -"134780",36915,37636,3,280,2178 -"134781",36915,40572,3,280,2666 -"134782",36915,41723,3,280,2101 -"134783",36915,46486,3,280,1868 -"134784",36915,46982,3,280,2806 -"134785",36915,47013,2,280,2388 -"134786",36915,50585,3,280,2414 -"134787",36915,54467,2,280,919 -"134788",36915,55413,3,280,2129 -"134789",36915,62715,2,280,1838 -"134790",36915,79534,3,280,340 -"134791",36915,90719,3,280,1234 -"134792",36915,94525,3,280,1993 -"134793",36915,95690,2,280,765 -"134794",36915,99298,3,280,679 -"134795",36915,99418,3,280,444 -"134796",36950,455,3,2204,2827 -"134797",36950,1262,3,2204,2973 -"134798",36950,3695,3,2204,2612 -"134799",36950,5315,3,2204,2631 -"134800",36950,7078,2,2204,2344 -"134801",36950,7394,2,2204,2615 -"134802",36950,10779,3,2204,2881 -"134803",36950,12035,3,2204,2721 -"134804",36950,17819,3,2204,2291 -"134805",36950,18151,2,2204,2962 -"134806",36950,18366,3,2204,2699 -"134807",36950,19528,3,2204,2742 -"134808",36950,19872,3,2204,2913 -"134809",36950,20067,3,2204,2390 -"134810",36950,21417,3,2204,2422 -"134811",36950,21795,2,2204,2653 -"134812",36950,22207,3,2204,2365 -"134813",36950,26608,3,2204,2329 -"134814",36950,26865,3,2204,2726 -"134815",36950,28923,3,2204,2362 -"134816",36950,30081,3,2204,2403 -"134817",36950,34327,1,2204,2959 -"134818",36950,37752,3,2204,2223 -"134819",36950,45664,3,2204,2235 -"134820",36950,47140,3,2204,2439 -"134821",36950,61458,3,2204,2630 -"134822",36950,70586,3,2204,2562 -"134823",36950,73266,3,2204,2496 -"134824",36953,841,3,2790,2964 -"134825",36953,3403,3,2790,2951 -"134826",36953,7252,3,2790,2799 -"134827",36953,8062,3,2790,2858 -"134828",36953,9787,3,2790,2858 -"134829",36953,11648,3,2790,2852 -"134830",36953,12747,3,2790,2818 -"134831",36953,13290,3,2790,2824 -"134832",36953,18371,3,2790,2860 -"134833",36953,22723,3,2790,2859 -"134834",36953,27686,3,2790,2844 -"134835",36953,30705,3,2790,2959 -"134836",36953,34908,3,2790,2796 -"134837",36953,71531,3,2790,2887 -"134838",36962,10148,3,2861,2964 -"134839",36962,18151,3,2861,2962 -"134840",36962,34327,3,2861,2959 -"134841",36962,41872,3,2861,2974 -"134842",36962,53219,3,2861,2973 -"134843",36975,3272,3,887,2132 -"134844",36975,6562,3,887,1139 -"134845",36975,7648,3,887,1861 -"134846",36975,9273,3,887,1747 -"134847",36975,10435,3,887,1984 -"134848",36975,16184,3,887,2274 -"134849",36975,17608,3,887,1216 -"134850",36975,17768,3,887,2468 -"134851",36975,22905,3,887,2599 -"134852",36975,24116,3,887,1413 -"134853",36975,24867,3,887,1861 -"134854",36975,25053,3,887,2186 -"134855",36975,25886,3,887,1580 -"134856",36975,31281,3,887,1937 -"134857",36975,39911,2,887,1445 -"134858",36975,55446,3,887,1247 -"134859",36975,84317,3,887,2081 -"134860",36975,91465,3,887,1047 -"134861",36979,3271,3,2158,2216 -"134862",36979,9272,3,2158,2835 -"134863",36979,30194,3,2158,2874 -"134864",36979,39439,2,2158,2462 -"134865",36979,43226,3,2158,2442 -"134866",36979,58508,3,2158,2326 -"134867",36979,69335,3,2158,2698 -"134868",36983,750,3,462,1327 -"134869",36983,1315,1,462,2760 -"134870",36983,3139,2,462,1656 -"134871",36983,5622,3,462,2175 -"134872",36983,9615,2,462,2464 -"134873",36983,13479,3,462,2155 -"134874",36983,13518,3,462,525 -"134875",36983,15402,3,462,1281 -"134876",36983,23312,3,462,2449 -"134877",36983,23492,3,462,1067 -"134878",36983,27427,3,462,2325 -"134879",36983,30325,3,462,1067 -"134880",36983,30692,3,462,700 -"134881",36983,30738,3,462,1166 -"134882",36983,32419,3,462,1909 -"134883",36983,39294,3,462,1889 -"134884",36983,41088,3,462,1135 -"134885",36983,48283,3,462,1290 -"134886",36983,48893,3,462,719 -"134887",36983,49850,3,462,613 -"134888",36983,51243,3,462,1389 -"134889",36983,67788,3,462,837 -"134890",36983,73524,3,462,605 -"134891",36983,82681,3,462,1620 -"134892",36983,87837,3,462,1987 -"134893",36983,88535,3,462,1229 -"134894",36996,14442,1,2321,2700 -"134895",36996,17768,2,2321,2468 -"134896",36996,31357,3,2321,2389 -"134897",36996,33460,3,2321,2781 -"134898",36996,35844,3,2321,2961 -"134899",36996,47094,3,2321,2592 -"134900",36996,49805,3,2321,2445 -"134901",36996,59289,2,2321,2896 -"134902",37026,323,2,1428,1706 -"134903",37026,915,3,1428,1793 -"134904",37026,8789,3,1428,2024 -"134905",37026,10870,2,1428,1755 -"134906",37026,19208,3,1428,2629 -"134907",37026,19605,2,1428,2395 -"134908",37026,27379,3,1428,2461 -"134909",37026,29454,3,1428,2719 -"134910",37026,29930,3,1428,2240 -"134911",37026,45329,3,1428,1693 -"134912",37026,50480,3,1428,2701 -"134913",37036,3127,3,2264,2273 -"134914",37036,4361,3,2264,2571 -"134915",37036,4602,3,2264,2446 -"134916",37036,5962,1,2264,2491 -"134917",37036,6119,2,2264,2358 -"134918",37036,7252,3,2264,2799 -"134919",37036,8062,3,2264,2858 -"134920",37036,8568,3,2264,2706 -"134921",37036,10336,1,2264,2271 -"134922",37036,11029,2,2264,2362 -"134923",37036,13290,3,2264,2824 -"134924",37036,16286,2,2264,2470 -"134925",37036,17826,3,2264,2920 -"134926",37036,19380,2,2264,2637 -"134927",37036,22723,3,2264,2859 -"134928",37036,25373,3,2264,2783 -"134929",37036,27908,3,2264,2576 -"134930",37036,31335,3,2264,2351 -"134931",37036,31700,3,2264,2727 -"134932",37036,32311,3,2264,2396 -"134933",37036,33475,3,2264,2367 -"134934",37036,34216,3,2264,2832 -"134935",37036,35958,3,2264,2383 -"134936",37036,39534,3,2264,2410 -"134937",37036,40572,3,2264,2666 -"134938",37036,52570,2,2264,2645 -"134939",37036,60879,3,2264,2792 -"134940",37036,70070,3,2264,2425 -"134941",37036,78193,3,2264,2315 -"134942",37040,22744,3,1667,1907 -"134943",37059,22723,3,2840,2859 -"134944",37059,59039,3,2840,2870 -"134945",37065,5363,3,276,1791 -"134946",37065,8062,3,276,2858 -"134947",37065,8118,3,276,587 -"134948",37065,10336,3,276,2271 -"134949",37065,13537,2,276,1020 -"134950",37065,14108,3,276,2012 -"134951",37065,17257,3,276,1117 -"134952",37065,21681,2,276,2005 -"134953",37065,25373,3,276,2783 -"134954",37065,31700,3,276,2727 -"134955",37065,32988,3,276,2008 -"134956",37065,34870,3,276,1873 -"134957",37065,36651,2,276,1600 -"134958",37065,37036,3,276,2264 -"134959",37065,37937,3,276,1320 -"134960",37065,39337,3,276,775 -"134961",37065,40698,3,276,1408 -"134962",37065,41446,2,276,1103 -"134963",37065,44564,3,276,2034 -"134964",37065,46532,2,276,2005 -"134965",37065,47064,3,276,1993 -"134966",37065,50278,3,276,1127 -"134967",37065,51084,3,276,2188 -"134968",37065,57990,3,276,978 -"134969",37065,61723,2,276,1262 -"134970",37065,70854,3,276,635 -"134971",37065,78037,3,276,1606 -"134972",37065,78569,3,276,578 -"134973",37065,79158,3,276,1252 -"134974",37065,80527,2,276,1664 -"134975",37065,92592,3,276,486 -"134976",37065,98801,3,276,1035 -"134977",37065,104280,3,276,887 -"134978",37065,104828,3,276,1609 -"134979",37065,108793,3,276,919 -"134980",37065,111855,3,276,1909 -"134981",37108,24,2,1202,1295 -"134982",37108,997,3,1202,2788 -"134983",37108,1323,3,1202,1659 -"134984",37108,1875,2,1202,1786 -"134985",37108,2712,3,1202,1881 -"134986",37108,2754,3,1202,1360 -"134987",37108,4671,2,1202,2280 -"134988",37108,4723,3,1202,1314 -"134989",37108,5226,1,1202,1309 -"134990",37108,5622,3,1202,2175 -"134991",37108,7515,3,1202,2737 -"134992",37108,7616,3,1202,2296 -"134993",37108,7858,3,1202,1795 -"134994",37108,8529,3,1202,1205 -"134995",37108,8681,3,1202,2716 -"134996",37108,8866,3,1202,1545 -"134997",37108,8888,3,1202,1328 -"134998",37108,9364,3,1202,1698 -"134999",37108,10857,3,1202,2253 -"135000",37108,10874,3,1202,1891 -"135001",37108,11103,3,1202,2393 -"135002",37108,12728,3,1202,2374 -"135003",37108,12767,3,1202,2329 -"135004",37108,14655,3,1202,2559 -"135005",37108,15207,3,1202,1855 -"135006",37108,15560,3,1202,2257 -"135007",37108,15799,3,1202,1917 -"135008",37108,16539,3,1202,1947 -"135009",37108,17264,3,1202,2528 -"135010",37108,19096,2,1202,1538 -"135011",37108,19892,3,1202,1212 -"135012",37108,21197,3,1202,1437 -"135013",37108,21406,3,1202,2714 -"135014",37108,22180,3,1202,1835 -"135015",37108,23312,2,1202,2449 -"135016",37108,27001,3,1202,1761 -"135017",37108,27849,3,1202,1316 -"135018",37108,28635,1,1202,2368 -"135019",37108,28640,3,1202,1475 -"135020",37108,30366,3,1202,2532 -"135021",37108,31003,3,1202,1859 -"135022",37108,31243,3,1202,1355 -"135023",37108,31530,3,1202,1661 -"135024",37108,33949,3,1202,2489 -"135025",37108,34648,3,1202,1596 -"135026",37108,34836,3,1202,2302 -"135027",37108,36714,3,1202,2209 -"135028",37108,39539,2,1202,1274 -"135029",37108,41278,3,1202,1873 -"135030",37108,43385,2,1202,1623 -"135031",37108,44151,2,1202,1796 -"135032",37108,44877,3,1202,1219 -"135033",37108,46680,3,1202,1690 -"135034",37108,47362,3,1202,2253 -"135035",37108,48384,3,1202,2057 -"135036",37108,48571,2,1202,2717 -"135037",37108,48602,3,1202,1704 -"135038",37108,49048,3,1202,1656 -"135039",37108,53219,3,1202,2973 -"135040",37108,54305,3,1202,1222 -"135041",37108,54551,3,1202,2348 -"135042",37108,58451,3,1202,1939 -"135043",37108,58652,3,1202,1437 -"135044",37108,61719,3,1202,1515 -"135045",37108,63409,3,1202,1937 -"135046",37108,66205,3,1202,2898 -"135047",37108,66277,3,1202,1227 -"135048",37108,66703,3,1202,2375 -"135049",37108,67957,2,1202,2823 -"135050",37108,69030,3,1202,1249 -"135051",37108,72468,3,1202,2292 -"135052",37108,72956,3,1202,1251 -"135053",37108,74190,3,1202,1428 -"135054",37108,76284,2,1202,1237 -"135055",37108,77001,3,1202,1440 -"135056",37108,81588,3,1202,1568 -"135057",37108,82270,3,1202,1641 -"135058",37108,82341,3,1202,1515 -"135059",37108,82893,3,1202,1275 -"135060",37108,83526,3,1202,1235 -"135061",37108,85397,3,1202,1219 -"135062",37108,92297,3,1202,2952 -"135063",37108,95644,2,1202,1531 -"135064",37108,98781,2,1202,1410 -"135065",37120,80050,2,2622,2698 -"135066",37149,3493,3,1673,2451 -"135067",37149,18421,2,1673,2457 -"135068",37149,23000,3,1673,1815 -"135069",37149,26182,3,1673,2775 -"135070",37149,46982,2,1673,2806 -"135071",37149,47013,3,1673,2388 -"135072",37149,51144,3,1673,2466 -"135073",37178,269,3,166,407 -"135074",37178,1708,3,166,1591 -"135075",37178,3101,3,166,513 -"135076",37178,3158,2,166,2762 -"135077",37178,4249,3,166,2547 -"135078",37178,4634,2,166,2291 -"135079",37178,6223,3,166,2363 -"135080",37178,6295,3,166,856 -"135081",37178,8463,2,166,2466 -"135082",37178,8607,3,166,1685 -"135083",37178,9269,3,166,1892 -"135084",37178,9656,3,166,1135 -"135085",37178,9724,3,166,2713 -"135086",37178,9895,3,166,1960 -"135087",37178,9910,3,166,2526 -"135088",37178,9948,3,166,2019 -"135089",37178,10701,3,166,2000 -"135090",37178,11270,3,166,1011 -"135091",37178,12473,3,166,801 -"135092",37178,12632,2,166,1174 -"135093",37178,12914,3,166,1557 -"135094",37178,12966,2,166,2011 -"135095",37178,14212,3,166,857 -"135096",37178,14470,3,166,2632 -"135097",37178,14490,3,166,2291 -"135098",37178,14957,2,166,2306 -"135099",37178,15281,3,166,810 -"135100",37178,15782,2,166,2306 -"135101",37178,15926,3,166,545 -"135102",37178,16347,3,166,1868 -"135103",37178,16963,1,166,1999 -"135104",37178,17695,3,166,1930 -"135105",37178,20695,2,166,2526 -"135106",37178,20709,3,166,1757 -"135107",37178,25345,3,166,713 -"135108",37178,26597,3,166,2070 -"135109",37178,36478,3,166,2808 -"135110",37178,43701,3,166,2400 -"135111",37178,44132,2,166,1999 -"135112",37178,47607,3,166,2724 -"135113",37178,47882,3,166,2769 -"135114",37178,49142,2,166,2289 -"135115",37178,49379,3,166,1573 -"135116",37178,51505,2,166,1572 -"135117",37178,52386,3,166,1830 -"135118",37178,53584,3,166,2391 -"135119",37178,56364,3,166,1626 -"135120",37178,59143,3,166,359 -"135121",37178,64043,3,166,183 -"135122",37178,64803,3,166,841 -"135123",37178,66368,3,166,2413 -"135124",37178,67289,3,166,829 -"135125",37178,68884,3,166,1011 -"135126",37178,69260,3,166,1698 -"135127",37178,76450,3,166,1077 -"135128",37178,76796,3,166,1140 -"135129",37178,77167,2,166,836 -"135130",37178,80807,3,166,1597 -"135131",37178,84235,2,166,1639 -"135132",37178,84591,3,166,1685 -"135133",37178,85525,3,166,1718 -"135134",37178,87733,1,166,235 -"135135",37178,87915,3,166,1152 -"135136",37178,88448,3,166,914 -"135137",37178,91210,3,166,1457 -"135138",37178,96332,2,166,1197 -"135139",37178,101381,3,166,977 -"135140",37178,105435,3,166,684 -"135141",37178,107467,3,166,1524 -"135142",37178,122938,2,166,1023 -"135143",37179,2754,3,947,1360 -"135144",37179,71478,3,947,1721 -"135145",37238,1151,3,2609,2885 -"135146",37238,1616,3,2609,2662 -"135147",37238,1639,3,2609,2631 -"135148",37238,5725,3,2609,2789 -"135149",37238,7323,3,2609,2858 -"135150",37238,7794,3,2609,2972 -"135151",37238,11477,3,2609,2724 -"135152",37238,14959,3,2609,2898 -"135153",37238,16725,3,2609,2830 -"135154",37238,17365,3,2609,2746 -"135155",37238,17852,3,2609,2840 -"135156",37238,19606,3,2609,2783 -"135157",37238,20700,3,2609,2861 -"135158",37238,26749,3,2609,2965 -"135159",37238,28285,3,2609,2972 -"135160",37238,29977,3,2609,2781 -"135161",37238,31700,1,2609,2727 -"135162",37238,38307,2,2609,2648 -"135163",37238,39087,3,2609,2765 -"135164",37238,41945,2,2609,2856 -"135165",37238,43455,2,2609,2846 -"135166",37238,44885,3,2609,2670 -"135167",37238,52032,3,2609,2853 -"135168",37238,61982,3,2609,2725 -"135169",37279,19364,3,2768,2846 -"135170",37279,29977,3,2768,2781 -"135171",37279,61337,3,2768,2777 -"135172",37285,270,3,2428,2542 -"135173",37285,701,1,2428,2718 -"135174",37285,1639,3,2428,2631 -"135175",37285,2424,2,2428,2582 -"135176",37285,2684,3,2428,2874 -"135177",37285,3305,1,2428,2839 -"135178",37285,16432,3,2428,2664 -"135179",37285,16518,3,2428,2642 -"135180",37285,19643,3,2428,2452 -"135181",37285,20423,3,2428,2654 -"135182",37285,43455,3,2428,2846 -"135183",37285,48605,2,2428,2796 -"135184",37285,50785,3,2428,2877 -"135185",37285,51041,3,2428,2606 -"135186",37285,52570,3,2428,2645 -"135187",37285,61982,3,2428,2725 -"135188",37285,62841,3,2428,2710 -"135189",37285,66224,3,2428,2728 -"135190",37285,68215,3,2428,2727 -"135191",37285,88232,3,2428,2881 -"135192",37301,854,3,2160,2307 -"135193",37301,997,3,2160,2788 -"135194",37301,1822,3,2160,2888 -"135195",37301,3477,2,2160,2546 -"135196",37301,3495,2,2160,2431 -"135197",37301,3966,3,2160,2425 -"135198",37301,4671,3,2160,2280 -"135199",37301,6063,2,2160,2349 -"135200",37301,9503,3,2160,2453 -"135201",37301,13899,2,2160,2650 -"135202",37301,18344,3,2160,2204 -"135203",37301,19605,3,2160,2395 -"135204",37301,20124,3,2160,2376 -"135205",37301,20162,1,2160,2328 -"135206",37301,20416,3,2160,2323 -"135207",37301,20984,3,2160,2502 -"135208",37301,21275,3,2160,2609 -"135209",37301,29454,3,2160,2719 -"135210",37301,30236,3,2160,2238 -"135211",37301,30827,3,2160,2323 -"135212",37301,31357,3,2160,2389 -"135213",37301,32339,3,2160,2430 -"135214",37301,32395,3,2160,2735 -"135215",37301,33223,2,2160,2397 -"135216",37301,36087,3,2160,2755 -"135217",37301,38732,3,2160,2263 -"135218",37301,42216,3,2160,2722 -"135219",37301,47595,3,2160,2374 -"135220",37301,48571,3,2160,2717 -"135221",37301,50667,2,2160,2719 -"135222",37301,51843,3,2160,2389 -"135223",37301,58164,3,2160,2398 -"135224",37301,74636,3,2160,2525 -"135225",37301,77155,3,2160,2946 -"135226",37319,701,3,1205,2718 -"135227",37319,1136,3,1205,2536 -"135228",37319,1214,3,1205,2050 -"135229",37319,2709,3,1205,1673 -"135230",37319,6104,2,1205,2462 -"135231",37319,6363,3,1205,2066 -"135232",37319,13043,3,1205,1295 -"135233",37319,15003,3,1205,2067 -"135234",37319,15756,3,1205,2362 -"135235",37319,27173,3,1205,2050 -"135236",37319,29982,3,1205,1372 -"135237",37319,34464,1,1205,1741 -"135238",37319,37285,3,1205,2428 -"135239",37319,39535,3,1205,2428 -"135240",37319,44819,3,1205,2063 -"135241",37319,54388,3,1205,1257 -"135242",37319,57842,1,1205,2482 -"135243",37319,67212,1,1205,1383 -"135244",37319,68523,3,1205,1664 -"135245",37319,89911,3,1205,2607 -"135246",37332,267,3,1891,2631 -"135247",37332,2443,3,1891,2333 -"135248",37332,20695,3,1891,2526 -"135249",37332,22207,3,1891,2365 -"135250",37332,30697,3,1891,2891 -"135251",37332,31705,2,1891,2706 -"135252",37332,40565,3,1891,2115 -"135253",37332,44403,3,1891,2429 -"135254",37333,377,3,1612,2389 -"135255",37333,803,3,1612,1666 -"135256",37333,1224,2,1612,2435 -"135257",37333,1386,2,1612,1901 -"135258",37333,2325,3,1612,1641 -"135259",37333,3242,3,1612,1730 -"135260",37333,4701,3,1612,2401 -"135261",37333,5120,3,1612,2735 -"135262",37333,5491,3,1612,2048 -"135263",37333,5621,3,1612,1860 -"135264",37333,5710,3,1612,1926 -"135265",37333,5984,3,1612,1675 -"135266",37333,5986,3,1612,1721 -"135267",37333,6324,3,1612,1990 -"135268",37333,6417,2,1612,1675 -"135269",37333,7861,3,1612,1647 -"135270",37333,8088,3,1612,2220 -"135271",37333,9030,2,1612,1979 -"135272",37333,9202,3,1612,2477 -"135273",37333,10148,2,1612,2964 -"135274",37333,11218,3,1612,2292 -"135275",37333,12035,3,1612,2721 -"135276",37333,12042,3,1612,2345 -"135277",37333,12976,3,1612,2399 -"135278",37333,13732,2,1612,2789 -"135279",37333,13780,3,1612,2412 -"135280",37333,13929,2,1612,2693 -"135281",37333,14709,3,1612,1901 -"135282",37333,15560,3,1612,2257 -"135283",37333,16352,3,1612,2657 -"135284",37333,17400,3,1612,2231 -"135285",37333,17549,3,1612,2647 -"135286",37333,17632,3,1612,1947 -"135287",37333,17997,3,1612,1621 -"135288",37333,18151,3,1612,2962 -"135289",37333,18874,3,1612,2170 -"135290",37333,20311,3,1612,1981 -"135291",37333,20659,3,1612,1969 -"135292",37333,20893,3,1612,2695 -"135293",37333,21138,3,1612,2849 -"135294",37333,21193,3,1612,2490 -"135295",37333,21225,3,1612,1945 -"135296",37333,21795,3,1612,2653 -"135297",37333,22216,3,1612,1956 -"135298",37333,23508,1,1612,1907 -"135299",37333,23509,3,1612,2275 -"135300",37333,23751,3,1612,1740 -"135301",37333,24146,1,1612,2003 -"135302",37333,25129,3,1612,2647 -"135303",37333,25341,3,1612,1858 -"135304",37333,26865,2,1612,2726 -"135305",37333,26959,3,1612,1961 -"135306",37333,28218,3,1612,2048 -"135307",37333,28923,3,1612,2362 -"135308",37333,29917,3,1612,1962 -"135309",37333,30081,1,1612,2403 -"135310",37333,30906,3,1612,2537 -"135311",37333,32516,3,1612,2050 -"135312",37333,32761,3,1612,2680 -"135313",37333,34327,3,1612,2959 -"135314",37333,34509,2,1612,1973 -"135315",37333,34984,3,1612,2056 -"135316",37333,35529,3,1612,1620 -"135317",37333,36559,2,1612,2473 -"135318",37333,36962,1,1612,2861 -"135319",37333,40432,3,1612,1956 -"135320",37333,41250,3,1612,1703 -"135321",37333,41278,3,1612,1873 -"135322",37333,41402,2,1612,2313 -"135323",37333,41872,3,1612,2974 -"135324",37333,46596,2,1612,1942 -"135325",37333,47386,3,1612,2226 -"135326",37333,47947,3,1612,2681 -"135327",37333,51017,3,1612,2073 -"135328",37333,51410,3,1612,2739 -"135329",37333,53219,3,1612,2973 -"135330",37333,54879,3,1612,2210 -"135331",37333,54929,3,1612,2783 -"135332",37333,55468,3,1612,2511 -"135333",37333,55691,3,1612,2856 -"135334",37333,57977,3,1612,2683 -"135335",37333,62841,3,1612,2710 -"135336",37333,63477,3,1612,1907 -"135337",37333,66318,2,1612,2803 -"135338",37333,71369,3,1612,2838 -"135339",37333,77815,3,1612,2358 -"135340",37333,78563,3,1612,2385 -"135341",37333,86799,3,1612,1951 -"135342",37333,87074,3,1612,1666 -"135343",37334,1393,3,398,1706 -"135344",37334,2370,2,398,1600 -"135345",37334,4723,2,398,1314 -"135346",37334,6020,3,398,1864 -"135347",37334,6602,3,398,1631 -"135348",37334,6996,3,398,2916 -"135349",37334,7900,3,398,893 -"135350",37334,7903,3,398,744 -"135351",37334,7932,3,398,789 -"135352",37334,8258,3,398,1959 -"135353",37334,9200,2,398,787 -"135354",37334,13712,3,398,550 -"135355",37334,16455,2,398,946 -"135356",37334,16866,3,398,2718 -"135357",37334,17328,2,398,1206 -"135358",37334,21920,3,398,2367 -"135359",37334,23280,2,398,536 -"135360",37334,28635,3,398,2368 -"135361",37334,31950,2,398,2217 -"135362",37334,36031,3,398,2342 -"135363",37334,39507,3,398,793 -"135364",37334,39627,1,398,546 -"135365",37334,40510,3,398,943 -"135366",37334,44089,3,398,1632 -"135367",37334,45449,2,398,1610 -"135368",37334,45450,3,398,1590 -"135369",37334,45562,3,398,623 -"135370",37334,46680,3,398,1690 -"135371",37334,48781,3,398,954 -"135372",37334,48823,3,398,2080 -"135373",37334,48931,3,398,2444 -"135374",37334,53293,2,398,2916 -"135375",37334,55493,2,398,869 -"135376",37334,57549,2,398,2335 -"135377",37334,61398,3,398,2563 -"135378",37334,61921,1,398,1793 -"135379",37334,64737,3,398,2442 -"135380",37334,71756,3,398,1202 -"135381",37334,79639,3,398,1013 -"135382",37334,82270,3,398,1641 -"135383",37334,84581,3,398,1241 -"135384",37334,90852,2,398,764 -"135385",37334,92366,3,398,1434 -"135386",37334,93642,3,398,1120 -"135387",37334,95309,3,398,687 -"135388",37334,100084,3,398,1964 -"135389",37334,105887,3,398,615 -"135390",37334,116484,3,398,902 -"135391",37342,8062,3,2649,2858 -"135392",37342,10200,2,2649,2920 -"135393",37342,14586,3,2649,2801 -"135394",37342,24086,2,2649,2663 -"135395",37342,26152,3,2649,2818 -"135396",37342,30668,3,2649,2882 -"135397",37342,33755,2,2649,2963 -"135398",37342,42390,3,2649,2937 -"135399",37351,140,3,978,2267 -"135400",37351,237,3,978,1982 -"135401",37351,341,3,978,2689 -"135402",37351,364,2,978,2351 -"135403",37351,680,3,978,2569 -"135404",37351,841,2,978,2964 -"135405",37351,2057,3,978,1965 -"135406",37351,2429,3,978,999 -"135407",37351,2540,2,978,1398 -"135408",37351,2985,3,978,2398 -"135409",37351,3127,3,978,2273 -"135410",37351,3271,3,978,2216 -"135411",37351,3284,3,978,1541 -"135412",37351,3493,3,978,2451 -"135413",37351,3978,2,978,2775 -"135414",37351,4303,2,978,2414 -"135415",37351,4612,3,978,2804 -"135416",37351,4622,3,978,1589 -"135417",37351,4916,3,978,1970 -"135418",37351,4932,2,978,2752 -"135419",37351,4983,1,978,1909 -"135420",37351,5568,3,978,1290 -"135421",37351,6989,2,978,2623 -"135422",37351,7861,3,978,1647 -"135423",37351,7942,3,978,2623 -"135424",37351,8923,3,978,1266 -"135425",37351,9272,3,978,2835 -"135426",37351,9273,3,978,1747 -"135427",37351,9332,3,978,2734 -"135428",37351,9484,3,978,1429 -"135429",37351,9703,2,978,1845 -"135430",37351,9787,2,978,2858 -"135431",37351,10457,3,978,1711 -"135432",37351,10870,3,978,1755 -"135433",37351,11588,3,978,2352 -"135434",37351,11625,3,978,2022 -"135435",37351,11639,3,978,1593 -"135436",37351,11648,1,978,2852 -"135437",37351,12361,3,978,2732 -"135438",37351,12759,3,978,2414 -"135439",37351,12948,3,978,2669 -"135440",37351,13290,3,978,2824 -"135441",37351,13537,3,978,1020 -"135442",37351,14781,3,978,2338 -"135443",37351,15978,3,978,981 -"135444",37351,16501,3,978,1650 -"135445",37351,17645,2,978,1918 -"135446",37351,18005,2,978,2449 -"135447",37351,18165,3,978,2085 -"135448",37351,18381,3,978,1524 -"135449",37351,18672,3,978,1182 -"135450",37351,19334,3,978,1979 -"135451",37351,19655,3,978,2706 -"135452",37351,20056,3,978,1824 -"135453",37351,20124,3,978,2376 -"135454",37351,20176,3,978,1050 -"135455",37351,20395,3,978,1468 -"135456",37351,21207,3,978,1258 -"135457",37351,21281,3,978,1922 -"135458",37351,21487,3,978,2203 -"135459",37351,21593,3,978,1312 -"135460",37351,22166,3,978,994 -"135461",37351,22353,3,978,1231 -"135462",37351,23131,3,978,1732 -"135463",37351,25163,3,978,1751 -"135464",37351,25373,3,978,2783 -"135465",37351,26957,3,978,987 -"135466",37351,27255,3,978,1232 -"135467",37351,27312,3,978,2469 -"135468",37351,27390,3,978,2425 -"135469",37351,27742,2,978,2700 -"135470",37351,27837,3,978,1315 -"135471",37351,27914,3,978,2507 -"135472",37351,28627,3,978,2694 -"135473",37351,28869,3,978,2425 -"135474",37351,29267,3,978,1234 -"135475",37351,29473,2,978,2602 -"135476",37351,29818,3,978,1677 -"135477",37351,29930,3,978,2240 -"135478",37351,30486,3,978,1269 -"135479",37351,30525,3,978,1964 -"135480",37351,31317,3,978,1362 -"135481",37351,31700,3,978,2727 -"135482",37351,32560,3,978,1258 -"135483",37351,32904,3,978,2055 -"135484",37351,32939,3,978,2277 -"135485",37351,34094,3,978,1360 -"135486",37351,34295,3,978,2735 -"135487",37351,34908,2,978,2796 -"135488",37351,35573,3,978,2084 -"135489",37351,36514,3,978,1192 -"135490",37351,36953,3,978,2790 -"135491",37351,37636,3,978,2178 -"135492",37351,37937,3,978,1320 -"135493",37351,39256,3,978,2449 -"135494",37351,40028,3,978,1349 -"135495",37351,40572,3,978,2666 -"135496",37351,40759,3,978,2789 -"135497",37351,40954,3,978,2603 -"135498",37351,41581,3,978,1692 -"135499",37351,41633,3,978,1976 -"135500",37351,41694,3,978,2358 -"135501",37351,41723,3,978,2101 -"135502",37351,42619,3,978,2017 -"135503",37351,43226,3,978,2442 -"135504",37351,43660,3,978,2320 -"135505",37351,44497,3,978,2401 -"135506",37351,45461,3,978,2458 -"135507",37351,45729,3,978,2606 -"135508",37351,45869,3,978,2840 -"135509",37351,45992,2,978,1182 -"135510",37351,46486,3,978,1868 -"135511",37351,47595,3,978,2374 -"135512",37351,47968,3,978,2829 -"135513",37351,48015,3,978,1355 -"135514",37351,48110,3,978,2009 -"135515",37351,50335,3,978,1893 -"135516",37351,50585,2,978,2414 -"135517",37351,52136,3,978,1412 -"135518",37351,52815,2,978,2323 -"135519",37351,52993,2,978,1256 -"135520",37351,53637,3,978,2113 -"135521",37351,53687,3,978,2422 -"135522",37351,54775,3,978,2383 -"135523",37351,55307,3,978,2306 -"135524",37351,55482,2,978,1866 -"135525",37351,56082,3,978,2395 -"135526",37351,56995,2,978,2323 -"135527",37351,57804,3,978,2214 -"135528",37351,58508,3,978,2326 -"135529",37351,58655,3,978,2685 -"135530",37351,58745,3,978,1920 -"135531",37351,61585,3,978,2315 -"135532",37351,63077,3,978,2778 -"135533",37351,64947,2,978,2489 -"135534",37351,65223,3,978,2724 -"135535",37351,65815,3,978,1618 -"135536",37351,66121,3,978,1281 -"135537",37351,66994,3,978,1865 -"135538",37351,67252,2,978,1215 -"135539",37351,69335,3,978,2698 -"135540",37351,71531,1,978,2887 -"135541",37351,72083,3,978,1122 -"135542",37351,72597,3,978,1843 -"135543",37351,73597,3,978,1989 -"135544",37351,76286,2,978,1642 -"135545",37351,80301,3,978,1690 -"135546",37351,85198,3,978,1794 -"135547",37351,91849,3,978,1166 -"135548",37351,93332,2,978,982 -"135549",37351,93661,3,978,1024 -"135550",37351,101435,3,978,1236 -"135551",37351,109703,3,978,1925 -"135552",37351,115021,3,978,1226 -"135553",37358,18361,3,2128,2968 -"135554",37358,68487,3,2128,2592 -"135555",37358,71217,3,2128,2169 -"135556",37376,270,3,432,2542 -"135557",37376,358,3,432,798 -"135558",37376,1050,3,432,1185 -"135559",37376,1124,3,432,1596 -"135560",37376,4687,3,432,2152 -"135561",37376,5315,2,432,2631 -"135562",37376,5971,3,432,1985 -"135563",37376,8367,3,432,1927 -"135564",37376,10488,3,432,1524 -"135565",37376,11516,3,432,1937 -"135566",37376,12887,3,432,433 -"135567",37376,13307,3,432,2206 -"135568",37376,14072,3,432,1346 -"135569",37376,14707,3,432,672 -"135570",37376,14983,3,432,1047 -"135571",37376,17722,2,432,976 -"135572",37376,17883,3,432,1006 -"135573",37376,18361,3,432,2968 -"135574",37376,18393,3,432,860 -"135575",37376,18394,3,432,2356 -"135576",37376,21198,3,432,935 -"135577",37376,22282,3,432,1418 -"135578",37376,22326,3,432,2818 -"135579",37376,22415,2,432,2841 -"135580",37376,23745,3,432,1968 -"135581",37376,24794,3,432,925 -"135582",37376,25305,3,432,2447 -"135583",37376,26595,3,432,1566 -"135584",37376,27112,3,432,500 -"135585",37376,27297,2,432,1382 -"135586",37376,27484,3,432,1634 -"135587",37376,29962,3,432,2201 -"135588",37376,31705,3,432,2706 -"135589",37376,35516,3,432,1229 -"135590",37376,35673,3,432,1067 -"135591",37376,39570,3,432,496 -"135592",37376,40893,3,432,1116 -"135593",37376,44151,3,432,1796 -"135594",37376,44306,2,432,1036 -"135595",37376,44521,3,432,1593 -"135596",37376,44759,3,432,2419 -"135597",37376,46717,3,432,938 -"135598",37376,49787,3,432,2352 -"135599",37376,49812,3,432,1816 -"135600",37376,50977,3,432,2352 -"135601",37376,51460,2,432,1872 -"135602",37376,51647,3,432,1382 -"135603",37376,52576,3,432,2234 -"135604",37376,52898,3,432,763 -"135605",37376,54879,3,432,2210 -"135606",37376,56082,3,432,2395 -"135607",37376,58508,3,432,2326 -"135608",37376,62852,1,432,2067 -"135609",37376,62903,3,432,1704 -"135610",37376,64786,3,432,870 -"135611",37376,65572,2,432,2750 -"135612",37376,68024,3,432,1531 -"135613",37376,71971,2,432,1294 -"135614",37376,74730,3,432,535 -"135615",37376,76127,3,432,910 -"135616",37376,76666,3,432,1908 -"135617",37376,78163,3,432,1366 -"135618",37376,82949,2,432,2077 -"135619",37376,83907,1,432,2056 -"135620",37376,90860,3,432,851 -"135621",37379,18013,3,642,1625 -"135622",37379,22207,3,642,2365 -"135623",37379,40565,3,642,2115 -"135624",37379,48035,3,642,2180 -"135625",37379,106690,3,642,901 -"135626",37395,14189,3,644,1483 -"135627",37395,15343,2,644,2125 -"135628",37395,15500,3,644,1658 -"135629",37395,16313,3,644,1160 -"135630",37395,17021,3,644,1226 -"135631",37395,21417,2,644,2422 -"135632",37395,21693,3,644,2176 -"135633",37395,22326,3,644,2818 -"135634",37395,22362,3,644,1836 -"135635",37395,24146,3,644,2003 -"135636",37395,24362,2,644,1287 -"135637",37395,36962,3,644,2861 -"135638",37395,38908,1,644,1787 -"135639",37395,42814,3,644,1149 -"135640",37395,43839,3,644,1685 -"135641",37395,44160,3,644,859 -"135642",37395,44684,2,644,1220 -"135643",37395,48503,1,644,820 -"135644",37395,48820,3,644,2769 -"135645",37395,49032,3,644,2469 -"135646",37395,49741,3,644,839 -"135647",37395,54020,3,644,1578 -"135648",37395,56082,3,644,2395 -"135649",37395,65679,3,644,1578 -"135650",37395,67264,3,644,2790 -"135651",37395,70046,3,644,2624 -"135652",37395,72122,3,644,1436 -"135653",37395,76342,2,644,1429 -"135654",37395,82735,3,644,829 -"135655",37395,83096,3,644,1061 -"135656",37395,85592,3,644,1412 -"135657",37395,86279,3,644,1076 -"135658",37395,87198,3,644,1462 -"135659",37395,89668,3,644,1279 -"135660",37395,89965,3,644,810 -"135661",37395,96678,3,644,1183 -"135662",37418,7323,3,2710,2858 -"135663",37418,11456,3,2710,2715 -"135664",37418,27753,3,2710,2750 -"135665",37418,54740,3,2710,2750 -"135666",37424,2036,3,1693,2483 -"135667",37424,2852,3,1693,2448 -"135668",37424,3493,3,1693,2451 -"135669",37424,4303,3,1693,2414 -"135670",37424,4660,3,1693,2149 -"135671",37424,5106,3,1693,2622 -"135672",37424,5962,3,1693,2491 -"135673",37424,6119,3,1693,2358 -"135674",37424,6989,3,1693,2623 -"135675",37424,8760,3,1693,2477 -"135676",37424,10336,3,1693,2271 -"135677",37424,10739,3,1693,1807 -"135678",37424,12361,3,1693,2732 -"135679",37424,17033,3,1693,2771 -"135680",37424,17645,3,1693,1918 -"135681",37424,18005,3,1693,2449 -"135682",37424,19655,3,1693,2706 -"135683",37424,20984,2,1693,2502 -"135684",37424,23131,3,1693,1732 -"135685",37424,23498,3,1693,2398 -"135686",37424,25198,3,1693,1982 -"135687",37424,29473,2,1693,2602 -"135688",37424,30525,3,1693,1964 -"135689",37424,31335,3,1693,2351 -"135690",37424,40572,3,1693,2666 -"135691",37424,45729,3,1693,2606 -"135692",37424,46486,3,1693,1868 -"135693",37424,48501,3,1693,2010 -"135694",37424,50585,3,1693,2414 -"135695",37424,51144,3,1693,2466 -"135696",37424,54775,2,1693,2383 -"135697",37424,56082,3,1693,2395 -"135698",37424,58655,3,1693,2685 -"135699",37424,63641,3,1693,2337 -"135700",37424,64947,3,1693,2489 -"135701",37424,66717,3,1693,2104 -"135702",37424,69131,3,1693,2122 -"135703",37424,85198,3,1693,1794 -"135704",37424,90892,3,1693,2399 -"135705",37427,140,3,915,2267 -"135706",37427,1520,3,915,1716 -"135707",37427,2540,3,915,1398 -"135708",37427,3127,3,915,2273 -"135709",37427,3477,3,915,2546 -"135710",37427,5792,3,915,975 -"135711",37427,6063,3,915,2349 -"135712",37427,6821,3,915,1788 -"135713",37427,7798,3,915,949 -"135714",37427,8354,2,915,1705 -"135715",37427,8865,2,915,2394 -"135716",37427,9481,3,915,1610 -"135717",37427,10473,2,915,1783 -"135718",37427,10754,3,915,1797 -"135719",37427,12067,2,915,1213 -"135720",37427,12779,3,915,936 -"135721",37427,13184,3,915,977 -"135722",37427,13808,3,915,1356 -"135723",37427,14586,3,915,2801 -"135724",37427,14817,2,915,2110 -"135725",37427,15826,3,915,2772 -"135726",37427,15978,3,915,981 -"135727",37427,16796,3,915,1892 -"135728",37427,17037,3,915,2947 -"135729",37427,18217,3,915,1566 -"135730",37427,19433,2,915,2504 -"135731",37427,19587,3,915,1684 -"135732",37427,20176,3,915,1050 -"135733",37427,20984,2,915,2502 -"135734",37427,23246,3,915,1168 -"135735",37427,23277,3,915,1267 -"135736",37427,26182,3,915,2775 -"135737",37427,27908,3,915,2576 -"135738",37427,29267,1,915,1234 -"135739",37427,29286,3,915,1612 -"135740",37427,30368,3,915,2487 -"135741",37427,30486,2,915,1269 -"135742",37427,31542,3,915,2459 -"135743",37427,31700,3,915,2727 -"135744",37427,32479,3,915,969 -"135745",37427,33223,3,915,2397 -"135746",37427,35903,3,915,1434 -"135747",37427,36953,3,915,2790 -"135748",37427,37937,2,915,1320 -"135749",37427,38816,3,915,1225 -"135750",37427,39062,1,915,2020 -"135751",37427,40542,3,915,1664 -"135752",37427,40572,3,915,2666 -"135753",37427,42813,3,915,2142 -"135754",37427,42837,3,915,1096 -"135755",37427,46486,2,915,1868 -"135756",37427,47595,2,915,2374 -"135757",37427,50335,2,915,1893 -"135758",37427,51016,3,915,1141 -"135759",37427,51200,3,915,2245 -"135760",37427,51774,3,915,2459 -"135761",37427,52483,3,915,2317 -"135762",37427,55296,3,915,2413 -"135763",37427,56936,3,915,1519 -"135764",37427,66121,3,915,1281 -"135765",37427,69232,3,915,2130 -"135766",37427,72535,3,915,1191 -"135767",37427,72571,3,915,1175 -"135768",37427,74134,3,915,1566 -"135769",37427,87958,2,915,1234 -"135770",37427,90709,3,915,1080 -"135771",37427,96706,3,915,1597 -"135772",37444,8478,3,174,984 -"135773",37444,9506,3,174,1012 -"135774",37444,9649,2,174,1157 -"135775",37444,9803,2,174,1664 -"135776",37444,9828,2,174,2085 -"135777",37444,10558,3,174,2312 -"135778",37444,11602,2,174,1493 -"135779",37444,13201,3,174,2034 -"135780",37444,25530,2,174,2884 -"135781",37444,31659,3,174,543 -"135782",37444,31797,2,174,1501 -"135783",37444,33533,3,174,234 -"135784",37444,34693,2,174,1938 -"135785",37444,34695,3,174,1930 -"135786",37444,49147,3,174,2539 -"135787",37444,50335,3,174,1893 -"135788",37444,56396,2,174,2408 -"135789",37444,78768,3,174,841 -"135790",37444,83378,3,174,270 -"135791",37444,97266,3,174,1016 -"135792",37454,3678,3,1245,1325 -"135793",37454,5937,3,1245,2392 -"135794",37454,6234,1,1245,2654 -"135795",37454,6235,1,1245,1585 -"135796",37454,15239,2,1245,1958 -"135797",37454,15558,3,1245,2389 -"135798",37454,16477,3,1245,2069 -"135799",37454,16524,3,1245,1556 -"135800",37454,16969,3,1245,1917 -"135801",37454,23728,3,1245,2601 -"135802",37454,31794,3,1245,1919 -"135803",37454,32841,3,1245,1345 -"135804",37454,32939,3,1245,2277 -"135805",37454,34576,3,1245,1727 -"135806",37454,41521,2,1245,2069 -"135807",37454,44730,3,1245,2468 -"135808",37454,52032,3,1245,2853 -"135809",37454,56413,3,1245,2747 -"135810",37454,57804,3,1245,2214 -"135811",37454,79913,3,1245,1514 -"135812",37454,82246,2,1245,1538 -"135813",37461,21,3,214,1385 -"135814",37461,160,3,214,2007 -"135815",37461,2936,3,214,2512 -"135816",37461,3271,3,214,2216 -"135817",37461,3978,3,214,2775 -"135818",37461,4681,3,214,2356 -"135819",37461,5235,3,214,2324 -"135820",37461,8463,3,214,2466 -"135821",37461,8865,3,214,2394 -"135822",37461,9272,2,214,2835 -"135823",37461,9723,2,214,2302 -"135824",37461,9724,3,214,2713 -"135825",37461,11239,3,214,2181 -"135826",37461,11310,2,214,957 -"135827",37461,12586,2,214,613 -"135828",37461,16684,3,214,1657 -"135829",37461,16690,3,214,2132 -"135830",37461,16751,3,214,2301 -"135831",37461,16850,2,214,1657 -"135832",37461,18102,3,214,1642 -"135833",37461,18381,3,214,1524 -"135834",37461,18670,3,214,1835 -"135835",37461,18928,2,214,709 -"135836",37461,19215,2,214,2604 -"135837",37461,19364,2,214,2846 -"135838",37461,22580,1,214,2245 -"135839",37461,22682,3,214,2035 -"135840",37461,22709,1,214,2743 -"135841",37461,22723,3,214,2859 -"135842",37461,22893,2,214,1938 -"135843",37461,23006,3,214,1532 -"135844",37461,23492,3,214,1067 -"135845",37461,26838,3,214,685 -"135846",37461,28432,2,214,1954 -"135847",37461,30034,3,214,2357 -"135848",37461,34831,2,214,1866 -"135849",37461,34921,1,214,2181 -"135850",37461,35041,3,214,1311 -"135851",37461,37859,3,214,1999 -"135852",37461,39906,3,214,2365 -"135853",37461,42373,3,214,871 -"135854",37461,43226,3,214,2442 -"135855",37461,44877,3,214,1219 -"135856",37461,45473,3,214,2540 -"135857",37461,48110,3,214,2009 -"135858",37461,49044,3,214,610 -"135859",37461,51879,3,214,1771 -"135860",37461,52215,2,214,1908 -"135861",37461,53809,2,214,1956 -"135862",37461,55472,2,214,1516 -"135863",37461,55821,3,214,1303 -"135864",37461,56947,3,214,917 -"135865",37461,58122,3,214,889 -"135866",37461,58508,3,214,2326 -"135867",37461,60879,2,214,2792 -"135868",37461,64110,3,214,1331 -"135869",37461,66622,3,214,799 -"135870",37461,67671,3,214,571 -"135871",37461,68314,3,214,2180 -"135872",37461,69232,3,214,2130 -"135873",37461,69335,3,214,2698 -"135874",37461,69861,3,214,277 -"135875",37461,73553,2,214,2726 -"135876",37461,76450,3,214,1077 -"135877",37461,77077,3,214,2693 -"135878",37461,79477,3,214,836 -"135879",37461,80301,3,214,1690 -"135880",37461,82819,3,214,1900 -"135881",37461,82932,3,214,2245 -"135882",37461,83253,2,214,1102 -"135883",37461,94640,3,214,2344 -"135884",37461,95492,3,214,748 -"135885",37461,96738,3,214,298 -"135886",37461,102893,2,214,814 -"135887",37461,109978,3,214,1865 -"135888",37461,111955,3,214,504 -"135889",37461,121354,3,214,2862 -"135890",37475,237,3,1509,1982 -"135891",37475,862,2,1509,2254 -"135892",37475,1046,3,1509,1881 -"135893",37475,8865,3,1509,2394 -"135894",37475,9115,1,1509,2068 -"135895",37475,10336,3,1509,2271 -"135896",37475,10457,3,1509,1711 -"135897",37475,13051,3,1509,2692 -"135898",37475,14586,3,1509,2801 -"135899",37475,21528,3,1509,1807 -"135900",37475,29997,3,1509,1789 -"135901",37475,30262,3,1509,1715 -"135902",37475,46532,3,1509,2005 -"135903",37475,59683,2,1509,2068 -"135904",37475,63837,2,1509,2807 -"135905",37475,68314,3,1509,2180 -"135906",37475,69232,2,1509,2130 -"135907",37501,3966,3,514,2425 -"135908",37501,5350,3,514,2522 -"135909",37501,5716,3,514,1058 -"135910",37501,6047,3,514,2004 -"135911",37501,6417,3,514,1675 -"135912",37501,10358,3,514,2294 -"135913",37501,13311,3,514,2315 -"135914",37501,14032,3,514,2144 -"135915",37501,14589,2,514,1184 -"135916",37501,15402,3,514,1281 -"135917",37501,16352,3,514,2657 -"135918",37501,17493,3,514,561 -"135919",37501,19696,3,514,561 -"135920",37501,22141,3,514,2348 -"135921",37501,26080,3,514,2525 -"135922",37501,28002,2,514,914 -"135923",37501,28559,2,514,1525 -"135924",37501,32820,1,514,582 -"135925",37501,32919,3,514,2321 -"135926",37501,34799,3,514,657 -"135927",37501,35926,3,514,2371 -"135928",37501,40417,2,514,771 -"135929",37501,41972,3,514,2509 -"135930",37501,49660,3,514,2739 -"135931",37501,60280,1,514,1918 -"135932",37501,64427,3,514,535 -"135933",37501,69260,3,514,1698 -"135934",37501,84022,2,514,2289 -"135935",37501,90802,3,514,877 -"135936",37501,90911,2,514,1263 -"135937",37501,92508,3,514,1374 -"135938",37501,120720,3,514,1614 -"135939",37509,206,3,1640,1986 -"135940",37509,312,3,1640,2038 -"135941",37509,1090,3,1640,2370 -"135942",37509,1092,3,1640,1945 -"135943",37509,1102,3,1640,2282 -"135944",37509,1592,2,1640,2006 -"135945",37509,1691,2,1640,1941 -"135946",37509,2011,3,1640,2176 -"135947",37509,2208,3,1640,2814 -"135948",37509,2684,2,1640,2874 -"135949",37509,5258,3,1640,2730 -"135950",37509,5429,3,1640,1991 -"135951",37509,5491,3,1640,2048 -"135952",37509,6074,3,1640,2426 -"135953",37509,6252,3,1640,2336 -"135954",37509,6390,2,1640,2385 -"135955",37509,6428,3,1640,1952 -"135956",37509,8762,3,1640,2585 -"135957",37509,11055,2,1640,2111 -"135958",37509,11351,3,1640,2971 -"135959",37509,11620,3,1640,2010 -"135960",37509,12199,3,1640,1651 -"135961",37509,12724,3,1640,1930 -"135962",37509,14108,2,1640,2012 -"135963",37509,14731,3,1640,2012 -"135964",37509,15713,3,1640,1646 -"135965",37509,16201,3,1640,1811 -"135966",37509,18543,2,1640,2968 -"135967",37509,19173,3,1640,1686 -"135968",37509,19248,3,1640,2357 -"135969",37509,19718,3,1640,1702 -"135970",37509,20311,3,1640,1981 -"135971",37509,20407,2,1640,2339 -"135972",37509,21682,3,1640,2414 -"135973",37509,21795,3,1640,2653 -"135974",37509,22141,3,1640,2348 -"135975",37509,24198,3,1640,2217 -"135976",37509,24753,3,1640,2860 -"135977",37509,25565,3,1640,2764 -"135978",37509,27501,3,1640,1981 -"135979",37509,29170,2,1640,1846 -"135980",37509,29948,3,1640,2795 -"135981",37509,31235,3,1640,2668 -"135982",37509,33622,3,1640,2230 -"135983",37509,35514,3,1640,2346 -"135984",37509,36439,2,1640,2469 -"135985",37509,38213,3,1640,1744 -"135986",37509,38259,3,1640,2258 -"135987",37509,39556,3,1640,2747 -"135988",37509,43173,2,1640,2895 -"135989",37509,43226,3,1640,2442 -"135990",37509,44427,3,1640,2875 -"135991",37509,46951,3,1640,2429 -"135992",37509,47064,3,1640,1993 -"135993",37509,47248,3,1640,2883 -"135994",37509,48754,3,1640,1972 -"135995",37509,49301,3,1640,1894 -"135996",37509,49620,3,1640,1868 -"135997",37509,50179,3,1640,2230 -"135998",37509,52323,3,1640,2148 -"135999",37509,55156,3,1640,2196 -"136000",37509,57732,3,1640,2454 -"136001",37509,58284,2,1640,2292 -"136002",37509,64181,3,1640,1828 -"136003",37509,71274,3,1640,2390 -"136004",37509,74636,3,1640,2525 -"136005",37509,78563,3,1640,2385 -"136006",37509,83396,3,1640,2396 -"136007",37509,88232,2,1640,2881 -"136008",37509,89880,3,1640,1938 -"136009",37509,92491,3,1640,1968 -"136010",37509,99152,3,1640,1698 -"136011",37509,102400,3,1640,1761 -"136012",37509,106318,3,1640,1698 -"136013",37522,21,1,1270,1385 -"136014",37522,1108,1,1270,1600 -"136015",37522,4526,3,1270,1728 -"136016",37522,10980,3,1270,1974 -"136017",37522,14586,2,1270,2801 -"136018",37522,27320,3,1270,2378 -"136019",37522,31541,3,1270,1500 -"136020",37522,34491,3,1270,2694 -"136021",37522,34892,3,1270,2309 -"136022",37522,35728,2,1270,2017 -"136023",37522,39522,3,1270,1428 -"136024",37522,42331,1,1270,1585 -"136025",37522,57394,3,1270,1271 -"136026",37522,63077,3,1270,2778 -"136027",37522,63837,3,1270,2807 -"136028",37522,69232,3,1270,2130 -"136029",37522,70101,2,1270,2414 -"136030",37522,83301,3,1270,1385 -"136031",37522,92850,3,1270,1971 -"136032",37522,100860,3,1270,2326 -"136033",37551,23,3,257,1682 -"136034",37551,1275,3,257,2068 -"136035",37551,1364,3,257,859 -"136036",37551,1367,3,257,2176 -"136037",37551,1691,3,257,1941 -"136038",37551,2077,1,257,610 -"136039",37551,3164,2,257,2693 -"136040",37551,5041,3,257,2371 -"136041",37551,5346,3,257,1438 -"136042",37551,5581,3,257,883 -"136043",37551,5716,3,257,1058 -"136044",37551,5984,3,257,1675 -"136045",37551,6030,2,257,2953 -"136046",37551,6324,3,257,1990 -"136047",37551,6366,3,257,798 -"136048",37551,6417,3,257,1675 -"136049",37551,7233,3,257,572 -"136050",37551,7245,3,257,2089 -"136051",37551,10358,3,257,2294 -"136052",37551,10744,3,257,955 -"136053",37551,11218,3,257,2292 -"136054",37551,11229,3,257,1625 -"136055",37551,11966,3,257,2385 -"136056",37551,14080,3,257,1351 -"136057",37551,14855,2,257,903 -"136058",37551,15089,3,257,469 -"136059",37551,15207,3,257,1855 -"136060",37551,15301,3,257,2308 -"136061",37551,15607,3,257,1421 -"136062",37551,15962,2,257,660 -"136063",37551,16096,3,257,2301 -"136064",37551,16352,3,257,2657 -"136065",37551,16497,3,257,2370 -"136066",37551,18348,1,257,1711 -"136067",37551,18415,3,257,2184 -"136068",37551,18550,3,257,483 -"136069",37551,19113,3,257,1171 -"136070",37551,19718,3,257,1702 -"136071",37551,19963,3,257,810 -"136072",37551,20284,3,257,2530 -"136073",37551,21571,3,257,2755 -"136074",37551,22543,3,257,1594 -"136075",37551,22566,2,257,2308 -"136076",37551,22850,3,257,878 -"136077",37551,23310,3,257,2371 -"136078",37551,25543,3,257,724 -"136079",37551,25971,3,257,2608 -"136080",37551,26659,2,257,903 -"136081",37551,28002,3,257,914 -"136082",37551,28050,2,257,1955 -"136083",37551,28168,2,257,2702 -"136084",37551,28296,3,257,2944 -"136085",37551,28752,3,257,709 -"136086",37551,32503,1,257,2020 -"136087",37551,32694,3,257,1602 -"136088",37551,34735,3,257,2767 -"136089",37551,36691,3,257,1903 -"136090",37551,38523,3,257,549 -"136091",37551,38869,3,257,1675 -"136092",37551,40113,3,257,451 -"136093",37551,42619,3,257,2017 -"136094",37551,43153,3,257,1381 -"136095",37551,44135,3,257,2620 -"136096",37551,44521,3,257,1593 -"136097",37551,45684,3,257,2200 -"136098",37551,51471,3,257,1280 -"136099",37551,55076,3,257,2408 -"136100",37551,56604,3,257,1919 -"136101",37551,57246,2,257,1873 -"136102",37551,57714,3,257,1391 -"136103",37551,60280,3,257,1918 -"136104",37551,69117,2,257,645 -"136105",37551,69250,2,257,1439 -"136106",37551,71274,3,257,2390 -"136107",37551,71560,3,257,280 -"136108",37551,72501,3,257,2795 -"136109",37551,73675,2,257,887 -"136110",37551,76607,3,257,747 -"136111",37551,76905,3,257,298 -"136112",37551,78278,3,257,424 -"136113",37551,80219,2,257,988 -"136114",37551,81895,3,257,1634 -"136115",37551,82732,3,257,2810 -"136116",37551,90837,3,257,825 -"136117",37551,94500,3,257,1529 -"136118",37551,94520,3,257,1243 -"136119",37551,96611,3,257,765 -"136120",37551,98150,3,257,1009 -"136121",37551,101598,2,257,781 -"136122",37551,103721,3,257,1030 -"136123",37551,121291,3,257,1955 -"136124",37570,613,3,2389,2687 -"136125",37570,1151,2,2389,2885 -"136126",37570,1616,2,2389,2662 -"136127",37570,2036,2,2389,2483 -"136128",37570,2224,3,2389,2751 -"136129",37570,7323,1,2389,2858 -"136130",37570,8604,3,2389,2799 -"136131",37570,8760,2,2389,2477 -"136132",37570,9311,3,2389,2477 -"136133",37570,9362,3,2389,2879 -"136134",37570,12713,3,2389,2440 -"136135",37570,14655,3,2389,2559 -"136136",37570,14959,3,2389,2898 -"136137",37570,15184,3,2389,2396 -"136138",37570,18151,3,2389,2962 -"136139",37570,19027,3,2389,2721 -"136140",37570,19606,2,2389,2783 -"136141",37570,20700,2,2389,2861 -"136142",37570,24923,3,2389,2785 -"136143",37570,26516,3,2389,2479 -"136144",37570,27478,3,2389,2485 -"136145",37570,31235,3,2389,2668 -"136146",37570,31799,3,2389,2547 -"136147",37570,36559,3,2389,2473 -"136148",37570,37238,3,2389,2609 -"136149",37570,37418,3,2389,2710 -"136150",37570,39444,3,2389,2695 -"136151",37570,41945,3,2389,2856 -"136152",37570,43455,3,2389,2846 -"136153",37570,44235,3,2389,2700 -"136154",37570,44768,3,2389,2516 -"136155",37570,44885,3,2389,2670 -"136156",37570,47445,3,2389,2668 -"136157",37570,47803,3,2389,2477 -"136158",37570,47947,3,2389,2681 -"136159",37570,55828,3,2389,2393 -"136160",37570,57977,3,2389,2683 -"136161",37570,58218,3,2389,2627 -"136162",37570,60257,3,2389,2795 -"136163",37570,70046,3,2389,2624 -"136164",37597,145,3,150,1998 -"136165",37597,312,3,150,2038 -"136166",37597,600,3,150,1702 -"136167",37597,913,2,150,2144 -"136168",37597,1044,3,150,880 -"136169",37597,2322,3,150,1645 -"136170",37597,2424,3,150,2582 -"136171",37597,2731,3,150,434 -"136172",37597,4790,3,150,1025 -"136173",37597,5429,3,150,1991 -"136174",37597,8888,3,150,1328 -"136175",37597,9364,3,150,1698 -"136176",37597,9474,3,150,864 -"136177",37597,9511,3,150,1232 -"136178",37597,10513,3,150,2284 -"136179",37597,12887,3,150,433 -"136180",37597,14678,3,150,799 -"136181",37597,16940,3,150,1290 -"136182",37597,17698,3,150,1559 -"136183",37597,19248,3,150,2357 -"136184",37597,19719,3,150,2177 -"136185",37597,20975,3,150,1305 -"136186",37597,21197,3,150,1437 -"136187",37597,21198,2,150,935 -"136188",37597,21285,3,150,2100 -"136189",37597,21693,3,150,2176 -"136190",37597,22282,2,150,1418 -"136191",37597,22326,3,150,2818 -"136192",37597,22362,3,150,1836 -"136193",37597,22586,3,150,1341 -"136194",37597,23450,2,150,967 -"136195",37597,23729,3,150,1624 -"136196",37597,24448,3,150,2289 -"136197",37597,24568,3,150,1937 -"136198",37597,25577,3,150,1946 -"136199",37597,26471,2,150,1061 -"136200",37597,26749,3,150,2965 -"136201",37597,27275,2,150,2656 -"136202",37597,27390,2,150,2425 -"136203",37597,28015,3,150,1624 -"136204",37597,28124,3,150,434 -"136205",37597,29705,3,150,607 -"136206",37597,30308,3,150,237 -"136207",37597,31235,3,150,2668 -"136208",37597,31338,3,150,917 -"136209",37597,32017,3,150,577 -"136210",37597,34836,3,150,2302 -"136211",37597,35095,3,150,1502 -"136212",37597,38019,2,150,1870 -"136213",37597,39238,2,150,922 -"136214",37597,41315,3,150,439 -"136215",37597,43385,3,150,1623 -"136216",37597,46723,3,150,607 -"136217",37597,47772,3,150,2293 -"136218",37597,50219,3,150,756 -"136219",37597,52058,3,150,1836 -"136220",37597,52576,2,150,2234 -"136221",37597,52735,3,150,1124 -"136222",37597,55082,3,150,1856 -"136223",37597,55139,3,150,2323 -"136224",37597,55438,3,150,2863 -"136225",37597,55862,3,150,2123 -"136226",37597,56082,3,150,2395 -"136227",37597,56317,3,150,2030 -"136228",37597,58508,3,150,2326 -"136229",37597,58530,3,150,298 -"136230",37597,63409,3,150,1937 -"136231",37597,71342,2,150,1289 -"136232",37597,72956,3,150,1251 -"136233",37597,73128,3,150,1549 -"136234",37597,75898,3,150,889 -"136235",37597,76127,3,150,910 -"136236",37597,76284,3,150,1237 -"136237",37597,76892,3,150,2381 -"136238",37597,79322,3,150,2770 -"136239",37597,81588,3,150,1568 -"136240",37597,82949,2,150,2077 -"136241",37597,84743,3,150,396 -"136242",37597,89097,3,150,935 -"136243",37597,92220,3,150,607 -"136244",37597,105602,3,150,434 -"136245",37611,2524,3,1260,1708 -"136246",37611,8726,3,1260,2083 -"136247",37611,9227,3,1260,1267 -"136248",37611,19073,3,1260,2748 -"136249",37611,26734,2,1260,2299 -"136250",37611,27686,3,1260,2844 -"136251",37611,30870,3,1260,2370 -"136252",37611,37859,3,1260,1999 -"136253",37611,51687,3,1260,2333 -"136254",37611,53924,3,1260,1289 -"136255",37611,72348,3,1260,1810 -"136256",37611,74055,3,1260,1544 -"136257",37611,92860,3,1260,1643 -"136258",37611,116792,3,1260,2397 -"136259",37620,5725,3,2716,2789 -"136260",37620,40369,3,2716,2735 -"136261",37620,64997,3,2716,2791 -"136262",37625,237,3,407,1982 -"136263",37625,728,3,407,1812 -"136264",37625,2057,3,407,1965 -"136265",37625,2524,2,407,1708 -"136266",37625,3127,3,407,2273 -"136267",37625,3284,3,407,1541 -"136268",37625,4646,3,407,2139 -"136269",37625,5235,3,407,2324 -"136270",37625,8140,3,407,1262 -"136271",37625,8354,3,407,1705 -"136272",37625,8726,3,407,2083 -"136273",37625,9227,2,407,1267 -"136274",37625,9723,3,407,2302 -"136275",37625,10875,3,407,1234 -"136276",37625,11625,3,407,2022 -"136277",37625,13944,1,407,1671 -"136278",37625,17728,3,407,1542 -"136279",37625,18965,2,407,2315 -"136280",37625,26734,3,407,2299 -"136281",37625,32110,3,407,2224 -"136282",37625,32202,3,407,2314 -"136283",37625,33537,3,407,2406 -"136284",37625,38333,3,407,1365 -"136285",37625,38816,3,407,1225 -"136286",37625,40572,3,407,2666 -"136287",37625,41446,3,407,1103 -"136288",37625,46650,3,407,1330 -"136289",37625,53924,3,407,1289 -"136290",37625,53936,3,407,584 -"136291",37625,55072,3,407,612 -"136292",37625,59776,3,407,2493 -"136293",37625,61337,3,407,2777 -"136294",37625,115059,3,407,2552 -"136295",37625,121826,3,407,536 -"136296",37628,675,3,819,1686 -"136297",37628,701,3,819,2718 -"136298",37628,1136,3,819,2536 -"136299",37628,1592,3,819,2006 -"136300",37628,1691,3,819,1941 -"136301",37628,2063,3,819,1278 -"136302",37628,2224,3,819,2751 -"136303",37628,2563,3,819,1686 -"136304",37628,2743,3,819,1278 -"136305",37628,5120,3,819,2735 -"136306",37628,6252,3,819,2336 -"136307",37628,6363,2,819,2066 -"136308",37628,6390,3,819,2385 -"136309",37628,7582,3,819,1099 -"136310",37628,12747,3,819,2818 -"136311",37628,14108,3,819,2012 -"136312",37628,16164,3,819,1184 -"136313",37628,16940,2,819,1290 -"136314",37628,18211,3,819,1745 -"136315",37628,18543,3,819,2968 -"136316",37628,19835,3,819,1135 -"136317",37628,20287,2,819,1099 -"136318",37628,20824,3,819,1366 -"136319",37628,21198,3,819,935 -"136320",37628,22141,2,819,2348 -"136321",37628,22884,2,819,1608 -"136322",37628,25565,3,819,2764 -"136323",37628,25985,3,819,2071 -"136324",37628,26322,3,819,1018 -"136325",37628,27753,3,819,2750 -"136326",37628,28057,3,819,1067 -"136327",37628,28808,3,819,1063 -"136328",37628,32965,3,819,2071 -"136329",37628,33588,2,819,1040 -"136330",37628,33621,2,819,1319 -"136331",37628,34492,3,819,1798 -"136332",37628,34815,3,819,2354 -"136333",37628,43173,2,819,2895 -"136334",37628,43226,3,819,2442 -"136335",37628,44427,3,819,2875 -"136336",37628,46621,3,819,1343 -"136337",37628,47098,3,819,2057 -"136338",37628,50785,3,819,2877 -"136339",37628,51041,3,819,2606 -"136340",37628,52327,3,819,1472 -"136341",37628,52576,3,819,2234 -"136342",37628,53851,3,819,2305 -"136343",37628,55139,3,819,2323 -"136344",37628,57990,3,819,978 -"136345",37628,59438,3,819,2400 -"136346",37628,61785,3,819,822 -"136347",37628,64997,3,819,2791 -"136348",37628,71342,3,819,1289 -"136349",37628,78975,3,819,946 -"136350",37628,79364,3,819,834 -"136351",37628,80172,3,819,1342 -"136352",37628,84022,3,819,2289 -"136353",37628,88232,3,819,2881 -"136354",37628,90802,3,819,877 -"136355",37628,92491,2,819,1968 -"136356",37632,364,3,1295,2351 -"136357",37632,2540,3,1295,1398 -"136358",37632,6119,3,1295,2358 -"136359",37632,6989,3,1295,2623 -"136360",37632,10336,3,1295,2271 -"136361",37632,13079,3,1295,2547 -"136362",37632,21593,1,1295,1312 -"136363",37632,23498,3,1295,2398 -"136364",37632,27390,3,1295,2425 -"136365",37632,29818,3,1295,1677 -"136366",37632,31087,3,1295,1757 -"136367",37632,47968,3,1295,2829 -"136368",37632,48501,3,1295,2010 -"136369",37632,65223,3,1295,2724 -"136370",37632,76286,3,1295,1642 -"136371",37632,78138,3,1295,1601 -"136372",37632,90892,3,1295,2399 -"136373",37632,102566,3,1295,2207 -"136374",37636,371,2,2178,2950 -"136375",37636,680,1,2178,2569 -"136376",37636,2424,3,2178,2582 -"136377",37636,2747,2,2178,2411 -"136378",37636,3978,2,2178,2775 -"136379",37636,4303,2,2178,2414 -"136380",37636,4361,2,2178,2571 -"136381",37636,4669,3,2178,2395 -"136382",37636,4932,3,2178,2752 -"136383",37636,5120,3,2178,2735 -"136384",37636,5235,3,2178,2324 -"136385",37636,5515,3,2178,2385 -"136386",37636,5683,3,2178,2468 -"136387",37636,5897,3,2178,2337 -"136388",37636,7252,3,2178,2799 -"136389",37636,7984,3,2178,2493 -"136390",37636,8062,2,2178,2858 -"136391",37636,8604,3,2178,2799 -"136392",37636,8865,3,2178,2394 -"136393",37636,9202,3,2178,2477 -"136394",37636,9332,3,2178,2734 -"136395",37636,9723,3,2178,2302 -"136396",37636,9787,3,2178,2858 -"136397",37636,10200,3,2178,2920 -"136398",37636,10836,3,2178,2215 -"136399",37636,11329,3,2178,2799 -"136400",37636,11429,2,2178,2520 -"136401",37636,11477,2,2178,2724 -"136402",37636,11588,3,2178,2352 -"136403",37636,11648,3,2178,2852 -"136404",37636,12361,3,2178,2732 -"136405",37636,12747,3,2178,2818 -"136406",37636,12759,2,2178,2414 -"136407",37636,12948,3,2178,2669 -"136408",37636,13007,3,2178,2496 -"136409",37636,14761,3,2178,2502 -"136410",37636,14972,2,2178,2332 -"136411",37636,17037,3,2178,2947 -"136412",37636,17999,3,2178,2758 -"136413",37636,18005,3,2178,2449 -"136414",37636,18371,2,2178,2860 -"136415",37636,19516,3,2178,2313 -"136416",37636,19686,3,2178,2467 -"136417",37636,20423,3,2178,2654 -"136418",37636,20496,3,2178,2530 -"136419",37636,20984,3,2178,2502 -"136420",37636,21407,3,2178,2728 -"136421",37636,22326,3,2178,2818 -"136422",37636,22474,3,2178,2446 -"136423",37636,22709,3,2178,2743 -"136424",37636,23739,3,2178,2463 -"136425",37636,24086,3,2178,2663 -"136426",37636,25305,3,2178,2447 -"136427",37636,25373,2,2178,2783 -"136428",37636,26182,3,2178,2775 -"136429",37636,26642,3,2178,2952 -"136430",37636,26658,3,2178,2745 -"136431",37636,27320,3,2178,2378 -"136432",37636,27390,3,2178,2425 -"136433",37636,27686,3,2178,2844 -"136434",37636,28869,3,2178,2425 -"136435",37636,28923,3,2178,2362 -"136436",37636,29929,3,2178,2789 -"136437",37636,30705,2,2178,2959 -"136438",37636,31335,3,2178,2351 -"136439",37636,31700,3,2178,2727 -"136440",37636,32939,3,2178,2277 -"136441",37636,35815,3,2178,2789 -"136442",37636,36912,3,2178,2469 -"136443",37636,36953,2,2178,2790 -"136444",37636,37238,3,2178,2609 -"136445",37636,37342,3,2178,2649 -"136446",37636,38505,3,2178,2393 -"136447",37636,38633,3,2178,2253 -"136448",37636,38800,3,2178,2756 -"136449",37636,39256,3,2178,2449 -"136450",37636,39321,3,2178,2257 -"136451",37636,40572,3,2178,2666 -"136452",37636,41023,3,2178,2408 -"136453",37636,41187,3,2178,2340 -"136454",37636,43660,3,2178,2320 -"136455",37636,44433,3,2178,2224 -"136456",37636,44603,3,2178,2748 -"136457",37636,44694,3,2178,2220 -"136458",37636,45869,3,2178,2840 -"136459",37636,47013,3,2178,2388 -"136460",37636,47840,3,2178,2509 -"136461",37636,50236,3,2178,2339 -"136462",37636,50585,2,2178,2414 -"136463",37636,51626,3,2178,2494 -"136464",37636,51783,1,2178,2599 -"136465",37636,52041,3,2178,2694 -"136466",37636,53219,3,2178,2973 -"136467",37636,53362,3,2178,2360 -"136468",37636,53687,3,2178,2422 -"136469",37636,54924,3,2178,2603 -"136470",37636,56082,2,2178,2395 -"136471",37636,56859,3,2178,2319 -"136472",37636,57804,3,2178,2214 -"136473",37636,58521,3,2178,2950 -"136474",37636,62739,3,2178,2753 -"136475",37636,63077,3,2178,2778 -"136476",37636,72088,3,2178,2728 -"136477",37636,72207,3,2178,2430 -"136478",37636,96300,3,2178,2594 -"136479",37636,104565,3,2178,2693 -"136480",37637,7719,1,1328,1954 -"136481",37637,22723,3,1328,2859 -"136482",37637,39249,3,1328,1665 -"136483",37637,40572,3,1328,2666 -"136484",37637,67266,3,1328,2010 -"136485",37677,3488,3,1908,2351 -"136486",37677,4863,3,1908,1961 -"136487",37677,15626,3,1908,2434 -"136488",37677,18458,2,1908,2477 -"136489",37677,20659,2,1908,1969 -"136490",37677,21225,3,1908,1945 -"136491",37677,22216,3,1908,1956 -"136492",37677,26106,2,1908,2015 -"136493",37677,30081,3,1908,2403 -"136494",37677,32761,2,1908,2680 -"136495",37677,36559,3,1908,2473 -"136496",37677,44235,2,1908,2700 -"136497",37677,47947,3,1908,2681 -"136498",37677,49032,3,1908,2469 -"136499",37677,49666,2,1908,2408 -"136500",37677,51853,3,1908,2520 -"136501",37677,67264,3,1908,2790 -"136502",37677,71702,2,1908,2353 -"136503",37684,17499,3,2899,2954 -"136504",37684,23550,1,2899,2939 -"136505",37710,5568,3,963,1290 -"136506",37710,9241,3,963,2338 -"136507",37710,36666,1,963,1270 -"136508",37710,55892,3,963,1234 -"136509",37710,67724,2,963,1392 -"136510",37717,52530,3,1201,1737 -"136511",37717,53630,3,1201,1565 -"136512",37726,19528,3,2341,2742 -"136513",37726,23787,3,2341,2810 -"136514",37726,24756,3,2341,2530 -"136515",37726,39799,2,2341,2344 -"136516",37726,44235,3,2341,2700 -"136517",37726,71369,3,2341,2838 -"136518",37752,371,3,2223,2950 -"136519",37752,843,3,2223,2332 -"136520",37752,3477,3,2223,2546 -"136521",37752,7942,3,2223,2623 -"136522",37752,8865,3,2223,2394 -"136523",37752,9272,2,2223,2835 -"136524",37752,10373,3,2223,2436 -"136525",37752,12361,3,2223,2732 -"136526",37752,14586,2,2223,2801 -"136527",37752,19165,3,2223,2436 -"136528",37752,19934,2,2223,2888 -"136529",37752,20308,2,2223,2254 -"136530",37752,24086,3,2223,2663 -"136531",37752,27320,3,2223,2378 -"136532",37752,27391,3,2223,2378 -"136533",37752,28893,3,2223,2764 -"136534",37752,36344,3,2223,2570 -"136535",37752,38259,2,2223,2258 -"136536",37752,39439,3,2223,2462 -"136537",37752,39443,3,2223,2277 -"136538",37752,39444,3,2223,2695 -"136539",37752,39875,2,2223,2422 -"136540",37752,39906,3,2223,2365 -"136541",37752,40623,3,2223,2580 -"136542",37752,41187,3,2223,2340 -"136543",37752,43173,3,2223,2895 -"136544",37752,43226,2,2223,2442 -"136545",37752,46982,3,2223,2806 -"136546",37752,47013,3,2223,2388 -"136547",37752,58508,2,2223,2326 -"136548",37752,59039,2,2223,2870 -"136549",37752,63654,3,2223,2310 -"136550",37752,66971,3,2223,2299 -"136551",37752,69335,2,2223,2698 -"136552",37752,77077,2,2223,2693 -"136553",37752,88067,3,2223,2315 -"136554",37752,99940,3,2223,2884 -"136555",37758,1782,3,1998,2796 -"136556",37758,5315,3,1998,2631 -"136557",37758,11218,3,1998,2292 -"136558",37758,13929,3,1998,2693 -"136559",37758,16587,2,1998,2065 -"136560",37758,18554,3,1998,2065 -"136561",37758,29864,3,1998,2479 -"136562",37758,29930,3,1998,2240 -"136563",37758,41955,3,1998,2479 -"136564",37758,54929,3,1998,2783 -"136565",37765,1393,2,1134,1706 -"136566",37765,3506,3,1134,2364 -"136567",37765,6040,3,1134,2103 -"136568",37765,7123,3,1134,1964 -"136569",37765,9088,3,1134,1881 -"136570",37765,9269,2,1134,1892 -"136571",37765,9895,3,1134,1960 -"136572",37765,10610,3,1134,1427 -"136573",37765,16347,3,1134,1868 -"136574",37765,16866,3,1134,2718 -"136575",37765,17645,3,1134,1918 -"136576",37765,17672,2,1134,1987 -"136577",37765,17925,3,1134,2385 -"136578",37765,20695,3,1134,2526 -"136579",37765,22389,3,1134,2034 -"136580",37765,26740,3,1134,2695 -"136581",37765,31990,3,1134,2264 -"136582",37765,32629,3,1134,1789 -"136583",37765,32724,3,1134,2581 -"136584",37765,34331,3,1134,1727 -"136585",37765,37801,3,1134,2578 -"136586",37765,41075,3,1134,1176 -"136587",37765,44312,3,1134,2741 -"136588",37765,44744,1,1134,2032 -"136589",37765,45449,2,1134,1610 -"136590",37765,45450,3,1134,1590 -"136591",37765,48931,2,1134,2444 -"136592",37765,53445,3,1134,2028 -"136593",37765,56364,3,1134,1626 -"136594",37765,57804,3,1134,2214 -"136595",37765,64712,2,1134,1411 -"136596",37765,66017,3,1134,1545 -"136597",37765,78611,3,1134,1586 -"136598",37765,80801,3,1134,1250 -"136599",37765,84591,3,1134,1685 -"136600",37765,87915,3,1134,1152 -"136601",37765,92469,3,1134,1232 -"136602",37765,96387,3,1134,2159 -"136603",37765,100084,3,1134,1964 -"136604",37765,101666,3,1134,1257 -"136605",37766,3016,2,520,747 -"136606",37766,5673,3,520,1567 -"136607",37766,8478,3,520,984 -"136608",37766,9506,3,520,1012 -"136609",37766,9716,3,520,1929 -"136610",37766,10908,2,520,1134 -"136611",37766,11135,3,520,2441 -"136612",37766,12228,3,520,2034 -"136613",37766,14025,3,520,2384 -"136614",37766,15502,3,520,2637 -"136615",37766,16590,3,520,1123 -"136616",37766,17999,3,520,2758 -"136617",37766,18827,3,520,1481 -"136618",37766,18855,2,520,1362 -"136619",37766,21895,3,520,1693 -"136620",37766,24104,3,520,817 -"136621",37766,32235,3,520,2109 -"136622",37766,41478,3,520,957 -"136623",37766,51148,2,520,1077 -"136624",37766,51448,3,520,1593 -"136625",37766,52185,3,520,1012 -"136626",37766,70656,3,520,2771 -"136627",37766,78768,3,520,841 -"136628",37766,78894,3,520,1504 -"136629",37766,79036,3,520,2524 -"136630",37766,79822,3,520,1508 -"136631",37766,82426,2,520,1576 -"136632",37766,84768,2,520,1291 -"136633",37766,96349,3,520,1874 -"136634",37766,100637,3,520,1944 -"136635",37766,107993,2,520,999 -"136636",37766,112834,3,520,765 -"136637",37800,24,3,604,1295 -"136638",37800,270,3,604,2542 -"136639",37800,279,3,604,1989 -"136640",37800,380,3,604,2261 -"136641",37800,457,2,604,1704 -"136642",37800,671,3,604,2328 -"136643",37800,1102,3,604,2282 -"136644",37800,1124,3,604,1596 -"136645",37800,1154,3,604,1656 -"136646",37800,1275,3,604,2068 -"136647",37800,1691,3,604,1941 -"136648",37800,1777,3,604,1965 -"136649",37800,1826,3,604,924 -"136650",37800,2111,3,604,1904 -"136651",37800,2224,3,604,2751 -"136652",37800,2572,3,604,2273 -"136653",37800,2743,3,604,1278 -"136654",37800,3167,3,604,1676 -"136655",37800,3801,3,604,1974 -"136656",37800,4057,3,604,2389 -"136657",37800,4226,3,604,1903 -"136658",37800,4690,2,604,1938 -"136659",37800,4791,3,604,1184 -"136660",37800,5078,3,604,2033 -"136661",37800,5235,3,604,2324 -"136662",37800,5457,3,604,2077 -"136663",37800,5462,3,604,2374 -"136664",37800,5504,3,604,2389 -"136665",37800,5580,3,604,2111 -"136666",37800,5716,3,604,1058 -"136667",37800,5971,2,604,1985 -"136668",37800,5986,3,604,1721 -"136669",37800,6047,3,604,2004 -"136670",37800,6052,3,604,1985 -"136671",37800,6074,3,604,2426 -"136672",37800,6222,3,604,1949 -"136673",37800,6264,3,604,749 -"136674",37800,6417,3,604,1675 -"136675",37800,6491,3,604,2424 -"136676",37800,6588,2,604,2025 -"136677",37800,6718,3,604,2138 -"136678",37800,7226,3,604,1228 -"136679",37800,7241,3,604,2259 -"136680",37800,7555,3,604,1943 -"136681",37800,8192,2,604,1670 -"136682",37800,8376,2,604,1670 -"136683",37800,8529,2,604,1205 -"136684",37800,8866,3,604,1545 -"136685",37800,8888,3,604,1328 -"136686",37800,9175,3,604,2639 -"136687",37800,9362,3,604,2879 -"136688",37800,9654,3,604,2111 -"136689",37800,9805,3,604,1621 -"136690",37800,10488,3,604,1524 -"136691",37800,10513,2,604,2284 -"136692",37800,10523,3,604,1510 -"136693",37800,10646,3,604,1555 -"136694",37800,11218,3,604,2292 -"136695",37800,11229,3,604,1625 -"136696",37800,11966,3,604,2385 -"136697",37800,12042,3,604,2345 -"136698",37800,12096,3,604,1330 -"136699",37800,12374,1,604,2260 -"136700",37800,12432,3,604,1816 -"136701",37800,12449,3,604,2067 -"136702",37800,12528,3,604,2589 -"136703",37800,12602,2,604,1956 -"136704",37800,12724,3,604,1930 -"136705",37800,13307,3,604,2206 -"136706",37800,13869,3,604,1786 -"136707",37800,13929,3,604,2693 -"136708",37800,14834,2,604,2739 -"136709",37800,14855,3,604,903 -"136710",37800,14989,3,604,2223 -"136711",37800,15118,3,604,1311 -"136712",37800,15122,3,604,1201 -"136713",37800,15135,3,604,1035 -"136714",37800,15632,3,604,1242 -"136715",37800,16352,2,604,2657 -"136716",37800,17351,3,604,2036 -"136717",37800,17400,3,604,2231 -"136718",37800,18361,3,604,2968 -"136719",37800,18394,3,604,2356 -"136720",37800,19096,2,604,1538 -"136721",37800,19719,3,604,2177 -"136722",37800,20124,3,604,2376 -"136723",37800,20311,3,604,1981 -"136724",37800,20486,3,604,1908 -"136725",37800,20824,3,604,1366 -"136726",37800,21104,2,604,2327 -"136727",37800,21122,3,604,1701 -"136728",37800,21571,3,604,2755 -"136729",37800,21682,3,604,2414 -"136730",37800,21929,3,604,2062 -"136731",37800,22006,3,604,1202 -"136732",37800,22197,3,604,2271 -"136733",37800,22566,3,604,2308 -"136734",37800,23492,3,604,1067 -"136735",37800,23526,3,604,1998 -"136736",37800,23534,3,604,1659 -"136737",37800,23715,3,604,1859 -"136738",37800,23725,3,604,2378 -"136739",37800,23825,3,604,1913 -"136740",37800,24005,2,604,1188 -"136741",37800,24060,3,604,2349 -"136742",37800,24066,3,604,1755 -"136743",37800,24558,2,604,2139 -"136744",37800,24559,3,604,946 -"136745",37800,24755,3,604,1319 -"136746",37800,25132,2,604,1188 -"136747",37800,26067,3,604,2069 -"136748",37800,26080,3,604,2525 -"136749",37800,26451,3,604,2133 -"136750",37800,26471,3,604,1061 -"136751",37800,26570,2,604,1669 -"136752",37800,26671,1,604,2279 -"136753",37800,26848,3,604,2363 -"136754",37800,26867,2,604,1804 -"136755",37800,27744,3,604,861 -"136756",37800,27792,3,604,1308 -"136757",37800,28002,3,604,914 -"136758",37800,29073,3,604,2328 -"136759",37800,29929,3,604,2789 -"136760",37800,30325,3,604,1067 -"136761",37800,30405,3,604,2164 -"136762",37800,32131,3,604,1035 -"136763",37800,32173,3,604,2341 -"136764",37800,32811,2,604,804 -"136765",37800,33622,2,604,2230 -"136766",37800,34136,2,604,2202 -"136767",37800,34735,3,604,2767 -"136768",37800,34836,2,604,2302 -"136769",37800,35673,3,604,1067 -"136770",37800,37893,3,604,875 -"136771",37800,38019,2,604,1870 -"136772",37800,39238,3,604,922 -"136773",37800,39444,2,604,2695 -"136774",37800,39865,1,604,849 -"136775",37800,40028,2,604,1349 -"136776",37800,40072,1,604,1182 -"136777",37800,40493,3,604,1981 -"136778",37800,40646,3,604,1583 -"136779",37800,41021,3,604,978 -"136780",37800,41174,3,604,850 -"136781",37800,42216,3,604,2722 -"136782",37800,43518,3,604,2680 -"136783",37800,43673,3,604,2787 -"136784",37800,44188,3,604,1609 -"136785",37800,44193,3,604,989 -"136786",37800,44521,3,604,1593 -"136787",37800,44648,3,604,619 -"136788",37800,45302,3,604,2390 -"136789",37800,46042,3,604,1692 -"136790",37800,46629,3,604,2255 -"136791",37800,46950,2,604,2673 -"136792",37800,47803,3,604,2477 -"136793",37800,47839,3,604,1864 -"136794",37800,48260,3,604,875 -"136795",37800,48698,2,604,1474 -"136796",37800,49110,3,604,2938 -"136797",37800,49512,3,604,1302 -"136798",37800,50118,3,604,2654 -"136799",37800,50134,2,604,2674 -"136800",37800,50236,2,604,2339 -"136801",37800,51017,3,604,2073 -"136802",37800,51035,3,604,2397 -"136803",37800,51866,3,604,2411 -"136804",37800,52136,3,604,1412 -"136805",37800,52345,2,604,1430 -"136806",37800,52735,3,604,1124 -"136807",37800,53266,3,604,2389 -"136808",37800,53303,2,604,1376 -"136809",37800,53322,3,604,1200 -"136810",37800,53323,3,604,2677 -"136811",37800,55556,3,604,2075 -"136812",37800,55691,3,604,2856 -"136813",37800,56082,3,604,2395 -"136814",37800,56237,3,604,2625 -"136815",37800,56854,3,604,2022 -"136816",37800,57348,3,604,687 -"136817",37800,57353,3,604,1849 -"136818",37800,57950,3,604,1529 -"136819",37800,58133,3,604,1484 -"136820",37800,58854,3,604,1131 -"136821",37800,59700,3,604,2346 -"136822",37800,59939,1,604,936 -"136823",37800,64699,3,604,2797 -"136824",37800,65007,3,604,2530 -"136825",37800,65884,3,604,798 -"136826",37800,66983,3,604,2397 -"136827",37800,67763,3,604,822 -"136828",37800,68043,3,604,690 -"136829",37800,69712,2,604,1219 -"136830",37800,70838,3,604,687 -"136831",37800,71342,3,604,1289 -"136832",37800,71478,3,604,1721 -"136833",37800,72188,3,604,856 -"136834",37800,72326,3,604,2384 -"136835",37800,72468,3,604,2292 -"136836",37800,72597,3,604,1843 -"136837",37800,72598,2,604,805 -"136838",37800,73728,3,604,784 -"136839",37800,74910,3,604,653 -"136840",37800,75403,3,604,1895 -"136841",37800,75948,3,604,1006 -"136842",37800,78256,2,604,804 -"136843",37800,79436,3,604,1344 -"136844",37800,79657,3,604,1260 -"136845",37800,79804,3,604,2227 -"136846",37800,80825,2,604,2315 -"136847",37800,85685,3,604,998 -"136848",37800,87048,3,604,989 -"136849",37800,91912,1,604,790 -"136850",37800,92104,3,604,2339 -"136851",37800,106544,3,604,626 -"136852",37800,108379,3,604,2933 -"136853",37800,108867,2,604,2328 -"136854",37800,109521,3,604,609 -"136855",37800,109718,3,604,1237 -"136856",37800,120549,3,604,708 -"136857",37801,16866,3,2578,2718 -"136858",37801,32724,2,2578,2581 -"136859",37801,44312,1,2578,2741 -"136860",37801,65054,2,2578,2593 -"136861",37836,803,3,1369,1666 -"136862",37836,1046,3,1369,1881 -"136863",37836,1386,3,1369,1901 -"136864",37836,1495,3,1369,2046 -"136865",37836,3853,3,1369,2465 -"136866",37836,12867,2,1369,2773 -"136867",37836,13929,3,1369,2693 -"136868",37836,16587,3,1369,2065 -"136869",37836,20783,2,1369,2414 -"136870",37836,23159,3,1369,1548 -"136871",37836,46039,3,1369,1794 -"136872",37836,58384,3,1369,1637 -"136873",37844,680,3,2002,2569 -"136874",37844,1560,3,2002,2013 -"136875",37844,4303,3,2002,2414 -"136876",37844,6248,3,2002,2737 -"136877",37844,8062,3,2002,2858 -"136878",37844,10727,3,2002,2082 -"136879",37844,11429,3,2002,2520 -"136880",37844,11477,3,2002,2724 -"136881",37844,12759,3,2002,2414 -"136882",37844,14972,3,2002,2332 -"136883",37844,18371,3,2002,2860 -"136884",37844,25373,3,2002,2783 -"136885",37844,30334,2,2002,2075 -"136886",37844,30705,3,2002,2959 -"136887",37844,36953,3,2002,2790 -"136888",37844,37636,2,2002,2178 -"136889",37844,39321,2,2002,2257 -"136890",37844,41723,3,2002,2101 -"136891",37844,51783,2,2002,2599 -"136892",37844,53362,2,2002,2360 -"136893",37844,56082,3,2002,2395 -"136894",37850,602,3,76,2632 -"136895",37850,762,3,76,2671 -"136896",37850,1428,3,76,742 -"136897",37850,3961,3,76,2426 -"136898",37850,5315,3,76,2631 -"136899",37850,6047,3,76,2004 -"136900",37850,6366,3,76,798 -"136901",37850,6417,3,76,1675 -"136902",37850,8060,3,76,1883 -"136903",37850,10358,3,76,2294 -"136904",37850,11143,3,76,2623 -"136905",37850,11540,3,76,1237 -"136906",37850,11576,2,76,808 -"136907",37850,12692,3,76,1855 -"136908",37850,13967,3,76,1354 -"136909",37850,14032,3,76,2144 -"136910",37850,14103,3,76,2204 -"136911",37850,14855,3,76,903 -"136912",37850,15309,3,76,2820 -"136913",37850,16053,3,76,908 -"136914",37850,16096,3,76,2301 -"136915",37850,16120,3,76,1237 -"136916",37850,16826,3,76,2599 -"136917",37850,18874,3,76,2170 -"136918",37850,19621,3,76,725 -"136919",37850,19637,3,76,1229 -"136920",37850,20067,3,76,2390 -"136921",37850,21138,3,76,2849 -"136922",37850,21566,3,76,1234 -"136923",37850,21706,3,76,1988 -"136924",37850,22586,3,76,1341 -"136925",37850,23257,3,76,113 -"136926",37850,23869,3,76,1918 -"136927",37850,25680,3,76,1618 -"136928",37850,27104,2,76,1608 -"136929",37850,28130,3,76,908 -"136930",37850,32694,3,76,1602 -"136931",37850,33801,3,76,2899 -"136932",37850,34899,3,76,2565 -"136933",37850,35529,3,76,1620 -"136934",37850,36441,3,76,2796 -"136935",37850,36651,3,76,1600 -"136936",37850,39186,3,76,1258 -"136937",37850,39563,3,76,486 -"136938",37850,40646,3,76,1583 -"136939",37850,40698,1,76,1408 -"136940",37850,41108,3,76,1624 -"136941",37850,44160,3,76,859 -"136942",37850,47386,3,76,2226 -"136943",37850,47769,3,76,176 -"136944",37850,51017,3,76,2073 -"136945",37850,53419,3,76,858 -"136946",37850,53475,3,76,2853 -"136947",37850,62939,3,76,2574 -"136948",37850,66299,3,76,267 -"136949",37850,70996,3,76,1037 -"136950",37850,73394,3,76,1606 -"136951",37850,74681,2,76,837 -"136952",37850,74730,3,76,535 -"136953",37850,76356,2,76,2323 -"136954",37850,78037,2,76,1606 -"136955",37850,87692,3,76,775 -"136956",37850,89935,3,76,771 -"136957",37850,90802,3,76,877 -"136958",37850,92254,3,76,517 -"136959",37850,98801,3,76,1035 -"136960",37850,100140,3,76,1041 -"136961",37850,101395,3,76,891 -"136962",37850,104280,3,76,887 -"136963",37858,269,3,248,407 -"136964",37858,2272,3,248,1640 -"136965",37858,3542,3,248,450 -"136966",37858,4634,3,248,2291 -"136967",37858,6345,3,248,2713 -"136968",37858,7499,2,248,1803 -"136969",37858,7787,3,248,2314 -"136970",37858,9656,3,248,1135 -"136971",37858,9783,3,248,1275 -"136972",37858,10250,2,248,1606 -"136973",37858,14290,3,248,284 -"136974",37858,15281,3,248,810 -"136975",37858,17480,3,248,2316 -"136976",37858,18645,3,248,793 -"136977",37858,18820,3,248,453 -"136978",37858,18821,2,248,2075 -"136979",37858,20709,2,248,1757 -"136980",37858,33460,3,248,2781 -"136981",37858,38354,2,248,629 -"136982",37858,47121,3,248,701 -"136983",37858,47882,3,248,2769 -"136984",37858,50083,3,248,1275 -"136985",37858,52950,2,248,2716 -"136986",37858,56316,3,248,1435 -"136987",37858,67836,3,248,2195 -"136988",37858,79337,2,248,875 -"136989",37858,88448,3,248,914 -"136990",37858,115905,3,248,274 -"136991",37859,543,3,1999,2203 -"136992",37859,2226,2,1999,2225 -"136993",37859,2484,3,1999,2389 -"136994",37859,2936,3,1999,2512 -"136995",37859,3770,3,1999,2623 -"136996",37859,4660,2,1999,2149 -"136997",37859,5235,3,1999,2324 -"136998",37859,5622,3,1999,2175 -"136999",37859,7785,3,1999,2441 -"137000",37859,8726,3,1999,2083 -"137001",37859,9272,3,1999,2835 -"137002",37859,9723,2,1999,2302 -"137003",37859,10766,3,1999,2647 -"137004",37859,10857,2,1999,2253 -"137005",37859,11239,3,1999,2181 -"137006",37859,11477,3,1999,2724 -"137007",37859,11625,3,1999,2022 -"137008",37859,13479,3,1999,2155 -"137009",37859,14915,3,1999,2606 -"137010",37859,16352,3,1999,2657 -"137011",37859,16690,3,1999,2132 -"137012",37859,17400,3,1999,2231 -"137013",37859,18202,3,1999,2475 -"137014",37859,19215,3,1999,2604 -"137015",37859,19364,3,1999,2846 -"137016",37859,19622,3,1999,2371 -"137017",37859,20700,2,1999,2861 -"137018",37859,22580,3,1999,2245 -"137019",37859,22709,3,1999,2743 -"137020",37859,23154,3,1999,2345 -"137021",37859,23725,3,1999,2378 -"137022",37859,26734,3,1999,2299 -"137023",37859,27686,3,1999,2844 -"137024",37859,30870,3,1999,2370 -"137025",37859,34480,3,1999,2755 -"137026",37859,34735,3,1999,2767 -"137027",37859,34921,3,1999,2181 -"137028",37859,35797,2,1999,2482 -"137029",37859,36487,3,1999,2622 -"137030",37859,39906,2,1999,2365 -"137031",37859,41240,3,1999,2220 -"137032",37859,45684,3,1999,2200 -"137033",37859,46261,3,1999,2350 -"137034",37859,46629,3,1999,2255 -"137035",37859,51687,3,1999,2333 -"137036",37859,54551,3,1999,2348 -"137037",37859,54718,3,1999,2473 -"137038",37859,56082,3,1999,2395 -"137039",37859,60879,3,1999,2792 -"137040",37859,63641,3,1999,2337 -"137041",37859,66717,3,1999,2104 -"137042",37859,73553,3,1999,2726 -"137043",37859,77077,3,1999,2693 -"137044",37859,92297,2,1999,2952 -"137045",37859,121354,3,1999,2862 -"137046",37873,16587,3,1288,2065 -"137047",37873,93933,3,1288,1336 -"137048",37893,25,3,875,2762 -"137049",37893,489,3,875,2652 -"137050",37893,602,3,875,2632 -"137051",37893,733,3,875,1653 -"137052",37893,762,3,875,2671 -"137053",37893,1046,3,875,1881 -"137054",37893,1154,3,875,1656 -"137055",37893,1367,2,875,2176 -"137056",37893,1520,3,875,1716 -"137057",37893,1767,3,875,2727 -"137058",37893,1777,3,875,1965 -"137059",37893,2063,3,875,1278 -"137060",37893,2166,3,875,2557 -"137061",37893,2429,2,875,999 -"137062",37893,2684,3,875,2874 -"137063",37893,2743,3,875,1278 -"137064",37893,2894,3,875,1291 -"137065",37893,3167,2,875,1676 -"137066",37893,3830,3,875,1661 -"137067",37893,4226,2,875,1903 -"137068",37893,4305,3,875,2374 -"137069",37893,4485,3,875,1963 -"137070",37893,4763,3,875,1960 -"137071",37893,4953,3,875,2285 -"137072",37893,5148,3,875,2206 -"137073",37893,5462,3,875,2374 -"137074",37893,5504,3,875,2389 -"137075",37893,5615,3,875,1105 -"137076",37893,5725,3,875,2789 -"137077",37893,6052,3,875,1985 -"137078",37893,6222,3,875,1949 -"137079",37893,6491,3,875,2424 -"137080",37893,7241,3,875,2259 -"137081",37893,7245,3,875,2089 -"137082",37893,7555,3,875,1943 -"137083",37893,8060,3,875,1883 -"137084",37893,8533,2,875,2251 -"137085",37893,8821,3,875,2230 -"137086",37893,9432,3,875,1693 -"137087",37893,9481,3,875,1610 -"137088",37893,9751,2,875,1397 -"137089",37893,10453,3,875,1656 -"137090",37893,10488,3,875,1524 -"137091",37893,12081,3,875,2166 -"137092",37893,12374,2,875,2260 -"137093",37893,12703,3,875,2689 -"137094",37893,12728,3,875,2374 -"137095",37893,14103,3,875,2204 -"137096",37893,15539,3,875,1929 -"137097",37893,15560,3,875,2257 -"137098",37893,16164,3,875,1184 -"137099",37893,17037,3,875,2947 -"137100",37893,17230,3,875,1965 -"137101",37893,18315,3,875,2720 -"137102",37893,18415,3,875,2184 -"137103",37893,18518,3,875,1128 -"137104",37893,19335,3,875,1729 -"137105",37893,19606,3,875,2783 -"137106",37893,20220,3,875,1656 -"137107",37893,20311,3,875,1981 -"137108",37893,20824,3,875,1366 -"137109",37893,21029,3,875,1943 -"137110",37893,21104,2,875,2327 -"137111",37893,21122,3,875,1701 -"137112",37893,21275,3,875,2609 -"137113",37893,22006,2,875,1202 -"137114",37893,22025,3,875,1591 -"137115",37893,22311,3,875,2034 -"137116",37893,22749,3,875,1727 -"137117",37893,23534,3,875,1659 -"137118",37893,24005,3,875,1188 -"137119",37893,25241,3,875,1233 -"137120",37893,26436,3,875,2489 -"137121",37893,26451,2,875,2133 -"137122",37893,27792,2,875,1308 -"137123",37893,28285,3,875,2972 -"137124",37893,28303,2,875,2089 -"137125",37893,28434,3,875,1141 -"137126",37893,29073,1,875,2328 -"137127",37893,29170,3,875,1846 -"137128",37893,29289,3,875,1756 -"137129",37893,29314,3,875,2736 -"137130",37893,29456,3,875,1182 -"137131",37893,30334,3,875,2075 -"137132",37893,30368,3,875,2487 -"137133",37893,30943,3,875,2287 -"137134",37893,31542,3,875,2459 -"137135",37893,32173,3,875,2341 -"137136",37893,32202,3,875,2314 -"137137",37893,34136,2,875,2202 -"137138",37893,34492,3,875,1798 -"137139",37893,35187,3,875,2488 -"137140",37893,35514,3,875,2346 -"137141",37893,36439,3,875,2469 -"137142",37893,37238,3,875,2609 -"137143",37893,37636,3,875,2178 -"137144",37893,38307,3,875,2648 -"137145",37893,40072,3,875,1182 -"137146",37893,40392,3,875,1878 -"137147",37893,41682,2,875,1988 -"137148",37893,41739,3,875,1339 -"137149",37893,43213,3,875,2160 -"137150",37893,43404,3,875,2649 -"137151",37893,43455,3,875,2846 -"137152",37893,43518,2,875,2680 -"137153",37893,44636,3,875,1026 -"137154",37893,45633,3,875,2134 -"137155",37893,47947,3,875,2681 -"137156",37893,48698,3,875,1474 -"137157",37893,50113,3,875,2059 -"137158",37893,50118,3,875,2654 -"137159",37893,51783,3,875,2599 -"137160",37893,53300,3,875,2162 -"137161",37893,54855,3,875,1525 -"137162",37893,55084,3,875,1189 -"137163",37893,55691,3,875,2856 -"137164",37893,56317,3,875,2030 -"137165",37893,56569,3,875,1993 -"137166",37893,57950,3,875,1529 -"137167",37893,57977,3,875,2683 -"137168",37893,58035,3,875,1646 -"137169",37893,58133,2,875,1484 -"137170",37893,58414,3,875,880 -"137171",37893,58451,3,875,1939 -"137172",37893,58508,3,875,2326 -"137173",37893,59939,3,875,936 -"137174",37893,61719,3,875,1515 -"137175",37893,62488,3,875,1418 -"137176",37893,62840,3,875,2502 -"137177",37893,62939,3,875,2574 -"137178",37893,62957,2,875,1170 -"137179",37893,63770,2,875,1324 -"137180",37893,64031,3,875,1295 -"137181",37893,69498,3,875,931 -"137182",37893,70046,3,875,2624 -"137183",37893,71562,3,875,2574 -"137184",37893,75948,3,875,1006 -"137185",37893,79436,3,875,1344 -"137186",37893,79612,3,875,927 -"137187",37893,82426,3,875,1576 -"137188",37893,82696,3,875,1305 -"137189",37893,86245,2,875,1972 -"137190",37893,94650,3,875,896 -"137191",37893,99020,2,875,1383 -"137192",37893,99103,3,875,1470 -"137193",37893,102133,3,875,1165 -"137194",37893,108379,3,875,2933 -"137195",37893,108867,3,875,2328 -"137196",37893,119444,2,875,888 -"137197",37897,1315,3,1685,2760 -"137198",37897,12724,3,1685,1930 -"137199",37897,22242,3,1685,1690 -"137200",37897,47607,3,1685,2724 -"137201",37897,53584,3,1685,2391 -"137202",37915,3255,3,1905,2504 -"137203",37915,6241,3,1905,2264 -"137204",37915,8419,2,1905,1956 -"137205",37915,9828,2,1905,2085 -"137206",37915,10382,3,1905,2111 -"137207",37915,14507,3,1905,2686 -"137208",37915,19453,3,1905,1928 -"137209",37915,22260,3,1905,2137 -"137210",37915,24825,3,1905,2686 -"137211",37915,26695,3,1905,2340 -"137212",37915,27277,3,1905,1994 -"137213",37915,28285,3,1905,2972 -"137214",37915,30827,3,1905,2323 -"137215",37915,31307,3,1905,2139 -"137216",37915,33160,3,1905,2441 -"137217",37915,35360,3,1905,2043 -"137218",37915,53779,2,1905,2000 -"137219",37915,59819,3,1905,2624 -"137220",37915,108581,3,1905,2658 -"137221",37929,341,2,2393,2689 -"137222",37929,841,3,2393,2964 -"137223",37929,2852,2,2393,2448 -"137224",37929,3978,3,2393,2775 -"137225",37929,4249,2,2393,2547 -"137226",37929,13290,3,2393,2824 -"137227",37929,14915,3,2393,2606 -"137228",37929,22709,3,2393,2743 -"137229",37929,24096,2,2393,2612 -"137230",37929,25741,3,2393,2853 -"137231",37929,31331,3,2393,2964 -"137232",37929,41023,3,2393,2408 -"137233",37929,44235,2,2393,2700 -"137234",37929,45729,3,2393,2606 -"137235",37929,46982,3,2393,2806 -"137236",37929,59243,3,2393,2770 -"137237",37929,61240,3,2393,2651 -"137238",37929,61337,3,2393,2777 -"137239",37929,73602,3,2393,2881 -"137240",37929,77077,3,2393,2693 -"137241",37934,1321,3,1595,2075 -"137242",37934,1767,3,1595,2727 -"137243",37934,3068,3,1595,1815 -"137244",37934,3961,3,1595,2426 -"137245",37934,4289,2,1595,1921 -"137246",37934,5315,3,1595,2631 -"137247",37934,6222,3,1595,1949 -"137248",37934,6253,3,1595,2282 -"137249",37934,7078,3,1595,2344 -"137250",37934,7984,2,1595,2493 -"137251",37934,7992,3,1595,2033 -"137252",37934,9311,3,1595,2477 -"137253",37934,10358,3,1595,2294 -"137254",37934,11477,3,1595,2724 -"137255",37934,13388,2,1595,2119 -"137256",37934,14959,3,1595,2898 -"137257",37934,14972,3,1595,2332 -"137258",37934,16482,3,1595,1958 -"137259",37934,18394,3,1595,2356 -"137260",37934,19380,3,1595,2637 -"137261",37934,19528,2,1595,2742 -"137262",37934,20067,3,1595,2390 -"137263",37934,20311,3,1595,1981 -"137264",37934,20321,3,1595,1596 -"137265",37934,20732,3,1595,2401 -"137266",37934,21706,3,1595,1988 -"137267",37934,22403,3,1595,1630 -"137268",37934,23726,3,1595,2434 -"137269",37934,23869,3,1595,1918 -"137270",37934,24753,3,1595,2860 -"137271",37934,24756,1,1595,2530 -"137272",37934,25486,3,1595,2582 -"137273",37934,25680,3,1595,1618 -"137274",37934,26249,3,1595,2301 -"137275",37934,26608,3,1595,2329 -"137276",37934,29095,3,1595,2531 -"137277",37934,29899,3,1595,2375 -"137278",37934,30883,3,1595,1629 -"137279",37934,32520,2,1595,2425 -"137280",37934,32939,3,1595,2277 -"137281",37934,33801,2,1595,2899 -"137282",37934,35529,3,1595,1620 -"137283",37934,37726,3,1595,2341 -"137284",37934,38227,3,1595,2511 -"137285",37934,38921,3,1595,1880 -"137286",37934,39799,3,1595,2344 -"137287",37934,41664,3,1595,2641 -"137288",37934,43479,2,1595,2178 -"137289",37934,46803,3,1595,2305 -"137290",37934,50269,3,1595,1966 -"137291",37934,50382,2,1595,2244 -"137292",37934,53475,2,1595,2853 -"137293",37934,57804,3,1595,2214 -"137294",37934,58993,3,1595,2390 -"137295",37934,62538,3,1595,1656 -"137296",37934,70203,3,1595,2756 -"137297",37934,87720,2,1595,2086 -"137298",37937,341,3,1320,2689 -"137299",37937,364,3,1320,2351 -"137300",37937,1154,3,1320,1656 -"137301",37937,2540,3,1320,1398 -"137302",37937,2798,3,1320,1673 -"137303",37937,2865,3,1320,2006 -"137304",37937,3306,3,1320,1989 -"137305",37937,5363,2,1320,1791 -"137306",37937,6821,3,1320,1788 -"137307",37937,7196,3,1320,1508 -"137308",37937,7245,3,1320,2089 -"137309",37937,7450,3,1320,2827 -"137310",37937,7984,3,1320,2493 -"137311",37937,8062,3,1320,2858 -"137312",37937,8354,3,1320,1705 -"137313",37937,8865,3,1320,2394 -"137314",37937,8890,3,1320,1955 -"137315",37937,9272,3,1320,2835 -"137316",37937,9481,3,1320,1610 -"137317",37937,9703,3,1320,1845 -"137318",37937,9787,3,1320,2858 -"137319",37937,10336,3,1320,2271 -"137320",37937,10473,3,1320,1783 -"137321",37937,11432,3,1320,1593 -"137322",37937,14080,3,1320,1351 -"137323",37937,14108,3,1320,2012 -"137324",37937,14676,3,1320,2764 -"137325",37937,14817,2,1320,2110 -"137326",37937,15401,3,1320,1999 -"137327",37937,15826,3,1320,2772 -"137328",37937,16365,3,1320,2217 -"137329",37937,18415,3,1320,2184 -"137330",37937,19433,2,1320,2504 -"137331",37937,21670,3,1320,2158 -"137332",37937,21681,3,1320,2005 -"137333",37937,22578,3,1320,2216 -"137334",37937,23509,3,1320,2275 -"137335",37937,25373,3,1320,2783 -"137336",37937,26182,3,1320,2775 -"137337",37937,27908,3,1320,2576 -"137338",37937,28432,3,1320,1954 -"137339",37937,28784,3,1320,1579 -"137340",37937,28874,3,1320,2329 -"137341",37937,28896,3,1320,1395 -"137342",37937,29073,3,1320,2328 -"137343",37937,30334,3,1320,2075 -"137344",37937,31001,3,1320,2119 -"137345",37937,31700,1,1320,2727 -"137346",37937,31890,3,1320,1487 -"137347",37937,32988,2,1320,2008 -"137348",37937,34870,3,1320,1873 -"137349",37937,35518,3,1320,1721 -"137350",37937,35822,3,1320,1903 -"137351",37937,36031,3,1320,2342 -"137352",37937,36678,2,1320,2446 -"137353",37937,37036,3,1320,2264 -"137354",37937,37238,2,1320,2609 -"137355",37937,37636,3,1320,2178 -"137356",37937,38602,3,1320,2693 -"137357",37937,39062,1,1320,2020 -"137358",37937,39864,3,1320,2279 -"137359",37937,40392,3,1320,1878 -"137360",37937,42505,3,1320,2008 -"137361",37937,44056,3,1320,2092 -"137362",37937,46486,3,1320,1868 -"137363",37937,46621,3,1320,1343 -"137364",37937,47362,3,1320,2253 -"137365",37937,47384,3,1320,1639 -"137366",37937,47595,2,1320,2374 -"137367",37937,48215,2,1320,2028 -"137368",37937,49265,3,1320,2686 -"137369",37937,50335,3,1320,1893 -"137370",37937,51200,3,1320,2245 -"137371",37937,51774,3,1320,2459 -"137372",37937,51783,3,1320,2599 -"137373",37937,52483,3,1320,2317 -"137374",37937,53323,3,1320,2677 -"137375",37937,55413,3,1320,2129 -"137376",37937,57380,3,1320,2362 -"137377",37937,65155,3,1320,1947 -"137378",37937,66241,3,1320,2351 -"137379",37937,71531,3,1320,2887 -"137380",37937,72728,3,1320,2234 -"137381",37937,73597,2,1320,1989 -"137382",37937,73747,3,1320,2274 -"137383",37937,74134,3,1320,1566 -"137384",37937,80527,3,1320,1664 -"137385",37937,82426,2,1320,1576 -"137386",37937,82730,3,1320,1492 -"137387",37937,85869,3,1320,1509 -"137388",37937,88232,3,1320,2881 -"137389",37937,89880,2,1320,1938 -"137390",37937,92757,3,1320,2615 -"137391",37937,96352,3,1320,1493 -"137392",37937,96706,3,1320,1597 -"137393",37937,104828,3,1320,1609 -"137394",37975,854,3,889,2307 -"137395",37975,4504,3,889,1905 -"137396",37975,5092,1,889,909 -"137397",37975,6052,3,889,1985 -"137398",37975,29454,3,889,2719 -"137399",37975,30236,3,889,2238 -"137400",37975,35903,3,889,1434 -"137401",37975,38732,3,889,2263 -"137402",37975,41764,3,889,2409 -"137403",38019,135,3,1870,2233 -"137404",38019,270,3,1870,2542 -"137405",38019,312,3,1870,2038 -"137406",38019,380,3,1870,2261 -"137407",38019,455,3,1870,2827 -"137408",38019,913,3,1870,2144 -"137409",38019,1616,3,1870,2662 -"137410",38019,1639,3,1870,2631 -"137411",38019,1691,3,1870,1941 -"137412",38019,1777,3,1870,1965 -"137413",38019,2181,3,1870,2030 -"137414",38019,2208,3,1870,2814 -"137415",38019,2224,3,1870,2751 -"137416",38019,2424,2,1870,2582 -"137417",38019,2484,3,1870,2389 -"137418",38019,2533,2,1870,2016 -"137419",38019,3161,3,1870,2229 -"137420",38019,3271,3,1870,2216 -"137421",38019,3305,2,1870,2839 -"137422",38019,3306,3,1870,1989 -"137423",38019,3748,3,1870,2052 -"137424",38019,3966,3,1870,2425 -"137425",38019,4932,2,1870,2752 -"137426",38019,4983,3,1870,1909 -"137427",38019,5078,3,1870,2033 -"137428",38019,5429,3,1870,1991 -"137429",38019,5457,3,1870,2077 -"137430",38019,5462,3,1870,2374 -"137431",38019,5504,3,1870,2389 -"137432",38019,5971,3,1870,1985 -"137433",38019,6052,3,1870,1985 -"137434",38019,6222,3,1870,1949 -"137435",38019,6363,3,1870,2066 -"137436",38019,6491,3,1870,2424 -"137437",38019,6577,3,1870,1951 -"137438",38019,6588,3,1870,2025 -"137439",38019,6718,3,1870,2138 -"137440",38019,7245,3,1870,2089 -"137441",38019,7992,3,1870,2033 -"137442",38019,8610,3,1870,2240 -"137443",38019,8762,3,1870,2585 -"137444",38019,9272,3,1870,2835 -"137445",38019,9311,2,1870,2477 -"137446",38019,9362,3,1870,2879 -"137447",38019,9702,3,1870,1928 -"137448",38019,10513,3,1870,2284 -"137449",38019,10843,3,1870,2277 -"137450",38019,11006,2,1870,1950 -"137451",38019,11440,3,1870,2026 -"137452",38019,12374,2,1870,2260 -"137453",38019,12778,3,1870,2045 -"137454",38019,12863,3,1870,2027 -"137455",38019,14834,2,1870,2739 -"137456",38019,14959,3,1870,2898 -"137457",38019,15401,3,1870,1999 -"137458",38019,15626,3,1870,2434 -"137459",38019,15799,2,1870,1917 -"137460",38019,15813,3,1870,2143 -"137461",38019,16332,3,1870,2668 -"137462",38019,16352,3,1870,2657 -"137463",38019,16432,3,1870,2664 -"137464",38019,17520,3,1870,2276 -"137465",38019,18965,3,1870,2315 -"137466",38019,19248,2,1870,2357 -"137467",38019,19719,1,1870,2177 -"137468",38019,20124,3,1870,2376 -"137469",38019,20311,3,1870,1981 -"137470",38019,20407,3,1870,2339 -"137471",38019,20563,3,1870,2267 -"137472",38019,21104,3,1870,2327 -"137473",38019,21138,3,1870,2849 -"137474",38019,21248,3,1870,2232 -"137475",38019,21285,2,1870,2100 -"137476",38019,21693,2,1870,2176 -"137477",38019,22277,3,1870,2424 -"137478",38019,22326,2,1870,2818 -"137479",38019,22895,3,1870,2704 -"137480",38019,23526,3,1870,1998 -"137481",38019,23825,2,1870,1913 -"137482",38019,24568,3,1870,1937 -"137483",38019,24612,3,1870,1875 -"137484",38019,25129,3,1870,2647 -"137485",38019,25198,3,1870,1982 -"137486",38019,25305,3,1870,2447 -"137487",38019,25577,2,1870,1946 -"137488",38019,26067,3,1870,2069 -"137489",38019,26080,3,1870,2525 -"137490",38019,26336,3,1870,1904 -"137491",38019,26671,3,1870,2279 -"137492",38019,26749,2,1870,2965 -"137493",38019,27275,3,1870,2656 -"137494",38019,27390,3,1870,2425 -"137495",38019,27694,2,1870,2030 -"137496",38019,28285,3,1870,2972 -"137497",38019,29073,3,1870,2328 -"137498",38019,29095,3,1870,2531 -"137499",38019,29917,3,1870,1962 -"137500",38019,29929,3,1870,2789 -"137501",38019,30173,3,1870,2404 -"137502",38019,30906,3,1870,2537 -"137503",38019,32988,3,1870,2008 -"137504",38019,33433,3,1870,2805 -"137505",38019,33622,3,1870,2230 -"137506",38019,33801,3,1870,2899 -"137507",38019,33949,3,1870,2489 -"137508",38019,34136,3,1870,2202 -"137509",38019,34707,3,1870,2042 -"137510",38019,34836,1,1870,2302 -"137511",38019,35256,3,1870,2271 -"137512",38019,36087,3,1870,2755 -"137513",38019,36439,3,1870,2469 -"137514",38019,37285,3,1870,2428 -"137515",38019,38780,2,1870,2705 -"137516",38019,38921,3,1870,1880 -"137517",38019,39444,3,1870,2695 -"137518",38019,40645,3,1870,1899 -"137519",38019,41607,3,1870,2802 -"137520",38019,42618,3,1870,2316 -"137521",38019,42619,3,1870,2017 -"137522",38019,43226,3,1870,2442 -"137523",38019,43455,3,1870,2846 -"137524",38019,45461,3,1870,2458 -"137525",38019,45633,3,1870,2134 -"137526",38019,46629,3,1870,2255 -"137527",38019,47772,3,1870,2293 -"137528",38019,48110,3,1870,2009 -"137529",38019,48605,3,1870,2796 -"137530",38019,50236,3,1870,2339 -"137531",38019,50685,2,1870,2008 -"137532",38019,51017,3,1870,2073 -"137533",38019,51041,3,1870,2606 -"137534",38019,52323,3,1870,2148 -"137535",38019,52570,3,1870,2645 -"137536",38019,52576,2,1870,2234 -"137537",38019,53196,3,1870,1888 -"137538",38019,53266,2,1870,2389 -"137539",38019,53323,3,1870,2677 -"137540",38019,53475,3,1870,2853 -"137541",38019,54983,3,1870,2407 -"137542",38019,55139,3,1870,2323 -"137543",38019,55438,3,1870,2863 -"137544",38019,55468,3,1870,2511 -"137545",38019,55862,2,1870,2123 -"137546",38019,56082,3,1870,2395 -"137547",38019,56317,2,1870,2030 -"137548",38019,56340,3,1870,2060 -"137549",38019,56854,3,1870,2022 -"137550",38019,58451,3,1870,1939 -"137551",38019,58508,2,1870,2326 -"137552",38019,58684,3,1870,2295 -"137553",38019,59113,3,1870,2434 -"137554",38019,59700,3,1870,2346 -"137555",38019,61982,2,1870,2725 -"137556",38019,62841,2,1870,2710 -"137557",38019,63409,3,1870,1937 -"137558",38019,65007,2,1870,2530 -"137559",38019,65155,3,1870,1947 -"137560",38019,65322,3,1870,2008 -"137561",38019,67719,3,1870,2429 -"137562",38019,68215,3,1870,2727 -"137563",38019,69335,3,1870,2698 -"137564",38019,70217,3,1870,2332 -"137565",38019,72207,3,1870,2430 -"137566",38019,72468,2,1870,2292 -"137567",38019,73786,3,1870,2937 -"137568",38019,76892,3,1870,2381 -"137569",38019,78150,3,1870,2581 -"137570",38019,79322,3,1870,2770 -"137571",38019,80825,3,1870,2315 -"137572",38019,82732,3,1870,2810 -"137573",38019,82949,2,1870,2077 -"137574",38019,101797,2,1870,2357 -"137575",38019,108867,3,1870,2328 -"137576",38038,3620,3,2686,2955 -"137577",38038,9272,3,2686,2835 -"137578",38038,55171,3,2686,2972 -"137579",38038,69335,3,2686,2698 -"137580",38046,270,3,1163,2542 -"137581",38046,602,2,1163,2632 -"137582",38046,762,3,1163,2671 -"137583",38046,1124,3,1163,1596 -"137584",38046,5971,3,1163,1985 -"137585",38046,6047,3,1163,2004 -"137586",38046,6982,3,1163,2034 -"137587",38046,10488,3,1163,1524 -"137588",38046,10875,3,1163,1234 -"137589",38046,12096,3,1163,1330 -"137590",38046,12724,3,1163,1930 -"137591",38046,12976,3,1163,2399 -"137592",38046,13307,3,1163,2206 -"137593",38046,14103,3,1163,2204 -"137594",38046,14723,3,1163,2019 -"137595",38046,14731,2,1163,2012 -"137596",38046,18244,3,1163,1622 -"137597",38046,18394,3,1163,2356 -"137598",38046,21929,3,1163,2062 -"137599",38046,22311,3,1163,2034 -"137600",38046,23526,3,1163,1998 -"137601",38046,23715,3,1163,1859 -"137602",38046,37486,3,1163,2912 -"137603",38046,40493,3,1163,1981 -"137604",38046,45545,2,1163,1776 -"137605",38046,52136,3,1163,1412 -"137606",38046,58284,3,1163,2292 -"137607",38046,66097,1,1163,1222 -"137608",38046,66756,3,1163,1301 -"137609",38046,76396,2,1163,1731 -"137610",38046,85736,2,1163,1601 -"137611",38048,313,2,867,2271 -"137612",38048,377,2,867,2389 -"137613",38048,499,2,867,1931 -"137614",38048,543,2,867,2203 -"137615",38048,613,3,867,2687 -"137616",38048,1046,3,867,1881 -"137617",38048,1090,3,867,2370 -"137618",38048,1151,2,867,2885 -"137619",38048,1469,2,867,1160 -"137620",38048,1495,3,867,2046 -"137621",38048,1616,2,867,2662 -"137622",38048,1777,1,867,1965 -"137623",38048,1938,3,867,997 -"137624",38048,2036,2,867,2483 -"137625",38048,2166,3,867,2557 -"137626",38048,2224,3,867,2751 -"137627",38048,2349,3,867,1288 -"137628",38048,2484,2,867,2389 -"137629",38048,2754,2,867,1360 -"137630",38048,3088,2,867,1670 -"137631",38048,3161,2,867,2229 -"137632",38048,3352,3,867,1707 -"137633",38048,3488,3,867,2351 -"137634",38048,3830,2,867,1661 -"137635",38048,3853,3,867,2465 -"137636",38048,3878,3,867,1890 -"137637",38048,4057,2,867,2389 -"137638",38048,4226,3,867,1903 -"137639",38048,4701,3,867,2401 -"137640",38048,5078,2,867,2033 -"137641",38048,5235,3,867,2324 -"137642",38048,5457,2,867,2077 -"137643",38048,5462,1,867,2374 -"137644",38048,5504,2,867,2389 -"137645",38048,7323,2,867,2858 -"137646",38048,7394,3,867,2615 -"137647",38048,8229,2,867,1241 -"137648",38048,8533,3,867,2251 -"137649",38048,8621,3,867,1681 -"137650",38048,8760,3,867,2477 -"137651",38048,8866,3,867,1545 -"137652",38048,9311,3,867,2477 -"137653",38048,9332,3,867,2734 -"137654",38048,9362,3,867,2879 -"137655",38048,9579,3,867,2105 -"137656",38048,10130,3,867,2741 -"137657",38048,10279,3,867,886 -"137658",38048,10799,3,867,2010 -"137659",38048,12713,3,867,2440 -"137660",38048,13945,3,867,1324 -"137661",38048,14888,2,867,1411 -"137662",38048,15184,3,867,2396 -"137663",38048,15299,3,867,2213 -"137664",38048,15539,2,867,1929 -"137665",38048,16313,3,867,1160 -"137666",38048,16497,3,867,2370 -"137667",38048,17133,3,867,924 -"137668",38048,17410,3,867,2073 -"137669",38048,17520,3,867,2276 -"137670",38048,17826,3,867,2920 -"137671",38048,18151,3,867,2962 -"137672",38048,18277,3,867,2309 -"137673",38048,18571,3,867,2128 -"137674",38048,18615,3,867,1025 -"137675",38048,19027,3,867,2721 -"137676",38048,19568,3,867,2302 -"137677",38048,19606,2,867,2783 -"137678",38048,19637,3,867,1229 -"137679",38048,20494,3,867,1075 -"137680",38048,20659,3,867,1969 -"137681",38048,20700,3,867,2861 -"137682",38048,21122,3,867,1701 -"137683",38048,21193,3,867,2490 -"137684",38048,22006,2,867,1202 -"137685",38048,22108,3,867,1915 -"137686",38048,22216,3,867,1956 -"137687",38048,22705,3,867,1016 -"137688",38048,22749,2,867,1727 -"137689",38048,23487,3,867,1658 -"137690",38048,23508,3,867,1907 -"137691",38048,25198,3,867,1982 -"137692",38048,25341,3,867,1858 -"137693",38048,26155,3,867,1802 -"137694",38048,26227,3,867,2265 -"137695",38048,26713,2,867,1235 -"137696",38048,27478,1,867,2485 -"137697",38048,27849,3,867,1316 -"137698",38048,28216,2,867,1910 -"137699",38048,29258,3,867,1932 -"137700",38048,29456,3,867,1182 -"137701",38048,30119,3,867,1961 -"137702",38048,31164,3,867,1996 -"137703",38048,31307,3,867,2139 -"137704",38048,31799,2,867,2547 -"137705",38048,32606,3,867,2100 -"137706",38048,33356,3,867,1586 -"137707",38048,33433,3,867,2805 -"137708",38048,33475,3,867,2367 -"137709",38048,34707,3,867,2042 -"137710",38048,35256,2,867,2271 -"137711",38048,36446,3,867,1175 -"137712",38048,36559,3,867,2473 -"137713",38048,37570,2,867,2389 -"137714",38048,38755,3,867,2902 -"137715",38048,38921,3,867,1880 -"137716",38048,39444,2,867,2695 -"137717",38048,39548,3,867,2389 -"137718",38048,40136,2,867,1149 -"137719",38048,40296,2,867,1674 -"137720",38048,41278,3,867,1873 -"137721",38048,41747,2,867,1722 -"137722",38048,42264,3,867,1702 -"137723",38048,44235,3,867,2700 -"137724",38048,44636,3,867,1026 -"137725",38048,46039,3,867,1794 -"137726",38048,46091,3,867,1938 -"137727",38048,46680,3,867,1690 -"137728",38048,46951,3,867,2429 -"137729",38048,47947,3,867,2681 -"137730",38048,48414,3,867,1749 -"137731",38048,49965,3,867,2301 -"137732",38048,50252,3,867,2001 -"137733",38048,50372,3,867,1834 -"137734",38048,50946,3,867,1075 -"137735",38048,51410,3,867,2739 -"137736",38048,52570,3,867,2645 -"137737",38048,52576,3,867,2234 -"137738",38048,53031,1,867,2065 -"137739",38048,53809,3,867,1956 -"137740",38048,53851,3,867,2305 -"137741",38048,55556,2,867,2075 -"137742",38048,55828,3,867,2393 -"137743",38048,57077,3,867,1885 -"137744",38048,57781,3,867,1971 -"137745",38048,57950,2,867,1529 -"137746",38048,57977,2,867,2683 -"137747",38048,58035,3,867,1646 -"137748",38048,58221,3,867,1787 -"137749",38048,59700,3,867,2346 -"137750",38048,61190,3,867,946 -"137751",38048,61719,3,867,1515 -"137752",38048,65029,3,867,2954 -"137753",38048,67222,3,867,1332 -"137754",38048,68098,2,867,2378 -"137755",38048,69498,2,867,931 -"137756",38048,71478,3,867,1721 -"137757",38048,72334,3,867,2820 -"137758",38048,75948,3,867,1006 -"137759",38048,77489,2,867,1514 -"137760",38048,79612,3,867,927 -"137761",38048,80429,3,867,1927 -"137762",38048,82409,3,867,1881 -"137763",38048,84897,2,867,1075 -"137764",38048,85430,1,867,2370 -"137765",38048,88966,3,867,1568 -"137766",38048,89958,1,867,1186 -"137767",38048,91570,2,867,2229 -"137768",38048,93615,2,867,2386 -"137769",38048,93752,3,867,1368 -"137770",38048,94401,3,867,1784 -"137771",38048,96678,3,867,1183 -"137772",38048,102050,3,867,906 -"137773",38048,105233,3,867,1199 -"137774",38048,105795,3,867,1265 -"137775",38048,109383,3,867,952 -"137776",38055,1127,3,1089,1188 -"137777",38055,1130,3,1089,1566 -"137778",38055,2325,3,1089,1641 -"137779",38055,2754,3,1089,1360 -"137780",38055,3419,3,1089,1595 -"137781",38055,3777,3,1089,1798 -"137782",38055,3886,3,1089,1669 -"137783",38055,3966,3,1089,2425 -"137784",38055,4317,3,1089,1224 -"137785",38055,5438,2,1089,1499 -"137786",38055,6044,3,1089,2744 -"137787",38055,6428,3,1089,1952 -"137788",38055,7229,3,1089,2669 -"137789",38055,7847,2,1089,2424 -"137790",38055,7861,3,1089,1647 -"137791",38055,8610,3,1089,2240 -"137792",38055,8712,3,1089,1153 -"137793",38055,9311,3,1089,2477 -"137794",38055,10370,3,1089,2224 -"137795",38055,10513,3,1089,2284 -"137796",38055,10843,3,1089,2277 -"137797",38055,11540,3,1089,1237 -"137798",38055,14278,3,1089,1267 -"137799",38055,16850,3,1089,1657 -"137800",38055,17943,3,1089,1943 -"137801",38055,18670,3,1089,1835 -"137802",38055,19093,3,1089,2224 -"137803",38055,19637,3,1089,1229 -"137804",38055,20124,3,1089,2376 -"137805",38055,21138,3,1089,2849 -"137806",38055,22682,3,1089,2035 -"137807",38055,22885,3,1089,1702 -"137808",38055,23726,3,1089,2434 -"137809",38055,23825,2,1089,1913 -"137810",38055,23869,3,1089,1918 -"137811",38055,25730,3,1089,1206 -"137812",38055,26080,3,1089,2525 -"137813",38055,26282,3,1089,1241 -"137814",38055,28131,3,1089,1492 -"137815",38055,30150,3,1089,1704 -"137816",38055,31705,3,1089,2706 -"137817",38055,32606,3,1089,2100 -"137818",38055,34509,3,1089,1973 -"137819",38055,36514,3,1089,1192 -"137820",38055,41972,3,1089,2509 -"137821",38055,46680,3,1089,1690 -"137822",38055,46803,2,1089,2305 -"137823",38055,47248,1,1089,2883 -"137824",38055,51017,2,1089,2073 -"137825",38055,51035,3,1089,2397 -"137826",38055,52154,3,1089,1722 -"137827",38055,52597,3,1089,1773 -"137828",38055,56152,3,1089,1487 -"137829",38055,63477,3,1089,1907 -"137830",38055,64181,3,1089,1828 -"137831",38055,67775,3,1089,1964 -"137832",38055,69745,3,1089,1594 -"137833",38055,70203,3,1089,2756 -"137834",38055,70605,3,1089,1176 -"137835",38055,79627,3,1089,2409 -"137836",38055,87144,3,1089,2299 -"137837",38055,89681,3,1089,1978 -"137838",38087,900,3,1083,2726 -"137839",38087,1150,3,1083,1595 -"137840",38087,1520,3,1083,1716 -"137841",38087,2452,2,1083,1715 -"137842",38087,2523,3,1083,1691 -"137843",38087,3456,3,1083,1999 -"137844",38087,4430,3,1083,2019 -"137845",38087,4526,3,1083,1728 -"137846",38087,4567,3,1083,2348 -"137847",38087,4665,3,1083,1569 -"137848",38087,5897,3,1083,2337 -"137849",38087,7252,3,1083,2799 -"137850",38087,7355,3,1083,1928 -"137851",38087,7451,3,1083,1254 -"137852",38087,7780,3,1083,1920 -"137853",38087,7942,3,1083,2623 -"137854",38087,9332,2,1083,2734 -"137855",38087,10457,3,1083,1711 -"137856",38087,10980,3,1083,1974 -"137857",38087,12078,3,1083,2381 -"137858",38087,12361,2,1083,2732 -"137859",38087,12728,3,1083,2374 -"137860",38087,13068,2,1083,1778 -"137861",38087,13879,2,1083,2748 -"137862",38087,14586,3,1083,2801 -"137863",38087,15118,3,1083,1311 -"137864",38087,15443,3,1083,1631 -"137865",38087,16437,3,1083,1956 -"137866",38087,17230,3,1083,1965 -"137867",38087,17645,2,1083,1918 -"137868",38087,18005,3,1083,2449 -"137869",38087,19655,3,1083,2706 -"137870",38087,19934,2,1083,2888 -"137871",38087,20124,3,1083,2376 -"137872",38087,21207,3,1083,1258 -"137873",38087,22704,3,1083,1150 -"137874",38087,22766,3,1083,1945 -"137875",38087,23000,3,1083,1815 -"137876",38087,23692,2,1083,1540 -"137877",38087,24568,3,1083,1937 -"137878",38087,25378,3,1083,1245 -"137879",38087,27255,3,1083,1232 -"137880",38087,28051,3,1083,2089 -"137881",38087,28869,3,1083,2425 -"137882",38087,29116,3,1083,2128 -"137883",38087,29286,3,1083,1612 -"137884",38087,29495,3,1083,1612 -"137885",38087,29818,3,1083,1677 -"137886",38087,29985,3,1083,1568 -"137887",38087,30891,3,1083,1256 -"137888",38087,31216,3,1083,1244 -"137889",38087,32202,3,1083,2314 -"137890",38087,34742,3,1083,1883 -"137891",38087,34892,3,1083,2309 -"137892",38087,35728,3,1083,2017 -"137893",38087,36487,3,1083,2622 -"137894",38087,37636,3,1083,2178 -"137895",38087,38373,3,1083,1928 -"137896",38087,39534,3,1083,2410 -"137897",38087,39589,3,1083,1292 -"137898",38087,39999,3,1083,1593 -"137899",38087,40035,2,1083,2742 -"137900",38087,41581,3,1083,1692 -"137901",38087,42331,3,1083,1585 -"137902",38087,44074,3,1083,1299 -"137903",38087,44135,3,1083,2620 -"137904",38087,44744,3,1083,2032 -"137905",38087,44749,2,1083,1303 -"137906",38087,45138,3,1083,2516 -"137907",38087,45905,3,1083,2785 -"137908",38087,46299,3,1083,1132 -"137909",38087,47375,3,1083,2043 -"137910",38087,47385,3,1083,1172 -"137911",38087,48015,3,1083,1355 -"137912",38087,48698,3,1083,1474 -"137913",38087,49414,3,1083,1667 -"137914",38087,49712,3,1083,1937 -"137915",38087,50509,2,1083,2050 -"137916",38087,50581,2,1083,1258 -"137917",38087,53687,3,1083,2422 -"137918",38087,54775,3,1083,2383 -"137919",38087,55817,3,1083,2285 -"137920",38087,57180,3,1083,2703 -"137921",38087,57356,3,1083,2476 -"137922",38087,57765,3,1083,2893 -"137923",38087,58229,3,1083,1202 -"137924",38087,58875,3,1083,1899 -"137925",38087,59485,3,1083,1564 -"137926",38087,60258,3,1083,2405 -"137927",38087,60808,1,1083,1258 -"137928",38087,63409,3,1083,1937 -"137929",38087,67617,2,1083,1149 -"137930",38087,72882,3,1083,1330 -"137931",38087,80156,3,1083,1667 -"137932",38087,85198,3,1083,1794 -"137933",38087,96462,3,1083,1967 -"137934",38087,100860,3,1083,2326 -"137935",38087,107292,3,1083,1667 -"137936",38098,2576,3,65,1307 -"137937",38098,10595,3,65,494 -"137938",38098,17645,3,65,1918 -"137939",38098,20847,3,65,491 -"137940",38098,23692,3,65,1540 -"137941",38098,28905,2,65,430 -"137942",38098,30057,3,65,504 -"137943",38098,30631,3,65,951 -"137944",38098,31408,3,65,994 -"137945",38098,38087,2,65,1083 -"137946",38098,46726,2,65,943 -"137947",38098,50996,3,65,929 -"137948",38098,59485,3,65,1564 -"137949",38098,60808,3,65,1258 -"137950",38098,62268,1,65,413 -"137951",38098,62668,3,65,958 -"137952",38098,67617,2,65,1149 -"137953",38098,70372,3,65,526 -"137954",38098,70403,3,65,542 -"137955",38098,72986,3,65,1055 -"137956",38098,75880,3,65,477 -"137957",38098,79057,3,65,195 -"137958",38098,81077,2,65,498 -"137959",38098,82046,3,65,748 -"137960",38098,84447,3,65,1006 -"137961",38098,90236,2,65,1010 -"137962",38098,93026,1,65,704 -"137963",38098,96310,3,65,1016 -"137964",38098,103180,2,65,118 -"137965",38098,109194,3,65,494 -"137966",38098,113116,3,65,769 -"137967",38098,120585,3,65,961 -"137968",38140,357,3,1866,2327 -"137969",38140,7759,3,1866,2844 -"137970",38140,21872,2,1866,2458 -"137971",38140,36031,3,1866,2342 -"137972",38140,40645,3,1866,1899 -"137973",38140,45959,3,1866,1880 -"137974",38140,46040,3,1866,2105 -"137975",38140,53903,3,1866,2388 -"137976",38140,65322,3,1866,2008 -"137977",38140,71982,2,1866,2812 -"137978",38140,73192,3,1866,1955 -"137979",38140,76672,2,1866,1930 -"137980",38140,78150,3,1866,2581 -"137981",38140,89681,3,1866,1978 -"137982",38140,96387,3,1866,2159 -"137983",38162,671,3,1691,2328 -"137984",38162,13929,3,1691,2693 -"137985",38162,21122,2,1691,1701 -"137986",38162,36962,3,1691,2861 -"137987",38162,42474,3,1691,2322 -"137988",38162,47082,3,1691,1990 -"137989",38162,55691,2,1691,2856 -"137990",38162,97915,3,1691,1802 -"137991",38195,843,3,53,2332 -"137992",38195,1257,3,53,1212 -"137993",38195,1393,2,53,1706 -"137994",38195,1968,3,53,631 -"137995",38195,2014,2,53,973 -"137996",38195,3101,3,53,513 -"137997",38195,3265,3,53,214 -"137998",38195,3271,2,53,2216 -"137999",38195,3506,3,53,2364 -"138000",38195,5346,3,53,1438 -"138001",38195,5646,3,53,354 -"138002",38195,5813,3,53,2088 -"138003",38195,6234,3,53,2654 -"138004",38195,7123,3,53,1964 -"138005",38195,7310,3,53,636 -"138006",38195,7337,3,53,1797 -"138007",38195,7604,3,53,1366 -"138008",38195,7900,3,53,893 -"138009",38195,7903,3,53,744 -"138010",38195,7932,2,53,789 -"138011",38195,8607,3,53,1685 -"138012",38195,8813,3,53,389 -"138013",38195,9088,2,53,1881 -"138014",38195,9269,3,53,1892 -"138015",38195,9272,2,53,2835 -"138016",38195,9342,3,53,896 -"138017",38195,9423,3,53,1708 -"138018",38195,10610,3,53,1427 -"138019",38195,10964,3,53,2043 -"138020",38195,11019,3,53,1299 -"138021",38195,11067,3,53,2734 -"138022",38195,13712,2,53,550 -"138023",38195,14072,3,53,1346 -"138024",38195,14654,3,53,1692 -"138025",38195,14731,3,53,2012 -"138026",38195,14972,3,53,2332 -"138027",38195,15207,3,53,1855 -"138028",38195,16437,3,53,1956 -"138029",38195,16757,2,53,1755 -"138030",38195,16866,3,53,2718 -"138031",38195,17396,3,53,1672 -"138032",38195,17925,2,53,2385 -"138033",38195,18550,3,53,483 -"138034",38195,19075,3,53,2214 -"138035",38195,19690,3,53,706 -"138036",38195,20545,3,53,1491 -"138037",38195,20705,3,53,829 -"138038",38195,21198,3,53,935 -"138039",38195,21487,3,53,2203 -"138040",38195,21658,3,53,1222 -"138041",38195,22389,3,53,2034 -"138042",38195,23430,3,53,904 -"138043",38195,24085,3,53,1253 -"138044",38195,24195,3,53,1575 -"138045",38195,25443,3,53,1441 -"138046",38195,26658,3,53,2745 -"138047",38195,28432,3,53,1954 -"138048",38195,30092,3,53,1593 -"138049",38195,30981,3,53,2366 -"138050",38195,31211,2,53,433 -"138051",38195,31338,3,53,917 -"138052",38195,31990,3,53,2264 -"138053",38195,32350,3,53,1540 -"138054",38195,32629,3,53,1789 -"138055",38195,32724,2,53,2581 -"138056",38195,32735,3,53,213 -"138057",38195,32811,3,53,804 -"138058",38195,32939,2,53,2277 -"138059",38195,33383,3,53,1572 -"138060",38195,34509,3,53,1973 -"138061",38195,35264,3,53,2329 -"138062",38195,35919,3,53,663 -"138063",38195,36215,3,53,1623 -"138064",38195,36275,3,53,614 -"138065",38195,36440,1,53,704 -"138066",38195,37752,3,53,2223 -"138067",38195,37765,3,53,1134 -"138068",38195,37801,3,53,2578 -"138069",38195,38219,3,53,1689 -"138070",38195,38676,3,53,2286 -"138071",38195,39439,3,53,2462 -"138072",38195,39444,3,53,2695 -"138073",38195,40113,3,53,451 -"138074",38195,41075,2,53,1176 -"138075",38195,41439,3,53,709 -"138076",38195,41805,3,53,199 -"138077",38195,42256,3,53,2839 -"138078",38195,43173,3,53,2895 -"138079",38195,43226,2,53,2442 -"138080",38195,44312,3,53,2741 -"138081",38195,44421,3,53,956 -"138082",38195,44744,3,53,2032 -"138083",38195,45449,2,53,1610 -"138084",38195,45450,3,53,1590 -"138085",38195,45562,3,53,623 -"138086",38195,45585,3,53,2384 -"138087",38195,45874,3,53,944 -"138088",38195,47607,3,53,2724 -"138089",38195,48110,2,53,2009 -"138090",38195,48781,3,53,954 -"138091",38195,48931,2,53,2444 -"138092",38195,49142,3,53,2289 -"138093",38195,49406,3,53,217 -"138094",38195,53445,1,53,2028 -"138095",38195,54259,3,53,191 -"138096",38195,54953,3,53,2223 -"138097",38195,54978,3,53,110 -"138098",38195,55493,3,53,869 -"138099",38195,55674,3,53,718 -"138100",38195,55892,3,53,1234 -"138101",38195,56903,3,53,1584 -"138102",38195,57804,1,53,2214 -"138103",38195,57990,3,53,978 -"138104",38195,58284,3,53,2292 -"138105",38195,58508,2,53,2326 -"138106",38195,58530,3,53,298 -"138107",38195,59039,3,53,2870 -"138108",38195,66017,3,53,1545 -"138109",38195,68884,2,53,1011 -"138110",38195,69335,2,53,2698 -"138111",38195,69903,3,53,1066 -"138112",38195,76511,3,53,1250 -"138113",38195,76814,3,53,926 -"138114",38195,78800,3,53,652 -"138115",38195,79189,3,53,274 -"138116",38195,79306,3,53,190 -"138117",38195,79639,3,53,1013 -"138118",38195,80301,2,53,1690 -"138119",38195,80801,3,53,1250 -"138120",38195,82039,3,53,1327 -"138121",38195,82226,3,53,1619 -"138122",38195,82246,3,53,1538 -"138123",38195,83206,3,53,954 -"138124",38195,83264,3,53,1922 -"138125",38195,90852,3,53,764 -"138126",38195,92084,3,53,1134 -"138127",38195,92469,2,53,1232 -"138128",38195,93753,3,53,408 -"138129",38195,94520,3,53,1243 -"138130",38195,96197,3,53,1670 -"138131",38195,96387,2,53,2159 -"138132",38195,97706,3,53,1121 -"138133",38195,98436,2,53,1212 -"138134",38195,99332,3,53,873 -"138135",38195,100084,3,53,1964 -"138136",38195,102581,3,53,1813 -"138137",38195,105435,3,53,684 -"138138",38195,107758,3,53,565 -"138139",38195,109031,3,53,523 -"138140",38195,115338,3,53,625 -"138141",38195,116484,3,53,902 -"138142",38199,1897,3,1493,1727 -"138143",38199,18571,3,1493,2128 -"138144",38199,21463,3,1493,2437 -"138145",38199,36136,3,1493,2338 -"138146",38213,915,3,1744,1793 -"138147",38213,1592,2,1744,2006 -"138148",38213,1691,2,1744,1941 -"138149",38213,1767,3,1744,2727 -"138150",38213,2011,3,1744,2176 -"138151",38213,2028,3,1744,1978 -"138152",38213,2424,3,1744,2582 -"138153",38213,3068,3,1744,1815 -"138154",38213,3477,3,1744,2546 -"138155",38213,3493,3,1744,2451 -"138156",38213,3980,3,1744,2771 -"138157",38213,4360,3,1744,1770 -"138158",38213,5258,3,1744,2730 -"138159",38213,6063,3,1744,2349 -"138160",38213,6104,2,1744,2462 -"138161",38213,6252,2,1744,2336 -"138162",38213,6390,3,1744,2385 -"138163",38213,7515,3,1744,2737 -"138164",38213,9311,3,1744,2477 -"138165",38213,11516,3,1744,1937 -"138166",38213,11625,3,1744,2022 -"138167",38213,13158,3,1744,2667 -"138168",38213,13899,3,1744,2650 -"138169",38213,14108,2,1744,2012 -"138170",38213,14731,3,1744,2012 -"138171",38213,18543,2,1744,2968 -"138172",38213,19208,3,1744,2629 -"138173",38213,19317,3,1744,2041 -"138174",38213,19605,3,1744,2395 -"138175",38213,20407,2,1744,2339 -"138176",38213,20416,3,1744,2323 -"138177",38213,20643,3,1744,2341 -"138178",38213,21682,3,1744,2414 -"138179",38213,22331,3,1744,2687 -"138180",38213,23132,3,1744,2756 -"138181",38213,23787,3,1744,2810 -"138182",38213,24198,3,1744,2217 -"138183",38213,24568,3,1744,1937 -"138184",38213,25565,3,1744,2764 -"138185",38213,29095,3,1744,2531 -"138186",38213,29170,2,1744,1846 -"138187",38213,29948,3,1744,2795 -"138188",38213,30827,3,1744,2323 -"138189",38213,32503,3,1744,2020 -"138190",38213,33223,3,1744,2397 -"138191",38213,33433,3,1744,2805 -"138192",38213,33622,3,1744,2230 -"138193",38213,36439,3,1744,2469 -"138194",38213,37301,3,1744,2160 -"138195",38213,40368,3,1744,2876 -"138196",38213,42216,3,1744,2722 -"138197",38213,43173,3,1744,2895 -"138198",38213,43213,3,1744,2160 -"138199",38213,43404,3,1744,2649 -"138200",38213,44427,3,1744,2875 -"138201",38213,46951,3,1744,2429 -"138202",38213,49301,3,1744,1894 -"138203",38213,49620,1,1744,1868 -"138204",38213,50179,3,1744,2230 -"138205",38213,50480,3,1744,2701 -"138206",38213,52323,3,1744,2148 -"138207",38213,52576,3,1744,2234 -"138208",38213,56082,3,1744,2395 -"138209",38213,58284,3,1744,2292 -"138210",38213,59700,3,1744,2346 -"138211",38213,62219,3,1744,2494 -"138212",38213,63409,3,1744,1937 -"138213",38213,71274,3,1744,2390 -"138214",38213,72207,3,1744,2430 -"138215",38213,73305,3,1744,2544 -"138216",38213,74636,1,1744,2525 -"138217",38213,75403,3,1744,1895 -"138218",38213,88232,2,1744,2881 -"138219",38213,92322,2,1744,2393 -"138220",38219,843,3,1689,2332 -"138221",38219,2424,3,1689,2582 -"138222",38219,3271,2,1689,2216 -"138223",38219,3306,3,1689,1989 -"138224",38219,3947,3,1689,2067 -"138225",38219,3961,2,1689,2426 -"138226",38219,4289,3,1689,1921 -"138227",38219,5239,3,1689,2875 -"138228",38219,7269,3,1689,1728 -"138229",38219,7337,3,1689,1797 -"138230",38219,7984,2,1689,2493 -"138231",38219,9272,2,1689,2835 -"138232",38219,10358,3,1689,2294 -"138233",38219,11477,2,1689,2724 -"138234",38219,13388,3,1689,2119 -"138235",38219,13780,3,1689,2412 -"138236",38219,14654,3,1689,1692 -"138237",38219,14943,2,1689,1942 -"138238",38219,15003,3,1689,2067 -"138239",38219,15401,2,1689,1999 -"138240",38219,16437,3,1689,1956 -"138241",38219,16801,2,1689,2008 -"138242",38219,16826,3,1689,2599 -"138243",38219,18103,3,1689,1968 -"138244",38219,19075,3,1689,2214 -"138245",38219,20067,3,1689,2390 -"138246",38219,20124,3,1689,2376 -"138247",38219,20311,3,1689,1981 -"138248",38219,20732,3,1689,2401 -"138249",38219,21285,3,1689,2100 -"138250",38219,21754,3,1689,1881 -"138251",38219,23223,3,1689,2094 -"138252",38219,23725,3,1689,2378 -"138253",38219,23726,3,1689,2434 -"138254",38219,23869,3,1689,1918 -"138255",38219,24586,3,1689,2465 -"138256",38219,25577,3,1689,1946 -"138257",38219,28432,3,1689,1954 -"138258",38219,30747,3,1689,2455 -"138259",38219,31069,3,1689,1995 -"138260",38219,31124,3,1689,2351 -"138261",38219,32988,2,1689,2008 -"138262",38219,33801,3,1689,2899 -"138263",38219,34158,2,1689,2639 -"138264",38219,36862,3,1689,2655 -"138265",38219,37752,3,1689,2223 -"138266",38219,38019,3,1689,1870 -"138267",38219,39439,3,1689,2462 -"138268",38219,39444,3,1689,2695 -"138269",38219,40432,3,1689,1956 -"138270",38219,40645,2,1689,1899 -"138271",38219,42505,2,1689,2008 -"138272",38219,43173,3,1689,2895 -"138273",38219,43226,2,1689,2442 -"138274",38219,45277,3,1689,1777 -"138275",38219,45959,3,1689,1880 -"138276",38219,46040,3,1689,2105 -"138277",38219,46680,3,1689,1690 -"138278",38219,48110,2,1689,2009 -"138279",38219,50134,3,1689,2674 -"138280",38219,50382,3,1689,2244 -"138281",38219,51157,3,1689,2319 -"138282",38219,51319,3,1689,2488 -"138283",38219,53445,3,1689,2028 -"138284",38219,54929,3,1689,2783 -"138285",38219,55139,3,1689,2323 -"138286",38219,56237,3,1689,2625 -"138287",38219,56317,3,1689,2030 -"138288",38219,57804,3,1689,2214 -"138289",38219,58164,3,1689,2398 -"138290",38219,58508,2,1689,2326 -"138291",38219,59039,3,1689,2870 -"138292",38219,65155,2,1689,1947 -"138293",38219,65322,1,1689,2008 -"138294",38219,69335,2,1689,2698 -"138295",38219,78150,2,1689,2581 -"138296",38219,79567,3,1689,1942 -"138297",38219,79815,2,1689,1713 -"138298",38219,80301,2,1689,1690 -"138299",38219,82409,3,1689,1881 -"138300",38219,92757,3,1689,2615 -"138301",38219,115037,3,1689,1788 -"138302",38224,1897,2,98,1727 -"138303",38224,1968,3,98,631 -"138304",38224,2221,3,98,2092 -"138305",38224,2349,1,98,1288 -"138306",38224,2418,3,98,2020 -"138307",38224,2576,3,98,1307 -"138308",38224,2759,2,98,2030 -"138309",38224,2847,3,98,494 -"138310",38224,3317,3,98,2037 -"138311",38224,4730,2,98,2131 -"138312",38224,6133,2,98,1229 -"138313",38224,6627,1,98,2063 -"138314",38224,7269,2,98,1728 -"138315",38224,7433,3,98,2255 -"138316",38224,7443,2,98,2028 -"138317",38224,8984,3,98,1162 -"138318",38224,10638,3,98,2692 -"138319",38224,10905,3,98,1552 -"138320",38224,10914,2,98,1660 -"138321",38224,11103,3,98,2393 -"138322",38224,11506,3,98,2824 -"138323",38224,13187,1,98,146 -"138324",38224,14425,3,98,1036 -"138325",38224,14888,3,98,1411 -"138326",38224,16777,3,98,834 -"138327",38224,18571,2,98,2128 -"138328",38224,18943,3,98,2861 -"138329",38224,20432,3,98,1727 -"138330",38224,21180,2,98,2762 -"138331",38224,21463,2,98,2437 -"138332",38224,21741,3,98,1574 -"138333",38224,23513,3,98,900 -"138334",38224,26713,2,98,1235 -"138335",38224,27008,2,98,911 -"138336",38224,27783,1,98,2302 -"138337",38224,30442,3,98,2124 -"138338",38224,31164,2,98,1996 -"138339",38224,32449,3,98,2091 -"138340",38224,33483,2,98,182 -"138341",38224,34162,3,98,2336 -"138342",38224,36136,1,98,2338 -"138343",38224,38144,3,98,2637 -"138344",38224,39105,2,98,2487 -"138345",38224,41978,3,98,2824 -"138346",38224,42331,3,98,1585 -"138347",38224,45730,3,98,2063 -"138348",38224,46951,2,98,2429 -"138349",38224,47384,3,98,1639 -"138350",38224,47571,2,98,1667 -"138351",38224,47583,3,98,817 -"138352",38224,49724,2,98,806 -"138353",38224,50238,3,98,663 -"138354",38224,53013,3,98,2523 -"138355",38224,55775,3,98,2385 -"138356",38224,56338,3,98,1818 -"138357",38224,59039,3,98,2870 -"138358",38224,60979,3,98,1758 -"138359",38224,65316,3,98,1020 -"138360",38224,66911,3,98,1920 -"138361",38224,67838,3,98,765 -"138362",38224,68592,3,98,2551 -"138363",38224,69335,3,98,2698 -"138364",38224,73021,3,98,789 -"138365",38224,75955,3,98,866 -"138366",38224,76132,2,98,2426 -"138367",38224,76675,2,98,1840 -"138368",38224,77397,3,98,1302 -"138369",38224,93208,3,98,1324 -"138370",38224,94926,3,98,1611 -"138371",38224,111034,3,98,2131 -"138372",38224,115155,2,98,1942 -"138373",38227,5239,3,2511,2875 -"138374",38227,16826,1,2511,2599 -"138375",38227,21138,3,2511,2849 -"138376",38227,24756,3,2511,2530 -"138377",38227,29004,3,2511,2596 -"138378",38227,29503,3,2511,2609 -"138379",38227,30906,3,2511,2537 -"138380",38227,34158,3,2511,2639 -"138381",38227,44676,3,2511,2629 -"138382",38227,57977,3,2511,2683 -"138383",38241,1785,2,1931,2350 -"138384",38241,14861,3,1931,2269 -"138385",38241,18821,3,1931,2075 -"138386",38241,19002,3,1931,2053 -"138387",38241,19190,2,1931,2677 -"138388",38241,24949,3,1931,2120 -"138389",38241,26698,3,1931,1963 -"138390",38241,28970,3,1931,2111 -"138391",38259,2206,3,2258,2536 -"138392",38259,2985,3,2258,2398 -"138393",38259,3403,3,2258,2951 -"138394",38259,3770,3,2258,2623 -"138395",38259,4249,3,2258,2547 -"138396",38259,4551,3,2258,2720 -"138397",38259,5258,3,2258,2730 -"138398",38259,7014,2,2258,2401 -"138399",38259,8062,3,2258,2858 -"138400",38259,8463,3,2258,2466 -"138401",38259,11429,3,2258,2520 -"138402",38259,12361,3,2258,2732 -"138403",38259,15567,3,2258,2671 -"138404",38259,18543,3,2258,2968 -"138405",38259,18965,3,2258,2315 -"138406",38259,19165,3,2258,2436 -"138407",38259,19655,3,2258,2706 -"138408",38259,19934,3,2258,2888 -"138409",38259,20219,3,2258,2313 -"138410",38259,22723,3,2258,2859 -"138411",38259,23154,3,2258,2345 -"138412",38259,27908,3,2258,2576 -"138413",38259,31331,3,2258,2964 -"138414",38259,34892,3,2258,2309 -"138415",38259,36439,3,2258,2469 -"138416",38259,36912,3,2258,2469 -"138417",38259,37279,3,2258,2768 -"138418",38259,37929,3,2258,2393 -"138419",38259,40910,3,2258,2469 -"138420",38259,44235,3,2258,2700 -"138421",38259,44427,3,2258,2875 -"138422",38259,45138,3,2258,2516 -"138423",38259,46506,3,2258,2464 -"138424",38259,47248,3,2258,2883 -"138425",38259,55817,3,2258,2285 -"138426",38259,59039,3,2258,2870 -"138427",38259,77077,3,2258,2693 -"138428",38259,88067,3,2258,2315 -"138429",38259,88232,3,2258,2881 -"138430",38263,2424,3,2475,2582 -"138431",38263,6062,2,2475,2681 -"138432",38263,20496,2,2475,2530 -"138433",38263,26721,3,2475,2586 -"138434",38263,62739,3,2475,2753 -"138435",38263,69348,3,2475,2783 -"138436",38263,72088,3,2475,2728 -"138437",38274,11897,2,1181,1271 -"138438",38274,15047,3,1181,1697 -"138439",38274,29117,3,1181,1250 -"138440",38274,43204,3,1181,1680 -"138441",38274,56168,3,1181,1466 -"138442",38274,57037,3,1181,2293 -"138443",38274,110802,3,1181,2474 -"138444",38284,14,2,1234,1793 -"138445",38284,915,3,1234,1793 -"138446",38284,1767,3,1234,2727 -"138447",38284,3068,3,1234,1815 -"138448",38284,3980,3,1234,2771 -"138449",38284,11477,3,1234,2724 -"138450",38284,11625,2,1234,2022 -"138451",38284,13158,1,1234,2667 -"138452",38284,13479,3,1234,2155 -"138453",38284,14328,3,1234,1725 -"138454",38284,17943,3,1234,1943 -"138455",38284,19317,3,1234,2041 -"138456",38284,20416,2,1234,2323 -"138457",38284,20732,3,1234,2401 -"138458",38284,23726,3,1234,2434 -"138459",38284,30092,2,1234,1593 -"138460",38284,30236,3,1234,2238 -"138461",38284,30827,2,1234,2323 -"138462",38284,32064,3,1234,1739 -"138463",38284,42216,3,1234,2722 -"138464",38284,43404,3,1234,2649 -"138465",38284,61242,3,1234,1650 -"138466",38284,75028,3,1234,1660 -"138467",38284,80764,3,1234,1808 -"138468",38300,2181,3,1149,2030 -"138469",38300,15799,2,1149,1917 -"138470",38300,19937,3,1149,1587 -"138471",38300,23526,3,1149,1998 -"138472",38307,3305,3,2648,2839 -"138473",38307,3978,3,2648,2775 -"138474",38307,6044,3,2648,2744 -"138475",38307,6234,3,2648,2654 -"138476",38307,7794,2,2648,2972 -"138477",38307,16352,3,2648,2657 -"138478",38307,17365,2,2648,2746 -"138479",38307,17826,3,2648,2920 -"138480",38307,29977,3,2648,2781 -"138481",38307,31700,3,2648,2727 -"138482",38307,31705,3,2648,2706 -"138483",38307,34120,3,2648,2786 -"138484",38307,41770,3,2648,2752 -"138485",38307,41945,2,2648,2856 -"138486",38307,43455,1,2648,2846 -"138487",38307,44688,2,2648,2924 -"138488",38307,50480,3,2648,2701 -"138489",38307,52032,2,2648,2853 -"138490",38307,60974,3,2648,2972 -"138491",38307,61982,2,2648,2725 -"138492",38307,62841,3,2648,2710 -"138493",38309,827,3,2644,2964 -"138494",38309,1624,3,2644,2687 -"138495",38309,18808,3,2644,2854 -"138496",38309,47607,3,2644,2724 -"138497",38309,60672,3,2644,2876 -"138498",38309,65223,3,2644,2724 -"138499",38333,841,3,1365,2964 -"138500",38333,1691,3,1365,1941 -"138501",38333,1822,3,1365,2888 -"138502",38333,2524,3,1365,1708 -"138503",38333,2852,3,1365,2448 -"138504",38333,3284,3,1365,1541 -"138505",38333,8726,3,1365,2083 -"138506",38333,8860,3,1365,2141 -"138507",38333,10222,3,1365,2212 -"138508",38333,12653,3,1365,1573 -"138509",38333,13311,3,1365,2315 -"138510",38333,18706,3,1365,1617 -"138511",38333,20395,3,1365,1468 -"138512",38333,24902,3,1365,2162 -"138513",38333,26734,3,1365,2299 -"138514",38333,27882,3,1365,1897 -"138515",38333,28081,2,1365,1927 -"138516",38333,28094,3,1365,1423 -"138517",38333,28896,3,1365,1395 -"138518",38333,32549,3,1365,2111 -"138519",38333,32606,3,1365,2100 -"138520",38333,32818,3,1365,2485 -"138521",38333,38373,3,1365,1928 -"138522",38333,39534,3,1365,2410 -"138523",38333,49347,3,1365,2504 -"138524",38333,51687,3,1365,2333 -"138525",38333,57037,3,1365,2293 -"138526",38333,61337,3,1365,2777 -"138527",38333,61585,2,1365,2315 -"138528",38333,68789,2,1365,1929 -"138529",38333,71531,3,1365,2887 -"138530",38354,2272,3,629,1640 -"138531",38354,5937,3,629,2392 -"138532",38354,6345,3,629,2713 -"138533",38354,7499,2,629,1803 -"138534",38354,7787,2,629,2314 -"138535",38354,8923,3,629,1266 -"138536",38354,10216,3,629,2476 -"138537",38354,10250,2,629,1606 -"138538",38354,11259,3,629,1356 -"138539",38354,11521,3,629,1559 -"138540",38354,11868,3,629,1639 -"138541",38354,12511,2,629,1298 -"138542",38354,14612,2,629,2340 -"138543",38354,14957,3,629,2306 -"138544",38354,15150,3,629,2801 -"138545",38354,15558,3,629,2389 -"138546",38354,16910,3,629,1978 -"138547",38354,17480,3,629,2316 -"138548",38354,17672,3,629,1987 -"138549",38354,18645,2,629,793 -"138550",38354,18821,3,629,2075 -"138551",38354,19002,3,629,2053 -"138552",38354,20011,3,629,2826 -"138553",38354,20709,3,629,1757 -"138554",38354,22746,2,629,913 -"138555",38354,23364,2,629,2306 -"138556",38354,23728,3,629,2601 -"138557",38354,24044,3,629,1076 -"138558",38354,27570,3,629,1559 -"138559",38354,29775,3,629,2064 -"138560",38354,29778,3,629,840 -"138561",38354,32079,3,629,2315 -"138562",38354,34576,3,629,1727 -"138563",38354,39507,3,629,793 -"138564",38354,48585,3,629,2063 -"138565",38354,52950,2,629,2716 -"138566",38354,53640,2,629,1789 -"138567",38354,54980,3,629,876 -"138568",38354,56316,3,629,1435 -"138569",38354,65625,3,629,1273 -"138570",38354,66320,3,629,922 -"138571",38354,67836,3,629,2195 -"138572",38354,79337,3,629,875 -"138573",38354,91819,3,629,1583 -"138574",38354,93609,3,629,2252 -"138575",38354,96700,3,629,1602 -"138576",38354,104843,3,629,1167 -"138577",38354,113333,2,629,1018 -"138578",38373,160,3,1928,2007 -"138579",38373,900,3,1928,2726 -"138580",38373,3456,3,1928,1999 -"138581",38373,4249,3,1928,2547 -"138582",38373,4660,3,1928,2149 -"138583",38373,5897,3,1928,2337 -"138584",38373,6697,3,1928,2438 -"138585",38373,7719,3,1928,1954 -"138586",38373,14754,3,1928,2456 -"138587",38373,15567,3,1928,2671 -"138588",38373,19934,3,1928,2888 -"138589",38373,21795,3,1928,2653 -"138590",38373,22723,3,1928,2859 -"138591",38373,27280,2,1928,1965 -"138592",38373,27320,3,1928,2378 -"138593",38373,27391,3,1928,2378 -"138594",38373,30865,3,1928,2038 -"138595",38373,32202,3,1928,2314 -"138596",38373,33562,3,1928,1979 -"138597",38373,35456,2,1928,2358 -"138598",38373,39443,3,1928,2277 -"138599",38373,44557,3,1928,2371 -"138600",38373,47968,3,1928,2829 -"138601",38373,57765,3,1928,2893 -"138602",38373,61443,1,1928,2770 -"138603",38373,63077,3,1928,2778 -"138604",38373,63641,3,1928,2337 -"138605",38373,66717,3,1928,2104 -"138606",38373,67815,3,1928,2476 -"138607",38373,88067,3,1928,2315 -"138608",38373,107871,3,1928,2228 -"138609",38374,1196,3,1890,1986 -"138610",38374,10358,3,1890,2294 -"138611",38374,11218,3,1890,2292 -"138612",38374,12042,3,1890,2345 -"138613",38374,22777,3,1890,2353 -"138614",38374,35926,3,1890,2371 -"138615",38374,54879,3,1890,2210 -"138616",38374,54929,3,1890,2783 -"138617",38422,827,3,1019,2964 -"138618",38422,3403,3,1019,2951 -"138619",38422,3405,3,1019,2438 -"138620",38422,5637,3,1019,1976 -"138621",38422,9063,3,1019,2000 -"138622",38422,9538,3,1019,1786 -"138623",38422,9724,3,1019,2713 -"138624",38422,10701,3,1019,2000 -"138625",38422,13595,3,1019,1164 -"138626",38422,15916,3,1019,1236 -"138627",38422,16593,3,1019,1139 -"138628",38422,23560,3,1019,2051 -"138629",38422,24086,3,1019,2663 -"138630",38422,24860,3,1019,1204 -"138631",38422,26513,3,1019,2205 -"138632",38422,28648,3,1019,1586 -"138633",38422,31855,3,1019,2636 -"138634",38422,34334,3,1019,1637 -"138635",38422,36399,2,1019,1357 -"138636",38422,37684,3,1019,2899 -"138637",38422,43543,3,1019,1457 -"138638",38422,43701,2,1019,2400 -"138639",38422,50430,3,1019,1689 -"138640",38422,58233,3,1019,1665 -"138641",38422,65223,3,1019,2724 -"138642",38422,69795,3,1019,2636 -"138643",38422,77719,3,1019,2086 -"138644",38439,14972,3,2025,2332 -"138645",38439,17061,3,2025,2385 -"138646",38439,19248,3,2025,2357 -"138647",38439,48605,2,2025,2796 -"138648",38439,71518,3,2025,2805 -"138649",38449,671,3,1802,2328 -"138650",38449,2424,3,1802,2582 -"138651",38449,2591,3,1802,1949 -"138652",38449,4191,3,1802,2130 -"138653",38449,4618,3,1802,2607 -"138654",38449,4687,3,1802,2152 -"138655",38449,4980,2,1802,2093 -"138656",38449,5315,3,1802,2631 -"138657",38449,5504,3,1802,2389 -"138658",38449,6023,3,1802,2050 -"138659",38449,6577,3,1802,1951 -"138660",38449,7245,3,1802,2089 -"138661",38449,7984,3,1802,2493 -"138662",38449,10404,2,1802,2062 -"138663",38449,10799,3,1802,2010 -"138664",38449,10857,3,1802,2253 -"138665",38449,10871,3,1802,2314 -"138666",38449,10890,2,1802,2639 -"138667",38449,14507,3,1802,2686 -"138668",38449,14943,3,1802,1942 -"138669",38449,15401,3,1802,1999 -"138670",38449,15539,3,1802,1929 -"138671",38449,18151,3,1802,2962 -"138672",38449,19027,3,1802,2721 -"138673",38449,19516,3,1802,2313 -"138674",38449,20067,3,1802,2390 -"138675",38449,20563,2,1802,2267 -"138676",38449,20700,3,1802,2861 -"138677",38449,23704,3,1802,2278 -"138678",38449,23756,2,1802,2309 -"138679",38449,25341,3,1802,1858 -"138680",38449,26436,2,1802,2489 -"138681",38449,26516,3,1802,2479 -"138682",38449,26608,3,1802,2329 -"138683",38449,27753,2,1802,2750 -"138684",38449,28892,3,1802,2023 -"138685",38449,31124,3,1802,2351 -"138686",38449,32988,2,1802,2008 -"138687",38449,37418,3,1802,2710 -"138688",38449,38887,3,1802,2468 -"138689",38449,40432,3,1802,1956 -"138690",38449,41402,3,1802,2313 -"138691",38449,42505,3,1802,2008 -"138692",38449,45715,2,1802,2287 -"138693",38449,51410,2,1802,2739 -"138694",38449,54551,3,1802,2348 -"138695",38449,54740,2,1802,2750 -"138696",38449,55139,3,1802,2323 -"138697",38449,57977,3,1802,2683 -"138698",38449,62626,3,1802,2787 -"138699",38449,64793,2,1802,2819 -"138700",38449,65155,3,1802,1947 -"138701",38449,65322,3,1802,2008 -"138702",38449,70046,3,1802,2624 -"138703",38449,74095,3,1802,2333 -"138704",38449,82929,3,1802,2475 -"138705",38449,92757,3,1802,2615 -"138706",38457,1822,2,1630,2888 -"138707",38457,2181,3,1630,2030 -"138708",38457,2747,3,1630,2411 -"138709",38457,3477,2,1630,2546 -"138710",38457,5839,3,1630,2301 -"138711",38457,6063,2,1630,2349 -"138712",38457,6392,3,1630,1878 -"138713",38457,7337,3,1630,1797 -"138714",38457,8993,3,1630,2099 -"138715",38457,9503,3,1630,2453 -"138716",38457,13899,3,1630,2650 -"138717",38457,14353,3,1630,2878 -"138718",38457,14817,3,1630,2110 -"138719",38457,15023,3,1630,2054 -"138720",38457,15826,2,1630,2772 -"138721",38457,17027,3,1630,2772 -"138722",38457,19317,3,1630,2041 -"138723",38457,19718,3,1630,1702 -"138724",38457,20124,3,1630,2376 -"138725",38457,20984,3,1630,2502 -"138726",38457,21684,3,1630,1971 -"138727",38457,31357,3,1630,2389 -"138728",38457,32339,3,1630,2430 -"138729",38457,32395,3,1630,2735 -"138730",38457,33223,2,1630,2397 -"138731",38457,33451,3,1630,1957 -"138732",38457,33470,3,1630,2003 -"138733",38457,35822,3,1630,1903 -"138734",38457,37301,3,1630,2160 -"138735",38457,40542,2,1630,1664 -"138736",38457,47595,3,1630,2374 -"138737",38457,48939,3,1630,1749 -"138738",38457,51843,3,1630,2389 -"138739",38457,52953,3,1630,1741 -"138740",38457,57760,3,1630,1721 -"138741",38457,59790,3,1630,1827 -"138742",38457,70232,3,1630,2401 -"138743",38457,79547,3,1630,1909 -"138744",38457,84317,3,1630,2081 -"138745",38458,2139,3,1368,2502 -"138746",38458,3477,3,1368,2546 -"138747",38458,6063,3,1368,2349 -"138748",38458,8607,2,1368,1685 -"138749",38458,9724,3,1368,2713 -"138750",38458,18217,3,1368,1566 -"138751",38458,32350,2,1368,1540 -"138752",38458,32395,2,1368,2735 -"138753",38458,33223,3,1368,2397 -"138754",38458,33451,2,1368,1957 -"138755",38458,40542,3,1368,1664 -"138756",38458,52041,3,1368,2694 -"138757",38458,54204,3,1368,1449 -"138758",38458,56873,2,1368,1421 -"138759",38467,3306,3,1259,1989 -"138760",38467,3961,3,1259,2426 -"138761",38467,5239,3,1259,2875 -"138762",38467,5315,3,1259,2631 -"138763",38467,5621,3,1259,1860 -"138764",38467,6253,3,1259,2282 -"138765",38467,7196,3,1259,1508 -"138766",38467,7508,2,1259,2396 -"138767",38467,7984,2,1259,2493 -"138768",38467,8887,3,1259,2373 -"138769",38467,10358,3,1259,2294 -"138770",38467,11103,2,1259,2393 -"138771",38467,11477,3,1259,2724 -"138772",38467,11976,2,1259,1727 -"138773",38467,12778,3,1259,2045 -"138774",38467,13573,3,1259,2774 -"138775",38467,13801,3,1259,2041 -"138776",38467,13967,3,1259,1354 -"138777",38467,14353,3,1259,2878 -"138778",38467,15401,3,1259,1999 -"138779",38467,15636,3,1259,2857 -"138780",38467,20067,3,1259,2390 -"138781",38467,20355,2,1259,2111 -"138782",38467,21706,3,1259,1988 -"138783",38467,21720,3,1259,2637 -"138784",38467,23223,3,1259,2094 -"138785",38467,23869,3,1259,1918 -"138786",38467,26249,3,1259,2301 -"138787",38467,28131,3,1259,1492 -"138788",38467,28784,3,1259,1579 -"138789",38467,29930,3,1259,2240 -"138790",38467,30150,3,1259,1704 -"138791",38467,32047,3,1259,1858 -"138792",38467,32988,3,1259,2008 -"138793",38467,33801,3,1259,2899 -"138794",38467,33834,2,1259,1606 -"138795",38467,34158,3,1259,2639 -"138796",38467,34648,3,1259,1596 -"138797",38467,35529,2,1259,1620 -"138798",38467,36574,2,1259,2934 -"138799",38467,45277,3,1259,1777 -"138800",38467,45290,3,1259,2731 -"138801",38467,45903,3,1259,2237 -"138802",38467,48035,3,1259,2180 -"138803",38467,50269,3,1259,1966 -"138804",38467,52203,2,1259,1961 -"138805",38467,53475,3,1259,2853 -"138806",38467,56397,3,1259,2053 -"138807",38467,62538,3,1259,1656 -"138808",38467,62632,3,1259,1320 -"138809",38467,65155,3,1259,1947 -"138810",38467,65184,3,1259,1630 -"138811",38467,70203,3,1259,2756 -"138812",38467,92895,3,1259,2339 -"138813",38467,101338,3,1259,1319 -"138814",38492,448,3,2280,2693 -"138815",38492,1519,3,2280,2349 -"138816",38492,19934,3,2280,2888 -"138817",38492,20941,3,2280,2725 -"138818",38492,30034,3,2280,2357 -"138819",38492,36278,3,2280,2952 -"138820",38492,38691,3,2280,2585 -"138821",38492,43673,3,2280,2787 -"138822",38505,17999,3,2393,2758 -"138823",38505,23739,3,2393,2463 -"138824",38505,51783,3,2393,2599 -"138825",38513,1314,3,914,1522 -"138826",38513,1519,3,914,2349 -"138827",38513,1702,3,914,1984 -"138828",38513,1822,3,914,2888 -"138829",38513,2181,3,914,2030 -"138830",38513,2540,3,914,1398 -"138831",38513,2985,3,914,2398 -"138832",38513,3127,3,914,2273 -"138833",38513,3477,2,914,2546 -"138834",38513,3493,3,914,2451 -"138835",38513,4001,3,914,1687 -"138836",38513,4622,3,914,1589 -"138837",38513,4660,3,914,2149 -"138838",38513,5792,3,914,975 -"138839",38513,6063,2,914,2349 -"138840",38513,6392,3,914,1878 -"138841",38513,6821,3,914,1788 -"138842",38513,7798,3,914,949 -"138843",38513,8274,3,914,1909 -"138844",38513,8354,3,914,1705 -"138845",38513,8865,2,914,2394 -"138846",38513,8993,3,914,2099 -"138847",38513,9481,3,914,1610 -"138848",38513,9503,3,914,2453 -"138849",38513,9621,3,914,1113 -"138850",38513,9785,3,914,2951 -"138851",38513,10336,3,914,2271 -"138852",38513,10473,3,914,1783 -"138853",38513,10754,3,914,1797 -"138854",38513,11154,3,914,1594 -"138855",38513,11229,3,914,1625 -"138856",38513,11990,3,914,1909 -"138857",38513,12067,1,914,1213 -"138858",38513,12361,3,914,2732 -"138859",38513,12779,2,914,936 -"138860",38513,13184,3,914,977 -"138861",38513,13566,3,914,2056 -"138862",38513,13808,3,914,1356 -"138863",38513,13899,3,914,2650 -"138864",38513,14817,3,914,2110 -"138865",38513,15023,3,914,2054 -"138866",38513,15095,3,914,2001 -"138867",38513,15567,3,914,2671 -"138868",38513,15826,2,914,2772 -"138869",38513,18217,2,914,1566 -"138870",38513,18421,3,914,2457 -"138871",38513,19317,3,914,2041 -"138872",38513,19433,2,914,2504 -"138873",38513,19587,3,914,1684 -"138874",38513,19655,3,914,2706 -"138875",38513,20124,3,914,2376 -"138876",38513,20176,3,914,1050 -"138877",38513,20984,3,914,2502 -"138878",38513,21383,3,914,971 -"138879",38513,21684,3,914,1971 -"138880",38513,22403,3,914,1630 -"138881",38513,23000,3,914,1815 -"138882",38513,23131,3,914,1732 -"138883",38513,25378,3,914,1245 -"138884",38513,26182,3,914,2775 -"138885",38513,27320,3,914,2378 -"138886",38513,27390,3,914,2425 -"138887",38513,27908,2,914,2576 -"138888",38513,28588,3,914,1335 -"138889",38513,29267,2,914,1234 -"138890",38513,29286,3,914,1612 -"138891",38513,30486,3,914,1269 -"138892",38513,30525,3,914,1964 -"138893",38513,31335,3,914,2351 -"138894",38513,31357,3,914,2389 -"138895",38513,32339,3,914,2430 -"138896",38513,32395,3,914,2735 -"138897",38513,32479,2,914,969 -"138898",38513,32606,3,914,2100 -"138899",38513,33223,2,914,2397 -"138900",38513,33451,3,914,1957 -"138901",38513,33470,3,914,2003 -"138902",38513,35822,3,914,1903 -"138903",38513,35903,3,914,1434 -"138904",38513,36346,3,914,1240 -"138905",38513,36912,3,914,2469 -"138906",38513,36953,3,914,2790 -"138907",38513,37301,3,914,2160 -"138908",38513,37427,3,914,915 -"138909",38513,37937,3,914,1320 -"138910",38513,38457,3,914,1630 -"138911",38513,38816,2,914,1225 -"138912",38513,39062,2,914,2020 -"138913",38513,40542,2,914,1664 -"138914",38513,40572,3,914,2666 -"138915",38513,42813,3,914,2142 -"138916",38513,43673,3,914,2787 -"138917",38513,44181,3,914,1034 -"138918",38513,44341,3,914,1230 -"138919",38513,46486,2,914,1868 -"138920",38513,46532,3,914,2005 -"138921",38513,46982,3,914,2806 -"138922",38513,47013,2,914,2388 -"138923",38513,47595,3,914,2374 -"138924",38513,50335,3,914,1893 -"138925",38513,51016,3,914,1141 -"138926",38513,51144,3,914,2466 -"138927",38513,51774,3,914,2459 -"138928",38513,51843,3,914,2389 -"138929",38513,52385,2,914,1031 -"138930",38513,52483,3,914,2317 -"138931",38513,52953,3,914,1741 -"138932",38513,53987,3,914,928 -"138933",38513,56873,3,914,1421 -"138934",38513,57150,3,914,1196 -"138935",38513,59790,3,914,1827 -"138936",38513,61270,3,914,1364 -"138937",38513,63641,3,914,2337 -"138938",38513,66717,3,914,2104 -"138939",38513,69232,3,914,2130 -"138940",38513,72535,3,914,1191 -"138941",38513,72632,3,914,1289 -"138942",38513,74134,3,914,1566 -"138943",38513,76143,3,914,1610 -"138944",38513,76503,3,914,1136 -"138945",38513,79547,3,914,1909 -"138946",38513,83253,3,914,1102 -"138947",38513,84317,3,914,2081 -"138948",38513,85198,3,914,1794 -"138949",38513,87958,3,914,1234 -"138950",38513,88739,3,914,933 -"138951",38513,90709,3,914,1080 -"138952",38513,96706,3,914,1597 -"138953",38523,206,3,549,1986 -"138954",38523,270,3,549,2542 -"138955",38523,360,3,549,1671 -"138956",38523,675,3,549,1686 -"138957",38523,1036,3,549,1367 -"138958",38523,1044,3,549,880 -"138959",38523,1046,3,549,1881 -"138960",38523,1050,1,549,1185 -"138961",38523,1092,3,549,1945 -"138962",38523,1124,3,549,1596 -"138963",38523,1136,3,549,2536 -"138964",38523,1367,3,549,2176 -"138965",38523,1592,3,549,2006 -"138966",38523,2077,2,549,610 -"138967",38523,2563,3,549,1686 -"138968",38523,3164,2,549,2693 -"138969",38523,3167,3,549,1676 -"138970",38523,3242,3,549,1730 -"138971",38523,4191,3,549,2130 -"138972",38523,4226,2,549,1903 -"138973",38523,4618,3,549,2607 -"138974",38523,5346,3,549,1438 -"138975",38523,5429,3,549,1991 -"138976",38523,5725,3,549,2789 -"138977",38523,6030,1,549,2953 -"138978",38523,6428,3,549,1952 -"138979",38523,6491,3,549,2424 -"138980",38523,6718,3,549,2138 -"138981",38523,7245,3,549,2089 -"138982",38523,7847,2,549,2424 -"138983",38523,8088,3,549,2220 -"138984",38523,8533,3,549,2251 -"138985",38523,8772,3,549,847 -"138986",38523,9391,3,549,1252 -"138987",38523,9432,3,549,1693 -"138988",38523,10148,3,549,2964 -"138989",38523,10488,2,549,1524 -"138990",38523,10890,3,549,2639 -"138991",38523,11055,3,549,2111 -"138992",38523,11966,3,549,2385 -"138993",38523,12096,3,549,1330 -"138994",38523,12310,3,549,1337 -"138995",38523,12778,3,549,2045 -"138996",38523,13780,3,549,2412 -"138997",38523,14072,3,549,1346 -"138998",38523,14080,3,549,1351 -"138999",38523,14855,3,549,903 -"139000",38523,15207,3,549,1855 -"139001",38523,15301,3,549,2308 -"139002",38523,15539,3,549,1929 -"139003",38523,15607,3,549,1421 -"139004",38523,15632,3,549,1242 -"139005",38523,15808,3,549,1521 -"139006",38523,16164,3,549,1184 -"139007",38523,16863,3,549,2069 -"139008",38523,17141,3,549,702 -"139009",38523,18348,3,549,1711 -"139010",38523,18394,3,549,2356 -"139011",38523,18415,3,549,2184 -"139012",38523,18639,2,549,990 -"139013",38523,19113,3,549,1171 -"139014",38523,20024,2,549,1181 -"139015",38523,20284,3,549,2530 -"139016",38523,21122,3,549,1701 -"139017",38523,21275,3,549,2609 -"139018",38523,21571,3,549,2755 -"139019",38523,22025,3,549,1591 -"139020",38523,22165,3,549,1501 -"139021",38523,22260,3,549,2137 -"139022",38523,22566,2,549,2308 -"139023",38523,22586,3,549,1341 -"139024",38523,22850,3,549,878 -"139025",38523,22885,3,549,1702 -"139026",38523,23725,3,549,2378 -"139027",38523,24789,2,549,829 -"139028",38523,25341,3,549,1858 -"139029",38523,25643,3,549,1646 -"139030",38523,26282,3,549,1241 -"139031",38523,26322,3,549,1018 -"139032",38523,26451,3,549,2133 -"139033",38523,26570,3,549,1669 -"139034",38523,26659,3,549,903 -"139035",38523,27792,3,549,1308 -"139036",38523,28050,2,549,1955 -"139037",38523,28168,2,549,2702 -"139038",38523,28190,3,549,1634 -"139039",38523,28303,3,549,2089 -"139040",38523,28434,2,549,1141 -"139041",38523,29004,3,549,2596 -"139042",38523,30325,3,549,1067 -"139043",38523,30883,3,549,1629 -"139044",38523,31050,3,549,1491 -"139045",38523,31799,3,549,2547 -"139046",38523,32811,3,549,804 -"139047",38523,33588,3,549,1040 -"139048",38523,35186,3,549,1520 -"139049",38523,35508,3,549,1362 -"139050",38523,37620,3,549,2716 -"139051",38523,37893,3,549,875 -"139052",38523,38162,3,549,1691 -"139053",38523,38869,2,549,1675 -"139054",38523,40293,3,549,1671 -"139055",38523,40369,2,549,2735 -"139056",38523,40487,3,549,2512 -"139057",38523,43518,3,549,2680 -"139058",38523,44405,3,549,1855 -"139059",38523,44648,2,549,619 -"139060",38523,45186,2,549,835 -"139061",38523,45633,3,549,2134 -"139062",38523,46196,3,549,1510 -"139063",38523,46621,3,549,1343 -"139064",38523,46883,3,549,1671 -"139065",38523,48260,3,549,875 -"139066",38523,49144,3,549,1542 -"139067",38523,51052,3,549,2784 -"139068",38523,52136,3,549,1412 -"139069",38523,52835,3,549,995 -"139070",38523,53105,3,549,953 -"139071",38523,54255,2,549,679 -"139072",38523,55185,3,549,922 -"139073",38523,56082,3,549,2395 -"139074",38523,56143,1,549,766 -"139075",38523,57246,3,549,1873 -"139076",38523,57714,3,549,1391 -"139077",38523,58035,2,549,1646 -"139078",38523,58133,3,549,1484 -"139079",38523,58451,2,549,1939 -"139080",38523,61785,3,549,822 -"139081",38523,62488,3,549,1418 -"139082",38523,63770,2,549,1324 -"139083",38523,64031,2,549,1295 -"139084",38523,64181,3,549,1828 -"139085",38523,64997,3,549,2791 -"139086",38523,67314,3,549,1051 -"139087",38523,67352,3,549,1115 -"139088",38523,67763,3,549,822 -"139089",38523,67788,2,549,837 -"139090",38523,68024,3,549,1531 -"139091",38523,69117,3,549,645 -"139092",38523,69250,3,549,1439 -"139093",38523,72207,3,549,2430 -"139094",38523,76284,3,549,1237 -"139095",38523,78256,3,549,804 -"139096",38523,79804,3,549,2227 -"139097",38523,80172,3,549,1342 -"139098",38523,81895,3,549,1634 -"139099",38523,82767,3,549,1641 -"139100",38523,86245,3,549,1972 -"139101",38523,88232,3,549,2881 -"139102",38523,94500,3,549,1529 -"139103",38523,94520,3,549,1243 -"139104",38523,97915,3,549,1802 -"139105",38523,98150,3,549,1009 -"139106",38523,99020,3,549,1383 -"139107",38523,99621,2,549,874 -"139108",38523,105975,3,549,1939 -"139109",38532,860,3,1234,1258 -"139110",38532,1523,2,1234,2048 -"139111",38532,2093,3,1234,2459 -"139112",38532,2190,2,1234,2359 -"139113",38532,2418,3,1234,2020 -"139114",38532,2747,2,1234,2411 -"139115",38532,3317,2,1234,2037 -"139116",38532,7337,3,1234,1797 -"139117",38532,8610,3,1234,2240 -"139118",38532,9503,3,1234,2453 -"139119",38532,10050,1,1234,1792 -"139120",38532,11588,3,1234,2352 -"139121",38532,14959,3,1234,2898 -"139122",38532,14998,1,1234,1553 -"139123",38532,16502,3,1234,1616 -"139124",38532,17456,2,1234,1300 -"139125",38532,19610,3,1234,1236 -"139126",38532,20155,3,1234,1517 -"139127",38532,21209,3,1234,2184 -"139128",38532,23131,3,1234,1732 -"139129",38532,24456,3,1234,1238 -"139130",38532,28116,2,1234,1643 -"139131",38532,29311,3,1234,1849 -"139132",38532,30525,3,1234,1964 -"139133",38532,31262,3,1234,2780 -"139134",38532,31541,3,1234,1500 -"139135",38532,33017,3,1234,1493 -"139136",38532,36346,3,1234,1240 -"139137",38532,37636,3,1234,2178 -"139138",38532,42914,3,1234,1737 -"139139",38532,44433,3,1234,2224 -"139140",38532,44603,3,1234,2748 -"139141",38532,51774,3,1234,2459 -"139142",38532,54924,2,1234,2603 -"139143",38532,58501,3,1234,2613 -"139144",38532,59627,2,1234,1466 -"139145",38532,61125,3,1234,1673 -"139146",38532,66677,3,1234,2151 -"139147",38532,70656,3,1234,2771 -"139148",38532,92784,3,1234,1257 -"139149",38532,111855,3,1234,1909 -"139150",38574,288,3,188,947 -"139151",38574,543,3,188,2203 -"139152",38574,600,3,188,1702 -"139153",38574,913,3,188,2144 -"139154",38574,1592,3,188,2006 -"139155",38574,1691,3,188,1941 -"139156",38574,1826,2,188,924 -"139157",38574,2143,3,188,1174 -"139158",38574,2181,3,188,2030 -"139159",38574,2208,3,188,2814 -"139160",38574,2731,3,188,434 -"139161",38574,3265,3,188,214 -"139162",38574,3748,3,188,2052 -"139163",38574,3878,2,188,1890 -"139164",38574,4317,3,188,1224 -"139165",38574,6252,3,188,2336 -"139166",38574,6390,3,188,2385 -"139167",38574,8011,3,188,889 -"139168",38574,8529,3,188,1205 -"139169",38574,8910,3,188,1054 -"139170",38574,9432,3,188,1693 -"139171",38574,11434,3,188,1187 -"139172",38574,11516,3,188,1937 -"139173",38574,13890,3,188,1482 -"139174",38574,13895,3,188,687 -"139175",38574,14108,3,188,2012 -"139176",38574,15799,3,188,1917 -"139177",38574,17698,3,188,1559 -"139178",38574,18315,3,188,2720 -"139179",38574,18543,3,188,2968 -"139180",38574,19096,3,188,1538 -"139181",38574,19882,3,188,565 -"139182",38574,20124,3,188,2376 -"139183",38574,22141,3,188,2348 -"139184",38574,24198,3,188,2217 -"139185",38574,24568,2,188,1937 -"139186",38574,25565,3,188,2764 -"139187",38574,27275,3,188,2656 -"139188",38574,28808,3,188,1063 -"139189",38574,30405,3,188,2164 -"139190",38574,41085,3,188,637 -"139191",38574,41315,3,188,439 -"139192",38574,44188,3,188,1609 -"139193",38574,44427,3,188,2875 -"139194",38574,46621,3,188,1343 -"139195",38574,47585,3,188,794 -"139196",38574,49512,3,188,1302 -"139197",38574,51017,3,188,2073 -"139198",38574,51035,3,188,2397 -"139199",38574,52735,3,188,1124 -"139200",38574,53252,3,188,637 -"139201",38574,53322,2,188,1200 -"139202",38574,53323,1,188,2677 -"139203",38574,53608,1,188,1986 -"139204",38574,53742,3,188,2337 -"139205",38574,55320,3,188,1643 -"139206",38574,57353,3,188,1849 -"139207",38574,57990,3,188,978 -"139208",38574,59700,3,188,2346 -"139209",38574,61785,2,188,822 -"139210",38574,62602,2,188,1172 -"139211",38574,63409,3,188,1937 -"139212",38574,69293,3,188,609 -"139213",38574,78569,3,188,578 -"139214",38574,80429,3,188,1927 -"139215",38574,88126,2,188,1027 -"139216",38574,88232,3,188,2881 -"139217",38574,88808,2,188,1462 -"139218",38574,92592,2,188,486 -"139219",38574,95036,2,188,380 -"139220",38574,98907,2,188,265 -"139221",38574,101652,2,188,270 -"139222",38574,101967,3,188,691 -"139223",38574,107649,3,188,1573 -"139224",38574,111686,3,188,528 -"139225",38602,8062,3,2693,2858 -"139226",38602,31700,3,2693,2727 -"139227",38602,63077,3,2693,2778 -"139228",38602,88232,3,2693,2881 -"139229",38633,3966,3,2253,2425 -"139230",38633,12042,3,2253,2345 -"139231",38633,25325,2,2253,2963 -"139232",38633,38800,1,2253,2756 -"139233",38633,51783,2,2253,2599 -"139234",38633,66224,2,2253,2728 -"139235",38667,18543,3,2880,2968 -"139236",38676,900,2,2286,2726 -"139237",38676,3493,3,2286,2451 -"139238",38676,6234,3,2286,2654 -"139239",38676,11067,3,2286,2734 -"139240",38676,14972,3,2286,2332 -"139241",38676,18005,3,2286,2449 -"139242",38676,26658,3,2286,2745 -"139243",38676,30981,3,2286,2366 -"139244",38676,35264,3,2286,2329 -"139245",38676,36344,2,2286,2570 -"139246",38676,36912,3,2286,2469 -"139247",38676,42256,3,2286,2839 -"139248",38676,45585,3,2286,2384 -"139249",38676,45729,3,2286,2606 -"139250",38676,52815,3,2286,2323 -"139251",38676,56082,3,2286,2395 -"139252",38676,58284,3,2286,2292 -"139253",38676,64947,2,2286,2489 -"139254",38691,3403,3,2585,2951 -"139255",38691,5106,3,2585,2622 -"139256",38691,8062,3,2585,2858 -"139257",38691,17033,3,2585,2771 -"139258",38691,20941,1,2585,2725 -"139259",38691,22723,3,2585,2859 -"139260",38691,27686,2,2585,2844 -"139261",38691,29977,2,2585,2781 -"139262",38691,36278,3,2585,2952 -"139263",38691,36487,3,2585,2622 -"139264",38691,36953,3,2585,2790 -"139265",38691,40572,3,2585,2666 -"139266",38691,43673,3,2585,2787 -"139267",38691,56669,3,2585,2924 -"139268",38691,62626,3,2585,2787 -"139269",38691,70583,3,2585,2615 -"139270",38693,5683,3,2059,2468 -"139271",38694,270,3,817,2542 -"139272",38694,1364,3,817,859 -"139273",38694,1639,3,817,2631 -"139274",38694,2111,3,817,1904 -"139275",38694,2684,3,817,2874 -"139276",38694,3753,3,817,1255 -"139277",38694,5971,3,817,1985 -"139278",38694,6588,3,817,2025 -"139279",38694,6914,2,817,2668 -"139280",38694,7858,3,817,1795 -"139281",38694,10222,3,817,2212 -"139282",38694,10343,3,817,1072 -"139283",38694,10488,3,817,1524 -"139284",38694,10523,3,817,1510 -"139285",38694,10939,2,817,1376 -"139286",38694,11229,3,817,1625 -"139287",38694,12356,2,817,2757 -"139288",38694,14325,2,817,1976 -"139289",38694,14652,3,817,2516 -"139290",38694,14983,3,817,1047 -"139291",38694,15636,3,817,2857 -"139292",38694,15696,3,817,837 -"139293",38694,15700,3,817,1712 -"139294",38694,16954,3,817,2972 -"139295",38694,18005,3,817,2449 -"139296",38694,18563,3,817,2715 -"139297",38694,19173,3,817,1686 -"139298",38694,19637,3,817,1229 -"139299",38694,21133,3,817,1320 -"139300",38694,21138,3,817,2849 -"139301",38694,21225,3,817,1945 -"139302",38694,21406,3,817,2714 -"139303",38694,24198,3,817,2217 -"139304",38694,25129,3,817,2647 -"139305",38694,26031,3,817,1397 -"139306",38694,26218,2,817,2460 -"139307",38694,26793,3,817,2104 -"139308",38694,26848,3,817,2363 -"139309",38694,26867,3,817,1804 -"139310",38694,27744,3,817,861 -"139311",38694,29115,2,817,1047 -"139312",38694,30325,3,817,1067 -"139313",38694,31700,3,817,2727 -"139314",38694,33850,3,817,931 -"139315",38694,34509,3,817,1973 -"139316",38694,35481,2,817,2211 -"139317",38694,36031,3,817,2342 -"139318",38694,36609,3,817,2918 -"139319",38694,39657,2,817,1947 -"139320",38694,40028,2,817,1349 -"139321",38694,40072,3,817,1182 -"139322",38694,40931,2,817,2301 -"139323",38694,42574,2,817,2842 -"139324",38694,43153,2,817,1381 -"139325",38694,43213,3,817,2160 -"139326",38694,44420,2,817,2184 -"139327",38694,44521,3,817,1593 -"139328",38694,45618,3,817,2356 -"139329",38694,45650,3,817,1528 -"139330",38694,45729,3,817,2606 -"139331",38694,46629,3,817,2255 -"139332",38694,50236,3,817,2339 -"139333",38694,50269,3,817,1966 -"139334",38694,50272,2,817,842 -"139335",38694,52136,3,817,1412 -"139336",38694,53846,3,817,2737 -"139337",38694,56082,2,817,2395 -"139338",38694,56237,3,817,2625 -"139339",38694,56893,3,817,2597 -"139340",38694,57019,3,817,895 -"139341",38694,60862,1,817,1215 -"139342",38694,61785,3,817,822 -"139343",38694,64947,3,817,2489 -"139344",38694,65316,3,817,1020 -"139345",38694,67150,3,817,2633 -"139346",38694,67216,3,817,984 -"139347",38694,68299,3,817,866 -"139348",38694,70605,3,817,1176 -"139349",38694,72188,3,817,856 -"139350",38694,72207,3,817,2430 -"139351",38694,75403,3,817,1895 -"139352",38694,77550,3,817,1548 -"139353",38694,78350,3,817,1722 -"139354",38694,85444,3,817,944 -"139355",38694,86664,3,817,1146 -"139356",38694,89057,3,817,1286 -"139357",38694,89681,3,817,1978 -"139358",38694,91518,3,817,842 -"139359",38694,95011,3,817,1986 -"139360",38694,105685,2,817,2469 -"139361",38697,69453,2,2701,2831 -"139362",38727,377,3,2238,2389 -"139363",38727,1136,3,2238,2536 -"139364",38727,1151,2,2238,2885 -"139365",38727,1616,2,2238,2662 -"139366",38727,2036,3,2238,2483 -"139367",38727,2166,3,2238,2557 -"139368",38727,2224,3,2238,2751 -"139369",38727,2484,3,2238,2389 -"139370",38727,2954,3,2238,2727 -"139371",38727,3477,3,2238,2546 -"139372",38727,4057,3,2238,2389 -"139373",38727,5839,3,2238,2301 -"139374",38727,6063,3,2238,2349 -"139375",38727,7323,3,2238,2858 -"139376",38727,7847,3,2238,2424 -"139377",38727,8760,3,2238,2477 -"139378",38727,8762,3,2238,2585 -"139379",38727,11351,3,2238,2971 -"139380",38727,19606,3,2238,2783 -"139381",38727,33223,3,2238,2397 -"139382",38727,35256,3,2238,2271 -"139383",38727,39411,3,2238,2384 -"139384",38727,39444,3,2238,2695 -"139385",38727,40369,3,2238,2735 -"139386",38727,40931,3,2238,2301 -"139387",38727,43173,3,2238,2895 -"139388",38727,43518,3,2238,2680 -"139389",38727,47803,3,2238,2477 -"139390",38727,55139,3,2238,2323 -"139391",38727,60661,3,2238,2700 -"139392",38727,64997,3,2238,2791 -"139393",38728,2011,3,851,2176 -"139394",38728,3716,3,851,1679 -"139395",38728,6044,3,851,2744 -"139396",38728,31124,3,851,2351 -"139397",38728,35464,3,851,2502 -"139398",38728,36651,3,851,1600 -"139399",38728,42619,3,851,2017 -"139400",38728,46182,3,851,1613 -"139401",38728,56116,3,851,1321 -"139402",38728,70681,2,851,866 -"139403",38728,82628,3,851,1784 -"139404",38728,85444,3,851,944 -"139405",38728,88609,2,851,1917 -"139406",38732,854,1,2263,2307 -"139407",38732,1767,3,2263,2727 -"139408",38732,2484,3,2263,2389 -"139409",38732,3477,3,2263,2546 -"139410",38732,3495,2,2263,2431 -"139411",38732,6063,3,2263,2349 -"139412",38732,6192,3,2263,2409 -"139413",38732,8865,3,2263,2394 -"139414",38732,11103,3,2263,2393 -"139415",38732,13158,3,2263,2667 -"139416",38732,14959,3,2263,2898 -"139417",38732,17367,3,2263,2427 -"139418",38732,19605,3,2263,2395 -"139419",38732,29454,2,2263,2719 -"139420",38732,33223,3,2263,2397 -"139421",38732,39131,3,2263,2491 -"139422",38732,39556,3,2263,2747 -"139423",38732,41764,2,2263,2409 -"139424",38732,44268,3,2263,2436 -"139425",38732,50480,3,2263,2701 -"139426",38732,60179,3,2263,2708 -"139427",38732,66530,3,2263,2811 -"139428",38754,1785,3,835,2350 -"139429",38754,2370,3,835,1600 -"139430",38754,3360,3,835,1583 -"139431",38754,10119,3,835,2374 -"139432",38754,10400,3,835,1517 -"139433",38754,14838,2,835,1746 -"139434",38754,15558,3,835,2389 -"139435",38754,17552,3,835,2082 -"139436",38754,22746,2,835,913 -"139437",38754,23728,3,835,2601 -"139438",38754,23802,3,835,1713 -"139439",38754,48585,3,835,2063 -"139440",38754,51173,3,835,1829 -"139441",38754,65568,3,835,1699 -"139442",38754,79913,2,835,1514 -"139443",38754,86015,3,835,1514 -"139444",38754,88726,3,835,854 -"139445",38754,89258,3,835,1147 -"139446",38754,93459,3,835,1354 -"139447",38754,96387,3,835,2159 -"139448",38754,99291,3,835,930 -"139449",38754,102581,3,835,1813 -"139450",38755,102186,3,2902,2937 -"139451",38768,21945,2,2734,2781 -"139452",38774,455,3,144,2827 -"139453",38774,863,2,144,551 -"139454",38774,1092,3,144,1945 -"139455",38774,3753,3,144,1255 -"139456",38774,7013,3,144,2040 -"139457",38774,7506,3,144,2371 -"139458",38774,11127,3,144,1196 -"139459",38774,14676,3,144,2764 -"139460",38774,15716,3,144,1991 -"139461",38774,15917,2,144,205 -"139462",38774,16654,3,144,1843 -"139463",38774,17061,3,144,2385 -"139464",38774,21225,3,144,1945 -"139465",38774,22898,3,144,2316 -"139466",38774,23705,3,144,2699 -"139467",38774,26408,3,144,1545 -"139468",38774,27837,3,144,1315 -"139469",38774,39534,3,144,2410 -"139470",38774,49642,3,144,1166 -"139471",38774,50093,2,144,909 -"139472",38774,65625,3,144,1273 -"139473",38774,69091,3,144,1267 -"139474",38774,69438,3,144,830 -"139475",38774,76470,3,144,887 -"139476",38774,76682,3,144,581 -"139477",38774,77318,3,144,1643 -"139478",38774,90789,3,144,1218 -"139479",38774,102186,3,144,2937 -"139480",38774,105063,3,144,1908 -"139481",38780,2954,3,2705,2727 -"139482",38780,9362,3,2705,2879 -"139483",38780,26749,3,2705,2965 -"139484",38780,36087,3,2705,2755 -"139485",38785,194,1,437,1243 -"139486",38785,380,3,437,2261 -"139487",38785,728,3,437,1812 -"139488",38785,1314,3,437,1522 -"139489",38785,1349,3,437,1147 -"139490",38785,1519,3,437,2349 -"139491",38785,1629,3,437,1289 -"139492",38785,1702,1,437,1984 -"139493",38785,1846,1,437,1845 -"139494",38785,2351,3,437,1868 -"139495",38785,2424,3,437,2582 -"139496",38785,2540,3,437,1398 -"139497",38785,2852,3,437,2448 -"139498",38785,2936,2,437,2512 -"139499",38785,3127,3,437,2273 -"139500",38785,3271,3,437,2216 -"139501",38785,3477,3,437,2546 -"139502",38785,3493,3,437,2451 -"139503",38785,3978,3,437,2775 -"139504",38785,4001,3,437,1687 -"139505",38785,4303,3,437,2414 -"139506",38785,4526,3,437,1728 -"139507",38785,4646,3,437,2139 -"139508",38785,4669,3,437,2395 -"139509",38785,5235,3,437,2324 -"139510",38785,5792,2,437,975 -"139511",38785,5897,3,437,2337 -"139512",38785,6449,3,437,1997 -"139513",38785,6821,3,437,1788 -"139514",38785,7337,1,437,1797 -"139515",38785,7450,3,437,2827 -"139516",38785,7937,3,437,2044 -"139517",38785,8395,2,437,896 -"139518",38785,8726,3,437,2083 -"139519",38785,9227,3,437,1267 -"139520",38785,9272,3,437,2835 -"139521",38785,9481,3,437,1610 -"139522",38785,9503,3,437,2453 -"139523",38785,9723,3,437,2302 -"139524",38785,10050,3,437,1792 -"139525",38785,10754,3,437,1797 -"139526",38785,11537,2,437,469 -"139527",38785,11639,3,437,1593 -"139528",38785,12361,3,437,2732 -"139529",38785,12518,3,437,2747 -"139530",38785,12781,3,437,831 -"139531",38785,13099,3,437,1547 -"139532",38785,13296,3,437,839 -"139533",38785,13566,2,437,2056 -"139534",38785,15535,2,437,891 -"139535",38785,16286,3,437,2470 -"139536",38785,16437,3,437,1956 -"139537",38785,16501,3,437,1650 -"139538",38785,16715,3,437,1218 -"139539",38785,17037,3,437,2947 -"139540",38785,18381,3,437,1524 -"139541",38785,18978,3,437,952 -"139542",38785,19073,3,437,2748 -"139543",38785,19655,3,437,2706 -"139544",38785,20941,3,437,2725 -"139545",38785,21207,2,437,1258 -"139546",38785,21383,3,437,971 -"139547",38785,21684,3,437,1971 -"139548",38785,22586,3,437,1341 -"139549",38785,23756,2,437,2309 -"139550",38785,23966,2,437,891 -"139551",38785,25373,3,437,2783 -"139552",38785,25577,3,437,1946 -"139553",38785,26700,3,437,1663 -"139554",38785,26734,3,437,2299 -"139555",38785,26838,3,437,685 -"139556",38785,27545,3,437,855 -"139557",38785,27686,3,437,2844 -"139558",38785,27742,3,437,2700 -"139559",38785,28893,3,437,2764 -"139560",38785,29267,3,437,1234 -"139561",38785,29286,3,437,1612 -"139562",38785,29353,2,437,502 -"139563",38785,29977,3,437,2781 -"139564",38785,30010,3,437,2917 -"139565",38785,30057,3,437,504 -"139566",38785,30669,3,437,1921 -"139567",38785,30870,2,437,2370 -"139568",38785,31335,3,437,2351 -"139569",38785,31408,3,437,994 -"139570",38785,31866,3,437,2101 -"139571",38785,31868,3,437,1993 -"139572",38785,31924,3,437,643 -"139573",38785,32240,3,437,706 -"139574",38785,32470,3,437,1539 -"139575",38785,33681,3,437,1059 -"139576",38785,33870,3,437,955 -"139577",38785,34216,3,437,2832 -"139578",38785,35709,3,437,464 -"139579",38785,35728,3,437,2017 -"139580",38785,36278,3,437,2952 -"139581",38785,36892,3,437,643 -"139582",38785,36953,3,437,2790 -"139583",38785,37752,3,437,2223 -"139584",38785,38807,3,437,631 -"139585",38785,39589,2,437,1292 -"139586",38785,40572,3,437,2666 -"139587",38785,41023,3,437,2408 -"139588",38785,41439,3,437,709 -"139589",38785,41581,3,437,1692 -"139590",38785,42813,3,437,2142 -"139591",38785,43204,3,437,1680 -"139592",38785,43226,3,437,2442 -"139593",38785,43673,3,437,2787 -"139594",38785,44074,3,437,1299 -"139595",38785,45869,3,437,2840 -"139596",38785,46486,2,437,1868 -"139597",38785,46982,3,437,2806 -"139598",38785,47013,3,437,2388 -"139599",38785,47595,3,437,2374 -"139600",38785,47654,3,437,1664 -"139601",38785,48110,3,437,2009 -"139602",38785,50354,3,437,1299 -"139603",38785,51144,3,437,2466 -"139604",38785,51200,3,437,2245 -"139605",38785,51687,3,437,2333 -"139606",38785,51879,2,437,1771 -"139607",38785,52136,3,437,1412 -"139608",38785,53726,3,437,1729 -"139609",38785,53924,3,437,1289 -"139610",38785,54467,3,437,919 -"139611",38785,54523,3,437,1935 -"139612",38785,57765,3,437,2893 -"139613",38785,58508,3,437,2326 -"139614",38785,58745,3,437,1920 -"139615",38785,59039,3,437,2870 -"139616",38785,60258,3,437,2405 -"139617",38785,61125,3,437,1673 -"139618",38785,62626,2,437,2787 -"139619",38785,63662,3,437,721 -"139620",38785,64156,2,437,675 -"139621",38785,67617,2,437,1149 -"139622",38785,67815,3,437,2476 -"139623",38785,68539,3,437,1158 -"139624",38785,69037,3,437,849 -"139625",38785,69335,3,437,2698 -"139626",38785,69810,3,437,2321 -"139627",38785,71273,3,437,1188 -"139628",38785,71467,3,437,1051 -"139629",38785,72632,2,437,1289 -"139630",38785,73107,3,437,1918 -"139631",38785,73582,3,437,2075 -"139632",38785,74370,3,437,1667 -"139633",38785,76606,3,437,885 -"139634",38785,80301,3,437,1690 -"139635",38785,80812,3,437,2357 -"139636",38785,81077,3,437,498 -"139637",38785,81162,3,437,1240 -"139638",38785,82932,3,437,2245 -"139639",38785,85198,3,437,1794 -"139640",38785,87142,3,437,591 -"139641",38785,87907,3,437,1173 -"139642",38785,90709,2,437,1080 -"139643",38785,91849,3,437,1166 -"139644",38785,94219,3,437,717 -"139645",38785,95416,3,437,982 -"139646",38785,95690,3,437,765 -"139647",38785,96310,3,437,1016 -"139648",38785,97476,3,437,975 -"139649",38785,99332,2,437,873 -"139650",38785,101453,2,437,454 -"139651",38785,111375,3,437,2686 -"139652",38785,116350,3,437,1363 -"139653",38796,543,3,1642,2203 -"139654",38796,1616,3,1642,2662 -"139655",38796,2484,3,1642,2389 -"139656",38796,3161,3,1642,2229 -"139657",38796,5462,3,1642,2374 -"139658",38796,5504,3,1642,2389 -"139659",38796,12713,2,1642,2440 -"139660",38796,15299,3,1642,2213 -"139661",38796,17410,3,1642,2073 -"139662",38796,20700,3,1642,2861 -"139663",38796,22749,3,1642,1727 -"139664",38796,28216,3,1642,1910 -"139665",38796,35256,3,1642,2271 -"139666",38800,25325,2,2756,2963 -"139667",38805,8062,3,1031,2858 -"139668",38805,11029,3,1031,2362 -"139669",38805,25373,3,1031,2783 -"139670",38805,34870,3,1031,1873 -"139671",38805,41581,3,1031,1692 -"139672",38805,50278,3,1031,1127 -"139673",38807,1519,3,631,2349 -"139674",38807,3978,3,631,2775 -"139675",38807,7337,3,631,1797 -"139676",38807,9484,3,631,1429 -"139677",38807,14754,3,631,2456 -"139678",38807,15826,3,631,2772 -"139679",38807,18381,3,631,1524 -"139680",38807,25373,3,631,2783 -"139681",38807,28446,3,631,917 -"139682",38807,35797,3,631,2482 -"139683",38807,36346,3,631,1240 -"139684",38807,39418,3,631,1978 -"139685",38807,40309,3,631,871 -"139686",38807,41694,3,631,2358 -"139687",38807,43207,3,631,635 -"139688",38807,44341,2,631,1230 -"139689",38807,55482,3,631,1866 -"139690",38807,62712,3,631,2884 -"139691",38807,63662,2,631,721 -"139692",38807,69037,3,631,849 -"139693",38807,83301,3,631,1385 -"139694",38807,90745,3,631,1994 -"139695",38807,99298,3,631,679 -"139696",38807,99332,3,631,873 -"139697",38807,106399,3,631,1530 -"139698",38816,14,3,1225,1793 -"139699",38816,330,3,1225,2163 -"139700",38816,371,3,1225,2950 -"139701",38816,680,3,1225,2569 -"139702",38816,860,2,1225,1258 -"139703",38816,913,3,1225,2144 -"139704",38816,2959,3,1225,1785 -"139705",38816,2985,3,1225,2398 -"139706",38816,3068,3,1225,1815 -"139707",38816,6821,3,1225,1788 -"139708",38816,7942,3,1225,2623 -"139709",38816,8274,2,1225,1909 -"139710",38816,8327,3,1225,2527 -"139711",38816,8865,2,1225,2394 -"139712",38816,9484,3,1225,1429 -"139713",38816,10336,3,1225,2271 -"139714",38816,14754,3,1225,2456 -"139715",38816,14817,3,1225,2110 -"139716",38816,15433,3,1225,2038 -"139717",38816,15567,3,1225,2671 -"139718",38816,15826,2,1225,2772 -"139719",38816,16482,3,1225,1958 -"139720",38816,18124,3,1225,1642 -"139721",38816,19433,2,1225,2504 -"139722",38816,19587,3,1225,1684 -"139723",38816,21741,3,1225,1574 -"139724",38816,23277,3,1225,1267 -"139725",38816,27275,3,1225,2656 -"139726",38816,27390,2,1225,2425 -"139727",38816,27882,3,1225,1897 -"139728",38816,27908,3,1225,2576 -"139729",38816,28051,3,1225,2089 -"139730",38816,29267,3,1225,1234 -"139731",38816,29495,3,1225,1612 -"139732",38816,30334,3,1225,2075 -"139733",38816,30865,3,1225,2038 -"139734",38816,32097,3,1225,1307 -"139735",38816,32606,3,1225,2100 -"139736",38816,33657,3,1225,2336 -"139737",38816,35903,3,1225,1434 -"139738",38816,36124,3,1225,1776 -"139739",38816,36344,3,1225,2570 -"139740",38816,36346,3,1225,1240 -"139741",38816,36912,3,1225,2469 -"139742",38816,37636,3,1225,2178 -"139743",38816,37937,3,1225,1320 -"139744",38816,38676,3,1225,2286 -"139745",38816,39062,2,1225,2020 -"139746",38816,39418,3,1225,1978 -"139747",38816,39534,3,1225,2410 -"139748",38816,40392,3,1225,1878 -"139749",38816,44074,3,1225,1299 -"139750",38816,45729,3,1225,2606 -"139751",38816,45730,3,1225,2063 -"139752",38816,46486,3,1225,1868 -"139753",38816,46532,3,1225,2005 -"139754",38816,46650,2,1225,1330 -"139755",38816,47595,3,1225,2374 -"139756",38816,48274,3,1225,1979 -"139757",38816,49347,3,1225,2504 -"139758",38816,50480,3,1225,2701 -"139759",38816,51783,3,1225,2599 -"139760",38816,52483,3,1225,2317 -"139761",38816,69232,3,1225,2130 -"139762",38816,87958,3,1225,1234 -"139763",38816,91579,3,1225,2510 -"139764",38869,1046,3,1675,1881 -"139765",38869,2766,3,1675,1920 -"139766",38869,3164,2,1675,2693 -"139767",38869,5148,3,1675,2206 -"139768",38869,5669,2,1675,2502 -"139769",38869,5725,2,1675,2789 -"139770",38869,6030,1,1675,2953 -"139771",38869,8533,3,1675,2251 -"139772",38869,10874,3,1675,1891 -"139773",38869,11966,3,1675,2385 -"139774",38869,13780,3,1675,2412 -"139775",38869,15184,2,1675,2396 -"139776",38869,15301,3,1675,2308 -"139777",38869,20284,3,1675,2530 -"139778",38869,21571,3,1675,2755 -"139779",38869,22566,2,1675,2308 -"139780",38869,28050,2,1675,1955 -"139781",38869,28168,2,1675,2702 -"139782",38869,28285,3,1675,2972 -"139783",38869,29004,3,1675,2596 -"139784",38869,31799,3,1675,2547 -"139785",38869,39087,3,1675,2765 -"139786",38869,47947,3,1675,2681 -"139787",38869,51052,3,1675,2784 -"139788",38869,57246,3,1675,1873 -"139789",38869,62840,3,1675,2502 -"139790",38885,5725,3,2720,2789 -"139791",38885,28982,3,2720,2746 -"139792",38885,43756,2,2720,2881 -"139793",38887,2603,3,2468,2906 -"139794",38887,9272,3,2468,2835 -"139795",38887,10890,3,2468,2639 -"139796",38887,26436,3,2468,2489 -"139797",38887,27753,3,2468,2750 -"139798",38887,54740,3,2468,2750 -"139799",38887,64793,3,2468,2819 -"139800",38887,69335,3,2468,2698 -"139801",38908,2765,3,1787,2321 -"139802",38908,9030,3,1787,1979 -"139803",38908,10222,3,1787,2212 -"139804",38908,15343,3,1787,2125 -"139805",38908,17826,3,1787,2920 -"139806",38908,18458,3,1787,2477 -"139807",38908,19872,3,1787,2913 -"139808",38908,20423,3,1787,2654 -"139809",38908,20659,3,1787,1969 -"139810",38908,21417,3,1787,2422 -"139811",38908,23508,3,1787,1907 -"139812",38908,24146,3,1787,2003 -"139813",38908,26106,3,1787,2015 -"139814",38908,29756,3,1787,2051 -"139815",38908,36962,3,1787,2861 -"139816",38908,37677,3,1787,1908 -"139817",38908,39827,3,1787,2321 -"139818",38908,45664,3,1787,2235 -"139819",38908,48127,3,1787,2677 -"139820",38908,48820,2,1787,2769 -"139821",38908,49032,2,1787,2469 -"139822",38908,49461,3,1787,2793 -"139823",38908,53637,3,1787,2113 -"139824",38908,55556,3,1787,2075 -"139825",38908,67264,2,1787,2790 -"139826",38908,73266,3,1787,2496 -"139827",38908,77057,3,1787,1866 -"139828",38908,86799,3,1787,1951 -"139829",38915,680,3,746,2569 -"139830",38915,1314,1,746,1522 -"139831",38915,1349,3,746,1147 -"139832",38915,1519,1,746,2349 -"139833",38915,1702,3,746,1984 -"139834",38915,2206,3,746,2536 -"139835",38915,2407,3,746,1725 -"139836",38915,2489,2,746,1537 -"139837",38915,2852,3,746,2448 -"139838",38915,3235,3,746,799 -"139839",38915,3403,3,746,2951 -"139840",38915,4001,1,746,1687 -"139841",38915,4303,3,746,2414 -"139842",38915,4526,2,746,1728 -"139843",38915,4660,2,746,2149 -"139844",38915,4665,3,746,1569 -"139845",38915,5106,3,746,2622 -"139846",38915,5897,3,746,2337 -"139847",38915,6877,3,746,867 -"139848",38915,8062,3,746,2858 -"139849",38915,10129,3,746,2124 -"139850",38915,10239,3,746,2032 -"139851",38915,10333,3,746,1615 -"139852",38915,10457,3,746,1711 -"139853",38915,11108,2,746,1609 -"139854",38915,12031,3,746,1957 -"139855",38915,12081,3,746,2166 -"139856",38915,12781,3,746,831 -"139857",38915,12861,3,746,1207 -"139858",38915,13136,3,746,2867 -"139859",38915,15535,3,746,891 -"139860",38915,15683,3,746,1729 -"139861",38915,16866,3,746,2718 -"139862",38915,17033,3,746,2771 -"139863",38915,17257,3,746,1117 -"139864",38915,18865,3,746,2676 -"139865",38915,20395,3,746,1468 -"139866",38915,20941,1,746,2725 -"139867",38915,21207,3,746,1258 -"139868",38915,22723,3,746,2859 -"139869",38915,23756,3,746,2309 -"139870",38915,23966,2,746,891 -"139871",38915,27320,3,746,2378 -"139872",38915,27686,2,746,2844 -"139873",38915,28904,3,746,926 -"139874",38915,28909,2,746,978 -"139875",38915,29289,2,746,1756 -"139876",38915,29977,2,746,2781 -"139877",38915,30034,2,746,2357 -"139878",38915,31335,2,746,2351 -"139879",38915,31866,3,746,2101 -"139880",38915,32470,3,746,1539 -"139881",38915,33870,3,746,955 -"139882",38915,34334,3,746,1637 -"139883",38915,35589,3,746,983 -"139884",38915,36278,3,746,2952 -"139885",38915,36487,3,746,2622 -"139886",38915,36953,3,746,2790 -"139887",38915,38492,3,746,2280 -"139888",38915,38691,1,746,2585 -"139889",38915,40572,3,746,2666 -"139890",38915,41633,3,746,1976 -"139891",38915,41723,3,746,2101 -"139892",38915,42813,3,746,2142 -"139893",38915,43673,2,746,2787 -"139894",38915,44694,3,746,2220 -"139895",38915,47013,3,746,2388 -"139896",38915,50113,3,746,2059 -"139897",38915,50585,3,746,2414 -"139898",38915,50630,3,746,2615 -"139899",38915,54313,3,746,1645 -"139900",38915,56669,3,746,2924 -"139901",38915,58421,3,746,910 -"139902",38915,61245,3,746,955 -"139903",38915,62626,3,746,2787 -"139904",38915,63395,3,746,2334 -"139905",38915,63641,3,746,2337 -"139906",38915,66717,3,746,2104 -"139907",38915,67617,3,746,1149 -"139908",38915,68691,3,746,1209 -"139909",38915,68885,3,746,2151 -"139910",38915,68931,3,746,2771 -"139911",38915,70455,3,746,1307 -"139912",38915,70583,2,746,2615 -"139913",38915,72535,3,746,1191 -"139914",38915,83253,3,746,1102 -"139915",38915,87958,3,746,1234 -"139916",38915,90943,3,746,1754 -"139917",38915,91279,3,746,966 -"139918",38915,91806,3,746,969 -"139919",38915,92860,3,746,1643 -"139920",38915,95690,3,746,765 -"139921",38915,96007,3,746,895 -"139922",38915,99288,2,746,983 -"139923",38915,111208,3,746,847 -"139924",38921,270,3,1880,2542 -"139925",38921,313,3,1880,2271 -"139926",38921,377,2,1880,2389 -"139927",38921,380,3,1880,2261 -"139928",38921,499,3,1880,1931 -"139929",38921,543,2,1880,2203 -"139930",38921,854,2,1880,2307 -"139931",38921,1102,3,1880,2282 -"139932",38921,1151,2,1880,2885 -"139933",38921,1355,3,1880,2473 -"139934",38921,1495,2,1880,2046 -"139935",38921,1616,2,1880,2662 -"139936",38921,1777,3,1880,1965 -"139937",38921,2036,3,1880,2483 -"139938",38921,2424,3,1880,2582 -"139939",38921,2484,1,1880,2389 -"139940",38921,2747,3,1880,2411 -"139941",38921,2766,2,1880,1920 -"139942",38921,3161,2,1880,2229 -"139943",38921,3164,3,1880,2693 -"139944",38921,3628,3,1880,2707 -"139945",38921,3853,3,1880,2465 -"139946",38921,3878,3,1880,1890 -"139947",38921,3947,3,1880,2067 -"139948",38921,4057,3,1880,2389 -"139949",38921,4504,3,1880,1905 -"139950",38921,4763,3,1880,1960 -"139951",38921,4953,3,1880,2285 -"139952",38921,5078,3,1880,2033 -"139953",38921,5235,3,1880,2324 -"139954",38921,5457,3,1880,2077 -"139955",38921,5462,3,1880,2374 -"139956",38921,5504,2,1880,2389 -"139957",38921,5971,3,1880,1985 -"139958",38921,6192,3,1880,2409 -"139959",38921,6222,1,1880,1949 -"139960",38921,6718,3,1880,2138 -"139961",38921,7323,2,1880,2858 -"139962",38921,7406,3,1880,1906 -"139963",38921,7616,3,1880,2296 -"139964",38921,7677,3,1880,2338 -"139965",38921,7703,3,1880,2122 -"139966",38921,7992,3,1880,2033 -"139967",38921,8610,3,1880,2240 -"139968",38921,8760,3,1880,2477 -"139969",38921,8762,3,1880,2585 -"139970",38921,8865,3,1880,2394 -"139971",38921,9311,2,1880,2477 -"139972",38921,9362,3,1880,2879 -"139973",38921,10843,3,1880,2277 -"139974",38921,10874,3,1880,1891 -"139975",38921,11351,3,1880,2971 -"139976",38921,11440,3,1880,2026 -"139977",38921,12356,3,1880,2757 -"139978",38921,12388,2,1880,1975 -"139979",38921,12713,3,1880,2440 -"139980",38921,12778,2,1880,2045 -"139981",38921,13573,3,1880,2774 -"139982",38921,13929,3,1880,2693 -"139983",38921,14252,3,1880,2244 -"139984",38921,14655,3,1880,2559 -"139985",38921,14959,1,1880,2898 -"139986",38921,15184,3,1880,2396 -"139987",38921,15444,3,1880,2764 -"139988",38921,15626,3,1880,2434 -"139989",38921,15930,3,1880,2541 -"139990",38921,16539,2,1880,1947 -"139991",38921,16587,3,1880,2065 -"139992",38921,17351,3,1880,2036 -"139993",38921,17365,3,1880,2746 -"139994",38921,17410,3,1880,2073 -"139995",38921,17520,1,1880,2276 -"139996",38921,17632,3,1880,1947 -"139997",38921,18165,3,1880,2085 -"139998",38921,18394,2,1880,2356 -"139999",38921,19606,2,1880,2783 -"140000",38921,19719,3,1880,2177 -"140001",38921,20067,2,1880,2390 -"140002",38921,20311,3,1880,1981 -"140003",38921,20700,2,1880,2861 -"140004",38921,21104,3,1880,2327 -"140005",38921,21209,3,1880,2184 -"140006",38921,21248,3,1880,2232 -"140007",38921,21693,3,1880,2176 -"140008",38921,21706,3,1880,1988 -"140009",38921,22326,3,1880,2818 -"140010",38921,23460,3,1880,2183 -"140011",38921,23509,3,1880,2275 -"140012",38921,23641,3,1880,1934 -"140013",38921,23726,3,1880,2434 -"140014",38921,23787,3,1880,2810 -"140015",38921,23869,3,1880,1918 -"140016",38921,24568,3,1880,1937 -"140017",38921,24753,3,1880,2860 -"140018",38921,24756,3,1880,2530 -"140019",38921,25486,3,1880,2582 -"140020",38921,25874,2,1880,2088 -"140021",38921,26451,3,1880,2133 -"140022",38921,26582,3,1880,2772 -"140023",38921,26658,3,1880,2745 -"140024",38921,28216,3,1880,1910 -"140025",38921,28626,3,1880,2842 -"140026",38921,29073,3,1880,2328 -"140027",38921,29095,2,1880,2531 -"140028",38921,29314,2,1880,2736 -"140029",38921,29454,3,1880,2719 -"140030",38921,30236,3,1880,2238 -"140031",38921,30405,3,1880,2164 -"140032",38921,30906,3,1880,2537 -"140033",38921,31700,3,1880,2727 -"140034",38921,32516,2,1880,2050 -"140035",38921,32939,3,1880,2277 -"140036",38921,33433,3,1880,2805 -"140037",38921,33801,3,1880,2899 -"140038",38921,34707,3,1880,2042 -"140039",38921,35235,2,1880,2610 -"140040",38921,35256,2,1880,2271 -"140041",38921,37238,2,1880,2609 -"140042",38921,37570,2,1880,2389 -"140043",38921,38307,3,1880,2648 -"140044",38921,38732,3,1880,2263 -"140045",38921,41682,2,1880,1988 -"140046",38921,41900,3,1880,1970 -"140047",38921,41945,2,1880,2856 -"140048",38921,43455,2,1880,2846 -"140049",38921,43479,3,1880,2178 -"140050",38921,44420,3,1880,2184 -"140051",38921,44885,1,1880,2670 -"140052",38921,44899,1,1880,2386 -"140053",38921,46629,3,1880,2255 -"140054",38921,46803,3,1880,2305 -"140055",38921,50118,3,1880,2654 -"140056",38921,50236,3,1880,2339 -"140057",38921,50252,1,1880,2001 -"140058",38921,51866,3,1880,2411 -"140059",38921,52576,3,1880,2234 -"140060",38921,53013,3,1880,2523 -"140061",38921,53293,3,1880,2916 -"140062",38921,53475,3,1880,2853 -"140063",38921,53604,3,1880,2489 -"140064",38921,54903,3,1880,2493 -"140065",38921,56082,3,1880,2395 -"140066",38921,57077,3,1880,1885 -"140067",38921,57804,3,1880,2214 -"140068",38921,58733,3,1880,1958 -"140069",38921,58993,3,1880,2390 -"140070",38921,59113,3,1880,2434 -"140071",38921,59140,3,1880,2528 -"140072",38921,61188,3,1880,2134 -"140073",38921,61982,3,1880,2725 -"140074",38921,63409,3,1880,1937 -"140075",38921,68083,3,1880,2795 -"140076",38921,70203,2,1880,2756 -"140077",38921,80429,3,1880,1927 -"140078",38921,85430,3,1880,2370 -"140079",38921,89826,3,1880,2033 -"140080",38921,91570,3,1880,2229 -"140081",38938,4066,3,1593,1736 -"140082",38938,6417,3,1593,1675 -"140083",38938,11218,3,1593,2292 -"140084",38938,26700,1,1593,1663 -"140085",38938,35980,3,1593,2657 -"140086",38938,48214,3,1593,2756 -"140087",38938,54929,3,1593,2783 -"140088",38938,58875,3,1593,1899 -"140089",38938,79432,3,1593,1708 -"140090",38938,92217,2,1593,1663 -"140091",38955,32939,3,218,2277 -"140092",38955,57804,3,218,2214 -"140093",38970,357,3,210,2327 -"140094",38970,1224,3,210,2435 -"140095",38970,6104,3,210,2462 -"140096",38970,7127,3,210,2352 -"140097",38970,9030,3,210,1979 -"140098",38970,10382,3,210,2111 -"140099",38970,13043,3,210,1295 -"140100",38970,19627,2,210,627 -"140101",38970,19835,3,210,1135 -"140102",38970,20259,3,210,2751 -"140103",38970,20893,2,210,2695 -"140104",38970,24923,2,210,2785 -"140105",38970,27173,3,210,2050 -"140106",38970,34509,3,210,1973 -"140107",38970,37333,3,210,1612 -"140108",38970,39982,3,210,1529 -"140109",38970,43114,3,210,1537 -"140110",38970,49277,3,210,1928 -"140111",38970,50872,3,210,864 -"140112",38970,59539,3,210,2429 -"140113",38970,61719,3,210,1515 -"140114",38970,63568,3,210,570 -"140115",38970,92345,3,210,324 -"140116",38970,92973,2,210,1276 -"140117",38970,93753,2,210,408 -"140118",38970,93953,3,210,969 -"140119",38973,913,3,1999,2144 -"140120",38973,997,3,1999,2788 -"140121",38973,1324,1,1999,2147 -"140122",38973,3896,3,1999,2693 -"140123",38973,15636,3,1999,2857 -"140124",38973,20730,3,1999,2243 -"140125",38973,22808,3,1999,2297 -"140126",38973,23319,3,1999,2867 -"140127",38973,23787,3,1999,2810 -"140128",38973,26582,3,1999,2772 -"140129",38973,31132,3,1999,2744 -"140130",38973,34735,3,1999,2767 -"140131",38973,36031,3,1999,2342 -"140132",38973,41770,3,1999,2752 -"140133",38973,42196,3,1999,2765 -"140134",38973,42799,3,1999,2729 -"140135",38973,47386,3,1999,2226 -"140136",38973,48215,2,1999,2028 -"140137",38973,63395,3,1999,2334 -"140138",38975,44564,1,1999,2034 -"140139",39009,1574,2,1594,1718 -"140140",39009,4784,3,1594,2511 -"140141",39009,6020,3,1594,1864 -"140142",39009,9269,3,1594,1892 -"140143",39009,9895,3,1594,1960 -"140144",39009,9910,3,1594,2526 -"140145",39009,14172,3,1594,1923 -"140146",39009,16347,3,1594,1868 -"140147",39009,19656,3,1594,2059 -"140148",39009,20695,3,1594,2526 -"140149",39009,21358,3,1594,1970 -"140150",39009,30096,2,1594,2082 -"140151",39009,31295,3,1594,2183 -"140152",39009,34331,3,1594,1727 -"140153",39009,41489,3,1594,2006 -"140154",39009,42382,3,1594,2224 -"140155",39009,46520,3,1594,1776 -"140156",39009,56364,3,1594,1626 -"140157",39009,65434,3,1594,2866 -"140158",39009,84591,3,1594,1685 -"140159",39009,85525,2,1594,1718 -"140160",39014,4675,3,1188,1741 -"140161",39014,25480,3,1188,2747 -"140162",39014,29224,2,1188,2011 -"140163",39014,68831,3,1188,1446 -"140164",39014,94138,3,1188,1939 -"140165",39014,102284,3,1188,2877 -"140166",39014,103560,2,1188,2746 -"140167",39044,3405,3,470,2438 -"140168",39044,5673,3,470,1567 -"140169",39044,9727,3,470,2327 -"140170",39044,15094,1,470,978 -"140171",39044,15502,3,470,2637 -"140172",39044,16690,3,470,2132 -"140173",39044,21895,3,470,1693 -"140174",39044,22723,3,470,2859 -"140175",39044,34334,2,470,1637 -"140176",39044,39577,3,470,1728 -"140177",39044,40715,3,470,2258 -"140178",39044,47559,2,470,1826 -"140179",39044,80728,3,470,599 -"140180",39044,86931,3,470,1474 -"140181",39044,86970,3,470,1664 -"140182",39044,87624,1,470,570 -"140183",39062,140,3,2020,2267 -"140184",39062,841,3,2020,2964 -"140185",39062,2985,3,2020,2398 -"140186",39062,3127,3,2020,2273 -"140187",39062,3477,3,2020,2546 -"140188",39062,3493,3,2020,2451 -"140189",39062,3978,3,2020,2775 -"140190",39062,4313,3,2020,2368 -"140191",39062,4367,3,2020,2794 -"140192",39062,4660,3,2020,2149 -"140193",39062,6063,3,2020,2349 -"140194",39062,7450,3,2020,2827 -"140195",39062,8568,3,2020,2706 -"140196",39062,8865,2,2020,2394 -"140197",39062,9241,3,2020,2338 -"140198",39062,10336,3,2020,2271 -"140199",39062,14817,1,2020,2110 -"140200",39062,15567,3,2020,2671 -"140201",39062,15826,2,2020,2772 -"140202",39062,19433,1,2020,2504 -"140203",39062,19686,3,2020,2467 -"140204",39062,20984,3,2020,2502 -"140205",39062,22578,3,2020,2216 -"140206",39062,23325,3,2020,2779 -"140207",39062,25373,3,2020,2783 -"140208",39062,26182,2,2020,2775 -"140209",39062,27320,3,2020,2378 -"140210",39062,27390,3,2020,2425 -"140211",39062,27908,2,2020,2576 -"140212",39062,28869,3,2020,2425 -"140213",39062,28893,3,2020,2764 -"140214",39062,30368,3,2020,2487 -"140215",39062,31700,2,2020,2727 -"140216",39062,32606,3,2020,2100 -"140217",39062,33223,3,2020,2397 -"140218",39062,36678,3,2020,2446 -"140219",39062,36912,3,2020,2469 -"140220",39062,36953,3,2020,2790 -"140221",39062,37238,3,2020,2609 -"140222",39062,40572,3,2020,2666 -"140223",39062,42813,3,2020,2142 -"140224",39062,44497,3,2020,2401 -"140225",39062,47013,3,2020,2388 -"140226",39062,47595,1,2020,2374 -"140227",39062,47840,3,2020,2509 -"140228",39062,48215,3,2020,2028 -"140229",39062,51144,3,2020,2466 -"140230",39062,51200,3,2020,2245 -"140231",39062,51774,2,2020,2459 -"140232",39062,51838,3,2020,2288 -"140233",39062,52483,2,2020,2317 -"140234",39062,57356,3,2020,2476 -"140235",39062,61337,3,2020,2777 -"140236",39062,63641,3,2020,2337 -"140237",39062,64947,3,2020,2489 -"140238",39062,65856,3,2020,2504 -"140239",39062,66717,3,2020,2104 -"140240",39062,69232,3,2020,2130 -"140241",39064,5610,3,981,2223 -"140242",39064,31890,3,981,1487 -"140243",39064,31901,3,981,1251 -"140244",39064,43614,1,981,1712 -"140245",39064,50001,3,981,1518 -"140246",39069,6241,3,1802,2264 -"140247",39069,12713,2,1802,2440 -"140248",39069,17410,2,1802,2073 -"140249",39069,25569,3,1802,2317 -"140250",39081,6914,2,1597,2668 -"140251",39081,17381,3,1597,1697 -"140252",39081,19718,3,1597,1702 -"140253",39081,23729,3,1597,1624 -"140254",39081,35481,3,1597,2211 -"140255",39081,54250,3,1597,2340 -"140256",39081,105685,3,1597,2469 -"140257",39087,5725,1,2765,2789 -"140258",39087,12867,3,2765,2773 -"140259",39087,28285,2,2765,2972 -"140260",39105,2334,2,2487,2619 -"140261",39105,10638,3,2487,2692 -"140262",39105,11506,2,2487,2824 -"140263",39105,18943,2,2487,2861 -"140264",39105,20007,3,2487,2971 -"140265",39105,21180,3,2487,2762 -"140266",39105,36574,3,2487,2934 -"140267",39105,38144,2,2487,2637 -"140268",39105,38309,3,2487,2644 -"140269",39105,38755,2,2487,2902 -"140270",39105,41978,3,2487,2824 -"140271",39105,53013,3,2487,2523 -"140272",39105,59039,3,2487,2870 -"140273",39105,68592,3,2487,2551 -"140274",39105,69335,3,2487,2698 -"140275",39105,79322,3,2487,2770 -"140276",39131,65572,3,2491,2750 -"140277",39135,7794,3,2489,2972 -"140278",39135,38307,3,2489,2648 -"140279",39135,42216,3,2489,2722 -"140280",39135,43404,3,2489,2649 -"140281",39135,43455,3,2489,2846 -"140282",39135,53968,2,2489,2703 -"140283",39135,55691,3,2489,2856 -"140284",39135,62413,3,2489,2703 -"140285",39186,357,3,1258,2327 -"140286",39186,3966,3,1258,2425 -"140287",39186,5350,3,1258,2522 -"140288",39186,5984,3,1258,1675 -"140289",39186,5986,3,1258,1721 -"140290",39186,6417,3,1258,1675 -"140291",39186,11218,3,1258,2292 -"140292",39186,12042,3,1258,2345 -"140293",39186,12462,3,1258,1461 -"140294",39186,14032,3,1258,2144 -"140295",39186,14972,3,1258,2332 -"140296",39186,16096,2,1258,2301 -"140297",39186,16352,3,1258,2657 -"140298",39186,18348,3,1258,1711 -"140299",39186,19733,3,1258,1907 -"140300",39186,21029,3,1258,1943 -"140301",39186,21872,3,1258,2458 -"140302",39186,23310,3,1258,2371 -"140303",39186,23806,2,1258,1671 -"140304",39186,28626,3,1258,2842 -"140305",39186,32694,2,1258,1602 -"140306",39186,36691,2,1258,1903 -"140307",39186,44521,3,1258,1593 -"140308",39186,56604,3,1258,1919 -"140309",39186,82732,3,1258,2810 -"140310",39186,84022,3,1258,2289 -"140311",39186,92508,3,1258,1374 -"140312",39186,120720,3,1258,1614 -"140313",39187,3520,3,2166,2281 -"140314",39187,3786,3,2166,2282 -"140315",39187,80050,3,2166,2698 -"140316",39187,91772,1,2166,2233 -"140317",39188,3520,3,1948,2281 -"140318",39188,47625,3,1948,2562 -"140319",39188,49334,2,1948,2433 -"140320",39188,80615,3,1948,2252 -"140321",39189,2208,3,2319,2814 -"140322",39189,6390,3,2319,2385 -"140323",39189,7515,3,2319,2737 -"140324",39189,9175,3,2319,2639 -"140325",39189,23132,3,2319,2756 -"140326",39189,30317,3,2319,2431 -"140327",39189,62219,3,2319,2494 -"140328",39189,73305,3,2319,2544 -"140329",39190,357,3,989,2327 -"140330",39190,3242,3,989,1730 -"140331",39190,51410,3,989,2739 -"140332",39190,102824,2,989,2944 -"140333",39211,1023,1,1908,2515 -"140334",39211,1063,1,1908,2515 -"140335",39217,359,2,504,635 -"140336",39217,364,3,504,2351 -"140337",39217,782,3,504,945 -"140338",39217,1349,3,504,1147 -"140339",39217,1620,2,504,1303 -"140340",39217,1780,3,504,1375 -"140341",39217,2576,3,504,1307 -"140342",39217,2747,2,504,2411 -"140343",39217,2852,2,504,2448 -"140344",39217,2985,3,504,2398 -"140345",39217,4361,3,504,2571 -"140346",39217,4916,3,504,1970 -"140347",39217,5346,3,504,1438 -"140348",39217,5897,2,504,2337 -"140349",39217,7785,3,504,2441 -"140350",39217,8604,3,504,2799 -"140351",39217,9503,3,504,2453 -"140352",39217,9785,3,504,2951 -"140353",39217,10453,3,504,1656 -"140354",39217,10638,3,504,2692 -"140355",39217,11648,3,504,2852 -"140356",39217,12067,3,504,1213 -"140357",39217,12948,3,504,2669 -"140358",39217,13065,3,504,1561 -"140359",39217,13184,3,504,977 -"140360",39217,13296,3,504,839 -"140361",39217,14072,3,504,1346 -"140362",39217,14749,3,504,1998 -"140363",39217,14998,3,504,1553 -"140364",39217,15095,3,504,2001 -"140365",39217,15207,3,504,1855 -"140366",39217,15567,3,504,2671 -"140367",39217,15826,2,504,2772 -"140368",39217,16777,3,504,834 -"140369",39217,17257,3,504,1117 -"140370",39217,17381,3,504,1697 -"140371",39217,18978,3,504,952 -"140372",39217,19655,3,504,2706 -"140373",39217,20155,3,504,1517 -"140374",39217,21209,3,504,2184 -"140375",39217,22244,2,504,2139 -"140376",39217,23488,3,504,1523 -"140377",39217,24176,3,504,1986 -"140378",39217,26551,3,504,652 -"140379",39217,27008,2,504,911 -"140380",39217,27391,3,504,2378 -"140381",39217,27742,3,504,2700 -"140382",39217,27908,3,504,2576 -"140383",39217,28904,3,504,926 -"140384",39217,31866,2,504,2101 -"140385",39217,31868,3,504,1993 -"140386",39217,32532,3,504,2338 -"140387",39217,32560,3,504,1258 -"140388",39217,32651,3,504,877 -"140389",39217,33341,3,504,2338 -"140390",39217,33681,3,504,1059 -"140391",39217,33870,2,504,955 -"140392",39217,34478,3,504,2265 -"140393",39217,36136,3,504,2338 -"140394",39217,36912,3,504,2469 -"140395",39217,38457,3,504,1630 -"140396",39217,38602,3,504,2693 -"140397",39217,39062,3,504,2020 -"140398",39217,40309,3,504,871 -"140399",39217,41023,3,504,2408 -"140400",39217,41446,3,504,1103 -"140401",39217,44181,3,504,1034 -"140402",39217,44433,3,504,2224 -"140403",39217,44603,3,504,2748 -"140404",39217,46501,3,504,845 -"140405",39217,46532,3,504,2005 -"140406",39217,50630,3,504,2615 -"140407",39217,51151,3,504,1195 -"140408",39217,51223,3,504,2153 -"140409",39217,54388,3,504,1257 -"140410",39217,54890,2,504,877 -"140411",39217,58655,3,504,2685 -"140412",39217,66911,3,504,1920 -"140413",39217,70583,2,504,2615 -"140414",39217,72597,3,504,1843 -"140415",39217,72728,3,504,2234 -"140416",39217,75282,3,504,2675 -"140417",39217,76143,3,504,1610 -"140418",39217,78569,3,504,578 -"140419",39217,83398,3,504,845 -"140420",39217,83961,3,504,578 -"140421",39217,84574,3,504,958 -"140422",39217,87142,3,504,591 -"140423",39217,87509,3,504,1907 -"140424",39217,87907,3,504,1173 -"140425",39217,88212,3,504,2547 -"140426",39217,90065,3,504,1418 -"140427",39217,91849,3,504,1166 -"140428",39217,92860,3,504,1643 -"140429",39217,94520,3,504,1243 -"140430",39217,106240,3,504,705 -"140431",39217,115021,3,504,1226 -"140432",39238,270,3,922,2542 -"140433",39238,913,3,922,2144 -"140434",39238,1639,3,922,2631 -"140435",39238,1826,3,922,924 -"140436",39238,2322,3,922,1645 -"140437",39238,2424,2,922,2582 -"140438",39238,2533,3,922,2016 -"140439",39238,2743,3,922,1278 -"140440",39238,3305,3,922,2839 -"140441",39238,3306,3,922,1989 -"140442",39238,3716,3,922,1679 -"140443",39238,4790,3,922,1025 -"140444",39238,4791,3,922,1184 -"140445",39238,4932,3,922,2752 -"140446",39238,5622,3,922,2175 -"140447",39238,6718,3,922,2138 -"140448",39238,7936,3,922,1199 -"140449",39238,8073,3,922,1847 -"140450",39238,8529,3,922,1205 -"140451",39238,8913,3,922,968 -"140452",39238,9311,3,922,2477 -"140453",39238,9364,2,922,1698 -"140454",39238,10513,3,922,2284 -"140455",39238,10857,3,922,2253 -"140456",39238,10874,3,922,1891 -"140457",39238,11006,3,922,1950 -"140458",39238,11229,3,922,1625 -"140459",39238,11540,3,922,1237 -"140460",39238,12374,3,922,2260 -"140461",39238,14834,3,922,2739 -"140462",39238,15401,3,922,1999 -"140463",39238,15799,3,922,1917 -"140464",39238,15813,3,922,2143 -"140465",39238,16201,3,922,1811 -"140466",39238,16332,3,922,2668 -"140467",39238,16940,2,922,1290 -"140468",39238,17931,3,922,1617 -"140469",39238,17934,3,922,1059 -"140470",39238,19248,3,922,2357 -"140471",39238,19719,2,922,2177 -"140472",39238,20124,3,922,2376 -"140473",39238,20975,2,922,1305 -"140474",39238,21138,3,922,2849 -"140475",39238,21197,2,922,1437 -"140476",39238,21198,2,922,935 -"140477",39238,21285,2,922,2100 -"140478",39238,21693,3,922,2176 -"140479",39238,22282,3,922,1418 -"140480",39238,22326,3,922,2818 -"140481",39238,22362,3,922,1836 -"140482",39238,22586,3,922,1341 -"140483",39238,23450,2,922,967 -"140484",39238,23492,3,922,1067 -"140485",39238,23729,3,922,1624 -"140486",39238,23825,3,922,1913 -"140487",39238,24612,3,922,1875 -"140488",39238,24755,3,922,1319 -"140489",39238,25305,3,922,2447 -"140490",39238,25577,2,922,1946 -"140491",39238,26471,2,922,1061 -"140492",39238,26749,2,922,2965 -"140493",39238,27275,3,922,2656 -"140494",39238,27390,3,922,2425 -"140495",39238,27694,3,922,2030 -"140496",39238,28015,2,922,1624 -"140497",39238,31050,3,922,1491 -"140498",39238,32988,3,922,2008 -"140499",39238,33949,3,922,2489 -"140500",39238,34836,2,922,2302 -"140501",39238,35095,3,922,1502 -"140502",39238,38019,1,922,1870 -"140503",39238,38219,3,922,1689 -"140504",39238,38780,3,922,2705 -"140505",39238,40072,3,922,1182 -"140506",39238,40645,3,922,1899 -"140507",39238,43385,3,922,1623 -"140508",39238,43455,3,922,2846 -"140509",39238,46629,3,922,2255 -"140510",39238,47772,3,922,2293 -"140511",39238,50685,3,922,2008 -"140512",39238,51017,3,922,2073 -"140513",39238,51022,3,922,1499 -"140514",39238,52576,3,922,2234 -"140515",39238,53266,3,922,2389 -"140516",39238,53322,3,922,1200 -"140517",39238,54305,3,922,1222 -"140518",39238,54551,3,922,2348 -"140519",39238,55139,3,922,2323 -"140520",39238,55862,3,922,2123 -"140521",39238,56317,2,922,2030 -"140522",39238,57353,3,922,1849 -"140523",39238,58078,3,922,1252 -"140524",39238,58451,3,922,1939 -"140525",39238,58508,3,922,2326 -"140526",39238,58652,3,922,1437 -"140527",39238,59939,3,922,936 -"140528",39238,61982,3,922,2725 -"140529",39238,62841,3,922,2710 -"140530",39238,65007,3,922,2530 -"140531",39238,65155,3,922,1947 -"140532",39238,65203,3,922,1597 -"140533",39238,65322,3,922,2008 -"140534",39238,67719,3,922,2429 -"140535",39238,71342,2,922,1289 -"140536",39238,72468,3,922,2292 -"140537",39238,72956,2,922,1251 -"140538",39238,73128,3,922,1549 -"140539",39238,75948,3,922,1006 -"140540",39238,76284,2,922,1237 -"140541",39238,76892,3,922,2381 -"140542",39238,77305,2,922,965 -"140543",39238,78150,3,922,2581 -"140544",39238,79322,3,922,2770 -"140545",39238,79436,3,922,1344 -"140546",39238,81588,2,922,1568 -"140547",39238,82949,3,922,2077 -"140548",39238,87048,3,922,989 -"140549",39238,89097,2,922,935 -"140550",39238,96352,3,922,1493 -"140551",39238,98781,3,922,1410 -"140552",39238,101797,3,922,2357 -"140553",39238,111971,3,922,1032 -"140554",39245,206,3,517,1986 -"140555",39245,600,3,517,1702 -"140556",39245,671,3,517,2328 -"140557",39245,1036,3,517,1367 -"140558",39245,1092,3,517,1945 -"140559",39245,1495,3,517,2046 -"140560",39245,2754,3,517,1360 -"140561",39245,2766,3,517,1920 -"140562",39245,3753,3,517,1255 -"140563",39245,4763,3,517,1960 -"140564",39245,4889,3,517,1501 -"140565",39245,5429,3,517,1991 -"140566",39245,5462,3,517,2374 -"140567",39245,9114,3,517,961 -"140568",39245,9893,3,517,2701 -"140569",39245,10874,2,517,1891 -"140570",39245,11055,3,517,2111 -"140571",39245,11540,3,517,1237 -"140572",39245,11576,3,517,808 -"140573",39245,13925,3,517,1515 -"140574",39245,14072,3,517,1346 -"140575",39245,15184,3,517,2396 -"140576",39245,16164,3,517,1184 -"140577",39245,17381,3,517,1697 -"140578",39245,17396,3,517,1672 -"140579",39245,17716,3,517,915 -"140580",39245,17943,3,517,1943 -"140581",39245,19027,1,517,2721 -"140582",39245,20700,3,517,2861 -"140583",39245,21138,3,517,2849 -"140584",39245,23918,3,517,1881 -"140585",39245,24755,3,517,1319 -"140586",39245,25443,3,517,1441 -"140587",39245,25508,3,517,2081 -"140588",39245,26570,3,517,1669 -"140589",39245,29456,3,517,1182 -"140590",39245,31243,3,517,1355 -"140591",39245,31799,2,517,2547 -"140592",39245,33160,3,517,2441 -"140593",39245,40832,3,517,634 -"140594",39245,41625,3,517,1794 -"140595",39245,41739,3,517,1339 -"140596",39245,41832,2,517,1155 -"140597",39245,42722,3,517,2368 -"140598",39245,42747,2,517,1189 -"140599",39245,42935,3,517,2400 -"140600",39245,44636,2,517,1026 -"140601",39245,46039,3,517,1794 -"140602",39245,48242,3,517,1690 -"140603",39245,50075,3,517,1026 -"140604",39245,50124,3,517,1209 -"140605",39245,51017,3,517,2073 -"140606",39245,52969,3,517,2302 -"140607",39245,53624,3,517,952 -"140608",39245,54676,2,517,1342 -"140609",39245,57977,3,517,2683 -"140610",39245,58035,3,517,1646 -"140611",39245,60689,3,517,859 -"140612",39245,62488,3,517,1418 -"140613",39245,65029,2,517,2954 -"140614",39245,68960,3,517,1312 -"140615",39245,76284,3,517,1237 -"140616",39245,80471,3,517,538 -"140617",39245,87692,3,517,775 -"140618",39245,88966,3,517,1568 -"140619",39245,90802,3,517,877 -"140620",39245,91571,3,517,923 -"140621",39245,91908,2,517,918 -"140622",39245,94396,3,517,787 -"140623",39245,101395,3,517,891 -"140624",39245,112368,3,517,606 -"140625",39249,1520,3,1665,1716 -"140626",39249,2452,2,1665,1715 -"140627",39249,2852,3,1665,2448 -"140628",39249,4249,2,1665,2547 -"140629",39249,4660,2,1665,2149 -"140630",39249,5897,2,1665,2337 -"140631",39249,6223,3,1665,2363 -"140632",39249,6821,2,1665,1788 -"140633",39249,7719,2,1665,1954 -"140634",39249,7942,3,1665,2623 -"140635",39249,8791,3,1665,1789 -"140636",39249,14709,3,1665,1901 -"140637",39249,14754,3,1665,2456 -"140638",39249,15782,3,1665,2306 -"140639",39249,16437,3,1665,1956 -"140640",39249,16796,3,1665,1892 -"140641",39249,17230,3,1665,1965 -"140642",39249,19587,3,1665,1684 -"140643",39249,21795,3,1665,2653 -"140644",39249,22723,2,1665,2859 -"140645",39249,27280,3,1665,1965 -"140646",39249,27686,3,1665,2844 -"140647",39249,30865,3,1665,2038 -"140648",39249,32202,2,1665,2314 -"140649",39249,34742,3,1665,1883 -"140650",39249,35456,1,1665,2358 -"140651",39249,36344,3,1665,2570 -"140652",39249,36487,3,1665,2622 -"140653",39249,37752,3,1665,2223 -"140654",39249,38373,1,1665,1928 -"140655",39249,38676,3,1665,2286 -"140656",39249,39534,3,1665,2410 -"140657",39249,41900,3,1665,1970 -"140658",39249,45297,3,1665,1864 -"140659",39249,46119,3,1665,2084 -"140660",39249,47559,3,1665,1826 -"140661",39249,51774,3,1665,2459 -"140662",39249,61443,2,1665,2770 -"140663",39249,63641,2,1665,2337 -"140664",39249,64947,3,1665,2489 -"140665",39249,66717,2,1665,2104 -"140666",39249,67815,3,1665,2476 -"140667",39249,84822,3,1665,2686 -"140668",39249,90745,3,1665,1994 -"140669",39249,102566,3,1665,2207 -"140670",39249,107292,3,1665,1667 -"140671",39256,7942,3,2449,2623 -"140672",39256,12361,3,2449,2732 -"140673",39256,22723,3,2449,2859 -"140674",39271,212,3,399,1513 -"140675",39271,854,3,399,2307 -"140676",39271,2484,3,399,2389 -"140677",39271,2684,3,399,2874 -"140678",39271,2747,3,399,2411 -"140679",39271,2894,2,399,1291 -"140680",39271,3628,3,399,2707 -"140681",39271,5392,3,399,1648 -"140682",39271,5615,3,399,1105 -"140683",39271,5785,3,399,1261 -"140684",39271,6222,2,399,1949 -"140685",39271,6718,3,399,2138 -"140686",39271,8376,3,399,1670 -"140687",39271,8490,3,399,564 -"140688",39271,8610,3,399,2240 -"140689",39271,9311,3,399,2477 -"140690",39271,9362,3,399,2879 -"140691",39271,10939,3,399,1376 -"140692",39271,11694,3,399,1564 -"140693",39271,12356,2,399,2757 -"140694",39271,12388,3,399,1975 -"140695",39271,13967,3,399,1354 -"140696",39271,14325,2,399,1976 -"140697",39271,14652,3,399,2516 -"140698",39271,14959,1,399,2898 -"140699",39271,15632,2,399,1242 -"140700",39271,15696,2,399,837 -"140701",39271,16539,3,399,1947 -"140702",39271,16954,3,399,2972 -"140703",39271,17520,3,399,2276 -"140704",39271,18394,3,399,2356 -"140705",39271,18563,2,399,2715 -"140706",39271,20067,3,399,2390 -"140707",39271,20730,3,399,2243 -"140708",39271,21209,3,399,2184 -"140709",39271,21225,3,399,1945 -"140710",39271,21693,3,399,2176 -"140711",39271,22326,3,399,2818 -"140712",39271,22362,3,399,1836 -"140713",39271,24302,3,399,407 -"140714",39271,25027,3,399,564 -"140715",39271,25595,3,399,768 -"140716",39271,25680,3,399,1618 -"140717",39271,27543,2,399,666 -"140718",39271,29095,3,399,2531 -"140719",39271,29314,3,399,2736 -"140720",39271,30883,3,399,1629 -"140721",39271,32601,3,399,1033 -"140722",39271,35235,2,399,2610 -"140723",39271,36609,3,399,2918 -"140724",39271,38694,3,399,817 -"140725",39271,38921,2,399,1880 -"140726",39271,39431,3,399,1460 -"140727",39271,40931,3,399,2301 -"140728",39271,41682,3,399,1988 -"140729",39271,41770,3,399,2752 -"140730",39271,42264,3,399,1702 -"140731",39271,43153,3,399,1381 -"140732",39271,44288,3,399,521 -"140733",39271,44885,3,399,2670 -"140734",39271,44899,3,399,2386 -"140735",39271,45618,3,399,2356 -"140736",39271,45650,3,399,1528 -"140737",39271,48795,3,399,2498 -"140738",39271,50252,3,399,2001 -"140739",39271,50272,3,399,842 -"140740",39271,50487,3,399,744 -"140741",39271,50958,3,399,477 -"140742",39271,53645,3,399,789 -"140743",39271,60862,3,399,1215 -"140744",39271,62308,3,399,487 -"140745",39271,64232,3,399,1275 -"140746",39271,67788,3,399,837 -"140747",39271,69712,3,399,1219 -"140748",39271,70203,3,399,2756 -"140749",39271,71733,1,399,662 -"140750",39271,77550,3,399,1548 -"140751",39271,79653,3,399,2683 -"140752",39271,85794,3,399,679 -"140753",39271,91518,3,399,842 -"140754",39271,95011,3,399,1986 -"140755",39278,1102,3,1952,2282 -"140756",39278,1367,3,1952,2176 -"140757",39278,2572,3,1952,2273 -"140758",39278,3409,3,1952,2167 -"140759",39278,6192,3,1952,2409 -"140760",39278,6241,1,1952,2264 -"140761",39278,8533,3,1952,2251 -"140762",39278,9030,3,1952,1979 -"140763",39278,9979,3,1952,2238 -"140764",39278,10859,2,1952,2231 -"140765",39278,13324,2,1952,2163 -"140766",39278,19208,3,1952,2629 -"140767",39278,19605,3,1952,2395 -"140768",39278,20563,3,1952,2267 -"140769",39278,21682,3,1952,2414 -"140770",39278,22260,3,1952,2137 -"140771",39278,22808,3,1952,2297 -"140772",39278,23460,2,1952,2183 -"140773",39278,24753,3,1952,2860 -"140774",39278,25030,3,1952,2017 -"140775",39278,27173,3,1952,2050 -"140776",39278,28285,3,1952,2972 -"140777",39278,28826,3,1952,2627 -"140778",39278,28892,3,1952,2023 -"140779",39278,29454,3,1952,2719 -"140780",39278,35069,1,1952,2069 -"140781",39278,35360,3,1952,2043 -"140782",39278,35888,3,1952,2291 -"140783",39278,41664,3,1952,2641 -"140784",39278,42129,2,1952,2318 -"140785",39278,42216,3,1952,2722 -"140786",39278,45302,3,1952,2390 -"140787",39278,45886,3,1952,2449 -"140788",39278,47362,1,1952,2253 -"140789",39278,47564,3,1952,2650 -"140790",39278,50480,3,1952,2701 -"140791",39278,51017,3,1952,2073 -"140792",39278,51035,3,1952,2397 -"140793",39278,51157,3,1952,2319 -"140794",39278,52566,3,1952,2318 -"140795",39278,53342,2,1952,2071 -"140796",39278,57405,3,1952,2344 -"140797",39278,58617,3,1952,2093 -"140798",39278,62832,3,1952,2606 -"140799",39278,63142,3,1952,1997 -"140800",39278,70046,3,1952,2624 -"140801",39278,84799,3,1952,2656 -"140802",39278,86107,2,1952,1960 -"140803",39278,88455,3,1952,2388 -"140804",39278,93481,2,1952,2311 -"140805",39294,270,3,1889,2542 -"140806",39294,380,3,1889,2261 -"140807",39294,449,3,1889,1950 -"140808",39294,1102,3,1889,2282 -"140809",39294,1196,3,1889,1986 -"140810",39294,1315,2,1889,2760 -"140811",39294,2111,3,1889,1904 -"140812",39294,2195,3,1889,2139 -"140813",39294,2289,3,1889,2389 -"140814",39294,2424,3,1889,2582 -"140815",39294,2533,3,1889,2016 -"140816",39294,3306,3,1889,1989 -"140817",39294,3493,3,1889,2451 -"140818",39294,3961,3,1889,2426 -"140819",39294,3966,3,1889,2425 -"140820",39294,4191,3,1889,2130 -"140821",39294,4253,3,1889,1890 -"140822",39294,4953,3,1889,2285 -"140823",39294,5072,2,1889,2175 -"140824",39294,5258,3,1889,2730 -"140825",39294,5350,3,1889,2522 -"140826",39294,5622,1,1889,2175 -"140827",39294,5971,3,1889,1985 -"140828",39294,6047,3,1889,2004 -"140829",39294,6222,3,1889,1949 -"140830",39294,6363,3,1889,2066 -"140831",39294,6588,3,1889,2025 -"140832",39294,7180,2,1889,2227 -"140833",39294,7234,2,1889,2654 -"140834",39294,9928,2,1889,2345 -"140835",39294,10358,3,1889,2294 -"140836",39294,10717,3,1889,1938 -"140837",39294,10857,2,1889,2253 -"140838",39294,10874,3,1889,1891 -"140839",39294,11218,1,1889,2292 -"140840",39294,11477,3,1889,2724 -"140841",39294,12042,2,1889,2345 -"140842",39294,13307,3,1889,2206 -"140843",39294,13311,3,1889,2315 -"140844",39294,13479,3,1889,2155 -"140845",39294,14032,3,1889,2144 -"140846",39294,16352,2,1889,2657 -"140847",39294,17400,2,1889,2231 -"140848",39294,18394,3,1889,2356 -"140849",39294,18543,3,1889,2968 -"140850",39294,19622,2,1889,2371 -"140851",39294,20124,3,1889,2376 -"140852",39294,23310,3,1889,2371 -"140853",39294,23312,3,1889,2449 -"140854",39294,23526,3,1889,1998 -"140855",39294,23725,2,1889,2378 -"140856",39294,26080,2,1889,2525 -"140857",39294,26818,2,1889,1999 -"140858",39294,27427,3,1889,2325 -"140859",39294,30405,3,1889,2164 -"140860",39294,31093,3,1889,2160 -"140861",39294,31436,2,1889,2892 -"140862",39294,32919,3,1889,2321 -"140863",39294,34480,3,1889,2755 -"140864",39294,34735,3,1889,2767 -"140865",39294,35926,2,1889,2371 -"140866",39294,36714,3,1889,2209 -"140867",39294,37859,3,1889,1999 -"140868",39294,39906,3,1889,2365 -"140869",39294,41240,3,1889,2220 -"140870",39294,41972,3,1889,2509 -"140871",39294,43213,2,1889,2160 -"140872",39294,45684,1,1889,2200 -"140873",39294,46629,3,1889,2255 -"140874",39294,47098,3,1889,2057 -"140875",39294,47857,3,1889,2325 -"140876",39294,49110,3,1889,2938 -"140877",39294,49608,1,1889,2184 -"140878",39294,50236,3,1889,2339 -"140879",39294,50785,3,1889,2877 -"140880",39294,54551,2,1889,2348 -"140881",39294,54879,3,1889,2210 -"140882",39294,54929,2,1889,2783 -"140883",39294,56082,2,1889,2395 -"140884",39294,56604,3,1889,1919 -"140885",39294,60280,3,1889,1918 -"140886",39294,72207,2,1889,2430 -"140887",39294,72326,3,1889,2384 -"140888",39294,75403,2,1889,1895 -"140889",39294,76048,2,1889,2373 -"140890",39294,81349,3,1889,1958 -"140891",39294,86245,3,1889,1972 -"140892",39294,87837,2,1889,1987 -"140893",39294,99215,3,1889,2791 -"140894",39321,22905,3,2257,2599 -"140895",39321,38309,3,2257,2644 -"140896",39321,51783,3,2257,2599 -"140897",39321,53362,2,2257,2360 -"140898",39321,55775,3,2257,2385 -"140899",39321,60672,3,2257,2876 -"140900",39328,12943,3,498,1902 -"140901",39328,22966,3,498,2112 -"140902",39328,23268,3,498,2258 -"140903",39328,62089,3,498,929 -"140904",39328,76721,3,498,1174 -"140905",39337,19028,3,775,921 -"140906",39337,21681,3,775,2005 -"140907",39337,27391,3,775,2378 -"140908",39337,37752,3,775,2223 -"140909",39337,38975,3,775,1999 -"140910",39337,44564,2,775,2034 -"140911",39337,44694,3,775,2220 -"140912",39337,52993,3,775,1256 -"140913",39337,59726,3,775,1513 -"140914",39337,61723,3,775,1262 -"140915",39337,111855,2,775,1909 -"140916",39337,114504,3,775,1937 -"140917",39337,119978,3,775,815 -"140918",39411,3477,3,2384,2546 -"140919",39411,3628,2,2384,2707 -"140920",39411,6491,3,2384,2424 -"140921",39411,7847,3,2384,2424 -"140922",39411,8762,2,2384,2585 -"140923",39411,9191,3,2384,2707 -"140924",39411,11351,3,2384,2971 -"140925",39411,14959,3,2384,2898 -"140926",39411,23216,3,2384,2424 -"140927",39411,33223,3,2384,2397 -"140928",39411,35235,2,2384,2610 -"140929",39411,45742,3,2384,2566 -"140930",39411,57544,3,2384,2443 -"140931",39411,60661,2,2384,2700 -"140932",39411,65016,3,2384,2749 -"140933",39418,680,3,1978,2569 -"140934",39418,3493,3,1978,2451 -"140935",39418,4303,3,1978,2414 -"140936",39418,8062,3,1978,2858 -"140937",39418,11588,3,1978,2352 -"140938",39418,12759,3,1978,2414 -"140939",39418,13136,3,1978,2867 -"140940",39418,14754,3,1978,2456 -"140941",39418,15095,3,1978,2001 -"140942",39418,19686,2,1978,2467 -"140943",39418,19934,3,1978,2888 -"140944",39418,22244,3,1978,2139 -"140945",39418,25373,3,1978,2783 -"140946",39418,30334,3,1978,2075 -"140947",39418,31335,3,1978,2351 -"140948",39418,32920,3,1978,2158 -"140949",39418,36487,3,1978,2622 -"140950",39418,37636,3,1978,2178 -"140951",39418,37752,3,1978,2223 -"140952",39418,41694,3,1978,2358 -"140953",39418,41723,3,1978,2101 -"140954",39418,43660,3,1978,2320 -"140955",39418,43961,2,1978,2443 -"140956",39418,44694,3,1978,2220 -"140957",39418,47375,3,1978,2043 -"140958",39418,50585,3,1978,2414 -"140959",39418,51783,3,1978,2599 -"140960",39418,56755,3,1978,2158 -"140961",39418,59039,3,1978,2870 -"140962",39418,61541,3,1978,2699 -"140963",39418,65188,3,1978,2213 -"140964",39418,65381,3,1978,2184 -"140965",39418,90745,3,1978,1994 -"140966",39431,854,3,1460,2307 -"140967",39431,2484,3,1460,2389 -"140968",39431,5392,3,1460,1648 -"140969",39431,6222,2,1460,1949 -"140970",39431,9311,3,1460,2477 -"140971",39431,11694,3,1460,1564 -"140972",39431,12388,3,1460,1975 -"140973",39431,14959,2,1460,2898 -"140974",39431,16539,3,1460,1947 -"140975",39431,17520,3,1460,2276 -"140976",39431,18394,3,1460,2356 -"140977",39431,20067,3,1460,2390 -"140978",39431,22165,3,1460,1501 -"140979",39431,25680,3,1460,1618 -"140980",39431,29095,3,1460,2531 -"140981",39431,29314,3,1460,2736 -"140982",39431,30334,3,1460,2075 -"140983",39431,30883,3,1460,1629 -"140984",39431,35235,3,1460,2610 -"140985",39431,37636,3,1460,2178 -"140986",39431,38921,2,1460,1880 -"140987",39431,40392,3,1460,1878 -"140988",39431,41429,3,1460,1770 -"140989",39431,41682,3,1460,1988 -"140990",39431,42264,3,1460,1702 -"140991",39431,42331,3,1460,1585 -"140992",39431,44885,3,1460,2670 -"140993",39431,44899,3,1460,2386 -"140994",39431,50252,3,1460,2001 -"140995",39431,51783,3,1460,2599 -"140996",39431,55438,3,1460,2863 -"140997",39431,70101,3,1460,2414 -"140998",39431,70203,3,1460,2756 -"140999",39431,77010,3,1460,2639 -"141000",39439,9272,2,2462,2835 -"141001",39439,20011,3,2462,2826 -"141002",39439,30194,3,2462,2874 -"141003",39439,33460,3,2462,2781 -"141004",39439,39444,3,2462,2695 -"141005",39439,42136,2,2462,2551 -"141006",39439,43173,3,2462,2895 -"141007",39439,44730,2,2462,2468 -"141008",39439,59039,3,2462,2870 -"141009",39439,69335,2,2462,2698 -"141010",39443,900,3,2277,2726 -"141011",39443,3477,3,2277,2546 -"141012",39443,4932,3,2277,2752 -"141013",39443,9801,3,2277,2443 -"141014",39443,14586,3,2277,2801 -"141015",39443,14754,3,2277,2456 -"141016",39443,19934,3,2277,2888 -"141017",39443,27320,3,2277,2378 -"141018",39443,28893,1,2277,2764 -"141019",39443,32339,2,2277,2430 -"141020",39443,39875,1,2277,2422 -"141021",39443,47968,3,2277,2829 -"141022",39443,57067,3,2277,2547 -"141023",39443,57765,3,2277,2893 -"141024",39443,59039,3,2277,2870 -"141025",39444,1151,3,2695,2885 -"141026",39444,7323,2,2695,2858 -"141027",39444,9272,2,2695,2835 -"141028",39444,19606,3,2695,2783 -"141029",39444,38667,3,2695,2880 -"141030",39444,43173,3,2695,2895 -"141031",39444,48495,3,2695,2737 -"141032",39444,49110,3,2695,2938 -"141033",39444,51410,3,2695,2739 -"141034",39444,55691,3,2695,2856 -"141035",39444,57609,3,2695,2717 -"141036",39444,59039,3,2695,2870 -"141037",39444,64967,3,2695,2872 -"141038",39444,69335,2,2695,2698 -"141039",39457,12177,2,1533,1965 -"141040",39457,12249,3,1533,1965 -"141041",39457,12397,3,1533,1965 -"141042",39464,2424,3,2314,2582 -"141043",39464,3477,3,2314,2546 -"141044",39464,3978,3,2314,2775 -"141045",39464,6063,3,2314,2349 -"141046",39464,9175,2,2314,2639 -"141047",39464,14507,3,2314,2686 -"141048",39464,15008,2,2314,2338 -"141049",39464,15729,1,2314,2338 -"141050",39464,16628,3,2314,2409 -"141051",39464,17549,2,2314,2647 -"141052",39464,21734,3,2314,2528 -"141053",39464,24825,3,2314,2686 -"141054",39464,31705,3,2314,2706 -"141055",39464,33223,3,2314,2397 -"141056",39464,33380,3,2314,2340 -"141057",39464,34120,3,2314,2786 -"141058",39464,38307,3,2314,2648 -"141059",39464,40368,3,2314,2876 -"141060",39464,41945,2,2314,2856 -"141061",39464,42783,1,2314,2338 -"141062",39464,43455,3,2314,2846 -"141063",39464,44688,3,2314,2924 -"141064",39464,45239,1,2314,2535 -"141065",39464,45608,3,2314,2420 -"141066",39464,47140,3,2314,2439 -"141067",39464,47564,3,2314,2650 -"141068",39464,47803,3,2314,2477 -"141069",39464,60974,3,2314,2972 -"141070",39464,65434,3,2314,2866 -"141071",39484,1556,3,281,643 -"141072",39484,3100,3,281,2524 -"141073",39484,3786,3,281,2282 -"141074",39484,6078,3,281,498 -"141075",39484,9912,3,281,1356 -"141076",39484,10004,1,281,872 -"141077",39484,10128,3,281,883 -"141078",39484,11135,2,281,2441 -"141079",39484,11288,3,281,345 -"141080",39484,15502,3,281,2637 -"141081",39484,18479,2,281,2967 -"141082",39484,19687,2,281,2072 -"141083",39484,20413,3,281,806 -"141084",39484,23639,2,281,2065 -"141085",39484,24116,3,281,1413 -"141086",39484,25180,1,281,2489 -"141087",39484,25270,3,281,985 -"141088",39484,25286,3,281,1545 -"141089",39484,26138,2,281,1902 -"141090",39484,26567,2,281,1158 -"141091",39484,42195,3,281,573 -"141092",39484,45487,3,281,2256 -"141093",39484,47330,3,281,2422 -"141094",39484,47827,3,281,1957 -"141095",39484,48764,3,281,860 -"141096",39484,51448,3,281,1593 -"141097",39484,51896,3,281,726 -"141098",39484,56673,3,281,2419 -"141099",39484,68670,3,281,565 -"141100",39484,72827,3,281,1359 -"141101",39484,78460,3,281,985 -"141102",39484,79236,3,281,1505 -"141103",39484,80728,3,281,599 -"141104",39484,80896,3,281,943 -"141105",39484,81134,3,281,1384 -"141106",39484,85264,3,281,1236 -"141107",39484,89752,3,281,585 -"141108",39484,92381,3,281,1237 -"141109",39484,93317,3,281,1223 -"141110",39484,95661,3,281,872 -"141111",39484,97940,3,281,431 -"141112",39484,99955,3,281,1223 -"141113",39484,104542,3,281,897 -"141114",39484,106554,3,281,1270 -"141115",39507,1685,3,793,2230 -"141116",39507,3158,3,793,2762 -"141117",39507,3360,3,793,1583 -"141118",39507,7499,3,793,1803 -"141119",39507,8896,2,793,1139 -"141120",39507,9269,3,793,1892 -"141121",39507,9740,3,793,2233 -"141122",39507,10146,3,793,1878 -"141123",39507,10250,3,793,1606 -"141124",39507,11270,3,793,1011 -"141125",39507,11521,2,793,1559 -"141126",39507,12007,3,793,1594 -"141127",39507,12197,3,793,1235 -"141128",39507,13671,3,793,1371 -"141129",39507,13930,2,793,1274 -"141130",39507,14255,3,793,893 -"141131",39507,16590,3,793,1123 -"141132",39507,17499,3,793,2954 -"141133",39507,18821,3,793,2075 -"141134",39507,18953,3,793,915 -"141135",39507,19048,3,793,2180 -"141136",39507,19397,3,793,2182 -"141137",39507,20695,3,793,2526 -"141138",39507,20709,2,793,1757 -"141139",39507,21942,3,793,2041 -"141140",39507,22744,3,793,1907 -"141141",39507,23771,3,793,1614 -"141142",39507,24044,3,793,1076 -"141143",39507,26577,3,793,933 -"141144",39507,28648,3,793,1586 -"141145",39507,33460,3,793,2781 -"141146",39507,34331,3,793,1727 -"141147",39507,51212,3,793,1801 -"141148",39507,61921,2,793,1793 -"141149",39507,67289,3,793,829 -"141150",39507,70011,3,793,2690 -"141151",39507,76997,3,793,2223 -"141152",39507,79337,3,793,875 -"141153",39507,83786,3,793,1614 -"141154",39507,83790,3,793,1637 -"141155",39507,84591,3,793,1685 -"141156",39507,87915,3,793,1152 -"141157",39507,93609,3,793,2252 -"141158",39507,101381,3,793,977 -"141159",39512,25480,3,2644,2747 -"141160",39516,34158,2,2393,2639 -"141161",39516,40487,3,2393,2512 -"141162",39516,51319,2,2393,2488 -"141163",39522,1108,3,1428,1600 -"141164",39522,12818,3,1428,2015 -"141165",39522,31541,2,1428,1500 -"141166",39522,34491,2,1428,2694 -"141167",39522,52041,3,1428,2694 -"141168",39522,55487,3,1428,1500 -"141169",39522,69232,3,1428,2130 -"141170",39534,3255,2,2410,2504 -"141171",39534,5106,3,2410,2622 -"141172",39534,9311,2,2410,2477 -"141173",39534,10200,3,2410,2920 -"141174",39534,11136,3,2410,2573 -"141175",39534,11429,3,2410,2520 -"141176",39534,14761,2,2410,2502 -"141177",39534,15626,3,2410,2434 -"141178",39534,17033,3,2410,2771 -"141179",39534,19215,3,2410,2604 -"141180",39534,19934,3,2410,2888 -"141181",39534,22709,3,2410,2743 -"141182",39534,27686,3,2410,2844 -"141183",39534,27908,3,2410,2576 -"141184",39534,28869,3,2410,2425 -"141185",39534,30906,3,2410,2537 -"141186",39534,33433,3,2410,2805 -"141187",39534,36487,3,2410,2622 -"141188",39534,36953,3,2410,2790 -"141189",39534,37059,3,2410,2840 -"141190",39534,38755,3,2410,2902 -"141191",39534,40035,3,2410,2742 -"141192",39534,40572,3,2410,2666 -"141193",39534,44235,3,2410,2700 -"141194",39534,49347,1,2410,2504 -"141195",39534,51774,3,2410,2459 -"141196",39534,59039,3,2410,2870 -"141197",39534,59113,3,2410,2434 -"141198",39534,68215,3,2410,2727 -"141199",39534,70586,3,2410,2562 -"141200",39534,71531,3,2410,2887 -"141201",39534,73172,3,2410,2496 -"141202",39534,88212,3,2410,2547 -"141203",39534,92297,3,2410,2952 -"141204",39534,102186,3,2410,2937 -"141205",39535,701,2,2428,2718 -"141206",39535,2036,3,2428,2483 -"141207",39535,9184,3,2428,2670 -"141208",39535,10029,3,2428,2718 -"141209",39535,13249,3,2428,2573 -"141210",39535,19643,3,2428,2452 -"141211",39535,31705,3,2428,2706 -"141212",39535,48605,3,2428,2796 -"141213",39535,50785,3,2428,2877 -"141214",39535,51041,2,2428,2606 -"141215",39535,61982,3,2428,2725 -"141216",39535,62841,3,2428,2710 -"141217",39535,104565,3,2428,2693 -"141218",39539,24,3,1274,1295 -"141219",39539,1875,3,1274,1786 -"141220",39539,4671,3,1274,2280 -"141221",39539,5226,2,1274,1309 -"141222",39539,11103,3,1274,2393 -"141223",39539,19096,3,1274,1538 -"141224",39539,28635,3,1274,2368 -"141225",39539,28640,3,1274,1475 -"141226",39539,43385,3,1274,1623 -"141227",39539,48571,3,1274,2717 -"141228",39539,95644,2,1274,1531 -"141229",39539,98781,3,1274,1410 -"141230",39548,1151,2,2389,2885 -"141231",39548,1616,2,2389,2662 -"141232",39548,2036,3,2389,2483 -"141233",39548,7323,2,2389,2858 -"141234",39548,8760,3,2389,2477 -"141235",39548,19606,3,2389,2783 -"141236",39548,60257,3,2389,2795 -"141237",39556,2208,3,2747,2814 -"141238",39556,2684,3,2747,2874 -"141239",39556,15636,3,2747,2857 -"141240",39556,23787,3,2747,2810 -"141241",39556,33433,3,2747,2805 -"141242",39556,64699,3,2747,2797 -"141243",39563,601,1,486,702 -"141244",39563,671,3,486,2328 -"141245",39563,1036,3,486,1367 -"141246",39563,1196,3,486,1986 -"141247",39563,1428,2,486,742 -"141248",39563,1767,3,486,2727 -"141249",39563,2063,3,486,1278 -"141250",39563,2609,3,486,834 -"141251",39563,2894,3,486,1291 -"141252",39563,3068,3,486,1815 -"141253",39563,3167,3,486,1676 -"141254",39563,3753,3,486,1255 -"141255",39563,3961,2,486,2426 -"141256",39563,4289,3,486,1921 -"141257",39563,4768,3,486,1111 -"141258",39563,5041,3,486,2371 -"141259",39563,5315,2,486,2631 -"141260",39563,5438,3,486,1499 -"141261",39563,5714,3,486,534 -"141262",39563,5716,3,486,1058 -"141263",39563,5785,3,486,1261 -"141264",39563,6047,3,486,2004 -"141265",39563,6222,3,486,1949 -"141266",39563,6366,3,486,798 -"141267",39563,6417,3,486,1675 -"141268",39563,7233,3,486,572 -"141269",39563,7984,3,486,2493 -"141270",39563,7992,2,486,2033 -"141271",39563,8913,3,486,968 -"141272",39563,9200,3,486,787 -"141273",39563,9311,3,486,2477 -"141274",39563,9928,3,486,2345 -"141275",39563,10358,2,486,2294 -"141276",39563,10779,2,486,2881 -"141277",39563,11218,3,486,2292 -"141278",39563,11477,3,486,2724 -"141279",39563,11540,3,486,1237 -"141280",39563,11576,2,486,808 -"141281",39563,12096,3,486,1330 -"141282",39563,12362,3,486,702 -"141283",39563,12374,3,486,2260 -"141284",39563,12388,3,486,1975 -"141285",39563,12524,3,486,1287 -"141286",39563,12901,3,486,2136 -"141287",39563,13388,2,486,2119 -"141288",39563,13967,2,486,1354 -"141289",39563,13979,2,486,1559 -"141290",39563,14032,3,486,2144 -"141291",39563,14959,3,486,2898 -"141292",39563,15003,3,486,2067 -"141293",39563,15309,3,486,2820 -"141294",39563,15401,3,486,1999 -"141295",39563,15444,3,486,2764 -"141296",39563,15636,3,486,2857 -"141297",39563,15821,3,486,2456 -"141298",39563,15990,2,486,593 -"141299",39563,16053,2,486,908 -"141300",39563,16120,3,486,1237 -"141301",39563,16539,3,486,1947 -"141302",39563,16625,3,486,1285 -"141303",39563,16826,3,486,2599 -"141304",39563,17027,3,486,2772 -"141305",39563,17097,3,486,1505 -"141306",39563,17354,3,486,2250 -"141307",39563,17357,3,486,1536 -"141308",39563,17493,3,486,561 -"141309",39563,17819,3,486,2291 -"141310",39563,18394,3,486,2356 -"141311",39563,18543,3,486,2968 -"141312",39563,18874,3,486,2170 -"141313",39563,19621,3,486,725 -"141314",39563,19634,3,486,954 -"141315",39563,19637,2,486,1229 -"141316",39563,20067,1,486,2390 -"141317",39563,20070,3,486,1914 -"141318",39563,20311,3,486,1981 -"141319",39563,20732,2,486,2401 -"141320",39563,21138,3,486,2849 -"141321",39563,21422,3,486,935 -"141322",39563,21706,2,486,1988 -"141323",39563,21772,3,486,663 -"141324",39563,21911,3,486,1184 -"141325",39563,22403,3,486,1630 -"141326",39563,22586,3,486,1341 -"141327",39563,23310,3,486,2371 -"141328",39563,23726,1,486,2434 -"141329",39563,23825,3,486,1913 -"141330",39563,23869,1,486,1918 -"141331",39563,24612,3,486,1875 -"141332",39563,24755,3,486,1319 -"141333",39563,24756,3,486,2530 -"141334",39563,25486,3,486,2582 -"141335",39563,25680,2,486,1618 -"141336",39563,26249,3,486,2301 -"141337",39563,26479,3,486,1818 -"141338",39563,26570,3,486,1669 -"141339",39563,28130,2,486,908 -"141340",39563,28131,2,486,1492 -"141341",39563,28731,3,486,955 -"141342",39563,29095,3,486,2531 -"141343",39563,29372,3,486,528 -"141344",39563,29456,3,486,1182 -"141345",39563,29930,3,486,2240 -"141346",39563,30150,2,486,1704 -"141347",39563,30404,3,486,1810 -"141348",39563,30438,3,486,1617 -"141349",39563,30883,2,486,1629 -"141350",39563,31279,3,486,965 -"141351",39563,32017,3,486,577 -"141352",39563,32658,3,486,1694 -"141353",39563,32811,3,486,804 -"141354",39563,32919,3,486,2321 -"141355",39563,32988,3,486,2008 -"141356",39563,33356,3,486,1586 -"141357",39563,33622,3,486,2230 -"141358",39563,33801,2,486,2899 -"141359",39563,34158,3,486,2639 -"141360",39563,34907,3,486,1945 -"141361",39563,35529,2,486,1620 -"141362",39563,35926,3,486,2371 -"141363",39563,36514,3,486,1192 -"141364",39563,36950,3,486,2204 -"141365",39563,37800,3,486,604 -"141366",39563,37897,3,486,1685 -"141367",39563,37934,3,486,1595 -"141368",39563,38055,3,486,1089 -"141369",39563,38219,3,486,1689 -"141370",39563,38449,3,486,1802 -"141371",39563,38467,3,486,1259 -"141372",39563,38921,3,486,1880 -"141373",39563,38973,3,486,1999 -"141374",39563,39748,3,486,1566 -"141375",39563,39865,2,486,849 -"141376",39563,40072,3,486,1182 -"141377",39563,40645,3,486,1899 -"141378",39563,40646,3,486,1583 -"141379",39563,40893,3,486,1116 -"141380",39563,41085,3,486,637 -"141381",39563,41832,3,486,1155 -"141382",39563,41955,3,486,2479 -"141383",39563,42505,3,486,2008 -"141384",39563,43479,3,486,2178 -"141385",39563,44160,3,486,859 -"141386",39563,44161,3,486,1156 -"141387",39563,44427,3,486,2875 -"141388",39563,44557,3,486,2371 -"141389",39563,44654,3,486,2916 -"141390",39563,44819,2,486,2063 -"141391",39563,45136,3,486,877 -"141392",39563,45715,3,486,2287 -"141393",39563,46040,3,486,2105 -"141394",39563,46803,2,486,2305 -"141395",39563,47386,3,486,2226 -"141396",39563,47435,3,486,878 -"141397",39563,48283,3,486,1290 -"141398",39563,48435,3,486,528 -"141399",39563,50235,3,486,726 -"141400",39563,50269,3,486,1966 -"141401",39563,50382,2,486,2244 -"141402",39563,50487,3,486,744 -"141403",39563,50977,3,486,2352 -"141404",39563,51017,3,486,2073 -"141405",39563,51157,2,486,2319 -"141406",39563,51410,3,486,2739 -"141407",39563,53120,3,486,975 -"141408",39563,53134,3,486,1590 -"141409",39563,53475,2,486,2853 -"141410",39563,54929,3,486,2783 -"141411",39563,55084,3,486,1189 -"141412",39563,56903,3,486,1584 -"141413",39563,57246,3,486,1873 -"141414",39563,58669,3,486,2296 -"141415",39563,58733,3,486,1958 -"141416",39563,58993,3,486,2390 -"141417",39563,59786,3,486,605 -"141418",39563,59939,3,486,936 -"141419",39563,62148,1,486,1566 -"141420",39563,62488,3,486,1418 -"141421",39563,64219,3,486,2705 -"141422",39563,64786,3,486,870 -"141423",39563,65155,3,486,1947 -"141424",39563,65322,3,486,2008 -"141425",39563,65625,3,486,1273 -"141426",39563,70046,2,486,2624 -"141427",39563,70203,2,486,2756 -"141428",39563,70681,3,486,866 -"141429",39563,70996,2,486,1037 -"141430",39563,74318,3,486,632 -"141431",39563,74681,2,486,837 -"141432",39563,74730,1,486,535 -"141433",39563,76356,3,486,2323 -"141434",39563,76398,3,486,2400 -"141435",39563,76999,1,486,908 -"141436",39563,78569,3,486,578 -"141437",39563,78801,3,486,1572 -"141438",39563,81478,3,486,1640 -"141439",39563,82767,3,486,1641 -"141440",39563,85329,3,486,738 -"141441",39563,85784,3,486,1142 -"141442",39563,85794,2,486,679 -"141443",39563,86520,3,486,702 -"141444",39563,86627,3,486,981 -"141445",39563,87692,3,486,775 -"141446",39563,87720,3,486,2086 -"141447",39563,89137,3,486,580 -"141448",39563,89511,3,486,1205 -"141449",39563,89527,3,486,572 -"141450",39563,89965,3,486,810 -"141451",39563,90378,3,486,890 -"141452",39563,90802,3,486,877 -"141453",39563,91142,3,486,2527 -"141454",39563,91912,3,486,790 -"141455",39563,92254,2,486,517 -"141456",39563,92817,3,486,569 -"141457",39563,94101,3,486,997 -"141458",39563,95064,3,486,1801 -"141459",39563,95587,3,486,810 -"141460",39563,96911,3,486,956 -"141461",39563,97160,2,486,1215 -"141462",39563,100140,2,486,1041 -"141463",39563,100670,3,486,525 -"141464",39563,101338,3,486,1319 -"141465",39563,101395,3,486,891 -"141466",39563,101967,3,486,691 -"141467",39563,103524,2,486,991 -"141468",39563,109194,3,486,494 -"141469",39563,109383,3,486,952 -"141470",39563,109718,3,486,1237 -"141471",39563,117679,2,486,535 -"141472",39570,212,3,496,1513 -"141473",39570,270,2,496,2542 -"141474",39570,380,3,496,2261 -"141475",39570,1102,3,496,2282 -"141476",39570,1124,2,496,1596 -"141477",39570,1639,3,496,2631 -"141478",39570,1769,3,496,877 -"141479",39570,1875,3,496,1786 -"141480",39570,2077,3,496,610 -"141481",39570,2111,3,496,1904 -"141482",39570,2424,3,496,2582 -"141483",39570,2533,3,496,2016 -"141484",39570,3305,3,496,2839 -"141485",39570,3306,2,496,1989 -"141486",39570,3477,3,496,2546 -"141487",39570,4701,3,496,2401 -"141488",39570,5235,2,496,2324 -"141489",39570,5568,3,496,1290 -"141490",39570,5599,3,496,1684 -"141491",39570,5716,3,496,1058 -"141492",39570,5971,2,496,1985 -"141493",39570,5986,3,496,1721 -"141494",39570,6047,3,496,2004 -"141495",39570,6063,3,496,2349 -"141496",39570,6222,3,496,1949 -"141497",39570,6264,2,496,749 -"141498",39570,6363,3,496,2066 -"141499",39570,6366,3,496,798 -"141500",39570,6417,3,496,1675 -"141501",39570,6588,2,496,2025 -"141502",39570,6718,2,496,2138 -"141503",39570,7555,3,496,1943 -"141504",39570,7627,2,496,1543 -"141505",39570,9364,3,496,1698 -"141506",39570,9432,3,496,1693 -"141507",39570,9624,3,496,2398 -"141508",39570,9650,3,496,1167 -"141509",39570,9695,3,496,2143 -"141510",39570,9723,3,496,2302 -"141511",39570,10488,2,496,1524 -"141512",39570,10523,3,496,1510 -"141513",39570,10857,3,496,2253 -"141514",39570,11218,3,496,2292 -"141515",39570,11229,2,496,1625 -"141516",39570,11817,1,496,600 -"141517",39570,11966,3,496,2385 -"141518",39570,12042,3,496,2345 -"141519",39570,12374,3,496,2260 -"141520",39570,12417,3,496,802 -"141521",39570,12735,3,496,819 -"141522",39570,12779,3,496,936 -"141523",39570,13307,3,496,2206 -"141524",39570,14564,3,496,1581 -"141525",39570,14656,2,496,584 -"141526",39570,14669,3,496,2080 -"141527",39570,14855,2,496,903 -"141528",39570,14989,2,496,2223 -"141529",39570,15003,2,496,2067 -"141530",39570,15118,3,496,1311 -"141531",39570,15244,3,496,1600 -"141532",39570,15700,3,496,1712 -"141533",39570,16352,2,496,2657 -"141534",39570,17400,3,496,2231 -"141535",39570,18152,3,496,1314 -"141536",39570,18217,3,496,1566 -"141537",39570,18348,3,496,1711 -"141538",39570,18361,1,496,2968 -"141539",39570,18394,2,496,2356 -"141540",39570,19622,3,496,2371 -"141541",39570,20124,2,496,2376 -"141542",39570,20311,3,496,1981 -"141543",39570,21012,3,496,2325 -"141544",39570,21571,3,496,2755 -"141545",39570,21693,3,496,2176 -"141546",39570,22108,3,496,1915 -"141547",39570,22197,2,496,2271 -"141548",39570,22326,3,496,2818 -"141549",39570,22403,3,496,1630 -"141550",39570,22415,3,496,2841 -"141551",39570,22462,3,496,869 -"141552",39570,22566,3,496,2308 -"141553",39570,22705,3,496,1016 -"141554",39570,23006,3,496,1532 -"141555",39570,23403,2,496,607 -"141556",39570,23492,3,496,1067 -"141557",39570,23509,3,496,2275 -"141558",39570,23526,3,496,1998 -"141559",39570,23715,3,496,1859 -"141560",39570,23725,3,496,2378 -"141561",39570,24066,3,496,1755 -"141562",39570,25027,3,496,564 -"141563",39570,25305,3,496,2447 -"141564",39570,25985,3,496,2071 -"141565",39570,26080,3,496,2525 -"141566",39570,26848,3,496,2363 -"141567",39570,26867,2,496,1804 -"141568",39570,27112,1,496,500 -"141569",39570,27744,3,496,861 -"141570",39570,27849,3,496,1316 -"141571",39570,28002,3,496,914 -"141572",39570,28190,3,496,1634 -"141573",39570,29093,3,496,1933 -"141574",39570,29962,3,496,2201 -"141575",39570,29987,3,496,956 -"141576",39570,30325,3,496,1067 -"141577",39570,30405,3,496,2164 -"141578",39570,31307,3,496,2139 -"141579",39570,32017,3,496,577 -"141580",39570,32131,2,496,1035 -"141581",39570,32173,3,496,2341 -"141582",39570,32694,3,496,1602 -"141583",39570,32965,3,496,2071 -"141584",39570,33223,3,496,2397 -"141585",39570,33949,3,496,2489 -"141586",39570,34426,3,496,2743 -"141587",39570,34735,3,496,2767 -"141588",39570,35402,2,496,2339 -"141589",39570,35673,3,496,1067 -"141590",39570,37358,3,496,2128 -"141591",39570,37800,3,496,604 -"141592",39570,39865,3,496,849 -"141593",39570,40028,2,496,1349 -"141594",39570,40072,2,496,1182 -"141595",39570,40542,3,496,1664 -"141596",39570,40820,3,496,900 -"141597",39570,42687,3,496,1952 -"141598",39570,43213,3,496,2160 -"141599",39570,43455,3,496,2846 -"141600",39570,43518,3,496,2680 -"141601",39570,43671,3,496,1224 -"141602",39570,43673,3,496,2787 -"141603",39570,44521,1,496,1593 -"141604",39570,44641,3,496,1981 -"141605",39570,44648,3,496,619 -"141606",39570,44819,3,496,2063 -"141607",39570,46182,3,496,1613 -"141608",39570,46196,3,496,1510 -"141609",39570,46629,3,496,2255 -"141610",39570,47435,3,496,878 -"141611",39570,47895,3,496,2328 -"141612",39570,48435,3,496,528 -"141613",39570,49185,3,496,1544 -"141614",39570,50134,3,496,2674 -"141615",39570,50236,2,496,2339 -"141616",39570,52136,3,496,1412 -"141617",39570,52345,3,496,1430 -"141618",39570,53303,3,496,1376 -"141619",39570,54551,3,496,2348 -"141620",39570,54929,3,496,2783 -"141621",39570,55892,3,496,1234 -"141622",39570,56082,2,496,2395 -"141623",39570,56237,2,496,2625 -"141624",39570,56604,3,496,1919 -"141625",39570,57246,3,496,1873 -"141626",39570,57781,3,496,1971 -"141627",39570,59386,3,496,595 -"141628",39570,59539,3,496,2429 -"141629",39570,59939,2,496,936 -"141630",39570,61982,3,496,2725 -"141631",39570,64786,3,496,870 -"141632",39570,67763,2,496,822 -"141633",39570,67805,3,496,1338 -"141634",39570,68215,2,496,2727 -"141635",39570,70838,2,496,687 -"141636",39570,71217,2,496,2169 -"141637",39570,71971,3,496,1294 -"141638",39570,72188,3,496,856 -"141639",39570,72207,3,496,2430 -"141640",39570,72326,3,496,2384 -"141641",39570,72956,3,496,1251 -"141642",39570,75403,3,496,1895 -"141643",39570,75921,3,496,517 -"141644",39570,79804,2,496,2227 -"141645",39570,80014,3,496,1562 -"141646",39570,80219,3,496,988 -"141647",39570,80242,2,496,569 -"141648",39570,80784,3,496,1738 -"141649",39570,82949,3,496,2077 -"141650",39570,84500,3,496,1583 -"141651",39570,85329,3,496,738 -"141652",39570,87048,3,496,989 -"141653",39570,91912,2,496,790 -"141654",39570,92104,2,496,2339 -"141655",39570,94889,3,496,667 -"141656",39570,109663,2,496,545 -"141657",39570,109718,3,496,1237 -"141658",39570,112437,3,496,513 -"141659",39570,117956,2,496,2774 -"141660",39570,120549,3,496,708 -"141661",39577,3100,3,1728,2524 -"141662",39577,9727,3,1728,2327 -"141663",39577,12031,3,1728,1957 -"141664",39577,15207,3,1728,1855 -"141665",39577,36487,3,1728,2622 -"141666",39577,40715,3,1728,2258 -"141667",39577,55436,3,1728,2513 -"141668",39577,57067,3,1728,2547 -"141669",39577,61513,3,1728,2948 -"141670",39577,65223,3,1728,2724 -"141671",39577,116078,3,1728,1839 -"141672",39589,1702,3,1292,1984 -"141673",39589,1846,3,1292,1845 -"141674",39589,2424,3,1292,2582 -"141675",39589,3271,3,1292,2216 -"141676",39589,3477,3,1292,2546 -"141677",39589,7337,2,1292,1797 -"141678",39589,7942,3,1292,2623 -"141679",39589,9272,3,1292,2835 -"141680",39589,10239,3,1292,2032 -"141681",39589,13150,3,1292,1570 -"141682",39589,16176,3,1292,2703 -"141683",39589,25577,3,1292,1946 -"141684",39589,25745,3,1292,2403 -"141685",39589,27882,3,1292,1897 -"141686",39589,30010,3,1292,2917 -"141687",39589,35797,3,1292,2482 -"141688",39589,36487,3,1292,2622 -"141689",39589,36506,3,1292,2638 -"141690",39589,43226,3,1292,2442 -"141691",39589,43929,3,1292,2749 -"141692",39589,43961,3,1292,2443 -"141693",39589,44074,2,1292,1299 -"141694",39589,46486,3,1292,1868 -"141695",39589,47375,2,1292,2043 -"141696",39589,48110,3,1292,2009 -"141697",39589,58508,3,1292,2326 -"141698",39589,60258,2,1292,2405 -"141699",39589,61125,3,1292,1673 -"141700",39589,67815,2,1292,2476 -"141701",39589,69335,3,1292,2698 -"141702",39589,70583,3,1292,2615 -"141703",39589,77864,3,1292,2227 -"141704",39589,80301,3,1292,1690 -"141705",39589,85869,3,1292,1509 -"141706",39589,89538,3,1292,1847 -"141707",39622,57609,2,2348,2717 -"141708",39627,499,3,546,1931 -"141709",39627,1067,3,546,918 -"141710",39627,1393,3,546,1706 -"141711",39627,1495,3,546,2046 -"141712",39627,2208,3,546,2814 -"141713",39627,2370,2,546,1600 -"141714",39627,2766,3,546,1920 -"141715",39627,4723,1,546,1314 -"141716",39627,6020,3,546,1864 -"141717",39627,6208,3,546,2361 -"141718",39627,6996,2,546,2916 -"141719",39627,7703,3,546,2122 -"141720",39627,7900,3,546,893 -"141721",39627,7903,3,546,744 -"141722",39627,7932,3,546,789 -"141723",39627,7984,3,546,2493 -"141724",39627,8258,2,546,1959 -"141725",39627,9200,3,546,787 -"141726",39627,9893,3,546,2701 -"141727",39627,10370,3,546,2224 -"141728",39627,10974,3,546,896 -"141729",39627,11477,3,546,2724 -"141730",39627,11912,3,546,889 -"141731",39627,12122,3,546,1385 -"141732",39627,13712,3,546,550 -"141733",39627,14669,3,546,2080 -"141734",39627,16455,2,546,946 -"141735",39627,16725,3,546,2830 -"141736",39627,16866,3,546,2718 -"141737",39627,17328,3,546,1206 -"141738",39627,17938,3,546,1410 -"141739",39627,19606,3,546,2783 -"141740",39627,19814,3,546,936 -"141741",39627,20494,3,546,1075 -"141742",39627,21142,3,546,2414 -"141743",39627,21358,3,546,1970 -"141744",39627,21920,2,546,2367 -"141745",39627,23223,3,546,2094 -"141746",39627,24793,3,546,1993 -"141747",39627,25325,3,546,2963 -"141748",39627,25443,3,546,1441 -"141749",39627,28635,2,546,2368 -"141750",39627,28648,3,546,1586 -"141751",39627,29917,3,546,1962 -"141752",39627,31950,2,546,2217 -"141753",39627,32939,3,546,2277 -"141754",39627,33356,3,546,1586 -"141755",39627,34509,3,546,1973 -"141756",39627,35516,3,546,1229 -"141757",39627,35738,3,546,2448 -"141758",39627,37108,3,546,1202 -"141759",39627,38755,3,546,2902 -"141760",39627,39507,3,546,793 -"141761",39627,40510,3,546,943 -"141762",39627,41021,3,546,978 -"141763",39627,43902,3,546,1726 -"141764",39627,44089,2,546,1632 -"141765",39627,45449,2,546,1610 -"141766",39627,45450,3,546,1590 -"141767",39627,45562,3,546,623 -"141768",39627,46680,2,546,1690 -"141769",39627,48781,3,546,954 -"141770",39627,48823,3,546,2080 -"141771",39627,48931,3,546,2444 -"141772",39627,49029,3,546,647 -"141773",39627,50252,3,546,2001 -"141774",39627,52203,3,546,1961 -"141775",39627,53134,3,546,1590 -"141776",39627,53293,1,546,2916 -"141777",39627,53859,3,546,1817 -"141778",39627,54488,3,546,2357 -"141779",39627,54816,3,546,592 -"141780",39627,55493,1,546,869 -"141781",39627,57549,1,546,2335 -"141782",39627,57804,3,546,2214 -"141783",39627,60552,3,546,855 -"141784",39627,61398,3,546,2563 -"141785",39627,61921,1,546,1793 -"141786",39627,64737,3,546,2442 -"141787",39627,69591,3,546,2294 -"141788",39627,71756,2,546,1202 -"141789",39627,78257,3,546,590 -"141790",39627,79211,3,546,1590 -"141791",39627,79612,3,546,927 -"141792",39627,79639,2,546,1013 -"141793",39627,80186,3,546,2228 -"141794",39627,82270,2,546,1641 -"141795",39627,84235,3,546,1639 -"141796",39627,84581,3,546,1241 -"141797",39627,85784,3,546,1142 -"141798",39627,90852,2,546,764 -"141799",39627,92366,2,546,1434 -"141800",39627,93642,3,546,1120 -"141801",39627,94444,3,546,1554 -"141802",39627,95309,2,546,687 -"141803",39627,99215,3,546,2791 -"141804",39627,100084,3,546,1964 -"141805",39627,103989,3,546,1207 -"141806",39627,105887,2,546,615 -"141807",39627,107318,3,546,1963 -"141808",39627,116484,3,546,902 -"141809",39648,357,3,230,2327 -"141810",39648,1367,3,230,2176 -"141811",39648,2901,3,230,1156 -"141812",39648,2972,3,230,1708 -"141813",39648,4226,3,230,1903 -"141814",39648,4366,3,230,1726 -"141815",39648,5714,3,230,534 -"141816",39648,8533,3,230,2251 -"141817",39648,14855,3,230,903 -"141818",39648,15539,3,230,1929 -"141819",39648,24923,3,230,2785 -"141820",39648,29073,2,230,2328 -"141821",39648,37893,3,230,875 -"141822",39648,41682,3,230,1988 -"141823",39648,47715,2,230,2111 -"141824",39648,61719,2,230,1515 -"141825",39648,62957,3,230,1170 -"141826",39648,74731,3,230,853 -"141827",39648,77359,3,230,917 -"141828",39648,81592,2,230,2882 -"141829",39648,81593,3,230,1156 -"141830",39648,82426,3,230,1576 -"141831",39648,89072,3,230,1099 -"141832",39648,93752,3,230,1368 -"141833",39648,109079,2,230,954 -"141834",39657,6047,3,1947,2004 -"141835",39657,9654,3,1947,2111 -"141836",39657,22567,2,1947,2396 -"141837",39657,23011,3,1947,2763 -"141838",39657,25462,3,1947,2653 -"141839",39657,26218,1,1947,2460 -"141840",39657,38755,3,1947,2902 -"141841",39657,40383,3,1947,2639 -"141842",39657,40931,3,1947,2301 -"141843",39657,67726,3,1947,2873 -"141844",39697,2802,3,669,1836 -"141845",39697,3100,2,669,2524 -"141846",39697,14915,3,669,2606 -"141847",39697,16361,3,669,1641 -"141848",39697,16593,3,669,1139 -"141849",39697,21593,3,669,1312 -"141850",39697,21976,2,669,1808 -"141851",39697,24104,3,669,817 -"141852",39697,24176,3,669,1986 -"141853",39697,25886,3,669,1580 -"141854",39697,26567,3,669,1158 -"141855",39697,29556,2,669,907 -"141856",39697,31087,3,669,1757 -"141857",39697,38309,3,669,2644 -"141858",39697,56726,3,669,969 -"141859",39697,65223,1,669,2724 -"141860",39697,66267,3,669,1278 -"141861",39697,67763,3,669,822 -"141862",39697,105190,2,669,2839 -"141863",39723,386,3,778,1553 -"141864",39723,1787,1,778,1707 -"141865",39723,3484,3,778,1515 -"141866",39723,3678,3,778,1325 -"141867",39723,5937,3,778,2392 -"141868",39723,6234,3,778,2654 -"141869",39723,6800,3,778,2053 -"141870",39723,11679,3,778,846 -"141871",39723,11868,3,778,1639 -"141872",39723,14861,2,778,2269 -"141873",39723,15119,2,778,1020 -"141874",39723,15150,3,778,2801 -"141875",39723,15239,3,778,1958 -"141876",39723,16477,1,778,2069 -"141877",39723,19767,3,778,1041 -"141878",39723,20011,3,778,2826 -"141879",39723,22746,3,778,913 -"141880",39723,23771,2,778,1614 -"141881",39723,30194,2,778,2874 -"141882",39723,31259,3,778,2082 -"141883",39723,31794,3,778,1919 -"141884",39723,32841,3,778,1345 -"141885",39723,33460,3,778,2781 -"141886",39723,34576,3,778,1727 -"141887",39723,39439,3,778,2462 -"141888",39723,41521,3,778,2069 -"141889",39723,42136,3,778,2551 -"141890",39723,44727,3,778,1227 -"141891",39723,44730,3,778,2468 -"141892",39723,49415,3,778,2654 -"141893",39723,50899,3,778,2125 -"141894",39723,52953,2,778,1741 -"141895",39723,53648,3,778,2167 -"141896",39723,65568,3,778,1699 -"141897",39723,73629,3,778,1713 -"141898",39723,76931,2,778,1338 -"141899",39723,79746,3,778,2272 -"141900",39723,85062,3,778,1379 -"141901",39723,86716,3,778,1609 -"141902",39723,89258,3,778,1147 -"141903",39723,90429,2,778,1684 -"141904",39723,93459,2,778,1354 -"141905",39723,94495,3,778,989 -"141906",39723,96700,3,778,1602 -"141907",39723,97615,3,778,1198 -"141908",39723,99291,3,778,930 -"141909",39723,113333,3,778,1018 -"141910",39746,687,3,1361,1664 -"141911",39746,2852,3,1361,2448 -"141912",39746,8890,3,1361,1955 -"141913",39746,15872,3,1361,1551 -"141914",39746,20941,3,1361,2725 -"141915",39746,21138,3,1361,2849 -"141916",39746,23015,3,1361,1362 -"141917",39746,39443,3,1361,2277 -"141918",39746,39875,3,1361,2422 -"141919",39746,41581,3,1361,1692 -"141920",39746,45869,3,1361,2840 -"141921",39746,46902,2,1361,1620 -"141922",39746,51017,3,1361,2073 -"141923",39746,56669,3,1361,2924 -"141924",39746,59485,3,1361,1564 -"141925",39746,63701,1,1361,1620 -"141926",39746,111855,3,1361,1909 -"141927",39748,3167,3,1566,1676 -"141928",39748,18108,3,1566,1656 -"141929",39748,24482,3,1566,1649 -"141930",39748,34158,3,1566,2639 -"141931",39748,51157,2,1566,2319 -"141932",39748,55580,2,1566,1942 -"141933",39748,64219,3,1566,2705 -"141934",39748,81478,2,1566,1640 -"141935",39796,6479,1,407,1021 -"141936",39796,15078,3,407,1033 -"141937",39796,16776,3,407,1565 -"141938",39796,49372,1,407,1756 -"141939",39796,49558,2,407,2083 -"141940",39796,77377,3,407,1487 -"141941",39796,88102,3,407,1244 -"141942",39796,90745,3,407,1994 -"141943",39799,19528,3,2344,2742 -"141944",39799,19868,2,2344,2855 -"141945",39799,24756,3,2344,2530 -"141946",39799,25462,3,2344,2653 -"141947",39799,26218,3,2344,2460 -"141948",39800,160,3,802,2007 -"141949",39800,1641,3,802,1490 -"141950",39800,2576,3,802,1307 -"141951",39800,2747,3,802,2411 -"141952",39800,3777,3,802,1798 -"141953",39800,3978,3,802,2775 -"141954",39800,4303,3,802,2414 -"141955",39800,4612,3,802,2804 -"141956",39800,5839,3,802,2301 -"141957",39800,6162,3,802,1673 -"141958",39800,6241,3,802,2264 -"141959",39800,7794,3,802,2972 -"141960",39800,7942,3,802,2623 -"141961",39800,9503,3,802,2453 -"141962",39800,9787,3,802,2858 -"141963",39800,11029,3,802,2362 -"141964",39800,11990,3,802,1909 -"141965",39800,12781,3,802,831 -"141966",39800,14287,3,802,1583 -"141967",39800,14599,3,802,1118 -"141968",39800,14817,3,802,2110 -"141969",39800,16501,3,802,1650 -"141970",39800,16864,3,802,814 -"141971",39800,17037,3,802,2947 -"141972",39800,17456,3,802,1300 -"141973",39800,17983,3,802,1931 -"141974",39800,18102,3,802,1642 -"141975",39800,18381,3,802,1524 -"141976",39800,18978,3,802,952 -"141977",39800,22766,3,802,1945 -"141978",39800,23131,2,802,1732 -"141979",39800,23206,3,802,2805 -"141980",39800,23745,3,802,1968 -"141981",39800,24405,3,802,1443 -"141982",39800,25373,3,802,2783 -"141983",39800,26595,3,802,1566 -"141984",39800,27742,2,802,2700 -"141985",39800,27914,3,802,2507 -"141986",39800,28869,3,802,2425 -"141987",39800,28904,3,802,926 -"141988",39800,30525,1,802,1964 -"141989",39800,31753,3,802,1514 -"141990",39800,32560,3,802,1258 -"141991",39800,34820,3,802,1630 -"141992",39800,34831,3,802,1866 -"141993",39800,36578,2,802,1484 -"141994",39800,39278,3,802,1952 -"141995",39800,44181,3,802,1034 -"141996",39800,44306,3,802,1036 -"141997",39800,54775,3,802,2383 -"141998",39800,57732,3,802,2454 -"141999",39800,58501,3,802,2613 -"142000",39800,58655,3,802,2685 -"142001",39800,61125,3,802,1673 -"142002",39800,62903,3,802,1704 -"142003",39800,67145,3,802,2015 -"142004",39800,68550,3,802,1820 -"142005",39800,79382,3,802,1908 -"142006",39800,85396,3,802,1131 -"142007",39800,87907,3,802,1173 -"142008",39800,91849,3,802,1166 -"142009",39800,91942,3,802,2216 -"142010",39800,115021,3,802,1226 -"142011",39802,14,3,206,1793 -"142012",39802,194,3,206,1243 -"142013",39802,237,3,206,1982 -"142014",39802,841,3,206,2964 -"142015",39802,1107,3,206,905 -"142016",39802,2540,3,206,1398 -"142017",39802,3068,3,206,1815 -"142018",39802,3127,3,206,2273 -"142019",39802,3978,3,206,2775 -"142020",39802,4303,3,206,2414 -"142021",39802,4646,2,206,2139 -"142022",39802,4932,3,206,2752 -"142023",39802,4983,3,206,1909 -"142024",39802,5792,3,206,975 -"142025",39802,6989,3,206,2623 -"142026",39802,7014,3,206,2401 -"142027",39802,7785,3,206,2441 -"142028",39802,9227,3,206,1267 -"142029",39802,9703,3,206,1845 -"142030",39802,10595,3,206,494 -"142031",39802,10754,3,206,1797 -"142032",39802,10870,3,206,1755 -"142033",39802,11136,3,206,2573 -"142034",39802,11648,3,206,2852 -"142035",39802,13068,3,206,1778 -"142036",39802,13290,3,206,2824 -"142037",39802,14754,3,206,2456 -"142038",39802,17645,3,206,1918 -"142039",39802,18005,3,206,2449 -"142040",39802,18165,3,206,2085 -"142041",39802,18965,3,206,2315 -"142042",39802,20688,3,206,891 -"142043",39802,20894,3,206,2214 -"142044",39802,22723,3,206,2859 -"142045",39802,25033,3,206,929 -"142046",39802,25185,3,206,341 -"142047",39802,25295,3,206,341 -"142048",39802,29267,3,206,1234 -"142049",39802,29286,3,206,1612 -"142050",39802,29495,3,206,1612 -"142051",39802,29930,3,206,2240 -"142052",39802,30850,3,206,1045 -"142053",39802,32560,3,206,1258 -"142054",39802,32651,3,206,877 -"142055",39802,33957,3,206,245 -"142056",39802,34094,3,206,1360 -"142057",39802,34908,3,206,2796 -"142058",39802,35797,3,206,2482 -"142059",39802,36953,2,206,2790 -"142060",39802,37351,3,206,978 -"142061",39802,38816,3,206,1225 -"142062",39802,40572,3,206,2666 -"142063",39802,41338,3,206,1553 -"142064",39802,42331,3,206,1585 -"142065",39802,42813,3,206,2142 -"142066",39802,43110,3,206,375 -"142067",39802,44749,3,206,1303 -"142068",39802,45992,3,206,1182 -"142069",39802,46486,2,206,1868 -"142070",39802,46650,3,206,1330 -"142071",39802,52815,3,206,2323 -"142072",39802,56862,3,206,868 -"142073",39802,57356,3,206,2476 -"142074",39802,59776,1,206,2493 -"142075",39802,61337,2,206,2777 -"142076",39802,61727,3,206,413 -"142077",39802,62963,3,206,1964 -"142078",39802,66480,3,206,1234 -"142079",39802,69810,2,206,2321 -"142080",39802,70101,3,206,2414 -"142081",39802,72986,3,206,1055 -"142082",39802,78677,3,206,341 -"142083",39802,80812,3,206,2357 -"142084",39802,90709,3,206,1080 -"142085",39802,93332,3,206,982 -"142086",39802,96310,3,206,1016 -"142087",39802,99332,3,206,873 -"142088",39802,109307,3,206,1187 -"142089",39802,113966,3,206,268 -"142090",39827,455,3,2321,2827 -"142091",39827,3695,3,2321,2612 -"142092",39827,7078,3,2321,2344 -"142093",39827,17826,2,2321,2920 -"142094",39827,18151,3,2321,2962 -"142095",39827,20423,2,2321,2654 -"142096",39827,21795,3,2321,2653 -"142097",39827,22714,2,2321,2793 -"142098",39827,42474,3,2321,2322 -"142099",39827,47947,3,2321,2681 -"142100",39827,49032,3,2321,2469 -"142101",39827,49461,2,2321,2793 -"142102",39827,67264,3,2321,2790 -"142103",39827,74095,3,2321,2333 -"142104",39865,270,3,849,2542 -"142105",39865,380,3,849,2261 -"142106",39865,457,3,849,1704 -"142107",39865,600,3,849,1702 -"142108",39865,671,2,849,2328 -"142109",39865,1046,3,849,1881 -"142110",39865,1124,3,849,1596 -"142111",39865,1154,3,849,1656 -"142112",39865,1275,3,849,2068 -"142113",39865,1592,3,849,2006 -"142114",39865,1691,2,849,1941 -"142115",39865,1777,3,849,1965 -"142116",39865,2111,3,849,1904 -"142117",39865,2224,3,849,2751 -"142118",39865,2743,3,849,1278 -"142119",39865,3167,3,849,1676 -"142120",39865,4057,3,849,2389 -"142121",39865,4226,3,849,1903 -"142122",39865,4618,3,849,2607 -"142123",39865,4690,3,849,1938 -"142124",39865,4791,3,849,1184 -"142125",39865,5078,3,849,2033 -"142126",39865,5235,3,849,2324 -"142127",39865,5457,3,849,2077 -"142128",39865,5462,3,849,2374 -"142129",39865,5504,3,849,2389 -"142130",39865,5716,3,849,1058 -"142131",39865,5971,2,849,1985 -"142132",39865,5986,3,849,1721 -"142133",39865,6047,3,849,2004 -"142134",39865,6222,3,849,1949 -"142135",39865,6390,3,849,2385 -"142136",39865,6417,3,849,1675 -"142137",39865,6491,3,849,2424 -"142138",39865,6588,2,849,2025 -"142139",39865,6718,3,849,2138 -"142140",39865,7226,3,849,1228 -"142141",39865,7241,3,849,2259 -"142142",39865,7555,3,849,1943 -"142143",39865,8192,3,849,1670 -"142144",39865,8376,3,849,1670 -"142145",39865,8529,3,849,1205 -"142146",39865,8866,3,849,1545 -"142147",39865,8888,3,849,1328 -"142148",39865,9362,3,849,2879 -"142149",39865,9805,3,849,1621 -"142150",39865,10488,3,849,1524 -"142151",39865,10513,3,849,2284 -"142152",39865,10523,3,849,1510 -"142153",39865,10646,3,849,1555 -"142154",39865,10779,3,849,2881 -"142155",39865,10875,3,849,1234 -"142156",39865,11218,3,849,2292 -"142157",39865,11229,3,849,1625 -"142158",39865,11966,3,849,2385 -"142159",39865,12042,3,849,2345 -"142160",39865,12096,2,849,1330 -"142161",39865,12374,1,849,2260 -"142162",39865,12602,3,849,1956 -"142163",39865,13307,3,849,2206 -"142164",39865,13869,3,849,1786 -"142165",39865,13929,3,849,2693 -"142166",39865,13945,3,849,1324 -"142167",39865,14834,3,849,2739 -"142168",39865,14855,3,849,903 -"142169",39865,14989,3,849,2223 -"142170",39865,15118,3,849,1311 -"142171",39865,15135,3,849,1035 -"142172",39865,16053,3,849,908 -"142173",39865,16164,3,849,1184 -"142174",39865,16352,2,849,2657 -"142175",39865,17400,3,849,2231 -"142176",39865,18361,3,849,2968 -"142177",39865,18394,3,849,2356 -"142178",39865,19027,3,849,2721 -"142179",39865,19096,3,849,1538 -"142180",39865,19719,3,849,2177 -"142181",39865,20067,3,849,2390 -"142182",39865,20124,3,849,2376 -"142183",39865,20311,3,849,1981 -"142184",39865,20407,3,849,2339 -"142185",39865,20824,3,849,1366 -"142186",39865,21104,2,849,2327 -"142187",39865,21122,3,849,1701 -"142188",39865,21571,3,849,2755 -"142189",39865,22006,3,849,1202 -"142190",39865,22197,3,849,2271 -"142191",39865,22566,3,849,2308 -"142192",39865,22964,3,849,1443 -"142193",39865,23492,3,849,1067 -"142194",39865,23526,3,849,1998 -"142195",39865,23534,3,849,1659 -"142196",39865,23715,3,849,1859 -"142197",39865,23725,3,849,2378 -"142198",39865,23726,3,849,2434 -"142199",39865,23825,3,849,1913 -"142200",39865,23869,3,849,1918 -"142201",39865,24005,2,849,1188 -"142202",39865,24558,3,849,2139 -"142203",39865,24559,3,849,946 -"142204",39865,24755,2,849,1319 -"142205",39865,25132,2,849,1188 -"142206",39865,25289,3,849,1790 -"142207",39865,25341,3,849,1858 -"142208",39865,26067,3,849,2069 -"142209",39865,26080,3,849,2525 -"142210",39865,26451,3,849,2133 -"142211",39865,26471,3,849,1061 -"142212",39865,26570,1,849,1669 -"142213",39865,26671,2,849,2279 -"142214",39865,26848,3,849,2363 -"142215",39865,26867,2,849,1804 -"142216",39865,27744,3,849,861 -"142217",39865,27792,3,849,1308 -"142218",39865,28002,3,849,914 -"142219",39865,28434,3,849,1141 -"142220",39865,29073,3,849,2328 -"142221",39865,29456,3,849,1182 -"142222",39865,29929,3,849,2789 -"142223",39865,30325,3,849,1067 -"142224",39865,30405,3,849,2164 -"142225",39865,32113,3,849,882 -"142226",39865,32131,3,849,1035 -"142227",39865,32173,3,849,2341 -"142228",39865,33622,1,849,2230 -"142229",39865,34136,2,849,2202 -"142230",39865,34158,3,849,2639 -"142231",39865,34735,3,849,2767 -"142232",39865,34836,2,849,2302 -"142233",39865,35673,3,849,1067 -"142234",39865,36439,3,849,2469 -"142235",39865,37893,3,849,875 -"142236",39865,38019,2,849,1870 -"142237",39865,39238,3,849,922 -"142238",39865,39444,2,849,2695 -"142239",39865,40028,2,849,1349 -"142240",39865,40072,1,849,1182 -"142241",39865,40646,3,849,1583 -"142242",39865,41174,3,849,850 -"142243",39865,41832,3,849,1155 -"142244",39865,43518,3,849,2680 -"142245",39865,43635,3,849,1196 -"142246",39865,43673,3,849,2787 -"142247",39865,44161,3,849,1156 -"142248",39865,44427,3,849,2875 -"142249",39865,44521,3,849,1593 -"142250",39865,46621,3,849,1343 -"142251",39865,46629,3,849,2255 -"142252",39865,46950,3,849,2673 -"142253",39865,47803,3,849,2477 -"142254",39865,47839,3,849,1864 -"142255",39865,48260,3,849,875 -"142256",39865,48698,2,849,1474 -"142257",39865,50118,3,849,2654 -"142258",39865,50134,3,849,2674 -"142259",39865,50236,2,849,2339 -"142260",39865,51022,3,849,1499 -"142261",39865,51157,3,849,2319 -"142262",39865,51925,3,849,2307 -"142263",39865,52136,3,849,1412 -"142264",39865,52345,2,849,1430 -"142265",39865,53266,3,849,2389 -"142266",39865,53303,2,849,1376 -"142267",39865,53322,3,849,1200 -"142268",39865,55556,3,849,2075 -"142269",39865,55691,3,849,2856 -"142270",39865,56082,3,849,2395 -"142271",39865,56237,3,849,2625 -"142272",39865,56854,3,849,2022 -"142273",39865,57353,3,849,1849 -"142274",39865,57950,3,849,1529 -"142275",39865,58035,3,849,1646 -"142276",39865,58133,3,849,1484 -"142277",39865,59700,3,849,2346 -"142278",39865,59939,1,849,936 -"142279",39865,62148,3,849,1566 -"142280",39865,64031,3,849,1295 -"142281",39865,64786,3,849,870 -"142282",39865,64997,3,849,2791 -"142283",39865,65007,3,849,2530 -"142284",39865,65625,3,849,1273 -"142285",39865,69712,3,849,1219 -"142286",39865,70046,3,849,2624 -"142287",39865,71478,3,849,1721 -"142288",39865,72188,3,849,856 -"142289",39865,72326,3,849,2384 -"142290",39865,72468,3,849,2292 -"142291",39865,72597,3,849,1843 -"142292",39865,73786,3,849,2937 -"142293",39865,74636,3,849,2525 -"142294",39865,75403,3,849,1895 -"142295",39865,75948,3,849,1006 -"142296",39865,76127,3,849,910 -"142297",39865,76192,3,849,912 -"142298",39865,76999,3,849,908 -"142299",39865,79657,2,849,1260 -"142300",39865,79804,3,849,2227 -"142301",39865,80825,3,849,2315 -"142302",39865,82767,3,849,1641 -"142303",39865,85685,3,849,998 -"142304",39865,87048,3,849,989 -"142305",39865,88232,3,849,2881 -"142306",39865,92104,3,849,2339 -"142307",39865,94101,3,849,997 -"142308",39865,108379,3,849,2933 -"142309",39865,108867,2,849,2328 -"142310",39865,109718,3,849,1237 -"142311",39875,4932,3,2422,2752 -"142312",39875,14586,2,2422,2801 -"142313",39875,28893,2,2422,2764 -"142314",39875,32339,3,2422,2430 -"142315",39875,59039,3,2422,2870 -"142316",39875,77077,3,2422,2693 -"142317",39880,14,2,1620,1793 -"142318",39880,360,2,1620,1671 -"142319",39880,915,3,1620,1793 -"142320",39880,1324,3,1620,2147 -"142321",39880,5622,3,1620,2175 -"142322",39880,9828,3,1620,2085 -"142323",39880,10857,3,1620,2253 -"142324",39880,16863,3,1620,2069 -"142325",39880,18874,3,1620,2170 -"142326",39880,22260,2,1620,2137 -"142327",39880,23725,3,1620,2378 -"142328",39880,24066,3,1620,1755 -"142329",39880,26366,2,1620,1688 -"142330",39880,28190,3,1620,1634 -"142331",39880,28285,3,1620,2972 -"142332",39880,30827,3,1620,2323 -"142333",39880,32064,3,1620,1739 -"142334",39880,34735,3,1620,2767 -"142335",39880,34815,3,1620,2354 -"142336",39880,37915,3,1620,1905 -"142337",39880,43385,3,1620,1623 -"142338",39880,46883,3,1620,1671 -"142339",39880,54551,3,1620,2348 -"142340",39880,62538,3,1620,1656 -"142341",39880,73107,3,1620,1918 -"142342",39880,75028,2,1620,1660 -"142343",39893,3271,3,1601,2216 -"142344",39893,3272,3,1601,2132 -"142345",39893,3559,3,1601,2413 -"142346",39893,6040,3,1601,2103 -"142347",39893,8993,3,1601,2099 -"142348",39893,9272,3,1601,2835 -"142349",39893,12598,2,1601,2086 -"142350",39893,14442,3,1601,2700 -"142351",39893,15023,3,1601,2054 -"142352",39893,19075,3,1601,2214 -"142353",39893,20547,3,1601,2145 -"142354",39893,20739,2,1601,2025 -"142355",39893,25518,3,1601,1955 -"142356",39893,31357,2,1601,2389 -"142357",39893,43226,3,1601,2442 -"142358",39893,48110,3,1601,2009 -"142359",39893,51843,3,1601,2389 -"142360",39893,52953,3,1601,1741 -"142361",39893,54385,2,1601,2340 -"142362",39893,58508,3,1601,2326 -"142363",39893,59344,2,1601,2252 -"142364",39893,63104,3,1601,2149 -"142365",39893,69335,3,1601,2698 -"142366",39893,80301,3,1601,1690 -"142367",39893,80615,3,1601,2252 -"142368",39893,84808,3,1601,1974 -"142369",39893,110871,3,1601,2879 -"142370",39906,2936,3,2365,2512 -"142371",39906,9272,2,2365,2835 -"142372",39906,16352,3,2365,2657 -"142373",39906,18202,3,2365,2475 -"142374",39906,19364,2,2365,2846 -"142375",39906,19622,3,2365,2371 -"142376",39906,20700,3,2365,2861 -"142377",39906,22709,3,2365,2743 -"142378",39906,23725,3,2365,2378 -"142379",39906,34735,3,2365,2767 -"142380",39906,35797,3,2365,2482 -"142381",39906,43226,3,2365,2442 -"142382",39906,56082,3,2365,2395 -"142383",39906,60879,3,2365,2792 -"142384",39906,69335,3,2365,2698 -"142385",39906,73553,3,2365,2726 -"142386",39906,77077,1,2365,2693 -"142387",39906,92297,3,2365,2952 -"142388",39906,99940,2,2365,2884 -"142389",39911,3272,3,1445,2132 -"142390",39911,7648,3,1445,1861 -"142391",39911,9273,3,1445,1747 -"142392",39911,10435,3,1445,1984 -"142393",39911,16184,3,1445,2274 -"142394",39911,17768,3,1445,2468 -"142395",39911,22905,3,1445,2599 -"142396",39911,24867,3,1445,1861 -"142397",39911,25053,3,1445,2186 -"142398",39911,25886,3,1445,1580 -"142399",39911,31281,3,1445,1937 -"142400",39911,84317,3,1445,2081 -"142401",39982,701,2,1529,2718 -"142402",39982,1639,3,1529,2631 -"142403",39982,2709,3,1529,1673 -"142404",39982,2716,2,1529,1748 -"142405",39982,3306,2,1529,1989 -"142406",39982,6363,3,1529,2066 -"142407",39982,7627,2,1529,1543 -"142408",39982,13801,3,1529,2041 -"142409",39982,14669,3,1529,2080 -"142410",39982,15003,2,1529,2067 -"142411",39982,15756,3,1529,2362 -"142412",39982,16111,3,1529,1714 -"142413",39982,19643,3,1529,2452 -"142414",39982,20423,3,1529,2654 -"142415",39982,25569,3,1529,2317 -"142416",39982,27173,2,1529,2050 -"142417",39982,32064,3,1529,1739 -"142418",39982,32457,3,1529,2690 -"142419",39982,32964,3,1529,2252 -"142420",39982,33949,3,1529,2489 -"142421",39982,34426,3,1529,2743 -"142422",39982,37285,3,1529,2428 -"142423",39982,37358,3,1529,2128 -"142424",39982,41402,3,1529,2313 -"142425",39982,42522,3,1529,2592 -"142426",39982,44819,3,1529,2063 -"142427",39982,48605,3,1529,2796 -"142428",39982,52969,2,1529,2302 -"142429",39982,59539,2,1529,2429 -"142430",39987,6603,3,2096,2185 -"142431",39987,9787,3,2096,2858 -"142432",39999,237,3,1593,1982 -"142433",39999,680,3,1593,2569 -"142434",39999,2407,3,1593,1725 -"142435",39999,4526,3,1593,1728 -"142436",39999,4660,3,1593,2149 -"142437",39999,5614,3,1593,2122 -"142438",39999,7942,3,1593,2623 -"142439",39999,8610,3,1593,2240 -"142440",39999,11990,2,1593,1909 -"142441",39999,12948,3,1593,2669 -"142442",39999,16866,3,1593,2718 -"142443",39999,17033,3,1593,2771 -"142444",39999,18865,3,1593,2676 -"142445",39999,19386,3,1593,1714 -"142446",39999,27882,3,1593,1897 -"142447",39999,36487,2,1593,2622 -"142448",39999,43204,2,1593,1680 -"142449",39999,53726,3,1593,1729 -"142450",39999,63395,3,1593,2334 -"142451",39999,111855,3,1593,1909 -"142452",40003,360,3,936,1671 -"142453",40003,2452,3,936,1715 -"142454",40003,13068,3,936,1778 -"142455",40003,16502,3,936,1616 -"142456",40003,17943,3,936,1943 -"142457",40003,19208,3,936,2629 -"142458",40003,19934,3,936,2888 -"142459",40003,29454,3,936,2719 -"142460",40003,29495,3,936,1612 -"142461",40003,30865,3,936,2038 -"142462",40003,31540,3,936,1675 -"142463",40003,33949,3,936,2489 -"142464",40003,38087,3,936,1083 -"142465",40003,38373,3,936,1928 -"142466",40003,41664,3,936,2641 -"142467",40003,42522,3,936,2592 -"142468",40003,52969,2,936,2302 -"142469",40003,59039,3,936,2870 -"142470",40003,68229,3,936,2219 -"142471",40003,77497,3,936,2359 -"142472",40003,81716,3,936,1199 -"142473",40009,2694,1,1341,2062 -"142474",40009,3849,3,1341,1356 -"142475",40009,4705,3,1341,1714 -"142476",40009,7258,3,1341,1714 -"142477",40009,36637,3,1341,2085 -"142478",40009,52443,3,1341,1453 -"142479",40009,94404,3,1341,1836 -"142480",40022,2224,3,2307,2751 -"142481",40022,5120,3,2307,2735 -"142482",40022,5315,3,2307,2631 -"142483",40022,5504,3,2307,2389 -"142484",40022,50785,3,2307,2877 -"142485",40022,55828,3,2307,2393 -"142486",40022,57842,3,2307,2482 -"142487",40028,212,3,1349,1513 -"142488",40028,270,1,1349,2542 -"142489",40028,312,3,1349,2038 -"142490",40028,380,3,1349,2261 -"142491",40028,675,3,1349,1686 -"142492",40028,1102,3,1349,2282 -"142493",40028,1124,2,1349,1596 -"142494",40028,1136,3,1349,2536 -"142495",40028,1875,3,1349,1786 -"142496",40028,2111,1,1349,1904 -"142497",40028,2195,3,1349,2139 -"142498",40028,2424,2,1349,2582 -"142499",40028,2533,3,1349,2016 -"142500",40028,2684,3,1349,2874 -"142501",40028,3305,3,1349,2839 -"142502",40028,3306,3,1349,1989 -"142503",40028,3477,3,1349,2546 -"142504",40028,3493,3,1349,2451 -"142505",40028,3978,3,1349,2775 -"142506",40028,4303,3,1349,2414 -"142507",40028,4360,2,1349,1770 -"142508",40028,4953,3,1349,2285 -"142509",40028,4983,3,1349,1909 -"142510",40028,5072,3,1349,2175 -"142511",40028,5235,2,1349,2324 -"142512",40028,5258,3,1349,2730 -"142513",40028,5405,3,1349,1510 -"142514",40028,5622,3,1349,2175 -"142515",40028,5971,1,1349,1985 -"142516",40028,5984,3,1349,1675 -"142517",40028,5986,3,1349,1721 -"142518",40028,6047,3,1349,2004 -"142519",40028,6052,3,1349,1985 -"142520",40028,6063,3,1349,2349 -"142521",40028,6222,2,1349,1949 -"142522",40028,6363,3,1349,2066 -"142523",40028,6417,3,1349,1675 -"142524",40028,6588,1,1349,2025 -"142525",40028,6718,3,1349,2138 -"142526",40028,6871,3,1349,1882 -"142527",40028,6914,3,1349,2668 -"142528",40028,6989,3,1349,2623 -"142529",40028,7180,3,1349,2227 -"142530",40028,7196,3,1349,1508 -"142531",40028,7234,3,1349,2654 -"142532",40028,7555,3,1349,1943 -"142533",40028,7616,3,1349,2296 -"142534",40028,7627,3,1349,1543 -"142535",40028,7858,3,1349,1795 -"142536",40028,8866,3,1349,1545 -"142537",40028,9432,3,1349,1693 -"142538",40028,9620,3,1349,2339 -"142539",40028,9624,2,1349,2398 -"142540",40028,9654,3,1349,2111 -"142541",40028,9695,3,1349,2143 -"142542",40028,9703,3,1349,1845 -"142543",40028,9723,3,1349,2302 -"142544",40028,9928,3,1349,2345 -"142545",40028,10488,2,1349,1524 -"142546",40028,10523,1,1349,1510 -"142547",40028,10857,2,1349,2253 -"142548",40028,10914,3,1349,1660 -"142549",40028,10939,2,1349,1376 -"142550",40028,11006,3,1349,1950 -"142551",40028,11055,3,1349,2111 -"142552",40028,11218,2,1349,2292 -"142553",40028,11229,1,1349,1625 -"142554",40028,11351,3,1349,2971 -"142555",40028,11419,3,1349,1408 -"142556",40028,11440,3,1349,2026 -"142557",40028,11477,3,1349,2724 -"142558",40028,11620,3,1349,2010 -"142559",40028,11966,3,1349,2385 -"142560",40028,12042,3,1349,2345 -"142561",40028,12374,2,1349,2260 -"142562",40028,12375,3,1349,1873 -"142563",40028,12713,3,1349,2440 -"142564",40028,12728,3,1349,2374 -"142565",40028,13248,3,1349,1385 -"142566",40028,13307,2,1349,2206 -"142567",40028,13720,3,1349,1558 -"142568",40028,14032,3,1349,2144 -"142569",40028,14252,3,1349,2244 -"142570",40028,14325,3,1349,1976 -"142571",40028,14564,3,1349,1581 -"142572",40028,14586,3,1349,2801 -"142573",40028,14959,3,1349,2898 -"142574",40028,14989,2,1349,2223 -"142575",40028,15003,3,1349,2067 -"142576",40028,15444,3,1349,2764 -"142577",40028,15700,2,1349,1712 -"142578",40028,15799,3,1349,1917 -"142579",40028,15813,3,1349,2143 -"142580",40028,16352,2,1349,2657 -"142581",40028,16539,3,1349,1947 -"142582",40028,16835,3,1349,1739 -"142583",40028,17365,3,1349,2746 -"142584",40028,17400,2,1349,2231 -"142585",40028,17931,3,1349,1617 -"142586",40028,18005,2,1349,2449 -"142587",40028,18217,3,1349,1566 -"142588",40028,18348,3,1349,1711 -"142589",40028,18361,2,1349,2968 -"142590",40028,18394,2,1349,2356 -"142591",40028,18543,3,1349,2968 -"142592",40028,19248,3,1349,2357 -"142593",40028,19622,2,1349,2371 -"142594",40028,19719,3,1349,2177 -"142595",40028,19862,3,1349,2412 -"142596",40028,20124,3,1349,2376 -"142597",40028,20311,2,1349,1981 -"142598",40028,20984,3,1349,2502 -"142599",40028,21012,2,1349,2325 -"142600",40028,21104,3,1349,2327 -"142601",40028,21197,3,1349,1437 -"142602",40028,21248,3,1349,2232 -"142603",40028,21285,3,1349,2100 -"142604",40028,21571,3,1349,2755 -"142605",40028,21693,2,1349,2176 -"142606",40028,22197,2,1349,2271 -"142607",40028,22326,3,1349,2818 -"142608",40028,22362,3,1349,1836 -"142609",40028,22566,3,1349,2308 -"142610",40028,23011,3,1349,2763 -"142611",40028,23509,2,1349,2275 -"142612",40028,23526,2,1349,1998 -"142613",40028,23715,2,1349,1859 -"142614",40028,23725,2,1349,2378 -"142615",40028,23729,3,1349,1624 -"142616",40028,24066,3,1349,1755 -"142617",40028,24096,3,1349,2612 -"142618",40028,25305,3,1349,2447 -"142619",40028,25643,3,1349,1646 -"142620",40028,25985,3,1349,2071 -"142621",40028,26067,3,1349,2069 -"142622",40028,26080,3,1349,2525 -"142623",40028,26570,3,1349,1669 -"142624",40028,26671,3,1349,2279 -"142625",40028,26818,3,1349,1999 -"142626",40028,26848,1,1349,2363 -"142627",40028,26867,2,1349,1804 -"142628",40028,27377,3,1349,1724 -"142629",40028,27694,3,1349,2030 -"142630",40028,28179,3,1349,2689 -"142631",40028,28190,3,1349,1634 -"142632",40028,29073,3,1349,2328 -"142633",40028,29093,3,1349,1933 -"142634",40028,29473,3,1349,2602 -"142635",40028,29929,3,1349,2789 -"142636",40028,29982,3,1349,1372 -"142637",40028,30052,3,1349,2855 -"142638",40028,30165,3,1349,1409 -"142639",40028,30173,3,1349,2404 -"142640",40028,30334,3,1349,2075 -"142641",40028,30405,2,1349,2164 -"142642",40028,31093,3,1349,2160 -"142643",40028,31307,3,1349,2139 -"142644",40028,31317,3,1349,1362 -"142645",40028,31436,3,1349,2892 -"142646",40028,31691,3,1349,1657 -"142647",40028,32173,3,1349,2341 -"142648",40028,32694,3,1349,1602 -"142649",40028,32965,3,1349,2071 -"142650",40028,33223,3,1349,2397 -"142651",40028,33622,3,1349,2230 -"142652",40028,33801,3,1349,2899 -"142653",40028,34094,3,1349,1360 -"142654",40028,34136,3,1349,2202 -"142655",40028,34480,3,1349,2755 -"142656",40028,34735,3,1349,2767 -"142657",40028,34836,3,1349,2302 -"142658",40028,35402,3,1349,2339 -"142659",40028,35481,3,1349,2211 -"142660",40028,35815,3,1349,2789 -"142661",40028,36609,3,1349,2918 -"142662",40028,36912,3,1349,2469 -"142663",40028,37424,3,1349,1693 -"142664",40028,37636,3,1349,2178 -"142665",40028,38019,3,1349,1870 -"142666",40028,38307,3,1349,2648 -"142667",40028,38676,3,1349,2286 -"142668",40028,38921,3,1349,1880 -"142669",40028,39294,3,1349,1889 -"142670",40028,39444,3,1349,2695 -"142671",40028,40369,3,1349,2735 -"142672",40028,40392,3,1349,1878 -"142673",40028,40493,3,1349,1981 -"142674",40028,40542,3,1349,1664 -"142675",40028,40572,3,1349,2666 -"142676",40028,40931,3,1349,2301 -"142677",40028,41945,3,1349,2856 -"142678",40028,42687,2,1349,1952 -"142679",40028,43213,2,1349,2160 -"142680",40028,43335,3,1349,1412 -"142681",40028,43385,3,1349,1623 -"142682",40028,43455,2,1349,2846 -"142683",40028,43518,3,1349,2680 -"142684",40028,43673,3,1349,2787 -"142685",40028,44235,3,1349,2700 -"142686",40028,44521,1,1349,1593 -"142687",40028,44641,3,1349,1981 -"142688",40028,45618,3,1349,2356 -"142689",40028,45650,3,1349,1528 -"142690",40028,45684,2,1349,2200 -"142691",40028,45729,2,1349,2606 -"142692",40028,46182,3,1349,1613 -"142693",40028,46196,3,1349,1510 -"142694",40028,46261,3,1349,2350 -"142695",40028,46486,3,1349,1868 -"142696",40028,46629,1,1349,2255 -"142697",40028,48035,3,1349,2180 -"142698",40028,48215,3,1349,2028 -"142699",40028,48698,3,1349,1474 -"142700",40028,49185,3,1349,1544 -"142701",40028,50118,3,1349,2654 -"142702",40028,50134,3,1349,2674 -"142703",40028,50236,1,1349,2339 -"142704",40028,50585,3,1349,2414 -"142705",40028,51022,3,1349,1499 -"142706",40028,51041,3,1349,2606 -"142707",40028,51783,3,1349,2599 -"142708",40028,51866,3,1349,2411 -"142709",40028,52136,2,1349,1412 -"142710",40028,52345,3,1349,1430 -"142711",40028,52576,3,1349,2234 -"142712",40028,52815,3,1349,2323 -"142713",40028,53134,3,1349,1590 -"142714",40028,53303,2,1349,1376 -"142715",40028,53739,3,1349,2704 -"142716",40028,54551,2,1349,2348 -"142717",40028,54775,3,1349,2383 -"142718",40028,54929,3,1349,2783 -"142719",40028,55076,3,1349,2408 -"142720",40028,55468,3,1349,2511 -"142721",40028,55482,3,1349,1866 -"142722",40028,56082,1,1349,2395 -"142723",40028,56237,1,1349,2625 -"142724",40028,56317,3,1349,2030 -"142725",40028,56604,3,1349,1919 -"142726",40028,56903,3,1349,1584 -"142727",40028,57246,2,1349,1873 -"142728",40028,58508,3,1349,2326 -"142729",40028,61982,2,1349,2725 -"142730",40028,62148,3,1349,1566 -"142731",40028,62841,3,1349,2710 -"142732",40028,64947,2,1349,2489 -"142733",40028,64997,3,1349,2791 -"142734",40028,65242,2,1349,1988 -"142735",40028,67726,3,1349,2873 -"142736",40028,68215,3,1349,2727 -"142737",40028,71217,3,1349,2169 -"142738",40028,71531,3,1349,2887 -"142739",40028,72207,2,1349,2430 -"142740",40028,72326,2,1349,2384 -"142741",40028,73266,3,1349,2496 -"142742",40028,75403,2,1349,1895 -"142743",40028,76892,3,1349,2381 -"142744",40028,79013,3,1349,1441 -"142745",40028,79804,2,1349,2227 -"142746",40028,80014,3,1349,1562 -"142747",40028,82730,3,1349,1492 -"142748",40028,82747,3,1349,1496 -"142749",40028,82949,3,1349,2077 -"142750",40028,83396,3,1349,2396 -"142751",40028,84500,3,1349,1583 -"142752",40028,85356,3,1349,1492 -"142753",40028,86245,3,1349,1972 -"142754",40028,89586,3,1349,1401 -"142755",40028,92104,2,1349,2339 -"142756",40028,105685,3,1349,2469 -"142757",40028,108867,3,1349,2328 -"142758",40028,117956,3,1349,2774 -"142759",40035,9787,3,2742,2858 -"142760",40035,19934,2,2742,2888 -"142761",40035,36953,3,2742,2790 -"142762",40035,57765,3,2742,2893 -"142763",40049,7627,3,1226,1543 -"142764",40049,12818,3,1226,2015 -"142765",40049,20070,3,1226,1914 -"142766",40049,20271,1,1226,2044 -"142767",40049,24405,3,1226,1443 -"142768",40049,33433,3,1226,2805 -"142769",40049,48215,3,1226,2028 -"142770",40049,55256,3,1226,2379 -"142771",40049,72033,2,1226,1740 -"142772",40072,270,2,1182,2542 -"142773",40072,380,3,1182,2261 -"142774",40072,457,3,1182,1704 -"142775",40072,671,3,1182,2328 -"142776",40072,1102,3,1182,2282 -"142777",40072,1124,2,1182,1596 -"142778",40072,1154,3,1182,1656 -"142779",40072,1275,3,1182,2068 -"142780",40072,1691,3,1182,1941 -"142781",40072,1777,3,1182,1965 -"142782",40072,1875,3,1182,1786 -"142783",40072,2111,2,1182,1904 -"142784",40072,2224,3,1182,2751 -"142785",40072,2424,3,1182,2582 -"142786",40072,2743,3,1182,1278 -"142787",40072,3167,3,1182,1676 -"142788",40072,3305,3,1182,2839 -"142789",40072,4057,3,1182,2389 -"142790",40072,4226,3,1182,1903 -"142791",40072,4253,3,1182,1890 -"142792",40072,4360,3,1182,1770 -"142793",40072,4690,3,1182,1938 -"142794",40072,4791,3,1182,1184 -"142795",40072,4953,3,1182,2285 -"142796",40072,5078,3,1182,2033 -"142797",40072,5235,2,1182,2324 -"142798",40072,5457,3,1182,2077 -"142799",40072,5462,3,1182,2374 -"142800",40072,5504,3,1182,2389 -"142801",40072,5622,3,1182,2175 -"142802",40072,5971,1,1182,1985 -"142803",40072,5984,3,1182,1675 -"142804",40072,5986,2,1182,1721 -"142805",40072,6047,3,1182,2004 -"142806",40072,6222,3,1182,1949 -"142807",40072,6363,3,1182,2066 -"142808",40072,6417,2,1182,1675 -"142809",40072,6491,3,1182,2424 -"142810",40072,6588,2,1182,2025 -"142811",40072,6718,3,1182,2138 -"142812",40072,7226,3,1182,1228 -"142813",40072,7241,3,1182,2259 -"142814",40072,7555,3,1182,1943 -"142815",40072,8192,3,1182,1670 -"142816",40072,8376,3,1182,1670 -"142817",40072,8529,3,1182,1205 -"142818",40072,8866,3,1182,1545 -"142819",40072,8888,3,1182,1328 -"142820",40072,9362,3,1182,2879 -"142821",40072,9624,3,1182,2398 -"142822",40072,9695,3,1182,2143 -"142823",40072,9723,3,1182,2302 -"142824",40072,9805,3,1182,1621 -"142825",40072,9928,3,1182,2345 -"142826",40072,10358,3,1182,2294 -"142827",40072,10488,2,1182,1524 -"142828",40072,10513,3,1182,2284 -"142829",40072,10523,2,1182,1510 -"142830",40072,10646,3,1182,1555 -"142831",40072,10717,3,1182,1938 -"142832",40072,10857,3,1182,2253 -"142833",40072,10939,3,1182,1376 -"142834",40072,11218,2,1182,2292 -"142835",40072,11229,2,1182,1625 -"142836",40072,11966,3,1182,2385 -"142837",40072,12042,2,1182,2345 -"142838",40072,12096,3,1182,1330 -"142839",40072,12374,1,1182,2260 -"142840",40072,12602,3,1182,1956 -"142841",40072,12728,3,1182,2374 -"142842",40072,13248,3,1182,1385 -"142843",40072,13307,3,1182,2206 -"142844",40072,13929,3,1182,2693 -"142845",40072,14032,3,1182,2144 -"142846",40072,14834,3,1182,2739 -"142847",40072,14989,2,1182,2223 -"142848",40072,15118,3,1182,1311 -"142849",40072,15301,3,1182,2308 -"142850",40072,15700,3,1182,1712 -"142851",40072,16352,1,1182,2657 -"142852",40072,17400,3,1182,2231 -"142853",40072,18005,3,1182,2449 -"142854",40072,18152,3,1182,1314 -"142855",40072,18348,3,1182,1711 -"142856",40072,18361,2,1182,2968 -"142857",40072,18394,2,1182,2356 -"142858",40072,19096,3,1182,1538 -"142859",40072,19622,3,1182,2371 -"142860",40072,19719,3,1182,2177 -"142861",40072,19862,3,1182,2412 -"142862",40072,19893,3,1182,1223 -"142863",40072,20124,3,1182,2376 -"142864",40072,20311,3,1182,1981 -"142865",40072,20824,3,1182,1366 -"142866",40072,21012,3,1182,2325 -"142867",40072,21104,2,1182,2327 -"142868",40072,21122,3,1182,1701 -"142869",40072,21571,3,1182,2755 -"142870",40072,21693,3,1182,2176 -"142871",40072,22006,3,1182,1202 -"142872",40072,22197,2,1182,2271 -"142873",40072,22362,3,1182,1836 -"142874",40072,22566,3,1182,2308 -"142875",40072,23159,3,1182,1548 -"142876",40072,23310,3,1182,2371 -"142877",40072,23509,3,1182,2275 -"142878",40072,23526,3,1182,1998 -"142879",40072,23534,3,1182,1659 -"142880",40072,23715,3,1182,1859 -"142881",40072,23725,3,1182,2378 -"142882",40072,23825,3,1182,1913 -"142883",40072,24005,2,1182,1188 -"142884",40072,24066,3,1182,1755 -"142885",40072,24558,3,1182,2139 -"142886",40072,24755,3,1182,1319 -"142887",40072,24923,3,1182,2785 -"142888",40072,25132,2,1182,1188 -"142889",40072,25985,3,1182,2071 -"142890",40072,26067,3,1182,2069 -"142891",40072,26080,2,1182,2525 -"142892",40072,26366,3,1182,1688 -"142893",40072,26451,3,1182,2133 -"142894",40072,26570,2,1182,1669 -"142895",40072,26671,2,1182,2279 -"142896",40072,26818,3,1182,1999 -"142897",40072,26848,2,1182,2363 -"142898",40072,26867,2,1182,1804 -"142899",40072,27377,3,1182,1724 -"142900",40072,27792,3,1182,1308 -"142901",40072,28190,3,1182,1634 -"142902",40072,28296,3,1182,2944 -"142903",40072,28383,3,1182,1222 -"142904",40072,29073,3,1182,2328 -"142905",40072,29093,3,1182,1933 -"142906",40072,29929,3,1182,2789 -"142907",40072,29930,3,1182,2240 -"142908",40072,30405,2,1182,2164 -"142909",40072,32173,3,1182,2341 -"142910",40072,32567,3,1182,2784 -"142911",40072,32694,3,1182,1602 -"142912",40072,32965,3,1182,2071 -"142913",40072,33622,2,1182,2230 -"142914",40072,34136,2,1182,2202 -"142915",40072,34735,2,1182,2767 -"142916",40072,34836,2,1182,2302 -"142917",40072,38019,2,1182,1870 -"142918",40072,39294,3,1182,1889 -"142919",40072,39444,2,1182,2695 -"142920",40072,40028,1,1182,1349 -"142921",40072,40493,3,1182,1981 -"142922",40072,40646,3,1182,1583 -"142923",40072,41972,3,1182,2509 -"142924",40072,42619,3,1182,2017 -"142925",40072,42687,3,1182,1952 -"142926",40072,43213,3,1182,2160 -"142927",40072,43455,3,1182,2846 -"142928",40072,43518,3,1182,2680 -"142929",40072,43673,3,1182,2787 -"142930",40072,44521,2,1182,1593 -"142931",40072,45684,3,1182,2200 -"142932",40072,45729,3,1182,2606 -"142933",40072,46196,3,1182,1510 -"142934",40072,46629,2,1182,2255 -"142935",40072,46950,3,1182,2673 -"142936",40072,47803,3,1182,2477 -"142937",40072,47839,3,1182,1864 -"142938",40072,48698,2,1182,1474 -"142939",40072,49110,3,1182,2938 -"142940",40072,49185,3,1182,1544 -"142941",40072,50118,3,1182,2654 -"142942",40072,50134,3,1182,2674 -"142943",40072,50236,1,1182,2339 -"142944",40072,52136,3,1182,1412 -"142945",40072,52345,2,1182,1430 -"142946",40072,53134,3,1182,1590 -"142947",40072,53266,3,1182,2389 -"142948",40072,53303,2,1182,1376 -"142949",40072,53322,3,1182,1200 -"142950",40072,54551,3,1182,2348 -"142951",40072,54929,3,1182,2783 -"142952",40072,55556,3,1182,2075 -"142953",40072,55691,3,1182,2856 -"142954",40072,56082,2,1182,2395 -"142955",40072,56237,2,1182,2625 -"142956",40072,56604,3,1182,1919 -"142957",40072,56854,3,1182,2022 -"142958",40072,57246,3,1182,1873 -"142959",40072,57353,3,1182,1849 -"142960",40072,57714,3,1182,1391 -"142961",40072,57950,3,1182,1529 -"142962",40072,58133,3,1182,1484 -"142963",40072,59700,3,1182,2346 -"142964",40072,61982,3,1182,2725 -"142965",40072,64947,3,1182,2489 -"142966",40072,65007,3,1182,2530 -"142967",40072,65242,3,1182,1988 -"142968",40072,69712,3,1182,1219 -"142969",40072,71217,3,1182,2169 -"142970",40072,71478,3,1182,1721 -"142971",40072,72207,3,1182,2430 -"142972",40072,72326,2,1182,2384 -"142973",40072,72468,3,1182,2292 -"142974",40072,72597,3,1182,1843 -"142975",40072,75403,3,1182,1895 -"142976",40072,79657,3,1182,1260 -"142977",40072,79804,3,1182,2227 -"142978",40072,80014,3,1182,1562 -"142979",40072,80825,3,1182,2315 -"142980",40072,82776,3,1182,1232 -"142981",40072,90911,3,1182,1263 -"142982",40072,92104,2,1182,2339 -"142983",40072,92973,3,1182,1276 -"142984",40072,108379,3,1182,2933 -"142985",40072,108867,2,1182,2328 -"142986",40072,109718,3,1182,1237 -"142987",40100,1427,3,33,324 -"142988",40100,1428,3,33,742 -"142989",40100,4957,3,33,644 -"142990",40100,11419,3,33,1408 -"142991",40100,13388,3,33,2119 -"142992",40100,15990,3,33,593 -"142993",40100,16053,3,33,908 -"142994",40100,17812,1,33,2705 -"142995",40100,20732,3,33,2401 -"142996",40100,23726,3,33,2434 -"142997",40100,23869,3,33,1918 -"142998",40100,31279,3,33,965 -"142999",40100,35529,3,33,1620 -"143000",40100,37934,3,33,1595 -"143001",40100,46803,3,33,2305 -"143002",40100,50382,2,33,2244 -"143003",40100,56490,3,33,227 -"143004",40100,59646,3,33,456 -"143005",40100,70433,3,33,2639 -"143006",40100,74730,3,33,535 -"143007",40100,85794,3,33,679 -"143008",40100,87720,3,33,2086 -"143009",40100,100140,3,33,1041 -"143010",40100,100670,3,33,525 -"143011",40100,117679,3,33,535 -"143012",40113,212,3,451,1513 -"143013",40113,270,3,451,2542 -"143014",40113,359,3,451,635 -"143015",40113,457,3,451,1704 -"143016",40113,600,3,451,1702 -"143017",40113,1036,3,451,1367 -"143018",40113,1044,3,451,880 -"143019",40113,1050,3,451,1185 -"143020",40113,1102,3,451,2282 -"143021",40113,1367,2,451,2176 -"143022",40113,1677,3,451,2645 -"143023",40113,1685,3,451,2230 -"143024",40113,2077,3,451,610 -"143025",40113,2224,3,451,2751 -"143026",40113,2424,2,451,2582 -"143027",40113,2533,3,451,2016 -"143028",40113,2563,3,451,1686 -"143029",40113,2572,3,451,2273 -"143030",40113,2747,2,451,2411 -"143031",40113,2847,3,451,494 -"143032",40113,2865,3,451,2006 -"143033",40113,3068,3,451,1815 -"143034",40113,3171,3,451,700 -"143035",40113,3305,3,451,2839 -"143036",40113,3460,3,451,2530 -"143037",40113,3801,3,451,1974 -"143038",40113,3863,2,451,856 -"143039",40113,3896,3,451,2693 -"143040",40113,4191,3,451,2130 -"143041",40113,4612,3,451,2804 -"143042",40113,4660,3,451,2149 -"143043",40113,4821,3,451,1938 -"143044",40113,5120,3,451,2735 -"143045",40113,5346,1,451,1438 -"143046",40113,5350,3,451,2522 -"143047",40113,5414,3,451,2321 -"143048",40113,5429,3,451,1991 -"143049",40113,5438,3,451,1499 -"143050",40113,5580,2,451,2111 -"143051",40113,5673,3,451,1567 -"143052",40113,5897,3,451,2337 -"143053",40113,5986,3,451,1721 -"143054",40113,6047,2,451,2004 -"143055",40113,6052,3,451,1985 -"143056",40113,6074,3,451,2426 -"143057",40113,6234,3,451,2654 -"143058",40113,6248,3,451,2737 -"143059",40113,6449,3,451,1997 -"143060",40113,6602,3,451,1631 -"143061",40113,7245,2,451,2089 -"143062",40113,7506,3,451,2371 -"143063",40113,7785,3,451,2441 -"143064",40113,8073,3,451,1847 -"143065",40113,8192,3,451,1670 -"143066",40113,8354,3,451,1705 -"143067",40113,8533,3,451,2251 -"143068",40113,8537,3,451,472 -"143069",40113,8984,3,451,1162 -"143070",40113,9175,3,451,2639 -"143071",40113,9202,3,451,2477 -"143072",40113,9423,3,451,1708 -"143073",40113,9511,3,451,1232 -"143074",40113,9654,1,451,2111 -"143075",40113,9787,3,451,2858 -"143076",40113,10343,3,451,1072 -"143077",40113,10474,3,451,1608 -"143078",40113,10727,3,451,2082 -"143079",40113,10739,3,451,1807 -"143080",40113,10744,3,451,955 -"143081",40113,10851,3,451,2423 -"143082",40113,10875,3,451,1234 -"143083",40113,10964,3,451,2043 -"143084",40113,11019,3,451,1299 -"143085",40113,11055,3,451,2111 -"143086",40113,11067,3,451,2734 -"143087",40113,11154,3,451,1594 -"143088",40113,11984,3,451,2308 -"143089",40113,12000,3,451,1454 -"143090",40113,12031,3,451,1957 -"143091",40113,12096,3,451,1330 -"143092",40113,12272,3,451,2371 -"143093",40113,12524,3,451,1287 -"143094",40113,12724,2,451,1930 -"143095",40113,12767,3,451,2329 -"143096",40113,12781,3,451,831 -"143097",40113,13034,3,451,698 -"143098",40113,13200,3,451,2488 -"143099",40113,13324,3,451,2163 -"143100",40113,13671,2,451,1371 -"143101",40113,13861,3,451,1197 -"143102",40113,13985,3,451,2484 -"143103",40113,14032,3,451,2144 -"143104",40113,14072,3,451,1346 -"143105",40113,14422,3,451,1548 -"143106",40113,14532,3,451,1193 -"143107",40113,14586,3,451,2801 -"143108",40113,14676,3,451,2764 -"143109",40113,14707,2,451,672 -"143110",40113,14731,3,451,2012 -"143111",40113,14754,3,451,2456 -"143112",40113,14855,3,451,903 -"143113",40113,14972,3,451,2332 -"143114",40113,14998,3,451,1553 -"143115",40113,15122,3,451,1201 -"143116",40113,15207,1,451,1855 -"143117",40113,15453,2,451,1688 -"143118",40113,15462,2,451,1141 -"143119",40113,15813,3,451,2143 -"143120",40113,15826,3,451,2772 -"143121",40113,16021,3,451,858 -"143122",40113,16067,2,451,2727 -"143123",40113,16501,3,451,1650 -"143124",40113,16535,3,451,1993 -"143125",40113,16877,3,451,2509 -"143126",40113,17328,3,451,1206 -"143127",40113,17396,3,451,1672 -"143128",40113,17672,3,451,1987 -"143129",40113,17931,3,451,1617 -"143130",40113,18211,3,451,1745 -"143131",40113,18348,2,451,1711 -"143132",40113,18364,3,451,535 -"143133",40113,18415,2,451,2184 -"143134",40113,18550,1,451,483 -"143135",40113,18978,3,451,952 -"143136",40113,19113,3,451,1171 -"143137",40113,19231,3,451,1424 -"143138",40113,19335,3,451,1729 -"143139",40113,19593,3,451,2013 -"143140",40113,19621,3,451,725 -"143141",40113,20155,3,451,1517 -"143142",40113,20369,3,451,1356 -"143143",40113,20545,3,451,1491 -"143144",40113,20563,3,451,2267 -"143145",40113,20705,3,451,829 -"143146",40113,21164,3,451,1645 -"143147",40113,21197,3,451,1437 -"143148",40113,21198,3,451,935 -"143149",40113,21249,3,451,1635 -"143150",40113,21285,3,451,2100 -"143151",40113,21487,3,451,2203 -"143152",40113,21566,3,451,1234 -"143153",40113,21682,3,451,2414 -"143154",40113,21706,3,451,1988 -"143155",40113,21895,3,451,1693 -"143156",40113,21929,2,451,2062 -"143157",40113,22080,3,451,2436 -"143158",40113,22165,3,451,1501 -"143159",40113,22242,3,451,1690 -"143160",40113,22566,3,451,2308 -"143161",40113,22567,2,451,2396 -"143162",40113,23011,2,451,2763 -"143163",40113,23112,3,451,1192 -"143164",40113,23282,3,451,1225 -"143165",40113,23488,3,451,1523 -"143166",40113,23509,3,451,2275 -"143167",40113,23526,3,451,1998 -"143168",40113,23869,3,451,1918 -"143169",40113,24085,3,451,1253 -"143170",40113,24195,3,451,1575 -"143171",40113,24974,2,451,702 -"143172",40113,25443,3,451,1441 -"143173",40113,26031,3,451,1397 -"143174",40113,26218,3,451,2460 -"143175",40113,26658,3,451,2745 -"143176",40113,27008,3,451,911 -"143177",40113,27742,3,451,2700 -"143178",40113,27897,3,451,1968 -"143179",40113,27914,3,451,2507 -"143180",40113,28057,2,451,1067 -"143181",40113,28130,3,451,908 -"143182",40113,28355,3,451,2053 -"143183",40113,28627,3,451,2694 -"143184",40113,28869,3,451,2425 -"143185",40113,28914,3,451,580 -"143186",40113,29073,3,451,2328 -"143187",40113,29117,3,451,1250 -"143188",40113,29286,3,451,1612 -"143189",40113,29667,3,451,531 -"143190",40113,30092,3,451,1593 -"143191",40113,30262,2,451,1715 -"143192",40113,30865,3,451,2038 -"143193",40113,30943,2,451,2287 -"143194",40113,30981,3,451,2366 -"143195",40113,31050,3,451,1491 -"143196",40113,31124,3,451,2351 -"143197",40113,31317,3,451,1362 -"143198",40113,31868,3,451,1993 -"143199",40113,31927,3,451,818 -"143200",40113,32202,3,451,2314 -"143201",40113,32532,3,451,2338 -"143202",40113,32560,3,451,1258 -"143203",40113,32651,3,451,877 -"143204",40113,32899,2,451,1369 -"143205",40113,32920,3,451,2158 -"143206",40113,32939,2,451,2277 -"143207",40113,33383,3,451,1572 -"143208",40113,33981,3,451,1993 -"143209",40113,34509,3,451,1973 -"143210",40113,34820,3,451,1630 -"143211",40113,35186,3,451,1520 -"143212",40113,35264,3,451,2329 -"143213",40113,35728,3,451,2017 -"143214",40113,35772,3,451,1440 -"143215",40113,35797,3,451,2482 -"143216",40113,35919,3,451,663 -"143217",40113,36031,3,451,2342 -"143218",40113,36215,3,451,1623 -"143219",40113,36441,3,451,2796 -"143220",40113,36862,3,451,2655 -"143221",40113,37752,3,451,2223 -"143222",40113,38523,3,451,549 -"143223",40113,38676,3,451,2286 -"143224",40113,39217,3,451,504 -"143225",40113,39577,3,451,1728 -"143226",40113,39657,2,451,1947 -"143227",40113,40383,3,451,2639 -"143228",40113,40493,3,451,1981 -"143229",40113,41439,2,451,709 -"143230",40113,41739,3,451,1339 -"143231",40113,41955,3,451,2479 -"143232",40113,42216,3,451,2722 -"143233",40113,42256,3,451,2839 -"143234",40113,42642,2,451,2257 -"143235",40113,42713,3,451,1995 -"143236",40113,42725,2,451,630 -"143237",40113,42799,3,451,2729 -"143238",40113,43250,3,451,1300 -"143239",40113,43455,3,451,2846 -"143240",40113,43941,3,451,1289 -"143241",40113,44181,3,451,1034 -"143242",40113,44193,3,451,989 -"143243",40113,44433,3,451,2224 -"143244",40113,44497,3,451,2401 -"143245",40113,44557,3,451,2371 -"143246",40113,44603,3,451,2748 -"143247",40113,44819,3,451,2063 -"143248",40113,45186,2,451,835 -"143249",40113,45239,3,451,2535 -"143250",40113,45302,3,451,2390 -"143251",40113,45480,3,451,1104 -"143252",40113,45585,3,451,2384 -"143253",40113,45608,3,451,2420 -"143254",40113,45633,3,451,2134 -"143255",40113,46532,3,451,2005 -"143256",40113,46629,3,451,2255 -"143257",40113,46635,3,451,2528 -"143258",40113,46803,2,451,2305 -"143259",40113,47293,3,451,929 -"143260",40113,47557,3,451,999 -"143261",40113,47564,3,451,2650 -"143262",40113,48215,3,451,2028 -"143263",40113,49069,3,451,1694 -"143264",40113,49144,3,451,1542 -"143265",40113,49147,3,451,2539 -"143266",40113,49186,2,451,1289 -"143267",40113,49551,3,451,879 -"143268",40113,50179,3,451,2230 -"143269",40113,50382,3,451,2244 -"143270",40113,50581,3,451,1258 -"143271",40113,50621,3,451,2809 -"143272",40113,51022,3,451,1499 -"143273",40113,51055,3,451,2558 -"143274",40113,51866,3,451,2411 -"143275",40113,51925,3,451,2307 -"143276",40113,52576,3,451,2234 -"143277",40113,52993,3,451,1256 -"143278",40113,53043,2,451,803 -"143279",40113,53412,3,451,566 -"143280",40113,53445,3,451,2028 -"143281",40113,53836,3,451,689 -"143282",40113,54061,3,451,1488 -"143283",40113,54100,3,451,1327 -"143284",40113,54388,2,451,1257 -"143285",40113,54718,3,451,2473 -"143286",40113,54890,3,451,877 -"143287",40113,55072,3,451,612 -"143288",40113,55185,3,451,922 -"143289",40113,55436,3,451,2513 -"143290",40113,55892,3,451,1234 -"143291",40113,56082,3,451,2395 -"143292",40113,56116,3,451,1321 -"143293",40113,56903,3,451,1584 -"143294",40113,56995,3,451,2323 -"143295",40113,57804,2,451,2214 -"143296",40113,57842,3,451,2482 -"143297",40113,57901,3,451,614 -"143298",40113,58015,3,451,899 -"143299",40113,58078,3,451,1252 -"143300",40113,58284,3,451,2292 -"143301",40113,58655,3,451,2685 -"143302",40113,58854,3,451,1131 -"143303",40113,59039,3,451,2870 -"143304",40113,60516,3,451,2257 -"143305",40113,61723,3,451,1262 -"143306",40113,61982,3,451,2725 -"143307",40113,62308,3,451,487 -"143308",40113,63641,2,451,2337 -"143309",40113,64181,3,451,1828 -"143310",40113,64427,3,451,535 -"143311",40113,64439,3,451,562 -"143312",40113,65625,3,451,1273 -"143313",40113,65691,3,451,2134 -"143314",40113,66413,3,451,2507 -"143315",40113,66717,3,451,2104 -"143316",40113,66992,3,451,2882 -"143317",40113,67252,3,451,1215 -"143318",40113,67719,3,451,2429 -"143319",40113,67726,1,451,2873 -"143320",40113,67788,3,451,837 -"143321",40113,68043,3,451,690 -"143322",40113,68700,3,451,639 -"143323",40113,68876,3,451,1397 -"143324",40113,69117,3,451,645 -"143325",40113,69232,3,451,2130 -"143326",40113,69293,2,451,609 -"143327",40113,69716,2,451,2632 -"143328",40113,69903,3,451,1066 -"143329",40113,71467,3,451,1051 -"143330",40113,72470,3,451,991 -"143331",40113,72535,3,451,1191 -"143332",40113,73205,3,451,1529 -"143333",40113,74795,3,451,1319 -"143334",40113,74818,2,451,1440 -"143335",40113,75194,3,451,1736 -"143336",40113,75880,3,451,477 -"143337",40113,76235,3,451,2777 -"143338",40113,76892,3,451,2381 -"143339",40113,79436,3,451,1344 -"143340",40113,79612,3,451,927 -"143341",40113,80219,3,451,988 -"143342",40113,80942,3,451,1240 -"143343",40113,81463,3,451,955 -"143344",40113,81676,3,451,839 -"143345",40113,82246,3,451,1538 -"143346",40113,82426,3,451,1576 -"143347",40113,82730,3,451,1492 -"143348",40113,83961,3,451,578 -"143349",40113,84268,3,451,1217 -"143350",40113,85356,2,451,1492 -"143351",40113,89681,3,451,1978 -"143352",40113,90608,3,451,590 -"143353",40113,91901,3,451,1236 -"143354",40113,92254,3,451,517 -"143355",40113,92630,3,451,1583 -"143356",40113,94520,1,451,1243 -"143357",40113,94650,3,451,896 -"143358",40113,96007,3,451,895 -"143359",40113,96132,3,451,1489 -"143360",40113,96563,3,451,961 -"143361",40113,99237,2,451,783 -"143362",40113,99288,3,451,983 -"143363",40113,99557,2,451,1703 -"143364",40113,99621,3,451,874 -"143365",40113,100219,3,451,585 -"143366",40113,100532,3,451,859 -"143367",40113,101347,3,451,1335 -"143368",40113,104098,3,451,512 -"143369",40113,105063,3,451,1908 -"143370",40113,106555,3,451,1626 -"143371",40113,109194,3,451,494 -"143372",40113,110399,3,451,480 -"143373",40113,115021,3,451,1226 -"143374",40113,117679,3,451,535 -"143375",40129,1685,3,2162,2230 -"143376",40129,4567,2,2162,2348 -"143377",40129,7616,3,2162,2296 -"143378",40129,7759,3,2162,2844 -"143379",40129,12518,3,2162,2747 -"143380",40129,19093,3,2162,2224 -"143381",40129,19744,2,2162,2623 -"143382",40129,19980,3,2162,2231 -"143383",40129,30747,3,2162,2455 -"143384",40129,33672,3,2162,2396 -"143385",40129,34812,3,2162,2442 -"143386",40129,41837,3,2162,2399 -"143387",40129,43978,2,2162,2698 -"143388",40129,44135,3,2162,2620 -"143389",40129,52508,3,2162,2337 -"143390",40129,53219,3,2162,2973 -"143391",40129,75207,3,2162,2235 -"143392",40136,313,2,1149,2271 -"143393",40136,377,3,1149,2389 -"143394",40136,499,3,1149,1931 -"143395",40136,543,3,1149,2203 -"143396",40136,803,3,1149,1666 -"143397",40136,1090,3,1149,2370 -"143398",40136,1224,2,1149,2435 -"143399",40136,1321,2,1149,2075 -"143400",40136,1469,3,1149,1160 -"143401",40136,1495,2,1149,2046 -"143402",40136,1616,3,1149,2662 -"143403",40136,1676,3,1149,1198 -"143404",40136,1777,3,1149,1965 -"143405",40136,2036,3,1149,2483 -"143406",40136,2754,3,1149,1360 -"143407",40136,2766,3,1149,1920 -"143408",40136,3830,3,1149,1661 -"143409",40136,3853,2,1149,2465 -"143410",40136,4763,3,1149,1960 -"143411",40136,5462,3,1149,2374 -"143412",40136,5504,3,1149,2389 -"143413",40136,7078,3,1149,2344 -"143414",40136,7394,3,1149,2615 -"143415",40136,10874,3,1149,1891 -"143416",40136,13150,3,1149,1570 -"143417",40136,14888,3,1149,1411 -"143418",40136,15184,3,1149,2396 -"143419",40136,15626,3,1149,2434 -"143420",40136,16313,3,1149,1160 -"143421",40136,19528,3,1149,2742 -"143422",40136,23487,1,1149,1658 -"143423",40136,26227,3,1149,2265 -"143424",40136,26608,3,1149,2329 -"143425",40136,26713,3,1149,1235 -"143426",40136,27478,1,1149,2485 -"143427",40136,28218,3,1149,2048 -"143428",40136,30334,3,1149,2075 -"143429",40136,31799,3,1149,2547 -"143430",40136,32516,3,1149,2050 -"143431",40136,33572,3,1149,2370 -"143432",40136,35256,3,1149,2271 -"143433",40136,37636,3,1149,2178 -"143434",40136,40296,3,1149,1674 -"143435",40136,40392,3,1149,1878 -"143436",40136,41747,3,1149,1722 -"143437",40136,43929,3,1149,2749 -"143438",40136,46039,2,1149,1794 -"143439",40136,50252,3,1149,2001 -"143440",40136,51783,3,1149,2599 -"143441",40136,51853,3,1149,2520 -"143442",40136,53031,2,1149,2065 -"143443",40136,53789,3,1149,2681 -"143444",40136,57977,3,1149,2683 -"143445",40136,59205,3,1149,2387 -"143446",40136,61948,3,1149,1231 -"143447",40136,68098,3,1149,2378 -"143448",40136,77489,3,1149,1514 -"143449",40136,85430,3,1149,2370 -"143450",40136,87074,2,1149,1666 -"143451",40136,89958,3,1149,1186 -"143452",40136,93615,3,1149,2386 -"143453",40136,95979,3,1149,1722 -"143454",40136,116792,3,1149,2397 -"143455",40137,2181,3,1718,2030 -"143456",40137,5610,3,1718,2223 -"143457",40137,6449,3,1718,1997 -"143458",40137,9175,3,1718,2639 -"143459",40137,12729,3,1718,1835 -"143460",40137,15008,2,1718,2338 -"143461",40137,15729,2,1718,2338 -"143462",40137,17867,3,1718,1904 -"143463",40137,18670,3,1718,1835 -"143464",40137,24791,3,1718,1833 -"143465",40137,31159,3,1718,2231 -"143466",40137,39464,2,1718,2314 -"143467",40137,42783,1,1718,2338 -"143468",40137,45239,3,1718,2535 -"143469",40137,53995,3,1718,2151 -"143470",40137,54953,3,1718,2223 -"143471",40137,73305,3,1718,2544 -"143472",40138,4612,2,2719,2804 -"143473",40147,1629,3,141,1289 -"143474",40147,2936,3,141,2512 -"143475",40147,3978,3,141,2775 -"143476",40147,4681,3,141,2356 -"143477",40147,5235,3,141,2324 -"143478",40147,9272,3,141,2835 -"143479",40147,9723,2,141,2302 -"143480",40147,11239,3,141,2181 -"143481",40147,11310,2,141,957 -"143482",40147,12586,2,141,613 -"143483",40147,16684,3,141,1657 -"143484",40147,16850,2,141,1657 -"143485",40147,18102,3,141,1642 -"143486",40147,18381,3,141,1524 -"143487",40147,18670,3,141,1835 -"143488",40147,19215,2,141,2604 -"143489",40147,19364,2,141,2846 -"143490",40147,22207,3,141,2365 -"143491",40147,22580,2,141,2245 -"143492",40147,22682,3,141,2035 -"143493",40147,22709,1,141,2743 -"143494",40147,28432,2,141,1954 -"143495",40147,34327,3,141,2959 -"143496",40147,34831,2,141,1866 -"143497",40147,34921,2,141,2181 -"143498",40147,37461,2,141,214 -"143499",40147,37859,3,141,1999 -"143500",40147,44877,3,141,1219 -"143501",40147,45473,3,141,2540 -"143502",40147,49044,3,141,610 -"143503",40147,52215,3,141,1908 -"143504",40147,52448,3,141,414 -"143505",40147,53809,3,141,1956 -"143506",40147,55472,1,141,1516 -"143507",40147,56947,3,141,917 -"143508",40147,60879,3,141,2792 -"143509",40147,63498,3,141,977 -"143510",40147,66622,3,141,799 -"143511",40147,68314,3,141,2180 -"143512",40147,69861,3,141,277 -"143513",40147,73553,2,141,2726 -"143514",40147,79477,3,141,836 -"143515",40147,82819,2,141,1900 -"143516",40147,83253,3,141,1102 -"143517",40147,96738,3,141,298 -"143518",40147,102893,2,141,814 -"143519",40147,109978,3,141,1865 -"143520",40147,111955,3,141,504 -"143521",40186,270,3,199,2542 -"143522",40186,307,3,199,2530 -"143523",40186,325,3,199,495 -"143524",40186,671,3,199,2328 -"143525",40186,1046,3,199,1881 -"143526",40186,1124,2,199,1596 -"143527",40186,2111,3,199,1904 -"143528",40186,3306,3,199,1989 -"143529",40186,5568,2,199,1290 -"143530",40186,5971,3,199,1985 -"143531",40186,6264,3,199,749 -"143532",40186,6588,2,199,2025 -"143533",40186,6718,3,199,2138 -"143534",40186,7196,3,199,1508 -"143535",40186,7555,2,199,1943 -"143536",40186,7616,2,199,2296 -"143537",40186,7627,3,199,1543 -"143538",40186,7984,3,199,2493 -"143539",40186,8913,3,199,968 -"143540",40186,9615,3,199,2464 -"143541",40186,9871,3,199,921 -"143542",40186,10488,3,199,1524 -"143543",40186,10875,3,199,1234 -"143544",40186,11817,3,199,600 -"143545",40186,12374,3,199,2260 -"143546",40186,12712,3,199,815 -"143547",40186,12728,2,199,2374 -"143548",40186,12867,3,199,2773 -"143549",40186,13307,3,199,2206 -"143550",40186,13929,3,199,2693 -"143551",40186,14091,3,199,929 -"143552",40186,14656,3,199,584 -"143553",40186,15003,3,199,2067 -"143554",40186,15401,3,199,1999 -"143555",40186,15643,3,199,502 -"143556",40186,16539,2,199,1947 -"143557",40186,18361,3,199,2968 -"143558",40186,18394,3,199,2356 -"143559",40186,20124,3,199,2376 -"143560",40186,21012,3,199,2325 -"143561",40186,21693,3,199,2176 -"143562",40186,22282,3,199,1418 -"143563",40186,23430,3,199,904 -"143564",40186,23509,3,199,2275 -"143565",40186,23526,3,199,1998 -"143566",40186,23715,3,199,1859 -"143567",40186,25490,3,199,639 -"143568",40186,26451,3,199,2133 -"143569",40186,27112,2,199,500 -"143570",40186,27480,3,199,582 -"143571",40186,27792,3,199,1308 -"143572",40186,27849,3,199,1316 -"143573",40186,28303,3,199,2089 -"143574",40186,28434,3,199,1141 -"143575",40186,28784,3,199,1579 -"143576",40186,29050,3,199,1196 -"143577",40186,30405,3,199,2164 -"143578",40186,32017,3,199,577 -"143579",40186,32131,2,199,1035 -"143580",40186,32173,1,199,2341 -"143581",40186,32988,3,199,2008 -"143582",40186,35095,3,199,1502 -"143583",40186,35402,2,199,2339 -"143584",40186,35673,3,199,1067 -"143585",40186,36784,3,199,576 -"143586",40186,36962,3,199,2861 -"143587",40186,37800,3,199,604 -"143588",40186,37893,3,199,875 -"143589",40186,39570,2,199,496 -"143590",40186,39648,3,199,230 -"143591",40186,39865,3,199,849 -"143592",40186,40028,3,199,1349 -"143593",40186,40072,3,199,1182 -"143594",40186,40820,3,199,900 -"143595",40186,41278,3,199,1873 -"143596",40186,41664,3,199,2641 -"143597",40186,42687,3,199,1952 -"143598",40186,42864,3,199,1151 -"143599",40186,43673,3,199,2787 -"143600",40186,44521,3,199,1593 -"143601",40186,44641,3,199,1981 -"143602",40186,45959,3,199,1880 -"143603",40186,46629,3,199,2255 -"143604",40186,47435,3,199,878 -"143605",40186,48260,3,199,875 -"143606",40186,49334,3,199,2433 -"143607",40186,50236,3,199,2339 -"143608",40186,53303,3,199,1376 -"143609",40186,53630,3,199,1565 -"143610",40186,54020,3,199,1578 -"143611",40186,55091,3,199,546 -"143612",40186,55468,3,199,2511 -"143613",40186,55691,2,199,2856 -"143614",40186,55892,2,199,1234 -"143615",40186,56082,3,199,2395 -"143616",40186,59939,3,199,936 -"143617",40186,61719,3,199,1515 -"143618",40186,63770,3,199,1324 -"143619",40186,65155,3,199,1947 -"143620",40186,65700,3,199,200 -"143621",40186,67763,3,199,822 -"143622",40186,68215,3,199,2727 -"143623",40186,69293,3,199,609 -"143624",40186,70724,2,199,496 -"143625",40186,70838,3,199,687 -"143626",40186,71217,3,199,2169 -"143627",40186,72326,3,199,2384 -"143628",40186,72823,3,199,929 -"143629",40186,76511,3,199,1250 -"143630",40186,76646,3,199,1263 -"143631",40186,77305,3,199,965 -"143632",40186,77611,3,199,1795 -"143633",40186,79804,3,199,2227 -"143634",40186,82893,3,199,1275 -"143635",40186,86245,3,199,1972 -"143636",40186,87048,3,199,989 -"143637",40186,91912,3,199,790 -"143638",40186,96708,3,199,594 -"143639",40186,98384,3,199,1166 -"143640",40186,99444,3,199,408 -"143641",40186,101482,3,199,1300 -"143642",40186,109663,2,199,545 -"143643",40186,117956,3,199,2774 -"143644",40200,1015,2,190,1174 -"143645",40200,1469,3,190,1160 -"143646",40200,2063,3,190,1278 -"143647",40200,2960,1,190,977 -"143648",40200,3139,3,190,1656 -"143649",40200,4107,2,190,987 -"143650",40200,4121,2,190,1304 -"143651",40200,6047,3,190,2004 -"143652",40200,8860,3,190,2141 -"143653",40200,10130,3,190,2741 -"143654",40200,10352,1,190,1371 -"143655",40200,13158,3,190,2667 -"143656",40200,13324,3,190,2163 -"143657",40200,13479,2,190,2155 -"143658",40200,13518,2,190,525 -"143659",40200,13801,3,190,2041 -"143660",40200,13835,2,190,1588 -"143661",40200,16641,3,190,1359 -"143662",40200,17571,3,190,953 -"143663",40200,18277,3,190,2309 -"143664",40200,18891,2,190,1596 -"143665",40200,21479,1,190,2134 -"143666",40200,23268,3,190,2258 -"143667",40200,26234,3,190,2183 -"143668",40200,26524,2,190,982 -"143669",40200,27427,3,190,2325 -"143670",40200,30092,3,190,1593 -"143671",40200,30692,3,190,700 -"143672",40200,32409,3,190,857 -"143673",40200,36637,2,190,2085 -"143674",40200,40707,2,190,1547 -"143675",40200,46506,3,190,2464 -"143676",40200,47956,3,190,222 -"143677",40200,48648,3,190,258 -"143678",40200,53031,3,190,2065 -"143679",40200,55906,3,190,2851 -"143680",40200,58221,3,190,1787 -"143681",40200,61138,2,190,1188 -"143682",40200,61188,2,190,2134 -"143683",40200,63147,1,190,1477 -"143684",40200,64397,3,190,647 -"143685",40200,65572,3,190,2750 -"143686",40200,67424,2,190,903 -"143687",40200,72557,3,190,972 -"143688",40200,73524,3,190,605 -"143689",40200,77031,3,190,801 -"143690",40200,78569,3,190,578 -"143691",40200,79837,1,190,1252 -"143692",40200,80014,3,190,1562 -"143693",40200,82409,2,190,1881 -"143694",40200,83845,3,190,216 -"143695",40200,87904,2,190,952 -"143696",40200,93615,3,190,2386 -"143697",40200,98080,3,190,1265 -"143698",40200,99137,3,190,804 -"143699",40214,52483,3,1941,2317 -"143700",40221,39528,2,1251,2150 -"143701",40226,1592,3,880,2006 -"143702",40226,1691,3,880,1941 -"143703",40226,1780,3,880,1375 -"143704",40226,2011,2,880,2176 -"143705",40226,2540,3,880,1398 -"143706",40226,4303,3,880,2414 -"143707",40226,8062,3,880,2858 -"143708",40226,8140,2,880,1262 -"143709",40226,9484,3,880,1429 -"143710",40226,10980,3,880,1974 -"143711",40226,12759,3,880,2414 -"143712",40226,13537,3,880,1020 -"143713",40226,14731,3,880,2012 -"143714",40226,18381,3,880,1524 -"143715",40226,18502,3,880,1033 -"143716",40226,18543,3,880,2968 -"143717",40226,19686,2,880,2467 -"143718",40226,20407,3,880,2339 -"143719",40226,20688,3,880,891 -"143720",40226,25373,3,880,2783 -"143721",40226,30334,3,880,2075 -"143722",40226,37636,3,880,2178 -"143723",40226,39418,2,880,1978 -"143724",40226,40392,3,880,1878 -"143725",40226,41723,3,880,2101 -"143726",40226,41955,3,880,2479 -"143727",40226,44427,3,880,2875 -"143728",40226,51783,3,880,2599 -"143729",40226,100432,3,880,1358 -"143730",40226,106428,3,880,2321 -"143731",40262,4751,3,2291,2696 -"143732",40262,64436,3,2291,2687 -"143733",40264,13842,3,1418,2250 -"143734",40264,13920,3,1418,1709 -"143735",40264,14676,3,1418,2764 -"143736",40264,22317,3,1418,1552 -"143737",40264,27509,2,1418,2067 -"143738",40264,32775,3,1418,2135 -"143739",40264,33537,3,1418,2406 -"143740",40264,41250,2,1418,1703 -"143741",40264,47708,3,1418,2568 -"143742",40264,53219,3,1418,2973 -"143743",40264,58238,2,1418,1944 -"143744",40264,66693,2,1418,2554 -"143745",40264,68155,3,1418,1577 -"143746",40264,73172,3,1418,2496 -"143747",40264,83523,3,1418,1461 -"143748",40264,115618,3,1418,2314 -"143749",40283,7937,2,1657,2044 -"143750",40283,9801,3,1657,2443 -"143751",40283,32339,3,1657,2430 -"143752",40283,106428,3,1657,2321 -"143753",40293,135,3,1671,2233 -"143754",40293,499,3,1671,1931 -"143755",40293,671,3,1671,2328 -"143756",40293,675,3,1671,1686 -"143757",40293,1046,2,1671,1881 -"143758",40293,1136,3,1671,2536 -"143759",40293,1367,3,1671,2176 -"143760",40293,2424,3,1671,2582 -"143761",40293,2954,3,1671,2727 -"143762",40293,3167,3,1671,1676 -"143763",40293,3242,2,1671,1730 -"143764",40293,4191,1,1671,2130 -"143765",40293,4360,3,1671,1770 -"143766",40293,4618,2,1671,2607 -"143767",40293,4687,3,1671,2152 -"143768",40293,4980,2,1671,2093 -"143769",40293,5041,3,1671,2371 -"143770",40293,5072,3,1671,2175 -"143771",40293,5148,3,1671,2206 -"143772",40293,5462,3,1671,2374 -"143773",40293,5622,3,1671,2175 -"143774",40293,5669,3,1671,2502 -"143775",40293,5725,2,1671,2789 -"143776",40293,6428,3,1671,1952 -"143777",40293,6491,3,1671,2424 -"143778",40293,7234,3,1671,2654 -"143779",40293,7245,3,1671,2089 -"143780",40293,7847,3,1671,2424 -"143781",40293,8258,3,1671,1959 -"143782",40293,8533,3,1671,2251 -"143783",40293,8621,3,1671,1681 -"143784",40293,10404,3,1671,2062 -"143785",40293,10857,3,1671,2253 -"143786",40293,10890,3,1671,2639 -"143787",40293,12867,3,1671,2773 -"143788",40293,13929,3,1671,2693 -"143789",40293,15184,3,1671,2396 -"143790",40293,15453,3,1671,1688 -"143791",40293,17400,3,1671,2231 -"143792",40293,19027,3,1671,2721 -"143793",40293,19516,3,1671,2313 -"143794",40293,19868,3,1671,2855 -"143795",40293,20563,2,1671,2267 -"143796",40293,21122,3,1671,1701 -"143797",40293,23704,3,1671,2278 -"143798",40293,24923,3,1671,2785 -"143799",40293,25129,3,1671,2647 -"143800",40293,25341,2,1671,1858 -"143801",40293,26351,3,1671,2683 -"143802",40293,26436,3,1671,2489 -"143803",40293,26516,3,1671,2479 -"143804",40293,27628,3,1671,2389 -"143805",40293,27753,3,1671,2750 -"143806",40293,28285,3,1671,2972 -"143807",40293,31799,2,1671,2547 -"143808",40293,32988,3,1671,2008 -"143809",40293,34216,3,1671,2832 -"143810",40293,34492,2,1671,1798 -"143811",40293,34509,3,1671,1973 -"143812",40293,37620,3,1671,2716 -"143813",40293,38449,3,1671,1802 -"143814",40293,38755,3,1671,2902 -"143815",40293,39087,3,1671,2765 -"143816",40293,39294,3,1671,1889 -"143817",40293,41402,3,1671,2313 -"143818",40293,43213,3,1671,2160 -"143819",40293,45343,3,1671,2360 -"143820",40293,45715,3,1671,2287 -"143821",40293,46391,3,1671,1779 -"143822",40293,47857,2,1671,2325 -"143823",40293,47947,3,1671,2681 -"143824",40293,51410,2,1671,2739 -"143825",40293,53196,3,1671,1888 -"143826",40293,53300,3,1671,2162 -"143827",40293,54551,3,1671,2348 -"143828",40293,54740,3,1671,2750 -"143829",40293,55139,3,1671,2323 -"143830",40293,56082,3,1671,2395 -"143831",40293,57977,3,1671,2683 -"143832",40293,62840,3,1671,2502 -"143833",40293,64181,3,1671,1828 -"143834",40293,64793,3,1671,2819 -"143835",40293,64997,3,1671,2791 -"143836",40293,65029,3,1671,2954 -"143837",40293,66726,3,1671,2068 -"143838",40293,70046,3,1671,2624 -"143839",40293,71562,3,1671,2574 -"143840",40293,72207,3,1671,2430 -"143841",40293,74095,3,1671,2333 -"143842",40293,75403,3,1671,1895 -"143843",40293,97915,3,1671,1802 -"143844",40295,9362,2,2703,2879 -"143845",40295,13136,3,2703,2867 -"143846",40296,313,3,1674,2271 -"143847",40296,499,3,1674,1931 -"143848",40296,543,3,1674,2203 -"143849",40296,1777,3,1674,1965 -"143850",40296,2036,3,1674,2483 -"143851",40296,5462,3,1674,2374 -"143852",40296,5504,3,1674,2389 -"143853",40296,9311,3,1674,2477 -"143854",40296,9579,1,1674,2105 -"143855",40296,10843,3,1674,2277 -"143856",40296,15626,3,1674,2434 -"143857",40296,27478,2,1674,2485 -"143858",40296,31799,3,1674,2547 -"143859",40296,33433,2,1674,2805 -"143860",40296,34707,2,1674,2042 -"143861",40296,35256,3,1674,2271 -"143862",40296,38755,3,1674,2902 -"143863",40296,41747,3,1674,1722 -"143864",40296,49581,3,1674,1817 -"143865",40296,51410,3,1674,2739 -"143866",40296,52154,3,1674,1722 -"143867",40296,53031,2,1674,2065 -"143868",40296,53809,3,1674,1956 -"143869",40296,55643,3,1674,2359 -"143870",40296,57977,3,1674,2683 -"143871",40296,59113,3,1674,2434 -"143872",40296,68098,3,1674,2378 -"143873",40296,85430,3,1674,2370 -"143874",40296,93615,3,1674,2386 -"143875",40297,680,3,494,2569 -"143876",40297,2576,3,494,1307 -"143877",40297,3978,3,494,2775 -"143878",40297,4303,3,494,2414 -"143879",40297,6989,3,494,2623 -"143880",40297,8354,3,494,1705 -"143881",40297,11648,3,494,2852 -"143882",40297,12759,2,494,2414 -"143883",40297,17252,3,494,1258 -"143884",40297,17381,3,494,1697 -"143885",40297,18381,3,494,1524 -"143886",40297,20688,3,494,891 -"143887",40297,25373,3,494,2783 -"143888",40297,37351,3,494,978 -"143889",40297,41723,3,494,2101 -"143890",40297,42331,3,494,1585 -"143891",40297,48548,3,494,826 -"143892",40297,50585,3,494,2414 -"143893",40297,54718,2,494,2473 -"143894",40297,64947,3,494,2489 -"143895",40297,70455,3,494,1307 -"143896",40297,71531,3,494,2887 -"143897",40297,72597,3,494,1843 -"143898",40297,94525,3,494,1993 -"143899",40305,739,3,293,309 -"143900",40305,12200,3,293,1400 -"143901",40305,12818,2,293,2015 -"143902",40305,13024,2,293,2468 -"143903",40305,21165,2,293,1112 -"143904",40305,21290,3,293,894 -"143905",40305,34559,3,293,1105 -"143906",40305,51265,2,293,2670 -"143907",40305,63555,3,293,1290 -"143908",40305,64534,3,293,2924 -"143909",40305,72827,3,293,1359 -"143910",40305,94307,3,293,2013 -"143911",40305,96169,3,293,2356 -"143912",40305,96741,3,293,484 -"143913",40305,107993,3,293,999 -"143914",40309,782,3,871,945 -"143915",40309,1520,2,871,1716 -"143916",40309,1756,3,871,2231 -"143917",40309,2576,3,871,1307 -"143918",40309,2747,3,871,2411 -"143919",40309,2979,3,871,2912 -"143920",40309,3493,3,871,2451 -"143921",40309,4612,3,871,2804 -"143922",40309,4668,3,871,1919 -"143923",40309,5897,3,871,2337 -"143924",40309,6063,3,871,2349 -"143925",40309,7785,3,871,2441 -"143926",40309,7942,3,871,2623 -"143927",40309,8890,3,871,1955 -"143928",40309,9035,3,871,2771 -"143929",40309,9060,3,871,1612 -"143930",40309,9332,3,871,2734 -"143931",40309,9481,2,871,1610 -"143932",40309,9484,3,871,1429 -"143933",40309,9503,3,871,2453 -"143934",40309,9787,3,871,2858 -"143935",40309,10453,2,871,1656 -"143936",40309,10457,3,871,1711 -"143937",40309,11108,3,871,1609 -"143938",40309,11648,3,871,2852 -"143939",40309,11990,3,871,1909 -"143940",40309,12067,3,871,1213 -"143941",40309,12078,2,871,2381 -"143942",40309,12361,3,871,2732 -"143943",40309,12948,2,871,2669 -"143944",40309,13879,3,871,2748 -"143945",40309,14425,3,871,1036 -"143946",40309,14749,2,871,1998 -"143947",40309,14998,3,871,1553 -"143948",40309,15826,2,871,2772 -"143949",40309,16501,3,871,1650 -"143950",40309,16502,3,871,1616 -"143951",40309,16750,3,871,1225 -"143952",40309,16796,3,871,1892 -"143953",40309,17037,3,871,2947 -"143954",40309,18005,3,871,2449 -"143955",40309,18978,3,871,952 -"143956",40309,19655,2,871,2706 -"143957",40309,19934,3,871,2888 -"143958",40309,20220,3,871,1656 -"143959",40309,20984,3,871,2502 -"143960",40309,21207,3,871,1258 -"143961",40309,22244,3,871,2139 -"143962",40309,23131,3,871,1732 -"143963",40309,25163,3,871,1751 -"143964",40309,26182,3,871,2775 -"143965",40309,27008,3,871,911 -"143966",40309,27255,3,871,1232 -"143967",40309,27742,2,871,2700 -"143968",40309,27914,3,871,2507 -"143969",40309,29286,3,871,1612 -"143970",40309,29289,3,871,1756 -"143971",40309,29627,2,871,882 -"143972",40309,29977,3,871,2781 -"143973",40309,30368,2,871,2487 -"143974",40309,30525,3,871,1964 -"143975",40309,31541,3,871,1500 -"143976",40309,31542,2,871,2459 -"143977",40309,31866,3,871,2101 -"143978",40309,31868,2,871,1993 -"143979",40309,32532,3,871,2338 -"143980",40309,32560,3,871,1258 -"143981",40309,32651,3,871,877 -"143982",40309,33017,3,871,1493 -"143983",40309,33870,3,871,955 -"143984",40309,34491,3,871,2694 -"143985",40309,35413,3,871,1569 -"143986",40309,35797,3,871,2482 -"143987",40309,36346,3,871,1240 -"143988",40309,36912,3,871,2469 -"143989",40309,37893,3,871,875 -"143990",40309,38087,3,871,1083 -"143991",40309,38457,3,871,1630 -"143992",40309,39062,3,871,2020 -"143993",40309,39418,3,871,1978 -"143994",40309,40537,3,871,1284 -"143995",40309,40572,3,871,2666 -"143996",40309,41694,3,871,2358 -"143997",40309,43058,3,871,1608 -"143998",40309,43961,3,871,2443 -"143999",40309,44341,3,871,1230 -"144000",40309,44877,3,871,1219 -"144001",40309,45869,3,871,2840 -"144002",40309,46486,3,871,1868 -"144003",40309,48260,3,871,875 -"144004",40309,48769,3,871,2071 -"144005",40309,50581,3,871,1258 -"144006",40309,52136,3,871,1412 -"144007",40309,54890,3,871,877 -"144008",40309,55482,3,871,1866 -"144009",40309,56569,1,871,1993 -"144010",40309,57912,2,871,1035 -"144011",40309,58655,3,871,2685 -"144012",40309,60808,2,871,1258 -"144013",40309,61347,3,871,1684 -"144014",40309,63077,3,871,2778 -"144015",40309,65522,3,871,1572 -"144016",40309,66994,3,871,1865 -"144017",40309,68275,3,871,1158 -"144018",40309,70583,3,871,2615 -"144019",40309,71219,3,871,967 -"144020",40309,72597,3,871,1843 -"144021",40309,72632,3,871,1289 -"144022",40309,76143,3,871,1610 -"144023",40309,80156,3,871,1667 -"144024",40309,81716,2,871,1199 -"144025",40309,82341,3,871,1515 -"144026",40309,82893,3,871,1275 -"144027",40309,83066,3,871,1229 -"144028",40309,84574,3,871,958 -"144029",40309,91849,3,871,1166 -"144030",40309,92297,3,871,2952 -"144031",40309,92860,3,871,1643 -"144032",40309,107435,3,871,1635 -"144033",40309,115021,2,871,1226 -"144034",40329,341,3,412,2689 -"144035",40329,2226,3,412,2225 -"144036",40329,2617,3,412,592 -"144037",40329,2852,3,412,2448 -"144038",40329,3068,3,412,1815 -"144039",40329,3127,3,412,2273 -"144040",40329,3235,2,412,799 -"144041",40329,3271,3,412,2216 -"144042",40329,4066,3,412,1736 -"144043",40329,4249,3,412,2547 -"144044",40329,5716,3,412,1058 -"144045",40329,6821,3,412,1788 -"144046",40329,7014,3,412,2401 -"144047",40329,9227,2,412,1267 -"144048",40329,9272,3,412,2835 -"144049",40329,10129,3,412,2124 -"144050",40329,10336,3,412,2271 -"144051",40329,11310,3,412,957 -"144052",40329,11728,2,412,1121 -"144053",40329,12208,2,412,447 -"144054",40329,12586,3,412,613 -"144055",40329,12779,3,412,936 -"144056",40329,13537,3,412,1020 -"144057",40329,15462,3,412,1141 -"144058",40329,16352,3,412,2657 -"144059",40329,16437,3,412,1956 -"144060",40329,16684,3,412,1657 -"144061",40329,19069,1,412,988 -"144062",40329,19317,3,412,2041 -"144063",40329,19751,3,412,1630 -"144064",40329,20355,3,412,2111 -"144065",40329,21681,3,412,2005 -"144066",40329,22025,3,412,1591 -"144067",40329,22057,2,412,974 -"144068",40329,22709,3,412,2743 -"144069",40329,22766,3,412,1945 -"144070",40329,25741,3,412,2853 -"144071",40329,27722,3,412,1266 -"144072",40329,28115,3,412,1835 -"144073",40329,28432,3,412,1954 -"144074",40329,29667,3,412,531 -"144075",40329,29884,2,412,1239 -"144076",40329,30609,2,412,988 -"144077",40329,30798,3,412,1398 -"144078",40329,32311,3,412,2396 -"144079",40329,34735,3,412,2767 -"144080",40329,34831,2,412,1866 -"144081",40329,37036,3,412,2264 -"144082",40329,37752,2,412,2223 -"144083",40329,37929,2,412,2393 -"144084",40329,38259,3,412,2258 -"144085",40329,39906,2,412,2365 -"144086",40329,40572,3,412,2666 -"144087",40329,41439,3,412,709 -"144088",40329,41581,3,412,1692 -"144089",40329,43077,3,412,884 -"144090",40329,44235,3,412,2700 -"144091",40329,46501,2,412,845 -"144092",40329,46532,3,412,2005 -"144093",40329,49551,3,412,879 -"144094",40329,50278,3,412,1127 -"144095",40329,51879,2,412,1771 -"144096",40329,52215,3,412,1908 -"144097",40329,53160,3,412,2736 -"144098",40329,54313,3,412,1645 -"144099",40329,55472,3,412,1516 -"144100",40329,56639,3,412,643 -"144101",40329,58122,3,412,889 -"144102",40329,58829,3,412,1256 -"144103",40329,59039,3,412,2870 -"144104",40329,60879,3,412,2792 -"144105",40329,66622,3,412,799 -"144106",40329,68275,3,412,1158 -"144107",40329,76369,3,412,583 -"144108",40329,77077,1,412,2693 -"144109",40329,82819,3,412,1900 -"144110",40329,82932,2,412,2245 -"144111",40329,83218,3,412,1537 -"144112",40329,83253,3,412,1102 -"144113",40329,83398,2,412,845 -"144114",40329,90745,3,412,1994 -"144115",40329,96007,3,412,895 -"144116",40329,99940,2,412,2884 -"144117",40329,104319,3,412,536 -"144118",40329,104828,3,412,1609 -"144119",40329,107052,3,412,2158 -"144120",40368,88232,3,2876,2881 -"144121",40369,455,3,2735,2827 -"144122",40369,6030,3,2735,2953 -"144123",40369,9362,3,2735,2879 -"144124",40369,23132,3,2735,2756 -"144125",40369,27753,2,2735,2750 -"144126",40369,43173,2,2735,2895 -"144127",40369,64997,1,2735,2791 -"144128",40369,88232,3,2735,2881 -"144129",40383,455,3,2639,2827 -"144130",40383,7515,3,2639,2737 -"144131",40383,9184,3,2639,2670 -"144132",40383,23132,2,2639,2756 -"144133",40383,27275,3,2639,2656 -"144134",40383,31235,3,2639,2668 -"144135",40383,42799,3,2639,2729 -"144136",40392,371,3,1878,2950 -"144137",40392,680,2,1878,2569 -"144138",40392,1321,3,1878,2075 -"144139",40392,1560,1,1878,2013 -"144140",40392,2424,3,1878,2582 -"144141",40392,2747,3,1878,2411 -"144142",40392,3255,3,1878,2504 -"144143",40392,3978,3,1878,2775 -"144144",40392,4226,3,1878,1903 -"144145",40392,4303,2,1878,2414 -"144146",40392,4313,3,1878,2368 -"144147",40392,4361,3,1878,2571 -"144148",40392,4698,3,1878,2481 -"144149",40392,4932,3,1878,2752 -"144150",40392,5120,3,1878,2735 -"144151",40392,5235,3,1878,2324 -"144152",40392,5515,3,1878,2385 -"144153",40392,5897,3,1878,2337 -"144154",40392,7252,3,1878,2799 -"144155",40392,7780,3,1878,1920 -"144156",40392,7984,3,1878,2493 -"144157",40392,8062,2,1878,2858 -"144158",40392,9202,3,1878,2477 -"144159",40392,9332,3,1878,2734 -"144160",40392,9716,1,1878,1929 -"144161",40392,9723,3,1878,2302 -"144162",40392,9787,3,1878,2858 -"144163",40392,10200,2,1878,2920 -"144164",40392,10836,3,1878,2215 -"144165",40392,11329,3,1878,2799 -"144166",40392,11429,1,1878,2520 -"144167",40392,11477,2,1878,2724 -"144168",40392,12361,3,1878,2732 -"144169",40392,12747,3,1878,2818 -"144170",40392,12759,2,1878,2414 -"144171",40392,14623,3,1878,2043 -"144172",40392,14626,3,1878,2175 -"144173",40392,14761,2,1878,2502 -"144174",40392,14918,3,1878,2071 -"144175",40392,14972,2,1878,2332 -"144176",40392,15095,2,1878,2001 -"144177",40392,16437,3,1878,1956 -"144178",40392,17037,3,1878,2947 -"144179",40392,17351,3,1878,2036 -"144180",40392,17645,3,1878,1918 -"144181",40392,17999,3,1878,2758 -"144182",40392,18005,3,1878,2449 -"144183",40392,18371,2,1878,2860 -"144184",40392,19516,3,1878,2313 -"144185",40392,19686,3,1878,2467 -"144186",40392,20423,3,1878,2654 -"144187",40392,20496,3,1878,2530 -"144188",40392,20984,3,1878,2502 -"144189",40392,21670,3,1878,2158 -"144190",40392,21693,3,1878,2176 -"144191",40392,21929,3,1878,2062 -"144192",40392,22244,3,1878,2139 -"144193",40392,22326,3,1878,2818 -"144194",40392,22474,3,1878,2446 -"144195",40392,22709,3,1878,2743 -"144196",40392,23739,3,1878,2463 -"144197",40392,24086,2,1878,2663 -"144198",40392,24497,3,1878,1979 -"144199",40392,25305,3,1878,2447 -"144200",40392,25373,2,1878,2783 -"144201",40392,26642,3,1878,2952 -"144202",40392,26658,3,1878,2745 -"144203",40392,27320,3,1878,2378 -"144204",40392,28923,3,1878,2362 -"144205",40392,29929,3,1878,2789 -"144206",40392,30334,1,1878,2075 -"144207",40392,30705,2,1878,2959 -"144208",40392,31307,3,1878,2139 -"144209",40392,31335,3,1878,2351 -"144210",40392,31700,3,1878,2727 -"144211",40392,32582,2,1878,1929 -"144212",40392,32939,3,1878,2277 -"144213",40392,33755,3,1878,2963 -"144214",40392,34892,3,1878,2309 -"144215",40392,35815,3,1878,2789 -"144216",40392,35822,3,1878,1903 -"144217",40392,36912,3,1878,2469 -"144218",40392,36953,2,1878,2790 -"144219",40392,37238,3,1878,2609 -"144220",40392,37342,2,1878,2649 -"144221",40392,37636,1,1878,2178 -"144222",40392,37844,2,1878,2002 -"144223",40392,38505,3,1878,2393 -"144224",40392,38602,3,1878,2693 -"144225",40392,38633,3,1878,2253 -"144226",40392,38800,3,1878,2756 -"144227",40392,39321,3,1878,2257 -"144228",40392,39418,3,1878,1978 -"144229",40392,41185,2,1878,1929 -"144230",40392,41187,3,1878,2340 -"144231",40392,41723,2,1878,2101 -"144232",40392,42813,3,1878,2142 -"144233",40392,42883,3,1878,2575 -"144234",40392,43213,3,1878,2160 -"144235",40392,43660,3,1878,2320 -"144236",40392,44694,3,1878,2220 -"144237",40392,47013,3,1878,2388 -"144238",40392,47082,2,1878,1990 -"144239",40392,47375,3,1878,2043 -"144240",40392,47840,3,1878,2509 -"144241",40392,49347,3,1878,2504 -"144242",40392,49621,3,1878,1915 -"144243",40392,50236,3,1878,2339 -"144244",40392,50585,3,1878,2414 -"144245",40392,51626,3,1878,2494 -"144246",40392,51783,1,1878,2599 -"144247",40392,53219,3,1878,2973 -"144248",40392,53362,3,1878,2360 -"144249",40392,53687,3,1878,2422 -"144250",40392,54903,3,1878,2493 -"144251",40392,56082,2,1878,2395 -"144252",40392,56737,3,1878,2270 -"144253",40392,56859,3,1878,2319 -"144254",40392,57804,3,1878,2214 -"144255",40392,58521,3,1878,2950 -"144256",40392,61513,3,1878,2948 -"144257",40392,62739,3,1878,2753 -"144258",40392,71065,3,1878,2231 -"144259",40392,72088,3,1878,2728 -"144260",40392,72207,3,1878,2430 -"144261",40392,75403,3,1878,1895 -"144262",40392,81113,3,1878,1914 -"144263",40392,94525,3,1878,1993 -"144264",40392,104565,3,1878,2693 -"144265",40392,122567,3,1878,2783 -"144266",40393,7337,3,1626,1797 -"144267",40393,29818,2,1626,1677 -"144268",40393,58745,3,1626,1920 -"144269",40407,2282,3,1972,2056 -"144270",40407,23550,3,1972,2939 -"144271",40407,26597,3,1972,2070 -"144272",40407,28782,3,1972,2272 -"144273",40407,36840,3,1972,2269 -"144274",40407,37684,3,1972,2899 -"144275",40407,42382,3,1972,2224 -"144276",40407,42390,3,1972,2937 -"144277",40407,53584,3,1972,2391 -"144278",40407,80970,3,1972,2069 -"144279",40417,1044,3,771,880 -"144280",40417,1127,2,771,1188 -"144281",40417,1130,3,771,1566 -"144282",40417,1175,2,771,1642 -"144283",40417,2181,3,771,2030 -"144284",40417,2269,2,771,984 -"144285",40417,2325,3,771,1641 -"144286",40417,2424,3,771,2582 -"144287",40417,2533,3,771,2016 -"144288",40417,3305,3,771,2839 -"144289",40417,3886,3,771,1669 -"144290",40417,3966,1,771,2425 -"144291",40417,4790,3,771,1025 -"144292",40417,5716,3,771,1058 -"144293",40417,5986,3,771,1721 -"144294",40417,6052,3,771,1985 -"144295",40417,6417,3,771,1675 -"144296",40417,7861,3,771,1647 -"144297",40417,14589,2,771,1184 -"144298",40417,14855,3,771,903 -"144299",40417,14972,3,771,2332 -"144300",40417,15813,3,771,2143 -"144301",40417,16352,3,771,2657 -"144302",40417,17931,2,771,1617 -"144303",40417,18348,3,771,1711 -"144304",40417,18707,3,771,1143 -"144305",40417,19248,3,771,2357 -"144306",40417,19719,3,771,2177 -"144307",40417,19733,3,771,1907 -"144308",40417,21164,3,771,1645 -"144309",40417,22282,3,771,1418 -"144310",40417,23310,3,771,2371 -"144311",40417,25325,2,771,2963 -"144312",40417,26282,3,771,1241 -"144313",40417,26659,3,771,903 -"144314",40417,27694,2,771,2030 -"144315",40417,28002,2,771,914 -"144316",40417,28559,3,771,1525 -"144317",40417,28626,3,771,2842 -"144318",40417,29917,2,771,1962 -"144319",40417,29930,3,771,2240 -"144320",40417,30052,3,771,2855 -"144321",40417,32694,3,771,1602 -"144322",40417,34509,3,771,1973 -"144323",40417,36691,3,771,1903 -"144324",40417,39186,2,771,1258 -"144325",40417,40493,3,771,1981 -"144326",40417,42574,3,771,2842 -"144327",40417,47248,3,771,2883 -"144328",40417,49110,3,771,2938 -"144329",40417,51017,3,771,2073 -"144330",40417,56317,3,771,2030 -"144331",40417,57414,3,771,922 -"144332",40417,58078,3,771,1252 -"144333",40417,60280,3,771,1918 -"144334",40417,62841,3,771,2710 -"144335",40417,63547,3,771,1023 -"144336",40417,64181,3,771,1828 -"144337",40417,70605,3,771,1176 -"144338",40417,76892,3,771,2381 -"144339",40417,80219,2,771,988 -"144340",40417,86799,3,771,1951 -"144341",40417,90378,2,771,890 -"144342",40417,90911,3,771,1263 -"144343",40432,1275,2,1956,2068 -"144344",40432,2093,3,1956,2459 -"144345",40432,2484,3,1956,2389 -"144346",40432,3271,3,1956,2216 -"144347",40432,3947,3,1956,2067 -"144348",40432,3961,3,1956,2426 -"144349",40432,5239,3,1956,2875 -"144350",40432,5912,2,1956,2257 -"144351",40432,6047,3,1956,2004 -"144352",40432,7984,3,1956,2493 -"144353",40432,8533,3,1956,2251 -"144354",40432,8887,3,1956,2373 -"144355",40432,9272,3,1956,2835 -"144356",40432,10857,3,1956,2253 -"144357",40432,11218,3,1956,2292 -"144358",40432,11456,3,1956,2715 -"144359",40432,11477,3,1956,2724 -"144360",40432,12042,3,1956,2345 -"144361",40432,13388,3,1956,2119 -"144362",40432,13780,3,1956,2412 -"144363",40432,14032,3,1956,2144 -"144364",40432,15401,2,1956,1999 -"144365",40432,16352,3,1956,2657 -"144366",40432,16801,3,1956,2008 -"144367",40432,16826,2,1956,2599 -"144368",40432,18103,1,1956,1968 -"144369",40432,18874,3,1956,2170 -"144370",40432,19027,3,1956,2721 -"144371",40432,19719,3,1956,2177 -"144372",40432,20067,3,1956,2390 -"144373",40432,20311,3,1956,1981 -"144374",40432,20732,3,1956,2401 -"144375",40432,21138,3,1956,2849 -"144376",40432,23132,3,1956,2756 -"144377",40432,23726,3,1956,2434 -"144378",40432,24146,3,1956,2003 -"144379",40432,26249,3,1956,2301 -"144380",40432,28582,3,1956,2698 -"144381",40432,30747,3,1956,2455 -"144382",40432,31069,2,1956,1995 -"144383",40432,32988,2,1956,2008 -"144384",40432,33801,3,1956,2899 -"144385",40432,34158,3,1956,2639 -"144386",40432,35361,3,1956,2389 -"144387",40432,36962,3,1956,2861 -"144388",40432,37418,3,1956,2710 -"144389",40432,38227,2,1956,2511 -"144390",40432,42505,2,1956,2008 -"144391",40432,43226,3,1956,2442 -"144392",40432,44407,3,1956,2154 -"144393",40432,44676,3,1956,2629 -"144394",40432,46040,3,1956,2105 -"144395",40432,46988,3,1956,2460 -"144396",40432,47386,2,1956,2226 -"144397",40432,48110,3,1956,2009 -"144398",40432,51017,3,1956,2073 -"144399",40432,51410,3,1956,2739 -"144400",40432,54551,3,1956,2348 -"144401",40432,54929,3,1956,2783 -"144402",40432,56237,3,1956,2625 -"144403",40432,57977,2,1956,2683 -"144404",40432,58508,3,1956,2326 -"144405",40432,65322,2,1956,2008 -"144406",40432,69335,3,1956,2698 -"144407",40432,70269,2,1956,2368 -"144408",40432,76356,3,1956,2323 -"144409",40432,78150,3,1956,2581 -"144410",40432,82929,2,1956,2475 -"144411",40432,86105,3,1956,2226 -"144412",40432,92757,3,1956,2615 -"144413",40472,360,3,549,1671 -"144414",40472,1050,3,549,1185 -"144415",40472,2063,3,549,1278 -"144416",40472,2077,3,549,610 -"144417",40472,3164,3,549,2693 -"144418",40472,3167,3,549,1676 -"144419",40472,4191,2,549,2130 -"144420",40472,4618,3,549,2607 -"144421",40472,6030,2,549,2953 -"144422",40472,7245,3,549,2089 -"144423",40472,8088,2,549,2220 -"144424",40472,8700,2,549,1270 -"144425",40472,8772,1,549,847 -"144426",40472,9298,2,549,1109 -"144427",40472,12103,3,549,1244 -"144428",40472,16863,3,549,2069 -"144429",40472,17357,3,549,1536 -"144430",40472,22260,3,549,2137 -"144431",40472,22566,3,549,2308 -"144432",40472,25643,3,549,1646 -"144433",40472,28050,3,549,1955 -"144434",40472,28168,3,549,2702 -"144435",40472,28190,3,549,1634 -"144436",40472,28892,3,549,2023 -"144437",40472,29456,2,549,1182 -"144438",40472,32113,3,549,882 -"144439",40472,38869,3,549,1675 -"144440",40472,40293,3,549,1671 -"144441",40472,46391,2,549,1779 -"144442",40472,46883,2,549,1671 -"144443",40472,51410,3,549,2739 -"144444",40472,54255,3,549,679 -"144445",40472,54305,3,549,1222 -"144446",40472,56143,3,549,766 -"144447",40472,58384,3,549,1637 -"144448",40472,76284,3,549,1237 -"144449",40472,82767,3,549,1641 -"144450",40472,88710,3,549,927 -"144451",40472,94947,3,549,1368 -"144452",40472,105233,3,549,1199 -"144453",40475,2802,3,159,1836 -"144454",40475,9912,3,159,1356 -"144455",40475,11135,3,159,2441 -"144456",40475,16361,2,159,1641 -"144457",40475,22571,3,159,655 -"144458",40475,24104,3,159,817 -"144459",40475,25885,2,159,1223 -"144460",40475,25886,3,159,1580 -"144461",40475,51099,1,159,262 -"144462",40475,52820,2,159,306 -"144463",40475,80728,3,159,599 -"144464",40475,83007,3,159,2727 -"144465",40475,83362,3,159,1877 -"144466",40475,93317,2,159,1223 -"144467",40475,99955,3,159,1223 -"144468",40487,5239,3,2512,2875 -"144469",40487,5315,3,2512,2631 -"144470",40487,13573,3,2512,2774 -"144471",40487,29095,3,2512,2531 -"144472",40487,34158,3,2512,2639 -"144473",40487,48127,3,2512,2677 -"144474",40488,512,3,486,1596 -"144475",40488,1592,3,486,2006 -"144476",40488,1691,3,486,1941 -"144477",40488,2011,2,486,2176 -"144478",40488,2224,3,486,2751 -"144479",40488,2563,3,486,1686 -"144480",40488,4932,3,486,2752 -"144481",40488,5018,3,486,640 -"144482",40488,5120,3,486,2735 -"144483",40488,5258,3,486,2730 -"144484",40488,6252,3,486,2336 -"144485",40488,6363,3,486,2066 -"144486",40488,6390,3,486,2385 -"144487",40488,8041,3,486,632 -"144488",40488,9511,3,486,1232 -"144489",40488,13945,3,486,1324 -"144490",40488,14108,2,486,2012 -"144491",40488,14731,3,486,2012 -"144492",40488,18211,3,486,1745 -"144493",40488,18502,3,486,1033 -"144494",40488,18543,2,486,2968 -"144495",40488,19248,3,486,2357 -"144496",40488,19332,3,486,1214 -"144497",40488,20407,3,486,2339 -"144498",40488,21133,3,486,1320 -"144499",40488,21617,3,486,516 -"144500",40488,22884,3,486,1608 -"144501",40488,23403,2,486,607 -"144502",40488,23787,3,486,2810 -"144503",40488,25565,3,486,2764 -"144504",40488,26106,3,486,2015 -"144505",40488,26957,3,486,987 -"144506",40488,27275,3,486,2656 -"144507",40488,28057,3,486,1067 -"144508",40488,28808,3,486,1063 -"144509",40488,29224,3,486,2011 -"144510",40488,30411,1,486,630 -"144511",40488,33572,3,486,2370 -"144512",40488,33588,3,486,1040 -"144513",40488,33621,2,486,1319 -"144514",40488,34314,3,486,630 -"144515",40488,34945,3,486,1298 -"144516",40488,35041,3,486,1311 -"144517",40488,36439,3,486,2469 -"144518",40488,37509,3,486,1640 -"144519",40488,37628,3,486,819 -"144520",40488,38213,3,486,1744 -"144521",40488,38667,3,486,2880 -"144522",40488,40226,3,486,880 -"144523",40488,41085,2,486,637 -"144524",40488,42725,3,486,630 -"144525",40488,43226,3,486,2442 -"144526",40488,44427,2,486,2875 -"144527",40488,46621,3,486,1343 -"144528",40488,47064,3,486,1993 -"144529",40488,47585,3,486,794 -"144530",40488,49300,3,486,515 -"144531",40488,49620,3,486,1868 -"144532",40488,50235,3,486,726 -"144533",40488,52323,3,486,2148 -"144534",40488,52327,3,486,1472 -"144535",40488,52735,3,486,1124 -"144536",40488,53252,3,486,637 -"144537",40488,56116,3,486,1321 -"144538",40488,57990,2,486,978 -"144539",40488,59438,3,486,2400 -"144540",40488,61689,3,486,1309 -"144541",40488,61785,3,486,822 -"144542",40488,69257,3,486,1402 -"144543",40488,71274,3,486,2390 -"144544",40488,74636,3,486,2525 -"144545",40488,75025,1,486,717 -"144546",40488,75921,3,486,517 -"144547",40488,76127,3,486,910 -"144548",40488,76192,3,486,912 -"144549",40488,78569,3,486,578 -"144550",40488,78975,3,486,946 -"144551",40488,82401,3,486,1210 -"144552",40488,84612,3,486,2175 -"144553",40488,88232,3,486,2881 -"144554",40488,92491,2,486,1968 -"144555",40488,93398,3,486,828 -"144556",40488,99953,3,486,581 -"144557",40488,100215,3,486,2436 -"144558",40488,101967,3,486,691 -"144559",40488,106555,3,486,1626 -"144560",40492,237,3,1286,1982 -"144561",40492,1195,3,1286,1322 -"144562",40492,9241,3,1286,2338 -"144563",40492,13879,3,1286,2748 -"144564",40492,14709,3,1286,1901 -"144565",40492,19934,3,1286,2888 -"144566",40492,21795,3,1286,2653 -"144567",40492,23000,3,1286,1815 -"144568",40492,38492,3,1286,2280 -"144569",40492,41581,3,1286,1692 -"144570",40492,43250,3,1286,1300 -"144571",40492,44749,3,1286,1303 -"144572",40492,57356,3,1286,2476 -"144573",40493,134,2,1981,2062 -"144574",40493,145,3,1981,1998 -"144575",40493,270,2,1981,2542 -"144576",40493,312,2,1981,2038 -"144577",40493,380,2,1981,2261 -"144578",40493,470,3,1981,2285 -"144579",40493,913,3,1981,2144 -"144580",40493,1102,2,1981,2282 -"144581",40493,1592,3,1981,2006 -"144582",40493,2424,3,1981,2582 -"144583",40493,2484,3,1981,2389 -"144584",40493,2533,3,1981,2016 -"144585",40493,2572,3,1981,2273 -"144586",40493,2684,3,1981,2874 -"144587",40493,2954,3,1981,2727 -"144588",40493,3305,3,1981,2839 -"144589",40493,3306,3,1981,1989 -"144590",40493,3966,2,1981,2425 -"144591",40493,4567,3,1981,2348 -"144592",40493,4953,3,1981,2285 -"144593",40493,5235,3,1981,2324 -"144594",40493,5429,3,1981,1991 -"144595",40493,5580,2,1981,2111 -"144596",40493,5971,3,1981,1985 -"144597",40493,6047,2,1981,2004 -"144598",40493,6052,2,1981,1985 -"144599",40493,6074,2,1981,2426 -"144600",40493,6363,3,1981,2066 -"144601",40493,6588,3,1981,2025 -"144602",40493,6718,3,1981,2138 -"144603",40493,6982,3,1981,2034 -"144604",40493,7245,3,1981,2089 -"144605",40493,8533,3,1981,2251 -"144606",40493,8762,3,1981,2585 -"144607",40493,9150,3,1981,2689 -"144608",40493,9362,3,1981,2879 -"144609",40493,9654,2,1981,2111 -"144610",40493,10513,3,1981,2284 -"144611",40493,10857,3,1981,2253 -"144612",40493,10871,3,1981,2314 -"144613",40493,11055,3,1981,2111 -"144614",40493,11218,3,1981,2292 -"144615",40493,11456,3,1981,2715 -"144616",40493,11966,3,1981,2385 -"144617",40493,12042,3,1981,2345 -"144618",40493,12976,3,1981,2399 -"144619",40493,13307,2,1981,2206 -"144620",40493,14032,3,1981,2144 -"144621",40493,14252,2,1981,2244 -"144622",40493,14655,3,1981,2559 -"144623",40493,14834,3,1981,2739 -"144624",40493,15301,2,1981,2308 -"144625",40493,15315,3,1981,2173 -"144626",40493,16352,3,1981,2657 -"144627",40493,16535,2,1981,1993 -"144628",40493,17365,2,1981,2746 -"144629",40493,17413,3,1981,2230 -"144630",40493,18394,2,1981,2356 -"144631",40493,19072,3,1981,2358 -"144632",40493,19248,3,1981,2357 -"144633",40493,19622,3,1981,2371 -"144634",40493,19862,1,1981,2412 -"144635",40493,20124,3,1981,2376 -"144636",40493,20292,3,1981,2755 -"144637",40493,20407,3,1981,2339 -"144638",40493,21012,3,1981,2325 -"144639",40493,21571,2,1981,2755 -"144640",40493,21682,2,1981,2414 -"144641",40493,21693,3,1981,2176 -"144642",40493,21929,1,1981,2062 -"144643",40493,22141,3,1981,2348 -"144644",40493,22326,3,1981,2818 -"144645",40493,22566,3,1981,2308 -"144646",40493,23011,3,1981,2763 -"144647",40493,23526,2,1981,1998 -"144648",40493,24060,3,1981,2349 -"144649",40493,24253,3,1981,2213 -"144650",40493,24448,3,1981,2289 -"144651",40493,24721,3,1981,2326 -"144652",40493,25129,3,1981,2647 -"144653",40493,25305,3,1981,2447 -"144654",40493,25325,3,1981,2963 -"144655",40493,25816,3,1981,2088 -"144656",40493,25985,3,1981,2071 -"144657",40493,26080,3,1981,2525 -"144658",40493,26721,2,1981,2586 -"144659",40493,27173,3,1981,2050 -"144660",40493,27334,3,1981,2750 -"144661",40493,27694,3,1981,2030 -"144662",40493,29930,3,1981,2240 -"144663",40493,30173,3,1981,2404 -"144664",40493,30405,3,1981,2164 -"144665",40493,30827,3,1981,2323 -"144666",40493,31235,3,1981,2668 -"144667",40493,31307,3,1981,2139 -"144668",40493,32567,3,1981,2784 -"144669",40493,33475,2,1981,2367 -"144670",40493,33949,3,1981,2489 -"144671",40493,33981,1,1981,1993 -"144672",40493,34735,3,1981,2767 -"144673",40493,36087,3,1981,2755 -"144674",40493,38307,3,1981,2648 -"144675",40493,41945,3,1981,2856 -"144676",40493,41972,3,1981,2509 -"144677",40493,42129,3,1981,2318 -"144678",40493,42216,3,1981,2722 -"144679",40493,42574,3,1981,2842 -"144680",40493,42619,3,1981,2017 -"144681",40493,43455,2,1981,2846 -"144682",40493,43796,3,1981,2476 -"144683",40493,44769,3,1981,2411 -"144684",40493,45302,2,1981,2390 -"144685",40493,46629,3,1981,2255 -"144686",40493,46950,3,1981,2673 -"144687",40493,48035,2,1981,2180 -"144688",40493,49110,1,1981,2938 -"144689",40493,49696,3,1981,2444 -"144690",40493,50134,3,1981,2674 -"144691",40493,50179,2,1981,2230 -"144692",40493,50236,3,1981,2339 -"144693",40493,51017,3,1981,2073 -"144694",40493,51035,3,1981,2397 -"144695",40493,51041,3,1981,2606 -"144696",40493,51866,1,1981,2411 -"144697",40493,52003,3,1981,2067 -"144698",40493,53219,3,1981,2973 -"144699",40493,54551,3,1981,2348 -"144700",40493,55256,3,1981,2379 -"144701",40493,56082,3,1981,2395 -"144702",40493,57969,2,1981,2755 -"144703",40493,57977,3,1981,2683 -"144704",40493,61982,3,1981,2725 -"144705",40493,65016,3,1981,2749 -"144706",40493,66224,3,1981,2728 -"144707",40493,66992,3,1981,2882 -"144708",40493,67652,3,1981,2736 -"144709",40493,67726,3,1981,2873 -"144710",40493,72207,3,1981,2430 -"144711",40493,80825,3,1981,2315 -"144712",40493,83862,3,1981,2026 -"144713",40493,84022,3,1981,2289 -"144714",40493,88232,3,1981,2881 -"144715",40493,99860,3,1981,2071 -"144716",40510,1393,2,943,1706 -"144717",40510,2370,2,943,1600 -"144718",40510,2506,3,943,954 -"144719",40510,4784,3,943,2511 -"144720",40510,6020,3,943,1864 -"144721",40510,9088,3,943,1881 -"144722",40510,10610,3,943,1427 -"144723",40510,13595,3,943,1164 -"144724",40510,16455,3,943,946 -"144725",40510,16866,3,943,2718 -"144726",40510,17925,3,943,2385 -"144727",40510,21142,3,943,2414 -"144728",40510,21358,3,943,1970 -"144729",40510,21920,2,943,2367 -"144730",40510,28648,3,943,1586 -"144731",40510,31950,2,943,2217 -"144732",40510,31990,3,943,2264 -"144733",40510,32629,3,943,1789 -"144734",40510,32724,3,943,2581 -"144735",40510,34274,3,943,1437 -"144736",40510,37801,3,943,2578 -"144737",40510,41075,3,943,1176 -"144738",40510,41489,3,943,2006 -"144739",40510,44312,3,943,2741 -"144740",40510,44421,3,943,956 -"144741",40510,45297,3,943,1864 -"144742",40510,45449,2,943,1610 -"144743",40510,45450,2,943,1590 -"144744",40510,48254,2,943,1013 -"144745",40510,48781,1,943,954 -"144746",40510,48823,3,943,2080 -"144747",40510,48931,3,943,2444 -"144748",40510,61921,3,943,1793 -"144749",40510,64737,3,943,2442 -"144750",40510,77719,3,943,2086 -"144751",40510,79639,2,943,1013 -"144752",40510,80186,1,943,2228 -"144753",40510,84581,1,943,1241 -"144754",40510,92366,2,943,1434 -"144755",40510,93642,2,943,1120 -"144756",40510,100084,2,943,1964 -"144757",40510,103989,2,943,1207 -"144758",40510,108467,3,943,2170 -"144759",40537,2,3,1284,2796 -"144760",40537,1520,1,1284,1716 -"144761",40537,6063,3,1284,2349 -"144762",40537,8354,3,1284,1705 -"144763",40537,9481,3,1284,1610 -"144764",40537,10336,3,1284,2271 -"144765",40537,10453,3,1284,1656 -"144766",40537,10473,3,1284,1783 -"144767",40537,14586,3,1284,2801 -"144768",40537,14791,3,1284,1370 -"144769",40537,16796,3,1284,1892 -"144770",40537,17645,3,1284,1918 -"144771",40537,19587,3,1284,1684 -"144772",40537,20220,3,1284,1656 -"144773",40537,26974,3,1284,1672 -"144774",40537,28837,3,1284,2286 -"144775",40537,30368,3,1284,2487 -"144776",40537,31542,3,1284,2459 -"144777",40537,32079,3,1284,2315 -"144778",40537,42756,2,1284,1384 -"144779",40537,43204,3,1284,1680 -"144780",40537,46532,3,1284,2005 -"144781",40537,48832,3,1284,1370 -"144782",40537,56569,3,1284,1993 -"144783",40537,61347,1,1284,1684 -"144784",40537,66994,3,1284,1865 -"144785",40537,68586,3,1284,2322 -"144786",40537,72597,3,1284,1843 -"144787",40537,81164,3,1284,2260 -"144788",40537,81400,3,1284,2679 -"144789",40537,96700,3,1284,1602 -"144790",40541,40739,1,580,590 -"144791",40542,270,3,1664,2542 -"144792",40542,380,3,1664,2261 -"144793",40542,543,3,1664,2203 -"144794",40542,843,3,1664,2332 -"144795",40542,854,3,1664,2307 -"144796",40542,1102,3,1664,2282 -"144797",40542,1196,3,1664,1986 -"144798",40542,1222,3,1664,2598 -"144799",40542,1520,3,1664,1716 -"144800",40542,1685,3,1664,2230 -"144801",40542,1822,2,1664,2888 -"144802",40542,2093,3,1664,2459 -"144803",40542,2139,3,1664,2502 -"144804",40542,2181,2,1664,2030 -"144805",40542,2747,3,1664,2411 -"144806",40542,2985,3,1664,2398 -"144807",40542,3195,3,1664,2043 -"144808",40542,3272,3,1664,2132 -"144809",40542,3456,3,1664,1999 -"144810",40542,3477,1,1664,2546 -"144811",40542,3495,3,1664,2431 -"144812",40542,3620,3,1664,2955 -"144813",40542,4504,3,1664,1905 -"144814",40542,4612,3,1664,2804 -"144815",40542,4953,3,1664,2285 -"144816",40542,5414,3,1664,2321 -"144817",40542,5971,3,1664,1985 -"144818",40542,6047,3,1664,2004 -"144819",40542,6063,1,1664,2349 -"144820",40542,6248,3,1664,2737 -"144821",40542,6262,3,1664,2733 -"144822",40542,6324,3,1664,1990 -"144823",40542,6392,2,1664,1878 -"144824",40542,6449,3,1664,1997 -"144825",40542,6588,3,1664,2025 -"144826",40542,6621,3,1664,2478 -"144827",40542,7337,3,1664,1797 -"144828",40542,7422,3,1664,1793 -"144829",40542,7648,3,1664,1861 -"144830",40542,7937,3,1664,2044 -"144831",40542,8354,3,1664,1705 -"144832",40542,8762,3,1664,2585 -"144833",40542,8993,2,1664,2099 -"144834",40542,9175,3,1664,2639 -"144835",40542,9273,3,1664,1747 -"144836",40542,9328,3,1664,1937 -"144837",40542,9364,3,1664,1698 -"144838",40542,9423,3,1664,1708 -"144839",40542,9503,2,1664,2453 -"144840",40542,9787,3,1664,2858 -"144841",40542,9801,3,1664,2443 -"144842",40542,10473,3,1664,1783 -"144843",40542,10857,3,1664,2253 -"144844",40542,10870,3,1664,1755 -"144845",40542,11218,3,1664,2292 -"144846",40542,11246,3,1664,2741 -"144847",40542,11588,3,1664,2352 -"144848",40542,11625,3,1664,2022 -"144849",40542,12081,3,1664,2166 -"144850",40542,12577,3,1664,2530 -"144851",40542,12598,3,1664,2086 -"144852",40542,13007,3,1664,2496 -"144853",40542,13024,3,1664,2468 -"144854",40542,13899,2,1664,2650 -"144855",40542,14353,3,1664,2878 -"144856",40542,14749,3,1664,1998 -"144857",40542,14817,2,1664,2110 -"144858",40542,15023,2,1664,2054 -"144859",40542,15047,3,1664,1697 -"144860",40542,15729,3,1664,2338 -"144861",40542,15799,3,1664,1917 -"144862",40542,16205,3,1664,2630 -"144863",40542,16628,3,1664,2409 -"144864",40542,17027,3,1664,2772 -"144865",40542,17037,3,1664,2947 -"144866",40542,18361,3,1664,2968 -"144867",40542,18394,3,1664,2356 -"144868",40542,18571,3,1664,2128 -"144869",40542,18670,3,1664,1835 -"144870",40542,18943,3,1664,2861 -"144871",40542,19075,3,1664,2214 -"144872",40542,19317,2,1664,2041 -"144873",40542,19718,3,1664,1702 -"144874",40542,19934,3,1664,2888 -"144875",40542,20124,2,1664,2376 -"144876",40542,20162,3,1664,2328 -"144877",40542,20416,3,1664,2323 -"144878",40542,20547,3,1664,2145 -"144879",40542,20739,3,1664,2025 -"144880",40542,20984,2,1664,2502 -"144881",40542,21079,3,1664,1997 -"144882",40542,21275,3,1664,2609 -"144883",40542,21670,3,1664,2158 -"144884",40542,21684,2,1664,1971 -"144885",40542,21815,3,1664,2032 -"144886",40542,22744,3,1664,1907 -"144887",40542,23131,3,1664,1732 -"144888",40542,23526,3,1664,1998 -"144889",40542,23715,3,1664,1859 -"144890",40542,24264,3,1664,1760 -"144891",40542,24902,3,1664,2162 -"144892",40542,25163,3,1664,1751 -"144893",40542,25816,3,1664,2088 -"144894",40542,26138,3,1664,1902 -"144895",40542,26234,3,1664,2183 -"144896",40542,27694,3,1664,2030 -"144897",40542,27783,3,1664,2302 -"144898",40542,27897,3,1664,1968 -"144899",40542,28893,3,1664,2764 -"144900",40542,29962,3,1664,2201 -"144901",40542,30052,3,1664,2855 -"144902",40542,30236,3,1664,2238 -"144903",40542,30668,3,1664,2882 -"144904",40542,30669,3,1664,1921 -"144905",40542,30827,3,1664,2323 -"144906",40542,31159,3,1664,2231 -"144907",40542,31164,3,1664,1996 -"144908",40542,31295,3,1664,2183 -"144909",40542,31357,2,1664,2389 -"144910",40542,31542,3,1664,2459 -"144911",40542,32235,3,1664,2109 -"144912",40542,32339,2,1664,2430 -"144913",40542,32395,2,1664,2735 -"144914",40542,32449,3,1664,2091 -"144915",40542,32904,3,1664,2055 -"144916",40542,33223,1,1664,2397 -"144917",40542,33451,2,1664,1957 -"144918",40542,33470,2,1664,2003 -"144919",40542,35822,2,1664,1903 -"144920",40542,36031,3,1664,2342 -"144921",40542,36136,3,1664,2338 -"144922",40542,37301,2,1664,2160 -"144923",40542,38213,3,1664,1744 -"144924",40542,38307,3,1664,2648 -"144925",40542,38727,3,1664,2238 -"144926",40542,38732,3,1664,2263 -"144927",40542,39062,3,1664,2020 -"144928",40542,39411,3,1664,2384 -"144929",40542,39464,3,1664,2314 -"144930",40542,40572,3,1664,2666 -"144931",40542,41185,3,1664,1929 -"144932",40542,41581,3,1664,1692 -"144933",40542,41945,3,1664,2856 -"144934",40542,42216,3,1664,2722 -"144935",40542,42783,3,1664,2338 -"144936",40542,43455,3,1664,2846 -"144937",40542,44564,3,1664,2034 -"144938",40542,45239,3,1664,2535 -"144939",40542,46091,3,1664,1938 -"144940",40542,46486,3,1664,1868 -"144941",40542,47140,3,1664,2439 -"144942",40542,47595,2,1664,2374 -"144943",40542,47844,3,1664,2906 -"144944",40542,48939,3,1664,1749 -"144945",40542,49620,3,1664,1868 -"144946",40542,49759,3,1664,2400 -"144947",40542,50335,3,1664,1893 -"144948",40542,51173,3,1664,1829 -"144949",40542,51843,2,1664,2389 -"144950",40542,51866,3,1664,2411 -"144951",40542,52041,3,1664,2694 -"144952",40542,52892,3,1664,2372 -"144953",40542,52953,2,1664,1741 -"144954",40542,53013,3,1664,2523 -"144955",40542,54385,3,1664,2340 -"144956",40542,54551,3,1664,2348 -"144957",40542,55307,3,1664,2306 -"144958",40542,56082,3,1664,2395 -"144959",40542,57129,3,1664,1858 -"144960",40542,57246,3,1664,1873 -"144961",40542,57760,3,1664,1721 -"144962",40542,58164,3,1664,2398 -"144963",40542,58218,3,1664,2627 -"144964",40542,58536,3,1664,2742 -"144965",40542,59289,3,1664,2896 -"144966",40542,59790,2,1664,1827 -"144967",40542,60661,3,1664,2700 -"144968",40542,61125,3,1664,1673 -"144969",40542,63077,3,1664,2778 -"144970",40542,63104,3,1664,2149 -"144971",40542,69308,3,1664,2370 -"144972",40542,70232,3,1664,2401 -"144973",40542,70573,3,1664,1993 -"144974",40542,71217,3,1664,2169 -"144975",40542,72597,3,1664,1843 -"144976",40542,73192,3,1664,1955 -"144977",40542,74370,3,1664,1667 -"144978",40542,74636,3,1664,2525 -"144979",40542,79547,2,1664,1909 -"144980",40542,80615,3,1664,2252 -"144981",40542,84317,2,1664,2081 -"144982",40542,84808,3,1664,1974 -"144983",40542,110737,3,1664,2117 -"144984",40565,267,2,2115,2631 -"144985",40565,7616,3,2115,2296 -"144986",40565,13899,3,2115,2650 -"144987",40565,16866,3,2115,2718 -"144988",40565,18464,3,2115,2312 -"144989",40565,18865,3,2115,2676 -"144990",40565,19208,3,2115,2629 -"144991",40565,19605,3,2115,2395 -"144992",40565,22207,2,2115,2365 -"144993",40565,27628,3,2115,2389 -"144994",40565,31705,3,2115,2706 -"144995",40565,44403,2,2115,2429 -"144996",40565,50480,3,2115,2701 -"144997",40565,56910,3,2115,2705 -"144998",40565,63395,3,2115,2334 -"144999",40565,73661,2,2115,2505 -"145000",40572,841,3,2666,2964 -"145001",40572,3978,3,2666,2775 -"145002",40572,4612,3,2666,2804 -"145003",40572,7252,3,2666,2799 -"145004",40572,8568,3,2666,2706 -"145005",40572,9787,3,2666,2858 -"145006",40572,11648,2,2666,2852 -"145007",40572,12948,2,2666,2669 -"145008",40572,17033,3,2666,2771 -"145009",40572,20941,3,2666,2725 -"145010",40572,27686,3,2666,2844 -"145011",40572,27742,3,2666,2700 -"145012",40572,32395,3,2666,2735 -"145013",40572,34216,3,2666,2832 -"145014",40572,36953,2,2666,2790 -"145015",40572,40035,3,2666,2742 -"145016",40572,44603,3,2666,2748 -"145017",40572,45869,2,2666,2840 -"145018",40572,53739,2,2666,2704 -"145019",40572,71531,3,2666,2887 -"145020",40572,90467,3,2666,2840 -"145021",40609,8286,3,845,886 -"145022",40609,15343,3,845,2125 -"145023",40609,18151,3,845,2962 -"145024",40609,24608,3,845,1630 -"145025",40609,42618,3,845,2316 -"145026",40609,42814,3,845,1149 -"145027",40609,83259,1,845,1245 -"145028",40609,86279,3,845,1076 -"145029",40609,103721,3,845,1030 -"145030",40623,40572,3,2580,2666 -"145031",40630,16502,3,930,1616 -"145032",40630,19215,3,930,2604 -"145033",40630,68539,3,930,1158 -"145034",40640,33949,3,2257,2489 -"145035",40645,997,3,1899,2788 -"145036",40645,1147,3,1899,1999 -"145037",40645,1196,3,1899,1986 -"145038",40645,2424,3,1899,2582 -"145039",40645,2684,3,1899,2874 -"145040",40645,3271,3,1899,2216 -"145041",40645,3306,3,1899,1989 -"145042",40645,3947,3,1899,2067 -"145043",40645,3961,3,1899,2426 -"145044",40645,4226,3,1899,1903 -"145045",40645,5239,2,1899,2875 -"145046",40645,7984,2,1899,2493 -"145047",40645,9272,3,1899,2835 -"145048",40645,9362,3,1899,2879 -"145049",40645,11477,3,1899,2724 -"145050",40645,12901,3,1899,2136 -"145051",40645,13388,3,1899,2119 -"145052",40645,13639,3,1899,2887 -"145053",40645,13780,2,1899,2412 -"145054",40645,14943,3,1899,1942 -"145055",40645,15003,3,1899,2067 -"145056",40645,15184,3,1899,2396 -"145057",40645,15401,2,1899,1999 -"145058",40645,16801,3,1899,2008 -"145059",40645,16826,3,1899,2599 -"145060",40645,18103,3,1899,1968 -"145061",40645,20311,3,1899,1981 -"145062",40645,21285,3,1899,2100 -"145063",40645,21872,3,1899,2458 -"145064",40645,23725,3,1899,2378 -"145065",40645,25577,3,1899,1946 -"145066",40645,26451,3,1899,2133 -"145067",40645,29004,3,1899,2596 -"145068",40645,30747,2,1899,2455 -"145069",40645,31069,3,1899,1995 -"145070",40645,32988,2,1899,2008 -"145071",40645,33801,3,1899,2899 -"145072",40645,34158,3,1899,2639 -"145073",40645,36862,3,1899,2655 -"145074",40645,40432,3,1899,1956 -"145075",40645,42505,2,1899,2008 -"145076",40645,43226,3,1899,2442 -"145077",40645,46040,2,1899,2105 -"145078",40645,48110,3,1899,2009 -"145079",40645,50134,3,1899,2674 -"145080",40645,54929,3,1899,2783 -"145081",40645,55139,3,1899,2323 -"145082",40645,56317,3,1899,2030 -"145083",40645,58164,3,1899,2398 -"145084",40645,58365,3,1899,1902 -"145085",40645,58508,3,1899,2326 -"145086",40645,64997,3,1899,2791 -"145087",40645,65155,2,1899,1947 -"145088",40645,65322,2,1899,2008 -"145089",40645,69335,3,1899,2698 -"145090",40645,73192,3,1899,1955 -"145091",40645,78150,2,1899,2581 -"145092",40645,79567,3,1899,1942 -"145093",40645,92757,3,1899,2615 -"145094",40646,2972,3,1583,1708 -"145095",40646,5392,3,1583,1648 -"145096",40646,8274,3,1583,1909 -"145097",40646,12374,3,1583,2260 -"145098",40646,12388,2,1583,1975 -"145099",40646,12692,3,1583,1855 -"145100",40646,13388,3,1583,2119 -"145101",40646,14353,3,1583,2878 -"145102",40646,15444,2,1583,2764 -"145103",40646,16896,2,1583,2223 -"145104",40646,17027,1,1583,2772 -"145105",40646,18165,3,1583,2085 -"145106",40646,19317,3,1583,2041 -"145107",40646,20067,2,1583,2390 -"145108",40646,21248,3,1583,2232 -"145109",40646,21706,3,1583,1988 -"145110",40646,22403,2,1583,1630 -"145111",40646,23268,3,1583,2258 -"145112",40646,23869,3,1583,1918 -"145113",40646,24066,3,1583,1755 -"145114",40646,26867,3,1583,1804 -"145115",40646,27104,2,1583,1608 -"145116",40646,30883,3,1583,1629 -"145117",40646,33801,3,1583,2899 -"145118",40646,35529,3,1583,1620 -"145119",40646,36441,3,1583,2796 -"145120",40646,41108,1,1583,1624 -"145121",40646,41682,3,1583,1988 -"145122",40646,47895,3,1583,2328 -"145123",40646,52261,3,1583,2162 -"145124",40646,53475,3,1583,2853 -"145125",40646,57760,1,1583,1721 -"145126",40646,61242,3,1583,1650 -"145127",40646,68652,3,1583,2878 -"145128",40646,70232,3,1583,2401 -"145129",40646,76356,1,1583,2323 -"145130",40646,91579,3,1583,2510 -"145131",40646,117956,3,1583,2774 -"145132",40672,733,2,1315,1653 -"145133",40672,10130,3,1315,2741 -"145134",40672,10222,3,1315,2212 -"145135",40672,12096,3,1315,1330 -"145136",40672,17852,3,1315,2840 -"145137",40672,18277,2,1315,2309 -"145138",40672,22331,2,1315,2687 -"145139",40672,24198,3,1315,2217 -"145140",40672,25443,3,1315,1441 -"145141",40672,26706,3,1315,1846 -"145142",40672,49189,3,1315,1550 -"145143",40672,50667,3,1315,2719 -"145144",40672,53031,3,1315,2065 -"145145",40672,58035,3,1315,1646 -"145146",40672,58221,1,1315,1787 -"145147",40672,82409,3,1315,1881 -"145148",40672,93615,3,1315,2386 -"145149",40672,99103,2,1315,1470 -"145150",40675,1897,3,1595,1727 -"145151",40675,3242,3,1595,1730 -"145152",40675,6603,3,1595,2185 -"145153",40675,8621,3,1595,1681 -"145154",40675,10002,3,1595,1788 -"145155",40675,14612,3,1595,2340 -"145156",40675,15821,3,1595,2456 -"145157",40675,20563,3,1595,2267 -"145158",40675,27399,2,1595,1866 -"145159",40675,29311,1,1595,1849 -"145160",40675,36506,3,1595,2638 -"145161",40675,47384,3,1595,1639 -"145162",40675,47534,3,1595,2712 -"145163",40675,61125,3,1595,1673 -"145164",40675,79848,3,1595,1629 -"145165",40698,10871,3,1408,2314 -"145166",40698,11055,3,1408,2111 -"145167",40698,11143,3,1408,2623 -"145168",40698,11620,3,1408,2010 -"145169",40698,19751,3,1408,1630 -"145170",40698,21681,3,1408,2005 -"145171",40698,21706,3,1408,1988 -"145172",40698,24591,3,1408,2528 -"145173",40698,27104,3,1408,1608 -"145174",40698,27501,3,1408,1981 -"145175",40698,34057,3,1408,1657 -"145176",40698,36651,2,1408,1600 -"145177",40698,40137,3,1408,1718 -"145178",40698,45608,3,1408,2420 -"145179",40698,46532,3,1408,2005 -"145180",40698,52136,3,1408,1412 -"145181",40698,52345,3,1408,1430 -"145182",40698,57704,3,1408,2076 -"145183",40698,73305,3,1408,2544 -"145184",40698,73394,2,1408,1606 -"145185",40698,76356,3,1408,2323 -"145186",40698,78037,1,1408,1606 -"145187",40698,82730,3,1408,1492 -"145188",40703,1574,3,1608,1718 -"145189",40703,1702,3,1608,1984 -"145190",40703,3163,3,1608,2020 -"145191",40703,3306,3,1608,1989 -"145192",40703,3801,3,1608,1974 -"145193",40703,6602,3,1608,1631 -"145194",40703,7703,3,1608,2122 -"145195",40703,11329,3,1608,2799 -"145196",40703,14887,3,1608,2158 -"145197",40703,15729,3,1608,2338 -"145198",40703,20070,3,1608,1914 -"145199",40703,21682,3,1608,2414 -"145200",40703,24255,3,1608,2770 -"145201",40703,27501,3,1608,1981 -"145202",40703,28626,3,1608,2842 -"145203",40703,33380,3,1608,2340 -"145204",40703,37509,3,1608,1640 -"145205",40703,41402,3,1608,2313 -"145206",40703,43173,3,1608,2895 -"145207",40703,43385,3,1608,1623 -"145208",40703,71274,3,1608,2390 -"145209",40703,82270,3,1608,1641 -"145210",40703,83396,3,1608,2396 -"145211",40703,85525,2,1608,1718 -"145212",40707,1315,3,1547,2760 -"145213",40707,3139,3,1547,1656 -"145214",40707,13158,3,1547,2667 -"145215",40707,13324,2,1547,2163 -"145216",40707,13479,2,1547,2155 -"145217",40707,13801,3,1547,2041 -"145218",40707,13835,3,1547,1588 -"145219",40707,18891,3,1547,1596 -"145220",40707,21479,2,1547,2134 -"145221",40707,23312,3,1547,2449 -"145222",40707,23460,3,1547,2183 -"145223",40707,27427,2,1547,2325 -"145224",40707,30092,3,1547,1593 -"145225",40707,36637,3,1547,2085 -"145226",40707,61188,3,1547,2134 -"145227",40715,3403,3,2258,2951 -"145228",40715,3405,3,2258,2438 -"145229",40715,5897,3,2258,2337 -"145230",40715,9727,2,2258,2327 -"145231",40715,33363,3,2258,2475 -"145232",40731,364,3,54,2351 -"145233",40731,900,2,54,2726 -"145234",40731,2057,3,54,1965 -"145235",40731,5036,3,54,312 -"145236",40731,5317,3,54,2063 -"145237",40731,6821,3,54,1788 -"145238",40731,7615,3,54,1657 -"145239",40731,9241,3,54,2338 -"145240",40731,11029,2,54,2362 -"145241",40731,13068,3,54,1778 -"145242",40731,13537,3,54,1020 -"145243",40731,14287,3,54,1583 -"145244",40731,15879,3,54,419 -"145245",40731,16573,3,54,802 -"145246",40731,17217,2,54,318 -"145247",40731,18005,3,54,2449 -"145248",40731,20176,3,54,1050 -"145249",40731,23000,3,54,1815 -"145250",40731,25569,3,54,2317 -"145251",40731,26700,3,54,1663 -"145252",40731,28446,2,54,917 -"145253",40731,28905,3,54,430 -"145254",40731,30865,3,54,2038 -"145255",40731,30974,2,54,947 -"145256",40731,32457,3,54,2690 -"145257",40731,32778,3,54,2310 -"145258",40731,33665,3,54,787 -"145259",40731,33870,3,54,955 -"145260",40731,34997,3,54,591 -"145261",40731,36344,1,54,2570 -"145262",40731,37752,3,54,2223 -"145263",40731,38098,3,54,65 -"145264",40731,38676,3,54,2286 -"145265",40731,39249,3,54,1665 -"145266",40731,40492,3,54,1286 -"145267",40731,41250,3,54,1703 -"145268",40731,43207,2,54,635 -"145269",40731,43250,3,54,1300 -"145270",40731,44749,3,54,1303 -"145271",40731,47529,3,54,2914 -"145272",40731,49414,3,54,1667 -"145273",40731,50278,3,54,1127 -"145274",40731,50581,3,54,1258 -"145275",40731,57356,3,54,2476 -"145276",40731,59539,3,54,2429 -"145277",40731,63662,3,54,721 -"145278",40731,70403,2,54,542 -"145279",40731,81716,3,54,1199 -"145280",40731,82023,2,54,992 -"145281",40731,84447,2,54,1006 -"145282",40731,87269,3,54,847 -"145283",40731,88307,3,54,437 -"145284",40731,90236,3,54,1010 -"145285",40731,93026,2,54,704 -"145286",40731,94448,3,54,242 -"145287",40731,107303,3,54,217 -"145288",40731,108196,2,54,422 -"145289",40731,112456,3,54,175 -"145290",40731,113116,3,54,769 -"145291",40747,1780,3,958,1375 -"145292",40747,2057,3,958,1965 -"145293",40747,3271,3,958,2216 -"145294",40747,9332,3,958,2734 -"145295",40747,10457,3,958,1711 -"145296",40747,11588,3,958,2352 -"145297",40747,12067,3,958,1213 -"145298",40747,12177,3,958,1965 -"145299",40747,12249,2,958,1965 -"145300",40747,12361,3,958,2732 -"145301",40747,12397,3,958,1965 -"145302",40747,14589,3,958,1184 -"145303",40747,16750,3,958,1225 -"145304",40747,17973,3,958,2837 -"145305",40747,18005,3,958,2449 -"145306",40747,18672,3,958,1182 -"145307",40747,19433,3,958,2504 -"145308",40747,29116,3,958,2128 -"145309",40747,29818,2,958,1677 -"145310",40747,31216,2,958,1244 -"145311",40747,32202,3,958,2314 -"145312",40747,39062,3,958,2020 -"145313",40747,40393,3,958,1626 -"145314",40747,48015,3,958,1355 -"145315",40747,53687,3,958,2422 -"145316",40747,58745,2,958,1920 -"145317",40747,63077,3,958,2778 -"145318",40747,67062,3,958,1623 -"145319",40747,71219,2,958,967 -"145320",40747,79420,3,958,1061 -"145321",40747,80767,3,958,2452 -"145322",40756,3896,3,2329,2693 -"145323",40756,6055,3,2329,2651 -"145324",40756,9184,2,2329,2670 -"145325",40756,19248,3,2329,2357 -"145326",40756,36646,3,2329,2744 -"145327",40756,42216,3,2329,2722 -"145328",40756,51041,3,2329,2606 -"145329",40756,51866,3,2329,2411 -"145330",40756,63395,3,2329,2334 -"145331",40756,73305,3,2329,2544 -"145332",40760,101070,1,1915,2497 -"145333",40769,7785,3,493,2441 -"145334",40769,32651,3,493,877 -"145335",40769,35797,2,493,2482 -"145336",40769,38807,3,493,631 -"145337",40769,39589,3,493,1292 -"145338",40769,44074,3,493,1299 -"145339",40769,44341,3,493,1230 -"145340",40769,47375,3,493,2043 -"145341",40796,1203,3,540,1350 -"145342",40796,4430,3,540,2019 -"145343",40796,4551,3,540,2720 -"145344",40796,10481,1,540,740 -"145345",40796,10779,3,540,2881 -"145346",40796,11168,2,540,1223 -"145347",40796,11518,3,540,803 -"145348",40796,12518,3,540,2747 -"145349",40796,27030,3,540,2031 -"145350",40796,32429,3,540,601 -"145351",40796,33451,3,540,1957 -"145352",40796,35787,3,540,1132 -"145353",40796,36446,3,540,1175 -"145354",40796,36554,3,540,1649 -"145355",40796,38087,3,540,1083 -"145356",40796,46299,3,540,1132 -"145357",40796,47726,3,540,1272 -"145358",40796,51546,2,540,1369 -"145359",40796,52554,2,540,1683 -"145360",40796,56873,3,540,1421 -"145361",40796,70403,3,540,542 -"145362",40796,73205,3,540,1529 -"145363",40796,84447,2,540,1006 -"145364",40796,96073,3,540,568 -"145365",40796,113116,2,540,769 -"145366",40819,134,3,1556,2062 -"145367",40819,160,3,1556,2007 -"145368",40819,798,2,1556,2476 -"145369",40819,3564,2,1556,2717 -"145370",40819,5106,3,1556,2622 -"145371",40819,5599,3,1556,1684 -"145372",40819,10210,2,1556,1905 -"145373",40819,10980,3,1556,1974 -"145374",40819,26721,3,1556,2586 -"145375",40819,35477,3,1556,2703 -"145376",40819,35715,1,1556,2912 -"145377",40819,47968,2,1556,2829 -"145378",40819,55256,3,1556,2379 -"145379",40819,65856,3,1556,2504 -"145380",40819,72348,3,1556,1810 -"145381",40819,76971,3,1556,2145 -"145382",40819,80606,2,1556,2079 -"145383",40820,2111,3,900,1904 -"145384",40820,6588,2,900,2025 -"145385",40820,35402,3,900,2339 -"145386",40820,35673,3,900,1067 -"145387",40820,40028,3,900,1349 -"145388",40820,43673,3,900,2787 -"145389",40820,44641,3,900,1981 -"145390",40820,46629,3,900,2255 -"145391",40820,47440,2,900,2234 -"145392",40820,53303,3,900,1376 -"145393",40820,72326,3,900,2384 -"145394",40832,206,3,634,1986 -"145395",40832,671,2,634,2328 -"145396",40832,1036,3,634,1367 -"145397",40832,1092,3,634,1945 -"145398",40832,1469,3,634,1160 -"145399",40832,3171,3,634,700 -"145400",40832,3175,3,634,1938 -"145401",40832,3460,2,634,2530 -"145402",40832,3753,3,634,1255 -"145403",40832,3896,3,634,2693 -"145404",40832,4618,3,634,2607 -"145405",40832,4763,3,634,1960 -"145406",40832,4821,3,634,1938 -"145407",40832,5429,3,634,1991 -"145408",40832,6206,3,634,922 -"145409",40832,9893,3,634,2701 -"145410",40832,9950,3,634,920 -"145411",40832,10874,3,634,1891 -"145412",40832,10875,3,634,1234 -"145413",40832,11055,3,634,2111 -"145414",40832,11662,3,634,1139 -"145415",40832,12096,3,634,1330 -"145416",40832,13929,3,634,2693 -"145417",40832,13945,3,634,1324 -"145418",40832,14103,3,634,2204 -"145419",40832,14422,3,634,1548 -"145420",40832,15184,3,634,2396 -"145421",40832,15453,2,634,1688 -"145422",40832,16164,3,634,1184 -"145423",40832,19027,2,634,2721 -"145424",40832,20700,3,634,2861 -"145425",40832,20824,3,634,1366 -"145426",40832,22140,3,634,942 -"145427",40832,22311,3,634,2034 -"145428",40832,22964,3,634,1443 -"145429",40832,23652,3,634,803 -"145430",40832,24755,2,634,1319 -"145431",40832,25341,3,634,1858 -"145432",40832,26570,2,634,1669 -"145433",40832,30746,3,634,1209 -"145434",40832,31799,3,634,2547 -"145435",40832,32409,3,634,857 -"145436",40832,36646,3,634,2744 -"145437",40832,39865,3,634,849 -"145438",40832,41832,3,634,1155 -"145439",40832,42642,3,634,2257 -"145440",40832,44427,3,634,2875 -"145441",40832,44636,2,634,1026 -"145442",40832,50075,3,634,1026 -"145443",40832,51022,3,634,1499 -"145444",40832,51628,3,634,901 -"145445",40832,53031,3,634,2065 -"145446",40832,54676,2,634,1342 -"145447",40832,55691,3,634,2856 -"145448",40832,57977,3,634,2683 -"145449",40832,58035,3,634,1646 -"145450",40832,58489,3,634,1068 -"145451",40832,60516,3,634,2257 -"145452",40832,60689,3,634,859 -"145453",40832,62488,3,634,1418 -"145454",40832,63395,3,634,2334 -"145455",40832,65029,3,634,2954 -"145456",40832,69591,3,634,2294 -"145457",40832,79612,3,634,927 -"145458",40832,82767,3,634,1641 -"145459",40832,88966,3,634,1568 -"145460",40832,90886,3,634,1548 -"145461",40832,91908,3,634,918 -"145462",40832,93280,3,634,1053 -"145463",40832,93752,3,634,1368 -"145464",40832,94101,3,634,997 -"145465",40832,100532,3,634,859 -"145466",40850,388,3,1396,1594 -"145467",40850,2396,3,1396,1674 -"145468",40850,6071,2,1396,2310 -"145469",40850,8525,3,1396,1787 -"145470",40850,9716,3,1396,1929 -"145471",40850,14761,3,1396,2502 -"145472",40850,15075,2,1396,2252 -"145473",40850,15088,3,1396,2906 -"145474",40850,18954,3,1396,2364 -"145475",40850,40392,3,1396,1878 -"145476",40850,44464,3,1396,1619 -"145477",40850,49621,2,1396,1915 -"145478",40850,53537,3,1396,2428 -"145479",40850,53905,3,1396,2193 -"145480",40850,56737,1,1396,2270 -"145481",40850,79236,3,1396,1505 -"145482",40850,79822,3,1396,1508 -"145483",40850,81113,3,1396,1914 -"145484",40879,2684,3,2019,2874 -"145485",40879,3397,2,2019,2126 -"145486",40879,3409,2,2019,2167 -"145487",40879,3453,1,2019,2126 -"145488",40879,12778,2,2019,2045 -"145489",40879,16542,2,2019,2039 -"145490",40879,19380,2,2019,2637 -"145491",40879,23460,3,2019,2183 -"145492",40879,24753,2,2019,2860 -"145493",40879,28053,3,2019,2292 -"145494",40879,34216,3,2019,2832 -"145495",40879,35958,3,2019,2383 -"145496",40879,41664,3,2019,2641 -"145497",40879,83291,2,2019,2066 -"145498",40889,613,2,465,2687 -"145499",40889,669,1,465,1423 -"145500",40889,997,3,465,2788 -"145501",40889,2967,3,465,587 -"145502",40889,3242,3,465,1730 -"145503",40889,5078,3,465,2033 -"145504",40889,5839,3,465,2301 -"145505",40889,6241,1,465,2264 -"145506",40889,7861,3,465,1647 -"145507",40889,8419,3,465,1956 -"145508",40889,8621,3,465,1681 -"145509",40889,9362,3,465,2879 -"145510",40889,9702,3,465,1928 -"145511",40889,10726,3,465,841 -"145512",40889,10746,2,465,1506 -"145513",40889,10859,2,465,2231 -"145514",40889,12484,3,465,2344 -"145515",40889,12542,2,465,1888 -"145516",40889,12929,3,465,2656 -"145517",40889,13200,3,465,2488 -"145518",40889,13699,3,465,1355 -"145519",40889,15290,3,465,641 -"145520",40889,16881,1,465,925 -"145521",40889,17906,2,465,1940 -"145522",40889,17983,3,465,1931 -"145523",40889,19092,3,465,906 -"145524",40889,19183,3,465,1257 -"145525",40889,20563,3,465,2267 -"145526",40889,24405,1,465,1443 -"145527",40889,28892,3,465,2023 -"145528",40889,29456,3,465,1182 -"145529",40889,31898,3,465,1916 -"145530",40889,32163,2,465,859 -"145531",40889,33991,3,465,2249 -"145532",40889,35069,2,465,2069 -"145533",40889,35360,2,465,2043 -"145534",40889,35888,3,465,2291 -"145535",40889,37915,3,465,1905 -"145536",40889,39069,3,465,1802 -"145537",40889,39278,2,465,1952 -"145538",40889,40913,3,465,1800 -"145539",40889,42216,3,465,2722 -"145540",40889,42642,3,465,2257 -"145541",40889,42925,3,465,1358 -"145542",40889,47362,3,465,2253 -"145543",40889,49265,3,465,2686 -"145544",40889,49560,3,465,1679 -"145545",40889,51035,3,465,2397 -"145546",40889,53342,3,465,2071 -"145547",40889,55256,3,465,2379 -"145548",40889,57380,3,465,2362 -"145549",40889,57405,3,465,2344 -"145550",40889,62832,2,465,2606 -"145551",40889,64502,3,465,1670 -"145552",40889,68550,3,465,1820 -"145553",40889,68939,3,465,1051 -"145554",40889,69591,3,465,2294 -"145555",40889,72147,1,465,1075 -"145556",40889,81014,1,465,1925 -"145557",40889,84799,3,465,2656 -"145558",40889,84942,3,465,1467 -"145559",40889,85736,3,465,1601 -"145560",40889,86107,3,465,1960 -"145561",40889,89965,3,465,810 -"145562",40889,93102,2,465,1174 -"145563",40889,93481,3,465,2311 -"145564",40889,109510,3,465,621 -"145565",40893,2852,3,1116,2448 -"145566",40893,3068,3,1116,1815 -"145567",40893,3164,3,1116,2693 -"145568",40893,3306,3,1116,1989 -"145569",40893,4623,3,1116,1176 -"145570",40893,5258,3,1116,2730 -"145571",40893,5315,1,1116,2631 -"145572",40893,6047,3,1116,2004 -"145573",40893,7245,3,1116,2089 -"145574",40893,8367,3,1116,1927 -"145575",40893,9928,3,1116,2345 -"145576",40893,10222,3,1116,2212 -"145577",40893,10358,3,1116,2294 -"145578",40893,10382,3,1116,2111 -"145579",40893,11103,3,1116,2393 -"145580",40893,11477,3,1116,2724 -"145581",40893,11540,3,1116,1237 -"145582",40893,11966,3,1116,2385 -"145583",40893,11976,3,1116,1727 -"145584",40893,13109,1,1116,1374 -"145585",40893,13158,3,1116,2667 -"145586",40893,13573,3,1116,2774 -"145587",40893,13780,3,1116,2412 -"145588",40893,14032,3,1116,2144 -"145589",40893,14072,3,1116,1346 -"145590",40893,14080,3,1116,1351 -"145591",40893,14354,3,1116,1659 -"145592",40893,14943,3,1116,1942 -"145593",40893,15207,3,1116,1855 -"145594",40893,15632,3,1116,1242 -"145595",40893,15808,3,1116,1521 -"145596",40893,15872,3,1116,1551 -"145597",40893,16608,3,1116,1769 -"145598",40893,18415,3,1116,2184 -"145599",40893,18543,3,1116,2968 -"145600",40893,19453,3,1116,1928 -"145601",40893,19593,3,1116,2013 -"145602",40893,19637,3,1116,1229 -"145603",40893,19858,3,1116,2357 -"145604",40893,19892,2,1116,1212 -"145605",40893,20067,3,1116,2390 -"145606",40893,20284,3,1116,2530 -"145607",40893,20355,3,1116,2111 -"145608",40893,21207,3,1116,1258 -"145609",40893,21401,3,1116,1440 -"145610",40893,21566,3,1116,1234 -"145611",40893,22374,1,1116,1226 -"145612",40893,23132,3,1116,2756 -"145613",40893,23179,3,1116,1675 -"145614",40893,23310,3,1116,2371 -"145615",40893,24512,3,1116,1369 -"145616",40893,26567,3,1116,1158 -"145617",40893,27484,3,1116,1634 -"145618",40893,28168,3,1116,2702 -"145619",40893,29095,3,1116,2531 -"145620",40893,29930,3,1116,2240 -"145621",40893,31003,2,1116,1859 -"145622",40893,32567,3,1116,2784 -"145623",40893,33834,3,1116,1606 -"145624",40893,34158,2,1116,2639 -"145625",40893,34648,2,1116,1596 -"145626",40893,35361,3,1116,2389 -"145627",40893,35529,3,1116,1620 -"145628",40893,35772,3,1116,1440 -"145629",40893,36007,2,1116,2089 -"145630",40893,36441,3,1116,2796 -"145631",40893,36574,3,1116,2934 -"145632",40893,37108,3,1116,1202 -"145633",40893,38219,3,1116,1689 -"145634",40893,38467,3,1116,1259 -"145635",40893,38908,3,1116,1787 -"145636",40893,40293,3,1116,1671 -"145637",40893,40487,2,1116,2512 -"145638",40893,41278,3,1116,1873 -"145639",40893,41581,3,1116,1692 -"145640",40893,41832,3,1116,1155 -"145641",40893,41955,3,1116,2479 -"145642",40893,42799,3,1116,2729 -"145643",40893,44161,3,1116,1156 -"145644",40893,45903,1,1116,2237 -"145645",40893,46283,2,1116,1184 -"145646",40893,46635,3,1116,2528 -"145647",40893,48127,1,1116,2677 -"145648",40893,48602,2,1116,1704 -"145649",40893,49144,3,1116,1542 -"145650",40893,50607,3,1116,1333 -"145651",40893,50977,2,1116,2352 -"145652",40893,51157,3,1116,2319 -"145653",40893,51319,3,1116,2488 -"145654",40893,53134,3,1116,1590 -"145655",40893,53779,3,1116,2000 -"145656",40893,54250,3,1116,2340 -"145657",40893,55084,3,1116,1189 -"145658",40893,56903,2,1116,1584 -"145659",40893,57714,2,1116,1391 -"145660",40893,62148,3,1116,1566 -"145661",40893,62488,3,1116,1418 -"145662",40893,64502,2,1116,1670 -"145663",40893,65322,3,1116,2008 -"145664",40893,67690,3,1116,1902 -"145665",40893,67957,3,1116,2823 -"145666",40893,68024,3,1116,1531 -"145667",40893,74818,3,1116,1440 -"145668",40893,77001,2,1116,1440 -"145669",40893,80996,3,1116,1501 -"145670",40893,81095,2,1116,1609 -"145671",40893,82426,3,1116,1576 -"145672",40893,83526,2,1116,1235 -"145673",40893,85356,2,1116,1492 -"145674",40893,91901,3,1116,1236 -"145675",40893,92381,2,1116,1237 -"145676",40893,96132,3,1116,1489 -"145677",40893,96553,3,1116,1887 -"145678",40893,111165,3,1116,1256 -"145679",40898,65578,3,242,854 -"145680",40910,455,3,2469,2827 -"145681",40910,841,3,2469,2964 -"145682",40910,24255,3,2469,2770 -"145683",40910,47534,3,2469,2712 -"145684",40910,60879,3,2469,2792 -"145685",40910,65016,3,2469,2749 -"145686",40913,4696,3,1800,2656 -"145687",40913,6241,3,1800,2264 -"145688",40913,9702,3,1800,1928 -"145689",40913,10859,2,1800,2231 -"145690",40913,12484,3,1800,2344 -"145691",40913,12542,3,1800,1888 -"145692",40913,15905,3,1800,2064 -"145693",40913,20311,3,1800,1981 -"145694",40913,35069,3,1800,2069 -"145695",40913,35888,2,1800,2291 -"145696",40913,39278,3,1800,1952 -"145697",40913,51017,3,1800,2073 -"145698",40913,51035,2,1800,2397 -"145699",40913,57380,3,1800,2362 -"145700",40913,62832,3,1800,2606 -"145701",40913,84799,2,1800,2656 -"145702",40923,446,2,989,1910 -"145703",40923,1046,3,989,1881 -"145704",40923,7245,3,989,2089 -"145705",40923,7795,3,989,2789 -"145706",40923,8533,3,989,2251 -"145707",40923,15583,3,989,1144 -"145708",40923,16482,3,989,1958 -"145709",40923,19528,3,989,2742 -"145710",40923,19605,3,989,2395 -"145711",40923,20321,2,989,1596 -"145712",40923,23534,3,989,1659 -"145713",40923,23725,3,989,2378 -"145714",40923,24756,3,989,2530 -"145715",40923,31856,3,989,2630 -"145716",40923,37934,3,989,1595 -"145717",40923,47947,3,989,2681 -"145718",40923,48698,3,989,1474 -"145719",40923,57977,3,989,2683 -"145720",40923,63442,3,989,1965 -"145721",40931,2684,3,2301,2874 -"145722",40931,3628,3,2301,2707 -"145723",40931,3978,3,2301,2775 -"145724",40931,8762,3,2301,2585 -"145725",40931,11351,3,2301,2971 -"145726",40931,12356,3,2301,2757 -"145727",40931,14652,3,2301,2516 -"145728",40931,18543,3,2301,2968 -"145729",40931,18563,3,2301,2715 -"145730",40931,22141,3,2301,2348 -"145731",40931,26218,3,2301,2460 -"145732",40931,29449,2,2301,2916 -"145733",40931,36609,3,2301,2918 -"145734",40931,43173,2,2301,2895 -"145735",40931,43226,3,2301,2442 -"145736",40931,45618,3,2301,2356 -"145737",40931,56082,3,2301,2395 -"145738",40931,56893,3,2301,2597 -"145739",40931,60661,3,2301,2700 -"145740",40937,24923,2,2639,2785 -"145741",40937,102824,2,2639,2944 -"145742",40954,18543,3,2603,2968 -"145743",40954,44427,3,2603,2875 -"145744",40954,45729,3,2603,2606 -"145745",40988,65805,2,2793,2902 -"145746",41000,13290,3,2011,2824 -"145747",41000,34908,3,2011,2796 -"145748",41001,2523,3,168,1691 -"145749",41001,8770,3,168,634 -"145750",41001,16573,2,168,802 -"145751",41001,17645,3,168,1918 -"145752",41001,24512,3,168,1369 -"145753",41001,24568,3,168,1937 -"145754",41001,28380,3,168,473 -"145755",41001,41969,3,168,2189 -"145756",41001,46726,3,168,943 -"145757",41001,48888,3,168,1177 -"145758",41001,57492,3,168,2855 -"145759",41001,62668,3,168,958 -"145760",41001,63409,3,168,1937 -"145761",41004,46602,3,2561,2786 -"145762",41004,68888,2,2561,2786 -"145763",41014,3164,2,1152,2693 -"145764",41014,4567,3,1152,2348 -"145765",41014,6030,3,1152,2953 -"145766",41014,8712,3,1152,1153 -"145767",41014,11966,3,1152,2385 -"145768",41014,15607,3,1152,1421 -"145769",41014,19072,3,1152,2358 -"145770",41014,20284,3,1152,2530 -"145771",41014,20292,3,1152,2755 -"145772",41014,21571,3,1152,2755 -"145773",41014,22543,2,1152,1594 -"145774",41014,22566,3,1152,2308 -"145775",41014,23179,2,1152,1675 -"145776",41014,24512,3,1152,1369 -"145777",41014,28050,3,1152,1955 -"145778",41014,28168,3,1152,2702 -"145779",41014,29050,3,1152,1196 -"145780",41014,30095,3,1152,1578 -"145781",41014,33572,3,1152,2370 -"145782",41014,38463,2,1152,1675 -"145783",41014,57714,3,1152,1391 -"145784",41014,69250,3,1152,1439 -"145785",41014,94500,3,1152,1529 -"145786",41021,145,3,978,1998 -"145787",41021,160,3,978,2007 -"145788",41021,457,3,978,1704 -"145789",41021,499,3,978,1931 -"145790",41021,600,3,978,1702 -"145791",41021,4723,3,978,1314 -"145792",41021,5615,3,978,1105 -"145793",41021,6821,3,978,1788 -"145794",41021,8192,3,978,1670 -"145795",41021,8376,3,978,1670 -"145796",41021,9175,3,978,2639 -"145797",41021,9331,3,978,2269 -"145798",41021,9423,3,978,1708 -"145799",41021,12081,3,978,2166 -"145800",41021,14918,3,978,2071 -"145801",41021,17351,2,978,2036 -"145802",41021,17549,3,978,2647 -"145803",41021,17632,3,978,1947 -"145804",41021,17938,3,978,1410 -"145805",41021,18108,2,978,1656 -"145806",41021,18670,3,978,1835 -"145807",41021,20494,3,978,1075 -"145808",41021,21079,3,978,1997 -"145809",41021,23918,3,978,1881 -"145810",41021,24558,2,978,2139 -"145811",41021,26671,3,978,2279 -"145812",41021,27377,3,978,1724 -"145813",41021,27642,3,978,1531 -"145814",41021,33356,3,978,1586 -"145815",41021,38755,3,978,2902 -"145816",41021,39748,3,978,1566 -"145817",41021,41900,3,978,1970 -"145818",41021,41945,3,978,2856 -"145819",41021,43025,3,978,2824 -"145820",41021,44688,3,978,2924 -"145821",41021,44763,2,978,1324 -"145822",41021,44773,3,978,1355 -"145823",41021,46042,2,978,1692 -"145824",41021,50134,3,978,2674 -"145825",41021,54631,3,978,1531 -"145826",41021,64181,3,978,1828 -"145827",41021,80979,3,978,1142 -"145828",41021,107318,3,978,1963 -"145829",41023,680,3,2408,2569 -"145830",41023,2224,3,2408,2751 -"145831",41023,2747,3,2408,2411 -"145832",41023,2852,1,2408,2448 -"145833",41023,4361,3,2408,2571 -"145834",41023,4612,3,2408,2804 -"145835",41023,5120,3,2408,2735 -"145836",41023,7785,3,2408,2441 -"145837",41023,7942,2,2408,2623 -"145838",41023,11648,3,2408,2852 -"145839",41023,14754,3,2408,2456 -"145840",41023,15826,3,2408,2772 -"145841",41023,16176,2,2408,2703 -"145842",41023,16286,3,2408,2470 -"145843",41023,17033,3,2408,2771 -"145844",41023,21734,3,2408,2528 -"145845",41023,25480,3,2408,2747 -"145846",41023,27312,3,2408,2469 -"145847",41023,27742,2,2408,2700 -"145848",41023,27914,3,2408,2507 -"145849",41023,29473,3,2408,2602 -"145850",41023,34216,3,2408,2832 -"145851",41023,39534,3,2408,2410 -"145852",41023,40572,3,2408,2666 -"145853",41023,44235,3,2408,2700 -"145854",41023,45869,3,2408,2840 -"145855",41023,50134,3,2408,2674 -"145856",41023,51866,3,2408,2411 -"145857",41023,57067,3,2408,2547 -"145858",41023,58655,3,2408,2685 -"145859",41023,63837,3,2408,2807 -"145860",41023,64967,3,2408,2872 -"145861",41023,67815,3,2408,2476 -"145862",41023,76132,2,2408,2426 -"145863",41023,88212,3,2408,2547 -"145864",41023,104565,3,2408,2693 -"145865",41023,111375,3,2408,2686 -"145866",41033,701,2,1839,2718 -"145867",41033,6363,2,1839,2066 -"145868",41033,6740,3,1839,2699 -"145869",41033,19248,3,1839,2357 -"145870",41033,21929,3,1839,2062 -"145871",41033,24256,3,1839,2393 -"145872",41033,25198,3,1839,1982 -"145873",41033,25985,3,1839,2071 -"145874",41033,27173,3,1839,2050 -"145875",41033,29930,3,1839,2240 -"145876",41033,31705,3,1839,2706 -"145877",41033,32965,3,1839,2071 -"145878",41033,33672,3,1839,2396 -"145879",41033,37285,3,1839,2428 -"145880",41033,39535,2,1839,2428 -"145881",41033,47098,3,1839,2057 -"145882",41033,50785,3,1839,2877 -"145883",41033,51041,3,1839,2606 -"145884",41033,99860,3,1839,2071 -"145885",41051,50635,3,2767,2962 -"145886",41051,61513,3,2767,2948 -"145887",41064,669,3,1201,1423 -"145888",41064,2484,3,1201,2389 -"145889",41064,4953,3,1201,2285 -"145890",41064,6241,3,1201,2264 -"145891",41064,9751,3,1201,1397 -"145892",41064,16587,3,1201,2065 -"145893",41064,17520,3,1201,2276 -"145894",41064,18554,3,1201,2065 -"145895",41064,21029,2,1201,1943 -"145896",41064,23806,3,1201,1671 -"145897",41064,34945,3,1201,1298 -"145898",41064,35069,3,1201,2069 -"145899",41064,37873,3,1201,1288 -"145900",41064,38921,3,1201,1880 -"145901",41064,39278,2,1201,1952 -"145902",41064,42264,3,1201,1702 -"145903",41064,44676,3,1201,2629 -"145904",41064,47362,2,1201,2253 -"145905",41064,49581,3,1201,1817 -"145906",41064,50252,3,1201,2001 -"145907",41064,51157,2,1201,2319 -"145908",41064,51243,3,1201,1389 -"145909",41064,52566,1,1201,2318 -"145910",41064,57691,2,1201,1232 -"145911",41064,62148,3,1201,1566 -"145912",41064,63442,3,1201,1965 -"145913",41064,64219,3,1201,2705 -"145914",41064,77424,3,1201,1489 -"145915",41070,364,2,263,2351 -"145916",41070,9787,3,263,2858 -"145917",41070,15880,3,263,878 -"145918",41070,19655,3,263,2706 -"145919",41070,21383,2,263,971 -"145920",41070,21487,3,263,2203 -"145921",41070,21593,3,263,1312 -"145922",41070,25722,3,263,1697 -"145923",41070,26286,3,263,2023 -"145924",41070,31335,3,263,2351 -"145925",41070,32939,3,263,2277 -"145926",41070,42256,3,263,2839 -"145927",41070,45096,3,263,766 -"145928",41070,45729,3,263,2606 -"145929",41070,57804,3,263,2214 -"145930",41070,64156,3,263,675 -"145931",41070,69037,3,263,849 -"145932",41070,78138,3,263,1601 -"145933",41070,101453,2,263,454 -"145934",41075,55,3,1176,2524 -"145935",41075,1256,3,1176,1212 -"145936",41075,1393,2,1176,1706 -"145937",41075,3158,3,1176,2762 -"145938",41075,3506,2,1176,2364 -"145939",41075,4403,3,1176,2416 -"145940",41075,6040,3,1176,2103 -"145941",41075,6621,3,1176,2478 -"145942",41075,7123,1,1176,1964 -"145943",41075,9088,3,1176,1881 -"145944",41075,9269,2,1176,1892 -"145945",41075,9895,3,1176,1960 -"145946",41075,10610,2,1176,1427 -"145947",41075,15244,3,1176,1600 -"145948",41075,16347,3,1176,1868 -"145949",41075,16757,3,1176,1755 -"145950",41075,16866,3,1176,2718 -"145951",41075,17925,2,1176,2385 -"145952",41075,20695,3,1176,2526 -"145953",41075,21872,3,1176,2458 -"145954",41075,22389,3,1176,2034 -"145955",41075,26740,3,1176,2695 -"145956",41075,31990,3,1176,2264 -"145957",41075,32629,3,1176,1789 -"145958",41075,32724,3,1176,2581 -"145959",41075,34331,3,1176,1727 -"145960",41075,37801,3,1176,2578 -"145961",41075,41350,3,1176,1935 -"145962",41075,44312,3,1176,2741 -"145963",41075,44744,2,1176,2032 -"145964",41075,45449,2,1176,1610 -"145965",41075,45450,3,1176,1590 -"145966",41075,48931,2,1176,2444 -"145967",41075,53445,3,1176,2028 -"145968",41075,54953,3,1176,2223 -"145969",41075,56364,3,1176,1626 -"145970",41075,57804,3,1176,2214 -"145971",41075,64712,3,1176,1411 -"145972",41075,66017,3,1176,1545 -"145973",41075,78611,3,1176,1586 -"145974",41075,80801,3,1176,1250 -"145975",41075,84581,3,1176,1241 -"145976",41075,84591,3,1176,1685 -"145977",41075,92469,2,1176,1232 -"145978",41075,96387,1,1176,2159 -"145979",41075,98436,3,1176,1212 -"145980",41075,100084,3,1176,1964 -"145981",41075,101666,3,1176,1257 -"145982",41075,102581,2,1176,1813 -"145983",41077,140,3,864,2267 -"145984",41077,900,3,864,2726 -"145985",41077,2351,3,864,1868 -"145986",41077,2452,3,864,1715 -"145987",41077,3477,3,864,2546 -"145988",41077,3663,3,864,1232 -"145989",41077,5317,3,864,2063 -"145990",41077,5897,3,864,2337 -"145991",41077,9504,3,864,2549 -"145992",41077,11990,2,864,1909 -"145993",41077,13068,3,864,1778 -"145994",41077,14425,3,864,1036 -"145995",41077,16152,2,864,879 -"145996",41077,16437,3,864,1956 -"145997",41077,16776,3,864,1565 -"145998",41077,19934,3,864,2888 -"145999",41077,22462,3,864,869 -"146000",41077,27742,3,864,2700 -"146001",41077,27914,3,864,2507 -"146002",41077,28051,3,864,2089 -"146003",41077,28869,3,864,2425 -"146004",41077,28893,3,864,2764 -"146005",41077,28904,2,864,926 -"146006",41077,30525,3,864,1964 -"146007",41077,30865,3,864,2038 -"146008",41077,31317,3,864,1362 -"146009",41077,31652,3,864,2047 -"146010",41077,31753,1,864,1514 -"146011",41077,32395,3,864,2735 -"146012",41077,33451,2,864,1957 -"146013",41077,34491,3,864,2694 -"146014",41077,35573,3,864,2084 -"146015",41077,37060,3,864,2840 -"146016",41077,38676,3,864,2286 -"146017",41077,46570,3,864,1707 -"146018",41077,49201,3,864,936 -"146019",41077,52041,3,864,2694 -"146020",41077,54204,3,864,1449 -"146021",41077,54775,3,864,2383 -"146022",41077,56873,3,864,1421 -"146023",41077,79432,3,864,1708 -"146024",41077,85396,3,864,1131 -"146025",41085,512,3,637,1596 -"146026",41085,671,3,637,2328 -"146027",41085,913,3,637,2144 -"146028",41085,1090,3,637,2370 -"146029",41085,1592,2,637,2006 -"146030",41085,1691,2,637,1941 -"146031",41085,1985,3,637,888 -"146032",41085,2011,3,637,2176 -"146033",41085,2208,3,637,2814 -"146034",41085,2754,3,637,1360 -"146035",41085,3088,3,637,1670 -"146036",41085,3144,3,637,869 -"146037",41085,4317,3,637,1224 -"146038",41085,5018,1,637,640 -"146039",41085,5258,2,637,2730 -"146040",41085,6252,3,637,2336 -"146041",41085,6390,2,637,2385 -"146042",41085,7672,3,637,1974 -"146043",41085,8011,3,637,889 -"146044",41085,8657,3,637,2473 -"146045",41085,8762,3,637,2585 -"146046",41085,9511,3,637,1232 -"146047",41085,9805,3,637,1621 -"146048",41085,12096,3,637,1330 -"146049",41085,12199,3,637,1651 -"146050",41085,13248,3,637,1385 -"146051",41085,13837,3,637,1604 -"146052",41085,13945,2,637,1324 -"146053",41085,14108,2,637,2012 -"146054",41085,14676,3,637,2764 -"146055",41085,14731,3,637,2012 -"146056",41085,14983,3,637,1047 -"146057",41085,15962,3,637,660 -"146058",41085,17434,2,637,1642 -"146059",41085,18502,2,637,1033 -"146060",41085,18543,1,637,2968 -"146061",41085,19332,3,637,1214 -"146062",41085,19718,3,637,1702 -"146063",41085,20067,3,637,2390 -"146064",41085,20407,3,637,2339 -"146065",41085,21133,3,637,1320 -"146066",41085,23869,3,637,1918 -"146067",41085,24198,3,637,2217 -"146068",41085,24755,3,637,1319 -"146069",41085,25565,3,637,2764 -"146070",41085,26106,3,637,2015 -"146071",41085,26570,3,637,1669 -"146072",41085,27275,3,637,2656 -"146073",41085,27792,3,637,1308 -"146074",41085,28592,2,637,2320 -"146075",41085,28808,3,637,1063 -"146076",41085,29170,3,637,1846 -"146077",41085,29224,3,637,2011 -"146078",41085,29948,3,637,2795 -"146079",41085,30915,3,637,1207 -"146080",41085,31001,3,637,2119 -"146081",41085,31235,3,637,2668 -"146082",41085,33621,3,637,1319 -"146083",41085,33622,3,637,2230 -"146084",41085,34945,2,637,1298 -"146085",41085,36439,2,637,2469 -"146086",41085,37509,3,637,1640 -"146087",41085,38213,3,637,1744 -"146088",41085,38259,3,637,2258 -"146089",41085,40954,2,637,2603 -"146090",41085,43173,3,637,2895 -"146091",41085,43226,3,637,2442 -"146092",41085,44427,1,637,2875 -"146093",41085,46621,2,637,1343 -"146094",41085,47064,3,637,1993 -"146095",41085,47248,3,637,2883 -"146096",41085,47407,2,637,832 -"146097",41085,47435,3,637,878 -"146098",41085,47585,2,637,794 -"146099",41085,49301,3,637,1894 -"146100",41085,49620,3,637,1868 -"146101",41085,50235,2,637,726 -"146102",41085,51572,3,637,912 -"146103",41085,52136,3,637,1412 -"146104",41085,52323,3,637,2148 -"146105",41085,52327,3,637,1472 -"146106",41085,52735,3,637,1124 -"146107",41085,55156,3,637,2196 -"146108",41085,56910,3,637,2705 -"146109",41085,57990,2,637,978 -"146110",41085,58133,3,637,1484 -"146111",41085,58284,3,637,2292 -"146112",41085,60116,3,637,2668 -"146113",41085,61689,3,637,1309 -"146114",41085,61785,2,637,822 -"146115",41085,62062,2,637,860 -"146116",41085,62602,3,637,1172 -"146117",41085,64181,3,637,1828 -"146118",41085,71274,3,637,2390 -"146119",41085,74636,3,637,2525 -"146120",41085,75025,2,637,717 -"146121",41085,76127,3,637,910 -"146122",41085,76192,3,637,912 -"146123",41085,78256,3,637,804 -"146124",41085,78563,3,637,2385 -"146125",41085,79364,3,637,834 -"146126",41085,79612,3,637,927 -"146127",41085,79657,3,637,1260 -"146128",41085,82401,2,637,1210 -"146129",41085,84612,3,637,2175 -"146130",41085,88232,2,637,2881 -"146131",41085,88966,3,637,1568 -"146132",41085,89880,3,637,1938 -"146133",41085,92491,3,637,1968 -"146134",41085,93398,3,637,828 -"146135",41085,94125,3,637,2280 -"146136",41085,97674,3,637,1912 -"146137",41085,97824,2,637,1229 -"146138",41085,100215,2,637,2436 -"146139",41085,101967,1,637,691 -"146140",41085,109415,3,637,1328 -"146141",41088,1315,3,1135,2760 -"146142",41088,18779,2,1135,1267 -"146143",41088,27897,3,1135,1968 -"146144",41088,34504,3,1135,2310 -"146145",41088,49048,3,1135,1656 -"146146",41098,2443,2,1857,2333 -"146147",41098,6062,3,1857,2681 -"146148",41098,12116,2,1857,2119 -"146149",41098,13340,3,1857,1918 -"146150",41098,14470,2,1857,2632 -"146151",41098,14669,3,1857,2080 -"146152",41098,15782,3,1857,2306 -"146153",41098,22410,1,1857,2158 -"146154",41098,23498,1,1857,2398 -"146155",41098,23560,1,1857,2051 -"146156",41098,24497,3,1857,1979 -"146157",41098,31264,2,1857,2335 -"146158",41098,36840,3,1857,2269 -"146159",41098,42407,3,1857,2408 -"146160",41098,45499,2,1857,2346 -"146161",41098,48501,2,1857,2010 -"146162",41098,57205,3,1857,2948 -"146163",41098,61398,3,1857,2563 -"146164",41098,68286,2,1857,2442 -"146165",41098,78277,3,1857,1937 -"146166",41108,360,3,1624,1671 -"146167",41108,913,3,1624,2144 -"146168",41108,1147,3,1624,1999 -"146169",41108,2972,3,1624,1708 -"146170",41108,5064,3,1624,1690 -"146171",41108,8274,2,1624,1909 -"146172",41108,8327,3,1624,2527 -"146173",41108,12388,3,1624,1975 -"146174",41108,12432,3,1624,1816 -"146175",41108,12449,3,1624,2067 -"146176",41108,12692,3,1624,1855 -"146177",41108,13388,3,1624,2119 -"146178",41108,14353,3,1624,2878 -"146179",41108,15207,3,1624,1855 -"146180",41108,15444,3,1624,2764 -"146181",41108,16896,3,1624,2223 -"146182",41108,17027,2,1624,2772 -"146183",41108,18394,3,1624,2356 -"146184",41108,19593,3,1624,2013 -"146185",41108,20067,3,1624,2390 -"146186",41108,21693,3,1624,2176 -"146187",41108,22326,3,1624,2818 -"146188",41108,22362,3,1624,1836 -"146189",41108,22403,2,1624,1630 -"146190",41108,22885,3,1624,1702 -"146191",41108,24066,2,1624,1755 -"146192",41108,25305,3,1624,2447 -"146193",41108,36441,3,1624,2796 -"146194",41108,38973,3,1624,1999 -"146195",41108,42799,3,1624,2729 -"146196",41108,46635,3,1624,2528 -"146197",41108,48274,3,1624,1979 -"146198",41108,51157,3,1624,2319 -"146199",41108,52261,3,1624,2162 -"146200",41108,57760,1,1624,1721 -"146201",41108,76356,1,1624,2323 -"146202",41108,81478,3,1624,1640 -"146203",41108,91579,2,1624,2510 -"146204",41118,4121,3,1091,1304 -"146205",41118,18891,3,1091,1596 -"146206",41118,27001,3,1091,1761 -"146207",41118,30798,3,1091,1398 -"146208",41118,46506,2,1091,2464 -"146209",41118,70555,2,1091,1229 -"146210",41118,84254,2,1091,2548 -"146211",41141,1057,3,2159,2759 -"146212",41174,307,3,850,2530 -"146213",41174,1124,3,850,1596 -"146214",41174,1386,3,850,1901 -"146215",41174,2269,3,850,984 -"146216",41174,2424,3,850,2582 -"146217",41174,2572,3,850,2273 -"146218",41174,3011,3,850,2278 -"146219",41174,3040,3,850,1446 -"146220",41174,4226,3,850,1903 -"146221",41174,4317,3,850,1224 -"146222",41174,4701,2,850,2401 -"146223",41174,4790,2,850,1025 -"146224",41174,4791,2,850,1184 -"146225",41174,7555,3,850,1943 -"146226",41174,8286,3,850,886 -"146227",41174,10148,3,850,2964 -"146228",41174,11456,3,850,2715 -"146229",41174,11620,3,850,2010 -"146230",41174,12374,3,850,2260 -"146231",41174,12728,3,850,2374 -"146232",41174,12863,3,850,2027 -"146233",41174,14709,3,850,1901 -"146234",41174,15005,2,850,1415 -"146235",41174,15343,3,850,2125 -"146236",41174,15539,3,850,1929 -"146237",41174,16313,3,850,1160 -"146238",41174,17852,3,850,2840 -"146239",41174,18393,2,850,860 -"146240",41174,18707,3,850,1143 -"146241",41174,19719,3,850,2177 -"146242",41174,20287,3,850,1099 -"146243",41174,20311,2,850,1981 -"146244",41174,21122,3,850,1701 -"146245",41174,21197,3,850,1437 -"146246",41174,21198,2,850,935 -"146247",41174,21285,3,850,2100 -"146248",41174,21417,3,850,2422 -"146249",41174,21795,3,850,2653 -"146250",41174,22006,3,850,1202 -"146251",41174,22050,3,850,966 -"146252",41174,22282,3,850,1418 -"146253",41174,22331,3,850,2687 -"146254",41174,22455,3,850,1197 -"146255",41174,23450,3,850,967 -"146256",41174,23508,2,850,1907 -"146257",41174,23509,3,850,2275 -"146258",41174,24005,3,850,1188 -"146259",41174,24286,3,850,1280 -"146260",41174,24608,3,850,1630 -"146261",41174,24755,3,850,1319 -"146262",41174,26451,2,850,2133 -"146263",41174,26749,3,850,2965 -"146264",41174,26865,3,850,2726 -"146265",41174,27175,3,850,1447 -"146266",41174,27390,3,850,2425 -"146267",41174,27792,3,850,1308 -"146268",41174,27849,1,850,1316 -"146269",41174,29929,3,850,2789 -"146270",41174,31530,3,850,1661 -"146271",41174,31691,3,850,1657 -"146272",41174,32601,3,850,1033 -"146273",41174,33356,3,850,1586 -"146274",41174,33433,3,850,2805 -"146275",41174,33801,3,850,2899 -"146276",41174,34327,3,850,2959 -"146277",41174,34836,3,850,2302 -"146278",41174,35095,3,850,1502 -"146279",41174,36714,3,850,2209 -"146280",41174,37333,3,850,1612 -"146281",41174,38019,3,850,1870 -"146282",41174,40072,3,850,1182 -"146283",41174,42618,2,850,2316 -"146284",41174,43051,1,850,904 -"146285",41174,43385,3,850,1623 -"146286",41174,44306,3,850,1036 -"146287",41174,44636,3,850,1026 -"146288",41174,45927,3,850,1542 -"146289",41174,47726,3,850,1272 -"146290",41174,48260,3,850,875 -"146291",41174,48414,3,850,1749 -"146292",41174,50075,3,850,1026 -"146293",41174,51810,2,850,1401 -"146294",41174,52058,3,850,1836 -"146295",41174,52576,3,850,2234 -"146296",41174,54879,3,850,2210 -"146297",41174,55468,1,850,2511 -"146298",41174,57405,3,850,2344 -"146299",41174,57950,3,850,1529 -"146300",41174,58133,3,850,1484 -"146301",41174,58218,3,850,2627 -"146302",41174,58508,3,850,2326 -"146303",41174,58652,3,850,1437 -"146304",41174,59939,3,850,936 -"146305",41174,62488,3,850,1418 -"146306",41174,62903,3,850,1704 -"146307",41174,64181,3,850,1828 -"146308",41174,66860,2,850,1548 -"146309",41174,70603,3,850,1002 -"146310",41174,71342,3,850,1289 -"146311",41174,72207,3,850,2430 -"146312",41174,72956,3,850,1251 -"146313",41174,75948,2,850,1006 -"146314",41174,77305,3,850,965 -"146315",41174,78270,3,850,1171 -"146316",41174,78932,3,850,981 -"146317",41174,79322,3,850,2770 -"146318",41174,81588,3,850,1568 -"146319",41174,82426,3,850,1576 -"146320",41174,82949,3,850,2077 -"146321",41174,83096,3,850,1061 -"146322",41174,89097,3,850,935 -"146323",41174,90573,2,850,878 -"146324",41174,98781,3,850,1410 -"146325",41174,103721,3,850,1030 -"146326",41180,5673,3,1556,1567 -"146327",41180,11135,3,1556,2441 -"146328",41180,15502,3,1556,2637 -"146329",41180,23890,3,1556,1810 -"146330",41180,23975,2,1556,2143 -"146331",41180,29495,3,1556,1612 -"146332",41180,36487,3,1556,2622 -"146333",41180,44982,3,1556,1592 -"146334",41180,51448,3,1556,1593 -"146335",41180,61513,3,1556,2948 -"146336",41180,89441,3,1556,2018 -"146337",41185,1560,1,1929,2013 -"146338",41185,3255,3,1929,2504 -"146339",41185,3477,3,1929,2546 -"146340",41185,5483,2,1929,1938 -"146341",41185,6063,3,1929,2349 -"146342",41185,10200,2,1929,2920 -"146343",41185,11429,2,1929,2520 -"146344",41185,12228,3,1929,2034 -"146345",41185,14626,1,1929,2175 -"146346",41185,14761,2,1929,2502 -"146347",41185,23471,3,1929,2488 -"146348",41185,24086,2,1929,2663 -"146349",41185,29319,2,1929,2314 -"146350",41185,30334,3,1929,2075 -"146351",41185,33223,3,1929,2397 -"146352",41185,33755,3,1929,2963 -"146353",41185,35264,3,1929,2329 -"146354",41185,37342,2,1929,2649 -"146355",41185,37636,3,1929,2178 -"146356",41185,42883,3,1929,2575 -"146357",41185,45730,3,1929,2063 -"146358",41185,49347,3,1929,2504 -"146359",41185,51783,3,1929,2599 -"146360",41185,54903,2,1929,2493 -"146361",41185,55775,3,1929,2385 -"146362",41185,56737,3,1929,2270 -"146363",41185,64174,3,1929,2377 -"146364",41185,64412,2,1929,2233 -"146365",41187,680,3,2340,2569 -"146366",41187,798,3,2340,2476 -"146367",41187,2936,3,2340,2512 -"146368",41187,3978,3,2340,2775 -"146369",41187,4303,3,2340,2414 -"146370",41187,4361,3,2340,2571 -"146371",41187,4367,3,2340,2794 -"146372",41187,6697,1,2340,2438 -"146373",41187,8062,3,2340,2858 -"146374",41187,11136,3,2340,2573 -"146375",41187,12759,2,2340,2414 -"146376",41187,13136,3,2340,2867 -"146377",41187,14586,3,2340,2801 -"146378",41187,19165,3,2340,2436 -"146379",41187,25373,3,2340,2783 -"146380",41187,27320,3,2340,2378 -"146381",41187,27908,3,2340,2576 -"146382",41187,31335,3,2340,2351 -"146383",41187,39875,3,2340,2422 -"146384",41187,45299,3,2340,2426 -"146385",41187,47968,2,2340,2829 -"146386",41187,50585,3,2340,2414 -"146387",41187,51783,3,2340,2599 -"146388",41187,57356,3,2340,2476 -"146389",41187,59039,3,2340,2870 -"146390",41211,2982,3,896,1233 -"146391",41211,4696,3,896,2656 -"146392",41211,7548,3,896,1932 -"146393",41211,7840,3,896,984 -"146394",41211,10474,3,896,1608 -"146395",41211,13150,3,896,1570 -"146396",41211,14103,3,896,2204 -"146397",41211,22140,3,896,942 -"146398",41211,22181,3,896,1274 -"146399",41211,22311,3,896,2034 -"146400",41211,25610,3,896,2328 -"146401",41211,94450,1,896,1127 -"146402",41211,99194,3,896,1271 -"146403",41211,101019,1,896,904 -"146404",41211,107993,3,896,999 -"146405",41211,109741,3,896,1527 -"146406",41211,121260,3,896,2042 -"146407",41238,1888,2,51,114 -"146408",41238,2077,2,51,610 -"146409",41238,2208,3,51,2814 -"146410",41238,2440,3,51,836 -"146411",41238,3164,3,51,2693 -"146412",41238,4567,3,51,2348 -"146413",41238,5239,3,51,2875 -"146414",41238,5557,3,51,1929 -"146415",41238,6030,3,51,2953 -"146416",41238,6914,3,51,2668 -"146417",41238,7148,3,51,1095 -"146418",41238,7759,3,51,2844 -"146419",41238,8238,3,51,2222 -"146420",41238,9423,3,51,1708 -"146421",41238,10222,3,51,2212 -"146422",41238,10349,3,51,2300 -"146423",41238,10744,2,51,955 -"146424",41238,10851,3,51,2423 -"146425",41238,11060,3,51,2155 -"146426",41238,13837,3,51,1604 -"146427",41238,14855,3,51,903 -"146428",41238,14983,3,51,1047 -"146429",41238,15106,3,51,2286 -"146430",41238,15808,1,51,1521 -"146431",41238,16120,3,51,1237 -"146432",41238,17457,3,51,589 -"146433",41238,17632,3,51,1947 -"146434",41238,18364,3,51,535 -"146435",41238,18825,3,51,1240 -"146436",41238,20874,2,51,1580 -"146437",41238,22543,2,51,1594 -"146438",41238,22566,3,51,2308 -"146439",41238,22682,3,51,2035 -"146440",41238,23112,3,51,1192 -"146441",41238,24256,3,51,2393 -"146442",41238,24912,3,51,648 -"146443",41238,26659,3,51,903 -"146444",41238,27323,3,51,943 -"146445",41238,28050,3,51,1955 -"146446",41238,28168,3,51,2702 -"146447",41238,29089,3,51,1344 -"146448",41238,29115,3,51,1047 -"146449",41238,29512,3,51,1594 -"146450",41238,29580,3,51,2776 -"146451",41238,32419,3,51,1909 -"146452",41238,33230,3,51,539 -"146453",41238,34158,3,51,2639 -"146454",41238,35481,3,51,2211 -"146455",41238,36784,3,51,576 -"146456",41238,37551,3,51,257 -"146457",41238,40368,2,51,2876 -"146458",41238,40487,2,51,2512 -"146459",41238,44135,2,51,2620 -"146460",41238,44160,3,51,859 -"146461",41238,45504,3,51,2301 -"146462",41238,49109,3,51,2341 -"146463",41238,55076,2,51,2408 -"146464",41238,57246,3,51,1873 -"146465",41238,57355,3,51,1261 -"146466",41238,63502,3,51,113 -"146467",41238,64043,3,51,183 -"146468",41238,64857,2,51,1792 -"146469",41238,65700,3,51,200 -"146470",41238,69117,3,51,645 -"146471",41238,69250,1,51,1439 -"146472",41238,70605,3,51,1176 -"146473",41238,71560,1,51,280 -"146474",41238,71808,3,51,2349 -"146475",41238,72326,3,51,2384 -"146476",41238,76607,2,51,747 -"146477",41238,77550,3,51,1548 -"146478",41238,85995,3,51,432 -"146479",41238,86308,3,51,147 -"146480",41238,92122,3,51,436 -"146481",41238,96611,3,51,765 -"146482",41238,115186,3,51,243 -"146483",41240,7180,3,2220,2227 -"146484",41240,18202,3,2220,2475 -"146485",41240,19364,3,2220,2846 -"146486",41240,20700,3,2220,2861 -"146487",41240,35815,3,2220,2789 -"146488",41240,73553,3,2220,2726 -"146489",41240,121354,3,2220,2862 -"146490",41245,359,3,270,635 -"146491",41245,1780,3,270,1375 -"146492",41245,2011,3,270,2176 -"146493",41245,2747,3,270,2411 -"146494",41245,2847,3,270,494 -"146495",41245,4916,3,270,1970 -"146496",41245,5484,3,270,582 -"146497",41245,8140,3,270,1262 -"146498",41245,13065,3,270,1561 -"146499",41245,15826,3,270,2772 -"146500",41245,16286,3,270,2470 -"146501",41245,17217,3,270,318 -"146502",41245,19447,3,270,969 -"146503",41245,19686,3,270,2467 -"146504",41245,24176,3,270,1986 -"146505",41245,27008,3,270,911 -"146506",41245,28446,3,270,917 -"146507",41245,34997,2,270,591 -"146508",41245,39217,3,270,504 -"146509",41245,39418,3,270,1978 -"146510",41245,40226,1,270,880 -"146511",41245,44877,3,270,1219 -"146512",41245,46570,3,270,1707 -"146513",41245,54890,2,270,877 -"146514",41245,59726,3,270,1513 -"146515",41245,61125,3,270,1673 -"146516",41245,82341,3,270,1515 -"146517",41245,84574,3,270,958 -"146518",41245,88307,3,270,437 -"146519",41245,92297,3,270,2952 -"146520",41245,100432,3,270,1358 -"146521",41245,116293,3,270,540 -"146522",41250,900,2,1703,2726 -"146523",41250,5317,3,1703,2063 -"146524",41250,8062,3,1703,2858 -"146525",41250,13842,3,1703,2250 -"146526",41250,13920,3,1703,1709 -"146527",41250,25373,3,1703,2783 -"146528",41250,27509,3,1703,2067 -"146529",41250,33537,3,1703,2406 -"146530",41250,34509,3,1703,1973 -"146531",41250,36344,3,1703,2570 -"146532",41250,36962,3,1703,2861 -"146533",41250,38676,3,1703,2286 -"146534",41250,41402,2,1703,2313 -"146535",41250,46596,3,1703,1942 -"146536",41250,47708,1,1703,2568 -"146537",41250,53219,3,1703,2973 -"146538",41250,58238,2,1703,1944 -"146539",41250,66693,3,1703,2554 -"146540",41278,313,3,1873,2271 -"146541",41278,377,2,1873,2389 -"146542",41278,499,3,1873,1931 -"146543",41278,543,3,1873,2203 -"146544",41278,613,3,1873,2687 -"146545",41278,1151,3,1873,2885 -"146546",41278,1275,3,1873,2068 -"146547",41278,1495,3,1873,2046 -"146548",41278,1616,2,1873,2662 -"146549",41278,1777,2,1873,1965 -"146550",41278,2036,3,1873,2483 -"146551",41278,2057,3,1873,1965 -"146552",41278,2224,3,1873,2751 -"146553",41278,2484,3,1873,2389 -"146554",41278,3161,3,1873,2229 -"146555",41278,4057,2,1873,2389 -"146556",41278,5078,2,1873,2033 -"146557",41278,5315,3,1873,2631 -"146558",41278,5457,2,1873,2077 -"146559",41278,5462,2,1873,2374 -"146560",41278,5491,3,1873,2048 -"146561",41278,5504,2,1873,2389 -"146562",41278,7241,3,1873,2259 -"146563",41278,7323,2,1873,2858 -"146564",41278,8760,3,1873,2477 -"146565",41278,9332,3,1873,2734 -"146566",41278,9362,3,1873,2879 -"146567",41278,12713,3,1873,2440 -"146568",41278,15299,3,1873,2213 -"146569",41278,15539,3,1873,1929 -"146570",41278,15636,3,1873,2857 -"146571",41278,17410,3,1873,2073 -"146572",41278,18151,2,1873,2962 -"146573",41278,19606,3,1873,2783 -"146574",41278,20067,3,1873,2390 -"146575",41278,20659,2,1873,1969 -"146576",41278,20700,3,1873,2861 -"146577",41278,21225,3,1873,1945 -"146578",41278,21795,3,1873,2653 -"146579",41278,23869,3,1873,1918 -"146580",41278,24146,3,1873,2003 -"146581",41278,26106,3,1873,2015 -"146582",41278,26249,3,1873,2301 -"146583",41278,26608,3,1873,2329 -"146584",41278,27478,3,1873,2485 -"146585",41278,28216,2,1873,1910 -"146586",41278,30119,3,1873,1961 -"146587",41278,31799,3,1873,2547 -"146588",41278,32606,2,1873,2100 -"146589",41278,35256,2,1873,2271 -"146590",41278,36962,3,1873,2861 -"146591",41278,37570,2,1873,2389 -"146592",41278,38755,3,1873,2902 -"146593",41278,39444,3,1873,2695 -"146594",41278,39548,3,1873,2389 -"146595",41278,40138,3,1873,2719 -"146596",41278,45903,3,1873,2237 -"146597",41278,49965,3,1873,2301 -"146598",41278,50269,3,1873,1966 -"146599",41278,50685,3,1873,2008 -"146600",41278,51410,3,1873,2739 -"146601",41278,53031,3,1873,2065 -"146602",41278,55468,3,1873,2511 -"146603",41278,55556,3,1873,2075 -"146604",41278,55828,2,1873,2393 -"146605",41278,57077,3,1873,1885 -"146606",41278,57360,3,1873,2429 -"146607",41278,57609,3,1873,2717 -"146608",41278,57977,3,1873,2683 -"146609",41278,64967,2,1873,2872 -"146610",41278,65856,3,1873,2504 -"146611",41278,67957,3,1873,2823 -"146612",41278,70046,3,1873,2624 -"146613",41278,70203,3,1873,2756 -"146614",41278,80429,3,1873,1927 -"146615",41278,85430,3,1873,2370 -"146616",41278,86986,3,1873,1976 -"146617",41278,91570,3,1873,2229 -"146618",41278,108867,3,1873,2328 -"146619",41307,2609,3,103,834 -"146620",41307,8275,3,103,2237 -"146621",41307,11493,3,103,2077 -"146622",41307,15453,3,103,1688 -"146623",41307,20494,3,103,1075 -"146624",41307,21356,2,103,213 -"146625",41307,24482,3,103,1649 -"146626",41307,28335,3,103,1240 -"146627",41307,33356,3,103,1586 -"146628",41307,38755,3,103,2902 -"146629",41307,44161,3,103,1156 -"146630",41307,44502,3,103,484 -"146631",41307,50218,3,103,823 -"146632",41307,54631,3,103,1531 -"146633",41307,55580,2,103,1942 -"146634",41307,57337,1,103,1443 -"146635",41307,63685,3,103,172 -"146636",41307,77671,3,103,470 -"146637",41307,79612,2,103,927 -"146638",41307,80883,2,103,280 -"146639",41307,81478,3,103,1640 -"146640",41307,81586,3,103,877 -"146641",41307,100532,3,103,859 -"146642",41307,119564,3,103,336 -"146643",41315,380,3,439,2261 -"146644",41315,457,3,439,1704 -"146645",41315,1044,3,439,880 -"146646",41315,1777,3,439,1965 -"146647",41315,1826,3,439,924 -"146648",41315,2063,3,439,1278 -"146649",41315,2143,3,439,1174 -"146650",41315,2181,3,439,2030 -"146651",41315,2208,3,439,2814 -"146652",41315,2224,3,439,2751 -"146653",41315,2424,3,439,2582 -"146654",41315,2533,3,439,2016 -"146655",41315,2743,2,439,1278 -"146656",41315,3242,3,439,1730 -"146657",41315,3305,3,439,2839 -"146658",41315,3748,3,439,2052 -"146659",41315,3801,3,439,1974 -"146660",41315,4317,3,439,1224 -"146661",41315,4791,3,439,1184 -"146662",41315,4932,2,439,2752 -"146663",41315,4983,3,439,1909 -"146664",41315,5078,3,439,2033 -"146665",41315,5457,3,439,2077 -"146666",41315,5462,3,439,2374 -"146667",41315,5504,3,439,2389 -"146668",41315,5971,3,439,1985 -"146669",41315,6491,3,439,2424 -"146670",41315,6588,3,439,2025 -"146671",41315,8490,3,439,564 -"146672",41315,8529,2,439,1205 -"146673",41315,8866,3,439,1545 -"146674",41315,8888,3,439,1328 -"146675",41315,8910,3,439,1054 -"146676",41315,9311,3,439,2477 -"146677",41315,9362,3,439,2879 -"146678",41315,9474,3,439,864 -"146679",41315,9805,3,439,1621 -"146680",41315,10453,3,439,1656 -"146681",41315,11006,3,439,1950 -"146682",41315,11348,3,439,824 -"146683",41315,11817,3,439,600 -"146684",41315,12374,2,439,2260 -"146685",41315,13895,3,439,687 -"146686",41315,14824,3,439,455 -"146687",41315,14834,2,439,2739 -"146688",41315,15799,2,439,1917 -"146689",41315,16164,3,439,1184 -"146690",41315,16201,3,439,1811 -"146691",41315,16352,3,439,2657 -"146692",41315,16940,3,439,1290 -"146693",41315,19096,3,439,1538 -"146694",41315,19248,3,439,2357 -"146695",41315,19719,2,439,2177 -"146696",41315,20319,3,439,468 -"146697",41315,20563,3,439,2267 -"146698",41315,20824,3,439,1366 -"146699",41315,20975,3,439,1305 -"146700",41315,21104,3,439,2327 -"146701",41315,21197,3,439,1437 -"146702",41315,21198,3,439,935 -"146703",41315,21285,3,439,2100 -"146704",41315,21617,3,439,516 -"146705",41315,21693,3,439,2176 -"146706",41315,22282,3,439,1418 -"146707",41315,22326,3,439,2818 -"146708",41315,22362,3,439,1836 -"146709",41315,23450,3,439,967 -"146710",41315,23526,3,439,1998 -"146711",41315,23534,3,439,1659 -"146712",41315,23825,2,439,1913 -"146713",41315,24005,3,439,1188 -"146714",41315,25132,3,439,1188 -"146715",41315,25577,3,439,1946 -"146716",41315,26067,3,439,2069 -"146717",41315,26471,2,439,1061 -"146718",41315,26570,3,439,1669 -"146719",41315,26671,3,439,2279 -"146720",41315,26749,3,439,2965 -"146721",41315,26867,3,439,1804 -"146722",41315,27112,3,439,500 -"146723",41315,27255,3,439,1232 -"146724",41315,27694,3,439,2030 -"146725",41315,28285,3,439,2972 -"146726",41315,29929,3,439,2789 -"146727",41315,31050,3,439,1491 -"146728",41315,31338,3,439,917 -"146729",41315,32017,1,439,577 -"146730",41315,32811,3,439,804 -"146731",41315,33622,3,439,2230 -"146732",41315,34136,3,439,2202 -"146733",41315,34836,1,439,2302 -"146734",41315,36087,3,439,2755 -"146735",41315,36427,3,439,544 -"146736",41315,37800,2,439,604 -"146737",41315,38019,1,439,1870 -"146738",41315,38780,2,439,2705 -"146739",41315,39238,2,439,922 -"146740",41315,39444,3,439,2695 -"146741",41315,39865,2,439,849 -"146742",41315,40028,3,439,1349 -"146743",41315,40072,2,439,1182 -"146744",41315,41174,3,439,850 -"146745",41315,41607,3,439,2802 -"146746",41315,42619,3,439,2017 -"146747",41315,43385,3,439,1623 -"146748",41315,44648,3,439,619 -"146749",41315,45461,3,439,2458 -"146750",41315,48435,3,439,528 -"146751",41315,48698,3,439,1474 -"146752",41315,49512,3,439,1302 -"146753",41315,50236,3,439,2339 -"146754",41315,50685,3,439,2008 -"146755",41315,51022,3,439,1499 -"146756",41315,52154,3,439,1722 -"146757",41315,52345,3,439,1430 -"146758",41315,52576,3,439,2234 -"146759",41315,53266,2,439,2389 -"146760",41315,53303,3,439,1376 -"146761",41315,53322,1,439,1200 -"146762",41315,53323,2,439,2677 -"146763",41315,53608,3,439,1986 -"146764",41315,55299,3,439,609 -"146765",41315,55320,3,439,1643 -"146766",41315,55862,3,439,2123 -"146767",41315,56082,3,439,2395 -"146768",41315,56317,3,439,2030 -"146769",41315,56854,3,439,2022 -"146770",41315,57348,2,439,687 -"146771",41315,57353,2,439,1849 -"146772",41315,58508,3,439,2326 -"146773",41315,59939,2,439,936 -"146774",41315,61982,3,439,2725 -"146775",41315,62841,3,439,2710 -"146776",41315,65007,2,439,2530 -"146777",41315,69745,3,439,1594 -"146778",41315,71342,3,439,1289 -"146779",41315,72468,2,439,2292 -"146780",41315,72956,3,439,1251 -"146781",41315,73128,3,439,1549 -"146782",41315,74318,3,439,632 -"146783",41315,76127,3,439,910 -"146784",41315,76284,3,439,1237 -"146785",41315,77305,3,439,965 -"146786",41315,78256,3,439,804 -"146787",41315,80825,3,439,2315 -"146788",41315,81326,3,439,758 -"146789",41315,81588,3,439,1568 -"146790",41315,82732,3,439,2810 -"146791",41315,82949,3,439,2077 -"146792",41315,88126,3,439,1027 -"146793",41315,89097,3,439,935 -"146794",41315,91912,2,439,790 -"146795",41315,92220,3,439,607 -"146796",41315,98925,3,439,584 -"146797",41315,101797,3,439,2357 -"146798",41315,103721,3,439,1030 -"146799",41315,108867,3,439,2328 -"146800",41315,109663,3,439,545 -"146801",41315,112437,3,439,513 -"146802",41338,2057,2,1553,1965 -"146803",41338,3127,3,1553,2273 -"146804",41338,3306,3,1553,1989 -"146805",41338,4032,2,1553,1763 -"146806",41338,4367,3,1553,2794 -"146807",41338,6132,3,1553,1590 -"146808",41338,6697,2,1553,2438 -"146809",41338,7337,3,1553,1797 -"146810",41338,7355,1,1553,1928 -"146811",41338,8610,2,1553,2240 -"146812",41338,10739,2,1553,1807 -"146813",41338,10754,3,1553,1797 -"146814",41338,11136,1,1553,2573 -"146815",41338,14558,1,1553,1585 -"146816",41338,14754,2,1553,2456 -"146817",41338,16595,3,1553,2352 -"146818",41338,17230,3,1553,1965 -"146819",41338,22766,2,1553,1945 -"146820",41338,24757,2,1553,1939 -"146821",41338,25741,2,1553,2853 -"146822",41338,28081,3,1553,1927 -"146823",41338,29286,3,1553,1612 -"146824",41338,29997,3,1553,1789 -"146825",41338,32202,3,1553,2314 -"146826",41338,34908,3,1553,2796 -"146827",41338,36953,3,1553,2790 -"146828",41338,39534,3,1553,2410 -"146829",41338,40572,3,1553,2666 -"146830",41338,41187,3,1553,2340 -"146831",41338,42813,3,1553,2142 -"146832",41338,46486,2,1553,1868 -"146833",41338,47965,3,1553,2232 -"146834",41338,50335,3,1553,1893 -"146835",41338,54284,2,1553,2491 -"146836",41338,65856,3,1553,2504 -"146837",41338,66994,3,1553,1865 -"146838",41338,68586,2,1553,2322 -"146839",41338,92850,3,1553,1971 -"146840",41338,111375,3,1553,2686 -"146841",41350,3158,2,1935,2762 -"146842",41350,6223,3,1935,2363 -"146843",41350,12966,3,1935,2011 -"146844",41350,20695,3,1935,2526 -"146845",41350,42390,3,1935,2937 -"146846",41350,43728,3,1935,2308 -"146847",41350,44132,2,1935,1999 -"146848",41350,49142,3,1935,2289 -"146849",41381,16351,3,829,893 -"146850",41381,43360,3,829,979 -"146851",41381,49415,3,829,2654 -"146852",41381,68398,1,829,978 -"146853",41381,76931,3,829,1338 -"146854",41393,61980,2,1915,2392 -"146855",41402,701,2,2313,2718 -"146856",41402,4696,3,2313,2656 -"146857",41402,13929,3,2313,2693 -"146858",41402,20423,3,2313,2654 -"146859",41402,25129,3,2313,2647 -"146860",41402,26721,3,2313,2586 -"146861",41402,30081,3,2313,2403 -"146862",41402,36962,2,2313,2861 -"146863",41402,37285,3,2313,2428 -"146864",41402,47708,3,2313,2568 -"146865",41402,48605,3,2313,2796 -"146866",41402,51410,3,2313,2739 -"146867",41402,55256,3,2313,2379 -"146868",41402,62841,3,2313,2710 -"146869",41407,4567,3,1951,2348 -"146870",41407,4916,2,1951,1970 -"146871",41407,10129,3,1951,2124 -"146872",41407,10370,3,1951,2224 -"146873",41407,19093,2,1951,2224 -"146874",41407,40129,3,1951,2162 -"146875",41407,41837,3,1951,2399 -"146876",41407,44135,3,1951,2620 -"146877",41418,323,2,535,1706 -"146878",41418,757,3,535,546 -"146879",41418,915,3,535,1793 -"146880",41418,1314,3,535,1522 -"146881",41418,1519,3,535,2349 -"146882",41418,4957,1,535,644 -"146883",41418,5568,3,535,1290 -"146884",41418,8789,3,535,2024 -"146885",41418,10222,3,535,2212 -"146886",41418,10592,3,535,859 -"146887",41418,10870,1,535,1755 -"146888",41418,11103,3,535,2393 -"146889",41418,11493,3,535,2077 -"146890",41418,12031,3,535,1957 -"146891",41418,12371,3,535,1569 -"146892",41418,12373,3,535,1567 -"146893",41418,16296,3,535,2626 -"146894",41418,16384,3,535,1320 -"146895",41418,17257,3,535,1117 -"146896",41418,17812,3,535,2705 -"146897",41418,18165,3,535,2085 -"146898",41418,19208,3,535,2629 -"146899",41418,19605,2,535,2395 -"146900",41418,20941,3,535,2725 -"146901",41418,23006,3,535,1532 -"146902",41418,23430,2,535,904 -"146903",41418,24256,3,535,2393 -"146904",41418,25033,3,535,929 -"146905",41418,27195,3,535,2158 -"146906",41418,27379,2,535,2461 -"146907",41418,27686,3,535,2844 -"146908",41418,28571,3,535,1556 -"146909",41418,29454,3,535,2719 -"146910",41418,29930,2,535,2240 -"146911",41418,35589,3,535,983 -"146912",41418,37026,1,535,1428 -"146913",41418,38691,3,535,2585 -"146914",41418,38915,3,535,746 -"146915",41418,41278,3,535,1873 -"146916",41418,41953,2,535,945 -"146917",41418,45329,3,535,1693 -"146918",41418,47889,3,535,992 -"146919",41418,50480,3,535,2701 -"146920",41418,51035,3,535,2397 -"146921",41418,53091,2,535,1134 -"146922",41418,55892,3,535,1234 -"146923",41418,61245,2,535,955 -"146924",41418,61548,2,535,852 -"146925",41418,62538,3,535,1656 -"146926",41418,67352,3,535,1115 -"146927",41418,70433,3,535,2639 -"146928",41418,86580,3,535,696 -"146929",41418,90837,3,535,825 -"146930",41418,96708,3,535,594 -"146931",41418,99288,2,535,983 -"146932",41429,680,3,1770,2569 -"146933",41429,1560,3,1770,2013 -"146934",41429,4303,3,1770,2414 -"146935",41429,8062,3,1770,2858 -"146936",41429,9716,3,1770,1929 -"146937",41429,11429,3,1770,2520 -"146938",41429,11477,3,1770,2724 -"146939",41429,12759,3,1770,2414 -"146940",41429,14972,3,1770,2332 -"146941",41429,15095,3,1770,2001 -"146942",41429,18371,3,1770,2860 -"146943",41429,25373,3,1770,2783 -"146944",41429,30334,2,1770,2075 -"146945",41429,30705,3,1770,2959 -"146946",41429,36953,3,1770,2790 -"146947",41429,37636,2,1770,2178 -"146948",41429,37844,3,1770,2002 -"146949",41429,40392,2,1770,1878 -"146950",41429,41723,3,1770,2101 -"146951",41429,47082,3,1770,1990 -"146952",41429,51783,2,1770,2599 -"146953",41429,56082,3,1770,2395 -"146954",41439,798,3,709,2476 -"146955",41439,843,3,709,2332 -"146956",41439,1367,3,709,2176 -"146957",41439,1629,3,709,1289 -"146958",41439,2349,3,709,1288 -"146959",41439,2407,3,709,1725 -"146960",41439,2424,3,709,2582 -"146961",41439,2452,3,709,1715 -"146962",41439,2747,3,709,2411 -"146963",41439,3271,2,709,2216 -"146964",41439,3853,3,709,2465 -"146965",41439,3863,3,709,856 -"146966",41439,5346,2,709,1438 -"146967",41439,5580,3,709,2111 -"146968",41439,5897,3,709,2337 -"146969",41439,6479,3,709,1021 -"146970",41439,6821,2,709,1788 -"146971",41439,7245,3,709,2089 -"146972",41439,7337,3,709,1797 -"146973",41439,7604,3,709,1366 -"146974",41439,7785,3,709,2441 -"146975",41439,8073,3,709,1847 -"146976",41439,8607,3,709,1685 -"146977",41439,8781,3,709,914 -"146978",41439,9202,3,709,2477 -"146979",41439,9272,2,709,2835 -"146980",41439,9301,3,709,1861 -"146981",41439,9332,3,709,2734 -"146982",41439,9654,3,709,2111 -"146983",41439,10373,3,709,2436 -"146984",41439,10914,3,709,1660 -"146985",41439,12361,3,709,2732 -"146986",41439,13068,3,709,1778 -"146987",41439,13639,3,709,2887 -"146988",41439,13671,3,709,1371 -"146989",41439,14287,3,709,1583 -"146990",41439,14654,3,709,1692 -"146991",41439,15078,3,709,1033 -"146992",41439,15095,3,709,2001 -"146993",41439,15184,3,709,2396 -"146994",41439,15207,2,709,1855 -"146995",41439,15453,3,709,1688 -"146996",41439,15462,2,709,1141 -"146997",41439,16021,3,709,858 -"146998",41439,16067,3,709,2727 -"146999",41439,16313,3,709,1160 -"147000",41439,16437,2,709,1956 -"147001",41439,16684,3,709,1657 -"147002",41439,16776,3,709,1565 -"147003",41439,16866,3,709,2718 -"147004",41439,18348,3,709,1711 -"147005",41439,18415,3,709,2184 -"147006",41439,18421,3,709,2457 -"147007",41439,18571,3,709,2128 -"147008",41439,18865,3,709,2676 -"147009",41439,18978,3,709,952 -"147010",41439,19028,3,709,921 -"147011",41439,19069,3,709,988 -"147012",41439,19075,3,709,2214 -"147013",41439,19231,2,709,1424 -"147014",41439,19934,3,709,2888 -"147015",41439,20176,3,709,1050 -"147016",41439,20395,2,709,1468 -"147017",41439,21198,3,709,935 -"147018",41439,21929,3,709,2062 -"147019",41439,22244,3,709,2139 -"147020",41439,23000,3,709,1815 -"147021",41439,23277,3,709,1267 -"147022",41439,23430,3,709,904 -"147023",41439,23641,3,709,1934 -"147024",41439,25378,3,709,1245 -"147025",41439,26182,3,709,2775 -"147026",41439,26713,3,709,1235 -"147027",41439,27280,3,709,1965 -"147028",41439,27320,2,709,2378 -"147029",41439,27722,2,709,1266 -"147030",41439,28057,3,709,1067 -"147031",41439,28432,3,709,1954 -"147032",41439,29495,3,709,1612 -"147033",41439,30262,3,709,1715 -"147034",41439,30891,3,709,1256 -"147035",41439,30943,3,709,2287 -"147036",41439,31164,3,709,1996 -"147037",41439,31338,3,709,917 -"147038",41439,31783,2,709,1180 -"147039",41439,32516,2,709,2050 -"147040",41439,32532,3,709,2338 -"147041",41439,32560,3,709,1258 -"147042",41439,32651,3,709,877 -"147043",41439,32811,3,709,804 -"147044",41439,32939,3,709,2277 -"147045",41439,33665,3,709,787 -"147046",41439,33681,3,709,1059 -"147047",41439,33691,3,709,949 -"147048",41439,33870,3,709,955 -"147049",41439,36136,3,709,2338 -"147050",41439,36346,3,709,1240 -"147051",41439,37752,2,709,2223 -"147052",41439,38219,3,709,1689 -"147053",41439,38259,3,709,2258 -"147054",41439,38373,3,709,1928 -"147055",41439,39439,3,709,2462 -"147056",41439,39443,3,709,2277 -"147057",41439,39444,3,709,2695 -"147058",41439,39534,3,709,2410 -"147059",41439,40003,3,709,936 -"147060",41439,40035,3,709,2742 -"147061",41439,41187,3,709,2340 -"147062",41439,41718,3,709,804 -"147063",41439,41900,3,709,1970 -"147064",41439,42006,3,709,862 -"147065",41439,42642,3,709,2257 -"147066",41439,42756,3,709,1384 -"147067",41439,43173,3,709,2895 -"147068",41439,43204,2,709,1680 -"147069",41439,43226,2,709,2442 -"147070",41439,44603,3,709,2748 -"147071",41439,44786,2,709,1096 -"147072",41439,44877,3,709,1219 -"147073",41439,45186,3,709,835 -"147074",41439,45480,1,709,1104 -"147075",41439,45874,3,709,944 -"147076",41439,46803,3,709,2305 -"147077",41439,46951,3,709,2429 -"147078",41439,46982,3,709,2806 -"147079",41439,47013,2,709,2388 -"147080",41439,47072,3,709,1564 -"147081",41439,47384,3,709,1639 -"147082",41439,47968,3,709,2829 -"147083",41439,48110,2,709,2009 -"147084",41439,48576,3,709,1675 -"147085",41439,49201,3,709,936 -"147086",41439,49551,1,709,879 -"147087",41439,50229,3,709,1190 -"147088",41439,50252,3,709,2001 -"147089",41439,52174,3,709,983 -"147090",41439,53043,3,709,803 -"147091",41439,53445,3,709,2028 -"147092",41439,53726,3,709,1729 -"147093",41439,54388,3,709,1257 -"147094",41439,57804,3,709,2214 -"147095",41439,57912,2,709,1035 -"147096",41439,57990,3,709,978 -"147097",41439,58015,3,709,899 -"147098",41439,58508,2,709,2326 -"147099",41439,58829,3,709,1256 -"147100",41439,58895,3,709,917 -"147101",41439,58971,3,709,2280 -"147102",41439,59039,1,709,2870 -"147103",41439,59485,3,709,1564 -"147104",41439,59506,3,709,983 -"147105",41439,61125,3,709,1673 -"147106",41439,61723,3,709,1262 -"147107",41439,63395,3,709,2334 -"147108",41439,63641,3,709,2337 -"147109",41439,63644,3,709,1267 -"147110",41439,63654,3,709,2310 -"147111",41439,65188,3,709,2213 -"147112",41439,67719,3,709,2429 -"147113",41439,67726,3,709,2873 -"147114",41439,69131,3,709,2122 -"147115",41439,69335,2,709,2698 -"147116",41439,69716,3,709,2632 -"147117",41439,69788,3,709,2007 -"147118",41439,70422,3,709,1398 -"147119",41439,74058,3,709,1151 -"147120",41439,74795,2,709,1319 -"147121",41439,74818,3,709,1440 -"147122",41439,76511,3,709,1250 -"147123",41439,77077,3,709,2693 -"147124",41439,77377,3,709,1487 -"147125",41439,80219,3,709,988 -"147126",41439,80301,2,709,1690 -"147127",41439,80801,3,709,1250 -"147128",41439,82039,3,709,1327 -"147129",41439,82226,3,709,1619 -"147130",41439,85356,3,709,1492 -"147131",41439,88067,3,709,2315 -"147132",41439,90745,3,709,1994 -"147133",41439,93208,3,709,1324 -"147134",41439,94520,2,709,1243 -"147135",41439,94625,3,709,2105 -"147136",41439,95416,2,709,982 -"147137",41439,95690,3,709,765 -"147138",41439,99237,3,709,783 -"147139",41439,99332,3,709,873 -"147140",41439,99557,3,709,1703 -"147141",41439,119524,3,709,1930 -"147142",41439,119921,3,709,1113 -"147143",41446,341,3,1103,2689 -"147144",41446,841,3,1103,2964 -"147145",41446,867,3,1103,1264 -"147146",41446,1620,3,1103,1303 -"147147",41446,1629,3,1103,1289 -"147148",41446,1846,3,1103,1845 -"147149",41446,2524,2,1103,1708 -"147150",41446,3127,3,1103,2273 -"147151",41446,3456,2,1103,1999 -"147152",41446,3477,3,1103,2546 -"147153",41446,3493,3,1103,2451 -"147154",41446,4361,3,1103,2571 -"147155",41446,5363,3,1103,1791 -"147156",41446,5962,3,1103,2491 -"147157",41446,6821,3,1103,1788 -"147158",41446,7337,3,1103,1797 -"147159",41446,7997,2,1103,2049 -"147160",41446,8062,2,1103,2858 -"147161",41446,9227,2,1103,1267 -"147162",41446,10336,3,1103,2271 -"147163",41446,10350,3,1103,1163 -"147164",41446,12067,3,1103,1213 -"147165",41446,12948,3,1103,2669 -"147166",41446,13720,3,1103,1558 -"147167",41446,14072,3,1103,1346 -"147168",41446,14108,3,1103,2012 -"147169",41446,14449,3,1103,1258 -"147170",41446,17257,2,1103,1117 -"147171",41446,17381,3,1103,1697 -"147172",41446,18965,3,1103,2315 -"147173",41446,19934,3,1103,2888 -"147174",41446,21240,3,1103,1162 -"147175",41446,21681,2,1103,2005 -"147176",41446,21684,3,1103,1971 -"147177",41446,24176,3,1103,1986 -"147178",41446,25373,3,1103,2783 -"147179",41446,26695,3,1103,2340 -"147180",41446,26734,3,1103,2299 -"147181",41446,27320,3,1103,2378 -"147182",41446,28893,3,1103,2764 -"147183",41446,29495,3,1103,1612 -"147184",41446,29997,3,1103,1789 -"147185",41446,30891,3,1103,1256 -"147186",41446,31335,3,1103,2351 -"147187",41446,31700,3,1103,2727 -"147188",41446,32818,3,1103,2485 -"147189",41446,32988,3,1103,2008 -"147190",41446,36651,2,1103,1600 -"147191",41446,37036,3,1103,2264 -"147192",41446,37937,3,1103,1320 -"147193",41446,38602,3,1103,2693 -"147194",41446,40572,3,1103,2666 -"147195",41446,40698,3,1103,1408 -"147196",41446,41023,3,1103,2408 -"147197",41446,43593,3,1103,2704 -"147198",41446,43961,3,1103,2443 -"147199",41446,45138,3,1103,2516 -"147200",41446,46532,1,1103,2005 -"147201",41446,47064,3,1103,1993 -"147202",41446,47385,3,1103,1172 -"147203",41446,50278,3,1103,1127 -"147204",41446,52136,3,1103,1412 -"147205",41446,53924,3,1103,1289 -"147206",41446,55817,3,1103,2285 -"147207",41446,59726,3,1103,1513 -"147208",41446,61125,3,1103,1673 -"147209",41446,63077,3,1103,2778 -"147210",41446,64947,3,1103,2489 -"147211",41446,64967,2,1103,2872 -"147212",41446,65242,2,1103,1988 -"147213",41446,65322,3,1103,2008 -"147214",41446,68539,3,1103,1158 -"147215",41446,72728,3,1103,2234 -"147216",41446,78037,3,1103,1606 -"147217",41446,79158,3,1103,1252 -"147218",41446,87509,3,1103,1907 -"147219",41446,109741,3,1103,1527 -"147220",41447,7942,3,2405,2623 -"147221",41447,11429,3,2405,2520 -"147222",41447,16176,2,2405,2703 -"147223",41447,34216,3,2405,2832 -"147224",41447,67815,3,2405,2476 -"147225",41472,14507,3,2451,2686 -"147226",41478,1846,3,957,1845 -"147227",41478,3493,3,957,2451 -"147228",41478,14626,3,957,2175 -"147229",41478,18827,2,957,1481 -"147230",41478,23471,1,957,2488 -"147231",41478,24195,3,957,1575 -"147232",41478,26765,2,957,2790 -"147233",41478,29319,2,957,2314 -"147234",41478,35620,3,957,2092 -"147235",41478,46385,2,957,2225 -"147236",41478,64412,3,957,2233 -"147237",41478,68539,3,957,1158 -"147238",41489,3158,3,2006,2762 -"147239",41489,4249,2,2006,2547 -"147240",41489,4784,1,2006,2511 -"147241",41489,6223,3,2006,2363 -"147242",41489,6345,3,2006,2713 -"147243",41489,6747,3,2006,2913 -"147244",41489,9724,3,2006,2713 -"147245",41489,15782,3,2006,2306 -"147246",41489,21920,3,2006,2367 -"147247",41489,25941,3,2006,2369 -"147248",41489,30096,3,2006,2082 -"147249",41489,31950,3,2006,2217 -"147250",41489,37684,3,2006,2899 -"147251",41489,43701,3,2006,2400 -"147252",41489,48823,2,2006,2080 -"147253",41489,53652,3,2006,2899 -"147254",41489,54488,3,2006,2357 -"147255",41489,64737,3,2006,2442 -"147256",41489,68813,2,2006,2511 -"147257",41489,82217,1,2006,2441 -"147258",41489,108467,3,2006,2170 -"147259",41518,160,2,1641,2007 -"147260",41518,7616,2,1641,2296 -"147261",41518,8238,3,1641,2222 -"147262",41518,8585,2,1641,1917 -"147263",41518,10146,3,1641,1878 -"147264",41518,13249,3,1641,2573 -"147265",41518,16539,3,1641,1947 -"147266",41518,17351,3,1641,2036 -"147267",41518,17632,3,1641,1947 -"147268",41518,19208,3,1641,2629 -"147269",41518,22950,3,1641,2576 -"147270",41518,23098,2,1641,2300 -"147271",41518,24256,3,1641,2393 -"147272",41518,26083,3,1641,2038 -"147273",41518,30697,3,1641,2891 -"147274",41518,41664,3,1641,2641 -"147275",41518,47564,3,1641,2650 -"147276",41518,49334,3,1641,2433 -"147277",41518,55076,3,1641,2408 -"147278",41518,63477,3,1641,1907 -"147279",41518,77611,1,1641,1795 -"147280",41521,4188,3,2069,2963 -"147281",41521,5937,1,2069,2392 -"147282",41521,6234,1,2069,2654 -"147283",41521,15150,3,2069,2801 -"147284",41521,17815,3,2069,2070 -"147285",41521,20011,3,2069,2826 -"147286",41521,23728,3,2069,2601 -"147287",41521,31259,3,2069,2082 -"147288",41521,32939,3,2069,2277 -"147289",41521,44730,3,2069,2468 -"147290",41521,50899,3,2069,2125 -"147291",41521,52032,3,2069,2853 -"147292",41521,53648,3,2069,2167 -"147293",41521,56413,1,2069,2747 -"147294",41521,57804,3,2069,2214 -"147295",41521,76997,3,2069,2223 -"147296",41523,33356,3,1160,1586 -"147297",41523,38755,3,1160,2902 -"147298",41581,364,3,1692,2351 -"147299",41581,2226,3,1692,2225 -"147300",41581,2747,3,1692,2411 -"147301",41581,2852,3,1692,2448 -"147302",41581,3195,2,1692,2043 -"147303",41581,3477,3,1692,2546 -"147304",41581,3493,3,1692,2451 -"147305",41581,4066,3,1692,1736 -"147306",41581,4669,3,1692,2395 -"147307",41581,4932,3,1692,2752 -"147308",41581,5897,3,1692,2337 -"147309",41581,6063,3,1692,2349 -"147310",41581,7785,3,1692,2441 -"147311",41581,7937,2,1692,2044 -"147312",41581,8568,3,1692,2706 -"147313",41581,9332,3,1692,2734 -"147314",41581,9503,3,1692,2453 -"147315",41581,9703,3,1692,1845 -"147316",41581,9785,2,1692,2951 -"147317",41581,9787,3,1692,2858 -"147318",41581,9801,2,1692,2443 -"147319",41581,10457,2,1692,1711 -"147320",41581,12361,2,1692,2732 -"147321",41581,13879,3,1692,2748 -"147322",41581,14749,3,1692,1998 -"147323",41581,14754,3,1692,2456 -"147324",41581,16286,3,1692,2470 -"147325",41581,17037,3,1692,2947 -"147326",41581,17645,3,1692,1918 -"147327",41581,18005,3,1692,2449 -"147328",41581,19655,2,1692,2706 -"147329",41581,19686,3,1692,2467 -"147330",41581,20355,3,1692,2111 -"147331",41581,21681,3,1692,2005 -"147332",41581,22364,3,1692,1809 -"147333",41581,25163,3,1692,1751 -"147334",41581,25722,3,1692,1697 -"147335",41581,26182,3,1692,2775 -"147336",41581,26286,3,1692,2023 -"147337",41581,26959,3,1692,1961 -"147338",41581,27742,3,1692,2700 -"147339",41581,27914,3,1692,2507 -"147340",41581,28203,3,1692,2117 -"147341",41581,28869,3,1692,2425 -"147342",41581,28893,2,1692,2764 -"147343",41581,30525,3,1692,1964 -"147344",41581,31335,3,1692,2351 -"147345",41581,32339,1,1692,2430 -"147346",41581,32532,3,1692,2338 -"147347",41581,32775,3,1692,2135 -"147348",41581,33223,3,1692,2397 -"147349",41581,34831,3,1692,1866 -"147350",41581,34870,3,1692,1873 -"147351",41581,34892,3,1692,2309 -"147352",41581,35620,3,1692,2092 -"147353",41581,35728,3,1692,2017 -"147354",41581,36506,3,1692,2638 -"147355",41581,36912,2,1692,2469 -"147356",41581,37636,3,1692,2178 -"147357",41581,39443,3,1692,2277 -"147358",41581,45729,3,1692,2606 -"147359",41581,45869,3,1692,2840 -"147360",41581,47968,3,1692,2829 -"147361",41581,48127,3,1692,2677 -"147362",41581,50335,3,1692,1893 -"147363",41581,50509,3,1692,2050 -"147364",41581,51144,3,1692,2466 -"147365",41581,51879,3,1692,1771 -"147366",41581,54775,3,1692,2383 -"147367",41581,56669,3,1692,2924 -"147368",41581,57067,1,1692,2547 -"147369",41581,66677,3,1692,2151 -"147370",41581,68885,3,1692,2151 -"147371",41581,71531,3,1692,2887 -"147372",41581,72597,3,1692,1843 -"147373",41581,82932,3,1692,2245 -"147374",41581,85198,2,1692,1794 -"147375",41581,88212,3,1692,2547 -"147376",41581,111375,3,1692,2686 -"147377",41598,2852,3,2291,2448 -"147378",41598,21734,3,2291,2528 -"147379",41598,24060,3,2291,2349 -"147380",41598,41023,2,2291,2408 -"147381",41598,56082,3,2291,2395 -"147382",41603,468,3,1942,1966 -"147383",41603,5816,3,1942,2408 -"147384",41603,15301,3,1942,2308 -"147385",41603,17999,3,1942,2758 -"147386",41603,22905,3,1942,2599 -"147387",41603,23739,3,1942,2463 -"147388",41603,26100,2,1942,1966 -"147389",41603,31251,3,1942,2498 -"147390",41603,38309,3,1942,2644 -"147391",41603,39321,3,1942,2257 -"147392",41603,53362,3,1942,2360 -"147393",41603,55775,3,1942,2385 -"147394",41603,60672,2,1942,2876 -"147395",41603,68416,3,1942,2939 -"147396",41603,71065,3,1942,2231 -"147397",41603,94339,3,1942,2768 -"147398",41625,823,3,1794,2840 -"147399",41625,1321,3,1794,2075 -"147400",41625,1495,2,1794,2046 -"147401",41625,1616,3,1794,2662 -"147402",41625,2484,3,1794,2389 -"147403",41625,2766,1,1794,1920 -"147404",41625,3853,3,1794,2465 -"147405",41625,4763,2,1794,1960 -"147406",41625,5622,3,1794,2175 -"147407",41625,7078,3,1794,2344 -"147408",41625,10857,3,1794,2253 -"147409",41625,10874,1,1794,1891 -"147410",41625,15184,2,1794,2396 -"147411",41625,15626,3,1794,2434 -"147412",41625,16727,3,1794,2164 -"147413",41625,17520,3,1794,2276 -"147414",41625,19027,2,1794,2721 -"147415",41625,19528,3,1794,2742 -"147416",41625,20700,3,1794,2861 -"147417",41625,22216,3,1794,1956 -"147418",41625,26608,3,1794,2329 -"147419",41625,28218,3,1794,2048 -"147420",41625,31799,3,1794,2547 -"147421",41625,32516,3,1794,2050 -"147422",41625,33160,3,1794,2441 -"147423",41625,34693,3,1794,1938 -"147424",41625,38921,3,1794,1880 -"147425",41625,47098,3,1794,2057 -"147426",41625,50252,2,1794,2001 -"147427",41625,51853,3,1794,2520 -"147428",41625,53293,3,1794,2916 -"147429",41625,54551,3,1794,2348 -"147430",41625,59205,3,1794,2387 -"147431",41625,65029,3,1794,2954 -"147432",41625,86799,3,1794,1951 -"147433",41633,160,3,1976,2007 -"147434",41633,364,3,1976,2351 -"147435",41633,2418,3,1976,2020 -"147436",41633,2852,3,1976,2448 -"147437",41633,4669,3,1976,2395 -"147438",41633,6119,3,1976,2358 -"147439",41633,8568,2,1976,2706 -"147440",41633,9503,3,1976,2453 -"147441",41633,9787,1,1976,2858 -"147442",41633,10336,3,1976,2271 -"147443",41633,16286,2,1976,2470 -"147444",41633,17033,3,1976,2771 -"147445",41633,17037,3,1976,2947 -"147446",41633,17351,3,1976,2036 -"147447",41633,27742,3,1976,2700 -"147448",41633,27914,3,1976,2507 -"147449",41633,28869,3,1976,2425 -"147450",41633,31868,3,1976,1993 -"147451",41633,33341,2,1976,2338 -"147452",41633,35728,3,1976,2017 -"147453",41633,39987,3,1976,2096 -"147454",41633,46384,3,1976,2285 -"147455",41633,47965,3,1976,2232 -"147456",41633,56995,3,1976,2323 -"147457",41633,71531,3,1976,2887 -"147458",41654,7597,3,443,2037 -"147459",41654,12518,3,443,2747 -"147460",41654,15598,3,443,2011 -"147461",41654,29990,2,443,1168 -"147462",41654,50364,2,443,1954 -"147463",41654,53936,2,443,584 -"147464",41654,63905,1,443,1094 -"147465",41654,112587,3,443,1003 -"147466",41654,123022,2,443,904 -"147467",41664,2684,2,2641,2874 -"147468",41664,3978,3,2641,2775 -"147469",41664,24753,1,2641,2860 -"147470",41664,25373,3,2641,2783 -"147471",41664,29454,2,2641,2719 -"147472",41664,33801,2,2641,2899 -"147473",41664,42515,3,2641,2752 -"147474",41664,47564,3,2641,2650 -"147475",41664,50480,3,2641,2701 -"147476",41664,53475,2,2641,2853 -"147477",41664,64219,3,2641,2705 -"147478",41669,1570,2,1247,2028 -"147479",41669,3678,3,1247,1325 -"147480",41669,4622,3,1247,1589 -"147481",41669,7648,1,1247,1861 -"147482",41669,9273,2,1247,1747 -"147483",41669,10755,3,1247,1742 -"147484",41669,14442,3,1247,2700 -"147485",41669,16184,2,1247,2274 -"147486",41669,17768,2,1247,2468 -"147487",41669,24867,2,1247,1861 -"147488",41669,25053,2,1247,2186 -"147489",41669,25678,3,1247,1558 -"147490",41669,29067,3,1247,1538 -"147491",41669,31281,3,1247,1937 -"147492",41669,32904,3,1247,2055 -"147493",41669,35844,3,1247,2961 -"147494",41669,36996,2,1247,2321 -"147495",41669,44466,3,1247,1607 -"147496",41669,47094,3,1247,2592 -"147497",41669,55997,3,1247,1414 -"147498",41669,59289,3,1247,2896 -"147499",41669,67701,3,1247,2289 -"147500",41669,84322,3,1247,1635 -"147501",41682,160,3,1988,2007 -"147502",41682,341,3,1988,2689 -"147503",41682,854,2,1988,2307 -"147504",41682,1367,2,1988,2176 -"147505",41682,2484,3,1988,2389 -"147506",41682,5148,3,1988,2206 -"147507",41682,5725,3,1988,2789 -"147508",41682,6192,3,1988,2409 -"147509",41682,6449,3,1988,1997 -"147510",41682,7245,3,1988,2089 -"147511",41682,7703,3,1988,2122 -"147512",41682,8327,2,1988,2527 -"147513",41682,8533,2,1988,2251 -"147514",41682,8865,3,1988,2394 -"147515",41682,9311,3,1988,2477 -"147516",41682,9331,3,1988,2269 -"147517",41682,10239,3,1988,2032 -"147518",41682,10358,3,1988,2294 -"147519",41682,11218,3,1988,2292 -"147520",41682,12042,3,1988,2345 -"147521",41682,12374,3,1988,2260 -"147522",41682,13158,3,1988,2667 -"147523",41682,14586,3,1988,2801 -"147524",41682,14959,2,1988,2898 -"147525",41682,15106,3,1988,2286 -"147526",41682,15444,2,1988,2764 -"147527",41682,15560,3,1988,2257 -"147528",41682,17027,3,1988,2772 -"147529",41682,17351,2,1988,2036 -"147530",41682,17520,3,1988,2276 -"147531",41682,17561,3,1988,2286 -"147532",41682,18165,2,1988,2085 -"147533",41682,18394,3,1988,2356 -"147534",41682,19248,3,1988,2357 -"147535",41682,19317,2,1988,2041 -"147536",41682,19605,3,1988,2395 -"147537",41682,20067,3,1988,2390 -"147538",41682,20331,3,1988,2365 -"147539",41682,20563,3,1988,2267 -"147540",41682,21248,3,1988,2232 -"147541",41682,23268,3,1988,2258 -"147542",41682,23460,3,1988,2183 -"147543",41682,24721,3,1988,2326 -"147544",41682,25440,3,1988,2749 -"147545",41682,25480,3,1988,2747 -"147546",41682,26451,3,1988,2133 -"147547",41682,28285,3,1988,2972 -"147548",41682,28626,3,1988,2842 -"147549",41682,29073,1,1988,2328 -"147550",41682,29095,3,1988,2531 -"147551",41682,29280,3,1988,2499 -"147552",41682,29314,3,1988,2736 -"147553",41682,29454,3,1988,2719 -"147554",41682,29899,3,1988,2375 -"147555",41682,30236,3,1988,2238 -"147556",41682,30827,3,1988,2323 -"147557",41682,31117,3,1988,2210 -"147558",41682,33380,2,1988,2340 -"147559",41682,33433,3,1988,2805 -"147560",41682,35235,3,1988,2610 -"147561",41682,35888,3,1988,2291 -"147562",41682,38732,3,1988,2263 -"147563",41682,41945,3,1988,2856 -"147564",41682,43518,3,1988,2680 -"147565",41682,43978,3,1988,2698 -"147566",41682,44688,3,1988,2924 -"147567",41682,44885,3,1988,2670 -"147568",41682,44899,3,1988,2386 -"147569",41682,45633,3,1988,2134 -"147570",41682,47947,3,1988,2681 -"147571",41682,50252,3,1988,2001 -"147572",41682,50480,3,1988,2701 -"147573",41682,51089,3,1988,2426 -"147574",41682,53300,3,1988,2162 -"147575",41682,53342,3,1988,2071 -"147576",41682,54879,2,1988,2210 -"147577",41682,56893,3,1988,2597 -"147578",41682,56920,3,1988,2548 -"147579",41682,57977,3,1988,2683 -"147580",41682,62840,3,1988,2502 -"147581",41682,70203,3,1988,2756 -"147582",41682,71562,3,1988,2574 -"147583",41682,73197,3,1988,1998 -"147584",41682,91579,3,1988,2510 -"147585",41682,92513,3,1988,2282 -"147586",41694,3493,3,2358,2451 -"147587",41694,4303,3,2358,2414 -"147588",41694,7785,3,2358,2441 -"147589",41694,13136,3,2358,2867 -"147590",41694,18005,3,2358,2449 -"147591",41694,24069,3,2358,2697 -"147592",41694,25373,3,2358,2783 -"147593",41694,27320,3,2358,2378 -"147594",41694,27390,3,2358,2425 -"147595",41694,35797,2,2358,2482 -"147596",41694,43961,3,2358,2443 -"147597",41694,45299,3,2358,2426 -"147598",41694,45729,3,2358,2606 -"147599",41694,57067,3,2358,2547 -"147600",41694,57765,3,2358,2893 -"147601",41694,62712,2,2358,2884 -"147602",41694,77052,3,2358,2770 -"147603",41694,92297,3,2358,2952 -"147604",41718,364,3,804,2351 -"147605",41718,900,3,804,2726 -"147606",41718,2452,2,804,1715 -"147607",41718,9703,3,804,1845 -"147608",41718,10350,3,804,1163 -"147609",41718,16501,3,804,1650 -"147610",41718,23015,2,804,1362 -"147611",41718,24086,3,804,2663 -"147612",41718,27509,3,804,2067 -"147613",41718,30974,3,804,947 -"147614",41718,38373,3,804,1928 -"147615",41718,39443,3,804,2277 -"147616",41718,39875,3,804,2422 -"147617",41718,57067,3,804,2547 -"147618",41718,57082,3,804,1418 -"147619",41718,57912,3,804,1035 -"147620",41718,66978,3,804,1536 -"147621",41718,87907,3,804,1173 -"147622",41718,95338,2,804,915 -"147623",41723,371,3,2101,2950 -"147624",41723,680,1,2101,2569 -"147625",41723,798,3,2101,2476 -"147626",41723,1519,3,2101,2349 -"147627",41723,3414,3,2101,2322 -"147628",41723,3978,2,2101,2775 -"147629",41723,4303,1,2101,2414 -"147630",41723,4361,2,2101,2571 -"147631",41723,4669,3,2101,2395 -"147632",41723,6697,3,2101,2438 -"147633",41723,6989,3,2101,2623 -"147634",41723,8062,2,2101,2858 -"147635",41723,11429,3,2101,2520 -"147636",41723,11477,3,2101,2724 -"147637",41723,11588,3,2101,2352 -"147638",41723,11648,3,2101,2852 -"147639",41723,12759,1,2101,2414 -"147640",41723,12948,3,2101,2669 -"147641",41723,14972,3,2101,2332 -"147642",41723,18005,3,2101,2449 -"147643",41723,18371,3,2101,2860 -"147644",41723,18810,3,2101,2671 -"147645",41723,19686,3,2101,2467 -"147646",41723,20941,3,2101,2725 -"147647",41723,21670,3,2101,2158 -"147648",41723,22709,3,2101,2743 -"147649",41723,25373,1,2101,2783 -"147650",41723,27390,3,2101,2425 -"147651",41723,27686,3,2101,2844 -"147652",41723,28869,3,2101,2425 -"147653",41723,29116,3,2101,2128 -"147654",41723,30034,3,2101,2357 -"147655",41723,30705,3,2101,2959 -"147656",41723,31335,2,2101,2351 -"147657",41723,36953,3,2101,2790 -"147658",41723,37636,2,2101,2178 -"147659",41723,38691,3,2101,2585 -"147660",41723,41187,2,2101,2340 -"147661",41723,43660,3,2101,2320 -"147662",41723,44694,2,2101,2220 -"147663",41723,45299,3,2101,2426 -"147664",41723,45729,3,2101,2606 -"147665",41723,45869,3,2101,2840 -"147666",41723,47013,3,2101,2388 -"147667",41723,50585,1,2101,2414 -"147668",41723,51783,2,2101,2599 -"147669",41723,52815,3,2101,2323 -"147670",41723,53223,3,2101,2690 -"147671",41723,56082,3,2101,2395 -"147672",41723,63077,3,2101,2778 -"147673",41723,64947,3,2101,2489 -"147674",41723,70583,3,2101,2615 -"147675",41723,71531,3,2101,2887 -"147676",41739,135,2,1339,2233 -"147677",41739,145,3,1339,1998 -"147678",41739,212,3,1339,1513 -"147679",41739,455,2,1339,2827 -"147680",41739,470,2,1339,2285 -"147681",41739,600,1,1339,1702 -"147682",41739,675,3,1339,1686 -"147683",41739,913,2,1339,2144 -"147684",41739,997,3,1339,2788 -"147685",41739,1130,3,1339,1566 -"147686",41739,1136,3,1339,2536 -"147687",41739,1175,3,1339,1642 -"147688",41739,1367,3,1339,2176 -"147689",41739,1691,3,1339,1941 -"147690",41739,1875,3,1339,1786 -"147691",41739,2224,3,1339,2751 -"147692",41739,2325,3,1339,1641 -"147693",41739,2407,3,1339,1725 -"147694",41739,2424,3,1339,2582 -"147695",41739,2533,3,1339,2016 -"147696",41739,2754,3,1339,1360 -"147697",41739,3164,3,1339,2693 -"147698",41739,3352,3,1339,1707 -"147699",41739,3966,3,1339,2425 -"147700",41739,4084,2,1339,2133 -"147701",41739,4191,3,1339,2130 -"147702",41739,4360,2,1339,1770 -"147703",41739,4504,3,1339,1905 -"147704",41739,5346,3,1339,1438 -"147705",41739,5491,3,1339,2048 -"147706",41739,6030,3,1339,2953 -"147707",41739,6390,3,1339,2385 -"147708",41739,6428,3,1339,1952 -"147709",41739,6491,3,1339,2424 -"147710",41739,7245,2,1339,2089 -"147711",41739,7350,3,1339,1901 -"147712",41739,7515,3,1339,2737 -"147713",41739,7847,2,1339,2424 -"147714",41739,7858,3,1339,1795 -"147715",41739,7861,3,1339,1647 -"147716",41739,8238,3,1339,2222 -"147717",41739,8533,3,1339,2251 -"147718",41739,9432,3,1339,1693 -"147719",41739,10373,3,1339,2436 -"147720",41739,10433,2,1339,2075 -"147721",41739,11516,3,1339,1937 -"147722",41739,11966,3,1339,2385 -"147723",41739,12199,3,1339,1651 -"147724",41739,12432,3,1339,1816 -"147725",41739,12528,3,1339,2589 -"147726",41739,12602,3,1339,1956 -"147727",41739,12863,3,1339,2027 -"147728",41739,13837,3,1339,1604 -"147729",41739,14080,3,1339,1351 -"147730",41739,14731,3,1339,2012 -"147731",41739,14972,3,1339,2332 -"147732",41739,15005,3,1339,1415 -"147733",41739,15207,3,1339,1855 -"147734",41739,15301,3,1339,2308 -"147735",41739,15546,3,1339,2055 -"147736",41739,15607,3,1339,1421 -"147737",41739,15626,3,1339,2434 -"147738",41739,15713,3,1339,1646 -"147739",41739,16201,3,1339,1811 -"147740",41739,16352,3,1339,2657 -"147741",41739,16432,3,1339,2664 -"147742",41739,16866,3,1339,2718 -"147743",41739,17381,3,1339,1697 -"147744",41739,17413,3,1339,2230 -"147745",41739,17698,2,1339,1559 -"147746",41739,18108,3,1339,1656 -"147747",41739,18151,3,1339,2962 -"147748",41739,18415,3,1339,2184 -"147749",41739,18865,3,1339,2676 -"147750",41739,19072,3,1339,2358 -"147751",41739,19208,3,1339,2629 -"147752",41739,19248,3,1339,2357 -"147753",41739,19335,3,1339,1729 -"147754",41739,19605,3,1339,2395 -"147755",41739,19719,3,1339,2177 -"147756",41739,20292,3,1339,2755 -"147757",41739,20369,3,1339,1356 -"147758",41739,20563,3,1339,2267 -"147759",41739,21164,3,1339,1645 -"147760",41739,21571,3,1339,2755 -"147761",41739,21795,3,1339,2653 -"147762",41739,22566,2,1339,2308 -"147763",41739,22567,3,1339,2396 -"147764",41739,22682,3,1339,2035 -"147765",41739,22885,3,1339,1702 -"147766",41739,23132,2,1339,2756 -"147767",41739,23705,2,1339,2699 -"147768",41739,23918,1,1339,1881 -"147769",41739,24448,3,1339,2289 -"147770",41739,24512,3,1339,1369 -"147771",41739,24568,2,1339,1937 -"147772",41739,25129,3,1339,2647 -"147773",41739,25289,2,1339,1790 -"147774",41739,25341,3,1339,1858 -"147775",41739,25577,3,1339,1946 -"147776",41739,27275,3,1339,2656 -"147777",41739,27377,3,1339,1724 -"147778",41739,27390,3,1339,2425 -"147779",41739,27628,3,1339,2389 -"147780",41739,27753,3,1339,2750 -"147781",41739,27796,3,1339,2151 -"147782",41739,28050,3,1339,1955 -"147783",41739,28101,2,1339,1949 -"147784",41739,28115,2,1339,1835 -"147785",41739,28168,3,1339,2702 -"147786",41739,28303,3,1339,2089 -"147787",41739,28991,2,1339,1688 -"147788",41739,29170,2,1339,1846 -"147789",41739,29308,3,1339,2094 -"147790",41739,29512,3,1339,1594 -"147791",41739,29930,3,1339,2240 -"147792",41739,29962,3,1339,2201 -"147793",41739,30052,2,1339,2855 -"147794",41739,31050,1,1339,1491 -"147795",41739,31235,3,1339,2668 -"147796",41739,32658,3,1339,1694 -"147797",41739,32965,3,1339,2071 -"147798",41739,33622,3,1339,2230 -"147799",41739,34160,2,1339,1759 -"147800",41739,34509,3,1339,1973 -"147801",41739,34735,3,1339,2767 -"147802",41739,35302,1,1339,1589 -"147803",41739,35518,3,1339,1721 -"147804",41739,36651,3,1339,1600 -"147805",41739,38019,3,1339,1870 -"147806",41739,38213,3,1339,1744 -"147807",41739,40368,3,1339,2876 -"147808",41739,40369,2,1339,2735 -"147809",41739,40383,3,1339,2639 -"147810",41739,42216,3,1339,2722 -"147811",41739,43173,3,1339,2895 -"147812",41739,43226,3,1339,2442 -"147813",41739,43566,3,1339,2730 -"147814",41739,45633,2,1339,2134 -"147815",41739,46803,3,1339,2305 -"147816",41739,47055,3,1339,1525 -"147817",41739,47248,3,1339,2883 -"147818",41739,48414,3,1339,1749 -"147819",41739,49144,2,1339,1542 -"147820",41739,49185,3,1339,1544 -"147821",41739,49620,3,1339,1868 -"147822",41739,49872,3,1339,2019 -"147823",41739,50041,2,1339,1565 -"147824",41739,50480,3,1339,2701 -"147825",41739,50685,2,1339,2008 -"147826",41739,51017,3,1339,2073 -"147827",41739,51853,3,1339,2520 -"147828",41739,52136,3,1339,1412 -"147829",41739,52576,3,1339,2234 -"147830",41739,53196,2,1339,1888 -"147831",41739,53604,3,1339,2489 -"147832",41739,54158,2,1339,1756 -"147833",41739,54855,3,1339,1525 -"147834",41739,55139,3,1339,2323 -"147835",41739,55156,3,1339,2196 -"147836",41739,56317,3,1339,2030 -"147837",41739,56910,3,1339,2705 -"147838",41739,57714,3,1339,1391 -"147839",41739,58035,3,1339,1646 -"147840",41739,58284,3,1339,2292 -"147841",41739,59700,3,1339,2346 -"147842",41739,61982,3,1339,2725 -"147843",41739,62219,3,1339,2494 -"147844",41739,62841,3,1339,2710 -"147845",41739,63395,3,1339,2334 -"147846",41739,63409,2,1339,1937 -"147847",41739,63515,3,1339,2023 -"147848",41739,64181,1,1339,1828 -"147849",41739,64997,2,1339,2791 -"147850",41739,65016,3,1339,2749 -"147851",41739,65691,3,1339,2134 -"147852",41739,66413,1,1339,2507 -"147853",41739,67652,3,1339,2736 -"147854",41739,72207,3,1339,2430 -"147855",41739,73305,3,1339,2544 -"147856",41739,74636,3,1339,2525 -"147857",41739,76133,3,1339,1565 -"147858",41739,78563,3,1339,2385 -"147859",41739,80429,3,1339,1927 -"147860",41739,81781,3,1339,1431 -"147861",41739,82949,3,1339,2077 -"147862",41739,86245,3,1339,1972 -"147863",41739,88808,3,1339,1462 -"147864",41739,88966,3,1339,1568 -"147865",41739,91841,3,1339,1521 -"147866",41739,92322,3,1339,2393 -"147867",41739,94500,3,1339,1529 -"147868",41739,105063,1,1339,1908 -"147869",41739,107649,3,1339,1573 -"147870",41747,313,2,1722,2271 -"147871",41747,362,3,1722,2537 -"147872",41747,377,2,1722,2389 -"147873",41747,499,2,1722,1931 -"147874",41747,543,2,1722,2203 -"147875",41747,613,3,1722,2687 -"147876",41747,1151,2,1722,2885 -"147877",41747,1495,2,1722,2046 -"147878",41747,1616,2,1722,2662 -"147879",41747,1777,2,1722,1965 -"147880",41747,2036,1,1722,2483 -"147881",41747,2224,3,1722,2751 -"147882",41747,2484,3,1722,2389 -"147883",41747,2766,3,1722,1920 -"147884",41747,3161,3,1722,2229 -"147885",41747,3853,2,1722,2465 -"147886",41747,3878,3,1722,1890 -"147887",41747,4057,2,1722,2389 -"147888",41747,4763,3,1722,1960 -"147889",41747,5078,2,1722,2033 -"147890",41747,5457,2,1722,2077 -"147891",41747,5462,2,1722,2374 -"147892",41747,5504,2,1722,2389 -"147893",41747,6363,3,1722,2066 -"147894",41747,7323,2,1722,2858 -"147895",41747,8760,2,1722,2477 -"147896",41747,9362,3,1722,2879 -"147897",41747,10874,3,1722,1891 -"147898",41747,12713,3,1722,2440 -"147899",41747,15184,3,1722,2396 -"147900",41747,15539,3,1722,1929 -"147901",41747,15626,3,1722,2434 -"147902",41747,17410,3,1722,2073 -"147903",41747,18151,3,1722,2962 -"147904",41747,19027,3,1722,2721 -"147905",41747,19248,3,1722,2357 -"147906",41747,19606,2,1722,2783 -"147907",41747,20659,3,1722,1969 -"147908",41747,20700,3,1722,2861 -"147909",41747,22749,2,1722,1727 -"147910",41747,23508,3,1722,1907 -"147911",41747,25198,2,1722,1982 -"147912",41747,26516,3,1722,2479 -"147913",41747,27478,2,1722,2485 -"147914",41747,28216,3,1722,1910 -"147915",41747,28218,3,1722,2048 -"147916",41747,29258,3,1722,1932 -"147917",41747,31799,2,1722,2547 -"147918",41747,32516,3,1722,2050 -"147919",41747,32606,3,1722,2100 -"147920",41747,35256,2,1722,2271 -"147921",41747,37570,3,1722,2389 -"147922",41747,38755,3,1722,2902 -"147923",41747,39548,3,1722,2389 -"147924",41747,41278,3,1722,1873 -"147925",41747,44768,3,1722,2516 -"147926",41747,46039,2,1722,1794 -"147927",41747,50252,3,1722,2001 -"147928",41747,51041,3,1722,2606 -"147929",41747,51853,3,1722,2520 -"147930",41747,53031,2,1722,2065 -"147931",41747,55556,3,1722,2075 -"147932",41747,57977,3,1722,2683 -"147933",41747,59205,3,1722,2387 -"147934",41747,65029,3,1722,2954 -"147935",41747,68098,3,1722,2378 -"147936",41747,72334,3,1722,2820 -"147937",41747,80429,3,1722,1927 -"147938",41747,85430,3,1722,2370 -"147939",41747,91570,3,1722,2229 -"147940",41747,93615,3,1722,2386 -"147941",41747,94401,3,1722,1784 -"147942",41748,25,3,1480,2762 -"147943",41748,602,3,1480,2632 -"147944",41748,762,2,1480,2671 -"147945",41748,1092,3,1480,1945 -"147946",41748,5491,3,1480,2048 -"147947",41748,8060,1,1480,1883 -"147948",41748,12703,3,1480,2689 -"147949",41748,14103,3,1480,2204 -"147950",41748,17381,3,1480,1697 -"147951",41748,18227,3,1480,2214 -"147952",41748,18244,2,1480,1622 -"147953",41748,18366,3,1480,2699 -"147954",41748,22311,3,1480,2034 -"147955",41748,50275,2,1480,2832 -"147956",41748,56688,3,1480,2331 -"147957",41748,62939,3,1480,2574 -"147958",41757,388,3,145,1594 -"147959",41757,622,3,145,501 -"147960",41757,1560,3,145,2013 -"147961",41757,3016,3,145,747 -"147962",41757,3152,2,145,1621 -"147963",41757,4775,3,145,1500 -"147964",41757,5483,3,145,1938 -"147965",41757,5557,3,145,1929 -"147966",41757,5852,3,145,1862 -"147967",41757,8478,2,145,984 -"147968",41757,9506,2,145,1012 -"147969",41757,9716,2,145,1929 -"147970",41757,10720,3,145,199 -"147971",41757,11319,3,145,2073 -"147972",41757,11429,3,145,2520 -"147973",41757,12577,3,145,2530 -"147974",41757,14626,2,145,2175 -"147975",41757,14654,3,145,1692 -"147976",41757,14789,3,145,1034 -"147977",41757,16205,3,145,2630 -"147978",41757,17541,2,145,637 -"147979",41757,18827,2,145,1481 -"147980",41757,18855,3,145,1362 -"147981",41757,21741,3,145,1574 -"147982",41757,22746,3,145,913 -"147983",41757,23158,3,145,659 -"147984",41757,23471,2,145,2488 -"147985",41757,26765,3,145,2790 -"147986",41757,27826,3,145,2824 -"147987",41757,29319,3,145,2314 -"147988",41757,30404,2,145,1810 -"147989",41757,32582,2,145,1929 -"147990",41757,32642,2,145,158 -"147991",41757,33186,2,145,2240 -"147992",41757,33533,3,145,234 -"147993",41757,37766,3,145,520 -"147994",41757,38038,3,145,2686 -"147995",41757,40392,3,145,1878 -"147996",41757,40850,3,145,1396 -"147997",41757,41185,2,145,1929 -"147998",41757,41478,2,145,957 -"147999",41757,44181,3,145,1034 -"148000",41757,44464,2,145,1619 -"148001",41757,45730,3,145,2063 -"148002",41757,46385,3,145,2225 -"148003",41757,50261,3,145,515 -"148004",41757,52185,3,145,1012 -"148005",41757,54903,3,145,2493 -"148006",41757,55775,3,145,2385 -"148007",41757,56737,2,145,2270 -"148008",41757,64174,3,145,2377 -"148009",41757,64412,3,145,2233 -"148010",41757,72426,3,145,2902 -"148011",41757,74912,3,145,1542 -"148012",41757,75194,3,145,1736 -"148013",41757,78768,1,145,841 -"148014",41757,79306,3,145,190 -"148015",41757,82226,3,145,1619 -"148016",41757,85108,3,145,682 -"148017",41757,91631,2,145,1899 -"148018",41757,91715,3,145,1034 -"148019",41757,97266,3,145,1016 -"148020",41757,99204,3,145,232 -"148021",41757,116278,3,145,168 -"148022",41764,3495,3,2409,2431 -"148023",41764,8327,3,2409,2527 -"148024",41764,13249,3,2409,2573 -"148025",41764,15444,3,2409,2764 -"148026",41764,16866,3,2409,2718 -"148027",41764,18865,3,2409,2676 -"148028",41764,19208,2,2409,2629 -"148029",41764,29454,1,2409,2719 -"148030",41764,35738,3,2409,2448 -"148031",41764,35837,3,2409,2871 -"148032",41764,39556,2,2409,2747 -"148033",41764,41664,3,2409,2641 -"148034",41764,44688,3,2409,2924 -"148035",41764,47529,3,2409,2914 -"148036",41764,47564,3,2409,2650 -"148037",41764,50480,1,2409,2701 -"148038",41764,51610,2,2409,2635 -"148039",41764,56910,3,2409,2705 -"148040",41764,57732,3,2409,2454 -"148041",41764,70046,3,2409,2624 -"148042",41764,91579,3,2409,2510 -"148043",41770,10310,2,2752,2774 -"148044",41770,14959,3,2752,2898 -"148045",41770,36441,3,2752,2796 -"148046",41770,42390,3,2752,2937 -"148047",41770,43455,3,2752,2846 -"148048",41770,117956,3,2752,2774 -"148049",41805,1393,3,199,1706 -"148050",41805,2014,3,199,973 -"148051",41805,2370,3,199,1600 -"148052",41805,2407,3,199,1725 -"148053",41805,3506,3,199,2364 -"148054",41805,4723,3,199,1314 -"148055",41805,5064,3,199,1690 -"148056",41805,7123,3,199,1964 -"148057",41805,7900,3,199,893 -"148058",41805,7903,3,199,744 -"148059",41805,7932,2,199,789 -"148060",41805,9269,3,199,1892 -"148061",41805,10610,3,199,1427 -"148062",41805,13712,3,199,550 -"148063",41805,16455,3,199,946 -"148064",41805,16866,2,199,2718 -"148065",41805,17925,3,199,2385 -"148066",41805,18865,3,199,2676 -"148067",41805,21142,3,199,2414 -"148068",41805,21358,3,199,1970 -"148069",41805,21920,2,199,2367 -"148070",41805,22389,3,199,2034 -"148071",41805,23280,3,199,536 -"148072",41805,28648,3,199,1586 -"148073",41805,31211,3,199,433 -"148074",41805,31950,2,199,2217 -"148075",41805,32629,3,199,1789 -"148076",41805,32735,2,199,213 -"148077",41805,36440,3,199,704 -"148078",41805,37334,3,199,398 -"148079",41805,37765,3,199,1134 -"148080",41805,39627,2,199,546 -"148081",41805,40510,2,199,943 -"148082",41805,41075,3,199,1176 -"148083",41805,44744,3,199,2032 -"148084",41805,45449,1,199,1610 -"148085",41805,45450,2,199,1590 -"148086",41805,45562,2,199,623 -"148087",41805,48254,3,199,1013 -"148088",41805,48781,2,199,954 -"148089",41805,48931,2,199,2444 -"148090",41805,49029,3,199,647 -"148091",41805,53293,3,199,2916 -"148092",41805,53445,3,199,2028 -"148093",41805,54488,3,199,2357 -"148094",41805,54816,3,199,592 -"148095",41805,55493,1,199,869 -"148096",41805,57549,3,199,2335 -"148097",41805,57804,3,199,2214 -"148098",41805,61398,3,199,2563 -"148099",41805,61921,3,199,1793 -"148100",41805,63395,3,199,2334 -"148101",41805,64737,3,199,2442 -"148102",41805,66017,3,199,1545 -"148103",41805,68419,3,199,654 -"148104",41805,78257,3,199,590 -"148105",41805,79639,2,199,1013 -"148106",41805,79874,3,199,1570 -"148107",41805,80186,2,199,2228 -"148108",41805,84235,3,199,1639 -"148109",41805,84581,1,199,1241 -"148110",41805,90852,2,199,764 -"148111",41805,92084,3,199,1134 -"148112",41805,92366,2,199,1434 -"148113",41805,93642,3,199,1120 -"148114",41805,94808,3,199,988 -"148115",41805,96387,3,199,2159 -"148116",41805,100084,2,199,1964 -"148117",41805,100231,3,199,998 -"148118",41805,103989,3,199,1207 -"148119",41805,105887,2,199,615 -"148120",41805,109031,3,199,523 -"148121",41805,110748,3,199,398 -"148122",41805,116484,3,199,902 -"148123",41805,116771,3,199,623 -"148124",41832,206,3,1155,1986 -"148125",41832,671,2,1155,2328 -"148126",41832,733,3,1155,1653 -"148127",41832,1036,3,1155,1367 -"148128",41832,1092,3,1155,1945 -"148129",41832,1386,3,1155,1901 -"148130",41832,1469,3,1155,1160 -"148131",41832,1495,3,1155,2046 -"148132",41832,2166,3,1155,2557 -"148133",41832,2754,3,1155,1360 -"148134",41832,2766,3,1155,1920 -"148135",41832,3167,3,1155,1676 -"148136",41832,3306,3,1155,1989 -"148137",41832,3753,3,1155,1255 -"148138",41832,4618,3,1155,2607 -"148139",41832,4763,3,1155,1960 -"148140",41832,4791,3,1155,1184 -"148141",41832,5315,2,1155,2631 -"148142",41832,5350,3,1155,2522 -"148143",41832,5429,3,1155,1991 -"148144",41832,5462,3,1155,2374 -"148145",41832,5986,3,1155,1721 -"148146",41832,6047,2,1155,2004 -"148147",41832,6417,3,1155,1675 -"148148",41832,8984,3,1155,1162 -"148149",41832,9893,3,1155,2701 -"148150",41832,9928,2,1155,2345 -"148151",41832,10130,3,1155,2741 -"148152",41832,10358,3,1155,2294 -"148153",41832,10779,3,1155,2881 -"148154",41832,10874,2,1155,1891 -"148155",41832,10875,3,1155,1234 -"148156",41832,11055,3,1155,2111 -"148157",41832,11218,3,1155,2292 -"148158",41832,12096,3,1155,1330 -"148159",41832,13311,3,1155,2315 -"148160",41832,13732,3,1155,2789 -"148161",41832,13925,3,1155,1515 -"148162",41832,13929,3,1155,2693 -"148163",41832,13945,3,1155,1324 -"148164",41832,14032,2,1155,2144 -"148165",41832,15184,3,1155,2396 -"148166",41832,15309,3,1155,2820 -"148167",41832,15402,3,1155,1281 -"148168",41832,16029,3,1155,1160 -"148169",41832,16164,3,1155,1184 -"148170",41832,16352,3,1155,2657 -"148171",41832,17819,3,1155,2291 -"148172",41832,18277,3,1155,2309 -"148173",41832,18874,3,1155,2170 -"148174",41832,19027,1,1155,2721 -"148175",41832,19637,3,1155,1229 -"148176",41832,20067,3,1155,2390 -"148177",41832,20700,3,1155,2861 -"148178",41832,20824,3,1155,1366 -"148179",41832,22964,3,1155,1443 -"148180",41832,23310,2,1155,2371 -"148181",41832,24511,3,1155,1871 -"148182",41832,24755,1,1155,1319 -"148183",41832,25341,3,1155,1858 -"148184",41832,26080,3,1155,2525 -"148185",41832,26570,2,1155,1669 -"148186",41832,26865,3,1155,2726 -"148187",41832,28892,3,1155,2023 -"148188",41832,29456,2,1155,1182 -"148189",41832,29930,3,1155,2240 -"148190",41832,30081,2,1155,2403 -"148191",41832,30386,2,1155,1833 -"148192",41832,31530,3,1155,1661 -"148193",41832,31799,2,1155,2547 -"148194",41832,32694,3,1155,1602 -"148195",41832,32919,3,1155,2321 -"148196",41832,33160,3,1155,2441 -"148197",41832,34735,3,1155,2767 -"148198",41832,35529,3,1155,1620 -"148199",41832,35542,3,1155,1439 -"148200",41832,35926,3,1155,2371 -"148201",41832,36950,3,1155,2204 -"148202",41832,36962,3,1155,2861 -"148203",41832,37333,3,1155,1612 -"148204",41832,41625,3,1155,1794 -"148205",41832,41955,2,1155,2479 -"148206",41832,42747,3,1155,1189 -"148207",41832,44427,3,1155,2875 -"148208",41832,45903,3,1155,2237 -"148209",41832,46039,3,1155,1794 -"148210",41832,48242,3,1155,1690 -"148211",41832,50977,3,1155,2352 -"148212",41832,51022,3,1155,1499 -"148213",41832,53031,3,1155,2065 -"148214",41832,53134,3,1155,1590 -"148215",41832,54100,3,1155,1327 -"148216",41832,54676,2,1155,1342 -"148217",41832,55691,3,1155,2856 -"148218",41832,57977,3,1155,2683 -"148219",41832,58035,3,1155,1646 -"148220",41832,58221,3,1155,1787 -"148221",41832,60280,3,1155,1918 -"148222",41832,62488,3,1155,1418 -"148223",41832,64502,3,1155,1670 -"148224",41832,65029,2,1155,2954 -"148225",41832,65679,3,1155,1578 -"148226",41832,67222,3,1155,1332 -"148227",41832,75403,3,1155,1895 -"148228",41832,76284,3,1155,1237 -"148229",41832,77001,3,1155,1440 -"148230",41832,79088,3,1155,1369 -"148231",41832,81588,3,1155,1568 -"148232",41832,82409,3,1155,1881 -"148233",41832,82767,3,1155,1641 -"148234",41832,83526,3,1155,1235 -"148235",41832,88966,3,1155,1568 -"148236",41832,93615,3,1155,2386 -"148237",41832,105233,3,1155,1199 -"148238",41843,675,3,571,1686 -"148239",41843,1136,3,571,2536 -"148240",41843,5865,3,571,1910 -"148241",41843,7515,3,571,2737 -"148242",41843,7616,2,571,2296 -"148243",41843,9871,2,571,921 -"148244",41843,11348,3,571,824 -"148245",41843,11434,3,571,1187 -"148246",41843,12712,3,571,815 -"148247",41843,13248,3,571,1385 -"148248",41843,13837,2,571,1604 -"148249",41843,15632,3,571,1242 -"148250",41843,16164,3,571,1184 -"148251",41843,16539,2,571,1947 -"148252",41843,25490,3,571,639 -"148253",41843,25976,2,571,659 -"148254",41843,26322,3,571,1018 -"148255",41843,26706,3,571,1846 -"148256",41843,27753,3,571,2750 -"148257",41843,32589,3,571,2220 -"148258",41843,32947,3,571,1091 -"148259",41843,36784,3,571,576 -"148260",41843,38213,3,571,1744 -"148261",41843,40368,3,571,2876 -"148262",41843,40369,3,571,2735 -"148263",41843,44648,2,571,619 -"148264",41843,49189,3,571,1550 -"148265",41843,49620,3,571,1868 -"148266",41843,50041,3,571,1565 -"148267",41843,50275,3,571,2832 -"148268",41843,51116,3,571,1509 -"148269",41843,55076,3,571,2408 -"148270",41843,59700,3,571,2346 -"148271",41843,63409,3,571,1937 -"148272",41843,64181,3,571,1828 -"148273",41843,64997,3,571,2791 -"148274",41843,67314,3,571,1051 -"148275",41843,67805,3,571,1338 -"148276",41843,74636,3,571,2525 -"148277",41843,75216,3,571,672 -"148278",41843,77611,3,571,1795 -"148279",41843,82187,3,571,1055 -"148280",41843,82787,3,571,1144 -"148281",41843,82893,3,571,1275 -"148282",41843,92322,1,571,2393 -"148283",41843,94783,2,571,659 -"148284",41843,99103,3,571,1470 -"148285",41843,119208,3,571,2646 -"148286",41848,51151,3,221,1195 -"148287",41900,145,2,1970,1998 -"148288",41900,160,2,1970,2007 -"148289",41900,270,3,1970,2542 -"148290",41900,316,3,1970,2413 -"148291",41900,341,3,1970,2689 -"148292",41900,913,3,1970,2144 -"148293",41900,2424,3,1970,2582 -"148294",41900,2484,3,1970,2389 -"148295",41900,3456,3,1970,1999 -"148296",41900,3978,2,1970,2775 -"148297",41900,3980,3,1970,2771 -"148298",41900,4303,3,1970,2414 -"148299",41900,4646,3,1970,2139 -"148300",41900,4929,3,1970,2240 -"148301",41900,4953,3,1970,2285 -"148302",41900,6104,3,1970,2462 -"148303",41900,6324,3,1970,1990 -"148304",41900,6449,3,1970,1997 -"148305",41900,7014,3,1970,2401 -"148306",41900,7167,3,1970,1993 -"148307",41900,7241,3,1970,2259 -"148308",41900,7677,3,1970,2338 -"148309",41900,8238,3,1970,2222 -"148310",41900,8842,3,1970,2535 -"148311",41900,8865,3,1970,2394 -"148312",41900,9331,2,1970,2269 -"148313",41900,10373,3,1970,2436 -"148314",41900,12081,2,1970,2166 -"148315",41900,12388,3,1970,1975 -"148316",41900,12901,3,1970,2136 -"148317",41900,13158,3,1970,2667 -"148318",41900,13601,3,1970,2689 -"148319",41900,14252,3,1970,2244 -"148320",41900,14918,2,1970,2071 -"148321",41900,15444,3,1970,2764 -"148322",41900,16628,3,1970,2409 -"148323",41900,17351,1,1970,2036 -"148324",41900,17365,3,1970,2746 -"148325",41900,17520,3,1970,2276 -"148326",41900,17549,2,1970,2647 -"148327",41900,18165,3,1970,2085 -"148328",41900,19208,3,1970,2629 -"148329",41900,19605,3,1970,2395 -"148330",41900,20331,3,1970,2365 -"148331",41900,21079,2,1970,1997 -"148332",41900,21734,2,1970,2528 -"148333",41900,22682,3,1970,2035 -"148334",41900,24256,3,1970,2393 -"148335",41900,24558,3,1970,2139 -"148336",41900,24721,3,1970,2326 -"148337",41900,27379,3,1970,2461 -"148338",41900,27796,3,1970,2151 -"148339",41900,28051,3,1970,2089 -"148340",41900,30827,3,1970,2323 -"148341",41900,31117,2,1970,2210 -"148342",41900,31159,3,1970,2231 -"148343",41900,31235,3,1970,2668 -"148344",41900,31700,3,1970,2727 -"148345",41900,31705,3,1970,2706 -"148346",41900,32939,3,1970,2277 -"148347",41900,34120,3,1970,2786 -"148348",41900,34325,3,1970,1982 -"148349",41900,37238,2,1970,2609 -"148350",41900,37752,3,1970,2223 -"148351",41900,38307,3,1970,2648 -"148352",41900,39464,3,1970,2314 -"148353",41900,41682,3,1970,1988 -"148354",41900,41945,1,1970,2856 -"148355",41900,42216,3,1970,2722 -"148356",41900,43404,3,1970,2649 -"148357",41900,43455,2,1970,2846 -"148358",41900,44688,2,1970,2924 -"148359",41900,45239,3,1970,2535 -"148360",41900,46446,2,1970,2295 -"148361",41900,46629,3,1970,2255 -"148362",41900,47564,3,1970,2650 -"148363",41900,50113,3,1970,2059 -"148364",41900,50252,3,1970,2001 -"148365",41900,50480,3,1970,2701 -"148366",41900,51866,3,1970,2411 -"148367",41900,57804,3,1970,2214 -"148368",41900,59039,3,1970,2870 -"148369",41900,61982,3,1970,2725 -"148370",41900,64699,3,1970,2797 -"148371",41900,64967,3,1970,2872 -"148372",41900,70573,3,1970,1993 -"148373",41900,73197,3,1970,1998 -"148374",41900,77815,3,1970,2358 -"148375",41901,24,3,630,1295 -"148376",41901,312,3,630,2038 -"148377",41901,701,2,630,2718 -"148378",41901,1044,3,630,880 -"148379",41901,1592,3,630,2006 -"148380",41901,2036,3,630,2483 -"148381",41901,2181,3,630,2030 -"148382",41901,2533,3,630,2016 -"148383",41901,2563,2,630,1686 -"148384",41901,2742,3,630,1192 -"148385",41901,3819,3,630,1583 -"148386",41901,5120,3,630,2735 -"148387",41901,5429,3,630,1991 -"148388",41901,5580,3,630,2111 -"148389",41901,6052,3,630,1985 -"148390",41901,6363,2,630,2066 -"148391",41901,6940,3,630,1183 -"148392",41901,7582,2,630,1099 -"148393",41901,8529,3,630,1205 -"148394",41901,9184,3,630,2670 -"148395",41901,9654,3,630,2111 -"148396",41901,9853,2,630,1275 -"148397",41901,10029,3,630,2718 -"148398",41901,10472,2,630,859 -"148399",41901,11006,3,630,1950 -"148400",41901,11440,3,630,2026 -"148401",41901,13249,3,630,2573 -"148402",41901,14325,3,630,1976 -"148403",41901,15122,3,630,1201 -"148404",41901,15583,3,630,1144 -"148405",41901,17502,3,630,869 -"148406",41901,18211,2,630,1745 -"148407",41901,19096,2,630,1538 -"148408",41901,19248,2,630,2357 -"148409",41901,19643,3,630,2452 -"148410",41901,19719,3,630,2177 -"148411",41901,20624,3,630,1298 -"148412",41901,21929,2,630,2062 -"148413",41901,22884,3,630,1608 -"148414",41901,23509,3,630,2275 -"148415",41901,24256,3,630,2393 -"148416",41901,25198,2,630,1982 -"148417",41901,25985,2,630,2071 -"148418",41901,27173,3,630,2050 -"148419",41901,27694,3,630,2030 -"148420",41901,28057,3,630,1067 -"148421",41901,29170,3,630,1846 -"148422",41901,29930,3,630,2240 -"148423",41901,31705,3,630,2706 -"148424",41901,32965,3,630,2071 -"148425",41901,33588,2,630,1040 -"148426",41901,33621,3,630,1319 -"148427",41901,33672,2,630,2396 -"148428",41901,34464,3,630,1741 -"148429",41901,34659,3,630,1924 -"148430",41901,34815,3,630,2354 -"148431",41901,34836,3,630,2302 -"148432",41901,37285,3,630,2428 -"148433",41901,39535,1,630,2428 -"148434",41901,40493,3,630,1981 -"148435",41901,41033,1,630,1839 -"148436",41901,45302,3,630,2390 -"148437",41901,47098,3,630,2057 -"148438",41901,47585,3,630,794 -"148439",41901,48605,3,630,2796 -"148440",41901,49696,3,630,2444 -"148441",41901,50785,3,630,2877 -"148442",41901,51041,2,630,2606 -"148443",41901,51866,3,630,2411 -"148444",41901,53851,3,630,2305 -"148445",41901,58854,1,630,1131 -"148446",41901,61982,3,630,2725 -"148447",41901,62841,3,630,2710 -"148448",41901,68043,3,630,690 -"148449",41901,68523,3,630,1664 -"148450",41901,72468,3,630,2292 -"148451",41901,73998,3,630,643 -"148452",41901,77155,3,630,2946 -"148453",41901,80172,3,630,1342 -"148454",41901,82787,3,630,1144 -"148455",41901,88887,3,630,1161 -"148456",41901,94444,3,630,1554 -"148457",41901,94520,3,630,1243 -"148458",41901,99860,2,630,2071 -"148459",41901,104565,3,630,2693 -"148460",41936,5515,3,2258,2385 -"148461",41945,1151,3,2856,2885 -"148462",41945,7323,3,2856,2858 -"148463",41945,7794,3,2856,2972 -"148464",41945,14959,3,2856,2898 -"148465",41945,20700,3,2856,2861 -"148466",41945,44688,2,2856,2924 -"148467",41953,2344,3,945,2752 -"148468",41953,3271,3,945,2216 -"148469",41953,4730,3,945,2131 -"148470",41953,5363,3,945,1791 -"148471",41953,5568,3,945,1290 -"148472",41953,9272,3,945,2835 -"148473",41953,10222,3,945,2212 -"148474",41953,10870,3,945,1755 -"148475",41953,17061,3,945,2385 -"148476",41953,17812,3,945,2705 -"148477",41953,27379,2,945,2461 -"148478",41953,31001,3,945,2119 -"148479",41953,31700,2,945,2727 -"148480",41953,32678,3,945,1439 -"148481",41953,32939,3,945,2277 -"148482",41953,32988,3,945,2008 -"148483",41953,37026,3,945,1428 -"148484",41953,37238,3,945,2609 -"148485",41953,37937,2,945,1320 -"148486",41953,39062,3,945,2020 -"148487",41953,42756,3,945,1384 -"148488",41953,43226,3,945,2442 -"148489",41953,48110,3,945,2009 -"148490",41953,48215,3,945,2028 -"148491",41953,53643,3,945,1626 -"148492",41953,55892,3,945,1234 -"148493",41953,57804,3,945,2214 -"148494",41953,58508,3,945,2326 -"148495",41953,61245,2,945,955 -"148496",41953,69335,3,945,2698 -"148497",41953,69447,3,945,1197 -"148498",41953,70433,3,945,2639 -"148499",41953,73597,3,945,1989 -"148500",41953,80301,3,945,1690 -"148501",41953,81584,3,945,1616 -"148502",41953,82426,3,945,1576 -"148503",41953,89880,3,945,1938 -"148504",41953,93332,3,945,982 -"148505",41953,99288,3,945,983 -"148506",41953,99427,3,945,1706 -"148507",41955,5315,2,2479,2631 -"148508",41955,5350,3,2479,2522 -"148509",41955,8568,3,2479,2706 -"148510",41955,10779,3,2479,2881 -"148511",41955,15309,3,2479,2820 -"148512",41955,16352,3,2479,2657 -"148513",41955,19027,3,2479,2721 -"148514",41955,21180,3,2479,2762 -"148515",41955,26080,3,2479,2525 -"148516",41955,34120,3,2479,2786 -"148517",41955,34735,3,2479,2767 -"148518",41955,54929,3,2479,2783 -"148519",41955,73305,3,2479,2544 -"148520",41955,99351,3,2479,2939 -"148521",41969,10336,3,2189,2271 -"148522",41969,11029,3,2189,2362 -"148523",41969,16286,3,2189,2470 -"148524",41969,37036,3,2189,2264 -"148525",41969,37059,2,2189,2840 -"148526",41969,37060,3,2189,2840 -"148527",41969,46384,2,2189,2285 -"148528",41969,57492,2,2189,2855 -"148529",41969,59788,2,2189,2315 -"148530",41969,67908,3,2189,2385 -"148531",41969,70070,1,2189,2425 -"148532",41972,270,3,2509,2542 -"148533",41972,3305,3,2509,2839 -"148534",41972,6044,2,2509,2744 -"148535",41972,8327,3,2509,2527 -"148536",41972,11329,3,2509,2799 -"148537",41972,14353,3,2509,2878 -"148538",41972,16352,2,2509,2657 -"148539",41972,21138,3,2509,2849 -"148540",41972,21571,3,2509,2755 -"148541",41972,26080,1,2509,2525 -"148542",41972,26721,3,2509,2586 -"148543",41972,28168,3,2509,2702 -"148544",41972,32567,3,2509,2784 -"148545",41972,34735,3,2509,2767 -"148546",41972,47248,2,2509,2883 -"148547",41972,49110,2,2509,2938 -"148548",41972,50134,3,2509,2674 -"148549",41972,54929,3,2509,2783 -"148550",41972,55652,3,2509,2795 -"148551",41972,57969,3,2509,2755 -"148552",41972,82732,3,2509,2810 -"148553",41978,18943,2,2824,2861 -"148554",41978,20007,3,2824,2971 -"148555",41998,27397,1,2400,2456 -"148556",42006,3254,3,862,1258 -"148557",42006,5897,3,862,2337 -"148558",42006,18124,3,862,1642 -"148559",42006,20395,3,862,1468 -"148560",42006,20941,3,862,2725 -"148561",42006,23000,3,862,1815 -"148562",42006,24586,3,862,2465 -"148563",42006,26182,3,862,2775 -"148564",42006,26366,3,862,1688 -"148565",42006,27320,3,862,2378 -"148566",42006,43204,3,862,1680 -"148567",42006,45480,3,862,1104 -"148568",42006,46982,3,862,2806 -"148569",42006,47013,2,862,2388 -"148570",42006,47966,3,862,2409 -"148571",42006,109264,2,862,1104 -"148572",42023,21571,3,2231,2755 -"148573",42023,63907,3,2231,2377 -"148574",42062,283,3,889,2082 -"148575",42062,378,3,889,2766 -"148576",42062,3271,3,889,2216 -"148577",42062,3272,3,889,2132 -"148578",42062,9272,3,889,2835 -"148579",42062,10908,3,889,1134 -"148580",42062,12228,2,889,2034 -"148581",42062,12481,3,889,1086 -"148582",42062,18855,2,889,1362 -"148583",42062,19198,3,889,2308 -"148584",42062,19687,3,889,2072 -"148585",42062,26567,3,889,1158 -"148586",42062,34559,3,889,1105 -"148587",42062,43226,3,889,2442 -"148588",42062,48110,3,889,2009 -"148589",42062,58508,3,889,2326 -"148590",42062,69335,3,889,2698 -"148591",42062,79036,1,889,2524 -"148592",42062,79822,3,889,1508 -"148593",42062,80301,3,889,1690 -"148594",42062,84768,2,889,1291 -"148595",42062,85264,3,889,1236 -"148596",42062,96349,3,889,1874 -"148597",42129,997,3,2318,2788 -"148598",42129,5235,3,2318,2324 -"148599",42129,5350,3,2318,2522 -"148600",42129,6074,3,2318,2426 -"148601",42129,6192,3,2318,2409 -"148602",42129,8681,3,2318,2716 -"148603",42129,11103,3,2318,2393 -"148604",42129,13249,3,2318,2573 -"148605",42129,14834,3,2318,2739 -"148606",42129,19208,2,2318,2629 -"148607",42129,19605,2,2318,2395 -"148608",42129,21138,3,2318,2849 -"148609",42129,21682,3,2318,2414 -"148610",42129,24060,3,2318,2349 -"148611",42129,24753,3,2318,2860 -"148612",42129,29454,3,2318,2719 -"148613",42129,30827,3,2318,2323 -"148614",42129,33475,3,2318,2367 -"148615",42129,41664,3,2318,2641 -"148616",42129,41764,3,2318,2409 -"148617",42129,42216,2,2318,2722 -"148618",42129,45302,2,2318,2390 -"148619",42129,47248,3,2318,2883 -"148620",42129,47529,3,2318,2914 -"148621",42129,47564,3,2318,2650 -"148622",42129,48571,3,2318,2717 -"148623",42129,50134,3,2318,2674 -"148624",42129,50480,3,2318,2701 -"148625",42129,51035,2,2318,2397 -"148626",42129,51866,3,2318,2411 -"148627",42129,53219,3,2318,2973 -"148628",42129,53323,3,2318,2677 -"148629",42129,59140,3,2318,2528 -"148630",42129,65434,3,2318,2866 -"148631",42129,66983,3,2318,2397 -"148632",42129,66992,3,2318,2882 -"148633",42129,70046,3,2318,2624 -"148634",42136,4188,3,2551,2963 -"148635",42136,15150,3,2551,2801 -"148636",42136,20011,3,2551,2826 -"148637",42136,23728,3,2551,2601 -"148638",42136,30194,3,2551,2874 -"148639",42136,33460,3,2551,2781 -"148640",42136,56413,3,2551,2747 -"148641",42175,854,3,1594,2307 -"148642",42175,2484,3,1594,2389 -"148643",42175,3242,3,1594,1730 -"148644",42175,10404,3,1594,2062 -"148645",42175,10890,3,1594,2639 -"148646",42175,12084,3,1594,1960 -"148647",42175,13801,3,1594,2041 -"148648",42175,20563,3,1594,2267 -"148649",42175,20643,3,1594,2341 -"148650",42175,23268,3,1594,2258 -"148651",42175,25129,3,1594,2647 -"148652",42175,25530,3,1594,2884 -"148653",42175,26436,3,1594,2489 -"148654",42175,27753,3,1594,2750 -"148655",42175,31696,3,1594,1595 -"148656",42175,34509,3,1594,1973 -"148657",42175,38449,3,1594,1802 -"148658",42175,46602,3,1594,2786 -"148659",42175,47082,3,1594,1990 -"148660",42175,54740,3,1594,2750 -"148661",42175,56396,3,1594,2408 -"148662",42175,60966,2,1594,2734 -"148663",42175,61958,3,1594,2042 -"148664",42175,64793,3,1594,2819 -"148665",42177,7794,2,2743,2972 -"148666",42186,669,3,955,1423 -"148667",42186,671,2,955,2328 -"148668",42186,675,3,955,1686 -"148669",42186,733,3,955,1653 -"148670",42186,1136,3,955,2536 -"148671",42186,1367,3,955,2176 -"148672",42186,1469,3,955,1160 -"148673",42186,1897,3,955,1727 -"148674",42186,2063,2,955,1278 -"148675",42186,2424,3,955,2582 -"148676",42186,2563,2,955,1686 -"148677",42186,2743,2,955,1278 -"148678",42186,3167,3,955,1676 -"148679",42186,3242,2,955,1730 -"148680",42186,4191,3,955,2130 -"148681",42186,4618,3,955,2607 -"148682",42186,4980,3,955,2093 -"148683",42186,5504,3,955,2389 -"148684",42186,6023,3,955,2050 -"148685",42186,7245,2,955,2089 -"148686",42186,8533,3,955,2251 -"148687",42186,8621,2,955,1681 -"148688",42186,8700,2,955,1270 -"148689",42186,9298,3,955,1109 -"148690",42186,10404,3,955,2062 -"148691",42186,10799,3,955,2010 -"148692",42186,10859,3,955,2231 -"148693",42186,10890,3,955,2639 -"148694",42186,12374,3,955,2260 -"148695",42186,14507,3,955,2686 -"148696",42186,15539,3,955,1929 -"148697",42186,16074,3,955,977 -"148698",42186,16164,2,955,1184 -"148699",42186,16217,2,955,1653 -"148700",42186,18415,3,955,2184 -"148701",42186,19231,3,955,1424 -"148702",42186,19516,3,955,2313 -"148703",42186,19751,3,955,1630 -"148704",42186,20563,1,955,2267 -"148705",42186,20824,1,955,1366 -"148706",42186,21122,3,955,1701 -"148707",42186,21758,3,955,1331 -"148708",42186,21911,3,955,1184 -"148709",42186,22501,3,955,1006 -"148710",42186,22884,3,955,1608 -"148711",42186,23506,3,955,1172 -"148712",42186,23534,2,955,1659 -"148713",42186,23704,3,955,2278 -"148714",42186,23756,2,955,2309 -"148715",42186,24755,3,955,1319 -"148716",42186,24962,3,955,2126 -"148717",42186,25030,3,955,2017 -"148718",42186,25341,3,955,1858 -"148719",42186,25643,3,955,1646 -"148720",42186,26322,3,955,1018 -"148721",42186,26436,3,955,2489 -"148722",42186,26516,2,955,2479 -"148723",42186,26570,3,955,1669 -"148724",42186,26793,3,955,2104 -"148725",42186,27753,2,955,2750 -"148726",42186,28057,3,955,1067 -"148727",42186,28434,3,955,1141 -"148728",42186,28892,3,955,2023 -"148729",42186,29456,3,955,1182 -"148730",42186,29495,3,955,1612 -"148731",42186,30438,3,955,1617 -"148732",42186,31050,3,955,1491 -"148733",42186,31243,3,955,1355 -"148734",42186,32988,3,955,2008 -"148735",42186,33588,3,955,1040 -"148736",42186,33621,3,955,1319 -"148737",42186,34136,3,955,2202 -"148738",42186,34216,3,955,2832 -"148739",42186,34492,2,955,1798 -"148740",42186,36837,3,955,1556 -"148741",42186,37418,3,955,2710 -"148742",42186,38449,1,955,1802 -"148743",42186,40293,3,955,1671 -"148744",42186,43839,3,955,1685 -"148745",42186,45633,3,955,2134 -"148746",42186,45715,3,955,2287 -"148747",42186,47564,3,955,2650 -"148748",42186,48277,3,955,971 -"148749",42186,49144,3,955,1542 -"148750",42186,50254,2,955,1151 -"148751",42186,51022,2,955,1499 -"148752",42186,51410,2,955,2739 -"148753",42186,51987,1,955,1397 -"148754",42186,54740,3,955,2750 -"148755",42186,55691,3,955,2856 -"148756",42186,56171,3,955,1524 -"148757",42186,57977,3,955,2683 -"148758",42186,58035,3,955,1646 -"148759",42186,58854,3,955,1131 -"148760",42186,62626,3,955,2787 -"148761",42186,64031,3,955,1295 -"148762",42186,64793,3,955,2819 -"148763",42186,64997,3,955,2791 -"148764",42186,74095,2,955,2333 -"148765",42186,76646,3,955,1263 -"148766",42186,80678,3,955,1595 -"148767",42186,82767,3,955,1641 -"148768",42186,86505,3,955,1302 -"148769",42186,88232,3,955,2881 -"148770",42186,88473,3,955,1102 -"148771",42186,94808,3,955,988 -"148772",42186,99103,3,955,1470 -"148773",42186,100134,1,955,977 -"148774",42195,283,2,573,2082 -"148775",42195,378,2,573,2766 -"148776",42195,388,3,573,1594 -"148777",42195,725,3,573,1064 -"148778",42195,3100,3,573,2524 -"148779",42195,3403,3,573,2951 -"148780",42195,3520,3,573,2281 -"148781",42195,3786,3,573,2282 -"148782",42195,5673,3,573,1567 -"148783",42195,6071,3,573,2310 -"148784",42195,6119,3,573,2358 -"148785",42195,6562,2,573,1139 -"148786",42195,9912,2,573,1356 -"148787",42195,10336,3,573,2271 -"148788",42195,11135,2,573,2441 -"148789",42195,12481,3,573,1086 -"148790",42195,14761,3,573,2502 -"148791",42195,15502,3,573,2637 -"148792",42195,15916,3,573,1236 -"148793",42195,16593,3,573,1139 -"148794",42195,19687,2,573,2072 -"148795",42195,20413,2,573,806 -"148796",42195,20517,3,573,1465 -"148797",42195,21352,3,573,1604 -"148798",42195,21593,3,573,1312 -"148799",42195,21895,2,573,1693 -"148800",42195,21976,3,573,1808 -"148801",42195,22249,3,573,1892 -"148802",42195,23639,2,573,2065 -"148803",42195,23731,3,573,1656 -"148804",42195,24116,3,573,1413 -"148805",42195,25270,3,573,985 -"148806",42195,25286,3,573,1545 -"148807",42195,25886,3,573,1580 -"148808",42195,26567,2,573,1158 -"148809",42195,28567,2,573,2398 -"148810",42195,32060,3,573,1199 -"148811",42195,32235,3,573,2109 -"148812",42195,32312,2,573,1472 -"148813",42195,34055,2,573,1881 -"148814",42195,34334,3,573,1637 -"148815",42195,34559,2,573,1105 -"148816",42195,35688,3,573,1551 -"148817",42195,36577,3,573,958 -"148818",42195,40392,3,573,1878 -"148819",42195,41051,2,573,2767 -"148820",42195,42062,3,573,889 -"148821",42195,42486,3,573,1951 -"148822",42195,42628,2,573,2486 -"148823",42195,45487,3,573,2256 -"148824",42195,47330,2,573,2422 -"148825",42195,48764,2,573,860 -"148826",42195,51448,3,573,1593 -"148827",42195,52686,3,573,916 -"148828",42195,56212,3,573,1410 -"148829",42195,56673,2,573,2419 -"148830",42195,61513,3,573,2948 -"148831",42195,62498,3,573,1698 -"148832",42195,65223,3,573,2724 -"148833",42195,66014,3,573,880 -"148834",42195,66267,3,573,1278 -"148835",42195,67763,3,573,822 -"148836",42195,68776,3,573,689 -"148837",42195,78460,3,573,985 -"148838",42195,79236,3,573,1505 -"148839",42195,79404,2,573,1079 -"148840",42195,80728,3,573,599 -"148841",42195,80896,3,573,943 -"148842",42195,81134,2,573,1384 -"148843",42195,83133,3,573,1055 -"148844",42195,85264,3,573,1236 -"148845",42195,88968,3,573,585 -"148846",42195,91772,3,573,2233 -"148847",42195,92381,2,573,1237 -"148848",42195,92947,3,573,1289 -"148849",42195,93317,3,573,1223 -"148850",42195,93670,3,573,1682 -"148851",42195,94399,3,573,963 -"148852",42195,95661,3,573,872 -"148853",42195,97240,3,573,1027 -"148854",42195,104542,2,573,897 -"148855",42195,106554,1,573,1270 -"148856",42195,115194,3,573,604 -"148857",42196,2684,3,2765,2874 -"148858",42196,6030,3,2765,2953 -"148859",42196,53293,3,2765,2916 -"148860",42213,243,3,837,872 -"148861",42213,8062,3,837,2858 -"148862",42213,10980,3,837,1974 -"148863",42213,11429,3,837,2520 -"148864",42213,11728,3,837,1121 -"148865",42213,16176,3,837,2703 -"148866",42213,20700,3,837,2861 -"148867",42213,30350,3,837,2515 -"148868",42213,34892,2,837,2309 -"148869",42213,37859,3,837,1999 -"148870",42213,42331,3,837,1585 -"148871",42213,60808,3,837,1258 -"148872",42213,70101,3,837,2414 -"148873",42213,77864,3,837,2227 -"148874",42213,85778,3,837,1040 -"148875",42213,103890,3,837,958 -"148876",42216,455,3,2722,2827 -"148877",42216,997,3,2722,2788 -"148878",42216,1767,2,2722,2727 -"148879",42216,2224,2,2722,2751 -"148880",42216,2954,3,2722,2727 -"148881",42216,3305,3,2722,2839 -"148882",42216,3980,2,2722,2771 -"148883",42216,4932,3,2722,2752 -"148884",42216,14676,3,2722,2764 -"148885",42216,14834,3,2722,2739 -"148886",42216,17365,3,2722,2746 -"148887",42216,21138,3,2722,2849 -"148888",42216,22326,3,2722,2818 -"148889",42216,28285,3,2722,2972 -"148890",42216,30052,3,2722,2855 -"148891",42216,34120,3,2722,2786 -"148892",42216,41945,3,2722,2856 -"148893",42216,43455,3,2722,2846 -"148894",42216,47248,3,2722,2883 -"148895",42216,49110,3,2722,2938 -"148896",42216,53219,3,2722,2973 -"148897",42216,61982,3,2722,2725 -"148898",42216,64997,3,2722,2791 -"148899",42216,66992,2,2722,2882 -"148900",42216,70944,3,2722,2972 -"148901",42254,2407,3,1052,1725 -"148902",42254,11990,2,1052,1909 -"148903",42254,16866,3,1052,2718 -"148904",42254,18865,3,1052,2676 -"148905",42254,28525,3,1052,1273 -"148906",42254,39999,2,1052,1593 -"148907",42254,44074,3,1052,1299 -"148908",42254,59726,3,1052,1513 -"148909",42254,63395,3,1052,2334 -"148910",42254,73107,2,1052,1918 -"148911",42256,371,3,2839,2950 -"148912",42256,9785,3,2839,2951 -"148913",42259,1222,3,1235,2598 -"148914",42259,6262,3,1235,2733 -"148915",42259,6755,3,1235,2818 -"148916",42259,56168,3,1235,1466 -"148917",42259,68810,3,1235,2409 -"148918",42259,107435,3,1235,1635 -"148919",42264,270,3,1702,2542 -"148920",42264,313,3,1702,2271 -"148921",42264,377,2,1702,2389 -"148922",42264,380,3,1702,2261 -"148923",42264,499,3,1702,1931 -"148924",42264,543,2,1702,2203 -"148925",42264,854,3,1702,2307 -"148926",42264,1102,3,1702,2282 -"148927",42264,1151,2,1702,2885 -"148928",42264,1495,2,1702,2046 -"148929",42264,1616,2,1702,2662 -"148930",42264,1777,3,1702,1965 -"148931",42264,2036,3,1702,2483 -"148932",42264,2424,3,1702,2582 -"148933",42264,2484,1,1702,2389 -"148934",42264,2766,2,1702,1920 -"148935",42264,3161,2,1702,2229 -"148936",42264,3628,2,1702,2707 -"148937",42264,3853,3,1702,2465 -"148938",42264,3878,3,1702,1890 -"148939",42264,3947,3,1702,2067 -"148940",42264,4057,3,1702,2389 -"148941",42264,4705,3,1702,1714 -"148942",42264,4763,3,1702,1960 -"148943",42264,4953,3,1702,2285 -"148944",42264,5078,3,1702,2033 -"148945",42264,5457,3,1702,2077 -"148946",42264,5462,3,1702,2374 -"148947",42264,5504,2,1702,2389 -"148948",42264,5839,3,1702,2301 -"148949",42264,6222,2,1702,1949 -"148950",42264,7258,3,1702,1714 -"148951",42264,7323,2,1702,2858 -"148952",42264,7677,3,1702,2338 -"148953",42264,7992,3,1702,2033 -"148954",42264,8760,3,1702,2477 -"148955",42264,8762,2,1702,2585 -"148956",42264,9191,3,1702,2707 -"148957",42264,9311,3,1702,2477 -"148958",42264,9362,3,1702,2879 -"148959",42264,10874,3,1702,1891 -"148960",42264,11351,2,1702,2971 -"148961",42264,12388,3,1702,1975 -"148962",42264,12713,3,1702,2440 -"148963",42264,12778,2,1702,2045 -"148964",42264,14252,3,1702,2244 -"148965",42264,14655,3,1702,2559 -"148966",42264,14959,2,1702,2898 -"148967",42264,15184,3,1702,2396 -"148968",42264,16539,3,1702,1947 -"148969",42264,17245,3,1702,1811 -"148970",42264,17351,3,1702,2036 -"148971",42264,17365,3,1702,2746 -"148972",42264,17410,3,1702,2073 -"148973",42264,17520,1,1702,2276 -"148974",42264,17632,3,1702,1947 -"148975",42264,18394,3,1702,2356 -"148976",42264,19606,2,1702,2783 -"148977",42264,20067,3,1702,2390 -"148978",42264,20700,2,1702,2861 -"148979",42264,22749,3,1702,1727 -"148980",42264,23641,3,1702,1934 -"148981",42264,24753,3,1702,2860 -"148982",42264,25816,3,1702,2088 -"148983",42264,25874,2,1702,2088 -"148984",42264,26658,3,1702,2745 -"148985",42264,28216,3,1702,1910 -"148986",42264,29095,3,1702,2531 -"148987",42264,29314,3,1702,2736 -"148988",42264,29449,3,1702,2916 -"148989",42264,31700,3,1702,2727 -"148990",42264,32503,3,1702,2020 -"148991",42264,32516,2,1702,2050 -"148992",42264,32939,3,1702,2277 -"148993",42264,35235,3,1702,2610 -"148994",42264,35256,2,1702,2271 -"148995",42264,35428,3,1702,2263 -"148996",42264,35518,3,1702,1721 -"148997",42264,37238,2,1702,2609 -"148998",42264,37570,2,1702,2389 -"148999",42264,38307,3,1702,2648 -"149000",42264,38921,1,1702,1880 -"149001",42264,40931,3,1702,2301 -"149002",42264,41625,3,1702,1794 -"149003",42264,41682,3,1702,1988 -"149004",42264,41900,3,1702,1970 -"149005",42264,41945,2,1702,2856 -"149006",42264,43173,3,1702,2895 -"149007",42264,43455,2,1702,2846 -"149008",42264,44885,2,1702,2670 -"149009",42264,44899,2,1702,2386 -"149010",42264,45742,3,1702,2566 -"149011",42264,46039,3,1702,1794 -"149012",42264,46629,3,1702,2255 -"149013",42264,50252,1,1702,2001 -"149014",42264,51866,3,1702,2411 -"149015",42264,52576,3,1702,2234 -"149016",42264,53013,3,1702,2523 -"149017",42264,53293,3,1702,2916 -"149018",42264,54903,3,1702,2493 -"149019",42264,57077,3,1702,1885 -"149020",42264,57804,3,1702,2214 -"149021",42264,59140,3,1702,2528 -"149022",42264,61188,3,1702,2134 -"149023",42264,61982,3,1702,2725 -"149024",42264,70203,3,1702,2756 -"149025",42264,71478,3,1702,1721 -"149026",42264,80429,3,1702,1927 -"149027",42264,85430,3,1702,2370 -"149028",42264,91570,3,1702,2229 -"149029",42280,2443,3,2266,2333 -"149030",42280,5414,3,2266,2321 -"149031",42280,6432,3,2266,2297 -"149032",42280,6755,3,2266,2818 -"149033",42280,21682,3,2266,2414 -"149034",42280,36506,3,2266,2638 -"149035",42280,39534,3,2266,2410 -"149036",42280,43929,2,2266,2749 -"149037",42280,49347,3,2266,2504 -"149038",42280,49403,3,2266,2427 -"149039",42280,53092,3,2266,2384 -"149040",42280,57037,2,2266,2293 -"149041",42280,62713,3,2266,2593 -"149042",42280,63525,2,2266,2741 -"149043",42280,76769,2,2266,2601 -"149044",42280,94339,3,2266,2768 -"149045",42280,116792,3,2266,2397 -"149046",42331,841,3,1585,2964 -"149047",42331,1108,2,1585,1600 -"149048",42331,4916,3,1585,1970 -"149049",42331,6989,3,1585,2623 -"149050",42331,7615,3,1585,1657 -"149051",42331,7937,3,1585,2044 -"149052",42331,8062,3,1585,2858 -"149053",42331,8865,3,1585,2394 -"149054",42331,10129,3,1585,2124 -"149055",42331,10239,3,1585,2032 -"149056",42331,10980,2,1585,1974 -"149057",42331,11429,3,1585,2520 -"149058",42331,12948,3,1585,2669 -"149059",42331,13136,3,1585,2867 -"149060",42331,14586,2,1585,2801 -"149061",42331,16176,3,1585,2703 -"149062",42331,16690,3,1585,2132 -"149063",42331,22723,3,1585,2859 -"149064",42331,28869,3,1585,2425 -"149065",42331,34892,2,1585,2309 -"149066",42331,35728,2,1585,2017 -"149067",42331,36953,3,1585,2790 -"149068",42331,46486,3,1585,1868 -"149069",42331,47654,3,1585,1664 -"149070",42331,47968,3,1585,2829 -"149071",42331,57141,3,1585,2371 -"149072",42331,63077,3,1585,2778 -"149073",42331,63837,3,1585,2807 -"149074",42331,69232,3,1585,2130 -"149075",42331,70101,1,1585,2414 -"149076",42331,77864,3,1585,2227 -"149077",42331,92850,3,1585,1971 -"149078",42331,100860,3,1585,2326 -"149079",42333,3011,3,2234,2278 -"149080",42333,4701,3,2234,2401 -"149081",42333,9311,3,2234,2477 -"149082",42333,9979,3,2234,2238 -"149083",42333,19862,3,2234,2412 -"149084",42333,33433,3,2234,2805 -"149085",42333,49696,3,2234,2444 -"149086",42333,68083,3,2234,2795 -"149087",42372,1057,3,2230,2759 -"149088",42372,3158,3,2230,2762 -"149089",42372,17480,3,2230,2316 -"149090",42372,17499,3,2230,2954 -"149091",42372,19744,2,2230,2623 -"149092",42372,19980,2,2230,2231 -"149093",42372,23098,2,2230,2300 -"149094",42372,30697,3,2230,2891 -"149095",42372,30827,3,2230,2323 -"149096",42373,21,2,871,1385 -"149097",42373,160,3,871,2007 -"149098",42373,1108,3,871,1600 -"149099",42373,2747,3,871,2411 -"149100",42373,4001,3,871,1687 -"149101",42373,8865,3,871,2394 -"149102",42373,10980,3,871,1974 -"149103",42373,16690,3,871,2132 -"149104",42373,19364,3,871,2846 -"149105",42373,22709,3,871,2743 -"149106",42373,22723,3,871,2859 -"149107",42373,23966,3,871,891 -"149108",42373,30034,3,871,2357 -"149109",42373,37522,3,871,1270 -"149110",42373,42836,1,871,1939 -"149111",42373,55472,3,871,1516 -"149112",42373,64110,3,871,1331 -"149113",42373,69232,3,871,2130 -"149114",42373,72535,3,871,1191 -"149115",42373,83253,2,871,1102 -"149116",42373,84975,3,871,1138 -"149117",42373,87958,3,871,1234 -"149118",42373,103890,3,871,958 -"149119",42382,827,3,2224,2964 -"149120",42382,843,3,2224,2332 -"149121",42382,1624,2,2224,2687 -"149122",42382,2647,2,2224,2450 -"149123",42382,4249,3,2224,2547 -"149124",42382,6345,3,2224,2713 -"149125",42382,7253,3,2224,2686 -"149126",42382,9272,3,2224,2835 -"149127",42382,14470,3,2224,2632 -"149128",42382,14772,3,2224,2386 -"149129",42382,14957,3,2224,2306 -"149130",42382,15782,3,2224,2306 -"149131",42382,17499,2,2224,2954 -"149132",42382,19366,3,2224,2279 -"149133",42382,20695,3,2224,2526 -"149134",42382,23550,3,2224,2939 -"149135",42382,28782,2,2224,2272 -"149136",42382,31159,3,2224,2231 -"149137",42382,31357,3,2224,2389 -"149138",42382,32169,3,2224,2504 -"149139",42382,36840,2,2224,2269 -"149140",42382,37684,3,2224,2899 -"149141",42382,42390,2,2224,2937 -"149142",42382,42407,3,2224,2408 -"149143",42382,43226,3,2224,2442 -"149144",42382,43701,3,2224,2400 -"149145",42382,47607,2,2224,2724 -"149146",42382,50440,3,2224,2469 -"149147",42382,53584,1,2224,2391 -"149148",42382,53652,3,2224,2899 -"149149",42382,54385,3,2224,2340 -"149150",42382,58508,3,2224,2326 -"149151",42382,69335,3,2224,2698 -"149152",42382,73520,3,2224,2613 -"149153",42390,827,3,2937,2964 -"149154",42390,17499,3,2937,2954 -"149155",42399,3067,1,1007,1378 -"149156",42399,13535,3,1007,1491 -"149157",42399,14888,3,1007,1411 -"149158",42399,15500,1,1007,1658 -"149159",42399,18458,2,1007,2477 -"149160",42399,20545,3,1007,1491 -"149161",42399,20659,2,1007,1969 -"149162",42399,21225,3,1007,1945 -"149163",42399,26106,2,1007,2015 -"149164",42399,32761,3,1007,2680 -"149165",42399,37677,2,1007,1908 -"149166",42399,38908,3,1007,1787 -"149167",42399,43839,3,1007,1685 -"149168",42399,44235,3,1007,2700 -"149169",42399,44684,2,1007,1220 -"149170",42399,49032,3,1007,2469 -"149171",42399,49666,3,1007,2408 -"149172",42399,57565,2,1007,1577 -"149173",42399,67264,3,1007,2790 -"149174",42399,71702,3,1007,2353 -"149175",42399,72122,3,1007,1436 -"149176",42399,85592,3,1007,1412 -"149177",42399,89668,2,1007,1279 -"149178",42399,96678,2,1007,1183 -"149179",42407,378,3,2408,2766 -"149180",42407,489,3,2408,2652 -"149181",42407,1369,1,2408,2487 -"149182",42407,2724,3,2408,2447 -"149183",42407,3559,3,2408,2413 -"149184",42407,6345,3,2408,2713 -"149185",42407,9272,3,2408,2835 -"149186",42407,9724,3,2408,2713 -"149187",42407,14470,3,2408,2632 -"149188",42407,17499,3,2408,2954 -"149189",42407,20695,3,2408,2526 -"149190",42407,23550,2,2408,2939 -"149191",42407,35187,3,2408,2488 -"149192",42407,37684,2,2408,2899 -"149193",42407,41051,3,2408,2767 -"149194",42407,43226,3,2408,2442 -"149195",42407,47882,3,2408,2769 -"149196",42407,49805,3,2408,2445 -"149197",42407,53652,3,2408,2899 -"149198",42407,69335,3,2408,2698 -"149199",42407,70011,3,2408,2690 -"149200",42407,73520,3,2408,2613 -"149201",42407,93553,2,2408,2537 -"149202",42407,94339,3,2408,2768 -"149203",42446,3542,3,202,450 -"149204",42446,7226,3,202,1228 -"149205",42446,7499,3,202,1803 -"149206",42446,7787,3,202,2314 -"149207",42446,10250,2,202,1606 -"149208",42446,12511,3,202,1298 -"149209",42446,17480,1,202,2316 -"149210",42446,18645,3,202,793 -"149211",42446,18820,3,202,453 -"149212",42446,18821,2,202,2075 -"149213",42446,20709,3,202,1757 -"149214",42446,23364,3,202,2306 -"149215",42446,33460,3,202,2781 -"149216",42446,37858,3,202,248 -"149217",42446,38354,3,202,629 -"149218",42446,52950,3,202,2716 -"149219",42446,53640,3,202,1789 -"149220",42446,56316,3,202,1435 -"149221",42446,79337,2,202,875 -"149222",42446,102545,3,202,248 -"149223",42446,113333,3,202,1018 -"149224",42446,115905,3,202,274 -"149225",42474,1136,3,2322,2536 -"149226",42474,3966,3,2322,2425 -"149227",42474,21795,3,2322,2653 -"149228",42474,22714,2,2322,2793 -"149229",42474,25129,3,2322,2647 -"149230",42474,37238,3,2322,2609 -"149231",42474,47248,3,2322,2883 -"149232",42474,51410,3,2322,2739 -"149233",42474,71618,3,2322,2960 -"149234",42486,3403,3,1951,2951 -"149235",42486,4953,3,1951,2285 -"149236",42486,8062,3,1951,2858 -"149237",42486,11135,2,1951,2441 -"149238",42486,14473,3,1951,2325 -"149239",42486,15008,2,1951,2338 -"149240",42486,15502,3,1951,2637 -"149241",42486,15729,3,1951,2338 -"149242",42486,16587,3,1951,2065 -"149243",42486,17354,3,1951,2250 -"149244",42486,19687,3,1951,2072 -"149245",42486,28567,3,1951,2398 -"149246",42486,29864,3,1951,2479 -"149247",42486,31159,3,1951,2231 -"149248",42486,37758,3,1951,1998 -"149249",42486,38307,3,1951,2648 -"149250",42486,39464,3,1951,2314 -"149251",42486,42783,3,1951,2338 -"149252",42486,43455,3,1951,2846 -"149253",42486,45487,3,1951,2256 -"149254",42486,68586,3,1951,2322 -"149255",42486,70203,3,1951,2756 -"149256",42486,71712,3,1951,2399 -"149257",42505,135,3,2008,2233 -"149258",42505,1315,3,2008,2760 -"149259",42505,2684,3,2008,2874 -"149260",42505,2704,3,2008,2609 -"149261",42505,3163,3,2008,2020 -"149262",42505,3947,3,2008,2067 -"149263",42505,3961,2,2008,2426 -"149264",42505,4191,3,2008,2130 -"149265",42505,5239,2,2008,2875 -"149266",42505,7984,2,2008,2493 -"149267",42505,10358,3,2008,2294 -"149268",42505,11477,3,2008,2724 -"149269",42505,13388,3,2008,2119 -"149270",42505,13780,3,2008,2412 -"149271",42505,16826,3,2008,2599 -"149272",42505,20067,2,2008,2390 -"149273",42505,21479,3,2008,2134 -"149274",42505,26451,3,2008,2133 -"149275",42505,28582,3,2008,2698 -"149276",42505,28892,3,2008,2023 -"149277",42505,30747,3,2008,2455 -"149278",42505,31700,3,2008,2727 -"149279",42505,33801,3,2008,2899 -"149280",42505,34158,3,2008,2639 -"149281",42505,36862,3,2008,2655 -"149282",42505,41936,3,2008,2258 -"149283",42505,42935,3,2008,2400 -"149284",42505,44654,3,2008,2916 -"149285",42505,45903,3,2008,2237 -"149286",42505,46040,3,2008,2105 -"149287",42505,46988,3,2008,2460 -"149288",42505,51410,3,2008,2739 -"149289",42505,53475,3,2008,2853 -"149290",42505,55139,2,2008,2323 -"149291",42505,56237,3,2008,2625 -"149292",42505,58164,3,2008,2398 -"149293",42505,64997,3,2008,2791 -"149294",42505,70046,3,2008,2624 -"149295",42505,78150,2,2008,2581 -"149296",42505,92757,2,2008,2615 -"149297",42515,10310,3,2752,2774 -"149298",42522,1639,3,2592,2631 -"149299",42522,26749,3,2592,2965 -"149300",42543,19926,3,1907,2444 -"149301",42543,50275,3,1907,2832 -"149302",42562,371,3,1195,2950 -"149303",42562,680,3,1195,2569 -"149304",42562,860,2,1195,1258 -"149305",42562,1520,2,1195,1716 -"149306",42562,2418,3,1195,2020 -"149307",42562,2446,3,1195,2606 -"149308",42562,2747,3,1195,2411 -"149309",42562,3520,2,1195,2281 -"149310",42562,4665,2,1195,1569 -"149311",42562,4669,3,1195,2395 -"149312",42562,4831,3,1195,2365 -"149313",42562,5606,3,1195,2875 -"149314",42562,5897,3,1195,2337 -"149315",42562,6063,3,1195,2349 -"149316",42562,6821,3,1195,1788 -"149317",42562,8354,3,1195,1705 -"149318",42562,8791,3,1195,1789 -"149319",42562,8865,3,1195,2394 -"149320",42562,9227,3,1195,1267 -"149321",42562,9332,3,1195,2734 -"149322",42562,9503,3,1195,2453 -"149323",42562,9787,3,1195,2858 -"149324",42562,10050,3,1195,1792 -"149325",42562,10473,3,1195,1783 -"149326",42562,12067,3,1195,1213 -"149327",42562,12759,3,1195,2414 -"149328",42562,14998,3,1195,1553 -"149329",42562,16502,2,1195,1616 -"149330",42562,16690,2,1195,2132 -"149331",42562,16796,2,1195,1892 -"149332",42562,17037,3,1195,2947 -"149333",42562,18381,3,1195,1524 -"149334",42562,19587,2,1195,1684 -"149335",42562,20155,3,1195,1517 -"149336",42562,20220,3,1195,1656 -"149337",42562,20517,3,1195,1465 -"149338",42562,21487,3,1195,2203 -"149339",42562,22723,3,1195,2859 -"149340",42562,23131,3,1195,1732 -"149341",42562,24069,3,1195,2697 -"149342",42562,27882,2,1195,1897 -"149343",42562,28051,3,1195,2089 -"149344",42562,28837,3,1195,2286 -"149345",42562,30368,3,1195,2487 -"149346",42562,30525,3,1195,1964 -"149347",42562,31087,3,1195,1757 -"149348",42562,31676,3,1195,1598 -"149349",42562,33236,3,1195,2297 -"149350",42562,33657,3,1195,2336 -"149351",42562,35456,3,1195,2358 -"149352",42562,36487,3,1195,2622 -"149353",42562,37636,3,1195,2178 -"149354",42562,38532,3,1195,1234 -"149355",42562,39249,3,1195,1665 -"149356",42562,39534,3,1195,2410 -"149357",42562,40537,3,1195,1284 -"149358",42562,41633,3,1195,1976 -"149359",42562,42256,2,1195,2839 -"149360",42562,44074,3,1195,1299 -"149361",42562,47375,3,1195,2043 -"149362",42562,49712,3,1195,1937 -"149363",42562,51879,3,1195,1771 -"149364",42562,54924,2,1195,2603 -"149365",42562,58501,3,1195,2613 -"149366",42562,58655,3,1195,2685 -"149367",42562,61541,3,1195,2699 -"149368",42562,63623,3,1195,1394 -"149369",42562,63641,3,1195,2337 -"149370",42562,63644,3,1195,1267 -"149371",42562,68971,3,1195,2019 -"149372",42562,74605,3,1195,2265 -"149373",42562,78740,3,1195,1515 -"149374",42562,82932,3,1195,2245 -"149375",42562,92784,2,1195,1257 -"149376",42562,107496,3,1195,1572 -"149377",42574,5239,3,2842,2875 -"149378",42574,16954,3,2842,2972 -"149379",42574,25325,2,2842,2963 -"149380",42574,33801,3,2842,2899 -"149381",42574,36609,2,2842,2918 -"149382",42574,49110,3,2842,2938 -"149383",42574,53219,3,2842,2973 -"149384",42574,53475,3,2842,2853 -"149385",42618,17852,3,2316,2840 -"149386",42618,18151,3,2316,2962 -"149387",42618,21417,3,2316,2422 -"149388",42618,21795,3,2316,2653 -"149389",42618,22331,3,2316,2687 -"149390",42618,55468,2,2316,2511 -"149391",42618,70046,3,2316,2624 -"149392",42618,73266,3,2316,2496 -"149393",42618,90501,3,2316,2380 -"149394",42619,377,3,2017,2389 -"149395",42619,854,3,2017,2307 -"149396",42619,1090,3,2017,2370 -"149397",42619,1321,3,2017,2075 -"149398",42619,1324,3,2017,2147 -"149399",42619,2011,3,2017,2176 -"149400",42619,2166,3,2017,2557 -"149401",42619,2195,3,2017,2139 -"149402",42619,3164,3,2017,2693 -"149403",42619,4932,1,2017,2752 -"149404",42619,5622,3,2017,2175 -"149405",42619,5839,3,2017,2301 -"149406",42619,5849,3,2017,2404 -"149407",42619,6030,3,2017,2953 -"149408",42619,6390,3,2017,2385 -"149409",42619,10358,3,2017,2294 -"149410",42619,10857,3,2017,2253 -"149411",42619,11218,3,2017,2292 -"149412",42619,11351,3,2017,2971 -"149413",42619,11966,2,2017,2385 -"149414",42619,12035,3,2017,2721 -"149415",42619,12042,3,2017,2345 -"149416",42619,13311,3,2017,2315 -"149417",42619,14032,3,2017,2144 -"149418",42619,14669,3,2017,2080 -"149419",42619,14676,3,2017,2764 -"149420",42619,15301,2,2017,2308 -"149421",42619,16352,2,2017,2657 -"149422",42619,17400,3,2017,2231 -"149423",42619,17413,3,2017,2230 -"149424",42619,18543,3,2017,2968 -"149425",42619,19072,3,2017,2358 -"149426",42619,20292,2,2017,2755 -"149427",42619,20407,3,2017,2339 -"149428",42619,21571,2,2017,2755 -"149429",42619,21682,3,2017,2414 -"149430",42619,22566,2,2017,2308 -"149431",42619,23310,3,2017,2371 -"149432",42619,23787,3,2017,2810 -"149433",42619,25816,3,2017,2088 -"149434",42619,25971,3,2017,2608 -"149435",42619,26080,3,2017,2525 -"149436",42619,26234,3,2017,2183 -"149437",42619,26608,3,2017,2329 -"149438",42619,28011,3,2017,2639 -"149439",42619,28168,3,2017,2702 -"149440",42619,28296,1,2017,2944 -"149441",42619,28893,3,2017,2764 -"149442",42619,29930,3,2017,2240 -"149443",42619,32339,3,2017,2430 -"149444",42619,32567,2,2017,2784 -"149445",42619,34735,1,2017,2767 -"149446",42619,35360,3,2017,2043 -"149447",42619,35464,2,2017,2502 -"149448",42619,35926,3,2017,2371 -"149449",42619,41972,3,2017,2509 -"149450",42619,43173,3,2017,2895 -"149451",42619,45461,2,2017,2458 -"149452",42619,45684,3,2017,2200 -"149453",42619,47534,3,2017,2712 -"149454",42619,49110,3,2017,2938 -"149455",42619,50179,3,2017,2230 -"149456",42619,50236,3,2017,2339 -"149457",42619,51052,3,2017,2784 -"149458",42619,53789,3,2017,2681 -"149459",42619,54551,3,2017,2348 -"149460",42619,54929,3,2017,2783 -"149461",42619,55155,3,2017,2333 -"149462",42619,68215,3,2017,2727 -"149463",42619,74605,3,2017,2265 -"149464",42619,88232,3,2017,2881 -"149465",42628,41051,2,2486,2767 -"149466",42642,2424,3,2257,2582 -"149467",42642,2747,3,2257,2411 -"149468",42642,3460,1,2257,2530 -"149469",42642,3896,1,2257,2693 -"149470",42642,4751,2,2257,2696 -"149471",42642,11456,3,2257,2715 -"149472",42642,16067,3,2257,2727 -"149473",42642,16866,3,2257,2718 -"149474",42642,18865,3,2257,2676 -"149475",42642,25325,3,2257,2963 -"149476",42642,30943,3,2257,2287 -"149477",42642,32939,3,2257,2277 -"149478",42642,36646,2,2257,2744 -"149479",42642,41955,3,2257,2479 -"149480",42642,42196,2,2257,2765 -"149481",42642,46580,3,2257,2346 -"149482",42642,46803,3,2257,2305 -"149483",42642,47877,3,2257,2970 -"149484",42642,51055,1,2257,2558 -"149485",42642,53968,3,2257,2703 -"149486",42642,56893,3,2257,2597 -"149487",42642,63395,2,2257,2334 -"149488",42642,63641,3,2257,2337 -"149489",42642,64436,3,2257,2687 -"149490",42642,64469,3,2257,2707 -"149491",42642,67726,3,2257,2873 -"149492",42642,69591,2,2257,2294 -"149493",42642,69716,3,2257,2632 -"149494",42642,74204,3,2257,2463 -"149495",42648,3016,3,167,747 -"149496",42648,10720,2,167,199 -"149497",42648,10908,3,167,1134 -"149498",42648,43250,3,167,1300 -"149499",42648,106224,1,167,1300 -"149500",42687,270,3,1952,2542 -"149501",42687,5235,3,1952,2324 -"149502",42687,5971,3,1952,1985 -"149503",42687,6044,3,1952,2744 -"149504",42687,6588,3,1952,2025 -"149505",42687,6718,2,1952,2138 -"149506",42687,7515,3,1952,2737 -"149507",42687,7616,3,1952,2296 -"149508",42687,13307,3,1952,2206 -"149509",42687,16352,3,1952,2657 -"149510",42687,18394,2,1952,2356 -"149511",42687,21104,3,1952,2327 -"149512",42687,21693,3,1952,2176 -"149513",42687,22197,2,1952,2271 -"149514",42687,22326,3,1952,2818 -"149515",42687,23509,3,1952,2275 -"149516",42687,23526,3,1952,1998 -"149517",42687,25305,3,1952,2447 -"149518",42687,26848,3,1952,2363 -"149519",42687,29962,3,1952,2201 -"149520",42687,30405,3,1952,2164 -"149521",42687,32173,3,1952,2341 -"149522",42687,46629,3,1952,2255 -"149523",42687,50118,3,1952,2654 -"149524",42687,50236,3,1952,2339 -"149525",42687,56082,3,1952,2395 -"149526",42687,56237,3,1952,2625 -"149527",42687,72326,3,1952,2384 -"149528",42687,79804,1,1952,2227 -"149529",42713,2344,3,1995,2752 -"149530",42713,3776,3,1995,2322 -"149531",42713,5606,3,1995,2875 -"149532",42713,6248,2,1995,2737 -"149533",42713,10727,2,1995,2082 -"149534",42713,19687,3,1995,2072 -"149535",42713,28355,2,1995,2053 -"149536",42713,33363,3,1995,2475 -"149537",42713,49147,2,1995,2539 -"149538",42713,55436,3,1995,2513 -"149539",42713,59470,3,1995,2393 -"149540",42713,62712,3,1995,2884 -"149541",42713,64534,3,1995,2924 -"149542",42715,360,3,987,1671 -"149543",42715,2894,3,987,1291 -"149544",42715,3716,3,987,1679 -"149545",42715,7970,3,987,1197 -"149546",42715,8865,2,987,2394 -"149547",42715,9311,3,987,2477 -"149548",42715,9391,2,987,1252 -"149549",42715,10148,1,987,2964 -"149550",42715,10875,3,987,1234 -"149551",42715,11382,2,987,2746 -"149552",42715,12067,3,987,1213 -"149553",42715,12103,3,987,1244 -"149554",42715,12310,3,987,1337 -"149555",42715,13610,2,987,2515 -"149556",42715,13808,3,987,1356 -"149557",42715,15560,2,987,2257 -"149558",42715,16313,3,987,1160 -"149559",42715,20783,3,987,2414 -"149560",42715,22260,3,987,2137 -"149561",42715,23508,2,987,1907 -"149562",42715,24512,3,987,1369 -"149563",42715,27849,3,987,1316 -"149564",42715,27908,3,987,2576 -"149565",42715,29073,3,987,2328 -"149566",42715,29267,3,987,1234 -"149567",42715,29454,3,987,2719 -"149568",42715,30906,2,987,2537 -"149569",42715,35903,2,987,1434 -"149570",42715,37333,3,987,1612 -"149571",42715,46486,3,987,1868 -"149572",42715,46596,3,987,1942 -"149573",42715,46883,3,987,1671 -"149574",42715,48377,3,987,1927 -"149575",42715,51016,3,987,1141 -"149576",42715,55821,3,987,1303 -"149577",42715,55862,3,987,2123 -"149578",42715,62966,3,987,1282 -"149579",42715,69232,3,987,2130 -"149580",42715,82929,3,987,2475 -"149581",42715,83096,3,987,1061 -"149582",42715,94101,3,987,997 -"149583",42715,101338,2,987,1319 -"149584",42717,13290,3,2588,2824 -"149585",42717,40035,3,2588,2742 -"149586",42717,53739,3,2588,2704 -"149587",42722,19027,3,2368,2721 -"149588",42722,60867,3,2368,2689 -"149589",42725,288,3,630,947 -"149590",42725,380,3,630,2261 -"149591",42725,388,3,630,1594 -"149592",42725,489,3,630,2652 -"149593",42725,680,3,630,2569 -"149594",42725,1367,3,630,2176 -"149595",42725,1386,3,630,1901 -"149596",42725,1560,3,630,2013 -"149597",42725,2036,3,630,2483 -"149598",42725,2224,2,630,2751 -"149599",42725,2337,3,630,1697 -"149600",42725,2407,2,630,1725 -"149601",42725,2424,3,630,2582 -"149602",42725,2540,3,630,1398 -"149603",42725,2563,1,630,1686 -"149604",42725,2600,3,630,1182 -"149605",42725,2694,3,630,2062 -"149606",42725,2747,3,630,2411 -"149607",42725,2852,3,630,2448 -"149608",42725,3068,3,630,1815 -"149609",42725,3306,3,630,1989 -"149610",42725,3801,3,630,1974 -"149611",42725,3849,2,630,1356 -"149612",42725,3863,3,630,856 -"149613",42725,4001,3,630,1687 -"149614",42725,4303,3,630,2414 -"149615",42725,4821,3,630,1938 -"149616",42725,4889,3,630,1501 -"149617",42725,5120,2,630,2735 -"149618",42725,5315,3,630,2631 -"149619",42725,5346,2,630,1438 -"149620",42725,5580,3,630,2111 -"149621",42725,6074,3,630,2426 -"149622",42725,6363,3,630,2066 -"149623",42725,6602,3,630,1631 -"149624",42725,7245,3,630,2089 -"149625",42725,7475,3,630,1284 -"149626",42725,7582,3,630,1099 -"149627",42725,7936,3,630,1199 -"149628",42725,8062,3,630,2858 -"149629",42725,8772,3,630,847 -"149630",42725,8821,3,630,2230 -"149631",42725,8984,3,630,1162 -"149632",42725,9202,2,630,2477 -"149633",42725,9227,3,630,1267 -"149634",42725,9654,3,630,2111 -"149635",42725,9716,3,630,1929 -"149636",42725,10472,3,630,859 -"149637",42725,10474,3,630,1608 -"149638",42725,10513,2,630,2284 -"149639",42725,11429,3,630,2520 -"149640",42725,11477,3,630,2724 -"149641",42725,12759,3,630,2414 -"149642",42725,13537,3,630,1020 -"149643",42725,13671,3,630,1371 -"149644",42725,14072,3,630,1346 -"149645",42725,14108,3,630,2012 -"149646",42725,14707,3,630,672 -"149647",42725,14972,3,630,2332 -"149648",42725,15095,3,630,2001 -"149649",42725,15207,2,630,1855 -"149650",42725,15453,3,630,1688 -"149651",42725,15462,3,630,1141 -"149652",42725,15546,3,630,2055 -"149653",42725,15700,3,630,1712 -"149654",42725,16067,3,630,2727 -"149655",42725,16866,2,630,2718 -"149656",42725,16877,3,630,2509 -"149657",42725,17502,3,630,869 -"149658",42725,17571,3,630,953 -"149659",42725,18124,3,630,1642 -"149660",42725,18211,1,630,1745 -"149661",42725,18348,3,630,1711 -"149662",42725,18371,3,630,2860 -"149663",42725,18381,3,630,1524 -"149664",42725,18415,3,630,2184 -"149665",42725,18518,3,630,1128 -"149666",42725,18865,2,630,2676 -"149667",42725,19096,3,630,1538 -"149668",42725,19208,3,630,2629 -"149669",42725,19605,3,630,2395 -"149670",42725,19668,3,630,696 -"149671",42725,20176,3,630,1050 -"149672",42725,20563,3,630,2267 -"149673",42725,20624,2,630,1298 -"149674",42725,20687,3,630,1248 -"149675",42725,20688,3,630,891 -"149676",42725,21929,3,630,2062 -"149677",42725,22374,3,630,1226 -"149678",42725,22884,3,630,1608 -"149679",42725,23756,3,630,2309 -"149680",42725,24060,3,630,2349 -"149681",42725,24974,3,630,702 -"149682",42725,25198,3,630,1982 -"149683",42725,25373,3,630,2783 -"149684",42725,26642,3,630,2952 -"149685",42725,28057,1,630,1067 -"149686",42725,28525,3,630,1273 -"149687",42725,28904,3,630,926 -"149688",42725,29997,3,630,1789 -"149689",42725,30081,3,630,2403 -"149690",42725,30262,3,630,1715 -"149691",42725,30334,2,630,2075 -"149692",42725,30705,3,630,2959 -"149693",42725,30943,3,630,2287 -"149694",42725,32939,3,630,2277 -"149695",42725,33588,3,630,1040 -"149696",42725,33621,2,630,1319 -"149697",42725,34820,3,630,1630 -"149698",42725,34836,3,630,2302 -"149699",42725,35518,3,630,1721 -"149700",42725,35752,3,630,1158 -"149701",42725,36270,3,630,2910 -"149702",42725,36637,3,630,2085 -"149703",42725,36953,3,630,2790 -"149704",42725,37628,3,630,819 -"149705",42725,37636,2,630,2178 -"149706",42725,37844,3,630,2002 -"149707",42725,38449,3,630,1802 -"149708",42725,39535,3,630,2428 -"149709",42725,40009,3,630,1341 -"149710",42725,40022,3,630,2307 -"149711",42725,40392,2,630,1878 -"149712",42725,40893,3,630,1116 -"149713",42725,41023,2,630,2408 -"149714",42725,41033,3,630,1839 -"149715",42725,41429,3,630,1770 -"149716",42725,41439,3,630,709 -"149717",42725,41598,3,630,2291 -"149718",42725,41723,3,630,2101 -"149719",42725,41955,3,630,2479 -"149720",42725,42186,3,630,955 -"149721",42725,42642,3,630,2257 -"149722",42725,42813,3,630,2142 -"149723",42725,43204,3,630,1680 -"149724",42725,44341,3,630,1230 -"149725",42725,44819,3,630,2063 -"149726",42725,45186,3,630,835 -"149727",42725,45449,3,630,1610 -"149728",42725,46803,3,630,2305 -"149729",42725,47082,3,630,1990 -"149730",42725,50229,3,630,1190 -"149731",42725,50480,3,630,2701 -"149732",42725,51017,3,630,2073 -"149733",42725,51783,2,630,2599 -"149734",42725,53043,3,630,803 -"149735",42725,54388,3,630,1257 -"149736",42725,56082,3,630,2395 -"149737",42725,56910,3,630,2705 -"149738",42725,57804,3,630,2214 -"149739",42725,57990,3,630,978 -"149740",42725,58854,2,630,1131 -"149741",42725,63395,2,630,2334 -"149742",42725,63641,3,630,2337 -"149743",42725,66622,2,630,799 -"149744",42725,67726,3,630,2873 -"149745",42725,68043,1,630,690 -"149746",42725,69215,3,630,1591 -"149747",42725,69712,3,630,1219 -"149748",42725,69716,3,630,2632 -"149749",42725,70455,3,630,1307 -"149750",42725,71342,3,630,1289 -"149751",42725,72468,3,630,2292 -"149752",42725,74204,3,630,2463 -"149753",42725,74818,3,630,1440 -"149754",42725,75025,3,630,717 -"149755",42725,75444,3,630,2846 -"149756",42725,79350,2,630,2261 -"149757",42725,80825,3,630,2315 -"149758",42725,84907,3,630,1259 -"149759",42725,85356,3,630,1492 -"149760",42725,92491,2,630,1968 -"149761",42725,94404,3,630,1836 -"149762",42725,94444,3,630,1554 -"149763",42725,94520,1,630,1243 -"149764",42725,95416,3,630,982 -"149765",42725,95680,3,630,801 -"149766",42725,98080,2,630,1265 -"149767",42725,99237,3,630,783 -"149768",42725,99298,3,630,679 -"149769",42725,99557,3,630,1703 -"149770",42725,100134,3,630,977 -"149771",42725,100260,3,630,888 -"149772",42725,101347,3,630,1335 -"149773",42725,104565,2,630,2693 -"149774",42725,106725,3,630,710 -"149775",42725,113238,3,630,671 -"149776",42740,364,3,403,2351 -"149777",42740,2540,3,403,1398 -"149778",42740,3127,3,403,2273 -"149779",42740,4669,3,403,2395 -"149780",42740,5106,3,403,2622 -"149781",42740,6989,3,403,2623 -"149782",42740,7337,3,403,1797 -"149783",42740,7719,3,403,1954 -"149784",42740,9227,3,403,1267 -"149785",42740,11108,3,403,1609 -"149786",42740,11383,3,403,977 -"149787",42740,11648,2,403,2852 -"149788",42740,12948,2,403,2669 -"149789",42740,14781,3,403,2338 -"149790",42740,15879,3,403,419 -"149791",42740,16864,2,403,814 -"149792",42740,17033,3,403,2771 -"149793",42740,18122,3,403,894 -"149794",42740,18978,3,403,952 -"149795",42740,20395,3,403,1468 -"149796",42740,21383,3,403,971 -"149797",42740,21593,3,403,1312 -"149798",42740,27390,3,403,2425 -"149799",42740,27545,3,403,855 -"149800",42740,27742,3,403,2700 -"149801",42740,28869,3,403,2425 -"149802",42740,35573,2,403,2084 -"149803",42740,36327,3,403,870 -"149804",42740,37351,3,403,978 -"149805",42740,40572,2,403,2666 -"149806",42740,41023,3,403,2408 -"149807",42740,44795,3,403,635 -"149808",42740,45518,3,403,494 -"149809",42740,45869,2,403,2840 -"149810",42740,46486,3,403,1868 -"149811",42740,67266,3,403,2010 -"149812",42740,72597,3,403,1843 -"149813",42740,76007,3,403,918 -"149814",42740,76286,3,403,1642 -"149815",42740,80793,3,403,631 -"149816",42740,101453,3,403,454 -"149817",42747,798,3,1189,2476 -"149818",42747,998,2,1189,1795 -"149819",42747,1046,3,1189,1881 -"149820",42747,2591,2,1189,1949 -"149821",42747,3242,3,1189,1730 -"149822",42747,4191,3,1189,2130 -"149823",42747,4618,3,1189,2607 -"149824",42747,4980,3,1189,2093 -"149825",42747,5725,3,1189,2789 -"149826",42747,5785,3,1189,1261 -"149827",42747,6208,3,1189,2361 -"149828",42747,6577,2,1189,1951 -"149829",42747,8258,2,1189,1959 -"149830",42747,10874,3,1189,1891 -"149831",42747,11540,3,1189,1237 -"149832",42747,11875,3,1189,1526 -"149833",42747,14072,3,1189,1346 -"149834",42747,14482,3,1189,1573 -"149835",42747,15207,3,1189,1855 -"149836",42747,15315,3,1189,2173 -"149837",42747,16954,3,1189,2972 -"149838",42747,17264,3,1189,2528 -"149839",42747,17381,3,1189,1697 -"149840",42747,17938,3,1189,1410 -"149841",42747,19027,2,1189,2721 -"149842",42747,19248,3,1189,2357 -"149843",42747,19606,3,1189,2783 -"149844",42747,19637,3,1189,1229 -"149845",42747,19771,3,1189,2410 -"149846",42747,20700,3,1189,2861 -"149847",42747,21138,3,1189,2849 -"149848",42747,21682,3,1189,2414 -"149849",42747,24807,2,1189,2319 -"149850",42747,25508,2,1189,2081 -"149851",42747,28635,3,1189,2368 -"149852",42747,30438,3,1189,1617 -"149853",42747,30883,3,1189,1629 -"149854",42747,31243,1,1189,1355 -"149855",42747,31799,3,1189,2547 -"149856",42747,34492,3,1189,1798 -"149857",42747,35516,3,1189,1229 -"149858",42747,35529,3,1189,1620 -"149859",42747,35738,3,1189,2448 -"149860",42747,38449,3,1189,1802 -"149861",42747,38467,3,1189,1259 -"149862",42747,42722,1,1189,2368 -"149863",42747,42935,3,1189,2400 -"149864",42747,43225,3,1189,1835 -"149865",42747,45715,3,1189,2287 -"149866",42747,48605,3,1189,2796 -"149867",42747,49677,3,1189,1222 -"149868",42747,50124,3,1189,1209 -"149869",42747,51017,3,1189,2073 -"149870",42747,51410,3,1189,2739 -"149871",42747,51987,3,1189,1397 -"149872",42747,52003,3,1189,2067 -"149873",42747,54676,3,1189,1342 -"149874",42747,57549,3,1189,2335 -"149875",42747,58035,3,1189,1646 -"149876",42747,60289,3,1189,2729 -"149877",42747,60867,2,1189,2689 -"149878",42747,64436,3,1189,2687 -"149879",42747,64945,3,1189,2279 -"149880",42747,65029,3,1189,2954 -"149881",42747,68960,3,1189,1312 -"149882",42747,71518,3,1189,2805 -"149883",42747,79211,3,1189,1590 -"149884",42747,79436,3,1189,1344 -"149885",42747,85356,3,1189,1492 -"149886",42747,89934,3,1189,2760 -"149887",42756,1520,3,1384,1716 -"149888",42756,1592,3,1384,2006 -"149889",42756,1691,3,1384,1941 -"149890",42756,2344,3,1384,2752 -"149891",42756,2540,3,1384,1398 -"149892",42756,4730,3,1384,2131 -"149893",42756,6989,3,1384,2623 -"149894",42756,8890,3,1384,1955 -"149895",42756,13007,3,1384,2496 -"149896",42756,13099,3,1384,1547 -"149897",42756,19858,3,1384,2357 -"149898",42756,20200,2,1384,2322 -"149899",42756,20395,3,1384,1468 -"149900",42756,21575,3,1384,1762 -"149901",42756,26642,3,1384,2952 -"149902",42756,27320,3,1384,2378 -"149903",42756,31089,3,1384,2952 -"149904",42756,35797,3,1384,2482 -"149905",42756,36953,3,1384,2790 -"149906",42756,37509,3,1384,1640 -"149907",42756,41134,2,1384,2952 -"149908",42756,41338,3,1384,1553 -"149909",42756,41694,3,1384,2358 -"149910",42756,42486,3,1384,1951 -"149911",42756,46486,3,1384,1868 -"149912",42756,47968,2,1384,2829 -"149913",42756,52041,3,1384,2694 -"149914",42756,52471,3,1384,2483 -"149915",42756,53643,3,1384,1626 -"149916",42756,55482,2,1384,1866 -"149917",42756,61347,2,1384,1684 -"149918",42756,62746,3,1384,2119 -"149919",42756,66994,1,1384,1865 -"149920",42756,68586,1,1384,2322 -"149921",42756,71712,3,1384,2399 -"149922",42756,77200,3,1384,1737 -"149923",42756,83336,3,1384,1397 -"149924",42756,88067,3,1384,2315 -"149925",42756,88232,3,1384,2881 -"149926",42773,843,3,385,2332 -"149927",42773,1369,3,385,2487 -"149928",42773,1785,2,385,2350 -"149929",42773,2282,3,385,2056 -"149930",42773,2506,2,385,954 -"149931",42773,2588,1,385,552 -"149932",42773,2737,3,385,607 -"149933",42773,2927,3,385,1789 -"149934",42773,3271,3,385,2216 -"149935",42773,3360,3,385,1583 -"149936",42773,4249,3,385,2547 -"149937",42773,4551,3,385,2720 -"149938",42773,4622,3,385,1589 -"149939",42773,4784,3,385,2511 -"149940",42773,5041,3,385,2371 -"149941",42773,5346,3,385,1438 -"149942",42773,5637,2,385,1976 -"149943",42773,6020,3,385,1864 -"149944",42773,6345,3,385,2713 -"149945",42773,6480,3,385,1678 -"149946",42773,6999,3,385,2214 -"149947",42773,7253,3,385,2686 -"149948",42773,7254,3,385,1849 -"149949",42773,7310,2,385,636 -"149950",42773,8607,3,385,1685 -"149951",42773,8896,3,385,1139 -"149952",42773,9269,3,385,1892 -"149953",42773,9272,3,385,2835 -"149954",42773,9538,2,385,1786 -"149955",42773,9656,2,385,1135 -"149956",42773,9724,3,385,2713 -"149957",42773,9895,3,385,1960 -"149958",42773,10119,3,385,2374 -"149959",42773,10358,3,385,2294 -"149960",42773,10716,3,385,1692 -"149961",42773,10990,3,385,805 -"149962",42773,11858,2,385,1530 -"149963",42773,12116,3,385,2119 -"149964",42773,12197,3,385,1235 -"149965",42773,13034,1,385,698 -"149966",42773,13340,2,385,1918 -"149967",42773,13671,3,385,1371 -"149968",42773,14212,3,385,857 -"149969",42773,14957,3,385,2306 -"149970",42773,15146,3,385,1546 -"149971",42773,15207,3,385,1855 -"149972",42773,15281,2,385,810 -"149973",42773,15594,3,385,753 -"149974",42773,15782,3,385,2306 -"149975",42773,16347,3,385,1868 -"149976",42773,16524,3,385,1556 -"149977",42773,16935,2,385,441 -"149978",42773,16963,3,385,1999 -"149979",42773,17499,2,385,2954 -"149980",42773,17531,3,385,876 -"149981",42773,17695,3,385,1930 -"149982",42773,18550,3,385,483 -"149983",42773,18645,3,385,793 -"149984",42773,18718,3,385,494 -"149985",42773,18820,3,385,453 -"149986",42773,18821,3,385,2075 -"149987",42773,18953,3,385,915 -"149988",42773,19002,3,385,2053 -"149989",42773,19048,3,385,2180 -"149990",42773,19476,2,385,1708 -"149991",42773,19509,3,385,2000 -"149992",42773,19542,1,385,570 -"149993",42773,20038,2,385,1531 -"149994",42773,21358,3,385,1970 -"149995",42773,21942,3,385,2041 -"149996",42773,22532,3,385,568 -"149997",42773,23498,3,385,2398 -"149998",42773,23550,2,385,2939 -"149999",42773,23560,2,385,2051 -"150000",42773,24044,3,385,1076 -"150001",42773,25330,3,385,2370 -"150002",42773,25345,3,385,713 -"150003",42773,25678,3,385,1558 -"150004",42773,26597,3,385,2070 -"150005",42773,26698,3,385,1963 -"150006",42773,28268,3,385,2258 -"150007",42773,28970,3,385,2111 -"150008",42773,29778,2,385,840 -"150009",42773,32919,3,385,2321 -"150010",42773,34274,3,385,1437 -"150011",42773,34953,3,385,1817 -"150012",42773,35243,3,385,1102 -"150013",42773,35317,2,385,1888 -"150014",42773,35844,3,385,2961 -"150015",42773,35926,3,385,2371 -"150016",42773,36892,3,385,643 -"150017",42773,37684,2,385,2899 -"150018",42773,39507,3,385,793 -"150019",42773,40113,3,385,451 -"150020",42773,41098,3,385,1857 -"150021",42773,41381,3,385,829 -"150022",42773,42382,3,385,2224 -"150023",42773,42407,2,385,2408 -"150024",42773,43226,3,385,2442 -"150025",42773,46049,3,385,2102 -"150026",42773,46616,3,385,1917 -"150027",42773,47607,3,385,2724 -"150028",42773,47882,3,385,2769 -"150029",42773,48110,3,385,2009 -"150030",42773,50468,3,385,1659 -"150031",42773,50678,3,385,1366 -"150032",42773,53584,3,385,2391 -"150033",42773,55307,3,385,2306 -"150034",42773,55325,3,385,653 -"150035",42773,58508,3,385,2326 -"150036",42773,60463,3,385,1583 -"150037",42773,60836,3,385,1880 -"150038",42773,63329,3,385,639 -"150039",42773,63631,3,385,763 -"150040",42773,68398,3,385,978 -"150041",42773,69335,3,385,2698 -"150042",42773,70011,1,385,2690 -"150043",42773,71307,2,385,761 -"150044",42773,73520,2,385,2613 -"150045",42773,77719,1,385,2086 -"150046",42773,78257,3,385,590 -"150047",42773,78277,2,385,1937 -"150048",42773,79699,2,385,1735 -"150049",42773,80301,3,385,1690 -"150050",42773,80801,3,385,1250 -"150051",42773,80970,3,385,2069 -"150052",42773,83786,3,385,1614 -"150053",42773,83790,3,385,1637 -"150054",42773,84235,3,385,1639 -"150055",42773,84590,2,385,1734 -"150056",42773,85065,2,385,1585 -"150057",42773,90610,3,385,418 -"150058",42773,92630,3,385,1583 -"150059",42773,93553,3,385,2537 -"150060",42773,93642,3,385,1120 -"150061",42773,93710,3,385,544 -"150062",42773,94520,3,385,1243 -"150063",42773,94808,3,385,988 -"150064",42773,95708,3,385,433 -"150065",42773,99237,2,385,783 -"150066",42773,100231,3,385,998 -"150067",42773,103710,3,385,439 -"150068",42773,111119,3,385,550 -"150069",42783,2424,3,2338,2582 -"150070",42783,3477,3,2338,2546 -"150071",42783,6063,3,2338,2349 -"150072",42783,9175,2,2338,2639 -"150073",42783,14507,3,2338,2686 -"150074",42783,17549,3,2338,2647 -"150075",42783,23725,3,2338,2378 -"150076",42783,24825,3,2338,2686 -"150077",42783,33223,3,2338,2397 -"150078",42783,33380,3,2338,2340 -"150079",42783,38307,3,2338,2648 -"150080",42783,40368,3,2338,2876 -"150081",42783,41945,3,2338,2856 -"150082",42783,43455,3,2338,2846 -"150083",42783,45239,2,2338,2535 -"150084",42783,45608,3,2338,2420 -"150085",42783,47140,3,2338,2439 -"150086",42783,54551,3,2338,2348 -"150087",42783,60974,3,2338,2972 -"150088",42783,65434,3,2338,2866 -"150089",42799,10310,3,2729,2774 -"150090",42799,17027,3,2729,2772 -"150091",42799,23132,3,2729,2756 -"150092",42799,36441,2,2729,2796 -"150093",42799,41770,3,2729,2752 -"150094",42799,117956,3,2729,2774 -"150095",42813,1519,3,2142,2349 -"150096",42813,2190,3,2142,2359 -"150097",42813,2747,3,2142,2411 -"150098",42813,3127,2,2142,2273 -"150099",42813,3978,3,2142,2775 -"150100",42813,4303,3,2142,2414 -"150101",42813,5897,3,2142,2337 -"150102",42813,6119,3,2142,2358 -"150103",42813,6989,3,2142,2623 -"150104",42813,7252,1,2142,2799 -"150105",42813,8865,3,2142,2394 -"150106",42813,9202,3,2142,2477 -"150107",42813,9503,3,2142,2453 -"150108",42813,9787,3,2142,2858 -"150109",42813,10336,3,2142,2271 -"150110",42813,11136,3,2142,2573 -"150111",42813,16286,2,2142,2470 -"150112",42813,16866,2,2142,2718 -"150113",42813,18005,3,2142,2449 -"150114",42813,18865,2,2142,2676 -"150115",42813,19208,3,2142,2629 -"150116",42813,19433,3,2142,2504 -"150117",42813,19605,3,2142,2395 -"150118",42813,21209,3,2142,2184 -"150119",42813,26642,3,2142,2952 -"150120",42813,27686,3,2142,2844 -"150121",42813,27908,3,2142,2576 -"150122",42813,27914,3,2142,2507 -"150123",42813,28869,3,2142,2425 -"150124",42813,29977,3,2142,2781 -"150125",42813,33341,3,2142,2338 -"150126",42813,35980,3,2142,2657 -"150127",42813,36270,3,2142,2910 -"150128",42813,36953,2,2142,2790 -"150129",42813,37636,3,2142,2178 -"150130",42813,39534,3,2142,2410 -"150131",42813,40035,3,2142,2742 -"150132",42813,40572,2,2142,2666 -"150133",42813,43673,3,2142,2787 -"150134",42813,44433,3,2142,2224 -"150135",42813,44603,3,2142,2748 -"150136",42813,45729,3,2142,2606 -"150137",42813,47595,3,2142,2374 -"150138",42813,50480,3,2142,2701 -"150139",42813,50585,3,2142,2414 -"150140",42813,51265,3,2142,2670 -"150141",42813,51783,3,2142,2599 -"150142",42813,52483,3,2142,2317 -"150143",42813,53739,3,2142,2704 -"150144",42813,54775,3,2142,2383 -"150145",42813,56910,3,2142,2705 -"150146",42813,58521,2,2142,2950 -"150147",42813,61585,3,2142,2315 -"150148",42813,63395,2,2142,2334 -"150149",42813,66677,3,2142,2151 -"150150",42813,74204,3,2142,2463 -"150151",42814,1386,3,1149,1901 -"150152",42814,9030,3,1149,1979 -"150153",42814,11419,3,1149,1408 -"150154",42814,14669,3,1149,2080 -"150155",42814,15343,2,1149,2125 -"150156",42814,16029,3,1149,1160 -"150157",42814,17021,3,1149,1226 -"150158",42814,21092,3,1149,1643 -"150159",42814,21417,2,1149,2422 -"150160",42814,24608,2,1149,1630 -"150161",42814,34311,3,1149,2213 -"150162",42814,38038,3,1149,2686 -"150163",42814,38908,3,1149,1787 -"150164",42814,42618,3,1149,2316 -"150165",42814,45664,2,1149,2235 -"150166",42814,48820,3,1149,2769 -"150167",42814,49998,3,1149,2761 -"150168",42814,70046,3,1149,2624 -"150169",42814,73266,3,1149,2496 -"150170",42814,77057,2,1149,1866 -"150171",42814,77095,2,1149,1622 -"150172",42814,80942,3,1149,1240 -"150173",42814,84039,2,1149,1335 -"150174",42814,87198,2,1149,1462 -"150175",42814,119731,3,1149,1208 -"150176",42837,2,3,1096,2796 -"150177",42837,21,3,1096,1385 -"150178",42837,160,3,1096,2007 -"150179",42837,270,3,1096,2542 -"150180",42837,341,3,1096,2689 -"150181",42837,854,3,1096,2307 -"150182",42837,1108,3,1096,1600 -"150183",42837,1150,3,1096,1595 -"150184",42837,1520,2,1096,1716 -"150185",42837,2111,2,1096,1904 -"150186",42837,2424,3,1096,2582 -"150187",42837,2894,2,1096,1291 -"150188",42837,3492,3,1096,2117 -"150189",42837,3495,3,1096,2431 -"150190",42837,3819,3,1096,1583 -"150191",42837,4360,3,1096,1770 -"150192",42837,5346,3,1096,1438 -"150193",42837,5392,2,1096,1648 -"150194",42837,5615,1,1096,1105 -"150195",42837,5971,3,1096,1985 -"150196",42837,6162,3,1096,1673 -"150197",42837,6192,3,1096,2409 -"150198",42837,6222,3,1096,1949 -"150199",42837,6449,3,1096,1997 -"150200",42837,6588,2,1096,2025 -"150201",42837,7406,3,1096,1906 -"150202",42837,7597,3,1096,2037 -"150203",42837,7616,3,1096,2296 -"150204",42837,7703,3,1096,2122 -"150205",42837,8274,3,1096,1909 -"150206",42837,8327,3,1096,2527 -"150207",42837,9227,3,1096,1267 -"150208",42837,9311,3,1096,2477 -"150209",42837,9331,3,1096,2269 -"150210",42837,9423,3,1096,1708 -"150211",42837,10215,3,1096,2006 -"150212",42837,10488,3,1096,1524 -"150213",42837,10523,3,1096,1510 -"150214",42837,10857,3,1096,2253 -"150215",42837,11218,3,1096,2292 -"150216",42837,11229,3,1096,1625 -"150217",42837,11585,3,1096,1817 -"150218",42837,11770,3,1096,1653 -"150219",42837,12388,2,1096,1975 -"150220",42837,12639,3,1096,1141 -"150221",42837,12943,3,1096,1902 -"150222",42837,13158,3,1096,2667 -"150223",42837,13307,3,1096,2206 -"150224",42837,13720,3,1096,1558 -"150225",42837,13808,3,1096,1356 -"150226",42837,14586,1,1096,2801 -"150227",42837,14959,3,1096,2898 -"150228",42837,15106,3,1096,2286 -"150229",42837,15444,1,1096,2764 -"150230",42837,16195,3,1096,2964 -"150231",42837,16539,3,1096,1947 -"150232",42837,17027,3,1096,2772 -"150233",42837,17097,3,1096,1505 -"150234",42837,17351,2,1096,2036 -"150235",42837,17400,3,1096,2231 -"150236",42837,17632,3,1096,1947 -"150237",42837,17645,3,1096,1918 -"150238",42837,17938,3,1096,1410 -"150239",42837,18165,2,1096,2085 -"150240",42837,18394,3,1096,2356 -"150241",42837,19317,2,1096,2041 -"150242",42837,19622,3,1096,2371 -"150243",42837,20067,3,1096,2390 -"150244",42837,20331,3,1096,2365 -"150245",42837,20984,3,1096,2502 -"150246",42837,21012,3,1096,2325 -"150247",42837,21248,1,1096,2232 -"150248",42837,21275,3,1096,2609 -"150249",42837,22403,3,1096,1630 -"150250",42837,23015,3,1096,1362 -"150251",42837,23268,2,1096,2258 -"150252",42837,23460,3,1096,2183 -"150253",42837,23526,3,1096,1998 -"150254",42837,23715,3,1096,1859 -"150255",42837,24085,3,1096,1253 -"150256",42837,24256,3,1096,2393 -"150257",42837,26848,3,1096,2363 -"150258",42837,26974,3,1096,1672 -"150259",42837,27642,3,1096,1531 -"150260",42837,28383,3,1096,1222 -"150261",42837,28579,3,1096,1722 -"150262",42837,28626,3,1096,2842 -"150263",42837,29073,3,1096,2328 -"150264",42837,29884,3,1096,1239 -"150265",42837,29930,3,1096,2240 -"150266",42837,29997,3,1096,1789 -"150267",42837,30236,3,1096,2238 -"150268",42837,30262,3,1096,1715 -"150269",42837,30368,3,1096,2487 -"150270",42837,30405,3,1096,2164 -"150271",42837,30798,3,1096,1398 -"150272",42837,31541,3,1096,1500 -"150273",42837,31705,3,1096,2706 -"150274",42837,37522,3,1096,1270 -"150275",42837,37752,3,1096,2223 -"150276",42837,38921,3,1096,1880 -"150277",42837,39875,3,1096,2422 -"150278",42837,40028,2,1096,1349 -"150279",42837,40072,3,1096,1182 -"150280",42837,40537,3,1096,1284 -"150281",42837,40646,3,1096,1583 -"150282",42837,41682,2,1096,1988 -"150283",42837,41900,3,1096,1970 -"150284",42837,41945,3,1096,2856 -"150285",42837,42331,3,1096,1585 -"150286",42837,43455,3,1096,2846 -"150287",42837,44521,3,1096,1593 -"150288",42837,44688,3,1096,2924 -"150289",42837,45684,3,1096,2200 -"150290",42837,46042,3,1096,1692 -"150291",42837,46043,3,1096,1358 -"150292",42837,46629,2,1096,2255 -"150293",42837,47803,3,1096,2477 -"150294",42837,49470,3,1096,1528 -"150295",42837,50236,3,1096,2339 -"150296",42837,50430,3,1096,1689 -"150297",42837,50480,3,1096,2701 -"150298",42837,51016,3,1096,1141 -"150299",42837,52136,3,1096,1412 -"150300",42837,52892,3,1096,2372 -"150301",42837,53303,3,1096,1376 -"150302",42837,54879,3,1096,2210 -"150303",42837,55076,3,1096,2408 -"150304",42837,55580,3,1096,1942 -"150305",42837,56082,3,1096,2395 -"150306",42837,56237,3,1096,2625 -"150307",42837,57394,2,1096,1271 -"150308",42837,61242,2,1096,1650 -"150309",42837,61982,3,1096,2725 -"150310",42837,65242,2,1096,1988 -"150311",42837,68876,3,1096,1397 -"150312",42837,69232,3,1096,2130 -"150313",42837,72207,3,1096,2430 -"150314",42837,72326,3,1096,2384 -"150315",42837,79013,1,1096,1441 -"150316",42837,80764,3,1096,1808 -"150317",42837,80979,3,1096,1142 -"150318",42837,82270,3,1096,1641 -"150319",42837,85356,3,1096,1492 -"150320",42852,2226,2,1316,2225 -"150321",42852,2351,1,1316,1868 -"150322",42852,2418,3,1316,2020 -"150323",42852,3770,3,1316,2623 -"150324",42852,7252,3,1316,2799 -"150325",42852,7942,3,1316,2623 -"150326",42852,14915,3,1316,2606 -"150327",42852,14998,3,1316,1553 -"150328",42852,15826,3,1316,2772 -"150329",42852,16176,3,1316,2703 -"150330",42852,20395,3,1316,1468 -"150331",42852,23154,3,1316,2345 -"150332",42852,29436,3,1316,1718 -"150333",42852,35133,3,1316,2219 -"150334",42852,45355,3,1316,1450 -"150335",42852,46261,3,1316,2350 -"150336",42852,46982,3,1316,2806 -"150337",42852,51250,3,1316,2683 -"150338",42852,60258,3,1316,2405 -"150339",42852,61240,3,1316,2651 -"150340",42852,61337,3,1316,2777 -"150341",42852,67815,3,1316,2476 -"150342",42852,76143,3,1316,1610 -"150343",42852,76507,3,1316,1437 -"150344",42864,750,2,1151,1327 -"150345",42864,854,3,1151,2307 -"150346",42864,1124,3,1151,1596 -"150347",42864,2484,3,1151,2389 -"150348",42864,12728,3,1151,2374 -"150349",42864,23268,3,1151,2258 -"150350",42864,25241,3,1151,1233 -"150351",42864,31700,3,1151,2727 -"150352",42864,32173,3,1151,2341 -"150353",42864,37937,3,1151,1320 -"150354",42864,42175,3,1151,1594 -"150355",42864,47362,3,1151,2253 -"150356",42864,54100,3,1151,1327 -"150357",42864,94444,3,1151,1554 -"150358",42883,10200,3,2575,2920 -"150359",42883,24086,3,2575,2663 -"150360",42883,37342,3,2575,2649 -"150361",42906,3695,2,1748,2612 -"150362",42906,18874,3,1748,2170 -"150363",42906,49998,3,1748,2761 -"150364",42914,1692,3,1737,2443 -"150365",42914,2093,2,1737,2459 -"150366",42914,3317,1,1737,2037 -"150367",42914,5055,3,1737,1796 -"150368",42914,6824,3,1737,2680 -"150369",42914,7443,3,1737,2028 -"150370",42914,8062,3,1737,2858 -"150371",42914,9861,3,1737,2680 -"150372",42914,10638,3,1737,2692 -"150373",42914,10964,3,1737,2043 -"150374",42914,11067,3,1737,2734 -"150375",42914,11506,3,1737,2824 -"150376",42914,12577,3,1737,2530 -"150377",42914,14915,3,1737,2606 -"150378",42914,15095,3,1737,2001 -"150379",42914,16205,3,1737,2630 -"150380",42914,16594,3,1737,1755 -"150381",42914,16835,3,1737,1739 -"150382",42914,18571,3,1737,2128 -"150383",42914,22297,3,1737,1904 -"150384",42914,23121,2,1737,2108 -"150385",42914,25373,3,1737,2783 -"150386",42914,29311,3,1737,1849 -"150387",42914,29578,3,1737,1957 -"150388",42914,33186,3,1737,2240 -"150389",42914,33470,3,1737,2003 -"150390",42914,35620,3,1737,2092 -"150391",42914,36120,3,1737,2971 -"150392",42914,46385,3,1737,2225 -"150393",42914,46951,3,1737,2429 -"150394",42914,59039,3,1737,2870 -"150395",42914,75607,2,1737,2245 -"150396",42914,78384,2,1737,1762 -"150397",42914,79596,3,1737,2004 -"150398",42914,83838,3,1737,2263 -"150399",42914,111034,2,1737,2131 -"150400",42925,42,3,1358,2265 -"150401",42925,145,3,1358,1998 -"150402",42925,180,2,1358,1593 -"150403",42925,669,3,1358,1423 -"150404",42925,913,3,1358,2144 -"150405",42925,10859,3,1358,2231 -"150406",42925,10870,3,1358,1755 -"150407",42925,13586,2,1358,2966 -"150408",42925,15700,2,1358,1712 -"150409",42925,17906,3,1358,1940 -"150410",42925,24405,3,1358,1443 -"150411",42925,29929,2,1358,2789 -"150412",42925,29930,3,1358,2240 -"150413",42925,29941,2,1358,1986 -"150414",42925,29982,1,1358,1372 -"150415",42925,31235,3,1358,2668 -"150416",42925,35815,2,1358,2789 -"150417",42925,35888,3,1358,2291 -"150418",42925,46233,3,1358,1475 -"150419",42925,49560,3,1358,1679 -"150420",42925,56082,3,1358,2395 -"150421",42925,57842,3,1358,2482 -"150422",42935,19027,3,2400,2721 -"150423",42935,34158,3,2400,2639 -"150424",42935,51319,3,2400,2488 -"150425",42948,687,3,101,1664 -"150426",42948,782,3,101,945 -"150427",42948,900,3,101,2726 -"150428",42948,1108,3,101,1600 -"150429",42948,2057,3,101,1965 -"150430",42948,2668,3,101,1529 -"150431",42948,3271,3,101,2216 -"150432",42948,5317,3,101,2063 -"150433",42948,5833,3,101,197 -"150434",42948,6479,3,101,1021 -"150435",42948,6821,3,101,1788 -"150436",42948,7785,3,101,2441 -"150437",42948,8140,3,101,1262 -"150438",42948,8642,1,101,150 -"150439",42948,9552,3,101,1947 -"150440",42948,10223,1,101,1033 -"150441",42948,11629,2,101,120 -"150442",42948,14586,2,101,2801 -"150443",42948,15462,3,101,1141 -"150444",42948,16437,3,101,1956 -"150445",42948,16776,3,101,1565 -"150446",42948,17329,3,101,150 -"150447",42948,17687,1,101,593 -"150448",42948,18978,3,101,952 -"150449",42948,19406,2,101,619 -"150450",42948,19516,3,101,2313 -"150451",42948,20176,3,101,1050 -"150452",42948,20363,3,101,279 -"150453",42948,21772,3,101,663 -"150454",42948,22722,3,101,1233 -"150455",42948,23015,1,101,1362 -"150456",42948,26124,3,101,2356 -"150457",42948,27255,3,101,1232 -"150458",42948,27722,3,101,1266 -"150459",42948,28051,3,101,2089 -"150460",42948,28446,3,101,917 -"150461",42948,28893,3,101,2764 -"150462",42948,28896,3,101,1395 -"150463",42948,29667,3,101,531 -"150464",42948,30618,3,101,1609 -"150465",42948,31541,3,101,1500 -"150466",42948,32532,3,101,2338 -"150467",42948,32560,3,101,1258 -"150468",42948,32651,2,101,877 -"150469",42948,33665,3,101,787 -"150470",42948,35797,3,101,2482 -"150471",42948,36031,3,101,2342 -"150472",42948,37752,2,101,2223 -"150473",42948,38373,3,101,1928 -"150474",42948,38676,3,101,2286 -"150475",42948,39443,2,101,2277 -"150476",42948,39746,3,101,1361 -"150477",42948,39875,1,101,2422 -"150478",42948,41187,3,101,2340 -"150479",42948,41718,3,101,804 -"150480",42948,42837,3,101,1096 -"150481",42948,44749,3,101,1303 -"150482",42948,45904,3,101,1011 -"150483",42948,46662,3,101,207 -"150484",42948,47889,3,101,992 -"150485",42948,47968,3,101,2829 -"150486",42948,48215,3,101,2028 -"150487",42948,51879,3,101,1771 -"150488",42948,52879,3,101,777 -"150489",42948,57180,3,101,2703 -"150490",42948,57356,3,101,2476 -"150491",42948,57394,3,101,1271 -"150492",42948,58015,3,101,899 -"150493",42948,59039,3,101,2870 -"150494",42948,59485,3,101,1564 -"150495",42948,59506,3,101,983 -"150496",42948,60258,3,101,2405 -"150497",42948,60536,1,101,151 -"150498",42948,65188,3,101,2213 -"150499",42948,65696,3,101,998 -"150500",42948,66118,3,101,121 -"150501",42948,66978,1,101,1536 -"150502",42948,69131,3,101,2122 -"150503",42948,69788,2,101,2007 -"150504",42948,72062,2,101,156 -"150505",42948,72438,3,101,1397 -"150506",42948,74149,3,101,1322 -"150507",42948,77077,3,101,2693 -"150508",42948,77377,3,101,1487 -"150509",42948,78569,3,101,578 -"150510",42948,80219,3,101,988 -"150511",42948,84447,3,101,1006 -"150512",42948,86580,3,101,696 -"150513",42948,87907,3,101,1173 -"150514",42948,90658,3,101,523 -"150515",42948,90745,3,101,1994 -"150516",42948,98058,3,101,1891 -"150517",42948,115078,2,101,697 -"150518",42948,119978,3,101,815 -"150519",42948,120363,3,101,322 -"150520",42956,2282,3,932,2056 -"150521",42956,6345,2,932,2713 -"150522",42956,7604,3,932,1366 -"150523",42956,8607,3,932,1685 -"150524",42956,9724,1,932,2713 -"150525",42956,10701,3,932,2000 -"150526",42956,13595,3,932,1164 -"150527",42956,14470,3,932,2632 -"150528",42956,14957,3,932,2306 -"150529",42956,15782,3,932,2306 -"150530",42956,17499,3,932,2954 -"150531",42956,22357,3,932,1397 -"150532",42956,23550,2,932,2939 -"150533",42956,26597,3,932,2070 -"150534",42956,28648,3,932,1586 -"150535",42956,32350,1,932,1540 -"150536",42956,35041,3,932,1311 -"150537",42956,36399,3,932,1357 -"150538",42956,37684,2,932,2899 -"150539",42956,38458,3,932,1368 -"150540",42956,43701,3,932,2400 -"150541",42956,47607,3,932,2724 -"150542",42956,50468,3,932,1659 -"150543",42956,53652,2,932,2899 -"150544",42956,76450,2,932,1077 -"150545",42956,84235,3,932,1639 -"150546",42967,2418,3,512,2020 -"150547",42967,2852,3,512,2448 -"150548",42967,4669,3,512,2395 -"150549",42967,5912,3,512,2257 -"150550",42967,7252,2,512,2799 -"150551",42967,8029,3,512,1859 -"150552",42967,10210,3,512,1905 -"150553",42967,11563,3,512,1863 -"150554",42967,12781,3,512,831 -"150555",42967,16286,3,512,2470 -"150556",42967,16501,3,512,1650 -"150557",42967,17484,3,512,1256 -"150558",42967,21755,3,512,817 -"150559",42967,33341,3,512,2338 -"150560",42967,35715,3,512,2912 -"150561",42967,42813,3,512,2142 -"150562",42967,45869,3,512,2840 -"150563",42967,48238,3,512,1194 -"150564",42967,50278,3,512,1127 -"150565",42967,76143,3,512,1610 -"150566",42967,76971,3,512,2145 -"150567",42998,916,3,1978,2718 -"150568",42998,5414,3,1978,2321 -"150569",42998,15150,3,1978,2801 -"150570",42998,16690,3,1978,2132 -"150571",42998,18610,3,1978,2141 -"150572",42998,23739,3,1978,2463 -"150573",42998,32079,2,1978,2315 -"150574",42998,43524,3,1978,2572 -"150575",42998,49415,3,1978,2654 -"150576",42998,49913,3,1978,2444 -"150577",42998,55405,3,1978,2788 -"150578",42998,76505,3,1978,2123 -"150579",42998,94339,3,1978,2768 -"150580",43021,1519,3,943,2349 -"150581",43021,2852,3,943,2448 -"150582",43021,6432,3,943,2297 -"150583",43021,7206,3,943,1959 -"150584",43021,10239,3,943,2032 -"150585",43021,20941,3,943,2725 -"150586",43021,27686,3,943,2844 -"150587",43021,39746,3,943,1361 -"150588",43021,41581,3,943,1692 -"150589",43021,50630,3,943,2615 -"150590",43021,56669,2,943,2924 -"150591",43021,70583,3,943,2615 -"150592",43023,2747,3,181,2411 -"150593",43023,3716,3,181,1679 -"150594",43023,5346,3,181,1438 -"150595",43023,7579,3,181,1624 -"150596",43023,10304,3,181,302 -"150597",43023,15207,3,181,1855 -"150598",43023,18550,3,181,483 -"150599",43023,20049,3,181,877 -"150600",43023,23679,3,181,934 -"150601",43023,30016,3,181,1124 -"150602",43023,30981,3,181,2366 -"150603",43023,40113,3,181,451 -"150604",43023,49677,3,181,1222 -"150605",43023,53752,3,181,249 -"150606",43023,54388,1,181,1257 -"150607",43023,57842,3,181,2482 -"150608",43023,94520,3,181,1243 -"150609",43027,6241,3,1277,2264 -"150610",43027,9332,3,1277,2734 -"150611",43027,13068,3,1277,1778 -"150612",43027,16502,3,1277,1616 -"150613",43027,39278,3,1277,1952 -"150614",43027,49712,2,1277,1937 -"150615",43027,93481,3,1277,2311 -"150616",43046,1090,3,419,2370 -"150617",43046,1127,3,419,1188 -"150618",43046,1321,3,419,2075 -"150619",43046,1592,2,419,2006 -"150620",43046,1676,3,419,1198 -"150621",43046,1691,3,419,1941 -"150622",43046,1985,3,419,888 -"150623",43046,2011,2,419,2176 -"150624",43046,2166,3,419,2557 -"150625",43046,2208,3,419,2814 -"150626",43046,3040,3,419,1446 -"150627",43046,4317,3,419,1224 -"150628",43046,4932,3,419,2752 -"150629",43046,5018,3,419,640 -"150630",43046,5258,3,419,2730 -"150631",43046,5714,3,419,534 -"150632",43046,5716,3,419,1058 -"150633",43046,5849,3,419,2404 -"150634",43046,6252,3,419,2336 -"150635",43046,6390,3,419,2385 -"150636",43046,7672,3,419,1974 -"150637",43046,8537,3,419,472 -"150638",43046,9311,3,419,2477 -"150639",43046,11966,3,419,2385 -"150640",43046,13979,3,419,1559 -"150641",43046,14032,3,419,2144 -"150642",43046,14108,3,419,2012 -"150643",43046,14669,3,419,2080 -"150644",43046,14676,3,419,2764 -"150645",43046,14731,3,419,2012 -"150646",43046,15301,3,419,2308 -"150647",43046,15607,3,419,1421 -"150648",43046,16352,3,419,2657 -"150649",43046,18502,3,419,1033 -"150650",43046,18543,3,419,2968 -"150651",43046,19248,3,419,2357 -"150652",43046,19637,3,419,1229 -"150653",43046,19718,3,419,1702 -"150654",43046,20407,3,419,2339 -"150655",43046,21571,3,419,2755 -"150656",43046,23159,3,419,1548 -"150657",43046,23403,3,419,607 -"150658",43046,23787,3,419,2810 -"150659",43046,24198,3,419,2217 -"150660",43046,26106,3,419,2015 -"150661",43046,26608,3,419,2329 -"150662",43046,26629,3,419,1824 -"150663",43046,27849,3,419,1316 -"150664",43046,28296,3,419,2944 -"150665",43046,28782,3,419,2272 -"150666",43046,28808,3,419,1063 -"150667",43046,29224,3,419,2011 -"150668",43046,29308,3,419,2094 -"150669",43046,29750,2,419,689 -"150670",43046,29948,3,419,2795 -"150671",43046,30411,2,419,630 -"150672",43046,31001,3,419,2119 -"150673",43046,31700,3,419,2727 -"150674",43046,32567,3,419,2784 -"150675",43046,33356,3,419,1586 -"150676",43046,34311,2,419,2213 -"150677",43046,34314,3,419,630 -"150678",43046,34735,3,419,2767 -"150679",43046,35041,3,419,1311 -"150680",43046,35464,2,419,2502 -"150681",43046,37937,3,419,1320 -"150682",43046,38728,2,419,851 -"150683",43046,40226,3,419,880 -"150684",43046,40488,3,419,486 -"150685",43046,41085,3,419,637 -"150686",43046,42619,2,419,2017 -"150687",43046,43173,3,419,2895 -"150688",43046,43635,3,419,1196 -"150689",43046,44427,3,419,2875 -"150690",43046,45299,3,419,2426 -"150691",43046,46621,2,419,1343 -"150692",43046,47585,3,419,794 -"150693",43046,49301,2,419,1894 -"150694",43046,50235,3,419,726 -"150695",43046,50269,3,419,1966 -"150696",43046,50382,3,419,2244 -"150697",43046,52323,3,419,2148 -"150698",43046,52327,3,419,1472 -"150699",43046,53789,3,419,2681 -"150700",43046,55155,3,419,2333 -"150701",43046,56116,2,419,1321 -"150702",43046,57714,3,419,1391 -"150703",43046,59786,3,419,605 -"150704",43046,61689,3,419,1309 -"150705",43046,61785,2,419,822 -"150706",43046,66241,3,419,2351 -"150707",43046,68215,3,419,2727 -"150708",43046,69067,3,419,626 -"150709",43046,69257,2,419,1402 -"150710",43046,70854,3,419,635 -"150711",43046,71274,3,419,2390 -"150712",43046,74605,3,419,2265 -"150713",43046,75025,3,419,717 -"150714",43046,75921,3,419,517 -"150715",43046,76127,3,419,910 -"150716",43046,79657,3,419,1260 -"150717",43046,82735,3,419,829 -"150718",43046,88232,3,419,2881 -"150719",43046,89880,3,419,1938 -"150720",43046,92592,3,419,486 -"150721",43046,92817,2,419,569 -"150722",43046,93398,3,419,828 -"150723",43046,95288,3,419,1602 -"150724",43046,99953,3,419,581 -"150725",43046,100215,3,419,2436 -"150726",43046,100432,3,419,1358 -"150727",43046,101347,3,419,1335 -"150728",43046,101967,3,419,691 -"150729",43046,102731,3,419,630 -"150730",43046,105207,3,419,451 -"150731",43046,106555,3,419,1626 -"150732",43046,108430,3,419,1642 -"150733",43046,108709,3,419,462 -"150734",43051,307,3,904,2530 -"150735",43051,2269,3,904,984 -"150736",43051,2424,3,904,2582 -"150737",43051,4226,3,904,1903 -"150738",43051,4317,3,904,1224 -"150739",43051,4701,3,904,2401 -"150740",43051,4790,2,904,1025 -"150741",43051,4791,2,904,1184 -"150742",43051,6718,3,904,2138 -"150743",43051,7555,3,904,1943 -"150744",43051,12728,3,904,2374 -"150745",43051,12863,3,904,2027 -"150746",43051,15005,3,904,1415 -"150747",43051,15343,3,904,2125 -"150748",43051,17852,3,904,2840 -"150749",43051,18707,3,904,1143 -"150750",43051,19719,3,904,2177 -"150751",43051,20287,3,904,1099 -"150752",43051,20311,3,904,1981 -"150753",43051,21122,3,904,1701 -"150754",43051,21197,3,904,1437 -"150755",43051,21198,2,904,935 -"150756",43051,21285,3,904,2100 -"150757",43051,22282,3,904,1418 -"150758",43051,22331,3,904,2687 -"150759",43051,22362,3,904,1836 -"150760",43051,23450,3,904,967 -"150761",43051,23508,3,904,1907 -"150762",43051,23509,3,904,2275 -"150763",43051,24755,3,904,1319 -"150764",43051,26451,2,904,2133 -"150765",43051,26749,3,904,2965 -"150766",43051,27175,3,904,1447 -"150767",43051,27390,3,904,2425 -"150768",43051,27792,3,904,1308 -"150769",43051,27849,2,904,1316 -"150770",43051,29987,3,904,956 -"150771",43051,32601,3,904,1033 -"150772",43051,35095,3,904,1502 -"150773",43051,38019,3,904,1870 -"150774",43051,42618,2,904,2316 -"150775",43051,42687,3,904,1952 -"150776",43051,43385,3,904,1623 -"150777",43051,44636,3,904,1026 -"150778",43051,48414,3,904,1749 -"150779",43051,50075,3,904,1026 -"150780",43051,50685,3,904,2008 -"150781",43051,51810,3,904,1401 -"150782",43051,52058,3,904,1836 -"150783",43051,52576,3,904,2234 -"150784",43051,55468,1,904,2511 -"150785",43051,57405,3,904,2344 -"150786",43051,57950,3,904,1529 -"150787",43051,58133,3,904,1484 -"150788",43051,58508,3,904,2326 -"150789",43051,58652,3,904,1437 -"150790",43051,62488,3,904,1418 -"150791",43051,64181,3,904,1828 -"150792",43051,66860,3,904,1548 -"150793",43051,70603,3,904,1002 -"150794",43051,71342,3,904,1289 -"150795",43051,72956,3,904,1251 -"150796",43051,75948,2,904,1006 -"150797",43051,76127,3,904,910 -"150798",43051,77305,3,904,965 -"150799",43051,78270,3,904,1171 -"150800",43051,79322,3,904,2770 -"150801",43051,81588,3,904,1568 -"150802",43051,82426,3,904,1576 -"150803",43051,82949,3,904,2077 -"150804",43051,89097,3,904,935 -"150805",43051,103721,3,904,1030 -"150806",43058,2979,2,1608,2912 -"150807",43058,11990,3,1608,1909 -"150808",43058,56569,3,1608,1993 -"150809",43075,5018,3,114,640 -"150810",43075,14108,3,114,2012 -"150811",43075,14676,3,114,2764 -"150812",43075,31700,3,114,2727 -"150813",43075,34314,3,114,630 -"150814",43075,37937,3,114,1320 -"150815",43075,50235,3,114,726 -"150816",43075,56116,3,114,1321 -"150817",43075,66971,3,114,2299 -"150818",43075,67607,3,114,528 -"150819",43075,70854,3,114,635 -"150820",43075,92592,3,114,486 -"150821",43075,101347,3,114,1335 -"150822",43077,2894,3,884,1291 -"150823",43077,3068,3,884,1815 -"150824",43077,3477,3,884,2546 -"150825",43077,3886,3,884,1669 -"150826",43077,4226,3,884,1903 -"150827",43077,5392,3,884,1648 -"150828",43077,5615,3,884,1105 -"150829",43077,6063,3,884,2349 -"150830",43077,12388,2,884,1975 -"150831",43077,12779,2,884,936 -"150832",43077,13899,3,884,2650 -"150833",43077,15444,2,884,2764 -"150834",43077,18217,3,884,1566 -"150835",43077,19069,2,884,988 -"150836",43077,19317,2,884,2041 -"150837",43077,21248,3,884,2232 -"150838",43077,21275,1,884,2609 -"150839",43077,22025,2,884,1591 -"150840",43077,22057,2,884,974 -"150841",43077,29884,1,884,1239 -"150842",43077,30798,2,884,1398 -"150843",43077,33223,3,884,2397 -"150844",43077,37301,3,884,2160 -"150845",43077,40542,3,884,1664 -"150846",43077,40565,3,884,2115 -"150847",43077,42837,3,884,1096 -"150848",43077,58164,3,884,2398 -"150849",43077,61242,3,884,1650 -"150850",43077,77077,3,884,2693 -"150851",43077,82009,3,884,1020 -"150852",43077,83218,2,884,1537 -"150853",43077,97768,3,884,1500 -"150854",43094,23139,3,220,2644 -"150855",43094,76396,3,220,1731 -"150856",43094,85736,3,220,1601 -"150857",43110,4612,3,375,2804 -"150858",43110,5599,3,375,1684 -"150859",43110,6758,3,375,1431 -"150860",43110,8354,3,375,1705 -"150861",43110,12067,3,375,1213 -"150862",43110,16959,3,375,888 -"150863",43110,18965,2,375,2315 -"150864",43110,19433,2,375,2504 -"150865",43110,20395,3,375,1468 -"150866",43110,20494,3,375,1075 -"150867",43110,27897,3,375,1968 -"150868",43110,32606,3,375,2100 -"150869",43110,34472,3,375,837 -"150870",43110,35004,2,375,1509 -"150871",43110,35715,3,375,2912 -"150872",43110,36514,3,375,1192 -"150873",43110,39062,3,375,2020 -"150874",43110,53924,3,375,1289 -"150875",43110,55324,3,375,1544 -"150876",43110,61337,1,375,2777 -"150877",43110,65856,3,375,2504 -"150878",43110,66677,3,375,2151 -"150879",43110,68345,3,375,1095 -"150880",43110,72348,3,375,1810 -"150881",43110,80606,2,375,2079 -"150882",43110,83047,3,375,449 -"150883",43110,102016,3,375,1649 -"150884",43110,104098,3,375,512 -"150885",43110,111955,3,375,504 -"150886",43112,21138,3,2564,2849 -"150887",43114,7127,3,1537,2352 -"150888",43114,20259,3,1537,2751 -"150889",43114,20893,2,1537,2695 -"150890",43115,13099,3,1500,1547 -"150891",43115,26336,3,1500,1904 -"150892",43115,38259,3,1500,2258 -"150893",43135,360,2,1171,1671 -"150894",43135,1782,2,1171,2796 -"150895",43135,5315,3,1171,2631 -"150896",43135,6417,3,1171,1675 -"150897",43135,11127,3,1171,1196 -"150898",43135,11218,3,1171,2292 -"150899",43135,13929,3,1171,2693 -"150900",43135,16587,2,1171,2065 -"150901",43135,18554,3,1171,2065 -"150902",43135,22260,3,1171,2137 -"150903",43135,24066,3,1171,1755 -"150904",43135,24169,3,1171,1663 -"150905",43135,27130,3,1171,1880 -"150906",43135,29864,3,1171,2479 -"150907",43135,29930,3,1171,2240 -"150908",43135,30150,3,1171,1704 -"150909",43135,37758,1,1171,1998 -"150910",43135,37873,3,1171,1288 -"150911",43135,41955,3,1171,2479 -"150912",43135,42486,3,1171,1951 -"150913",43135,53134,2,1171,1590 -"150914",43135,54929,3,1171,2783 -"150915",43135,62488,3,1171,1418 -"150916",43135,77424,3,1171,1489 -"150917",43135,93933,2,1171,1336 -"150918",43153,23,3,1381,1682 -"150919",43153,1639,3,1381,2631 -"150920",43153,2684,3,1381,2874 -"150921",43153,6324,2,1381,1990 -"150922",43153,6417,3,1381,1675 -"150923",43153,7087,3,1381,2356 -"150924",43153,8525,3,1381,1787 -"150925",43153,9808,3,1381,1648 -"150926",43153,11218,3,1381,2292 -"150927",43153,12356,2,1381,2757 -"150928",43153,14325,2,1381,1976 -"150929",43153,14652,3,1381,2516 -"150930",43153,15301,3,1381,2308 -"150931",43153,16352,3,1381,2657 -"150932",43153,17033,3,1381,2771 -"150933",43153,18348,3,1381,1711 -"150934",43153,18563,3,1381,2715 -"150935",43153,20659,3,1381,1969 -"150936",43153,21225,2,1381,1945 -"150937",43153,23310,3,1381,2371 -"150938",43153,24146,3,1381,2003 -"150939",43153,26031,3,1381,1397 -"150940",43153,26793,1,1381,2104 -"150941",43153,32503,3,1381,2020 -"150942",43153,32694,3,1381,1602 -"150943",43153,36609,3,1381,2918 -"150944",43153,36691,3,1381,1903 -"150945",43153,36962,3,1381,2861 -"150946",43153,37333,3,1381,1612 -"150947",43153,37400,2,1381,2860 -"150948",43153,40931,3,1381,2301 -"150949",43153,44420,3,1381,2184 -"150950",43153,44521,3,1381,1593 -"150951",43153,45618,3,1381,2356 -"150952",43153,45650,3,1381,1528 -"150953",43153,53134,3,1381,1590 -"150954",43153,54020,3,1381,1578 -"150955",43153,54929,3,1381,2783 -"150956",43153,56604,3,1381,1919 -"150957",43153,56893,3,1381,2597 -"150958",43153,77550,3,1381,1548 -"150959",43153,95011,3,1381,1986 -"150960",43159,160,3,512,2007 -"150961",43159,2418,3,512,2020 -"150962",43159,2576,3,512,1307 -"150963",43159,2852,3,512,2448 -"150964",43159,4669,3,512,2395 -"150965",43159,5484,3,512,582 -"150966",43159,5912,3,512,2257 -"150967",43159,6119,3,512,2358 -"150968",43159,7252,2,512,2799 -"150969",43159,8029,3,512,1859 -"150970",43159,8568,3,512,2706 -"150971",43159,9787,3,512,2858 -"150972",43159,10336,3,512,2271 -"150973",43159,10739,3,512,1807 -"150974",43159,10803,3,512,545 -"150975",43159,11563,3,512,1863 -"150976",43159,11990,3,512,1909 -"150977",43159,12781,3,512,831 -"150978",43159,14287,3,512,1583 -"150979",43159,14520,3,512,634 -"150980",43159,16286,2,512,2470 -"150981",43159,16501,3,512,1650 -"150982",43159,17033,3,512,2771 -"150983",43159,17351,3,512,2036 -"150984",43159,17484,3,512,1256 -"150985",43159,21755,3,512,817 -"150986",43159,23131,3,512,1732 -"150987",43159,26551,3,512,652 -"150988",43159,27642,3,512,1531 -"150989",43159,27742,3,512,2700 -"150990",43159,27914,3,512,2507 -"150991",43159,28869,3,512,2425 -"150992",43159,28904,3,512,926 -"150993",43159,30525,3,512,1964 -"150994",43159,31753,3,512,1514 -"150995",43159,32560,3,512,1258 -"150996",43159,32739,3,512,875 -"150997",43159,33341,3,512,2338 -"150998",43159,41581,3,512,1692 -"150999",43159,41633,3,512,1976 -"151000",43159,42813,3,512,2142 -"151001",43159,45869,3,512,2840 -"151002",43159,50278,3,512,1127 -"151003",43159,58521,3,512,2950 -"151004",43159,61125,3,512,1673 -"151005",43159,66677,3,512,2151 -"151006",43159,70455,3,512,1307 -"151007",43159,72632,3,512,1289 -"151008",43159,76143,3,512,1610 -"151009",43159,76369,3,512,583 -"151010",43159,91806,3,512,969 -"151011",43169,135,3,594,2233 -"151012",43169,270,3,594,2542 -"151013",43169,1124,3,594,1596 -"151014",43169,2077,3,594,610 -"151015",43169,2486,3,594,1226 -"151016",43169,2894,3,594,1291 -"151017",43169,4360,3,594,1770 -"151018",43169,5622,3,594,2175 -"151019",43169,5971,3,594,1985 -"151020",43169,6222,3,594,1949 -"151021",43169,9311,3,594,2477 -"151022",43169,9328,3,594,1937 -"151023",43169,10488,3,594,1524 -"151024",43169,10857,3,594,2253 -"151025",43169,11440,2,594,2026 -"151026",43169,14189,3,594,1483 -"151027",43169,14959,3,594,2898 -"151028",43169,15135,3,594,1035 -"151029",43169,16313,3,594,1160 -"151030",43169,17400,3,594,2231 -"151031",43169,17716,3,594,915 -"151032",43169,18366,3,594,2699 -"151033",43169,18394,3,594,2356 -"151034",43169,19248,3,594,2357 -"151035",43169,20311,3,594,1981 -"151036",43169,21104,3,594,2327 -"151037",43169,21693,3,594,2176 -"151038",43169,23492,3,594,1067 -"151039",43169,23508,3,594,1907 -"151040",43169,23509,1,594,2275 -"151041",43169,23725,3,594,2378 -"151042",43169,24362,3,594,1287 -"151043",43169,25971,3,594,2608 -"151044",43169,26451,3,594,2133 -"151045",43169,26659,3,594,903 -"151046",43169,27792,3,594,1308 -"151047",43169,27849,3,594,1316 -"151048",43169,29170,3,594,1846 -"151049",43169,30325,3,594,1067 -"151050",43169,31050,3,594,1491 -"151051",43169,31691,3,594,1657 -"151052",43169,31700,3,594,2727 -"151053",43169,32131,3,594,1035 -"151054",43169,33672,3,594,2396 -"151055",43169,34480,2,594,2755 -"151056",43169,34735,3,594,2767 -"151057",43169,35673,3,594,1067 -"151058",43169,35777,3,594,1166 -"151059",43169,37333,3,594,1612 -"151060",43169,37937,3,594,1320 -"151061",43169,38921,3,594,1880 -"151062",43169,39294,3,594,1889 -"151063",43169,39444,3,594,2695 -"151064",43169,40028,3,594,1349 -"151065",43169,45684,3,594,2200 -"151066",43169,46196,3,594,1510 -"151067",43169,48260,3,594,875 -"151068",43169,50118,3,594,2654 -"151069",43169,51471,2,594,1280 -"151070",43169,52136,3,594,1412 -"151071",43169,53196,3,594,1888 -"151072",43169,54551,3,594,2348 -"151073",43169,54980,3,594,876 -"151074",43169,55468,3,594,2511 -"151075",43169,56082,3,594,2395 -"151076",43169,57414,3,594,922 -"151077",43169,65625,3,594,1273 -"151078",43169,67383,2,594,1739 -"151079",43169,70203,3,594,2756 -"151080",43169,70854,3,594,635 -"151081",43169,72207,2,594,2430 -"151082",43169,76284,3,594,1237 -"151083",43169,81865,3,594,2704 -"151084",43169,83096,3,594,1061 -"151085",43169,87048,3,594,989 -"151086",43169,105947,3,594,997 -"151087",43169,109264,3,594,1104 -"151088",43173,11351,3,2895,2971 -"151089",43173,18543,2,2895,2968 -"151090",43173,29449,2,2895,2916 -"151091",43201,1257,3,957,1212 -"151092",43201,1685,3,957,2230 -"151093",43201,1785,3,957,2350 -"151094",43201,6999,3,957,2214 -"151095",43201,9909,2,957,2230 -"151096",43201,12000,3,957,1454 -"151097",43201,13551,3,957,1451 -"151098",43201,13671,2,957,1371 -"151099",43201,13861,3,957,1197 -"151100",43201,16590,3,957,1123 -"151101",43201,19002,3,957,2053 -"151102",43201,19296,3,957,1705 -"151103",43201,19366,3,957,2279 -"151104",43201,50621,3,957,2809 -"151105",43201,56116,3,957,1321 -"151106",43201,70656,3,957,2771 -"151107",43201,80377,1,957,1384 -"151108",43201,88171,3,957,1488 -"151109",43204,680,3,1680,2569 -"151110",43204,1560,3,1680,2013 -"151111",43204,2563,3,1680,1686 -"151112",43204,3403,3,1680,2951 -"151113",43204,3477,3,1680,2546 -"151114",43204,4303,3,1680,2414 -"151115",43204,5897,3,1680,2337 -"151116",43204,7337,3,1680,1797 -"151117",43204,8062,3,1680,2858 -"151118",43204,9332,2,1680,2734 -"151119",43204,9716,3,1680,1929 -"151120",43204,11429,3,1680,2520 -"151121",43204,11477,3,1680,2724 -"151122",43204,11588,3,1680,2352 -"151123",43204,12759,3,1680,2414 -"151124",43204,14972,3,1680,2332 -"151125",43204,15095,3,1680,2001 -"151126",43204,15700,3,1680,1712 -"151127",43204,16437,3,1680,1956 -"151128",43204,17033,3,1680,2771 -"151129",43204,17037,3,1680,2947 -"151130",43204,18371,3,1680,2860 -"151131",43204,19073,2,1680,2748 -"151132",43204,22244,3,1680,2139 -"151133",43204,22578,3,1680,2216 -"151134",43204,23000,3,1680,1815 -"151135",43204,23756,3,1680,2309 -"151136",43204,25373,3,1680,2783 -"151137",43204,26124,3,1680,2356 -"151138",43204,26182,3,1680,2775 -"151139",43204,27686,3,1680,2844 -"151140",43204,30334,2,1680,2075 -"151141",43204,30705,3,1680,2959 -"151142",43204,35518,3,1680,1721 -"151143",43204,36953,3,1680,2790 -"151144",43204,37636,2,1680,2178 -"151145",43204,37844,3,1680,2002 -"151146",43204,39534,3,1680,2410 -"151147",43204,40392,2,1680,1878 -"151148",43204,41429,3,1680,1770 -"151149",43204,41723,3,1680,2101 -"151150",43204,44497,3,1680,2401 -"151151",43204,46486,3,1680,1868 -"151152",43204,46982,3,1680,2806 -"151153",43204,47013,2,1680,2388 -"151154",43204,47082,3,1680,1990 -"151155",43204,49712,3,1680,1937 -"151156",43204,51783,2,1680,2599 -"151157",43204,53687,3,1680,2422 -"151158",43204,53726,2,1680,1729 -"151159",43204,56082,3,1680,2395 -"151160",43204,59039,3,1680,2870 -"151161",43204,61347,2,1680,1684 -"151162",43204,69232,3,1680,2130 -"151163",43204,80338,3,1680,2059 -"151164",43204,81753,3,1680,1736 -"151165",43207,782,3,635,945 -"151166",43207,1846,3,635,1845 -"151167",43207,2700,2,635,857 -"151168",43207,2936,3,635,2512 -"151169",43207,3961,3,635,2426 -"151170",43207,5346,3,635,1438 -"151171",43207,6132,3,635,1590 -"151172",43207,9241,1,635,2338 -"151173",43207,9484,3,635,1429 -"151174",43207,10358,3,635,2294 -"151175",43207,13296,3,635,839 -"151176",43207,13879,3,635,2748 -"151177",43207,14586,3,635,2801 -"151178",43207,14754,2,635,2456 -"151179",43207,15826,3,635,2772 -"151180",43207,18124,3,635,1642 -"151181",43207,19334,3,635,1979 -"151182",43207,21207,3,635,1258 -"151183",43207,23000,2,635,1815 -"151184",43207,26182,3,635,2775 -"151185",43207,26450,3,635,1709 -"151186",43207,26838,3,635,685 -"151187",43207,28115,3,635,1835 -"151188",43207,28195,3,635,1407 -"151189",43207,28446,3,635,917 -"151190",43207,28893,3,635,2764 -"151191",43207,30262,3,635,1715 -"151192",43207,32339,3,635,2430 -"151193",43207,32651,3,635,877 -"151194",43207,32920,3,635,2158 -"151195",43207,36344,3,635,2570 -"151196",43207,36346,3,635,1240 -"151197",43207,36666,3,635,1270 -"151198",43207,38816,3,635,1225 -"151199",43207,39062,3,635,2020 -"151200",43207,39418,3,635,1978 -"151201",43207,40492,2,635,1286 -"151202",43207,41581,3,635,1692 -"151203",43207,43250,1,635,1300 -"151204",43207,44341,3,635,1230 -"151205",43207,44749,2,635,1303 -"151206",43207,47557,3,635,999 -"151207",43207,49147,3,635,2539 -"151208",43207,50229,3,635,1190 -"151209",43207,50581,2,635,1258 -"151210",43207,52178,2,635,710 -"151211",43207,53987,3,635,928 -"151212",43207,57067,3,635,2547 -"151213",43207,57356,2,635,2476 -"151214",43207,58421,3,635,910 -"151215",43207,60384,2,635,2765 -"151216",43207,60808,3,635,1258 -"151217",43207,62498,2,635,1698 -"151218",43207,78460,3,635,985 -"151219",43207,80671,3,635,665 -"151220",43207,82023,3,635,992 -"151221",43207,84569,2,635,710 -"151222",43213,270,3,2160,2542 -"151223",43213,380,3,2160,2261 -"151224",43213,1102,3,2160,2282 -"151225",43213,1315,3,2160,2760 -"151226",43213,2289,3,2160,2389 -"151227",43213,3493,2,2160,2451 -"151228",43213,5072,2,2160,2175 -"151229",43213,5622,1,2160,2175 -"151230",43213,7180,3,2160,2227 -"151231",43213,7234,2,2160,2654 -"151232",43213,9311,3,2160,2477 -"151233",43213,9928,3,2160,2345 -"151234",43213,10358,3,2160,2294 -"151235",43213,10857,2,2160,2253 -"151236",43213,11218,2,2160,2292 -"151237",43213,11477,3,2160,2724 -"151238",43213,12042,3,2160,2345 -"151239",43213,12728,3,2160,2374 -"151240",43213,13307,3,2160,2206 -"151241",43213,16352,3,2160,2657 -"151242",43213,17400,2,2160,2231 -"151243",43213,18005,3,2160,2449 -"151244",43213,18361,3,2160,2968 -"151245",43213,18394,3,2160,2356 -"151246",43213,19622,3,2160,2371 -"151247",43213,20124,3,2160,2376 -"151248",43213,20407,3,2160,2339 -"151249",43213,21693,3,2160,2176 -"151250",43213,22197,3,2160,2271 -"151251",43213,22326,3,2160,2818 -"151252",43213,23011,3,2160,2763 -"151253",43213,23310,3,2160,2371 -"151254",43213,23725,2,2160,2378 -"151255",43213,26080,3,2160,2525 -"151256",43213,26848,3,2160,2363 -"151257",43213,29929,3,2160,2789 -"151258",43213,30405,3,2160,2164 -"151259",43213,31436,3,2160,2892 -"151260",43213,32919,3,2160,2321 -"151261",43213,33433,3,2160,2805 -"151262",43213,34480,3,2160,2755 -"151263",43213,35815,3,2160,2789 -"151264",43213,35926,3,2160,2371 -"151265",43213,37636,3,2160,2178 -"151266",43213,45684,2,2160,2200 -"151267",43213,45729,3,2160,2606 -"151268",43213,46629,3,2160,2255 -"151269",43213,46982,3,2160,2806 -"151270",43213,47857,3,2160,2325 -"151271",43213,49608,3,2160,2184 -"151272",43213,50236,2,2160,2339 -"151273",43213,51144,3,2160,2466 -"151274",43213,51783,3,2160,2599 -"151275",43213,52576,3,2160,2234 -"151276",43213,54551,2,2160,2348 -"151277",43213,54929,3,2160,2783 -"151278",43213,56082,1,2160,2395 -"151279",43213,56237,3,2160,2625 -"151280",43213,58508,3,2160,2326 -"151281",43213,64947,3,2160,2489 -"151282",43213,67726,3,2160,2873 -"151283",43213,72207,2,2160,2430 -"151284",43213,72326,3,2160,2384 -"151285",43213,74636,3,2160,2525 -"151286",43213,76048,2,2160,2373 -"151287",43213,79804,3,2160,2227 -"151288",43213,88232,3,2160,2881 -"151289",43225,19771,3,1835,2410 -"151290",43225,36714,3,1835,2209 -"151291",43225,60867,3,1835,2689 -"151292",43226,2424,3,2442,2582 -"151293",43226,2647,3,2442,2450 -"151294",43226,3477,3,2442,2546 -"151295",43226,3978,3,2442,2775 -"151296",43226,4249,3,2442,2547 -"151297",43226,4932,3,2442,2752 -"151298",43226,5239,3,2442,2875 -"151299",43226,6248,3,2442,2737 -"151300",43226,7942,3,2442,2623 -"151301",43226,7984,3,2442,2493 -"151302",43226,9272,1,2442,2835 -"151303",43226,9503,3,2442,2453 -"151304",43226,9724,3,2442,2713 -"151305",43226,9910,3,2442,2526 -"151306",43226,10638,3,2442,2692 -"151307",43226,11477,3,2442,2724 -"151308",43226,11506,3,2442,2824 -"151309",43226,14470,3,2442,2632 -"151310",43226,14761,3,2442,2502 -"151311",43226,16826,3,2442,2599 -"151312",43226,18543,3,2442,2968 -"151313",43226,18943,3,2442,2861 -"151314",43226,19364,3,2442,2846 -"151315",43226,20695,3,2442,2526 -"151316",43226,22326,3,2442,2818 -"151317",43226,22709,3,2442,2743 -"151318",43226,23550,3,2442,2939 -"151319",43226,25565,3,2442,2764 -"151320",43226,26749,3,2442,2965 -"151321",43226,28582,3,2442,2698 -"151322",43226,29449,3,2442,2916 -"151323",43226,29948,3,2442,2795 -"151324",43226,30010,3,2442,2917 -"151325",43226,36439,3,2442,2469 -"151326",43226,37684,3,2442,2899 -"151327",43226,38038,3,2442,2686 -"151328",43226,38887,3,2442,2468 -"151329",43226,39439,2,2442,2462 -"151330",43226,39444,2,2442,2695 -"151331",43226,40369,3,2442,2735 -"151332",43226,42390,3,2442,2937 -"151333",43226,43173,1,2442,2895 -"151334",43226,44427,3,2442,2875 -"151335",43226,47607,3,2442,2724 -"151336",43226,48931,3,2442,2444 -"151337",43226,59039,2,2442,2870 -"151338",43226,66413,3,2442,2507 -"151339",43226,69335,1,2442,2698 -"151340",43226,73553,3,2442,2726 -"151341",43226,77077,3,2442,2693 -"151342",43226,79036,3,2442,2524 -"151343",43226,80190,3,2442,2717 -"151344",43226,88232,3,2442,2881 -"151345",43226,93553,3,2442,2537 -"151346",43226,98354,3,2442,2794 -"151347",43226,108379,3,2442,2933 -"151348",43250,3776,3,1300,2322 -"151349",43250,5346,3,1300,1438 -"151350",43250,9241,2,1300,2338 -"151351",43250,11976,3,1300,1727 -"151352",43250,13671,3,1300,1371 -"151353",43250,14754,3,1300,2456 -"151354",43250,15207,3,1300,1855 -"151355",43250,15650,3,1300,1601 -"151356",43250,23000,3,1300,1815 -"151357",43250,26138,3,1300,1902 -"151358",43250,26478,3,1300,1963 -"151359",43250,26513,3,1300,2205 -"151360",43250,42713,3,1300,1995 -"151361",43250,44749,3,1300,1303 -"151362",43250,44780,3,1300,2534 -"151363",43250,49147,2,1300,2539 -"151364",43250,54061,3,1300,1488 -"151365",43250,57356,3,1300,2476 -"151366",43250,59470,3,1300,2393 -"151367",43250,60384,1,1300,2765 -"151368",43250,62498,1,1300,1698 -"151369",43250,116792,3,1300,2397 -"151370",43311,55,3,1553,2524 -"151371",43311,1685,3,1553,2230 -"151372",43311,3360,2,1553,1583 -"151373",43311,3506,3,1553,2364 -"151374",43311,4698,3,1553,2481 -"151375",43311,6621,2,1553,2478 -"151376",43311,6999,3,1553,2214 -"151377",43311,11154,3,1553,1594 -"151378",43311,12007,3,1553,1594 -"151379",43311,15150,3,1553,2801 -"151380",43311,22744,2,1553,1907 -"151381",43311,31295,3,1553,2183 -"151382",43311,32079,3,1553,2315 -"151383",43311,33363,3,1553,2475 -"151384",43311,49069,3,1553,1694 -"151385",43311,49415,3,1553,2654 -"151386",43311,53648,2,1553,2167 -"151387",43311,76997,3,1553,2223 -"151388",43311,79461,3,1553,1667 -"151389",43311,87190,2,1553,1704 -"151390",43311,96700,3,1553,1602 -"151391",43335,3493,3,1412,2451 -"151392",43335,4360,3,1412,1770 -"151393",43335,5072,3,1412,2175 -"151394",43335,5405,2,1412,1510 -"151395",43335,5622,2,1412,2175 -"151396",43335,6588,3,1412,2025 -"151397",43335,7234,3,1412,2654 -"151398",43335,10488,3,1412,1524 -"151399",43335,10857,3,1412,2253 -"151400",43335,11218,3,1412,2292 -"151401",43335,12375,3,1412,1873 -"151402",43335,14032,3,1412,2144 -"151403",43335,15700,3,1412,1712 -"151404",43335,17400,3,1412,2231 -"151405",43335,23725,3,1412,2378 -"151406",43335,23729,3,1412,1624 -"151407",43335,25643,3,1412,1646 -"151408",43335,26867,3,1412,1804 -"151409",43335,31093,3,1412,2160 -"151410",43335,39294,3,1412,1889 -"151411",43335,43213,1,1412,2160 -"151412",43335,45684,3,1412,2200 -"151413",43335,46196,3,1412,1510 -"151414",43335,50236,3,1412,2339 -"151415",43335,54551,3,1412,2348 -"151416",43335,56082,2,1412,2395 -"151417",43335,72207,3,1412,2430 -"151418",43335,75403,2,1412,1895 -"151419",43335,76048,3,1412,2373 -"151420",43335,86245,2,1412,1972 -"151421",43349,6255,3,2400,2895 -"151422",43349,15636,3,2400,2857 -"151423",43349,53219,3,2400,2973 -"151424",43360,728,3,979,1812 -"151425",43360,2418,3,979,2020 -"151426",43360,2759,3,979,2030 -"151427",43360,4066,3,979,1736 -"151428",43360,4730,3,979,2131 -"151429",43360,6133,2,979,1229 -"151430",43360,7014,3,979,2401 -"151431",43360,7433,3,979,2255 -"151432",43360,8726,3,979,2083 -"151433",43360,18571,3,979,2128 -"151434",43360,18965,3,979,2315 -"151435",43360,21741,3,979,1574 -"151436",43360,31303,3,979,1040 -"151437",43360,34908,3,979,2796 -"151438",43360,36136,3,979,2338 -"151439",43360,37279,3,979,2768 -"151440",43360,53924,3,979,1289 -"151441",43360,64704,1,979,1359 -"151442",43360,76132,3,979,2426 -"151443",43360,76675,3,979,1840 -"151444",43360,77397,3,979,1302 -"151445",43360,87509,3,979,1907 -"151446",43360,111034,3,979,2131 -"151447",43385,270,3,1623,2542 -"151448",43385,312,3,1623,2038 -"151449",43385,360,3,1623,1671 -"151450",43385,380,3,1623,2261 -"151451",43385,913,3,1623,2144 -"151452",43385,1639,3,1623,2631 -"151453",43385,1691,3,1623,1941 -"151454",43385,1875,3,1623,1786 -"151455",43385,2111,3,1623,1904 -"151456",43385,2424,2,1623,2582 -"151457",43385,2533,3,1623,2016 -"151458",43385,3271,3,1623,2216 -"151459",43385,3305,3,1623,2839 -"151460",43385,3306,3,1623,1989 -"151461",43385,3801,3,1623,1974 -"151462",43385,4360,3,1623,1770 -"151463",43385,4671,3,1623,2280 -"151464",43385,4701,3,1623,2401 -"151465",43385,5429,3,1623,1991 -"151466",43385,5622,3,1623,2175 -"151467",43385,5839,3,1623,2301 -"151468",43385,6241,3,1623,2264 -"151469",43385,6363,3,1623,2066 -"151470",43385,6588,3,1623,2025 -"151471",43385,7180,2,1623,2227 -"151472",43385,9272,3,1623,2835 -"151473",43385,9311,3,1623,2477 -"151474",43385,9364,1,1623,1698 -"151475",43385,9702,3,1623,1928 -"151476",43385,10002,3,1623,1788 -"151477",43385,10358,3,1623,2294 -"151478",43385,10513,3,1623,2284 -"151479",43385,10857,3,1623,2253 -"151480",43385,10874,3,1623,1891 -"151481",43385,10914,3,1623,1660 -"151482",43385,11006,2,1623,1950 -"151483",43385,11218,3,1623,2292 -"151484",43385,11440,3,1623,2026 -"151485",43385,12728,2,1623,2374 -"151486",43385,12863,3,1623,2027 -"151487",43385,13586,3,1623,2966 -"151488",43385,14032,3,1623,2144 -"151489",43385,15539,3,1623,1929 -"151490",43385,15799,3,1623,1917 -"151491",43385,15813,3,1623,2143 -"151492",43385,16201,3,1623,1811 -"151493",43385,16332,2,1623,2668 -"151494",43385,16863,3,1623,2069 -"151495",43385,18394,3,1623,2356 -"151496",43385,18464,3,1623,2312 -"151497",43385,18874,3,1623,2170 -"151498",43385,19248,2,1623,2357 -"151499",43385,19719,2,1623,2177 -"151500",43385,20124,2,1623,2376 -"151501",43385,20311,3,1623,1981 -"151502",43385,20407,3,1623,2339 -"151503",43385,21285,2,1623,2100 -"151504",43385,21693,3,1623,2176 -"151505",43385,22326,3,1623,2818 -"151506",43385,22362,3,1623,1836 -"151507",43385,23508,3,1623,1907 -"151508",43385,23526,3,1623,1998 -"151509",43385,23715,3,1623,1859 -"151510",43385,23729,3,1623,1624 -"151511",43385,23825,3,1623,1913 -"151512",43385,24066,3,1623,1755 -"151513",43385,24612,3,1623,1875 -"151514",43385,25198,3,1623,1982 -"151515",43385,25577,3,1623,1946 -"151516",43385,25971,3,1623,2608 -"151517",43385,26749,2,1623,2965 -"151518",43385,27275,3,1623,2656 -"151519",43385,27390,3,1623,2425 -"151520",43385,27694,3,1623,2030 -"151521",43385,28015,3,1623,1624 -"151522",43385,28190,3,1623,1634 -"151523",43385,28635,3,1623,2368 -"151524",43385,29224,3,1623,2011 -"151525",43385,29962,3,1623,2201 -"151526",43385,30052,3,1623,2855 -"151527",43385,30405,3,1623,2164 -"151528",43385,31436,3,1623,2892 -"151529",43385,31530,2,1623,1661 -"151530",43385,32606,3,1623,2100 -"151531",43385,32919,3,1623,2321 -"151532",43385,33949,3,1623,2489 -"151533",43385,34836,3,1623,2302 -"151534",43385,35815,3,1623,2789 -"151535",43385,36439,3,1623,2469 -"151536",43385,37509,3,1623,1640 -"151537",43385,38019,3,1623,1870 -"151538",43385,38780,3,1623,2705 -"151539",43385,39278,3,1623,1952 -"151540",43385,39294,3,1623,1889 -"151541",43385,41187,3,1623,2340 -"151542",43385,42906,3,1623,1748 -"151543",43385,43173,3,1623,2895 -"151544",43385,43226,3,1623,2442 -"151545",43385,43455,3,1623,2846 -"151546",43385,45684,2,1623,2200 -"151547",43385,46629,3,1623,2255 -"151548",43385,46883,3,1623,1671 -"151549",43385,47362,2,1623,2253 -"151550",43385,47772,3,1623,2293 -"151551",43385,48110,3,1623,2009 -"151552",43385,48158,3,1623,2483 -"151553",43385,48414,3,1623,1749 -"151554",43385,48571,3,1623,2717 -"151555",43385,48605,3,1623,2796 -"151556",43385,50685,3,1623,2008 -"151557",43385,51041,3,1623,2606 -"151558",43385,52058,3,1623,1836 -"151559",43385,52576,2,1623,2234 -"151560",43385,53323,3,1623,2677 -"151561",43385,54551,3,1623,2348 -"151562",43385,55082,3,1623,1856 -"151563",43385,55139,3,1623,2323 -"151564",43385,55438,3,1623,2863 -"151565",43385,55468,3,1623,2511 -"151566",43385,56082,3,1623,2395 -"151567",43385,56317,3,1623,2030 -"151568",43385,57246,3,1623,1873 -"151569",43385,58451,2,1623,1939 -"151570",43385,58508,2,1623,2326 -"151571",43385,58684,3,1623,2295 -"151572",43385,61982,2,1623,2725 -"151573",43385,62841,3,1623,2710 -"151574",43385,66124,3,1623,2174 -"151575",43385,66703,2,1623,2375 -"151576",43385,67383,3,1623,1739 -"151577",43385,69335,3,1623,2698 -"151578",43385,71274,3,1623,2390 -"151579",43385,72207,3,1623,2430 -"151580",43385,76892,3,1623,2381 -"151581",43385,79322,3,1623,2770 -"151582",43385,80301,3,1623,1690 -"151583",43385,82949,2,1623,2077 -"151584",43385,83396,2,1623,2396 -"151585",43385,88232,3,1623,2881 -"151586",43385,99215,3,1623,2791 -"151587",43404,1767,1,2649,2727 -"151588",43404,3980,2,2649,2771 -"151589",43404,13158,2,2649,2667 -"151590",43404,19606,3,2649,2783 -"151591",43404,24255,3,2649,2770 -"151592",43404,34120,3,2649,2786 -"151593",43404,41945,3,2649,2856 -"151594",43404,42216,2,2649,2722 -"151595",43404,60179,3,2649,2708 -"151596",43428,1691,3,1299,1941 -"151597",43428,2798,3,1299,1673 -"151598",43428,4411,3,1299,2009 -"151599",43428,6390,3,1299,2385 -"151600",43428,14108,3,1299,2012 -"151601",43428,14676,3,1299,2764 -"151602",43428,14731,2,1299,2012 -"151603",43428,29170,3,1299,1846 -"151604",43428,35041,3,1299,1311 -"151605",43428,45545,2,1299,1776 -"151606",43428,55155,3,1299,2333 -"151607",43428,58284,3,1299,2292 -"151608",43428,66241,3,1299,2351 -"151609",43428,66756,3,1299,1301 -"151610",43428,66971,3,1299,2299 -"151611",43428,106555,3,1299,1626 -"151612",43440,13601,2,1889,2689 -"151613",43440,36646,3,1889,2744 -"151614",43440,47877,2,1889,2970 -"151615",43440,89681,3,1889,1978 -"151616",43455,1151,3,2846,2885 -"151617",43455,7323,3,2846,2858 -"151618",43455,7794,2,2846,2972 -"151619",43455,14959,3,2846,2898 -"151620",43455,17826,3,2846,2920 -"151621",43455,20700,3,2846,2861 -"151622",43455,26749,3,2846,2965 -"151623",43455,30052,3,2846,2855 -"151624",43455,41945,1,2846,2856 -"151625",43455,44688,3,2846,2924 -"151626",43455,49110,3,2846,2938 -"151627",43455,52032,2,2846,2853 -"151628",43455,53219,3,2846,2973 -"151629",43455,60974,3,2846,2972 -"151630",43479,6044,3,2178,2744 -"151631",43479,7984,3,2178,2493 -"151632",43479,14353,3,2178,2878 -"151633",43479,14959,3,2178,2898 -"151634",43479,18394,3,2178,2356 -"151635",43479,19380,3,2178,2637 -"151636",43479,19528,3,2178,2742 -"151637",43479,20067,3,2178,2390 -"151638",43479,20732,3,2178,2401 -"151639",43479,23726,3,2178,2434 -"151640",43479,24756,2,2178,2530 -"151641",43479,29095,3,2178,2531 -"151642",43479,32520,3,2178,2425 -"151643",43479,33801,3,2178,2899 -"151644",43479,41972,3,2178,2509 -"151645",43479,50382,3,2178,2244 -"151646",43479,53475,3,2178,2853 -"151647",43479,70203,3,2178,2756 -"151648",43481,134,3,875,2062 -"151649",43481,2424,3,875,2582 -"151650",43481,6062,2,875,2681 -"151651",43481,11456,3,875,2715 -"151652",43481,15813,3,875,2143 -"151653",43481,16111,3,875,1714 -"151654",43481,17931,3,875,1617 -"151655",43481,18601,3,875,2143 -"151656",43481,20496,2,875,2530 -"151657",43481,24444,2,875,1617 -"151658",43481,24497,2,875,1979 -"151659",43481,25544,3,875,2475 -"151660",43481,26721,2,875,2586 -"151661",43481,27334,3,875,2750 -"151662",43481,30322,2,875,2346 -"151663",43481,30334,3,875,2075 -"151664",43481,38263,1,875,2475 -"151665",43481,56859,3,875,2319 -"151666",43481,58078,3,875,1252 -"151667",43481,62739,3,875,2753 -"151668",43481,69348,3,875,2783 -"151669",43481,72088,3,875,2728 -"151670",43481,74377,3,875,1285 -"151671",43481,76892,3,875,2381 -"151672",43481,84074,2,875,887 -"151673",43481,104106,3,875,1204 -"151674",43490,1315,3,2463,2760 -"151675",43490,19744,3,2463,2623 -"151676",43518,1151,3,2680,2885 -"151677",43518,2684,3,2680,2874 -"151678",43518,13929,3,2680,2693 -"151679",43518,19606,3,2680,2783 -"151680",43518,29314,3,2680,2736 -"151681",43518,39444,3,2680,2695 -"151682",43518,40369,3,2680,2735 -"151683",43518,43455,3,2680,2846 -"151684",43518,55691,2,2680,2856 -"151685",43518,57977,3,2680,2683 -"151686",43518,61982,3,2680,2725 -"151687",43518,64997,3,2680,2791 -"151688",43518,108379,3,2680,2933 -"151689",43524,916,3,2572,2718 -"151690",43524,5606,2,2572,2875 -"151691",43524,7253,3,2572,2686 -"151692",43524,52380,3,2572,2686 -"151693",43524,55405,2,2572,2788 -"151694",43524,83007,3,2572,2727 -"151695",43524,94339,3,2572,2768 -"151696",43543,827,1,1457,2964 -"151697",43543,1624,2,1457,2687 -"151698",43543,1708,2,1457,1591 -"151699",43543,2282,3,1457,2056 -"151700",43543,2647,2,1457,2450 -"151701",43543,2927,3,1457,1789 -"151702",43543,4180,3,1457,1817 -"151703",43543,6040,3,1457,2103 -"151704",43543,6345,3,1457,2713 -"151705",43543,6480,3,1457,1678 -"151706",43543,7253,3,1457,2686 -"151707",43543,7254,3,1457,1849 -"151708",43543,9724,3,1457,2713 -"151709",43543,11858,2,1457,1530 -"151710",43543,15146,3,1457,1546 -"151711",43543,17499,3,1457,2954 -"151712",43543,19509,3,1457,2000 -"151713",43543,28782,3,1457,2272 -"151714",43543,34953,3,1457,1817 -"151715",43543,38309,3,1457,2644 -"151716",43543,42382,3,1457,2224 -"151717",43543,42390,2,1457,2937 -"151718",43543,43701,3,1457,2400 -"151719",43543,46616,3,1457,1917 -"151720",43543,47607,3,1457,2724 -"151721",43543,50468,3,1457,1659 -"151722",43543,52380,3,1457,2686 -"151723",43543,53584,3,1457,2391 -"151724",43543,53652,3,1457,2899 -"151725",43543,55775,3,1457,2385 -"151726",43543,64628,2,1457,2829 -"151727",43543,78611,3,1457,1586 -"151728",43543,84808,3,1457,1974 -"151729",43551,56995,3,1993,2323 -"151730",43568,2057,3,837,1965 -"151731",43568,2446,3,837,2606 -"151732",43568,2524,3,837,1708 -"151733",43568,4032,3,837,1763 -"151734",43568,4330,2,837,1128 -"151735",43568,4526,3,837,1728 -"151736",43568,6697,1,837,2438 -"151737",43568,8354,3,837,1705 -"151738",43568,8777,3,837,1620 -"151739",43568,10473,3,837,1783 -"151740",43568,11136,3,837,2573 -"151741",43568,13842,3,837,2250 -"151742",43568,23277,2,837,1267 -"151743",43568,27509,3,837,2067 -"151744",43568,37120,3,837,2622 -"151745",43568,41187,2,837,2340 -"151746",43568,41338,3,837,1553 -"151747",43568,50520,2,837,1205 -"151748",43568,58875,3,837,1899 -"151749",43568,66693,3,837,2554 -"151750",43568,83523,3,837,1461 -"151751",43568,84447,3,837,1006 -"151752",43568,93930,2,837,1268 -"151753",43568,111375,3,837,2686 -"151754",43585,468,3,1066,1966 -"151755",43585,3669,1,1066,2524 -"151756",43585,7652,2,1066,1281 -"151757",43585,9808,3,1066,1648 -"151758",43585,13400,3,1066,1371 -"151759",43585,18808,3,1066,2854 -"151760",43585,21504,3,1066,2328 -"151761",43585,26100,2,1066,1966 -"151762",43585,30317,3,1066,2431 -"151763",43585,31752,3,1066,2340 -"151764",43585,34559,3,1066,1105 -"151765",43585,35264,2,1066,2329 -"151766",43585,38309,3,1066,2644 -"151767",43585,53498,3,1066,1967 -"151768",43585,55775,3,1066,2385 -"151769",43585,77785,3,1066,1595 -"151770",43614,5610,2,1712,2223 -"151771",43614,8238,3,1712,2222 -"151772",43614,12729,3,1712,1835 -"151773",43614,18670,3,1712,1835 -"151774",43614,24256,3,1712,2393 -"151775",43614,32047,3,1712,1858 -"151776",43614,39464,3,1712,2314 -"151777",43614,47564,3,1712,2650 -"151778",43614,48035,3,1712,2180 -"151779",43614,54953,3,1712,2223 -"151780",43614,56854,3,1712,2022 -"151781",43635,206,3,1196,1986 -"151782",43635,312,3,1196,2038 -"151783",43635,457,3,1196,1704 -"151784",43635,1036,3,1196,1367 -"151785",43635,1092,3,1196,1945 -"151786",43635,1102,3,1196,2282 -"151787",43635,1592,3,1196,2006 -"151788",43635,1691,2,1196,1941 -"151789",43635,2208,3,1196,2814 -"151790",43635,2289,3,1196,2389 -"151791",43635,2684,2,1196,2874 -"151792",43635,3011,3,1196,2278 -"151793",43635,3753,3,1196,1255 -"151794",43635,4889,3,1196,1501 -"151795",43635,5315,3,1196,2631 -"151796",43635,5429,3,1196,1991 -"151797",43635,5580,3,1196,2111 -"151798",43635,6030,3,1196,2953 -"151799",43635,6074,3,1196,2426 -"151800",43635,6252,3,1196,2336 -"151801",43635,6390,3,1196,2385 -"151802",43635,7970,3,1196,1197 -"151803",43635,8192,3,1196,1670 -"151804",43635,8367,3,1196,1927 -"151805",43635,9654,3,1196,2111 -"151806",43635,9805,3,1196,1621 -"151807",43635,11006,3,1196,1950 -"151808",43635,11055,2,1196,2111 -"151809",43635,11351,3,1196,2971 -"151810",43635,11440,3,1196,2026 -"151811",43635,11477,3,1196,2724 -"151812",43635,11620,3,1196,2010 -"151813",43635,14072,1,1196,1346 -"151814",43635,14108,3,1196,2012 -"151815",43635,14278,3,1196,1267 -"151816",43635,14972,3,1196,2332 -"151817",43635,15632,3,1196,1242 -"151818",43635,15713,3,1196,1646 -"151819",43635,16111,3,1196,1714 -"151820",43635,16201,2,1196,1811 -"151821",43635,17381,2,1196,1697 -"151822",43635,18543,3,1196,2968 -"151823",43635,19248,2,1196,2357 -"151824",43635,19719,3,1196,2177 -"151825",43635,19862,3,1196,2412 -"151826",43635,19937,3,1196,1587 -"151827",43635,20311,3,1196,1981 -"151828",43635,20407,3,1196,2339 -"151829",43635,21246,3,1196,1612 -"151830",43635,22180,3,1196,1835 -"151831",43635,22455,3,1196,1197 -"151832",43635,22586,3,1196,1341 -"151833",43635,23751,3,1196,1740 -"151834",43635,24753,3,1196,2860 -"151835",43635,25198,3,1196,1982 -"151836",43635,27484,3,1196,1634 -"151837",43635,27501,3,1196,1981 -"151838",43635,27694,3,1196,2030 -"151839",43635,30334,3,1196,2075 -"151840",43635,30827,3,1196,2323 -"151841",43635,32939,3,1196,2277 -"151842",43635,33380,3,1196,2340 -"151843",43635,33622,2,1196,2230 -"151844",43635,35518,3,1196,1721 -"151845",43635,36439,3,1196,2469 -"151846",43635,37509,2,1196,1640 -"151847",43635,37636,3,1196,2178 -"151848",43635,38213,3,1196,1744 -"151849",43635,38602,3,1196,2693 -"151850",43635,39556,2,1196,2747 -"151851",43635,40392,3,1196,1878 -"151852",43635,44720,2,1196,1202 -"151853",43635,46621,3,1196,1343 -"151854",43635,48605,3,1196,2796 -"151855",43635,48754,3,1196,1972 -"151856",43635,49470,3,1196,1528 -"151857",43635,49620,3,1196,1868 -"151858",43635,50217,3,1196,1211 -"151859",43635,51052,3,1196,2784 -"151860",43635,51783,3,1196,2599 -"151861",43635,52136,3,1196,1412 -"151862",43635,52327,3,1196,1472 -"151863",43635,52345,3,1196,1430 -"151864",43635,54879,3,1196,2210 -"151865",43635,57732,2,1196,2454 -"151866",43635,57804,3,1196,2214 -"151867",43635,61982,3,1196,2725 -"151868",43635,62841,3,1196,2710 -"151869",43635,66747,3,1196,1273 -"151870",43635,67145,3,1196,2015 -"151871",43635,69447,3,1196,1197 -"151872",43635,72956,3,1196,1251 -"151873",43635,74605,3,1196,2265 -"151874",43635,74636,3,1196,2525 -"151875",43635,76646,3,1196,1263 -"151876",43635,79657,1,1196,1260 -"151877",43635,85397,3,1196,1219 -"151878",43635,88232,3,1196,2881 -"151879",43635,97824,3,1196,1229 -"151880",43635,99152,2,1196,1698 -"151881",43635,100432,2,1196,1358 -"151882",43635,102400,3,1196,1761 -"151883",43635,106318,2,1196,1698 -"151884",43660,680,3,2320,2569 -"151885",43660,3978,3,2320,2775 -"151886",43660,4303,2,2320,2414 -"151887",43660,6989,3,2320,2623 -"151888",43660,8062,3,2320,2858 -"151889",43660,8604,3,2320,2799 -"151890",43660,12759,3,2320,2414 -"151891",43660,18005,3,2320,2449 -"151892",43660,25373,3,2320,2783 -"151893",43660,31335,3,2320,2351 -"151894",43660,45729,3,2320,2606 -"151895",43660,50585,3,2320,2414 -"151896",43660,51783,3,2320,2599 -"151897",43660,64947,3,2320,2489 -"151898",43660,71531,3,2320,2887 -"151899",43671,2709,3,1224,1673 -"151900",43671,5710,3,1224,1926 -"151901",43671,17704,3,1224,1651 -"151902",43671,18361,3,1224,2968 -"151903",43671,20423,3,1224,2654 -"151904",43671,26359,3,1224,2535 -"151905",43671,28015,3,1224,1624 -"151906",43671,29899,3,1224,2375 -"151907",43671,30504,3,1224,1573 -"151908",43671,37358,1,1224,2128 -"151909",43671,39982,3,1224,1529 -"151910",43671,44521,3,1224,1593 -"151911",43671,60718,3,1224,1229 -"151912",43671,71217,3,1224,2169 -"151913",43673,17037,3,2787,2947 -"151914",43673,27686,2,2787,2844 -"151915",43673,36278,2,2787,2952 -"151916",43673,46982,3,2787,2806 -"151917",43701,827,3,2400,2964 -"151918",43701,4249,3,2400,2547 -"151919",43701,4784,3,2400,2511 -"151920",43701,6345,3,2400,2713 -"151921",43701,8463,3,2400,2466 -"151922",43701,9272,3,2400,2835 -"151923",43701,9724,2,2400,2713 -"151924",43701,14470,3,2400,2632 -"151925",43701,17499,2,2400,2954 -"151926",43701,21571,3,2400,2755 -"151927",43701,23550,3,2400,2939 -"151928",43701,31855,3,2400,2636 -"151929",43701,32169,2,2400,2504 -"151930",43701,37684,2,2400,2899 -"151931",43701,42390,3,2400,2937 -"151932",43701,43226,3,2400,2442 -"151933",43701,47607,3,2400,2724 -"151934",43701,53652,3,2400,2899 -"151935",43701,64737,3,2400,2442 -"151936",43701,69335,3,2400,2698 -"151937",43701,69795,3,2400,2636 -"151938",43701,71999,3,2400,2685 -"151939",43701,82217,3,2400,2441 -"151940",43725,2370,3,935,1600 -"151941",43725,2506,3,935,954 -"151942",43725,3068,3,935,1815 -"151943",43725,4249,3,935,2547 -"151944",43725,4784,2,935,2511 -"151945",43725,6020,2,935,1864 -"151946",43725,9948,3,935,2019 -"151947",43725,12632,3,935,1174 -"151948",43725,13595,3,935,1164 -"151949",43725,13930,3,935,1274 -"151950",43725,14172,3,935,1923 -"151951",43725,16455,3,935,946 -"151952",43725,20695,3,935,2526 -"151953",43725,21358,2,935,1970 -"151954",43725,28648,2,935,1586 -"151955",43725,30096,3,935,2082 -"151956",43725,31950,3,935,2217 -"151957",43725,34274,2,935,1437 -"151958",43725,39009,3,935,1594 -"151959",43725,40510,3,935,943 -"151960",43725,41489,3,935,2006 -"151961",43725,45297,2,935,1864 -"151962",43725,45450,3,935,1590 -"151963",43725,48781,3,935,954 -"151964",43725,48823,3,935,2080 -"151965",43725,68813,2,935,2511 -"151966",43725,79639,3,935,1013 -"151967",43725,80186,3,935,2228 -"151968",43725,82217,3,935,2441 -"151969",43725,84581,3,935,1241 -"151970",43725,93642,1,935,1120 -"151971",43725,95879,3,935,1748 -"151972",43725,103989,3,935,1207 -"151973",43725,108467,3,935,2170 -"151974",43728,3158,2,2308,2762 -"151975",43728,6223,3,2308,2363 -"151976",43728,17499,3,2308,2954 -"151977",43728,64850,3,2308,2377 -"151978",43743,13315,3,1229,2516 -"151979",43743,38262,2,1229,2219 -"151980",43743,47715,3,1229,2111 -"151981",43768,1624,3,1468,2687 -"151982",43768,1708,3,1468,1591 -"151983",43768,9269,3,1468,1892 -"151984",43768,9895,3,1468,1960 -"151985",43768,9910,3,1468,2526 -"151986",43768,18821,3,1468,2075 -"151987",43768,19190,3,1468,2677 -"151988",43768,20695,3,1468,2526 -"151989",43768,21044,2,1468,1574 -"151990",43768,25286,3,1468,1545 -"151991",43768,26740,3,1468,2695 -"151992",43768,64628,3,1468,2829 -"151993",43768,79793,3,1468,1915 -"151994",43768,79874,3,1468,1570 -"151995",43768,84591,3,1468,1685 -"151996",43769,73786,3,2394,2937 -"151997",43786,1453,3,1173,1737 -"151998",43786,2742,3,1173,1192 -"151999",43786,9624,2,1173,2398 -"152000",43786,32198,2,1173,2117 -"152001",43788,1067,3,209,918 -"152002",43788,5438,3,209,1499 -"152003",43788,7847,3,209,2424 -"152004",43788,21772,3,209,663 -"152005",43788,23825,3,209,1913 -"152006",43788,38055,2,209,1089 -"152007",43788,46803,3,209,2305 -"152008",43788,47248,3,209,2883 -"152009",43788,74318,3,209,632 -"152010",43788,76999,3,209,908 -"152011",43796,270,3,2476,2542 -"152012",43796,2424,3,2476,2582 -"152013",43796,5350,3,2476,2522 -"152014",43796,6044,3,2476,2744 -"152015",43796,7795,3,2476,2789 -"152016",43796,17365,1,2476,2746 -"152017",43796,38307,3,2476,2648 -"152018",43796,41945,3,2476,2856 -"152019",43796,43455,2,2476,2846 -"152020",43796,61982,3,2476,2725 -"152021",43839,1777,3,1685,1965 -"152022",43839,2765,3,1685,2321 -"152023",43839,3242,3,1685,1730 -"152024",43839,4618,3,1685,2607 -"152025",43839,5078,3,1685,2033 -"152026",43839,5457,3,1685,2077 -"152027",43839,5462,3,1685,2374 -"152028",43839,5504,3,1685,2389 -"152029",43839,9030,3,1685,1979 -"152030",43839,14108,3,1685,2012 -"152031",43839,17826,3,1685,2920 -"152032",43839,18151,3,1685,2962 -"152033",43839,18458,3,1685,2477 -"152034",43839,19934,3,1685,2888 -"152035",43839,20423,3,1685,2654 -"152036",43839,20563,3,1685,2267 -"152037",43839,20659,3,1685,1969 -"152038",43839,25721,3,1685,2212 -"152039",43839,26106,3,1685,2015 -"152040",43839,26436,3,1685,2489 -"152041",43839,26516,3,1685,2479 -"152042",43839,27320,3,1685,2378 -"152043",43839,27753,3,1685,2750 -"152044",43839,28102,3,1685,2287 -"152045",43839,28893,3,1685,2764 -"152046",43839,34492,3,1685,1798 -"152047",43839,37677,3,1685,1908 -"152048",43839,38908,2,1685,1787 -"152049",43839,39827,3,1685,2321 -"152050",43839,41278,3,1685,1873 -"152051",43839,49032,2,1685,2469 -"152052",43839,49461,3,1685,2793 -"152053",43839,53637,3,1685,2113 -"152054",43839,55556,3,1685,2075 -"152055",43839,67264,2,1685,2790 -"152056",43839,71478,3,1685,1721 -"152057",43847,1314,3,222,1522 -"152058",43847,1349,3,222,1147 -"152059",43847,1519,3,222,2349 -"152060",43847,2852,3,222,2448 -"152061",43847,4665,3,222,1569 -"152062",43847,5897,3,222,2337 -"152063",43847,7785,3,222,2441 -"152064",43847,11537,3,222,469 -"152065",43847,26700,2,222,1663 -"152066",43847,31866,3,222,2101 -"152067",43847,32149,3,222,541 -"152068",43847,32560,3,222,1258 -"152069",43847,38938,1,222,1593 -"152070",43847,45375,3,222,862 -"152071",43847,54127,2,222,1593 -"152072",43847,73245,3,222,802 -"152073",43847,78569,3,222,578 -"152074",43847,85405,3,222,1593 -"152075",43847,85869,3,222,1509 -"152076",43847,87142,2,222,591 -"152077",43847,90064,2,222,454 -"152078",43847,90065,2,222,1418 -"152079",43847,92217,3,222,1663 -"152080",43847,111208,3,222,847 -"152081",43883,671,3,925,2328 -"152082",43883,2063,3,925,1278 -"152083",43883,2743,2,925,1278 -"152084",43883,3242,3,925,1730 -"152085",43883,16164,3,925,1184 -"152086",43883,20563,3,925,2267 -"152087",43883,20783,3,925,2414 -"152088",43883,20824,3,925,1366 -"152089",43883,23506,3,925,1172 -"152090",43883,51022,3,925,1499 -"152091",43902,3198,3,1726,1797 -"152092",43902,3397,2,1726,2126 -"152093",43902,3409,3,1726,2167 -"152094",43902,3453,2,1726,2126 -"152095",43902,7616,3,1726,2296 -"152096",43902,9362,3,1726,2879 -"152097",43902,10370,3,1726,2224 -"152098",43902,12778,3,1726,2045 -"152099",43902,23098,3,1726,2300 -"152100",43902,24753,3,1726,2860 -"152101",43902,24793,3,1726,1993 -"152102",43902,27001,3,1726,1761 -"152103",43902,28626,3,1726,2842 -"152104",43902,30697,3,1726,2891 -"152105",43902,32419,2,1726,1909 -"152106",43902,36609,3,1726,2918 -"152107",43902,40879,3,1726,2019 -"152108",43902,42023,2,1726,2231 -"152109",43902,45618,3,1726,2356 -"152110",43902,51017,3,1726,2073 -"152111",43902,51035,3,1726,2397 -"152112",43902,57549,3,1726,2335 -"152113",43902,60207,3,1726,2224 -"152114",43902,63907,2,1726,2377 -"152115",43902,70046,3,1726,2624 -"152116",43902,83286,3,1726,1793 -"152117",43902,83291,3,1726,2066 -"152118",43905,4144,2,756,1520 -"152119",43905,6248,3,756,2737 -"152120",43905,9063,2,756,2000 -"152121",43905,10337,3,756,2452 -"152122",43905,10727,3,756,2082 -"152123",43905,12481,3,756,1086 -"152124",43905,13400,3,756,1371 -"152125",43905,13528,3,756,1891 -"152126",43905,15502,3,756,2637 -"152127",43905,17952,2,756,1530 -"152128",43905,18319,3,756,1439 -"152129",43905,26100,3,756,1966 -"152130",43905,29117,3,756,1250 -"152131",43905,30334,3,756,2075 -"152132",43905,32678,2,756,1439 -"152133",43905,33219,2,756,1173 -"152134",43905,35752,3,756,1158 -"152135",43905,35911,2,756,2370 -"152136",43905,37636,3,756,2178 -"152137",43905,37844,2,756,2002 -"152138",43905,38422,3,756,1019 -"152139",43905,39321,2,756,2257 -"152140",43905,40392,3,756,1878 -"152141",43905,43960,1,756,1293 -"152142",43905,51783,3,756,2599 -"152143",43905,53362,2,756,2360 -"152144",43905,58233,3,756,1665 -"152145",43905,67763,3,756,822 -"152146",43905,73837,3,756,1061 -"152147",43905,83161,3,756,1352 -"152148",43905,97266,3,756,1016 -"152149",43926,25440,2,2672,2749 -"152150",43926,35037,3,2672,2974 -"152151",43926,57657,3,2672,2735 -"152152",43929,18867,3,2749,2866 -"152153",43941,145,3,1289,1998 -"152154",43941,455,3,1289,2827 -"152155",43941,470,3,1289,2285 -"152156",43941,600,3,1289,1702 -"152157",43941,913,2,1289,2144 -"152158",43941,7515,3,1289,2737 -"152159",43941,8888,3,1289,1328 -"152160",43941,9184,3,1289,2670 -"152161",43941,10433,3,1289,2075 -"152162",43941,11516,3,1289,1937 -"152163",43941,12199,3,1289,1651 -"152164",43941,12528,3,1289,2589 -"152165",43941,12618,2,1289,2021 -"152166",43941,15381,3,1289,2289 -"152167",43941,17698,3,1289,1559 -"152168",43941,19335,1,1289,1729 -"152169",43941,22567,1,1289,2396 -"152170",43941,23132,2,1289,2756 -"152171",43941,24448,3,1289,2289 -"152172",43941,24568,3,1289,1937 -"152173",43941,27275,3,1289,2656 -"152174",43941,27390,3,1289,2425 -"152175",43941,27837,3,1289,1315 -"152176",43941,28115,3,1289,1835 -"152177",43941,31050,3,1289,1491 -"152178",43941,31235,3,1289,2668 -"152179",43941,34160,3,1289,1759 -"152180",43941,35302,2,1289,1589 -"152181",43941,39657,3,1289,1947 -"152182",43941,40383,1,1289,2639 -"152183",43941,41739,3,1289,1339 -"152184",43941,42799,3,1289,2729 -"152185",43941,46621,3,1289,1343 -"152186",43941,56317,3,1289,2030 -"152187",43941,59022,3,1289,2494 -"152188",43941,62219,3,1289,2494 -"152189",43941,63409,3,1289,1937 -"152190",43941,73305,3,1289,2544 -"152191",43941,79436,3,1289,1344 -"152192",43941,80429,3,1289,1927 -"152193",43941,86245,3,1289,1972 -"152194",43941,88808,3,1289,1462 -"152195",43941,107649,3,1289,1573 -"152196",43952,341,3,168,2689 -"152197",43952,952,3,168,1991 -"152198",43952,5615,3,168,1105 -"152199",43952,10310,3,168,2774 -"152200",43952,11493,3,168,2077 -"152201",43952,12371,3,168,1569 -"152202",43952,12639,2,168,1141 -"152203",43952,17351,3,168,2036 -"152204",43952,19208,3,168,2629 -"152205",43952,19621,3,168,725 -"152206",43952,20331,3,168,2365 -"152207",43952,20730,3,168,2243 -"152208",43952,21566,2,168,1234 -"152209",43952,22893,3,168,1938 -"152210",43952,23006,2,168,1532 -"152211",43952,28571,3,168,1556 -"152212",43952,29930,3,168,2240 -"152213",43952,33846,3,168,801 -"152214",43952,36441,3,168,2796 -"152215",43952,41770,3,168,2752 -"152216",43952,42799,3,168,2729 -"152217",43952,44894,3,168,2048 -"152218",43952,46043,2,168,1358 -"152219",43952,62870,1,168,1568 -"152220",43952,74818,3,168,1440 -"152221",43952,79472,3,168,1230 -"152222",43952,80944,3,168,2300 -"152223",43952,86883,3,168,1623 -"152224",43952,117956,3,168,2774 -"152225",43953,50248,2,2203,2781 -"152226",43953,53519,2,2203,2781 -"152227",43953,58427,3,2203,2234 -"152228",43953,99886,3,2203,2781 -"152229",43957,3158,3,1824,2762 -"152230",43957,10146,3,1824,1878 -"152231",43957,14473,1,1824,2325 -"152232",43957,14612,3,1824,2340 -"152233",43957,14957,3,1824,2306 -"152234",43957,17499,3,1824,2954 -"152235",43957,17695,3,1824,1930 -"152236",43960,4144,3,1293,1520 -"152237",43960,6248,3,1293,2737 -"152238",43960,9063,3,1293,2000 -"152239",43960,10727,3,1293,2082 -"152240",43960,13400,3,1293,1371 -"152241",43960,13528,3,1293,1891 -"152242",43960,17952,2,1293,1530 -"152243",43960,26100,3,1293,1966 -"152244",43960,30334,3,1293,2075 -"152245",43960,32678,3,1293,1439 -"152246",43960,35911,3,1293,2370 -"152247",43960,37636,3,1293,2178 -"152248",43960,37844,2,1293,2002 -"152249",43960,39321,2,1293,2257 -"152250",43960,40392,3,1293,1878 -"152251",43960,51783,3,1293,2599 -"152252",43960,53362,2,1293,2360 -"152253",43960,54061,3,1293,1488 -"152254",43961,341,2,2443,2689 -"152255",43961,841,2,2443,2964 -"152256",43961,27312,3,2443,2469 -"152257",43961,27742,3,2443,2700 -"152258",43961,27914,3,2443,2507 -"152259",43961,31331,3,2443,2964 -"152260",43961,35797,3,2443,2482 -"152261",43961,36487,3,2443,2622 -"152262",43961,40954,2,2443,2603 -"152263",43961,45729,3,2443,2606 -"152264",43961,64967,2,2443,2872 -"152265",44025,5106,3,1935,2622 -"152266",44025,17033,3,1935,2771 -"152267",44025,36506,3,1935,2638 -"152268",44025,39534,3,1935,2410 -"152269",44056,31700,2,2092,2727 -"152270",44056,37238,3,2092,2609 -"152271",44059,2269,3,525,984 -"152272",44059,2424,3,525,2582 -"152273",44059,4317,3,525,1224 -"152274",44059,4701,3,525,2401 -"152275",44059,4790,2,525,1025 -"152276",44059,4791,2,525,1184 -"152277",44059,6718,3,525,2138 -"152278",44059,12863,3,525,2027 -"152279",44059,14678,3,525,799 -"152280",44059,18393,3,525,860 -"152281",44059,18707,3,525,1143 -"152282",44059,19719,3,525,2177 -"152283",44059,20287,3,525,1099 -"152284",44059,21122,3,525,1701 -"152285",44059,21197,3,525,1437 -"152286",44059,21198,2,525,935 -"152287",44059,21285,3,525,2100 -"152288",44059,22282,3,525,1418 -"152289",44059,22362,3,525,1836 -"152290",44059,23450,3,525,967 -"152291",44059,24755,3,525,1319 -"152292",44059,26451,3,525,2133 -"152293",44059,26749,3,525,2965 -"152294",44059,27175,3,525,1447 -"152295",44059,27390,3,525,2425 -"152296",44059,27849,3,525,1316 -"152297",44059,29705,1,525,607 -"152298",44059,29987,3,525,956 -"152299",44059,32601,3,525,1033 -"152300",44059,35095,3,525,1502 -"152301",44059,41174,2,525,850 -"152302",44059,42618,3,525,2316 -"152303",44059,42687,3,525,1952 -"152304",44059,43051,1,525,904 -"152305",44059,43385,3,525,1623 -"152306",44059,45660,3,525,618 -"152307",44059,46723,2,525,607 -"152308",44059,48414,3,525,1749 -"152309",44059,50219,2,525,756 -"152310",44059,50685,3,525,2008 -"152311",44059,51810,3,525,1401 -"152312",44059,52058,3,525,1836 -"152313",44059,52576,3,525,2234 -"152314",44059,55468,2,525,2511 -"152315",44059,57950,3,525,1529 -"152316",44059,58508,3,525,2326 -"152317",44059,58652,3,525,1437 -"152318",44059,64181,3,525,1828 -"152319",44059,66860,3,525,1548 -"152320",44059,70603,3,525,1002 -"152321",44059,71342,3,525,1289 -"152322",44059,72956,3,525,1251 -"152323",44059,75948,2,525,1006 -"152324",44059,76127,3,525,910 -"152325",44059,77305,3,525,965 -"152326",44059,78270,3,525,1171 -"152327",44059,79322,3,525,2770 -"152328",44059,80242,3,525,569 -"152329",44059,81588,3,525,1568 -"152330",44059,82949,3,525,2077 -"152331",44059,83434,3,525,850 -"152332",44059,89097,3,525,935 -"152333",44059,90573,3,525,878 -"152334",44059,92220,2,525,607 -"152335",44059,109510,3,525,621 -"152336",44059,121422,3,525,850 -"152337",44065,3786,3,166,2282 -"152338",44065,5414,3,166,2321 -"152339",44065,19687,3,166,2072 -"152340",44065,23639,3,166,2065 -"152341",44065,24116,3,166,1413 -"152342",44065,99194,3,166,1271 -"152343",44068,360,3,1056,1671 -"152344",44068,1315,3,1056,2760 -"152345",44068,1386,3,1056,1901 -"152346",44068,1782,3,1056,2796 -"152347",44068,5315,3,1056,2631 -"152348",44068,5716,3,1056,1058 -"152349",44068,6417,3,1056,1675 -"152350",44068,11127,3,1056,1196 -"152351",44068,11208,3,1056,1161 -"152352",44068,11218,3,1056,2292 -"152353",44068,11665,3,1056,1643 -"152354",44068,13929,3,1056,2693 -"152355",44068,16587,2,1056,2065 -"152356",44068,17354,3,1056,2250 -"152357",44068,18554,3,1056,2065 -"152358",44068,19637,3,1056,1229 -"152359",44068,19862,3,1056,2412 -"152360",44068,23159,3,1056,1548 -"152361",44068,24169,3,1056,1663 -"152362",44068,26766,2,1056,1161 -"152363",44068,27130,3,1056,1880 -"152364",44068,28131,3,1056,1492 -"152365",44068,29864,3,1056,2479 -"152366",44068,29930,3,1056,2240 -"152367",44068,30150,2,1056,1704 -"152368",44068,37758,1,1056,1998 -"152369",44068,39746,3,1056,1361 -"152370",44068,41955,3,1056,2479 -"152371",44068,42486,3,1056,1951 -"152372",44068,43135,1,1056,1171 -"152373",44068,53134,2,1056,1590 -"152374",44068,54929,3,1056,2783 -"152375",44068,62488,3,1056,1418 -"152376",44068,70203,3,1056,2756 -"152377",44068,77424,3,1056,1489 -"152378",44068,93933,2,1056,1336 -"152379",44068,106318,3,1056,1698 -"152380",44074,841,3,1299,2964 -"152381",44074,3520,3,1299,2281 -"152382",44074,4567,3,1299,2348 -"152383",44074,4660,2,1299,2149 -"152384",44074,4831,2,1299,2365 -"152385",44074,5414,3,1299,2321 -"152386",44074,5673,3,1299,1567 -"152387",44074,5962,3,1299,2491 -"152388",44074,6119,2,1299,2358 -"152389",44074,6432,3,1299,2297 -"152390",44074,7206,3,1299,1959 -"152391",44074,9115,3,1299,2068 -"152392",44074,9484,3,1299,1429 -"152393",44074,10336,3,1299,2271 -"152394",44074,11990,3,1299,1909 -"152395",44074,13150,3,1299,1570 -"152396",44074,16286,3,1299,2470 -"152397",44074,17826,3,1299,2920 -"152398",44074,20662,3,1299,1523 -"152399",44074,22905,3,1299,2599 -"152400",44074,27686,3,1299,2844 -"152401",44074,27742,3,1299,2700 -"152402",44074,27882,1,1299,1897 -"152403",44074,27908,3,1299,2576 -"152404",44074,27914,3,1299,2507 -"152405",44074,29825,3,1299,2603 -"152406",44074,30334,3,1299,2075 -"152407",44074,31317,3,1299,1362 -"152408",44074,32920,3,1299,2158 -"152409",44074,35797,3,1299,2482 -"152410",44074,36487,1,1299,2622 -"152411",44074,37036,3,1299,2264 -"152412",44074,37475,3,1299,1509 -"152413",44074,37636,3,1299,2178 -"152414",44074,39418,2,1299,1978 -"152415",44074,39999,2,1299,1593 -"152416",44074,40129,3,1299,2162 -"152417",44074,40392,3,1299,1878 -"152418",44074,41694,3,1299,2358 -"152419",44074,43961,2,1299,2443 -"152420",44074,47375,2,1299,2043 -"152421",44074,47840,3,1299,2509 -"152422",44074,51360,3,1299,1882 -"152423",44074,51774,3,1299,2459 -"152424",44074,51783,3,1299,2599 -"152425",44074,51879,3,1299,1771 -"152426",44074,55775,3,1299,2385 -"152427",44074,56755,3,1299,2158 -"152428",44074,59683,2,1299,2068 -"152429",44074,61513,3,1299,2948 -"152430",44074,62712,2,1299,2884 -"152431",44074,63641,3,1299,2337 -"152432",44074,65522,3,1299,1572 -"152433",44074,66717,3,1299,2104 -"152434",44074,66994,3,1299,1865 -"152435",44074,68876,3,1299,1397 -"152436",44074,68971,2,1299,2019 -"152437",44074,69232,3,1299,2130 -"152438",44074,77595,3,1299,1622 -"152439",44074,81805,3,1299,1607 -"152440",44074,82341,2,1299,1515 -"152441",44074,87011,3,1299,1592 -"152442",44074,89538,2,1299,1847 -"152443",44074,92297,3,1299,2952 -"152444",44074,104828,3,1299,1609 -"152445",44089,2424,3,1632,2582 -"152446",44089,4953,3,1632,2285 -"152447",44089,7616,2,1632,2296 -"152448",44089,7847,3,1632,2424 -"152449",44089,10370,1,1632,2224 -"152450",44089,14887,3,1632,2158 -"152451",44089,15381,3,1632,2289 -"152452",44089,16539,3,1632,1947 -"152453",44089,19093,2,1632,2224 -"152454",44089,24793,3,1632,1993 -"152455",44089,26451,3,1632,2133 -"152456",44089,27377,2,1632,1724 -"152457",44089,32419,3,1632,1909 -"152458",44089,38307,3,1632,2648 -"152459",44089,43455,3,1632,2846 -"152460",44089,43902,2,1632,1726 -"152461",44089,44407,3,1632,2154 -"152462",44089,44688,3,1632,2924 -"152463",44089,49334,3,1632,2433 -"152464",44089,52576,3,1632,2234 -"152465",44089,53293,3,1632,2916 -"152466",44089,55076,3,1632,2408 -"152467",44089,57549,2,1632,2335 -"152468",44089,61921,3,1632,1793 -"152469",44089,70046,3,1632,2624 -"152470",44089,77611,3,1632,1795 -"152471",44089,79653,3,1632,2683 -"152472",44102,31281,3,989,1937 -"152473",44102,44473,3,989,1685 -"152474",44132,3158,2,1999,2762 -"152475",44132,4634,3,1999,2291 -"152476",44132,6223,3,1999,2363 -"152477",44132,8463,3,1999,2466 -"152478",44132,12598,3,1999,2086 -"152479",44132,12966,3,1999,2011 -"152480",44132,14442,2,1999,2700 -"152481",44132,14957,3,1999,2306 -"152482",44132,15782,3,1999,2306 -"152483",44132,16184,3,1999,2274 -"152484",44132,17768,2,1999,2468 -"152485",44132,25053,3,1999,2186 -"152486",44132,36996,3,1999,2321 -"152487",44132,42390,3,1999,2937 -"152488",44132,47094,3,1999,2592 -"152489",44132,49142,3,1999,2289 -"152490",44132,49805,3,1999,2445 -"152491",44132,59289,3,1999,2896 -"152492",44135,3164,3,2620,2693 -"152493",44135,6030,3,2620,2953 -"152494",44135,7759,2,2620,2844 -"152495",44135,28168,3,2620,2702 -"152496",44135,40368,3,2620,2876 -"152497",44151,1226,2,1796,2353 -"152498",44151,2195,2,1796,2139 -"152499",44151,2712,3,1796,1881 -"152500",44151,22415,3,1796,2841 -"152501",44151,24648,2,1796,1833 -"152502",44151,24825,3,1796,2686 -"152503",44151,28635,3,1796,2368 -"152504",44151,67957,3,1796,2823 -"152505",44151,82949,3,1796,2077 -"152506",44160,2195,3,859,2139 -"152507",44160,2540,3,859,1398 -"152508",44160,3714,3,859,2605 -"152509",44160,3961,2,859,2426 -"152510",44160,4289,2,859,1921 -"152511",44160,5315,3,859,2631 -"152512",44160,6047,3,859,2004 -"152513",44160,6417,3,859,1675 -"152514",44160,9950,3,859,920 -"152515",44160,10358,3,859,2294 -"152516",44160,10717,3,859,1938 -"152517",44160,10857,3,859,2253 -"152518",44160,11540,3,859,1237 -"152519",44160,12684,3,859,2182 -"152520",44160,12692,3,859,1855 -"152521",44160,13003,3,859,2763 -"152522",44160,13780,3,859,2412 -"152523",44160,13967,3,859,1354 -"152524",44160,14032,3,859,2144 -"152525",44160,14669,3,859,2080 -"152526",44160,15309,3,859,2820 -"152527",44160,15343,2,859,2125 -"152528",44160,15799,3,859,1917 -"152529",44160,16053,3,859,908 -"152530",44160,16120,2,859,1237 -"152531",44160,16826,2,859,2599 -"152532",44160,17021,2,859,1226 -"152533",44160,17484,3,859,1256 -"152534",44160,17967,3,859,2125 -"152535",44160,17997,3,859,1621 -"152536",44160,18103,3,859,1968 -"152537",44160,18874,3,859,2170 -"152538",44160,19637,3,859,1229 -"152539",44160,20067,3,859,2390 -"152540",44160,21092,3,859,1643 -"152541",44160,21138,3,859,2849 -"152542",44160,21417,2,859,2422 -"152543",44160,21706,3,859,1988 -"152544",44160,22639,3,859,2352 -"152545",44160,23301,3,859,1611 -"152546",44160,23869,3,859,1918 -"152547",44160,24240,2,859,1755 -"152548",44160,24608,3,859,1630 -"152549",44160,24853,3,859,1004 -"152550",44160,24955,3,859,2424 -"152551",44160,25443,3,859,1441 -"152552",44160,25680,3,859,1618 -"152553",44160,31069,3,859,1995 -"152554",44160,33801,3,859,2899 -"152555",44160,34158,3,859,2639 -"152556",44160,34311,3,859,2213 -"152557",44160,35361,3,859,2389 -"152558",44160,35529,3,859,1620 -"152559",44160,38227,3,859,2511 -"152560",44160,40432,3,859,1956 -"152561",44160,42814,3,859,1149 -"152562",44160,44407,3,859,2154 -"152563",44160,44676,3,859,2629 -"152564",44160,47386,2,859,2226 -"152565",44160,49998,3,859,2761 -"152566",44160,51017,3,859,2073 -"152567",44160,53475,3,859,2853 -"152568",44160,54551,3,859,2348 -"152569",44160,55691,3,859,2856 -"152570",44160,56807,3,859,1571 -"152571",44160,57977,3,859,2683 -"152572",44160,70046,3,859,2624 -"152573",44160,70269,3,859,2368 -"152574",44160,70996,3,859,1037 -"152575",44160,76511,3,859,1250 -"152576",44160,79909,3,859,1059 -"152577",44160,82929,3,859,2475 -"152578",44160,86279,3,859,1076 -"152579",44160,87198,3,859,1462 -"152580",44160,90802,3,859,877 -"152581",44160,100140,3,859,1041 -"152582",44160,101395,3,859,891 -"152583",44161,3167,3,1156,1676 -"152584",44161,4623,3,1156,1176 -"152585",44161,5864,3,1156,1197 -"152586",44161,12096,3,1156,1330 -"152587",44161,17852,2,1156,2840 -"152588",44161,22331,3,1156,2687 -"152589",44161,24482,2,1156,1649 -"152590",44161,26570,3,1156,1669 -"152591",44161,31307,3,1156,2139 -"152592",44161,33160,3,1156,2441 -"152593",44161,34158,2,1156,2639 -"152594",44161,38219,3,1156,1689 -"152595",44161,39748,3,1156,1566 -"152596",44161,40646,3,1156,1583 -"152597",44161,41064,3,1156,1201 -"152598",44161,41108,2,1156,1624 -"152599",44161,51157,1,1156,2319 -"152600",44161,51319,3,1156,2488 -"152601",44161,57760,3,1156,1721 -"152602",44161,58733,3,1156,1958 -"152603",44161,62148,2,1156,1566 -"152604",44161,64219,2,1156,2705 -"152605",44161,65322,3,1156,2008 -"152606",44161,76356,3,1156,2323 -"152607",44161,81478,2,1156,1640 -"152608",44161,91901,3,1156,1236 -"152609",44181,160,3,1034,2007 -"152610",44181,680,3,1034,2569 -"152611",44181,1175,3,1034,1642 -"152612",44181,1822,3,1034,2888 -"152613",44181,2093,3,1034,2459 -"152614",44181,2181,3,1034,2030 -"152615",44181,2668,3,1034,1529 -"152616",44181,2747,3,1034,2411 -"152617",44181,2852,3,1034,2448 -"152618",44181,2985,3,1034,2398 -"152619",44181,3317,3,1034,2037 -"152620",44181,3477,2,1034,2546 -"152621",44181,3886,3,1034,1669 -"152622",44181,3966,3,1034,2425 -"152623",44181,3978,3,1034,2775 -"152624",44181,4066,3,1034,1736 -"152625",44181,4303,3,1034,2414 -"152626",44181,4622,3,1034,1589 -"152627",44181,4775,2,1034,1500 -"152628",44181,5346,3,1034,1438 -"152629",44181,5852,3,1034,1862 -"152630",44181,5897,3,1034,2337 -"152631",44181,6063,2,1034,2349 -"152632",44181,6392,3,1034,1878 -"152633",44181,8993,3,1034,2099 -"152634",44181,9035,3,1034,2771 -"152635",44181,9481,3,1034,1610 -"152636",44181,9503,1,1034,2453 -"152637",44181,9785,3,1034,2951 -"152638",44181,9787,3,1034,2858 -"152639",44181,10453,2,1034,1656 -"152640",44181,11154,3,1034,1594 -"152641",44181,11229,3,1034,1625 -"152642",44181,12577,1,1034,2530 -"152643",44181,13065,3,1034,1561 -"152644",44181,13136,3,1034,2867 -"152645",44181,13324,3,1034,2163 -"152646",44181,13899,3,1034,2650 -"152647",44181,13920,2,1034,1709 -"152648",44181,14599,3,1034,1118 -"152649",44181,14654,3,1034,1692 -"152650",44181,14749,3,1034,1998 -"152651",44181,14817,3,1034,2110 -"152652",44181,15023,3,1034,2054 -"152653",44181,15207,3,1034,1855 -"152654",44181,15826,3,1034,2772 -"152655",44181,16205,1,1034,2630 -"152656",44181,16501,3,1034,1650 -"152657",44181,17037,2,1034,2947 -"152658",44181,17931,3,1034,1617 -"152659",44181,18102,2,1034,1642 -"152660",44181,18124,3,1034,1642 -"152661",44181,18217,2,1034,1566 -"152662",44181,18381,3,1034,1524 -"152663",44181,19317,3,1034,2041 -"152664",44181,20124,3,1034,2376 -"152665",44181,20220,2,1034,1656 -"152666",44181,20984,3,1034,2502 -"152667",44181,21207,3,1034,1258 -"152668",44181,21240,3,1034,1162 -"152669",44181,21479,3,1034,2134 -"152670",44181,21684,3,1034,1971 -"152671",44181,22403,3,1034,1630 -"152672",44181,23131,3,1034,1732 -"152673",44181,25163,3,1034,1751 -"152674",44181,25373,3,1034,2783 -"152675",44181,26182,3,1034,2775 -"152676",44181,27742,3,1034,2700 -"152677",44181,28081,3,1034,1927 -"152678",44181,28116,3,1034,1643 -"152679",44181,28588,3,1034,1335 -"152680",44181,28837,3,1034,2286 -"152681",44181,29267,3,1034,1234 -"152682",44181,29286,3,1034,1612 -"152683",44181,30368,3,1034,2487 -"152684",44181,30486,3,1034,1269 -"152685",44181,30525,3,1034,1964 -"152686",44181,31357,3,1034,2389 -"152687",44181,32339,3,1034,2430 -"152688",44181,32395,3,1034,2735 -"152689",44181,33223,2,1034,2397 -"152690",44181,33451,3,1034,1957 -"152691",44181,33470,3,1034,2003 -"152692",44181,34892,3,1034,2309 -"152693",44181,35413,3,1034,1569 -"152694",44181,35477,3,1034,2703 -"152695",44181,35822,3,1034,1903 -"152696",44181,35980,2,1034,2657 -"152697",44181,36346,3,1034,1240 -"152698",44181,36578,3,1034,1484 -"152699",44181,36637,3,1034,2085 -"152700",44181,36912,3,1034,2469 -"152701",44181,37301,3,1034,2160 -"152702",44181,37636,3,1034,2178 -"152703",44181,38457,3,1034,1630 -"152704",44181,40542,2,1034,1664 -"152705",44181,41023,3,1034,2408 -"152706",44181,41581,3,1034,1692 -"152707",44181,42914,3,1034,1737 -"152708",44181,44464,3,1034,1619 -"152709",44181,46486,3,1034,1868 -"152710",44181,47384,3,1034,1639 -"152711",44181,47595,3,1034,2374 -"152712",44181,50354,3,1034,1299 -"152713",44181,51038,2,1034,2400 -"152714",44181,51843,3,1034,2389 -"152715",44181,52953,3,1034,1741 -"152716",44181,56873,3,1034,1421 -"152717",44181,57150,3,1034,1196 -"152718",44181,57180,3,1034,2703 -"152719",44181,58501,3,1034,2613 -"152720",44181,59039,3,1034,2870 -"152721",44181,59790,3,1034,1827 -"152722",44181,66978,3,1034,1536 -"152723",44181,72597,3,1034,1843 -"152724",44181,74370,2,1034,1667 -"152725",44181,74605,3,1034,2265 -"152726",44181,76143,2,1034,1610 -"152727",44181,76503,3,1034,1136 -"152728",44181,79547,3,1034,1909 -"152729",44181,82226,3,1034,1619 -"152730",44181,84317,3,1034,2081 -"152731",44181,88473,3,1034,1102 -"152732",44181,91849,3,1034,1166 -"152733",44181,92860,2,1034,1643 -"152734",44181,93208,2,1034,1324 -"152735",44181,94520,3,1034,1243 -"152736",44188,457,2,1609,1704 -"152737",44188,1102,3,1609,2282 -"152738",44188,5580,3,1609,2111 -"152739",44188,5622,3,1609,2175 -"152740",44188,6074,3,1609,2426 -"152741",44188,6113,3,1609,1678 -"152742",44188,8192,3,1609,1670 -"152743",44188,8376,3,1609,1670 -"152744",44188,9654,3,1609,2111 -"152745",44188,10857,3,1609,2253 -"152746",44188,12432,3,1609,1816 -"152747",44188,12449,3,1609,2067 -"152748",44188,13869,3,1609,1786 -"152749",44188,19622,3,1609,2371 -"152750",44188,21448,2,1609,2332 -"152751",44188,23725,3,1609,2378 -"152752",44188,24066,3,1609,1755 -"152753",44188,24558,3,1609,2139 -"152754",44188,26671,3,1609,2279 -"152755",44188,30405,3,1609,2164 -"152756",44188,34836,3,1609,2302 -"152757",44188,39294,3,1609,1889 -"152758",44188,45684,3,1609,2200 -"152759",44188,53323,3,1609,2677 -"152760",44188,53608,2,1609,1986 -"152761",44188,54551,3,1609,2348 -"152762",44188,57246,3,1609,1873 -"152763",44188,57353,2,1609,1849 -"152764",44193,279,3,989,1989 -"152765",44193,1685,3,989,2230 -"152766",44193,3460,3,989,2530 -"152767",44193,3896,3,989,2693 -"152768",44193,4690,3,989,1938 -"152769",44193,4821,3,989,1938 -"152770",44193,5235,3,989,2324 -"152771",44193,5346,3,989,1438 -"152772",44193,10513,3,989,2284 -"152773",44193,11456,3,989,2715 -"152774",44193,12000,3,989,1454 -"152775",44193,12602,3,989,1956 -"152776",44193,13671,2,989,1371 -"152777",44193,13724,2,989,1573 -"152778",44193,13861,3,989,1197 -"152779",44193,14834,3,989,2739 -"152780",44193,15207,3,989,1855 -"152781",44193,15453,3,989,1688 -"152782",44193,16590,3,989,1123 -"152783",44193,21249,1,989,1635 -"152784",44193,22567,3,989,2396 -"152785",44193,31069,3,989,1995 -"152786",44193,31997,3,989,1703 -"152787",44193,32457,3,989,2690 -"152788",44193,33052,3,989,2251 -"152789",44193,35186,1,989,1520 -"152790",44193,36646,3,989,2744 -"152791",44193,39135,3,989,2489 -"152792",44193,42196,3,989,2765 -"152793",44193,42642,2,989,2257 -"152794",44193,43311,3,989,1553 -"152795",44193,45302,3,989,2390 -"152796",44193,46580,3,989,2346 -"152797",44193,46950,3,989,2673 -"152798",44193,50509,3,989,2050 -"152799",44193,51055,3,989,2558 -"152800",44193,52735,3,989,1124 -"152801",44193,53648,3,989,2167 -"152802",44193,53968,1,989,2703 -"152803",44193,58812,3,989,1170 -"152804",44193,60516,2,989,2257 -"152805",44193,64699,3,989,2797 -"152806",44193,69591,3,989,2294 -"152807",44193,69712,3,989,1219 -"152808",44193,77811,2,989,1871 -"152809",44193,80825,3,989,2315 -"152810",44193,84268,1,989,1217 -"152811",44193,85638,3,989,2275 -"152812",44193,86152,2,989,1944 -"152813",44193,94520,3,989,1243 -"152814",44193,115097,3,989,1041 -"152815",44235,841,3,2700,2964 -"152816",44235,7323,3,2700,2858 -"152817",44235,13290,3,2700,2824 -"152818",44235,22709,3,2700,2743 -"152819",44235,25741,3,2700,2853 -"152820",44235,37059,3,2700,2840 -"152821",44235,64967,3,2700,2872 -"152822",44235,73602,3,2700,2881 -"152823",44268,2446,2,2436,2606 -"152824",44268,3853,3,2436,2465 -"152825",44268,13158,3,2436,2667 -"152826",44288,6820,2,521,1318 -"152827",44288,10358,3,521,2294 -"152828",44288,10779,3,521,2881 -"152829",44288,11127,3,521,1196 -"152830",44288,12356,2,521,2757 -"152831",44288,14959,3,521,2898 -"152832",44288,20689,1,521,557 -"152833",44288,35926,3,521,2371 -"152834",44288,63578,3,521,2107 -"152835",44299,6063,3,1874,2349 -"152836",44299,8238,3,1874,2222 -"152837",44299,14655,3,1874,2559 -"152838",44299,17354,3,1874,2250 -"152839",44299,22682,3,1874,2035 -"152840",44299,23460,3,1874,2183 -"152841",44299,27796,3,1874,2151 -"152842",44299,31705,3,1874,2706 -"152843",44299,36031,2,1874,2342 -"152844",44299,44557,3,1874,2371 -"152845",44299,85449,3,1874,2340 -"152846",44299,89681,3,1874,1978 -"152847",44306,25,3,1036,2762 -"152848",44306,135,3,1036,2233 -"152849",44306,675,3,1036,1686 -"152850",44306,1130,3,1036,1566 -"152851",44306,1136,3,1036,2536 -"152852",44306,1151,3,1036,2885 -"152853",44306,1196,3,1036,1986 -"152854",44306,1616,3,1036,2662 -"152855",44306,2224,3,1036,2751 -"152856",44306,2289,3,1036,2389 -"152857",44306,2572,3,1036,2273 -"152858",44306,2954,3,1036,2727 -"152859",44306,3011,2,1036,2278 -"152860",44306,3765,2,1036,2775 -"152861",44306,4191,3,1036,2130 -"152862",44306,4701,2,1036,2401 -"152863",44306,4791,2,1036,1184 -"152864",44306,4821,3,1036,1938 -"152865",44306,5315,3,1036,2631 -"152866",44306,5716,3,1036,1058 -"152867",44306,5986,3,1036,1721 -"152868",44306,6162,2,1036,1673 -"152869",44306,6392,3,1036,1878 -"152870",44306,7029,3,1036,2204 -"152871",44306,7229,3,1036,2669 -"152872",44306,7847,3,1036,2424 -"152873",44306,7970,3,1036,1197 -"152874",44306,8192,3,1036,1670 -"152875",44306,8258,3,1036,1959 -"152876",44306,8274,3,1036,1909 -"152877",44306,8327,3,1036,2527 -"152878",44306,9311,3,1036,2477 -"152879",44306,9979,3,1036,2238 -"152880",44306,10358,3,1036,2294 -"152881",44306,10474,3,1036,1608 -"152882",44306,10843,3,1036,2277 -"152883",44306,11218,3,1036,2292 -"152884",44306,12042,3,1036,2345 -"152885",44306,12449,3,1036,2067 -"152886",44306,13601,3,1036,2689 -"152887",44306,14278,3,1036,1267 -"152888",44306,14422,3,1036,1548 -"152889",44306,14723,3,1036,2019 -"152890",44306,14983,3,1036,1047 -"152891",44306,15005,3,1036,1415 -"152892",44306,15626,3,1036,2434 -"152893",44306,16111,3,1036,1714 -"152894",44306,16201,3,1036,1811 -"152895",44306,17351,3,1036,2036 -"152896",44306,17632,3,1036,1947 -"152897",44306,17721,3,1036,1410 -"152898",44306,17938,2,1036,1410 -"152899",44306,19453,3,1036,1928 -"152900",44306,19718,3,1036,1702 -"152901",44306,20494,3,1036,1075 -"152902",44306,22180,3,1036,1835 -"152903",44306,22415,3,1036,2841 -"152904",44306,22455,2,1036,1197 -"152905",44306,23745,1,1036,1968 -"152906",44306,24066,3,1036,1755 -"152907",44306,24169,3,1036,1663 -"152908",44306,24286,2,1036,1280 -"152909",44306,24721,3,1036,2326 -"152910",44306,25341,2,1036,1858 -"152911",44306,25480,3,1036,2747 -"152912",44306,25816,3,1036,2088 -"152913",44306,26282,3,1036,1241 -"152914",44306,26408,3,1036,1545 -"152915",44306,26595,1,1036,1566 -"152916",44306,27261,3,1036,1368 -"152917",44306,27849,3,1036,1316 -"152918",44306,28640,2,1036,1475 -"152919",44306,30525,3,1036,1964 -"152920",44306,31050,3,1036,1491 -"152921",44306,33356,2,1036,1586 -"152922",44306,33433,2,1036,2805 -"152923",44306,34325,2,1036,1982 -"152924",44306,34509,3,1036,1973 -"152925",44306,34820,3,1036,1630 -"152926",44306,35516,1,1036,1229 -"152927",44306,35888,3,1036,2291 -"152928",44306,36578,2,1036,1484 -"152929",44306,36691,3,1036,1903 -"152930",44306,38727,2,1036,2238 -"152931",44306,38755,3,1036,2902 -"152932",44306,39556,2,1036,2747 -"152933",44306,40369,3,1036,2735 -"152934",44306,41682,3,1036,1988 -"152935",44306,41900,3,1036,1970 -"152936",44306,41945,3,1036,2856 -"152937",44306,42333,3,1036,2234 -"152938",44306,42642,3,1036,2257 -"152939",44306,43635,3,1036,1196 -"152940",44306,46091,3,1036,1938 -"152941",44306,47726,3,1036,1272 -"152942",44306,49581,3,1036,1817 -"152943",44306,50946,3,1036,1075 -"152944",44306,51089,3,1036,2426 -"152945",44306,53134,3,1036,1590 -"152946",44306,53196,3,1036,1888 -"152947",44306,53342,3,1036,2071 -"152948",44306,54879,1,1036,2210 -"152949",44306,55139,3,1036,2323 -"152950",44306,55643,3,1036,2359 -"152951",44306,56232,3,1036,1175 -"152952",44306,57129,3,1036,1858 -"152953",44306,57355,3,1036,1261 -"152954",44306,57732,2,1036,2454 -"152955",44306,58035,3,1036,1646 -"152956",44306,59113,3,1036,2434 -"152957",44306,59790,3,1036,1827 -"152958",44306,61613,3,1036,1189 -"152959",44306,62852,3,1036,2067 -"152960",44306,62903,1,1036,1704 -"152961",44306,63477,3,1036,1907 -"152962",44306,64181,3,1036,1828 -"152963",44306,64699,3,1036,2797 -"152964",44306,64997,3,1036,2791 -"152965",44306,65572,3,1036,2750 -"152966",44306,65625,3,1036,1273 -"152967",44306,66860,3,1036,1548 -"152968",44306,67145,2,1036,2015 -"152969",44306,68382,3,1036,1047 -"152970",44306,71971,3,1036,1294 -"152971",44306,72083,3,1036,1122 -"152972",44306,72391,2,1036,1547 -"152973",44306,73197,2,1036,1998 -"152974",44306,74190,3,1036,1428 -"152975",44306,75343,3,1036,2008 -"152976",44306,79382,2,1036,1908 -"152977",44306,82949,3,1036,2077 -"152978",44306,83907,3,1036,2056 -"152979",44306,86287,2,1036,1349 -"152980",44306,92513,3,1036,2282 -"152981",44306,99152,3,1036,1698 -"152982",44306,106318,3,1036,1698 -"152983",44341,388,3,1230,1594 -"152984",44341,680,3,1230,2569 -"152985",44341,1560,3,1230,2013 -"152986",44341,2540,3,1230,1398 -"152987",44341,2563,3,1230,1686 -"152988",44341,3254,3,1230,1258 -"152989",44341,4303,3,1230,2414 -"152990",44341,4983,3,1230,1909 -"152991",44341,5897,3,1230,2337 -"152992",44341,6602,3,1230,1631 -"152993",44341,7997,3,1230,2049 -"152994",44341,8062,3,1230,2858 -"152995",44341,9484,3,1230,1429 -"152996",44341,9716,3,1230,1929 -"152997",44341,10474,3,1230,1608 -"152998",44341,11429,3,1230,2520 -"152999",44341,11477,3,1230,2724 -"153000",44341,12759,3,1230,2414 -"153001",44341,14072,3,1230,1346 -"153002",44341,14754,3,1230,2456 -"153003",44341,14972,3,1230,2332 -"153004",44341,15095,2,1230,2001 -"153005",44341,15700,3,1230,1712 -"153006",44341,15826,3,1230,2772 -"153007",44341,18124,2,1230,1642 -"153008",44341,18371,3,1230,2860 -"153009",44341,18381,3,1230,1524 -"153010",44341,20395,3,1230,1468 -"153011",44341,20624,3,1230,1298 -"153012",44341,22244,3,1230,2139 -"153013",44341,25373,3,1230,2783 -"153014",44341,30334,2,1230,2075 -"153015",44341,30705,3,1230,2959 -"153016",44341,34820,3,1230,1630 -"153017",44341,35518,3,1230,1721 -"153018",44341,35797,3,1230,2482 -"153019",44341,36346,3,1230,1240 -"153020",44341,36953,3,1230,2790 -"153021",44341,37636,2,1230,2178 -"153022",44341,37844,3,1230,2002 -"153023",44341,39418,3,1230,1978 -"153024",44341,40392,2,1230,1878 -"153025",44341,41429,3,1230,1770 -"153026",44341,41694,3,1230,2358 -"153027",44341,41723,3,1230,2101 -"153028",44341,43204,3,1230,1680 -"153029",44341,47013,2,1230,2388 -"153030",44341,47082,3,1230,1990 -"153031",44341,51783,2,1230,2599 -"153032",44341,55482,3,1230,1866 -"153033",44341,56082,3,1230,2395 -"153034",44341,62712,3,1230,2884 -"153035",44341,62993,3,1230,1369 -"153036",44341,90745,3,1230,1994 -"153037",44341,106399,3,1230,1530 -"153038",44403,267,2,2429,2631 -"153039",44403,13899,3,2429,2650 -"153040",44403,16866,3,2429,2718 -"153041",44403,18865,3,2429,2676 -"153042",44403,19208,3,2429,2629 -"153043",44403,31705,3,2429,2706 -"153044",44403,36574,3,2429,2934 -"153045",44403,50480,3,2429,2701 -"153046",44403,56910,3,2429,2705 -"153047",44403,77155,3,2429,2946 -"153048",44407,3711,3,2154,2360 -"153049",44407,10857,2,2154,2253 -"153050",44407,16826,2,2154,2599 -"153051",44407,17264,3,2154,2528 -"153052",44407,17400,3,2154,2231 -"153053",44407,20563,3,2154,2267 -"153054",44407,23725,3,2154,2378 -"153055",44407,34480,3,2154,2755 -"153056",44407,38227,3,2154,2511 -"153057",44407,40931,2,2154,2301 -"153058",44407,44676,2,2154,2629 -"153059",44407,47386,3,2154,2226 -"153060",44407,54551,2,2154,2348 -"153061",44414,51319,3,1329,2488 -"153062",44420,3403,3,2184,2951 -"153063",44420,8062,3,2184,2858 -"153064",44420,14959,3,2184,2898 -"153065",44420,17520,3,2184,2276 -"153066",44420,20407,2,2184,2339 -"153067",44420,21795,3,2184,2653 -"153068",44420,22723,3,2184,2859 -"153069",44420,29095,3,2184,2531 -"153070",44420,33801,3,2184,2899 -"153071",44420,36439,3,2184,2469 -"153072",44421,55,3,956,2524 -"153073",44421,1393,1,956,1706 -"153074",44421,2014,3,956,973 -"153075",44421,3506,3,956,2364 -"153076",44421,5813,3,956,2088 -"153077",44421,6621,3,956,2478 -"153078",44421,7123,3,956,1964 -"153079",44421,9088,3,956,1881 -"153080",44421,10610,3,956,1427 -"153081",44421,16757,3,956,1755 -"153082",44421,16866,3,956,2718 -"153083",44421,17925,2,956,2385 -"153084",44421,18574,2,956,2305 -"153085",44421,22389,3,956,2034 -"153086",44421,31990,1,956,2264 -"153087",44421,32629,2,956,1789 -"153088",44421,32724,2,956,2581 -"153089",44421,37765,3,956,1134 -"153090",44421,37801,1,956,2578 -"153091",44421,41075,3,956,1176 -"153092",44421,44312,1,956,2741 -"153093",44421,44744,3,956,2032 -"153094",44421,45449,3,956,1610 -"153095",44421,48931,2,956,2444 -"153096",44421,53445,3,956,2028 -"153097",44421,63096,3,956,2307 -"153098",44421,65054,2,956,2593 -"153099",44421,66017,3,956,1545 -"153100",44421,83264,2,956,1922 -"153101",44421,84378,3,956,1265 -"153102",44421,84581,3,956,1241 -"153103",44421,92084,3,956,1134 -"153104",44421,92469,3,956,1232 -"153105",44421,96387,3,956,2159 -"153106",44421,97706,2,956,1121 -"153107",44421,98436,3,956,1212 -"153108",44427,18543,1,2875,2968 -"153109",44427,43173,3,2875,2895 -"153110",44427,47248,3,2875,2883 -"153111",44427,88232,3,2875,2881 -"153112",44433,2747,1,2224,2411 -"153113",44433,8610,3,2224,2240 -"153114",44433,9503,3,2224,2453 -"153115",44433,11588,3,2224,2352 -"153116",44433,14959,3,2224,2898 -"153117",44433,15826,3,2224,2772 -"153118",44433,24069,3,2224,2697 -"153119",44433,25486,3,2224,2582 -"153120",44433,33801,3,2224,2899 -"153121",44433,36953,3,2224,2790 -"153122",44433,44603,1,2224,2748 -"153123",44433,53475,3,2224,2853 -"153124",44433,58501,3,2224,2613 -"153125",44447,725,2,165,1064 -"153126",44447,3016,3,165,747 -"153127",44447,3557,3,165,1259 -"153128",44447,6071,3,165,2310 -"153129",44447,8525,3,165,1787 -"153130",44447,9808,3,165,1648 -"153131",44447,10908,3,165,1134 -"153132",44447,12200,3,165,1400 -"153133",44447,12818,2,165,2015 -"153134",44447,13024,3,165,2468 -"153135",44447,14025,3,165,2384 -"153136",44447,16771,3,165,1541 -"153137",44447,19358,3,165,880 -"153138",44447,20867,3,165,200 -"153139",44447,21165,3,165,1112 -"153140",44447,21290,1,165,894 -"153141",44447,23975,3,165,2143 -"153142",44447,24116,3,165,1413 -"153143",44447,25718,3,165,432 -"153144",44447,26138,3,165,1902 -"153145",44447,33691,3,165,949 -"153146",44447,36577,2,165,958 -"153147",44447,40850,3,165,1396 -"153148",44447,41180,3,165,1556 -"153149",44447,46745,3,165,1565 -"153150",44447,49621,2,165,1915 -"153151",44447,53905,2,165,2193 -"153152",44447,54061,3,165,1488 -"153153",44447,56737,3,165,2270 -"153154",44447,76230,3,165,1223 -"153155",44447,79236,3,165,1505 -"153156",44447,79306,2,165,190 -"153157",44447,79694,3,165,948 -"153158",44447,81113,3,165,1914 -"153159",44447,82426,3,165,1576 -"153160",44447,82618,3,165,1536 -"153161",44447,83947,3,165,917 -"153162",44447,89860,3,165,1999 -"153163",44447,89931,3,165,1400 -"153164",44447,93766,3,165,328 -"153165",44447,94758,2,165,584 -"153166",44447,114240,2,165,642 -"153167",44447,118014,3,165,634 -"153168",44464,3152,3,1619,1621 -"153169",44464,3271,3,1619,2216 -"153170",44464,5557,3,1619,1929 -"153171",44464,5852,2,1619,1862 -"153172",44464,7422,3,1619,1793 -"153173",44464,9272,3,1619,2835 -"153174",44464,9716,3,1619,1929 -"153175",44464,11319,2,1619,2073 -"153176",44464,12577,3,1619,2530 -"153177",44464,12818,3,1619,2015 -"153178",44464,14626,2,1619,2175 -"153179",44464,14654,2,1619,1692 -"153180",44464,14761,3,1619,2502 -"153181",44464,16205,3,1619,2630 -"153182",44464,22249,3,1619,1892 -"153183",44464,23121,3,1619,2108 -"153184",44464,27826,3,1619,2824 -"153185",44464,29319,3,1619,2314 -"153186",44464,30404,3,1619,1810 -"153187",44464,32235,3,1619,2109 -"153188",44464,32582,3,1619,1929 -"153189",44464,38038,3,1619,2686 -"153190",44464,41185,3,1619,1929 -"153191",44464,43226,3,1619,2442 -"153192",44464,48110,3,1619,2009 -"153193",44464,54903,3,1619,2493 -"153194",44464,55171,3,1619,2972 -"153195",44464,56737,2,1619,2270 -"153196",44464,58508,3,1619,2326 -"153197",44464,64174,3,1619,2377 -"153198",44464,64412,3,1619,2233 -"153199",44464,69335,3,1619,2698 -"153200",44464,80301,3,1619,1690 -"153201",44464,87362,3,1619,2902 -"153202",44464,91631,3,1619,1899 -"153203",44466,1570,1,1607,2028 -"153204",44466,7648,2,1607,1861 -"153205",44466,9273,3,1607,1747 -"153206",44466,10755,2,1607,1742 -"153207",44466,10756,3,1607,2207 -"153208",44466,14442,3,1607,2700 -"153209",44466,16184,3,1607,2274 -"153210",44466,24867,3,1607,1861 -"153211",44466,25053,3,1607,2186 -"153212",44466,59289,3,1607,2896 -"153213",44473,7648,3,1685,1861 -"153214",44473,8325,2,1685,2228 -"153215",44473,9273,3,1685,1747 -"153216",44473,9328,3,1685,1937 -"153217",44473,14442,3,1685,2700 -"153218",44473,16184,3,1685,2274 -"153219",44473,31281,2,1685,1937 -"153220",44473,32904,2,1685,2055 -"153221",44473,34295,3,1685,2735 -"153222",44473,35844,3,1685,2961 -"153223",44473,40759,3,1685,2789 -"153224",44473,44501,1,1685,2567 -"153225",44473,55307,2,1685,2306 -"153226",44497,2036,3,2401,2483 -"153227",44497,3978,3,2401,2775 -"153228",44497,8568,3,2401,2706 -"153229",44497,8760,3,2401,2477 -"153230",44497,15826,3,2401,2772 -"153231",44497,18005,3,2401,2449 -"153232",44497,29473,3,2401,2602 -"153233",44497,36912,3,2401,2469 -"153234",44497,64947,3,2401,2489 -"153235",44501,34295,2,2567,2735 -"153236",44501,35844,2,2567,2961 -"153237",44501,40759,2,2567,2789 -"153238",44501,47094,3,2567,2592 -"153239",44501,59289,3,2567,2896 -"153240",44502,499,2,484,1931 -"153241",44502,543,3,484,2203 -"153242",44502,1055,2,484,1264 -"153243",44502,1777,3,484,1965 -"153244",44502,2036,3,484,2483 -"153245",44502,2289,3,484,2389 -"153246",44502,2754,3,484,1360 -"153247",44502,3171,3,484,700 -"153248",44502,3255,3,484,2504 -"153249",44502,3352,3,484,1707 -"153250",44502,3460,3,484,2530 -"153251",44502,3830,3,484,1661 -"153252",44502,4191,3,484,2130 -"153253",44502,4723,3,484,1314 -"153254",44502,5462,3,484,2374 -"153255",44502,5504,3,484,2389 -"153256",44502,5710,3,484,1926 -"153257",44502,6047,3,484,2004 -"153258",44502,6942,3,484,1232 -"153259",44502,9311,3,484,2477 -"153260",44502,10843,3,484,2277 -"153261",44502,12724,3,484,1930 -"153262",44502,12775,3,484,1982 -"153263",44502,12976,2,484,2399 -"153264",44502,14422,3,484,1548 -"153265",44502,15453,2,484,1688 -"153266",44502,15643,3,484,502 -"153267",44502,17133,3,484,924 -"153268",44502,17357,3,484,1536 -"153269",44502,18393,3,484,860 -"153270",44502,19453,3,484,1928 -"153271",44502,19963,3,484,810 -"153272",44502,20494,2,484,1075 -"153273",44502,21364,2,484,1422 -"153274",44502,21448,3,484,2332 -"153275",44502,21527,3,484,1422 -"153276",44502,21929,3,484,2062 -"153277",44502,24286,3,484,1280 -"153278",44502,25643,3,484,1646 -"153279",44502,26218,3,484,2460 -"153280",44502,27478,3,484,2485 -"153281",44502,27792,3,484,1308 -"153282",44502,29170,3,484,1846 -"153283",44502,31700,3,484,2727 -"153284",44502,31799,3,484,2547 -"153285",44502,32567,3,484,2784 -"153286",44502,32606,3,484,2100 -"153287",44502,32811,3,484,804 -"153288",44502,33241,3,484,632 -"153289",44502,33356,2,484,1586 -"153290",44502,33433,3,484,2805 -"153291",44502,34648,3,484,1596 -"153292",44502,34758,3,484,689 -"153293",44502,34899,2,484,2565 -"153294",44502,35256,3,484,2271 -"153295",44502,36439,3,484,2469 -"153296",44502,37915,3,484,1905 -"153297",44502,37937,3,484,1320 -"153298",44502,38046,3,484,1163 -"153299",44502,38048,3,484,867 -"153300",44502,38755,2,484,2902 -"153301",44502,39556,3,484,2747 -"153302",44502,39627,3,484,546 -"153303",44502,40293,2,484,1671 -"153304",44502,40493,3,484,1981 -"153305",44502,41021,3,484,978 -"153306",44502,41278,3,484,1873 -"153307",44502,41747,3,484,1722 -"153308",44502,42642,3,484,2257 -"153309",44502,47583,3,484,817 -"153310",44502,53031,3,484,2065 -"153311",44502,53779,2,484,2000 -"153312",44502,55324,3,484,1544 -"153313",44502,57337,2,484,1443 -"153314",44502,57950,3,484,1529 -"153315",44502,58035,3,484,1646 -"153316",44502,58133,3,484,1484 -"153317",44502,58854,3,484,1131 -"153318",44502,59786,3,484,605 -"153319",44502,60386,3,484,1322 -"153320",44502,64502,3,484,1670 -"153321",44502,65316,2,484,1020 -"153322",44502,65703,2,484,1689 -"153323",44502,66726,2,484,2068 -"153324",44502,70854,3,484,635 -"153325",44502,75168,3,484,699 -"153326",44502,76396,2,484,1731 -"153327",44502,78256,3,484,804 -"153328",44502,78563,3,484,2385 -"153329",44502,79612,1,484,927 -"153330",44502,81586,2,484,877 -"153331",44502,82767,3,484,1641 -"153332",44502,85736,3,484,1601 -"153333",44502,86664,3,484,1146 -"153334",44502,88887,3,484,1161 -"153335",44502,90608,3,484,590 -"153336",44502,90837,3,484,825 -"153337",44502,91420,3,484,1023 -"153338",44502,94835,3,484,555 -"153339",44502,100532,2,484,859 -"153340",44502,107318,3,484,1963 -"153341",44502,120396,2,484,561 -"153342",44502,121514,3,484,645 -"153343",44521,270,2,1593,2542 -"153344",44521,1124,3,1593,1596 -"153345",44521,2111,2,1593,1904 -"153346",44521,2424,3,1593,2582 -"153347",44521,3164,3,1593,2693 -"153348",44521,3306,3,1593,1989 -"153349",44521,3477,3,1593,2546 -"153350",44521,4360,3,1593,1770 -"153351",44521,5235,2,1593,2324 -"153352",44521,5350,3,1593,2522 -"153353",44521,5622,3,1593,2175 -"153354",44521,5971,2,1593,1985 -"153355",44521,5984,3,1593,1675 -"153356",44521,5986,3,1593,1721 -"153357",44521,6030,3,1593,2953 -"153358",44521,6063,3,1593,2349 -"153359",44521,6222,3,1593,1949 -"153360",44521,6324,3,1593,1990 -"153361",44521,6417,3,1593,1675 -"153362",44521,6588,2,1593,2025 -"153363",44521,6718,3,1593,2138 -"153364",44521,7555,3,1593,1943 -"153365",44521,9624,3,1593,2398 -"153366",44521,9723,3,1593,2302 -"153367",44521,9928,3,1593,2345 -"153368",44521,10857,3,1593,2253 -"153369",44521,11218,2,1593,2292 -"153370",44521,11229,2,1593,1625 -"153371",44521,11966,2,1593,2385 -"153372",44521,12042,3,1593,2345 -"153373",44521,12374,3,1593,2260 -"153374",44521,13307,3,1593,2206 -"153375",44521,14989,2,1593,2223 -"153376",44521,15003,3,1593,2067 -"153377",44521,15301,3,1593,2308 -"153378",44521,15700,3,1593,1712 -"153379",44521,16096,3,1593,2301 -"153380",44521,16352,2,1593,2657 -"153381",44521,17400,3,1593,2231 -"153382",44521,18005,3,1593,2449 -"153383",44521,18348,2,1593,1711 -"153384",44521,18361,1,1593,2968 -"153385",44521,18394,3,1593,2356 -"153386",44521,19072,3,1593,2358 -"153387",44521,19622,3,1593,2371 -"153388",44521,20124,3,1593,2376 -"153389",44521,20284,3,1593,2530 -"153390",44521,20292,3,1593,2755 -"153391",44521,20311,3,1593,1981 -"153392",44521,21012,3,1593,2325 -"153393",44521,21571,2,1593,2755 -"153394",44521,21693,3,1593,2176 -"153395",44521,22197,3,1593,2271 -"153396",44521,22326,3,1593,2818 -"153397",44521,22415,3,1593,2841 -"153398",44521,22566,2,1593,2308 -"153399",44521,23310,3,1593,2371 -"153400",44521,23509,3,1593,2275 -"153401",44521,23526,3,1593,1998 -"153402",44521,23715,3,1593,1859 -"153403",44521,23725,3,1593,2378 -"153404",44521,25305,3,1593,2447 -"153405",44521,26080,3,1593,2525 -"153406",44521,26818,3,1593,1999 -"153407",44521,26848,2,1593,2363 -"153408",44521,26867,2,1593,1804 -"153409",44521,28050,3,1593,1955 -"153410",44521,28168,3,1593,2702 -"153411",44521,29962,3,1593,2201 -"153412",44521,30405,3,1593,2164 -"153413",44521,32503,3,1593,2020 -"153414",44521,32567,3,1593,2784 -"153415",44521,32694,2,1593,1602 -"153416",44521,33223,3,1593,2397 -"153417",44521,34735,3,1593,2767 -"153418",44521,35402,3,1593,2339 -"153419",44521,36349,3,1593,1622 -"153420",44521,36691,3,1593,1903 -"153421",44521,37358,3,1593,2128 -"153422",44521,39294,3,1593,1889 -"153423",44521,40542,3,1593,1664 -"153424",44521,42687,3,1593,1952 -"153425",44521,43213,3,1593,2160 -"153426",44521,43455,3,1593,2846 -"153427",44521,43518,3,1593,2680 -"153428",44521,45684,3,1593,2200 -"153429",44521,45729,3,1593,2606 -"153430",44521,46629,2,1593,2255 -"153431",44521,50236,1,1593,2339 -"153432",44521,54551,3,1593,2348 -"153433",44521,54929,3,1593,2783 -"153434",44521,56082,2,1593,2395 -"153435",44521,56237,1,1593,2625 -"153436",44521,56604,2,1593,1919 -"153437",44521,57246,3,1593,1873 -"153438",44521,57977,3,1593,2683 -"153439",44521,60280,3,1593,1918 -"153440",44521,61982,3,1593,2725 -"153441",44521,64947,3,1593,2489 -"153442",44521,65242,3,1593,1988 -"153443",44521,68215,3,1593,2727 -"153444",44521,71217,2,1593,2169 -"153445",44521,72207,3,1593,2430 -"153446",44521,72326,3,1593,2384 -"153447",44521,72501,3,1593,2795 -"153448",44521,75403,3,1593,1895 -"153449",44521,79804,3,1593,2227 -"153450",44521,82949,3,1593,2077 -"153451",44521,92104,2,1593,2339 -"153452",44521,117956,3,1593,2774 -"153453",44557,1639,3,2371,2631 -"153454",44557,3961,3,2371,2426 -"153455",44557,5350,3,2371,2522 -"153456",44557,7759,3,2371,2844 -"153457",44557,13200,3,2371,2488 -"153458",44557,16352,3,2371,2657 -"153459",44557,17221,3,2371,2487 -"153460",44557,20732,3,2371,2401 -"153461",44557,21795,3,2371,2653 -"153462",44557,23726,3,2371,2434 -"153463",44557,26080,2,2371,2525 -"153464",44557,28168,3,2371,2702 -"153465",44557,41972,3,2371,2509 -"153466",44557,55256,3,2371,2379 -"153467",44557,56464,2,2371,2488 -"153468",44564,3477,3,2034,2546 -"153469",44564,6063,3,2034,2349 -"153470",44564,9504,3,2034,2549 -"153471",44564,12345,3,2034,2364 -"153472",44564,17027,3,2034,2772 -"153473",44564,27391,3,2034,2378 -"153474",44564,27908,3,2034,2576 -"153475",44564,33223,3,2034,2397 -"153476",44564,37752,3,2034,2223 -"153477",44564,44694,3,2034,2220 -"153478",44566,18965,2,1626,2315 -"153479",44566,61337,3,1626,2777 -"153480",44582,359,3,197,635 -"153481",44582,680,3,197,2569 -"153482",44582,2591,3,197,1949 -"153483",44582,6627,3,197,2063 -"153484",44582,9484,2,197,1429 -"153485",44582,9782,3,197,340 -"153486",44582,10350,3,197,1163 -"153487",44582,10577,3,197,497 -"153488",44582,10739,3,197,1807 -"153489",44582,11588,3,197,2352 -"153490",44582,13136,3,197,2867 -"153491",44582,14425,3,197,1036 -"153492",44582,14754,3,197,2456 -"153493",44582,16539,3,197,1947 -"153494",44582,18122,3,197,894 -"153495",44582,18124,3,197,1642 -"153496",44582,18672,3,197,1182 -"153497",44582,20662,2,197,1523 -"153498",44582,22945,3,197,237 -"153499",44582,25295,3,197,341 -"153500",44582,26450,3,197,1709 -"153501",44582,27390,3,197,2425 -"153502",44582,28116,3,197,1643 -"153503",44582,28446,3,197,917 -"153504",44582,32920,3,197,2158 -"153505",44582,35589,3,197,983 -"153506",44582,35797,3,197,2482 -"153507",44582,36346,2,197,1240 -"153508",44582,38807,2,197,631 -"153509",44582,38816,3,197,1225 -"153510",44582,39418,2,197,1978 -"153511",44582,40309,3,197,871 -"153512",44582,41694,2,197,2358 -"153513",44582,43207,3,197,635 -"153514",44582,43961,2,197,2443 -"153515",44582,44074,3,197,1299 -"153516",44582,44341,3,197,1230 -"153517",44582,45729,3,197,2606 -"153518",44582,47375,3,197,2043 -"153519",44582,55482,3,197,1866 -"153520",44582,56755,3,197,2158 -"153521",44582,62712,3,197,2884 -"153522",44582,64110,3,197,1331 -"153523",44582,66943,2,197,327 -"153524",44582,66994,3,197,1865 -"153525",44582,67942,3,197,973 -"153526",44582,80671,3,197,665 -"153527",44582,83122,2,197,1503 -"153528",44582,83301,3,197,1385 -"153529",44582,87011,3,197,1592 -"153530",44582,87269,3,197,847 -"153531",44582,89311,3,197,398 -"153532",44582,89538,3,197,1847 -"153533",44582,90745,3,197,1994 -"153534",44582,104098,3,197,512 -"153535",44582,106399,3,197,1530 -"153536",44582,107435,3,197,1635 -"153537",44582,120363,3,197,322 -"153538",44582,122658,3,197,1648 -"153539",44598,17061,3,2356,2385 -"153540",44598,42946,3,2356,2900 -"153541",44598,76048,3,2356,2373 -"153542",44603,4612,3,2748,2804 -"153543",44603,9787,3,2748,2858 -"153544",44603,14959,3,2748,2898 -"153545",44603,15826,3,2748,2772 -"153546",44603,33801,3,2748,2899 -"153547",44603,36953,3,2748,2790 -"153548",44603,53475,3,2748,2853 -"153549",44636,206,2,1026,1986 -"153550",44636,307,3,1026,2530 -"153551",44636,312,3,1026,2038 -"153552",44636,313,3,1026,2271 -"153553",44636,377,3,1026,2389 -"153554",44636,499,3,1026,1931 -"153555",44636,543,2,1026,2203 -"153556",44636,671,3,1026,2328 -"153557",44636,733,3,1026,1653 -"153558",44636,803,3,1026,1666 -"153559",44636,867,3,1026,1264 -"153560",44636,1036,2,1026,1367 -"153561",44636,1046,3,1026,1881 -"153562",44636,1050,3,1026,1185 -"153563",44636,1092,2,1026,1945 -"153564",44636,1136,3,1026,2536 -"153565",44636,1151,3,1026,2885 -"153566",44636,1321,3,1026,2075 -"153567",44636,1397,3,1026,1225 -"153568",44636,1469,3,1026,1160 -"153569",44636,1495,2,1026,2046 -"153570",44636,1616,3,1026,2662 -"153571",44636,1691,3,1026,1941 -"153572",44636,1777,3,1026,1965 -"153573",44636,2036,3,1026,2483 -"153574",44636,2063,3,1026,1278 -"153575",44636,2484,2,1026,2389 -"153576",44636,2684,3,1026,2874 -"153577",44636,2743,3,1026,1278 -"153578",44636,2754,2,1026,1360 -"153579",44636,2766,2,1026,1920 -"153580",44636,3088,3,1026,1670 -"153581",44636,3161,3,1026,2229 -"153582",44636,3242,3,1026,1730 -"153583",44636,3753,2,1026,1255 -"153584",44636,3830,3,1026,1661 -"153585",44636,3853,2,1026,2465 -"153586",44636,3878,3,1026,1890 -"153587",44636,4057,3,1026,2389 -"153588",44636,4226,3,1026,1903 -"153589",44636,4618,3,1026,2607 -"153590",44636,4763,1,1026,1960 -"153591",44636,5078,3,1026,2033 -"153592",44636,5315,3,1026,2631 -"153593",44636,5429,2,1026,1991 -"153594",44636,5457,3,1026,2077 -"153595",44636,5462,2,1026,2374 -"153596",44636,5504,2,1026,2389 -"153597",44636,5622,3,1026,2175 -"153598",44636,5669,3,1026,2502 -"153599",44636,5725,3,1026,2789 -"153600",44636,6047,3,1026,2004 -"153601",44636,6390,3,1026,2385 -"153602",44636,6417,3,1026,1675 -"153603",44636,6824,3,1026,2680 -"153604",44636,7013,3,1026,2040 -"153605",44636,7078,3,1026,2344 -"153606",44636,7323,2,1026,2858 -"153607",44636,7759,3,1026,2844 -"153608",44636,8533,3,1026,2251 -"153609",44636,8621,3,1026,1681 -"153610",44636,8760,3,1026,2477 -"153611",44636,8791,3,1026,1789 -"153612",44636,9364,3,1026,1698 -"153613",44636,9893,2,1026,2701 -"153614",44636,10358,3,1026,2294 -"153615",44636,10404,3,1026,2062 -"153616",44636,10638,2,1026,2692 -"153617",44636,10779,3,1026,2881 -"153618",44636,10799,3,1026,2010 -"153619",44636,10857,3,1026,2253 -"153620",44636,10874,1,1026,1891 -"153621",44636,10914,3,1026,1660 -"153622",44636,11055,2,1026,2111 -"153623",44636,11381,3,1026,1638 -"153624",44636,11506,3,1026,2824 -"153625",44636,11620,3,1026,2010 -"153626",44636,12713,3,1026,2440 -"153627",44636,13639,3,1026,2887 -"153628",44636,13732,3,1026,2789 -"153629",44636,13925,2,1026,1515 -"153630",44636,13929,3,1026,2693 -"153631",44636,13945,3,1026,1324 -"153632",44636,14032,3,1026,2144 -"153633",44636,14888,3,1026,1411 -"153634",44636,15184,1,1026,2396 -"153635",44636,15539,3,1026,1929 -"153636",44636,15607,3,1026,1421 -"153637",44636,15626,3,1026,2434 -"153638",44636,15716,3,1026,1991 -"153639",44636,16164,2,1026,1184 -"153640",44636,16313,3,1026,1160 -"153641",44636,16690,3,1026,2132 -"153642",44636,17520,3,1026,2276 -"153643",44636,17997,3,1026,1621 -"153644",44636,18943,3,1026,2861 -"153645",44636,19027,1,1026,2721 -"153646",44636,19248,3,1026,2357 -"153647",44636,19528,3,1026,2742 -"153648",44636,19606,3,1026,2783 -"153649",44636,20007,3,1026,2971 -"153650",44636,20563,3,1026,2267 -"153651",44636,20700,1,1026,2861 -"153652",44636,20824,3,1026,1366 -"153653",44636,21225,3,1026,1945 -"153654",44636,21682,3,1026,2414 -"153655",44636,21706,3,1026,1988 -"153656",44636,22006,3,1026,1202 -"153657",44636,22586,3,1026,1341 -"153658",44636,22749,3,1026,1727 -"153659",44636,23310,3,1026,2371 -"153660",44636,23492,3,1026,1067 -"153661",44636,23506,3,1026,1172 -"153662",44636,24755,3,1026,1319 -"153663",44636,25198,3,1026,1982 -"153664",44636,25341,3,1026,1858 -"153665",44636,25443,3,1026,1441 -"153666",44636,25643,3,1026,1646 -"153667",44636,26282,3,1026,1241 -"153668",44636,26436,3,1026,2489 -"153669",44636,26516,3,1026,2479 -"153670",44636,26570,3,1026,1669 -"153671",44636,26608,3,1026,2329 -"153672",44636,26865,3,1026,2726 -"153673",44636,27478,3,1026,2485 -"153674",44636,27501,3,1026,1981 -"153675",44636,27753,3,1026,2750 -"153676",44636,28216,3,1026,1910 -"153677",44636,28218,3,1026,2048 -"153678",44636,28434,3,1026,1141 -"153679",44636,29456,3,1026,1182 -"153680",44636,29930,3,1026,2240 -"153681",44636,30081,3,1026,2403 -"153682",44636,30119,3,1026,1961 -"153683",44636,30438,3,1026,1617 -"153684",44636,31164,3,1026,1996 -"153685",44636,31799,1,1026,2547 -"153686",44636,32449,3,1026,2091 -"153687",44636,32516,3,1026,2050 -"153688",44636,33160,3,1026,2441 -"153689",44636,34492,3,1026,1798 -"153690",44636,34875,3,1026,1544 -"153691",44636,35256,3,1026,2271 -"153692",44636,35529,3,1026,1620 -"153693",44636,37570,2,1026,2389 -"153694",44636,37859,3,1026,1999 -"153695",44636,38449,3,1026,1802 -"153696",44636,38869,3,1026,1675 -"153697",44636,38921,3,1026,1880 -"153698",44636,40293,3,1026,1671 -"153699",44636,40432,3,1026,1956 -"153700",44636,41625,2,1026,1794 -"153701",44636,41747,3,1026,1722 -"153702",44636,41832,2,1026,1155 -"153703",44636,41955,3,1026,2479 -"153704",44636,42264,3,1026,1702 -"153705",44636,42574,3,1026,2842 -"153706",44636,42747,3,1026,1189 -"153707",44636,46039,2,1026,1794 -"153708",44636,47098,3,1026,2057 -"153709",44636,47386,3,1026,2226 -"153710",44636,48242,2,1026,1690 -"153711",44636,50252,2,1026,2001 -"153712",44636,51022,3,1026,1499 -"153713",44636,51853,3,1026,2520 -"153714",44636,53031,3,1026,2065 -"153715",44636,53134,3,1026,1590 -"153716",44636,53293,3,1026,2916 -"153717",44636,54551,3,1026,2348 -"153718",44636,54676,1,1026,1342 -"153719",44636,54695,3,1026,2429 -"153720",44636,54740,3,1026,2750 -"153721",44636,55156,3,1026,2196 -"153722",44636,55468,3,1026,2511 -"153723",44636,55604,3,1026,2342 -"153724",44636,56338,3,1026,1818 -"153725",44636,56464,3,1026,2488 -"153726",44636,56537,3,1026,2409 -"153727",44636,57077,2,1026,1885 -"153728",44636,57950,3,1026,1529 -"153729",44636,57977,2,1026,2683 -"153730",44636,58035,2,1026,1646 -"153731",44636,58133,3,1026,1484 -"153732",44636,58427,3,1026,2234 -"153733",44636,59205,3,1026,2387 -"153734",44636,61719,3,1026,1515 -"153735",44636,62488,1,1026,1418 -"153736",44636,64031,3,1026,1295 -"153737",44636,64181,3,1026,1828 -"153738",44636,65029,2,1026,2954 -"153739",44636,66911,3,1026,1920 -"153740",44636,68810,3,1026,2409 -"153741",44636,69335,3,1026,2698 -"153742",44636,69591,3,1026,2294 -"153743",44636,71478,3,1026,1721 -"153744",44636,71702,3,1026,2353 -"153745",44636,72334,3,1026,2820 -"153746",44636,76284,2,1026,1237 -"153747",44636,77466,3,1026,1585 -"153748",44636,77993,3,1026,1497 -"153749",44636,78563,3,1026,2385 -"153750",44636,80429,3,1026,1927 -"153751",44636,82767,3,1026,1641 -"153752",44636,85430,3,1026,2370 -"153753",44636,85778,3,1026,1040 -"153754",44636,86799,3,1026,1951 -"153755",44636,88966,2,1026,1568 -"153756",44636,89958,3,1026,1186 -"153757",44636,98781,3,1026,1410 -"153758",44636,100140,3,1026,1041 -"153759",44636,102666,3,1026,2726 -"153760",44636,104306,3,1026,1665 -"153761",44636,105233,3,1026,1199 -"153762",44641,5491,3,1981,2048 -"153763",44641,6588,2,1981,2025 -"153764",44641,35402,3,1981,2339 -"153765",44641,37726,3,1981,2341 -"153766",44641,39799,3,1981,2344 -"153767",44641,43673,3,1981,2787 -"153768",44641,46629,3,1981,2255 -"153769",44641,61958,3,1981,2042 -"153770",44641,70586,3,1981,2562 -"153771",44641,72326,3,1981,2384 -"153772",44648,135,3,619,2233 -"153773",44648,145,3,619,1998 -"153774",44648,270,3,619,2542 -"153775",44648,380,2,619,2261 -"153776",44648,455,3,619,2827 -"153777",44648,600,3,619,1702 -"153778",44648,671,3,619,2328 -"153779",44648,675,1,619,1686 -"153780",44648,733,3,619,1653 -"153781",44648,913,3,619,2144 -"153782",44648,1050,2,619,1185 -"153783",44648,1102,3,619,2282 -"153784",44648,1130,3,619,1566 -"153785",44648,1136,1,619,2536 -"153786",44648,1592,3,619,2006 -"153787",44648,1777,3,619,1965 -"153788",44648,1826,3,619,924 -"153789",44648,2063,2,619,1278 -"153790",44648,2111,3,619,1904 -"153791",44648,2208,3,619,2814 -"153792",44648,2224,3,619,2751 -"153793",44648,2269,3,619,984 -"153794",44648,2743,2,619,1278 -"153795",44648,2954,3,619,2727 -"153796",44648,3242,3,619,1730 -"153797",44648,3801,3,619,1974 -"153798",44648,4191,2,619,2130 -"153799",44648,4226,3,619,1903 -"153800",44648,4317,3,619,1224 -"153801",44648,4618,3,619,2607 -"153802",44648,4687,3,619,2152 -"153803",44648,4690,3,619,1938 -"153804",44648,4980,3,619,2093 -"153805",44648,5078,3,619,2033 -"153806",44648,5457,3,619,2077 -"153807",44648,5462,3,619,2374 -"153808",44648,5504,3,619,2389 -"153809",44648,5716,3,619,1058 -"153810",44648,5971,3,619,1985 -"153811",44648,6030,3,619,2953 -"153812",44648,6264,3,619,749 -"153813",44648,6363,3,619,2066 -"153814",44648,6392,3,619,1878 -"153815",44648,6428,2,619,1952 -"153816",44648,6491,2,619,2424 -"153817",44648,6588,3,619,2025 -"153818",44648,6986,3,619,1669 -"153819",44648,7180,3,619,2227 -"153820",44648,7354,3,619,2008 -"153821",44648,7515,3,619,2737 -"153822",44648,7847,2,619,2424 -"153823",44648,7861,3,619,1647 -"153824",44648,8011,3,619,889 -"153825",44648,8529,3,619,1205 -"153826",44648,8621,3,619,1681 -"153827",44648,8772,3,619,847 -"153828",44648,8866,2,619,1545 -"153829",44648,8888,2,619,1328 -"153830",44648,9362,2,619,2879 -"153831",44648,9805,2,619,1621 -"153832",44648,9871,3,619,921 -"153833",44648,10513,3,619,2284 -"153834",44648,10523,3,619,1510 -"153835",44648,11229,3,619,1625 -"153836",44648,11434,3,619,1187 -"153837",44648,11516,3,619,1937 -"153838",44648,11912,3,619,889 -"153839",44648,12199,3,619,1651 -"153840",44648,12374,3,619,2260 -"153841",44648,12602,3,619,1956 -"153842",44648,12747,3,619,2818 -"153843",44648,14655,3,619,2559 -"153844",44648,14834,3,619,2739 -"153845",44648,15402,3,619,1281 -"153846",44648,15632,3,619,1242 -"153847",44648,16074,3,619,977 -"153848",44648,16164,2,619,1184 -"153849",44648,16193,3,619,756 -"153850",44648,16352,3,619,2657 -"153851",44648,16625,3,619,1285 -"153852",44648,17357,3,619,1536 -"153853",44648,17520,3,619,2276 -"153854",44648,18639,3,619,990 -"153855",44648,19096,3,619,1538 -"153856",44648,19322,3,619,2048 -"153857",44648,19893,3,619,1223 -"153858",44648,20563,3,619,2267 -"153859",44648,20824,2,619,1366 -"153860",44648,21911,3,619,1184 -"153861",44648,22197,3,619,2271 -"153862",44648,22501,3,619,1006 -"153863",44648,22705,3,619,1016 -"153864",44648,22884,2,619,1608 -"153865",44648,22885,3,619,1702 -"153866",44648,23132,3,619,2756 -"153867",44648,23216,3,619,2424 -"153868",44648,23460,3,619,2183 -"153869",44648,23492,3,619,1067 -"153870",44648,23506,3,619,1172 -"153871",44648,23534,3,619,1659 -"153872",44648,23704,3,619,2278 -"153873",44648,23725,3,619,2378 -"153874",44648,24005,3,619,1188 -"153875",44648,24568,3,619,1937 -"153876",44648,25341,2,619,1858 -"153877",44648,25643,3,619,1646 -"153878",44648,25816,3,619,2088 -"153879",44648,25976,3,619,659 -"153880",44648,26067,2,619,2069 -"153881",44648,26080,3,619,2525 -"153882",44648,26282,3,619,1241 -"153883",44648,26322,1,619,1018 -"153884",44648,26436,3,619,2489 -"153885",44648,26516,3,619,2479 -"153886",44648,26848,3,619,2363 -"153887",44648,26867,3,619,1804 -"153888",44648,27377,3,619,1724 -"153889",44648,27628,2,619,2389 -"153890",44648,27744,3,619,861 -"153891",44648,27753,2,619,2750 -"153892",44648,28434,3,619,1141 -"153893",44648,28731,3,619,955 -"153894",44648,30438,3,619,1617 -"153895",44648,31050,3,619,1491 -"153896",44648,31235,3,619,2668 -"153897",44648,31799,3,619,2547 -"153898",44648,32947,3,619,1091 -"153899",44648,33588,2,619,1040 -"153900",44648,33621,2,619,1319 -"153901",44648,34160,2,619,1759 -"153902",44648,34464,3,619,1741 -"153903",44648,34492,2,619,1798 -"153904",44648,34509,3,619,1973 -"153905",44648,34815,3,619,2354 -"153906",44648,34836,3,619,2302 -"153907",44648,35302,3,619,1589 -"153908",44648,35673,2,619,1067 -"153909",44648,36087,3,619,2755 -"153910",44648,36651,2,619,1600 -"153911",44648,37620,2,619,2716 -"153912",44648,37628,3,619,819 -"153913",44648,38019,3,619,1870 -"153914",44648,38727,3,619,2238 -"153915",44648,39865,3,619,849 -"153916",44648,40028,2,619,1349 -"153917",44648,40072,3,619,1182 -"153918",44648,40293,3,619,1671 -"153919",44648,40369,1,619,2735 -"153920",44648,41739,3,619,1339 -"153921",44648,42186,3,619,955 -"153922",44648,42216,3,619,2722 -"153923",44648,43173,3,619,2895 -"153924",44648,43213,3,619,2160 -"153925",44648,44306,3,619,1036 -"153926",44648,44521,3,619,1593 -"153927",44648,45186,3,619,835 -"153928",44648,45650,3,619,1528 -"153929",44648,45684,3,619,2200 -"153930",44648,45715,3,619,2287 -"153931",44648,46040,3,619,2105 -"153932",44648,46469,3,619,759 -"153933",44648,46629,3,619,2255 -"153934",44648,46950,3,619,2673 -"153935",44648,49512,3,619,1302 -"153936",44648,50041,3,619,1565 -"153937",44648,50236,3,619,2339 -"153938",44648,51017,3,619,2073 -"153939",44648,51022,3,619,1499 -"153940",44648,51035,3,619,2397 -"153941",44648,51041,3,619,2606 -"153942",44648,51410,3,619,2739 -"153943",44648,51987,3,619,1397 -"153944",44648,52835,3,619,995 -"153945",44648,53196,3,619,1888 -"153946",44648,53323,3,619,2677 -"153947",44648,54551,3,619,2348 -"153948",44648,54855,3,619,1525 -"153949",44648,54980,3,619,876 -"153950",44648,55139,3,619,2323 -"153951",44648,55320,3,619,1643 -"153952",44648,56082,3,619,2395 -"153953",44648,56143,2,619,766 -"153954",44648,56237,3,619,2625 -"153955",44648,56854,3,619,2022 -"153956",44648,56903,3,619,1584 -"153957",44648,57129,3,619,1858 -"153958",44648,57246,3,619,1873 -"153959",44648,57544,3,619,2443 -"153960",44648,58035,3,619,1646 -"153961",44648,58617,3,619,2093 -"153962",44648,59438,3,619,2400 -"153963",44648,59790,3,619,1827 -"153964",44648,59939,3,619,936 -"153965",44648,61948,3,619,1231 -"153966",44648,62148,3,619,1566 -"153967",44648,63409,3,619,1937 -"153968",44648,64031,3,619,1295 -"153969",44648,64181,2,619,1828 -"153970",44648,64232,3,619,1275 -"153971",44648,64997,1,619,2791 -"153972",44648,65625,3,619,1273 -"153973",44648,65884,3,619,798 -"153974",44648,66413,3,619,2507 -"153975",44648,67216,3,619,984 -"153976",44648,67314,2,619,1051 -"153977",44648,67352,2,619,1115 -"153978",44648,67788,3,619,837 -"153979",44648,69712,3,619,1219 -"153980",44648,70838,3,619,687 -"153981",44648,72188,3,619,856 -"153982",44648,72326,3,619,2384 -"153983",44648,73675,3,619,887 -"153984",44648,73728,3,619,784 -"153985",44648,75898,3,619,889 -"153986",44648,76127,3,619,910 -"153987",44648,78256,3,619,804 -"153988",44648,80172,3,619,1342 -"153989",44648,80429,3,619,1927 -"153990",44648,80825,3,619,2315 -"153991",44648,82767,3,619,1641 -"153992",44648,82787,2,619,1144 -"153993",44648,83219,3,619,1492 -"153994",44648,88808,3,619,1462 -"153995",44648,90259,3,619,699 -"153996",44648,90911,3,619,1263 -"153997",44648,91912,3,619,790 -"153998",44648,92322,3,619,2393 -"153999",44648,92491,3,619,1968 -"154000",44648,96894,3,619,1598 -"154001",44648,98801,3,619,1035 -"154002",44648,99103,3,619,1470 -"154003",44648,100134,3,619,977 -"154004",44648,104280,3,619,887 -"154005",44648,105063,3,619,1908 -"154006",44648,105947,3,619,997 -"154007",44648,107649,3,619,1573 -"154008",44648,109718,2,619,1237 -"154009",44648,111761,3,619,783 -"154010",44648,120549,3,619,708 -"154011",44669,15905,3,1594,2064 -"154012",44669,35888,3,1594,2291 -"154013",44669,40913,2,1594,1800 -"154014",44669,65703,3,1594,1689 -"154015",44676,1315,3,2629,2760 -"154016",44676,9893,3,2629,2701 -"154017",44676,34480,3,2629,2755 -"154018",44684,42,3,1220,2265 -"154019",44684,455,3,1220,2827 -"154020",44684,1224,3,1220,2435 -"154021",44684,1386,3,1220,1901 -"154022",44684,2166,3,1220,2557 -"154023",44684,2765,2,1220,2321 -"154024",44684,3067,3,1220,1378 -"154025",44684,3695,3,1220,2612 -"154026",44684,5491,3,1220,2048 -"154027",44684,5504,3,1220,2389 -"154028",44684,5621,3,1220,1860 -"154029",44684,7078,3,1220,2344 -"154030",44684,7861,3,1220,1647 -"154031",44684,9030,2,1220,1979 -"154032",44684,10222,3,1220,2212 -"154033",44684,11419,3,1220,1408 -"154034",44684,11602,3,1220,1493 -"154035",44684,11976,3,1220,1727 -"154036",44684,12867,3,1220,2773 -"154037",44684,13535,3,1220,1491 -"154038",44684,13732,3,1220,2789 -"154039",44684,13751,3,1220,2557 -"154040",44684,14108,3,1220,2012 -"154041",44684,14189,3,1220,1483 -"154042",44684,14888,2,1220,1411 -"154043",44684,15343,3,1220,2125 -"154044",44684,15500,1,1220,1658 -"154045",44684,17021,3,1220,1226 -"154046",44684,17826,2,1220,2920 -"154047",44684,18151,3,1220,2962 -"154048",44684,18458,2,1220,2477 -"154049",44684,20423,2,1220,2654 -"154050",44684,20545,3,1220,1491 -"154051",44684,20563,3,1220,2267 -"154052",44684,20659,2,1220,1969 -"154053",44684,20783,3,1220,2414 -"154054",44684,21092,2,1220,1643 -"154055",44684,21193,3,1220,2490 -"154056",44684,21225,3,1220,1945 -"154057",44684,21417,3,1220,2422 -"154058",44684,21795,3,1220,2653 -"154059",44684,22714,3,1220,2793 -"154060",44684,24146,3,1220,2003 -"154061",44684,24362,2,1220,1287 -"154062",44684,26106,2,1220,2015 -"154063",44684,26713,3,1220,1235 -"154064",44684,26865,3,1220,2726 -"154065",44684,27950,3,1220,1380 -"154066",44684,28102,3,1220,2287 -"154067",44684,29756,3,1220,2051 -"154068",44684,29791,3,1220,1986 -"154069",44684,30081,3,1220,2403 -"154070",44684,31307,3,1220,2139 -"154071",44684,32761,3,1220,2680 -"154072",44684,34160,3,1220,1759 -"154073",44684,35095,3,1220,1502 -"154074",44684,35542,3,1220,1439 -"154075",44684,36962,3,1220,2861 -"154076",44684,37333,3,1220,1612 -"154077",44684,37677,2,1220,1908 -"154078",44684,38908,1,1220,1787 -"154079",44684,39444,3,1220,2695 -"154080",44684,39827,2,1220,2321 -"154081",44684,40931,3,1220,2301 -"154082",44684,43839,1,1220,1685 -"154083",44684,44235,3,1220,2700 -"154084",44684,45664,3,1220,2235 -"154085",44684,47947,3,1220,2681 -"154086",44684,48495,3,1220,2737 -"154087",44684,48820,3,1220,2769 -"154088",44684,49032,1,1220,2469 -"154089",44684,49461,2,1220,2793 -"154090",44684,49666,3,1220,2408 -"154091",44684,50790,3,1220,2371 -"154092",44684,52327,3,1220,1472 -"154093",44684,52442,3,1220,1269 -"154094",44684,53637,2,1220,2113 -"154095",44684,54020,3,1220,1578 -"154096",44684,55556,2,1220,2075 -"154097",44684,57565,2,1220,1577 -"154098",44684,57781,3,1220,1971 -"154099",44684,67264,1,1220,2790 -"154100",44684,71478,2,1220,1721 -"154101",44684,71702,3,1220,2353 -"154102",44684,72122,1,1220,1436 -"154103",44684,73266,3,1220,2496 -"154104",44684,74095,3,1220,2333 -"154105",44684,76342,3,1220,1429 -"154106",44684,77057,3,1220,1866 -"154107",44684,77095,3,1220,1622 -"154108",44684,85592,1,1220,1412 -"154109",44684,88966,3,1220,1568 -"154110",44684,89668,1,1220,1279 -"154111",44684,93615,3,1220,2386 -"154112",44684,97811,3,1220,1288 -"154113",44694,680,2,2220,2569 -"154114",44694,1519,3,2220,2349 -"154115",44694,3414,3,2220,2322 -"154116",44694,3978,3,2220,2775 -"154117",44694,4303,2,2220,2414 -"154118",44694,8062,3,2220,2858 -"154119",44694,12759,3,2220,2414 -"154120",44694,18005,3,2220,2449 -"154121",44694,18810,3,2220,2671 -"154122",44694,20941,3,2220,2725 -"154123",44694,25373,3,2220,2783 -"154124",44694,30034,3,2220,2357 -"154125",44694,31335,2,2220,2351 -"154126",44694,38691,3,2220,2585 -"154127",44694,41187,3,2220,2340 -"154128",44694,43660,3,2220,2320 -"154129",44694,50585,2,2220,2414 -"154130",44694,51783,3,2220,2599 -"154131",44694,70583,3,2220,2615 -"154132",44705,75216,3,505,672 -"154133",44705,108107,3,505,1704 -"154134",44720,2349,3,1202,1288 -"154135",44720,4889,2,1202,1501 -"154136",44720,5239,3,1202,2875 -"154137",44720,5315,3,1202,2631 -"154138",44720,6030,3,1202,2953 -"154139",44720,7196,2,1202,1508 -"154140",44720,7984,3,1202,2493 -"154141",44720,8367,3,1202,1927 -"154142",44720,11477,3,1202,2724 -"154143",44720,13780,3,1202,2412 -"154144",44720,14072,1,1202,1346 -"154145",44720,14888,3,1202,1411 -"154146",44720,14943,2,1202,1942 -"154147",44720,14972,2,1202,2332 -"154148",44720,15401,2,1202,1999 -"154149",44720,16625,3,1202,1285 -"154150",44720,16801,3,1202,2008 -"154151",44720,17381,2,1202,1697 -"154152",44720,18571,3,1202,2128 -"154153",44720,19528,3,1202,2742 -"154154",44720,22141,3,1202,2348 -"154155",44720,23751,3,1202,1740 -"154156",44720,23806,3,1202,1671 -"154157",44720,26713,2,1202,1235 -"154158",44720,27484,3,1202,1634 -"154159",44720,28784,2,1202,1579 -"154160",44720,30334,3,1202,2075 -"154161",44720,30747,3,1202,2455 -"154162",44720,30827,3,1202,2323 -"154163",44720,31164,3,1202,1996 -"154164",44720,32939,3,1202,2277 -"154165",44720,32988,2,1202,2008 -"154166",44720,35518,3,1202,1721 -"154167",44720,35926,3,1202,2371 -"154168",44720,37636,3,1202,2178 -"154169",44720,38219,3,1202,1689 -"154170",44720,38602,3,1202,2693 -"154171",44720,40392,3,1202,1878 -"154172",44720,40432,3,1202,1956 -"154173",44720,40645,3,1202,1899 -"154174",44720,42505,3,1202,2008 -"154175",44720,45959,3,1202,1880 -"154176",44720,46040,3,1202,2105 -"154177",44720,46951,3,1202,2429 -"154178",44720,51052,3,1202,2784 -"154179",44720,51783,3,1202,2599 -"154180",44720,57804,3,1202,2214 -"154181",44720,65155,2,1202,1947 -"154182",44720,65203,3,1202,1597 -"154183",44720,65322,3,1202,2008 -"154184",44720,76511,3,1202,1250 -"154185",44720,78150,3,1202,2581 -"154186",44720,79657,3,1202,1260 -"154187",44720,89511,3,1202,1205 -"154188",44720,92757,3,1202,2615 -"154189",44720,96352,3,1202,1493 -"154190",44720,97160,3,1202,1215 -"154191",44720,113736,3,1202,1514 -"154192",44723,59788,3,1224,2315 -"154193",44723,81134,3,1224,1384 -"154194",44723,92381,3,1224,1237 -"154195",44727,1787,3,1227,1707 -"154196",44727,3477,3,1227,2546 -"154197",44727,3484,3,1227,1515 -"154198",44727,3678,2,1227,1325 -"154199",44727,5937,3,1227,2392 -"154200",44727,6063,3,1227,2349 -"154201",44727,6234,1,1227,2654 -"154202",44727,6235,1,1227,1585 -"154203",44727,6800,3,1227,2053 -"154204",44727,10400,3,1227,1517 -"154205",44727,14584,3,1227,1573 -"154206",44727,15239,2,1227,1958 -"154207",44727,15558,3,1227,2389 -"154208",44727,16477,2,1227,2069 -"154209",44727,16524,3,1227,1556 -"154210",44727,16969,3,1227,1917 -"154211",44727,18217,3,1227,1566 -"154212",44727,23728,3,1227,2601 -"154213",44727,23771,3,1227,1614 -"154214",44727,23802,3,1227,1713 -"154215",44727,30194,3,1227,2874 -"154216",44727,31794,3,1227,1919 -"154217",44727,32841,3,1227,1345 -"154218",44727,32939,3,1227,2277 -"154219",44727,33223,3,1227,2397 -"154220",44727,33363,3,1227,2475 -"154221",44727,34576,3,1227,1727 -"154222",44727,36491,3,1227,1781 -"154223",44727,37454,2,1227,1245 -"154224",44727,40542,3,1227,1664 -"154225",44727,41521,2,1227,2069 -"154226",44727,44730,3,1227,2468 -"154227",44727,49079,3,1227,2447 -"154228",44727,52032,3,1227,2853 -"154229",44727,52953,2,1227,1741 -"154230",44727,53648,3,1227,2167 -"154231",44727,56413,3,1227,2747 -"154232",44727,57804,3,1227,2214 -"154233",44727,65568,3,1227,1699 -"154234",44727,76997,3,1227,2223 -"154235",44727,79746,3,1227,2272 -"154236",44727,79913,3,1227,1514 -"154237",44727,82246,2,1227,1538 -"154238",44727,85062,2,1227,1379 -"154239",44727,90429,3,1227,1684 -"154240",44727,93459,3,1227,1354 -"154241",44728,919,3,451,910 -"154242",44728,1787,3,451,1707 -"154243",44728,1822,3,451,2888 -"154244",44728,2181,3,451,2030 -"154245",44728,2370,3,451,1600 -"154246",44728,3477,2,451,2546 -"154247",44728,3678,2,451,1325 -"154248",44728,4188,3,451,2963 -"154249",44728,4622,3,451,1589 -"154250",44728,5937,2,451,2392 -"154251",44728,6063,2,451,2349 -"154252",44728,6234,2,451,2654 -"154253",44728,6235,2,451,1585 -"154254",44728,6392,3,451,1878 -"154255",44728,6800,2,451,2053 -"154256",44728,8993,3,451,2099 -"154257",44728,9503,3,451,2453 -"154258",44728,9513,3,451,872 -"154259",44728,11154,3,451,1594 -"154260",44728,11229,3,451,1625 -"154261",44728,11259,3,451,1356 -"154262",44728,11518,3,451,803 -"154263",44728,11679,3,451,846 -"154264",44728,11868,3,451,1639 -"154265",44728,12735,2,451,819 -"154266",44728,12779,2,451,936 -"154267",44728,13899,3,451,2650 -"154268",44728,14656,3,451,584 -"154269",44728,14817,3,451,2110 -"154270",44728,15023,3,451,2054 -"154271",44728,15086,3,451,2135 -"154272",44728,15119,2,451,1020 -"154273",44728,15150,3,451,2801 -"154274",44728,15239,3,451,1958 -"154275",44728,15558,3,451,2389 -"154276",44728,16477,3,451,2069 -"154277",44728,17399,3,451,884 -"154278",44728,17815,3,451,2070 -"154279",44728,18217,2,451,1566 -"154280",44728,18645,3,451,793 -"154281",44728,19317,3,451,2041 -"154282",44728,20124,3,451,2376 -"154283",44728,20343,3,451,851 -"154284",44728,20921,2,451,723 -"154285",44728,20984,3,451,2502 -"154286",44728,21684,3,451,1971 -"154287",44728,22403,3,451,1630 -"154288",44728,22462,2,451,869 -"154289",44728,23728,3,451,2601 -"154290",44728,23771,2,451,1614 -"154291",44728,26025,3,451,591 -"154292",44728,28299,3,451,466 -"154293",44728,28588,3,451,1335 -"154294",44728,29100,3,451,843 -"154295",44728,29267,3,451,1234 -"154296",44728,29775,3,451,2064 -"154297",44728,30194,3,451,2874 -"154298",44728,30486,3,451,1269 -"154299",44728,31357,3,451,2389 -"154300",44728,31794,3,451,1919 -"154301",44728,32339,3,451,2430 -"154302",44728,32395,3,451,2735 -"154303",44728,32841,3,451,1345 -"154304",44728,33223,2,451,2397 -"154305",44728,33451,3,451,1957 -"154306",44728,33460,3,451,2781 -"154307",44728,33470,3,451,2003 -"154308",44728,34576,3,451,1727 -"154309",44728,35822,3,451,1903 -"154310",44728,36346,3,451,1240 -"154311",44728,37301,3,451,2160 -"154312",44728,37454,3,451,1245 -"154313",44728,38457,3,451,1630 -"154314",44728,38513,3,451,914 -"154315",44728,39723,2,451,778 -"154316",44728,40542,2,451,1664 -"154317",44728,41521,3,451,2069 -"154318",44728,42136,3,451,2551 -"154319",44728,44181,3,451,1034 -"154320",44728,44727,1,451,1227 -"154321",44728,44730,2,451,2468 -"154322",44728,47372,3,451,788 -"154323",44728,47595,3,451,2374 -"154324",44728,49079,3,451,2447 -"154325",44728,49415,3,451,2654 -"154326",44728,51499,3,451,649 -"154327",44728,51843,3,451,2389 -"154328",44728,52953,1,451,1741 -"154329",44728,54385,3,451,2340 -"154330",44728,56413,3,451,2747 -"154331",44728,56639,3,451,643 -"154332",44728,56873,3,451,1421 -"154333",44728,57150,3,451,1196 -"154334",44728,59790,3,451,1827 -"154335",44728,63510,3,451,1602 -"154336",44728,73192,3,451,1955 -"154337",44728,73629,3,451,1713 -"154338",44728,76143,3,451,1610 -"154339",44728,76503,3,451,1136 -"154340",44728,76997,2,451,2223 -"154341",44728,79547,3,451,1909 -"154342",44728,79746,2,451,2272 -"154343",44728,80615,3,451,2252 -"154344",44728,82246,3,451,1538 -"154345",44728,84317,3,451,2081 -"154346",44728,85062,3,451,1379 -"154347",44728,86559,3,451,1704 -"154348",44728,86716,3,451,1609 -"154349",44728,88739,3,451,933 -"154350",44728,89258,3,451,1147 -"154351",44728,90429,2,451,1684 -"154352",44728,95682,3,451,881 -"154353",44728,97615,3,451,1198 -"154354",44728,99291,3,451,930 -"154355",44728,103312,3,451,1216 -"154356",44728,106330,3,451,2559 -"154357",44728,112814,3,451,546 -"154358",44728,113333,3,451,1018 -"154359",44729,212,3,588,1513 -"154360",44729,803,3,588,1666 -"154361",44729,1224,3,588,2435 -"154362",44729,1262,3,588,2973 -"154363",44729,1321,3,588,2075 -"154364",44729,1386,2,588,1901 -"154365",44729,1616,3,588,2662 -"154366",44729,1777,3,588,1965 -"154367",44729,2484,3,588,2389 -"154368",44729,3161,3,588,2229 -"154369",44729,3695,3,588,2612 -"154370",44729,3877,3,588,1133 -"154371",44729,5078,3,588,2033 -"154372",44729,5457,3,588,2077 -"154373",44729,5462,3,588,2374 -"154374",44729,5491,3,588,2048 -"154375",44729,5504,3,588,2389 -"154376",44729,6588,3,588,2025 -"154377",44729,6718,3,588,2138 -"154378",44729,7078,2,588,2344 -"154379",44729,7394,2,588,2615 -"154380",44729,8286,3,588,886 -"154381",44729,8621,3,588,1681 -"154382",44729,8762,3,588,2585 -"154383",44729,8888,3,588,1328 -"154384",44729,9030,1,588,1979 -"154385",44729,9803,3,588,1664 -"154386",44729,10474,3,588,1608 -"154387",44729,10488,3,588,1524 -"154388",44729,10558,3,588,2312 -"154389",44729,10726,3,588,841 -"154390",44729,10799,3,588,2010 -"154391",44729,10945,2,588,881 -"154392",44729,11229,3,588,1625 -"154393",44729,11419,2,588,1408 -"154394",44729,11602,3,588,1493 -"154395",44729,11817,3,588,600 -"154396",44729,12035,3,588,2721 -"154397",44729,12713,3,588,2440 -"154398",44729,13732,3,588,2789 -"154399",44729,14189,3,588,1483 -"154400",44729,14709,2,588,1901 -"154401",44729,14772,3,588,2386 -"154402",44729,14959,3,588,2898 -"154403",44729,15118,3,588,1311 -"154404",44729,15135,3,588,1035 -"154405",44729,15299,3,588,2213 -"154406",44729,15343,2,588,2125 -"154407",44729,15462,3,588,1141 -"154408",44729,15700,3,588,1712 -"154409",44729,15737,3,588,676 -"154410",44729,16029,1,588,1160 -"154411",44729,16164,3,588,1184 -"154412",44729,16313,3,588,1160 -"154413",44729,17021,3,588,1226 -"154414",44729,17410,3,588,2073 -"154415",44729,17967,3,588,2125 -"154416",44729,18151,2,588,2962 -"154417",44729,18366,3,588,2699 -"154418",44729,19155,3,588,1937 -"154419",44729,19528,3,588,2742 -"154420",44729,19872,3,588,2913 -"154421",44729,20469,3,588,2125 -"154422",44729,21092,3,588,1643 -"154423",44729,21104,3,588,2327 -"154424",44729,21198,3,588,935 -"154425",44729,21417,2,588,2422 -"154426",44729,21422,3,588,935 -"154427",44729,21693,2,588,2176 -"154428",44729,21795,2,588,2653 -"154429",44729,22282,3,588,1418 -"154430",44729,22326,2,588,2818 -"154431",44729,22362,2,588,1836 -"154432",44729,22554,3,588,620 -"154433",44729,22652,2,588,1544 -"154434",44729,23751,3,588,1740 -"154435",44729,23963,3,588,647 -"154436",44729,24146,3,588,2003 -"154437",44729,24204,3,588,840 -"154438",44729,24362,2,588,1287 -"154439",44729,24608,3,588,1630 -"154440",44729,24789,3,588,829 -"154441",44729,25241,3,588,1233 -"154442",44729,25305,3,588,2447 -"154443",44729,25541,3,588,917 -"154444",44729,25751,2,588,1523 -"154445",44729,25879,3,588,630 -"154446",44729,26608,3,588,2329 -"154447",44729,26865,3,588,2726 -"154448",44729,26867,3,588,1804 -"154449",44729,28233,3,588,1608 -"154450",44729,28923,2,588,2362 -"154451",44729,29705,3,588,607 -"154452",44729,29791,2,588,1986 -"154453",44729,29987,3,588,956 -"154454",44729,30081,2,588,2403 -"154455",44729,30173,3,588,2404 -"154456",44729,30325,3,588,1067 -"154457",44729,32131,3,588,1035 -"154458",44729,32761,3,588,2680 -"154459",44729,33383,3,588,1572 -"154460",44729,33722,3,588,1225 -"154461",44729,34311,2,588,2213 -"154462",44729,34327,2,588,2959 -"154463",44729,34693,2,588,1938 -"154464",44729,35256,3,588,2271 -"154465",44729,35542,2,588,1439 -"154466",44729,35673,3,588,1067 -"154467",44729,36950,3,588,2204 -"154468",44729,36962,3,588,2861 -"154469",44729,37333,3,588,1612 -"154470",44729,37395,3,588,644 -"154471",44729,38019,3,588,1870 -"154472",44729,39278,3,588,1952 -"154473",44729,40028,3,588,1349 -"154474",44729,40609,3,588,845 -"154475",44729,41174,3,588,850 -"154476",44729,42618,2,588,2316 -"154477",44729,42687,3,588,1952 -"154478",44729,42814,2,588,1149 -"154479",44729,43051,3,588,904 -"154480",44729,43213,3,588,2160 -"154481",44729,44160,3,588,859 -"154482",44729,44684,3,588,1220 -"154483",44729,45664,2,588,2235 -"154484",44729,45927,3,588,1542 -"154485",44729,46717,3,588,938 -"154486",44729,46723,3,588,607 -"154487",44729,47362,2,588,2253 -"154488",44729,47947,3,588,2681 -"154489",44729,48503,3,588,820 -"154490",44729,49741,2,588,839 -"154491",44729,49998,2,588,2761 -"154492",44729,50118,3,588,2654 -"154493",44729,50219,3,588,756 -"154494",44729,50236,3,588,2339 -"154495",44729,51379,3,588,1462 -"154496",44729,52136,3,588,1412 -"154497",44729,52442,3,588,1269 -"154498",44729,53342,3,588,2071 -"154499",44729,54020,3,588,1578 -"154500",44729,55156,3,588,2196 -"154501",44729,55468,3,588,2511 -"154502",44729,56082,2,588,2395 -"154503",44729,56317,3,588,2030 -"154504",44729,58414,3,588,880 -"154505",44729,58508,3,588,2326 -"154506",44729,59522,3,588,1516 -"154507",44729,64031,3,588,1295 -"154508",44729,65679,3,588,1578 -"154509",44729,68810,3,588,2409 -"154510",44729,70046,2,588,2624 -"154511",44729,70217,3,588,2332 -"154512",44729,70646,3,588,1162 -"154513",44729,70838,3,588,687 -"154514",44729,72122,3,588,1436 -"154515",44729,72207,3,588,2430 -"154516",44729,73266,1,588,2496 -"154517",44729,75403,3,588,1895 -"154518",44729,77057,3,588,1866 -"154519",44729,77095,3,588,1622 -"154520",44729,78416,3,588,630 -"154521",44729,78563,3,588,2385 -"154522",44729,79088,3,588,1369 -"154523",44729,80655,2,588,1546 -"154524",44729,80942,3,588,1240 -"154525",44729,81588,3,588,1568 -"154526",44729,82735,2,588,829 -"154527",44729,82949,3,588,2077 -"154528",44729,83096,3,588,1061 -"154529",44729,83259,3,588,1245 -"154530",44729,84649,3,588,2280 -"154531",44729,85592,3,588,1412 -"154532",44729,86279,2,588,1076 -"154533",44729,87048,3,588,989 -"154534",44729,87074,3,588,1666 -"154535",44729,87198,2,588,1462 -"154536",44729,89097,3,588,935 -"154537",44729,89586,3,588,1401 -"154538",44729,89668,3,588,1279 -"154539",44729,89965,2,588,810 -"154540",44729,90501,2,588,2380 -"154541",44729,94808,3,588,988 -"154542",44729,96301,2,588,818 -"154543",44729,100334,2,588,777 -"154544",44729,101446,3,588,920 -"154545",44729,101797,3,588,2357 -"154546",44729,103721,2,588,1030 -"154547",44729,108415,3,588,752 -"154548",44729,110486,3,588,1014 -"154549",44729,113162,3,588,818 -"154550",44729,117932,2,588,926 -"154551",44730,2139,3,2468,2502 -"154552",44730,4188,3,2468,2963 -"154553",44730,6234,3,2468,2654 -"154554",44730,15150,3,2468,2801 -"154555",44730,20011,2,2468,2826 -"154556",44730,23728,3,2468,2601 -"154557",44730,30194,3,2468,2874 -"154558",44730,32395,3,2468,2735 -"154559",44730,33460,2,2468,2781 -"154560",44730,42136,2,2468,2551 -"154561",44730,56413,3,2468,2747 -"154562",44730,113498,3,2468,2568 -"154563",44744,55,3,2032,2524 -"154564",44744,1151,3,2032,2885 -"154565",44744,3506,2,2032,2364 -"154566",44744,4403,3,2032,2416 -"154567",44744,4567,3,2032,2348 -"154568",44744,6040,2,2032,2103 -"154569",44744,6621,3,2032,2478 -"154570",44744,9910,3,2032,2526 -"154571",44744,11351,3,2032,2971 -"154572",44744,12728,3,2032,2374 -"154573",44744,15023,3,2032,2054 -"154574",44744,15813,3,2032,2143 -"154575",44744,16866,3,2032,2718 -"154576",44744,17925,2,2032,2385 -"154577",44744,20547,3,2032,2145 -"154578",44744,20695,2,2032,2526 -"154579",44744,22389,3,2032,2034 -"154580",44744,26740,2,2032,2695 -"154581",44744,31990,3,2032,2264 -"154582",44744,32724,3,2032,2581 -"154583",44744,37801,3,2032,2578 -"154584",44744,38697,3,2032,2701 -"154585",44744,44135,3,2032,2620 -"154586",44744,44312,3,2032,2741 -"154587",44744,48931,2,2032,2444 -"154588",44744,51843,3,2032,2389 -"154589",44744,53584,3,2032,2391 -"154590",44744,54385,3,2032,2340 -"154591",44744,54953,3,2032,2223 -"154592",44744,57804,3,2032,2214 -"154593",44744,96387,2,2032,2159 -"154594",44749,364,3,1303,2351 -"154595",44749,900,3,1303,2726 -"154596",44749,4646,3,1303,2139 -"154597",44749,4665,3,1303,1569 -"154598",44749,5346,3,1303,1438 -"154599",44749,9241,3,1303,2338 -"154600",44749,13068,3,1303,1778 -"154601",44749,13879,3,1303,2748 -"154602",44749,14586,3,1303,2801 -"154603",44749,16776,3,1303,1565 -"154604",44749,19165,3,1303,2436 -"154605",44749,20894,2,1303,2214 -"154606",44749,23000,2,1303,1815 -"154607",44749,23015,3,1303,1362 -"154608",44749,26182,3,1303,2775 -"154609",44749,28051,3,1303,2089 -"154610",44749,28195,3,1303,1407 -"154611",44749,29985,3,1303,1568 -"154612",44749,30262,3,1303,1715 -"154613",44749,35573,2,1303,2084 -"154614",44749,41187,3,1303,2340 -"154615",44749,53051,3,1303,1940 -"154616",44749,57180,3,1303,2703 -"154617",44749,57356,1,1303,2476 -"154618",44749,59485,2,1303,1564 -"154619",44749,59776,3,1303,2493 -"154620",44749,65188,2,1303,2213 -"154621",44749,66978,3,1303,1536 -"154622",44749,69131,3,1303,2122 -"154623",44749,69810,3,1303,2321 -"154624",44749,72438,3,1303,1397 -"154625",44749,77377,3,1303,1487 -"154626",44759,22415,3,2419,2841 -"154627",44763,600,3,1324,1702 -"154628",44763,2864,3,1324,1543 -"154629",44763,12122,3,1324,1385 -"154630",44763,18108,1,1324,1656 -"154631",44763,23918,3,1324,1881 -"154632",44763,26749,3,1324,2965 -"154633",44763,27377,3,1324,1724 -"154634",44763,29512,3,1324,1594 -"154635",44763,36554,3,1324,1649 -"154636",44763,39748,3,1324,1566 -"154637",44763,43025,3,1324,2824 -"154638",44763,44089,3,1324,1632 -"154639",44763,44773,1,1324,1355 -"154640",44763,64181,3,1324,1828 -"154641",44768,1151,3,2516,2885 -"154642",44768,1616,3,2516,2662 -"154643",44768,7323,3,2516,2858 -"154644",44768,13732,3,2516,2789 -"154645",44768,20700,3,2516,2861 -"154646",44768,26865,3,2516,2726 -"154647",44768,38307,3,2516,2648 -"154648",44768,52570,3,2516,2645 -"154649",44769,270,3,2411,2542 -"154650",44769,3305,3,2411,2839 -"154651",44769,10779,3,2411,2881 -"154652",44769,19862,3,2411,2412 -"154653",44769,64754,3,2411,2793 -"154654",44773,2864,3,1355,1543 -"154655",44773,18108,2,1355,1656 -"154656",44773,26749,3,1355,2965 -"154657",44773,29512,3,1355,1594 -"154658",44773,36554,3,1355,1649 -"154659",44780,49147,3,2534,2539 -"154660",44786,2057,3,1096,1965 -"154661",44786,2798,2,1096,1673 -"154662",44786,4526,3,1096,1728 -"154663",44786,5845,3,1096,1552 -"154664",44786,6821,3,1096,1788 -"154665",44786,13068,3,1096,1778 -"154666",44786,16437,3,1096,1956 -"154667",44786,19380,2,1096,2637 -"154668",44786,24195,3,1096,1575 -"154669",44786,27280,3,1096,1965 -"154670",44786,31783,2,1096,1180 -"154671",44786,34216,3,1096,2832 -"154672",44786,35041,3,1096,1311 -"154673",44786,35958,3,1096,2383 -"154674",44786,39443,3,1096,2277 -"154675",44786,41187,3,1096,2340 -"154676",44786,41969,3,1096,2189 -"154677",44786,45480,2,1096,1104 -"154678",44786,58829,3,1096,1256 -"154679",44786,59039,2,1096,2870 -"154680",44786,59485,3,1096,1564 -"154681",44786,59670,3,1096,1173 -"154682",44786,65188,3,1096,2213 -"154683",44786,68055,3,1096,1236 -"154684",44786,70070,3,1096,2425 -"154685",44786,77377,3,1096,1487 -"154686",44786,88067,3,1096,2315 -"154687",44786,90745,3,1096,1994 -"154688",44786,94625,1,1096,2105 -"154689",44786,115021,3,1096,1226 -"154690",44795,364,2,635,2351 -"154691",44795,489,3,635,2652 -"154692",44795,867,3,635,1264 -"154693",44795,2540,3,635,1398 -"154694",44795,2979,2,635,2912 -"154695",44795,3456,3,635,1999 -"154696",44795,4932,3,635,2752 -"154697",44795,6132,3,635,1590 -"154698",44795,7269,3,635,1728 -"154699",44795,7597,3,635,2037 -"154700",44795,8781,2,635,914 -"154701",44795,8821,3,635,2230 -"154702",44795,8890,3,635,1955 -"154703",44795,9503,3,635,2453 -"154704",44795,9703,3,635,1845 -"154705",44795,9787,3,635,2858 -"154706",44795,10350,3,635,1163 -"154707",44795,11108,3,635,1609 -"154708",44795,11585,3,635,1817 -"154709",44795,11648,3,635,2852 -"154710",44795,11990,1,635,1909 -"154711",44795,12023,3,635,799 -"154712",44795,13295,3,635,779 -"154713",44795,15826,3,635,2772 -"154714",44795,15880,3,635,878 -"154715",44795,16152,3,635,879 -"154716",44795,16502,3,635,1616 -"154717",44795,16796,3,635,1892 -"154718",44795,16864,3,635,814 -"154719",44795,18381,3,635,1524 -"154720",44795,21214,2,635,688 -"154721",44795,24176,3,635,1986 -"154722",44795,25241,3,635,1233 -"154723",44795,26182,3,635,2775 -"154724",44795,27255,2,635,1232 -"154725",44795,27742,3,635,2700 -"154726",44795,28893,3,635,2764 -"154727",44795,28904,3,635,926 -"154728",44795,29627,3,635,882 -"154729",44795,29997,3,635,1789 -"154730",44795,30525,3,635,1964 -"154731",44795,30974,3,635,947 -"154732",44795,31753,3,635,1514 -"154733",44795,32339,3,635,2430 -"154734",44795,33017,3,635,1493 -"154735",44795,35187,2,635,2488 -"154736",44795,35573,3,635,2084 -"154737",44795,37351,3,635,978 -"154738",44795,39062,3,635,2020 -"154739",44795,39999,3,635,1593 -"154740",44795,40309,2,635,871 -"154741",44795,41077,3,635,864 -"154742",44795,41439,3,635,709 -"154743",44795,42254,3,635,1052 -"154744",44795,43058,2,635,1608 -"154745",44795,44603,3,635,2748 -"154746",44795,46486,3,635,1868 -"154747",44795,52993,3,635,1256 -"154748",44795,53987,3,635,928 -"154749",44795,56569,2,635,1993 -"154750",44795,57912,2,635,1035 -"154751",44795,58655,3,635,2685 -"154752",44795,71531,3,635,2887 -"154753",44795,76132,3,635,2426 -"154754",44795,85396,3,635,1131 -"154755",44795,88324,3,635,1080 -"154756",44795,90745,3,635,1994 -"154757",44795,90892,3,635,2399 -"154758",44795,91227,3,635,1232 -"154759",44795,99427,3,635,1706 -"154760",44819,357,3,2063,2327 -"154761",44819,701,3,2063,2718 -"154762",44819,1639,3,2063,2631 -"154763",44819,2224,3,2063,2751 -"154764",44819,2424,3,2063,2582 -"154765",44819,3961,3,2063,2426 -"154766",44819,5120,3,2063,2735 -"154767",44819,6104,3,2063,2462 -"154768",44819,10358,3,2063,2294 -"154769",44819,13388,3,2063,2119 -"154770",44819,14252,3,2063,2244 -"154771",44819,14669,2,2063,2080 -"154772",44819,15003,1,2063,2067 -"154773",44819,15636,3,2063,2857 -"154774",44819,15756,3,2063,2362 -"154775",44819,17365,2,2063,2746 -"154776",44819,20067,2,2063,2390 -"154777",44819,20732,3,2063,2401 -"154778",44819,23725,3,2063,2378 -"154779",44819,23726,3,2063,2434 -"154780",44819,25486,3,2063,2582 -"154781",44819,26249,3,2063,2301 -"154782",44819,31685,3,2063,2747 -"154783",44819,32457,3,2063,2690 -"154784",44819,33801,3,2063,2899 -"154785",44819,33949,3,2063,2489 -"154786",44819,34426,2,2063,2743 -"154787",44819,40022,3,2063,2307 -"154788",44819,43455,3,2063,2846 -"154789",44819,43796,3,2063,2476 -"154790",44819,46803,2,2063,2305 -"154791",44819,50134,3,2063,2674 -"154792",44819,50382,3,2063,2244 -"154793",44819,51866,3,2063,2411 -"154794",44819,52969,3,2063,2302 -"154795",44819,53475,3,2063,2853 -"154796",44819,54929,3,2063,2783 -"154797",44819,56082,3,2063,2395 -"154798",44819,57842,2,2063,2482 -"154799",44819,58993,3,2063,2390 -"154800",44819,59539,3,2063,2429 -"154801",44819,65691,3,2063,2134 -"154802",44819,68215,3,2063,2727 -"154803",44819,70203,3,2063,2756 -"154804",44819,89911,3,2063,2607 -"154805",44819,102824,2,2063,2944 -"154806",44868,61587,1,2149,2539 -"154807",44877,1203,3,1219,1350 -"154808",44877,2226,2,1219,2225 -"154809",44877,3127,3,1219,2273 -"154810",44877,3770,3,1219,2623 -"154811",44877,4660,2,1219,2149 -"154812",44877,4668,3,1219,1919 -"154813",44877,6821,3,1219,1788 -"154814",44877,8140,3,1219,1262 -"154815",44877,9060,3,1219,1612 -"154816",44877,9723,3,1219,2302 -"154817",44877,10087,3,1219,1617 -"154818",44877,10766,3,1219,2647 -"154819",44877,10980,3,1219,1974 -"154820",44877,11239,3,1219,2181 -"154821",44877,14915,3,1219,2606 -"154822",44877,16437,3,1219,1956 -"154823",44877,16684,2,1219,1657 -"154824",44877,16850,3,1219,1657 -"154825",44877,18102,3,1219,1642 -"154826",44877,19215,3,1219,2604 -"154827",44877,19364,3,1219,2846 -"154828",44877,21670,3,1219,2158 -"154829",44877,22580,3,1219,2245 -"154830",44877,22709,2,1219,2743 -"154831",44877,23154,3,1219,2345 -"154832",44877,27686,3,1219,2844 -"154833",44877,28869,3,1219,2425 -"154834",44877,30891,3,1219,1256 -"154835",44877,31868,3,1219,1993 -"154836",44877,34831,3,1219,1866 -"154837",44877,34921,2,1219,2181 -"154838",44877,35728,3,1219,2017 -"154839",44877,35797,3,1219,2482 -"154840",44877,35822,3,1219,1903 -"154841",44877,36487,3,1219,2622 -"154842",44877,37059,3,1219,2840 -"154843",44877,37859,2,1219,1999 -"154844",44877,37929,3,1219,2393 -"154845",44877,39534,2,1219,2410 -"154846",44877,39746,3,1219,1361 -"154847",44877,39906,3,1219,2365 -"154848",44877,41694,3,1219,2358 -"154849",44877,44074,3,1219,1299 -"154850",44877,44235,3,1219,2700 -"154851",44877,45299,3,1219,2426 -"154852",44877,46261,3,1219,2350 -"154853",44877,46486,3,1219,1868 -"154854",44877,48602,3,1219,1704 -"154855",44877,49347,3,1219,2504 -"154856",44877,52215,3,1219,1908 -"154857",44877,53809,3,1219,1956 -"154858",44877,55472,3,1219,1516 -"154859",44877,55482,2,1219,1866 -"154860",44877,59039,3,1219,2870 -"154861",44877,61723,3,1219,1262 -"154862",44877,62712,3,1219,2884 -"154863",44877,63030,3,1219,2251 -"154864",44877,63077,3,1219,2778 -"154865",44877,63641,3,1219,2337 -"154866",44877,66717,3,1219,2104 -"154867",44877,66994,3,1219,1865 -"154868",44877,67957,3,1219,2823 -"154869",44877,69131,3,1219,2122 -"154870",44877,72438,3,1219,1397 -"154871",44877,73192,3,1219,1955 -"154872",44877,77001,3,1219,1440 -"154873",44877,79432,3,1219,1708 -"154874",44877,82341,1,1219,1515 -"154875",44877,82819,3,1219,1900 -"154876",44877,83526,3,1219,1235 -"154877",44877,92297,1,1219,2952 -"154878",44877,107383,3,1219,1918 -"154879",44878,378,3,1620,2766 -"154880",44878,9895,3,1620,1960 -"154881",44878,19476,3,1620,1708 -"154882",44878,42407,3,1620,2408 -"154883",44878,77719,3,1620,2086 -"154884",44878,78277,3,1620,1937 -"154885",44885,1151,3,2670,2885 -"154886",44885,7323,3,2670,2858 -"154887",44885,9362,3,2670,2879 -"154888",44885,14959,2,2670,2898 -"154889",44885,19606,3,2670,2783 -"154890",44885,20700,3,2670,2861 -"154891",44885,24753,3,2670,2860 -"154892",44885,29314,3,2670,2736 -"154893",44885,41945,3,2670,2856 -"154894",44885,43455,3,2670,2846 -"154895",44885,70203,3,2670,2756 -"154896",44892,6119,3,221,2358 -"154897",44892,12067,3,221,1213 -"154898",44892,12475,3,221,588 -"154899",44892,23486,2,221,1831 -"154900",44892,36737,3,221,829 -"154901",44892,38513,2,221,914 -"154902",44892,61270,1,221,1364 -"154903",44892,64342,3,221,868 -"154904",44892,65389,1,221,503 -"154905",44892,79420,2,221,1061 -"154906",44894,341,3,2048,2689 -"154907",44894,10310,1,2048,2774 -"154908",44894,11493,2,2048,2077 -"154909",44894,19208,3,2048,2629 -"154910",44894,20331,3,2048,2365 -"154911",44894,20730,3,2048,2243 -"154912",44894,29930,3,2048,2240 -"154913",44894,33184,3,2048,2522 -"154914",44894,36441,3,2048,2796 -"154915",44894,41770,3,2048,2752 -"154916",44894,42515,3,2048,2752 -"154917",44894,42799,3,2048,2729 -"154918",44894,80944,3,2048,2300 -"154919",44894,117956,3,2048,2774 -"154920",44899,377,3,2386,2389 -"154921",44899,1151,3,2386,2885 -"154922",44899,1616,3,2386,2662 -"154923",44899,2484,2,2386,2389 -"154924",44899,5504,3,2386,2389 -"154925",44899,7323,3,2386,2858 -"154926",44899,9311,3,2386,2477 -"154927",44899,14959,2,2386,2898 -"154928",44899,19606,3,2386,2783 -"154929",44899,20067,3,2386,2390 -"154930",44899,20700,3,2386,2861 -"154931",44899,29095,3,2386,2531 -"154932",44899,29314,3,2386,2736 -"154933",44899,35235,3,2386,2610 -"154934",44899,37238,3,2386,2609 -"154935",44899,37570,3,2386,2389 -"154936",44899,41945,3,2386,2856 -"154937",44899,43455,3,2386,2846 -"154938",44899,44885,1,2386,2670 -"154939",44899,53604,3,2386,2489 -"154940",44899,70203,3,2386,2756 -"154941",44921,601,3,550,702 -"154942",44921,1428,3,550,742 -"154943",44921,2894,3,550,1291 -"154944",44921,5785,1,550,1261 -"154945",44921,6222,3,550,1949 -"154946",44921,8748,3,550,699 -"154947",44921,10382,3,550,2111 -"154948",44921,11694,3,550,1564 -"154949",44921,14482,3,550,1573 -"154950",44921,14959,3,550,2898 -"154951",44921,16539,3,550,1947 -"154952",44921,17520,3,550,2276 -"154953",44921,19453,3,550,1928 -"154954",44921,19621,3,550,725 -"154955",44921,19637,3,550,1229 -"154956",44921,25680,3,550,1618 -"154957",44921,25950,3,550,1618 -"154958",44921,28130,2,550,908 -"154959",44921,28131,2,550,1492 -"154960",44921,30150,3,550,1704 -"154961",44921,30883,3,550,1629 -"154962",44921,31243,3,550,1355 -"154963",44921,37934,3,550,1595 -"154964",44921,38921,3,550,1880 -"154965",44921,50487,2,550,744 -"154966",44921,51616,3,550,761 -"154967",44921,53412,3,550,566 -"154968",44921,53779,3,550,2000 -"154969",44921,54522,3,550,699 -"154970",44921,56462,3,550,852 -"154971",44921,58669,3,550,2296 -"154972",44921,64502,2,550,1670 -"154973",44921,70203,3,550,2756 -"154974",44921,79371,2,550,1624 -"154975",44921,87519,2,550,595 -"154976",44921,87720,3,550,2086 -"154977",44921,88114,3,550,595 -"154978",44921,96911,3,550,956 -"154979",44949,457,3,324,1704 -"154980",44949,2337,3,324,1697 -"154981",44949,4705,1,324,1714 -"154982",44949,7258,2,324,1714 -"154983",44949,8192,3,324,1670 -"154984",44949,8376,3,324,1670 -"154985",44949,9175,3,324,2639 -"154986",44949,12432,3,324,1816 -"154987",44949,12449,3,324,2067 -"154988",44949,13869,3,324,1786 -"154989",44949,15734,2,324,1616 -"154990",44949,20423,3,324,2654 -"154991",44949,20486,2,324,1908 -"154992",44949,23319,3,324,2867 -"154993",44949,24558,2,324,2139 -"154994",44949,25078,3,324,2312 -"154995",44949,26671,3,324,2279 -"154996",44949,33850,3,324,931 -"154997",44949,35360,3,324,2043 -"154998",44949,35787,3,324,1132 -"154999",44949,49787,3,324,2352 -"155000",44949,49812,3,324,1816 -"155001",44949,56854,3,324,2022 -"155002",44949,66124,3,324,2174 -"155003",44949,81469,2,324,519 -"155004",44949,102793,2,324,912 -"155005",44949,117080,3,324,2357 -"155006",44971,1523,3,955,2048 -"155007",44971,2190,3,955,2359 -"155008",44971,2418,3,955,2020 -"155009",44971,2747,3,955,2411 -"155010",44971,10050,2,955,1792 -"155011",44971,14599,3,955,1118 -"155012",44971,14998,2,955,1553 -"155013",44971,16502,3,955,1616 -"155014",44971,19610,3,955,1236 -"155015",44971,28116,3,955,1643 -"155016",44971,33017,3,955,1493 -"155017",44971,37636,3,955,2178 -"155018",44971,38532,2,955,1234 -"155019",44971,42562,3,955,1195 -"155020",44971,50278,3,955,1127 -"155021",44971,51151,3,955,1195 -"155022",44971,54924,2,955,2603 -"155023",44971,92784,3,955,1257 -"155024",44982,388,3,1592,1594 -"155025",44982,733,3,1592,1653 -"155026",44982,5041,3,1592,2371 -"155027",44982,23890,2,1592,1810 -"155028",44982,23975,3,1592,2143 -"155029",44982,24761,3,1592,2384 -"155030",44982,50476,3,1592,1641 -"155031",44982,70656,3,1592,2771 -"155032",45030,23325,1,2776,2779 -"155033",45039,2747,3,1663,2411 -"155034",45039,34908,3,1663,2796 -"155035",45039,55256,3,1663,2379 -"155036",45053,602,3,1543,2632 -"155037",45053,4675,3,1543,1741 -"155038",45053,6982,2,1543,2034 -"155039",45053,7009,2,1543,1982 -"155040",45053,14103,3,1543,2204 -"155041",45053,14723,3,1543,2019 -"155042",45053,19937,3,1543,1587 -"155043",45053,22311,3,1543,2034 -"155044",45053,25480,3,1543,2747 -"155045",45053,28982,3,1543,2746 -"155046",45053,34842,3,1543,2050 -"155047",45053,35360,3,1543,2043 -"155048",45053,51364,3,1543,2660 -"155049",45053,54067,2,1543,2433 -"155050",45053,56386,3,1543,2771 -"155051",45096,364,3,766,2351 -"155052",45096,9703,3,766,1845 -"155053",45096,24176,3,766,1986 -"155054",45096,47654,3,766,1664 -"155055",45096,52993,3,766,1256 -"155056",45096,64947,3,766,2489 -"155057",45096,102566,3,766,2207 -"155058",45136,212,3,877,1513 -"155059",45136,680,3,877,2569 -"155060",45136,913,3,877,2144 -"155061",45136,1147,3,877,1999 -"155062",45136,1324,2,877,2147 -"155063",45136,2028,3,877,1978 -"155064",45136,2540,2,877,1398 -"155065",45136,2972,3,877,1708 -"155066",45136,3896,3,877,2693 -"155067",45136,3961,3,877,2426 -"155068",45136,3978,3,877,2775 -"155069",45136,4303,3,877,2414 -"155070",45136,4785,3,877,996 -"155071",45136,4821,3,877,1938 -"155072",45136,5315,3,877,2631 -"155073",45136,6602,3,877,1631 -"155074",45136,6989,3,877,2623 -"155075",45136,7185,3,877,1046 -"155076",45136,7475,3,877,1284 -"155077",45136,7858,3,877,1795 -"155078",45136,9191,3,877,2707 -"155079",45136,9511,3,877,1232 -"155080",45136,10358,3,877,2294 -"155081",45136,10980,3,877,1974 -"155082",45136,11648,3,877,2852 -"155083",45136,11662,3,877,1139 -"155084",45136,13388,3,877,2119 -"155085",45136,13967,3,877,1354 -"155086",45136,15636,2,877,2857 -"155087",45136,16053,2,877,908 -"155088",45136,18005,3,877,2449 -"155089",45136,18122,3,877,894 -"155090",45136,19637,3,877,1229 -"155091",45136,20067,3,877,2390 -"155092",45136,20070,3,877,1914 -"155093",45136,20688,3,877,891 -"155094",45136,21422,1,877,935 -"155095",45136,21693,3,877,2176 -"155096",45136,21706,3,877,1988 -"155097",45136,22033,3,877,1356 -"155098",45136,22326,3,877,2818 -"155099",45136,22362,3,877,1836 -"155100",45136,22722,3,877,1233 -"155101",45136,23319,2,877,2867 -"155102",45136,23787,2,877,2810 -"155103",45136,23869,3,877,1918 -"155104",45136,25305,3,877,2447 -"155105",45136,26249,3,877,2301 -"155106",45136,26366,3,877,1688 -"155107",45136,26582,2,877,2772 -"155108",45136,27694,3,877,2030 -"155109",45136,27860,3,877,1588 -"155110",45136,28896,3,877,1395 -"155111",45136,29095,3,877,2531 -"155112",45136,30309,2,877,1449 -"155113",45136,32131,3,877,1035 -"155114",45136,33801,3,877,2899 -"155115",45136,35529,2,877,1620 -"155116",45136,36031,3,877,2342 -"155117",45136,36953,3,877,2790 -"155118",45136,37897,3,877,1685 -"155119",45136,38973,1,877,1999 -"155120",45136,40646,3,877,1583 -"155121",45136,41108,2,877,1624 -"155122",45136,42799,3,877,2729 -"155123",45136,46486,3,877,1868 -"155124",45136,47386,3,877,2226 -"155125",45136,48215,2,877,2028 -"155126",45136,50269,3,877,1966 -"155127",45136,50585,3,877,2414 -"155128",45136,53475,3,877,2853 -"155129",45136,57760,3,877,1721 -"155130",45136,59677,3,877,1174 -"155131",45136,62148,3,877,1566 -"155132",45136,63395,3,877,2334 -"155133",45136,70996,1,877,1037 -"155134",45136,76286,3,877,1642 -"155135",45136,76356,3,877,2323 -"155136",45136,76999,3,877,908 -"155137",45136,81478,3,877,1640 -"155138",45136,82730,3,877,1492 -"155139",45136,85547,3,877,997 -"155140",45136,91901,3,877,1236 -"155141",45136,94101,3,877,997 -"155142",45136,94525,3,877,1993 -"155143",45136,100140,3,877,1041 -"155144",45136,103524,3,877,991 -"155145",45138,9504,3,2516,2549 -"155146",45138,64967,3,2516,2872 -"155147",45186,962,3,835,1000 -"155148",45186,1050,1,835,1185 -"155149",45186,1367,3,835,2176 -"155150",45186,2424,3,835,2582 -"155151",45186,2747,3,835,2411 -"155152",45186,3306,3,835,1989 -"155153",45186,3863,3,835,856 -"155154",45186,4763,3,835,1960 -"155155",45186,5315,3,835,2631 -"155156",45186,5346,2,835,1438 -"155157",45186,5580,3,835,2111 -"155158",45186,6030,3,835,2953 -"155159",45186,6047,3,835,2004 -"155160",45186,7245,3,835,2089 -"155161",45186,7798,3,835,949 -"155162",45186,7847,3,835,2424 -"155163",45186,9391,3,835,1252 -"155164",45186,9654,3,835,2111 -"155165",45186,10148,2,835,2964 -"155166",45186,10358,3,835,2294 -"155167",45186,10779,3,835,2881 -"155168",45186,12310,3,835,1337 -"155169",45186,12778,3,835,2045 -"155170",45186,13671,3,835,1371 -"155171",45186,14032,3,835,2144 -"155172",45186,14080,3,835,1351 -"155173",45186,15207,2,835,1855 -"155174",45186,15453,3,835,1688 -"155175",45186,15462,3,835,1141 -"155176",45186,15560,3,835,2257 -"155177",45186,15576,3,835,2204 -"155178",45186,15632,3,835,1242 -"155179",45186,16067,3,835,2727 -"155180",45186,16120,3,835,1237 -"155181",45186,16313,3,835,1160 -"155182",45186,18348,3,835,1711 -"155183",45186,18415,3,835,2184 -"155184",45186,18639,2,835,990 -"155185",45186,20407,3,835,2339 -"155186",45186,21401,3,835,1440 -"155187",45186,21929,3,835,2062 -"155188",45186,22165,1,835,1501 -"155189",45186,23310,3,835,2371 -"155190",45186,23508,2,835,1907 -"155191",45186,25443,3,835,1441 -"155192",45186,27849,3,835,1316 -"155193",45186,28057,3,835,1067 -"155194",45186,29930,3,835,2240 -"155195",45186,30262,3,835,1715 -"155196",45186,30943,3,835,2287 -"155197",45186,31279,3,835,965 -"155198",45186,32939,3,835,2277 -"155199",45186,34648,3,835,1596 -"155200",45186,37333,3,835,1612 -"155201",45186,39431,3,835,1460 -"155202",45186,40369,3,835,2735 -"155203",45186,40893,3,835,1116 -"155204",45186,41278,3,835,1873 -"155205",45186,41955,3,835,2479 -"155206",45186,42474,3,835,2322 -"155207",45186,42642,3,835,2257 -"155208",45186,42715,3,835,987 -"155209",45186,44636,3,835,1026 -"155210",45186,46283,3,835,1184 -"155211",45186,46803,3,835,2305 -"155212",45186,52327,3,835,1472 -"155213",45186,53134,3,835,1590 -"155214",45186,54388,3,835,1257 -"155215",45186,55185,2,835,922 -"155216",45186,57804,3,835,2214 -"155217",45186,62488,2,835,1418 -"155218",45186,63641,3,835,2337 -"155219",45186,67102,3,835,935 -"155220",45186,67726,3,835,2873 -"155221",45186,67788,2,835,837 -"155222",45186,68024,3,835,1531 -"155223",45186,68215,3,835,2727 -"155224",45186,69716,3,835,2632 -"155225",45186,74818,3,835,1440 -"155226",45186,76564,3,835,996 -"155227",45186,77001,3,835,1440 -"155228",45186,77010,3,835,2639 -"155229",45186,83096,3,835,1061 -"155230",45186,83526,3,835,1235 -"155231",45186,84296,3,835,1751 -"155232",45186,85356,3,835,1492 -"155233",45186,94520,2,835,1243 -"155234",45186,99557,3,835,1703 -"155235",45186,100140,3,835,1041 -"155236",45186,101338,3,835,1319 -"155237",45186,105975,3,835,1939 -"155238",45207,36862,3,1755,2655 -"155239",45225,27195,3,474,2158 -"155240",45225,56232,3,474,1175 -"155241",45225,63147,3,474,1477 -"155242",45225,68960,3,474,1312 -"155243",45225,87904,3,474,952 -"155244",45239,270,3,2535,2542 -"155245",45239,2224,3,2535,2751 -"155246",45239,2424,2,2535,2582 -"155247",45239,3305,3,2535,2839 -"155248",45239,3477,3,2535,2546 -"155249",45239,3978,3,2535,2775 -"155250",45239,9175,1,2535,2639 -"155251",45239,14507,3,2535,2686 -"155252",45239,17549,2,2535,2647 -"155253",45239,24825,3,2535,2686 -"155254",45239,34120,3,2535,2786 -"155255",45239,38307,3,2535,2648 -"155256",45239,41770,3,2535,2752 -"155257",45239,41945,2,2535,2856 -"155258",45239,42216,3,2535,2722 -"155259",45239,43455,3,2535,2846 -"155260",45239,44688,3,2535,2924 -"155261",45239,60974,2,2535,2972 -"155262",45239,61982,3,2535,2725 -"155263",45239,65434,3,2535,2866 -"155264",45239,79653,3,2535,2683 -"155265",45275,36970,3,1557,2693 -"155266",45277,20355,3,1777,2111 -"155267",45277,36574,3,1777,2934 -"155268",45297,3158,2,1864,2762 -"155269",45297,4249,1,1864,2547 -"155270",45297,4784,1,1864,2511 -"155271",45297,5897,3,1864,2337 -"155272",45297,6223,2,1864,2363 -"155273",45297,6345,3,1864,2713 -"155274",45297,6747,2,1864,2913 -"155275",45297,9724,3,1864,2713 -"155276",45297,9740,3,1864,2233 -"155277",45297,12966,3,1864,2011 -"155278",45297,14172,2,1864,1923 -"155279",45297,14470,3,1864,2632 -"155280",45297,14957,3,1864,2306 -"155281",45297,15782,2,1864,2306 -"155282",45297,16910,3,1864,1978 -"155283",45297,16963,3,1864,1999 -"155284",45297,17695,3,1864,1930 -"155285",45297,21358,1,1864,1970 -"155286",45297,21920,3,1864,2367 -"155287",45297,25941,3,1864,2369 -"155288",45297,30544,3,1864,2041 -"155289",45297,31950,3,1864,2217 -"155290",45297,32576,3,1864,2881 -"155291",45297,33460,3,1864,2781 -"155292",45297,36840,3,1864,2269 -"155293",45297,37684,3,1864,2899 -"155294",45297,37929,3,1864,2393 -"155295",45297,41489,1,1864,2006 -"155296",45297,42390,3,1864,2937 -"155297",45297,43701,3,1864,2400 -"155298",45297,46049,3,1864,2102 -"155299",45297,48823,2,1864,2080 -"155300",45297,53289,3,1864,2746 -"155301",45297,53652,3,1864,2899 -"155302",45297,54488,3,1864,2357 -"155303",45297,64737,3,1864,2442 -"155304",45297,68813,2,1864,2511 -"155305",45297,80186,3,1864,2228 -"155306",45297,82217,1,1864,2441 -"155307",45297,108467,3,1864,2170 -"155308",45299,3403,3,2426,2951 -"155309",45299,5606,3,2426,2875 -"155310",45299,11135,3,2426,2441 -"155311",45299,33363,3,2426,2475 -"155312",45299,61513,3,2426,2948 -"155313",45299,92297,3,2426,2952 -"155314",45299,100586,3,2426,2966 -"155315",45299,121784,3,2426,2446 -"155316",45302,270,3,2390,2542 -"155317",45302,997,3,2390,2788 -"155318",45302,1767,3,2390,2727 -"155319",45302,2424,3,2390,2582 -"155320",45302,2954,3,2390,2727 -"155321",45302,3305,3,2390,2839 -"155322",45302,3980,3,2390,2771 -"155323",45302,6074,1,2390,2426 -"155324",45302,6192,3,2390,2409 -"155325",45302,8681,3,2390,2716 -"155326",45302,8762,3,2390,2585 -"155327",45302,11103,3,2390,2393 -"155328",45302,12528,3,2390,2589 -"155329",45302,13158,3,2390,2667 -"155330",45302,14652,3,2390,2516 -"155331",45302,14834,3,2390,2739 -"155332",45302,17365,2,2390,2746 -"155333",45302,19208,3,2390,2629 -"155334",45302,19605,3,2390,2395 -"155335",45302,19862,3,2390,2412 -"155336",45302,21138,3,2390,2849 -"155337",45302,21682,2,2390,2414 -"155338",45302,23011,3,2390,2763 -"155339",45302,27275,3,2390,2656 -"155340",45302,27390,3,2390,2425 -"155341",45302,30052,3,2390,2855 -"155342",45302,31235,3,2390,2668 -"155343",45302,33949,3,2390,2489 -"155344",45302,38307,3,2390,2648 -"155345",45302,38755,3,2390,2902 -"155346",45302,41023,3,2390,2408 -"155347",45302,41945,3,2390,2856 -"155348",45302,42216,2,2390,2722 -"155349",45302,43404,3,2390,2649 -"155350",45302,43455,2,2390,2846 -"155351",45302,43796,3,2390,2476 -"155352",45302,46950,3,2390,2673 -"155353",45302,47248,3,2390,2883 -"155354",45302,48571,3,2390,2717 -"155355",45302,49110,3,2390,2938 -"155356",45302,50134,2,2390,2674 -"155357",45302,51035,2,2390,2397 -"155358",45302,51866,1,2390,2411 -"155359",45302,53219,2,2390,2973 -"155360",45302,53323,3,2390,2677 -"155361",45302,56082,3,2390,2395 -"155362",45302,61982,3,2390,2725 -"155363",45302,64699,3,2390,2797 -"155364",45302,66983,3,2390,2397 -"155365",45302,66992,3,2390,2882 -"155366",45302,67652,3,2390,2736 -"155367",45302,67726,3,2390,2873 -"155368",45302,70944,3,2390,2972 -"155369",45302,72207,3,2390,2430 -"155370",45329,14,3,1693,1793 -"155371",45329,323,3,1693,1706 -"155372",45329,854,3,1693,2307 -"155373",45329,915,2,1693,1793 -"155374",45329,2407,3,1693,1725 -"155375",45329,2684,3,1693,2874 -"155376",45329,3980,3,1693,2771 -"155377",45329,4504,3,1693,1905 -"155378",45329,5865,3,1693,1910 -"155379",45329,6192,3,1693,2409 -"155380",45329,7406,3,1693,1906 -"155381",45329,8274,3,1693,1909 -"155382",45329,8865,3,1693,2394 -"155383",45329,9331,3,1693,2269 -"155384",45329,12264,3,1693,1925 -"155385",45329,15546,3,1693,2055 -"155386",45329,16482,3,1693,1958 -"155387",45329,16866,3,1693,2718 -"155388",45329,17351,3,1693,2036 -"155389",45329,17632,3,1693,1947 -"155390",45329,18464,3,1693,2312 -"155391",45329,18865,3,1693,2676 -"155392",45329,19208,2,1693,2629 -"155393",45329,19605,1,1693,2395 -"155394",45329,20162,2,1693,2328 -"155395",45329,23460,3,1693,2183 -"155396",45329,29454,1,1693,2719 -"155397",45329,30236,3,1693,2238 -"155398",45329,35837,3,1693,2871 -"155399",45329,37301,3,1693,2160 -"155400",45329,38732,3,1693,2263 -"155401",45329,39556,3,1693,2747 -"155402",45329,41664,3,1693,2641 -"155403",45329,41764,2,1693,2409 -"155404",45329,42129,3,1693,2318 -"155405",45329,44688,3,1693,2924 -"155406",45329,47529,3,1693,2914 -"155407",45329,50480,2,1693,2701 -"155408",45329,50667,3,1693,2719 -"155409",45329,51610,3,1693,2635 -"155410",45329,56910,3,1693,2705 -"155411",45329,63395,3,1693,2334 -"155412",45329,63477,3,1693,1907 -"155413",45343,6740,3,2360,2699 -"155414",45343,10130,3,2360,2741 -"155415",45343,25129,3,2360,2647 -"155416",45343,51410,2,2360,2739 -"155417",45343,54067,2,2360,2433 -"155418",45355,2057,3,1450,1965 -"155419",45355,2351,3,1450,1868 -"155420",45355,2524,3,1450,1708 -"155421",45355,2668,3,1450,1529 -"155422",45355,7896,2,1450,2447 -"155423",45355,8623,3,1450,2463 -"155424",45355,11136,3,1450,2573 -"155425",45355,11239,3,1450,2181 -"155426",45355,14754,3,1450,2456 -"155427",45355,17728,3,1450,1542 -"155428",45355,28432,3,1450,1954 -"155429",45355,32110,3,1450,2224 -"155430",45355,32778,2,1450,2310 -"155431",45355,35133,3,1450,2219 -"155432",45355,46261,3,1450,2350 -"155433",45355,47529,3,1450,2914 -"155434",45355,51250,3,1450,2683 -"155435",45355,51758,3,1450,2310 -"155436",45355,58684,3,1450,2295 -"155437",45355,61337,3,1450,2777 -"155438",45355,79432,3,1450,1708 -"155439",45355,107103,3,1450,2015 -"155440",45355,115059,3,1450,2552 -"155441",45362,42965,1,844,2229 -"155442",45375,1315,3,862,2760 -"155443",45375,3139,3,862,1656 -"155444",45375,6160,3,862,969 -"155445",45375,10370,3,862,2224 -"155446",45375,23312,3,862,2449 -"155447",45375,26700,2,862,1663 -"155448",45375,27427,3,862,2325 -"155449",45375,38513,3,862,914 -"155450",45375,38938,2,862,1593 -"155451",45375,40703,3,862,1608 -"155452",45375,47013,3,862,2388 -"155453",45375,47529,3,862,2914 -"155454",45375,48283,3,862,1290 -"155455",45375,51243,3,862,1389 -"155456",45375,54127,3,862,1593 -"155457",45375,85405,3,862,1593 -"155458",45449,55,3,1610,2524 -"155459",45449,1393,2,1610,1706 -"155460",45449,2407,2,1610,1725 -"155461",45449,3068,3,1610,1815 -"155462",45449,3271,3,1610,2216 -"155463",45449,3506,2,1610,2364 -"155464",45449,4001,3,1610,1687 -"155465",45449,4403,3,1610,2416 -"155466",45449,4784,3,1610,2511 -"155467",45449,4821,3,1610,1938 -"155468",45449,5064,3,1610,1690 -"155469",45449,5813,3,1610,2088 -"155470",45449,6020,3,1610,1864 -"155471",45449,6040,3,1610,2103 -"155472",45449,6621,3,1610,2478 -"155473",45449,7123,2,1610,1964 -"155474",45449,9088,3,1610,1881 -"155475",45449,9202,3,1610,2477 -"155476",45449,9269,2,1610,1892 -"155477",45449,9272,3,1610,2835 -"155478",45449,9895,3,1610,1960 -"155479",45449,15546,3,1610,2055 -"155480",45449,16347,3,1610,1868 -"155481",45449,16757,3,1610,1755 -"155482",45449,16866,1,1610,2718 -"155483",45449,17925,2,1610,2385 -"155484",45449,18865,2,1610,2676 -"155485",45449,19208,3,1610,2629 -"155486",45449,19605,3,1610,2395 -"155487",45449,20695,3,1610,2526 -"155488",45449,21142,3,1610,2414 -"155489",45449,21358,3,1610,1970 -"155490",45449,21920,2,1610,2367 -"155491",45449,22389,2,1610,2034 -"155492",45449,26642,3,1610,2952 -"155493",45449,26740,3,1610,2695 -"155494",45449,31950,2,1610,2217 -"155495",45449,31990,3,1610,2264 -"155496",45449,32629,2,1610,1789 -"155497",45449,32724,3,1610,2581 -"155498",45449,32939,3,1610,2277 -"155499",45449,34331,3,1610,1727 -"155500",45449,36270,3,1610,2910 -"155501",45449,37801,3,1610,2578 -"155502",45449,41489,3,1610,2006 -"155503",45449,42813,3,1610,2142 -"155504",45449,43226,3,1610,2442 -"155505",45449,44312,3,1610,2741 -"155506",45449,44744,2,1610,2032 -"155507",45449,45297,3,1610,1864 -"155508",45449,48110,3,1610,2009 -"155509",45449,48823,3,1610,2080 -"155510",45449,48931,1,1610,2444 -"155511",45449,50480,3,1610,2701 -"155512",45449,53293,3,1610,2916 -"155513",45449,53445,2,1610,2028 -"155514",45449,54953,3,1610,2223 -"155515",45449,56364,3,1610,1626 -"155516",45449,56910,3,1610,2705 -"155517",45449,57549,3,1610,2335 -"155518",45449,57804,2,1610,2214 -"155519",45449,58508,3,1610,2326 -"155520",45449,61398,2,1610,2563 -"155521",45449,61921,2,1610,1793 -"155522",45449,63395,2,1610,2334 -"155523",45449,64737,3,1610,2442 -"155524",45449,69335,3,1610,2698 -"155525",45449,74204,3,1610,2463 -"155526",45449,80186,2,1610,2228 -"155527",45449,80301,3,1610,1690 -"155528",45449,84591,3,1610,1685 -"155529",45449,95879,3,1610,1748 -"155530",45449,96387,2,1610,2159 -"155531",45449,100084,1,1610,1964 -"155532",45449,102581,3,1610,1813 -"155533",45450,1393,3,1590,1706 -"155534",45450,2370,2,1590,1600 -"155535",45450,2407,3,1590,1725 -"155536",45450,3068,2,1590,1815 -"155537",45450,3506,3,1590,2364 -"155538",45450,4249,3,1590,2547 -"155539",45450,4784,2,1590,2511 -"155540",45450,6020,2,1590,1864 -"155541",45450,7123,3,1590,1964 -"155542",45450,9088,3,1590,1881 -"155543",45450,9269,3,1590,1892 -"155544",45450,14172,3,1590,1923 -"155545",45450,16866,2,1590,2718 -"155546",45450,17925,3,1590,2385 -"155547",45450,18865,3,1590,2676 -"155548",45450,19282,3,1590,1623 -"155549",45450,21358,2,1590,1970 -"155550",45450,21920,3,1590,2367 -"155551",45450,22389,3,1590,2034 -"155552",45450,31950,2,1590,2217 -"155553",45450,32629,3,1590,1789 -"155554",45450,41489,3,1590,2006 -"155555",45450,44744,3,1590,2032 -"155556",45450,45297,2,1590,1864 -"155557",45450,45449,1,1590,1610 -"155558",45450,48823,2,1590,2080 -"155559",45450,48931,2,1590,2444 -"155560",45450,53445,3,1590,2028 -"155561",45450,57804,3,1590,2214 -"155562",45450,61398,3,1590,2563 -"155563",45450,61921,3,1590,1793 -"155564",45450,63395,3,1590,2334 -"155565",45450,64737,3,1590,2442 -"155566",45450,68813,3,1590,2511 -"155567",45450,80186,2,1590,2228 -"155568",45450,82217,3,1590,2441 -"155569",45450,84235,3,1590,1639 -"155570",45450,95879,2,1590,1748 -"155571",45450,96387,3,1590,2159 -"155572",45450,100084,2,1590,1964 -"155573",45461,4932,1,2458,2752 -"155574",45461,23787,3,2458,2810 -"155575",45461,28296,3,2458,2944 -"155576",45461,28893,3,2458,2764 -"155577",45461,34735,3,2458,2767 -"155578",45461,36506,3,2458,2638 -"155579",45461,47534,1,2458,2712 -"155580",45473,19215,1,2540,2604 -"155581",45473,19364,3,2540,2846 -"155582",45473,22709,2,2540,2743 -"155583",45473,70973,2,2540,2705 -"155584",45480,798,3,1104,2476 -"155585",45480,1203,3,1104,1350 -"155586",45480,1629,3,1104,1289 -"155587",45480,2349,3,1104,1288 -"155588",45480,3271,3,1104,2216 -"155589",45480,4066,3,1104,1736 -"155590",45480,5346,3,1104,1438 -"155591",45480,5897,3,1104,2337 -"155592",45480,6821,2,1104,1788 -"155593",45480,7785,3,1104,2441 -"155594",45480,9060,3,1104,1612 -"155595",45480,9272,3,1104,2835 -"155596",45480,9332,3,1104,2734 -"155597",45480,10087,3,1104,1617 -"155598",45480,10373,2,1104,2436 -"155599",45480,10914,3,1104,1660 -"155600",45480,13068,3,1104,1778 -"155601",45480,13639,3,1104,2887 -"155602",45480,15095,3,1104,2001 -"155603",45480,15184,3,1104,2396 -"155604",45480,15207,3,1104,1855 -"155605",45480,15462,3,1104,1141 -"155606",45480,16437,1,1104,1956 -"155607",45480,16684,2,1104,1657 -"155608",45480,16776,2,1104,1565 -"155609",45480,16850,3,1104,1657 -"155610",45480,18421,3,1104,2457 -"155611",45480,18571,3,1104,2128 -"155612",45480,19231,3,1104,1424 -"155613",45480,19934,3,1104,2888 -"155614",45480,20395,3,1104,1468 -"155615",45480,22244,3,1104,2139 -"155616",45480,22709,3,1104,2743 -"155617",45480,23000,3,1104,1815 -"155618",45480,26182,3,1104,2775 -"155619",45480,26713,3,1104,1235 -"155620",45480,27280,2,1104,1965 -"155621",45480,27320,3,1104,2378 -"155622",45480,27391,3,1104,2378 -"155623",45480,27722,3,1104,1266 -"155624",45480,28051,3,1104,2089 -"155625",45480,28357,3,1104,1134 -"155626",45480,30891,3,1104,1256 -"155627",45480,31164,3,1104,1996 -"155628",45480,31783,2,1104,1180 -"155629",45480,31868,3,1104,1993 -"155630",45480,32516,3,1104,2050 -"155631",45480,32532,3,1104,2338 -"155632",45480,32560,3,1104,1258 -"155633",45480,34921,3,1104,2181 -"155634",45480,35728,3,1104,2017 -"155635",45480,36136,3,1104,2338 -"155636",45480,36346,3,1104,1240 -"155637",45480,37059,3,1104,2840 -"155638",45480,37752,2,1104,2223 -"155639",45480,38259,3,1104,2258 -"155640",45480,39443,3,1104,2277 -"155641",45480,39534,2,1104,2410 -"155642",45480,41187,3,1104,2340 -"155643",45480,41900,3,1104,1970 -"155644",45480,43204,2,1104,1680 -"155645",45480,43226,3,1104,2442 -"155646",45480,44235,3,1104,2700 -"155647",45480,44877,2,1104,1219 -"155648",45480,46486,3,1104,1868 -"155649",45480,46951,3,1104,2429 -"155650",45480,46982,3,1104,2806 -"155651",45480,47013,2,1104,2388 -"155652",45480,47384,3,1104,1639 -"155653",45480,48110,3,1104,2009 -"155654",45480,49347,3,1104,2504 -"155655",45480,53726,3,1104,1729 -"155656",45480,53924,3,1104,1289 -"155657",45480,58508,3,1104,2326 -"155658",45480,59039,1,1104,2870 -"155659",45480,59485,3,1104,1564 -"155660",45480,61723,3,1104,1262 -"155661",45480,63654,3,1104,2310 -"155662",45480,65188,3,1104,2213 -"155663",45480,66717,3,1104,2104 -"155664",45480,69131,3,1104,2122 -"155665",45480,69335,3,1104,2698 -"155666",45480,69788,3,1104,2007 -"155667",45480,72438,3,1104,1397 -"155668",45480,73192,3,1104,1955 -"155669",45480,74795,3,1104,1319 -"155670",45480,77377,3,1104,1487 -"155671",45480,79432,3,1104,1708 -"155672",45480,80301,3,1104,1690 -"155673",45480,80506,3,1104,1920 -"155674",45480,82341,3,1104,1515 -"155675",45480,88067,3,1104,2315 -"155676",45480,90745,3,1104,1994 -"155677",45480,90789,3,1104,1218 -"155678",45480,92297,3,1104,2952 -"155679",45480,93208,3,1104,1324 -"155680",45480,94520,3,1104,1243 -"155681",45480,94625,3,1104,2105 -"155682",45480,107383,3,1104,1918 -"155683",45487,3100,3,2256,2524 -"155684",45487,3403,3,2256,2951 -"155685",45487,3786,3,2256,2282 -"155686",45487,9727,3,2256,2327 -"155687",45487,11135,1,2256,2441 -"155688",45487,11429,3,2256,2520 -"155689",45487,13024,3,2256,2468 -"155690",45487,15502,2,2256,2637 -"155691",45487,28567,3,2256,2398 -"155692",45487,41051,3,2256,2767 -"155693",45487,95211,3,2256,2462 -"155694",45496,237,3,1244,1982 -"155695",45496,44749,3,1244,1303 -"155696",45496,57356,3,1244,2476 -"155697",45496,59485,3,1244,1564 -"155698",45496,67266,3,1244,2010 -"155699",45499,55,3,2346,2524 -"155700",45499,3506,3,2346,2364 -"155701",45499,6621,3,2346,2478 -"155702",45499,14470,2,2346,2632 -"155703",45499,23498,3,2346,2398 -"155704",45499,42407,3,2346,2408 -"155705",45499,57205,1,2346,2948 -"155706",45499,66618,3,2346,2381 -"155707",45499,68286,3,2346,2442 -"155708",45504,23725,3,2301,2378 -"155709",45504,29580,2,2301,2776 -"155710",45504,40368,3,2301,2876 -"155711",45504,46635,3,2301,2528 -"155712",45504,49109,2,2301,2341 -"155713",45504,52032,3,2301,2853 -"155714",45504,54551,3,2301,2348 -"155715",45518,2524,3,494,1708 -"155716",45518,3127,3,494,2273 -"155717",45518,4668,3,494,1919 -"155718",45518,4669,3,494,2395 -"155719",45518,5484,3,494,582 -"155720",45518,8140,3,494,1262 -"155721",45518,9227,3,494,1267 -"155722",45518,10980,3,494,1974 -"155723",45518,11648,3,494,2852 -"155724",45518,11990,3,494,1909 -"155725",45518,12948,1,494,2669 -"155726",45518,13537,3,494,1020 -"155727",45518,14425,3,494,1036 -"155728",45518,14532,3,494,1193 -"155729",45518,14749,3,494,1998 -"155730",45518,14781,3,494,2338 -"155731",45518,18122,3,494,894 -"155732",45518,20395,3,494,1468 -"155733",45518,27742,3,494,2700 -"155734",45518,28869,3,494,2425 -"155735",45518,28904,3,494,926 -"155736",45518,30891,3,494,1256 -"155737",45518,31868,3,494,1993 -"155738",45518,36327,1,494,870 -"155739",45518,39999,3,494,1593 -"155740",45518,40309,3,494,871 -"155741",45518,40572,3,494,2666 -"155742",45518,41446,3,494,1103 -"155743",45518,45869,2,494,2840 -"155744",45518,59726,2,494,1513 -"155745",45518,63498,3,494,977 -"155746",45518,67266,3,494,2010 -"155747",45518,67617,3,494,1149 -"155748",45518,76007,3,494,918 -"155749",45518,115021,3,494,1226 -"155750",45545,854,3,1776,2307 -"155751",45545,862,3,1776,2254 -"155752",45545,1592,3,1776,2006 -"155753",45545,1691,3,1776,1941 -"155754",45545,2011,3,1776,2176 -"155755",45545,6222,3,1776,1949 -"155756",45545,7616,3,1776,2296 -"155757",45545,9311,3,1776,2477 -"155758",45545,12081,3,1776,2166 -"155759",45545,12388,2,1776,1975 -"155760",45545,14507,3,1776,2686 -"155761",45545,14676,3,1776,2764 -"155762",45545,14731,1,1776,2012 -"155763",45545,14959,3,1776,2898 -"155764",45545,15444,3,1776,2764 -"155765",45545,16539,3,1776,1947 -"155766",45545,18670,2,1776,1835 -"155767",45545,20407,3,1776,2339 -"155768",45545,22682,3,1776,2035 -"155769",45545,24256,3,1776,2393 -"155770",45545,24825,3,1776,2686 -"155771",45545,27796,3,1776,2151 -"155772",45545,29918,3,1776,1953 -"155773",45545,31001,3,1776,2119 -"155774",45545,31159,3,1776,2231 -"155775",45545,31705,3,1776,2706 -"155776",45545,32047,3,1776,1858 -"155777",45545,32939,3,1776,2277 -"155778",45545,34707,3,1776,2042 -"155779",45545,35888,3,1776,2291 -"155780",45545,37752,3,1776,2223 -"155781",45545,38921,3,1776,1880 -"155782",45545,41682,3,1776,1988 -"155783",45545,50585,3,1776,2414 -"155784",45545,55076,3,1776,2408 -"155785",45545,55580,3,1776,1942 -"155786",45545,56854,3,1776,2022 -"155787",45545,57804,3,1776,2214 -"155788",45545,58284,2,1776,2292 -"155789",45545,66241,3,1776,2351 -"155790",45545,66971,2,1776,2299 -"155791",45545,76463,3,1776,2298 -"155792",45545,77611,3,1776,1795 -"155793",45545,79413,3,1776,2224 -"155794",45549,1367,3,1322,2176 -"155795",45549,3242,3,1322,1730 -"155796",45549,7245,2,1322,2089 -"155797",45549,8533,3,1322,2251 -"155798",45549,12096,3,1322,1330 -"155799",45549,18415,2,1322,2184 -"155800",45549,20563,3,1322,2267 -"155801",45549,31050,3,1322,1491 -"155802",45549,45633,3,1322,2134 -"155803",45549,49144,3,1322,1542 -"155804",45549,51410,3,1322,2739 -"155805",45549,58035,3,1322,1646 -"155806",45549,82426,3,1322,1576 -"155807",45560,7127,3,2308,2352 -"155808",45560,20259,1,2308,2751 -"155809",45562,1393,3,623,1706 -"155810",45562,2014,3,623,973 -"155811",45562,2370,1,623,1600 -"155812",45562,2407,3,623,1725 -"155813",45562,2506,3,623,954 -"155814",45562,3068,3,623,1815 -"155815",45562,3506,3,623,2364 -"155816",45562,4784,3,623,2511 -"155817",45562,6020,2,623,1864 -"155818",45562,7123,3,623,1964 -"155819",45562,7900,3,623,893 -"155820",45562,7903,3,623,744 -"155821",45562,7932,2,623,789 -"155822",45562,9088,3,623,1881 -"155823",45562,9269,3,623,1892 -"155824",45562,10610,3,623,1427 -"155825",45562,13034,3,623,698 -"155826",45562,13595,3,623,1164 -"155827",45562,14172,3,623,1923 -"155828",45562,15086,3,623,2135 -"155829",45562,15281,3,623,810 -"155830",45562,16455,3,623,946 -"155831",45562,16866,2,623,2718 -"155832",45562,17925,3,623,2385 -"155833",45562,18865,3,623,2676 -"155834",45562,21142,3,623,2414 -"155835",45562,21358,3,623,1970 -"155836",45562,21920,2,623,2367 -"155837",45562,22389,3,623,2034 -"155838",45562,23728,3,623,2601 -"155839",45562,28648,3,623,1586 -"155840",45562,31950,2,623,2217 -"155841",45562,32629,3,623,1789 -"155842",45562,33460,3,623,2781 -"155843",45562,34274,3,623,1437 -"155844",45562,36440,3,623,704 -"155845",45562,37765,3,623,1134 -"155846",45562,40510,1,623,943 -"155847",45562,41075,3,623,1176 -"155848",45562,41489,3,623,2006 -"155849",45562,43725,3,623,935 -"155850",45562,44744,3,623,2032 -"155851",45562,45297,3,623,1864 -"155852",45562,45449,1,623,1610 -"155853",45562,45450,1,623,1590 -"155854",45562,48254,2,623,1013 -"155855",45562,48781,2,623,954 -"155856",45562,48823,3,623,2080 -"155857",45562,48931,2,623,2444 -"155858",45562,49029,3,623,647 -"155859",45562,53445,3,623,2028 -"155860",45562,55493,2,623,869 -"155861",45562,57804,3,623,2214 -"155862",45562,61398,3,623,2563 -"155863",45562,61921,3,623,1793 -"155864",45562,63395,3,623,2334 -"155865",45562,64737,2,623,2442 -"155866",45562,66017,3,623,1545 -"155867",45562,68419,2,623,654 -"155868",45562,74054,3,623,1488 -"155869",45562,76997,3,623,2223 -"155870",45562,77719,3,623,2086 -"155871",45562,79639,2,623,1013 -"155872",45562,80186,2,623,2228 -"155873",45562,84235,3,623,1639 -"155874",45562,84581,2,623,1241 -"155875",45562,90852,2,623,764 -"155876",45562,92084,3,623,1134 -"155877",45562,92366,2,623,1434 -"155878",45562,93642,2,623,1120 -"155879",45562,95879,3,623,1748 -"155880",45562,96387,3,623,2159 -"155881",45562,100084,2,623,1964 -"155882",45562,103989,3,623,1207 -"155883",45562,108467,3,623,2170 -"155884",45562,116484,2,623,902 -"155885",45562,116963,3,623,1053 -"155886",45585,5816,2,2384,2408 -"155887",45585,6234,3,2384,2654 -"155888",45585,11067,3,2384,2734 -"155889",45585,26658,3,2384,2745 -"155890",45585,42256,3,2384,2839 -"155891",45595,3167,3,1481,1676 -"155892",45595,57609,3,1481,2717 -"155893",45605,68979,3,845,1173 -"155894",45608,307,3,2420,2530 -"155895",45608,2684,3,2420,2874 -"155896",45608,3305,3,2420,2839 -"155897",45608,9893,2,2420,2701 -"155898",45608,16432,3,2420,2664 -"155899",45608,24955,3,2420,2424 -"155900",45608,26749,3,2420,2965 -"155901",45608,33801,3,2420,2899 -"155902",45608,40368,3,2420,2876 -"155903",45608,51041,3,2420,2606 -"155904",45608,52570,3,2420,2645 -"155905",45608,53475,3,2420,2853 -"155906",45608,54695,3,2420,2429 -"155907",45608,61982,3,2420,2725 -"155908",45608,62841,3,2420,2710 -"155909",45618,1315,3,2356,2760 -"155910",45618,2684,3,2356,2874 -"155911",45618,5315,3,2356,2631 -"155912",45618,9362,3,2356,2879 -"155913",45618,12356,3,2356,2757 -"155914",45618,14652,3,2356,2516 -"155915",45618,18563,3,2356,2715 -"155916",45618,21406,3,2356,2714 -"155917",45618,30697,3,2356,2891 -"155918",45618,31132,2,2356,2744 -"155919",45618,36609,1,2356,2918 -"155920",45618,42574,2,2356,2842 -"155921",45618,56082,3,2356,2395 -"155922",45618,67150,3,2356,2633 -"155923",45618,84469,3,2356,2389 -"155924",45628,4144,2,527,1520 -"155925",45628,10337,2,527,2452 -"155926",45628,15502,3,527,2637 -"155927",45628,18319,1,527,1439 -"155928",45628,19323,3,527,1705 -"155929",45628,23430,3,527,904 -"155930",45628,32678,1,527,1439 -"155931",45628,35911,2,527,2370 -"155932",45628,43905,3,527,756 -"155933",45628,83161,2,527,1352 -"155934",45633,135,2,2134,2233 -"155935",45633,455,2,2134,2827 -"155936",45633,470,3,2134,2285 -"155937",45633,913,3,2134,2144 -"155938",45633,1367,1,2134,2176 -"155939",45633,2424,3,2134,2582 -"155940",45633,4618,3,2134,2607 -"155941",45633,4669,3,2134,2395 -"155942",45633,5148,3,2134,2206 -"155943",45633,5725,3,2134,2789 -"155944",45633,7515,3,2134,2737 -"155945",45633,8533,2,2134,2251 -"155946",45633,9311,3,2134,2477 -"155947",45633,10513,3,2134,2284 -"155948",45633,12713,3,2134,2440 -"155949",45633,13929,3,2134,2693 -"155950",45633,16497,3,2134,2370 -"155951",45633,17264,3,2134,2528 -"155952",45633,18202,3,2134,2475 -"155953",45633,18415,2,2134,2184 -"155954",45633,19719,3,2134,2177 -"155955",45633,19858,3,2134,2357 -"155956",45633,20563,2,2134,2267 -"155957",45633,23132,3,2134,2756 -"155958",45633,23509,3,2134,2275 -"155959",45633,23705,3,2134,2699 -"155960",45633,26436,3,2134,2489 -"155961",45633,26516,3,2134,2479 -"155962",45633,27753,3,2134,2750 -"155963",45633,28285,3,2134,2972 -"155964",45633,29073,2,2134,2328 -"155965",45633,30052,3,2134,2855 -"155966",45633,33572,2,2134,2370 -"155967",45633,38667,3,2134,2880 -"155968",45633,47947,3,2134,2681 -"155969",45633,48127,3,2134,2677 -"155970",45633,49965,3,2134,2301 -"155971",45633,51410,3,2134,2739 -"155972",45633,52576,3,2134,2234 -"155973",45633,53300,3,2134,2162 -"155974",45633,55139,3,2134,2323 -"155975",45633,57977,3,2134,2683 -"155976",45633,60661,3,2134,2700 -"155977",45633,62840,3,2134,2502 -"155978",45633,64997,3,2134,2791 -"155979",45633,66413,3,2134,2507 -"155980",45633,71562,3,2134,2574 -"155981",45633,73305,3,2134,2544 -"155982",45633,74095,3,2134,2333 -"155983",45633,88232,3,2134,2881 -"155984",45650,145,3,1528,1998 -"155985",45650,380,3,1528,2261 -"155986",45650,913,3,1528,2144 -"155987",45650,1102,3,1528,2282 -"155988",45650,1315,3,1528,2760 -"155989",45650,1777,3,1528,1965 -"155990",45650,2224,3,1528,2751 -"155991",45650,2684,3,1528,2874 -"155992",45650,2864,3,1528,1543 -"155993",45650,3139,3,1528,1656 -"155994",45650,3352,3,1528,1707 -"155995",45650,3397,3,1528,2126 -"155996",45650,3453,3,1528,2126 -"155997",45650,3801,3,1528,1974 -"155998",45650,5078,3,1528,2033 -"155999",45650,5315,3,1528,2631 -"156000",45650,5457,3,1528,2077 -"156001",45650,5462,3,1528,2374 -"156002",45650,5504,3,1528,2389 -"156003",45650,6491,3,1528,2424 -"156004",45650,6602,3,1528,1631 -"156005",45650,7354,3,1528,2008 -"156006",45650,7858,3,1528,1795 -"156007",45650,8866,1,1528,1545 -"156008",45650,9362,2,1528,2879 -"156009",45650,9702,3,1528,1928 -"156010",45650,9805,2,1528,1621 -"156011",45650,10146,3,1528,1878 -"156012",45650,10513,3,1528,2284 -"156013",45650,12356,3,1528,2757 -"156014",45650,14325,3,1528,1976 -"156015",45650,14652,3,1528,2516 -"156016",45650,14655,3,1528,2559 -"156017",45650,15700,3,1528,1712 -"156018",45650,17520,3,1528,2276 -"156019",45650,18165,3,1528,2085 -"156020",45650,18563,3,1528,2715 -"156021",45650,19744,3,1528,2623 -"156022",45650,19980,3,1528,2231 -"156023",45650,20070,3,1528,1914 -"156024",45650,20331,3,1528,2365 -"156025",45650,21225,3,1528,1945 -"156026",45650,21406,3,1528,2714 -"156027",45650,21682,3,1528,2414 -"156028",45650,21929,3,1528,2062 -"156029",45650,23098,2,1528,2300 -"156030",45650,26067,3,1528,2069 -"156031",45650,30697,2,1528,2891 -"156032",45650,30883,3,1528,1629 -"156033",45650,31132,2,1528,2744 -"156034",45650,31235,3,1528,2668 -"156035",45650,32939,3,1528,2277 -"156036",45650,34963,3,1528,2251 -"156037",45650,36031,3,1528,2342 -"156038",45650,36087,3,1528,2755 -"156039",45650,36609,1,1528,2918 -"156040",45650,38780,3,1528,2705 -"156041",45650,40931,3,1528,2301 -"156042",45650,41518,3,1528,1641 -"156043",45650,42023,3,1528,2231 -"156044",45650,42372,3,1528,2230 -"156045",45650,42574,2,1528,2842 -"156046",45650,43902,2,1528,1726 -"156047",45650,45618,1,1528,2356 -"156048",45650,46040,3,1528,2105 -"156049",45650,48215,3,1528,2028 -"156050",45650,50977,2,1528,2352 -"156051",45650,52597,3,1528,1773 -"156052",45650,55320,3,1528,1643 -"156053",45650,56082,3,1528,2395 -"156054",45650,57804,3,1528,2214 -"156055",45650,63477,3,1528,1907 -"156056",45650,63907,3,1528,2377 -"156057",45650,64945,3,1528,2279 -"156058",45650,67150,3,1528,2633 -"156059",45650,67690,3,1528,1902 -"156060",45650,77550,3,1528,1548 -"156061",45650,77611,3,1528,1795 -"156062",45650,84469,3,1528,2389 -"156063",45650,87837,3,1528,1987 -"156064",45650,101315,3,1528,1971 -"156065",45650,119923,3,1528,1901 -"156066",45660,2424,3,618,2582 -"156067",45660,4790,3,618,1025 -"156068",45660,4791,3,618,1184 -"156069",45660,12863,3,618,2027 -"156070",45660,16940,3,618,1290 -"156071",45660,19719,3,618,2177 -"156072",45660,20287,2,618,1099 -"156073",45660,21197,3,618,1437 -"156074",45660,21198,2,618,935 -"156075",45660,21285,3,618,2100 -"156076",45660,22141,3,618,2348 -"156077",45660,22282,3,618,1418 -"156078",45660,23450,3,618,967 -"156079",45660,26749,3,618,2965 -"156080",45660,27175,3,618,1447 -"156081",45660,32601,3,618,1033 -"156082",45660,32811,3,618,804 -"156083",45660,35095,3,618,1502 -"156084",45660,37628,3,618,819 -"156085",45660,41174,3,618,850 -"156086",45660,43051,3,618,904 -"156087",45660,43173,3,618,2895 -"156088",45660,43385,3,618,1623 -"156089",45660,48414,3,618,1749 -"156090",45660,50219,2,618,756 -"156091",45660,52058,3,618,1836 -"156092",45660,52576,3,618,2234 -"156093",45660,55468,3,618,2511 -"156094",45660,58508,3,618,2326 -"156095",45660,58652,3,618,1437 -"156096",45660,70603,3,618,1002 -"156097",45660,71342,3,618,1289 -"156098",45660,72956,3,618,1251 -"156099",45660,75948,3,618,1006 -"156100",45660,82949,3,618,2077 -"156101",45660,109510,3,618,621 -"156102",45664,3695,3,2235,2612 -"156103",45664,7078,3,2235,2344 -"156104",45664,7394,3,2235,2615 -"156105",45664,18151,3,2235,2962 -"156106",45664,19366,3,2235,2279 -"156107",45664,21417,3,2235,2422 -"156108",45664,21795,3,2235,2653 -"156109",45664,26865,3,2235,2726 -"156110",45664,30081,3,2235,2403 -"156111",45664,34327,2,2235,2959 -"156112",45664,38038,2,2235,2686 -"156113",45664,42618,3,2235,2316 -"156114",45664,50621,3,2235,2809 -"156115",45664,55691,3,2235,2856 -"156116",45664,59432,3,2235,2553 -"156117",45664,70046,3,2235,2624 -"156118",45664,70656,3,2235,2771 -"156119",45664,73266,3,2235,2496 -"156120",45664,85638,3,2235,2275 -"156121",45664,90501,2,2235,2380 -"156122",45684,270,3,2200,2542 -"156123",45684,380,3,2200,2261 -"156124",45684,470,3,2200,2285 -"156125",45684,1102,3,2200,2282 -"156126",45684,1226,3,2200,2353 -"156127",45684,1315,3,2200,2760 -"156128",45684,2289,3,2200,2389 -"156129",45684,2424,3,2200,2582 -"156130",45684,3164,3,2200,2693 -"156131",45684,3493,3,2200,2451 -"156132",45684,3966,3,2200,2425 -"156133",45684,5258,3,2200,2730 -"156134",45684,5350,3,2200,2522 -"156135",45684,6030,3,2200,2953 -"156136",45684,7180,1,2200,2227 -"156137",45684,7234,3,2200,2654 -"156138",45684,7984,3,2200,2493 -"156139",45684,9928,3,2200,2345 -"156140",45684,10358,3,2200,2294 -"156141",45684,10857,2,2200,2253 -"156142",45684,11218,2,2200,2292 -"156143",45684,11477,2,2200,2724 -"156144",45684,11966,3,2200,2385 -"156145",45684,12042,3,2200,2345 -"156146",45684,13307,3,2200,2206 -"156147",45684,13311,3,2200,2315 -"156148",45684,14507,3,2200,2686 -"156149",45684,15301,3,2200,2308 -"156150",45684,16352,3,2200,2657 -"156151",45684,17400,2,2200,2231 -"156152",45684,18394,3,2200,2356 -"156153",45684,18543,3,2200,2968 -"156154",45684,19622,2,2200,2371 -"156155",45684,20124,3,2200,2376 -"156156",45684,21012,3,2200,2325 -"156157",45684,21571,3,2200,2755 -"156158",45684,22566,3,2200,2308 -"156159",45684,23725,2,2200,2378 -"156160",45684,24825,3,2200,2686 -"156161",45684,26080,3,2200,2525 -"156162",45684,26848,3,2200,2363 -"156163",45684,28168,3,2200,2702 -"156164",45684,31436,1,2200,2892 -"156165",45684,32567,3,2200,2784 -"156166",45684,32919,3,2200,2321 -"156167",45684,34480,3,2200,2755 -"156168",45684,34735,3,2200,2767 -"156169",45684,35926,2,2200,2371 -"156170",45684,36714,2,2200,2209 -"156171",45684,39906,3,2200,2365 -"156172",45684,41240,3,2200,2220 -"156173",45684,43455,3,2200,2846 -"156174",45684,46629,2,2200,2255 -"156175",45684,50236,3,2200,2339 -"156176",45684,50785,3,2200,2877 -"156177",45684,54551,2,2200,2348 -"156178",45684,54929,3,2200,2783 -"156179",45684,56082,2,2200,2395 -"156180",45684,56237,3,2200,2625 -"156181",45684,61982,3,2200,2725 -"156182",45684,72207,3,2200,2430 -"156183",45684,72326,3,2200,2384 -"156184",45684,76048,2,2200,2373 -"156185",45684,99215,2,2200,2791 -"156186",45704,16195,3,2687,2964 -"156187",45704,17852,3,2687,2840 -"156188",45704,42216,3,2687,2722 -"156189",45704,70528,2,2687,2727 -"156190",45715,1136,3,2287,2536 -"156191",45715,4618,3,2287,2607 -"156192",45715,5504,3,2287,2389 -"156193",45715,19516,3,2287,2313 -"156194",45715,26436,2,2287,2489 -"156195",45715,26516,3,2287,2479 -"156196",45715,27753,2,2287,2750 -"156197",45715,51157,3,2287,2319 -"156198",45715,51410,2,2287,2739 -"156199",45715,54740,3,2287,2750 -"156200",45715,55828,3,2287,2393 -"156201",45715,57609,3,2287,2717 -"156202",45715,59700,3,2287,2346 -"156203",45715,64997,3,2287,2791 -"156204",45727,455,3,477,2827 -"156205",45727,1127,3,477,1188 -"156206",45727,1262,3,477,2973 -"156207",45727,1386,1,477,1901 -"156208",45727,2765,3,477,2321 -"156209",45727,3695,2,477,2612 -"156210",45727,3877,2,477,1133 -"156211",45727,3966,3,477,2425 -"156212",45727,5120,3,477,2735 -"156213",45727,5491,3,477,2048 -"156214",45727,6324,3,477,1990 -"156215",45727,6897,2,477,514 -"156216",45727,7078,3,477,2344 -"156217",45727,7394,2,477,2615 -"156218",45727,8286,3,477,886 -"156219",45727,9030,2,477,1979 -"156220",45727,9202,3,477,2477 -"156221",45727,10279,3,477,886 -"156222",45727,10474,3,477,1608 -"156223",45727,10558,3,477,2312 -"156224",45727,10726,3,477,841 -"156225",45727,10945,2,477,881 -"156226",45727,11419,2,477,1408 -"156227",45727,11931,3,477,2443 -"156228",45727,12035,3,477,2721 -"156229",45727,13024,3,477,2468 -"156230",45727,13201,3,477,2034 -"156231",45727,13671,3,477,1371 -"156232",45727,13732,3,477,2789 -"156233",45727,14189,3,477,1483 -"156234",45727,14669,3,477,2080 -"156235",45727,14709,2,477,1901 -"156236",45727,14772,3,477,2386 -"156237",45727,14888,3,477,1411 -"156238",45727,15118,3,477,1311 -"156239",45727,15343,2,477,2125 -"156240",45727,16029,2,477,1160 -"156241",45727,16164,3,477,1184 -"156242",45727,16313,3,477,1160 -"156243",45727,16609,3,477,538 -"156244",45727,17021,3,477,1226 -"156245",45727,17826,3,477,2920 -"156246",45727,17967,3,477,2125 -"156247",45727,18151,2,477,2962 -"156248",45727,18366,3,477,2699 -"156249",45727,19872,3,477,2913 -"156250",45727,20423,3,477,2654 -"156251",45727,20469,2,477,2125 -"156252",45727,21417,2,477,2422 -"156253",45727,21693,3,477,2176 -"156254",45727,21795,2,477,2653 -"156255",45727,22326,3,477,2818 -"156256",45727,22362,3,477,1836 -"156257",45727,22554,2,477,620 -"156258",45727,22652,3,477,1544 -"156259",45727,23159,3,477,1548 -"156260",45727,23751,3,477,1740 -"156261",45727,24195,3,477,1575 -"156262",45727,24362,3,477,1287 -"156263",45727,24511,3,477,1871 -"156264",45727,24608,3,477,1630 -"156265",45727,24789,3,477,829 -"156266",45727,25530,3,477,2884 -"156267",45727,25541,3,477,917 -"156268",45727,25751,3,477,1523 -"156269",45727,25879,3,477,630 -"156270",45727,26865,3,477,2726 -"156271",45727,28090,3,477,1755 -"156272",45727,28233,3,477,1608 -"156273",45727,28923,3,477,2362 -"156274",45727,29791,1,477,1986 -"156275",45727,30081,2,477,2403 -"156276",45727,31659,3,477,543 -"156277",45727,31898,3,477,1916 -"156278",45727,33665,3,477,787 -"156279",45727,33722,3,477,1225 -"156280",45727,34160,3,477,1759 -"156281",45727,34311,2,477,2213 -"156282",45727,34327,2,477,2959 -"156283",45727,34693,3,477,1938 -"156284",45727,35542,3,477,1439 -"156285",45727,36950,3,477,2204 -"156286",45727,36962,3,477,2861 -"156287",45727,37333,3,477,1612 -"156288",45727,38038,3,477,2686 -"156289",45727,39827,3,477,2321 -"156290",45727,40609,3,477,845 -"156291",45727,41004,3,477,2561 -"156292",45727,41174,3,477,850 -"156293",45727,42618,2,477,2316 -"156294",45727,42814,3,477,1149 -"156295",45727,43051,3,477,904 -"156296",45727,44684,3,477,1220 -"156297",45727,44729,1,477,588 -"156298",45727,45664,1,477,2235 -"156299",45727,46602,3,477,2786 -"156300",45727,46717,3,477,938 -"156301",45727,46723,3,477,607 -"156302",45727,47362,3,477,2253 -"156303",45727,48277,3,477,971 -"156304",45727,49461,3,477,2793 -"156305",45727,49741,3,477,839 -"156306",45727,49998,3,477,2761 -"156307",45727,52442,2,477,1269 -"156308",45727,52474,3,477,497 -"156309",45727,53342,3,477,2071 -"156310",45727,53530,3,477,2380 -"156311",45727,55468,3,477,2511 -"156312",45727,55691,3,477,2856 -"156313",45727,56082,3,477,2395 -"156314",45727,59522,3,477,1516 -"156315",45727,61336,3,477,2218 -"156316",45727,64031,3,477,1295 -"156317",45727,65679,3,477,1578 -"156318",45727,68215,3,477,2727 -"156319",45727,69062,3,477,1174 -"156320",45727,70046,2,477,2624 -"156321",45727,70646,2,477,1162 -"156322",45727,70854,3,477,635 -"156323",45727,72122,3,477,1436 -"156324",45727,73266,2,477,2496 -"156325",45727,77057,2,477,1866 -"156326",45727,77095,2,477,1622 -"156327",45727,77174,3,477,747 -"156328",45727,79088,3,477,1369 -"156329",45727,80655,1,477,1546 -"156330",45727,80942,2,477,1240 -"156331",45727,81239,1,477,547 -"156332",45727,82735,2,477,829 -"156333",45727,83096,3,477,1061 -"156334",45727,83259,3,477,1245 -"156335",45727,84039,3,477,1335 -"156336",45727,84649,3,477,2280 -"156337",45727,85592,3,477,1412 -"156338",45727,85784,3,477,1142 -"156339",45727,86279,2,477,1076 -"156340",45727,87198,2,477,1462 -"156341",45727,89586,3,477,1401 -"156342",45727,89965,2,477,810 -"156343",45727,90501,1,477,2380 -"156344",45727,94808,3,477,988 -"156345",45727,96301,2,477,818 -"156346",45727,96678,3,477,1183 -"156347",45727,100334,3,477,777 -"156348",45727,101446,3,477,920 -"156349",45727,103721,2,477,1030 -"156350",45727,110308,3,477,489 -"156351",45727,110486,3,477,1014 -"156352",45727,113162,3,477,818 -"156353",45727,117932,2,477,926 -"156354",45729,3770,2,2606,2623 -"156355",45729,3978,3,2606,2775 -"156356",45729,6989,3,2606,2623 -"156357",45729,9785,3,2606,2951 -"156358",45729,9787,3,2606,2858 -"156359",45729,10766,2,2606,2647 -"156360",45729,12361,3,2606,2732 -"156361",45729,17033,3,2606,2771 -"156362",45729,19655,3,2606,2706 -"156363",45729,24069,3,2606,2697 -"156364",45729,24096,1,2606,2612 -"156365",45729,25373,3,2606,2783 -"156366",45729,27275,3,2606,2656 -"156367",45729,28826,3,2606,2627 -"156368",45729,36953,3,2606,2790 -"156369",45729,40572,2,2606,2666 -"156370",45729,44235,3,2606,2700 -"156371",45729,47529,3,2606,2914 -"156372",45729,53739,2,2606,2704 -"156373",45729,56237,3,2606,2625 -"156374",45729,61240,2,2606,2651 -"156375",45729,71531,3,2606,2887 -"156376",45729,77052,3,2606,2770 -"156377",45730,1685,3,2063,2230 -"156378",45730,4730,2,2063,2131 -"156379",45730,6824,3,2063,2680 -"156380",45730,7433,2,2063,2255 -"156381",45730,9861,3,2063,2680 -"156382",45730,10638,3,2063,2692 -"156383",45730,11506,2,2063,2824 -"156384",45730,14626,3,2063,2175 -"156385",45730,18571,3,2063,2128 -"156386",45730,18943,3,2063,2861 -"156387",45730,21180,2,2063,2762 -"156388",45730,30442,3,2063,2124 -"156389",45730,32449,3,2063,2091 -"156390",45730,34162,1,2063,2336 -"156391",45730,36136,3,2063,2338 -"156392",45730,39105,3,2063,2487 -"156393",45730,55775,3,2063,2385 -"156394",45730,72426,3,2063,2902 -"156395",45730,76132,3,2063,2426 -"156396",45730,111034,3,2063,2131 -"156397",45742,3628,1,2566,2707 -"156398",45742,8762,2,2566,2585 -"156399",45742,9191,2,2566,2707 -"156400",45742,11351,2,2566,2971 -"156401",45742,14959,3,2566,2898 -"156402",45742,21955,3,2566,2832 -"156403",45742,35235,2,2566,2610 -"156404",45742,53562,2,2566,2687 -"156405",45742,119610,3,2566,2707 -"156406",45746,1639,3,609,2631 -"156407",45746,2709,3,609,1673 -"156408",45746,2742,3,609,1192 -"156409",45746,6104,3,609,2462 -"156410",45746,11348,3,609,824 -"156411",45746,13043,3,609,1295 -"156412",45746,15003,3,609,2067 -"156413",45746,16518,3,609,2642 -"156414",45746,25129,3,609,2647 -"156415",45746,34509,3,609,1973 -"156416",45746,89911,3,609,2607 -"156417",45776,1639,3,1195,2631 -"156418",45776,2208,3,1195,2814 -"156419",45776,4317,2,1195,1224 -"156420",45776,10851,3,1195,2423 -"156421",45776,23825,3,1195,1913 -"156422",45776,50275,3,1195,2832 -"156423",45776,52154,3,1195,1722 -"156424",45776,69250,3,1195,1439 -"156425",45823,357,3,276,2327 -"156426",45823,2357,3,276,492 -"156427",45823,5350,3,276,2522 -"156428",45823,5716,3,276,1058 -"156429",45823,5986,3,276,1721 -"156430",45823,6366,3,276,798 -"156431",45823,8513,2,276,875 -"156432",45823,10327,3,276,485 -"156433",45823,10717,3,276,1938 -"156434",45823,12042,3,276,2345 -"156435",45823,12462,3,276,1461 -"156436",45823,16096,3,276,2301 -"156437",45823,18924,3,276,485 -"156438",45823,21029,3,276,1943 -"156439",45823,21872,3,276,2458 -"156440",45823,23806,2,276,1671 -"156441",45823,26067,3,276,2069 -"156442",45823,26080,3,276,2525 -"156443",45823,39186,3,276,1258 -"156444",45823,41972,3,276,2509 -"156445",45823,50229,3,276,1190 -"156446",45823,56082,3,276,2395 -"156447",45823,84022,3,276,2289 -"156448",45869,11648,2,2840,2852 -"156449",45874,843,3,944,2332 -"156450",45874,1023,3,944,2515 -"156451",45874,1063,3,944,2515 -"156452",45874,1108,3,944,1600 -"156453",45874,1150,2,944,1595 -"156454",45874,1560,3,944,2013 -"156455",45874,3271,2,944,2216 -"156456",45874,5852,3,944,1862 -"156457",45874,7337,3,944,1797 -"156458",45874,7604,3,944,1366 -"156459",45874,8607,3,944,1685 -"156460",45874,9272,2,944,2835 -"156461",45874,9506,3,944,1012 -"156462",45874,10200,2,944,2920 -"156463",45874,11319,3,944,2073 -"156464",45874,11429,3,944,2520 -"156465",45874,14586,3,944,2801 -"156466",45874,14654,2,944,1692 -"156467",45874,14761,3,944,2502 -"156468",45874,15462,3,944,1141 -"156469",45874,16437,3,944,1956 -"156470",45874,18827,3,944,1481 -"156471",45874,19075,3,944,2214 -"156472",45874,19383,2,944,1200 -"156473",45874,22652,2,944,1544 -"156474",45874,24086,3,944,2663 -"156475",45874,28432,3,944,1954 -"156476",45874,29319,3,944,2314 -"156477",45874,31541,2,944,1500 -"156478",45874,34491,3,944,2694 -"156479",45874,36450,3,944,1591 -"156480",45874,37752,3,944,2223 -"156481",45874,38038,3,944,2686 -"156482",45874,38219,3,944,1689 -"156483",45874,38361,3,944,1936 -"156484",45874,39211,2,944,1908 -"156485",45874,39439,3,944,2462 -"156486",45874,39444,3,944,2695 -"156487",45874,43173,3,944,2895 -"156488",45874,43226,2,944,2442 -"156489",45874,44464,3,944,1619 -"156490",45874,45983,1,944,1260 -"156491",45874,48110,2,944,2009 -"156492",45874,53445,3,944,2028 -"156493",45874,55487,3,944,1500 -"156494",45874,57394,2,944,1271 -"156495",45874,57804,3,944,2214 -"156496",45874,57990,3,944,978 -"156497",45874,58508,2,944,2326 -"156498",45874,59039,3,944,2870 -"156499",45874,69077,2,944,1689 -"156500",45874,69335,2,944,2698 -"156501",45874,76511,3,944,1250 -"156502",45874,80301,2,944,1690 -"156503",45874,80801,3,944,1250 -"156504",45874,82039,3,944,1327 -"156505",45874,82226,2,944,1619 -"156506",45874,87362,3,944,2902 -"156507",45878,1453,3,1017,1737 -"156508",45878,11434,3,1017,1187 -"156509",45878,11516,3,1017,1937 -"156510",45878,12948,3,1017,2669 -"156511",45878,13068,3,1017,1778 -"156512",45878,20176,3,1017,1050 -"156513",45878,25378,3,1017,1245 -"156514",45878,27391,3,1017,2378 -"156515",45878,31235,3,1017,2668 -"156516",45886,613,3,2449,2687 -"156517",45886,28826,1,2449,2627 -"156518",45886,45729,3,2449,2606 -"156519",45886,65779,3,2449,2690 -"156520",45903,2289,3,2237,2389 -"156521",45903,3255,3,2237,2504 -"156522",45903,3961,3,2237,2426 -"156523",45903,5041,3,2237,2371 -"156524",45903,5258,3,2237,2730 -"156525",45903,5315,2,2237,2631 -"156526",45903,8887,3,2237,2373 -"156527",45903,9928,3,2237,2345 -"156528",45903,10358,2,2237,2294 -"156529",45903,10779,3,2237,2881 -"156530",45903,11103,3,2237,2393 -"156531",45903,13573,2,2237,2774 -"156532",45903,16352,3,2237,2657 -"156533",45903,17819,3,2237,2291 -"156534",45903,18543,3,2237,2968 -"156535",45903,19858,3,2237,2357 -"156536",45903,23310,3,2237,2371 -"156537",45903,29930,3,2237,2240 -"156538",45903,32919,3,2237,2321 -"156539",45903,34158,3,2237,2639 -"156540",45903,34735,3,2237,2767 -"156541",45903,35926,3,2237,2371 -"156542",45903,36441,3,2237,2796 -"156543",45903,36574,3,2237,2934 -"156544",45903,40487,3,2237,2512 -"156545",45903,41955,3,2237,2479 -"156546",45903,42799,3,2237,2729 -"156547",45903,45715,3,2237,2287 -"156548",45903,46635,3,2237,2528 -"156549",45903,48127,2,2237,2677 -"156550",45903,50977,3,2237,2352 -"156551",45903,55139,3,2237,2323 -"156552",45903,82932,3,2237,2245 -"156553",45904,7785,3,1011,2441 -"156554",45904,19516,3,1011,2313 -"156555",45904,23015,3,1011,1362 -"156556",45904,32532,3,1011,2338 -"156557",45904,32560,3,1011,1258 -"156558",45914,3863,3,227,856 -"156559",45914,5346,3,227,1438 -"156560",45914,7196,3,227,1508 -"156561",45914,8913,3,227,968 -"156562",45914,15207,3,227,1855 -"156563",45914,18550,3,227,483 -"156564",45914,22080,2,227,2436 -"156565",45914,24586,3,227,2465 -"156566",45914,32988,3,227,2008 -"156567",45914,36862,1,227,2655 -"156568",45914,40113,3,227,451 -"156569",45914,48215,3,227,2028 -"156570",45914,51338,3,227,1013 -"156571",45914,53043,3,227,803 -"156572",45914,56116,3,227,1321 -"156573",45914,92757,3,227,2615 -"156574",45914,93568,3,227,1755 -"156575",45914,94520,3,227,1243 -"156576",45914,101347,3,227,1335 -"156577",45914,106555,3,227,1626 -"156578",45921,393,1,172,643 -"156579",45921,1708,3,172,1591 -"156580",45921,1785,3,172,2350 -"156581",45921,2737,3,172,607 -"156582",45921,4249,2,172,2547 -"156583",45921,4784,3,172,2511 -"156584",45921,6020,3,172,1864 -"156585",45921,6223,3,172,2363 -"156586",45921,6747,1,172,2913 -"156587",45921,6841,2,172,263 -"156588",45921,10701,3,172,2000 -"156589",45921,13595,3,172,1164 -"156590",45921,14772,3,172,2386 -"156591",45921,15782,3,172,2306 -"156592",45921,16910,2,172,1978 -"156593",45921,17695,3,172,1930 -"156594",45921,21358,3,172,1970 -"156595",45921,23963,3,172,647 -"156596",45921,28648,3,172,1586 -"156597",45921,34018,3,172,400 -"156598",45921,34274,3,172,1437 -"156599",45921,37929,3,172,2393 -"156600",45921,41489,3,172,2006 -"156601",45921,45297,2,172,1864 -"156602",45921,46049,2,172,2102 -"156603",45921,48823,3,172,2080 -"156604",45921,49029,3,172,647 -"156605",45921,50468,2,172,1659 -"156606",45921,52179,2,172,1572 -"156607",45921,52386,3,172,1830 -"156608",45921,54488,2,172,2357 -"156609",45921,54816,1,172,592 -"156610",45921,55493,3,172,869 -"156611",45921,67289,3,172,829 -"156612",45921,82217,3,172,2441 -"156613",45921,93642,3,172,1120 -"156614",45921,105435,3,172,684 -"156615",45927,270,3,1542,2542 -"156616",45927,854,3,1542,2307 -"156617",45927,1124,3,1542,1596 -"156618",45927,1386,3,1542,1901 -"156619",45927,5392,3,1542,1648 -"156620",45927,5971,3,1542,1985 -"156621",45927,6222,3,1542,1949 -"156622",45927,7078,3,1542,2344 -"156623",45927,9030,3,1542,1979 -"156624",45927,12388,3,1542,1975 -"156625",45927,13307,3,1542,2206 -"156626",45927,14709,3,1542,1901 -"156627",45927,14959,3,1542,2898 -"156628",45927,15343,3,1542,2125 -"156629",45927,18151,3,1542,2962 -"156630",45927,21012,3,1542,2325 -"156631",45927,21417,3,1542,2422 -"156632",45927,21795,3,1542,2653 -"156633",45927,23526,3,1542,1998 -"156634",45927,23715,3,1542,1859 -"156635",45927,24608,2,1542,1630 -"156636",45927,26865,3,1542,2726 -"156637",45927,29962,3,1542,2201 -"156638",45927,32761,2,1542,2680 -"156639",45927,34311,3,1542,2213 -"156640",45927,34327,3,1542,2959 -"156641",45927,38921,3,1542,1880 -"156642",45927,41682,3,1542,1988 -"156643",45927,44235,2,1542,2700 -"156644",45927,47947,3,1542,2681 -"156645",45927,61458,3,1542,2630 -"156646",45927,66860,3,1542,1548 -"156647",45927,86730,3,1542,1780 -"156648",45939,4953,2,1930,2285 -"156649",45939,12042,3,1930,2345 -"156650",45939,15381,3,1930,2289 -"156651",45939,21029,3,1930,1943 -"156652",45939,38307,3,1930,2648 -"156653",45939,43455,3,1930,2846 -"156654",45939,63442,3,1930,1965 -"156655",45959,1147,3,1880,1999 -"156656",45959,3271,3,1880,2216 -"156657",45959,3947,3,1880,2067 -"156658",45959,3961,3,1880,2426 -"156659",45959,5239,3,1880,2875 -"156660",45959,7984,2,1880,2493 -"156661",45959,9272,3,1880,2835 -"156662",45959,9362,3,1880,2879 -"156663",45959,11477,3,1880,2724 -"156664",45959,12901,3,1880,2136 -"156665",45959,13780,3,1880,2412 -"156666",45959,14943,3,1880,1942 -"156667",45959,15401,2,1880,1999 -"156668",45959,16801,3,1880,2008 -"156669",45959,16826,3,1880,2599 -"156670",45959,18103,3,1880,1968 -"156671",45959,18571,3,1880,2128 -"156672",45959,21754,3,1880,1881 -"156673",45959,21872,3,1880,2458 -"156674",45959,28582,3,1880,2698 -"156675",45959,30747,3,1880,2455 -"156676",45959,31069,3,1880,1995 -"156677",45959,31164,3,1880,1996 -"156678",45959,32988,2,1880,2008 -"156679",45959,34158,3,1880,2639 -"156680",45959,36862,3,1880,2655 -"156681",45959,40432,3,1880,1956 -"156682",45959,40645,2,1880,1899 -"156683",45959,42505,3,1880,2008 -"156684",45959,43226,3,1880,2442 -"156685",45959,46040,2,1880,2105 -"156686",45959,46951,3,1880,2429 -"156687",45959,48110,3,1880,2009 -"156688",45959,56237,3,1880,2625 -"156689",45959,58164,3,1880,2398 -"156690",45959,58365,3,1880,1902 -"156691",45959,58508,3,1880,2326 -"156692",45959,65155,2,1880,1947 -"156693",45959,65322,2,1880,2008 -"156694",45959,69335,3,1880,2698 -"156695",45959,73192,3,1880,1955 -"156696",45959,78150,2,1880,2581 -"156697",45959,82409,3,1880,1881 -"156698",45959,92757,3,1880,2615 -"156699",45967,18227,3,2195,2214 -"156700",45975,270,3,157,2542 -"156701",45975,1124,3,157,1596 -"156702",45975,1175,3,157,1642 -"156703",45975,3966,3,157,2425 -"156704",45975,4889,3,157,1501 -"156705",45975,5315,3,157,2631 -"156706",45975,6030,3,157,2953 -"156707",45975,7252,3,157,2799 -"156708",45975,8367,3,157,1927 -"156709",45975,10343,3,157,1072 -"156710",45975,11477,3,157,2724 -"156711",45975,14072,1,157,1346 -"156712",45975,14972,2,157,2332 -"156713",45975,15235,3,157,1045 -"156714",45975,17381,2,157,1697 -"156715",45975,17931,3,157,1617 -"156716",45975,18394,3,157,2356 -"156717",45975,22578,3,157,2216 -"156718",45975,23751,3,157,1740 -"156719",45975,27484,3,157,1634 -"156720",45975,30334,3,157,2075 -"156721",45975,30827,3,157,2323 -"156722",45975,32939,3,157,2277 -"156723",45975,33588,3,157,1040 -"156724",45975,35518,3,157,1721 -"156725",45975,36031,3,157,2342 -"156726",45975,37636,3,157,2178 -"156727",45975,38602,3,157,2693 -"156728",45975,40392,3,157,1878 -"156729",45975,43635,2,157,1196 -"156730",45975,44720,2,157,1202 -"156731",45975,46717,2,157,938 -"156732",45975,48548,3,157,826 -"156733",45975,51052,3,157,2784 -"156734",45975,51783,3,157,2599 -"156735",45975,54715,3,157,499 -"156736",45975,57804,3,157,2214 -"156737",45975,79657,3,157,1260 -"156738",45975,89681,3,157,1978 -"156739",45975,97013,3,157,1797 -"156740",45975,106318,3,157,1698 -"156741",45983,1023,2,1260,2515 -"156742",45983,1063,2,1260,2515 -"156743",45983,1150,3,1260,1595 -"156744",45983,3271,3,1260,2216 -"156745",45983,6821,3,1260,1788 -"156746",45983,9272,3,1260,2835 -"156747",45983,10200,3,1260,2920 -"156748",45983,14654,3,1260,1692 -"156749",45983,16776,3,1260,1565 -"156750",45983,22652,3,1260,1544 -"156751",45983,24086,3,1260,2663 -"156752",45983,31541,3,1260,1500 -"156753",45983,37752,3,1260,2223 -"156754",45983,39211,1,1260,1908 -"156755",45983,43226,3,1260,2442 -"156756",45983,48110,3,1260,2009 -"156757",45983,57394,3,1260,1271 -"156758",45983,58508,3,1260,2326 -"156759",45983,59039,3,1260,2870 -"156760",45983,69077,3,1260,1689 -"156761",45983,69335,3,1260,2698 -"156762",45983,80301,3,1260,1690 -"156763",45983,82226,3,1260,1619 -"156764",45983,87362,3,1260,2902 -"156765",45992,680,3,1182,2569 -"156766",45992,841,3,1182,2964 -"156767",45992,2063,3,1182,1278 -"156768",45992,2540,3,1182,1398 -"156769",45992,3978,3,1182,2775 -"156770",45992,4303,2,1182,2414 -"156771",45992,4983,3,1182,1909 -"156772",45992,5568,3,1182,1290 -"156773",45992,6989,3,1182,2623 -"156774",45992,9703,3,1182,1845 -"156775",45992,10870,3,1182,1755 -"156776",45992,11639,3,1182,1593 -"156777",45992,11648,3,1182,2852 -"156778",45992,15095,3,1182,2001 -"156779",45992,17645,3,1182,1918 -"156780",45992,18005,2,1182,2449 -"156781",45992,18165,3,1182,2085 -"156782",45992,23131,3,1182,1732 -"156783",45992,29930,3,1182,2240 -"156784",45992,34094,3,1182,1360 -"156785",45992,36953,3,1182,2790 -"156786",45992,40028,3,1182,1349 -"156787",45992,41723,3,1182,2101 -"156788",45992,45729,3,1182,2606 -"156789",45992,46486,3,1182,1868 -"156790",45992,50585,3,1182,2414 -"156791",45992,52815,2,1182,2323 -"156792",45992,53289,3,1182,2746 -"156793",45992,55482,3,1182,1866 -"156794",45992,56082,3,1182,2395 -"156795",45992,57082,3,1182,1418 -"156796",45992,57209,3,1182,1719 -"156797",45992,64947,3,1182,2489 -"156798",45992,66693,3,1182,2554 -"156799",45992,71531,3,1182,2887 -"156800",45992,76286,3,1182,1642 -"156801",45992,78740,2,1182,1515 -"156802",45992,82767,3,1182,1641 -"156803",46039,313,3,1794,2271 -"156804",46039,362,3,1794,2537 -"156805",46039,377,3,1794,2389 -"156806",46039,499,3,1794,1931 -"156807",46039,543,3,1794,2203 -"156808",46039,1151,3,1794,2885 -"156809",46039,1321,3,1794,2075 -"156810",46039,1495,1,1794,2046 -"156811",46039,1616,2,1794,2662 -"156812",46039,1777,3,1794,1965 -"156813",46039,2036,2,1794,2483 -"156814",46039,2484,3,1794,2389 -"156815",46039,2766,2,1794,1920 -"156816",46039,3161,3,1794,2229 -"156817",46039,3853,1,1794,2465 -"156818",46039,4057,3,1794,2389 -"156819",46039,4763,2,1794,1960 -"156820",46039,5078,3,1794,2033 -"156821",46039,5457,3,1794,2077 -"156822",46039,5462,3,1794,2374 -"156823",46039,5504,3,1794,2389 -"156824",46039,5622,3,1794,2175 -"156825",46039,7078,3,1794,2344 -"156826",46039,7323,3,1794,2858 -"156827",46039,8760,3,1794,2477 -"156828",46039,10857,3,1794,2253 -"156829",46039,10874,1,1794,1891 -"156830",46039,14709,3,1794,1901 -"156831",46039,15184,2,1794,2396 -"156832",46039,15626,3,1794,2434 -"156833",46039,17520,3,1794,2276 -"156834",46039,19027,2,1794,2721 -"156835",46039,19528,3,1794,2742 -"156836",46039,19606,3,1794,2783 -"156837",46039,20700,3,1794,2861 -"156838",46039,21795,3,1794,2653 -"156839",46039,23508,3,1794,1907 -"156840",46039,23641,3,1794,1934 -"156841",46039,25198,3,1794,1982 -"156842",46039,26359,3,1794,2535 -"156843",46039,26608,3,1794,2329 -"156844",46039,27478,3,1794,2485 -"156845",46039,28218,3,1794,2048 -"156846",46039,30981,3,1794,2366 -"156847",46039,31799,2,1794,2547 -"156848",46039,32516,2,1794,2050 -"156849",46039,34327,3,1794,2959 -"156850",46039,35256,3,1794,2271 -"156851",46039,38921,3,1794,1880 -"156852",46039,47098,3,1794,2057 -"156853",46039,49277,3,1794,1928 -"156854",46039,50252,2,1794,2001 -"156855",46039,51853,3,1794,2520 -"156856",46039,53031,3,1794,2065 -"156857",46039,53293,3,1794,2916 -"156858",46039,54551,3,1794,2348 -"156859",46039,59205,1,1794,2387 -"156860",46039,65029,3,1794,2954 -"156861",46039,66124,3,1794,2174 -"156862",46039,86799,3,1794,1951 -"156863",46040,380,3,2105,2261 -"156864",46040,913,3,2105,2144 -"156865",46040,997,3,2105,2788 -"156866",46040,1315,3,2105,2760 -"156867",46040,1831,3,2105,2397 -"156868",46040,2224,3,2105,2751 -"156869",46040,2424,3,2105,2582 -"156870",46040,3305,3,2105,2839 -"156871",46040,5239,3,2105,2875 -"156872",46040,5462,3,2105,2374 -"156873",46040,5504,3,2105,2389 -"156874",46040,6491,3,2105,2424 -"156875",46040,7984,2,2105,2493 -"156876",46040,9272,3,2105,2835 -"156877",46040,9362,1,2105,2879 -"156878",46040,11477,3,2105,2724 -"156879",46040,12901,1,2105,2136 -"156880",46040,12982,2,2105,2143 -"156881",46040,13324,3,2105,2163 -"156882",46040,13780,2,2105,2412 -"156883",46040,14652,3,2105,2516 -"156884",46040,14655,3,2105,2559 -"156885",46040,16826,3,2105,2599 -"156886",46040,17520,3,2105,2276 -"156887",46040,21693,3,2105,2176 -"156888",46040,21719,3,2105,2708 -"156889",46040,21872,3,2105,2458 -"156890",46040,23312,3,2105,2449 -"156891",46040,27427,3,2105,2325 -"156892",46040,27908,3,2105,2576 -"156893",46040,29004,3,2105,2596 -"156894",46040,30747,2,2105,2455 -"156895",46040,31235,3,2105,2668 -"156896",46040,33949,2,2105,2489 -"156897",46040,34158,3,2105,2639 -"156898",46040,36087,3,2105,2755 -"156899",46040,40295,3,2105,2703 -"156900",46040,42522,3,2105,2592 -"156901",46040,44654,3,2105,2916 -"156902",46040,48289,3,2105,2209 -"156903",46040,51089,3,2105,2426 -"156904",46040,52969,3,2105,2302 -"156905",46040,53604,3,2105,2489 -"156906",46040,70046,3,2105,2624 -"156907",46040,70203,3,2105,2756 -"156908",46040,78150,3,2105,2581 -"156909",46040,92513,3,2105,2282 -"156910",46040,92757,3,2105,2615 -"156911",46042,145,3,1692,1998 -"156912",46042,160,2,1692,2007 -"156913",46042,316,3,1692,2413 -"156914",46042,341,3,1692,2689 -"156915",46042,457,3,1692,1704 -"156916",46042,3978,3,1692,2775 -"156917",46042,4929,3,1692,2240 -"156918",46042,6449,3,1692,1997 -"156919",46042,6821,3,1692,1788 -"156920",46042,8238,3,1692,2222 -"156921",46042,8842,3,1692,2535 -"156922",46042,9175,3,1692,2639 -"156923",46042,9331,2,1692,2269 -"156924",46042,9423,2,1692,1708 -"156925",46042,12081,3,1692,2166 -"156926",46042,12388,3,1692,1975 -"156927",46042,12729,3,1692,1835 -"156928",46042,13200,3,1692,2488 -"156929",46042,13388,3,1692,2119 -"156930",46042,14325,3,1692,1976 -"156931",46042,14918,2,1692,2071 -"156932",46042,15444,3,1692,2764 -"156933",46042,17221,3,1692,2487 -"156934",46042,17351,1,1692,2036 -"156935",46042,17549,3,1692,2647 -"156936",46042,17632,2,1692,1947 -"156937",46042,18165,3,1692,2085 -"156938",46042,18670,3,1692,1835 -"156939",46042,19208,3,1692,2629 -"156940",46042,19605,3,1692,2395 -"156941",46042,20331,3,1692,2365 -"156942",46042,21079,3,1692,1997 -"156943",46042,21734,3,1692,2528 -"156944",46042,24558,2,1692,2139 -"156945",46042,26671,3,1692,2279 -"156946",46042,27379,3,1692,2461 -"156947",46042,31117,3,1692,2210 -"156948",46042,32775,2,1692,2135 -"156949",46042,34120,2,1692,2786 -"156950",46042,34659,3,1692,1924 -"156951",46042,38307,3,1692,2648 -"156952",46042,41682,3,1692,1988 -"156953",46042,41900,2,1692,1970 -"156954",46042,41945,2,1692,2856 -"156955",46042,43455,3,1692,2846 -"156956",46042,44688,2,1692,2924 -"156957",46042,46446,3,1692,2295 -"156958",46042,47564,3,1692,2650 -"156959",46042,50134,3,1692,2674 -"156960",46042,50480,3,1692,2701 -"156961",46042,57405,3,1692,2344 -"156962",46042,70573,3,1692,1993 -"156963",46042,77611,3,1692,1795 -"156964",46043,160,3,1358,2007 -"156965",46043,341,2,1358,2689 -"156966",46043,457,3,1358,1704 -"156967",46043,841,3,1358,2964 -"156968",46043,952,2,1358,1991 -"156969",46043,5392,3,1358,1648 -"156970",46043,7029,3,1358,2204 -"156971",46043,9331,3,1358,2269 -"156972",46043,9423,3,1358,1708 -"156973",46043,10310,2,1358,2774 -"156974",46043,11493,2,1358,2077 -"156975",46043,12371,2,1358,1569 -"156976",46043,12388,3,1358,1975 -"156977",46043,14287,3,1358,1583 -"156978",46043,15444,3,1358,2764 -"156979",46043,17351,2,1358,2036 -"156980",46043,17632,3,1358,1947 -"156981",46043,17938,3,1358,1410 -"156982",46043,18165,3,1358,2085 -"156983",46043,19208,3,1358,2629 -"156984",46043,20331,2,1358,2365 -"156985",46043,20730,3,1358,2243 -"156986",46043,21248,3,1358,2232 -"156987",46043,22893,3,1358,1938 -"156988",46043,23006,2,1358,1532 -"156989",46043,27642,3,1358,1531 -"156990",46043,28571,3,1358,1556 -"156991",46043,28640,3,1358,1475 -"156992",46043,29930,3,1358,2240 -"156993",46043,31331,3,1358,2964 -"156994",46043,33184,3,1358,2522 -"156995",46043,36441,3,1358,2796 -"156996",46043,41682,3,1358,1988 -"156997",46043,41770,2,1358,2752 -"156998",46043,41900,3,1358,1970 -"156999",46043,41945,3,1358,2856 -"157000",46043,42390,3,1358,2937 -"157001",46043,42799,3,1358,2729 -"157002",46043,44688,3,1358,2924 -"157003",46043,44894,2,1358,2048 -"157004",46043,46042,3,1358,1692 -"157005",46043,47789,3,1358,1583 -"157006",46043,62870,2,1358,1568 -"157007",46043,74818,3,1358,1440 -"157008",46043,80944,2,1358,2300 -"157009",46043,86883,3,1358,1623 -"157010",46043,90065,3,1358,1418 -"157011",46043,117956,3,1358,2774 -"157012",46049,1624,3,2102,2687 -"157013",46049,1785,2,2102,2350 -"157014",46049,6747,3,2102,2913 -"157015",46049,10119,3,2102,2374 -"157016",46049,24949,3,2102,2120 -"157017",46049,25330,3,2102,2370 -"157018",46049,28970,3,2102,2111 -"157019",46049,54488,3,2102,2357 -"157020",46049,64628,3,2102,2829 -"157021",46060,16776,3,861,1565 -"157022",46060,20176,3,861,1050 -"157023",46060,30865,2,861,2038 -"157024",46060,41077,3,861,864 -"157025",46060,46570,3,861,1707 -"157026",46060,75282,3,861,2675 -"157027",46091,270,3,1938,2542 -"157028",46091,380,3,1938,2261 -"157029",46091,543,3,1938,2203 -"157030",46091,1102,2,1938,2282 -"157031",46091,1196,3,1938,1986 -"157032",46091,1691,3,1938,1941 -"157033",46091,2181,3,1938,2030 -"157034",46091,2424,3,1938,2582 -"157035",46091,2572,2,1938,2273 -"157036",46091,3477,3,1938,2546 -"157037",46091,3801,2,1938,1974 -"157038",46091,4953,3,1938,2285 -"157039",46091,5235,3,1938,2324 -"157040",46091,5462,3,1938,2374 -"157041",46091,5580,3,1938,2111 -"157042",46091,6052,3,1938,1985 -"157043",46091,6063,3,1938,2349 -"157044",46091,6074,2,1938,2426 -"157045",46091,8327,3,1938,2527 -"157046",46091,8762,3,1938,2585 -"157047",46091,9184,3,1938,2670 -"157048",46091,9654,3,1938,2111 -"157049",46091,10358,3,1938,2294 -"157050",46091,10513,2,1938,2284 -"157051",46091,11218,3,1938,2292 -"157052",46091,12042,3,1938,2345 -"157053",46091,13601,3,1938,2689 -"157054",46091,13780,3,1938,2412 -"157055",46091,14252,2,1938,2244 -"157056",46091,14834,3,1938,2739 -"157057",46091,15381,3,1938,2289 -"157058",46091,16535,3,1938,1993 -"157059",46091,17365,2,1938,2746 -"157060",46091,17790,3,1938,2783 -"157061",46091,19862,3,1938,2412 -"157062",46091,20657,3,1938,2340 -"157063",46091,21138,3,1938,2849 -"157064",46091,21682,3,1938,2414 -"157065",46091,21929,2,1938,2062 -"157066",46091,23745,3,1938,1968 -"157067",46091,24060,2,1938,2349 -"157068",46091,24253,3,1938,2213 -"157069",46091,24721,1,1938,2326 -"157070",46091,25480,3,1938,2747 -"157071",46091,25610,3,1938,2328 -"157072",46091,27478,3,1938,2485 -"157073",46091,31799,3,1938,2547 -"157074",46091,33223,3,1938,2397 -"157075",46091,33433,3,1938,2805 -"157076",46091,33475,2,1938,2367 -"157077",46091,33981,3,1938,1993 -"157078",46091,35888,2,1938,2291 -"157079",46091,37059,3,1938,2840 -"157080",46091,38307,3,1938,2648 -"157081",46091,40493,2,1938,1981 -"157082",46091,40756,3,1938,2329 -"157083",46091,41023,3,1938,2408 -"157084",46091,41682,3,1938,1988 -"157085",46091,41945,3,1938,2856 -"157086",46091,42129,3,1938,2318 -"157087",46091,42216,3,1938,2722 -"157088",46091,43455,2,1938,2846 -"157089",46091,43796,3,1938,2476 -"157090",46091,44768,2,1938,2516 -"157091",46091,45302,2,1938,2390 -"157092",46091,46629,3,1938,2255 -"157093",46091,47248,3,1938,2883 -"157094",46091,49110,3,1938,2938 -"157095",46091,50134,3,1938,2674 -"157096",46091,51017,2,1938,2073 -"157097",46091,51035,3,1938,2397 -"157098",46091,51089,3,1938,2426 -"157099",46091,51866,1,1938,2411 -"157100",46091,52570,2,1938,2645 -"157101",46091,53031,3,1938,2065 -"157102",46091,53219,3,1938,2973 -"157103",46091,53342,3,1938,2071 -"157104",46091,54879,2,1938,2210 -"157105",46091,57977,3,1938,2683 -"157106",46091,61982,3,1938,2725 -"157107",46091,66992,3,1938,2882 -"157108",46091,67145,3,1938,2015 -"157109",46091,73197,2,1938,1998 -"157110",46091,80825,3,1938,2315 -"157111",46091,92513,3,1938,2282 -"157112",46099,1782,3,2360,2796 -"157113",46099,5350,3,2360,2522 -"157114",46099,20941,3,2360,2725 -"157115",46099,32766,3,2360,2385 -"157116",46099,34498,3,2360,2383 -"157117",46111,1127,3,871,1188 -"157118",46111,1130,3,871,1566 -"157119",46111,2269,2,871,984 -"157120",46111,2325,3,871,1641 -"157121",46111,2754,3,871,1360 -"157122",46111,3777,3,871,1798 -"157123",46111,3886,3,871,1669 -"157124",46111,3966,3,871,2425 -"157125",46111,6044,3,871,2744 -"157126",46111,7861,3,871,1647 -"157127",46111,10513,3,871,2284 -"157128",46111,11540,3,871,1237 -"157129",46111,17943,3,871,1943 -"157130",46111,18502,3,871,1033 -"157131",46111,21138,3,871,2849 -"157132",46111,26080,3,871,2525 -"157133",46111,26282,3,871,1241 -"157134",46111,34509,3,871,1973 -"157135",46111,38055,2,871,1089 -"157136",46111,41972,3,871,2509 -"157137",46111,47248,1,871,2883 -"157138",46111,51017,2,871,2073 -"157139",46111,51035,3,871,2397 -"157140",46111,63547,2,871,1023 -"157141",46111,64181,3,871,1828 -"157142",46111,70605,3,871,1176 -"157143",46111,90802,3,871,877 -"157144",46111,101395,3,871,891 -"157145",46119,2226,3,2084,2225 -"157146",46119,4660,3,2084,2149 -"157147",46119,26734,3,2084,2299 -"157148",46119,32202,1,2084,2314 -"157149",46119,63641,3,2084,2337 -"157150",46119,66717,3,2084,2104 -"157151",46164,1224,3,445,2435 -"157152",46164,1386,3,445,1901 -"157153",46164,1777,3,445,1965 -"157154",46164,3830,3,445,1661 -"157155",46164,5078,3,445,2033 -"157156",46164,5457,3,445,2077 -"157157",46164,5462,3,445,2374 -"157158",46164,5504,3,445,2389 -"157159",46164,8286,3,445,886 -"157160",46164,9030,3,445,1979 -"157161",46164,15343,3,445,2125 -"157162",46164,16029,3,445,1160 -"157163",46164,16164,3,445,1184 -"157164",46164,17021,3,445,1226 -"157165",46164,18151,3,445,2962 -"157166",46164,19637,3,445,1229 -"157167",46164,20659,3,445,1969 -"157168",46164,21225,3,445,1945 -"157169",46164,21417,3,445,2422 -"157170",46164,21693,3,445,2176 -"157171",46164,21795,3,445,2653 -"157172",46164,22326,3,445,2818 -"157173",46164,22362,3,445,1836 -"157174",46164,24362,3,445,1287 -"157175",46164,30081,3,445,2403 -"157176",46164,36962,3,445,2861 -"157177",46164,37333,3,445,1612 -"157178",46164,41278,3,445,1873 -"157179",46164,42814,3,445,1149 -"157180",46164,43839,3,445,1685 -"157181",46164,44160,3,445,859 -"157182",46164,44729,2,445,588 -"157183",46164,45727,3,445,477 -"157184",46164,49741,3,445,839 -"157185",46164,49998,2,445,2761 -"157186",46164,55025,3,445,470 -"157187",46164,56082,3,445,2395 -"157188",46164,70046,3,445,2624 -"157189",46164,73266,3,445,2496 -"157190",46164,79088,3,445,1369 -"157191",46164,81239,3,445,547 -"157192",46164,82735,3,445,829 -"157193",46164,89965,3,445,810 -"157194",46164,90837,3,445,825 -"157195",46164,100134,3,445,977 -"157196",46182,270,3,1613,2542 -"157197",46182,3878,3,1613,1890 -"157198",46182,5971,3,1613,1985 -"157199",46182,6044,2,1613,2744 -"157200",46182,6718,3,1613,2138 -"157201",46182,7515,3,1613,2737 -"157202",46182,9432,2,1613,1693 -"157203",46182,11516,3,1613,1937 -"157204",46182,18394,3,1613,2356 -"157205",46182,21122,3,1613,1701 -"157206",46182,22403,3,1613,1630 -"157207",46182,24568,3,1613,1937 -"157208",46182,26080,3,1613,2525 -"157209",46182,26867,3,1613,1804 -"157210",46182,41972,3,1613,2509 -"157211",46182,42687,2,1613,1952 -"157212",46182,47248,3,1613,2883 -"157213",46182,51017,3,1613,2073 -"157214",46182,56082,3,1613,2395 -"157215",46182,63409,3,1613,1937 -"157216",46182,79804,1,1613,2227 -"157217",46182,80429,3,1613,1927 -"157218",46182,97915,3,1613,1802 -"157219",46196,270,2,1510,2542 -"157220",46196,380,3,1510,2261 -"157221",46196,449,3,1510,1950 -"157222",46196,1102,3,1510,2282 -"157223",46196,1124,2,1510,1596 -"157224",46196,1175,3,1510,1642 -"157225",46196,1315,3,1510,2760 -"157226",46196,1592,3,1510,2006 -"157227",46196,1691,3,1510,1941 -"157228",46196,2111,3,1510,1904 -"157229",46196,2195,3,1510,2139 -"157230",46196,2289,3,1510,2389 -"157231",46196,2424,3,1510,2582 -"157232",46196,2533,3,1510,2016 -"157233",46196,3139,3,1510,1656 -"157234",46196,3305,3,1510,2839 -"157235",46196,3306,3,1510,1989 -"157236",46196,3493,2,1510,2451 -"157237",46196,3966,3,1510,2425 -"157238",46196,4191,3,1510,2130 -"157239",46196,4226,3,1510,1903 -"157240",46196,4360,2,1510,1770 -"157241",46196,5072,2,1510,2175 -"157242",46196,5235,3,1510,2324 -"157243",46196,5258,3,1510,2730 -"157244",46196,5350,3,1510,2522 -"157245",46196,5622,2,1510,2175 -"157246",46196,5971,3,1510,1985 -"157247",46196,5986,3,1510,1721 -"157248",46196,6047,3,1510,2004 -"157249",46196,6222,3,1510,1949 -"157250",46196,6363,3,1510,2066 -"157251",46196,6417,3,1510,1675 -"157252",46196,6588,3,1510,2025 -"157253",46196,6718,3,1510,2138 -"157254",46196,7180,2,1510,2227 -"157255",46196,7234,2,1510,2654 -"157256",46196,7858,3,1510,1795 -"157257",46196,9311,3,1510,2477 -"157258",46196,9364,3,1510,1698 -"157259",46196,10358,3,1510,2294 -"157260",46196,10488,1,1510,1524 -"157261",46196,10857,2,1510,2253 -"157262",46196,10874,3,1510,1891 -"157263",46196,11218,3,1510,2292 -"157264",46196,11229,3,1510,1625 -"157265",46196,11477,3,1510,2724 -"157266",46196,12042,3,1510,2345 -"157267",46196,12375,3,1510,1873 -"157268",46196,13307,3,1510,2206 -"157269",46196,13311,3,1510,2315 -"157270",46196,14032,3,1510,2144 -"157271",46196,14108,3,1510,2012 -"157272",46196,14482,3,1510,1573 -"157273",46196,15700,3,1510,1712 -"157274",46196,16863,3,1510,2069 -"157275",46196,17400,2,1510,2231 -"157276",46196,17931,3,1510,1617 -"157277",46196,18394,2,1510,2356 -"157278",46196,18543,3,1510,2968 -"157279",46196,19622,3,1510,2371 -"157280",46196,20124,3,1510,2376 -"157281",46196,20407,3,1510,2339 -"157282",46196,21012,3,1510,2325 -"157283",46196,22362,3,1510,1836 -"157284",46196,22403,3,1510,1630 -"157285",46196,23526,3,1510,1998 -"157286",46196,23715,3,1510,1859 -"157287",46196,23725,2,1510,2378 -"157288",46196,23727,3,1510,1734 -"157289",46196,23729,2,1510,1624 -"157290",46196,23970,3,1510,1624 -"157291",46196,24066,3,1510,1755 -"157292",46196,25643,2,1510,1646 -"157293",46196,26867,3,1510,1804 -"157294",46196,30405,3,1510,2164 -"157295",46196,31093,3,1510,2160 -"157296",46196,31436,1,1510,2892 -"157297",46196,32919,3,1510,2321 -"157298",46196,33433,3,1510,2805 -"157299",46196,34480,3,1510,2755 -"157300",46196,35926,2,1510,2371 -"157301",46196,36714,2,1510,2209 -"157302",46196,37859,3,1510,1999 -"157303",46196,38213,3,1510,1744 -"157304",46196,39294,2,1510,1889 -"157305",46196,39906,3,1510,2365 -"157306",46196,40293,3,1510,1671 -"157307",46196,43213,2,1510,2160 -"157308",46196,43385,3,1510,1623 -"157309",46196,43455,3,1510,2846 -"157310",46196,43518,3,1510,2680 -"157311",46196,45684,1,1510,2200 -"157312",46196,46629,3,1510,2255 -"157313",46196,46982,3,1510,2806 -"157314",46196,47098,3,1510,2057 -"157315",46196,47857,3,1510,2325 -"157316",46196,49608,3,1510,2184 -"157317",46196,49620,3,1510,1868 -"157318",46196,50236,3,1510,2339 -"157319",46196,50785,3,1510,2877 -"157320",46196,51144,3,1510,2466 -"157321",46196,52058,3,1510,1836 -"157322",46196,52576,3,1510,2234 -"157323",46196,53134,3,1510,1590 -"157324",46196,54551,2,1510,2348 -"157325",46196,55482,3,1510,1866 -"157326",46196,56082,2,1510,2395 -"157327",46196,57246,2,1510,1873 -"157328",46196,57760,3,1510,1721 -"157329",46196,58035,3,1510,1646 -"157330",46196,58451,3,1510,1939 -"157331",46196,60280,3,1510,1918 -"157332",46196,61982,3,1510,2725 -"157333",46196,64947,3,1510,2489 -"157334",46196,67383,3,1510,1739 -"157335",46196,72207,2,1510,2430 -"157336",46196,72326,3,1510,2384 -"157337",46196,74636,3,1510,2525 -"157338",46196,75403,2,1510,1895 -"157339",46196,76048,3,1510,2373 -"157340",46196,79804,3,1510,2227 -"157341",46196,80784,3,1510,1738 -"157342",46196,86245,3,1510,1972 -"157343",46196,87837,3,1510,1987 -"157344",46196,88232,3,1510,2881 -"157345",46196,99215,3,1510,2791 -"157346",46233,180,2,1475,1593 -"157347",46233,52576,3,1475,2234 -"157348",46233,58508,3,1475,2326 -"157349",46261,364,3,2350,2351 -"157350",46261,2139,3,2350,2502 -"157351",46261,3770,1,2350,2623 -"157352",46261,10766,1,2350,2647 -"157353",46261,14915,1,2350,2606 -"157354",46261,18005,3,2350,2449 -"157355",46261,24096,1,2350,2612 -"157356",46261,27390,3,2350,2425 -"157357",46261,31335,3,2350,2351 -"157358",46261,37059,3,2350,2840 -"157359",46261,37929,3,2350,2393 -"157360",46261,40572,3,2350,2666 -"157361",46261,45729,1,2350,2606 -"157362",46261,50585,3,2350,2414 -"157363",46261,53739,3,2350,2704 -"157364",46261,56082,3,2350,2395 -"157365",46261,59039,3,2350,2870 -"157366",46261,61240,2,2350,2651 -"157367",46261,64947,3,2350,2489 -"157368",46261,73172,3,2350,2496 -"157369",46261,80812,3,2350,2357 -"157370",46261,92297,3,2350,2952 -"157371",46283,1050,3,1184,1185 -"157372",46283,1367,3,1184,2176 -"157373",46283,3164,3,1184,2693 -"157374",46283,3830,3,1184,1661 -"157375",46283,5226,3,1184,1309 -"157376",46283,5258,3,1184,2730 -"157377",46283,5315,2,1184,2631 -"157378",46283,7245,3,1184,2089 -"157379",46283,10358,3,1184,2294 -"157380",46283,11103,3,1184,2393 -"157381",46283,11966,3,1184,2385 -"157382",46283,11976,3,1184,1727 -"157383",46283,13109,2,1184,1374 -"157384",46283,13248,3,1184,1385 -"157385",46283,13573,3,1184,2774 -"157386",46283,14032,3,1184,2144 -"157387",46283,15122,3,1184,1201 -"157388",46283,18543,3,1184,2968 -"157389",46283,19858,3,1184,2357 -"157390",46283,19892,2,1184,1212 -"157391",46283,20284,3,1184,2530 -"157392",46283,20355,3,1184,2111 -"157393",46283,21401,3,1184,1440 -"157394",46283,22374,2,1184,1226 -"157395",46283,23179,3,1184,1675 -"157396",46283,24512,3,1184,1369 -"157397",46283,28168,3,1184,2702 -"157398",46283,28635,3,1184,2368 -"157399",46283,31003,2,1184,1859 -"157400",46283,31050,3,1184,1491 -"157401",46283,32567,3,1184,2784 -"157402",46283,33834,3,1184,1606 -"157403",46283,34648,1,1184,1596 -"157404",46283,36574,3,1184,2934 -"157405",46283,37108,2,1184,1202 -"157406",46283,37915,3,1184,1905 -"157407",46283,38467,3,1184,1259 -"157408",46283,40487,3,1184,2512 -"157409",46283,41278,2,1184,1873 -"157410",46283,44151,3,1184,1796 -"157411",46283,44877,3,1184,1219 -"157412",46283,45633,2,1184,2134 -"157413",46283,45903,2,1184,2237 -"157414",46283,48127,2,1184,2677 -"157415",46283,48602,1,1184,1704 -"157416",46283,49048,3,1184,1656 -"157417",46283,49144,3,1184,1542 -"157418",46283,50977,3,1184,2352 -"157419",46283,51319,3,1184,2488 -"157420",46283,53859,3,1184,1817 -"157421",46283,56903,3,1184,1584 -"157422",46283,57714,2,1184,1391 -"157423",46283,57950,3,1184,1529 -"157424",46283,61719,3,1184,1515 -"157425",46283,62488,3,1184,1418 -"157426",46283,64502,3,1184,1670 -"157427",46283,65691,3,1184,2134 -"157428",46283,67957,2,1184,2823 -"157429",46283,77001,2,1184,1440 -"157430",46283,81095,2,1184,1609 -"157431",46283,82341,3,1184,1515 -"157432",46283,83526,2,1184,1235 -"157433",46283,85356,3,1184,1492 -"157434",46283,92297,3,1184,2952 -"157435",46283,92381,3,1184,1237 -"157436",46283,96553,3,1184,1887 -"157437",46283,111165,3,1184,1256 -"157438",46299,4001,3,1132,1687 -"157439",46299,8568,3,1132,2706 -"157440",46299,8890,3,1132,1955 -"157441",46299,8984,3,1132,1162 -"157442",46299,11107,3,1132,1256 -"157443",46299,11588,3,1132,2352 -"157444",46299,12228,3,1132,2034 -"157445",46299,14711,3,1132,1714 -"157446",46299,16690,3,1132,2132 -"157447",46299,18808,3,1132,2854 -"157448",46299,27320,3,1132,2378 -"157449",46299,32560,3,1132,1258 -"157450",46299,33314,3,1132,1444 -"157451",46299,41581,3,1132,1692 -"157452",46299,45869,3,1132,2840 -"157453",46299,50229,3,1132,1190 -"157454",46299,51774,3,1132,2459 -"157455",46299,61125,3,1132,1673 -"157456",46299,68885,3,1132,2151 -"157457",46299,69214,3,1132,1354 -"157458",46299,78138,3,1132,1601 -"157459",46299,84469,3,1132,2389 -"157460",46299,88067,3,1132,2315 -"157461",46312,270,3,163,2542 -"157462",46312,854,3,163,2307 -"157463",46312,1044,2,163,880 -"157464",46312,1102,3,163,2282 -"157465",46312,1616,3,163,2662 -"157466",46312,2322,3,163,1645 -"157467",46312,2424,2,163,2582 -"157468",46312,2484,3,163,2389 -"157469",46312,2533,3,163,2016 -"157470",46312,2894,3,163,1291 -"157471",46312,3161,3,163,2229 -"157472",46312,3305,3,163,2839 -"157473",46312,4785,3,163,996 -"157474",46312,4790,3,163,1025 -"157475",46312,6052,2,163,1985 -"157476",46312,6222,3,163,1949 -"157477",46312,6363,3,163,2066 -"157478",46312,6718,3,163,2138 -"157479",46312,7992,3,163,2033 -"157480",46312,9311,2,163,2477 -"157481",46312,9979,3,163,2238 -"157482",46312,10843,3,163,2277 -"157483",46312,11006,3,163,1950 -"157484",46312,11694,3,163,1564 -"157485",46312,12778,3,163,2045 -"157486",46312,14656,3,163,584 -"157487",46312,14959,3,163,2898 -"157488",46312,15626,3,163,2434 -"157489",46312,15813,3,163,2143 -"157490",46312,16201,3,163,1811 -"157491",46312,16432,3,163,2664 -"157492",46312,16535,3,163,1993 -"157493",46312,16940,3,163,1290 -"157494",46312,17520,3,163,2276 -"157495",46312,17931,3,163,1617 -"157496",46312,18707,3,163,1143 -"157497",46312,19248,3,163,2357 -"157498",46312,19719,2,163,2177 -"157499",46312,21197,3,163,1437 -"157500",46312,21198,3,163,935 -"157501",46312,21248,3,163,2232 -"157502",46312,21285,3,163,2100 -"157503",46312,21929,3,163,2062 -"157504",46312,23729,3,163,1624 -"157505",46312,24568,3,163,1937 -"157506",46312,24853,3,163,1004 -"157507",46312,25577,3,163,1946 -"157508",46312,27694,3,163,2030 -"157509",46312,27792,3,163,1308 -"157510",46312,29095,3,163,2531 -"157511",46312,30052,3,163,2855 -"157512",46312,30906,3,163,2537 -"157513",46312,31050,3,163,1491 -"157514",46312,33241,3,163,632 -"157515",46312,33356,3,163,1586 -"157516",46312,33433,3,163,2805 -"157517",46312,33801,3,163,2899 -"157518",46312,34707,3,163,2042 -"157519",46312,35095,3,163,1502 -"157520",46312,35256,3,163,2271 -"157521",46312,38019,3,163,1870 -"157522",46312,38921,3,163,1880 -"157523",46312,43455,3,163,2846 -"157524",46312,45302,3,163,2390 -"157525",46312,46629,3,163,2255 -"157526",46312,49620,3,163,1868 -"157527",46312,50685,3,163,2008 -"157528",46312,51022,3,163,1499 -"157529",46312,52576,2,163,2234 -"157530",46312,53475,3,163,2853 -"157531",46312,55082,3,163,1856 -"157532",46312,56317,3,163,2030 -"157533",46312,57714,3,163,1391 -"157534",46312,58078,3,163,1252 -"157535",46312,58133,3,163,1484 -"157536",46312,58451,3,163,1939 -"157537",46312,58508,3,163,2326 -"157538",46312,59113,3,163,2434 -"157539",46312,59786,3,163,605 -"157540",46312,59937,3,163,885 -"157541",46312,61982,3,163,2725 -"157542",46312,62538,3,163,1656 -"157543",46312,62841,3,163,2710 -"157544",46312,63409,3,163,1937 -"157545",46312,66277,3,163,1227 -"157546",46312,69030,2,163,1249 -"157547",46312,71342,3,163,1289 -"157548",46312,71552,3,163,1573 -"157549",46312,74190,3,163,1428 -"157550",46312,74318,3,163,632 -"157551",46312,76127,3,163,910 -"157552",46312,76892,3,163,2381 -"157553",46312,78932,3,163,981 -"157554",46312,82949,3,163,2077 -"157555",46315,20407,3,2316,2339 -"157556",46315,51853,3,2316,2520 -"157557",46373,601,3,134,702 -"157558",46373,1127,3,134,1188 -"157559",46373,1130,3,134,1566 -"157560",46373,1411,3,134,771 -"157561",46373,1427,3,134,324 -"157562",46373,1428,3,134,742 -"157563",46373,1822,3,134,2888 -"157564",46373,2085,3,134,161 -"157565",46373,2269,2,134,984 -"157566",46373,2300,3,134,565 -"157567",46373,2325,3,134,1641 -"157568",46373,2731,3,134,434 -"157569",46373,2754,3,134,1360 -"157570",46373,3351,3,134,192 -"157571",46373,3477,3,134,2546 -"157572",46373,3777,3,134,1798 -"157573",46373,3886,3,134,1669 -"157574",46373,3966,3,134,2425 -"157575",46373,4253,2,134,1890 -"157576",46373,4623,3,134,1176 -"157577",46373,4953,3,134,2285 -"157578",46373,5520,3,134,217 -"157579",46373,5716,3,134,1058 -"157580",46373,5785,3,134,1261 -"157581",46373,5864,3,134,1197 -"157582",46373,5986,3,134,1721 -"157583",46373,6044,1,134,2744 -"157584",46373,6063,3,134,2349 -"157585",46373,6417,3,134,1675 -"157586",46373,7861,3,134,1647 -"157587",46373,8913,3,134,968 -"157588",46373,9432,3,134,1693 -"157589",46373,9893,3,134,2701 -"157590",46373,10358,3,134,2294 -"157591",46373,10513,3,134,2284 -"157592",46373,10523,3,134,1510 -"157593",46373,10717,3,134,1938 -"157594",46373,10875,3,134,1234 -"157595",46373,11218,3,134,2292 -"157596",46373,11477,3,134,2724 -"157597",46373,11540,3,134,1237 -"157598",46373,11576,3,134,808 -"157599",46373,12042,3,134,2345 -"157600",46373,12388,3,134,1975 -"157601",46373,12735,3,134,819 -"157602",46373,12779,3,134,936 -"157603",46373,13212,3,134,146 -"157604",46373,13248,3,134,1385 -"157605",46373,13479,3,134,2155 -"157606",46373,13801,2,134,2041 -"157607",46373,13905,3,134,452 -"157608",46373,13979,3,134,1559 -"157609",46373,14108,3,134,2012 -"157610",46373,14353,2,134,2878 -"157611",46373,14482,3,134,1573 -"157612",46373,14564,2,134,1581 -"157613",46373,15290,3,134,641 -"157614",46373,15401,3,134,1999 -"157615",46373,15444,3,134,2764 -"157616",46373,16053,3,134,908 -"157617",46373,16352,3,134,2657 -"157618",46373,16539,3,134,1947 -"157619",46373,16801,3,134,2008 -"157620",46373,17027,3,134,2772 -"157621",46373,17097,2,134,1505 -"157622",46373,17943,3,134,1943 -"157623",46373,18217,3,134,1566 -"157624",46373,19696,3,134,561 -"157625",46373,20067,3,134,2390 -"157626",46373,20124,3,134,2376 -"157627",46373,20311,3,134,1981 -"157628",46373,20643,3,134,2341 -"157629",46373,20732,3,134,2401 -"157630",46373,21029,3,134,1943 -"157631",46373,21138,3,134,2849 -"157632",46373,21754,3,134,1881 -"157633",46373,22403,1,134,1630 -"157634",46373,22462,3,134,869 -"157635",46373,23159,3,134,1548 -"157636",46373,23223,3,134,2094 -"157637",46373,23280,3,134,536 -"157638",46373,23310,3,134,2371 -"157639",46373,23726,3,134,2434 -"157640",46373,23869,3,134,1918 -"157641",46373,24756,3,134,2530 -"157642",46373,25680,3,134,1618 -"157643",46373,26080,2,134,2525 -"157644",46373,26282,3,134,1241 -"157645",46373,26737,2,134,855 -"157646",46373,27355,2,134,870 -"157647",46373,28002,2,134,914 -"157648",46373,28130,3,134,908 -"157649",46373,28131,3,134,1492 -"157650",46373,28934,3,134,870 -"157651",46373,29095,3,134,2531 -"157652",46373,29372,2,134,528 -"157653",46373,30325,3,134,1067 -"157654",46373,30883,2,134,1629 -"157655",46373,31279,3,134,965 -"157656",46373,32113,3,134,882 -"157657",46373,32820,3,134,582 -"157658",46373,32919,3,134,2321 -"157659",46373,32988,3,134,2008 -"157660",46373,33223,3,134,2397 -"157661",46373,33801,3,134,2899 -"157662",46373,34057,3,134,1657 -"157663",46373,34158,3,134,2639 -"157664",46373,34509,3,134,1973 -"157665",46373,34799,3,134,657 -"157666",46373,37934,3,134,1595 -"157667",46373,38055,3,134,1089 -"157668",46373,38219,3,134,1689 -"157669",46373,38457,3,134,1630 -"157670",46373,39563,3,134,486 -"157671",46373,40542,3,134,1664 -"157672",46373,40646,3,134,1583 -"157673",46373,41108,3,134,1624 -"157674",46373,41972,1,134,2509 -"157675",46373,42687,3,134,1952 -"157676",46373,43479,2,134,2178 -"157677",46373,46111,3,134,871 -"157678",46373,46182,2,134,1613 -"157679",46373,47082,3,134,1990 -"157680",46373,47248,2,134,2883 -"157681",46373,47895,3,134,2328 -"157682",46373,48258,3,134,755 -"157683",46373,48435,3,134,528 -"157684",46373,49084,3,134,168 -"157685",46373,49110,3,134,2938 -"157686",46373,49414,3,134,1667 -"157687",46373,50487,3,134,744 -"157688",46373,51017,2,134,2073 -"157689",46373,51035,3,134,2397 -"157690",46373,51470,3,134,399 -"157691",46373,51953,3,134,551 -"157692",46373,52261,3,134,2162 -"157693",46373,54761,2,134,1267 -"157694",46373,57150,2,134,1196 -"157695",46373,57760,2,134,1721 -"157696",46373,59646,3,134,456 -"157697",46373,63442,3,134,1965 -"157698",46373,63547,2,134,1023 -"157699",46373,64181,3,134,1828 -"157700",46373,65155,3,134,1947 -"157701",46373,65522,3,134,1572 -"157702",46373,67607,3,134,528 -"157703",46373,69260,3,134,1698 -"157704",46373,70232,3,134,2401 -"157705",46373,70605,3,134,1176 -"157706",46373,74730,3,134,535 -"157707",46373,74731,3,134,853 -"157708",46373,76603,2,134,1300 -"157709",46373,79804,2,134,2227 -"157710",46373,85329,3,134,738 -"157711",46373,87692,3,134,775 -"157712",46373,87720,3,134,2086 -"157713",46373,90378,3,134,890 -"157714",46373,90802,3,134,877 -"157715",46373,91571,3,134,923 -"157716",46373,92508,3,134,1374 -"157717",46373,95846,3,134,1324 -"157718",46373,96911,3,134,956 -"157719",46373,97160,3,134,1215 -"157720",46373,100140,3,134,1041 -"157721",46373,100670,3,134,525 -"157722",46373,101295,3,134,2165 -"157723",46373,101395,3,134,891 -"157724",46373,106865,3,134,830 -"157725",46373,109635,3,134,1925 -"157726",46373,115622,3,134,1895 -"157727",46373,117956,3,134,2774 -"157728",46384,4612,3,2285,2804 -"157729",46384,9504,3,2285,2549 -"157730",46384,9787,2,2285,2858 -"157731",46384,16286,3,2285,2470 -"157732",46384,27914,3,2285,2507 -"157733",46384,28869,3,2285,2425 -"157734",46384,37059,2,2285,2840 -"157735",46384,37060,3,2285,2840 -"157736",46384,40572,3,2285,2666 -"157737",46384,44603,3,2285,2748 -"157738",46384,54775,3,2285,2383 -"157739",46384,56995,3,2285,2323 -"157740",46384,58655,3,2285,2685 -"157741",46384,59788,2,2285,2315 -"157742",46384,63641,3,2285,2337 -"157743",46384,67908,3,2285,2385 -"157744",46384,70070,3,2285,2425 -"157745",46385,1692,3,2225,2443 -"157746",46385,4953,3,2225,2285 -"157747",46385,11067,2,2225,2734 -"157748",46385,15381,2,2225,2289 -"157749",46385,15821,3,2225,2456 -"157750",46385,23471,2,2225,2488 -"157751",46385,23725,3,2225,2378 -"157752",46385,26765,3,2225,2790 -"157753",46385,29319,3,2225,2314 -"157754",46385,31131,3,2225,2810 -"157755",46385,32339,3,2225,2430 -"157756",46385,32939,3,2225,2277 -"157757",46385,36120,3,2225,2971 -"157758",46385,36506,3,2225,2638 -"157759",46385,46951,3,2225,2429 -"157760",46385,47534,3,2225,2712 -"157761",46385,53530,2,2225,2380 -"157762",46385,75607,3,2225,2245 -"157763",46391,4191,2,1779,2130 -"157764",46391,4618,3,1779,2607 -"157765",46391,7245,3,1779,2089 -"157766",46391,28892,3,1779,2023 -"157767",46391,51410,3,1779,2739 -"157768",46446,3978,3,2295,2775 -"157769",46446,3980,3,2295,2771 -"157770",46446,8842,3,2295,2535 -"157771",46446,13158,3,2295,2667 -"157772",46446,17549,3,2295,2647 -"157773",46446,20331,3,2295,2365 -"157774",46446,21734,3,2295,2528 -"157775",46446,30827,3,2295,2323 -"157776",46446,34120,3,2295,2786 -"157777",46446,38307,3,2295,2648 -"157778",46446,41945,2,2295,2856 -"157779",46446,42216,3,2295,2722 -"157780",46446,43404,3,2295,2649 -"157781",46446,43455,3,2295,2846 -"157782",46446,44688,3,2295,2924 -"157783",46469,14,3,759,1793 -"157784",46469,134,3,759,2062 -"157785",46469,145,3,759,1998 -"157786",46469,270,3,759,2542 -"157787",46469,360,1,759,1671 -"157788",46469,380,3,759,2261 -"157789",46469,675,3,759,1686 -"157790",46469,913,3,759,2144 -"157791",46469,1136,3,759,2536 -"157792",46469,1364,3,759,859 -"157793",46469,1592,3,759,2006 -"157794",46469,1691,3,759,1941 -"157795",46469,2576,3,759,1307 -"157796",46469,2625,2,759,2152 -"157797",46469,3583,2,759,818 -"157798",46469,4226,3,759,1903 -"157799",46469,4687,3,759,2152 -"157800",46469,5235,3,759,2324 -"157801",46469,5258,3,759,2730 -"157802",46469,6390,2,759,2385 -"157803",46469,6428,3,759,1952 -"157804",46469,6491,2,759,2424 -"157805",46469,7672,3,759,1974 -"157806",46469,8011,2,759,889 -"157807",46469,8274,3,759,1909 -"157808",46469,8866,3,759,1545 -"157809",46469,8888,3,759,1328 -"157810",46469,9150,3,759,2689 -"157811",46469,9362,3,759,2879 -"157812",46469,9805,3,759,1621 -"157813",46469,10488,3,759,1524 -"157814",46469,11434,3,759,1187 -"157815",46469,11516,3,759,1937 -"157816",46469,12199,1,759,1651 -"157817",46469,12432,2,759,1816 -"157818",46469,12449,3,759,2067 -"157819",46469,14652,3,759,2516 -"157820",46469,14678,3,759,799 -"157821",46469,14767,3,759,2068 -"157822",46469,16015,2,759,1307 -"157823",46469,16863,3,759,2069 -"157824",46469,17252,3,759,1258 -"157825",46469,18152,3,759,1314 -"157826",46469,18394,2,759,2356 -"157827",46469,20407,3,759,2339 -"157828",46469,21133,3,759,1320 -"157829",46469,22260,2,759,2137 -"157830",46469,22282,3,759,1418 -"157831",46469,22885,3,759,1702 -"157832",46469,23121,3,759,2108 -"157833",46469,23132,3,759,2756 -"157834",46469,24066,1,759,1755 -"157835",46469,24568,3,759,1937 -"157836",46469,25816,3,759,2088 -"157837",46469,26067,3,759,2069 -"157838",46469,26322,3,759,1018 -"157839",46469,26366,3,759,1688 -"157840",46469,27628,3,759,2389 -"157841",46469,27849,3,759,1316 -"157842",46469,28190,3,759,1634 -"157843",46469,28216,3,759,1910 -"157844",46469,30405,3,759,2164 -"157845",46469,31235,2,759,2668 -"157846",46469,31264,3,759,2335 -"157847",46469,31279,3,759,965 -"157848",46469,32064,3,759,1739 -"157849",46469,32131,3,759,1035 -"157850",46469,33588,3,759,1040 -"157851",46469,34160,3,759,1759 -"157852",46469,35045,3,759,1646 -"157853",46469,35302,3,759,1589 -"157854",46469,38259,3,759,2258 -"157855",46469,39880,3,759,1620 -"157856",46469,40369,3,759,2735 -"157857",46469,41108,3,759,1624 -"157858",46469,41174,3,759,850 -"157859",46469,43051,3,759,904 -"157860",46469,43135,3,759,1171 -"157861",46469,46621,3,759,1343 -"157862",46469,46883,3,759,1671 -"157863",46469,47435,2,759,878 -"157864",46469,47445,2,759,2668 -"157865",46469,47585,3,759,794 -"157866",46469,48274,3,759,1979 -"157867",46469,50737,3,759,959 -"157868",46469,51089,3,759,2426 -"157869",46469,51863,3,759,1395 -"157870",46469,52058,3,759,1836 -"157871",46469,52327,2,759,1472 -"157872",46469,54305,3,759,1222 -"157873",46469,54855,3,759,1525 -"157874",46469,55468,2,759,2511 -"157875",46469,57544,3,759,2443 -"157876",46469,61785,3,759,822 -"157877",46469,62602,3,759,1172 -"157878",46469,63409,3,759,1937 -"157879",46469,64181,3,759,1828 -"157880",46469,64997,2,759,2791 -"157881",46469,70455,2,759,1307 -"157882",46469,73675,3,759,887 -"157883",46469,75028,3,759,1660 -"157884",46469,75898,3,759,889 -"157885",46469,75948,3,759,1006 -"157886",46469,76127,3,759,910 -"157887",46469,76284,3,759,1237 -"157888",46469,80429,3,759,1927 -"157889",46469,81221,2,759,2285 -"157890",46469,82787,2,759,1144 -"157891",46469,85736,3,759,1601 -"157892",46469,88808,3,759,1462 -"157893",46469,91579,3,759,2510 -"157894",46469,91841,3,759,1521 -"157895",46469,92513,3,759,2282 -"157896",46469,100140,3,759,1041 -"157897",46469,107649,3,759,1573 -"157898",46486,140,3,1868,2267 -"157899",46486,364,3,1868,2351 -"157900",46486,680,3,1868,2569 -"157901",46486,841,3,1868,2964 -"157902",46486,1702,3,1868,1984 -"157903",46486,2057,3,1868,1965 -"157904",46486,2747,3,1868,2411 -"157905",46486,3127,1,1868,2273 -"157906",46486,3271,3,1868,2216 -"157907",46486,3397,3,1868,2126 -"157908",46486,3409,3,1868,2167 -"157909",46486,3453,3,1868,2126 -"157910",46486,3477,3,1868,2546 -"157911",46486,3978,2,1868,2775 -"157912",46486,4303,2,1868,2414 -"157913",46486,4660,3,1868,2149 -"157914",46486,4668,3,1868,1919 -"157915",46486,4669,3,1868,2395 -"157916",46486,4932,3,1868,2752 -"157917",46486,4983,3,1868,1909 -"157918",46486,5106,3,1868,2622 -"157919",46486,5839,3,1868,2301 -"157920",46486,5897,3,1868,2337 -"157921",46486,6063,3,1868,2349 -"157922",46486,6697,3,1868,2438 -"157923",46486,6989,2,1868,2623 -"157924",46486,7252,2,1868,2799 -"157925",46486,7355,3,1868,1928 -"157926",46486,7597,3,1868,2037 -"157927",46486,7719,3,1868,1954 -"157928",46486,7785,3,1868,2441 -"157929",46486,7937,3,1868,2044 -"157930",46486,8062,3,1868,2858 -"157931",46486,8610,3,1868,2240 -"157932",46486,8865,2,1868,2394 -"157933",46486,9272,3,1868,2835 -"157934",46486,9503,2,1868,2453 -"157935",46486,9787,2,1868,2858 -"157936",46486,10148,3,1868,2964 -"157937",46486,10336,3,1868,2271 -"157938",46486,10980,3,1868,1974 -"157939",46486,11136,2,1868,2573 -"157940",46486,11253,3,1868,2577 -"157941",46486,11538,3,1868,2288 -"157942",46486,11648,3,1868,2852 -"157943",46486,12759,3,1868,2414 -"157944",46486,12948,3,1868,2669 -"157945",46486,13290,3,1868,2824 -"157946",46486,14749,3,1868,1998 -"157947",46486,14781,3,1868,2338 -"157948",46486,14817,2,1868,2110 -"157949",46486,14887,3,1868,2158 -"157950",46486,15826,3,1868,2772 -"157951",46486,16286,3,1868,2470 -"157952",46486,16866,3,1868,2718 -"157953",46486,17033,3,1868,2771 -"157954",46486,17037,3,1868,2947 -"157955",46486,17645,2,1868,1918 -"157956",46486,18005,2,1868,2449 -"157957",46486,18165,3,1868,2085 -"157958",46486,18865,3,1868,2676 -"157959",46486,19073,3,1868,2748 -"157960",46486,19433,2,1868,2504 -"157961",46486,19934,3,1868,2888 -"157962",46486,20512,3,1868,2748 -"157963",46486,20984,3,1868,2502 -"157964",46486,21209,3,1868,2184 -"157965",46486,21281,3,1868,1922 -"157966",46486,21684,3,1868,1971 -"157967",46486,22578,3,1868,2216 -"157968",46486,23206,3,1868,2805 -"157969",46486,23498,3,1868,2398 -"157970",46486,24096,3,1868,2612 -"157971",46486,25373,3,1868,2783 -"157972",46486,27320,3,1868,2378 -"157973",46486,27390,3,1868,2425 -"157974",46486,27742,3,1868,2700 -"157975",46486,27908,2,1868,2576 -"157976",46486,27914,3,1868,2507 -"157977",46486,28869,3,1868,2425 -"157978",46486,28893,3,1868,2764 -"157979",46486,29454,3,1868,2719 -"157980",46486,29473,3,1868,2602 -"157981",46486,29930,3,1868,2240 -"157982",46486,30334,3,1868,2075 -"157983",46486,30525,3,1868,1964 -"157984",46486,30668,3,1868,2882 -"157985",46486,30669,2,1868,1921 -"157986",46486,30906,3,1868,2537 -"157987",46486,31335,3,1868,2351 -"157988",46486,31866,3,1868,2101 -"157989",46486,31868,3,1868,1993 -"157990",46486,31990,3,1868,2264 -"157991",46486,32110,3,1868,2224 -"157992",46486,32606,3,1868,2100 -"157993",46486,33223,3,1868,2397 -"157994",46486,34216,3,1868,2832 -"157995",46486,34908,3,1868,2796 -"157996",46486,36637,3,1868,2085 -"157997",46486,36912,3,1868,2469 -"157998",46486,36953,1,1868,2790 -"157999",46486,37036,3,1868,2264 -"158000",46486,37636,3,1868,2178 -"158001",46486,37752,3,1868,2223 -"158002",46486,39062,2,1868,2020 -"158003",46486,39534,2,1868,2410 -"158004",46486,40035,2,1868,2742 -"158005",46486,40392,3,1868,1878 -"158006",46486,40572,1,1868,2666 -"158007",46486,40623,3,1868,2580 -"158008",46486,41633,3,1868,1976 -"158009",46486,41723,3,1868,2101 -"158010",46486,42717,3,1868,2588 -"158011",46486,42813,1,1868,2142 -"158012",46486,43226,3,1868,2442 -"158013",46486,43660,3,1868,2320 -"158014",46486,44025,3,1868,1935 -"158015",46486,44433,3,1868,2224 -"158016",46486,44603,3,1868,2748 -"158017",46486,44694,3,1868,2220 -"158018",46486,45729,2,1868,2606 -"158019",46486,45869,3,1868,2840 -"158020",46486,46261,3,1868,2350 -"158021",46486,46532,3,1868,2005 -"158022",46486,47595,2,1868,2374 -"158023",46486,47803,3,1868,2477 -"158024",46486,48110,3,1868,2009 -"158025",46486,48377,3,1868,1927 -"158026",46486,48501,3,1868,2010 -"158027",46486,49347,3,1868,2504 -"158028",46486,50335,2,1868,1893 -"158029",46486,50585,2,1868,2414 -"158030",46486,51200,3,1868,2245 -"158031",46486,51783,3,1868,2599 -"158032",46486,52483,3,1868,2317 -"158033",46486,52815,3,1868,2323 -"158034",46486,53739,2,1868,2704 -"158035",46486,54775,3,1868,2383 -"158036",46486,55862,3,1868,2123 -"158037",46486,56082,3,1868,2395 -"158038",46486,56995,3,1868,2323 -"158039",46486,57765,3,1868,2893 -"158040",46486,58508,3,1868,2326 -"158041",46486,58521,3,1868,2950 -"158042",46486,58745,3,1868,1920 -"158043",46486,59448,3,1868,2687 -"158044",46486,59637,3,1868,2141 -"158045",46486,59776,3,1868,2493 -"158046",46486,61585,3,1868,2315 -"158047",46486,62963,3,1868,1964 -"158048",46486,63077,3,1868,2778 -"158049",46486,63395,3,1868,2334 -"158050",46486,64947,3,1868,2489 -"158051",46486,65856,3,1868,2504 -"158052",46486,66205,3,1868,2898 -"158053",46486,66717,3,1868,2104 -"158054",46486,67266,3,1868,2010 -"158055",46486,67908,3,1868,2385 -"158056",46486,68586,3,1868,2322 -"158057",46486,69232,3,1868,2130 -"158058",46486,69335,3,1868,2698 -"158059",46486,70101,3,1868,2414 -"158060",46486,71531,3,1868,2887 -"158061",46486,92850,2,1868,1971 -"158062",46486,94138,3,1868,1939 -"158063",46486,94525,3,1868,1993 -"158064",46486,98058,3,1868,1891 -"158065",46486,107383,3,1868,1918 -"158066",46501,160,3,845,2007 -"158067",46501,1641,3,845,1490 -"158068",46501,2747,3,845,2411 -"158069",46501,10638,3,845,2692 -"158070",46501,11588,3,845,2352 -"158071",46501,11728,3,845,1121 -"158072",46501,13184,2,845,977 -"158073",46501,14998,3,845,1553 -"158074",46501,15826,3,845,2772 -"158075",46501,18421,3,845,2457 -"158076",46501,19069,3,845,988 -"158077",46501,19215,3,845,2604 -"158078",46501,20155,2,845,1517 -"158079",46501,21209,3,845,2184 -"158080",46501,23131,3,845,1732 -"158081",46501,23488,3,845,1523 -"158082",46501,27008,2,845,911 -"158083",46501,27908,3,845,2576 -"158084",46501,30525,3,845,1964 -"158085",46501,30609,3,845,988 -"158086",46501,34831,3,845,1866 -"158087",46501,36136,3,845,2338 -"158088",46501,42813,3,845,2142 -"158089",46501,44433,3,845,2224 -"158090",46501,44603,3,845,2748 -"158091",46501,46486,3,845,1868 -"158092",46501,51151,3,845,1195 -"158093",46501,51879,3,845,1771 -"158094",46501,54890,3,845,877 -"158095",46501,66911,3,845,1920 -"158096",46501,73107,2,845,1918 -"158097",46501,77077,3,845,2693 -"158098",46501,82932,3,845,2245 -"158099",46501,92784,3,845,1257 -"158100",46501,92850,3,845,1971 -"158101",46501,122453,3,845,1591 -"158102",46506,1315,3,2464,2760 -"158103",46506,17264,3,2464,2528 -"158104",46506,23140,3,2464,2787 -"158105",46506,84254,2,2464,2548 -"158106",46512,1592,3,1292,2006 -"158107",46512,1691,2,1292,1941 -"158108",46512,2208,3,1292,2814 -"158109",46512,6390,3,1292,2385 -"158110",46512,10222,1,1292,2212 -"158111",46512,11477,3,1292,2724 -"158112",46512,14669,3,1292,2080 -"158113",46512,18277,3,1292,2309 -"158114",46512,20407,3,1292,2339 -"158115",46512,24198,2,1292,2217 -"158116",46512,27379,3,1292,2461 -"158117",46512,28081,3,1292,1927 -"158118",46512,28094,3,1292,1423 -"158119",46512,32503,3,1292,2020 -"158120",46512,33622,3,1292,2230 -"158121",46512,35481,3,1292,2211 -"158122",46512,36439,3,1292,2469 -"158123",46512,38333,3,1292,1365 -"158124",46512,46621,3,1292,1343 -"158125",46512,58221,3,1292,1787 -"158126",46512,61585,3,1292,2315 -"158127",46512,68789,3,1292,1929 -"158128",46512,74636,3,1292,2525 -"158129",46512,81895,3,1292,1634 -"158130",46512,88232,3,1292,2881 -"158131",46512,96000,3,1292,1789 -"158132",46520,6755,3,1776,2818 -"158133",46520,9895,3,1776,1960 -"158134",46520,14761,3,1776,2502 -"158135",46520,30368,3,1776,2487 -"158136",46520,36662,3,1776,2967 -"158137",46520,56673,3,1776,2419 -"158138",46531,916,3,1737,2718 -"158139",46531,2802,2,1737,1836 -"158140",46531,18610,3,1737,2141 -"158141",46531,94339,3,1737,2768 -"158142",46532,3477,3,2005,2546 -"158143",46532,3493,3,2005,2451 -"158144",46532,4361,3,2005,2571 -"158145",46532,6119,3,2005,2358 -"158146",46532,7997,3,2005,2049 -"158147",46532,8062,2,2005,2858 -"158148",46532,8865,3,2005,2394 -"158149",46532,10336,2,2005,2271 -"158150",46532,13079,3,2005,2547 -"158151",46532,14108,3,2005,2012 -"158152",46532,15826,3,2005,2772 -"158153",46532,16286,3,2005,2470 -"158154",46532,16310,3,2005,2796 -"158155",46532,19380,3,2005,2637 -"158156",46532,19433,3,2005,2504 -"158157",46532,25373,3,2005,2783 -"158158",46532,26695,3,2005,2340 -"158159",46532,27908,3,2005,2576 -"158160",46532,32311,3,2005,2396 -"158161",46532,32939,3,2005,2277 -"158162",46532,34216,3,2005,2832 -"158163",46532,37036,3,2005,2264 -"158164",46532,38259,3,2005,2258 -"158165",46532,38602,3,2005,2693 -"158166",46532,39062,3,2005,2020 -"158167",46532,43593,3,2005,2704 -"158168",46532,52483,3,2005,2317 -"158169",46532,57804,3,2005,2214 -"158170",46532,60879,3,2005,2792 -"158171",46532,63837,3,2005,2807 -"158172",46532,64947,3,2005,2489 -"158173",46532,64967,3,2005,2872 -"158174",46532,69232,3,2005,2130 -"158175",46532,72728,3,2005,2234 -"158176",46532,82932,3,2005,2245 -"158177",46568,1222,2,822,2598 -"158178",46568,1455,3,822,1262 -"158179",46568,1708,3,822,1591 -"158180",46568,1785,3,822,2350 -"158181",46568,2272,2,822,1640 -"158182",46568,2443,1,822,2333 -"158183",46568,2802,2,822,1836 -"158184",46568,3324,2,822,1198 -"158185",46568,3477,3,822,2546 -"158186",46568,5414,2,822,2321 -"158187",46568,6063,3,822,2349 -"158188",46568,6262,2,822,2733 -"158189",46568,6295,2,822,856 -"158190",46568,6432,3,822,2297 -"158191",46568,6755,3,822,2818 -"158192",46568,7604,3,822,1366 -"158193",46568,7847,3,822,2424 -"158194",46568,9269,2,822,1892 -"158195",46568,9895,3,822,1960 -"158196",46568,9910,2,822,2526 -"158197",46568,9948,2,822,2019 -"158198",46568,10146,3,822,1878 -"158199",46568,10279,3,822,886 -"158200",46568,11897,2,822,1271 -"158201",46568,12116,3,822,2119 -"158202",46568,12632,3,822,1174 -"158203",46568,12779,3,822,936 -"158204",46568,12914,2,822,1557 -"158205",46568,13150,3,822,1570 -"158206",46568,13671,3,822,1371 -"158207",46568,14212,3,822,857 -"158208",46568,14470,3,822,2632 -"158209",46568,15047,2,822,1697 -"158210",46568,16347,3,822,1868 -"158211",46568,16590,3,822,1123 -"158212",46568,17884,3,822,1677 -"158213",46568,17999,3,822,2758 -"158214",46568,18217,3,822,1566 -"158215",46568,18466,2,822,2340 -"158216",46568,18610,3,822,2141 -"158217",46568,19002,3,822,2053 -"158218",46568,19190,2,822,2677 -"158219",46568,19358,1,822,880 -"158220",46568,20604,2,822,1684 -"158221",46568,20695,2,822,2526 -"158222",46568,21044,3,822,1574 -"158223",46568,21290,3,822,894 -"158224",46568,22410,3,822,2158 -"158225",46568,22462,3,822,869 -"158226",46568,22682,3,822,2035 -"158227",46568,24044,3,822,1076 -"158228",46568,24421,3,822,1324 -"158229",46568,25033,3,822,929 -"158230",46568,26138,3,822,1902 -"158231",46568,26698,3,822,1963 -"158232",46568,26740,3,822,2695 -"158233",46568,27512,2,822,947 -"158234",46568,30697,2,822,2891 -"158235",46568,31264,3,822,2335 -"158236",46568,31705,3,822,2706 -"158237",46568,32070,1,822,950 -"158238",46568,32939,3,822,2277 -"158239",46568,32966,2,822,1583 -"158240",46568,33223,3,822,2397 -"158241",46568,33278,3,822,1591 -"158242",46568,34331,3,822,1727 -"158243",46568,36215,3,822,1623 -"158244",46568,36662,3,822,2967 -"158245",46568,37332,3,822,1891 -"158246",46568,38274,3,822,1181 -"158247",46568,38697,2,822,2701 -"158248",46568,40542,3,822,1664 -"158249",46568,41098,3,822,1857 -"158250",46568,42259,3,822,1235 -"158251",46568,42280,3,822,2266 -"158252",46568,43311,3,822,1553 -"158253",46568,43768,3,822,1468 -"158254",46568,44744,3,822,2032 -"158255",46568,45585,3,822,2384 -"158256",46568,46581,3,822,1160 -"158257",46568,46616,3,822,1917 -"158258",46568,48931,3,822,2444 -"158259",46568,49403,2,822,2427 -"158260",46568,49708,3,822,1147 -"158261",46568,51678,2,822,1077 -"158262",46568,53020,3,822,2747 -"158263",46568,53082,2,822,2328 -"158264",46568,53648,3,822,2167 -"158265",46568,54061,3,822,1488 -"158266",46568,55261,3,822,1915 -"158267",46568,56152,3,822,1487 -"158268",46568,56168,1,822,1466 -"158269",46568,56364,2,822,1626 -"158270",46568,57037,3,822,2293 -"158271",46568,57804,3,822,2214 -"158272",46568,63525,3,822,2741 -"158273",46568,66017,2,822,1545 -"158274",46568,66756,3,822,1301 -"158275",46568,69453,3,822,2831 -"158276",46568,76796,2,822,1140 -"158277",46568,76997,2,822,2223 -"158278",46568,77550,3,822,1548 -"158279",46568,79772,2,822,1230 -"158280",46568,79793,2,822,1915 -"158281",46568,79874,3,822,1570 -"158282",46568,80801,3,822,1250 -"158283",46568,82917,3,822,2371 -"158284",46568,83334,1,822,1708 -"158285",46568,84591,3,822,1685 -"158286",46568,85926,3,822,907 -"158287",46568,87915,2,822,1152 -"158288",46568,90633,2,822,990 -"158289",46568,92630,3,822,1583 -"158290",46568,94339,2,822,2768 -"158291",46568,97706,3,822,1121 -"158292",46568,99194,3,822,1271 -"158293",46568,101381,2,822,977 -"158294",46568,101666,3,822,1257 -"158295",46568,106330,3,822,2559 -"158296",46568,107435,3,822,1635 -"158297",46570,2452,3,1707,1715 -"158298",46570,24176,3,1707,1986 -"158299",46570,30865,3,1707,2038 -"158300",46570,38373,3,1707,1928 -"158301",46570,67815,3,1707,2476 -"158302",46570,68229,3,1707,2219 -"158303",46570,74474,3,1707,2338 -"158304",46570,102566,3,1707,2207 -"158305",46580,51055,2,2346,2558 -"158306",46581,1023,2,1160,2515 -"158307",46581,1063,1,1160,2515 -"158308",46581,1222,3,1160,2598 -"158309",46581,3324,3,1160,1198 -"158310",46581,6262,3,1160,2733 -"158311",46581,8525,3,1160,1787 -"158312",46581,9808,3,1160,1648 -"158313",46581,14623,3,1160,2043 -"158314",46581,16067,3,1160,2727 -"158315",46581,18610,3,1160,2141 -"158316",46581,19383,3,1160,1200 -"158317",46581,23302,3,1160,2677 -"158318",46581,24610,3,1160,2733 -"158319",46581,26138,3,1160,1902 -"158320",46581,29276,3,1160,2000 -"158321",46581,30317,3,1160,2431 -"158322",46581,33363,2,1160,2475 -"158323",46581,39211,2,1160,1908 -"158324",46581,45983,3,1160,1260 -"158325",46581,56168,3,1160,1466 -"158326",46581,62498,3,1160,1698 -"158327",46581,79772,3,1160,1230 -"158328",46581,79793,3,1160,1915 -"158329",46584,41607,3,1972,2802 -"158330",46596,671,3,1942,2328 -"158331",46596,2195,3,1942,2139 -"158332",46596,8865,3,1942,2394 -"158333",46596,9175,3,1942,2639 -"158334",46596,10148,3,1942,2964 -"158335",46596,15560,2,1942,2257 -"158336",46596,15813,3,1942,2143 -"158337",46596,19334,3,1942,1979 -"158338",46596,19516,3,1942,2313 -"158339",46596,21012,3,1942,2325 -"158340",46596,24146,3,1942,2003 -"158341",46596,25577,3,1942,1946 -"158342",46596,29073,3,1942,2328 -"158343",46596,29295,3,1942,2043 -"158344",46596,29917,3,1942,1962 -"158345",46596,30081,3,1942,2403 -"158346",46596,30906,3,1942,2537 -"158347",46596,31307,3,1942,2139 -"158348",46596,34509,3,1942,1973 -"158349",46596,35815,3,1942,2789 -"158350",46596,36031,3,1942,2342 -"158351",46596,36962,3,1942,2861 -"158352",46596,41402,2,1942,2313 -"158353",46596,44427,3,1942,2875 -"158354",46596,48215,3,1942,2028 -"158355",46596,62841,3,1942,2710 -"158356",46616,827,3,1917,2964 -"158357",46616,843,3,1917,2332 -"158358",46616,1624,2,1917,2687 -"158359",46616,2282,2,1917,2056 -"158360",46616,2647,2,1917,2450 -"158361",46616,3271,3,1917,2216 -"158362",46616,4249,3,1917,2547 -"158363",46616,6040,3,1917,2103 -"158364",46616,6345,3,1917,2713 -"158365",46616,6999,3,1917,2214 -"158366",46616,7253,3,1917,2686 -"158367",46616,9272,3,1917,2835 -"158368",46616,9895,3,1917,1960 -"158369",46616,9910,3,1917,2526 -"158370",46616,9948,3,1917,2019 -"158371",46616,10701,3,1917,2000 -"158372",46616,12116,3,1917,2119 -"158373",46616,13340,3,1917,1918 -"158374",46616,14470,3,1917,2632 -"158375",46616,14772,3,1917,2386 -"158376",46616,14957,3,1917,2306 -"158377",46616,15782,3,1917,2306 -"158378",46616,16910,3,1917,1978 -"158379",46616,16963,3,1917,1999 -"158380",46616,17499,2,1917,2954 -"158381",46616,17695,3,1917,1930 -"158382",46616,19366,3,1917,2279 -"158383",46616,19509,3,1917,2000 -"158384",46616,20695,3,1917,2526 -"158385",46616,23550,3,1917,2939 -"158386",46616,26597,2,1917,2070 -"158387",46616,28268,3,1917,2258 -"158388",46616,28782,2,1917,2272 -"158389",46616,30096,3,1917,2082 -"158390",46616,31295,3,1917,2183 -"158391",46616,31357,3,1917,2389 -"158392",46616,32169,3,1917,2504 -"158393",46616,36840,2,1917,2269 -"158394",46616,37684,3,1917,2899 -"158395",46616,38697,3,1917,2701 -"158396",46616,40407,3,1917,1972 -"158397",46616,42382,1,1917,2224 -"158398",46616,42390,2,1917,2937 -"158399",46616,42407,3,1917,2408 -"158400",46616,43226,3,1917,2442 -"158401",46616,43701,3,1917,2400 -"158402",46616,47607,1,1917,2724 -"158403",46616,48110,3,1917,2009 -"158404",46616,50440,3,1917,2469 -"158405",46616,53584,1,1917,2391 -"158406",46616,53652,3,1917,2899 -"158407",46616,54385,3,1917,2340 -"158408",46616,58508,3,1917,2326 -"158409",46616,58945,3,1917,2481 -"158410",46616,69335,3,1917,2698 -"158411",46616,73520,3,1917,2613 -"158412",46616,77719,2,1917,2086 -"158413",46616,78277,3,1917,1937 -"158414",46616,80970,2,1917,2069 -"158415",46616,95060,3,1917,1974 -"158416",46621,134,3,1343,2062 -"158417",46621,913,3,1343,2144 -"158418",46621,1102,3,1343,2282 -"158419",46621,1175,3,1343,1642 -"158420",46621,1592,1,1343,2006 -"158421",46621,1691,1,1343,1941 -"158422",46621,2011,3,1343,2176 -"158423",46621,2208,2,1343,2814 -"158424",46621,2334,3,1343,2619 -"158425",46621,2684,3,1343,2874 -"158426",46621,3305,3,1343,2839 -"158427",46621,3493,3,1343,2451 -"158428",46621,3628,3,1343,2707 -"158429",46621,3886,3,1343,1669 -"158430",46621,4360,3,1343,1770 -"158431",46621,4687,3,1343,2152 -"158432",46621,5258,2,1343,2730 -"158433",46621,5839,3,1343,2301 -"158434",46621,6074,3,1343,2426 -"158435",46621,6104,3,1343,2462 -"158436",46621,6252,2,1343,2336 -"158437",46621,6390,2,1343,2385 -"158438",46621,6417,3,1343,1675 -"158439",46621,6428,3,1343,1952 -"158440",46621,6491,3,1343,2424 -"158441",46621,7245,3,1343,2089 -"158442",46621,7672,2,1343,1974 -"158443",46621,8657,3,1343,2473 -"158444",46621,8762,3,1343,2585 -"158445",46621,9311,3,1343,2477 -"158446",46621,9654,3,1343,2111 -"158447",46621,10002,3,1343,1788 -"158448",46621,10222,3,1343,2212 -"158449",46621,10488,3,1343,1524 -"158450",46621,11055,3,1343,2111 -"158451",46621,11351,3,1343,2971 -"158452",46621,12199,2,1343,1651 -"158453",46621,12618,3,1343,2021 -"158454",46621,12724,3,1343,1930 -"158455",46621,13248,2,1343,1385 -"158456",46621,13837,2,1343,1604 -"158457",46621,13869,3,1343,1786 -"158458",46621,14032,3,1343,2144 -"158459",46621,14108,2,1343,2012 -"158460",46621,14652,3,1343,2516 -"158461",46621,14731,3,1343,2012 -"158462",46621,15301,3,1343,2308 -"158463",46621,15713,3,1343,1646 -"158464",46621,18277,3,1343,2309 -"158465",46621,18415,3,1343,2184 -"158466",46621,18543,2,1343,2968 -"158467",46621,18571,3,1343,2128 -"158468",46621,19173,3,1343,1686 -"158469",46621,19335,3,1343,1729 -"158470",46621,19605,3,1343,2395 -"158471",46621,19718,2,1343,1702 -"158472",46621,20407,2,1343,2339 -"158473",46621,20643,3,1343,2341 -"158474",46621,20824,3,1343,1366 -"158475",46621,21122,3,1343,1701 -"158476",46621,21463,3,1343,2437 -"158477",46621,21571,3,1343,2755 -"158478",46621,21682,2,1343,2414 -"158479",46621,22141,3,1343,2348 -"158480",46621,22165,3,1343,1501 -"158481",46621,22567,3,1343,2396 -"158482",46621,23132,3,1343,2756 -"158483",46621,23729,3,1343,1624 -"158484",46621,23825,3,1343,1913 -"158485",46621,24198,2,1343,2217 -"158486",46621,25565,2,1343,2764 -"158487",46621,25816,3,1343,2088 -"158488",46621,26451,3,1343,2133 -"158489",46621,26629,3,1343,1824 -"158490",46621,27275,3,1343,2656 -"158491",46621,28048,3,1343,1637 -"158492",46621,29170,2,1343,1846 -"158493",46621,29948,2,1343,2795 -"158494",46621,31001,3,1343,2119 -"158495",46621,31164,3,1343,1996 -"158496",46621,31235,3,1343,2668 -"158497",46621,31700,3,1343,2727 -"158498",46621,32503,3,1343,2020 -"158499",46621,33433,3,1343,2805 -"158500",46621,33622,2,1343,2230 -"158501",46621,33981,3,1343,1993 -"158502",46621,34311,3,1343,2213 -"158503",46621,35045,2,1343,1646 -"158504",46621,35481,3,1343,2211 -"158505",46621,35514,3,1343,2346 -"158506",46621,36439,2,1343,2469 -"158507",46621,36450,3,1343,1591 -"158508",46621,37285,3,1343,2428 -"158509",46621,37509,2,1343,1640 -"158510",46621,38213,2,1343,1744 -"158511",46621,38259,3,1343,2258 -"158512",46621,39105,3,1343,2487 -"158513",46621,40368,3,1343,2876 -"158514",46621,40369,3,1343,2735 -"158515",46621,40383,3,1343,2639 -"158516",46621,40493,3,1343,1981 -"158517",46621,40703,3,1343,1608 -"158518",46621,42619,3,1343,2017 -"158519",46621,42756,3,1343,1384 -"158520",46621,43173,2,1343,2895 -"158521",46621,43213,3,1343,2160 -"158522",46621,43226,3,1343,2442 -"158523",46621,43385,3,1343,1623 -"158524",46621,44427,2,1343,2875 -"158525",46621,45633,3,1343,2134 -"158526",46621,45742,3,1343,2566 -"158527",46621,46196,3,1343,1510 -"158528",46621,46951,2,1343,2429 -"158529",46621,47064,3,1343,1993 -"158530",46621,47248,3,1343,2883 -"158531",46621,47384,3,1343,1639 -"158532",46621,47445,3,1343,2668 -"158533",46621,49301,2,1343,1894 -"158534",46621,49470,3,1343,1528 -"158535",46621,49620,2,1343,1868 -"158536",46621,50179,2,1343,2230 -"158537",46621,52136,2,1343,1412 -"158538",46621,52154,3,1343,1722 -"158539",46621,52323,3,1343,2148 -"158540",46621,52327,1,1343,1472 -"158541",46621,54663,3,1343,1424 -"158542",46621,55156,3,1343,2196 -"158543",46621,56082,3,1343,2395 -"158544",46621,56854,3,1343,2022 -"158545",46621,56903,2,1343,1584 -"158546",46621,58133,3,1343,1484 -"158547",46621,58221,3,1343,1787 -"158548",46621,58284,3,1343,2292 -"158549",46621,60116,3,1343,2668 -"158550",46621,64181,3,1343,1828 -"158551",46621,64997,3,1343,2791 -"158552",46621,68592,3,1343,2551 -"158553",46621,69257,3,1343,1402 -"158554",46621,71274,2,1343,2390 -"158555",46621,72207,3,1343,2430 -"158556",46621,73786,3,1343,2937 -"158557",46621,74190,3,1343,1428 -"158558",46621,74636,2,1343,2525 -"158559",46621,75403,3,1343,1895 -"158560",46621,78563,3,1343,2385 -"158561",46621,79436,2,1343,1344 -"158562",46621,81895,3,1343,1634 -"158563",46621,82949,3,1343,2077 -"158564",46621,83396,3,1343,2396 -"158565",46621,85356,3,1343,1492 -"158566",46621,88232,1,1343,2881 -"158567",46621,88966,3,1343,1568 -"158568",46621,91942,3,1343,2216 -"158569",46621,92322,3,1343,2393 -"158570",46621,95288,3,1343,1602 -"158571",46621,96000,3,1343,1789 -"158572",46621,100215,2,1343,2436 -"158573",46621,100432,3,1343,1358 -"158574",46621,103925,3,1343,1786 -"158575",46621,108430,3,1343,1642 -"158576",46629,270,1,2255,2542 -"158577",46629,380,3,2255,2261 -"158578",46629,671,3,2255,2328 -"158579",46629,1102,3,2255,2282 -"158580",46629,2224,3,2255,2751 -"158581",46629,2424,1,2255,2582 -"158582",46629,2484,3,2255,2389 -"158583",46629,3305,2,2255,2839 -"158584",46629,3493,3,2255,2451 -"158585",46629,3966,3,2255,2425 -"158586",46629,4953,2,2255,2285 -"158587",46629,5235,3,2255,2324 -"158588",46629,7234,3,2255,2654 -"158589",46629,7616,3,2255,2296 -"158590",46629,7794,3,2255,2972 -"158591",46629,7984,3,2255,2493 -"158592",46629,9175,3,2255,2639 -"158593",46629,9311,3,2255,2477 -"158594",46629,9624,3,2255,2398 -"158595",46629,9928,3,2255,2345 -"158596",46629,10890,3,2255,2639 -"158597",46629,11218,2,2255,2292 -"158598",46629,11477,2,2255,2724 -"158599",46629,12042,3,2255,2345 -"158600",46629,12374,3,2255,2260 -"158601",46629,14586,3,2255,2801 -"158602",46629,15008,3,2255,2338 -"158603",46629,15381,3,2255,2289 -"158604",46629,15444,3,2255,2764 -"158605",46629,15729,3,2255,2338 -"158606",46629,16352,3,2255,2657 -"158607",46629,16432,3,2255,2664 -"158608",46629,16628,3,2255,2409 -"158609",46629,17365,2,2255,2746 -"158610",46629,17520,3,2255,2276 -"158611",46629,18005,3,2255,2449 -"158612",46629,18361,3,2255,2968 -"158613",46629,18394,2,2255,2356 -"158614",46629,19248,2,2255,2357 -"158615",46629,19622,1,2255,2371 -"158616",46629,19862,3,2255,2412 -"158617",46629,20124,3,2255,2376 -"158618",46629,21012,2,2255,2325 -"158619",46629,21193,3,2255,2490 -"158620",46629,22197,3,2255,2271 -"158621",46629,22277,3,2255,2424 -"158622",46629,22326,3,2255,2818 -"158623",46629,23509,3,2255,2275 -"158624",46629,23725,3,2255,2378 -"158625",46629,25129,3,2255,2647 -"158626",46629,25305,3,2255,2447 -"158627",46629,26080,3,2255,2525 -"158628",46629,26749,3,2255,2965 -"158629",46629,26848,2,2255,2363 -"158630",46629,30052,3,2255,2855 -"158631",46629,31436,3,2255,2892 -"158632",46629,32173,3,2255,2341 -"158633",46629,34480,3,2255,2755 -"158634",46629,35402,3,2255,2339 -"158635",46629,37238,3,2255,2609 -"158636",46629,37285,3,2255,2428 -"158637",46629,38307,2,2255,2648 -"158638",46629,41945,2,2255,2856 -"158639",46629,42216,3,2255,2722 -"158640",46629,43455,1,2255,2846 -"158641",46629,43518,3,2255,2680 -"158642",46629,43673,3,2255,2787 -"158643",46629,43796,3,2255,2476 -"158644",46629,45239,3,2255,2535 -"158645",46629,45302,3,2255,2390 -"158646",46629,45729,3,2255,2606 -"158647",46629,48605,3,2255,2796 -"158648",46629,50236,2,2255,2339 -"158649",46629,50785,3,2255,2877 -"158650",46629,51041,2,2255,2606 -"158651",46629,51866,2,2255,2411 -"158652",46629,52032,3,2255,2853 -"158653",46629,52570,3,2255,2645 -"158654",46629,52892,3,2255,2372 -"158655",46629,54551,3,2255,2348 -"158656",46629,54929,3,2255,2783 -"158657",46629,55076,3,2255,2408 -"158658",46629,56082,2,2255,2395 -"158659",46629,56237,2,2255,2625 -"158660",46629,58508,3,2255,2326 -"158661",46629,61982,1,2255,2725 -"158662",46629,62841,2,2255,2710 -"158663",46629,64947,3,2255,2489 -"158664",46629,68215,3,2255,2727 -"158665",46629,70217,3,2255,2332 -"158666",46629,72207,2,2255,2430 -"158667",46629,72326,2,2255,2384 -"158668",46629,76048,3,2255,2373 -"158669",46629,76892,2,2255,2381 -"158670",46629,83396,3,2255,2396 -"158671",46629,92104,3,2255,2339 -"158672",46635,6055,3,2528,2651 -"158673",46635,29580,3,2528,2776 -"158674",46635,36441,3,2528,2796 -"158675",46635,42799,2,2528,2729 -"158676",46642,600,3,999,1702 -"158677",46642,2093,3,999,2459 -"158678",46642,2349,3,999,1288 -"158679",46642,3317,2,999,2037 -"158680",46642,4066,2,999,1736 -"158681",46642,4121,3,999,1304 -"158682",46642,4504,3,999,1905 -"158683",46642,5055,2,999,1796 -"158684",46642,5590,2,999,2845 -"158685",46642,5845,3,999,1552 -"158686",46642,6274,2,999,1035 -"158687",46642,7506,3,999,2371 -"158688",46642,9440,3,999,1006 -"158689",46642,10964,3,999,2043 -"158690",46642,11019,3,999,1299 -"158691",46642,11067,3,999,2734 -"158692",46642,11103,3,999,2393 -"158693",46642,12577,3,999,2530 -"158694",46642,14972,3,999,2332 -"158695",46642,15095,3,999,2001 -"158696",46642,16205,3,999,2630 -"158697",46642,16835,3,999,1739 -"158698",46642,17381,3,999,1697 -"158699",46642,18571,3,999,2128 -"158700",46642,22297,2,999,1904 -"158701",46642,23121,2,999,2108 -"158702",46642,23534,3,999,1659 -"158703",46642,24195,3,999,1575 -"158704",46642,26234,3,999,2183 -"158705",46642,26713,3,999,1235 -"158706",46642,27195,3,999,2158 -"158707",46642,28101,3,999,1949 -"158708",46642,29311,1,999,1849 -"158709",46642,29578,3,999,1957 -"158710",46642,31164,3,999,1996 -"158711",46642,33697,3,999,1309 -"158712",46642,35620,3,999,2092 -"158713",46642,40675,2,999,1595 -"158714",46642,41739,3,999,1339 -"158715",46642,42914,2,999,1737 -"158716",46642,44181,3,999,1034 -"158717",46642,46385,3,999,2225 -"158718",46642,46951,3,999,2429 -"158719",46642,47384,1,999,1639 -"158720",46642,50041,3,999,1565 -"158721",46642,53219,3,999,2973 -"158722",46642,53668,3,999,2242 -"158723",46642,53697,3,999,1909 -"158724",46642,54663,3,999,1424 -"158725",46642,55256,3,999,2379 -"158726",46642,56152,3,999,1487 -"158727",46642,59039,3,999,2870 -"158728",46642,61125,3,999,1673 -"158729",46642,65572,2,999,2750 -"158730",46642,67775,3,999,1964 -"158731",46642,74290,3,999,1513 -"158732",46642,75607,2,999,2245 -"158733",46642,78384,3,999,1762 -"158734",46642,79596,2,999,2004 -"158735",46642,83838,3,999,2263 -"158736",46650,2959,2,1330,1785 -"158737",46650,5683,3,1330,2468 -"158738",46650,7942,2,1330,2623 -"158739",46650,10129,3,1330,2124 -"158740",46650,12361,3,1330,2732 -"158741",46650,16176,3,1330,2703 -"158742",46650,18005,3,1330,2449 -"158743",46650,20395,3,1330,1468 -"158744",46650,34094,3,1330,1360 -"158745",46650,34216,3,1330,2832 -"158746",46650,34742,3,1330,1883 -"158747",46650,41447,3,1330,2405 -"158748",46650,58233,3,1330,1665 -"158749",46650,85869,3,1330,1509 -"158750",46650,98942,3,1330,1588 -"158751",46650,100860,3,1330,2326 -"158752",46662,900,3,207,2726 -"158753",46662,2418,3,207,2020 -"158754",46662,2452,3,207,1715 -"158755",46662,6160,3,207,969 -"158756",46662,7337,3,207,1797 -"158757",46662,8395,3,207,896 -"158758",46662,9073,3,207,221 -"158759",46662,10050,3,207,1792 -"158760",46662,10223,3,207,1033 -"158761",46662,10239,3,207,2032 -"158762",46662,10279,2,207,886 -"158763",46662,10803,3,207,545 -"158764",46662,10911,1,207,536 -"158765",46662,12208,3,207,447 -"158766",46662,13068,3,207,1778 -"158767",46662,13079,3,207,2547 -"158768",46662,13150,3,207,1570 -"158769",46662,14287,3,207,1583 -"158770",46662,14807,3,207,241 -"158771",46662,14998,3,207,1553 -"158772",46662,15462,3,207,1141 -"158773",46662,17217,3,207,318 -"158774",46662,17687,3,207,593 -"158775",46662,19231,2,207,1424 -"158776",46662,19934,3,207,2888 -"158777",46662,20176,3,207,1050 -"158778",46662,21535,3,207,404 -"158779",46662,22211,3,207,340 -"158780",46662,23015,3,207,1362 -"158781",46662,23591,3,207,2831 -"158782",46662,25718,3,207,432 -"158783",46662,27320,3,207,2378 -"158784",46662,27722,3,207,1266 -"158785",46662,28446,3,207,917 -"158786",46662,28630,3,207,270 -"158787",46662,29667,3,207,531 -"158788",46662,30609,3,207,988 -"158789",46662,30865,3,207,2038 -"158790",46662,32175,3,207,209 -"158791",46662,33665,3,207,787 -"158792",46662,34117,3,207,961 -"158793",46662,34997,2,207,591 -"158794",46662,36506,3,207,2638 -"158795",46662,37752,3,207,2223 -"158796",46662,38087,3,207,1083 -"158797",46662,38373,2,207,1928 -"158798",46662,38532,3,207,1234 -"158799",46662,39249,3,207,1665 -"158800",46662,39443,3,207,2277 -"158801",46662,39589,2,207,1292 -"158802",46662,40003,2,207,936 -"158803",46662,42562,3,207,1195 -"158804",46662,42756,3,207,1384 -"158805",46662,43929,3,207,2749 -"158806",46662,43961,3,207,2443 -"158807",46662,44074,3,207,1299 -"158808",46662,44971,3,207,955 -"158809",46662,46570,3,207,1707 -"158810",46662,47148,3,207,569 -"158811",46662,47968,2,207,2829 -"158812",46662,49551,3,207,879 -"158813",46662,50278,3,207,1127 -"158814",46662,51151,2,207,1195 -"158815",46662,51223,3,207,2153 -"158816",46662,52879,3,207,777 -"158817",46662,54924,3,207,2603 -"158818",46662,58015,3,207,899 -"158819",46662,59506,3,207,983 -"158820",46662,61443,3,207,2770 -"158821",46662,61948,3,207,1231 -"158822",46662,63644,3,207,1267 -"158823",46662,65557,3,207,813 -"158824",46662,68229,3,207,2219 -"158825",46662,70583,3,207,2615 -"158826",46662,72470,3,207,991 -"158827",46662,76369,3,207,583 -"158828",46662,81716,2,207,1199 -"158829",46662,82023,3,207,992 -"158830",46662,82252,2,207,1248 -"158831",46662,83518,3,207,275 -"158832",46662,84447,3,207,1006 -"158833",46662,88307,3,207,437 -"158834",46662,90674,3,207,621 -"158835",46662,90745,3,207,1994 -"158836",46662,92784,3,207,1257 -"158837",46662,99194,3,207,1271 -"158838",46662,107993,3,207,999 -"158839",46662,110402,3,207,858 -"158840",46662,112834,3,207,765 -"158841",46662,120363,2,207,322 -"158842",46680,206,3,1690,1986 -"158843",46680,377,3,1690,2389 -"158844",46680,543,3,1690,2203 -"158845",46680,1092,3,1690,1945 -"158846",46680,1151,2,1690,2885 -"158847",46680,1616,3,1690,2662 -"158848",46680,1777,2,1690,1965 -"158849",46680,2036,2,1690,2483 -"158850",46680,2208,3,1690,2814 -"158851",46680,2484,2,1690,2389 -"158852",46680,3161,3,1690,2229 -"158853",46680,4057,3,1690,2389 -"158854",46680,5078,3,1690,2033 -"158855",46680,5429,3,1690,1991 -"158856",46680,5457,3,1690,2077 -"158857",46680,5462,2,1690,2374 -"158858",46680,5504,3,1690,2389 -"158859",46680,7323,3,1690,2858 -"158860",46680,7703,3,1690,2122 -"158861",46680,8258,3,1690,1959 -"158862",46680,9423,3,1690,1708 -"158863",46680,11055,3,1690,2111 -"158864",46680,11477,3,1690,2724 -"158865",46680,12081,3,1690,2166 -"158866",46680,12713,3,1690,2440 -"158867",46680,15401,3,1690,1999 -"158868",46680,15539,3,1690,1929 -"158869",46680,16801,3,1690,2008 -"158870",46680,17520,3,1690,2276 -"158871",46680,18670,2,1690,1835 -"158872",46680,19606,1,1690,2783 -"158873",46680,20700,3,1690,2861 -"158874",46680,22682,3,1690,2035 -"158875",46680,22749,3,1690,1727 -"158876",46680,24255,3,1690,2770 -"158877",46680,24256,3,1690,2393 -"158878",46680,25198,3,1690,1982 -"158879",46680,27796,3,1690,2151 -"158880",46680,28635,2,1690,2368 -"158881",46680,31159,3,1690,2231 -"158882",46680,31799,3,1690,2547 -"158883",46680,32988,3,1690,2008 -"158884",46680,33380,3,1690,2340 -"158885",46680,35256,3,1690,2271 -"158886",46680,37570,3,1690,2389 -"158887",46680,38921,3,1690,1880 -"158888",46680,40565,3,1690,2115 -"158889",46680,41747,3,1690,1722 -"158890",46680,42264,3,1690,1702 -"158891",46680,43404,3,1690,2649 -"158892",46680,50252,3,1690,2001 -"158893",46680,53293,3,1690,2916 -"158894",46680,57549,3,1690,2335 -"158895",46680,61921,3,1690,1793 -"158896",46680,65155,3,1690,1947 -"158897",46680,71024,3,1690,2312 -"158898",46680,75444,3,1690,2846 -"158899",46680,85430,3,1690,2370 -"158900",46680,120703,3,1690,2172 -"158901",46694,8088,3,191,2220 -"158902",46694,11817,3,191,600 -"158903",46694,15632,3,191,1242 -"158904",46694,18874,3,191,2170 -"158905",46694,28190,2,191,1634 -"158906",46694,35610,3,191,594 -"158907",46694,40472,3,191,549 -"158908",46694,42906,2,191,1748 -"158909",46694,43385,3,191,1623 -"158910",46694,46883,3,191,1671 -"158911",46694,54305,2,191,1222 -"158912",46707,20732,2,1755,2401 -"158913",46707,23726,3,1755,2434 -"158914",46707,101237,1,1755,2033 -"158915",46717,14,2,938,1793 -"158916",46717,915,3,938,1793 -"158917",46717,1102,3,938,2282 -"158918",46717,1262,3,938,2973 -"158919",46717,1767,3,938,2727 -"158920",46717,3068,3,938,1815 -"158921",46717,3980,2,938,2771 -"158922",46717,4889,3,938,1501 -"158923",46717,5315,2,938,2631 -"158924",46717,6030,3,938,2953 -"158925",46717,7167,3,938,1993 -"158926",46717,8367,2,938,1927 -"158927",46717,9331,3,938,2269 -"158928",46717,9423,3,938,1708 -"158929",46717,10146,3,938,1878 -"158930",46717,11477,3,938,2724 -"158931",46717,11625,3,938,2022 -"158932",46717,12081,3,938,2166 -"158933",46717,12724,3,938,1930 -"158934",46717,13043,3,938,1295 -"158935",46717,13158,3,938,2667 -"158936",46717,13551,3,938,1451 -"158937",46717,13732,3,938,2789 -"158938",46717,14072,1,938,1346 -"158939",46717,14189,2,938,1483 -"158940",46717,14328,3,938,1725 -"158941",46717,14709,3,938,1901 -"158942",46717,14972,3,938,2332 -"158943",46717,15235,1,938,1045 -"158944",46717,15343,3,938,2125 -"158945",46717,16313,2,938,1160 -"158946",46717,16725,3,938,2830 -"158947",46717,16727,3,938,2164 -"158948",46717,16954,3,938,2972 -"158949",46717,17351,3,938,2036 -"158950",46717,17381,2,938,1697 -"158951",46717,17549,3,938,2647 -"158952",46717,17632,2,938,1947 -"158953",46717,17938,3,938,1410 -"158954",46717,17943,3,938,1943 -"158955",46717,18165,3,938,2085 -"158956",46717,18670,3,938,1835 -"158957",46717,19744,3,938,2623 -"158958",46717,19980,3,938,2231 -"158959",46717,20331,3,938,2365 -"158960",46717,20416,3,938,2323 -"158961",46717,21734,3,938,2528 -"158962",46717,21795,3,938,2653 -"158963",46717,23508,3,938,1907 -"158964",46717,23751,1,938,1740 -"158965",46717,24146,3,938,2003 -"158966",46717,24362,2,938,1287 -"158967",46717,26865,3,938,2726 -"158968",46717,27484,2,938,1634 -"158969",46717,27642,3,938,1531 -"158970",46717,28233,2,938,1608 -"158971",46717,30081,3,938,2403 -"158972",46717,30092,2,938,1593 -"158973",46717,30334,3,938,2075 -"158974",46717,30827,1,938,2323 -"158975",46717,30850,2,938,1045 -"158976",46717,31307,3,938,2139 -"158977",46717,32064,3,938,1739 -"158978",46717,32516,3,938,2050 -"158979",46717,32939,3,938,2277 -"158980",46717,33010,3,938,2189 -"158981",46717,34120,3,938,2786 -"158982",46717,35518,3,938,1721 -"158983",46717,36174,3,938,1382 -"158984",46717,36962,3,938,2861 -"158985",46717,37333,3,938,1612 -"158986",46717,37636,3,938,2178 -"158987",46717,38284,3,938,1234 -"158988",46717,38307,3,938,2648 -"158989",46717,38602,3,938,2693 -"158990",46717,40392,3,938,1878 -"158991",46717,40893,3,938,1116 -"158992",46717,41900,3,938,1970 -"158993",46717,41945,3,938,2856 -"158994",46717,42216,2,938,2722 -"158995",46717,42618,3,938,2316 -"158996",46717,43404,2,938,2649 -"158997",46717,43635,2,938,1196 -"158998",46717,44688,3,938,2924 -"158999",46717,44720,2,938,1202 -"159000",46717,45302,3,938,2390 -"159001",46717,46446,3,938,2295 -"159002",46717,48905,3,938,1394 -"159003",46717,49470,3,938,1528 -"159004",46717,50977,3,938,2352 -"159005",46717,51052,3,938,2784 -"159006",46717,51783,3,938,2599 -"159007",46717,54020,3,938,1578 -"159008",46717,55084,2,938,1189 -"159009",46717,57804,3,938,2214 -"159010",46717,70573,3,938,1993 -"159011",46717,71971,3,938,1294 -"159012",46717,75028,3,938,1660 -"159013",46717,79088,3,938,1369 -"159014",46717,79657,3,938,1260 -"159015",46717,80979,3,938,1142 -"159016",46717,83096,2,938,1061 -"159017",46717,87074,3,938,1666 -"159018",46717,88063,3,938,1045 -"159019",46717,88070,3,938,949 -"159020",46717,103721,3,938,1030 -"159021",46723,270,3,607,2542 -"159022",46723,307,3,607,2530 -"159023",46723,913,3,607,2144 -"159024",46723,1044,3,607,880 -"159025",46723,1639,3,607,2631 -"159026",46723,2269,3,607,984 -"159027",46723,2322,3,607,1645 -"159028",46723,2424,2,607,2582 -"159029",46723,2533,3,607,2016 -"159030",46723,3271,3,607,2216 -"159031",46723,3305,3,607,2839 -"159032",46723,3306,3,607,1989 -"159033",46723,4226,3,607,1903 -"159034",46723,4289,3,607,1921 -"159035",46723,4317,3,607,1224 -"159036",46723,4701,3,607,2401 -"159037",46723,4790,1,607,1025 -"159038",46723,4791,2,607,1184 -"159039",46723,6363,3,607,2066 -"159040",46723,6718,3,607,2138 -"159041",46723,7555,3,607,1943 -"159042",46723,8286,3,607,886 -"159043",46723,9272,3,607,2835 -"159044",46723,9311,3,607,2477 -"159045",46723,9364,3,607,1698 -"159046",46723,9702,3,607,1928 -"159047",46723,10513,3,607,2284 -"159048",46723,11006,3,607,1950 -"159049",46723,12362,3,607,702 -"159050",46723,12728,3,607,2374 -"159051",46723,12863,2,607,2027 -"159052",46723,14091,3,607,929 -"159053",46723,14678,2,607,799 -"159054",46723,15005,3,607,1415 -"159055",46723,15343,3,607,2125 -"159056",46723,15813,3,607,2143 -"159057",46723,16201,3,607,1811 -"159058",46723,16332,3,607,2668 -"159059",46723,16432,3,607,2664 -"159060",46723,16940,3,607,1290 -"159061",46723,17852,3,607,2840 -"159062",46723,17931,3,607,1617 -"159063",46723,18393,3,607,860 -"159064",46723,18707,3,607,1143 -"159065",46723,19248,3,607,2357 -"159066",46723,19719,2,607,2177 -"159067",46723,20124,3,607,2376 -"159068",46723,20287,2,607,1099 -"159069",46723,20311,3,607,1981 -"159070",46723,20975,3,607,1305 -"159071",46723,21122,3,607,1701 -"159072",46723,21197,2,607,1437 -"159073",46723,21198,1,607,935 -"159074",46723,21285,2,607,2100 -"159075",46723,21693,3,607,2176 -"159076",46723,22141,3,607,2348 -"159077",46723,22282,2,607,1418 -"159078",46723,22326,3,607,2818 -"159079",46723,22331,3,607,2687 -"159080",46723,22362,3,607,1836 -"159081",46723,22586,3,607,1341 -"159082",46723,23450,2,607,967 -"159083",46723,23508,3,607,1907 -"159084",46723,23509,3,607,2275 -"159085",46723,23729,3,607,1624 -"159086",46723,23918,3,607,1881 -"159087",46723,24612,3,607,1875 -"159088",46723,24755,3,607,1319 -"159089",46723,24955,3,607,2424 -"159090",46723,25305,3,607,2447 -"159091",46723,25577,3,607,1946 -"159092",46723,25595,3,607,768 -"159093",46723,26451,2,607,2133 -"159094",46723,26471,3,607,1061 -"159095",46723,26524,3,607,982 -"159096",46723,26749,2,607,2965 -"159097",46723,27175,2,607,1447 -"159098",46723,27275,3,607,2656 -"159099",46723,27390,2,607,2425 -"159100",46723,27694,3,607,2030 -"159101",46723,27792,3,607,1308 -"159102",46723,27849,2,607,1316 -"159103",46723,29750,3,607,689 -"159104",46723,29962,3,607,2201 -"159105",46723,29987,3,607,956 -"159106",46723,30052,3,607,2855 -"159107",46723,31050,3,607,1491 -"159108",46723,31338,3,607,917 -"159109",46723,32601,2,607,1033 -"159110",46723,32811,3,607,804 -"159111",46723,33949,3,607,2489 -"159112",46723,35095,2,607,1502 -"159113",46723,35529,3,607,1620 -"159114",46723,37628,3,607,819 -"159115",46723,38019,3,607,1870 -"159116",46723,39238,3,607,922 -"159117",46723,41174,1,607,850 -"159118",46723,42618,2,607,2316 -"159119",46723,42687,3,607,1952 -"159120",46723,43051,1,607,904 -"159121",46723,43173,3,607,2895 -"159122",46723,43226,3,607,2442 -"159123",46723,43385,2,607,1623 -"159124",46723,43455,3,607,2846 -"159125",46723,44636,3,607,1026 -"159126",46723,45660,2,607,618 -"159127",46723,46469,3,607,759 -"159128",46723,46629,3,607,2255 -"159129",46723,47362,3,607,2253 -"159130",46723,47772,3,607,2293 -"159131",46723,48110,3,607,2009 -"159132",46723,48260,3,607,875 -"159133",46723,48414,2,607,1749 -"159134",46723,50075,3,607,1026 -"159135",46723,50219,1,607,756 -"159136",46723,50685,3,607,2008 -"159137",46723,51022,3,607,1499 -"159138",46723,51810,3,607,1401 -"159139",46723,52058,2,607,1836 -"159140",46723,52136,3,607,1412 -"159141",46723,52570,3,607,2645 -"159142",46723,52576,2,607,2234 -"159143",46723,54305,3,607,1222 -"159144",46723,55082,3,607,1856 -"159145",46723,55139,3,607,2323 -"159146",46723,55299,3,607,609 -"159147",46723,55438,3,607,2863 -"159148",46723,55468,1,607,2511 -"159149",46723,56317,3,607,2030 -"159150",46723,57405,3,607,2344 -"159151",46723,57950,3,607,1529 -"159152",46723,58078,3,607,1252 -"159153",46723,58133,3,607,1484 -"159154",46723,58508,2,607,2326 -"159155",46723,58652,2,607,1437 -"159156",46723,61982,3,607,2725 -"159157",46723,62488,3,607,1418 -"159158",46723,62841,3,607,2710 -"159159",46723,63442,3,607,1965 -"159160",46723,64181,3,607,1828 -"159161",46723,65884,3,607,798 -"159162",46723,66860,2,607,1548 -"159163",46723,69335,3,607,2698 -"159164",46723,70603,2,607,1002 -"159165",46723,71342,2,607,1289 -"159166",46723,72956,2,607,1251 -"159167",46723,73128,3,607,1549 -"159168",46723,75948,2,607,1006 -"159169",46723,76127,3,607,910 -"159170",46723,76284,3,607,1237 -"159171",46723,76892,3,607,2381 -"159172",46723,77305,3,607,965 -"159173",46723,78270,3,607,1171 -"159174",46723,79322,2,607,2770 -"159175",46723,80301,3,607,1690 -"159176",46723,81588,3,607,1568 -"159177",46723,82426,3,607,1576 -"159178",46723,82735,3,607,829 -"159179",46723,82949,2,607,2077 -"159180",46723,83434,3,607,850 -"159181",46723,86520,3,607,702 -"159182",46723,89097,3,607,935 -"159183",46723,90573,2,607,878 -"159184",46723,98781,3,607,1410 -"159185",46723,100140,3,607,1041 -"159186",46723,103721,3,607,1030 -"159187",46723,109510,2,607,621 -"159188",46723,121422,2,607,850 -"159189",46726,2,3,943,2796 -"159190",46726,237,3,943,1982 -"159191",46726,600,3,943,1702 -"159192",46726,913,3,943,2144 -"159193",46726,1150,3,943,1595 -"159194",46726,1154,3,943,1656 -"159195",46726,1520,2,943,1716 -"159196",46726,1691,3,943,1941 -"159197",46726,2014,3,943,973 -"159198",46726,2057,3,943,1965 -"159199",46726,2120,3,943,1133 -"159200",46726,2181,3,943,2030 -"159201",46726,2424,3,943,2582 -"159202",46726,2429,3,943,999 -"159203",46726,2452,3,943,1715 -"159204",46726,2523,2,943,1691 -"159205",46726,2533,3,943,2016 -"159206",46726,2959,3,943,1785 -"159207",46726,3305,3,943,2839 -"159208",46726,3453,3,943,2126 -"159209",46726,4057,3,943,2389 -"159210",46726,4303,3,943,2414 -"159211",46726,4430,2,943,2019 -"159212",46726,4526,3,943,1728 -"159213",46726,4567,2,943,2348 -"159214",46726,4916,3,943,1970 -"159215",46726,4932,3,943,2752 -"159216",46726,4983,3,943,1909 -"159217",46726,5346,3,943,1438 -"159218",46726,6390,3,943,2385 -"159219",46726,6940,3,943,1183 -"159220",46726,6989,3,943,2623 -"159221",46726,7241,3,943,2259 -"159222",46726,7515,3,943,2737 -"159223",46726,7719,3,943,1954 -"159224",46726,7759,3,943,2844 -"159225",46726,7780,2,943,1920 -"159226",46726,7847,3,943,2424 -"159227",46726,7942,2,943,2623 -"159228",46726,8890,3,943,1955 -"159229",46726,8923,3,943,1266 -"159230",46726,9184,3,943,2670 -"159231",46726,9269,3,943,1892 -"159232",46726,9332,3,943,2734 -"159233",46726,9432,3,943,1693 -"159234",46726,9703,3,943,1845 -"159235",46726,9805,3,943,1621 -"159236",46726,10129,3,943,2124 -"159237",46726,10336,3,943,2271 -"159238",46726,10370,3,943,2224 -"159239",46726,10457,3,943,1711 -"159240",46726,10980,3,943,1974 -"159241",46726,11434,3,943,1187 -"159242",46726,11516,3,943,1937 -"159243",46726,11538,3,943,2288 -"159244",46726,11639,3,943,1593 -"159245",46726,12067,3,943,1213 -"159246",46726,12199,3,943,1651 -"159247",46726,12361,2,943,2732 -"159248",46726,12374,3,943,2260 -"159249",46726,12728,2,943,2374 -"159250",46726,12778,3,943,2045 -"159251",46726,13068,3,943,1778 -"159252",46726,13879,3,943,2748 -"159253",46726,14586,3,943,2801 -"159254",46726,14676,3,943,2764 -"159255",46726,15118,2,943,1311 -"159256",46726,15443,3,943,1631 -"159257",46726,15462,3,943,1141 -"159258",46726,15799,3,943,1917 -"159259",46726,16164,3,943,1184 -"159260",46726,16501,3,943,1650 -"159261",46726,17645,1,943,1918 -"159262",46726,17698,3,943,1559 -"159263",46726,18005,3,943,2449 -"159264",46726,18825,3,943,1240 -"159265",46726,19093,3,943,2224 -"159266",46726,19380,3,943,2637 -"159267",46726,19655,3,943,2706 -"159268",46726,19934,3,943,2888 -"159269",46726,22166,2,943,994 -"159270",46726,22543,3,943,1594 -"159271",46726,22704,3,943,1150 -"159272",46726,22723,3,943,2859 -"159273",46726,23131,3,943,1732 -"159274",46726,23132,3,943,2756 -"159275",46726,23692,2,943,1540 -"159276",46726,24005,3,943,1188 -"159277",46726,24568,2,943,1937 -"159278",46726,25132,3,943,1188 -"159279",46726,26957,2,943,987 -"159280",46726,26974,3,943,1672 -"159281",46726,27390,3,943,2425 -"159282",46726,27742,3,943,2700 -"159283",46726,29116,3,943,2128 -"159284",46726,29818,3,943,1677 -"159285",46726,30262,3,943,1715 -"159286",46726,30631,3,943,951 -"159287",46726,31216,3,943,1244 -"159288",46726,31408,2,943,994 -"159289",46726,32761,3,943,2680 -"159290",46726,32818,3,943,2485 -"159291",46726,32947,3,943,1091 -"159292",46726,34094,3,943,1360 -"159293",46726,34216,3,943,2832 -"159294",46726,34742,2,943,1883 -"159295",46726,34875,3,943,1544 -"159296",46726,35302,3,943,1589 -"159297",46726,35728,3,943,2017 -"159298",46726,37036,3,943,2264 -"159299",46726,37351,3,943,978 -"159300",46726,37636,3,943,2178 -"159301",46726,37765,3,943,1134 -"159302",46726,38087,1,943,1083 -"159303",46726,38259,3,943,2258 -"159304",46726,39189,3,943,2319 -"159305",46726,39249,3,943,1665 -"159306",46726,39256,3,943,2449 -"159307",46726,39444,3,943,2695 -"159308",46726,39534,3,943,2410 -"159309",46726,40035,3,943,2742 -"159310",46726,40368,3,943,2876 -"159311",46726,40537,3,943,1284 -"159312",46726,40747,3,943,958 -"159313",46726,40879,3,943,2019 -"159314",46726,42331,3,943,1585 -"159315",46726,42837,3,943,1096 -"159316",46726,44135,2,943,2620 -"159317",46726,44235,3,943,2700 -"159318",46726,44420,3,943,2184 -"159319",46726,44744,2,943,2032 -"159320",46726,44749,3,943,1303 -"159321",46726,46486,3,943,1868 -"159322",46726,46532,3,943,2005 -"159323",46726,46650,3,943,1330 -"159324",46726,47803,3,943,2477 -"159325",46726,47810,3,943,957 -"159326",46726,48698,2,943,1474 -"159327",46726,49414,3,943,1667 -"159328",46726,49512,3,943,1302 -"159329",46726,50509,3,943,2050 -"159330",46726,50581,3,943,1258 -"159331",46726,52554,3,943,1683 -"159332",46726,52699,3,943,1372 -"159333",46726,52735,3,943,1124 -"159334",46726,53924,3,943,1289 -"159335",46726,54313,3,943,1645 -"159336",46726,56537,3,943,2409 -"159337",46726,56995,3,943,2323 -"159338",46726,57209,3,943,1719 -"159339",46726,57353,3,943,1849 -"159340",46726,58233,3,943,1665 -"159341",46726,58745,3,943,1920 -"159342",46726,59485,3,943,1564 -"159343",46726,60258,3,943,2405 -"159344",46726,60808,2,943,1258 -"159345",46726,62668,1,943,958 -"159346",46726,63409,2,943,1937 -"159347",46726,64210,3,943,956 -"159348",46726,64712,3,943,1411 -"159349",46726,67617,2,943,1149 -"159350",46726,69250,3,943,1439 -"159351",46726,70046,3,943,2624 -"159352",46726,71219,2,943,967 -"159353",46726,72597,3,943,1843 -"159354",46726,72882,3,943,1330 -"159355",46726,72986,2,943,1055 -"159356",46726,73305,3,943,2544 -"159357",46726,79420,3,943,1061 -"159358",46726,79804,3,943,2227 -"159359",46726,80429,3,943,1927 -"159360",46726,81805,3,943,1607 -"159361",46726,83253,3,943,1102 -"159362",46726,83907,3,943,2056 -"159363",46726,84447,3,943,1006 -"159364",46726,88808,3,943,1462 -"159365",46726,90236,3,943,1010 -"159366",46726,96310,2,943,1016 -"159367",46726,96387,3,943,2159 -"159368",46726,97706,3,943,1121 -"159369",46726,98942,3,943,1588 -"159370",46726,100690,3,943,2829 -"159371",46726,102581,3,943,1813 -"159372",46726,103890,3,943,958 -"159373",46726,104217,3,943,956 -"159374",46726,107598,3,943,999 -"159375",46726,107649,3,943,1573 -"159376",46726,108430,3,943,1642 -"159377",46726,108867,3,943,2328 -"159378",46728,43490,1,2278,2463 -"159379",46730,380,3,194,2261 -"159380",46730,750,2,194,1327 -"159381",46730,913,3,194,2144 -"159382",46730,1102,2,194,2282 -"159383",46730,1315,2,194,2760 -"159384",46730,1691,3,194,1941 -"159385",46730,1875,3,194,1786 -"159386",46730,2572,2,194,2273 -"159387",46730,3139,3,194,1656 -"159388",46730,3801,2,194,1974 -"159389",46730,4690,3,194,1938 -"159390",46730,5235,3,194,2324 -"159391",46730,5580,3,194,2111 -"159392",46730,6047,3,194,2004 -"159393",46730,6052,3,194,1985 -"159394",46730,6074,2,194,2426 -"159395",46730,7258,3,194,1714 -"159396",46730,7406,3,194,1906 -"159397",46730,7858,3,194,1795 -"159398",46730,8762,3,194,2585 -"159399",46730,10143,3,194,778 -"159400",46730,10513,3,194,2284 -"159401",46730,12724,1,194,1930 -"159402",46730,14656,3,194,584 -"159403",46730,14676,3,194,2764 -"159404",46730,16535,3,194,1993 -"159405",46730,18779,3,194,1267 -"159406",46730,19096,3,194,1538 -"159407",46730,19818,3,194,675 -"159408",46730,20153,3,194,1868 -"159409",46730,20343,3,194,851 -"159410",46730,21682,3,194,2414 -"159411",46730,21929,3,194,2062 -"159412",46730,22242,2,194,1690 -"159413",46730,23526,3,194,1998 -"159414",46730,24060,3,194,2349 -"159415",46730,28896,3,194,1395 -"159416",46730,30092,3,194,1593 -"159417",46730,30827,3,194,2323 -"159418",46730,32419,3,194,1909 -"159419",46730,33850,2,194,931 -"159420",46730,33981,3,194,1993 -"159421",46730,36983,3,194,462 -"159422",46730,37897,2,194,1685 -"159423",46730,38439,3,194,2025 -"159424",46730,40113,3,194,451 -"159425",46730,40493,3,194,1981 -"159426",46730,42129,3,194,2318 -"159427",46730,42216,2,194,2722 -"159428",46730,45302,3,194,2390 -"159429",46730,46091,3,194,1938 -"159430",46730,46506,3,194,2464 -"159431",46730,49048,3,194,1656 -"159432",46730,51017,3,194,2073 -"159433",46730,51035,3,194,2397 -"159434",46730,51866,3,194,2411 -"159435",46730,54100,3,194,1327 -"159436",46730,55084,3,194,1189 -"159437",46730,65145,1,194,505 -"159438",46730,66992,2,194,2882 -"159439",46730,76396,3,194,1731 -"159440",46730,82681,1,194,1620 -"159441",46730,83053,2,194,1303 -"159442",46730,93344,3,194,196 -"159443",46730,99012,2,194,931 -"159444",46742,25078,2,2144,2312 -"159445",46742,49787,2,2144,2352 -"159446",46745,900,3,1565,2726 -"159447",46745,8525,3,1565,1787 -"159448",46745,56737,3,1565,2270 -"159449",46760,1691,3,64,1941 -"159450",46760,2865,3,64,2006 -"159451",46760,3863,3,64,856 -"159452",46760,4736,3,64,955 -"159453",46760,4932,3,64,2752 -"159454",46760,5018,3,64,640 -"159455",46760,6390,3,64,2385 -"159456",46760,12610,3,64,1274 -"159457",46760,12828,3,64,799 -"159458",46760,14108,3,64,2012 -"159459",46760,14676,3,64,2764 -"159460",46760,15871,3,64,508 -"159461",46760,18836,3,64,1270 -"159462",46760,23257,3,64,113 -"159463",46760,24348,3,64,103 -"159464",46760,28782,3,64,2272 -"159465",46760,30411,3,64,630 -"159466",46760,30915,3,64,1207 -"159467",46760,33572,3,64,2370 -"159468",46760,33621,3,64,1319 -"159469",46760,34314,3,64,630 -"159470",46760,35041,3,64,1311 -"159471",46760,36915,3,64,280 -"159472",46760,38219,3,64,1689 -"159473",46760,38667,3,64,2880 -"159474",46760,40488,3,64,486 -"159475",46760,43046,3,64,419 -"159476",46760,46950,3,64,2673 -"159477",46760,47248,3,64,2883 -"159478",46760,47585,3,64,794 -"159479",46760,50235,3,64,726 -"159480",46760,52323,3,64,2148 -"159481",46760,53624,3,64,952 -"159482",46760,56237,3,64,2625 -"159483",46760,57990,3,64,978 -"159484",46760,62715,3,64,1838 -"159485",46760,67805,3,64,1338 -"159486",46760,69122,2,64,416 -"159487",46760,69712,3,64,1219 -"159488",46760,73747,3,64,2274 -"159489",46760,75025,3,64,717 -"159490",46760,79815,3,64,1713 -"159491",46760,82426,3,64,1576 -"159492",46760,87110,3,64,2801 -"159493",46760,89880,3,64,1938 -"159494",46760,92491,3,64,1968 -"159495",46760,92592,3,64,486 -"159496",46760,92817,3,64,569 -"159497",46760,93398,3,64,828 -"159498",46760,94396,3,64,787 -"159499",46760,95690,3,64,765 -"159500",46803,2208,3,2305,2814 -"159501",46803,2424,3,2305,2582 -"159502",46803,2747,3,2305,2411 -"159503",46803,3961,2,2305,2426 -"159504",46803,5041,3,2305,2371 -"159505",46803,5315,3,2305,2631 -"159506",46803,7506,3,2305,2371 -"159507",46803,7847,3,2305,2424 -"159508",46803,7984,3,2305,2493 -"159509",46803,9311,3,2305,2477 -"159510",46803,10851,3,2305,2423 -"159511",46803,11477,3,2305,2724 -"159512",46803,12272,3,2305,2371 -"159513",46803,13200,3,2305,2488 -"159514",46803,13311,3,2305,2315 -"159515",46803,14959,3,2305,2898 -"159516",46803,15636,3,2305,2857 -"159517",46803,16067,3,2305,2727 -"159518",46803,17221,3,2305,2487 -"159519",46803,18394,3,2305,2356 -"159520",46803,20067,2,2305,2390 -"159521",46803,20732,2,2305,2401 -"159522",46803,21872,3,2305,2458 -"159523",46803,23310,3,2305,2371 -"159524",46803,23726,2,2305,2434 -"159525",46803,25486,3,2305,2582 -"159526",46803,32919,3,2305,2321 -"159527",46803,33801,3,2305,2899 -"159528",46803,35926,3,2305,2371 -"159529",46803,36031,3,2305,2342 -"159530",46803,44557,3,2305,2371 -"159531",46803,47248,3,2305,2883 -"159532",46803,53475,3,2305,2853 -"159533",46803,54929,3,2305,2783 -"159534",46803,58993,3,2305,2390 -"159535",46803,63641,3,2305,2337 -"159536",46803,67726,3,2305,2873 -"159537",46803,69716,3,2305,2632 -"159538",46803,70203,2,2305,2756 -"159539",46816,455,3,887,2827 -"159540",46816,470,3,887,2285 -"159541",46816,600,3,887,1702 -"159542",46816,6363,3,887,2066 -"159543",46816,10433,3,887,2075 -"159544",46816,20311,3,887,1981 -"159545",46816,23509,3,887,2275 -"159546",46816,23534,3,887,1659 -"159547",46816,25985,3,887,2071 -"159548",46816,26451,3,887,2133 -"159549",46816,27849,3,887,1316 -"159550",46816,28115,3,887,1835 -"159551",46816,28991,3,887,1688 -"159552",46816,30016,3,887,1124 -"159553",46816,31050,3,887,1491 -"159554",46816,31691,2,887,1657 -"159555",46816,32965,2,887,2071 -"159556",46816,34160,3,887,1759 -"159557",46816,41739,3,887,1339 -"159558",46816,50118,3,887,2654 -"159559",46820,6588,3,545,2025 -"159560",46820,18707,2,545,1143 -"159561",46820,30052,3,545,2855 -"159562",46820,75948,3,545,1006 -"159563",46831,1092,3,1915,1945 -"159564",46831,5239,3,1915,2875 -"159565",46831,21706,3,1915,1988 -"159566",46831,42574,3,1915,2842 -"159567",46831,54695,3,1915,2429 -"159568",46831,58427,3,1915,2234 -"159569",46849,1570,2,1238,2028 -"159570",46849,4622,3,1238,1589 -"159571",46849,7648,2,1238,1861 -"159572",46849,9273,2,1238,1747 -"159573",46849,9328,3,1238,1937 -"159574",46849,10755,2,1238,1742 -"159575",46849,10756,1,1238,2207 -"159576",46849,14442,3,1238,2700 -"159577",46849,16184,2,1238,2274 -"159578",46849,17768,3,1238,2468 -"159579",46849,24867,2,1238,1861 -"159580",46849,25053,2,1238,2186 -"159581",46849,25678,3,1238,1558 -"159582",46849,29067,3,1238,1538 -"159583",46849,31281,3,1238,1937 -"159584",46849,32904,3,1238,2055 -"159585",46849,36996,3,1238,2321 -"159586",46849,41669,3,1238,1247 -"159587",46849,44466,3,1238,1607 -"159588",46849,44501,3,1238,2567 -"159589",46849,47094,3,1238,2592 -"159590",46849,55446,2,1238,1247 -"159591",46849,55997,2,1238,1414 -"159592",46849,59289,3,1238,2896 -"159593",46849,67701,3,1238,2289 -"159594",46849,84322,3,1238,1635 -"159595",46849,104281,3,1238,2228 -"159596",46883,14,3,1671,1793 -"159597",46883,3493,3,1671,2451 -"159598",46883,4226,3,1671,1903 -"159599",46883,5622,3,1671,2175 -"159600",46883,7180,3,1671,2227 -"159601",46883,8088,2,1671,2220 -"159602",46883,9364,3,1671,1698 -"159603",46883,10857,3,1671,2253 -"159604",46883,10874,3,1671,1891 -"159605",46883,16863,2,1671,2069 -"159606",46883,18874,3,1671,2170 -"159607",46883,22260,2,1671,2137 -"159608",46883,24066,3,1671,1755 -"159609",46883,26366,3,1671,1688 -"159610",46883,29295,3,1671,2043 -"159611",46883,32047,3,1671,1858 -"159612",46883,32064,3,1671,1739 -"159613",46883,42906,3,1671,1748 -"159614",46883,45684,3,1671,2200 -"159615",46883,54551,3,1671,2348 -"159616",46883,58451,3,1671,1939 -"159617",46902,8860,3,1620,2141 -"159618",46902,34216,3,1620,2832 -"159619",46950,9362,3,2673,2879 -"159620",46950,14834,2,2673,2739 -"159621",46950,42216,3,2673,2722 -"159622",46950,49110,3,2673,2938 -"159623",46950,50134,3,2673,2674 -"159624",46950,64699,3,2673,2797 -"159625",46951,2093,3,2429,2459 -"159626",46951,2208,3,2429,2814 -"159627",46951,2334,3,2429,2619 -"159628",46951,5239,3,2429,2875 -"159629",46951,6824,2,2429,2680 -"159630",46951,9272,3,2429,2835 -"159631",46951,10638,3,2429,2692 -"159632",46951,11506,2,2429,2824 -"159633",46951,17826,3,2429,2920 -"159634",46951,18943,2,2429,2861 -"159635",46951,20007,3,2429,2971 -"159636",46951,21193,3,2429,2490 -"159637",46951,21463,1,2429,2437 -"159638",46951,25565,3,2429,2764 -"159639",46951,27478,3,2429,2485 -"159640",46951,29948,3,2429,2795 -"159641",46951,36439,3,2429,2469 -"159642",46951,38755,2,2429,2902 -"159643",46951,39105,2,2429,2487 -"159644",46951,41978,3,2429,2824 -"159645",46951,43173,3,2429,2895 -"159646",46951,43226,3,2429,2442 -"159647",46951,53013,3,2429,2523 -"159648",46951,59039,2,2429,2870 -"159649",46951,68592,2,2429,2551 -"159650",46951,69335,2,2429,2698 -"159651",46951,74636,3,2429,2525 -"159652",46951,88232,3,2429,2881 -"159653",46982,9785,3,2806,2951 -"159654",46982,27686,3,2806,2844 -"159655",46982,30668,3,2806,2882 -"159656",46982,36278,3,2806,2952 -"159657",46982,42256,3,2806,2839 -"159658",46988,16826,3,2460,2599 -"159659",46988,81592,3,2460,2882 -"159660",46988,92768,3,2460,2548 -"159661",47003,12388,2,1915,1975 -"159662",47003,15444,3,1915,2764 -"159663",47003,18165,3,1915,2085 -"159664",47013,680,2,2388,2569 -"159665",47013,2852,3,2388,2448 -"159666",47013,3493,3,2388,2451 -"159667",47013,3978,3,2388,2775 -"159668",47013,4303,3,2388,2414 -"159669",47013,5106,3,2388,2622 -"159670",47013,5683,3,2388,2468 -"159671",47013,9332,3,2388,2734 -"159672",47013,9785,3,2388,2951 -"159673",47013,9787,3,2388,2858 -"159674",47013,10373,3,2388,2436 -"159675",47013,12361,3,2388,2732 -"159676",47013,12759,3,2388,2414 -"159677",47013,17033,3,2388,2771 -"159678",47013,18421,3,2388,2457 -"159679",47013,19655,3,2388,2706 -"159680",47013,20941,2,2388,2725 -"159681",47013,25373,3,2388,2783 -"159682",47013,26182,2,2388,2775 -"159683",47013,27742,3,2388,2700 -"159684",47013,29473,3,2388,2602 -"159685",47013,38691,3,2388,2585 -"159686",47013,40572,3,2388,2666 -"159687",47013,41023,3,2388,2408 -"159688",47013,42256,3,2388,2839 -"159689",47013,43673,3,2388,2787 -"159690",47013,46982,2,2388,2806 -"159691",47013,50585,3,2388,2414 -"159692",47013,51144,3,2388,2466 -"159693",47013,51783,3,2388,2599 -"159694",47013,59039,3,2388,2870 -"159695",47049,160,2,253,2007 -"159696",47049,1592,3,253,2006 -"159697",47049,1641,3,253,1490 -"159698",47049,1691,3,253,1941 -"159699",47049,3395,3,253,1382 -"159700",47049,3520,3,253,2281 -"159701",47049,5865,3,253,1910 -"159702",47049,6252,3,253,2336 -"159703",47049,7185,3,253,1046 -"159704",47049,7406,3,253,1906 -"159705",47049,7616,2,253,2296 -"159706",47049,8238,3,253,2222 -"159707",47049,8585,3,253,1917 -"159708",47049,9331,3,253,2269 -"159709",47049,9871,1,253,921 -"159710",47049,11912,3,253,889 -"159711",47049,12081,3,253,2166 -"159712",47049,12122,3,253,1385 -"159713",47049,12473,2,253,801 -"159714",47049,12632,3,253,1174 -"159715",47049,12712,3,253,815 -"159716",47049,12813,3,253,958 -"159717",47049,13249,3,253,2573 -"159718",47049,14918,3,253,2071 -"159719",47049,15122,3,253,1201 -"159720",47049,15632,3,253,1242 -"159721",47049,16193,3,253,756 -"159722",47049,16539,2,253,1947 -"159723",47049,17351,3,253,2036 -"159724",47049,17549,3,253,2647 -"159725",47049,17632,3,253,1947 -"159726",47049,18543,3,253,2968 -"159727",47049,18670,3,253,1835 -"159728",47049,19208,3,253,2629 -"159729",47049,20419,3,253,1587 -"159730",47049,20517,3,253,1465 -"159731",47049,22808,3,253,2297 -"159732",47049,22950,3,253,2576 -"159733",47049,23098,3,253,2300 -"159734",47049,23460,3,253,2183 -"159735",47049,24753,3,253,2860 -"159736",47049,24793,3,253,1993 -"159737",47049,25030,3,253,2017 -"159738",47049,25490,2,253,639 -"159739",47049,26083,1,253,2038 -"159740",47049,26873,2,253,419 -"159741",47049,27323,2,253,943 -"159742",47049,27480,3,253,582 -"159743",47049,28808,3,253,1063 -"159744",47049,29512,3,253,1594 -"159745",47049,30329,2,253,848 -"159746",47049,31117,3,253,2210 -"159747",47049,31890,3,253,1487 -"159748",47049,31901,3,253,1251 -"159749",47049,32419,3,253,1909 -"159750",47049,33622,3,253,2230 -"159751",47049,34314,3,253,630 -"159752",47049,36784,2,253,576 -"159753",47049,36837,3,253,1556 -"159754",47049,38213,3,253,1744 -"159755",47049,38307,3,253,2648 -"159756",47049,39188,3,253,1948 -"159757",47049,41518,2,253,1641 -"159758",47049,41664,3,253,2641 -"159759",47049,41843,3,253,571 -"159760",47049,42515,3,253,2752 -"159761",47049,43635,3,253,1196 -"159762",47049,44089,3,253,1632 -"159763",47049,46621,3,253,1343 -"159764",47049,47564,3,253,2650 -"159765",47049,47585,3,253,794 -"159766",47049,47625,2,253,2562 -"159767",47049,49334,2,253,2433 -"159768",47049,49470,2,253,1528 -"159769",47049,49620,3,253,1868 -"159770",47049,50254,2,253,1151 -"159771",47049,52327,3,253,1472 -"159772",47049,55076,3,253,2408 -"159773",47049,61785,3,253,822 -"159774",47049,63477,3,253,1907 -"159775",47049,65434,3,253,2866 -"159776",47049,67748,2,253,1498 -"159777",47049,67788,3,253,837 -"159778",47049,70573,3,253,1993 -"159779",47049,74636,3,253,2525 -"159780",47049,75025,3,253,717 -"159781",47049,75921,3,253,517 -"159782",47049,76646,2,253,1263 -"159783",47049,77611,1,253,1795 -"159784",47049,78270,3,253,1171 -"159785",47049,79657,3,253,1260 -"159786",47049,82187,2,253,1055 -"159787",47049,82893,2,253,1275 -"159788",47049,85356,3,253,1492 -"159789",47049,88232,3,253,2881 -"159790",47049,89701,3,253,563 -"159791",47049,92322,3,253,2393 -"159792",47049,92592,3,253,486 -"159793",47049,96553,3,253,1887 -"159794",47049,97275,3,253,731 -"159795",47049,100241,3,253,777 -"159796",47049,101967,3,253,691 -"159797",47049,115734,3,253,859 -"159798",47055,206,3,1525,1986 -"159799",47055,307,3,1525,2530 -"159800",47055,1092,2,1525,1945 -"159801",47055,4360,3,1525,1770 -"159802",47055,5429,3,1525,1991 -"159803",47055,9893,3,1525,2701 -"159804",47055,11055,3,1525,2111 -"159805",47055,15716,2,1525,1991 -"159806",47055,21706,3,1525,1988 -"159807",47055,23132,3,1525,2756 -"159808",47055,42574,3,1525,2842 -"159809",47055,54695,3,1525,2429 -"159810",47055,58427,3,1525,2234 -"159811",47062,59438,3,1675,2400 -"159812",47063,1520,2,739,1716 -"159813",47063,6063,3,739,2349 -"159814",47063,10279,2,739,886 -"159815",47063,10336,3,739,2271 -"159816",47063,10350,3,739,1163 -"159817",47063,13150,3,739,1570 -"159818",47063,16796,3,739,1892 -"159819",47063,17257,3,739,1117 -"159820",47063,19587,3,739,1684 -"159821",47063,20220,3,739,1656 -"159822",47063,28837,3,739,2286 -"159823",47063,36506,3,739,2638 -"159824",47063,40537,2,739,1284 -"159825",47063,42562,3,739,1195 -"159826",47063,43929,3,739,2749 -"159827",47063,46532,3,739,2005 -"159828",47063,61347,3,739,1684 -"159829",47063,83066,3,739,1229 -"159830",47064,1315,3,1993,2760 -"159831",47064,2208,2,1993,2814 -"159832",47064,6390,3,1993,2385 -"159833",47064,9654,3,1993,2111 -"159834",47064,10871,3,1993,2314 -"159835",47064,13985,3,1993,2484 -"159836",47064,14108,2,1993,2012 -"159837",47064,18543,3,1993,2968 -"159838",47064,20407,3,1993,2339 -"159839",47064,21681,3,1993,2005 -"159840",47064,23011,3,1993,2763 -"159841",47064,23312,3,1993,2449 -"159842",47064,25565,3,1993,2764 -"159843",47064,27427,3,1993,2325 -"159844",47064,31124,2,1993,2351 -"159845",47064,33572,3,1993,2370 -"159846",47064,35481,3,1993,2211 -"159847",47064,36031,3,1993,2342 -"159848",47064,36439,3,1993,2469 -"159849",47064,38667,3,1993,2880 -"159850",47064,43226,3,1993,2442 -"159851",47064,44427,3,1993,2875 -"159852",47064,46532,3,1993,2005 -"159853",47064,52323,3,1993,2148 -"159854",47064,54250,2,1993,2340 -"159855",47064,71274,3,1993,2390 -"159856",47064,88232,3,1993,2881 -"159857",47070,2337,1,1265,1697 -"159858",47070,3068,3,1265,1815 -"159859",47070,3849,2,1265,1356 -"159860",47070,4705,3,1265,1714 -"159861",47070,15734,2,1265,1616 -"159862",47070,25078,2,1265,2312 -"159863",47072,2798,3,1564,1673 -"159864",47072,4361,3,1564,2571 -"159865",47072,27320,3,1564,2378 -"159866",47072,37424,3,1564,1693 -"159867",47072,69131,3,1564,2122 -"159868",47072,72348,3,1564,1810 -"159869",47072,98058,3,1564,1891 -"159870",47082,680,3,1990,2569 -"159871",47082,1201,2,1990,2489 -"159872",47082,1560,3,1990,2013 -"159873",47082,4303,3,1990,2414 -"159874",47082,4583,2,1990,2741 -"159875",47082,4618,3,1990,2607 -"159876",47082,4707,3,1990,2588 -"159877",47082,8062,3,1990,2858 -"159878",47082,11429,3,1990,2520 -"159879",47082,11477,3,1990,2724 -"159880",47082,12759,3,1990,2414 -"159881",47082,13801,2,1990,2041 -"159882",47082,13929,3,1990,2693 -"159883",47082,14972,3,1990,2332 -"159884",47082,15095,3,1990,2001 -"159885",47082,18277,3,1990,2309 -"159886",47082,18371,3,1990,2860 -"159887",47082,20423,3,1990,2654 -"159888",47082,20643,2,1990,2341 -"159889",47082,24923,3,1990,2785 -"159890",47082,25373,3,1990,2783 -"159891",47082,28892,3,1990,2023 -"159892",47082,30334,2,1990,2075 -"159893",47082,30705,3,1990,2959 -"159894",47082,31001,3,1990,2119 -"159895",47082,36953,3,1990,2790 -"159896",47082,36962,3,1990,2861 -"159897",47082,37636,2,1990,2178 -"159898",47082,37844,3,1990,2002 -"159899",47082,41723,3,1990,2101 -"159900",47082,51783,2,1990,2599 -"159901",47082,55691,3,1990,2856 -"159902",47082,56082,3,1990,2395 -"159903",47094,14442,2,2592,2700 -"159904",47094,34295,3,2592,2735 -"159905",47094,35844,3,2592,2961 -"159906",47094,40759,3,2592,2789 -"159907",47094,58536,3,2592,2742 -"159908",47094,59289,3,2592,2896 -"159909",47098,270,3,2057,2542 -"159910",47098,701,2,2057,2718 -"159911",47098,823,3,2057,2840 -"159912",47098,1616,3,2057,2662 -"159913",47098,2036,3,2057,2483 -"159914",47098,2424,3,2057,2582 -"159915",47098,3305,3,2057,2839 -"159916",47098,3853,3,2057,2465 -"159917",47098,5622,3,2057,2175 -"159918",47098,6363,1,2057,2066 -"159919",47098,10029,3,2057,2718 -"159920",47098,10857,3,2057,2253 -"159921",47098,11477,3,2057,2724 -"159922",47098,13307,3,2057,2206 -"159923",47098,15184,3,2057,2396 -"159924",47098,17400,3,2057,2231 -"159925",47098,17852,3,2057,2840 -"159926",47098,19027,3,2057,2721 -"159927",47098,19248,3,2057,2357 -"159928",47098,19643,3,2057,2452 -"159929",47098,21012,3,2057,2325 -"159930",47098,21929,3,2057,2062 -"159931",47098,25985,2,2057,2071 -"159932",47098,32965,2,2057,2071 -"159933",47098,33672,3,2057,2396 -"159934",47098,37285,3,2057,2428 -"159935",47098,39535,3,2057,2428 -"159936",47098,45684,3,2057,2200 -"159937",47098,46629,3,2057,2255 -"159938",47098,50785,1,2057,2877 -"159939",47098,51041,2,2057,2606 -"159940",47098,52576,3,2057,2234 -"159941",47098,53851,3,2057,2305 -"159942",47098,54551,3,2057,2348 -"159943",47098,56082,3,2057,2395 -"159944",47098,99860,3,2057,2071 -"159945",47114,13780,3,1920,2412 -"159946",47114,51687,3,1920,2333 -"159947",47121,20709,3,701,1757 -"159948",47127,35187,3,2391,2488 -"159949",47127,67649,2,2391,2745 -"159950",47130,36662,3,2654,2967 -"159951",47130,61513,3,2654,2948 -"159952",47140,3477,3,2439,2546 -"159953",47140,9175,3,2439,2639 -"159954",47140,21795,3,2439,2653 -"159955",47140,34327,3,2439,2959 -"159956",47140,45239,3,2439,2535 -"159957",47140,61458,3,2439,2630 -"159958",47140,71369,3,2439,2838 -"159959",47145,64457,2,2809,2883 -"159960",47148,2057,3,569,1965 -"159961",47148,2429,3,569,999 -"159962",47148,4730,3,569,2131 -"159963",47148,6160,3,569,969 -"159964",47148,7355,3,569,1928 -"159965",47148,11136,3,569,2573 -"159966",47148,13099,3,569,1547 -"159967",47148,14558,3,569,1585 -"159968",47148,14754,3,569,2456 -"159969",47148,19858,3,569,2357 -"159970",47148,20176,3,569,1050 -"159971",47148,20200,2,569,2322 -"159972",47148,20395,3,569,1468 -"159973",47148,21575,3,569,1762 -"159974",47148,22766,3,569,1945 -"159975",47148,24802,2,569,824 -"159976",47148,25390,3,569,903 -"159977",47148,25741,3,569,2853 -"159978",47148,26642,3,569,2952 -"159979",47148,27320,3,569,2378 -"159980",47148,27323,3,569,943 -"159981",47148,31089,3,569,2952 -"159982",47148,32419,3,569,1909 -"159983",47148,35873,3,569,1377 -"159984",47148,41134,3,569,2952 -"159985",47148,41338,2,569,1553 -"159986",47148,41439,3,569,709 -"159987",47148,42756,2,569,1384 -"159988",47148,47968,2,569,2829 -"159989",47148,49201,3,569,936 -"159990",47148,50229,3,569,1190 -"159991",47148,53362,3,569,2360 -"159992",47148,53643,2,569,1626 -"159993",47148,58015,3,569,899 -"159994",47148,58759,3,569,942 -"159995",47148,62746,3,569,2119 -"159996",47148,63409,3,569,1937 -"159997",47148,66994,3,569,1865 -"159998",47148,68586,2,569,2322 -"159999",47148,69012,2,569,799 -"160000",47148,69447,3,569,1197 -"160001",47148,77200,3,569,1737 -"160002",47148,83336,3,569,1397 -"160003",47148,88067,3,569,2315 -"160004",47148,97242,3,569,686 -"160005",47148,122909,3,569,1198 -"160006",47248,18543,3,2883,2968 -"160007",47248,25325,3,2883,2963 -"160008",47248,38551,3,2883,2965 -"160009",47263,12560,2,2442,2565 -"160010",47263,17027,3,2442,2772 -"160011",47263,47145,3,2442,2809 -"160012",47293,24,3,929,1295 -"160013",47293,42,3,929,2265 -"160014",47293,600,3,929,1702 -"160015",47293,913,3,929,2144 -"160016",47293,1090,3,929,2370 -"160017",47293,1321,3,929,2075 -"160018",47293,1676,3,929,1198 -"160019",47293,3352,3,929,1707 -"160020",47293,5346,3,929,1438 -"160021",47293,6255,3,929,2895 -"160022",47293,7078,3,929,2344 -"160023",47293,12767,1,929,2329 -"160024",47293,15122,3,929,1201 -"160025",47293,15207,2,929,1855 -"160026",47293,16497,3,929,2370 -"160027",47293,17698,3,929,1559 -"160028",47293,19096,3,929,1538 -"160029",47293,19528,2,929,2742 -"160030",47293,22705,3,929,1016 -"160031",47293,24568,3,929,1937 -"160032",47293,26608,2,929,2329 -"160033",47293,29215,2,929,2246 -"160034",47293,37108,3,929,1202 -"160035",47293,49965,3,929,2301 -"160036",47293,52735,3,929,1124 -"160037",47293,63409,3,929,1937 -"160038",47293,66756,3,929,1301 -"160039",47293,74818,3,929,1440 -"160040",47293,85356,3,929,1492 -"160041",47293,94520,3,929,1243 -"160042",47329,9311,3,231,2477 -"160043",47329,9579,3,231,2105 -"160044",47329,10843,3,231,2277 -"160045",47329,15626,3,231,2434 -"160046",47329,18393,3,231,860 -"160047",47329,24286,3,231,1280 -"160048",47329,27478,3,231,2485 -"160049",47329,33241,3,231,632 -"160050",47329,33356,3,231,1586 -"160051",47329,33433,2,231,2805 -"160052",47329,34443,1,231,496 -"160053",47329,34707,2,231,2042 -"160054",47329,38048,3,231,867 -"160055",47329,40296,2,231,1674 -"160056",47329,49581,3,231,1817 -"160057",47329,50946,2,231,1075 -"160058",47329,52136,3,231,1412 -"160059",47329,53031,3,231,2065 -"160060",47329,55643,3,231,2359 -"160061",47329,56022,2,231,282 -"160062",47329,59113,3,231,2434 -"160063",47329,59786,3,231,605 -"160064",47329,74190,3,231,1428 -"160065",47329,74318,3,231,632 -"160066",47329,84897,2,231,1075 -"160067",47329,95155,3,231,849 -"160068",47329,104239,3,231,926 -"160069",47330,3100,3,2422,2524 -"160070",47330,11135,3,2422,2441 -"160071",47362,2424,3,2253,2582 -"160072",47362,6241,2,2253,2264 -"160073",47362,18151,3,2253,2962 -"160074",47362,20124,3,2253,2376 -"160075",47362,21795,3,2253,2653 -"160076",47362,26749,3,2253,2965 -"160077",47362,28826,3,2253,2627 -"160078",47362,28923,3,2253,2362 -"160079",47362,30081,3,2253,2403 -"160080",47362,31700,3,2253,2727 -"160081",47362,42129,3,2253,2318 -"160082",47362,45886,3,2253,2449 -"160083",47362,51157,3,2253,2319 -"160084",47362,52566,3,2253,2318 -"160085",47362,58508,3,2253,2326 -"160086",47362,73266,3,2253,2496 -"160087",47362,93481,3,2253,2311 -"160088",47372,1257,3,788,1212 -"160089",47372,3477,3,788,2546 -"160090",47372,6063,3,788,2349 -"160091",47372,9269,3,788,1892 -"160092",47372,9273,3,788,1747 -"160093",47372,12735,3,788,819 -"160094",47372,12779,3,788,936 -"160095",47372,18217,3,788,1566 -"160096",47372,19667,3,788,1466 -"160097",47372,20547,3,788,2145 -"160098",47372,22462,3,788,869 -"160099",47372,29100,3,788,843 -"160100",47372,33223,3,788,2397 -"160101",47372,40542,3,788,1664 -"160102",47372,51890,2,788,1992 -"160103",47372,52953,2,788,1741 -"160104",47372,54385,3,788,2340 -"160105",47372,76295,3,788,1001 -"160106",47372,80615,2,788,2252 -"160107",47372,84808,3,788,1974 -"160108",47372,93590,2,788,1188 -"160109",47372,98436,3,788,1212 -"160110",47375,341,3,2043,2689 -"160111",47375,841,3,2043,2964 -"160112",47375,3520,3,2043,2281 -"160113",47375,4660,3,2043,2149 -"160114",47375,19073,3,2043,2748 -"160115",47375,27686,3,2043,2844 -"160116",47375,30334,3,2043,2075 -"160117",47375,32920,2,2043,2158 -"160118",47375,35797,3,2043,2482 -"160119",47375,36487,2,2043,2622 -"160120",47375,37636,3,2043,2178 -"160121",47375,40954,3,2043,2603 -"160122",47375,41694,3,2043,2358 -"160123",47375,43961,1,2043,2443 -"160124",47375,51774,3,2043,2459 -"160125",47375,51783,3,2043,2599 -"160126",47375,56755,2,2043,2158 -"160127",47375,62712,3,2043,2884 -"160128",47375,64967,3,2043,2872 -"160129",47384,1154,3,1639,1656 -"160130",47384,1592,3,1639,2006 -"160131",47384,1897,3,1639,1727 -"160132",47384,2093,3,1639,2459 -"160133",47384,3317,2,1639,2037 -"160134",47384,4066,2,1639,1736 -"160135",47384,5055,2,1639,1796 -"160136",47384,5590,2,1639,2845 -"160137",47384,6627,3,1639,2063 -"160138",47384,7984,3,1639,2493 -"160139",47384,8890,3,1639,1955 -"160140",47384,10914,3,1639,1660 -"160141",47384,11506,3,1639,2824 -"160142",47384,12577,3,1639,2530 -"160143",47384,14108,3,1639,2012 -"160144",47384,15401,3,1639,1999 -"160145",47384,16205,3,1639,2630 -"160146",47384,16365,3,1639,2217 -"160147",47384,16835,3,1639,1739 -"160148",47384,18571,2,1639,2128 -"160149",47384,18943,3,1639,2861 -"160150",47384,21463,3,1639,2437 -"160151",47384,21670,3,1639,2158 -"160152",47384,21681,3,1639,2005 -"160153",47384,22297,2,1639,1904 -"160154",47384,23121,3,1639,2108 -"160155",47384,27783,3,1639,2302 -"160156",47384,29311,2,1639,1849 -"160157",47384,29578,3,1639,1957 -"160158",47384,31164,2,1639,1996 -"160159",47384,31700,3,1639,2727 -"160160",47384,32449,3,1639,2091 -"160161",47384,32988,3,1639,2008 -"160162",47384,35822,3,1639,1903 -"160163",47384,36031,3,1639,2342 -"160164",47384,36136,3,1639,2338 -"160165",47384,36506,3,1639,2638 -"160166",47384,38602,3,1639,2693 -"160167",47384,38755,3,1639,2902 -"160168",47384,39105,3,1639,2487 -"160169",47384,42914,2,1639,1737 -"160170",47384,45461,3,1639,2458 -"160171",47384,46951,2,1639,2429 -"160172",47384,47571,3,1639,1667 -"160173",47384,48215,3,1639,2028 -"160174",47384,49265,3,1639,2686 -"160175",47384,53323,3,1639,2677 -"160176",47384,53697,3,1639,1909 -"160177",47384,57380,3,1639,2362 -"160178",47384,59039,2,1639,2870 -"160179",47384,65155,3,1639,1947 -"160180",47384,65572,3,1639,2750 -"160181",47384,68592,3,1639,2551 -"160182",47384,69335,3,1639,2698 -"160183",47384,72728,3,1639,2234 -"160184",47384,75607,3,1639,2245 -"160185",47384,76132,3,1639,2426 -"160186",47384,76675,3,1639,1840 -"160187",47384,78384,3,1639,1762 -"160188",47384,79596,2,1639,2004 -"160189",47384,88232,3,1639,2881 -"160190",47385,3456,2,1172,1999 -"160191",47385,4551,3,1172,2720 -"160192",47385,4705,3,1172,1714 -"160193",47385,7258,3,1172,1714 -"160194",47385,7355,3,1172,1928 -"160195",47385,17230,3,1172,1965 -"160196",47385,20219,2,1172,2313 -"160197",47385,21670,3,1172,2158 -"160198",47385,22766,3,1172,1945 -"160199",47385,28501,3,1172,2242 -"160200",47385,29818,3,1172,1677 -"160201",47385,30891,2,1172,1256 -"160202",47385,32202,3,1172,2314 -"160203",47385,35822,3,1172,1903 -"160204",47385,38259,3,1172,2258 -"160205",47385,45138,1,1172,2516 -"160206",47385,47654,3,1172,1664 -"160207",47385,55817,1,1172,2285 -"160208",47385,58829,3,1172,1256 -"160209",47385,64967,3,1172,2872 -"160210",47386,1831,3,2226,2397 -"160211",47386,2093,3,2226,2459 -"160212",47386,2484,3,2226,2389 -"160213",47386,3961,3,2226,2426 -"160214",47386,5315,3,2226,2631 -"160215",47386,7616,3,2226,2296 -"160216",47386,7677,3,2226,2338 -"160217",47386,8533,3,2226,2251 -"160218",47386,10358,3,2226,2294 -"160219",47386,10857,3,2226,2253 -"160220",47386,11218,3,2226,2292 -"160221",47386,12042,3,2226,2345 -"160222",47386,13780,3,2226,2412 -"160223",47386,15309,3,2226,2820 -"160224",47386,16352,3,2226,2657 -"160225",47386,16826,2,2226,2599 -"160226",47386,19027,3,2226,2721 -"160227",47386,20067,3,2226,2390 -"160228",47386,20732,3,2226,2401 -"160229",47386,21138,3,2226,2849 -"160230",47386,23726,3,2226,2434 -"160231",47386,26249,3,2226,2301 -"160232",47386,33801,3,2226,2899 -"160233",47386,34158,3,2226,2639 -"160234",47386,35361,3,2226,2389 -"160235",47386,36962,3,2226,2861 -"160236",47386,38227,2,2226,2511 -"160237",47386,44676,3,2226,2629 -"160238",47386,46803,3,2226,2305 -"160239",47386,46988,3,2226,2460 -"160240",47386,47564,3,2226,2650 -"160241",47386,50382,3,2226,2244 -"160242",47386,52892,3,2226,2372 -"160243",47386,53475,3,2226,2853 -"160244",47386,54551,3,2226,2348 -"160245",47386,54929,3,2226,2783 -"160246",47386,55076,2,2226,2408 -"160247",47386,57977,2,2226,2683 -"160248",47386,70203,3,2226,2756 -"160249",47386,70269,3,2226,2368 -"160250",47386,76356,3,2226,2323 -"160251",47386,82929,3,2226,2475 -"160252",47407,18543,3,832,2968 -"160253",47407,44427,3,832,2875 -"160254",47435,134,3,878,2062 -"160255",47435,145,3,878,1998 -"160256",47435,270,3,878,2542 -"160257",47435,316,3,878,2413 -"160258",47435,360,3,878,1671 -"160259",47435,913,3,878,2144 -"160260",47435,1124,2,878,1596 -"160261",47435,1592,2,878,2006 -"160262",47435,1691,2,878,1941 -"160263",47435,1985,3,878,888 -"160264",47435,3493,3,878,2451 -"160265",47435,3520,3,878,2281 -"160266",47435,3878,3,878,1890 -"160267",47435,3886,3,878,1669 -"160268",47435,4066,3,878,1736 -"160269",47435,4360,3,878,1770 -"160270",47435,4687,3,878,2152 -"160271",47435,5239,3,878,2875 -"160272",47435,5258,2,878,2730 -"160273",47435,5971,3,878,1985 -"160274",47435,6222,3,878,1949 -"160275",47435,6252,3,878,2336 -"160276",47435,6390,1,878,2385 -"160277",47435,6428,2,878,1952 -"160278",47435,6491,3,878,2424 -"160279",47435,6588,3,878,2025 -"160280",47435,6718,3,878,2138 -"160281",47435,7196,2,878,1508 -"160282",47435,7555,3,878,1943 -"160283",47435,7616,3,878,2296 -"160284",47435,7847,3,878,2424 -"160285",47435,7984,3,878,2493 -"160286",47435,8011,2,878,889 -"160287",47435,8762,3,878,2585 -"160288",47435,8888,3,878,1328 -"160289",47435,8913,3,878,968 -"160290",47435,9150,3,878,2689 -"160291",47435,9432,3,878,1693 -"160292",47435,10488,2,878,1524 -"160293",47435,10523,3,878,1510 -"160294",47435,11434,3,878,1187 -"160295",47435,11477,3,878,2724 -"160296",47435,11516,2,878,1937 -"160297",47435,12199,1,878,1651 -"160298",47435,12724,3,878,1930 -"160299",47435,12728,3,878,2374 -"160300",47435,12982,3,878,2143 -"160301",47435,14108,3,878,2012 -"160302",47435,14652,2,878,2516 -"160303",47435,14676,3,878,2764 -"160304",47435,14767,3,878,2068 -"160305",47435,14943,3,878,1942 -"160306",47435,15401,3,878,1999 -"160307",47435,15700,3,878,1712 -"160308",47435,16539,3,878,1947 -"160309",47435,16625,2,878,1285 -"160310",47435,16801,3,878,2008 -"160311",47435,18394,3,878,2356 -"160312",47435,18502,3,878,1033 -"160313",47435,18543,3,878,2968 -"160314",47435,19173,3,878,1686 -"160315",47435,19322,3,878,2048 -"160316",47435,19605,3,878,2395 -"160317",47435,20067,3,878,2390 -"160318",47435,20407,2,878,2339 -"160319",47435,20494,3,878,1075 -"160320",47435,21225,3,878,1945 -"160321",47435,21352,3,878,1604 -"160322",47435,22165,3,878,1501 -"160323",47435,23132,3,878,2756 -"160324",47435,23526,3,878,1998 -"160325",47435,23715,3,878,1859 -"160326",47435,23725,3,878,2378 -"160327",47435,23729,3,878,1624 -"160328",47435,23869,3,878,1918 -"160329",47435,24066,3,878,1755 -"160330",47435,24568,3,878,1937 -"160331",47435,25271,3,878,1172 -"160332",47435,25816,3,878,2088 -"160333",47435,26451,3,878,2133 -"160334",47435,26713,3,878,1235 -"160335",47435,26867,3,878,1804 -"160336",47435,27849,3,878,1316 -"160337",47435,28216,3,878,1910 -"160338",47435,28784,3,878,1579 -"160339",47435,28808,3,878,1063 -"160340",47435,29170,3,878,1846 -"160341",47435,29948,3,878,2795 -"160342",47435,30325,3,878,1067 -"160343",47435,30915,3,878,1207 -"160344",47435,31235,2,878,2668 -"160345",47435,32131,3,878,1035 -"160346",47435,32173,3,878,2341 -"160347",47435,32988,3,878,2008 -"160348",47435,33622,3,878,2230 -"160349",47435,34945,3,878,1298 -"160350",47435,35041,3,878,1311 -"160351",47435,35045,2,878,1646 -"160352",47435,35302,3,878,1589 -"160353",47435,35402,3,878,2339 -"160354",47435,36439,3,878,2469 -"160355",47435,36862,3,878,2655 -"160356",47435,37509,3,878,1640 -"160357",47435,38219,3,878,1689 -"160358",47435,40028,3,878,1349 -"160359",47435,40432,3,878,1956 -"160360",47435,42505,3,878,2008 -"160361",47435,42687,3,878,1952 -"160362",47435,43173,3,878,2895 -"160363",47435,43213,3,878,2160 -"160364",47435,44427,3,878,2875 -"160365",47435,44521,3,878,1593 -"160366",47435,45959,3,878,1880 -"160367",47435,46182,3,878,1613 -"160368",47435,46196,3,878,1510 -"160369",47435,46621,2,878,1343 -"160370",47435,47445,1,878,2668 -"160371",47435,48215,3,878,2028 -"160372",47435,49301,3,878,1894 -"160373",47435,50236,3,878,2339 -"160374",47435,50737,2,878,959 -"160375",47435,52136,2,878,1412 -"160376",47435,52327,1,878,1472 -"160377",47435,54855,2,878,1525 -"160378",47435,55156,3,878,2196 -"160379",47435,55324,3,878,1544 -"160380",47435,55468,3,878,2511 -"160381",47435,56082,2,878,2395 -"160382",47435,56237,2,878,2625 -"160383",47435,57129,3,878,1858 -"160384",47435,57544,3,878,2443 -"160385",47435,57990,3,878,978 -"160386",47435,58284,3,878,2292 -"160387",47435,59939,3,878,936 -"160388",47435,62219,2,878,2494 -"160389",47435,62602,2,878,1172 -"160390",47435,63328,3,878,922 -"160391",47435,63409,3,878,1937 -"160392",47435,64181,3,878,1828 -"160393",47435,65155,3,878,1947 -"160394",47435,65322,3,878,2008 -"160395",47435,72207,3,878,2430 -"160396",47435,74636,3,878,2525 -"160397",47435,75403,3,878,1895 -"160398",47435,75898,3,878,889 -"160399",47435,76127,3,878,910 -"160400",47435,76192,3,878,912 -"160401",47435,78563,3,878,2385 -"160402",47435,79804,2,878,2227 -"160403",47435,80429,3,878,1927 -"160404",47435,82409,3,878,1881 -"160405",47435,88232,3,878,2881 -"160406",47435,88808,3,878,1462 -"160407",47435,88966,3,878,1568 -"160408",47435,89511,3,878,1205 -"160409",47435,91772,3,878,2233 -"160410",47435,92757,3,878,2615 -"160411",47435,97240,3,878,1027 -"160412",47435,97824,3,878,1229 -"160413",47435,107649,3,878,1573 -"160414",47440,3460,3,2234,2530 -"160415",47440,3896,3,2234,2693 -"160416",47440,36646,3,2234,2744 -"160417",47440,42642,2,2234,2257 -"160418",47440,51055,3,2234,2558 -"160419",47440,60516,2,2234,2257 -"160420",47440,63395,3,2234,2334 -"160421",47445,2954,3,2668,2727 -"160422",47445,5258,3,2668,2730 -"160423",47445,7323,3,2668,2858 -"160424",47445,9150,3,2668,2689 -"160425",47445,9362,3,2668,2879 -"160426",47445,19606,3,2668,2783 -"160427",47445,23132,3,2668,2756 -"160428",47445,38780,3,2668,2705 -"160429",47508,21,3,100,1385 -"160430",47508,782,3,100,945 -"160431",47508,4612,3,100,2804 -"160432",47508,4668,3,100,1919 -"160433",47508,4669,3,100,2395 -"160434",47508,7785,3,100,2441 -"160435",47508,7942,3,100,2623 -"160436",47508,8890,2,100,1955 -"160437",47508,10453,3,100,1656 -"160438",47508,10980,3,100,1974 -"160439",47508,11108,2,100,1609 -"160440",47508,12948,3,100,2669 -"160441",47508,13296,3,100,839 -"160442",47508,14781,3,100,2338 -"160443",47508,16715,3,100,1218 -"160444",47508,16864,2,100,814 -"160445",47508,17033,3,100,2771 -"160446",47508,18978,2,100,952 -"160447",47508,22945,3,100,237 -"160448",47508,26551,3,100,652 -"160449",47508,27742,2,100,2700 -"160450",47508,27914,3,100,2507 -"160451",47508,28440,3,100,675 -"160452",47508,28869,3,100,2425 -"160453",47508,30525,3,100,1964 -"160454",47508,32532,3,100,2338 -"160455",47508,32560,3,100,1258 -"160456",47508,32651,3,100,877 -"160457",47508,33870,3,100,955 -"160458",47508,34025,3,100,242 -"160459",47508,36487,3,100,2622 -"160460",47508,39746,3,100,1361 -"160461",47508,45869,2,100,2840 -"160462",47508,46299,3,100,1132 -"160463",47508,57912,3,100,1035 -"160464",47508,58655,3,100,2685 -"160465",47508,65522,3,100,1572 -"160466",47508,76007,1,100,918 -"160467",47508,80156,2,100,1667 -"160468",47508,85396,3,100,1131 -"160469",47508,91849,3,100,1166 -"160470",47508,92860,3,100,1643 -"160471",47508,101367,3,100,974 -"160472",47508,103491,3,100,1523 -"160473",47508,111193,3,100,429 -"160474",47508,115021,3,100,1226 -"160475",47534,4932,2,2712,2752 -"160476",47534,11067,3,2712,2734 -"160477",47534,31131,3,2712,2810 -"160478",47534,43929,3,2712,2749 -"160479",47557,3669,3,999,2524 -"160480",47557,3776,3,999,2322 -"160481",47557,5346,3,999,1438 -"160482",47557,6248,3,999,2737 -"160483",47557,10727,3,999,2082 -"160484",47557,11665,3,999,1643 -"160485",47557,11976,3,999,1727 -"160486",47557,13671,3,999,1371 -"160487",47557,15207,3,999,1855 -"160488",47557,15650,3,999,1601 -"160489",47557,15916,2,999,1236 -"160490",47557,19687,3,999,2072 -"160491",47557,24086,3,999,2663 -"160492",47557,24860,3,999,1204 -"160493",47557,26478,3,999,1963 -"160494",47557,26513,2,999,2205 -"160495",47557,27255,3,999,1232 -"160496",47557,28355,3,999,2053 -"160497",47557,29117,3,999,1250 -"160498",47557,38422,3,999,1019 -"160499",47557,42713,3,999,1995 -"160500",47557,43250,2,999,1300 -"160501",47557,44780,3,999,2534 -"160502",47557,49147,2,999,2539 -"160503",47557,50430,3,999,1689 -"160504",47557,54061,3,999,1488 -"160505",47557,55405,3,999,2788 -"160506",47557,59470,3,999,2393 -"160507",47557,60384,3,999,2765 -"160508",47557,62498,3,999,1698 -"160509",47557,83007,3,999,2727 -"160510",47557,83860,3,999,1522 -"160511",47557,94520,3,999,1243 -"160512",47559,2852,3,1826,2448 -"160513",47559,3403,2,1826,2951 -"160514",47559,3405,2,1826,2438 -"160515",47559,4249,3,1826,2547 -"160516",47559,5897,2,1826,2337 -"160517",47559,7942,3,1826,2623 -"160518",47559,9063,2,1826,2000 -"160519",47559,9727,3,1826,2327 -"160520",47559,29276,3,1826,2000 -"160521",47559,40715,1,1826,2258 -"160522",47564,2684,3,2650,2874 -"160523",47564,24753,3,2650,2860 -"160524",47564,29454,3,2650,2719 -"160525",47564,31705,3,2650,2706 -"160526",47564,34120,3,2650,2786 -"160527",47564,41945,3,2650,2856 -"160528",47564,44688,3,2650,2924 -"160529",47564,50480,3,2650,2701 -"160530",47571,1897,2,1667,1727 -"160531",47571,6627,3,1667,2063 -"160532",47571,11506,3,1667,2824 -"160533",47571,18571,2,1667,2128 -"160534",47571,18943,3,1667,2861 -"160535",47571,21463,3,1667,2437 -"160536",47571,27783,2,1667,2302 -"160537",47571,31164,2,1667,1996 -"160538",47571,32449,3,1667,2091 -"160539",47571,36136,2,1667,2338 -"160540",47571,39105,2,1667,2487 -"160541",47571,46951,2,1667,2429 -"160542",47571,59039,3,1667,2870 -"160543",47571,68592,3,1667,2551 -"160544",47571,69335,3,1667,2698 -"160545",47571,76132,3,1667,2426 -"160546",47571,76675,3,1667,1840 -"160547",47573,312,3,120,2038 -"160548",47573,675,3,120,1686 -"160549",47573,701,3,120,2718 -"160550",47573,1136,3,120,2536 -"160551",47573,1321,3,120,2075 -"160552",47573,2063,3,120,1278 -"160553",47573,2533,3,120,2016 -"160554",47573,2743,3,120,1278 -"160555",47573,4889,3,120,1501 -"160556",47573,5864,3,120,1197 -"160557",47573,6363,3,120,2066 -"160558",47573,7582,3,120,1099 -"160559",47573,11477,3,120,2724 -"160560",47573,12004,3,120,996 -"160561",47573,12747,3,120,2818 -"160562",47573,14072,3,120,1346 -"160563",47573,14972,2,120,2332 -"160564",47573,16164,3,120,1184 -"160565",47573,17381,3,120,1697 -"160566",47573,19248,3,120,2357 -"160567",47573,19528,3,120,2742 -"160568",47573,19835,3,120,1135 -"160569",47573,20319,2,120,468 -"160570",47573,20824,3,120,1366 -"160571",47573,22884,2,120,1608 -"160572",47573,25198,3,120,1982 -"160573",47573,26322,3,120,1018 -"160574",47573,26608,3,120,2329 -"160575",47573,27753,3,120,2750 -"160576",47573,28094,3,120,1423 -"160577",47573,28434,3,120,1141 -"160578",47573,30334,3,120,2075 -"160579",47573,32939,3,120,2277 -"160580",47573,33588,1,120,1040 -"160581",47573,33621,2,120,1319 -"160582",47573,33672,3,120,2396 -"160583",47573,34492,3,120,1798 -"160584",47573,34815,2,120,2354 -"160585",47573,35518,3,120,1721 -"160586",47573,37238,3,120,2609 -"160587",47573,37628,3,120,819 -"160588",47573,37636,3,120,2178 -"160589",47573,38439,3,120,2025 -"160590",47573,39535,3,120,2428 -"160591",47573,39880,3,120,1620 -"160592",47573,40392,3,120,1878 -"160593",47573,41901,3,120,630 -"160594",47573,44648,3,120,619 -"160595",47573,44720,3,120,1202 -"160596",47573,45975,3,120,157 -"160597",47573,48548,3,120,826 -"160598",47573,51041,2,120,2606 -"160599",47573,51783,3,120,2599 -"160600",47573,54305,3,120,1222 -"160601",47573,54715,3,120,499 -"160602",47573,57804,3,120,2214 -"160603",47573,58035,3,120,1646 -"160604",47573,59438,1,120,2400 -"160605",47573,64031,3,120,1295 -"160606",47573,64997,3,120,2791 -"160607",47573,80172,2,120,1342 -"160608",47573,80471,3,120,538 -"160609",47573,87135,3,120,412 -"160610",47573,92491,3,120,1968 -"160611",47573,102107,3,120,504 -"160612",47573,108704,3,120,237 -"160613",47573,111004,3,120,796 -"160614",47573,112446,2,120,134 -"160615",47583,2221,3,817,2092 -"160616",47583,2418,3,817,2020 -"160617",47583,2576,3,817,1307 -"160618",47583,2759,2,817,2030 -"160619",47583,3255,2,817,2504 -"160620",47583,4730,2,817,2131 -"160621",47583,6133,2,817,1229 -"160622",47583,6627,3,817,2063 -"160623",47583,7269,3,817,1728 -"160624",47583,7433,3,817,2255 -"160625",47583,7443,3,817,2028 -"160626",47583,8984,2,817,1162 -"160627",47583,10495,3,817,2230 -"160628",47583,10638,3,817,2692 -"160629",47583,10905,3,817,1552 -"160630",47583,10914,3,817,1660 -"160631",47583,11506,3,817,2824 -"160632",47583,14761,3,817,2502 -"160633",47583,16777,3,817,834 -"160634",47583,18571,3,817,2128 -"160635",47583,18943,3,817,2861 -"160636",47583,20007,3,817,2971 -"160637",47583,21180,2,817,2762 -"160638",47583,21741,3,817,1574 -"160639",47583,21838,3,817,2106 -"160640",47583,23513,2,817,900 -"160641",47583,27008,3,817,911 -"160642",47583,30442,3,817,2124 -"160643",47583,31003,3,817,1859 -"160644",47583,31164,3,817,1996 -"160645",47583,32449,3,817,2091 -"160646",47583,34162,2,817,2336 -"160647",47583,36136,3,817,2338 -"160648",47583,37915,3,817,1905 -"160649",47583,41955,3,817,2479 -"160650",47583,45730,3,817,2063 -"160651",47583,49347,3,817,2504 -"160652",47583,54663,3,817,1424 -"160653",47583,55775,3,817,2385 -"160654",47583,56338,3,817,1818 -"160655",47583,56673,3,817,2419 -"160656",47583,60979,2,817,1758 -"160657",47583,65316,1,817,1020 -"160658",47583,66911,3,817,1920 -"160659",47583,75955,2,817,866 -"160660",47583,76132,2,817,2426 -"160661",47583,76675,2,817,1840 -"160662",47583,77397,2,817,1302 -"160663",47583,79612,3,817,927 -"160664",47583,86664,2,817,1146 -"160665",47583,104306,3,817,1665 -"160666",47583,111034,3,817,2131 -"160667",47583,115155,3,817,1942 -"160668",47585,145,3,794,1998 -"160669",47585,489,3,794,2652 -"160670",47585,512,3,794,1596 -"160671",47585,600,3,794,1702 -"160672",47585,913,3,794,2144 -"160673",47585,1067,3,794,918 -"160674",47585,1102,3,794,2282 -"160675",47585,1592,1,794,2006 -"160676",47585,1691,1,794,1941 -"160677",47585,1985,3,794,888 -"160678",47585,2011,2,794,2176 -"160679",47585,2143,3,794,1174 -"160680",47585,2208,2,794,2814 -"160681",47585,2269,3,794,984 -"160682",47585,2609,3,794,834 -"160683",47585,2684,3,794,2874 -"160684",47585,3144,3,794,869 -"160685",47585,3163,3,794,2020 -"160686",47585,3493,3,794,2451 -"160687",47585,3628,3,794,2707 -"160688",47585,3801,3,794,1974 -"160689",47585,3863,3,794,856 -"160690",47585,3878,3,794,1890 -"160691",47585,4066,3,794,1736 -"160692",47585,4317,2,794,1224 -"160693",47585,4360,3,794,1770 -"160694",47585,4687,3,794,2152 -"160695",47585,4707,3,794,2588 -"160696",47585,4790,3,794,1025 -"160697",47585,4932,3,794,2752 -"160698",47585,5258,3,794,2730 -"160699",47585,5710,3,794,1926 -"160700",47585,5986,3,794,1721 -"160701",47585,6074,3,794,2426 -"160702",47585,6104,3,794,2462 -"160703",47585,6252,3,794,2336 -"160704",47585,6390,1,794,2385 -"160705",47585,6428,3,794,1952 -"160706",47585,6491,3,794,2424 -"160707",47585,6627,3,794,2063 -"160708",47585,6697,3,794,2438 -"160709",47585,7582,3,794,1099 -"160710",47585,7672,3,794,1974 -"160711",47585,7847,3,794,2424 -"160712",47585,8011,2,794,889 -"160713",47585,8657,3,794,2473 -"160714",47585,8726,3,794,2083 -"160715",47585,8762,2,794,2585 -"160716",47585,8866,3,794,1545 -"160717",47585,8888,3,794,1328 -"160718",47585,9311,3,794,2477 -"160719",47585,9511,3,794,1232 -"160720",47585,10222,3,794,2212 -"160721",47585,10488,3,794,1524 -"160722",47585,10799,3,794,2010 -"160723",47585,11055,3,794,2111 -"160724",47585,11103,3,794,2393 -"160725",47585,11348,3,794,824 -"160726",47585,11351,3,794,2971 -"160727",47585,11434,3,794,1187 -"160728",47585,11516,3,794,1937 -"160729",47585,12199,2,794,1651 -"160730",47585,12713,3,794,2440 -"160731",47585,12724,3,794,1930 -"160732",47585,12779,3,794,936 -"160733",47585,12976,3,794,2399 -"160734",47585,13248,3,794,1385 -"160735",47585,13699,3,794,1355 -"160736",47585,13837,3,794,1604 -"160737",47585,13945,3,794,1324 -"160738",47585,14108,2,794,2012 -"160739",47585,14652,3,794,2516 -"160740",47585,14678,3,794,799 -"160741",47585,14731,2,794,2012 -"160742",47585,14888,3,794,1411 -"160743",47585,14972,3,794,2332 -"160744",47585,14983,3,794,1047 -"160745",47585,15713,2,794,1646 -"160746",47585,17400,3,794,2231 -"160747",47585,17410,3,794,2073 -"160748",47585,17434,3,794,1642 -"160749",47585,17645,3,794,1918 -"160750",47585,18502,3,794,1033 -"160751",47585,18543,2,794,2968 -"160752",47585,18836,3,794,1270 -"160753",47585,19027,3,794,2721 -"160754",47585,19173,3,794,1686 -"160755",47585,19718,3,794,1702 -"160756",47585,19813,3,794,1744 -"160757",47585,20343,3,794,851 -"160758",47585,20407,2,794,2339 -"160759",47585,20494,3,794,1075 -"160760",47585,21133,2,794,1320 -"160761",47585,21246,3,794,1612 -"160762",47585,21463,3,794,2437 -"160763",47585,21682,3,794,2414 -"160764",47585,21693,3,794,2176 -"160765",47585,22141,3,794,2348 -"160766",47585,22165,3,794,1501 -"160767",47585,22326,3,794,2818 -"160768",47585,22362,3,794,1836 -"160769",47585,23492,3,794,1067 -"160770",47585,23729,3,794,1624 -"160771",47585,23825,3,794,1913 -"160772",47585,24198,3,794,2217 -"160773",47585,24256,3,794,2393 -"160774",47585,25565,2,794,2764 -"160775",47585,25816,3,794,2088 -"160776",47585,25874,2,794,2088 -"160777",47585,26322,3,794,1018 -"160778",47585,27390,3,794,2425 -"160779",47585,27792,3,794,1308 -"160780",47585,28056,3,794,1505 -"160781",47585,28592,3,794,2320 -"160782",47585,28808,2,794,1063 -"160783",47585,29170,2,794,1846 -"160784",47585,29948,3,794,2795 -"160785",47585,30325,3,794,1067 -"160786",47585,30883,3,794,1629 -"160787",47585,31001,3,794,2119 -"160788",47585,31093,3,794,2160 -"160789",47585,31235,2,794,2668 -"160790",47585,31563,3,794,1756 -"160791",47585,32503,3,794,2020 -"160792",47585,33433,3,794,2805 -"160793",47585,33572,3,794,2370 -"160794",47585,33621,3,794,1319 -"160795",47585,33622,2,794,2230 -"160796",47585,34836,3,794,2302 -"160797",47585,34945,2,794,1298 -"160798",47585,35041,3,794,1311 -"160799",47585,35045,3,794,1646 -"160800",47585,35235,3,794,2610 -"160801",47585,35428,3,794,2263 -"160802",47585,35481,3,794,2211 -"160803",47585,35514,3,794,2346 -"160804",47585,36087,3,794,2755 -"160805",47585,36439,2,794,2469 -"160806",47585,37509,2,794,1640 -"160807",47585,37628,2,794,819 -"160808",47585,38213,2,794,1744 -"160809",47585,38667,3,794,2880 -"160810",47585,39105,3,794,2487 -"160811",47585,39535,3,794,2428 -"160812",47585,39865,3,794,849 -"160813",47585,40226,3,794,880 -"160814",47585,40369,3,794,2735 -"160815",47585,40703,3,794,1608 -"160816",47585,40954,3,794,2603 -"160817",47585,41739,3,794,1339 -"160818",47585,42619,3,794,2017 -"160819",47585,42756,3,794,1384 -"160820",47585,43173,2,794,2895 -"160821",47585,43213,3,794,2160 -"160822",47585,43226,3,794,2442 -"160823",47585,43385,3,794,1623 -"160824",47585,43428,3,794,1299 -"160825",47585,43635,3,794,1196 -"160826",47585,44427,2,794,2875 -"160827",47585,44636,3,794,1026 -"160828",47585,45545,3,794,1776 -"160829",47585,46196,3,794,1510 -"160830",47585,46512,3,794,1292 -"160831",47585,46621,2,794,1343 -"160832",47585,46726,3,794,943 -"160833",47585,46951,3,794,2429 -"160834",47585,47064,3,794,1993 -"160835",47585,47435,2,794,878 -"160836",47585,47445,3,794,2668 -"160837",47585,49186,3,794,1289 -"160838",47585,49301,2,794,1894 -"160839",47585,49470,3,794,1528 -"160840",47585,49620,2,794,1868 -"160841",47585,49677,3,794,1222 -"160842",47585,50179,3,794,2230 -"160843",47585,50217,2,794,1211 -"160844",47585,50254,3,794,1151 -"160845",47585,50737,3,794,959 -"160846",47585,50946,3,794,1075 -"160847",47585,51572,3,794,912 -"160848",47585,51628,3,794,901 -"160849",47585,52136,2,794,1412 -"160850",47585,52154,3,794,1722 -"160851",47585,52323,3,794,2148 -"160852",47585,52327,2,794,1472 -"160853",47585,54676,3,794,1342 -"160854",47585,54855,3,794,1525 -"160855",47585,55084,3,794,1189 -"160856",47585,55156,2,794,2196 -"160857",47585,55324,3,794,1544 -"160858",47585,56082,3,794,2395 -"160859",47585,56903,3,794,1584 -"160860",47585,56910,3,794,2705 -"160861",47585,57414,3,794,922 -"160862",47585,57544,3,794,2443 -"160863",47585,57990,2,794,978 -"160864",47585,58133,3,794,1484 -"160865",47585,58284,2,794,2292 -"160866",47585,59096,3,794,1677 -"160867",47585,61785,2,794,822 -"160868",47585,62062,3,794,860 -"160869",47585,62219,3,794,2494 -"160870",47585,62602,2,794,1172 -"160871",47585,62668,3,794,958 -"160872",47585,64181,2,794,1828 -"160873",47585,64997,3,794,2791 -"160874",47585,65625,3,794,1273 -"160875",47585,66413,3,794,2507 -"160876",47585,68810,3,794,2409 -"160877",47585,69447,2,794,1197 -"160878",47585,71274,3,794,2390 -"160879",47585,72207,3,794,2430 -"160880",47585,72468,3,794,2292 -"160881",47585,72597,3,794,1843 -"160882",47585,73675,3,794,887 -"160883",47585,74190,3,794,1428 -"160884",47585,74636,2,794,2525 -"160885",47585,75403,3,794,1895 -"160886",47585,75898,3,794,889 -"160887",47585,76127,2,794,910 -"160888",47585,76192,2,794,912 -"160889",47585,76646,3,794,1263 -"160890",47585,78256,3,794,804 -"160891",47585,78563,2,794,2385 -"160892",47585,78975,3,794,946 -"160893",47585,79322,3,794,2770 -"160894",47585,79364,3,794,834 -"160895",47585,79436,3,794,1344 -"160896",47585,79612,3,794,927 -"160897",47585,79657,3,794,1260 -"160898",47585,80278,3,794,1057 -"160899",47585,81895,3,794,1634 -"160900",47585,82401,3,794,1210 -"160901",47585,82787,2,794,1144 -"160902",47585,82949,3,794,2077 -"160903",47585,83224,3,794,1183 -"160904",47585,83396,3,794,2396 -"160905",47585,88232,2,794,2881 -"160906",47585,88966,2,794,1568 -"160907",47585,92322,3,794,2393 -"160908",47585,92491,3,794,1968 -"160909",47585,93398,3,794,828 -"160910",47585,93953,3,794,969 -"160911",47585,95155,3,794,849 -"160912",47585,97824,2,794,1229 -"160913",47585,100215,3,794,2436 -"160914",47585,100432,3,794,1358 -"160915",47585,105063,3,794,1908 -"160916",47595,1822,3,2374,2888 -"160917",47595,3477,2,2374,2546 -"160918",47595,3978,3,2374,2775 -"160919",47595,4303,3,2374,2414 -"160920",47595,6989,3,2374,2623 -"160921",47595,8865,3,2374,2394 -"160922",47595,9503,3,2374,2453 -"160923",47595,11648,3,2374,2852 -"160924",47595,13899,3,2374,2650 -"160925",47595,15826,3,2374,2772 -"160926",47595,18005,3,2374,2449 -"160927",47595,19433,2,2374,2504 -"160928",47595,20124,3,2374,2376 -"160929",47595,20984,3,2374,2502 -"160930",47595,26182,3,2374,2775 -"160931",47595,27320,3,2374,2378 -"160932",47595,27908,3,2374,2576 -"160933",47595,28869,3,2374,2425 -"160934",47595,30368,3,2374,2487 -"160935",47595,31357,3,2374,2389 -"160936",47595,31700,3,2374,2727 -"160937",47595,32339,3,2374,2430 -"160938",47595,32395,3,2374,2735 -"160939",47595,33223,2,2374,2397 -"160940",47595,36953,3,2374,2790 -"160941",47595,40572,3,2374,2666 -"160942",47595,45729,3,2374,2606 -"160943",47595,47968,3,2374,2829 -"160944",47595,50585,3,2374,2414 -"160945",47595,51774,3,2374,2459 -"160946",47595,51843,3,2374,2389 -"160947",47595,53739,3,2374,2704 -"160948",47607,827,2,2724,2964 -"160949",47607,9272,3,2724,2835 -"160950",47607,17499,3,2724,2954 -"160951",47607,23550,3,2724,2939 -"160952",47607,37684,3,2724,2899 -"160953",47607,42390,3,2724,2937 -"160954",47607,53652,3,2724,2899 -"160955",47607,59511,3,2724,2753 -"160956",47607,64628,3,2724,2829 -"160957",47629,1015,2,222,1174 -"160958",47629,1203,3,222,1350 -"160959",47629,2294,3,222,1638 -"160960",47629,4121,3,222,1304 -"160961",47629,8860,2,222,2141 -"160962",47629,10087,3,222,1617 -"160963",47629,10481,3,222,740 -"160964",47629,18706,3,222,1617 -"160965",47629,21352,3,222,1604 -"160966",47629,32549,3,222,2111 -"160967",47629,33341,3,222,2338 -"160968",47629,33491,2,222,1226 -"160969",47629,34094,2,222,1360 -"160970",47629,73172,3,222,2496 -"160971",47629,79837,3,222,1252 -"160972",47629,105419,3,222,855 -"160973",47641,19190,3,2350,2677 -"160974",47654,680,3,1664,2569 -"160975",47654,2206,3,1664,2536 -"160976",47654,3306,3,1664,1989 -"160977",47654,3961,3,1664,2426 -"160978",47654,5962,3,1664,2491 -"160979",47654,9504,1,1664,2549 -"160980",47654,10239,3,1664,2032 -"160981",47654,10358,3,1664,2294 -"160982",47654,10980,3,1664,1974 -"160983",47654,11477,3,1664,2724 -"160984",47654,12759,3,1664,2414 -"160985",47654,13920,3,1664,1709 -"160986",47654,20657,3,1664,2340 -"160987",47654,21670,3,1664,2158 -"160988",47654,23223,3,1664,2094 -"160989",47654,25373,3,1664,2783 -"160990",47654,27320,3,1664,2378 -"160991",47654,27908,3,1664,2576 -"160992",47654,32658,3,1664,1694 -"160993",47654,35797,3,1664,2482 -"160994",47654,41723,3,1664,2101 -"160995",47654,44564,3,1664,2034 -"160996",47654,45138,2,1664,2516 -"160997",47654,47965,3,1664,2232 -"160998",47654,50585,3,1664,2414 -"160999",47654,52203,3,1664,1961 -"161000",47654,55817,3,1664,2285 -"161001",47654,56094,3,1664,2343 -"161002",47654,59610,3,1664,2448 -"161003",47654,62066,3,1664,2281 -"161004",47654,63077,3,1664,2778 -"161005",47654,70583,3,1664,2615 -"161006",47664,2057,2,159,1965 -"161007",47664,7597,3,159,2037 -"161008",47664,8865,3,159,2394 -"161009",47664,9227,3,159,1267 -"161010",47664,11585,2,159,1817 -"161011",47664,12067,3,159,1213 -"161012",47664,15978,3,159,981 -"161013",47664,16959,3,159,888 -"161014",47664,17133,3,159,924 -"161015",47664,17572,3,159,340 -"161016",47664,19231,3,159,1424 -"161017",47664,21528,3,159,1807 -"161018",47664,28094,2,159,1423 -"161019",47664,29997,1,159,1789 -"161020",47664,30065,1,159,604 -"161021",47664,32606,3,159,2100 -"161022",47664,35446,3,159,1203 -"161023",47664,38333,3,159,1365 -"161024",47664,41023,3,159,2408 -"161025",47664,47529,3,159,2914 -"161026",47664,47760,1,159,1108 -"161027",47664,59438,3,159,2400 -"161028",47664,59683,3,159,2068 -"161029",47664,61337,3,159,2777 -"161030",47664,63837,3,159,2807 -"161031",47664,66527,3,159,961 -"161032",47664,68691,3,159,1209 -"161033",47664,68876,3,159,1397 -"161034",47664,69232,2,159,2130 -"161035",47664,71455,3,159,1702 -"161036",47664,71652,3,159,2638 -"161037",47664,78677,3,159,341 -"161038",47664,82023,2,159,992 -"161039",47664,100260,3,159,888 -"161040",47664,112456,3,159,175 -"161041",47664,121173,3,159,829 -"161042",47708,900,3,2568,2726 -"161043",47715,21138,2,2111,2849 -"161044",47715,22639,3,2111,2352 -"161045",47715,38262,3,2111,2219 -"161046",47715,47248,3,2111,2883 -"161047",47715,81592,3,2111,2882 -"161048",47726,2572,3,1272,2273 -"161049",47726,3011,3,1272,2278 -"161050",47726,3886,3,1272,1669 -"161051",47726,4701,3,1272,2401 -"161052",47726,10370,3,1272,2224 -"161053",47726,10779,3,1272,2881 -"161054",47726,12518,2,1272,2747 -"161055",47726,15005,3,1272,1415 -"161056",47726,17931,3,1272,1617 -"161057",47726,24286,3,1272,1280 -"161058",47726,24753,3,1272,2860 -"161059",47726,24816,3,1272,2161 -"161060",47726,27030,2,1272,2031 -"161061",47726,27377,2,1272,1724 -"161062",47726,33356,3,1272,1586 -"161063",47726,33433,3,1272,2805 -"161064",47726,35045,3,1272,1646 -"161065",47726,36554,2,1272,1649 -"161066",47726,40129,3,1272,2162 -"161067",47726,41664,3,1272,2641 -"161068",47726,43978,3,1272,2698 -"161069",47726,44769,3,1272,2411 -"161070",47726,51546,1,1272,1369 -"161071",47726,54879,3,1272,2210 -"161072",47726,62903,3,1272,1704 -"161073",47726,73205,3,1272,1529 -"161074",47726,82893,3,1272,1275 -"161075",47737,680,3,216,2569 -"161076",47737,3235,1,216,799 -"161077",47737,3403,3,216,2951 -"161078",47737,4303,3,216,2414 -"161079",47737,8062,3,216,2858 -"161080",47737,9782,2,216,340 -"161081",47737,11728,3,216,1121 -"161082",47737,12208,2,216,447 -"161083",47737,12759,3,216,2414 -"161084",47737,14807,2,216,241 -"161085",47737,18381,3,216,1524 -"161086",47737,20688,3,216,891 -"161087",47737,22723,3,216,2859 -"161088",47737,25373,3,216,2783 -"161089",47737,30609,3,216,988 -"161090",47737,32606,3,216,2100 -"161091",47737,34334,3,216,1637 -"161092",47737,37636,3,216,2178 -"161093",47737,38259,3,216,2258 -"161094",47737,40329,3,216,412 -"161095",47737,40910,3,216,2469 -"161096",47737,41723,2,216,2101 -"161097",47737,50585,3,216,2414 -"161098",47752,2972,3,630,1708 -"161099",47752,18483,2,630,874 -"161100",47752,27195,3,630,2158 -"161101",47752,56232,3,630,1175 -"161102",47752,68960,3,630,1312 -"161103",47752,115078,3,630,697 -"161104",47760,2057,3,1108,1965 -"161105",47760,11585,3,1108,1817 -"161106",47760,19231,3,1108,1424 -"161107",47760,28094,3,1108,1423 -"161108",47760,29997,2,1108,1789 -"161109",47760,31017,3,1108,1533 -"161110",47760,35446,3,1108,1203 -"161111",47760,47529,3,1108,2914 -"161112",47760,69232,3,1108,2130 -"161113",47760,71455,3,1108,1702 -"161114",47769,446,3,176,1910 -"161115",47769,601,3,176,702 -"161116",47769,1427,3,176,324 -"161117",47769,1428,3,176,742 -"161118",47769,3961,3,176,2426 -"161119",47769,5346,3,176,1438 -"161120",47769,5438,2,176,1499 -"161121",47769,7233,3,176,572 -"161122",47769,7992,3,176,2033 -"161123",47769,10358,3,176,2294 -"161124",47769,11576,3,176,808 -"161125",47769,13200,3,176,2488 -"161126",47769,13388,3,176,2119 -"161127",47769,15207,3,176,1855 -"161128",47769,15990,3,176,593 -"161129",47769,16053,3,176,908 -"161130",47769,17221,3,176,2487 -"161131",47769,18550,3,176,483 -"161132",47769,19637,3,176,1229 -"161133",47769,20067,3,176,2390 -"161134",47769,20732,3,176,2401 -"161135",47769,23725,3,176,2378 -"161136",47769,23726,3,176,2434 -"161137",47769,23869,2,176,1918 -"161138",47769,28131,3,176,1492 -"161139",47769,30150,3,176,1704 -"161140",47769,30943,3,176,2287 -"161141",47769,38055,3,176,1089 -"161142",47769,39563,3,176,486 -"161143",47769,40113,3,176,451 -"161144",47769,40923,3,176,989 -"161145",47769,44819,3,176,2063 -"161146",47769,46803,1,176,2305 -"161147",47769,50041,3,176,1565 -"161148",47769,50382,3,176,2244 -"161149",47769,52154,3,176,1722 -"161150",47769,54631,3,176,1531 -"161151",47769,70203,3,176,2756 -"161152",47769,70681,3,176,866 -"161153",47769,74032,3,176,976 -"161154",47769,74681,3,176,837 -"161155",47769,74730,3,176,535 -"161156",47769,76133,3,176,1565 -"161157",47769,76905,3,176,298 -"161158",47769,85794,3,176,679 -"161159",47769,92254,3,176,517 -"161160",47769,94520,3,176,1243 -"161161",47769,117679,2,176,535 -"161162",47772,1639,3,2293,2631 -"161163",47772,2424,3,2293,2582 -"161164",47772,16332,3,2293,2668 -"161165",47772,19248,3,2293,2357 -"161166",47772,20124,3,2293,2376 -"161167",47772,20407,3,2293,2339 -"161168",47772,26749,2,2293,2965 -"161169",47772,27275,3,2293,2656 -"161170",47772,27390,3,2293,2425 -"161171",47772,33949,3,2293,2489 -"161172",47772,36439,3,2293,2469 -"161173",47772,38780,3,2293,2705 -"161174",47772,45608,3,2293,2420 -"161175",47772,54551,3,2293,2348 -"161176",47772,55139,3,2293,2323 -"161177",47772,58508,3,2293,2326 -"161178",47772,61982,3,2293,2725 -"161179",47772,79322,2,2293,2770 -"161180",47772,80825,3,2293,2315 -"161181",47789,267,3,1583,2631 -"161182",47789,5258,3,1583,2730 -"161183",47789,6491,3,1583,2424 -"161184",47789,10310,3,1583,2774 -"161185",47789,11493,2,1583,2077 -"161186",47789,18543,3,1583,2968 -"161187",47789,21479,3,1583,2134 -"161188",47789,22207,3,1583,2365 -"161189",47789,23725,3,1583,2378 -"161190",47789,24256,3,1583,2393 -"161191",47789,27628,2,1583,2389 -"161192",47789,29580,3,1583,2776 -"161193",47789,29930,3,1583,2240 -"161194",47789,40565,3,1583,2115 -"161195",47789,42505,3,1583,2008 -"161196",47789,44403,3,1583,2429 -"161197",47789,44894,2,1583,2048 -"161198",47789,45504,3,1583,2301 -"161199",47789,54551,3,1583,2348 -"161200",47789,67129,3,1583,2335 -"161201",47789,82270,3,1583,1641 -"161202",47803,1151,3,2477,2885 -"161203",47803,1616,3,2477,2662 -"161204",47803,7323,3,2477,2858 -"161205",47803,27908,3,2477,2576 -"161206",47803,33433,3,2477,2805 -"161207",47803,39444,2,2477,2695 -"161208",47803,47564,3,2477,2650 -"161209",47803,49110,3,2477,2938 -"161210",47810,21,2,957,1385 -"161211",47810,1108,3,957,1600 -"161212",47810,2540,3,957,1398 -"161213",47810,2959,3,957,1785 -"161214",47810,3127,3,957,2273 -"161215",47810,4526,3,957,1728 -"161216",47810,4668,3,957,1919 -"161217",47810,7942,3,957,2623 -"161218",47810,8062,3,957,2858 -"161219",47810,8140,2,957,1262 -"161220",47810,9504,3,957,2549 -"161221",47810,9954,3,957,2117 -"161222",47810,10980,1,957,1974 -"161223",47810,12948,3,957,2669 -"161224",47810,14532,3,957,1193 -"161225",47810,16176,3,957,2703 -"161226",47810,19501,3,957,1186 -"161227",47810,22166,3,957,994 -"161228",47810,22704,1,957,1150 -"161229",47810,27742,3,957,2700 -"161230",47810,27914,3,957,2507 -"161231",47810,28869,3,957,2425 -"161232",47810,32818,3,957,2485 -"161233",47810,35822,3,957,1903 -"161234",47810,37522,3,957,1270 -"161235",47810,42331,2,957,1585 -"161236",47810,47654,2,957,1664 -"161237",47810,49450,3,957,1328 -"161238",47810,62668,3,957,958 -"161239",47810,63077,2,957,2778 -"161240",47810,66609,3,957,998 -"161241",47810,70101,3,957,2414 -"161242",47810,74156,3,957,2279 -"161243",47810,74370,3,957,1667 -"161244",47810,83301,3,957,1385 -"161245",47810,84975,3,957,1138 -"161246",47810,85778,3,957,1040 -"161247",47810,85869,2,957,1509 -"161248",47810,94525,3,957,1993 -"161249",47810,100860,3,957,2326 -"161250",47810,101367,3,957,974 -"161251",47810,103890,2,957,958 -"161252",47810,116987,2,957,2469 -"161253",47812,23139,2,2343,2644 -"161254",47812,29004,3,2343,2596 -"161255",47812,49787,3,2343,2352 -"161256",47827,11135,2,1957,2441 -"161257",47827,11429,3,1957,2520 -"161258",47827,13024,3,1957,2468 -"161259",47827,15502,3,1957,2637 -"161260",47827,19687,2,1957,2072 -"161261",47827,23639,3,1957,2065 -"161262",47827,24441,2,1957,2256 -"161263",47827,41051,3,1957,2767 -"161264",47827,45487,1,1957,2256 -"161265",47827,95211,3,1957,2462 -"161266",47839,7241,3,1864,2259 -"161267",47839,12374,3,1864,2260 -"161268",47839,46384,3,1864,2285 -"161269",47839,63077,3,1864,2778 -"161270",47839,108867,3,1864,2328 -"161271",47840,341,3,2509,2689 -"161272",47840,841,2,2509,2964 -"161273",47840,3978,3,2509,2775 -"161274",47840,25373,3,2509,2783 -"161275",47840,51783,3,2509,2599 -"161276",47857,4618,3,2325,2607 -"161277",47857,5725,3,2325,2789 -"161278",47857,7234,3,2325,2654 -"161279",47857,13929,3,2325,2693 -"161280",47857,31799,3,2325,2547 -"161281",47857,51410,3,2325,2739 -"161282",47857,54551,3,2325,2348 -"161283",47857,56082,3,2325,2395 -"161284",47857,72207,3,2325,2430 -"161285",47860,2282,2,789,2056 -"161286",47860,2927,3,789,1789 -"161287",47860,9724,3,789,2713 -"161288",47860,10701,3,789,2000 -"161289",47860,13595,3,789,1164 -"161290",47860,14212,3,789,857 -"161291",47860,17499,3,789,2954 -"161292",47860,17531,2,789,876 -"161293",47860,22357,3,789,1397 -"161294",47860,26597,3,789,2070 -"161295",47860,28648,3,789,1586 -"161296",47860,28782,3,789,2272 -"161297",47860,36840,3,789,2269 -"161298",47860,37684,3,789,2899 -"161299",47860,43701,2,789,2400 -"161300",47860,53652,3,789,2899 -"161301",47860,54316,3,789,1202 -"161302",47860,64737,3,789,2442 -"161303",47860,80970,3,789,2069 -"161304",47860,88984,3,789,935 -"161305",47869,19605,3,2097,2395 -"161306",47869,20124,3,2097,2376 -"161307",47869,35837,3,2097,2871 -"161308",47882,42574,3,2769,2842 -"161309",47882,59289,3,2769,2896 -"161310",47884,4913,2,131,292 -"161311",47884,5414,3,131,2321 -"161312",47884,6262,3,131,2733 -"161313",47884,6432,3,131,2297 -"161314",47884,9808,3,131,1648 -"161315",47884,15075,3,131,2252 -"161316",47884,15891,3,131,589 -"161317",47884,18992,3,131,243 -"161318",47884,19323,1,131,1705 -"161319",47884,20392,3,131,1309 -"161320",47884,22980,3,131,158 -"161321",47884,23890,1,131,1810 -"161322",47884,24109,3,131,504 -"161323",47884,24761,1,131,2384 -"161324",47884,31795,3,131,412 -"161325",47884,44982,3,131,1592 -"161326",47884,50476,1,131,1641 -"161327",47884,59579,2,131,2034 -"161328",47884,69215,3,131,1591 -"161329",47884,69352,2,131,220 -"161330",47884,72207,3,131,2430 -"161331",47884,72827,3,131,1359 -"161332",47884,75700,3,131,313 -"161333",47884,83133,3,131,1055 -"161334",47884,83947,3,131,917 -"161335",47884,88123,3,131,2252 -"161336",47884,89329,3,131,517 -"161337",47884,93665,1,131,220 -"161338",47884,105262,3,131,223 -"161339",47884,108872,3,131,1810 -"161340",47884,113181,2,131,2301 -"161341",47884,119007,3,131,979 -"161342",47889,323,3,992,1706 -"161343",47889,9351,3,992,1460 -"161344",47889,9552,2,992,1947 -"161345",47889,10223,3,992,1033 -"161346",47889,10239,3,992,2032 -"161347",47889,13065,3,992,1561 -"161348",47889,16296,3,992,2626 -"161349",47889,16384,1,992,1320 -"161350",47889,16482,3,992,1958 -"161351",47889,19605,3,992,2395 -"161352",47889,20321,3,992,1596 -"161353",47889,22282,3,992,1418 -"161354",47889,22652,3,992,1544 -"161355",47889,23015,2,992,1362 -"161356",47889,24256,3,992,2393 -"161357",47889,26793,3,992,2104 -"161358",47889,27379,3,992,2461 -"161359",47889,29089,3,992,1344 -"161360",47889,31856,3,992,2630 -"161361",47889,32678,3,992,1439 -"161362",47889,37026,3,992,1428 -"161363",47889,39443,3,992,2277 -"161364",47889,39875,3,992,2422 -"161365",47889,40913,3,992,1800 -"161366",47889,51017,3,992,2073 -"161367",47889,51035,2,992,2397 -"161368",47889,55438,2,992,2863 -"161369",47889,55892,3,992,1234 -"161370",47889,66978,3,992,1536 -"161371",47889,69712,3,992,1219 -"161372",47895,14353,3,2328,2878 -"161373",47895,17027,3,2328,2772 -"161374",47895,25480,3,2328,2747 -"161375",47895,37238,3,2328,2609 -"161376",47895,42799,3,2328,2729 -"161377",47895,51364,3,2328,2660 -"161378",47895,54067,3,2328,2433 -"161379",47895,117956,2,2328,2774 -"161380",47942,206,3,146,1986 -"161381",47942,543,3,146,2203 -"161382",47942,803,3,146,1666 -"161383",47942,1036,3,146,1367 -"161384",47942,1092,3,146,1945 -"161385",47942,1427,3,146,324 -"161386",47942,1428,3,146,742 -"161387",47942,1495,3,146,2046 -"161388",47942,1968,3,146,631 -"161389",47942,2484,3,146,2389 -"161390",47942,2754,3,146,1360 -"161391",47942,2766,3,146,1920 -"161392",47942,3753,3,146,1255 -"161393",47942,3853,3,146,2465 -"161394",47942,4763,2,146,1960 -"161395",47942,5315,3,146,2631 -"161396",47942,5429,3,146,1991 -"161397",47942,5462,3,146,2374 -"161398",47942,5504,3,146,2389 -"161399",47942,7292,3,146,1988 -"161400",47942,7323,3,146,2858 -"161401",47942,9893,3,146,2701 -"161402",47942,10638,3,146,2692 -"161403",47942,10779,3,146,2881 -"161404",47942,10874,2,146,1891 -"161405",47942,11055,3,146,2111 -"161406",47942,13388,3,146,2119 -"161407",47942,13925,3,146,1515 -"161408",47942,14080,3,146,1351 -"161409",47942,14189,3,146,1483 -"161410",47942,15184,2,146,2396 -"161411",47942,15607,2,146,1421 -"161412",47942,16053,3,146,908 -"161413",47942,16164,3,146,1184 -"161414",47942,16313,3,146,1160 -"161415",47942,16609,3,146,538 -"161416",47942,18348,3,146,1711 -"161417",47942,18874,3,146,2170 -"161418",47942,19027,2,146,2721 -"161419",47942,19113,3,146,1171 -"161420",47942,20067,3,146,2390 -"161421",47942,20292,3,146,2755 -"161422",47942,20700,2,146,2861 -"161423",47942,21571,3,146,2755 -"161424",47942,22207,3,146,2365 -"161425",47942,22566,3,146,2308 -"161426",47942,22850,2,146,878 -"161427",47942,23508,3,146,1907 -"161428",47942,25543,2,146,724 -"161429",47942,26957,3,146,987 -"161430",47942,29930,3,146,2240 -"161431",47942,31279,2,146,965 -"161432",47942,31505,3,146,162 -"161433",47942,31799,2,146,2547 -"161434",47942,35529,3,146,1620 -"161435",47942,35738,3,146,2448 -"161436",47942,37570,3,146,2389 -"161437",47942,39245,3,146,517 -"161438",47942,40832,3,146,634 -"161439",47942,41625,3,146,1794 -"161440",47942,41832,3,146,1155 -"161441",47942,41955,3,146,2479 -"161442",47942,42619,3,146,2017 -"161443",47942,44636,1,146,1026 -"161444",47942,46039,3,146,1794 -"161445",47942,48242,3,146,1690 -"161446",47942,50075,3,146,1026 -"161447",47942,50252,3,146,2001 -"161448",47942,51572,2,146,912 -"161449",47942,51863,3,146,1395 -"161450",47942,53134,3,146,1590 -"161451",47942,54676,2,146,1342 -"161452",47942,57077,3,146,1885 -"161453",47942,57977,3,146,2683 -"161454",47942,58035,3,146,1646 -"161455",47942,59646,2,146,456 -"161456",47942,60689,2,146,859 -"161457",47942,62488,2,146,1418 -"161458",47942,65029,3,146,2954 -"161459",47942,74730,3,146,535 -"161460",47942,76284,3,146,1237 -"161461",47942,76356,3,146,2323 -"161462",47942,78775,2,146,340 -"161463",47942,79689,3,146,1184 -"161464",47942,80471,3,146,538 -"161465",47942,81511,3,146,848 -"161466",47942,84498,3,146,1292 -"161467",47942,85784,3,146,1142 -"161468",47942,86799,3,146,1951 -"161469",47942,88966,3,146,1568 -"161470",47942,89676,3,146,397 -"161471",47942,91908,3,146,918 -"161472",47942,98150,3,146,1009 -"161473",47942,99273,3,146,825 -"161474",47942,100140,2,146,1041 -"161475",47942,100670,3,146,525 -"161476",47942,101338,3,146,1319 -"161477",47942,102004,2,146,497 -"161478",47942,102666,3,146,2726 -"161479",47942,102820,3,146,501 -"161480",47942,112368,3,146,606 -"161481",47947,455,3,2681,2827 -"161482",47947,823,3,2681,2840 -"161483",47947,4418,3,2681,2788 -"161484",47947,5725,1,2681,2789 -"161485",47947,7323,3,2681,2858 -"161486",47947,12867,2,2681,2773 -"161487",47947,13929,3,2681,2693 -"161488",47947,17826,3,2681,2920 -"161489",47947,18151,2,2681,2962 -"161490",47947,19528,3,2681,2742 -"161491",47947,24825,3,2681,2686 -"161492",47947,24923,3,2681,2785 -"161493",47947,26351,2,2681,2683 -"161494",47947,28285,1,2681,2972 -"161495",47947,34327,3,2681,2959 -"161496",47947,36962,3,2681,2861 -"161497",47947,39087,2,2681,2765 -"161498",47947,44235,3,2681,2700 -"161499",47947,49461,3,2681,2793 -"161500",47947,53219,3,2681,2973 -"161501",47947,55691,3,2681,2856 -"161502",47947,57977,2,2681,2683 -"161503",47947,64754,3,2681,2793 -"161504",47947,75311,3,2681,2745 -"161505",47955,680,2,751,2569 -"161506",47955,3271,3,751,2216 -"161507",47955,4001,3,751,1687 -"161508",47955,4303,3,751,2414 -"161509",47955,4660,3,751,2149 -"161510",47955,4983,3,751,1909 -"161511",47955,9484,2,751,1429 -"161512",47955,9621,3,751,1113 -"161513",47955,10739,3,751,1807 -"161514",47955,11588,3,751,2352 -"161515",47955,12031,3,751,1957 -"161516",47955,12759,3,751,2414 -"161517",47955,18122,3,751,894 -"161518",47955,18381,3,751,1524 -"161519",47955,18672,3,751,1182 -"161520",47955,19073,3,751,2748 -"161521",47955,21240,3,751,1162 -"161522",47955,23131,3,751,1732 -"161523",47955,25373,3,751,2783 -"161524",47955,27686,2,751,2844 -"161525",47955,28116,3,751,1643 -"161526",47955,30525,3,751,1964 -"161527",47955,37636,3,751,2178 -"161528",47955,39418,3,751,1978 -"161529",47955,41723,3,751,2101 -"161530",47955,44341,3,751,1230 -"161531",47955,50585,3,751,2414 -"161532",47955,59788,3,751,2315 -"161533",47955,62993,2,751,1369 -"161534",47955,74055,3,751,1544 -"161535",47955,87907,3,751,1173 -"161536",47955,92860,3,751,1643 -"161537",47955,94525,3,751,1993 -"161538",47956,1015,1,222,1174 -"161539",47956,1203,2,222,1350 -"161540",47956,2294,2,222,1638 -"161541",47956,2852,3,222,2448 -"161542",47956,2960,3,222,977 -"161543",47956,3284,3,222,1541 -"161544",47956,3770,3,222,2623 -"161545",47956,4107,3,222,987 -"161546",47956,4121,2,222,1304 -"161547",47956,8860,2,222,2141 -"161548",47956,10087,3,222,1617 -"161549",47956,10481,2,222,740 -"161550",47956,11168,3,222,1223 -"161551",47956,11383,3,222,977 -"161552",47956,14915,3,222,2606 -"161553",47956,16021,3,222,858 -"161554",47956,18005,3,222,2449 -"161555",47956,18706,3,222,1617 -"161556",47956,18891,3,222,1596 -"161557",47956,21352,2,222,1604 -"161558",47956,22166,3,222,994 -"161559",47956,27509,3,222,2067 -"161560",47956,28081,3,222,1927 -"161561",47956,28357,3,222,1134 -"161562",47956,32549,2,222,2111 -"161563",47956,33341,2,222,2338 -"161564",47956,33491,2,222,1226 -"161565",47956,33870,3,222,955 -"161566",47956,34094,2,222,1360 -"161567",47956,34528,3,222,1323 -"161568",47956,36514,3,222,1192 -"161569",47956,36637,3,222,2085 -"161570",47956,39534,3,222,2410 -"161571",47956,40796,3,222,540 -"161572",47956,46261,3,222,2350 -"161573",47956,49201,3,222,936 -"161574",47956,50229,3,222,1190 -"161575",47956,50996,3,222,929 -"161576",47956,51546,3,222,1369 -"161577",47956,56601,3,222,528 -"161578",47956,62668,3,222,958 -"161579",47956,67963,3,222,806 -"161580",47956,68789,3,222,1929 -"161581",47956,72438,3,222,1397 -"161582",47956,73172,2,222,2496 -"161583",47956,79837,2,222,1252 -"161584",47956,80050,3,222,2698 -"161585",47956,82413,3,222,491 -"161586",47956,83860,3,222,1522 -"161587",47956,91772,3,222,2233 -"161588",47956,98058,3,222,1891 -"161589",47956,101578,3,222,850 -"161590",47956,105419,3,222,855 -"161591",47956,107383,3,222,1918 -"161592",47956,109724,3,222,367 -"161593",47956,119501,3,222,390 -"161594",47965,6697,3,2232,2438 -"161595",47965,9504,3,2232,2549 -"161596",47965,9787,2,2232,2858 -"161597",47965,11136,2,2232,2573 -"161598",47965,14754,3,2232,2456 -"161599",47965,16866,3,2232,2718 -"161600",47965,18865,3,2232,2676 -"161601",47965,18965,3,2232,2315 -"161602",47965,19686,3,2232,2467 -"161603",47965,19934,3,2232,2888 -"161604",47965,63395,3,2232,2334 -"161605",47965,81164,3,2232,2260 -"161606",47966,9801,3,2409,2443 -"161607",47966,31131,3,2409,2810 -"161608",47966,36506,3,2409,2638 -"161609",47966,47534,3,2409,2712 -"161610",47968,9785,3,2829,2951 -"161611",47968,19934,3,2829,2888 -"161612",47968,23591,3,2829,2831 -"161613",47968,26642,3,2829,2952 -"161614",47968,34216,3,2829,2832 -"161615",47968,35715,2,2829,2912 -"161616",48015,3284,3,1355,1541 -"161617",48015,4983,3,1355,1909 -"161618",48015,9332,2,1355,2734 -"161619",48015,9703,3,1355,1845 -"161620",48015,10457,2,1355,1711 -"161621",48015,11588,3,1355,2352 -"161622",48015,11648,3,1355,2852 -"161623",48015,12361,2,1355,2732 -"161624",48015,13879,3,1355,2748 -"161625",48015,14043,2,1355,2084 -"161626",48015,15443,3,1355,1631 -"161627",48015,17645,3,1355,1918 -"161628",48015,18005,2,1355,2449 -"161629",48015,19655,3,1355,2706 -"161630",48015,20124,3,1355,2376 -"161631",48015,29818,3,1355,1677 -"161632",48015,30334,3,1355,2075 -"161633",48015,31109,2,1355,1845 -"161634",48015,32775,3,1355,2135 -"161635",48015,37636,3,1355,2178 -"161636",48015,40392,3,1355,1878 -"161637",48015,49712,3,1355,1937 -"161638",48015,50509,3,1355,2050 -"161639",48015,51783,3,1355,2599 -"161640",48015,53687,2,1355,2422 -"161641",48015,54523,3,1355,1935 -"161642",48015,58745,3,1355,1920 -"161643",48015,84271,1,1355,1556 -"161644",48015,88212,3,1355,2547 -"161645",48015,90299,3,1355,1606 -"161646",48035,270,2,2180,2542 -"161647",48035,380,2,2180,2261 -"161648",48035,1102,2,2180,2282 -"161649",48035,2424,3,2180,2582 -"161650",48035,2484,3,2180,2389 -"161651",48035,2572,3,2180,2273 -"161652",48035,3305,3,2180,2839 -"161653",48035,5235,3,2180,2324 -"161654",48035,5610,3,2180,2223 -"161655",48035,6074,3,2180,2426 -"161656",48035,8533,3,2180,2251 -"161657",48035,9362,3,2180,2879 -"161658",48035,10513,3,2180,2284 -"161659",48035,10857,3,2180,2253 -"161660",48035,11218,3,2180,2292 -"161661",48035,13307,1,2180,2206 -"161662",48035,14655,3,2180,2559 -"161663",48035,18394,2,2180,2356 -"161664",48035,19622,3,2180,2371 -"161665",48035,19862,2,2180,2412 -"161666",48035,20124,3,2180,2376 -"161667",48035,21012,2,2180,2325 -"161668",48035,22326,3,2180,2818 -"161669",48035,24256,3,2180,2393 -"161670",48035,25305,3,2180,2447 -"161671",48035,31159,3,2180,2231 -"161672",48035,36087,3,2180,2755 -"161673",48035,42216,3,2180,2722 -"161674",48035,43455,3,2180,2846 -"161675",48035,44769,3,2180,2411 -"161676",48035,46629,3,2180,2255 -"161677",48035,49110,3,2180,2938 -"161678",48035,50236,3,2180,2339 -"161679",48035,51866,3,2180,2411 -"161680",48035,54551,3,2180,2348 -"161681",48035,56082,3,2180,2395 -"161682",48035,57977,3,2180,2683 -"161683",48035,61982,3,2180,2725 -"161684",48035,72207,3,2180,2430 -"161685",48110,843,2,2009,2332 -"161686",48110,2424,3,2009,2582 -"161687",48110,2647,3,2009,2450 -"161688",48110,3271,1,2009,2216 -"161689",48110,3272,3,2009,2132 -"161690",48110,3477,3,2009,2546 -"161691",48110,3947,3,2009,2067 -"161692",48110,3961,3,2009,2426 -"161693",48110,3978,3,2009,2775 -"161694",48110,4249,3,2009,2547 -"161695",48110,4932,3,2009,2752 -"161696",48110,5239,3,2009,2875 -"161697",48110,6248,3,2009,2737 -"161698",48110,6999,3,2009,2214 -"161699",48110,7942,3,2009,2623 -"161700",48110,7984,3,2009,2493 -"161701",48110,9272,1,2009,2835 -"161702",48110,9503,3,2009,2453 -"161703",48110,9724,3,2009,2713 -"161704",48110,9910,3,2009,2526 -"161705",48110,9948,3,2009,2019 -"161706",48110,10373,3,2009,2436 -"161707",48110,10513,3,2009,2284 -"161708",48110,10638,3,2009,2692 -"161709",48110,11239,3,2009,2181 -"161710",48110,11319,3,2009,2073 -"161711",48110,11477,3,2009,2724 -"161712",48110,11506,3,2009,2824 -"161713",48110,12374,3,2009,2260 -"161714",48110,13780,3,2009,2412 -"161715",48110,14108,3,2009,2012 -"161716",48110,14470,3,2009,2632 -"161717",48110,14612,3,2009,2340 -"161718",48110,14761,3,2009,2502 -"161719",48110,14887,3,2009,2158 -"161720",48110,14957,3,2009,2306 -"161721",48110,15023,3,2009,2054 -"161722",48110,15782,3,2009,2306 -"161723",48110,16826,3,2009,2599 -"161724",48110,18571,3,2009,2128 -"161725",48110,18943,3,2009,2861 -"161726",48110,19075,2,2009,2214 -"161727",48110,19364,3,2009,2846 -"161728",48110,19719,3,2009,2177 -"161729",48110,20547,3,2009,2145 -"161730",48110,20695,3,2009,2526 -"161731",48110,21285,3,2009,2100 -"161732",48110,21693,3,2009,2176 -"161733",48110,22141,3,2009,2348 -"161734",48110,22326,3,2009,2818 -"161735",48110,22410,3,2009,2158 -"161736",48110,22709,3,2009,2743 -"161737",48110,23550,3,2009,2939 -"161738",48110,25941,3,2009,2369 -"161739",48110,26451,3,2009,2133 -"161740",48110,26597,3,2009,2070 -"161741",48110,26749,3,2009,2965 -"161742",48110,28582,3,2009,2698 -"161743",48110,29319,3,2009,2314 -"161744",48110,30010,3,2009,2917 -"161745",48110,31264,3,2009,2335 -"161746",48110,31357,3,2009,2389 -"161747",48110,32449,3,2009,2091 -"161748",48110,32516,3,2009,2050 -"161749",48110,32939,3,2009,2277 -"161750",48110,33572,3,2009,2370 -"161751",48110,34136,3,2009,2202 -"161752",48110,36136,3,2009,2338 -"161753",48110,36840,3,2009,2269 -"161754",48110,36979,3,2009,2158 -"161755",48110,37684,3,2009,2899 -"161756",48110,37752,2,2009,2223 -"161757",48110,38038,3,2009,2686 -"161758",48110,38887,3,2009,2468 -"161759",48110,39439,2,2009,2462 -"161760",48110,39444,2,2009,2695 -"161761",48110,39906,3,2009,2365 -"161762",48110,42382,3,2009,2224 -"161763",48110,42390,3,2009,2937 -"161764",48110,42407,3,2009,2408 -"161765",48110,43173,2,2009,2895 -"161766",48110,43226,1,2009,2442 -"161767",48110,43701,3,2009,2400 -"161768",48110,46951,3,2009,2429 -"161769",48110,47607,3,2009,2724 -"161770",48110,48931,3,2009,2444 -"161771",48110,51843,3,2009,2389 -"161772",48110,52576,3,2009,2234 -"161773",48110,53445,2,2009,2028 -"161774",48110,53584,3,2009,2391 -"161775",48110,54385,3,2009,2340 -"161776",48110,55556,3,2009,2075 -"161777",48110,56082,3,2009,2395 -"161778",48110,56317,3,2009,2030 -"161779",48110,57804,2,2009,2214 -"161780",48110,58508,1,2009,2326 -"161781",48110,59039,2,2009,2870 -"161782",48110,59700,3,2009,2346 -"161783",48110,69335,1,2009,2698 -"161784",48110,71274,3,2009,2390 -"161785",48110,73553,3,2009,2726 -"161786",48110,77077,3,2009,2693 -"161787",48110,79036,3,2009,2524 -"161788",48110,80190,2,2009,2717 -"161789",48110,82949,3,2009,2077 -"161790",48110,93553,3,2009,2537 -"161791",48110,98354,3,2009,2794 -"161792",48110,108379,3,2009,2933 -"161793",48158,16525,2,2483,2721 -"161794",48215,270,3,2028,2542 -"161795",48215,913,3,2028,2144 -"161796",48215,1136,3,2028,2536 -"161797",48215,1324,3,2028,2147 -"161798",48215,3460,3,2028,2530 -"161799",48215,3896,2,2028,2693 -"161800",48215,5580,3,2028,2111 -"161801",48215,7703,3,2028,2122 -"161802",48215,7984,3,2028,2493 -"161803",48215,9654,2,2028,2111 -"161804",48215,11329,3,2028,2799 -"161805",48215,13307,3,2028,2206 -"161806",48215,14032,3,2028,2144 -"161807",48215,14676,2,2028,2764 -"161808",48215,14887,3,2028,2158 -"161809",48215,16365,3,2028,2217 -"161810",48215,16866,3,2028,2718 -"161811",48215,17354,3,2028,2250 -"161812",48215,18394,3,2028,2356 -"161813",48215,18865,3,2028,2676 -"161814",48215,19516,3,2028,2313 -"161815",48215,20067,3,2028,2390 -"161816",48215,20271,2,2028,2044 -"161817",48215,21670,3,2028,2158 -"161818",48215,21929,3,2028,2062 -"161819",48215,22080,3,2028,2436 -"161820",48215,23011,2,2028,2763 -"161821",48215,24255,3,2028,2770 -"161822",48215,24256,3,2028,2393 -"161823",48215,26451,3,2028,2133 -"161824",48215,29929,3,2028,2789 -"161825",48215,30405,3,2028,2164 -"161826",48215,31700,2,2028,2727 -"161827",48215,32606,3,2028,2100 -"161828",48215,33380,3,2028,2340 -"161829",48215,36031,2,2028,2342 -"161830",48215,36609,3,2028,2918 -"161831",48215,36646,3,2028,2744 -"161832",48215,36862,3,2028,2655 -"161833",48215,37238,3,2028,2609 -"161834",48215,38602,3,2028,2693 -"161835",48215,42216,3,2028,2722 -"161836",48215,42642,3,2028,2257 -"161837",48215,42799,3,2028,2729 -"161838",48215,43213,3,2028,2160 -"161839",48215,45134,3,2028,2758 -"161840",48215,45618,3,2028,2356 -"161841",48215,47386,3,2028,2226 -"161842",48215,47440,3,2028,2234 -"161843",48215,49265,3,2028,2686 -"161844",48215,50236,3,2028,2339 -"161845",48215,53323,3,2028,2677 -"161846",48215,55468,3,2028,2511 -"161847",48215,55604,3,2028,2342 -"161848",48215,56082,2,2028,2395 -"161849",48215,56237,3,2028,2625 -"161850",48215,57380,3,2028,2362 -"161851",48215,58284,3,2028,2292 -"161852",48215,60116,3,2028,2668 -"161853",48215,60516,3,2028,2257 -"161854",48215,63395,2,2028,2334 -"161855",48215,64469,3,2028,2707 -"161856",48215,67726,2,2028,2873 -"161857",48215,72207,3,2028,2430 -"161858",48215,72728,3,2028,2234 -"161859",48215,73747,3,2028,2274 -"161860",48215,74204,3,2028,2463 -"161861",48215,78784,2,2028,2824 -"161862",48215,88232,3,2028,2881 -"161863",48215,110934,3,2028,2308 -"161864",48238,798,3,1194,2476 -"161865",48238,2407,3,1194,1725 -"161866",48238,3564,2,1194,2717 -"161867",48238,4001,3,1194,1687 -"161868",48238,5599,3,1194,1684 -"161869",48238,6942,1,1194,1232 -"161870",48238,10210,2,1194,1905 -"161871",48238,15567,3,1194,2671 -"161872",48238,16866,3,1194,2718 -"161873",48238,18865,3,1194,2676 -"161874",48238,26218,3,1194,2460 -"161875",48238,33010,2,1194,2189 -"161876",48238,33356,3,1194,1586 -"161877",48238,35004,2,1194,1509 -"161878",48238,35715,1,1194,2912 -"161879",48238,35980,2,1194,2657 -"161880",48238,38755,3,1194,2902 -"161881",48238,40819,2,1194,1556 -"161882",48238,42813,3,1194,2142 -"161883",48238,47968,3,1194,2829 -"161884",48238,51687,3,1194,2333 -"161885",48238,63395,3,1194,2334 -"161886",48238,65856,3,1194,2504 -"161887",48238,70455,3,1194,1307 -"161888",48238,72348,3,1194,1810 -"161889",48238,76971,2,1194,2145 -"161890",48238,80606,2,1194,2079 -"161891",48238,81162,3,1194,1240 -"161892",48242,2766,3,1690,1920 -"161893",48242,4763,3,1690,1960 -"161894",48242,5462,3,1690,2374 -"161895",48242,10874,3,1690,1891 -"161896",48242,15184,3,1690,2396 -"161897",48242,19027,2,1690,2721 -"161898",48242,20700,3,1690,2861 -"161899",48242,31799,2,1690,2547 -"161900",48242,33160,3,1690,2441 -"161901",48242,65029,2,1690,2954 -"161902",48254,2370,3,1013,1600 -"161903",48254,3068,3,1013,1815 -"161904",48254,4784,3,1013,2511 -"161905",48254,6020,3,1013,1864 -"161906",48254,16866,3,1013,2718 -"161907",48254,21358,3,1013,1970 -"161908",48254,21920,3,1013,2367 -"161909",48254,28648,3,1013,1586 -"161910",48254,31950,3,1013,2217 -"161911",48254,34274,3,1013,1437 -"161912",48254,45297,3,1013,1864 -"161913",48254,45449,2,1013,1610 -"161914",48254,45450,1,1013,1590 -"161915",48254,48823,3,1013,2080 -"161916",48254,48931,3,1013,2444 -"161917",48254,80186,2,1013,2228 -"161918",48254,84581,3,1013,1241 -"161919",48254,92366,3,1013,1434 -"161920",48254,93642,3,1013,1120 -"161921",48254,95879,3,1013,1748 -"161922",48254,100084,2,1013,1964 -"161923",48255,6577,3,970,1951 -"161924",48255,7579,3,970,1624 -"161925",48255,36862,3,970,2655 -"161926",48255,45207,2,970,1755 -"161927",48255,93568,3,970,1755 -"161928",48258,12388,3,755,1975 -"161929",48258,14353,3,755,2878 -"161930",48258,14564,3,755,1581 -"161931",48258,15444,3,755,2764 -"161932",48258,16053,3,755,908 -"161933",48258,16896,3,755,2223 -"161934",48258,17027,2,755,2772 -"161935",48258,17097,2,755,1505 -"161936",48258,20067,3,755,2390 -"161937",48258,22403,2,755,1630 -"161938",48258,26737,3,755,855 -"161939",48258,27355,3,755,870 -"161940",48258,40646,3,755,1583 -"161941",48258,41108,3,755,1624 -"161942",48258,42799,3,755,2729 -"161943",48258,52261,3,755,2162 -"161944",48258,57150,3,755,1196 -"161945",48258,57760,3,755,1721 -"161946",48258,65522,2,755,1572 -"161947",48258,68652,3,755,2878 -"161948",48260,270,3,875,2542 -"161949",48260,489,3,875,2652 -"161950",48260,671,3,875,2328 -"161951",48260,733,3,875,1653 -"161952",48260,1090,3,875,2370 -"161953",48260,1124,3,875,1596 -"161954",48260,1151,3,875,2885 -"161955",48260,1154,2,875,1656 -"161956",48260,1367,3,875,2176 -"161957",48260,1520,3,875,1716 -"161958",48260,1616,3,875,2662 -"161959",48260,1767,3,875,2727 -"161960",48260,1777,3,875,1965 -"161961",48260,2036,3,875,2483 -"161962",48260,2063,3,875,1278 -"161963",48260,2166,2,875,2557 -"161964",48260,2429,3,875,999 -"161965",48260,2684,2,875,2874 -"161966",48260,2754,3,875,1360 -"161967",48260,2819,3,875,1743 -"161968",48260,2894,3,875,1291 -"161969",48260,3068,3,875,1815 -"161970",48260,3167,2,875,1676 -"161971",48260,3271,3,875,2216 -"161972",48260,3317,3,875,2037 -"161973",48260,3628,3,875,2707 -"161974",48260,3830,3,875,1661 -"161975",48260,4226,1,875,1903 -"161976",48260,4305,3,875,2374 -"161977",48260,4485,3,875,1963 -"161978",48260,4687,3,875,2152 -"161979",48260,4763,3,875,1960 -"161980",48260,4790,3,875,1025 -"161981",48260,4791,3,875,1184 -"161982",48260,4953,3,875,2285 -"161983",48260,5239,3,875,2875 -"161984",48260,5462,3,875,2374 -"161985",48260,5504,3,875,2389 -"161986",48260,6052,3,875,1985 -"161987",48260,6222,3,875,1949 -"161988",48260,6392,3,875,1878 -"161989",48260,6428,3,875,1952 -"161990",48260,6491,2,875,2424 -"161991",48260,7241,3,875,2259 -"161992",48260,7245,3,875,2089 -"161993",48260,7555,3,875,1943 -"161994",48260,8533,3,875,2251 -"161995",48260,8621,3,875,1681 -"161996",48260,8762,3,875,2585 -"161997",48260,8821,3,875,2230 -"161998",48260,9272,3,875,2835 -"161999",48260,9311,3,875,2477 -"162000",48260,9432,3,875,1693 -"162001",48260,9481,3,875,1610 -"162002",48260,9511,3,875,1232 -"162003",48260,9751,2,875,1397 -"162004",48260,10453,3,875,1656 -"162005",48260,10488,3,875,1524 -"162006",48260,10646,3,875,1555 -"162007",48260,11055,3,875,2111 -"162008",48260,11620,3,875,2010 -"162009",48260,12081,3,875,2166 -"162010",48260,12374,2,875,2260 -"162011",48260,12728,3,875,2374 -"162012",48260,13945,3,875,1324 -"162013",48260,14959,3,875,2898 -"162014",48260,15118,3,875,1311 -"162015",48260,15135,3,875,1035 -"162016",48260,15401,3,875,1999 -"162017",48260,15539,2,875,1929 -"162018",48260,16053,3,875,908 -"162019",48260,16625,3,875,1285 -"162020",48260,17037,3,875,2947 -"162021",48260,18315,3,875,2720 -"162022",48260,18415,3,875,2184 -"162023",48260,18518,3,875,1128 -"162024",48260,19335,3,875,1729 -"162025",48260,19606,3,875,2783 -"162026",48260,19937,3,875,1587 -"162027",48260,20220,3,875,1656 -"162028",48260,20311,2,875,1981 -"162029",48260,20732,3,875,2401 -"162030",48260,20824,3,875,1366 -"162031",48260,21029,3,875,1943 -"162032",48260,21104,2,875,2327 -"162033",48260,21122,3,875,1701 -"162034",48260,21275,3,875,2609 -"162035",48260,22006,2,875,1202 -"162036",48260,22025,3,875,1591 -"162037",48260,22749,3,875,1727 -"162038",48260,23509,3,875,2275 -"162039",48260,23534,3,875,1659 -"162040",48260,23726,3,875,2434 -"162041",48260,24005,3,875,1188 -"162042",48260,24753,3,875,2860 -"162043",48260,25132,3,875,1188 -"162044",48260,25241,3,875,1233 -"162045",48260,25816,3,875,2088 -"162046",48260,25886,3,875,1580 -"162047",48260,26436,3,875,2489 -"162048",48260,26451,1,875,2133 -"162049",48260,27275,3,875,2656 -"162050",48260,27501,3,875,1981 -"162051",48260,27628,3,875,2389 -"162052",48260,27792,1,875,1308 -"162053",48260,27849,3,875,1316 -"162054",48260,28303,2,875,2089 -"162055",48260,28434,3,875,1141 -"162056",48260,29073,2,875,2328 -"162057",48260,29170,3,875,1846 -"162058",48260,29289,3,875,1756 -"162059",48260,29456,3,875,1182 -"162060",48260,30334,3,875,2075 -"162061",48260,30368,3,875,2487 -"162062",48260,30386,3,875,1833 -"162063",48260,30943,3,875,2287 -"162064",48260,31542,3,875,2459 -"162065",48260,31691,3,875,1657 -"162066",48260,32131,3,875,1035 -"162067",48260,32173,3,875,2341 -"162068",48260,32988,3,875,2008 -"162069",48260,33801,3,875,2899 -"162070",48260,34136,2,875,2202 -"162071",48260,34492,3,875,1798 -"162072",48260,35187,3,875,2488 -"162073",48260,35235,3,875,2610 -"162074",48260,35514,3,875,2346 -"162075",48260,36439,3,875,2469 -"162076",48260,37238,3,875,2609 -"162077",48260,37636,3,875,2178 -"162078",48260,38307,3,875,2648 -"162079",48260,38727,3,875,2238 -"162080",48260,38921,3,875,1880 -"162081",48260,39411,3,875,2384 -"162082",48260,39444,3,875,2695 -"162083",48260,40072,3,875,1182 -"162084",48260,40369,3,875,2735 -"162085",48260,40392,3,875,1878 -"162086",48260,40645,3,875,1899 -"162087",48260,41682,3,875,1988 -"162088",48260,41739,3,875,1339 -"162089",48260,42505,3,875,2008 -"162090",48260,43051,3,875,904 -"162091",48260,43213,3,875,2160 -"162092",48260,43226,3,875,2442 -"162093",48260,43404,3,875,2649 -"162094",48260,43455,3,875,2846 -"162095",48260,43518,1,875,2680 -"162096",48260,44089,3,875,1632 -"162097",48260,44636,3,875,1026 -"162098",48260,46621,3,875,1343 -"162099",48260,48110,3,875,2009 -"162100",48260,48414,3,875,1749 -"162101",48260,48698,3,875,1474 -"162102",48260,50093,3,875,909 -"162103",48260,50113,3,875,2059 -"162104",48260,50118,3,875,2654 -"162105",48260,50236,3,875,2339 -"162106",48260,51783,3,875,2599 -"162107",48260,52735,3,875,1124 -"162108",48260,54855,3,875,1525 -"162109",48260,55084,3,875,1189 -"162110",48260,55468,3,875,2511 -"162111",48260,55556,3,875,2075 -"162112",48260,55691,3,875,2856 -"162113",48260,56317,3,875,2030 -"162114",48260,56569,3,875,1993 -"162115",48260,57129,3,875,1858 -"162116",48260,57544,3,875,2443 -"162117",48260,57950,3,875,1529 -"162118",48260,57977,3,875,2683 -"162119",48260,58035,3,875,1646 -"162120",48260,58133,1,875,1484 -"162121",48260,58414,3,875,880 -"162122",48260,58451,3,875,1939 -"162123",48260,58508,3,875,2326 -"162124",48260,59790,3,875,1827 -"162125",48260,59939,3,875,936 -"162126",48260,60661,3,875,2700 -"162127",48260,62488,3,875,1418 -"162128",48260,62957,3,875,1170 -"162129",48260,63770,2,875,1324 -"162130",48260,64031,3,875,1295 -"162131",48260,64997,3,875,2791 -"162132",48260,65322,3,875,2008 -"162133",48260,69335,3,875,2698 -"162134",48260,69498,3,875,931 -"162135",48260,70203,3,875,2756 -"162136",48260,74687,3,875,930 -"162137",48260,75948,3,875,1006 -"162138",48260,79436,3,875,1344 -"162139",48260,79612,3,875,927 -"162140",48260,80301,3,875,1690 -"162141",48260,81895,3,875,1634 -"162142",48260,82426,3,875,1576 -"162143",48260,82696,2,875,1305 -"162144",48260,86245,2,875,1972 -"162145",48260,86664,3,875,1146 -"162146",48260,90573,3,875,878 -"162147",48260,92124,3,875,1532 -"162148",48260,94650,2,875,896 -"162149",48260,99020,2,875,1383 -"162150",48260,99103,3,875,1470 -"162151",48260,102133,3,875,1165 -"162152",48260,102609,3,875,885 -"162153",48260,104217,3,875,956 -"162154",48260,108379,2,875,2933 -"162155",48260,108867,3,875,2328 -"162156",48260,119444,2,875,888 -"162157",48262,46060,3,655,861 -"162158",48274,6192,3,1979,2409 -"162159",48274,8327,2,1979,2527 -"162160",48274,12449,1,1979,2067 -"162161",48274,15444,3,1979,2764 -"162162",48274,15626,3,1979,2434 -"162163",48274,18394,3,1979,2356 -"162164",48274,19208,3,1979,2629 -"162165",48274,19605,3,1979,2395 -"162166",48274,21248,3,1979,2232 -"162167",48274,24558,3,1979,2139 -"162168",48274,27390,3,1979,2425 -"162169",48274,29280,3,1979,2499 -"162170",48274,31117,3,1979,2210 -"162171",48274,41682,3,1979,1988 -"162172",48274,41764,3,1979,2409 -"162173",48274,48373,3,1979,2220 -"162174",48274,50480,3,1979,2701 -"162175",48274,51853,3,1979,2520 -"162176",48274,54879,3,1979,2210 -"162177",48274,56920,3,1979,2548 -"162178",48274,91579,2,1979,2510 -"162179",48274,99351,3,1979,2939 -"162180",48277,733,3,971,1653 -"162181",48277,1046,3,971,1881 -"162182",48277,1386,2,971,1901 -"162183",48277,2063,3,971,1278 -"162184",48277,2572,3,971,2273 -"162185",48277,2743,3,971,1278 -"162186",48277,3242,2,971,1730 -"162187",48277,4191,3,971,2130 -"162188",48277,4618,3,971,2607 -"162189",48277,4687,3,971,2152 -"162190",48277,4980,3,971,2093 -"162191",48277,5622,3,971,2175 -"162192",48277,5725,3,971,2789 -"162193",48277,7245,3,971,2089 -"162194",48277,8621,3,971,1681 -"162195",48277,9328,3,971,1937 -"162196",48277,10404,3,971,2062 -"162197",48277,10857,3,971,2253 -"162198",48277,10890,3,971,2639 -"162199",48277,15402,3,971,1281 -"162200",48277,16074,2,971,977 -"162201",48277,16164,2,971,1184 -"162202",48277,17357,3,971,1536 -"162203",48277,20563,2,971,2267 -"162204",48277,20824,3,971,1366 -"162205",48277,21911,3,971,1184 -"162206",48277,22501,3,971,1006 -"162207",48277,23159,3,971,1548 -"162208",48277,23492,3,971,1067 -"162209",48277,23506,3,971,1172 -"162210",48277,23704,3,971,2278 -"162211",48277,25341,3,971,1858 -"162212",48277,25643,3,971,1646 -"162213",48277,25971,2,971,2608 -"162214",48277,26282,3,971,1241 -"162215",48277,26436,3,971,2489 -"162216",48277,26516,3,971,2479 -"162217",48277,27753,2,971,2750 -"162218",48277,28434,3,971,1141 -"162219",48277,30081,3,971,2403 -"162220",48277,30438,3,971,1617 -"162221",48277,31799,3,971,2547 -"162222",48277,34216,3,971,2832 -"162223",48277,34327,3,971,2959 -"162224",48277,34480,3,971,2755 -"162225",48277,34492,2,971,1798 -"162226",48277,34735,3,971,2767 -"162227",48277,38449,3,971,1802 -"162228",48277,39294,3,971,1889 -"162229",48277,40293,3,971,1671 -"162230",48277,45715,3,971,2287 -"162231",48277,48754,3,971,1972 -"162232",48277,51022,3,971,1499 -"162233",48277,51410,3,971,2739 -"162234",48277,51471,2,971,1280 -"162235",48277,51987,3,971,1397 -"162236",48277,54551,3,971,2348 -"162237",48277,54740,3,971,2750 -"162238",48277,58035,2,971,1646 -"162239",48277,64031,3,971,1295 -"162240",48277,64793,3,971,2819 -"162241",48277,67383,3,971,1739 -"162242",48277,74095,3,971,2333 -"162243",48277,82767,3,971,1641 -"162244",48277,94808,3,971,988 -"162245",48277,100134,3,971,977 -"162246",48283,1315,2,1290,2760 -"162247",48283,2181,3,1290,2030 -"162248",48283,2424,3,1290,2582 -"162249",48283,3139,2,1290,1656 -"162250",48283,3305,3,1290,2839 -"162251",48283,5622,3,1290,2175 -"162252",48283,7181,3,1290,1421 -"162253",48283,7196,3,1290,1508 -"162254",48283,7984,3,1290,2493 -"162255",48283,8866,3,1290,1545 -"162256",48283,9362,2,1290,2879 -"162257",48283,12564,3,1290,2799 -"162258",48283,12901,1,1290,2136 -"162259",48283,12982,2,1290,2143 -"162260",48283,13324,3,1290,2163 -"162261",48283,13479,3,1290,2155 -"162262",48283,13780,3,1290,2412 -"162263",48283,14353,3,1290,2878 -"162264",48283,14652,3,1290,2516 -"162265",48283,15401,3,1290,1999 -"162266",48283,17027,3,1290,2772 -"162267",48283,19096,3,1290,1538 -"162268",48283,21197,3,1290,1437 -"162269",48283,21285,3,1290,2100 -"162270",48283,21479,3,1290,2134 -"162271",48283,21693,3,1290,2176 -"162272",48283,23312,2,1290,2449 -"162273",48283,24612,2,1290,1875 -"162274",48283,27427,2,1290,2325 -"162275",48283,27694,3,1290,2030 -"162276",48283,28131,3,1290,1492 -"162277",48283,28784,2,1290,1579 -"162278",48283,30150,3,1290,1704 -"162279",48283,30747,3,1290,2455 -"162280",48283,32988,3,1290,2008 -"162281",48283,33949,3,1290,2489 -"162282",48283,36087,3,1290,2755 -"162283",48283,36637,3,1290,2085 -"162284",48283,39294,3,1290,1889 -"162285",48283,40645,3,1290,1899 -"162286",48283,40707,3,1290,1547 -"162287",48283,44654,2,1290,2916 -"162288",48283,44676,3,1290,2629 -"162289",48283,45959,3,1290,1880 -"162290",48283,46040,1,1290,2105 -"162291",48283,47064,3,1290,1993 -"162292",48283,48289,3,1290,2209 -"162293",48283,51089,3,1290,2426 -"162294",48283,51243,2,1290,1389 -"162295",48283,53604,3,1290,2489 -"162296",48283,58365,2,1290,1902 -"162297",48283,65155,3,1290,1947 -"162298",48283,65322,3,1290,2008 -"162299",48283,68652,3,1290,2878 -"162300",48283,70203,3,1290,2756 -"162301",48283,80014,3,1290,1562 -"162302",48283,87837,3,1290,1987 -"162303",48283,92513,3,1290,2282 -"162304",48289,1639,1,2209,2631 -"162305",48289,16518,3,2209,2642 -"162306",48289,26749,3,2209,2965 -"162307",48289,33949,3,2209,2489 -"162308",48377,2684,3,1927,2874 -"162309",48377,8865,2,1927,2394 -"162310",48377,9615,3,1927,2464 -"162311",48377,10148,3,1927,2964 -"162312",48377,27908,3,1927,2576 -"162313",48377,29454,3,1927,2719 -"162314",48377,30906,3,1927,2537 -"162315",48377,55862,3,1927,2123 -"162316",48377,58733,3,1927,1958 -"162317",48377,69232,3,1927,2130 -"162318",48384,4671,3,2057,2280 -"162319",48384,7616,3,2057,2296 -"162320",48384,22950,3,2057,2576 -"162321",48384,48571,3,2057,2717 -"162322",48384,50236,3,2057,2339 -"162323",48384,56082,3,2057,2395 -"162324",48400,364,3,113,2351 -"162325",48400,1015,3,113,1174 -"162326",48400,1203,2,113,1350 -"162327",48400,2294,2,113,1638 -"162328",48400,3978,2,113,2775 -"162329",48400,4303,3,113,2414 -"162330",48400,6580,3,113,222 -"162331",48400,8860,3,113,2141 -"162332",48400,9481,3,113,1610 -"162333",48400,9503,3,113,2453 -"162334",48400,9787,3,113,2858 -"162335",48400,10087,2,113,1617 -"162336",48400,10453,3,113,1656 -"162337",48400,11127,3,113,1196 -"162338",48400,16021,3,113,858 -"162339",48400,18381,3,113,1524 -"162340",48400,18706,3,113,1617 -"162341",48400,19655,3,113,2706 -"162342",48400,20220,3,113,1656 -"162343",48400,28357,3,113,1134 -"162344",48400,33491,3,113,1226 -"162345",48400,34094,2,113,1360 -"162346",48400,37351,3,113,978 -"162347",48400,39534,3,113,2410 -"162348",48400,47013,3,113,2388 -"162349",48400,47629,3,113,222 -"162350",48400,47956,2,113,222 -"162351",48400,49201,3,113,936 -"162352",48400,71531,3,113,2887 -"162353",48400,72438,3,113,1397 -"162354",48400,76143,3,113,1610 -"162355",48400,79534,3,113,340 -"162356",48400,95690,3,113,765 -"162357",48400,107383,3,113,1918 -"162358",48414,135,3,1749,2233 -"162359",48414,1090,3,1749,2370 -"162360",48414,1321,3,1749,2075 -"162361",48414,2166,2,1749,2557 -"162362",48414,2424,3,1749,2582 -"162363",48414,4226,3,1749,1903 -"162364",48414,4701,3,1749,2401 -"162365",48414,5504,3,1749,2389 -"162366",48414,5849,3,1749,2404 -"162367",48414,12863,2,1749,2027 -"162368",48414,13751,2,1749,2557 -"162369",48414,14972,3,1749,2332 -"162370",48414,16497,3,1749,2370 -"162371",48414,19248,3,1749,2357 -"162372",48414,19719,3,1749,2177 -"162373",48414,21285,3,1749,2100 -"162374",48414,23704,3,1749,2278 -"162375",48414,26608,3,1749,2329 -"162376",48414,26749,3,1749,2965 -"162377",48414,27390,3,1749,2425 -"162378",48414,30386,3,1749,1833 -"162379",48414,33572,3,1749,2370 -"162380",48414,38019,3,1749,1870 -"162381",48414,39444,2,1749,2695 -"162382",48414,43518,3,1749,2680 -"162383",48414,50685,2,1749,2008 -"162384",48414,50977,3,1749,2352 -"162385",48414,52058,2,1749,1836 -"162386",48414,52576,3,1749,2234 -"162387",48414,53196,3,1749,1888 -"162388",48414,53789,3,1749,2681 -"162389",48414,55438,3,1749,2863 -"162390",48414,55468,3,1749,2511 -"162391",48414,55556,3,1749,2075 -"162392",48414,55828,3,1749,2393 -"162393",48414,56317,3,1749,2030 -"162394",48414,58508,3,1749,2326 -"162395",48414,59700,3,1749,2346 -"162396",48414,61982,3,1749,2725 -"162397",48414,62841,3,1749,2710 -"162398",48414,63442,3,1749,1965 -"162399",48414,67129,3,1749,2335 -"162400",48414,67690,3,1749,1902 -"162401",48414,79322,3,1749,2770 -"162402",48414,82949,3,1749,2077 -"162403",48419,1624,3,1134,2687 -"162404",48419,1708,3,1134,1591 -"162405",48419,2282,2,1134,2056 -"162406",48419,2647,3,1134,2450 -"162407",48419,2927,2,1134,1789 -"162408",48419,4249,3,1134,2547 -"162409",48419,7604,3,1134,1366 -"162410",48419,11858,3,1134,1530 -"162411",48419,12116,2,1134,2119 -"162412",48419,13340,3,1134,1918 -"162413",48419,14957,3,1134,2306 -"162414",48419,15782,3,1134,2306 -"162415",48419,17499,3,1134,2954 -"162416",48419,22357,3,1134,1397 -"162417",48419,22410,3,1134,2158 -"162418",48419,26597,3,1134,2070 -"162419",48419,28782,3,1134,2272 -"162420",48419,32350,3,1134,1540 -"162421",48419,36840,1,1134,2269 -"162422",48419,42382,3,1134,2224 -"162423",48419,42390,2,1134,2937 -"162424",48419,42407,3,1134,2408 -"162425",48419,43701,3,1134,2400 -"162426",48419,46616,3,1134,1917 -"162427",48419,47607,3,1134,2724 -"162428",48419,48501,3,1134,2010 -"162429",48419,50468,3,1134,1659 -"162430",48419,53584,3,1134,2391 -"162431",48419,80970,3,1134,2069 -"162432",48419,84181,2,1134,1272 -"162433",48435,270,3,528,2542 -"162434",48435,508,3,528,801 -"162435",48435,1124,3,528,1596 -"162436",48435,1127,2,528,1188 -"162437",48435,1130,3,528,1566 -"162438",48435,1428,3,528,742 -"162439",48435,1578,3,528,1612 -"162440",48435,2195,3,528,2139 -"162441",48435,2269,3,528,984 -"162442",48435,2300,3,528,565 -"162443",48435,2325,3,528,1641 -"162444",48435,2894,3,528,1291 -"162445",48435,2901,3,528,1156 -"162446",48435,2972,3,528,1708 -"162447",48435,3966,3,528,2425 -"162448",48435,4289,3,528,1921 -"162449",48435,5392,3,528,1648 -"162450",48435,5615,3,528,1105 -"162451",48435,5785,3,528,1261 -"162452",48435,5971,3,528,1985 -"162453",48435,6222,3,528,1949 -"162454",48435,6264,3,528,749 -"162455",48435,6588,3,528,2025 -"162456",48435,10523,3,528,1510 -"162457",48435,11127,3,528,1196 -"162458",48435,11229,3,528,1625 -"162459",48435,11817,3,528,600 -"162460",48435,12374,2,528,2260 -"162461",48435,12388,2,528,1975 -"162462",48435,13307,3,528,2206 -"162463",48435,13388,3,528,2119 -"162464",48435,14272,3,528,1063 -"162465",48435,14353,3,528,2878 -"162466",48435,14482,3,528,1573 -"162467",48435,14564,3,528,1581 -"162468",48435,14656,3,528,584 -"162469",48435,14669,3,528,2080 -"162470",48435,15215,3,528,798 -"162471",48435,15444,2,528,2764 -"162472",48435,15990,3,528,593 -"162473",48435,16053,2,528,908 -"162474",48435,16352,3,528,2657 -"162475",48435,16896,3,528,2223 -"162476",48435,17027,2,528,2772 -"162477",48435,17061,3,528,2385 -"162478",48435,17097,2,528,1505 -"162479",48435,17396,3,528,1672 -"162480",48435,17400,3,528,2231 -"162481",48435,18165,3,528,2085 -"162482",48435,18394,3,528,2356 -"162483",48435,18404,3,528,801 -"162484",48435,19317,3,528,2041 -"162485",48435,19637,3,528,1229 -"162486",48435,20067,2,528,2390 -"162487",48435,21104,3,528,2327 -"162488",48435,21248,3,528,2232 -"162489",48435,21422,3,528,935 -"162490",48435,21706,3,528,1988 -"162491",48435,22403,2,528,1630 -"162492",48435,23268,3,528,2258 -"162493",48435,23492,3,528,1067 -"162494",48435,23526,3,528,1998 -"162495",48435,23715,3,528,1859 -"162496",48435,23725,3,528,2378 -"162497",48435,23869,3,528,1918 -"162498",48435,24005,3,528,1188 -"162499",48435,25132,3,528,1188 -"162500",48435,25443,3,528,1441 -"162501",48435,26570,3,528,1669 -"162502",48435,26671,3,528,2279 -"162503",48435,26737,3,528,855 -"162504",48435,26867,2,528,1804 -"162505",48435,27104,3,528,1608 -"162506",48435,27355,3,528,870 -"162507",48435,27744,3,528,861 -"162508",48435,28131,3,528,1492 -"162509",48435,30325,3,528,1067 -"162510",48435,30405,3,528,2164 -"162511",48435,30883,3,528,1629 -"162512",48435,32017,2,528,577 -"162513",48435,32811,3,528,804 -"162514",48435,33622,3,528,2230 -"162515",48435,33801,3,528,2899 -"162516",48435,34136,3,528,2202 -"162517",48435,34509,3,528,1973 -"162518",48435,34836,3,528,2302 -"162519",48435,35529,3,528,1620 -"162520",48435,37800,2,528,604 -"162521",48435,38019,3,528,1870 -"162522",48435,39444,3,528,2695 -"162523",48435,39865,2,528,849 -"162524",48435,40028,3,528,1349 -"162525",48435,40072,2,528,1182 -"162526",48435,40646,1,528,1583 -"162527",48435,41108,2,528,1624 -"162528",48435,41682,3,528,1988 -"162529",48435,42837,3,528,1096 -"162530",48435,48258,3,528,755 -"162531",48435,48698,3,528,1474 -"162532",48435,50236,3,528,2339 -"162533",48435,50487,2,528,744 -"162534",48435,52261,3,528,2162 -"162535",48435,52345,2,528,1430 -"162536",48435,53303,2,528,1376 -"162537",48435,53475,3,528,2853 -"162538",48435,56082,3,528,2395 -"162539",48435,57150,2,528,1196 -"162540",48435,57760,2,528,1721 -"162541",48435,59939,1,528,936 -"162542",48435,61242,3,528,1650 -"162543",48435,65522,3,528,1572 -"162544",48435,68215,3,528,2727 -"162545",48435,70528,3,528,2727 -"162546",48435,70838,3,528,687 -"162547",48435,70996,3,528,1037 -"162548",48435,72188,3,528,856 -"162549",48435,72326,3,528,2384 -"162550",48435,74730,3,528,535 -"162551",48435,75403,3,528,1895 -"162552",48435,76356,2,528,2323 -"162553",48435,76999,3,528,908 -"162554",48435,78256,3,528,804 -"162555",48435,82009,3,528,1020 -"162556",48435,85329,2,528,738 -"162557",48435,85547,3,528,997 -"162558",48435,85685,3,528,998 -"162559",48435,91901,3,528,1236 -"162560",48435,91912,2,528,790 -"162561",48435,94808,3,528,988 -"162562",48435,97160,3,528,1215 -"162563",48435,98925,3,528,584 -"162564",48435,100140,3,528,1041 -"162565",48435,108867,3,528,2328 -"162566",48435,109663,3,528,545 -"162567",48501,364,3,2010,2351 -"162568",48501,1369,3,2010,2487 -"162569",48501,2036,3,2010,2483 -"162570",48501,2282,3,2010,2056 -"162571",48501,2443,3,2010,2333 -"162572",48501,6119,3,2010,2358 -"162573",48501,6989,3,2010,2623 -"162574",48501,6999,3,2010,2214 -"162575",48501,8760,3,2010,2477 -"162576",48501,10336,3,2010,2271 -"162577",48501,12116,1,2010,2119 -"162578",48501,14470,2,2010,2632 -"162579",48501,15782,3,2010,2306 -"162580",48501,20984,3,2010,2502 -"162581",48501,22410,1,2010,2158 -"162582",48501,23498,1,2010,2398 -"162583",48501,23560,2,2010,2051 -"162584",48501,27390,3,2010,2425 -"162585",48501,29473,3,2010,2602 -"162586",48501,31264,2,2010,2335 -"162587",48501,36840,2,2010,2269 -"162588",48501,36953,3,2010,2790 -"162589",48501,42407,2,2010,2408 -"162590",48501,45499,2,2010,2346 -"162591",48501,52950,3,2010,2716 -"162592",48501,54775,3,2010,2383 -"162593",48501,57205,3,2010,2948 -"162594",48501,68286,3,2010,2442 -"162595",48503,13732,3,820,2789 -"162596",48503,13929,3,820,2693 -"162597",48503,14189,2,820,1483 -"162598",48503,14709,3,820,1901 -"162599",48503,15343,3,820,2125 -"162600",48503,15500,3,820,1658 -"162601",48503,16313,2,820,1160 -"162602",48503,21417,3,820,2422 -"162603",48503,21693,3,820,2176 -"162604",48503,21795,3,820,2653 -"162605",48503,22326,3,820,2818 -"162606",48503,22362,3,820,1836 -"162607",48503,23508,3,820,1907 -"162608",48503,23751,3,820,1740 -"162609",48503,24146,2,820,2003 -"162610",48503,24362,1,820,1287 -"162611",48503,26865,3,820,2726 -"162612",48503,28233,3,820,1608 -"162613",48503,30081,3,820,2403 -"162614",48503,32516,3,820,2050 -"162615",48503,36962,2,820,2861 -"162616",48503,37333,3,820,1612 -"162617",48503,38908,1,820,1787 -"162618",48503,43839,3,820,1685 -"162619",48503,44684,2,820,1220 -"162620",48503,46717,3,820,938 -"162621",48503,48820,3,820,2769 -"162622",48503,49032,3,820,2469 -"162623",48503,54020,2,820,1578 -"162624",48503,56082,3,820,2395 -"162625",48503,65679,3,820,1578 -"162626",48503,67264,3,820,2790 -"162627",48503,72122,3,820,1436 -"162628",48503,76342,1,820,1429 -"162629",48503,79088,3,820,1369 -"162630",48503,83096,2,820,1061 -"162631",48503,85592,3,820,1412 -"162632",48503,85784,3,820,1142 -"162633",48503,89668,3,820,1279 -"162634",48503,96678,3,820,1183 -"162635",48548,600,3,826,1702 -"162636",48548,762,3,826,2671 -"162637",48548,1364,3,826,859 -"162638",48548,1639,3,826,2631 -"162639",48548,2269,3,826,984 -"162640",48548,3306,3,826,1989 -"162641",48548,3647,3,826,1325 -"162642",48548,4889,2,826,1501 -"162643",48548,5864,3,826,1197 -"162644",48548,6914,3,826,2668 -"162645",48548,8060,3,826,1883 -"162646",48548,11477,3,826,2724 -"162647",48548,14072,2,826,1346 -"162648",48548,14108,3,826,2012 -"162649",48548,14972,1,826,2332 -"162650",48548,15315,3,826,2173 -"162651",48548,17381,1,826,1697 -"162652",48548,19113,3,826,1171 -"162653",48548,19528,3,826,2742 -"162654",48548,19637,3,826,1229 -"162655",48548,21198,3,826,935 -"162656",48548,21246,3,826,1612 -"162657",48548,22566,3,826,2308 -"162658",48548,26749,3,826,2965 -"162659",48548,29243,3,826,2011 -"162660",48548,30331,3,826,2549 -"162661",48548,30334,3,826,2075 -"162662",48548,31307,3,826,2139 -"162663",48548,32939,3,826,2277 -"162664",48548,33588,3,826,1040 -"162665",48548,33949,3,826,2489 -"162666",48548,35518,2,826,1721 -"162667",48548,37238,3,826,2609 -"162668",48548,37636,3,826,2178 -"162669",48548,38602,3,826,2693 -"162670",48548,39081,3,826,1597 -"162671",48548,40392,3,826,1878 -"162672",48548,41739,3,826,1339 -"162673",48548,43635,3,826,1196 -"162674",48548,44720,3,826,1202 -"162675",48548,46717,3,826,938 -"162676",48548,47248,3,826,2883 -"162677",48548,51017,3,826,2073 -"162678",48548,51783,3,826,2599 -"162679",48548,52003,3,826,2067 -"162680",48548,57804,3,826,2214 -"162681",48548,63547,3,826,1023 -"162682",48548,64181,3,826,1828 -"162683",48548,65625,3,826,1273 -"162684",48548,66413,3,826,2507 -"162685",48548,71342,3,826,1289 -"162686",48548,72956,3,826,1251 -"162687",48548,74290,3,826,1513 -"162688",48548,80219,3,826,988 -"162689",48548,82426,3,826,1576 -"162690",48548,87638,3,826,1114 -"162691",48548,90802,3,826,877 -"162692",48548,105063,3,826,1908 -"162693",48571,997,2,2717,2788 -"162694",48571,42216,3,2717,2722 -"162695",48571,53219,1,2717,2973 -"162696",48576,4646,3,1675,2139 -"162697",48576,6821,3,1675,1788 -"162698",48576,9301,3,1675,1861 -"162699",48576,16437,3,1675,1956 -"162700",48576,37752,3,1675,2223 -"162701",48576,59039,3,1675,2870 -"162702",48576,69788,3,1675,2007 -"162703",48576,88067,3,1675,2315 -"162704",48585,5937,3,2063,2392 -"162705",48585,6234,3,2063,2654 -"162706",48585,14612,3,2063,2340 -"162707",48585,15150,2,2063,2801 -"162708",48585,15558,2,2063,2389 -"162709",48585,20011,2,2063,2826 -"162710",48585,23728,2,2063,2601 -"162711",48585,29775,3,2063,2064 -"162712",48585,30194,3,2063,2874 -"162713",48585,32079,3,2063,2315 -"162714",48585,42136,3,2063,2551 -"162715",48585,44730,3,2063,2468 -"162716",48585,67836,3,2063,2195 -"162717",48585,76505,3,2063,2123 -"162718",48602,1367,3,1704,2176 -"162719",48602,5315,3,1704,2631 -"162720",48602,7245,3,1704,2089 -"162721",48602,13573,3,1704,2774 -"162722",48602,19858,2,1704,2357 -"162723",48602,31003,1,1704,1859 -"162724",48602,36007,3,1704,2089 -"162725",48602,41278,3,1704,1873 -"162726",48602,45633,2,1704,2134 -"162727",48602,45903,3,1704,2237 -"162728",48602,48127,2,1704,2677 -"162729",48602,53859,3,1704,1817 -"162730",48602,65691,3,1704,2134 -"162731",48602,67957,3,1704,2823 -"162732",48602,92297,3,1704,2952 -"162733",48605,3305,3,2796,2839 -"162734",48605,16954,3,2796,2972 -"162735",48605,26749,3,2796,2965 -"162736",48605,33801,3,2796,2899 -"162737",48605,42574,3,2796,2842 -"162738",48605,43455,3,2796,2846 -"162739",48605,53219,3,2796,2973 -"162740",48605,71518,2,2796,2805 -"162741",48607,5865,3,470,1910 -"162742",48607,7616,3,470,2296 -"162743",48607,9362,3,470,2879 -"162744",48607,9871,3,470,921 -"162745",48607,10744,3,470,955 -"162746",48607,10851,2,470,2423 -"162747",48607,12943,3,470,1902 -"162748",48607,13249,3,470,2573 -"162749",48607,15632,2,470,1242 -"162750",48607,16539,3,470,1947 -"162751",48607,64232,3,470,1275 -"162752",48607,67788,3,470,837 -"162753",48607,69712,3,470,1219 -"162754",48607,74730,3,470,535 -"162755",48607,116444,3,470,1206 -"162756",48639,69590,3,2291,2441 -"162757",48648,14,3,258,1793 -"162758",48648,915,3,258,1793 -"162759",48648,2960,3,258,977 -"162760",48648,4107,3,258,987 -"162761",48648,12388,3,258,1975 -"162762",48648,13518,3,258,525 -"162763",48648,13835,3,258,1588 -"162764",48648,17571,3,258,953 -"162765",48648,19874,3,258,985 -"162766",48648,21479,3,258,2134 -"162767",48648,33380,3,258,2340 -"162768",48648,36637,2,258,2085 -"162769",48648,41682,3,258,1988 -"162770",48648,42505,3,258,2008 -"162771",48648,59677,3,258,1174 -"162772",48648,61188,3,258,2134 -"162773",48648,76081,3,258,1534 -"162774",48648,77031,3,258,801 -"162775",48648,79837,3,258,1252 -"162776",48648,88473,3,258,1102 -"162777",48648,98080,3,258,1265 -"162778",48652,12397,3,1686,1965 -"162779",48652,13920,2,1686,1709 -"162780",48652,19386,3,1686,1714 -"162781",48698,446,3,1474,1910 -"162782",48698,613,3,1474,2687 -"162783",48698,1090,3,1474,2370 -"162784",48698,1154,3,1474,1656 -"162785",48698,1321,3,1474,2075 -"162786",48698,1520,3,1474,1716 -"162787",48698,2166,3,1474,2557 -"162788",48698,2424,3,1474,2582 -"162789",48698,2523,3,1474,1691 -"162790",48698,2533,3,1474,2016 -"162791",48698,3167,2,1474,1676 -"162792",48698,3242,3,1474,1730 -"162793",48698,3305,3,1474,2839 -"162794",48698,3830,3,1474,1661 -"162795",48698,4057,3,1474,2389 -"162796",48698,4226,3,1474,1903 -"162797",48698,4305,3,1474,2374 -"162798",48698,4430,3,1474,2019 -"162799",48698,4567,3,1474,2348 -"162800",48698,5462,3,1474,2374 -"162801",48698,5971,3,1474,1985 -"162802",48698,6104,3,1474,2462 -"162803",48698,6491,3,1474,2424 -"162804",48698,6588,3,1474,2025 -"162805",48698,7241,1,1474,2259 -"162806",48698,7780,3,1474,1920 -"162807",48698,8533,3,1474,2251 -"162808",48698,10453,3,1474,1656 -"162809",48698,10646,2,1474,1555 -"162810",48698,12374,1,1474,2260 -"162811",48698,12728,3,1474,2374 -"162812",48698,16352,3,1474,2657 -"162813",48698,17632,3,1474,1947 -"162814",48698,17645,2,1474,1918 -"162815",48698,20311,3,1474,1981 -"162816",48698,21104,2,1474,2327 -"162817",48698,21122,2,1474,1701 -"162818",48698,23534,3,1474,1659 -"162819",48698,24568,3,1474,1937 -"162820",48698,26451,2,1474,2133 -"162821",48698,26570,3,1474,1669 -"162822",48698,26608,3,1474,2329 -"162823",48698,26671,3,1474,2279 -"162824",48698,26867,3,1474,1804 -"162825",48698,28784,3,1474,1579 -"162826",48698,29073,3,1474,2328 -"162827",48698,29170,3,1474,1846 -"162828",48698,29314,3,1474,2736 -"162829",48698,32761,3,1474,2680 -"162830",48698,33430,3,1474,2225 -"162831",48698,33622,3,1474,2230 -"162832",48698,34136,2,1474,2202 -"162833",48698,34836,3,1474,2302 -"162834",48698,36763,3,1474,2165 -"162835",48698,38019,3,1474,1870 -"162836",48698,39444,3,1474,2695 -"162837",48698,41278,3,1474,1873 -"162838",48698,42505,3,1474,2008 -"162839",48698,43518,3,1474,2680 -"162840",48698,44135,3,1474,2620 -"162841",48698,44235,3,1474,2700 -"162842",48698,44744,3,1474,2032 -"162843",48698,47803,3,1474,2477 -"162844",48698,47839,3,1474,1864 -"162845",48698,48384,3,1474,2057 -"162846",48698,48820,3,1474,2769 -"162847",48698,50118,3,1474,2654 -"162848",48698,50236,3,1474,2339 -"162849",48698,51410,3,1474,2739 -"162850",48698,53342,3,1474,2071 -"162851",48698,55468,3,1474,2511 -"162852",48698,56082,3,1474,2395 -"162853",48698,57950,2,1474,1529 -"162854",48698,58133,3,1474,1484 -"162855",48698,63409,3,1474,1937 -"162856",48698,64997,3,1474,2791 -"162857",48698,70046,3,1474,2624 -"162858",48698,72597,2,1474,1843 -"162859",48698,92124,3,1474,1532 -"162860",48698,97915,3,1474,1802 -"162861",48698,108379,3,1474,2933 -"162862",48698,108647,3,1474,1934 -"162863",48698,108867,2,1474,2328 -"162864",48713,237,3,565,1982 -"162865",48713,1702,3,565,1984 -"162866",48713,2120,2,565,1133 -"162867",48713,2139,3,565,2502 -"162868",48713,2226,3,565,2225 -"162869",48713,2852,3,565,2448 -"162870",48713,3770,3,565,2623 -"162871",48713,7450,3,565,2827 -"162872",48713,11383,3,565,977 -"162873",48713,11518,2,565,803 -"162874",48713,17133,3,565,924 -"162875",48713,22462,3,565,869 -"162876",48713,24264,3,565,1760 -"162877",48713,25327,3,565,977 -"162878",48713,32202,3,565,2314 -"162879",48713,35133,2,565,2219 -"162880",48713,37929,3,565,2393 -"162881",48713,42852,3,565,1316 -"162882",48713,44235,3,565,2700 -"162883",48713,46261,3,565,2350 -"162884",48713,55072,2,565,612 -"162885",48713,61240,3,565,2651 -"162886",48713,76507,2,565,1437 -"162887",48713,86162,3,565,703 -"162888",48713,96073,3,565,568 -"162889",48736,6162,3,1236,1673 -"162890",48736,6234,3,1236,2654 -"162891",48736,8274,3,1236,1909 -"162892",48736,8327,3,1236,2527 -"162893",48736,10825,2,1236,2565 -"162894",48736,13043,3,1236,1295 -"162895",48736,14538,2,1236,2507 -"162896",48736,14918,3,1236,2071 -"162897",48736,17561,2,1236,2286 -"162898",48736,25298,3,1236,2443 -"162899",48736,27825,3,1236,2161 -"162900",48736,30883,2,1236,1629 -"162901",48736,32097,3,1236,1307 -"162902",48736,34120,2,1236,2786 -"162903",48736,41682,3,1236,1988 -"162904",48736,50480,3,1236,2701 -"162905",48736,54879,3,1236,2210 -"162906",48754,2208,3,1972,2814 -"162907",48754,2684,3,1972,2874 -"162908",48754,11055,3,1972,2111 -"162909",48754,14108,3,1972,2012 -"162910",48754,22260,3,1972,2137 -"162911",48754,50248,3,1972,2781 -"162912",48754,53519,3,1972,2781 -"162913",48754,99886,3,1972,2781 -"162914",48764,283,3,860,2082 -"162915",48764,378,3,860,2766 -"162916",48764,1023,3,860,2515 -"162917",48764,1063,3,860,2515 -"162918",48764,3100,3,860,2524 -"162919",48764,3403,2,860,2951 -"162920",48764,3405,3,860,2438 -"162921",48764,3786,3,860,2282 -"162922",48764,4144,3,860,1520 -"162923",48764,5673,3,860,1567 -"162924",48764,9050,3,860,2026 -"162925",48764,9727,3,860,2327 -"162926",48764,9912,2,860,1356 -"162927",48764,11135,1,860,2441 -"162928",48764,11990,3,860,1909 -"162929",48764,12031,3,860,1957 -"162930",48764,14110,3,860,2448 -"162931",48764,14473,3,860,2325 -"162932",48764,15502,2,860,2637 -"162933",48764,15916,3,860,1236 -"162934",48764,16593,3,860,1139 -"162935",48764,16833,3,860,1661 -"162936",48764,19057,3,860,2664 -"162937",48764,19687,2,860,2072 -"162938",48764,19972,3,860,2078 -"162939",48764,21352,2,860,1604 -"162940",48764,21895,3,860,1693 -"162941",48764,21976,3,860,1808 -"162942",48764,22249,3,860,1892 -"162943",48764,23639,3,860,2065 -"162944",48764,24441,3,860,2256 -"162945",48764,25270,2,860,985 -"162946",48764,25286,3,860,1545 -"162947",48764,26567,2,860,1158 -"162948",48764,28567,2,860,2398 -"162949",48764,32060,3,860,1199 -"162950",48764,32235,3,860,2109 -"162951",48764,32312,3,860,1472 -"162952",48764,34334,3,860,1637 -"162953",48764,34559,2,860,1105 -"162954",48764,35688,3,860,1551 -"162955",48764,39211,3,860,1908 -"162956",48764,42486,2,860,1951 -"162957",48764,45299,3,860,2426 -"162958",48764,45487,2,860,2256 -"162959",48764,47330,3,860,2422 -"162960",48764,47827,3,860,1957 -"162961",48764,51448,2,860,1593 -"162962",48764,55436,3,860,2513 -"162963",48764,56673,3,860,2419 -"162964",48764,66014,3,860,880 -"162965",48764,69957,3,860,1569 -"162966",48764,78460,3,860,985 -"162967",48764,79236,3,860,1505 -"162968",48764,80050,3,860,2698 -"162969",48764,80061,3,860,1223 -"162970",48764,81134,3,860,1384 -"162971",48764,83133,3,860,1055 -"162972",48764,85264,3,860,1236 -"162973",48764,91772,3,860,2233 -"162974",48764,92381,3,860,1237 -"162975",48764,92947,3,860,1289 -"162976",48764,93317,2,860,1223 -"162977",48764,94399,3,860,963 -"162978",48764,95661,2,860,872 -"162979",48764,97240,3,860,1027 -"162980",48764,99955,3,860,1223 -"162981",48764,104542,2,860,897 -"162982",48764,104659,3,860,2026 -"162983",48764,106554,2,860,1270 -"162984",48764,114769,3,860,1108 -"162985",48764,116792,3,860,2397 -"162986",48769,12948,3,2071,2669 -"162987",48769,27742,3,2071,2700 -"162988",48781,1393,3,954,1706 -"162989",48781,2014,3,954,973 -"162990",48781,2370,3,954,1600 -"162991",48781,2407,3,954,1725 -"162992",48781,3068,3,954,1815 -"162993",48781,3506,3,954,2364 -"162994",48781,4784,3,954,2511 -"162995",48781,6020,3,954,1864 -"162996",48781,7123,3,954,1964 -"162997",48781,9088,3,954,1881 -"162998",48781,9269,3,954,1892 -"162999",48781,10610,3,954,1427 -"163000",48781,16866,2,954,2718 -"163001",48781,17925,3,954,2385 -"163002",48781,18865,3,954,2676 -"163003",48781,21142,3,954,2414 -"163004",48781,21358,3,954,1970 -"163005",48781,21920,2,954,2367 -"163006",48781,22389,3,954,2034 -"163007",48781,28648,3,954,1586 -"163008",48781,31950,2,954,2217 -"163009",48781,32629,3,954,1789 -"163010",48781,34274,3,954,1437 -"163011",48781,37765,3,954,1134 -"163012",48781,41075,3,954,1176 -"163013",48781,41489,3,954,2006 -"163014",48781,44744,3,954,2032 -"163015",48781,45297,3,954,1864 -"163016",48781,45449,1,954,1610 -"163017",48781,45450,1,954,1590 -"163018",48781,48254,1,954,1013 -"163019",48781,48823,3,954,2080 -"163020",48781,48931,2,954,2444 -"163021",48781,53445,3,954,2028 -"163022",48781,57804,3,954,2214 -"163023",48781,61398,3,954,2563 -"163024",48781,61921,3,954,1793 -"163025",48781,63395,3,954,2334 -"163026",48781,64737,3,954,2442 -"163027",48781,66017,3,954,1545 -"163028",48781,79639,1,954,1013 -"163029",48781,80186,1,954,2228 -"163030",48781,84235,3,954,1639 -"163031",48781,84581,2,954,1241 -"163032",48781,92084,3,954,1134 -"163033",48781,92366,2,954,1434 -"163034",48781,93642,2,954,1120 -"163035",48781,95879,3,954,1748 -"163036",48781,96387,3,954,2159 -"163037",48781,100084,1,954,1964 -"163038",48781,103989,3,954,1207 -"163039",48781,108467,3,954,2170 -"163040",48795,56893,2,2498,2597 -"163041",48814,701,3,264,2718 -"163042",48814,937,3,264,408 -"163043",48814,1639,3,264,2631 -"163044",48814,2208,3,264,2814 -"163045",48814,2300,3,264,565 -"163046",48814,2384,2,264,1057 -"163047",48814,2709,1,264,1673 -"163048",48814,2742,3,264,1192 -"163049",48814,2972,3,264,1708 -"163050",48814,4317,3,264,1224 -"163051",48814,6044,3,264,2744 -"163052",48814,6104,2,264,2462 -"163053",48814,7180,3,264,2227 -"163054",48814,7241,3,264,2259 -"163055",48814,11348,2,264,824 -"163056",48814,13043,2,264,1295 -"163057",48814,13801,3,264,2041 -"163058",48814,15003,3,264,2067 -"163059",48814,15756,3,264,2362 -"163060",48814,16518,3,264,2642 -"163061",48814,17396,2,264,1672 -"163062",48814,17632,3,264,1947 -"163063",48814,17704,3,264,1651 -"163064",48814,19835,2,264,1135 -"163065",48814,25129,3,264,2647 -"163066",48814,25443,3,264,1441 -"163067",48814,27173,3,264,2050 -"163068",48814,32939,3,264,2277 -"163069",48814,33383,3,264,1572 -"163070",48814,34509,3,264,1973 -"163071",48814,37319,3,264,1205 -"163072",48814,39982,2,264,1529 -"163073",48814,44819,3,264,2063 -"163074",48814,45704,3,264,2687 -"163075",48814,45746,2,264,609 -"163076",48814,47064,3,264,1993 -"163077",48814,53885,3,264,1199 -"163078",48814,54250,3,264,2340 -"163079",48814,56755,3,264,2158 -"163080",48814,57804,3,264,2214 -"163081",48814,57842,3,264,2482 -"163082",48814,60552,3,264,855 -"163083",48814,65475,3,264,1267 -"163084",48814,70528,3,264,2727 -"163085",48814,87837,3,264,1987 -"163086",48814,89911,2,264,2607 -"163087",48814,91321,1,264,353 -"163088",48814,92345,3,264,324 -"163089",48814,94850,3,264,408 -"163090",48814,104289,3,264,834 -"163091",48814,104714,3,264,359 -"163092",48823,1767,3,2080,2727 -"163093",48823,3158,3,2080,2762 -"163094",48823,3980,3,2080,2771 -"163095",48823,4249,2,2080,2547 -"163096",48823,4784,2,2080,2511 -"163097",48823,6223,3,2080,2363 -"163098",48823,6345,3,2080,2713 -"163099",48823,6747,3,2080,2913 -"163100",48823,9724,3,2080,2713 -"163101",48823,13158,3,2080,2667 -"163102",48823,15782,3,2080,2306 -"163103",48823,20732,3,2080,2401 -"163104",48823,23726,3,2080,2434 -"163105",48823,25941,2,2080,2369 -"163106",48823,30236,3,2080,2238 -"163107",48823,30827,3,2080,2323 -"163108",48823,31950,3,2080,2217 -"163109",48823,33176,3,2080,2630 -"163110",48823,36478,3,2080,2808 -"163111",48823,37684,3,2080,2899 -"163112",48823,42216,3,2080,2722 -"163113",48823,43404,3,2080,2649 -"163114",48823,43701,3,2080,2400 -"163115",48823,53652,3,2080,2899 -"163116",48823,54488,2,2080,2357 -"163117",48823,68813,3,2080,2511 -"163118",48823,82217,3,2080,2441 -"163119",48832,20200,3,1370,2322 -"163120",48832,21575,3,1370,1762 -"163121",48832,31089,2,1370,2952 -"163122",48832,41134,3,1370,2952 -"163123",48832,42756,2,1370,1384 -"163124",48832,55482,3,1370,1866 -"163125",48832,61347,3,1370,1684 -"163126",48832,66994,2,1370,1865 -"163127",48832,68586,2,1370,2322 -"163128",48832,77200,3,1370,1737 -"163129",48879,6040,3,1524,2103 -"163130",48879,53498,3,1524,1967 -"163131",48879,69215,3,1524,1591 -"163132",48879,78611,3,1524,1586 -"163133",48879,108872,3,1524,1810 -"163134",48888,2985,3,1177,2398 -"163135",48888,4504,3,1177,1905 -"163136",48888,5962,2,1177,2491 -"163137",48888,7942,3,1177,2623 -"163138",48888,9272,3,1177,2835 -"163139",48888,9504,3,1177,2549 -"163140",48888,10050,3,1177,1792 -"163141",48888,10336,3,1177,2271 -"163142",48888,13920,3,1177,1709 -"163143",48888,16286,3,1177,2470 -"163144",48888,17826,3,1177,2920 -"163145",48888,23277,3,1177,1267 -"163146",48888,24512,2,1177,1369 -"163147",48888,27320,3,1177,2378 -"163148",48888,37036,3,1177,2264 -"163149",48888,41969,3,1177,2189 -"163150",48888,47654,3,1177,1664 -"163151",48888,56094,3,1177,2343 -"163152",48888,57492,2,1177,2855 -"163153",48888,59610,3,1177,2448 -"163154",48888,63573,3,1177,1973 -"163155",48888,63644,3,1177,1267 -"163156",48888,70070,3,1177,2425 -"163157",48888,82426,3,1177,1576 -"163158",48888,104828,3,1177,1609 -"163159",48888,107435,3,1177,1635 -"163160",48893,1315,2,719,2760 -"163161",48893,3139,3,719,1656 -"163162",48893,17354,3,719,2250 -"163163",48893,19637,3,719,1229 -"163164",48893,19862,3,719,2412 -"163165",48893,26766,3,719,1161 -"163166",48893,27260,3,719,878 -"163167",48893,28131,3,719,1492 -"163168",48893,30150,2,719,1704 -"163169",48893,37758,3,719,1998 -"163170",48893,43135,3,719,1171 -"163171",48893,44068,2,719,1056 -"163172",48893,70203,3,719,2756 -"163173",48893,93933,3,719,1336 -"163174",48893,106318,3,719,1698 -"163175",48905,1224,3,1394,2435 -"163176",48905,10358,3,1394,2294 -"163177",48905,17906,3,1394,1940 -"163178",48905,23751,2,1394,1740 -"163179",48905,24146,3,1394,2003 -"163180",48905,35926,3,1394,2371 -"163181",48905,49998,3,1394,2761 -"163182",48905,54020,3,1394,1578 -"163183",48905,55438,3,1394,2863 -"163184",48905,87074,2,1394,1666 -"163185",48931,55,3,2444,2524 -"163186",48931,6621,3,2444,2478 -"163187",48931,9272,3,2444,2835 -"163188",48931,16866,2,2444,2718 -"163189",48931,18865,3,2444,2676 -"163190",48931,20695,3,2444,2526 -"163191",48931,26740,3,2444,2695 -"163192",48931,32724,2,2444,2581 -"163193",48931,37801,2,2444,2578 -"163194",48931,44312,2,2444,2741 -"163195",48931,61398,3,2444,2563 -"163196",48931,65054,3,2444,2593 -"163197",48931,69335,3,2444,2698 -"163198",48939,1822,1,1749,2888 -"163199",48939,3477,3,1749,2546 -"163200",48939,6063,3,1749,2349 -"163201",48939,14353,2,1749,2878 -"163202",48939,24902,3,1749,2162 -"163203",48939,33223,3,1749,2397 -"163204",48955,364,3,242,2351 -"163205",48955,728,3,242,1812 -"163206",48955,1367,3,242,2176 -"163207",48955,1700,3,242,613 -"163208",48955,1702,3,242,1984 -"163209",48955,1780,3,242,1375 -"163210",48955,2206,3,242,2536 -"163211",48955,2424,3,242,2582 -"163212",48955,2540,3,242,1398 -"163213",48955,2576,2,242,1307 -"163214",48955,2747,3,242,2411 -"163215",48955,2852,2,242,2448 -"163216",48955,2979,3,242,2912 -"163217",48955,3127,3,242,2273 -"163218",48955,3477,3,242,2546 -"163219",48955,3863,3,242,856 -"163220",48955,4361,3,242,2571 -"163221",48955,4612,2,242,2804 -"163222",48955,4669,3,242,2395 -"163223",48955,4730,3,242,2131 -"163224",48955,4916,3,242,1970 -"163225",48955,5346,2,242,1438 -"163226",48955,5580,3,242,2111 -"163227",48955,5792,3,242,975 -"163228",48955,5897,3,242,2337 -"163229",48955,6063,3,242,2349 -"163230",48955,7245,3,242,2089 -"163231",48955,8568,3,242,2706 -"163232",48955,8984,3,242,1162 -"163233",48955,9060,3,242,1612 -"163234",48955,9227,3,242,1267 -"163235",48955,9481,3,242,1610 -"163236",48955,9484,3,242,1429 -"163237",48955,9503,3,242,2453 -"163238",48955,9654,3,242,2111 -"163239",48955,9703,3,242,1845 -"163240",48955,9787,1,242,2858 -"163241",48955,10387,3,242,871 -"163242",48955,10453,2,242,1656 -"163243",48955,10551,2,242,243 -"163244",48955,10595,2,242,494 -"163245",48955,10754,3,242,1797 -"163246",48955,10803,3,242,545 -"163247",48955,10980,3,242,1974 -"163248",48955,11099,3,242,400 -"163249",48955,11990,3,242,1909 -"163250",48955,12067,3,242,1213 -"163251",48955,12653,2,242,1573 -"163252",48955,12735,3,242,819 -"163253",48955,12779,3,242,936 -"163254",48955,12781,2,242,831 -"163255",48955,12948,3,242,2669 -"163256",48955,13260,3,242,389 -"163257",48955,13537,3,242,1020 -"163258",48955,13671,3,242,1371 -"163259",48955,14287,3,242,1583 -"163260",48955,14707,3,242,672 -"163261",48955,14749,3,242,1998 -"163262",48955,14998,3,242,1553 -"163263",48955,15207,2,242,1855 -"163264",48955,15453,3,242,1688 -"163265",48955,15462,3,242,1141 -"163266",48955,15826,3,242,2772 -"163267",48955,15910,3,242,941 -"163268",48955,16021,3,242,858 -"163269",48955,16067,3,242,2727 -"163270",48955,16152,3,242,879 -"163271",48955,16286,3,242,2470 -"163272",48955,16501,2,242,1650 -"163273",48955,16715,3,242,1218 -"163274",48955,17037,3,242,2947 -"163275",48955,17252,3,242,1258 -"163276",48955,18217,3,242,1566 -"163277",48955,18348,3,242,1711 -"163278",48955,18415,3,242,2184 -"163279",48955,18550,2,242,483 -"163280",48955,18978,3,242,952 -"163281",48955,20067,3,242,2390 -"163282",48955,20124,3,242,2376 -"163283",48955,20220,3,242,1656 -"163284",48955,20984,3,242,2502 -"163285",48955,21240,3,242,1162 -"163286",48955,21929,3,242,2062 -"163287",48955,22211,3,242,340 -"163288",48955,22364,3,242,1809 -"163289",48955,22462,3,242,869 -"163290",48955,22578,3,242,2216 -"163291",48955,22704,3,242,1150 -"163292",48955,23131,3,242,1732 -"163293",48955,23692,3,242,1540 -"163294",48955,23756,3,242,2309 -"163295",48955,24176,3,242,1986 -"163296",48955,24722,3,242,341 -"163297",48955,24974,3,242,702 -"163298",48955,25163,2,242,1751 -"163299",48955,26551,3,242,652 -"163300",48955,27545,3,242,855 -"163301",48955,27742,3,242,2700 -"163302",48955,27897,2,242,1968 -"163303",48955,27914,2,242,2507 -"163304",48955,28057,3,242,1067 -"163305",48955,28869,3,242,2425 -"163306",48955,28904,3,242,926 -"163307",48955,29267,3,242,1234 -"163308",48955,29286,1,242,1612 -"163309",48955,29353,3,242,502 -"163310",48955,29473,3,242,2602 -"163311",48955,30262,3,242,1715 -"163312",48955,30442,3,242,2124 -"163313",48955,30525,2,242,1964 -"163314",48955,30943,3,242,2287 -"163315",48955,31317,3,242,1362 -"163316",48955,31868,2,242,1993 -"163317",48955,32240,3,242,706 -"163318",48955,32939,3,242,2277 -"163319",48955,33223,3,242,2397 -"163320",48955,33341,3,242,2338 -"163321",48955,33681,3,242,1059 -"163322",48955,33870,2,242,955 -"163323",48955,33957,2,242,245 -"163324",48955,35004,3,242,1509 -"163325",48955,35413,3,242,1569 -"163326",48955,35709,2,242,464 -"163327",48955,35728,3,242,2017 -"163328",48955,36912,3,242,2469 -"163329",48955,36953,3,242,2790 -"163330",48955,37351,3,242,978 -"163331",48955,37424,3,242,1693 -"163332",48955,38087,3,242,1083 -"163333",48955,38785,3,242,437 -"163334",48955,39062,3,242,2020 -"163335",48955,39217,3,242,504 -"163336",48955,39418,3,242,1978 -"163337",48955,39800,3,242,802 -"163338",48955,40035,2,242,2742 -"163339",48955,40113,2,242,451 -"163340",48955,40542,3,242,1664 -"163341",48955,40572,3,242,2666 -"163342",48955,40954,3,242,2603 -"163343",48955,41023,3,242,2408 -"163344",48955,41439,3,242,709 -"163345",48955,41633,2,242,1976 -"163346",48955,42331,3,242,1585 -"163347",48955,42642,3,242,2257 -"163348",48955,42717,3,242,2588 -"163349",48955,42725,3,242,630 -"163350",48955,42813,3,242,2142 -"163351",48955,43110,3,242,375 -"163352",48955,44181,3,242,1034 -"163353",48955,44497,3,242,2401 -"163354",48955,45186,3,242,835 -"163355",48955,45869,3,242,2840 -"163356",48955,46384,3,242,2285 -"163357",48955,46486,2,242,1868 -"163358",48955,46726,3,242,943 -"163359",48955,46803,3,242,2305 -"163360",48955,47965,3,242,2232 -"163361",48955,50229,3,242,1190 -"163362",48955,50354,2,242,1299 -"163363",48955,50996,3,242,929 -"163364",48955,52483,3,242,2317 -"163365",48955,52993,3,242,1256 -"163366",48955,53043,3,242,803 -"163367",48955,53739,2,242,2704 -"163368",48955,54388,3,242,1257 -"163369",48955,54775,2,242,2383 -"163370",48955,56995,3,242,2323 -"163371",48955,57804,3,242,2214 -"163372",48955,58015,3,242,899 -"163373",48955,58516,3,242,409 -"163374",48955,58655,3,242,2685 -"163375",48955,58745,3,242,1920 -"163376",48955,58759,3,242,942 -"163377",48955,60266,2,242,1018 -"163378",48955,60449,2,242,2085 -"163379",48955,61125,3,242,1673 -"163380",48955,61541,3,242,2699 -"163381",48955,62268,3,242,413 -"163382",48955,62626,3,242,2787 -"163383",48955,63604,3,242,927 -"163384",48955,63641,3,242,2337 -"163385",48955,67252,1,242,1215 -"163386",48955,67617,3,242,1149 -"163387",48955,67726,3,242,2873 -"163388",48955,67908,3,242,2385 -"163389",48955,68275,3,242,1158 -"163390",48955,68539,3,242,1158 -"163391",48955,69293,3,242,609 -"163392",48955,69716,3,242,2632 -"163393",48955,70403,3,242,542 -"163394",48955,70455,3,242,1307 -"163395",48955,70774,3,242,355 -"163396",48955,71219,3,242,967 -"163397",48955,71467,2,242,1051 -"163398",48955,71531,3,242,2887 -"163399",48955,72597,3,242,1843 -"163400",48955,72632,3,242,1289 -"163401",48955,74441,3,242,1260 -"163402",48955,74818,3,242,1440 -"163403",48955,75935,3,242,1569 -"163404",48955,76007,3,242,918 -"163405",48955,76132,3,242,2426 -"163406",48955,76143,3,242,1610 -"163407",48955,76369,3,242,583 -"163408",48955,79534,2,242,340 -"163409",48955,80606,3,242,2079 -"163410",48955,81077,2,242,498 -"163411",48955,81545,3,242,2077 -"163412",48955,83729,3,242,406 -"163413",48955,85356,3,242,1492 -"163414",48955,87289,3,242,1279 -"163415",48955,87294,3,242,592 -"163416",48955,90429,3,242,1684 -"163417",48955,90709,3,242,1080 -"163418",48955,91806,3,242,969 -"163419",48955,91849,3,242,1166 -"163420",48955,92860,3,242,1643 -"163421",48955,94520,2,242,1243 -"163422",48955,97160,3,242,1215 -"163423",48955,99237,3,242,783 -"163424",48955,99332,3,242,873 -"163425",48955,99557,3,242,1703 -"163426",48955,100048,3,242,1573 -"163427",48955,104098,1,242,512 -"163428",48955,106399,3,242,1530 -"163429",48955,109194,1,242,494 -"163430",48955,111375,3,242,2686 -"163431",48955,111790,3,242,905 -"163432",48955,112923,3,242,950 -"163433",48955,114648,3,242,270 -"163434",48955,115021,3,242,1226 -"163435",49029,2370,3,647,1600 -"163436",49029,3068,3,647,1815 -"163437",49029,3158,2,647,2762 -"163438",49029,4249,2,647,2547 -"163439",49029,4784,2,647,2511 -"163440",49029,6020,2,647,1864 -"163441",49029,6223,3,647,2363 -"163442",49029,6345,3,647,2713 -"163443",49029,6747,3,647,2913 -"163444",49029,9724,3,647,2713 -"163445",49029,11270,3,647,1011 -"163446",49029,12966,3,647,2011 -"163447",49029,13595,2,647,1164 -"163448",49029,13688,2,647,1627 -"163449",49029,14172,2,647,1923 -"163450",49029,14255,3,647,893 -"163451",49029,14957,3,647,2306 -"163452",49029,15782,3,647,2306 -"163453",49029,16455,3,647,946 -"163454",49029,17531,2,647,876 -"163455",49029,21358,2,647,1970 -"163456",49029,21920,3,647,2367 -"163457",49029,23550,3,647,2939 -"163458",49029,28648,1,647,1586 -"163459",49029,31950,3,647,2217 -"163460",49029,34274,2,647,1437 -"163461",49029,37684,3,647,2899 -"163462",49029,41489,2,647,2006 -"163463",49029,43701,3,647,2400 -"163464",49029,43725,3,647,935 -"163465",49029,45297,1,647,1864 -"163466",49029,45450,3,647,1590 -"163467",49029,48781,3,647,954 -"163468",49029,48823,2,647,2080 -"163469",49029,50468,3,647,1659 -"163470",49029,52179,3,647,1572 -"163471",49029,53652,3,647,2899 -"163472",49029,54488,3,647,2357 -"163473",49029,55493,2,647,869 -"163474",49029,58190,3,647,906 -"163475",49029,67289,3,647,829 -"163476",49029,68813,3,647,2511 -"163477",49029,76842,3,647,1518 -"163478",49029,79639,3,647,1013 -"163479",49029,82217,2,647,2441 -"163480",49029,84235,2,647,1639 -"163481",49029,92366,2,647,1434 -"163482",49029,93642,2,647,1120 -"163483",49029,95879,3,647,1748 -"163484",49032,17826,3,2469,2920 -"163485",49032,18458,3,2469,2477 -"163486",49032,20423,3,2469,2654 -"163487",49032,49461,3,2469,2793 -"163488",49032,67264,1,2469,2790 -"163489",49044,728,3,610,1812 -"163490",49044,997,2,610,2788 -"163491",49044,1875,3,610,1786 -"163492",49044,2224,3,610,2751 -"163493",49044,2226,3,610,2225 -"163494",49044,2563,3,610,1686 -"163495",49044,3770,3,610,2623 -"163496",49044,4066,3,610,1736 -"163497",49044,4665,3,610,1569 -"163498",49044,4681,3,610,2356 -"163499",49044,5120,3,610,2735 -"163500",49044,5449,3,610,1723 -"163501",49044,7014,3,610,2401 -"163502",49044,7858,3,610,1795 -"163503",49044,8726,3,610,2083 -"163504",49044,10453,3,610,1656 -"163505",49044,11310,2,610,957 -"163506",49044,12586,1,610,613 -"163507",49044,13780,3,610,2412 -"163508",49044,18211,3,610,1745 -"163509",49044,18928,3,610,709 -"163510",49044,18965,3,610,2315 -"163511",49044,19364,2,610,2846 -"163512",49044,19606,3,610,2783 -"163513",49044,19655,3,610,2706 -"163514",49044,22580,3,610,2245 -"163515",49044,22709,3,610,2743 -"163516",49044,23154,3,610,2345 -"163517",49044,23277,3,610,1267 -"163518",49044,26734,3,610,2299 -"163519",49044,27908,3,610,2576 -"163520",49044,28057,3,610,1067 -"163521",49044,28432,3,610,1954 -"163522",49044,30609,3,610,988 -"163523",49044,30747,3,610,2455 -"163524",49044,33621,3,610,1319 -"163525",49044,34472,3,610,837 -"163526",49044,34831,3,610,1866 -"163527",49044,37279,3,610,2768 -"163528",49044,38259,2,610,2258 -"163529",49044,41240,3,610,2220 -"163530",49044,42725,3,610,630 -"163531",49044,46506,3,610,2464 -"163532",49044,46680,3,610,1690 -"163533",49044,51151,3,610,1195 -"163534",49044,51687,3,610,2333 -"163535",49044,51879,2,610,1771 -"163536",49044,53219,3,610,2973 -"163537",49044,53809,3,610,1956 -"163538",49044,53924,3,610,1289 -"163539",49044,55472,3,610,1516 -"163540",49044,60879,3,610,2792 -"163541",49044,73553,2,610,2726 -"163542",49044,75444,2,610,2846 -"163543",49044,82403,3,610,1596 -"163544",49044,82932,3,610,2245 -"163545",49044,90674,3,610,621 -"163546",49044,92491,3,610,1968 -"163547",49044,93930,3,610,1268 -"163548",49044,94444,3,610,1554 -"163549",49044,99351,2,610,2939 -"163550",49044,106449,2,610,862 -"163551",49044,109978,3,610,1865 -"163552",49044,121354,3,610,2862 -"163553",49046,270,3,255,2542 -"163554",49046,380,3,255,2261 -"163555",49046,600,3,255,1702 -"163556",49046,675,3,255,1686 -"163557",49046,1102,3,255,2282 -"163558",49046,1124,3,255,1596 -"163559",49046,1136,3,255,2536 -"163560",49046,1567,3,255,513 -"163561",49046,1875,3,255,1786 -"163562",49046,2111,2,255,1904 -"163563",49046,2195,3,255,2139 -"163564",49046,2424,3,255,2582 -"163565",49046,2864,3,255,1543 -"163566",49046,3306,3,255,1989 -"163567",49046,3395,3,255,1382 -"163568",49046,3954,3,255,839 -"163569",49046,4360,3,255,1770 -"163570",49046,5072,3,255,2175 -"163571",49046,5235,3,255,2324 -"163572",49046,5405,3,255,1510 -"163573",49046,5622,3,255,2175 -"163574",49046,5716,3,255,1058 -"163575",49046,5971,2,255,1985 -"163576",49046,6047,3,255,2004 -"163577",49046,6222,3,255,1949 -"163578",49046,6264,3,255,749 -"163579",49046,6588,2,255,2025 -"163580",49046,6718,3,255,2138 -"163581",49046,7180,3,255,2227 -"163582",49046,7234,3,255,2654 -"163583",49046,7616,3,255,2296 -"163584",49046,9440,3,255,1006 -"163585",49046,9871,3,255,921 -"163586",49046,10370,2,255,2224 -"163587",49046,10488,3,255,1524 -"163588",49046,10523,3,255,1510 -"163589",49046,10857,2,255,2253 -"163590",49046,11218,3,255,2292 -"163591",49046,11229,3,255,1625 -"163592",49046,11477,3,255,2724 -"163593",49046,11817,2,255,600 -"163594",49046,11912,1,255,889 -"163595",49046,12042,3,255,2345 -"163596",49046,12122,2,255,1385 -"163597",49046,12310,3,255,1337 -"163598",49046,12374,3,255,2260 -"163599",49046,12375,3,255,1873 -"163600",49046,13307,3,255,2206 -"163601",49046,14656,2,255,584 -"163602",49046,15135,3,255,1035 -"163603",49046,15402,2,255,1281 -"163604",49046,15700,3,255,1712 -"163605",49046,16352,3,255,2657 -"163606",49046,17400,2,255,2231 -"163607",49046,18108,3,255,1656 -"163608",49046,18152,3,255,1314 -"163609",49046,18348,3,255,1711 -"163610",49046,18361,3,255,2968 -"163611",49046,18394,2,255,2356 -"163612",49046,18924,3,255,485 -"163613",49046,19093,3,255,2224 -"163614",49046,19622,3,255,2371 -"163615",49046,19893,1,255,1223 -"163616",49046,20124,3,255,2376 -"163617",49046,20319,3,255,468 -"163618",49046,21012,3,255,2325 -"163619",49046,21693,3,255,2176 -"163620",49046,22197,3,255,2271 -"163621",49046,22362,3,255,1836 -"163622",49046,23492,2,255,1067 -"163623",49046,23509,3,255,2275 -"163624",49046,23526,3,255,1998 -"163625",49046,23715,3,255,1859 -"163626",49046,23725,2,255,2378 -"163627",49046,23918,3,255,1881 -"163628",49046,24066,3,255,1755 -"163629",49046,24259,3,255,1281 -"163630",49046,24559,3,255,946 -"163631",49046,25490,3,255,639 -"163632",49046,25643,3,255,1646 -"163633",49046,26322,3,255,1018 -"163634",49046,26848,3,255,2363 -"163635",49046,26867,3,255,1804 -"163636",49046,27112,2,255,500 -"163637",49046,27377,1,255,1724 -"163638",49046,27744,3,255,861 -"163639",49046,28383,3,255,1222 -"163640",49046,30165,3,255,1409 -"163641",49046,30325,2,255,1067 -"163642",49046,30405,2,255,2164 -"163643",49046,31436,3,255,2892 -"163644",49046,32017,3,255,577 -"163645",49046,32131,3,255,1035 -"163646",49046,32173,3,255,2341 -"163647",49046,34480,3,255,2755 -"163648",49046,35673,1,255,1067 -"163649",49046,35752,3,255,1158 -"163650",49046,35926,3,255,2371 -"163651",49046,36784,3,255,576 -"163652",49046,37800,3,255,604 -"163653",49046,39294,3,255,1889 -"163654",49046,39570,3,255,496 -"163655",49046,39865,3,255,849 -"163656",49046,40028,2,255,1349 -"163657",49046,40072,2,255,1182 -"163658",49046,40369,3,255,2735 -"163659",49046,42837,3,255,1096 -"163660",49046,43213,2,255,2160 -"163661",49046,43335,3,255,1412 -"163662",49046,43455,3,255,2846 -"163663",49046,43518,3,255,2680 -"163664",49046,43902,2,255,1726 -"163665",49046,44089,2,255,1632 -"163666",49046,44521,3,255,1593 -"163667",49046,44648,2,255,619 -"163668",49046,44763,3,255,1324 -"163669",49046,45684,2,255,2200 -"163670",49046,46196,3,255,1510 -"163671",49046,46629,2,255,2255 -"163672",49046,47726,3,255,1272 -"163673",49046,50236,2,255,2339 -"163674",49046,51546,3,255,1369 -"163675",49046,52136,3,255,1412 -"163676",49046,52345,3,255,1430 -"163677",49046,53134,3,255,1590 -"163678",49046,53303,2,255,1376 -"163679",49046,54383,3,255,397 -"163680",49046,54551,2,255,2348 -"163681",49046,56082,2,255,2395 -"163682",49046,56232,3,255,1175 -"163683",49046,56237,3,255,2625 -"163684",49046,56903,3,255,1584 -"163685",49046,57150,3,255,1196 -"163686",49046,57246,3,255,1873 -"163687",49046,57414,3,255,922 -"163688",49046,57462,3,255,292 -"163689",49046,57710,3,255,411 -"163690",49046,59939,3,255,936 -"163691",49046,60207,3,255,2224 -"163692",49046,61948,3,255,1231 -"163693",49046,61982,3,255,2725 -"163694",49046,62148,3,255,1566 -"163695",49046,64181,3,255,1828 -"163696",49046,64997,3,255,2791 -"163697",49046,65242,3,255,1988 -"163698",49046,69360,3,255,404 -"163699",49046,70724,3,255,496 -"163700",49046,70838,3,255,687 -"163701",49046,71479,3,255,482 -"163702",49046,72188,3,255,856 -"163703",49046,72207,3,255,2430 -"163704",49046,72326,3,255,2384 -"163705",49046,75403,3,255,1895 -"163706",49046,76284,3,255,1237 -"163707",49046,79403,3,255,977 -"163708",49046,80242,3,255,569 -"163709",49046,82893,3,255,1275 -"163710",49046,86245,3,255,1972 -"163711",49046,87048,3,255,989 -"163712",49046,91812,3,255,682 -"163713",49046,91912,2,255,790 -"163714",49046,102107,3,255,504 -"163715",49046,107478,3,255,768 -"163716",49046,109663,3,255,545 -"163717",49046,109718,2,255,1237 -"163718",49046,111971,3,255,1032 -"163719",49046,112437,3,255,513 -"163720",49046,113767,3,255,1101 -"163721",49046,120549,3,255,708 -"163722",49048,1315,3,1656,2760 -"163723",49048,27427,3,1656,2325 -"163724",49048,67957,3,1656,2823 -"163725",49055,2057,3,388,1965 -"163726",49055,2139,2,388,2502 -"163727",49055,2429,3,388,999 -"163728",49055,5235,3,388,2324 -"163729",49055,9723,3,388,2302 -"163730",49055,11518,2,388,803 -"163731",49055,11588,3,388,2352 -"163732",49055,12067,3,388,1213 -"163733",49055,12177,3,388,1965 -"163734",49055,12249,2,388,1965 -"163735",49055,12397,3,388,1965 -"163736",49055,13007,3,388,2496 -"163737",49055,13109,3,388,1374 -"163738",49055,14589,2,388,1184 -"163739",49055,17133,3,388,924 -"163740",49055,18672,3,388,1182 -"163741",49055,19433,3,388,2504 -"163742",49055,22462,3,388,869 -"163743",49055,24264,2,388,1760 -"163744",49055,26734,3,388,2299 -"163745",49055,28800,3,388,528 -"163746",49055,31003,3,388,1859 -"163747",49055,32202,3,388,2314 -"163748",49055,32395,3,388,2735 -"163749",49055,33451,2,388,1957 -"163750",49055,34472,3,388,837 -"163751",49055,34491,3,388,2694 -"163752",49055,34648,3,388,1596 -"163753",49055,39062,3,388,2020 -"163754",49055,40747,2,388,958 -"163755",49055,42756,3,388,1384 -"163756",49055,46283,2,388,1184 -"163757",49055,47148,3,388,569 -"163758",49055,48602,2,388,1704 -"163759",49055,52041,3,388,2694 -"163760",49055,54204,2,388,1449 -"163761",49055,55185,3,388,922 -"163762",49055,56873,3,388,1421 -"163763",49055,62746,3,388,2119 -"163764",49055,66183,2,388,607 -"163765",49055,67062,3,388,1623 -"163766",49055,67102,3,388,935 -"163767",49055,69012,3,388,799 -"163768",49055,77001,3,388,1440 -"163769",49055,83526,3,388,1235 -"163770",49055,84574,3,388,958 -"163771",49055,90658,3,388,523 -"163772",49055,91279,3,388,966 -"163773",49055,99279,3,388,611 -"163774",49055,100229,3,388,550 -"163775",49069,15207,3,1694,1855 -"163776",49069,19002,3,1694,2053 -"163777",49069,19190,3,1694,2677 -"163778",49069,22744,3,1694,1907 -"163779",49069,26698,2,1694,1963 -"163780",49069,45664,3,1694,2235 -"163781",49069,85638,3,1694,2275 -"163782",49079,6234,3,2447,2654 -"163783",49079,23728,3,2447,2601 -"163784",49079,30194,3,2447,2874 -"163785",49079,44730,3,2447,2468 -"163786",49084,134,3,168,2062 -"163787",49084,212,3,168,1513 -"163788",49084,270,2,168,2542 -"163789",49084,312,3,168,2038 -"163790",49084,325,3,168,495 -"163791",49084,377,3,168,2389 -"163792",49084,380,2,168,2261 -"163793",49084,1044,3,168,880 -"163794",49084,1046,3,168,1881 -"163795",49084,1102,2,168,2282 -"163796",49084,1124,2,168,1596 -"163797",49084,1196,3,168,1986 -"163798",49084,1875,3,168,1786 -"163799",49084,2111,2,168,1904 -"163800",49084,2424,3,168,2582 -"163801",49084,2484,3,168,2389 -"163802",49084,2533,3,168,2016 -"163803",49084,2572,3,168,2273 -"163804",49084,2684,3,168,2874 -"163805",49084,3265,3,168,214 -"163806",49084,3305,2,168,2839 -"163807",49084,3306,3,168,1989 -"163808",49084,3477,3,168,2546 -"163809",49084,3493,3,168,2451 -"163810",49084,3801,3,168,1974 -"163811",49084,4253,2,168,1890 -"163812",49084,4360,3,168,1770 -"163813",49084,4701,3,168,2401 -"163814",49084,4953,3,168,2285 -"163815",49084,5235,3,168,2324 -"163816",49084,5622,3,168,2175 -"163817",49084,5716,3,168,1058 -"163818",49084,5971,2,168,1985 -"163819",49084,5984,3,168,1675 -"163820",49084,5986,2,168,1721 -"163821",49084,6047,3,168,2004 -"163822",49084,6052,3,168,1985 -"163823",49084,6063,3,168,2349 -"163824",49084,6074,3,168,2426 -"163825",49084,6162,3,168,1673 -"163826",49084,6222,3,168,1949 -"163827",49084,6264,2,168,749 -"163828",49084,6363,3,168,2066 -"163829",49084,6366,3,168,798 -"163830",49084,6417,3,168,1675 -"163831",49084,6588,1,168,2025 -"163832",49084,6718,3,168,2138 -"163833",49084,7233,3,168,572 -"163834",49084,7245,3,168,2089 -"163835",49084,7555,3,168,1943 -"163836",49084,7627,3,168,1543 -"163837",49084,8513,3,168,875 -"163838",49084,8533,3,168,2251 -"163839",49084,8866,3,168,1545 -"163840",49084,8888,3,168,1328 -"163841",49084,9364,3,168,1698 -"163842",49084,9440,3,168,1006 -"163843",49084,9624,3,168,2398 -"163844",49084,9650,3,168,1167 -"163845",49084,9695,3,168,2143 -"163846",49084,9805,3,168,1621 -"163847",49084,9928,3,168,2345 -"163848",49084,10358,3,168,2294 -"163849",49084,10488,2,168,1524 -"163850",49084,10513,3,168,2284 -"163851",49084,10523,2,168,1510 -"163852",49084,10576,2,168,974 -"163853",49084,10717,3,168,1938 -"163854",49084,10857,2,168,2253 -"163855",49084,11006,3,168,1950 -"163856",49084,11055,3,168,2111 -"163857",49084,11218,2,168,2292 -"163858",49084,11229,3,168,1625 -"163859",49084,11351,3,168,2971 -"163860",49084,11601,3,168,173 -"163861",49084,11620,3,168,2010 -"163862",49084,11817,1,168,600 -"163863",49084,11912,3,168,889 -"163864",49084,11966,3,168,2385 -"163865",49084,12042,2,168,2345 -"163866",49084,12374,2,168,2260 -"163867",49084,12449,3,168,2067 -"163868",49084,12724,3,168,1930 -"163869",49084,12728,3,168,2374 -"163870",49084,12735,3,168,819 -"163871",49084,12779,3,168,936 -"163872",49084,13248,3,168,1385 -"163873",49084,13307,2,168,2206 -"163874",49084,13573,3,168,2774 -"163875",49084,14655,3,168,2559 -"163876",49084,14656,1,168,584 -"163877",49084,14855,3,168,903 -"163878",49084,14989,3,168,2223 -"163879",49084,15003,3,168,2067 -"163880",49084,15118,3,168,1311 -"163881",49084,15135,3,168,1035 -"163882",49084,15301,3,168,2308 -"163883",49084,15402,3,168,1281 -"163884",49084,15700,3,168,1712 -"163885",49084,15799,3,168,1917 -"163886",49084,16352,2,168,2657 -"163887",49084,16535,3,168,1993 -"163888",49084,17400,3,168,2231 -"163889",49084,18152,3,168,1314 -"163890",49084,18217,3,168,1566 -"163891",49084,18361,3,168,2968 -"163892",49084,18394,2,168,2356 -"163893",49084,19248,3,168,2357 -"163894",49084,19622,3,168,2371 -"163895",49084,19717,3,168,431 -"163896",49084,19719,3,168,2177 -"163897",49084,19862,3,168,2412 -"163898",49084,19893,3,168,1223 -"163899",49084,20124,2,168,2376 -"163900",49084,20311,2,168,1981 -"163901",49084,21012,3,168,2325 -"163902",49084,21104,3,168,2327 -"163903",49084,21198,3,168,935 -"163904",49084,21422,3,168,935 -"163905",49084,21571,3,168,2755 -"163906",49084,21682,3,168,2414 -"163907",49084,21693,3,168,2176 -"163908",49084,21929,3,168,2062 -"163909",49084,22197,2,168,2271 -"163910",49084,22326,3,168,2818 -"163911",49084,22362,3,168,1836 -"163912",49084,22462,3,168,869 -"163913",49084,22566,3,168,2308 -"163914",49084,22705,3,168,1016 -"163915",49084,23159,3,168,1548 -"163916",49084,23310,3,168,2371 -"163917",49084,23312,3,168,2449 -"163918",49084,23403,3,168,607 -"163919",49084,23492,3,168,1067 -"163920",49084,23509,3,168,2275 -"163921",49084,23526,2,168,1998 -"163922",49084,23715,2,168,1859 -"163923",49084,23725,3,168,2378 -"163924",49084,23729,3,168,1624 -"163925",49084,24005,3,168,1188 -"163926",49084,24066,3,168,1755 -"163927",49084,24259,3,168,1281 -"163928",49084,24559,2,168,946 -"163929",49084,25027,3,168,564 -"163930",49084,25132,3,168,1188 -"163931",49084,25305,3,168,2447 -"163932",49084,25985,3,168,2071 -"163933",49084,26080,2,168,2525 -"163934",49084,26570,3,168,1669 -"163935",49084,26671,3,168,2279 -"163936",49084,26721,3,168,2586 -"163937",49084,26818,3,168,1999 -"163938",49084,26848,3,168,2363 -"163939",49084,26867,2,168,1804 -"163940",49084,27112,2,168,500 -"163941",49084,27130,3,168,1880 -"163942",49084,27377,3,168,1724 -"163943",49084,27694,3,168,2030 -"163944",49084,27744,1,168,861 -"163945",49084,27849,3,168,1316 -"163946",49084,28002,3,168,914 -"163947",49084,28190,3,168,1634 -"163948",49084,28383,3,168,1222 -"163949",49084,29093,3,168,1933 -"163950",49084,29124,3,168,199 -"163951",49084,29987,3,168,956 -"163952",49084,30173,3,168,2404 -"163953",49084,30325,3,168,1067 -"163954",49084,30405,2,168,2164 -"163955",49084,31307,3,168,2139 -"163956",49084,31691,3,168,1657 -"163957",49084,32017,2,168,577 -"163958",49084,32131,2,168,1035 -"163959",49084,32173,3,168,2341 -"163960",49084,32567,3,168,2784 -"163961",49084,32811,3,168,804 -"163962",49084,32965,3,168,2071 -"163963",49084,33223,3,168,2397 -"163964",49084,33285,3,168,1327 -"163965",49084,33622,3,168,2230 -"163966",49084,33801,3,168,2899 -"163967",49084,33981,3,168,1993 -"163968",49084,34136,3,168,2202 -"163969",49084,34480,3,168,2755 -"163970",49084,34735,3,168,2767 -"163971",49084,34836,3,168,2302 -"163972",49084,35402,3,168,2339 -"163973",49084,35673,2,168,1067 -"163974",49084,37285,3,168,2428 -"163975",49084,37800,2,168,604 -"163976",49084,38019,3,168,1870 -"163977",49084,38046,3,168,1163 -"163978",49084,39294,3,168,1889 -"163979",49084,39444,3,168,2695 -"163980",49084,39570,2,168,496 -"163981",49084,39865,2,168,849 -"163982",49084,40028,2,168,1349 -"163983",49084,40072,1,168,1182 -"163984",49084,40186,3,168,199 -"163985",49084,40493,3,168,1981 -"163986",49084,40542,3,168,1664 -"163987",49084,40646,3,168,1583 -"163988",49084,40820,3,168,900 -"163989",49084,41315,3,168,439 -"163990",49084,41972,2,168,2509 -"163991",49084,42216,3,168,2722 -"163992",49084,42619,3,168,2017 -"163993",49084,42687,3,168,1952 -"163994",49084,42837,3,168,1096 -"163995",49084,43213,3,168,2160 -"163996",49084,43455,3,168,2846 -"163997",49084,43518,3,168,2680 -"163998",49084,43673,3,168,2787 -"163999",49084,44521,2,168,1593 -"164000",49084,44641,3,168,1981 -"164001",49084,44648,3,168,619 -"164002",49084,44769,3,168,2411 -"164003",49084,45302,3,168,2390 -"164004",49084,45684,3,168,2200 -"164005",49084,46196,3,168,1510 -"164006",49084,46629,2,168,2255 -"164007",49084,48035,3,168,2180 -"164008",49084,48435,2,168,528 -"164009",49084,48698,3,168,1474 -"164010",49084,49046,2,168,255 -"164011",49084,49110,2,168,2938 -"164012",49084,49144,3,168,1542 -"164013",49084,49185,3,168,1544 -"164014",49084,50236,1,168,2339 -"164015",49084,50685,3,168,2008 -"164016",49084,51017,3,168,2073 -"164017",49084,51035,3,168,2397 -"164018",49084,51866,3,168,2411 -"164019",49084,51971,3,168,195 -"164020",49084,52136,2,168,1412 -"164021",49084,52345,2,168,1430 -"164022",49084,52576,3,168,2234 -"164023",49084,53134,3,168,1590 -"164024",49084,53303,2,168,1376 -"164025",49084,54551,2,168,2348 -"164026",49084,54879,3,168,2210 -"164027",49084,54929,3,168,2783 -"164028",49084,55320,3,168,1643 -"164029",49084,55652,3,168,2795 -"164030",49084,56082,2,168,2395 -"164031",49084,56232,3,168,1175 -"164032",49084,56237,2,168,2625 -"164033",49084,57414,3,168,922 -"164034",49084,57710,3,168,411 -"164035",49084,57714,3,168,1391 -"164036",49084,57969,3,168,2755 -"164037",49084,57977,3,168,2683 -"164038",49084,58882,3,168,684 -"164039",49084,59939,1,168,936 -"164040",49084,61982,3,168,2725 -"164041",49084,62841,3,168,2710 -"164042",49084,65242,3,168,1988 -"164043",49084,67763,3,168,822 -"164044",49084,68215,3,168,2727 -"164045",49084,70724,2,168,496 -"164046",49084,70781,2,168,199 -"164047",49084,70838,2,168,687 -"164048",49084,71217,3,168,2169 -"164049",49084,72188,3,168,856 -"164050",49084,72207,3,168,2430 -"164051",49084,72326,1,168,2384 -"164052",49084,72956,3,168,1251 -"164053",49084,73136,3,168,328 -"164054",49084,75403,3,168,1895 -"164055",49084,76127,3,168,910 -"164056",49084,76284,3,168,1237 -"164057",49084,76396,3,168,1731 -"164058",49084,76905,3,168,298 -"164059",49084,78256,3,168,804 -"164060",49084,79804,3,168,2227 -"164061",49084,80014,3,168,1562 -"164062",49084,80242,2,168,569 -"164063",49084,81563,3,168,1188 -"164064",49084,82776,3,168,1232 -"164065",49084,85685,3,168,998 -"164066",49084,85736,3,168,1601 -"164067",49084,87048,3,168,989 -"164068",49084,91912,2,168,790 -"164069",49084,92104,3,168,2339 -"164070",49084,97498,3,168,2346 -"164071",49084,98925,3,168,584 -"164072",49084,104344,3,168,172 -"164073",49084,107846,3,168,565 -"164074",49084,108867,3,168,2328 -"164075",49084,109663,2,168,545 -"164076",49084,109718,3,168,1237 -"164077",49084,111971,3,168,1032 -"164078",49084,112437,2,168,513 -"164079",49084,116835,3,168,553 -"164080",49084,117956,3,168,2774 -"164081",49084,120549,2,168,708 -"164082",49109,29580,2,2341,2776 -"164083",49109,40368,3,2341,2876 -"164084",49109,46635,3,2341,2528 -"164085",49110,25325,3,2938,2963 -"164086",49121,9311,2,2199,2477 -"164087",49121,10843,3,2199,2277 -"164088",49121,15626,3,2199,2434 -"164089",49121,15821,3,2199,2456 -"164090",49121,30906,3,2199,2537 -"164091",49121,33433,3,2199,2805 -"164092",49121,38755,3,2199,2902 -"164093",49121,47534,3,2199,2712 -"164094",49121,50382,3,2199,2244 -"164095",49121,59113,3,2199,2434 -"164096",49142,3158,3,2289,2762 -"164097",49142,4634,3,2289,2291 -"164098",49142,8463,3,2289,2466 -"164099",49142,14490,3,2289,2291 -"164100",49142,14957,3,2289,2306 -"164101",49142,15782,3,2289,2306 -"164102",49142,36478,3,2289,2808 -"164103",49142,42390,3,2289,2937 -"164104",49142,43701,3,2289,2400 -"164105",49142,66368,3,2289,2413 -"164106",49144,135,2,1542,2233 -"164107",49144,270,3,1542,2542 -"164108",49144,380,3,1542,2261 -"164109",49144,455,2,1542,2827 -"164110",49144,470,3,1542,2285 -"164111",49144,600,3,1542,1702 -"164112",49144,913,3,1542,2144 -"164113",49144,1046,3,1542,1881 -"164114",49144,1102,3,1542,2282 -"164115",49144,1124,3,1542,1596 -"164116",49144,1367,2,1542,2176 -"164117",49144,2424,3,1542,2582 -"164118",49144,2533,3,1542,2016 -"164119",49144,3242,3,1542,1730 -"164120",49144,3305,3,1542,2839 -"164121",49144,4084,3,1542,2133 -"164122",49144,4191,3,1542,2130 -"164123",49144,4618,3,1542,2607 -"164124",49144,5148,3,1542,2206 -"164125",49144,5725,3,1542,2789 -"164126",49144,7245,1,1542,2089 -"164127",49144,7515,3,1542,2737 -"164128",49144,8533,2,1542,2251 -"164129",49144,8621,3,1542,1681 -"164130",49144,9311,3,1542,2477 -"164131",49144,10433,3,1542,2075 -"164132",49144,11516,3,1542,1937 -"164133",49144,13307,3,1542,2206 -"164134",49144,15207,3,1542,1855 -"164135",49144,16201,3,1542,1811 -"164136",49144,17698,3,1542,1559 -"164137",49144,18348,3,1542,1711 -"164138",49144,18394,3,1542,2356 -"164139",49144,18415,2,1542,2184 -"164140",49144,19719,3,1542,2177 -"164141",49144,19862,3,1542,2412 -"164142",49144,20563,2,1542,2267 -"164143",49144,21012,3,1542,2325 -"164144",49144,23132,3,1542,2756 -"164145",49144,23526,3,1542,1998 -"164146",49144,23534,3,1542,1659 -"164147",49144,23705,3,1542,2699 -"164148",49144,23715,3,1542,1859 -"164149",49144,23918,3,1542,1881 -"164150",49144,24568,2,1542,1937 -"164151",49144,25289,3,1542,1790 -"164152",49144,25341,3,1542,1858 -"164153",49144,25577,3,1542,1946 -"164154",49144,25643,3,1542,1646 -"164155",49144,25816,3,1542,2088 -"164156",49144,26516,3,1542,2479 -"164157",49144,27753,3,1542,2750 -"164158",49144,28115,3,1542,1835 -"164159",49144,28285,3,1542,2972 -"164160",49144,28991,3,1542,1688 -"164161",49144,29073,3,1542,2328 -"164162",49144,29170,3,1542,1846 -"164163",49144,30052,3,1542,2855 -"164164",49144,30438,3,1542,1617 -"164165",49144,33572,3,1542,2370 -"164166",49144,34160,2,1542,1759 -"164167",49144,34648,3,1542,1596 -"164168",49144,35302,2,1542,1589 -"164169",49144,38019,3,1542,1870 -"164170",49144,40493,3,1542,1981 -"164171",49144,41682,3,1542,1988 -"164172",49144,45633,1,1542,2134 -"164173",49144,45715,3,1542,2287 -"164174",49144,47947,3,1542,2681 -"164175",49144,48035,3,1542,2180 -"164176",49144,48602,3,1542,1704 -"164177",49144,50685,3,1542,2008 -"164178",49144,52576,3,1542,2234 -"164179",49144,53196,2,1542,1888 -"164180",49144,53300,3,1542,2162 -"164181",49144,54158,3,1542,1756 -"164182",49144,55139,3,1542,2323 -"164183",49144,57977,3,1542,2683 -"164184",49144,58035,3,1542,1646 -"164185",49144,60661,3,1542,2700 -"164186",49144,62840,3,1542,2502 -"164187",49144,63409,2,1542,1937 -"164188",49144,64181,3,1542,1828 -"164189",49144,64997,3,1542,2791 -"164190",49144,65691,2,1542,2134 -"164191",49144,66413,3,1542,2507 -"164192",49144,71562,3,1542,2574 -"164193",49144,74095,3,1542,2333 -"164194",49144,82426,3,1542,1576 -"164195",49144,105063,3,1542,1908 -"164196",49147,916,2,2539,2718 -"164197",49147,2344,3,2539,2752 -"164198",49147,4618,3,2539,2607 -"164199",49147,5606,2,2539,2875 -"164200",49147,6248,2,2539,2737 -"164201",49147,17999,3,2539,2758 -"164202",49147,22905,3,2539,2599 -"164203",49147,36662,3,2539,2967 -"164204",49147,43524,2,2539,2572 -"164205",49147,50635,3,2539,2962 -"164206",49147,60384,3,2539,2765 -"164207",49147,60672,3,2539,2876 -"164208",49147,65223,3,2539,2724 -"164209",49185,600,3,1544,1702 -"164210",49185,997,3,1544,2788 -"164211",49185,1875,2,1544,1786 -"164212",49185,3495,3,1544,2431 -"164213",49185,3947,3,1544,2067 -"164214",49185,4360,3,1544,1770 -"164215",49185,4671,3,1544,2280 -"164216",49185,5449,3,1544,1723 -"164217",49185,5971,3,1544,1985 -"164218",49185,7029,2,1544,2204 -"164219",49185,7406,3,1544,1906 -"164220",49185,7858,3,1544,1795 -"164221",49185,9695,2,1544,2143 -"164222",49185,10870,3,1544,1755 -"164223",49185,11103,2,1544,2393 -"164224",49185,11239,3,1544,2181 -"164225",49185,11493,3,1544,2077 -"164226",49185,12371,3,1544,1569 -"164227",49185,13780,3,1544,2412 -"164228",49185,16352,3,1544,2657 -"164229",49185,18344,3,1544,2204 -"164230",49185,19208,3,1544,2629 -"164231",49185,20419,3,1544,1587 -"164232",49185,22197,3,1544,2271 -"164233",49185,23918,3,1544,1881 -"164234",49185,24256,3,1544,2393 -"164235",49185,26867,3,1544,1804 -"164236",49185,27195,2,1544,2158 -"164237",49185,28571,3,1544,1556 -"164238",49185,29930,2,1544,2240 -"164239",49185,30747,3,1544,2455 -"164240",49185,36574,3,1544,2934 -"164241",49185,41664,3,1544,2641 -"164242",49185,42129,3,1544,2318 -"164243",49185,42574,3,1544,2842 -"164244",49185,48571,3,1544,2717 -"164245",49185,50236,3,1544,2339 -"164246",49185,53219,3,1544,2973 -"164247",49185,53604,3,1544,2489 -"164248",49185,56082,3,1544,2395 -"164249",49185,63515,3,1544,2023 -"164250",49185,64997,3,1544,2791 -"164251",49185,78436,3,1544,1615 -"164252",49185,80014,3,1544,1562 -"164253",49186,279,3,1289,1989 -"164254",49186,913,3,1289,2144 -"164255",49186,5346,3,1289,1438 -"164256",49186,5580,3,1289,2111 -"164257",49186,6047,3,1289,2004 -"164258",49186,9654,2,1289,2111 -"164259",49186,12528,2,1289,2589 -"164260",49186,12602,3,1289,1956 -"164261",49186,12618,3,1289,2021 -"164262",49186,15207,3,1289,1855 -"164263",49186,19335,3,1289,1729 -"164264",49186,21133,3,1289,1320 -"164265",49186,21929,3,1289,2062 -"164266",49186,22567,3,1289,2396 -"164267",49186,23011,2,1289,2763 -"164268",49186,23132,3,1289,2756 -"164269",49186,24448,3,1289,2289 -"164270",49186,27275,3,1289,2656 -"164271",49186,27390,3,1289,2425 -"164272",49186,32899,3,1289,1369 -"164273",49186,37509,3,1289,1640 -"164274",49186,40383,3,1289,2639 -"164275",49186,43173,3,1289,2895 -"164276",49186,46621,3,1289,1343 -"164277",49186,48215,3,1289,2028 -"164278",49186,56082,3,1289,2395 -"164279",49186,67652,3,1289,2736 -"164280",49186,67726,1,1289,2873 -"164281",49186,82730,3,1289,1492 -"164282",49189,733,2,1550,1653 -"164283",49189,2407,3,1550,1725 -"164284",49189,3242,2,1550,1730 -"164285",49189,5239,3,1550,2875 -"164286",49189,7515,3,1550,2737 -"164287",49189,8621,3,1550,1681 -"164288",49189,10222,3,1550,2212 -"164289",49189,10404,3,1550,2062 -"164290",49189,13837,2,1550,1604 -"164291",49189,15401,3,1550,1999 -"164292",49189,16866,3,1550,2718 -"164293",49189,18277,3,1550,2309 -"164294",49189,18865,3,1550,2676 -"164295",49189,20563,3,1550,2267 -"164296",49189,23534,3,1550,1659 -"164297",49189,24198,3,1550,2217 -"164298",49189,26516,3,1550,2479 -"164299",49189,26706,1,1550,1846 -"164300",49189,27753,3,1550,2750 -"164301",49189,32988,3,1550,2008 -"164302",49189,34136,3,1550,2202 -"164303",49189,40368,3,1550,2876 -"164304",49189,50667,3,1550,2719 -"164305",49189,51410,3,1550,2739 -"164306",49189,58035,3,1550,1646 -"164307",49189,58221,2,1550,1787 -"164308",49189,59700,3,1550,2346 -"164309",49189,63395,3,1550,2334 -"164310",49189,63409,3,1550,1937 -"164311",49189,65155,3,1550,1947 -"164312",49189,66726,3,1550,2068 -"164313",49189,82767,3,1550,1641 -"164314",49189,92322,2,1550,2393 -"164315",49201,1015,3,936,1174 -"164316",49201,1203,2,936,1350 -"164317",49201,2294,3,936,1638 -"164318",49201,3271,3,936,2216 -"164319",49201,6186,3,936,1693 -"164320",49201,6479,3,936,1021 -"164321",49201,6627,3,936,2063 -"164322",49201,6821,2,936,1788 -"164323",49201,7785,3,936,2441 -"164324",49201,9060,3,936,1612 -"164325",49201,9272,3,936,2835 -"164326",49201,10087,2,936,1617 -"164327",49201,10373,2,936,2436 -"164328",49201,11127,3,936,1196 -"164329",49201,11990,3,936,1909 -"164330",49201,13068,2,936,1778 -"164331",49201,14425,3,936,1036 -"164332",49201,15078,2,936,1033 -"164333",49201,15462,3,936,1141 -"164334",49201,16437,1,936,1956 -"164335",49201,16684,3,936,1657 -"164336",49201,16776,3,936,1565 -"164337",49201,18706,3,936,1617 -"164338",49201,18978,3,936,952 -"164339",49201,19231,2,936,1424 -"164340",49201,19934,3,936,2888 -"164341",49201,20308,3,936,2254 -"164342",49201,20395,3,936,1468 -"164343",49201,25378,3,936,1245 -"164344",49201,27280,3,936,1965 -"164345",49201,27320,3,936,2378 -"164346",49201,27722,3,936,1266 -"164347",49201,28051,3,936,2089 -"164348",49201,28357,2,936,1134 -"164349",49201,29495,3,936,1612 -"164350",49201,30891,3,936,1256 -"164351",49201,31753,3,936,1514 -"164352",49201,31868,3,936,1993 -"164353",49201,32532,3,936,2338 -"164354",49201,32560,3,936,1258 -"164355",49201,33491,3,936,1226 -"164356",49201,34094,3,936,1360 -"164357",49201,35728,3,936,2017 -"164358",49201,37059,3,936,2840 -"164359",49201,37752,3,936,2223 -"164360",49201,39534,2,936,2410 -"164361",49201,41900,3,936,1970 -"164362",49201,42756,3,936,1384 -"164363",49201,43226,3,936,2442 -"164364",49201,43961,3,936,2443 -"164365",49201,44235,3,936,2700 -"164366",49201,44877,3,936,1219 -"164367",49201,45480,2,936,1104 -"164368",49201,46486,3,936,1868 -"164369",49201,47968,3,936,2829 -"164370",49201,48110,3,936,2009 -"164371",49201,49347,3,936,2504 -"164372",49201,49712,3,936,1937 -"164373",49201,58508,3,936,2326 -"164374",49201,58759,3,936,942 -"164375",49201,58829,3,936,1256 -"164376",49201,59039,2,936,2870 -"164377",49201,59485,3,936,1564 -"164378",49201,61723,3,936,1262 -"164379",49201,63654,3,936,2310 -"164380",49201,65188,3,936,2213 -"164381",49201,66717,3,936,2104 -"164382",49201,68215,3,936,2727 -"164383",49201,69131,3,936,2122 -"164384",49201,69335,3,936,2698 -"164385",49201,72438,2,936,1397 -"164386",49201,73172,3,936,2496 -"164387",49201,73192,3,936,1955 -"164388",49201,74795,3,936,1319 -"164389",49201,79432,3,936,1708 -"164390",49201,80301,3,936,1690 -"164391",49201,80506,3,936,1920 -"164392",49201,90789,3,936,1218 -"164393",49201,95910,3,936,999 -"164394",49201,96365,3,936,1700 -"164395",49201,98058,3,936,1891 -"164396",49201,107383,2,936,1918 -"164397",49201,119524,3,936,1930 -"164398",49201,119921,3,936,1113 -"164399",49265,31700,3,2686,2727 -"164400",49265,38602,3,2686,2693 -"164401",49265,88232,3,2686,2881 -"164402",49277,5041,3,1928,2371 -"164403",49277,14084,3,1928,2491 -"164404",49277,20893,3,1928,2695 -"164405",49277,34158,3,1928,2639 -"164406",49277,59205,2,1928,2387 -"164407",49284,1222,3,218,2598 -"164408",49284,2272,3,218,1640 -"164409",49284,2443,2,218,2333 -"164410",49284,2802,3,218,1836 -"164411",49284,3324,3,218,1198 -"164412",49284,5414,3,218,2321 -"164413",49284,6262,3,218,2733 -"164414",49284,6295,3,218,856 -"164415",49284,9269,3,218,1892 -"164416",49284,9895,3,218,1960 -"164417",49284,9910,3,218,2526 -"164418",49284,9948,2,218,2019 -"164419",49284,11897,3,218,1271 -"164420",49284,12914,3,218,1557 -"164421",49284,13150,3,218,1570 -"164422",49284,15047,3,218,1697 -"164423",49284,15582,3,218,598 -"164424",49284,15926,3,218,545 -"164425",49284,18466,3,218,2340 -"164426",49284,19190,3,218,2677 -"164427",49284,19358,2,218,880 -"164428",49284,20604,3,218,1684 -"164429",49284,20695,3,218,2526 -"164430",49284,25345,3,218,713 -"164431",49284,27512,3,218,947 -"164432",49284,30697,3,218,2891 -"164433",49284,32070,2,218,950 -"164434",49284,32966,3,218,1583 -"164435",49284,33108,3,218,1559 -"164436",49284,38697,3,218,2701 -"164437",49284,42280,3,218,2266 -"164438",49284,46568,1,218,822 -"164439",49284,49403,1,218,2427 -"164440",49284,51678,3,218,1077 -"164441",49284,53082,1,218,2328 -"164442",49284,54737,2,218,326 -"164443",49284,55364,3,218,326 -"164444",49284,56168,2,218,1466 -"164445",49284,56364,3,218,1626 -"164446",49284,65515,3,218,677 -"164447",49284,66017,3,218,1545 -"164448",49284,71810,3,218,263 -"164449",49284,72703,3,218,2231 -"164450",49284,76796,3,218,1140 -"164451",49284,76997,3,218,2223 -"164452",49284,79772,3,218,1230 -"164453",49284,79793,3,218,1915 -"164454",49284,80801,3,218,1250 -"164455",49284,83334,2,218,1708 -"164456",49284,84591,3,218,1685 -"164457",49284,87915,3,218,1152 -"164458",49284,90633,3,218,990 -"164459",49284,92503,3,218,231 -"164460",49284,94339,3,218,2768 -"164461",49284,101381,3,218,977 -"164462",49284,101666,3,218,1257 -"164463",49284,103920,3,218,274 -"164464",49284,104161,3,218,613 -"164465",49284,112814,3,218,546 -"164466",49300,512,3,515,1596 -"164467",49300,1592,3,515,2006 -"164468",49300,1691,2,515,1941 -"164469",49300,2011,3,515,2176 -"164470",49300,3886,3,515,1669 -"164471",49300,5018,2,515,640 -"164472",49300,5258,3,515,2730 -"164473",49300,6252,3,515,2336 -"164474",49300,6390,2,515,2385 -"164475",49300,8011,3,515,889 -"164476",49300,8762,3,515,2585 -"164477",49300,12199,3,515,1651 -"164478",49300,13945,3,515,1324 -"164479",49300,14108,2,515,2012 -"164480",49300,14676,3,515,2764 -"164481",49300,15962,3,515,660 -"164482",49300,17434,1,515,1642 -"164483",49300,18502,3,515,1033 -"164484",49300,18543,2,515,2968 -"164485",49300,19882,3,515,565 -"164486",49300,20407,3,515,2339 -"164487",49300,21133,3,515,1320 -"164488",49300,21617,3,515,516 -"164489",49300,25565,3,515,2764 -"164490",49300,27792,3,515,1308 -"164491",49300,28592,2,515,2320 -"164492",49300,28808,3,515,1063 -"164493",49300,30411,3,515,630 -"164494",49300,31001,3,515,2119 -"164495",49300,31235,3,515,2668 -"164496",49300,33621,3,515,1319 -"164497",49300,33622,3,515,2230 -"164498",49300,34314,3,515,630 -"164499",49300,34945,2,515,1298 -"164500",49300,35045,3,515,1646 -"164501",49300,36183,3,515,2117 -"164502",49300,36439,2,515,2469 -"164503",49300,37509,3,515,1640 -"164504",49300,38213,3,515,1744 -"164505",49300,38259,3,515,2258 -"164506",49300,40954,2,515,2603 -"164507",49300,41085,1,515,637 -"164508",49300,43226,3,515,2442 -"164509",49300,44427,2,515,2875 -"164510",49300,46621,3,515,1343 -"164511",49300,47064,3,515,1993 -"164512",49300,47407,3,515,832 -"164513",49300,47435,3,515,878 -"164514",49300,47585,2,515,794 -"164515",49300,49620,3,515,1868 -"164516",49300,50235,2,515,726 -"164517",49300,52323,3,515,2148 -"164518",49300,52327,3,515,1472 -"164519",49300,53252,2,515,637 -"164520",49300,55156,3,515,2196 -"164521",49300,56910,3,515,2705 -"164522",49300,57990,2,515,978 -"164523",49300,58133,3,515,1484 -"164524",49300,58284,3,515,2292 -"164525",49300,61785,3,515,822 -"164526",49300,62062,3,515,860 -"164527",49300,62602,3,515,1172 -"164528",49300,64181,3,515,1828 -"164529",49300,71274,3,515,2390 -"164530",49300,74636,3,515,2525 -"164531",49300,75025,2,515,717 -"164532",49300,75921,3,515,517 -"164533",49300,76127,3,515,910 -"164534",49300,76192,3,515,912 -"164535",49300,78256,3,515,804 -"164536",49300,78416,3,515,630 -"164537",49300,78563,3,515,2385 -"164538",49300,78569,3,515,578 -"164539",49300,79612,3,515,927 -"164540",49300,82401,3,515,1210 -"164541",49300,88232,3,515,2881 -"164542",49300,88966,3,515,1568 -"164543",49300,92491,3,515,1968 -"164544",49300,93398,3,515,828 -"164545",49300,97674,3,515,1912 -"164546",49300,97824,3,515,1229 -"164547",49300,99953,3,515,581 -"164548",49300,100215,3,515,2436 -"164549",49300,101967,1,515,691 -"164550",49300,102731,3,515,630 -"164551",49301,1592,1,1894,2006 -"164552",49301,1691,2,1894,1941 -"164553",49301,2011,3,1894,2176 -"164554",49301,2208,3,1894,2814 -"164555",49301,5258,3,1894,2730 -"164556",49301,6252,3,1894,2336 -"164557",49301,6390,3,1894,2385 -"164558",49301,6491,3,1894,2424 -"164559",49301,14108,3,1894,2012 -"164560",49301,14731,3,1894,2012 -"164561",49301,20407,3,1894,2339 -"164562",49301,21682,3,1894,2414 -"164563",49301,24198,3,1894,2217 -"164564",49301,29948,3,1894,2795 -"164565",49301,33622,3,1894,2230 -"164566",49301,36439,3,1894,2469 -"164567",49301,40369,3,1894,2735 -"164568",49301,43173,3,1894,2895 -"164569",49301,46951,3,1894,2429 -"164570",49301,50179,3,1894,2230 -"164571",49301,66241,3,1894,2351 -"164572",49301,74636,3,1894,2525 -"164573",49301,88232,2,1894,2881 -"164574",49309,316,1,575,2413 -"164575",49309,2057,3,575,1965 -"164576",49309,2429,3,575,999 -"164577",49309,2489,2,575,1537 -"164578",49309,3770,3,575,2623 -"164579",49309,9227,3,575,1267 -"164580",49309,9331,3,575,2269 -"164581",49309,10333,2,575,1615 -"164582",49309,12199,3,575,1651 -"164583",49309,14791,3,575,1370 -"164584",49309,14915,3,575,2606 -"164585",49309,16021,3,575,858 -"164586",49309,17351,3,575,2036 -"164587",49309,17632,3,575,1947 -"164588",49309,23154,3,575,2345 -"164589",49309,26478,3,575,1963 -"164590",49309,27379,3,575,2461 -"164591",49309,44688,3,575,2924 -"164592",49309,46261,3,575,2350 -"164593",49309,47435,3,575,878 -"164594",49309,52327,3,575,1472 -"164595",49309,59670,3,575,1173 -"164596",49309,67963,1,575,806 -"164597",49309,78650,3,575,592 -"164598",49309,80979,3,575,1142 -"164599",49334,5606,3,2433,2875 -"164600",49334,19208,3,2433,2629 -"164601",49334,24753,3,2433,2860 -"164602",49334,33363,3,2433,2475 -"164603",49334,41664,3,2433,2641 -"164604",49334,42515,3,2433,2752 -"164605",49334,47564,3,2433,2650 -"164606",49334,47625,2,2433,2562 -"164607",49347,11429,2,2504,2520 -"164608",49347,19215,3,2504,2604 -"164609",49347,22709,3,2504,2743 -"164610",49347,37342,3,2504,2649 -"164611",49347,57657,3,2504,2735 -"164612",49347,71531,3,2504,2887 -"164613",49372,49558,3,1756,2083 -"164614",49375,827,3,2438,2964 -"164615",49375,1624,3,2438,2687 -"164616",49375,29095,3,2438,2531 -"164617",49375,64628,3,2438,2829 -"164618",49379,9269,2,1573,1892 -"164619",49379,9895,3,1573,1960 -"164620",49379,9910,3,1573,2526 -"164621",49379,9948,3,1573,2019 -"164622",49379,12598,3,1573,2086 -"164623",49379,14442,2,1573,2700 -"164624",49379,16347,1,1573,1868 -"164625",49379,20695,2,1573,2526 -"164626",49379,26740,3,1573,2695 -"164627",49379,31281,3,1573,1937 -"164628",49379,34331,3,1573,1727 -"164629",49379,36996,3,1573,2321 -"164630",49379,44744,3,1573,2032 -"164631",49379,56364,3,1573,1626 -"164632",49379,59289,3,1573,2896 -"164633",49379,84591,3,1573,1685 -"164634",49379,89391,3,1573,2180 -"164635",49403,30697,3,2427,2891 -"164636",49403,38697,3,2427,2701 -"164637",49406,613,3,217,2687 -"164638",49406,669,2,217,1423 -"164639",49406,843,3,217,2332 -"164640",49406,1453,3,217,1737 -"164641",49406,1629,3,217,1289 -"164642",49406,1702,3,217,1984 -"164643",49406,1968,3,217,631 -"164644",49406,2540,3,217,1398 -"164645",49406,3127,3,217,2273 -"164646",49406,3271,2,217,2216 -"164647",49406,3477,3,217,2546 -"164648",49406,5683,3,217,2468 -"164649",49406,5792,2,217,975 -"164650",49406,6162,3,217,1673 -"164651",49406,6241,3,217,2264 -"164652",49406,6602,3,217,1631 -"164653",49406,7226,3,217,1228 -"164654",49406,7310,3,217,636 -"164655",49406,7337,2,217,1797 -"164656",49406,7604,3,217,1366 -"164657",49406,8395,3,217,896 -"164658",49406,8607,3,217,1685 -"164659",49406,9200,3,217,787 -"164660",49406,9227,3,217,1267 -"164661",49406,9272,2,217,2835 -"164662",49406,10050,3,217,1792 -"164663",49406,10746,3,217,1506 -"164664",49406,10754,3,217,1797 -"164665",49406,10859,2,217,2231 -"164666",49406,11329,2,217,2799 -"164667",49406,12034,1,217,265 -"164668",49406,12929,3,217,2656 -"164669",49406,14654,3,217,1692 -"164670",49406,14887,1,217,2158 -"164671",49406,16437,3,217,1956 -"164672",49406,16881,3,217,925 -"164673",49406,18366,3,217,2699 -"164674",49406,19075,3,217,2214 -"164675",49406,20397,3,217,735 -"164676",49406,21198,3,217,935 -"164677",49406,21684,3,217,1971 -"164678",49406,23430,3,217,904 -"164679",49406,24255,3,217,2770 -"164680",49406,24405,3,217,1443 -"164681",49406,27135,3,217,798 -"164682",49406,27545,3,217,855 -"164683",49406,28432,3,217,1954 -"164684",49406,29267,3,217,1234 -"164685",49406,29286,3,217,1612 -"164686",49406,29353,3,217,502 -"164687",49406,30669,3,217,1921 -"164688",49406,31338,3,217,917 -"164689",49406,32811,3,217,804 -"164690",49406,33681,3,217,1059 -"164691",49406,33870,3,217,955 -"164692",49406,33957,3,217,245 -"164693",49406,35069,3,217,2069 -"164694",49406,35888,2,217,2291 -"164695",49406,36953,3,217,2790 -"164696",49406,37752,3,217,2223 -"164697",49406,38219,3,217,1689 -"164698",49406,38785,3,217,437 -"164699",49406,39278,3,217,1952 -"164700",49406,39439,3,217,2462 -"164701",49406,39444,3,217,2695 -"164702",49406,39589,3,217,1292 -"164703",49406,39906,3,217,2365 -"164704",49406,40572,3,217,2666 -"164705",49406,40889,3,217,465 -"164706",49406,41439,3,217,709 -"164707",49406,42813,3,217,2142 -"164708",49406,42925,3,217,1358 -"164709",49406,43173,3,217,2895 -"164710",49406,43226,2,217,2442 -"164711",49406,45874,3,217,944 -"164712",49406,46486,2,217,1868 -"164713",49406,48110,2,217,2009 -"164714",49406,49560,2,217,1679 -"164715",49406,52215,3,217,1908 -"164716",49406,53445,3,217,2028 -"164717",49406,54467,3,217,919 -"164718",49406,57804,3,217,2214 -"164719",49406,57990,3,217,978 -"164720",49406,58508,2,217,2326 -"164721",49406,58530,3,217,298 -"164722",49406,59039,3,217,2870 -"164723",49406,59979,3,217,471 -"164724",49406,61125,3,217,1673 -"164725",49406,69250,3,217,1439 -"164726",49406,69335,2,217,2698 -"164727",49406,76511,3,217,1250 -"164728",49406,76606,3,217,885 -"164729",49406,76607,3,217,747 -"164730",49406,80301,2,217,1690 -"164731",49406,80801,3,217,1250 -"164732",49406,82039,3,217,1327 -"164733",49406,82226,3,217,1619 -"164734",49406,84799,3,217,2656 -"164735",49406,87638,3,217,1114 -"164736",49406,90709,2,217,1080 -"164737",49406,95979,3,217,1722 -"164738",49406,96401,3,217,303 -"164739",49406,99332,1,217,873 -"164740",49406,110218,3,217,437 -"164741",49414,2979,3,1667,2912 -"164742",49414,13842,3,1667,2250 -"164743",49414,14353,3,1667,2878 -"164744",49414,19073,3,1667,2748 -"164745",49414,32339,3,1667,2430 -"164746",49414,32778,3,1667,2310 -"164747",49414,34158,3,1667,2639 -"164748",49414,35797,3,1667,2482 -"164749",49414,41250,2,1667,1703 -"164750",49414,41694,3,1667,2358 -"164751",49414,43204,3,1667,1680 -"164752",49414,43961,3,1667,2443 -"164753",49414,47375,3,1667,2043 -"164754",49414,47529,3,1667,2914 -"164755",49414,47708,3,1667,2568 -"164756",49414,57760,3,1667,1721 -"164757",49414,60258,3,1667,2405 -"164758",49414,66994,3,1667,1865 -"164759",49414,90745,3,1667,1994 -"164760",49415,15150,2,2654,2801 -"164761",49415,20011,3,2654,2826 -"164762",49415,30194,3,2654,2874 -"164763",49415,33460,3,2654,2781 -"164764",49450,21,3,1328,1385 -"164765",49450,1780,3,1328,1375 -"164766",49450,9703,3,1328,1845 -"164767",49450,9850,3,1328,2974 -"164768",49450,10980,3,1328,1974 -"164769",49450,39062,3,1328,2020 -"164770",49450,63077,2,1328,2778 -"164771",49461,455,3,2793,2827 -"164772",49461,17826,2,2793,2920 -"164773",49461,18151,3,2793,2962 -"164774",49470,145,3,1528,1998 -"164775",49470,160,3,1528,2007 -"164776",49470,270,3,1528,2542 -"164777",49470,316,3,1528,2413 -"164778",49470,915,3,1528,1793 -"164779",49470,1592,3,1528,2006 -"164780",49470,1691,3,1528,1941 -"164781",49470,2181,2,1528,2030 -"164782",49470,2424,3,1528,2582 -"164783",49470,3456,3,1528,1999 -"164784",49470,3477,3,1528,2546 -"164785",49470,3978,2,1528,2775 -"164786",49470,3980,3,1528,2771 -"164787",49470,4303,3,1528,2414 -"164788",49470,4646,3,1528,2139 -"164789",49470,4929,2,1528,2240 -"164790",49470,4953,2,1528,2285 -"164791",49470,5392,3,1528,1648 -"164792",49470,6063,3,1528,2349 -"164793",49470,6252,3,1528,2336 -"164794",49470,6324,2,1528,1990 -"164795",49470,6363,3,1528,2066 -"164796",49470,6449,2,1528,1997 -"164797",49470,6821,3,1528,1788 -"164798",49470,7014,3,1528,2401 -"164799",49470,7167,3,1528,1993 -"164800",49470,7616,3,1528,2296 -"164801",49470,7794,3,1528,2972 -"164802",49470,8274,3,1528,1909 -"164803",49470,8327,3,1528,2527 -"164804",49470,8842,2,1528,2535 -"164805",49470,9175,3,1528,2639 -"164806",49470,9331,2,1528,2269 -"164807",49470,9423,2,1528,1708 -"164808",49470,12042,3,1528,2345 -"164809",49470,12081,1,1528,2166 -"164810",49470,12388,3,1528,1975 -"164811",49470,12729,3,1528,1835 -"164812",49470,13158,3,1528,2667 -"164813",49470,14096,3,1528,1861 -"164814",49470,14252,3,1528,2244 -"164815",49470,14622,3,1528,1608 -"164816",49470,14918,1,1528,2071 -"164817",49470,15008,3,1528,2338 -"164818",49470,15381,3,1528,2289 -"164819",49470,15444,3,1528,2764 -"164820",49470,15729,3,1528,2338 -"164821",49470,15799,3,1528,1917 -"164822",49470,16539,3,1528,1947 -"164823",49470,16628,2,1528,2409 -"164824",49470,16850,3,1528,1657 -"164825",49470,17351,2,1528,2036 -"164826",49470,17365,3,1528,2746 -"164827",49470,17549,1,1528,2647 -"164828",49470,17632,2,1528,1947 -"164829",49470,17867,3,1528,1904 -"164830",49470,18165,3,1528,2085 -"164831",49470,18217,3,1528,1566 -"164832",49470,18543,3,1528,2968 -"164833",49470,18670,2,1528,1835 -"164834",49470,19208,3,1528,2629 -"164835",49470,19605,3,1528,2395 -"164836",49470,20331,2,1528,2365 -"164837",49470,20419,3,1528,1587 -"164838",49470,20874,3,1528,1580 -"164839",49470,21029,3,1528,1943 -"164840",49470,21079,2,1528,1997 -"164841",49470,21734,3,1528,2528 -"164842",49470,22682,3,1528,2035 -"164843",49470,24256,3,1528,2393 -"164844",49470,24753,3,1528,2860 -"164845",49470,25030,3,1528,2017 -"164846",49470,25198,3,1528,1982 -"164847",49470,26083,3,1528,2038 -"164848",49470,26595,3,1528,1566 -"164849",49470,27379,3,1528,2461 -"164850",49470,27642,3,1528,1531 -"164851",49470,27694,3,1528,2030 -"164852",49470,27796,3,1528,2151 -"164853",49470,29289,2,1528,1756 -"164854",49470,29512,3,1528,1594 -"164855",49470,29977,3,1528,2781 -"164856",49470,30092,2,1528,1593 -"164857",49470,30827,3,1528,2323 -"164858",49470,31117,1,1528,2210 -"164859",49470,31159,3,1528,2231 -"164860",49470,31295,3,1528,2183 -"164861",49470,31705,3,1528,2706 -"164862",49470,32939,3,1528,2277 -"164863",49470,33200,3,1528,2221 -"164864",49470,33223,3,1528,2397 -"164865",49470,33622,3,1528,2230 -"164866",49470,34120,2,1528,2786 -"164867",49470,36837,3,1528,1556 -"164868",49470,37238,3,1528,2609 -"164869",49470,38213,3,1528,1744 -"164870",49470,38307,1,1528,2648 -"164871",49470,39464,3,1528,2314 -"164872",49470,40542,3,1528,1664 -"164873",49470,41664,3,1528,2641 -"164874",49470,41682,3,1528,1988 -"164875",49470,41770,3,1528,2752 -"164876",49470,41900,2,1528,1970 -"164877",49470,41945,2,1528,2856 -"164878",49470,42216,3,1528,2722 -"164879",49470,43404,3,1528,2649 -"164880",49470,43455,2,1528,2846 -"164881",49470,44688,2,1528,2924 -"164882",49470,45239,3,1528,2535 -"164883",49470,46042,3,1528,1692 -"164884",49470,46446,2,1528,2295 -"164885",49470,46629,3,1528,2255 -"164886",49470,47564,3,1528,2650 -"164887",49470,49334,3,1528,2433 -"164888",49470,49620,3,1528,1868 -"164889",49470,50113,2,1528,2059 -"164890",49470,50480,3,1528,2701 -"164891",49470,51866,3,1528,2411 -"164892",49470,52032,3,1528,2853 -"164893",49470,52597,3,1528,1773 -"164894",49470,52892,3,1528,2372 -"164895",49470,54020,3,1528,1578 -"164896",49470,57532,3,1528,2617 -"164897",49470,57804,3,1528,2214 -"164898",49470,61982,3,1528,2725 -"164899",49470,63442,3,1528,1965 -"164900",49470,65679,3,1528,1578 -"164901",49470,70573,1,1528,1993 -"164902",49470,74636,3,1528,2525 -"164903",49470,77611,3,1528,1795 -"164904",49470,77815,3,1528,2358 -"164905",49470,88232,3,1528,2881 -"164906",49512,380,2,1302,2261 -"164907",49512,457,2,1302,1704 -"164908",49512,1102,3,1302,2282 -"164909",49512,2424,3,1302,2582 -"164910",49512,2572,3,1302,2273 -"164911",49512,3801,2,1302,1974 -"164912",49512,4690,3,1302,1938 -"164913",49512,5580,3,1302,2111 -"164914",49512,6074,3,1302,2426 -"164915",49512,6491,3,1302,2424 -"164916",49512,7502,3,1302,1519 -"164917",49512,8192,3,1302,1670 -"164918",49512,8376,3,1302,1670 -"164919",49512,8866,3,1302,1545 -"164920",49512,8888,3,1302,1328 -"164921",49512,9362,3,1302,2879 -"164922",49512,9364,3,1302,1698 -"164923",49512,9654,3,1302,2111 -"164924",49512,9805,3,1302,1621 -"164925",49512,10474,3,1302,1608 -"164926",49512,10513,2,1302,2284 -"164927",49512,12432,3,1302,1816 -"164928",49512,12449,3,1302,2067 -"164929",49512,12528,3,1302,2589 -"164930",49512,12602,2,1302,1956 -"164931",49512,12724,3,1302,1930 -"164932",49512,13869,3,1302,1786 -"164933",49512,14834,2,1302,2739 -"164934",49512,16332,3,1302,2668 -"164935",49512,17645,3,1302,1918 -"164936",49512,18394,3,1302,2356 -"164937",49512,19096,2,1302,1538 -"164938",49512,19248,3,1302,2357 -"164939",49512,19719,3,1302,2177 -"164940",49512,20975,3,1302,1305 -"164941",49512,21138,3,1302,2849 -"164942",49512,24066,3,1302,1755 -"164943",49512,24558,3,1302,2139 -"164944",49512,26067,3,1302,2069 -"164945",49512,26671,3,1302,2279 -"164946",49512,27694,3,1302,2030 -"164947",49512,30405,2,1302,2164 -"164948",49512,34836,2,1302,2302 -"164949",49512,36087,3,1302,2755 -"164950",49512,38019,3,1302,1870 -"164951",49512,44188,2,1302,1609 -"164952",49512,46950,3,1302,2673 -"164953",49512,47248,3,1302,2883 -"164954",49512,51017,2,1302,2073 -"164955",49512,51035,2,1302,2397 -"164956",49512,52576,3,1302,2234 -"164957",49512,53323,2,1302,2677 -"164958",49512,53608,3,1302,1986 -"164959",49512,56317,3,1302,2030 -"164960",49512,57353,1,1302,1849 -"164961",49512,58451,3,1302,1939 -"164962",49512,65007,2,1302,2530 -"164963",49512,66983,3,1302,2397 -"164964",49512,72468,3,1302,2292 -"164965",49512,80825,2,1302,2315 -"164966",49512,81588,3,1302,1568 -"164967",49551,2349,3,879,1288 -"164968",49551,2452,3,879,1715 -"164969",49551,3271,3,879,2216 -"164970",49551,5346,3,879,1438 -"164971",49551,6821,3,879,1788 -"164972",49551,7785,3,879,2441 -"164973",49551,9272,3,879,2835 -"164974",49551,9301,3,879,1861 -"164975",49551,10373,3,879,2436 -"164976",49551,10914,3,879,1660 -"164977",49551,12361,3,879,2732 -"164978",49551,13639,3,879,2887 -"164979",49551,14287,3,879,1583 -"164980",49551,15184,3,879,2396 -"164981",49551,15207,3,879,1855 -"164982",49551,15462,2,879,1141 -"164983",49551,16437,2,879,1956 -"164984",49551,16776,3,879,1565 -"164985",49551,18571,3,879,2128 -"164986",49551,18978,3,879,952 -"164987",49551,19069,3,879,988 -"164988",49551,19231,2,879,1424 -"164989",49551,19934,3,879,2888 -"164990",49551,20308,3,879,2254 -"164991",49551,20395,3,879,1468 -"164992",49551,26713,3,879,1235 -"164993",49551,27280,3,879,1965 -"164994",49551,27320,3,879,2378 -"164995",49551,27722,3,879,1266 -"164996",49551,30486,3,879,1269 -"164997",49551,30865,3,879,2038 -"164998",49551,30891,3,879,1256 -"164999",49551,31164,3,879,1996 -"165000",49551,31783,3,879,1180 -"165001",49551,32516,3,879,2050 -"165002",49551,32532,3,879,2338 -"165003",49551,32560,3,879,1258 -"165004",49551,36136,3,879,2338 -"165005",49551,37752,2,879,2223 -"165006",49551,38087,3,879,1083 -"165007",49551,38259,3,879,2258 -"165008",49551,38373,3,879,1928 -"165009",49551,40003,2,879,936 -"165010",49551,43204,3,879,1680 -"165011",49551,43226,3,879,2442 -"165012",49551,44786,3,879,1096 -"165013",49551,45480,2,879,1104 -"165014",49551,46951,3,879,2429 -"165015",49551,47013,3,879,2388 -"165016",49551,47384,3,879,1639 -"165017",49551,48110,3,879,2009 -"165018",49551,48576,3,879,1675 -"165019",49551,49201,3,879,936 -"165020",49551,57912,3,879,1035 -"165021",49551,58508,3,879,2326 -"165022",49551,58829,3,879,1256 -"165023",49551,59039,1,879,2870 -"165024",49551,59485,3,879,1564 -"165025",49551,61125,3,879,1673 -"165026",49551,63654,3,879,2310 -"165027",49551,65188,3,879,2213 -"165028",49551,69131,2,879,2122 -"165029",49551,69335,3,879,2698 -"165030",49551,69788,3,879,2007 -"165031",49551,72438,3,879,1397 -"165032",49551,74795,2,879,1319 -"165033",49551,77077,3,879,2693 -"165034",49551,78740,3,879,1515 -"165035",49551,80301,3,879,1690 -"165036",49551,80506,3,879,1920 -"165037",49551,88067,3,879,2315 -"165038",49551,92359,3,879,943 -"165039",49551,93208,3,879,1324 -"165040",49551,94520,3,879,1243 -"165041",49551,95416,3,879,982 -"165042",49551,119524,3,879,1930 -"165043",49551,119921,3,879,1113 -"165044",49560,613,3,1679,2687 -"165045",49560,6241,3,1679,2264 -"165046",49560,9311,3,1679,2477 -"165047",49560,10859,2,1679,2231 -"165048",49560,12929,3,1679,2656 -"165049",49560,14887,3,1679,2158 -"165050",49560,17381,3,1679,1697 -"165051",49560,17790,3,1679,2783 -"165052",49560,18366,3,1679,2699 -"165053",49560,18670,3,1679,1835 -"165054",49560,24721,3,1679,2326 -"165055",49560,25610,3,1679,2328 -"165056",49560,34707,3,1679,2042 -"165057",49560,35069,3,1679,2069 -"165058",49560,35888,1,1679,2291 -"165059",49560,39278,3,1679,1952 -"165060",49560,40913,3,1679,1800 -"165061",49560,46091,3,1679,1938 -"165062",49560,54879,3,1679,2210 -"165063",49560,73197,3,1679,1998 -"165064",49560,84799,3,1679,2656 -"165065",49560,95979,3,1679,1722 -"165066",49581,361,2,1817,1970 -"165067",49581,392,2,1817,1915 -"165068",49581,3011,3,1817,2278 -"165069",49581,4701,3,1817,2401 -"165070",49581,6390,3,1817,2385 -"165071",49581,6982,3,1817,2034 -"165072",49581,7548,1,1817,1932 -"165073",49581,9311,2,1817,2477 -"165074",49581,10843,2,1817,2277 -"165075",49581,13249,2,1817,2573 -"165076",49581,13601,3,1817,2689 -"165077",49581,14723,3,1817,2019 -"165078",49581,15626,2,1817,2434 -"165079",49581,19453,2,1817,1928 -"165080",49581,20271,3,1817,2044 -"165081",49581,21448,3,1817,2332 -"165082",49581,22180,3,1817,1835 -"165083",49581,22311,3,1817,2034 -"165084",49581,23825,3,1817,1913 -"165085",49581,30906,3,1817,2537 -"165086",49581,33433,1,1817,2805 -"165087",49581,34707,3,1817,2042 -"165088",49581,38755,3,1817,2902 -"165089",49581,49121,3,1817,2199 -"165090",49581,49696,3,1817,2444 -"165091",49581,50269,3,1817,1966 -"165092",49581,50382,3,1817,2244 -"165093",49581,51853,3,1817,2520 -"165094",49581,52566,2,1817,2318 -"165095",49581,53342,3,1817,2071 -"165096",49581,54879,3,1817,2210 -"165097",49581,55643,1,1817,2359 -"165098",49581,58993,3,1817,2390 -"165099",49581,59113,2,1817,2434 -"165100",49581,61337,3,1817,2777 -"165101",49581,66677,3,1817,2151 -"165102",49581,87144,3,1817,2299 -"165103",49581,100462,3,1817,1927 -"165104",49608,1315,3,2184,2760 -"165105",49608,7180,2,2184,2227 -"165106",49608,7234,3,2184,2654 -"165107",49608,9928,3,2184,2345 -"165108",49608,10857,3,2184,2253 -"165109",49608,11218,2,2184,2292 -"165110",49608,12042,3,2184,2345 -"165111",49608,16352,3,2184,2657 -"165112",49608,17400,3,2184,2231 -"165113",49608,19622,3,2184,2371 -"165114",49608,23725,3,2184,2378 -"165115",49608,26080,3,2184,2525 -"165116",49608,31436,3,2184,2892 -"165117",49608,35926,3,2184,2371 -"165118",49608,41240,3,2184,2220 -"165119",49608,45684,2,2184,2200 -"165120",49608,54551,3,2184,2348 -"165121",49608,54929,3,2184,2783 -"165122",49608,56082,3,2184,2395 -"165123",49608,72207,3,2184,2430 -"165124",49608,76048,3,2184,2373 -"165125",49608,99215,3,2184,2791 -"165126",49615,3492,3,914,2117 -"165127",49615,3495,3,914,2431 -"165128",49615,5615,3,914,1105 -"165129",49615,6162,3,914,1673 -"165130",49615,6192,3,914,2409 -"165131",49615,8274,2,914,1909 -"165132",49615,8327,2,914,2527 -"165133",49615,12388,3,914,1975 -"165134",49615,14172,3,914,1923 -"165135",49615,15444,2,914,2764 -"165136",49615,17549,3,914,2647 -"165137",49615,21248,2,914,2232 -"165138",49615,22682,3,914,2035 -"165139",49615,29280,3,914,2499 -"165140",49615,31117,2,914,2210 -"165141",49615,32097,3,914,1307 -"165142",49615,33200,3,914,2221 -"165143",49615,41682,3,914,1988 -"165144",49615,42543,2,914,1907 -"165145",49615,42837,3,914,1096 -"165146",49615,48274,3,914,1979 -"165147",49615,49470,3,914,1528 -"165148",49615,50480,3,914,2701 -"165149",49615,54879,3,914,2210 -"165150",49615,54983,3,914,2407 -"165151",49615,69250,3,914,1439 -"165152",49615,91142,3,914,2527 -"165153",49615,91579,3,914,2510 -"165154",49620,270,3,1868,2542 -"165155",49620,1592,2,1868,2006 -"165156",49620,1691,2,1868,1941 -"165157",49620,1767,3,1868,2727 -"165158",49620,2011,3,1868,2176 -"165159",49620,2424,2,1868,2582 -"165160",49620,2533,3,1868,2016 -"165161",49620,3305,3,1868,2839 -"165162",49620,3477,3,1868,2546 -"165163",49620,3493,3,1868,2451 -"165164",49620,3980,3,1868,2771 -"165165",49620,5258,3,1868,2730 -"165166",49620,6063,3,1868,2349 -"165167",49620,6104,2,1868,2462 -"165168",49620,6252,2,1868,2336 -"165169",49620,6363,3,1868,2066 -"165170",49620,6390,3,1868,2385 -"165171",49620,7515,3,1868,2737 -"165172",49620,9311,3,1868,2477 -"165173",49620,11006,3,1868,1950 -"165174",49620,11516,3,1868,1937 -"165175",49620,11625,3,1868,2022 -"165176",49620,11966,3,1868,2385 -"165177",49620,13158,3,1868,2667 -"165178",49620,13899,3,1868,2650 -"165179",49620,14108,2,1868,2012 -"165180",49620,14731,3,1868,2012 -"165181",49620,15813,3,1868,2143 -"165182",49620,18543,2,1868,2968 -"165183",49620,19208,3,1868,2629 -"165184",49620,19248,3,1868,2357 -"165185",49620,19317,3,1868,2041 -"165186",49620,19605,3,1868,2395 -"165187",49620,19719,3,1868,2177 -"165188",49620,20407,2,1868,2339 -"165189",49620,20416,3,1868,2323 -"165190",49620,20643,3,1868,2341 -"165191",49620,21285,3,1868,2100 -"165192",49620,21682,3,1868,2414 -"165193",49620,22331,3,1868,2687 -"165194",49620,23132,3,1868,2756 -"165195",49620,24198,3,1868,2217 -"165196",49620,24568,3,1868,1937 -"165197",49620,25565,3,1868,2764 -"165198",49620,25577,3,1868,1946 -"165199",49620,27694,3,1868,2030 -"165200",49620,28168,3,1868,2702 -"165201",49620,29948,3,1868,2795 -"165202",49620,30827,3,1868,2323 -"165203",49620,32503,3,1868,2020 -"165204",49620,32567,3,1868,2784 -"165205",49620,33223,3,1868,2397 -"165206",49620,33433,3,1868,2805 -"165207",49620,33622,3,1868,2230 -"165208",49620,36439,3,1868,2469 -"165209",49620,37301,3,1868,2160 -"165210",49620,38019,3,1868,1870 -"165211",49620,40368,3,1868,2876 -"165212",49620,42216,3,1868,2722 -"165213",49620,43173,3,1868,2895 -"165214",49620,43213,3,1868,2160 -"165215",49620,43404,3,1868,2649 -"165216",49620,43455,3,1868,2846 -"165217",49620,44427,3,1868,2875 -"165218",49620,46629,3,1868,2255 -"165219",49620,46951,3,1868,2429 -"165220",49620,49301,3,1868,1894 -"165221",49620,50179,3,1868,2230 -"165222",49620,50480,3,1868,2701 -"165223",49620,50685,3,1868,2008 -"165224",49620,52323,3,1868,2148 -"165225",49620,52576,2,1868,2234 -"165226",49620,56082,3,1868,2395 -"165227",49620,58284,3,1868,2292 -"165228",49620,58451,3,1868,1939 -"165229",49620,59700,3,1868,2346 -"165230",49620,61982,3,1868,2725 -"165231",49620,62219,3,1868,2494 -"165232",49620,62841,3,1868,2710 -"165233",49620,63409,3,1868,1937 -"165234",49620,71274,3,1868,2390 -"165235",49620,72207,3,1868,2430 -"165236",49620,73305,3,1868,2544 -"165237",49620,74636,1,1868,2525 -"165238",49620,75403,3,1868,1895 -"165239",49620,76892,3,1868,2381 -"165240",49620,88232,2,1868,2881 -"165241",49620,92322,2,1868,2393 -"165242",49621,6071,3,1915,2310 -"165243",49621,9716,3,1915,1929 -"165244",49621,12818,2,1915,2015 -"165245",49621,13024,3,1915,2468 -"165246",49621,14025,3,1915,2384 -"165247",49621,14761,3,1915,2502 -"165248",49621,15075,2,1915,2252 -"165249",49621,15088,3,1915,2906 -"165250",49621,18954,3,1915,2364 -"165251",49621,23325,3,1915,2779 -"165252",49621,52483,3,1915,2317 -"165253",49621,53537,3,1915,2428 -"165254",49621,53905,2,1915,2193 -"165255",49621,56737,2,1915,2270 -"165256",49621,65658,3,1915,2030 -"165257",49621,89860,2,1915,1999 -"165258",49621,94339,3,1915,2768 -"165259",49642,1092,3,1166,1945 -"165260",49642,1203,3,1166,1350 -"165261",49642,2294,3,1166,1638 -"165262",49642,3753,3,1166,1255 -"165263",49642,7013,3,1166,2040 -"165264",49642,10087,2,1166,1617 -"165265",49642,10358,3,1166,2294 -"165266",49642,11127,1,1166,1196 -"165267",49642,11875,3,1166,1526 -"165268",49642,15716,3,1166,1991 -"165269",49642,17061,2,1166,2385 -"165270",49642,21225,3,1166,1945 -"165271",49642,25721,3,1166,2212 -"165272",49642,26408,3,1166,1545 -"165273",49642,27623,3,1166,2970 -"165274",49642,33491,3,1166,1226 -"165275",49642,35926,3,1166,2371 -"165276",49642,38439,3,1166,2025 -"165277",49642,39534,3,1166,2410 -"165278",49642,48605,3,1166,2796 -"165279",49642,69091,3,1166,1267 -"165280",49642,76048,3,1166,2373 -"165281",49642,90789,3,1166,1218 -"165282",49642,102186,3,1166,2937 -"165283",49666,15626,3,2408,2434 -"165284",49666,18458,3,2408,2477 -"165285",49666,32761,3,2408,2680 -"165286",49666,44235,3,2408,2700 -"165287",49666,51853,3,2408,2520 -"165288",49677,733,3,1222,1653 -"165289",49677,998,1,1222,1795 -"165290",49677,1102,3,1222,2282 -"165291",49677,1875,3,1222,1786 -"165292",49677,3716,2,1222,1679 -"165293",49677,6052,3,1222,1985 -"165294",49677,6074,3,1222,2426 -"165295",49677,7579,3,1222,1624 -"165296",49677,12518,3,1222,2747 -"165297",49677,12724,3,1222,1930 -"165298",49677,15713,2,1222,1646 -"165299",49677,16535,3,1222,1993 -"165300",49677,20311,3,1222,1981 -"165301",49677,21133,3,1222,1320 -"165302",49677,21682,3,1222,2414 -"165303",49677,21929,3,1222,2062 -"165304",49677,24807,2,1222,2319 -"165305",49677,25241,3,1222,1233 -"165306",49677,25508,2,1222,2081 -"165307",49677,29295,3,1222,2043 -"165308",49677,30981,2,1222,2366 -"165309",49677,33801,3,1222,2899 -"165310",49677,33981,3,1222,1993 -"165311",49677,35514,2,1222,2346 -"165312",49677,36763,3,1222,2165 -"165313",49677,37509,3,1222,1640 -"165314",49677,39875,3,1222,2422 -"165315",49677,40493,3,1222,1981 -"165316",49677,42935,3,1222,2400 -"165317",49677,43112,3,1222,2564 -"165318",49677,43173,3,1222,2895 -"165319",49677,46621,3,1222,1343 -"165320",49677,54388,2,1222,1257 -"165321",49677,57842,3,1222,2482 -"165322",49677,64181,3,1222,1828 -"165323",49677,66878,3,1222,1949 -"165324",49677,68960,2,1222,1312 -"165325",49677,87837,3,1222,1987 -"165326",49696,9311,2,2444,2477 -"165327",49696,30906,3,2444,2537 -"165328",49696,33433,2,2444,2805 -"165329",49696,38755,3,2444,2902 -"165330",49696,51853,3,2444,2520 -"165331",49708,1624,3,1147,2687 -"165332",49708,2443,3,1147,2333 -"165333",49708,7604,3,1147,1366 -"165334",49708,9269,2,1147,1892 -"165335",49708,9895,2,1147,1960 -"165336",49708,9909,3,1147,2230 -"165337",49708,9910,2,1147,2526 -"165338",49708,9948,3,1147,2019 -"165339",49708,12914,3,1147,1557 -"165340",49708,16347,3,1147,1868 -"165341",49708,19190,3,1147,2677 -"165342",49708,20695,2,1147,2526 -"165343",49708,21044,1,1147,1574 -"165344",49708,23560,3,1147,2051 -"165345",49708,26740,3,1147,2695 -"165346",49708,32966,3,1147,1583 -"165347",49708,34331,3,1147,1727 -"165348",49708,38697,3,1147,2701 -"165349",49708,39009,3,1147,1594 -"165350",49708,41350,3,1147,1935 -"165351",49708,43768,1,1147,1468 -"165352",49708,44744,3,1147,2032 -"165353",49708,53020,3,1147,2747 -"165354",49708,53584,3,1147,2391 -"165355",49708,56168,3,1147,1466 -"165356",49708,56364,3,1147,1626 -"165357",49708,64628,3,1147,2829 -"165358",49708,79772,3,1147,1230 -"165359",49708,79793,3,1147,1915 -"165360",49708,79874,3,1147,1570 -"165361",49708,80801,2,1147,1250 -"165362",49708,84591,2,1147,1685 -"165363",49708,87915,2,1147,1152 -"165364",49708,92630,3,1147,1583 -"165365",49708,93121,3,1147,2324 -"165366",49708,95998,2,1147,1250 -"165367",49708,101666,2,1147,1257 -"165368",49712,371,3,1937,2950 -"165369",49712,4551,3,1937,2720 -"165370",49712,5462,3,1937,2374 -"165371",49712,9332,1,1937,2734 -"165372",49712,12361,3,1937,2732 -"165373",49712,18005,3,1937,2449 -"165374",49712,19934,3,1937,2888 -"165375",49712,28051,3,1937,2089 -"165376",49712,31652,3,1937,2047 -"165377",49712,33657,3,1937,2336 -"165378",49712,36912,3,1937,2469 -"165379",49712,39534,3,1937,2410 -"165380",49712,42256,3,1937,2839 -"165381",49712,50509,3,1937,2050 -"165382",49712,53687,2,1937,2422 -"165383",49712,65188,3,1937,2213 -"165384",49712,69788,3,1937,2007 -"165385",49724,2221,3,806,2092 -"165386",49724,2349,3,806,1288 -"165387",49724,2576,3,806,1307 -"165388",49724,2759,3,806,2030 -"165389",49724,4730,2,806,2131 -"165390",49724,6133,3,806,1229 -"165391",49724,6627,3,806,2063 -"165392",49724,7269,2,806,1728 -"165393",49724,7433,3,806,2255 -"165394",49724,7443,2,806,2028 -"165395",49724,8984,3,806,1162 -"165396",49724,10905,3,806,1552 -"165397",49724,10914,3,806,1660 -"165398",49724,11506,3,806,2824 -"165399",49724,13837,3,806,1604 -"165400",49724,18571,3,806,2128 -"165401",49724,18943,3,806,2861 -"165402",49724,21180,2,806,2762 -"165403",49724,21463,3,806,2437 -"165404",49724,21741,3,806,1574 -"165405",49724,23513,2,806,900 -"165406",49724,27783,3,806,2302 -"165407",49724,30442,3,806,2124 -"165408",49724,34162,3,806,2336 -"165409",49724,36136,3,806,2338 -"165410",49724,38144,3,806,2637 -"165411",49724,45730,3,806,2063 -"165412",49724,47583,3,806,817 -"165413",49724,51116,3,806,1509 -"165414",49724,55775,3,806,2385 -"165415",49724,60979,3,806,1758 -"165416",49724,65316,3,806,1020 -"165417",49724,75955,3,806,866 -"165418",49724,76132,2,806,2426 -"165419",49724,76675,2,806,1840 -"165420",49724,77397,3,806,1302 -"165421",49724,92322,3,806,2393 -"165422",49724,93208,3,806,1324 -"165423",49724,115155,2,806,1942 -"165424",49741,1386,3,839,1901 -"165425",49741,8286,3,839,886 -"165426",49741,9030,3,839,1979 -"165427",49741,14709,3,839,1901 -"165428",49741,15343,2,839,2125 -"165429",49741,15500,3,839,1658 -"165430",49741,16029,3,839,1160 -"165431",49741,16164,3,839,1184 -"165432",49741,17021,3,839,1226 -"165433",49741,21092,3,839,1643 -"165434",49741,21417,2,839,2422 -"165435",49741,21693,3,839,2176 -"165436",49741,21795,3,839,2653 -"165437",49741,22326,3,839,2818 -"165438",49741,22362,3,839,1836 -"165439",49741,24362,3,839,1287 -"165440",49741,24608,2,839,1630 -"165441",49741,26865,3,839,2726 -"165442",49741,32761,3,839,2680 -"165443",49741,34311,2,839,2213 -"165444",49741,34327,3,839,2959 -"165445",49741,34729,3,839,1506 -"165446",49741,37677,3,839,1908 -"165447",49741,42618,3,839,2316 -"165448",49741,42814,2,839,1149 -"165449",49741,44160,3,839,859 -"165450",49741,44235,3,839,2700 -"165451",49741,45664,3,839,2235 -"165452",49741,45927,3,839,1542 -"165453",49741,49998,3,839,2761 -"165454",49741,56082,3,839,2395 -"165455",49741,64031,3,839,1295 -"165456",49741,70046,2,839,2624 -"165457",49741,73266,3,839,2496 -"165458",49741,77057,3,839,1866 -"165459",49741,77095,3,839,1622 -"165460",49741,84039,3,839,1335 -"165461",49741,84649,2,839,2280 -"165462",49741,86279,3,839,1076 -"165463",49741,87198,3,839,1462 -"165464",49741,103721,3,839,1030 -"165465",49759,1355,3,2400,2473 -"165466",49759,3255,3,2400,2504 -"165467",49759,3477,3,2400,2546 -"165468",49759,25440,3,2400,2749 -"165469",49759,33160,3,2400,2441 -"165470",49759,35037,1,2400,2974 -"165471",49759,43926,3,2400,2672 -"165472",49759,47140,3,2400,2439 -"165473",49759,51866,3,2400,2411 -"165474",49759,57657,3,2400,2735 -"165475",49787,3495,3,2352,2431 -"165476",49787,21138,3,2352,2849 -"165477",49787,22277,3,2352,2424 -"165478",49787,23139,3,2352,2644 -"165479",49787,25129,3,2352,2647 -"165480",49787,62841,3,2352,2710 -"165481",49787,65572,2,2352,2750 -"165482",49805,2724,2,2445,2447 -"165483",49805,14442,3,2445,2700 -"165484",49805,17768,3,2445,2468 -"165485",49805,47094,3,2445,2592 -"165486",49805,53289,3,2445,2746 -"165487",49805,80705,2,2445,2764 -"165488",49805,94339,3,2445,2768 -"165489",49812,3495,3,1816,2431 -"165490",49812,21138,3,1816,2849 -"165491",49812,22277,3,1816,2424 -"165492",49812,23139,3,1816,2644 -"165493",49812,25078,2,1816,2312 -"165494",49812,25129,3,1816,2647 -"165495",49812,35360,3,1816,2043 -"165496",49812,46742,3,1816,2144 -"165497",49812,47812,3,1816,2343 -"165498",49812,49787,1,1816,2352 -"165499",49812,62841,3,1816,2710 -"165500",49812,65572,2,1816,2750 -"165501",49812,66124,3,1816,2174 -"165502",49812,83862,3,1816,2026 -"165503",49849,35456,3,977,2358 -"165504",49849,39249,3,977,1665 -"165505",49850,602,3,613,2632 -"165506",49850,1315,2,613,2760 -"165507",49850,3139,3,613,1656 -"165508",49850,3896,3,613,2693 -"165509",49850,4821,3,613,1938 -"165510",49850,6982,3,613,2034 -"165511",49850,14103,2,613,2204 -"165512",49850,21754,3,613,1881 -"165513",49850,22140,3,613,942 -"165514",49850,22311,3,613,2034 -"165515",49850,25248,3,613,1938 -"165516",49850,28982,3,613,2746 -"165517",49850,34693,3,613,1938 -"165518",49850,38885,3,613,2720 -"165519",49850,88535,2,613,1229 -"165520",49872,701,3,2019,2718 -"165521",49872,21795,3,2019,2653 -"165522",49872,27173,3,2019,2050 -"165523",49872,41402,3,2019,2313 -"165524",49913,4188,3,2444,2963 -"165525",49913,49415,3,2444,2654 -"165526",49917,3255,3,2400,2504 -"165527",49917,35037,2,2400,2974 -"165528",49917,43926,2,2400,2672 -"165529",49917,57657,3,2400,2735 -"165530",49921,1685,3,496,2230 -"165531",49921,3016,3,496,747 -"165532",49921,3484,3,496,1515 -"165533",49921,4313,3,496,2368 -"165534",49921,4698,2,496,2481 -"165535",49921,5355,3,496,1499 -"165536",49921,6235,3,496,1585 -"165537",49921,11154,3,496,1594 -"165538",49921,11429,3,496,2520 -"165539",49921,12000,3,496,1454 -"165540",49921,12473,3,496,801 -"165541",49921,13671,2,496,1371 -"165542",49921,13861,2,496,1197 -"165543",49921,14095,2,496,2186 -"165544",49921,14761,3,496,2502 -"165545",49921,16590,1,496,1123 -"165546",49921,18645,3,496,793 -"165547",49921,18953,3,496,915 -"165548",49921,19296,3,496,1705 -"165549",49921,22744,3,496,1907 -"165550",49921,25330,2,496,2370 -"165551",49921,26577,3,496,933 -"165552",49921,26698,3,496,1963 -"165553",49921,32576,2,496,2881 -"165554",49921,33755,3,496,2963 -"165555",49921,34431,3,496,2319 -"165556",49921,36599,3,496,541 -"165557",49921,37342,3,496,2649 -"165558",49921,43311,3,496,1553 -"165559",49921,50621,3,496,2809 -"165560",49921,53648,3,496,2167 -"165561",49921,55674,3,496,718 -"165562",49921,70656,3,496,2771 -"165563",49921,80377,3,496,1384 -"165564",49921,86559,3,496,1704 -"165565",49921,89258,3,496,1147 -"165566",49921,89329,3,496,517 -"165567",49958,26513,3,1860,2205 -"165568",49958,43524,3,1860,2572 -"165569",49958,94339,3,1860,2768 -"165570",49962,601,3,572,702 -"165571",49962,680,3,572,2569 -"165572",49962,1324,3,572,2147 -"165573",49962,2028,2,572,1978 -"165574",49962,2540,2,572,1398 -"165575",49962,2901,3,572,1156 -"165576",49962,2972,2,572,1708 -"165577",49962,3978,3,572,2775 -"165578",49962,4303,3,572,2414 -"165579",49962,4785,3,572,996 -"165580",49962,4932,3,572,2752 -"165581",49962,6366,3,572,798 -"165582",49962,6417,3,572,1675 -"165583",49962,6989,3,572,2623 -"165584",49962,7185,3,572,1046 -"165585",49962,10980,3,572,1974 -"165586",49962,11576,3,572,808 -"165587",49962,11648,3,572,2852 -"165588",49962,11662,2,572,1139 -"165589",49962,15453,3,572,1688 -"165590",49962,15636,1,572,2857 -"165591",49962,15930,3,572,2541 -"165592",49962,16053,3,572,908 -"165593",49962,16111,3,572,1714 -"165594",49962,17997,3,572,1621 -"165595",49962,18005,3,572,2449 -"165596",49962,18122,3,572,894 -"165597",49962,19637,2,572,1229 -"165598",49962,20067,3,572,2390 -"165599",49962,20688,3,572,891 -"165600",49962,21422,2,572,935 -"165601",49962,22033,2,572,1356 -"165602",49962,23319,2,572,2867 -"165603",49962,23787,1,572,2810 -"165604",49962,23869,3,572,1918 -"165605",49962,25399,3,572,2784 -"165606",49962,26249,3,572,2301 -"165607",49962,26366,3,572,1688 -"165608",49962,26582,2,572,2772 -"165609",49962,27694,3,572,2030 -"165610",49962,27860,3,572,1588 -"165611",49962,28131,3,572,1492 -"165612",49962,29095,2,572,2531 -"165613",49962,30150,3,572,1704 -"165614",49962,30309,2,572,1449 -"165615",49962,31099,3,572,1356 -"165616",49962,35428,3,572,2263 -"165617",49962,35529,2,572,1620 -"165618",49962,36953,3,572,2790 -"165619",49962,38973,2,572,1999 -"165620",49962,39556,3,572,2747 -"165621",49962,40432,3,572,1956 -"165622",49962,41108,3,572,1624 -"165623",49962,45136,1,572,877 -"165624",49962,46486,3,572,1868 -"165625",49962,47386,3,572,2226 -"165626",49962,48215,3,572,2028 -"165627",49962,50269,2,572,1966 -"165628",49962,50585,3,572,2414 -"165629",49962,51628,3,572,901 -"165630",49962,54522,3,572,699 -"165631",49962,57977,3,572,2683 -"165632",49962,68299,2,572,866 -"165633",49962,70203,3,572,2756 -"165634",49962,70996,2,572,1037 -"165635",49962,76286,3,572,1642 -"165636",49962,79612,3,572,927 -"165637",49962,94525,3,572,1993 -"165638",49962,100140,3,572,1041 -"165639",49965,377,3,2301,2389 -"165640",49965,1090,2,2301,2370 -"165641",49965,1616,3,2301,2662 -"165642",49965,2166,3,2301,2557 -"165643",49965,2484,3,2301,2389 -"165644",49965,4057,3,2301,2389 -"165645",49965,5462,2,2301,2374 -"165646",49965,5504,2,2301,2389 -"165647",49965,7078,3,2301,2344 -"165648",49965,7323,3,2301,2858 -"165649",49965,12713,3,2301,2440 -"165650",49965,16497,1,2301,2370 -"165651",49965,19528,3,2301,2742 -"165652",49965,19606,3,2301,2783 -"165653",49965,20700,3,2301,2861 -"165654",49965,24042,3,2301,2880 -"165655",49965,26608,2,2301,2329 -"165656",49965,27478,3,2301,2485 -"165657",49965,31799,3,2301,2547 -"165658",49965,33572,1,2301,2370 -"165659",49965,37570,3,2301,2389 -"165660",49965,38667,2,2301,2880 -"165661",49965,39444,3,2301,2695 -"165662",49965,44427,3,2301,2875 -"165663",49965,53789,3,2301,2681 -"165664",49965,55828,1,2301,2393 -"165665",49965,57609,3,2301,2717 -"165666",49965,58508,3,2301,2326 -"165667",49965,59700,3,2301,2346 -"165668",49965,64967,3,2301,2872 -"165669",49965,68390,2,2301,2608 -"165670",49965,85430,3,2301,2370 -"165671",49965,93615,3,2301,2386 -"165672",49980,4350,3,153,1392 -"165673",49980,6162,3,153,1673 -"165674",49980,7226,3,153,1228 -"165675",49980,9311,3,153,2477 -"165676",49980,9579,2,153,2105 -"165677",49980,10843,3,153,2277 -"165678",49980,15626,2,153,2434 -"165679",49980,15917,3,153,205 -"165680",49980,17626,3,153,1265 -"165681",49980,18393,3,153,860 -"165682",49980,18571,3,153,2128 -"165683",49980,20494,3,153,1075 -"165684",49980,24286,3,153,1280 -"165685",49980,26408,2,153,1545 -"165686",49980,27261,2,153,1368 -"165687",49980,28545,3,153,552 -"165688",49980,33241,3,153,632 -"165689",49980,33356,3,153,1586 -"165690",49980,33433,3,153,2805 -"165691",49980,36691,3,153,1903 -"165692",49980,38755,2,153,2902 -"165693",49980,39105,3,153,2487 -"165694",49980,40296,3,153,1674 -"165695",49980,46951,3,153,2429 -"165696",49980,51853,3,153,2520 -"165697",49980,53342,3,153,2071 -"165698",49980,54879,3,153,2210 -"165699",49980,58180,3,153,1919 -"165700",49980,59113,3,153,2434 -"165701",49980,69091,3,153,1267 -"165702",49980,69293,3,153,609 -"165703",49980,76470,3,153,887 -"165704",49980,107273,3,153,604 -"165705",49998,22326,3,2761,2818 -"165706",50001,2289,3,1518,2389 -"165707",50001,3409,3,1518,2167 -"165708",50001,5392,3,1518,1648 -"165709",50001,5610,1,1518,2223 -"165710",50001,6192,3,1518,2409 -"165711",50001,7406,3,1518,1906 -"165712",50001,7616,3,1518,2296 -"165713",50001,8238,2,1518,2222 -"165714",50001,10222,3,1518,2212 -"165715",50001,11770,2,1518,1653 -"165716",50001,12388,3,1518,1975 -"165717",50001,12729,3,1518,1835 -"165718",50001,13307,3,1518,2206 -"165719",50001,13324,3,1518,2163 -"165720",50001,14507,3,1518,2686 -"165721",50001,15008,3,1518,2338 -"165722",50001,15729,3,1518,2338 -"165723",50001,16111,3,1518,1714 -"165724",50001,16539,3,1518,1947 -"165725",50001,17867,3,1518,1904 -"165726",50001,18670,3,1518,1835 -"165727",50001,19208,3,1518,2629 -"165728",50001,19605,3,1518,2395 -"165729",50001,21164,3,1518,1645 -"165730",50001,21950,2,1518,1892 -"165731",50001,22292,2,1518,1910 -"165732",50001,23460,2,1518,2183 -"165733",50001,24198,3,1518,2217 -"165734",50001,24256,3,1518,2393 -"165735",50001,24825,3,1518,2686 -"165736",50001,25030,2,1518,2017 -"165737",50001,25985,3,1518,2071 -"165738",50001,27796,3,1518,2151 -"165739",50001,29454,3,1518,2719 -"165740",50001,29512,3,1518,1594 -"165741",50001,31117,3,1518,2210 -"165742",50001,31159,3,1518,2231 -"165743",50001,32047,1,1518,1858 -"165744",50001,35481,3,1518,2211 -"165745",50001,39464,2,1518,2314 -"165746",50001,39556,2,1518,2747 -"165747",50001,41764,3,1518,2409 -"165748",50001,42129,3,1518,2318 -"165749",50001,42783,3,1518,2338 -"165750",50001,43614,2,1518,1712 -"165751",50001,45239,3,1518,2535 -"165752",50001,47564,3,1518,2650 -"165753",50001,47803,3,1518,2477 -"165754",50001,48035,2,1518,2180 -"165755",50001,49334,3,1518,2433 -"165756",50001,50480,3,1518,2701 -"165757",50001,50784,2,1518,2733 -"165758",50001,54953,2,1518,2223 -"165759",50001,56854,2,1518,2022 -"165760",50001,57732,3,1518,2454 -"165761",50001,59868,3,1518,1637 -"165762",50001,63477,3,1518,1907 -"165763",50001,64857,3,1518,1792 -"165764",50001,66726,3,1518,2068 -"165765",50001,70613,3,1518,1724 -"165766",50001,77611,3,1518,1795 -"165767",50001,79213,3,1518,1620 -"165768",50004,3284,3,540,1541 -"165769",50004,3557,3,540,1259 -"165770",50004,21496,2,540,1224 -"165771",50004,49958,1,540,1860 -"165772",50004,78262,2,540,1326 -"165773",50004,79525,2,540,1646 -"165774",50004,81164,3,540,2260 -"165775",50040,7506,3,790,2371 -"165776",50040,10358,3,790,2294 -"165777",50040,11348,3,790,824 -"165778",50040,12272,3,790,2371 -"165779",50040,12524,2,790,1287 -"165780",50040,13311,3,790,2315 -"165781",50040,17328,3,790,1206 -"165782",50040,22185,3,790,1174 -"165783",50040,23310,3,790,2371 -"165784",50040,25730,3,790,1206 -"165785",50040,26080,3,790,2525 -"165786",50040,30943,3,790,2287 -"165787",50040,32919,3,790,2321 -"165788",50040,35926,3,790,2371 -"165789",50040,36031,3,790,2342 -"165790",50040,44557,1,790,2371 -"165791",50040,56464,3,790,2488 -"165792",50040,78801,3,790,1572 -"165793",50041,470,3,1565,2285 -"165794",50041,600,2,1565,1702 -"165795",50041,913,3,1565,2144 -"165796",50041,2208,3,1565,2814 -"165797",50041,4084,3,1565,2133 -"165798",50041,7229,3,1565,2669 -"165799",50041,7506,3,1565,2371 -"165800",50041,10433,3,1565,2075 -"165801",50041,12272,3,1565,2371 -"165802",50041,21872,3,1565,2458 -"165803",50041,23705,3,1565,2699 -"165804",50041,23825,3,1565,1913 -"165805",50041,23869,3,1565,1918 -"165806",50041,23918,3,1565,1881 -"165807",50041,24568,3,1565,1937 -"165808",50041,28101,2,1565,1949 -"165809",50041,35302,3,1565,1589 -"165810",50041,44557,3,1565,2371 -"165811",50041,46803,2,1565,2305 -"165812",50041,52154,2,1565,1722 -"165813",50041,54158,3,1565,1756 -"165814",50041,63409,3,1565,1937 -"165815",50041,64181,3,1565,1828 -"165816",50041,66413,3,1565,2507 -"165817",50041,105063,3,1565,1908 -"165818",50075,206,3,1026,1986 -"165819",50075,543,3,1026,2203 -"165820",50075,671,3,1026,2328 -"165821",50075,733,3,1026,1653 -"165822",50075,1036,3,1026,1367 -"165823",50075,1092,3,1026,1945 -"165824",50075,1495,3,1026,2046 -"165825",50075,2063,3,1026,1278 -"165826",50075,2484,3,1026,2389 -"165827",50075,2743,3,1026,1278 -"165828",50075,2766,3,1026,1920 -"165829",50075,3242,3,1026,1730 -"165830",50075,3753,3,1026,1255 -"165831",50075,4618,3,1026,2607 -"165832",50075,4763,3,1026,1960 -"165833",50075,5429,3,1026,1991 -"165834",50075,7759,3,1026,2844 -"165835",50075,8621,3,1026,1681 -"165836",50075,9893,3,1026,2701 -"165837",50075,10404,3,1026,2062 -"165838",50075,10874,3,1026,1891 -"165839",50075,11055,3,1026,2111 -"165840",50075,13925,3,1026,1515 -"165841",50075,13929,3,1026,2693 -"165842",50075,15184,3,1026,2396 -"165843",50075,15626,3,1026,2434 -"165844",50075,16164,2,1026,1184 -"165845",50075,19027,2,1026,2721 -"165846",50075,20563,3,1026,2267 -"165847",50075,20700,2,1026,2861 -"165848",50075,20824,3,1026,1366 -"165849",50075,23506,3,1026,1172 -"165850",50075,25643,3,1026,1646 -"165851",50075,26436,3,1026,2489 -"165852",50075,26516,3,1026,2479 -"165853",50075,27753,3,1026,2750 -"165854",50075,28218,3,1026,2048 -"165855",50075,30438,3,1026,1617 -"165856",50075,31799,3,1026,2547 -"165857",50075,34492,3,1026,1798 -"165858",50075,38449,3,1026,1802 -"165859",50075,41832,3,1026,1155 -"165860",50075,46039,3,1026,1794 -"165861",50075,48242,3,1026,1690 -"165862",50075,51022,3,1026,1499 -"165863",50075,51853,3,1026,2520 -"165864",50075,54676,2,1026,1342 -"165865",50075,54740,3,1026,2750 -"165866",50075,55468,3,1026,2511 -"165867",50075,57977,3,1026,2683 -"165868",50075,62488,2,1026,1418 -"165869",50075,65029,3,1026,2954 -"165870",50075,88966,3,1026,1568 -"165871",50083,4634,3,1275,2291 -"165872",50083,6040,3,1275,2103 -"165873",50083,7257,3,1275,1915 -"165874",50083,7499,3,1275,1803 -"165875",50083,10250,2,1275,1606 -"165876",50083,17480,3,1275,2316 -"165877",50083,20709,3,1275,1757 -"165878",50083,21753,2,1275,1838 -"165879",50083,22932,2,1275,2469 -"165880",50083,47882,3,1275,2769 -"165881",50083,55742,2,1275,2006 -"165882",50083,58711,2,1275,2746 -"165883",50083,67150,3,1275,2633 -"165884",50083,78227,2,1275,1745 -"165885",50083,78611,2,1275,1586 -"165886",50083,95653,3,1275,1440 -"165887",50083,108151,3,1275,2377 -"165888",50093,455,3,909,2827 -"165889",50093,1154,3,909,1656 -"165890",50093,5716,3,909,1058 -"165891",50093,5984,3,909,1675 -"165892",50093,6390,3,909,2385 -"165893",50093,6417,3,909,1675 -"165894",50093,7506,3,909,2371 -"165895",50093,7548,3,909,1932 -"165896",50093,9311,3,909,2477 -"165897",50093,12373,3,909,1567 -"165898",50093,12374,3,909,2260 -"165899",50093,13601,3,909,2689 -"165900",50093,14723,3,909,2019 -"165901",50093,16352,3,909,2657 -"165902",50093,16654,3,909,1843 -"165903",50093,20494,2,909,1075 -"165904",50093,22455,3,909,1197 -"165905",50093,23705,3,909,2699 -"165906",50093,27837,3,909,1315 -"165907",50093,28002,2,909,914 -"165908",50093,32694,3,909,1602 -"165909",50093,33356,3,909,1586 -"165910",50093,38755,3,909,2902 -"165911",50093,49121,3,909,2199 -"165912",50093,49581,3,909,1817 -"165913",50093,55324,2,909,1544 -"165914",50093,58993,3,909,2390 -"165915",50093,61337,3,909,2777 -"165916",50093,62538,3,909,1656 -"165917",50093,65625,3,909,1273 -"165918",50093,66677,3,909,2151 -"165919",50093,67352,3,909,1115 -"165920",50093,74190,3,909,1428 -"165921",50093,88857,3,909,1232 -"165922",50093,100462,3,909,1927 -"165923",50093,103218,3,909,1787 -"165924",50093,105063,3,909,1908 -"165925",50113,270,3,2059,2542 -"165926",50113,1519,3,2059,2349 -"165927",50113,2424,3,2059,2582 -"165928",50113,3978,3,2059,2775 -"165929",50113,4929,3,2059,2240 -"165930",50113,4953,2,2059,2285 -"165931",50113,7677,3,2059,2338 -"165932",50113,7794,3,2059,2972 -"165933",50113,8842,3,2059,2535 -"165934",50113,9331,3,2059,2269 -"165935",50113,12042,3,2059,2345 -"165936",50113,12081,1,2059,2166 -"165937",50113,12374,3,2059,2260 -"165938",50113,14252,3,2059,2244 -"165939",50113,14918,3,2059,2071 -"165940",50113,15008,3,2059,2338 -"165941",50113,15381,3,2059,2289 -"165942",50113,15729,3,2059,2338 -"165943",50113,16628,3,2059,2409 -"165944",50113,17365,3,2059,2746 -"165945",50113,17549,3,2059,2647 -"165946",50113,20331,3,2059,2365 -"165947",50113,20941,3,2059,2725 -"165948",50113,24256,3,2059,2393 -"165949",50113,27796,3,2059,2151 -"165950",50113,29977,2,2059,2781 -"165951",50113,31117,3,2059,2210 -"165952",50113,31159,3,2059,2231 -"165953",50113,31295,3,2059,2183 -"165954",50113,31700,3,2059,2727 -"165955",50113,31705,3,2059,2706 -"165956",50113,34120,3,2059,2786 -"165957",50113,37238,2,2059,2609 -"165958",50113,38307,2,2059,2648 -"165959",50113,38691,3,2059,2585 -"165960",50113,41945,3,2059,2856 -"165961",50113,43455,2,2059,2846 -"165962",50113,44688,3,2059,2924 -"165963",50113,46629,3,2059,2255 -"165964",50113,51866,3,2059,2411 -"165965",50113,52032,3,2059,2853 -"165966",50113,52892,3,2059,2372 -"165967",50113,61982,3,2059,2725 -"165968",50118,14959,3,2654,2898 -"165969",50118,22326,3,2654,2818 -"165970",50118,33801,3,2654,2899 -"165971",50124,3716,3,1209,1679 -"165972",50124,6047,3,1209,2004 -"165973",50124,6417,3,1209,1675 -"165974",50124,10513,3,1209,2284 -"165975",50124,11540,2,1209,1237 -"165976",50124,15872,3,1209,1551 -"165977",50124,16120,3,1209,1237 -"165978",50124,19027,3,1209,2721 -"165979",50124,20975,3,1209,1305 -"165980",50124,21138,2,1209,2849 -"165981",50124,22141,3,1209,2348 -"165982",50124,47248,3,1209,2883 -"165983",50124,51017,2,1209,2073 -"165984",50124,51035,3,1209,2397 -"165985",50124,84022,3,1209,2289 -"165986",50134,14834,3,2674,2739 -"165987",50134,22331,3,2674,2687 -"165988",50134,26749,3,2674,2965 -"165989",50134,28168,3,2674,2702 -"165990",50134,34426,3,2674,2743 -"165991",50134,42216,3,2674,2722 -"165992",50134,49110,3,2674,2938 -"165993",50134,54929,2,2674,2783 -"165994",50134,68215,3,2674,2727 -"165995",50179,1102,3,2230,2282 -"165996",50179,2208,3,2230,2814 -"165997",50179,5235,3,2230,2324 -"165998",50179,5258,3,2230,2730 -"165999",50179,5839,3,2230,2301 -"166000",50179,6074,3,2230,2426 -"166001",50179,6252,3,2230,2336 -"166002",50179,6390,3,2230,2385 -"166003",50179,11351,3,2230,2971 -"166004",50179,15301,3,2230,2308 -"166005",50179,18543,3,2230,2968 -"166006",50179,19862,3,2230,2412 -"166007",50179,20407,2,2230,2339 -"166008",50179,21571,3,2230,2755 -"166009",50179,21682,2,2230,2414 -"166010",50179,23011,3,2230,2763 -"166011",50179,25565,3,2230,2764 -"166012",50179,36439,3,2230,2469 -"166013",50179,43173,3,2230,2895 -"166014",50179,46951,3,2230,2429 -"166015",50179,49110,3,2230,2938 -"166016",50179,51866,3,2230,2411 -"166017",50179,58508,3,2230,2326 -"166018",50179,67726,3,2230,2873 -"166019",50179,74636,3,2230,2525 -"166020",50179,88232,2,2230,2881 -"166021",50217,1592,3,1211,2006 -"166022",50217,1691,3,1211,1941 -"166023",50217,4289,3,1211,1921 -"166024",50217,6390,3,1211,2385 -"166025",50217,12610,2,1211,1274 -"166026",50217,13248,3,1211,1385 -"166027",50217,13929,3,1211,2693 -"166028",50217,14676,3,1211,2764 -"166029",50217,14731,3,1211,2012 -"166030",50217,18836,3,1211,1270 -"166031",50217,20407,3,1211,2339 -"166032",50217,20643,3,1211,2341 -"166033",50217,27792,3,1211,1308 -"166034",50217,31563,3,1211,1756 -"166035",50217,36439,3,1211,2469 -"166036",50217,37509,3,1211,1640 -"166037",50217,45545,3,1211,1776 -"166038",50217,46621,3,1211,1343 -"166039",50217,52058,3,1211,1836 -"166040",50217,52327,3,1211,1472 -"166041",50217,56755,3,1211,2158 -"166042",50217,58133,3,1211,1484 -"166043",50217,72597,3,1211,1843 -"166044",50217,73597,3,1211,1989 -"166045",50217,86986,3,1211,1976 -"166046",50217,88232,3,1211,2881 -"166047",50218,20494,3,823,1075 -"166048",50218,33356,3,823,1586 -"166049",50218,38755,3,823,2902 -"166050",50218,57337,2,823,1443 -"166051",50218,79612,3,823,927 -"166052",50219,212,3,756,1513 -"166053",50219,270,3,756,2542 -"166054",50219,913,3,756,2144 -"166055",50219,1044,3,756,880 -"166056",50219,1639,3,756,2631 -"166057",50219,2269,3,756,984 -"166058",50219,2322,3,756,1645 -"166059",50219,2424,2,756,2582 -"166060",50219,2533,3,756,2016 -"166061",50219,3271,3,756,2216 -"166062",50219,3305,3,756,2839 -"166063",50219,3306,3,756,1989 -"166064",50219,4317,3,756,1224 -"166065",50219,4701,3,756,2401 -"166066",50219,4790,2,756,1025 -"166067",50219,4791,2,756,1184 -"166068",50219,6363,3,756,2066 -"166069",50219,6718,3,756,2138 -"166070",50219,8762,3,756,2585 -"166071",50219,9272,3,756,2835 -"166072",50219,9311,3,756,2477 -"166073",50219,9364,3,756,1698 -"166074",50219,9702,3,756,1928 -"166075",50219,10513,3,756,2284 -"166076",50219,11006,3,756,1950 -"166077",50219,11229,3,756,1625 -"166078",50219,12863,2,756,2027 -"166079",50219,14678,3,756,799 -"166080",50219,14959,3,756,2898 -"166081",50219,15813,3,756,2143 -"166082",50219,16201,3,756,1811 -"166083",50219,16332,3,756,2668 -"166084",50219,16432,3,756,2664 -"166085",50219,16940,3,756,1290 -"166086",50219,17376,3,756,1202 -"166087",50219,17931,3,756,1617 -"166088",50219,18393,3,756,860 -"166089",50219,18707,3,756,1143 -"166090",50219,19248,3,756,2357 -"166091",50219,19719,2,756,2177 -"166092",50219,20124,3,756,2376 -"166093",50219,20287,2,756,1099 -"166094",50219,20975,3,756,1305 -"166095",50219,21122,3,756,1701 -"166096",50219,21197,2,756,1437 -"166097",50219,21198,1,756,935 -"166098",50219,21285,2,756,2100 -"166099",50219,21693,2,756,2176 -"166100",50219,22141,3,756,2348 -"166101",50219,22282,2,756,1418 -"166102",50219,22326,2,756,2818 -"166103",50219,22362,2,756,1836 -"166104",50219,22586,3,756,1341 -"166105",50219,23450,2,756,967 -"166106",50219,23729,3,756,1624 -"166107",50219,23918,3,756,1881 -"166108",50219,24362,3,756,1287 -"166109",50219,24448,3,756,2289 -"166110",50219,24612,3,756,1875 -"166111",50219,24755,3,756,1319 -"166112",50219,24955,3,756,2424 -"166113",50219,25305,3,756,2447 -"166114",50219,25577,3,756,1946 -"166115",50219,25595,3,756,768 -"166116",50219,26451,3,756,2133 -"166117",50219,26471,3,756,1061 -"166118",50219,26524,3,756,982 -"166119",50219,26749,2,756,2965 -"166120",50219,27175,1,756,1447 -"166121",50219,27275,3,756,2656 -"166122",50219,27390,3,756,2425 -"166123",50219,27694,3,756,2030 -"166124",50219,27849,3,756,1316 -"166125",50219,28626,3,756,2842 -"166126",50219,29962,3,756,2201 -"166127",50219,29987,3,756,956 -"166128",50219,30052,3,756,2855 -"166129",50219,30173,3,756,2404 -"166130",50219,31050,3,756,1491 -"166131",50219,31338,3,756,917 -"166132",50219,32173,3,756,2341 -"166133",50219,32601,2,756,1033 -"166134",50219,32811,3,756,804 -"166135",50219,33949,3,756,2489 -"166136",50219,35095,1,756,1502 -"166137",50219,35529,3,756,1620 -"166138",50219,37628,3,756,819 -"166139",50219,38019,3,756,1870 -"166140",50219,39238,3,756,922 -"166141",50219,41174,2,756,850 -"166142",50219,42618,3,756,2316 -"166143",50219,42687,3,756,1952 -"166144",50219,43051,2,756,904 -"166145",50219,43173,3,756,2895 -"166146",50219,43226,3,756,2442 -"166147",50219,43385,2,756,1623 -"166148",50219,43455,3,756,2846 -"166149",50219,46629,3,756,2255 -"166150",50219,47362,3,756,2253 -"166151",50219,47772,3,756,2293 -"166152",50219,48110,3,756,2009 -"166153",50219,48414,2,756,1749 -"166154",50219,50685,3,756,2008 -"166155",50219,51022,3,756,1499 -"166156",50219,51810,3,756,1401 -"166157",50219,52058,2,756,1836 -"166158",50219,52136,3,756,1412 -"166159",50219,52570,3,756,2645 -"166160",50219,52576,2,756,2234 -"166161",50219,54305,3,756,1222 -"166162",50219,55082,3,756,1856 -"166163",50219,55139,3,756,2323 -"166164",50219,55438,2,756,2863 -"166165",50219,55468,2,756,2511 -"166166",50219,56082,3,756,2395 -"166167",50219,56317,3,756,2030 -"166168",50219,57950,3,756,1529 -"166169",50219,58078,3,756,1252 -"166170",50219,58508,2,756,2326 -"166171",50219,58652,2,756,1437 -"166172",50219,61982,3,756,2725 -"166173",50219,62841,3,756,2710 -"166174",50219,63442,3,756,1965 -"166175",50219,64181,3,756,1828 -"166176",50219,66860,2,756,1548 -"166177",50219,67652,3,756,2736 -"166178",50219,67690,3,756,1902 -"166179",50219,69335,3,756,2698 -"166180",50219,70217,3,756,2332 -"166181",50219,70603,2,756,1002 -"166182",50219,71342,2,756,1289 -"166183",50219,72207,3,756,2430 -"166184",50219,72956,2,756,1251 -"166185",50219,73128,3,756,1549 -"166186",50219,75948,2,756,1006 -"166187",50219,76127,3,756,910 -"166188",50219,76284,3,756,1237 -"166189",50219,76892,3,756,2381 -"166190",50219,77305,3,756,965 -"166191",50219,78270,3,756,1171 -"166192",50219,79322,3,756,2770 -"166193",50219,80301,3,756,1690 -"166194",50219,81588,3,756,1568 -"166195",50219,82949,2,756,2077 -"166196",50219,83434,3,756,850 -"166197",50219,87048,3,756,989 -"166198",50219,89097,3,756,935 -"166199",50219,90573,3,756,878 -"166200",50219,98781,3,756,1410 -"166201",50219,100140,3,756,1041 -"166202",50219,101797,3,756,2357 -"166203",50219,121422,3,756,850 -"166204",50224,74190,3,1123,1428 -"166205",50224,116025,3,1123,1874 -"166206",50229,140,3,1190,2267 -"166207",50229,357,3,1190,2327 -"166208",50229,1150,3,1190,1595 -"166209",50229,2294,3,1190,1638 -"166210",50229,2418,3,1190,2020 -"166211",50229,2576,3,1190,1307 -"166212",50229,2852,3,1190,2448 -"166213",50229,4361,3,1190,2571 -"166214",50229,5346,3,1190,1438 -"166215",50229,5350,3,1190,2522 -"166216",50229,5897,3,1190,2337 -"166217",50229,8777,3,1190,1620 -"166218",50229,9227,3,1190,1267 -"166219",50229,9241,3,1190,2338 -"166220",50229,9301,2,1190,1861 -"166221",50229,9332,3,1190,2734 -"166222",50229,9481,3,1190,1610 -"166223",50229,9503,3,1190,2453 -"166224",50229,9787,2,1190,2858 -"166225",50229,10453,2,1190,1656 -"166226",50229,10457,3,1190,1711 -"166227",50229,11588,2,1190,2352 -"166228",50229,12042,3,1190,2345 -"166229",50229,12361,3,1190,2732 -"166230",50229,12462,3,1190,1461 -"166231",50229,13068,3,1190,1778 -"166232",50229,13879,3,1190,2748 -"166233",50229,14287,3,1190,1583 -"166234",50229,14749,3,1190,1998 -"166235",50229,14754,3,1190,2456 -"166236",50229,16096,3,1190,2301 -"166237",50229,16286,3,1190,2470 -"166238",50229,16501,2,1190,1650 -"166239",50229,17037,3,1190,2947 -"166240",50229,17252,3,1190,1258 -"166241",50229,18005,3,1190,2449 -"166242",50229,19934,3,1190,2888 -"166243",50229,20220,3,1190,1656 -"166244",50229,20395,3,1190,1468 -"166245",50229,21029,3,1190,1943 -"166246",50229,21352,3,1190,1604 -"166247",50229,21872,3,1190,2458 -"166248",50229,22364,3,1190,1809 -"166249",50229,23131,3,1190,1732 -"166250",50229,23806,2,1190,1671 -"166251",50229,24060,3,1190,2349 -"166252",50229,25163,2,1190,1751 -"166253",50229,25378,2,1190,1245 -"166254",50229,26336,3,1190,1904 -"166255",50229,27320,2,1190,2378 -"166256",50229,27914,3,1190,2507 -"166257",50229,28893,3,1190,2764 -"166258",50229,29267,3,1190,1234 -"166259",50229,29286,2,1190,1612 -"166260",50229,29495,3,1190,1612 -"166261",50229,29997,3,1190,1789 -"166262",50229,30262,3,1190,1715 -"166263",50229,30525,3,1190,1964 -"166264",50229,30865,3,1190,2038 -"166265",50229,32920,3,1190,2158 -"166266",50229,33341,1,1190,2338 -"166267",50229,35413,3,1190,1569 -"166268",50229,35728,3,1190,2017 -"166269",50229,36344,3,1190,2570 -"166270",50229,36346,3,1190,1240 -"166271",50229,36912,3,1190,2469 -"166272",50229,38373,3,1190,1928 -"166273",50229,39186,3,1190,1258 -"166274",50229,39534,3,1190,2410 -"166275",50229,39589,3,1190,1292 -"166276",50229,40035,3,1190,2742 -"166277",50229,41023,2,1190,2408 -"166278",50229,41598,3,1190,2291 -"166279",50229,41633,3,1190,1976 -"166280",50229,42756,3,1190,1384 -"166281",50229,43961,3,1190,2443 -"166282",50229,44074,3,1190,1299 -"166283",50229,44564,3,1190,2034 -"166284",50229,46486,3,1190,1868 -"166285",50229,47375,3,1190,2043 -"166286",50229,47529,3,1190,2914 -"166287",50229,47595,3,1190,2374 -"166288",50229,47968,3,1190,2829 -"166289",50229,48015,3,1190,1355 -"166290",50229,50354,3,1190,1299 -"166291",50229,50581,2,1190,1258 -"166292",50229,51200,3,1190,2245 -"166293",50229,53687,3,1190,2422 -"166294",50229,53739,3,1190,2704 -"166295",50229,57356,3,1190,2476 -"166296",50229,59485,2,1190,1564 -"166297",50229,60808,3,1190,1258 -"166298",50229,61125,3,1190,1673 -"166299",50229,63644,3,1190,1267 -"166300",50229,66121,3,1190,1281 -"166301",50229,69788,3,1190,2007 -"166302",50229,70455,3,1190,1307 -"166303",50229,72597,3,1190,1843 -"166304",50229,75935,3,1190,1569 -"166305",50229,76143,3,1190,1610 -"166306",50229,81164,3,1190,2260 -"166307",50229,84022,3,1190,2289 -"166308",50229,88067,2,1190,2315 -"166309",50229,89538,3,1190,1847 -"166310",50229,96365,3,1190,1700 -"166311",50229,100048,3,1190,1573 -"166312",50229,107292,3,1190,1667 -"166313",50229,111375,3,1190,2686 -"166314",50235,457,3,726,1704 -"166315",50235,512,3,726,1596 -"166316",50235,1090,2,726,2370 -"166317",50235,1102,3,726,2282 -"166318",50235,1321,3,726,2075 -"166319",50235,1469,3,726,1160 -"166320",50235,1592,3,726,2006 -"166321",50235,1639,3,726,2631 -"166322",50235,1676,3,726,1198 -"166323",50235,1691,2,726,1941 -"166324",50235,1985,3,726,888 -"166325",50235,2011,3,726,2176 -"166326",50235,2208,3,726,2814 -"166327",50235,2684,3,726,2874 -"166328",50235,3144,3,726,869 -"166329",50235,3271,3,726,2216 -"166330",50235,3628,2,726,2707 -"166331",50235,3863,3,726,856 -"166332",50235,4226,3,726,1903 -"166333",50235,4317,3,726,1224 -"166334",50235,4791,3,726,1184 -"166335",50235,5258,3,726,2730 -"166336",50235,5580,3,726,2111 -"166337",50235,6074,3,726,2426 -"166338",50235,6252,3,726,2336 -"166339",50235,6390,3,726,2385 -"166340",50235,7672,3,726,1974 -"166341",50235,8192,3,726,1670 -"166342",50235,8657,3,726,2473 -"166343",50235,8762,3,726,2585 -"166344",50235,8888,3,726,1328 -"166345",50235,9191,3,726,2707 -"166346",50235,9200,3,726,787 -"166347",50235,9272,3,726,2835 -"166348",50235,9511,3,726,1232 -"166349",50235,9654,3,726,2111 -"166350",50235,9805,2,726,1621 -"166351",50235,10222,3,726,2212 -"166352",50235,10401,3,726,863 -"166353",50235,10744,3,726,955 -"166354",50235,11055,3,726,2111 -"166355",50235,11348,3,726,824 -"166356",50235,11351,3,726,2971 -"166357",50235,13248,3,726,1385 -"166358",50235,13837,3,726,1604 -"166359",50235,13945,3,726,1324 -"166360",50235,14108,1,726,2012 -"166361",50235,14676,3,726,2764 -"166362",50235,14731,3,726,2012 -"166363",50235,14959,3,726,2898 -"166364",50235,14972,3,726,2332 -"166365",50235,14983,2,726,1047 -"166366",50235,15713,3,726,1646 -"166367",50235,16201,3,726,1811 -"166368",50235,17434,3,726,1642 -"166369",50235,17645,3,726,1918 -"166370",50235,18277,3,726,2309 -"166371",50235,18502,2,726,1033 -"166372",50235,18543,2,726,2968 -"166373",50235,18836,3,726,1270 -"166374",50235,19173,3,726,1686 -"166375",50235,19718,3,726,1702 -"166376",50235,20067,3,726,2390 -"166377",50235,20407,2,726,2339 -"166378",50235,21133,2,726,1320 -"166379",50235,21246,3,726,1612 -"166380",50235,21682,3,726,2414 -"166381",50235,22141,3,726,2348 -"166382",50235,22165,3,726,1501 -"166383",50235,23869,3,726,1918 -"166384",50235,24198,3,726,2217 -"166385",50235,25565,2,726,2764 -"166386",50235,26451,3,726,2133 -"166387",50235,26608,3,726,2329 -"166388",50235,27792,3,726,1308 -"166389",50235,28102,3,726,2287 -"166390",50235,28592,3,726,2320 -"166391",50235,28808,3,726,1063 -"166392",50235,29170,3,726,1846 -"166393",50235,29948,3,726,2795 -"166394",50235,31001,3,726,2119 -"166395",50235,31700,3,726,2727 -"166396",50235,32457,3,726,2690 -"166397",50235,33621,3,726,1319 -"166398",50235,33622,3,726,2230 -"166399",50235,34945,3,726,1298 -"166400",50235,35041,3,726,1311 -"166401",50235,35235,2,726,2610 -"166402",50235,35481,3,726,2211 -"166403",50235,35514,3,726,2346 -"166404",50235,36439,2,726,2469 -"166405",50235,37509,2,726,1640 -"166406",50235,37937,3,726,1320 -"166407",50235,38213,3,726,1744 -"166408",50235,38259,3,726,2258 -"166409",50235,39411,3,726,2384 -"166410",50235,39556,3,726,2747 -"166411",50235,40703,3,726,1608 -"166412",50235,40954,3,726,2603 -"166413",50235,43173,2,726,2895 -"166414",50235,43226,2,726,2442 -"166415",50235,43385,3,726,1623 -"166416",50235,43428,3,726,1299 -"166417",50235,43635,3,726,1196 -"166418",50235,43839,3,726,1685 -"166419",50235,44427,2,726,2875 -"166420",50235,44684,3,726,1220 -"166421",50235,45742,3,726,2566 -"166422",50235,46621,2,726,1343 -"166423",50235,46726,3,726,943 -"166424",50235,46951,3,726,2429 -"166425",50235,47064,3,726,1993 -"166426",50235,47248,3,726,2883 -"166427",50235,47585,2,726,794 -"166428",50235,48110,3,726,2009 -"166429",50235,48260,3,726,875 -"166430",50235,48754,3,726,1972 -"166431",50235,49186,3,726,1289 -"166432",50235,49620,3,726,1868 -"166433",50235,49677,3,726,1222 -"166434",50235,50179,3,726,2230 -"166435",50235,51410,3,726,2739 -"166436",50235,51572,3,726,912 -"166437",50235,52136,3,726,1412 -"166438",50235,52323,3,726,2148 -"166439",50235,52327,3,726,1472 -"166440",50235,52345,3,726,1430 -"166441",50235,56116,3,726,1321 -"166442",50235,57732,3,726,2454 -"166443",50235,57990,2,726,978 -"166444",50235,58133,3,726,1484 -"166445",50235,58221,3,726,1787 -"166446",50235,58284,3,726,2292 -"166447",50235,58508,3,726,2326 -"166448",50235,59939,3,726,936 -"166449",50235,61785,2,726,822 -"166450",50235,62062,2,726,860 -"166451",50235,62668,3,726,958 -"166452",50235,63604,3,726,927 -"166453",50235,66971,3,726,2299 -"166454",50235,69335,3,726,2698 -"166455",50235,69447,3,726,1197 -"166456",50235,70605,3,726,1176 -"166457",50235,71274,3,726,2390 -"166458",50235,72956,3,726,1251 -"166459",50235,73675,3,726,887 -"166460",50235,73747,3,726,2274 -"166461",50235,74636,3,726,2525 -"166462",50235,76127,2,726,910 -"166463",50235,76192,2,726,912 -"166464",50235,78256,3,726,804 -"166465",50235,78975,3,726,946 -"166466",50235,79364,2,726,834 -"166467",50235,79436,3,726,1344 -"166468",50235,79612,3,726,927 -"166469",50235,79657,2,726,1260 -"166470",50235,80301,3,726,1690 -"166471",50235,82401,3,726,1210 -"166472",50235,82949,3,726,2077 -"166473",50235,83396,3,726,2396 -"166474",50235,83434,3,726,850 -"166475",50235,87269,3,726,847 -"166476",50235,88232,2,726,2881 -"166477",50235,89880,2,726,1938 -"166478",50235,92491,3,726,1968 -"166479",50235,93398,2,726,828 -"166480",50235,94125,3,726,2280 -"166481",50235,95288,3,726,1602 -"166482",50235,97674,3,726,1912 -"166483",50235,97824,2,726,1229 -"166484",50235,99152,3,726,1698 -"166485",50235,100215,3,726,2436 -"166486",50235,100432,3,726,1358 -"166487",50235,101347,3,726,1335 -"166488",50235,106318,3,726,1698 -"166489",50235,108430,3,726,1642 -"166490",50235,123349,3,726,901 -"166491",50236,270,2,2339,2542 -"166492",50236,2424,3,2339,2582 -"166493",50236,2684,3,2339,2874 -"166494",50236,3305,3,2339,2839 -"166495",50236,3493,3,2339,2451 -"166496",50236,4701,3,2339,2401 -"166497",50236,5258,3,2339,2730 -"166498",50236,7234,3,2339,2654 -"166499",50236,9624,3,2339,2398 -"166500",50236,9928,3,2339,2345 -"166501",50236,11351,3,2339,2971 -"166502",50236,11477,3,2339,2724 -"166503",50236,11966,3,2339,2385 -"166504",50236,12042,2,2339,2345 -"166505",50236,12728,3,2339,2374 -"166506",50236,14959,3,2339,2898 -"166507",50236,16352,1,2339,2657 -"166508",50236,18005,3,2339,2449 -"166509",50236,18361,2,2339,2968 -"166510",50236,18394,2,2339,2356 -"166511",50236,18543,3,2339,2968 -"166512",50236,19622,3,2339,2371 -"166513",50236,19862,3,2339,2412 -"166514",50236,20124,3,2339,2376 -"166515",50236,21571,3,2339,2755 -"166516",50236,22326,3,2339,2818 -"166517",50236,23011,3,2339,2763 -"166518",50236,23310,3,2339,2371 -"166519",50236,23312,3,2339,2449 -"166520",50236,23725,2,2339,2378 -"166521",50236,25305,3,2339,2447 -"166522",50236,26080,2,2339,2525 -"166523",50236,26848,2,2339,2363 -"166524",50236,28296,3,2339,2944 -"166525",50236,29929,3,2339,2789 -"166526",50236,31436,3,2339,2892 -"166527",50236,32173,3,2339,2341 -"166528",50236,32567,3,2339,2784 -"166529",50236,33801,3,2339,2899 -"166530",50236,34735,2,2339,2767 -"166531",50236,35815,3,2339,2789 -"166532",50236,39444,3,2339,2695 -"166533",50236,41972,3,2339,2509 -"166534",50236,43455,3,2339,2846 -"166535",50236,43518,2,2339,2680 -"166536",50236,43673,3,2339,2787 -"166537",50236,45729,3,2339,2606 -"166538",50236,49110,3,2339,2938 -"166539",50236,50134,3,2339,2674 -"166540",50236,51783,3,2339,2599 -"166541",50236,54551,3,2339,2348 -"166542",50236,54929,3,2339,2783 -"166543",50236,56082,1,2339,2395 -"166544",50236,56237,1,2339,2625 -"166545",50236,61982,3,2339,2725 -"166546",50236,64947,3,2339,2489 -"166547",50236,67726,3,2339,2873 -"166548",50236,72207,2,2339,2430 -"166549",50236,72326,2,2339,2384 -"166550",50238,1897,3,663,1727 -"166551",50238,2093,3,663,2459 -"166552",50238,2221,3,663,2092 -"166553",50238,2349,2,663,1288 -"166554",50238,2759,3,663,2030 -"166555",50238,3271,3,663,2216 -"166556",50238,4730,3,663,2131 -"166557",50238,5839,3,663,2301 -"166558",50238,5852,3,663,1862 -"166559",50238,6043,3,663,1038 -"166560",50238,6133,3,663,1229 -"166561",50238,6627,3,663,2063 -"166562",50238,6824,3,663,2680 -"166563",50238,7269,2,663,1728 -"166564",50238,7433,3,663,2255 -"166565",50238,7443,3,663,2028 -"166566",50238,8984,3,663,1162 -"166567",50238,9272,3,663,2835 -"166568",50238,9506,3,663,1012 -"166569",50238,9620,3,663,2339 -"166570",50238,9861,3,663,2680 -"166571",50238,10495,3,663,2230 -"166572",50238,10638,2,663,2692 -"166573",50238,10914,1,663,1660 -"166574",50238,10964,3,663,2043 -"166575",50238,11019,3,663,1299 -"166576",50238,11067,3,663,2734 -"166577",50238,11319,2,663,2073 -"166578",50238,11381,2,663,1638 -"166579",50238,11506,1,663,2824 -"166580",50238,14654,3,663,1692 -"166581",50238,14888,3,663,1411 -"166582",50238,16594,3,663,1755 -"166583",50238,16777,2,663,834 -"166584",50238,18464,3,663,2312 -"166585",50238,18571,2,663,2128 -"166586",50238,18943,1,663,2861 -"166587",50238,19687,3,663,2072 -"166588",50238,20007,2,663,2971 -"166589",50238,20432,2,663,1727 -"166590",50238,21133,3,663,1320 -"166591",50238,21180,3,663,2762 -"166592",50238,21463,2,663,2437 -"166593",50238,21741,3,663,1574 -"166594",50238,22297,3,663,1904 -"166595",50238,23430,3,663,904 -"166596",50238,23513,2,663,900 -"166597",50238,26567,3,663,1158 -"166598",50238,26713,2,663,1235 -"166599",50238,27008,2,663,911 -"166600",50238,27783,2,663,2302 -"166601",50238,31164,1,663,1996 -"166602",50238,32449,1,663,2091 -"166603",50238,34162,3,663,2336 -"166604",50238,36136,2,663,2338 -"166605",50238,39105,2,663,2487 -"166606",50238,41978,2,663,2824 -"166607",50238,43226,3,663,2442 -"166608",50238,44464,3,663,1619 -"166609",50238,44636,3,663,1026 -"166610",50238,45730,3,663,2063 -"166611",50238,46951,2,663,2429 -"166612",50238,47384,3,663,1639 -"166613",50238,47571,3,663,1667 -"166614",50238,47583,3,663,817 -"166615",50238,48110,3,663,2009 -"166616",50238,53013,3,663,2523 -"166617",50238,55604,3,663,2342 -"166618",50238,56275,3,663,2152 -"166619",50238,56338,2,663,1818 -"166620",50238,58508,3,663,2326 -"166621",50238,59005,3,663,2817 -"166622",50238,59039,3,663,2870 -"166623",50238,60979,3,663,1758 -"166624",50238,65316,3,663,1020 -"166625",50238,66911,2,663,1920 -"166626",50238,67838,2,663,765 -"166627",50238,68592,3,663,2551 -"166628",50238,69335,3,663,2698 -"166629",50238,73021,3,663,789 -"166630",50238,75955,3,663,866 -"166631",50238,76132,3,663,2426 -"166632",50238,76675,3,663,1840 -"166633",50238,77397,3,663,1302 -"166634",50238,80301,3,663,1690 -"166635",50238,82226,3,663,1619 -"166636",50238,85778,3,663,1040 -"166637",50238,93208,3,663,1324 -"166638",50238,94926,2,663,1611 -"166639",50238,104306,2,663,1665 -"166640",50238,115155,3,663,1942 -"166641",50252,270,3,2001,2542 -"166642",50252,313,3,2001,2271 -"166643",50252,362,3,2001,2537 -"166644",50252,377,2,2001,2389 -"166645",50252,380,3,2001,2261 -"166646",50252,543,2,2001,2203 -"166647",50252,823,3,2001,2840 -"166648",50252,854,3,2001,2307 -"166649",50252,1102,3,2001,2282 -"166650",50252,1151,2,2001,2885 -"166651",50252,1495,1,2001,2046 -"166652",50252,1616,2,2001,2662 -"166653",50252,2036,3,2001,2483 -"166654",50252,2424,3,2001,2582 -"166655",50252,2484,1,2001,2389 -"166656",50252,3161,2,2001,2229 -"166657",50252,3628,3,2001,2707 -"166658",50252,3853,2,2001,2465 -"166659",50252,3947,3,2001,2067 -"166660",50252,4057,3,2001,2389 -"166661",50252,4953,3,2001,2285 -"166662",50252,5078,3,2001,2033 -"166663",50252,5457,3,2001,2077 -"166664",50252,5462,3,2001,2374 -"166665",50252,5504,2,2001,2389 -"166666",50252,6996,3,2001,2916 -"166667",50252,7323,2,2001,2858 -"166668",50252,7677,3,2001,2338 -"166669",50252,7992,3,2001,2033 -"166670",50252,8760,3,2001,2477 -"166671",50252,8762,3,2001,2585 -"166672",50252,9311,3,2001,2477 -"166673",50252,9362,3,2001,2879 -"166674",50252,11218,3,2001,2292 -"166675",50252,11351,3,2001,2971 -"166676",50252,12713,3,2001,2440 -"166677",50252,12778,2,2001,2045 -"166678",50252,13780,3,2001,2412 -"166679",50252,14252,3,2001,2244 -"166680",50252,14655,3,2001,2559 -"166681",50252,14959,2,2001,2898 -"166682",50252,15184,2,2001,2396 -"166683",50252,15626,3,2001,2434 -"166684",50252,17351,3,2001,2036 -"166685",50252,17365,3,2001,2746 -"166686",50252,17410,3,2001,2073 -"166687",50252,17520,1,2001,2276 -"166688",50252,18394,3,2001,2356 -"166689",50252,19027,3,2001,2721 -"166690",50252,19606,2,2001,2783 -"166691",50252,20067,3,2001,2390 -"166692",50252,20700,2,2001,2861 -"166693",50252,24753,3,2001,2860 -"166694",50252,25874,2,2001,2088 -"166695",50252,26658,3,2001,2745 -"166696",50252,28218,3,2001,2048 -"166697",50252,29004,3,2001,2596 -"166698",50252,29095,3,2001,2531 -"166699",50252,29314,3,2001,2736 -"166700",50252,31700,3,2001,2727 -"166701",50252,31799,3,2001,2547 -"166702",50252,32516,1,2001,2050 -"166703",50252,32939,3,2001,2277 -"166704",50252,33160,3,2001,2441 -"166705",50252,35235,3,2001,2610 -"166706",50252,35256,2,2001,2271 -"166707",50252,37238,2,2001,2609 -"166708",50252,37570,2,2001,2389 -"166709",50252,38307,3,2001,2648 -"166710",50252,41945,2,2001,2856 -"166711",50252,42196,3,2001,2765 -"166712",50252,43455,2,2001,2846 -"166713",50252,44885,2,2001,2670 -"166714",50252,44899,2,2001,2386 -"166715",50252,46629,3,2001,2255 -"166716",50252,47098,3,2001,2057 -"166717",50252,51853,3,2001,2520 -"166718",50252,51866,3,2001,2411 -"166719",50252,52576,3,2001,2234 -"166720",50252,53013,3,2001,2523 -"166721",50252,53293,2,2001,2916 -"166722",50252,54903,3,2001,2493 -"166723",50252,54929,3,2001,2783 -"166724",50252,57804,3,2001,2214 -"166725",50252,59039,3,2001,2870 -"166726",50252,59140,3,2001,2528 -"166727",50252,59205,3,2001,2387 -"166728",50252,61188,3,2001,2134 -"166729",50252,61982,3,2001,2725 -"166730",50252,65029,3,2001,2954 -"166731",50252,70203,3,2001,2756 -"166732",50252,85430,3,2001,2370 -"166733",50252,91570,3,2001,2229 -"166734",50253,4622,3,1565,1589 -"166735",50253,12199,3,1565,1651 -"166736",50253,31281,3,1565,1937 -"166737",50253,44473,2,1565,1685 -"166738",50253,44501,3,1565,2567 -"166739",50254,160,3,1151,2007 -"166740",50254,1592,3,1151,2006 -"166741",50254,1641,2,1151,1490 -"166742",50254,1691,3,1151,1941 -"166743",50254,2563,3,1151,1686 -"166744",50254,2684,3,1151,2874 -"166745",50254,2894,3,1151,1291 -"166746",50254,3242,3,1151,1730 -"166747",50254,3520,3,1151,2281 -"166748",50254,3978,3,1151,2775 -"166749",50254,4303,3,1151,2414 -"166750",50254,5392,3,1151,1648 -"166751",50254,5610,3,1151,2223 -"166752",50254,5865,3,1151,1910 -"166753",50254,5984,3,1151,1675 -"166754",50254,6192,3,1151,2409 -"166755",50254,6252,3,1151,2336 -"166756",50254,7245,3,1151,2089 -"166757",50254,7406,3,1151,1906 -"166758",50254,7616,2,1151,2296 -"166759",50254,8238,2,1151,2222 -"166760",50254,8274,3,1151,1909 -"166761",50254,8621,3,1151,1681 -"166762",50254,8700,3,1151,1270 -"166763",50254,8726,3,1151,2083 -"166764",50254,9331,3,1151,2269 -"166765",50254,10870,3,1151,1755 -"166766",50254,11639,3,1151,1593 -"166767",50254,11770,2,1151,1653 -"166768",50254,12081,3,1151,2166 -"166769",50254,12122,3,1151,1385 -"166770",50254,12388,3,1151,1975 -"166771",50254,12632,3,1151,1174 -"166772",50254,12778,3,1151,2045 -"166773",50254,12901,3,1151,2136 -"166774",50254,13249,2,1151,2573 -"166775",50254,13324,3,1151,2163 -"166776",50254,14918,3,1151,2071 -"166777",50254,15207,3,1151,1855 -"166778",50254,16164,3,1151,1184 -"166779",50254,16217,3,1151,1653 -"166780",50254,16539,2,1151,1947 -"166781",50254,16542,3,1151,2039 -"166782",50254,17549,3,1151,2647 -"166783",50254,17632,3,1151,1947 -"166784",50254,17931,3,1151,1617 -"166785",50254,18381,3,1151,1524 -"166786",50254,18543,3,1151,2968 -"166787",50254,19208,2,1151,2629 -"166788",50254,19605,3,1151,2395 -"166789",50254,19937,2,1151,1587 -"166790",50254,20419,2,1151,1587 -"166791",50254,20517,3,1151,1465 -"166792",50254,20563,2,1151,2267 -"166793",50254,20824,3,1151,1366 -"166794",50254,21950,3,1151,1892 -"166795",50254,22006,3,1151,1202 -"166796",50254,22292,3,1151,1910 -"166797",50254,22808,3,1151,2297 -"166798",50254,23460,3,1151,2183 -"166799",50254,23534,3,1151,1659 -"166800",50254,23756,3,1151,2309 -"166801",50254,24753,2,1151,2860 -"166802",50254,24793,3,1151,1993 -"166803",50254,24826,3,1151,1382 -"166804",50254,25030,1,1151,2017 -"166805",50254,25373,3,1151,2783 -"166806",50254,26083,3,1151,2038 -"166807",50254,26516,3,1151,2479 -"166808",50254,27753,3,1151,2750 -"166809",50254,27796,3,1151,2151 -"166810",50254,29454,3,1151,2719 -"166811",50254,29512,3,1151,1594 -"166812",50254,29930,3,1151,2240 -"166813",50254,31117,3,1151,2210 -"166814",50254,31890,2,1151,1487 -"166815",50254,31901,3,1151,1251 -"166816",50254,33622,3,1151,2230 -"166817",50254,33801,3,1151,2899 -"166818",50254,35256,3,1151,2271 -"166819",50254,36174,3,1151,1382 -"166820",50254,36837,1,1151,1556 -"166821",50254,38213,3,1151,1744 -"166822",50254,38307,3,1151,2648 -"166823",50254,38449,3,1151,1802 -"166824",50254,39278,3,1151,1952 -"166825",50254,41518,3,1151,1641 -"166826",50254,41664,2,1151,2641 -"166827",50254,41764,3,1151,2409 -"166828",50254,42129,3,1151,2318 -"166829",50254,42515,3,1151,2752 -"166830",50254,43635,3,1151,1196 -"166831",50254,46621,3,1151,1343 -"166832",50254,47564,1,1151,2650 -"166833",50254,47726,3,1151,1272 -"166834",50254,49185,3,1151,1544 -"166835",50254,49334,2,1151,2433 -"166836",50254,49470,2,1151,1528 -"166837",50254,49620,3,1151,1868 -"166838",50254,50001,3,1151,1518 -"166839",50254,50480,3,1151,2701 -"166840",50254,51987,3,1151,1397 -"166841",50254,52327,3,1151,1472 -"166842",50254,52699,3,1151,1372 -"166843",50254,53475,3,1151,2853 -"166844",50254,55076,3,1151,2408 -"166845",50254,55643,3,1151,2359 -"166846",50254,56854,3,1151,2022 -"166847",50254,63477,3,1151,1907 -"166848",50254,64857,3,1151,1792 -"166849",50254,67748,2,1151,1498 -"166850",50254,70573,3,1151,1993 -"166851",50254,74095,3,1151,2333 -"166852",50254,74636,3,1151,2525 -"166853",50254,76646,1,1151,1263 -"166854",50254,77611,2,1151,1795 -"166855",50254,79657,3,1151,1260 -"166856",50254,81349,2,1151,1958 -"166857",50254,82893,2,1151,1275 -"166858",50254,85356,3,1151,1492 -"166859",50254,88232,3,1151,2881 -"166860",50254,88887,3,1151,1161 -"166861",50261,1897,3,515,1727 -"166862",50261,4775,2,515,1500 -"166863",50261,5852,3,515,1862 -"166864",50261,7269,3,515,1728 -"166865",50261,8512,2,515,935 -"166866",50261,9050,3,515,2026 -"166867",50261,9351,3,515,1460 -"166868",50261,11665,3,515,1643 -"166869",50261,12577,3,515,2530 -"166870",50261,14626,3,515,2175 -"166871",50261,14654,3,515,1692 -"166872",50261,16205,3,515,2630 -"166873",50261,17541,3,515,637 -"166874",50261,18571,3,515,2128 -"166875",50261,18943,3,515,2861 -"166876",50261,21463,3,515,2437 -"166877",50261,23158,3,515,659 -"166878",50261,25139,3,515,816 -"166879",50261,27783,3,515,2302 -"166880",50261,30404,3,515,1810 -"166881",50261,31164,3,515,1996 -"166882",50261,32988,3,515,2008 -"166883",50261,36136,3,515,2338 -"166884",50261,44181,3,515,1034 -"166885",50261,44464,3,515,1619 -"166886",50261,64174,3,515,2377 -"166887",50261,64532,3,515,948 -"166888",50261,78768,3,515,841 -"166889",50261,82226,3,515,1619 -"166890",50261,85108,3,515,682 -"166891",50261,91631,3,515,1899 -"166892",50269,2028,3,1966,1978 -"166893",50269,3947,3,1966,2067 -"166894",50269,3961,3,1966,2426 -"166895",50269,5078,3,1966,2033 -"166896",50269,5315,3,1966,2631 -"166897",50269,5457,3,1966,2077 -"166898",50269,5462,3,1966,2374 -"166899",50269,5504,3,1966,2389 -"166900",50269,6255,3,1966,2895 -"166901",50269,7984,3,1966,2493 -"166902",50269,7992,3,1966,2033 -"166903",50269,9311,2,1966,2477 -"166904",50269,10358,3,1966,2294 -"166905",50269,10843,3,1966,2277 -"166906",50269,13388,3,1966,2119 -"166907",50269,15626,3,1966,2434 -"166908",50269,15636,1,1966,2857 -"166909",50269,17354,3,1966,2250 -"166910",50269,18151,3,1966,2962 -"166911",50269,20067,2,1966,2390 -"166912",50269,20659,3,1966,1969 -"166913",50269,20732,3,1966,2401 -"166914",50269,21706,3,1966,1988 -"166915",50269,23726,3,1966,2434 -"166916",50269,23787,2,1966,2810 -"166917",50269,25399,3,1966,2784 -"166918",50269,26249,2,1966,2301 -"166919",50269,27195,3,1966,2158 -"166920",50269,29095,3,1966,2531 -"166921",50269,29930,3,1966,2240 -"166922",50269,30906,3,1966,2537 -"166923",50269,31700,3,1966,2727 -"166924",50269,33433,3,1966,2805 -"166925",50269,33801,3,1966,2899 -"166926",50269,34707,3,1966,2042 -"166927",50269,38755,3,1966,2902 -"166928",50269,43349,3,1966,2400 -"166929",50269,44819,3,1966,2063 -"166930",50269,46803,3,1966,2305 -"166931",50269,49121,3,1966,2199 -"166932",50269,50382,2,1966,2244 -"166933",50269,53219,3,1966,2973 -"166934",50269,53475,3,1966,2853 -"166935",50269,58669,3,1966,2296 -"166936",50269,59113,3,1966,2434 -"166937",50269,70203,2,1966,2756 -"166938",50269,87720,3,1966,2086 -"166939",50272,10939,3,842,1376 -"166940",50272,12356,3,842,2757 -"166941",50272,14325,3,842,1976 -"166942",50272,16954,3,842,2972 -"166943",50272,18563,3,842,2715 -"166944",50272,19173,3,842,1686 -"166945",50272,21225,3,842,1945 -"166946",50272,26031,3,842,1397 -"166947",50272,26218,3,842,2460 -"166948",50272,26793,3,842,2104 -"166949",50272,32601,3,842,1033 -"166950",50272,39657,3,842,1947 -"166951",50272,40931,2,842,2301 -"166952",50272,43153,3,842,1381 -"166953",50272,44420,2,842,2184 -"166954",50272,56893,3,842,2597 -"166955",50272,60862,3,842,1215 -"166956",50278,680,3,1127,2569 -"166957",50278,2351,3,1127,1868 -"166958",50278,2418,2,1127,2020 -"166959",50278,2540,3,1127,1398 -"166960",50278,2576,3,1127,1307 -"166961",50278,3127,3,1127,2273 -"166962",50278,4066,3,1127,1736 -"166963",50278,4303,3,1127,2414 -"166964",50278,4665,3,1127,1569 -"166965",50278,4668,3,1127,1919 -"166966",50278,5614,3,1127,2122 -"166967",50278,5962,3,1127,2491 -"166968",50278,6133,3,1127,1229 -"166969",50278,7229,3,1127,2669 -"166970",50278,7252,1,1127,2799 -"166971",50278,7597,3,1127,2037 -"166972",50278,8062,2,1127,2858 -"166973",50278,9227,3,1127,1267 -"166974",50278,10050,3,1127,1792 -"166975",50278,10336,3,1127,2271 -"166976",50278,11029,2,1127,2362 -"166977",50278,11563,2,1127,1863 -"166978",50278,11585,3,1127,1817 -"166979",50278,11648,3,1127,2852 -"166980",50278,12067,3,1127,1213 -"166981",50278,12759,3,1127,2414 -"166982",50278,13290,3,1127,2824 -"166983",50278,14998,3,1127,1553 -"166984",50278,15826,2,1127,2772 -"166985",50278,16015,3,1127,1307 -"166986",50278,16286,3,1127,2470 -"166987",50278,18381,3,1127,1524 -"166988",50278,19751,3,1127,1630 -"166989",50278,20395,3,1127,1468 -"166990",50278,20984,3,1127,2502 -"166991",50278,21240,3,1127,1162 -"166992",50278,21681,3,1127,2005 -"166993",50278,25373,2,1127,2783 -"166994",50278,27742,3,1127,2700 -"166995",50278,28081,3,1127,1927 -"166996",50278,28094,3,1127,1423 -"166997",50278,28869,3,1127,2425 -"166998",50278,29436,1,1127,1718 -"166999",50278,29825,3,1127,2603 -"167000",50278,29997,3,1127,1789 -"167001",50278,30334,3,1127,2075 -"167002",50278,30891,3,1127,1256 -"167003",50278,32311,3,1127,2396 -"167004",50278,34831,3,1127,1866 -"167005",50278,34870,2,1127,1873 -"167006",50278,37036,2,1127,2264 -"167007",50278,37636,3,1127,2178 -"167008",50278,38333,3,1127,1365 -"167009",50278,38532,3,1127,1234 -"167010",50278,40392,3,1127,1878 -"167011",50278,40623,3,1127,2580 -"167012",50278,41723,3,1127,2101 -"167013",50278,41969,3,1127,2189 -"167014",50278,42562,3,1127,1195 -"167015",50278,42813,2,1127,2142 -"167016",50278,42852,2,1127,1316 -"167017",50278,46486,3,1127,1868 -"167018",50278,46532,3,1127,2005 -"167019",50278,51151,3,1127,1195 -"167020",50278,51783,3,1127,2599 -"167021",50278,51879,3,1127,1771 -"167022",50278,53924,3,1127,1289 -"167023",50278,54924,3,1127,2603 -"167024",50278,56936,3,1127,1519 -"167025",50278,57492,3,1127,2855 -"167026",50278,58521,3,1127,2950 -"167027",50278,58655,3,1127,2685 -"167028",50278,60879,3,1127,2792 -"167029",50278,61337,3,1127,2777 -"167030",50278,65242,3,1127,1988 -"167031",50278,68275,3,1127,1158 -"167032",50278,68789,3,1127,1929 -"167033",50278,70070,3,1127,2425 -"167034",50278,72597,3,1127,1843 -"167035",50278,76143,3,1127,1610 -"167036",50278,78193,3,1127,2315 -"167037",50278,80156,3,1127,1667 -"167038",50278,80527,3,1127,1664 -"167039",50278,81486,3,1127,1297 -"167040",50278,82819,3,1127,1900 -"167041",50278,82932,3,1127,2245 -"167042",50278,92784,3,1127,1257 -"167043",50278,100432,2,1127,1358 -"167044",50278,102400,3,1127,1761 -"167045",50278,104828,3,1127,1609 -"167046",50298,27195,3,2101,2158 -"167047",50335,140,3,1893,2267 -"167048",50335,468,3,1893,1966 -"167049",50335,3127,3,1893,2273 -"167050",50335,3195,3,1893,2043 -"167051",50335,3477,3,1893,2546 -"167052",50335,3493,3,1893,2451 -"167053",50335,6063,3,1893,2349 -"167054",50335,7355,3,1893,1928 -"167055",50335,7937,3,1893,2044 -"167056",50335,8865,3,1893,2394 -"167057",50335,9801,3,1893,2443 -"167058",50335,13024,3,1893,2468 -"167059",50335,14754,3,1893,2456 -"167060",50335,14817,2,1893,2110 -"167061",50335,15826,3,1893,2772 -"167062",50335,19433,3,1893,2504 -"167063",50335,20984,3,1893,2502 -"167064",50335,24520,3,1893,2196 -"167065",50335,24757,3,1893,1939 -"167066",50335,27908,3,1893,2576 -"167067",50335,28081,3,1893,1927 -"167068",50335,28893,3,1893,2764 -"167069",50335,32339,2,1893,2430 -"167070",50335,33223,3,1893,2397 -"167071",50335,36953,3,1893,2790 -"167072",50335,37060,3,1893,2840 -"167073",50335,39062,2,1893,2020 -"167074",50335,40572,3,1893,2666 -"167075",50335,42813,3,1893,2142 -"167076",50335,47013,3,1893,2388 -"167077",50335,47595,2,1893,2374 -"167078",50335,49147,3,1893,2539 -"167079",50335,51200,1,1893,2245 -"167080",50335,51774,3,1893,2459 -"167081",50335,52483,3,1893,2317 -"167082",50335,64534,3,1893,2924 -"167083",50354,1519,3,1299,2349 -"167084",50354,2418,3,1299,2020 -"167085",50354,2852,3,1299,2448 -"167086",50354,3127,2,1299,2273 -"167087",50354,4361,3,1299,2571 -"167088",50354,4660,3,1299,2149 -"167089",50354,4668,3,1299,1919 -"167090",50354,5106,3,1299,2622 -"167091",50354,5897,3,1299,2337 -"167092",50354,6119,3,1299,2358 -"167093",50354,7252,3,1299,2799 -"167094",50354,8568,2,1299,2706 -"167095",50354,9060,3,1299,1612 -"167096",50354,9202,3,1299,2477 -"167097",50354,9481,3,1299,1610 -"167098",50354,9503,3,1299,2453 -"167099",50354,9787,2,1299,2858 -"167100",50354,10336,3,1299,2271 -"167101",50354,10453,2,1299,1656 -"167102",50354,10980,3,1299,1974 -"167103",50354,11563,3,1299,1863 -"167104",50354,12361,3,1299,2732 -"167105",50354,12948,3,1299,2669 -"167106",50354,13068,3,1299,1778 -"167107",50354,13842,3,1299,2250 -"167108",50354,14287,2,1299,1583 -"167109",50354,14749,3,1299,1998 -"167110",50354,16286,2,1299,2470 -"167111",50354,16501,1,1299,1650 -"167112",50354,17033,3,1299,2771 -"167113",50354,17037,3,1299,2947 -"167114",50354,18102,3,1299,1642 -"167115",50354,20220,3,1299,1656 -"167116",50354,20395,3,1299,1468 -"167117",50354,22364,3,1299,1809 -"167118",50354,22578,3,1299,2216 -"167119",50354,23131,3,1299,1732 -"167120",50354,25163,2,1299,1751 -"167121",50354,27742,3,1299,2700 -"167122",50354,27897,3,1299,1968 -"167123",50354,27914,2,1299,2507 -"167124",50354,28869,3,1299,2425 -"167125",50354,29286,2,1299,1612 -"167126",50354,30525,3,1299,1964 -"167127",50354,31317,3,1299,1362 -"167128",50354,31868,3,1299,1993 -"167129",50354,33314,3,1299,1444 -"167130",50354,33341,3,1299,2338 -"167131",50354,33537,3,1299,2406 -"167132",50354,35413,3,1299,1569 -"167133",50354,35728,2,1299,2017 -"167134",50354,36912,3,1299,2469 -"167135",50354,39534,2,1299,2410 -"167136",50354,40035,3,1299,2742 -"167137",50354,40572,3,1299,2666 -"167138",50354,41023,3,1299,2408 -"167139",50354,41581,3,1299,1692 -"167140",50354,41633,2,1299,1976 -"167141",50354,45729,3,1299,2606 -"167142",50354,45869,3,1299,2840 -"167143",50354,46384,3,1299,2285 -"167144",50354,46486,3,1299,1868 -"167145",50354,49347,3,1299,2504 -"167146",50354,53739,2,1299,2704 -"167147",50354,56995,3,1299,2323 -"167148",50354,58238,3,1299,1944 -"167149",50354,59637,3,1299,2141 -"167150",50354,61125,3,1299,1673 -"167151",50354,63641,3,1299,2337 -"167152",50354,66693,3,1299,2554 -"167153",50354,66717,2,1299,2104 -"167154",50354,67266,3,1299,2010 -"167155",50354,70583,3,1299,2615 -"167156",50354,72438,3,1299,1397 -"167157",50354,72597,3,1299,1843 -"167158",50354,75935,3,1299,1569 -"167159",50354,76143,3,1299,1610 -"167160",50354,80156,3,1299,1667 -"167161",50354,83523,3,1299,1461 -"167162",50354,111375,2,1299,2686 -"167163",50364,12518,3,1954,2747 -"167164",50364,15598,3,1954,2011 -"167165",50372,543,3,1834,2203 -"167166",50372,1616,3,1834,2662 -"167167",50372,1777,3,1834,1965 -"167168",50372,2484,3,1834,2389 -"167169",50372,3161,3,1834,2229 -"167170",50372,5078,3,1834,2033 -"167171",50372,5457,3,1834,2077 -"167172",50372,5462,2,1834,2374 -"167173",50372,5504,2,1834,2389 -"167174",50372,7323,3,1834,2858 -"167175",50372,9332,3,1834,2734 -"167176",50372,12713,3,1834,2440 -"167177",50372,18151,3,1834,2962 -"167178",50372,19606,3,1834,2783 -"167179",50372,20659,3,1834,1969 -"167180",50372,20700,3,1834,2861 -"167181",50372,28216,3,1834,1910 -"167182",50372,31799,3,1834,2547 -"167183",50372,32606,3,1834,2100 -"167184",50372,35256,3,1834,2271 -"167185",50372,37570,3,1834,2389 -"167186",50372,41278,3,1834,1873 -"167187",50372,80429,3,1834,1927 -"167188",50372,85430,3,1834,2370 -"167189",50372,86986,3,1834,1976 -"167190",50382,3961,3,2244,2426 -"167191",50382,5315,3,2244,2631 -"167192",50382,7984,2,2244,2493 -"167193",50382,9311,2,2244,2477 -"167194",50382,10358,3,2244,2294 -"167195",50382,10843,3,2244,2277 -"167196",50382,11477,3,2244,2724 -"167197",50382,15626,3,2244,2434 -"167198",50382,15636,3,2244,2857 -"167199",50382,17812,3,2244,2705 -"167200",50382,20067,3,2244,2390 -"167201",50382,20732,2,2244,2401 -"167202",50382,23268,3,2244,2258 -"167203",50382,23726,2,2244,2434 -"167204",50382,24756,3,2244,2530 -"167205",50382,26249,3,2244,2301 -"167206",50382,29095,3,2244,2531 -"167207",50382,30906,3,2244,2537 -"167208",50382,33433,3,2244,2805 -"167209",50382,33801,3,2244,2899 -"167210",50382,38755,3,2244,2902 -"167211",50382,46803,2,2244,2305 -"167212",50382,53475,3,2244,2853 -"167213",50382,58669,3,2244,2296 -"167214",50382,59113,3,2244,2434 -"167215",50382,70203,3,2244,2756 -"167216",50394,2226,3,150,2225 -"167217",50394,2936,3,150,2512 -"167218",50394,3886,3,150,1669 -"167219",50394,4660,3,150,2149 -"167220",50394,4681,3,150,2356 -"167221",50394,7785,3,150,2441 -"167222",50394,8200,3,150,1709 -"167223",50394,9272,3,150,2835 -"167224",50394,9298,3,150,1109 -"167225",50394,9723,3,150,2302 -"167226",50394,11239,3,150,2181 -"167227",50394,12586,3,150,613 -"167228",50394,16684,3,150,1657 -"167229",50394,16751,3,150,2301 -"167230",50394,18011,2,150,1636 -"167231",50394,18202,1,150,2475 -"167232",50394,18928,3,150,709 -"167233",50394,19364,2,150,2846 -"167234",50394,20700,3,150,2861 -"167235",50394,22709,3,150,2743 -"167236",50394,23492,3,150,1067 -"167237",50394,23679,3,150,934 -"167238",50394,26450,3,150,1709 -"167239",50394,28432,3,150,1954 -"167240",50394,32651,3,150,877 -"167241",50394,34812,3,150,2442 -"167242",50394,35797,2,150,2482 -"167243",50394,37859,2,150,1999 -"167244",50394,39906,2,150,2365 -"167245",50394,41240,3,150,2220 -"167246",50394,44877,3,150,1219 -"167247",50394,52215,3,150,1908 -"167248",50394,58122,3,150,889 -"167249",50394,73553,3,150,2726 -"167250",50394,77077,3,150,2693 -"167251",50394,82341,3,150,1515 -"167252",50394,88710,3,150,927 -"167253",50394,90674,3,150,621 -"167254",50394,92297,3,150,2952 -"167255",50394,96738,2,150,298 -"167256",50394,99041,3,150,844 -"167257",50394,106449,3,150,862 -"167258",50394,109182,1,150,353 -"167259",50394,109978,2,150,1865 -"167260",50430,1560,2,1689,2013 -"167261",50430,7206,3,1689,1959 -"167262",50430,8525,3,1689,1787 -"167263",50430,9716,3,1689,1929 -"167264",50430,10200,3,1689,2920 -"167265",50430,11429,3,1689,2520 -"167266",50430,14586,2,1689,2801 -"167267",50430,14654,3,1689,1692 -"167268",50430,21209,3,1689,2184 -"167269",50430,24086,1,1689,2663 -"167270",50430,26513,3,1689,2205 -"167271",50430,34491,3,1689,2694 -"167272",50430,37342,3,1689,2649 -"167273",50430,40392,3,1689,1878 -"167274",50430,41185,3,1689,1929 -"167275",50440,4249,3,2469,2547 -"167276",50440,18808,3,2469,2854 -"167277",50440,42390,3,2469,2937 -"167278",50440,58041,3,2469,2725 -"167279",50444,543,3,884,2203 -"167280",50444,733,2,884,1653 -"167281",50444,2063,3,884,1278 -"167282",50444,3878,2,884,1890 -"167283",50444,9432,2,884,1693 -"167284",50444,10215,3,884,2006 -"167285",50444,13835,2,884,1588 -"167286",50444,15379,3,884,1231 -"167287",50444,15583,3,884,1144 -"167288",50444,16164,3,884,1184 -"167289",50444,19676,3,884,1515 -"167290",50444,20162,2,884,2328 -"167291",50444,37301,3,884,2160 -"167292",50444,50667,1,884,2719 -"167293",50444,50685,3,884,2008 -"167294",50444,55906,1,884,2851 -"167295",50444,57360,3,884,2429 -"167296",50444,58221,3,884,1787 -"167297",50444,61188,3,884,2134 -"167298",50444,62602,3,884,1172 -"167299",50444,63147,3,884,1477 -"167300",50444,64699,2,884,2797 -"167301",50444,65572,3,884,2750 -"167302",50444,67145,3,884,2015 -"167303",50444,69498,3,884,931 -"167304",50444,79804,3,884,2227 -"167305",50444,80429,3,884,1927 -"167306",50444,87904,3,884,952 -"167307",50444,99103,3,884,1470 -"167308",50452,70605,3,927,1176 -"167309",50468,827,3,1659,2964 -"167310",50468,1624,3,1659,2687 -"167311",50468,2282,2,1659,2056 -"167312",50468,2647,3,1659,2450 -"167313",50468,2927,3,1659,1789 -"167314",50468,3158,3,1659,2762 -"167315",50468,3164,3,1659,2693 -"167316",50468,3271,3,1659,2216 -"167317",50468,4249,3,1659,2547 -"167318",50468,4784,3,1659,2511 -"167319",50468,6020,3,1659,1864 -"167320",50468,6030,3,1659,2953 -"167321",50468,6345,2,1659,2713 -"167322",50468,6747,3,1659,2913 -"167323",50468,6999,3,1659,2214 -"167324",50468,8607,3,1659,1685 -"167325",50468,9272,3,1659,2835 -"167326",50468,9724,2,1659,2713 -"167327",50468,10146,3,1659,1878 -"167328",50468,10701,1,1659,2000 -"167329",50468,11966,3,1659,2385 -"167330",50468,14172,3,1659,1923 -"167331",50468,14470,2,1659,2632 -"167332",50468,14612,3,1659,2340 -"167333",50468,14957,3,1659,2306 -"167334",50468,15301,3,1659,2308 -"167335",50468,15782,3,1659,2306 -"167336",50468,16963,3,1659,1999 -"167337",50468,17499,2,1659,2954 -"167338",50468,17695,2,1659,1930 -"167339",50468,19366,3,1659,2279 -"167340",50468,20292,3,1659,2755 -"167341",50468,21358,3,1659,1970 -"167342",50468,21571,2,1659,2755 -"167343",50468,22410,3,1659,2158 -"167344",50468,22566,2,1659,2308 -"167345",50468,23550,2,1659,2939 -"167346",50468,26478,2,1659,1963 -"167347",50468,26597,3,1659,2070 -"167348",50468,28050,3,1659,1955 -"167349",50468,28168,3,1659,2702 -"167350",50468,28782,3,1659,2272 -"167351",50468,30714,3,1659,2485 -"167352",50468,31855,3,1659,2636 -"167353",50468,32169,2,1659,2504 -"167354",50468,32939,3,1659,2277 -"167355",50468,34331,3,1659,1727 -"167356",50468,35317,3,1659,1888 -"167357",50468,36840,3,1659,2269 -"167358",50468,37684,2,1659,2899 -"167359",50468,41489,3,1659,2006 -"167360",50468,42382,3,1659,2224 -"167361",50468,42390,3,1659,2937 -"167362",50468,42407,3,1659,2408 -"167363",50468,42619,3,1659,2017 -"167364",50468,43226,3,1659,2442 -"167365",50468,43701,2,1659,2400 -"167366",50468,45297,3,1659,1864 -"167367",50468,46616,3,1659,1917 -"167368",50468,47607,2,1659,2724 -"167369",50468,48110,3,1659,2009 -"167370",50468,48823,3,1659,2080 -"167371",50468,51212,3,1659,1801 -"167372",50468,52950,3,1659,2716 -"167373",50468,53584,3,1659,2391 -"167374",50468,53652,2,1659,2899 -"167375",50468,58508,3,1659,2326 -"167376",50468,69335,3,1659,2698 -"167377",50468,69795,3,1659,2636 -"167378",50468,71999,3,1659,2685 -"167379",50468,80301,3,1659,1690 -"167380",50468,80970,3,1659,2069 -"167381",50468,82217,3,1659,2441 -"167382",50468,84591,3,1659,1685 -"167383",50468,93553,3,1659,2537 -"167384",50468,95060,3,1659,1974 -"167385",50476,9808,3,1641,1648 -"167386",50476,15075,3,1641,2252 -"167387",50476,19323,2,1641,1705 -"167388",50476,23890,1,1641,1810 -"167389",50476,24761,1,1641,2384 -"167390",50476,59579,3,1641,2034 -"167391",50476,108872,3,1641,1810 -"167392",50476,113181,3,1641,2301 -"167393",50480,15444,2,2701,2764 -"167394",50480,16866,2,2701,2718 -"167395",50480,26642,3,2701,2952 -"167396",50480,29454,2,2701,2719 -"167397",50480,35837,3,2701,2871 -"167398",50480,36270,3,2701,2910 -"167399",50480,39556,3,2701,2747 -"167400",50480,40368,3,2701,2876 -"167401",50480,41770,3,2701,2752 -"167402",50480,41945,3,2701,2856 -"167403",50480,44688,2,2701,2924 -"167404",50480,47529,3,2701,2914 -"167405",50480,56910,2,2701,2705 -"167406",50480,60257,3,2701,2795 -"167407",50480,62739,3,2701,2753 -"167408",50480,68083,3,2701,2795 -"167409",50480,72088,3,2701,2728 -"167410",50487,14,3,744,1793 -"167411",50487,312,3,744,2038 -"167412",50487,508,3,744,801 -"167413",50487,854,3,744,2307 -"167414",50487,998,3,744,1795 -"167415",50487,1044,3,744,880 -"167416",50487,1355,3,744,2473 -"167417",50487,2326,3,744,2513 -"167418",50487,2407,3,744,1725 -"167419",50487,2424,3,744,2582 -"167420",50487,2484,3,744,2389 -"167421",50487,2533,3,744,2016 -"167422",50487,2894,2,744,1291 -"167423",50487,3164,3,744,2693 -"167424",50487,3305,3,744,2839 -"167425",50487,5203,3,744,814 -"167426",50487,5392,3,744,1648 -"167427",50487,5615,3,744,1105 -"167428",50487,5785,1,744,1261 -"167429",50487,6222,2,744,1949 -"167430",50487,6512,3,744,1672 -"167431",50487,7616,3,744,2296 -"167432",50487,7984,3,744,2493 -"167433",50487,7992,3,744,2033 -"167434",50487,8354,3,744,1705 -"167435",50487,8762,3,744,2585 -"167436",50487,8887,3,744,2373 -"167437",50487,9114,3,744,961 -"167438",50487,9311,3,744,2477 -"167439",50487,9871,3,744,921 -"167440",50487,11006,3,744,1950 -"167441",50487,11620,3,744,2010 -"167442",50487,11662,3,744,1139 -"167443",50487,11694,3,744,1564 -"167444",50487,12373,3,744,1567 -"167445",50487,12388,2,744,1975 -"167446",50487,12712,3,744,815 -"167447",50487,13388,3,744,2119 -"167448",50487,13573,2,744,2774 -"167449",50487,13967,3,744,1354 -"167450",50487,13979,3,744,1559 -"167451",50487,14353,3,744,2878 -"167452",50487,14482,2,744,1573 -"167453",50487,14564,3,744,1581 -"167454",50487,14655,3,744,2559 -"167455",50487,14959,2,744,2898 -"167456",50487,15215,3,744,798 -"167457",50487,15315,3,744,2173 -"167458",50487,15444,2,744,2764 -"167459",50487,15713,3,744,1646 -"167460",50487,15930,3,744,2541 -"167461",50487,16053,2,744,908 -"167462",50487,16111,3,744,1714 -"167463",50487,16201,3,744,1811 -"167464",50487,16539,2,744,1947 -"167465",50487,16801,3,744,2008 -"167466",50487,16866,3,744,2718 -"167467",50487,16896,3,744,2223 -"167468",50487,17027,2,744,2772 -"167469",50487,17097,2,744,1505 -"167470",50487,17520,2,744,2276 -"167471",50487,18165,3,744,2085 -"167472",50487,18394,3,744,2356 -"167473",50487,18404,3,744,801 -"167474",50487,18865,3,744,2676 -"167475",50487,19173,2,744,1686 -"167476",50487,19317,3,744,2041 -"167477",50487,19637,3,744,1229 -"167478",50487,19719,3,744,2177 -"167479",50487,20067,2,744,2390 -"167480",50487,20311,2,744,1981 -"167481",50487,20407,3,744,2339 -"167482",50487,20732,3,744,2401 -"167483",50487,21198,3,744,935 -"167484",50487,21248,3,744,2232 -"167485",50487,21706,3,744,1988 -"167486",50487,22403,2,744,1630 -"167487",50487,23268,3,744,2258 -"167488",50487,23726,3,744,2434 -"167489",50487,23787,3,744,2810 -"167490",50487,23869,3,744,1918 -"167491",50487,24807,3,744,2319 -"167492",50487,25486,3,744,2582 -"167493",50487,25508,3,744,2081 -"167494",50487,25577,3,744,1946 -"167495",50487,25680,3,744,1618 -"167496",50487,25874,3,744,2088 -"167497",50487,25950,3,744,1618 -"167498",50487,26582,3,744,2772 -"167499",50487,26737,3,744,855 -"167500",50487,27261,3,744,1368 -"167501",50487,27355,3,744,870 -"167502",50487,27849,3,744,1316 -"167503",50487,27860,3,744,1588 -"167504",50487,28130,2,744,908 -"167505",50487,28131,2,744,1492 -"167506",50487,29095,2,744,2531 -"167507",50487,29314,3,744,2736 -"167508",50487,30150,3,744,1704 -"167509",50487,30883,1,744,1629 -"167510",50487,31050,3,744,1491 -"167511",50487,31243,3,744,1355 -"167512",50487,31691,3,744,1657 -"167513",50487,32064,3,744,1739 -"167514",50487,32658,3,744,1694 -"167515",50487,32988,3,744,2008 -"167516",50487,33010,3,744,2189 -"167517",50487,33801,2,744,2899 -"167518",50487,35235,3,744,2610 -"167519",50487,35529,3,744,1620 -"167520",50487,38019,3,744,1870 -"167521",50487,38921,2,744,1880 -"167522",50487,39431,3,744,1460 -"167523",50487,40646,2,744,1583 -"167524",50487,41108,3,744,1624 -"167525",50487,41682,3,744,1988 -"167526",50487,42264,3,744,1702 -"167527",50487,42747,3,744,1189 -"167528",50487,42837,3,744,1096 -"167529",50487,42935,3,744,2400 -"167530",50487,43349,3,744,2400 -"167531",50487,43479,3,744,2178 -"167532",50487,44420,2,744,2184 -"167533",50487,44885,3,744,2670 -"167534",50487,44899,3,744,2386 -"167535",50487,47585,3,744,794 -"167536",50487,48258,3,744,755 -"167537",50487,48736,3,744,1236 -"167538",50487,50252,3,744,2001 -"167539",50487,50382,3,744,2244 -"167540",50487,51616,2,744,761 -"167541",50487,52003,3,744,2067 -"167542",50487,52261,3,744,2162 -"167543",50487,52323,3,744,2148 -"167544",50487,52457,3,744,849 -"167545",50487,52576,3,744,2234 -"167546",50487,53475,2,744,2853 -"167547",50487,53604,2,744,2489 -"167548",50487,56462,3,744,852 -"167549",50487,57150,3,744,1196 -"167550",50487,57760,3,744,1721 -"167551",50487,58669,3,744,2296 -"167552",50487,59939,3,744,936 -"167553",50487,61242,3,744,1650 -"167554",50487,62538,2,744,1656 -"167555",50487,63395,3,744,2334 -"167556",50487,65522,3,744,1572 -"167557",50487,68960,3,744,1312 -"167558",50487,70203,3,744,2756 -"167559",50487,70996,3,744,1037 -"167560",50487,76127,3,744,910 -"167561",50487,76356,3,744,2323 -"167562",50487,76511,3,744,1250 -"167563",50487,76999,3,744,908 -"167564",50487,78184,3,744,937 -"167565",50487,79371,3,744,1624 -"167566",50487,82009,3,744,1020 -"167567",50487,82893,3,744,1275 -"167568",50487,85875,3,744,957 -"167569",50487,87720,3,744,2086 -"167570",50487,89826,2,744,2033 -"167571",50487,96911,2,744,956 -"167572",50487,97160,3,744,1215 -"167573",50487,100140,3,744,1041 -"167574",50487,116444,3,744,1206 -"167575",50487,120720,3,744,1614 -"167576",50491,8226,3,1919,2046 -"167577",50509,4669,3,2050,2395 -"167578",50509,7252,3,2050,2799 -"167579",50509,9332,2,2050,2734 -"167580",50509,11456,3,2050,2715 -"167581",50509,12361,2,2050,2732 -"167582",50509,18005,3,2050,2449 -"167583",50509,18415,3,2050,2184 -"167584",50509,18810,3,2050,2671 -"167585",50509,19655,3,2050,2706 -"167586",50509,19934,3,2050,2888 -"167587",50509,20124,3,2050,2376 -"167588",50509,28626,3,2050,2842 -"167589",50509,28869,3,2050,2425 -"167590",50509,29116,3,2050,2128 -"167591",50509,33052,3,2050,2251 -"167592",50509,36183,2,2050,2117 -"167593",50509,36646,3,2050,2744 -"167594",50509,37636,3,2050,2178 -"167595",50509,40035,3,2050,2742 -"167596",50509,42642,3,2050,2257 -"167597",50509,42946,2,2050,2900 -"167598",50509,53687,3,2050,2422 -"167599",50509,54775,3,2050,2383 -"167600",50509,60516,3,2050,2257 -"167601",50509,69591,3,2050,2294 -"167602",50520,2057,3,1205,1965 -"167603",50520,2524,3,1205,1708 -"167604",50520,3306,3,1205,1989 -"167605",50520,4032,2,1205,1763 -"167606",50520,4361,3,1205,2571 -"167607",50520,4526,3,1205,1728 -"167608",50520,6697,2,1205,2438 -"167609",50520,7355,3,1205,1928 -"167610",50520,8354,3,1205,1705 -"167611",50520,8610,3,1205,2240 -"167612",50520,8777,3,1205,1620 -"167613",50520,9227,3,1205,1267 -"167614",50520,10473,3,1205,1783 -"167615",50520,11136,2,1205,2573 -"167616",50520,13400,3,1205,1371 -"167617",50520,14558,3,1205,1585 -"167618",50520,14754,3,1205,2456 -"167619",50520,16286,3,1205,2470 -"167620",50520,16501,3,1205,1650 -"167621",50520,23277,2,1205,1267 -"167622",50520,24757,3,1205,1939 -"167623",50520,26771,2,1205,2141 -"167624",50520,28081,3,1205,1927 -"167625",50520,35728,3,1205,2017 -"167626",50520,37120,3,1205,2622 -"167627",50520,41187,3,1205,2340 -"167628",50520,41338,2,1205,1553 -"167629",50520,46486,3,1205,1868 -"167630",50520,50354,3,1205,1299 -"167631",50520,54284,3,1205,2491 -"167632",50520,59637,3,1205,2141 -"167633",50520,93930,1,1205,1268 -"167634",50520,111375,1,1205,2686 -"167635",50581,5346,2,1258,1438 -"167636",50581,5897,3,1258,2337 -"167637",50581,9241,2,1258,2338 -"167638",50581,9481,3,1258,1610 -"167639",50581,9503,3,1258,2453 -"167640",50581,10453,3,1258,1656 -"167641",50581,10457,3,1258,1711 -"167642",50581,12078,3,1258,2381 -"167643",50581,12361,3,1258,2732 -"167644",50581,13879,1,1258,2748 -"167645",50581,14586,3,1258,2801 -"167646",50581,14754,3,1258,2456 -"167647",50581,15207,3,1258,1855 -"167648",50581,15826,3,1258,2772 -"167649",50581,19655,3,1258,2706 -"167650",50581,19686,3,1258,2467 -"167651",50581,20984,3,1258,2502 -"167652",50581,22364,3,1258,1809 -"167653",50581,23000,3,1258,1815 -"167654",50581,26182,3,1258,2775 -"167655",50581,27320,3,1258,2378 -"167656",50581,29286,3,1258,1612 -"167657",50581,29818,3,1258,1677 -"167658",50581,30262,2,1258,1715 -"167659",50581,32339,3,1258,2430 -"167660",50581,32920,3,1258,2158 -"167661",50581,33341,3,1258,2338 -"167662",50581,34892,3,1258,2309 -"167663",50581,36912,3,1258,2469 -"167664",50581,39062,3,1258,2020 -"167665",50581,40492,2,1258,1286 -"167666",50581,41023,3,1258,2408 -"167667",50581,41581,2,1258,1692 -"167668",50581,43250,3,1258,1300 -"167669",50581,44749,3,1258,1303 -"167670",50581,57067,3,1258,2547 -"167671",50581,57356,2,1258,2476 -"167672",50581,68876,3,1258,1397 -"167673",50581,69131,3,1258,2122 -"167674",50581,69232,3,1258,2130 -"167675",50581,74370,3,1258,1667 -"167676",50581,81545,3,1258,2077 -"167677",50581,84271,3,1258,1556 -"167678",50581,85198,3,1258,1794 -"167679",50581,88067,3,1258,2315 -"167680",50581,90299,3,1258,1606 -"167681",50581,96462,3,1258,1967 -"167682",50585,371,3,2414,2950 -"167683",50585,680,1,2414,2569 -"167684",50585,841,3,2414,2964 -"167685",50585,3978,2,2414,2775 -"167686",50585,4361,3,2414,2571 -"167687",50585,6989,2,2414,2623 -"167688",50585,8062,3,2414,2858 -"167689",50585,9787,3,2414,2858 -"167690",50585,11648,3,2414,2852 -"167691",50585,12948,3,2414,2669 -"167692",50585,18005,2,2414,2449 -"167693",50585,18810,3,2414,2671 -"167694",50585,20941,3,2414,2725 -"167695",50585,20984,3,2414,2502 -"167696",50585,22709,3,2414,2743 -"167697",50585,24096,3,2414,2612 -"167698",50585,25373,2,2414,2783 -"167699",50585,27686,3,2414,2844 -"167700",50585,28869,3,2414,2425 -"167701",50585,29473,3,2414,2602 -"167702",50585,29977,3,2414,2781 -"167703",50585,36953,3,2414,2790 -"167704",50585,37279,3,2414,2768 -"167705",50585,38691,3,2414,2585 -"167706",50585,40572,3,2414,2666 -"167707",50585,45729,2,2414,2606 -"167708",50585,45869,3,2414,2840 -"167709",50585,47968,3,2414,2829 -"167710",50585,51783,3,2414,2599 -"167711",50585,53223,3,2414,2690 -"167712",50585,53739,3,2414,2704 -"167713",50585,54718,3,2414,2473 -"167714",50585,63077,3,2414,2778 -"167715",50585,64947,2,2414,2489 -"167716",50585,70583,3,2414,2615 -"167717",50585,71531,2,2414,2887 -"167718",50594,1349,3,849,1147 -"167719",50594,5962,3,849,2491 -"167720",50594,9504,3,849,2549 -"167721",50594,14749,3,849,1998 -"167722",50594,23966,3,849,891 -"167723",50594,24512,3,849,1369 -"167724",50594,36829,3,849,2722 -"167725",50594,37060,3,849,2840 -"167726",50594,47654,3,849,1664 -"167727",50594,48888,2,849,1177 -"167728",50594,57492,3,849,2855 -"167729",50594,63644,3,849,1267 -"167730",50605,3819,3,136,1583 -"167731",50605,11897,3,136,1271 -"167732",50605,38361,1,136,1936 -"167733",50605,45874,3,136,944 -"167734",50605,61948,3,136,1231 -"167735",50607,35481,3,1333,2211 -"167736",50607,47064,3,1333,1993 -"167737",50607,53196,3,1333,1888 -"167738",50607,54250,1,1333,2340 -"167739",50607,87837,3,1333,1987 -"167740",50630,5106,3,2615,2622 -"167741",50630,17033,3,2615,2771 -"167742",50630,20941,3,2615,2725 -"167743",50630,27686,3,2615,2844 -"167744",50630,47529,3,2615,2914 -"167745",50630,56669,3,2615,2924 -"167746",50640,3158,2,514,2762 -"167747",50640,6223,3,514,2363 -"167748",50640,10146,3,514,1878 -"167749",50640,11270,1,514,1011 -"167750",50640,12966,3,514,2011 -"167751",50640,14255,3,514,893 -"167752",50640,17499,3,514,2954 -"167753",50640,28648,3,514,1586 -"167754",50640,41350,3,514,1935 -"167755",50640,43728,1,514,2308 -"167756",50640,51212,3,514,1801 -"167757",50640,64850,3,514,2377 -"167758",50640,69260,3,514,1698 -"167759",50640,69732,3,514,732 -"167760",50667,27753,3,2719,2750 -"167761",50667,55906,2,2719,2851 -"167762",50667,64699,2,2719,2797 -"167763",50667,65572,3,2719,2750 -"167764",50667,77155,3,2719,2946 -"167765",50678,827,3,1366,2964 -"167766",50678,1574,3,1366,1718 -"167767",50678,1624,3,1366,2687 -"167768",50678,1708,2,1366,1591 -"167769",50678,2647,2,1366,2450 -"167770",50678,2927,3,1366,1789 -"167771",50678,4953,3,1366,2285 -"167772",50678,5064,2,1366,1690 -"167773",50678,5303,3,1366,1849 -"167774",50678,6480,3,1366,1678 -"167775",50678,7253,3,1366,2686 -"167776",50678,7254,3,1366,1849 -"167777",50678,9063,2,1366,2000 -"167778",50678,9269,3,1366,1892 -"167779",50678,9538,3,1366,1786 -"167780",50678,9895,3,1366,1960 -"167781",50678,12000,3,1366,1454 -"167782",50678,12729,3,1366,1835 -"167783",50678,13340,3,1366,1918 -"167784",50678,13528,3,1366,1891 -"167785",50678,15146,3,1366,1546 -"167786",50678,15729,3,1366,2338 -"167787",50678,17867,3,1366,1904 -"167788",50678,17952,3,1366,1530 -"167789",50678,18670,3,1366,1835 -"167790",50678,19476,2,1366,1708 -"167791",50678,19509,3,1366,2000 -"167792",50678,19656,3,1366,2059 -"167793",50678,19972,3,1366,2078 -"167794",50678,20695,3,1366,2526 -"167795",50678,24086,3,1366,2663 -"167796",50678,26374,3,1366,2133 -"167797",50678,26740,3,1366,2695 -"167798",50678,28268,3,1366,2258 -"167799",50678,30096,2,1366,2082 -"167800",50678,31159,2,1366,2231 -"167801",50678,31295,1,1366,2183 -"167802",50678,32350,3,1366,1540 -"167803",50678,34331,2,1366,1727 -"167804",50678,34953,3,1366,1817 -"167805",50678,36709,2,1366,1629 -"167806",50678,38307,3,1366,2648 -"167807",50678,38697,3,1366,2701 -"167808",50678,39009,3,1366,1594 -"167809",50678,42382,2,1366,2224 -"167810",50678,43455,3,1366,2846 -"167811",50678,45239,3,1366,2535 -"167812",50678,46616,2,1366,1917 -"167813",50678,47607,1,1366,2724 -"167814",50678,50430,3,1366,1689 -"167815",50678,50468,3,1366,1659 -"167816",50678,52892,3,1366,2372 -"167817",50678,53584,2,1366,2391 -"167818",50678,53995,3,1366,2151 -"167819",50678,55261,2,1366,1915 -"167820",50678,58233,3,1366,1665 -"167821",50678,58945,3,1366,2481 -"167822",50678,60974,3,1366,2972 -"167823",50678,69453,3,1366,2831 -"167824",50678,75194,3,1366,1736 -"167825",50678,77719,2,1366,2086 -"167826",50678,78277,3,1366,1937 -"167827",50678,79874,3,1366,1570 -"167828",50678,79918,3,1366,1672 -"167829",50678,84591,3,1366,1685 -"167830",50678,85525,3,1366,1718 -"167831",50678,95060,3,1366,1974 -"167832",50685,135,2,2008,2233 -"167833",50685,270,3,2008,2542 -"167834",50685,312,3,2008,2038 -"167835",50685,380,3,2008,2261 -"167836",50685,455,3,2008,2827 -"167837",50685,1102,3,2008,2282 -"167838",50685,2424,2,2008,2582 -"167839",50685,2533,3,2008,2016 -"167840",50685,3305,3,2008,2839 -"167841",50685,4084,3,2008,2133 -"167842",50685,4191,3,2008,2130 -"167843",50685,5462,3,2008,2374 -"167844",50685,5504,3,2008,2389 -"167845",50685,6044,3,2008,2744 -"167846",50685,6363,3,2008,2066 -"167847",50685,6588,3,2008,2025 -"167848",50685,7245,3,2008,2089 -"167849",50685,9311,3,2008,2477 -"167850",50685,10857,3,2008,2253 -"167851",50685,11218,3,2008,2292 -"167852",50685,11440,3,2008,2026 -"167853",50685,12863,2,2008,2027 -"167854",50685,15813,3,2008,2143 -"167855",50685,16432,3,2008,2664 -"167856",50685,19248,2,2008,2357 -"167857",50685,19719,2,2008,2177 -"167858",50685,20124,3,2008,2376 -"167859",50685,20162,3,2008,2328 -"167860",50685,21285,3,2008,2100 -"167861",50685,22277,3,2008,2424 -"167862",50685,23268,3,2008,2258 -"167863",50685,23705,3,2008,2699 -"167864",50685,25129,3,2008,2647 -"167865",50685,26749,3,2008,2965 -"167866",50685,27390,3,2008,2425 -"167867",50685,27694,3,2008,2030 -"167868",50685,30052,3,2008,2855 -"167869",50685,34836,3,2008,2302 -"167870",50685,43455,3,2008,2846 -"167871",50685,43953,3,2008,2203 -"167872",50685,45633,3,2008,2134 -"167873",50685,46629,3,2008,2255 -"167874",50685,48605,3,2008,2796 -"167875",50685,50667,3,2008,2719 -"167876",50685,52570,3,2008,2645 -"167877",50685,52576,2,2008,2234 -"167878",50685,54551,3,2008,2348 -"167879",50685,55139,3,2008,2323 -"167880",50685,55468,3,2008,2511 -"167881",50685,56317,3,2008,2030 -"167882",50685,57360,2,2008,2429 -"167883",50685,58508,3,2008,2326 -"167884",50685,61982,2,2008,2725 -"167885",50685,62841,2,2008,2710 -"167886",50685,66413,3,2008,2507 -"167887",50685,76892,3,2008,2381 -"167888",50685,77155,3,2008,2946 -"167889",50685,79322,3,2008,2770 -"167890",50685,82949,3,2008,2077 -"167891",50737,1175,3,959,1642 -"167892",50737,1592,2,959,2006 -"167893",50737,1691,3,959,1941 -"167894",50737,3886,2,959,1669 -"167895",50737,5258,2,959,2730 -"167896",50737,6252,3,959,2336 -"167897",50737,6390,3,959,2385 -"167898",50737,6428,3,959,1952 -"167899",50737,12199,2,959,1651 -"167900",50737,14108,3,959,2012 -"167901",50737,14652,3,959,2516 -"167902",50737,17434,3,959,1642 -"167903",50737,17943,3,959,1943 -"167904",50737,18011,3,959,1636 -"167905",50737,18502,3,959,1033 -"167906",50737,18543,3,959,2968 -"167907",50737,19173,3,959,1686 -"167908",50737,19605,3,959,2395 -"167909",50737,20407,2,959,2339 -"167910",50737,22165,3,959,1501 -"167911",50737,28808,3,959,1063 -"167912",50737,29948,3,959,2795 -"167913",50737,31235,3,959,2668 -"167914",50737,35045,1,959,1646 -"167915",50737,36439,3,959,2469 -"167916",50737,43173,3,959,2895 -"167917",50737,46621,2,959,1343 -"167918",50737,47445,3,959,2668 -"167919",50737,49301,3,959,1894 -"167920",50737,52327,1,959,1472 -"167921",50737,57990,3,959,978 -"167922",50737,88232,3,959,2881 -"167923",50779,2724,3,623,2447 -"167924",50779,6040,3,623,2103 -"167925",50779,6562,3,623,1139 -"167926",50779,11803,2,623,1232 -"167927",50779,12861,2,623,1207 -"167928",50779,14061,1,623,1620 -"167929",50779,26100,3,623,1966 -"167930",50779,29354,3,623,1123 -"167931",50779,31259,3,623,2082 -"167932",50779,49805,2,623,2445 -"167933",50779,53289,3,623,2746 -"167934",50779,63096,3,623,2307 -"167935",50779,74054,3,623,1488 -"167936",50779,77519,2,623,819 -"167937",50779,80705,3,623,2764 -"167938",50779,91465,3,623,1047 -"167939",50790,49032,2,2371,2469 -"167940",50790,67264,3,2371,2790 -"167941",50872,10646,2,864,1555 -"167942",50872,17626,3,864,1265 -"167943",50872,20893,3,864,2695 -"167944",50872,29050,3,864,1196 -"167945",50872,49277,2,864,1928 -"167946",50872,59205,3,864,2387 -"167947",50872,106175,3,864,1307 -"167948",50872,108647,2,864,1934 -"167949",50899,4188,3,2125,2963 -"167950",50899,5937,2,2125,2392 -"167951",50899,14861,3,2125,2269 -"167952",50899,15150,3,2125,2801 -"167953",50899,30194,3,2125,2874 -"167954",50899,32079,3,2125,2315 -"167955",50899,44730,3,2125,2468 -"167956",50899,45664,3,2125,2235 -"167957",50899,49415,3,2125,2654 -"167958",50899,53648,3,2125,2167 -"167959",50899,56413,3,2125,2747 -"167960",50903,21,2,931,1385 -"167961",50903,1108,2,931,1600 -"167962",50903,2959,3,931,1785 -"167963",50903,4526,3,931,1728 -"167964",50903,8062,3,931,2858 -"167965",50903,8140,3,931,1262 -"167966",50903,10980,2,931,1974 -"167967",50903,12948,3,931,2669 -"167968",50903,14449,3,931,1258 -"167969",50903,14586,2,931,2801 -"167970",50903,19501,3,931,1186 -"167971",50903,22166,3,931,994 -"167972",50903,22704,3,931,1150 -"167973",50903,27742,3,931,2700 -"167974",50903,27914,3,931,2507 -"167975",50903,32818,3,931,2485 -"167976",50903,34892,3,931,2309 -"167977",50903,35728,2,931,2017 -"167978",50903,37522,1,931,1270 -"167979",50903,42331,1,931,1585 -"167980",50903,42837,3,931,1096 -"167981",50903,47654,3,931,1664 -"167982",50903,47810,2,931,957 -"167983",50903,49450,3,931,1328 -"167984",50903,57394,3,931,1271 -"167985",50903,63077,2,931,2778 -"167986",50903,69232,3,931,2130 -"167987",50903,70101,2,931,2414 -"167988",50903,74370,3,931,1667 -"167989",50903,83301,3,931,1385 -"167990",50903,84975,3,931,1138 -"167991",50903,85869,3,931,1509 -"167992",50903,100860,3,931,2326 -"167993",50903,101367,3,931,974 -"167994",50903,103890,2,931,958 -"167995",50931,25480,3,1880,2747 -"167996",50931,35360,3,1880,2043 -"167997",50941,2802,3,481,1836 -"167998",50941,3100,3,481,2524 -"167999",50941,6078,3,481,498 -"168000",50941,14915,3,481,2606 -"168001",50941,16361,3,481,1641 -"168002",50941,16593,2,481,1139 -"168003",50941,21976,3,481,1808 -"168004",50941,22571,3,481,655 -"168005",50941,24104,3,481,817 -"168006",50941,24176,3,481,1986 -"168007",50941,25886,3,481,1580 -"168008",50941,29556,2,481,907 -"168009",50941,38309,3,481,2644 -"168010",50941,39697,2,481,669 -"168011",50941,48764,3,481,860 -"168012",50941,65223,2,481,2724 -"168013",50941,67763,3,481,822 -"168014",50941,114228,3,481,1544 -"168015",50945,9724,3,2650,2713 -"168016",50945,23550,3,2650,2939 -"168017",50945,37684,3,2650,2899 -"168018",50945,53652,3,2650,2899 -"168019",50946,361,3,1075,1970 -"168020",50946,392,3,1075,1915 -"168021",50946,602,3,1075,2632 -"168022",50946,1592,3,1075,2006 -"168023",50946,1691,3,1075,1941 -"168024",50946,3011,3,1075,2278 -"168025",50946,3493,3,1075,2451 -"168026",50946,4317,3,1075,1224 -"168027",50946,4360,3,1075,1770 -"168028",50946,4701,3,1075,2401 -"168029",50946,4791,3,1075,1184 -"168030",50946,6162,3,1075,1673 -"168031",50946,6982,3,1075,2034 -"168032",50946,7548,2,1075,1932 -"168033",50946,7847,3,1075,2424 -"168034",50946,8712,3,1075,1153 -"168035",50946,9311,2,1075,2477 -"168036",50946,9579,3,1075,2105 -"168037",50946,10382,3,1075,2111 -"168038",50946,10488,3,1075,1524 -"168039",50946,10843,1,1075,2277 -"168040",50946,12373,3,1075,1567 -"168041",50946,12976,3,1075,2399 -"168042",50946,13249,2,1075,2573 -"168043",50946,13601,2,1075,2689 -"168044",50946,13808,3,1075,1356 -"168045",50946,14108,3,1075,2012 -"168046",50946,14723,2,1075,2019 -"168047",50946,15583,3,1075,1144 -"168048",50946,15626,2,1075,2434 -"168049",50946,19453,2,1075,1928 -"168050",50946,19751,2,1075,1630 -"168051",50946,20124,3,1075,2376 -"168052",50946,20271,3,1075,2044 -"168053",50946,20407,3,1075,2339 -"168054",50946,21133,3,1075,1320 -"168055",50946,21448,3,1075,2332 -"168056",50946,22311,3,1075,2034 -"168057",50946,22455,3,1075,1197 -"168058",50946,23729,3,1075,1624 -"168059",50946,23825,2,1075,1913 -"168060",50946,24286,2,1075,1280 -"168061",50946,26408,3,1075,1545 -"168062",50946,27261,3,1075,1368 -"168063",50946,27478,3,1075,2485 -"168064",50946,28640,3,1075,1475 -"168065",50946,30016,3,1075,1124 -"168066",50946,30906,3,1075,2537 -"168067",50946,32198,3,1075,2117 -"168068",50946,32606,3,1075,2100 -"168069",50946,33356,2,1075,1586 -"168070",50946,33433,1,1075,2805 -"168071",50946,34648,3,1075,1596 -"168072",50946,34707,2,1075,2042 -"168073",50946,35516,3,1075,1229 -"168074",50946,36514,3,1075,1192 -"168075",50946,38055,3,1075,1089 -"168076",50946,38213,3,1075,1744 -"168077",50946,38755,3,1075,2902 -"168078",50946,40296,2,1075,1674 -"168079",50946,43213,3,1075,2160 -"168080",50946,46196,3,1075,1510 -"168081",50946,46621,3,1075,1343 -"168082",50946,47803,3,1075,2477 -"168083",50946,49581,1,1075,1817 -"168084",50946,49620,3,1075,1868 -"168085",50946,49696,2,1075,2444 -"168086",50946,51016,3,1075,1141 -"168087",50946,51853,3,1075,2520 -"168088",50946,52136,2,1075,1412 -"168089",50946,52566,3,1075,2318 -"168090",50946,53031,3,1075,2065 -"168091",50946,53342,3,1075,2071 -"168092",50946,53779,3,1075,2000 -"168093",50946,54879,3,1075,2210 -"168094",50946,55324,3,1075,1544 -"168095",50946,55643,1,1075,2359 -"168096",50946,56082,3,1075,2395 -"168097",50946,58993,3,1075,2390 -"168098",50946,59113,2,1075,2434 -"168099",50946,62538,3,1075,1656 -"168100",50946,62903,3,1075,1704 -"168101",50946,64502,2,1075,1670 -"168102",50946,67456,2,1075,1608 -"168103",50946,69745,3,1075,1594 -"168104",50946,72207,3,1075,2430 -"168105",50946,74190,2,1075,1428 -"168106",50946,74636,3,1075,2525 -"168107",50946,75343,3,1075,2008 -"168108",50946,75403,3,1075,1895 -"168109",50946,76677,3,1075,1269 -"168110",50946,79234,3,1075,1611 -"168111",50946,79627,3,1075,2409 -"168112",50946,79815,3,1075,1713 -"168113",50946,83526,3,1075,1235 -"168114",50946,87144,2,1075,2299 -"168115",50946,88232,3,1075,2881 -"168116",50946,94450,3,1075,1127 -"168117",50946,120345,3,1075,2164 -"168118",50958,1639,3,477,2631 -"168119",50958,2684,3,477,2874 -"168120",50958,10939,2,477,1376 -"168121",50958,12356,2,477,2757 -"168122",50958,14325,2,477,1976 -"168123",50958,14652,3,477,2516 -"168124",50958,15696,2,477,837 -"168125",50958,16954,3,477,2972 -"168126",50958,18563,3,477,2715 -"168127",50958,18639,3,477,990 -"168128",50958,20659,3,477,1969 -"168129",50958,21225,2,477,1945 -"168130",50958,25595,3,477,768 -"168131",50958,26031,2,477,1397 -"168132",50958,26793,2,477,2104 -"168133",50958,27543,1,477,666 -"168134",50958,30057,3,477,504 -"168135",50958,32601,3,477,1033 -"168136",50958,36609,2,477,2918 -"168137",50958,37400,3,477,2860 -"168138",50958,38694,2,477,817 -"168139",50958,40931,3,477,2301 -"168140",50958,43153,2,477,1381 -"168141",50958,45618,3,477,2356 -"168142",50958,45650,3,477,1528 -"168143",50958,50272,2,477,842 -"168144",50958,53645,2,477,789 -"168145",50958,54100,3,477,1327 -"168146",50958,56893,2,477,2597 -"168147",50958,58971,3,477,2280 -"168148",50958,60862,3,477,1215 -"168149",50958,65316,3,477,1020 -"168150",50958,71733,3,477,662 -"168151",50958,77550,3,477,1548 -"168152",50958,86664,3,477,1146 -"168153",50958,88710,3,477,927 -"168154",50958,91518,3,477,842 -"168155",50958,95011,3,477,1986 -"168156",50958,119923,3,477,1901 -"168157",50976,270,3,547,2542 -"168158",50976,669,3,547,1423 -"168159",50976,671,2,547,2328 -"168160",50976,675,3,547,1686 -"168161",50976,733,3,547,1653 -"168162",50976,1044,3,547,880 -"168163",50976,1046,3,547,1881 -"168164",50976,1130,3,547,1566 -"168165",50976,1136,3,547,2536 -"168166",50976,1469,3,547,1160 -"168167",50976,1897,3,547,1727 -"168168",50976,2063,2,547,1278 -"168169",50976,2424,2,547,2582 -"168170",50976,2533,3,547,2016 -"168171",50976,2591,3,547,1949 -"168172",50976,2743,2,547,1278 -"168173",50976,2954,3,547,2727 -"168174",50976,3167,3,547,1676 -"168175",50976,3242,1,547,1730 -"168176",50976,3305,3,547,2839 -"168177",50976,4191,3,547,2130 -"168178",50976,4618,3,547,2607 -"168179",50976,4687,3,547,2152 -"168180",50976,4980,1,547,2093 -"168181",50976,5504,3,547,2389 -"168182",50976,5725,3,547,2789 -"168183",50976,6023,3,547,2050 -"168184",50976,6577,3,547,1951 -"168185",50976,7245,3,547,2089 -"168186",50976,8621,2,547,1681 -"168187",50976,8772,3,547,847 -"168188",50976,10404,2,547,2062 -"168189",50976,10799,3,547,2010 -"168190",50976,10859,3,547,2231 -"168191",50976,10890,2,547,2639 -"168192",50976,15539,3,547,1929 -"168193",50976,15813,3,547,2143 -"168194",50976,16074,2,547,977 -"168195",50976,16164,2,547,1184 -"168196",50976,16365,3,547,2217 -"168197",50976,17357,3,547,1536 -"168198",50976,17716,3,547,915 -"168199",50976,17931,3,547,1617 -"168200",50976,19516,3,547,2313 -"168201",50976,19627,3,547,627 -"168202",50976,19868,3,547,2855 -"168203",50976,19963,3,547,810 -"168204",50976,20563,2,547,2267 -"168205",50976,20824,2,547,1366 -"168206",50976,21197,3,547,1437 -"168207",50976,21198,3,547,935 -"168208",50976,21285,3,547,2100 -"168209",50976,21911,2,547,1184 -"168210",50976,22501,2,547,1006 -"168211",50976,22884,3,547,1608 -"168212",50976,23506,1,547,1172 -"168213",50976,23534,3,547,1659 -"168214",50976,23704,2,547,2278 -"168215",50976,24755,3,547,1319 -"168216",50976,25341,2,547,1858 -"168217",50976,25595,3,547,768 -"168218",50976,25643,2,547,1646 -"168219",50976,26282,3,547,1241 -"168220",50976,26322,3,547,1018 -"168221",50976,26436,2,547,2489 -"168222",50976,26516,2,547,2479 -"168223",50976,26570,3,547,1669 -"168224",50976,27753,2,547,2750 -"168225",50976,28434,3,547,1141 -"168226",50976,28731,1,547,955 -"168227",50976,28892,3,547,2023 -"168228",50976,29456,3,547,1182 -"168229",50976,30325,3,547,1067 -"168230",50976,30438,2,547,1617 -"168231",50976,31000,3,547,1526 -"168232",50976,31243,2,547,1355 -"168233",50976,31696,3,547,1595 -"168234",50976,31799,3,547,2547 -"168235",50976,32988,3,547,2008 -"168236",50976,33010,3,547,2189 -"168237",50976,33588,3,547,1040 -"168238",50976,33621,3,547,1319 -"168239",50976,34216,3,547,2832 -"168240",50976,34492,1,547,1798 -"168241",50976,34509,3,547,1973 -"168242",50976,37418,3,547,2710 -"168243",50976,38449,2,547,1802 -"168244",50976,40293,2,547,1671 -"168245",50976,41402,3,547,2313 -"168246",50976,42186,3,547,955 -"168247",50976,42747,3,547,1189 -"168248",50976,43455,3,547,2846 -"168249",50976,44648,3,547,619 -"168250",50976,45343,3,547,2360 -"168251",50976,45715,2,547,2287 -"168252",50976,46629,3,547,2255 -"168253",50976,47857,3,547,2325 -"168254",50976,48277,3,547,971 -"168255",50976,49189,3,547,1550 -"168256",50976,51022,1,547,1499 -"168257",50976,51410,2,547,2739 -"168258",50976,51987,2,547,1397 -"168259",50976,52576,3,547,2234 -"168260",50976,54740,3,547,2750 -"168261",50976,55691,3,547,2856 -"168262",50976,56171,3,547,1524 -"168263",50976,57977,3,547,2683 -"168264",50976,58035,2,547,1646 -"168265",50976,58078,3,547,1252 -"168266",50976,61982,3,547,2725 -"168267",50976,64031,3,547,1295 -"168268",50976,64793,3,547,2819 -"168269",50976,64997,3,547,2791 -"168270",50976,73047,2,547,824 -"168271",50976,73728,3,547,784 -"168272",50976,74095,3,547,2333 -"168273",50976,76892,3,547,2381 -"168274",50976,77001,3,547,1440 -"168275",50976,78256,3,547,804 -"168276",50976,80678,3,547,1595 -"168277",50976,81813,3,547,1656 -"168278",50976,82767,3,547,1641 -"168279",50976,86550,3,547,955 -"168280",50976,88860,3,547,1014 -"168281",50976,89965,3,547,810 -"168282",50976,94808,3,547,988 -"168283",50976,99103,3,547,1470 -"168284",50976,99366,3,547,900 -"168285",50976,100134,2,547,977 -"168286",50976,101892,3,547,1322 -"168287",50976,108400,3,547,908 -"168288",50976,109383,2,547,952 -"168289",50976,111761,2,547,783 -"168290",50977,5315,1,2352,2631 -"168291",50977,20067,3,2352,2390 -"168292",50977,23310,3,2352,2371 -"168293",50977,23312,3,2352,2449 -"168294",50977,31132,3,2352,2744 -"168295",50977,36609,2,2352,2918 -"168296",50977,41955,3,2352,2479 -"168297",50977,42574,3,2352,2842 -"168298",50977,45618,2,2352,2356 -"168299",50977,48127,3,2352,2677 -"168300",50977,60289,3,2352,2729 -"168301",50996,21,3,929,1385 -"168302",50996,1015,3,929,1174 -"168303",50996,1203,3,929,1350 -"168304",50996,1520,3,929,1716 -"168305",50996,2429,3,929,999 -"168306",50996,2523,3,929,1691 -"168307",50996,2959,2,929,1785 -"168308",50996,4303,3,929,2414 -"168309",50996,4430,3,929,2019 -"168310",50996,4526,3,929,1728 -"168311",50996,4567,3,929,2348 -"168312",50996,4983,3,929,1909 -"168313",50996,5683,3,929,2468 -"168314",50996,7719,3,929,1954 -"168315",50996,7780,3,929,1920 -"168316",50996,7942,2,929,2623 -"168317",50996,8860,3,929,2141 -"168318",50996,8923,2,929,1266 -"168319",50996,8984,3,929,1162 -"168320",50996,9703,3,929,1845 -"168321",50996,10457,3,929,1711 -"168322",50996,10980,3,929,1974 -"168323",50996,12361,2,929,2732 -"168324",50996,12728,3,929,2374 -"168325",50996,15118,3,929,1311 -"168326",50996,15443,3,929,1631 -"168327",50996,15462,3,929,1141 -"168328",50996,17388,3,929,1023 -"168329",50996,17645,2,929,1918 -"168330",50996,18005,2,929,2449 -"168331",50996,19655,3,929,2706 -"168332",50996,20395,3,929,1468 -"168333",50996,22166,1,929,994 -"168334",50996,22704,3,929,1150 -"168335",50996,22723,3,929,2859 -"168336",50996,23692,2,929,1540 -"168337",50996,24568,3,929,1937 -"168338",50996,26957,3,929,987 -"168339",50996,29170,3,929,1846 -"168340",50996,29818,3,929,1677 -"168341",50996,30974,3,929,947 -"168342",50996,31216,3,929,1244 -"168343",50996,31408,2,929,994 -"168344",50996,32549,3,929,2111 -"168345",50996,34094,2,929,1360 -"168346",50996,34216,3,929,2832 -"168347",50996,34742,2,929,1883 -"168348",50996,34908,3,929,2796 -"168349",50996,35728,3,929,2017 -"168350",50996,37351,3,929,978 -"168351",50996,37522,3,929,1270 -"168352",50996,37636,3,929,2178 -"168353",50996,38087,2,929,1083 -"168354",50996,38816,3,929,1225 -"168355",50996,39249,3,929,1665 -"168356",50996,40028,3,929,1349 -"168357",50996,40747,3,929,958 -"168358",50996,42331,2,929,1585 -"168359",50996,44135,3,929,2620 -"168360",50996,44744,3,929,2032 -"168361",50996,45729,3,929,2606 -"168362",50996,45992,3,929,1182 -"168363",50996,46650,2,929,1330 -"168364",50996,46726,1,929,943 -"168365",50996,47810,2,929,957 -"168366",50996,48698,3,929,1474 -"168367",50996,49414,3,929,1667 -"168368",50996,50903,3,929,931 -"168369",50996,52815,3,929,2323 -"168370",50996,54313,3,929,1645 -"168371",50996,55482,3,929,1866 -"168372",50996,56082,3,929,2395 -"168373",50996,58233,3,929,1665 -"168374",50996,58745,3,929,1920 -"168375",50996,60258,2,929,2405 -"168376",50996,60808,3,929,1258 -"168377",50996,62668,1,929,958 -"168378",50996,63077,3,929,2778 -"168379",50996,63409,3,929,1937 -"168380",50996,64210,3,929,956 -"168381",50996,64947,3,929,2489 -"168382",50996,65223,3,929,2724 -"168383",50996,66609,3,929,998 -"168384",50996,67617,2,929,1149 -"168385",50996,67815,3,929,2476 -"168386",50996,70101,3,929,2414 -"168387",50996,71219,2,929,967 -"168388",50996,71531,3,929,2887 -"168389",50996,72882,3,929,1330 -"168390",50996,72986,3,929,1055 -"168391",50996,85869,3,929,1509 -"168392",50996,93332,3,929,982 -"168393",50996,96310,2,929,1016 -"168394",50996,98942,2,929,1588 -"168395",50996,100048,3,929,1573 -"168396",50996,100860,3,929,2326 -"168397",50996,103890,3,929,958 -"168398",51016,1323,3,1141,1659 -"168399",51016,2057,3,1141,1965 -"168400",51016,2540,3,1141,1398 -"168401",51016,2704,3,1141,2609 -"168402",51016,2894,3,1141,1291 -"168403",51016,3127,3,1141,2273 -"168404",51016,3163,3,1141,2020 -"168405",51016,5610,3,1141,2223 -"168406",51016,8865,2,1141,2394 -"168407",51016,9311,3,1141,2477 -"168408",51016,9391,3,1141,1252 -"168409",51016,9520,3,1141,2089 -"168410",51016,10148,3,1141,2964 -"168411",51016,10754,3,1141,1797 -"168412",51016,11538,3,1141,2288 -"168413",51016,11546,3,1141,1174 -"168414",51016,12067,3,1141,1213 -"168415",51016,12388,3,1141,1975 -"168416",51016,13808,1,1141,1356 -"168417",51016,14817,3,1141,2110 -"168418",51016,18165,3,1141,2085 -"168419",51016,18735,3,1141,1581 -"168420",51016,19433,3,1141,2504 -"168421",51016,25078,3,1141,2312 -"168422",51016,27908,2,1141,2576 -"168423",51016,29267,2,1141,1234 -"168424",51016,29286,3,1141,1612 -"168425",51016,29454,3,1141,2719 -"168426",51016,30486,3,1141,1269 -"168427",51016,30906,3,1141,2537 -"168428",51016,31890,3,1141,1487 -"168429",51016,32606,3,1141,2100 -"168430",51016,33433,3,1141,2805 -"168431",51016,35903,2,1141,1434 -"168432",51016,36637,2,1141,2085 -"168433",51016,36953,3,1141,2790 -"168434",51016,39062,3,1141,2020 -"168435",51016,40572,3,1141,2666 -"168436",51016,42813,3,1141,2142 -"168437",51016,46486,2,1141,1868 -"168438",51016,46742,3,1141,2144 -"168439",51016,47595,3,1141,2374 -"168440",51016,47803,2,1141,2477 -"168441",51016,48377,3,1141,1927 -"168442",51016,49787,3,1141,2352 -"168443",51016,50335,3,1141,1893 -"168444",51016,52136,3,1141,1412 -"168445",51016,55821,3,1141,1303 -"168446",51016,55862,3,1141,2123 -"168447",51016,59637,3,1141,2141 -"168448",51016,62966,3,1141,1282 -"168449",51016,65856,3,1141,2504 -"168450",51016,69232,3,1141,2130 -"168451",51016,74190,3,1141,1428 -"168452",51016,79837,3,1141,1252 -"168453",51016,83862,3,1141,2026 -"168454",51016,87958,3,1141,1234 -"168455",51016,98080,3,1141,1265 -"168456",51017,270,3,2073,2542 -"168457",51017,380,2,2073,2261 -"168458",51017,997,3,2073,2788 -"168459",51017,1102,2,2073,2282 -"168460",51017,1136,3,2073,2536 -"168461",51017,2424,3,2073,2582 -"168462",51017,2572,2,2073,2273 -"168463",51017,2765,3,2073,2321 -"168464",51017,3961,3,2073,2426 -"168465",51017,3966,2,2073,2425 -"168466",51017,4567,3,2073,2348 -"168467",51017,4671,3,2073,2280 -"168468",51017,4953,3,2073,2285 -"168469",51017,5041,3,2073,2371 -"168470",51017,5235,3,2073,2324 -"168471",51017,5315,3,2073,2631 -"168472",51017,5350,3,2073,2522 -"168473",51017,5580,3,2073,2111 -"168474",51017,6044,2,2073,2744 -"168475",51017,6074,2,2073,2426 -"168476",51017,6491,3,2073,2424 -"168477",51017,7847,3,2073,2424 -"168478",51017,8681,3,2073,2716 -"168479",51017,8762,3,2073,2585 -"168480",51017,9311,3,2073,2477 -"168481",51017,9362,3,2073,2879 -"168482",51017,9654,3,2073,2111 -"168483",51017,9695,3,2073,2143 -"168484",51017,10358,3,2073,2294 -"168485",51017,10513,1,2073,2284 -"168486",51017,10836,3,2073,2215 -"168487",51017,10843,3,2073,2277 -"168488",51017,11103,3,2073,2393 -"168489",51017,11218,3,2073,2292 -"168490",51017,12042,3,2073,2345 -"168491",51017,12528,3,2073,2589 -"168492",51017,13307,3,2073,2206 -"168493",51017,13324,3,2073,2163 -"168494",51017,14032,3,2073,2144 -"168495",51017,14252,3,2073,2244 -"168496",51017,14655,3,2073,2559 -"168497",51017,14834,2,2073,2739 -"168498",51017,15309,3,2073,2820 -"168499",51017,15315,3,2073,2173 -"168500",51017,15381,3,2073,2289 -"168501",51017,15626,2,2073,2434 -"168502",51017,16195,3,2073,2964 -"168503",51017,16332,3,2073,2668 -"168504",51017,16352,3,2073,2657 -"168505",51017,16826,3,2073,2599 -"168506",51017,17365,3,2073,2746 -"168507",51017,17819,2,2073,2291 -"168508",51017,18394,3,2073,2356 -"168509",51017,18874,3,2073,2170 -"168510",51017,19027,3,2073,2721 -"168511",51017,19719,3,2073,2177 -"168512",51017,19862,3,2073,2412 -"168513",51017,20067,3,2073,2390 -"168514",51017,20124,3,2073,2376 -"168515",51017,21012,3,2073,2325 -"168516",51017,21138,1,2073,2849 -"168517",51017,21682,2,2073,2414 -"168518",51017,21693,3,2073,2176 -"168519",51017,22141,2,2073,2348 -"168520",51017,22326,3,2073,2818 -"168521",51017,22331,3,2073,2687 -"168522",51017,22639,3,2073,2352 -"168523",51017,22714,3,2073,2793 -"168524",51017,22808,3,2073,2297 -"168525",51017,23310,3,2073,2371 -"168526",51017,23460,3,2073,2183 -"168527",51017,24060,3,2073,2349 -"168528",51017,24721,3,2073,2326 -"168529",51017,25129,3,2073,2647 -"168530",51017,25325,3,2073,2963 -"168531",51017,25508,3,2073,2081 -"168532",51017,26080,2,2073,2525 -"168533",51017,26749,3,2073,2965 -"168534",51017,29314,3,2073,2736 -"168535",51017,29930,3,2073,2240 -"168536",51017,30827,3,2073,2323 -"168537",51017,30981,3,2073,2366 -"168538",51017,31307,3,2073,2139 -"168539",51017,31799,3,2073,2547 -"168540",51017,32919,3,2073,2321 -"168541",51017,33430,3,2073,2225 -"168542",51017,33433,3,2073,2805 -"168543",51017,33475,3,2073,2367 -"168544",51017,33801,3,2073,2899 -"168545",51017,34735,3,2073,2767 -"168546",51017,34836,3,2073,2302 -"168547",51017,36962,3,2073,2861 -"168548",51017,38551,3,2073,2965 -"168549",51017,38780,3,2073,2705 -"168550",51017,41972,2,2073,2509 -"168551",51017,42129,2,2073,2318 -"168552",51017,42216,2,2073,2722 -"168553",51017,42474,3,2073,2322 -"168554",51017,43112,3,2073,2564 -"168555",51017,43173,3,2073,2895 -"168556",51017,43455,3,2073,2846 -"168557",51017,45302,2,2073,2390 -"168558",51017,45704,3,2073,2687 -"168559",51017,46950,3,2073,2673 -"168560",51017,47248,1,2073,2883 -"168561",51017,47386,3,2073,2226 -"168562",51017,47715,3,2073,2111 -"168563",51017,47772,3,2073,2293 -"168564",51017,48571,3,2073,2717 -"168565",51017,48820,3,2073,2769 -"168566",51017,50134,3,2073,2674 -"168567",51017,51035,1,2073,2397 -"168568",51017,51410,3,2073,2739 -"168569",51017,51853,3,2073,2520 -"168570",51017,51866,2,2073,2411 -"168571",51017,52576,3,2073,2234 -"168572",51017,53219,3,2073,2973 -"168573",51017,53323,2,2073,2677 -"168574",51017,53475,3,2073,2853 -"168575",51017,54929,3,2073,2783 -"168576",51017,56082,3,2073,2395 -"168577",51017,57977,3,2073,2683 -"168578",51017,58508,3,2073,2326 -"168579",51017,59113,3,2073,2434 -"168580",51017,64997,3,2073,2791 -"168581",51017,65007,3,2073,2530 -"168582",51017,66413,3,2073,2507 -"168583",51017,66983,2,2073,2397 -"168584",51017,66992,3,2073,2882 -"168585",51017,70269,3,2073,2368 -"168586",51017,70528,3,2073,2727 -"168587",51017,72207,3,2073,2430 -"168588",51017,72334,3,2073,2820 -"168589",51017,72468,3,2073,2292 -"168590",51017,80825,2,2073,2315 -"168591",51017,82949,3,2073,2077 -"168592",51017,84022,2,2073,2289 -"168593",51022,212,3,1499,1513 -"168594",51022,270,2,1499,2542 -"168595",51022,312,3,1499,2038 -"168596",51022,671,1,1499,2328 -"168597",51022,675,3,1499,1686 -"168598",51022,733,2,1499,1653 -"168599",51022,1046,3,1499,1881 -"168600",51022,1124,3,1499,1596 -"168601",51022,1136,3,1499,2536 -"168602",51022,1175,3,1499,1642 -"168603",51022,1897,3,1499,1727 -"168604",51022,2111,3,1499,1904 -"168605",51022,2224,3,1499,2751 -"168606",51022,2322,3,1499,1645 -"168607",51022,2424,1,1499,2582 -"168608",51022,2533,2,1499,2016 -"168609",51022,2563,3,1499,1686 -"168610",51022,3167,3,1499,1676 -"168611",51022,3242,2,1499,1730 -"168612",51022,3305,2,1499,2839 -"168613",51022,3966,3,1499,2425 -"168614",51022,4191,3,1499,2130 -"168615",51022,4618,3,1499,2607 -"168616",51022,4687,3,1499,2152 -"168617",51022,4953,3,1499,2285 -"168618",51022,4980,2,1499,2093 -"168619",51022,5504,3,1499,2389 -"168620",51022,5621,3,1499,1860 -"168621",51022,5725,3,1499,2789 -"168622",51022,6363,3,1499,2066 -"168623",51022,6449,3,1499,1997 -"168624",51022,6588,3,1499,2025 -"168625",51022,6602,3,1499,1631 -"168626",51022,7245,3,1499,2089 -"168627",51022,8533,3,1499,2251 -"168628",51022,8621,2,1499,1681 -"168629",51022,9175,3,1499,2639 -"168630",51022,9311,3,1499,2477 -"168631",51022,10404,2,1499,2062 -"168632",51022,10474,3,1499,1608 -"168633",51022,10488,3,1499,1524 -"168634",51022,10857,3,1499,2253 -"168635",51022,10890,1,1499,2639 -"168636",51022,11006,3,1499,1950 -"168637",51022,11440,3,1499,2026 -"168638",51022,12374,3,1499,2260 -"168639",51022,12449,3,1499,2067 -"168640",51022,13307,3,1499,2206 -"168641",51022,13929,3,1499,2693 -"168642",51022,14252,3,1499,2244 -"168643",51022,14507,3,1499,2686 -"168644",51022,15207,3,1499,1855 -"168645",51022,15539,3,1499,1929 -"168646",51022,15626,3,1499,2434 -"168647",51022,15716,3,1499,1991 -"168648",51022,15813,2,1499,2143 -"168649",51022,16201,3,1499,1811 -"168650",51022,16835,3,1499,1739 -"168651",51022,17357,3,1499,1536 -"168652",51022,17365,3,1499,2746 -"168653",51022,17852,3,1499,2840 -"168654",51022,17931,2,1499,1617 -"168655",51022,18394,3,1499,2356 -"168656",51022,19027,3,1499,2721 -"168657",51022,19248,3,1499,2357 -"168658",51022,19622,3,1499,2371 -"168659",51022,19719,3,1499,2177 -"168660",51022,19868,3,1499,2855 -"168661",51022,20419,3,1499,1587 -"168662",51022,20563,2,1499,2267 -"168663",51022,20700,3,1499,2861 -"168664",51022,20783,3,1499,2414 -"168665",51022,21012,3,1499,2325 -"168666",51022,21122,3,1499,1701 -"168667",51022,21164,3,1499,1645 -"168668",51022,21285,2,1499,2100 -"168669",51022,22884,3,1499,1608 -"168670",51022,23534,2,1499,1659 -"168671",51022,23704,3,1499,2278 -"168672",51022,23715,3,1499,1859 -"168673",51022,23729,3,1499,1624 -"168674",51022,23756,3,1499,2309 -"168675",51022,24612,3,1499,1875 -"168676",51022,24962,3,1499,2126 -"168677",51022,25129,3,1499,2647 -"168678",51022,25341,3,1499,1858 -"168679",51022,25577,3,1499,1946 -"168680",51022,25643,2,1499,1646 -"168681",51022,26436,2,1499,2489 -"168682",51022,26516,3,1499,2479 -"168683",51022,26570,2,1499,1669 -"168684",51022,26706,3,1499,1846 -"168685",51022,26749,3,1499,2965 -"168686",51022,27694,3,1499,2030 -"168687",51022,27753,2,1499,2750 -"168688",51022,28285,3,1499,2972 -"168689",51022,30052,3,1499,2855 -"168690",51022,30438,2,1499,1617 -"168691",51022,31799,3,1499,2547 -"168692",51022,32988,3,1499,2008 -"168693",51022,34136,3,1499,2202 -"168694",51022,34216,3,1499,2832 -"168695",51022,34492,2,1499,1798 -"168696",51022,34509,3,1499,1973 -"168697",51022,34820,3,1499,1630 -"168698",51022,34836,3,1499,2302 -"168699",51022,35095,3,1499,1502 -"168700",51022,37285,3,1499,2428 -"168701",51022,37418,3,1499,2710 -"168702",51022,38019,3,1499,1870 -"168703",51022,38307,3,1499,2648 -"168704",51022,38449,2,1499,1802 -"168705",51022,38887,3,1499,2468 -"168706",51022,40293,2,1499,1671 -"168707",51022,41402,3,1499,2313 -"168708",51022,41945,3,1499,2856 -"168709",51022,42175,3,1499,1594 -"168710",51022,42216,3,1499,2722 -"168711",51022,43385,3,1499,1623 -"168712",51022,43455,2,1499,2846 -"168713",51022,44427,3,1499,2875 -"168714",51022,45239,3,1499,2535 -"168715",51022,45343,3,1499,2360 -"168716",51022,45715,3,1499,2287 -"168717",51022,46629,2,1499,2255 -"168718",51022,47857,3,1499,2325 -"168719",51022,47947,3,1499,2681 -"168720",51022,48274,3,1499,1979 -"168721",51022,49189,3,1499,1550 -"168722",51022,49620,3,1499,1868 -"168723",51022,50667,3,1499,2719 -"168724",51022,50685,3,1499,2008 -"168725",51022,51041,3,1499,2606 -"168726",51022,51410,3,1499,2739 -"168727",51022,51853,3,1499,2520 -"168728",51022,51866,3,1499,2411 -"168729",51022,52576,2,1499,2234 -"168730",51022,53266,3,1499,2389 -"168731",51022,54551,3,1499,2348 -"168732",51022,54740,2,1499,2750 -"168733",51022,55082,3,1499,1856 -"168734",51022,55691,2,1499,2856 -"168735",51022,56317,3,1499,2030 -"168736",51022,57977,3,1499,2683 -"168737",51022,58035,2,1499,1646 -"168738",51022,58221,3,1499,1787 -"168739",51022,58451,3,1499,1939 -"168740",51022,58508,3,1499,2326 -"168741",51022,61982,2,1499,2725 -"168742",51022,62841,3,1499,2710 -"168743",51022,63515,3,1499,2023 -"168744",51022,64793,2,1499,2819 -"168745",51022,64997,3,1499,2791 -"168746",51022,68215,3,1499,2727 -"168747",51022,74095,3,1499,2333 -"168748",51022,76892,2,1499,2381 -"168749",51022,80678,3,1499,1595 -"168750",51022,81813,3,1499,1656 -"168751",51022,82767,2,1499,1641 -"168752",51022,82929,3,1499,2475 -"168753",51022,82949,3,1499,2077 -"168754",51022,88232,3,1499,2881 -"168755",51022,91841,3,1499,1521 -"168756",51035,270,3,2397,2542 -"168757",51035,997,3,2397,2788 -"168758",51035,3966,3,2397,2425 -"168759",51035,5350,3,2397,2522 -"168760",51035,6044,3,2397,2744 -"168761",51035,6074,2,2397,2426 -"168762",51035,6491,3,2397,2424 -"168763",51035,8681,3,2397,2716 -"168764",51035,8762,3,2397,2585 -"168765",51035,9362,3,2397,2879 -"168766",51035,12528,3,2397,2589 -"168767",51035,14655,3,2397,2559 -"168768",51035,14834,2,2397,2739 -"168769",51035,15626,3,2397,2434 -"168770",51035,17365,3,2397,2746 -"168771",51035,19862,3,2397,2412 -"168772",51035,21138,2,2397,2849 -"168773",51035,21682,2,2397,2414 -"168774",51035,26080,3,2397,2525 -"168775",51035,41972,3,2397,2509 -"168776",51035,42216,2,2397,2722 -"168777",51035,43455,3,2397,2846 -"168778",51035,46950,2,2397,2673 -"168779",51035,47248,2,2397,2883 -"168780",51035,48571,3,2397,2717 -"168781",51035,50134,3,2397,2674 -"168782",51035,51866,2,2397,2411 -"168783",51035,53219,3,2397,2973 -"168784",51035,53323,2,2397,2677 -"168785",51035,55438,3,2397,2863 -"168786",51035,62832,3,2397,2606 -"168787",51035,65007,3,2397,2530 -"168788",51035,66992,3,2397,2882 -"168789",51035,72207,3,2397,2430 -"168790",51038,9503,3,2400,2453 -"168791",51038,12577,2,2400,2530 -"168792",51038,16205,1,2400,2630 -"168793",51038,35980,3,2400,2657 -"168794",51041,701,2,2606,2718 -"168795",51041,1616,3,2606,2662 -"168796",51041,2684,3,2606,2874 -"168797",51041,3305,2,2606,2839 -"168798",51041,5725,3,2606,2789 -"168799",51041,9150,3,2606,2689 -"168800",51041,9184,2,2606,2670 -"168801",51041,10029,3,2606,2718 -"168802",51041,11351,3,2606,2971 -"168803",51041,12747,3,2606,2818 -"168804",51041,14507,3,2606,2686 -"168805",51041,16332,3,2606,2668 -"168806",51041,17365,3,2606,2746 -"168807",51041,19606,3,2606,2783 -"168808",51041,24825,3,2606,2686 -"168809",51041,26351,3,2606,2683 -"168810",51041,26582,3,2606,2772 -"168811",51041,26749,3,2606,2965 -"168812",51041,27275,3,2606,2656 -"168813",51041,27753,3,2606,2750 -"168814",51041,28285,3,2606,2972 -"168815",51041,38307,3,2606,2648 -"168816",51041,39087,3,2606,2765 -"168817",51041,41945,3,2606,2856 -"168818",51041,43455,2,2606,2846 -"168819",51041,47947,3,2606,2681 -"168820",51041,48605,3,2606,2796 -"168821",51041,50785,2,2606,2877 -"168822",51041,53219,3,2606,2973 -"168823",51041,61982,2,2606,2725 -"168824",51041,62841,3,2606,2710 -"168825",51041,64997,3,2606,2791 -"168826",51041,67652,3,2606,2736 -"168827",51041,68215,3,2606,2727 -"168828",51041,70046,3,2606,2624 -"168829",51052,6030,2,2784,2953 -"168830",51052,60257,3,2784,2795 -"168831",51052,68083,3,2784,2795 -"168832",51055,3896,2,2558,2693 -"168833",51055,4751,3,2558,2696 -"168834",51055,36646,3,2558,2744 -"168835",51055,42196,3,2558,2765 -"168836",51055,43520,3,2558,2560 -"168837",51084,8062,3,2188,2858 -"168838",51084,13842,3,2188,2250 -"168839",51084,72728,3,2188,2234 -"168840",51089,2424,3,2426,2582 -"168841",51089,8327,3,2426,2527 -"168842",51089,25480,3,2426,2747 -"168843",51089,33433,3,2426,2805 -"168844",51099,1556,3,262,643 -"168845",51099,2344,3,262,2752 -"168846",51099,2802,2,262,1836 -"168847",51099,6562,3,262,1139 -"168848",51099,7948,3,262,1584 -"168849",51099,9506,3,262,1012 -"168850",51099,9716,3,262,1929 -"168851",51099,9912,2,262,1356 -"168852",51099,10727,3,262,2082 -"168853",51099,10908,3,262,1134 -"168854",51099,11135,2,262,2441 -"168855",51099,15502,3,262,2637 -"168856",51099,16361,1,262,1641 -"168857",51099,19687,3,262,2072 -"168858",51099,20413,3,262,806 -"168859",51099,22571,2,262,655 -"168860",51099,24104,2,262,817 -"168861",51099,24116,3,262,1413 -"168862",51099,24441,3,262,2256 -"168863",51099,25270,3,262,985 -"168864",51099,25885,1,262,1223 -"168865",51099,25886,2,262,1580 -"168866",51099,26513,3,262,2205 -"168867",51099,26567,3,262,1158 -"168868",51099,41051,3,262,2767 -"168869",51099,45487,3,262,2256 -"168870",51099,47827,3,262,1957 -"168871",51099,48764,3,262,860 -"168872",51099,51448,3,262,1593 -"168873",51099,51678,3,262,1077 -"168874",51099,52185,3,262,1012 -"168875",51099,52820,1,262,306 -"168876",51099,68460,3,262,599 -"168877",51099,69887,3,262,357 -"168878",51099,80061,3,262,1223 -"168879",51099,80728,2,262,599 -"168880",51099,80784,3,262,1738 -"168881",51099,83007,2,262,2727 -"168882",51099,83228,3,262,732 -"168883",51099,83362,2,262,1877 -"168884",51099,89955,3,262,1452 -"168885",51099,93317,1,262,1223 -"168886",51099,95661,3,262,872 -"168887",51099,99955,2,262,1223 -"168888",51099,105867,3,262,1641 -"168889",51099,107993,3,262,999 -"168890",51099,112814,3,262,546 -"168891",51116,7515,3,1509,2737 -"168892",51116,13837,2,1509,1604 -"168893",51116,26706,3,1509,1846 -"168894",51116,40368,3,1509,2876 -"168895",51116,49189,3,1509,1550 -"168896",51116,59700,3,1509,2346 -"168897",51116,63409,3,1509,1937 -"168898",51116,92322,2,1509,2393 -"168899",51144,9785,3,2466,2951 -"168900",51144,12361,2,2466,2732 -"168901",51144,15826,3,2466,2772 -"168902",51144,17033,3,2466,2771 -"168903",51144,19655,2,2466,2706 -"168904",51144,20941,3,2466,2725 -"168905",51144,20984,3,2466,2502 -"168906",51144,26182,3,2466,2775 -"168907",51144,29473,3,2466,2602 -"168908",51144,36912,3,2466,2469 -"168909",51144,46982,2,2466,2806 -"168910",51144,64947,3,2466,2489 -"168911",51144,70583,3,2466,2615 -"168912",51148,380,3,1077,2261 -"168913",51148,3801,3,1077,1974 -"168914",51148,11429,3,1077,2520 -"168915",51148,11440,3,1077,2026 -"168916",51148,12728,3,1077,2374 -"168917",51148,17999,2,1077,2758 -"168918",51148,19248,3,1077,2357 -"168919",51148,23739,3,1077,2463 -"168920",51148,36662,3,1077,2967 -"168921",51148,48605,3,1077,2796 -"168922",51148,97811,3,1077,1288 -"168923",51148,100637,1,1077,1944 -"168924",51151,997,3,1195,2788 -"168925",51151,2418,3,1195,2020 -"168926",51151,2747,3,1195,2411 -"168927",51151,4665,2,1195,1569 -"168928",51151,10050,3,1195,1792 -"168929",51151,11588,3,1195,2352 -"168930",51151,14998,2,1195,1553 -"168931",51151,15826,3,1195,2772 -"168932",51151,16502,3,1195,1616 -"168933",51151,19820,3,1195,1935 -"168934",51151,20155,2,1195,1517 -"168935",51151,20545,3,1195,1491 -"168936",51151,28051,3,1195,2089 -"168937",51151,28116,3,1195,1643 -"168938",51151,31676,3,1195,1598 -"168939",51151,33017,3,1195,1493 -"168940",51151,38532,3,1195,1234 -"168941",51151,42256,3,1195,2839 -"168942",51151,42813,3,1195,2142 -"168943",51151,44433,3,1195,2224 -"168944",51151,44603,3,1195,2748 -"168945",51151,46486,3,1195,1868 -"168946",51151,51223,2,1195,2153 -"168947",51151,54924,3,1195,2603 -"168948",51151,92784,2,1195,1257 -"168949",51151,92850,3,1195,1971 -"168950",51151,99351,3,1195,2939 -"168951",51157,9615,3,2319,2464 -"168952",51157,10779,3,2319,2881 -"168953",51157,17852,2,2319,2840 -"168954",51157,20067,3,2319,2390 -"168955",51157,22331,3,2319,2687 -"168956",51157,23726,3,2319,2434 -"168957",51157,33160,3,2319,2441 -"168958",51157,34158,2,2319,2639 -"168959",51157,41664,3,2319,2641 -"168960",51157,51319,3,2319,2488 -"168961",51157,64219,1,2319,2705 -"168962",51173,1685,2,1829,2230 -"168963",51173,3477,3,1829,2546 -"168964",51173,6063,3,1829,2349 -"168965",51173,19002,3,1829,2053 -"168966",51173,22744,3,1829,1907 -"168967",51173,33223,3,1829,2397 -"168968",51173,79547,3,1829,1909 -"168969",51200,11429,3,2245,2520 -"168970",51200,20984,3,2245,2502 -"168971",51200,28837,3,2245,2286 -"168972",51200,32339,3,2245,2430 -"168973",51200,47595,2,2245,2374 -"168974",51212,2282,3,1801,2056 -"168975",51212,3158,2,1801,2762 -"168976",51212,4249,3,1801,2547 -"168977",51212,4784,3,1801,2511 -"168978",51212,6223,3,1801,2363 -"168979",51212,6345,3,1801,2713 -"168980",51212,9724,3,1801,2713 -"168981",51212,9740,3,1801,2233 -"168982",51212,9895,3,1801,1960 -"168983",51212,10146,2,1801,1878 -"168984",51212,10779,3,1801,2881 -"168985",51212,12966,3,1801,2011 -"168986",51212,14612,3,1801,2340 -"168987",51212,14957,3,1801,2306 -"168988",51212,15782,3,1801,2306 -"168989",51212,16963,3,1801,1999 -"168990",51212,17499,2,1801,2954 -"168991",51212,17695,3,1801,1930 -"168992",51212,18165,3,1801,2085 -"168993",51212,20695,3,1801,2526 -"168994",51212,30544,3,1801,2041 -"168995",51212,30697,3,1801,2891 -"168996",51212,42372,3,1801,2230 -"168997",51212,43728,3,1801,2308 -"168998",51212,43957,3,1801,1824 -"168999",51212,45297,3,1801,1864 -"169000",51212,53652,3,1801,2899 -"169001",51223,2747,3,2153,2411 -"169002",51223,15826,3,2153,2772 -"169003",51223,51774,3,2153,2459 -"169004",51243,1315,2,1389,2760 -"169005",51243,2181,3,1389,2030 -"169006",51243,3139,2,1389,1656 -"169007",51243,5622,3,1389,2175 -"169008",51243,7013,3,1389,2040 -"169009",51243,9184,3,1389,2670 -"169010",51243,9893,3,1389,2701 -"169011",51243,12901,3,1389,2136 -"169012",51243,13479,3,1389,2155 -"169013",51243,17354,3,1389,2250 -"169014",51243,21285,3,1389,2100 -"169015",51243,21479,3,1389,2134 -"169016",51243,23312,2,1389,2449 -"169017",51243,27427,2,1389,2325 -"169018",51243,27694,3,1389,2030 -"169019",51243,33672,3,1389,2396 -"169020",51243,39294,3,1389,1889 -"169021",51243,40707,3,1389,1547 -"169022",51243,43490,3,1389,2463 -"169023",51243,44654,3,1389,2916 -"169024",51243,44676,2,1389,2629 -"169025",51243,46040,3,1389,2105 -"169026",51243,47064,3,1389,1993 -"169027",51243,53604,3,1389,2489 -"169028",51243,87837,3,1389,1987 -"169029",51250,40138,3,2683,2719 -"169030",51265,7252,3,2670,2799 -"169031",51265,64534,3,2670,2924 -"169032",51265,81237,3,2670,2866 -"169033",51319,5239,3,2488,2875 -"169034",51319,16826,3,2488,2599 -"169035",51319,17852,3,2488,2840 -"169036",51319,34158,1,2488,2639 -"169037",51319,40487,2,2488,2512 -"169038",51319,61337,3,2488,2777 -"169039",51319,67957,3,2488,2823 -"169040",51338,9491,3,1013,1960 -"169041",51338,9650,3,1013,1167 -"169042",51338,12943,2,1013,1902 -"169043",51338,14918,3,1013,2071 -"169044",51338,20419,3,1013,1587 -"169045",51338,21079,3,1013,1997 -"169046",51338,25698,3,1013,2009 -"169047",51338,36862,2,1013,2655 -"169048",51360,4361,3,1882,2571 -"169049",51360,5962,2,1882,2491 -"169050",51360,6119,2,1882,2358 -"169051",51360,7997,3,1882,2049 -"169052",51360,10336,2,1882,2271 -"169053",51360,11029,3,1882,2362 -"169054",51360,11429,3,1882,2520 -"169055",51360,16286,2,1882,2470 -"169056",51360,27280,3,1882,1965 -"169057",51360,32606,3,1882,2100 -"169058",51360,37036,3,1882,2264 -"169059",51360,60952,3,1882,2076 -"169060",51364,25480,2,2660,2747 -"169061",51379,1262,3,1462,2973 -"169062",51379,1386,3,1462,1901 -"169063",51379,3695,3,1462,2612 -"169064",51379,5491,3,1462,2048 -"169065",51379,7078,3,1462,2344 -"169066",51379,7394,3,1462,2615 -"169067",51379,9030,3,1462,1979 -"169068",51379,14709,3,1462,1901 -"169069",51379,18151,3,1462,2962 -"169070",51379,18366,3,1462,2699 -"169071",51379,19872,3,1462,2913 -"169072",51379,21795,2,1462,2653 -"169073",51379,28923,3,1462,2362 -"169074",51379,30081,3,1462,2403 -"169075",51379,34327,3,1462,2959 -"169076",51379,36950,3,1462,2204 -"169077",51379,47140,3,1462,2439 -"169078",51379,59522,3,1462,1516 -"169079",51386,512,3,459,1596 -"169080",51386,1036,3,459,1367 -"169081",51386,1355,3,459,2473 -"169082",51386,3164,3,459,2693 -"169083",51386,3395,3,459,1382 -"169084",51386,3628,3,459,2707 -"169085",51386,5018,3,459,640 -"169086",51386,5429,3,459,1991 -"169087",51386,6603,3,459,2185 -"169088",51386,7013,3,459,2040 -"169089",51386,7786,3,459,508 -"169090",51386,10472,3,459,859 -"169091",51386,11055,3,459,2111 -"169092",51386,11440,3,459,2026 -"169093",51386,12778,3,459,2045 -"169094",51386,14108,3,459,2012 -"169095",51386,17502,2,459,869 -"169096",51386,18211,2,459,1745 -"169097",51386,20292,3,459,2755 -"169098",51386,20311,3,459,1981 -"169099",51386,21617,3,459,516 -"169100",51386,21955,3,459,2832 -"169101",51386,23280,3,459,536 -"169102",51386,23509,2,459,2275 -"169103",51386,26451,3,459,2133 -"169104",51386,26621,3,459,1100 -"169105",51386,27001,3,459,1761 -"169106",51386,27480,3,459,582 -"169107",51386,27849,3,459,1316 -"169108",51386,28057,3,459,1067 -"169109",51386,31691,3,459,1657 -"169110",51386,34314,3,459,630 -"169111",51386,39535,3,459,2428 -"169112",51386,41033,2,459,1839 -"169113",51386,41901,2,459,630 -"169114",51386,42725,3,459,630 -"169115",51386,43169,3,459,594 -"169116",51386,43226,3,459,2442 -"169117",51386,50235,3,459,726 -"169118",51386,54695,3,459,2429 -"169119",51386,57990,2,459,978 -"169120",51386,58854,3,459,1131 -"169121",51386,71274,3,459,2390 -"169122",51386,88209,3,459,663 -"169123",51386,92592,3,459,486 -"169124",51386,94444,2,459,1554 -"169125",51386,99953,3,459,581 -"169126",51386,101986,3,459,813 -"169127",51399,1257,3,934,1212 -"169128",51399,2724,3,934,2447 -"169129",51399,3272,3,934,2132 -"169130",51399,3477,3,934,2546 -"169131",51399,4691,3,934,1888 -"169132",51399,4968,2,934,1586 -"169133",51399,6040,3,934,2103 -"169134",51399,6063,3,934,2349 -"169135",51399,9273,3,934,1747 -"169136",51399,12598,3,934,2086 -"169137",51399,12779,3,934,936 -"169138",51399,13930,3,934,1274 -"169139",51399,15023,2,934,2054 -"169140",51399,18217,3,934,1566 -"169141",51399,19075,3,934,2214 -"169142",51399,19667,3,934,1466 -"169143",51399,20547,2,934,2145 -"169144",51399,20739,2,934,2025 -"169145",51399,25518,2,934,1955 -"169146",51399,25678,3,934,1558 -"169147",51399,31357,3,934,2389 -"169148",51399,33223,3,934,2397 -"169149",51399,34431,3,934,2319 -"169150",51399,39893,3,934,1601 -"169151",51399,40542,3,934,1664 -"169152",51399,51843,2,934,2389 -"169153",51399,54385,2,934,2340 -"169154",51399,63104,3,934,2149 -"169155",51399,69308,3,934,2370 -"169156",51399,76295,3,934,1001 -"169157",51399,78611,3,934,1586 -"169158",51399,80615,3,934,2252 -"169159",51399,84808,2,934,1974 -"169160",51399,93590,3,934,1188 -"169161",51399,94513,2,934,1102 -"169162",51399,98436,3,934,1212 -"169163",51399,110737,2,934,2117 -"169164",51399,110874,3,934,1390 -"169165",51410,5725,3,2739,2789 -"169166",51410,10130,3,2739,2741 -"169167",51410,10148,3,2739,2964 -"169168",51410,22714,3,2739,2793 -"169169",51410,23011,3,2739,2763 -"169170",51410,27753,2,2739,2750 -"169171",51410,34216,3,2739,2832 -"169172",51410,47248,3,2739,2883 -"169173",51410,54740,3,2739,2750 -"169174",51410,64793,3,2739,2819 -"169175",51410,64967,3,2739,2872 -"169176",51410,64997,3,2739,2791 -"169177",51410,102824,3,2739,2944 -"169178",51414,42,3,929,2265 -"169179",51414,600,3,929,1702 -"169180",51414,913,3,929,2144 -"169181",51414,1090,3,929,2370 -"169182",51414,1321,3,929,2075 -"169183",51414,1676,3,929,1198 -"169184",51414,3352,3,929,1707 -"169185",51414,6255,3,929,2895 -"169186",51414,7078,3,929,2344 -"169187",51414,12767,1,929,2329 -"169188",51414,15207,3,929,1855 -"169189",51414,16497,3,929,2370 -"169190",51414,17698,3,929,1559 -"169191",51414,19528,2,929,2742 -"169192",51414,24568,3,929,1937 -"169193",51414,26608,2,929,2329 -"169194",51414,29215,2,929,2246 -"169195",51414,49965,3,929,2301 -"169196",51414,52735,3,929,1124 -"169197",51414,63409,3,929,1937 -"169198",51414,66756,3,929,1301 -"169199",51448,3100,3,1593,2524 -"169200",51448,3403,3,1593,2951 -"169201",51448,3786,3,1593,2282 -"169202",51448,6071,3,1593,2310 -"169203",51448,9050,2,1593,2026 -"169204",51448,9727,2,1593,2327 -"169205",51448,11135,1,1593,2441 -"169206",51448,12031,3,1593,1957 -"169207",51448,13528,3,1593,1891 -"169208",51448,15502,1,1593,2637 -"169209",51448,16566,3,1593,2019 -"169210",51448,16833,2,1593,1661 -"169211",51448,19057,3,1593,2664 -"169212",51448,19687,2,1593,2072 -"169213",51448,19972,2,1593,2078 -"169214",51448,21895,2,1593,1693 -"169215",51448,21976,3,1593,1808 -"169216",51448,22249,3,1593,1892 -"169217",51448,23639,2,1593,2065 -"169218",51448,23731,3,1593,1656 -"169219",51448,24441,3,1593,2256 -"169220",51448,28567,3,1593,2398 -"169221",51448,32235,3,1593,2109 -"169222",51448,34441,3,1593,1661 -"169223",51448,35911,3,1593,2370 -"169224",51448,36487,3,1593,2622 -"169225",51448,42486,3,1593,1951 -"169226",51448,45487,2,1593,2256 -"169227",51448,47130,3,1593,2654 -"169228",51448,47827,3,1593,1957 -"169229",51448,53498,3,1593,1967 -"169230",51448,55436,3,1593,2513 -"169231",51448,56673,3,1593,2419 -"169232",51448,61513,3,1593,2948 -"169233",51448,73915,3,1593,2568 -"169234",51448,104659,2,1593,2026 -"169235",51448,108872,3,1593,1810 -"169236",51460,3711,3,1872,2360 -"169237",51460,16542,3,1872,2039 -"169238",51460,19656,3,1872,2059 -"169239",51460,24753,3,1872,2860 -"169240",51460,24793,3,1872,1993 -"169241",51460,30096,3,1872,2082 -"169242",51460,42382,3,1872,2224 -"169243",51460,44407,3,1872,2154 -"169244",51460,62852,3,1872,2067 -"169245",51460,76666,3,1872,1908 -"169246",51460,83907,3,1872,2056 -"169247",51470,270,3,399,2542 -"169248",51470,2269,3,399,984 -"169249",51470,2424,3,399,2582 -"169250",51470,4889,3,399,1501 -"169251",51470,4953,1,399,2285 -"169252",51470,5716,3,399,1058 -"169253",51470,5986,3,399,1721 -"169254",51470,6044,2,399,2744 -"169255",51470,6366,3,399,798 -"169256",51470,7794,3,399,2972 -"169257",51470,7795,3,399,2789 -"169258",51470,8513,3,399,875 -"169259",51470,9751,3,399,1397 -"169260",51470,10327,3,399,485 -"169261",51470,11218,3,399,2292 -"169262",51470,12042,2,399,2345 -"169263",51470,12081,3,399,2166 -"169264",51470,12729,3,399,1835 -"169265",51470,14252,3,399,2244 -"169266",51470,15008,3,399,2338 -"169267",51470,15381,2,399,2289 -"169268",51470,15729,3,399,2338 -"169269",51470,16352,3,399,2657 -"169270",51470,16628,3,399,2409 -"169271",51470,17365,3,399,2746 -"169272",51470,17400,3,399,2231 -"169273",51470,17826,3,399,2920 -"169274",51470,17867,3,399,1904 -"169275",51470,20153,3,399,1868 -"169276",51470,21029,1,399,1943 -"169277",51470,23806,3,399,1671 -"169278",51470,24253,3,399,2213 -"169279",51470,25213,2,399,2338 -"169280",51470,26080,3,399,2525 -"169281",51470,28296,3,399,2944 -"169282",51470,29289,3,399,1756 -"169283",51470,31159,3,399,2231 -"169284",51470,31295,3,399,2183 -"169285",51470,34945,3,399,1298 -"169286",51470,37238,3,399,2609 -"169287",51470,38307,2,399,2648 -"169288",51470,41064,3,399,1201 -"169289",51470,41945,3,399,2856 -"169290",51470,41972,3,399,2509 -"169291",51470,43455,2,399,2846 -"169292",51470,43796,3,399,2476 -"169293",51470,45939,3,399,1930 -"169294",51470,46629,3,399,2255 -"169295",51470,47248,3,399,2883 -"169296",51470,49470,3,399,1528 -"169297",51470,50113,3,399,2059 -"169298",51470,51017,3,399,2073 -"169299",51470,51866,3,399,2411 -"169300",51470,52032,3,399,2853 -"169301",51470,52892,3,399,2372 -"169302",51470,61982,3,399,2725 -"169303",51470,63442,1,399,1965 -"169304",51470,63547,3,399,1023 -"169305",51470,70573,3,399,1993 -"169306",51470,88955,2,399,795 -"169307",51470,121319,3,399,657 -"169308",51471,23,3,1280,1682 -"169309",51471,135,3,1280,2233 -"169310",51471,312,3,1280,2038 -"169311",51471,913,3,1280,2144 -"169312",51471,3164,3,1280,2693 -"169313",51471,4360,3,1280,1770 -"169314",51471,5072,3,1280,2175 -"169315",51471,5350,3,1280,2522 -"169316",51471,5405,3,1280,1510 -"169317",51471,5429,3,1280,1991 -"169318",51471,5449,3,1280,1723 -"169319",51471,5622,2,1280,2175 -"169320",51471,6030,3,1280,2953 -"169321",51471,6047,3,1280,2004 -"169322",51471,6417,3,1280,1675 -"169323",51471,9328,2,1280,1937 -"169324",51471,10488,3,1280,1524 -"169325",51471,10857,2,1280,2253 -"169326",51471,11218,3,1280,2292 -"169327",51471,11620,3,1280,2010 -"169328",51471,12375,3,1280,1873 -"169329",51471,14032,3,1280,2144 -"169330",51471,15402,2,1280,1281 -"169331",51471,16352,3,1280,2657 -"169332",51471,17400,3,1280,2231 -"169333",51471,18244,3,1280,1622 -"169334",51471,18348,3,1280,1711 -"169335",51471,18366,2,1280,2699 -"169336",51471,19248,3,1280,2357 -"169337",51471,19622,3,1280,2371 -"169338",51471,21795,3,1280,2653 -"169339",51471,22566,3,1280,2308 -"169340",51471,23509,3,1280,2275 -"169341",51471,23725,3,1280,2378 -"169342",51471,24259,3,1280,1281 -"169343",51471,25832,3,1280,1689 -"169344",51471,25971,2,1280,2608 -"169345",51471,26366,3,1280,1688 -"169346",51471,27275,3,1280,2656 -"169347",51471,27849,3,1280,1316 -"169348",51471,28050,3,1280,1955 -"169349",51471,28168,3,1280,2702 -"169350",51471,28296,3,1280,2944 -"169351",51471,31050,3,1280,1491 -"169352",51471,31281,3,1280,1937 -"169353",51471,32694,3,1280,1602 -"169354",51471,34480,1,1280,2755 -"169355",51471,34735,2,1280,2767 -"169356",51471,35926,3,1280,2371 -"169357",51471,39294,2,1280,1889 -"169358",51471,42619,3,1280,2017 -"169359",51471,43213,3,1280,2160 -"169360",51471,45684,3,1280,2200 -"169361",51471,46196,3,1280,1510 -"169362",51471,49608,3,1280,2184 -"169363",51471,52136,3,1280,1412 -"169364",51471,53196,3,1280,1888 -"169365",51471,53219,3,1280,2973 -"169366",51471,54551,2,1280,2348 -"169367",51471,56082,3,1280,2395 -"169368",51471,57246,3,1280,1873 -"169369",51471,57405,3,1280,2344 -"169370",51471,67383,2,1280,1739 -"169371",51471,69250,3,1280,1439 -"169372",51471,72207,2,1280,2430 -"169373",51471,76048,3,1280,2373 -"169374",51471,76892,3,1280,2381 -"169375",51471,81865,3,1280,2704 -"169376",51487,854,2,520,2307 -"169377",51487,915,3,520,1793 -"169378",51487,2609,3,520,834 -"169379",51487,2894,3,520,1291 -"169380",51487,3495,3,520,2431 -"169381",51487,4504,2,520,1905 -"169382",51487,14328,3,520,1725 -"169383",51487,16310,2,520,2796 -"169384",51487,17943,3,520,1943 -"169385",51487,24512,3,520,1369 -"169386",51487,26234,3,520,2183 -"169387",51487,29454,3,520,2719 -"169388",51487,30236,2,520,2238 -"169389",51487,38732,2,520,2263 -"169390",51487,41764,3,520,2409 -"169391",51487,56026,3,520,908 -"169392",51487,56520,3,520,571 -"169393",51487,102133,3,520,1165 -"169394",51499,1787,3,649,1707 -"169395",51499,3678,3,649,1325 -"169396",51499,6234,3,649,2654 -"169397",51499,6235,3,649,1585 -"169398",51499,11259,3,649,1356 -"169399",51499,14584,3,649,1573 -"169400",51499,15150,2,649,2801 -"169401",51499,15594,3,649,753 -"169402",51499,19767,3,649,1041 -"169403",51499,20921,3,649,723 -"169404",51499,23493,3,649,706 -"169405",51499,24044,3,649,1076 -"169406",51499,30194,3,649,2874 -"169407",51499,31259,3,649,2082 -"169408",51499,32079,3,649,2315 -"169409",51499,39723,3,649,778 -"169410",51499,41381,3,649,829 -"169411",51499,42998,3,649,1978 -"169412",51499,49415,1,649,2654 -"169413",51499,49913,3,649,2444 -"169414",51499,50899,3,649,2125 -"169415",51499,52953,3,649,1741 -"169416",51499,65568,3,649,1699 -"169417",51499,68398,3,649,978 -"169418",51499,73629,2,649,1713 -"169419",51499,76505,1,649,2123 -"169420",51499,76931,2,649,1338 -"169421",51499,76997,3,649,2223 -"169422",51499,90429,2,649,1684 -"169423",51499,94495,3,649,989 -"169424",51499,97615,3,649,1198 -"169425",51499,103312,3,649,1216 -"169426",51499,113333,3,649,1018 -"169427",51499,113498,3,649,2568 -"169428",51505,1708,3,1572,1591 -"169429",51505,3158,2,1572,2762 -"169430",51505,4249,3,1572,2547 -"169431",51505,4634,2,1572,2291 -"169432",51505,6223,3,1572,2363 -"169433",51505,8463,2,1572,2466 -"169434",51505,8607,3,1572,1685 -"169435",51505,9269,3,1572,1892 -"169436",51505,9724,3,1572,2713 -"169437",51505,9895,3,1572,1960 -"169438",51505,9910,3,1572,2526 -"169439",51505,9948,3,1572,2019 -"169440",51505,10701,3,1572,2000 -"169441",51505,12966,1,1572,2011 -"169442",51505,14470,3,1572,2632 -"169443",51505,14490,3,1572,2291 -"169444",51505,14957,2,1572,2306 -"169445",51505,15782,2,1572,2306 -"169446",51505,16347,3,1572,1868 -"169447",51505,16963,1,1572,1999 -"169448",51505,17695,3,1572,1930 -"169449",51505,20695,2,1572,2526 -"169450",51505,20709,3,1572,1757 -"169451",51505,26597,3,1572,2070 -"169452",51505,36478,3,1572,2808 -"169453",51505,41350,3,1572,1935 -"169454",51505,41489,3,1572,2006 -"169455",51505,42390,3,1572,2937 -"169456",51505,43701,3,1572,2400 -"169457",51505,44132,3,1572,1999 -"169458",51505,45297,3,1572,1864 -"169459",51505,47607,3,1572,2724 -"169460",51505,47882,3,1572,2769 -"169461",51505,49142,2,1572,2289 -"169462",51505,49379,3,1572,1573 -"169463",51505,52386,3,1572,1830 -"169464",51505,53584,3,1572,2391 -"169465",51505,56364,3,1572,1626 -"169466",51505,66368,3,1572,2413 -"169467",51505,69260,2,1572,1698 -"169468",51505,82217,3,1572,2441 -"169469",51505,84235,2,1572,1639 -"169470",51505,84591,3,1572,1685 -"169471",51516,1708,3,1361,1591 -"169472",51516,12084,3,1361,1960 -"169473",51516,14772,3,1361,2386 -"169474",51516,16910,3,1361,1978 -"169475",51516,25530,3,1361,2884 -"169476",51516,34729,3,1361,1506 -"169477",51516,42175,2,1361,1594 -"169478",51516,46602,3,1361,2786 -"169479",51516,56396,3,1361,2408 -"169480",51516,60966,2,1361,2734 -"169481",51516,73266,3,1361,2496 -"169482",51546,1702,3,1369,1984 -"169483",51546,3255,3,1369,2504 -"169484",51546,3886,3,1369,1669 -"169485",51546,10370,3,1369,2224 -"169486",51546,10779,3,1369,2881 -"169487",51546,12518,1,1369,2747 -"169488",51546,15713,3,1369,1646 -"169489",51546,24816,3,1369,2161 -"169490",51546,26818,3,1369,1999 -"169491",51546,26903,3,1369,2092 -"169492",51546,27030,2,1369,2031 -"169493",51546,27377,2,1369,1724 -"169494",51546,35037,3,1369,2974 -"169495",51546,35045,3,1369,1646 -"169496",51546,36554,2,1369,1649 -"169497",51546,40129,3,1369,2162 -"169498",51546,43978,3,1369,2698 -"169499",51546,44769,3,1369,2411 -"169500",51546,49759,3,1369,2400 -"169501",51546,73205,3,1369,1529 -"169502",51546,96435,3,1369,2765 -"169503",51572,1592,3,912,2006 -"169504",51572,1691,3,912,1941 -"169505",51572,4763,3,912,1960 -"169506",51572,5258,3,912,2730 -"169507",51572,5839,3,912,2301 -"169508",51572,6252,3,912,2336 -"169509",51572,6390,3,912,2385 -"169510",51572,11351,3,912,2971 -"169511",51572,14108,3,912,2012 -"169512",51572,15607,3,912,1421 -"169513",51572,18502,3,912,1033 -"169514",51572,18543,2,912,2968 -"169515",51572,19718,2,912,1702 -"169516",51572,20407,3,912,2339 -"169517",51572,21133,3,912,1320 -"169518",51572,21682,3,912,2414 -"169519",51572,22141,3,912,2348 -"169520",51572,25816,3,912,2088 -"169521",51572,28808,3,912,1063 -"169522",51572,29948,3,912,2795 -"169523",51572,31279,3,912,965 -"169524",51572,31799,3,912,2547 -"169525",51572,32503,3,912,2020 -"169526",51572,34945,3,912,1298 -"169527",51572,36439,3,912,2469 -"169528",51572,37509,3,912,1640 -"169529",51572,38213,3,912,1744 -"169530",51572,42619,3,912,2017 -"169531",51572,43173,2,912,2895 -"169532",51572,43226,3,912,2442 -"169533",51572,44427,3,912,2875 -"169534",51572,44636,3,912,1026 -"169535",51572,46621,3,912,1343 -"169536",51572,49620,3,912,1868 -"169537",51572,50179,3,912,2230 -"169538",51572,52136,3,912,1412 -"169539",51572,52327,3,912,1472 -"169540",51572,54663,3,912,1424 -"169541",51572,58284,3,912,2292 -"169542",51572,62488,3,912,1418 -"169543",51572,74636,3,912,2525 -"169544",51572,79436,3,912,1344 -"169545",51572,82401,3,912,1210 -"169546",51572,88232,3,912,2881 -"169547",51572,97824,3,912,1229 -"169548",51572,100140,3,912,1041 -"169549",51572,121291,3,912,1955 -"169550",51610,15444,3,2635,2764 -"169551",51610,16866,3,2635,2718 -"169552",51610,18865,3,2635,2676 -"169553",51610,29454,3,2635,2719 -"169554",51610,44688,3,2635,2924 -"169555",51610,50480,1,2635,2701 -"169556",51610,56910,3,2635,2705 -"169557",51616,5785,2,761,1261 -"169558",51616,11694,3,761,1564 -"169559",51616,14482,3,761,1573 -"169560",51616,16539,3,761,1947 -"169561",51616,17520,3,761,2276 -"169562",51616,20311,3,761,1981 -"169563",51616,25680,3,761,1618 -"169564",51616,26582,3,761,2772 -"169565",51616,27860,3,761,1588 -"169566",51616,28130,3,761,908 -"169567",51616,29095,3,761,2531 -"169568",51616,30883,2,761,1629 -"169569",51616,31243,3,761,1355 -"169570",51616,33010,3,761,2189 -"169571",51616,33801,3,761,2899 -"169572",51616,52457,3,761,849 -"169573",51616,62538,3,761,1656 -"169574",51616,78184,3,761,937 -"169575",51616,87720,3,761,2086 -"169576",51616,89826,3,761,2033 -"169577",51616,96911,3,761,956 -"169578",51626,5725,3,2494,2789 -"169579",51626,26359,3,2494,2535 -"169580",51626,28285,3,2494,2972 -"169581",51626,47947,2,2494,2681 -"169582",51626,51783,3,2494,2599 -"169583",51628,1592,3,901,2006 -"169584",51628,1691,3,901,1941 -"169585",51628,2028,2,901,1978 -"169586",51628,2901,3,901,1156 -"169587",51628,2972,2,901,1708 -"169588",51628,6104,3,901,2462 -"169589",51628,6252,3,901,2336 -"169590",51628,9950,3,901,920 -"169591",51628,11434,3,901,1187 -"169592",51628,11662,1,901,1139 -"169593",51628,12779,3,901,936 -"169594",51628,13248,3,901,1385 -"169595",51628,13837,3,901,1604 -"169596",51628,14108,3,901,2012 -"169597",51628,15636,3,901,2857 -"169598",51628,15930,3,901,2541 -"169599",51628,16111,3,901,1714 -"169600",51628,18543,3,901,2968 -"169601",51628,20407,3,901,2339 -"169602",51628,21133,3,901,1320 -"169603",51628,23787,2,901,2810 -"169604",51628,28808,3,901,1063 -"169605",51628,29095,2,901,2531 -"169606",51628,29170,3,901,1846 -"169607",51628,38213,1,901,1744 -"169608",51628,46621,3,901,1343 -"169609",51628,49620,2,901,1868 -"169610",51628,52136,3,901,1412 -"169611",51628,55084,3,901,1189 -"169612",51628,58489,2,901,1068 -"169613",51628,74636,2,901,2525 -"169614",51628,88232,3,901,2881 -"169615",51628,92322,3,901,2393 -"169616",51628,93280,3,901,1053 -"169617",51647,270,3,1382,2542 -"169618",51647,377,3,1382,2389 -"169619",51647,543,3,1382,2203 -"169620",51647,1124,3,1382,1596 -"169621",51647,1151,3,1382,2885 -"169622",51647,1777,3,1382,1965 -"169623",51647,2484,3,1382,2389 -"169624",51647,4057,3,1382,2389 -"169625",51647,5457,3,1382,2077 -"169626",51647,6031,2,1382,1611 -"169627",51647,7323,3,1382,2858 -"169628",51647,7548,3,1382,1932 -"169629",51647,10488,3,1382,1524 -"169630",51647,10843,3,1382,2277 -"169631",51647,12729,3,1382,1835 -"169632",51647,13307,3,1382,2206 -"169633",51647,14723,3,1382,2019 -"169634",51647,18394,3,1382,2356 -"169635",51647,19173,3,1382,1686 -"169636",51647,19606,3,1382,2783 -"169637",51647,20407,3,1382,2339 -"169638",51647,21719,3,1382,2708 -"169639",51647,22749,3,1382,1727 -"169640",51647,30410,3,1382,1966 -"169641",51647,31705,3,1382,2706 -"169642",51647,33040,3,1382,2106 -"169643",51647,33433,3,1382,2805 -"169644",51647,35256,3,1382,2271 -"169645",51647,37570,3,1382,2389 -"169646",51647,51460,3,1382,1872 -"169647",51647,55324,3,1382,1544 -"169648",51647,56082,3,1382,2395 -"169649",51647,58993,3,1382,2390 -"169650",51647,74190,3,1382,1428 -"169651",51678,916,3,1077,2718 -"169652",51678,1222,3,1077,2598 -"169653",51678,1560,3,1077,2013 -"169654",51678,2443,3,1077,2333 -"169655",51678,2802,1,1077,1836 -"169656",51678,3324,3,1077,1198 -"169657",51678,5414,3,1077,2321 -"169658",51678,6262,3,1077,2733 -"169659",51678,11897,2,1077,1271 -"169660",51678,13150,3,1077,1570 -"169661",51678,15047,3,1077,1697 -"169662",51678,16361,3,1077,1641 -"169663",51678,17884,3,1077,1677 -"169664",51678,17999,2,1077,2758 -"169665",51678,18466,3,1077,2340 -"169666",51678,18610,3,1077,2141 -"169667",51678,19190,3,1077,2677 -"169668",51678,20604,2,1077,1684 -"169669",51678,23731,3,1077,1656 -"169670",51678,23739,3,1077,2463 -"169671",51678,25885,3,1077,1223 -"169672",51678,25886,3,1077,1580 -"169673",51678,36662,2,1077,2967 -"169674",51678,42280,3,1077,2266 -"169675",51678,46531,3,1077,1737 -"169676",51678,47130,3,1077,2654 -"169677",51678,54061,3,1077,1488 -"169678",51678,56168,2,1077,1466 -"169679",51678,57037,3,1077,2293 -"169680",51678,63525,3,1077,2741 -"169681",51678,66017,3,1077,1545 -"169682",51678,76997,3,1077,2223 -"169683",51678,79772,3,1077,1230 -"169684",51678,79793,3,1077,1915 -"169685",51678,82917,3,1077,2371 -"169686",51678,83334,3,1077,1708 -"169687",51678,94339,3,1077,2768 -"169688",51687,2206,3,2333,2536 -"169689",51687,7014,3,2333,2401 -"169690",51687,10766,3,2333,2647 -"169691",51687,11136,3,2333,2573 -"169692",51687,13780,3,2333,2412 -"169693",51687,15567,3,2333,2671 -"169694",51687,24096,3,2333,2612 -"169695",51687,30870,2,2333,2370 -"169696",51687,35980,3,2333,2657 -"169697",51687,37279,3,2333,2768 -"169698",51687,37929,3,2333,2393 -"169699",51687,45729,3,2333,2606 -"169700",51687,46261,3,2333,2350 -"169701",51687,46870,3,2333,2473 -"169702",51687,47595,3,2333,2374 -"169703",51687,54718,3,2333,2473 -"169704",51687,59243,3,2333,2770 -"169705",51687,63641,3,2333,2337 -"169706",51687,71531,3,2333,2887 -"169707",51758,798,3,2310,2476 -"169708",51758,7896,1,2310,2447 -"169709",51758,8623,3,2310,2463 -"169710",51758,9241,3,2310,2338 -"169711",51758,19208,3,2310,2629 -"169712",51758,19605,3,2310,2395 -"169713",51758,32202,3,2310,2314 -"169714",51758,35477,3,2310,2703 -"169715",51758,47529,3,2310,2914 -"169716",51774,2979,3,2459,2912 -"169717",51774,7942,3,2459,2623 -"169718",51774,19433,3,2459,2504 -"169719",51774,27686,3,2459,2844 -"169720",51774,36487,3,2459,2622 -"169721",51783,371,3,2599,2950 -"169722",51783,3978,3,2599,2775 -"169723",51783,4932,3,2599,2752 -"169724",51783,5120,3,2599,2735 -"169725",51783,7252,3,2599,2799 -"169726",51783,8062,2,2599,2858 -"169727",51783,9332,3,2599,2734 -"169728",51783,9787,3,2599,2858 -"169729",51783,10200,3,2599,2920 -"169730",51783,11329,3,2599,2799 -"169731",51783,11477,2,2599,2724 -"169732",51783,12361,3,2599,2732 -"169733",51783,12747,3,2599,2818 -"169734",51783,17037,3,2599,2947 -"169735",51783,17999,3,2599,2758 -"169736",51783,18371,2,2599,2860 -"169737",51783,20423,3,2599,2654 -"169738",51783,22326,3,2599,2818 -"169739",51783,22709,3,2599,2743 -"169740",51783,24086,3,2599,2663 -"169741",51783,25373,2,2599,2783 -"169742",51783,26642,3,2599,2952 -"169743",51783,26658,3,2599,2745 -"169744",51783,29929,3,2599,2789 -"169745",51783,30705,2,2599,2959 -"169746",51783,31700,3,2599,2727 -"169747",51783,35815,3,2599,2789 -"169748",51783,36953,2,2599,2790 -"169749",51783,37238,3,2599,2609 -"169750",51783,37342,3,2599,2649 -"169751",51783,38800,2,2599,2756 -"169752",51783,53219,3,2599,2973 -"169753",51783,58521,3,2599,2950 -"169754",51783,62739,3,2599,2753 -"169755",51783,72088,3,2599,2728 -"169756",51783,104565,3,2599,2693 -"169757",51810,2572,3,1401,2273 -"169758",51810,3830,3,1401,1661 -"169759",51810,4701,3,1401,2401 -"169760",51810,5462,3,1401,2374 -"169761",51810,7241,3,1401,2259 -"169762",51810,15005,2,1401,1415 -"169763",51810,15500,3,1401,1658 -"169764",51810,17852,3,1401,2840 -"169765",51810,21122,2,1401,1701 -"169766",51810,21197,3,1401,1437 -"169767",51810,22282,3,1401,1418 -"169768",51810,22331,3,1401,2687 -"169769",51810,23729,3,1401,1624 -"169770",51810,26451,3,1401,2133 -"169771",51810,27175,3,1401,1447 -"169772",51810,27390,3,1401,2425 -"169773",51810,30052,3,1401,2855 -"169774",51810,32761,3,1401,2680 -"169775",51810,37677,3,1401,1908 -"169776",51810,41278,3,1401,1873 -"169777",51810,44235,3,1401,2700 -"169778",51810,48698,3,1401,1474 -"169779",51810,52058,3,1401,1836 -"169780",51810,52576,3,1401,2234 -"169781",51810,55468,2,1401,2511 -"169782",51810,56317,3,1401,2030 -"169783",51810,57950,2,1401,1529 -"169784",51810,64181,3,1401,1828 -"169785",51810,65016,3,1401,2749 -"169786",51810,66860,3,1401,1548 -"169787",51810,71702,2,1401,2353 -"169788",51810,79322,3,1401,2770 -"169789",51810,81588,3,1401,1568 -"169790",51810,97915,3,1401,1802 -"169791",51810,108867,3,1401,2328 -"169792",51815,24568,3,1252,1937 -"169793",51815,42946,2,1252,2900 -"169794",51815,44598,3,1252,2356 -"169795",51815,50509,3,1252,2050 -"169796",51815,51831,1,1252,2427 -"169797",51815,51925,1,1252,2307 -"169798",51815,52789,3,1252,1791 -"169799",51815,59918,1,1252,2063 -"169800",51815,69165,2,1252,2340 -"169801",51831,42946,3,2427,2900 -"169802",51838,15826,3,2288,2772 -"169803",51838,23325,3,2288,2779 -"169804",51838,52483,1,2288,2317 -"169805",51843,1624,3,2389,2687 -"169806",51843,1822,3,2389,2888 -"169807",51843,2724,2,2389,2447 -"169808",51843,3477,2,2389,2546 -"169809",51843,3559,3,2389,2413 -"169810",51843,9272,3,2389,2835 -"169811",51843,9503,3,2389,2453 -"169812",51843,13899,3,2389,2650 -"169813",51843,14442,3,2389,2700 -"169814",51843,20984,3,2389,2502 -"169815",51843,30714,3,2389,2485 -"169816",51843,31855,3,2389,2636 -"169817",51843,32339,3,2389,2430 -"169818",51843,32395,3,2389,2735 -"169819",51843,33223,2,2389,2397 -"169820",51843,43226,3,2389,2442 -"169821",51843,47882,3,2389,2769 -"169822",51843,69335,3,2389,2698 -"169823",51843,110871,3,2389,2879 -"169824",51853,455,3,2520,2827 -"169825",51853,1616,3,2520,2662 -"169826",51853,16352,3,2520,2657 -"169827",51853,19027,3,2520,2721 -"169828",51853,20700,3,2520,2861 -"169829",51853,30906,3,2520,2537 -"169830",51853,31799,3,2520,2547 -"169831",51853,33433,2,2520,2805 -"169832",51853,34735,3,2520,2767 -"169833",51860,5984,3,1234,1675 -"169834",51860,34161,2,1234,2789 -"169835",51863,1875,3,1395,1786 -"169836",51863,2272,3,1395,1640 -"169837",51863,2443,3,1395,2333 -"169838",51863,5315,3,1395,2631 -"169839",51863,5515,3,1395,2385 -"169840",51863,7292,3,1395,1988 -"169841",51863,10779,3,1395,2881 -"169842",51863,13249,2,1395,2573 -"169843",51863,13388,3,1395,2119 -"169844",51863,14103,3,1395,2204 -"169845",51863,18874,3,1395,2170 -"169846",51863,20067,3,1395,2390 -"169847",51863,22207,3,1395,2365 -"169848",51863,22410,3,1395,2158 -"169849",51863,29930,3,1395,2240 -"169850",51863,31264,2,1395,2335 -"169851",51863,35529,3,1395,1620 -"169852",51863,38885,2,1395,2720 -"169853",51863,41098,3,1395,1857 -"169854",51863,41955,3,1395,2479 -"169855",51863,43756,3,1395,2881 -"169856",51863,53134,3,1395,1590 -"169857",51863,55643,3,1395,2359 -"169858",51863,62488,3,1395,1418 -"169859",51863,64061,1,1395,2381 -"169860",51863,76356,3,1395,2323 -"169861",51866,270,2,2411,2542 -"169862",51866,997,3,2411,2788 -"169863",51866,2424,2,2411,2582 -"169864",51866,3305,3,2411,2839 -"169865",51866,3477,3,2411,2546 -"169866",51866,3966,3,2411,2425 -"169867",51866,5350,3,2411,2522 -"169868",51866,6074,2,2411,2426 -"169869",51866,7794,3,2411,2972 -"169870",51866,8762,3,2411,2585 -"169871",51866,9184,3,2411,2670 -"169872",51866,12528,3,2411,2589 -"169873",51866,13780,3,2411,2412 -"169874",51866,14834,3,2411,2739 -"169875",51866,17365,1,2411,2746 -"169876",51866,19208,3,2411,2629 -"169877",51866,19862,2,2411,2412 -"169878",51866,21138,3,2411,2849 -"169879",51866,21571,3,2411,2755 -"169880",51866,21682,2,2411,2414 -"169881",51866,23011,3,2411,2763 -"169882",51866,24923,3,2411,2785 -"169883",51866,26721,3,2411,2586 -"169884",51866,27275,3,2411,2656 -"169885",51866,27390,3,2411,2425 -"169886",51866,37238,3,2411,2609 -"169887",51866,38307,2,2411,2648 -"169888",51866,41945,2,2411,2856 -"169889",51866,42216,2,2411,2722 -"169890",51866,43455,1,2411,2846 -"169891",51866,43796,2,2411,2476 -"169892",51866,44768,3,2411,2516 -"169893",51866,46950,3,2411,2673 -"169894",51866,47140,3,2411,2439 -"169895",51866,47248,3,2411,2883 -"169896",51866,48571,3,2411,2717 -"169897",51866,49110,2,2411,2938 -"169898",51866,50134,3,2411,2674 -"169899",51866,51041,3,2411,2606 -"169900",51866,52032,3,2411,2853 -"169901",51866,52570,3,2411,2645 -"169902",51866,53219,2,2411,2973 -"169903",51866,53323,3,2411,2677 -"169904",51866,57969,3,2411,2755 -"169905",51866,61982,2,2411,2725 -"169906",51866,62841,3,2411,2710 -"169907",51866,66992,3,2411,2882 -"169908",51866,67652,3,2411,2736 -"169909",51866,67726,3,2411,2873 -"169910",51866,72207,3,2411,2430 -"169911",51879,160,3,1771,2007 -"169912",51879,237,3,1771,1982 -"169913",51879,728,3,1771,1812 -"169914",51879,1702,2,1771,1984 -"169915",51879,1846,3,1771,1845 -"169916",51879,2057,2,1771,1965 -"169917",51879,2226,3,1771,2225 -"169918",51879,3127,3,1771,2273 -"169919",51879,3770,3,1771,2623 -"169920",51879,4646,3,1771,2139 -"169921",51879,5235,3,1771,2324 -"169922",51879,5897,3,1771,2337 -"169923",51879,7014,2,1771,2401 -"169924",51879,7337,3,1771,1797 -"169925",51879,8062,3,1771,2858 -"169926",51879,8726,3,1771,2083 -"169927",51879,9723,3,1771,2302 -"169928",51879,10129,3,1771,2124 -"169929",51879,10336,3,1771,2271 -"169930",51879,10358,3,1771,2294 -"169931",51879,10754,3,1771,1797 -"169932",51879,14032,3,1771,2144 -"169933",51879,17351,3,1771,2036 -"169934",51879,17812,3,1771,2705 -"169935",51879,18965,3,1771,2315 -"169936",51879,19364,3,1771,2846 -"169937",51879,19380,3,1771,2637 -"169938",51879,19655,3,1771,2706 -"169939",51879,20355,3,1771,2111 -"169940",51879,21324,3,1771,2413 -"169941",51879,21681,2,1771,2005 -"169942",51879,22580,3,1771,2245 -"169943",51879,22709,3,1771,2743 -"169944",51879,22766,3,1771,1945 -"169945",51879,23154,3,1771,2345 -"169946",51879,24791,3,1771,1833 -"169947",51879,25373,3,1771,2783 -"169948",51879,25741,3,1771,2853 -"169949",51879,26734,3,1771,2299 -"169950",51879,27908,3,1771,2576 -"169951",51879,28432,3,1771,1954 -"169952",51879,29997,3,1771,1789 -"169953",51879,30034,3,1771,2357 -"169954",51879,30870,2,1771,2370 -"169955",51879,32050,3,1771,2059 -"169956",51879,32311,3,1771,2396 -"169957",51879,34831,2,1771,1866 -"169958",51879,34870,3,1771,1873 -"169959",51879,37036,3,1771,2264 -"169960",51879,37279,3,1771,2768 -"169961",51879,37929,3,1771,2393 -"169962",51879,38259,2,1771,2258 -"169963",51879,39418,3,1771,1978 -"169964",51879,40572,3,1771,2666 -"169965",51879,40910,3,1771,2469 -"169966",51879,42783,3,1771,2338 -"169967",51879,43961,3,1771,2443 -"169968",51879,44235,3,1771,2700 -"169969",51879,46506,3,1771,2464 -"169970",51879,46532,3,1771,2005 -"169971",51879,51687,3,1771,2333 -"169972",51879,51758,3,1771,2310 -"169973",51879,53160,2,1771,2736 -"169974",51879,59776,3,1771,2493 -"169975",51879,60516,3,1771,2257 -"169976",51879,60879,2,1771,2792 -"169977",51879,63641,3,1771,2337 -"169978",51879,73266,3,1771,2496 -"169979",51879,77077,3,1771,2693 -"169980",51879,80812,3,1771,2357 -"169981",51879,81400,3,1771,2679 -"169982",51879,82819,3,1771,1900 -"169983",51879,82932,1,1771,2245 -"169984",51879,89538,3,1771,1847 -"169985",51890,843,3,1992,2332 -"169986",51890,3272,3,1992,2132 -"169987",51890,12598,2,1992,2086 -"169988",51890,14442,2,1992,2700 -"169989",51890,15023,2,1992,2054 -"169990",51890,18821,3,1992,2075 -"169991",51890,20547,3,1992,2145 -"169992",51890,20739,3,1992,2025 -"169993",51890,31357,2,1992,2389 -"169994",51890,32939,3,1992,2277 -"169995",51890,33460,2,1992,2781 -"169996",51890,36996,3,1992,2321 -"169997",51890,51843,3,1992,2389 -"169998",51890,54385,3,1992,2340 -"169999",51890,57804,3,1992,2214 -"170000",51890,59289,3,1992,2896 -"170001",51890,63104,2,1992,2149 -"170002",51890,64912,3,1992,2099 -"170003",51890,106755,3,1992,2166 -"170004",51896,25180,2,726,2489 -"170005",51896,83912,1,726,1000 -"170006",51896,90570,3,726,964 -"170007",51897,24962,3,730,2126 -"170008",51925,42946,3,2307,2900 -"170009",51925,51831,1,2307,2427 -"170010",51925,69165,1,2307,2340 -"170011",51925,69716,3,2307,2632 -"170012",51925,73786,3,2307,2937 -"170013",51953,1826,3,551,924 -"170014",51953,16940,3,551,1290 -"170015",51953,20287,1,551,1099 -"170016",51953,20975,3,551,1305 -"170017",51953,21198,3,551,935 -"170018",51953,22141,3,551,2348 -"170019",51953,22326,3,551,2818 -"170020",51953,28015,3,551,1624 -"170021",51953,29705,3,551,607 -"170022",51953,37628,3,551,819 -"170023",51953,43173,3,551,2895 -"170024",51953,45660,3,551,618 -"170025",51953,46723,3,551,607 -"170026",51953,50219,3,551,756 -"170027",51953,77305,3,551,965 -"170028",51953,81588,3,551,1568 -"170029",51953,89097,3,551,935 -"170030",51953,92220,3,551,607 -"170031",51953,101295,2,551,2165 -"170032",51953,115622,2,551,1895 -"170033",51971,270,3,195,2542 -"170034",51971,601,3,195,702 -"170035",51971,675,3,195,1686 -"170036",51971,1136,3,195,2536 -"170037",51971,1355,3,195,2473 -"170038",51971,1428,3,195,742 -"170039",51971,1592,3,195,2006 -"170040",51971,2077,3,195,610 -"170041",51971,2111,3,195,1904 -"170042",51971,3167,3,195,1676 -"170043",51971,5346,3,195,1438 -"170044",51971,5622,3,195,2175 -"170045",51971,5971,3,195,1985 -"170046",51971,6055,2,195,2651 -"170047",51971,6264,3,195,749 -"170048",51971,6588,3,195,2025 -"170049",51971,6940,3,195,1183 -"170050",51971,7180,3,195,2227 -"170051",51971,7992,3,195,2033 -"170052",51971,8275,3,195,2237 -"170053",51971,9184,3,195,2670 -"170054",51971,10523,3,195,1510 -"170055",51971,11229,3,195,1625 -"170056",51971,11817,2,195,600 -"170057",51971,11912,3,195,889 -"170058",51971,12374,3,195,2260 -"170059",51971,12639,3,195,1141 -"170060",51971,12692,3,195,1855 -"170061",51971,13967,3,195,1354 -"170062",51971,14656,3,195,584 -"170063",51971,15207,2,195,1855 -"170064",51971,15402,3,195,1281 -"170065",51971,16352,3,195,2657 -"170066",51971,18364,2,195,535 -"170067",51971,18550,3,195,483 -"170068",51971,19248,3,195,2357 -"170069",51971,19593,2,195,2013 -"170070",51971,19621,2,195,725 -"170071",51971,19893,3,195,1223 -"170072",51971,20067,3,195,2390 -"170073",51971,20319,3,195,468 -"170074",51971,21566,2,195,1234 -"170075",51971,22197,3,195,2271 -"170076",51971,23006,3,195,1532 -"170077",51971,23492,3,195,1067 -"170078",51971,23725,3,195,2378 -"170079",51971,23726,3,195,2434 -"170080",51971,23869,3,195,1918 -"170081",51971,26322,3,195,1018 -"170082",51971,26658,3,195,2745 -"170083",51971,26848,3,195,2363 -"170084",51971,26867,3,195,1804 -"170085",51971,27104,3,195,1608 -"170086",51971,27112,3,195,500 -"170087",51971,27377,3,195,1724 -"170088",51971,27744,3,195,861 -"170089",51971,28130,2,195,908 -"170090",51971,28131,3,195,1492 -"170091",51971,28808,2,195,1063 -"170092",51971,30165,3,195,1409 -"170093",51971,31436,3,195,2892 -"170094",51971,32017,3,195,577 -"170095",51971,32939,3,195,2277 -"170096",51971,33801,3,195,2899 -"170097",51971,34158,3,195,2639 -"170098",51971,35286,2,195,395 -"170099",51971,35529,3,195,1620 -"170100",51971,35673,2,195,1067 -"170101",51971,35772,2,195,1440 -"170102",51971,36441,3,195,2796 -"170103",51971,37800,3,195,604 -"170104",51971,39294,3,195,1889 -"170105",51971,39563,2,195,486 -"170106",51971,39570,3,195,496 -"170107",51971,39748,3,195,1566 -"170108",51971,39865,3,195,849 -"170109",51971,40028,2,195,1349 -"170110",51971,40072,3,195,1182 -"170111",51971,40113,3,195,451 -"170112",51971,40369,3,195,2735 -"170113",51971,40756,3,195,2329 -"170114",51971,40893,3,195,1116 -"170115",51971,41108,3,195,1624 -"170116",51971,42799,2,195,2729 -"170117",51971,43213,3,195,2160 -"170118",51971,44161,3,195,1156 -"170119",51971,44521,3,195,1593 -"170120",51971,44648,2,195,619 -"170121",51971,45684,2,195,2200 -"170122",51971,45903,3,195,2237 -"170123",51971,46196,3,195,1510 -"170124",51971,46621,3,195,1343 -"170125",51971,46629,3,195,2255 -"170126",51971,46635,2,195,2528 -"170127",51971,48605,3,195,2796 -"170128",51971,49046,2,195,255 -"170129",51971,50236,3,195,2339 -"170130",51971,51157,2,195,2319 -"170131",51971,53412,2,195,566 -"170132",51971,54551,3,195,2348 -"170133",51971,56082,3,195,2395 -"170134",51971,56237,3,195,2625 -"170135",51971,56903,1,195,1584 -"170136",51971,57246,2,195,1873 -"170137",51971,57414,3,195,922 -"170138",51971,57804,3,195,2214 -"170139",51971,59939,3,195,936 -"170140",51971,61785,3,195,822 -"170141",51971,61948,3,195,1231 -"170142",51971,62148,1,195,1566 -"170143",51971,64219,3,195,2705 -"170144",51971,64786,3,195,870 -"170145",51971,64997,3,195,2791 -"170146",51971,68024,3,195,1531 -"170147",51971,70838,3,195,687 -"170148",51971,72188,3,195,856 -"170149",51971,72326,3,195,2384 -"170150",51971,74730,3,195,535 -"170151",51971,74818,2,195,1440 -"170152",51971,76356,3,195,2323 -"170153",51971,76999,3,195,908 -"170154",51971,80242,3,195,569 -"170155",51971,81463,2,195,955 -"170156",51971,81478,3,195,1640 -"170157",51971,81676,3,195,839 -"170158",51971,85356,2,195,1492 -"170159",51971,86785,3,195,1607 -"170160",51971,88232,3,195,2881 -"170161",51971,89137,3,195,580 -"170162",51971,91891,2,195,323 -"170163",51971,91901,2,195,1236 -"170164",51971,91912,3,195,790 -"170165",51971,92254,3,195,517 -"170166",51971,92381,3,195,1237 -"170167",51971,94520,3,195,1243 -"170168",51971,96132,2,195,1489 -"170169",51971,102107,3,195,504 -"170170",51971,109663,3,195,545 -"170171",51971,109718,1,195,1237 -"170172",51971,112437,3,195,513 -"170173",51971,114342,3,195,228 -"170174",51971,120549,3,195,708 -"170175",51987,671,2,1397,2328 -"170176",51987,675,3,1397,1686 -"170177",51987,733,3,1397,1653 -"170178",51987,1046,3,1397,1881 -"170179",51987,1136,3,1397,2536 -"170180",51987,2424,3,1397,2582 -"170181",51987,2563,3,1397,1686 -"170182",51987,2591,3,1397,1949 -"170183",51987,3167,3,1397,1676 -"170184",51987,3242,2,1397,1730 -"170185",51987,4191,2,1397,2130 -"170186",51987,4618,3,1397,2607 -"170187",51987,4687,3,1397,2152 -"170188",51987,4980,2,1397,2093 -"170189",51987,5725,3,1397,2789 -"170190",51987,6023,2,1397,2050 -"170191",51987,6577,3,1397,1951 -"170192",51987,7245,3,1397,2089 -"170193",51987,7861,3,1397,1647 -"170194",51987,8621,3,1397,1681 -"170195",51987,10404,3,1397,2062 -"170196",51987,10799,2,1397,2010 -"170197",51987,10871,3,1397,2314 -"170198",51987,10890,3,1397,2639 -"170199",51987,12374,3,1397,2260 -"170200",51987,12713,3,1397,2440 -"170201",51987,15299,3,1397,2213 -"170202",51987,16217,3,1397,1653 -"170203",51987,16365,3,1397,2217 -"170204",51987,17357,3,1397,1536 -"170205",51987,17410,3,1397,2073 -"170206",51987,19516,2,1397,2313 -"170207",51987,19568,3,1397,2302 -"170208",51987,20563,2,1397,2267 -"170209",51987,21122,3,1397,1701 -"170210",51987,22884,3,1397,1608 -"170211",51987,23534,2,1397,1659 -"170212",51987,23704,2,1397,2278 -"170213",51987,23756,3,1397,2309 -"170214",51987,24962,3,1397,2126 -"170215",51987,25341,3,1397,1858 -"170216",51987,25643,3,1397,1646 -"170217",51987,26155,3,1397,1802 -"170218",51987,26436,2,1397,2489 -"170219",51987,26516,3,1397,2479 -"170220",51987,26570,3,1397,1669 -"170221",51987,27753,3,1397,2750 -"170222",51987,30438,3,1397,1617 -"170223",51987,31000,3,1397,1526 -"170224",51987,31799,3,1397,2547 -"170225",51987,32988,3,1397,2008 -"170226",51987,34136,3,1397,2202 -"170227",51987,34216,3,1397,2832 -"170228",51987,34492,1,1397,1798 -"170229",51987,34509,3,1397,1973 -"170230",51987,38449,2,1397,1802 -"170231",51987,40293,3,1397,1671 -"170232",51987,41402,3,1397,2313 -"170233",51987,45343,3,1397,2360 -"170234",51987,45715,2,1397,2287 -"170235",51987,51022,2,1397,1499 -"170236",51987,51410,1,1397,2739 -"170237",51987,53031,3,1397,2065 -"170238",51987,54740,3,1397,2750 -"170239",51987,55156,3,1397,2196 -"170240",51987,55691,3,1397,2856 -"170241",51987,56171,2,1397,1524 -"170242",51987,58035,2,1397,1646 -"170243",51987,63515,3,1397,2023 -"170244",51987,64793,3,1397,2819 -"170245",51987,64997,3,1397,2791 -"170246",51987,68810,3,1397,2409 -"170247",51987,74095,3,1397,2333 -"170248",51987,78563,3,1397,2385 -"170249",51987,81813,3,1397,1656 -"170250",51987,82767,3,1397,1641 -"170251",51987,88232,3,1397,2881 -"170252",51987,99103,3,1397,1470 -"170253",51991,7861,3,692,1647 -"170254",51991,16881,3,692,925 -"170255",51991,22578,3,692,2216 -"170256",51991,27686,3,692,2844 -"170257",51999,2344,3,2425,2752 -"170258",51999,44235,3,2425,2700 -"170259",52003,1102,3,2067,2282 -"170260",52003,6074,3,2067,2426 -"170261",52003,15315,1,2067,2173 -"170262",52003,21682,3,2067,2414 -"170263",52003,24807,3,2067,2319 -"170264",52003,25508,3,2067,2081 -"170265",52003,42935,2,2067,2400 -"170266",52003,47248,3,2067,2883 -"170267",52003,51017,3,2067,2073 -"170268",52003,55139,3,2067,2323 -"170269",52026,82732,3,2633,2810 -"170270",52032,7794,3,2853,2972 -"170271",52032,41945,3,2853,2856 -"170272",52041,32395,2,2694,2735 -"170273",52043,2208,3,977,2814 -"170274",52043,4317,3,977,1224 -"170275",52043,8712,3,977,1153 -"170276",52043,16608,3,977,1769 -"170277",52043,23825,3,977,1913 -"170278",52043,27001,3,977,1761 -"170279",52043,28193,2,977,1032 -"170280",52051,11912,2,64,889 -"170281",52051,12122,3,64,1385 -"170282",52051,19893,3,64,1223 -"170283",52051,22966,2,64,2112 -"170284",52051,44089,3,64,1632 -"170285",52051,49046,3,64,255 -"170286",52051,62089,2,64,929 -"170287",52051,69360,2,64,404 -"170288",52051,76721,1,64,1174 -"170289",52058,913,3,1836,2144 -"170290",52058,2424,3,1836,2582 -"170291",52058,2533,3,1836,2016 -"170292",52058,3305,3,1836,2839 -"170293",52058,3493,3,1836,2451 -"170294",52058,3961,3,1836,2426 -"170295",52058,4289,2,1836,1921 -"170296",52058,4567,3,1836,2348 -"170297",52058,4701,3,1836,2401 -"170298",52058,6052,3,1836,1985 -"170299",52058,12618,3,1836,2021 -"170300",52058,12863,3,1836,2027 -"170301",52058,13929,3,1836,2693 -"170302",52058,17852,3,1836,2840 -"170303",52058,19719,3,1836,2177 -"170304",52058,20643,3,1836,2341 -"170305",52058,21285,3,1836,2100 -"170306",52058,21693,3,1836,2176 -"170307",52058,22326,3,1836,2818 -"170308",52058,22331,3,1836,2687 -"170309",52058,23918,3,1836,1881 -"170310",52058,25305,3,1836,2447 -"170311",52058,25577,3,1836,1946 -"170312",52058,26451,3,1836,2133 -"170313",52058,26749,3,1836,2965 -"170314",52058,27275,3,1836,2656 -"170315",52058,27390,2,1836,2425 -"170316",52058,27694,3,1836,2030 -"170317",52058,29962,3,1836,2201 -"170318",52058,30052,3,1836,2855 -"170319",52058,32173,3,1836,2341 -"170320",52058,38019,3,1836,1870 -"170321",52058,38227,3,1836,2511 -"170322",52058,43213,3,1836,2160 -"170323",52058,50685,3,1836,2008 -"170324",52058,52576,3,1836,2234 -"170325",52058,55438,2,1836,2863 -"170326",52058,55468,2,1836,2511 -"170327",52058,55691,3,1836,2856 -"170328",52058,56082,3,1836,2395 -"170329",52058,56317,2,1836,2030 -"170330",52058,58508,3,1836,2326 -"170331",52058,58684,3,1836,2295 -"170332",52058,72207,3,1836,2430 -"170333",52058,75403,3,1836,1895 -"170334",52058,79322,2,1836,2770 -"170335",52058,82949,2,1836,2077 -"170336",52110,7785,3,1676,2441 -"170337",52110,32532,3,1676,2338 -"170338",52110,35797,3,1676,2482 -"170339",52136,14,3,1412,1793 -"170340",52136,212,3,1412,1513 -"170341",52136,270,2,1412,2542 -"170342",52136,360,3,1412,1671 -"170343",52136,364,3,1412,2351 -"170344",52136,380,2,1412,2261 -"170345",52136,449,3,1412,1950 -"170346",52136,457,3,1412,1704 -"170347",52136,952,3,1412,1991 -"170348",52136,997,3,1412,2788 -"170349",52136,1102,2,1412,2282 -"170350",52136,1124,2,1412,1596 -"170351",52136,1175,3,1412,1642 -"170352",52136,1314,3,1412,1522 -"170353",52136,1315,3,1412,2760 -"170354",52136,1519,3,1412,2349 -"170355",52136,1592,2,1412,2006 -"170356",52136,1691,2,1412,1941 -"170357",52136,1846,3,1412,1845 -"170358",52136,1875,3,1412,1786 -"170359",52136,2011,3,1412,2176 -"170360",52136,2111,2,1412,1904 -"170361",52136,2195,3,1412,2139 -"170362",52136,2289,3,1412,2389 -"170363",52136,2424,3,1412,2582 -"170364",52136,2484,3,1412,2389 -"170365",52136,2533,3,1412,2016 -"170366",52136,2572,3,1412,2273 -"170367",52136,3139,3,1412,1656 -"170368",52136,3305,3,1412,2839 -"170369",52136,3306,3,1412,1989 -"170370",52136,3477,3,1412,2546 -"170371",52136,3493,1,1412,2451 -"170372",52136,3801,3,1412,1974 -"170373",52136,3966,3,1412,2425 -"170374",52136,4001,3,1412,1687 -"170375",52136,4191,3,1412,2130 -"170376",52136,4226,3,1412,1903 -"170377",52136,4360,1,1412,1770 -"170378",52136,4526,3,1412,1728 -"170379",52136,4665,3,1412,1569 -"170380",52136,4701,3,1412,2401 -"170381",52136,5072,2,1412,2175 -"170382",52136,5235,3,1412,2324 -"170383",52136,5258,3,1412,2730 -"170384",52136,5405,2,1412,1510 -"170385",52136,5580,3,1412,2111 -"170386",52136,5622,2,1412,2175 -"170387",52136,5971,2,1412,1985 -"170388",52136,5984,3,1412,1675 -"170389",52136,5986,3,1412,1721 -"170390",52136,6047,2,1412,2004 -"170391",52136,6052,3,1412,1985 -"170392",52136,6063,3,1412,2349 -"170393",52136,6074,3,1412,2426 -"170394",52136,6104,3,1412,2462 -"170395",52136,6222,3,1412,1949 -"170396",52136,6252,3,1412,2336 -"170397",52136,6363,3,1412,2066 -"170398",52136,6390,3,1412,2385 -"170399",52136,6417,3,1412,1675 -"170400",52136,6588,2,1412,2025 -"170401",52136,6602,3,1412,1631 -"170402",52136,6718,3,1412,2138 -"170403",52136,7180,3,1412,2227 -"170404",52136,7234,2,1412,2654 -"170405",52136,7337,3,1412,1797 -"170406",52136,7555,3,1412,1943 -"170407",52136,7615,3,1412,1657 -"170408",52136,7787,3,1412,2314 -"170409",52136,7858,2,1412,1795 -"170410",52136,8192,3,1412,1670 -"170411",52136,8866,3,1412,1545 -"170412",52136,9311,2,1412,2477 -"170413",52136,9364,3,1412,1698 -"170414",52136,9432,3,1412,1693 -"170415",52136,9654,3,1412,2111 -"170416",52136,9703,3,1412,1845 -"170417",52136,9785,3,1412,2951 -"170418",52136,9787,3,1412,2858 -"170419",52136,9805,3,1412,1621 -"170420",52136,9928,3,1412,2345 -"170421",52136,10358,3,1412,2294 -"170422",52136,10488,1,1412,1524 -"170423",52136,10513,3,1412,2284 -"170424",52136,10523,3,1412,1510 -"170425",52136,10843,3,1412,2277 -"170426",52136,10857,2,1412,2253 -"170427",52136,10874,3,1412,1891 -"170428",52136,11218,2,1412,2292 -"170429",52136,11229,3,1412,1625 -"170430",52136,11477,3,1412,2724 -"170431",52136,11493,3,1412,2077 -"170432",52136,12042,3,1412,2345 -"170433",52136,12199,3,1412,1651 -"170434",52136,12361,3,1412,2732 -"170435",52136,12374,3,1412,2260 -"170436",52136,12375,3,1412,1873 -"170437",52136,12724,3,1412,1930 -"170438",52136,12728,3,1412,2374 -"170439",52136,13307,2,1412,2206 -"170440",52136,13837,3,1412,1604 -"170441",52136,14032,2,1412,2144 -"170442",52136,14108,2,1412,2012 -"170443",52136,14482,3,1412,1573 -"170444",52136,14655,3,1412,2559 -"170445",52136,14723,3,1412,2019 -"170446",52136,14731,3,1412,2012 -"170447",52136,15626,3,1412,2434 -"170448",52136,15700,2,1412,1712 -"170449",52136,15799,3,1412,1917 -"170450",52136,16352,3,1412,2657 -"170451",52136,16535,3,1412,1993 -"170452",52136,16863,2,1412,2069 -"170453",52136,17400,2,1412,2231 -"170454",52136,17931,3,1412,1617 -"170455",52136,18005,3,1412,2449 -"170456",52136,18217,3,1412,1566 -"170457",52136,18361,3,1412,2968 -"170458",52136,18381,3,1412,1524 -"170459",52136,18394,2,1412,2356 -"170460",52136,18421,3,1412,2457 -"170461",52136,18543,3,1412,2968 -"170462",52136,19173,3,1412,1686 -"170463",52136,19248,3,1412,2357 -"170464",52136,19323,3,1412,1705 -"170465",52136,19622,3,1412,2371 -"170466",52136,19655,3,1412,2706 -"170467",52136,19718,3,1412,1702 -"170468",52136,19719,3,1412,2177 -"170469",52136,19862,3,1412,2412 -"170470",52136,20124,2,1412,2376 -"170471",52136,20311,3,1412,1981 -"170472",52136,20407,2,1412,2339 -"170473",52136,21012,3,1412,2325 -"170474",52136,21104,3,1412,2327 -"170475",52136,21197,3,1412,1437 -"170476",52136,21682,3,1412,2414 -"170477",52136,21693,3,1412,2176 -"170478",52136,21929,3,1412,2062 -"170479",52136,22165,3,1412,1501 -"170480",52136,22197,3,1412,2271 -"170481",52136,22244,3,1412,2139 -"170482",52136,22282,3,1412,1418 -"170483",52136,22326,3,1412,2818 -"170484",52136,22362,2,1412,1836 -"170485",52136,22403,3,1412,1630 -"170486",52136,23000,3,1412,1815 -"170487",52136,23011,3,1412,2763 -"170488",52136,23154,3,1412,2345 -"170489",52136,23310,3,1412,2371 -"170490",52136,23509,3,1412,2275 -"170491",52136,23526,2,1412,1998 -"170492",52136,23715,2,1412,1859 -"170493",52136,23725,2,1412,2378 -"170494",52136,23727,2,1412,1734 -"170495",52136,23729,1,1412,1624 -"170496",52136,23756,3,1412,2309 -"170497",52136,23825,3,1412,1913 -"170498",52136,23970,2,1412,1624 -"170499",52136,24066,3,1412,1755 -"170500",52136,24198,3,1412,2217 -"170501",52136,25305,3,1412,2447 -"170502",52136,25565,3,1412,2764 -"170503",52136,25643,2,1412,1646 -"170504",52136,26067,3,1412,2069 -"170505",52136,26080,3,1412,2525 -"170506",52136,26182,3,1412,2775 -"170507",52136,26818,3,1412,1999 -"170508",52136,26848,3,1412,2363 -"170509",52136,26867,2,1412,1804 -"170510",52136,27175,3,1412,1447 -"170511",52136,27686,3,1412,2844 -"170512",52136,28190,3,1412,1634 -"170513",52136,29170,3,1412,1846 -"170514",52136,29929,3,1412,2789 -"170515",52136,29948,3,1412,2795 -"170516",52136,30034,3,1412,2357 -"170517",52136,30334,3,1412,2075 -"170518",52136,30405,2,1412,2164 -"170519",52136,30618,3,1412,1609 -"170520",52136,30906,3,1412,2537 -"170521",52136,31093,2,1412,2160 -"170522",52136,31307,3,1412,2139 -"170523",52136,31335,3,1412,2351 -"170524",52136,31436,2,1412,2892 -"170525",52136,31866,3,1412,2101 -"170526",52136,32173,3,1412,2341 -"170527",52136,32919,3,1412,2321 -"170528",52136,33223,3,1412,2397 -"170529",52136,33356,3,1412,1586 -"170530",52136,33433,2,1412,2805 -"170531",52136,33622,3,1412,2230 -"170532",52136,33981,3,1412,1993 -"170533",52136,34480,3,1412,2755 -"170534",52136,34707,3,1412,2042 -"170535",52136,35815,3,1412,2789 -"170536",52136,35926,3,1412,2371 -"170537",52136,36031,3,1412,2342 -"170538",52136,36278,3,1412,2952 -"170539",52136,36439,3,1412,2469 -"170540",52136,36441,3,1412,2796 -"170541",52136,36651,3,1412,1600 -"170542",52136,36714,3,1412,2209 -"170543",52136,36912,3,1412,2469 -"170544",52136,37149,3,1412,1673 -"170545",52136,37509,3,1412,1640 -"170546",52136,37636,3,1412,2178 -"170547",52136,37859,3,1412,1999 -"170548",52136,38213,2,1412,1744 -"170549",52136,38676,3,1412,2286 -"170550",52136,39062,3,1412,2020 -"170551",52136,39294,2,1412,1889 -"170552",52136,39418,3,1412,1978 -"170553",52136,39906,3,1412,2365 -"170554",52136,40293,3,1412,1671 -"170555",52136,40296,3,1412,1674 -"170556",52136,40392,3,1412,1878 -"170557",52136,40493,3,1412,1981 -"170558",52136,40542,3,1412,1664 -"170559",52136,41694,3,1412,2358 -"170560",52136,42216,3,1412,2722 -"170561",52136,42687,3,1412,1952 -"170562",52136,43173,3,1412,2895 -"170563",52136,43213,1,1412,2160 -"170564",52136,43385,3,1412,1623 -"170565",52136,43455,3,1412,2846 -"170566",52136,43518,3,1412,2680 -"170567",52136,43673,3,1412,2787 -"170568",52136,44521,3,1412,1593 -"170569",52136,45302,3,1412,2390 -"170570",52136,45684,2,1412,2200 -"170571",52136,45729,3,1412,2606 -"170572",52136,46182,3,1412,1613 -"170573",52136,46196,1,1412,1510 -"170574",52136,46532,3,1412,2005 -"170575",52136,46629,2,1412,2255 -"170576",52136,46883,3,1412,1671 -"170577",52136,46951,3,1412,2429 -"170578",52136,46982,2,1412,2806 -"170579",52136,47013,3,1412,2388 -"170580",52136,47098,3,1412,2057 -"170581",52136,47445,3,1412,2668 -"170582",52136,47803,3,1412,2477 -"170583",52136,47857,3,1412,2325 -"170584",52136,48035,3,1412,2180 -"170585",52136,48215,3,1412,2028 -"170586",52136,48414,3,1412,1749 -"170587",52136,49301,3,1412,1894 -"170588",52136,49581,3,1412,1817 -"170589",52136,49608,3,1412,2184 -"170590",52136,49620,2,1412,1868 -"170591",52136,50118,3,1412,2654 -"170592",52136,50179,3,1412,2230 -"170593",52136,50236,2,1412,2339 -"170594",52136,50685,3,1412,2008 -"170595",52136,50785,3,1412,2877 -"170596",52136,51017,3,1412,2073 -"170597",52136,51035,3,1412,2397 -"170598",52136,51144,2,1412,2466 -"170599",52136,51783,3,1412,2599 -"170600",52136,51866,3,1412,2411 -"170601",52136,52058,2,1412,1836 -"170602",52136,52327,3,1412,1472 -"170603",52136,52345,2,1412,1430 -"170604",52136,52576,2,1412,2234 -"170605",52136,53134,3,1412,1590 -"170606",52136,53604,3,1412,2489 -"170607",52136,54551,2,1412,2348 -"170608",52136,54929,3,1412,2783 -"170609",52136,55082,3,1412,1856 -"170610",52136,55320,3,1412,1643 -"170611",52136,55324,3,1412,1544 -"170612",52136,55468,3,1412,2511 -"170613",52136,55482,2,1412,1866 -"170614",52136,55643,3,1412,2359 -"170615",52136,56082,1,1412,2395 -"170616",52136,56237,3,1412,2625 -"170617",52136,56317,3,1412,2030 -"170618",52136,56903,3,1412,1584 -"170619",52136,57246,3,1412,1873 -"170620",52136,57760,3,1412,1721 -"170621",52136,58035,3,1412,1646 -"170622",52136,58451,3,1412,1939 -"170623",52136,58508,3,1412,2326 -"170624",52136,58993,3,1412,2390 -"170625",52136,59113,3,1412,2434 -"170626",52136,61982,3,1412,2725 -"170627",52136,62841,3,1412,2710 -"170628",52136,64947,2,1412,2489 -"170629",52136,65242,3,1412,1988 -"170630",52136,66994,3,1412,1865 -"170631",52136,67383,3,1412,1739 -"170632",52136,67726,3,1412,2873 -"170633",52136,68024,3,1412,1531 -"170634",52136,70583,3,1412,2615 -"170635",52136,71531,3,1412,2887 -"170636",52136,72207,1,1412,2430 -"170637",52136,72326,3,1412,2384 -"170638",52136,73582,3,1412,2075 -"170639",52136,74190,2,1412,1428 -"170640",52136,74636,2,1412,2525 -"170641",52136,74818,3,1412,1440 -"170642",52136,75403,1,1412,1895 -"170643",52136,76048,3,1412,2373 -"170644",52136,76396,3,1412,1731 -"170645",52136,78037,3,1412,1606 -"170646",52136,79804,2,1412,2227 -"170647",52136,80784,3,1412,1738 -"170648",52136,81588,3,1412,1568 -"170649",52136,82730,3,1412,1492 -"170650",52136,82747,3,1412,1496 -"170651",52136,82949,3,1412,2077 -"170652",52136,83396,3,1412,2396 -"170653",52136,85198,3,1412,1794 -"170654",52136,85356,3,1412,1492 -"170655",52136,85736,3,1412,1601 -"170656",52136,86245,2,1412,1972 -"170657",52136,87144,3,1412,2299 -"170658",52136,87837,3,1412,1987 -"170659",52136,88232,2,1412,2881 -"170660",52136,92322,3,1412,2393 -"170661",52136,96715,3,1412,1792 -"170662",52136,97309,3,1412,1740 -"170663",52136,99215,3,1412,2791 -"170664",52138,16237,1,1615,2009 -"170665",52138,35774,1,1615,1969 -"170666",52138,72845,3,1615,1663 -"170667",52154,1592,3,1722,2006 -"170668",52154,1639,3,1722,2631 -"170669",52154,2208,2,1722,2814 -"170670",52154,7229,3,1722,2669 -"170671",52154,15560,3,1722,2257 -"170672",52154,17221,3,1722,2487 -"170673",52154,19926,3,1722,2444 -"170674",52154,23825,2,1722,1913 -"170675",52154,23869,3,1722,1918 -"170676",52154,25508,3,1722,2081 -"170677",52154,27280,3,1722,1965 -"170678",52154,34836,3,1722,2302 -"170679",52154,36031,3,1722,2342 -"170680",52154,37752,3,1722,2223 -"170681",52154,38019,3,1722,1870 -"170682",52154,46803,2,1722,2305 -"170683",52154,50275,3,1722,2832 -"170684",52154,55775,3,1722,2385 -"170685",52154,56464,3,1722,2488 -"170686",52154,65188,3,1722,2213 -"170687",52154,67775,3,1722,1964 -"170688",52154,88232,3,1722,2881 -"170689",52154,89681,3,1722,1978 -"170690",52154,119208,3,1722,2646 -"170691",52154,119524,2,1722,1930 -"170692",52174,6755,3,983,2818 -"170693",52174,18479,3,983,2967 -"170694",52174,30368,3,983,2487 -"170695",52174,32516,3,983,2050 -"170696",52174,36662,3,983,2967 -"170697",52174,46520,2,983,1776 -"170698",52174,57037,3,983,2293 -"170699",52174,59039,3,983,2870 -"170700",52174,77666,3,983,1372 -"170701",52178,9241,3,710,2338 -"170702",52178,26138,3,710,1902 -"170703",52178,26567,3,710,1158 -"170704",52178,43250,1,710,1300 -"170705",52178,47557,3,710,999 -"170706",52178,49147,3,710,2539 -"170707",52178,60384,2,710,2765 -"170708",52178,62498,1,710,1698 -"170709",52178,78460,2,710,985 -"170710",52178,95661,3,710,872 -"170711",52178,116792,3,710,2397 -"170712",52179,2370,3,1572,1600 -"170713",52179,2927,3,1572,1789 -"170714",52179,3158,3,1572,2762 -"170715",52179,4249,2,1572,2547 -"170716",52179,4784,3,1572,2511 -"170717",52179,6020,2,1572,1864 -"170718",52179,6223,2,1572,2363 -"170719",52179,6747,3,1572,2913 -"170720",52179,8607,3,1572,1685 -"170721",52179,14172,3,1572,1923 -"170722",52179,14470,3,1572,2632 -"170723",52179,14957,3,1572,2306 -"170724",52179,15782,2,1572,2306 -"170725",52179,17695,3,1572,1930 -"170726",52179,21358,2,1572,1970 -"170727",52179,28648,2,1572,1586 -"170728",52179,36840,3,1572,2269 -"170729",52179,41489,3,1572,2006 -"170730",52179,42390,3,1572,2937 -"170731",52179,45297,3,1572,1864 -"170732",52179,46049,3,1572,2102 -"170733",52179,48823,3,1572,2080 -"170734",52179,54488,2,1572,2357 -"170735",52179,84235,3,1572,1639 -"170736",52185,1560,3,1012,2013 -"170737",52185,2802,3,1012,1836 -"170738",52185,3152,3,1012,1621 -"170739",52185,5557,3,1012,1929 -"170740",52185,5852,3,1012,1862 -"170741",52185,9716,2,1012,1929 -"170742",52185,10727,3,1012,2082 -"170743",52185,10908,3,1012,1134 -"170744",52185,12228,3,1012,2034 -"170745",52185,14626,3,1012,2175 -"170746",52185,14654,3,1012,1692 -"170747",52185,14789,3,1012,1034 -"170748",52185,16361,3,1012,1641 -"170749",52185,18855,2,1012,1362 -"170750",52185,21741,3,1012,1574 -"170751",52185,25885,3,1012,1223 -"170752",52185,30404,2,1012,1810 -"170753",52185,32582,3,1012,1929 -"170754",52185,35264,3,1012,2329 -"170755",52185,40392,3,1012,1878 -"170756",52185,41185,3,1012,1929 -"170757",52185,45730,3,1012,2063 -"170758",52185,49147,3,1012,2539 -"170759",52185,54903,3,1012,2493 -"170760",52185,55775,3,1012,2385 -"170761",52185,56737,3,1012,2270 -"170762",52185,72426,3,1012,2902 -"170763",52185,74912,3,1012,1542 -"170764",52185,79036,3,1012,2524 -"170765",52185,79822,3,1012,1508 -"170766",52185,82226,3,1012,1619 -"170767",52185,91631,3,1012,1899 -"170768",52185,91715,3,1012,1034 -"170769",52185,96349,3,1012,1874 -"170770",52185,97266,3,1012,1016 -"170771",52185,102845,3,1012,1067 -"170772",52203,3306,2,1961,1989 -"170773",52203,7508,2,1961,2396 -"170774",52203,7984,3,1961,2493 -"170775",52203,11477,3,1961,2724 -"170776",52203,13801,2,1961,2041 -"170777",52203,15003,3,1961,2067 -"170778",52203,20643,3,1961,2341 -"170779",52203,23223,2,1961,2094 -"170780",52203,23725,3,1961,2378 -"170781",52203,24591,3,1961,2528 -"170782",52203,33949,3,1961,2489 -"170783",52203,36031,3,1961,2342 -"170784",52203,45290,2,1961,2731 -"170785",52203,47082,3,1961,1990 -"170786",52203,50134,3,1961,2674 -"170787",52203,54929,3,1961,2783 -"170788",52203,55128,3,1961,2257 -"170789",52203,56082,3,1961,2395 -"170790",52203,57549,3,1961,2335 -"170791",52203,59539,3,1961,2429 -"170792",52203,89681,3,1961,1978 -"170793",52210,388,3,51,1594 -"170794",52210,1560,2,51,2013 -"170795",52210,2737,3,51,607 -"170796",52210,8157,3,51,1063 -"170797",52210,8478,2,51,984 -"170798",52210,8525,3,51,1787 -"170799",52210,9506,2,51,1012 -"170800",52210,9716,1,51,1929 -"170801",52210,10128,3,51,883 -"170802",52210,10200,3,51,2920 -"170803",52210,10720,3,51,199 -"170804",52210,11429,3,51,2520 -"170805",52210,12481,3,51,1086 -"170806",52210,12973,3,51,1569 -"170807",52210,14623,3,51,2043 -"170808",52210,14626,3,51,2175 -"170809",52210,14761,3,51,2502 -"170810",52210,14789,3,51,1034 -"170811",52210,15737,3,51,676 -"170812",52210,18855,3,51,1362 -"170813",52210,20705,2,51,829 -"170814",52210,21424,2,51,1303 -"170815",52210,22571,3,51,655 -"170816",52210,23302,3,51,2677 -"170817",52210,24086,3,51,2663 -"170818",52210,24610,3,51,2733 -"170819",52210,30317,2,51,2431 -"170820",52210,30334,3,51,2075 -"170821",52210,32582,2,51,1929 -"170822",52210,32642,3,51,158 -"170823",52210,32939,2,51,2277 -"170824",52210,33533,3,51,234 -"170825",52210,37342,3,51,2649 -"170826",52210,37636,3,51,2178 -"170827",52210,39189,3,51,2319 -"170828",52210,40392,2,51,1878 -"170829",52210,41185,2,51,1929 -"170830",52210,41757,3,51,145 -"170831",52210,51783,3,51,2599 -"170832",52210,52185,3,51,1012 -"170833",52210,54903,3,51,2493 -"170834",52210,55775,3,51,2385 -"170835",52210,56737,3,51,2270 -"170836",52210,57804,3,51,2214 -"170837",52210,66299,3,51,267 -"170838",52210,74912,3,51,1542 -"170839",52210,78768,2,51,841 -"170840",52210,91715,3,51,1034 -"170841",52210,96197,3,51,1670 -"170842",52210,97266,3,51,1016 -"170843",52210,99204,3,51,232 -"170844",52210,102845,3,51,1067 -"170845",52215,2226,2,1908,2225 -"170846",52215,2852,3,1908,2448 -"170847",52215,3271,3,1908,2216 -"170848",52215,3770,3,1908,2623 -"170849",52215,4249,3,1908,2547 -"170850",52215,4612,3,1908,2804 -"170851",52215,4660,3,1908,2149 -"170852",52215,9272,2,1908,2835 -"170853",52215,9723,3,1908,2302 -"170854",52215,10766,3,1908,2647 -"170855",52215,11239,2,1908,2181 -"170856",52215,14887,3,1908,2158 -"170857",52215,14915,3,1908,2606 -"170858",52215,16352,3,1908,2657 -"170859",52215,19215,3,1908,2604 -"170860",52215,19364,3,1908,2846 -"170861",52215,22580,3,1908,2245 -"170862",52215,22709,2,1908,2743 -"170863",52215,22893,3,1908,1938 -"170864",52215,23154,3,1908,2345 -"170865",52215,27195,3,1908,2158 -"170866",52215,28432,2,1908,1954 -"170867",52215,34735,3,1908,2767 -"170868",52215,34921,2,1908,2181 -"170869",52215,35477,3,1908,2703 -"170870",52215,37859,3,1908,1999 -"170871",52215,37929,3,1908,2393 -"170872",52215,38259,3,1908,2258 -"170873",52215,39906,2,1908,2365 -"170874",52215,43226,3,1908,2442 -"170875",52215,44235,3,1908,2700 -"170876",52215,46261,3,1908,2350 -"170877",52215,48110,3,1908,2009 -"170878",52215,53809,3,1908,1956 -"170879",52215,58508,3,1908,2326 -"170880",52215,60516,3,1908,2257 -"170881",52215,60879,3,1908,2792 -"170882",52215,69335,3,1908,2698 -"170883",52215,73553,3,1908,2726 -"170884",52215,77077,2,1908,2693 -"170885",52215,92297,3,1908,2952 -"170886",52215,94640,3,1908,2344 -"170887",52215,99940,3,1908,2884 -"170888",52248,2190,3,72,2359 -"170889",52248,21281,2,72,1922 -"170890",52248,38532,3,72,1234 -"170891",52261,14353,3,2162,2878 -"170892",52261,15444,3,2162,2764 -"170893",52261,17027,3,2162,2772 -"170894",52261,20067,3,2162,2390 -"170895",52323,270,3,2148,2542 -"170896",52323,2011,3,2148,2176 -"170897",52323,2424,3,2148,2582 -"170898",52323,3305,2,2148,2839 -"170899",52323,5258,3,2148,2730 -"170900",52323,6252,3,2148,2336 -"170901",52323,6390,3,2148,2385 -"170902",52323,10513,3,2148,2284 -"170903",52323,13307,3,2148,2206 -"170904",52323,16432,3,2148,2664 -"170905",52323,17520,3,2148,2276 -"170906",52323,18543,2,2148,2968 -"170907",52323,19248,3,2148,2357 -"170908",52323,19719,3,2148,2177 -"170909",52323,20407,3,2148,2339 -"170910",52323,21012,3,2148,2325 -"170911",52323,25565,3,2148,2764 -"170912",52323,28782,2,2148,2272 -"170913",52323,36439,3,2148,2469 -"170914",52323,37285,3,2148,2428 -"170915",52323,43226,3,2148,2442 -"170916",52323,43455,3,2148,2846 -"170917",52323,44427,3,2148,2875 -"170918",52323,46629,3,2148,2255 -"170919",52323,51041,3,2148,2606 -"170920",52323,52570,3,2148,2645 -"170921",52323,52576,3,2148,2234 -"170922",52323,58508,3,2148,2326 -"170923",52323,61982,3,2148,2725 -"170924",52323,62841,3,2148,2710 -"170925",52323,74636,3,2148,2525 -"170926",52323,76892,3,2148,2381 -"170927",52323,88232,3,2148,2881 -"170928",52323,100215,3,2148,2436 -"170929",52327,134,3,1472,2062 -"170930",52327,145,3,1472,1998 -"170931",52327,316,3,1472,2413 -"170932",52327,360,3,1472,1671 -"170933",52327,512,3,1472,1596 -"170934",52327,913,3,1472,2144 -"170935",52327,915,3,1472,1793 -"170936",52327,1124,3,1472,1596 -"170937",52327,1175,3,1472,1642 -"170938",52327,1592,1,1472,2006 -"170939",52327,1691,2,1472,1941 -"170940",52327,2011,3,1472,2176 -"170941",52327,2208,3,1472,2814 -"170942",52327,2865,3,1472,2006 -"170943",52327,3628,3,1472,2707 -"170944",52327,3886,2,1472,1669 -"170945",52327,4687,3,1472,2152 -"170946",52327,5258,1,1472,2730 -"170947",52327,6252,2,1472,2336 -"170948",52327,6390,2,1472,2385 -"170949",52327,6417,3,1472,1675 -"170950",52327,6428,2,1472,1952 -"170951",52327,6491,3,1472,2424 -"170952",52327,7196,3,1472,1508 -"170953",52327,7672,3,1472,1974 -"170954",52327,7847,3,1472,2424 -"170955",52327,8657,3,1472,2473 -"170956",52327,9030,3,1472,1979 -"170957",52327,9150,3,1472,2689 -"170958",52327,10222,3,1472,2212 -"170959",52327,10488,3,1472,1524 -"170960",52327,11516,3,1472,1937 -"170961",52327,12199,1,1472,1651 -"170962",52327,12982,3,1472,2143 -"170963",52327,13837,3,1472,1604 -"170964",52327,14108,2,1472,2012 -"170965",52327,14652,2,1472,2516 -"170966",52327,14676,3,1472,2764 -"170967",52327,14731,3,1472,2012 -"170968",52327,14767,3,1472,2068 -"170969",52327,14972,3,1472,2332 -"170970",52327,17434,3,1472,1642 -"170971",52327,17943,3,1472,1943 -"170972",52327,18011,3,1472,1636 -"170973",52327,18543,2,1472,2968 -"170974",52327,19173,2,1472,1686 -"170975",52327,19208,3,1472,2629 -"170976",52327,19605,2,1472,2395 -"170977",52327,19718,3,1472,1702 -"170978",52327,20407,1,1472,2339 -"170979",52327,21193,3,1472,2490 -"170980",52327,21225,3,1472,1945 -"170981",52327,21682,3,1472,2414 -"170982",52327,22141,3,1472,2348 -"170983",52327,22165,2,1472,1501 -"170984",52327,22785,3,1472,1733 -"170985",52327,23132,3,1472,2756 -"170986",52327,24066,3,1472,1755 -"170987",52327,24198,3,1472,2217 -"170988",52327,24568,3,1472,1937 -"170989",52327,25565,3,1472,2764 -"170990",52327,25816,3,1472,2088 -"170991",52327,28056,3,1472,1505 -"170992",52327,28216,3,1472,1910 -"170993",52327,29170,3,1472,1846 -"170994",52327,29454,3,1472,2719 -"170995",52327,29948,2,1472,2795 -"170996",52327,30410,3,1472,1966 -"170997",52327,31001,3,1472,2119 -"170998",52327,31235,2,1472,2668 -"170999",52327,31307,3,1472,2139 -"171000",52327,32694,3,1472,1602 -"171001",52327,33622,3,1472,2230 -"171002",52327,35045,1,1472,1646 -"171003",52327,35095,3,1472,1502 -"171004",52327,35302,3,1472,1589 -"171005",52327,36439,2,1472,2469 -"171006",52327,37509,3,1472,1640 -"171007",52327,38213,3,1472,1744 -"171008",52327,40369,3,1472,2735 -"171009",52327,43173,2,1472,2895 -"171010",52327,43226,3,1472,2442 -"171011",52327,44420,3,1472,2184 -"171012",52327,44427,3,1472,2875 -"171013",52327,45329,3,1472,1693 -"171014",52327,45742,3,1472,2566 -"171015",52327,46951,3,1472,2429 -"171016",52327,47248,3,1472,2883 -"171017",52327,47445,2,1472,2668 -"171018",52327,49301,2,1472,1894 -"171019",52327,49470,3,1472,1528 -"171020",52327,49620,3,1472,1868 -"171021",52327,50179,3,1472,2230 -"171022",52327,50480,3,1472,2701 -"171023",52327,51853,3,1472,2520 -"171024",52327,54855,3,1472,1525 -"171025",52327,56082,3,1472,2395 -"171026",52327,56237,3,1472,2625 -"171027",52327,56903,3,1472,1584 -"171028",52327,56910,3,1472,2705 -"171029",52327,57129,3,1472,1858 -"171030",52327,57544,3,1472,2443 -"171031",52327,62219,3,1472,2494 -"171032",52327,63409,3,1472,1937 -"171033",52327,71274,3,1472,2390 -"171034",52327,74636,3,1472,2525 -"171035",52327,79804,3,1472,2227 -"171036",52327,80429,3,1472,1927 -"171037",52327,82949,3,1472,2077 -"171038",52327,88232,2,1472,2881 -"171039",52327,89880,3,1472,1938 -"171040",52327,91942,3,1472,2216 -"171041",52327,100215,3,1472,2436 -"171042",52327,103925,3,1472,1786 -"171043",52327,107649,3,1472,1573 -"171044",52345,270,3,1430,2542 -"171045",52345,457,3,1430,1704 -"171046",52345,952,3,1430,1991 -"171047",52345,1102,3,1430,2282 -"171048",52345,1124,3,1430,1596 -"171049",52345,2111,3,1430,1904 -"171050",52345,3493,3,1430,2451 -"171051",52345,4360,3,1430,1770 -"171052",52345,5580,3,1430,2111 -"171053",52345,5622,3,1430,2175 -"171054",52345,5971,3,1430,1985 -"171055",52345,6047,3,1430,2004 -"171056",52345,6074,3,1430,2426 -"171057",52345,6222,3,1430,1949 -"171058",52345,6588,2,1430,2025 -"171059",52345,6602,3,1430,1631 -"171060",52345,6718,3,1430,2138 -"171061",52345,8192,3,1430,1670 -"171062",52345,9634,3,1430,2041 -"171063",52345,9654,3,1430,2111 -"171064",52345,9805,3,1430,1621 -"171065",52345,10488,3,1430,1524 -"171066",52345,10523,3,1430,1510 -"171067",52345,10857,3,1430,2253 -"171068",52345,11218,3,1430,2292 -"171069",52345,11229,3,1430,1625 -"171070",52345,11477,3,1430,2724 -"171071",52345,12374,2,1430,2260 -"171072",52345,13307,3,1430,2206 -"171073",52345,15700,3,1430,1712 -"171074",52345,15799,3,1430,1917 -"171075",52345,16352,3,1430,2657 -"171076",52345,17400,3,1430,2231 -"171077",52345,18361,3,1430,2968 -"171078",52345,18394,3,1430,2356 -"171079",52345,19622,3,1430,2371 -"171080",52345,20311,3,1430,1981 -"171081",52345,21104,3,1430,2327 -"171082",52345,22362,3,1430,1836 -"171083",52345,23011,3,1430,2763 -"171084",52345,23509,3,1430,2275 -"171085",52345,23526,2,1430,1998 -"171086",52345,23715,3,1430,1859 -"171087",52345,23725,3,1430,2378 -"171088",52345,23729,3,1430,1624 -"171089",52345,26570,3,1430,1669 -"171090",52345,26671,3,1430,2279 -"171091",52345,26867,2,1430,1804 -"171092",52345,30405,3,1430,2164 -"171093",52345,33622,3,1430,2230 -"171094",52345,34136,3,1430,2202 -"171095",52345,34836,3,1430,2302 -"171096",52345,36031,3,1430,2342 -"171097",52345,36441,3,1430,2796 -"171098",52345,36651,3,1430,1600 -"171099",52345,38019,3,1430,1870 -"171100",52345,39294,3,1430,1889 -"171101",52345,39444,3,1430,2695 -"171102",52345,40646,3,1430,1583 -"171103",52345,42687,3,1430,1952 -"171104",52345,43213,3,1430,2160 -"171105",52345,43518,3,1430,2680 -"171106",52345,43673,3,1430,2787 -"171107",52345,44521,3,1430,1593 -"171108",52345,45684,3,1430,2200 -"171109",52345,46196,3,1430,1510 -"171110",52345,46629,3,1430,2255 -"171111",52345,48215,3,1430,2028 -"171112",52345,48698,3,1430,1474 -"171113",52345,50118,3,1430,2654 -"171114",52345,50236,2,1430,2339 -"171115",52345,54551,3,1430,2348 -"171116",52345,56082,2,1430,2395 -"171117",52345,56237,3,1430,2625 -"171118",52345,56903,3,1430,1584 -"171119",52345,67726,3,1430,2873 -"171120",52345,68024,3,1430,1531 -"171121",52345,72207,3,1430,2430 -"171122",52345,72326,3,1430,2384 -"171123",52345,74818,3,1430,1440 -"171124",52345,75403,3,1430,1895 -"171125",52345,78037,3,1430,1606 -"171126",52345,79804,3,1430,2227 -"171127",52345,82730,3,1430,1492 -"171128",52345,85356,3,1430,1492 -"171129",52345,108867,3,1430,2328 -"171130",52380,916,3,2686,2718 -"171131",52380,4551,3,2686,2720 -"171132",52380,42390,3,2686,2937 -"171133",52380,47607,3,2686,2724 -"171134",52380,59511,1,2686,2753 -"171135",52385,12067,3,1031,1213 -"171136",52386,12966,3,1830,2011 -"171137",52386,16347,3,1830,1868 -"171138",52386,16963,3,1830,1999 -"171139",52386,26597,3,1830,2070 -"171140",52386,36478,3,1830,2808 -"171141",52386,41489,3,1830,2006 -"171142",52386,45297,3,1830,1864 -"171143",52386,49142,3,1830,2289 -"171144",52386,66368,3,1830,2413 -"171145",52386,82217,3,1830,2441 -"171146",52389,5714,3,512,534 -"171147",52389,7840,2,512,984 -"171148",52389,13315,3,512,2516 -"171149",52389,15609,1,512,1229 -"171150",52389,22422,3,512,894 -"171151",52389,29354,3,512,1123 -"171152",52389,40748,2,512,1328 -"171153",52389,43743,2,512,1229 -"171154",52389,89072,3,512,1099 -"171155",52389,95730,2,512,1481 -"171156",52442,468,3,1269,1966 -"171157",52442,803,3,1269,1666 -"171158",52442,1321,3,1269,2075 -"171159",52442,1386,2,1269,1901 -"171160",52442,2684,3,1269,2874 -"171161",52442,2765,3,1269,2321 -"171162",52442,3695,2,1269,2612 -"171163",52442,4953,3,1269,2285 -"171164",52442,5072,3,1269,2175 -"171165",52442,5350,3,1269,2522 -"171166",52442,5491,3,1269,2048 -"171167",52442,5622,3,1269,2175 -"171168",52442,5984,3,1269,1675 -"171169",52442,5986,3,1269,1721 -"171170",52442,6047,3,1269,2004 -"171171",52442,6417,2,1269,1675 -"171172",52442,7078,2,1269,2344 -"171173",52442,7394,2,1269,2615 -"171174",52442,9785,3,1269,2951 -"171175",52442,10358,3,1269,2294 -"171176",52442,10558,2,1269,2312 -"171177",52442,10717,2,1269,1938 -"171178",52442,10857,3,1269,2253 -"171179",52442,11218,3,1269,2292 -"171180",52442,11966,3,1269,2385 -"171181",52442,12035,1,1269,2721 -"171182",52442,12042,2,1269,2345 -"171183",52442,12653,3,1269,1573 -"171184",52442,13311,3,1269,2315 -"171185",52442,13732,3,1269,2789 -"171186",52442,14032,3,1269,2144 -"171187",52442,14709,3,1269,1901 -"171188",52442,14772,3,1269,2386 -"171189",52442,14888,3,1269,1411 -"171190",52442,15301,3,1269,2308 -"171191",52442,15343,3,1269,2125 -"171192",52442,16352,3,1269,2657 -"171193",52442,17400,2,1269,2231 -"171194",52442,17826,3,1269,2920 -"171195",52442,18151,2,1269,2962 -"171196",52442,18348,3,1269,1711 -"171197",52442,19528,3,1269,2742 -"171198",52442,20423,3,1269,2654 -"171199",52442,20469,3,1269,2125 -"171200",52442,21417,3,1269,2422 -"171201",52442,21571,3,1269,2755 -"171202",52442,21795,3,1269,2653 -"171203",52442,23159,3,1269,1548 -"171204",52442,23310,3,1269,2371 -"171205",52442,24146,3,1269,2003 -"171206",52442,24511,2,1269,1871 -"171207",52442,24608,3,1269,1630 -"171208",52442,26080,3,1269,2525 -"171209",52442,26608,3,1269,2329 -"171210",52442,26865,2,1269,2726 -"171211",52442,28090,2,1269,1755 -"171212",52442,29791,2,1269,1986 -"171213",52442,29930,3,1269,2240 -"171214",52442,30081,3,1269,2403 -"171215",52442,32567,3,1269,2784 -"171216",52442,33160,3,1269,2441 -"171217",52442,34311,3,1269,2213 -"171218",52442,34327,2,1269,2959 -"171219",52442,34735,3,1269,2767 -"171220",52442,35542,2,1269,1439 -"171221",52442,35926,3,1269,2371 -"171222",52442,36950,3,1269,2204 -"171223",52442,36962,3,1269,2861 -"171224",52442,37333,3,1269,1612 -"171225",52442,39827,3,1269,2321 -"171226",52442,41004,3,1269,2561 -"171227",52442,42619,3,1269,2017 -"171228",52442,45664,3,1269,2235 -"171229",52442,47947,3,1269,2681 -"171230",52442,49461,3,1269,2793 -"171231",52442,51379,3,1269,1462 -"171232",52442,53134,3,1269,1590 -"171233",52442,54020,3,1269,1578 -"171234",52442,54929,3,1269,2783 -"171235",52442,57714,3,1269,1391 -"171236",52442,59522,3,1269,1516 -"171237",52442,70046,3,1269,2624 -"171238",52442,72501,3,1269,2795 -"171239",52442,73266,3,1269,2496 -"171240",52442,75403,3,1269,1895 -"171241",52442,80655,3,1269,1546 -"171242",52442,85592,3,1269,1412 -"171243",52442,86730,3,1269,1780 -"171244",52442,87198,3,1269,1462 -"171245",52442,90501,3,1269,2380 -"171246",52442,107496,2,1269,1572 -"171247",52448,803,3,414,1666 -"171248",52448,1046,3,414,1881 -"171249",52448,1127,3,414,1188 -"171250",52448,1175,2,414,1642 -"171251",52448,2269,3,414,984 -"171252",52448,2424,3,414,2582 -"171253",52448,2533,3,414,2016 -"171254",52448,3695,2,414,2612 -"171255",52448,3877,3,414,1133 -"171256",52448,3886,3,414,1669 -"171257",52448,3966,2,414,2425 -"171258",52448,4418,3,414,2788 -"171259",52448,10087,3,414,1617 -"171260",52448,11127,3,414,1196 -"171261",52448,15813,3,414,2143 -"171262",52448,17061,2,414,2385 -"171263",52448,17931,2,414,1617 -"171264",52448,21164,3,414,1645 -"171265",52448,21193,3,414,2490 -"171266",52448,22207,3,414,2365 -"171267",52448,22709,3,414,2743 -"171268",52448,23508,3,414,1907 -"171269",52448,25325,3,414,2963 -"171270",52448,25721,3,414,2212 -"171271",52448,29917,3,414,1962 -"171272",52448,34327,3,414,2959 -"171273",52448,40417,3,414,771 -"171274",52448,55472,3,414,1516 -"171275",52448,57414,3,414,922 -"171276",52448,58078,3,414,1252 -"171277",52448,69438,3,414,830 -"171278",52448,76892,3,414,2381 -"171279",52448,81482,3,414,908 -"171280",52448,86799,2,414,1951 -"171281",52448,90378,3,414,890 -"171282",52457,489,3,849,2652 -"171283",52457,733,1,849,1653 -"171284",52457,998,3,849,1795 -"171285",52457,2063,2,849,1278 -"171286",52457,2743,3,849,1278 -"171287",52457,2894,3,849,1291 -"171288",52457,3242,3,849,1730 -"171289",52457,3716,3,849,1679 -"171290",52457,4618,3,849,2607 -"171291",52457,5239,3,849,2875 -"171292",52457,5785,3,849,1261 -"171293",52457,6222,3,849,1949 -"171294",52457,6877,3,849,867 -"171295",52457,7196,3,849,1508 -"171296",52457,7984,3,849,2493 -"171297",52457,8621,3,849,1681 -"171298",52457,8913,3,849,968 -"171299",52457,9311,3,849,2477 -"171300",52457,10343,3,849,1072 -"171301",52457,11620,3,849,2010 -"171302",52457,14189,3,849,1483 -"171303",52457,14959,3,849,2898 -"171304",52457,15401,3,849,1999 -"171305",52457,15713,3,849,1646 -"171306",52457,16074,3,849,977 -"171307",52457,16164,2,849,1184 -"171308",52457,16313,3,849,1160 -"171309",52457,16539,3,849,1947 -"171310",52457,16625,3,849,1285 -"171311",52457,16801,3,849,2008 -"171312",52457,18277,3,849,2309 -"171313",52457,20067,3,849,2390 -"171314",52457,20162,3,849,2328 -"171315",52457,20311,2,849,1981 -"171316",52457,20563,3,849,2267 -"171317",52457,20824,3,849,1366 -"171318",52457,21706,3,849,1988 -"171319",52457,21911,3,849,1184 -"171320",52457,22331,3,849,2687 -"171321",52457,23508,3,849,1907 -"171322",52457,23534,3,849,1659 -"171323",52457,24362,3,849,1287 -"171324",52457,24755,3,849,1319 -"171325",52457,25241,2,849,1233 -"171326",52457,25486,3,849,2582 -"171327",52457,26436,3,849,2489 -"171328",52457,26516,3,849,2479 -"171329",52457,26706,3,849,1846 -"171330",52457,26713,3,849,1235 -"171331",52457,27753,3,849,2750 -"171332",52457,27849,3,849,1316 -"171333",52457,28731,3,849,955 -"171334",52457,29095,3,849,2531 -"171335",52457,30883,3,849,1629 -"171336",52457,30981,3,849,2366 -"171337",52457,31691,3,849,1657 -"171338",52457,32988,3,849,2008 -"171339",52457,33801,2,849,2899 -"171340",52457,34136,3,849,2202 -"171341",52457,34492,3,849,1798 -"171342",52457,35187,3,849,2488 -"171343",52457,35514,3,849,2346 -"171344",52457,36763,3,849,2165 -"171345",52457,37333,3,849,1612 -"171346",52457,38921,3,849,1880 -"171347",52457,40672,2,849,1315 -"171348",52457,49189,3,849,1550 -"171349",52457,49677,2,849,1222 -"171350",52457,50444,3,849,884 -"171351",52457,50667,2,849,2719 -"171352",52457,51022,3,849,1499 -"171353",52457,51410,3,849,2739 -"171354",52457,53475,3,849,2853 -"171355",52457,54388,3,849,1257 -"171356",52457,58133,3,849,1484 -"171357",52457,58221,2,849,1787 -"171358",52457,58414,3,849,880 -"171359",52457,65155,3,849,1947 -"171360",52457,76511,3,849,1250 -"171361",52457,82767,3,849,1641 -"171362",52457,83096,3,849,1061 -"171363",52457,86605,2,849,1020 -"171364",52457,89047,3,849,877 -"171365",52457,96911,3,849,956 -"171366",52457,99103,2,849,1470 -"171367",52457,100134,3,849,977 -"171368",52457,119444,3,849,888 -"171369",52471,25462,2,2483,2653 -"171370",52471,34158,3,2483,2639 -"171371",52471,51319,3,2483,2488 -"171372",52474,455,3,497,2827 -"171373",52474,803,3,497,1666 -"171374",52474,1262,3,497,2973 -"171375",52474,1321,3,497,2075 -"171376",52474,1386,2,497,1901 -"171377",52474,3271,3,497,2216 -"171378",52474,3695,3,497,2612 -"171379",52474,3877,3,497,1133 -"171380",52474,5491,2,497,2048 -"171381",52474,6897,1,497,514 -"171382",52474,7078,2,497,2344 -"171383",52474,7394,2,497,2615 -"171384",52474,9030,3,497,1979 -"171385",52474,10726,3,497,841 -"171386",52474,12035,3,497,2721 -"171387",52474,14709,3,497,1901 -"171388",52474,15462,3,497,1141 -"171389",52474,16029,2,497,1160 -"171390",52474,16727,3,497,2164 -"171391",52474,18151,2,497,2962 -"171392",52474,18366,3,497,2699 -"171393",52474,19528,3,497,2742 -"171394",52474,19872,3,497,2913 -"171395",52474,20369,3,497,1356 -"171396",52474,21417,3,497,2422 -"171397",52474,21795,2,497,2653 -"171398",52474,22216,3,497,1956 -"171399",52474,24511,2,497,1871 -"171400",52474,24755,3,497,1319 -"171401",52474,26608,3,497,2329 -"171402",52474,27722,3,497,1266 -"171403",52474,28923,3,497,2362 -"171404",52474,29791,3,497,1986 -"171405",52474,30081,3,497,2403 -"171406",52474,30386,3,497,1833 -"171407",52474,34160,3,497,1759 -"171408",52474,34327,2,497,2959 -"171409",52474,34693,3,497,1938 -"171410",52474,35542,1,497,1439 -"171411",52474,36950,1,497,2204 -"171412",52474,37752,2,497,2223 -"171413",52474,41832,3,497,1155 -"171414",52474,44729,3,497,588 -"171415",52474,47140,3,497,2439 -"171416",52474,51379,3,497,1462 -"171417",52474,52442,3,497,1269 -"171418",52474,53043,3,497,803 -"171419",52474,59522,2,497,1516 -"171420",52474,70646,3,497,1162 -"171421",52474,73266,3,497,2496 -"171422",52474,74730,3,497,535 -"171423",52474,77167,2,497,836 -"171424",52474,81239,3,497,547 -"171425",52474,87198,3,497,1462 -"171426",52483,4367,3,2317,2794 -"171427",52483,7252,3,2317,2799 -"171428",52483,8568,3,2317,2706 -"171429",52483,8865,3,2317,2394 -"171430",52483,14754,3,2317,2456 -"171431",52483,15826,2,2317,2772 -"171432",52483,16286,3,2317,2470 -"171433",52483,19433,3,2317,2504 -"171434",52483,23325,2,2317,2779 -"171435",52483,27908,3,2317,2576 -"171436",52483,44497,3,2317,2401 -"171437",52483,45030,3,2317,2776 -"171438",52483,47595,3,2317,2374 -"171439",52508,4567,3,2337,2348 -"171440",52508,16310,3,2337,2796 -"171441",52508,33672,3,2337,2396 -"171442",52524,2668,3,1197,1529 -"171443",52524,5599,3,1197,1684 -"171444",52524,7014,3,1197,2401 -"171445",52524,7896,2,1197,2447 -"171446",52524,8623,3,1197,2463 -"171447",52524,11419,2,1197,1408 -"171448",52524,14915,3,1197,2606 -"171449",52524,17812,3,1197,2705 -"171450",52524,23692,3,1197,1540 -"171451",52524,26336,2,1197,1904 -"171452",52524,32778,3,1197,2310 -"171453",52524,34057,3,1197,1657 -"171454",52524,35446,3,1197,1203 -"171455",52524,37929,3,1197,2393 -"171456",52524,38259,3,1197,2258 -"171457",52524,45355,3,1197,1450 -"171458",52524,47529,2,1197,2914 -"171459",52524,49414,3,1197,1667 -"171460",52524,49782,3,1197,2937 -"171461",52524,50630,3,1197,2615 -"171462",52524,51758,1,1197,2310 -"171463",52524,51879,2,1197,1771 -"171464",52524,73266,3,1197,2496 -"171465",52524,82932,3,1197,2245 -"171466",52524,95757,1,1197,1232 -"171467",52530,2724,3,1737,2447 -"171468",52530,27001,3,1737,1761 -"171469",52530,36031,3,1737,2342 -"171470",52530,44557,3,1737,2371 -"171471",52530,64737,3,1737,2442 -"171472",52530,89681,3,1737,1978 -"171473",52552,7942,3,401,2623 -"171474",52552,46650,3,401,1330 -"171475",52552,65381,3,401,2184 -"171476",52554,4430,2,1683,2019 -"171477",52554,17645,3,1683,1918 -"171478",52554,33451,3,1683,1957 -"171479",52566,33433,3,2318,2805 -"171480",52566,51157,3,2318,2319 -"171481",52566,55643,3,2318,2359 -"171482",52570,3305,2,2645,2839 -"171483",52570,16432,2,2645,2664 -"171484",52570,25129,3,2645,2647 -"171485",52570,27275,3,2645,2656 -"171486",52570,30052,3,2645,2855 -"171487",52570,43455,3,2645,2846 -"171488",52570,48605,3,2645,2796 -"171489",52570,57977,3,2645,2683 -"171490",52570,61982,2,2645,2725 -"171491",52570,62841,2,2645,2710 -"171492",52576,270,2,2234,2542 -"171493",52576,377,3,2234,2389 -"171494",52576,380,3,2234,2261 -"171495",52576,455,3,2234,2827 -"171496",52576,671,3,2234,2328 -"171497",52576,701,3,2234,2718 -"171498",52576,1102,3,2234,2282 -"171499",52576,1151,3,2234,2885 -"171500",52576,1616,2,2234,2662 -"171501",52576,1639,3,2234,2631 -"171502",52576,2036,3,2234,2483 -"171503",52576,2224,3,2234,2751 -"171504",52576,2424,1,2234,2582 -"171505",52576,2484,2,2234,2389 -"171506",52576,3305,2,2234,2839 -"171507",52576,3493,3,2234,2451 -"171508",52576,3966,3,2234,2425 -"171509",52576,4057,3,2234,2389 -"171510",52576,4953,3,2234,2285 -"171511",52576,5462,3,2234,2374 -"171512",52576,5504,3,2234,2389 -"171513",52576,7323,3,2234,2858 -"171514",52576,8610,3,2234,2240 -"171515",52576,8760,3,2234,2477 -"171516",52576,9175,3,2234,2639 -"171517",52576,9272,3,2234,2835 -"171518",52576,9311,2,2234,2477 -"171519",52576,10513,2,2234,2284 -"171520",52576,10843,3,2234,2277 -"171521",52576,10857,3,2234,2253 -"171522",52576,10890,3,2234,2639 -"171523",52576,11218,3,2234,2292 -"171524",52576,11966,3,2234,2385 -"171525",52576,12713,3,2234,2440 -"171526",52576,14252,3,2234,2244 -"171527",52576,14959,3,2234,2898 -"171528",52576,15626,3,2234,2434 -"171529",52576,16332,3,2234,2668 -"171530",52576,16432,3,2234,2664 -"171531",52576,17365,3,2234,2746 -"171532",52576,17520,3,2234,2276 -"171533",52576,18394,3,2234,2356 -"171534",52576,18965,3,2234,2315 -"171535",52576,19248,2,2234,2357 -"171536",52576,19606,3,2234,2783 -"171537",52576,19622,3,2234,2371 -"171538",52576,20124,3,2234,2376 -"171539",52576,20407,3,2234,2339 -"171540",52576,20700,3,2234,2861 -"171541",52576,21012,3,2234,2325 -"171542",52576,21138,3,2234,2849 -"171543",52576,22141,3,2234,2348 -"171544",52576,22277,3,2234,2424 -"171545",52576,22326,3,2234,2818 -"171546",52576,22415,3,2234,2841 -"171547",52576,22895,3,2234,2704 -"171548",52576,23319,3,2234,2867 -"171549",52576,24448,3,2234,2289 -"171550",52576,25129,3,2234,2647 -"171551",52576,26749,2,2234,2965 -"171552",52576,27275,2,2234,2656 -"171553",52576,27390,2,2234,2425 -"171554",52576,28168,3,2234,2702 -"171555",52576,29095,3,2234,2531 -"171556",52576,30052,3,2234,2855 -"171557",52576,30906,3,2234,2537 -"171558",52576,31235,3,2234,2668 -"171559",52576,32567,3,2234,2784 -"171560",52576,33433,3,2234,2805 -"171561",52576,33801,3,2234,2899 -"171562",52576,33949,3,2234,2489 -"171563",52576,34836,3,2234,2302 -"171564",52576,35256,2,2234,2271 -"171565",52576,36439,3,2234,2469 -"171566",52576,37285,3,2234,2428 -"171567",52576,37570,3,2234,2389 -"171568",52576,38307,3,2234,2648 -"171569",52576,38780,3,2234,2705 -"171570",52576,41945,3,2234,2856 -"171571",52576,42216,3,2234,2722 -"171572",52576,43173,3,2234,2895 -"171573",52576,43226,3,2234,2442 -"171574",52576,43455,2,2234,2846 -"171575",52576,45239,3,2234,2535 -"171576",52576,46629,2,2234,2255 -"171577",52576,47362,3,2234,2253 -"171578",52576,47772,2,2234,2293 -"171579",52576,48605,3,2234,2796 -"171580",52576,50236,3,2234,2339 -"171581",52576,50785,3,2234,2877 -"171582",52576,51041,3,2234,2606 -"171583",52576,51866,3,2234,2411 -"171584",52576,52570,3,2234,2645 -"171585",52576,53475,3,2234,2853 -"171586",52576,54551,3,2234,2348 -"171587",52576,54983,3,2234,2407 -"171588",52576,55139,3,2234,2323 -"171589",52576,55438,3,2234,2863 -"171590",52576,55468,3,2234,2511 -"171591",52576,56082,2,2234,2395 -"171592",52576,58508,2,2234,2326 -"171593",52576,59113,3,2234,2434 -"171594",52576,61982,2,2234,2725 -"171595",52576,62841,2,2234,2710 -"171596",52576,66703,3,2234,2375 -"171597",52576,68215,3,2234,2727 -"171598",52576,69335,3,2234,2698 -"171599",52576,70217,3,2234,2332 -"171600",52576,72207,3,2234,2430 -"171601",52576,74636,3,2234,2525 -"171602",52576,76892,2,2234,2381 -"171603",52576,79322,3,2234,2770 -"171604",52576,80825,3,2234,2315 -"171605",52576,83396,3,2234,2396 -"171606",52576,85430,3,2234,2370 -"171607",52597,160,3,1773,2007 -"171608",52597,2684,3,1773,2874 -"171609",52597,3409,3,1773,2167 -"171610",52597,3978,3,1773,2775 -"171611",52597,5710,3,1773,1926 -"171612",52597,7167,3,1773,1993 -"171613",52597,7406,3,1773,1906 -"171614",52597,8238,3,1773,2222 -"171615",52597,8274,3,1773,1909 -"171616",52597,8726,3,1773,2083 -"171617",52597,9723,3,1773,2302 -"171618",52597,12081,3,1773,2166 -"171619",52597,12976,3,1773,2399 -"171620",52597,13249,3,1773,2573 -"171621",52597,13324,2,1773,2163 -"171622",52597,15207,3,1773,1855 -"171623",52597,17351,3,1773,2036 -"171624",52597,17632,3,1773,1947 -"171625",52597,18670,2,1773,1835 -"171626",52597,19208,3,1773,2629 -"171627",52597,19215,3,1773,2604 -"171628",52597,21681,3,1773,2005 -"171629",52597,21734,3,1773,2528 -"171630",52597,22580,3,1773,2245 -"171631",52597,22682,2,1773,2035 -"171632",52597,22709,3,1773,2743 -"171633",52597,23098,3,1773,2300 -"171634",52597,23460,2,1773,2183 -"171635",52597,23825,3,1773,1913 -"171636",52597,24256,3,1773,2393 -"171637",52597,27796,3,1773,2151 -"171638",52597,28218,3,1773,2048 -"171639",52597,30697,3,1773,2891 -"171640",52597,31159,3,1773,2231 -"171641",52597,31705,2,1773,2706 -"171642",52597,33010,3,1773,2189 -"171643",52597,36559,3,1773,2473 -"171644",52597,38307,3,1773,2648 -"171645",52597,41900,3,1773,1970 -"171646",52597,41945,3,1773,2856 -"171647",52597,47564,3,1773,2650 -"171648",52597,63477,1,1773,1907 -"171649",52597,77611,3,1773,1795 -"171650",52597,78563,3,1773,2385 -"171651",52597,96553,3,1773,1887 -"171652",52654,1256,3,588,1212 -"171653",52654,3158,2,588,2762 -"171654",52654,4784,3,588,2511 -"171655",52654,6020,3,588,1864 -"171656",52654,6223,3,588,2363 -"171657",52654,9269,2,588,1892 -"171658",52654,9895,3,588,1960 -"171659",52654,11270,3,588,1011 -"171660",52654,12473,3,588,801 -"171661",52654,12632,2,588,1174 -"171662",52654,12703,2,588,2689 -"171663",52654,12966,3,588,2011 -"171664",52654,14172,3,588,1923 -"171665",52654,14212,3,588,857 -"171666",52654,14490,3,588,2291 -"171667",52654,16347,2,588,1868 -"171668",52654,20695,3,588,2526 -"171669",52654,21358,3,588,1970 -"171670",52654,22311,3,588,2034 -"171671",52654,24511,3,588,1871 -"171672",52654,25345,3,588,713 -"171673",52654,26740,3,588,2695 -"171674",52654,28648,3,588,1586 -"171675",52654,34331,3,588,1727 -"171676",52654,36440,3,588,704 -"171677",52654,41075,3,588,1176 -"171678",52654,41350,2,588,1935 -"171679",52654,41489,3,588,2006 -"171680",52654,42390,3,588,2937 -"171681",52654,43725,3,588,935 -"171682",52654,44132,3,588,1999 -"171683",52654,44744,3,588,2032 -"171684",52654,49142,3,588,2289 -"171685",52654,49379,3,588,1573 -"171686",52654,51505,3,588,1572 -"171687",52654,56364,3,588,1626 -"171688",52654,63329,3,588,639 -"171689",52654,64803,2,588,841 -"171690",52654,68884,3,588,1011 -"171691",52654,69260,3,588,1698 -"171692",52654,71225,1,588,956 -"171693",52654,77167,2,588,836 -"171694",52654,80801,3,588,1250 -"171695",52654,80807,3,588,1597 -"171696",52654,84591,3,588,1685 -"171697",52654,85926,3,588,907 -"171698",52654,87915,3,588,1152 -"171699",52654,101666,3,588,1257 -"171700",52654,105435,3,588,684 -"171701",52654,122938,3,588,1023 -"171702",52683,341,2,2315,2689 -"171703",52683,841,3,2315,2964 -"171704",52683,31331,3,2315,2964 -"171705",52686,6071,3,916,2310 -"171706",52686,13150,3,916,1570 -"171707",52686,22249,3,916,1892 -"171708",52686,25270,3,916,985 -"171709",52686,29117,3,916,1250 -"171710",52686,31170,3,916,1776 -"171711",52686,32060,3,916,1199 -"171712",52686,32235,3,916,2109 -"171713",52686,32312,2,916,1472 -"171714",52686,34055,1,916,1881 -"171715",52686,35688,3,916,1551 -"171716",52686,38183,1,916,2391 -"171717",52686,42280,3,916,2266 -"171718",52686,54061,2,916,1488 -"171719",52686,56673,3,916,2419 -"171720",52686,63525,3,916,2741 -"171721",52686,79404,2,916,1079 -"171722",52686,81134,2,916,1384 -"171723",52686,81853,3,916,1207 -"171724",52699,2057,3,1372,1965 -"171725",52699,2484,3,1372,2389 -"171726",52699,2540,3,1372,1398 -"171727",52699,2684,2,1372,2874 -"171728",52699,3198,2,1372,1797 -"171729",52699,3395,2,1372,1382 -"171730",52699,3397,2,1372,2126 -"171731",52699,3409,2,1372,2167 -"171732",52699,3453,1,1372,2126 -"171733",52699,7992,3,1372,2033 -"171734",52699,9311,3,1372,2477 -"171735",52699,11055,3,1372,2111 -"171736",52699,11694,3,1372,1564 -"171737",52699,12778,1,1372,2045 -"171738",52699,13835,3,1372,1588 -"171739",52699,16542,2,1372,2039 -"171740",52699,17245,2,1372,1811 -"171741",52699,17520,3,1372,2276 -"171742",52699,17645,3,1372,1918 -"171743",52699,19380,2,1372,2637 -"171744",52699,19937,3,1372,1587 -"171745",52699,23460,3,1372,2183 -"171746",52699,24753,1,1372,2860 -"171747",52699,24793,2,1372,1993 -"171748",52699,24826,2,1372,1382 -"171749",52699,26421,3,1372,2634 -"171750",52699,27001,3,1372,1761 -"171751",52699,27501,3,1372,1981 -"171752",52699,28053,3,1372,2292 -"171753",52699,32419,3,1372,1909 -"171754",52699,33801,3,1372,2899 -"171755",52699,34216,3,1372,2832 -"171756",52699,35958,3,1372,2383 -"171757",52699,36574,3,1372,2934 -"171758",52699,38921,3,1372,1880 -"171759",52699,40879,1,1372,2019 -"171760",52699,41664,2,1372,2641 -"171761",52699,42264,3,1372,1702 -"171762",52699,43902,3,1372,1726 -"171763",52699,44885,3,1372,2670 -"171764",52699,50252,3,1372,2001 -"171765",52699,53475,3,1372,2853 -"171766",52699,53604,3,1372,2489 -"171767",52699,58852,3,1372,2323 -"171768",52699,59140,3,1372,2528 -"171769",52699,63641,3,1372,2337 -"171770",52699,83286,2,1372,1793 -"171771",52699,83291,2,1372,2066 -"171772",52735,135,3,1124,2233 -"171773",52735,145,2,1124,1998 -"171774",52735,279,2,1124,1989 -"171775",52735,312,3,1124,2038 -"171776",52735,380,3,1124,2261 -"171777",52735,455,3,1124,2827 -"171778",52735,470,2,1124,2285 -"171779",52735,600,1,1124,1702 -"171780",52735,913,1,1124,2144 -"171781",52735,1036,3,1124,1367 -"171782",52735,1092,3,1124,1945 -"171783",52735,1102,3,1124,2282 -"171784",52735,1397,2,1124,1225 -"171785",52735,2523,3,1124,1691 -"171786",52735,2533,3,1124,2016 -"171787",52735,2625,3,1124,2152 -"171788",52735,2954,3,1124,2727 -"171789",52735,3305,3,1124,2839 -"171790",52735,3306,3,1124,1989 -"171791",52735,3753,2,1124,1255 -"171792",52735,3801,3,1124,1974 -"171793",52735,4084,2,1124,2133 -"171794",52735,4687,3,1124,2152 -"171795",52735,4690,3,1124,1938 -"171796",52735,4701,3,1124,2401 -"171797",52735,4791,3,1124,1184 -"171798",52735,5235,3,1124,2324 -"171799",52735,5258,3,1124,2730 -"171800",52735,5429,3,1124,1991 -"171801",52735,5451,3,1124,1299 -"171802",52735,6047,3,1124,2004 -"171803",52735,6052,3,1124,1985 -"171804",52735,6192,3,1124,2409 -"171805",52735,6390,3,1124,2385 -"171806",52735,6940,3,1124,1183 -"171807",52735,7013,3,1124,2040 -"171808",52735,7245,3,1124,2089 -"171809",52735,7515,3,1124,2737 -"171810",52735,7847,3,1124,2424 -"171811",52735,8529,3,1124,1205 -"171812",52735,8866,3,1124,1545 -"171813",52735,8888,2,1124,1328 -"171814",52735,9184,3,1124,2670 -"171815",52735,9311,3,1124,2477 -"171816",52735,9362,3,1124,2879 -"171817",52735,9391,3,1124,1252 -"171818",52735,9432,3,1124,1693 -"171819",52735,9511,2,1124,1232 -"171820",52735,9805,3,1124,1621 -"171821",52735,9893,3,1124,2701 -"171822",52735,10433,2,1124,2075 -"171823",52735,10513,3,1124,2284 -"171824",52735,10857,3,1124,2253 -"171825",52735,11434,2,1124,1187 -"171826",52735,11516,2,1124,1937 -"171827",52735,12199,3,1124,1651 -"171828",52735,12528,2,1124,2589 -"171829",52735,12602,1,1124,1956 -"171830",52735,12618,2,1124,2021 -"171831",52735,12724,3,1124,1930 -"171832",52735,13890,3,1124,1482 -"171833",52735,14652,3,1124,2516 -"171834",52735,14834,3,1124,2739 -"171835",52735,15005,3,1124,1415 -"171836",52735,15716,3,1124,1991 -"171837",52735,17645,3,1124,1918 -"171838",52735,17698,1,1124,1559 -"171839",52735,18108,3,1124,1656 -"171840",52735,18315,3,1124,2720 -"171841",52735,18543,3,1124,2968 -"171842",52735,18707,3,1124,1143 -"171843",52735,19113,3,1124,1171 -"171844",52735,19208,3,1124,2629 -"171845",52735,19248,3,1124,2357 -"171846",52735,19322,3,1124,2048 -"171847",52735,19335,3,1124,1729 -"171848",52735,19719,3,1124,2177 -"171849",52735,21197,3,1124,1437 -"171850",52735,21225,3,1124,1945 -"171851",52735,21706,3,1124,1988 -"171852",52735,21929,3,1124,2062 -"171853",52735,22282,3,1124,1418 -"171854",52735,22566,3,1124,2308 -"171855",52735,22567,3,1124,2396 -"171856",52735,23132,3,1124,2756 -"171857",52735,23705,3,1124,2699 -"171858",52735,23725,3,1124,2378 -"171859",52735,23918,2,1124,1881 -"171860",52735,24259,3,1124,1281 -"171861",52735,24448,2,1124,2289 -"171862",52735,24568,1,1124,1937 -"171863",52735,25289,3,1124,1790 -"171864",52735,25577,3,1124,1946 -"171865",52735,26451,3,1124,2133 -"171866",52735,27175,3,1124,1447 -"171867",52735,27275,1,1124,2656 -"171868",52735,27377,3,1124,1724 -"171869",52735,27390,2,1124,2425 -"171870",52735,27694,3,1124,2030 -"171871",52735,27792,3,1124,1308 -"171872",52735,27837,3,1124,1315 -"171873",52735,28101,3,1124,1949 -"171874",52735,28115,3,1124,1835 -"171875",52735,28991,3,1124,1688 -"171876",52735,29170,3,1124,1846 -"171877",52735,29308,2,1124,2094 -"171878",52735,29930,3,1124,2240 -"171879",52735,30052,3,1124,2855 -"171880",52735,31050,3,1124,1491 -"171881",52735,31235,2,1124,2668 -"171882",52735,32457,3,1124,2690 -"171883",52735,33622,3,1124,2230 -"171884",52735,34160,3,1124,1759 -"171885",52735,34907,3,1124,1945 -"171886",52735,35095,3,1124,1502 -"171887",52735,35302,3,1124,1589 -"171888",52735,35752,3,1124,1158 -"171889",52735,38780,3,1124,2705 -"171890",52735,40383,3,1124,2639 -"171891",52735,41739,2,1124,1339 -"171892",52735,42574,3,1124,2842 -"171893",52735,42799,3,1124,2729 -"171894",52735,43941,3,1124,1289 -"171895",52735,44427,3,1124,2875 -"171896",52735,45302,3,1124,2390 -"171897",52735,45608,3,1124,2420 -"171898",52735,45633,3,1124,2134 -"171899",52735,46621,3,1124,1343 -"171900",52735,46950,3,1124,2673 -"171901",52735,47445,3,1124,2668 -"171902",52735,49144,3,1124,1542 -"171903",52735,49186,3,1124,1289 -"171904",52735,49512,3,1124,1302 -"171905",52735,50041,3,1124,1565 -"171906",52735,51017,3,1124,2073 -"171907",52735,51035,3,1124,2397 -"171908",52735,51866,3,1124,2411 -"171909",52735,51925,3,1124,2307 -"171910",52735,52058,3,1124,1836 -"171911",52735,52576,3,1124,2234 -"171912",52735,53196,3,1124,1888 -"171913",52735,53219,3,1124,2973 -"171914",52735,54158,3,1124,1756 -"171915",52735,54695,3,1124,2429 -"171916",52735,54855,3,1124,1525 -"171917",52735,56082,3,1124,2395 -"171918",52735,56317,2,1124,2030 -"171919",52735,57544,3,1124,2443 -"171920",52735,58133,3,1124,1484 -"171921",52735,58427,3,1124,2234 -"171922",52735,58508,3,1124,2326 -"171923",52735,58652,3,1124,1437 -"171924",52735,58684,3,1124,2295 -"171925",52735,59022,3,1124,2494 -"171926",52735,62219,3,1124,2494 -"171927",52735,63409,2,1124,1937 -"171928",52735,64181,2,1124,1828 -"171929",52735,64699,3,1124,2797 -"171930",52735,64997,3,1124,2791 -"171931",52735,65016,3,1124,2749 -"171932",52735,65625,2,1124,1273 -"171933",52735,66413,2,1124,2507 -"171934",52735,66860,3,1124,1548 -"171935",52735,67652,2,1124,2736 -"171936",52735,68810,2,1124,2409 -"171937",52735,69712,3,1124,1219 -"171938",52735,71227,2,1124,1315 -"171939",52735,73305,2,1124,2544 -"171940",52735,76892,3,1124,2381 -"171941",52735,77815,3,1124,2358 -"171942",52735,79804,3,1124,2227 -"171943",52735,80429,3,1124,1927 -"171944",52735,80825,3,1124,2315 -"171945",52735,81588,3,1124,1568 -"171946",52735,82787,3,1124,1144 -"171947",52735,82949,3,1124,2077 -"171948",52735,84612,3,1124,2175 -"171949",52735,88808,2,1124,1462 -"171950",52735,105063,2,1124,1908 -"171951",52735,107649,3,1124,1573 -"171952",52789,765,3,1791,2073 -"171953",52789,2195,3,1791,2139 -"171954",52789,5622,3,1791,2175 -"171955",52789,10857,2,1791,2253 -"171956",52789,10874,3,1791,1891 -"171957",52789,17400,3,1791,2231 -"171958",52789,19622,3,1791,2371 -"171959",52789,23725,3,1791,2378 -"171960",52789,34480,3,1791,2755 -"171961",52789,39294,3,1791,1889 -"171962",52789,44769,3,1791,2411 -"171963",52789,45684,3,1791,2200 -"171964",52789,54551,2,1791,2348 -"171965",52789,56910,3,1791,2705 -"171966",52789,59918,3,1791,2063 -"171967",52815,341,3,2323,2689 -"171968",52815,364,3,2323,2351 -"171969",52815,680,3,2323,2569 -"171970",52815,841,2,2323,2964 -"171971",52815,2985,3,2323,2398 -"171972",52815,3978,2,2323,2775 -"171973",52815,4303,2,2323,2414 -"171974",52815,4932,3,2323,2752 -"171975",52815,6989,2,2323,2623 -"171976",52815,9787,3,2323,2858 -"171977",52815,11648,2,2323,2852 -"171978",52815,18005,2,2323,2449 -"171979",52815,27312,3,2323,2469 -"171980",52815,27390,3,2323,2425 -"171981",52815,36344,3,2323,2570 -"171982",52815,36953,3,2323,2790 -"171983",52815,40572,3,2323,2666 -"171984",52815,45729,3,2323,2606 -"171985",52815,50585,3,2323,2414 -"171986",52815,54775,3,2323,2383 -"171987",52815,56082,3,2323,2395 -"171988",52815,63077,3,2323,2778 -"171989",52815,64947,3,2323,2489 -"171990",52815,71531,3,2323,2887 -"171991",52820,2344,2,306,2752 -"171992",52820,2802,2,306,1836 -"171993",52820,6562,3,306,1139 -"171994",52820,7948,2,306,1584 -"171995",52820,9506,3,306,1012 -"171996",52820,9716,3,306,1929 -"171997",52820,9912,3,306,1356 -"171998",52820,10727,2,306,2082 -"171999",52820,11135,3,306,2441 -"172000",52820,16361,2,306,1641 -"172001",52820,22571,1,306,655 -"172002",52820,24104,1,306,817 -"172003",52820,24116,3,306,1413 -"172004",52820,25718,3,306,432 -"172005",52820,25885,2,306,1223 -"172006",52820,25886,2,306,1580 -"172007",52820,51678,3,306,1077 -"172008",52820,52185,3,306,1012 -"172009",52820,70774,3,306,355 -"172010",52820,80728,3,306,599 -"172011",52820,80784,3,306,1738 -"172012",52820,83007,3,306,2727 -"172013",52820,83362,3,306,1877 -"172014",52820,93317,2,306,1223 -"172015",52820,99955,3,306,1223 -"172016",52820,105867,3,306,1641 -"172017",52820,107993,2,306,999 -"172018",52835,23,3,995,1682 -"172019",52835,675,3,995,1686 -"172020",52835,733,3,995,1653 -"172021",52835,1046,3,995,1881 -"172022",52835,1127,3,995,1188 -"172023",52835,1130,3,995,1566 -"172024",52835,1136,2,995,2536 -"172025",52835,2063,3,995,1278 -"172026",52835,2325,3,995,1641 -"172027",52835,2743,3,995,1278 -"172028",52835,2754,3,995,1360 -"172029",52835,2954,3,995,2727 -"172030",52835,3068,3,995,1815 -"172031",52835,3242,3,995,1730 -"172032",52835,3306,3,995,1989 -"172033",52835,3886,3,995,1669 -"172034",52835,4191,3,995,2130 -"172035",52835,4618,2,995,2607 -"172036",52835,4687,3,995,2152 -"172037",52835,4705,3,995,1714 -"172038",52835,5041,3,995,2371 -"172039",52835,5462,3,995,2374 -"172040",52835,5716,3,995,1058 -"172041",52835,5725,3,995,2789 -"172042",52835,6417,3,995,1675 -"172043",52835,7181,3,995,1421 -"172044",52835,7245,3,995,2089 -"172045",52835,7258,3,995,1714 -"172046",52835,7627,3,995,1543 -"172047",52835,7861,3,995,1647 -"172048",52835,8621,3,995,1681 -"172049",52835,8700,3,995,1270 -"172050",52835,9298,3,995,1109 -"172051",52835,10890,3,995,2639 -"172052",52835,11218,3,995,2292 -"172053",52835,12096,3,995,1330 -"172054",52835,14328,3,995,1725 -"172055",52835,15003,3,995,2067 -"172056",52835,15184,3,995,2396 -"172057",52835,16164,2,995,1184 -"172058",52835,16195,3,995,2964 -"172059",52835,17357,3,995,1536 -"172060",52835,17396,3,995,1672 -"172061",52835,17819,2,995,2291 -"172062",52835,17943,3,995,1943 -"172063",52835,19027,3,995,2721 -"172064",52835,20563,3,995,2267 -"172065",52835,20824,3,995,1366 -"172066",52835,22006,3,995,1202 -"172067",52835,22331,3,995,2687 -"172068",52835,23506,3,995,1172 -"172069",52835,23534,3,995,1659 -"172070",52835,23641,3,995,1934 -"172071",52835,23725,3,995,2378 -"172072",52835,25129,3,995,2647 -"172073",52835,25341,2,995,1858 -"172074",52835,25443,2,995,1441 -"172075",52835,25643,3,995,1646 -"172076",52835,26282,2,995,1241 -"172077",52835,26322,3,995,1018 -"172078",52835,26436,3,995,2489 -"172079",52835,26516,3,995,2479 -"172080",52835,26570,3,995,1669 -"172081",52835,27753,3,995,2750 -"172082",52835,28434,2,995,1141 -"172083",52835,29050,3,995,1196 -"172084",52835,30236,3,995,2238 -"172085",52835,31307,3,995,2139 -"172086",52835,31799,2,995,2547 -"172087",52835,33383,3,995,1572 -"172088",52835,33588,3,995,1040 -"172089",52835,34492,3,995,1798 -"172090",52835,34509,3,995,1973 -"172091",52835,35360,3,995,2043 -"172092",52835,35787,3,995,1132 -"172093",52835,37620,3,995,2716 -"172094",52835,40293,3,995,1671 -"172095",52835,44636,3,995,1026 -"172096",52835,50134,3,995,2674 -"172097",52835,51022,3,995,1499 -"172098",52835,51410,3,995,2739 -"172099",52835,53134,3,995,1590 -"172100",52835,53433,3,995,1187 -"172101",52835,54929,2,995,2783 -"172102",52835,58035,2,995,1646 -"172103",52835,63770,3,995,1324 -"172104",52835,64031,2,995,1295 -"172105",52835,64181,3,995,1828 -"172106",52835,64997,3,995,2791 -"172107",52835,65029,3,995,2954 -"172108",52835,67352,3,995,1115 -"172109",52835,67805,3,995,1338 -"172110",52835,80172,3,995,1342 -"172111",52835,82767,2,995,1641 -"172112",52879,900,3,777,2726 -"172113",52879,2452,1,777,1715 -"172114",52879,4249,3,777,2547 -"172115",52879,5897,3,777,2337 -"172116",52879,6697,3,777,2438 -"172117",52879,10223,3,777,1033 -"172118",52879,14709,3,777,1901 -"172119",52879,18122,3,777,894 -"172120",52879,20176,2,777,1050 -"172121",52879,21795,3,777,2653 -"172122",52879,23015,3,777,1362 -"172123",52879,25378,3,777,1245 -"172124",52879,27280,3,777,1965 -"172125",52879,28904,3,777,926 -"172126",52879,30865,3,777,2038 -"172127",52879,33665,2,777,787 -"172128",52879,35456,3,777,2358 -"172129",52879,38087,3,777,1083 -"172130",52879,38373,1,777,1928 -"172131",52879,39249,2,777,1665 -"172132",52879,39443,3,777,2277 -"172133",52879,41718,3,777,804 -"172134",52879,44557,3,777,2371 -"172135",52879,47968,3,777,2829 -"172136",52879,58015,3,777,899 -"172137",52879,61443,2,777,2770 -"172138",52879,63077,3,777,2778 -"172139",52879,67815,3,777,2476 -"172140",52879,69062,3,777,1174 -"172141",52879,82252,2,777,1248 -"172142",52879,84447,2,777,1006 -"172143",52879,90236,3,777,1010 -"172144",52879,96059,2,777,1286 -"172145",52879,107090,3,777,954 -"172146",52879,107292,3,777,1667 -"172147",52892,270,3,2372,2542 -"172148",52892,1831,2,2372,2397 -"172149",52892,2424,3,2372,2582 -"172150",52892,3477,3,2372,2546 -"172151",52892,7794,3,2372,2972 -"172152",52892,9175,2,2372,2639 -"172153",52892,15444,3,2372,2764 -"172154",52892,16628,3,2372,2409 -"172155",52892,17365,3,2372,2746 -"172156",52892,33223,3,2372,2397 -"172157",52892,35187,3,2372,2488 -"172158",52892,37238,3,2372,2609 -"172159",52892,38227,3,2372,2511 -"172160",52892,38307,2,2372,2648 -"172161",52892,38885,3,2372,2720 -"172162",52892,41945,3,2372,2856 -"172163",52892,43455,2,2372,2846 -"172164",52892,43756,3,2372,2881 -"172165",52892,45239,3,2372,2535 -"172166",52892,51866,3,2372,2411 -"172167",52892,52032,3,2372,2853 -"172168",52892,60974,3,2372,2972 -"172169",52892,61982,3,2372,2725 -"172170",52892,75311,3,2372,2745 -"172171",52898,358,2,763,798 -"172172",52898,361,3,763,1970 -"172173",52898,392,3,763,1915 -"172174",52898,2684,3,763,2874 -"172175",52898,12778,3,763,2045 -"172176",52898,16542,2,763,2039 -"172177",52898,24753,2,763,2860 -"172178",52898,24793,2,763,1993 -"172179",52898,24794,1,763,925 -"172180",52898,24826,2,763,1382 -"172181",52898,27297,2,763,1382 -"172182",52898,31209,3,763,1137 -"172183",52898,40879,3,763,2019 -"172184",52898,41664,3,763,2641 -"172185",52898,49581,3,763,1817 -"172186",52898,51460,3,763,1872 -"172187",52898,52699,3,763,1372 -"172188",52898,58852,3,763,2323 -"172189",52898,69087,3,763,798 -"172190",52898,83907,3,763,2056 -"172191",52937,62961,3,600,926 -"172192",52937,67456,2,600,1608 -"172193",52937,71968,2,600,629 -"172194",52937,104239,3,600,926 -"172195",52950,23550,3,2716,2939 -"172196",52950,53652,3,2716,2899 -"172197",52953,1822,3,1741,2888 -"172198",52953,2181,3,1741,2030 -"172199",52953,3477,2,1741,2546 -"172200",52953,3559,3,1741,2413 -"172201",52953,5937,3,1741,2392 -"172202",52953,6063,2,1741,2349 -"172203",52953,6234,3,1741,2654 -"172204",52953,6392,3,1741,1878 -"172205",52953,6800,3,1741,2053 -"172206",52953,8993,3,1741,2099 -"172207",52953,9273,3,1741,1747 -"172208",52953,9503,3,1741,2453 -"172209",52953,13899,3,1741,2650 -"172210",52953,14817,3,1741,2110 -"172211",52953,15023,3,1741,2054 -"172212",52953,15150,3,1741,2801 -"172213",52953,16477,3,1741,2069 -"172214",52953,19317,3,1741,2041 -"172215",52953,20011,3,1741,2826 -"172216",52953,20124,3,1741,2376 -"172217",52953,20547,3,1741,2145 -"172218",52953,20739,3,1741,2025 -"172219",52953,20984,3,1741,2502 -"172220",52953,21684,3,1741,1971 -"172221",52953,30194,2,1741,2874 -"172222",52953,31357,3,1741,2389 -"172223",52953,32339,3,1741,2430 -"172224",52953,32395,3,1741,2735 -"172225",52953,33223,2,1741,2397 -"172226",52953,33451,3,1741,1957 -"172227",52953,33470,3,1741,2003 -"172228",52953,35822,3,1741,1903 -"172229",52953,37301,3,1741,2160 -"172230",52953,44730,3,1741,2468 -"172231",52953,47595,3,1741,2374 -"172232",52953,49415,3,1741,2654 -"172233",52953,51843,3,1741,2389 -"172234",52953,54385,2,1741,2340 -"172235",52953,59790,3,1741,1827 -"172236",52953,73192,3,1741,1955 -"172237",52953,76997,3,1741,2223 -"172238",52953,79547,3,1741,1909 -"172239",52953,79746,3,1741,2272 -"172240",52953,80615,2,1741,2252 -"172241",52953,84317,3,1741,2081 -"172242",52953,84808,3,1741,1974 -"172243",52953,110871,3,1741,2879 -"172244",52969,1639,3,2302,2631 -"172245",52969,6074,3,2302,2426 -"172246",52969,10278,2,2302,2345 -"172247",52969,11136,3,2302,2573 -"172248",52969,15756,3,2302,2362 -"172249",52969,19208,3,2302,2629 -"172250",52969,19643,3,2302,2452 -"172251",52969,26080,3,2302,2525 -"172252",52969,26749,3,2302,2965 -"172253",52969,29454,3,2302,2719 -"172254",52969,32311,2,2302,2396 -"172255",52969,33949,1,2302,2489 -"172256",52969,34426,3,2302,2743 -"172257",52969,41664,3,2302,2641 -"172258",52969,41972,3,2302,2509 -"172259",52969,42522,1,2302,2592 -"172260",52969,59539,3,2302,2429 -"172261",52993,237,3,1256,1982 -"172262",52993,364,2,1256,2351 -"172263",52993,841,3,1256,2964 -"172264",52993,2540,2,1256,1398 -"172265",52993,3493,3,1256,2451 -"172266",52993,3978,3,1256,2775 -"172267",52993,4303,3,1256,2414 -"172268",52993,4983,3,1256,1909 -"172269",52993,5346,3,1256,1438 -"172270",52993,6989,3,1256,2623 -"172271",52993,9703,2,1256,1845 -"172272",52993,9787,2,1256,2858 -"172273",52993,10457,3,1256,1711 -"172274",52993,11648,3,1256,2852 -"172275",52993,12361,3,1256,2732 -"172276",52993,15207,3,1256,1855 -"172277",52993,16501,3,1256,1650 -"172278",52993,18005,3,1256,2449 -"172279",52993,19655,3,1256,2706 -"172280",52993,21207,3,1256,1258 -"172281",52993,21487,3,1256,2203 -"172282",52993,25163,3,1256,1751 -"172283",52993,28869,3,1256,2425 -"172284",52993,29818,3,1256,1677 -"172285",52993,31317,2,1256,1362 -"172286",52993,31700,3,1256,2727 -"172287",52993,34908,3,1256,2796 -"172288",52993,36953,3,1256,2790 -"172289",52993,37937,3,1256,1320 -"172290",52993,40572,3,1256,2666 -"172291",52993,41581,3,1256,1692 -"172292",52993,41633,3,1256,1976 -"172293",52993,44497,3,1256,2401 -"172294",52993,44564,3,1256,2034 -"172295",52993,46486,3,1256,1868 -"172296",52993,50585,3,1256,2414 -"172297",52993,52136,3,1256,1412 -"172298",52993,52815,3,1256,2323 -"172299",52993,53739,3,1256,2704 -"172300",52993,56995,3,1256,2323 -"172301",52993,64947,2,1256,2489 -"172302",52993,71531,2,1256,2887 -"172303",52993,73597,3,1256,1989 -"172304",52993,76286,3,1256,1642 -"172305",52993,85198,3,1256,1794 -"172306",53013,3477,3,2523,2546 -"172307",53013,6824,3,2523,2680 -"172308",53013,10638,3,2523,2692 -"172309",53013,11506,3,2523,2824 -"172310",53013,18943,3,2523,2861 -"172311",53013,20007,3,2523,2971 -"172312",53013,35477,3,2523,2703 -"172313",53013,41978,3,2523,2824 -"172314",53013,59039,3,2523,2870 -"172315",53013,69335,3,2523,2698 -"172316",53017,916,3,2141,2718 -"172317",53017,94339,3,2141,2768 -"172318",53031,313,2,2065,2271 -"172319",53031,357,3,2065,2327 -"172320",53031,377,3,2065,2389 -"172321",53031,543,2,2065,2203 -"172322",53031,1151,3,2065,2885 -"172323",53031,1262,3,2065,2973 -"172324",53031,1616,3,2065,2662 -"172325",53031,2036,2,2065,2483 -"172326",53031,2484,3,2065,2389 -"172327",53031,3161,3,2065,2229 -"172328",53031,3853,3,2065,2465 -"172329",53031,4057,3,2065,2389 -"172330",53031,4191,3,2065,2130 -"172331",53031,5235,3,2065,2324 -"172332",53031,5457,3,2065,2077 -"172333",53031,5462,2,2065,2374 -"172334",53031,5504,2,2065,2389 -"172335",53031,7323,3,2065,2858 -"172336",53031,7394,3,2065,2615 -"172337",53031,8533,3,2065,2251 -"172338",53031,8760,3,2065,2477 -"172339",53031,9579,3,2065,2105 -"172340",53031,10130,2,2065,2741 -"172341",53031,10222,3,2065,2212 -"172342",53031,12713,3,2065,2440 -"172343",53031,15184,3,2065,2396 -"172344",53031,15299,3,2065,2213 -"172345",53031,16497,3,2065,2370 -"172346",53031,17826,3,2065,2920 -"172347",53031,18277,2,2065,2309 -"172348",53031,18571,3,2065,2128 -"172349",53031,19027,3,2065,2721 -"172350",53031,19516,3,2065,2313 -"172351",53031,19528,3,2065,2742 -"172352",53031,19568,2,2065,2302 -"172353",53031,19606,3,2065,2783 -"172354",53031,20700,3,2065,2861 -"172355",53031,21193,3,2065,2490 -"172356",53031,21795,3,2065,2653 -"172357",53031,24198,3,2065,2217 -"172358",53031,24923,3,2065,2785 -"172359",53031,26227,3,2065,2265 -"172360",53031,26516,3,2065,2479 -"172361",53031,26608,3,2065,2329 -"172362",53031,27478,1,2065,2485 -"172363",53031,31307,3,2065,2139 -"172364",53031,31799,2,2065,2547 -"172365",53031,32606,3,2065,2100 -"172366",53031,33433,3,2065,2805 -"172367",53031,33475,3,2065,2367 -"172368",53031,33572,3,2065,2370 -"172369",53031,35256,2,2065,2271 -"172370",53031,37570,3,2065,2389 -"172371",53031,38755,3,2065,2902 -"172372",53031,39444,3,2065,2695 -"172373",53031,46951,3,2065,2429 -"172374",53031,49965,2,2065,2301 -"172375",53031,51410,2,2065,2739 -"172376",53031,52570,3,2065,2645 -"172377",53031,55556,2,2065,2075 -"172378",53031,55828,2,2065,2393 -"172379",53031,57609,3,2065,2717 -"172380",53031,57977,2,2065,2683 -"172381",53031,58508,3,2065,2326 -"172382",53031,65029,3,2065,2954 -"172383",53031,68098,2,2065,2378 -"172384",53031,68390,3,2065,2608 -"172385",53031,72334,3,2065,2820 -"172386",53031,82949,3,2065,2077 -"172387",53031,85430,2,2065,2370 -"172388",53031,91570,3,2065,2229 -"172389",53031,93615,1,2065,2386 -"172390",53031,97498,3,2065,2346 -"172391",53043,135,3,803,2233 -"172392",53043,470,3,803,2285 -"172393",53043,600,2,803,1702 -"172394",53043,913,3,803,2144 -"172395",53043,1367,3,803,2176 -"172396",53043,2269,3,803,984 -"172397",53043,2337,3,803,1697 -"172398",53043,2424,3,803,2582 -"172399",53043,2600,2,803,1182 -"172400",53043,2747,3,803,2411 -"172401",53043,2865,3,803,2006 -"172402",53043,3164,3,803,2693 -"172403",53043,3849,3,803,1356 -"172404",53043,3863,2,803,856 -"172405",53043,4084,3,803,2133 -"172406",53043,5346,2,803,1438 -"172407",53043,5580,3,803,2111 -"172408",53043,6030,3,803,2953 -"172409",53043,7245,3,803,2089 -"172410",53043,7847,3,803,2424 -"172411",53043,9654,3,803,2111 -"172412",53043,9678,3,803,1217 -"172413",53043,9805,3,803,1621 -"172414",53043,10433,3,803,2075 -"172415",53043,11966,3,803,2385 -"172416",53043,13671,3,803,1371 -"172417",53043,14080,3,803,1351 -"172418",53043,14676,3,803,2764 -"172419",53043,14731,2,803,2012 -"172420",53043,14972,3,803,2332 -"172421",53043,15207,2,803,1855 -"172422",53043,15301,3,803,2308 -"172423",53043,15453,3,803,1688 -"172424",53043,15462,3,803,1141 -"172425",53043,15607,3,803,1421 -"172426",53043,16067,3,803,2727 -"172427",53043,17381,3,803,1697 -"172428",53043,17413,3,803,2230 -"172429",53043,17698,3,803,1559 -"172430",53043,18348,3,803,1711 -"172431",53043,18415,3,803,2184 -"172432",53043,19072,3,803,2358 -"172433",53043,19113,2,803,1171 -"172434",53043,20292,3,803,2755 -"172435",53043,20369,1,803,1356 -"172436",53043,21571,3,803,2755 -"172437",53043,21929,3,803,2062 -"172438",53043,22080,3,803,2436 -"172439",53043,22566,2,803,2308 -"172440",53043,22850,3,803,878 -"172441",53043,23705,3,803,2699 -"172442",53043,23918,3,803,1881 -"172443",53043,24511,3,803,1871 -"172444",53043,24568,3,803,1937 -"172445",53043,26322,3,803,1018 -"172446",53043,27837,3,803,1315 -"172447",53043,28050,3,803,1955 -"172448",53043,28057,3,803,1067 -"172449",53043,28168,3,803,2702 -"172450",53043,29170,3,803,1846 -"172451",53043,30262,3,803,1715 -"172452",53043,30943,3,803,2287 -"172453",53043,31050,3,803,1491 -"172454",53043,32939,3,803,2277 -"172455",53043,35302,3,803,1589 -"172456",53043,35518,3,803,1721 -"172457",53043,35542,3,803,1439 -"172458",53043,36609,3,803,2918 -"172459",53043,36862,3,803,2655 -"172460",53043,36950,3,803,2204 -"172461",53043,41739,2,803,1339 -"172462",53043,42642,3,803,2257 -"172463",53043,43173,3,803,2895 -"172464",53043,43226,3,803,2442 -"172465",53043,43566,3,803,2730 -"172466",53043,45186,3,803,835 -"172467",53043,45545,3,803,1776 -"172468",53043,45618,3,803,2356 -"172469",53043,45650,3,803,1528 -"172470",53043,46803,3,803,2305 -"172471",53043,48548,3,803,826 -"172472",53043,52735,3,803,1124 -"172473",53043,53196,3,803,1888 -"172474",53043,54388,3,803,1257 -"172475",53043,54980,3,803,876 -"172476",53043,56116,3,803,1321 -"172477",53043,57804,3,803,2214 -"172478",53043,58284,2,803,2292 -"172479",53043,63409,3,803,1937 -"172480",53043,63641,3,803,2337 -"172481",53043,64181,2,803,1828 -"172482",53043,64997,3,803,2791 -"172483",53043,65625,2,803,1273 -"172484",53043,66413,2,803,2507 -"172485",53043,67314,3,803,1051 -"172486",53043,67726,3,803,2873 -"172487",53043,69716,3,803,2632 -"172488",53043,74818,3,803,1440 -"172489",53043,77167,2,803,836 -"172490",53043,82787,3,803,1144 -"172491",53043,82893,3,803,1275 -"172492",53043,83491,3,803,1200 -"172493",53043,85356,3,803,1492 -"172494",53043,94500,3,803,1529 -"172495",53043,94520,2,803,1243 -"172496",53043,98150,3,803,1009 -"172497",53043,99557,3,803,1703 -"172498",53043,101347,3,803,1335 -"172499",53043,105063,2,803,1908 -"172500",53043,105947,3,803,997 -"172501",53043,106555,3,803,1626 -"172502",53051,4551,3,1940,2720 -"172503",53051,16595,2,1940,2352 -"172504",53051,19934,3,1940,2888 -"172505",53051,27280,3,1940,1965 -"172506",53051,37752,3,1940,2223 -"172507",53051,41187,3,1940,2340 -"172508",53051,57356,3,1940,2476 -"172509",53051,59039,3,1940,2870 -"172510",53051,65188,1,1940,2213 -"172511",53051,90745,3,1940,1994 -"172512",53069,2181,3,1664,2030 -"172513",53069,15799,3,1664,1917 -"172514",53069,33572,3,1664,2370 -"172515",53069,39444,3,1664,2695 -"172516",53069,55556,3,1664,2075 -"172517",53069,59700,1,1664,2346 -"172518",53069,92322,3,1664,2393 -"172519",53082,2443,3,2328,2333 -"172520",53082,20695,3,2328,2526 -"172521",53082,49403,2,2328,2427 -"172522",53084,49782,1,2683,2937 -"172523",53091,323,2,1134,1706 -"172524",53091,3801,3,1134,1974 -"172525",53091,10870,3,1134,1755 -"172526",53091,27379,3,1134,2461 -"172527",53091,37026,3,1134,1428 -"172528",53092,43929,3,2384,2749 -"172529",53105,145,3,953,1998 -"172530",53105,2563,3,953,1686 -"172531",53105,4723,3,953,1314 -"172532",53105,6821,3,953,1788 -"172533",53105,7118,3,953,966 -"172534",53105,9423,3,953,1708 -"172535",53105,11055,3,953,2111 -"172536",53105,11060,3,953,2155 -"172537",53105,11620,3,953,2010 -"172538",53105,12081,3,953,2166 -"172539",53105,13388,3,953,2119 -"172540",53105,14918,3,953,2071 -"172541",53105,15729,3,953,2338 -"172542",53105,17351,3,953,2036 -"172543",53105,17549,3,953,2647 -"172544",53105,18670,3,953,1835 -"172545",53105,21079,3,953,1997 -"172546",53105,21706,3,953,1988 -"172547",53105,22586,2,953,1341 -"172548",53105,27501,3,953,1981 -"172549",53105,29512,3,953,1594 -"172550",53105,39464,3,953,2314 -"172551",53105,40368,3,953,2876 -"172552",53105,40565,3,953,2115 -"172553",53105,41900,3,953,1970 -"172554",53105,42783,3,953,2338 -"172555",53105,44405,3,953,1855 -"172556",53105,45608,2,953,2420 -"172557",53105,46680,3,953,1690 -"172558",53105,55906,3,953,2851 -"172559",53105,66756,3,953,1301 -"172560",53105,100140,3,953,1041 -"172561",53120,24,3,975,1295 -"172562",53120,1315,3,975,2760 -"172563",53120,2424,3,975,2582 -"172564",53120,3139,3,975,1656 -"172565",53120,4723,3,975,1314 -"172566",53120,5226,3,975,1309 -"172567",53120,7703,2,975,2122 -"172568",53120,8529,3,975,1205 -"172569",53120,9702,3,975,1928 -"172570",53120,12901,3,975,2136 -"172571",53120,15122,3,975,1201 -"172572",53120,19096,2,975,1538 -"172573",53120,19637,3,975,1229 -"172574",53120,21197,3,975,1437 -"172575",53120,21207,3,975,1258 -"172576",53120,21285,3,975,2100 -"172577",53120,21345,3,975,2449 -"172578",53120,21734,3,975,2528 -"172579",53120,22705,3,975,1016 -"172580",53120,23312,1,975,2449 -"172581",53120,24612,3,975,1875 -"172582",53120,27427,3,975,2325 -"172583",53120,27484,3,975,1634 -"172584",53120,28131,3,975,1492 -"172585",53120,28635,3,975,2368 -"172586",53120,30150,3,975,1704 -"172587",53120,32311,3,975,2396 -"172588",53120,33949,3,975,2489 -"172589",53120,36714,3,975,2209 -"172590",53120,37108,2,975,1202 -"172591",53120,42505,3,975,2008 -"172592",53120,44654,2,975,2916 -"172593",53120,46040,3,975,2105 -"172594",53120,46642,3,975,999 -"172595",53120,48283,3,975,1290 -"172596",53120,51243,3,975,1389 -"172597",53120,53604,3,975,2489 -"172598",53120,56152,2,975,1487 -"172599",53120,57380,3,975,2362 -"172600",53120,58854,3,975,1131 -"172601",53120,65572,3,975,2750 -"172602",53120,67383,3,975,1739 -"172603",53120,70203,3,975,2756 -"172604",53120,76081,3,975,1534 -"172605",53120,81865,3,975,2704 -"172606",53120,87230,2,975,1657 -"172607",53120,88473,3,975,1102 -"172608",53120,113736,3,975,1514 -"172609",53132,21,3,81,1385 -"172610",53132,270,3,81,2542 -"172611",53132,378,3,81,2766 -"172612",53132,388,3,81,1594 -"172613",53132,512,3,81,1596 -"172614",53132,725,3,81,1064 -"172615",53132,1015,3,81,1174 -"172616",53132,1124,3,81,1596 -"172617",53132,1150,3,81,1595 -"172618",53132,1154,2,81,1656 -"172619",53132,1592,3,81,2006 -"172620",53132,1620,2,81,1303 -"172621",53132,1629,3,81,1289 -"172622",53132,1691,3,81,1941 -"172623",53132,1826,3,81,924 -"172624",53132,1846,3,81,1845 -"172625",53132,2143,3,81,1174 -"172626",53132,2349,3,81,1288 -"172627",53132,2524,3,81,1708 -"172628",53132,2540,3,81,1398 -"172629",53132,2936,3,81,2512 -"172630",53132,2959,3,81,1785 -"172631",53132,3456,3,81,1999 -"172632",53132,3477,3,81,2546 -"172633",53132,3493,3,81,2451 -"172634",53132,3896,3,81,2693 -"172635",53132,3947,3,81,2067 -"172636",53132,4303,3,81,2414 -"172637",53132,4361,2,81,2571 -"172638",53132,4622,3,81,1589 -"172639",53132,4821,3,81,1938 -"172640",53132,5018,3,81,640 -"172641",53132,5235,3,81,2324 -"172642",53132,5239,3,81,2875 -"172643",53132,5258,3,81,2730 -"172644",53132,5363,3,81,1791 -"172645",53132,5568,3,81,1290 -"172646",53132,5846,3,81,271 -"172647",53132,5962,3,81,2491 -"172648",53132,6119,3,81,2358 -"172649",53132,6252,3,81,2336 -"172650",53132,6296,3,81,148 -"172651",53132,6366,3,81,798 -"172652",53132,6390,3,81,2385 -"172653",53132,6417,3,81,1675 -"172654",53132,6602,3,81,1631 -"172655",53132,6877,3,81,867 -"172656",53132,7126,2,81,1261 -"172657",53132,7196,2,81,1508 -"172658",53132,7241,3,81,2259 -"172659",53132,7337,3,81,1797 -"172660",53132,7467,2,81,587 -"172661",53132,7798,3,81,949 -"172662",53132,7858,3,81,1795 -"172663",53132,7984,2,81,2493 -"172664",53132,7997,3,81,2049 -"172665",53132,8062,2,81,2858 -"172666",53132,8118,2,81,587 -"172667",53132,8123,3,81,144 -"172668",53132,8537,3,81,472 -"172669",53132,8860,3,81,2141 -"172670",53132,8890,2,81,1955 -"172671",53132,8913,2,81,968 -"172672",53132,9200,3,81,787 -"172673",53132,9227,3,81,1267 -"172674",53132,9702,3,81,1928 -"172675",53132,10012,3,81,89 -"172676",53132,10336,3,81,2271 -"172677",53132,10343,3,81,1072 -"172678",53132,10350,2,81,1163 -"172679",53132,10453,3,81,1656 -"172680",53132,10720,3,81,199 -"172681",53132,10726,3,81,841 -"172682",53132,10980,3,81,1974 -"172683",53132,11099,3,81,400 -"172684",53132,11108,3,81,1609 -"172685",53132,11477,3,81,2724 -"172686",53132,11576,3,81,808 -"172687",53132,11728,3,81,1121 -"172688",53132,12228,3,81,2034 -"172689",53132,12374,3,81,2260 -"172690",53132,12610,3,81,1274 -"172691",53132,12759,3,81,2414 -"172692",53132,12781,3,81,831 -"172693",53132,13296,3,81,839 -"172694",53132,13537,3,81,1020 -"172695",53132,13780,3,81,2412 -"172696",53132,13842,3,81,2250 -"172697",53132,14072,2,81,1346 -"172698",53132,14108,2,81,2012 -"172699",53132,14433,3,81,1225 -"172700",53132,14449,3,81,1258 -"172701",53132,14520,3,81,634 -"172702",53132,14761,3,81,2502 -"172703",53132,14807,3,81,241 -"172704",53132,14943,3,81,1942 -"172705",53132,14972,3,81,2332 -"172706",53132,15118,2,81,1311 -"172707",53132,15401,2,81,1999 -"172708",53132,16053,3,81,908 -"172709",53132,16176,3,81,2703 -"172710",53132,16286,3,81,2470 -"172711",53132,16310,3,81,2796 -"172712",53132,16365,2,81,2217 -"172713",53132,16625,3,81,1285 -"172714",53132,16801,3,81,2008 -"172715",53132,16826,3,81,2599 -"172716",53132,16881,3,81,925 -"172717",53132,17257,1,81,1117 -"172718",53132,17328,3,81,1206 -"172719",53132,17354,3,81,2250 -"172720",53132,17381,2,81,1697 -"172721",53132,17484,3,81,1256 -"172722",53132,17645,3,81,1918 -"172723",53132,17934,3,81,1059 -"172724",53132,17997,3,81,1621 -"172725",53132,18103,3,81,1968 -"172726",53132,18381,3,81,1524 -"172727",53132,18394,3,81,2356 -"172728",53132,18502,3,81,1033 -"172729",53132,18543,3,81,2968 -"172730",53132,18571,3,81,2128 -"172731",53132,18825,3,81,1240 -"172732",53132,18855,3,81,1362 -"172733",53132,18978,3,81,952 -"172734",53132,19501,3,81,1186 -"172735",53132,19516,3,81,2313 -"172736",53132,19718,3,81,1702 -"172737",53132,20067,3,81,2390 -"172738",53132,20070,3,81,1914 -"172739",53132,20407,3,81,2339 -"172740",53132,20562,2,81,316 -"172741",53132,20688,3,81,891 -"172742",53132,21133,2,81,1320 -"172743",53132,21209,3,81,2184 -"172744",53132,21240,3,81,1162 -"172745",53132,21246,3,81,1612 -"172746",53132,21617,3,81,516 -"172747",53132,21670,2,81,2158 -"172748",53132,21681,2,81,2005 -"172749",53132,21682,3,81,2414 -"172750",53132,21684,3,81,1971 -"172751",53132,21693,3,81,2176 -"172752",53132,22501,3,81,1006 -"172753",53132,22722,2,81,1233 -"172754",53132,23015,3,81,1362 -"172755",53132,23257,3,81,113 -"172756",53132,23325,3,81,2779 -"172757",53132,23869,3,81,1918 -"172758",53132,23966,3,81,891 -"172759",53132,24176,3,81,1986 -"172760",53132,24198,3,81,2217 -"172761",53132,25132,3,81,1188 -"172762",53132,25295,3,81,341 -"172763",53132,25373,3,81,2783 -"172764",53132,25451,3,81,698 -"172765",53132,25565,3,81,2764 -"172766",53132,26524,3,81,982 -"172767",53132,26551,3,81,652 -"172768",53132,26713,3,81,1235 -"172769",53132,26873,3,81,419 -"172770",53132,27391,3,81,2378 -"172771",53132,27545,3,81,855 -"172772",53132,28784,2,81,1579 -"172773",53132,28808,3,81,1063 -"172774",53132,28896,2,81,1395 -"172775",53132,30334,3,81,2075 -"172776",53132,30405,3,81,2164 -"172777",53132,30411,3,81,630 -"172778",53132,30609,3,81,988 -"172779",53132,30747,3,81,2455 -"172780",53132,30891,3,81,1256 -"172781",53132,31130,2,81,148 -"172782",53132,31164,3,81,1996 -"172783",53132,31700,2,81,2727 -"172784",53132,32131,2,81,1035 -"172785",53132,32163,3,81,859 -"172786",53132,32419,3,81,1909 -"172787",53132,32582,3,81,1929 -"172788",53132,32818,2,81,2485 -"172789",53132,32988,2,81,2008 -"172790",53132,33241,3,81,632 -"172791",53132,33341,3,81,2338 -"172792",53132,33380,3,81,2340 -"172793",53132,33537,3,81,2406 -"172794",53132,33621,3,81,1319 -"172795",53132,33681,3,81,1059 -"172796",53132,33850,3,81,931 -"172797",53132,33870,2,81,955 -"172798",53132,34216,3,81,2832 -"172799",53132,34314,3,81,630 -"172800",53132,34478,3,81,2265 -"172801",53132,34528,3,81,1323 -"172802",53132,34596,3,81,527 -"172803",53132,34742,3,81,1883 -"172804",53132,34892,3,81,2309 -"172805",53132,34945,3,81,1298 -"172806",53132,35529,3,81,1620 -"172807",53132,35589,2,81,983 -"172808",53132,35822,2,81,1903 -"172809",53132,35903,3,81,1434 -"172810",53132,36031,2,81,2342 -"172811",53132,36439,3,81,2469 -"172812",53132,36609,3,81,2918 -"172813",53132,36651,3,81,1600 -"172814",53132,37065,3,81,276 -"172815",53132,37238,3,81,2609 -"172816",53132,37509,3,81,1640 -"172817",53132,37636,3,81,2178 -"172818",53132,37937,2,81,1320 -"172819",53132,38038,3,81,2686 -"172820",53132,38213,3,81,1744 -"172821",53132,38219,3,81,1689 -"172822",53132,38574,3,81,188 -"172823",53132,38602,1,81,2693 -"172824",53132,38973,3,81,1999 -"172825",53132,39062,3,81,2020 -"172826",53132,39217,2,81,504 -"172827",53132,39563,3,81,486 -"172828",53132,39589,3,81,1292 -"172829",53132,40200,3,81,190 -"172830",53132,40392,3,81,1878 -"172831",53132,40432,3,81,1956 -"172832",53132,40488,3,81,486 -"172833",53132,40645,3,81,1899 -"172834",53132,41085,3,81,637 -"172835",53132,41446,2,81,1103 -"172836",53132,41723,3,81,2101 -"172837",53132,41953,3,81,945 -"172838",53132,42331,3,81,1585 -"172839",53132,42505,3,81,2008 -"172840",53132,42948,3,81,101 -"172841",53132,43173,3,81,2895 -"172842",53132,43226,3,81,2442 -"172843",53132,43385,3,81,1623 -"172844",53132,43593,3,81,2704 -"172845",53132,43635,3,81,1196 -"172846",53132,43847,3,81,222 -"172847",53132,44427,3,81,2875 -"172848",53132,44720,3,81,1202 -"172849",53132,44877,3,81,1219 -"172850",53132,45136,3,81,877 -"172851",53132,45618,3,81,2356 -"172852",53132,45650,3,81,1528 -"172853",53132,45664,3,81,2235 -"172854",53132,45959,3,81,1880 -"172855",53132,45975,3,81,157 -"172856",53132,46040,3,81,2105 -"172857",53132,46532,2,81,2005 -"172858",53132,46596,3,81,1942 -"172859",53132,46621,3,81,1343 -"172860",53132,46642,3,81,999 -"172861",53132,46717,3,81,938 -"172862",53132,46726,3,81,943 -"172863",53132,46951,3,81,2429 -"172864",53132,47064,3,81,1993 -"172865",53132,47384,2,81,1639 -"172866",53132,47386,3,81,2226 -"172867",53132,47585,3,81,794 -"172868",53132,47810,3,81,957 -"172869",53132,48215,2,81,2028 -"172870",53132,48260,3,81,875 -"172871",53132,48548,3,81,826 -"172872",53132,48698,3,81,1474 -"172873",53132,49265,2,81,2686 -"172874",53132,49300,3,81,515 -"172875",53132,49512,3,81,1302 -"172876",53132,49620,3,81,1868 -"172877",53132,50179,3,81,2230 -"172878",53132,50235,3,81,726 -"172879",53132,50278,3,81,1127 -"172880",53132,50903,3,81,931 -"172881",53132,51084,3,81,2188 -"172882",53132,51360,3,81,1882 -"172883",53132,51783,3,81,2599 -"172884",53132,52136,3,81,1412 -"172885",53132,52323,3,81,2148 -"172886",53132,52327,3,81,1472 -"172887",53132,52483,3,81,2317 -"172888",53132,53252,3,81,637 -"172889",53132,53322,3,81,1200 -"172890",53132,53323,2,81,2677 -"172891",53132,53608,3,81,1986 -"172892",53132,54715,3,81,499 -"172893",53132,55604,3,81,2342 -"172894",53132,57353,3,81,1849 -"172895",53132,57380,2,81,2362 -"172896",53132,57912,3,81,1035 -"172897",53132,57977,3,81,2683 -"172898",53132,57990,2,81,978 -"172899",53132,58238,3,81,1944 -"172900",53132,58293,3,81,250 -"172901",53132,58829,3,81,1256 -"172902",53132,59039,3,81,2870 -"172903",53132,59298,3,81,1236 -"172904",53132,59677,3,81,1174 -"172905",53132,60258,3,81,2405 -"172906",53132,61125,3,81,1673 -"172907",53132,61138,2,81,1188 -"172908",53132,61211,2,81,245 -"172909",53132,61785,2,81,822 -"172910",53132,62668,3,81,958 -"172911",53132,63077,2,81,2778 -"172912",53132,63147,3,81,1477 -"172913",53132,63328,3,81,922 -"172914",53132,63395,3,81,2334 -"172915",53132,63644,3,81,1267 -"172916",53132,64967,3,81,2872 -"172917",53132,65155,2,81,1947 -"172918",53132,65203,3,81,1597 -"172919",53132,65242,3,81,1988 -"172920",53132,65322,3,81,2008 -"172921",53132,66609,3,81,998 -"172922",53132,66693,3,81,2554 -"172923",53132,67815,3,81,2476 -"172924",53132,68539,3,81,1158 -"172925",53132,68801,3,81,116 -"172926",53132,69122,3,81,416 -"172927",53132,69447,3,81,1197 -"172928",53132,70101,3,81,2414 -"172929",53132,70838,3,81,687 -"172930",53132,70854,2,81,635 -"172931",53132,70925,3,81,109 -"172932",53132,70996,3,81,1037 -"172933",53132,71274,3,81,2390 -"172934",53132,72007,3,81,963 -"172935",53132,72597,3,81,1843 -"172936",53132,72728,1,81,2234 -"172937",53132,73113,3,81,681 -"172938",53132,73245,2,81,802 -"172939",53132,73597,3,81,1989 -"172940",53132,73728,3,81,784 -"172941",53132,74100,3,81,147 -"172942",53132,74370,3,81,1667 -"172943",53132,74636,3,81,2525 -"172944",53132,74730,3,81,535 -"172945",53132,75025,3,81,717 -"172946",53132,75282,3,81,2675 -"172947",53132,75921,3,81,517 -"172948",53132,76007,3,81,918 -"172949",53132,76127,3,81,910 -"172950",53132,76192,3,81,912 -"172951",53132,76511,3,81,1250 -"172952",53132,77057,3,81,1866 -"172953",53132,77095,3,81,1622 -"172954",53132,78150,3,81,2581 -"172955",53132,78256,3,81,804 -"172956",53132,78569,1,81,578 -"172957",53132,78645,3,81,218 -"172958",53132,78842,3,81,904 -"172959",53132,79036,3,81,2524 -"172960",53132,79158,2,81,1252 -"172961",53132,79420,3,81,1061 -"172962",53132,79436,3,81,1344 -"172963",53132,79918,3,81,1672 -"172964",53132,82341,3,81,1515 -"172965",53132,82409,3,81,1881 -"172966",53132,82426,3,81,1576 -"172967",53132,82730,3,81,1492 -"172968",53132,83053,3,81,1303 -"172969",53132,83301,3,81,1385 -"172970",53132,83523,3,81,1461 -"172971",53132,83860,3,81,1522 -"172972",53132,84574,3,81,958 -"172973",53132,85869,2,81,1509 -"172974",53132,87142,3,81,591 -"172975",53132,87509,2,81,1907 -"172976",53132,88126,3,81,1027 -"172977",53132,88212,3,81,2547 -"172978",53132,88232,2,81,2881 -"172979",53132,88739,3,81,933 -"172980",53132,89511,3,81,1205 -"172981",53132,89681,3,81,1978 -"172982",53132,89880,3,81,1938 -"172983",53132,90064,3,81,454 -"172984",53132,90065,3,81,1418 -"172985",53132,91849,3,81,1166 -"172986",53132,92297,3,81,2952 -"172987",53132,92491,3,81,1968 -"172988",53132,92592,2,81,486 -"172989",53132,92757,3,81,2615 -"172990",53132,93102,2,81,1174 -"172991",53132,95036,2,81,380 -"172992",53132,96308,3,81,521 -"172993",53132,96352,2,81,1493 -"172994",53132,97160,3,81,1215 -"172995",53132,99288,2,81,983 -"172996",53132,99332,3,81,873 -"172997",53132,99953,3,81,581 -"172998",53132,100140,3,81,1041 -"172999",53132,100860,3,81,2326 -"173000",53132,101367,2,81,974 -"173001",53132,101652,3,81,270 -"173002",53132,101967,3,81,691 -"173003",53132,103420,2,81,433 -"173004",53132,103491,3,81,1523 -"173005",53132,103890,3,81,958 -"173006",53132,104217,2,81,956 -"173007",53132,104711,3,81,410 -"173008",53132,104828,3,81,1609 -"173009",53132,105207,3,81,451 -"173010",53132,106240,2,81,705 -"173011",53132,106570,3,81,1702 -"173012",53132,106620,3,81,1177 -"173013",53132,108709,3,81,462 -"173014",53132,111485,3,81,1925 -"173015",53132,115078,3,81,697 -"173016",53132,119921,3,81,1113 -"173017",53134,270,3,1590,2542 -"173018",53134,380,3,1590,2261 -"173019",53134,600,3,1590,1702 -"173020",53134,1102,3,1590,2282 -"173021",53134,1196,3,1590,1986 -"173022",53134,1495,2,1590,2046 -"173023",53134,1616,3,1590,2662 -"173024",53134,1639,3,1590,2631 -"173025",53134,2111,3,1590,1904 -"173026",53134,2484,3,1590,2389 -"173027",53134,2766,2,1590,1920 -"173028",53134,3306,3,1590,1989 -"173029",53134,3853,3,1590,2465 -"173030",53134,3961,2,1590,2426 -"173031",53134,4253,3,1590,1890 -"173032",53134,4289,3,1590,1921 -"173033",53134,4360,3,1590,1770 -"173034",53134,4681,3,1590,2356 -"173035",53134,4763,3,1590,1960 -"173036",53134,4953,3,1590,2285 -"173037",53134,5041,3,1590,2371 -"173038",53134,5072,3,1590,2175 -"173039",53134,5315,2,1590,2631 -"173040",53134,5350,3,1590,2522 -"173041",53134,5429,3,1590,1991 -"173042",53134,5622,2,1590,2175 -"173043",53134,5984,2,1590,1675 -"173044",53134,5986,2,1590,1721 -"173045",53134,6047,3,1590,2004 -"173046",53134,6162,3,1590,1673 -"173047",53134,6324,3,1590,1990 -"173048",53134,6417,1,1590,1675 -"173049",53134,6588,3,1590,2025 -"173050",53134,6996,3,1590,2916 -"173051",53134,7292,3,1590,1988 -"173052",53134,7984,3,1590,2493 -"173053",53134,9311,3,1590,2477 -"173054",53134,9928,2,1590,2345 -"173055",53134,10358,2,1590,2294 -"173056",53134,10717,3,1590,1938 -"173057",53134,10779,3,1590,2881 -"173058",53134,10857,3,1590,2253 -"173059",53134,10870,3,1590,1755 -"173060",53134,10871,3,1590,2314 -"173061",53134,10874,3,1590,1891 -"173062",53134,11103,3,1590,2393 -"173063",53134,11218,1,1590,2292 -"173064",53134,11477,3,1590,2724 -"173065",53134,11493,3,1590,2077 -"173066",53134,11966,3,1590,2385 -"173067",53134,12035,3,1590,2721 -"173068",53134,12042,2,1590,2345 -"173069",53134,12375,3,1590,1873 -"173070",53134,13311,3,1590,2315 -"173071",53134,13388,3,1590,2119 -"173072",53134,13601,3,1590,2689 -"173073",53134,13760,3,1590,2871 -"173074",53134,13780,3,1590,2412 -"173075",53134,13837,3,1590,1604 -"173076",53134,14032,3,1590,2144 -"173077",53134,15003,3,1590,2067 -"173078",53134,15184,3,1590,2396 -"173079",53134,15301,3,1590,2308 -"173080",53134,15401,3,1590,1999 -"173081",53134,16352,2,1590,2657 -"173082",53134,16587,3,1590,2065 -"173083",53134,16826,3,1590,2599 -"173084",53134,17400,2,1590,2231 -"173085",53134,17520,3,1590,2276 -"173086",53134,17819,3,1590,2291 -"173087",53134,17997,3,1590,1621 -"173088",53134,18348,3,1590,1711 -"173089",53134,18394,3,1590,2356 -"173090",53134,18670,3,1590,1835 -"173091",53134,18874,3,1590,2170 -"173092",53134,19622,3,1590,2371 -"173093",53134,20067,3,1590,2390 -"173094",53134,20124,3,1590,2376 -"173095",53134,20292,3,1590,2755 -"173096",53134,20643,3,1590,2341 -"173097",53134,21138,3,1590,2849 -"173098",53134,21571,3,1590,2755 -"173099",53134,21706,3,1590,1988 -"173100",53134,22207,3,1590,2365 -"173101",53134,22311,3,1590,2034 -"173102",53134,22331,3,1590,2687 -"173103",53134,23310,3,1590,2371 -"173104",53134,23526,3,1590,1998 -"173105",53134,23715,3,1590,1859 -"173106",53134,23725,3,1590,2378 -"173107",53134,23806,3,1590,1671 -"173108",53134,23869,3,1590,1918 -"173109",53134,24146,3,1590,2003 -"173110",53134,24169,1,1590,1663 -"173111",53134,24253,3,1590,2213 -"173112",53134,24256,3,1590,2393 -"173113",53134,24497,3,1590,1979 -"173114",53134,24568,3,1590,1937 -"173115",53134,25325,3,1590,2963 -"173116",53134,26067,3,1590,2069 -"173117",53134,26080,2,1590,2525 -"173118",53134,26366,3,1590,1688 -"173119",53134,26700,3,1590,1663 -"173120",53134,26818,2,1590,1999 -"173121",53134,27130,3,1590,1880 -"173122",53134,27195,3,1590,2158 -"173123",53134,28296,3,1590,2944 -"173124",53134,29004,3,1590,2596 -"173125",53134,29930,2,1590,2240 -"173126",53134,30173,3,1590,2404 -"173127",53134,30405,3,1590,2164 -"173128",53134,30747,3,1590,2455 -"173129",53134,32516,3,1590,2050 -"173130",53134,32567,3,1590,2784 -"173131",53134,32658,3,1590,1694 -"173132",53134,32694,3,1590,1602 -"173133",53134,32919,3,1590,2321 -"173134",53134,32988,3,1590,2008 -"173135",53134,33801,3,1590,2899 -"173136",53134,34325,3,1590,1982 -"173137",53134,34707,3,1590,2042 -"173138",53134,34735,2,1590,2767 -"173139",53134,34820,3,1590,1630 -"173140",53134,35529,3,1590,1620 -"173141",53134,35888,3,1590,2291 -"173142",53134,35926,2,1590,2371 -"173143",53134,36559,3,1590,2473 -"173144",53134,36691,3,1590,1903 -"173145",53134,36962,3,1590,2861 -"173146",53134,37333,3,1590,1612 -"173147",53134,37758,2,1590,1998 -"173148",53134,38374,3,1590,1890 -"173149",53134,38921,3,1590,1880 -"173150",53134,38938,3,1590,1593 -"173151",53134,39294,2,1590,1889 -"173152",53134,40432,3,1590,1956 -"173153",53134,40645,3,1590,1899 -"173154",53134,41625,3,1590,1794 -"173155",53134,41955,2,1590,2479 -"173156",53134,41972,3,1590,2509 -"173157",53134,42196,3,1590,2765 -"173158",53134,42264,3,1590,1702 -"173159",53134,42619,3,1590,2017 -"173160",53134,43213,3,1590,2160 -"173161",53134,44521,3,1590,1593 -"173162",53134,45684,3,1590,2200 -"173163",53134,46039,3,1590,1794 -"173164",53134,46040,3,1590,2105 -"173165",53134,46629,3,1590,2255 -"173166",53134,46803,3,1590,2305 -"173167",53134,47386,3,1590,2226 -"173168",53134,48754,3,1590,1972 -"173169",53134,49110,3,1590,2938 -"173170",53134,49608,3,1590,2184 -"173171",53134,50134,3,1590,2674 -"173172",53134,50236,3,1590,2339 -"173173",53134,50252,2,1590,2001 -"173174",53134,50977,3,1590,2352 -"173175",53134,51017,3,1590,2073 -"173176",53134,51089,3,1590,2426 -"173177",53134,53293,2,1590,2916 -"173178",53134,53475,3,1590,2853 -"173179",53134,54127,3,1590,1593 -"173180",53134,54551,3,1590,2348 -"173181",53134,54879,3,1590,2210 -"173182",53134,54929,1,1590,2783 -"173183",53134,56082,3,1590,2395 -"173184",53134,56604,3,1590,1919 -"173185",53134,57977,3,1590,2683 -"173186",53134,63409,3,1590,1937 -"173187",53134,63442,3,1590,1965 -"173188",53134,65155,3,1590,1947 -"173189",53134,71274,3,1590,2390 -"173190",53134,72207,3,1590,2430 -"173191",53134,73305,3,1590,2544 -"173192",53134,75403,3,1590,1895 -"173193",53134,76048,3,1590,2373 -"173194",53134,76356,3,1590,2323 -"173195",53134,81349,3,1590,1958 -"173196",53134,92513,3,1590,2282 -"173197",53160,60879,3,2736,2792 -"173198",53196,135,1,1888,2233 -"173199",53196,455,1,1888,2827 -"173200",53196,470,2,1888,2285 -"173201",53196,913,3,1888,2144 -"173202",53196,1136,3,1888,2536 -"173203",53196,1367,3,1888,2176 -"173204",53196,2224,3,1888,2751 -"173205",53196,2424,3,1888,2582 -"173206",53196,2533,3,1888,2016 -"173207",53196,2954,3,1888,2727 -"173208",53196,4084,3,1888,2133 -"173209",53196,4191,2,1888,2130 -"173210",53196,4618,3,1888,2607 -"173211",53196,5491,3,1888,2048 -"173212",53196,6428,3,1888,1952 -"173213",53196,6491,3,1888,2424 -"173214",53196,7245,2,1888,2089 -"173215",53196,7847,3,1888,2424 -"173216",53196,8533,3,1888,2251 -"173217",53196,10433,2,1888,2075 -"173218",53196,12863,3,1888,2027 -"173219",53196,18151,3,1888,2962 -"173220",53196,18415,3,1888,2184 -"173221",53196,19248,3,1888,2357 -"173222",53196,19719,3,1888,2177 -"173223",53196,20563,3,1888,2267 -"173224",53196,21795,3,1888,2653 -"173225",53196,22566,3,1888,2308 -"173226",53196,23132,3,1888,2756 -"173227",53196,23705,3,1888,2699 -"173228",53196,24448,3,1888,2289 -"173229",53196,24568,3,1888,1937 -"173230",53196,25129,3,1888,2647 -"173231",53196,25577,3,1888,1946 -"173232",53196,27628,3,1888,2389 -"173233",53196,29962,3,1888,2201 -"173234",53196,30052,2,1888,2855 -"173235",53196,32988,3,1888,2008 -"173236",53196,33622,3,1888,2230 -"173237",53196,34480,3,1888,2755 -"173238",53196,34509,3,1888,1973 -"173239",53196,35481,3,1888,2211 -"173240",53196,38727,3,1888,2238 -"173241",53196,40369,3,1888,2735 -"173242",53196,42216,3,1888,2722 -"173243",53196,42505,3,1888,2008 -"173244",53196,42935,3,1888,2400 -"173245",53196,45633,2,1888,2134 -"173246",53196,47064,3,1888,1993 -"173247",53196,50685,2,1888,2008 -"173248",53196,51410,3,1888,2739 -"173249",53196,52576,3,1888,2234 -"173250",53196,54250,2,1888,2340 -"173251",53196,55139,2,1888,2323 -"173252",53196,56317,2,1888,2030 -"173253",53196,61982,3,1888,2725 -"173254",53196,62841,3,1888,2710 -"173255",53196,63409,3,1888,1937 -"173256",53196,64997,2,1888,2791 -"173257",53196,65016,3,1888,2749 -"173258",53196,65691,3,1888,2134 -"173259",53196,66413,2,1888,2507 -"173260",53196,67652,3,1888,2736 -"173261",53196,72207,3,1888,2430 -"173262",53196,87837,3,1888,1987 -"173263",53196,105063,2,1888,1908 -"173264",53223,25373,3,2690,2783 -"173265",53248,4602,3,2271,2446 -"173266",53248,5962,3,2271,2491 -"173267",53248,6119,3,2271,2358 -"173268",53248,7616,3,2271,2296 -"173269",53248,9615,2,2271,2464 -"173270",53248,14754,2,2271,2456 -"173271",53248,16286,2,2271,2470 -"173272",53252,457,3,637,1704 -"173273",53252,512,3,637,1596 -"173274",53252,1090,2,637,2370 -"173275",53252,1102,3,637,2282 -"173276",53252,1321,3,637,2075 -"173277",53252,1469,3,637,1160 -"173278",53252,1592,3,637,2006 -"173279",53252,1676,3,637,1198 -"173280",53252,1691,2,637,1941 -"173281",53252,2011,3,637,2176 -"173282",53252,2208,3,637,2814 -"173283",53252,2684,3,637,2874 -"173284",53252,3628,3,637,2707 -"173285",53252,4317,3,637,1224 -"173286",53252,5018,2,637,640 -"173287",53252,5258,3,637,2730 -"173288",53252,5580,3,637,2111 -"173289",53252,6074,3,637,2426 -"173290",53252,6252,3,637,2336 -"173291",53252,6390,2,637,2385 -"173292",53252,8011,3,637,889 -"173293",53252,8192,3,637,1670 -"173294",53252,8762,3,637,2585 -"173295",53252,8888,3,637,1328 -"173296",53252,9200,3,637,787 -"173297",53252,9654,3,637,2111 -"173298",53252,9805,2,637,1621 -"173299",53252,10401,3,637,863 -"173300",53252,11055,3,637,2111 -"173301",53252,12199,3,637,1651 -"173302",53252,13945,3,637,1324 -"173303",53252,14108,2,637,2012 -"173304",53252,14731,3,637,2012 -"173305",53252,14972,3,637,2332 -"173306",53252,14983,3,637,1047 -"173307",53252,16201,3,637,1811 -"173308",53252,17434,3,637,1642 -"173309",53252,17645,3,637,1918 -"173310",53252,18502,3,637,1033 -"173311",53252,18543,2,637,2968 -"173312",53252,19173,3,637,1686 -"173313",53252,19621,3,637,725 -"173314",53252,20407,2,637,2339 -"173315",53252,21133,3,637,1320 -"173316",53252,21246,3,637,1612 -"173317",53252,24198,3,637,2217 -"173318",53252,25565,3,637,2764 -"173319",53252,26608,3,637,2329 -"173320",53252,27792,3,637,1308 -"173321",53252,28592,3,637,2320 -"173322",53252,28808,3,637,1063 -"173323",53252,29948,3,637,2795 -"173324",53252,30915,3,637,1207 -"173325",53252,31001,3,637,2119 -"173326",53252,31235,3,637,2668 -"173327",53252,31700,3,637,2727 -"173328",53252,33621,3,637,1319 -"173329",53252,33622,3,637,2230 -"173330",53252,34934,3,637,645 -"173331",53252,34945,3,637,1298 -"173332",53252,35235,3,637,2610 -"173333",53252,36439,2,637,2469 -"173334",53252,37509,2,637,1640 -"173335",53252,37937,3,637,1320 -"173336",53252,38213,3,637,1744 -"173337",53252,39556,3,637,2747 -"173338",53252,40954,3,637,2603 -"173339",53252,43173,3,637,2895 -"173340",53252,43226,3,637,2442 -"173341",53252,43635,3,637,1196 -"173342",53252,44427,2,637,2875 -"173343",53252,46621,3,637,1343 -"173344",53252,46726,3,637,943 -"173345",53252,47064,3,637,1993 -"173346",53252,47248,3,637,2883 -"173347",53252,47407,3,637,832 -"173348",53252,47435,3,637,878 -"173349",53252,47585,2,637,794 -"173350",53252,48754,3,637,1972 -"173351",53252,49620,3,637,1868 -"173352",53252,50235,1,637,726 -"173353",53252,51410,3,637,2739 -"173354",53252,52136,3,637,1412 -"173355",53252,52323,3,637,2148 -"173356",53252,52327,3,637,1472 -"173357",53252,52345,3,637,1430 -"173358",53252,55156,3,637,2196 -"173359",53252,57732,3,637,2454 -"173360",53252,57990,2,637,978 -"173361",53252,58133,3,637,1484 -"173362",53252,58284,3,637,2292 -"173363",53252,59939,3,637,936 -"173364",53252,61785,2,637,822 -"173365",53252,62062,3,637,860 -"173366",53252,62602,3,637,1172 -"173367",53252,62668,3,637,958 -"173368",53252,64181,3,637,1828 -"173369",53252,69447,3,637,1197 -"173370",53252,72956,3,637,1251 -"173371",53252,74636,3,637,2525 -"173372",53252,75025,3,637,717 -"173373",53252,76127,2,637,910 -"173374",53252,76192,2,637,912 -"173375",53252,78256,3,637,804 -"173376",53252,78563,3,637,2385 -"173377",53252,78975,3,637,946 -"173378",53252,79364,3,637,834 -"173379",53252,79612,3,637,927 -"173380",53252,79657,3,637,1260 -"173381",53252,82401,3,637,1210 -"173382",53252,82949,3,637,2077 -"173383",53252,87269,3,637,847 -"173384",53252,88232,3,637,2881 -"173385",53252,88966,3,637,1568 -"173386",53252,89880,2,637,1938 -"173387",53252,92491,3,637,1968 -"173388",53252,93398,3,637,828 -"173389",53252,94125,3,637,2280 -"173390",53252,95288,3,637,1602 -"173391",53252,97824,1,637,1229 -"173392",53252,99152,3,637,1698 -"173393",53252,100215,3,637,2436 -"173394",53252,100432,3,637,1358 -"173395",53252,101967,2,637,691 -"173396",53252,106318,3,637,1698 -"173397",53254,51774,2,1612,2459 -"173398",53266,14834,3,2389,2739 -"173399",53266,28285,3,2389,2972 -"173400",53266,38780,3,2389,2705 -"173401",53266,41607,3,2389,2802 -"173402",53266,65007,3,2389,2530 -"173403",53284,54388,3,223,1257 -"173404",53300,1367,2,2162,2176 -"173405",53300,4418,3,2162,2788 -"173406",53300,4618,2,2162,2607 -"173407",53300,5148,2,2162,2206 -"173408",53300,5669,2,2162,2502 -"173409",53300,5725,2,2162,2789 -"173410",53300,8533,1,2162,2251 -"173411",53300,12867,2,2162,2773 -"173412",53300,18415,3,2162,2184 -"173413",53300,20563,3,2162,2267 -"173414",53300,20783,3,2162,2414 -"173415",53300,24923,3,2162,2785 -"173416",53300,26351,2,2162,2683 -"173417",53300,28285,2,2162,2972 -"173418",53300,29073,2,2162,2328 -"173419",53300,31799,3,2162,2547 -"173420",53300,36559,3,2162,2473 -"173421",53300,39087,3,2162,2765 -"173422",53300,47947,2,2162,2681 -"173423",53300,57977,2,2162,2683 -"173424",53300,62840,2,2162,2502 -"173425",53300,71562,2,2162,2574 -"173426",53303,270,2,1376,2542 -"173427",53303,312,3,1376,2038 -"173428",53303,380,3,1376,2261 -"173429",53303,1102,3,1376,2282 -"173430",53303,1124,2,1376,1596 -"173431",53303,2111,2,1376,1904 -"173432",53303,2181,3,1376,2030 -"173433",53303,2195,3,1376,2139 -"173434",53303,2424,3,1376,2582 -"173435",53303,2684,3,1376,2874 -"173436",53303,3305,3,1376,2839 -"173437",53303,3493,3,1376,2451 -"173438",53303,3966,3,1376,2425 -"173439",53303,4360,2,1376,1770 -"173440",53303,5072,3,1376,2175 -"173441",53303,5235,3,1376,2324 -"173442",53303,5622,3,1376,2175 -"173443",53303,5971,2,1376,1985 -"173444",53303,5984,3,1376,1675 -"173445",53303,5986,3,1376,1721 -"173446",53303,6047,3,1376,2004 -"173447",53303,6052,3,1376,1985 -"173448",53303,6222,3,1376,1949 -"173449",53303,6417,3,1376,1675 -"173450",53303,6588,1,1376,2025 -"173451",53303,6718,3,1376,2138 -"173452",53303,7180,3,1376,2227 -"173453",53303,7234,3,1376,2654 -"173454",53303,7555,3,1376,1943 -"173455",53303,7858,3,1376,1795 -"173456",53303,9432,3,1376,1693 -"173457",53303,9624,3,1376,2398 -"173458",53303,9634,3,1376,2041 -"173459",53303,9654,3,1376,2111 -"173460",53303,9928,3,1376,2345 -"173461",53303,10488,2,1376,1524 -"173462",53303,10523,2,1376,1510 -"173463",53303,10857,2,1376,2253 -"173464",53303,11055,3,1376,2111 -"173465",53303,11218,2,1376,2292 -"173466",53303,11229,3,1376,1625 -"173467",53303,11351,3,1376,2971 -"173468",53303,11477,3,1376,2724 -"173469",53303,11620,3,1376,2010 -"173470",53303,12042,3,1376,2345 -"173471",53303,12374,2,1376,2260 -"173472",53303,12724,3,1376,1930 -"173473",53303,13307,2,1376,2206 -"173474",53303,15700,3,1376,1712 -"173475",53303,15799,2,1376,1917 -"173476",53303,16352,3,1376,2657 -"173477",53303,17400,2,1376,2231 -"173478",53303,18361,3,1376,2968 -"173479",53303,18394,2,1376,2356 -"173480",53303,19622,3,1376,2371 -"173481",53303,19862,3,1376,2412 -"173482",53303,20124,3,1376,2376 -"173483",53303,20311,2,1376,1981 -"173484",53303,21012,3,1376,2325 -"173485",53303,21104,3,1376,2327 -"173486",53303,21929,3,1376,2062 -"173487",53303,22197,3,1376,2271 -"173488",53303,22362,3,1376,1836 -"173489",53303,23011,3,1376,2763 -"173490",53303,23526,1,1376,1998 -"173491",53303,23715,2,1376,1859 -"173492",53303,23725,3,1376,2378 -"173493",53303,23729,3,1376,1624 -"173494",53303,24066,3,1376,1755 -"173495",53303,25643,3,1376,1646 -"173496",53303,26067,3,1376,2069 -"173497",53303,26080,3,1376,2525 -"173498",53303,26570,3,1376,1669 -"173499",53303,26671,3,1376,2279 -"173500",53303,26818,3,1376,1999 -"173501",53303,26848,3,1376,2363 -"173502",53303,26867,1,1376,1804 -"173503",53303,27377,3,1376,1724 -"173504",53303,30165,3,1376,1409 -"173505",53303,30405,2,1376,2164 -"173506",53303,31307,3,1376,2139 -"173507",53303,31436,3,1376,2892 -"173508",53303,31691,3,1376,1657 -"173509",53303,32173,3,1376,2341 -"173510",53303,33622,3,1376,2230 -"173511",53303,33801,3,1376,2899 -"173512",53303,34136,3,1376,2202 -"173513",53303,34480,3,1376,2755 -"173514",53303,34836,3,1376,2302 -"173515",53303,35402,3,1376,2339 -"173516",53303,38019,3,1376,1870 -"173517",53303,39294,3,1376,1889 -"173518",53303,39444,3,1376,2695 -"173519",53303,40493,3,1376,1981 -"173520",53303,40646,3,1376,1583 -"173521",53303,42687,3,1376,1952 -"173522",53303,43213,3,1376,2160 -"173523",53303,43385,3,1376,1623 -"173524",53303,43455,3,1376,2846 -"173525",53303,43518,3,1376,2680 -"173526",53303,43673,3,1376,2787 -"173527",53303,44521,3,1376,1593 -"173528",53303,44641,3,1376,1981 -"173529",53303,45302,3,1376,2390 -"173530",53303,45684,2,1376,2200 -"173531",53303,46182,3,1376,1613 -"173532",53303,46196,3,1376,1510 -"173533",53303,46629,2,1376,2255 -"173534",53303,48035,3,1376,2180 -"173535",53303,48215,3,1376,2028 -"173536",53303,48698,3,1376,1474 -"173537",53303,50236,2,1376,2339 -"173538",53303,52136,2,1376,1412 -"173539",53303,52345,1,1376,1430 -"173540",53303,53134,3,1376,1590 -"173541",53303,54551,3,1376,2348 -"173542",53303,54929,3,1376,2783 -"173543",53303,56082,2,1376,2395 -"173544",53303,56237,3,1376,2625 -"173545",53303,57246,3,1376,1873 -"173546",53303,61982,3,1376,2725 -"173547",53303,65242,3,1376,1988 -"173548",53303,67726,3,1376,2873 -"173549",53303,72207,2,1376,2430 -"173550",53303,72326,2,1376,2384 -"173551",53303,75403,3,1376,1895 -"173552",53303,79804,2,1376,2227 -"173553",53303,82730,3,1376,1492 -"173554",53303,83396,3,1376,2396 -"173555",53303,108867,3,1376,2328 -"173556",53322,2743,3,1200,1278 -"173557",53322,3801,3,1200,1974 -"173558",53322,4932,3,1200,2752 -"173559",53322,8529,3,1200,1205 -"173560",53322,12374,3,1200,2260 -"173561",53322,14834,3,1200,2739 -"173562",53322,15799,3,1200,1917 -"173563",53322,19096,3,1200,1538 -"173564",53322,19719,3,1200,2177 -"173565",53322,23825,3,1200,1913 -"173566",53322,30405,3,1200,2164 -"173567",53322,34836,2,1200,2302 -"173568",53322,38019,2,1200,1870 -"173569",53322,38780,3,1200,2705 -"173570",53322,49512,3,1200,1302 -"173571",53322,51017,3,1200,2073 -"173572",53322,51035,3,1200,2397 -"173573",53322,53266,3,1200,2389 -"173574",53322,53323,1,1200,2677 -"173575",53322,53608,2,1200,1986 -"173576",53322,57353,3,1200,1849 -"173577",53322,65007,3,1200,2530 -"173578",53322,72468,3,1200,2292 -"173579",53323,21138,3,2677,2849 -"173580",53323,31700,3,2677,2727 -"173581",53323,36087,3,2677,2755 -"173582",53323,38602,3,2677,2693 -"173583",53323,38780,3,2677,2705 -"173584",53323,42216,3,2677,2722 -"173585",53323,47248,3,2677,2883 -"173586",53323,49265,3,2677,2686 -"173587",53323,64997,3,2677,2791 -"173588",53323,88232,3,2677,2881 -"173589",53342,1367,3,2071,2176 -"173590",53342,3011,3,2071,2278 -"173591",53342,4701,3,2071,2401 -"173592",53342,6241,2,2071,2264 -"173593",53342,8327,3,2071,2527 -"173594",53342,8533,3,2071,2251 -"173595",53342,9311,3,2071,2477 -"173596",53342,10358,3,2071,2294 -"173597",53342,10843,3,2071,2277 -"173598",53342,10859,2,2071,2231 -"173599",53342,11218,3,2071,2292 -"173600",53342,12042,3,2071,2345 -"173601",53342,15343,3,2071,2125 -"173602",53342,15626,3,2071,2434 -"173603",53342,20407,3,2071,2339 -"173604",53342,23460,3,2071,2183 -"173605",53342,24721,3,2071,2326 -"173606",53342,25480,3,2071,2747 -"173607",53342,28285,3,2071,2972 -"173608",53342,33433,2,2071,2805 -"173609",53342,35888,3,2071,2291 -"173610",53342,38755,3,2071,2902 -"173611",53342,47362,3,2071,2253 -"173612",53342,51089,3,2071,2426 -"173613",53342,54879,2,2071,2210 -"173614",53342,55643,3,2071,2359 -"173615",53342,59113,3,2071,2434 -"173616",53342,70046,2,2071,2624 -"173617",53342,84799,3,2071,2656 -"173618",53342,92513,3,2071,2282 -"173619",53342,102186,3,2071,2937 -"173620",53362,5816,2,2360,2408 -"173621",53362,14754,3,2360,2456 -"173622",53362,17999,3,2360,2758 -"173623",53362,18808,3,2360,2854 -"173624",53362,21571,3,2360,2755 -"173625",53362,22905,2,2360,2599 -"173626",53362,23739,3,2360,2463 -"173627",53362,24761,3,2360,2384 -"173628",53362,26642,2,2360,2952 -"173629",53362,31251,2,2360,2498 -"173630",53362,38309,3,2360,2644 -"173631",53362,41134,2,2360,2952 -"173632",53362,45585,3,2360,2384 -"173633",53362,49147,2,2360,2539 -"173634",53362,50635,3,2360,2962 -"173635",53362,51783,3,2360,2599 -"173636",53362,53530,3,2360,2380 -"173637",53362,55775,2,2360,2385 -"173638",53362,59470,3,2360,2393 -"173639",53362,60672,3,2360,2876 -"173640",53362,68416,3,2360,2939 -"173641",53368,1592,3,77,2006 -"173642",53368,2731,3,77,434 -"173643",53368,11601,3,77,173 -"173644",53368,12449,3,77,2067 -"173645",53368,13869,2,77,1786 -"173646",53368,14616,1,77,385 -"173647",53368,39865,3,77,849 -"173648",53368,46621,3,77,1343 -"173649",53368,51925,3,77,2307 -"173650",53368,61785,3,77,822 -"173651",53368,73786,1,77,2937 -"173652",53368,75921,3,77,517 -"173653",53368,88232,3,77,2881 -"173654",53377,919,3,417,910 -"173655",53377,2282,2,417,2056 -"173656",53377,2724,3,417,2447 -"173657",53377,2927,2,417,1789 -"173658",53377,3271,3,417,2216 -"173659",53377,3272,3,417,2132 -"173660",53377,4249,3,417,2547 -"173661",53377,4622,3,417,1589 -"173662",53377,4968,2,417,1586 -"173663",53377,6040,3,417,2103 -"173664",53377,8607,3,417,1685 -"173665",53377,9272,3,417,2835 -"173666",53377,9724,3,417,2713 -"173667",53377,10701,2,417,2000 -"173668",53377,11858,3,417,1530 -"173669",53377,12598,3,417,2086 -"173670",53377,12735,3,417,819 -"173671",53377,13034,3,417,698 -"173672",53377,14212,3,417,857 -"173673",53377,14470,3,417,2632 -"173674",53377,14612,3,417,2340 -"173675",53377,14957,2,417,2306 -"173676",53377,15023,2,417,2054 -"173677",53377,15782,2,417,2306 -"173678",53377,16963,3,417,1999 -"173679",53377,17531,3,417,876 -"173680",53377,17695,2,417,1930 -"173681",53377,19075,3,417,2214 -"173682",53377,19366,3,417,2279 -"173683",53377,19667,3,417,1466 -"173684",53377,20038,3,417,1531 -"173685",53377,20547,2,417,2145 -"173686",53377,20921,3,417,723 -"173687",53377,22357,3,417,1397 -"173688",53377,24252,1,417,639 -"173689",53377,25518,3,417,1955 -"173690",53377,26597,3,417,2070 -"173691",53377,27458,3,417,647 -"173692",53377,28290,3,417,430 -"173693",53377,28782,3,417,2272 -"173694",53377,29100,3,417,843 -"173695",53377,29778,3,417,840 -"173696",53377,30714,1,417,2485 -"173697",53377,31357,3,417,2389 -"173698",53377,31855,1,417,2636 -"173699",53377,32169,3,417,2504 -"173700",53377,32350,3,417,1540 -"173701",53377,36399,3,417,1357 -"173702",53377,36840,3,417,2269 -"173703",53377,38422,3,417,1019 -"173704",53377,39893,3,417,1601 -"173705",53377,42382,3,417,2224 -"173706",53377,42390,3,417,2937 -"173707",53377,43226,3,417,2442 -"173708",53377,43701,3,417,2400 -"173709",53377,46616,3,417,1917 -"173710",53377,48110,3,417,2009 -"173711",53377,50468,2,417,1659 -"173712",53377,51399,3,417,934 -"173713",53377,51843,2,417,2389 -"173714",53377,53584,3,417,2391 -"173715",53377,54316,3,417,1202 -"173716",53377,54385,2,417,2340 -"173717",53377,54407,3,417,514 -"173718",53377,55183,3,417,450 -"173719",53377,55730,3,417,1217 -"173720",53377,58508,3,417,2326 -"173721",53377,63104,3,417,2149 -"173722",53377,63631,3,417,763 -"173723",53377,65375,2,417,824 -"173724",53377,69308,3,417,2370 -"173725",53377,69335,3,417,2698 -"173726",53377,69795,2,417,2636 -"173727",53377,73520,3,417,2613 -"173728",53377,76295,2,417,1001 -"173729",53377,76450,3,417,1077 -"173730",53377,78277,3,417,1937 -"173731",53377,78477,3,417,1613 -"173732",53377,78611,3,417,1586 -"173733",53377,80301,3,417,1690 -"173734",53377,80615,3,417,2252 -"173735",53377,80970,1,417,2069 -"173736",53377,83598,3,417,619 -"173737",53377,84181,3,417,1272 -"173738",53377,84235,3,417,1639 -"173739",53377,84808,2,417,1974 -"173740",53377,88984,3,417,935 -"173741",53377,93590,3,417,1188 -"173742",53377,96718,3,417,1767 -"173743",53377,105253,3,417,476 -"173744",53377,108974,3,417,752 -"173745",53377,110737,3,417,2117 -"173746",53377,117190,3,417,425 -"173747",53412,1428,3,566,742 -"173748",53412,5346,3,566,1438 -"173749",53412,5785,3,566,1261 -"173750",53412,6055,3,566,2651 -"173751",53412,8275,3,566,2237 -"173752",53412,8748,3,566,699 -"173753",53412,12639,3,566,1141 -"173754",53412,12692,3,566,1855 -"173755",53412,13967,3,566,1354 -"173756",53412,13979,3,566,1559 -"173757",53412,15207,2,566,1855 -"173758",53412,19593,2,566,2013 -"173759",53412,19621,2,566,725 -"173760",53412,21566,2,566,1234 -"173761",53412,23006,3,566,1532 -"173762",53412,26582,3,566,2772 -"173763",53412,27104,3,566,1608 -"173764",53412,27860,3,566,1588 -"173765",53412,28130,2,566,908 -"173766",53412,28131,3,566,1492 -"173767",53412,28808,3,566,1063 -"173768",53412,30883,3,566,1629 -"173769",53412,35772,2,566,1440 -"173770",53412,36441,3,566,2796 -"173771",53412,41108,3,566,1624 -"173772",53412,42799,2,566,2729 -"173773",53412,45277,2,566,1777 -"173774",53412,46635,2,566,2528 -"173775",53412,50382,3,566,2244 -"173776",53412,50487,3,566,744 -"173777",53412,51616,3,566,761 -"173778",53412,54522,2,566,699 -"173779",53412,56903,2,566,1584 -"173780",53412,62148,3,566,1566 -"173781",53412,64502,3,566,1670 -"173782",53412,68024,3,566,1531 -"173783",53412,74818,2,566,1440 -"173784",53412,76356,3,566,2323 -"173785",53412,79371,3,566,1624 -"173786",53412,81463,2,566,955 -"173787",53412,81676,3,566,839 -"173788",53412,85356,2,566,1492 -"173789",53412,85875,3,566,957 -"173790",53412,86785,3,566,1607 -"173791",53412,87720,2,566,2086 -"173792",53412,91901,2,566,1236 -"173793",53412,94520,3,566,1243 -"173794",53412,96132,2,566,1489 -"173795",53412,96911,3,566,956 -"173796",53412,109718,3,566,1237 -"173797",53414,2724,3,1672,2447 -"173798",53414,3272,3,1672,2132 -"173799",53414,6040,3,1672,2103 -"173800",53414,12598,3,1672,2086 -"173801",53414,15023,2,1672,2054 -"173802",53414,19075,3,1672,2214 -"173803",53414,20547,3,1672,2145 -"173804",53414,31357,3,1672,2389 -"173805",53414,51843,3,1672,2389 -"173806",53414,54385,3,1672,2340 -"173807",53414,63104,3,1672,2149 -"173808",53414,69308,3,1672,2370 -"173809",53414,80615,2,1672,2252 -"173810",53414,84808,3,1672,1974 -"173811",53419,5350,3,858,2522 -"173812",53419,11143,2,858,2623 -"173813",53419,17365,3,858,2746 -"173814",53419,18571,3,858,2128 -"173815",53419,19208,3,858,2629 -"173816",53419,19605,3,858,2395 -"173817",53419,24253,3,858,2213 -"173818",53419,28357,3,858,1134 -"173819",53419,34057,1,858,1657 -"173820",53419,35926,3,858,2371 -"173821",53419,38755,3,858,2902 -"173822",53419,39105,3,858,2487 -"173823",53419,39534,3,858,2410 -"173824",53419,40698,2,858,1408 -"173825",53419,43796,3,858,2476 -"173826",53419,46486,3,858,1868 -"173827",53419,46951,3,858,2429 -"173828",53419,47529,3,858,2914 -"173829",53419,49782,2,858,2937 -"173830",53419,51758,3,858,2310 -"173831",53419,53084,3,858,2683 -"173832",53419,57067,3,858,2547 -"173833",53419,68592,3,858,2551 -"173834",53419,72438,3,858,1397 -"173835",53419,78037,3,858,1606 -"173836",53419,95910,3,858,999 -"173837",53433,23,3,1187,1682 -"173838",53433,675,3,1187,1686 -"173839",53433,1127,2,1187,1188 -"173840",53433,1130,2,1187,1566 -"173841",53433,1136,3,1187,2536 -"173842",53433,2325,2,1187,1641 -"173843",53433,2765,3,1187,2321 -"173844",53433,3966,3,1187,2425 -"173845",53433,4618,3,1187,2607 -"173846",53433,5041,3,1187,2371 -"173847",53433,6740,3,1187,2699 -"173848",53433,7861,2,1187,1647 -"173849",53433,21138,3,1187,2849 -"173850",53433,22714,3,1187,2793 -"173851",53433,25129,3,1187,2647 -"173852",53433,25341,3,1187,1858 -"173853",53433,26282,3,1187,1241 -"173854",53433,29050,3,1187,1196 -"173855",53433,31799,3,1187,2547 -"173856",53433,34509,2,1187,1973 -"173857",53433,37333,3,1187,1612 -"173858",53433,41402,3,1187,2313 -"173859",53433,42474,3,1187,2322 -"173860",53433,47248,3,1187,2883 -"173861",53433,51017,3,1187,2073 -"173862",53433,51410,3,1187,2739 -"173863",53433,58035,3,1187,1646 -"173864",53433,64031,3,1187,1295 -"173865",53433,64181,3,1187,1828 -"173866",53433,82767,3,1187,1641 -"173867",53445,843,3,2028,2332 -"173868",53445,3271,2,2028,2216 -"173869",53445,3506,3,2028,2364 -"173870",53445,6234,3,2028,2654 -"173871",53445,9272,2,2028,2835 -"173872",53445,10964,3,2028,2043 -"173873",53445,11067,3,2028,2734 -"173874",53445,14972,3,2028,2332 -"173875",53445,16866,3,2028,2718 -"173876",53445,17925,3,2028,2385 -"173877",53445,19075,3,2028,2214 -"173878",53445,21487,3,2028,2203 -"173879",53445,22389,3,2028,2034 -"173880",53445,26658,3,2028,2745 -"173881",53445,30981,3,2028,2366 -"173882",53445,31990,3,2028,2264 -"173883",53445,32724,3,2028,2581 -"173884",53445,32939,2,2028,2277 -"173885",53445,35264,3,2028,2329 -"173886",53445,37752,3,2028,2223 -"173887",53445,37801,3,2028,2578 -"173888",53445,38676,3,2028,2286 -"173889",53445,39439,3,2028,2462 -"173890",53445,39444,3,2028,2695 -"173891",53445,42256,3,2028,2839 -"173892",53445,43173,3,2028,2895 -"173893",53445,43226,2,2028,2442 -"173894",53445,44312,3,2028,2741 -"173895",53445,44744,3,2028,2032 -"173896",53445,45585,3,2028,2384 -"173897",53445,48931,2,2028,2444 -"173898",53445,57804,1,2028,2214 -"173899",53445,58284,3,2028,2292 -"173900",53445,58508,2,2028,2326 -"173901",53445,59039,3,2028,2870 -"173902",53445,69335,2,2028,2698 -"173903",53445,96387,3,2028,2159 -"173904",53475,2684,3,2853,2874 -"173905",53475,14959,3,2853,2898 -"173906",53475,15636,3,2853,2857 -"173907",53475,24753,2,2853,2860 -"173908",53475,33801,1,2853,2899 -"173909",53498,3669,2,1967,2524 -"173910",53498,9727,3,1967,2327 -"173911",53498,11135,3,1967,2441 -"173912",53498,14957,3,1967,2306 -"173913",53498,15502,3,1967,2637 -"173914",53498,16866,3,1967,2718 -"173915",53498,18865,3,1967,2676 -"173916",53498,18954,3,1967,2364 -"173917",53498,33562,2,1967,1979 -"173918",53498,63395,3,1967,2334 -"173919",53498,80680,3,1967,2403 -"173920",53498,115966,3,1967,2349 -"173921",53519,42574,3,2781,2842 -"173922",53519,47248,3,2781,2883 -"173923",53530,1692,3,2380,2443 -"173924",53530,5816,2,2380,2408 -"173925",53530,11067,3,2380,2734 -"173926",53530,14586,3,2380,2801 -"173927",53530,15821,2,2380,2456 -"173928",53530,17999,3,2380,2758 -"173929",53530,23739,3,2380,2463 -"173930",53530,31131,2,2380,2810 -"173931",53530,31251,3,2380,2498 -"173932",53530,36506,3,2380,2638 -"173933",53530,45461,3,2380,2458 -"173934",53530,45585,3,2380,2384 -"173935",53530,46951,3,2380,2429 -"173936",53530,47534,2,2380,2712 -"173937",53530,47966,3,2380,2409 -"173938",53530,59005,3,2380,2817 -"173939",53537,15088,3,2428,2906 -"173940",53537,29824,3,2428,2772 -"173941",53537,79036,3,2428,2524 -"173942",53562,3628,2,2687,2707 -"173943",53562,9191,3,2687,2707 -"173944",53562,11351,3,2687,2971 -"173945",53584,827,2,2391,2964 -"173946",53584,1624,2,2391,2687 -"173947",53584,2647,2,2391,2450 -"173948",53584,4249,3,2391,2547 -"173949",53584,4551,3,2391,2720 -"173950",53584,6345,3,2391,2713 -"173951",53584,7253,3,2391,2686 -"173952",53584,9272,3,2391,2835 -"173953",53584,9910,3,2391,2526 -"173954",53584,14470,3,2391,2632 -"173955",53584,17499,2,2391,2954 -"173956",53584,20695,3,2391,2526 -"173957",53584,23550,3,2391,2939 -"173958",53584,26740,3,2391,2695 -"173959",53584,32169,3,2391,2504 -"173960",53584,37684,3,2391,2899 -"173961",53584,42390,2,2391,2937 -"173962",53584,42407,3,2391,2408 -"173963",53584,43226,3,2391,2442 -"173964",53584,43701,3,2391,2400 -"173965",53584,47607,1,2391,2724 -"173966",53584,50440,3,2391,2469 -"173967",53584,53652,3,2391,2899 -"173968",53584,58945,3,2391,2481 -"173969",53584,64628,3,2391,2829 -"173970",53584,69335,3,2391,2698 -"173971",53584,73520,3,2391,2613 -"173972",53604,997,2,2489,2788 -"173973",53604,2424,3,2489,2582 -"173974",53604,9362,3,2489,2879 -"173975",53604,12564,3,2489,2799 -"173976",53604,13573,3,2489,2774 -"173977",53604,14959,3,2489,2898 -"173978",53604,24753,3,2489,2860 -"173979",53604,44654,2,2489,2916 -"173980",53604,44885,2,2489,2670 -"173981",53604,53219,3,2489,2973 -"173982",53604,53475,3,2489,2853 -"173983",53608,20124,3,1986,2376 -"173984",53608,30405,3,1986,2164 -"173985",53608,51017,3,1986,2073 -"173986",53608,51035,3,1986,2397 -"173987",53608,53323,1,1986,2677 -"173988",53624,1469,3,952,1160 -"173989",53624,2429,3,952,999 -"173990",53624,2754,3,952,1360 -"173991",53624,4889,2,952,1501 -"173992",53624,5258,3,952,2730 -"173993",53624,5504,3,952,2389 -"173994",53624,7672,1,952,1974 -"173995",53624,8229,3,952,1241 -"173996",53624,12610,3,952,1274 -"173997",53624,14072,3,952,1346 -"173998",53624,14108,3,952,2012 -"173999",53624,14676,2,952,2764 -"174000",53624,14972,3,952,2332 -"174001",53624,16313,3,952,1160 -"174002",53624,20407,3,952,2339 -"174003",53624,20700,3,952,2861 -"174004",53624,24076,3,952,1169 -"174005",53624,29456,3,952,1182 -"174006",53624,30016,2,952,1124 -"174007",53624,31799,3,952,2547 -"174008",53624,33572,3,952,2370 -"174009",53624,36862,3,952,2655 -"174010",53624,38227,3,952,2511 -"174011",53624,38667,3,952,2880 -"174012",53624,39444,3,952,2695 -"174013",53624,40022,3,952,2307 -"174014",53624,41250,3,952,1703 -"174015",53624,41402,3,952,2313 -"174016",53624,41955,3,952,2479 -"174017",53624,46621,3,952,1343 -"174018",53624,48215,3,952,2028 -"174019",53624,49512,3,952,1302 -"174020",53624,50217,3,952,1211 -"174021",53624,52327,3,952,1472 -"174022",53624,53031,3,952,2065 -"174023",53624,54388,3,952,1257 -"174024",53624,55556,2,952,2075 -"174025",53624,55828,3,952,2393 -"174026",53624,57353,3,952,1849 -"174027",53624,57990,3,952,978 -"174028",53624,61719,3,952,1515 -"174029",53624,71478,3,952,1721 -"174030",53624,86505,3,952,1302 -"174031",53624,89880,3,952,1938 -"174032",53624,93615,3,952,2386 -"174033",53624,105233,3,952,1199 -"174034",53624,109114,2,952,1287 -"174035",53630,23,3,1565,1682 -"174036",53630,671,3,1565,2328 -"174037",53630,2036,3,1565,2483 -"174038",53630,3164,3,1565,2693 -"174039",53630,5041,3,1565,2371 -"174040",53630,5462,3,1565,2374 -"174041",53630,8621,3,1565,1681 -"174042",53630,8760,3,1565,2477 -"174043",53630,10799,3,1565,2010 -"174044",53630,12713,3,1565,2440 -"174045",53630,13929,2,1565,2693 -"174046",53630,13985,3,1565,2484 -"174047",53630,15299,3,1565,2213 -"174048",53630,16111,3,1565,1714 -"174049",53630,16587,3,1565,2065 -"174050",53630,18554,3,1565,2065 -"174051",53630,24146,3,1565,2003 -"174052",53630,25643,3,1565,1646 -"174053",53630,25971,3,1565,2608 -"174054",53630,30081,3,1565,2403 -"174055",53630,31124,3,1565,2351 -"174056",53630,32173,3,1565,2341 -"174057",53630,36450,3,1565,1591 -"174058",53630,36962,2,1565,2861 -"174059",53630,37333,3,1565,1612 -"174060",53630,38162,3,1565,1691 -"174061",53630,47082,3,1565,1990 -"174062",53630,54020,3,1565,1578 -"174063",53630,55156,3,1565,2196 -"174064",53630,55691,2,1565,2856 -"174065",53630,56464,3,1565,2488 -"174066",53630,68810,3,1565,2409 -"174067",53630,70046,3,1565,2624 -"174068",53630,70679,3,1565,2251 -"174069",53630,78563,3,1565,2385 -"174070",53637,42,3,2113,2265 -"174071",53637,2166,3,2113,2557 -"174072",53637,5504,3,2113,2389 -"174073",53637,13751,3,2113,2557 -"174074",53637,39444,3,2113,2695 -"174075",53637,48495,3,2113,2737 -"174076",53637,49032,3,2113,2469 -"174077",53637,67264,3,2113,2790 -"174078",53637,93615,3,2113,2386 -"174079",53640,7499,3,1789,1803 -"174080",53640,7648,3,1789,1861 -"174081",53640,7787,2,1789,2314 -"174082",53640,9269,3,1789,1892 -"174083",53640,17480,3,1789,2316 -"174084",53640,18821,3,1789,2075 -"174085",53640,23364,2,1789,2306 -"174086",53640,24867,3,1789,1861 -"174087",53640,51890,3,1789,1992 -"174088",53640,52950,3,1789,2716 -"174089",53640,77719,3,1789,2086 -"174090",53643,2344,3,1626,2752 -"174091",53643,4730,2,1626,2131 -"174092",53643,7433,3,1626,2255 -"174093",53643,19858,2,1626,2357 -"174094",53643,20200,2,1626,2322 -"174095",53643,21180,3,1626,2762 -"174096",53643,21575,3,1626,1762 -"174097",53643,26642,3,1626,2952 -"174098",53643,30442,3,1626,2124 -"174099",53643,34162,3,1626,2336 -"174100",53643,47968,3,1626,2829 -"174101",53643,55775,3,1626,2385 -"174102",53643,63409,3,1626,1937 -"174103",53643,66994,3,1626,1865 -"174104",53643,68586,3,1626,2322 -"174105",53645,10939,2,789,1376 -"174106",53645,12356,3,789,2757 -"174107",53645,14325,3,789,1976 -"174108",53645,14652,3,789,2516 -"174109",53645,15696,2,789,837 -"174110",53645,18563,3,789,2715 -"174111",53645,20659,3,789,1969 -"174112",53645,21225,2,789,1945 -"174113",53645,26031,3,789,1397 -"174114",53645,26793,2,789,2104 -"174115",53645,36609,3,789,2918 -"174116",53645,37400,3,789,2860 -"174117",53645,38694,3,789,817 -"174118",53645,40931,3,789,2301 -"174119",53645,43153,2,789,1381 -"174120",53645,50272,3,789,842 -"174121",53645,56893,2,789,2597 -"174122",53645,65316,3,789,1020 -"174123",53645,77550,3,789,1548 -"174124",53645,86664,3,789,1146 -"174125",53645,88710,3,789,927 -"174126",53645,95011,3,789,1986 -"174127",53648,1685,3,2167,2230 -"174128",53648,4188,3,2167,2963 -"174129",53648,4698,3,2167,2481 -"174130",53648,5937,3,2167,2392 -"174131",53648,6234,3,2167,2654 -"174132",53648,14861,3,2167,2269 -"174133",53648,15150,3,2167,2801 -"174134",53648,32079,3,2167,2315 -"174135",53648,33363,2,2167,2475 -"174136",53648,33460,3,2167,2781 -"174137",53648,49415,3,2167,2654 -"174138",53648,76997,3,2167,2223 -"174139",53652,827,3,2899,2964 -"174140",53652,17499,2,2899,2954 -"174141",53652,23550,2,2899,2939 -"174142",53668,1692,3,2242,2443 -"174143",53668,2093,2,2242,2459 -"174144",53668,5590,3,2242,2845 -"174145",53668,36506,3,2242,2638 -"174146",53668,46951,3,2242,2429 -"174147",53668,59039,3,2242,2870 -"174148",53687,2,2,2422,2796 -"174149",53687,9332,1,2422,2734 -"174150",53687,11648,3,2422,2852 -"174151",53687,12361,2,2422,2732 -"174152",53687,18005,2,2422,2449 -"174153",53687,19655,3,2422,2706 -"174154",53687,20984,2,2422,2502 -"174155",53687,26642,3,2422,2952 -"174156",53687,31542,3,2422,2459 -"174157",53687,51783,3,2422,2599 -"174158",53697,2093,3,1909,2459 -"174159",53697,10638,3,1909,2692 -"174160",53697,11506,3,1909,2824 -"174161",53697,18571,3,1909,2128 -"174162",53697,31164,3,1909,1996 -"174163",53697,36136,3,1909,2338 -"174164",53697,46951,3,1909,2429 -"174165",53697,59039,3,1909,2870 -"174166",53697,69335,3,1909,2698 -"174167",53697,79596,3,1909,2004 -"174168",53726,2979,3,1729,2912 -"174169",53726,7337,3,1729,1797 -"174170",53726,9332,2,1729,2734 -"174171",53726,12759,3,1729,2414 -"174172",53726,19073,3,1729,2748 -"174173",53726,22578,3,1729,2216 -"174174",53726,26124,3,1729,2356 -"174175",53726,30669,3,1729,1921 -"174176",53726,46486,3,1729,1868 -"174177",53726,47013,3,1729,2388 -"174178",53726,49712,3,1729,1937 -"174179",53726,53687,3,1729,2422 -"174180",53726,88002,3,1729,2729 -"174181",53727,9362,3,2442,2879 -"174182",53727,27908,3,2442,2576 -"174183",53727,40295,3,2442,2703 -"174184",53739,3978,3,2704,2775 -"174185",53739,9787,3,2704,2858 -"174186",53739,36953,3,2704,2790 -"174187",53739,40035,2,2704,2742 -"174188",53739,45869,3,2704,2840 -"174189",53742,27275,3,2337,2656 -"174190",53749,1560,3,274,2013 -"174191",53749,3520,2,274,2281 -"174192",53749,5606,3,274,2875 -"174193",53749,6432,3,274,2297 -"174194",53749,7206,3,274,1959 -"174195",53749,10128,3,274,883 -"174196",53749,11288,3,274,345 -"174197",53749,11897,3,274,1271 -"174198",53749,16067,3,274,2727 -"174199",53749,20517,3,274,1465 -"174200",53749,21593,3,274,1312 -"174201",53749,31087,1,274,1757 -"174202",53749,37868,1,274,2876 -"174203",53749,43021,3,274,943 -"174204",53749,61973,3,274,892 -"174205",53749,65223,3,274,2724 -"174206",53749,83007,3,274,2727 -"174207",53749,101027,2,274,1867 -"174208",53752,3716,3,249,1679 -"174209",53752,7579,3,249,1624 -"174210",53752,7627,3,249,1543 -"174211",53752,10304,3,249,302 -"174212",53752,20049,3,249,877 -"174213",53752,20271,3,249,2044 -"174214",53752,30981,3,249,2366 -"174215",53752,40022,3,249,2307 -"174216",53752,49677,3,249,1222 -"174217",53752,54388,2,249,1257 -"174218",53752,57842,3,249,2482 -"174219",53752,72033,3,249,1740 -"174220",53779,10358,3,2000,2294 -"174221",53779,10382,2,2000,2111 -"174222",53779,10843,3,2000,2277 -"174223",53779,14032,3,2000,2144 -"174224",53779,14723,3,2000,2019 -"174225",53779,45903,3,2000,2237 -"174226",53789,19528,2,2681,2742 -"174227",53789,24255,3,2681,2770 -"174228",53789,34327,3,2681,2959 -"174229",53789,38667,3,2681,2880 -"174230",53789,39444,3,2681,2695 -"174231",53809,330,2,1956,2163 -"174232",53809,4681,3,1956,2356 -"174233",53809,9723,3,1956,2302 -"174234",53809,11239,3,1956,2181 -"174235",53809,18202,3,1956,2475 -"174236",53809,19215,3,1956,2604 -"174237",53809,19364,2,1956,2846 -"174238",53809,20700,3,1956,2861 -"174239",53809,22580,3,1956,2245 -"174240",53809,22709,2,1956,2743 -"174241",53809,27478,3,1956,2485 -"174242",53809,34921,1,1956,2181 -"174243",53809,37859,3,1956,1999 -"174244",53809,41023,3,1956,2408 -"174245",53809,41240,3,1956,2220 -"174246",53809,53031,3,1956,2065 -"174247",53809,60879,3,1956,2792 -"174248",53809,73553,2,1956,2726 -"174249",53809,121354,1,1956,2862 -"174250",53810,147,3,842,1040 -"174251",53810,680,3,842,2569 -"174252",53810,1523,3,842,2048 -"174253",53810,2190,3,842,2359 -"174254",53810,2747,2,842,2411 -"174255",53810,9484,3,842,1429 -"174256",53810,10050,2,842,1792 -"174257",53810,10739,3,842,1807 -"174258",53810,11588,3,842,2352 -"174259",53810,14998,2,842,1553 -"174260",53810,16502,3,842,1616 -"174261",53810,18122,2,842,894 -"174262",53810,18381,3,842,1524 -"174263",53810,18672,3,842,1182 -"174264",53810,19610,2,842,1236 -"174265",53810,20155,3,842,1517 -"174266",53810,28116,2,842,1643 -"174267",53810,29627,3,842,882 -"174268",53810,30334,3,842,2075 -"174269",53810,33017,3,842,1493 -"174270",53810,37636,2,842,2178 -"174271",53810,38532,3,842,1234 -"174272",53810,40392,3,842,1878 -"174273",53810,40893,3,842,1116 -"174274",53810,44433,3,842,2224 -"174275",53810,44603,3,842,2748 -"174276",53810,44971,3,842,955 -"174277",53810,46283,3,842,1184 -"174278",53810,51783,3,842,2599 -"174279",53810,54924,3,842,2603 -"174280",53810,77001,3,842,1440 -"174281",53810,83526,3,842,1235 -"174282",53810,111790,3,842,905 -"174283",53830,1641,3,1307,1490 -"174284",53830,2424,3,1307,2582 -"174285",53830,3819,3,1307,1583 -"174286",53830,4705,3,1307,1714 -"174287",53830,4932,3,1307,2752 -"174288",53830,5610,3,1307,2223 -"174289",53830,6602,3,1307,1631 -"174290",53830,7258,3,1307,1714 -"174291",53830,7616,3,1307,2296 -"174292",53830,7672,3,1307,1974 -"174293",53830,9423,3,1307,1708 -"174294",53830,10474,3,1307,1608 -"174295",53830,10870,3,1307,1755 -"174296",53830,11103,3,1307,2393 -"174297",53830,11493,3,1307,2077 -"174298",53830,12081,3,1307,2166 -"174299",53830,12371,3,1307,1569 -"174300",53830,12729,3,1307,1835 -"174301",53830,14032,3,1307,2144 -"174302",53830,14507,3,1307,2686 -"174303",53830,14731,2,1307,2012 -"174304",53830,18670,3,1307,1835 -"174305",53830,22682,3,1307,2035 -"174306",53830,23006,3,1307,1532 -"174307",53830,24256,1,1307,2393 -"174308",53830,24825,3,1307,2686 -"174309",53830,27195,3,1307,2158 -"174310",53830,28571,3,1307,1556 -"174311",53830,29089,2,1307,1344 -"174312",53830,29512,2,1307,1594 -"174313",53830,29930,2,1307,2240 -"174314",53830,31159,3,1307,2231 -"174315",53830,31705,3,1307,2706 -"174316",53830,32047,3,1307,1858 -"174317",53830,34820,3,1307,1630 -"174318",53830,35464,3,1307,2502 -"174319",53830,39464,3,1307,2314 -"174320",53830,41664,3,1307,2641 -"174321",53830,45545,3,1307,1776 -"174322",53830,46621,3,1307,1343 -"174323",53830,50001,3,1307,1518 -"174324",53830,56116,3,1307,1321 -"174325",53830,56854,1,1307,2022 -"174326",53830,58284,3,1307,2292 -"174327",53830,67748,3,1307,1498 -"174328",53830,95288,3,1307,1602 -"174329",53830,101347,3,1307,1335 -"174330",53830,106555,3,1307,1626 -"174331",53830,108430,3,1307,1642 -"174332",53836,913,3,689,2144 -"174333",53836,6940,3,689,1183 -"174334",53836,9511,2,689,1232 -"174335",53836,11434,3,689,1187 -"174336",53836,12618,3,689,2021 -"174337",53836,19335,2,689,1729 -"174338",53836,22567,1,689,2396 -"174339",53836,23132,3,689,2756 -"174340",53836,35302,3,689,1589 -"174341",53836,39657,3,689,1947 -"174342",53836,40383,2,689,2639 -"174343",53836,43941,2,689,1289 -"174344",53846,2224,3,2737,2751 -"174345",53851,377,3,2305,2389 -"174346",53851,701,3,2305,2718 -"174347",53851,1090,3,2305,2370 -"174348",53851,1616,3,2305,2662 -"174349",53851,2036,3,2305,2483 -"174350",53851,2484,3,2305,2389 -"174351",53851,4057,3,2305,2389 -"174352",53851,5462,3,2305,2374 -"174353",53851,5504,3,2305,2389 -"174354",53851,7323,3,2305,2858 -"174355",53851,19248,3,2305,2357 -"174356",53851,19643,3,2305,2452 -"174357",53851,20783,3,2305,2414 -"174358",53851,33672,3,2305,2396 -"174359",53851,37570,3,2305,2389 -"174360",53851,39535,3,2305,2428 -"174361",53851,44427,3,2305,2875 -"174362",53851,50785,3,2305,2877 -"174363",53851,51041,3,2305,2606 -"174364",53851,70647,3,2305,2795 -"174365",53851,85430,3,2305,2370 -"174366",53859,7180,3,1817,2227 -"174367",53859,11477,3,1817,2724 -"174368",53859,14669,2,1817,2080 -"174369",53859,15003,3,1817,2067 -"174370",53859,31003,3,1817,1859 -"174371",53859,57549,3,1817,2335 -"174372",53859,68215,3,1817,2727 -"174373",53859,99215,2,1817,2791 -"174374",53885,6104,3,1199,2462 -"174375",53885,13043,3,1199,1295 -"174376",53903,13200,3,2388,2488 -"174377",53903,17221,3,2388,2487 -"174378",53905,6071,3,2193,2310 -"174379",53905,14025,3,2193,2384 -"174380",53924,237,3,1289,1982 -"174381",53924,341,3,1289,2689 -"174382",53924,728,2,1289,1812 -"174383",53924,1620,3,1289,1303 -"174384",53924,2424,3,1289,2582 -"174385",53924,2524,2,1289,1708 -"174386",53924,2533,3,1289,2016 -"174387",53924,3127,3,1289,2273 -"174388",53924,3477,3,1289,2546 -"174389",53924,4066,2,1289,1736 -"174390",53924,4367,3,1289,2794 -"174391",53924,4430,3,1289,2019 -"174392",53924,4646,3,1289,2139 -"174393",53924,5350,3,1289,2522 -"174394",53924,6821,2,1289,1788 -"174395",53924,7014,2,1289,2401 -"174396",53924,7337,3,1289,1797 -"174397",53924,8726,2,1289,2083 -"174398",53924,10373,3,1289,2436 -"174399",53924,10754,3,1289,1797 -"174400",53924,10980,3,1289,1974 -"174401",53924,11625,3,1289,2022 -"174402",53924,12096,3,1289,1330 -"174403",53924,13099,3,1289,1547 -"174404",53924,13920,3,1289,1709 -"174405",53924,15683,3,1289,1729 -"174406",53924,16201,3,1289,1811 -"174407",53924,16437,3,1289,1956 -"174408",53924,16776,3,1289,1565 -"174409",53924,17645,3,1289,1918 -"174410",53924,17728,3,1289,1542 -"174411",53924,18381,3,1289,1524 -"174412",53924,18965,2,1289,2315 -"174413",53924,19364,3,1289,2846 -"174414",53924,19719,3,1289,2177 -"174415",53924,19858,3,1289,2357 -"174416",53924,20395,2,1289,1468 -"174417",53924,21670,3,1289,2158 -"174418",53924,21684,3,1289,1971 -"174419",53924,24176,3,1289,1986 -"174420",53924,25577,3,1289,1946 -"174421",53924,26336,3,1289,1904 -"174422",53924,26734,2,1289,2299 -"174423",53924,28081,3,1289,1927 -"174424",53924,31050,3,1289,1491 -"174425",53924,32110,3,1289,2224 -"174426",53924,34908,3,1289,2796 -"174427",53924,35822,3,1289,1903 -"174428",53924,37279,2,1289,2768 -"174429",53924,37929,3,1289,2393 -"174430",53924,38019,3,1289,1870 -"174431",53924,38259,3,1289,2258 -"174432",53924,38333,3,1289,1365 -"174433",53924,40572,3,1289,2666 -"174434",53924,41900,3,1289,1970 -"174435",53924,42852,3,1289,1316 -"174436",53924,44566,3,1289,1626 -"174437",53924,51687,3,1289,2333 -"174438",53924,51879,3,1289,1771 -"174439",53924,52576,3,1289,2234 -"174440",53924,54284,3,1289,2491 -"174441",53924,59776,3,1289,2493 -"174442",53924,61337,2,1289,2777 -"174443",53924,64967,3,1289,2872 -"174444",53924,69716,3,1289,2632 -"174445",53924,73553,3,1289,2726 -"174446",53924,75282,3,1289,2675 -"174447",53924,77497,3,1289,2359 -"174448",53924,80812,3,1289,2357 -"174449",53924,88212,3,1289,2547 -"174450",53924,115059,3,1289,2552 -"174451",53936,728,3,584,1812 -"174452",53936,1875,3,584,1786 -"174453",53936,2429,3,584,999 -"174454",53936,2524,3,584,1708 -"174455",53936,2712,3,584,1881 -"174456",53936,3011,3,584,2278 -"174457",53936,3414,2,584,2322 -"174458",53936,3954,3,584,839 -"174459",53936,5226,3,584,1309 -"174460",53936,6577,3,584,1951 -"174461",53936,7014,3,584,2401 -"174462",53936,7029,3,584,2204 -"174463",53936,8533,3,584,2251 -"174464",53936,8681,3,584,2716 -"174465",53936,8726,2,584,2083 -"174466",53936,8777,3,584,1620 -"174467",53936,9227,3,584,1267 -"174468",53936,10716,2,584,1692 -"174469",53936,10766,3,584,2647 -"174470",53936,10857,3,584,2253 -"174471",53936,10875,3,584,1234 -"174472",53936,10945,2,584,881 -"174473",53936,11103,3,584,2393 -"174474",53936,11127,3,584,1196 -"174475",53936,11419,3,584,1408 -"174476",53936,11625,2,584,2022 -"174477",53936,12518,3,584,2747 -"174478",53936,13099,3,584,1547 -"174479",53936,14532,2,584,1193 -"174480",53936,15122,3,584,1201 -"174481",53936,15560,3,584,2257 -"174482",53936,15598,1,584,2011 -"174483",53936,16826,3,584,2599 -"174484",53936,17264,3,584,2528 -"174485",53936,17790,3,584,2783 -"174486",53936,18810,3,584,2671 -"174487",53936,18965,3,584,2315 -"174488",53936,20343,3,584,851 -"174489",53936,23460,3,584,2183 -"174490",53936,23756,3,584,2309 -"174491",53936,24286,3,584,1280 -"174492",53936,24853,3,584,1004 -"174493",53936,26734,3,584,2299 -"174494",53936,27195,3,584,2158 -"174495",53936,28081,3,584,1927 -"174496",53936,29930,3,584,2240 -"174497",53936,35514,3,584,2346 -"174498",53936,37108,3,584,1202 -"174499",53936,42407,3,584,2408 -"174500",53936,44407,3,584,2154 -"174501",53936,44676,3,584,2629 -"174502",53936,46486,3,584,1868 -"174503",53936,47947,3,584,2681 -"174504",53936,49185,3,584,1544 -"174505",53936,50364,2,584,1954 -"174506",53936,51687,3,584,2333 -"174507",53936,53924,3,584,1289 -"174508",53936,54551,3,584,2348 -"174509",53936,55084,3,584,1189 -"174510",53936,60672,3,584,2876 -"174511",53936,62626,3,584,2787 -"174512",53936,63905,3,584,1094 -"174513",53936,68416,3,584,2939 -"174514",53936,72530,3,584,992 -"174515",53936,72571,3,584,1175 -"174516",53936,73266,3,584,2496 -"174517",53936,78910,3,584,1931 -"174518",53936,86331,3,584,850 -"174519",53936,89586,3,584,1401 -"174520",53936,104036,2,584,659 -"174521",53936,112587,1,584,1003 -"174522",53936,117932,3,584,926 -"174523",53987,758,3,928,1232 -"174524",53987,1520,3,928,1716 -"174525",53987,3195,2,928,2043 -"174526",53987,3477,3,928,2546 -"174527",53987,4932,3,928,2752 -"174528",53987,6132,2,928,1590 -"174529",53987,7337,3,928,1797 -"174530",53987,7937,3,928,2044 -"174531",53987,9241,3,928,2338 -"174532",53987,9801,3,928,2443 -"174533",53987,10050,3,928,1792 -"174534",53987,14425,3,928,1036 -"174535",53987,14754,2,928,2456 -"174536",53987,16176,3,928,2703 -"174537",53987,16796,3,928,1892 -"174538",53987,19587,3,928,1684 -"174539",53987,21207,3,928,1258 -"174540",53987,21684,3,928,1971 -"174541",53987,23597,3,928,1080 -"174542",53987,25832,3,928,1689 -"174543",53987,27255,2,928,1232 -"174544",53987,28051,3,928,2089 -"174545",53987,28893,2,928,2764 -"174546",53987,32339,2,928,2430 -"174547",53987,35620,3,928,2092 -"174548",53987,39443,3,928,2277 -"174549",53987,41447,3,928,2405 -"174550",53987,41581,2,928,1692 -"174551",53987,42562,3,928,1195 -"174552",53987,57067,2,928,2547 -"174553",53987,91227,3,928,1232 -"174554",53987,93320,3,928,1258 -"174555",53987,114857,3,928,1310 -"174556",53995,4953,3,2151,2285 -"174557",53995,5610,3,2151,2223 -"174558",53995,9175,3,2151,2639 -"174559",53995,12081,3,2151,2166 -"174560",53995,14507,3,2151,2686 -"174561",53995,15008,2,2151,2338 -"174562",53995,15729,1,2151,2338 -"174563",53995,24825,3,2151,2686 -"174564",53995,31159,1,2151,2231 -"174565",53995,31295,2,2151,2183 -"174566",53995,33380,3,2151,2340 -"174567",53995,38307,3,2151,2648 -"174568",53995,39464,2,2151,2314 -"174569",53995,42783,2,2151,2338 -"174570",53995,43455,3,2151,2846 -"174571",53995,45239,2,2151,2535 -"174572",53995,52892,3,2151,2372 -"174573",53995,54953,3,2151,2223 -"174574",53995,60974,1,2151,2972 -"174575",54006,5845,3,518,1552 -"174576",54006,9440,3,518,1006 -"174577",54006,10964,3,518,2043 -"174578",54006,11019,2,518,1299 -"174579",54006,11067,3,518,2734 -"174580",54006,36506,3,518,2638 -"174581",54006,53668,3,518,2242 -"174582",54006,79848,2,518,1629 -"174583",54006,111567,2,518,613 -"174584",54020,997,3,1578,2788 -"174585",54020,1224,3,1578,2435 -"174586",54020,1386,3,1578,1901 -"174587",54020,3830,3,1578,1661 -"174588",54020,5239,3,1578,2875 -"174589",54020,5449,3,1578,1723 -"174590",54020,5984,3,1578,1675 -"174591",54020,5986,3,1578,1721 -"174592",54020,6324,3,1578,1990 -"174593",54020,6417,2,1578,1675 -"174594",54020,8088,3,1578,2220 -"174595",54020,9030,3,1578,1979 -"174596",54020,9331,3,1578,2269 -"174597",54020,9423,3,1578,1708 -"174598",54020,10148,3,1578,2964 -"174599",54020,10716,3,1578,1692 -"174600",54020,11218,3,1578,2292 -"174601",54020,12035,3,1578,2721 -"174602",54020,12042,3,1578,2345 -"174603",54020,13732,3,1578,2789 -"174604",54020,13780,2,1578,2412 -"174605",54020,13929,2,1578,2693 -"174606",54020,14709,3,1578,1901 -"174607",54020,15700,3,1578,1712 -"174608",54020,16352,3,1578,2657 -"174609",54020,17351,3,1578,2036 -"174610",54020,17400,3,1578,2231 -"174611",54020,17549,2,1578,2647 -"174612",54020,17632,2,1578,1947 -"174613",54020,17997,3,1578,1621 -"174614",54020,18874,3,1578,2170 -"174615",54020,20893,3,1578,2695 -"174616",54020,21138,3,1578,2849 -"174617",54020,21693,3,1578,2176 -"174618",54020,21795,3,1578,2653 -"174619",54020,22326,3,1578,2818 -"174620",54020,22362,3,1578,1836 -"174621",54020,23508,2,1578,1907 -"174622",54020,23751,3,1578,1740 -"174623",54020,24146,1,1578,2003 -"174624",54020,26865,3,1578,2726 -"174625",54020,28233,3,1578,1608 -"174626",54020,29004,3,1578,2596 -"174627",54020,29314,3,1578,2736 -"174628",54020,29930,3,1578,2240 -"174629",54020,30081,2,1578,2403 -"174630",54020,30334,3,1578,2075 -"174631",54020,30747,3,1578,2455 -"174632",54020,30906,3,1578,2537 -"174633",54020,31117,3,1578,2210 -"174634",54020,32516,3,1578,2050 -"174635",54020,34509,3,1578,1973 -"174636",54020,35529,3,1578,1620 -"174637",54020,36559,3,1578,2473 -"174638",54020,36962,1,1578,2861 -"174639",54020,37333,1,1578,1612 -"174640",54020,37636,3,1578,2178 -"174641",54020,38908,3,1578,1787 -"174642",54020,40392,3,1578,1878 -"174643",54020,40432,3,1578,1956 -"174644",54020,41278,2,1578,1873 -"174645",54020,41402,3,1578,2313 -"174646",54020,41900,3,1578,1970 -"174647",54020,41945,3,1578,2856 -"174648",54020,44688,3,1578,2924 -"174649",54020,46596,3,1578,1942 -"174650",54020,47386,3,1578,2226 -"174651",54020,48571,3,1578,2717 -"174652",54020,51017,3,1578,2073 -"174653",54020,51783,3,1578,2599 -"174654",54020,53134,3,1578,1590 -"174655",54020,53219,2,1578,2973 -"174656",54020,54929,3,1578,2783 -"174657",54020,55691,3,1578,2856 -"174658",54020,56082,3,1578,2395 -"174659",54020,57977,3,1578,2683 -"174660",54020,66318,3,1578,2803 -"174661",54020,77815,2,1578,2358 -"174662",54061,2344,3,1488,2752 -"174663",54061,2802,3,1488,1836 -"174664",54061,3776,3,1488,2322 -"174665",54061,5363,3,1488,1791 -"174666",54061,5606,3,1488,2875 -"174667",54061,6248,2,1488,2737 -"174668",54061,7948,3,1488,1584 -"174669",54061,9063,3,1488,2000 -"174670",54061,10727,2,1488,2082 -"174671",54061,11976,3,1488,1727 -"174672",54061,12818,3,1488,2015 -"174673",54061,13024,3,1488,2468 -"174674",54061,13150,2,1488,1570 -"174675",54061,15207,3,1488,1855 -"174676",54061,17952,3,1488,1530 -"174677",54061,19687,3,1488,2072 -"174678",54061,20604,3,1488,1684 -"174679",54061,22488,3,1488,2434 -"174680",54061,28355,2,1488,2053 -"174681",54061,33363,3,1488,2475 -"174682",54061,34055,3,1488,1881 -"174683",54061,36662,3,1488,2967 -"174684",54061,38183,3,1488,2391 -"174685",54061,42280,2,1488,2266 -"174686",54061,42713,2,1488,1995 -"174687",54061,43929,3,1488,2749 -"174688",54061,49147,2,1488,2539 -"174689",54061,49621,3,1488,1915 -"174690",54061,55436,3,1488,2513 -"174691",54061,59470,3,1488,2393 -"174692",54061,63525,2,1488,2741 -"174693",54061,64534,3,1488,2924 -"174694",54061,79793,3,1488,1915 -"174695",54063,22980,2,141,158 -"174696",54063,24109,3,141,504 -"174697",54063,83947,3,141,917 -"174698",54067,25480,2,2433,2747 -"174699",54067,51364,2,2433,2660 -"174700",54067,56386,2,2433,2771 -"174701",54094,9615,3,987,2464 -"174702",54094,21225,3,987,1945 -"174703",54094,26793,2,987,2104 -"174704",54094,37400,2,987,2860 -"174705",54094,43153,3,987,1381 -"174706",54100,312,3,1327,2038 -"174707",54100,1315,3,1327,2760 -"174708",54100,3167,3,1327,1676 -"174709",54100,7245,3,1327,2089 -"174710",54100,9654,3,1327,2111 -"174711",54100,10871,2,1327,2314 -"174712",54100,18415,3,1327,2184 -"174713",54100,19027,3,1327,2721 -"174714",54100,19516,3,1327,2313 -"174715",54100,23011,3,1327,2763 -"174716",54100,26031,1,1327,1397 -"174717",54100,28892,3,1327,2023 -"174718",54100,28896,3,1327,1395 -"174719",54100,30453,3,1327,1535 -"174720",54100,31124,2,1327,2351 -"174721",54100,32899,2,1327,1369 -"174722",54100,32988,3,1327,2008 -"174723",54100,38449,3,1327,1802 -"174724",54100,46506,3,1327,2464 -"174725",54100,51410,3,1327,2739 -"174726",54100,59022,3,1327,2494 -"174727",54100,67726,3,1327,2873 -"174728",54100,82681,3,1327,1620 -"174729",54100,82767,3,1327,1641 -"174730",54118,81478,3,1412,1640 -"174731",54118,81895,3,1412,1634 -"174732",54127,6417,3,1593,1675 -"174733",54127,11218,3,1593,2292 -"174734",54127,26700,1,1593,1663 -"174735",54127,48214,3,1593,2756 -"174736",54127,54929,3,1593,2783 -"174737",54127,58875,3,1593,1899 -"174738",54127,79432,3,1593,1708 -"174739",54127,92217,3,1593,1663 -"174740",54158,135,2,1756,2233 -"174741",54158,455,3,1756,2827 -"174742",54158,470,3,1756,2285 -"174743",54158,913,3,1756,2144 -"174744",54158,4084,2,1756,2133 -"174745",54158,4191,3,1756,2130 -"174746",54158,4360,3,1756,1770 -"174747",54158,7245,3,1756,2089 -"174748",54158,7350,3,1756,1901 -"174749",54158,10130,3,1756,2741 -"174750",54158,10433,3,1756,2075 -"174751",54158,23705,2,1756,2699 -"174752",54158,23869,3,1756,1918 -"174753",54158,23918,2,1756,1881 -"174754",54158,24568,3,1756,1937 -"174755",54158,25289,2,1756,1790 -"174756",54158,25341,3,1756,1858 -"174757",54158,28101,2,1756,1949 -"174758",54158,28115,3,1756,1835 -"174759",54158,29170,3,1756,1846 -"174760",54158,33622,3,1756,2230 -"174761",54158,34160,3,1756,1759 -"174762",54158,45633,3,1756,2134 -"174763",54158,46803,3,1756,2305 -"174764",54158,50685,3,1756,2008 -"174765",54158,53196,2,1756,1888 -"174766",54158,55139,3,1756,2323 -"174767",54158,63409,3,1756,1937 -"174768",54158,64181,3,1756,1828 -"174769",54158,66413,3,1756,2507 -"174770",54158,76666,3,1756,1908 -"174771",54158,105063,2,1756,1908 -"174772",54204,2139,2,1449,2502 -"174773",54204,3477,3,1449,2546 -"174774",54204,6063,3,1449,2349 -"174775",54204,13007,3,1449,2496 -"174776",54204,18217,3,1449,1566 -"174777",54204,24264,2,1449,1760 -"174778",54204,26700,3,1449,1663 -"174779",54204,31652,3,1449,2047 -"174780",54204,32395,2,1449,2735 -"174781",54204,33223,3,1449,2397 -"174782",54204,33451,1,1449,1957 -"174783",54204,34491,3,1449,2694 -"174784",54204,38938,3,1449,1593 -"174785",54204,40542,3,1449,1664 -"174786",54204,44730,3,1449,2468 -"174787",54204,52041,3,1449,2694 -"174788",54239,14503,3,336,437 -"174789",54239,33681,3,336,1059 -"174790",54239,51774,3,336,2459 -"174791",54248,35464,3,2394,2502 -"174792",54250,455,3,2340,2827 -"174793",54250,2208,3,2340,2814 -"174794",54250,6914,3,2340,2668 -"174795",54250,25129,3,2340,2647 -"174796",54250,66318,3,2340,2803 -"174797",54250,71808,3,2340,2349 -"174798",54250,105685,3,2340,2469 -"174799",54255,1050,3,679,1185 -"174800",54255,3164,3,679,2693 -"174801",54255,3271,3,679,2216 -"174802",54255,4226,3,679,1903 -"174803",54255,6030,2,679,2953 -"174804",54255,9272,3,679,2835 -"174805",54255,12374,3,679,2260 -"174806",54255,22566,3,679,2308 -"174807",54255,26451,3,679,2133 -"174808",54255,28050,3,679,1955 -"174809",54255,28168,3,679,2702 -"174810",54255,32811,2,679,804 -"174811",54255,34136,3,679,2202 -"174812",54255,38869,3,679,1675 -"174813",54255,43226,3,679,2442 -"174814",54255,48110,3,679,2009 -"174815",54255,48260,3,679,875 -"174816",54255,54118,3,679,1412 -"174817",54255,56143,3,679,766 -"174818",54255,58133,3,679,1484 -"174819",54255,58508,3,679,2326 -"174820",54255,69335,3,679,2698 -"174821",54255,78256,3,679,804 -"174822",54255,80301,3,679,1690 -"174823",54255,81895,2,679,1634 -"174824",54255,108379,3,679,2933 -"174825",54259,671,3,191,2328 -"174826",54259,843,3,191,2332 -"174827",54259,1050,3,191,1185 -"174828",54259,1427,3,191,324 -"174829",54259,1691,3,191,1941 -"174830",54259,1767,3,191,2727 -"174831",54259,1968,3,191,631 -"174832",54259,2077,3,191,610 -"174833",54259,2609,3,191,834 -"174834",54259,3068,3,191,1815 -"174835",54259,3164,3,191,2693 -"174836",54259,3167,3,191,1676 -"174837",54259,3265,3,191,214 -"174838",54259,3271,2,191,2216 -"174839",54259,3317,3,191,2037 -"174840",54259,4226,2,191,1903 -"174841",54259,6030,2,191,2953 -"174842",54259,6491,3,191,2424 -"174843",54259,7310,3,191,636 -"174844",54259,7337,3,191,1797 -"174845",54259,7604,3,191,1366 -"174846",54259,8607,3,191,1685 -"174847",54259,9272,2,191,2835 -"174848",54259,9751,3,191,1397 -"174849",54259,12374,2,191,2260 -"174850",54259,14654,3,191,1692 -"174851",54259,15539,3,191,1929 -"174852",54259,15643,2,191,502 -"174853",54259,16053,3,191,908 -"174854",54259,16437,3,191,1956 -"174855",54259,19075,3,191,2214 -"174856",54259,20311,3,191,1981 -"174857",54259,20732,3,191,2401 -"174858",54259,20824,3,191,1366 -"174859",54259,21104,3,191,2327 -"174860",54259,21198,3,191,935 -"174861",54259,22006,3,191,1202 -"174862",54259,22566,3,191,2308 -"174863",54259,23430,3,191,904 -"174864",54259,23534,3,191,1659 -"174865",54259,23726,3,191,2434 -"174866",54259,24005,3,191,1188 -"174867",54259,24789,3,191,829 -"174868",54259,26451,2,191,2133 -"174869",54259,27792,3,191,1308 -"174870",54259,28050,3,191,1955 -"174871",54259,28168,3,191,2702 -"174872",54259,28432,3,191,1954 -"174873",54259,29170,3,191,1846 -"174874",54259,31338,3,191,917 -"174875",54259,32017,3,191,577 -"174876",54259,32503,3,191,2020 -"174877",54259,32811,1,191,804 -"174878",54259,34136,2,191,2202 -"174879",54259,34596,3,191,527 -"174880",54259,37752,3,191,2223 -"174881",54259,37800,3,191,604 -"174882",54259,37893,3,191,875 -"174883",54259,38219,3,191,1689 -"174884",54259,38523,2,191,549 -"174885",54259,38869,3,191,1675 -"174886",54259,39439,3,191,2462 -"174887",54259,39444,3,191,2695 -"174888",54259,39865,3,191,849 -"174889",54259,40072,3,191,1182 -"174890",54259,40472,3,191,549 -"174891",54259,41439,3,191,709 -"174892",54259,43173,3,191,2895 -"174893",54259,43226,2,191,2442 -"174894",54259,43518,3,191,2680 -"174895",54259,45874,3,191,944 -"174896",54259,48110,2,191,2009 -"174897",54259,48260,2,191,875 -"174898",54259,48698,3,191,1474 -"174899",54259,49406,3,191,217 -"174900",54259,53445,3,191,2028 -"174901",54259,54118,2,191,1412 -"174902",54259,54255,1,191,679 -"174903",54259,55084,3,191,1189 -"174904",54259,55349,3,191,826 -"174905",54259,55691,3,191,2856 -"174906",54259,56143,3,191,766 -"174907",54259,57804,3,191,2214 -"174908",54259,57990,3,191,978 -"174909",54259,58133,2,191,1484 -"174910",54259,58508,2,191,2326 -"174911",54259,58530,3,191,298 -"174912",54259,59039,3,191,2870 -"174913",54259,59939,3,191,936 -"174914",54259,62957,3,191,1170 -"174915",54259,65884,3,191,798 -"174916",54259,69335,2,191,2698 -"174917",54259,73728,3,191,784 -"174918",54259,74730,3,191,535 -"174919",54259,76511,3,191,1250 -"174920",54259,78256,2,191,804 -"174921",54259,79612,3,191,927 -"174922",54259,80301,2,191,1690 -"174923",54259,80801,3,191,1250 -"174924",54259,81895,1,191,1634 -"174925",54259,82039,3,191,1327 -"174926",54259,82226,3,191,1619 -"174927",54259,82696,3,191,1305 -"174928",54259,91912,3,191,790 -"174929",54259,94650,3,191,896 -"174930",54259,98925,3,191,584 -"174931",54259,99020,3,191,1383 -"174932",54259,99332,3,191,873 -"174933",54259,99444,3,191,408 -"174934",54259,100670,3,191,525 -"174935",54259,108379,2,191,2933 -"174936",54259,119444,3,191,888 -"174937",54261,10744,3,213,955 -"174938",54261,11348,3,213,824 -"174939",54261,19744,3,213,2623 -"174940",54261,19926,3,213,2444 -"174941",54261,31898,3,213,1916 -"174942",54261,50275,3,213,2832 -"174943",54261,119208,3,213,2646 -"174944",54284,4367,2,2491,2794 -"174945",54284,11136,3,2491,2573 -"174946",54284,13290,3,2491,2824 -"174947",54284,25741,3,2491,2853 -"174948",54284,34908,2,2491,2796 -"174949",54295,1050,2,191,1185 -"174950",54295,2077,2,191,610 -"174951",54295,3164,2,191,2693 -"174952",54295,3271,3,191,2216 -"174953",54295,3957,3,191,256 -"174954",54295,4226,3,191,1903 -"174955",54295,6030,1,191,2953 -"174956",54295,7847,3,191,2424 -"174957",54295,8772,3,191,847 -"174958",54295,9272,3,191,2835 -"174959",54295,10488,3,191,1524 -"174960",54295,11966,3,191,2385 -"174961",54295,12374,3,191,2260 -"174962",54295,13780,3,191,2412 -"174963",54295,14072,3,191,1346 -"174964",54295,14080,3,191,1351 -"174965",54295,14855,3,191,903 -"174966",54295,15301,3,191,2308 -"174967",54295,15607,3,191,1421 -"174968",54295,15643,3,191,502 -"174969",54295,18639,3,191,990 -"174970",54295,19113,3,191,1171 -"174971",54295,20024,3,191,1181 -"174972",54295,20284,3,191,2530 -"174973",54295,21571,3,191,2755 -"174974",54295,22566,2,191,2308 -"174975",54295,22850,3,191,878 -"174976",54295,24789,3,191,829 -"174977",54295,26451,3,191,2133 -"174978",54295,26659,3,191,903 -"174979",54295,28050,2,191,1955 -"174980",54295,28168,2,191,2702 -"174981",54295,28434,3,191,1141 -"174982",54295,29004,3,191,2596 -"174983",54295,32811,2,191,804 -"174984",54295,34136,3,191,2202 -"174985",54295,37551,3,191,257 -"174986",54295,38523,1,191,549 -"174987",54295,38869,2,191,1675 -"174988",54295,40369,3,191,2735 -"174989",54295,40472,2,191,549 -"174990",54295,43226,3,191,2442 -"174991",54295,44648,3,191,619 -"174992",54295,45186,3,191,835 -"174993",54295,48110,3,191,2009 -"174994",54295,48260,3,191,875 -"174995",54295,51052,3,191,2784 -"174996",54295,54118,3,191,1412 -"174997",54295,54255,1,191,679 -"174998",54295,56143,2,191,766 -"174999",54295,57246,3,191,1873 -"175000",54295,57714,3,191,1391 -"175001",54295,58035,3,191,1646 -"175002",54295,58133,3,191,1484 -"175003",54295,58451,3,191,1939 -"175004",54295,58508,3,191,2326 -"175005",54295,63770,3,191,1324 -"175006",54295,64031,3,191,1295 -"175007",54295,67788,3,191,837 -"175008",54295,69117,3,191,645 -"175009",54295,69250,3,191,1439 -"175010",54295,69335,3,191,2698 -"175011",54295,78256,3,191,804 -"175012",54295,80301,3,191,1690 -"175013",54295,80471,3,191,538 -"175014",54295,81895,2,191,1634 -"175015",54295,87603,3,191,535 -"175016",54295,94500,3,191,1529 -"175017",54295,98150,3,191,1009 -"175018",54295,99621,3,191,874 -"175019",54295,108379,3,191,2933 -"175020",54305,14,3,1222,1793 -"175021",54305,360,3,1222,1671 -"175022",54305,2424,3,1222,2582 -"175023",54305,2533,3,1222,2016 -"175024",54305,3305,3,1222,2839 -"175025",54305,5226,3,1222,1309 -"175026",54305,5462,3,1222,2374 -"175027",54305,7180,3,1222,2227 -"175028",54305,8274,3,1222,1909 -"175029",54305,9364,2,1222,1698 -"175030",54305,10513,3,1222,2284 -"175031",54305,11006,3,1222,1950 -"175032",54305,12432,3,1222,1816 -"175033",54305,12728,3,1222,2374 -"175034",54305,13586,2,1222,2966 -"175035",54305,13929,3,1222,2693 -"175036",54305,15700,3,1222,1712 -"175037",54305,16332,3,1222,2668 -"175038",54305,16940,3,1222,1290 -"175039",54305,18394,3,1222,2356 -"175040",54305,18874,2,1222,2170 -"175041",54305,19248,3,1222,2357 -"175042",54305,19719,3,1222,2177 -"175043",54305,20124,3,1222,2376 -"175044",54305,20975,3,1222,1305 -"175045",54305,21197,3,1222,1437 -"175046",54305,21285,3,1222,2100 -"175047",54305,22260,3,1222,2137 -"175048",54305,22282,3,1222,1418 -"175049",54305,24066,2,1222,1755 -"175050",54305,26366,3,1222,1688 -"175051",54305,26451,3,1222,2133 -"175052",54305,26749,3,1222,2965 -"175053",54305,27694,3,1222,2030 -"175054",54305,27849,3,1222,1316 -"175055",54305,28190,2,1222,1634 -"175056",54305,29929,3,1222,2789 -"175057",54305,29941,3,1222,1986 -"175058",54305,29982,2,1222,1372 -"175059",54305,30165,3,1222,1409 -"175060",54305,30405,3,1222,2164 -"175061",54305,31530,3,1222,1661 -"175062",54305,33621,3,1222,1319 -"175063",54305,34659,3,1222,1924 -"175064",54305,34815,3,1222,2354 -"175065",54305,35815,2,1222,2789 -"175066",54305,36962,3,1222,2861 -"175067",54305,39135,3,1222,2489 -"175068",54305,39880,2,1222,1620 -"175069",54305,41108,3,1222,1624 -"175070",54305,42906,2,1222,1748 -"175071",54305,42925,3,1222,1358 -"175072",54305,43385,1,1222,1623 -"175073",54305,45684,3,1222,2200 -"175074",54305,46883,3,1222,1671 -"175075",54305,47362,3,1222,2253 -"175076",54305,47772,3,1222,2293 -"175077",54305,48158,2,1222,2483 -"175078",54305,49512,3,1222,1302 -"175079",54305,52576,3,1222,2234 -"175080",54305,53323,3,1222,2677 -"175081",54305,53630,3,1222,1565 -"175082",54305,55082,3,1222,1856 -"175083",54305,55691,3,1222,2856 -"175084",54305,57353,3,1222,1849 -"175085",54305,57977,3,1222,2683 -"175086",54305,58451,3,1222,1939 -"175087",54305,58508,3,1222,2326 -"175088",54305,58652,3,1222,1437 -"175089",54305,61982,3,1222,2725 -"175090",54305,66703,3,1222,2375 -"175091",54305,71342,2,1222,1289 -"175092",54305,72956,2,1222,1251 -"175093",54305,75028,3,1222,1660 -"175094",54305,76284,3,1222,1237 -"175095",54305,80172,3,1222,1342 -"175096",54305,81588,3,1222,1568 -"175097",54305,82949,3,1222,2077 -"175098",54305,83396,2,1222,2396 -"175099",54305,91579,3,1222,2510 -"175100",54305,98781,2,1222,1410 -"175101",54305,101482,3,1222,1300 -"175102",54313,160,3,1645,2007 -"175103",54313,680,3,1645,2569 -"175104",54313,1519,3,1645,2349 -"175105",54313,3493,3,1645,2451 -"175106",54313,4303,3,1645,2414 -"175107",54313,4526,3,1645,1728 -"175108",54313,7942,2,1645,2623 -"175109",54313,9332,3,1645,2734 -"175110",54313,10129,3,1645,2124 -"175111",54313,10457,3,1645,1711 -"175112",54313,16482,3,1645,1958 -"175113",54313,18005,3,1645,2449 -"175114",54313,19605,3,1645,2395 -"175115",54313,20941,3,1645,2725 -"175116",54313,22244,3,1645,2139 -"175117",54313,22709,3,1645,2743 -"175118",54313,23131,3,1645,1732 -"175119",54313,28432,3,1645,1954 -"175120",54313,30525,3,1645,1964 -"175121",54313,31335,2,1645,2351 -"175122",54313,34216,3,1645,2832 -"175123",54313,34742,3,1645,1883 -"175124",54313,34831,2,1645,1866 -"175125",54313,38691,3,1645,2585 -"175126",54313,39256,3,1645,2449 -"175127",54313,41723,3,1645,2101 -"175128",54313,44694,3,1645,2220 -"175129",54313,50585,3,1645,2414 -"175130",54313,50630,3,1645,2615 -"175131",54313,51879,3,1645,1771 -"175132",54313,58233,3,1645,1665 -"175133",54313,70583,2,1645,2615 -"175134",54313,82932,3,1645,2245 -"175135",54316,2282,2,1202,2056 -"175136",54316,2927,3,1202,1789 -"175137",54316,6345,3,1202,2713 -"175138",54316,9511,3,1202,1232 -"175139",54316,9724,3,1202,2713 -"175140",54316,10701,3,1202,2000 -"175141",54316,14470,3,1202,2632 -"175142",54316,14957,3,1202,2306 -"175143",54316,15782,3,1202,2306 -"175144",54316,17499,3,1202,2954 -"175145",54316,22357,1,1202,1397 -"175146",54316,23550,3,1202,2939 -"175147",54316,26597,3,1202,2070 -"175148",54316,28648,3,1202,1586 -"175149",54316,28782,3,1202,2272 -"175150",54316,32350,3,1202,1540 -"175151",54316,36399,3,1202,1357 -"175152",54316,36840,3,1202,2269 -"175153",54316,37684,3,1202,2899 -"175154",54316,43701,2,1202,2400 -"175155",54316,50468,3,1202,1659 -"175156",54316,53652,2,1202,2899 -"175157",54316,69795,3,1202,2636 -"175158",54316,80970,3,1202,2069 -"175159",54358,2959,3,74,1785 -"175160",54358,4526,3,74,1728 -"175161",54358,7942,3,74,2623 -"175162",54358,10980,3,74,1974 -"175163",54358,17257,3,74,1117 -"175164",54358,22166,3,74,994 -"175165",54358,22704,3,74,1150 -"175166",54358,34216,3,74,2832 -"175167",54358,47654,3,74,1664 -"175168",54358,47810,3,74,957 -"175169",54358,53132,3,74,81 -"175170",54358,60258,3,74,2405 -"175171",54358,61211,2,74,245 -"175172",54358,66609,3,74,998 -"175173",54358,73245,3,74,802 -"175174",54358,78569,3,74,578 -"175175",54358,85869,1,74,1509 -"175176",54358,94048,3,74,275 -"175177",54358,100860,3,74,2326 -"175178",54358,103890,2,74,958 -"175179",54383,3306,2,397,1989 -"175180",54383,5622,3,397,2175 -"175181",54383,5986,3,397,1721 -"175182",54383,6047,2,397,2004 -"175183",54383,7475,3,397,1284 -"175184",54383,7627,3,397,1543 -"175185",54383,9511,3,397,1232 -"175186",54383,9654,3,397,2111 -"175187",54383,10488,3,397,1524 -"175188",54383,10857,3,397,2253 -"175189",54383,11817,3,397,600 -"175190",54383,14032,3,397,2144 -"175191",54383,14656,3,397,584 -"175192",54383,15003,3,397,2067 -"175193",54383,15700,3,397,1712 -"175194",54383,17400,3,397,2231 -"175195",54383,20124,3,397,2376 -"175196",54383,23011,3,397,2763 -"175197",54383,23492,3,397,1067 -"175198",54383,23725,3,397,2378 -"175199",54383,26867,3,397,1804 -"175200",54383,27275,3,397,2656 -"175201",54383,30325,3,397,1067 -"175202",54383,33219,3,397,1173 -"175203",54383,33949,3,397,2489 -"175204",54383,35673,3,397,1067 -"175205",54383,35752,2,397,1158 -"175206",54383,39294,3,397,1889 -"175207",54383,40028,3,397,1349 -"175208",54383,41023,3,397,2408 -"175209",54383,41598,3,397,2291 -"175210",54383,43213,3,397,2160 -"175211",54383,44819,3,397,2063 -"175212",54383,45684,3,397,2200 -"175213",54383,46196,3,397,1510 -"175214",54383,48215,3,397,2028 -"175215",54383,50134,3,397,2674 -"175216",54383,50236,3,397,2339 -"175217",54383,52136,3,397,1412 -"175218",54383,52735,3,397,1124 -"175219",54383,54551,3,397,2348 -"175220",54383,54929,3,397,2783 -"175221",54383,56082,2,397,2395 -"175222",54383,57414,3,397,922 -"175223",54383,59539,3,397,2429 -"175224",54383,67726,3,397,2873 -"175225",54383,67805,3,397,1338 -"175226",54383,70838,3,397,687 -"175227",54383,71479,2,397,482 -"175228",54383,72207,3,397,2430 -"175229",54383,75403,3,397,1895 -"175230",54383,76284,3,397,1237 -"175231",54383,82730,3,397,1492 -"175232",54383,109663,3,397,545 -"175233",54385,827,3,2340,2964 -"175234",54385,1624,2,2340,2687 -"175235",54385,2647,3,2340,2450 -"175236",54385,2724,2,2340,2447 -"175237",54385,3477,3,2340,2546 -"175238",54385,3559,2,2340,2413 -"175239",54385,6063,3,2340,2349 -"175240",54385,9272,3,2340,2835 -"175241",54385,14442,3,2340,2700 -"175242",54385,30714,3,2340,2485 -"175243",54385,31357,1,2340,2389 -"175244",54385,31855,3,2340,2636 -"175245",54385,33223,3,2340,2397 -"175246",54385,43226,3,2340,2442 -"175247",54385,47607,3,2340,2724 -"175248",54385,47882,3,2340,2769 -"175249",54385,51843,1,2340,2389 -"175250",54385,53584,3,2340,2391 -"175251",54385,64628,3,2340,2829 -"175252",54385,69308,2,2340,2370 -"175253",54385,69335,3,2340,2698 -"175254",54385,110871,2,2340,2879 -"175255",54388,512,3,1257,1596 -"175256",54388,998,3,1257,1795 -"175257",54388,1367,3,1257,2176 -"175258",54388,2424,3,1257,2582 -"175259",54388,2747,2,1257,2411 -"175260",54388,3716,2,1257,1679 -"175261",54388,5346,2,1257,1438 -"175262",54388,5580,3,1257,2111 -"175263",54388,6428,3,1257,1952 -"175264",54388,7245,3,1257,2089 -"175265",54388,7354,3,1257,2008 -"175266",54388,7579,2,1257,1624 -"175267",54388,7672,3,1257,1974 -"175268",54388,9349,3,1257,2052 -"175269",54388,9654,3,1257,2111 -"175270",54388,10278,3,1257,2345 -"175271",54388,13671,3,1257,1371 -"175272",54388,14032,3,1257,2144 -"175273",54388,14998,3,1257,1553 -"175274",54388,15207,2,1257,1855 -"175275",54388,15453,3,1257,1688 -"175276",54388,15713,3,1257,1646 -"175277",54388,15826,3,1257,2772 -"175278",54388,16067,3,1257,2727 -"175279",54388,16352,3,1257,2657 -"175280",54388,18011,3,1257,1636 -"175281",54388,18348,3,1257,1711 -"175282",54388,18415,3,1257,2184 -"175283",54388,20155,3,1257,1517 -"175284",54388,21929,3,1257,2062 -"175285",54388,23460,3,1257,2183 -"175286",54388,23488,3,1257,1523 -"175287",54388,24816,3,1257,2161 -"175288",54388,29982,3,1257,1372 -"175289",54388,30262,3,1257,1715 -"175290",54388,30943,3,1257,2287 -"175291",54388,30981,2,1257,2366 -"175292",54388,32202,3,1257,2314 -"175293",54388,32939,3,1257,2277 -"175294",54388,34812,3,1257,2442 -"175295",54388,35514,3,1257,2346 -"175296",54388,37009,3,1257,2412 -"175297",54388,40022,3,1257,2307 -"175298",54388,40129,3,1257,2162 -"175299",54388,42474,3,1257,2322 -"175300",54388,42642,3,1257,2257 -"175301",54388,43112,3,1257,2564 -"175302",54388,43226,3,1257,2442 -"175303",54388,43978,3,1257,2698 -"175304",54388,44433,3,1257,2224 -"175305",54388,44603,3,1257,2748 -"175306",54388,44819,3,1257,2063 -"175307",54388,46039,3,1257,1794 -"175308",54388,46803,3,1257,2305 -"175309",54388,57804,3,1257,2214 -"175310",54388,57842,2,1257,2482 -"175311",54388,63641,3,1257,2337 -"175312",54388,64181,3,1257,1828 -"175313",54388,67726,3,1257,2873 -"175314",54388,69716,3,1257,2632 -"175315",54388,74818,3,1257,1440 -"175316",54388,85356,3,1257,1492 -"175317",54388,87874,3,1257,1296 -"175318",54388,96894,3,1257,1598 -"175319",54388,99557,3,1257,1703 -"175320",54388,109114,3,1257,1287 -"175321",54407,919,3,514,910 -"175322",54407,2724,3,514,2447 -"175323",54407,3272,3,514,2132 -"175324",54407,3477,3,514,2546 -"175325",54407,3786,3,514,2282 -"175326",54407,4968,2,514,1586 -"175327",54407,6040,3,514,2103 -"175328",54407,6063,3,514,2349 -"175329",54407,6562,3,514,1139 -"175330",54407,9273,3,514,1747 -"175331",54407,12598,3,514,2086 -"175332",54407,12735,3,514,819 -"175333",54407,12779,3,514,936 -"175334",54407,15023,2,514,2054 -"175335",54407,17608,3,514,1216 -"175336",54407,18217,3,514,1566 -"175337",54407,19075,3,514,2214 -"175338",54407,19667,3,514,1466 -"175339",54407,20547,2,514,2145 -"175340",54407,20921,3,514,723 -"175341",54407,22462,3,514,869 -"175342",54407,23364,3,514,2306 -"175343",54407,24867,3,514,1861 -"175344",54407,25053,3,514,2186 -"175345",54407,25518,3,514,1955 -"175346",54407,29100,3,514,843 -"175347",54407,29354,3,514,1123 -"175348",54407,31357,3,514,2389 -"175349",54407,32479,3,514,969 -"175350",54407,32939,3,514,2277 -"175351",54407,33223,3,514,2397 -"175352",54407,40542,3,514,1664 -"175353",54407,51399,2,514,934 -"175354",54407,51843,2,514,2389 -"175355",54407,54385,2,514,2340 -"175356",54407,63104,3,514,2149 -"175357",54407,63631,3,514,763 -"175358",54407,69308,3,514,2370 -"175359",54407,76295,3,514,1001 -"175360",54407,78611,3,514,1586 -"175361",54407,83598,3,514,619 -"175362",54407,84322,3,514,1635 -"175363",54407,84808,2,514,1974 -"175364",54407,91465,2,514,1047 -"175365",54407,93590,3,514,1188 -"175366",54407,108974,3,514,752 -"175367",54407,110737,1,514,2117 -"175368",54452,827,2,60,2964 -"175369",54452,1624,1,60,2687 -"175370",54452,1708,2,60,1591 -"175371",54452,2282,3,60,2056 -"175372",54452,2647,2,60,2450 -"175373",54452,2927,3,60,1789 -"175374",54452,4180,3,60,1817 -"175375",54452,6040,3,60,2103 -"175376",54452,6345,3,60,2713 -"175377",54452,6480,3,60,1678 -"175378",54452,7253,3,60,2686 -"175379",54452,7254,3,60,1849 -"175380",54452,7604,2,60,1366 -"175381",54452,8006,2,60,479 -"175382",54452,8123,3,60,144 -"175383",54452,9724,3,60,2713 -"175384",54452,11858,2,60,1530 -"175385",54452,14212,3,60,857 -"175386",54452,15146,3,60,1546 -"175387",54452,16538,1,60,704 -"175388",54452,19509,3,60,2000 -"175389",54452,22980,3,60,158 -"175390",54452,23550,3,60,2939 -"175391",54452,28290,3,60,430 -"175392",54452,28782,3,60,2272 -"175393",54452,31357,3,60,2389 -"175394",54452,34953,3,60,1817 -"175395",54452,36399,2,60,1357 -"175396",54452,42382,3,60,2224 -"175397",54452,42390,2,60,2937 -"175398",54452,43543,2,60,1457 -"175399",54452,46616,3,60,1917 -"175400",54452,47607,3,60,2724 -"175401",54452,52380,3,60,2686 -"175402",54452,53584,3,60,2391 -"175403",54452,54385,3,60,2340 -"175404",54452,55183,3,60,450 -"175405",54452,63631,2,60,763 -"175406",54452,64628,3,60,2829 -"175407",54452,65375,2,60,824 -"175408",54452,71895,2,60,1327 -"175409",54452,76295,3,60,1001 -"175410",54452,76796,3,60,1140 -"175411",54452,76814,3,60,926 -"175412",54452,76929,1,60,910 -"175413",54452,78611,3,60,1586 -"175414",54452,80970,3,60,2069 -"175415",54452,82312,3,60,340 -"175416",54452,84591,3,60,1685 -"175417",54452,84808,3,60,1974 -"175418",54452,87915,3,60,1152 -"175419",54452,89135,3,60,116 -"175420",54467,841,3,919,2964 -"175421",54467,1349,3,919,1147 -"175422",54467,1629,3,919,1289 -"175423",54467,2190,3,919,2359 -"175424",54467,2540,3,919,1398 -"175425",54467,3127,3,919,2273 -"175426",54467,3271,3,919,2216 -"175427",54467,3477,2,919,2546 -"175428",54467,4303,3,919,2414 -"175429",54467,5792,3,919,975 -"175430",54467,6063,3,919,2349 -"175431",54467,6989,3,919,2623 -"175432",54467,7337,3,919,1797 -"175433",54467,7937,3,919,2044 -"175434",54467,8140,3,919,1262 -"175435",54467,9272,3,919,2835 -"175436",54467,10453,3,919,1656 -"175437",54467,10754,3,919,1797 -"175438",54467,11108,3,919,1609 -"175439",54467,11639,3,919,1593 -"175440",54467,11990,3,919,1909 -"175441",54467,12779,3,919,936 -"175442",54467,13537,3,919,1020 -"175443",54467,14754,3,919,2456 -"175444",54467,16437,3,919,1956 -"175445",54467,17456,3,919,1300 -"175446",54467,17645,3,919,1918 -"175447",54467,18217,3,919,1566 -"175448",54467,19934,3,919,2888 -"175449",54467,21593,3,919,1312 -"175450",54467,21684,3,919,1971 -"175451",54467,21815,3,919,2032 -"175452",54467,23000,3,919,1815 -"175453",54467,23131,2,919,1732 -"175454",54467,23206,3,919,2805 -"175455",54467,26182,3,919,2775 -"175456",54467,29267,3,919,1234 -"175457",54467,29286,3,919,1612 -"175458",54467,30525,3,919,1964 -"175459",54467,30891,3,919,1256 -"175460",54467,32110,2,919,2224 -"175461",54467,32339,3,919,2430 -"175462",54467,33223,3,919,2397 -"175463",54467,33681,3,919,1059 -"175464",54467,33870,3,919,955 -"175465",54467,34870,3,919,1873 -"175466",54467,36953,3,919,2790 -"175467",54467,37632,3,919,1295 -"175468",54467,37752,3,919,2223 -"175469",54467,40542,3,919,1664 -"175470",54467,40572,3,919,2666 -"175471",54467,42813,3,919,2142 -"175472",54467,43226,3,919,2442 -"175473",54467,44497,3,919,2401 -"175474",54467,46486,2,919,1868 -"175475",54467,48110,3,919,2009 -"175476",54467,57912,3,919,1035 -"175477",54467,58508,3,919,2326 -"175478",54467,61125,3,919,1673 -"175479",54467,63077,3,919,2778 -"175480",54467,67266,3,919,2010 -"175481",54467,69335,3,919,2698 -"175482",54467,80301,3,919,1690 -"175483",54467,88324,3,919,1080 -"175484",54467,90709,3,919,1080 -"175485",54467,101367,3,919,974 -"175486",54488,4249,3,2357,2547 -"175487",54488,4784,3,2357,2511 -"175488",54488,6223,3,2357,2363 -"175489",54488,6747,3,2357,2913 -"175490",54488,21920,3,2357,2367 -"175491",54508,14,3,187,1793 -"175492",54508,312,3,187,2038 -"175493",54508,1044,3,187,880 -"175494",54508,2424,3,187,2582 -"175495",54508,2533,3,187,2016 -"175496",54508,2894,3,187,1291 -"175497",54508,3305,3,187,2839 -"175498",54508,3351,3,187,192 -"175499",54508,5785,3,187,1261 -"175500",54508,6222,3,187,1949 -"175501",54508,7992,3,187,2033 -"175502",54508,8762,3,187,2585 -"175503",54508,9650,2,187,1167 -"175504",54508,11006,3,187,1950 -"175505",54508,13573,3,187,2774 -"175506",54508,14482,3,187,1573 -"175507",54508,14959,3,187,2898 -"175508",54508,15713,3,187,1646 -"175509",54508,16201,3,187,1811 -"175510",54508,17520,3,187,2276 -"175511",54508,18567,3,187,919 -"175512",54508,19719,3,187,2177 -"175513",54508,20311,3,187,1981 -"175514",54508,21198,3,187,935 -"175515",54508,23726,3,187,2434 -"175516",54508,25577,3,187,1946 -"175517",54508,25680,3,187,1618 -"175518",54508,25874,3,187,2088 -"175519",54508,25950,3,187,1618 -"175520",54508,28130,3,187,908 -"175521",54508,28752,3,187,709 -"175522",54508,29095,3,187,2531 -"175523",54508,30883,2,187,1629 -"175524",54508,31050,3,187,1491 -"175525",54508,32064,3,187,1739 -"175526",54508,33801,3,187,2899 -"175527",54508,36021,3,187,192 -"175528",54508,36862,3,187,2655 -"175529",54508,38019,3,187,1870 -"175530",54508,38921,3,187,1880 -"175531",54508,47585,3,187,794 -"175532",54508,50487,2,187,744 -"175533",54508,51338,3,187,1013 -"175534",54508,51616,3,187,761 -"175535",54508,52323,3,187,2148 -"175536",54508,52576,3,187,2234 -"175537",54508,53475,3,187,2853 -"175538",54508,53604,3,187,2489 -"175539",54508,54522,3,187,699 -"175540",54508,62538,3,187,1656 -"175541",54508,76127,3,187,910 -"175542",54508,79371,3,187,1624 -"175543",54508,80826,2,187,1251 -"175544",54522,1355,3,699,2473 -"175545",54522,1428,3,699,742 -"175546",54522,2894,3,699,1291 -"175547",54522,5239,3,699,2875 -"175548",54522,5785,2,699,1261 -"175549",54522,6222,3,699,1949 -"175550",54522,7196,3,699,1508 -"175551",54522,11694,3,699,1564 -"175552",54522,13979,3,699,1559 -"175553",54522,14482,3,699,1573 -"175554",54522,14655,3,699,2559 -"175555",54522,14959,3,699,2898 -"175556",54522,16539,3,699,1947 -"175557",54522,16896,3,699,2223 -"175558",54522,17520,3,699,2276 -"175559",54522,19621,3,699,725 -"175560",54522,20311,3,699,1981 -"175561",54522,23319,3,699,2867 -"175562",54522,25680,3,699,1618 -"175563",54522,25950,3,699,1618 -"175564",54522,26582,2,699,2772 -"175565",54522,27694,3,699,2030 -"175566",54522,27860,2,699,1588 -"175567",54522,28130,2,699,908 -"175568",54522,28131,3,699,1492 -"175569",54522,29095,3,699,2531 -"175570",54522,30150,3,699,1704 -"175571",54522,30883,2,699,1629 -"175572",54522,31243,3,699,1355 -"175573",54522,33010,3,699,2189 -"175574",54522,33801,3,699,2899 -"175575",54522,38921,3,699,1880 -"175576",54522,45136,3,699,877 -"175577",54522,50382,3,699,2244 -"175578",54522,50487,2,699,744 -"175579",54522,51616,2,699,761 -"175580",54522,52457,3,699,849 -"175581",54522,62538,3,699,1656 -"175582",54522,64502,3,699,1670 -"175583",54522,78184,3,699,937 -"175584",54522,79371,3,699,1624 -"175585",54522,87720,2,699,2086 -"175586",54522,89826,3,699,2033 -"175587",54522,96911,3,699,956 -"175588",54523,2,2,1935,2796 -"175589",54523,5119,3,1935,2220 -"175590",54523,9332,2,1935,2734 -"175591",54523,12361,3,1935,2732 -"175592",54523,18005,3,1935,2449 -"175593",54523,20984,2,1935,2502 -"175594",54523,26124,3,1935,2356 -"175595",54523,26642,3,1935,2952 -"175596",54523,28051,3,1935,2089 -"175597",54523,28837,3,1935,2286 -"175598",54523,31542,3,1935,2459 -"175599",54523,49712,3,1935,1937 -"175600",54523,53687,1,1935,2422 -"175601",54551,270,2,2348,2542 -"175602",54551,1226,3,2348,2353 -"175603",54551,1315,3,2348,2760 -"175604",54551,2289,3,2348,2389 -"175605",54551,2424,3,2348,2582 -"175606",54551,2484,3,2348,2389 -"175607",54551,3477,3,2348,2546 -"175608",54551,3493,3,2348,2451 -"175609",54551,3966,3,2348,2425 -"175610",54551,6063,3,2348,2349 -"175611",54551,6074,3,2348,2426 -"175612",54551,7234,2,2348,2654 -"175613",54551,10890,3,2348,2639 -"175614",54551,11477,3,2348,2724 -"175615",54551,11966,3,2348,2385 -"175616",54551,14507,3,2348,2686 -"175617",54551,14655,3,2348,2559 -"175618",54551,15184,3,2348,2396 -"175619",54551,16332,3,2348,2668 -"175620",54551,16352,3,2348,2657 -"175621",54551,16826,2,2348,2599 -"175622",54551,17264,3,2348,2528 -"175623",54551,18394,3,2348,2356 -"175624",54551,19027,3,2348,2721 -"175625",54551,19248,3,2348,2357 -"175626",54551,19622,2,2348,2371 -"175627",54551,19862,3,2348,2412 -"175628",54551,20124,2,2348,2376 -"175629",54551,21571,3,2348,2755 -"175630",54551,22326,3,2348,2818 -"175631",54551,23725,1,2348,2378 -"175632",54551,24825,3,2348,2686 -"175633",54551,25305,3,2348,2447 -"175634",54551,25971,3,2348,2608 -"175635",54551,26080,3,2348,2525 -"175636",54551,26436,3,2348,2489 -"175637",54551,26848,2,2348,2363 -"175638",54551,27753,3,2348,2750 -"175639",54551,29580,3,2348,2776 -"175640",54551,31436,3,2348,2892 -"175641",54551,32567,3,2348,2784 -"175642",54551,33223,3,2348,2397 -"175643",54551,34480,1,2348,2755 -"175644",54551,34735,3,2348,2767 -"175645",54551,35926,3,2348,2371 -"175646",54551,38227,3,2348,2511 -"175647",54551,39906,3,2348,2365 -"175648",54551,42216,3,2348,2722 -"175649",54551,43455,3,2348,2846 -"175650",54551,43518,3,2348,2680 -"175651",54551,44676,2,2348,2629 -"175652",54551,50134,3,2348,2674 -"175653",54551,50785,3,2348,2877 -"175654",54551,51041,3,2348,2606 -"175655",54551,54740,3,2348,2750 -"175656",54551,54929,3,2348,2783 -"175657",54551,56082,2,2348,2395 -"175658",54551,56237,3,2348,2625 -"175659",54551,61982,3,2348,2725 -"175660",54551,62841,3,2348,2710 -"175661",54551,64793,3,2348,2819 -"175662",54551,72207,2,2348,2430 -"175663",54551,72326,2,2348,2384 -"175664",54551,76048,3,2348,2373 -"175665",54551,79322,3,2348,2770 -"175666",54551,82929,2,2348,2475 -"175667",54551,83396,3,2348,2396 -"175668",54552,106419,1,481,1411 -"175669",54631,160,3,1531,2007 -"175670",54631,5845,3,1531,1552 -"175671",54631,8259,3,1531,1677 -"175672",54631,9331,3,1531,2269 -"175673",54631,9423,3,1531,1708 -"175674",54631,13200,2,1531,2488 -"175675",54631,14918,3,1531,2071 -"175676",54631,17221,2,1531,2487 -"175677",54631,17351,2,1531,2036 -"175678",54631,17632,3,1531,1947 -"175679",54631,20419,3,1531,1587 -"175680",54631,24558,3,1531,2139 -"175681",54631,27509,3,1531,2067 -"175682",54631,30943,3,1531,2287 -"175683",54631,32775,1,1531,2135 -"175684",54631,34120,3,1531,2786 -"175685",54631,35477,3,1531,2703 -"175686",54631,41900,3,1531,1970 -"175687",54631,41945,3,1531,2856 -"175688",54631,44688,3,1531,2924 -"175689",54631,46042,1,1531,1692 -"175690",54631,46803,3,1531,2305 -"175691",54631,55580,3,1531,1942 -"175692",54631,73172,3,1531,2496 -"175693",54663,1592,3,1424,2006 -"175694",54663,1691,3,1424,1941 -"175695",54663,2759,3,1424,2030 -"175696",54663,3317,3,1424,2037 -"175697",54663,4066,2,1424,1736 -"175698",54663,4612,3,1424,2804 -"175699",54663,4730,2,1424,2131 -"175700",54663,5839,3,1424,2301 -"175701",54663,7433,3,1424,2255 -"175702",54663,11351,3,1424,2971 -"175703",54663,14915,3,1424,2606 -"175704",54663,18543,3,1424,2968 -"175705",54663,19718,2,1424,1702 -"175706",54663,20407,3,1424,2339 -"175707",54663,21180,3,1424,2762 -"175708",54663,21682,3,1424,2414 -"175709",54663,21741,3,1424,1574 -"175710",54663,24195,3,1424,1575 -"175711",54663,25816,3,1424,2088 -"175712",54663,30442,3,1424,2124 -"175713",54663,31541,3,1424,1500 -"175714",54663,34162,3,1424,2336 -"175715",54663,34491,3,1424,2694 -"175716",54663,35477,3,1424,2703 -"175717",54663,35620,3,1424,2092 -"175718",54663,42619,3,1424,2017 -"175719",54663,42914,3,1424,1737 -"175720",54663,43173,3,1424,2895 -"175721",54663,47384,3,1424,1639 -"175722",54663,50179,3,1424,2230 -"175723",54663,55487,3,1424,1500 -"175724",54663,55775,3,1424,2385 -"175725",54663,60979,3,1424,1758 -"175726",54663,63966,3,1424,1565 -"175727",54663,76132,3,1424,2426 -"175728",54663,76675,3,1424,1840 -"175729",54663,88232,3,1424,2881 -"175730",54676,206,2,1342,1986 -"175731",54676,307,3,1342,2530 -"175732",54676,312,3,1342,2038 -"175733",54676,543,3,1342,2203 -"175734",54676,671,3,1342,2328 -"175735",54676,733,3,1342,1653 -"175736",54676,803,3,1342,1666 -"175737",54676,1036,2,1342,1367 -"175738",54676,1046,3,1342,1881 -"175739",54676,1092,2,1342,1945 -"175740",54676,1321,3,1342,2075 -"175741",54676,1495,3,1342,2046 -"175742",54676,1691,3,1342,1941 -"175743",54676,2484,3,1342,2389 -"175744",54676,2684,3,1342,2874 -"175745",54676,2754,3,1342,1360 -"175746",54676,2766,2,1342,1920 -"175747",54676,3242,3,1342,1730 -"175748",54676,3853,3,1342,2465 -"175749",54676,4618,3,1342,2607 -"175750",54676,4763,2,1342,1960 -"175751",54676,5429,2,1342,1991 -"175752",54676,5462,3,1342,2374 -"175753",54676,5504,3,1342,2389 -"175754",54676,5669,3,1342,2502 -"175755",54676,5725,3,1342,2789 -"175756",54676,6390,3,1342,2385 -"175757",54676,6417,3,1342,1675 -"175758",54676,7013,3,1342,2040 -"175759",54676,7078,3,1342,2344 -"175760",54676,7323,3,1342,2858 -"175761",54676,8533,3,1342,2251 -"175762",54676,8621,3,1342,1681 -"175763",54676,9893,2,1342,2701 -"175764",54676,10404,3,1342,2062 -"175765",54676,10638,3,1342,2692 -"175766",54676,10874,2,1342,1891 -"175767",54676,11055,2,1342,2111 -"175768",54676,11620,3,1342,2010 -"175769",54676,13639,3,1342,2887 -"175770",54676,13732,3,1342,2789 -"175771",54676,13925,3,1342,1515 -"175772",54676,14888,3,1342,1411 -"175773",54676,15184,1,1342,2396 -"175774",54676,15539,3,1342,1929 -"175775",54676,15626,3,1342,2434 -"175776",54676,15716,3,1342,1991 -"175777",54676,17997,3,1342,1621 -"175778",54676,19027,1,1342,2721 -"175779",54676,19248,3,1342,2357 -"175780",54676,19528,3,1342,2742 -"175781",54676,20563,3,1342,2267 -"175782",54676,20700,2,1342,2861 -"175783",54676,20824,3,1342,1366 -"175784",54676,21225,3,1342,1945 -"175785",54676,21706,3,1342,1988 -"175786",54676,26436,3,1342,2489 -"175787",54676,26516,3,1342,2479 -"175788",54676,26570,3,1342,1669 -"175789",54676,26608,3,1342,2329 -"175790",54676,26865,3,1342,2726 -"175791",54676,27501,3,1342,1981 -"175792",54676,27753,3,1342,2750 -"175793",54676,28218,3,1342,2048 -"175794",54676,30081,3,1342,2403 -"175795",54676,30438,3,1342,1617 -"175796",54676,31799,2,1342,2547 -"175797",54676,33160,3,1342,2441 -"175798",54676,34492,3,1342,1798 -"175799",54676,35529,3,1342,1620 -"175800",54676,37570,3,1342,2389 -"175801",54676,38449,3,1342,1802 -"175802",54676,38869,3,1342,1675 -"175803",54676,40432,3,1342,1956 -"175804",54676,41625,3,1342,1794 -"175805",54676,42574,3,1342,2842 -"175806",54676,46039,3,1342,1794 -"175807",54676,47386,3,1342,2226 -"175808",54676,48242,3,1342,1690 -"175809",54676,50252,3,1342,2001 -"175810",54676,51022,3,1342,1499 -"175811",54676,51853,3,1342,2520 -"175812",54676,54695,3,1342,2429 -"175813",54676,54740,3,1342,2750 -"175814",54676,55156,3,1342,2196 -"175815",54676,56464,3,1342,2488 -"175816",54676,57077,3,1342,1885 -"175817",54676,57977,2,1342,2683 -"175818",54676,58035,3,1342,1646 -"175819",54676,58427,3,1342,2234 -"175820",54676,62488,2,1342,1418 -"175821",54676,64181,3,1342,1828 -"175822",54676,65029,2,1342,2954 -"175823",54676,69591,3,1342,2294 -"175824",54676,71702,3,1342,2353 -"175825",54676,77993,3,1342,1497 -"175826",54676,78563,3,1342,2385 -"175827",54676,86799,3,1342,1951 -"175828",54676,88966,2,1342,1568 -"175829",54695,307,3,2429,2530 -"175830",54695,1355,3,2429,2473 -"175831",54695,2684,3,2429,2874 -"175832",54695,3164,3,2429,2693 -"175833",54695,5239,3,2429,2875 -"175834",54695,9893,3,2429,2701 -"175835",54695,11351,3,2429,2971 -"175836",54695,19027,3,2429,2721 -"175837",54695,20292,3,2429,2755 -"175838",54695,21406,3,2429,2714 -"175839",54695,23132,3,2429,2756 -"175840",54695,27275,3,2429,2656 -"175841",54695,33801,3,2429,2899 -"175842",54695,42574,2,2429,2842 -"175843",54695,48605,3,2429,2796 -"175844",54695,50248,3,2429,2781 -"175845",54695,51041,3,2429,2606 -"175846",54695,53475,3,2429,2853 -"175847",54695,53519,2,2429,2781 -"175848",54695,61982,3,2429,2725 -"175849",54695,62841,3,2429,2710 -"175850",54695,67150,3,2429,2633 -"175851",54695,67652,3,2429,2736 -"175852",54715,762,3,499,2671 -"175853",54715,4889,2,499,1501 -"175854",54715,5716,3,499,1058 -"175855",54715,6274,3,499,1035 -"175856",54715,6417,3,499,1675 -"175857",54715,8060,3,499,1883 -"175858",54715,11477,3,499,2724 -"175859",54715,14072,2,499,1346 -"175860",54715,14855,3,499,903 -"175861",54715,14972,1,499,2332 -"175862",54715,15962,3,499,660 -"175863",54715,16352,3,499,2657 -"175864",54715,17381,1,499,1697 -"175865",54715,18348,3,499,1711 -"175866",54715,19528,3,499,2742 -"175867",54715,21246,3,499,1612 -"175868",54715,22141,3,499,2348 -"175869",54715,23310,3,499,2371 -"175870",54715,26659,3,499,903 -"175871",54715,28002,3,499,914 -"175872",54715,30334,3,499,2075 -"175873",54715,32939,3,499,2277 -"175874",54715,33588,3,499,1040 -"175875",54715,35518,3,499,1721 -"175876",54715,36691,3,499,1903 -"175877",54715,37636,3,499,2178 -"175878",54715,38602,3,499,2693 -"175879",54715,40392,3,499,1878 -"175880",54715,43635,3,499,1196 -"175881",54715,44720,2,499,1202 -"175882",54715,46642,3,499,999 -"175883",54715,46717,3,499,938 -"175884",54715,48548,1,499,826 -"175885",54715,51783,3,499,2599 -"175886",54715,57804,3,499,2214 -"175887",54715,74290,2,499,1513 -"175888",54715,80219,2,499,988 -"175889",54715,81478,3,499,1640 -"175890",54715,82426,3,499,1576 -"175891",54715,87638,3,499,1114 -"175892",54715,99273,3,499,825 -"175893",54715,113736,3,499,1514 -"175894",54737,267,3,326,2631 -"175895",54737,1222,2,326,2598 -"175896",54737,1785,3,326,2350 -"175897",54737,2272,3,326,1640 -"175898",54737,2443,2,326,2333 -"175899",54737,2588,3,326,552 -"175900",54737,2802,2,326,1836 -"175901",54737,3324,2,326,1198 -"175902",54737,3477,3,326,2546 -"175903",54737,5414,2,326,2321 -"175904",54737,6063,3,326,2349 -"175905",54737,6262,2,326,2733 -"175906",54737,6295,3,326,856 -"175907",54737,6432,3,326,2297 -"175908",54737,6755,3,326,2818 -"175909",54737,9269,3,326,1892 -"175910",54737,9895,3,326,1960 -"175911",54737,9910,3,326,2526 -"175912",54737,9948,3,326,2019 -"175913",54737,10279,3,326,886 -"175914",54737,11897,2,326,1271 -"175915",54737,12116,3,326,2119 -"175916",54737,12735,3,326,819 -"175917",54737,12779,3,326,936 -"175918",54737,12914,3,326,1557 -"175919",54737,13150,3,326,1570 -"175920",54737,13671,3,326,1371 -"175921",54737,15047,2,326,1697 -"175922",54737,15582,3,326,598 -"175923",54737,15926,3,326,545 -"175924",54737,16538,3,326,704 -"175925",54737,16590,3,326,1123 -"175926",54737,17884,3,326,1677 -"175927",54737,17999,3,326,2758 -"175928",54737,18217,3,326,1566 -"175929",54737,18466,2,326,2340 -"175930",54737,18610,3,326,2141 -"175931",54737,19002,3,326,2053 -"175932",54737,19190,2,326,2677 -"175933",54737,19358,1,326,880 -"175934",54737,20604,2,326,1684 -"175935",54737,20695,3,326,2526 -"175936",54737,21044,3,326,1574 -"175937",54737,21290,3,326,894 -"175938",54737,22207,3,326,2365 -"175939",54737,22462,3,326,869 -"175940",54737,24044,3,326,1076 -"175941",54737,24421,3,326,1324 -"175942",54737,25345,3,326,713 -"175943",54737,26138,3,326,1902 -"175944",54737,26698,3,326,1963 -"175945",54737,27512,3,326,947 -"175946",54737,28914,3,326,580 -"175947",54737,30697,3,326,2891 -"175948",54737,31295,3,326,2183 -"175949",54737,31705,2,326,2706 -"175950",54737,32070,1,326,950 -"175951",54737,32939,3,326,2277 -"175952",54737,32966,3,326,1583 -"175953",54737,33223,3,326,2397 -"175954",54737,33278,3,326,1591 -"175955",54737,34331,3,326,1727 -"175956",54737,36215,3,326,1623 -"175957",54737,36662,3,326,2967 -"175958",54737,37332,2,326,1891 -"175959",54737,38274,3,326,1181 -"175960",54737,38697,2,326,2701 -"175961",54737,40542,3,326,1664 -"175962",54737,40565,3,326,2115 -"175963",54737,42259,3,326,1235 -"175964",54737,42280,3,326,2266 -"175965",54737,43311,3,326,1553 -"175966",54737,43768,3,326,1468 -"175967",54737,44403,3,326,2429 -"175968",54737,45585,3,326,2384 -"175969",54737,46568,1,326,822 -"175970",54737,46581,3,326,1160 -"175971",54737,48931,3,326,2444 -"175972",54737,49403,2,326,2427 -"175973",54737,49708,3,326,1147 -"175974",54737,50678,3,326,1366 -"175975",54737,51678,2,326,1077 -"175976",54737,53082,3,326,2328 -"175977",54737,53648,3,326,2167 -"175978",54737,54061,3,326,1488 -"175979",54737,55261,3,326,1915 -"175980",54737,56168,1,326,1466 -"175981",54737,56364,3,326,1626 -"175982",54737,57037,3,326,2293 -"175983",54737,57804,3,326,2214 -"175984",54737,63525,3,326,2741 -"175985",54737,63631,2,326,763 -"175986",54737,65515,3,326,677 -"175987",54737,66017,2,326,1545 -"175988",54737,66756,3,326,1301 -"175989",54737,69453,3,326,2831 -"175990",54737,76295,3,326,1001 -"175991",54737,76796,3,326,1140 -"175992",54737,76997,2,326,2223 -"175993",54737,77550,2,326,1548 -"175994",54737,79772,2,326,1230 -"175995",54737,79793,2,326,1915 -"175996",54737,80801,3,326,1250 -"175997",54737,82270,3,326,1641 -"175998",54737,82917,3,326,2371 -"175999",54737,83334,1,326,1708 -"176000",54737,84591,3,326,1685 -"176001",54737,84601,3,326,802 -"176002",54737,87901,3,326,849 -"176003",54737,87915,3,326,1152 -"176004",54737,89329,3,326,517 -"176005",54737,90633,2,326,990 -"176006",54737,94339,2,326,2768 -"176007",54737,95998,3,326,1250 -"176008",54737,97706,3,326,1121 -"176009",54737,99194,3,326,1271 -"176010",54737,101381,3,326,977 -"176011",54737,101666,3,326,1257 -"176012",54737,103482,3,326,435 -"176013",54737,104161,2,326,613 -"176014",54737,106330,3,326,2559 -"176015",54737,107435,3,326,1635 -"176016",54737,108620,3,326,881 -"176017",54737,112814,2,326,546 -"176018",54740,20700,3,2750,2861 -"176019",54740,64793,2,2750,2819 -"176020",54761,6044,3,1267,2744 -"176021",54761,22403,3,1267,1630 -"176022",54761,41972,3,1267,2509 -"176023",54761,76603,3,1267,1300 -"176024",54775,2036,3,2383,2483 -"176025",54775,2852,3,2383,2448 -"176026",54775,3493,3,2383,2451 -"176027",54775,3978,3,2383,2775 -"176028",54775,4303,3,2383,2414 -"176029",54775,4669,3,2383,2395 -"176030",54775,6989,3,2383,2623 -"176031",54775,7252,3,2383,2799 -"176032",54775,8760,3,2383,2477 -"176033",54775,9332,3,2383,2734 -"176034",54775,9787,3,2383,2858 -"176035",54775,12361,3,2383,2732 -"176036",54775,12948,3,2383,2669 -"176037",54775,16866,3,2383,2718 -"176038",54775,17033,3,2383,2771 -"176039",54775,18005,3,2383,2449 -"176040",54775,18865,3,2383,2676 -"176041",54775,19655,3,2383,2706 -"176042",54775,20984,2,2383,2502 -"176043",54775,23498,3,2383,2398 -"176044",54775,27742,3,2383,2700 -"176045",54775,27914,2,2383,2507 -"176046",54775,28869,3,2383,2425 -"176047",54775,29473,2,2383,2602 -"176048",54775,45729,3,2383,2606 -"176049",54775,45869,3,2383,2840 -"176050",54775,50585,3,2383,2414 -"176051",54775,51144,3,2383,2466 -"176052",54775,56082,3,2383,2395 -"176053",54775,58655,2,2383,2685 -"176054",54775,62626,3,2383,2787 -"176055",54775,64947,3,2383,2489 -"176056",54775,71531,3,2383,2887 -"176057",54782,341,3,565,2689 -"176058",54782,841,3,565,2964 -"176059",54782,2959,3,565,1785 -"176060",54782,4646,3,565,2139 -"176061",54782,5484,3,565,582 -"176062",54782,5614,3,565,2122 -"176063",54782,6359,3,565,1239 -"176064",54782,9504,3,565,2549 -"176065",54782,31541,3,565,1500 -"176066",54782,34491,3,565,2694 -"176067",54782,38422,3,565,1019 -"176068",54782,38532,3,565,1234 -"176069",54782,38975,3,565,1999 -"176070",54782,39337,3,565,775 -"176071",54782,43961,3,565,2443 -"176072",54782,44564,2,565,2034 -"176073",54782,47654,3,565,1664 -"176074",54782,50520,3,565,1205 -"176075",54782,54663,3,565,1424 -"176076",54782,55487,3,565,1500 -"176077",54782,58229,3,565,1202 -"176078",54782,59627,2,565,1466 -"176079",54782,59726,3,565,1513 -"176080",54782,64967,3,565,2872 -"176081",54782,66609,2,565,998 -"176082",54782,67604,3,565,2075 -"176083",54782,68837,3,565,652 -"176084",54782,85690,3,565,1229 -"176085",54782,85869,3,565,1509 -"176086",54782,93930,3,565,1268 -"176087",54782,100860,3,565,2326 -"176088",54782,102587,2,565,913 -"176089",54782,111855,3,565,1909 -"176090",54782,114504,3,565,1937 -"176091",54816,393,2,592,643 -"176092",54816,1785,3,592,2350 -"176093",54816,2370,3,592,1600 -"176094",54816,2506,3,592,954 -"176095",54816,2737,3,592,607 -"176096",54816,2927,3,592,1789 -"176097",54816,3068,3,592,1815 -"176098",54816,3158,3,592,2762 -"176099",54816,4249,2,592,2547 -"176100",54816,4784,3,592,2511 -"176101",54816,6020,2,592,1864 -"176102",54816,6223,2,592,2363 -"176103",54816,6747,2,592,2913 -"176104",54816,8607,3,592,1685 -"176105",54816,13034,3,592,698 -"176106",54816,13595,3,592,1164 -"176107",54816,14172,3,592,1923 -"176108",54816,14470,3,592,2632 -"176109",54816,14957,3,592,2306 -"176110",54816,15782,2,592,2306 -"176111",54816,16910,3,592,1978 -"176112",54816,17531,3,592,876 -"176113",54816,17695,3,592,1930 -"176114",54816,21358,2,592,1970 -"176115",54816,21920,3,592,2367 -"176116",54816,28648,2,592,1586 -"176117",54816,31950,3,592,2217 -"176118",54816,34274,3,592,1437 -"176119",54816,36840,3,592,2269 -"176120",54816,41489,3,592,2006 -"176121",54816,42390,3,592,2937 -"176122",54816,45297,3,592,1864 -"176123",54816,46049,2,592,2102 -"176124",54816,48823,2,592,2080 -"176125",54816,49029,3,592,647 -"176126",54816,50468,3,592,1659 -"176127",54816,52179,1,592,1572 -"176128",54816,54488,1,592,2357 -"176129",54816,55493,2,592,869 -"176130",54816,79639,3,592,1013 -"176131",54816,84235,3,592,1639 -"176132",54816,92366,3,592,1434 -"176133",54816,93642,3,592,1120 -"176134",54816,95879,3,592,1748 -"176135",54816,105887,3,592,615 -"176136",54846,489,3,193,2652 -"176137",54846,1175,3,193,1642 -"176138",54846,3477,3,193,2546 -"176139",54846,3495,3,193,2431 -"176140",54846,3751,3,193,1358 -"176141",54846,4504,3,193,1905 -"176142",54846,6063,3,193,2349 -"176143",54846,6366,3,193,798 -"176144",54846,6417,3,193,1675 -"176145",54846,6877,3,193,867 -"176146",54846,6914,3,193,2668 -"176147",54846,8821,3,193,2230 -"176148",54846,10222,3,193,2212 -"176149",54846,11576,3,193,808 -"176150",54846,12735,3,193,819 -"176151",54846,12779,2,193,936 -"176152",54846,13899,3,193,2650 -"176153",54846,18217,3,193,1566 -"176154",54846,18874,3,193,2170 -"176155",54846,19317,3,193,2041 -"176156",54846,20162,3,193,2328 -"176157",54846,20343,3,193,851 -"176158",54846,22462,3,193,869 -"176159",54846,23403,3,193,607 -"176160",54846,24198,3,193,2217 -"176161",54846,25241,3,193,1233 -"176162",54846,29115,3,193,1047 -"176163",54846,33223,3,193,2397 -"176164",54846,35187,3,193,2488 -"176165",54846,35481,3,193,2211 -"176166",54846,37301,2,193,2160 -"176167",54846,38694,3,193,817 -"176168",54846,40542,3,193,1664 -"176169",54846,53846,3,193,2737 -"176170",54846,56639,2,193,643 -"176171",54846,58414,3,193,880 -"176172",54846,61785,3,193,822 -"176173",54846,70605,3,193,1176 -"176174",54846,73786,3,193,2937 -"176175",54846,105685,3,193,2469 -"176176",54855,600,3,1525,1702 -"176177",54855,675,3,1525,1686 -"176178",54855,913,3,1525,2144 -"176179",54855,1136,3,1525,2536 -"176180",54855,1691,3,1525,1941 -"176181",54855,3520,3,1525,2281 -"176182",54855,3878,3,1525,1890 -"176183",54855,4687,3,1525,2152 -"176184",54855,6390,2,1525,2385 -"176185",54855,6491,3,1525,2424 -"176186",54855,7515,3,1525,2737 -"176187",54855,9362,3,1525,2879 -"176188",54855,9432,2,1525,1693 -"176189",54855,11516,1,1525,1937 -"176190",54855,12199,2,1525,1651 -"176191",54855,12724,3,1525,1930 -"176192",54855,13068,3,1525,1778 -"176193",54855,17698,3,1525,1559 -"176194",54855,19322,2,1525,2048 -"176195",54855,21352,3,1525,1604 -"176196",54855,23132,3,1525,2756 -"176197",54855,24568,2,1525,1937 -"176198",54855,25816,3,1525,2088 -"176199",54855,27391,3,1525,2378 -"176200",54855,28303,3,1525,2089 -"176201",54855,31235,3,1525,2668 -"176202",54855,34160,3,1525,1759 -"176203",54855,35302,3,1525,1589 -"176204",54855,39189,3,1525,2319 -"176205",54855,40369,3,1525,2735 -"176206",54855,47445,2,1525,2668 -"176207",54855,62219,1,1525,2494 -"176208",54855,63409,2,1525,1937 -"176209",54855,64181,3,1525,1828 -"176210",54855,64997,2,1525,2791 -"176211",54855,79804,3,1525,2227 -"176212",54855,80429,3,1525,1927 -"176213",54855,83907,3,1525,2056 -"176214",54855,86245,3,1525,1972 -"176215",54855,91772,3,1525,2233 -"176216",54855,104611,3,1525,1623 -"176217",54855,107649,3,1525,1573 -"176218",54857,288,2,849,947 -"176219",54857,2743,3,849,1278 -"176220",54857,2754,3,849,1360 -"176221",54857,30857,3,849,863 -"176222",54857,67222,2,849,1332 -"176223",54857,72334,3,849,2820 -"176224",54879,2093,3,2210,2459 -"176225",54879,2289,3,2210,2389 -"176226",54879,2572,3,2210,2273 -"176227",54879,3011,2,2210,2278 -"176228",54879,3460,3,2210,2530 -"176229",54879,3765,3,2210,2775 -"176230",54879,3896,3,2210,2693 -"176231",54879,3961,3,2210,2426 -"176232",54879,4701,2,2210,2401 -"176233",54879,4953,3,2210,2285 -"176234",54879,5041,3,2210,2371 -"176235",54879,5350,3,2210,2522 -"176236",54879,8327,2,2210,2527 -"176237",54879,9311,3,2210,2477 -"176238",54879,9928,3,2210,2345 -"176239",54879,9979,3,2210,2238 -"176240",54879,10358,2,2210,2294 -"176241",54879,10843,3,2210,2277 -"176242",54879,10857,3,2210,2253 -"176243",54879,11218,2,2210,2292 -"176244",54879,12042,2,2210,2345 -"176245",54879,13601,2,2210,2689 -"176246",54879,15444,3,2210,2764 -"176247",54879,15626,3,2210,2434 -"176248",54879,16352,3,2210,2657 -"176249",54879,17400,3,2210,2231 -"176250",54879,17561,3,2210,2286 -"176251",54879,17790,3,2210,2783 -"176252",54879,20407,3,2210,2339 -"176253",54879,21248,3,2210,2232 -"176254",54879,23725,3,2210,2378 -"176255",54879,24721,2,2210,2326 -"176256",54879,25480,2,2210,2747 -"176257",54879,25569,3,2210,2317 -"176258",54879,25610,3,2210,2328 -"176259",54879,26080,3,2210,2525 -"176260",54879,26721,3,2210,2586 -"176261",54879,29073,3,2210,2328 -"176262",54879,29280,3,2210,2499 -"176263",54879,29899,3,2210,2375 -"176264",54879,30081,3,2210,2403 -"176265",54879,30366,3,2210,2532 -"176266",54879,32919,3,2210,2321 -"176267",54879,33433,2,2210,2805 -"176268",54879,34735,3,2210,2767 -"176269",54879,35888,2,2210,2291 -"176270",54879,35926,3,2210,2371 -"176271",54879,36646,3,2210,2744 -"176272",54879,36962,3,2210,2861 -"176273",54879,37279,3,2210,2768 -"176274",54879,38727,3,2210,2238 -"176275",54879,38755,3,2210,2902 -"176276",54879,39512,3,2210,2644 -"176277",54879,39556,2,2210,2747 -"176278",54879,41770,3,2210,2752 -"176279",54879,41972,3,2210,2509 -"176280",54879,42333,3,2210,2234 -"176281",54879,42642,2,2210,2257 -"176282",54879,46099,3,2210,2360 -"176283",54879,47877,3,2210,2970 -"176284",54879,49110,3,2210,2938 -"176285",54879,50480,3,2210,2701 -"176286",54879,51055,3,2210,2558 -"176287",54879,51089,2,2210,2426 -"176288",54879,51866,3,2210,2411 -"176289",54879,54551,3,2210,2348 -"176290",54879,54929,3,2210,2783 -"176291",54879,55643,3,2210,2359 -"176292",54879,55652,3,2210,2795 -"176293",54879,56920,3,2210,2548 -"176294",54879,57732,2,2210,2454 -"176295",54879,59113,3,2210,2434 -"176296",54879,60516,3,2210,2257 -"176297",54879,63395,3,2210,2334 -"176298",54879,64699,3,2210,2797 -"176299",54879,87110,3,2210,2801 -"176300",54879,91579,3,2210,2510 -"176301",54879,92513,2,2210,2282 -"176302",54879,102186,3,2210,2937 -"176303",54890,1780,1,877,1375 -"176304",54890,2120,2,877,1133 -"176305",54890,2747,2,877,2411 -"176306",54890,2852,3,877,2448 -"176307",54890,4916,2,877,1970 -"176308",54890,5346,3,877,1438 -"176309",54890,5897,3,877,2337 -"176310",54890,8062,3,877,2858 -"176311",54890,8395,3,877,896 -"176312",54890,8604,3,877,2799 -"176313",54890,9703,3,877,1845 -"176314",54890,10129,3,877,2124 -"176315",54890,10350,3,877,1163 -"176316",54890,10453,3,877,1656 -"176317",54890,10638,3,877,2692 -"176318",54890,11588,3,877,2352 -"176319",54890,12067,3,877,1213 -"176320",54890,13065,2,877,1561 -"176321",54890,13184,3,877,977 -"176322",54890,13920,3,877,1709 -"176323",54890,14749,3,877,1998 -"176324",54890,14998,3,877,1553 -"176325",54890,15207,3,877,1855 -"176326",54890,15826,2,877,2772 -"176327",54890,17257,3,877,1117 -"176328",54890,17973,3,877,2837 -"176329",54890,18124,3,877,1642 -"176330",54890,18978,3,877,952 -"176331",54890,20155,3,877,1517 -"176332",54890,21209,3,877,2184 -"176333",54890,23488,3,877,1523 -"176334",54890,24176,2,877,1986 -"176335",54890,27008,2,877,911 -"176336",54890,27742,3,877,2700 -"176337",54890,27908,3,877,2576 -"176338",54890,29116,3,877,2128 -"176339",54890,33870,3,877,955 -"176340",54890,34478,3,877,2265 -"176341",54890,35589,3,877,983 -"176342",54890,36136,3,877,2338 -"176343",54890,38457,3,877,1630 -"176344",54890,40226,3,877,880 -"176345",54890,40747,3,877,958 -"176346",54890,41023,3,877,2408 -"176347",54890,44181,3,877,1034 -"176348",54890,44433,3,877,2224 -"176349",54890,44603,3,877,2748 -"176350",54890,49450,3,877,1328 -"176351",54890,51151,3,877,1195 -"176352",54890,51223,3,877,2153 -"176353",54890,54388,3,877,1257 -"176354",54890,58745,3,877,1920 -"176355",54890,63077,2,877,2778 -"176356",54890,65696,3,877,998 -"176357",54890,66911,3,877,1920 -"176358",54890,73474,3,877,1309 -"176359",54890,78098,3,877,1108 -"176360",54890,78842,3,877,904 -"176361",54890,84574,2,877,958 -"176362",54890,91849,3,877,1166 -"176363",54890,94520,3,877,1243 -"176364",54890,96425,3,877,2007 -"176365",54890,102566,3,877,2207 -"176366",54903,37238,3,2493,2609 -"176367",54903,41945,3,2493,2856 -"176368",54903,43455,3,2493,2846 -"176369",54903,49147,3,2493,2539 -"176370",54924,14959,3,2603,2898 -"176371",54924,42256,3,2603,2839 -"176372",54924,61337,3,2603,2777 -"176373",54929,13760,2,2783,2871 -"176374",54929,16195,3,2783,2964 -"176375",54929,17852,3,2783,2840 -"176376",54929,21138,3,2783,2849 -"176377",54929,25325,3,2783,2963 -"176378",54929,26749,3,2783,2965 -"176379",54929,28296,3,2783,2944 -"176380",54929,32567,3,2783,2784 -"176381",54929,33801,3,2783,2899 -"176382",54929,36962,3,2783,2861 -"176383",54929,47529,3,2783,2914 -"176384",54929,49110,3,2783,2938 -"176385",54929,53293,3,2783,2916 -"176386",54929,53475,3,2783,2853 -"176387",54929,57765,3,2783,2893 -"176388",54953,55,3,2223,2524 -"176389",54953,3506,2,2223,2364 -"176390",54953,4403,3,2223,2416 -"176391",54953,4953,3,2223,2285 -"176392",54953,6621,3,2223,2478 -"176393",54953,15008,2,2223,2338 -"176394",54953,15729,2,2223,2338 -"176395",54953,17925,3,2223,2385 -"176396",54953,24256,3,2223,2393 -"176397",54953,29930,3,2223,2240 -"176398",54953,31159,3,2223,2231 -"176399",54953,31705,3,2223,2706 -"176400",54953,38307,3,2223,2648 -"176401",54953,39464,2,2223,2314 -"176402",54953,42783,2,2223,2338 -"176403",54953,43455,3,2223,2846 -"176404",54953,45239,3,2223,2535 -"176405",54953,47564,3,2223,2650 -"176406",54953,47803,3,2223,2477 -"176407",54953,48931,3,2223,2444 -"176408",54978,1393,2,110,1706 -"176409",54978,2014,3,110,973 -"176410",54978,2370,3,110,1600 -"176411",54978,2407,3,110,1725 -"176412",54978,3068,2,110,1815 -"176413",54978,3506,3,110,2364 -"176414",54978,4249,3,110,2547 -"176415",54978,4723,3,110,1314 -"176416",54978,4784,2,110,2511 -"176417",54978,6020,2,110,1864 -"176418",54978,7123,3,110,1964 -"176419",54978,7900,2,110,893 -"176420",54978,7903,2,110,744 -"176421",54978,7932,2,110,789 -"176422",54978,9088,3,110,1881 -"176423",54978,9269,3,110,1892 -"176424",54978,10143,3,110,778 -"176425",54978,10610,3,110,1427 -"176426",54978,13595,3,110,1164 -"176427",54978,13712,3,110,550 -"176428",54978,14172,3,110,1923 -"176429",54978,16455,3,110,946 -"176430",54978,16866,2,110,2718 -"176431",54978,17531,3,110,876 -"176432",54978,17925,3,110,2385 -"176433",54978,18865,3,110,2676 -"176434",54978,19282,3,110,1623 -"176435",54978,21358,2,110,1970 -"176436",54978,21920,3,110,2367 -"176437",54978,22057,3,110,974 -"176438",54978,22389,3,110,2034 -"176439",54978,23280,3,110,536 -"176440",54978,28274,3,110,493 -"176441",54978,28648,2,110,1586 -"176442",54978,30850,3,110,1045 -"176443",54978,31211,3,110,433 -"176444",54978,31950,1,110,2217 -"176445",54978,31990,3,110,2264 -"176446",54978,32629,3,110,1789 -"176447",54978,32724,3,110,2581 -"176448",54978,32735,2,110,213 -"176449",54978,34274,2,110,1437 -"176450",54978,36440,3,110,704 -"176451",54978,37334,2,110,398 -"176452",54978,37765,3,110,1134 -"176453",54978,37801,3,110,2578 -"176454",54978,39627,2,110,546 -"176455",54978,40510,3,110,943 -"176456",54978,41075,3,110,1176 -"176457",54978,41489,3,110,2006 -"176458",54978,41805,3,110,199 -"176459",54978,43725,3,110,935 -"176460",54978,44312,3,110,2741 -"176461",54978,44421,3,110,956 -"176462",54978,44744,3,110,2032 -"176463",54978,45297,2,110,1864 -"176464",54978,45449,2,110,1610 -"176465",54978,45450,1,110,1590 -"176466",54978,45562,2,110,623 -"176467",54978,48254,2,110,1013 -"176468",54978,48781,2,110,954 -"176469",54978,48823,2,110,2080 -"176470",54978,48931,2,110,2444 -"176471",54978,49029,3,110,647 -"176472",54978,53293,3,110,2916 -"176473",54978,53445,3,110,2028 -"176474",54978,55018,2,110,199 -"176475",54978,55084,3,110,1189 -"176476",54978,55493,2,110,869 -"176477",54978,56026,3,110,908 -"176478",54978,57549,3,110,2335 -"176479",54978,57804,3,110,2214 -"176480",54978,60403,3,110,512 -"176481",54978,61398,3,110,2563 -"176482",54978,61921,2,110,1793 -"176483",54978,63395,3,110,2334 -"176484",54978,66017,3,110,1545 -"176485",54978,68419,3,110,654 -"176486",54978,68813,3,110,2511 -"176487",54978,78257,3,110,590 -"176488",54978,79639,2,110,1013 -"176489",54978,80186,3,110,2228 -"176490",54978,82217,3,110,2441 -"176491",54978,84235,3,110,1639 -"176492",54978,84581,3,110,1241 -"176493",54978,88063,3,110,1045 -"176494",54978,90852,3,110,764 -"176495",54978,92084,3,110,1134 -"176496",54978,92366,2,110,1434 -"176497",54978,93642,2,110,1120 -"176498",54978,95879,2,110,1748 -"176499",54978,96387,3,110,2159 -"176500",54978,100084,3,110,1964 -"176501",54978,103989,3,110,1207 -"176502",54978,105887,2,110,615 -"176503",54978,109031,3,110,523 -"176504",54978,110748,3,110,398 -"176505",54978,116484,3,110,902 -"176506",54978,116771,3,110,623 -"176507",54980,135,1,876,2233 -"176508",54980,455,2,876,2827 -"176509",54980,470,3,876,2285 -"176510",54980,600,2,876,1702 -"176511",54980,675,3,876,1686 -"176512",54980,913,3,876,2144 -"176513",54980,1044,3,876,880 -"176514",54980,1130,3,876,1566 -"176515",54980,1136,3,876,2536 -"176516",54980,1367,3,876,2176 -"176517",54980,2269,3,876,984 -"176518",54980,2424,3,876,2582 -"176519",54980,2533,3,876,2016 -"176520",54980,2954,3,876,2727 -"176521",54980,4084,3,876,2133 -"176522",54980,4191,2,876,2130 -"176523",54980,4618,3,876,2607 -"176524",54980,4790,3,876,1025 -"176525",54980,5451,3,876,1299 -"176526",54980,6428,3,876,1952 -"176527",54980,6491,3,876,2424 -"176528",54980,7245,2,876,2089 -"176529",54980,7847,3,876,2424 -"176530",54980,8533,3,876,2251 -"176531",54980,10433,3,876,2075 -"176532",54980,11434,3,876,1187 -"176533",54980,11546,3,876,1174 -"176534",54980,12863,3,876,2027 -"176535",54980,16201,3,876,1811 -"176536",54980,17357,3,876,1536 -"176537",54980,17698,3,876,1559 -"176538",54980,18415,3,876,2184 -"176539",54980,18735,3,876,1581 -"176540",54980,19113,3,876,1171 -"176541",54980,19248,3,876,2357 -"176542",54980,19719,3,876,2177 -"176543",54980,20563,3,876,2267 -"176544",54980,21198,3,876,935 -"176545",54980,22566,3,876,2308 -"176546",54980,23132,3,876,2756 -"176547",54980,23705,3,876,2699 -"176548",54980,23918,2,876,1881 -"176549",54980,24568,3,876,1937 -"176550",54980,25289,2,876,1790 -"176551",54980,25341,2,876,1858 -"176552",54980,25577,3,876,1946 -"176553",54980,25643,3,876,1646 -"176554",54980,26282,3,876,1241 -"176555",54980,26322,2,876,1018 -"176556",54980,27628,3,876,2389 -"176557",54980,27837,2,876,1315 -"176558",54980,28115,3,876,1835 -"176559",54980,28991,3,876,1688 -"176560",54980,29170,2,876,1846 -"176561",54980,29456,3,876,1182 -"176562",54980,30052,3,876,2855 -"176563",54980,31050,1,876,1491 -"176564",54980,32601,3,876,1033 -"176565",54980,32988,3,876,2008 -"176566",54980,33622,3,876,2230 -"176567",54980,34160,2,876,1759 -"176568",54980,34480,3,876,2755 -"176569",54980,34509,3,876,1973 -"176570",54980,35302,2,876,1589 -"176571",54980,38019,3,876,1870 -"176572",54980,38727,3,876,2238 -"176573",54980,40293,3,876,1671 -"176574",54980,40369,3,876,2735 -"176575",54980,41739,2,876,1339 -"176576",54980,42505,3,876,2008 -"176577",54980,42935,3,876,2400 -"176578",54980,44306,3,876,1036 -"176579",54980,45633,2,876,2134 -"176580",54980,48414,3,876,1749 -"176581",54980,49144,2,876,1542 -"176582",54980,50685,2,876,2008 -"176583",54980,51410,3,876,2739 -"176584",54980,51471,3,876,1280 -"176585",54980,52576,3,876,2234 -"176586",54980,52735,3,876,1124 -"176587",54980,52950,3,876,2716 -"176588",54980,53196,1,876,1888 -"176589",54980,54158,2,876,1756 -"176590",54980,54250,3,876,2340 -"176591",54980,55139,2,876,2323 -"176592",54980,56317,3,876,2030 -"176593",54980,58035,3,876,1646 -"176594",54980,60185,3,876,1206 -"176595",54980,61982,3,876,2725 -"176596",54980,62841,3,876,2710 -"176597",54980,63409,3,876,1937 -"176598",54980,64181,2,876,1828 -"176599",54980,64997,3,876,2791 -"176600",54980,65625,1,876,1273 -"176601",54980,65691,3,876,2134 -"176602",54980,66413,2,876,2507 -"176603",54980,67314,3,876,1051 -"176604",54980,67383,3,876,1739 -"176605",54980,72207,3,876,2430 -"176606",54980,76127,3,876,910 -"176607",54980,81781,3,876,1431 -"176608",54980,82787,3,876,1144 -"176609",54980,97160,3,876,1215 -"176610",54980,105063,2,876,1908 -"176611",54980,105947,1,876,997 -"176612",54983,6062,3,2407,2681 -"176613",54983,8327,3,2407,2527 -"176614",55018,2370,2,199,1600 -"176615",55018,2506,3,199,954 -"176616",55018,4784,3,199,2511 -"176617",55018,6020,3,199,1864 -"176618",55018,7932,3,199,789 -"176619",55018,13034,3,199,698 -"176620",55018,13712,3,199,550 -"176621",55018,16455,3,199,946 -"176622",55018,16866,3,199,2718 -"176623",55018,16935,3,199,441 -"176624",55018,21142,3,199,2414 -"176625",55018,21358,3,199,1970 -"176626",55018,21920,2,199,2367 -"176627",55018,28648,3,199,1586 -"176628",55018,31950,2,199,2217 -"176629",55018,32735,1,199,213 -"176630",55018,34274,3,199,1437 -"176631",55018,37334,3,199,398 -"176632",55018,39627,3,199,546 -"176633",55018,40510,2,199,943 -"176634",55018,41489,3,199,2006 -"176635",55018,43725,3,199,935 -"176636",55018,45297,3,199,1864 -"176637",55018,45449,2,199,1610 -"176638",55018,45450,2,199,1590 -"176639",55018,45562,1,199,623 -"176640",55018,48254,3,199,1013 -"176641",55018,48781,2,199,954 -"176642",55018,48931,3,199,2444 -"176643",55018,49029,3,199,647 -"176644",55018,55493,2,199,869 -"176645",55018,61921,3,199,1793 -"176646",55018,64737,3,199,2442 -"176647",55018,68419,3,199,654 -"176648",55018,78257,2,199,590 -"176649",55018,79639,1,199,1013 -"176650",55018,80186,1,199,2228 -"176651",55018,80273,3,199,586 -"176652",55018,84235,3,199,1639 -"176653",55018,84581,3,199,1241 -"176654",55018,90852,2,199,764 -"176655",55018,92366,1,199,1434 -"176656",55018,93642,2,199,1120 -"176657",55018,100084,2,199,1964 -"176658",55018,103989,3,199,1207 -"176659",55018,105887,2,199,615 -"176660",55018,108467,3,199,2170 -"176661",55018,116484,3,199,902 -"176662",55018,116771,2,199,623 -"176663",55025,3242,3,470,1730 -"176664",55025,8286,3,470,886 -"176665",55025,9030,3,470,1979 -"176666",55025,10474,3,470,1608 -"176667",55025,15343,3,470,2125 -"176668",55025,15500,3,470,1658 -"176669",55025,16029,3,470,1160 -"176670",55025,16164,3,470,1184 -"176671",55025,20659,3,470,1969 -"176672",55025,21225,3,470,1945 -"176673",55025,22216,3,470,1956 -"176674",55025,24789,3,470,829 -"176675",55025,32761,3,470,2680 -"176676",55025,33160,3,470,2441 -"176677",55025,36559,3,470,2473 -"176678",55025,37677,3,470,1908 -"176679",55025,38449,3,470,1802 -"176680",55025,42618,3,470,2316 -"176681",55025,44235,3,470,2700 -"176682",55025,44729,3,470,588 -"176683",55025,45727,3,470,477 -"176684",55025,47947,3,470,2681 -"176685",55025,51626,3,470,2494 -"176686",55025,52442,3,470,1269 -"176687",55025,64031,3,470,1295 -"176688",55025,70046,2,470,2624 -"176689",55025,70646,3,470,1162 -"176690",55025,71702,3,470,2353 -"176691",55025,86279,3,470,1076 -"176692",55025,89965,2,470,810 -"176693",55025,90837,3,470,825 -"176694",55056,61973,3,516,892 -"176695",55072,1702,3,612,1984 -"176696",55072,2120,3,612,1133 -"176697",55072,2139,3,612,2502 -"176698",55072,2226,3,612,2225 -"176699",55072,2429,3,612,999 -"176700",55072,2524,3,612,1708 -"176701",55072,2747,3,612,2411 -"176702",55072,3663,3,612,1232 -"176703",55072,3770,3,612,2623 -"176704",55072,5346,3,612,1438 -"176705",55072,7450,3,612,2827 -"176706",55072,9227,3,612,1267 -"176707",55072,10766,3,612,2647 -"176708",55072,11518,2,612,803 -"176709",55072,14915,3,612,2606 -"176710",55072,15207,3,612,1855 -"176711",55072,17133,3,612,924 -"176712",55072,17257,3,612,1117 -"176713",55072,22462,3,612,869 -"176714",55072,24096,3,612,2612 -"176715",55072,24264,3,612,1760 -"176716",55072,28904,3,612,926 -"176717",55072,32202,2,612,2314 -"176718",55072,32778,3,612,2310 -"176719",55072,35133,2,612,2219 -"176720",55072,40264,3,612,1418 -"176721",55072,42852,3,612,1316 -"176722",55072,45355,3,612,1450 -"176723",55072,45729,3,612,2606 -"176724",55072,46119,3,612,2084 -"176725",55072,46261,2,612,2350 -"176726",55072,51758,3,612,2310 -"176727",55072,54388,3,612,1257 -"176728",55072,61240,3,612,2651 -"176729",55072,66693,3,612,2554 -"176730",55072,76507,2,612,1437 -"176731",55072,86162,1,612,703 -"176732",55072,90709,3,612,1080 -"176733",55072,94520,3,612,1243 -"176734",55072,115618,2,612,2314 -"176735",55076,3164,3,2408,2693 -"176736",55076,6030,3,2408,2953 -"176737",55076,7759,3,2408,2844 -"176738",55076,10851,3,2408,2423 -"176739",55076,19208,3,2408,2629 -"176740",55076,24753,3,2408,2860 -"176741",55076,28168,3,2408,2702 -"176742",55076,40368,3,2408,2876 -"176743",55076,41664,3,2408,2641 -"176744",55076,42515,3,2408,2752 -"176745",55076,44135,2,2408,2620 -"176746",55076,46635,3,2408,2528 -"176747",55076,47564,3,2408,2650 -"176748",55076,49334,3,2408,2433 -"176749",55076,65434,3,2408,2866 -"176750",55082,270,3,1856,2542 -"176751",55082,913,3,1856,2144 -"176752",55082,1616,3,1856,2662 -"176753",55082,2424,2,1856,2582 -"176754",55082,2484,3,1856,2389 -"176755",55082,2533,3,1856,2016 -"176756",55082,3161,3,1856,2229 -"176757",55082,3305,3,1856,2839 -"176758",55082,4253,3,1856,1890 -"176759",55082,4583,3,1856,2741 -"176760",55082,6363,3,1856,2066 -"176761",55082,9311,3,1856,2477 -"176762",55082,10513,3,1856,2284 -"176763",55082,11006,3,1856,1950 -"176764",55082,15813,3,1856,2143 -"176765",55082,17943,3,1856,1943 -"176766",55082,19248,3,1856,2357 -"176767",55082,19719,3,1856,2177 -"176768",55082,21285,3,1856,2100 -"176769",55082,25577,3,1856,1946 -"176770",55082,26080,3,1856,2525 -"176771",55082,26749,3,1856,2965 -"176772",55082,27275,3,1856,2656 -"176773",55082,27390,3,1856,2425 -"176774",55082,27694,3,1856,2030 -"176775",55082,35256,3,1856,2271 -"176776",55082,38019,3,1856,1870 -"176777",55082,41972,3,1856,2509 -"176778",55082,43455,3,1856,2846 -"176779",55082,46629,3,1856,2255 -"176780",55082,47772,3,1856,2293 -"176781",55082,49620,3,1856,1868 -"176782",55082,50685,3,1856,2008 -"176783",55082,52576,1,1856,2234 -"176784",55082,56082,3,1856,2395 -"176785",55082,56317,3,1856,2030 -"176786",55082,58451,3,1856,1939 -"176787",55082,58508,3,1856,2326 -"176788",55082,61982,3,1856,2725 -"176789",55082,62841,3,1856,2710 -"176790",55082,76892,3,1856,2381 -"176791",55082,82949,3,1856,2077 -"176792",55082,83396,3,1856,2396 -"176793",55084,14,2,1189,1793 -"176794",55084,212,3,1189,1513 -"176795",55084,380,3,1189,2261 -"176796",55084,854,3,1189,2307 -"176797",55084,915,2,1189,1793 -"176798",55084,1102,2,1189,2282 -"176799",55084,1136,3,1189,2536 -"176800",55084,1592,3,1189,2006 -"176801",55084,1691,3,1189,1941 -"176802",55084,1767,1,1189,2727 -"176803",55084,1875,3,1189,1786 -"176804",55084,2224,3,1189,2751 -"176805",55084,2337,2,1189,1697 -"176806",55084,2424,3,1189,2582 -"176807",55084,2572,3,1189,2273 -"176808",55084,2694,3,1189,2062 -"176809",55084,3068,1,1189,1815 -"176810",55084,3167,3,1189,1676 -"176811",55084,3477,3,1189,2546 -"176812",55084,3801,3,1189,1974 -"176813",55084,3849,3,1189,1356 -"176814",55084,3980,1,1189,2771 -"176815",55084,4226,3,1189,1903 -"176816",55084,4504,3,1189,1905 -"176817",55084,4784,3,1189,2511 -"176818",55084,5235,3,1189,2324 -"176819",55084,5315,3,1189,2631 -"176820",55084,6020,3,1189,1864 -"176821",55084,6052,3,1189,1985 -"176822",55084,6063,3,1189,2349 -"176823",55084,6074,3,1189,2426 -"176824",55084,6104,3,1189,2462 -"176825",55084,6252,3,1189,2336 -"176826",55084,6996,3,1189,2916 -"176827",55084,7245,3,1189,2089 -"176828",55084,7258,3,1189,1714 -"176829",55084,7406,3,1189,1906 -"176830",55084,8610,3,1189,2240 -"176831",55084,8726,3,1189,2083 -"176832",55084,8777,3,1189,1620 -"176833",55084,9423,3,1189,1708 -"176834",55084,9751,3,1189,1397 -"176835",55084,10146,3,1189,1878 -"176836",55084,10657,3,1189,1603 -"176837",55084,10964,3,1189,2043 -"176838",55084,11019,3,1189,1299 -"176839",55084,11067,3,1189,2734 -"176840",55084,11103,3,1189,2393 -"176841",55084,11477,3,1189,2724 -"176842",55084,11625,1,1189,2022 -"176843",55084,12374,3,1189,2260 -"176844",55084,12724,2,1189,1930 -"176845",55084,13158,1,1189,2667 -"176846",55084,13248,3,1189,1385 -"176847",55084,13388,3,1189,2119 -"176848",55084,13479,3,1189,2155 -"176849",55084,13551,3,1189,1451 -"176850",55084,13837,3,1189,1604 -"176851",55084,13899,3,1189,2650 -"176852",55084,13979,3,1189,1559 -"176853",55084,14072,3,1189,1346 -"176854",55084,14108,3,1189,2012 -"176855",55084,14328,3,1189,1725 -"176856",55084,15734,3,1189,1616 -"176857",55084,17351,3,1189,2036 -"176858",55084,17632,3,1189,1947 -"176859",55084,17938,3,1189,1410 -"176860",55084,17943,3,1189,1943 -"176861",55084,18165,3,1189,2085 -"176862",55084,18217,3,1189,1566 -"176863",55084,18415,3,1189,2184 -"176864",55084,18543,3,1189,2968 -"176865",55084,19282,2,1189,1623 -"176866",55084,19317,3,1189,2041 -"176867",55084,19605,3,1189,2395 -"176868",55084,19637,3,1189,1229 -"176869",55084,19744,3,1189,2623 -"176870",55084,19980,3,1189,2231 -"176871",55084,20067,3,1189,2390 -"176872",55084,20407,3,1189,2339 -"176873",55084,20416,2,1189,2323 -"176874",55084,20732,2,1189,2401 -"176875",55084,20824,3,1189,1366 -"176876",55084,21133,3,1189,1320 -"176877",55084,21164,3,1189,1645 -"176878",55084,21358,3,1189,1970 -"176879",55084,21929,3,1189,2062 -"176880",55084,22025,3,1189,1591 -"176881",55084,23460,3,1189,2183 -"176882",55084,23534,3,1189,1659 -"176883",55084,23726,2,1189,2434 -"176884",55084,23751,3,1189,1740 -"176885",55084,23869,3,1189,1918 -"176886",55084,24060,3,1189,2349 -"176887",55084,25078,3,1189,2312 -"176888",55084,25680,3,1189,1618 -"176889",55084,26249,3,1189,2301 -"176890",55084,26451,3,1189,2133 -"176891",55084,26734,3,1189,2299 -"176892",55084,27792,3,1189,1308 -"176893",55084,28131,3,1189,1492 -"176894",55084,28648,3,1189,1586 -"176895",55084,28896,3,1189,1395 -"176896",55084,29170,3,1189,1846 -"176897",55084,29884,3,1189,1239 -"176898",55084,30092,1,1189,1593 -"176899",55084,30236,3,1189,2238 -"176900",55084,30827,1,1189,2323 -"176901",55084,30883,3,1189,1629 -"176902",55084,32064,3,1189,1739 -"176903",55084,32939,3,1189,2277 -"176904",55084,33223,3,1189,2397 -"176905",55084,34120,3,1189,2786 -"176906",55084,34136,2,1189,2202 -"176907",55084,34274,3,1189,1437 -"176908",55084,35529,3,1189,1620 -"176909",55084,36174,3,1189,1382 -"176910",55084,36514,3,1189,1192 -"176911",55084,37301,3,1189,2160 -"176912",55084,37934,3,1189,1595 -"176913",55084,38213,2,1189,1744 -"176914",55084,38284,2,1189,1234 -"176915",55084,38732,3,1189,2263 -"176916",55084,39135,3,1189,2489 -"176917",55084,40493,3,1189,1981 -"176918",55084,40542,3,1189,1664 -"176919",55084,41900,3,1189,1970 -"176920",55084,41945,3,1189,2856 -"176921",55084,42129,3,1189,2318 -"176922",55084,42216,1,1189,2722 -"176923",55084,43404,1,1189,2649 -"176924",55084,45297,3,1189,1864 -"176925",55084,45302,2,1189,2390 -"176926",55084,45450,3,1189,1590 -"176927",55084,46446,3,1189,2295 -"176928",55084,46621,3,1189,1343 -"176929",55084,47070,3,1189,1265 -"176930",55084,48127,3,1189,2677 -"176931",55084,48823,2,1189,2080 -"176932",55084,49470,3,1189,1528 -"176933",55084,49620,2,1189,1868 -"176934",55084,50134,3,1189,2674 -"176935",55084,51017,3,1189,2073 -"176936",55084,51035,3,1189,2397 -"176937",55084,51687,3,1189,2333 -"176938",55084,51866,3,1189,2411 -"176939",55084,52136,3,1189,1412 -"176940",55084,57804,3,1189,2214 -"176941",55084,58133,3,1189,1484 -"176942",55084,60179,3,1189,2708 -"176943",55084,61242,3,1189,1650 -"176944",55084,66992,3,1189,2882 -"176945",55084,71531,3,1189,2887 -"176946",55084,74636,2,1189,2525 -"176947",55084,75028,3,1189,1660 -"176948",55084,80764,3,1189,1808 -"176949",55084,82426,3,1189,1576 -"176950",55084,82696,3,1189,1305 -"176951",55084,88232,3,1189,2881 -"176952",55084,92322,3,1189,2393 -"176953",55084,94520,3,1189,1243 -"176954",55084,95879,2,1189,1748 -"176955",55084,98080,3,1189,1265 -"176956",55084,99020,3,1189,1383 -"176957",55084,108379,3,1189,2933 -"176958",55091,782,3,546,945 -"176959",55091,5568,2,546,1290 -"176960",55091,17841,1,546,1700 -"176961",55091,23430,3,546,904 -"176962",55091,37710,3,546,963 -"176963",55091,55892,2,546,1234 -"176964",55091,96708,3,546,594 -"176965",55128,3628,2,2257,2707 -"176966",55128,8762,3,2257,2585 -"176967",55128,9191,3,2257,2707 -"176968",55128,11351,3,2257,2971 -"176969",55128,35235,3,2257,2610 -"176970",55128,35428,3,2257,2263 -"176971",55128,45742,2,2257,2566 -"176972",55128,53562,3,2257,2687 -"176973",55139,455,3,2323,2827 -"176974",55139,1136,3,2323,2536 -"176975",55139,2424,3,2323,2582 -"176976",55139,2704,3,2323,2609 -"176977",55139,2954,3,2323,2727 -"176978",55139,3961,3,2323,2426 -"176979",55139,4618,3,2323,2607 -"176980",55139,6491,3,2323,2424 -"176981",55139,7847,3,2323,2424 -"176982",55139,7984,3,2323,2493 -"176983",55139,18543,3,2323,2968 -"176984",55139,20067,3,2323,2390 -"176985",55139,26749,3,2323,2965 -"176986",55139,27628,3,2323,2389 -"176987",55139,40369,3,2323,2735 -"176988",55139,42935,2,2323,2400 -"176989",55139,51410,3,2323,2739 -"176990",55139,58508,3,2323,2326 -"176991",55139,64997,3,2323,2791 -"176992",55139,66413,3,2323,2507 -"176993",55139,78150,3,2323,2581 -"176994",55139,92757,3,2323,2615 -"176995",55155,1090,3,2333,2370 -"176996",55155,2166,3,2333,2557 -"176997",55155,5849,3,2333,2404 -"176998",55155,53789,3,2333,2681 -"176999",55156,1616,3,2196,2662 -"177000",55156,2484,3,2196,2389 -"177001",55156,3161,3,2196,2229 -"177002",55156,5462,3,2196,2374 -"177003",55156,5504,3,2196,2389 -"177004",55156,6390,2,2196,2385 -"177005",55156,7847,3,2196,2424 -"177006",55156,8762,3,2196,2585 -"177007",55156,9311,3,2196,2477 -"177008",55156,12713,2,2196,2440 -"177009",55156,12976,2,2196,2399 -"177010",55156,13929,3,2196,2693 -"177011",55156,15299,3,2196,2213 -"177012",55156,18543,3,2196,2968 -"177013",55156,19027,3,2196,2721 -"177014",55156,20407,3,2196,2339 -"177015",55156,21104,2,2196,2327 -"177016",55156,23509,3,2196,2275 -"177017",55156,29095,3,2196,2531 -"177018",55156,31235,3,2196,2668 -"177019",55156,33622,3,2196,2230 -"177020",55156,33801,3,2196,2899 -"177021",55156,35256,3,2196,2271 -"177022",55156,36439,3,2196,2469 -"177023",55156,36559,3,2196,2473 -"177024",55156,36962,3,2196,2861 -"177025",55156,37418,3,2196,2710 -"177026",55156,44427,3,2196,2875 -"177027",55156,50118,2,2196,2654 -"177028",55156,51410,3,2196,2739 -"177029",55156,53475,3,2196,2853 -"177030",55156,55691,3,2196,2856 -"177031",55156,58284,3,2196,2292 -"177032",55156,64997,3,2196,2791 -"177033",55156,66413,3,2196,2507 -"177034",55156,68810,2,2196,2409 -"177035",55156,74636,3,2196,2525 -"177036",55156,78563,1,2196,2385 -"177037",55156,88232,3,2196,2881 -"177038",55165,359,3,51,635 -"177039",55165,388,3,51,1594 -"177040",55165,475,3,51,156 -"177041",55165,680,3,51,2569 -"177042",55165,860,3,51,1258 -"177043",55165,1560,3,51,2013 -"177044",55165,1700,1,51,613 -"177045",55165,2540,3,51,1398 -"177046",55165,2563,3,51,1686 -"177047",55165,4303,3,51,2414 -"177048",55165,4983,3,51,1909 -"177049",55165,5462,3,51,2374 -"177050",55165,6602,3,51,1631 -"177051",55165,7252,3,51,2799 -"177052",55165,7936,3,51,1199 -"177053",55165,7942,3,51,2623 -"177054",55165,8062,3,51,2858 -"177055",55165,8233,3,51,152 -"177056",55165,9332,1,51,2734 -"177057",55165,9703,3,51,1845 -"177058",55165,9716,3,51,1929 -"177059",55165,9782,3,51,340 -"177060",55165,10457,2,51,1711 -"177061",55165,10474,3,51,1608 -"177062",55165,11429,3,51,2520 -"177063",55165,11477,3,51,2724 -"177064",55165,11588,3,51,2352 -"177065",55165,11648,3,51,2852 -"177066",55165,12361,2,51,2732 -"177067",55165,12759,3,51,2414 -"177068",55165,13068,3,51,1778 -"177069",55165,13296,3,51,839 -"177070",55165,13537,3,51,1020 -"177071",55165,14072,3,51,1346 -"177072",55165,14503,3,51,437 -"177073",55165,14972,3,51,2332 -"177074",55165,15095,3,51,2001 -"177075",55165,15443,3,51,1631 -"177076",55165,15700,3,51,1712 -"177077",55165,15879,3,51,419 -"177078",55165,16502,3,51,1616 -"177079",55165,17645,3,51,1918 -"177080",55165,18005,2,51,2449 -"177081",55165,18124,3,51,1642 -"177082",55165,18371,3,51,2860 -"177083",55165,18381,3,51,1524 -"177084",55165,18518,3,51,1128 -"177085",55165,19655,3,51,2706 -"177086",55165,19934,3,51,2888 -"177087",55165,20124,3,51,2376 -"177088",55165,20562,3,51,316 -"177089",55165,20624,3,51,1298 -"177090",55165,20688,3,51,891 -"177091",55165,21207,3,51,1258 -"177092",55165,22945,3,51,237 -"177093",55165,23597,3,51,1080 -"177094",55165,25373,3,51,2783 -"177095",55165,28057,3,51,1067 -"177096",55165,28869,3,51,2425 -"177097",55165,28904,3,51,926 -"177098",55165,29116,3,51,2128 -"177099",55165,29473,3,51,2602 -"177100",55165,29818,3,51,1677 -"177101",55165,30334,2,51,2075 -"177102",55165,30705,3,51,2959 -"177103",55165,30974,3,51,947 -"177104",55165,31216,3,51,1244 -"177105",55165,31652,3,51,2047 -"177106",55165,34820,3,51,1630 -"177107",55165,35518,3,51,1721 -"177108",55165,36346,3,51,1240 -"177109",55165,36953,3,51,2790 -"177110",55165,37351,2,51,978 -"177111",55165,37636,2,51,2178 -"177112",55165,37844,3,51,2002 -"177113",55165,38087,2,51,1083 -"177114",55165,40035,3,51,2742 -"177115",55165,40309,3,51,871 -"177116",55165,40392,2,51,1878 -"177117",55165,40747,3,51,958 -"177118",55165,41429,3,51,1770 -"177119",55165,41581,3,51,1692 -"177120",55165,41723,3,51,2101 -"177121",55165,42725,3,51,630 -"177122",55165,43204,3,51,1680 -"177123",55165,44341,3,51,1230 -"177124",55165,46726,3,51,943 -"177125",55165,47082,3,51,1990 -"177126",55165,48015,2,51,1355 -"177127",55165,49712,2,51,1937 -"177128",55165,50229,3,51,1190 -"177129",55165,50335,3,51,1893 -"177130",55165,50509,2,51,2050 -"177131",55165,51783,2,51,2599 -"177132",55165,53687,2,51,2422 -"177133",55165,53726,3,51,1729 -"177134",55165,54313,3,51,1645 -"177135",55165,54523,3,51,1935 -"177136",55165,54775,3,51,2383 -"177137",55165,56082,3,51,2395 -"177138",55165,58745,3,51,1920 -"177139",55165,60808,3,51,1258 -"177140",55165,62268,3,51,413 -"177141",55165,64210,3,51,956 -"177142",55165,67252,3,51,1215 -"177143",55165,70748,3,51,978 -"177144",55165,71219,2,51,967 -"177145",55165,71531,3,51,2887 -"177146",55165,76286,3,51,1642 -"177147",55165,80156,3,51,1667 -"177148",55165,81077,3,51,498 -"177149",55165,84271,3,51,1556 -"177150",55165,84574,3,51,958 -"177151",55165,85198,3,51,1794 -"177152",55165,99298,3,51,679 -"177153",55165,110218,3,51,437 -"177154",55165,115097,3,51,1041 -"177155",55183,1369,3,450,2487 -"177156",55183,1624,3,450,2687 -"177157",55183,1708,3,450,1591 -"177158",55183,2282,3,450,2056 -"177159",55183,2927,2,450,1789 -"177160",55183,4249,3,450,2547 -"177161",55183,6345,2,450,2713 -"177162",55183,6999,2,450,2214 -"177163",55183,7310,2,450,636 -"177164",55183,7604,3,450,1366 -"177165",55183,8006,3,450,479 -"177166",55183,8607,2,450,1685 -"177167",55183,8724,3,450,1326 -"177168",55183,9724,3,450,2713 -"177169",55183,10701,2,450,2000 -"177170",55183,10990,3,450,805 -"177171",55183,11858,3,450,1530 -"177172",55183,12116,3,450,2119 -"177173",55183,13595,3,450,1164 -"177174",55183,14212,2,450,857 -"177175",55183,14470,3,450,2632 -"177176",55183,14957,3,450,2306 -"177177",55183,15281,3,450,810 -"177178",55183,15782,3,450,2306 -"177179",55183,16538,3,450,704 -"177180",55183,16963,3,450,1999 -"177181",55183,17499,3,450,2954 -"177182",55183,17531,3,450,876 -"177183",55183,17695,2,450,1930 -"177184",55183,19366,3,450,2279 -"177185",55183,22357,3,450,1397 -"177186",55183,23550,3,450,2939 -"177187",55183,26597,2,450,2070 -"177188",55183,27458,3,450,647 -"177189",55183,28648,3,450,1586 -"177190",55183,28782,2,450,2272 -"177191",55183,32169,3,450,2504 -"177192",55183,35317,3,450,1888 -"177193",55183,36840,2,450,2269 -"177194",55183,37684,3,450,2899 -"177195",55183,40407,3,450,1972 -"177196",55183,42382,2,450,2224 -"177197",55183,42390,2,450,2937 -"177198",55183,42407,3,450,2408 -"177199",55183,43543,3,450,1457 -"177200",55183,43701,3,450,2400 -"177201",55183,46616,2,450,1917 -"177202",55183,46800,3,450,2720 -"177203",55183,47607,3,450,2724 -"177204",55183,48419,3,450,1134 -"177205",55183,50440,3,450,2469 -"177206",55183,50468,3,450,1659 -"177207",55183,53584,2,450,2391 -"177208",55183,53652,2,450,2899 -"177209",55183,60463,3,450,1583 -"177210",55183,65375,1,450,824 -"177211",55183,71895,3,450,1327 -"177212",55183,76450,3,450,1077 -"177213",55183,76796,3,450,1140 -"177214",55183,80970,3,450,2069 -"177215",55183,84181,3,450,1272 -"177216",55183,84235,3,450,1639 -"177217",55183,84591,3,450,1685 -"177218",55183,88984,2,450,935 -"177219",55185,962,3,922,1000 -"177220",55185,1050,2,922,1185 -"177221",55185,1315,3,922,2760 -"177222",55185,3139,3,922,1656 -"177223",55185,3306,2,922,1989 -"177224",55185,4763,3,922,1960 -"177225",55185,5315,3,922,2631 -"177226",55185,5346,3,922,1438 -"177227",55185,6047,3,922,2004 -"177228",55185,7475,3,922,1284 -"177229",55185,9362,3,922,2879 -"177230",55185,9702,3,922,1928 -"177231",55185,10148,3,922,2964 -"177232",55185,10358,3,922,2294 -"177233",55185,10779,3,922,2881 -"177234",55185,13109,3,922,1374 -"177235",55185,13573,3,922,2774 -"177236",55185,14032,3,922,2144 -"177237",55185,14080,2,922,1351 -"177238",55185,15003,3,922,2067 -"177239",55185,15207,3,922,1855 -"177240",55185,15301,3,922,2308 -"177241",55185,15576,3,922,2204 -"177242",55185,15632,2,922,1242 -"177243",55185,18639,3,922,990 -"177244",55185,19892,3,922,1212 -"177245",55185,20407,3,922,2339 -"177246",55185,21401,3,922,1440 -"177247",55185,22165,2,922,1501 -"177248",55185,22374,3,922,1226 -"177249",55185,22566,3,922,2308 -"177250",55185,23310,3,922,2371 -"177251",55185,23508,3,922,1907 -"177252",55185,23534,3,922,1659 -"177253",55185,25443,3,922,1441 -"177254",55185,28874,3,922,2329 -"177255",55185,29930,3,922,2240 -"177256",55185,31003,3,922,1859 -"177257",55185,31279,3,922,965 -"177258",55185,31700,3,922,2727 -"177259",55185,33949,3,922,2489 -"177260",55185,34648,2,922,1596 -"177261",55185,37108,3,922,1202 -"177262",55185,37937,3,922,1320 -"177263",55185,39431,2,922,1460 -"177264",55185,40893,3,922,1116 -"177265",55185,41278,3,922,1873 -"177266",55185,41955,3,922,2479 -"177267",55185,42331,3,922,1585 -"177268",55185,42474,3,922,2322 -"177269",55185,42715,3,922,987 -"177270",55185,44636,3,922,1026 -"177271",55185,44877,3,922,1219 -"177272",55185,45633,3,922,2134 -"177273",55185,45903,3,922,2237 -"177274",55185,46283,2,922,1184 -"177275",55185,48127,3,922,2677 -"177276",55185,48602,2,922,1704 -"177277",55185,52327,3,922,1472 -"177278",55185,53134,3,922,1590 -"177279",55185,59539,3,922,2429 -"177280",55185,62488,2,922,1418 -"177281",55185,64232,3,922,1275 -"177282",55185,67102,2,922,935 -"177283",55185,67957,3,922,2823 -"177284",55185,69712,3,922,1219 -"177285",55185,70101,3,922,2414 -"177286",55185,76564,3,922,996 -"177287",55185,77001,2,922,1440 -"177288",55185,77010,2,922,2639 -"177289",55185,81095,3,922,1609 -"177290",55185,82341,3,922,1515 -"177291",55185,83526,2,922,1235 -"177292",55185,84296,3,922,1751 -"177293",55185,87837,3,922,1987 -"177294",55185,91279,2,922,966 -"177295",55185,92297,3,922,2952 -"177296",55185,94520,3,922,1243 -"177297",55185,96553,3,922,1887 -"177298",55185,100140,3,922,1041 -"177299",55185,102751,3,922,1229 -"177300",55185,105975,3,922,1939 -"177301",55185,111165,3,922,1256 -"177302",55208,1570,3,1219,2028 -"177303",55208,4612,3,1219,2804 -"177304",55208,5235,3,1219,2324 -"177305",55208,9723,3,1219,2302 -"177306",55208,11136,3,1219,2573 -"177307",55208,40138,3,1219,2719 -"177308",55208,44466,3,1219,1607 -"177309",55234,1767,3,890,2727 -"177310",55234,3068,3,890,1815 -"177311",55234,4618,3,890,2607 -"177312",55234,4687,3,890,2152 -"177313",55234,5716,3,890,1058 -"177314",55234,5984,3,890,1675 -"177315",55234,7245,3,890,2089 -"177316",55234,8700,2,890,1270 -"177317",55234,9298,2,890,1109 -"177318",55234,11218,3,890,2292 -"177319",55234,14855,2,890,903 -"177320",55234,16053,3,890,908 -"177321",55234,16217,3,890,1653 -"177322",55234,16352,3,890,2657 -"177323",55234,18202,3,890,2475 -"177324",55234,18348,3,890,1711 -"177325",55234,18415,3,890,2184 -"177326",55234,20563,3,890,2267 -"177327",55234,20732,3,890,2401 -"177328",55234,21225,3,890,1945 -"177329",55234,23534,3,890,1659 -"177330",55234,23726,3,890,2434 -"177331",55234,26793,2,890,2104 -"177332",55234,28896,3,890,1395 -"177333",55234,32694,2,890,1602 -"177334",55234,37400,3,890,2860 -"177335",55234,42186,3,890,955 -"177336",55234,43153,3,890,1381 -"177337",55234,44521,3,890,1593 -"177338",55234,55084,3,890,1189 -"177339",55234,56604,2,890,1919 -"177340",55234,80219,3,890,988 -"177341",55234,82426,3,890,1576 -"177342",55234,88710,1,890,927 -"177343",55234,94947,3,890,1368 -"177344",55234,100134,3,890,977 -"177345",55256,701,3,2379,2718 -"177346",55256,2153,3,2379,2675 -"177347",55256,4932,3,2379,2752 -"177348",55256,9150,3,2379,2689 -"177349",55256,26721,2,2379,2586 -"177350",55256,27334,3,2379,2750 -"177351",55256,34908,3,2379,2796 -"177352",55256,35715,3,2379,2912 -"177353",55256,49110,3,2379,2938 -"177354",55261,9895,3,1915,1960 -"177355",55261,9910,3,1915,2526 -"177356",55261,15008,3,1915,2338 -"177357",55261,20695,3,1915,2526 -"177358",55261,26374,3,1915,2133 -"177359",55261,26740,3,1915,2695 -"177360",55261,30096,3,1915,2082 -"177361",55261,31159,3,1915,2231 -"177362",55261,31295,2,1915,2183 -"177363",55261,38697,2,1915,2701 -"177364",55261,42382,3,1915,2224 -"177365",55261,47607,3,1915,2724 -"177366",55261,69453,2,1915,2831 -"177367",55265,3559,3,209,2413 -"177368",55265,6562,3,209,1139 -"177369",55265,9462,3,209,378 -"177370",55265,14442,3,209,2700 -"177371",55265,14902,3,209,562 -"177372",55265,17768,3,209,2468 -"177373",55265,25053,3,209,2186 -"177374",55265,29354,3,209,1123 -"177375",55265,31281,3,209,1937 -"177376",55265,44132,3,209,1999 -"177377",55265,46800,3,209,2720 -"177378",55265,46849,3,209,1238 -"177379",55265,55997,3,209,1414 -"177380",55265,59289,3,209,2896 -"177381",55265,69830,3,209,378 -"177382",55265,76503,3,209,1136 -"177383",55265,79435,2,209,299 -"177384",55265,81848,2,209,221 -"177385",55265,84322,3,209,1635 -"177386",55265,91465,3,209,1047 -"177387",55265,93123,3,209,870 -"177388",55296,20984,2,2413,2502 -"177389",55296,31542,3,2413,2459 -"177390",55296,60966,3,2413,2734 -"177391",55298,750,3,129,1327 -"177392",55298,1015,3,129,1174 -"177393",55298,2960,2,129,977 -"177394",55298,4107,2,129,987 -"177395",55298,4121,2,129,1304 -"177396",55298,10592,3,129,859 -"177397",55298,12779,3,129,936 -"177398",55298,15106,3,129,2286 -"177399",55298,15215,3,129,798 -"177400",55298,18891,2,129,1596 -"177401",55298,19069,3,129,988 -"177402",55298,19317,3,129,2041 -"177403",55298,21479,3,129,2134 -"177404",55298,22057,3,129,974 -"177405",55298,23572,3,129,772 -"177406",55298,23588,1,129,851 -"177407",55298,24176,2,129,1986 -"177408",55298,29884,3,129,1239 -"177409",55298,30798,1,129,1398 -"177410",55298,36637,3,129,2085 -"177411",55298,40200,3,129,190 -"177412",55298,40565,3,129,2115 -"177413",55298,41118,2,129,1091 -"177414",55298,43077,3,129,884 -"177415",55298,46506,1,129,2464 -"177416",55298,61242,2,129,1650 -"177417",55298,64397,2,129,647 -"177418",55298,70555,3,129,1229 -"177419",55298,78677,3,129,341 -"177420",55298,79837,3,129,1252 -"177421",55298,82403,3,129,1596 -"177422",55298,83053,3,129,1303 -"177423",55298,83218,2,129,1537 -"177424",55298,84254,2,129,2548 -"177425",55299,270,2,609,2542 -"177426",55299,312,2,609,2038 -"177427",55299,360,3,609,1671 -"177428",55299,380,3,609,2261 -"177429",55299,1044,3,609,880 -"177430",55299,1124,3,609,1596 -"177431",55299,1175,3,609,1642 -"177432",55299,2111,3,609,1904 -"177433",55299,2424,2,609,2582 -"177434",55299,2533,2,609,2016 -"177435",55299,3305,3,609,2839 -"177436",55299,3801,3,609,1974 -"177437",55299,3966,3,609,2425 -"177438",55299,4701,3,609,2401 -"177439",55299,4953,3,609,2285 -"177440",55299,5226,3,609,1309 -"177441",55299,5429,3,609,1991 -"177442",55299,5622,3,609,2175 -"177443",55299,6363,3,609,2066 -"177444",55299,6588,3,609,2025 -"177445",55299,7180,2,609,2227 -"177446",55299,9364,2,609,1698 -"177447",55299,10358,3,609,2294 -"177448",55299,10488,3,609,1524 -"177449",55299,10513,3,609,2284 -"177450",55299,10857,3,609,2253 -"177451",55299,10874,3,609,1891 -"177452",55299,11006,3,609,1950 -"177453",55299,11440,3,609,2026 -"177454",55299,12728,2,609,2374 -"177455",55299,13307,3,609,2206 -"177456",55299,14032,3,609,2144 -"177457",55299,14252,3,609,2244 -"177458",55299,15122,3,609,1201 -"177459",55299,15402,3,609,1281 -"177460",55299,15539,3,609,1929 -"177461",55299,15799,3,609,1917 -"177462",55299,15813,3,609,2143 -"177463",55299,16201,3,609,1811 -"177464",55299,16332,3,609,2668 -"177465",55299,16835,3,609,1739 -"177466",55299,16863,3,609,2069 -"177467",55299,17365,3,609,2746 -"177468",55299,17931,3,609,1617 -"177469",55299,18394,3,609,2356 -"177470",55299,19248,2,609,2357 -"177471",55299,19622,3,609,2371 -"177472",55299,19719,3,609,2177 -"177473",55299,20124,3,609,2376 -"177474",55299,20311,3,609,1981 -"177475",55299,20879,3,609,623 -"177476",55299,20975,3,609,1305 -"177477",55299,21012,3,609,2325 -"177478",55299,21197,2,609,1437 -"177479",55299,21198,2,609,935 -"177480",55299,21285,3,609,2100 -"177481",55299,22006,3,609,1202 -"177482",55299,22282,3,609,1418 -"177483",55299,22884,3,609,1608 -"177484",55299,23450,3,609,967 -"177485",55299,23492,3,609,1067 -"177486",55299,23508,3,609,1907 -"177487",55299,23715,3,609,1859 -"177488",55299,25198,3,609,1982 -"177489",55299,25577,3,609,1946 -"177490",55299,25971,3,609,2608 -"177491",55299,26749,3,609,2965 -"177492",55299,27694,3,609,2030 -"177493",55299,27849,2,609,1316 -"177494",55299,28190,3,609,1634 -"177495",55299,29750,2,609,689 -"177496",55299,30165,2,609,1409 -"177497",55299,31050,3,609,1491 -"177498",55299,31436,3,609,2892 -"177499",55299,31530,2,609,1661 -"177500",55299,32131,3,609,1035 -"177501",55299,32919,3,609,2321 -"177502",55299,34836,3,609,2302 -"177503",55299,35673,3,609,1067 -"177504",55299,37108,3,609,1202 -"177505",55299,38019,3,609,1870 -"177506",55299,38307,3,609,2648 -"177507",55299,38780,3,609,2705 -"177508",55299,39294,3,609,1889 -"177509",55299,40028,3,609,1349 -"177510",55299,41174,3,609,850 -"177511",55299,41945,3,609,2856 -"177512",55299,43385,1,609,1623 -"177513",55299,43455,2,609,2846 -"177514",55299,45684,2,609,2200 -"177515",55299,46196,3,609,1510 -"177516",55299,46629,2,609,2255 -"177517",55299,46883,3,609,1671 -"177518",55299,47362,3,609,2253 -"177519",55299,48571,3,609,2717 -"177520",55299,48605,3,609,2796 -"177521",55299,50219,3,609,756 -"177522",55299,51022,3,609,1499 -"177523",55299,51041,2,609,2606 -"177524",55299,51866,3,609,2411 -"177525",55299,52576,3,609,2234 -"177526",55299,54305,2,609,1222 -"177527",55299,54551,3,609,2348 -"177528",55299,55468,3,609,2511 -"177529",55299,56317,3,609,2030 -"177530",55299,57246,3,609,1873 -"177531",55299,57414,3,609,922 -"177532",55299,58078,3,609,1252 -"177533",55299,58451,3,609,1939 -"177534",55299,58508,3,609,2326 -"177535",55299,58652,2,609,1437 -"177536",55299,58684,3,609,2295 -"177537",55299,61982,2,609,2725 -"177538",55299,62841,3,609,2710 -"177539",55299,66703,3,609,2375 -"177540",55299,67383,3,609,1739 -"177541",55299,68215,3,609,2727 -"177542",55299,71342,3,609,1289 -"177543",55299,72956,2,609,1251 -"177544",55299,76127,3,609,910 -"177545",55299,76284,2,609,1237 -"177546",55299,76892,3,609,2381 -"177547",55299,77305,3,609,965 -"177548",55299,81588,2,609,1568 -"177549",55299,82949,3,609,2077 -"177550",55299,83396,3,609,2396 -"177551",55299,83491,3,609,1200 -"177552",55299,89097,3,609,935 -"177553",55299,97811,3,609,1288 -"177554",55299,98781,2,609,1410 -"177555",55299,99215,3,609,2791 -"177556",55299,121422,3,609,850 -"177557",55304,15343,3,196,2125 -"177558",55304,44729,3,196,588 -"177559",55304,45727,3,196,477 -"177560",55304,81239,3,196,547 -"177561",55304,86279,3,196,1076 -"177562",55304,87198,3,196,1462 -"177563",55304,93969,3,196,208 -"177564",55307,843,3,2306,2332 -"177565",55307,3477,3,2306,2546 -"177566",55307,3559,3,2306,2413 -"177567",55307,6063,3,2306,2349 -"177568",55307,18005,3,2306,2449 -"177569",55307,31357,3,2306,2389 -"177570",55307,33223,3,2306,2397 -"177571",55307,34295,2,2306,2735 -"177572",55307,40759,2,2306,2789 -"177573",55307,44501,3,2306,2567 -"177574",55307,47094,3,2306,2592 -"177575",55307,51843,3,2306,2389 -"177576",55307,54385,3,2306,2340 -"177577",55307,69308,3,2306,2370 -"177578",55320,145,3,1643,1998 -"177579",55320,270,3,1643,2542 -"177580",55320,380,2,1643,2261 -"177581",55320,913,3,1643,2144 -"177582",55320,1102,2,1643,2282 -"177583",55320,1214,3,1643,2050 -"177584",55320,2484,3,1643,2389 -"177585",55320,2572,3,1643,2273 -"177586",55320,3271,3,1643,2216 -"177587",55320,3748,1,1643,2052 -"177588",55320,3801,3,1643,1974 -"177589",55320,6052,3,1643,1985 -"177590",55320,6074,3,1643,2426 -"177591",55320,6491,3,1643,2424 -"177592",55320,6588,3,1643,2025 -"177593",55320,9272,3,1643,2835 -"177594",55320,9362,3,1643,2879 -"177595",55320,10513,2,1643,2284 -"177596",55320,10857,3,1643,2253 -"177597",55320,11218,3,1643,2292 -"177598",55320,12724,3,1643,1930 -"177599",55320,13307,3,1643,2206 -"177600",55320,14655,3,1643,2559 -"177601",55320,18394,3,1643,2356 -"177602",55320,19862,3,1643,2412 -"177603",55320,20124,2,1643,2376 -"177604",55320,22141,2,1643,2348 -"177605",55320,23526,3,1643,1998 -"177606",55320,23715,3,1643,1859 -"177607",55320,26067,3,1643,2069 -"177608",55320,31235,3,1643,2668 -"177609",55320,34836,3,1643,2302 -"177610",55320,38019,3,1643,1870 -"177611",55320,38780,2,1643,2705 -"177612",55320,40493,3,1643,1981 -"177613",55320,42216,3,1643,2722 -"177614",55320,43173,3,1643,2895 -"177615",55320,43226,3,1643,2442 -"177616",55320,48035,3,1643,2180 -"177617",55320,48110,3,1643,2009 -"177618",55320,51017,3,1643,2073 -"177619",55320,52576,3,1643,2234 -"177620",55320,53323,3,1643,2677 -"177621",55320,54551,3,1643,2348 -"177622",55320,58508,3,1643,2326 -"177623",55320,69335,3,1643,2698 -"177624",55320,80301,3,1643,1690 -"177625",55320,80825,3,1643,2315 -"177626",55320,84022,3,1643,2289 -"177627",55324,499,3,1544,1931 -"177628",55324,602,3,1544,2632 -"177629",55324,1691,3,1544,1941 -"177630",55324,3011,3,1544,2278 -"177631",55324,3255,3,1544,2504 -"177632",55324,5984,3,1544,1675 -"177633",55324,6390,2,1544,2385 -"177634",55324,6417,3,1544,1675 -"177635",55324,6982,3,1544,2034 -"177636",55324,7548,2,1544,1932 -"177637",55324,9311,2,1544,2477 -"177638",55324,10843,3,1544,2277 -"177639",55324,11525,3,1544,2639 -"177640",55324,12199,3,1544,1651 -"177641",55324,14723,2,1544,2019 -"177642",55324,15626,3,1544,2434 -"177643",55324,16352,3,1544,2657 -"177644",55324,16835,3,1544,1739 -"177645",55324,18965,3,1544,2315 -"177646",55324,19453,3,1544,1928 -"177647",55324,19751,3,1544,1630 -"177648",55324,21448,3,1544,2332 -"177649",55324,22180,3,1544,1835 -"177650",55324,22311,3,1544,2034 -"177651",55324,23825,3,1544,1913 -"177652",55324,26218,3,1544,2460 -"177653",55324,28892,3,1544,2023 -"177654",55324,30906,3,1544,2537 -"177655",55324,31235,3,1544,2668 -"177656",55324,32048,3,1544,2102 -"177657",55324,32694,3,1544,1602 -"177658",55324,33356,2,1544,1586 -"177659",55324,33433,3,1544,2805 -"177660",55324,34707,3,1544,2042 -"177661",55324,38755,2,1544,2902 -"177662",55324,39534,3,1544,2410 -"177663",55324,49581,2,1544,1817 -"177664",55324,55643,3,1544,2359 -"177665",55324,58993,2,1544,2390 -"177666",55324,59113,3,1544,2434 -"177667",55324,59819,3,1544,2624 -"177668",55324,61337,2,1544,2777 -"177669",55324,66677,2,1544,2151 -"177670",55324,72845,3,1544,1663 -"177671",55324,75343,3,1544,2008 -"177672",55324,87144,3,1544,2299 -"177673",55324,100462,1,1544,1927 -"177674",55324,103218,2,1544,1787 -"177675",55325,1369,3,653,2487 -"177676",55325,1692,3,653,2443 -"177677",55325,2093,2,653,2459 -"177678",55325,2272,3,653,1640 -"177679",55325,2443,3,653,2333 -"177680",55325,2506,3,653,954 -"177681",55325,2724,3,653,2447 -"177682",55325,3317,3,653,2037 -"177683",55325,3477,3,653,2546 -"177684",55325,4634,3,653,2291 -"177685",55325,5637,3,653,1976 -"177686",55325,5816,3,653,2408 -"177687",55325,6063,3,653,2349 -"177688",55325,6162,3,653,1673 -"177689",55325,6999,3,653,2214 -"177690",55325,9269,3,653,1892 -"177691",55325,9538,3,653,1786 -"177692",55325,9656,1,653,1135 -"177693",55325,9910,3,653,2526 -"177694",55325,10914,3,653,1660 -"177695",55325,11506,3,653,2824 -"177696",55325,11803,3,653,1232 -"177697",55325,12116,3,653,2119 -"177698",55325,12735,3,653,819 -"177699",55325,12779,3,653,936 -"177700",55325,12861,3,653,1207 -"177701",55325,13034,2,653,698 -"177702",55325,13340,3,653,1918 -"177703",55325,14061,3,653,1620 -"177704",55325,14212,3,653,857 -"177705",55325,15281,2,653,810 -"177706",55325,15683,3,653,1729 -"177707",55325,16351,3,653,893 -"177708",55325,16777,3,653,834 -"177709",55325,17531,3,653,876 -"177710",55325,18217,3,653,1566 -"177711",55325,18393,3,653,860 -"177712",55325,18943,3,653,2861 -"177713",55325,20038,3,653,1531 -"177714",55325,20695,3,653,2526 -"177715",55325,20709,3,653,1757 -"177716",55325,22410,3,653,2158 -"177717",55325,22462,3,653,869 -"177718",55325,23498,3,653,2398 -"177719",55325,23550,3,653,2939 -"177720",55325,23560,2,653,2051 -"177721",55325,24044,3,653,1076 -"177722",55325,24892,3,653,803 -"177723",55325,29778,3,653,840 -"177724",55325,31164,3,653,1996 -"177725",55325,31264,3,653,2335 -"177726",55325,31303,3,653,1040 -"177727",55325,32449,2,653,2091 -"177728",55325,33223,3,653,2397 -"177729",55325,35317,3,653,1888 -"177730",55325,36399,3,653,1357 -"177731",55325,37279,2,653,2768 -"177732",55325,37684,3,653,2899 -"177733",55325,38422,3,653,1019 -"177734",55325,40542,3,653,1664 -"177735",55325,41098,3,653,1857 -"177736",55325,42407,3,653,2408 -"177737",55325,43701,3,653,2400 -"177738",55325,44306,3,653,1036 -"177739",55325,47882,3,653,2769 -"177740",55325,48501,3,653,2010 -"177741",55325,49708,3,653,1147 -"177742",55325,50238,3,653,663 -"177743",55325,52950,3,653,2716 -"177744",55325,53013,3,653,2523 -"177745",55325,54879,2,653,2210 -"177746",55325,60463,3,653,1583 -"177747",55325,62903,3,653,1704 -"177748",55325,71307,3,653,761 -"177749",55325,73520,2,653,2613 -"177750",55325,77519,3,653,819 -"177751",55325,77580,3,653,888 -"177752",55325,77719,3,653,2086 -"177753",55325,78277,3,653,1937 -"177754",55325,79699,3,653,1735 -"177755",55325,82039,3,653,1327 -"177756",55325,84590,3,653,1734 -"177757",55325,85065,3,653,1585 -"177758",55325,88448,3,653,914 -"177759",55325,90943,3,653,1754 -"177760",55325,93553,2,653,2537 -"177761",55325,101381,3,653,977 -"177762",55349,160,3,826,2007 -"177763",55349,1691,3,826,1941 -"177764",55349,3716,3,826,1679 -"177765",55349,8529,3,826,1205 -"177766",55349,9331,2,826,2269 -"177767",55349,10129,3,826,2124 -"177768",55349,10513,3,826,2284 -"177769",55349,11540,3,826,1237 -"177770",55349,17351,3,826,2036 -"177771",55349,17549,3,826,2647 -"177772",55349,17632,3,826,1947 -"177773",55349,21138,3,826,2849 -"177774",55349,21225,3,826,1945 -"177775",55349,22141,2,826,2348 -"177776",55349,24456,2,826,1238 -"177777",55349,26793,2,826,2104 -"177778",55349,27642,3,826,1531 -"177779",55349,30981,3,826,2366 -"177780",55349,32503,3,826,2020 -"177781",55349,37400,3,826,2860 -"177782",55349,37929,3,826,2393 -"177783",55349,43153,3,826,1381 -"177784",55349,43173,3,826,2895 -"177785",55349,44235,3,826,2700 -"177786",55349,44688,3,826,2924 -"177787",55349,46951,3,826,2429 -"177788",55349,51017,3,826,2073 -"177789",55349,60280,3,826,1918 -"177790",55349,69712,3,826,1219 -"177791",55349,79364,3,826,834 -"177792",55349,80825,3,826,2315 -"177793",55349,80979,3,826,1142 -"177794",55349,81895,2,826,1634 -"177795",55349,84022,2,826,2289 -"177796",55349,88710,3,826,927 -"177797",55349,90802,2,826,877 -"177798",55349,100321,3,826,1142 -"177799",55349,101395,3,826,891 -"177800",55364,1222,3,326,2598 -"177801",55364,2443,3,326,2333 -"177802",55364,2802,3,326,1836 -"177803",55364,3324,3,326,1198 -"177804",55364,4194,3,326,1641 -"177805",55364,5414,3,326,2321 -"177806",55364,6262,3,326,2733 -"177807",55364,8525,3,326,1787 -"177808",55364,9808,3,326,1648 -"177809",55364,10128,3,326,883 -"177810",55364,11506,3,326,2824 -"177811",55364,11897,3,326,1271 -"177812",55364,13150,3,326,1570 -"177813",55364,15047,3,326,1697 -"177814",55364,16593,3,326,1139 -"177815",55364,17159,3,326,883 -"177816",55364,18466,3,326,2340 -"177817",55364,19190,3,326,2677 -"177818",55364,19358,2,326,880 -"177819",55364,20604,3,326,1684 -"177820",55364,24044,3,326,1076 -"177821",55364,31705,3,326,2706 -"177822",55364,32070,2,326,950 -"177823",55364,37332,3,326,1891 -"177824",55364,38697,3,326,2701 -"177825",55364,42280,3,326,2266 -"177826",55364,43768,3,326,1468 -"177827",55364,46568,2,326,822 -"177828",55364,46581,3,326,1160 -"177829",55364,49403,3,326,2427 -"177830",55364,49708,3,326,1147 -"177831",55364,51678,3,326,1077 -"177832",55364,54061,3,326,1488 -"177833",55364,56168,2,326,1466 -"177834",55364,63525,3,326,2741 -"177835",55364,63631,3,326,763 -"177836",55364,65487,3,326,520 -"177837",55364,66017,3,326,1545 -"177838",55364,76997,3,326,2223 -"177839",55364,77550,3,326,1548 -"177840",55364,79772,1,326,1230 -"177841",55364,79793,1,326,1915 -"177842",55364,83334,2,326,1708 -"177843",55364,90633,2,326,990 -"177844",55364,94339,3,326,2768 -"177845",55364,97266,3,326,1016 -"177846",55364,103482,3,326,435 -"177847",55364,104161,3,326,613 -"177848",55364,112814,3,326,546 -"177849",55377,1685,3,1499,2230 -"177850",55377,6621,3,1499,2478 -"177851",55377,11154,3,1499,1594 -"177852",55377,12007,3,1499,1594 -"177853",55377,14442,3,1499,2700 -"177854",55377,16347,3,1499,1868 -"177855",55377,19048,3,1499,2180 -"177856",55377,22744,2,1499,1907 -"177857",55377,23498,3,1499,2398 -"177858",55377,43311,3,1499,1553 -"177859",55377,89391,2,1499,2180 -"177860",55394,15106,3,904,2286 -"177861",55394,29580,3,904,2776 -"177862",55394,45504,3,904,2301 -"177863",55394,49109,1,904,2341 -"177864",55413,20941,3,2129,2725 -"177865",55413,27320,3,2129,2378 -"177866",55413,31700,3,2129,2727 -"177867",55413,47013,3,2129,2388 -"177868",55436,3100,3,2513,2524 -"177869",55436,5606,2,2513,2875 -"177870",55436,6248,2,2513,2737 -"177871",55436,15502,3,2513,2637 -"177872",55436,17999,3,2513,2758 -"177873",55436,19057,3,2513,2664 -"177874",55436,22905,3,2513,2599 -"177875",55436,43524,3,2513,2572 -"177876",55436,49147,2,2513,2539 -"177877",55436,60672,3,2513,2876 -"177878",55436,65223,3,2513,2724 -"177879",55438,26749,3,2863,2965 -"177880",55446,1570,2,1247,2028 -"177881",55446,3678,3,1247,1325 -"177882",55446,4622,3,1247,1589 -"177883",55446,6235,3,1247,1585 -"177884",55446,7648,2,1247,1861 -"177885",55446,9273,2,1247,1747 -"177886",55446,9328,3,1247,1937 -"177887",55446,10435,3,1247,1984 -"177888",55446,10755,3,1247,1742 -"177889",55446,10756,3,1247,2207 -"177890",55446,14061,3,1247,1620 -"177891",55446,14442,3,1247,2700 -"177892",55446,16184,3,1247,2274 -"177893",55446,17768,2,1247,2468 -"177894",55446,20739,3,1247,2025 -"177895",55446,22905,3,1247,2599 -"177896",55446,24116,3,1247,1413 -"177897",55446,24867,2,1247,1861 -"177898",55446,25053,1,1247,2186 -"177899",55446,25886,3,1247,1580 -"177900",55446,29067,3,1247,1538 -"177901",55446,31281,2,1247,1937 -"177902",55446,32904,3,1247,2055 -"177903",55446,35844,3,1247,2961 -"177904",55446,36996,2,1247,2321 -"177905",55446,39911,3,1247,1445 -"177906",55446,42136,3,1247,2551 -"177907",55446,44132,3,1247,1999 -"177908",55446,44466,3,1247,1607 -"177909",55446,44730,3,1247,2468 -"177910",55446,47094,3,1247,2592 -"177911",55446,49805,3,1247,2445 -"177912",55446,55997,3,1247,1414 -"177913",55446,56413,3,1247,2747 -"177914",55446,59289,3,1247,2896 -"177915",55446,74054,3,1247,1488 -"177916",55446,82246,3,1247,1538 -"177917",55446,84317,3,1247,2081 -"177918",55446,84322,3,1247,1635 -"177919",55446,104281,3,1247,2228 -"177920",55468,270,3,2511,2542 -"177921",55468,307,2,2511,2530 -"177922",55468,2424,3,2511,2582 -"177923",55468,9893,3,2511,2701 -"177924",55468,10148,3,2511,2964 -"177925",55468,17852,3,2511,2840 -"177926",55468,22331,3,2511,2687 -"177927",55468,23011,3,2511,2763 -"177928",55468,26749,3,2511,2965 -"177929",55468,29929,3,2511,2789 -"177930",55468,30052,3,2511,2855 -"177931",55468,33801,3,2511,2899 -"177932",55468,50118,3,2511,2654 -"177933",55468,51613,3,2511,2795 -"177934",55468,55438,3,2511,2863 -"177935",55468,55691,3,2511,2856 -"177936",55468,67726,3,2511,2873 -"177937",55468,79322,3,2511,2770 -"177938",55472,160,3,1516,2007 -"177939",55472,798,3,1516,2476 -"177940",55472,2226,3,1516,2225 -"177941",55472,2344,3,1516,2752 -"177942",55472,2852,3,1516,2448 -"177943",55472,2936,3,1516,2512 -"177944",55472,3978,3,1516,2775 -"177945",55472,4681,3,1516,2356 -"177946",55472,5235,3,1516,2324 -"177947",55472,8865,3,1516,2394 -"177948",55472,9272,3,1516,2835 -"177949",55472,9723,2,1516,2302 -"177950",55472,10129,3,1516,2124 -"177951",55472,11239,2,1516,2181 -"177952",55472,16684,3,1516,1657 -"177953",55472,16690,3,1516,2132 -"177954",55472,16850,2,1516,1657 -"177955",55472,18102,3,1516,1642 -"177956",55472,18381,3,1516,1524 -"177957",55472,18670,3,1516,1835 -"177958",55472,19215,2,1516,2604 -"177959",55472,19364,2,1516,2846 -"177960",55472,22207,3,1516,2365 -"177961",55472,22580,2,1516,2245 -"177962",55472,22682,3,1516,2035 -"177963",55472,22709,1,1516,2743 -"177964",55472,22723,3,1516,2859 -"177965",55472,27195,3,1516,2158 -"177966",55472,28432,2,1516,1954 -"177967",55472,30034,3,1516,2357 -"177968",55472,34327,3,1516,2959 -"177969",55472,34831,1,1516,1866 -"177970",55472,34921,2,1516,2181 -"177971",55472,37859,3,1516,1999 -"177972",55472,39906,3,1516,2365 -"177973",55472,45473,3,1516,2540 -"177974",55472,51879,3,1516,1771 -"177975",55472,52215,3,1516,1908 -"177976",55472,53809,3,1516,1956 -"177977",55472,54313,3,1516,1645 -"177978",55472,59243,3,1516,2770 -"177979",55472,60879,3,1516,2792 -"177980",55472,68314,3,1516,2180 -"177981",55472,69232,3,1516,2130 -"177982",55472,73553,2,1516,2726 -"177983",55472,77077,3,1516,2693 -"177984",55472,82819,2,1516,1900 -"177985",55472,82932,3,1516,2245 -"177986",55472,109978,3,1516,1865 -"177987",55482,160,3,1866,2007 -"177988",55482,1702,3,1866,1984 -"177989",55482,2057,3,1866,1965 -"177990",55482,2226,3,1866,2225 -"177991",55482,3493,2,1866,2451 -"177992",55482,4303,3,1866,2414 -"177993",55482,4660,3,1866,2149 -"177994",55482,4932,3,1866,2752 -"177995",55482,4983,2,1866,1909 -"177996",55482,7597,3,1866,2037 -"177997",55482,11429,3,1866,2520 -"177998",55482,11493,3,1866,2077 -"177999",55482,11588,3,1866,2352 -"178000",55482,11648,3,1866,2852 -"178001",55482,16863,3,1866,2069 -"178002",55482,18005,2,1866,2449 -"178003",55482,20200,3,1866,2322 -"178004",55482,24069,3,1866,2697 -"178005",55482,25373,3,1866,2783 -"178006",55482,27390,3,1866,2425 -"178007",55482,30525,3,1866,1964 -"178008",55482,32904,3,1866,2055 -"178009",55482,34295,3,1866,2735 -"178010",55482,35797,3,1866,2482 -"178011",55482,37859,3,1866,1999 -"178012",55482,39418,3,1866,1978 -"178013",55482,40759,3,1866,2789 -"178014",55482,41134,3,1866,2952 -"178015",55482,41694,1,1866,2358 -"178016",55482,43213,3,1866,2160 -"178017",55482,43961,3,1866,2443 -"178018",55482,44497,3,1866,2401 -"178019",55482,45299,2,1866,2426 -"178020",55482,45729,3,1866,2606 -"178021",55482,46982,3,1866,2806 -"178022",55482,51144,3,1866,2466 -"178023",55482,52815,3,1866,2323 -"178024",55482,55307,3,1866,2306 -"178025",55482,56082,3,1866,2395 -"178026",55482,56995,3,1866,2323 -"178027",55482,62712,3,1866,2884 -"178028",55482,64947,3,1866,2489 -"178029",55482,68586,2,1866,2322 -"178030",55482,71531,3,1866,2887 -"178031",55482,72207,3,1866,2430 -"178032",55482,75403,3,1866,1895 -"178033",55482,77052,3,1866,2770 -"178034",55482,90745,3,1866,1994 -"178035",55482,92297,2,1866,2952 -"178036",55487,1108,3,1500,1600 -"178037",55487,1150,3,1500,1595 -"178038",55487,3477,3,1500,2546 -"178039",55487,5852,3,1500,1862 -"178040",55487,10200,3,1500,2920 -"178041",55487,11319,3,1500,2073 -"178042",55487,12818,3,1500,2015 -"178043",55487,12973,3,1500,1569 -"178044",55487,14586,3,1500,2801 -"178045",55487,14654,3,1500,1692 -"178046",55487,21684,3,1500,1971 -"178047",55487,24086,3,1500,2663 -"178048",55487,34491,2,1500,2694 -"178049",55487,36450,3,1500,1591 -"178050",55487,42883,3,1500,2575 -"178051",55487,44464,3,1500,1619 -"178052",55487,52041,3,1500,2694 -"178053",55487,70656,3,1500,2771 -"178054",55487,82226,3,1500,1619 -"178055",55493,113,3,869,1943 -"178056",55493,1393,2,869,1706 -"178057",55493,2014,3,869,973 -"178058",55493,2370,2,869,1600 -"178059",55493,2407,3,869,1725 -"178060",55493,3506,3,869,2364 -"178061",55493,3678,3,869,1325 -"178062",55493,4249,3,869,2547 -"178063",55493,4723,2,869,1314 -"178064",55493,4784,3,869,2511 -"178065",55493,6020,3,869,1864 -"178066",55493,6345,3,869,2713 -"178067",55493,6996,3,869,2916 -"178068",55493,7123,3,869,1964 -"178069",55493,7900,2,869,893 -"178070",55493,8258,3,869,1959 -"178071",55493,9088,3,869,1881 -"178072",55493,9269,3,869,1892 -"178073",55493,9724,3,869,2713 -"178074",55493,10610,3,869,1427 -"178075",55493,13595,3,869,1164 -"178076",55493,14172,3,869,1923 -"178077",55493,14957,3,869,2306 -"178078",55493,15782,3,869,2306 -"178079",55493,16455,2,869,946 -"178080",55493,16866,2,869,2718 -"178081",55493,17531,3,869,876 -"178082",55493,17925,3,869,2385 -"178083",55493,18865,3,869,2676 -"178084",55493,21142,2,869,2414 -"178085",55493,21358,2,869,1970 -"178086",55493,21920,1,869,2367 -"178087",55493,22389,3,869,2034 -"178088",55493,23550,3,869,2939 -"178089",55493,28635,3,869,2368 -"178090",55493,28648,2,869,1586 -"178091",55493,31950,1,869,2217 -"178092",55493,31990,3,869,2264 -"178093",55493,32629,3,869,1789 -"178094",55493,32724,3,869,2581 -"178095",55493,34274,3,869,1437 -"178096",55493,37765,3,869,1134 -"178097",55493,37801,3,869,2578 -"178098",55493,40510,2,869,943 -"178099",55493,41075,3,869,1176 -"178100",55493,41489,3,869,2006 -"178101",55493,43725,3,869,935 -"178102",55493,44089,3,869,1632 -"178103",55493,44312,3,869,2741 -"178104",55493,44421,3,869,956 -"178105",55493,44744,3,869,2032 -"178106",55493,45297,3,869,1864 -"178107",55493,45449,2,869,1610 -"178108",55493,45450,2,869,1590 -"178109",55493,46680,3,869,1690 -"178110",55493,48254,3,869,1013 -"178111",55493,48781,2,869,954 -"178112",55493,48823,3,869,2080 -"178113",55493,48931,2,869,2444 -"178114",55493,52179,3,869,1572 -"178115",55493,53293,2,869,2916 -"178116",55493,53445,3,869,2028 -"178117",55493,54488,2,869,2357 -"178118",55493,57549,2,869,2335 -"178119",55493,57804,3,869,2214 -"178120",55493,61398,3,869,2563 -"178121",55493,61921,2,869,1793 -"178122",55493,63395,3,869,2334 -"178123",55493,64737,2,869,2442 -"178124",55493,66017,3,869,1545 -"178125",55493,71756,3,869,1202 -"178126",55493,74054,3,869,1488 -"178127",55493,77719,3,869,2086 -"178128",55493,79639,1,869,1013 -"178129",55493,80186,2,869,2228 -"178130",55493,82270,3,869,1641 -"178131",55493,84235,2,869,1639 -"178132",55493,84581,2,869,1241 -"178133",55493,92084,3,869,1134 -"178134",55493,92366,1,869,1434 -"178135",55493,93642,2,869,1120 -"178136",55493,94808,3,869,988 -"178137",55493,96387,3,869,2159 -"178138",55493,100084,2,869,1964 -"178139",55493,100231,3,869,998 -"178140",55493,103989,2,869,1207 -"178141",55493,116484,2,869,902 -"178142",55556,42,3,2075,2265 -"178143",55556,313,3,2075,2271 -"178144",55556,362,3,2075,2537 -"178145",55556,377,3,2075,2389 -"178146",55556,543,2,2075,2203 -"178147",55556,613,3,2075,2687 -"178148",55556,1090,3,2075,2370 -"178149",55556,1151,3,2075,2885 -"178150",55556,1616,3,2075,2662 -"178151",55556,2036,3,2075,2483 -"178152",55556,2166,2,2075,2557 -"178153",55556,2224,3,2075,2751 -"178154",55556,2484,3,2075,2389 -"178155",55556,3161,3,2075,2229 -"178156",55556,3271,3,2075,2216 -"178157",55556,4057,3,2075,2389 -"178158",55556,5457,2,2075,2077 -"178159",55556,5462,2,2075,2374 -"178160",55556,5504,2,2075,2389 -"178161",55556,7323,2,2075,2858 -"178162",55556,8760,3,2075,2477 -"178163",55556,9272,3,2075,2835 -"178164",55556,9362,3,2075,2879 -"178165",55556,10130,3,2075,2741 -"178166",55556,12374,3,2075,2260 -"178167",55556,12713,3,2075,2440 -"178168",55556,13751,3,2075,2557 -"178169",55556,16497,3,2075,2370 -"178170",55556,18151,3,2075,2962 -"178171",55556,18277,3,2075,2309 -"178172",55556,19568,3,2075,2302 -"178173",55556,19606,3,2075,2783 -"178174",55556,20700,3,2075,2861 -"178175",55556,26608,3,2075,2329 -"178176",55556,27478,3,2075,2485 -"178177",55556,31799,3,2075,2547 -"178178",55556,33572,2,2075,2370 -"178179",55556,35256,2,2075,2271 -"178180",55556,37570,3,2075,2389 -"178181",55556,38667,3,2075,2880 -"178182",55556,38727,3,2075,2238 -"178183",55556,39444,1,2075,2695 -"178184",55556,43226,3,2075,2442 -"178185",55556,43518,3,2075,2680 -"178186",55556,44427,3,2075,2875 -"178187",55556,47803,3,2075,2477 -"178188",55556,48495,3,2075,2737 -"178189",55556,49032,3,2075,2469 -"178190",55556,49965,3,2075,2301 -"178191",55556,51410,3,2075,2739 -"178192",55556,53637,2,2075,2113 -"178193",55556,53851,3,2075,2305 -"178194",55556,55828,3,2075,2393 -"178195",55556,57977,3,2075,2683 -"178196",55556,58508,3,2075,2326 -"178197",55556,59700,2,2075,2346 -"178198",55556,67264,3,2075,2790 -"178199",55556,69335,3,2075,2698 -"178200",55556,72334,3,2075,2820 -"178201",55556,85430,2,2075,2370 -"178202",55556,91570,3,2075,2229 -"178203",55556,93615,1,2075,2386 -"178204",55580,10310,3,1942,2774 -"178205",55580,11493,2,1942,2077 -"178206",55580,12388,2,1942,1975 -"178207",55580,15444,3,1942,2764 -"178208",55580,17351,3,1942,2036 -"178209",55580,18165,3,1942,2085 -"178210",55580,21479,3,1942,2134 -"178211",55580,23268,3,1942,2258 -"178212",55580,25637,3,1942,2688 -"178213",55580,29930,3,1942,2240 -"178214",55580,41682,3,1942,1988 -"178215",55580,52032,3,1942,2853 -"178216",55580,91142,3,1942,2527 -"178217",55604,6824,3,2342,2680 -"178218",55604,10638,2,2342,2692 -"178219",55604,11506,3,2342,2824 -"178220",55604,18943,3,2342,2861 -"178221",55604,20007,3,2342,2971 -"178222",55604,39105,3,2342,2487 -"178223",55604,46951,3,2342,2429 -"178224",55604,69335,3,2342,2698 -"178225",55643,4701,3,2359,2401 -"178226",55643,9311,2,2359,2477 -"178227",55643,10851,3,2359,2423 -"178228",55643,13249,1,2359,2573 -"178229",55643,13601,3,2359,2689 -"178230",55643,15626,2,2359,2434 -"178231",55643,19208,3,2359,2629 -"178232",55643,30906,3,2359,2537 -"178233",55643,33433,1,2359,2805 -"178234",55643,33672,3,2359,2396 -"178235",55643,38755,3,2359,2902 -"178236",55643,38885,3,2359,2720 -"178237",55643,47564,3,2359,2650 -"178238",55643,49696,3,2359,2444 -"178239",55643,51853,3,2359,2520 -"178240",55643,59113,2,2359,2434 -"178241",55643,64061,3,2359,2381 -"178242",55652,49110,3,2795,2938 -"178243",55674,2014,3,718,973 -"178244",55674,7123,3,718,1964 -"178245",55674,12007,3,718,1594 -"178246",55674,13671,3,718,1371 -"178247",55674,13925,3,718,1515 -"178248",55674,16524,3,718,1556 -"178249",55674,16590,3,718,1123 -"178250",55674,18645,3,718,793 -"178251",55674,19002,3,718,2053 -"178252",55674,19190,3,718,2677 -"178253",55674,26698,2,718,1963 -"178254",55674,32576,3,718,2881 -"178255",55674,92469,3,718,1232 -"178256",55674,96387,3,718,2159 -"178257",55691,28285,3,2856,2972 -"178258",55691,36962,2,2856,2861 -"178259",55691,44427,3,2856,2875 -"178260",55691,108379,3,2856,2933 -"178261",55717,7896,3,922,2447 -"178262",55717,8623,2,922,2463 -"178263",55717,9772,3,922,1789 -"178264",55717,32778,2,922,2310 -"178265",55717,33460,3,922,2781 -"178266",55717,35446,3,922,1203 -"178267",55717,45355,2,922,1450 -"178268",55717,47529,3,922,2914 -"178269",55717,51758,2,922,2310 -"178270",55717,52524,2,922,1197 -"178271",55717,57209,3,922,1719 -"178272",55717,58684,3,922,2295 -"178273",55717,79432,3,922,1708 -"178274",55717,95757,3,922,1232 -"178275",55730,843,3,1217,2332 -"178276",55730,1369,3,1217,2487 -"178277",55730,2724,3,1217,2447 -"178278",55730,3272,3,1217,2132 -"178279",55730,3477,3,1217,2546 -"178280",55730,3559,2,1217,2413 -"178281",55730,4968,3,1217,1586 -"178282",55730,6063,3,1217,2349 -"178283",55730,6999,3,1217,2214 -"178284",55730,8993,3,1217,2099 -"178285",55730,10716,3,1217,1692 -"178286",55730,11803,3,1217,1232 -"178287",55730,12116,3,1217,2119 -"178288",55730,12197,3,1217,1235 -"178289",55730,13340,3,1217,1918 -"178290",55730,14061,3,1217,1620 -"178291",55730,15023,3,1217,2054 -"178292",55730,18217,3,1217,1566 -"178293",55730,19075,3,1217,2214 -"178294",55730,19476,3,1217,1708 -"178295",55730,19667,3,1217,1466 -"178296",55730,20038,3,1217,1531 -"178297",55730,20547,2,1217,2145 -"178298",55730,20739,2,1217,2025 -"178299",55730,24116,3,1217,1413 -"178300",55730,25518,3,1217,1955 -"178301",55730,25886,3,1217,1580 -"178302",55730,31357,3,1217,2389 -"178303",55730,33223,3,1217,2397 -"178304",55730,33470,3,1217,2003 -"178305",55730,35317,3,1217,1888 -"178306",55730,39893,3,1217,1601 -"178307",55730,40542,3,1217,1664 -"178308",55730,41051,3,1217,2767 -"178309",55730,42407,2,1217,2408 -"178310",55730,49805,3,1217,2445 -"178311",55730,51843,3,1217,2389 -"178312",55730,52953,3,1217,1741 -"178313",55730,53414,3,1217,1672 -"178314",55730,54385,2,1217,2340 -"178315",55730,55307,3,1217,2306 -"178316",55730,62848,2,1217,1230 -"178317",55730,63104,3,1217,2149 -"178318",55730,69308,3,1217,2370 -"178319",55730,74054,3,1217,1488 -"178320",55730,77719,3,1217,2086 -"178321",55730,78277,3,1217,1937 -"178322",55730,80615,2,1217,2252 -"178323",55730,84808,2,1217,1974 -"178324",55730,94339,3,1217,2768 -"178325",55730,110871,2,1217,2879 -"178326",55733,3403,3,161,2951 -"178327",55733,3542,3,161,450 -"178328",55733,7432,3,161,1531 -"178329",55733,7787,3,161,2314 -"178330",55733,9912,3,161,1356 -"178331",55733,10250,3,161,1606 -"178332",55733,11135,2,161,2441 -"178333",55733,11521,3,161,1559 -"178334",55733,12197,3,161,1235 -"178335",55733,12511,3,161,1298 -"178336",55733,14473,2,161,2325 -"178337",55733,15502,3,161,2637 -"178338",55733,16545,3,161,186 -"178339",55733,17480,3,161,2316 -"178340",55733,18645,2,161,793 -"178341",55733,18821,3,161,2075 -"178342",55733,19687,3,161,2072 -"178343",55733,20709,2,161,1757 -"178344",55733,25270,3,161,985 -"178345",55733,26567,3,161,1158 -"178346",55733,28567,3,161,2398 -"178347",55733,37858,3,161,248 -"178348",55733,39507,3,161,793 -"178349",55733,42195,3,161,573 -"178350",55733,42446,3,161,202 -"178351",55733,42486,2,161,1951 -"178352",55733,43957,3,161,1824 -"178353",55733,45487,3,161,2256 -"178354",55733,48764,2,161,860 -"178355",55733,51448,3,161,1593 -"178356",55733,56316,3,161,1435 -"178357",55733,70011,3,161,2690 -"178358",55733,79337,2,161,875 -"178359",55733,93317,3,161,1223 -"178360",55733,95661,3,161,872 -"178361",55733,97940,3,161,431 -"178362",55733,104542,3,161,897 -"178363",55733,106554,3,161,1270 -"178364",55733,110023,2,161,230 -"178365",55733,115905,3,161,274 -"178366",55733,118881,3,161,170 -"178367",55742,4634,3,2006,2291 -"178368",55742,6040,3,2006,2103 -"178369",55742,22932,2,2006,2469 -"178370",55742,47882,3,2006,2769 -"178371",55742,58711,2,2006,2746 -"178372",55742,65857,3,2006,2628 -"178373",55742,67150,3,2006,2633 -"178374",55742,108151,3,2006,2377 -"178375",55748,1349,3,204,1147 -"178376",55748,2847,3,204,494 -"178377",55748,8923,3,204,1266 -"178378",55748,9484,3,204,1429 -"178379",55748,11424,3,204,1631 -"178380",55748,12781,3,204,831 -"178381",55748,13079,3,204,2547 -"178382",55748,19073,3,204,2748 -"178383",55748,19686,3,204,2467 -"178384",55748,22578,2,204,2216 -"178385",55748,22945,3,204,237 -"178386",55748,24302,3,204,407 -"178387",55748,26124,3,204,2356 -"178388",55748,27742,3,204,2700 -"178389",55748,27914,3,204,2507 -"178390",55748,28571,3,204,1556 -"178391",55748,31866,2,204,2101 -"178392",55748,33957,3,204,245 -"178393",55748,39418,3,204,1978 -"178394",55748,41770,3,204,2752 -"178395",55748,43204,2,204,1680 -"178396",55748,51991,3,204,692 -"178397",55748,61347,3,204,1684 -"178398",55748,61541,2,204,2699 -"178399",55748,62438,3,204,802 -"178400",55748,65381,2,204,2184 -"178401",55748,69545,3,204,673 -"178402",55748,71467,3,204,1051 -"178403",55748,76391,3,204,1536 -"178404",55748,87907,3,204,1173 -"178405",55748,104098,3,204,512 -"178406",55748,106399,3,204,1530 -"178407",55775,827,3,2385,2964 -"178408",55775,1624,3,2385,2687 -"178409",55775,2647,3,2385,2450 -"178410",55775,3669,3,2385,2524 -"178411",55775,7229,3,2385,2669 -"178412",55775,11103,3,2385,2393 -"178413",55775,11506,3,2385,2824 -"178414",55775,13200,3,2385,2488 -"178415",55775,17221,2,2385,2487 -"178416",55775,18808,3,2385,2854 -"178417",55775,21180,2,2385,2762 -"178418",55775,21463,2,2385,2437 -"178419",55775,22905,2,2385,2599 -"178420",55775,31251,3,2385,2498 -"178421",55775,38309,2,2385,2644 -"178422",55775,39105,2,2385,2487 -"178423",55775,46951,3,2385,2429 -"178424",55775,47607,3,2385,2724 -"178425",55775,49147,2,2385,2539 -"178426",55775,50635,2,2385,2962 -"178427",55775,56464,3,2385,2488 -"178428",55775,59470,3,2385,2393 -"178429",55775,60672,3,2385,2876 -"178430",55775,68416,3,2385,2939 -"178431",55775,76132,3,2385,2426 -"178432",55817,20219,3,2285,2313 -"178433",55817,32202,3,2285,2314 -"178434",55817,45138,1,2285,2516 -"178435",55817,64967,3,2285,2872 -"178436",55821,8865,2,1303,2394 -"178437",55821,10148,3,1303,2964 -"178438",55821,13808,3,1303,1356 -"178439",55821,18227,3,1303,2214 -"178440",55821,19937,3,1303,1587 -"178441",55821,22893,3,1303,1938 -"178442",55821,27908,3,1303,2576 -"178443",55821,29454,3,1303,2719 -"178444",55821,30906,3,1303,2537 -"178445",55821,34921,3,1303,2181 -"178446",55821,35903,2,1303,1434 -"178447",55821,38019,3,1303,1870 -"178448",55821,46486,3,1303,1868 -"178449",55821,48377,3,1303,1927 -"178450",55821,55862,1,1303,2123 -"178451",55821,69232,3,1303,2130 -"178452",55828,1616,3,2393,2662 -"178453",55828,2166,3,2393,2557 -"178454",55828,7323,3,2393,2858 -"178455",55828,13751,3,2393,2557 -"178456",55828,18151,3,2393,2962 -"178457",55828,27478,3,2393,2485 -"178458",55828,36506,3,2393,2638 -"178459",55828,38667,3,2393,2880 -"178460",55828,39444,3,2393,2695 -"178461",55828,44427,3,2393,2875 -"178462",55828,51410,3,2393,2739 -"178463",55828,57609,2,2393,2717 -"178464",55828,57977,3,2393,2683 -"178465",55828,64967,2,2393,2872 -"178466",55828,68390,2,2393,2608 -"178467",55862,2704,3,2123,2609 -"178468",55862,8865,2,2123,2394 -"178469",55862,10148,3,2123,2964 -"178470",55862,18227,2,2123,2214 -"178471",55862,19719,3,2123,2177 -"178472",55862,21734,3,2123,2528 -"178473",55862,23216,3,2123,2424 -"178474",55862,27908,3,2123,2576 -"178475",55862,29454,3,2123,2719 -"178476",55862,30906,3,2123,2537 -"178477",55862,34836,3,2123,2302 -"178478",55862,45967,3,2123,2195 -"178479",55862,51157,3,2123,2319 -"178480",55862,64219,3,2123,2705 -"178481",55862,69232,3,2123,2130 -"178482",55862,120345,3,2123,2164 -"178483",55880,913,3,626,2144 -"178484",55880,1520,3,626,1716 -"178485",55880,1691,3,626,1941 -"178486",55880,2208,2,626,2814 -"178487",55880,2523,3,626,1691 -"178488",55880,2684,3,626,2874 -"178489",55880,4317,3,626,1224 -"178490",55880,4430,3,626,2019 -"178491",55880,4567,3,626,2348 -"178492",55880,5018,3,626,640 -"178493",55880,6390,3,626,2385 -"178494",55880,7780,3,626,1920 -"178495",55880,9805,3,626,1621 -"178496",55880,10401,3,626,863 -"178497",55880,11055,3,626,2111 -"178498",55880,12728,3,626,2374 -"178499",55880,14108,3,626,2012 -"178500",55880,14676,3,626,2764 -"178501",55880,14983,3,626,1047 -"178502",55880,15118,3,626,1311 -"178503",55880,16201,2,626,1811 -"178504",55880,17645,2,626,1918 -"178505",55880,24568,3,626,1937 -"178506",55880,26957,3,626,987 -"178507",55880,31408,3,626,994 -"178508",55880,34314,2,626,630 -"178509",55880,35045,3,626,1646 -"178510",55880,35095,3,626,1502 -"178511",55880,37509,3,626,1640 -"178512",55880,38087,3,626,1083 -"178513",55880,39556,3,626,2747 -"178514",55880,43226,3,626,2442 -"178515",55880,43635,3,626,1196 -"178516",55880,44135,3,626,2620 -"178517",55880,44744,3,626,2032 -"178518",55880,46726,2,626,943 -"178519",55880,47064,3,626,1993 -"178520",55880,47585,3,626,794 -"178521",55880,48698,3,626,1474 -"178522",55880,48754,3,626,1972 -"178523",55880,50235,3,626,726 -"178524",55880,50996,3,626,929 -"178525",55880,53252,3,626,637 -"178526",55880,57732,3,626,2454 -"178527",55880,62668,2,626,958 -"178528",55880,63409,3,626,1937 -"178529",55880,65475,3,626,1267 -"178530",55880,79364,2,626,834 -"178531",55880,79657,3,626,1260 -"178532",55880,99152,3,626,1698 -"178533",55880,100432,3,626,1358 -"178534",55880,106318,3,626,1698 -"178535",55880,108430,3,626,1642 -"178536",55892,323,3,1234,1706 -"178537",55892,1102,3,1234,2282 -"178538",55892,1641,3,1234,1490 -"178539",55892,5346,3,1234,1438 -"178540",55892,5568,1,1234,1290 -"178541",55892,6234,3,1234,2654 -"178542",55892,6588,3,1234,2025 -"178543",55892,7555,3,1234,1943 -"178544",55892,9362,3,1234,2879 -"178545",55892,9423,3,1234,1708 -"178546",55892,10222,3,1234,2212 -"178547",55892,10739,3,1234,1807 -"178548",55892,10870,2,1234,1755 -"178549",55892,10964,3,1234,2043 -"178550",55892,11019,3,1234,1299 -"178551",55892,11067,3,1234,2734 -"178552",55892,12724,3,1234,1930 -"178553",55892,14072,3,1234,1346 -"178554",55892,14731,3,1234,2012 -"178555",55892,14817,3,1234,2110 -"178556",55892,14972,3,1234,2332 -"178557",55892,15207,3,1234,1855 -"178558",55892,15632,2,1234,1242 -"178559",55892,16482,3,1234,1958 -"178560",55892,17396,3,1234,1672 -"178561",55892,17812,3,1234,2705 -"178562",55892,17841,3,1234,1700 -"178563",55892,20124,3,1234,2376 -"178564",55892,20200,3,1234,2322 -"178565",55892,20321,3,1234,1596 -"178566",55892,20545,3,1234,1491 -"178567",55892,21487,3,1234,2203 -"178568",55892,24085,3,1234,1253 -"178569",55892,24195,3,1234,1575 -"178570",55892,25443,3,1234,1441 -"178571",55892,26658,3,1234,2745 -"178572",55892,27379,3,1234,2461 -"178573",55892,27686,3,1234,2844 -"178574",55892,29930,3,1234,2240 -"178575",55892,30092,3,1234,1593 -"178576",55892,30486,2,1234,1269 -"178577",55892,30981,3,1234,2366 -"178578",55892,31001,3,1234,2119 -"178579",55892,31700,3,1234,2727 -"178580",55892,32173,3,1234,2341 -"178581",55892,32678,3,1234,1439 -"178582",55892,32939,2,1234,2277 -"178583",55892,33383,3,1234,1572 -"178584",55892,34509,3,1234,1973 -"178585",55892,35264,3,1234,2329 -"178586",55892,35402,3,1234,2339 -"178587",55892,36215,3,1234,1623 -"178588",55892,36666,3,1234,1270 -"178589",55892,37026,3,1234,1428 -"178590",55892,37937,3,1234,1320 -"178591",55892,38676,3,1234,2286 -"178592",55892,39556,3,1234,2747 -"178593",55892,41278,3,1234,1873 -"178594",55892,42216,3,1234,2722 -"178595",55892,42256,3,1234,2839 -"178596",55892,45585,3,1234,2384 -"178597",55892,47595,3,1234,2374 -"178598",55892,53445,3,1234,2028 -"178599",55892,54020,3,1234,1578 -"178600",55892,56903,3,1234,1584 -"178601",55892,57804,2,1234,2214 -"178602",55892,58284,3,1234,2292 -"178603",55892,63477,3,1234,1907 -"178604",55892,64232,3,1234,1275 -"178605",55892,70433,3,1234,2639 -"178606",55892,79653,3,1234,2683 -"178607",55892,82246,3,1234,1538 -"178608",55892,82426,3,1234,1576 -"178609",55892,94520,3,1234,1243 -"178610",55956,7795,3,613,2789 -"178611",55956,63442,3,613,1965 -"178612",55956,81221,3,613,2285 -"178613",55987,455,3,396,2827 -"178614",55987,5491,3,396,2048 -"178615",55987,7078,3,396,2344 -"178616",55987,10726,1,396,841 -"178617",55987,16029,3,396,1160 -"178618",55987,18151,3,396,2962 -"178619",55987,21795,3,396,2653 -"178620",55987,34160,3,396,1759 -"178621",55987,47947,3,396,2681 -"178622",55987,49265,3,396,2686 -"178623",55987,57380,3,396,2362 -"178624",55987,93102,2,396,1174 -"178625",55997,1570,3,1414,2028 -"178626",55997,3272,3,1414,2132 -"178627",55997,3477,3,1414,2546 -"178628",55997,4622,3,1414,1589 -"178629",55997,4968,3,1414,1586 -"178630",55997,6063,3,1414,2349 -"178631",55997,7648,2,1414,1861 -"178632",55997,9273,3,1414,1747 -"178633",55997,10756,3,1414,2207 -"178634",55997,11967,3,1414,2026 -"178635",55997,12598,3,1414,2086 -"178636",55997,14442,3,1414,2700 -"178637",55997,15023,3,1414,2054 -"178638",55997,16184,3,1414,2274 -"178639",55997,17768,3,1414,2468 -"178640",55997,18217,3,1414,1566 -"178641",55997,20547,3,1414,2145 -"178642",55997,20739,3,1414,2025 -"178643",55997,24867,3,1414,1861 -"178644",55997,25053,3,1414,2186 -"178645",55997,25678,3,1414,1558 -"178646",55997,31357,2,1414,2389 -"178647",55997,33223,3,1414,2397 -"178648",55997,40542,3,1414,1664 -"178649",55997,44501,3,1414,2567 -"178650",55997,51843,3,1414,2389 -"178651",55997,51890,3,1414,1992 -"178652",55997,54385,3,1414,2340 -"178653",55997,55307,3,1414,2306 -"178654",55997,58536,3,1414,2742 -"178655",55997,59289,2,1414,2896 -"178656",55997,63104,2,1414,2149 -"178657",55997,67701,3,1414,2289 -"178658",55997,84317,3,1414,2081 -"178659",55997,84322,2,1414,1635 -"178660",56022,313,3,282,2271 -"178661",56022,499,3,282,1931 -"178662",56022,543,3,282,2203 -"178663",56022,1469,3,282,1160 -"178664",56022,1777,3,282,1965 -"178665",56022,2036,3,282,2483 -"178666",56022,2754,3,282,1360 -"178667",56022,3830,3,282,1661 -"178668",56022,5462,3,282,2374 -"178669",56022,5504,3,282,2389 -"178670",56022,9311,3,282,2477 -"178671",56022,9579,2,282,2105 -"178672",56022,10843,3,282,2277 -"178673",56022,14888,3,282,1411 -"178674",56022,15626,3,282,2434 -"178675",56022,18393,3,282,860 -"178676",56022,22874,3,282,404 -"178677",56022,24286,3,282,1280 -"178678",56022,26713,3,282,1235 -"178679",56022,27478,2,282,2485 -"178680",56022,28545,3,282,552 -"178681",56022,31799,3,282,2547 -"178682",56022,32409,3,282,857 -"178683",56022,33241,3,282,632 -"178684",56022,33356,3,282,1586 -"178685",56022,33433,2,282,2805 -"178686",56022,34443,1,282,496 -"178687",56022,34707,2,282,2042 -"178688",56022,35256,3,282,2271 -"178689",56022,36446,3,282,1175 -"178690",56022,38048,2,282,867 -"178691",56022,40136,3,282,1149 -"178692",56022,40296,1,282,1674 -"178693",56022,41747,3,282,1722 -"178694",56022,49581,3,282,1817 -"178695",56022,50946,2,282,1075 -"178696",56022,51410,3,282,2739 -"178697",56022,52136,3,282,1412 -"178698",56022,52154,2,282,1722 -"178699",56022,52937,3,282,600 -"178700",56022,53031,2,282,2065 -"178701",56022,53809,3,282,1956 -"178702",56022,55643,3,282,2359 -"178703",56022,57977,3,282,2683 -"178704",56022,59113,3,282,2434 -"178705",56022,59786,3,282,605 -"178706",56022,67456,3,282,1608 -"178707",56022,67775,3,282,1964 -"178708",56022,68098,3,282,2378 -"178709",56022,71968,3,282,629 -"178710",56022,74190,3,282,1428 -"178711",56022,74318,3,282,632 -"178712",56022,77489,3,282,1514 -"178713",56022,84897,1,282,1075 -"178714",56022,85430,3,282,2370 -"178715",56022,89958,3,282,1186 -"178716",56022,93615,3,282,2386 -"178717",56022,95155,3,282,849 -"178718",56022,97427,3,282,1060 -"178719",56022,100978,3,282,862 -"178720",56022,104239,3,282,926 -"178721",56026,14,2,908,1793 -"178722",56026,854,2,908,2307 -"178723",56026,915,3,908,1793 -"178724",56026,1175,3,908,1642 -"178725",56026,1767,3,908,2727 -"178726",56026,2269,3,908,984 -"178727",56026,2337,3,908,1697 -"178728",56026,2894,3,908,1291 -"178729",56026,3068,1,908,1815 -"178730",56026,3495,3,908,2431 -"178731",56026,3886,2,908,1669 -"178732",56026,3980,2,908,2771 -"178733",56026,4253,3,908,1890 -"178734",56026,4504,2,908,1905 -"178735",56026,4784,3,908,2511 -"178736",56026,5845,3,908,1552 -"178737",56026,6020,3,908,1864 -"178738",56026,6996,3,908,2916 -"178739",56026,9440,3,908,1006 -"178740",56026,11450,2,908,915 -"178741",56026,11625,3,908,2022 -"178742",56026,12779,3,908,936 -"178743",56026,13158,3,908,2667 -"178744",56026,14072,3,908,1346 -"178745",56026,14328,3,908,1725 -"178746",56026,15235,1,908,1045 -"178747",56026,17632,3,908,1947 -"178748",56026,17943,1,908,1943 -"178749",56026,18011,3,908,1636 -"178750",56026,19069,3,908,988 -"178751",56026,19282,2,908,1623 -"178752",56026,19317,3,908,2041 -"178753",56026,20416,3,908,2323 -"178754",56026,20732,3,908,2401 -"178755",56026,21358,3,908,1970 -"178756",56026,22025,3,908,1591 -"178757",56026,22057,2,908,974 -"178758",56026,23641,3,908,1934 -"178759",56026,23726,3,908,2434 -"178760",56026,23751,3,908,1740 -"178761",56026,24512,3,908,1369 -"178762",56026,26080,3,908,2525 -"178763",56026,26234,3,908,2183 -"178764",56026,28648,3,908,1586 -"178765",56026,29454,3,908,2719 -"178766",56026,29884,3,908,1239 -"178767",56026,30092,2,908,1593 -"178768",56026,30236,2,908,2238 -"178769",56026,30827,2,908,2323 -"178770",56026,30850,1,908,1045 -"178771",56026,32064,3,908,1739 -"178772",56026,34274,3,908,1437 -"178773",56026,35045,3,908,1646 -"178774",56026,38284,2,908,1234 -"178775",56026,38732,2,908,2263 -"178776",56026,41764,3,908,2409 -"178777",56026,41972,3,908,2509 -"178778",56026,42216,3,908,2722 -"178779",56026,43404,2,908,2649 -"178780",56026,45297,3,908,1864 -"178781",56026,45450,3,908,1590 -"178782",56026,46717,2,908,938 -"178783",56026,47248,3,908,2883 -"178784",56026,48823,2,908,2080 -"178785",56026,51017,3,908,2073 -"178786",56026,52969,3,908,2302 -"178787",56026,55084,2,908,1189 -"178788",56026,59677,3,908,1174 -"178789",56026,60179,3,908,2708 -"178790",56026,63547,3,908,1023 -"178791",56026,75028,3,908,1660 -"178792",56026,88063,1,908,1045 -"178793",56026,88070,2,908,949 -"178794",56026,91571,2,908,923 -"178795",56026,93642,3,908,1120 -"178796",56026,94520,3,908,1243 -"178797",56026,95879,2,908,1748 -"178798",56026,102133,3,908,1165 -"178799",56029,357,3,147,2327 -"178800",56029,1469,3,147,1160 -"178801",56029,2077,3,147,610 -"178802",56029,4226,3,147,1903 -"178803",56029,4366,3,147,1726 -"178804",56029,5716,3,147,1058 -"178805",56029,6366,3,147,798 -"178806",56029,8921,2,147,2403 -"178807",56029,11218,3,147,2292 -"178808",56029,14855,2,147,903 -"178809",56029,16352,3,147,2657 -"178810",56029,18348,3,147,1711 -"178811",56029,21198,3,147,935 -"178812",56029,24923,3,147,2785 -"178813",56029,26659,3,147,903 -"178814",56029,27175,3,147,1447 -"178815",56029,29073,3,147,2328 -"178816",56029,32409,3,147,857 -"178817",56029,32694,3,147,1602 -"178818",56029,32811,3,147,804 -"178819",56029,39648,3,147,230 -"178820",56029,43169,3,147,594 -"178821",56029,44521,3,147,1593 -"178822",56029,48260,3,147,875 -"178823",56029,56604,3,147,1919 -"178824",56029,58508,3,147,2326 -"178825",56029,58530,2,147,298 -"178826",56029,61719,2,147,1515 -"178827",56029,71159,3,147,855 -"178828",56029,77359,2,147,917 -"178829",56029,78256,3,147,804 -"178830",56029,80219,3,147,988 -"178831",56029,82696,3,147,1305 -"178832",56029,84743,3,147,396 -"178833",56029,92220,3,147,607 -"178834",56029,93752,2,147,1368 -"178835",56029,94650,3,147,896 -"178836",56082,270,2,2395,2542 -"178837",56082,680,3,2395,2569 -"178838",56082,1315,3,2395,2760 -"178839",56082,2424,3,2395,2582 -"178840",56082,2684,3,2395,2874 -"178841",56082,3305,3,2395,2839 -"178842",56082,3477,3,2395,2546 -"178843",56082,3493,2,2395,2451 -"178844",56082,3966,3,2395,2425 -"178845",56082,3978,3,2395,2775 -"178846",56082,4303,3,2395,2414 -"178847",56082,4701,3,2395,2401 -"178848",56082,5258,3,2395,2730 -"178849",56082,6074,3,2395,2426 -"178850",56082,6491,3,2395,2424 -"178851",56082,6914,3,2395,2668 -"178852",56082,6989,3,2395,2623 -"178853",56082,7234,2,2395,2654 -"178854",56082,8062,3,2395,2858 -"178855",56082,8762,3,2395,2585 -"178856",56082,9272,3,2395,2835 -"178857",56082,9311,3,2395,2477 -"178858",56082,9362,3,2395,2879 -"178859",56082,9624,3,2395,2398 -"178860",56082,11351,3,2395,2971 -"178861",56082,11429,3,2395,2520 -"178862",56082,11477,3,2395,2724 -"178863",56082,12759,3,2395,2414 -"178864",56082,13586,3,2395,2966 -"178865",56082,14655,3,2395,2559 -"178866",56082,14959,3,2395,2898 -"178867",56082,16352,2,2395,2657 -"178868",56082,18005,2,2395,2449 -"178869",56082,18361,2,2395,2968 -"178870",56082,18371,3,2395,2860 -"178871",56082,18543,3,2395,2968 -"178872",56082,19862,3,2395,2412 -"178873",56082,20984,3,2395,2502 -"178874",56082,21417,3,2395,2422 -"178875",56082,21682,3,2395,2414 -"178876",56082,22326,2,2395,2818 -"178877",56082,22415,3,2395,2841 -"178878",56082,23011,2,2395,2763 -"178879",56082,24096,3,2395,2612 -"178880",56082,25305,3,2395,2447 -"178881",56082,25373,3,2395,2783 -"178882",56082,26080,2,2395,2525 -"178883",56082,27275,3,2395,2656 -"178884",56082,27390,3,2395,2425 -"178885",56082,29473,3,2395,2602 -"178886",56082,29929,2,2395,2789 -"178887",56082,30173,3,2395,2404 -"178888",56082,30705,3,2395,2959 -"178889",56082,31235,3,2395,2668 -"178890",56082,31436,3,2395,2892 -"178891",56082,31705,3,2395,2706 -"178892",56082,33223,3,2395,2397 -"178893",56082,33433,3,2395,2805 -"178894",56082,33801,3,2395,2899 -"178895",56082,33949,3,2395,2489 -"178896",56082,34480,3,2395,2755 -"178897",56082,34735,3,2395,2767 -"178898",56082,35815,2,2395,2789 -"178899",56082,36087,3,2395,2755 -"178900",56082,36609,3,2395,2918 -"178901",56082,36912,3,2395,2469 -"178902",56082,36953,3,2395,2790 -"178903",56082,36962,3,2395,2861 -"178904",56082,38780,3,2395,2705 -"178905",56082,40572,3,2395,2666 -"178906",56082,41023,3,2395,2408 -"178907",56082,41972,3,2395,2509 -"178908",56082,42216,3,2395,2722 -"178909",56082,43226,3,2395,2442 -"178910",56082,43455,3,2395,2846 -"178911",56082,43518,3,2395,2680 -"178912",56082,44235,3,2395,2700 -"178913",56082,45729,2,2395,2606 -"178914",56082,46982,3,2395,2806 -"178915",56082,47445,3,2395,2668 -"178916",56082,49998,3,2395,2761 -"178917",56082,50118,3,2395,2654 -"178918",56082,50134,3,2395,2674 -"178919",56082,50585,3,2395,2414 -"178920",56082,50785,3,2395,2877 -"178921",56082,51035,3,2395,2397 -"178922",56082,51144,3,2395,2466 -"178923",56082,51783,2,2395,2599 -"178924",56082,51866,3,2395,2411 -"178925",56082,53219,3,2395,2973 -"178926",56082,53739,3,2395,2704 -"178927",56082,54929,3,2395,2783 -"178928",56082,55468,3,2395,2511 -"178929",56082,56237,2,2395,2625 -"178930",56082,59539,3,2395,2429 -"178931",56082,61982,3,2395,2725 -"178932",56082,64947,2,2395,2489 -"178933",56082,67726,2,2395,2873 -"178934",56082,69335,3,2395,2698 -"178935",56082,70046,3,2395,2624 -"178936",56082,71531,3,2395,2887 -"178937",56082,72207,1,2395,2430 -"178938",56082,73266,3,2395,2496 -"178939",56082,74636,3,2395,2525 -"178940",56082,83396,3,2395,2396 -"178941",56082,88232,3,2395,2881 -"178942",56082,99215,3,2395,2791 -"178943",56082,105685,3,2395,2469 -"178944",56094,2206,3,2343,2536 -"178945",56094,5962,3,2343,2491 -"178946",56094,9504,3,2343,2549 -"178947",56094,27320,3,2343,2378 -"178948",56094,59610,3,2343,2448 -"178949",56116,1136,3,1321,2536 -"178950",56116,2011,3,1321,2176 -"178951",56116,2407,3,1321,1725 -"178952",56116,2798,3,1321,1673 -"178953",56116,2865,3,1321,2006 -"178954",56116,4932,3,1321,2752 -"178955",56116,5346,3,1321,1438 -"178956",56116,6047,3,1321,2004 -"178957",56116,7672,3,1321,1974 -"178958",56116,8073,3,1321,1847 -"178959",56116,9724,3,1321,2713 -"178960",56116,9928,3,1321,2345 -"178961",56116,10358,3,1321,2294 -"178962",56116,13671,3,1321,1371 -"178963",56116,14032,2,1321,2144 -"178964",56116,14108,3,1321,2012 -"178965",56116,14731,3,1321,2012 -"178966",56116,15207,3,1321,1855 -"178967",56116,16866,3,1321,2718 -"178968",56116,18543,3,1321,2968 -"178969",56116,18865,3,1321,2676 -"178970",56116,22080,3,1321,2436 -"178971",56116,24256,3,1321,2393 -"178972",56116,26793,3,1321,2104 -"178973",56116,29170,3,1321,1846 -"178974",56116,29918,3,1321,1953 -"178975",56116,32919,3,1321,2321 -"178976",56116,35464,3,1321,2502 -"178977",56116,35926,3,1321,2371 -"178978",56116,36862,3,1321,2655 -"178979",56116,41607,3,1321,2802 -"178980",56116,42216,3,1321,2722 -"178981",56116,42619,3,1321,2017 -"178982",56116,45299,3,1321,2426 -"178983",56116,46621,3,1321,1343 -"178984",56116,48215,3,1321,2028 -"178985",56116,55155,3,1321,2333 -"178986",56116,56237,3,1321,2625 -"178987",56116,56854,3,1321,2022 -"178988",56116,63395,3,1321,2334 -"178989",56116,73747,3,1321,2274 -"178990",56116,74605,3,1321,2265 -"178991",56116,75403,3,1321,1895 -"178992",56116,80377,3,1321,1384 -"178993",56116,82767,3,1321,1641 -"178994",56116,92658,3,1321,2659 -"178995",56116,95288,2,1321,1602 -"178996",56116,101347,2,1321,1335 -"178997",56116,106555,1,1321,1626 -"178998",56116,108430,2,1321,1642 -"178999",56143,206,3,766,1986 -"179000",56143,675,3,766,1686 -"179001",56143,1036,3,766,1367 -"179002",56143,1050,1,766,1185 -"179003",56143,1092,3,766,1945 -"179004",56143,1136,3,766,2536 -"179005",56143,3164,3,766,2693 -"179006",56143,4226,3,766,1903 -"179007",56143,5429,3,766,1991 -"179008",56143,6030,2,766,2953 -"179009",56143,6428,3,766,1952 -"179010",56143,6491,3,766,2424 -"179011",56143,7234,3,766,2654 -"179012",56143,7798,3,766,949 -"179013",56143,7847,2,766,2424 -"179014",56143,7970,3,766,1197 -"179015",56143,9391,2,766,1252 -"179016",56143,10148,2,766,2964 -"179017",56143,10488,3,766,1524 -"179018",56143,11055,3,766,2111 -"179019",56143,12310,2,766,1337 -"179020",56143,12778,3,766,2045 -"179021",56143,15560,3,766,2257 -"179022",56143,15632,3,766,1242 -"179023",56143,15808,3,766,1521 -"179024",56143,16195,3,766,2964 -"179025",56143,17396,3,766,1672 -"179026",56143,17819,3,766,2291 -"179027",56143,18639,2,766,990 -"179028",56143,20024,3,766,1181 -"179029",56143,22165,3,766,1501 -"179030",56143,22331,3,766,2687 -"179031",56143,22566,3,766,2308 -"179032",56143,22586,3,766,1341 -"179033",56143,22885,3,766,1702 -"179034",56143,23508,3,766,1907 -"179035",56143,24789,3,766,829 -"179036",56143,25443,3,766,1441 -"179037",56143,26322,3,766,1018 -"179038",56143,28050,3,766,1955 -"179039",56143,28168,3,766,2702 -"179040",56143,28434,3,766,1141 -"179041",56143,30325,3,766,1067 -"179042",56143,30906,3,766,2537 -"179043",56143,31307,3,766,2139 -"179044",56143,33383,3,766,1572 -"179045",56143,38869,3,766,1675 -"179046",56143,40369,2,766,2735 -"179047",56143,40487,3,766,2512 -"179048",56143,42715,3,766,987 -"179049",56143,45186,2,766,835 -"179050",56143,55185,3,766,922 -"179051",56143,58035,3,766,1646 -"179052",56143,58451,3,766,1939 -"179053",56143,62488,3,766,1418 -"179054",56143,63770,3,766,1324 -"179055",56143,64031,3,766,1295 -"179056",56143,64181,3,766,1828 -"179057",56143,64997,3,766,2791 -"179058",56143,67314,3,766,1051 -"179059",56143,67788,2,766,837 -"179060",56143,68024,3,766,1531 -"179061",56143,99621,3,766,874 -"179062",56143,105975,3,766,1939 -"179063",56152,2443,3,1487,2333 -"179064",56152,3819,3,1487,1583 -"179065",56152,5392,3,1487,1648 -"179066",56152,6428,3,1487,1952 -"179067",56152,7703,3,1487,2122 -"179068",56152,7847,2,1487,2424 -"179069",56152,10370,3,1487,2224 -"179070",56152,19093,3,1487,2224 -"179071",56152,22682,3,1487,2035 -"179072",56152,22885,3,1487,1702 -"179073",56152,23312,3,1487,2449 -"179074",56152,23825,3,1487,1913 -"179075",56152,24256,3,1487,2393 -"179076",56152,29930,3,1487,2240 -"179077",56152,30697,3,1487,2891 -"179078",56152,31705,3,1487,2706 -"179079",56152,32311,1,1487,2396 -"179080",56152,52969,3,1487,2302 -"179081",56152,63515,3,1487,2023 -"179082",56152,64181,3,1487,1828 -"179083",56152,65572,3,1487,2750 -"179084",56152,66878,3,1487,1949 -"179085",56152,77155,3,1487,2946 -"179086",56152,82681,3,1487,1620 -"179087",56168,1222,2,1466,2598 -"179088",56168,1785,3,1466,2350 -"179089",56168,2272,3,1466,1640 -"179090",56168,2443,2,1466,2333 -"179091",56168,2802,2,1466,1836 -"179092",56168,3477,3,1466,2546 -"179093",56168,5414,2,1466,2321 -"179094",56168,6063,3,1466,2349 -"179095",56168,6262,2,1466,2733 -"179096",56168,6432,3,1466,2297 -"179097",56168,6755,3,1466,2818 -"179098",56168,9269,3,1466,1892 -"179099",56168,9910,3,1466,2526 -"179100",56168,9948,3,1466,2019 -"179101",56168,12116,3,1466,2119 -"179102",56168,12914,3,1466,1557 -"179103",56168,13150,3,1466,1570 -"179104",56168,15047,2,1466,1697 -"179105",56168,16067,3,1466,2727 -"179106",56168,17884,3,1466,1677 -"179107",56168,17999,3,1466,2758 -"179108",56168,18217,3,1466,1566 -"179109",56168,18466,2,1466,2340 -"179110",56168,18610,3,1466,2141 -"179111",56168,19002,3,1466,2053 -"179112",56168,19190,2,1466,2677 -"179113",56168,20604,2,1466,1684 -"179114",56168,20695,3,1466,2526 -"179115",56168,26138,3,1466,1902 -"179116",56168,26698,3,1466,1963 -"179117",56168,29824,3,1466,2772 -"179118",56168,30697,3,1466,2891 -"179119",56168,31705,3,1466,2706 -"179120",56168,32939,3,1466,2277 -"179121",56168,32966,3,1466,1583 -"179122",56168,33223,3,1466,2397 -"179123",56168,33278,3,1466,1591 -"179124",56168,36215,3,1466,1623 -"179125",56168,36662,3,1466,2967 -"179126",56168,37332,3,1466,1891 -"179127",56168,38697,3,1466,2701 -"179128",56168,40542,3,1466,1664 -"179129",56168,42280,3,1466,2266 -"179130",56168,43311,3,1466,1553 -"179131",56168,43768,3,1466,1468 -"179132",56168,45585,3,1466,2384 -"179133",56168,48931,3,1466,2444 -"179134",56168,49403,3,1466,2427 -"179135",56168,53082,3,1466,2328 -"179136",56168,53648,3,1466,2167 -"179137",56168,54061,3,1466,1488 -"179138",56168,56364,3,1466,1626 -"179139",56168,57037,3,1466,2293 -"179140",56168,57804,3,1466,2214 -"179141",56168,63525,3,1466,2741 -"179142",56168,66017,2,1466,1545 -"179143",56168,76997,2,1466,2223 -"179144",56168,77550,3,1466,1548 -"179145",56168,79793,2,1466,1915 -"179146",56168,82917,3,1466,2371 -"179147",56168,83334,2,1466,1708 -"179148",56168,94339,2,1466,2768 -"179149",56168,106330,3,1466,2559 -"179150",56168,107435,3,1466,1635 -"179151",56171,675,3,1524,1686 -"179152",56171,1136,3,1524,2536 -"179153",56171,3167,3,1524,1676 -"179154",56171,3242,3,1524,1730 -"179155",56171,4191,2,1524,2130 -"179156",56171,4618,3,1524,2607 -"179157",56171,4980,3,1524,2093 -"179158",56171,6023,3,1524,2050 -"179159",56171,7861,3,1524,1647 -"179160",56171,10799,3,1524,2010 -"179161",56171,10871,3,1524,2314 -"179162",56171,17357,3,1524,1536 -"179163",56171,19516,2,1524,2313 -"179164",56171,19568,3,1524,2302 -"179165",56171,20563,3,1524,2267 -"179166",56171,23704,3,1524,2278 -"179167",56171,25643,3,1524,1646 -"179168",56171,26436,3,1524,2489 -"179169",56171,27753,3,1524,2750 -"179170",56171,32988,3,1524,2008 -"179171",56171,34492,2,1524,1798 -"179172",56171,34509,3,1524,1973 -"179173",56171,38449,3,1524,1802 -"179174",56171,40293,3,1524,1671 -"179175",56171,45343,3,1524,2360 -"179176",56171,45715,3,1524,2287 -"179177",56171,51410,1,1524,2739 -"179178",56171,53031,3,1524,2065 -"179179",56171,58035,3,1524,1646 -"179180",56171,82767,3,1524,1641 -"179181",56212,3786,3,1410,2282 -"179182",56212,5673,3,1410,1567 -"179183",56212,6071,2,1410,2310 -"179184",56212,11135,3,1410,2441 -"179185",56212,12031,3,1410,1957 -"179186",56212,15502,3,1410,2637 -"179187",56212,17999,3,1410,2758 -"179188",56212,19687,2,1410,2072 -"179189",56212,20517,3,1410,1465 -"179190",56212,21895,3,1410,1693 -"179191",56212,22905,3,1410,2599 -"179192",56212,23639,2,1410,2065 -"179193",56212,23731,1,1410,1656 -"179194",56212,24116,1,1410,1413 -"179195",56212,25286,3,1410,1545 -"179196",56212,25886,2,1410,1580 -"179197",56212,29276,3,1410,2000 -"179198",56212,33363,3,1410,2475 -"179199",56212,34953,3,1410,1817 -"179200",56212,41051,3,1410,2767 -"179201",56212,47130,3,1410,2654 -"179202",56212,51448,3,1410,1593 -"179203",56212,56673,3,1410,2419 -"179204",56212,79236,3,1410,1505 -"179205",56212,93670,3,1410,1682 -"179206",56212,95211,3,1410,2462 -"179207",56232,270,3,1175,2542 -"179208",56232,997,3,1175,2788 -"179209",56232,998,3,1175,1795 -"179210",56232,1102,3,1175,2282 -"179211",56232,1124,3,1175,1596 -"179212",56232,1831,3,1175,2397 -"179213",56232,1875,2,1175,1786 -"179214",56232,2572,3,1175,2273 -"179215",56232,2754,3,1175,1360 -"179216",56232,3947,3,1175,2067 -"179217",56232,3966,3,1175,2425 -"179218",56232,4360,3,1175,1770 -"179219",56232,4671,3,1175,2280 -"179220",56232,5226,3,1175,1309 -"179221",56232,5350,3,1175,2522 -"179222",56232,5449,2,1175,1723 -"179223",56232,5515,3,1175,2385 -"179224",56232,5845,3,1175,1552 -"179225",56232,5971,3,1175,1985 -"179226",56232,6255,3,1175,2895 -"179227",56232,6588,3,1175,2025 -"179228",56232,7029,1,1175,2204 -"179229",56232,7406,3,1175,1906 -"179230",56232,7858,3,1175,1795 -"179231",56232,9723,3,1175,2302 -"179232",56232,10488,3,1175,1524 -"179233",56232,10870,3,1175,1755 -"179234",56232,10964,3,1175,2043 -"179235",56232,11019,3,1175,1299 -"179236",56232,11067,3,1175,2734 -"179237",56232,11103,2,1175,2393 -"179238",56232,11218,3,1175,2292 -"179239",56232,11239,2,1175,2181 -"179240",56232,11493,3,1175,2077 -"179241",56232,12371,3,1175,1569 -"179242",56232,12724,3,1175,1930 -"179243",56232,12767,3,1175,2329 -"179244",56232,12778,3,1175,2045 -"179245",56232,13307,3,1175,2206 -"179246",56232,15122,3,1175,1201 -"179247",56232,17938,3,1175,1410 -"179248",56232,18344,3,1175,2204 -"179249",56232,18394,3,1175,2356 -"179250",56232,20162,3,1175,2328 -"179251",56232,21012,3,1175,2325 -"179252",56232,23006,3,1175,1532 -"179253",56232,23526,3,1175,1998 -"179254",56232,23704,3,1175,2278 -"179255",56232,23715,3,1175,1859 -"179256",56232,24195,3,1175,1575 -"179257",56232,24256,3,1175,2393 -"179258",56232,24807,3,1175,2319 -"179259",56232,25325,3,1175,2963 -"179260",56232,25508,2,1175,2081 -"179261",56232,25971,3,1175,2608 -"179262",56232,26595,3,1175,1566 -"179263",56232,26716,3,1175,1765 -"179264",56232,27195,1,1175,2158 -"179265",56232,28432,3,1175,1954 -"179266",56232,28571,3,1175,1556 -"179267",56232,28640,1,1175,1475 -"179268",56232,29917,3,1175,1962 -"179269",56232,29930,2,1175,2240 -"179270",56232,30405,3,1175,2164 -"179271",56232,32694,3,1175,1602 -"179272",56232,34325,3,1175,1982 -"179273",56232,34492,3,1175,1798 -"179274",56232,34735,3,1175,2767 -"179275",56232,35516,2,1175,1229 -"179276",56232,36574,3,1175,2934 -"179277",56232,37301,3,1175,2160 -"179278",56232,40028,3,1175,1349 -"179279",56232,40072,3,1175,1182 -"179280",56232,42129,3,1175,2318 -"179281",56232,42216,3,1175,2722 -"179282",56232,42574,3,1175,2842 -"179283",56232,42935,3,1175,2400 -"179284",56232,43226,3,1175,2442 -"179285",56232,45302,3,1175,2390 -"179286",56232,46043,3,1175,1358 -"179287",56232,48571,3,1175,2717 -"179288",56232,49185,3,1175,1544 -"179289",56232,49677,3,1175,1222 -"179290",56232,50236,3,1175,2339 -"179291",56232,50298,3,1175,2101 -"179292",56232,51017,3,1175,2073 -"179293",56232,51035,3,1175,2397 -"179294",56232,51471,3,1175,1280 -"179295",56232,53219,2,1175,2973 -"179296",56232,54879,3,1175,2210 -"179297",56232,68960,2,1175,1312 -"179298",56232,75607,3,1175,2245 -"179299",56232,78436,3,1175,1615 -"179300",56232,86287,3,1175,1349 -"179301",56237,5239,3,2625,2875 -"179302",56237,11477,3,2625,2724 -"179303",56237,14676,3,2625,2764 -"179304",56237,16352,2,2625,2657 -"179305",56237,18361,2,2625,2968 -"179306",56237,21571,3,2625,2755 -"179307",56237,34735,3,2625,2767 -"179308",56237,36862,3,2625,2655 -"179309",56237,43455,3,2625,2846 -"179310",56237,43518,3,2625,2680 -"179311",56237,47445,3,2625,2668 -"179312",56237,61982,3,2625,2725 -"179313",56275,6824,3,2152,2680 -"179314",56275,10638,3,2152,2692 -"179315",56275,11506,3,2152,2824 -"179316",56275,18943,3,2152,2861 -"179317",56275,20007,3,2152,2971 -"179318",56275,30507,3,2152,2302 -"179319",56275,36136,3,2152,2338 -"179320",56275,46951,3,2152,2429 -"179321",56275,53013,2,2152,2523 -"179322",56316,2272,3,1435,1640 -"179323",56316,4968,3,1435,1586 -"179324",56316,6345,3,1435,2713 -"179325",56316,7499,3,1435,1803 -"179326",56316,7787,2,1435,2314 -"179327",56316,10250,2,1435,1606 -"179328",56316,15023,3,1435,2054 -"179329",56316,17480,3,1435,2316 -"179330",56316,18821,3,1435,2075 -"179331",56316,20547,3,1435,2145 -"179332",56316,20709,3,1435,1757 -"179333",56316,51843,3,1435,2389 -"179334",56316,52950,2,1435,2716 -"179335",56316,54385,3,1435,2340 -"179336",56316,67836,3,1435,2195 -"179337",56316,78477,2,1435,1613 -"179338",56316,84808,3,1435,1974 -"179339",56317,135,3,2030,2233 -"179340",56317,270,3,2030,2542 -"179341",56317,312,3,2030,2038 -"179342",56317,380,3,2030,2261 -"179343",56317,455,3,2030,2827 -"179344",56317,854,3,2030,2307 -"179345",56317,913,3,2030,2144 -"179346",56317,1102,3,2030,2282 -"179347",56317,2424,2,2030,2582 -"179348",56317,3271,3,2030,2216 -"179349",56317,3305,2,2030,2839 -"179350",56317,3966,3,2030,2425 -"179351",56317,4567,3,2030,2348 -"179352",56317,5725,3,2030,2789 -"179353",56317,6718,3,2030,2138 -"179354",56317,8762,3,2030,2585 -"179355",56317,9057,3,2030,2629 -"179356",56317,9272,3,2030,2835 -"179357",56317,9311,3,2030,2477 -"179358",56317,10513,3,2030,2284 -"179359",56317,12528,3,2030,2589 -"179360",56317,12728,3,2030,2374 -"179361",56317,14959,3,2030,2898 -"179362",56317,15813,3,2030,2143 -"179363",56317,16332,3,2030,2668 -"179364",56317,16432,2,2030,2664 -"179365",56317,17852,3,2030,2840 -"179366",56317,18394,3,2030,2356 -"179367",56317,19248,3,2030,2357 -"179368",56317,19719,2,2030,2177 -"179369",56317,20407,3,2030,2339 -"179370",56317,21012,3,2030,2325 -"179371",56317,21138,3,2030,2849 -"179372",56317,21285,2,2030,2100 -"179373",56317,21693,2,2030,2176 -"179374",56317,21929,3,2030,2062 -"179375",56317,22326,2,2030,2818 -"179376",56317,22331,3,2030,2687 -"179377",56317,22567,3,2030,2396 -"179378",56317,23132,3,2030,2756 -"179379",56317,23509,3,2030,2275 -"179380",56317,24448,3,2030,2289 -"179381",56317,25305,3,2030,2447 -"179382",56317,26451,3,2030,2133 -"179383",56317,26749,3,2030,2965 -"179384",56317,27275,2,2030,2656 -"179385",56317,27390,3,2030,2425 -"179386",56317,29073,3,2030,2328 -"179387",56317,29962,3,2030,2201 -"179388",56317,30052,2,2030,2855 -"179389",56317,30173,3,2030,2404 -"179390",56317,33801,3,2030,2899 -"179391",56317,34136,3,2030,2202 -"179392",56317,34836,3,2030,2302 -"179393",56317,36439,3,2030,2469 -"179394",56317,37285,3,2030,2428 -"179395",56317,39087,3,2030,2765 -"179396",56317,40383,3,2030,2639 -"179397",56317,43226,3,2030,2442 -"179398",56317,43455,3,2030,2846 -"179399",56317,45302,3,2030,2390 -"179400",56317,45608,3,2030,2420 -"179401",56317,46629,3,2030,2255 -"179402",56317,47772,3,2030,2293 -"179403",56317,47947,3,2030,2681 -"179404",56317,51017,3,2030,2073 -"179405",56317,51035,3,2030,2397 -"179406",56317,51041,3,2030,2606 -"179407",56317,52323,3,2030,2148 -"179408",56317,52570,3,2030,2645 -"179409",56317,52576,2,2030,2234 -"179410",56317,53323,3,2030,2677 -"179411",56317,55139,3,2030,2323 -"179412",56317,55438,3,2030,2863 -"179413",56317,55468,3,2030,2511 -"179414",56317,56082,3,2030,2395 -"179415",56317,56340,3,2030,2060 -"179416",56317,58508,2,2030,2326 -"179417",56317,58684,2,2030,2295 -"179418",56317,59700,3,2030,2346 -"179419",56317,61982,3,2030,2725 -"179420",56317,62841,3,2030,2710 -"179421",56317,65007,3,2030,2530 -"179422",56317,65016,3,2030,2749 -"179423",56317,67652,3,2030,2736 -"179424",56317,69335,3,2030,2698 -"179425",56317,70217,3,2030,2332 -"179426",56317,72207,3,2030,2430 -"179427",56317,76892,3,2030,2381 -"179428",56317,77815,3,2030,2358 -"179429",56317,78150,3,2030,2581 -"179430",56317,79322,3,2030,2770 -"179431",56317,82949,2,2030,2077 -"179432",56317,101797,3,2030,2357 -"179433",56338,2221,3,1818,2092 -"179434",56338,2759,3,1818,2030 -"179435",56338,3271,3,1818,2216 -"179436",56338,3317,3,1818,2037 -"179437",56338,4730,3,1818,2131 -"179438",56338,6824,2,1818,2680 -"179439",56338,7433,3,1818,2255 -"179440",56338,9272,3,1818,2835 -"179441",56338,9861,3,1818,2680 -"179442",56338,10495,3,1818,2230 -"179443",56338,10638,2,1818,2692 -"179444",56338,11506,2,1818,2824 -"179445",56338,18571,3,1818,2128 -"179446",56338,18943,2,1818,2861 -"179447",56338,20007,2,1818,2971 -"179448",56338,21180,3,1818,2762 -"179449",56338,21463,3,1818,2437 -"179450",56338,27783,3,1818,2302 -"179451",56338,30507,3,1818,2302 -"179452",56338,31164,2,1818,1996 -"179453",56338,32449,2,1818,2091 -"179454",56338,34162,3,1818,2336 -"179455",56338,36136,2,1818,2338 -"179456",56338,39105,3,1818,2487 -"179457",56338,41978,3,1818,2824 -"179458",56338,43226,3,1818,2442 -"179459",56338,46951,2,1818,2429 -"179460",56338,48110,3,1818,2009 -"179461",56338,53013,1,1818,2523 -"179462",56338,55604,3,1818,2342 -"179463",56338,56275,1,1818,2152 -"179464",56338,58508,3,1818,2326 -"179465",56338,59039,3,1818,2870 -"179466",56338,64947,3,1818,2489 -"179467",56338,66911,1,1818,1920 -"179468",56338,69335,3,1818,2698 -"179469",56338,76132,3,1818,2426 -"179470",56338,76675,3,1818,1840 -"179471",56340,52576,3,2060,2234 -"179472",56364,1624,3,1626,2687 -"179473",56364,2443,3,1626,2333 -"179474",56364,2927,3,1626,1789 -"179475",56364,3158,3,1626,2762 -"179476",56364,3271,3,1626,2216 -"179477",56364,3506,3,1626,2364 -"179478",56364,4698,3,1626,2481 -"179479",56364,6040,3,1626,2103 -"179480",56364,7123,3,1626,1964 -"179481",56364,9269,1,1626,1892 -"179482",56364,9272,3,1626,2835 -"179483",56364,9895,2,1626,1960 -"179484",56364,9910,2,1626,2526 -"179485",56364,9948,2,1626,2019 -"179486",56364,10146,3,1626,1878 -"179487",56364,11351,3,1626,2971 -"179488",56364,15813,3,1626,2143 -"179489",56364,16347,2,1626,1868 -"179490",56364,17499,3,1626,2954 -"179491",56364,17925,3,1626,2385 -"179492",56364,20695,1,1626,2526 -"179493",56364,24256,3,1626,2393 -"179494",56364,26374,3,1626,2133 -"179495",56364,26740,2,1626,2695 -"179496",56364,29930,3,1626,2240 -"179497",56364,30544,3,1626,2041 -"179498",56364,31705,3,1626,2706 -"179499",56364,34331,2,1626,1727 -"179500",56364,38697,2,1626,2701 -"179501",56364,42382,3,1626,2224 -"179502",56364,43226,3,1626,2442 -"179503",56364,44744,2,1626,2032 -"179504",56364,46520,3,1626,1776 -"179505",56364,46616,2,1626,1917 -"179506",56364,47607,3,1626,2724 -"179507",56364,48110,3,1626,2009 -"179508",56364,48931,3,1626,2444 -"179509",56364,51212,3,1626,1801 -"179510",56364,53082,3,1626,2328 -"179511",56364,53584,3,1626,2391 -"179512",56364,55261,3,1626,1915 -"179513",56364,58508,3,1626,2326 -"179514",56364,69335,3,1626,2698 -"179515",56364,69453,3,1626,2831 -"179516",56364,80301,3,1626,1690 -"179517",56364,83334,3,1626,1708 -"179518",56364,84591,2,1626,1685 -"179519",56364,96387,3,1626,2159 -"179520",56396,25530,1,2408,2884 -"179521",56396,60966,3,2408,2734 -"179522",56396,73266,3,2408,2496 -"179523",56397,854,3,2053,2307 -"179524",56397,13158,3,2053,2667 -"179525",56397,24756,3,2053,2530 -"179526",56397,30236,2,2053,2238 -"179527",56397,32520,3,2053,2425 -"179528",56397,38732,3,2053,2263 -"179529",56397,40262,3,2053,2291 -"179530",56397,44268,3,2053,2436 -"179531",56413,4188,3,2747,2963 -"179532",56413,15150,3,2747,2801 -"179533",56413,20011,3,2747,2826 -"179534",56431,4736,3,242,955 -"179535",56431,12610,3,242,1274 -"179536",56431,14731,2,242,2012 -"179537",56431,34588,3,242,985 -"179538",56431,43428,3,242,1299 -"179539",56431,45545,2,242,1776 -"179540",56431,58284,3,242,2292 -"179541",56431,66756,3,242,1301 -"179542",56431,66971,3,242,2299 -"179543",56431,76463,3,242,2298 -"179544",56452,82409,2,191,1881 -"179545",56460,307,3,476,2530 -"179546",56460,6996,3,476,2916 -"179547",56462,2407,3,852,1725 -"179548",56462,5785,3,852,1261 -"179549",56462,11456,3,852,2715 -"179550",56462,16866,3,852,2718 -"179551",56462,18865,3,852,2676 -"179552",56462,28130,2,852,908 -"179553",56462,28131,3,852,1492 -"179554",56462,63395,3,852,2334 -"179555",56462,79371,3,852,1624 -"179556",56462,82707,3,852,1428 -"179557",56462,89826,3,852,2033 -"179558",56462,110781,1,852,908 -"179559",56464,7229,3,2488,2669 -"179560",56464,13929,3,2488,2693 -"179561",56464,19027,3,2488,2721 -"179562",56464,36962,3,2488,2861 -"179563",56464,55691,3,2488,2856 -"179564",56466,19675,2,1432,2025 -"179565",56466,29687,1,1432,1453 -"179566",56480,868,2,51,607 -"179567",56480,2351,3,51,1868 -"179568",56480,17133,3,51,924 -"179569",56480,21883,3,51,195 -"179570",56480,42852,3,51,1316 -"179571",56480,45355,2,51,1450 -"179572",56480,49872,3,51,2019 -"179573",56480,51250,3,51,2683 -"179574",56480,97244,2,51,1316 -"179575",56480,102530,3,51,880 -"179576",56490,601,3,227,702 -"179577",56490,1315,3,227,2760 -"179578",56490,1427,3,227,324 -"179579",56490,1428,2,227,742 -"179580",56490,3139,3,227,1656 -"179581",56490,3271,3,227,2216 -"179582",56490,3961,3,227,2426 -"179583",56490,5239,3,227,2875 -"179584",56490,7196,2,227,1508 -"179585",56490,7984,3,227,2493 -"179586",56490,7992,3,227,2033 -"179587",56490,8041,3,227,632 -"179588",56490,8913,3,227,968 -"179589",56490,9272,3,227,2835 -"179590",56490,10358,3,227,2294 -"179591",56490,11477,3,227,2724 -"179592",56490,11546,3,227,1174 -"179593",56490,11576,3,227,808 -"179594",56490,12356,3,227,2757 -"179595",56490,13388,2,227,2119 -"179596",56490,13479,3,227,2155 -"179597",56490,13518,3,227,525 -"179598",56490,13967,3,227,1354 -"179599",56490,13979,3,227,1559 -"179600",56490,14325,3,227,1976 -"179601",56490,14943,2,227,1942 -"179602",56490,15401,3,227,1999 -"179603",56490,15990,2,227,593 -"179604",56490,16053,2,227,908 -"179605",56490,16625,3,227,1285 -"179606",56490,16801,2,227,2008 -"179607",56490,16826,3,227,2599 -"179608",56490,17934,3,227,1059 -"179609",56490,18563,3,227,2715 -"179610",56490,18735,3,227,1581 -"179611",56490,19637,3,227,1229 -"179612",56490,20067,3,227,2390 -"179613",56490,20311,3,227,1981 -"179614",56490,20732,2,227,2401 -"179615",56490,21571,3,227,2755 -"179616",56490,21706,3,227,1988 -"179617",56490,22011,2,227,885 -"179618",56490,23268,3,227,2258 -"179619",56490,23726,2,227,2434 -"179620",56490,23869,2,227,1918 -"179621",56490,25271,3,227,1172 -"179622",56490,25680,3,227,1618 -"179623",56490,27543,3,227,666 -"179624",56490,28130,3,227,908 -"179625",56490,28131,3,227,1492 -"179626",56490,28784,3,227,1579 -"179627",56490,29456,3,227,1182 -"179628",56490,30738,3,227,1166 -"179629",56490,30883,3,227,1629 -"179630",56490,31069,3,227,1995 -"179631",56490,32988,2,227,2008 -"179632",56490,33801,3,227,2899 -"179633",56490,34158,3,227,2639 -"179634",56490,35529,3,227,1620 -"179635",56490,36862,3,227,2655 -"179636",56490,38219,1,227,1689 -"179637",56490,39563,3,227,486 -"179638",56490,40432,3,227,1956 -"179639",56490,40645,3,227,1899 -"179640",56490,40931,3,227,2301 -"179641",56490,42505,2,227,2008 -"179642",56490,43226,3,227,2442 -"179643",56490,44819,3,227,2063 -"179644",56490,45277,3,227,1777 -"179645",56490,45959,3,227,1880 -"179646",56490,46040,3,227,2105 -"179647",56490,46803,3,227,2305 -"179648",56490,48110,3,227,2009 -"179649",56490,50382,2,227,2244 -"179650",56490,53475,3,227,2853 -"179651",56490,55139,3,227,2323 -"179652",56490,58164,3,227,2398 -"179653",56490,58508,3,227,2326 -"179654",56490,60718,3,227,1229 -"179655",56490,64786,3,227,870 -"179656",56490,65155,3,227,1947 -"179657",56490,65203,1,227,1597 -"179658",56490,65322,2,227,2008 -"179659",56490,69335,3,227,2698 -"179660",56490,70996,3,227,1037 -"179661",56490,74681,3,227,837 -"179662",56490,74730,3,227,535 -"179663",56490,76511,3,227,1250 -"179664",56490,76999,3,227,908 -"179665",56490,78150,2,227,2581 -"179666",56490,79567,3,227,1942 -"179667",56490,79815,3,227,1713 -"179668",56490,80301,3,227,1690 -"179669",56490,85794,3,227,679 -"179670",56490,85875,1,227,957 -"179671",56490,87720,3,227,2086 -"179672",56490,89511,3,227,1205 -"179673",56490,92254,3,227,517 -"179674",56490,92757,3,227,2615 -"179675",56490,96308,3,227,521 -"179676",56490,96352,2,227,1493 -"179677",56490,96621,3,227,697 -"179678",56490,97160,2,227,1215 -"179679",56490,100140,3,227,1041 -"179680",56490,100670,3,227,525 -"179681",56490,109194,3,227,494 -"179682",56490,117679,3,227,535 -"179683",56490,119991,3,227,310 -"179684",56520,854,2,571,2307 -"179685",56520,915,3,571,1793 -"179686",56520,2609,3,571,834 -"179687",56520,2894,3,571,1291 -"179688",56520,3492,3,571,2117 -"179689",56520,3495,2,571,2431 -"179690",56520,4504,2,571,1905 -"179691",56520,4790,3,571,1025 -"179692",56520,12779,3,571,936 -"179693",56520,14328,3,571,1725 -"179694",56520,17943,3,571,1943 -"179695",56520,24512,3,571,1369 -"179696",56520,26234,3,571,2183 -"179697",56520,29454,3,571,2719 -"179698",56520,30236,2,571,2238 -"179699",56520,32601,3,571,1033 -"179700",56520,35448,3,571,1685 -"179701",56520,37301,3,571,2160 -"179702",56520,38732,2,571,2263 -"179703",56520,41764,3,571,2409 -"179704",56520,56026,3,571,908 -"179705",56520,56639,3,571,643 -"179706",56520,66530,2,571,2811 -"179707",56520,90573,2,571,878 -"179708",56520,102133,3,571,1165 -"179709",56538,9787,3,2796,2858 -"179710",56569,364,3,1993,2351 -"179711",56569,1756,2,1993,2231 -"179712",56569,2979,3,1993,2912 -"179713",56569,5839,3,1993,2301 -"179714",56569,6063,3,1993,2349 -"179715",56569,9035,3,1993,2771 -"179716",56569,9503,3,1993,2453 -"179717",56569,9787,3,1993,2858 -"179718",56569,12078,3,1993,2381 -"179719",56569,12948,3,1993,2669 -"179720",56569,14749,3,1993,1998 -"179721",56569,15826,3,1993,2772 -"179722",56569,17037,3,1993,2947 -"179723",56569,19655,3,1993,2706 -"179724",56569,27742,3,1993,2700 -"179725",56569,30368,2,1993,2487 -"179726",56569,31542,2,1993,2459 -"179727",56569,36912,3,1993,2469 -"179728",56569,57402,3,1993,2454 -"179729",56569,63077,3,1993,2778 -"179730",56601,2294,3,528,1638 -"179731",56601,9351,3,528,1460 -"179732",56601,21352,3,528,1604 -"179733",56601,33341,3,528,2338 -"179734",56601,46384,3,528,2285 -"179735",56601,63263,3,528,1267 -"179736",56604,1196,3,1919,1986 -"179737",56604,3164,3,1919,2693 -"179738",56604,5350,3,1919,2522 -"179739",56604,5622,3,1919,2175 -"179740",56604,5971,3,1919,1985 -"179741",56604,6030,3,1919,2953 -"179742",56604,6047,3,1919,2004 -"179743",56604,6324,3,1919,1990 -"179744",56604,9928,3,1919,2345 -"179745",56604,10358,3,1919,2294 -"179746",56604,10717,3,1919,1938 -"179747",56604,11218,2,1919,2292 -"179748",56604,11966,3,1919,2385 -"179749",56604,12042,3,1919,2345 -"179750",56604,16096,3,1919,2301 -"179751",56604,16352,2,1919,2657 -"179752",56604,17400,3,1919,2231 -"179753",56604,18361,3,1919,2968 -"179754",56604,21571,3,1919,2755 -"179755",56604,22566,3,1919,2308 -"179756",56604,23310,3,1919,2371 -"179757",56604,26080,3,1919,2525 -"179758",56604,26818,3,1919,1999 -"179759",56604,28050,3,1919,1955 -"179760",56604,28168,3,1919,2702 -"179761",56604,32503,3,1919,2020 -"179762",56604,34735,3,1919,2767 -"179763",56604,50236,3,1919,2339 -"179764",56604,54929,3,1919,2783 -"179765",56604,56237,3,1919,2625 -"179766",56604,57977,3,1919,2683 -"179767",56604,72501,3,1919,2795 -"179768",56604,81349,2,1919,1958 -"179769",56622,2506,3,310,954 -"179770",56622,16935,3,310,441 -"179771",56622,20821,3,310,1617 -"179772",56622,21535,3,310,404 -"179773",56622,21810,2,310,1579 -"179774",56622,35133,2,310,2219 -"179775",56622,40283,3,310,1657 -"179776",56622,61585,3,310,2315 -"179777",56622,70422,3,310,1398 -"179778",56639,854,3,643,2307 -"179779",56639,919,3,643,910 -"179780",56639,1175,2,643,1642 -"179781",56639,1196,3,643,1986 -"179782",56639,1822,3,643,2888 -"179783",56639,1875,3,643,1786 -"179784",56639,2181,3,643,2030 -"179785",56639,2609,3,643,834 -"179786",56639,3068,3,643,1815 -"179787",56639,3477,2,643,2546 -"179788",56639,3492,3,643,2117 -"179789",56639,3495,2,643,2431 -"179790",56639,3886,3,643,1669 -"179791",56639,3966,3,643,2425 -"179792",56639,4504,2,643,1905 -"179793",56639,4622,3,643,1589 -"179794",56639,6063,2,643,2349 -"179795",56639,6392,3,643,1878 -"179796",56639,8993,3,643,2099 -"179797",56639,9503,3,643,2453 -"179798",56639,10143,3,643,778 -"179799",56639,11154,3,643,1594 -"179800",56639,11229,3,643,1625 -"179801",56639,11518,3,643,803 -"179802",56639,11625,3,643,2022 -"179803",56639,12735,2,643,819 -"179804",56639,12779,1,643,936 -"179805",56639,13899,2,643,2650 -"179806",56639,14332,3,643,780 -"179807",56639,14817,3,643,2110 -"179808",56639,15023,3,643,2054 -"179809",56639,15106,3,643,2286 -"179810",56639,15215,3,643,798 -"179811",56639,15235,3,643,1045 -"179812",56639,17399,3,643,884 -"179813",56639,17931,3,643,1617 -"179814",56639,18217,2,643,1566 -"179815",56639,19069,2,643,988 -"179816",56639,19317,2,643,2041 -"179817",56639,19676,3,643,1515 -"179818",56639,19835,3,643,1135 -"179819",56639,20124,3,643,2376 -"179820",56639,20162,2,643,2328 -"179821",56639,20343,2,643,851 -"179822",56639,20416,3,643,2323 -"179823",56639,20921,3,643,723 -"179824",56639,20984,3,643,2502 -"179825",56639,21164,3,643,1645 -"179826",56639,21275,3,643,2609 -"179827",56639,21684,3,643,1971 -"179828",56639,22025,3,643,1591 -"179829",56639,22057,2,643,974 -"179830",56639,22403,3,643,1630 -"179831",56639,22462,2,643,869 -"179832",56639,23572,3,643,772 -"179833",56639,24512,3,643,1369 -"179834",56639,28588,3,643,1335 -"179835",56639,29267,3,643,1234 -"179836",56639,29884,2,643,1239 -"179837",56639,30092,3,643,1593 -"179838",56639,30236,3,643,2238 -"179839",56639,30486,3,643,1269 -"179840",56639,30798,3,643,1398 -"179841",56639,30827,3,643,2323 -"179842",56639,31357,3,643,2389 -"179843",56639,32339,3,643,2430 -"179844",56639,32395,3,643,2735 -"179845",56639,33223,2,643,2397 -"179846",56639,33451,3,643,1957 -"179847",56639,33470,3,643,2003 -"179848",56639,35045,3,643,1646 -"179849",56639,35448,3,643,1685 -"179850",56639,35822,3,643,1903 -"179851",56639,36346,3,643,1240 -"179852",56639,37301,1,643,2160 -"179853",56639,38213,3,643,1744 -"179854",56639,38457,3,643,1630 -"179855",56639,38513,3,643,914 -"179856",56639,38732,3,643,2263 -"179857",56639,40542,2,643,1664 -"179858",56639,42216,3,643,2722 -"179859",56639,43077,3,643,884 -"179860",56639,44181,3,643,1034 -"179861",56639,47595,3,643,2374 -"179862",56639,49620,3,643,1868 -"179863",56639,50667,3,643,2719 -"179864",56639,51843,3,643,2389 -"179865",56639,52953,3,643,1741 -"179866",56639,54980,3,643,876 -"179867",56639,55084,3,643,1189 -"179868",56639,56873,3,643,1421 -"179869",56639,57150,3,643,1196 -"179870",56639,58164,3,643,2398 -"179871",56639,59790,3,643,1827 -"179872",56639,61242,3,643,1650 -"179873",56639,74636,3,643,2525 -"179874",56639,76143,3,643,1610 -"179875",56639,76503,3,643,1136 -"179876",56639,77077,3,643,2693 -"179877",56639,79547,3,643,1909 -"179878",56639,83218,3,643,1537 -"179879",56639,84317,3,643,2081 -"179880",56639,88739,3,643,933 -"179881",56639,105117,3,643,809 -"179882",56639,108498,3,643,974 -"179883",56673,3100,3,2419,2524 -"179884",56673,11135,3,2419,2441 -"179885",56673,15502,3,2419,2637 -"179886",56673,21180,3,2419,2762 -"179887",56673,22905,3,2419,2599 -"179888",56673,41051,2,2419,2767 -"179889",56673,42628,2,2419,2486 -"179890",56673,47330,2,2419,2422 -"179891",56673,50635,3,2419,2962 -"179892",56673,61513,3,2419,2948 -"179893",56673,76132,3,2419,2426 -"179894",56688,13780,3,2331,2412 -"179895",56688,30747,2,2331,2455 -"179896",56688,43226,3,2331,2442 -"179897",56688,50275,1,2331,2832 -"179898",56688,119208,3,2331,2646 -"179899",56726,3100,2,969,2524 -"179900",56726,11135,3,969,2441 -"179901",56726,19687,3,969,2072 -"179902",56726,21976,1,969,1808 -"179903",56726,25270,3,969,985 -"179904",56726,26567,3,969,1158 -"179905",56726,31170,3,969,1776 -"179906",56726,55436,3,969,2513 -"179907",56726,65223,2,969,2724 -"179908",56726,78460,3,969,985 -"179909",56737,6071,3,2270,2310 -"179910",56737,15088,3,2270,2906 -"179911",56737,18954,3,2270,2364 -"179912",56737,23325,3,2270,2779 -"179913",56737,29319,3,2270,2314 -"179914",56737,29824,3,2270,2772 -"179915",56737,30317,3,2270,2431 -"179916",56737,32939,3,2270,2277 -"179917",56737,38038,3,2270,2686 -"179918",56737,52483,3,2270,2317 -"179919",56737,53537,2,2270,2428 -"179920",56737,57678,3,2270,2441 -"179921",56737,64174,3,2270,2377 -"179922",56737,79036,3,2270,2524 -"179923",56754,12228,3,130,2034 -"179924",56754,43585,3,130,1066 -"179925",56754,79036,3,130,2524 -"179926",56754,84768,3,130,1291 -"179927",56755,341,3,2158,2689 -"179928",56755,841,3,2158,2964 -"179929",56755,27391,3,2158,2378 -"179930",56755,40954,3,2158,2603 -"179931",56755,43961,1,2158,2443 -"179932",56755,64967,3,2158,2872 -"179933",56792,82732,3,1926,2810 -"179934",56807,1275,3,1571,2068 -"179935",56807,1831,3,1571,2397 -"179936",56807,2484,3,1571,2389 -"179937",56807,3947,3,1571,2067 -"179938",56807,3961,3,1571,2426 -"179939",56807,4289,2,1571,1921 -"179940",56807,5912,3,1571,2257 -"179941",56807,6417,3,1571,1675 -"179942",56807,7677,3,1571,2338 -"179943",56807,8029,3,1571,1859 -"179944",56807,12692,3,1571,1855 -"179945",56807,13780,3,1571,2412 -"179946",56807,14943,3,1571,1942 -"179947",56807,16826,2,1571,2599 -"179948",56807,17997,1,1571,1621 -"179949",56807,18103,1,1571,1968 -"179950",56807,21138,3,1571,2849 -"179951",56807,21754,3,1571,1881 -"179952",56807,24240,3,1571,1755 -"179953",56807,28015,3,1571,1624 -"179954",56807,28784,3,1571,1579 -"179955",56807,31069,2,1571,1995 -"179956",56807,35529,3,1571,1620 -"179957",56807,38227,2,1571,2511 -"179958",56807,40432,2,1571,1956 -"179959",56807,46988,3,1571,2460 -"179960",56807,47386,2,1571,2226 -"179961",56807,52892,3,1571,2372 -"179962",56807,57977,3,1571,2683 -"179963",56807,70269,3,1571,2368 -"179964",56807,82301,2,1571,1621 -"179965",56807,82929,3,1571,2475 -"179966",56807,83140,1,1571,1630 -"179967",56807,102284,2,1571,2877 -"179968",56837,67024,3,789,1179 -"179969",56854,380,3,2022,2261 -"179970",56854,997,3,2022,2788 -"179971",56854,2224,3,2022,2751 -"179972",56854,5078,3,2022,2033 -"179973",56854,5457,3,2022,2077 -"179974",56854,5462,3,2022,2374 -"179975",56854,5504,3,2022,2389 -"179976",56854,5610,2,2022,2223 -"179977",56854,6491,3,2022,2424 -"179978",56854,7616,3,2022,2296 -"179979",56854,8238,3,2022,2222 -"179980",56854,9362,3,2022,2879 -"179981",56854,9615,3,2022,2464 -"179982",56854,12374,3,2022,2260 -"179983",56854,14032,3,2022,2144 -"179984",56854,15008,3,2022,2338 -"179985",56854,15729,3,2022,2338 -"179986",56854,19208,3,2022,2629 -"179987",56854,19606,3,2022,2783 -"179988",56854,20423,3,2022,2654 -"179989",56854,22682,3,2022,2035 -"179990",56854,23319,3,2022,2867 -"179991",56854,23460,3,2022,2183 -"179992",56854,24256,2,2022,2393 -"179993",56854,24753,3,2022,2860 -"179994",56854,26067,3,2022,2069 -"179995",56854,27796,3,2022,2151 -"179996",56854,29454,3,2022,2719 -"179997",56854,29930,3,2022,2240 -"179998",56854,31117,3,2022,2210 -"179999",56854,31159,3,2022,2231 -"180000",56854,31705,3,2022,2706 -"180001",56854,34836,3,2022,2302 -"180002",56854,35464,3,2022,2502 -"180003",56854,39464,2,2022,2314 -"180004",56854,41664,2,2022,2641 -"180005",56854,42783,3,2022,2338 -"180006",56854,45239,3,2022,2535 -"180007",56854,48035,3,2022,2180 -"180008",56854,49334,3,2022,2433 -"180009",56854,51157,3,2022,2319 -"180010",56854,53475,3,2022,2853 -"180011",56854,54953,3,2022,2223 -"180012",56854,55076,3,2022,2408 -"180013",56854,58284,3,2022,2292 -"180014",56854,64219,3,2022,2705 -"180015",56854,113887,3,2022,2897 -"180016",56859,5515,3,2319,2385 -"180017",56859,6062,3,2319,2681 -"180018",56859,9150,3,2319,2689 -"180019",56859,20496,1,2319,2530 -"180020",56859,25399,3,2319,2784 -"180021",56859,30705,3,2319,2959 -"180022",56859,38263,3,2319,2475 -"180023",56859,38885,3,2319,2720 -"180024",56859,42196,3,2319,2765 -"180025",56859,43756,1,2319,2881 -"180026",56859,50480,3,2319,2701 -"180027",56859,51783,3,2319,2599 -"180028",56859,62739,1,2319,2753 -"180029",56859,72088,1,2319,2728 -"180030",56862,21,3,868,1385 -"180031",56862,841,3,868,2964 -"180032",56862,1108,3,868,1600 -"180033",56862,6989,3,868,2623 -"180034",56862,7126,3,868,1261 -"180035",56862,10980,3,868,1974 -"180036",56862,14586,3,868,2801 -"180037",56862,22166,3,868,994 -"180038",56862,22704,3,868,1150 -"180039",56862,31541,3,868,1500 -"180040",56862,34892,3,868,2309 -"180041",56862,35728,3,868,2017 -"180042",56862,36953,3,868,2790 -"180043",56862,37522,3,868,1270 -"180044",56862,42331,2,868,1585 -"180045",56862,46486,3,868,1868 -"180046",56862,47810,3,868,957 -"180047",56862,47968,2,868,2829 -"180048",56862,50903,3,868,931 -"180049",56862,58015,3,868,899 -"180050",56862,63604,3,868,927 -"180051",56862,70101,2,868,2414 -"180052",56862,74058,3,868,1151 -"180053",56862,74156,2,868,2279 -"180054",56862,83301,3,868,1385 -"180055",56862,84975,3,868,1138 -"180056",56873,1822,3,1421,2888 -"180057",56873,2139,1,1421,2502 -"180058",56873,2181,3,1421,2030 -"180059",56873,3477,2,1421,2546 -"180060",56873,4622,3,1421,1589 -"180061",56873,6063,2,1421,2349 -"180062",56873,6392,3,1421,1878 -"180063",56873,8993,3,1421,2099 -"180064",56873,9503,3,1421,2453 -"180065",56873,11143,3,1421,2623 -"180066",56873,11154,3,1421,1594 -"180067",56873,11229,3,1421,1625 -"180068",56873,12653,3,1421,1573 -"180069",56873,13007,2,1421,2496 -"180070",56873,13899,3,1421,2650 -"180071",56873,14817,3,1421,2110 -"180072",56873,15023,3,1421,2054 -"180073",56873,15095,3,1421,2001 -"180074",56873,18217,2,1421,1566 -"180075",56873,19317,3,1421,2041 -"180076",56873,20124,3,1421,2376 -"180077",56873,20984,3,1421,2502 -"180078",56873,21684,3,1421,1971 -"180079",56873,22403,3,1421,1630 -"180080",56873,24264,3,1421,1760 -"180081",56873,28094,3,1421,1423 -"180082",56873,31357,3,1421,2389 -"180083",56873,31541,3,1421,1500 -"180084",56873,31652,3,1421,2047 -"180085",56873,32339,3,1421,2430 -"180086",56873,32395,1,1421,2735 -"180087",56873,33223,2,1421,2397 -"180088",56873,33451,1,1421,1957 -"180089",56873,33470,3,1421,2003 -"180090",56873,34491,2,1421,2694 -"180091",56873,35822,3,1421,1903 -"180092",56873,37301,3,1421,2160 -"180093",56873,38457,3,1421,1630 -"180094",56873,40542,2,1421,1664 -"180095",56873,40572,3,1421,2666 -"180096",56873,44730,3,1421,2468 -"180097",56873,47595,3,1421,2374 -"180098",56873,51843,3,1421,2389 -"180099",56873,52041,1,1421,2694 -"180100",56873,52554,3,1421,1683 -"180101",56873,52953,3,1421,1741 -"180102",56873,54204,2,1421,1449 -"180103",56873,59790,3,1421,1827 -"180104",56873,70586,3,1421,2562 -"180105",56873,76143,3,1421,1610 -"180106",56873,79547,3,1421,1909 -"180107",56873,84317,3,1421,2081 -"180108",56893,12356,3,2597,2757 -"180109",56893,19744,3,2597,2623 -"180110",56893,36609,3,2597,2918 -"180111",56893,42196,3,2597,2765 -"180112",56903,1355,3,1584,2473 -"180113",56903,1592,2,1584,2006 -"180114",56903,1691,3,1584,1941 -"180115",56903,2484,3,1584,2389 -"180116",56903,5258,3,1584,2730 -"180117",56903,5315,3,1584,2631 -"180118",56903,6055,2,1584,2651 -"180119",56903,6234,3,1584,2654 -"180120",56903,6252,3,1584,2336 -"180121",56903,7616,3,1584,2296 -"180122",56903,7992,3,1584,2033 -"180123",56903,8275,3,1584,2237 -"180124",56903,9184,3,1584,2670 -"180125",56903,9423,3,1584,1708 -"180126",56903,10964,3,1584,2043 -"180127",56903,11067,3,1584,2734 -"180128",56903,12692,3,1584,1855 -"180129",56903,14108,3,1584,2012 -"180130",56903,14731,3,1584,2012 -"180131",56903,14972,3,1584,2332 -"180132",56903,15207,2,1584,1855 -"180133",56903,16539,3,1584,1947 -"180134",56903,17396,3,1584,1672 -"180135",56903,17520,3,1584,2276 -"180136",56903,18543,3,1584,2968 -"180137",56903,19248,3,1584,2357 -"180138",56903,19593,2,1584,2013 -"180139",56903,19718,3,1584,1702 -"180140",56903,20407,3,1584,2339 -"180141",56903,21487,3,1584,2203 -"180142",56903,21682,3,1584,2414 -"180143",56903,24198,3,1584,2217 -"180144",56903,25565,3,1584,2764 -"180145",56903,26658,2,1584,2745 -"180146",56903,27104,3,1584,1608 -"180147",56903,30092,3,1584,1593 -"180148",56903,30981,3,1584,2366 -"180149",56903,32939,2,1584,2277 -"180150",56903,33801,3,1584,2899 -"180151",56903,34509,3,1584,1973 -"180152",56903,34648,3,1584,1596 -"180153",56903,35264,3,1584,2329 -"180154",56903,36215,3,1584,1623 -"180155",56903,36441,2,1584,2796 -"180156",56903,37509,3,1584,1640 -"180157",56903,38213,3,1584,1744 -"180158",56903,38676,3,1584,2286 -"180159",56903,38921,3,1584,1880 -"180160",56903,40756,3,1584,2329 -"180161",56903,41108,3,1584,1624 -"180162",56903,42256,3,1584,2839 -"180163",56903,42264,3,1584,1702 -"180164",56903,42799,2,1584,2729 -"180165",56903,45585,3,1584,2384 -"180166",56903,45684,3,1584,2200 -"180167",56903,45903,2,1584,2237 -"180168",56903,46635,2,1584,2528 -"180169",56903,48127,3,1584,2677 -"180170",56903,48602,3,1584,1704 -"180171",56903,48605,3,1584,2796 -"180172",56903,49301,3,1584,1894 -"180173",56903,49620,3,1584,1868 -"180174",56903,50179,3,1584,2230 -"180175",56903,50252,3,1584,2001 -"180176",56903,51157,3,1584,2319 -"180177",56903,53445,3,1584,2028 -"180178",56903,55076,3,1584,2408 -"180179",56903,57246,3,1584,1873 -"180180",56903,57804,2,1584,2214 -"180181",56903,58284,3,1584,2292 -"180182",56903,64502,3,1584,1670 -"180183",56903,74636,3,1584,2525 -"180184",56903,76356,3,1584,2323 -"180185",56903,81095,3,1584,1609 -"180186",56903,86785,3,1584,1607 -"180187",56903,88232,2,1584,2881 -"180188",56910,16866,2,2705,2718 -"180189",56910,25565,3,2705,2764 -"180190",56910,26642,3,2705,2952 -"180191",56910,29454,3,2705,2719 -"180192",56910,36270,3,2705,2910 -"180193",56910,44688,3,2705,2924 -"180194",56924,34504,3,1894,2310 -"180195",56936,2,2,1519,2796 -"180196",56936,1520,3,1519,1716 -"180197",56936,2418,3,1519,2020 -"180198",56936,3477,3,1519,2546 -"180199",56936,6063,3,1519,2349 -"180200",56936,9332,3,1519,2734 -"180201",56936,18217,3,1519,1566 -"180202",56936,19587,3,1519,1684 -"180203",56936,20220,3,1519,1656 -"180204",56936,20984,1,1519,2502 -"180205",56936,26974,3,1519,1672 -"180206",56936,28837,3,1519,2286 -"180207",56936,29473,3,1519,2602 -"180208",56936,31542,3,1519,2459 -"180209",56936,33223,3,1519,2397 -"180210",56936,37424,3,1519,1693 -"180211",56936,40542,3,1519,1664 -"180212",56936,53687,2,1519,2422 -"180213",56936,54523,2,1519,1935 -"180214",56936,54775,3,1519,2383 -"180215",56936,55296,3,1519,2413 -"180216",56947,11310,3,917,957 -"180217",56947,11424,3,917,1631 -"180218",56947,13079,3,917,2547 -"180219",56947,20894,2,917,2214 -"180220",56947,22709,3,917,2743 -"180221",56947,28432,3,917,1954 -"180222",56947,30631,3,917,951 -"180223",56947,34831,3,917,1866 -"180224",56947,45905,3,917,2785 -"180225",56947,55472,3,917,1516 -"180226",56947,73553,3,917,2726 -"180227",56947,103890,3,917,958 -"180228",56995,364,3,2323,2351 -"180229",56995,2852,3,2323,2448 -"180230",56995,4303,3,2323,2414 -"180231",56995,4612,3,2323,2804 -"180232",56995,4669,3,2323,2395 -"180233",56995,4932,3,2323,2752 -"180234",56995,5897,3,2323,2337 -"180235",56995,6989,3,2323,2623 -"180236",56995,7252,3,2323,2799 -"180237",56995,7942,3,2323,2623 -"180238",56995,9785,3,2323,2951 -"180239",56995,9787,3,2323,2858 -"180240",56995,11648,3,2323,2852 -"180241",56995,16286,3,2323,2470 -"180242",56995,18005,2,2323,2449 -"180243",56995,27742,2,2323,2700 -"180244",56995,27914,1,2323,2507 -"180245",56995,28869,2,2323,2425 -"180246",56995,34908,3,2323,2796 -"180247",56995,40035,3,2323,2742 -"180248",56995,45869,3,2323,2840 -"180249",56995,54775,3,2323,2383 -"180250",56995,58655,3,2323,2685 -"180251",56995,71531,2,2323,2887 -"180252",56995,111375,3,2323,2686 -"180253",57011,1691,3,207,1941 -"180254",57011,4932,3,207,2752 -"180255",57011,6390,3,207,2385 -"180256",57011,7014,3,207,2401 -"180257",57011,8726,2,207,2083 -"180258",57011,22586,3,207,1341 -"180259",57011,23787,3,207,2810 -"180260",57011,28081,3,207,1927 -"180261",57011,35041,3,207,1311 -"180262",57011,47585,3,207,794 -"180263",57011,51687,3,207,2333 -"180264",57011,92592,3,207,486 -"180265",57019,6602,3,895,1631 -"180266",57019,21638,2,895,1750 -"180267",57019,22722,3,895,1233 -"180268",57019,28896,3,895,1395 -"180269",57019,31700,3,895,2727 -"180270",57019,33850,3,895,931 -"180271",57019,37937,3,895,1320 -"180272",57019,42574,3,895,2842 -"180273",57019,48215,3,895,2028 -"180274",57019,61958,3,895,2042 -"180275",57019,97811,3,895,1288 -"180276",57037,916,3,2293,2718 -"180277",57037,6432,3,2293,2297 -"180278",57037,11429,3,2293,2520 -"180279",57037,17999,3,2293,2758 -"180280",57037,18479,3,2293,2967 -"180281",57037,23739,3,2293,2463 -"180282",57037,24255,3,2293,2770 -"180283",57037,27312,3,2293,2469 -"180284",57037,33755,2,2293,2963 -"180285",57037,36662,3,2293,2967 -"180286",57037,43929,3,2293,2749 -"180287",57037,82917,3,2293,2371 -"180288",57037,94339,2,2293,2768 -"180289",57037,116792,3,2293,2397 -"180290",57067,4932,3,2547,2752 -"180291",57067,7942,3,2547,2623 -"180292",57067,9785,3,2547,2951 -"180293",57067,12361,3,2547,2732 -"180294",57067,16176,3,2547,2703 -"180295",57067,19380,3,2547,2637 -"180296",57067,19655,3,2547,2706 -"180297",57067,28893,2,2547,2764 -"180298",57067,36344,3,2547,2570 -"180299",57067,59039,3,2547,2870 -"180300",57067,61337,3,2547,2777 -"180301",57067,100586,3,2547,2966 -"180302",57077,313,3,1885,2271 -"180303",57077,377,3,1885,2389 -"180304",57077,499,3,1885,1931 -"180305",57077,543,2,1885,2203 -"180306",57077,1151,3,1885,2885 -"180307",57077,1495,3,1885,2046 -"180308",57077,1616,2,1885,2662 -"180309",57077,1777,3,1885,1965 -"180310",57077,2036,3,1885,2483 -"180311",57077,2484,2,1885,2389 -"180312",57077,3161,3,1885,2229 -"180313",57077,3878,3,1885,1890 -"180314",57077,4057,3,1885,2389 -"180315",57077,4763,3,1885,1960 -"180316",57077,5078,3,1885,2033 -"180317",57077,5457,3,1885,2077 -"180318",57077,5462,2,1885,2374 -"180319",57077,5504,2,1885,2389 -"180320",57077,7323,2,1885,2858 -"180321",57077,8533,3,1885,2251 -"180322",57077,8760,3,1885,2477 -"180323",57077,10874,3,1885,1891 -"180324",57077,15184,3,1885,2396 -"180325",57077,15539,3,1885,1929 -"180326",57077,17520,3,1885,2276 -"180327",57077,19027,3,1885,2721 -"180328",57077,19248,3,1885,2357 -"180329",57077,19606,3,1885,2783 -"180330",57077,20700,3,1885,2861 -"180331",57077,25198,3,1885,1982 -"180332",57077,30119,2,1885,1961 -"180333",57077,31799,3,1885,2547 -"180334",57077,32606,3,1885,2100 -"180335",57077,35256,3,1885,2271 -"180336",57077,37570,2,1885,2389 -"180337",57077,50252,3,1885,2001 -"180338",57077,55828,3,1885,2393 -"180339",57077,57609,3,1885,2717 -"180340",57077,57977,2,1885,2683 -"180341",57077,64967,3,1885,2872 -"180342",57077,80429,3,1885,1927 -"180343",57077,85430,3,1885,2370 -"180344",57082,900,3,1418,2726 -"180345",57082,1745,3,1418,2693 -"180346",57082,2139,3,1418,2502 -"180347",57082,8062,3,1418,2858 -"180348",57082,13065,3,1418,1561 -"180349",57082,13099,3,1418,1547 -"180350",57082,13842,3,1418,2250 -"180351",57082,13920,2,1418,1709 -"180352",57082,14676,3,1418,2764 -"180353",57082,14781,3,1418,2338 -"180354",57082,22964,3,1418,1443 -"180355",57082,25373,3,1418,2783 -"180356",57082,27509,2,1418,2067 -"180357",57082,33537,3,1418,2406 -"180358",57082,35980,3,1418,2657 -"180359",57082,41250,1,1418,1703 -"180360",57082,41402,3,1418,2313 -"180361",57082,45869,3,1418,2840 -"180362",57082,47708,2,1418,2568 -"180363",57082,49414,3,1418,1667 -"180364",57082,53219,3,1418,2973 -"180365",57082,58238,1,1418,1944 -"180366",57082,66693,2,1418,2554 -"180367",57082,68155,2,1418,1577 -"180368",57082,73172,3,1418,2496 -"180369",57082,82767,3,1418,1641 -"180370",57082,83523,3,1418,1461 -"180371",57083,84779,1,517,914 -"180372",57083,86220,3,517,969 -"180373",57108,30350,3,1609,2515 -"180374",57129,267,3,1858,2631 -"180375",57129,377,3,1858,2389 -"180376",57129,543,3,1858,2203 -"180377",57129,1136,3,1858,2536 -"180378",57129,1151,2,1858,2885 -"180379",57129,1495,3,1858,2046 -"180380",57129,1616,2,1858,2662 -"180381",57129,1691,3,1858,1941 -"180382",57129,1777,3,1858,1965 -"180383",57129,2036,3,1858,2483 -"180384",57129,2166,3,1858,2557 -"180385",57129,2484,3,1858,2389 -"180386",57129,3161,3,1858,2229 -"180387",57129,3477,3,1858,2546 -"180388",57129,4057,3,1858,2389 -"180389",57129,4226,3,1858,1903 -"180390",57129,4687,2,1858,2152 -"180391",57129,5839,3,1858,2301 -"180392",57129,6063,3,1858,2349 -"180393",57129,6390,3,1858,2385 -"180394",57129,6392,2,1858,1878 -"180395",57129,6428,2,1858,1952 -"180396",57129,6491,3,1858,2424 -"180397",57129,7323,3,1858,2858 -"180398",57129,7847,2,1858,2424 -"180399",57129,8760,3,1858,2477 -"180400",57129,8762,3,1858,2585 -"180401",57129,11351,3,1858,2971 -"180402",57129,14108,3,1858,2012 -"180403",57129,14652,3,1858,2516 -"180404",57129,19606,3,1858,2783 -"180405",57129,22207,3,1858,2365 -"180406",57129,23216,2,1858,2424 -"180407",57129,25816,1,1858,2088 -"180408",57129,27628,3,1858,2389 -"180409",57129,27753,3,1858,2750 -"180410",57129,33223,3,1858,2397 -"180411",57129,35256,3,1858,2271 -"180412",57129,38727,2,1858,2238 -"180413",57129,39411,3,1858,2384 -"180414",57129,39444,3,1858,2695 -"180415",57129,40565,3,1858,2115 -"180416",57129,40931,3,1858,2301 -"180417",57129,43173,3,1858,2895 -"180418",57129,43518,3,1858,2680 -"180419",57129,44403,3,1858,2429 -"180420",57129,47803,3,1858,2477 -"180421",57129,55556,3,1858,2075 -"180422",57129,57544,3,1858,2443 -"180423",57129,60661,2,1858,2700 -"180424",57129,64997,3,1858,2791 -"180425",57150,270,3,1196,2542 -"180426",57150,1124,3,1196,1596 -"180427",57150,1315,3,1196,2760 -"180428",57150,1822,2,1196,2888 -"180429",57150,2111,3,1196,1904 -"180430",57150,2181,3,1196,2030 -"180431",57150,2195,3,1196,2139 -"180432",57150,2289,3,1196,2389 -"180433",57150,2972,3,1196,1708 -"180434",57150,3139,3,1196,1656 -"180435",57150,3477,2,1196,2546 -"180436",57150,3493,3,1196,2451 -"180437",57150,4191,3,1196,2130 -"180438",57150,4360,2,1196,1770 -"180439",57150,4622,3,1196,1589 -"180440",57150,5072,2,1196,2175 -"180441",57150,5405,3,1196,1510 -"180442",57150,5622,2,1196,2175 -"180443",57150,5785,3,1196,1261 -"180444",57150,5971,3,1196,1985 -"180445",57150,6044,3,1196,2744 -"180446",57150,6063,2,1196,2349 -"180447",57150,6392,3,1196,1878 -"180448",57150,6588,3,1196,2025 -"180449",57150,7234,2,1196,2654 -"180450",57150,7858,3,1196,1795 -"180451",57150,8993,3,1196,2099 -"180452",57150,9391,3,1196,1252 -"180453",57150,9503,3,1196,2453 -"180454",57150,10488,2,1196,1524 -"180455",57150,10857,2,1196,2253 -"180456",57150,11154,3,1196,1594 -"180457",57150,11218,3,1196,2292 -"180458",57150,11229,3,1196,1625 -"180459",57150,11477,3,1196,2724 -"180460",57150,12042,3,1196,2345 -"180461",57150,12310,2,1196,1337 -"180462",57150,12375,3,1196,1873 -"180463",57150,12388,3,1196,1975 -"180464",57150,13899,3,1196,2650 -"180465",57150,14032,3,1196,2144 -"180466",57150,14353,2,1196,2878 -"180467",57150,14482,1,1196,1573 -"180468",57150,14564,2,1196,1581 -"180469",57150,14817,3,1196,2110 -"180470",57150,15023,3,1196,2054 -"180471",57150,15402,2,1196,1281 -"180472",57150,15444,3,1196,2764 -"180473",57150,15700,3,1196,1712 -"180474",57150,16896,3,1196,2223 -"180475",57150,17027,2,1196,2772 -"180476",57150,17097,2,1196,1505 -"180477",57150,17400,2,1196,2231 -"180478",57150,18217,2,1196,1566 -"180479",57150,18394,3,1196,2356 -"180480",57150,19317,3,1196,2041 -"180481",57150,19622,3,1196,2371 -"180482",57150,20067,3,1196,2390 -"180483",57150,20124,3,1196,2376 -"180484",57150,20984,3,1196,2502 -"180485",57150,21684,3,1196,1971 -"180486",57150,21754,3,1196,1881 -"180487",57150,22403,1,1196,1630 -"180488",57150,23526,3,1196,1998 -"180489",57150,23715,3,1196,1859 -"180490",57150,23725,3,1196,2378 -"180491",57150,23729,3,1196,1624 -"180492",57150,24259,2,1196,1281 -"180493",57150,25643,2,1196,1646 -"180494",57150,26867,3,1196,1804 -"180495",57150,27104,3,1196,1608 -"180496",57150,28383,3,1196,1222 -"180497",57150,28588,3,1196,1335 -"180498",57150,29267,3,1196,1234 -"180499",57150,30405,3,1196,2164 -"180500",57150,30486,3,1196,1269 -"180501",57150,30883,3,1196,1629 -"180502",57150,31093,3,1196,2160 -"180503",57150,31243,3,1196,1355 -"180504",57150,31357,3,1196,2389 -"180505",57150,31436,3,1196,2892 -"180506",57150,32339,3,1196,2430 -"180507",57150,32395,3,1196,2735 -"180508",57150,33223,2,1196,2397 -"180509",57150,33451,3,1196,1957 -"180510",57150,33470,3,1196,2003 -"180511",57150,34158,3,1196,2639 -"180512",57150,34480,3,1196,2755 -"180513",57150,35822,3,1196,1903 -"180514",57150,35926,3,1196,2371 -"180515",57150,36346,3,1196,1240 -"180516",57150,37301,3,1196,2160 -"180517",57150,38457,2,1196,1630 -"180518",57150,39294,2,1196,1889 -"180519",57150,40028,3,1196,1349 -"180520",57150,40293,3,1196,1671 -"180521",57150,40542,2,1196,1664 -"180522",57150,40646,2,1196,1583 -"180523",57150,41108,2,1196,1624 -"180524",57150,41972,3,1196,2509 -"180525",57150,43213,2,1196,2160 -"180526",57150,43335,3,1196,1412 -"180527",57150,43479,3,1196,2178 -"180528",57150,45684,3,1196,2200 -"180529",57150,46196,2,1196,1510 -"180530",57150,46629,3,1196,2255 -"180531",57150,47595,3,1196,2374 -"180532",57150,47857,3,1196,2325 -"180533",57150,47895,3,1196,2328 -"180534",57150,48939,3,1196,1749 -"180535",57150,49414,3,1196,1667 -"180536",57150,49608,3,1196,2184 -"180537",57150,50236,3,1196,2339 -"180538",57150,51843,3,1196,2389 -"180539",57150,52136,2,1196,1412 -"180540",57150,52261,3,1196,2162 -"180541",57150,52953,3,1196,1741 -"180542",57150,53303,3,1196,1376 -"180543",57150,53604,3,1196,2489 -"180544",57150,54551,2,1196,2348 -"180545",57150,56082,2,1196,2395 -"180546",57150,56873,3,1196,1421 -"180547",57150,57760,1,1196,1721 -"180548",57150,58035,3,1196,1646 -"180549",57150,59790,3,1196,1827 -"180550",57150,65522,3,1196,1572 -"180551",57150,68652,3,1196,2878 -"180552",57150,70232,3,1196,2401 -"180553",57150,72207,2,1196,2430 -"180554",57150,75403,2,1196,1895 -"180555",57150,76048,3,1196,2373 -"180556",57150,76143,3,1196,1610 -"180557",57150,76284,3,1196,1237 -"180558",57150,76356,3,1196,2323 -"180559",57150,79547,3,1196,1909 -"180560",57150,84317,3,1196,2081 -"180561",57150,86245,3,1196,1972 -"180562",57150,87837,3,1196,1987 -"180563",57150,91901,3,1196,1236 -"180564",57150,117956,3,1196,2774 -"180565",57209,3456,3,1719,1999 -"180566",57209,8890,2,1719,1955 -"180567",57209,9772,3,1719,1789 -"180568",57209,17645,3,1719,1918 -"180569",57209,31542,3,1719,2459 -"180570",57209,32775,3,1719,2135 -"180571",57209,32778,3,1719,2310 -"180572",57209,40572,3,1719,2666 -"180573",57209,74474,3,1719,2338 -"180574",57229,798,3,179,2476 -"180575",57229,2429,3,179,999 -"180576",57229,2747,3,179,2411 -"180577",57229,2852,3,179,2448 -"180578",57229,3493,3,179,2451 -"180579",57229,4660,2,179,2149 -"180580",57229,4669,3,179,2395 -"180581",57229,5082,3,179,212 -"180582",57229,5106,2,179,2622 -"180583",57229,5826,3,179,411 -"180584",57229,6877,3,179,867 -"180585",57229,8610,3,179,2240 -"180586",57229,9785,3,179,2951 -"180587",57229,12361,3,179,2732 -"180588",57229,12781,3,179,831 -"180589",57229,13260,3,179,389 -"180590",57229,14781,3,179,2338 -"180591",57229,14959,3,179,2898 -"180592",57229,16501,3,179,1650 -"180593",57229,16864,3,179,814 -"180594",57229,17033,2,179,2771 -"180595",57229,17320,3,179,571 -"180596",57229,19655,3,179,2706 -"180597",57229,20155,3,179,1517 -"180598",57229,20395,3,179,1468 -"180599",57229,21209,3,179,2184 -"180600",57229,21383,3,179,971 -"180601",57229,23000,3,179,1815 -"180602",57229,23756,3,179,2309 -"180603",57229,23966,3,179,891 -"180604",57229,26182,3,179,2775 -"180605",57229,27686,3,179,2844 -"180606",57229,27897,3,179,1968 -"180607",57229,28203,3,179,2117 -"180608",57229,28909,3,179,978 -"180609",57229,28978,3,179,197 -"180610",57229,30057,3,179,504 -"180611",57229,31335,3,179,2351 -"180612",57229,32202,3,179,2314 -"180613",57229,35715,3,179,2912 -"180614",57229,36487,3,179,2622 -"180615",57229,36737,2,179,829 -"180616",57229,37424,3,179,1693 -"180617",57229,38513,3,179,914 -"180618",57229,39249,3,179,1665 -"180619",57229,39534,3,179,2410 -"180620",57229,40572,3,179,2666 -"180621",57229,40819,3,179,1556 -"180622",57229,44433,3,179,2224 -"180623",57229,44603,3,179,2748 -"180624",57229,46982,3,179,2806 -"180625",57229,47013,3,179,2388 -"180626",57229,51144,3,179,2466 -"180627",57229,51774,3,179,2459 -"180628",57229,62626,3,179,2787 -"180629",57229,63641,2,179,2337 -"180630",57229,64156,3,179,675 -"180631",57229,66717,2,179,2104 -"180632",57229,67266,3,179,2010 -"180633",57229,69545,2,179,673 -"180634",57229,70583,3,179,2615 -"180635",57229,72535,2,179,1191 -"180636",57229,72632,3,179,1289 -"180637",57229,78842,3,179,904 -"180638",57229,80337,3,179,394 -"180639",57229,80338,3,179,2059 -"180640",57229,85198,3,179,1794 -"180641",57229,87142,3,179,591 -"180642",57229,87958,3,179,1234 -"180643",57229,95910,3,179,999 -"180644",57229,96007,2,179,895 -"180645",57229,99298,3,179,679 -"180646",57229,99418,3,179,444 -"180647",57229,106240,3,179,705 -"180648",57229,121185,3,179,533 -"180649",57246,270,3,1873,2542 -"180650",57246,2111,3,1873,1904 -"180651",57246,2195,3,1873,2139 -"180652",57246,3164,2,1873,2693 -"180653",57246,3477,3,1873,2546 -"180654",57246,5041,3,1873,2371 -"180655",57246,5072,3,1873,2175 -"180656",57246,5622,2,1873,2175 -"180657",57246,5971,3,1873,1985 -"180658",57246,6030,2,1873,2953 -"180659",57246,6063,3,1873,2349 -"180660",57246,6588,3,1873,2025 -"180661",57246,7180,2,1873,2227 -"180662",57246,7992,3,1873,2033 -"180663",57246,10358,3,1873,2294 -"180664",57246,10857,3,1873,2253 -"180665",57246,11218,3,1873,2292 -"180666",57246,11477,3,1873,2724 -"180667",57246,11966,3,1873,2385 -"180668",57246,15301,3,1873,2308 -"180669",57246,16096,3,1873,2301 -"180670",57246,16352,3,1873,2657 -"180671",57246,17400,3,1873,2231 -"180672",57246,18361,3,1873,2968 -"180673",57246,19622,3,1873,2371 -"180674",57246,20067,3,1873,2390 -"180675",57246,20124,3,1873,2376 -"180676",57246,20284,3,1873,2530 -"180677",57246,21571,3,1873,2755 -"180678",57246,21693,3,1873,2176 -"180679",57246,22326,3,1873,2818 -"180680",57246,22566,2,1873,2308 -"180681",57246,23725,3,1873,2378 -"180682",57246,23869,3,1873,1918 -"180683",57246,25305,3,1873,2447 -"180684",57246,25971,3,1873,2608 -"180685",57246,26848,3,1873,2363 -"180686",57246,28050,2,1873,1955 -"180687",57246,28168,2,1873,2702 -"180688",57246,28296,3,1873,2944 -"180689",57246,31436,2,1873,2892 -"180690",57246,32503,3,1873,2020 -"180691",57246,33223,3,1873,2397 -"180692",57246,34735,3,1873,2767 -"180693",57246,35926,3,1873,2371 -"180694",57246,36691,3,1873,1903 -"180695",57246,36714,3,1873,2209 -"180696",57246,37859,3,1873,1999 -"180697",57246,39294,2,1873,1889 -"180698",57246,41240,3,1873,2220 -"180699",57246,42619,3,1873,2017 -"180700",57246,43213,3,1873,2160 -"180701",57246,44135,3,1873,2620 -"180702",57246,45684,1,1873,2200 -"180703",57246,46629,3,1873,2255 -"180704",57246,46803,3,1873,2305 -"180705",57246,49608,2,1873,2184 -"180706",57246,50236,3,1873,2339 -"180707",57246,54551,3,1873,2348 -"180708",57246,55076,3,1873,2408 -"180709",57246,56082,3,1873,2395 -"180710",57246,56237,3,1873,2625 -"180711",57246,56604,3,1873,1919 -"180712",57246,75403,3,1873,1895 -"180713",57246,76048,3,1873,2373 -"180714",57246,79804,3,1873,2227 -"180715",57246,82732,3,1873,2810 -"180716",57246,99215,3,1873,2791 -"180717",57303,18421,3,922,2457 -"180718",57303,61347,3,922,1684 -"180719",57303,77052,3,922,2770 -"180720",57315,5610,3,1005,2223 -"180721",57315,13808,3,1005,1356 -"180722",57315,31890,3,1005,1487 -"180723",57315,47803,2,1005,2477 -"180724",57315,51016,3,1005,1141 -"180725",57337,499,3,1443,1931 -"180726",57337,765,3,1443,2073 -"180727",57337,3460,3,1443,2530 -"180728",57337,8275,2,1443,2237 -"180729",57337,9311,3,1443,2477 -"180730",57337,10843,3,1443,2277 -"180731",57337,14422,3,1443,1548 -"180732",57337,15453,2,1443,1688 -"180733",57337,19453,3,1443,1928 -"180734",57337,20395,3,1443,1468 -"180735",57337,21448,3,1443,2332 -"180736",57337,26218,3,1443,2460 -"180737",57337,29170,3,1443,1846 -"180738",57337,33356,2,1443,1586 -"180739",57337,33433,3,1443,2805 -"180740",57337,36439,3,1443,2469 -"180741",57337,38755,2,1443,2902 -"180742",57337,40293,3,1443,1671 -"180743",57337,42642,3,1443,2257 -"180744",57337,47062,3,1443,1675 -"180745",57337,55324,3,1443,1544 -"180746",57337,55580,3,1443,1942 -"180747",57337,58133,3,1443,1484 -"180748",57337,59438,3,1443,2400 -"180749",57337,66726,3,1443,2068 -"180750",57348,457,3,687,1704 -"180751",57348,1044,3,687,880 -"180752",57348,2143,3,687,1174 -"180753",57348,2743,3,687,1278 -"180754",57348,8529,3,687,1205 -"180755",57348,12374,3,687,2260 -"180756",57348,14834,3,687,2739 -"180757",57348,15799,3,687,1917 -"180758",57348,19096,3,687,1538 -"180759",57348,19719,3,687,2177 -"180760",57348,23825,3,687,1913 -"180761",57348,26471,3,687,1061 -"180762",57348,30405,3,687,2164 -"180763",57348,34836,1,687,2302 -"180764",57348,38019,2,687,1870 -"180765",57348,38780,3,687,2705 -"180766",57348,39238,3,687,922 -"180767",57348,39865,3,687,849 -"180768",57348,40072,3,687,1182 -"180769",57348,44188,3,687,1609 -"180770",57348,49512,2,687,1302 -"180771",57348,53266,3,687,2389 -"180772",57348,53322,3,687,1200 -"180773",57348,53323,3,687,2677 -"180774",57348,57353,1,687,1849 -"180775",57348,59939,3,687,936 -"180776",57348,65007,3,687,2530 -"180777",57348,72468,2,687,2292 -"180778",57348,72598,3,687,805 -"180779",57348,88126,3,687,1027 -"180780",57348,91912,3,687,790 -"180781",57348,93994,3,687,1579 -"180782",57353,380,3,1849,2261 -"180783",57353,1102,3,1849,2282 -"180784",57353,2424,3,1849,2582 -"180785",57353,3801,3,1849,1974 -"180786",57353,5580,3,1849,2111 -"180787",57353,6074,3,1849,2426 -"180788",57353,9654,3,1849,2111 -"180789",57353,10513,3,1849,2284 -"180790",57353,12374,3,1849,2260 -"180791",57353,12449,3,1849,2067 -"180792",57353,12602,3,1849,1956 -"180793",57353,14834,3,1849,2739 -"180794",57353,15799,3,1849,1917 -"180795",57353,16332,3,1849,2668 -"180796",57353,17645,3,1849,1918 -"180797",57353,18394,3,1849,2356 -"180798",57353,19248,3,1849,2357 -"180799",57353,19719,3,1849,2177 -"180800",57353,23825,3,1849,1913 -"180801",57353,24558,3,1849,2139 -"180802",57353,26671,3,1849,2279 -"180803",57353,27694,3,1849,2030 -"180804",57353,30405,2,1849,2164 -"180805",57353,34836,1,1849,2302 -"180806",57353,36087,3,1849,2755 -"180807",57353,38019,2,1849,1870 -"180808",57353,38780,3,1849,2705 -"180809",57353,51017,3,1849,2073 -"180810",57353,51035,3,1849,2397 -"180811",57353,52576,3,1849,2234 -"180812",57353,53266,3,1849,2389 -"180813",57353,53323,2,1849,2677 -"180814",57353,53608,3,1849,1986 -"180815",57353,58451,3,1849,1939 -"180816",57353,65007,3,1849,2530 -"180817",57353,72468,2,1849,2292 -"180818",57353,80825,3,1849,2315 -"180819",57355,5239,3,1261,2875 -"180820",57355,5557,2,1261,1929 -"180821",57355,11525,3,1261,2639 -"180822",57355,13780,3,1261,2412 -"180823",57355,14626,3,1261,2175 -"180824",57355,15808,2,1261,1521 -"180825",57355,25341,3,1261,1858 -"180826",57355,25399,3,1261,2784 -"180827",57355,34158,3,1261,2639 -"180828",57355,38727,3,1261,2238 -"180829",57355,40487,3,1261,2512 -"180830",57355,63477,3,1261,1907 -"180831",57356,13879,3,2476,2748 -"180832",57356,15826,3,2476,2772 -"180833",57356,26182,3,2476,2775 -"180834",57356,59776,3,2476,2493 -"180835",57360,50667,3,2429,2719 -"180836",57380,7984,3,2362,2493 -"180837",57380,11351,3,2362,2971 -"180838",57380,31700,3,2362,2727 -"180839",57380,38602,3,2362,2693 -"180840",57380,49265,1,2362,2686 -"180841",57380,53323,3,2362,2677 -"180842",57380,88232,3,2362,2881 -"180843",57383,4194,3,1302,1641 -"180844",57383,4313,3,1302,2368 -"180845",57383,5414,3,1302,2321 -"180846",57383,7733,2,1302,1326 -"180847",57383,13150,3,1302,1570 -"180848",57383,20056,3,1302,1824 -"180849",57383,21976,3,1302,1808 -"180850",57383,31170,2,1302,1776 -"180851",57383,35414,3,1302,1959 -"180852",57383,43524,3,1302,2572 -"180853",57383,62334,3,1302,1766 -"180854",57383,73810,3,1302,1554 -"180855",57383,78262,3,1302,1326 -"180856",57383,80162,2,1302,1601 -"180857",57394,21,3,1271,1385 -"180858",57394,372,3,1271,1944 -"180859",57394,388,3,1271,1594 -"180860",57394,841,3,1271,2964 -"180861",57394,1108,3,1271,1600 -"180862",57394,1150,1,1271,1595 -"180863",57394,1520,3,1271,1716 -"180864",57394,1560,3,1271,2013 -"180865",57394,3255,3,1271,2504 -"180866",57394,4313,3,1271,2368 -"180867",57394,4698,3,1271,2481 -"180868",57394,5346,3,1271,1438 -"180869",57394,10200,2,1271,2920 -"180870",57394,11429,2,1271,2520 -"180871",57394,12818,3,1271,2015 -"180872",57394,14586,1,1271,2801 -"180873",57394,14654,2,1271,1692 -"180874",57394,14761,2,1271,2502 -"180875",57394,15444,3,1271,2764 -"180876",57394,19296,3,1271,1705 -"180877",57394,21209,3,1271,2184 -"180878",57394,21248,3,1271,2232 -"180879",57394,23015,3,1271,1362 -"180880",57394,24086,3,1271,2663 -"180881",57394,29704,3,1271,2294 -"180882",57394,30262,3,1271,1715 -"180883",57394,31541,2,1271,1500 -"180884",57394,34491,2,1271,2694 -"180885",57394,36450,3,1271,1591 -"180886",57394,37342,2,1271,2649 -"180887",57394,37752,3,1271,2223 -"180888",57394,39522,3,1271,1428 -"180889",57394,39534,3,1271,2410 -"180890",57394,39875,3,1271,2422 -"180891",57394,40392,3,1271,1878 -"180892",57394,42331,3,1271,1585 -"180893",57394,49347,3,1271,2504 -"180894",57394,50430,2,1271,1689 -"180895",57394,52041,3,1271,2694 -"180896",57394,55487,3,1271,1500 -"180897",57394,58086,3,1271,1667 -"180898",57394,68876,3,1271,1397 -"180899",57394,69232,3,1271,2130 -"180900",57394,79013,3,1271,1441 -"180901",57394,82226,3,1271,1619 -"180902",57394,88171,3,1271,1488 -"180903",57405,55468,3,2344,2511 -"180904",57405,57380,3,2344,2362 -"180905",57414,270,3,922,2542 -"180906",57414,312,3,922,2038 -"180907",57414,360,3,922,1671 -"180908",57414,449,3,922,1950 -"180909",57414,470,3,922,2285 -"180910",57414,1124,3,922,1596 -"180911",57414,1127,3,922,1188 -"180912",57414,1175,2,922,1642 -"180913",57414,1226,3,922,2353 -"180914",57414,1315,3,922,2760 -"180915",57414,1495,3,922,2046 -"180916",57414,1691,3,922,1941 -"180917",57414,2111,3,922,1904 -"180918",57414,2195,2,922,2139 -"180919",57414,2269,3,922,984 -"180920",57414,2289,3,922,2389 -"180921",57414,2384,3,922,1057 -"180922",57414,2424,2,922,2582 -"180923",57414,2533,2,922,2016 -"180924",57414,2572,3,922,2273 -"180925",57414,2766,3,922,1920 -"180926",57414,3139,3,922,1656 -"180927",57414,3305,3,922,2839 -"180928",57414,3306,3,922,1989 -"180929",57414,3493,3,922,2451 -"180930",57414,3886,3,922,1669 -"180931",57414,3966,2,922,2425 -"180932",57414,4191,3,922,2130 -"180933",57414,4360,2,922,1770 -"180934",57414,4763,3,922,1960 -"180935",57414,5072,2,922,2175 -"180936",57414,5226,3,922,1309 -"180937",57414,5405,2,922,1510 -"180938",57414,5622,1,922,2175 -"180939",57414,5716,3,922,1058 -"180940",57414,5971,3,922,1985 -"180941",57414,5984,3,922,1675 -"180942",57414,5986,3,922,1721 -"180943",57414,6047,3,922,2004 -"180944",57414,6363,3,922,2066 -"180945",57414,6390,3,922,2385 -"180946",57414,6417,3,922,1675 -"180947",57414,6588,3,922,2025 -"180948",57414,7180,2,922,2227 -"180949",57414,7196,3,922,1508 -"180950",57414,7234,2,922,2654 -"180951",57414,7858,3,922,1795 -"180952",57414,7984,3,922,2493 -"180953",57414,9364,2,922,1698 -"180954",57414,9391,3,922,1252 -"180955",57414,9928,3,922,2345 -"180956",57414,10488,2,922,1524 -"180957",57414,10513,3,922,2284 -"180958",57414,10523,3,922,1510 -"180959",57414,10857,2,922,2253 -"180960",57414,10874,2,922,1891 -"180961",57414,11006,3,922,1950 -"180962",57414,11218,2,922,2292 -"180963",57414,11229,3,922,1625 -"180964",57414,11477,2,922,2724 -"180965",57414,11966,3,922,2385 -"180966",57414,12042,3,922,2345 -"180967",57414,12310,2,922,1337 -"180968",57414,12375,1,922,1873 -"180969",57414,13307,3,922,2206 -"180970",57414,14032,3,922,2144 -"180971",57414,14482,3,922,1573 -"180972",57414,14507,3,922,2686 -"180973",57414,15122,3,922,1201 -"180974",57414,15184,3,922,2396 -"180975",57414,15301,3,922,2308 -"180976",57414,15402,2,922,1281 -"180977",57414,15700,3,922,1712 -"180978",57414,15813,3,922,2143 -"180979",57414,16201,3,922,1811 -"180980",57414,16332,3,922,2668 -"180981",57414,16352,3,922,2657 -"180982",57414,16863,3,922,2069 -"180983",57414,16940,3,922,1290 -"180984",57414,17400,2,922,2231 -"180985",57414,17931,2,922,1617 -"180986",57414,18394,3,922,2356 -"180987",57414,19027,3,922,2721 -"180988",57414,19248,3,922,2357 -"180989",57414,19622,2,922,2371 -"180990",57414,19719,3,922,2177 -"180991",57414,19835,3,922,1135 -"180992",57414,20124,3,922,2376 -"180993",57414,20975,3,922,1305 -"180994",57414,21164,3,922,1645 -"180995",57414,21197,3,922,1437 -"180996",57414,21198,3,922,935 -"180997",57414,21285,3,922,2100 -"180998",57414,21571,3,922,2755 -"180999",57414,22403,3,922,1630 -"181000",57414,23159,3,922,1548 -"181001",57414,23450,3,922,967 -"181002",57414,23492,1,922,1067 -"181003",57414,23526,3,922,1998 -"181004",57414,23715,3,922,1859 -"181005",57414,23725,2,922,2378 -"181006",57414,23729,3,922,1624 -"181007",57414,24259,2,922,1281 -"181008",57414,24648,3,922,1833 -"181009",57414,24825,3,922,2686 -"181010",57414,25325,3,922,2963 -"181011",57414,25577,3,922,1946 -"181012",57414,25643,2,922,1646 -"181013",57414,26080,3,922,2525 -"181014",57414,26818,3,922,1999 -"181015",57414,26867,3,922,1804 -"181016",57414,27694,3,922,2030 -"181017",57414,28015,3,922,1624 -"181018",57414,28190,3,922,1634 -"181019",57414,28383,3,922,1222 -"181020",57414,29917,3,922,1962 -"181021",57414,30165,2,922,1409 -"181022",57414,30325,1,922,1067 -"181023",57414,30405,3,922,2164 -"181024",57414,31050,3,922,1491 -"181025",57414,31093,2,922,2160 -"181026",57414,31436,2,922,2892 -"181027",57414,32131,3,922,1035 -"181028",57414,32567,3,922,2784 -"181029",57414,34480,3,922,2755 -"181030",57414,34735,3,922,2767 -"181031",57414,35673,2,922,1067 -"181032",57414,35752,3,922,1158 -"181033",57414,35926,3,922,2371 -"181034",57414,36714,3,922,2209 -"181035",57414,37108,3,922,1202 -"181036",57414,37859,3,922,1999 -"181037",57414,38019,3,922,1870 -"181038",57414,39294,2,922,1889 -"181039",57414,39906,3,922,2365 -"181040",57414,40028,3,922,1349 -"181041",57414,40293,3,922,1671 -"181042",57414,41240,3,922,2220 -"181043",57414,41625,3,922,1794 -"181044",57414,42619,3,922,2017 -"181045",57414,43213,2,922,2160 -"181046",57414,43335,3,922,1412 -"181047",57414,43385,3,922,1623 -"181048",57414,43455,3,922,2846 -"181049",57414,44188,3,922,1609 -"181050",57414,44636,3,922,1026 -"181051",57414,45684,1,922,2200 -"181052",57414,46039,3,922,1794 -"181053",57414,46196,2,922,1510 -"181054",57414,46629,2,922,2255 -"181055",57414,46883,3,922,1671 -"181056",57414,47098,3,922,2057 -"181057",57414,47772,3,922,2293 -"181058",57414,47857,3,922,2325 -"181059",57414,49608,2,922,2184 -"181060",57414,50236,3,922,2339 -"181061",57414,50785,3,922,2877 -"181062",57414,51022,3,922,1499 -"181063",57414,51041,3,922,2606 -"181064",57414,51471,3,922,1280 -"181065",57414,52136,2,922,1412 -"181066",57414,52345,3,922,1430 -"181067",57414,52576,3,922,2234 -"181068",57414,52789,3,922,1791 -"181069",57414,53134,3,922,1590 -"181070",57414,53303,3,922,1376 -"181071",57414,54551,2,922,2348 -"181072",57414,54929,3,922,2783 -"181073",57414,56082,2,922,2395 -"181074",57414,57150,2,922,1196 -"181075",57414,57246,2,922,1873 -"181076",57414,57714,3,922,1391 -"181077",57414,57760,3,922,1721 -"181078",57414,58035,3,922,1646 -"181079",57414,58078,3,922,1252 -"181080",57414,59939,3,922,936 -"181081",57414,60116,3,922,2668 -"181082",57414,61982,3,922,2725 -"181083",57414,67383,3,922,1739 -"181084",57414,68215,3,922,2727 -"181085",57414,71342,3,922,1289 -"181086",57414,72207,2,922,2430 -"181087",57414,72326,3,922,2384 -"181088",57414,72956,3,922,1251 -"181089",57414,75403,2,922,1895 -"181090",57414,76048,2,922,2373 -"181091",57414,76284,1,922,1237 -"181092",57414,76892,3,922,2381 -"181093",57414,79322,3,922,2770 -"181094",57414,79403,2,922,977 -"181095",57414,82949,3,922,2077 -"181096",57414,83491,3,922,1200 -"181097",57414,86245,3,922,1972 -"181098",57414,86799,3,922,1951 -"181099",57414,87048,3,922,989 -"181100",57414,87837,3,922,1987 -"181101",57414,98781,2,922,1410 -"181102",57414,99215,3,922,2791 -"181103",57414,109718,3,922,1237 -"181104",57414,111971,3,922,1032 -"181105",57425,17541,2,120,637 -"181106",57450,24264,3,1286,1760 -"181107",57462,600,3,292,1702 -"181108",57462,1567,2,292,513 -"181109",57462,7847,3,292,2424 -"181110",57462,10370,1,292,2224 -"181111",57462,11912,3,292,889 -"181112",57462,12122,3,292,1385 -"181113",57462,19093,2,292,2224 -"181114",57462,27377,2,292,1724 -"181115",57462,34314,3,292,630 -"181116",57462,41739,3,292,1339 -"181117",57462,44089,2,292,1632 -"181118",57462,48754,3,292,1972 -"181119",57462,64181,3,292,1828 -"181120",57462,65625,3,292,1273 -"181121",57462,66413,3,292,2507 -"181122",57462,70046,3,292,2624 -"181123",57462,105063,3,292,1908 -"181124",57529,1616,3,2462,2662 -"181125",57529,6030,3,2462,2953 -"181126",57529,7323,3,2462,2858 -"181127",57529,8760,2,2462,2477 -"181128",57529,11456,2,2462,2715 -"181129",57529,12866,3,2462,2910 -"181130",57529,29004,1,2462,2596 -"181131",57529,42196,3,2462,2765 -"181132",57532,17549,3,2617,2647 -"181133",57532,44688,3,2617,2924 -"181134",57544,1136,3,2443,2536 -"181135",57544,2954,3,2443,2727 -"181136",57544,5326,2,2443,2652 -"181137",57544,9362,3,2443,2879 -"181138",57544,14652,3,2443,2516 -"181139",57544,27275,3,2443,2656 -"181140",57544,31235,1,2443,2668 -"181141",57544,38780,3,2443,2705 -"181142",57544,40369,2,2443,2735 -"181143",57544,43173,3,2443,2895 -"181144",57544,43518,3,2443,2680 -"181145",57544,47445,2,2443,2668 -"181146",57544,60661,3,2443,2700 -"181147",57544,64997,2,2443,2791 -"181148",57549,2424,3,2335,2582 -"181149",57549,4618,3,2335,2607 -"181150",57549,5725,3,2335,2789 -"181151",57549,6192,3,2335,2409 -"181152",57549,6208,2,2335,2361 -"181153",57549,6996,2,2335,2916 -"181154",57549,7847,3,2335,2424 -"181155",57549,7984,3,2335,2493 -"181156",57549,9893,3,2335,2701 -"181157",57549,11477,3,2335,2724 -"181158",57549,14915,3,2335,2606 -"181159",57549,16725,2,2335,2830 -"181160",57549,16954,3,2335,2972 -"181161",57549,17033,3,2335,2771 -"181162",57549,19248,3,2335,2357 -"181163",57549,21193,3,2335,2490 -"181164",57549,21920,3,2335,2367 -"181165",57549,28635,3,2335,2368 -"181166",57549,30052,3,2335,2855 -"181167",57549,35738,2,2335,2448 -"181168",57549,42574,3,2335,2842 -"181169",57549,48605,3,2335,2796 -"181170",57549,53293,2,2335,2916 -"181171",57549,60289,3,2335,2729 -"181172",57549,64997,3,2335,2791 -"181173",57549,71518,3,2335,2805 -"181174",57549,76892,3,2335,2381 -"181175",57549,99215,3,2335,2791 -"181176",57565,1777,3,1577,1965 -"181177",57565,2765,3,1577,2321 -"181178",57565,3830,3,1577,1661 -"181179",57565,5078,3,1577,2033 -"181180",57565,5457,3,1577,2077 -"181181",57565,5462,3,1577,2374 -"181182",57565,5504,3,1577,2389 -"181183",57565,5621,3,1577,1860 -"181184",57565,9030,3,1577,1979 -"181185",57565,12388,3,1577,1975 -"181186",57565,13732,3,1577,2789 -"181187",57565,14652,3,1577,2516 -"181188",57565,15500,1,1577,1658 -"181189",57565,17826,2,1577,2920 -"181190",57565,18151,3,1577,2962 -"181191",57565,18458,2,1577,2477 -"181192",57565,20423,3,1577,2654 -"181193",57565,20659,1,1577,1969 -"181194",57565,21092,3,1577,1643 -"181195",57565,21225,2,1577,1945 -"181196",57565,26106,1,1577,2015 -"181197",57565,26793,3,1577,2104 -"181198",57565,26865,3,1577,2726 -"181199",57565,29224,3,1577,2011 -"181200",57565,30081,3,1577,2403 -"181201",57565,32761,3,1577,2680 -"181202",57565,37677,2,1577,1908 -"181203",57565,38908,3,1577,1787 -"181204",57565,39827,3,1577,2321 -"181205",57565,41278,3,1577,1873 -"181206",57565,43839,3,1577,1685 -"181207",57565,44235,3,1577,2700 -"181208",57565,49032,3,1577,2469 -"181209",57565,49461,3,1577,2793 -"181210",57565,49666,3,1577,2408 -"181211",57565,57781,3,1577,1971 -"181212",57565,67264,3,1577,2790 -"181213",57565,71702,3,1577,2353 -"181214",57609,64967,3,2717,2872 -"181215",57645,14425,3,270,1036 -"181216",57645,57067,3,270,2547 -"181217",57646,358,3,171,798 -"181218",57646,3011,3,171,2278 -"181219",57646,3711,3,171,2360 -"181220",57646,3716,3,171,1679 -"181221",57646,4701,3,171,2401 -"181222",57646,4791,3,171,1184 -"181223",57646,5714,3,171,534 -"181224",57646,6162,3,171,1673 -"181225",57646,6602,3,171,1631 -"181226",57646,6982,3,171,2034 -"181227",57646,7548,3,171,1932 -"181228",57646,7627,3,171,1543 -"181229",57646,9311,2,171,2477 -"181230",57646,10843,2,171,2277 -"181231",57646,12818,3,171,2015 -"181232",57646,13249,3,171,2573 -"181233",57646,14723,3,171,2019 -"181234",57646,15626,2,171,2434 -"181235",57646,18393,2,171,860 -"181236",57646,19453,3,171,1928 -"181237",57646,19637,3,171,1229 -"181238",57646,20070,3,171,1914 -"181239",57646,20271,1,171,2044 -"181240",57646,20494,3,171,1075 -"181241",57646,21448,3,171,2332 -"181242",57646,22311,3,171,2034 -"181243",57646,22455,3,171,1197 -"181244",57646,24286,2,171,1280 -"181245",57646,24405,3,171,1443 -"181246",57646,26408,3,171,1545 -"181247",57646,27261,3,171,1368 -"181248",57646,30906,3,171,2537 -"181249",57646,33241,2,171,632 -"181250",57646,33356,2,171,1586 -"181251",57646,33433,1,171,2805 -"181252",57646,34443,2,171,496 -"181253",57646,34707,3,171,2042 -"181254",57646,38755,3,171,2902 -"181255",57646,40049,2,171,1226 -"181256",57646,40296,3,171,1674 -"181257",57646,44306,3,171,1036 -"181258",57646,47329,3,171,231 -"181259",57646,48215,3,171,2028 -"181260",57646,49121,3,171,2199 -"181261",57646,49581,2,171,1817 -"181262",57646,49696,3,171,2444 -"181263",57646,50269,3,171,1966 -"181264",57646,50382,3,171,2244 -"181265",57646,50946,2,171,1075 -"181266",57646,51853,3,171,2520 -"181267",57646,52136,3,171,1412 -"181268",57646,53342,3,171,2071 -"181269",57646,54879,3,171,2210 -"181270",57646,55256,3,171,2379 -"181271",57646,55643,2,171,2359 -"181272",57646,56022,3,171,282 -"181273",57646,59113,2,171,2434 -"181274",57646,59786,1,171,605 -"181275",57646,59937,3,171,885 -"181276",57646,61995,3,171,823 -"181277",57646,62903,3,171,1704 -"181278",57646,67456,3,171,1608 -"181279",57646,70681,3,171,866 -"181280",57646,72033,2,171,1740 -"181281",57646,74190,3,171,1428 -"181282",57646,74318,3,171,632 -"181283",57646,78932,3,171,981 -"181284",57646,84897,3,171,1075 -"181285",57646,94002,3,171,399 -"181286",57646,95155,3,171,849 -"181287",57646,104239,3,171,926 -"181288",57657,25440,3,2735,2749 -"181289",57657,70203,3,2735,2756 -"181290",57691,2484,3,1232,2389 -"181291",57691,16587,3,1232,2065 -"181292",57691,17520,3,1232,2276 -"181293",57691,18554,3,1232,2065 -"181294",57691,37873,2,1232,1288 -"181295",57691,38921,3,1232,1880 -"181296",57691,39278,3,1232,1952 -"181297",57691,42264,3,1232,1702 -"181298",57691,47362,3,1232,2253 -"181299",57691,50252,3,1232,2001 -"181300",57691,51157,3,1232,2319 -"181301",57691,52566,3,1232,2318 -"181302",57691,77424,3,1232,1489 -"181303",57704,56688,3,2076,2331 -"181304",57710,270,2,411,2542 -"181305",57710,313,3,411,2271 -"181306",57710,377,2,411,2389 -"181307",57710,380,3,411,2261 -"181308",57710,499,3,411,1931 -"181309",57710,543,2,411,2203 -"181310",57710,782,3,411,945 -"181311",57710,1102,3,411,2282 -"181312",57710,1124,2,411,1596 -"181313",57710,1151,2,411,2885 -"181314",57710,1616,3,411,2662 -"181315",57710,1691,3,411,1941 -"181316",57710,1777,2,411,1965 -"181317",57710,1938,3,411,997 -"181318",57710,2036,3,411,2483 -"181319",57710,2111,3,411,1904 -"181320",57710,2424,3,411,2582 -"181321",57710,2484,2,411,2389 -"181322",57710,2754,3,411,1360 -"181323",57710,3088,3,411,1670 -"181324",57710,3161,3,411,2229 -"181325",57710,3305,3,411,2839 -"181326",57710,3830,3,411,1661 -"181327",57710,3878,3,411,1890 -"181328",57710,4057,2,411,2389 -"181329",57710,4360,3,411,1770 -"181330",57710,5078,3,411,2033 -"181331",57710,5235,3,411,2324 -"181332",57710,5457,2,411,2077 -"181333",57710,5462,3,411,2374 -"181334",57710,5504,3,411,2389 -"181335",57710,5971,3,411,1985 -"181336",57710,5986,3,411,1721 -"181337",57710,6031,3,411,1611 -"181338",57710,6047,3,411,2004 -"181339",57710,6588,3,411,2025 -"181340",57710,7323,2,411,2858 -"181341",57710,8490,3,411,564 -"181342",57710,8537,3,411,472 -"181343",57710,8760,3,411,2477 -"181344",57710,8866,3,411,1545 -"181345",57710,9362,3,411,2879 -"181346",57710,9654,3,411,2111 -"181347",57710,10488,2,411,1524 -"181348",57710,10717,3,411,1938 -"181349",57710,11218,3,411,2292 -"181350",57710,11817,3,411,600 -"181351",57710,12729,2,411,1835 -"181352",57710,13307,2,411,2206 -"181353",57710,14655,3,411,2559 -"181354",57710,14656,3,411,584 -"181355",57710,15008,3,411,2338 -"181356",57710,15402,3,411,1281 -"181357",57710,15700,3,411,1712 -"181358",57710,15729,3,411,2338 -"181359",57710,17520,3,411,2276 -"181360",57710,17722,2,411,976 -"181361",57710,17867,3,411,1904 -"181362",57710,18152,3,411,1314 -"181363",57710,18394,2,411,2356 -"181364",57710,19173,2,411,1686 -"181365",57710,19606,2,411,2783 -"181366",57710,20407,2,411,2339 -"181367",57710,20700,3,411,2861 -"181368",57710,21012,3,411,2325 -"181369",57710,22006,3,411,1202 -"181370",57710,22415,3,411,2841 -"181371",57710,22749,2,411,1727 -"181372",57710,22785,3,411,1733 -"181373",57710,23011,3,411,2763 -"181374",57710,23430,3,411,904 -"181375",57710,23492,3,411,1067 -"181376",57710,23526,3,411,1998 -"181377",57710,23715,3,411,1859 -"181378",57710,23725,3,411,2378 -"181379",57710,24066,3,411,1755 -"181380",57710,24794,3,411,925 -"181381",57710,26080,3,411,2525 -"181382",57710,26867,3,411,1804 -"181383",57710,27112,3,411,500 -"181384",57710,27261,3,411,1368 -"181385",57710,27297,2,411,1382 -"181386",57710,27478,3,411,2485 -"181387",57710,28383,3,411,1222 -"181388",57710,30325,3,411,1067 -"181389",57710,30405,3,411,2164 -"181390",57710,30410,2,411,1966 -"181391",57710,31705,2,411,2706 -"181392",57710,31799,3,411,2547 -"181393",57710,32131,3,411,1035 -"181394",57710,33040,2,411,2106 -"181395",57710,33285,3,411,1327 -"181396",57710,35256,2,411,2271 -"181397",57710,35673,2,411,1067 -"181398",57710,36087,3,411,2755 -"181399",57710,36439,3,411,2469 -"181400",57710,37376,2,411,432 -"181401",57710,37570,2,411,2389 -"181402",57710,38048,3,411,867 -"181403",57710,38780,3,411,2705 -"181404",57710,38921,3,411,1880 -"181405",57710,39548,3,411,2389 -"181406",57710,40028,3,411,1349 -"181407",57710,40072,3,411,1182 -"181408",57710,41278,3,411,1873 -"181409",57710,41747,3,411,1722 -"181410",57710,41972,3,411,2509 -"181411",57710,42264,3,411,1702 -"181412",57710,43213,3,411,2160 -"181413",57710,43455,3,411,2846 -"181414",57710,43518,3,411,2680 -"181415",57710,44420,3,411,2184 -"181416",57710,44759,3,411,2419 -"181417",57710,45684,3,411,2200 -"181418",57710,46196,3,411,1510 -"181419",57710,46629,3,411,2255 -"181420",57710,46680,3,411,1690 -"181421",57710,48035,3,411,2180 -"181422",57710,48215,3,411,2028 -"181423",57710,50236,3,411,2339 -"181424",57710,50252,3,411,2001 -"181425",57710,51460,2,411,1872 -"181426",57710,51647,1,411,1382 -"181427",57710,52136,3,411,1412 -"181428",57710,52327,3,411,1472 -"181429",57710,53031,3,411,2065 -"181430",57710,53303,3,411,1376 -"181431",57710,54551,3,411,2348 -"181432",57710,55320,3,411,1643 -"181433",57710,56082,2,411,2395 -"181434",57710,57950,3,411,1529 -"181435",57710,58233,3,411,1665 -"181436",57710,59939,3,411,936 -"181437",57710,61982,3,411,2725 -"181438",57710,62852,3,411,2067 -"181439",57710,67726,3,411,2873 -"181440",57710,67763,3,411,822 -"181441",57710,69498,3,411,931 -"181442",57710,70838,3,411,687 -"181443",57710,71971,3,411,1294 -"181444",57710,72207,3,411,2430 -"181445",57710,75403,3,411,1895 -"181446",57710,76127,3,411,910 -"181447",57710,76666,3,411,1908 -"181448",57710,77550,3,411,1548 -"181449",57710,78163,3,411,1366 -"181450",57710,82730,3,411,1492 -"181451",57710,82949,3,411,2077 -"181452",57710,83907,3,411,2056 -"181453",57710,85430,3,411,2370 -"181454",57710,89958,3,411,1186 -"181455",57710,91912,3,411,790 -"181456",57710,109663,3,411,545 -"181457",57714,270,3,1391,2542 -"181458",57714,377,3,1391,2389 -"181459",57714,449,3,1391,1950 -"181460",57714,455,3,1391,2827 -"181461",57714,468,3,1391,1966 -"181462",57714,470,3,1391,2285 -"181463",57714,600,3,1391,1702 -"181464",57714,1090,3,1391,2370 -"181465",57714,1321,3,1391,2075 -"181466",57714,2195,3,1391,2139 -"181467",57714,2322,3,1391,1645 -"181468",57714,2424,2,1391,2582 -"181469",57714,2533,3,1391,2016 -"181470",57714,3164,2,1391,2693 -"181471",57714,3305,3,1391,2839 -"181472",57714,4253,3,1391,1890 -"181473",57714,4504,3,1391,1905 -"181474",57714,4889,3,1391,1501 -"181475",57714,4932,3,1391,2752 -"181476",57714,5315,2,1391,2631 -"181477",57714,5622,3,1391,2175 -"181478",57714,5971,3,1391,1985 -"181479",57714,5984,3,1391,1675 -"181480",57714,5986,3,1391,1721 -"181481",57714,6030,2,1391,2953 -"181482",57714,6047,3,1391,2004 -"181483",57714,6363,3,1391,2066 -"181484",57714,6417,3,1391,1675 -"181485",57714,9311,3,1391,2477 -"181486",57714,10358,3,1391,2294 -"181487",57714,10433,3,1391,2075 -"181488",57714,10857,3,1391,2253 -"181489",57714,11006,3,1391,1950 -"181490",57714,11218,3,1391,2292 -"181491",57714,11966,1,1391,2385 -"181492",57714,12035,3,1391,2721 -"181493",57714,12042,3,1391,2345 -"181494",57714,13285,3,1391,1577 -"181495",57714,13311,3,1391,2315 -"181496",57714,14032,3,1391,2144 -"181497",57714,15301,2,1391,2308 -"181498",57714,15607,3,1391,1421 -"181499",57714,15626,3,1391,2434 -"181500",57714,15813,3,1391,2143 -"181501",57714,16201,3,1391,1811 -"181502",57714,16352,2,1391,2657 -"181503",57714,17400,3,1391,2231 -"181504",57714,17413,3,1391,2230 -"181505",57714,17819,3,1391,2291 -"181506",57714,17931,3,1391,1617 -"181507",57714,18348,3,1391,1711 -"181508",57714,19072,3,1391,2358 -"181509",57714,19248,3,1391,2357 -"181510",57714,19718,3,1391,1702 -"181511",57714,19719,3,1391,2177 -"181512",57714,20284,2,1391,2530 -"181513",57714,20292,3,1391,2755 -"181514",57714,21197,3,1391,1437 -"181515",57714,21285,3,1391,2100 -"181516",57714,21571,2,1391,2755 -"181517",57714,21682,3,1391,2414 -"181518",57714,22566,2,1391,2308 -"181519",57714,23159,2,1391,1548 -"181520",57714,23179,3,1391,1675 -"181521",57714,23310,3,1391,2371 -"181522",57714,23729,3,1391,1624 -"181523",57714,25577,3,1391,1946 -"181524",57714,26080,3,1391,2525 -"181525",57714,26366,3,1391,1688 -"181526",57714,26608,3,1391,2329 -"181527",57714,27694,3,1391,2030 -"181528",57714,28050,2,1391,1955 -"181529",57714,28168,1,1391,2702 -"181530",57714,28296,3,1391,2944 -"181531",57714,29930,3,1391,2240 -"181532",57714,30883,3,1391,1629 -"181533",57714,31003,3,1391,1859 -"181534",57714,31050,3,1391,1491 -"181535",57714,32567,1,1391,2784 -"181536",57714,33981,3,1391,1993 -"181537",57714,34648,2,1391,1596 -"181538",57714,34735,2,1391,2767 -"181539",57714,35095,3,1391,1502 -"181540",57714,35926,3,1391,2371 -"181541",57714,38019,3,1391,1870 -"181542",57714,38213,3,1391,1744 -"181543",57714,38869,3,1391,1675 -"181544",57714,40493,3,1391,1981 -"181545",57714,41972,3,1391,2509 -"181546",57714,42619,2,1391,2017 -"181547",57714,43455,3,1391,2846 -"181548",57714,44521,3,1391,1593 -"181549",57714,45684,3,1391,2200 -"181550",57714,45903,3,1391,2237 -"181551",57714,46629,3,1391,2255 -"181552",57714,48127,3,1391,2677 -"181553",57714,48602,3,1391,1704 -"181554",57714,49110,3,1391,2938 -"181555",57714,49620,2,1391,1868 -"181556",57714,50236,3,1391,2339 -"181557",57714,50685,3,1391,2008 -"181558",57714,50977,3,1391,2352 -"181559",57714,51022,3,1391,1499 -"181560",57714,51052,2,1391,2784 -"181561",57714,51853,3,1391,2520 -"181562",57714,52576,2,1391,2234 -"181563",57714,53134,3,1391,1590 -"181564",57714,54551,3,1391,2348 -"181565",57714,54929,3,1391,2783 -"181566",57714,55082,3,1391,1856 -"181567",57714,57246,3,1391,1873 -"181568",57714,58451,3,1391,1939 -"181569",57714,60476,3,1391,2508 -"181570",57714,61982,3,1391,2725 -"181571",57714,62841,3,1391,2710 -"181572",57714,64502,3,1391,1670 -"181573",57714,65703,3,1391,1689 -"181574",57714,69250,3,1391,1439 -"181575",57714,74636,3,1391,2525 -"181576",57714,76666,2,1391,1908 -"181577",57714,76892,3,1391,2381 -"181578",57714,83422,3,1391,1500 -"181579",57714,89934,3,1391,2760 -"181580",57714,94500,2,1391,1529 -"181581",57727,14623,3,1648,2043 -"181582",57727,23302,3,1648,2677 -"181583",57727,24610,3,1648,2733 -"181584",57727,30317,3,1648,2431 -"181585",57727,32939,3,1648,2277 -"181586",57727,96197,3,1648,1670 -"181587",57732,2208,3,2454,2814 -"181588",57732,2684,3,2454,2874 -"181589",57732,9311,3,2454,2477 -"181590",57732,15930,3,2454,2541 -"181591",57732,29095,3,2454,2531 -"181592",57732,29454,3,2454,2719 -"181593",57732,33433,3,2454,2805 -"181594",57732,39556,1,2454,2747 -"181595",57732,62939,3,2454,2574 -"181596",57732,64699,3,2454,2797 -"181597",57753,18571,3,689,2128 -"181598",57753,18943,3,689,2861 -"181599",57753,24568,3,689,1937 -"181600",57753,27783,3,689,2302 -"181601",57753,31164,3,689,1996 -"181602",57753,36136,3,689,2338 -"181603",57753,88808,3,689,1462 -"181604",57760,1822,3,1721,2888 -"181605",57760,3477,3,1721,2546 -"181606",57760,4360,3,1721,1770 -"181607",57760,5072,3,1721,2175 -"181608",57760,5622,3,1721,2175 -"181609",57760,6044,3,1721,2744 -"181610",57760,6063,3,1721,2349 -"181611",57760,7234,3,1721,2654 -"181612",57760,8274,3,1721,1909 -"181613",57760,10857,3,1721,2253 -"181614",57760,12388,3,1721,1975 -"181615",57760,14353,2,1721,2878 -"181616",57760,15444,3,1721,2764 -"181617",57760,16896,3,1721,2223 -"181618",57760,17027,2,1721,2772 -"181619",57760,17400,3,1721,2231 -"181620",57760,18601,3,1721,2143 -"181621",57760,20067,3,1721,2390 -"181622",57760,21754,3,1721,1881 -"181623",57760,24066,3,1721,1755 -"181624",57760,33223,3,1721,2397 -"181625",57760,34158,3,1721,2639 -"181626",57760,39294,3,1721,1889 -"181627",57760,41972,3,1721,2509 -"181628",57760,43213,3,1721,2160 -"181629",57760,43479,3,1721,2178 -"181630",57760,47895,3,1721,2328 -"181631",57760,52261,3,1721,2162 -"181632",57760,54551,3,1721,2348 -"181633",57760,56082,3,1721,2395 -"181634",57760,70232,3,1721,2401 -"181635",57760,72207,3,1721,2430 -"181636",57760,75403,3,1721,1895 -"181637",57760,76356,2,1721,2323 -"181638",57760,91579,3,1721,2510 -"181639",57760,117956,3,1721,2774 -"181640",57765,16195,3,2893,2964 -"181641",57775,3954,3,136,839 -"181642",57775,3961,3,136,2426 -"181643",57775,4289,3,136,1921 -"181644",57775,9950,3,136,920 -"181645",57775,10857,3,136,2253 -"181646",57775,11576,3,136,808 -"181647",57775,14943,3,136,1942 -"181648",57775,16826,1,136,2599 -"181649",57775,17484,3,136,1256 -"181650",57775,17997,3,136,1621 -"181651",57775,18103,2,136,1968 -"181652",57775,21138,3,136,2849 -"181653",57775,24853,3,136,1004 -"181654",57775,28784,3,136,1579 -"181655",57775,31069,3,136,1995 -"181656",57775,32988,3,136,2008 -"181657",57775,34158,3,136,2639 -"181658",57775,35361,3,136,2389 -"181659",57775,38227,2,136,2511 -"181660",57775,40432,3,136,1956 -"181661",57775,44160,3,136,859 -"181662",57775,44407,3,136,2154 -"181663",57775,44676,3,136,2629 -"181664",57775,46988,3,136,2460 -"181665",57775,47386,3,136,2226 -"181666",57775,54551,3,136,2348 -"181667",57775,56807,3,136,1571 -"181668",57775,70269,3,136,2368 -"181669",57775,74681,3,136,837 -"181670",57775,76511,2,136,1250 -"181671",57775,92768,3,136,2548 -"181672",57775,101395,3,136,891 -"181673",57781,2765,3,1971,2321 -"181674",57781,13732,3,1971,2789 -"181675",57781,17826,2,1971,2920 -"181676",57781,18571,3,1971,2128 -"181677",57781,20423,3,1971,2654 -"181678",57781,21193,3,1971,2490 -"181679",57781,26865,3,1971,2726 -"181680",57781,27478,3,1971,2485 -"181681",57781,30081,3,1971,2403 -"181682",57781,31164,3,1971,1996 -"181683",57781,31307,3,1971,2139 -"181684",57781,39827,3,1971,2321 -"181685",57781,46951,3,1971,2429 -"181686",57781,49461,3,1971,2793 -"181687",57781,53031,3,1971,2065 -"181688",57781,68098,3,1971,2378 -"181689",57804,135,3,2214,2233 -"181690",57804,364,3,2214,2351 -"181691",57804,843,3,2214,2332 -"181692",57804,1102,3,2214,2282 -"181693",57804,1677,3,2214,2645 -"181694",57804,2206,3,2214,2536 -"181695",57804,2424,3,2214,2582 -"181696",57804,2484,3,2214,2389 -"181697",57804,2660,3,2214,2846 -"181698",57804,2747,3,2214,2411 -"181699",57804,3271,2,2214,2216 -"181700",57804,3506,3,2214,2364 -"181701",57804,3980,3,2214,2771 -"181702",57804,5683,3,2214,2468 -"181703",57804,5816,3,2214,2408 -"181704",57804,5937,3,2214,2392 -"181705",57804,6104,3,2214,2462 -"181706",57804,6234,2,2214,2654 -"181707",57804,9272,2,2214,2835 -"181708",57804,9785,3,2214,2951 -"181709",57804,10336,3,2214,2271 -"181710",57804,11029,3,2214,2362 -"181711",57804,11067,2,2214,2734 -"181712",57804,11477,3,2214,2724 -"181713",57804,13158,3,2214,2667 -"181714",57804,14442,3,2214,2700 -"181715",57804,14972,2,2214,2332 -"181716",57804,15558,3,2214,2389 -"181717",57804,16067,3,2214,2727 -"181718",57804,16195,3,2214,2964 -"181719",57804,16866,3,2214,2718 -"181720",57804,17520,3,2214,2276 -"181721",57804,17549,3,2214,2647 -"181722",57804,17819,3,2214,2291 -"181723",57804,17925,3,2214,2385 -"181724",57804,18005,3,2214,2449 -"181725",57804,18458,3,2214,2477 -"181726",57804,19528,3,2214,2742 -"181727",57804,21504,3,2214,2328 -"181728",57804,22331,3,2214,2687 -"181729",57804,23302,3,2214,2677 -"181730",57804,23364,3,2214,2306 -"181731",57804,23728,3,2214,2601 -"181732",57804,24756,3,2214,2530 -"181733",57804,25129,3,2214,2647 -"181734",57804,26182,3,2214,2775 -"181735",57804,26658,2,2214,2745 -"181736",57804,30317,3,2214,2431 -"181737",57804,30827,3,2214,2323 -"181738",57804,30943,3,2214,2287 -"181739",57804,30981,2,2214,2366 -"181740",57804,32520,3,2214,2425 -"181741",57804,32724,3,2214,2581 -"181742",57804,32939,1,2214,2277 -"181743",57804,33460,3,2214,2781 -"181744",57804,34120,3,2214,2786 -"181745",57804,35264,2,2214,2329 -"181746",57804,36120,3,2214,2971 -"181747",57804,36609,3,2214,2918 -"181748",57804,37238,3,2214,2609 -"181749",57804,37752,3,2214,2223 -"181750",57804,38676,2,2214,2286 -"181751",57804,39439,3,2214,2462 -"181752",57804,39444,3,2214,2695 -"181753",57804,41837,3,2214,2399 -"181754",57804,41945,3,2214,2856 -"181755",57804,42216,3,2214,2722 -"181756",57804,42256,2,2214,2839 -"181757",57804,42642,3,2214,2257 -"181758",57804,42883,3,2214,2575 -"181759",57804,43173,3,2214,2895 -"181760",57804,43226,2,2214,2442 -"181761",57804,43404,3,2214,2649 -"181762",57804,44312,3,2214,2741 -"181763",57804,44688,3,2214,2924 -"181764",57804,45585,2,2214,2384 -"181765",57804,45618,3,2214,2356 -"181766",57804,45704,3,2214,2687 -"181767",57804,46385,3,2214,2225 -"181768",57804,46446,3,2214,2295 -"181769",57804,46803,3,2214,2305 -"181770",57804,46982,3,2214,2806 -"181771",57804,47013,3,2214,2388 -"181772",57804,47882,3,2214,2769 -"181773",57804,48931,2,2214,2444 -"181774",57804,51783,3,2214,2599 -"181775",57804,53293,3,2214,2916 -"181776",57804,53530,3,2214,2380 -"181777",57804,58284,2,2214,2292 -"181778",57804,58508,2,2214,2326 -"181779",57804,59039,3,2214,2870 -"181780",57804,63641,3,2214,2337 -"181781",57804,66318,3,2214,2803 -"181782",57804,66971,3,2214,2299 -"181783",57804,67726,3,2214,2873 -"181784",57804,69335,2,2214,2698 -"181785",57804,69716,3,2214,2632 -"181786",57804,69912,3,2214,2391 -"181787",57804,70528,3,2214,2727 -"181788",57804,75607,3,2214,2245 -"181789",57804,84469,3,2214,2389 -"181790",57842,1639,3,2482,2631 -"181791",57842,2424,3,2482,2582 -"181792",57842,13586,3,2482,2966 -"181793",57842,14676,3,2482,2764 -"181794",57842,29929,3,2482,2789 -"181795",57842,35815,3,2482,2789 -"181796",57842,50134,3,2482,2674 -"181797",57842,54929,3,2482,2783 -"181798",57842,89911,3,2482,2607 -"181799",57901,1386,3,614,1901 -"181800",57901,2224,3,614,2751 -"181801",57901,2407,3,614,1725 -"181802",57901,2563,2,614,1686 -"181803",57901,5120,1,614,2735 -"181804",57901,5346,3,614,1438 -"181805",57901,8748,3,614,699 -"181806",57901,9202,2,614,2477 -"181807",57901,10513,3,614,2284 -"181808",57901,15207,3,614,1855 -"181809",57901,16866,3,614,2718 -"181810",57901,16877,3,614,2509 -"181811",57901,18211,3,614,1745 -"181812",57901,18865,3,614,2676 -"181813",57901,19096,3,614,1538 -"181814",57901,19668,3,614,696 -"181815",57901,20624,3,614,1298 -"181816",57901,28057,2,614,1067 -"181817",57901,30081,3,614,2403 -"181818",57901,30334,3,614,2075 -"181819",57901,33621,3,614,1319 -"181820",57901,37636,3,614,2178 -"181821",57901,40392,3,614,1878 -"181822",57901,41901,3,614,630 -"181823",57901,42725,2,614,630 -"181824",57901,51783,3,614,2599 -"181825",57901,58854,2,614,1131 -"181826",57901,63395,3,614,2334 -"181827",57901,68043,2,614,690 -"181828",57901,79350,3,614,2261 -"181829",57901,92491,3,614,1968 -"181830",57901,94520,2,614,1243 -"181831",57901,104565,2,614,2693 -"181832",57912,364,3,1035,2351 -"181833",57912,457,3,1035,1704 -"181834",57912,952,3,1035,1991 -"181835",57912,2452,3,1035,1715 -"181836",57912,2747,3,1035,2411 -"181837",57912,2936,3,1035,2512 -"181838",57912,2979,3,1035,2912 -"181839",57912,3477,3,1035,2546 -"181840",57912,6359,3,1035,1239 -"181841",57912,7269,3,1035,1728 -"181842",57912,7942,3,1035,2623 -"181843",57912,8062,3,1035,2858 -"181844",57912,9060,3,1035,1612 -"181845",57912,9115,3,1035,2068 -"181846",57912,9481,3,1035,1610 -"181847",57912,9503,3,1035,2453 -"181848",57912,9504,3,1035,2549 -"181849",57912,10350,3,1035,1163 -"181850",57912,10453,2,1035,1656 -"181851",57912,11108,2,1035,1609 -"181852",57912,11990,3,1035,1909 -"181853",57912,15826,3,1035,2772 -"181854",57912,16796,3,1035,1892 -"181855",57912,19334,3,1035,1979 -"181856",57912,19610,3,1035,1236 -"181857",57912,20155,3,1035,1517 -"181858",57912,20176,3,1035,1050 -"181859",57912,20220,3,1035,1656 -"181860",57912,21528,3,1035,1807 -"181861",57912,23131,3,1035,1732 -"181862",57912,24176,3,1035,1986 -"181863",57912,24512,3,1035,1369 -"181864",57912,26182,3,1035,2775 -"181865",57912,27255,3,1035,1232 -"181866",57912,27320,3,1035,2378 -"181867",57912,27742,3,1035,2700 -"181868",57912,29286,3,1035,1612 -"181869",57912,29473,3,1035,2602 -"181870",57912,30525,3,1035,1964 -"181871",57912,30865,3,1035,2038 -"181872",57912,31753,3,1035,1514 -"181873",57912,32818,3,1035,2485 -"181874",57912,33017,2,1035,1493 -"181875",57912,35797,3,1035,2482 -"181876",57912,39062,3,1035,2020 -"181877",57912,43058,3,1035,1608 -"181878",57912,44433,3,1035,2224 -"181879",57912,44603,2,1035,2748 -"181880",57912,45480,3,1035,1104 -"181881",57912,46486,3,1035,1868 -"181882",57912,47654,3,1035,1664 -"181883",57912,50278,3,1035,1127 -"181884",57912,56569,2,1035,1993 -"181885",57912,58655,3,1035,2685 -"181886",57912,59039,3,1035,2870 -"181887",57912,63077,3,1035,2778 -"181888",57912,63644,3,1035,1267 -"181889",57912,68275,3,1035,1158 -"181890",57912,72597,3,1035,1843 -"181891",57912,72882,3,1035,1330 -"181892",57912,76132,3,1035,2426 -"181893",57912,80156,3,1035,1667 -"181894",57912,85690,3,1035,1229 -"181895",57912,90745,3,1035,1994 -"181896",57912,90892,3,1035,2399 -"181897",57912,91942,3,1035,2216 -"181898",57912,99427,3,1035,1706 -"181899",57912,100432,2,1035,1358 -"181900",57912,102400,3,1035,1761 -"181901",57950,313,3,1529,2271 -"181902",57950,377,2,1529,2389 -"181903",57950,499,3,1529,1931 -"181904",57950,543,3,1529,2203 -"181905",57950,613,3,1529,2687 -"181906",57950,1151,3,1529,2885 -"181907",57950,1154,3,1529,1656 -"181908",57950,1495,3,1529,2046 -"181909",57950,1616,2,1529,2662 -"181910",57950,1777,2,1529,1965 -"181911",57950,2036,3,1529,2483 -"181912",57950,2057,3,1529,1965 -"181913",57950,2224,3,1529,2751 -"181914",57950,2484,3,1529,2389 -"181915",57950,3088,3,1529,1670 -"181916",57950,3161,3,1529,2229 -"181917",57950,3830,1,1529,1661 -"181918",57950,4057,2,1529,2389 -"181919",57950,4701,3,1529,2401 -"181920",57950,4751,3,1529,2696 -"181921",57950,5078,2,1529,2033 -"181922",57950,5457,2,1529,2077 -"181923",57950,5462,1,1529,2374 -"181924",57950,5504,2,1529,2389 -"181925",57950,6718,3,1529,2138 -"181926",57950,7241,2,1529,2259 -"181927",57950,7323,2,1529,2858 -"181928",57950,8621,3,1529,1681 -"181929",57950,8760,3,1529,2477 -"181930",57950,8866,3,1529,1545 -"181931",57950,9332,3,1529,2734 -"181932",57950,9362,3,1529,2879 -"181933",57950,9432,3,1529,1693 -"181934",57950,10646,3,1529,1555 -"181935",57950,10799,3,1529,2010 -"181936",57950,12374,3,1529,2260 -"181937",57950,12713,3,1529,2440 -"181938",57950,15184,3,1529,2396 -"181939",57950,15299,3,1529,2213 -"181940",57950,15539,3,1529,1929 -"181941",57950,17357,3,1529,1536 -"181942",57950,17410,3,1529,2073 -"181943",57950,17852,3,1529,2840 -"181944",57950,18151,3,1529,2962 -"181945",57950,19027,3,1529,2721 -"181946",57950,19606,2,1529,2783 -"181947",57950,20325,3,1529,1842 -"181948",57950,20659,3,1529,1969 -"181949",57950,20700,3,1529,2861 -"181950",57950,21104,3,1529,2327 -"181951",57950,21122,1,1529,1701 -"181952",57950,22331,3,1529,2687 -"181953",57950,22749,2,1529,1727 -"181954",57950,26451,3,1529,2133 -"181955",57950,27390,3,1529,2425 -"181956",57950,27478,3,1529,2485 -"181957",57950,28216,2,1529,1910 -"181958",57950,28233,3,1529,1608 -"181959",57950,29073,3,1529,2328 -"181960",57950,30052,3,1529,2855 -"181961",57950,30119,3,1529,1961 -"181962",57950,31799,2,1529,2547 -"181963",57950,32606,2,1529,2100 -"181964",57950,33356,3,1529,1586 -"181965",57950,33430,3,1529,2225 -"181966",57950,35256,2,1529,2271 -"181967",57950,37418,3,1529,2710 -"181968",57950,37570,2,1529,2389 -"181969",57950,38162,3,1529,1691 -"181970",57950,38755,3,1529,2902 -"181971",57950,39444,3,1529,2695 -"181972",57950,39548,3,1529,2389 -"181973",57950,40138,3,1529,2719 -"181974",57950,41278,1,1529,1873 -"181975",57950,41747,3,1529,1722 -"181976",57950,43518,3,1529,2680 -"181977",57950,46680,3,1529,1690 -"181978",57950,49965,3,1529,2301 -"181979",57950,50372,3,1529,1834 -"181980",57950,50685,3,1529,2008 -"181981",57950,52058,3,1529,1836 -"181982",57950,53031,3,1529,2065 -"181983",57950,54020,3,1529,1578 -"181984",57950,55468,2,1529,2511 -"181985",57950,55556,3,1529,2075 -"181986",57950,55828,3,1529,2393 -"181987",57950,56317,3,1529,2030 -"181988",57950,57077,3,1529,1885 -"181989",57950,57360,3,1529,2429 -"181990",57950,57609,3,1529,2717 -"181991",57950,57977,3,1529,2683 -"181992",57950,58035,3,1529,1646 -"181993",57950,64181,3,1529,1828 -"181994",57950,64967,3,1529,2872 -"181995",57950,64997,3,1529,2791 -"181996",57950,65029,3,1529,2954 -"181997",57950,65856,3,1529,2504 -"181998",57950,66860,3,1529,1548 -"181999",57950,68810,3,1529,2409 -"182000",57950,70046,3,1529,2624 -"182001",57950,71478,3,1529,1721 -"182002",57950,79322,3,1529,2770 -"182003",57950,79804,3,1529,2227 -"182004",57950,80429,3,1529,1927 -"182005",57950,81588,3,1529,1568 -"182006",57950,85430,2,1529,2370 -"182007",57950,86986,3,1529,1976 -"182008",57950,88232,3,1529,2881 -"182009",57950,91570,3,1529,2229 -"182010",57950,92124,3,1529,1532 -"182011",57950,97915,2,1529,1802 -"182012",57950,108867,2,1529,2328 -"182013",57955,14,3,67,1793 -"182014",57955,2759,3,67,2030 -"182015",57955,3255,2,67,2504 -"182016",57955,4730,3,67,2131 -"182017",57955,6133,3,67,1229 -"182018",57955,8419,3,67,1956 -"182019",57955,8984,3,67,1162 -"182020",57955,9828,3,67,2085 -"182021",57955,12373,3,67,1567 -"182022",57955,13109,3,67,1374 -"182023",57955,14761,3,67,2502 -"182024",57955,19892,3,67,1212 -"182025",57955,21180,3,67,2762 -"182026",57955,21838,3,67,2106 -"182027",57955,23513,3,67,900 -"182028",57955,31003,2,67,1859 -"182029",57955,34162,3,67,2336 -"182030",57955,34648,3,67,1596 -"182031",57955,37915,1,67,1905 -"182032",57955,44502,3,67,484 -"182033",57955,47583,2,67,817 -"182034",57955,48602,3,67,1704 -"182035",57955,49347,3,67,2504 -"182036",57955,53779,3,67,2000 -"182037",57955,60979,3,67,1758 -"182038",57955,62538,3,67,1656 -"182039",57955,64502,3,67,1670 -"182040",57955,65316,1,67,1020 -"182041",57955,75028,3,67,1660 -"182042",57955,75955,3,67,866 -"182043",57955,76132,3,67,2426 -"182044",57955,76675,3,67,1840 -"182045",57955,77397,3,67,1302 -"182046",57955,79612,3,67,927 -"182047",57955,79965,3,67,1278 -"182048",57955,85736,3,67,1601 -"182049",57955,86664,2,67,1146 -"182050",57955,90056,3,67,221 -"182051",57955,91279,3,67,966 -"182052",57955,112435,3,67,456 -"182053",57955,119564,3,67,336 -"182054",57969,49110,2,2755,2938 -"182055",57977,823,3,2683,2840 -"182056",57977,1151,3,2683,2885 -"182057",57977,3305,3,2683,2839 -"182058",57977,4418,3,2683,2788 -"182059",57977,5725,2,2683,2789 -"182060",57977,7323,3,2683,2858 -"182061",57977,9893,3,2683,2701 -"182062",57977,12867,2,2683,2773 -"182063",57977,14507,2,2683,2686 -"182064",57977,19027,2,2683,2721 -"182065",57977,19606,3,2683,2783 -"182066",57977,20700,3,2683,2861 -"182067",57977,21138,3,2683,2849 -"182068",57977,24825,3,2683,2686 -"182069",57977,24923,3,2683,2785 -"182070",57977,27753,3,2683,2750 -"182071",57977,28285,2,2683,2972 -"182072",57977,36962,3,2683,2861 -"182073",57977,37418,2,2683,2710 -"182074",57977,39087,3,2683,2765 -"182075",57977,39444,3,2683,2695 -"182076",57977,54740,3,2683,2750 -"182077",57977,54929,3,2683,2783 -"182078",57977,57609,2,2683,2717 -"182079",57977,64793,3,2683,2819 -"182080",57977,64967,3,2683,2872 -"182081",57977,65029,3,2683,2954 -"182082",57977,68215,3,2683,2727 -"182083",57977,84567,3,2683,2767 -"182084",57990,512,1,978,1596 -"182085",57990,843,3,978,2332 -"182086",57990,915,3,978,1793 -"182087",57990,1154,3,978,1656 -"182088",57990,1592,3,978,2006 -"182089",57990,1691,2,978,1941 -"182090",57990,2011,3,978,2176 -"182091",57990,2143,3,978,1174 -"182092",57990,2181,3,978,2030 -"182093",57990,2208,3,978,2814 -"182094",57990,2224,3,978,2751 -"182095",57990,2563,3,978,1686 -"182096",57990,2684,3,978,2874 -"182097",57990,3271,2,978,2216 -"182098",57990,4317,3,978,1224 -"182099",57990,5120,3,978,2735 -"182100",57990,5258,3,978,2730 -"182101",57990,5350,3,978,2522 -"182102",57990,5504,3,978,2389 -"182103",57990,6252,3,978,2336 -"182104",57990,6363,3,978,2066 -"182105",57990,6390,2,978,2385 -"182106",57990,7126,3,978,1261 -"182107",57990,7196,3,978,1508 -"182108",57990,7337,3,978,1797 -"182109",57990,7604,3,978,1366 -"182110",57990,7984,3,978,2493 -"182111",57990,8529,3,978,1205 -"182112",57990,8607,3,978,1685 -"182113",57990,8762,3,978,2585 -"182114",57990,8890,3,978,1955 -"182115",57990,9272,2,978,2835 -"182116",57990,11055,3,978,2111 -"182117",57990,12199,3,978,1651 -"182118",57990,13290,3,978,2824 -"182119",57990,13945,3,978,1324 -"182120",57990,14108,1,978,2012 -"182121",57990,14654,3,978,1692 -"182122",57990,14972,3,978,2332 -"182123",57990,14983,3,978,1047 -"182124",57990,15118,3,978,1311 -"182125",57990,15401,3,978,1999 -"182126",57990,15799,2,978,1917 -"182127",57990,16365,3,978,2217 -"182128",57990,16437,3,978,1956 -"182129",57990,17257,3,978,1117 -"182130",57990,17434,3,978,1642 -"182131",57990,18211,3,978,1745 -"182132",57990,18502,2,978,1033 -"182133",57990,18543,2,978,2968 -"182134",57990,19075,3,978,2214 -"182135",57990,19096,3,978,1538 -"182136",57990,19208,3,978,2629 -"182137",57990,19248,3,978,2357 -"182138",57990,19332,3,978,1214 -"182139",57990,19605,2,978,2395 -"182140",57990,19718,3,978,1702 -"182141",57990,20407,3,978,2339 -"182142",57990,21133,2,978,1320 -"182143",57990,21246,3,978,1612 -"182144",57990,21670,3,978,2158 -"182145",57990,21681,3,978,2005 -"182146",57990,21682,3,978,2414 -"182147",57990,22141,3,978,2348 -"182148",57990,22722,3,978,1233 -"182149",57990,22884,3,978,1608 -"182150",57990,23509,3,978,2275 -"182151",57990,23526,3,978,1998 -"182152",57990,24198,3,978,2217 -"182153",57990,25289,3,978,1790 -"182154",57990,25565,2,978,2764 -"182155",57990,26621,3,978,1100 -"182156",57990,26957,3,978,987 -"182157",57990,27792,3,978,1308 -"182158",57990,28057,3,978,1067 -"182159",57990,28432,3,978,1954 -"182160",57990,28592,3,978,2320 -"182161",57990,28784,3,978,1579 -"182162",57990,28808,3,978,1063 -"182163",57990,28896,3,978,1395 -"182164",57990,29454,3,978,2719 -"182165",57990,29948,3,978,2795 -"182166",57990,30981,3,978,2366 -"182167",57990,31001,3,978,2119 -"182168",57990,31235,3,978,2668 -"182169",57990,31436,3,978,2892 -"182170",57990,31700,3,978,2727 -"182171",57990,32131,3,978,1035 -"182172",57990,32503,3,978,2020 -"182173",57990,32988,3,978,2008 -"182174",57990,33219,3,978,1173 -"182175",57990,33572,3,978,2370 -"182176",57990,33588,3,978,1040 -"182177",57990,33621,2,978,1319 -"182178",57990,33622,3,978,2230 -"182179",57990,34908,3,978,2796 -"182180",57990,34945,2,978,1298 -"182181",57990,35041,3,978,1311 -"182182",57990,35045,3,978,1646 -"182183",57990,35822,3,978,1903 -"182184",57990,36031,3,978,2342 -"182185",57990,36439,2,978,2469 -"182186",57990,36651,3,978,1600 -"182187",57990,37509,2,978,1640 -"182188",57990,37752,3,978,2223 -"182189",57990,37937,3,978,1320 -"182190",57990,38213,3,978,1744 -"182191",57990,38219,3,978,1689 -"182192",57990,38602,3,978,2693 -"182193",57990,38667,3,978,2880 -"182194",57990,39439,3,978,2462 -"182195",57990,39444,3,978,2695 -"182196",57990,40022,3,978,2307 -"182197",57990,40954,3,978,2603 -"182198",57990,41000,3,978,2011 -"182199",57990,41446,3,978,1103 -"182200",57990,43173,2,978,2895 -"182201",57990,43226,1,978,2442 -"182202",57990,43635,3,978,1196 -"182203",57990,44427,2,978,2875 -"182204",57990,45329,3,978,1693 -"182205",57990,46532,3,978,2005 -"182206",57990,46621,3,978,1343 -"182207",57990,47064,2,978,1993 -"182208",57990,47384,3,978,1639 -"182209",57990,48110,2,978,2009 -"182210",57990,48215,3,978,2028 -"182211",57990,49265,3,978,2686 -"182212",57990,49620,3,978,1868 -"182213",57990,50179,3,978,2230 -"182214",57990,50480,3,978,2701 -"182215",57990,52136,3,978,1412 -"182216",57990,52323,2,978,2148 -"182217",57990,52327,2,978,1472 -"182218",57990,53323,3,978,2677 -"182219",57990,53445,3,978,2028 -"182220",57990,53519,3,978,2781 -"182221",57990,54388,3,978,1257 -"182222",57990,55156,3,978,2196 -"182223",57990,55828,3,978,2393 -"182224",57990,56232,3,978,1175 -"182225",57990,56910,3,978,2705 -"182226",57990,57380,3,978,2362 -"182227",57990,57804,3,978,2214 -"182228",57990,58133,3,978,1484 -"182229",57990,58284,3,978,2292 -"182230",57990,58427,3,978,2234 -"182231",57990,58508,2,978,2326 -"182232",57990,59039,3,978,2870 -"182233",57990,59438,3,978,2400 -"182234",57990,61138,3,978,1188 -"182235",57990,62602,3,978,1172 -"182236",57990,64181,3,978,1828 -"182237",57990,65155,3,978,1947 -"182238",57990,65475,3,978,1267 -"182239",57990,69335,2,978,2698 -"182240",57990,69447,3,978,1197 -"182241",57990,71274,3,978,2390 -"182242",57990,71478,3,978,1721 -"182243",57990,72728,3,978,2234 -"182244",57990,74636,3,978,2525 -"182245",57990,76511,3,978,1250 -"182246",57990,78563,3,978,2385 -"182247",57990,79158,3,978,1252 -"182248",57990,79436,3,978,1344 -"182249",57990,79657,3,978,1260 -"182250",57990,80301,2,978,1690 -"182251",57990,80801,3,978,1250 -"182252",57990,81895,3,978,1634 -"182253",57990,82039,3,978,1327 -"182254",57990,82226,3,978,1619 -"182255",57990,82401,3,978,1210 -"182256",57990,85869,3,978,1509 -"182257",57990,87215,3,978,1759 -"182258",57990,88232,2,978,2881 -"182259",57990,88966,3,978,1568 -"182260",57990,92491,2,978,1968 -"182261",57990,93102,3,978,1174 -"182262",57990,94444,3,978,1554 -"182263",57990,96352,3,978,1493 -"182264",57990,97674,3,978,1912 -"182265",57990,97824,3,978,1229 -"182266",57990,100215,3,978,2436 -"182267",57990,100432,3,978,1358 -"182268",58000,468,3,43,1966 -"182269",58000,50678,3,43,1366 -"182270",58000,69214,3,43,1354 -"182271",58015,140,3,899,2267 -"182272",58015,900,3,899,2726 -"182273",58015,5346,3,899,1438 -"182274",58015,6359,3,899,1239 -"182275",58015,7597,3,899,2037 -"182276",58015,8354,3,899,1705 -"182277",58015,9504,3,899,2549 -"182278",58015,10223,3,899,1033 -"182279",58015,10473,3,899,1783 -"182280",58015,11434,3,899,1187 -"182281",58015,11516,3,899,1937 -"182282",58015,11585,3,899,1817 -"182283",58015,13068,3,899,1778 -"182284",58015,15207,3,899,1855 -"182285",58015,20176,2,899,1050 -"182286",58015,23015,3,899,1362 -"182287",58015,23277,2,899,1267 -"182288",58015,25378,3,899,1245 -"182289",58015,26642,3,899,2952 -"182290",58015,27320,3,899,2378 -"182291",58015,27391,3,899,2378 -"182292",58015,28446,3,899,917 -"182293",58015,29267,3,899,1234 -"182294",58015,29495,3,899,1612 -"182295",58015,29997,3,899,1789 -"182296",58015,30865,3,899,2038 -"182297",58015,31235,3,899,2668 -"182298",58015,35715,3,899,2912 -"182299",58015,36344,3,899,2570 -"182300",58015,38373,3,899,1928 -"182301",58015,39443,3,899,2277 -"182302",58015,40819,3,899,1556 -"182303",58015,41187,3,899,2340 -"182304",58015,42756,3,899,1384 -"182305",58015,47595,3,899,2374 -"182306",58015,47654,3,899,1664 -"182307",58015,47968,1,899,2829 -"182308",58015,50229,3,899,1190 -"182309",58015,59039,3,899,2870 -"182310",58015,66121,3,899,1281 -"182311",58015,67252,2,899,1215 -"182312",58015,84447,3,899,1006 -"182313",58015,84975,3,899,1138 -"182314",58015,85690,3,899,1229 -"182315",58015,88067,3,899,2315 -"182316",58015,94520,3,899,1243 -"182317",58035,23,3,1646,1682 -"182318",58035,135,3,1646,2233 -"182319",58035,360,3,1646,1671 -"182320",58035,499,3,1646,1931 -"182321",58035,543,3,1646,2203 -"182322",58035,600,3,1646,1702 -"182323",58035,671,2,1646,2328 -"182324",58035,675,3,1646,1686 -"182325",58035,733,3,1646,1653 -"182326",58035,1046,1,1646,1881 -"182327",58035,1136,2,1646,2536 -"182328",58035,1367,3,1646,2176 -"182329",58035,1495,3,1646,2046 -"182330",58035,1777,3,1646,1965 -"182331",58035,1897,3,1646,1727 -"182332",58035,2036,3,1646,2483 -"182333",58035,2424,3,1646,2582 -"182334",58035,2766,3,1646,1920 -"182335",58035,2954,2,1646,2727 -"182336",58035,3164,3,1646,2693 -"182337",58035,3167,3,1646,1676 -"182338",58035,3242,1,1646,1730 -"182339",58035,3830,3,1646,1661 -"182340",58035,3966,3,1646,2425 -"182341",58035,4191,2,1646,2130 -"182342",58035,4226,3,1646,1903 -"182343",58035,4360,3,1646,1770 -"182344",58035,4418,3,1646,2788 -"182345",58035,4618,2,1646,2607 -"182346",58035,4687,2,1646,2152 -"182347",58035,4763,3,1646,1960 -"182348",58035,4980,2,1646,2093 -"182349",58035,5041,3,1646,2371 -"182350",58035,5072,3,1646,2175 -"182351",58035,5078,3,1646,2033 -"182352",58035,5148,2,1646,2206 -"182353",58035,5457,3,1646,2077 -"182354",58035,5462,2,1646,2374 -"182355",58035,5504,3,1646,2389 -"182356",58035,5621,3,1646,1860 -"182357",58035,5622,3,1646,2175 -"182358",58035,5669,2,1646,2502 -"182359",58035,5725,1,1646,2789 -"182360",58035,6023,3,1646,2050 -"182361",58035,6030,3,1646,2953 -"182362",58035,6740,3,1646,2699 -"182363",58035,7234,3,1646,2654 -"182364",58035,7245,2,1646,2089 -"182365",58035,7555,3,1646,1943 -"182366",58035,7847,3,1646,2424 -"182367",58035,7861,3,1646,1647 -"182368",58035,8258,2,1646,1959 -"182369",58035,8533,2,1646,2251 -"182370",58035,8621,2,1646,1681 -"182371",58035,9311,3,1646,2477 -"182372",58035,10130,3,1646,2741 -"182373",58035,10404,2,1646,2062 -"182374",58035,10799,3,1646,2010 -"182375",58035,10857,3,1646,2253 -"182376",58035,10859,3,1646,2231 -"182377",58035,10874,3,1646,1891 -"182378",58035,10890,2,1646,2639 -"182379",58035,12724,3,1646,1930 -"182380",58035,12867,2,1646,2773 -"182381",58035,13929,3,1646,2693 -"182382",58035,15184,2,1646,2396 -"182383",58035,15539,3,1646,1929 -"182384",58035,15716,3,1646,1991 -"182385",58035,16217,3,1646,1653 -"182386",58035,16863,3,1646,2069 -"182387",58035,17400,3,1646,2231 -"182388",58035,17852,3,1646,2840 -"182389",58035,18415,3,1646,2184 -"182390",58035,19027,2,1646,2721 -"182391",58035,19380,3,1646,2637 -"182392",58035,19453,3,1646,1928 -"182393",58035,19516,3,1646,2313 -"182394",58035,19606,3,1646,2783 -"182395",58035,19868,3,1646,2855 -"182396",58035,20563,2,1646,2267 -"182397",58035,20700,3,1646,2861 -"182398",58035,20783,3,1646,2414 -"182399",58035,21122,3,1646,1701 -"182400",58035,22216,3,1646,1956 -"182401",58035,22260,3,1646,2137 -"182402",58035,22277,3,1646,2424 -"182403",58035,22331,3,1646,2687 -"182404",58035,22749,3,1646,1727 -"182405",58035,23154,3,1646,2345 -"182406",58035,23534,3,1646,1659 -"182407",58035,23704,3,1646,2278 -"182408",58035,24923,3,1646,2785 -"182409",58035,25129,2,1646,2647 -"182410",58035,25341,1,1646,1858 -"182411",58035,25816,3,1646,2088 -"182412",58035,26351,2,1646,2683 -"182413",58035,26436,2,1646,2489 -"182414",58035,26516,2,1646,2479 -"182415",58035,26570,2,1646,1669 -"182416",58035,27478,3,1646,2485 -"182417",58035,27753,2,1646,2750 -"182418",58035,28050,3,1646,1955 -"182419",58035,28285,2,1646,2972 -"182420",58035,28303,3,1646,2089 -"182421",58035,28892,3,1646,2023 -"182422",58035,29073,3,1646,2328 -"182423",58035,29095,3,1646,2531 -"182424",58035,29917,3,1646,1962 -"182425",58035,30119,3,1646,1961 -"182426",58035,31799,1,1646,2547 -"182427",58035,32988,3,1646,2008 -"182428",58035,33010,3,1646,2189 -"182429",58035,33160,3,1646,2441 -"182430",58035,33801,3,1646,2899 -"182431",58035,34216,2,1646,2832 -"182432",58035,34492,2,1646,1798 -"182433",58035,34509,2,1646,1973 -"182434",58035,34815,3,1646,2354 -"182435",58035,35256,3,1646,2271 -"182436",58035,36559,3,1646,2473 -"182437",58035,36670,3,1646,2298 -"182438",58035,37418,3,1646,2710 -"182439",58035,37620,2,1646,2716 -"182440",58035,38449,3,1646,1802 -"182441",58035,38727,3,1646,2238 -"182442",58035,38869,3,1646,1675 -"182443",58035,39087,2,1646,2765 -"182444",58035,39294,3,1646,1889 -"182445",58035,40293,1,1646,1671 -"182446",58035,40369,3,1646,2735 -"182447",58035,41402,3,1646,2313 -"182448",58035,41682,3,1646,1988 -"182449",58035,41747,3,1646,1722 -"182450",58035,42474,3,1646,2322 -"182451",58035,43213,3,1646,2160 -"182452",58035,44427,3,1646,2875 -"182453",58035,45343,3,1646,2360 -"182454",58035,45633,3,1646,2134 -"182455",58035,45715,3,1646,2287 -"182456",58035,46039,3,1646,1794 -"182457",58035,46883,3,1646,1671 -"182458",58035,47248,3,1646,2883 -"182459",58035,47857,2,1646,2325 -"182460",58035,47947,2,1646,2681 -"182461",58035,48242,3,1646,1690 -"182462",58035,48605,3,1646,2796 -"182463",58035,51017,3,1646,2073 -"182464",58035,51410,2,1646,2739 -"182465",58035,53031,3,1646,2065 -"182466",58035,53196,3,1646,1888 -"182467",58035,53300,2,1646,2162 -"182468",58035,53475,3,1646,2853 -"182469",58035,54551,3,1646,2348 -"182470",58035,54740,3,1646,2750 -"182471",58035,55139,3,1646,2323 -"182472",58035,55691,3,1646,2856 -"182473",58035,56082,3,1646,2395 -"182474",58035,57549,3,1646,2335 -"182475",58035,57977,2,1646,2683 -"182476",58035,60289,3,1646,2729 -"182477",58035,62538,3,1646,1656 -"182478",58035,62840,2,1646,2502 -"182479",58035,62841,3,1646,2710 -"182480",58035,64181,2,1646,1828 -"182481",58035,64793,3,1646,2819 -"182482",58035,64997,3,1646,2791 -"182483",58035,65029,2,1646,2954 -"182484",58035,66413,3,1646,2507 -"182485",58035,70046,3,1646,2624 -"182486",58035,71518,3,1646,2805 -"182487",58035,71562,2,1646,2574 -"182488",58035,71618,3,1646,2960 -"182489",58035,72207,3,1646,2430 -"182490",58035,72334,3,1646,2820 -"182491",58035,74095,3,1646,2333 -"182492",58035,75403,3,1646,1895 -"182493",58035,81813,3,1646,1656 -"182494",58035,85430,3,1646,2370 -"182495",58035,86245,3,1646,1972 -"182496",58035,97915,3,1646,1802 -"182497",58035,105063,3,1646,1908 -"182498",58035,111843,3,1646,1963 -"182499",58078,212,3,1252,1513 -"182500",58078,270,2,1252,2542 -"182501",58078,312,3,1252,2038 -"182502",58078,671,3,1252,2328 -"182503",58078,913,3,1252,2144 -"182504",58078,1124,3,1252,1596 -"182505",58078,1175,2,1252,1642 -"182506",58078,2063,3,1252,1278 -"182507",58078,2111,3,1252,1904 -"182508",58078,2224,3,1252,2751 -"182509",58078,2322,3,1252,1645 -"182510",58078,2424,1,1252,2582 -"182511",58078,2533,2,1252,2016 -"182512",58078,2743,3,1252,1278 -"182513",58078,3305,2,1252,2839 -"182514",58078,3886,3,1252,1669 -"182515",58078,3966,2,1252,2425 -"182516",58078,4953,3,1252,2285 -"182517",58078,5346,3,1252,1438 -"182518",58078,5429,3,1252,1991 -"182519",58078,6363,3,1252,2066 -"182520",58078,6449,3,1252,1997 -"182521",58078,6588,3,1252,2025 -"182522",58078,6602,3,1252,1631 -"182523",58078,9175,3,1252,2639 -"182524",58078,9269,3,1252,1892 -"182525",58078,9311,3,1252,2477 -"182526",58078,10474,3,1252,1608 -"182527",58078,10488,3,1252,1524 -"182528",58078,10857,3,1252,2253 -"182529",58078,10890,3,1252,2639 -"182530",58078,11006,3,1252,1950 -"182531",58078,11440,3,1252,2026 -"182532",58078,13307,3,1252,2206 -"182533",58078,14252,3,1252,2244 -"182534",58078,15207,3,1252,1855 -"182535",58078,15813,1,1252,2143 -"182536",58078,16201,3,1252,1811 -"182537",58078,16432,2,1252,2664 -"182538",58078,16835,3,1252,1739 -"182539",58078,16940,3,1252,1290 -"182540",58078,17365,3,1252,2746 -"182541",58078,17931,1,1252,1617 -"182542",58078,18394,3,1252,2356 -"182543",58078,19248,3,1252,2357 -"182544",58078,19622,3,1252,2371 -"182545",58078,19719,3,1252,2177 -"182546",58078,20824,3,1252,1366 -"182547",58078,21012,3,1252,2325 -"182548",58078,21164,3,1252,1645 -"182549",58078,21197,2,1252,1437 -"182550",58078,21285,2,1252,2100 -"182551",58078,22282,3,1252,1418 -"182552",58078,22586,3,1252,1341 -"182553",58078,23715,3,1252,1859 -"182554",58078,23729,3,1252,1624 -"182555",58078,24612,3,1252,1875 -"182556",58078,25325,3,1252,2963 -"182557",58078,25577,3,1252,1946 -"182558",58078,26740,3,1252,2695 -"182559",58078,26749,3,1252,2965 -"182560",58078,27275,3,1252,2656 -"182561",58078,27694,3,1252,2030 -"182562",58078,29917,3,1252,1962 -"182563",58078,30052,3,1252,2855 -"182564",58078,31050,3,1252,1491 -"182565",58078,34331,3,1252,1727 -"182566",58078,34820,3,1252,1630 -"182567",58078,35095,3,1252,1502 -"182568",58078,37285,3,1252,2428 -"182569",58078,38019,3,1252,1870 -"182570",58078,38263,3,1252,2475 -"182571",58078,38307,3,1252,2648 -"182572",58078,40028,3,1252,1349 -"182573",58078,41739,3,1252,1339 -"182574",58078,41945,3,1252,2856 -"182575",58078,42216,3,1252,2722 -"182576",58078,43385,3,1252,1623 -"182577",58078,43455,2,1252,2846 -"182578",58078,45239,3,1252,2535 -"182579",58078,45608,3,1252,2420 -"182580",58078,46629,2,1252,2255 -"182581",58078,49620,3,1252,1868 -"182582",58078,50685,3,1252,2008 -"182583",58078,51022,2,1252,1499 -"182584",58078,51041,3,1252,2606 -"182585",58078,51866,3,1252,2411 -"182586",58078,52570,3,1252,2645 -"182587",58078,52576,2,1252,2234 -"182588",58078,55082,3,1252,1856 -"182589",58078,56317,2,1252,2030 -"182590",58078,57714,3,1252,1391 -"182591",58078,58451,3,1252,1939 -"182592",58078,58508,3,1252,2326 -"182593",58078,58652,3,1252,1437 -"182594",58078,61982,2,1252,2725 -"182595",58078,62841,3,1252,2710 -"182596",58078,68215,3,1252,2727 -"182597",58078,69348,3,1252,2783 -"182598",58078,71342,3,1252,1289 -"182599",58078,71971,3,1252,1294 -"182600",58078,74377,3,1252,1285 -"182601",58078,76892,1,1252,2381 -"182602",58078,81588,3,1252,1568 -"182603",58078,82949,2,1252,2077 -"182604",58078,86799,3,1252,1951 -"182605",58078,94404,3,1252,1836 -"182606",58078,98080,3,1252,1265 -"182607",58086,1560,3,1667,2013 -"182608",58086,3255,2,1667,2504 -"182609",58086,9716,3,1667,1929 -"182610",58086,11429,2,1667,2520 -"182611",58086,14654,2,1667,1692 -"182612",58086,14761,1,1667,2502 -"182613",58086,23639,3,1667,2065 -"182614",58086,29704,2,1667,2294 -"182615",58086,30334,3,1667,2075 -"182616",58086,37342,3,1667,2649 -"182617",58086,37636,3,1667,2178 -"182618",58086,39534,3,1667,2410 -"182619",58086,40392,2,1667,1878 -"182620",58086,41185,3,1667,1929 -"182621",58086,49347,2,1667,2504 -"182622",58086,51783,3,1667,2599 -"182623",58086,69232,3,1667,2130 -"182624",58122,5092,3,889,909 -"182625",58122,5716,2,889,1058 -"182626",58122,5984,3,889,1675 -"182627",58122,5986,3,889,1721 -"182628",58122,6417,3,889,1675 -"182629",58122,7181,1,889,1421 -"182630",58122,7798,3,889,949 -"182631",58122,8865,3,889,2394 -"182632",58122,10779,3,889,2881 -"182633",58122,11218,3,889,2292 -"182634",58122,11966,3,889,2385 -"182635",58122,12042,3,889,2345 -"182636",58122,13479,3,889,2155 -"182637",58122,14855,3,889,903 -"182638",58122,15301,3,889,2308 -"182639",58122,15632,3,889,1242 -"182640",58122,16352,2,889,2657 -"182641",58122,17400,3,889,2231 -"182642",58122,18348,3,889,1711 -"182643",58122,19364,3,889,2846 -"182644",58122,19937,3,889,1587 -"182645",58122,21571,3,889,2755 -"182646",58122,21960,3,889,1517 -"182647",58122,22893,3,889,1938 -"182648",58122,23159,3,889,1548 -"182649",58122,23492,3,889,1067 -"182650",58122,25443,3,889,1441 -"182651",58122,26080,3,889,2525 -"182652",58122,26366,3,889,1688 -"182653",58122,28002,3,889,914 -"182654",58122,28296,3,889,2944 -"182655",58122,32567,3,889,2784 -"182656",58122,34735,2,889,2767 -"182657",58122,34921,3,889,2181 -"182658",58122,35903,3,889,1434 -"182659",58122,36087,3,889,2755 -"182660",58122,37859,2,889,1999 -"182661",58122,39906,2,889,2365 -"182662",58122,40072,3,889,1182 -"182663",58122,41064,3,889,1201 -"182664",58122,42619,3,889,2017 -"182665",58122,48377,3,889,1927 -"182666",58122,50236,3,889,2339 -"182667",58122,52215,3,889,1908 -"182668",58122,53134,3,889,1590 -"182669",58122,54929,3,889,2783 -"182670",58122,55821,3,889,1303 -"182671",58122,57714,3,889,1391 -"182672",58122,61337,3,889,2777 -"182673",58122,62488,3,889,1418 -"182674",58122,62966,3,889,1282 -"182675",58122,64110,2,889,1331 -"182676",58122,76666,3,889,1908 -"182677",58122,77077,3,889,2693 -"182678",58122,80219,3,889,988 -"182679",58122,84772,3,889,1231 -"182680",58122,95647,2,889,1172 -"182681",58123,1349,3,275,1147 -"182682",58123,31866,3,275,2101 -"182683",58133,671,3,1484,2328 -"182684",58133,733,2,1484,1653 -"182685",58133,854,3,1484,2307 -"182686",58133,1102,3,1484,2282 -"182687",58133,1154,3,1484,1656 -"182688",58133,1367,3,1484,2176 -"182689",58133,1592,3,1484,2006 -"182690",58133,1691,3,1484,1941 -"182691",58133,1767,3,1484,2727 -"182692",58133,1777,3,1484,1965 -"182693",58133,2166,3,1484,2557 -"182694",58133,2533,3,1484,2016 -"182695",58133,2684,2,1484,2874 -"182696",58133,2819,3,1484,1743 -"182697",58133,3068,3,1484,1815 -"182698",58133,3167,2,1484,1676 -"182699",58133,3271,3,1484,2216 -"182700",58133,3305,3,1484,2839 -"182701",58133,3317,3,1484,2037 -"182702",58133,3628,3,1484,2707 -"182703",58133,3830,3,1484,1661 -"182704",58133,4226,1,1484,1903 -"182705",58133,4305,3,1484,2374 -"182706",58133,4485,3,1484,1963 -"182707",58133,4763,3,1484,1960 -"182708",58133,5239,3,1484,2875 -"182709",58133,5462,3,1484,2374 -"182710",58133,5504,3,1484,2389 -"182711",58133,6052,2,1484,1985 -"182712",58133,6390,3,1484,2385 -"182713",58133,6428,3,1484,1952 -"182714",58133,6491,2,1484,2424 -"182715",58133,7245,3,1484,2089 -"182716",58133,8533,3,1484,2251 -"182717",58133,8621,3,1484,1681 -"182718",58133,9272,3,1484,2835 -"182719",58133,10488,3,1484,1524 -"182720",58133,11055,3,1484,2111 -"182721",58133,11440,3,1484,2026 -"182722",58133,11620,3,1484,2010 -"182723",58133,12374,2,1484,2260 -"182724",58133,12618,3,1484,2021 -"182725",58133,12728,3,1484,2374 -"182726",58133,14108,3,1484,2012 -"182727",58133,15401,3,1484,1999 -"182728",58133,15453,3,1484,1688 -"182729",58133,15539,2,1484,1929 -"182730",58133,15560,3,1484,2257 -"182731",58133,16535,3,1484,1993 -"182732",58133,18415,3,1484,2184 -"182733",58133,18543,3,1484,2968 -"182734",58133,19606,3,1484,2783 -"182735",58133,19719,3,1484,2177 -"182736",58133,19937,3,1484,1587 -"182737",58133,20311,2,1484,1981 -"182738",58133,20407,3,1484,2339 -"182739",58133,20732,3,1484,2401 -"182740",58133,21029,3,1484,1943 -"182741",58133,21104,2,1484,2327 -"182742",58133,21275,3,1484,2609 -"182743",58133,21929,3,1484,2062 -"182744",58133,22025,3,1484,1591 -"182745",58133,22749,3,1484,1727 -"182746",58133,23509,3,1484,2275 -"182747",58133,23534,3,1484,1659 -"182748",58133,23726,3,1484,2434 -"182749",58133,24753,3,1484,2860 -"182750",58133,25577,3,1484,1946 -"182751",58133,26436,3,1484,2489 -"182752",58133,26451,1,1484,2133 -"182753",58133,26706,3,1484,1846 -"182754",58133,27275,3,1484,2656 -"182755",58133,27501,3,1484,1981 -"182756",58133,27628,3,1484,2389 -"182757",58133,27694,3,1484,2030 -"182758",58133,28303,3,1484,2089 -"182759",58133,29073,2,1484,2328 -"182760",58133,29170,3,1484,1846 -"182761",58133,30052,3,1484,2855 -"182762",58133,30334,3,1484,2075 -"182763",58133,30943,3,1484,2287 -"182764",58133,31691,3,1484,1657 -"182765",58133,32988,3,1484,2008 -"182766",58133,33801,3,1484,2899 -"182767",58133,34136,2,1484,2202 -"182768",58133,34492,3,1484,1798 -"182769",58133,35235,3,1484,2610 -"182770",58133,36439,2,1484,2469 -"182771",58133,37636,3,1484,2178 -"182772",58133,40369,3,1484,2735 -"182773",58133,40392,3,1484,1878 -"182774",58133,40645,3,1484,1899 -"182775",58133,41682,3,1484,1988 -"182776",58133,42505,3,1484,2008 -"182777",58133,43226,3,1484,2442 -"182778",58133,43404,3,1484,2649 -"182779",58133,43518,2,1484,2680 -"182780",58133,44089,3,1484,1632 -"182781",58133,45302,3,1484,2390 -"182782",58133,48110,3,1484,2009 -"182783",58133,49189,3,1484,1550 -"182784",58133,50118,3,1484,2654 -"182785",58133,50667,3,1484,2719 -"182786",58133,51022,3,1484,1499 -"182787",58133,51783,3,1484,2599 -"182788",58133,52058,3,1484,1836 -"182789",58133,55468,3,1484,2511 -"182790",58133,55691,3,1484,2856 -"182791",58133,56317,2,1484,2030 -"182792",58133,57544,3,1484,2443 -"182793",58133,57977,3,1484,2683 -"182794",58133,58221,3,1484,1787 -"182795",58133,58451,3,1484,1939 -"182796",58133,58508,2,1484,2326 -"182797",58133,58684,3,1484,2295 -"182798",58133,64997,3,1484,2791 -"182799",58133,65322,3,1484,2008 -"182800",58133,69335,3,1484,2698 -"182801",58133,70203,3,1484,2756 -"182802",58133,80301,3,1484,1690 -"182803",58133,81588,3,1484,1568 -"182804",58133,81895,3,1484,1634 -"182805",58133,82426,3,1484,1576 -"182806",58133,82767,3,1484,1641 -"182807",58133,86245,3,1484,1972 -"182808",58133,88232,3,1484,2881 -"182809",58133,89880,3,1484,1938 -"182810",58133,108379,2,1484,2933 -"182811",58164,3477,3,2398,2546 -"182812",58164,13899,2,2398,2650 -"182813",58164,21275,3,2398,2609 -"182814",58164,78150,2,2398,2581 -"182815",58167,102280,3,1167,1194 -"182816",58180,18366,2,1919,2699 -"182817",58180,21795,3,1919,2653 -"182818",58180,82829,2,1919,2416 -"182819",58180,108647,3,1919,1934 -"182820",58190,3158,3,906,2762 -"182821",58190,6020,3,906,1864 -"182822",58190,13688,1,906,1627 -"182823",58190,45297,3,906,1864 -"182824",58190,93642,3,906,1120 -"182825",58215,2153,3,877,2675 -"182826",58218,1151,3,2627,2885 -"182827",58218,7323,3,2627,2858 -"182828",58218,20700,3,2627,2861 -"182829",58221,1592,3,1787,2006 -"182830",58221,1691,3,1787,1941 -"182831",58221,4618,3,1787,2607 -"182832",58221,5504,3,1787,2389 -"182833",58221,10130,2,1787,2741 -"182834",58221,10222,2,1787,2212 -"182835",58221,14108,3,1787,2012 -"182836",58221,18277,1,1787,2309 -"182837",58221,19027,3,1787,2721 -"182838",58221,19568,3,1787,2302 -"182839",58221,20162,3,1787,2328 -"182840",58221,20563,3,1787,2267 -"182841",58221,22331,3,1787,2687 -"182842",58221,24198,2,1787,2217 -"182843",58221,26436,3,1787,2489 -"182844",58221,26516,3,1787,2479 -"182845",58221,26706,2,1787,1846 -"182846",58221,27478,3,1787,2485 -"182847",58221,27753,3,1787,2750 -"182848",58221,34136,3,1787,2202 -"182849",58221,34492,3,1787,1798 -"182850",58221,35481,3,1787,2211 -"182851",58221,47082,3,1787,1990 -"182852",58221,50667,2,1787,2719 -"182853",58221,51410,3,1787,2739 -"182854",58221,53031,2,1787,2065 -"182855",58221,55556,3,1787,2075 -"182856",58221,66318,3,1787,2803 -"182857",58221,82409,2,1787,1881 -"182858",58221,88232,3,1787,2881 -"182859",58221,92322,3,1787,2393 -"182860",58221,93615,2,1787,2386 -"182861",58221,96000,3,1787,1789 -"182862",58229,364,3,1202,2351 -"182863",58229,680,3,1202,2569 -"182864",58229,1314,3,1202,1522 -"182865",58229,2576,3,1202,1307 -"182866",58229,4303,3,1202,2414 -"182867",58229,11563,3,1202,1863 -"182868",58229,13068,3,1202,1778 -"182869",58229,17252,3,1202,1258 -"182870",58229,19934,3,1202,2888 -"182871",58229,20355,3,1202,2111 -"182872",58229,25378,3,1202,1245 -"182873",58229,27320,3,1202,2378 -"182874",58229,28893,3,1202,2764 -"182875",58229,29495,3,1202,1612 -"182876",58229,31335,3,1202,2351 -"182877",58229,31541,3,1202,1500 -"182878",58229,34491,3,1202,2694 -"182879",58229,41723,3,1202,2101 -"182880",58229,44694,3,1202,2220 -"182881",58229,44749,3,1202,1303 -"182882",58229,50585,3,1202,2414 -"182883",58229,54663,3,1202,1424 -"182884",58229,55487,3,1202,1500 -"182885",58229,57765,3,1202,2893 -"182886",58229,58875,3,1202,1899 -"182887",58229,60808,3,1202,1258 -"182888",58229,70455,3,1202,1307 -"182889",58233,3403,2,1665,2951 -"182890",58233,3405,2,1665,2438 -"182891",58233,3786,3,1665,2282 -"182892",58233,4526,3,1665,1728 -"182893",58233,7942,1,1665,2623 -"182894",58233,8062,3,1665,2858 -"182895",58233,9063,1,1665,2000 -"182896",58233,11429,3,1665,2520 -"182897",58233,13528,3,1665,1891 -"182898",58233,14754,3,1665,2456 -"182899",58233,15502,3,1665,2637 -"182900",58233,16176,3,1665,2703 -"182901",58233,16690,3,1665,2132 -"182902",58233,22723,3,1665,2859 -"182903",58233,27742,3,1665,2700 -"182904",58233,27914,3,1665,2507 -"182905",58233,30525,3,1665,1964 -"182906",58233,31868,3,1665,1993 -"182907",58233,33040,2,1665,2106 -"182908",58233,34216,3,1665,2832 -"182909",58233,34742,3,1665,1883 -"182910",58233,40715,3,1665,2258 -"182911",58233,41023,3,1665,2408 -"182912",58233,45905,3,1665,2785 -"182913",58233,47559,2,1665,1826 -"182914",58233,51774,3,1665,2459 -"182915",58233,60258,3,1665,2405 -"182916",58233,65381,3,1665,2184 -"182917",58233,67815,3,1665,2476 -"182918",58238,1745,3,1944,2693 -"182919",58238,13842,2,1944,2250 -"182920",58238,16286,3,1944,2470 -"182921",58238,26818,3,1944,1999 -"182922",58238,27509,3,1944,2067 -"182923",58238,33537,2,1944,2406 -"182924",58238,35728,3,1944,2017 -"182925",58238,35980,3,1944,2657 -"182926",58238,47708,3,1944,2568 -"182927",58238,66693,2,1944,2554 -"182928",58238,111375,3,1944,2686 -"182929",58245,1262,3,949,2973 -"182930",58245,14888,3,949,1411 -"182931",58245,20486,3,949,1908 -"182932",58245,28233,3,949,1608 -"182933",58245,88966,3,949,1568 -"182934",58245,93953,3,949,969 -"182935",58284,5258,3,2292,2730 -"182936",58284,6234,3,2292,2654 -"182937",58284,6252,3,2292,2336 -"182938",58284,6390,2,2292,2385 -"182939",58284,8762,3,2292,2585 -"182940",58284,11067,3,2292,2734 -"182941",58284,14972,3,2292,2332 -"182942",58284,18543,2,2292,2968 -"182943",58284,20407,3,2292,2339 -"182944",58284,22566,3,2292,2308 -"182945",58284,24256,3,2292,2393 -"182946",58284,26658,3,2292,2745 -"182947",58284,30981,3,2292,2366 -"182948",58284,31235,3,2292,2668 -"182949",58284,35264,3,2292,2329 -"182950",58284,36439,2,2292,2469 -"182951",58284,42256,3,2292,2839 -"182952",58284,43173,3,2292,2895 -"182953",58284,44427,3,2292,2875 -"182954",58284,45585,3,2292,2384 -"182955",58284,66413,3,2292,2507 -"182956",58284,66971,3,2292,2299 -"182957",58284,74636,3,2292,2525 -"182958",58284,78563,3,2292,2385 -"182959",58284,88232,3,2292,2881 -"182960",58293,1090,3,250,2370 -"182961",58293,1592,3,250,2006 -"182962",58293,1691,2,250,1941 -"182963",58293,2011,3,250,2176 -"182964",58293,2609,3,250,834 -"182965",58293,2684,3,250,2874 -"182966",58293,3144,3,250,869 -"182967",58293,3167,3,250,1676 -"182968",58293,3628,3,250,2707 -"182969",58293,4226,3,250,1903 -"182970",58293,5018,3,250,640 -"182971",58293,5258,3,250,2730 -"182972",58293,6104,3,250,2462 -"182973",58293,6252,2,250,2336 -"182974",58293,6390,2,250,2385 -"182975",58293,8011,3,250,889 -"182976",58293,8537,3,250,472 -"182977",58293,8762,3,250,2585 -"182978",58293,9751,3,250,1397 -"182979",58293,9805,3,250,1621 -"182980",58293,11434,3,250,1187 -"182981",58293,12199,3,250,1651 -"182982",58293,12374,3,250,2260 -"182983",58293,12779,3,250,936 -"182984",58293,12887,3,250,433 -"182985",58293,13248,3,250,1385 -"182986",58293,13837,3,250,1604 -"182987",58293,13945,3,250,1324 -"182988",58293,14108,3,250,2012 -"182989",58293,14731,3,250,2012 -"182990",58293,15453,3,250,1688 -"182991",58293,15643,3,250,502 -"182992",58293,18502,3,250,1033 -"182993",58293,18543,2,250,2968 -"182994",58293,19173,3,250,1686 -"182995",58293,19332,3,250,1214 -"182996",58293,19718,3,250,1702 -"182997",58293,19882,3,250,565 -"182998",58293,20343,3,250,851 -"182999",58293,20407,2,250,2339 -"183000",58293,20824,3,250,1366 -"183001",58293,21133,3,250,1320 -"183002",58293,23403,3,250,607 -"183003",58293,23534,3,250,1659 -"183004",58293,24198,3,250,2217 -"183005",58293,25565,3,250,2764 -"183006",58293,26106,3,250,2015 -"183007",58293,26342,3,250,527 -"183008",58293,26451,3,250,2133 -"183009",58293,26873,2,250,419 -"183010",58293,27792,2,250,1308 -"183011",58293,28808,2,250,1063 -"183012",58293,29170,3,250,1846 -"183013",58293,29224,3,250,2011 -"183014",58293,29948,3,250,2795 -"183015",58293,30411,2,250,630 -"183016",58293,31001,3,250,2119 -"183017",58293,31235,3,250,2668 -"183018",58293,32811,3,250,804 -"183019",58293,33621,3,250,1319 -"183020",58293,33622,3,250,2230 -"183021",58293,34136,3,250,2202 -"183022",58293,34314,3,250,630 -"183023",58293,34945,3,250,1298 -"183024",58293,35041,3,250,1311 -"183025",58293,35235,3,250,2610 -"183026",58293,36439,1,250,2469 -"183027",58293,37509,2,250,1640 -"183028",58293,37628,3,250,819 -"183029",58293,37893,3,250,875 -"183030",58293,38213,2,250,1744 -"183031",58293,40488,2,250,486 -"183032",58293,40703,3,250,1608 -"183033",58293,41085,2,250,637 -"183034",58293,43173,3,250,2895 -"183035",58293,43385,3,250,1623 -"183036",58293,43635,3,250,1196 -"183037",58293,44427,2,250,2875 -"183038",58293,44502,3,250,484 -"183039",58293,46621,2,250,1343 -"183040",58293,47049,3,250,253 -"183041",58293,47248,3,250,2883 -"183042",58293,47435,3,250,878 -"183043",58293,47585,2,250,794 -"183044",58293,48260,3,250,875 -"183045",58293,49300,3,250,515 -"183046",58293,49470,3,250,1528 -"183047",58293,49620,2,250,1868 -"183048",58293,50217,3,250,1211 -"183049",58293,50235,2,250,726 -"183050",58293,50254,3,250,1151 -"183051",58293,51572,3,250,912 -"183052",58293,51628,3,250,901 -"183053",58293,52136,3,250,1412 -"183054",58293,52323,3,250,2148 -"183055",58293,52327,3,250,1472 -"183056",58293,53252,2,250,637 -"183057",58293,55084,3,250,1189 -"183058",58293,55156,3,250,2196 -"183059",58293,56116,3,250,1321 -"183060",58293,56903,3,250,1584 -"183061",58293,57337,3,250,1443 -"183062",58293,57990,3,250,978 -"183063",58293,58133,2,250,1484 -"183064",58293,58284,2,250,2292 -"183065",58293,61785,2,250,822 -"183066",58293,62602,3,250,1172 -"183067",58293,62976,2,250,381 -"183068",58293,64181,3,250,1828 -"183069",58293,69122,3,250,416 -"183070",58293,69257,3,250,1402 -"183071",58293,71274,3,250,2390 -"183072",58293,73675,3,250,887 -"183073",58293,73728,3,250,784 -"183074",58293,74636,2,250,2525 -"183075",58293,75025,1,250,717 -"183076",58293,75216,3,250,672 -"183077",58293,75921,3,250,517 -"183078",58293,76127,2,250,910 -"183079",58293,76192,3,250,912 -"183080",58293,76646,3,250,1263 -"183081",58293,78256,2,250,804 -"183082",58293,78416,3,250,630 -"183083",58293,78563,3,250,2385 -"183084",58293,78569,3,250,578 -"183085",58293,78975,3,250,946 -"183086",58293,79612,2,250,927 -"183087",58293,79657,3,250,1260 -"183088",58293,81586,3,250,877 -"183089",58293,82401,3,250,1210 -"183090",58293,82949,3,250,2077 -"183091",58293,83396,3,250,2396 -"183092",58293,88232,2,250,2881 -"183093",58293,88966,3,250,1568 -"183094",58293,89880,3,250,1938 -"183095",58293,92322,3,250,2393 -"183096",58293,92491,3,250,1968 -"183097",58293,92592,2,250,486 -"183098",58293,93398,3,250,828 -"183099",58293,97824,2,250,1229 -"183100",58293,99020,3,250,1383 -"183101",58293,99953,3,250,581 -"183102",58293,100215,3,250,2436 -"183103",58293,100532,3,250,859 -"183104",58293,101967,2,250,691 -"183105",58293,102731,2,250,630 -"183106",58293,104711,3,250,410 -"183107",58293,105207,3,250,451 -"183108",58293,106555,3,250,1626 -"183109",58293,108709,3,250,462 -"183110",58293,119444,3,250,888 -"183111",58293,119564,3,250,336 -"183112",58356,1026,3,222,493 -"183113",58356,2802,3,222,1836 -"183114",58356,3100,2,222,2524 -"183115",58356,4194,3,222,1641 -"183116",58356,6078,3,222,498 -"183117",58356,9050,3,222,2026 -"183118",58356,9727,3,222,2327 -"183119",58356,10128,3,222,883 -"183120",58356,14915,3,222,2606 -"183121",58356,16361,3,222,1641 -"183122",58356,16593,1,222,1139 -"183123",58356,16833,3,222,1661 -"183124",58356,17159,3,222,883 -"183125",58356,18479,3,222,2967 -"183126",58356,21593,3,222,1312 -"183127",58356,21976,2,222,1808 -"183128",58356,22571,3,222,655 -"183129",58356,24104,3,222,817 -"183130",58356,24176,3,222,1986 -"183131",58356,25886,3,222,1580 -"183132",58356,26567,3,222,1158 -"183133",58356,28567,3,222,2398 -"183134",58356,29276,2,222,2000 -"183135",58356,29556,2,222,907 -"183136",58356,31087,3,222,1757 -"183137",58356,33363,2,222,2475 -"183138",58356,34441,2,222,1661 -"183139",58356,38309,3,222,2644 -"183140",58356,39697,2,222,669 -"183141",58356,40715,3,222,2258 -"183142",58356,50941,2,222,481 -"183143",58356,56726,3,222,969 -"183144",58356,65223,1,222,2724 -"183145",58356,66267,3,222,1278 -"183146",58356,67763,3,222,822 -"183147",58356,75502,3,222,1474 -"183148",58356,76604,3,222,2590 -"183149",58356,86010,3,222,1641 -"183150",58356,94339,3,222,2768 -"183151",58356,97266,3,222,1016 -"183152",58356,105190,3,222,2839 -"183153",58356,114228,2,222,1544 -"183154",58365,7984,3,1902,2493 -"183155",58365,9272,3,1902,2835 -"183156",58365,9362,2,1902,2879 -"183157",58365,12901,2,1902,2136 -"183158",58365,12982,3,1902,2143 -"183159",58365,13780,3,1902,2412 -"183160",58365,15401,3,1902,1999 -"183161",58365,30747,3,1902,2455 -"183162",58365,32988,3,1902,2008 -"183163",58365,33949,3,1902,2489 -"183164",58365,46040,1,1902,2105 -"183165",58365,65155,3,1902,1947 -"183166",58365,65322,3,1902,2008 -"183167",58365,70046,3,1902,2624 -"183168",58384,1201,3,1637,2489 -"183169",58384,3966,3,1637,2425 -"183170",58384,4191,2,1637,2130 -"183171",58384,4583,2,1637,2741 -"183172",58384,4618,3,1637,2607 -"183173",58384,4707,2,1637,2588 -"183174",58384,5622,3,1637,2175 -"183175",58384,5986,3,1637,1721 -"183176",58384,10717,3,1637,1938 -"183177",58384,10857,3,1637,2253 -"183178",58384,13929,3,1637,2693 -"183179",58384,20067,3,1637,2390 -"183180",58384,23725,2,1637,2378 -"183181",58384,25643,3,1637,1646 -"183182",58384,26080,3,1637,2525 -"183183",58384,32064,3,1637,1739 -"183184",58384,40293,3,1637,1671 -"183185",58384,41972,3,1637,2509 -"183186",58384,46391,3,1637,1779 -"183187",58384,47082,3,1637,1990 -"183188",58384,51410,3,1637,2739 -"183189",58384,54551,3,1637,2348 -"183190",58384,56854,3,1637,2022 -"183191",58414,489,2,880,2652 -"183192",58414,750,3,880,1327 -"183193",58414,1196,3,880,1986 -"183194",58414,2224,3,880,2751 -"183195",58414,2289,3,880,2389 -"183196",58414,3751,2,880,1358 -"183197",58414,7196,3,880,1508 -"183198",58414,8821,2,880,2230 -"183199",58414,8913,3,880,968 -"183200",58414,10716,3,880,1692 -"183201",58414,15401,3,880,1999 -"183202",58414,20124,3,880,2376 -"183203",58414,21754,3,880,1881 -"183204",58414,25241,1,880,1233 -"183205",58414,32988,3,880,2008 -"183206",58414,35187,2,880,2488 -"183207",58414,40645,3,880,1899 -"183208",58414,42864,3,880,1151 -"183209",58414,53846,2,880,2737 -"183210",58414,65155,3,880,1947 -"183211",58414,94444,3,880,1554 -"183212",58421,237,1,910,1982 -"183213",58421,448,2,910,2693 -"183214",58421,798,3,910,2476 -"183215",58421,1314,3,910,1522 -"183216",58421,1519,3,910,2349 -"183217",58421,1639,3,910,2631 -"183218",58421,4001,3,910,1687 -"183219",58421,4526,3,910,1728 -"183220",58421,4646,3,910,2139 -"183221",58421,4730,3,910,2131 -"183222",58421,5599,3,910,1684 -"183223",58421,6160,2,910,969 -"183224",58421,6876,3,910,1511 -"183225",58421,8777,3,910,1620 -"183226",58421,9035,3,910,2771 -"183227",58421,9115,2,910,2068 -"183228",58421,9177,3,910,945 -"183229",58421,9351,3,910,1460 -"183230",58421,9481,3,910,1610 -"183231",58421,9503,3,910,2453 -"183232",58421,10453,3,910,1656 -"183233",58421,11538,3,910,2288 -"183234",58421,12897,3,910,1351 -"183235",58421,13068,3,910,1778 -"183236",58421,13842,3,910,2250 -"183237",58421,13920,3,910,1709 -"183238",58421,14425,3,910,1036 -"183239",58421,16437,3,910,1956 -"183240",58421,18965,3,910,2315 -"183241",58421,19934,2,910,2888 -"183242",58421,20220,3,910,1656 -"183243",58421,20941,3,910,2725 -"183244",58421,25378,3,910,1245 -"183245",58421,26336,3,910,1904 -"183246",58421,26471,3,910,1061 -"183247",58421,27509,3,910,2067 -"183248",58421,28081,3,910,1927 -"183249",58421,30034,3,910,2357 -"183250",58421,32775,3,910,2135 -"183251",58421,34875,3,910,1544 -"183252",58421,35477,3,910,2703 -"183253",58421,36278,3,910,2952 -"183254",58421,37475,3,910,1509 -"183255",58421,38492,1,910,2280 -"183256",58421,38691,3,910,2585 -"183257",58421,40492,2,910,1286 -"183258",58421,43673,3,910,2787 -"183259",58421,50581,3,910,1258 -"183260",58421,57765,3,910,2893 -"183261",58421,58759,2,910,942 -"183262",58421,59683,3,910,2068 -"183263",58421,59776,3,910,2493 -"183264",58421,68691,3,910,1209 -"183265",58421,68876,3,910,1397 -"183266",58421,73172,3,910,2496 -"183267",58421,73439,3,910,928 -"183268",58421,74605,3,910,2265 -"183269",58421,83898,2,910,1036 -"183270",58421,99288,3,910,983 -"183271",58421,107435,2,910,1635 -"183272",58427,307,3,2234,2530 -"183273",58427,5239,3,2234,2875 -"183274",58427,9893,3,2234,2701 -"183275",58427,19027,3,2234,2721 -"183276",58427,19248,3,2234,2357 -"183277",58427,20067,3,2234,2390 -"183278",58427,21406,3,2234,2714 -"183279",58427,33801,3,2234,2899 -"183280",58427,42574,2,2234,2842 -"183281",58427,47248,3,2234,2883 -"183282",58427,50248,2,2234,2781 -"183283",58427,53475,3,2234,2853 -"183284",58427,53519,1,2234,2781 -"183285",58427,54695,1,2234,2429 -"183286",58427,67150,3,2234,2633 -"183287",58427,99886,3,2234,2781 -"183288",58437,37486,1,2750,2912 -"183289",58451,270,3,1939,2542 -"183290",58451,312,3,1939,2038 -"183291",58451,2181,3,1939,2030 -"183292",58451,2424,2,1939,2582 -"183293",58451,2533,2,1939,2016 -"183294",58451,3305,3,1939,2839 -"183295",58451,5429,3,1939,1991 -"183296",58451,6030,3,1939,2953 -"183297",58451,6363,3,1939,2066 -"183298",58451,6491,3,1939,2424 -"183299",58451,6718,3,1939,2138 -"183300",58451,8088,3,1939,2220 -"183301",58451,9311,3,1939,2477 -"183302",58451,10857,3,1939,2253 -"183303",58451,11006,3,1939,1950 -"183304",58451,11440,3,1939,2026 -"183305",58451,12728,3,1939,2374 -"183306",58451,13307,3,1939,2206 -"183307",58451,15813,3,1939,2143 -"183308",58451,18394,3,1939,2356 -"183309",58451,19248,2,1939,2357 -"183310",58451,19719,2,1939,2177 -"183311",58451,19862,3,1939,2412 -"183312",58451,21012,3,1939,2325 -"183313",58451,21275,3,1939,2609 -"183314",58451,21285,3,1939,2100 -"183315",58451,23526,3,1939,1998 -"183316",58451,23725,3,1939,2378 -"183317",58451,25198,3,1939,1982 -"183318",58451,25577,3,1939,1946 -"183319",58451,25816,3,1939,2088 -"183320",58451,26451,3,1939,2133 -"183321",58451,26749,3,1939,2965 -"183322",58451,27694,2,1939,2030 -"183323",58451,40493,3,1939,1981 -"183324",58451,43455,3,1939,2846 -"183325",58451,43518,3,1939,2680 -"183326",58451,46629,3,1939,2255 -"183327",58451,48605,3,1939,2796 -"183328",58451,50685,3,1939,2008 -"183329",58451,51041,3,1939,2606 -"183330",58451,52576,2,1939,2234 -"183331",58451,56082,3,1939,2395 -"183332",58451,61982,3,1939,2725 -"183333",58451,62841,3,1939,2710 -"183334",58451,66703,2,1939,2375 -"183335",58451,72207,3,1939,2430 -"183336",58451,76892,3,1939,2381 -"183337",58451,79804,3,1939,2227 -"183338",58451,83396,3,1939,2396 -"183339",58462,2036,3,250,2483 -"183340",58462,10279,2,250,886 -"183341",58462,13150,3,250,1570 -"183342",58462,41747,3,250,1722 -"183343",58462,43929,3,250,2749 -"183344",58462,53092,3,250,2384 -"183345",58462,61948,2,250,1231 -"183346",58489,2028,3,1068,1978 -"183347",58489,2972,3,1068,1708 -"183348",58489,11662,2,1068,1139 -"183349",58489,23787,3,1068,2810 -"183350",58489,29095,3,1068,2531 -"183351",58489,38213,3,1068,1744 -"183352",58489,82929,3,1068,2475 -"183353",58489,87455,3,1068,2576 -"183354",58501,9787,3,2613,2858 -"183355",58501,14959,3,2613,2898 -"183356",58501,23206,3,2613,2805 -"183357",58501,24069,3,2613,2697 -"183358",58501,27742,3,2613,2700 -"183359",58501,44603,3,2613,2748 -"183360",58501,70656,3,2613,2771 -"183361",58508,270,3,2326,2542 -"183362",58508,843,2,2326,2332 -"183363",58508,1639,3,2326,2631 -"183364",58508,2424,2,2326,2582 -"183365",58508,2647,3,2326,2450 -"183366",58508,3305,3,2326,2839 -"183367",58508,3477,3,2326,2546 -"183368",58508,3961,3,2326,2426 -"183369",58508,3978,3,2326,2775 -"183370",58508,4249,3,2326,2547 -"183371",58508,4932,3,2326,2752 -"183372",58508,5239,3,2326,2875 -"183373",58508,5462,3,2326,2374 -"183374",58508,6248,3,2326,2737 -"183375",58508,7942,3,2326,2623 -"183376",58508,7984,3,2326,2493 -"183377",58508,8762,3,2326,2585 -"183378",58508,9272,1,2326,2835 -"183379",58508,9311,3,2326,2477 -"183380",58508,9503,3,2326,2453 -"183381",58508,9724,3,2326,2713 -"183382",58508,9910,3,2326,2526 -"183383",58508,10373,3,2326,2436 -"183384",58508,10638,3,2326,2692 -"183385",58508,11477,3,2326,2724 -"183386",58508,11506,3,2326,2824 -"183387",58508,13780,3,2326,2412 -"183388",58508,14470,3,2326,2632 -"183389",58508,14612,3,2326,2340 -"183390",58508,14761,3,2326,2502 -"183391",58508,14959,3,2326,2898 -"183392",58508,16332,3,2326,2668 -"183393",58508,16826,3,2326,2599 -"183394",58508,18943,3,2326,2861 -"183395",58508,19248,3,2326,2357 -"183396",58508,19364,3,2326,2846 -"183397",58508,20124,3,2326,2376 -"183398",58508,20407,3,2326,2339 -"183399",58508,20695,3,2326,2526 -"183400",58508,21138,3,2326,2849 -"183401",58508,22141,3,2326,2348 -"183402",58508,22326,2,2326,2818 -"183403",58508,22415,3,2326,2841 -"183404",58508,22709,3,2326,2743 -"183405",58508,23550,3,2326,2939 -"183406",58508,25305,3,2326,2447 -"183407",58508,25941,3,2326,2369 -"183408",58508,26749,2,2326,2965 -"183409",58508,27275,3,2326,2656 -"183410",58508,27390,3,2326,2425 -"183411",58508,28582,3,2326,2698 -"183412",58508,30010,3,2326,2917 -"183413",58508,30052,3,2326,2855 -"183414",58508,30173,3,2326,2404 -"183415",58508,31264,3,2326,2335 -"183416",58508,31357,3,2326,2389 -"183417",58508,32173,3,2326,2341 -"183418",58508,33572,3,2326,2370 -"183419",58508,33949,3,2326,2489 -"183420",58508,36136,3,2326,2338 -"183421",58508,36439,3,2326,2469 -"183422",58508,37684,3,2326,2899 -"183423",58508,38038,3,2326,2686 -"183424",58508,38780,3,2326,2705 -"183425",58508,38887,3,2326,2468 -"183426",58508,39439,2,2326,2462 -"183427",58508,39444,2,2326,2695 -"183428",58508,39906,3,2326,2365 -"183429",58508,42390,3,2326,2937 -"183430",58508,42407,3,2326,2408 -"183431",58508,43173,2,2326,2895 -"183432",58508,43226,1,2326,2442 -"183433",58508,43455,3,2326,2846 -"183434",58508,43701,3,2326,2400 -"183435",58508,45302,3,2326,2390 -"183436",58508,45608,3,2326,2420 -"183437",58508,46951,3,2326,2429 -"183438",58508,47607,3,2326,2724 -"183439",58508,48931,3,2326,2444 -"183440",58508,50236,3,2326,2339 -"183441",58508,51843,3,2326,2389 -"183442",58508,53584,3,2326,2391 -"183443",58508,54385,3,2326,2340 -"183444",58508,55438,3,2326,2863 -"183445",58508,55468,3,2326,2511 -"183446",58508,55828,3,2326,2393 -"183447",58508,56082,2,2326,2395 -"183448",58508,59039,2,2326,2870 -"183449",58508,59700,3,2326,2346 -"183450",58508,61982,3,2326,2725 -"183451",58508,62841,3,2326,2710 -"183452",58508,69335,1,2326,2698 -"183453",58508,70217,3,2326,2332 -"183454",58508,71274,3,2326,2390 -"183455",58508,72207,3,2326,2430 -"183456",58508,73553,3,2326,2726 -"183457",58508,76892,3,2326,2381 -"183458",58508,77077,3,2326,2693 -"183459",58508,79036,3,2326,2524 -"183460",58508,79322,3,2326,2770 -"183461",58508,80190,3,2326,2717 -"183462",58508,93553,3,2326,2537 -"183463",58508,98354,3,2326,2794 -"183464",58508,101797,3,2326,2357 -"183465",58508,108379,3,2326,2933 -"183466",58516,1367,3,409,2176 -"183467",58516,2424,3,409,2582 -"183468",58516,2747,3,409,2411 -"183469",58516,3863,3,409,856 -"183470",58516,5346,2,409,1438 -"183471",58516,5580,3,409,2111 -"183472",58516,6996,3,409,2916 -"183473",58516,7245,3,409,2089 -"183474",58516,9654,3,409,2111 -"183475",58516,12473,3,409,801 -"183476",58516,13671,3,409,1371 -"183477",58516,14707,3,409,672 -"183478",58516,15207,2,409,1855 -"183479",58516,15453,3,409,1688 -"183480",58516,15462,3,409,1141 -"183481",58516,16067,3,409,2727 -"183482",58516,17632,3,409,1947 -"183483",58516,17943,3,409,1943 -"183484",58516,18348,3,409,1711 -"183485",58516,18415,3,409,2184 -"183486",58516,18550,2,409,483 -"183487",58516,19282,3,409,1623 -"183488",58516,19744,3,409,2623 -"183489",58516,21929,3,409,2062 -"183490",58516,24974,3,409,702 -"183491",58516,28057,3,409,1067 -"183492",58516,30262,3,409,1715 -"183493",58516,30943,3,409,2287 -"183494",58516,32939,3,409,2277 -"183495",58516,33655,3,409,773 -"183496",58516,40113,2,409,451 -"183497",58516,40129,3,409,2162 -"183498",58516,40703,3,409,1608 -"183499",58516,41439,3,409,709 -"183500",58516,42642,3,409,2257 -"183501",58516,42725,3,409,630 -"183502",58516,45186,3,409,835 -"183503",58516,46803,3,409,2305 -"183504",58516,53043,3,409,803 -"183505",58516,54388,3,409,1257 -"183506",58516,57804,3,409,2214 -"183507",58516,63641,3,409,2337 -"183508",58516,67726,3,409,2873 -"183509",58516,69293,3,409,609 -"183510",58516,69716,3,409,2632 -"183511",58516,73205,2,409,1529 -"183512",58516,74818,3,409,1440 -"183513",58516,85356,3,409,1492 -"183514",58516,85525,3,409,1718 -"183515",58516,91210,3,409,1457 -"183516",58516,94520,2,409,1243 -"183517",58516,99237,3,409,783 -"183518",58516,99557,3,409,1703 -"183519",58530,212,3,298,1513 -"183520",58530,843,3,298,2332 -"183521",58530,913,3,298,2144 -"183522",58530,1044,3,298,880 -"183523",58530,1968,3,298,631 -"183524",58530,2322,2,298,1645 -"183525",58530,2424,3,298,2582 -"183526",58530,2731,3,298,434 -"183527",58530,3271,2,298,2216 -"183528",58530,4687,3,298,2152 -"183529",58530,4790,3,298,1025 -"183530",58530,5599,3,298,1684 -"183531",58530,6052,3,298,1985 -"183532",58530,6718,3,298,2138 -"183533",58530,7310,3,298,636 -"183534",58530,7337,3,298,1797 -"183535",58530,7604,3,298,1366 -"183536",58530,8529,3,298,1205 -"183537",58530,8607,3,298,1685 -"183538",58530,8921,3,298,2403 -"183539",58530,9272,2,298,2835 -"183540",58530,9364,3,298,1698 -"183541",58530,10488,3,298,1524 -"183542",58530,10513,3,298,2284 -"183543",58530,11817,3,298,600 -"183544",58530,12887,3,298,433 -"183545",58530,14654,3,298,1692 -"183546",58530,14824,3,298,455 -"183547",58530,15700,3,298,1712 -"183548",58530,16332,3,298,2668 -"183549",58530,16437,3,298,1956 -"183550",58530,16940,3,298,1290 -"183551",58530,17376,3,298,1202 -"183552",58530,18152,3,298,1314 -"183553",58530,19075,3,298,2214 -"183554",58530,19204,3,298,1753 -"183555",58530,19719,3,298,2177 -"183556",58530,20311,3,298,1981 -"183557",58530,20975,3,298,1305 -"183558",58530,21197,3,298,1437 -"183559",58530,21198,2,298,935 -"183560",58530,21285,3,298,2100 -"183561",58530,21693,3,298,2176 -"183562",58530,22282,3,298,1418 -"183563",58530,22326,3,298,2818 -"183564",58530,22362,3,298,1836 -"183565",58530,22415,3,298,2841 -"183566",58530,22537,3,298,436 -"183567",58530,22586,3,298,1341 -"183568",58530,23395,3,298,1948 -"183569",58530,23430,3,298,904 -"183570",58530,23450,2,298,967 -"183571",58530,23729,3,298,1624 -"183572",58530,25577,3,298,1946 -"183573",58530,26471,3,298,1061 -"183574",58530,26749,3,298,2965 -"183575",58530,26867,3,298,1804 -"183576",58530,27275,3,298,2656 -"183577",58530,27390,3,298,2425 -"183578",58530,27792,3,298,1308 -"183579",58530,28124,3,298,434 -"183580",58530,28432,3,298,1954 -"183581",58530,29705,3,298,607 -"183582",58530,29987,3,298,956 -"183583",58530,30325,3,298,1067 -"183584",58530,31338,2,298,917 -"183585",58530,32131,3,298,1035 -"183586",58530,32339,3,298,2430 -"183587",58530,32811,3,298,804 -"183588",58530,37376,3,298,432 -"183589",58530,37752,3,298,2223 -"183590",58530,38019,3,298,1870 -"183591",58530,38219,3,298,1689 -"183592",58530,39238,3,298,922 -"183593",58530,39439,3,298,2462 -"183594",58530,39444,3,298,2695 -"183595",58530,40028,3,298,1349 -"183596",58530,41439,3,298,709 -"183597",58530,43173,3,298,2895 -"183598",58530,43213,3,298,2160 -"183599",58530,43226,2,298,2442 -"183600",58530,43385,3,298,1623 -"183601",58530,44729,3,298,588 -"183602",58530,45874,3,298,944 -"183603",58530,46723,3,298,607 -"183604",58530,47772,3,298,2293 -"183605",58530,48110,2,298,2009 -"183606",58530,49512,3,298,1302 -"183607",58530,50219,3,298,756 -"183608",58530,50236,3,298,2339 -"183609",58530,51017,3,298,2073 -"183610",58530,51035,3,298,2397 -"183611",58530,52136,3,298,1412 -"183612",58530,52576,2,298,2234 -"183613",58530,53323,3,298,2677 -"183614",58530,53445,3,298,2028 -"183615",58530,55082,3,298,1856 -"183616",58530,55139,3,298,2323 -"183617",58530,56082,2,298,2395 -"183618",58530,56317,2,298,2030 -"183619",58530,57804,3,298,2214 -"183620",58530,57990,3,298,978 -"183621",58530,58133,3,298,1484 -"183622",58530,58508,1,298,2326 -"183623",58530,59039,3,298,2870 -"183624",58530,65007,3,298,2530 -"183625",58530,69335,2,298,2698 -"183626",58530,70217,3,298,2332 -"183627",58530,70838,3,298,687 -"183628",58530,71342,2,298,1289 -"183629",58530,71971,3,298,1294 -"183630",58530,72207,3,298,2430 -"183631",58530,72956,3,298,1251 -"183632",58530,73128,3,298,1549 -"183633",58530,75403,3,298,1895 -"183634",58530,76127,3,298,910 -"183635",58530,76284,3,298,1237 -"183636",58530,76511,3,298,1250 -"183637",58530,77305,3,298,965 -"183638",58530,79322,3,298,2770 -"183639",58530,80219,3,298,988 -"183640",58530,80301,2,298,1690 -"183641",58530,80801,3,298,1250 -"183642",58530,81588,2,298,1568 -"183643",58530,82039,3,298,1327 -"183644",58530,82226,3,298,1619 -"183645",58530,82949,2,298,2077 -"183646",58530,84743,2,298,396 -"183647",58530,85138,3,298,1685 -"183648",58530,89097,2,298,935 -"183649",58530,92220,3,298,607 -"183650",58530,94908,3,298,1413 -"183651",58530,95836,3,298,760 -"183652",58530,99332,3,298,873 -"183653",58530,105602,3,298,434 -"183654",58530,109663,3,298,545 -"183655",58596,11540,3,936,1237 -"183656",58596,21138,3,936,2849 -"183657",58596,51017,3,936,2073 -"183658",58617,11382,3,2093,2746 -"183659",58617,41607,3,2093,2802 -"183660",58617,88455,2,2093,2388 -"183661",58652,270,3,1437,2542 -"183662",58652,312,3,1437,2038 -"183663",58652,380,3,1437,2261 -"183664",58652,2322,3,1437,1645 -"183665",58652,2424,2,1437,2582 -"183666",58652,2533,2,1437,2016 -"183667",58652,3305,3,1437,2839 -"183668",58652,3801,3,1437,1974 -"183669",58652,4701,3,1437,2401 -"183670",58652,6052,3,1437,1985 -"183671",58652,6222,3,1437,1949 -"183672",58652,6363,3,1437,2066 -"183673",58652,9311,3,1437,2477 -"183674",58652,9364,3,1437,1698 -"183675",58652,10358,3,1437,2294 -"183676",58652,11006,3,1437,1950 -"183677",58652,11440,3,1437,2026 -"183678",58652,12618,3,1437,2021 -"183679",58652,12728,2,1437,2374 -"183680",58652,12863,3,1437,2027 -"183681",58652,14032,3,1437,2144 -"183682",58652,15539,3,1437,1929 -"183683",58652,15813,3,1437,2143 -"183684",58652,16201,3,1437,1811 -"183685",58652,16432,3,1437,2664 -"183686",58652,17931,3,1437,1617 -"183687",58652,19248,3,1437,2357 -"183688",58652,19719,3,1437,2177 -"183689",58652,20311,3,1437,1981 -"183690",58652,21285,2,1437,2100 -"183691",58652,21693,3,1437,2176 -"183692",58652,22326,3,1437,2818 -"183693",58652,22362,3,1437,1836 -"183694",58652,23508,3,1437,1907 -"183695",58652,23729,3,1437,1624 -"183696",58652,24612,3,1437,1875 -"183697",58652,24955,3,1437,2424 -"183698",58652,25577,3,1437,1946 -"183699",58652,26749,3,1437,2965 -"183700",58652,27175,3,1437,1447 -"183701",58652,27275,3,1437,2656 -"183702",58652,27694,3,1437,2030 -"183703",58652,29073,3,1437,2328 -"183704",58652,30052,3,1437,2855 -"183705",58652,31050,3,1437,1491 -"183706",58652,31530,2,1437,1661 -"183707",58652,32919,3,1437,2321 -"183708",58652,35095,3,1437,1502 -"183709",58652,38019,3,1437,1870 -"183710",58652,43385,2,1437,1623 -"183711",58652,43455,3,1437,2846 -"183712",58652,46629,3,1437,2255 -"183713",58652,48414,3,1437,1749 -"183714",58652,48605,3,1437,2796 -"183715",58652,51022,3,1437,1499 -"183716",58652,51041,3,1437,2606 -"183717",58652,52058,3,1437,1836 -"183718",58652,52570,3,1437,2645 -"183719",58652,52576,3,1437,2234 -"183720",58652,55468,3,1437,2511 -"183721",58652,56317,2,1437,2030 -"183722",58652,58133,3,1437,1484 -"183723",58652,58451,3,1437,1939 -"183724",58652,58508,3,1437,2326 -"183725",58652,58684,2,1437,2295 -"183726",58652,61982,3,1437,2725 -"183727",58652,62841,3,1437,2710 -"183728",58652,66703,3,1437,2375 -"183729",58652,76892,3,1437,2381 -"183730",58652,81588,2,1437,1568 -"183731",58652,82949,3,1437,2077 -"183732",58652,101797,3,1437,2357 -"183733",58655,3620,3,2685,2955 -"183734",58655,4612,2,2685,2804 -"183735",58655,9787,3,2685,2858 -"183736",58655,11648,3,2685,2852 -"183737",58655,15826,2,2685,2772 -"183738",58655,17033,3,2685,2771 -"183739",58655,27742,1,2685,2700 -"183740",58669,5315,3,2296,2631 -"183741",58669,15636,3,2296,2857 -"183742",58669,20067,3,2296,2390 -"183743",58669,20732,3,2296,2401 -"183744",58669,23726,3,2296,2434 -"183745",58669,26249,3,2296,2301 -"183746",58669,46803,3,2296,2305 -"183747",58669,53475,3,2296,2853 -"183748",58669,70203,2,2296,2756 -"183749",58684,2424,3,2295,2582 -"183750",58684,3305,3,2295,2839 -"183751",58684,12728,3,2295,2374 -"183752",58684,22326,3,2295,2818 -"183753",58684,27275,3,2295,2656 -"183754",58684,29073,3,2295,2328 -"183755",58684,30052,3,2295,2855 -"183756",58684,32778,3,2295,2310 -"183757",58684,51041,3,2295,2606 -"183758",58684,58508,3,2295,2326 -"183759",58684,101797,3,2295,2357 -"183760",58711,42574,3,2746,2842 -"183761",58711,47882,3,2746,2769 -"183762",58733,854,3,1958,2307 -"183763",58733,8865,3,1958,2394 -"183764",58733,9615,3,1958,2464 -"183765",58733,10148,3,1958,2964 -"183766",58733,10779,3,1958,2881 -"183767",58733,12388,3,1958,1975 -"183768",58733,14959,3,1958,2898 -"183769",58733,21248,3,1958,2232 -"183770",58733,29454,3,1958,2719 -"183771",58733,30236,3,1958,2238 -"183772",58733,38732,3,1958,2263 -"183773",58733,41664,3,1958,2641 -"183774",58733,41682,3,1958,1988 -"183775",58733,51157,2,1958,2319 -"183776",58733,55862,3,1958,2123 -"183777",58733,56854,3,1958,2022 -"183778",58733,64219,2,1958,2705 -"183779",58745,680,3,1920,2569 -"183780",58745,3271,3,1920,2216 -"183781",58745,4916,3,1920,1970 -"183782",58745,8865,3,1920,2394 -"183783",58745,9332,3,1920,2734 -"183784",58745,10129,2,1920,2124 -"183785",58745,12361,3,1920,2732 -"183786",58745,17973,2,1920,2837 -"183787",58745,18005,3,1920,2449 -"183788",58745,19073,2,1920,2748 -"183789",58745,20124,2,1920,2376 -"183790",58745,29116,1,1920,2128 -"183791",58745,29473,3,1920,2602 -"183792",58745,40954,3,1920,2603 -"183793",58745,53687,3,1920,2422 -"183794",58745,63077,3,1920,2778 -"183795",58759,237,1,942,1982 -"183796",58759,448,2,942,2693 -"183797",58759,1203,3,942,1350 -"183798",58759,2344,3,942,2752 -"183799",58759,2576,3,942,1307 -"183800",58759,4646,3,942,2139 -"183801",58759,4730,3,942,2131 -"183802",58759,5599,3,942,1684 -"183803",58759,5678,3,942,1131 -"183804",58759,6876,1,942,1511 -"183805",58759,8568,3,942,2706 -"183806",58759,8777,3,942,1620 -"183807",58759,9060,2,942,1612 -"183808",58759,9115,3,942,2068 -"183809",58759,9785,2,942,2951 -"183810",58759,9787,3,942,2858 -"183811",58759,10087,3,942,1617 -"183812",58759,11538,3,942,2288 -"183813",58759,13842,3,942,2250 -"183814",58759,14287,3,942,1583 -"183815",58759,16286,3,942,2470 -"183816",58759,16501,3,942,1650 -"183817",58759,16684,3,942,1657 -"183818",58759,17252,3,942,1258 -"183819",58759,18965,3,942,2315 -"183820",58759,20220,3,942,1656 -"183821",58759,22578,3,942,2216 -"183822",58759,23131,3,942,1732 -"183823",58759,24176,3,942,1986 -"183824",58759,26336,3,942,1904 -"183825",58759,27914,3,942,2507 -"183826",58759,28357,3,942,1134 -"183827",58759,28869,3,942,2425 -"183828",58759,29286,3,942,1612 -"183829",58759,30525,3,942,1964 -"183830",58759,30631,3,942,951 -"183831",58759,30891,3,942,1256 -"183832",58759,31868,2,942,1993 -"183833",58759,34875,3,942,1544 -"183834",58759,35728,2,942,2017 -"183835",58759,37059,3,942,2840 -"183836",58759,38492,3,942,2280 -"183837",58759,39534,3,942,2410 -"183838",58759,40035,3,942,2742 -"183839",58759,41633,3,942,1976 -"183840",58759,41953,3,942,945 -"183841",58759,42756,3,942,1384 -"183842",58759,44235,3,942,2700 -"183843",58759,44877,3,942,1219 -"183844",58759,45480,3,942,1104 -"183845",58759,50354,3,942,1299 -"183846",58759,53643,3,942,1626 -"183847",58759,56995,3,942,2323 -"183848",58759,59637,3,942,2141 -"183849",58759,59776,3,942,2493 -"183850",58759,61125,3,942,1673 -"183851",58759,61723,3,942,1262 -"183852",58759,67805,3,942,1338 -"183853",58759,69131,3,942,2122 -"183854",58759,69447,3,942,1197 -"183855",58759,70455,3,942,1307 -"183856",58759,71467,3,942,1051 -"183857",58759,72438,3,942,1397 -"183858",58759,73192,3,942,1955 -"183859",58759,79432,3,942,1708 -"183860",58759,83898,3,942,1036 -"183861",58759,100048,3,942,1573 -"183862",58759,107383,3,942,1918 -"183863",58759,107435,3,942,1635 -"183864",58759,111375,3,942,2686 -"183865",58812,602,3,1170,2632 -"183866",58812,2863,3,1170,1657 -"183867",58812,13724,1,1170,1573 -"183868",58812,21249,3,1170,1635 -"183869",58812,22311,3,1170,2034 -"183870",58812,35186,2,1170,1520 -"183871",58812,77811,3,1170,1871 -"183872",58812,81269,3,1170,1570 -"183873",58812,84268,2,1170,1217 -"183874",58829,237,3,1256,1982 -"183875",58829,341,3,1256,2689 -"183876",58829,841,3,1256,2964 -"183877",58829,1314,3,1256,1522 -"183878",58829,2057,3,1256,1965 -"183879",58829,2226,3,1256,2225 -"183880",58829,3127,3,1256,2273 -"183881",58829,3271,3,1256,2216 -"183882",58829,3456,3,1256,1999 -"183883",58829,4526,2,1256,1728 -"183884",58829,4932,3,1256,2752 -"183885",58829,4983,3,1256,1909 -"183886",58829,5363,2,1256,1791 -"183887",58829,6821,3,1256,1788 -"183888",58829,8865,3,1256,2394 -"183889",58829,10215,3,1256,2006 -"183890",58829,10373,3,1256,2436 -"183891",58829,11029,3,1256,2362 -"183892",58829,11136,3,1256,2573 -"183893",58829,12361,3,1256,2732 -"183894",58829,12897,3,1256,1351 -"183895",58829,13136,3,1256,2867 -"183896",58829,13842,3,1256,2250 -"183897",58829,16437,3,1256,1956 -"183898",58829,18381,3,1256,1524 -"183899",58829,19165,3,1256,2436 -"183900",58829,19231,3,1256,1424 -"183901",58829,19587,3,1256,1684 -"183902",58829,19655,2,1256,2706 -"183903",58829,19751,2,1256,1630 -"183904",58829,19934,3,1256,2888 -"183905",58829,20308,3,1256,2254 -"183906",58829,21207,3,1256,1258 -"183907",58829,21670,2,1256,2158 -"183908",58829,27280,2,1256,1965 -"183909",58829,27391,3,1256,2378 -"183910",58829,27509,3,1256,2067 -"183911",58829,27722,2,1256,1266 -"183912",58829,28051,3,1256,2089 -"183913",58829,32775,3,1256,2135 -"183914",58829,35822,2,1256,1903 -"183915",58829,37752,2,1256,2223 -"183916",58829,37929,3,1256,2393 -"183917",58829,38259,3,1256,2258 -"183918",58829,40623,2,1256,2580 -"183919",58829,40910,3,1256,2469 -"183920",58829,41969,2,1256,2189 -"183921",58829,43961,3,1256,2443 -"183922",58829,45138,3,1256,2516 -"183923",58829,52154,3,1256,1722 -"183924",58829,53051,3,1256,1940 -"183925",58829,55817,3,1256,2285 -"183926",58829,59039,3,1256,2870 -"183927",58829,59485,3,1256,1564 -"183928",58829,60879,3,1256,2792 -"183929",58829,61723,3,1256,1262 -"183930",58829,63654,3,1256,2310 -"183931",58829,64181,3,1256,1828 -"183932",58829,64967,3,1256,2872 -"183933",58829,65188,2,1256,2213 -"183934",58829,68452,3,1256,1606 -"183935",58829,70070,2,1256,2425 -"183936",58829,73172,3,1256,2496 -"183937",58829,74795,2,1256,1319 -"183938",58829,79432,3,1256,1708 -"183939",58829,90745,3,1256,1994 -"183940",58829,94625,2,1256,2105 -"183941",58829,119524,2,1256,1930 -"183942",58852,2684,3,2323,2874 -"183943",58852,10851,3,2323,2423 -"183944",58852,13249,2,2323,2573 -"183945",58852,13732,3,2323,2789 -"183946",58852,24753,2,2323,2860 -"183947",58852,26865,3,2323,2726 -"183948",58852,30081,3,2323,2403 -"183949",58852,41664,3,2323,2641 -"183950",58852,55643,3,2323,2359 -"183951",58854,24,2,1131,1295 -"183952",58854,160,3,1131,2007 -"183953",58854,701,3,1131,2718 -"183954",58854,1875,3,1131,1786 -"183955",58854,2224,3,1131,2751 -"183956",58854,2407,3,1131,1725 -"183957",58854,2563,1,1131,1686 -"183958",58854,3306,3,1131,1989 -"183959",58854,4671,3,1131,2280 -"183960",58854,5120,2,1131,2735 -"183961",58854,5226,3,1131,1309 -"183962",58854,5346,3,1131,1438 -"183963",58854,6074,3,1131,2426 -"183964",58854,6363,3,1131,2066 -"183965",58854,7475,3,1131,1284 -"183966",58854,7616,3,1131,2296 -"183967",58854,8529,2,1131,1205 -"183968",58854,9202,3,1131,2477 -"183969",58854,9853,3,1131,1275 -"183970",58854,10513,3,1131,2284 -"183971",58854,11477,3,1131,2724 -"183972",58854,11770,3,1131,1653 -"183973",58854,14669,3,1131,2080 -"183974",58854,15122,2,1131,1201 -"183975",58854,15207,3,1131,1855 -"183976",58854,15583,3,1131,1144 -"183977",58854,16539,3,1131,1947 -"183978",58854,16866,3,1131,2718 -"183979",58854,16877,3,1131,2509 -"183980",58854,18211,3,1131,1745 -"183981",58854,18865,3,1131,2676 -"183982",58854,19096,1,1131,1538 -"183983",58854,19248,3,1131,2357 -"183984",58854,20563,3,1131,2267 -"183985",58854,20624,2,1131,1298 -"183986",58854,20687,3,1131,1248 -"183987",58854,21929,3,1131,2062 -"183988",58854,21950,3,1131,1892 -"183989",58854,22292,3,1131,1910 -"183990",58854,23312,3,1131,2449 -"183991",58854,23460,3,1131,2183 -"183992",58854,23756,3,1131,2309 -"183993",58854,25030,3,1131,2017 -"183994",58854,25198,3,1131,1982 -"183995",58854,25985,3,1131,2071 -"183996",58854,30334,3,1131,2075 -"183997",58854,31705,3,1131,2706 -"183998",58854,33621,3,1131,1319 -"183999",58854,33672,3,1131,2396 -"184000",58854,33949,3,1131,2489 -"184001",58854,34464,3,1131,1741 -"184002",58854,34836,3,1131,2302 -"184003",58854,35752,3,1131,1158 -"184004",58854,36714,3,1131,2209 -"184005",58854,37108,3,1131,1202 -"184006",58854,37636,3,1131,2178 -"184007",58854,38449,3,1131,1802 -"184008",58854,39535,2,1131,2428 -"184009",58854,40392,3,1131,1878 -"184010",58854,41023,3,1131,2408 -"184011",58854,41033,2,1131,1839 -"184012",58854,44819,3,1131,2063 -"184013",58854,46512,3,1131,1292 -"184014",58854,48571,3,1131,2717 -"184015",58854,49334,3,1131,2433 -"184016",58854,49512,3,1131,1302 -"184017",58854,50001,3,1131,1518 -"184018",58854,50254,3,1131,1151 -"184019",58854,51041,3,1131,2606 -"184020",58854,51783,3,1131,2599 -"184021",58854,53323,3,1131,2677 -"184022",58854,57353,3,1131,1849 -"184023",58854,63395,3,1131,2334 -"184024",58854,68523,3,1131,1664 -"184025",58854,72468,3,1131,2292 -"184026",58854,77155,3,1131,2946 -"184027",58854,77611,3,1131,1795 -"184028",58854,79350,3,1131,2261 -"184029",58854,85949,3,1131,1132 -"184030",58854,88887,2,1131,1161 -"184031",58854,92491,3,1131,1968 -"184032",58854,94520,2,1131,1243 -"184033",58854,99860,3,1131,2071 -"184034",58854,104565,2,1131,2693 -"184035",58875,3978,3,1899,2775 -"184036",58875,4430,2,1899,2019 -"184037",58875,6697,3,1899,2438 -"184038",58875,8610,3,1899,2240 -"184039",58875,11625,3,1899,2022 -"184040",58875,18421,3,1899,2457 -"184041",58875,19934,3,1899,2888 -"184042",58875,26734,3,1899,2299 -"184043",58875,27320,3,1899,2378 -"184044",58875,28893,3,1899,2764 -"184045",58875,40035,3,1899,2742 -"184046",58875,46982,3,1899,2806 -"184047",58875,47013,3,1899,2388 -"184048",58875,53846,3,1899,2737 -"184049",58882,9702,3,684,1928 -"184050",58882,23312,3,684,2449 -"184051",58882,23534,3,684,1659 -"184052",58882,24559,2,684,946 -"184053",58882,50236,3,684,2339 -"184054",58882,81563,2,684,1188 -"184055",58882,91912,3,684,790 -"184056",58895,9520,3,917,2089 -"184057",58895,13808,3,917,1356 -"184058",58895,15799,3,917,1917 -"184059",58895,16437,3,917,1956 -"184060",58895,25544,3,917,2475 -"184061",58895,45480,3,917,1104 -"184062",58895,50491,3,917,1919 -"184063",58895,51016,3,917,1141 -"184064",58895,59039,3,917,2870 -"184065",58895,67748,3,917,1498 -"184066",58945,916,3,2481,2718 -"184067",58945,4551,1,2481,2720 -"184068",58945,7253,1,2481,2686 -"184069",58945,47607,2,2481,2724 -"184070",58945,52380,2,2481,2686 -"184071",58945,59511,2,2481,2753 -"184072",58945,69029,3,2481,2623 -"184073",58971,6252,3,2280,2336 -"184074",58971,59039,3,2280,2870 -"184075",58993,602,3,2390,2632 -"184076",58993,1355,3,2390,2473 -"184077",58993,6055,3,2390,2651 -"184078",58993,9311,2,2390,2477 -"184079",58993,14959,3,2390,2898 -"184080",58993,15626,3,2390,2434 -"184081",58993,24753,3,2390,2860 -"184082",58993,24756,3,2390,2530 -"184083",58993,25486,2,2390,2582 -"184084",58993,29095,3,2390,2531 -"184085",58993,30906,3,2390,2537 -"184086",58993,33433,3,2390,2805 -"184087",58993,33801,2,2390,2899 -"184088",58993,38755,3,2390,2902 -"184089",58993,39534,3,2390,2410 -"184090",58993,41664,3,2390,2641 -"184091",58993,53475,2,2390,2853 -"184092",58993,59113,3,2390,2434 -"184093",58993,61337,3,2390,2777 -"184094",58993,70203,3,2390,2756 -"184095",59005,11506,3,2817,2824 -"184096",59005,18943,3,2817,2861 -"184097",59005,41978,3,2817,2824 -"184098",59022,23132,2,2494,2756 -"184099",59022,40383,3,2494,2639 -"184100",59022,51410,3,2494,2739 -"184101",59039,19934,2,2870,2888 -"184102",59039,20007,3,2870,2971 -"184103",59039,38755,3,2870,2902 -"184104",59039,43173,3,2870,2895 -"184105",59042,84426,3,124,1301 -"184106",59042,112368,2,124,606 -"184107",59082,3830,3,947,1661 -"184108",59082,41278,3,947,1873 -"184109",59082,53630,3,947,1565 -"184110",59082,55828,3,947,2393 -"184111",59082,64967,3,947,2872 -"184112",59096,1691,3,1677,1941 -"184113",59096,6390,3,1677,2385 -"184114",59096,9423,3,1677,1708 -"184115",59096,10146,3,1677,1878 -"184116",59096,12081,3,1677,2166 -"184117",59096,12901,3,1677,2136 -"184118",59096,18165,2,1677,2085 -"184119",59096,18458,2,1677,2477 -"184120",59096,18670,3,1677,1835 -"184121",59096,19744,3,1677,2623 -"184122",59096,19980,3,1677,2231 -"184123",59096,23098,3,1677,2300 -"184124",59096,30697,3,1677,2891 -"184125",59096,30827,3,1677,2323 -"184126",59096,31117,3,1677,2210 -"184127",59096,41900,3,1677,1970 -"184128",59113,602,3,2434,2632 -"184129",59113,1616,3,2434,2662 -"184130",59113,2424,3,2434,2582 -"184131",59113,3765,3,2434,2775 -"184132",59113,9311,1,2434,2477 -"184133",59113,12703,3,2434,2689 -"184134",59113,13249,3,2434,2573 -"184135",59113,14959,3,2434,2898 -"184136",59113,28982,3,2434,2746 -"184137",59113,29095,3,2434,2531 -"184138",59113,30906,2,2434,2537 -"184139",59113,33433,1,2434,2805 -"184140",59113,33801,3,2434,2899 -"184141",59113,38755,3,2434,2902 -"184142",59113,49696,2,2434,2444 -"184143",59113,51853,2,2434,2520 -"184144",59113,53475,3,2434,2853 -"184145",59140,14353,3,2528,2878 -"184146",59140,17027,3,2528,2772 -"184147",59140,19208,3,2528,2629 -"184148",59140,24753,3,2528,2860 -"184149",59140,25486,3,2528,2582 -"184150",59140,33801,2,2528,2899 -"184151",59140,53475,3,2528,2853 -"184152",59143,1574,2,359,1718 -"184153",59143,1708,3,359,1591 -"184154",59143,2927,3,359,1789 -"184155",59143,3101,2,359,513 -"184156",59143,3158,3,359,2762 -"184157",59143,4634,3,359,2291 -"184158",59143,7185,2,359,1046 -"184159",59143,7604,3,359,1366 -"184160",59143,8006,3,359,479 -"184161",59143,8463,3,359,2466 -"184162",59143,9269,2,359,1892 -"184163",59143,9895,3,359,1960 -"184164",59143,10990,3,359,805 -"184165",59143,11270,3,359,1011 -"184166",59143,12473,3,359,801 -"184167",59143,12632,2,359,1174 -"184168",59143,12817,2,359,846 -"184169",59143,12966,3,359,2011 -"184170",59143,13595,3,359,1164 -"184171",59143,13712,3,359,550 -"184172",59143,14212,2,359,857 -"184173",59143,14442,3,359,2700 -"184174",59143,14957,3,359,2306 -"184175",59143,15782,3,359,2306 -"184176",59143,15926,3,359,545 -"184177",59143,16347,1,359,1868 -"184178",59143,16963,3,359,1999 -"184179",59143,19656,3,359,2059 -"184180",59143,20200,3,359,2322 -"184181",59143,20695,3,359,2526 -"184182",59143,22357,3,359,1397 -"184183",59143,24141,3,359,470 -"184184",59143,25345,3,359,713 -"184185",59143,26597,3,359,2070 -"184186",59143,26740,3,359,2695 -"184187",59143,29454,3,359,2719 -"184188",59143,30096,2,359,2082 -"184189",59143,31295,3,359,2183 -"184190",59143,31924,3,359,643 -"184191",59143,34331,3,359,1727 -"184192",59143,39009,3,359,1594 -"184193",59143,41350,3,359,1935 -"184194",59143,41489,3,359,2006 -"184195",59143,42382,2,359,2224 -"184196",59143,44744,3,359,2032 -"184197",59143,45297,3,359,1864 -"184198",59143,46616,3,359,1917 -"184199",59143,49142,3,359,2289 -"184200",59143,49379,2,359,1573 -"184201",59143,50678,3,359,1366 -"184202",59143,51460,3,359,1872 -"184203",59143,51505,3,359,1572 -"184204",59143,52386,2,359,1830 -"184205",59143,52389,3,359,512 -"184206",59143,52654,2,359,588 -"184207",59143,53584,3,359,2391 -"184208",59143,56364,3,359,1626 -"184209",59143,63329,3,359,639 -"184210",59143,64803,2,359,841 -"184211",59143,65375,3,359,824 -"184212",59143,67289,2,359,829 -"184213",59143,68730,3,359,508 -"184214",59143,68884,3,359,1011 -"184215",59143,69260,2,359,1698 -"184216",59143,69732,3,359,732 -"184217",59143,71225,3,359,956 -"184218",59143,77167,3,359,836 -"184219",59143,78163,3,359,1366 -"184220",59143,80377,3,359,1384 -"184221",59143,80454,3,359,423 -"184222",59143,80801,3,359,1250 -"184223",59143,80807,3,359,1597 -"184224",59143,82217,3,359,2441 -"184225",59143,84235,3,359,1639 -"184226",59143,84591,3,359,1685 -"184227",59143,85525,2,359,1718 -"184228",59143,85926,3,359,907 -"184229",59143,87915,3,359,1152 -"184230",59143,89391,3,359,2180 -"184231",59143,91210,3,359,1457 -"184232",59143,95730,2,359,1481 -"184233",59143,96332,3,359,1197 -"184234",59143,101666,3,359,1257 -"184235",59143,105435,3,359,684 -"184236",59143,122938,3,359,1023 -"184237",59162,32202,3,1622,2314 -"184238",59162,67062,2,1622,1623 -"184239",59167,118318,2,1256,2327 -"184240",59205,1616,3,2387,2662 -"184241",59205,2036,3,2387,2483 -"184242",59205,3853,2,2387,2465 -"184243",59205,15184,3,2387,2396 -"184244",59205,19027,3,2387,2721 -"184245",59205,21795,3,2387,2653 -"184246",59205,26359,3,2387,2535 -"184247",59205,31799,3,2387,2547 -"184248",59205,34327,3,2387,2959 -"184249",59243,62112,3,2770,2944 -"184250",59267,600,3,68,1702 -"184251",59267,18108,2,68,1656 -"184252",59267,23918,3,68,1881 -"184253",59267,27377,3,68,1724 -"184254",59267,39748,3,68,1566 -"184255",59267,41021,2,68,978 -"184256",59267,43025,2,68,2824 -"184257",59267,44763,2,68,1324 -"184258",59267,44773,3,68,1355 -"184259",59267,64181,3,68,1828 -"184260",59267,82052,1,68,885 -"184261",59282,3776,3,859,2322 -"184262",59282,10382,3,859,2111 -"184263",59282,16286,3,859,2470 -"184264",59282,16501,3,859,1650 -"184265",59282,31089,3,859,2952 -"184266",59282,35728,3,859,2017 -"184267",59282,48832,3,859,1370 -"184268",59282,50354,3,859,1299 -"184269",59282,53779,3,859,2000 -"184270",59282,62439,2,859,1274 -"184271",59282,64502,3,859,1670 -"184272",59282,111375,3,859,2686 -"184273",59298,680,3,1236,2569 -"184274",59298,3978,3,1236,2775 -"184275",59298,4361,1,1236,2571 -"184276",59298,6119,3,1236,2358 -"184277",59298,10336,3,1236,2271 -"184278",59298,12759,3,1236,2414 -"184279",59298,18381,3,1236,1524 -"184280",59298,33341,3,1236,2338 -"184281",59298,37636,3,1236,2178 -"184282",59298,41723,3,1236,2101 -"184283",59298,71390,3,1236,1992 -"184284",59298,111375,3,1236,2686 -"184285",59304,470,3,928,2285 -"184286",59304,600,2,928,1702 -"184287",59304,913,3,928,2144 -"184288",59304,1136,3,928,2536 -"184289",59304,4084,3,928,2133 -"184290",59304,4618,3,928,2607 -"184291",59304,10433,3,928,2075 -"184292",59304,16164,3,928,1184 -"184293",59304,17698,3,928,1559 -"184294",59304,22006,3,928,1202 -"184295",59304,23918,2,928,1881 -"184296",59304,24568,3,928,1937 -"184297",59304,25341,3,928,1858 -"184298",59304,26282,3,928,1241 -"184299",59304,28434,3,928,1141 -"184300",59304,31799,3,928,2547 -"184301",59304,41739,3,928,1339 -"184302",59304,52735,3,928,1124 -"184303",59304,52835,3,928,995 -"184304",59304,58035,3,928,1646 -"184305",59304,63409,3,928,1937 -"184306",59304,64031,3,928,1295 -"184307",59304,64181,3,928,1828 -"184308",59304,65625,3,928,1273 -"184309",59304,66413,3,928,2507 -"184310",59304,67314,3,928,1051 -"184311",59304,82767,3,928,1641 -"184312",59304,105063,3,928,1908 -"184313",59344,3559,3,2252,2413 -"184314",59344,14442,3,2252,2700 -"184315",59344,31357,2,2252,2389 -"184316",59344,51843,3,2252,2389 -"184317",59344,54385,3,2252,2340 -"184318",59347,14957,3,1926,2306 -"184319",59347,53498,3,1926,1967 -"184320",59386,2424,3,595,2582 -"184321",59386,2533,3,595,2016 -"184322",59386,3305,3,595,2839 -"184323",59386,3306,3,595,1989 -"184324",59386,7627,3,595,1543 -"184325",59386,14669,3,595,2080 -"184326",59386,15003,3,595,2067 -"184327",59386,15244,3,595,1600 -"184328",59386,68215,2,595,2727 -"184329",59436,364,2,110,2351 -"184330",59436,2206,3,110,2536 -"184331",59436,3493,3,110,2451 -"184332",59436,8395,3,110,896 -"184333",59436,9503,3,110,2453 -"184334",59436,9785,2,110,2951 -"184335",59436,15880,3,110,878 -"184336",59436,21487,3,110,2203 -"184337",59436,28869,3,110,2425 -"184338",59436,32939,3,110,2277 -"184339",59436,41581,3,110,1692 -"184340",59436,42256,3,110,2839 -"184341",59436,57804,3,110,2214 -"184342",59438,1136,3,2400,2536 -"184343",59438,12747,2,2400,2818 -"184344",59438,27753,3,2400,2750 -"184345",59438,51041,3,2400,2606 -"184346",59438,64997,3,2400,2791 -"184347",59448,20512,2,2687,2748 -"184348",59448,30668,3,2687,2882 -"184349",59470,916,1,2393,2718 -"184350",59470,5606,2,2393,2875 -"184351",59470,6248,3,2393,2737 -"184352",59470,7253,3,2393,2686 -"184353",59470,17999,2,2393,2758 -"184354",59470,23739,1,2393,2463 -"184355",59470,36662,2,2393,2967 -"184356",59470,43524,2,2393,2572 -"184357",59470,49147,1,2393,2539 -"184358",59470,55436,3,2393,2513 -"184359",59470,94339,3,2393,2768 -"184360",59485,687,3,1564,1664 -"184361",59485,1108,3,1564,1600 -"184362",59485,3271,3,1564,2216 -"184363",59485,5897,3,1564,2337 -"184364",59485,6697,3,1564,2438 -"184365",59485,6821,3,1564,1788 -"184366",59485,9301,2,1564,1861 -"184367",59485,9787,3,1564,2858 -"184368",59485,10373,3,1564,2436 -"184369",59485,10453,3,1564,1656 -"184370",59485,13068,3,1564,1778 -"184371",59485,14586,3,1564,2801 -"184372",59485,16437,3,1564,1956 -"184373",59485,16501,3,1564,1650 -"184374",59485,16776,3,1564,1565 -"184375",59485,18348,3,1564,1711 -"184376",59485,19165,2,1564,2436 -"184377",59485,19751,3,1564,1630 -"184378",59485,20894,3,1564,2214 -"184379",59485,23310,3,1564,2371 -"184380",59485,25163,3,1564,1751 -"184381",59485,27320,3,1564,2378 -"184382",59485,28051,3,1564,2089 -"184383",59485,29286,3,1564,1612 -"184384",59485,30865,3,1564,2038 -"184385",59485,33341,3,1564,2338 -"184386",59485,36691,3,1564,1903 -"184387",59485,37060,3,1564,2840 -"184388",59485,37752,2,1564,2223 -"184389",59485,38259,3,1564,2258 -"184390",59485,38373,3,1564,1928 -"184391",59485,39443,3,1564,2277 -"184392",59485,39875,3,1564,2422 -"184393",59485,41187,2,1564,2340 -"184394",59485,53051,3,1564,1940 -"184395",59485,57356,2,1564,2476 -"184396",59485,59039,2,1564,2870 -"184397",59485,65188,2,1564,2213 -"184398",59485,69788,3,1564,2007 -"184399",59485,75935,3,1564,1569 -"184400",59485,77077,3,1564,2693 -"184401",59485,90745,3,1564,1994 -"184402",59485,107292,3,1564,1667 -"184403",59506,687,3,983,1664 -"184404",59506,5716,3,983,1058 -"184405",59506,14425,3,983,1036 -"184406",59506,18348,3,983,1711 -"184407",59506,19934,3,983,2888 -"184408",59506,23310,3,983,2371 -"184409",59506,27320,3,983,2378 -"184410",59506,27908,3,983,2576 -"184411",59506,28893,3,983,2764 -"184412",59506,29495,2,983,1612 -"184413",59506,31783,3,983,1180 -"184414",59506,36691,3,983,1903 -"184415",59506,37752,3,983,2223 -"184416",59506,39443,3,983,2277 -"184417",59506,39746,3,983,1361 -"184418",59506,39875,3,983,2422 -"184419",59506,44786,3,983,1096 -"184420",59506,45480,3,983,1104 -"184421",59506,58875,3,983,1899 -"184422",59506,59039,3,983,2870 -"184423",59506,59485,2,983,1564 -"184424",59506,65188,3,983,2213 -"184425",59506,69788,3,983,2007 -"184426",59506,80219,2,983,988 -"184427",59518,3420,3,487,497 -"184428",59518,4957,3,487,644 -"184429",59518,14761,3,487,2502 -"184430",59518,23430,3,487,904 -"184431",59518,41418,3,487,535 -"184432",59518,55091,3,487,546 -"184433",59518,61245,3,487,955 -"184434",59518,75312,3,487,522 -"184435",59518,99288,3,487,983 -"184436",59522,313,3,1516,2271 -"184437",59522,455,3,1516,2827 -"184438",59522,1262,3,1516,2973 -"184439",59522,1386,2,1516,1901 -"184440",59522,3488,3,1516,2351 -"184441",59522,3695,3,1516,2612 -"184442",59522,5491,2,1516,2048 -"184443",59522,7078,3,1516,2344 -"184444",59522,7394,1,1516,2615 -"184445",59522,9030,3,1516,1979 -"184446",59522,11456,3,1516,2715 -"184447",59522,12035,3,1516,2721 -"184448",59522,14709,3,1516,1901 -"184449",59522,18151,2,1516,2962 -"184450",59522,18366,3,1516,2699 -"184451",59522,19872,3,1516,2913 -"184452",59522,21795,2,1516,2653 -"184453",59522,22216,3,1516,1956 -"184454",59522,24511,2,1516,1871 -"184455",59522,26227,3,1516,2265 -"184456",59522,27478,3,1516,2485 -"184457",59522,28923,3,1516,2362 -"184458",59522,29791,3,1516,1986 -"184459",59522,30081,3,1516,2403 -"184460",59522,34160,3,1516,1759 -"184461",59522,34327,3,1516,2959 -"184462",59522,36559,3,1516,2473 -"184463",59522,36950,2,1516,2204 -"184464",59522,47947,3,1516,2681 -"184465",59539,701,3,2429,2718 -"184466",59539,1639,3,2429,2631 -"184467",59539,15930,2,2429,2541 -"184468",59539,23787,3,2429,2810 -"184469",59539,25544,3,2429,2475 -"184470",59539,26749,3,2429,2965 -"184471",59539,29095,2,2429,2531 -"184472",59539,32457,2,2429,2690 -"184473",59539,33949,2,2429,2489 -"184474",59539,34426,3,2429,2743 -"184475",59539,36344,3,2429,2570 -"184476",59539,39556,2,2429,2747 -"184477",59539,42522,3,2429,2592 -"184478",59539,50134,3,2429,2674 -"184479",59539,54929,3,2429,2783 -"184480",59539,57732,3,2429,2454 -"184481",59539,57842,3,2429,2482 -"184482",59539,68215,3,2429,2727 -"184483",59549,5725,3,2673,2789 -"184484",59549,26351,3,2673,2683 -"184485",59579,24761,2,2034,2384 -"184486",59579,88123,1,2034,2252 -"184487",59579,113181,1,2034,2301 -"184488",59610,798,3,2448,2476 -"184489",59610,9504,3,2448,2549 -"184490",59627,10050,3,1466,1792 -"184491",59627,14998,3,1466,1553 -"184492",59627,67604,3,1466,2075 -"184493",59627,111855,3,1466,1909 -"184494",59637,2747,3,2141,2411 -"184495",59637,8865,3,2141,2394 -"184496",59637,16286,3,2141,2470 -"184497",59637,26428,3,2141,2203 -"184498",59637,27908,3,2141,2576 -"184499",59637,53727,3,2141,2442 -"184500",59637,111375,3,2141,2686 -"184501",59646,267,3,456,2631 -"184502",59646,600,3,456,1702 -"184503",59646,601,3,456,702 -"184504",59646,757,3,456,546 -"184505",59646,803,3,456,1666 -"184506",59646,1050,3,456,1185 -"184507",59646,1428,2,456,742 -"184508",59646,1767,3,456,2727 -"184509",59646,2609,3,456,834 -"184510",59646,2901,3,456,1156 -"184511",59646,2972,3,456,1708 -"184512",59646,3068,3,456,1815 -"184513",59646,4763,3,456,1960 -"184514",59646,4863,3,456,1961 -"184515",59646,5315,2,456,2631 -"184516",59646,5716,3,456,1058 -"184517",59646,6047,3,456,2004 -"184518",59646,6366,3,456,798 -"184519",59646,6417,3,456,1675 -"184520",59646,6986,3,456,1669 -"184521",59646,7127,3,456,2352 -"184522",59646,7233,3,456,572 -"184523",59646,7292,1,456,1988 -"184524",59646,7984,3,456,2493 -"184525",59646,7992,3,456,2033 -"184526",59646,8984,3,456,1162 -"184527",59646,9702,3,456,1928 -"184528",59646,9928,3,456,2345 -"184529",59646,10128,3,456,883 -"184530",59646,10358,3,456,2294 -"184531",59646,10779,2,456,2881 -"184532",59646,10870,3,456,1755 -"184533",59646,11103,3,456,2393 -"184534",59646,11218,3,456,2292 -"184535",59646,11493,3,456,2077 -"184536",59646,11576,3,456,808 -"184537",59646,12371,3,456,1569 -"184538",59646,13315,3,456,2516 -"184539",59646,13388,2,456,2119 -"184540",59646,13732,3,456,2789 -"184541",59646,13979,3,456,1559 -"184542",59646,14032,3,456,2144 -"184543",59646,14189,3,456,1483 -"184544",59646,14709,3,456,1901 -"184545",59646,14855,3,456,903 -"184546",59646,15607,3,456,1421 -"184547",59646,15990,3,456,593 -"184548",59646,16053,2,456,908 -"184549",59646,16195,3,456,2964 -"184550",59646,16313,3,456,1160 -"184551",59646,16352,3,456,2657 -"184552",59646,17493,3,456,561 -"184553",59646,17819,3,456,2291 -"184554",59646,17997,3,456,1621 -"184555",59646,18013,3,456,1625 -"184556",59646,18670,3,456,1835 -"184557",59646,18874,2,456,2170 -"184558",59646,19542,3,456,570 -"184559",59646,19637,3,456,1229 -"184560",59646,19719,3,456,2177 -"184561",59646,20067,2,456,2390 -"184562",59646,20259,3,456,2751 -"184563",59646,20732,3,456,2401 -"184564",59646,20893,3,456,2695 -"184565",59646,21198,3,456,935 -"184566",59646,21706,3,456,1988 -"184567",59646,21795,3,456,2653 -"184568",59646,22207,2,456,2365 -"184569",59646,22403,3,456,1630 -"184570",59646,22850,3,456,878 -"184571",59646,23006,3,456,1532 -"184572",59646,23310,3,456,2371 -"184573",59646,23508,3,456,1907 -"184574",59646,23726,3,456,2434 -"184575",59646,23869,3,456,1918 -"184576",59646,24169,3,456,1663 -"184577",59646,24256,3,456,2393 -"184578",59646,24362,3,456,1287 -"184579",59646,24568,3,456,1937 -"184580",59646,24756,3,456,2530 -"184581",59646,25443,3,456,1441 -"184582",59646,25680,3,456,1618 -"184583",59646,26249,3,456,2301 -"184584",59646,26818,3,456,1999 -"184585",59646,26865,3,456,2726 -"184586",59646,27104,3,456,1608 -"184587",59646,27195,3,456,2158 -"184588",59646,27260,3,456,878 -"184589",59646,28002,3,456,914 -"184590",59646,28130,3,456,908 -"184591",59646,28131,3,456,1492 -"184592",59646,28571,3,456,1556 -"184593",59646,29089,3,456,1344 -"184594",59646,29512,3,456,1594 -"184595",59646,29930,2,456,2240 -"184596",59646,30081,3,456,2403 -"184597",59646,30883,3,456,1629 -"184598",59646,31264,3,456,2335 -"184599",59646,31279,1,456,965 -"184600",59646,31799,3,456,2547 -"184601",59646,32811,3,456,804 -"184602",59646,32919,3,456,2321 -"184603",59646,33801,3,456,2899 -"184604",59646,34327,3,456,2959 -"184605",59646,34735,3,456,2767 -"184606",59646,35529,2,456,1620 -"184607",59646,36574,3,456,2934 -"184608",59646,37758,3,456,1998 -"184609",59646,37934,3,456,1595 -"184610",59646,39563,3,456,486 -"184611",59646,40022,3,456,2307 -"184612",59646,40432,3,456,1956 -"184613",59646,40646,3,456,1583 -"184614",59646,40893,3,456,1116 -"184615",59646,41014,3,456,1152 -"184616",59646,41108,3,456,1624 -"184617",59646,41832,3,456,1155 -"184618",59646,41955,2,456,2479 -"184619",59646,43135,3,456,1171 -"184620",59646,43479,3,456,2178 -"184621",59646,44068,3,456,1056 -"184622",59646,44636,3,456,1026 -"184623",59646,45186,3,456,835 -"184624",59646,45903,3,456,2237 -"184625",59646,46469,3,456,759 -"184626",59646,46803,3,456,2305 -"184627",59646,47386,3,456,2226 -"184628",59646,50382,3,456,2244 -"184629",59646,50977,3,456,2352 -"184630",59646,51572,3,456,912 -"184631",59646,51863,2,456,1395 -"184632",59646,53134,2,456,1590 -"184633",59646,53475,3,456,2853 -"184634",59646,54929,3,456,2783 -"184635",59646,55084,3,456,1189 -"184636",59646,55185,3,456,922 -"184637",59646,57246,3,456,1873 -"184638",59646,57977,3,456,2683 -"184639",59646,59868,2,456,1637 -"184640",59646,62488,2,456,1418 -"184641",59646,63328,3,456,922 -"184642",59646,63409,3,456,1937 -"184643",59646,64061,3,456,2381 -"184644",59646,64502,3,456,1670 -"184645",59646,67102,3,456,935 -"184646",59646,67788,3,456,837 -"184647",59646,70996,3,456,1037 -"184648",59646,71479,3,456,482 -"184649",59646,73305,3,456,2544 -"184650",59646,74681,3,456,837 -"184651",59646,74730,2,456,535 -"184652",59646,76356,2,456,2323 -"184653",59646,76999,3,456,908 -"184654",59646,77001,3,456,1440 -"184655",59646,79689,2,456,1184 -"184656",59646,80219,3,456,988 -"184657",59646,83526,3,456,1235 -"184658",59646,84498,3,456,1292 -"184659",59646,85784,2,456,1142 -"184660",59646,85794,3,456,679 -"184661",59646,86799,3,456,1951 -"184662",59646,87603,3,456,535 -"184663",59646,90802,3,456,877 -"184664",59646,92254,3,456,517 -"184665",59646,92817,3,456,569 -"184666",59646,95644,3,456,1531 -"184667",59646,97160,3,456,1215 -"184668",59646,99273,3,456,825 -"184669",59646,100140,1,456,1041 -"184670",59646,100670,2,456,525 -"184671",59646,101338,2,456,1319 -"184672",59646,102004,2,456,497 -"184673",59646,102820,1,456,501 -"184674",59646,106988,3,456,1164 -"184675",59646,109521,3,456,609 -"184676",59646,117679,3,456,535 -"184677",59670,2057,3,1173,1965 -"184678",59670,2418,3,1173,2020 -"184679",59670,2798,3,1173,1673 -"184680",59670,3620,3,1173,2955 -"184681",59670,10336,3,1173,2271 -"184682",59670,19380,3,1173,2637 -"184683",59670,29454,3,1173,2719 -"184684",59670,34216,3,1173,2832 -"184685",59670,36506,3,1173,2638 -"184686",59670,41764,3,1173,2409 -"184687",59670,44025,3,1173,1935 -"184688",59670,58829,3,1173,1256 -"184689",59670,68452,3,1173,1606 -"184690",59670,94625,2,1173,2105 -"184691",59670,104828,3,1173,1609 -"184692",59677,1315,3,1174,2760 -"184693",59677,2484,3,1174,2389 -"184694",59677,2625,3,1174,2152 -"184695",59677,2712,2,1174,1881 -"184696",59677,2716,3,1174,1748 -"184697",59677,2742,3,1174,1192 -"184698",59677,2894,3,1174,1291 -"184699",59677,3068,3,1174,1815 -"184700",59677,3139,3,1174,1656 -"184701",59677,3896,3,1174,2693 -"184702",59677,4705,3,1174,1714 -"184703",59677,4821,3,1174,1938 -"184704",59677,6222,3,1174,1949 -"184705",59677,6602,3,1174,1631 -"184706",59677,7258,3,1174,1714 -"184707",59677,7703,2,1174,2122 -"184708",59677,12524,2,1174,1287 -"184709",59677,14959,3,1174,2898 -"184710",59677,15560,3,1174,2257 -"184711",59677,15618,3,1174,1218 -"184712",59677,16758,3,1174,2574 -"184713",59677,17328,3,1174,1206 -"184714",59677,17354,3,1174,2250 -"184715",59677,17520,3,1174,2276 -"184716",59677,19282,3,1174,1623 -"184717",59677,20070,2,1174,1914 -"184718",59677,22277,3,1174,2424 -"184719",59677,22722,3,1174,1233 -"184720",59677,23319,3,1174,2867 -"184721",59677,25129,3,1174,2647 -"184722",59677,28626,3,1174,2842 -"184723",59677,28896,3,1174,1395 -"184724",59677,33621,3,1174,1319 -"184725",59677,35113,3,1174,1327 -"184726",59677,36031,3,1174,2342 -"184727",59677,36609,3,1174,2918 -"184728",59677,36637,2,1174,2085 -"184729",59677,38921,3,1174,1880 -"184730",59677,38973,3,1174,1999 -"184731",59677,40009,3,1174,1341 -"184732",59677,42264,3,1174,1702 -"184733",59677,44557,3,1174,2371 -"184734",59677,44654,3,1174,2916 -"184735",59677,45618,2,1174,2356 -"184736",59677,45650,3,1174,1528 -"184737",59677,48215,2,1174,2028 -"184738",59677,48283,3,1174,1290 -"184739",59677,50252,3,1174,2001 -"184740",59677,56464,3,1174,2488 -"184741",59677,62841,3,1174,2710 -"184742",59677,63395,3,1174,2334 -"184743",59677,79837,3,1174,1252 -"184744",59677,82270,3,1174,1641 -"184745",59677,82681,3,1174,1620 -"184746",59677,82730,3,1174,1492 -"184747",59677,87837,3,1174,1987 -"184748",59677,98080,3,1174,1265 -"184749",59677,110934,3,1174,2308 -"184750",59683,862,3,2068,2254 -"184751",59683,8865,2,2068,2394 -"184752",59683,14586,3,2068,2801 -"184753",59683,16690,3,2068,2132 -"184754",59683,22723,3,2068,2859 -"184755",59683,32920,3,2068,2158 -"184756",59683,36487,3,2068,2622 -"184757",59683,62712,3,2068,2884 -"184758",59683,63837,3,2068,2807 -"184759",59683,69232,1,2068,2130 -"184760",59700,1151,3,2346,2885 -"184761",59700,2166,3,2346,2557 -"184762",59700,4057,3,2346,2389 -"184763",59700,5462,3,2346,2374 -"184764",59700,5504,3,2346,2389 -"184765",59700,7323,3,2346,2858 -"184766",59700,7515,3,2346,2737 -"184767",59700,9272,3,2346,2835 -"184768",59700,16497,3,2346,2370 -"184769",59700,22326,3,2346,2818 -"184770",59700,33572,2,2346,2370 -"184771",59700,38667,3,2346,2880 -"184772",59700,39444,2,2346,2695 -"184773",59700,40368,3,2346,2876 -"184774",59700,43226,3,2346,2442 -"184775",59700,47803,3,2346,2477 -"184776",59700,55828,3,2346,2393 -"184777",59700,57609,3,2346,2717 -"184778",59700,69335,3,2346,2698 -"184779",59700,74636,3,2346,2525 -"184780",59700,85430,3,2346,2370 -"184781",59700,92322,2,2346,2393 -"184782",59700,93615,3,2346,2386 -"184783",59726,2524,3,1513,1708 -"184784",59726,3127,3,1513,2273 -"184785",59726,4668,3,1513,1919 -"184786",59726,7942,3,1513,2623 -"184787",59726,10980,3,1513,1974 -"184788",59726,11990,3,1513,1909 -"184789",59726,12361,3,1513,2732 -"184790",59726,12948,2,1513,2669 -"184791",59726,16286,3,1513,2470 -"184792",59726,17033,3,1513,2771 -"184793",59726,24176,3,1513,1986 -"184794",59726,28869,3,1513,2425 -"184795",59726,37752,3,1513,2223 -"184796",59726,39999,3,1513,1593 -"184797",59726,41633,3,1513,1976 -"184798",59726,44564,3,1513,2034 -"184799",59726,44694,3,1513,2220 -"184800",59726,45869,3,1513,2840 -"184801",59726,61125,3,1513,1673 -"184802",59726,111855,3,1513,1909 -"184803",59776,448,3,2493,2693 -"184804",59776,36953,3,2493,2790 -"184805",59776,37279,3,2493,2768 -"184806",59776,61337,3,2493,2777 -"184807",59786,358,3,605,798 -"184808",59786,499,3,605,1931 -"184809",59786,601,3,605,702 -"184810",59786,1044,3,605,880 -"184811",59786,1428,3,605,742 -"184812",59786,1616,3,605,2662 -"184813",59786,2424,3,605,2582 -"184814",59786,2484,3,605,2389 -"184815",59786,2894,3,605,1291 -"184816",59786,3011,3,605,2278 -"184817",59786,3161,3,605,2229 -"184818",59786,3171,3,605,700 -"184819",59786,3716,3,605,1679 -"184820",59786,4701,3,605,2401 -"184821",59786,4791,3,605,1184 -"184822",59786,6162,3,605,1673 -"184823",59786,6222,3,605,1949 -"184824",59786,6602,3,605,1631 -"184825",59786,6942,3,605,1232 -"184826",59786,6982,3,605,2034 -"184827",59786,7548,3,605,1932 -"184828",59786,7798,3,605,949 -"184829",59786,7970,3,605,1197 -"184830",59786,7984,3,605,2493 -"184831",59786,7992,3,605,2033 -"184832",59786,9311,1,605,2477 -"184833",59786,9391,3,605,1252 -"184834",59786,10843,2,605,2277 -"184835",59786,11694,3,605,1564 -"184836",59786,12103,3,605,1244 -"184837",59786,12778,3,605,2045 -"184838",59786,13249,3,605,2573 -"184839",59786,13388,3,605,2119 -"184840",59786,14723,3,605,2019 -"184841",59786,14959,3,605,2898 -"184842",59786,15453,3,605,1688 -"184843",59786,15626,2,605,2434 -"184844",59786,15636,3,605,2857 -"184845",59786,16053,3,605,908 -"184846",59786,17520,3,605,2276 -"184847",59786,18393,2,605,860 -"184848",59786,18670,3,605,1835 -"184849",59786,19453,2,605,1928 -"184850",59786,19637,2,605,1229 -"184851",59786,19719,3,605,2177 -"184852",59786,20067,3,605,2390 -"184853",59786,20271,2,605,2044 -"184854",59786,20494,2,605,1075 -"184855",59786,20732,3,605,2401 -"184856",59786,21198,3,605,935 -"184857",59786,21248,3,605,2232 -"184858",59786,21448,3,605,2332 -"184859",59786,22180,3,605,1835 -"184860",59786,22311,3,605,2034 -"184861",59786,22455,3,605,1197 -"184862",59786,22586,3,605,1341 -"184863",59786,23726,3,605,2434 -"184864",59786,23825,3,605,1913 -"184865",59786,23869,3,605,1918 -"184866",59786,24169,3,605,1663 -"184867",59786,24286,2,605,1280 -"184868",59786,24568,3,605,1937 -"184869",59786,26218,3,605,2460 -"184870",59786,26249,3,605,2301 -"184871",59786,26408,3,605,1545 -"184872",59786,27261,3,605,1368 -"184873",59786,28131,3,605,1492 -"184874",59786,29089,3,605,1344 -"184875",59786,29095,3,605,2531 -"184876",59786,30150,3,605,1704 -"184877",59786,30906,2,605,2537 -"184878",59786,33241,2,605,632 -"184879",59786,33356,1,605,1586 -"184880",59786,33433,1,605,2805 -"184881",59786,33801,3,605,2899 -"184882",59786,34707,2,605,2042 -"184883",59786,34820,3,605,1630 -"184884",59786,35256,3,605,2271 -"184885",59786,35529,3,605,1620 -"184886",59786,35888,3,605,2291 -"184887",59786,36578,3,605,1484 -"184888",59786,37934,3,605,1595 -"184889",59786,38019,3,605,1870 -"184890",59786,38755,2,605,2902 -"184891",59786,38921,3,605,1880 -"184892",59786,39534,3,605,2410 -"184893",59786,40049,3,605,1226 -"184894",59786,40296,3,605,1674 -"184895",59786,44306,3,605,1036 -"184896",59786,46803,3,605,2305 -"184897",59786,49121,2,605,2199 -"184898",59786,49581,2,605,1817 -"184899",59786,49696,3,605,2444 -"184900",59786,50093,3,605,909 -"184901",59786,50269,2,605,1966 -"184902",59786,50382,2,605,2244 -"184903",59786,50946,2,605,1075 -"184904",59786,51853,3,605,2520 -"184905",59786,52136,3,605,1412 -"184906",59786,52576,3,605,2234 -"184907",59786,53342,3,605,2071 -"184908",59786,53475,3,605,2853 -"184909",59786,54879,3,605,2210 -"184910",59786,55324,3,605,1544 -"184911",59786,55643,2,605,2359 -"184912",59786,57337,3,605,1443 -"184913",59786,58993,3,605,2390 -"184914",59786,59113,2,605,2434 -"184915",59786,59937,2,605,885 -"184916",59786,61995,3,605,823 -"184917",59786,62538,3,605,1656 -"184918",59786,62903,3,605,1704 -"184919",59786,63409,3,605,1937 -"184920",59786,64502,3,605,1670 -"184921",59786,64987,3,605,1360 -"184922",59786,66756,3,605,1301 -"184923",59786,67456,3,605,1608 -"184924",59786,68299,3,605,866 -"184925",59786,70203,3,605,2756 -"184926",59786,70681,3,605,866 -"184927",59786,72033,3,605,1740 -"184928",59786,74190,2,605,1428 -"184929",59786,74318,2,605,632 -"184930",59786,75168,3,605,699 -"184931",59786,78932,2,605,981 -"184932",59786,79612,3,605,927 -"184933",59786,82172,3,605,746 -"184934",59786,84897,3,605,1075 -"184935",59786,87144,3,605,2299 -"184936",59786,87720,3,605,2086 -"184937",59786,95155,3,605,849 -"184938",59786,104239,3,605,926 -"184939",59788,680,3,2315,2569 -"184940",59788,16286,3,2315,2470 -"184941",59788,27686,3,2315,2844 -"184942",59788,37059,2,2315,2840 -"184943",59788,37060,3,2315,2840 -"184944",59788,67908,3,2315,2385 -"184945",59788,70070,3,2315,2425 -"184946",59790,1136,3,1827,2536 -"184947",59790,1151,3,1827,2885 -"184948",59790,1616,3,1827,2662 -"184949",59790,1822,3,1827,2888 -"184950",59790,2181,3,1827,2030 -"184951",59790,3477,2,1827,2546 -"184952",59790,3628,3,1827,2707 -"184953",59790,4687,2,1827,2152 -"184954",59790,5839,3,1827,2301 -"184955",59790,6063,2,1827,2349 -"184956",59790,6390,3,1827,2385 -"184957",59790,6392,1,1827,1878 -"184958",59790,6428,2,1827,1952 -"184959",59790,6491,3,1827,2424 -"184960",59790,7847,3,1827,2424 -"184961",59790,8762,2,1827,2585 -"184962",59790,8993,3,1827,2099 -"184963",59790,9503,3,1827,2453 -"184964",59790,11351,3,1827,2971 -"184965",59790,12374,3,1827,2260 -"184966",59790,13899,3,1827,2650 -"184967",59790,14817,3,1827,2110 -"184968",59790,15023,3,1827,2054 -"184969",59790,19317,3,1827,2041 -"184970",59790,20124,3,1827,2376 -"184971",59790,20984,3,1827,2502 -"184972",59790,21684,3,1827,1971 -"184973",59790,23216,3,1827,2424 -"184974",59790,25341,3,1827,1858 -"184975",59790,25816,1,1827,2088 -"184976",59790,27628,3,1827,2389 -"184977",59790,31357,3,1827,2389 -"184978",59790,32339,3,1827,2430 -"184979",59790,32395,3,1827,2735 -"184980",59790,33223,2,1827,2397 -"184981",59790,33451,3,1827,1957 -"184982",59790,33470,3,1827,2003 -"184983",59790,35235,3,1827,2610 -"184984",59790,35428,3,1827,2263 -"184985",59790,35822,3,1827,1903 -"184986",59790,37301,3,1827,2160 -"184987",59790,38727,2,1827,2238 -"184988",59790,39411,2,1827,2384 -"184989",59790,40931,3,1827,2301 -"184990",59790,43173,3,1827,2895 -"184991",59790,47595,3,1827,2374 -"184992",59790,51843,3,1827,2389 -"184993",59790,57129,2,1827,1858 -"184994",59790,57544,3,1827,2443 -"184995",59790,60661,2,1827,2700 -"184996",59790,64181,3,1827,1828 -"184997",59790,64997,3,1827,2791 -"184998",59790,65016,3,1827,2749 -"184999",59790,79547,3,1827,1909 -"185000",59790,84317,3,1827,2081 -"185001",59813,1349,3,497,1147 -"185002",59813,2576,3,497,1307 -"185003",59813,3127,2,497,2273 -"185004",59813,4668,3,497,1919 -"185005",59813,4669,3,497,2395 -"185006",59813,8140,3,497,1262 -"185007",59813,9227,3,497,1267 -"185008",59813,10980,3,497,1974 -"185009",59813,12781,3,497,831 -"185010",59813,14532,3,497,1193 -"185011",59813,14781,3,497,2338 -"185012",59813,16715,2,497,1218 -"185013",59813,17252,3,497,1258 -"185014",59813,20220,3,497,1656 -"185015",59813,28869,3,497,2425 -"185016",59813,29286,3,497,1612 -"185017",59813,31317,3,497,1362 -"185018",59813,31866,3,497,2101 -"185019",59813,33870,3,497,955 -"185020",59813,37424,3,497,1693 -"185021",59813,40572,3,497,2666 -"185022",59813,42972,3,497,2954 -"185023",59813,45729,3,497,2606 -"185024",59813,45869,3,497,2840 -"185025",59813,46486,3,497,1868 -"185026",59813,50229,3,497,1190 -"185027",59813,50354,3,497,1299 -"185028",59813,53739,3,497,2704 -"185029",59813,70455,3,497,1307 -"185030",59813,71467,3,497,1051 -"185031",59813,87142,3,497,591 -"185032",59813,90065,3,497,1418 -"185033",59813,100048,3,497,1573 -"185034",59868,7292,2,1637,1988 -"185035",59868,39556,3,1637,2747 -"185036",59906,1785,3,865,2350 -"185037",59906,2506,3,865,954 -"185038",59906,6234,3,865,2654 -"185039",59906,9656,3,865,1135 -"185040",59906,16477,3,865,2069 -"185041",59906,25286,3,865,1545 -"185042",59906,43768,3,865,1468 -"185043",59906,59616,1,865,2154 -"185044",59906,59681,1,865,2154 -"185045",59918,42946,3,2063,2900 -"185046",59918,51831,2,2063,2427 -"185047",59918,51925,2,2063,2307 -"185048",59918,69165,3,2063,2340 -"185049",59937,602,3,885,2632 -"185050",59937,1150,3,885,1595 -"185051",59937,1203,3,885,1350 -"185052",59937,1616,3,885,2662 -"185053",59937,2424,3,885,2582 -"185054",59937,2484,3,885,2389 -"185055",59937,2894,3,885,1291 -"185056",59937,3011,3,885,2278 -"185057",59937,3161,3,885,2229 -"185058",59937,3255,3,885,2504 -"185059",59937,4660,3,885,2149 -"185060",59937,4669,3,885,2395 -"185061",59937,4701,3,885,2401 -"185062",59937,4791,3,885,1184 -"185063",59937,6162,3,885,1673 -"185064",59937,6222,3,885,1949 -"185065",59937,6390,3,885,2385 -"185066",59937,6982,3,885,2034 -"185067",59937,7196,3,885,1508 -"185068",59937,7548,3,885,1932 -"185069",59937,7798,3,885,949 -"185070",59937,7970,3,885,1197 -"185071",59937,7992,3,885,2033 -"185072",59937,8913,3,885,968 -"185073",59937,9311,1,885,2477 -"185074",59937,9391,3,885,1252 -"185075",59937,10087,3,885,1617 -"185076",59937,10843,2,885,2277 -"185077",59937,11694,3,885,1564 -"185078",59937,12103,3,885,1244 -"185079",59937,12778,3,885,2045 -"185080",59937,14017,3,885,1163 -"185081",59937,14723,2,885,2019 -"185082",59937,14761,3,885,2502 -"185083",59937,14959,3,885,2898 -"185084",59937,15401,3,885,1999 -"185085",59937,15626,2,885,2434 -"185086",59937,15978,3,885,981 -"185087",59937,16684,3,885,1657 -"185088",59937,17520,3,885,2276 -"185089",59937,18151,3,885,2962 -"185090",59937,18670,3,885,1835 -"185091",59937,19453,3,885,1928 -"185092",59937,19637,3,885,1229 -"185093",59937,19719,3,885,2177 -"185094",59937,19751,3,885,1630 -"185095",59937,20494,2,885,1075 -"185096",59937,21198,3,885,935 -"185097",59937,21248,3,885,2232 -"185098",59937,21448,3,885,2332 -"185099",59937,22180,3,885,1835 -"185100",59937,22216,3,885,1956 -"185101",59937,22311,3,885,2034 -"185102",59937,22455,3,885,1197 -"185103",59937,23277,3,885,1267 -"185104",59937,23825,3,885,1913 -"185105",59937,24169,3,885,1663 -"185106",59937,24286,2,885,1280 -"185107",59937,24568,3,885,1937 -"185108",59937,26408,3,885,1545 -"185109",59937,27261,3,885,1368 -"185110",59937,28002,3,885,914 -"185111",59937,28357,2,885,1134 -"185112",59937,29089,3,885,1344 -"185113",59937,29095,3,885,2531 -"185114",59937,30906,2,885,2537 -"185115",59937,32988,3,885,2008 -"185116",59937,33356,2,885,1586 -"185117",59937,33433,2,885,2805 -"185118",59937,33801,3,885,2899 -"185119",59937,34707,2,885,2042 -"185120",59937,34820,3,885,1630 -"185121",59937,35256,3,885,2271 -"185122",59937,35888,3,885,2291 -"185123",59937,36578,3,885,1484 -"185124",59937,38019,3,885,1870 -"185125",59937,38755,3,885,2902 -"185126",59937,38921,3,885,1880 -"185127",59937,39534,1,885,2410 -"185128",59937,44306,3,885,1036 -"185129",59937,44877,3,885,1219 -"185130",59937,45480,3,885,1104 -"185131",59937,46486,3,885,1868 -"185132",59937,49121,3,885,2199 -"185133",59937,49201,3,885,936 -"185134",59937,49347,2,885,2504 -"185135",59937,49581,3,885,1817 -"185136",59937,49696,3,885,2444 -"185137",59937,50093,3,885,909 -"185138",59937,50269,3,885,1966 -"185139",59937,50354,3,885,1299 -"185140",59937,50382,3,885,2244 -"185141",59937,50946,3,885,1075 -"185142",59937,51647,3,885,1382 -"185143",59937,51853,3,885,2520 -"185144",59937,52136,3,885,1412 -"185145",59937,52576,3,885,2234 -"185146",59937,53342,3,885,2071 -"185147",59937,53475,3,885,2853 -"185148",59937,54879,3,885,2210 -"185149",59937,55324,2,885,1544 -"185150",59937,55643,3,885,2359 -"185151",59937,58993,2,885,2390 -"185152",59937,59113,2,885,2434 -"185153",59937,61337,3,885,2777 -"185154",59937,61458,3,885,2630 -"185155",59937,62538,3,885,1656 -"185156",59937,62903,3,885,1704 -"185157",59937,63409,3,885,1937 -"185158",59937,63641,3,885,2337 -"185159",59937,64502,3,885,1670 -"185160",59937,65155,3,885,1947 -"185161",59937,66677,3,885,2151 -"185162",59937,66717,2,885,2104 -"185163",59937,66756,3,885,1301 -"185164",59937,72438,2,885,1397 -"185165",59937,72535,3,885,1191 -"185166",59937,74190,2,885,1428 -"185167",59937,75343,3,885,2008 -"185168",59937,78740,3,885,1515 -"185169",59937,78932,2,885,981 -"185170",59937,87144,3,885,2299 -"185171",59937,88857,3,885,1232 -"185172",59937,90789,2,885,1218 -"185173",59937,95910,3,885,999 -"185174",59937,96007,3,885,895 -"185175",59937,98058,3,885,1891 -"185176",59937,100462,3,885,1927 -"185177",59937,103218,3,885,1787 -"185178",59937,104239,3,885,926 -"185179",59937,107383,3,885,1918 -"185180",59939,270,2,936,2542 -"185181",59939,380,3,936,2261 -"185182",59939,457,3,936,1704 -"185183",59939,671,3,936,2328 -"185184",59939,1102,3,936,2282 -"185185",59939,1124,2,936,1596 -"185186",59939,1127,3,936,1188 -"185187",59939,1154,3,936,1656 -"185188",59939,1275,3,936,2068 -"185189",59939,1691,3,936,1941 -"185190",59939,1777,3,936,1965 -"185191",59939,2111,3,936,1904 -"185192",59939,2224,3,936,2751 -"185193",59939,2424,3,936,2582 -"185194",59939,2743,3,936,1278 -"185195",59939,2894,3,936,1291 -"185196",59939,3167,3,936,1676 -"185197",59939,3305,3,936,2839 -"185198",59939,3306,3,936,1989 -"185199",59939,4057,3,936,2389 -"185200",59939,4226,3,936,1903 -"185201",59939,4253,3,936,1890 -"185202",59939,4360,3,936,1770 -"185203",59939,4690,3,936,1938 -"185204",59939,4791,3,936,1184 -"185205",59939,5072,3,936,2175 -"185206",59939,5078,3,936,2033 -"185207",59939,5235,3,936,2324 -"185208",59939,5258,3,936,2730 -"185209",59939,5405,3,936,1510 -"185210",59939,5457,3,936,2077 -"185211",59939,5462,3,936,2374 -"185212",59939,5504,3,936,2389 -"185213",59939,5580,3,936,2111 -"185214",59939,5622,3,936,2175 -"185215",59939,5716,3,936,1058 -"185216",59939,5971,2,936,1985 -"185217",59939,5986,3,936,1721 -"185218",59939,6047,3,936,2004 -"185219",59939,6074,3,936,2426 -"185220",59939,6222,2,936,1949 -"185221",59939,6417,3,936,1675 -"185222",59939,6491,3,936,2424 -"185223",59939,6588,2,936,2025 -"185224",59939,6718,3,936,2138 -"185225",59939,7226,3,936,1228 -"185226",59939,7234,3,936,2654 -"185227",59939,7241,3,936,2259 -"185228",59939,7555,3,936,1943 -"185229",59939,7627,3,936,1543 -"185230",59939,8192,3,936,1670 -"185231",59939,8376,3,936,1670 -"185232",59939,8529,3,936,1205 -"185233",59939,8866,3,936,1545 -"185234",59939,8888,3,936,1328 -"185235",59939,9362,3,936,2879 -"185236",59939,9624,3,936,2398 -"185237",59939,9634,3,936,2041 -"185238",59939,9654,3,936,2111 -"185239",59939,9805,3,936,1621 -"185240",59939,10488,3,936,1524 -"185241",59939,10513,3,936,2284 -"185242",59939,10523,2,936,1510 -"185243",59939,10576,3,936,974 -"185244",59939,10646,3,936,1555 -"185245",59939,10857,3,936,2253 -"185246",59939,11218,3,936,2292 -"185247",59939,11229,2,936,1625 -"185248",59939,11477,3,936,2724 -"185249",59939,11966,3,936,2385 -"185250",59939,12042,3,936,2345 -"185251",59939,12096,3,936,1330 -"185252",59939,12310,3,936,1337 -"185253",59939,12374,1,936,2260 -"185254",59939,12375,3,936,1873 -"185255",59939,12388,3,936,1975 -"185256",59939,12602,3,936,1956 -"185257",59939,13307,2,936,2206 -"185258",59939,13929,3,936,2693 -"185259",59939,14032,3,936,2144 -"185260",59939,14834,3,936,2739 -"185261",59939,14959,3,936,2898 -"185262",59939,14989,3,936,2223 -"185263",59939,15003,3,936,2067 -"185264",59939,15118,3,936,1311 -"185265",59939,15135,3,936,1035 -"185266",59939,15402,3,936,1281 -"185267",59939,15444,3,936,2764 -"185268",59939,15700,3,936,1712 -"185269",59939,15799,3,936,1917 -"185270",59939,16352,2,936,2657 -"185271",59939,17027,3,936,2772 -"185272",59939,17097,3,936,1505 -"185273",59939,17400,2,936,2231 -"185274",59939,18152,3,936,1314 -"185275",59939,18361,3,936,2968 -"185276",59939,18394,2,936,2356 -"185277",59939,18502,3,936,1033 -"185278",59939,18543,3,936,2968 -"185279",59939,19096,3,936,1538 -"185280",59939,19622,3,936,2371 -"185281",59939,19719,3,936,2177 -"185282",59939,19862,3,936,2412 -"185283",59939,20067,3,936,2390 -"185284",59939,20124,3,936,2376 -"185285",59939,20311,3,936,1981 -"185286",59939,20824,3,936,1366 -"185287",59939,21012,3,936,2325 -"185288",59939,21104,2,936,2327 -"185289",59939,21122,3,936,1701 -"185290",59939,21571,3,936,2755 -"185291",59939,21693,3,936,2176 -"185292",59939,22006,3,936,1202 -"185293",59939,22197,3,936,2271 -"185294",59939,22326,3,936,2818 -"185295",59939,22362,3,936,1836 -"185296",59939,22403,3,936,1630 -"185297",59939,22566,3,936,2308 -"185298",59939,23011,3,936,2763 -"185299",59939,23492,2,936,1067 -"185300",59939,23509,3,936,2275 -"185301",59939,23526,2,936,1998 -"185302",59939,23534,3,936,1659 -"185303",59939,23715,2,936,1859 -"185304",59939,23725,2,936,2378 -"185305",59939,23825,3,936,1913 -"185306",59939,24005,2,936,1188 -"185307",59939,24066,3,936,1755 -"185308",59939,24259,3,936,1281 -"185309",59939,24558,3,936,2139 -"185310",59939,24559,3,936,946 -"185311",59939,24755,3,936,1319 -"185312",59939,25132,2,936,1188 -"185313",59939,25305,3,936,2447 -"185314",59939,25643,3,936,1646 -"185315",59939,26067,3,936,2069 -"185316",59939,26080,3,936,2525 -"185317",59939,26451,3,936,2133 -"185318",59939,26471,3,936,1061 -"185319",59939,26570,2,936,1669 -"185320",59939,26671,2,936,2279 -"185321",59939,26848,3,936,2363 -"185322",59939,26867,1,936,1804 -"185323",59939,27792,3,936,1308 -"185324",59939,28383,3,936,1222 -"185325",59939,29073,3,936,2328 -"185326",59939,29929,3,936,2789 -"185327",59939,30325,2,936,1067 -"185328",59939,30405,2,936,2164 -"185329",59939,31093,3,936,2160 -"185330",59939,31307,3,936,2139 -"185331",59939,31436,3,936,2892 -"185332",59939,32131,3,936,1035 -"185333",59939,32173,3,936,2341 -"185334",59939,33622,2,936,2230 -"185335",59939,34136,2,936,2202 -"185336",59939,34735,3,936,2767 -"185337",59939,34836,2,936,2302 -"185338",59939,35402,3,936,2339 -"185339",59939,35673,3,936,1067 -"185340",59939,38019,2,936,1870 -"185341",59939,38921,3,936,1880 -"185342",59939,39294,3,936,1889 -"185343",59939,39444,2,936,2695 -"185344",59939,40028,2,936,1349 -"185345",59939,40072,1,936,1182 -"185346",59939,40493,3,936,1981 -"185347",59939,40646,2,936,1583 -"185348",59939,41108,3,936,1624 -"185349",59939,41972,3,936,2509 -"185350",59939,42687,3,936,1952 -"185351",59939,43213,3,936,2160 -"185352",59939,43455,3,936,2846 -"185353",59939,43518,3,936,2680 -"185354",59939,43635,3,936,1196 -"185355",59939,43673,3,936,2787 -"185356",59939,44521,3,936,1593 -"185357",59939,45684,3,936,2200 -"185358",59939,46196,3,936,1510 -"185359",59939,46629,3,936,2255 -"185360",59939,46950,3,936,2673 -"185361",59939,47803,3,936,2477 -"185362",59939,47839,3,936,1864 -"185363",59939,48035,3,936,2180 -"185364",59939,48215,3,936,2028 -"185365",59939,48698,2,936,1474 -"185366",59939,49110,3,936,2938 -"185367",59939,50118,3,936,2654 -"185368",59939,50134,3,936,2674 -"185369",59939,50236,2,936,2339 -"185370",59939,52136,3,936,1412 -"185371",59939,52345,1,936,1430 -"185372",59939,53266,3,936,2389 -"185373",59939,53303,1,936,1376 -"185374",59939,53322,3,936,1200 -"185375",59939,54551,3,936,2348 -"185376",59939,54929,3,936,2783 -"185377",59939,55556,3,936,2075 -"185378",59939,55691,3,936,2856 -"185379",59939,56082,2,936,2395 -"185380",59939,56237,3,936,2625 -"185381",59939,56854,3,936,2022 -"185382",59939,57150,3,936,1196 -"185383",59939,57246,3,936,1873 -"185384",59939,57353,3,936,1849 -"185385",59939,57760,3,936,1721 -"185386",59939,57950,3,936,1529 -"185387",59939,58133,3,936,1484 -"185388",59939,59700,3,936,2346 -"185389",59939,61982,3,936,2725 -"185390",59939,65007,3,936,2530 -"185391",59939,67726,3,936,2873 -"185392",59939,67805,3,936,1338 -"185393",59939,68215,3,936,2727 -"185394",59939,69712,3,936,1219 -"185395",59939,71478,3,936,1721 -"185396",59939,72207,3,936,2430 -"185397",59939,72326,2,936,2384 -"185398",59939,72468,3,936,2292 -"185399",59939,72597,3,936,1843 -"185400",59939,72956,3,936,1251 -"185401",59939,75403,2,936,1895 -"185402",59939,75948,3,936,1006 -"185403",59939,76284,3,936,1237 -"185404",59939,76356,3,936,2323 -"185405",59939,79403,3,936,977 -"185406",59939,79657,3,936,1260 -"185407",59939,79804,3,936,2227 -"185408",59939,80825,3,936,2315 -"185409",59939,82730,3,936,1492 -"185410",59939,82776,3,936,1232 -"185411",59939,85685,2,936,998 -"185412",59939,87048,3,936,989 -"185413",59939,92104,3,936,2339 -"185414",59939,108379,3,936,2933 -"185415",59939,108867,2,936,2328 -"185416",59939,109718,3,936,1237 -"185417",59939,111971,3,936,1032 -"185418",59939,117956,3,936,2774 -"185419",59950,1702,3,1131,1984 -"185420",59950,3306,3,1131,1989 -"185421",59950,10239,3,1131,2032 -"185422",59950,12729,3,1131,1835 -"185423",59950,15008,3,1131,2338 -"185424",59950,15729,2,1131,2338 -"185425",59950,17867,3,1131,1904 -"185426",59950,33380,2,1131,2340 -"185427",59950,35926,3,1131,2371 -"185428",59950,39464,3,1131,2314 -"185429",59950,40703,2,1131,1608 -"185430",59950,42783,3,1131,2338 -"185431",59950,53995,3,1131,2151 -"185432",59979,669,3,471,1423 -"185433",59979,10859,3,471,2231 -"185434",59979,14272,3,471,1063 -"185435",59979,18244,3,471,1622 -"185436",59979,18366,2,471,2699 -"185437",59979,20397,2,471,735 -"185438",59979,21795,3,471,2653 -"185439",59979,27135,1,471,798 -"185440",59979,35888,3,471,2291 -"185441",59979,49560,3,471,1679 -"185442",59979,58180,3,471,1919 -"185443",59979,82829,2,471,2416 -"185444",59979,105795,3,471,1265 -"185445",59979,113619,3,471,760 -"185446",60055,7226,3,266,1228 -"185447",60055,8923,3,266,1266 -"185448",60055,9311,3,266,2477 -"185449",60055,10843,3,266,2277 -"185450",60055,15626,2,266,2434 -"185451",60055,22166,3,266,994 -"185452",60055,33433,3,266,2805 -"185453",60055,41581,3,266,1692 -"185454",60055,51853,3,266,2520 -"185455",60055,59113,3,266,2434 -"185456",60055,62268,3,266,413 -"185457",60055,62668,3,266,958 -"185458",60055,69293,3,266,609 -"185459",60055,95979,3,266,1722 -"185460",60059,14442,3,2587,2700 -"185461",60059,59289,3,2587,2896 -"185462",60063,1386,3,187,1901 -"185463",60063,3877,3,187,1133 -"185464",60063,9030,3,187,1979 -"185465",60063,9803,3,187,1664 -"185466",60063,10945,3,187,881 -"185467",60063,11419,3,187,1408 -"185468",60063,14669,3,187,2080 -"185469",60063,15343,2,187,2125 -"185470",60063,16029,3,187,1160 -"185471",60063,17021,3,187,1226 -"185472",60063,17967,3,187,2125 -"185473",60063,21092,2,187,1643 -"185474",60063,21417,3,187,2422 -"185475",60063,24608,3,187,1630 -"185476",60063,25541,3,187,917 -"185477",60063,25879,3,187,630 -"185478",60063,29756,2,187,2051 -"185479",60063,29791,3,187,1986 -"185480",60063,33722,3,187,1225 -"185481",60063,34311,3,187,2213 -"185482",60063,35542,3,187,1439 -"185483",60063,38908,3,187,1787 -"185484",60063,42618,3,187,2316 -"185485",60063,42814,2,187,1149 -"185486",60063,44684,3,187,1220 -"185487",60063,44729,2,187,588 -"185488",60063,45664,3,187,2235 -"185489",60063,45727,2,187,477 -"185490",60063,49741,3,187,839 -"185491",60063,55304,3,187,196 -"185492",60063,61336,2,187,2218 -"185493",60063,70046,3,187,2624 -"185494",60063,73266,3,187,2496 -"185495",60063,77057,3,187,1866 -"185496",60063,77095,3,187,1622 -"185497",60063,80655,3,187,1546 -"185498",60063,81239,2,187,547 -"185499",60063,82735,3,187,829 -"185500",60063,84039,3,187,1335 -"185501",60063,86279,2,187,1076 -"185502",60063,87198,2,187,1462 -"185503",60063,89965,3,187,810 -"185504",60063,90501,3,187,2380 -"185505",60063,93969,2,187,208 -"185506",60063,96301,2,187,818 -"185507",60063,101983,3,187,889 -"185508",60063,103721,3,187,1030 -"185509",60063,110072,3,187,490 -"185510",60063,110308,3,187,489 -"185511",60063,110486,3,187,1014 -"185512",60063,110496,2,187,208 -"185513",60063,113162,3,187,818 -"185514",60063,115090,3,187,445 -"185515",60063,117932,3,187,926 -"185516",60063,119731,3,187,1208 -"185517",60078,8238,3,1750,2222 -"185518",60078,64857,3,1750,1792 -"185519",60116,18543,3,2668,2968 -"185520",60116,44427,3,2668,2875 -"185521",60179,3980,3,2708,2771 -"185522",60179,29454,3,2708,2719 -"185523",60179,42216,3,2708,2722 -"185524",60185,135,3,1206,2233 -"185525",60185,2424,3,1206,2582 -"185526",60185,12863,3,1206,2027 -"185527",60185,15379,3,1206,1231 -"185528",60185,19248,3,1206,2357 -"185529",60185,19719,3,1206,2177 -"185530",60185,31050,3,1206,1491 -"185531",60185,38019,3,1206,1870 -"185532",60185,41739,3,1206,1339 -"185533",60185,48414,3,1206,1749 -"185534",60185,50685,1,1206,2008 -"185535",60185,52576,3,1206,2234 -"185536",60185,53196,3,1206,1888 -"185537",60185,57360,3,1206,2429 -"185538",60185,61982,3,1206,2725 -"185539",60185,62841,3,1206,2710 -"185540",60185,65625,3,1206,1273 -"185541",60201,1455,3,49,1262 -"185542",60201,2272,2,49,1640 -"185543",60201,2282,3,49,2056 -"185544",60201,2443,3,49,2333 -"185545",60201,2588,3,49,552 -"185546",60201,2927,3,49,1789 -"185547",60201,5637,3,49,1976 -"185548",60201,6345,3,49,2713 -"185549",60201,9538,1,49,1786 -"185550",60201,10701,3,49,2000 -"185551",60201,12116,3,49,2119 -"185552",60201,13034,3,49,698 -"185553",60201,14290,2,49,284 -"185554",60201,14380,3,49,120 -"185555",60201,14470,3,49,2632 -"185556",60201,15214,3,49,274 -"185557",60201,15281,3,49,810 -"185558",60201,15582,3,49,598 -"185559",60201,17531,3,49,876 -"185560",60201,17695,3,49,1930 -"185561",60201,19476,3,49,1708 -"185562",60201,20038,3,49,1531 -"185563",60201,22410,2,49,2158 -"185564",60201,23498,3,49,2398 -"185565",60201,23560,3,49,2051 -"185566",60201,24252,3,49,639 -"185567",60201,27458,3,49,647 -"185568",60201,27512,2,49,947 -"185569",60201,29778,3,49,840 -"185570",60201,31264,3,49,2335 -"185571",60201,32169,3,49,2504 -"185572",60201,36399,3,49,1357 -"185573",60201,37858,3,49,248 -"185574",60201,38354,3,49,629 -"185575",60201,38422,3,49,1019 -"185576",60201,41098,2,49,1857 -"185577",60201,42773,3,49,385 -"185578",60201,43701,3,49,2400 -"185579",60201,45499,3,49,2346 -"185580",60201,48501,3,49,2010 -"185581",60201,52950,2,49,2716 -"185582",60201,55325,3,49,653 -"185583",60201,56316,3,49,1435 -"185584",60201,61398,3,49,2563 -"185585",60201,61921,3,49,1793 -"185586",60201,67836,3,49,2195 -"185587",60201,71128,3,49,485 -"185588",60201,73520,3,49,2613 -"185589",60201,77719,2,49,2086 -"185590",60201,78277,3,49,1937 -"185591",60201,80970,3,49,2069 -"185592",60201,82280,3,49,619 -"185593",60201,87915,3,49,1152 -"185594",60201,93710,1,49,544 -"185595",60201,110262,3,49,1138 -"185596",60201,110748,3,49,398 -"185597",60201,111119,1,49,550 -"185598",60201,112140,3,49,252 -"185599",60201,116385,3,49,592 -"185600",60201,117190,3,49,425 -"185601",60217,2852,3,1634,2448 -"185602",60217,4668,3,1634,1919 -"185603",60217,4669,3,1634,2395 -"185604",60217,7252,3,1634,2799 -"185605",60217,28869,3,1634,2425 -"185606",60217,41023,3,1634,2408 -"185607",60217,45869,3,1634,2840 -"185608",60217,80156,3,1634,1667 -"185609",60257,1151,3,2795,2885 -"185610",60257,6030,3,2795,2953 -"185611",60257,7323,3,2795,2858 -"185612",60258,7942,2,2405,2623 -"185613",60258,16176,2,2405,2703 -"185614",60258,18005,3,2405,2449 -"185615",60258,34216,3,2405,2832 -"185616",60258,41023,3,2405,2408 -"185617",60258,67815,1,2405,2476 -"185618",60258,73602,3,2405,2881 -"185619",60261,28179,1,1943,2689 -"185620",60261,66618,1,1943,2381 -"185621",60261,85775,1,1943,2781 -"185622",60261,117764,2,1943,2781 -"185623",60266,9787,3,1018,2858 -"185624",60266,29286,3,1018,1612 -"185625",60266,60449,2,1018,2085 -"185626",60266,67252,3,1018,1215 -"185627",60280,1196,3,1918,1986 -"185628",60280,3961,3,1918,2426 -"185629",60280,5041,3,1918,2371 -"185630",60280,5315,3,1918,2631 -"185631",60280,5350,2,1918,2522 -"185632",60280,5622,3,1918,2175 -"185633",60280,6047,2,1918,2004 -"185634",60280,9928,3,1918,2345 -"185635",60280,10358,2,1918,2294 -"185636",60280,13311,2,1918,2315 -"185637",60280,14032,2,1918,2144 -"185638",60280,15309,3,1918,2820 -"185639",60280,16352,3,1918,2657 -"185640",60280,18874,3,1918,2170 -"185641",60280,19072,3,1918,2358 -"185642",60280,20292,3,1918,2755 -"185643",60280,21138,3,1918,2849 -"185644",60280,21571,3,1918,2755 -"185645",60280,22141,2,1918,2348 -"185646",60280,23310,3,1918,2371 -"185647",60280,23725,3,1918,2378 -"185648",60280,26080,3,1918,2525 -"185649",60280,29930,3,1918,2240 -"185650",60280,32503,3,1918,2020 -"185651",60280,32919,2,1918,2321 -"185652",60280,34735,3,1918,2767 -"185653",60280,35926,2,1918,2371 -"185654",60280,41955,3,1918,2479 -"185655",60280,43173,3,1918,2895 -"185656",60280,44557,3,1918,2371 -"185657",60280,45684,3,1918,2200 -"185658",60280,51017,3,1918,2073 -"185659",60280,52026,3,1918,2633 -"185660",60280,69716,3,1918,2632 -"185661",60280,84022,1,1918,2289 -"185662",60288,6697,3,1318,2438 -"185663",60288,7355,2,1318,1928 -"185664",60288,14754,3,1318,2456 -"185665",60288,22766,2,1318,1945 -"185666",60288,25741,1,1318,2853 -"185667",60288,35873,3,1318,1377 -"185668",60288,41338,3,1318,1553 -"185669",60289,5725,3,2729,2789 -"185670",60289,48605,3,2729,2796 -"185671",60289,71518,3,2729,2805 -"185672",60377,3557,3,1189,1259 -"185673",60377,8088,3,1189,2220 -"185674",60377,12103,2,1189,1244 -"185675",60377,16040,1,1189,1244 -"185676",60377,24146,3,1189,2003 -"185677",60377,30906,3,1189,2537 -"185678",60377,37333,3,1189,1612 -"185679",60377,54020,3,1189,1578 -"185680",60386,3460,3,1322,2530 -"185681",60386,7951,3,1322,2358 -"185682",60386,14422,3,1322,1548 -"185683",60386,15453,2,1322,1688 -"185684",60386,25480,3,1322,2747 -"185685",60386,34842,3,1322,2050 -"185686",60386,42642,3,1322,2257 -"185687",60386,45053,2,1322,1543 -"185688",60386,45343,3,1322,2360 -"185689",60386,51364,2,1322,2660 -"185690",60386,54067,1,1322,2433 -"185691",60386,56386,2,1322,2771 -"185692",60386,57337,3,1322,1443 -"185693",60386,66726,3,1322,2068 -"185694",60403,40510,3,512,943 -"185695",60403,45449,3,512,1610 -"185696",60403,45450,2,512,1590 -"185697",60403,45562,3,512,623 -"185698",60403,48254,1,512,1013 -"185699",60403,48781,2,512,954 -"185700",60403,68419,3,512,654 -"185701",60403,79639,3,512,1013 -"185702",60403,80186,3,512,2228 -"185703",60403,90852,3,512,764 -"185704",60403,100084,3,512,1964 -"185705",60449,9787,3,2085,2858 -"185706",60463,1369,3,1583,2487 -"185707",60463,3271,3,1583,2216 -"185708",60463,6345,3,1583,2713 -"185709",60463,6999,2,1583,2214 -"185710",60463,9272,3,1583,2835 -"185711",60463,12116,3,1583,2119 -"185712",60463,23550,3,1583,2939 -"185713",60463,35317,3,1583,1888 -"185714",60463,37684,3,1583,2899 -"185715",60463,42407,3,1583,2408 -"185716",60463,43226,3,1583,2442 -"185717",60463,48110,3,1583,2009 -"185718",60463,53652,3,1583,2899 -"185719",60463,58508,3,1583,2326 -"185720",60463,69335,3,1583,2698 -"185721",60463,73520,3,1583,2613 -"185722",60463,77719,3,1583,2086 -"185723",60463,78277,3,1583,1937 -"185724",60463,79699,3,1583,1735 -"185725",60463,80301,3,1583,1690 -"185726",60463,85065,3,1583,1585 -"185727",60463,93553,3,1583,2537 -"185728",60476,16352,3,2508,2657 -"185729",60476,34735,3,2508,2767 -"185730",60476,89934,3,2508,2760 -"185731",60516,3460,2,2257,2530 -"185732",60516,3896,2,2257,2693 -"185733",60516,4751,3,2257,2696 -"185734",60516,11160,3,2257,2952 -"185735",60516,11456,3,2257,2715 -"185736",60516,16751,3,2257,2301 -"185737",60516,16866,3,2257,2718 -"185738",60516,18865,3,2257,2676 -"185739",60516,22709,3,2257,2743 -"185740",60516,36646,2,2257,2744 -"185741",60516,42196,2,2257,2765 -"185742",60516,47877,3,2257,2970 -"185743",60516,51055,2,2257,2558 -"185744",60516,53968,3,2257,2703 -"185745",60516,56893,3,2257,2597 -"185746",60516,63395,2,2257,2334 -"185747",60516,64469,3,2257,2707 -"185748",60516,69591,3,2257,2294 -"185749",60516,74204,3,2257,2463 -"185750",60516,77077,3,2257,2693 -"185751",60536,900,3,151,2726 -"185752",60536,2057,3,151,1965 -"185753",60536,6479,3,151,1021 -"185754",60536,8140,3,151,1262 -"185755",60536,9552,3,151,1947 -"185756",60536,10223,1,151,1033 -"185757",60536,12897,3,151,1351 -"185758",60536,14586,3,151,2801 -"185759",60536,17687,1,151,593 -"185760",60536,19028,3,151,921 -"185761",60536,19406,3,151,619 -"185762",60536,20133,3,151,161 -"185763",60536,20176,3,151,1050 -"185764",60536,23015,2,151,1362 -"185765",60536,27255,3,151,1232 -"185766",60536,28446,3,151,917 -"185767",60536,28893,2,151,2764 -"185768",60536,32339,3,151,2430 -"185769",60536,32651,3,151,877 -"185770",60536,33665,3,151,787 -"185771",60536,35456,3,151,2358 -"185772",60536,37752,3,151,2223 -"185773",60536,38373,3,151,1928 -"185774",60536,39249,3,151,1665 -"185775",60536,39443,1,151,2277 -"185776",60536,39746,3,151,1361 -"185777",60536,39875,2,151,2422 -"185778",60536,46662,3,151,207 -"185779",60536,47889,3,151,992 -"185780",60536,47968,3,151,2829 -"185781",60536,51879,3,151,1771 -"185782",60536,52879,3,151,777 -"185783",60536,53051,3,151,1940 -"185784",60536,53131,3,151,1880 -"185785",60536,58015,3,151,899 -"185786",60536,59039,3,151,2870 -"185787",60536,59485,2,151,1564 -"185788",60536,59506,3,151,983 -"185789",60536,62268,3,151,413 -"185790",60536,65188,2,151,2213 -"185791",60536,65696,3,151,998 -"185792",60536,66978,2,151,1536 -"185793",60536,69131,3,151,2122 -"185794",60536,69788,2,151,2007 -"185795",60536,72062,3,151,156 -"185796",60536,74149,3,151,1322 -"185797",60536,77377,3,151,1487 -"185798",60536,80219,3,151,988 -"185799",60536,84447,3,151,1006 -"185800",60536,86580,3,151,696 -"185801",60536,87907,3,151,1173 -"185802",60536,90658,3,151,523 -"185803",60536,115078,3,151,697 -"185804",60536,120363,3,151,322 -"185805",60551,21638,3,572,1750 -"185806",60551,26865,3,572,2726 -"185807",60551,57019,3,572,895 -"185808",60552,145,3,855,1998 -"185809",60552,913,3,855,2144 -"185810",60552,2195,3,855,2139 -"185811",60552,2424,3,855,2582 -"185812",60552,4289,3,855,1921 -"185813",60552,6104,3,855,2462 -"185814",60552,6417,3,855,1675 -"185815",60552,6602,3,855,1631 -"185816",60552,7226,3,855,1228 -"185817",60552,8888,3,855,1328 -"185818",60552,10474,3,855,1608 -"185819",60552,11912,3,855,889 -"185820",60552,12122,3,855,1385 -"185821",60552,16195,3,855,2964 -"185822",60552,17396,1,855,1672 -"185823",60552,17819,3,855,2291 -"185824",60552,17852,3,855,2840 -"185825",60552,22331,2,855,2687 -"185826",60552,23725,3,855,2378 -"185827",60552,25443,2,855,1441 -"185828",60552,26659,3,855,903 -"185829",60552,29295,3,855,2043 -"185830",60552,31235,3,855,2668 -"185831",60552,31307,3,855,2139 -"185832",60552,32939,3,855,2277 -"185833",60552,33383,2,855,1572 -"185834",60552,34820,3,855,1630 -"185835",60552,36691,3,855,1903 -"185836",60552,43902,3,855,1726 -"185837",60552,44089,3,855,1632 -"185838",60552,45704,2,855,2687 -"185839",60552,51017,3,855,2073 -"185840",60552,54929,3,855,2783 -"185841",60552,57549,3,855,2335 -"185842",60552,57765,3,855,2893 -"185843",60552,57804,3,855,2214 -"185844",60552,70528,2,855,2727 -"185845",60552,75898,3,855,889 -"185846",60552,114872,3,855,907 -"185847",60584,854,3,288,2307 -"185848",60584,1427,3,288,324 -"185849",60584,2894,2,288,1291 -"185850",60584,4504,3,288,1905 -"185851",60584,5392,3,288,1648 -"185852",60584,5615,3,288,1105 -"185853",60584,6222,3,288,1949 -"185854",60584,7798,3,288,949 -"185855",60584,8865,3,288,2394 -"185856",60584,9391,3,288,1252 -"185857",60584,9615,3,288,2464 -"185858",60584,10148,3,288,2964 -"185859",60584,10779,3,288,2881 -"185860",60584,12388,3,288,1975 -"185861",60584,12712,3,288,815 -"185862",60584,14959,3,288,2898 -"185863",60584,16053,3,288,908 -"185864",60584,21248,3,288,2232 -"185865",60584,24393,3,288,569 -"185866",60584,24512,3,288,1369 -"185867",60584,29454,3,288,2719 -"185868",60584,29512,3,288,1594 -"185869",60584,30236,3,288,2238 -"185870",60584,33322,3,288,518 -"185871",60584,35903,3,288,1434 -"185872",60584,36784,3,288,576 -"185873",60584,38732,3,288,2263 -"185874",60584,38921,3,288,1880 -"185875",60584,39563,3,288,486 -"185876",60584,41664,3,288,2641 -"185877",60584,41682,3,288,1988 -"185878",60584,44161,3,288,1156 -"185879",60584,48377,3,288,1927 -"185880",60584,51157,2,288,2319 -"185881",60584,55862,3,288,2123 -"185882",60584,56854,3,288,2022 -"185883",60584,58733,1,288,1958 -"185884",60584,62148,3,288,1566 -"185885",60584,64219,2,288,2705 -"185886",60624,733,3,1570,1653 -"185887",60624,1639,3,1570,2631 -"185888",60624,2208,3,1570,2814 -"185889",60624,2334,2,1570,2619 -"185890",60624,4567,2,1570,2348 -"185891",60624,7616,3,1570,2296 -"185892",60624,7759,3,1570,2844 -"185893",60624,7834,3,1570,1708 -"185894",60624,13200,3,1570,2488 -"185895",60624,16539,3,1570,1947 -"185896",60624,16608,3,1570,1769 -"185897",60624,17221,3,1570,2487 -"185898",60624,17245,3,1570,1811 -"185899",60624,18571,3,1570,2128 -"185900",60624,19093,3,1570,2224 -"185901",60624,19744,3,1570,2623 -"185902",60624,19926,3,1570,2444 -"185903",60624,20419,3,1570,1587 -"185904",60624,22543,2,1570,1594 -"185905",60624,22857,3,1570,1708 -"185906",60624,23825,3,1570,1913 -"185907",60624,28048,1,1570,1637 -"185908",60624,30095,2,1570,1578 -"185909",60624,33672,3,1570,2396 -"185910",60624,39105,3,1570,2487 -"185911",60624,40129,3,1570,2162 -"185912",60624,41407,3,1570,1951 -"185913",60624,44135,3,1570,2620 -"185914",60624,50275,3,1570,2832 -"185915",60624,52154,3,1570,1722 -"185916",60624,57380,3,1570,2362 -"185917",60624,57405,3,1570,2344 -"185918",60624,64793,3,1570,2819 -"185919",60624,114257,3,1570,2307 -"185920",60624,119208,3,1570,2646 -"185921",60628,9091,2,933,1312 -"185922",60661,3628,3,2700,2707 -"185923",60661,11351,3,2700,2971 -"185924",60661,16866,3,2700,2718 -"185925",60661,43173,3,2700,2895 -"185926",60661,65016,3,2700,2749 -"185927",60672,33755,2,2876,2963 -"185928",60672,50635,3,2876,2962 -"185929",60672,55171,3,2876,2972 -"185930",60672,68416,1,2876,2939 -"185931",60689,206,3,859,1986 -"185932",60689,313,3,859,2271 -"185933",60689,377,3,859,2389 -"185934",60689,499,3,859,1931 -"185935",60689,543,2,859,2203 -"185936",60689,1036,3,859,1367 -"185937",60689,1092,3,859,1945 -"185938",60689,1151,3,859,2885 -"185939",60689,1495,3,859,2046 -"185940",60689,1616,3,859,2662 -"185941",60689,1777,3,859,1965 -"185942",60689,2484,2,859,2389 -"185943",60689,2754,3,859,1360 -"185944",60689,2766,3,859,1920 -"185945",60689,3161,3,859,2229 -"185946",60689,3753,3,859,1255 -"185947",60689,3853,3,859,2465 -"185948",60689,3878,3,859,1890 -"185949",60689,4763,2,859,1960 -"185950",60689,5429,3,859,1991 -"185951",60689,5462,3,859,2374 -"185952",60689,5504,3,859,2389 -"185953",60689,7323,3,859,2858 -"185954",60689,8791,3,859,1789 -"185955",60689,9893,3,859,2701 -"185956",60689,10638,3,859,2692 -"185957",60689,10799,3,859,2010 -"185958",60689,10874,2,859,1891 -"185959",60689,11055,3,859,2111 -"185960",60689,12713,3,859,2440 -"185961",60689,13925,3,859,1515 -"185962",60689,15184,2,859,2396 -"185963",60689,16164,3,859,1184 -"185964",60689,16690,3,859,2132 -"185965",60689,17520,3,859,2276 -"185966",60689,19027,2,859,2721 -"185967",60689,19606,3,859,2783 -"185968",60689,20700,1,859,2861 -"185969",60689,22749,3,859,1727 -"185970",60689,26957,3,859,987 -"185971",60689,28216,3,859,1910 -"185972",60689,31799,2,859,2547 -"185973",60689,35256,3,859,2271 -"185974",60689,37570,3,859,2389 -"185975",60689,37859,3,859,1999 -"185976",60689,38921,3,859,1880 -"185977",60689,41625,3,859,1794 -"185978",60689,41832,3,859,1155 -"185979",60689,42264,3,859,1702 -"185980",60689,44636,1,859,1026 -"185981",60689,46039,3,859,1794 -"185982",60689,48242,3,859,1690 -"185983",60689,50075,3,859,1026 -"185984",60689,50252,3,859,2001 -"185985",60689,54676,2,859,1342 -"185986",60689,57077,3,859,1885 -"185987",60689,57977,3,859,2683 -"185988",60689,58035,3,859,1646 -"185989",60689,62488,2,859,1418 -"185990",60689,65029,3,859,2954 -"185991",60689,68810,3,859,2409 -"185992",60689,76284,3,859,1237 -"185993",60689,77466,2,859,1585 -"185994",60689,88966,3,859,1568 -"185995",60689,91908,3,859,918 -"185996",60718,3961,3,1229,2426 -"185997",60718,4289,3,1229,1921 -"185998",60718,4705,3,1229,1714 -"185999",60718,7258,3,1229,1714 -"186000",60718,20423,2,1229,2654 -"186001",60718,29899,2,1229,2375 -"186002",60718,31700,3,1229,2727 -"186003",60718,32988,3,1229,2008 -"186004",60718,38219,3,1229,1689 -"186005",60718,40748,3,1229,1328 -"186006",60718,65203,2,1229,1597 -"186007",60718,76511,3,1229,1250 -"186008",60718,79567,3,1229,1942 -"186009",60733,11143,3,645,2623 -"186010",60733,12653,3,645,1573 -"186011",60733,15095,1,645,2001 -"186012",60733,18124,3,645,1642 -"186013",60733,22244,2,645,2139 -"186014",60733,30334,3,645,2075 -"186015",60733,37636,3,645,2178 -"186016",60733,40392,3,645,1878 -"186017",60733,44341,3,645,1230 -"186018",60733,47013,3,645,2388 -"186019",60733,51783,3,645,2599 -"186020",60733,87907,3,645,1173 -"186021",60733,99298,2,645,679 -"186022",60751,1314,3,284,1522 -"186023",60751,1519,3,284,2349 -"186024",60751,2847,3,284,494 -"186025",60751,4001,3,284,1687 -"186026",60751,4526,3,284,1728 -"186027",60751,4660,3,284,2149 -"186028",60751,20941,3,284,2725 -"186029",60751,23966,3,284,891 -"186030",60751,27686,2,284,2844 -"186031",60751,32149,3,284,541 -"186032",60751,36953,3,284,2790 -"186033",60751,43021,3,284,943 -"186034",60751,50630,3,284,2615 -"186035",60751,56669,3,284,2924 -"186036",60751,70583,3,284,2615 -"186037",60751,90064,3,284,454 -"186038",60751,94219,3,284,717 -"186039",60808,900,3,1258,2726 -"186040",60808,2452,3,1258,1715 -"186041",60808,2852,3,1258,2448 -"186042",60808,4665,3,1258,1569 -"186043",60808,4932,3,1258,2752 -"186044",60808,5346,3,1258,1438 -"186045",60808,5897,2,1258,2337 -"186046",60808,6132,3,1258,1590 -"186047",60808,8062,3,1258,2858 -"186048",60808,8890,3,1258,1955 -"186049",60808,9241,3,1258,2338 -"186050",60808,9332,3,1258,2734 -"186051",60808,9481,3,1258,1610 -"186052",60808,9503,3,1258,2453 -"186053",60808,9785,3,1258,2951 -"186054",60808,10453,3,1258,1656 -"186055",60808,11429,3,1258,2520 -"186056",60808,12078,2,1258,2381 -"186057",60808,12361,3,1258,2732 -"186058",60808,13068,3,1258,1778 -"186059",60808,13879,1,1258,2748 -"186060",60808,14586,3,1258,2801 -"186061",60808,17645,3,1258,1918 -"186062",60808,19655,3,1258,2706 -"186063",60808,19686,3,1258,2467 -"186064",60808,19934,3,1258,2888 -"186065",60808,22364,3,1258,1809 -"186066",60808,23000,3,1258,1815 -"186067",60808,23692,3,1258,1540 -"186068",60808,26959,3,1258,1961 -"186069",60808,28051,3,1258,2089 -"186070",60808,28869,3,1258,2425 -"186071",60808,28893,3,1258,2764 -"186072",60808,29286,3,1258,1612 -"186073",60808,29985,3,1258,1568 -"186074",60808,30262,3,1258,1715 -"186075",60808,32339,3,1258,2430 -"186076",60808,34892,2,1258,2309 -"186077",60808,35529,3,1258,1620 -"186078",60808,36912,3,1258,2469 -"186079",60808,40035,3,1258,2742 -"186080",60808,40492,3,1258,1286 -"186081",60808,41581,3,1258,1692 -"186082",60808,42331,3,1258,1585 -"186083",60808,44749,2,1258,1303 -"186084",60808,50509,3,1258,2050 -"186085",60808,56569,3,1258,1993 -"186086",60808,57180,3,1258,2703 -"186087",60808,57356,3,1258,2476 -"186088",60808,70101,3,1258,2414 -"186089",60808,74370,3,1258,1667 -"186090",60808,76143,3,1258,1610 -"186091",60808,77864,3,1258,2227 -"186092",60808,80156,3,1258,1667 -"186093",60808,81545,3,1258,2077 -"186094",60808,84271,3,1258,1556 -"186095",60808,90299,3,1258,1606 -"186096",60808,96462,2,1258,1967 -"186097",60830,9702,3,217,1928 -"186098",60830,21240,3,217,1162 -"186099",60830,74055,3,217,1544 -"186100",60836,5637,1,1880,1976 -"186101",60836,73520,3,1880,2613 -"186102",60855,18277,3,2272,2309 -"186103",60855,43173,3,2272,2895 -"186104",60862,6914,3,1215,2668 -"186105",60862,10939,3,1215,1376 -"186106",60862,12356,3,1215,2757 -"186107",60862,14325,3,1215,1976 -"186108",60862,14959,3,1215,2898 -"186109",60862,26218,3,1215,2460 -"186110",60862,35481,3,1215,2211 -"186111",60862,36183,3,1215,2117 -"186112",60862,39657,3,1215,1947 -"186113",60862,40028,3,1215,1349 -"186114",60862,40931,3,1215,2301 -"186115",60862,42574,3,1215,2842 -"186116",60862,43153,3,1215,1381 -"186117",60862,44420,3,1215,2184 -"186118",60862,56082,3,1215,2395 -"186119",60862,78350,2,1215,1722 -"186120",60862,105685,3,1215,2469 -"186121",60879,9272,3,2792,2835 -"186122",60879,10779,3,2792,2881 -"186123",60879,19364,2,2792,2846 -"186124",60919,36506,3,1379,2638 -"186125",60952,5962,2,2076,2491 -"186126",60952,6119,3,2076,2358 -"186127",60952,10336,2,2076,2271 -"186128",60952,16286,3,2076,2470 -"186129",60952,37036,2,2076,2264 -"186130",60966,25530,3,2734,2884 -"186131",60966,46602,3,2734,2786 -"186132",60979,2221,3,1758,2092 -"186133",60979,2418,3,1758,2020 -"186134",60979,2759,2,1758,2030 -"186135",60979,3255,3,1758,2504 -"186136",60979,4730,2,1758,2131 -"186137",60979,6627,3,1758,2063 -"186138",60979,7433,3,1758,2255 -"186139",60979,7443,3,1758,2028 -"186140",60979,10495,3,1758,2230 -"186141",60979,10638,3,1758,2692 -"186142",60979,11506,3,1758,2824 -"186143",60979,18571,3,1758,2128 -"186144",60979,18943,3,1758,2861 -"186145",60979,20007,3,1758,2971 -"186146",60979,21180,2,1758,2762 -"186147",60979,30442,2,1758,2124 -"186148",60979,31164,3,1758,1996 -"186149",60979,32449,3,1758,2091 -"186150",60979,34162,2,1758,2336 -"186151",60979,36136,3,1758,2338 -"186152",60979,41955,3,1758,2479 -"186153",60979,45730,3,1758,2063 -"186154",60979,55775,3,1758,2385 -"186155",60979,56338,3,1758,1818 -"186156",60979,56673,3,1758,2419 -"186157",60979,66911,3,1758,1920 -"186158",60979,76132,2,1758,2426 -"186159",60979,76675,2,1758,1840 -"186160",60979,111034,3,1758,2131 -"186161",60979,115155,3,1758,1942 -"186162",61125,160,3,1673,2007 -"186163",61125,323,3,1673,1706 -"186164",61125,1523,3,1673,2048 -"186165",61125,2190,3,1673,2359 -"186166",61125,2747,3,1673,2411 -"186167",61125,3127,3,1673,2273 -"186168",61125,3477,2,1673,2546 -"186169",61125,3493,3,1673,2451 -"186170",61125,4303,3,1673,2414 -"186171",61125,4668,3,1673,1919 -"186172",61125,4669,3,1673,2395 -"186173",61125,4916,3,1673,1970 -"186174",61125,6063,3,1673,2349 -"186175",61125,6119,3,1673,2358 -"186176",61125,6821,3,1673,1788 -"186177",61125,6989,3,1673,2623 -"186178",61125,7252,3,1673,2799 -"186179",61125,7337,2,1673,1797 -"186180",61125,7942,3,1673,2623 -"186181",61125,8568,2,1673,2706 -"186182",61125,8623,2,1673,2463 -"186183",61125,8789,3,1673,2024 -"186184",61125,9503,3,1673,2453 -"186185",61125,9785,3,1673,2951 -"186186",61125,9787,2,1673,2858 -"186187",61125,10050,3,1673,1792 -"186188",61125,10129,3,1673,2124 -"186189",61125,10336,3,1673,2271 -"186190",61125,11563,3,1673,1863 -"186191",61125,12948,3,1673,2669 -"186192",61125,14754,3,1673,2456 -"186193",61125,14817,2,1673,2110 -"186194",61125,15826,3,1673,2772 -"186195",61125,16286,2,1673,2470 -"186196",61125,16437,3,1673,1956 -"186197",61125,17645,3,1673,1918 -"186198",61125,19334,3,1673,1979 -"186199",61125,21684,3,1673,1971 -"186200",61125,23131,2,1673,1732 -"186201",61125,23206,3,1673,2805 -"186202",61125,23591,3,1673,2831 -"186203",61125,25163,3,1673,1751 -"186204",61125,27742,3,1673,2700 -"186205",61125,27914,3,1673,2507 -"186206",61125,28869,2,1673,2425 -"186207",61125,28893,3,1673,2764 -"186208",61125,29311,2,1673,1849 -"186209",61125,29409,3,1673,2199 -"186210",61125,30525,2,1673,1964 -"186211",61125,31868,3,1673,1993 -"186212",61125,33223,3,1673,2397 -"186213",61125,35728,3,1673,2017 -"186214",61125,36120,3,1673,2971 -"186215",61125,39062,3,1673,2020 -"186216",61125,40572,3,1673,2666 -"186217",61125,41633,3,1673,1976 -"186218",61125,41955,3,1673,2479 -"186219",61125,43204,3,1673,1680 -"186220",61125,44497,3,1673,2401 -"186221",61125,45869,3,1673,2840 -"186222",61125,46384,3,1673,2285 -"186223",61125,46486,3,1673,1868 -"186224",61125,46532,3,1673,2005 -"186225",61125,47595,3,1673,2374 -"186226",61125,52483,3,1673,2317 -"186227",61125,54775,3,1673,2383 -"186228",61125,57209,3,1673,1719 -"186229",61125,57765,3,1673,2893 -"186230",61125,58501,3,1673,2613 -"186231",61125,58655,3,1673,2685 -"186232",61125,59039,3,1673,2870 -"186233",61125,81545,3,1673,2077 -"186234",61125,91942,3,1673,2216 -"186235",61138,1154,3,1188,1656 -"186236",61138,7126,3,1188,1261 -"186237",61138,7196,3,1188,1508 -"186238",61138,7984,3,1188,2493 -"186239",61138,8890,3,1188,1955 -"186240",61138,10130,3,1188,2741 -"186241",61138,10352,3,1188,1371 -"186242",61138,14108,3,1188,2012 -"186243",61138,15118,3,1188,1311 -"186244",61138,15401,3,1188,1999 -"186245",61138,16365,3,1188,2217 -"186246",61138,18277,3,1188,2309 -"186247",61138,21133,3,1188,1320 -"186248",61138,21479,3,1188,2134 -"186249",61138,21670,3,1188,2158 -"186250",61138,21681,3,1188,2005 -"186251",61138,22722,3,1188,1233 -"186252",61138,26700,3,1188,1663 -"186253",61138,28784,3,1188,1579 -"186254",61138,28896,3,1188,1395 -"186255",61138,31700,3,1188,2727 -"186256",61138,32988,3,1188,2008 -"186257",61138,35822,3,1188,1903 -"186258",61138,36031,3,1188,2342 -"186259",61138,37937,3,1188,1320 -"186260",61138,38602,3,1188,2693 -"186261",61138,47384,3,1188,1639 -"186262",61138,48214,3,1188,2756 -"186263",61138,48215,3,1188,2028 -"186264",61138,49265,3,1188,2686 -"186265",61138,53031,3,1188,2065 -"186266",61138,53323,3,1188,2677 -"186267",61138,57380,3,1188,2362 -"186268",61138,58221,3,1188,1787 -"186269",61138,63147,2,1188,1477 -"186270",61138,65155,3,1188,1947 -"186271",61138,72728,3,1188,2234 -"186272",61138,79158,3,1188,1252 -"186273",61138,79837,3,1188,1252 -"186274",61138,80014,3,1188,1562 -"186275",61138,82409,2,1188,1881 -"186276",61138,85869,3,1188,1509 -"186277",61138,88232,3,1188,2881 -"186278",61138,93615,3,1188,2386 -"186279",61138,96352,3,1188,1493 -"186280",61138,111485,3,1188,1925 -"186281",61188,2484,3,2134,2389 -"186282",61188,13324,3,2134,2163 -"186283",61188,13479,3,2134,2155 -"186284",61188,17520,3,2134,2276 -"186285",61188,23268,3,2134,2258 -"186286",61188,27427,3,2134,2325 -"186287",61188,50667,3,2134,2719 -"186288",61188,64699,3,2134,2797 -"186289",61190,1224,3,946,2435 -"186290",61190,22108,3,946,1915 -"186291",61190,27478,3,946,2485 -"186292",61190,53031,3,946,2065 -"186293",61190,57781,3,946,1971 -"186294",61190,68098,3,946,2378 -"186295",61190,77489,2,946,1514 -"186296",61190,87074,3,946,1666 -"186297",61190,96744,3,946,1789 -"186298",61209,3403,3,580,2951 -"186299",61209,4551,3,580,2720 -"186300",61209,7253,3,580,2686 -"186301",61209,7254,3,580,1849 -"186302",61209,11135,3,580,2441 -"186303",61209,11990,3,580,1909 -"186304",61209,15146,3,580,1546 -"186305",61209,48764,3,580,860 -"186306",61209,58945,3,580,2481 -"186307",61211,2852,3,245,2448 -"186308",61211,2959,3,245,1785 -"186309",61211,4361,2,245,2571 -"186310",61211,5106,3,245,2622 -"186311",61211,7467,2,245,587 -"186312",61211,8062,3,245,2858 -"186313",61211,8118,2,245,587 -"186314",61211,10336,3,245,2271 -"186315",61211,10350,2,245,1163 -"186316",61211,10980,3,245,1974 -"186317",61211,14449,3,245,1258 -"186318",61211,16864,3,245,814 -"186319",61211,17033,2,245,2771 -"186320",61211,17257,1,245,1117 -"186321",61211,22704,3,245,1150 -"186322",61211,23966,3,245,891 -"186323",61211,26793,3,245,2104 -"186324",61211,30057,2,245,504 -"186325",61211,33870,3,245,955 -"186326",61211,35589,2,245,983 -"186327",61211,36737,3,245,829 -"186328",61211,38602,3,245,2693 -"186329",61211,38915,3,245,746 -"186330",61211,41446,3,245,1103 -"186331",61211,46532,3,245,2005 -"186332",61211,47654,3,245,1664 -"186333",61211,47810,3,245,957 -"186334",61211,59298,3,245,1236 -"186335",61211,64156,2,245,675 -"186336",61211,66609,3,245,998 -"186337",61211,68931,2,245,2771 -"186338",61211,69545,3,245,673 -"186339",61211,70583,3,245,2615 -"186340",61211,72728,3,245,2234 -"186341",61211,73245,3,245,802 -"186342",61211,78569,3,245,578 -"186343",61211,78842,3,245,904 -"186344",61211,85869,1,245,1509 -"186345",61211,95320,2,245,262 -"186346",61211,95939,3,245,958 -"186347",61211,99288,2,245,983 -"186348",61211,100860,3,245,2326 -"186349",61211,103890,3,245,958 -"186350",61211,106240,3,245,705 -"186351",61240,35715,3,2651,2912 -"186352",61242,854,3,1650,2307 -"186353",61242,915,3,1650,1793 -"186354",61242,1767,3,1650,2727 -"186355",61242,2224,3,1650,2751 -"186356",61242,3068,3,1650,1815 -"186357",61242,3477,3,1650,2546 -"186358",61242,3495,3,1650,2431 -"186359",61242,3886,3,1650,1669 -"186360",61242,4504,3,1650,1905 -"186361",61242,6063,3,1650,2349 -"186362",61242,6162,3,1650,1673 -"186363",61242,7703,3,1650,2122 -"186364",61242,8274,3,1650,1909 -"186365",61242,8327,3,1650,2527 -"186366",61242,12388,3,1650,1975 -"186367",61242,13158,2,1650,2667 -"186368",61242,13899,3,1650,2650 -"186369",61242,14328,3,1650,1725 -"186370",61242,14586,3,1650,2801 -"186371",61242,15106,1,1650,2286 -"186372",61242,15444,2,1650,2764 -"186373",61242,17027,3,1650,2772 -"186374",61242,17351,3,1650,2036 -"186375",61242,18165,2,1650,2085 -"186376",61242,19317,1,1650,2041 -"186377",61242,20067,3,1650,2390 -"186378",61242,21248,3,1650,2232 -"186379",61242,21275,3,1650,2609 -"186380",61242,21493,2,1650,2286 -"186381",61242,23268,3,1650,2258 -"186382",61242,28626,3,1650,2842 -"186383",61242,29073,3,1650,2328 -"186384",61242,29580,3,1650,2776 -"186385",61242,30236,2,1650,2238 -"186386",61242,33223,3,1650,2397 -"186387",61242,35448,2,1650,1685 -"186388",61242,37301,3,1650,2160 -"186389",61242,38732,3,1650,2263 -"186390",61242,40542,3,1650,1664 -"186391",61242,40565,3,1650,2115 -"186392",61242,41682,2,1650,1988 -"186393",61242,44268,3,1650,2436 -"186394",61242,45504,3,1650,2301 -"186395",61242,46506,3,1650,2464 -"186396",61242,49109,3,1650,2341 -"186397",61242,54879,3,1650,2210 -"186398",61242,56397,3,1650,2053 -"186399",61242,58164,3,1650,2398 -"186400",61242,80764,2,1650,1808 -"186401",61245,323,3,955,1706 -"186402",61245,1314,3,955,1522 -"186403",61245,1519,3,955,2349 -"186404",61245,5622,3,955,2175 -"186405",61245,10222,3,955,2212 -"186406",61245,10488,3,955,1524 -"186407",61245,10857,2,955,2253 -"186408",61245,10870,3,955,1755 -"186409",61245,11218,3,955,2292 -"186410",61245,12031,3,955,1957 -"186411",61245,15402,3,955,1281 -"186412",61245,16384,3,955,1320 -"186413",61245,17257,3,955,1117 -"186414",61245,17400,3,955,2231 -"186415",61245,17812,3,955,2705 -"186416",61245,19622,3,955,2371 -"186417",61245,20941,3,955,2725 -"186418",61245,23492,3,955,1067 -"186419",61245,23725,2,955,2378 -"186420",61245,24259,2,955,1281 -"186421",61245,27379,2,955,2461 -"186422",61245,27686,3,955,2844 -"186423",61245,30325,3,955,1067 -"186424",61245,34480,3,955,2755 -"186425",61245,35589,3,955,983 -"186426",61245,35673,3,955,1067 -"186427",61245,37026,3,955,1428 -"186428",61245,38691,3,955,2585 -"186429",61245,47889,3,955,992 -"186430",61245,51035,3,955,2397 -"186431",61245,52735,3,955,1124 -"186432",61245,53091,3,955,1134 -"186433",61245,54551,3,955,2348 -"186434",61245,70433,3,955,2639 -"186435",61245,76284,3,955,1237 -"186436",61245,99288,2,955,983 -"186437",61270,23486,1,1364,1831 -"186438",61281,301,3,388,2070 -"186439",61281,2724,3,388,2447 -"186440",61281,4249,3,388,2547 -"186441",61281,6040,2,388,2103 -"186442",61281,6562,3,388,1139 -"186443",61281,11803,3,388,1232 -"186444",61281,12861,3,388,1207 -"186445",61281,14061,2,388,1620 -"186446",61281,20371,3,388,595 -"186447",61281,20541,3,388,2617 -"186448",61281,45297,3,388,1864 -"186449",61281,45992,3,388,1182 -"186450",61281,49805,3,388,2445 -"186451",61281,50779,3,388,623 -"186452",61281,53289,1,388,2746 -"186453",61281,64641,3,388,2617 -"186454",61281,77519,3,388,819 -"186455",61281,78611,3,388,1586 -"186456",61281,99196,3,388,598 -"186457",61336,73266,3,2218,2496 -"186458",61337,19934,3,2777,2888 -"186459",61337,38755,3,2777,2902 -"186460",61347,1520,2,1684,1716 -"186461",61347,3403,3,1684,2951 -"186462",61347,6063,3,1684,2349 -"186463",61347,8354,3,1684,1705 -"186464",61347,8890,3,1684,1955 -"186465",61347,10473,3,1684,1783 -"186466",61347,16796,2,1684,1892 -"186467",61347,19073,3,1684,2748 -"186468",61347,30368,3,1684,2487 -"186469",61347,31542,2,1684,2459 -"186470",61347,56569,3,1684,1993 -"186471",61347,66994,3,1684,1865 -"186472",61347,68586,3,1684,2322 -"186473",61347,73107,3,1684,1918 -"186474",61347,77052,3,1684,2770 -"186475",61370,5226,3,879,1309 -"186476",61370,15122,3,879,1201 -"186477",61370,37108,3,879,1202 -"186478",61370,39539,1,879,1274 -"186479",61370,41607,3,879,2802 -"186480",61370,95644,3,879,1531 -"186481",61398,16866,2,2563,2718 -"186482",61398,18865,3,2563,2676 -"186483",61458,1262,3,2630,2973 -"186484",61458,18151,2,2630,2962 -"186485",61458,19872,3,2630,2913 -"186486",61458,21795,3,2630,2653 -"186487",61458,26865,3,2630,2726 -"186488",61458,33433,3,2630,2805 -"186489",61458,47947,3,2630,2681 -"186490",61458,71369,3,2630,2838 -"186491",61513,100586,3,2948,2966 -"186492",61535,3167,2,138,1676 -"186493",61535,3351,3,138,192 -"186494",61535,4226,3,138,1903 -"186495",61535,4305,3,138,2374 -"186496",61535,6491,3,138,2424 -"186497",61535,12374,3,138,2260 -"186498",61535,15643,2,138,502 -"186499",61535,20824,3,138,1366 -"186500",61535,21104,3,138,2327 -"186501",61535,23534,3,138,1659 -"186502",61535,27792,3,138,1308 -"186503",61535,28434,3,138,1141 -"186504",61535,29456,3,138,1182 -"186505",61535,30883,3,138,1629 -"186506",61535,32811,3,138,804 -"186507",61535,34136,3,138,2202 -"186508",61535,34596,3,138,527 -"186509",61535,37893,3,138,875 -"186510",61535,38523,3,138,549 -"186511",61535,48260,3,138,875 -"186512",61535,48698,3,138,1474 -"186513",61535,58035,3,138,1646 -"186514",61535,58133,3,138,1484 -"186515",61535,63770,3,138,1324 -"186516",61535,64031,3,138,1295 -"186517",61535,73728,3,138,784 -"186518",61535,78256,2,138,804 -"186519",61535,80471,3,138,538 -"186520",61535,119444,3,138,888 -"186521",61541,2979,3,2699,2912 -"186522",61548,323,3,852,1706 -"186523",61548,10222,3,852,2212 -"186524",61548,10870,3,852,1755 -"186525",61548,23430,3,852,904 -"186526",61548,27379,2,852,2461 -"186527",61548,37026,3,852,1428 -"186528",61548,41953,3,852,945 -"186529",61548,47889,3,852,992 -"186530",61548,53091,3,852,1134 -"186531",61548,61245,3,852,955 -"186532",61548,99288,3,852,983 -"186533",61585,798,3,2315,2476 -"186534",61585,841,3,2315,2964 -"186535",61585,2852,3,2315,2448 -"186536",61585,8623,3,2315,2463 -"186537",61585,9332,3,2315,2734 -"186538",61585,44235,3,2315,2700 -"186539",61585,61355,3,2315,2467 -"186540",61585,71531,2,2315,2887 -"186541",61613,3011,3,1189,2278 -"186542",61613,4701,3,1189,2401 -"186543",61613,6417,3,1189,1675 -"186544",61613,7970,2,1189,1197 -"186545",61613,9311,3,1189,2477 -"186546",61613,9979,3,1189,2238 -"186547",61613,10843,3,1189,2277 -"186548",61613,11218,3,1189,2292 -"186549",61613,14278,2,1189,1267 -"186550",61613,14723,3,1189,2019 -"186551",61613,16201,3,1189,1811 -"186552",61613,18458,3,1189,2477 -"186553",61613,19862,2,1189,2412 -"186554",61613,22180,2,1189,1835 -"186555",61613,22455,1,1189,1197 -"186556",61613,24286,3,1189,1280 -"186557",61613,32103,2,1189,1491 -"186558",61613,33356,3,1189,1586 -"186559",61613,33433,3,1189,2805 -"186560",61613,34820,3,1189,1630 -"186561",61613,35926,3,1189,2371 -"186562",61613,36578,3,1189,1484 -"186563",61613,39556,3,1189,2747 -"186564",61613,40493,3,1189,1981 -"186565",61613,42333,3,1189,2234 -"186566",61613,43635,3,1189,1196 -"186567",61613,49696,2,1189,2444 -"186568",61613,53134,3,1189,1590 -"186569",61613,54879,3,1189,2210 -"186570",61613,54929,3,1189,2783 -"186571",61613,57732,3,1189,2454 -"186572",61613,59096,3,1189,1677 -"186573",61613,62903,3,1189,1704 -"186574",61613,68098,3,1189,2378 -"186575",61613,69598,3,1189,2812 -"186576",61613,99152,3,1189,1698 -"186577",61613,106318,3,1189,1698 -"186578",61673,841,3,155,2964 -"186579",61673,1150,3,155,1595 -"186580",61673,2120,3,155,1133 -"186581",61673,2139,1,155,2502 -"186582",61673,3477,3,155,2546 -"186583",61673,6063,3,155,2349 -"186584",61673,11143,2,155,2623 -"186585",61673,11518,1,155,803 -"186586",61673,12653,2,155,1573 -"186587",61673,12735,3,155,819 -"186588",61673,12779,3,155,936 -"186589",61673,13007,3,155,2496 -"186590",61673,14589,3,155,1184 -"186591",61673,15095,2,155,2001 -"186592",61673,15978,3,155,981 -"186593",61673,16021,2,155,858 -"186594",61673,17133,3,155,924 -"186595",61673,18217,3,155,1566 -"186596",61673,22244,3,155,2139 -"186597",61673,22462,2,155,869 -"186598",61673,24264,2,155,1760 -"186599",61673,28081,3,155,1927 -"186600",61673,28094,2,155,1423 -"186601",61673,31652,3,155,2047 -"186602",61673,32395,2,155,2735 -"186603",61673,32549,3,155,2111 -"186604",61673,33223,3,155,2397 -"186605",61673,33451,1,155,1957 -"186606",61673,34117,3,155,961 -"186607",61673,34491,3,155,2694 -"186608",61673,35133,3,155,2219 -"186609",61673,37059,3,155,2840 -"186610",61673,38333,3,155,1365 -"186611",61673,38458,3,155,1368 -"186612",61673,39534,3,155,2410 -"186613",61673,40499,3,155,1179 -"186614",61673,40542,3,155,1664 -"186615",61673,41077,3,155,864 -"186616",61673,44730,3,155,2468 -"186617",61673,46261,3,155,2350 -"186618",61673,48713,3,155,565 -"186619",61673,49055,3,155,388 -"186620",61673,52041,2,155,2694 -"186621",61673,54204,2,155,1449 -"186622",61673,55072,3,155,612 -"186623",61673,56873,1,155,1421 -"186624",61673,60733,3,155,645 -"186625",61673,61585,3,155,2315 -"186626",61673,66527,3,155,961 -"186627",61673,68789,3,155,1929 -"186628",61673,69131,3,155,2122 -"186629",61673,70586,2,155,2562 -"186630",61673,71130,3,155,879 -"186631",61673,71455,3,155,1702 -"186632",61673,71531,3,155,2887 -"186633",61673,73192,3,155,1955 -"186634",61673,77567,3,155,197 -"186635",61673,99298,3,155,679 -"186636",61689,2011,3,1309,2176 -"186637",61689,4932,3,1309,2752 -"186638",61689,5258,3,1309,2730 -"186639",61689,8657,3,1309,2473 -"186640",61689,14108,3,1309,2012 -"186641",61689,18543,2,1309,2968 -"186642",61689,23787,3,1309,2810 -"186643",61689,25565,3,1309,2764 -"186644",61689,26106,3,1309,2015 -"186645",61689,29224,3,1309,2011 -"186646",61689,44427,3,1309,2875 -"186647",61689,69257,3,1309,1402 -"186648",61689,81865,3,1309,2704 -"186649",61719,357,1,1515,2327 -"186650",61719,377,3,1515,2389 -"186651",61719,499,3,1515,1931 -"186652",61719,543,3,1515,2203 -"186653",61719,1046,3,1515,1881 -"186654",61719,1367,3,1515,2176 -"186655",61719,1777,3,1515,1965 -"186656",61719,2036,3,1515,2483 -"186657",61719,3167,3,1515,1676 -"186658",61719,3830,3,1515,1661 -"186659",61719,4226,3,1515,1903 -"186660",61719,4366,1,1515,1726 -"186661",61719,5462,3,1515,2374 -"186662",61719,5504,3,1515,2389 -"186663",61719,8533,3,1515,2251 -"186664",61719,10130,3,1515,2741 -"186665",61719,11218,3,1515,2292 -"186666",61719,15184,3,1515,2396 -"186667",61719,15539,3,1515,1929 -"186668",61719,16352,3,1515,2657 -"186669",61719,18277,3,1515,2309 -"186670",61719,18348,3,1515,1711 -"186671",61719,18874,3,1515,2170 -"186672",61719,19027,3,1515,2721 -"186673",61719,19568,3,1515,2302 -"186674",61719,21076,3,1515,1591 -"186675",61719,21872,3,1515,2458 -"186676",61719,23508,3,1515,1907 -"186677",61719,23806,3,1515,1671 -"186678",61719,24923,1,1515,2785 -"186679",61719,26451,3,1515,2133 -"186680",61719,27478,3,1515,2485 -"186681",61719,28892,3,1515,2023 -"186682",61719,29073,2,1515,2328 -"186683",61719,31799,2,1515,2547 -"186684",61719,32173,3,1515,2341 -"186685",61719,32516,3,1515,2050 -"186686",61719,32694,3,1515,1602 -"186687",61719,34648,3,1515,1596 -"186688",61719,34836,3,1515,2302 -"186689",61719,35256,3,1515,2271 -"186690",61719,40937,2,1515,2639 -"186691",61719,41682,3,1515,1988 -"186692",61719,41747,3,1515,1722 -"186693",61719,44521,3,1515,1593 -"186694",61719,51410,3,1515,2739 -"186695",61719,53031,2,1515,2065 -"186696",61719,55468,3,1515,2511 -"186697",61719,55556,3,1515,2075 -"186698",61719,55691,3,1515,2856 -"186699",61719,56604,3,1515,1919 -"186700",61719,57977,3,1515,2683 -"186701",61719,58035,3,1515,1646 -"186702",61719,58221,3,1515,1787 -"186703",61719,65029,3,1515,2954 -"186704",61719,67957,3,1515,2823 -"186705",61719,72334,3,1515,2820 -"186706",61719,72468,3,1515,2292 -"186707",61719,82409,3,1515,1881 -"186708",61719,82426,3,1515,1576 -"186709",61719,93615,3,1515,2386 -"186710",61719,102824,2,1515,2944 -"186711",61723,798,3,1262,2476 -"186712",61723,1203,3,1262,1350 -"186713",61723,4526,3,1262,1728 -"186714",61723,5346,3,1262,1438 -"186715",61723,7785,3,1262,2441 -"186716",61723,7896,3,1262,2447 -"186717",61723,8062,3,1262,2858 -"186718",61723,8073,3,1262,1847 -"186719",61723,9060,3,1262,1612 -"186720",61723,10087,3,1262,1617 -"186721",61723,12897,3,1262,1351 -"186722",61723,13920,3,1262,1709 -"186723",61723,15207,3,1262,1855 -"186724",61723,16684,3,1262,1657 -"186725",61723,21681,2,1262,2005 -"186726",61723,28081,3,1262,1927 -"186727",61723,31868,3,1262,1993 -"186728",61723,32532,3,1262,2338 -"186729",61723,32775,3,1262,2135 -"186730",61723,35477,2,1262,2703 -"186731",61723,35728,3,1262,2017 -"186732",61723,37059,3,1262,2840 -"186733",61723,39534,3,1262,2410 -"186734",61723,42256,3,1262,2839 -"186735",61723,44235,3,1262,2700 -"186736",61723,44564,3,1262,2034 -"186737",61723,46650,2,1262,1330 -"186738",61723,51084,3,1262,2188 -"186739",61723,59039,3,1262,2870 -"186740",61723,67719,3,1262,2429 -"186741",61723,69131,3,1262,2122 -"186742",61723,72438,3,1262,1397 -"186743",61723,73192,3,1262,1955 -"186744",61723,74605,3,1262,2265 -"186745",61723,79432,2,1262,1708 -"186746",61723,80527,3,1262,1664 -"186747",61723,107383,3,1262,1918 -"186748",61723,111855,3,1262,1909 -"186749",61727,364,3,413,2351 -"186750",61727,782,3,413,945 -"186751",61727,841,3,413,2964 -"186752",61727,2120,3,413,1133 -"186753",61727,2206,2,413,2536 -"186754",61727,2540,2,413,1398 -"186755",61727,2576,3,413,1307 -"186756",61727,2798,3,413,1673 -"186757",61727,3620,3,413,2955 -"186758",61727,4612,3,413,2804 -"186759",61727,4916,3,413,1970 -"186760",61727,6989,3,413,2623 -"186761",61727,7785,3,413,2441 -"186762",61727,7942,3,413,2623 -"186763",61727,9785,3,413,2951 -"186764",61727,10129,3,413,2124 -"186765",61727,11108,3,413,1609 -"186766",61727,12948,3,413,2669 -"186767",61727,13068,3,413,1778 -"186768",61727,13295,3,413,779 -"186769",61727,14749,3,413,1998 -"186770",61727,15879,3,413,419 -"186771",61727,16864,3,413,814 -"186772",61727,18978,2,413,952 -"186773",61727,20176,3,413,1050 -"186774",61727,20395,3,413,1468 -"186775",61727,21207,3,413,1258 -"186776",61727,21383,3,413,971 -"186777",61727,21487,2,413,2203 -"186778",61727,21593,3,413,1312 -"186779",61727,26551,3,413,652 -"186780",61727,27390,3,413,2425 -"186781",61727,27545,3,413,855 -"186782",61727,27742,2,413,2700 -"186783",61727,27914,3,413,2507 -"186784",61727,30525,3,413,1964 -"186785",61727,31868,3,413,1993 -"186786",61727,32532,3,413,2338 -"186787",61727,32560,3,413,1258 -"186788",61727,32651,3,413,877 -"186789",61727,32939,3,413,2277 -"186790",61727,33870,3,413,955 -"186791",61727,35797,3,413,2482 -"186792",61727,37351,3,413,978 -"186793",61727,37632,3,413,1295 -"186794",61727,39217,3,413,504 -"186795",61727,40309,3,413,871 -"186796",61727,42256,3,413,2839 -"186797",61727,44160,3,413,859 -"186798",61727,44786,3,413,1096 -"186799",61727,46486,3,413,1868 -"186800",61727,54890,3,413,877 -"186801",61727,57804,3,413,2214 -"186802",61727,58655,3,413,2685 -"186803",61727,62066,3,413,2281 -"186804",61727,64967,3,413,2872 -"186805",61727,65696,3,413,998 -"186806",61727,72632,3,413,1289 -"186807",61727,76286,3,413,1642 -"186808",61727,78423,3,413,2840 -"186809",61727,85396,3,413,1131 -"186810",61727,88454,3,413,663 -"186811",61727,91849,3,413,1166 -"186812",61727,94625,2,413,2105 -"186813",61727,109307,3,413,1187 -"186814",61727,111193,2,413,429 -"186815",61727,115021,1,413,1226 -"186816",61784,5937,2,754,2392 -"186817",61784,11679,3,754,846 -"186818",61784,11868,3,754,1639 -"186819",61784,14212,3,754,857 -"186820",61784,15558,3,754,2389 -"186821",61784,18645,3,754,793 -"186822",61784,19002,3,754,2053 -"186823",61784,20011,3,754,2826 -"186824",61784,22746,3,754,913 -"186825",61784,32841,3,754,1345 -"186826",61784,41521,3,754,2069 -"186827",61784,48585,3,754,2063 -"186828",61784,56413,3,754,2747 -"186829",61784,113333,3,754,1018 -"186830",61784,118312,3,754,1159 -"186831",61785,23,3,822,1682 -"186832",61785,288,3,822,947 -"186833",61785,512,3,822,1596 -"186834",61785,733,3,822,1653 -"186835",61785,913,3,822,2144 -"186836",61785,1154,3,822,1656 -"186837",61785,1175,3,822,1642 -"186838",61785,1469,3,822,1160 -"186839",61785,1592,1,822,2006 -"186840",61785,1691,2,822,1941 -"186841",61785,1985,2,822,888 -"186842",61785,2011,3,822,2176 -"186843",61785,2143,3,822,1174 -"186844",61785,2208,2,822,2814 -"186845",61785,2334,3,822,2619 -"186846",61785,2349,3,822,1288 -"186847",61785,2462,3,822,849 -"186848",61785,2609,3,822,834 -"186849",61785,2684,3,822,2874 -"186850",61785,3144,3,822,869 -"186851",61785,3305,3,822,2839 -"186852",61785,3493,3,822,2451 -"186853",61785,3628,3,822,2707 -"186854",61785,3748,3,822,2052 -"186855",61785,4317,2,822,1224 -"186856",61785,4360,3,822,1770 -"186857",61785,5041,3,822,2371 -"186858",61785,5258,2,822,2730 -"186859",61785,5504,3,822,2389 -"186860",61785,5716,3,822,1058 -"186861",61785,5839,3,822,2301 -"186862",61785,6104,3,822,2462 -"186863",61785,6252,2,822,2336 -"186864",61785,6359,3,822,1239 -"186865",61785,6390,2,822,2385 -"186866",61785,6417,3,822,1675 -"186867",61785,6428,3,822,1952 -"186868",61785,6491,3,822,2424 -"186869",61785,6914,3,822,2668 -"186870",61785,7126,3,822,1261 -"186871",61785,7196,3,822,1508 -"186872",61785,7229,3,822,2669 -"186873",61785,7245,3,822,2089 -"186874",61785,7672,2,822,1974 -"186875",61785,7984,3,822,2493 -"186876",61785,8011,3,822,889 -"186877",61785,8657,3,822,2473 -"186878",61785,8762,3,822,2585 -"186879",61785,8890,3,822,1955 -"186880",61785,8913,3,822,968 -"186881",61785,9311,3,822,2477 -"186882",61785,9511,2,822,1232 -"186883",61785,9654,3,822,2111 -"186884",61785,10002,3,822,1788 -"186885",61785,10130,3,822,2741 -"186886",61785,10222,2,822,2212 -"186887",61785,10488,3,822,1524 -"186888",61785,10875,3,822,1234 -"186889",61785,11055,3,822,2111 -"186890",61785,11348,3,822,824 -"186891",61785,11351,3,822,2971 -"186892",61785,11434,3,822,1187 -"186893",61785,12096,3,822,1330 -"186894",61785,12199,3,822,1651 -"186895",61785,12618,3,822,2021 -"186896",61785,12779,3,822,936 -"186897",61785,13248,3,822,1385 -"186898",61785,13837,3,822,1604 -"186899",61785,13869,3,822,1786 -"186900",61785,13945,3,822,1324 -"186901",61785,14032,3,822,2144 -"186902",61785,14108,2,822,2012 -"186903",61785,14731,3,822,2012 -"186904",61785,14972,3,822,2332 -"186905",61785,14983,3,822,1047 -"186906",61785,15118,3,822,1311 -"186907",61785,15301,3,822,2308 -"186908",61785,15401,3,822,1999 -"186909",61785,15713,3,822,1646 -"186910",61785,16365,3,822,2217 -"186911",61785,17257,3,822,1117 -"186912",61785,18277,2,822,2309 -"186913",61785,18289,3,822,862 -"186914",61785,18415,3,822,2184 -"186915",61785,18502,3,822,1033 -"186916",61785,18543,2,822,2968 -"186917",61785,18571,3,822,2128 -"186918",61785,19173,3,822,1686 -"186919",61785,19248,3,822,2357 -"186920",61785,19332,3,822,1214 -"186921",61785,19335,3,822,1729 -"186922",61785,19718,2,822,1702 -"186923",61785,19874,3,822,985 -"186924",61785,20124,3,822,2376 -"186925",61785,20343,3,822,851 -"186926",61785,20407,2,822,2339 -"186927",61785,20715,3,822,1312 -"186928",61785,20824,3,822,1366 -"186929",61785,21122,3,822,1701 -"186930",61785,21133,2,822,1320 -"186931",61785,21246,3,822,1612 -"186932",61785,21463,3,822,2437 -"186933",61785,21571,3,822,2755 -"186934",61785,21670,3,822,2158 -"186935",61785,21681,3,822,2005 -"186936",61785,21682,2,822,2414 -"186937",61785,21758,3,822,1331 -"186938",61785,22141,3,822,2348 -"186939",61785,22165,3,822,1501 -"186940",61785,22567,3,822,2396 -"186941",61785,22722,3,822,1233 -"186942",61785,23132,3,822,2756 -"186943",61785,23729,3,822,1624 -"186944",61785,23825,3,822,1913 -"186945",61785,24198,1,822,2217 -"186946",61785,25561,3,822,1128 -"186947",61785,25565,2,822,2764 -"186948",61785,25816,3,822,2088 -"186949",61785,26451,3,822,2133 -"186950",61785,26621,3,822,1100 -"186951",61785,26629,3,822,1824 -"186952",61785,26706,3,822,1846 -"186953",61785,26713,3,822,1235 -"186954",61785,27275,3,822,2656 -"186955",61785,27792,3,822,1308 -"186956",61785,28048,3,822,1637 -"186957",61785,28784,3,822,1579 -"186958",61785,28808,1,822,1063 -"186959",61785,28896,3,822,1395 -"186960",61785,29050,2,822,1196 -"186961",61785,29115,3,822,1047 -"186962",61785,29170,2,822,1846 -"186963",61785,29948,2,822,2795 -"186964",61785,30325,3,822,1067 -"186965",61785,30405,3,822,2164 -"186966",61785,31001,3,822,2119 -"186967",61785,31164,3,822,1996 -"186968",61785,31235,3,822,2668 -"186969",61785,31700,3,822,2727 -"186970",61785,32113,3,822,882 -"186971",61785,32131,3,822,1035 -"186972",61785,32409,3,822,857 -"186973",61785,32503,3,822,2020 -"186974",61785,32694,3,822,1602 -"186975",61785,32988,3,822,2008 -"186976",61785,33433,3,822,2805 -"186977",61785,33621,3,822,1319 -"186978",61785,33622,3,822,2230 -"186979",61785,33981,3,822,1993 -"186980",61785,34311,3,822,2213 -"186981",61785,34588,3,822,985 -"186982",61785,34945,2,822,1298 -"186983",61785,35045,3,822,1646 -"186984",61785,35481,3,822,2211 -"186985",61785,35514,3,822,2346 -"186986",61785,35822,3,822,1903 -"186987",61785,36031,3,822,2342 -"186988",61785,36439,3,822,2469 -"186989",61785,36450,2,822,1591 -"186990",61785,37285,3,822,2428 -"186991",61785,37509,2,822,1640 -"186992",61785,37937,3,822,1320 -"186993",61785,38213,2,822,1744 -"186994",61785,38602,3,822,2693 -"186995",61785,39105,3,822,2487 -"186996",61785,40022,3,822,2307 -"186997",61785,40369,3,822,2735 -"186998",61785,40383,3,822,2639 -"186999",61785,40493,3,822,1981 -"187000",61785,40672,3,822,1315 -"187001",61785,40703,3,822,1608 -"187002",61785,42619,3,822,2017 -"187003",61785,42756,3,822,1384 -"187004",61785,43173,2,822,2895 -"187005",61785,43213,3,822,2160 -"187006",61785,43226,3,822,2442 -"187007",61785,43385,3,822,1623 -"187008",61785,43635,3,822,1196 -"187009",61785,43941,3,822,1289 -"187010",61785,44427,2,822,2875 -"187011",61785,45633,3,822,2134 -"187012",61785,45742,3,822,2566 -"187013",61785,46196,3,822,1510 -"187014",61785,46512,3,822,1292 -"187015",61785,46621,1,822,1343 -"187016",61785,46951,2,822,2429 -"187017",61785,47064,3,822,1993 -"187018",61785,47248,3,822,2883 -"187019",61785,47384,3,822,1639 -"187020",61785,47435,3,822,878 -"187021",61785,48215,3,822,2028 -"187022",61785,48260,3,822,875 -"187023",61785,48754,3,822,1972 -"187024",61785,49186,3,822,1289 -"187025",61785,49189,3,822,1550 -"187026",61785,49265,3,822,2686 -"187027",61785,49301,2,822,1894 -"187028",61785,49470,3,822,1528 -"187029",61785,49512,3,822,1302 -"187030",61785,49620,2,822,1868 -"187031",61785,49677,3,822,1222 -"187032",61785,50001,3,822,1518 -"187033",61785,50179,2,822,2230 -"187034",61785,50217,3,822,1211 -"187035",61785,50248,3,822,2781 -"187036",61785,50254,3,822,1151 -"187037",61785,50737,3,822,959 -"187038",61785,50784,3,822,2733 -"187039",61785,50946,3,822,1075 -"187040",61785,51572,3,822,912 -"187041",61785,51628,3,822,901 -"187042",61785,52136,2,822,1412 -"187043",61785,52154,3,822,1722 -"187044",61785,52323,3,822,2148 -"187045",61785,52327,2,822,1472 -"187046",61785,52735,3,822,1124 -"187047",61785,53031,3,822,2065 -"187048",61785,53323,3,822,2677 -"187049",61785,53519,3,822,2781 -"187050",61785,53608,3,822,1986 -"187051",61785,53624,3,822,952 -"187052",61785,53830,3,822,1307 -"187053",61785,53846,3,822,2737 -"187054",61785,54663,3,822,1424 -"187055",61785,55084,3,822,1189 -"187056",61785,55156,3,822,2196 -"187057",61785,55320,3,822,1643 -"187058",61785,55828,3,822,2393 -"187059",61785,56082,3,822,2395 -"187060",61785,56116,3,822,1321 -"187061",61785,56854,3,822,2022 -"187062",61785,56903,2,822,1584 -"187063",61785,56910,3,822,2705 -"187064",61785,57353,3,822,1849 -"187065",61785,57380,3,822,2362 -"187066",61785,57990,2,822,978 -"187067",61785,58133,3,822,1484 -"187068",61785,58221,2,822,1787 -"187069",61785,58284,3,822,2292 -"187070",61785,60116,3,822,2668 -"187071",61785,61138,3,822,1188 -"187072",61785,61689,3,822,1309 -"187073",61785,62062,3,822,860 -"187074",61785,62602,3,822,1172 -"187075",61785,64181,3,822,1828 -"187076",61785,64997,3,822,2791 -"187077",61785,65155,3,822,1947 -"187078",61785,65625,3,822,1273 -"187079",61785,66318,3,822,2803 -"187080",61785,66726,3,822,2068 -"187081",61785,68592,3,822,2551 -"187082",61785,69257,3,822,1402 -"187083",61785,69447,2,822,1197 -"187084",61785,70605,3,822,1176 -"187085",61785,71274,2,822,2390 -"187086",61785,71478,3,822,1721 -"187087",61785,72207,3,822,2430 -"187088",61785,72728,3,822,2234 -"187089",61785,73675,3,822,887 -"187090",61785,73786,3,822,2937 -"187091",61785,74190,3,822,1428 -"187092",61785,74636,2,822,2525 -"187093",61785,75403,3,822,1895 -"187094",61785,76127,3,822,910 -"187095",61785,76192,3,822,912 -"187096",61785,76646,3,822,1263 -"187097",61785,78436,3,822,1615 -"187098",61785,78563,3,822,2385 -"187099",61785,79158,3,822,1252 -"187100",61785,79364,3,822,834 -"187101",61785,79436,2,822,1344 -"187102",61785,79612,3,822,927 -"187103",61785,79657,3,822,1260 -"187104",61785,81895,3,822,1634 -"187105",61785,82401,3,822,1210 -"187106",61785,82409,3,822,1881 -"187107",61785,82787,3,822,1144 -"187108",61785,83396,3,822,2396 -"187109",61785,84897,3,822,1075 -"187110",61785,85356,3,822,1492 -"187111",61785,85690,3,822,1229 -"187112",61785,85869,3,822,1509 -"187113",61785,88126,3,822,1027 -"187114",61785,88232,1,822,2881 -"187115",61785,88966,3,822,1568 -"187116",61785,89880,3,822,1938 -"187117",61785,92322,3,822,2393 -"187118",61785,92491,3,822,1968 -"187119",61785,93102,3,822,1174 -"187120",61785,93398,3,822,828 -"187121",61785,93615,3,822,2386 -"187122",61785,95155,3,822,849 -"187123",61785,95288,3,822,1602 -"187124",61785,96000,2,822,1789 -"187125",61785,96352,3,822,1493 -"187126",61785,97824,3,822,1229 -"187127",61785,99103,3,822,1470 -"187128",61785,99621,3,822,874 -"187129",61785,99886,3,822,2781 -"187130",61785,100215,2,822,2436 -"187131",61785,100432,3,822,1358 -"187132",61785,103925,3,822,1786 -"187133",61785,104217,3,822,956 -"187134",61785,105685,3,822,2469 -"187135",61785,108430,3,822,1642 -"187136",61785,109383,3,822,952 -"187137",61845,119373,2,1726,1753 -"187138",61913,5346,3,397,1438 -"187139",61913,15207,3,397,1855 -"187140",61913,18550,3,397,483 -"187141",61913,24974,2,397,702 -"187142",61913,30865,3,397,2038 -"187143",61913,40113,3,397,451 -"187144",61913,66693,3,397,2554 -"187145",61913,80338,3,397,2059 -"187146",61913,83729,2,397,406 -"187147",61913,83961,3,397,578 -"187148",61913,94520,3,397,1243 -"187149",61913,122453,3,397,1591 -"187150",61921,6020,3,1793,1864 -"187151",61921,6996,3,1793,2916 -"187152",61921,8258,3,1793,1959 -"187153",61921,16866,3,1793,2718 -"187154",61921,21920,3,1793,2367 -"187155",61921,22410,3,1793,2158 -"187156",61921,28635,3,1793,2368 -"187157",61921,31950,2,1793,2217 -"187158",61921,41098,3,1793,1857 -"187159",61921,48823,3,1793,2080 -"187160",61921,48931,3,1793,2444 -"187161",61921,53293,2,1793,2916 -"187162",61921,57549,2,1793,2335 -"187163",61921,61398,2,1793,2563 -"187164",61921,100084,3,1793,1964 -"187165",61932,380,3,1959,2261 -"187166",61932,1102,3,1959,2282 -"187167",61932,2484,3,1959,2389 -"187168",61932,3801,3,1959,1974 -"187169",61932,9362,3,1959,2879 -"187170",61932,10513,3,1959,2284 -"187171",61932,14655,2,1959,2559 -"187172",61932,14834,3,1959,2739 -"187173",61932,51017,3,1959,2073 -"187174",61932,51035,3,1959,2397 -"187175",61932,66983,3,1959,2397 -"187176",61932,80825,3,1959,2315 -"187177",61948,2036,3,1231,2483 -"187178",61948,3405,3,1231,2438 -"187179",61948,3819,3,1231,1583 -"187180",61948,4551,3,1231,2720 -"187181",61948,5414,3,1231,2321 -"187182",61948,6432,3,1231,2297 -"187183",61948,7254,3,1231,1849 -"187184",61948,11897,3,1231,1271 -"187185",61948,13150,1,1231,1570 -"187186",61948,16643,3,1231,1824 -"187187",61948,28327,3,1231,2053 -"187188",61948,34334,3,1231,1637 -"187189",61948,36506,3,1231,2638 -"187190",61948,38361,3,1231,1936 -"187191",61948,39589,3,1231,1292 -"187192",61948,40028,3,1231,1349 -"187193",61948,41747,3,1231,1722 -"187194",61948,42280,2,1231,2266 -"187195",61948,43929,2,1231,2749 -"187196",61948,53092,1,1231,2384 -"187197",61948,54061,3,1231,1488 -"187198",61948,57037,3,1231,2293 -"187199",61948,62713,3,1231,2593 -"187200",61948,63525,3,1231,2741 -"187201",61948,75194,3,1231,1736 -"187202",61948,99194,3,1231,1271 -"187203",61948,109718,3,1231,1237 -"187204",61948,116792,3,1231,2397 -"187205",61958,37726,3,2042,2341 -"187206",61958,39799,3,2042,2344 -"187207",61958,40954,3,2042,2603 -"187208",61958,42642,3,2042,2257 -"187209",61958,43520,2,2042,2560 -"187210",61958,51055,2,2042,2558 -"187211",61973,6820,3,892,1318 -"187212",61973,24116,3,892,1413 -"187213",61973,29276,3,892,2000 -"187214",61973,34953,3,892,1817 -"187215",61973,78460,3,892,985 -"187216",61973,116792,3,892,2397 -"187217",61975,1641,3,983,1490 -"187218",61975,2894,3,983,1291 -"187219",61975,3506,3,983,2364 -"187220",61975,3819,3,983,1583 -"187221",61975,5610,3,983,2223 -"187222",61975,7616,3,983,2296 -"187223",61975,7847,3,983,2424 -"187224",61975,8238,2,983,2222 -"187225",61975,9311,3,983,2477 -"187226",61975,9423,3,983,1708 -"187227",61975,9723,3,983,2302 -"187228",61975,10870,3,983,1755 -"187229",61975,11103,3,983,2393 -"187230",61975,11493,3,983,2077 -"187231",61975,12081,3,983,2166 -"187232",61975,12371,3,983,1569 -"187233",61975,12729,3,983,1835 -"187234",61975,13324,3,983,2163 -"187235",61975,14731,3,983,2012 -"187236",61975,15729,3,983,2338 -"187237",61975,16684,3,983,1657 -"187238",61975,16850,2,983,1657 -"187239",61975,17328,3,983,1206 -"187240",61975,18670,2,983,1835 -"187241",61975,19215,3,983,2604 -"187242",61975,19937,3,983,1587 -"187243",61975,22580,3,983,2245 -"187244",61975,22682,1,983,2035 -"187245",61975,22709,3,983,2743 -"187246",61975,23006,3,983,1532 -"187247",61975,23460,3,983,2183 -"187248",61975,23825,3,983,1913 -"187249",61975,24169,3,983,1663 -"187250",61975,24256,1,983,2393 -"187251",61975,24421,3,983,1324 -"187252",61975,27195,3,983,2158 -"187253",61975,27796,2,983,2151 -"187254",61975,28571,3,983,1556 -"187255",61975,29089,2,983,1344 -"187256",61975,29512,2,983,1594 -"187257",61975,29930,2,983,2240 -"187258",61975,31159,3,983,2231 -"187259",61975,31705,2,983,2706 -"187260",61975,31890,3,983,1487 -"187261",61975,31901,3,983,1251 -"187262",61975,32047,3,983,1858 -"187263",61975,34707,3,983,2042 -"187264",61975,34820,3,983,1630 -"187265",61975,35428,3,983,2263 -"187266",61975,35888,3,983,2291 -"187267",61975,36031,3,983,2342 -"187268",61975,36578,3,983,1484 -"187269",61975,38055,3,983,1089 -"187270",61975,39464,3,983,2314 -"187271",61975,43614,3,983,1712 -"187272",61975,44299,3,983,1874 -"187273",61975,45545,3,983,1776 -"187274",61975,47564,3,983,2650 -"187275",61975,50001,3,983,1518 -"187276",61975,52597,2,983,1773 -"187277",61975,53830,2,983,1307 -"187278",61975,54953,3,983,2223 -"187279",61975,56152,3,983,1487 -"187280",61975,56854,3,983,2022 -"187281",61975,63477,2,983,1907 -"187282",61975,64857,3,983,1792 -"187283",61975,66756,3,983,1301 -"187284",61975,67748,3,983,1498 -"187285",61975,69250,3,983,1439 -"187286",61975,77550,3,983,1548 -"187287",61975,79213,3,983,1620 -"187288",61975,82187,3,983,1055 -"187289",61980,47130,3,2392,2654 -"187290",61982,2224,3,2725,2751 -"187291",61982,2684,3,2725,2874 -"187292",61982,3305,2,2725,2839 -"187293",61982,7794,3,2725,2972 -"187294",61982,16954,3,2725,2972 -"187295",61982,17365,2,2725,2746 -"187296",61982,22326,3,2725,2818 -"187297",61982,23319,3,2725,2867 -"187298",61982,25325,3,2725,2963 -"187299",61982,26582,3,2725,2772 -"187300",61982,26749,2,2725,2965 -"187301",61982,30052,3,2725,2855 -"187302",61982,41945,2,2725,2856 -"187303",61982,43455,1,2725,2846 -"187304",61982,48605,2,2725,2796 -"187305",61982,52032,3,2725,2853 -"187306",61982,66224,3,2725,2728 -"187307",61982,68215,3,2725,2727 -"187308",61995,6113,1,823,1678 -"187309",61995,7548,3,823,1932 -"187310",61995,9311,2,823,2477 -"187311",61995,10843,2,823,2277 -"187312",61995,14723,3,823,2019 -"187313",61995,15626,3,823,2434 -"187314",61995,18393,3,823,860 -"187315",61995,19453,2,823,1928 -"187316",61995,19637,3,823,1229 -"187317",61995,20494,3,823,1075 -"187318",61995,21448,3,823,2332 -"187319",61995,24286,3,823,1280 -"187320",61995,27261,3,823,1368 -"187321",61995,30906,3,823,2537 -"187322",61995,33356,2,823,1586 -"187323",61995,33433,2,823,2805 -"187324",61995,34707,3,823,2042 -"187325",61995,38755,3,823,2902 -"187326",61995,39556,3,823,2747 -"187327",61995,41023,3,823,2408 -"187328",61995,41598,3,823,2291 -"187329",61995,44306,3,823,1036 -"187330",61995,49581,3,823,1817 -"187331",61995,49696,3,823,2444 -"187332",61995,50224,3,823,1123 -"187333",61995,50269,3,823,1966 -"187334",61995,50382,3,823,2244 -"187335",61995,50946,3,823,1075 -"187336",61995,52136,3,823,1412 -"187337",61995,54879,3,823,2210 -"187338",61995,55324,3,823,1544 -"187339",61995,55643,3,823,2359 -"187340",61995,57732,3,823,2454 -"187341",61995,58993,3,823,2390 -"187342",61995,59113,3,823,2434 -"187343",61995,59937,3,823,885 -"187344",61995,64130,1,823,1075 -"187345",61995,64502,3,823,1670 -"187346",61995,67145,3,823,2015 -"187347",61995,70748,3,823,978 -"187348",61995,72083,2,823,1122 -"187349",61995,74190,1,823,1428 -"187350",61995,78932,3,823,981 -"187351",61995,95155,3,823,849 -"187352",62062,1691,3,860,1941 -"187353",62062,14108,2,860,2012 -"187354",62062,14983,3,860,1047 -"187355",62062,18502,3,860,1033 -"187356",62062,18543,3,860,2968 -"187357",62062,25565,3,860,2764 -"187358",62062,43226,3,860,2442 -"187359",62062,44427,3,860,2875 -"187360",62062,45595,3,860,1481 -"187361",62062,46621,3,860,1343 -"187362",62062,57990,3,860,978 -"187363",62062,76192,3,860,912 -"187364",62062,79657,3,860,1260 -"187365",62062,88232,3,860,2881 -"187366",62066,2206,1,2281,2536 -"187367",62066,2985,3,2281,2398 -"187368",62066,5897,3,2281,2337 -"187369",62066,9504,3,2281,2549 -"187370",62066,13879,3,2281,2748 -"187371",62066,15567,3,2281,2671 -"187372",62066,19655,3,2281,2706 -"187373",62066,36912,3,2281,2469 -"187374",62066,41051,3,2281,2767 -"187375",62066,42256,3,2281,2839 -"187376",62066,56094,3,2281,2343 -"187377",62066,62112,3,2281,2944 -"187378",62066,63077,3,2281,2778 -"187379",62089,12943,3,929,1902 -"187380",62089,22966,1,929,2112 -"187381",62089,23268,3,929,2258 -"187382",62089,76721,1,929,1174 -"187383",62112,841,3,2944,2964 -"187384",62148,3167,2,1566,1676 -"187385",62148,3961,3,1566,2426 -"187386",62148,5315,3,1566,2631 -"187387",62148,6055,3,1566,2651 -"187388",62148,7992,3,1566,2033 -"187389",62148,10358,3,1566,2294 -"187390",62148,10779,3,1566,2881 -"187391",62148,13388,3,1566,2119 -"187392",62148,15207,3,1566,1855 -"187393",62148,17852,3,1566,2840 -"187394",62148,19593,3,1566,2013 -"187395",62148,20067,2,1566,2390 -"187396",62148,20732,3,1566,2401 -"187397",62148,21706,3,1566,1988 -"187398",62148,23726,2,1566,2434 -"187399",62148,23869,2,1566,1918 -"187400",62148,24482,3,1566,1649 -"187401",62148,25680,3,1566,1618 -"187402",62148,26570,3,1566,1669 -"187403",62148,30150,3,1566,1704 -"187404",62148,30438,3,1566,1617 -"187405",62148,30883,3,1566,1629 -"187406",62148,33801,3,1566,2899 -"187407",62148,34158,2,1566,2639 -"187408",62148,35529,3,1566,1620 -"187409",62148,37897,3,1566,1685 -"187410",62148,38219,3,1566,1689 -"187411",62148,38973,3,1566,1999 -"187412",62148,42799,3,1566,2729 -"187413",62148,44819,3,1566,2063 -"187414",62148,45684,3,1566,2200 -"187415",62148,45715,3,1566,2287 -"187416",62148,46635,3,1566,2528 -"187417",62148,46803,3,1566,2305 -"187418",62148,50382,3,1566,2244 -"187419",62148,51157,1,1566,2319 -"187420",62148,51319,3,1566,2488 -"187421",62148,53475,3,1566,2853 -"187422",62148,56903,2,1566,1584 -"187423",62148,57246,3,1566,1873 -"187424",62148,58733,3,1566,1958 -"187425",62148,64219,2,1566,2705 -"187426",62148,65322,3,1566,2008 -"187427",62148,70046,3,1566,2624 -"187428",62148,70203,3,1566,2756 -"187429",62148,81478,2,1566,1640 -"187430",62162,1968,3,485,631 -"187431",62162,9808,3,485,1648 -"187432",62162,10004,3,485,872 -"187433",62162,15891,3,485,589 -"187434",62162,20392,3,485,1309 -"187435",62162,23890,3,485,1810 -"187436",62162,83133,3,485,1055 -"187437",62170,1036,3,90,1367 -"187438",62170,4623,3,90,1176 -"187439",62170,5315,2,90,2631 -"187440",62170,8913,3,90,968 -"187441",62170,9511,3,90,1232 -"187442",62170,11434,3,90,1187 -"187443",62170,11540,3,90,1237 -"187444",62170,11601,3,90,173 -"187445",62170,13109,2,90,1374 -"187446",62170,13573,3,90,2774 -"187447",62170,13780,3,90,2412 -"187448",62170,14943,2,90,1942 -"187449",62170,15401,3,90,1999 -"187450",62170,15716,3,90,1991 -"187451",62170,15808,3,90,1521 -"187452",62170,15872,3,90,1551 -"187453",62170,15906,3,90,109 -"187454",62170,19335,3,90,1729 -"187455",62170,19621,3,90,725 -"187456",62170,19892,3,90,1212 -"187457",62170,22374,2,90,1226 -"187458",62170,23132,2,90,2756 -"187459",62170,27355,3,90,870 -"187460",62170,28274,3,90,493 -"187461",62170,29095,3,90,2531 -"187462",62170,31003,3,90,1859 -"187463",62170,32648,3,90,669 -"187464",62170,32988,3,90,2008 -"187465",62170,34158,2,90,2639 -"187466",62170,34648,3,90,1596 -"187467",62170,35302,3,90,1589 -"187468",62170,35361,3,90,2389 -"187469",62170,36007,3,90,2089 -"187470",62170,38219,3,90,1689 -"187471",62170,40432,3,90,1956 -"187472",62170,40487,2,90,2512 -"187473",62170,40893,1,90,1116 -"187474",62170,44161,3,90,1156 -"187475",62170,45903,2,90,2237 -"187476",62170,46283,3,90,1184 -"187477",62170,48127,2,90,2677 -"187478",62170,48602,3,90,1704 -"187479",62170,50977,3,90,2352 -"187480",62170,51157,3,90,2319 -"187481",62170,51319,3,90,2488 -"187482",62170,56903,3,90,1584 -"187483",62170,57714,3,90,1391 -"187484",62170,62148,3,90,1566 -"187485",62170,64502,3,90,1670 -"187486",62170,64786,2,90,870 -"187487",62170,65155,3,90,1947 -"187488",62170,65322,3,90,2008 -"187489",62170,67102,3,90,935 -"187490",62170,74730,3,90,535 -"187491",62170,76564,3,90,996 -"187492",62170,77001,3,90,1440 -"187493",62170,79567,3,90,1942 -"187494",62170,81095,3,90,1609 -"187495",62170,83526,3,90,1235 -"187496",62170,83993,3,90,1009 -"187497",62170,85356,3,90,1492 -"187498",62170,89137,3,90,580 -"187499",62170,91279,3,90,966 -"187500",62170,92381,3,90,1237 -"187501",62170,100229,3,90,550 -"187502",62170,104084,3,90,579 -"187503",62170,106620,3,90,1177 -"187504",62170,114937,3,90,327 -"187505",62170,116508,3,90,158 -"187506",62219,455,3,2494,2827 -"187507",62219,7515,3,2494,2737 -"187508",62219,23132,2,2494,2756 -"187509",62219,31235,3,2494,2668 -"187510",62219,40383,3,2494,2639 -"187511",62219,47445,3,2494,2668 -"187512",62219,64997,3,2494,2791 -"187513",62219,73305,3,2494,2544 -"187514",62219,74636,3,2494,2525 -"187515",62263,2418,3,703,2020 -"187516",62263,2852,3,703,2448 -"187517",62263,5897,3,703,2337 -"187518",62263,6119,3,703,2358 -"187519",62263,10336,3,703,2271 -"187520",62263,11563,3,703,1863 -"187521",62263,12781,3,703,831 -"187522",62263,13720,3,703,1558 -"187523",62263,16286,2,703,2470 -"187524",62263,16501,3,703,1650 -"187525",62263,33341,3,703,2338 -"187526",62263,37059,3,703,2840 -"187527",62263,41969,3,703,2189 -"187528",62263,46384,3,703,2285 -"187529",62263,59788,3,703,2315 -"187530",62263,67908,3,703,2385 -"187531",62263,100413,3,703,804 -"187532",62268,1520,3,413,1716 -"187533",62268,2429,3,413,999 -"187534",62268,2452,3,413,1715 -"187535",62268,2523,3,413,1691 -"187536",62268,4430,3,413,2019 -"187537",62268,4567,3,413,2348 -"187538",62268,6697,3,413,2438 -"187539",62268,7684,3,413,790 -"187540",62268,7780,3,413,1920 -"187541",62268,7942,3,413,2623 -"187542",62268,9332,3,413,2734 -"187543",62268,9484,3,413,1429 -"187544",62268,10595,2,413,494 -"187545",62268,10980,3,413,1974 -"187546",62268,12361,3,413,2732 -"187547",62268,12728,3,413,2374 -"187548",62268,12948,3,413,2669 -"187549",62268,13068,3,413,1778 -"187550",62268,13879,3,413,2748 -"187551",62268,15118,3,413,1311 -"187552",62268,17645,2,413,1918 -"187553",62268,19934,3,413,2888 -"187554",62268,20176,3,413,1050 -"187555",62268,21207,3,413,1258 -"187556",62268,22166,3,413,994 -"187557",62268,22704,3,413,1150 -"187558",62268,23692,2,413,1540 -"187559",62268,24568,3,413,1937 -"187560",62268,26957,3,413,987 -"187561",62268,28905,1,413,430 -"187562",62268,30631,2,413,951 -"187563",62268,31408,2,413,994 -"187564",62268,33665,3,413,787 -"187565",62268,34742,3,413,1883 -"187566",62268,35640,3,413,495 -"187567",62268,35728,3,413,2017 -"187568",62268,37752,3,413,2223 -"187569",62268,38087,1,413,1083 -"187570",62268,38373,3,413,1928 -"187571",62268,38785,3,413,437 -"187572",62268,39418,3,413,1978 -"187573",62268,40035,3,413,2742 -"187574",62268,40796,3,413,540 -"187575",62268,42331,3,413,1585 -"187576",62268,44135,3,413,2620 -"187577",62268,44744,3,413,2032 -"187578",62268,44749,3,413,1303 -"187579",62268,46726,1,413,943 -"187580",62268,48698,3,413,1474 -"187581",62268,49414,3,413,1667 -"187582",62268,50509,3,413,2050 -"187583",62268,50581,3,413,1258 -"187584",62268,50996,2,413,929 -"187585",62268,52879,3,413,777 -"187586",62268,55880,3,413,626 -"187587",62268,59039,3,413,2870 -"187588",62268,59485,2,413,1564 -"187589",62268,59506,3,413,983 -"187590",62268,60808,2,413,1258 -"187591",62268,62668,2,413,958 -"187592",62268,63409,3,413,1937 -"187593",62268,63604,3,413,927 -"187594",62268,65188,3,413,2213 -"187595",62268,67617,1,413,1149 -"187596",62268,70372,2,413,526 -"187597",62268,70403,3,413,542 -"187598",62268,71219,3,413,967 -"187599",62268,72986,2,413,1055 -"187600",62268,80219,3,413,988 -"187601",62268,81077,1,413,498 -"187602",62268,82046,2,413,748 -"187603",62268,84447,2,413,1006 -"187604",62268,90236,2,413,1010 -"187605",62268,93026,2,413,704 -"187606",62268,93386,3,413,890 -"187607",62268,96310,2,413,1016 -"187608",62268,101453,3,413,454 -"187609",62268,104098,3,413,512 -"187610",62268,106399,3,413,1530 -"187611",62268,107598,3,413,999 -"187612",62268,109194,2,413,494 -"187613",62268,113116,2,413,769 -"187614",62308,5599,3,487,1684 -"187615",62308,9654,3,487,2111 -"187616",62308,14325,3,487,1976 -"187617",62308,15696,3,487,837 -"187618",62308,16954,3,487,2972 -"187619",62308,18563,2,487,2715 -"187620",62308,23011,3,487,2763 -"187621",62308,26031,3,487,1397 -"187622",62308,27543,3,487,666 -"187623",62308,32899,1,487,1369 -"187624",62308,54100,3,487,1327 -"187625",62308,67726,3,487,2873 -"187626",62308,71733,3,487,662 -"187627",62308,91518,3,487,842 -"187628",62334,4313,3,1766,2368 -"187629",62334,14918,3,1766,2071 -"187630",62334,20056,3,1766,1824 -"187631",62334,21079,3,1766,1997 -"187632",62334,21976,3,1766,1808 -"187633",62334,31170,2,1766,1776 -"187634",62338,206,2,228,1986 -"187635",62338,307,3,228,2530 -"187636",62338,312,3,228,2038 -"187637",62338,1036,2,228,1367 -"187638",62338,1092,1,228,1945 -"187639",62338,1397,3,228,1225 -"187640",62338,2684,3,228,2874 -"187641",62338,3753,2,228,1255 -"187642",62338,5429,2,228,1991 -"187643",62338,7013,3,228,2040 -"187644",62338,9893,3,228,2701 -"187645",62338,11055,2,228,2111 -"187646",62338,11620,3,228,2010 -"187647",62338,15716,2,228,1991 -"187648",62338,18244,3,228,1622 -"187649",62338,19027,3,228,2721 -"187650",62338,19248,3,228,2357 -"187651",62338,21225,3,228,1945 -"187652",62338,21706,3,228,1988 -"187653",62338,22586,3,228,1341 -"187654",62338,23132,3,228,2756 -"187655",62338,27501,3,228,1981 -"187656",62338,34907,3,228,1945 -"187657",62338,35752,3,228,1158 -"187658",62338,42574,3,228,2842 -"187659",62338,44636,3,228,1026 -"187660",62338,44819,3,228,2063 -"187661",62338,47055,2,228,1525 -"187662",62338,54676,3,228,1342 -"187663",62338,54695,3,228,2429 -"187664",62338,58427,3,228,2234 -"187665",62338,82124,3,228,756 -"187666",62338,91908,3,228,918 -"187667",62338,102004,3,228,497 -"187668",62338,115734,3,228,859 -"187669",62438,2036,3,802,2483 -"187670",62438,2206,3,802,2536 -"187671",62438,4668,3,802,1919 -"187672",62438,4669,3,802,2395 -"187673",62438,7252,3,802,2799 -"187674",62438,7337,3,802,1797 -"187675",62438,8568,3,802,2706 -"187676",62438,8760,3,802,2477 -"187677",62438,8923,3,802,1266 -"187678",62438,9785,3,802,2951 -"187679",62438,9787,3,802,2858 -"187680",62438,10387,3,802,871 -"187681",62438,10453,3,802,1656 -"187682",62438,12781,3,802,831 -"187683",62438,14532,3,802,1193 -"187684",62438,16152,3,802,879 -"187685",62438,16501,3,802,1650 -"187686",62438,16715,3,802,1218 -"187687",62438,18615,3,802,1025 -"187688",62438,19073,3,802,2748 -"187689",62438,19447,3,802,969 -"187690",62438,19686,3,802,2467 -"187691",62438,21207,3,802,1258 -"187692",62438,22578,3,802,2216 -"187693",62438,27545,3,802,855 -"187694",62438,27742,3,802,2700 -"187695",62438,27914,3,802,2507 -"187696",62438,28571,3,802,1556 -"187697",62438,28869,3,802,2425 -"187698",62438,28904,3,802,926 -"187699",62438,30334,3,802,2075 -"187700",62438,31868,3,802,1993 -"187701",62438,35728,3,802,2017 -"187702",62438,37636,3,802,2178 -"187703",62438,40392,3,802,1878 -"187704",62438,41581,3,802,1692 -"187705",62438,41633,3,802,1976 -"187706",62438,41770,3,802,2752 -"187707",62438,44497,3,802,2401 -"187708",62438,45869,3,802,2840 -"187709",62438,50354,3,802,1299 -"187710",62438,51783,3,802,2599 -"187711",62438,56995,3,802,2323 -"187712",62438,58745,3,802,1920 -"187713",62438,59788,3,802,2315 -"187714",62438,80156,3,802,1667 -"187715",62438,92860,3,802,1643 -"187716",62488,206,3,1418,1986 -"187717",62488,543,3,1418,2203 -"187718",62488,600,3,1418,1702 -"187719",62488,803,3,1418,1666 -"187720",62488,1092,3,1418,1945 -"187721",62488,1196,3,1418,1986 -"187722",62488,1495,2,1418,2046 -"187723",62488,1616,3,1418,2662 -"187724",62488,2484,3,1418,2389 -"187725",62488,2766,2,1418,1920 -"187726",62488,3306,3,1418,1989 -"187727",62488,3853,3,1418,2465 -"187728",62488,3961,3,1418,2426 -"187729",62488,4226,3,1418,1903 -"187730",62488,4367,3,1418,2794 -"187731",62488,4763,1,1418,1960 -"187732",62488,5041,3,1418,2371 -"187733",62488,5315,2,1418,2631 -"187734",62488,5350,3,1418,2522 -"187735",62488,5429,3,1418,1991 -"187736",62488,5462,3,1418,2374 -"187737",62488,5504,3,1418,2389 -"187738",62488,5986,3,1418,1721 -"187739",62488,6047,2,1418,2004 -"187740",62488,6417,3,1418,1675 -"187741",62488,7292,3,1418,1988 -"187742",62488,7323,3,1418,2858 -"187743",62488,7759,3,1418,2844 -"187744",62488,9893,3,1418,2701 -"187745",62488,9928,3,1418,2345 -"187746",62488,10358,2,1418,2294 -"187747",62488,10638,3,1418,2692 -"187748",62488,10779,2,1418,2881 -"187749",62488,10870,3,1418,1755 -"187750",62488,10874,2,1418,1891 -"187751",62488,11055,3,1418,2111 -"187752",62488,11103,3,1418,2393 -"187753",62488,11218,3,1418,2292 -"187754",62488,11493,3,1418,2077 -"187755",62488,12371,3,1418,1569 -"187756",62488,13311,3,1418,2315 -"187757",62488,13388,3,1418,2119 -"187758",62488,13925,2,1418,1515 -"187759",62488,13929,3,1418,2693 -"187760",62488,14032,2,1418,2144 -"187761",62488,14189,3,1418,1483 -"187762",62488,15184,2,1418,2396 -"187763",62488,15309,3,1418,2820 -"187764",62488,15576,3,1418,2204 -"187765",62488,15607,3,1418,1421 -"187766",62488,15626,3,1418,2434 -"187767",62488,16195,3,1418,2964 -"187768",62488,16352,3,1418,2657 -"187769",62488,17396,3,1418,1672 -"187770",62488,17520,3,1418,2276 -"187771",62488,17819,3,1418,2291 -"187772",62488,18874,3,1418,2170 -"187773",62488,19027,2,1418,2721 -"187774",62488,20067,3,1418,2390 -"187775",62488,20700,2,1418,2861 -"187776",62488,21682,3,1418,2414 -"187777",62488,22165,3,1418,1501 -"187778",62488,22207,3,1418,2365 -"187779",62488,22331,3,1418,2687 -"187780",62488,23006,3,1418,1532 -"187781",62488,23310,2,1418,2371 -"187782",62488,23508,3,1418,1907 -"187783",62488,24169,3,1418,1663 -"187784",62488,24256,3,1418,2393 -"187785",62488,24568,3,1418,1937 -"187786",62488,25443,2,1418,1441 -"187787",62488,25643,3,1418,1646 -"187788",62488,26080,3,1418,2525 -"187789",62488,27195,3,1418,2158 -"187790",62488,28218,3,1418,2048 -"187791",62488,28571,3,1418,1556 -"187792",62488,29930,2,1418,2240 -"187793",62488,31307,3,1418,2139 -"187794",62488,31530,3,1418,1661 -"187795",62488,31799,2,1418,2547 -"187796",62488,32516,3,1418,2050 -"187797",62488,32694,3,1418,1602 -"187798",62488,32919,3,1418,2321 -"187799",62488,33160,3,1418,2441 -"187800",62488,33383,3,1418,1572 -"187801",62488,34648,3,1418,1596 -"187802",62488,34735,3,1418,2767 -"187803",62488,34875,3,1418,1544 -"187804",62488,35529,3,1418,1620 -"187805",62488,35926,3,1418,2371 -"187806",62488,37570,3,1418,2389 -"187807",62488,37758,3,1418,1998 -"187808",62488,38921,3,1418,1880 -"187809",62488,41278,3,1418,1873 -"187810",62488,41625,3,1418,1794 -"187811",62488,41955,2,1418,2479 -"187812",62488,42264,3,1418,1702 -"187813",62488,45903,3,1418,2237 -"187814",62488,46039,3,1418,1794 -"187815",62488,47098,3,1418,2057 -"187816",62488,48242,2,1418,1690 -"187817",62488,50252,2,1418,2001 -"187818",62488,50977,3,1418,2352 -"187819",62488,51853,3,1418,2520 -"187820",62488,53134,2,1418,1590 -"187821",62488,53293,3,1418,2916 -"187822",62488,54929,3,1418,2783 -"187823",62488,55468,3,1418,2511 -"187824",62488,56537,3,1418,2409 -"187825",62488,57077,3,1418,1885 -"187826",62488,57977,3,1418,2683 -"187827",62488,58035,3,1418,1646 -"187828",62488,58133,3,1418,1484 -"187829",62488,60280,3,1418,1918 -"187830",62488,60879,3,1418,2792 -"187831",62488,63409,3,1418,1937 -"187832",62488,64502,3,1418,1670 -"187833",62488,65029,2,1418,2954 -"187834",62488,73305,3,1418,2544 -"187835",62488,75403,3,1418,1895 -"187836",62488,76356,3,1418,2323 -"187837",62488,77001,3,1418,1440 -"187838",62488,82732,3,1418,2810 -"187839",62488,82932,3,1418,2245 -"187840",62488,86799,3,1418,1951 -"187841",62488,88966,3,1418,1568 -"187842",62488,102666,2,1418,2726 -"187843",62498,3100,3,1698,2524 -"187844",62498,3786,3,1698,2282 -"187845",62498,6432,3,1698,2297 -"187846",62498,9241,3,1698,2338 -"187847",62498,11135,3,1698,2441 -"187848",62498,12031,3,1698,1957 -"187849",62498,19687,3,1698,2072 -"187850",62498,21976,3,1698,1808 -"187851",62498,23639,3,1698,2065 -"187852",62498,26138,2,1698,1902 -"187853",62498,49147,3,1698,2539 -"187854",62498,60384,2,1698,2765 -"187855",62498,116792,2,1698,2397 -"187856",62538,14,2,1656,1793 -"187857",62538,360,3,1656,1671 -"187858",62538,915,3,1656,1793 -"187859",62538,1616,3,1656,2662 -"187860",62538,2424,3,1656,2582 -"187861",62538,2484,3,1656,2389 -"187862",62538,3161,3,1656,2229 -"187863",62538,6162,3,1656,1673 -"187864",62538,6222,3,1656,1949 -"187865",62538,6253,3,1656,2282 -"187866",62538,7992,3,1656,2033 -"187867",62538,9311,2,1656,2477 -"187868",62538,9803,3,1656,1664 -"187869",62538,9828,2,1656,2085 -"187870",62538,10146,3,1656,1878 -"187871",62538,10799,3,1656,2010 -"187872",62538,10843,3,1656,2277 -"187873",62538,10870,3,1656,1755 -"187874",62538,11103,3,1656,2393 -"187875",62538,12713,3,1656,2440 -"187876",62538,12778,3,1656,2045 -"187877",62538,13573,3,1656,2774 -"187878",62538,13601,3,1656,2689 -"187879",62538,14507,3,1656,2686 -"187880",62538,14959,3,1656,2898 -"187881",62538,15626,3,1656,2434 -"187882",62538,15930,3,1656,2541 -"187883",62538,16111,3,1656,1714 -"187884",62538,17520,3,1656,2276 -"187885",62538,19719,3,1656,2177 -"187886",62538,20067,3,1656,2390 -"187887",62538,20311,3,1656,1981 -"187888",62538,21248,3,1656,2232 -"187889",62538,21706,3,1656,1988 -"187890",62538,22180,3,1656,1835 -"187891",62538,22260,3,1656,2137 -"187892",62538,23787,3,1656,2810 -"187893",62538,23869,3,1656,1918 -"187894",62538,24568,3,1656,1937 -"187895",62538,24648,3,1656,1833 -"187896",62538,24753,3,1656,2860 -"187897",62538,24756,3,1656,2530 -"187898",62538,24825,3,1656,2686 -"187899",62538,25486,3,1656,2582 -"187900",62538,26155,3,1656,1802 -"187901",62538,26366,3,1656,1688 -"187902",62538,26582,3,1656,2772 -"187903",62538,28285,3,1656,2972 -"187904",62538,29095,2,1656,2531 -"187905",62538,29930,3,1656,2240 -"187906",62538,30827,3,1656,2323 -"187907",62538,30906,3,1656,2537 -"187908",62538,31307,3,1656,2139 -"187909",62538,32064,3,1656,1739 -"187910",62538,32658,3,1656,1694 -"187911",62538,33160,3,1656,2441 -"187912",62538,33433,3,1656,2805 -"187913",62538,33801,2,1656,2899 -"187914",62538,34707,3,1656,2042 -"187915",62538,35256,3,1656,2271 -"187916",62538,35360,3,1656,2043 -"187917",62538,36574,3,1656,2934 -"187918",62538,37620,3,1656,2716 -"187919",62538,37915,2,1656,1905 -"187920",62538,38019,3,1656,1870 -"187921",62538,38921,3,1656,1880 -"187922",62538,41664,3,1656,2641 -"187923",62538,52576,3,1656,2234 -"187924",62538,53475,2,1656,2853 -"187925",62538,53604,3,1656,2489 -"187926",62538,55156,3,1656,2196 -"187927",62538,58993,3,1656,2390 -"187928",62538,59113,3,1656,2434 -"187929",62538,63409,3,1656,1937 -"187930",62538,68810,3,1656,2409 -"187931",62538,70203,3,1656,2756 -"187932",62538,73197,3,1656,1998 -"187933",62538,75028,2,1656,1660 -"187934",62538,77010,3,1656,2639 -"187935",62538,78128,3,1656,1727 -"187936",62538,78563,3,1656,2385 -"187937",62602,145,3,1172,1998 -"187938",62602,313,3,1172,2271 -"187939",62602,377,3,1172,2389 -"187940",62602,499,3,1172,1931 -"187941",62602,543,2,1172,2203 -"187942",62602,913,3,1172,2144 -"187943",62602,1151,3,1172,2885 -"187944",62602,1592,3,1172,2006 -"187945",62602,1691,2,1172,1941 -"187946",62602,1777,3,1172,1965 -"187947",62602,2181,3,1172,2030 -"187948",62602,2484,3,1172,2389 -"187949",62602,3088,3,1172,1670 -"187950",62602,3878,1,1172,1890 -"187951",62602,4066,3,1172,1736 -"187952",62602,4687,2,1172,2152 -"187953",62602,5504,3,1172,2389 -"187954",62602,6390,1,1172,2385 -"187955",62602,6428,3,1172,1952 -"187956",62602,6491,3,1172,2424 -"187957",62602,7323,3,1172,2858 -"187958",62602,8762,3,1172,2585 -"187959",62602,8888,3,1172,1328 -"187960",62602,9432,2,1172,1693 -"187961",62602,11434,2,1172,1187 -"187962",62602,11516,3,1172,1937 -"187963",62602,12199,2,1172,1651 -"187964",62602,14108,3,1172,2012 -"187965",62602,14652,3,1172,2516 -"187966",62602,15799,3,1172,1917 -"187967",62602,18543,3,1172,2968 -"187968",62602,19718,3,1172,1702 -"187969",62602,20407,3,1172,2339 -"187970",62602,20700,3,1172,2861 -"187971",62602,22749,3,1172,1727 -"187972",62602,23132,3,1172,2756 -"187973",62602,24568,3,1172,1937 -"187974",62602,25816,2,1172,2088 -"187975",62602,27628,3,1172,2389 -"187976",62602,29258,3,1172,1932 -"187977",62602,31235,2,1172,2668 -"187978",62602,33622,3,1172,2230 -"187979",62602,34945,3,1172,1298 -"187980",62602,35256,3,1172,2271 -"187981",62602,35302,3,1172,1589 -"187982",62602,36439,3,1172,2469 -"187983",62602,37509,3,1172,1640 -"187984",62602,37570,3,1172,2389 -"187985",62602,44427,3,1172,2875 -"187986",62602,44768,3,1172,2516 -"187987",62602,46621,3,1172,1343 -"187988",62602,47445,3,1172,2668 -"187989",62602,52327,3,1172,1472 -"187990",62602,53323,3,1172,2677 -"187991",62602,53608,3,1172,1986 -"187992",62602,54855,3,1172,1525 -"187993",62602,55156,3,1172,2196 -"187994",62602,55324,3,1172,1544 -"187995",62602,57129,3,1172,1858 -"187996",62602,57544,3,1172,2443 -"187997",62602,58284,3,1172,2292 -"187998",62602,59700,3,1172,2346 -"187999",62602,59790,3,1172,1827 -"188000",62602,60661,3,1172,2700 -"188001",62602,62219,3,1172,2494 -"188002",62602,63409,3,1172,1937 -"188003",62602,64181,3,1172,1828 -"188004",62602,74636,3,1172,2525 -"188005",62602,78563,3,1172,2385 -"188006",62602,79804,3,1172,2227 -"188007",62602,80429,2,1172,1927 -"188008",62602,88232,3,1172,2881 -"188009",62602,88808,3,1172,1462 -"188010",62602,88966,3,1172,1568 -"188011",62602,97013,3,1172,1797 -"188012",62602,97824,3,1172,1229 -"188013",62602,107649,2,1172,1573 -"188014",62626,17037,3,2787,2947 -"188015",62626,27686,2,2787,2844 -"188016",62626,36278,2,2787,2952 -"188017",62632,2972,3,1320,1708 -"188018",62632,3776,3,1320,2322 -"188019",62632,11976,2,1320,1727 -"188020",62632,20355,3,1320,2111 -"188021",62632,22586,3,1320,1341 -"188022",62632,33834,3,1320,1606 -"188023",62632,36574,3,1320,2934 -"188024",62632,41023,3,1320,2408 -"188025",62632,41598,3,1320,2291 -"188026",62632,92895,1,1320,2339 -"188027",62668,2,3,958,2796 -"188028",62668,237,3,958,1982 -"188029",62668,600,3,958,1702 -"188030",62668,913,3,958,2144 -"188031",62668,1015,3,958,1174 -"188032",62668,1154,3,958,1656 -"188033",62668,1203,3,958,1350 -"188034",62668,1520,2,958,1716 -"188035",62668,1691,3,958,1941 -"188036",62668,2014,3,958,973 -"188037",62668,2057,3,958,1965 -"188038",62668,2120,3,958,1133 -"188039",62668,2181,3,958,2030 -"188040",62668,2424,3,958,2582 -"188041",62668,2429,3,958,999 -"188042",62668,2523,2,958,1691 -"188043",62668,2533,3,958,2016 -"188044",62668,2959,3,958,1785 -"188045",62668,3305,3,958,2839 -"188046",62668,3453,3,958,2126 -"188047",62668,4057,3,958,2389 -"188048",62668,4303,3,958,2414 -"188049",62668,4430,2,958,2019 -"188050",62668,4526,3,958,1728 -"188051",62668,4567,2,958,2348 -"188052",62668,4916,3,958,1970 -"188053",62668,4932,3,958,2752 -"188054",62668,4983,3,958,1909 -"188055",62668,5346,3,958,1438 -"188056",62668,6390,3,958,2385 -"188057",62668,6940,3,958,1183 -"188058",62668,6989,3,958,2623 -"188059",62668,7241,3,958,2259 -"188060",62668,7515,3,958,2737 -"188061",62668,7719,3,958,1954 -"188062",62668,7759,3,958,2844 -"188063",62668,7780,2,958,1920 -"188064",62668,7847,3,958,2424 -"188065",62668,7942,2,958,2623 -"188066",62668,8860,3,958,2141 -"188067",62668,8890,3,958,1955 -"188068",62668,8923,2,958,1266 -"188069",62668,9184,3,958,2670 -"188070",62668,9269,3,958,1892 -"188071",62668,9432,3,958,1693 -"188072",62668,9703,3,958,1845 -"188073",62668,9805,3,958,1621 -"188074",62668,10129,3,958,2124 -"188075",62668,10216,3,958,2476 -"188076",62668,10336,3,958,2271 -"188077",62668,10370,3,958,2224 -"188078",62668,10457,3,958,1711 -"188079",62668,11434,3,958,1187 -"188080",62668,11516,3,958,1937 -"188081",62668,11538,3,958,2288 -"188082",62668,11639,3,958,1593 -"188083",62668,12067,3,958,1213 -"188084",62668,12199,3,958,1651 -"188085",62668,12361,2,958,2732 -"188086",62668,12374,3,958,2260 -"188087",62668,12728,2,958,2374 -"188088",62668,12778,3,958,2045 -"188089",62668,14586,3,958,2801 -"188090",62668,14676,3,958,2764 -"188091",62668,15118,2,958,1311 -"188092",62668,15443,3,958,1631 -"188093",62668,15462,3,958,1141 -"188094",62668,15799,3,958,1917 -"188095",62668,16164,3,958,1184 -"188096",62668,16501,3,958,1650 -"188097",62668,17388,3,958,1023 -"188098",62668,17645,1,958,1918 -"188099",62668,17698,3,958,1559 -"188100",62668,18005,2,958,2449 -"188101",62668,18825,3,958,1240 -"188102",62668,19093,3,958,2224 -"188103",62668,19380,3,958,2637 -"188104",62668,19655,3,958,2706 -"188105",62668,22166,2,958,994 -"188106",62668,22543,3,958,1594 -"188107",62668,22723,3,958,2859 -"188108",62668,23131,3,958,1732 -"188109",62668,23132,3,958,2756 -"188110",62668,23692,3,958,1540 -"188111",62668,24005,3,958,1188 -"188112",62668,24568,2,958,1937 -"188113",62668,25132,3,958,1188 -"188114",62668,26957,2,958,987 -"188115",62668,26974,3,958,1672 -"188116",62668,27390,3,958,2425 -"188117",62668,27742,3,958,2700 -"188118",62668,29116,3,958,2128 -"188119",62668,29818,3,958,1677 -"188120",62668,30262,3,958,1715 -"188121",62668,31216,3,958,1244 -"188122",62668,31408,1,958,994 -"188123",62668,32549,3,958,2111 -"188124",62668,32761,3,958,2680 -"188125",62668,32818,3,958,2485 -"188126",62668,32947,3,958,1091 -"188127",62668,34094,2,958,1360 -"188128",62668,34216,3,958,2832 -"188129",62668,34742,2,958,1883 -"188130",62668,34875,3,958,1544 -"188131",62668,34908,3,958,2796 -"188132",62668,35302,3,958,1589 -"188133",62668,37036,3,958,2264 -"188134",62668,37351,3,958,978 -"188135",62668,37636,3,958,2178 -"188136",62668,37765,3,958,1134 -"188137",62668,38087,2,958,1083 -"188138",62668,38259,3,958,2258 -"188139",62668,39189,3,958,2319 -"188140",62668,39249,3,958,1665 -"188141",62668,39256,3,958,2449 -"188142",62668,39444,3,958,2695 -"188143",62668,40028,3,958,1349 -"188144",62668,40368,3,958,2876 -"188145",62668,40537,3,958,1284 -"188146",62668,40879,3,958,2019 -"188147",62668,42331,3,958,1585 -"188148",62668,42837,3,958,1096 -"188149",62668,44135,2,958,2620 -"188150",62668,44235,3,958,2700 -"188151",62668,44420,3,958,2184 -"188152",62668,44744,2,958,2032 -"188153",62668,45729,3,958,2606 -"188154",62668,45992,3,958,1182 -"188155",62668,46486,3,958,1868 -"188156",62668,46532,3,958,2005 -"188157",62668,46650,3,958,1330 -"188158",62668,47803,3,958,2477 -"188159",62668,48698,2,958,1474 -"188160",62668,49512,3,958,1302 -"188161",62668,52554,3,958,1683 -"188162",62668,52699,3,958,1372 -"188163",62668,52735,3,958,1124 -"188164",62668,52815,3,958,2323 -"188165",62668,53924,3,958,1289 -"188166",62668,54313,3,958,1645 -"188167",62668,55482,3,958,1866 -"188168",62668,56082,3,958,2395 -"188169",62668,56537,3,958,2409 -"188170",62668,56995,3,958,2323 -"188171",62668,57209,3,958,1719 -"188172",62668,57353,3,958,1849 -"188173",62668,58233,3,958,1665 -"188174",62668,58745,3,958,1920 -"188175",62668,60258,3,958,2405 -"188176",62668,60808,3,958,1258 -"188177",62668,63409,2,958,1937 -"188178",62668,64712,3,958,1411 -"188179",62668,64947,3,958,2489 -"188180",62668,65223,3,958,2724 -"188181",62668,67617,2,958,1149 -"188182",62668,69250,3,958,1439 -"188183",62668,70046,3,958,2624 -"188184",62668,71219,2,958,967 -"188185",62668,71531,3,958,2887 -"188186",62668,72597,3,958,1843 -"188187",62668,72882,3,958,1330 -"188188",62668,72986,2,958,1055 -"188189",62668,73305,3,958,2544 -"188190",62668,79420,3,958,1061 -"188191",62668,79804,3,958,2227 -"188192",62668,80429,3,958,1927 -"188193",62668,81805,3,958,1607 -"188194",62668,83253,3,958,1102 -"188195",62668,83907,3,958,2056 -"188196",62668,88808,3,958,1462 -"188197",62668,93332,3,958,982 -"188198",62668,96310,2,958,1016 -"188199",62668,96387,3,958,2159 -"188200",62668,97706,3,958,1121 -"188201",62668,98942,3,958,1588 -"188202",62668,100690,3,958,2829 -"188203",62668,102581,3,958,1813 -"188204",62668,107649,3,958,1573 -"188205",62668,108430,3,958,1642 -"188206",62668,108867,3,958,2328 -"188207",62712,57765,3,2884,2893 -"188208",62712,92297,3,2884,2952 -"188209",62713,18479,3,2593,2967 -"188210",62713,43929,3,2593,2749 -"188211",62713,94339,3,2593,2768 -"188212",62715,680,3,1838,2569 -"188213",62715,5106,3,1838,2622 -"188214",62715,5683,3,1838,2468 -"188215",62715,5897,3,1838,2337 -"188216",62715,14781,3,1838,2338 -"188217",62715,20941,3,1838,2725 -"188218",62715,26182,3,1838,2775 -"188219",62715,27320,3,1838,2378 -"188220",62715,40572,3,1838,2666 -"188221",62715,46982,3,1838,2806 -"188222",62715,47013,3,1838,2388 -"188223",62715,55413,3,1838,2129 -"188224",62723,47877,3,2554,2970 -"188225",62739,25399,3,2753,2784 -"188226",62739,30705,3,2753,2959 -"188227",62739,42196,3,2753,2765 -"188228",62739,43756,2,2753,2881 -"188229",62746,364,3,2119,2351 -"188230",62746,4669,3,2119,2395 -"188231",62746,5235,3,2119,2324 -"188232",62746,9723,3,2119,2302 -"188233",62746,12948,3,2119,2669 -"188234",62746,14781,3,2119,2338 -"188235",62746,32202,3,2119,2314 -"188236",62746,40572,3,2119,2666 -"188237",62746,45869,2,2119,2840 -"188238",62754,4032,3,249,1763 -"188239",62754,10481,2,249,740 -"188240",62754,10779,3,249,2881 -"188241",62754,11168,2,249,1223 -"188242",62754,11218,3,249,2292 -"188243",62754,12518,2,249,2747 -"188244",62754,26818,2,249,1999 -"188245",62754,27030,3,249,2031 -"188246",62754,27116,3,249,963 -"188247",62754,27377,3,249,1724 -"188248",62754,32429,3,249,601 -"188249",62754,36446,3,249,1175 -"188250",62754,36554,2,249,1649 -"188251",62754,40796,3,249,540 -"188252",62754,44769,3,249,2411 -"188253",62754,47726,2,249,1272 -"188254",62754,51546,1,249,1369 -"188255",62754,95408,3,249,2393 -"188256",62754,96435,2,249,2765 -"188257",62772,2798,3,105,1673 -"188258",62772,7785,3,105,2441 -"188259",62772,11728,3,105,1121 -"188260",62772,14032,3,105,2144 -"188261",62772,14807,3,105,241 -"188262",62772,30609,3,105,988 -"188263",62772,32560,3,105,1258 -"188264",62772,32651,3,105,877 -"188265",62772,35797,3,105,2482 -"188266",62772,39516,3,105,2393 -"188267",62772,51360,3,105,1882 -"188268",62772,65389,3,105,503 -"188269",62772,68055,3,105,1236 -"188270",62772,71479,2,105,482 -"188271",62772,76905,3,105,298 -"188272",62772,79420,3,105,1061 -"188273",62772,109307,3,105,1187 -"188274",62821,11676,2,220,1614 -"188275",62821,18479,2,220,2967 -"188276",62821,53749,3,220,274 -"188277",62821,61973,3,220,892 -"188278",62821,81965,1,220,550 -"188279",62821,89752,1,220,585 -"188280",62821,90570,1,220,964 -"188281",62832,613,3,2606,2687 -"188282",62832,997,2,2606,2788 -"188283",62832,9362,3,2606,2879 -"188284",62832,12929,3,2606,2656 -"188285",62832,53219,3,2606,2973 -"188286",62832,57977,3,2606,2683 -"188287",62832,84567,3,2606,2767 -"188288",62832,84799,3,2606,2656 -"188289",62840,823,3,2502,2840 -"188290",62840,2684,3,2502,2874 -"188291",62840,4418,3,2502,2788 -"188292",62840,4618,2,2502,2607 -"188293",62840,5725,1,2502,2789 -"188294",62840,12867,2,2502,2773 -"188295",62840,14652,3,2502,2516 -"188296",62840,23132,3,2502,2756 -"188297",62840,24923,3,2502,2785 -"188298",62840,26351,2,2502,2683 -"188299",62840,28285,2,2502,2972 -"188300",62840,31799,3,2502,2547 -"188301",62840,39087,2,2502,2765 -"188302",62840,42216,3,2502,2722 -"188303",62840,47947,2,2502,2681 -"188304",62840,57977,2,2502,2683 -"188305",62840,60661,3,2502,2700 -"188306",62840,71562,1,2502,2574 -"188307",62841,3305,2,2710,2839 -"188308",62841,10130,3,2710,2741 -"188309",62841,16954,3,2710,2972 -"188310",62841,17365,3,2710,2746 -"188311",62841,20292,3,2710,2755 -"188312",62841,23319,2,2710,2867 -"188313",62841,25325,2,2710,2963 -"188314",62841,26749,3,2710,2965 -"188315",62841,30052,3,2710,2855 -"188316",62841,41945,3,2710,2856 -"188317",62841,42574,3,2710,2842 -"188318",62841,43455,2,2710,2846 -"188319",62841,48605,2,2710,2796 -"188320",62841,61982,1,2710,2725 -"188321",62848,916,3,1230,2718 -"188322",62848,1369,3,1230,2487 -"188323",62848,2724,3,1230,2447 -"188324",62848,2802,3,1230,1836 -"188325",62848,4194,3,1230,1641 -"188326",62848,6999,3,1230,2214 -"188327",62848,10716,3,1230,1692 -"188328",62848,11803,2,1230,1232 -"188329",62848,12116,3,1230,2119 -"188330",62848,13340,3,1230,1918 -"188331",62848,14061,3,1230,1620 -"188332",62848,18610,3,1230,2141 -"188333",62848,19476,3,1230,1708 -"188334",62848,20038,3,1230,1531 -"188335",62848,20547,3,1230,2145 -"188336",62848,23739,3,1230,2463 -"188337",62848,24116,3,1230,1413 -"188338",62848,25886,3,1230,1580 -"188339",62848,31357,3,1230,2389 -"188340",62848,33278,3,1230,1591 -"188341",62848,35317,3,1230,1888 -"188342",62848,41051,3,1230,2767 -"188343",62848,42407,2,1230,2408 -"188344",62848,49805,3,1230,2445 -"188345",62848,74054,3,1230,1488 -"188346",62848,77719,3,1230,2086 -"188347",62848,78277,3,1230,1937 -"188348",62848,80705,3,1230,2764 -"188349",62848,94339,2,1230,2768 -"188350",62852,5315,3,2067,2631 -"188351",62852,22415,3,2067,2841 -"188352",62852,65572,3,2067,2750 -"188353",62852,82949,3,2067,2077 -"188354",62858,10343,3,750,1072 -"188355",62858,20049,2,750,877 -"188356",62858,39746,3,750,1361 -"188357",62858,42254,2,750,1052 -"188358",62870,341,3,1568,2689 -"188359",62870,952,3,1568,1991 -"188360",62870,10310,3,1568,2774 -"188361",62870,11493,3,1568,2077 -"188362",62870,12371,3,1568,1569 -"188363",62870,17351,3,1568,2036 -"188364",62870,19208,3,1568,2629 -"188365",62870,20331,3,1568,2365 -"188366",62870,20730,3,1568,2243 -"188367",62870,22893,3,1568,1938 -"188368",62870,29930,3,1568,2240 -"188369",62870,36441,3,1568,2796 -"188370",62870,41770,3,1568,2752 -"188371",62870,42515,3,1568,2752 -"188372",62870,42799,3,1568,2729 -"188373",62870,44894,3,1568,2048 -"188374",62870,80944,3,1568,2300 -"188375",62870,86883,3,1568,1623 -"188376",62870,117956,3,1568,2774 -"188377",62903,25,3,1704,2762 -"188378",62903,1196,3,1704,1986 -"188379",62903,2572,3,1704,2273 -"188380",62903,3011,2,1704,2278 -"188381",62903,3765,3,1704,2775 -"188382",62903,4701,2,1704,2401 -"188383",62903,4821,3,1704,1938 -"188384",62903,5986,3,1704,1721 -"188385",62903,8274,3,1704,1909 -"188386",62903,8327,3,1704,2527 -"188387",62903,9311,3,1704,2477 -"188388",62903,9979,3,1704,2238 -"188389",62903,10358,3,1704,2294 -"188390",62903,10843,3,1704,2277 -"188391",62903,11218,3,1704,2292 -"188392",62903,12042,3,1704,2345 -"188393",62903,12449,3,1704,2067 -"188394",62903,13601,3,1704,2689 -"188395",62903,14723,3,1704,2019 -"188396",62903,15626,3,1704,2434 -"188397",62903,17351,3,1704,2036 -"188398",62903,17632,3,1704,1947 -"188399",62903,18670,3,1704,1835 -"188400",62903,19453,3,1704,1928 -"188401",62903,22180,3,1704,1835 -"188402",62903,23745,2,1704,1968 -"188403",62903,24066,3,1704,1755 -"188404",62903,24721,3,1704,2326 -"188405",62903,25341,3,1704,1858 -"188406",62903,25480,3,1704,2747 -"188407",62903,30525,3,1704,1964 -"188408",62903,33433,2,1704,2805 -"188409",62903,34325,3,1704,1982 -"188410",62903,34707,3,1704,2042 -"188411",62903,35888,3,1704,2291 -"188412",62903,38727,3,1704,2238 -"188413",62903,38755,3,1704,2902 -"188414",62903,39556,3,1704,2747 -"188415",62903,41682,3,1704,1988 -"188416",62903,41900,3,1704,1970 -"188417",62903,41945,3,1704,2856 -"188418",62903,42333,3,1704,2234 -"188419",62903,42642,3,1704,2257 -"188420",62903,46091,3,1704,1938 -"188421",62903,49581,3,1704,1817 -"188422",62903,51089,3,1704,2426 -"188423",62903,53342,3,1704,2071 -"188424",62903,54879,1,1704,2210 -"188425",62903,55643,3,1704,2359 -"188426",62903,57732,3,1704,2454 -"188427",62903,59113,3,1704,2434 -"188428",62903,67145,3,1704,2015 -"188429",62903,73197,2,1704,1998 -"188430",62903,75343,2,1704,2008 -"188431",62903,79382,3,1704,1908 -"188432",62903,92513,3,1704,2282 -"188433",62939,25,3,2574,2762 -"188434",62939,602,2,2574,2632 -"188435",62939,762,2,2574,2671 -"188436",62939,12703,3,2574,2689 -"188437",62939,28982,3,2574,2746 -"188438",62957,733,3,1170,1653 -"188439",62957,1367,3,1170,2176 -"188440",62957,2063,3,1170,1278 -"188441",62957,2684,3,1170,2874 -"188442",62957,3167,3,1170,1676 -"188443",62957,4226,2,1170,1903 -"188444",62957,5568,3,1170,1290 -"188445",62957,6491,3,1170,2424 -"188446",62957,7245,3,1170,2089 -"188447",62957,8533,3,1170,2251 -"188448",62957,12374,3,1170,2260 -"188449",62957,12610,3,1170,1274 -"188450",62957,15539,3,1170,1929 -"188451",62957,18415,3,1170,2184 -"188452",62957,20311,3,1170,1981 -"188453",62957,21104,3,1170,2327 -"188454",62957,22006,3,1170,1202 -"188455",62957,26451,3,1170,2133 -"188456",62957,27792,3,1170,1308 -"188457",62957,28303,3,1170,2089 -"188458",62957,29073,2,1170,2328 -"188459",62957,31700,3,1170,2727 -"188460",62957,34136,3,1170,2202 -"188461",62957,34945,3,1170,1298 -"188462",62957,37937,3,1170,1320 -"188463",62957,41682,3,1170,1988 -"188464",62957,43518,3,1170,2680 -"188465",62957,58133,2,1170,1484 -"188466",62957,61719,3,1170,1515 -"188467",62957,63770,3,1170,1324 -"188468",62957,74409,3,1170,2639 -"188469",62957,82426,2,1170,1576 -"188470",62957,82696,3,1170,1305 -"188471",62957,86245,3,1170,1972 -"188472",62957,99020,3,1170,1383 -"188473",62957,99103,3,1170,1470 -"188474",62957,108379,3,1170,2933 -"188475",62961,16120,3,926,1237 -"188476",62961,22639,3,926,2352 -"188477",62961,31864,3,926,1266 -"188478",62961,33433,3,926,2805 -"188479",62961,49581,3,926,1817 -"188480",62961,50946,3,926,1075 -"188481",62961,55643,3,926,2359 -"188482",62961,67456,1,926,1608 -"188483",62963,841,3,1964,2964 -"188484",62963,6989,3,1964,2623 -"188485",62966,380,2,1282,2261 -"188486",62966,1102,3,1282,2282 -"188487",62966,1875,3,1282,1786 -"188488",62966,2572,2,1282,2273 -"188489",62966,2684,3,1282,2874 -"188490",62966,2894,3,1282,1291 -"188491",62966,3801,3,1282,1974 -"188492",62966,5235,3,1282,2324 -"188493",62966,6074,3,1282,2426 -"188494",62966,7406,3,1282,1906 -"188495",62966,8865,2,1282,2394 -"188496",62966,9615,3,1282,2464 -"188497",62966,10148,3,1282,2964 -"188498",62966,10513,3,1282,2284 -"188499",62966,12724,3,1282,1930 -"188500",62966,13808,3,1282,1356 -"188501",62966,19605,3,1282,2395 -"188502",62966,19937,2,1282,1587 -"188503",62966,24060,3,1282,2349 -"188504",62966,27908,3,1282,2576 -"188505",62966,29454,3,1282,2719 -"188506",62966,30906,3,1282,2537 -"188507",62966,35903,2,1282,1434 -"188508",62966,42129,3,1282,2318 -"188509",62966,42216,3,1282,2722 -"188510",62966,45302,3,1282,2390 -"188511",62966,45329,3,1282,1693 -"188512",62966,46486,3,1282,1868 -"188513",62966,48377,2,1282,1927 -"188514",62966,50134,3,1282,2674 -"188515",62966,51017,3,1282,2073 -"188516",62966,51035,3,1282,2397 -"188517",62966,55821,3,1282,1303 -"188518",62966,55862,3,1282,2123 -"188519",62966,63477,3,1282,1907 -"188520",62966,69232,3,1282,2130 -"188521",62975,3477,3,977,2546 -"188522",62975,4622,1,977,1589 -"188523",62975,4983,3,977,1909 -"188524",62975,6063,3,977,2349 -"188525",62975,7648,3,977,1861 -"188526",62975,8325,2,977,2228 -"188527",62975,9273,2,977,1747 -"188528",62975,14442,3,977,2700 -"188529",62975,16184,3,977,2274 -"188530",62975,18005,3,977,2449 -"188531",62975,18217,3,977,1566 -"188532",62975,20547,3,977,2145 -"188533",62975,25678,3,977,1558 -"188534",62975,29354,3,977,1123 -"188535",62975,31281,3,977,1937 -"188536",62975,32904,1,977,2055 -"188537",62975,33223,3,977,2397 -"188538",62975,33470,3,977,2003 -"188539",62975,34295,2,977,2735 -"188540",62975,37351,3,977,978 -"188541",62975,40542,3,977,1664 -"188542",62975,40759,2,977,2789 -"188543",62975,44473,1,977,1685 -"188544",62975,44501,2,977,2567 -"188545",62975,47094,3,977,2592 -"188546",62975,50253,3,977,1565 -"188547",62975,55307,1,977,2306 -"188548",62975,55482,3,977,1866 -"188549",62975,59289,3,977,2896 -"188550",62975,76503,3,977,1136 -"188551",62975,84317,3,977,2081 -"188552",62975,113848,3,977,999 -"188553",62976,1592,3,381,2006 -"188554",62976,1691,3,381,1941 -"188555",62976,5018,3,381,640 -"188556",62976,6252,3,381,2336 -"188557",62976,6390,3,381,2385 -"188558",62976,7798,3,381,949 -"188559",62976,8088,3,381,2220 -"188560",62976,12103,2,381,1244 -"188561",62976,14108,3,381,2012 -"188562",62976,15560,3,381,2257 -"188563",62976,16040,3,381,1244 -"188564",62976,18502,3,381,1033 -"188565",62976,18543,3,381,2968 -"188566",62976,20407,3,381,2339 -"188567",62976,26873,3,381,419 -"188568",62976,27792,3,381,1308 -"188569",62976,29948,3,381,2795 -"188570",62976,30906,3,381,2537 -"188571",62976,31001,3,381,2119 -"188572",62976,34314,3,381,630 -"188573",62976,34945,3,381,1298 -"188574",62976,35815,3,381,2789 -"188575",62976,36439,3,381,2469 -"188576",62976,37509,3,381,1640 -"188577",62976,41085,3,381,637 -"188578",62976,43173,3,381,2895 -"188579",62976,44427,3,381,2875 -"188580",62976,46596,2,381,1942 -"188581",62976,46621,3,381,1343 -"188582",62976,47585,3,381,794 -"188583",62976,49300,3,381,515 -"188584",62976,50235,2,381,726 -"188585",62976,52327,3,381,1472 -"188586",62976,53252,2,381,637 -"188587",62976,57990,3,381,978 -"188588",62976,58133,3,381,1484 -"188589",62976,61785,3,381,822 -"188590",62976,69122,3,381,416 -"188591",62976,75025,3,381,717 -"188592",62976,76192,3,381,912 -"188593",62976,78256,3,381,804 -"188594",62976,79612,3,381,927 -"188595",62976,88232,3,381,2881 -"188596",62976,89578,3,381,828 -"188597",62976,92592,2,381,486 -"188598",62976,93398,3,381,828 -"188599",62976,97824,2,381,1229 -"188600",62976,99953,3,381,581 -"188601",62976,101967,2,381,691 -"188602",62976,102731,2,381,630 -"188603",62976,105207,3,381,451 -"188604",62993,680,3,1369,2569 -"188605",62993,4303,3,1369,2414 -"188606",62993,4983,3,1369,1909 -"188607",62993,27686,3,1369,2844 -"188608",63030,11477,3,2251,2724 -"188609",63030,67957,2,2251,2823 -"188610",63030,92297,3,2251,2952 -"188611",63030,99215,3,2251,2791 -"188612",63063,675,3,361,1686 -"188613",63063,1046,3,361,1881 -"188614",63063,1136,3,361,2536 -"188615",63063,1349,3,361,1147 -"188616",63063,2063,3,361,1278 -"188617",63063,2743,3,361,1278 -"188618",63063,3493,2,361,2451 -"188619",63063,4360,3,361,1770 -"188620",63063,10488,3,361,1524 -"188621",63063,14656,3,361,584 -"188622",63063,16164,3,361,1184 -"188623",63063,16863,3,361,2069 -"188624",63063,17357,3,361,1536 -"188625",63063,20319,2,361,468 -"188626",63063,20824,3,361,1366 -"188627",63063,21122,3,361,1701 -"188628",63063,21758,3,361,1331 -"188629",63063,22884,3,361,1608 -"188630",63063,23729,3,361,1624 -"188631",63063,26322,3,361,1018 -"188632",63063,27753,3,361,2750 -"188633",63063,30325,3,361,1067 -"188634",63063,33588,3,361,1040 -"188635",63063,33621,3,361,1319 -"188636",63063,34492,3,361,1798 -"188637",63063,40293,3,361,1671 -"188638",63063,40487,3,361,2512 -"188639",63063,43213,3,361,2160 -"188640",63063,44648,3,361,619 -"188641",63063,46196,3,361,1510 -"188642",63063,46982,3,361,2806 -"188643",63063,51144,3,361,2466 -"188644",63063,51319,3,361,2488 -"188645",63063,52136,2,361,1412 -"188646",63063,55482,3,361,1866 -"188647",63063,56082,3,361,2395 -"188648",63063,63515,3,361,2023 -"188649",63063,64947,3,361,2489 -"188650",63063,64997,3,361,2791 -"188651",63063,72207,3,361,2430 -"188652",63063,75403,3,361,1895 -"188653",63063,79337,3,361,875 -"188654",63063,82767,3,361,1641 -"188655",63063,88232,3,361,2881 -"188656",63063,102107,3,361,504 -"188657",63063,109571,3,361,797 -"188658",63077,841,3,2778,2964 -"188659",63077,8062,2,2778,2858 -"188660",63077,11648,3,2778,2852 -"188661",63077,17973,3,2778,2837 -"188662",63077,25373,3,2778,2783 -"188663",63077,45869,3,2778,2840 -"188664",63077,59039,3,2778,2870 -"188665",63077,92297,3,2778,2952 -"188666",63078,288,3,602,947 -"188667",63078,3583,3,602,818 -"188668",63078,10709,3,602,746 -"188669",63078,16587,3,602,2065 -"188670",63078,18615,3,602,1025 -"188671",63078,22050,3,602,966 -"188672",63078,37873,1,602,1288 -"188673",63078,41064,3,602,1201 -"188674",63078,43135,3,602,1171 -"188675",63078,57691,2,602,1232 -"188676",63078,93933,3,602,1336 -"188677",63078,109521,3,602,609 -"188678",63096,2724,3,2307,2447 -"188679",63096,20036,3,2307,2384 -"188680",63096,32724,3,2307,2581 -"188681",63096,37801,3,2307,2578 -"188682",63096,44312,3,2307,2741 -"188683",63096,49805,3,2307,2445 -"188684",63096,80705,2,2307,2764 -"188685",63104,1624,3,2149,2687 -"188686",63104,2724,3,2149,2447 -"188687",63104,3477,3,2149,2546 -"188688",63104,3559,3,2149,2413 -"188689",63104,6063,3,2149,2349 -"188690",63104,14442,2,2149,2700 -"188691",63104,19075,3,2149,2214 -"188692",63104,31357,1,2149,2389 -"188693",63104,33223,3,2149,2397 -"188694",63104,36996,3,2149,2321 -"188695",63104,51843,2,2149,2389 -"188696",63104,54385,2,2149,2340 -"188697",63104,59289,3,2149,2896 -"188698",63104,59344,3,2149,2252 -"188699",63104,69308,3,2149,2370 -"188700",63104,80615,3,2149,2252 -"188701",63104,106755,2,2149,2166 -"188702",63104,110871,3,2149,2879 -"188703",63142,13324,3,1997,2163 -"188704",63142,23460,3,1997,2183 -"188705",63142,42129,3,1997,2318 -"188706",63147,10130,3,1477,2741 -"188707",63147,10215,3,1477,2006 -"188708",63147,13324,3,1477,2163 -"188709",63147,13479,3,1477,2155 -"188710",63147,13835,3,1477,1588 -"188711",63147,18277,3,1477,2309 -"188712",63147,18891,3,1477,1596 -"188713",63147,21479,2,1477,2134 -"188714",63147,23268,3,1477,2258 -"188715",63147,27427,3,1477,2325 -"188716",63147,36637,3,1477,2085 -"188717",63147,40707,3,1477,1547 -"188718",63147,53031,3,1477,2065 -"188719",63147,55906,2,1477,2851 -"188720",63147,58221,3,1477,1787 -"188721",63147,61188,3,1477,2134 -"188722",63147,80014,3,1477,1562 -"188723",63147,82409,2,1477,1881 -"188724",63147,91739,3,1477,1689 -"188725",63147,93615,3,1477,2386 -"188726",63201,5816,3,2139,2408 -"188727",63236,600,3,499,1702 -"188728",63236,5451,3,499,1299 -"188729",63236,23705,3,499,2699 -"188730",63236,27837,3,499,1315 -"188731",63236,34920,3,499,563 -"188732",63236,41739,3,499,1339 -"188733",63236,54158,3,499,1756 -"188734",63252,30507,1,1516,2302 -"188735",63252,55775,3,1516,2385 -"188736",63263,680,3,1267,2569 -"188737",63263,2668,3,1267,1529 -"188738",63263,4032,3,1267,1763 -"188739",63263,7896,3,1267,2447 -"188740",63263,12759,2,1267,2414 -"188741",63263,14558,2,1267,1585 -"188742",63263,15567,3,1267,2671 -"188743",63263,18381,3,1267,1524 -"188744",63263,25373,3,1267,2783 -"188745",63263,41338,3,1267,1553 -"188746",63263,41723,3,1267,2101 -"188747",63263,47529,3,1267,2914 -"188748",63263,53726,3,1267,1729 -"188749",63263,94525,3,1267,1993 -"188750",63328,1495,3,922,2046 -"188751",63328,1639,3,922,2631 -"188752",63328,2063,3,922,1278 -"188753",63328,2484,3,922,2389 -"188754",63328,2766,3,922,1920 -"188755",63328,3167,3,922,1676 -"188756",63328,3947,3,922,2067 -"188757",63328,4681,3,922,2356 -"188758",63328,5239,3,922,2875 -"188759",63328,5315,3,922,2631 -"188760",63328,5716,3,922,1058 -"188761",63328,6030,3,922,2953 -"188762",63328,6417,3,922,1675 -"188763",63328,7196,2,922,1508 -"188764",63328,7984,2,922,2493 -"188765",63328,8913,2,922,968 -"188766",63328,9391,3,922,1252 -"188767",63328,11218,3,922,2292 -"188768",63328,11456,3,922,2715 -"188769",63328,11477,3,922,2724 -"188770",63328,13780,2,922,2412 -"188771",63328,14943,3,922,1942 -"188772",63328,15401,2,922,1999 -"188773",63328,15453,3,922,1688 -"188774",63328,16352,3,922,2657 -"188775",63328,16625,3,922,1285 -"188776",63328,16801,3,922,2008 -"188777",63328,17934,3,922,1059 -"188778",63328,19950,3,922,1643 -"188779",63328,22216,3,922,1956 -"188780",63328,22311,3,922,2034 -"188781",63328,23725,3,922,2378 -"188782",63328,24169,3,922,1663 -"188783",63328,25271,3,922,1172 -"188784",63328,26713,3,922,1235 -"188785",63328,26818,3,922,1999 -"188786",63328,28056,3,922,1505 -"188787",63328,28731,3,922,955 -"188788",63328,28784,2,922,1579 -"188789",63328,29004,2,922,2596 -"188790",63328,29456,3,922,1182 -"188791",63328,29930,3,922,2240 -"188792",63328,30325,3,922,1067 -"188793",63328,30747,3,922,2455 -"188794",63328,31279,3,922,965 -"188795",63328,32988,2,922,2008 -"188796",63328,35186,3,922,1520 -"188797",63328,36559,2,922,2473 -"188798",63328,36862,3,922,2655 -"188799",63328,37758,3,922,1998 -"188800",63328,38219,3,922,1689 -"188801",63328,38449,3,922,1802 -"188802",63328,40432,3,922,1956 -"188803",63328,40645,3,922,1899 -"188804",63328,41955,3,922,2479 -"188805",63328,42196,1,922,2765 -"188806",63328,42505,3,922,2008 -"188807",63328,42642,3,922,2257 -"188808",63328,43135,3,922,1171 -"188809",63328,44068,3,922,1056 -"188810",63328,44720,3,922,1202 -"188811",63328,45959,3,922,1880 -"188812",63328,46040,3,922,2105 -"188813",63328,47947,3,922,2681 -"188814",63328,50252,3,922,2001 -"188815",63328,51410,3,922,2739 -"188816",63328,53134,2,922,1590 -"188817",63328,53293,3,922,2916 -"188818",63328,54929,3,922,2783 -"188819",63328,56237,3,922,2625 -"188820",63328,57529,3,922,2462 -"188821",63328,60516,3,922,2257 -"188822",63328,62488,3,922,1418 -"188823",63328,65155,2,922,1947 -"188824",63328,65203,3,922,1597 -"188825",63328,65322,3,922,2008 -"188826",63328,65679,3,922,1578 -"188827",63328,76511,3,922,1250 -"188828",63328,78150,3,922,2581 -"188829",63328,79088,3,922,1369 -"188830",63328,82409,3,922,1881 -"188831",63328,82767,3,922,1641 -"188832",63328,84268,3,922,1217 -"188833",63328,89511,3,922,1205 -"188834",63328,92757,3,922,2615 -"188835",63328,96352,3,922,1493 -"188836",63328,97160,3,922,1215 -"188837",63328,100140,3,922,1041 -"188838",63328,106620,3,922,1177 -"188839",63329,2014,3,639,973 -"188840",63329,2272,3,639,1640 -"188841",63329,2443,2,639,2333 -"188842",63329,3271,3,639,2216 -"188843",63329,3506,3,639,2364 -"188844",63329,3819,3,639,1583 -"188845",63329,5064,3,639,1690 -"188846",63329,6040,3,639,2103 -"188847",63329,6295,3,639,856 -"188848",63329,7123,3,639,1964 -"188849",63329,7604,3,639,1366 -"188850",63329,7932,3,639,789 -"188851",63329,9269,1,639,1892 -"188852",63329,9272,3,639,2835 -"188853",63329,9656,3,639,1135 -"188854",63329,9895,2,639,1960 -"188855",63329,9910,2,639,2526 -"188856",63329,9948,3,639,2019 -"188857",63329,10146,3,639,1878 -"188858",63329,10610,3,639,1427 -"188859",63329,10990,3,639,805 -"188860",63329,11351,3,639,2971 -"188861",63329,11858,3,639,1530 -"188862",63329,12632,3,639,1174 -"188863",63329,12914,3,639,1557 -"188864",63329,13034,3,639,698 -"188865",63329,14212,2,639,857 -"188866",63329,14442,3,639,2700 -"188867",63329,15281,3,639,810 -"188868",63329,15813,3,639,2143 -"188869",63329,16347,2,639,1868 -"188870",63329,17355,3,639,1469 -"188871",63329,17499,3,639,2954 -"188872",63329,17695,3,639,1930 -"188873",63329,17925,3,639,2385 -"188874",63329,20695,2,639,2526 -"188875",63329,21044,3,639,1574 -"188876",63329,22357,3,639,1397 -"188877",63329,23098,3,639,2300 -"188878",63329,23560,3,639,2051 -"188879",63329,24256,3,639,2393 -"188880",63329,25345,2,639,713 -"188881",63329,26597,3,639,2070 -"188882",63329,26740,2,639,2695 -"188883",63329,27512,3,639,947 -"188884",63329,29930,3,639,2240 -"188885",63329,31159,3,639,2231 -"188886",63329,31295,3,639,2183 -"188887",63329,31705,3,639,2706 -"188888",63329,32966,3,639,1583 -"188889",63329,33460,3,639,2781 -"188890",63329,34331,2,639,1727 -"188891",63329,36440,3,639,704 -"188892",63329,37765,3,639,1134 -"188893",63329,38697,3,639,2701 -"188894",63329,39009,3,639,1594 -"188895",63329,41075,3,639,1176 -"188896",63329,43226,3,639,2442 -"188897",63329,44744,2,639,2032 -"188898",63329,45449,3,639,1610 -"188899",63329,46568,3,639,822 -"188900",63329,47372,3,639,788 -"188901",63329,48110,3,639,2009 -"188902",63329,48931,3,639,2444 -"188903",63329,49379,3,639,1573 -"188904",63329,49708,3,639,1147 -"188905",63329,50678,3,639,1366 -"188906",63329,51890,3,639,1992 -"188907",63329,53584,3,639,2391 -"188908",63329,53640,3,639,1789 -"188909",63329,55261,3,639,1915 -"188910",63329,55325,3,639,653 -"188911",63329,56364,2,639,1626 -"188912",63329,58508,3,639,2326 -"188913",63329,63631,3,639,763 -"188914",63329,64712,3,639,1411 -"188915",63329,64803,3,639,841 -"188916",63329,65375,3,639,824 -"188917",63329,69335,3,639,2698 -"188918",63329,69453,3,639,2831 -"188919",63329,71307,3,639,761 -"188920",63329,76796,3,639,1140 -"188921",63329,77719,3,639,2086 -"188922",63329,78277,3,639,1937 -"188923",63329,78611,3,639,1586 -"188924",63329,79699,3,639,1735 -"188925",63329,79874,1,639,1570 -"188926",63329,80301,3,639,1690 -"188927",63329,80801,2,639,1250 -"188928",63329,84591,2,639,1685 -"188929",63329,84601,3,639,802 -"188930",63329,85926,2,639,907 -"188931",63329,87915,2,639,1152 -"188932",63329,92630,1,639,1583 -"188933",63329,93553,3,639,2537 -"188934",63329,96387,3,639,2159 -"188935",63329,96801,1,639,671 -"188936",63329,99237,3,639,783 -"188937",63329,101381,2,639,977 -"188938",63329,101666,2,639,1257 -"188939",63395,267,3,2334,2631 -"188940",63395,364,3,2334,2351 -"188941",63395,1519,3,2334,2349 -"188942",63395,3460,2,2334,2530 -"188943",63395,3896,2,2334,2693 -"188944",63395,4751,3,2334,2696 -"188945",63395,5120,3,2334,2735 -"188946",63395,5897,3,2334,2337 -"188947",63395,6262,3,2334,2733 -"188948",63395,7252,3,2334,2799 -"188949",63395,9184,3,2334,2670 -"188950",63395,9202,2,2334,2477 -"188951",63395,9272,3,2334,2835 -"188952",63395,16866,1,2334,2718 -"188953",63395,18421,3,2334,2457 -"188954",63395,18865,1,2334,2676 -"188955",63395,19208,2,2334,2629 -"188956",63395,19605,2,2334,2395 -"188957",63395,22207,3,2334,2365 -"188958",63395,26642,2,2334,2952 -"188959",63395,26865,3,2334,2726 -"188960",63395,27686,3,2334,2844 -"188961",63395,27914,3,2334,2507 -"188962",63395,29454,3,2334,2719 -"188963",63395,29977,3,2334,2781 -"188964",63395,30081,3,2334,2403 -"188965",63395,31089,3,2334,2952 -"188966",63395,31840,3,2334,2389 -"188967",63395,35980,3,2334,2657 -"188968",63395,36031,3,2334,2342 -"188969",63395,36270,2,2334,2910 -"188970",63395,36646,2,2334,2744 -"188971",63395,41134,3,2334,2952 -"188972",63395,41764,3,2334,2409 -"188973",63395,43673,3,2334,2787 -"188974",63395,44403,3,2334,2429 -"188975",63395,44688,3,2334,2924 -"188976",63395,47877,3,2334,2970 -"188977",63395,48931,3,2334,2444 -"188978",63395,50480,2,2334,2701 -"188979",63395,51055,3,2334,2558 -"188980",63395,51610,3,2334,2635 -"188981",63395,54775,3,2334,2383 -"188982",63395,56910,2,2334,2705 -"188983",63395,60661,3,2334,2700 -"188984",63395,61398,3,2334,2563 -"188985",63395,64469,2,2334,2707 -"188986",63395,74204,1,2334,2463 -"188987",63395,94640,3,2334,2344 -"188988",63395,104565,3,2334,2693 -"188989",63400,21416,2,1265,2375 -"188990",63409,135,3,1937,2233 -"188991",63409,145,2,1937,1998 -"188992",63409,270,3,1937,2542 -"188993",63409,312,3,1937,2038 -"188994",63409,455,3,1937,2827 -"188995",63409,470,2,1937,2285 -"188996",63409,913,1,1937,2144 -"188997",63409,1102,3,1937,2282 -"188998",63409,1136,3,1937,2536 -"188999",63409,1367,3,1937,2176 -"189000",63409,1616,3,1937,2662 -"189001",63409,1691,3,1937,1941 -"189002",63409,2424,3,1937,2582 -"189003",63409,2484,3,1937,2389 -"189004",63409,2625,3,1937,2152 -"189005",63409,2954,3,1937,2727 -"189006",63409,3161,3,1937,2229 -"189007",63409,4084,2,1937,2133 -"189008",63409,4430,3,1937,2019 -"189009",63409,4567,3,1937,2348 -"189010",63409,4687,3,1937,2152 -"189011",63409,4730,3,1937,2131 -"189012",63409,5235,3,1937,2324 -"189013",63409,5315,3,1937,2631 -"189014",63409,5429,3,1937,1991 -"189015",63409,5504,3,1937,2389 -"189016",63409,6047,3,1937,2004 -"189017",63409,6052,3,1937,1985 -"189018",63409,6222,3,1937,1949 -"189019",63409,6390,3,1937,2385 -"189020",63409,6718,3,1937,2138 -"189021",63409,7245,2,1937,2089 -"189022",63409,7515,1,1937,2737 -"189023",63409,7847,3,1937,2424 -"189024",63409,7992,3,1937,2033 -"189025",63409,8533,3,1937,2251 -"189026",63409,9184,2,1937,2670 -"189027",63409,9311,2,1937,2477 -"189028",63409,9362,3,1937,2879 -"189029",63409,10358,3,1937,2294 -"189030",63409,10433,2,1937,2075 -"189031",63409,10843,3,1937,2277 -"189032",63409,11103,3,1937,2393 -"189033",63409,11493,3,1937,2077 -"189034",63409,12528,3,1937,2589 -"189035",63409,12602,3,1937,1956 -"189036",63409,12618,3,1937,2021 -"189037",63409,12728,3,1937,2374 -"189038",63409,12778,3,1937,2045 -"189039",63409,14032,3,1937,2144 -"189040",63409,14652,3,1937,2516 -"189041",63409,14959,3,1937,2898 -"189042",63409,15626,3,1937,2434 -"189043",63409,16352,3,1937,2657 -"189044",63409,17520,3,1937,2276 -"189045",63409,18315,3,1937,2720 -"189046",63409,18394,3,1937,2356 -"189047",63409,18415,3,1937,2184 -"189048",63409,18543,3,1937,2968 -"189049",63409,19248,3,1937,2357 -"189050",63409,19322,2,1937,2048 -"189051",63409,19719,3,1937,2177 -"189052",63409,19858,3,1937,2357 -"189053",63409,20407,3,1937,2339 -"189054",63409,20563,3,1937,2267 -"189055",63409,21248,3,1937,2232 -"189056",63409,21693,3,1937,2176 -"189057",63409,22566,3,1937,2308 -"189058",63409,22567,3,1937,2396 -"189059",63409,23132,2,1937,2756 -"189060",63409,23310,3,1937,2371 -"189061",63409,23705,3,1937,2699 -"189062",63409,24256,3,1937,2393 -"189063",63409,24448,2,1937,2289 -"189064",63409,25198,3,1937,1982 -"189065",63409,25816,3,1937,2088 -"189066",63409,26642,3,1937,2952 -"189067",63409,27195,3,1937,2158 -"189068",63409,27275,2,1937,2656 -"189069",63409,27390,2,1937,2425 -"189070",63409,27391,3,1937,2378 -"189071",63409,28101,3,1937,1949 -"189072",63409,28432,3,1937,1954 -"189073",63409,29095,3,1937,2531 -"189074",63409,29308,3,1937,2094 -"189075",63409,29930,2,1937,2240 -"189076",63409,30052,3,1937,2855 -"189077",63409,30906,3,1937,2537 -"189078",63409,31089,3,1937,2952 -"189079",63409,31235,2,1937,2668 -"189080",63409,32503,3,1937,2020 -"189081",63409,33433,3,1937,2805 -"189082",63409,33622,3,1937,2230 -"189083",63409,33801,3,1937,2899 -"189084",63409,34707,3,1937,2042 -"189085",63409,34735,3,1937,2767 -"189086",63409,35256,3,1937,2271 -"189087",63409,36439,3,1937,2469 -"189088",63409,38780,3,1937,2705 -"189089",63409,39189,3,1937,2319 -"189090",63409,40368,3,1937,2876 -"189091",63409,40383,3,1937,2639 -"189092",63409,40756,3,1937,2329 -"189093",63409,41955,3,1937,2479 -"189094",63409,42687,3,1937,1952 -"189095",63409,42799,3,1937,2729 -"189096",63409,44135,3,1937,2620 -"189097",63409,44744,3,1937,2032 -"189098",63409,45633,2,1937,2134 -"189099",63409,47445,3,1937,2668 -"189100",63409,51041,3,1937,2606 -"189101",63409,51925,3,1937,2307 -"189102",63409,52576,3,1937,2234 -"189103",63409,53475,3,1937,2853 -"189104",63409,57544,3,1937,2443 -"189105",63409,59113,3,1937,2434 -"189106",63409,59700,3,1937,2346 -"189107",63409,62219,2,1937,2494 -"189108",63409,62840,3,1937,2502 -"189109",63409,64997,3,1937,2791 -"189110",63409,65691,3,1937,2134 -"189111",63409,66413,2,1937,2507 -"189112",63409,67652,3,1937,2736 -"189113",63409,73305,2,1937,2544 -"189114",63409,73553,3,1937,2726 -"189115",63409,74636,3,1937,2525 -"189116",63409,76892,3,1937,2381 -"189117",63409,79804,2,1937,2227 -"189118",63409,82949,3,1937,2077 -"189119",63409,83907,3,1937,2056 -"189120",63409,92322,2,1937,2393 -"189121",63442,270,3,1965,2542 -"189122",63442,2424,3,1965,2582 -"189123",63442,4953,1,1965,2285 -"189124",63442,5350,3,1965,2522 -"189125",63442,6044,2,1965,2744 -"189126",63442,7794,3,1965,2972 -"189127",63442,7795,2,1965,2789 -"189128",63442,11218,3,1965,2292 -"189129",63442,12042,2,1965,2345 -"189130",63442,12081,3,1965,2166 -"189131",63442,12863,3,1965,2027 -"189132",63442,14252,3,1965,2244 -"189133",63442,14972,3,1965,2332 -"189134",63442,15008,3,1965,2338 -"189135",63442,15381,2,1965,2289 -"189136",63442,15729,3,1965,2338 -"189137",63442,16352,3,1965,2657 -"189138",63442,16628,3,1965,2409 -"189139",63442,17365,2,1965,2746 -"189140",63442,17400,3,1965,2231 -"189141",63442,17826,3,1965,2920 -"189142",63442,24253,2,1965,2213 -"189143",63442,25213,3,1965,2338 -"189144",63442,25569,3,1965,2317 -"189145",63442,26067,3,1965,2069 -"189146",63442,26080,3,1965,2525 -"189147",63442,28296,3,1965,2944 -"189148",63442,31159,3,1965,2231 -"189149",63442,31295,3,1965,2183 -"189150",63442,34735,3,1965,2767 -"189151",63442,35926,3,1965,2371 -"189152",63442,37238,3,1965,2609 -"189153",63442,38307,2,1965,2648 -"189154",63442,41945,3,1965,2856 -"189155",63442,41972,3,1965,2509 -"189156",63442,43455,2,1965,2846 -"189157",63442,43796,2,1965,2476 -"189158",63442,46629,3,1965,2255 -"189159",63442,47248,3,1965,2883 -"189160",63442,50113,3,1965,2059 -"189161",63442,51017,3,1965,2073 -"189162",63442,51866,3,1965,2411 -"189163",63442,52032,3,1965,2853 -"189164",63442,52892,3,1965,2372 -"189165",63442,54929,3,1965,2783 -"189166",63442,56082,3,1965,2395 -"189167",63442,60476,3,1965,2508 -"189168",63442,61982,3,1965,2725 -"189169",63442,70573,3,1965,1993 -"189170",63442,81221,3,1965,2285 -"189171",63477,160,2,1907,2007 -"189172",63477,1495,3,1907,2046 -"189173",63477,2684,2,1907,2874 -"189174",63477,2766,3,1907,1920 -"189175",63477,3409,3,1907,2167 -"189176",63477,4763,3,1907,1960 -"189177",63477,5710,2,1907,1926 -"189178",63477,5865,3,1907,1910 -"189179",63477,6192,3,1907,2409 -"189180",63477,7616,3,1907,2296 -"189181",63477,8238,3,1907,2222 -"189182",63477,8274,3,1907,1909 -"189183",63477,8726,3,1907,2083 -"189184",63477,9331,3,1907,2269 -"189185",63477,9723,3,1907,2302 -"189186",63477,11055,3,1907,2111 -"189187",63477,12081,3,1907,2166 -"189188",63477,12388,3,1907,1975 -"189189",63477,12775,3,1907,1982 -"189190",63477,12976,2,1907,2399 -"189191",63477,13249,2,1907,2573 -"189192",63477,13324,2,1907,2163 -"189193",63477,15184,3,1907,2396 -"189194",63477,15626,3,1907,2434 -"189195",63477,16539,3,1907,1947 -"189196",63477,17351,3,1907,2036 -"189197",63477,17632,3,1907,1947 -"189198",63477,19208,2,1907,2629 -"189199",63477,19215,3,1907,2604 -"189200",63477,19605,3,1907,2395 -"189201",63477,20124,3,1907,2376 -"189202",63477,20200,3,1907,2322 -"189203",63477,21681,3,1907,2005 -"189204",63477,22216,3,1907,1956 -"189205",63477,22292,3,1907,1910 -"189206",63477,22580,3,1907,2245 -"189207",63477,22682,2,1907,2035 -"189208",63477,22709,3,1907,2743 -"189209",63477,22808,3,1907,2297 -"189210",63477,23098,3,1907,2300 -"189211",63477,23460,2,1907,2183 -"189212",63477,23825,3,1907,1913 -"189213",63477,24256,3,1907,2393 -"189214",63477,24753,3,1907,2860 -"189215",63477,25030,3,1907,2017 -"189216",63477,25985,3,1907,2071 -"189217",63477,27501,3,1907,1981 -"189218",63477,27796,3,1907,2151 -"189219",63477,28218,2,1907,2048 -"189220",63477,29454,3,1907,2719 -"189221",63477,30081,3,1907,2403 -"189222",63477,30525,3,1907,1964 -"189223",63477,30697,3,1907,2891 -"189224",63477,31159,3,1907,2231 -"189225",63477,31705,2,1907,2706 -"189226",63477,33010,3,1907,2189 -"189227",63477,36559,2,1907,2473 -"189228",63477,36962,3,1907,2861 -"189229",63477,38727,3,1907,2238 -"189230",63477,39556,3,1907,2747 -"189231",63477,41664,3,1907,2641 -"189232",63477,41764,3,1907,2409 -"189233",63477,42129,3,1907,2318 -"189234",63477,47564,3,1907,2650 -"189235",63477,47947,3,1907,2681 -"189236",63477,48377,3,1907,1927 -"189237",63477,50480,3,1907,2701 -"189238",63477,51853,3,1907,2520 -"189239",63477,55076,3,1907,2408 -"189240",63477,55156,3,1907,2196 -"189241",63477,55643,3,1907,2359 -"189242",63477,78563,2,1907,2385 -"189243",63477,81349,3,1907,1958 -"189244",63498,1629,3,977,1289 -"189245",63498,2226,3,977,2225 -"189246",63498,2344,3,977,2752 -"189247",63498,2852,2,977,2448 -"189248",63498,2894,3,977,1291 -"189249",63498,3284,2,977,1541 -"189250",63498,5599,3,977,1684 -"189251",63498,5897,3,977,2337 -"189252",63498,8610,3,977,2240 -"189253",63498,9481,3,977,1610 -"189254",63498,9723,3,977,2302 -"189255",63498,11239,2,977,2181 -"189256",63498,12897,2,977,1351 -"189257",63498,12948,3,977,2669 -"189258",63498,15978,3,977,981 -"189259",63498,16684,3,977,1657 -"189260",63498,19364,3,977,2846 -"189261",63498,19655,3,977,2706 -"189262",63498,21207,2,977,1258 -"189263",63498,22709,3,977,2743 -"189264",63498,27195,3,977,2158 -"189265",63498,27509,3,977,2067 -"189266",63498,28081,3,977,1927 -"189267",63498,28432,3,977,1954 -"189268",63498,32549,3,977,2111 -"189269",63498,32775,2,977,2135 -"189270",63498,34831,2,977,1866 -"189271",63498,34921,3,977,2181 -"189272",63498,35477,3,977,2703 -"189273",63498,36514,2,977,1192 -"189274",63498,37929,3,977,2393 -"189275",63498,41023,3,977,2408 -"189276",63498,41581,3,977,1692 -"189277",63498,41969,3,977,2189 -"189278",63498,44235,3,977,2700 -"189279",63498,48015,3,977,1355 -"189280",63498,52215,2,977,1908 -"189281",63498,54631,3,977,1531 -"189282",63498,55472,2,977,1516 -"189283",63498,59726,3,977,1513 -"189284",63498,61585,3,977,2315 -"189285",63498,66693,3,977,2554 -"189286",63498,68789,3,977,1929 -"189287",63498,70070,2,977,2425 -"189288",63498,73172,3,977,2496 -"189289",63498,73553,3,977,2726 -"189290",63498,82819,3,977,1900 -"189291",63498,94640,3,977,2344 -"189292",63502,160,3,113,2007 -"189293",63502,1067,3,113,918 -"189294",63502,1124,3,113,1596 -"189295",63502,1427,3,113,324 -"189296",63502,1641,3,113,1490 -"189297",63502,1888,3,113,114 -"189298",63502,2077,3,113,610 -"189299",63502,2684,3,113,2874 -"189300",63502,2894,3,113,1291 -"189301",63502,3819,3,113,1583 -"189302",63502,3954,3,113,839 -"189303",63502,4705,3,113,1714 -"189304",63502,5392,3,113,1648 -"189305",63502,5610,3,113,2223 -"189306",63502,5615,3,113,1105 -"189307",63502,5865,3,113,1910 -"189308",63502,6192,3,113,2409 -"189309",63502,7118,3,113,966 -"189310",63502,7185,3,113,1046 -"189311",63502,7258,3,113,1714 -"189312",63502,7406,3,113,1906 -"189313",63502,7555,3,113,1943 -"189314",63502,7616,2,113,2296 -"189315",63502,7798,3,113,949 -"189316",63502,8238,3,113,2222 -"189317",63502,8274,3,113,1909 -"189318",63502,8726,3,113,2083 -"189319",63502,8865,3,113,2394 -"189320",63502,9311,3,113,2477 -"189321",63502,9423,3,113,1708 -"189322",63502,9615,2,113,2464 -"189323",63502,9871,2,113,921 -"189324",63502,10744,3,113,955 -"189325",63502,10779,3,113,2881 -"189326",63502,10870,3,113,1755 -"189327",63502,11601,3,113,173 -"189328",63502,11770,3,113,1653 -"189329",63502,11912,3,113,889 -"189330",63502,12081,3,113,2166 -"189331",63502,12122,2,113,1385 -"189332",63502,12388,3,113,1975 -"189333",63502,12473,2,113,801 -"189334",63502,12632,3,113,1174 -"189335",63502,12712,1,113,815 -"189336",63502,12729,3,113,1835 -"189337",63502,12778,3,113,2045 -"189338",63502,13249,3,113,2573 -"189339",63502,13324,3,113,2163 -"189340",63502,14731,3,113,2012 -"189341",63502,15691,3,113,324 -"189342",63502,16053,3,113,908 -"189343",63502,16193,3,113,756 -"189344",63502,16539,2,113,1947 -"189345",63502,16542,3,113,2039 -"189346",63502,16850,3,113,1657 -"189347",63502,17033,3,113,2771 -"189348",63502,17632,3,113,1947 -"189349",63502,17931,3,113,1617 -"189350",63502,18464,3,113,2312 -"189351",63502,18670,2,113,1835 -"189352",63502,19208,2,113,2629 -"189353",63502,19605,3,113,2395 -"189354",63502,19937,3,113,1587 -"189355",63502,21950,3,113,1892 -"189356",63502,22057,3,113,974 -"189357",63502,22292,3,113,1910 -"189358",63502,22543,3,113,1594 -"189359",63502,22682,3,113,2035 -"189360",63502,22808,3,113,2297 -"189361",63502,23460,3,113,2183 -"189362",63502,24169,3,113,1663 -"189363",63502,24256,2,113,2393 -"189364",63502,24512,3,113,1369 -"189365",63502,24753,2,113,2860 -"189366",63502,24793,3,113,1993 -"189367",63502,24794,3,113,925 -"189368",63502,24826,3,113,1382 -"189369",63502,25030,3,113,2017 -"189370",63502,25033,3,113,929 -"189371",63502,25490,3,113,639 -"189372",63502,26873,3,113,419 -"189373",63502,27323,3,113,943 -"189374",63502,27480,3,113,582 -"189375",63502,27796,3,113,2151 -"189376",63502,29089,3,113,1344 -"189377",63502,29454,2,113,2719 -"189378",63502,29512,1,113,1594 -"189379",63502,29930,3,113,2240 -"189380",63502,31159,3,113,2231 -"189381",63502,31209,3,113,1137 -"189382",63502,31705,3,113,2706 -"189383",63502,31890,3,113,1487 -"189384",63502,31901,3,113,1251 -"189385",63502,32017,3,113,577 -"189386",63502,32047,3,113,1858 -"189387",63502,32131,3,113,1035 -"189388",63502,32173,3,113,2341 -"189389",63502,33230,2,113,539 -"189390",63502,33697,3,113,1309 -"189391",63502,33801,3,113,2899 -"189392",63502,34707,3,113,2042 -"189393",63502,34820,3,113,1630 -"189394",63502,35888,3,113,2291 -"189395",63502,35903,3,113,1434 -"189396",63502,36578,3,113,1484 -"189397",63502,36737,3,113,829 -"189398",63502,36784,1,113,576 -"189399",63502,36837,3,113,1556 -"189400",63502,39278,3,113,1952 -"189401",63502,39464,3,113,2314 -"189402",63502,39563,3,113,486 -"189403",63502,40003,3,113,936 -"189404",63502,40186,3,113,199 -"189405",63502,40368,3,113,2876 -"189406",63502,41518,3,113,1641 -"189407",63502,41664,1,113,2641 -"189408",63502,41764,3,113,2409 -"189409",63502,42129,3,113,2318 -"189410",63502,42515,3,113,2752 -"189411",63502,44089,3,113,1632 -"189412",63502,44135,3,113,2620 -"189413",63502,44161,3,113,1156 -"189414",63502,45329,3,113,1693 -"189415",63502,45545,3,113,1776 -"189416",63502,46680,3,113,1690 -"189417",63502,47049,3,113,253 -"189418",63502,47386,3,113,2226 -"189419",63502,47564,3,113,2650 -"189420",63502,47726,3,113,1272 -"189421",63502,48377,3,113,1927 -"189422",63502,49334,2,113,2433 -"189423",63502,49470,3,113,1528 -"189424",63502,50001,3,113,1518 -"189425",63502,50254,2,113,1151 -"189426",63502,50480,3,113,2701 -"189427",63502,51157,2,113,2319 -"189428",63502,52699,3,113,1372 -"189429",63502,52969,3,113,2302 -"189430",63502,53475,3,113,2853 -"189431",63502,53830,2,113,1307 -"189432",63502,54094,3,113,987 -"189433",63502,55076,2,113,2408 -"189434",63502,55862,3,113,2123 -"189435",63502,56854,1,113,2022 -"189436",63502,58733,2,113,1958 -"189437",63502,58854,3,113,1131 -"189438",63502,60584,2,113,288 -"189439",63502,61975,3,113,983 -"189440",63502,62148,3,113,1566 -"189441",63502,62966,3,113,1282 -"189442",63502,63477,3,113,1907 -"189443",63502,64043,3,113,183 -"189444",63502,64219,2,113,2705 -"189445",63502,65700,2,113,200 -"189446",63502,66756,2,113,1301 -"189447",63502,67748,3,113,1498 -"189448",63502,67788,3,113,837 -"189449",63502,69250,2,113,1439 -"189450",63502,70046,3,113,2624 -"189451",63502,71560,2,113,280 -"189452",63502,71948,3,113,1754 -"189453",63502,76607,3,113,747 -"189454",63502,76646,2,113,1263 -"189455",63502,77611,2,113,1795 -"189456",63502,78270,3,113,1171 -"189457",63502,81469,2,113,519 -"189458",63502,82187,2,113,1055 -"189459",63502,82893,2,113,1275 -"189460",63502,85356,3,113,1492 -"189461",63502,88887,3,113,1161 -"189462",63502,96553,3,113,1887 -"189463",63502,96611,3,113,765 -"189464",63502,97275,3,113,731 -"189465",63502,100241,3,113,777 -"189466",63502,100799,3,113,311 -"189467",63502,102793,3,113,912 -"189468",63502,109663,3,113,545 -"189469",63502,115734,3,113,859 -"189470",63510,45664,3,1602,2235 -"189471",63510,50899,3,1602,2125 -"189472",63510,77057,3,1602,1866 -"189473",63510,77095,3,1602,1622 -"189474",63510,113498,3,1602,2568 -"189475",63515,3495,3,2023,2431 -"189476",63515,4671,3,2023,2280 -"189477",63515,9695,3,2023,2143 -"189478",63515,20162,3,2023,2328 -"189479",63515,31799,3,2023,2547 -"189480",63515,37301,3,2023,2160 -"189481",63515,51410,3,2023,2739 -"189482",63515,64997,3,2023,2791 -"189483",63515,72334,3,2023,2820 -"189484",63515,77155,3,2023,2946 -"189485",63525,43929,3,2741,2749 -"189486",63547,380,3,1023,2261 -"189487",63547,600,3,1023,1702 -"189488",63547,675,3,1023,1686 -"189489",63547,1102,3,1023,2282 -"189490",63547,1127,2,1023,1188 -"189491",63547,1130,2,1023,1566 -"189492",63547,1136,3,1023,2536 -"189493",63547,1175,3,1023,1642 -"189494",63547,1875,3,1023,1786 -"189495",63547,2325,2,1023,1641 -"189496",63547,2572,3,1023,2273 -"189497",63547,2754,2,1023,1360 -"189498",63547,2765,3,1023,2321 -"189499",63547,2864,3,1023,1543 -"189500",63547,3716,3,1023,1679 -"189501",63547,3777,2,1023,1798 -"189502",63547,3801,3,1023,1974 -"189503",63547,3886,2,1023,1669 -"189504",63547,3966,2,1023,2425 -"189505",63547,4253,3,1023,1890 -"189506",63547,4567,3,1023,2348 -"189507",63547,4690,3,1023,1938 -"189508",63547,4790,3,1023,1025 -"189509",63547,4791,3,1023,1184 -"189510",63547,4953,3,1023,2285 -"189511",63547,5986,3,1023,1721 -"189512",63547,6044,2,1023,2744 -"189513",63547,6047,3,1023,2004 -"189514",63547,6052,3,1023,1985 -"189515",63547,6074,3,1023,2426 -"189516",63547,6417,3,1023,1675 -"189517",63547,7406,3,1023,1906 -"189518",63547,7847,3,1023,2424 -"189519",63547,7861,2,1023,1647 -"189520",63547,10358,3,1023,2294 -"189521",63547,10513,2,1023,2284 -"189522",63547,10717,3,1023,1938 -"189523",63547,10836,3,1023,2215 -"189524",63547,11208,3,1023,1161 -"189525",63547,11218,3,1023,2292 -"189526",63547,11540,2,1023,1237 -"189527",63547,12042,3,1023,2345 -"189528",63547,12602,3,1023,1956 -"189529",63547,12724,3,1023,1930 -"189530",63547,13945,3,1023,1324 -"189531",63547,14072,3,1023,1346 -"189532",63547,14834,3,1023,2739 -"189533",63547,14983,3,1023,1047 -"189534",63547,15005,3,1023,1415 -"189535",63547,15315,3,1023,2173 -"189536",63547,15626,3,1023,2434 -"189537",63547,15872,3,1023,1551 -"189538",63547,16120,3,1023,1237 -"189539",63547,16352,3,1023,2657 -"189540",63547,17381,3,1023,1697 -"189541",63547,17396,3,1023,1672 -"189542",63547,17819,3,1023,2291 -"189543",63547,17931,3,1023,1617 -"189544",63547,17943,2,1023,1943 -"189545",63547,18011,3,1023,1636 -"189546",63547,18502,3,1023,1033 -"189547",63547,18825,3,1023,1240 -"189548",63547,19049,3,1023,1798 -"189549",63547,20975,3,1023,1305 -"189550",63547,21029,3,1023,1943 -"189551",63547,21138,2,1023,2849 -"189552",63547,21682,3,1023,2414 -"189553",63547,21929,3,1023,2062 -"189554",63547,22141,3,1023,2348 -"189555",63547,22403,3,1023,1630 -"189556",63547,22639,3,1023,2352 -"189557",63547,22714,3,1023,2793 -"189558",63547,23159,3,1023,1548 -"189559",63547,23310,3,1023,2371 -"189560",63547,23641,3,1023,1934 -"189561",63547,23825,3,1023,1913 -"189562",63547,25129,3,1023,2647 -"189563",63547,25325,3,1023,2963 -"189564",63547,25341,3,1023,1858 -"189565",63547,25443,3,1023,1441 -"189566",63547,26080,2,1023,2525 -"189567",63547,26282,2,1023,1241 -"189568",63547,26766,3,1023,1161 -"189569",63547,29115,3,1023,1047 -"189570",63547,29243,3,1023,2011 -"189571",63547,29917,3,1023,1962 -"189572",63547,31799,3,1023,2547 -"189573",63547,32919,3,1023,2321 -"189574",63547,34057,3,1023,1657 -"189575",63547,34509,2,1023,1973 -"189576",63547,35045,3,1023,1646 -"189577",63547,38055,2,1023,1089 -"189578",63547,38551,3,1023,2965 -"189579",63547,41739,3,1023,1339 -"189580",63547,41972,2,1023,2509 -"189581",63547,42129,3,1023,2318 -"189582",63547,42216,3,1023,2722 -"189583",63547,42474,3,1023,2322 -"189584",63547,45302,3,1023,2390 -"189585",63547,46091,3,1023,1938 -"189586",63547,46182,3,1023,1613 -"189587",63547,47248,1,1023,2883 -"189588",63547,47715,3,1023,2111 -"189589",63547,49512,3,1023,1302 -"189590",63547,50124,3,1023,1209 -"189591",63547,51017,1,1023,2073 -"189592",63547,51035,2,1023,2397 -"189593",63547,51410,3,1023,2739 -"189594",63547,51866,3,1023,2411 -"189595",63547,52003,3,1023,2067 -"189596",63547,53323,3,1023,2677 -"189597",63547,53433,3,1023,1187 -"189598",63547,58035,3,1023,1646 -"189599",63547,63442,3,1023,1965 -"189600",63547,64181,2,1023,1828 -"189601",63547,64997,3,1023,2791 -"189602",63547,65625,3,1023,1273 -"189603",63547,66413,3,1023,2507 -"189604",63547,66983,3,1023,2397 -"189605",63547,69260,3,1023,1698 -"189606",63547,69712,3,1023,1219 -"189607",63547,70605,2,1023,1176 -"189608",63547,71342,3,1023,1289 -"189609",63547,72334,3,1023,2820 -"189610",63547,76603,3,1023,1300 -"189611",63547,80825,3,1023,2315 -"189612",63547,82787,3,1023,1144 -"189613",63547,84022,3,1023,2289 -"189614",63547,92508,3,1023,1374 -"189615",63547,105063,3,1023,1908 -"189616",63555,5414,3,1290,2321 -"189617",63555,12818,3,1290,2015 -"189618",63555,13024,3,1290,2468 -"189619",63555,15075,3,1290,2252 -"189620",63555,15088,2,1290,2906 -"189621",63555,18700,3,1290,1929 -"189622",63555,18954,1,1290,2364 -"189623",63555,20392,3,1290,1309 -"189624",63555,51265,3,1290,2670 -"189625",63555,69215,3,1290,1591 -"189626",63555,72827,2,1290,1359 -"189627",63555,96169,2,1290,2356 -"189628",63555,108872,3,1290,1810 -"189629",63568,42,2,570,2265 -"189630",63568,803,3,570,1666 -"189631",63568,1090,3,570,2370 -"189632",63568,1321,3,570,2075 -"189633",63568,1676,2,570,1198 -"189634",63568,3352,3,570,1707 -"189635",63568,5504,3,570,2389 -"189636",63568,16497,3,570,2370 -"189637",63568,19453,3,570,1928 -"189638",63568,19528,3,570,2742 -"189639",63568,19963,3,570,810 -"189640",63568,26608,3,570,2329 -"189641",63568,26706,3,570,1846 -"189642",63568,39190,3,570,989 -"189643",63568,39444,3,570,2695 -"189644",63568,42925,3,570,1358 -"189645",63568,44684,3,570,1220 -"189646",63568,53637,3,570,2113 -"189647",63568,53789,3,570,2681 -"189648",63568,55556,3,570,2075 -"189649",63568,70863,3,570,822 -"189650",63568,71478,3,570,1721 -"189651",63568,79700,2,570,1029 -"189652",63568,84076,1,570,1106 -"189653",63568,100218,3,570,606 -"189654",63568,102824,3,570,2944 -"189655",63568,109521,3,570,609 -"189656",63573,7847,3,1973,2424 -"189657",63573,8238,3,1973,2222 -"189658",63573,17351,3,1973,2036 -"189659",63573,24392,3,1973,2719 -"189660",63573,47564,3,1973,2650 -"189661",63604,21,3,927,1385 -"189662",63604,1108,3,927,1600 -"189663",63604,8140,3,927,1262 -"189664",63604,10239,3,927,2032 -"189665",63604,10980,2,927,1974 -"189666",63604,12610,3,927,1274 -"189667",63604,14108,3,927,2012 -"189668",63604,14586,3,927,2801 -"189669",63604,22166,3,927,994 -"189670",63604,22704,2,927,1150 -"189671",63604,23692,3,927,1540 -"189672",63604,35728,3,927,2017 -"189673",63604,37522,2,927,1270 -"189674",63604,38087,3,927,1083 -"189675",63604,42331,2,927,1585 -"189676",63604,46726,3,927,943 -"189677",63604,47810,3,927,957 -"189678",63604,50903,2,927,931 -"189679",63604,50996,3,927,929 -"189680",63604,67617,3,927,1149 -"189681",63604,70101,3,927,2414 -"189682",63604,84975,3,927,1138 -"189683",63604,103890,3,927,958 -"189684",63623,16690,3,1394,2132 -"189685",63631,827,3,763,2964 -"189686",63631,919,3,763,910 -"189687",63631,1257,3,763,1212 -"189688",63631,1624,2,763,2687 -"189689",63631,1708,2,763,1591 -"189690",63631,2506,3,763,954 -"189691",63631,2647,2,763,2450 -"189692",63631,2724,3,763,2447 -"189693",63631,3271,3,763,2216 -"189694",63631,3272,2,763,2132 -"189695",63631,3559,2,763,2413 -"189696",63631,4968,2,763,1586 -"189697",63631,6020,3,763,1864 -"189698",63631,6040,3,763,2103 -"189699",63631,6295,3,763,856 -"189700",63631,7604,2,763,1366 -"189701",63631,9269,3,763,1892 -"189702",63631,9272,3,763,2835 -"189703",63631,9724,3,763,2713 -"189704",63631,9895,3,763,1960 -"189705",63631,9910,3,763,2526 -"189706",63631,9948,3,763,2019 -"189707",63631,10701,2,763,2000 -"189708",63631,11858,3,763,1530 -"189709",63631,12197,2,763,1235 -"189710",63631,12598,3,763,2086 -"189711",63631,12632,3,763,1174 -"189712",63631,12735,3,763,819 -"189713",63631,12914,3,763,1557 -"189714",63631,14212,3,763,857 -"189715",63631,15023,2,763,2054 -"189716",63631,15607,3,763,1421 -"189717",63631,17499,3,763,2954 -"189718",63631,17531,3,763,876 -"189719",63631,17695,3,763,1930 -"189720",63631,19075,2,763,2214 -"189721",63631,19358,3,763,880 -"189722",63631,19667,3,763,1466 -"189723",63631,20547,2,763,2145 -"189724",63631,20695,3,763,2526 -"189725",63631,20739,2,763,2025 -"189726",63631,21044,2,763,1574 -"189727",63631,21571,3,763,2755 -"189728",63631,22566,3,763,2308 -"189729",63631,25518,2,763,1955 -"189730",63631,27570,3,763,1559 -"189731",63631,29100,2,763,843 -"189732",63631,29354,3,763,1123 -"189733",63631,29778,3,763,840 -"189734",63631,31295,3,763,2183 -"189735",63631,31357,2,763,2389 -"189736",63631,32070,3,763,950 -"189737",63631,32169,3,763,2504 -"189738",63631,32350,2,763,1540 -"189739",63631,32841,3,763,1345 -"189740",63631,32966,3,763,1583 -"189741",63631,34331,3,763,1727 -"189742",63631,36399,3,763,1357 -"189743",63631,38309,3,763,2644 -"189744",63631,38697,2,763,2701 -"189745",63631,39893,2,763,1601 -"189746",63631,42382,3,763,2224 -"189747",63631,42390,3,763,2937 -"189748",63631,42956,3,763,932 -"189749",63631,43226,3,763,2442 -"189750",63631,43543,3,763,1457 -"189751",63631,43701,3,763,2400 -"189752",63631,43768,3,763,1468 -"189753",63631,46568,3,763,822 -"189754",63631,46616,3,763,1917 -"189755",63631,47372,2,763,788 -"189756",63631,47607,2,763,2724 -"189757",63631,48110,3,763,2009 -"189758",63631,48419,3,763,1134 -"189759",63631,49403,3,763,2427 -"189760",63631,49708,2,763,1147 -"189761",63631,50468,2,763,1659 -"189762",63631,50678,3,763,1366 -"189763",63631,51399,3,763,934 -"189764",63631,51843,2,763,2389 -"189765",63631,51890,2,763,1992 -"189766",63631,52953,3,763,1741 -"189767",63631,53584,3,763,2391 -"189768",63631,54385,2,763,2340 -"189769",63631,55261,3,763,1915 -"189770",63631,55730,2,763,1217 -"189771",63631,55775,3,763,2385 -"189772",63631,56168,3,763,1466 -"189773",63631,56364,3,763,1626 -"189774",63631,58508,3,763,2326 -"189775",63631,59344,3,763,2252 -"189776",63631,63104,3,763,2149 -"189777",63631,65375,3,763,824 -"189778",63631,69308,3,763,2370 -"189779",63631,69335,3,763,2698 -"189780",63631,69453,3,763,2831 -"189781",63631,71895,3,763,1327 -"189782",63631,76295,1,763,1001 -"189783",63631,76796,3,763,1140 -"189784",63631,76814,2,763,926 -"189785",63631,76929,3,763,910 -"189786",63631,78611,3,763,1586 -"189787",63631,80301,3,763,1690 -"189788",63631,80615,2,763,2252 -"189789",63631,80801,3,763,1250 -"189790",63631,83122,3,763,1503 -"189791",63631,83334,3,763,1708 -"189792",63631,84591,3,763,1685 -"189793",63631,84808,2,763,1974 -"189794",63631,87901,2,763,849 -"189795",63631,87915,3,763,1152 -"189796",63631,91465,3,763,1047 -"189797",63631,93123,3,763,870 -"189798",63631,93590,2,763,1188 -"189799",63631,93642,3,763,1120 -"189800",63631,95998,2,763,1250 -"189801",63631,97266,3,763,1016 -"189802",63631,98436,3,763,1212 -"189803",63631,101381,3,763,977 -"189804",63631,101666,3,763,1257 -"189805",63631,110737,3,763,2117 -"189806",63631,110871,2,763,2879 -"189807",63637,42,3,498,2265 -"189808",63637,543,3,498,2203 -"189809",63637,733,3,498,1653 -"189810",63637,803,3,498,1666 -"189811",63637,1090,3,498,2370 -"189812",63637,1275,3,498,2068 -"189813",63637,1321,2,498,2075 -"189814",63637,1469,3,498,1160 -"189815",63637,1676,3,498,1198 -"189816",63637,1777,3,498,1965 -"189817",63637,2166,2,498,2557 -"189818",63637,2484,3,498,2389 -"189819",63637,3352,3,498,1707 -"189820",63637,3830,3,498,1661 -"189821",63637,5041,3,498,2371 -"189822",63637,5078,3,498,2033 -"189823",63637,5457,3,498,2077 -"189824",63637,5462,3,498,2374 -"189825",63637,5504,2,498,2389 -"189826",63637,5912,3,498,2257 -"189827",63637,7078,2,498,2344 -"189828",63637,7323,3,498,2858 -"189829",63637,8621,3,498,1681 -"189830",63637,9175,3,498,2639 -"189831",63637,10874,3,498,1891 -"189832",63637,11346,3,498,1924 -"189833",63637,12462,3,498,1461 -"189834",63637,13751,3,498,2557 -"189835",63637,14108,3,498,2012 -"189836",63637,15184,3,498,2396 -"189837",63637,16164,3,498,1184 -"189838",63637,16497,3,498,2370 -"189839",63637,18151,3,498,2962 -"189840",63637,19528,2,498,2742 -"189841",63637,19963,2,498,810 -"189842",63637,21076,3,498,1591 -"189843",63637,21095,3,498,856 -"189844",63637,21911,3,498,1184 -"189845",63637,22006,3,498,1202 -"189846",63637,22749,3,498,1727 -"189847",63637,24255,3,498,2770 -"189848",63637,26608,2,498,2329 -"189849",63637,28731,3,498,955 -"189850",63637,30386,2,498,1833 -"189851",63637,30438,3,498,1617 -"189852",63637,33572,3,498,2370 -"189853",63637,34327,3,498,2959 -"189854",63637,35542,3,498,1439 -"189855",63637,37570,3,498,2389 -"189856",63637,39444,3,498,2695 -"189857",63637,40022,3,498,2307 -"189858",63637,41278,3,498,1873 -"189859",63637,44982,3,498,1592 -"189860",63637,45715,3,498,2287 -"189861",63637,48414,3,498,1749 -"189862",63637,49965,2,498,2301 -"189863",63637,53031,3,498,2065 -"189864",63637,53624,3,498,952 -"189865",63637,53789,3,498,2681 -"189866",63637,55556,3,498,2075 -"189867",63637,55828,2,498,2393 -"189868",63637,57609,2,498,2717 -"189869",63637,57990,3,498,978 -"189870",63637,59700,3,498,2346 -"189871",63637,61785,3,498,822 -"189872",63637,63568,3,498,570 -"189873",63637,64967,3,498,2872 -"189874",63637,68390,3,498,2608 -"189875",63637,69017,2,498,1183 -"189876",63637,69498,3,498,931 -"189877",63637,71478,2,498,1721 -"189878",63637,77993,3,498,1497 -"189879",63637,80429,3,498,1927 -"189880",63637,86799,3,498,1951 -"189881",63637,89958,3,498,1186 -"189882",63637,90837,2,498,825 -"189883",63637,102050,3,498,906 -"189884",63637,109383,2,498,952 -"189885",63641,1519,3,2337,2349 -"189886",63641,2424,3,2337,2582 -"189887",63641,2747,3,2337,2411 -"189888",63641,2852,3,2337,2448 -"189889",63641,2985,3,2337,2398 -"189890",63641,3493,3,2337,2451 -"189891",63641,4367,3,2337,2794 -"189892",63641,5106,3,2337,2622 -"189893",63641,5683,3,2337,2468 -"189894",63641,8062,3,2337,2858 -"189895",63641,9785,3,2337,2951 -"189896",63641,12361,3,2337,2732 -"189897",63641,13079,3,2337,2547 -"189898",63641,14754,3,2337,2456 -"189899",63641,15567,3,2337,2671 -"189900",63641,16067,3,2337,2727 -"189901",63641,17033,3,2337,2771 -"189902",63641,19073,3,2337,2748 -"189903",63641,19655,3,2337,2706 -"189904",63641,20941,3,2337,2725 -"189905",63641,22723,3,2337,2859 -"189906",63641,27686,2,2337,2844 -"189907",63641,30368,3,2337,2487 -"189908",63641,31335,3,2337,2351 -"189909",63641,35456,3,2337,2358 -"189910",63641,36487,2,2337,2622 -"189911",63641,37059,3,2337,2840 -"189912",63641,38691,3,2337,2585 -"189913",63641,39534,2,2337,2410 -"189914",63641,40572,3,2337,2666 -"189915",63641,41023,3,2337,2408 -"189916",63641,43673,3,2337,2787 -"189917",63641,47013,3,2337,2388 -"189918",63641,49347,3,2337,2504 -"189919",63641,50945,3,2337,2650 -"189920",63641,51144,3,2337,2466 -"189921",63641,51774,2,2337,2459 -"189922",63641,54718,3,2337,2473 -"189923",63641,62626,3,2337,2787 -"189924",63641,67726,3,2337,2873 -"189925",63641,69716,3,2337,2632 -"189926",63641,70583,3,2337,2615 -"189927",63641,78423,3,2337,2840 -"189928",63641,92297,3,2337,2952 -"189929",63644,1108,3,1267,1600 -"189930",63644,1702,3,1267,1984 -"189931",63644,1846,3,1267,1845 -"189932",63644,2206,3,1267,2536 -"189933",63644,3493,3,1267,2451 -"189934",63644,4303,3,1267,2414 -"189935",63644,4669,3,1267,2395 -"189936",63644,5962,3,1267,2491 -"189937",63644,9241,3,1267,2338 -"189938",63644,9481,3,1267,1610 -"189939",63644,9504,2,1267,2549 -"189940",63644,12653,3,1267,1573 -"189941",63644,13068,3,1267,1778 -"189942",63644,13720,3,1267,1558 -"189943",63644,13920,3,1267,1709 -"189944",63644,16365,3,1267,2217 -"189945",63644,16690,3,1267,2132 -"189946",63644,19231,3,1267,1424 -"189947",63644,19380,3,1267,2637 -"189948",63644,19934,3,1267,2888 -"189949",63644,20395,3,1267,1468 -"189950",63644,20941,3,1267,2725 -"189951",63644,23756,3,1267,2309 -"189952",63644,24512,3,1267,1369 -"189953",63644,27320,1,1267,2378 -"189954",63644,28893,3,1267,2764 -"189955",63644,29495,3,1267,1612 -"189956",63644,30865,3,1267,2038 -"189957",63644,34216,2,1267,2832 -"189958",63644,38373,3,1267,1928 -"189959",63644,39534,3,1267,2410 -"189960",63644,41187,3,1267,2340 -"189961",63644,47013,3,1267,2388 -"189962",63644,47654,2,1267,1664 -"189963",63644,52442,3,1267,1269 -"189964",63644,56094,2,1267,2343 -"189965",63644,59610,3,1267,2448 -"189966",63644,62066,3,1267,2281 -"189967",63644,62626,3,1267,2787 -"189968",63644,78740,3,1267,1515 -"189969",63644,82426,3,1267,1576 -"189970",63644,88067,3,1267,2315 -"189971",63644,96706,3,1267,1597 -"189972",63644,107496,2,1267,1572 -"189973",63654,7785,3,2310,2441 -"189974",63654,23140,2,2310,2787 -"189975",63654,32532,3,2310,2338 -"189976",63654,59039,2,2310,2870 -"189977",63654,88067,3,2310,2315 -"189978",63661,750,3,600,1327 -"189979",63661,19818,2,600,675 -"189980",63661,37108,3,600,1202 -"189981",63661,46283,3,600,1184 -"189982",63661,67957,3,600,2823 -"189983",63661,76564,3,600,996 -"189984",63661,91279,3,600,966 -"189985",63662,1519,3,721,2349 -"189986",63662,3414,3,721,2322 -"189987",63662,3978,3,721,2775 -"189988",63662,7337,3,721,1797 -"189989",63662,12078,3,721,2381 -"189990",63662,17033,3,721,2771 -"189991",63662,18381,3,721,1524 -"189992",63662,18810,2,721,2671 -"189993",63662,20176,3,721,1050 -"189994",63662,25373,3,721,2783 -"189995",63662,25378,3,721,1245 -"189996",63662,28446,3,721,917 -"189997",63662,30865,2,721,2038 -"189998",63662,33665,3,721,787 -"189999",63662,36344,3,721,2570 -"190000",63662,36737,3,721,829 -"190001",63662,38373,3,721,1928 -"190002",63662,46060,3,721,861 -"190003",63662,49414,3,721,1667 -"190004",63662,69037,3,721,849 -"190005",63662,74474,3,721,2338 -"190006",63662,75067,2,721,801 -"190007",63662,75282,3,721,2675 -"190008",63662,87269,3,721,847 -"190009",63662,92904,3,721,780 -"190010",63662,99332,3,721,873 -"190011",63662,107292,2,721,1667 -"190012",63664,1624,3,45,2687 -"190013",63664,1708,3,45,1591 -"190014",63664,2647,3,45,2450 -"190015",63664,3272,3,45,2132 -"190016",63664,3559,3,45,2413 -"190017",63664,4968,3,45,1586 -"190018",63664,6295,3,45,856 -"190019",63664,7604,3,45,1366 -"190020",63664,8006,3,45,479 -"190021",63664,8123,2,45,144 -"190022",63664,9269,3,45,1892 -"190023",63664,9895,3,45,1960 -"190024",63664,9910,3,45,2526 -"190025",63664,9948,3,45,2019 -"190026",63664,10701,3,45,2000 -"190027",63664,11542,3,45,118 -"190028",63664,12197,3,45,1235 -"190029",63664,12914,3,45,1557 -"190030",63664,14380,3,45,120 -"190031",63664,15023,3,45,2054 -"190032",63664,15926,3,45,545 -"190033",63664,16538,2,45,704 -"190034",63664,19075,3,45,2214 -"190035",63664,19358,3,45,880 -"190036",63664,20547,3,45,2145 -"190037",63664,20695,3,45,2526 -"190038",63664,20739,3,45,2025 -"190039",63664,20921,3,45,723 -"190040",63664,21044,2,45,1574 -"190041",63664,25345,3,45,713 -"190042",63664,25518,3,45,1955 -"190043",63664,28290,3,45,430 -"190044",63664,29100,3,45,843 -"190045",63664,31295,3,45,2183 -"190046",63664,31357,3,45,2389 -"190047",63664,32070,3,45,950 -"190048",63664,32350,3,45,1540 -"190049",63664,32966,3,45,1583 -"190050",63664,34331,3,45,1727 -"190051",63664,38697,2,45,2701 -"190052",63664,39893,3,45,1601 -"190053",63664,43768,3,45,1468 -"190054",63664,46568,3,45,822 -"190055",63664,47372,3,45,788 -"190056",63664,47607,3,45,2724 -"190057",63664,49403,3,45,2427 -"190058",63664,49708,2,45,1147 -"190059",63664,50468,3,45,1659 -"190060",63664,50678,3,45,1366 -"190061",63664,51843,3,45,2389 -"190062",63664,51890,3,45,1992 -"190063",63664,54385,3,45,2340 -"190064",63664,54452,3,45,60 -"190065",63664,54737,2,45,326 -"190066",63664,55261,3,45,1915 -"190067",63664,55364,3,45,326 -"190068",63664,55730,3,45,1217 -"190069",63664,56168,3,45,1466 -"190070",63664,56364,3,45,1626 -"190071",63664,63631,1,45,763 -"190072",63664,69453,3,45,2831 -"190073",63664,70967,3,45,570 -"190074",63664,76295,2,45,1001 -"190075",63664,76796,3,45,1140 -"190076",63664,76814,3,45,926 -"190077",63664,80130,3,45,132 -"190078",63664,80615,3,45,2252 -"190079",63664,80801,3,45,1250 -"190080",63664,83334,3,45,1708 -"190081",63664,83598,3,45,619 -"190082",63664,84591,3,45,1685 -"190083",63664,84808,3,45,1974 -"190084",63664,85072,3,45,413 -"190085",63664,87901,2,45,849 -"190086",63664,87915,3,45,1152 -"190087",63664,93590,3,45,1188 -"190088",63664,95998,2,45,1250 -"190089",63664,101381,3,45,977 -"190090",63664,101666,3,45,1257 -"190091",63664,110871,3,45,2879 -"190092",63664,117032,3,45,110 -"190093",63685,5615,3,172,1105 -"190094",63685,11493,3,172,2077 -"190095",63685,12388,3,172,1975 -"190096",63685,21356,3,172,213 -"190097",63685,28335,1,172,1240 -"190098",63685,39748,2,172,1566 -"190099",63685,55580,1,172,1942 -"190100",63685,80883,3,172,280 -"190101",63685,117664,3,172,226 -"190102",63701,8860,3,1620,2141 -"190103",63701,13842,3,1620,2250 -"190104",63701,33537,3,1620,2406 -"190105",63701,34216,3,1620,2832 -"190106",63701,39258,3,1620,2899 -"190107",63701,58238,3,1620,1944 -"190108",63701,66693,3,1620,2554 -"190109",63750,20343,3,419,851 -"190110",63770,360,3,1324,1671 -"190111",63770,1046,3,1324,1881 -"190112",63770,1136,3,1324,2536 -"190113",63770,2754,3,1324,1360 -"190114",63770,3167,3,1324,1676 -"190115",63770,3242,3,1324,1730 -"190116",63770,4191,3,1324,2130 -"190117",63770,4226,3,1324,1903 -"190118",63770,4618,3,1324,2607 -"190119",63770,5725,3,1324,2789 -"190120",63770,6030,3,1324,2953 -"190121",63770,6491,3,1324,2424 -"190122",63770,7555,3,1324,1943 -"190123",63770,9432,3,1324,1693 -"190124",63770,12096,3,1324,1330 -"190125",63770,12374,3,1324,2260 -"190126",63770,12728,3,1324,2374 -"190127",63770,16863,3,1324,2069 -"190128",63770,18315,3,1324,2720 -"190129",63770,19335,3,1324,1729 -"190130",63770,19568,3,1324,2302 -"190131",63770,21104,3,1324,2327 -"190132",63770,22260,3,1324,2137 -"190133",63770,25341,3,1324,1858 -"190134",63770,25643,3,1324,1646 -"190135",63770,26451,3,1324,2133 -"190136",63770,26570,3,1324,1669 -"190137",63770,28190,3,1324,1634 -"190138",63770,28303,2,1324,2089 -"190139",63770,29073,3,1324,2328 -"190140",63770,30883,3,1324,1629 -"190141",63770,31799,3,1324,2547 -"190142",63770,32173,3,1324,2341 -"190143",63770,34136,3,1324,2202 -"190144",63770,37620,3,1324,2716 -"190145",63770,40293,3,1324,1671 -"190146",63770,41739,3,1324,1339 -"190147",63770,43213,3,1324,2160 -"190148",63770,43518,3,1324,2680 -"190149",63770,46883,3,1324,1671 -"190150",63770,51410,3,1324,2739 -"190151",63770,53031,3,1324,2065 -"190152",63770,54855,3,1324,1525 -"190153",63770,55691,3,1324,2856 -"190154",63770,58035,2,1324,1646 -"190155",63770,58133,3,1324,1484 -"190156",63770,61719,3,1324,1515 -"190157",63770,79436,3,1324,1344 -"190158",63770,80172,3,1324,1342 -"190159",63770,82767,3,1324,1641 -"190160",63770,86245,2,1324,1972 -"190161",63770,93615,3,1324,2386 -"190162",63770,93752,3,1324,1368 -"190163",63797,49965,3,999,2301 -"190164",63797,65625,3,999,1273 -"190165",63870,364,3,481,2351 -"190166",63870,900,3,481,2726 -"190167",63870,1393,3,481,1706 -"190168",63870,2576,3,481,1307 -"190169",63870,4660,3,481,2149 -"190170",63870,5317,3,481,2063 -"190171",63870,5683,3,481,2468 -"190172",63870,9342,2,481,896 -"190173",63870,9703,3,481,1845 -"190174",63870,10004,3,481,872 -"190175",63870,15244,3,481,1600 -"190176",63870,16286,3,481,2470 -"190177",63870,32629,3,481,1789 -"190178",63870,35797,3,481,2482 -"190179",63870,38676,3,481,2286 -"190180",63870,41718,3,481,804 -"190181",63870,44312,3,481,2741 -"190182",63870,46060,3,481,861 -"190183",63870,48931,3,481,2444 -"190184",63870,58559,3,481,2242 -"190185",63870,70455,3,481,1307 -"190186",63870,78800,3,481,652 -"190187",63870,100260,2,481,888 -"190188",63870,109031,3,481,523 -"190189",63905,7597,3,1094,2037 -"190190",63905,29990,1,1094,1168 -"190191",63905,40988,3,1094,2793 -"190192",63905,50364,3,1094,1954 -"190193",63984,267,3,80,2631 -"190194",63984,472,1,80,964 -"190195",63984,1767,2,80,2727 -"190196",63984,2337,3,80,1697 -"190197",63984,2600,2,80,1182 -"190198",63984,2609,3,80,834 -"190199",63984,2694,1,80,2062 -"190200",63984,3068,3,80,1815 -"190201",63984,3849,2,80,1356 -"190202",63984,3980,3,80,2771 -"190203",63984,4107,3,80,987 -"190204",63984,4705,3,80,1714 -"190205",63984,7258,2,80,1714 -"190206",63984,7858,3,80,1795 -"190207",63984,10143,3,80,778 -"190208",63984,11450,3,80,915 -"190209",63984,11625,3,80,2022 -"190210",63984,13158,3,80,2667 -"190211",63984,15235,3,80,1045 -"190212",63984,17571,2,80,953 -"190213",63984,18013,3,80,1625 -"190214",63984,20343,3,80,851 -"190215",63984,22207,2,80,2365 -"190216",63984,28274,3,80,493 -"190217",63984,28752,3,80,709 -"190218",63984,30092,3,80,1593 -"190219",63984,30827,3,80,2323 -"190220",63984,30850,3,80,1045 -"190221",63984,33850,3,80,931 -"190222",63984,34136,3,80,2202 -"190223",63984,36174,2,80,1382 -"190224",63984,36637,2,80,2085 -"190225",63984,40009,2,80,1341 -"190226",63984,42216,3,80,2722 -"190227",63984,42725,3,80,630 -"190228",63984,43404,2,80,2649 -"190229",63984,50179,3,80,2230 -"190230",63984,52471,3,80,2483 -"190231",63984,55084,2,80,1189 -"190232",63984,70603,3,80,1002 -"190233",63984,77031,3,80,801 -"190234",63984,78256,3,80,804 -"190235",63984,79016,3,80,693 -"190236",63984,79837,3,80,1252 -"190237",63984,81469,3,80,519 -"190238",63984,88609,3,80,1917 -"190239",63984,94404,2,80,1836 -"190240",63984,95680,2,80,801 -"190241",63984,96621,3,80,697 -"190242",63984,98080,1,80,1265 -"190243",63984,102004,3,80,497 -"190244",63984,102793,3,80,912 -"190245",63995,30150,3,956,1704 -"190246",64031,23,3,1295,1682 -"190247",64031,360,3,1295,1671 -"190248",64031,671,3,1295,2328 -"190249",64031,675,3,1295,1686 -"190250",64031,733,3,1295,1653 -"190251",64031,1046,2,1295,1881 -"190252",64031,1130,3,1295,1566 -"190253",64031,1136,2,1295,2536 -"190254",64031,1367,3,1295,2176 -"190255",64031,1777,3,1295,1965 -"190256",64031,2166,3,1295,2557 -"190257",64031,2325,3,1295,1641 -"190258",64031,2754,3,1295,1360 -"190259",64031,2954,3,1295,2727 -"190260",64031,3164,3,1295,2693 -"190261",64031,3167,3,1295,1676 -"190262",64031,3242,2,1295,1730 -"190263",64031,3830,3,1295,1661 -"190264",64031,4191,2,1295,2130 -"190265",64031,4226,3,1295,1903 -"190266",64031,4618,2,1295,2607 -"190267",64031,4687,3,1295,2152 -"190268",64031,4980,3,1295,2093 -"190269",64031,5041,3,1295,2371 -"190270",64031,5078,3,1295,2033 -"190271",64031,5148,3,1295,2206 -"190272",64031,5457,3,1295,2077 -"190273",64031,5462,3,1295,2374 -"190274",64031,5504,3,1295,2389 -"190275",64031,5669,3,1295,2502 -"190276",64031,5725,2,1295,2789 -"190277",64031,6030,3,1295,2953 -"190278",64031,7181,3,1295,1421 -"190279",64031,7241,3,1295,2259 -"190280",64031,7245,3,1295,2089 -"190281",64031,7861,3,1295,1647 -"190282",64031,8258,3,1295,1959 -"190283",64031,8533,3,1295,2251 -"190284",64031,8621,3,1295,1681 -"190285",64031,9311,3,1295,2477 -"190286",64031,9362,3,1295,2879 -"190287",64031,10404,3,1295,2062 -"190288",64031,10890,3,1295,2639 -"190289",64031,12096,2,1295,1330 -"190290",64031,12122,3,1295,1385 -"190291",64031,12374,3,1295,2260 -"190292",64031,12867,3,1295,2773 -"190293",64031,13751,3,1295,2557 -"190294",64031,13929,3,1295,2693 -"190295",64031,13945,3,1295,1324 -"190296",64031,15118,3,1295,1311 -"190297",64031,15184,3,1295,2396 -"190298",64031,15343,3,1295,2125 -"190299",64031,15607,3,1295,1421 -"190300",64031,16217,3,1295,1653 -"190301",64031,16863,3,1295,2069 -"190302",64031,17357,3,1295,1536 -"190303",64031,18151,3,1295,2962 -"190304",64031,18415,3,1295,2184 -"190305",64031,19027,3,1295,2721 -"190306",64031,19453,3,1295,1928 -"190307",64031,20563,3,1295,2267 -"190308",64031,20659,3,1295,1969 -"190309",64031,20824,2,1295,1366 -"190310",64031,21122,3,1295,1701 -"190311",64031,21417,3,1295,2422 -"190312",64031,22260,3,1295,2137 -"190313",64031,22331,3,1295,2687 -"190314",64031,22884,3,1295,1608 -"190315",64031,22964,3,1295,1443 -"190316",64031,23154,3,1295,2345 -"190317",64031,23534,3,1295,1659 -"190318",64031,24755,3,1295,1319 -"190319",64031,25129,3,1295,2647 -"190320",64031,25341,2,1295,1858 -"190321",64031,25643,2,1295,1646 -"190322",64031,26351,3,1295,2683 -"190323",64031,26436,3,1295,2489 -"190324",64031,26516,3,1295,2479 -"190325",64031,26570,2,1295,1669 -"190326",64031,27753,3,1295,2750 -"190327",64031,27792,3,1295,1308 -"190328",64031,27908,3,1295,2576 -"190329",64031,28190,3,1295,1634 -"190330",64031,28285,3,1295,2972 -"190331",64031,28303,3,1295,2089 -"190332",64031,28784,3,1295,1579 -"190333",64031,29073,3,1295,2328 -"190334",64031,29095,3,1295,2531 -"190335",64031,30883,3,1295,1629 -"190336",64031,31799,2,1295,2547 -"190337",64031,33621,3,1295,1319 -"190338",64031,33801,3,1295,2899 -"190339",64031,34216,3,1295,2832 -"190340",64031,34492,3,1295,1798 -"190341",64031,34509,3,1295,1973 -"190342",64031,34815,3,1295,2354 -"190343",64031,37418,3,1295,2710 -"190344",64031,37620,2,1295,2716 -"190345",64031,39087,3,1295,2765 -"190346",64031,39444,3,1295,2695 -"190347",64031,40293,2,1295,1671 -"190348",64031,40295,3,1295,2703 -"190349",64031,40672,3,1295,1315 -"190350",64031,41278,3,1295,1873 -"190351",64031,41682,3,1295,1988 -"190352",64031,42505,3,1295,2008 -"190353",64031,43518,3,1295,2680 -"190354",64031,43902,3,1295,1726 -"190355",64031,44089,3,1295,1632 -"190356",64031,44427,3,1295,2875 -"190357",64031,45549,3,1295,1322 -"190358",64031,46883,3,1295,1671 -"190359",64031,47857,3,1295,2325 -"190360",64031,47947,3,1295,2681 -"190361",64031,48414,3,1295,1749 -"190362",64031,48698,3,1295,1474 -"190363",64031,51022,3,1295,1499 -"190364",64031,51410,3,1295,2739 -"190365",64031,51987,3,1295,1397 -"190366",64031,53300,3,1295,2162 -"190367",64031,53342,3,1295,2071 -"190368",64031,53475,3,1295,2853 -"190369",64031,55691,3,1295,2856 -"190370",64031,57950,3,1295,1529 -"190371",64031,57977,3,1295,2683 -"190372",64031,58035,1,1295,1646 -"190373",64031,62538,3,1295,1656 -"190374",64031,62840,3,1295,2502 -"190375",64031,63770,2,1295,1324 -"190376",64031,64181,3,1295,1828 -"190377",64031,64997,3,1295,2791 -"190378",64031,65029,3,1295,2954 -"190379",64031,70046,2,1295,2624 -"190380",64031,71478,3,1295,1721 -"190381",64031,71562,3,1295,2574 -"190382",64031,80172,2,1295,1342 -"190383",64031,82767,2,1295,1641 -"190384",64031,86245,3,1295,1972 -"190385",64031,86505,3,1295,1302 -"190386",64031,101482,3,1295,1300 -"190387",64031,108867,3,1295,2328 -"190388",64043,160,3,183,2007 -"190389",64043,1092,3,183,1945 -"190390",64043,1641,3,183,1490 -"190391",64043,3395,2,183,1382 -"190392",64043,3397,3,183,2126 -"190393",64043,3453,3,183,2126 -"190394",64043,7185,3,183,1046 -"190395",64043,7406,3,183,1906 -"190396",64043,7616,2,183,2296 -"190397",64043,8238,3,183,2222 -"190398",64043,9871,2,183,921 -"190399",64043,12122,3,183,1385 -"190400",64043,12473,2,183,801 -"190401",64043,12632,3,183,1174 -"190402",64043,12712,3,183,815 -"190403",64043,15122,3,183,1201 -"190404",64043,16539,3,183,1947 -"190405",64043,17502,3,183,869 -"190406",64043,17632,3,183,1947 -"190407",64043,19208,3,183,2629 -"190408",64043,22808,3,183,2297 -"190409",64043,23460,3,183,2183 -"190410",64043,25490,3,183,639 -"190411",64043,26083,2,183,2038 -"190412",64043,26873,3,183,419 -"190413",64043,27323,1,183,943 -"190414",64043,27480,3,183,582 -"190415",64043,28626,3,183,2842 -"190416",64043,30329,1,183,848 -"190417",64043,31581,3,183,2933 -"190418",64043,31890,3,183,1487 -"190419",64043,32047,3,183,1858 -"190420",64043,32419,2,183,1909 -"190421",64043,33230,3,183,539 -"190422",64043,36784,2,183,576 -"190423",64043,41518,3,183,1641 -"190424",64043,41664,3,183,2641 -"190425",64043,42515,3,183,2752 -"190426",64043,43902,3,183,1726 -"190427",64043,47049,1,183,253 -"190428",64043,47148,3,183,569 -"190429",64043,47564,3,183,2650 -"190430",64043,47625,3,183,2562 -"190431",64043,49334,3,183,2433 -"190432",64043,49470,3,183,1528 -"190433",64043,50001,3,183,1518 -"190434",64043,50254,3,183,1151 -"190435",64043,55076,3,183,2408 -"190436",64043,63477,3,183,1907 -"190437",64043,65434,3,183,2866 -"190438",64043,65700,2,183,200 -"190439",64043,67748,3,183,1498 -"190440",64043,67788,3,183,837 -"190441",64043,69250,3,183,1439 -"190442",64043,76646,3,183,1263 -"190443",64043,77611,2,183,1795 -"190444",64043,78270,2,183,1171 -"190445",64043,82187,3,183,1055 -"190446",64043,82893,2,183,1275 -"190447",64043,83053,3,183,1303 -"190448",64043,89701,3,183,563 -"190449",64043,91812,3,183,682 -"190450",64043,96553,3,183,1887 -"190451",64043,100241,3,183,777 -"190452",64043,115734,2,183,859 -"190453",64061,5515,3,2381,2385 -"190454",64061,13249,2,2381,2573 -"190455",64061,38885,2,2381,2720 -"190456",64061,43756,3,2381,2881 -"190457",64110,21,3,1331,1385 -"190458",64110,160,3,1331,2007 -"190459",64110,2229,3,1331,1536 -"190460",64110,2446,3,1331,2606 -"190461",64110,7181,3,1331,1421 -"190462",64110,8791,3,1331,1789 -"190463",64110,8865,2,1331,2394 -"190464",64110,9484,3,1331,1429 -"190465",64110,13136,2,1331,2867 -"190466",64110,15826,3,1331,2772 -"190467",64110,16690,2,1331,2132 -"190468",64110,19364,3,1331,2846 -"190469",64110,22709,3,1331,2743 -"190470",64110,22723,2,1331,2859 -"190471",64110,29997,3,1331,1789 -"190472",64110,30034,3,1331,2357 -"190473",64110,33236,3,1331,2297 -"190474",64110,34892,3,1331,2309 -"190475",64110,35903,3,1331,1434 -"190476",64110,39418,3,1331,1978 -"190477",64110,41694,3,1331,2358 -"190478",64110,42331,3,1331,1585 -"190479",64110,55472,3,1331,1516 -"190480",64110,59683,3,1331,2068 -"190481",64110,61337,3,1331,2777 -"190482",64110,68876,3,1331,1397 -"190483",64110,69232,2,1331,2130 -"190484",64110,70101,3,1331,2414 -"190485",64110,74771,3,1331,2935 -"190486",64110,92860,3,1331,1643 -"190487",64130,6113,2,1075,1678 -"190488",64130,9311,3,1075,2477 -"190489",64130,10843,3,1075,2277 -"190490",64130,19453,3,1075,1928 -"190491",64130,33356,3,1075,1586 -"190492",64130,33433,3,1075,2805 -"190493",64130,72083,3,1075,1122 -"190494",64130,74190,2,1075,1428 -"190495",64156,21,3,675,1385 -"190496",64156,160,3,675,2007 -"190497",64156,194,3,675,1243 -"190498",64156,364,2,675,2351 -"190499",64156,380,3,675,2261 -"190500",64156,1314,3,675,1522 -"190501",64156,1349,2,675,1147 -"190502",64156,1519,3,675,2349 -"190503",64156,1702,3,675,1984 -"190504",64156,1846,3,675,1845 -"190505",64156,2852,2,675,2448 -"190506",64156,2936,3,675,2512 -"190507",64156,3493,3,675,2451 -"190508",64156,4001,3,675,1687 -"190509",64156,4526,3,675,1728 -"190510",64156,4660,3,675,2149 -"190511",64156,5106,2,675,2622 -"190512",64156,5235,3,675,2324 -"190513",64156,5683,3,675,2468 -"190514",64156,5897,3,675,2337 -"190515",64156,6877,3,675,867 -"190516",64156,7337,3,675,1797 -"190517",64156,9481,3,675,1610 -"190518",64156,9785,3,675,2951 -"190519",64156,9787,3,675,2858 -"190520",64156,10453,3,675,1656 -"190521",64156,11639,3,675,1593 -"190522",64156,12067,3,675,1213 -"190523",64156,12361,3,675,2732 -"190524",64156,13296,3,675,839 -"190525",64156,14749,3,675,1998 -"190526",64156,14781,3,675,2338 -"190527",64156,15159,3,675,756 -"190528",64156,15535,2,675,891 -"190529",64156,15880,3,675,878 -"190530",64156,16864,3,675,814 -"190531",64156,17033,2,675,2771 -"190532",64156,17257,3,675,1117 -"190533",64156,18122,3,675,894 -"190534",64156,19655,3,675,2706 -"190535",64156,20220,3,675,1656 -"190536",64156,20355,3,675,2111 -"190537",64156,20395,2,675,1468 -"190538",64156,20662,3,675,1523 -"190539",64156,20941,2,675,2725 -"190540",64156,20984,3,675,2502 -"190541",64156,21383,3,675,971 -"190542",64156,22244,3,675,2139 -"190543",64156,23756,3,675,2309 -"190544",64156,23966,1,675,891 -"190545",64156,24069,3,675,2697 -"190546",64156,24096,3,675,2612 -"190547",64156,25722,3,675,1697 -"190548",64156,25832,3,675,1689 -"190549",64156,26286,3,675,2023 -"190550",64156,26793,3,675,2104 -"190551",64156,27390,3,675,2425 -"190552",64156,27686,3,675,2844 -"190553",64156,28357,3,675,1134 -"190554",64156,28909,3,675,978 -"190555",64156,29473,3,675,2602 -"190556",64156,30034,3,675,2357 -"190557",64156,31335,2,675,2351 -"190558",64156,31866,3,675,2101 -"190559",64156,35136,3,675,2296 -"190560",64156,36278,3,675,2952 -"190561",64156,36737,2,675,829 -"190562",64156,36829,3,675,2722 -"190563",64156,37424,3,675,1693 -"190564",64156,38513,3,675,914 -"190565",64156,38691,3,675,2585 -"190566",64156,38915,3,675,746 -"190567",64156,39534,3,675,2410 -"190568",64156,40572,3,675,2666 -"190569",64156,41023,3,675,2408 -"190570",64156,41581,3,675,1692 -"190571",64156,42373,3,675,871 -"190572",64156,44025,3,675,1935 -"190573",64156,45729,2,675,2606 -"190574",64156,46261,3,675,2350 -"190575",64156,46486,3,675,1868 -"190576",64156,47013,3,675,2388 -"190577",64156,50278,3,675,1127 -"190578",64156,50630,3,675,2615 -"190579",64156,51144,3,675,2466 -"190580",64156,53987,3,675,928 -"190581",64156,54775,3,675,2383 -"190582",64156,62626,3,675,2787 -"190583",64156,63641,3,675,2337 -"190584",64156,66717,3,675,2104 -"190585",64156,68539,3,675,1158 -"190586",64156,68931,2,675,2771 -"190587",64156,70583,3,675,2615 -"190588",64156,72438,3,675,1397 -"190589",64156,72535,3,675,1191 -"190590",64156,72632,2,675,1289 -"190591",64156,73107,3,675,1918 -"190592",64156,73245,3,675,802 -"190593",64156,83253,3,675,1102 -"190594",64156,85198,3,675,1794 -"190595",64156,85869,3,675,1509 -"190596",64156,87907,3,675,1173 -"190597",64156,87958,3,675,1234 -"190598",64156,90719,3,675,1234 -"190599",64156,94219,3,675,717 -"190600",64156,95910,2,675,999 -"190601",64156,96007,3,675,895 -"190602",64156,96310,3,675,1016 -"190603",64156,96715,3,675,1792 -"190604",64156,105757,3,675,806 -"190605",64156,106240,2,675,705 -"190606",64156,107435,3,675,1635 -"190607",64156,111208,3,675,847 -"190608",64174,27826,3,2377,2824 -"190609",64174,54903,3,2377,2493 -"190610",64174,87362,3,2377,2902 -"190611",64181,135,2,1828,2233 -"190612",64181,145,3,1828,1998 -"190613",64181,380,3,1828,2261 -"190614",64181,455,3,1828,2827 -"190615",64181,470,2,1828,2285 -"190616",64181,913,2,1828,2144 -"190617",64181,1046,3,1828,1881 -"190618",64181,1136,2,1828,2536 -"190619",64181,1592,3,1828,2006 -"190620",64181,1691,2,1828,1941 -"190621",64181,2572,3,1828,2273 -"190622",64181,2765,3,1828,2321 -"190623",64181,2954,3,1828,2727 -"190624",64181,3164,3,1828,2693 -"190625",64181,3966,2,1828,2425 -"190626",64181,4084,2,1828,2133 -"190627",64181,4191,2,1828,2130 -"190628",64181,4226,3,1828,1903 -"190629",64181,4567,3,1828,2348 -"190630",64181,4618,3,1828,2607 -"190631",64181,4687,3,1828,2152 -"190632",64181,4701,3,1828,2401 -"190633",64181,5239,3,1828,2875 -"190634",64181,5710,3,1828,1926 -"190635",64181,5725,3,1828,2789 -"190636",64181,6030,3,1828,2953 -"190637",64181,6044,3,1828,2744 -"190638",64181,6390,2,1828,2385 -"190639",64181,6392,3,1828,1878 -"190640",64181,6428,2,1828,1952 -"190641",64181,6491,2,1828,2424 -"190642",64181,6740,3,1828,2699 -"190643",64181,7245,3,1828,2089 -"190644",64181,7354,3,1828,2008 -"190645",64181,7515,3,1828,2737 -"190646",64181,7847,1,1828,2424 -"190647",64181,8762,3,1828,2585 -"190648",64181,9301,3,1828,1861 -"190649",64181,9362,3,1828,2879 -"190650",64181,10130,3,1828,2741 -"190651",64181,10370,3,1828,2224 -"190652",64181,10373,2,1828,2436 -"190653",64181,10433,2,1828,2075 -"190654",64181,10513,3,1828,2284 -"190655",64181,10799,3,1828,2010 -"190656",64181,11516,3,1828,1937 -"190657",64181,11966,3,1828,2385 -"190658",64181,12518,3,1828,2747 -"190659",64181,12602,3,1828,1956 -"190660",64181,12713,3,1828,2440 -"190661",64181,12976,3,1828,2399 -"190662",64181,14108,3,1828,2012 -"190663",64181,14731,3,1828,2012 -"190664",64181,14972,3,1828,2332 -"190665",64181,15207,3,1828,1855 -"190666",64181,15301,3,1828,2308 -"190667",64181,15401,3,1828,1999 -"190668",64181,16437,3,1828,1956 -"190669",64181,17410,3,1828,2073 -"190670",64181,17413,3,1828,2230 -"190671",64181,17852,3,1828,2840 -"190672",64181,17943,3,1828,1943 -"190673",64181,18543,3,1828,2968 -"190674",64181,19027,3,1828,2721 -"190675",64181,19072,3,1828,2358 -"190676",64181,19093,3,1828,2224 -"190677",64181,19322,3,1828,2048 -"190678",64181,20292,3,1828,2755 -"190679",64181,20407,3,1828,2339 -"190680",64181,20894,3,1828,2214 -"190681",64181,21138,3,1828,2849 -"190682",64181,21571,3,1828,2755 -"190683",64181,22277,3,1828,2424 -"190684",64181,22331,3,1828,2687 -"190685",64181,22566,2,1828,2308 -"190686",64181,22714,3,1828,2793 -"190687",64181,23132,3,1828,2756 -"190688",64181,23460,3,1828,2183 -"190689",64181,23705,2,1828,2699 -"190690",64181,23825,3,1828,1913 -"190691",64181,23918,2,1828,1881 -"190692",64181,24448,3,1828,2289 -"190693",64181,24568,2,1828,1937 -"190694",64181,25129,2,1828,2647 -"190695",64181,25325,3,1828,2963 -"190696",64181,25341,2,1828,1858 -"190697",64181,25816,3,1828,2088 -"190698",64181,26067,3,1828,2069 -"190699",64181,26080,3,1828,2525 -"190700",64181,26451,3,1828,2133 -"190701",64181,27275,3,1828,2656 -"190702",64181,27390,3,1828,2425 -"190703",64181,27628,2,1828,2389 -"190704",64181,27753,3,1828,2750 -"190705",64181,28050,3,1828,1955 -"190706",64181,28101,3,1828,1949 -"190707",64181,28115,3,1828,1835 -"190708",64181,28168,3,1828,2702 -"190709",64181,29170,2,1828,1846 -"190710",64181,29295,3,1828,2043 -"190711",64181,29308,3,1828,2094 -"190712",64181,29917,3,1828,1962 -"190713",64181,29930,3,1828,2240 -"190714",64181,30052,3,1828,2855 -"190715",64181,30981,3,1828,2366 -"190716",64181,31235,3,1828,2668 -"190717",64181,31799,3,1828,2547 -"190718",64181,32988,3,1828,2008 -"190719",64181,33622,3,1828,2230 -"190720",64181,34509,2,1828,1973 -"190721",64181,35514,3,1828,2346 -"190722",64181,36439,3,1828,2469 -"190723",64181,37752,3,1828,2223 -"190724",64181,38727,3,1828,2238 -"190725",64181,40369,2,1828,2735 -"190726",64181,40645,3,1828,1899 -"190727",64181,41972,3,1828,2509 -"190728",64181,42474,3,1828,2322 -"190729",64181,42505,3,1828,2008 -"190730",64181,43173,3,1828,2895 -"190731",64181,43226,3,1828,2442 -"190732",64181,43566,3,1828,2730 -"190733",64181,44427,3,1828,2875 -"190734",64181,45633,3,1828,2134 -"190735",64181,47248,2,1828,2883 -"190736",64181,50685,3,1828,2008 -"190737",64181,51017,2,1828,2073 -"190738",64181,51035,3,1828,2397 -"190739",64181,51410,3,1828,2739 -"190740",64181,52058,3,1828,1836 -"190741",64181,53196,2,1828,1888 -"190742",64181,55139,3,1828,2323 -"190743",64181,55156,2,1828,2196 -"190744",64181,55468,3,1828,2511 -"190745",64181,57129,3,1828,1858 -"190746",64181,57544,3,1828,2443 -"190747",64181,57549,3,1828,2335 -"190748",64181,58284,3,1828,2292 -"190749",64181,59700,3,1828,2346 -"190750",64181,62841,3,1828,2710 -"190751",64181,63409,2,1828,1937 -"190752",64181,64997,1,1828,2791 -"190753",64181,65322,3,1828,2008 -"190754",64181,66413,1,1828,2507 -"190755",64181,68810,3,1828,2409 -"190756",64181,73305,3,1828,2544 -"190757",64181,74636,3,1828,2525 -"190758",64181,78563,2,1828,2385 -"190759",64181,79322,3,1828,2770 -"190760",64181,80429,3,1828,1927 -"190761",64181,87837,3,1828,1987 -"190762",64181,88232,3,1828,2881 -"190763",64181,105063,1,1828,1908 -"190764",64210,5119,3,956,2220 -"190765",64210,9332,3,956,2734 -"190766",64210,9785,3,956,2951 -"190767",64210,10457,3,956,1711 -"190768",64210,12361,3,956,2732 -"190769",64210,13007,2,956,2496 -"190770",64210,17645,3,956,1918 -"190771",64210,18005,3,956,2449 -"190772",64210,24264,3,956,1760 -"190773",64210,29473,3,956,2602 -"190774",64210,29818,3,956,1677 -"190775",64210,31216,3,956,1244 -"190776",64210,33451,3,956,1957 -"190777",64210,34117,3,956,961 -"190778",64210,34491,3,956,2694 -"190779",64210,37351,3,956,978 -"190780",64210,37636,3,956,2178 -"190781",64210,40747,3,956,958 -"190782",64210,48015,3,956,1355 -"190783",64210,52041,2,956,2694 -"190784",64210,53687,3,956,2422 -"190785",64210,56873,3,956,1421 -"190786",64210,62668,3,956,958 -"190787",64210,67252,3,956,1215 -"190788",64210,71219,1,956,967 -"190789",64210,76286,3,956,1642 -"190790",64219,10779,3,2705,2881 -"190791",64219,17852,3,2705,2840 -"190792",64231,6577,3,196,1951 -"190793",64231,7847,3,196,2424 -"190794",64231,9893,3,196,2701 -"190795",64231,10370,3,196,2224 -"190796",64231,11477,3,196,2724 -"190797",64231,14972,3,196,2332 -"190798",64231,19093,3,196,2224 -"190799",64231,23280,3,196,536 -"190800",64231,23319,3,196,2867 -"190801",64231,25950,2,196,1618 -"190802",64231,32377,3,196,237 -"190803",64231,44405,3,196,1855 -"190804",64231,47654,3,196,1664 -"190805",64231,72493,3,196,505 -"190806",64232,145,3,1275,1998 -"190807",64232,380,3,1275,2261 -"190808",64232,913,3,1275,2144 -"190809",64232,1777,3,1275,1965 -"190810",64232,1831,3,1275,2397 -"190811",64232,2224,3,1275,2751 -"190812",64232,3306,3,1275,1989 -"190813",64232,5078,3,1275,2033 -"190814",64232,5457,3,1275,2077 -"190815",64232,5462,3,1275,2374 -"190816",64232,5504,3,1275,2389 -"190817",64232,5865,3,1275,1910 -"190818",64232,6491,3,1275,2424 -"190819",64232,7181,3,1275,1421 -"190820",64232,7616,3,1275,2296 -"190821",64232,8866,2,1275,1545 -"190822",64232,8888,3,1275,1328 -"190823",64232,9362,1,1275,2879 -"190824",64232,9805,3,1275,1621 -"190825",64232,10513,3,1275,2284 -"190826",64232,10851,3,1275,2423 -"190827",64232,12901,3,1275,2136 -"190828",64232,14080,3,1275,1351 -"190829",64232,14655,3,1275,2559 -"190830",64232,14959,3,1275,2898 -"190831",64232,16539,3,1275,1947 -"190832",64232,17520,3,1275,2276 -"190833",64232,20874,3,1275,1580 -"190834",64232,21719,3,1275,2708 -"190835",64232,21960,3,1275,1517 -"190836",64232,22165,3,1275,1501 -"190837",64232,26067,3,1275,2069 -"190838",64232,27908,3,1275,2576 -"190839",64232,28784,3,1275,1579 -"190840",64232,31235,3,1275,2668 -"190841",64232,35360,3,1275,2043 -"190842",64232,36087,3,1275,2755 -"190843",64232,40295,3,1275,2703 -"190844",64232,45650,3,1275,1528 -"190845",64232,46040,2,1275,2105 -"190846",64232,46950,3,1275,2673 -"190847",64232,48283,3,1275,1290 -"190848",64232,51035,3,1275,2397 -"190849",64232,54855,3,1275,1525 -"190850",64232,58365,3,1275,1902 -"190851",64232,79653,3,1275,2683 -"190852",64232,80825,3,1275,2315 -"190853",64233,2572,3,152,2273 -"190854",64233,15005,3,152,1415 -"190855",64233,18393,3,152,860 -"190856",64233,18571,3,152,2128 -"190857",64233,28116,3,152,1643 -"190858",64233,29929,3,152,2789 -"190859",64233,31691,3,152,1657 -"190860",64233,32017,3,152,577 -"190861",64233,46816,3,152,887 -"190862",64233,73136,3,152,328 -"190863",64233,92960,2,152,2154 -"190864",64255,11103,3,2309,2393 -"190865",64255,25480,3,2309,2747 -"190866",64292,913,3,1583,2144 -"190867",64292,14328,2,1583,1725 -"190868",64292,18543,3,1583,2968 -"190869",64292,19937,3,1583,1587 -"190870",64292,29454,3,1583,2719 -"190871",64292,30236,3,1583,2238 -"190872",64292,32988,3,1583,2008 -"190873",64292,41764,3,1583,2409 -"190874",64292,42505,3,1583,2008 -"190875",64327,20067,3,1918,2390 -"190876",64327,31700,3,1918,2727 -"190877",64327,58993,3,1918,2390 -"190878",64342,23486,2,868,1831 -"190879",64342,61270,2,868,1364 -"190880",64397,1015,3,647,1174 -"190881",64397,2960,2,647,977 -"190882",64397,4107,2,647,987 -"190883",64397,4121,2,647,1304 -"190884",64397,18891,2,647,1596 -"190885",64397,21479,3,647,2134 -"190886",64397,23588,3,647,851 -"190887",64397,30798,3,647,1398 -"190888",64397,36637,3,647,2085 -"190889",64397,41118,3,647,1091 -"190890",64397,46506,2,647,2464 -"190891",64397,79837,3,647,1252 -"190892",64397,84254,3,647,2548 -"190893",64412,23471,3,2233,2488 -"190894",64412,29319,1,2233,2314 -"190895",64412,35264,3,2233,2329 -"190896",64412,54903,2,2233,2493 -"190897",64412,56737,3,2233,2270 -"190898",64412,64174,2,2233,2377 -"190899",64427,555,2,535,552 -"190900",64427,962,3,535,1000 -"190901",64427,1050,3,535,1185 -"190902",64427,3306,2,535,1989 -"190903",64427,5346,3,535,1438 -"190904",64427,7475,3,535,1284 -"190905",64427,9362,3,535,2879 -"190906",64427,9702,3,535,1928 -"190907",64427,14080,2,535,1351 -"190908",64427,14589,3,535,1184 -"190909",64427,15003,3,535,2067 -"190910",64427,15207,3,535,1855 -"190911",64427,15301,3,535,2308 -"190912",64427,15632,2,535,1242 -"190913",64427,20407,3,535,2339 -"190914",64427,22165,2,535,1501 -"190915",64427,22566,3,535,2308 -"190916",64427,22850,3,535,878 -"190917",64427,23534,3,535,1659 -"190918",64427,28002,3,535,914 -"190919",64427,28874,3,535,2329 -"190920",64427,31700,3,535,2727 -"190921",64427,32820,3,535,582 -"190922",64427,33949,3,535,2489 -"190923",64427,34648,3,535,1596 -"190924",64427,37937,3,535,1320 -"190925",64427,39431,3,535,1460 -"190926",64427,40417,3,535,771 -"190927",64427,40893,3,535,1116 -"190928",64427,41278,3,535,1873 -"190929",64427,45186,2,535,835 -"190930",64427,46283,3,535,1184 -"190931",64427,48602,3,535,1704 -"190932",64427,52327,3,535,1472 -"190933",64427,55185,1,535,922 -"190934",64427,59539,3,535,2429 -"190935",64427,62488,3,535,1418 -"190936",64427,64232,3,535,1275 -"190937",64427,67102,3,535,935 -"190938",64427,67788,2,535,837 -"190939",64427,69712,3,535,1219 -"190940",64427,70854,3,535,635 -"190941",64427,76564,3,535,996 -"190942",64427,77001,3,535,1440 -"190943",64427,77010,3,535,2639 -"190944",64427,83526,3,535,1235 -"190945",64427,84296,3,535,1751 -"190946",64427,91279,3,535,966 -"190947",64427,94520,3,535,1243 -"190948",64427,96759,3,535,634 -"190949",64427,99279,3,535,611 -"190950",64427,102751,3,535,1229 -"190951",64427,105975,3,535,1939 -"190952",64427,107846,3,535,565 -"190953",64435,12767,3,808,2329 -"190954",64435,47293,3,808,929 -"190955",64435,51414,2,808,929 -"190956",64436,3896,3,2687,2693 -"190957",64436,4751,3,2687,2696 -"190958",64436,6030,3,2687,2953 -"190959",64439,1349,3,562,1147 -"190960",64439,2407,3,562,1725 -"190961",64439,2798,2,562,1673 -"190962",64439,4361,3,562,2571 -"190963",64439,5346,3,562,1438 -"190964",64439,7785,3,562,2441 -"190965",64439,8073,2,562,1847 -"190966",64439,8157,2,562,1063 -"190967",64439,10990,3,562,805 -"190968",64439,12475,3,562,588 -"190969",64439,15207,3,562,1855 -"190970",64439,15462,3,562,1141 -"190971",64439,16021,2,562,858 -"190972",64439,16532,3,562,2404 -"190973",64439,18891,3,562,1596 -"190974",64439,18978,3,562,952 -"190975",64439,19380,3,562,2637 -"190976",64439,20395,3,562,1468 -"190977",64439,23603,3,562,2048 -"190978",64439,25259,3,562,1699 -"190979",64439,27320,3,562,2378 -"190980",64439,28357,3,562,1134 -"190981",64439,32532,3,562,2338 -"190982",64439,32560,3,562,1258 -"190983",64439,32651,3,562,877 -"190984",64439,35004,3,562,1509 -"190985",64439,35108,2,562,604 -"190986",64439,35715,3,562,2912 -"190987",64439,37059,3,562,2840 -"190988",64439,37424,3,562,1693 -"190989",64439,39534,3,562,2410 -"190990",64439,41439,3,562,709 -"190991",64439,44786,3,562,1096 -"190992",64439,47072,2,562,1564 -"190993",64439,49551,3,562,879 -"190994",64439,55775,3,562,2385 -"190995",64439,59039,3,562,2870 -"190996",64439,61723,3,562,1262 -"190997",64439,67719,2,562,2429 -"190998",64439,68055,3,562,1236 -"190999",64439,68345,3,562,1095 -"191000",64439,69131,2,562,2122 -"191001",64439,72348,1,562,1810 -"191002",64439,72438,2,562,1397 -"191003",64439,73192,3,562,1955 -"191004",64439,80606,2,562,2079 -"191005",64439,83228,3,562,732 -"191006",64439,94520,3,562,1243 -"191007",64439,94625,3,562,2105 -"191008",64439,98058,2,562,1891 -"191009",64439,116792,3,562,2397 -"191010",64469,9272,3,2707,2835 -"191011",64469,16866,3,2707,2718 -"191012",64469,36646,3,2707,2744 -"191013",64477,67664,1,270,798 -"191014",64502,602,3,1670,2632 -"191015",64502,1196,3,1670,1986 -"191016",64502,3011,3,1670,2278 -"191017",64502,3961,3,1670,2426 -"191018",64502,5041,3,1670,2371 -"191019",64502,5315,3,1670,2631 -"191020",64502,6047,3,1670,2004 -"191021",64502,6241,3,1670,2264 -"191022",64502,6417,3,1670,1675 -"191023",64502,6982,3,1670,2034 -"191024",64502,8419,2,1670,1956 -"191025",64502,9311,3,1670,2477 -"191026",64502,9928,3,1670,2345 -"191027",64502,10358,2,1670,2294 -"191028",64502,10382,1,1670,2111 -"191029",64502,10779,3,1670,2881 -"191030",64502,10843,2,1670,2277 -"191031",64502,14032,2,1670,2144 -"191032",64502,14723,2,1670,2019 -"191033",64502,15626,3,1670,2434 -"191034",64502,16352,3,1670,2657 -"191035",64502,17819,3,1670,2291 -"191036",64502,19453,1,1670,1928 -"191037",64502,19858,3,1670,2357 -"191038",64502,22311,3,1670,2034 -"191039",64502,23310,3,1670,2371 -"191040",64502,23825,3,1670,1913 -"191041",64502,26695,3,1670,2340 -"191042",64502,27277,3,1670,1994 -"191043",64502,29930,3,1670,2240 -"191044",64502,31003,3,1670,1859 -"191045",64502,32919,3,1670,2321 -"191046",64502,33433,3,1670,2805 -"191047",64502,34735,3,1670,2767 -"191048",64502,35926,3,1670,2371 -"191049",64502,36007,3,1670,2089 -"191050",64502,37915,2,1670,1905 -"191051",64502,38755,3,1670,2902 -"191052",64502,41955,3,1670,2479 -"191053",64502,45903,2,1670,2237 -"191054",64502,48127,3,1670,2677 -"191055",64502,48602,3,1670,1704 -"191056",64502,49581,3,1670,1817 -"191057",64502,49696,3,1670,2444 -"191058",64502,53779,1,1670,2000 -"191059",64502,55643,3,1670,2359 -"191060",64502,59113,3,1670,2434 -"191061",64502,67145,3,1670,2015 -"191062",64502,75343,3,1670,2008 -"191063",64502,75403,3,1670,1895 -"191064",64502,76396,3,1670,1731 -"191065",64502,82932,3,1670,2245 -"191066",64502,87144,3,1670,2299 -"191067",64502,87720,3,1670,2086 -"191068",64506,489,3,177,2652 -"191069",64506,2936,3,177,2512 -"191070",64506,4660,2,177,2149 -"191071",64506,6877,1,177,867 -"191072",64506,13296,3,177,839 -"191073",64506,13879,3,177,2748 -"191074",64506,19501,3,177,1186 -"191075",64506,19655,3,177,2706 -"191076",64506,23966,3,177,891 -"191077",64506,25241,3,177,1233 -"191078",64506,27545,3,177,855 -"191079",64506,27686,3,177,2844 -"191080",64506,32470,3,177,1539 -"191081",64506,33870,3,177,955 -"191082",64506,36487,3,177,2622 -"191083",64506,63641,3,177,2337 -"191084",64506,66717,3,177,2104 -"191085",64506,72535,3,177,1191 -"191086",64506,84271,3,177,1556 -"191087",64506,90299,3,177,1606 -"191088",64506,96007,3,177,895 -"191089",64533,12462,3,1446,1461 -"191090",64533,18543,3,1446,2968 -"191091",64534,36662,3,2924,2967 -"191092",64628,827,1,2829,2964 -"191093",64641,1057,3,2617,2759 -"191094",64641,53289,3,2617,2746 -"191095",64686,601,3,670,702 -"191096",64686,2424,3,670,2582 -"191097",64686,3430,3,670,2498 -"191098",64686,12362,3,670,702 -"191099",64686,12518,3,670,2747 -"191100",64686,12901,3,670,2136 -"191101",64686,13315,3,670,2516 -"191102",64686,21197,3,670,1437 -"191103",64686,21198,3,670,935 -"191104",64686,21285,3,670,2100 -"191105",64686,24612,1,670,1875 -"191106",64686,26524,3,670,982 -"191107",64686,27030,3,670,2031 -"191108",64686,46040,3,670,2105 -"191109",64686,48283,3,670,1290 -"191110",64686,52024,3,670,2500 -"191111",64686,66799,3,670,1324 -"191112",64686,86520,3,670,702 -"191113",64699,38755,3,2797,2902 -"191114",64699,41945,3,2797,2856 -"191115",64699,44688,3,2797,2924 -"191116",64699,55906,3,2797,2851 -"191117",64699,77155,3,2797,2946 -"191118",64712,3506,3,1411,2364 -"191119",64712,6040,3,1411,2103 -"191120",64712,7123,3,1411,1964 -"191121",64712,9269,2,1411,1892 -"191122",64712,9895,3,1411,1960 -"191123",64712,10610,3,1411,1427 -"191124",64712,16347,3,1411,1868 -"191125",64712,17645,3,1411,1918 -"191126",64712,17925,3,1411,2385 -"191127",64712,20695,3,1411,2526 -"191128",64712,26740,3,1411,2695 -"191129",64712,34331,3,1411,1727 -"191130",64712,44744,1,1411,2032 -"191131",64712,45449,3,1411,1610 -"191132",64712,48931,3,1411,2444 -"191133",64712,56364,3,1411,1626 -"191134",64712,78611,3,1411,1586 -"191135",64712,84591,3,1411,1685 -"191136",64712,96387,3,1411,2159 -"191137",64734,16776,3,231,1565 -"191138",64734,20894,3,231,2214 -"191139",64734,29667,3,231,531 -"191140",64734,44749,3,231,1303 -"191141",64734,57356,3,231,2476 -"191142",64734,88067,3,231,2315 -"191143",64737,2724,2,2442,2447 -"191144",64737,4784,3,2442,2511 -"191145",64737,49805,3,2442,2445 -"191146",64769,9273,3,493,1747 -"191147",64769,9328,3,493,1937 -"191148",64769,16184,3,493,2274 -"191149",64769,31281,3,493,1937 -"191150",64769,35844,3,493,2961 -"191151",64769,44473,3,493,1685 -"191152",64769,44501,3,493,2567 -"191153",64769,76503,3,493,1136 -"191154",64786,3167,3,870,1676 -"191155",64786,4623,1,870,1176 -"191156",64786,5041,3,870,2371 -"191157",64786,5239,3,870,2875 -"191158",64786,5315,3,870,2631 -"191159",64786,5971,3,870,1985 -"191160",64786,7196,3,870,1508 -"191161",64786,7984,3,870,2493 -"191162",64786,8913,3,870,968 -"191163",64786,9351,3,870,1460 -"191164",64786,11976,3,870,1727 -"191165",64786,12096,3,870,1330 -"191166",64786,13109,3,870,1374 -"191167",64786,13248,3,870,1385 -"191168",64786,14943,3,870,1942 -"191169",64786,15401,3,870,1999 -"191170",64786,15808,3,870,1521 -"191171",64786,16625,3,870,1285 -"191172",64786,16801,3,870,2008 -"191173",64786,16826,3,870,2599 -"191174",64786,17852,3,870,2840 -"191175",64786,17934,3,870,1059 -"191176",64786,18361,3,870,2968 -"191177",64786,22326,3,870,2818 -"191178",64786,22374,3,870,1226 -"191179",64786,22403,3,870,1630 -"191180",64786,22415,3,870,2841 -"191181",64786,24293,3,870,1184 -"191182",64786,25271,3,870,1172 -"191183",64786,25305,3,870,2447 -"191184",64786,26570,3,870,1669 -"191185",64786,28784,3,870,1579 -"191186",64786,29962,3,870,2201 -"191187",64786,32988,3,870,2008 -"191188",64786,34158,1,870,2639 -"191189",64786,35361,3,870,2389 -"191190",64786,38219,2,870,1689 -"191191",64786,39516,2,870,2393 -"191192",64786,39748,3,870,1566 -"191193",64786,40487,2,870,2512 -"191194",64786,40645,3,870,1899 -"191195",64786,40893,2,870,1116 -"191196",64786,42505,3,870,2008 -"191197",64786,44161,2,870,1156 -"191198",64786,44521,3,870,1593 -"191199",64786,45903,3,870,2237 -"191200",64786,45959,3,870,1880 -"191201",64786,46040,3,870,2105 -"191202",64786,48127,3,870,2677 -"191203",64786,51157,2,870,2319 -"191204",64786,51319,1,870,2488 -"191205",64786,61337,3,870,2777 -"191206",64786,62148,2,870,1566 -"191207",64786,64219,3,870,2705 -"191208",64786,65155,3,870,1947 -"191209",64786,65203,3,870,1597 -"191210",64786,65322,2,870,2008 -"191211",64786,71971,3,870,1294 -"191212",64786,78150,3,870,2581 -"191213",64786,81478,3,870,1640 -"191214",64786,82949,3,870,2077 -"191215",64786,85547,3,870,997 -"191216",64786,85716,2,870,1609 -"191217",64786,85875,3,870,957 -"191218",64786,89511,3,870,1205 -"191219",64786,96352,3,870,1493 -"191220",64793,7759,3,2819,2844 -"191221",64803,3158,3,841,2762 -"191222",64803,4784,3,841,2511 -"191223",64803,6020,3,841,1864 -"191224",64803,7406,3,841,1906 -"191225",64803,9088,3,841,1881 -"191226",64803,9269,2,841,1892 -"191227",64803,9895,3,841,1960 -"191228",64803,11270,3,841,1011 -"191229",64803,12632,2,841,1174 -"191230",64803,14172,3,841,1923 -"191231",64803,16347,2,841,1868 -"191232",64803,16963,3,841,1999 -"191233",64803,20695,3,841,2526 -"191234",64803,21165,3,841,1112 -"191235",64803,21358,3,841,1970 -"191236",64803,22808,3,841,2297 -"191237",64803,23460,3,841,2183 -"191238",64803,26740,3,841,2695 -"191239",64803,28648,3,841,1586 -"191240",64803,30096,3,841,2082 -"191241",64803,32629,3,841,1789 -"191242",64803,34331,3,841,1727 -"191243",64803,41350,3,841,1935 -"191244",64803,41489,3,841,2006 -"191245",64803,43725,2,841,935 -"191246",64803,44744,3,841,2032 -"191247",64803,49142,3,841,2289 -"191248",64803,49379,3,841,1573 -"191249",64803,56364,3,841,1626 -"191250",64803,68884,3,841,1011 -"191251",64803,69260,3,841,1698 -"191252",64803,71225,3,841,956 -"191253",64803,78393,3,841,874 -"191254",64803,80801,3,841,1250 -"191255",64803,80807,2,841,1597 -"191256",64803,82628,3,841,1784 -"191257",64803,83122,3,841,1503 -"191258",64803,84591,3,841,1685 -"191259",64803,85926,3,841,907 -"191260",64803,87915,3,841,1152 -"191261",64803,93642,3,841,1120 -"191262",64803,101381,3,841,977 -"191263",64803,101666,3,841,1257 -"191264",64850,3158,3,2377,2762 -"191265",64857,160,3,1792,2007 -"191266",64857,5610,2,1792,2223 -"191267",64857,8238,1,1792,2222 -"191268",64857,11060,3,1792,2155 -"191269",64857,12729,3,1792,1835 -"191270",64857,15106,3,1792,2286 -"191271",64857,17632,3,1792,1947 -"191272",64857,18670,3,1792,1835 -"191273",64857,22682,3,1792,2035 -"191274",64857,27796,2,1792,2151 -"191275",64857,29580,3,1792,2776 -"191276",64857,31705,3,1792,2706 -"191277",64857,39464,3,1792,2314 -"191278",64857,40368,2,1792,2876 -"191279",64857,44135,3,1792,2620 -"191280",64857,45504,3,1792,2301 -"191281",64857,47564,2,1792,2650 -"191282",64857,49109,3,1792,2341 -"191283",64857,54953,3,1792,2223 -"191284",64857,55076,3,1792,2408 -"191285",64857,77611,3,1792,1795 -"191286",64862,2139,3,219,2502 -"191287",64862,7896,3,219,2447 -"191288",64862,11518,3,219,803 -"191289",64862,13007,3,219,2496 -"191290",64862,20363,3,219,279 -"191291",64862,24264,2,219,1760 -"191292",64862,27860,3,219,1588 -"191293",64862,31541,3,219,1500 -"191294",64862,31652,3,219,2047 -"191295",64862,33451,3,219,1957 -"191296",64862,34491,2,219,2694 -"191297",64862,49055,3,219,388 -"191298",64862,51758,2,219,2310 -"191299",64862,51879,3,219,1771 -"191300",64862,52041,2,219,2694 -"191301",64862,52524,3,219,1197 -"191302",64862,54204,3,219,1449 -"191303",64862,56873,3,219,1421 -"191304",64912,14442,2,2099,2700 -"191305",64912,31357,3,2099,2389 -"191306",64912,36996,3,2099,2321 -"191307",64912,47882,3,2099,2769 -"191308",64912,59289,3,2099,2896 -"191309",64912,63104,3,2099,2149 -"191310",64912,89391,3,2099,2180 -"191311",64915,10857,2,400,2253 -"191312",64915,14656,3,400,584 -"191313",64915,17400,3,400,2231 -"191314",64915,23492,3,400,1067 -"191315",64915,23725,3,400,2378 -"191316",64915,23825,3,400,1913 -"191317",64915,24259,3,400,1281 -"191318",64915,30325,3,400,1067 -"191319",64915,34480,2,400,2755 -"191320",64915,35673,3,400,1067 -"191321",64915,36784,3,400,576 -"191322",64915,51471,3,400,1280 -"191323",64915,54551,2,400,2348 -"191324",64915,67788,3,400,837 -"191325",64915,72188,3,400,856 -"191326",64915,76284,3,400,1237 -"191327",64915,96553,3,400,1887 -"191328",64915,100241,3,400,777 -"191329",64945,2424,3,2279,2582 -"191330",64945,5515,3,2279,2385 -"191331",64945,6192,3,2279,2409 -"191332",64945,6208,2,2279,2361 -"191333",64945,16954,2,2279,2972 -"191334",64945,19248,2,2279,2357 -"191335",64945,30052,3,2279,2855 -"191336",64945,35738,2,2279,2448 -"191337",64945,36609,3,2279,2918 -"191338",64945,40138,3,2279,2719 -"191339",64945,45618,3,2279,2356 -"191340",64945,48605,3,2279,2796 -"191341",64945,61982,3,2279,2725 -"191342",64945,62841,3,2279,2710 -"191343",64947,270,3,2489,2542 -"191344",64947,680,3,2489,2569 -"191345",64947,3978,2,2489,2775 -"191346",64947,6989,2,2489,2623 -"191347",64947,9787,3,2489,2858 -"191348",64947,11648,3,2489,2852 -"191349",64947,15826,3,2489,2772 -"191350",64947,20984,3,2489,2502 -"191351",64947,24096,3,2489,2612 -"191352",64947,29473,3,2489,2602 -"191353",64947,40572,3,2489,2666 -"191354",64947,44235,3,2489,2700 -"191355",64947,45729,2,2489,2606 -"191356",64947,46982,3,2489,2806 -"191357",64947,53013,3,2489,2523 -"191358",64947,53739,3,2489,2704 -"191359",64947,56237,3,2489,2625 -"191360",64947,71531,2,2489,2887 -"191361",64967,841,2,2872,2964 -"191362",64967,18151,3,2872,2962 -"191363",64967,31331,3,2872,2964 -"191364",64987,1578,3,1360,1612 -"191365",64987,1692,3,1360,2443 -"191366",64987,3317,3,1360,2037 -"191367",64987,5845,3,1360,1552 -"191368",64987,9311,3,1360,2477 -"191369",64987,11477,3,1360,2724 -"191370",64987,14972,3,1360,2332 -"191371",64987,15821,2,1360,2456 -"191372",64987,24195,3,1360,1575 -"191373",64987,24866,3,1360,2103 -"191374",64987,29311,3,1360,1849 -"191375",64987,29409,2,1360,2199 -"191376",64987,30334,3,1360,2075 -"191377",64987,31131,3,1360,2810 -"191378",64987,33356,3,1360,1586 -"191379",64987,34180,3,1360,2617 -"191380",64987,35518,3,1360,1721 -"191381",64987,37636,3,1360,2178 -"191382",64987,40392,3,1360,1878 -"191383",64987,40675,3,1360,1595 -"191384",64987,45461,3,1360,2458 -"191385",64987,47534,2,1360,2712 -"191386",64987,48679,3,1360,2031 -"191387",64987,49121,1,1360,2199 -"191388",64987,51783,3,1360,2599 -"191389",64987,52483,3,1360,2317 -"191390",64987,53530,3,1360,2380 -"191391",64987,61125,3,1360,1673 -"191392",64993,140,3,615,2267 -"191393",64993,2407,3,615,1725 -"191394",64993,2452,3,615,1715 -"191395",64993,9301,3,615,1861 -"191396",64993,11434,3,615,1187 -"191397",64993,11516,3,615,1937 -"191398",64993,13068,3,615,1778 -"191399",64993,14287,3,615,1583 -"191400",64993,14709,3,615,1901 -"191401",64993,16866,3,615,2718 -"191402",64993,18865,3,615,2676 -"191403",64993,20176,1,615,1050 -"191404",64993,20395,3,615,1468 -"191405",64993,21795,3,615,2653 -"191406",64993,23277,3,615,1267 -"191407",64993,25378,2,615,1245 -"191408",64993,26642,3,615,2952 -"191409",64993,27320,3,615,2378 -"191410",64993,27391,3,615,2378 -"191411",64993,28446,3,615,917 -"191412",64993,29267,3,615,1234 -"191413",64993,29495,3,615,1612 -"191414",64993,30865,2,615,2038 -"191415",64993,30891,3,615,1256 -"191416",64993,31235,3,615,2668 -"191417",64993,33665,2,615,787 -"191418",64993,36270,3,615,2910 -"191419",64993,36344,3,615,2570 -"191420",64993,38373,2,615,1928 -"191421",64993,39249,3,615,1665 -"191422",64993,40747,3,615,958 -"191423",64993,41439,3,615,709 -"191424",64993,47595,3,615,2374 -"191425",64993,47968,3,615,2829 -"191426",64993,50229,3,615,1190 -"191427",64993,52879,3,615,777 -"191428",64993,54890,3,615,877 -"191429",64993,58015,3,615,899 -"191430",64993,59485,3,615,1564 -"191431",64993,61443,3,615,2770 -"191432",64993,63395,3,615,2334 -"191433",64993,63662,3,615,721 -"191434",64993,65522,3,615,1572 -"191435",64993,66121,3,615,1281 -"191436",64993,67815,3,615,2476 -"191437",64993,69062,3,615,1174 -"191438",64993,70126,3,615,1158 -"191439",64993,75282,3,615,2675 -"191440",64993,82252,3,615,1248 -"191441",64993,84447,3,615,1006 -"191442",64993,84574,2,615,958 -"191443",64993,88067,3,615,2315 -"191444",64993,90674,2,615,621 -"191445",64993,92904,3,615,780 -"191446",64993,107292,2,615,1667 -"191447",64997,455,2,2791,2827 -"191448",64997,5239,3,2791,2875 -"191449",64997,9362,3,2791,2879 -"191450",64997,12747,3,2791,2818 -"191451",64997,18151,3,2791,2962 -"191452",64997,30052,3,2791,2855 -"191453",64997,43173,3,2791,2895 -"191454",64997,47248,3,2791,2883 -"191455",65007,14834,3,2530,2739 -"191456",65007,16332,3,2530,2668 -"191457",65007,53323,3,2530,2677 -"191458",65016,455,3,2749,2827 -"191459",65016,30052,2,2749,2855 -"191460",65054,44312,2,2593,2741 -"191461",65140,24,2,836,1295 -"191462",65140,1323,3,836,1659 -"191463",65140,1875,3,836,1786 -"191464",65140,3954,3,836,839 -"191465",65140,4671,3,836,2280 -"191466",65140,5226,2,836,1309 -"191467",65140,7029,3,836,2204 -"191468",65140,8529,3,836,1205 -"191469",65140,11103,2,836,2393 -"191470",65140,15122,2,836,1201 -"191471",65140,15207,3,836,1855 -"191472",65140,15799,3,836,1917 -"191473",65140,17264,3,836,2528 -"191474",65140,17502,3,836,869 -"191475",65140,17906,3,836,1940 -"191476",65140,19096,2,836,1538 -"191477",65140,22705,3,836,1016 -"191478",65140,24853,3,836,1004 -"191479",65140,27001,3,836,1761 -"191480",65140,27195,3,836,2158 -"191481",65140,28635,3,836,2368 -"191482",65140,28640,2,836,1475 -"191483",65140,29930,3,836,2240 -"191484",65140,30366,3,836,2532 -"191485",65140,31700,3,836,2727 -"191486",65140,34836,3,836,2302 -"191487",65140,35516,3,836,1229 -"191488",65140,36574,3,836,2934 -"191489",65140,36714,2,836,2209 -"191490",65140,37108,2,836,1202 -"191491",65140,37937,3,836,1320 -"191492",65140,39278,3,836,1952 -"191493",65140,39539,3,836,1274 -"191494",65140,42864,3,836,1151 -"191495",65140,43225,3,836,1835 -"191496",65140,44151,3,836,1796 -"191497",65140,46283,3,836,1184 -"191498",65140,47362,2,836,2253 -"191499",65140,48571,3,836,2717 -"191500",65140,49185,3,836,1544 -"191501",65140,53120,3,836,975 -"191502",65140,56232,3,836,1175 -"191503",65140,58854,3,836,1131 -"191504",65140,66205,3,836,2898 -"191505",65140,67957,3,836,2823 -"191506",65140,68550,3,836,1820 -"191507",65140,68939,3,836,1051 -"191508",65140,72468,3,836,2292 -"191509",65140,72530,3,836,992 -"191510",65140,76564,3,836,996 -"191511",65140,90709,3,836,1080 -"191512",65140,91279,3,836,966 -"191513",65140,95479,3,836,896 -"191514",65140,95644,3,836,1531 -"191515",65140,97120,3,836,1202 -"191516",65140,101338,3,836,1319 -"191517",65145,24,3,505,1295 -"191518",65145,750,3,505,1327 -"191519",65145,1102,3,505,2282 -"191520",65145,1315,3,505,2760 -"191521",65145,2572,3,505,2273 -"191522",65145,3801,3,505,1974 -"191523",65145,6074,3,505,2426 -"191524",65145,7258,3,505,1714 -"191525",65145,7858,3,505,1795 -"191526",65145,8529,3,505,1205 -"191527",65145,12724,2,505,1930 -"191528",65145,15122,3,505,1201 -"191529",65145,19096,2,505,1538 -"191530",65145,22242,3,505,1690 -"191531",65145,33850,3,505,931 -"191532",65145,37108,3,505,1202 -"191533",65145,37897,3,505,1685 -"191534",65145,42216,3,505,2722 -"191535",65145,58854,3,505,1131 -"191536",65145,66992,3,505,2882 -"191537",65145,82681,2,505,1620 -"191538",65145,83053,2,505,1303 -"191539",65145,99012,3,505,931 -"191540",65155,997,3,1947,2788 -"191541",65155,1196,3,1947,1986 -"191542",65155,2424,3,1947,2582 -"191543",65155,2484,3,1947,2389 -"191544",65155,3271,3,1947,2216 -"191545",65155,3947,3,1947,2067 -"191546",65155,3961,3,1947,2426 -"191547",65155,5239,2,1947,2875 -"191548",65155,7984,2,1947,2493 -"191549",65155,8890,3,1947,1955 -"191550",65155,9272,3,1947,2835 -"191551",65155,9311,3,1947,2477 -"191552",65155,9362,3,1947,2879 -"191553",65155,11477,2,1947,2724 -"191554",65155,12901,3,1947,2136 -"191555",65155,13388,3,1947,2119 -"191556",65155,13780,2,1947,2412 -"191557",65155,14108,3,1947,2012 -"191558",65155,14723,3,1947,2019 -"191559",65155,15401,1,1947,1999 -"191560",65155,16365,3,1947,2217 -"191561",65155,16801,2,1947,2008 -"191562",65155,16826,3,1947,2599 -"191563",65155,18103,3,1947,1968 -"191564",65155,18571,3,1947,2128 -"191565",65155,20067,3,1947,2390 -"191566",65155,20124,3,1947,2376 -"191567",65155,20311,3,1947,1981 -"191568",65155,21285,3,1947,2100 -"191569",65155,21670,3,1947,2158 -"191570",65155,21681,3,1947,2005 -"191571",65155,23132,3,1947,2756 -"191572",65155,23223,3,1947,2094 -"191573",65155,23725,3,1947,2378 -"191574",65155,28582,3,1947,2698 -"191575",65155,29004,3,1947,2596 -"191576",65155,30747,2,1947,2455 -"191577",65155,31069,3,1947,1995 -"191578",65155,31124,3,1947,2351 -"191579",65155,31164,3,1947,1996 -"191580",65155,31700,3,1947,2727 -"191581",65155,32988,1,1947,2008 -"191582",65155,33433,3,1947,2805 -"191583",65155,33801,3,1947,2899 -"191584",65155,34158,3,1947,2639 -"191585",65155,36031,3,1947,2342 -"191586",65155,36559,3,1947,2473 -"191587",65155,36862,3,1947,2655 -"191588",65155,38602,3,1947,2693 -"191589",65155,40432,2,1947,1956 -"191590",65155,42196,3,1947,2765 -"191591",65155,42505,2,1947,2008 -"191592",65155,43226,3,1947,2442 -"191593",65155,46040,2,1947,2105 -"191594",65155,46951,3,1947,2429 -"191595",65155,48110,3,1947,2009 -"191596",65155,48215,3,1947,2028 -"191597",65155,49265,3,1947,2686 -"191598",65155,51410,3,1947,2739 -"191599",65155,53323,3,1947,2677 -"191600",65155,55139,3,1947,2323 -"191601",65155,56237,3,1947,2625 -"191602",65155,56317,3,1947,2030 -"191603",65155,57380,3,1947,2362 -"191604",65155,58164,3,1947,2398 -"191605",65155,58508,3,1947,2326 -"191606",65155,65322,2,1947,2008 -"191607",65155,69335,3,1947,2698 -"191608",65155,72728,3,1947,2234 -"191609",65155,78150,2,1947,2581 -"191610",65155,88232,3,1947,2881 -"191611",65155,92757,2,1947,2615 -"191612",65177,2876,3,1727,2657 -"191613",65183,7951,3,396,2358 -"191614",65183,25480,3,396,2747 -"191615",65183,34842,3,396,2050 -"191616",65183,45053,3,396,1543 -"191617",65183,51364,2,396,2660 -"191618",65183,54067,2,396,2433 -"191619",65183,60386,2,396,1322 -"191620",65183,100532,3,396,859 -"191621",65184,1822,3,1630,2888 -"191622",65184,14353,2,1630,2878 -"191623",65188,3271,3,2213,2216 -"191624",65188,4551,2,2213,2720 -"191625",65188,6697,3,2213,2438 -"191626",65188,10373,3,2213,2436 -"191627",65188,14586,3,2213,2801 -"191628",65188,16595,3,2213,2352 -"191629",65188,19165,3,2213,2436 -"191630",65188,19934,2,2213,2888 -"191631",65188,20308,3,2213,2254 -"191632",65188,20894,3,2213,2214 -"191633",65188,27320,3,2213,2378 -"191634",65188,27391,3,2213,2378 -"191635",65188,28893,3,2213,2764 -"191636",65188,37752,2,2213,2223 -"191637",65188,38259,3,2213,2258 -"191638",65188,39443,3,2213,2277 -"191639",65188,39875,3,2213,2422 -"191640",65188,40623,3,2213,2580 -"191641",65188,41187,2,2213,2340 -"191642",65188,57356,2,2213,2476 -"191643",65188,58945,3,2213,2481 -"191644",65188,59039,2,2213,2870 -"191645",65203,2424,3,1597,2582 -"191646",65203,3961,3,1597,2426 -"191647",65203,5239,3,1597,2875 -"191648",65203,7984,3,1597,2493 -"191649",65203,11477,3,1597,2724 -"191650",65203,13388,3,1597,2119 -"191651",65203,13780,3,1597,2412 -"191652",65203,14943,3,1597,1942 -"191653",65203,15401,2,1597,1999 -"191654",65203,16801,3,1597,2008 -"191655",65203,20311,3,1597,1981 -"191656",65203,20732,3,1597,2401 -"191657",65203,21285,3,1597,2100 -"191658",65203,21706,3,1597,1988 -"191659",65203,23726,3,1597,2434 -"191660",65203,23869,3,1597,1918 -"191661",65203,25577,3,1597,1946 -"191662",65203,30747,3,1597,2455 -"191663",65203,31069,3,1597,1995 -"191664",65203,32988,2,1597,2008 -"191665",65203,33801,3,1597,2899 -"191666",65203,34158,3,1597,2639 -"191667",65203,36862,3,1597,2655 -"191668",65203,38019,3,1597,1870 -"191669",65203,38219,2,1597,1689 -"191670",65203,40432,3,1597,1956 -"191671",65203,40645,2,1597,1899 -"191672",65203,42505,3,1597,2008 -"191673",65203,45959,3,1597,1880 -"191674",65203,46040,3,1597,2105 -"191675",65203,50382,3,1597,2244 -"191676",65203,56317,3,1597,2030 -"191677",65203,58164,3,1597,2398 -"191678",65203,65155,2,1597,1947 -"191679",65203,65322,2,1597,2008 -"191680",65203,78150,2,1597,2581 -"191681",65203,79567,2,1597,1942 -"191682",65203,92757,3,1597,2615 -"191683",65223,34908,3,2724,2796 -"191684",65223,37868,3,2724,2876 -"191685",65223,71531,3,2724,2887 -"191686",65223,100586,3,2724,2966 -"191687",65223,105190,2,2724,2839 -"191688",65242,270,3,1988,2542 -"191689",65242,2424,3,1988,2582 -"191690",65242,3456,3,1988,1999 -"191691",65242,6588,2,1988,2025 -"191692",65242,7616,3,1988,2296 -"191693",65242,7997,3,1988,2049 -"191694",65242,9272,3,1988,2835 -"191695",65242,9504,3,1988,2549 -"191696",65242,10857,3,1988,2253 -"191697",65242,11218,3,1988,2292 -"191698",65242,13307,3,1988,2206 -"191699",65242,14586,3,1988,2801 -"191700",65242,15444,3,1988,2764 -"191701",65242,17400,3,1988,2231 -"191702",65242,18394,3,1988,2356 -"191703",65242,19622,3,1988,2371 -"191704",65242,21012,3,1988,2325 -"191705",65242,21248,3,1988,2232 -"191706",65242,21487,3,1988,2203 -"191707",65242,23526,3,1988,1998 -"191708",65242,26848,3,1988,2363 -"191709",65242,30405,3,1988,2164 -"191710",65242,37059,3,1988,2840 -"191711",65242,41969,3,1988,2189 -"191712",65242,43455,3,1988,2846 -"191713",65242,45684,3,1988,2200 -"191714",65242,46384,2,1988,2285 -"191715",65242,46532,3,1988,2005 -"191716",65242,46629,2,1988,2255 -"191717",65242,50236,3,1988,2339 -"191718",65242,55076,3,1988,2408 -"191719",65242,56082,3,1988,2395 -"191720",65242,56237,3,1988,2625 -"191721",65242,59788,3,1988,2315 -"191722",65242,61982,3,1988,2725 -"191723",65242,64967,3,1988,2872 -"191724",65242,72207,3,1988,2430 -"191725",65242,72326,3,1988,2384 -"191726",65316,499,3,1020,1931 -"191727",65316,2221,3,1020,2092 -"191728",65316,2418,3,1020,2020 -"191729",65316,2576,3,1020,1307 -"191730",65316,2759,2,1020,2030 -"191731",65316,3255,1,1020,2504 -"191732",65316,4730,2,1020,2131 -"191733",65316,6133,2,1020,1229 -"191734",65316,6627,3,1020,2063 -"191735",65316,6942,3,1020,1232 -"191736",65316,7269,3,1020,1728 -"191737",65316,7433,3,1020,2255 -"191738",65316,7443,3,1020,2028 -"191739",65316,8984,2,1020,1162 -"191740",65316,10495,3,1020,2230 -"191741",65316,10638,3,1020,2692 -"191742",65316,10905,3,1020,1552 -"191743",65316,10914,3,1020,1660 -"191744",65316,11429,3,1020,2520 -"191745",65316,11506,3,1020,2824 -"191746",65316,12356,3,1020,2757 -"191747",65316,13109,3,1020,1374 -"191748",65316,14325,3,1020,1976 -"191749",65316,14654,3,1020,1692 -"191750",65316,14761,2,1020,2502 -"191751",65316,15453,3,1020,1688 -"191752",65316,18571,3,1020,2128 -"191753",65316,18943,3,1020,2861 -"191754",65316,19892,3,1020,1212 -"191755",65316,20007,3,1020,2971 -"191756",65316,20494,3,1020,1075 -"191757",65316,21180,2,1020,2762 -"191758",65316,21741,3,1020,1574 -"191759",65316,21838,2,1020,2106 -"191760",65316,26451,3,1020,2133 -"191761",65316,26793,3,1020,2104 -"191762",65316,28626,3,1020,2842 -"191763",65316,29899,3,1020,2375 -"191764",65316,30150,3,1020,1704 -"191765",65316,30366,3,1020,2532 -"191766",65316,30442,3,1020,2124 -"191767",65316,31003,2,1020,1859 -"191768",65316,31164,3,1020,1996 -"191769",65316,32449,3,1020,2091 -"191770",65316,33356,3,1020,1586 -"191771",65316,34162,2,1020,2336 -"191772",65316,36136,3,1020,2338 -"191773",65316,37915,2,1020,1905 -"191774",65316,38755,3,1020,2902 -"191775",65316,39534,3,1020,2410 -"191776",65316,39799,3,1020,2344 -"191777",65316,40293,3,1020,1671 -"191778",65316,41955,3,1020,2479 -"191779",65316,42946,3,1020,2900 -"191780",65316,43153,3,1020,1381 -"191781",65316,45730,3,1020,2063 -"191782",65316,45903,3,1020,2237 -"191783",65316,48602,3,1020,1704 -"191784",65316,49347,2,1020,2504 -"191785",65316,54663,3,1020,1424 -"191786",65316,55775,3,1020,2385 -"191787",65316,56338,3,1020,1818 -"191788",65316,56673,3,1020,2419 -"191789",65316,56893,3,1020,2597 -"191790",65316,57337,3,1020,1443 -"191791",65316,57657,3,1020,2735 -"191792",65316,58086,3,1020,1667 -"191793",65316,60979,2,1020,1758 -"191794",65316,66726,3,1020,2068 -"191795",65316,66911,3,1020,1920 -"191796",65316,76132,2,1020,2426 -"191797",65316,76675,2,1020,1840 -"191798",65316,77397,2,1020,1302 -"191799",65316,81478,3,1020,1640 -"191800",65316,86664,1,1020,1146 -"191801",65316,88857,3,1020,1232 -"191802",65316,104306,3,1020,1665 -"191803",65316,111034,3,1020,2131 -"191804",65316,115155,3,1020,1942 -"191805",65322,2424,3,2008,2582 -"191806",65322,2684,3,2008,2874 -"191807",65322,3271,3,2008,2216 -"191808",65322,3947,3,2008,2067 -"191809",65322,3961,3,2008,2426 -"191810",65322,5239,2,2008,2875 -"191811",65322,7984,2,2008,2493 -"191812",65322,9272,3,2008,2835 -"191813",65322,9362,3,2008,2879 -"191814",65322,11477,3,2008,2724 -"191815",65322,12901,3,2008,2136 -"191816",65322,13388,3,2008,2119 -"191817",65322,13780,3,2008,2412 -"191818",65322,16826,3,2008,2599 -"191819",65322,21285,3,2008,2100 -"191820",65322,21872,3,2008,2458 -"191821",65322,23132,3,2008,2756 -"191822",65322,24586,3,2008,2465 -"191823",65322,26451,3,2008,2133 -"191824",65322,30747,3,2008,2455 -"191825",65322,33801,3,2008,2899 -"191826",65322,34158,2,2008,2639 -"191827",65322,36862,3,2008,2655 -"191828",65322,43226,3,2008,2442 -"191829",65322,46040,2,2008,2105 -"191830",65322,48110,3,2008,2009 -"191831",65322,51157,3,2008,2319 -"191832",65322,51319,3,2008,2488 -"191833",65322,51410,3,2008,2739 -"191834",65322,55139,3,2008,2323 -"191835",65322,56237,3,2008,2625 -"191836",65322,56317,3,2008,2030 -"191837",65322,58164,3,2008,2398 -"191838",65322,58508,3,2008,2326 -"191839",65322,64967,3,2008,2872 -"191840",65322,64997,3,2008,2791 -"191841",65322,69335,3,2008,2698 -"191842",65322,78150,2,2008,2581 -"191843",65322,92757,3,2008,2615 -"191844",65375,827,3,824,2964 -"191845",65375,952,3,824,1991 -"191846",65375,1624,3,824,2687 -"191847",65375,1708,3,824,1591 -"191848",65375,2282,2,824,2056 -"191849",65375,2443,3,824,2333 -"191850",65375,2647,3,824,2450 -"191851",65375,2927,2,824,1789 -"191852",65375,4180,3,824,1817 -"191853",65375,4249,3,824,2547 -"191854",65375,6345,3,824,2713 -"191855",65375,6480,3,824,1678 -"191856",65375,6999,3,824,2214 -"191857",65375,7253,3,824,2686 -"191858",65375,7254,3,824,1849 -"191859",65375,7604,3,824,1366 -"191860",65375,8157,3,824,1063 -"191861",65375,8607,3,824,1685 -"191862",65375,9724,3,824,2713 -"191863",65375,9910,3,824,2526 -"191864",65375,10701,3,824,2000 -"191865",65375,11858,2,824,1530 -"191866",65375,12966,3,824,2011 -"191867",65375,14212,1,824,857 -"191868",65375,14470,3,824,2632 -"191869",65375,14957,3,824,2306 -"191870",65375,15146,3,824,1546 -"191871",65375,15782,3,824,2306 -"191872",65375,17499,3,824,2954 -"191873",65375,17531,3,824,876 -"191874",65375,17695,3,824,1930 -"191875",65375,19509,3,824,2000 -"191876",65375,20038,3,824,1531 -"191877",65375,20695,3,824,2526 -"191878",65375,22357,2,824,1397 -"191879",65375,26597,2,824,2070 -"191880",65375,28782,1,824,2272 -"191881",65375,29778,3,824,840 -"191882",65375,30714,3,824,2485 -"191883",65375,31855,3,824,2636 -"191884",65375,32169,3,824,2504 -"191885",65375,34953,3,824,1817 -"191886",65375,36399,3,824,1357 -"191887",65375,36840,3,824,2269 -"191888",65375,37342,3,824,2649 -"191889",65375,40407,3,824,1972 -"191890",65375,42382,3,824,2224 -"191891",65375,42390,1,824,2937 -"191892",65375,43543,2,824,1457 -"191893",65375,43701,3,824,2400 -"191894",65375,46616,3,824,1917 -"191895",65375,47607,3,824,2724 -"191896",65375,48419,3,824,1134 -"191897",65375,49142,3,824,2289 -"191898",65375,50468,3,824,1659 -"191899",65375,51505,3,824,1572 -"191900",65375,52323,3,824,2148 -"191901",65375,52380,3,824,2686 -"191902",65375,52386,3,824,1830 -"191903",65375,53584,3,824,2391 -"191904",65375,53652,3,824,2899 -"191905",65375,54316,3,824,1202 -"191906",65375,67289,3,824,829 -"191907",65375,68884,3,824,1011 -"191908",65375,69260,3,824,1698 -"191909",65375,69795,3,824,2636 -"191910",65375,71895,2,824,1327 -"191911",65375,71999,3,824,2685 -"191912",65375,73520,3,824,2613 -"191913",65375,76450,3,824,1077 -"191914",65375,76814,3,824,926 -"191915",65375,76929,3,824,910 -"191916",65375,77719,3,824,2086 -"191917",65375,78277,3,824,1937 -"191918",65375,80970,2,824,2069 -"191919",65375,84181,3,824,1272 -"191920",65375,88984,2,824,935 -"191921",65375,101381,3,824,977 -"191922",65375,122938,3,824,1023 -"191923",65378,36666,3,516,1270 -"191924",65378,37710,3,516,963 -"191925",65381,61541,2,2184,2699 -"191926",65389,2798,3,503,1673 -"191927",65389,5962,3,503,2491 -"191928",65389,6119,2,503,2358 -"191929",65389,10336,3,503,2271 -"191930",65389,11728,3,503,1121 -"191931",65389,12475,2,503,588 -"191932",65389,13920,3,503,1709 -"191933",65389,14520,3,503,634 -"191934",65389,16286,3,503,2470 -"191935",65389,17645,3,503,1918 -"191936",65389,21575,3,503,1762 -"191937",65389,23486,3,503,1831 -"191938",65389,30609,3,503,988 -"191939",65389,38513,3,503,914 -"191940",65389,44074,3,503,1299 -"191941",65389,46726,3,503,943 -"191942",65389,51360,3,503,1882 -"191943",65389,59610,3,503,2448 -"191944",65389,61270,2,503,1364 -"191945",65389,62668,3,503,958 -"191946",65389,79158,3,503,1252 -"191947",65389,79420,1,503,1061 -"191948",65389,104828,3,503,1609 -"191949",65475,1315,3,1267,2760 -"191950",65475,2208,2,1267,2814 -"191951",65475,2972,3,1267,1708 -"191952",65475,3139,3,1267,1656 -"191953",65475,6914,3,1267,2668 -"191954",65475,14108,3,1267,2012 -"191955",65475,16201,3,1267,1811 -"191956",65475,23312,3,1267,2449 -"191957",65475,27427,3,1267,2325 -"191958",65475,31124,3,1267,2351 -"191959",65475,35481,3,1267,2211 -"191960",65475,47064,1,1267,1993 -"191961",65475,48283,3,1267,1290 -"191962",65475,50607,3,1267,1333 -"191963",65475,51243,3,1267,1389 -"191964",65475,53196,3,1267,1888 -"191965",65475,54250,2,1267,2340 -"191966",65475,66318,3,1267,2803 -"191967",65475,87837,2,1267,1987 -"191968",65475,105685,3,1267,2469 -"191969",65478,270,3,220,2542 -"191970",65478,325,3,220,495 -"191971",65478,1124,3,220,1596 -"191972",65478,4730,3,220,2131 -"191973",65478,6718,3,220,2138 -"191974",65478,8006,3,220,479 -"191975",65478,8157,3,220,1063 -"191976",65478,9506,3,220,1012 -"191977",65478,10128,3,220,883 -"191978",65478,10488,2,220,1524 -"191979",65478,17159,3,220,883 -"191980",65478,18394,3,220,2356 -"191981",65478,18808,3,220,2854 -"191982",65478,21352,2,220,1604 -"191983",65478,21620,2,220,1056 -"191984",65478,22905,3,220,2599 -"191985",65478,23725,3,220,2378 -"191986",65478,27112,3,220,500 -"191987",65478,30325,3,220,1067 -"191988",65478,31251,3,220,2498 -"191989",65478,32131,3,220,1035 -"191990",65478,38309,3,220,2644 -"191991",65478,39321,3,220,2257 -"191992",65478,39570,3,220,496 -"191993",65478,41603,3,220,1942 -"191994",65478,46196,3,220,1510 -"191995",65478,48639,3,220,2291 -"191996",65478,50635,3,220,2962 -"191997",65478,52136,3,220,1412 -"191998",65478,53362,3,220,2360 -"191999",65478,55775,2,220,2385 -"192000",65478,56082,3,220,2395 -"192001",65478,60672,3,220,2876 -"192002",65478,67763,2,220,822 -"192003",65478,70724,3,220,496 -"192004",65478,72207,3,220,2430 -"192005",65478,79804,3,220,2227 -"192006",65478,80009,3,220,1640 -"192007",65478,80050,3,220,2698 -"192008",65478,80784,3,220,1738 -"192009",65478,91772,3,220,2233 -"192010",65478,91912,3,220,790 -"192011",65478,93326,3,220,1196 -"192012",65478,97266,2,220,1016 -"192013",65478,98719,2,220,1096 -"192014",65478,102109,3,220,1367 -"192015",65487,12481,3,520,1086 -"192016",65487,13400,3,520,1371 -"192017",65487,26138,3,520,1902 -"192018",65487,31700,3,520,2727 -"192019",65487,37937,3,520,1320 -"192020",65487,41603,3,520,1942 -"192021",65487,53362,3,520,2360 -"192022",65487,55775,3,520,2385 -"192023",65487,60672,3,520,2876 -"192024",65487,70854,3,520,635 -"192025",65487,79772,3,520,1230 -"192026",65487,79793,3,520,1915 -"192027",65515,2272,3,677,1640 -"192028",65515,2443,2,677,2333 -"192029",65515,19358,3,677,880 -"192030",65515,27512,3,677,947 -"192031",65515,30697,3,677,2891 -"192032",65515,32070,3,677,950 -"192033",65515,46568,2,677,822 -"192034",65515,49403,3,677,2427 -"192035",65515,56168,3,677,1466 -"192036",65515,83334,3,677,1708 -"192037",65522,140,3,1572,2267 -"192038",65522,2452,3,1572,1715 -"192039",65522,4660,3,1572,2149 -"192040",65522,11108,3,1572,1609 -"192041",65522,11516,3,1572,1937 -"192042",65522,12388,3,1572,1975 -"192043",65522,13068,3,1572,1778 -"192044",65522,14287,2,1572,1583 -"192045",65522,14353,3,1572,2878 -"192046",65522,14564,3,1572,1581 -"192047",65522,15444,3,1572,2764 -"192048",65522,16501,3,1572,1650 -"192049",65522,16896,3,1572,2223 -"192050",65522,17027,2,1572,2772 -"192051",65522,20067,3,1572,2390 -"192052",65522,22403,2,1572,1630 -"192053",65522,27280,3,1572,1965 -"192054",65522,27391,3,1572,2378 -"192055",65522,27742,3,1572,2700 -"192056",65522,31235,3,1572,2668 -"192057",65522,36487,2,1572,2622 -"192058",65522,38373,3,1572,1928 -"192059",65522,39418,2,1572,1978 -"192060",65522,40646,3,1572,1583 -"192061",65522,41108,3,1572,1624 -"192062",65522,42799,3,1572,2729 -"192063",65522,52261,3,1572,2162 -"192064",65522,57760,3,1572,1721 -"192065",65522,68652,3,1572,2878 -"192066",65522,80156,3,1572,1667 -"192067",65522,92678,3,1572,1769 -"192068",65557,388,3,813,1594 -"192069",65557,1150,2,813,1595 -"192070",65557,1560,3,813,2013 -"192071",65557,4313,3,813,2368 -"192072",65557,5346,3,813,1438 -"192073",65557,7733,3,813,1326 -"192074",65557,10200,2,813,2920 -"192075",65557,10279,3,813,886 -"192076",65557,10622,3,813,1173 -"192077",65557,11429,3,813,2520 -"192078",65557,14654,3,813,1692 -"192079",65557,20056,3,813,1824 -"192080",65557,21976,3,813,1808 -"192081",65557,27255,3,813,1232 -"192082",65557,27363,3,813,1508 -"192083",65557,28203,3,813,2117 -"192084",65557,29275,3,813,949 -"192085",65557,30262,3,813,1715 -"192086",65557,31170,2,813,1776 -"192087",65557,31541,3,813,1500 -"192088",65557,39589,3,813,1292 -"192089",65557,45874,3,813,944 -"192090",65557,49372,3,813,1756 -"192091",65557,57383,3,813,1302 -"192092",65557,57394,3,813,1271 -"192093",65557,62334,3,813,1766 -"192094",65557,73810,3,813,1554 -"192095",65557,78262,3,813,1326 -"192096",65557,80162,3,813,1601 -"192097",65557,80486,2,813,2008 -"192098",65557,108774,2,813,1901 -"192099",65568,6234,3,1699,2654 -"192100",65568,10119,3,1699,2374 -"192101",65568,14838,3,1699,1746 -"192102",65568,15150,3,1699,2801 -"192103",65568,16477,3,1699,2069 -"192104",65568,32079,3,1699,2315 -"192105",65568,33460,3,1699,2781 -"192106",65568,36491,3,1699,1781 -"192107",65568,41521,3,1699,2069 -"192108",65568,49415,3,1699,2654 -"192109",65568,53648,2,1699,2167 -"192110",65568,73629,3,1699,1713 -"192111",65572,22415,3,2750,2841 -"192112",65591,11135,3,928,2441 -"192113",65591,15502,3,928,2637 -"192114",65591,51448,3,928,1593 -"192115",65591,83133,3,928,1055 -"192116",65591,92947,3,928,1289 -"192117",65625,135,1,1273,2233 -"192118",65625,145,3,1273,1998 -"192119",65625,455,2,1273,2827 -"192120",65625,470,2,1273,2285 -"192121",65625,600,1,1273,1702 -"192122",65625,675,3,1273,1686 -"192123",65625,913,2,1273,2144 -"192124",65625,1130,3,1273,1566 -"192125",65625,1136,3,1273,2536 -"192126",65625,1367,3,1273,2176 -"192127",65625,1691,3,1273,1941 -"192128",65625,2325,3,1273,1641 -"192129",65625,2424,3,1273,2582 -"192130",65625,2533,3,1273,2016 -"192131",65625,2954,3,1273,2727 -"192132",65625,3164,3,1273,2693 -"192133",65625,3966,3,1273,2425 -"192134",65625,4084,2,1273,2133 -"192135",65625,4191,2,1273,2130 -"192136",65625,4360,3,1273,1770 -"192137",65625,4618,3,1273,2607 -"192138",65625,5346,3,1273,1438 -"192139",65625,5451,3,1273,1299 -"192140",65625,6030,3,1273,2953 -"192141",65625,6390,3,1273,2385 -"192142",65625,6428,3,1273,1952 -"192143",65625,6491,3,1273,2424 -"192144",65625,7245,2,1273,2089 -"192145",65625,7515,3,1273,2737 -"192146",65625,7847,2,1273,2424 -"192147",65625,7861,3,1273,1647 -"192148",65625,8533,3,1273,2251 -"192149",65625,8888,3,1273,1328 -"192150",65625,10373,3,1273,2436 -"192151",65625,10433,2,1273,2075 -"192152",65625,11516,3,1273,1937 -"192153",65625,11966,3,1273,2385 -"192154",65625,12096,3,1273,1330 -"192155",65625,12602,3,1273,1956 -"192156",65625,12863,3,1273,2027 -"192157",65625,13161,3,1273,2417 -"192158",65625,13248,3,1273,1385 -"192159",65625,13837,3,1273,1604 -"192160",65625,14080,3,1273,1351 -"192161",65625,14731,3,1273,2012 -"192162",65625,14972,3,1273,2332 -"192163",65625,15005,3,1273,1415 -"192164",65625,15207,3,1273,1855 -"192165",65625,15301,3,1273,2308 -"192166",65625,15607,3,1273,1421 -"192167",65625,15713,3,1273,1646 -"192168",65625,16201,3,1273,1811 -"192169",65625,16625,3,1273,1285 -"192170",65625,17357,3,1273,1536 -"192171",65625,17381,3,1273,1697 -"192172",65625,17413,3,1273,2230 -"192173",65625,17698,2,1273,1559 -"192174",65625,18108,3,1273,1656 -"192175",65625,18415,3,1273,2184 -"192176",65625,18735,3,1273,1581 -"192177",65625,19072,3,1273,2358 -"192178",65625,19248,3,1273,2357 -"192179",65625,19719,3,1273,2177 -"192180",65625,20292,3,1273,2755 -"192181",65625,20369,3,1273,1356 -"192182",65625,20407,3,1273,2339 -"192183",65625,20563,3,1273,2267 -"192184",65625,21571,3,1273,2755 -"192185",65625,22566,2,1273,2308 -"192186",65625,22885,3,1273,1702 -"192187",65625,23132,3,1273,2756 -"192188",65625,23509,3,1273,2275 -"192189",65625,23705,2,1273,2699 -"192190",65625,23918,2,1273,1881 -"192191",65625,24448,3,1273,2289 -"192192",65625,24568,2,1273,1937 -"192193",65625,25129,3,1273,2647 -"192194",65625,25289,2,1273,1790 -"192195",65625,25341,2,1273,1858 -"192196",65625,25577,3,1273,1946 -"192197",65625,25643,3,1273,1646 -"192198",65625,26570,3,1273,1669 -"192199",65625,27275,3,1273,2656 -"192200",65625,27377,3,1273,1724 -"192201",65625,27390,3,1273,2425 -"192202",65625,27628,3,1273,2389 -"192203",65625,27837,2,1273,1315 -"192204",65625,28050,3,1273,1955 -"192205",65625,28101,3,1273,1949 -"192206",65625,28115,3,1273,1835 -"192207",65625,28168,3,1273,2702 -"192208",65625,28991,3,1273,1688 -"192209",65625,29170,1,1273,1846 -"192210",65625,29308,3,1273,2094 -"192211",65625,29930,3,1273,2240 -"192212",65625,30052,3,1273,2855 -"192213",65625,31050,1,1273,1491 -"192214",65625,31235,3,1273,2668 -"192215",65625,32988,3,1273,2008 -"192216",65625,33622,2,1273,2230 -"192217",65625,33672,3,1273,2396 -"192218",65625,34160,2,1273,1759 -"192219",65625,34480,3,1273,2755 -"192220",65625,34509,3,1273,1973 -"192221",65625,35302,2,1273,1589 -"192222",65625,35518,3,1273,1721 -"192223",65625,36450,3,1273,1591 -"192224",65625,36651,3,1273,1600 -"192225",65625,37509,3,1273,1640 -"192226",65625,38019,3,1273,1870 -"192227",65625,38213,3,1273,1744 -"192228",65625,38727,3,1273,2238 -"192229",65625,40293,3,1273,1671 -"192230",65625,40369,3,1273,2735 -"192231",65625,41739,1,1273,1339 -"192232",65625,42505,3,1273,2008 -"192233",65625,42935,3,1273,2400 -"192234",65625,43173,3,1273,2895 -"192235",65625,43226,3,1273,2442 -"192236",65625,43566,3,1273,2730 -"192237",65625,45633,2,1273,2134 -"192238",65625,46621,3,1273,1343 -"192239",65625,47248,3,1273,2883 -"192240",65625,48414,3,1273,1749 -"192241",65625,49144,2,1273,1542 -"192242",65625,49620,3,1273,1868 -"192243",65625,50041,3,1273,1565 -"192244",65625,50685,2,1273,2008 -"192245",65625,51017,3,1273,2073 -"192246",65625,51410,3,1273,2739 -"192247",65625,51471,3,1273,1280 -"192248",65625,52576,3,1273,2234 -"192249",65625,52950,3,1273,2716 -"192250",65625,53196,1,1273,1888 -"192251",65625,54158,2,1273,1756 -"192252",65625,54250,3,1273,2340 -"192253",65625,55139,2,1273,2323 -"192254",65625,55156,3,1273,2196 -"192255",65625,56317,3,1273,2030 -"192256",65625,58035,3,1273,1646 -"192257",65625,58284,3,1273,2292 -"192258",65625,61982,3,1273,2725 -"192259",65625,62841,3,1273,2710 -"192260",65625,63409,2,1273,1937 -"192261",65625,64181,1,1273,1828 -"192262",65625,64997,2,1273,2791 -"192263",65625,65691,3,1273,2134 -"192264",65625,66413,1,1273,2507 -"192265",65625,67383,3,1273,1739 -"192266",65625,72207,3,1273,2430 -"192267",65625,73305,3,1273,2544 -"192268",65625,74636,3,1273,2525 -"192269",65625,78563,3,1273,2385 -"192270",65625,81781,3,1273,1431 -"192271",65625,88232,3,1273,2881 -"192272",65625,88808,3,1273,1462 -"192273",65625,88966,3,1273,1568 -"192274",65625,94500,3,1273,1529 -"192275",65625,105063,1,1273,1908 -"192276",65658,12228,3,2030,2034 -"192277",65658,14623,3,2030,2043 -"192278",65658,32939,3,2030,2277 -"192279",65659,24612,3,1653,1875 -"192280",65659,51089,3,1653,2426 -"192281",65659,92513,3,1653,2282 -"192282",65677,5315,3,457,2631 -"192283",65677,10358,3,457,2294 -"192284",65677,11546,3,457,1174 -"192285",65677,13109,3,457,1374 -"192286",65677,14032,3,457,2144 -"192287",65677,18735,3,457,1581 -"192288",65677,19892,2,457,1212 -"192289",65677,22374,3,457,1226 -"192290",65677,29456,3,457,1182 -"192291",65677,31003,3,457,1859 -"192292",65677,32988,3,457,2008 -"192293",65677,34648,3,457,1596 -"192294",65677,36007,3,457,2089 -"192295",65677,40893,3,457,1116 -"192296",65677,42505,3,457,2008 -"192297",65677,45903,2,457,2237 -"192298",65677,46283,3,457,1184 -"192299",65677,48127,3,457,2677 -"192300",65677,55139,3,457,2323 -"192301",65677,64502,3,457,1670 -"192302",65677,67102,2,457,935 -"192303",65677,77001,3,457,1440 -"192304",65677,81095,3,457,1609 -"192305",65677,83526,3,457,1235 -"192306",65677,83993,3,457,1009 -"192307",65677,91279,3,457,966 -"192308",65677,97160,3,457,1215 -"192309",65677,100229,3,457,550 -"192310",65677,100442,3,457,893 -"192311",65679,997,3,1578,2788 -"192312",65679,1386,2,1578,1901 -"192313",65679,3947,3,1578,2067 -"192314",65679,3961,3,1578,2426 -"192315",65679,5120,3,1578,2735 -"192316",65679,5239,2,1578,2875 -"192317",65679,5449,3,1578,1723 -"192318",65679,5491,3,1578,2048 -"192319",65679,5621,3,1578,1860 -"192320",65679,6030,3,1578,2953 -"192321",65679,6417,3,1578,1675 -"192322",65679,9030,3,1578,1979 -"192323",65679,9202,3,1578,2477 -"192324",65679,9331,3,1578,2269 -"192325",65679,9423,3,1578,1708 -"192326",65679,10716,3,1578,1692 -"192327",65679,11456,3,1578,2715 -"192328",65679,12692,3,1578,1855 -"192329",65679,13732,2,1578,2789 -"192330",65679,13780,1,1578,2412 -"192331",65679,13929,3,1578,2693 -"192332",65679,14709,3,1578,1901 -"192333",65679,15401,3,1578,1999 -"192334",65679,15700,3,1578,1712 -"192335",65679,17351,3,1578,2036 -"192336",65679,17549,2,1578,2647 -"192337",65679,17632,2,1578,1947 -"192338",65679,18151,3,1578,2962 -"192339",65679,21225,3,1578,1945 -"192340",65679,21693,3,1578,2176 -"192341",65679,21754,3,1578,1881 -"192342",65679,21795,3,1578,2653 -"192343",65679,22326,3,1578,2818 -"192344",65679,22362,3,1578,1836 -"192345",65679,23508,3,1578,1907 -"192346",65679,24146,1,1578,2003 -"192347",65679,26865,2,1578,2726 -"192348",65679,27860,3,1578,1588 -"192349",65679,28233,3,1578,1608 -"192350",65679,28784,3,1578,1579 -"192351",65679,28923,3,1578,2362 -"192352",65679,29004,2,1578,2596 -"192353",65679,29314,3,1578,2736 -"192354",65679,29930,3,1578,2240 -"192355",65679,30081,1,1578,2403 -"192356",65679,30334,3,1578,2075 -"192357",65679,30747,2,1578,2455 -"192358",65679,31117,3,1578,2210 -"192359",65679,32761,3,1578,2680 -"192360",65679,32988,3,1578,2008 -"192361",65679,34327,3,1578,2959 -"192362",65679,36559,3,1578,2473 -"192363",65679,36962,2,1578,2861 -"192364",65679,37333,2,1578,1612 -"192365",65679,37636,3,1578,2178 -"192366",65679,38219,3,1578,1689 -"192367",65679,38227,3,1578,2511 -"192368",65679,40392,3,1578,1878 -"192369",65679,40645,3,1578,1899 -"192370",65679,41278,3,1578,1873 -"192371",65679,41900,3,1578,1970 -"192372",65679,41945,3,1578,2856 -"192373",65679,42196,3,1578,2765 -"192374",65679,44688,3,1578,2924 -"192375",65679,46040,3,1578,2105 -"192376",65679,48571,3,1578,2717 -"192377",65679,51783,3,1578,2599 -"192378",65679,53219,2,1578,2973 -"192379",65679,56082,3,1578,2395 -"192380",65679,57529,3,1578,2462 -"192381",65679,65155,3,1578,1947 -"192382",65679,71369,3,1578,2838 -"192383",65679,77815,2,1578,2358 -"192384",65679,95011,3,1578,1986 -"192385",65691,135,3,2134,2233 -"192386",65691,455,3,2134,2827 -"192387",65691,1367,2,2134,2176 -"192388",65691,4669,3,2134,2395 -"192389",65691,8533,3,2134,2251 -"192390",65691,13929,3,2134,2693 -"192391",65691,16497,3,2134,2370 -"192392",65691,18202,3,2134,2475 -"192393",65691,18415,2,2134,2184 -"192394",65691,20563,3,2134,2267 -"192395",65691,26436,3,2134,2489 -"192396",65691,27753,3,2134,2750 -"192397",65691,29073,3,2134,2328 -"192398",65691,33572,2,2134,2370 -"192399",65691,38667,3,2134,2880 -"192400",65691,49965,3,2134,2301 -"192401",65691,51410,3,2134,2739 -"192402",65691,87303,3,2134,2835 -"192403",65696,140,3,998,2267 -"192404",65696,2120,3,998,1133 -"192405",65696,4916,3,998,1970 -"192406",65696,10129,3,998,2124 -"192407",65696,10223,3,998,1033 -"192408",65696,17819,3,998,2291 -"192409",65696,35428,3,998,2263 -"192410",65696,39411,3,998,2384 -"192411",65696,39443,3,998,2277 -"192412",65696,46486,3,998,1868 -"192413",65696,51360,3,998,1882 -"192414",65696,59726,3,998,1513 -"192415",65696,79420,3,998,1061 -"192416",65700,24,3,200,1295 -"192417",65700,160,3,200,2007 -"192418",65700,1124,3,200,1596 -"192419",65700,1323,3,200,1659 -"192420",65700,1355,3,200,2473 -"192421",65700,1641,3,200,1490 -"192422",65700,1875,3,200,1786 -"192423",65700,2077,3,200,610 -"192424",65700,2111,3,200,1904 -"192425",65700,2181,3,200,2030 -"192426",65700,2894,3,200,1291 -"192427",65700,2982,3,200,1233 -"192428",65700,3409,3,200,2167 -"192429",65700,3954,3,200,839 -"192430",65700,4317,3,200,1224 -"192431",65700,4671,3,200,2280 -"192432",65700,5226,3,200,1309 -"192433",65700,5315,3,200,2631 -"192434",65700,5346,3,200,1438 -"192435",65700,5392,3,200,1648 -"192436",65700,5615,3,200,1105 -"192437",65700,5865,2,200,1910 -"192438",65700,6192,3,200,2409 -"192439",65700,6449,3,200,1997 -"192440",65700,6588,3,200,2025 -"192441",65700,6821,3,200,1788 -"192442",65700,7185,2,200,1046 -"192443",65700,7406,2,200,1906 -"192444",65700,7555,3,200,1943 -"192445",65700,7616,1,200,2296 -"192446",65700,8238,3,200,2222 -"192447",65700,8726,3,200,2083 -"192448",65700,9175,3,200,2639 -"192449",65700,9331,3,200,2269 -"192450",65700,9362,3,200,2879 -"192451",65700,9871,1,200,921 -"192452",65700,10744,3,200,955 -"192453",65700,10851,3,200,2423 -"192454",65700,11612,3,200,281 -"192455",65700,11625,3,200,2022 -"192456",65700,11770,3,200,1653 -"192457",65700,11912,3,200,889 -"192458",65700,12122,2,200,1385 -"192459",65700,12388,3,200,1975 -"192460",65700,12473,3,200,801 -"192461",65700,12632,3,200,1174 -"192462",65700,12692,3,200,1855 -"192463",65700,12712,1,200,815 -"192464",65700,13249,3,200,2573 -"192465",65700,13324,2,200,2163 -"192466",65700,15122,2,200,1201 -"192467",65700,15207,2,200,1855 -"192468",65700,15632,2,200,1242 -"192469",65700,15729,3,200,2338 -"192470",65700,16193,3,200,756 -"192471",65700,16539,2,200,1947 -"192472",65700,18364,3,200,535 -"192473",65700,18550,3,200,483 -"192474",65700,18670,3,200,1835 -"192475",65700,19096,3,200,1538 -"192476",65700,19208,3,200,2629 -"192477",65700,19605,3,200,2395 -"192478",65700,19621,3,200,725 -"192479",65700,19744,3,200,2623 -"192480",65700,19937,3,200,1587 -"192481",65700,20419,3,200,1587 -"192482",65700,22292,3,200,1910 -"192483",65700,22543,3,200,1594 -"192484",65700,22808,2,200,2297 -"192485",65700,23460,2,200,2183 -"192486",65700,23825,3,200,1913 -"192487",65700,24256,3,200,2393 -"192488",65700,24299,2,200,231 -"192489",65700,24512,3,200,1369 -"192490",65700,24753,3,200,2860 -"192491",65700,24793,3,200,1993 -"192492",65700,25030,3,200,2017 -"192493",65700,25033,3,200,929 -"192494",65700,25490,2,200,639 -"192495",65700,26083,3,200,2038 -"192496",65700,26796,3,200,2384 -"192497",65700,27323,3,200,943 -"192498",65700,27480,1,200,582 -"192499",65700,29454,3,200,2719 -"192500",65700,29512,3,200,1594 -"192501",65700,30329,3,200,848 -"192502",65700,31890,3,200,1487 -"192503",65700,31901,3,200,1251 -"192504",65700,32131,3,200,1035 -"192505",65700,32173,3,200,2341 -"192506",65700,32419,3,200,1909 -"192507",65700,33230,3,200,539 -"192508",65700,33655,3,200,773 -"192509",65700,33846,3,200,801 -"192510",65700,35286,3,200,395 -"192511",65700,35772,3,200,1440 -"192512",65700,36784,1,200,576 -"192513",65700,36837,3,200,1556 -"192514",65700,37108,3,200,1202 -"192515",65700,39009,3,200,1594 -"192516",65700,39464,3,200,2314 -"192517",65700,40028,3,200,1349 -"192518",65700,40113,3,200,451 -"192519",65700,40129,3,200,2162 -"192520",65700,41518,3,200,1641 -"192521",65700,41664,2,200,2641 -"192522",65700,41843,3,200,571 -"192523",65700,42129,3,200,2318 -"192524",65700,42515,2,200,2752 -"192525",65700,42783,3,200,2338 -"192526",65700,42837,3,200,1096 -"192527",65700,44089,3,200,1632 -"192528",65700,44135,3,200,2620 -"192529",65700,45239,3,200,2535 -"192530",65700,45545,3,200,1776 -"192531",65700,46629,3,200,2255 -"192532",65700,46635,3,200,2528 -"192533",65700,47049,2,200,253 -"192534",65700,47386,2,200,2226 -"192535",65700,47564,2,200,2650 -"192536",65700,48384,3,200,2057 -"192537",65700,48571,3,200,2717 -"192538",65700,48607,3,200,470 -"192539",65700,49334,3,200,2433 -"192540",65700,50254,3,200,1151 -"192541",65700,50977,3,200,2352 -"192542",65700,52597,3,200,1773 -"192543",65700,55076,1,200,2408 -"192544",65700,56854,3,200,2022 -"192545",65700,56903,3,200,1584 -"192546",65700,63477,3,200,1907 -"192547",65700,64232,3,200,1275 -"192548",65700,64803,3,200,841 -"192549",65700,65242,3,200,1988 -"192550",65700,65434,2,200,2866 -"192551",65700,66756,3,200,1301 -"192552",65700,67748,3,200,1498 -"192553",65700,67788,3,200,837 -"192554",65700,69250,2,200,1439 -"192555",65700,69712,3,200,1219 -"192556",65700,71560,3,200,280 -"192557",65700,74318,3,200,632 -"192558",65700,74818,3,200,1440 -"192559",65700,76607,3,200,747 -"192560",65700,76646,2,200,1263 -"192561",65700,77167,3,200,836 -"192562",65700,77611,2,200,1795 -"192563",65700,78270,3,200,1171 -"192564",65700,81463,3,200,955 -"192565",65700,82187,2,200,1055 -"192566",65700,82893,2,200,1275 -"192567",65700,85356,2,200,1492 -"192568",65700,89701,2,200,563 -"192569",65700,92322,3,200,2393 -"192570",65700,94520,3,200,1243 -"192571",65700,96132,3,200,1489 -"192572",65700,96553,3,200,1887 -"192573",65700,96611,3,200,765 -"192574",65700,97275,3,200,731 -"192575",65700,100241,3,200,777 -"192576",65700,100799,3,200,311 -"192577",65700,108827,3,200,291 -"192578",65700,109663,3,200,545 -"192579",65703,11966,3,1689,2385 -"192580",65703,15905,3,1689,2064 -"192581",65703,32567,2,1689,2784 -"192582",65703,34899,2,1689,2565 -"192583",65703,40913,3,1689,1800 -"192584",65703,51052,3,1689,2784 -"192585",65815,28081,3,1618,1927 -"192586",65815,68789,3,1618,1929 -"192587",65815,71531,2,1618,2887 -"192588",65856,3564,3,2504,2717 -"192589",65856,11136,3,2504,2573 -"192590",65856,27908,3,2504,2576 -"192591",65856,35715,2,2504,2912 -"192592",65857,58711,3,2628,2746 -"192593",65857,67150,3,2628,2633 -"192594",65884,613,3,798,2687 -"192595",65884,675,3,798,1686 -"192596",65884,1136,3,798,2536 -"192597",65884,1154,3,798,1656 -"192598",65884,1777,3,798,1965 -"192599",65884,2036,3,798,2483 -"192600",65884,2429,3,798,999 -"192601",65884,2684,3,798,2874 -"192602",65884,2819,3,798,1743 -"192603",65884,3167,3,798,1676 -"192604",65884,3628,3,798,2707 -"192605",65884,3830,3,798,1661 -"192606",65884,4057,3,798,2389 -"192607",65884,4226,2,798,1903 -"192608",65884,4790,3,798,1025 -"192609",65884,4791,3,798,1184 -"192610",65884,5462,3,798,2374 -"192611",65884,5504,3,798,2389 -"192612",65884,5725,3,798,2789 -"192613",65884,6428,3,798,1952 -"192614",65884,6491,2,798,2424 -"192615",65884,7241,2,798,2259 -"192616",65884,9751,3,798,1397 -"192617",65884,10646,3,798,1555 -"192618",65884,11620,3,798,2010 -"192619",65884,12374,2,798,2260 -"192620",65884,13043,3,798,1295 -"192621",65884,15118,2,798,1311 -"192622",65884,15539,3,798,1929 -"192623",65884,16164,3,798,1184 -"192624",65884,17230,3,798,1965 -"192625",65884,17549,3,798,2647 -"192626",65884,17632,3,798,1947 -"192627",65884,17645,3,798,1918 -"192628",65884,18707,3,798,1143 -"192629",65884,19606,3,798,2783 -"192630",65884,20311,2,798,1981 -"192631",65884,21104,3,798,2327 -"192632",65884,21122,2,798,1701 -"192633",65884,21945,3,798,2781 -"192634",65884,22006,2,798,1202 -"192635",65884,22749,3,798,1727 -"192636",65884,23509,3,798,2275 -"192637",65884,23534,3,798,1659 -"192638",65884,24005,2,798,1188 -"192639",65884,24789,3,798,829 -"192640",65884,25132,3,798,1188 -"192641",65884,26322,3,798,1018 -"192642",65884,26451,1,798,2133 -"192643",65884,26570,3,798,1669 -"192644",65884,27628,3,798,2389 -"192645",65884,27792,2,798,1308 -"192646",65884,27849,3,798,1316 -"192647",65884,28285,3,798,2972 -"192648",65884,29073,3,798,2328 -"192649",65884,29170,3,798,1846 -"192650",65884,29314,2,798,2736 -"192651",65884,30943,3,798,2287 -"192652",65884,31691,3,798,1657 -"192653",65884,32811,2,798,804 -"192654",65884,33430,3,798,2225 -"192655",65884,33622,3,798,2230 -"192656",65884,33801,3,798,2899 -"192657",65884,34136,3,798,2202 -"192658",65884,34160,3,798,1759 -"192659",65884,37893,3,798,875 -"192660",65884,39444,3,798,2695 -"192661",65884,39865,2,798,849 -"192662",65884,40072,3,798,1182 -"192663",65884,40369,3,798,2735 -"192664",65884,41174,3,798,850 -"192665",65884,41278,3,798,1873 -"192666",65884,43051,3,798,904 -"192667",65884,43518,3,798,2680 -"192668",65884,46726,3,798,943 -"192669",65884,47803,3,798,2477 -"192670",65884,48260,2,798,875 -"192671",65884,48698,1,798,1474 -"192672",65884,50118,3,798,2654 -"192673",65884,51810,3,798,1401 -"192674",65884,54020,3,798,1578 -"192675",65884,55468,3,798,2511 -"192676",65884,57544,3,798,2443 -"192677",65884,57950,2,798,1529 -"192678",65884,58133,2,798,1484 -"192679",65884,59939,3,798,936 -"192680",65884,62668,3,798,958 -"192681",65884,62957,3,798,1170 -"192682",65884,64031,3,798,1295 -"192683",65884,64181,3,798,1828 -"192684",65884,64997,2,798,2791 -"192685",65884,65679,3,798,1578 -"192686",65884,69498,3,798,931 -"192687",65884,70046,3,798,2624 -"192688",65884,70203,3,798,2756 -"192689",65884,72597,3,798,1843 -"192690",65884,75948,2,798,1006 -"192691",65884,77815,3,798,2358 -"192692",65884,78256,3,798,804 -"192693",65884,79612,3,798,927 -"192694",65884,82426,3,798,1576 -"192695",65884,82696,3,798,1305 -"192696",65884,82787,3,798,1144 -"192697",65884,86664,3,798,1146 -"192698",65884,89965,3,798,810 -"192699",65884,90573,3,798,878 -"192700",65884,92124,3,798,1532 -"192701",65884,94650,3,798,896 -"192702",65884,97915,3,798,1802 -"192703",65884,99020,3,798,1383 -"192704",65884,103255,2,798,1256 -"192705",65884,104217,3,798,956 -"192706",65884,108379,3,798,2933 -"192707",65884,108867,2,798,2328 -"192708",65884,119444,3,798,888 -"192709",65915,3666,3,508,2520 -"192710",65915,19605,3,508,2395 -"192711",65915,25289,3,508,1790 -"192712",65915,43226,3,508,2442 -"192713",65915,44868,2,508,2149 -"192714",65915,52327,3,508,1472 -"192715",65915,57990,3,508,978 -"192716",65915,61587,1,508,2539 -"192717",65915,71274,3,508,2390 -"192718",65915,99953,3,508,581 -"192719",65973,180,2,119,1593 -"192720",65973,6982,3,119,2034 -"192721",65973,9311,3,119,2477 -"192722",65973,10843,3,119,2277 -"192723",65973,14103,3,119,2204 -"192724",65973,15626,3,119,2434 -"192725",65973,21448,3,119,2332 -"192726",65973,22140,3,119,942 -"192727",65973,22311,3,119,2034 -"192728",65973,30308,2,119,237 -"192729",65973,33433,3,119,2805 -"192730",65973,42925,3,119,1358 -"192731",65973,46233,3,119,1475 -"192732",65973,59113,3,119,2434 -"192733",66014,822,3,880,1475 -"192734",66014,5852,3,880,1862 -"192735",66014,11135,3,880,2441 -"192736",66014,11319,3,880,2073 -"192737",66014,12031,3,880,1957 -"192738",66014,14623,3,880,2043 -"192739",66014,14654,3,880,1692 -"192740",66014,15502,3,880,2637 -"192741",66014,18827,3,880,1481 -"192742",66014,19057,1,880,2664 -"192743",66014,21575,3,880,1762 -"192744",66014,22249,1,880,1892 -"192745",66014,26847,3,880,1902 -"192746",66014,27826,3,880,2824 -"192747",66014,32060,1,880,1199 -"192748",66014,32235,1,880,2109 -"192749",66014,32312,1,880,1472 -"192750",66014,34055,2,880,1881 -"192751",66014,35688,1,880,1551 -"192752",66014,44464,3,880,1619 -"192753",66014,47559,3,880,1826 -"192754",66014,51448,3,880,1593 -"192755",66014,52686,3,880,916 -"192756",66014,55436,3,880,2513 -"192757",66014,64174,3,880,2377 -"192758",66014,76230,3,880,1223 -"192759",66014,79404,3,880,1079 -"192760",66014,81134,3,880,1384 -"192761",66014,82226,3,880,1619 -"192762",66014,87362,3,880,2902 -"192763",66014,88171,3,880,1488 -"192764",66017,1222,3,1545,2598 -"192765",66017,1393,2,1545,1706 -"192766",66017,2443,3,1545,2333 -"192767",66017,2802,3,1545,1836 -"192768",66017,3506,3,1545,2364 -"192769",66017,5414,3,1545,2321 -"192770",66017,5813,3,1545,2088 -"192771",66017,6262,3,1545,2733 -"192772",66017,7123,3,1545,1964 -"192773",66017,9088,3,1545,1881 -"192774",66017,9269,3,1545,1892 -"192775",66017,15047,3,1545,1697 -"192776",66017,16866,3,1545,2718 -"192777",66017,17925,3,1545,2385 -"192778",66017,18466,3,1545,2340 -"192779",66017,19190,3,1545,2677 -"192780",66017,20604,3,1545,1684 -"192781",66017,22389,2,1545,2034 -"192782",66017,31990,3,1545,2264 -"192783",66017,32629,2,1545,1789 -"192784",66017,32724,3,1545,2581 -"192785",66017,37801,3,1545,2578 -"192786",66017,44312,3,1545,2741 -"192787",66017,44744,3,1545,2032 -"192788",66017,45449,2,1545,1610 -"192789",66017,45450,3,1545,1590 -"192790",66017,48931,1,1545,2444 -"192791",66017,53445,3,1545,2028 -"192792",66017,57804,3,1545,2214 -"192793",66017,76997,3,1545,2223 -"192794",66017,79793,3,1545,1915 -"192795",66017,83334,3,1545,1708 -"192796",66017,94339,3,1545,2768 -"192797",66017,96387,3,1545,2159 -"192798",66017,100084,3,1545,1964 -"192799",66024,2540,3,906,1398 -"192800",66024,2747,3,906,2411 -"192801",66024,7254,3,906,1849 -"192802",66024,9703,3,906,1845 -"192803",66024,11648,3,906,2852 -"192804",66024,13879,3,906,2748 -"192805",66024,16502,3,906,1616 -"192806",66024,20155,3,906,1517 -"192807",66024,23246,3,906,1168 -"192808",66024,29267,3,906,1234 -"192809",66024,37351,3,906,978 -"192810",66024,37937,3,906,1320 -"192811",66024,39062,3,906,2020 -"192812",66024,45039,3,906,1663 -"192813",66024,46486,3,906,1868 -"192814",66024,76286,3,906,1642 -"192815",66024,81545,3,906,2077 -"192816",66024,87958,3,906,1234 -"192817",66097,602,3,1222,2632 -"192818",66097,14731,2,1222,2012 -"192819",66097,45545,2,1222,1776 -"192820",66097,58284,3,1222,2292 -"192821",66097,66756,3,1222,1301 -"192822",66097,76396,3,1222,1731 -"192823",66097,85736,3,1222,1601 -"192824",66118,20273,3,121,148 -"192825",66118,20894,3,121,2214 -"192826",66118,23015,3,121,1362 -"192827",66118,28592,3,121,2320 -"192828",66118,32920,2,121,2158 -"192829",66118,33314,3,121,1444 -"192830",66118,40954,2,121,2603 -"192831",66118,41187,3,121,2340 -"192832",66118,43961,2,121,2443 -"192833",66118,44749,2,121,1303 -"192834",66118,47375,3,121,2043 -"192835",66118,56755,3,121,2158 -"192836",66118,57356,2,121,2476 -"192837",66118,59485,3,121,1564 -"192838",66118,65188,3,121,2213 -"192839",66118,66978,3,121,1536 -"192840",66118,80671,3,121,665 -"192841",66118,87011,3,121,1592 -"192842",66118,87269,3,121,847 -"192843",66118,94448,3,121,242 -"192844",66121,140,2,1281,2267 -"192845",66121,2540,3,1281,1398 -"192846",66121,3978,3,1281,2775 -"192847",66121,4303,3,1281,2414 -"192848",66121,4983,3,1281,1909 -"192849",66121,6989,3,1281,2623 -"192850",66121,9703,3,1281,1845 -"192851",66121,11648,3,1281,2852 -"192852",66121,14817,3,1281,2110 -"192853",66121,18005,3,1281,2449 -"192854",66121,27320,3,1281,2378 -"192855",66121,29495,3,1281,1612 -"192856",66121,30865,3,1281,2038 -"192857",66121,31317,3,1281,1362 -"192858",66121,39062,3,1281,2020 -"192859",66121,40572,3,1281,2666 -"192860",66121,45729,3,1281,2606 -"192861",66121,46486,3,1281,1868 -"192862",66121,47595,2,1281,2374 -"192863",66121,47968,3,1281,2829 -"192864",66121,50335,3,1281,1893 -"192865",66121,50585,3,1281,2414 -"192866",66121,53739,3,1281,2704 -"192867",66121,76286,3,1281,1642 -"192868",66121,88067,3,1281,2315 -"192869",66124,2446,2,2174,2606 -"192870",66124,3853,2,2174,2465 -"192871",66124,23139,3,2174,2644 -"192872",66124,25078,3,2174,2312 -"192873",66124,44268,2,2174,2436 -"192874",66124,47812,3,2174,2343 -"192875",66124,49787,3,2174,2352 -"192876",66124,83396,3,2174,2396 -"192877",66151,371,3,549,2950 -"192878",66151,860,3,549,1258 -"192879",66151,1745,3,549,2693 -"192880",66151,6697,3,549,2438 -"192881",66151,10336,3,549,2271 -"192882",66151,12897,3,549,1351 -"192883",66151,13842,2,549,2250 -"192884",66151,22317,3,549,1552 -"192885",66151,23597,3,549,1080 -"192886",66151,26818,3,549,1999 -"192887",66151,27509,2,549,2067 -"192888",66151,33537,3,549,2406 -"192889",66151,37036,3,549,2264 -"192890",66151,40264,2,549,1418 -"192891",66151,43568,3,549,837 -"192892",66151,57082,3,549,1418 -"192893",66151,58238,3,549,1944 -"192894",66151,66693,2,549,2554 -"192895",66151,73172,3,549,2496 -"192896",66151,81805,3,549,1607 -"192897",66151,83523,2,549,1461 -"192898",66183,13109,3,607,1374 -"192899",66183,31003,3,607,1859 -"192900",66183,31676,3,607,1598 -"192901",66183,34648,3,607,1596 -"192902",66183,42256,3,607,2839 -"192903",66183,46283,2,607,1184 -"192904",66183,48602,2,607,1704 -"192905",66183,55185,3,607,922 -"192906",66183,67102,3,607,935 -"192907",66183,77001,3,607,1440 -"192908",66183,83526,3,607,1235 -"192909",66183,91279,3,607,966 -"192910",66183,92784,3,607,1257 -"192911",66183,99279,3,607,611 -"192912",66200,14888,3,405,1411 -"192913",66200,22108,1,405,1915 -"192914",66200,57781,2,405,1971 -"192915",66200,57977,3,405,2683 -"192916",66200,102050,3,405,906 -"192917",66200,106299,2,405,1190 -"192918",66205,53219,3,2898,2973 -"192919",66224,2684,2,2728,2874 -"192920",66224,3305,2,2728,2839 -"192921",66224,24753,3,2728,2860 -"192922",66224,38800,3,2728,2756 -"192923",66241,9272,3,2351,2835 -"192924",66241,14676,3,2351,2764 -"192925",66241,28635,3,2351,2368 -"192926",66241,31700,3,2351,2727 -"192927",66241,41607,3,2351,2802 -"192928",66267,388,2,1278,1594 -"192929",66267,862,3,1278,2254 -"192930",66267,1560,3,1278,2013 -"192931",66267,3100,2,1278,2524 -"192932",66267,3520,2,1278,2281 -"192933",66267,3786,3,1278,2282 -"192934",66267,4180,3,1278,1817 -"192935",66267,5606,3,1278,2875 -"192936",66267,5673,3,1278,1567 -"192937",66267,6071,3,1278,2310 -"192938",66267,7253,3,1278,2686 -"192939",66267,7254,3,1278,1849 -"192940",66267,9050,3,1278,2026 -"192941",66267,11135,3,1278,2441 -"192942",66267,11429,3,1278,2520 -"192943",66267,11858,3,1278,1530 -"192944",66267,15502,3,1278,2637 -"192945",66267,16833,3,1278,1661 -"192946",66267,19509,3,1278,2000 -"192947",66267,20517,3,1278,1465 -"192948",66267,21352,3,1278,1604 -"192949",66267,21593,3,1278,1312 -"192950",66267,21895,2,1278,1693 -"192951",66267,21976,3,1278,1808 -"192952",66267,22357,3,1278,1397 -"192953",66267,24116,3,1278,1413 -"192954",66267,25286,3,1278,1545 -"192955",66267,29276,3,1278,2000 -"192956",66267,31087,3,1278,1757 -"192957",66267,31170,3,1278,1776 -"192958",66267,33363,3,1278,2475 -"192959",66267,34953,3,1278,1817 -"192960",66267,39577,3,1278,1728 -"192961",66267,40392,3,1278,1878 -"192962",66267,41051,3,1278,2767 -"192963",66267,45299,2,1278,2426 -"192964",66267,51448,3,1278,1593 -"192965",66267,52380,3,1278,2686 -"192966",66267,56673,3,1278,2419 -"192967",66267,57067,3,1278,2547 -"192968",66267,61513,2,1278,2948 -"192969",66267,65223,2,1278,2724 -"192970",66267,75502,3,1278,1474 -"192971",66267,77666,3,1278,1372 -"192972",66267,78552,2,1278,2069 -"192973",66267,79025,3,1278,1473 -"192974",66267,92947,3,1278,1289 -"192975",66267,100586,1,1278,2966 -"192976",66267,104659,3,1278,2026 -"192977",66267,114228,3,1278,1544 -"192978",66267,121784,3,1278,2446 -"192979",66277,24,3,1227,1295 -"192980",66277,1875,3,1227,1786 -"192981",66277,4665,3,1227,1569 -"192982",66277,4671,3,1227,2280 -"192983",66277,5226,3,1227,1309 -"192984",66277,11103,3,1227,2393 -"192985",66277,15713,3,1227,1646 -"192986",66277,19096,3,1227,1538 -"192987",66277,21406,2,1227,2714 -"192988",66277,27173,3,1227,2050 -"192989",66277,42574,3,1227,2842 -"192990",66277,48571,3,1227,2717 -"192991",66277,69030,1,1227,1249 -"192992",66277,71552,2,1227,1573 -"192993",66299,10871,3,267,2314 -"192994",66299,19751,3,267,1630 -"192995",66299,20705,3,267,829 -"192996",66299,21424,3,267,1303 -"192997",66299,21681,3,267,2005 -"192998",66299,22586,3,267,1341 -"192999",66299,30317,3,267,2431 -"193000",66299,32939,3,267,2277 -"193001",66299,36651,2,267,1600 -"193002",66299,37065,3,267,276 -"193003",66299,39189,2,267,2319 -"193004",66299,40698,2,267,1408 -"193005",66299,41446,3,267,1103 -"193006",66299,46532,3,267,2005 -"193007",66299,49724,3,267,806 -"193008",66299,72530,3,267,992 -"193009",66299,73394,3,267,1606 -"193010",66299,78037,2,267,1606 -"193011",66299,82730,3,267,1492 -"193012",66299,85444,3,267,944 -"193013",66299,89241,3,267,2319 -"193014",66299,89935,3,267,771 -"193015",66299,98801,3,267,1035 -"193016",66299,104280,2,267,887 -"193017",66302,1520,2,269,1716 -"193018",66302,6063,3,269,2349 -"193019",66302,9481,3,269,1610 -"193020",66302,10387,3,269,871 -"193021",66302,10453,3,269,1656 -"193022",66302,16796,3,269,1892 -"193023",66302,19587,3,269,1684 -"193024",66302,20220,3,269,1656 -"193025",66302,28837,3,269,2286 -"193026",66302,31542,3,269,2459 -"193027",66302,40537,1,269,1284 -"193028",66302,42562,3,269,1195 -"193029",66302,42756,3,269,1384 -"193030",66302,47063,3,269,739 -"193031",66302,61347,2,269,1684 -"193032",66302,69447,3,269,1197 -"193033",66302,72597,3,269,1843 -"193034",66302,84325,2,269,618 -"193035",66302,97242,2,269,686 -"193036",66318,36962,3,2803,2861 -"193037",66320,7787,3,922,2314 -"193038",66320,12511,2,922,1298 -"193039",66320,23364,3,922,2306 -"193040",66320,53640,3,922,1789 -"193041",66320,56316,3,922,1435 -"193042",66320,78477,2,922,1613 -"193043",66341,5568,3,1266,1290 -"193044",66341,31001,3,1266,2119 -"193045",66368,8463,3,2413,2466 -"193046",66368,36478,2,2413,2808 -"193047",66413,455,3,2507,2827 -"193048",66413,1136,3,2507,2536 -"193049",66413,3164,3,2507,2693 -"193050",66413,6030,3,2507,2953 -"193051",66413,7515,3,2507,2737 -"193052",66413,20292,3,2507,2755 -"193053",66413,21571,3,2507,2755 -"193054",66413,23132,3,2507,2756 -"193055",66413,23705,2,2507,2699 -"193056",66413,25129,3,2507,2647 -"193057",66413,27275,3,2507,2656 -"193058",66413,28168,3,2507,2702 -"193059",66413,30052,3,2507,2855 -"193060",66413,31235,3,2507,2668 -"193061",66413,40369,3,2507,2735 -"193062",66413,43173,3,2507,2895 -"193063",66413,43566,3,2507,2730 -"193064",66413,47248,3,2507,2883 -"193065",66413,64997,2,2507,2791 -"193066",66413,73305,3,2507,2544 -"193067",66416,997,3,502,2788 -"193068",66416,2226,3,502,2225 -"193069",66416,3770,3,502,2623 -"193070",66416,7014,3,502,2401 -"193071",66416,10453,3,502,1656 -"193072",66416,11310,3,502,957 -"193073",66416,12586,2,502,613 -"193074",66416,19364,3,502,2846 -"193075",66416,19655,3,502,2706 -"193076",66416,23154,3,502,2345 -"193077",66416,23277,3,502,1267 -"193078",66416,27908,3,502,2576 -"193079",66416,30609,3,502,988 -"193080",66416,38259,2,502,2258 -"193081",66416,46506,3,502,2464 -"193082",66416,49044,1,502,610 -"193083",66416,51879,2,502,1771 -"193084",66416,73553,3,502,2726 -"193085",66416,75444,3,502,2846 -"193086",66416,82403,3,502,1596 -"193087",66416,82932,3,502,2245 -"193088",66416,93930,3,502,1268 -"193089",66416,99351,3,502,2939 -"193090",66416,106449,3,502,862 -"193091",66480,237,3,1234,1982 -"193092",66480,4646,3,1234,2139 -"193093",66480,7014,3,1234,2401 -"193094",66480,18965,3,1234,2315 -"193095",66480,59776,3,1234,2493 -"193096",66480,61337,3,1234,2777 -"193097",66527,2429,3,961,999 -"193098",66527,8822,3,961,2139 -"193099",66527,15978,3,961,981 -"193100",66527,17230,3,961,1965 -"193101",66527,19073,3,961,2748 -"193102",66527,21240,3,961,1162 -"193103",66527,27686,3,961,2844 -"193104",66527,28081,3,961,1927 -"193105",66527,28094,1,961,1423 -"193106",66527,35446,3,961,1203 -"193107",66527,38333,3,961,1365 -"193108",66527,59438,3,961,2400 -"193109",66527,68789,3,961,1929 -"193110",66527,71455,2,961,1702 -"193111",66527,74055,3,961,1544 -"193112",66527,76968,3,961,1303 -"193113",66527,92860,3,961,1643 -"193114",66530,52032,3,2811,2853 -"193115",66609,2959,2,998,1785 -"193116",66609,6234,3,998,2654 -"193117",66609,10980,3,998,1974 -"193118",66609,23802,3,998,1713 -"193119",66609,44727,3,998,1227 -"193120",66609,46650,3,998,1330 -"193121",66609,47968,3,998,2829 -"193122",66609,50899,3,998,2125 -"193123",66609,59627,3,998,1466 -"193124",66609,85778,3,998,1040 -"193125",66609,85869,2,998,1509 -"193126",66609,93459,3,998,1354 -"193127",66609,100860,2,998,2326 -"193128",66618,28179,2,2381,2689 -"193129",66618,85775,1,2381,2781 -"193130",66618,117764,2,2381,2781 -"193131",66622,2407,3,799,1725 -"193132",66622,2563,3,799,1686 -"193133",66622,3477,3,799,2546 -"193134",66622,5716,2,799,1058 -"193135",66622,5984,3,799,1675 -"193136",66622,5986,3,799,1721 -"193137",66622,6063,3,799,2349 -"193138",66622,6417,3,799,1675 -"193139",66622,7181,3,799,1421 -"193140",66622,8513,3,799,875 -"193141",66622,9202,3,799,2477 -"193142",66622,10779,3,799,2881 -"193143",66622,11218,3,799,2292 -"193144",66622,11310,3,799,957 -"193145",66622,11966,3,799,2385 -"193146",66622,12042,3,799,2345 -"193147",66622,12735,3,799,819 -"193148",66622,12779,3,799,936 -"193149",66622,14855,3,799,903 -"193150",66622,15301,3,799,2308 -"193151",66622,16352,2,799,2657 -"193152",66622,16866,3,799,2718 -"193153",66622,17400,3,799,2231 -"193154",66622,18211,3,799,1745 -"193155",66622,18217,3,799,1566 -"193156",66622,18348,3,799,1711 -"193157",66622,18865,3,799,2676 -"193158",66622,19364,3,799,2846 -"193159",66622,21571,3,799,2755 -"193160",66622,22462,3,799,869 -"193161",66622,22709,3,799,2743 -"193162",66622,22723,3,799,2859 -"193163",66622,23159,3,799,1548 -"193164",66622,25443,3,799,1441 -"193165",66622,26080,3,799,2525 -"193166",66622,26366,3,799,1688 -"193167",66622,28002,3,799,914 -"193168",66622,28057,3,799,1067 -"193169",66622,28296,3,799,2944 -"193170",66622,28432,3,799,1954 -"193171",66622,32424,2,799,848 -"193172",66622,32567,3,799,2784 -"193173",66622,33223,3,799,2397 -"193174",66622,34735,2,799,2767 -"193175",66622,34831,3,799,1866 -"193176",66622,37859,3,799,1999 -"193177",66622,39906,3,799,2365 -"193178",66622,40072,3,799,1182 -"193179",66622,40542,3,799,1664 -"193180",66622,41240,3,799,2220 -"193181",66622,42619,3,799,2017 -"193182",66622,50236,3,799,2339 -"193183",66622,52215,3,799,1908 -"193184",66622,53134,3,799,1590 -"193185",66622,54929,3,799,2783 -"193186",66622,55472,3,799,1516 -"193187",66622,57714,3,799,1391 -"193188",66622,58122,2,799,889 -"193189",66622,58854,3,799,1131 -"193190",66622,61337,3,799,2777 -"193191",66622,62488,3,799,1418 -"193192",66622,63395,3,799,2334 -"193193",66622,73553,3,799,2726 -"193194",66622,76666,3,799,1908 -"193195",66622,78842,3,799,904 -"193196",66622,79477,3,799,836 -"193197",66622,80219,3,799,988 -"193198",66622,93332,3,799,982 -"193199",66622,94520,3,799,1243 -"193200",66622,102893,3,799,814 -"193201",66622,106449,3,799,862 -"193202",66677,2190,3,2151,2359 -"193203",66677,6390,3,2151,2385 -"193204",66677,7252,3,2151,2799 -"193205",66677,8568,3,2151,2706 -"193206",66677,9311,3,2151,2477 -"193207",66677,16286,3,2151,2470 -"193208",66677,18965,3,2151,2315 -"193209",66677,33341,3,2151,2338 -"193210",66677,38755,3,2151,2902 -"193211",66677,58521,3,2151,2950 -"193212",66677,58993,3,2151,2390 -"193213",66677,61337,2,2151,2777 -"193214",66693,1745,2,2554,2693 -"193215",66693,19380,3,2554,2637 -"193216",66693,34216,3,2554,2832 -"193217",66693,53219,3,2554,2973 -"193218",66693,111375,3,2554,2686 -"193219",66695,9364,3,1071,1698 -"193220",66695,10474,3,1071,1608 -"193221",66695,23364,2,1071,2306 -"193222",66703,2424,3,2375,2582 -"193223",66703,26749,3,2375,2965 -"193224",66703,61982,3,2375,2725 -"193225",66717,1519,3,2104,2349 -"193226",66717,2226,3,2104,2225 -"193227",66717,2852,3,2104,2448 -"193228",66717,3255,3,2104,2504 -"193229",66717,3493,3,2104,2451 -"193230",66717,4367,3,2104,2794 -"193231",66717,4660,1,2104,2149 -"193232",66717,4669,3,2104,2395 -"193233",66717,5106,3,2104,2622 -"193234",66717,5683,3,2104,2468 -"193235",66717,8062,3,2104,2858 -"193236",66717,9311,3,2104,2477 -"193237",66717,9785,3,2104,2951 -"193238",66717,12361,3,2104,2732 -"193239",66717,13079,3,2104,2547 -"193240",66717,14754,3,2104,2456 -"193241",66717,14761,3,2104,2502 -"193242",66717,14817,3,2104,2110 -"193243",66717,16690,3,2104,2132 -"193244",66717,17033,3,2104,2771 -"193245",66717,19655,3,2104,2706 -"193246",66717,20355,3,2104,2111 -"193247",66717,20941,3,2104,2725 -"193248",66717,21448,3,2104,2332 -"193249",66717,23756,3,2104,2309 -"193250",66717,27686,2,2104,2844 -"193251",66717,30368,3,2104,2487 -"193252",66717,31335,3,2104,2351 -"193253",66717,32202,2,2104,2314 -"193254",66717,35456,3,2104,2358 -"193255",66717,36487,2,2104,2622 -"193256",66717,37059,3,2104,2840 -"193257",66717,38691,3,2104,2585 -"193258",66717,39534,1,2104,2410 -"193259",66717,40572,3,2104,2666 -"193260",66717,41023,3,2104,2408 -"193261",66717,42280,3,2104,2266 -"193262",66717,43673,3,2104,2787 -"193263",66717,46384,3,2104,2285 -"193264",66717,47013,3,2104,2388 -"193265",66717,49347,2,2104,2504 -"193266",66717,51144,3,2104,2466 -"193267",66717,51774,2,2104,2459 -"193268",66717,62626,3,2104,2787 -"193269",66717,63641,1,2104,2337 -"193270",66717,70583,3,2104,2615 -"193271",66717,78423,3,2104,2840 -"193272",66717,92297,3,2104,2952 -"193273",66726,10222,3,2068,2212 -"193274",66726,24198,3,2068,2217 -"193275",66726,35481,3,2068,2211 -"193276",66726,38755,3,2068,2902 -"193277",66726,50784,3,2068,2733 -"193278",66747,16201,3,1273,1811 -"193279",66747,39556,3,1273,2747 -"193280",66747,57732,3,1273,2454 -"193281",66747,99152,1,1273,1698 -"193282",66747,106318,2,1273,1698 -"193283",66752,3777,3,285,1798 -"193284",66756,145,3,1301,1998 -"193285",66756,600,3,1301,1702 -"193286",66756,854,3,1301,2307 -"193287",66756,2443,3,1301,2333 -"193288",66756,2864,3,1301,1543 -"193289",66756,3011,3,1301,2278 -"193290",66756,3819,3,1301,1583 -"193291",66756,3978,3,1301,2775 -"193292",66756,4929,3,1301,2240 -"193293",66756,5392,3,1301,1648 -"193294",66756,5515,3,1301,2385 -"193295",66756,6162,3,1301,1673 -"193296",66756,6222,3,1301,1949 -"193297",66756,6324,3,1301,1990 -"193298",66756,6602,3,1301,1631 -"193299",66756,6821,3,1301,1788 -"193300",66756,7616,3,1301,2296 -"193301",66756,7834,3,1301,1708 -"193302",66756,8238,3,1301,2222 -"193303",66756,8275,3,1301,2237 -"193304",66756,8842,3,1301,2535 -"193305",66756,9311,2,1301,2477 -"193306",66756,9331,3,1301,2269 -"193307",66756,9423,2,1301,1708 -"193308",66756,9723,3,1301,2302 -"193309",66756,9979,3,1301,2238 -"193310",66756,10474,3,1301,1608 -"193311",66756,10843,3,1301,2277 -"193312",66756,12081,2,1301,2166 -"193313",66756,12122,3,1301,1385 -"193314",66756,12388,2,1301,1975 -"193315",66756,12729,3,1301,1835 -"193316",66756,14507,3,1301,2686 -"193317",66756,14731,2,1301,2012 -"193318",66756,14918,3,1301,2071 -"193319",66756,14959,3,1301,2898 -"193320",66756,15008,3,1301,2338 -"193321",66756,15444,3,1301,2764 -"193322",66756,15626,3,1301,2434 -"193323",66756,15729,3,1301,2338 -"193324",66756,16539,3,1301,1947 -"193325",66756,16608,3,1301,1769 -"193326",66756,16684,3,1301,1657 -"193327",66756,16850,2,1301,1657 -"193328",66756,17351,3,1301,2036 -"193329",66756,17549,3,1301,2647 -"193330",66756,17632,3,1301,1947 -"193331",66756,17867,3,1301,1904 -"193332",66756,17938,3,1301,1410 -"193333",66756,18464,3,1301,2312 -"193334",66756,18670,1,1301,1835 -"193335",66756,19208,3,1301,2629 -"193336",66756,19215,3,1301,2604 -"193337",66756,19528,3,1301,2742 -"193338",66756,19605,3,1301,2395 -"193339",66756,20331,3,1301,2365 -"193340",66756,21079,3,1301,1997 -"193341",66756,22580,3,1301,2245 -"193342",66756,22682,2,1301,2035 -"193343",66756,22709,3,1301,2743 -"193344",66756,22857,3,1301,1708 -"193345",66756,23825,3,1301,1913 -"193346",66756,23918,3,1301,1881 -"193347",66756,24169,2,1301,1663 -"193348",66756,24256,2,1301,2393 -"193349",66756,24421,2,1301,1324 -"193350",66756,24825,3,1301,2686 -"193351",66756,26608,3,1301,2329 -"193352",66756,27742,3,1301,2700 -"193353",66756,27796,2,1301,2151 -"193354",66756,27914,3,1301,2507 -"193355",66756,29089,1,1301,1344 -"193356",66756,29289,3,1301,1756 -"193357",66756,29512,1,1301,1594 -"193358",66756,29930,3,1301,2240 -"193359",66756,30697,3,1301,2891 -"193360",66756,30906,3,1301,2537 -"193361",66756,31159,2,1301,2231 -"193362",66756,31295,3,1301,2183 -"193363",66756,31705,2,1301,2706 -"193364",66756,31890,3,1301,1487 -"193365",66756,32047,2,1301,1858 -"193366",66756,33356,3,1301,1586 -"193367",66756,33433,3,1301,2805 -"193368",66756,34707,2,1301,2042 -"193369",66756,34820,2,1301,1630 -"193370",66756,35888,2,1301,2291 -"193371",66756,36578,2,1301,1484 -"193372",66756,37332,3,1301,1891 -"193373",66756,38307,3,1301,2648 -"193374",66756,38921,3,1301,1880 -"193375",66756,39464,3,1301,2314 -"193376",66756,40565,3,1301,2115 -"193377",66756,41664,3,1301,2641 -"193378",66756,41682,3,1301,1988 -"193379",66756,41739,3,1301,1339 -"193380",66756,41900,3,1301,1970 -"193381",66756,41945,3,1301,2856 -"193382",66756,42783,3,1301,2338 -"193383",66756,44403,3,1301,2429 -"193384",66756,44688,3,1301,2924 -"193385",66756,44763,3,1301,1324 -"193386",66756,44773,3,1301,1355 -"193387",66756,45239,3,1301,2535 -"193388",66756,45545,1,1301,1776 -"193389",66756,46680,3,1301,1690 -"193390",66756,48035,3,1301,2180 -"193391",66756,49470,3,1301,1528 -"193392",66756,49560,3,1301,1679 -"193393",66756,50001,3,1301,1518 -"193394",66756,50113,3,1301,2059 -"193395",66756,50480,3,1301,2701 -"193396",66756,52597,3,1301,1773 -"193397",66756,53134,3,1301,1590 -"193398",66756,53830,3,1301,1307 -"193399",66756,53995,3,1301,2151 -"193400",66756,55076,3,1301,2408 -"193401",66756,55580,3,1301,1942 -"193402",66756,56854,3,1301,2022 -"193403",66756,57732,3,1301,2454 -"193404",66756,58284,3,1301,2292 -"193405",66756,59113,3,1301,2434 -"193406",66756,60974,3,1301,2972 -"193407",66756,62903,3,1301,1704 -"193408",66756,63477,3,1301,1907 -"193409",66756,66878,3,1301,1949 -"193410",66756,66971,3,1301,2299 -"193411",66756,69250,3,1301,1439 -"193412",66756,70573,3,1301,1993 -"193413",66756,71948,3,1301,1754 -"193414",66756,74190,3,1301,1428 -"193415",66756,76196,2,1301,1643 -"193416",66756,77155,3,1301,2946 -"193417",66756,77550,3,1301,1548 -"193418",66756,77611,3,1301,1795 -"193419",66756,79413,3,1301,2224 -"193420",66756,83334,3,1301,1708 -"193421",66756,86287,3,1301,1349 -"193422",66799,3430,2,1324,2498 -"193423",66799,24612,2,1324,1875 -"193424",66799,52024,1,1324,2500 -"193425",66799,89181,3,1324,1910 -"193426",66802,1639,3,574,2631 -"193427",66802,2208,3,574,2814 -"193428",66802,4317,2,574,1224 -"193429",66802,11348,2,574,824 -"193430",66802,18825,3,574,1240 -"193431",66802,23825,3,574,1913 -"193432",66802,50275,3,574,2832 -"193433",66802,52154,3,574,1722 -"193434",66802,84907,3,574,1259 -"193435",66802,104289,2,574,834 -"193436",66860,913,3,1548,2144 -"193437",66860,1386,3,1548,1901 -"193438",66860,2322,3,1548,1645 -"193439",66860,2424,3,1548,2582 -"193440",66860,2533,3,1548,2016 -"193441",66860,2572,3,1548,2273 -"193442",66860,2765,3,1548,2321 -"193443",66860,3011,3,1548,2278 -"193444",66860,3305,3,1548,2839 -"193445",66860,4289,3,1548,1921 -"193446",66860,4701,2,1548,2401 -"193447",66860,7861,3,1548,1647 -"193448",66860,11456,3,1548,2715 -"193449",66860,12863,3,1548,2027 -"193450",66860,14709,3,1548,1901 -"193451",66860,15343,3,1548,2125 -"193452",66860,17852,2,1548,2840 -"193453",66860,21122,3,1548,1701 -"193454",66860,21417,3,1548,2422 -"193455",66860,21693,3,1548,2176 -"193456",66860,21795,3,1548,2653 -"193457",66860,22326,3,1548,2818 -"193458",66860,22331,2,1548,2687 -"193459",66860,22362,3,1548,1836 -"193460",66860,22714,2,1548,2793 -"193461",66860,24608,3,1548,1630 -"193462",66860,25305,2,1548,2447 -"193463",66860,26451,3,1548,2133 -"193464",66860,26865,3,1548,2726 -"193465",66860,27275,3,1548,2656 -"193466",66860,27390,2,1548,2425 -"193467",66860,29962,2,1548,2201 -"193468",66860,30052,3,1548,2855 -"193469",66860,33356,3,1548,1586 -"193470",66860,33433,3,1548,2805 -"193471",66860,34327,3,1548,2959 -"193472",66860,38019,3,1548,1870 -"193473",66860,42618,3,1548,2316 -"193474",66860,48414,3,1548,1749 -"193475",66860,50685,3,1548,2008 -"193476",66860,52058,2,1548,1836 -"193477",66860,52576,3,1548,2234 -"193478",66860,54250,3,1548,2340 -"193479",66860,54879,3,1548,2210 -"193480",66860,55438,3,1548,2863 -"193481",66860,55468,3,1548,2511 -"193482",66860,56317,3,1548,2030 -"193483",66860,58218,3,1548,2627 -"193484",66860,58508,3,1548,2326 -"193485",66860,62903,3,1548,1704 -"193486",66860,64181,3,1548,1828 -"193487",66860,68215,3,1548,2727 -"193488",66860,79322,2,1548,2770 -"193489",66860,81588,3,1548,1568 -"193490",66860,82949,3,1548,2077 -"193491",66866,1691,3,511,1941 -"193492",66866,4623,3,511,1176 -"193493",66866,5716,3,511,1058 -"193494",66866,6366,3,511,798 -"193495",66866,6417,3,511,1675 -"193496",66866,7233,3,511,572 -"193497",66866,10875,3,511,1234 -"193498",66866,11218,3,511,2292 -"193499",66866,13248,1,511,1385 -"193500",66866,13801,3,511,2041 -"193501",66866,13837,2,511,1604 -"193502",66866,13929,3,511,2693 -"193503",66866,15135,3,511,1035 -"193504",66866,20643,2,511,2341 -"193505",66866,25976,3,511,659 -"193506",66866,29170,3,511,1846 -"193507",66866,32113,3,511,882 -"193508",66866,38213,3,511,1744 -"193509",66866,39516,3,511,2393 -"193510",66866,40368,3,511,2876 -"193511",66866,46621,3,511,1343 -"193512",66866,47082,3,511,1990 -"193513",66866,49620,3,511,1868 -"193514",66866,51319,3,511,2488 -"193515",66866,53069,3,511,1664 -"193516",66866,53134,3,511,1590 -"193517",66866,54929,3,511,2783 -"193518",66866,59700,2,511,2346 -"193519",66866,74636,3,511,2525 -"193520",66866,75216,2,511,672 -"193521",66866,85716,3,511,1609 -"193522",66866,88232,3,511,2881 -"193523",66866,92322,3,511,2393 -"193524",66866,94101,3,511,997 -"193525",66866,94783,3,511,659 -"193526",66878,1777,3,1949,1965 -"193527",66878,2224,3,1949,2751 -"193528",66878,3495,3,1949,2431 -"193529",66878,5078,3,1949,2033 -"193530",66878,5457,3,1949,2077 -"193531",66878,5462,3,1949,2374 -"193532",66878,5504,3,1949,2389 -"193533",66878,9362,3,1949,2879 -"193534",66878,12388,3,1949,1975 -"193535",66878,20162,3,1949,2328 -"193536",66878,20331,3,1949,2365 -"193537",66878,31705,3,1949,2706 -"193538",66878,63515,3,1949,2023 -"193539",66878,77155,2,1949,2946 -"193540",66911,2221,3,1920,2092 -"193541",66911,2747,3,1920,2411 -"193542",66911,2759,3,1920,2030 -"193543",66911,3271,3,1920,2216 -"193544",66911,3317,3,1920,2037 -"193545",66911,4730,3,1920,2131 -"193546",66911,6824,2,1920,2680 -"193547",66911,7433,3,1920,2255 -"193548",66911,9272,3,1920,2835 -"193549",66911,9861,3,1920,2680 -"193550",66911,10495,3,1920,2230 -"193551",66911,10638,2,1920,2692 -"193552",66911,11506,2,1920,2824 -"193553",66911,15826,3,1920,2772 -"193554",66911,18571,3,1920,2128 -"193555",66911,18943,2,1920,2861 -"193556",66911,20007,2,1920,2971 -"193557",66911,21180,3,1920,2762 -"193558",66911,21463,3,1920,2437 -"193559",66911,27783,3,1920,2302 -"193560",66911,31164,2,1920,1996 -"193561",66911,32449,2,1920,2091 -"193562",66911,34162,3,1920,2336 -"193563",66911,36136,2,1920,2338 -"193564",66911,39105,3,1920,2487 -"193565",66911,41978,3,1920,2824 -"193566",66911,43226,3,1920,2442 -"193567",66911,46951,2,1920,2429 -"193568",66911,48110,3,1920,2009 -"193569",66911,53013,2,1920,2523 -"193570",66911,55604,3,1920,2342 -"193571",66911,56275,2,1920,2152 -"193572",66911,58508,3,1920,2326 -"193573",66911,59039,3,1920,2870 -"193574",66911,69335,3,1920,2698 -"193575",66911,76132,3,1920,2426 -"193576",66943,160,2,327,2007 -"193577",66943,359,3,327,635 -"193578",66943,680,3,327,2569 -"193579",66943,1026,3,327,493 -"193580",66943,1314,3,327,1522 -"193581",66943,1349,3,327,1147 -"193582",66943,1641,2,327,1490 -"193583",66943,1846,3,327,1845 -"193584",66943,2057,2,327,1965 -"193585",66943,2418,3,327,2020 -"193586",66943,2540,3,327,1398 -"193587",66943,2747,3,327,2411 -"193588",66943,2852,3,327,2448 -"193589",66943,3493,3,327,2451 -"193590",66943,6063,3,327,2349 -"193591",66943,7616,3,327,2296 -"193592",66943,8062,3,327,2858 -"193593",66943,9484,2,327,1429 -"193594",66943,9503,3,327,2453 -"193595",66943,9703,3,327,1845 -"193596",66943,9782,3,327,340 -"193597",66943,9787,3,327,2858 -"193598",66943,9871,3,327,921 -"193599",66943,10336,3,327,2271 -"193600",66943,10350,2,327,1163 -"193601",66943,10577,2,327,497 -"193602",66943,10739,2,327,1807 -"193603",66943,10803,3,327,545 -"193604",66943,11588,2,327,2352 -"193605",66943,11648,3,327,2852 -"193606",66943,12078,3,327,2381 -"193607",66943,12249,3,327,1965 -"193608",66943,12473,3,327,801 -"193609",66943,12712,3,327,815 -"193610",66943,12759,3,327,2414 -"193611",66943,12781,3,327,831 -"193612",66943,12813,3,327,958 -"193613",66943,14287,3,327,1583 -"193614",66943,14599,3,327,1118 -"193615",66943,14817,3,327,2110 -"193616",66943,14998,3,327,1553 -"193617",66943,15879,3,327,419 -"193618",66943,15978,3,327,981 -"193619",66943,16286,3,327,2470 -"193620",66943,16501,3,327,1650 -"193621",66943,16539,2,327,1947 -"193622",66943,16595,3,327,2352 -"193623",66943,17133,3,327,924 -"193624",66943,17257,3,327,1117 -"193625",66943,17351,3,327,2036 -"193626",66943,17456,3,327,1300 -"193627",66943,17572,3,327,340 -"193628",66943,18122,3,327,894 -"193629",66943,18421,3,327,2457 -"193630",66943,18672,1,327,1182 -"193631",66943,19208,3,327,2629 -"193632",66943,19587,3,327,1684 -"193633",66943,19610,3,327,1236 -"193634",66943,20220,3,327,1656 -"193635",66943,20512,3,327,2748 -"193636",66943,20662,2,327,1523 -"193637",66943,20688,3,327,891 -"193638",66943,22244,3,327,2139 -"193639",66943,23131,2,327,1732 -"193640",66943,23206,3,327,2805 -"193641",66943,23277,3,327,1267 -"193642",66943,23966,3,327,891 -"193643",66943,24069,3,327,2697 -"193644",66943,24302,3,327,407 -"193645",66943,25373,3,327,2783 -"193646",66943,27255,3,327,1232 -"193647",66943,27390,3,327,2425 -"193648",66943,27742,3,327,2700 -"193649",66943,28116,2,327,1643 -"193650",66943,28837,3,327,2286 -"193651",66943,28869,3,327,2425 -"193652",66943,29997,3,327,1789 -"193653",66943,30525,2,327,1964 -"193654",66943,31335,3,327,2351 -"193655",66943,31866,3,327,2101 -"193656",66943,33341,3,327,2338 -"193657",66943,35589,2,327,983 -"193658",66943,35709,3,327,464 -"193659",66943,36346,3,327,1240 -"193660",66943,36784,3,327,576 -"193661",66943,36837,3,327,1556 -"193662",66943,37351,3,327,978 -"193663",66943,37424,3,327,1693 -"193664",66943,37636,3,327,2178 -"193665",66943,39418,3,327,1978 -"193666",66943,39534,3,327,2410 -"193667",66943,39800,3,327,802 -"193668",66943,40747,3,327,958 -"193669",66943,41694,3,327,2358 -"193670",66943,41723,3,327,2101 -"193671",66943,43961,3,327,2443 -"193672",66943,45729,3,327,2606 -"193673",66943,46299,3,327,1132 -"193674",66943,46501,3,327,845 -"193675",66943,46532,3,327,2005 -"193676",66943,47955,3,327,751 -"193677",66943,49055,3,327,388 -"193678",66943,49347,3,327,2504 -"193679",66943,53810,3,327,842 -"193680",66943,54313,3,327,1645 -"193681",66943,55482,3,327,1866 -"193682",66943,58501,3,327,2613 -"193683",66943,61125,3,327,1673 -"193684",66943,63477,3,327,1907 -"193685",66943,67942,2,327,973 -"193686",66943,68539,3,327,1158 -"193687",66943,70583,3,327,2615 -"193688",66943,76286,3,327,1642 -"193689",66943,77052,3,327,2770 -"193690",66943,77611,3,327,1795 -"193691",66943,78842,3,327,904 -"193692",66943,81164,3,327,2260 -"193693",66943,82023,3,327,992 -"193694",66943,82893,3,327,1275 -"193695",66943,83122,3,327,1503 -"193696",66943,83398,3,327,845 -"193697",66943,87907,2,327,1173 -"193698",66943,91942,3,327,2216 -"193699",66943,99288,3,327,983 -"193700",66943,100241,3,327,777 -"193701",66943,107435,3,327,1635 -"193702",66943,110398,3,327,601 -"193703",66962,13586,2,1372,2966 -"193704",66962,35815,3,1372,2789 -"193705",66971,14676,3,2299,2764 -"193706",66978,900,3,1536,2726 -"193707",66978,5317,3,1536,2063 -"193708",66978,7896,3,1536,2447 -"193709",66978,9552,3,1536,1947 -"193710",66978,12577,3,1536,2530 -"193711",66978,13920,3,1536,1709 -"193712",66978,14586,3,1536,2801 -"193713",66978,16205,3,1536,2630 -"193714",66978,30618,3,1536,1609 -"193715",66978,35980,3,1536,2657 -"193716",66978,37752,3,1536,2223 -"193717",66978,38676,3,1536,2286 -"193718",66978,39443,3,1536,2277 -"193719",66978,39875,2,1536,2422 -"193720",66978,39999,3,1536,1593 -"193721",66978,57180,2,1536,2703 -"193722",66978,57356,3,1536,2476 -"193723",66978,69788,3,1536,2007 -"193724",66978,98058,3,1536,1891 -"193725",66978,111855,3,1536,1909 -"193726",66983,5350,3,2397,2522 -"193727",66983,6074,3,2397,2426 -"193728",66983,14655,3,2397,2559 -"193729",66983,14834,2,2397,2739 -"193730",66983,21138,3,2397,2849 -"193731",66983,21682,3,2397,2414 -"193732",66983,42216,3,2397,2722 -"193733",66983,46950,3,2397,2673 -"193734",66983,47248,3,2397,2883 -"193735",66983,51866,3,2397,2411 -"193736",66983,53323,3,2397,2677 -"193737",66994,3493,3,1865,2451 -"193738",66994,4303,3,1865,2414 -"193739",66994,4983,3,1865,1909 -"193740",66994,6989,3,1865,2623 -"193741",66994,7597,3,1865,2037 -"193742",66994,7785,3,1865,2441 -"193743",66994,8890,3,1865,1955 -"193744",66994,18005,3,1865,2449 -"193745",66994,20200,2,1865,2322 -"193746",66994,26642,3,1865,2952 -"193747",66994,29295,3,1865,2043 -"193748",66994,30669,3,1865,1921 -"193749",66994,31089,3,1865,2952 -"193750",66994,35797,2,1865,2482 -"193751",66994,36953,3,1865,2790 -"193752",66994,41134,2,1865,2952 -"193753",66994,41694,2,1865,2358 -"193754",66994,42486,3,1865,1951 -"193755",66994,43961,3,1865,2443 -"193756",66994,45299,3,1865,2426 -"193757",66994,46486,3,1865,1868 -"193758",66994,47375,3,1865,2043 -"193759",66994,47968,3,1865,2829 -"193760",66994,52471,3,1865,2483 -"193761",66994,55482,1,1865,1866 -"193762",66994,57067,3,1865,2547 -"193763",66994,62712,3,1865,2884 -"193764",66994,68586,1,1865,2322 -"193765",66994,71712,3,1865,2399 -"193766",66994,92297,3,1865,2952 -"193767",67009,733,2,179,1653 -"193768",67009,1469,3,179,1160 -"193769",67009,2063,2,179,1278 -"193770",67009,2743,3,179,1278 -"193771",67009,3242,2,179,1730 -"193772",67009,4191,3,179,2130 -"193773",67009,8621,3,179,1681 -"193774",67009,10404,3,179,2062 -"193775",67009,13837,3,179,1604 -"193776",67009,14189,3,179,1483 -"193777",67009,16164,3,179,1184 -"193778",67009,16313,3,179,1160 -"193779",67009,18277,3,179,2309 -"193780",67009,19516,3,179,2313 -"193781",67009,20319,3,179,468 -"193782",67009,20563,3,179,2267 -"193783",67009,20824,3,179,1366 -"193784",67009,21911,3,179,1184 -"193785",67009,23508,3,179,1907 -"193786",67009,23534,3,179,1659 -"193787",67009,24362,3,179,1287 -"193788",67009,25976,3,179,659 -"193789",67009,26436,3,179,2489 -"193790",67009,26516,3,179,2479 -"193791",67009,26706,2,179,1846 -"193792",67009,27753,3,179,2750 -"193793",67009,28731,3,179,955 -"193794",67009,31243,3,179,1355 -"193795",67009,34000,3,179,203 -"193796",67009,34136,3,179,2202 -"193797",67009,34492,3,179,1798 -"193798",67009,37333,3,179,1612 -"193799",67009,38449,3,179,1802 -"193800",67009,40672,3,179,1315 -"193801",67009,49189,2,179,1550 -"193802",67009,50667,3,179,2719 -"193803",67009,50976,3,179,547 -"193804",67009,51022,3,179,1499 -"193805",67009,51410,2,179,2739 -"193806",67009,51987,3,179,1397 -"193807",67009,52457,3,179,849 -"193808",67009,56171,3,179,1524 -"193809",67009,58035,3,179,1646 -"193810",67009,58133,3,179,1484 -"193811",67009,58221,2,179,1787 -"193812",67009,65572,2,179,2750 -"193813",67009,73728,2,179,784 -"193814",67009,82767,3,179,1641 -"193815",67009,83096,3,179,1061 -"193816",67009,92322,3,179,2393 -"193817",67009,94783,3,179,659 -"193818",67009,94908,3,179,1413 -"193819",67009,99103,1,179,1470 -"193820",67009,100134,3,179,977 -"193821",67009,103420,3,179,433 -"193822",67009,119444,3,179,888 -"193823",67012,40630,3,849,930 -"193824",67012,68539,3,849,1158 -"193825",67012,101435,3,849,1236 -"193826",67062,2057,3,1623,1965 -"193827",67062,12249,3,1623,1965 -"193828",67062,17230,3,1623,1965 -"193829",67062,32202,2,1623,2314 -"193830",67062,46119,3,1623,2084 -"193831",67062,69232,3,1623,2130 -"193832",67067,1691,3,159,1941 -"193833",67067,5018,3,159,640 -"193834",67067,6390,3,159,2385 -"193835",67067,10222,3,159,2212 -"193836",67067,14108,3,159,2012 -"193837",67067,18543,3,159,2968 -"193838",67067,20882,3,159,2460 -"193839",67067,31700,3,159,2727 -"193840",67067,34314,3,159,630 -"193841",67067,37937,3,159,1320 -"193842",67067,41085,2,159,637 -"193843",67067,44427,3,159,2875 -"193844",67067,47585,3,159,794 -"193845",67067,49300,3,159,515 -"193846",67067,50235,3,159,726 -"193847",67067,53252,2,159,637 -"193848",67067,57990,3,159,978 -"193849",67067,61785,3,159,822 -"193850",67067,67607,2,159,528 -"193851",67067,70854,3,159,635 -"193852",67067,89880,3,159,1938 -"193853",67067,92592,2,159,486 -"193854",67067,97824,3,159,1229 -"193855",67067,98893,3,159,204 -"193856",67067,101967,3,159,691 -"193857",67067,105207,3,159,451 -"193858",67067,109506,3,159,458 -"193859",67102,1196,3,935,1986 -"193860",67102,3961,3,935,2426 -"193861",67102,5041,3,935,2371 -"193862",67102,5258,3,935,2730 -"193863",67102,5315,2,935,2631 -"193864",67102,5716,3,935,1058 -"193865",67102,6047,3,935,2004 -"193866",67102,6417,3,935,1675 -"193867",67102,9928,3,935,2345 -"193868",67102,10358,2,935,2294 -"193869",67102,10382,3,935,2111 -"193870",67102,10779,3,935,2881 -"193871",67102,11103,3,935,2393 -"193872",67102,11546,3,935,1174 -"193873",67102,11976,3,935,1727 -"193874",67102,12524,3,935,1287 -"193875",67102,13109,2,935,1374 -"193876",67102,13573,3,935,2774 -"193877",67102,14032,2,935,2144 -"193878",67102,16352,3,935,2657 -"193879",67102,17819,3,935,2291 -"193880",67102,18502,3,935,1033 -"193881",67102,18543,3,935,2968 -"193882",67102,18735,3,935,1581 -"193883",67102,19453,3,935,1928 -"193884",67102,19858,3,935,2357 -"193885",67102,19892,2,935,1212 -"193886",67102,20355,3,935,2111 -"193887",67102,21401,3,935,1440 -"193888",67102,22374,3,935,1226 -"193889",67102,23310,3,935,2371 -"193890",67102,29456,3,935,1182 -"193891",67102,29930,3,935,2240 -"193892",67102,31003,3,935,1859 -"193893",67102,31279,3,935,965 -"193894",67102,31530,3,935,1661 -"193895",67102,32919,3,935,2321 -"193896",67102,32988,3,935,2008 -"193897",67102,33834,3,935,1606 -"193898",67102,34648,2,935,1596 -"193899",67102,34735,3,935,2767 -"193900",67102,35926,3,935,2371 -"193901",67102,36007,3,935,2089 -"193902",67102,36574,3,935,2934 -"193903",67102,37108,3,935,1202 -"193904",67102,38467,3,935,1259 -"193905",67102,40893,2,935,1116 -"193906",67102,41278,3,935,1873 -"193907",67102,41832,3,935,1155 -"193908",67102,41955,3,935,2479 -"193909",67102,42505,3,935,2008 -"193910",67102,44557,3,935,2371 -"193911",67102,44877,3,935,1219 -"193912",67102,45633,3,935,2134 -"193913",67102,45903,1,935,2237 -"193914",67102,46283,2,935,1184 -"193915",67102,48127,3,935,2677 -"193916",67102,48602,2,935,1704 -"193917",67102,50737,3,935,959 -"193918",67102,50977,3,935,2352 -"193919",67102,53779,3,935,2000 -"193920",67102,55139,3,935,2323 -"193921",67102,56903,3,935,1584 -"193922",67102,57714,3,935,1391 -"193923",67102,62488,3,935,1418 -"193924",67102,64502,2,935,1670 -"193925",67102,67957,3,935,2823 -"193926",67102,75403,3,935,1895 -"193927",67102,76564,3,935,996 -"193928",67102,77001,2,935,1440 -"193929",67102,78801,3,935,1572 -"193930",67102,81095,3,935,1609 -"193931",67102,82341,3,935,1515 -"193932",67102,82932,3,935,2245 -"193933",67102,83526,2,935,1235 -"193934",67102,83993,2,935,1009 -"193935",67102,85356,3,935,1492 -"193936",67102,85875,3,935,957 -"193937",67102,91279,2,935,966 -"193938",67102,92297,3,935,2952 -"193939",67102,92381,3,935,1237 -"193940",67102,97160,3,935,1215 -"193941",67102,100140,3,935,1041 -"193942",67102,111165,3,935,1256 -"193943",67129,2166,3,2335,2557 -"193944",67129,13751,3,2335,2557 -"193945",67129,19208,3,2335,2629 -"193946",67129,41770,3,2335,2752 -"193947",67145,2289,3,2015,2389 -"193948",67145,3011,3,2015,2278 -"193949",67145,3765,2,2015,2775 -"193950",67145,4701,3,2015,2401 -"193951",67145,12703,3,2015,2689 -"193952",67145,18752,2,2015,2607 -"193953",67145,24721,3,2015,2326 -"193954",67145,26421,2,2015,2634 -"193955",67145,33433,3,2015,2805 -"193956",67145,35888,3,2015,2291 -"193957",67145,39556,2,2015,2747 -"193958",67145,50667,3,2015,2719 -"193959",67145,54879,2,2015,2210 -"193960",67145,57732,2,2015,2454 -"193961",67145,64699,1,2015,2797 -"193962",67150,21406,2,2633,2714 -"193963",67150,25325,3,2633,2963 -"193964",67150,36609,3,2633,2918 -"193965",67150,42574,1,2633,2842 -"193966",67150,47882,2,2633,2769 -"193967",67150,58711,2,2633,2746 -"193968",67175,1520,3,181,1716 -"193969",67175,2014,3,181,973 -"193970",67175,2357,2,181,492 -"193971",67175,5798,3,181,1779 -"193972",67175,6162,3,181,1673 -"193973",67175,7123,3,181,1964 -"193974",67175,9342,3,181,896 -"193975",67175,18825,3,181,1240 -"193976",67175,18924,2,181,485 -"193977",67175,21872,2,181,2458 -"193978",67175,24721,3,181,2326 -"193979",67175,31211,2,181,433 -"193980",67175,36440,3,181,704 -"193981",67175,38140,3,181,1866 -"193982",67175,40537,2,181,1284 -"193983",67175,41075,3,181,1176 -"193984",67175,46091,3,181,1938 -"193985",67175,50004,3,181,540 -"193986",67175,61347,3,181,1684 -"193987",67175,66302,3,181,269 -"193988",67175,71982,3,181,2812 -"193989",67175,76672,3,181,1930 -"193990",67175,81164,3,181,2260 -"193991",67175,81400,3,181,2679 -"193992",67175,92469,3,181,1232 -"193993",67175,96387,2,181,2159 -"193994",67175,97242,3,181,686 -"193995",67175,102581,2,181,1813 -"193996",67175,109031,3,181,523 -"193997",67175,111658,2,181,351 -"193998",67212,6104,3,1383,2462 -"193999",67212,34464,2,1383,1741 -"194000",67212,57842,2,1383,2482 -"194001",67216,23,3,984,1682 -"194002",67216,675,2,984,1686 -"194003",67216,1046,3,984,1881 -"194004",67216,1127,2,984,1188 -"194005",67216,1130,1,984,1566 -"194006",67216,1136,2,984,2536 -"194007",67216,1469,3,984,1160 -"194008",67216,2325,1,984,1641 -"194009",67216,2765,3,984,2321 -"194010",67216,2894,3,984,1291 -"194011",67216,2954,3,984,2727 -"194012",67216,3242,3,984,1730 -"194013",67216,3966,3,984,2425 -"194014",67216,4191,3,984,2130 -"194015",67216,4567,3,984,2348 -"194016",67216,4618,3,984,2607 -"194017",67216,5041,3,984,2371 -"194018",67216,5491,3,984,2048 -"194019",67216,5725,3,984,2789 -"194020",67216,6222,3,984,1949 -"194021",67216,6740,3,984,2699 -"194022",67216,7861,2,984,1647 -"194023",67216,10130,3,984,2741 -"194024",67216,10857,3,984,2253 -"194025",67216,11208,2,984,1161 -"194026",67216,14959,3,984,2898 -"194027",67216,14983,3,984,1047 -"194028",67216,16164,3,984,1184 -"194029",67216,18615,3,984,1025 -"194030",67216,18825,3,984,1240 -"194031",67216,19516,3,984,2313 -"194032",67216,21138,3,984,2849 -"194033",67216,21795,3,984,2653 -"194034",67216,22277,3,984,2424 -"194035",67216,22714,3,984,2793 -"194036",67216,23825,3,984,1913 -"194037",67216,24964,3,984,2491 -"194038",67216,25129,2,984,2647 -"194039",67216,25341,2,984,1858 -"194040",67216,25643,3,984,1646 -"194041",67216,26282,1,984,1241 -"194042",67216,26322,3,984,1018 -"194043",67216,26766,2,984,1161 -"194044",67216,28434,3,984,1141 -"194045",67216,29050,3,984,1196 -"194046",67216,29095,3,984,2531 -"194047",67216,29115,3,984,1047 -"194048",67216,29243,3,984,2011 -"194049",67216,29917,3,984,1962 -"194050",67216,30883,3,984,1629 -"194051",67216,31799,3,984,2547 -"194052",67216,34480,2,984,2755 -"194053",67216,34492,3,984,1798 -"194054",67216,34509,2,984,1973 -"194055",67216,37238,3,984,2609 -"194056",67216,38921,3,984,1880 -"194057",67216,40293,3,984,1671 -"194058",67216,42474,2,984,2322 -"194059",67216,47248,3,984,2883 -"194060",67216,51017,3,984,2073 -"194061",67216,51052,3,984,2784 -"194062",67216,51410,2,984,2739 -"194063",67216,51471,3,984,1280 -"194064",67216,51987,3,984,1397 -"194065",67216,52835,3,984,995 -"194066",67216,53433,3,984,1187 -"194067",67216,54551,3,984,2348 -"194068",67216,56171,3,984,1524 -"194069",67216,58035,2,984,1646 -"194070",67216,62841,3,984,2710 -"194071",67216,63547,3,984,1023 -"194072",67216,64031,3,984,1295 -"194073",67216,64181,3,984,1828 -"194074",67216,64997,3,984,2791 -"194075",67216,70203,3,984,2756 -"194076",67216,70605,2,984,1176 -"194077",67216,71618,3,984,2960 -"194078",67216,82767,3,984,1641 -"194079",67216,83219,3,984,1492 -"194080",67216,111843,3,984,1963 -"194081",67222,671,3,1332,2328 -"194082",67222,1777,3,1332,1965 -"194083",67222,2166,3,1332,2557 -"194084",67222,2181,3,1332,2030 -"194085",67222,2754,2,1332,1360 -"194086",67222,3830,3,1332,1661 -"194087",67222,5462,3,1332,2374 -"194088",67222,5504,3,1332,2389 -"194089",67222,15539,3,1332,1929 -"194090",67222,15799,3,1332,1917 -"194091",67222,26570,3,1332,1669 -"194092",67222,31799,3,1332,2547 -"194093",67222,44427,3,1332,2875 -"194094",67222,55556,3,1332,2075 -"194095",67222,69257,2,1332,1402 -"194096",67222,72334,3,1332,2820 -"194097",67222,81588,3,1332,1568 -"194098",67222,85430,3,1332,2370 -"194099",67252,1780,3,1215,1375 -"194100",67252,2540,3,1215,1398 -"194101",67252,2576,3,1215,1307 -"194102",67252,2852,3,1215,2448 -"194103",67252,3477,3,1215,2546 -"194104",67252,4361,3,1215,2571 -"194105",67252,4612,2,1215,2804 -"194106",67252,4916,2,1215,1970 -"194107",67252,4983,3,1215,1909 -"194108",67252,5346,3,1215,1438 -"194109",67252,6063,3,1215,2349 -"194110",67252,6359,3,1215,1239 -"194111",67252,7337,3,1215,1797 -"194112",67252,7861,3,1215,1647 -"194113",67252,9504,3,1215,2549 -"194114",67252,9703,3,1215,1845 -"194115",67252,9787,2,1215,2858 -"194116",67252,10129,3,1215,2124 -"194117",67252,10453,3,1215,1656 -"194118",67252,11648,3,1215,2852 -"194119",67252,12653,2,1215,1573 -"194120",67252,14449,3,1215,1258 -"194121",67252,15207,3,1215,1855 -"194122",67252,16501,3,1215,1650 -"194123",67252,18005,3,1215,2449 -"194124",67252,18217,3,1215,1566 -"194125",67252,19334,3,1215,1979 -"194126",67252,20124,2,1215,2376 -"194127",67252,23277,3,1215,1267 -"194128",67252,25163,2,1215,1751 -"194129",67252,27742,3,1215,2700 -"194130",67252,27897,3,1215,1968 -"194131",67252,27914,3,1215,2507 -"194132",67252,28592,3,1215,2320 -"194133",67252,29116,3,1215,2128 -"194134",67252,29286,2,1215,1612 -"194135",67252,29473,2,1215,2602 -"194136",67252,29818,3,1215,1677 -"194137",67252,30525,3,1215,1964 -"194138",67252,31216,3,1215,1244 -"194139",67252,31868,3,1215,1993 -"194140",67252,33223,3,1215,2397 -"194141",67252,40035,3,1215,2742 -"194142",67252,40542,3,1215,1664 -"194143",67252,40954,2,1215,2603 -"194144",67252,41633,3,1215,1976 -"194145",67252,44497,3,1215,2401 -"194146",67252,45729,3,1215,2606 -"194147",67252,46486,3,1215,1868 -"194148",67252,47654,3,1215,1664 -"194149",67252,47968,3,1215,2829 -"194150",67252,50354,2,1215,1299 -"194151",67252,53739,3,1215,2704 -"194152",67252,54775,3,1215,2383 -"194153",67252,58745,2,1215,1920 -"194154",67252,60449,3,1215,2085 -"194155",67252,71531,3,1215,2887 -"194156",67252,72956,3,1215,1251 -"194157",67252,76286,3,1215,1642 -"194158",67252,85690,3,1215,1229 -"194159",67252,94520,3,1215,1243 -"194160",67264,17826,3,2790,2920 -"194161",67264,49461,3,2790,2793 -"194162",67266,3127,3,2010,2273 -"194163",67266,4669,3,2010,2395 -"194164",67266,11429,3,2010,2520 -"194165",67266,11648,3,2010,2852 -"194166",67266,12948,2,2010,2669 -"194167",67266,14781,3,2010,2338 -"194168",67266,24069,3,2010,2697 -"194169",67266,28869,3,2010,2425 -"194170",67266,31652,3,2010,2047 -"194171",67266,40572,2,2010,2666 -"194172",67266,45869,2,2010,2840 -"194173",67289,2370,3,829,1600 -"194174",67289,3158,3,829,2762 -"194175",67289,4249,3,829,2547 -"194176",67289,4634,3,829,2291 -"194177",67289,4784,2,829,2511 -"194178",67289,6020,2,829,1864 -"194179",67289,6345,3,829,2713 -"194180",67289,8463,3,829,2466 -"194181",67289,9724,3,829,2713 -"194182",67289,9740,2,829,2233 -"194183",67289,10146,3,829,1878 -"194184",67289,11270,3,829,1011 -"194185",67289,12966,3,829,2011 -"194186",67289,13551,3,829,1451 -"194187",67289,13595,1,829,1164 -"194188",67289,13930,3,829,1274 -"194189",67289,14172,3,829,1923 -"194190",67289,14212,2,829,857 -"194191",67289,14255,2,829,893 -"194192",67289,14957,3,829,2306 -"194193",67289,15782,3,829,2306 -"194194",67289,16347,3,829,1868 -"194195",67289,16455,3,829,946 -"194196",67289,16963,2,829,1999 -"194197",67289,17499,3,829,2954 -"194198",67289,17531,2,829,876 -"194199",67289,19002,3,829,2053 -"194200",67289,21358,2,829,1970 -"194201",67289,22357,3,829,1397 -"194202",67289,24044,3,829,1076 -"194203",67289,26597,3,829,2070 -"194204",67289,28648,2,829,1586 -"194205",67289,30544,3,829,2041 -"194206",67289,34274,3,829,1437 -"194207",67289,36478,3,829,2808 -"194208",67289,37684,3,829,2899 -"194209",67289,41489,2,829,2006 -"194210",67289,43701,3,829,2400 -"194211",67289,45297,2,829,1864 -"194212",67289,48823,3,829,2080 -"194213",67289,49142,3,829,2289 -"194214",67289,50468,3,829,1659 -"194215",67289,51212,2,829,1801 -"194216",67289,51505,3,829,1572 -"194217",67289,51516,3,829,1361 -"194218",67289,52386,2,829,1830 -"194219",67289,53652,3,829,2899 -"194220",67289,64850,3,829,2377 -"194221",67289,66368,3,829,2413 -"194222",67289,68813,3,829,2511 -"194223",67289,68884,3,829,1011 -"194224",67289,69260,3,829,1698 -"194225",67289,71225,3,829,956 -"194226",67289,76842,3,829,1518 -"194227",67289,78843,3,829,1524 -"194228",67289,82217,2,829,2441 -"194229",67289,84235,3,829,1639 -"194230",67289,93642,3,829,1120 -"194231",67289,96332,2,829,1197 -"194232",67289,122938,3,829,1023 -"194233",67314,135,3,1051,2233 -"194234",67314,455,2,1051,2827 -"194235",67314,470,3,1051,2285 -"194236",67314,600,2,1051,1702 -"194237",67314,675,3,1051,1686 -"194238",67314,733,3,1051,1653 -"194239",67314,913,3,1051,2144 -"194240",67314,997,3,1051,2788 -"194241",67314,1050,3,1051,1185 -"194242",67314,1136,3,1051,2536 -"194243",67314,1592,3,1051,2006 -"194244",67314,2063,3,1051,1278 -"194245",67314,2743,3,1051,1278 -"194246",67314,3242,3,1051,1730 -"194247",67314,3753,3,1051,1255 -"194248",67314,4084,3,1051,2133 -"194249",67314,4226,3,1051,1903 -"194250",67314,4360,2,1051,1770 -"194251",67314,4618,3,1051,2607 -"194252",67314,5451,3,1051,1299 -"194253",67314,5491,3,1051,2048 -"194254",67314,6428,3,1051,1952 -"194255",67314,6491,2,1051,2424 -"194256",67314,6940,3,1051,1183 -"194257",67314,7245,3,1051,2089 -"194258",67314,7515,3,1051,2737 -"194259",67314,7847,3,1051,2424 -"194260",67314,7858,3,1051,1795 -"194261",67314,8621,3,1051,1681 -"194262",67314,9511,3,1051,1232 -"194263",67314,10433,3,1051,2075 -"194264",67314,11434,2,1051,1187 -"194265",67314,11516,3,1051,1937 -"194266",67314,12199,3,1051,1651 -"194267",67314,16164,2,1051,1184 -"194268",67314,17698,3,1051,1559 -"194269",67314,18151,3,1051,2962 -"194270",67314,19113,3,1051,1171 -"194271",67314,19335,3,1051,1729 -"194272",67314,20563,3,1051,2267 -"194273",67314,20665,3,1051,1311 -"194274",67314,20824,3,1051,1366 -"194275",67314,21795,3,1051,2653 -"194276",67314,22566,3,1051,2308 -"194277",67314,22567,3,1051,2396 -"194278",67314,22884,3,1051,1608 -"194279",67314,23132,2,1051,2756 -"194280",67314,23705,3,1051,2699 -"194281",67314,23918,2,1051,1881 -"194282",67314,24568,3,1051,1937 -"194283",67314,25289,3,1051,1790 -"194284",67314,25341,3,1051,1858 -"194285",67314,26436,3,1051,2489 -"194286",67314,26516,3,1051,2479 -"194287",67314,27628,3,1051,2389 -"194288",67314,27753,2,1051,2750 -"194289",67314,27837,2,1051,1315 -"194290",67314,28101,3,1051,1949 -"194291",67314,28115,3,1051,1835 -"194292",67314,28991,3,1051,1688 -"194293",67314,29170,3,1051,1846 -"194294",67314,30052,3,1051,2855 -"194295",67314,30325,3,1051,1067 -"194296",67314,30438,3,1051,1617 -"194297",67314,31050,2,1051,1491 -"194298",67314,32947,3,1051,1091 -"194299",67314,33621,3,1051,1319 -"194300",67314,34160,1,1051,1759 -"194301",67314,34492,3,1051,1798 -"194302",67314,35302,2,1051,1589 -"194303",67314,40369,1,1051,2735 -"194304",67314,40383,3,1051,2639 -"194305",67314,41739,1,1051,1339 -"194306",67314,43173,3,1051,2895 -"194307",67314,43941,3,1051,1289 -"194308",67314,45633,3,1051,2134 -"194309",67314,47055,3,1051,1525 -"194310",67314,49144,3,1051,1542 -"194311",67314,50041,3,1051,1565 -"194312",67314,50685,3,1051,2008 -"194313",67314,52136,3,1051,1412 -"194314",67314,52735,3,1051,1124 -"194315",67314,53196,2,1051,1888 -"194316",67314,53604,3,1051,2489 -"194317",67314,54158,3,1051,1756 -"194318",67314,57544,3,1051,2443 -"194319",67314,59700,3,1051,2346 -"194320",67314,62219,3,1051,2494 -"194321",67314,63409,3,1051,1937 -"194322",67314,64181,2,1051,1828 -"194323",67314,64997,2,1051,2791 -"194324",67314,65625,2,1051,1273 -"194325",67314,66413,2,1051,2507 -"194326",67314,68960,3,1051,1312 -"194327",67314,72207,3,1051,2430 -"194328",67314,73305,3,1051,2544 -"194329",67314,80429,3,1051,1927 -"194330",67314,82787,3,1051,1144 -"194331",67314,88808,3,1051,1462 -"194332",67314,105063,2,1051,1908 -"194333",67314,107649,3,1051,1573 -"194334",67352,14,3,1115,1793 -"194335",67352,675,3,1115,1686 -"194336",67352,1046,3,1115,1881 -"194337",67352,1136,3,1115,2536 -"194338",67352,3242,3,1115,1730 -"194339",67352,4191,3,1115,2130 -"194340",67352,4618,3,1115,2607 -"194341",67352,5725,3,1115,2789 -"194342",67352,6031,3,1115,1611 -"194343",67352,7180,3,1115,2227 -"194344",67352,7970,3,1115,1197 -"194345",67352,9828,3,1115,2085 -"194346",67352,10843,3,1115,2277 -"194347",67352,10870,3,1115,1755 -"194348",67352,12096,3,1115,1330 -"194349",67352,12373,2,1115,1567 -"194350",67352,16164,3,1115,1184 -"194351",67352,16587,3,1115,2065 -"194352",67352,19453,2,1115,1928 -"194353",67352,25341,3,1115,1858 -"194354",67352,25643,3,1115,1646 -"194355",67352,26282,3,1115,1241 -"194356",67352,26570,3,1115,1669 -"194357",67352,28434,2,1115,1141 -"194358",67352,29864,3,1115,2479 -"194359",67352,31799,3,1115,2547 -"194360",67352,33356,3,1115,1586 -"194361",67352,37620,1,1115,2716 -"194362",67352,37915,3,1115,1905 -"194363",67352,40293,3,1115,1671 -"194364",67352,40369,3,1115,2735 -"194365",67352,58035,2,1115,1646 -"194366",67352,58617,3,1115,2093 -"194367",67352,62538,2,1115,1656 -"194368",67352,63770,3,1115,1324 -"194369",67352,64031,2,1115,1295 -"194370",67352,64502,3,1115,1670 -"194371",67352,64997,3,1115,2791 -"194372",67352,75028,3,1115,1660 -"194373",67352,78128,3,1115,1727 -"194374",67352,79234,3,1115,1611 -"194375",67352,80172,3,1115,1342 -"194376",67352,82767,3,1115,1641 -"194377",67352,91163,3,1115,1171 -"194378",67380,5350,3,1280,2522 -"194379",67380,34057,3,1280,1657 -"194380",67380,35926,3,1280,2371 -"194381",67380,63442,3,1280,1965 -"194382",67383,135,3,1739,2233 -"194383",67383,4360,3,1739,1770 -"194384",67383,5622,3,1739,2175 -"194385",67383,9328,3,1739,1937 -"194386",67383,10857,3,1739,2253 -"194387",67383,17400,3,1739,2231 -"194388",67383,18366,3,1739,2699 -"194389",67383,20423,3,1739,2654 -"194390",67383,23509,3,1739,2275 -"194391",67383,23725,3,1739,2378 -"194392",67383,25971,2,1739,2608 -"194393",67383,34480,2,1739,2755 -"194394",67383,34735,3,1739,2767 -"194395",67383,39294,3,1739,1889 -"194396",67383,45684,3,1739,2200 -"194397",67383,53196,3,1739,1888 -"194398",67383,54551,3,1739,2348 -"194399",67383,56082,3,1739,2395 -"194400",67383,57405,3,1739,2344 -"194401",67383,72207,2,1739,2430 -"194402",67383,81865,2,1739,2704 -"194403",67417,29917,3,936,1962 -"194404",67417,34509,3,936,1973 -"194405",67417,42946,3,936,2900 -"194406",67417,51815,1,936,1252 -"194407",67417,51831,2,936,2427 -"194408",67417,51925,2,936,2307 -"194409",67417,52789,2,936,1791 -"194410",67417,59918,1,936,2063 -"194411",67417,62841,3,936,2710 -"194412",67417,64436,3,936,2687 -"194413",67417,69165,3,936,2340 -"194414",67424,1315,3,903,2760 -"194415",67424,2960,2,903,977 -"194416",67424,3139,3,903,1656 -"194417",67424,4107,3,903,987 -"194418",67424,4121,3,903,1304 -"194419",67424,10352,3,903,1371 -"194420",67424,13324,3,903,2163 -"194421",67424,13479,2,903,2155 -"194422",67424,13835,3,903,1588 -"194423",67424,18891,3,903,1596 -"194424",67424,21479,1,903,2134 -"194425",67424,23312,3,903,2449 -"194426",67424,27427,2,903,2325 -"194427",67424,30738,3,903,1166 -"194428",67424,36637,3,903,2085 -"194429",67424,40707,2,903,1547 -"194430",67424,48283,3,903,1290 -"194431",67424,51243,3,903,1389 -"194432",67424,61188,2,903,2134 -"194433",67424,63147,3,903,1477 -"194434",67424,72557,3,903,972 -"194435",67424,79837,3,903,1252 -"194436",67456,7548,3,1608,1932 -"194437",67456,9311,3,1608,2477 -"194438",67456,10843,3,1608,2277 -"194439",67456,13249,3,1608,2573 -"194440",67456,15626,3,1608,2434 -"194441",67456,19751,3,1608,1630 -"194442",67456,32198,3,1608,2117 -"194443",67456,33433,2,1608,2805 -"194444",67456,49581,2,1608,1817 -"194445",67456,55643,2,1608,2359 -"194446",67456,59113,3,1608,2434 -"194447",67521,5484,2,545,582 -"194448",67521,6602,3,545,1631 -"194449",67521,7548,3,545,1932 -"194450",67521,7840,3,545,984 -"194451",67521,9241,3,545,2338 -"194452",67521,10439,3,545,773 -"194453",67521,10474,2,545,1608 -"194454",67521,11990,3,545,1909 -"194455",67521,17033,3,545,2771 -"194456",67521,22181,3,545,1274 -"194457",67521,22422,3,545,894 -"194458",67521,25610,3,545,2328 -"194459",67521,29923,3,545,626 -"194460",67521,32739,3,545,875 -"194461",67521,34820,3,545,1630 -"194462",67521,39999,3,545,1593 -"194463",67521,42254,3,545,1052 -"194464",67521,102301,3,545,865 -"194465",67521,109608,3,545,780 -"194466",67521,121260,3,545,2042 -"194467",67604,17033,3,2075,2771 -"194468",67607,3088,3,528,1670 -"194469",67607,10222,3,528,2212 -"194470",67607,12610,3,528,1274 -"194471",67607,14032,3,528,2144 -"194472",67607,14108,3,528,2012 -"194473",67607,14676,3,528,2764 -"194474",67607,14972,3,528,2332 -"194475",67607,20882,1,528,2460 -"194476",67607,21246,3,528,1612 -"194477",67607,31700,3,528,2727 -"194478",67607,34758,3,528,689 -"194479",67607,37937,3,528,1320 -"194480",67607,38219,3,528,1689 -"194481",67607,41085,3,528,637 -"194482",67607,43635,3,528,1196 -"194483",67607,53252,3,528,637 -"194484",67607,55487,3,528,1500 -"194485",67607,56116,3,528,1321 -"194486",67607,70854,3,528,635 -"194487",67607,79657,3,528,1260 -"194488",67607,79815,3,528,1713 -"194489",67607,89880,3,528,1938 -"194490",67607,95288,3,528,1602 -"194491",67607,101347,3,528,1335 -"194492",67617,194,3,1149,1243 -"194493",67617,1108,3,1149,1600 -"194494",67617,1519,3,1149,2349 -"194495",67617,1702,3,1149,1984 -"194496",67617,1846,3,1149,1845 -"194497",67617,2206,3,1149,2536 -"194498",67617,2936,3,1149,2512 -"194499",67617,5683,3,1149,2468 -"194500",67617,7337,3,1149,1797 -"194501",67617,8923,3,1149,1266 -"194502",67617,9481,3,1149,1610 -"194503",67617,9503,3,1149,2453 -"194504",67617,10980,3,1149,1974 -"194505",67617,11108,3,1149,1609 -"194506",67617,12948,2,1149,2669 -"194507",67617,13136,3,1149,2867 -"194508",67617,13566,3,1149,2056 -"194509",67617,17645,3,1149,1918 -"194510",67617,19655,3,1149,2706 -"194511",67617,21207,2,1149,1258 -"194512",67617,22704,3,1149,1150 -"194513",67617,23692,2,1149,1540 -"194514",67617,27320,3,1149,2378 -"194515",67617,27686,3,1149,2844 -"194516",67617,32470,3,1149,1539 -"194517",67617,34216,3,1149,2832 -"194518",67617,35728,3,1149,2017 -"194519",67617,41581,3,1149,1692 -"194520",67617,42331,3,1149,1585 -"194521",67617,45869,3,1149,2840 -"194522",67617,47595,3,1149,2374 -"194523",67617,49414,3,1149,1667 -"194524",67617,51200,3,1149,2245 -"194525",67617,59485,3,1149,1564 -"194526",67617,60258,3,1149,2405 -"194527",67617,60808,3,1149,1258 -"194528",67617,74370,3,1149,1667 -"194529",67617,92860,3,1149,1643 -"194530",67625,15607,2,55,1421 -"194531",67625,19113,3,55,1171 -"194532",67625,20292,3,55,2755 -"194533",67625,21571,3,55,2755 -"194534",67625,22566,3,55,2308 -"194535",67625,22850,3,55,878 -"194536",67625,28011,1,55,2639 -"194537",67625,42619,3,55,2017 -"194538",67625,98150,3,55,1009 -"194539",67652,455,3,2736,2827 -"194540",67652,2684,3,2736,2874 -"194541",67652,30052,2,2736,2855 -"194542",67652,42196,3,2736,2765 -"194543",67652,53219,3,2736,2973 -"194544",67652,65016,3,2736,2749 -"194545",67664,841,3,798,2964 -"194546",67671,854,3,571,2307 -"194547",67671,1323,3,571,1659 -"194548",67671,2894,3,571,1291 -"194549",67671,4504,3,571,1905 -"194550",67671,5092,2,571,909 -"194551",67671,6052,3,571,1985 -"194552",67671,7181,3,571,1421 -"194553",67671,7798,3,571,949 -"194554",67671,8865,3,571,2394 -"194555",67671,19937,3,571,1587 -"194556",67671,22893,3,571,1938 -"194557",67671,29454,3,571,2719 -"194558",67671,30236,3,571,2238 -"194559",67671,34921,3,571,2181 -"194560",67671,35903,2,571,1434 -"194561",67671,37975,2,571,889 -"194562",67671,38732,3,571,2263 -"194563",67671,41764,3,571,2409 -"194564",67671,48377,3,571,1927 -"194565",67671,55821,3,571,1303 -"194566",67671,58122,2,571,889 -"194567",67671,62966,3,571,1282 -"194568",67671,95647,3,571,1172 -"194569",67680,2429,3,602,999 -"194570",67680,3456,3,602,1999 -"194571",67680,30891,3,602,1256 -"194572",67680,45138,2,602,2516 -"194573",67680,47385,2,602,1172 -"194574",67680,55817,2,602,2285 -"194575",67690,5315,2,1902,2631 -"194576",67690,8258,3,1902,1959 -"194577",67690,23312,3,1902,2449 -"194578",67690,23704,3,1902,2278 -"194579",67690,36609,3,1902,2918 -"194580",67690,45618,3,1902,2356 -"194581",67690,50977,1,1902,2352 -"194582",67690,55438,3,1902,2863 -"194583",67690,60289,3,1902,2729 -"194584",67701,14442,2,2289,2700 -"194585",67701,36996,3,2289,2321 -"194586",67701,59289,3,2289,2896 -"194587",67701,60059,3,2289,2587 -"194588",67719,7785,3,2429,2441 -"194589",67719,26749,3,2429,2965 -"194590",67719,37059,3,2429,2840 -"194591",67719,59039,3,2429,2870 -"194592",67747,49265,3,2522,2686 -"194593",67748,160,2,1498,2007 -"194594",67748,1453,3,1498,1737 -"194595",67748,3978,3,1498,2775 -"194596",67748,4303,3,1498,2414 -"194597",67748,5865,3,1498,1910 -"194598",67748,6192,3,1498,2409 -"194599",67748,7406,3,1498,1906 -"194600",67748,7616,2,1498,2296 -"194601",67748,8238,3,1498,2222 -"194602",67748,8274,3,1498,1909 -"194603",67748,8585,2,1498,1917 -"194604",67748,8726,3,1498,2083 -"194605",67748,8866,3,1498,1545 -"194606",67748,9423,3,1498,1708 -"194607",67748,10146,3,1498,1878 -"194608",67748,10870,3,1498,1755 -"194609",67748,11639,3,1498,1593 -"194610",67748,12081,3,1498,2166 -"194611",67748,12901,3,1498,2136 -"194612",67748,13249,3,1498,2573 -"194613",67748,13324,3,1498,2163 -"194614",67748,16539,3,1498,1947 -"194615",67748,17351,3,1498,2036 -"194616",67748,17632,3,1498,1947 -"194617",67748,18381,3,1498,1524 -"194618",67748,18670,3,1498,1835 -"194619",67748,19208,2,1498,2629 -"194620",67748,19605,3,1498,2395 -"194621",67748,19937,3,1498,1587 -"194622",67748,20419,3,1498,1587 -"194623",67748,22682,3,1498,2035 -"194624",67748,22950,3,1498,2576 -"194625",67748,23098,2,1498,2300 -"194626",67748,23460,3,1498,2183 -"194627",67748,24256,2,1498,2393 -"194628",67748,24753,3,1498,2860 -"194629",67748,25030,3,1498,2017 -"194630",67748,25373,3,1498,2783 -"194631",67748,26083,3,1498,2038 -"194632",67748,29454,3,1498,2719 -"194633",67748,29512,3,1498,1594 -"194634",67748,29930,3,1498,2240 -"194635",67748,30697,3,1498,2891 -"194636",67748,31705,3,1498,2706 -"194637",67748,35256,3,1498,2271 -"194638",67748,36837,3,1498,1556 -"194639",67748,41518,1,1498,1641 -"194640",67748,41664,2,1498,2641 -"194641",67748,41764,3,1498,2409 -"194642",67748,42129,3,1498,2318 -"194643",67748,45650,3,1498,1528 -"194644",67748,47564,3,1498,2650 -"194645",67748,49185,3,1498,1544 -"194646",67748,49334,3,1498,2433 -"194647",67748,50480,3,1498,2701 -"194648",67748,55076,3,1498,2408 -"194649",67748,63477,3,1498,1907 -"194650",67748,77611,1,1498,1795 -"194651",67758,13249,3,1915,2573 -"194652",67758,15729,3,1915,2338 -"194653",67758,39464,3,1915,2314 -"194654",67758,42783,3,1915,2338 -"194655",67758,58852,3,1915,2323 -"194656",67763,212,3,822,1513 -"194657",67763,270,2,822,2542 -"194658",67763,1124,2,822,1596 -"194659",67763,2111,3,822,1904 -"194660",67763,2424,3,822,2582 -"194661",67763,2802,3,822,1836 -"194662",67763,3100,3,822,2524 -"194663",67763,3305,3,822,2839 -"194664",67763,3306,3,822,1989 -"194665",67763,3493,3,822,2451 -"194666",67763,3786,3,822,2282 -"194667",67763,4226,3,822,1903 -"194668",67763,4360,3,822,1770 -"194669",67763,4701,3,822,2401 -"194670",67763,5072,3,822,2175 -"194671",67763,5235,3,822,2324 -"194672",67763,5622,3,822,2175 -"194673",67763,5673,3,822,1567 -"194674",67763,5971,3,822,1985 -"194675",67763,6071,3,822,2310 -"194676",67763,6363,3,822,2066 -"194677",67763,6562,3,822,1139 -"194678",67763,6588,3,822,2025 -"194679",67763,6718,2,822,2138 -"194680",67763,7234,3,822,2654 -"194681",67763,7627,3,822,1543 -"194682",67763,9063,3,822,2000 -"194683",67763,9432,3,822,1693 -"194684",67763,9650,3,822,1167 -"194685",67763,10488,1,822,1524 -"194686",67763,10523,3,822,1510 -"194687",67763,10857,3,822,2253 -"194688",67763,11135,3,822,2441 -"194689",67763,11218,3,822,2292 -"194690",67763,11676,3,822,1614 -"194691",67763,12310,3,822,1337 -"194692",67763,12374,3,822,2260 -"194693",67763,13307,3,822,2206 -"194694",67763,13528,3,822,1891 -"194695",67763,15003,3,822,2067 -"194696",67763,15402,3,822,1281 -"194697",67763,15502,3,822,2637 -"194698",67763,15700,3,822,1712 -"194699",67763,16361,3,822,1641 -"194700",67763,16593,2,822,1139 -"194701",67763,17400,3,822,2231 -"194702",67763,17952,2,822,1530 -"194703",67763,18152,3,822,1314 -"194704",67763,18361,3,822,2968 -"194705",67763,18394,2,822,2356 -"194706",67763,18445,3,822,2133 -"194707",67763,19622,3,822,2371 -"194708",67763,19687,3,822,2072 -"194709",67763,20124,3,822,2376 -"194710",67763,21012,3,822,2325 -"194711",67763,21620,3,822,1056 -"194712",67763,21693,3,822,2176 -"194713",67763,21976,3,822,1808 -"194714",67763,23492,3,822,1067 -"194715",67763,23509,3,822,2275 -"194716",67763,23526,3,822,1998 -"194717",67763,23639,3,822,2065 -"194718",67763,23715,3,822,1859 -"194719",67763,23725,2,822,2378 -"194720",67763,23729,3,822,1624 -"194721",67763,23731,2,822,1656 -"194722",67763,24066,3,822,1755 -"194723",67763,24116,3,822,1413 -"194724",67763,24259,3,822,1281 -"194725",67763,24789,3,822,829 -"194726",67763,25270,3,822,985 -"194727",67763,25286,3,822,1545 -"194728",67763,25643,3,822,1646 -"194729",67763,25886,2,822,1580 -"194730",67763,25985,3,822,2071 -"194731",67763,26567,3,822,1158 -"194732",67763,26867,3,822,1804 -"194733",67763,27849,3,822,1316 -"194734",67763,28383,3,822,1222 -"194735",67763,28567,3,822,2398 -"194736",67763,29556,3,822,907 -"194737",67763,29987,3,822,956 -"194738",67763,30325,2,822,1067 -"194739",67763,30405,3,822,2164 -"194740",67763,31307,3,822,2139 -"194741",67763,31436,3,822,2892 -"194742",67763,32131,2,822,1035 -"194743",67763,32479,3,822,969 -"194744",67763,32965,3,822,2071 -"194745",67763,33363,3,822,2475 -"194746",67763,34334,3,822,1637 -"194747",67763,35402,3,822,2339 -"194748",67763,35673,3,822,1067 -"194749",67763,36487,3,822,2622 -"194750",67763,36662,3,822,2967 -"194751",67763,37844,3,822,2002 -"194752",67763,38422,3,822,1019 -"194753",67763,39294,3,822,1889 -"194754",67763,39865,3,822,849 -"194755",67763,40028,3,822,1349 -"194756",67763,40072,3,822,1182 -"194757",67763,41051,2,822,2767 -"194758",67763,41393,3,822,1915 -"194759",67763,42687,3,822,1952 -"194760",67763,43213,3,822,2160 -"194761",67763,43455,3,822,2846 -"194762",67763,43518,3,822,2680 -"194763",67763,43960,3,822,1293 -"194764",67763,44521,3,822,1593 -"194765",67763,45684,3,822,2200 -"194766",67763,46182,3,822,1613 -"194767",67763,46196,2,822,1510 -"194768",67763,46629,3,822,2255 -"194769",67763,47130,2,822,2654 -"194770",67763,47435,3,822,878 -"194771",67763,48639,3,822,2291 -"194772",67763,48764,3,822,860 -"194773",67763,49147,3,822,2539 -"194774",67763,50236,3,822,2339 -"194775",67763,51448,3,822,1593 -"194776",67763,51678,3,822,1077 -"194777",67763,52136,2,822,1412 -"194778",67763,52345,3,822,1430 -"194779",67763,53303,3,822,1376 -"194780",67763,54551,3,822,2348 -"194781",67763,56082,2,822,2395 -"194782",67763,56212,3,822,1410 -"194783",67763,57150,3,822,1196 -"194784",67763,57414,3,822,922 -"194785",67763,58451,3,822,1939 -"194786",67763,59939,3,822,936 -"194787",67763,61513,3,822,2948 -"194788",67763,61980,2,822,2392 -"194789",67763,61982,3,822,2725 -"194790",67763,65223,2,822,2724 -"194791",67763,66267,3,822,1278 -"194792",67763,68215,3,822,2727 -"194793",67763,72207,2,822,2430 -"194794",67763,75403,3,822,1895 -"194795",67763,76284,3,822,1237 -"194796",67763,79804,2,822,2227 -"194797",67763,80009,3,822,1640 -"194798",67763,80784,1,822,1738 -"194799",67763,82175,3,822,1590 -"194800",67763,87048,3,822,989 -"194801",67763,92947,3,822,1289 -"194802",67763,93326,3,822,1196 -"194803",67763,95211,3,822,2462 -"194804",67763,98719,2,822,1096 -"194805",67763,100146,3,822,2376 -"194806",67763,104542,3,822,897 -"194807",67763,106554,3,822,1270 -"194808",67763,114228,3,822,1544 -"194809",67763,117956,3,822,2774 -"194810",67775,7506,3,1964,2371 -"194811",67775,7847,3,1964,2424 -"194812",67775,44557,3,1964,2371 -"194813",67775,55256,3,1964,2379 -"194814",67775,89681,3,1964,1978 -"194815",67788,962,3,837,1000 -"194816",67788,1050,1,837,1185 -"194817",67788,1315,2,837,2760 -"194818",67788,1641,3,837,1490 -"194819",67788,2424,3,837,2582 -"194820",67788,3139,2,837,1656 -"194821",67788,3306,2,837,1989 -"194822",67788,3830,3,837,1661 -"194823",67788,3886,3,837,1669 -"194824",67788,4763,3,837,1960 -"194825",67788,5315,3,837,2631 -"194826",67788,5346,3,837,1438 -"194827",67788,5622,3,837,2175 -"194828",67788,5865,3,837,1910 -"194829",67788,6030,3,837,2953 -"194830",67788,6047,3,837,2004 -"194831",67788,7181,3,837,1421 -"194832",67788,7475,3,837,1284 -"194833",67788,7616,3,837,2296 -"194834",67788,7703,3,837,2122 -"194835",67788,7847,3,837,2424 -"194836",67788,7861,3,837,1647 -"194837",67788,8726,3,837,2083 -"194838",67788,8866,3,837,1545 -"194839",67788,9362,2,837,2879 -"194840",67788,9702,3,837,1928 -"194841",67788,9871,3,837,921 -"194842",67788,10148,3,837,2964 -"194843",67788,10358,3,837,2294 -"194844",67788,10513,3,837,2284 -"194845",67788,10779,3,837,2881 -"194846",67788,10851,3,837,2423 -"194847",67788,10857,3,837,2253 -"194848",67788,12122,3,837,1385 -"194849",67788,12778,3,837,2045 -"194850",67788,13324,3,837,2163 -"194851",67788,13479,3,837,2155 -"194852",67788,13801,3,837,2041 -"194853",67788,14032,3,837,2144 -"194854",67788,14080,2,837,1351 -"194855",67788,14959,3,837,2898 -"194856",67788,15003,3,837,2067 -"194857",67788,15207,3,837,1855 -"194858",67788,15301,3,837,2308 -"194859",67788,15402,3,837,1281 -"194860",67788,15576,3,837,2204 -"194861",67788,15632,1,837,1242 -"194862",67788,16539,3,837,1947 -"194863",67788,18639,2,837,990 -"194864",67788,19892,3,837,1212 -"194865",67788,20024,3,837,1181 -"194866",67788,20070,3,837,1914 -"194867",67788,20407,3,837,2339 -"194868",67788,20874,3,837,1580 -"194869",67788,21197,3,837,1437 -"194870",67788,21198,3,837,935 -"194871",67788,21285,3,837,2100 -"194872",67788,21401,3,837,1440 -"194873",67788,21960,3,837,1517 -"194874",67788,22165,1,837,1501 -"194875",67788,22566,3,837,2308 -"194876",67788,22722,3,837,1233 -"194877",67788,22850,3,837,878 -"194878",67788,23310,3,837,2371 -"194879",67788,23460,3,837,2183 -"194880",67788,23492,3,837,1067 -"194881",67788,23508,3,837,1907 -"194882",67788,23534,3,837,1659 -"194883",67788,23825,3,837,1913 -"194884",67788,24612,3,837,1875 -"194885",67788,25443,3,837,1441 -"194886",67788,28874,3,837,2329 -"194887",67788,28896,3,837,1395 -"194888",67788,29930,3,837,2240 -"194889",67788,30325,3,837,1067 -"194890",67788,30738,3,837,1166 -"194891",67788,31279,3,837,965 -"194892",67788,31700,3,837,2727 -"194893",67788,33949,3,837,2489 -"194894",67788,34480,3,837,2755 -"194895",67788,34648,3,837,1596 -"194896",67788,35045,3,837,1646 -"194897",67788,36031,3,837,2342 -"194898",67788,36609,3,837,2918 -"194899",67788,37937,3,837,1320 -"194900",67788,38162,3,837,1691 -"194901",67788,39294,3,837,1889 -"194902",67788,39431,2,837,1460 -"194903",67788,40369,3,837,2735 -"194904",67788,40893,3,837,1116 -"194905",67788,41278,2,837,1873 -"194906",67788,41607,3,837,2802 -"194907",67788,41955,3,837,2479 -"194908",67788,42331,3,837,1585 -"194909",67788,42474,2,837,2322 -"194910",67788,42574,3,837,2842 -"194911",67788,44636,3,837,1026 -"194912",67788,45618,3,837,2356 -"194913",67788,45650,3,837,1528 -"194914",67788,46040,3,837,2105 -"194915",67788,46283,3,837,1184 -"194916",67788,46950,3,837,2673 -"194917",67788,48602,3,837,1704 -"194918",67788,51035,3,837,2397 -"194919",67788,52327,3,837,1472 -"194920",67788,52597,3,837,1773 -"194921",67788,53134,3,837,1590 -"194922",67788,54388,3,837,1257 -"194923",67788,54551,3,837,2348 -"194924",67788,54855,3,837,1525 -"194925",67788,55076,3,837,2408 -"194926",67788,55185,1,837,922 -"194927",67788,55892,3,837,1234 -"194928",67788,57950,3,837,1529 -"194929",67788,59539,3,837,2429 -"194930",67788,59677,3,837,1174 -"194931",67788,62488,2,837,1418 -"194932",67788,63477,3,837,1907 -"194933",67788,64232,2,837,1275 -"194934",67788,67102,3,837,935 -"194935",67788,68024,3,837,1531 -"194936",67788,69498,3,837,931 -"194937",67788,69712,2,837,1219 -"194938",67788,70101,3,837,2414 -"194939",67788,76564,3,837,996 -"194940",67788,77001,3,837,1440 -"194941",67788,77010,2,837,2639 -"194942",67788,77611,3,837,1795 -"194943",67788,79653,3,837,2683 -"194944",67788,79657,3,837,1260 -"194945",67788,80825,3,837,2315 -"194946",67788,81095,3,837,1609 -"194947",67788,83526,3,837,1235 -"194948",67788,84296,3,837,1751 -"194949",67788,87837,2,837,1987 -"194950",67788,91279,3,837,966 -"194951",67788,94520,3,837,1243 -"194952",67788,96553,2,837,1887 -"194953",67788,100140,3,837,1041 -"194954",67788,101338,3,837,1319 -"194955",67788,102751,3,837,1229 -"194956",67788,105975,2,837,1939 -"194957",67805,1639,3,1338,2631 -"194958",67805,2709,3,1338,1673 -"194959",67805,3306,2,1338,1989 -"194960",67805,5622,3,1338,2175 -"194961",67805,5971,3,1338,1985 -"194962",67805,6047,3,1338,2004 -"194963",67805,6417,3,1338,1675 -"194964",67805,7196,3,1338,1508 -"194965",67805,7515,3,1338,2737 -"194966",67805,7627,2,1338,1543 -"194967",67805,10488,3,1338,1524 -"194968",67805,10857,3,1338,2253 -"194969",67805,11218,3,1338,2292 -"194970",67805,11229,3,1338,1625 -"194971",67805,13248,3,1338,1385 -"194972",67805,13801,3,1338,2041 -"194973",67805,13837,2,1338,1604 -"194974",67805,14032,3,1338,2144 -"194975",67805,14669,3,1338,2080 -"194976",67805,15003,2,1338,2067 -"194977",67805,15756,3,1338,2362 -"194978",67805,17400,3,1338,2231 -"194979",67805,17819,3,1338,2291 -"194980",67805,22331,3,1338,2687 -"194981",67805,23223,3,1338,2094 -"194982",67805,23725,2,1338,2378 -"194983",67805,25443,3,1338,1441 -"194984",67805,26706,3,1338,1846 -"194985",67805,26749,3,1338,2965 -"194986",67805,26867,3,1338,1804 -"194987",67805,32173,3,1338,2341 -"194988",67805,33949,3,1338,2489 -"194989",67805,34426,3,1338,2743 -"194990",67805,35095,3,1338,1502 -"194991",67805,38219,3,1338,1689 -"194992",67805,40028,3,1338,1349 -"194993",67805,40368,3,1338,2876 -"194994",67805,40645,3,1338,1899 -"194995",67805,44819,3,1338,2063 -"194996",67805,49189,3,1338,1550 -"194997",67805,50134,2,1338,2674 -"194998",67805,50236,3,1338,2339 -"194999",67805,51116,3,1338,1509 -"195000",67805,52203,3,1338,1961 -"195001",67805,53134,3,1338,1590 -"195002",67805,54551,3,1338,2348 -"195003",67805,54929,2,1338,2783 -"195004",67805,56082,3,1338,2395 -"195005",67805,57842,3,1338,2482 -"195006",67805,59539,3,1338,2429 -"195007",67805,59700,3,1338,2346 -"195008",67805,63409,3,1338,1937 -"195009",67805,67031,3,1338,2856 -"195010",67805,68215,3,1338,2727 -"195011",67805,70920,3,1338,2092 -"195012",67805,75403,3,1338,1895 -"195013",67805,92322,2,1338,2393 -"195014",67805,99103,3,1338,1470 -"195015",67815,4249,3,2476,2547 -"195016",67815,7942,2,2476,2623 -"195017",67815,16176,2,2476,2703 -"195018",67815,75282,3,2476,2675 -"195019",67818,9600,2,54,210 -"195020",67818,14772,3,54,2386 -"195021",67818,28090,2,54,1755 -"195022",67818,29791,3,54,1986 -"195023",67818,32849,3,54,975 -"195024",67818,36027,1,54,178 -"195025",67818,41004,1,54,2561 -"195026",67818,45727,3,54,477 -"195027",67818,46602,3,54,2786 -"195028",67818,52442,3,54,1269 -"195029",67818,68888,2,54,2786 -"195030",67818,96068,2,54,215 -"195031",67818,105077,2,54,920 -"195032",67836,6345,3,2195,2713 -"195033",67836,14861,3,2195,2269 -"195034",67836,15150,3,2195,2801 -"195035",67836,15558,3,2195,2389 -"195036",67836,20011,3,2195,2826 -"195037",67836,23728,3,2195,2601 -"195038",67836,42136,3,2195,2551 -"195039",67836,52950,2,2195,2716 -"195040",67838,1897,3,765,1727 -"195041",67838,2349,3,765,1288 -"195042",67838,2418,3,765,2020 -"195043",67838,2759,2,765,2030 -"195044",67838,2852,3,765,2448 -"195045",67838,4730,3,765,2131 -"195046",67838,5839,3,765,2301 -"195047",67838,6043,2,765,1038 -"195048",67838,6133,2,765,1229 -"195049",67838,6627,2,765,2063 -"195050",67838,7269,1,765,1728 -"195051",67838,7433,3,765,2255 -"195052",67838,7443,3,765,2028 -"195053",67838,8984,3,765,1162 -"195054",67838,9620,3,765,2339 -"195055",67838,10638,3,765,2692 -"195056",67838,10905,3,765,1552 -"195057",67838,10914,1,765,1660 -"195058",67838,11103,3,765,2393 -"195059",67838,11381,3,765,1638 -"195060",67838,11506,2,765,2824 -"195061",67838,15381,3,765,2289 -"195062",67838,16777,3,765,834 -"195063",67838,18464,3,765,2312 -"195064",67838,18571,2,765,2128 -"195065",67838,18943,2,765,2861 -"195066",67838,20007,3,765,2971 -"195067",67838,20432,2,765,1727 -"195068",67838,21180,3,765,2762 -"195069",67838,21463,1,765,2437 -"195070",67838,21741,3,765,1574 -"195071",67838,23513,3,765,900 -"195072",67838,26713,3,765,1235 -"195073",67838,27008,3,765,911 -"195074",67838,27783,3,765,2302 -"195075",67838,31164,2,765,1996 -"195076",67838,32449,2,765,2091 -"195077",67838,32988,3,765,2008 -"195078",67838,34162,3,765,2336 -"195079",67838,36136,2,765,2338 -"195080",67838,39105,2,765,2487 -"195081",67838,41023,3,765,2408 -"195082",67838,41978,3,765,2824 -"195083",67838,45730,3,765,2063 -"195084",67838,46951,2,765,2429 -"195085",67838,47583,3,765,817 -"195086",67838,49724,3,765,806 -"195087",67838,53013,3,765,2523 -"195088",67838,55775,3,765,2385 -"195089",67838,56338,3,765,1818 -"195090",67838,59005,3,765,2817 -"195091",67838,59039,3,765,2870 -"195092",67838,60979,3,765,1758 -"195093",67838,65316,3,765,1020 -"195094",67838,66911,3,765,1920 -"195095",67838,69335,3,765,2698 -"195096",67838,75955,3,765,866 -"195097",67838,76132,1,765,2426 -"195098",67838,76675,2,765,1840 -"195099",67838,77397,3,765,1302 -"195100",67838,93208,3,765,1324 -"195101",67838,94926,3,765,1611 -"195102",67838,104306,3,765,1665 -"195103",67838,111034,2,765,2131 -"195104",67838,115155,3,765,1942 -"195105",67908,13290,3,2385,2824 -"195106",67908,16286,3,2385,2470 -"195107",67908,37059,3,2385,2840 -"195108",67908,40035,3,2385,2742 -"195109",67908,42717,2,2385,2588 -"195110",67908,53739,3,2385,2704 -"195111",67942,237,3,973,1982 -"195112",67942,341,3,973,2689 -"195113",67942,841,3,973,2964 -"195114",67942,1846,3,973,1845 -"195115",67942,2229,3,973,1536 -"195116",67942,2979,3,973,2912 -"195117",67942,3456,3,973,1999 -"195118",67942,3493,3,973,2451 -"195119",67942,6821,2,973,1788 -"195120",67942,8062,3,973,2858 -"195121",67942,9484,3,973,1429 -"195122",67942,10215,3,973,2006 -"195123",67942,10336,3,973,2271 -"195124",67942,10350,2,973,1163 -"195125",67942,10373,3,973,2436 -"195126",67942,10739,3,973,1807 -"195127",67942,11588,3,973,2352 -"195128",67942,12078,3,973,2381 -"195129",67942,13842,3,973,2250 -"195130",67942,16437,3,973,1956 -"195131",67942,17257,3,973,1117 -"195132",67942,18672,3,973,1182 -"195133",67942,22723,3,973,2859 -"195134",67942,25378,3,973,1245 -"195135",67942,28116,3,973,1643 -"195136",67942,30891,2,973,1256 -"195137",67942,35589,2,973,983 -"195138",67942,41446,3,973,1103 -"195139",67942,41900,3,973,1970 -"195140",67942,43961,3,973,2443 -"195141",67942,46532,3,973,2005 -"195142",67942,50585,3,973,2414 -"195143",67942,53924,3,973,1289 -"195144",67942,58829,3,973,1256 -"195145",67942,64967,2,973,2872 -"195146",67942,68539,3,973,1158 -"195147",67942,95416,3,973,982 -"195148",67942,99288,3,973,983 -"195149",67942,119524,3,973,1930 -"195150",67942,119921,3,973,1113 -"195151",67957,92297,3,2823,2952 -"195152",67963,316,2,806,2413 -"195153",67963,1015,3,806,1174 -"195154",67963,2057,2,806,1965 -"195155",67963,2226,3,806,2225 -"195156",67963,2294,3,806,1638 -"195157",67963,2429,2,806,999 -"195158",67963,2489,3,806,1537 -"195159",67963,2798,3,806,1673 -"195160",67963,3453,3,806,2126 -"195161",67963,3493,3,806,2451 -"195162",67963,3770,2,806,2623 -"195163",67963,4526,3,806,1728 -"195164",67963,5235,3,806,2324 -"195165",67963,9227,3,806,1267 -"195166",67963,9723,3,806,2302 -"195167",67963,10333,3,806,1615 -"195168",67963,10336,3,806,2271 -"195169",67963,10766,3,806,2647 -"195170",67963,12249,3,806,1965 -"195171",67963,12778,3,806,2045 -"195172",67963,13296,3,806,839 -"195173",67963,14915,2,806,2606 -"195174",67963,16021,2,806,858 -"195175",67963,17133,3,806,924 -"195176",67963,17230,3,806,1965 -"195177",67963,17645,3,806,1918 -"195178",67963,19380,3,806,2637 -"195179",67963,23154,2,806,2345 -"195180",67963,24096,3,806,2612 -"195181",67963,26734,3,806,2299 -"195182",67963,29997,3,806,1789 -"195183",67963,32202,3,806,2314 -"195184",67963,37059,3,806,2840 -"195185",67963,40879,3,806,2019 -"195186",67963,41969,3,806,2189 -"195187",67963,44786,3,806,1096 -"195188",67963,45729,3,806,2606 -"195189",67963,46261,2,806,2350 -"195190",67963,46726,3,806,943 -"195191",67963,52699,3,806,1372 -"195192",67963,58829,3,806,1256 -"195193",67963,59039,3,806,2870 -"195194",67963,59670,2,806,1173 -"195195",67963,62668,3,806,958 -"195196",67963,62746,3,806,2119 -"195197",67963,69131,3,806,2122 -"195198",67963,70070,3,806,2425 -"195199",67963,73172,3,806,2496 -"195200",67963,73192,3,806,1955 -"195201",67963,73582,3,806,2075 -"195202",67963,79420,3,806,1061 -"195203",67963,82023,3,806,992 -"195204",67963,94625,3,806,2105 -"195205",67963,104828,3,806,1609 -"195206",68013,288,3,743,947 -"195207",68013,543,3,743,2203 -"195208",68013,1090,3,743,2370 -"195209",68013,1616,3,743,2662 -"195210",68013,2181,3,743,2030 -"195211",68013,2484,3,743,2389 -"195212",68013,3088,2,743,1670 -"195213",68013,3161,3,743,2229 -"195214",68013,5462,3,743,2374 -"195215",68013,5504,3,743,2389 -"195216",68013,7942,3,743,2623 -"195217",68013,8513,3,743,875 -"195218",68013,12713,2,743,2440 -"195219",68013,13945,3,743,1324 -"195220",68013,17410,3,743,2073 -"195221",68013,19963,3,743,810 -"195222",68013,20700,3,743,2861 -"195223",68013,22749,3,743,1727 -"195224",68013,23806,3,743,1671 -"195225",68013,28216,3,743,1910 -"195226",68013,35256,3,743,2271 -"195227",68013,42814,3,743,1149 -"195228",68013,44427,3,743,2875 -"195229",68013,53851,3,743,2305 -"195230",68013,60689,3,743,859 -"195231",68013,70647,3,743,2795 -"195232",68013,77466,3,743,1585 -"195233",68013,94125,3,743,2280 -"195234",68013,99273,3,743,825 -"195235",68013,109415,3,743,1328 -"195236",68024,8275,3,1531,2237 -"195237",68024,12692,3,1531,1855 -"195238",68024,12778,3,1531,2045 -"195239",68024,15207,3,1531,1855 -"195240",68024,19593,3,1531,2013 -"195241",68024,22415,3,1531,2841 -"195242",68024,23006,3,1531,1532 -"195243",68024,27104,3,1531,1608 -"195244",68024,36441,2,1531,2796 -"195245",68024,42799,3,1531,2729 -"195246",68024,45903,3,1531,2237 -"195247",68024,46635,3,1531,2528 -"195248",68024,56903,2,1531,1584 -"195249",68024,76356,3,1531,2323 -"195250",68024,82949,3,1531,2077 -"195251",68024,86785,3,1531,1607 -"195252",68043,288,3,690,947 -"195253",68043,380,2,690,2261 -"195254",68043,1102,3,690,2282 -"195255",68043,2224,3,690,2751 -"195256",68043,2269,3,690,984 -"195257",68043,2407,3,690,1725 -"195258",68043,2563,2,690,1686 -"195259",68043,2572,3,690,2273 -"195260",68043,3068,3,690,1815 -"195261",68043,3306,3,690,1989 -"195262",68043,3748,3,690,2052 -"195263",68043,3801,2,690,1974 -"195264",68043,3849,3,690,1356 -"195265",68043,4690,3,690,1938 -"195266",68043,5120,2,690,2735 -"195267",68043,5235,3,690,2324 -"195268",68043,5315,3,690,2631 -"195269",68043,5346,3,690,1438 -"195270",68043,6074,3,690,2426 -"195271",68043,6363,3,690,2066 -"195272",68043,7475,3,690,1284 -"195273",68043,7502,3,690,1519 -"195274",68043,7582,3,690,1099 -"195275",68043,8772,3,690,847 -"195276",68043,8984,3,690,1162 -"195277",68043,9202,2,690,2477 -"195278",68043,9364,3,690,1698 -"195279",68043,9805,3,690,1621 -"195280",68043,10513,1,690,2284 -"195281",68043,11540,3,690,1237 -"195282",68043,11576,3,690,808 -"195283",68043,12602,3,690,1956 -"195284",68043,12724,3,690,1930 -"195285",68043,14834,3,690,2739 -"195286",68043,15207,3,690,1855 -"195287",68043,15632,3,690,1242 -"195288",68043,16866,3,690,2718 -"195289",68043,16877,3,690,2509 -"195290",68043,16940,3,690,1290 -"195291",68043,18211,2,690,1745 -"195292",68043,18865,3,690,2676 -"195293",68043,19096,3,690,1538 -"195294",68043,19668,3,690,696 -"195295",68043,19719,3,690,2177 -"195296",68043,20124,3,690,2376 -"195297",68043,20624,2,690,1298 -"195298",68043,20687,3,690,1248 -"195299",68043,21138,3,690,2849 -"195300",68043,21198,3,690,935 -"195301",68043,22374,3,690,1226 -"195302",68043,22586,3,690,1341 -"195303",68043,23450,3,690,967 -"195304",68043,26749,3,690,2965 -"195305",68043,28057,1,690,1067 -"195306",68043,30334,3,690,2075 -"195307",68043,33430,3,690,2225 -"195308",68043,33621,3,690,1319 -"195309",68043,34836,3,690,2302 -"195310",68043,35752,3,690,1158 -"195311",68043,37636,3,690,2178 -"195312",68043,38780,3,690,2705 -"195313",68043,39535,3,690,2428 -"195314",68043,40022,3,690,2307 -"195315",68043,40392,3,690,1878 -"195316",68043,40893,3,690,1116 -"195317",68043,41023,3,690,2408 -"195318",68043,41955,3,690,2479 -"195319",68043,44819,3,690,2063 -"195320",68043,46091,3,690,1938 -"195321",68043,46950,3,690,2673 -"195322",68043,47248,3,690,2883 -"195323",68043,47772,3,690,2293 -"195324",68043,49512,3,690,1302 -"195325",68043,51017,2,690,2073 -"195326",68043,51035,3,690,2397 -"195327",68043,51783,3,690,2599 -"195328",68043,52576,3,690,2234 -"195329",68043,55320,3,690,1643 -"195330",68043,58508,3,690,2326 -"195331",68043,58854,2,690,1131 -"195332",68043,63395,3,690,2334 -"195333",68043,63547,3,690,1023 -"195334",68043,66622,3,690,799 -"195335",68043,66983,3,690,2397 -"195336",68043,69712,2,690,1219 -"195337",68043,71342,2,690,1289 -"195338",68043,72468,3,690,2292 -"195339",68043,72956,3,690,1251 -"195340",68043,76284,3,690,1237 -"195341",68043,79350,3,690,2261 -"195342",68043,80825,2,690,2315 -"195343",68043,84907,3,690,1259 -"195344",68043,87692,3,690,775 -"195345",68043,90802,3,690,877 -"195346",68043,92491,3,690,1968 -"195347",68043,94520,2,690,1243 -"195348",68043,98080,3,690,1265 -"195349",68043,101395,3,690,891 -"195350",68043,104565,2,690,2693 -"195351",68043,106725,3,690,710 -"195352",68046,728,3,294,1812 -"195353",68046,1026,1,294,493 -"195354",68046,4066,3,294,1736 -"195355",68046,6697,3,294,2438 -"195356",68046,7014,3,294,2401 -"195357",68046,8726,3,294,2083 -"195358",68046,10739,3,294,1807 -"195359",68046,12586,3,294,613 -"195360",68046,15180,3,294,610 -"195361",68046,15683,2,294,1729 -"195362",68046,16351,2,294,893 -"195363",68046,18965,3,294,2315 -"195364",68046,20200,3,294,2322 -"195365",68046,31303,2,294,1040 -"195366",68046,34472,3,294,837 -"195367",68046,37279,1,294,2768 -"195368",68046,53924,3,294,1289 -"195369",68046,55325,3,294,653 -"195370",68046,65223,3,294,2724 -"195371",68046,71412,2,294,1974 -"195372",68046,83336,2,294,1397 -"195373",68046,90943,3,294,1754 -"195374",68046,93930,3,294,1268 -"195375",68046,95708,3,294,433 -"195376",68046,96300,3,294,2594 -"195377",68055,2798,2,1236,1673 -"195378",68055,18543,3,1236,2968 -"195379",68055,19380,3,1236,2637 -"195380",68055,25325,3,1236,2963 -"195381",68055,29917,3,1236,1962 -"195382",68055,51360,3,1236,1882 -"195383",68055,69591,3,1236,2294 -"195384",68055,71274,3,1236,2390 -"195385",68055,80606,3,1236,2079 -"195386",68055,84426,3,1236,1301 -"195387",68055,94625,3,1236,2105 -"195388",68083,6030,3,2795,2953 -"195389",68083,14959,3,2795,2898 -"195390",68098,2036,3,2378,2483 -"195391",68098,5504,3,2378,2389 -"195392",68098,19862,3,2378,2412 -"195393",68098,27478,2,2378,2485 -"195394",68098,31799,3,2378,2547 -"195395",68098,49696,3,2378,2444 -"195396",68098,57977,3,2378,2683 -"195397",68098,93615,3,2378,2386 -"195398",68155,40756,3,1577,2329 -"195399",68155,41250,3,1577,1703 -"195400",68155,58238,3,1577,1944 -"195401",68209,19332,3,124,1214 -"195402",68209,54552,3,124,481 -"195403",68209,106419,2,124,1411 -"195404",68215,3305,2,2727,2839 -"195405",68215,4932,3,2727,2752 -"195406",68215,10148,3,2727,2964 -"195407",68215,16195,3,2727,2964 -"195408",68215,18361,3,2727,2968 -"195409",68215,34426,3,2727,2743 -"195410",68215,43455,3,2727,2846 -"195411",68215,46602,3,2727,2786 -"195412",68215,54929,3,2727,2783 -"195413",68215,55691,3,2727,2856 -"195414",68215,99215,3,2727,2791 -"195415",68215,117956,3,2727,2774 -"195416",68229,19934,3,2219,2888 -"195417",68262,1708,3,441,1591 -"195418",68262,2443,3,441,2333 -"195419",68262,2647,3,441,2450 -"195420",68262,2927,3,441,1789 -"195421",68262,6295,2,441,856 -"195422",68262,7604,2,441,1366 -"195423",68262,9269,2,441,1892 -"195424",68262,9895,1,441,1960 -"195425",68262,9910,2,441,2526 -"195426",68262,9948,2,441,2019 -"195427",68262,12632,3,441,1174 -"195428",68262,12914,2,441,1557 -"195429",68262,14212,3,441,857 -"195430",68262,15281,3,441,810 -"195431",68262,15926,2,441,545 -"195432",68262,16347,3,441,1868 -"195433",68262,20695,2,441,2526 -"195434",68262,21044,2,441,1574 -"195435",68262,25345,2,441,713 -"195436",68262,26740,3,441,2695 -"195437",68262,32966,3,441,1583 -"195438",68262,34331,3,441,1727 -"195439",68262,38697,3,441,2701 -"195440",68262,39009,3,441,1594 -"195441",68262,42382,3,441,2224 -"195442",68262,43768,3,441,1468 -"195443",68262,44744,3,441,2032 -"195444",68262,46568,3,441,822 -"195445",68262,46616,3,441,1917 -"195446",68262,47607,3,441,2724 -"195447",68262,49708,2,441,1147 -"195448",68262,53020,3,441,2747 -"195449",68262,53584,2,441,2391 -"195450",68262,56364,3,441,1626 -"195451",68262,63329,3,441,639 -"195452",68262,76796,3,441,1140 -"195453",68262,79874,3,441,1570 -"195454",68262,80801,2,441,1250 -"195455",68262,84591,1,441,1685 -"195456",68262,85926,3,441,907 -"195457",68262,87915,2,441,1152 -"195458",68262,92630,3,441,1583 -"195459",68262,101381,2,441,977 -"195460",68262,101666,2,441,1257 -"195461",68275,1520,3,1158,1716 -"195462",68275,2057,3,1158,1965 -"195463",68275,2747,3,1158,2411 -"195464",68275,4066,3,1158,1736 -"195465",68275,9481,2,1158,1610 -"195466",68275,9503,3,1158,2453 -"195467",68275,9787,3,1158,2858 -"195468",68275,10336,3,1158,2271 -"195469",68275,10453,3,1158,1656 -"195470",68275,14287,3,1158,1583 -"195471",68275,16501,3,1158,1650 -"195472",68275,19751,3,1158,1630 -"195473",68275,20220,3,1158,1656 -"195474",68275,23131,3,1158,1732 -"195475",68275,26959,3,1158,1961 -"195476",68275,27914,3,1158,2507 -"195477",68275,29286,3,1158,1612 -"195478",68275,30368,3,1158,2487 -"195479",68275,30525,3,1158,1964 -"195480",68275,31542,3,1158,2459 -"195481",68275,32311,3,1158,2396 -"195482",68275,34831,3,1158,1866 -"195483",68275,36912,3,1158,2469 -"195484",68275,37036,3,1158,2264 -"195485",68275,46532,3,1158,2005 -"195486",68275,51879,3,1158,1771 -"195487",68275,56569,3,1158,1993 -"195488",68275,60879,3,1158,2792 -"195489",68275,61125,3,1158,1673 -"195490",68275,63077,2,1158,2778 -"195491",68275,76143,3,1158,1610 -"195492",68275,81164,2,1158,2260 -"195493",68275,82819,3,1158,1900 -"195494",68275,82932,3,1158,2245 -"195495",68275,104828,3,1158,1609 -"195496",68286,6062,3,2442,2681 -"195497",68286,14470,3,2442,2632 -"195498",68299,2028,3,866,1978 -"195499",68299,2972,3,866,1708 -"195500",68299,9311,3,866,2477 -"195501",68299,11662,3,866,1139 -"195502",68299,14983,3,866,1047 -"195503",68299,15453,3,866,1688 -"195504",68299,15636,2,866,2857 -"195505",68299,15930,3,866,2541 -"195506",68299,16053,3,866,908 -"195507",68299,16111,3,866,1714 -"195508",68299,16120,3,866,1237 -"195509",68299,19637,2,866,1229 -"195510",68299,20067,3,866,2390 -"195511",68299,21138,3,866,2849 -"195512",68299,22033,3,866,1356 -"195513",68299,22966,3,866,2112 -"195514",68299,23787,2,866,2810 -"195515",68299,23869,3,866,1918 -"195516",68299,25399,3,866,2784 -"195517",68299,26249,3,866,2301 -"195518",68299,28131,3,866,1492 -"195519",68299,29095,3,866,2531 -"195520",68299,30150,3,866,1704 -"195521",68299,30883,3,866,1629 -"195522",68299,31099,3,866,1356 -"195523",68299,31700,2,866,2727 -"195524",68299,33356,3,866,1586 -"195525",68299,35428,3,866,2263 -"195526",68299,35529,2,866,1620 -"195527",68299,37238,3,866,2609 -"195528",68299,37937,3,866,1320 -"195529",68299,45136,3,866,877 -"195530",68299,46803,3,866,2305 -"195531",68299,47715,3,866,2111 -"195532",68299,50269,2,866,1966 -"195533",68299,50382,3,866,2244 -"195534",68299,60718,3,866,1229 -"195535",68299,62089,2,866,929 -"195536",68299,70203,3,866,2756 -"195537",68299,70996,3,866,1037 -"195538",68299,76721,3,866,1174 -"195539",68299,79612,3,866,927 -"195540",68299,89072,3,866,1099 -"195541",68299,100140,3,866,1041 -"195542",68314,2936,3,2180,2512 -"195543",68314,4681,3,2180,2356 -"195544",68314,9723,3,2180,2302 -"195545",68314,19215,3,2180,2604 -"195546",68314,19364,3,2180,2846 -"195547",68314,22580,3,2180,2245 -"195548",68314,22709,2,2180,2743 -"195549",68314,34921,3,2180,2181 -"195550",68314,63837,2,2180,2807 -"195551",68317,8259,3,874,1677 -"195552",68317,10343,2,874,1072 -"195553",68317,11154,2,874,1594 -"195554",68317,12007,3,874,1594 -"195555",68317,12684,3,874,2182 -"195556",68317,14655,3,874,2559 -"195557",68317,15343,3,874,2125 -"195558",68317,15560,3,874,2257 -"195559",68317,17021,3,874,1226 -"195560",68317,17328,3,874,1206 -"195561",68317,20049,3,874,877 -"195562",68317,21872,3,874,2458 -"195563",68317,25730,3,874,1206 -"195564",68317,36031,2,874,2342 -"195565",68317,38140,3,874,1866 -"195566",68317,45664,3,874,2235 -"195567",68317,71982,3,874,2812 -"195568",68317,76672,3,874,1930 -"195569",68317,77057,3,874,1866 -"195570",68317,77095,3,874,1622 -"195571",68317,85638,3,874,2275 -"195572",68317,89681,2,874,1978 -"195573",68328,3669,3,683,2524 -"195574",68328,11665,3,683,1643 -"195575",68328,15916,3,683,1236 -"195576",68328,26513,3,683,2205 -"195577",68328,43250,3,683,1300 -"195578",68328,47557,1,683,999 -"195579",68328,49147,3,683,2539 -"195580",68328,51448,3,683,1593 -"195581",68328,55405,3,683,2788 -"195582",68328,83860,3,683,1522 -"195583",68345,798,3,1095,2476 -"195584",68345,2057,3,1095,1965 -"195585",68345,3564,2,1095,2717 -"195586",68345,4430,3,1095,2019 -"195587",68345,5599,2,1095,1684 -"195588",68345,6724,3,1095,2151 -"195589",68345,6942,3,1095,1232 -"195590",68345,10210,2,1095,1905 -"195591",68345,12067,3,1095,1213 -"195592",68345,14449,3,1095,1258 -"195593",68345,19433,3,1095,2504 -"195594",68345,20124,3,1095,2376 -"195595",68345,23825,3,1095,1913 -"195596",68345,26336,3,1095,1904 -"195597",68345,26642,3,1095,2952 -"195598",68345,27882,3,1095,1897 -"195599",68345,32606,3,1095,2100 -"195600",68345,35004,1,1095,1509 -"195601",68345,35715,1,1095,2912 -"195602",68345,35797,3,1095,2482 -"195603",68345,36514,3,1095,1192 -"195604",68345,40819,2,1095,1556 -"195605",68345,41134,3,1095,2952 -"195606",68345,44074,3,1095,1299 -"195607",68345,47375,3,1095,2043 -"195608",68345,47968,3,1095,2829 -"195609",68345,48238,2,1095,1194 -"195610",68345,58875,3,1095,1899 -"195611",68345,61240,3,1095,2651 -"195612",68345,65856,1,1095,2504 -"195613",68345,72348,2,1095,1810 -"195614",68345,74474,2,1095,2338 -"195615",68345,76971,3,1095,2145 -"195616",68345,80606,1,1095,2079 -"195617",68382,3765,3,1047,2775 -"195618",68382,6162,3,1047,1673 -"195619",68382,10382,3,1047,2111 -"195620",68382,17721,2,1047,1410 -"195621",68382,17938,3,1047,1410 -"195622",68382,18752,3,1047,2607 -"195623",68382,19453,3,1047,1928 -"195624",68382,23745,3,1047,1968 -"195625",68382,26421,3,1047,2634 -"195626",68382,26595,3,1047,1566 -"195627",68382,36578,3,1047,1484 -"195628",68382,39556,3,1047,2747 -"195629",68382,53779,3,1047,2000 -"195630",68382,54879,3,1047,2210 -"195631",68382,57732,3,1047,2454 -"195632",68382,64502,2,1047,1670 -"195633",68382,64699,2,1047,2797 -"195634",68382,67145,1,1047,2015 -"195635",68382,79382,2,1047,1908 -"195636",68398,43360,3,978,979 -"195637",68398,49415,3,978,2654 -"195638",68398,76931,3,978,1338 -"195639",68416,33755,3,2939,2963 -"195640",68416,50635,3,2939,2962 -"195641",68419,2370,3,654,1600 -"195642",68419,7932,3,654,789 -"195643",68419,16866,3,654,2718 -"195644",68419,40510,3,654,943 -"195645",68419,45449,2,654,1610 -"195646",68419,45450,2,654,1590 -"195647",68419,48254,2,654,1013 -"195648",68419,48781,2,654,954 -"195649",68419,48931,3,654,2444 -"195650",68419,79639,3,654,1013 -"195651",68419,80186,3,654,2228 -"195652",68419,90852,3,654,764 -"195653",68419,100084,3,654,1964 -"195654",68452,66693,3,1606,2554 -"195655",68452,94625,3,1606,2105 -"195656",68460,388,3,599,1594 -"195657",68460,1150,3,599,1595 -"195658",68460,1556,2,599,643 -"195659",68460,1560,3,599,2013 -"195660",68460,2370,3,599,1600 -"195661",68460,2603,3,599,2906 -"195662",68460,3477,3,599,2546 -"195663",68460,6063,3,599,2349 -"195664",68460,6562,2,599,1139 -"195665",68460,9912,2,599,1356 -"195666",68460,10279,2,599,886 -"195667",68460,11135,2,599,2441 -"195668",68460,11429,2,599,2520 -"195669",68460,12031,3,599,1957 -"195670",68460,12735,3,599,819 -"195671",68460,12779,3,599,936 -"195672",68460,13024,2,599,2468 -"195673",68460,13150,3,599,1570 -"195674",68460,14761,3,599,2502 -"195675",68460,15502,3,599,2637 -"195676",68460,17159,3,599,883 -"195677",68460,17999,3,599,2758 -"195678",68460,18217,3,599,1566 -"195679",68460,19687,3,599,2072 -"195680",68460,20413,3,599,806 -"195681",68460,21976,3,599,1808 -"195682",68460,22462,3,599,869 -"195683",68460,22905,3,599,2599 -"195684",68460,23302,3,599,2677 -"195685",68460,23639,3,599,2065 -"195686",68460,23731,3,599,1656 -"195687",68460,24116,2,599,1413 -"195688",68460,24441,3,599,2256 -"195689",68460,25270,3,599,985 -"195690",68460,25886,2,599,1580 -"195691",68460,26567,3,599,1158 -"195692",68460,29276,3,599,2000 -"195693",68460,32939,3,599,2277 -"195694",68460,33223,3,599,2397 -"195695",68460,34953,3,599,1817 -"195696",68460,36506,3,599,2638 -"195697",68460,36662,3,599,2967 -"195698",68460,37342,3,599,2649 -"195699",68460,40392,3,599,1878 -"195700",68460,40542,3,599,1664 -"195701",68460,41051,3,599,2767 -"195702",68460,43929,3,599,2749 -"195703",68460,45487,2,599,2256 -"195704",68460,47063,3,599,739 -"195705",68460,47827,2,599,1957 -"195706",68460,48764,3,599,860 -"195707",68460,51448,3,599,1593 -"195708",68460,56212,3,599,1410 -"195709",68460,78460,3,599,985 -"195710",68460,80061,1,599,1223 -"195711",68460,89955,2,599,1452 -"195712",68460,93317,2,599,1223 -"195713",68460,93670,3,599,1682 -"195714",68460,94339,3,599,2768 -"195715",68460,95211,3,599,2462 -"195716",68460,95661,3,599,872 -"195717",68460,99955,3,599,1223 -"195718",68460,103989,3,599,1207 -"195719",68460,104542,3,599,897 -"195720",68460,115194,3,599,604 -"195721",68461,1364,1,32,859 -"195722",68461,3144,2,32,869 -"195723",68461,3628,3,32,2707 -"195724",68461,5839,2,32,2301 -"195725",68461,6914,3,32,2668 -"195726",68461,11351,3,32,2971 -"195727",68461,15089,2,32,469 -"195728",68461,15962,3,32,660 -"195729",68461,17750,3,32,672 -"195730",68461,19718,2,32,1702 -"195731",68461,21133,3,32,1320 -"195732",68461,23729,3,32,1624 -"195733",68461,25816,3,32,2088 -"195734",68461,26342,3,32,527 -"195735",68461,29449,3,32,2916 -"195736",68461,32503,3,32,2020 -"195737",68461,39081,3,32,1597 -"195738",68461,40931,2,32,2301 -"195739",68461,43173,3,32,2895 -"195740",68461,73675,3,32,887 -"195741",68461,81221,3,32,2285 -"195742",68461,121291,3,32,1955 -"195743",68523,701,2,1664,2718 -"195744",68523,6363,2,1664,2066 -"195745",68523,21929,3,1664,2062 -"195746",68523,25985,3,1664,2071 -"195747",68523,27173,3,1664,2050 -"195748",68523,32965,3,1664,2071 -"195749",68523,34464,2,1664,1741 -"195750",68523,37285,3,1664,2428 -"195751",68523,39535,2,1664,2428 -"195752",68523,41033,3,1664,1839 -"195753",68523,47098,3,1664,2057 -"195754",68523,50785,3,1664,2877 -"195755",68523,51041,3,1664,2606 -"195756",68523,99860,3,1664,2071 -"195757",68539,798,3,1158,2476 -"195758",68539,1314,3,1158,1522 -"195759",68539,1846,2,1158,1845 -"195760",68539,2852,3,1158,2448 -"195761",68539,2936,3,1158,2512 -"195762",68539,3493,2,1158,2451 -"195763",68539,4526,3,1158,1728 -"195764",68539,4612,1,1158,2804 -"195765",68539,4730,3,1158,2131 -"195766",68539,5683,3,1158,2468 -"195767",68539,7896,3,1158,2447 -"195768",68539,9481,3,1158,1610 -"195769",68539,9503,3,1158,2453 -"195770",68539,9787,3,1158,2858 -"195771",68539,10350,3,1158,1163 -"195772",68539,10453,2,1158,1656 -"195773",68539,11239,3,1158,2181 -"195774",68539,12078,3,1158,2381 -"195775",68539,12361,3,1158,2732 -"195776",68539,14449,3,1158,1258 -"195777",68539,14749,3,1158,1998 -"195778",68539,16365,3,1158,2217 -"195779",68539,16501,3,1158,1650 -"195780",68539,19610,3,1158,1236 -"195781",68539,19655,3,1158,2706 -"195782",68539,20220,3,1158,1656 -"195783",68539,20941,3,1158,2725 -"195784",68539,22364,3,1158,1809 -"195785",68539,23154,3,1158,2345 -"195786",68539,23471,3,1158,2488 -"195787",68539,25163,3,1158,1751 -"195788",68539,27742,2,1158,2700 -"195789",68539,27897,3,1158,1968 -"195790",68539,27914,3,1158,2507 -"195791",68539,29267,3,1158,1234 -"195792",68539,29286,2,1158,1612 -"195793",68539,29319,3,1158,2314 -"195794",68539,30525,3,1158,1964 -"195795",68539,31335,3,1158,2351 -"195796",68539,32560,3,1158,1258 -"195797",68539,34216,3,1158,2832 -"195798",68539,35477,2,1158,2703 -"195799",68539,36912,3,1158,2469 -"195800",68539,39256,3,1158,2449 -"195801",68539,40035,3,1158,2742 -"195802",68539,40138,2,1158,2719 -"195803",68539,46384,3,1158,2285 -"195804",68539,46486,3,1158,1868 -"195805",68539,46532,3,1158,2005 -"195806",68539,50229,3,1158,1190 -"195807",68539,50335,3,1158,1893 -"195808",68539,50354,3,1158,1299 -"195809",68539,51144,3,1158,2466 -"195810",68539,52136,3,1158,1412 -"195811",68539,52215,3,1158,1908 -"195812",68539,53739,3,1158,2704 -"195813",68539,54663,3,1158,1424 -"195814",68539,55208,3,1158,1219 -"195815",68539,58655,3,1158,2685 -"195816",68539,63644,3,1158,1267 -"195817",68539,67252,3,1158,1215 -"195818",68539,72597,3,1158,1843 -"195819",68539,72632,3,1158,1289 -"195820",68539,73582,3,1158,2075 -"195821",68539,81162,3,1158,1240 -"195822",68539,85198,3,1158,1794 -"195823",68539,91849,3,1158,1166 -"195824",68539,101435,3,1158,1236 -"195825",68539,115021,3,1158,1226 -"195826",68550,6241,2,1820,2264 -"195827",68550,10859,3,1820,2231 -"195828",68550,17906,3,1820,1940 -"195829",68550,17983,2,1820,1931 -"195830",68550,35069,3,1820,2069 -"195831",68550,39278,2,1820,1952 -"195832",68550,47362,3,1820,2253 -"195833",68586,6989,3,2322,2623 -"195834",68586,11136,3,2322,2573 -"195835",68586,14754,3,2322,2456 -"195836",68586,25741,3,2322,2853 -"195837",68586,26642,3,2322,2952 -"195838",68586,31089,3,2322,2952 -"195839",68586,35797,3,2322,2482 -"195840",68586,36953,3,2322,2790 -"195841",68586,41134,2,2322,2952 -"195842",68586,41694,3,2322,2358 -"195843",68586,47968,3,2322,2829 -"195844",68586,52471,3,2322,2483 -"195845",68586,71712,3,2322,2399 -"195846",68592,2334,3,2551,2619 -"195847",68592,10638,3,2551,2692 -"195848",68592,11506,3,2551,2824 -"195849",68592,18943,3,2551,2861 -"195850",68592,31131,3,2551,2810 -"195851",68592,38755,3,2551,2902 -"195852",68592,59039,3,2551,2870 -"195853",68592,69335,3,2551,2698 -"195854",68652,1822,3,2878,2888 -"195855",68652,44654,3,2878,2916 -"195856",68670,283,3,565,2082 -"195857",68670,378,3,565,2766 -"195858",68670,3100,2,565,2524 -"195859",68670,3786,2,565,2282 -"195860",68670,6071,2,565,2310 -"195861",68670,6562,3,565,1139 -"195862",68670,9912,3,565,1356 -"195863",68670,11135,2,565,2441 -"195864",68670,15502,3,565,2637 -"195865",68670,15916,3,565,1236 -"195866",68670,19621,3,565,725 -"195867",68670,19687,2,565,2072 -"195868",68670,20413,2,565,806 -"195869",68670,20517,3,565,1465 -"195870",68670,21976,3,565,1808 -"195871",68670,23639,2,565,2065 -"195872",68670,23731,2,565,1656 -"195873",68670,24116,2,565,1413 -"195874",68670,25270,2,565,985 -"195875",68670,25286,2,565,1545 -"195876",68670,25451,3,565,698 -"195877",68670,25886,3,565,1580 -"195878",68670,26567,1,565,1158 -"195879",68670,28567,3,565,2398 -"195880",68670,32312,3,565,1472 -"195881",68670,33363,3,565,2475 -"195882",68670,34055,2,565,1881 -"195883",68670,34559,3,565,1105 -"195884",68670,40893,3,565,1116 -"195885",68670,42195,2,565,573 -"195886",68670,44723,2,565,1224 -"195887",68670,45487,3,565,2256 -"195888",68670,45903,3,565,2237 -"195889",68670,47130,3,565,2654 -"195890",68670,47330,3,565,2422 -"195891",68670,48764,3,565,860 -"195892",68670,51448,3,565,1593 -"195893",68670,52686,3,565,916 -"195894",68670,56212,2,565,1410 -"195895",68670,56673,3,565,2419 -"195896",68670,56903,3,565,1584 -"195897",68670,57383,3,565,1302 -"195898",68670,59788,3,565,2315 -"195899",68670,62498,3,565,1698 -"195900",68670,65223,3,565,2724 -"195901",68670,67763,3,565,822 -"195902",68670,78460,2,565,985 -"195903",68670,79236,3,565,1505 -"195904",68670,79404,2,565,1079 -"195905",68670,80728,3,565,599 -"195906",68670,80896,3,565,943 -"195907",68670,81134,1,565,1384 -"195908",68670,81853,3,565,1207 -"195909",68670,83133,3,565,1055 -"195910",68670,85264,3,565,1236 -"195911",68670,85356,3,565,1492 -"195912",68670,92381,1,565,1237 -"195913",68670,92947,3,565,1289 -"195914",68670,93317,3,565,1223 -"195915",68670,93670,3,565,1682 -"195916",68670,94399,3,565,963 -"195917",68670,95661,2,565,872 -"195918",68670,98003,2,565,573 -"195919",68670,99194,3,565,1271 -"195920",68670,104542,3,565,897 -"195921",68670,106554,2,565,1270 -"195922",68670,115194,2,565,604 -"195923",68670,116792,3,565,2397 -"195924",68691,21,3,1209,1385 -"195925",68691,237,3,1209,1982 -"195926",68691,862,2,1209,2254 -"195927",68691,1046,3,1209,1881 -"195928",68691,1314,3,1209,1522 -"195929",68691,1519,3,1209,2349 -"195930",68691,2057,3,1209,1965 -"195931",68691,4001,3,1209,1687 -"195932",68691,5346,3,1209,1438 -"195933",68691,8865,3,1209,2394 -"195934",68691,9115,1,1209,2068 -"195935",68691,9227,3,1209,1267 -"195936",68691,10336,3,1209,2271 -"195937",68691,10457,2,1209,1711 -"195938",68691,11585,3,1209,1817 -"195939",68691,12361,3,1209,2732 -"195940",68691,13051,3,1209,2692 -"195941",68691,14061,3,1209,1620 -"195942",68691,14586,3,1209,2801 -"195943",68691,15683,3,1209,1729 -"195944",68691,20941,3,1209,2725 -"195945",68691,21528,3,1209,1807 -"195946",68691,29289,3,1209,1756 -"195947",68691,29977,3,1209,2781 -"195948",68691,29997,2,1209,1789 -"195949",68691,30262,3,1209,1715 -"195950",68691,37475,1,1209,1509 -"195951",68691,38691,3,1209,2585 -"195952",68691,41023,3,1209,2408 -"195953",68691,44074,3,1209,1299 -"195954",68691,46532,3,1209,2005 -"195955",68691,48015,3,1209,1355 -"195956",68691,59683,2,1209,2068 -"195957",68691,63837,1,1209,2807 -"195958",68691,68314,3,1209,2180 -"195959",68691,68876,1,1209,1397 -"195960",68691,69232,2,1209,2130 -"195961",68691,83301,3,1209,1385 -"195962",68691,90943,3,1209,1754 -"195963",68691,92850,3,1209,1971 -"195964",68691,97990,3,1209,1223 -"195965",68696,602,3,1776,2632 -"195966",68696,22311,3,1776,2034 -"195967",68700,2863,3,639,1657 -"195968",68700,3171,2,639,700 -"195969",68700,5346,3,639,1438 -"195970",68700,13724,3,639,1573 -"195971",68700,15207,3,639,1855 -"195972",68700,15453,3,639,1688 -"195973",68700,21249,2,639,1635 -"195974",68700,35186,2,639,1520 -"195975",68700,42196,3,639,2765 -"195976",68700,42642,3,639,2257 -"195977",68700,44193,2,639,989 -"195978",68700,53968,3,639,2703 -"195979",68700,58812,3,639,1170 -"195980",68700,60516,3,639,2257 -"195981",68700,77811,3,639,1871 -"195982",68700,81269,3,639,1570 -"195983",68700,84268,2,639,1217 -"195984",68700,86152,3,639,1944 -"195985",68700,94520,3,639,1243 -"195986",68700,96563,1,639,961 -"195987",68730,12966,3,508,2011 -"195988",68730,13595,3,508,1164 -"195989",68730,14212,3,508,857 -"195990",68730,16963,3,508,1999 -"195991",68730,36478,3,508,2808 -"195992",68730,41489,3,508,2006 -"195993",68730,45297,3,508,1864 -"195994",68730,51505,2,508,1572 -"195995",68730,52386,2,508,1830 -"195996",68730,66368,1,508,2413 -"195997",68730,67289,3,508,829 -"195998",68730,82217,3,508,2441 -"195999",68730,96332,3,508,1197 -"196000",68730,105435,3,508,684 -"196001",68730,122938,3,508,1023 -"196002",68776,822,2,689,1475 -"196003",68776,11135,3,689,2441 -"196004",68776,12031,3,689,1957 -"196005",68776,15502,3,689,2637 -"196006",68776,19057,2,689,2664 -"196007",68776,22249,2,689,1892 -"196008",68776,32060,2,689,1199 -"196009",68776,32235,1,689,2109 -"196010",68776,32312,1,689,1472 -"196011",68776,34055,2,689,1881 -"196012",68776,35688,2,689,1551 -"196013",68776,48764,3,689,860 -"196014",68776,51448,3,689,1593 -"196015",68776,52686,3,689,916 -"196016",68776,55436,3,689,2513 -"196017",68776,66014,2,689,880 -"196018",68776,79404,3,689,1079 -"196019",68776,81134,3,689,1384 -"196020",68789,798,3,1929,2476 -"196021",68789,841,3,1929,2964 -"196022",68789,1691,3,1929,1941 -"196023",68789,2852,2,1929,2448 -"196024",68789,5897,3,1929,2337 -"196025",68789,7014,3,1929,2401 -"196026",68789,8610,3,1929,2240 -"196027",68789,8726,2,1929,2083 -"196028",68789,8860,3,1929,2141 -"196029",68789,10222,3,1929,2212 -"196030",68789,14754,3,1929,2456 -"196031",68789,20011,3,1929,2826 -"196032",68789,26734,2,1929,2299 -"196033",68789,32549,2,1929,2111 -"196034",68789,32606,3,1929,2100 -"196035",68789,32818,3,1929,2485 -"196036",68789,35477,3,1929,2703 -"196037",68789,37929,3,1929,2393 -"196038",68789,39534,3,1929,2410 -"196039",68789,41023,3,1929,2408 -"196040",68789,43593,3,1929,2704 -"196041",68789,44235,3,1929,2700 -"196042",68789,44730,3,1929,2468 -"196043",68789,49347,3,1929,2504 -"196044",68789,53223,3,1929,2690 -"196045",68789,57037,3,1929,2293 -"196046",68789,61585,3,1929,2315 -"196047",68789,71531,3,1929,2887 -"196048",68789,74605,3,1929,2265 -"196049",68801,135,3,116,2233 -"196050",68801,270,3,116,2542 -"196051",68801,312,3,116,2038 -"196052",68801,380,3,116,2261 -"196053",68801,455,3,116,2827 -"196054",68801,555,3,116,552 -"196055",68801,601,3,116,702 -"196056",68801,913,3,116,2144 -"196057",68801,1044,2,116,880 -"196058",68801,1046,3,116,1881 -"196059",68801,1175,3,116,1642 -"196060",68801,1275,3,116,2068 -"196061",68801,1427,2,116,324 -"196062",68801,1428,2,116,742 -"196063",68801,1616,3,116,2662 -"196064",68801,1639,3,116,2631 -"196065",68801,1691,3,116,1941 -"196066",68801,2093,3,116,2459 -"196067",68801,2181,3,116,2030 -"196068",68801,2322,3,116,1645 -"196069",68801,2412,3,116,181 -"196070",68801,2424,2,116,2582 -"196071",68801,2484,3,116,2389 -"196072",68801,2533,2,116,2016 -"196073",68801,2731,3,116,434 -"196074",68801,2894,3,116,1291 -"196075",68801,3161,3,116,2229 -"196076",68801,3271,3,116,2216 -"196077",68801,3284,3,116,1541 -"196078",68801,3305,2,116,2839 -"196079",68801,3306,3,116,1989 -"196080",68801,3716,3,116,1679 -"196081",68801,3801,3,116,1974 -"196082",68801,3947,3,116,2067 -"196083",68801,3961,3,116,2426 -"196084",68801,3966,3,116,2425 -"196085",68801,4289,3,116,1921 -"196086",68801,4526,3,116,1728 -"196087",68801,4790,3,116,1025 -"196088",68801,4791,3,116,1184 -"196089",68801,5315,3,116,2631 -"196090",68801,5429,3,116,1991 -"196091",68801,5622,3,116,2175 -"196092",68801,5714,3,116,534 -"196093",68801,5716,3,116,1058 -"196094",68801,5984,3,116,1675 -"196095",68801,5986,3,116,1721 -"196096",68801,6047,3,116,2004 -"196097",68801,6052,3,116,1985 -"196098",68801,6222,3,116,1949 -"196099",68801,6296,3,116,148 -"196100",68801,6363,3,116,2066 -"196101",68801,6366,2,116,798 -"196102",68801,6417,2,116,1675 -"196103",68801,7233,3,116,572 -"196104",68801,7245,3,116,2089 -"196105",68801,7292,3,116,1988 -"196106",68801,7992,3,116,2033 -"196107",68801,8490,3,116,564 -"196108",68801,8513,3,116,875 -"196109",68801,8533,3,116,2251 -"196110",68801,8610,3,116,2240 -"196111",68801,8621,3,116,1681 -"196112",68801,8777,3,116,1620 -"196113",68801,8866,3,116,1545 -"196114",68801,8961,2,116,507 -"196115",68801,9272,3,116,2835 -"196116",68801,9311,2,116,2477 -"196117",68801,9364,2,116,1698 -"196118",68801,9702,1,116,1928 -"196119",68801,9950,3,116,920 -"196120",68801,10358,3,116,2294 -"196121",68801,10513,2,116,2284 -"196122",68801,10717,3,116,1938 -"196123",68801,10779,3,116,2881 -"196124",68801,10843,3,116,2277 -"196125",68801,10857,3,116,2253 -"196126",68801,10874,3,116,1891 -"196127",68801,11006,2,116,1950 -"196128",68801,11218,3,116,2292 -"196129",68801,11440,3,116,2026 -"196130",68801,11540,3,116,1237 -"196131",68801,11576,2,116,808 -"196132",68801,11694,3,116,1564 -"196133",68801,12042,3,116,2345 -"196134",68801,12362,3,116,702 -"196135",68801,12692,3,116,1855 -"196136",68801,12778,3,116,2045 -"196137",68801,12863,3,116,2027 -"196138",68801,12887,3,116,433 -"196139",68801,13388,2,116,2119 -"196140",68801,13780,3,116,2412 -"196141",68801,13967,3,116,1354 -"196142",68801,13979,3,116,1559 -"196143",68801,14032,3,116,2144 -"196144",68801,14656,3,116,584 -"196145",68801,14855,3,116,903 -"196146",68801,14943,3,116,1942 -"196147",68801,14959,3,116,2898 -"196148",68801,15539,3,116,1929 -"196149",68801,15626,3,116,2434 -"196150",68801,15636,3,116,2857 -"196151",68801,15813,3,116,2143 -"196152",68801,15990,3,116,593 -"196153",68801,16053,2,116,908 -"196154",68801,16120,3,116,1237 -"196155",68801,16201,2,116,1811 -"196156",68801,16332,3,116,2668 -"196157",68801,16352,3,116,2657 -"196158",68801,16432,3,116,2664 -"196159",68801,16826,3,116,2599 -"196160",68801,16881,3,116,925 -"196161",68801,16940,3,116,1290 -"196162",68801,17484,3,116,1256 -"196163",68801,17520,3,116,2276 -"196164",68801,17819,3,116,2291 -"196165",68801,17931,3,116,1617 -"196166",68801,17997,2,116,1621 -"196167",68801,18103,3,116,1968 -"196168",68801,18874,3,116,2170 -"196169",68801,18965,3,116,2315 -"196170",68801,19027,3,116,2721 -"196171",68801,19248,2,116,2357 -"196172",68801,19637,2,116,1229 -"196173",68801,19686,3,116,2467 -"196174",68801,19719,1,116,2177 -"196175",68801,20067,2,116,2390 -"196176",68801,20124,2,116,2376 -"196177",68801,20287,3,116,1099 -"196178",68801,20407,3,116,2339 -"196179",68801,20732,3,116,2401 -"196180",68801,20975,3,116,1305 -"196181",68801,20988,3,116,455 -"196182",68801,21138,3,116,2849 -"196183",68801,21197,2,116,1437 -"196184",68801,21198,1,116,935 -"196185",68801,21248,3,116,2232 -"196186",68801,21285,2,116,2100 -"196187",68801,21422,3,116,935 -"196188",68801,21693,3,116,2176 -"196189",68801,21706,3,116,1988 -"196190",68801,22130,3,116,146 -"196191",68801,22207,3,116,2365 -"196192",68801,22277,3,116,2424 -"196193",68801,22282,2,116,1418 -"196194",68801,22326,3,116,2818 -"196195",68801,22362,3,116,1836 -"196196",68801,22586,3,116,1341 -"196197",68801,22874,3,116,404 -"196198",68801,22895,3,116,2704 -"196199",68801,23159,3,116,1548 -"196200",68801,23450,2,116,967 -"196201",68801,23492,3,116,1067 -"196202",68801,23534,3,116,1659 -"196203",68801,23726,3,116,2434 -"196204",68801,23729,3,116,1624 -"196205",68801,23787,3,116,2810 -"196206",68801,23869,3,116,1918 -"196207",68801,24146,3,116,2003 -"196208",68801,24240,3,116,1755 -"196209",68801,24568,3,116,1937 -"196210",68801,24612,3,116,1875 -"196211",68801,25027,3,116,564 -"196212",68801,25129,3,116,2647 -"196213",68801,25198,3,116,1982 -"196214",68801,25577,2,116,1946 -"196215",68801,25680,3,116,1618 -"196216",68801,26249,2,116,2301 -"196217",68801,26336,3,116,1904 -"196218",68801,26471,3,116,1061 -"196219",68801,26524,3,116,982 -"196220",68801,26749,2,116,2965 -"196221",68801,26818,3,116,1999 -"196222",68801,27085,3,116,125 -"196223",68801,27104,3,116,1608 -"196224",68801,27175,3,116,1447 -"196225",68801,27275,3,116,2656 -"196226",68801,27390,3,116,2425 -"196227",68801,27694,2,116,2030 -"196228",68801,27837,3,116,1315 -"196229",68801,28002,3,116,914 -"196230",68801,28015,3,116,1624 -"196231",68801,28124,3,116,434 -"196232",68801,28130,3,116,908 -"196233",68801,28131,3,116,1492 -"196234",68801,28784,3,116,1579 -"196235",68801,29095,3,116,2531 -"196236",68801,29705,2,116,607 -"196237",68801,29750,3,116,689 -"196238",68801,29917,3,116,1962 -"196239",68801,29930,3,116,2240 -"196240",68801,29962,3,116,2201 -"196241",68801,30052,3,116,2855 -"196242",68801,30150,3,116,1704 -"196243",68801,30308,3,116,237 -"196244",68801,30883,3,116,1629 -"196245",68801,30906,3,116,2537 -"196246",68801,31050,2,116,1491 -"196247",68801,31279,2,116,965 -"196248",68801,31338,3,116,917 -"196249",68801,31505,3,116,162 -"196250",68801,32017,3,116,577 -"196251",68801,32163,3,116,859 -"196252",68801,32601,3,116,1033 -"196253",68801,33241,3,116,632 -"196254",68801,33356,3,116,1586 -"196255",68801,33433,3,116,2805 -"196256",68801,33801,3,116,2899 -"196257",68801,33848,3,116,123 -"196258",68801,33949,3,116,2489 -"196259",68801,34160,3,116,1759 -"196260",68801,34707,3,116,2042 -"196261",68801,34836,3,116,2302 -"196262",68801,35095,3,116,1502 -"196263",68801,35256,3,116,2271 -"196264",68801,35302,3,116,1589 -"196265",68801,35529,1,116,1620 -"196266",68801,36439,3,116,2469 -"196267",68801,36950,3,116,2204 -"196268",68801,36962,3,116,2861 -"196269",68801,37285,3,116,2428 -"196270",68801,37333,3,116,1612 -"196271",68801,37597,3,116,150 -"196272",68801,38019,2,116,1870 -"196273",68801,38227,3,116,2511 -"196274",68801,38467,3,116,1259 -"196275",68801,38780,3,116,2705 -"196276",68801,38921,3,116,1880 -"196277",68801,39238,3,116,922 -"196278",68801,39563,3,116,486 -"196279",68801,40432,2,116,1956 -"196280",68801,40646,3,116,1583 -"196281",68801,41108,3,116,1624 -"196282",68801,41174,3,116,850 -"196283",68801,41315,3,116,439 -"196284",68801,41739,3,116,1339 -"196285",68801,41955,3,116,2479 -"196286",68801,43051,3,116,904 -"196287",68801,43226,3,116,2442 -"196288",68801,43385,2,116,1623 -"196289",68801,43455,3,116,2846 -"196290",68801,44059,3,116,525 -"196291",68801,44160,3,116,859 -"196292",68801,44636,3,116,1026 -"196293",68801,45136,3,116,877 -"196294",68801,45633,3,116,2134 -"196295",68801,45660,3,116,618 -"196296",68801,46312,3,116,163 -"196297",68801,46629,3,116,2255 -"196298",68801,46723,2,116,607 -"196299",68801,47362,3,116,2253 -"196300",68801,47386,2,116,2226 -"196301",68801,47534,3,116,2712 -"196302",68801,47772,3,116,2293 -"196303",68801,47942,3,116,146 -"196304",68801,48110,3,116,2009 -"196305",68801,48414,3,116,1749 -"196306",68801,48605,3,116,2796 -"196307",68801,49144,3,116,1542 -"196308",68801,49620,3,116,1868 -"196309",68801,49962,3,116,572 -"196310",68801,50219,2,116,756 -"196311",68801,50269,3,116,1966 -"196312",68801,50487,3,116,744 -"196313",68801,50685,3,116,2008 -"196314",68801,51017,3,116,2073 -"196315",68801,51022,3,116,1499 -"196316",68801,51041,3,116,2606 -"196317",68801,51863,3,116,1395 -"196318",68801,52058,3,116,1836 -"196319",68801,52323,3,116,2148 -"196320",68801,52570,3,116,2645 -"196321",68801,52576,2,116,2234 -"196322",68801,53134,3,116,1590 -"196323",68801,53196,3,116,1888 -"196324",68801,53475,3,116,2853 -"196325",68801,53924,3,116,1289 -"196326",68801,54020,3,116,1578 -"196327",68801,54305,3,116,1222 -"196328",68801,54508,3,116,187 -"196329",68801,54551,3,116,2348 -"196330",68801,54676,3,116,1342 -"196331",68801,54929,3,116,2783 -"196332",68801,54980,3,116,876 -"196333",68801,55082,3,116,1856 -"196334",68801,55139,3,116,2323 -"196335",68801,55299,3,116,609 -"196336",68801,55438,3,116,2863 -"196337",68801,55468,3,116,2511 -"196338",68801,56317,3,116,2030 -"196339",68801,56807,3,116,1571 -"196340",68801,57380,3,116,2362 -"196341",68801,57414,3,116,922 -"196342",68801,57714,3,116,1391 -"196343",68801,57977,2,116,2683 -"196344",68801,58078,3,116,1252 -"196345",68801,58451,3,116,1939 -"196346",68801,58508,2,116,2326 -"196347",68801,58530,3,116,298 -"196348",68801,58652,3,116,1437 -"196349",68801,59113,3,116,2434 -"196350",68801,59646,2,116,456 -"196351",68801,59786,3,116,605 -"196352",68801,59937,3,116,885 -"196353",68801,60808,3,116,1258 -"196354",68801,61982,2,116,2725 -"196355",68801,62488,3,116,1418 -"196356",68801,62538,3,116,1656 -"196357",68801,62841,2,116,2710 -"196358",68801,63409,3,116,1937 -"196359",68801,65625,3,116,1273 -"196360",68801,68043,3,116,690 -"196361",68801,68215,3,116,2727 -"196362",68801,68299,3,116,866 -"196363",68801,69335,3,116,2698 -"196364",68801,69712,3,116,1219 -"196365",68801,70203,3,116,2756 -"196366",68801,70603,3,116,1002 -"196367",68801,70736,3,116,1512 -"196368",68801,70996,2,116,1037 -"196369",68801,71342,2,116,1289 -"196370",68801,72956,2,116,1251 -"196371",68801,73128,3,116,1549 -"196372",68801,74190,3,116,1428 -"196373",68801,74318,3,116,632 -"196374",68801,74681,2,116,837 -"196375",68801,74730,2,116,535 -"196376",68801,75870,3,116,193 -"196377",68801,75948,3,116,1006 -"196378",68801,76127,2,116,910 -"196379",68801,76284,2,116,1237 -"196380",68801,76356,2,116,2323 -"196381",68801,76892,3,116,2381 -"196382",68801,76999,3,116,908 -"196383",68801,77305,3,116,965 -"196384",68801,78569,3,116,578 -"196385",68801,78932,3,116,981 -"196386",68801,79322,3,116,2770 -"196387",68801,79432,3,116,1708 -"196388",68801,79689,3,116,1184 -"196389",68801,80301,3,116,1690 -"196390",68801,80825,3,116,2315 -"196391",68801,81588,3,116,1568 -"196392",68801,82301,3,116,1621 -"196393",68801,82787,3,116,1144 -"196394",68801,82929,3,116,2475 -"196395",68801,82932,3,116,2245 -"196396",68801,82949,2,116,2077 -"196397",68801,83140,3,116,1630 -"196398",68801,84743,3,116,396 -"196399",68801,85784,3,116,1142 -"196400",68801,86520,3,116,702 -"196401",68801,87048,3,116,989 -"196402",68801,87692,3,116,775 -"196403",68801,89097,3,116,935 -"196404",68801,90802,3,116,877 -"196405",68801,92220,3,116,607 -"196406",68801,92254,3,116,517 -"196407",68801,93102,3,116,1174 -"196408",68801,97160,3,116,1215 -"196409",68801,98781,3,116,1410 -"196410",68801,99444,3,116,408 -"196411",68801,100140,1,116,1041 -"196412",68801,100670,3,116,525 -"196413",68801,101338,3,116,1319 -"196414",68801,101395,3,116,891 -"196415",68801,102004,3,116,497 -"196416",68801,102050,3,116,906 -"196417",68801,102820,3,116,501 -"196418",68801,103524,3,116,991 -"196419",68801,105602,3,116,434 -"196420",68801,105947,3,116,997 -"196421",68801,107846,3,116,565 -"196422",68801,109510,3,116,621 -"196423",68801,109904,3,116,214 -"196424",68801,111971,3,116,1032 -"196425",68801,117679,3,116,535 -"196426",68801,119859,3,116,908 -"196427",68810,1616,3,2409,2662 -"196428",68810,9311,3,2409,2477 -"196429",68810,12713,2,2409,2440 -"196430",68810,13929,3,2409,2693 -"196431",68810,20700,3,2409,2861 -"196432",68810,27275,3,2409,2656 -"196433",68810,29095,3,2409,2531 -"196434",68810,33801,3,2409,2899 -"196435",68810,36559,3,2409,2473 -"196436",68810,36962,3,2409,2861 -"196437",68810,37418,3,2409,2710 -"196438",68810,47947,3,2409,2681 -"196439",68810,51410,3,2409,2739 -"196440",68810,53475,3,2409,2853 -"196441",68810,55691,3,2409,2856 -"196442",68813,4249,2,2511,2547 -"196443",68831,6982,3,1446,2034 -"196444",68831,29224,3,1446,2011 -"196445",68831,39556,3,1446,2747 -"196446",68831,81269,2,1446,1570 -"196447",68831,86978,3,1446,2733 -"196448",68831,94138,1,1446,1939 -"196449",68837,29818,3,652,1677 -"196450",68837,59627,3,652,1466 -"196451",68837,67604,3,652,2075 -"196452",68837,102587,1,652,913 -"196453",68837,115535,1,652,2203 -"196454",68876,237,3,1397,1982 -"196455",68876,862,2,1397,2254 -"196456",68876,1046,3,1397,1881 -"196457",68876,1108,3,1397,1600 -"196458",68876,2057,3,1397,1965 -"196459",68876,5346,2,1397,1438 -"196460",68876,8865,2,1397,2394 -"196461",68876,9115,1,1397,2068 -"196462",68876,10336,3,1397,2271 -"196463",68876,10457,3,1397,1711 -"196464",68876,11585,3,1397,1817 -"196465",68876,13051,3,1397,2692 -"196466",68876,14586,2,1397,2801 -"196467",68876,14761,3,1397,2502 -"196468",68876,15207,3,1397,1855 -"196469",68876,16690,3,1397,2132 -"196470",68876,21528,3,1397,1807 -"196471",68876,22723,3,1397,2859 -"196472",68876,29997,2,1397,1789 -"196473",68876,30262,2,1397,1715 -"196474",68876,30870,3,1397,2370 -"196475",68876,31541,3,1397,1500 -"196476",68876,32920,3,1397,2158 -"196477",68876,34491,3,1397,2694 -"196478",68876,35903,3,1397,1434 -"196479",68876,37475,1,1397,1509 -"196480",68876,39522,3,1397,1428 -"196481",68876,46532,3,1397,2005 -"196482",68876,58086,3,1397,1667 -"196483",68876,59683,2,1397,2068 -"196484",68876,63837,2,1397,2807 -"196485",68876,67062,3,1397,1623 -"196486",68876,68314,3,1397,2180 -"196487",68876,69232,1,1397,2130 -"196488",68876,81753,3,1397,1736 -"196489",68883,919,3,222,910 -"196490",68883,4968,3,222,1586 -"196491",68883,6040,3,222,2103 -"196492",68883,12598,3,222,2086 -"196493",68883,12735,3,222,819 -"196494",68883,15023,3,222,2054 -"196495",68883,19075,3,222,2214 -"196496",68883,19667,2,222,1466 -"196497",68883,20547,3,222,2145 -"196498",68883,20921,3,222,723 -"196499",68883,28290,2,222,430 -"196500",68883,29100,3,222,843 -"196501",68883,31357,3,222,2389 -"196502",68883,51399,3,222,934 -"196503",68883,51843,3,222,2389 -"196504",68883,53414,3,222,1672 -"196505",68883,54385,2,222,2340 -"196506",68883,54407,3,222,514 -"196507",68883,55730,3,222,1217 -"196508",68883,76135,3,222,593 -"196509",68883,78611,3,222,1586 -"196510",68883,80615,3,222,2252 -"196511",68883,83598,3,222,619 -"196512",68883,84808,3,222,1974 -"196513",68883,110737,3,222,2117 -"196514",68884,3158,3,1011,2762 -"196515",68884,4551,3,1011,2720 -"196516",68884,4634,3,1011,2291 -"196517",68884,7604,3,1011,1366 -"196518",68884,8463,3,1011,2466 -"196519",68884,9063,3,1011,2000 -"196520",68884,12632,3,1011,1174 -"196521",68884,12966,2,1011,2011 -"196522",68884,14957,3,1011,2306 -"196523",68884,15782,3,1011,2306 -"196524",68884,16963,3,1011,1999 -"196525",68884,22357,3,1011,1397 -"196526",68884,26597,3,1011,2070 -"196527",68884,32350,3,1011,1540 -"196528",68884,34334,3,1011,1637 -"196529",68884,36478,3,1011,2808 -"196530",68884,38422,3,1011,1019 -"196531",68884,41075,3,1011,1176 -"196532",68884,41350,3,1011,1935 -"196533",68884,42390,3,1011,2937 -"196534",68884,44132,3,1011,1999 -"196535",68884,47607,3,1011,2724 -"196536",68884,49142,1,1011,2289 -"196537",68884,51505,2,1011,1572 -"196538",68884,52386,3,1011,1830 -"196539",68884,53445,3,1011,2028 -"196540",68884,57804,3,1011,2214 -"196541",68884,58233,3,1011,1665 -"196542",68884,66368,3,1011,2413 -"196543",68884,69260,2,1011,1698 -"196544",68884,84235,3,1011,1639 -"196545",68884,92469,3,1011,1232 -"196546",68884,96332,3,1011,1197 -"196547",68884,96387,3,1011,2159 -"196548",68884,122938,2,1011,1023 -"196549",68885,1519,3,2151,2349 -"196550",68885,20941,3,2151,2725 -"196551",68885,27686,3,2151,2844 -"196552",68885,29977,3,2151,2781 -"196553",68885,36278,3,2151,2952 -"196554",68885,38691,3,2151,2585 -"196555",68885,43673,3,2151,2787 -"196556",68885,100860,3,2151,2326 -"196557",68890,388,3,158,1594 -"196558",68890,1150,3,158,1595 -"196559",68890,3255,3,158,2504 -"196560",68890,11429,3,158,2520 -"196561",68890,12818,3,158,2015 -"196562",68890,14110,3,158,2448 -"196563",68890,14654,3,158,1692 -"196564",68890,14761,2,158,2502 -"196565",68890,23639,3,158,2065 -"196566",68890,29704,1,158,2294 -"196567",68890,40392,3,158,1878 -"196568",68890,49347,3,158,2504 -"196569",68890,58086,1,158,1667 -"196570",68890,88091,3,158,1645 -"196571",68890,97990,3,158,1223 -"196572",68890,111045,3,158,915 -"196573",68939,669,3,1051,1423 -"196574",68939,6241,3,1051,2264 -"196575",68939,7406,3,1051,1906 -"196576",68939,9979,3,1051,2238 -"196577",68939,10859,3,1051,2231 -"196578",68939,12356,3,1051,2757 -"196579",68939,13324,3,1051,2163 -"196580",68939,17906,1,1051,1940 -"196581",68939,23460,3,1051,2183 -"196582",68939,24405,2,1051,1443 -"196583",68939,28826,3,1051,2627 -"196584",68939,35069,3,1051,2069 -"196585",68939,39278,2,1051,1952 -"196586",68939,41607,2,1051,2802 -"196587",68939,42129,3,1051,2318 -"196588",68939,45886,3,1051,2449 -"196589",68939,46584,2,1051,1972 -"196590",68939,47362,3,1051,2253 -"196591",68939,68550,3,1051,1820 -"196592",68939,85736,3,1051,1601 -"196593",68939,88455,3,1051,2388 -"196594",68939,98856,1,1051,1075 -"196595",68960,997,3,1312,2788 -"196596",68960,998,2,1312,1795 -"196597",68960,1875,3,1312,1786 -"196598",68960,4360,2,1312,1770 -"196599",68960,5449,3,1312,1723 -"196600",68960,6512,3,1312,1672 -"196601",68960,7029,3,1312,2204 -"196602",68960,7858,3,1312,1795 -"196603",68960,11103,3,1312,2393 -"196604",68960,11239,3,1312,2181 -"196605",68960,15315,3,1312,2173 -"196606",68960,19027,3,1312,2721 -"196607",68960,24807,2,1312,2319 -"196608",68960,25508,1,1312,2081 -"196609",68960,27195,2,1312,2158 -"196610",68960,28640,3,1312,1475 -"196611",68960,29930,3,1312,2240 -"196612",68960,30883,3,1312,1629 -"196613",68960,34158,3,1312,2639 -"196614",68960,39875,3,1312,2422 -"196615",68960,41739,3,1312,1339 -"196616",68960,42935,2,1312,2400 -"196617",68960,43349,3,1312,2400 -"196618",68960,50298,2,1312,2101 -"196619",68960,51319,3,1312,2488 -"196620",68960,52003,3,1312,2067 -"196621",68960,52136,3,1312,1412 -"196622",68960,53219,3,1312,2973 -"196623",68960,53519,3,1312,2781 -"196624",68960,53604,3,1312,2489 -"196625",68960,55139,3,1312,2323 -"196626",68960,72207,3,1312,2430 -"196627",68971,3520,3,2019,2281 -"196628",68971,4660,3,2019,2149 -"196629",68971,36487,2,2019,2622 -"196630",68978,8259,3,1062,1677 -"196631",68978,10343,3,1062,1072 -"196632",68978,13285,3,1062,1577 -"196633",68978,14655,3,1062,2559 -"196634",68978,17328,2,1062,1206 -"196635",68978,23121,3,1062,2108 -"196636",68978,36031,3,1062,2342 -"196637",68978,89681,3,1062,1978 -"196638",68979,2407,3,1173,1725 -"196639",68979,15546,3,1173,2055 -"196640",68979,16866,3,1173,2718 -"196641",68979,18865,3,1173,2676 -"196642",68979,19208,3,1173,2629 -"196643",68979,19605,3,1173,2395 -"196644",68979,26847,3,1173,1902 -"196645",68979,34945,3,1173,1298 -"196646",68979,39014,3,1173,1188 -"196647",68979,42747,3,1173,1189 -"196648",68979,50480,3,1173,2701 -"196649",68979,52789,2,1173,1791 -"196650",68979,56910,2,1173,2705 -"196651",68979,57732,3,1173,2454 -"196652",68979,63395,3,1173,2334 -"196653",68979,102284,3,1173,2877 -"196654",68979,103560,3,1173,2746 -"196655",69012,2344,3,799,2752 -"196656",69012,2429,3,799,999 -"196657",69012,2576,3,799,1307 -"196658",69012,4730,2,799,2131 -"196659",69012,6133,3,799,1229 -"196660",69012,7433,3,799,2255 -"196661",69012,19858,2,799,2357 -"196662",69012,20200,3,799,2322 -"196663",69012,21180,3,799,2762 -"196664",69012,21575,3,799,1762 -"196665",69012,21741,3,799,1574 -"196666",69012,24802,1,799,824 -"196667",69012,26642,3,799,2952 -"196668",69012,30442,3,799,2124 -"196669",69012,31089,3,799,2952 -"196670",69012,34162,3,799,2336 -"196671",69012,41338,3,799,1553 -"196672",69012,41953,3,799,945 -"196673",69012,42486,3,799,1951 -"196674",69012,42756,2,799,1384 -"196675",69012,47968,3,799,2829 -"196676",69012,53643,1,799,1626 -"196677",69012,55775,3,799,2385 -"196678",69012,58759,3,799,942 -"196679",69012,62746,3,799,2119 -"196680",69012,63409,3,799,1937 -"196681",69012,66994,3,799,1865 -"196682",69012,68586,3,799,2322 -"196683",69012,69447,3,799,1197 -"196684",69012,71712,3,799,2399 -"196685",69017,1090,3,1183,2370 -"196686",69017,1321,3,1183,2075 -"196687",69017,2166,3,1183,2557 -"196688",69017,3830,3,1183,1661 -"196689",69017,5504,3,1183,2389 -"196690",69017,7078,3,1183,2344 -"196691",69017,11346,3,1183,1924 -"196692",69017,16497,3,1183,2370 -"196693",69017,19528,3,1183,2742 -"196694",69017,26608,3,1183,2329 -"196695",69017,30386,3,1183,1833 -"196696",69017,33572,3,1183,2370 -"196697",69017,41278,3,1183,1873 -"196698",69017,49965,2,1183,2301 -"196699",69017,53031,3,1183,2065 -"196700",69017,55828,1,1183,2393 -"196701",69017,57609,3,1183,2717 -"196702",69017,64967,3,1183,2872 -"196703",69017,68390,3,1183,2608 -"196704",69017,71478,3,1183,1721 -"196705",69029,7253,2,2623,2686 -"196706",69029,52380,2,2623,2686 -"196707",69029,59511,1,2623,2753 -"196708",69030,24,3,1249,1295 -"196709",69030,1691,3,1249,1941 -"196710",69030,1875,3,1249,1786 -"196711",69030,4665,3,1249,1569 -"196712",69030,4671,3,1249,2280 -"196713",69030,5226,3,1249,1309 -"196714",69030,5258,3,1249,2730 -"196715",69030,6718,3,1249,2138 -"196716",69030,11103,3,1249,2393 -"196717",69030,13099,3,1249,1547 -"196718",69030,13780,3,1249,2412 -"196719",69030,15713,2,1249,1646 -"196720",69030,18543,3,1249,2968 -"196721",69030,19096,3,1249,1538 -"196722",69030,21406,2,1249,2714 -"196723",69030,27173,3,1249,2050 -"196724",69030,42574,3,1249,2842 -"196725",69030,48571,3,1249,2717 -"196726",69030,71552,1,1249,1573 -"196727",69037,364,3,849,2351 -"196728",69037,841,3,849,2964 -"196729",69037,1702,3,849,1984 -"196730",69037,1756,3,849,2231 -"196731",69037,1846,3,849,1845 -"196732",69037,2407,3,849,1725 -"196733",69037,3195,3,849,2043 -"196734",69037,3271,3,849,2216 -"196735",69037,3493,3,849,2451 -"196736",69037,3978,3,849,2775 -"196737",69037,4430,3,849,2019 -"196738",69037,6119,3,849,2358 -"196739",69037,6877,3,849,867 -"196740",69037,7780,3,849,1920 -"196741",69037,9060,3,849,1612 -"196742",69037,9785,3,849,2951 -"196743",69037,9787,3,849,2858 -"196744",69037,10457,3,849,1711 -"196745",69037,12035,3,849,2721 -"196746",69037,12361,3,849,2732 -"196747",69037,12653,3,849,1573 -"196748",69037,13879,3,849,2748 -"196749",69037,15443,3,849,1631 -"196750",69037,15880,2,849,878 -"196751",69037,15978,3,849,981 -"196752",69037,16021,3,849,858 -"196753",69037,16750,3,849,1225 -"196754",69037,16866,3,849,2718 -"196755",69037,17645,3,849,1918 -"196756",69037,18381,3,849,1524 -"196757",69037,18865,3,849,2676 -"196758",69037,19501,3,849,1186 -"196759",69037,19655,3,849,2706 -"196760",69037,21207,3,849,1258 -"196761",69037,21383,3,849,971 -"196762",69037,21487,3,849,2203 -"196763",69037,22704,3,849,1150 -"196764",69037,23756,3,849,2309 -"196765",69037,23966,3,849,891 -"196766",69037,25373,3,849,2783 -"196767",69037,27545,3,849,855 -"196768",69037,28203,3,849,2117 -"196769",69037,28904,3,849,926 -"196770",69037,29818,2,849,1677 -"196771",69037,31216,3,849,1244 -"196772",69037,31868,3,849,1993 -"196773",69037,32939,3,849,2277 -"196774",69037,33870,3,849,955 -"196775",69037,35728,3,849,2017 -"196776",69037,37351,3,849,978 -"196777",69037,39256,3,849,2449 -"196778",69037,41446,3,849,1103 -"196779",69037,41581,3,849,1692 -"196780",69037,42256,3,849,2839 -"196781",69037,46532,3,849,2005 -"196782",69037,46726,3,849,943 -"196783",69037,47968,3,849,2829 -"196784",69037,50996,3,849,929 -"196785",69037,52442,2,849,1269 -"196786",69037,57804,3,849,2214 -"196787",69037,58759,3,849,942 -"196788",69037,58875,3,849,1899 -"196789",69037,62626,3,849,2787 -"196790",69037,62668,3,849,958 -"196791",69037,63395,3,849,2334 -"196792",69037,63644,3,849,1267 -"196793",69037,64210,3,849,956 -"196794",69037,65815,3,849,1618 -"196795",69037,68345,3,849,1095 -"196796",69037,68539,3,849,1158 -"196797",69037,71219,3,849,967 -"196798",69037,71531,2,849,2887 -"196799",69037,84271,3,849,1556 -"196800",69037,85198,3,849,1794 -"196801",69037,85327,3,849,1017 -"196802",69037,90299,3,849,1606 -"196803",69037,103890,2,849,958 -"196804",69037,107496,1,849,1572 -"196805",69062,1262,3,1174,2973 -"196806",69062,1386,3,1174,1901 -"196807",69062,2452,3,1174,1715 -"196808",69062,3695,3,1174,2612 -"196809",69062,5491,3,1174,2048 -"196810",69062,13732,3,1174,2789 -"196811",69062,14709,2,1174,1901 -"196812",69062,15343,3,1174,2125 -"196813",69062,18151,3,1174,2962 -"196814",69062,18366,3,1174,2699 -"196815",69062,19872,3,1174,2913 -"196816",69062,21417,3,1174,2422 -"196817",69062,21795,2,1174,2653 -"196818",69062,24362,3,1174,1287 -"196819",69062,24608,3,1174,1630 -"196820",69062,25378,3,1174,1245 -"196821",69062,26865,3,1174,2726 -"196822",69062,29791,3,1174,1986 -"196823",69062,30081,3,1174,2403 -"196824",69062,34327,3,1174,2959 -"196825",69062,38373,3,1174,1928 -"196826",69062,39249,3,1174,1665 -"196827",69062,40492,3,1174,1286 -"196828",69062,44420,3,1174,2184 -"196829",69062,44557,3,1174,2371 -"196830",69062,49872,3,1174,2019 -"196831",69062,107292,3,1174,1667 -"196832",69067,913,3,626,2144 -"196833",69067,1136,3,626,2536 -"196834",69067,2865,3,626,2006 -"196835",69067,3863,3,626,856 -"196836",69067,3886,3,626,1669 -"196837",69067,6390,3,626,2385 -"196838",69067,8226,3,626,2046 -"196839",69067,11516,3,626,1937 -"196840",69067,18543,3,626,2968 -"196841",69067,19248,3,626,2357 -"196842",69067,31700,3,626,2727 -"196843",69067,35045,2,626,1646 -"196844",69067,35095,3,626,1502 -"196845",69067,37628,3,626,819 -"196846",69067,37937,3,626,1320 -"196847",69067,39189,3,626,2319 -"196848",69067,42216,3,626,2722 -"196849",69067,43635,3,626,1196 -"196850",69067,47585,3,626,794 -"196851",69067,50217,3,626,1211 -"196852",69067,50737,3,626,959 -"196853",69067,52327,3,626,1472 -"196854",69067,55139,3,626,2323 -"196855",69067,56116,3,626,1321 -"196856",69067,61785,3,626,822 -"196857",69067,70854,3,626,635 -"196858",69067,79364,3,626,834 -"196859",69067,79657,3,626,1260 -"196860",69067,100432,3,626,1358 -"196861",69067,101347,3,626,1335 -"196862",69067,108430,3,626,1642 -"196863",69077,1560,3,1689,2013 -"196864",69077,11429,2,1689,2520 -"196865",69077,14654,2,1689,1692 -"196866",69077,14761,3,1689,2502 -"196867",69077,24086,3,1689,2663 -"196868",69077,34491,3,1689,2694 -"196869",69077,37342,3,1689,2649 -"196870",69077,40392,3,1689,1878 -"196871",69077,41185,3,1689,1929 -"196872",69087,361,2,798,1970 -"196873",69087,392,2,798,1915 -"196874",69087,733,3,798,1653 -"196875",69087,998,3,798,1795 -"196876",69087,3716,3,798,1679 -"196877",69087,7548,3,798,1932 -"196878",69087,9311,3,798,2477 -"196879",69087,15118,3,798,1311 -"196880",69087,15626,3,798,2434 -"196881",69087,15713,3,798,1646 -"196882",69087,20311,3,798,1981 -"196883",69087,24794,3,798,925 -"196884",69087,25241,3,798,1233 -"196885",69087,26408,3,798,1545 -"196886",69087,27297,3,798,1382 -"196887",69087,30981,3,798,2366 -"196888",69087,33433,3,798,2805 -"196889",69087,33801,3,798,2899 -"196890",69087,35514,3,798,2346 -"196891",69087,36763,2,798,2165 -"196892",69087,49581,2,798,1817 -"196893",69087,49677,2,798,1222 -"196894",69087,50946,3,798,1075 -"196895",69087,52457,2,798,849 -"196896",69087,54388,3,798,1257 -"196897",69087,55643,3,798,2359 -"196898",69087,69091,3,798,1267 -"196899",69087,76470,3,798,887 -"196900",69087,78932,3,798,981 -"196901",69087,86605,3,798,1020 -"196902",69091,1092,3,1267,1945 -"196903",69091,6162,3,1267,1673 -"196904",69091,7013,3,1267,2040 -"196905",69091,7548,3,1267,1932 -"196906",69091,10843,3,1267,2277 -"196907",69091,15716,3,1267,1991 -"196908",69091,17061,3,1267,2385 -"196909",69091,19173,3,1267,1686 -"196910",69091,20407,3,1267,2339 -"196911",69091,21225,3,1267,1945 -"196912",69091,24286,3,1267,1280 -"196913",69091,26408,2,1267,1545 -"196914",69091,27261,1,1267,1368 -"196915",69091,33356,3,1267,1586 -"196916",69091,33433,3,1267,2805 -"196917",69091,38755,3,1267,2902 -"196918",69091,39534,3,1267,2410 -"196919",69091,53342,3,1267,2071 -"196920",69091,54879,3,1267,2210 -"196921",69091,102186,2,1267,2937 -"196922",69117,23,3,645,1682 -"196923",69117,1367,3,645,2176 -"196924",69117,3164,2,645,2693 -"196925",69117,5041,3,645,2371 -"196926",69117,5346,3,645,1438 -"196927",69117,5581,3,645,883 -"196928",69117,5716,3,645,1058 -"196929",69117,5984,3,645,1675 -"196930",69117,5986,3,645,1721 -"196931",69117,6030,2,645,2953 -"196932",69117,6324,3,645,1990 -"196933",69117,6366,3,645,798 -"196934",69117,6417,3,645,1675 -"196935",69117,7245,3,645,2089 -"196936",69117,8513,3,645,875 -"196937",69117,9678,3,645,1217 -"196938",69117,10358,3,645,2294 -"196939",69117,10382,3,645,2111 -"196940",69117,10744,3,645,955 -"196941",69117,11218,3,645,2292 -"196942",69117,11229,3,645,1625 -"196943",69117,11966,3,645,2385 -"196944",69117,12035,3,645,2721 -"196945",69117,12042,3,645,2345 -"196946",69117,12610,3,645,1274 -"196947",69117,14080,3,645,1351 -"196948",69117,14855,2,645,903 -"196949",69117,15207,3,645,1855 -"196950",69117,15301,3,645,2308 -"196951",69117,15607,3,645,1421 -"196952",69117,15962,3,645,660 -"196953",69117,16096,3,645,2301 -"196954",69117,16352,3,645,2657 -"196955",69117,17400,3,645,2231 -"196956",69117,18348,1,645,1711 -"196957",69117,18415,3,645,2184 -"196958",69117,18836,3,645,1270 -"196959",69117,19113,3,645,1171 -"196960",69117,20284,3,645,2530 -"196961",69117,21571,3,645,2755 -"196962",69117,22543,3,645,1594 -"196963",69117,22566,2,645,2308 -"196964",69117,22743,3,645,1736 -"196965",69117,22850,3,645,878 -"196966",69117,23310,3,645,2371 -"196967",69117,23806,3,645,1671 -"196968",69117,25543,3,645,724 -"196969",69117,25971,3,645,2608 -"196970",69117,26659,2,645,903 -"196971",69117,28002,3,645,914 -"196972",69117,28050,2,645,1955 -"196973",69117,28168,2,645,2702 -"196974",69117,28296,3,645,2944 -"196975",69117,28627,3,645,2694 -"196976",69117,32503,2,645,2020 -"196977",69117,32694,3,645,1602 -"196978",69117,34735,3,645,2767 -"196979",69117,34945,2,645,1298 -"196980",69117,35531,3,645,2872 -"196981",69117,35926,3,645,2371 -"196982",69117,36691,2,645,1903 -"196983",69117,37915,3,645,1905 -"196984",69117,38869,3,645,1675 -"196985",69117,39186,3,645,1258 -"196986",69117,42619,3,645,2017 -"196987",69117,43153,3,645,1381 -"196988",69117,44135,3,645,2620 -"196989",69117,44521,3,645,1593 -"196990",69117,45684,3,645,2200 -"196991",69117,51471,3,645,1280 -"196992",69117,52442,3,645,1269 -"196993",69117,53134,3,645,1590 -"196994",69117,53779,3,645,2000 -"196995",69117,54929,3,645,2783 -"196996",69117,55076,3,645,2408 -"196997",69117,56604,3,645,1919 -"196998",69117,57246,2,645,1873 -"196999",69117,57714,3,645,1391 -"197000",69117,60280,3,645,1918 -"197001",69117,64502,3,645,1670 -"197002",69117,69250,2,645,1439 -"197003",69117,71274,3,645,2390 -"197004",69117,72501,2,645,2795 -"197005",69117,73675,3,645,887 -"197006",69117,76396,3,645,1731 -"197007",69117,76607,3,645,747 -"197008",69117,80219,2,645,988 -"197009",69117,82732,3,645,2810 -"197010",69117,85736,2,645,1601 -"197011",69117,94500,2,645,1529 -"197012",69117,94520,3,645,1243 -"197013",69117,96611,3,645,765 -"197014",69117,98150,3,645,1009 -"197015",69117,101598,2,645,781 -"197016",69122,512,3,416,1596 -"197017",69122,1592,3,416,2006 -"197018",69122,1691,3,416,1941 -"197019",69122,2011,3,416,2176 -"197020",69122,2224,3,416,2751 -"197021",69122,2563,3,416,1686 -"197022",69122,3863,3,416,856 -"197023",69122,5018,2,416,640 -"197024",69122,5120,3,416,2735 -"197025",69122,5258,3,416,2730 -"197026",69122,6252,3,416,2336 -"197027",69122,6363,3,416,2066 -"197028",69122,6390,3,416,2385 -"197029",69122,10744,3,416,955 -"197030",69122,14108,2,416,2012 -"197031",69122,14983,3,416,1047 -"197032",69122,18211,3,416,1745 -"197033",69122,18502,2,416,1033 -"197034",69122,18543,3,416,2968 -"197035",69122,19248,3,416,2357 -"197036",69122,19317,3,416,2041 -"197037",69122,20319,3,416,468 -"197038",69122,20407,3,416,2339 -"197039",69122,21133,3,416,1320 -"197040",69122,21617,3,416,516 -"197041",69122,22057,3,416,974 -"197042",69122,22884,3,416,1608 -"197043",69122,23403,3,416,607 -"197044",69122,25565,3,416,2764 -"197045",69122,26621,3,416,1100 -"197046",69122,26873,2,416,419 -"197047",69122,26957,3,416,987 -"197048",69122,28057,3,416,1067 -"197049",69122,29884,3,416,1239 -"197050",69122,29918,3,416,1953 -"197051",69122,30411,2,416,630 -"197052",69122,31001,3,416,2119 -"197053",69122,31696,3,416,1595 -"197054",69122,33588,3,416,1040 -"197055",69122,33621,2,416,1319 -"197056",69122,34314,2,416,630 -"197057",69122,34945,3,416,1298 -"197058",69122,36439,3,416,2469 -"197059",69122,37509,3,416,1640 -"197060",69122,37628,3,416,819 -"197061",69122,38259,3,416,2258 -"197062",69122,40488,2,416,486 -"197063",69122,41085,3,416,637 -"197064",69122,42725,3,416,630 -"197065",69122,43046,3,416,419 -"197066",69122,43226,3,416,2442 -"197067",69122,43428,3,416,1299 -"197068",69122,44427,3,416,2875 -"197069",69122,46621,3,416,1343 -"197070",69122,47064,3,416,1993 -"197071",69122,47248,3,416,2883 -"197072",69122,47585,3,416,794 -"197073",69122,49300,3,416,515 -"197074",69122,50235,2,416,726 -"197075",69122,52323,3,416,2148 -"197076",69122,52327,3,416,1472 -"197077",69122,53252,3,416,637 -"197078",69122,57990,2,416,978 -"197079",69122,59438,3,416,2400 -"197080",69122,61689,3,416,1309 -"197081",69122,61785,3,416,822 -"197082",69122,62062,3,416,860 -"197083",69122,69257,2,416,1402 -"197084",69122,71274,3,416,2390 -"197085",69122,72571,3,416,1175 -"197086",69122,75025,2,416,717 -"197087",69122,76192,3,416,912 -"197088",69122,78569,3,416,578 -"197089",69122,79364,3,416,834 -"197090",69122,79657,3,416,1260 -"197091",69122,81592,3,416,2882 -"197092",69122,88232,3,416,2881 -"197093",69122,92491,2,416,1968 -"197094",69122,92592,2,416,486 -"197095",69122,93398,3,416,828 -"197096",69122,97674,3,416,1912 -"197097",69122,97824,3,416,1229 -"197098",69122,99953,3,416,581 -"197099",69122,101967,2,416,691 -"197100",69122,102731,3,416,630 -"197101",69122,105207,2,416,451 -"197102",69122,108709,2,416,462 -"197103",69122,109079,3,416,954 -"197104",69131,3770,3,2122,2623 -"197105",69131,4669,3,2122,2395 -"197106",69131,14915,3,2122,2606 -"197107",69131,15381,3,2122,2289 -"197108",69131,37059,2,2122,2840 -"197109",69131,37060,3,2122,2840 -"197110",69131,39443,3,2122,2277 -"197111",69131,39534,3,2122,2410 -"197112",69131,39875,3,2122,2422 -"197113",69131,44235,3,2122,2700 -"197114",69131,46261,3,2122,2350 -"197115",69131,59039,3,2122,2870 -"197116",69131,67719,3,2122,2429 -"197117",69131,70586,3,2122,2562 -"197118",69165,51831,2,2340,2427 -"197119",69214,468,1,1354,1966 -"197120",69214,1560,3,1354,2013 -"197121",69214,5816,3,1354,2408 -"197122",69214,9803,3,1354,1664 -"197123",69214,12035,3,1354,2721 -"197124",69214,13400,2,1354,1371 -"197125",69214,15301,2,1354,2308 -"197126",69214,18808,2,1354,2854 -"197127",69214,21504,3,1354,2328 -"197128",69214,21571,3,1354,2755 -"197129",69214,21832,2,1354,1755 -"197130",69214,22566,3,1354,2308 -"197131",69214,22905,2,1354,2599 -"197132",69214,24511,3,1354,1871 -"197133",69214,26100,2,1354,1966 -"197134",69214,31251,2,1354,2498 -"197135",69214,50635,2,1354,2962 -"197136",69214,53362,3,1354,2360 -"197137",69214,53530,3,1354,2380 -"197138",69214,60672,3,1354,2876 -"197139",69214,102109,3,1354,1367 -"197140",69215,2407,2,1591,1725 -"197141",69215,3669,3,1591,2524 -"197142",69215,4001,3,1591,1687 -"197143",69215,4821,3,1591,1938 -"197144",69215,9202,3,1591,2477 -"197145",69215,9727,3,1591,2327 -"197146",69215,9808,3,1591,1648 -"197147",69215,11135,3,1591,2441 -"197148",69215,14957,3,1591,2306 -"197149",69215,15502,3,1591,2637 -"197150",69215,15546,3,1591,2055 -"197151",69215,16866,2,1591,2718 -"197152",69215,18865,2,1591,2676 -"197153",69215,18954,2,1591,2364 -"197154",69215,19208,3,1591,2629 -"197155",69215,19605,3,1591,2395 -"197156",69215,23890,2,1591,1810 -"197157",69215,24761,3,1591,2384 -"197158",69215,26642,3,1591,2952 -"197159",69215,29824,3,1591,2772 -"197160",69215,33562,2,1591,1979 -"197161",69215,36270,3,1591,2910 -"197162",69215,42813,3,1591,2142 -"197163",69215,45449,3,1591,1610 -"197164",69215,50476,3,1591,1641 -"197165",69215,50480,3,1591,2701 -"197166",69215,51448,3,1591,1593 -"197167",69215,53498,1,1591,1967 -"197168",69215,56910,3,1591,2705 -"197169",69215,59347,3,1591,1926 -"197170",69215,63395,2,1591,2334 -"197171",69215,65007,3,1591,2530 -"197172",69215,74204,3,1591,2463 -"197173",69215,80680,2,1591,2403 -"197174",69215,94339,3,1591,2768 -"197175",69215,105867,2,1591,1641 -"197176",69215,108872,1,1591,1810 -"197177",69215,115966,3,1591,2349 -"197178",69232,862,3,2130,2254 -"197179",69232,2446,3,2130,2606 -"197180",69232,4367,3,2130,2794 -"197181",69232,8865,1,2130,2394 -"197182",69232,10148,3,2130,2964 -"197183",69232,10336,3,2130,2271 -"197184",69232,13051,3,2130,2692 -"197185",69232,14586,2,2130,2801 -"197186",69232,14761,3,2130,2502 -"197187",69232,15826,3,2130,2772 -"197188",69232,16690,2,2130,2132 -"197189",69232,19364,3,2130,2846 -"197190",69232,19433,3,2130,2504 -"197191",69232,22709,3,2130,2743 -"197192",69232,22723,2,2130,2859 -"197193",69232,27908,3,2130,2576 -"197194",69232,29454,3,2130,2719 -"197195",69232,30034,3,2130,2357 -"197196",69232,30870,3,2130,2370 -"197197",69232,30906,3,2130,2537 -"197198",69232,32920,2,2130,2158 -"197199",69232,33236,3,2130,2297 -"197200",69232,34491,3,2130,2694 -"197201",69232,34892,3,2130,2309 -"197202",69232,41023,3,2130,2408 -"197203",69232,43961,3,2130,2443 -"197204",69232,47968,3,2130,2829 -"197205",69232,56755,3,2130,2158 -"197206",69232,58559,3,2130,2242 -"197207",69232,63837,2,2130,2807 -"197208",69232,68314,3,2130,2180 -"197209",69232,70101,3,2130,2414 -"197210",69232,71652,3,2130,2638 -"197211",69250,23,3,1439,1682 -"197212",69250,267,3,1439,2631 -"197213",69250,2208,3,1439,2814 -"197214",69250,3164,2,1439,2693 -"197215",69250,4567,2,1439,2348 -"197216",69250,5041,3,1439,2371 -"197217",69250,5984,3,1439,1675 -"197218",69250,6030,2,1439,2953 -"197219",69250,6417,3,1439,1675 -"197220",69250,6914,3,1439,2668 -"197221",69250,7506,3,1439,2371 -"197222",69250,7616,3,1439,2296 -"197223",69250,7759,2,1439,2844 -"197224",69250,7861,3,1439,1647 -"197225",69250,8238,3,1439,2222 -"197226",69250,8274,3,1439,1909 -"197227",69250,8327,3,1439,2527 -"197228",69250,9423,3,1439,1708 -"197229",69250,10222,3,1439,2212 -"197230",69250,10349,3,1439,2300 -"197231",69250,10358,3,1439,2294 -"197232",69250,10851,2,1439,2423 -"197233",69250,11060,3,1439,2155 -"197234",69250,11218,3,1439,2292 -"197235",69250,11229,3,1439,1625 -"197236",69250,11966,3,1439,2385 -"197237",69250,13837,3,1439,1604 -"197238",69250,15106,3,1439,2286 -"197239",69250,15301,3,1439,2308 -"197240",69250,15808,2,1439,1521 -"197241",69250,16096,3,1439,2301 -"197242",69250,16352,3,1439,2657 -"197243",69250,16539,3,1439,1947 -"197244",69250,16850,3,1439,1657 -"197245",69250,17221,3,1439,2487 -"197246",69250,17245,3,1439,1811 -"197247",69250,17632,3,1439,1947 -"197248",69250,17645,3,1439,1918 -"197249",69250,18348,3,1439,1711 -"197250",69250,18670,3,1439,1835 -"197251",69250,19093,3,1439,2224 -"197252",69250,20067,3,1439,2390 -"197253",69250,20284,3,1439,2530 -"197254",69250,20874,2,1439,1580 -"197255",69250,21571,3,1439,2755 -"197256",69250,22207,3,1439,2365 -"197257",69250,22543,1,1439,1594 -"197258",69250,22566,2,1439,2308 -"197259",69250,22682,2,1439,2035 -"197260",69250,23825,3,1439,1913 -"197261",69250,25622,3,1439,1985 -"197262",69250,25971,3,1439,2608 -"197263",69250,26796,3,1439,2384 -"197264",69250,27796,3,1439,2151 -"197265",69250,28048,3,1439,1637 -"197266",69250,28050,2,1439,1955 -"197267",69250,28168,2,1439,2702 -"197268",69250,28296,3,1439,2944 -"197269",69250,28627,3,1439,2694 -"197270",69250,29512,3,1439,1594 -"197271",69250,29580,3,1439,2776 -"197272",69250,30095,3,1439,1578 -"197273",69250,31117,3,1439,2210 -"197274",69250,31705,3,1439,2706 -"197275",69250,32503,3,1439,2020 -"197276",69250,32694,3,1439,1602 -"197277",69250,33672,3,1439,2396 -"197278",69250,34735,3,1439,2767 -"197279",69250,35481,3,1439,2211 -"197280",69250,36691,3,1439,1903 -"197281",69250,38869,3,1439,1675 -"197282",69250,40129,3,1439,2162 -"197283",69250,40368,2,1439,2876 -"197284",69250,40487,3,1439,2512 -"197285",69250,40565,3,1439,2115 -"197286",69250,41407,3,1439,1951 -"197287",69250,41664,3,1439,2641 -"197288",69250,42619,3,1439,2017 -"197289",69250,44135,1,1439,2620 -"197290",69250,44403,3,1439,2429 -"197291",69250,44521,3,1439,1593 -"197292",69250,45504,3,1439,2301 -"197293",69250,45684,3,1439,2200 -"197294",69250,47386,3,1439,2226 -"197295",69250,49109,3,1439,2341 -"197296",69250,55076,1,1439,2408 -"197297",69250,56604,3,1439,1919 -"197298",69250,56854,3,1439,2022 -"197299",69250,57246,2,1439,1873 -"197300",69250,60624,3,1439,1570 -"197301",69250,64793,3,1439,2819 -"197302",69250,64857,2,1439,1792 -"197303",69250,69745,3,1439,1594 -"197304",69250,71808,3,1439,2349 -"197305",69250,72326,3,1439,2384 -"197306",69250,76398,3,1439,2400 -"197307",69250,77550,2,1439,1548 -"197308",69250,77611,3,1439,1795 -"197309",69250,78801,3,1439,1572 -"197310",69250,82270,3,1439,1641 -"197311",69250,82732,3,1439,2810 -"197312",69250,85356,3,1439,1492 -"197313",69250,86343,3,1439,1643 -"197314",69250,94500,3,1439,1529 -"197315",69257,1592,3,1402,2006 -"197316",69257,2011,3,1402,2176 -"197317",69257,5258,3,1402,2730 -"197318",69257,6252,3,1402,2336 -"197319",69257,8657,3,1402,2473 -"197320",69257,12462,3,1402,1461 -"197321",69257,14108,3,1402,2012 -"197322",69257,18543,3,1402,2968 -"197323",69257,23918,3,1402,1881 -"197324",69257,25565,3,1402,2764 -"197325",69257,38259,3,1402,2258 -"197326",69257,45545,3,1402,1776 -"197327",69257,49301,3,1402,1894 -"197328",69257,52327,3,1402,1472 -"197329",69257,64533,3,1402,1446 -"197330",69257,66241,3,1402,2351 -"197331",69257,68487,3,1402,2592 -"197332",69257,81592,3,1402,2882 -"197333",69257,88232,3,1402,2881 -"197334",69260,1196,3,1698,1986 -"197335",69260,3158,2,1698,2762 -"197336",69260,3961,3,1698,2426 -"197337",69260,4253,3,1698,1890 -"197338",69260,4634,3,1698,2291 -"197339",69260,5041,3,1698,2371 -"197340",69260,5986,3,1698,1721 -"197341",69260,6044,3,1698,2744 -"197342",69260,6223,3,1698,2363 -"197343",69260,8463,3,1698,2466 -"197344",69260,9269,3,1698,1892 -"197345",69260,10358,2,1698,2294 -"197346",69260,10717,3,1698,1938 -"197347",69260,11218,3,1698,2292 -"197348",69260,12042,3,1698,2345 -"197349",69260,12966,2,1698,2011 -"197350",69260,14032,3,1698,2144 -"197351",69260,14957,3,1698,2306 -"197352",69260,15782,3,1698,2306 -"197353",69260,16347,3,1698,1868 -"197354",69260,16352,3,1698,2657 -"197355",69260,16963,3,1698,1999 -"197356",69260,17943,3,1698,1943 -"197357",69260,23310,3,1698,2371 -"197358",69260,26080,2,1698,2525 -"197359",69260,26597,3,1698,2070 -"197360",69260,32919,2,1698,2321 -"197361",69260,35926,3,1698,2371 -"197362",69260,41350,3,1698,1935 -"197363",69260,41972,2,1698,2509 -"197364",69260,42390,3,1698,2937 -"197365",69260,43728,3,1698,2308 -"197366",69260,44132,3,1698,1999 -"197367",69260,47248,3,1698,2883 -"197368",69260,49142,2,1698,2289 -"197369",69260,51017,3,1698,2073 -"197370",69260,52386,3,1698,1830 -"197371",69260,82732,3,1698,2810 -"197372",69293,1367,3,609,2176 -"197373",69293,1826,3,609,924 -"197374",69293,2424,3,609,2582 -"197375",69293,2563,3,609,1686 -"197376",69293,2747,3,609,2411 -"197377",69293,3068,3,609,1815 -"197378",69293,3830,3,609,1661 -"197379",69293,3863,3,609,856 -"197380",69293,5120,3,609,2735 -"197381",69293,5346,2,609,1438 -"197382",69293,5568,3,609,1290 -"197383",69293,5580,3,609,2111 -"197384",69293,7226,2,609,1228 -"197385",69293,7245,3,609,2089 -"197386",69293,8984,3,609,1162 -"197387",69293,9150,3,609,2689 -"197388",69293,9202,3,609,2477 -"197389",69293,9311,3,609,2477 -"197390",69293,9654,3,609,2111 -"197391",69293,10481,3,609,740 -"197392",69293,10843,3,609,2277 -"197393",69293,12103,3,609,1244 -"197394",69293,13671,3,609,1371 -"197395",69293,14707,3,609,672 -"197396",69293,15207,2,609,1855 -"197397",69293,15453,3,609,1688 -"197398",69293,15462,3,609,1141 -"197399",69293,15626,2,609,2434 -"197400",69293,16040,3,609,1244 -"197401",69293,16067,3,609,2727 -"197402",69293,16877,3,609,2509 -"197403",69293,17819,3,609,2291 -"197404",69293,18211,3,609,1745 -"197405",69293,18348,3,609,1711 -"197406",69293,18415,3,609,2184 -"197407",69293,20407,3,609,2339 -"197408",69293,21929,3,609,2062 -"197409",69293,24146,3,609,2003 -"197410",69293,24362,3,609,1287 -"197411",69293,24974,3,609,702 -"197412",69293,25132,3,609,1188 -"197413",69293,28050,3,609,1955 -"197414",69293,28057,2,609,1067 -"197415",69293,29243,3,609,2011 -"197416",69293,30262,3,609,1715 -"197417",69293,30943,3,609,2287 -"197418",69293,32939,3,609,2277 -"197419",69293,33433,3,609,2805 -"197420",69293,36962,3,609,2861 -"197421",69293,37333,3,609,1612 -"197422",69293,41278,2,609,1873 -"197423",69293,41439,3,609,709 -"197424",69293,41955,3,609,2479 -"197425",69293,42642,3,609,2257 -"197426",69293,42725,2,609,630 -"197427",69293,45186,3,609,835 -"197428",69293,46803,3,609,2305 -"197429",69293,51017,3,609,2073 -"197430",69293,51853,3,609,2520 -"197431",69293,53043,3,609,803 -"197432",69293,53322,3,609,1200 -"197433",69293,53323,2,609,2677 -"197434",69293,53608,3,609,1986 -"197435",69293,54020,2,609,1578 -"197436",69293,54388,3,609,1257 -"197437",69293,55892,3,609,1234 -"197438",69293,57804,3,609,2214 -"197439",69293,57901,3,609,614 -"197440",69293,57950,3,609,1529 -"197441",69293,58854,3,609,1131 -"197442",69293,59113,3,609,2434 -"197443",69293,63641,3,609,2337 -"197444",69293,65679,3,609,1578 -"197445",69293,67726,3,609,2873 -"197446",69293,68043,3,609,690 -"197447",69293,69498,3,609,931 -"197448",69293,69716,3,609,2632 -"197449",69293,70785,3,609,1440 -"197450",69293,74818,3,609,1440 -"197451",69293,85356,3,609,1492 -"197452",69293,88126,3,609,1027 -"197453",69293,90837,3,609,825 -"197454",69293,94520,1,609,1243 -"197455",69293,95979,3,609,1722 -"197456",69293,99237,3,609,783 -"197457",69293,99557,3,609,1703 -"197458",69308,2724,3,2370,2447 -"197459",69308,3477,3,2370,2546 -"197460",69308,31357,2,2370,2389 -"197461",69308,33223,3,2370,2397 -"197462",69308,51843,2,2370,2389 -"197463",69335,3978,3,2698,2775 -"197464",69335,4932,3,2698,2752 -"197465",69335,5239,3,2698,2875 -"197466",69335,6248,3,2698,2737 -"197467",69335,9272,1,2698,2835 -"197468",69335,9724,3,2698,2713 -"197469",69335,11477,3,2698,2724 -"197470",69335,11506,2,2698,2824 -"197471",69335,18943,3,2698,2861 -"197472",69335,19364,3,2698,2846 -"197473",69335,20007,3,2698,2971 -"197474",69335,22326,3,2698,2818 -"197475",69335,22709,3,2698,2743 -"197476",69335,23550,3,2698,2939 -"197477",69335,26749,3,2698,2965 -"197478",69335,30010,3,2698,2917 -"197479",69335,37684,3,2698,2899 -"197480",69335,41978,3,2698,2824 -"197481",69335,42390,3,2698,2937 -"197482",69335,43173,2,2698,2895 -"197483",69335,47607,3,2698,2724 -"197484",69335,59039,2,2698,2870 -"197485",69335,73553,3,2698,2726 -"197486",69335,80190,3,2698,2717 -"197487",69335,98354,3,2698,2794 -"197488",69335,108379,3,2698,2933 -"197489",69352,725,2,220,1064 -"197490",69352,739,3,220,309 -"197491",69352,6071,3,220,2310 -"197492",69352,8525,3,220,1787 -"197493",69352,9716,3,220,1929 -"197494",69352,10908,3,220,1134 -"197495",69352,12818,3,220,2015 -"197496",69352,15075,1,220,2252 -"197497",69352,15088,2,220,2906 -"197498",69352,18855,2,220,1362 -"197499",69352,18954,2,220,2364 -"197500",69352,19323,3,220,1705 -"197501",69352,20271,3,220,2044 -"197502",69352,23890,3,220,1810 -"197503",69352,24761,2,220,2384 -"197504",69352,29824,3,220,2772 -"197505",69352,36577,2,220,958 -"197506",69352,40850,2,220,1396 -"197507",69352,49621,2,220,1915 -"197508",69352,50476,2,220,1641 -"197509",69352,53537,2,220,2428 -"197510",69352,56737,2,220,2270 -"197511",69352,63555,2,220,1290 -"197512",69352,72827,1,220,1359 -"197513",69352,78768,3,220,841 -"197514",69352,79036,3,220,2524 -"197515",69352,79236,3,220,1505 -"197516",69352,79822,2,220,1508 -"197517",69352,81113,3,220,1914 -"197518",69352,93766,3,220,328 -"197519",69352,96169,3,220,2356 -"197520",69352,96349,3,220,1874 -"197521",69352,96741,2,220,484 -"197522",69360,11912,2,404,889 -"197523",69360,12122,3,404,1385 -"197524",69360,19893,3,404,1223 -"197525",69360,44089,3,404,1632 -"197526",69360,76721,3,404,1174 -"197527",69380,135,3,348,2233 -"197528",69380,455,3,348,2827 -"197529",69380,600,3,348,1702 -"197530",69380,5451,1,348,1299 -"197531",69380,7350,2,348,1901 -"197532",69380,23705,1,348,2699 -"197533",69380,23918,3,348,1881 -"197534",69380,27837,2,348,1315 -"197535",69380,28101,3,348,1949 -"197536",69380,31050,3,348,1491 -"197537",69380,34920,2,348,563 -"197538",69380,35302,3,348,1589 -"197539",69380,41739,3,348,1339 -"197540",69380,54158,3,348,1756 -"197541",69380,64181,3,348,1828 -"197542",69380,65625,3,348,1273 -"197543",69380,66413,3,348,2507 -"197544",69380,105063,2,348,1908 -"197545",69417,3284,3,507,1541 -"197546",69417,4330,2,507,1128 -"197547",69417,5454,3,507,1779 -"197548",69417,29915,2,507,848 -"197549",69417,36829,3,507,2722 -"197550",69417,37859,3,507,1999 -"197551",69417,43204,3,507,1680 -"197552",69417,91435,3,507,933 -"197553",69429,140,3,50,2267 -"197554",69429,364,3,50,2351 -"197555",69429,669,3,50,1423 -"197556",69429,841,3,50,2964 -"197557",69429,1700,1,50,613 -"197558",69429,1780,3,50,1375 -"197559",69429,1822,3,50,2888 -"197560",69429,2036,3,50,2483 -"197561",69429,2269,3,50,984 -"197562",69429,2300,3,50,565 -"197563",69429,2540,2,50,1398 -"197564",69429,2765,3,50,2321 -"197565",69429,2810,3,50,83 -"197566",69429,3978,3,50,2775 -"197567",69429,4303,3,50,2414 -"197568",69429,4361,3,50,2571 -"197569",69429,4612,3,50,2804 -"197570",69429,4665,3,50,1569 -"197571",69429,4916,2,50,1970 -"197572",69429,4932,3,50,2752 -"197573",69429,4983,2,50,1909 -"197574",69429,5346,3,50,1438 -"197575",69429,5599,3,50,1684 -"197576",69429,6989,3,50,2623 -"197577",69429,7337,3,50,1797 -"197578",69429,7861,2,50,1647 -"197579",69429,7942,3,50,2623 -"197580",69429,8568,3,50,2706 -"197581",69429,8760,3,50,2477 -"197582",69429,8984,3,50,1162 -"197583",69429,9332,3,50,2734 -"197584",69429,9481,3,50,1610 -"197585",69429,9503,3,50,2453 -"197586",69429,9615,3,50,2464 -"197587",69429,9703,2,50,1845 -"197588",69429,9787,3,50,2858 -"197589",69429,10129,3,50,2124 -"197590",69429,10350,3,50,1163 -"197591",69429,10457,3,50,1711 -"197592",69429,10746,3,50,1506 -"197593",69429,11208,3,50,1161 -"197594",69429,11639,3,50,1593 -"197595",69429,11648,2,50,2852 -"197596",69429,12023,3,50,799 -"197597",69429,12067,3,50,1213 -"197598",69429,12361,3,50,2732 -"197599",69429,12542,3,50,1888 -"197600",69429,12653,3,50,1573 -"197601",69429,13260,3,50,389 -"197602",69429,13296,3,50,839 -"197603",69429,14353,3,50,2878 -"197604",69429,14449,3,50,1258 -"197605",69429,14656,3,50,584 -"197606",69429,14749,3,50,1998 -"197607",69429,15207,3,50,1855 -"197608",69429,15826,3,50,2772 -"197609",69429,15879,2,50,419 -"197610",69429,15910,3,50,941 -"197611",69429,16881,2,50,925 -"197612",69429,16959,3,50,888 -"197613",69429,17133,3,50,924 -"197614",69429,17257,3,50,1117 -"197615",69429,17645,3,50,1918 -"197616",69429,18005,2,50,2449 -"197617",69429,18421,3,50,2457 -"197618",69429,18550,3,50,483 -"197619",69429,18615,3,50,1025 -"197620",69429,19334,2,50,1979 -"197621",69429,19655,3,50,2706 -"197622",69429,19662,2,50,170 -"197623",69429,19686,3,50,2467 -"197624",69429,19818,3,50,675 -"197625",69429,20124,2,50,2376 -"197626",69429,20176,3,50,1050 -"197627",69429,20688,3,50,891 -"197628",69429,20847,3,50,491 -"197629",69429,20984,3,50,2502 -"197630",69429,21207,3,50,1258 -"197631",69429,21281,3,50,1922 -"197632",69429,21383,3,50,971 -"197633",69429,21487,3,50,2203 -"197634",69429,21593,3,50,1312 -"197635",69429,22166,3,50,994 -"197636",69429,22714,3,50,2793 -"197637",69429,22945,3,50,237 -"197638",69429,23131,3,50,1732 -"197639",69429,24302,3,50,407 -"197640",69429,25163,3,50,1751 -"197641",69429,27390,3,50,2425 -"197642",69429,27545,3,50,855 -"197643",69429,27742,3,50,2700 -"197644",69429,28051,3,50,2089 -"197645",69429,28446,3,50,917 -"197646",69429,28592,3,50,2320 -"197647",69429,28904,3,50,926 -"197648",69429,29116,3,50,2128 -"197649",69429,29267,3,50,1234 -"197650",69429,29286,3,50,1612 -"197651",69429,29473,1,50,2602 -"197652",69429,29818,3,50,1677 -"197653",69429,30974,3,50,947 -"197654",69429,31130,3,50,148 -"197655",69429,31216,3,50,1244 -"197656",69429,31317,3,50,1362 -"197657",69429,32939,3,50,2277 -"197658",69429,34094,3,50,1360 -"197659",69429,34509,3,50,1973 -"197660",69429,34908,3,50,2796 -"197661",69429,35360,3,50,2043 -"197662",69429,36912,3,50,2469 -"197663",69429,37351,1,50,978 -"197664",69429,37424,3,50,1693 -"197665",69429,37636,3,50,2178 -"197666",69429,39062,3,50,2020 -"197667",69429,39256,3,50,2449 -"197668",69429,40028,3,50,1349 -"197669",69429,40113,3,50,451 -"197670",69429,40283,3,50,1657 -"197671",69429,40747,3,50,958 -"197672",69429,40889,3,50,465 -"197673",69429,40954,2,50,2603 -"197674",69429,41581,3,50,1692 -"197675",69429,42474,3,50,2322 -"197676",69429,44497,2,50,2401 -"197677",69429,45729,3,50,2606 -"197678",69429,45992,3,50,1182 -"197679",69429,46486,3,50,1868 -"197680",69429,46726,3,50,943 -"197681",69429,47595,3,50,2374 -"197682",69429,47968,3,50,2829 -"197683",69429,48015,3,50,1355 -"197684",69429,48955,2,50,242 -"197685",69429,50335,3,50,1893 -"197686",69429,50354,3,50,1299 -"197687",69429,50585,3,50,2414 -"197688",69429,50996,3,50,929 -"197689",69429,51991,3,50,692 -"197690",69429,52483,3,50,2317 -"197691",69429,52815,3,50,2323 -"197692",69429,52993,3,50,1256 -"197693",69429,53687,3,50,2422 -"197694",69429,54467,3,50,919 -"197695",69429,54775,3,50,2383 -"197696",69429,55165,2,50,51 -"197697",69429,55482,3,50,1866 -"197698",69429,56082,3,50,2395 -"197699",69429,56995,3,50,2323 -"197700",69429,57804,3,50,2214 -"197701",69429,57912,3,50,1035 -"197702",69429,58015,3,50,899 -"197703",69429,58745,2,50,1920 -"197704",69429,61125,3,50,1673 -"197705",69429,62438,3,50,802 -"197706",69429,62668,3,50,958 -"197707",69429,62832,3,50,2606 -"197708",69429,63077,3,50,2778 -"197709",69429,64210,2,50,956 -"197710",69429,64947,3,50,2489 -"197711",69429,66121,3,50,1281 -"197712",69429,67252,1,50,1215 -"197713",69429,70748,2,50,978 -"197714",69429,71219,1,50,967 -"197715",69429,71531,2,50,2887 -"197716",69429,72083,3,50,1122 -"197717",69429,72956,3,50,1251 -"197718",69429,74370,3,50,1667 -"197719",69429,76286,2,50,1642 -"197720",69429,82046,3,50,748 -"197721",69429,85198,3,50,1794 -"197722",69429,85736,3,50,1601 -"197723",69429,93332,3,50,982 -"197724",69429,94520,3,50,1243 -"197725",69429,96401,3,50,303 -"197726",69429,99288,3,50,983 -"197727",69429,99332,3,50,873 -"197728",69429,100432,3,50,1358 -"197729",69429,104098,3,50,512 -"197730",69429,104758,3,50,255 -"197731",69429,107383,3,50,1918 -"197732",69429,109194,3,50,494 -"197733",69429,110218,3,50,437 -"197734",69429,119501,3,50,390 -"197735",69438,1092,3,830,1945 -"197736",69438,3753,3,830,1255 -"197737",69438,7013,3,830,2040 -"197738",69438,10087,3,830,1617 -"197739",69438,11127,2,830,1196 -"197740",69438,11875,3,830,1526 -"197741",69438,15716,3,830,1991 -"197742",69438,17061,1,830,2385 -"197743",69438,21225,3,830,1945 -"197744",69438,25721,2,830,2212 -"197745",69438,26408,3,830,1545 -"197746",69438,27623,3,830,2970 -"197747",69438,28065,3,830,943 -"197748",69438,38439,3,830,2025 -"197749",69438,39534,3,830,2410 -"197750",69438,48605,3,830,2796 -"197751",69438,49642,2,830,1166 -"197752",69438,69091,3,830,1267 -"197753",69438,76048,3,830,2373 -"197754",69438,76470,3,830,887 -"197755",69438,90789,3,830,1218 -"197756",69438,90860,3,830,851 -"197757",69438,92480,3,830,832 -"197758",69438,102186,3,830,2937 -"197759",69447,1520,3,1197,1716 -"197760",69447,1592,2,1197,2006 -"197761",69447,1691,2,1197,1941 -"197762",69447,2011,3,1197,2176 -"197763",69447,2344,3,1197,2752 -"197764",69447,2684,3,1197,2874 -"197765",69447,4730,3,1197,2131 -"197766",69447,6390,3,1197,2385 -"197767",69447,9511,3,1197,1232 -"197768",69447,11055,3,1197,2111 -"197769",69447,13007,3,1197,2496 -"197770",69447,14108,3,1197,2012 -"197771",69447,14731,3,1197,2012 -"197772",69447,14791,2,1197,1370 -"197773",69447,15713,3,1197,1646 -"197774",69447,19718,3,1197,1702 -"197775",69447,20200,3,1197,2322 -"197776",69447,20407,3,1197,2339 -"197777",69447,21133,3,1197,1320 -"197778",69447,21575,3,1197,1762 -"197779",69447,21682,3,1197,2414 -"197780",69447,24198,3,1197,2217 -"197781",69447,29170,3,1197,1846 -"197782",69447,31089,3,1197,2952 -"197783",69447,33622,3,1197,2230 -"197784",69447,36439,3,1197,2469 -"197785",69447,37509,2,1197,1640 -"197786",69447,38213,3,1197,1744 -"197787",69447,40537,2,1197,1284 -"197788",69447,41134,3,1197,2952 -"197789",69447,42756,1,1197,1384 -"197790",69447,43173,3,1197,2895 -"197791",69447,46621,2,1197,1343 -"197792",69447,46951,3,1197,2429 -"197793",69447,47968,3,1197,2829 -"197794",69447,48832,2,1197,1370 -"197795",69447,49301,3,1197,1894 -"197796",69447,49620,3,1197,1868 -"197797",69447,50179,3,1197,2230 -"197798",69447,50217,3,1197,1211 -"197799",69447,52041,3,1197,2694 -"197800",69447,52136,3,1197,1412 -"197801",69447,52327,3,1197,1472 -"197802",69447,53643,3,1197,1626 -"197803",69447,55482,3,1197,1866 -"197804",69447,56903,3,1197,1584 -"197805",69447,61347,2,1197,1684 -"197806",69447,66994,2,1197,1865 -"197807",69447,68586,2,1197,2322 -"197808",69447,74636,3,1197,2525 -"197809",69447,77200,3,1197,1737 -"197810",69447,79436,3,1197,1344 -"197811",69447,79657,3,1197,1260 -"197812",69447,88232,2,1197,2881 -"197813",69447,97824,3,1197,1229 -"197814",69447,100432,3,1197,1358 -"197815",69498,313,3,931,2271 -"197816",69498,377,2,931,2389 -"197817",69498,499,3,931,1931 -"197818",69498,543,2,931,2203 -"197819",69498,613,3,931,2687 -"197820",69498,1046,3,931,1881 -"197821",69498,1151,2,931,2885 -"197822",69498,1469,3,931,1160 -"197823",69498,1495,3,931,2046 -"197824",69498,1616,3,931,2662 -"197825",69498,1777,1,931,1965 -"197826",69498,1938,3,931,997 -"197827",69498,2036,2,931,2483 -"197828",69498,2224,3,931,2751 -"197829",69498,2484,2,931,2389 -"197830",69498,2754,2,931,1360 -"197831",69498,3088,2,931,1670 -"197832",69498,3161,3,931,2229 -"197833",69498,3242,3,931,1730 -"197834",69498,3830,2,931,1661 -"197835",69498,3878,3,931,1890 -"197836",69498,4057,2,931,2389 -"197837",69498,4226,3,931,1903 -"197838",69498,4701,3,931,2401 -"197839",69498,4790,3,931,1025 -"197840",69498,4791,3,931,1184 -"197841",69498,5078,2,931,2033 -"197842",69498,5457,2,931,2077 -"197843",69498,5462,1,931,2374 -"197844",69498,5504,1,931,2389 -"197845",69498,6491,3,931,2424 -"197846",69498,7241,3,931,2259 -"197847",69498,7323,2,931,2858 -"197848",69498,8229,3,931,1241 -"197849",69498,8533,3,931,2251 -"197850",69498,8621,2,931,1681 -"197851",69498,8760,3,931,2477 -"197852",69498,8866,3,931,1545 -"197853",69498,9332,3,931,2734 -"197854",69498,9362,3,931,2879 -"197855",69498,9432,3,931,1693 -"197856",69498,12374,3,931,2260 -"197857",69498,12713,3,931,2440 -"197858",69498,13945,3,931,1324 -"197859",69498,14189,3,931,1483 -"197860",69498,15184,3,931,2396 -"197861",69498,15299,3,931,2213 -"197862",69498,15379,3,931,1231 -"197863",69498,15539,2,931,1929 -"197864",69498,16074,3,931,977 -"197865",69498,16164,3,931,1184 -"197866",69498,16313,2,931,1160 -"197867",69498,17410,3,931,2073 -"197868",69498,17520,3,931,2276 -"197869",69498,18151,3,931,2962 -"197870",69498,18615,3,931,1025 -"197871",69498,18707,3,931,1143 -"197872",69498,19027,3,931,2721 -"197873",69498,19606,2,931,2783 -"197874",69498,19637,3,931,1229 -"197875",69498,20311,3,931,1981 -"197876",69498,20563,3,931,2267 -"197877",69498,20659,3,931,1969 -"197878",69498,20700,3,931,2861 -"197879",69498,21122,2,931,1701 -"197880",69498,22006,1,931,1202 -"197881",69498,22705,3,931,1016 -"197882",69498,22749,2,931,1727 -"197883",69498,23508,3,931,1907 -"197884",69498,24005,3,931,1188 -"197885",69498,24362,3,931,1287 -"197886",69498,25198,3,931,1982 -"197887",69498,26451,3,931,2133 -"197888",69498,26516,3,931,2479 -"197889",69498,27478,3,931,2485 -"197890",69498,27849,3,931,1316 -"197891",69498,28216,2,931,1910 -"197892",69498,28233,3,931,1608 -"197893",69498,29073,3,931,2328 -"197894",69498,29258,3,931,1932 -"197895",69498,30119,3,931,1961 -"197896",69498,31799,2,931,2547 -"197897",69498,32516,3,931,2050 -"197898",69498,32606,3,931,2100 -"197899",69498,35256,2,931,2271 -"197900",69498,37418,3,931,2710 -"197901",69498,37570,2,931,2389 -"197902",69498,38921,3,931,1880 -"197903",69498,39444,3,931,2695 -"197904",69498,39548,3,931,2389 -"197905",69498,41278,1,931,1873 -"197906",69498,41747,3,931,1722 -"197907",69498,42264,3,931,1702 -"197908",69498,43518,3,931,2680 -"197909",69498,44636,3,931,1026 -"197910",69498,46283,3,931,1184 -"197911",69498,46680,3,931,1690 -"197912",69498,48698,3,931,1474 -"197913",69498,49965,3,931,2301 -"197914",69498,50252,3,931,2001 -"197915",69498,50372,3,931,1834 -"197916",69498,50667,3,931,2719 -"197917",69498,50685,2,931,2008 -"197918",69498,51810,3,931,1401 -"197919",69498,53031,3,931,2065 -"197920",69498,53851,3,931,2305 -"197921",69498,54020,3,931,1578 -"197922",69498,55468,3,931,2511 -"197923",69498,55556,2,931,2075 -"197924",69498,55828,3,931,2393 -"197925",69498,57077,3,931,1885 -"197926",69498,57360,2,931,2429 -"197927",69498,57950,1,931,1529 -"197928",69498,57977,2,931,2683 -"197929",69498,58035,3,931,1646 -"197930",69498,58133,3,931,1484 -"197931",69498,60185,3,931,1206 -"197932",69498,64967,3,931,2872 -"197933",69498,65029,3,931,2954 -"197934",69498,67222,3,931,1332 -"197935",69498,70046,3,931,2624 -"197936",69498,71478,2,931,1721 -"197937",69498,72334,3,931,2820 -"197938",69498,75948,2,931,1006 -"197939",69498,80429,2,931,1927 -"197940",69498,80678,3,931,1595 -"197941",69498,83096,3,931,1061 -"197942",69498,83526,3,931,1235 -"197943",69498,85430,2,931,2370 -"197944",69498,89958,2,931,1186 -"197945",69498,91570,3,931,2229 -"197946",69498,93615,3,931,2386 -"197947",69498,97915,3,931,1802 -"197948",69498,105795,3,931,1265 -"197949",69498,107649,3,931,1573 -"197950",69498,108867,3,931,2328 -"197951",69498,109383,3,931,952 -"197952",69518,1130,3,320,1566 -"197953",69518,1315,2,320,2760 -"197954",69518,2269,3,320,984 -"197955",69518,2300,3,320,565 -"197956",69518,3139,3,320,1656 -"197957",69518,3171,3,320,700 -"197958",69518,3460,3,320,2530 -"197959",69518,3670,2,320,885 -"197960",69518,7861,3,320,1647 -"197961",69518,13518,3,320,525 -"197962",69518,14422,3,320,1548 -"197963",69518,15453,2,320,1688 -"197964",69518,19204,3,320,1753 -"197965",69518,23312,3,320,2449 -"197966",69518,26282,3,320,1241 -"197967",69518,27427,3,320,2325 -"197968",69518,29454,3,320,2719 -"197969",69518,29683,3,320,2025 -"197970",69518,34509,3,320,1973 -"197971",69518,36983,3,320,462 -"197972",69518,41764,3,320,2409 -"197973",69518,42642,3,320,2257 -"197974",69518,48283,3,320,1290 -"197975",69518,51243,3,320,1389 -"197976",69518,64292,3,320,1583 -"197977",69518,67216,3,320,984 -"197978",69518,70605,3,320,1176 -"197979",69518,79612,3,320,927 -"197980",69518,85444,2,320,944 -"197981",69518,90608,3,320,590 -"197982",69518,100532,3,320,859 -"197983",69545,364,3,673,2351 -"197984",69545,1519,3,673,2349 -"197985",69545,2429,3,673,999 -"197986",69545,2852,2,673,2448 -"197987",69545,2936,3,673,2512 -"197988",69545,3254,3,673,1258 -"197989",69545,3493,3,673,2451 -"197990",69545,4660,2,673,2149 -"197991",69545,5106,2,673,2622 -"197992",69545,5897,3,673,2337 -"197993",69545,6877,3,673,867 -"197994",69545,9785,3,673,2951 -"197995",69545,12361,3,673,2732 -"197996",69545,13296,3,673,839 -"197997",69545,14781,3,673,2338 -"197998",69545,16864,2,673,814 -"197999",69545,17033,2,673,2771 -"198000",69545,18978,3,673,952 -"198001",69545,19073,3,673,2748 -"198002",69545,19655,3,673,2706 -"198003",69545,20395,2,673,1468 -"198004",69545,20984,3,673,2502 -"198005",69545,21383,3,673,971 -"198006",69545,23756,3,673,2309 -"198007",69545,23966,3,673,891 -"198008",69545,26793,3,673,2104 -"198009",69545,27686,3,673,2844 -"198010",69545,27742,3,673,2700 -"198011",69545,28357,3,673,1134 -"198012",69545,28909,3,673,978 -"198013",69545,29473,3,673,2602 -"198014",69545,31335,3,673,2351 -"198015",69545,32202,3,673,2314 -"198016",69545,36487,3,673,2622 -"198017",69545,36737,2,673,829 -"198018",69545,37424,3,673,1693 -"198019",69545,38513,3,673,914 -"198020",69545,39249,3,673,1665 -"198021",69545,39534,3,673,2410 -"198022",69545,40572,3,673,2666 -"198023",69545,41023,3,673,2408 -"198024",69545,43204,2,673,1680 -"198025",69545,44025,3,673,1935 -"198026",69545,45729,3,673,2606 -"198027",69545,46486,3,673,1868 -"198028",69545,47013,3,673,2388 -"198029",69545,51144,3,673,2466 -"198030",69545,51774,3,673,2459 -"198031",69545,54775,3,673,2383 -"198032",69545,61347,3,673,1684 -"198033",69545,62626,3,673,2787 -"198034",69545,63641,2,673,2337 -"198035",69545,64156,2,673,675 -"198036",69545,66717,2,673,2104 -"198037",69545,68931,2,673,2771 -"198038",69545,70583,3,673,2615 -"198039",69545,72438,3,673,1397 -"198040",69545,72535,2,673,1191 -"198041",69545,72632,3,673,1289 -"198042",69545,76391,3,673,1536 -"198043",69545,78842,3,673,904 -"198044",69545,80338,3,673,2059 -"198045",69545,85198,3,673,1794 -"198046",69545,87958,3,673,1234 -"198047",69545,90719,3,673,1234 -"198048",69545,95910,2,673,999 -"198049",69545,96007,2,673,895 -"198050",69545,99298,3,673,679 -"198051",69545,106240,2,673,705 -"198052",69564,4032,3,903,1763 -"198053",69564,6562,3,903,1139 -"198054",69564,9050,2,903,2026 -"198055",69564,11135,3,903,2441 -"198056",69564,11665,2,903,1643 -"198057",69564,13400,3,903,1371 -"198058",69564,14754,3,903,2456 -"198059",69564,15502,3,903,2637 -"198060",69564,16566,3,903,2019 -"198061",69564,16833,2,903,1661 -"198062",69564,23325,3,903,2779 -"198063",69564,24116,3,903,1413 -"198064",69564,25886,2,903,1580 -"198065",69564,28081,3,903,1927 -"198066",69564,34441,3,903,1661 -"198067",69564,51448,3,903,1593 -"198068",69564,78910,3,903,1931 -"198069",69564,104659,2,903,2026 -"198070",69583,96401,3,278,303 -"198071",69583,99332,3,278,873 -"198072",69583,110218,3,278,437 -"198073",69591,3460,3,2294,2530 -"198074",69591,3896,3,2294,2693 -"198075",69591,3966,3,2294,2425 -"198076",69591,11456,2,2294,2715 -"198077",69591,19027,3,2294,2721 -"198078",69591,25325,2,2294,2963 -"198079",69591,29004,3,2294,2596 -"198080",69591,36646,2,2294,2744 -"198081",69591,46580,3,2294,2346 -"198082",69591,47877,3,2294,2970 -"198083",69591,51055,3,2294,2558 -"198084",69591,62841,3,2294,2710 -"198085",69684,1090,3,816,2370 -"198086",69684,2036,3,816,2483 -"198087",69684,8621,3,816,1681 -"198088",69684,15539,3,816,1929 -"198089",69684,23492,3,816,1067 -"198090",69684,23725,3,816,2378 -"198091",69684,32162,1,816,895 -"198092",69684,80678,2,816,1595 -"198093",69712,279,3,1219,1989 -"198094",69712,380,2,1219,2261 -"198095",69712,1102,3,1219,2282 -"198096",69712,1875,3,1219,1786 -"198097",69712,2572,3,1219,2273 -"198098",69712,2864,3,1219,1543 -"198099",69712,3306,3,1219,1989 -"198100",69712,3748,3,1219,2052 -"198101",69712,3801,2,1219,1974 -"198102",69712,4690,2,1219,1938 -"198103",69712,5235,3,1219,2324 -"198104",69712,5350,3,1219,2522 -"198105",69712,5865,3,1219,1910 -"198106",69712,6052,3,1219,1985 -"198107",69712,6074,3,1219,2426 -"198108",69712,6491,3,1219,2424 -"198109",69712,7181,3,1219,1421 -"198110",69712,7406,3,1219,1906 -"198111",69712,7502,2,1219,1519 -"198112",69712,7616,3,1219,2296 -"198113",69712,8866,3,1219,1545 -"198114",69712,8888,3,1219,1328 -"198115",69712,9362,2,1219,2879 -"198116",69712,9364,3,1219,1698 -"198117",69712,9805,3,1219,1621 -"198118",69712,10513,1,1219,2284 -"198119",69712,10851,3,1219,2423 -"198120",69712,11540,3,1219,1237 -"198121",69712,12374,3,1219,2260 -"198122",69712,12528,3,1219,2589 -"198123",69712,12602,2,1219,1956 -"198124",69712,12724,3,1219,1930 -"198125",69712,14080,3,1219,1351 -"198126",69712,14655,3,1219,2559 -"198127",69712,14834,2,1219,2739 -"198128",69712,14959,3,1219,2898 -"198129",69712,15632,1,1219,1242 -"198130",69712,16384,3,1219,1320 -"198131",69712,16539,3,1219,1947 -"198132",69712,16940,3,1219,1290 -"198133",69712,19096,3,1219,1538 -"198134",69712,19719,3,1219,2177 -"198135",69712,20124,3,1219,2376 -"198136",69712,20874,3,1219,1580 -"198137",69712,21138,3,1219,2849 -"198138",69712,21682,3,1219,2414 -"198139",69712,21929,3,1219,2062 -"198140",69712,21960,3,1219,1517 -"198141",69712,22141,3,1219,2348 -"198142",69712,22165,3,1219,1501 -"198143",69712,22586,3,1219,1341 -"198144",69712,24060,3,1219,2349 -"198145",69712,26067,3,1219,2069 -"198146",69712,26671,3,1219,2279 -"198147",69712,26749,3,1219,2965 -"198148",69712,33430,3,1219,2225 -"198149",69712,38780,3,1219,2705 -"198150",69712,40493,3,1219,1981 -"198151",69712,40913,3,1219,1800 -"198152",69712,42129,3,1219,2318 -"198153",69712,42216,3,1219,2722 -"198154",69712,45302,3,1219,2390 -"198155",69712,46040,3,1219,2105 -"198156",69712,46091,3,1219,1938 -"198157",69712,46950,1,1219,2673 -"198158",69712,47248,3,1219,2883 -"198159",69712,47772,3,1219,2293 -"198160",69712,49110,3,1219,2938 -"198161",69712,49512,2,1219,1302 -"198162",69712,50134,3,1219,2674 -"198163",69712,51017,2,1219,2073 -"198164",69712,51035,1,1219,2397 -"198165",69712,51866,3,1219,2411 -"198166",69712,52576,3,1219,2234 -"198167",69712,53323,3,1219,2677 -"198168",69712,54855,3,1219,1525 -"198169",69712,55320,3,1219,1643 -"198170",69712,55892,3,1219,1234 -"198171",69712,57353,3,1219,1849 -"198172",69712,58508,3,1219,2326 -"198173",69712,61932,3,1219,1959 -"198174",69712,64232,2,1219,1275 -"198175",69712,64699,3,1219,2797 -"198176",69712,66983,2,1219,2397 -"198177",69712,71342,2,1219,1289 -"198178",69712,72956,3,1219,1251 -"198179",69712,74985,3,1219,2895 -"198180",69712,76284,3,1219,1237 -"198181",69712,79436,3,1219,1344 -"198182",69712,79653,3,1219,2683 -"198183",69712,79657,3,1219,1260 -"198184",69712,80825,1,1219,2315 -"198185",69712,84022,3,1219,2289 -"198186",69716,4551,3,2632,2720 -"198187",69716,16067,3,2632,2727 -"198188",69716,61337,3,2632,2777 -"198189",69716,67726,3,2632,2873 -"198190",69732,3158,3,732,2762 -"198191",69732,4784,3,732,2511 -"198192",69732,9740,3,732,2233 -"198193",69732,10146,3,732,1878 -"198194",69732,10779,3,732,2881 -"198195",69732,11270,2,732,1011 -"198196",69732,13551,3,732,1451 -"198197",69732,13595,3,732,1164 -"198198",69732,14212,3,732,857 -"198199",69732,14255,3,732,893 -"198200",69732,17499,3,732,2954 -"198201",69732,28648,3,732,1586 -"198202",69732,43728,3,732,2308 -"198203",69732,45297,3,732,1864 -"198204",69732,51212,3,732,1801 -"198205",69732,52386,3,732,1830 -"198206",69732,67289,2,732,829 -"198207",69732,71225,3,732,956 -"198208",69732,76842,2,732,1518 -"198209",69732,78843,1,732,1524 -"198210",69745,357,3,1594,2327 -"198211",69745,2208,3,1594,2814 -"198212",69745,4567,3,1594,2348 -"198213",69745,7759,2,1594,2844 -"198214",69745,7847,3,1594,2424 -"198215",69745,9311,3,1594,2477 -"198216",69745,10453,3,1594,1656 -"198217",69745,10843,3,1594,2277 -"198218",69745,20124,3,1594,2376 -"198219",69745,21872,3,1594,2458 -"198220",69745,23806,3,1594,1671 -"198221",69745,23825,1,1594,1913 -"198222",69745,32606,3,1594,2100 -"198223",69745,34836,3,1594,2302 -"198224",69745,38019,3,1594,1870 -"198225",69745,38140,3,1594,1866 -"198226",69745,40129,3,1594,2162 -"198227",69745,44135,3,1594,2620 -"198228",69745,52154,3,1594,1722 -"198229",69745,71982,3,1594,2812 -"198230",69745,76672,3,1594,1930 -"198231",69745,79627,3,1594,2409 -"198232",69745,87144,3,1594,2299 -"198233",69788,4551,3,2007,2720 -"198234",69788,4932,3,2007,2752 -"198235",69788,19934,2,2007,2888 -"198236",69788,27320,3,2007,2378 -"198237",69788,28893,3,2007,2764 -"198238",69788,37752,3,2007,2223 -"198239",69788,38259,3,2007,2258 -"198240",69788,39443,2,2007,2277 -"198241",69788,39875,2,2007,2422 -"198242",69788,57765,3,2007,2893 -"198243",69788,59039,3,2007,2870 -"198244",69788,65188,3,2007,2213 -"198245",69788,69131,3,2007,2122 -"198246",69788,88067,2,2007,2315 -"198247",69795,1624,3,2636,2687 -"198248",69795,6345,3,2636,2713 -"198249",69795,9724,3,2636,2713 -"198250",69795,17499,3,2636,2954 -"198251",69795,53652,3,2636,2899 -"198252",69810,7014,3,2321,2401 -"198253",69810,32818,3,2321,2485 -"198254",69810,57356,3,2321,2476 -"198255",69810,59776,3,2321,2493 -"198256",69810,61337,3,2321,2777 -"198257",69830,1570,3,378,2028 -"198258",69830,3272,3,378,2132 -"198259",69830,3678,2,378,1325 -"198260",69830,4622,2,378,1589 -"198261",69830,6562,3,378,1139 -"198262",69830,7648,2,378,1861 -"198263",69830,9273,2,378,1747 -"198264",69830,9328,3,378,1937 -"198265",69830,10755,2,378,1742 -"198266",69830,10756,3,378,2207 -"198267",69830,14442,3,378,2700 -"198268",69830,14902,3,378,562 -"198269",69830,15119,3,378,1020 -"198270",69830,16184,3,378,2274 -"198271",69830,17608,3,378,1216 -"198272",69830,17768,1,378,2468 -"198273",69830,18455,3,378,1237 -"198274",69830,20739,3,378,2025 -"198275",69830,24867,3,378,1861 -"198276",69830,25053,2,378,2186 -"198277",69830,29067,3,378,1538 -"198278",69830,29354,3,378,1123 -"198279",69830,31281,2,378,1937 -"198280",69830,32904,3,378,2055 -"198281",69830,35844,3,378,2961 -"198282",69830,36975,3,378,887 -"198283",69830,36996,2,378,2321 -"198284",69830,39911,3,378,1445 -"198285",69830,41669,2,378,1247 -"198286",69830,44132,3,378,1999 -"198287",69830,44501,3,378,2567 -"198288",69830,46849,2,378,1238 -"198289",69830,47094,3,378,2592 -"198290",69830,55446,2,378,1247 -"198291",69830,55997,3,378,1414 -"198292",69830,59289,3,378,2896 -"198293",69830,62975,3,378,977 -"198294",69830,70967,3,378,570 -"198295",69830,76503,3,378,1136 -"198296",69830,80117,3,378,1140 -"198297",69830,84322,3,378,1635 -"198298",69830,85062,3,378,1379 -"198299",69830,91465,2,378,1047 -"198300",69830,93123,2,378,870 -"198301",69830,97615,3,378,1198 -"198302",69830,103536,2,378,475 -"198303",69830,104281,3,378,2228 -"198304",69830,110874,3,378,1390 -"198305",69861,11239,3,277,2181 -"198306",69861,11310,3,277,957 -"198307",69861,14463,3,277,1256 -"198308",69861,16684,3,277,1657 -"198309",69861,19364,3,277,2846 -"198310",69861,20847,3,277,491 -"198311",69861,22709,3,277,2743 -"198312",69861,28432,3,277,1954 -"198313",69861,28923,3,277,2362 -"198314",69861,34831,3,277,1866 -"198315",69861,34921,3,277,2181 -"198316",69861,41240,3,277,2220 -"198317",69861,52182,3,277,1622 -"198318",69861,52215,3,277,1908 -"198319",69861,55472,3,277,1516 -"198320",69861,66622,3,277,799 -"198321",69861,68831,3,277,1446 -"198322",69861,73553,3,277,2726 -"198323",69861,79477,1,277,836 -"198324",69861,82819,3,277,1900 -"198325",69861,86978,3,277,2733 -"198326",69861,94138,3,277,1939 -"198327",69861,102893,2,277,814 -"198328",69887,6877,3,357,867 -"198329",69887,18479,3,357,2967 -"198330",69887,21419,3,357,1243 -"198331",69887,21976,3,357,1808 -"198332",69887,29275,3,357,949 -"198333",69887,31170,3,357,1776 -"198334",69887,32470,3,357,1539 -"198335",69887,43524,3,357,2572 -"198336",69887,57383,3,357,1302 -"198337",69887,62334,3,357,1766 -"198338",69887,73810,3,357,1554 -"198339",69887,78262,3,357,1326 -"198340",69887,83007,3,357,2727 -"198341",69887,83228,2,357,732 -"198342",69887,86357,3,357,736 -"198343",69887,93317,3,357,1223 -"198344",69887,99418,3,357,444 -"198345",69903,5346,3,1066,1438 -"198346",69903,6234,3,1066,2654 -"198347",69903,9423,3,1066,1708 -"198348",69903,10964,3,1066,2043 -"198349",69903,11019,3,1066,1299 -"198350",69903,11067,3,1066,2734 -"198351",69903,14072,3,1066,1346 -"198352",69903,14442,3,1066,2700 -"198353",69903,14731,3,1066,2012 -"198354",69903,14972,3,1066,2332 -"198355",69903,15207,3,1066,1855 -"198356",69903,17396,3,1066,1672 -"198357",69903,20545,3,1066,1491 -"198358",69903,21487,3,1066,2203 -"198359",69903,24085,3,1066,1253 -"198360",69903,24195,3,1066,1575 -"198361",69903,25443,3,1066,1441 -"198362",69903,26658,3,1066,2745 -"198363",69903,30092,3,1066,1593 -"198364",69903,30981,3,1066,2366 -"198365",69903,32939,2,1066,2277 -"198366",69903,33383,3,1066,1572 -"198367",69903,33460,3,1066,2781 -"198368",69903,34509,3,1066,1973 -"198369",69903,35264,3,1066,2329 -"198370",69903,36215,3,1066,1623 -"198371",69903,38676,3,1066,2286 -"198372",69903,42256,3,1066,2839 -"198373",69903,45585,3,1066,2384 -"198374",69903,51890,3,1066,1992 -"198375",69903,53445,3,1066,2028 -"198376",69903,55892,3,1066,1234 -"198377",69903,56903,3,1066,1584 -"198378",69903,57804,2,1066,2214 -"198379",69903,58284,3,1066,2292 -"198380",69903,69912,1,1066,2391 -"198381",69903,82246,3,1066,1538 -"198382",69903,94520,3,1066,1243 -"198383",69908,14072,3,47,1346 -"198384",69908,14972,3,47,2332 -"198385",69908,17381,2,47,1697 -"198386",69908,32377,3,47,237 -"198387",69908,44720,3,47,1202 -"198388",69908,48548,3,47,826 -"198389",69908,54715,3,47,499 -"198390",69908,68700,3,47,639 -"198391",69908,74290,3,47,1513 -"198392",69908,96563,3,47,961 -"198393",69930,733,3,416,1653 -"198394",69930,1046,3,416,1881 -"198395",69930,1136,3,416,2536 -"198396",69930,1367,3,416,2176 -"198397",69930,3242,3,416,1730 -"198398",69930,4191,3,416,2130 -"198399",69930,4618,3,416,2607 -"198400",69930,5148,3,416,2206 -"198401",69930,5725,3,416,2789 -"198402",69930,7226,3,416,1228 -"198403",69930,7245,3,416,2089 -"198404",69930,8533,3,416,2251 -"198405",69930,10343,3,416,1072 -"198406",69930,10875,3,416,1234 -"198407",69930,12096,2,416,1330 -"198408",69930,13929,3,416,2693 -"198409",69930,15005,3,416,1415 -"198410",69930,16164,3,416,1184 -"198411",69930,16195,3,416,2964 -"198412",69930,17396,3,416,1672 -"198413",69930,17819,3,416,2291 -"198414",69930,17852,2,416,2840 -"198415",69930,18277,3,416,2309 -"198416",69930,18415,3,416,2184 -"198417",69930,18707,3,416,1143 -"198418",69930,20311,3,416,1981 -"198419",69930,20319,3,416,468 -"198420",69930,22331,1,416,2687 -"198421",69930,23509,3,416,2275 -"198422",69930,24825,3,416,2686 -"198423",69930,25341,3,416,1858 -"198424",69930,25443,2,416,1441 -"198425",69930,25643,3,416,1646 -"198426",69930,26282,3,416,1241 -"198427",69930,26451,3,416,2133 -"198428",69930,26570,3,416,1669 -"198429",69930,27849,3,416,1316 -"198430",69930,28285,3,416,2972 -"198431",69930,28434,2,416,1141 -"198432",69930,29073,3,416,2328 -"198433",69930,31307,3,416,2139 -"198434",69930,31691,3,416,1657 -"198435",69930,31799,3,416,2547 -"198436",69930,31927,2,416,818 -"198437",69930,32113,3,416,882 -"198438",69930,33383,3,416,1572 -"198439",69930,33588,3,416,1040 -"198440",69930,37620,3,416,2716 -"198441",69930,38523,3,416,549 -"198442",69930,40293,3,416,1671 -"198443",69930,40672,1,416,1315 -"198444",69930,41682,3,416,1988 -"198445",69930,45549,3,416,1322 -"198446",69930,45704,3,416,2687 -"198447",69930,47947,3,416,2681 -"198448",69930,52457,2,416,849 -"198449",69930,52835,3,416,995 -"198450",69930,54929,3,416,2783 -"198451",69930,57765,3,416,2893 -"198452",69930,57977,3,416,2683 -"198453",69930,58035,2,416,1646 -"198454",69930,58221,2,416,1787 -"198455",69930,60552,3,416,855 -"198456",69930,63770,3,416,1324 -"198457",69930,64031,2,416,1295 -"198458",69930,66860,3,416,1548 -"198459",69930,67352,3,416,1115 -"198460",69930,75948,3,416,1006 -"198461",69930,80172,3,416,1342 -"198462",69930,80471,2,416,538 -"198463",69930,82767,3,416,1641 -"198464",69930,90573,3,416,878 -"198465",69930,91912,3,416,790 -"198466",69930,94101,3,416,997 -"198467",69930,99103,3,416,1470 -"198468",69930,100218,3,416,606 -"198469",69957,9481,3,1569,1610 -"198470",69957,10050,3,1569,1792 -"198471",69957,10453,3,1569,1656 -"198472",69957,11135,3,1569,2441 -"198473",69957,18706,3,1569,1617 -"198474",69957,20512,3,1569,2748 -"198475",69957,30669,3,1569,1921 -"198476",69957,52815,3,1569,2323 -"198477",69957,59448,2,1569,2687 -"198478",69957,76286,3,1569,1642 -"198479",69979,1130,3,557,1566 -"198480",69979,20292,3,557,2755 -"198481",69979,29917,3,557,1962 -"198482",69979,34509,3,557,1973 -"198483",69979,62841,3,557,2710 -"198484",69979,80190,3,557,2717 -"198485",70011,17499,3,2690,2954 -"198486",70011,23550,3,2690,2939 -"198487",70011,37684,3,2690,2899 -"198488",70046,1616,3,2624,2662 -"198489",70046,3164,3,2624,2693 -"198490",70046,3305,3,2624,2839 -"198491",70046,7323,3,2624,2858 -"198492",70046,10890,3,2624,2639 -"198493",70046,13929,3,2624,2693 -"198494",70046,19208,3,2624,2629 -"198495",70046,19606,3,2624,2783 -"198496",70046,21795,3,2624,2653 -"198497",70046,22326,3,2624,2818 -"198498",70046,26865,3,2624,2726 -"198499",70046,27753,3,2624,2750 -"198500",70046,29454,3,2624,2719 -"198501",70046,34327,3,2624,2959 -"198502",70046,36506,3,2624,2638 -"198503",70046,36962,3,2624,2861 -"198504",70046,41607,3,2624,2802 -"198505",70046,41664,3,2624,2641 -"198506",70046,43518,3,2624,2680 -"198507",70046,49998,3,2624,2761 -"198508",70046,55691,3,2624,2856 -"198509",70070,37059,3,2425,2840 -"198510",70070,57492,3,2425,2855 -"198511",70101,841,3,2414,2964 -"198512",70101,6989,3,2414,2623 -"198513",70101,8062,3,2414,2858 -"198514",70101,11429,3,2414,2520 -"198515",70101,12948,3,2414,2669 -"198516",70101,13136,3,2414,2867 -"198517",70101,14586,3,2414,2801 -"198518",70101,16176,3,2414,2703 -"198519",70101,22723,3,2414,2859 -"198520",70101,28869,2,2414,2425 -"198521",70101,36953,3,2414,2790 -"198522",70101,40572,3,2414,2666 -"198523",70101,45869,3,2414,2840 -"198524",70101,47968,3,2414,2829 -"198525",70103,1708,3,257,1591 -"198526",70103,12084,3,257,1960 -"198527",70103,14772,3,257,2386 -"198528",70103,16910,3,257,1978 -"198529",70103,23963,3,257,647 -"198530",70103,60966,2,257,2734 -"198531",70126,140,3,1158,2267 -"198532",70126,1195,3,1158,1322 -"198533",70126,2206,3,1158,2536 -"198534",70126,5897,3,1158,2337 -"198535",70126,11434,3,1158,1187 -"198536",70126,11516,3,1158,1937 -"198537",70126,13068,3,1158,1778 -"198538",70126,14287,3,1158,1583 -"198539",70126,23692,3,1158,1540 -"198540",70126,25378,3,1158,1245 -"198541",70126,27391,3,1158,2378 -"198542",70126,31235,3,1158,2668 -"198543",70126,37752,3,1158,2223 -"198544",70126,38373,3,1158,1928 -"198545",70126,39746,3,1158,1361 -"198546",70126,47013,3,1158,2388 -"198547",70126,47559,3,1158,1826 -"198548",70126,59039,3,1158,2870 -"198549",70126,59485,3,1158,1564 -"198550",70126,65522,2,1158,1572 -"198551",70126,74795,3,1158,1319 -"198552",70126,92678,1,1158,1769 -"198553",70203,3305,3,2756,2839 -"198554",70203,14959,2,2756,2898 -"198555",70203,15636,2,2756,2857 -"198556",70203,18151,3,2756,2962 -"198557",70203,23787,3,2756,2810 -"198558",70203,33801,2,2756,2899 -"198559",70203,34735,3,2756,2767 -"198560",70203,44654,3,2756,2916 -"198561",70203,53475,3,2756,2853 -"198562",70217,270,3,2332,2542 -"198563",70217,2224,3,2332,2751 -"198564",70217,2424,3,2332,2582 -"198565",70217,8762,3,2332,2585 -"198566",70217,14959,3,2332,2898 -"198567",70217,18394,3,2332,2356 -"198568",70217,22326,2,2332,2818 -"198569",70217,25305,2,2332,2447 -"198570",70217,30173,3,2332,2404 -"198571",70217,42216,3,2332,2722 -"198572",70217,43455,3,2332,2846 -"198573",70217,56082,3,2332,2395 -"198574",70217,61982,3,2332,2725 -"198575",70217,72207,3,2332,2430 -"198576",70217,101797,3,2332,2357 -"198577",70232,1822,3,2401,2888 -"198578",70232,3477,3,2401,2546 -"198579",70232,14353,2,2401,2878 -"198580",70232,17027,2,2401,2772 -"198581",70232,59140,3,2401,2528 -"198582",70232,68652,3,2401,2878 -"198583",70269,16826,2,2368,2599 -"198584",70269,21138,3,2368,2849 -"198585",70269,34158,3,2368,2639 -"198586",70269,35361,3,2368,2389 -"198587",70269,38227,3,2368,2511 -"198588",70269,80759,2,2368,2940 -"198589",70273,38467,3,801,1259 -"198590",70348,7499,3,1173,1803 -"198591",70348,7763,3,1173,1656 -"198592",70348,14612,3,1173,2340 -"198593",70348,25941,3,1173,2369 -"198594",70348,30804,1,1173,1614 -"198595",70348,33176,3,1173,2630 -"198596",70348,79480,1,1173,1376 -"198597",70348,93609,1,1173,2252 -"198598",70372,2060,3,526,1753 -"198599",70372,2407,3,526,1725 -"198600",70372,7896,3,526,2447 -"198601",70372,16866,3,526,2718 -"198602",70372,17033,3,526,2771 -"198603",70372,17645,3,526,1918 -"198604",70372,18865,3,526,2676 -"198605",70372,19655,3,526,2706 -"198606",70372,22166,3,526,994 -"198607",70372,23692,3,526,1540 -"198608",70372,25541,2,526,917 -"198609",70372,31408,2,526,994 -"198610",70372,38087,2,526,1083 -"198611",70372,39249,3,526,1665 -"198612",70372,40309,3,526,871 -"198613",70372,45664,3,526,2235 -"198614",70372,46726,2,526,943 -"198615",70372,50996,3,526,929 -"198616",70372,51758,3,526,2310 -"198617",70372,60808,3,526,1258 -"198618",70372,62668,3,526,958 -"198619",70372,63395,3,526,2334 -"198620",70372,67617,3,526,1149 -"198621",70372,72986,2,526,1055 -"198622",70372,77057,3,526,1866 -"198623",70372,77095,3,526,1622 -"198624",70372,81239,3,526,547 -"198625",70372,96310,2,526,1016 -"198626",70403,364,3,542,2351 -"198627",70403,1523,3,542,2048 -"198628",70403,2190,3,542,2359 -"198629",70403,9484,3,542,1429 -"198630",70403,9785,3,542,2951 -"198631",70403,9787,3,542,2858 -"198632",70403,10050,3,542,1792 -"198633",70403,11029,3,542,2362 -"198634",70403,21240,3,542,1162 -"198635",70403,28081,3,542,1927 -"198636",70403,36344,3,542,2570 -"198637",70403,38087,3,542,1083 -"198638",70403,38532,3,542,1234 -"198639",70403,39418,3,542,1978 -"198640",70403,41581,3,542,1692 -"198641",70403,68789,3,542,1929 -"198642",70403,82023,3,542,992 -"198643",70403,84447,2,542,1006 -"198644",70403,90236,3,542,1010 -"198645",70403,92860,3,542,1643 -"198646",70403,93026,2,542,704 -"198647",70403,106399,3,542,1530 -"198648",70403,113116,2,542,769 -"198649",70422,4646,3,1398,2139 -"198650",70422,16437,3,1398,1956 -"198651",70422,16776,3,1398,1565 -"198652",70422,21810,2,1398,1579 -"198653",70422,35133,3,1398,2219 -"198654",70422,37752,3,1398,2223 -"198655",70422,59039,3,1398,2870 -"198656",70422,59776,3,1398,2493 -"198657",70433,17812,2,2639,2705 -"198658",70455,145,3,1307,1998 -"198659",70455,360,3,1307,1671 -"198660",70455,728,3,1307,1812 -"198661",70455,913,3,1307,2144 -"198662",70455,1314,3,1307,1522 -"198663",70455,1519,3,1307,2349 -"198664",70455,1702,3,1307,1984 -"198665",70455,2407,2,1307,1725 -"198666",70455,2625,2,1307,2152 -"198667",70455,3127,3,1307,2273 -"198668",70455,4001,2,1307,1687 -"198669",70455,4612,3,1307,2804 -"198670",70455,4669,3,1307,2395 -"198671",70455,4730,2,1307,2131 -"198672",70455,4821,3,1307,1938 -"198673",70455,5363,3,1307,1791 -"198674",70455,5897,3,1307,2337 -"198675",70455,7252,3,1307,2799 -"198676",70455,7433,3,1307,2255 -"198677",70455,8354,3,1307,1705 -"198678",70455,8568,3,1307,2706 -"198679",70455,8888,3,1307,1328 -"198680",70455,9035,3,1307,2771 -"198681",70455,9060,3,1307,1612 -"198682",70455,9202,3,1307,2477 -"198683",70455,9481,3,1307,1610 -"198684",70455,9787,3,1307,2858 -"198685",70455,10239,3,1307,2032 -"198686",70455,10453,3,1307,1656 -"198687",70455,10473,3,1307,1783 -"198688",70455,11108,3,1307,1609 -"198689",70455,11563,3,1307,1863 -"198690",70455,11648,3,1307,2852 -"198691",70455,11990,3,1307,1909 -"198692",70455,12199,3,1307,1651 -"198693",70455,12759,3,1307,2414 -"198694",70455,14287,3,1307,1583 -"198695",70455,14626,3,1307,2175 -"198696",70455,14652,3,1307,2516 -"198697",70455,15546,3,1307,2055 -"198698",70455,16286,3,1307,2470 -"198699",70455,16501,3,1307,1650 -"198700",70455,16866,2,1307,2718 -"198701",70455,18865,2,1307,2676 -"198702",70455,19208,3,1307,2629 -"198703",70455,19605,3,1307,2395 -"198704",70455,20220,2,1307,1656 -"198705",70455,20984,3,1307,2502 -"198706",70455,21180,3,1307,2762 -"198707",70455,21741,3,1307,1574 -"198708",70455,22578,3,1307,2216 -"198709",70455,23131,3,1307,1732 -"198710",70455,24066,3,1307,1755 -"198711",70455,25163,3,1307,1751 -"198712",70455,26642,3,1307,2952 -"198713",70455,27686,3,1307,2844 -"198714",70455,27742,3,1307,2700 -"198715",70455,27914,3,1307,2507 -"198716",70455,28051,3,1307,2089 -"198717",70455,28837,3,1307,2286 -"198718",70455,29286,2,1307,1612 -"198719",70455,29825,3,1307,2603 -"198720",70455,29977,3,1307,2781 -"198721",70455,30442,2,1307,2124 -"198722",70455,30525,3,1307,1964 -"198723",70455,31235,3,1307,2668 -"198724",70455,31868,3,1307,1993 -"198725",70455,32942,3,1307,2038 -"198726",70455,34162,3,1307,2336 -"198727",70455,34870,3,1307,1873 -"198728",70455,35728,3,1307,2017 -"198729",70455,35980,3,1307,2657 -"198730",70455,36270,3,1307,2910 -"198731",70455,36912,3,1307,2469 -"198732",70455,40035,3,1307,2742 -"198733",70455,40572,3,1307,2666 -"198734",70455,41955,3,1307,2479 -"198735",70455,42813,2,1307,2142 -"198736",70455,43673,3,1307,2787 -"198737",70455,44603,3,1307,2748 -"198738",70455,45449,3,1307,1610 -"198739",70455,45869,3,1307,2840 -"198740",70455,46384,3,1307,2285 -"198741",70455,46486,3,1307,1868 -"198742",70455,50480,3,1307,2701 -"198743",70455,53739,3,1307,2704 -"198744",70455,54775,3,1307,2383 -"198745",70455,55296,3,1307,2413 -"198746",70455,55775,3,1307,2385 -"198747",70455,56910,3,1307,2705 -"198748",70455,58655,3,1307,2685 -"198749",70455,61125,3,1307,1673 -"198750",70455,63395,2,1307,2334 -"198751",70455,64174,3,1307,2377 -"198752",70455,69215,3,1307,1591 -"198753",70455,70583,3,1307,2615 -"198754",70455,72597,3,1307,1843 -"198755",70455,74204,3,1307,2463 -"198756",70455,76143,3,1307,1610 -"198757",70455,100048,2,1307,1573 -"198758",70455,101347,3,1307,1335 -"198759",70528,16195,3,2727,2964 -"198760",70555,46506,3,1229,2464 -"198761",70555,84254,3,1229,2548 -"198762",70568,600,3,103,1702 -"198763",70568,2195,3,103,2139 -"198764",70568,2357,3,103,492 -"198765",70568,10370,3,103,2224 -"198766",70568,18108,3,103,1656 -"198767",70568,18825,3,103,1240 -"198768",70568,18924,2,103,485 -"198769",70568,19093,2,103,2224 -"198770",70568,23918,3,103,1881 -"198771",70568,25443,3,103,1441 -"198772",70568,27377,2,103,1724 -"198773",70568,29295,3,103,2043 -"198774",70568,31307,3,103,2139 -"198775",70568,33383,3,103,1572 -"198776",70568,49046,3,103,255 -"198777",70568,64181,3,103,1828 -"198778",70568,105100,3,103,633 -"198779",70573,145,3,1993,1998 -"198780",70573,160,3,1993,2007 -"198781",70573,270,3,1993,2542 -"198782",70573,316,3,1993,2413 -"198783",70573,2181,2,1993,2030 -"198784",70573,2424,3,1993,2582 -"198785",70573,3477,3,1993,2546 -"198786",70573,3978,3,1993,2775 -"198787",70573,4929,2,1993,2240 -"198788",70573,4953,2,1993,2285 -"198789",70573,6063,3,1993,2349 -"198790",70573,6363,3,1993,2066 -"198791",70573,6449,2,1993,1997 -"198792",70573,7794,3,1993,2972 -"198793",70573,8842,3,1993,2535 -"198794",70573,9175,3,1993,2639 -"198795",70573,9331,2,1993,2269 -"198796",70573,12042,3,1993,2345 -"198797",70573,12081,1,1993,2166 -"198798",70573,14252,3,1993,2244 -"198799",70573,14918,2,1993,2071 -"198800",70573,15008,3,1993,2338 -"198801",70573,15381,3,1993,2289 -"198802",70573,15729,3,1993,2338 -"198803",70573,16628,2,1993,2409 -"198804",70573,17351,2,1993,2036 -"198805",70573,17365,3,1993,2746 -"198806",70573,17549,2,1993,2647 -"198807",70573,19208,3,1993,2629 -"198808",70573,19605,3,1993,2395 -"198809",70573,20331,2,1993,2365 -"198810",70573,21079,2,1993,1997 -"198811",70573,21734,3,1993,2528 -"198812",70573,22682,3,1993,2035 -"198813",70573,24256,3,1993,2393 -"198814",70573,27379,3,1993,2461 -"198815",70573,27694,3,1993,2030 -"198816",70573,27796,3,1993,2151 -"198817",70573,29977,3,1993,2781 -"198818",70573,30827,3,1993,2323 -"198819",70573,31117,2,1993,2210 -"198820",70573,31159,3,1993,2231 -"198821",70573,31295,3,1993,2183 -"198822",70573,31705,3,1993,2706 -"198823",70573,33223,3,1993,2397 -"198824",70573,34120,3,1993,2786 -"198825",70573,37238,3,1993,2609 -"198826",70573,38307,1,1993,2648 -"198827",70573,41770,3,1993,2752 -"198828",70573,41945,3,1993,2856 -"198829",70573,43455,2,1993,2846 -"198830",70573,44688,2,1993,2924 -"198831",70573,45239,3,1993,2535 -"198832",70573,46446,3,1993,2295 -"198833",70573,46629,3,1993,2255 -"198834",70573,50113,2,1993,2059 -"198835",70573,50480,3,1993,2701 -"198836",70573,51866,3,1993,2411 -"198837",70573,52032,3,1993,2853 -"198838",70573,52892,3,1993,2372 -"198839",70573,61982,3,1993,2725 -"198840",70583,5106,2,2615,2622 -"198841",70583,11648,3,2615,2852 -"198842",70583,12948,3,2615,2669 -"198843",70583,17033,2,2615,2771 -"198844",70583,20941,3,2615,2725 -"198845",70583,27686,3,2615,2844 -"198846",70583,27742,3,2615,2700 -"198847",70583,40295,3,2615,2703 -"198848",70583,56669,3,2615,2924 -"198849",70583,57180,3,2615,2703 -"198850",70583,58655,3,2615,2685 -"198851",70583,68931,3,2615,2771 -"198852",70586,11143,3,2562,2623 -"198853",70586,18151,3,2562,2962 -"198854",70586,21795,3,2562,2653 -"198855",70586,37059,3,2562,2840 -"198856",70603,2424,3,1002,2582 -"198857",70603,4790,3,1002,1025 -"198858",70603,4791,3,1002,1184 -"198859",70603,12713,3,1002,2440 -"198860",70603,12863,2,1002,2027 -"198861",70603,19719,3,1002,2177 -"198862",70603,20287,3,1002,1099 -"198863",70603,21197,3,1002,1437 -"198864",70603,21285,3,1002,2100 -"198865",70603,22282,3,1002,1418 -"198866",70603,23918,3,1002,1881 -"198867",70603,26749,3,1002,2965 -"198868",70603,27175,3,1002,1447 -"198869",70603,32601,3,1002,1033 -"198870",70603,35095,3,1002,1502 -"198871",70603,36637,3,1002,2085 -"198872",70603,38019,3,1002,1870 -"198873",70603,43385,3,1002,1623 -"198874",70603,48414,3,1002,1749 -"198875",70603,50179,3,1002,2230 -"198876",70603,50685,3,1002,2008 -"198877",70603,52058,3,1002,1836 -"198878",70603,52576,3,1002,2234 -"198879",70603,55468,3,1002,2511 -"198880",70603,58508,3,1002,2326 -"198881",70603,58652,3,1002,1437 -"198882",70603,71342,3,1002,1289 -"198883",70603,72956,3,1002,1251 -"198884",70603,75948,3,1002,1006 -"198885",70603,82949,3,1002,2077 -"198886",70603,94404,2,1002,1836 -"198887",70603,98080,2,1002,1265 -"198888",70605,23,3,1176,1682 -"198889",70605,600,3,1176,1702 -"198890",70605,675,3,1176,1686 -"198891",70605,1036,3,1176,1367 -"198892",70605,1127,2,1176,1188 -"198893",70605,1130,2,1176,1566 -"198894",70605,1136,3,1176,2536 -"198895",70605,1175,3,1176,1642 -"198896",70605,1691,3,1176,1941 -"198897",70605,2208,3,1176,2814 -"198898",70605,2325,2,1176,1641 -"198899",70605,2754,3,1176,1360 -"198900",70605,2765,3,1176,2321 -"198901",70605,3753,3,1176,1255 -"198902",70605,3777,3,1176,1798 -"198903",70605,3886,3,1176,1669 -"198904",70605,3966,2,1176,2425 -"198905",70605,4317,3,1176,1224 -"198906",70605,4567,2,1176,2348 -"198907",70605,4791,3,1176,1184 -"198908",70605,5041,3,1176,2371 -"198909",70605,6044,3,1176,2744 -"198910",70605,6914,2,1176,2668 -"198911",70605,6982,3,1176,2034 -"198912",70605,7759,3,1176,2844 -"198913",70605,7847,3,1176,2424 -"198914",70605,7861,2,1176,1647 -"198915",70605,10222,2,1176,2212 -"198916",70605,10513,3,1176,2284 -"198917",70605,11540,3,1176,1237 -"198918",70605,11623,3,1176,2475 -"198919",70605,14108,3,1176,2012 -"198920",70605,15005,3,1176,1415 -"198921",70605,15872,3,1176,1551 -"198922",70605,16120,3,1176,1237 -"198923",70605,17931,3,1176,1617 -"198924",70605,17943,3,1176,1943 -"198925",70605,18277,3,1176,2309 -"198926",70605,18825,2,1176,1240 -"198927",70605,21138,2,1176,2849 -"198928",70605,21706,3,1176,1988 -"198929",70605,22543,3,1176,1594 -"198930",70605,22714,3,1176,2793 -"198931",70605,23825,2,1176,1913 -"198932",70605,24198,3,1176,2217 -"198933",70605,25129,3,1176,2647 -"198934",70605,25325,3,1176,2963 -"198935",70605,25341,3,1176,1858 -"198936",70605,25565,3,1176,2764 -"198937",70605,25622,3,1176,1985 -"198938",70605,26080,3,1176,2525 -"198939",70605,26282,2,1176,1241 -"198940",70605,29050,3,1176,1196 -"198941",70605,29917,3,1176,1962 -"198942",70605,30095,3,1176,1578 -"198943",70605,33672,3,1176,2396 -"198944",70605,34509,2,1176,1973 -"198945",70605,35481,2,1176,2211 -"198946",70605,40129,3,1176,2162 -"198947",70605,40368,3,1176,2876 -"198948",70605,40493,3,1176,1981 -"198949",70605,41739,3,1176,1339 -"198950",70605,41837,3,1176,2399 -"198951",70605,41972,3,1176,2509 -"198952",70605,42474,3,1176,2322 -"198953",70605,44135,3,1176,2620 -"198954",70605,46512,3,1176,1292 -"198955",70605,47248,2,1176,2883 -"198956",70605,49110,3,1176,2938 -"198957",70605,50001,3,1176,1518 -"198958",70605,50784,3,1176,2733 -"198959",70605,51017,2,1176,2073 -"198960",70605,51035,3,1176,2397 -"198961",70605,51410,3,1176,2739 -"198962",70605,53196,3,1176,1888 -"198963",70605,53433,3,1176,1187 -"198964",70605,53846,3,1176,2737 -"198965",70605,54250,3,1176,2340 -"198966",70605,58035,3,1176,1646 -"198967",70605,58221,3,1176,1787 -"198968",70605,64181,2,1176,1828 -"198969",70605,64997,3,1176,2791 -"198970",70605,65475,3,1176,1267 -"198971",70605,65625,3,1176,1273 -"198972",70605,66318,3,1176,2803 -"198973",70605,66413,3,1176,2507 -"198974",70605,66726,3,1176,2068 -"198975",70605,69250,3,1176,1439 -"198976",70605,69745,3,1176,1594 -"198977",70605,71808,3,1176,2349 -"198978",70605,79657,3,1176,1260 -"198979",70605,105063,3,1176,1908 -"198980",70605,105685,2,1176,2469 -"198981",70613,39556,3,1724,2747 -"198982",70613,67957,3,1724,2823 -"198983",70633,1787,3,484,1707 -"198984",70633,3360,3,484,1583 -"198985",70633,5937,2,484,2392 -"198986",70633,6235,3,484,1585 -"198987",70633,11679,1,484,846 -"198988",70633,11868,2,484,1639 -"198989",70633,12007,3,484,1594 -"198990",70633,15558,3,484,2389 -"198991",70633,15728,3,484,576 -"198992",70633,16524,3,484,1556 -"198993",70633,29775,3,484,2064 -"198994",70633,31259,3,484,2082 -"198995",70633,32079,3,484,2315 -"198996",70633,32841,3,484,1345 -"198997",70633,41521,3,484,2069 -"198998",70633,56413,2,484,2747 -"198999",70633,76505,3,484,2123 -"199000",70633,82246,3,484,1538 -"199001",70633,87190,3,484,1704 -"199002",70633,89258,2,484,1147 -"199003",70633,104843,3,484,1167 -"199004",70646,803,3,1162,1666 -"199005",70646,1321,3,1162,2075 -"199006",70646,1386,2,1162,1901 -"199007",70646,3695,2,1162,2612 -"199008",70646,5491,3,1162,2048 -"199009",70646,7078,2,1162,2344 -"199010",70646,7394,2,1162,2615 -"199011",70646,9030,3,1162,1979 -"199012",70646,12035,3,1162,2721 -"199013",70646,14709,3,1162,1901 -"199014",70646,15343,3,1162,2125 -"199015",70646,18151,2,1162,2962 -"199016",70646,19528,3,1162,2742 -"199017",70646,21417,3,1162,2422 -"199018",70646,21795,3,1162,2653 -"199019",70646,24511,3,1162,1871 -"199020",70646,24608,3,1162,1630 -"199021",70646,26608,3,1162,2329 -"199022",70646,26865,3,1162,2726 -"199023",70646,28923,3,1162,2362 -"199024",70646,29791,3,1162,1986 -"199025",70646,30081,3,1162,2403 -"199026",70646,31317,3,1162,1362 -"199027",70646,34327,2,1162,2959 -"199028",70646,35542,2,1162,1439 -"199029",70646,36950,3,1162,2204 -"199030",70646,40572,3,1162,2666 -"199031",70646,41518,3,1162,1641 -"199032",70646,45664,3,1162,2235 -"199033",70646,45729,3,1162,2606 -"199034",70646,46486,3,1162,1868 -"199035",70646,47947,3,1162,2681 -"199036",70646,51379,3,1162,1462 -"199037",70646,52442,2,1162,1269 -"199038",70646,53739,3,1162,2704 -"199039",70646,55828,3,1162,2393 -"199040",70646,59522,3,1162,1516 -"199041",70646,70046,3,1162,2624 -"199042",70646,73107,3,1162,1918 -"199043",70646,80655,3,1162,1546 -"199044",70646,87198,2,1162,1462 -"199045",70646,90501,3,1162,2380 -"199046",70647,44427,3,2795,2875 -"199047",70656,50621,2,2771,2809 -"199048",70681,3716,1,866,1679 -"199049",70681,3961,3,866,2426 -"199050",70681,5438,3,866,1499 -"199051",70681,5716,3,866,1058 -"199052",70681,5984,3,866,1675 -"199053",70681,6417,3,866,1675 -"199054",70681,7992,3,866,2033 -"199055",70681,10358,3,866,2294 -"199056",70681,11218,3,866,2292 -"199057",70681,11540,3,866,1237 -"199058",70681,13311,3,866,2315 -"199059",70681,13388,3,866,2119 -"199060",70681,14032,3,866,2144 -"199061",70681,15636,3,866,2857 -"199062",70681,16053,3,866,908 -"199063",70681,19235,3,866,1966 -"199064",70681,19637,3,866,1229 -"199065",70681,20067,3,866,2390 -"199066",70681,20732,3,866,2401 -"199067",70681,20975,3,866,1305 -"199068",70681,21138,3,866,2849 -"199069",70681,21795,3,866,2653 -"199070",70681,23310,3,866,2371 -"199071",70681,23726,3,866,2434 -"199072",70681,23869,2,866,1918 -"199073",70681,23918,3,866,1881 -"199074",70681,26408,2,866,1545 -"199075",70681,28131,3,866,1492 -"199076",70681,30150,3,866,1704 -"199077",70681,30981,2,866,2366 -"199078",70681,33433,3,866,2805 -"199079",70681,35926,3,866,2371 -"199080",70681,43112,2,866,2564 -"199081",70681,44819,3,866,2063 -"199082",70681,46803,2,866,2305 -"199083",70681,49677,3,866,1222 -"199084",70681,50269,2,866,1966 -"199085",70681,50382,3,866,2244 -"199086",70681,51017,3,866,2073 -"199087",70681,53134,3,866,1590 -"199088",70681,54158,3,866,1756 -"199089",70681,54388,3,866,1257 -"199090",70681,54929,3,866,2783 -"199091",70681,70203,3,866,2756 -"199092",70681,74788,3,866,1056 -"199093",70681,76666,3,866,1908 -"199094",70681,90802,3,866,877 -"199095",70681,101395,3,866,891 -"199096",70714,32964,2,2030,2252 -"199097",70724,212,3,496,1513 -"199098",70724,270,2,496,2542 -"199099",70724,380,3,496,2261 -"199100",70724,1102,3,496,2282 -"199101",70724,1124,2,496,1596 -"199102",70724,1639,3,496,2631 -"199103",70724,2111,3,496,1904 -"199104",70724,2424,3,496,2582 -"199105",70724,2533,3,496,2016 -"199106",70724,3305,3,496,2839 -"199107",70724,3306,2,496,1989 -"199108",70724,3477,3,496,2546 -"199109",70724,4701,3,496,2401 -"199110",70724,5235,3,496,2324 -"199111",70724,5568,3,496,1290 -"199112",70724,5599,3,496,1684 -"199113",70724,5971,2,496,1985 -"199114",70724,6047,3,496,2004 -"199115",70724,6063,3,496,2349 -"199116",70724,6222,3,496,1949 -"199117",70724,6264,1,496,749 -"199118",70724,6363,3,496,2066 -"199119",70724,6588,2,496,2025 -"199120",70724,6718,2,496,2138 -"199121",70724,7555,3,496,1943 -"199122",70724,7616,3,496,2296 -"199123",70724,7627,2,496,1543 -"199124",70724,9364,3,496,1698 -"199125",70724,9432,3,496,1693 -"199126",70724,9624,2,496,2398 -"199127",70724,9650,3,496,1167 -"199128",70724,10488,2,496,1524 -"199129",70724,10523,2,496,1510 -"199130",70724,10857,3,496,2253 -"199131",70724,11218,3,496,2292 -"199132",70724,11229,3,496,1625 -"199133",70724,11817,2,496,600 -"199134",70724,12374,3,496,2260 -"199135",70724,12728,3,496,2374 -"199136",70724,12735,3,496,819 -"199137",70724,12779,3,496,936 -"199138",70724,13307,3,496,2206 -"199139",70724,14564,3,496,1581 -"199140",70724,14656,2,496,584 -"199141",70724,14669,3,496,2080 -"199142",70724,14855,3,496,903 -"199143",70724,14989,3,496,2223 -"199144",70724,15003,2,496,2067 -"199145",70724,15244,3,496,1600 -"199146",70724,16352,3,496,2657 -"199147",70724,16539,3,496,1947 -"199148",70724,17400,3,496,2231 -"199149",70724,18152,3,496,1314 -"199150",70724,18217,3,496,1566 -"199151",70724,18361,2,496,2968 -"199152",70724,18394,2,496,2356 -"199153",70724,19622,3,496,2371 -"199154",70724,20124,2,496,2376 -"199155",70724,20311,3,496,1981 -"199156",70724,21012,3,496,2325 -"199157",70724,21693,3,496,2176 -"199158",70724,22197,3,496,2271 -"199159",70724,22403,3,496,1630 -"199160",70724,22462,3,496,869 -"199161",70724,23006,3,496,1532 -"199162",70724,23403,3,496,607 -"199163",70724,23509,3,496,2275 -"199164",70724,23526,3,496,1998 -"199165",70724,23715,3,496,1859 -"199166",70724,23725,3,496,2378 -"199167",70724,24066,3,496,1755 -"199168",70724,25027,3,496,564 -"199169",70724,25985,3,496,2071 -"199170",70724,26848,3,496,2363 -"199171",70724,26867,3,496,1804 -"199172",70724,27112,1,496,500 -"199173",70724,27744,3,496,861 -"199174",70724,27849,3,496,1316 -"199175",70724,29987,3,496,956 -"199176",70724,30325,3,496,1067 -"199177",70724,30405,3,496,2164 -"199178",70724,31307,3,496,2139 -"199179",70724,32017,3,496,577 -"199180",70724,32131,2,496,1035 -"199181",70724,32173,3,496,2341 -"199182",70724,32965,3,496,2071 -"199183",70724,33223,3,496,2397 -"199184",70724,33949,3,496,2489 -"199185",70724,34426,3,496,2743 -"199186",70724,35402,2,496,2339 -"199187",70724,35673,3,496,1067 -"199188",70724,37800,3,496,604 -"199189",70724,39865,3,496,849 -"199190",70724,40028,2,496,1349 -"199191",70724,40072,3,496,1182 -"199192",70724,40542,3,496,1664 -"199193",70724,40820,3,496,900 -"199194",70724,42687,3,496,1952 -"199195",70724,43455,3,496,2846 -"199196",70724,43518,3,496,2680 -"199197",70724,43673,3,496,2787 -"199198",70724,44521,2,496,1593 -"199199",70724,44641,3,496,1981 -"199200",70724,44819,3,496,2063 -"199201",70724,46182,3,496,1613 -"199202",70724,46196,3,496,1510 -"199203",70724,46629,3,496,2255 -"199204",70724,47435,3,496,878 -"199205",70724,47895,3,496,2328 -"199206",70724,48435,3,496,528 -"199207",70724,50134,3,496,2674 -"199208",70724,50236,3,496,2339 -"199209",70724,52136,3,496,1412 -"199210",70724,52345,3,496,1430 -"199211",70724,53303,3,496,1376 -"199212",70724,54551,3,496,2348 -"199213",70724,54929,3,496,2783 -"199214",70724,55468,3,496,2511 -"199215",70724,55892,3,496,1234 -"199216",70724,56082,3,496,2395 -"199217",70724,56237,3,496,2625 -"199218",70724,59386,3,496,595 -"199219",70724,59539,3,496,2429 -"199220",70724,59939,2,496,936 -"199221",70724,61982,3,496,2725 -"199222",70724,67763,2,496,822 -"199223",70724,67805,3,496,1338 -"199224",70724,68215,2,496,2727 -"199225",70724,70838,3,496,687 -"199226",70724,71217,3,496,2169 -"199227",70724,72188,3,496,856 -"199228",70724,72207,3,496,2430 -"199229",70724,72326,3,496,2384 -"199230",70724,72956,3,496,1251 -"199231",70724,75403,3,496,1895 -"199232",70724,79804,2,496,2227 -"199233",70724,80242,3,496,569 -"199234",70724,80784,3,496,1738 -"199235",70724,82776,3,496,1232 -"199236",70724,85329,3,496,738 -"199237",70724,87048,3,496,989 -"199238",70724,91912,2,496,790 -"199239",70724,92104,3,496,2339 -"199240",70724,109663,3,496,545 -"199241",70724,112437,3,496,513 -"199242",70724,117956,2,496,2774 -"199243",70724,120549,3,496,708 -"199244",70731,2754,3,418,1360 -"199245",70731,7936,2,418,1199 -"199246",70731,9030,3,418,1979 -"199247",70731,16029,3,418,1160 -"199248",70731,19717,3,418,431 -"199249",70731,22652,3,418,1544 -"199250",70731,22705,3,418,1016 -"199251",70731,25462,3,418,2653 -"199252",70731,25751,3,418,1523 -"199253",70731,26218,3,418,2460 -"199254",70731,30334,3,418,2075 -"199255",70731,34984,3,418,2056 -"199256",70731,37636,3,418,2178 -"199257",70731,40392,3,418,1878 -"199258",70731,44729,3,418,588 -"199259",70731,47082,3,418,1990 -"199260",70731,50275,2,418,2832 -"199261",70731,51783,3,418,2599 -"199262",70731,56688,2,418,2331 -"199263",70731,100334,2,418,777 -"199264",70736,1275,3,1512,2068 -"199265",70736,2484,3,1512,2389 -"199266",70736,4289,3,1512,1921 -"199267",70736,5912,3,1512,2257 -"199268",70736,6417,3,1512,1675 -"199269",70736,8029,3,1512,1859 -"199270",70736,8621,3,1512,1681 -"199271",70736,11456,3,1512,2715 -"199272",70736,12692,3,1512,1855 -"199273",70736,14943,2,1512,1942 -"199274",70736,15401,3,1512,1999 -"199275",70736,16539,3,1512,1947 -"199276",70736,16826,3,1512,2599 -"199277",70736,17997,2,1512,1621 -"199278",70736,18103,2,1512,1968 -"199279",70736,28015,3,1512,1624 -"199280",70736,28784,3,1512,1579 -"199281",70736,31069,3,1512,1995 -"199282",70736,32988,3,1512,2008 -"199283",70736,35529,3,1512,1620 -"199284",70736,37418,3,1512,2710 -"199285",70736,38227,3,1512,2511 -"199286",70736,40432,1,1512,1956 -"199287",70736,42505,3,1512,2008 -"199288",70736,47386,3,1512,2226 -"199289",70736,56807,2,1512,1571 -"199290",70736,57977,3,1512,2683 -"199291",70736,65155,3,1512,1947 -"199292",70736,65322,3,1512,2008 -"199293",70736,70269,3,1512,2368 -"199294",70736,82301,1,1512,1621 -"199295",70736,82929,3,1512,2475 -"199296",70736,83140,3,1512,1630 -"199297",70748,140,3,978,2267 -"199298",70748,364,3,978,2351 -"199299",70748,841,3,978,2964 -"199300",70748,2057,3,978,1965 -"199301",70748,2540,2,978,1398 -"199302",70748,3271,3,978,2216 -"199303",70748,3978,3,978,2775 -"199304",70748,4303,3,978,2414 -"199305",70748,4932,3,978,2752 -"199306",70748,4983,2,978,1909 -"199307",70748,6113,3,978,1678 -"199308",70748,6989,3,978,2623 -"199309",70748,7548,3,978,1932 -"199310",70748,7942,3,978,2623 -"199311",70748,9272,3,978,2835 -"199312",70748,9703,2,978,1845 -"199313",70748,9787,3,978,2858 -"199314",70748,11648,3,978,2852 -"199315",70748,17645,3,978,1918 -"199316",70748,18005,3,978,2449 -"199317",70748,20176,3,978,1050 -"199318",70748,21593,3,978,1312 -"199319",70748,27390,3,978,2425 -"199320",70748,27742,3,978,2700 -"199321",70748,29267,3,978,1234 -"199322",70748,29473,3,978,2602 -"199323",70748,43226,3,978,2442 -"199324",70748,46486,3,978,1868 -"199325",70748,47595,3,978,2374 -"199326",70748,48110,3,978,2009 -"199327",70748,50224,2,978,1123 -"199328",70748,52815,3,978,2323 -"199329",70748,52993,3,978,1256 -"199330",70748,55482,3,978,1866 -"199331",70748,56995,3,978,2323 -"199332",70748,58508,3,978,2326 -"199333",70748,63077,3,978,2778 -"199334",70748,66121,3,978,1281 -"199335",70748,67252,3,978,1215 -"199336",70748,69335,3,978,2698 -"199337",70748,71531,3,978,2887 -"199338",70748,72083,1,978,1122 -"199339",70748,74190,3,978,1428 -"199340",70748,76286,2,978,1642 -"199341",70748,80301,3,978,1690 -"199342",70774,843,3,355,2332 -"199343",70774,1367,3,355,2176 -"199344",70774,1685,3,355,2230 -"199345",70774,2424,3,355,2582 -"199346",70774,2506,3,355,954 -"199347",70774,2747,3,355,2411 -"199348",70774,3863,3,355,856 -"199349",70774,5346,2,355,1438 -"199350",70774,5580,3,355,2111 -"199351",70774,7245,3,355,2089 -"199352",70774,9654,3,355,2111 -"199353",70774,9656,3,355,1135 -"199354",70774,11154,3,355,1594 -"199355",70774,12000,3,355,1454 -"199356",70774,13034,3,355,698 -"199357",70774,13671,2,355,1371 -"199358",70774,13861,3,355,1197 -"199359",70774,14707,3,355,672 -"199360",70774,15207,2,355,1855 -"199361",70774,15453,3,355,1688 -"199362",70774,15462,3,355,1141 -"199363",70774,16067,3,355,2727 -"199364",70774,16590,3,355,1123 -"199365",70774,16935,3,355,441 -"199366",70774,18348,3,355,1711 -"199367",70774,18415,3,355,2184 -"199368",70774,18550,2,355,483 -"199369",70774,18645,3,355,793 -"199370",70774,19687,3,355,2072 -"199371",70774,21929,3,355,2062 -"199372",70774,22744,3,355,1907 -"199373",70774,23282,3,355,1225 -"199374",70774,24104,3,355,817 -"199375",70774,24974,3,355,702 -"199376",70774,25286,2,355,1545 -"199377",70774,26567,3,355,1158 -"199378",70774,26577,3,355,933 -"199379",70774,28057,3,355,1067 -"199380",70774,30262,3,355,1715 -"199381",70774,30943,3,355,2287 -"199382",70774,32939,3,355,2277 -"199383",70774,36599,3,355,541 -"199384",70774,40113,2,355,451 -"199385",70774,41439,3,355,709 -"199386",70774,42642,3,355,2257 -"199387",70774,42725,3,355,630 -"199388",70774,43768,3,355,1468 -"199389",70774,45186,3,355,835 -"199390",70774,45664,3,355,2235 -"199391",70774,46803,3,355,2305 -"199392",70774,49069,3,355,1694 -"199393",70774,53043,3,355,803 -"199394",70774,54388,3,355,1257 -"199395",70774,57804,3,355,2214 -"199396",70774,58516,3,355,409 -"199397",70774,59906,3,355,865 -"199398",70774,63641,3,355,2337 -"199399",70774,67726,3,355,2873 -"199400",70774,69293,3,355,609 -"199401",70774,69716,3,355,2632 -"199402",70774,74818,3,355,1440 -"199403",70774,80942,2,355,1240 -"199404",70774,83729,3,355,406 -"199405",70774,85356,3,355,1492 -"199406",70774,85638,2,355,2275 -"199407",70774,87190,3,355,1704 -"199408",70774,89258,3,355,1147 -"199409",70774,94520,2,355,1243 -"199410",70774,99237,3,355,783 -"199411",70774,99557,3,355,1703 -"199412",70774,103710,3,355,439 -"199413",70781,212,3,199,1513 -"199414",70781,270,2,199,2542 -"199415",70781,325,2,199,495 -"199416",70781,380,3,199,2261 -"199417",70781,1102,3,199,2282 -"199418",70781,1124,2,199,1596 -"199419",70781,1639,3,199,2631 -"199420",70781,2111,3,199,1904 -"199421",70781,2424,3,199,2582 -"199422",70781,2533,3,199,2016 -"199423",70781,3305,3,199,2839 -"199424",70781,3306,2,199,1989 -"199425",70781,3477,3,199,2546 -"199426",70781,4701,3,199,2401 -"199427",70781,5235,3,199,2324 -"199428",70781,5568,3,199,1290 -"199429",70781,5599,3,199,1684 -"199430",70781,5971,2,199,1985 -"199431",70781,6047,3,199,2004 -"199432",70781,6063,3,199,2349 -"199433",70781,6222,3,199,1949 -"199434",70781,6264,2,199,749 -"199435",70781,6363,3,199,2066 -"199436",70781,6588,2,199,2025 -"199437",70781,6718,2,199,2138 -"199438",70781,7555,3,199,1943 -"199439",70781,7627,2,199,1543 -"199440",70781,9364,3,199,1698 -"199441",70781,9432,3,199,1693 -"199442",70781,9624,3,199,2398 -"199443",70781,9650,3,199,1167 -"199444",70781,10488,2,199,1524 -"199445",70781,10523,3,199,1510 -"199446",70781,10857,3,199,2253 -"199447",70781,11218,3,199,2292 -"199448",70781,11229,3,199,1625 -"199449",70781,11817,2,199,600 -"199450",70781,12374,3,199,2260 -"199451",70781,12735,3,199,819 -"199452",70781,12779,3,199,936 -"199453",70781,13307,3,199,2206 -"199454",70781,14564,3,199,1581 -"199455",70781,14656,2,199,584 -"199456",70781,14669,3,199,2080 -"199457",70781,14855,3,199,903 -"199458",70781,14989,3,199,2223 -"199459",70781,15003,2,199,2067 -"199460",70781,15244,3,199,1600 -"199461",70781,16352,3,199,2657 -"199462",70781,17400,3,199,2231 -"199463",70781,18152,3,199,1314 -"199464",70781,18217,3,199,1566 -"199465",70781,18361,2,199,2968 -"199466",70781,18394,2,199,2356 -"199467",70781,19622,3,199,2371 -"199468",70781,20124,2,199,2376 -"199469",70781,21012,3,199,2325 -"199470",70781,21693,3,199,2176 -"199471",70781,22197,3,199,2271 -"199472",70781,22403,3,199,1630 -"199473",70781,22462,3,199,869 -"199474",70781,23006,3,199,1532 -"199475",70781,23403,3,199,607 -"199476",70781,23509,3,199,2275 -"199477",70781,23526,3,199,1998 -"199478",70781,23715,3,199,1859 -"199479",70781,23725,3,199,2378 -"199480",70781,24066,3,199,1755 -"199481",70781,25027,3,199,564 -"199482",70781,25985,3,199,2071 -"199483",70781,26848,3,199,2363 -"199484",70781,26867,3,199,1804 -"199485",70781,27112,1,199,500 -"199486",70781,27744,3,199,861 -"199487",70781,27849,3,199,1316 -"199488",70781,29987,3,199,956 -"199489",70781,30325,3,199,1067 -"199490",70781,30405,3,199,2164 -"199491",70781,31307,3,199,2139 -"199492",70781,32017,3,199,577 -"199493",70781,32131,2,199,1035 -"199494",70781,32173,3,199,2341 -"199495",70781,32965,3,199,2071 -"199496",70781,33223,3,199,2397 -"199497",70781,33949,3,199,2489 -"199498",70781,34426,3,199,2743 -"199499",70781,35402,2,199,2339 -"199500",70781,35673,3,199,1067 -"199501",70781,37800,3,199,604 -"199502",70781,39570,1,199,496 -"199503",70781,39865,3,199,849 -"199504",70781,40028,2,199,1349 -"199505",70781,40072,3,199,1182 -"199506",70781,40542,3,199,1664 -"199507",70781,40820,3,199,900 -"199508",70781,42687,3,199,1952 -"199509",70781,43455,3,199,2846 -"199510",70781,43518,3,199,2680 -"199511",70781,43673,3,199,2787 -"199512",70781,44521,2,199,1593 -"199513",70781,44641,3,199,1981 -"199514",70781,44819,3,199,2063 -"199515",70781,46182,3,199,1613 -"199516",70781,46196,3,199,1510 -"199517",70781,46629,3,199,2255 -"199518",70781,47435,3,199,878 -"199519",70781,47895,3,199,2328 -"199520",70781,48435,3,199,528 -"199521",70781,49046,3,199,255 -"199522",70781,50134,3,199,2674 -"199523",70781,50236,3,199,2339 -"199524",70781,52136,3,199,1412 -"199525",70781,52345,3,199,1430 -"199526",70781,53303,3,199,1376 -"199527",70781,54551,3,199,2348 -"199528",70781,54929,3,199,2783 -"199529",70781,55892,3,199,1234 -"199530",70781,56082,3,199,2395 -"199531",70781,56237,3,199,2625 -"199532",70781,59386,3,199,595 -"199533",70781,59539,3,199,2429 -"199534",70781,59939,2,199,936 -"199535",70781,61982,3,199,2725 -"199536",70781,65478,3,199,220 -"199537",70781,67763,2,199,822 -"199538",70781,67805,3,199,1338 -"199539",70781,68215,2,199,2727 -"199540",70781,70724,1,199,496 -"199541",70781,70838,3,199,687 -"199542",70781,71217,3,199,2169 -"199543",70781,72188,3,199,856 -"199544",70781,72207,3,199,2430 -"199545",70781,72326,3,199,2384 -"199546",70781,72956,3,199,1251 -"199547",70781,75403,3,199,1895 -"199548",70781,79804,2,199,2227 -"199549",70781,80242,3,199,569 -"199550",70781,80784,3,199,1738 -"199551",70781,85329,3,199,738 -"199552",70781,87048,3,199,989 -"199553",70781,91912,2,199,790 -"199554",70781,92104,3,199,2339 -"199555",70781,109663,3,199,545 -"199556",70781,112437,3,199,513 -"199557",70781,117956,2,199,2774 -"199558",70781,120549,3,199,708 -"199559",70785,15626,3,1440,2434 -"199560",70785,20407,3,1440,2339 -"199561",70785,29243,2,1440,2011 -"199562",70785,46315,1,1440,2316 -"199563",70785,51853,3,1440,2520 -"199564",70814,50621,3,2771,2809 -"199565",70838,270,2,687,2542 -"199566",70838,312,3,687,2038 -"199567",70838,1124,2,687,1596 -"199568",70838,1154,3,687,1656 -"199569",70838,1875,3,687,1786 -"199570",70838,2111,3,687,1904 -"199571",70838,2424,3,687,2582 -"199572",70838,2684,3,687,2874 -"199573",70838,2894,3,687,1291 -"199574",70838,3306,3,687,1989 -"199575",70838,3493,3,687,2451 -"199576",70838,4057,3,687,2389 -"199577",70838,4360,3,687,1770 -"199578",70838,5072,3,687,2175 -"199579",70838,5258,3,687,2730 -"199580",70838,5405,3,687,1510 -"199581",70838,5622,3,687,2175 -"199582",70838,5716,3,687,1058 -"199583",70838,5971,2,687,1985 -"199584",70838,5986,3,687,1721 -"199585",70838,6047,3,687,2004 -"199586",70838,6222,2,687,1949 -"199587",70838,6264,2,687,749 -"199588",70838,6417,3,687,1675 -"199589",70838,6588,2,687,2025 -"199590",70838,6718,3,687,2138 -"199591",70838,7234,3,687,2654 -"199592",70838,7241,3,687,2259 -"199593",70838,7555,2,687,1943 -"199594",70838,7616,3,687,2296 -"199595",70838,7627,3,687,1543 -"199596",70838,8866,3,687,1545 -"199597",70838,8888,3,687,1328 -"199598",70838,9624,3,687,2398 -"199599",70838,9654,3,687,2111 -"199600",70838,9695,3,687,2143 -"199601",70838,10488,2,687,1524 -"199602",70838,10523,2,687,1510 -"199603",70838,10576,3,687,974 -"199604",70838,10646,3,687,1555 -"199605",70838,10857,3,687,2253 -"199606",70838,10939,3,687,1376 -"199607",70838,11055,3,687,2111 -"199608",70838,11218,3,687,2292 -"199609",70838,11229,2,687,1625 -"199610",70838,11351,3,687,2971 -"199611",70838,11477,3,687,2724 -"199612",70838,11620,3,687,2010 -"199613",70838,12042,3,687,2345 -"199614",70838,12310,3,687,1337 -"199615",70838,12374,3,687,2260 -"199616",70838,12375,3,687,1873 -"199617",70838,13248,3,687,1385 -"199618",70838,13307,3,687,2206 -"199619",70838,14032,3,687,2144 -"199620",70838,14855,3,687,903 -"199621",70838,14959,3,687,2898 -"199622",70838,15003,3,687,2067 -"199623",70838,15118,1,687,1311 -"199624",70838,15135,3,687,1035 -"199625",70838,15402,3,687,1281 -"199626",70838,15700,2,687,1712 -"199627",70838,16352,2,687,2657 -"199628",70838,16539,3,687,1947 -"199629",70838,17400,2,687,2231 -"199630",70838,17645,3,687,1918 -"199631",70838,18005,3,687,2449 -"199632",70838,18361,3,687,2968 -"199633",70838,18394,3,687,2356 -"199634",70838,18502,3,687,1033 -"199635",70838,18543,3,687,2968 -"199636",70838,20124,3,687,2376 -"199637",70838,20311,2,687,1981 -"199638",70838,21693,3,687,2176 -"199639",70838,21755,3,687,817 -"199640",70838,22197,2,687,2271 -"199641",70838,22326,3,687,2818 -"199642",70838,22362,3,687,1836 -"199643",70838,22705,3,687,1016 -"199644",70838,23011,3,687,2763 -"199645",70838,23492,3,687,1067 -"199646",70838,23509,3,687,2275 -"199647",70838,23526,3,687,1998 -"199648",70838,23715,3,687,1859 -"199649",70838,23725,2,687,2378 -"199650",70838,23729,3,687,1624 -"199651",70838,24005,3,687,1188 -"199652",70838,24259,3,687,1281 -"199653",70838,24362,3,687,1287 -"199654",70838,24559,3,687,946 -"199655",70838,25305,3,687,2447 -"199656",70838,25643,3,687,1646 -"199657",70838,26067,3,687,2069 -"199658",70838,26080,3,687,2525 -"199659",70838,26848,3,687,2363 -"199660",70838,26867,2,687,1804 -"199661",70838,27744,3,687,861 -"199662",70838,27849,3,687,1316 -"199663",70838,28002,3,687,914 -"199664",70838,28190,3,687,1634 -"199665",70838,28383,3,687,1222 -"199666",70838,29073,3,687,2328 -"199667",70838,29093,3,687,1933 -"199668",70838,29929,3,687,2789 -"199669",70838,29982,3,687,1372 -"199670",70838,30325,2,687,1067 -"199671",70838,30334,3,687,2075 -"199672",70838,30405,3,687,2164 -"199673",70838,31093,3,687,2160 -"199674",70838,31436,3,687,2892 -"199675",70838,31691,3,687,1657 -"199676",70838,32131,3,687,1035 -"199677",70838,32173,3,687,2341 -"199678",70838,33801,3,687,2899 -"199679",70838,34735,3,687,2767 -"199680",70838,35673,3,687,1067 -"199681",70838,35752,3,687,1158 -"199682",70838,35815,3,687,2789 -"199683",70838,35903,3,687,1434 -"199684",70838,36763,3,687,2165 -"199685",70838,37636,3,687,2178 -"199686",70838,38694,3,687,817 -"199687",70838,38921,3,687,1880 -"199688",70838,39294,3,687,1889 -"199689",70838,39444,3,687,2695 -"199690",70838,39865,3,687,849 -"199691",70838,40028,2,687,1349 -"199692",70838,40072,2,687,1182 -"199693",70838,40392,3,687,1878 -"199694",70838,42687,3,687,1952 -"199695",70838,43213,2,687,2160 -"199696",70838,43335,3,687,1412 -"199697",70838,43455,3,687,2846 -"199698",70838,43518,3,687,2680 -"199699",70838,44521,2,687,1593 -"199700",70838,45684,3,687,2200 -"199701",70838,45729,3,687,2606 -"199702",70838,46196,3,687,1510 -"199703",70838,46629,3,687,2255 -"199704",70838,46726,3,687,943 -"199705",70838,47435,3,687,878 -"199706",70838,47803,3,687,2477 -"199707",70838,48215,3,687,2028 -"199708",70838,48384,2,687,2057 -"199709",70838,48698,2,687,1474 -"199710",70838,49185,3,687,1544 -"199711",70838,50134,3,687,2674 -"199712",70838,50236,1,687,2339 -"199713",70838,51783,3,687,2599 -"199714",70838,52136,2,687,1412 -"199715",70838,52345,3,687,1430 -"199716",70838,52576,3,687,2234 -"199717",70838,53303,2,687,1376 -"199718",70838,53342,3,687,2071 -"199719",70838,54551,3,687,2348 -"199720",70838,54929,3,687,2783 -"199721",70838,56082,1,687,2395 -"199722",70838,56237,2,687,2625 -"199723",70838,57150,3,687,1196 -"199724",70838,57246,3,687,1873 -"199725",70838,57414,3,687,922 -"199726",70838,58508,3,687,2326 -"199727",70838,59939,2,687,936 -"199728",70838,61982,3,687,2725 -"199729",70838,62668,3,687,958 -"199730",70838,64947,3,687,2489 -"199731",70838,65884,3,687,798 -"199732",70838,67726,3,687,2873 -"199733",70838,67763,3,687,822 -"199734",70838,67805,3,687,1338 -"199735",70838,70046,3,687,2624 -"199736",70838,72188,3,687,856 -"199737",70838,72207,2,687,2430 -"199738",70838,72326,2,687,2384 -"199739",70838,73728,3,687,784 -"199740",70838,75403,2,687,1895 -"199741",70838,76284,3,687,1237 -"199742",70838,79804,3,687,2227 -"199743",70838,80014,3,687,1562 -"199744",70838,82730,3,687,1492 -"199745",70838,82747,3,687,1496 -"199746",70838,82776,3,687,1232 -"199747",70838,82949,3,687,2077 -"199748",70838,86245,3,687,1972 -"199749",70838,87048,3,687,989 -"199750",70838,89965,3,687,810 -"199751",70838,91912,2,687,790 -"199752",70838,104217,2,687,956 -"199753",70838,109718,3,687,1237 -"199754",70838,111971,3,687,1032 -"199755",70838,120549,2,687,708 -"199756",70845,6248,3,1139,2737 -"199757",70845,10727,3,1139,2082 -"199758",70845,28355,3,1139,2053 -"199759",70845,29117,3,1139,1250 -"199760",70845,42713,3,1139,1995 -"199761",70845,49147,3,1139,2539 -"199762",70845,54061,3,1139,1488 -"199763",70854,341,3,635,2689 -"199764",70854,364,3,635,2351 -"199765",70854,1154,3,635,1656 -"199766",70854,1386,3,635,1901 -"199767",70854,2540,3,635,1398 -"199768",70854,2798,3,635,1673 -"199769",70854,2865,3,635,2006 -"199770",70854,3306,3,635,1989 -"199771",70854,3695,3,635,2612 -"199772",70854,3863,3,635,856 -"199773",70854,3877,3,635,1133 -"199774",70854,4957,3,635,644 -"199775",70854,5363,2,635,1791 -"199776",70854,5568,2,635,1290 -"199777",70854,6821,3,635,1788 -"199778",70854,7078,3,635,2344 -"199779",70854,7126,3,635,1261 -"199780",70854,7196,3,635,1508 -"199781",70854,7245,3,635,2089 -"199782",70854,7394,3,635,2615 -"199783",70854,7984,3,635,2493 -"199784",70854,8062,3,635,2858 -"199785",70854,8890,3,635,1955 -"199786",70854,8913,3,635,968 -"199787",70854,9272,3,635,2835 -"199788",70854,9703,3,635,1845 -"199789",70854,9787,3,635,2858 -"199790",70854,10336,3,635,2271 -"199791",70854,11432,3,635,1593 -"199792",70854,12067,3,635,1213 -"199793",70854,12610,3,635,1274 -"199794",70854,13537,3,635,1020 -"199795",70854,14080,3,635,1351 -"199796",70854,14108,3,635,2012 -"199797",70854,14676,3,635,2764 -"199798",70854,14817,3,635,2110 -"199799",70854,15118,3,635,1311 -"199800",70854,15401,3,635,1999 -"199801",70854,15583,3,635,1144 -"199802",70854,15632,3,635,1242 -"199803",70854,16351,3,635,893 -"199804",70854,16365,3,635,2217 -"199805",70854,17257,3,635,1117 -"199806",70854,18151,3,635,2962 -"199807",70854,18415,3,635,2184 -"199808",70854,18836,3,635,1270 -"199809",70854,19433,3,635,2504 -"199810",70854,21133,3,635,1320 -"199811",70854,21670,3,635,2158 -"199812",70854,21681,3,635,2005 -"199813",70854,22722,3,635,1233 -"199814",70854,23246,3,635,1168 -"199815",70854,23430,3,635,904 -"199816",70854,23509,3,635,2275 -"199817",70854,25373,3,635,2783 -"199818",70854,28432,3,635,1954 -"199819",70854,28784,3,635,1579 -"199820",70854,28874,3,635,2329 -"199821",70854,28896,3,635,1395 -"199822",70854,29073,3,635,2328 -"199823",70854,29267,3,635,1234 -"199824",70854,29791,3,635,1986 -"199825",70854,30334,3,635,2075 -"199826",70854,30974,3,635,947 -"199827",70854,31001,3,635,2119 -"199828",70854,31700,1,635,2727 -"199829",70854,31890,3,635,1487 -"199830",70854,32131,3,635,1035 -"199831",70854,32988,2,635,2008 -"199832",70854,33850,3,635,931 -"199833",70854,34327,3,635,2959 -"199834",70854,34870,3,635,1873 -"199835",70854,34945,3,635,1298 -"199836",70854,35041,3,635,1311 -"199837",70854,35518,3,635,1721 -"199838",70854,35542,3,635,1439 -"199839",70854,35822,3,635,1903 -"199840",70854,36031,3,635,2342 -"199841",70854,36678,3,635,2446 -"199842",70854,37036,3,635,2264 -"199843",70854,37238,2,635,2609 -"199844",70854,37351,3,635,978 -"199845",70854,37427,3,635,915 -"199846",70854,37636,3,635,2178 -"199847",70854,37937,1,635,1320 -"199848",70854,38602,3,635,2693 -"199849",70854,39062,2,635,2020 -"199850",70854,40392,3,635,1878 -"199851",70854,41446,3,635,1103 -"199852",70854,41953,2,635,945 -"199853",70854,42505,3,635,2008 -"199854",70854,42864,3,635,1151 -"199855",70854,44056,3,635,2092 -"199856",70854,46621,3,635,1343 -"199857",70854,47362,3,635,2253 -"199858",70854,47384,3,635,1639 -"199859",70854,47595,3,635,2374 -"199860",70854,48215,2,635,2028 -"199861",70854,49265,3,635,2686 -"199862",70854,50235,3,635,726 -"199863",70854,51783,3,635,2599 -"199864",70854,52442,3,635,1269 -"199865",70854,52993,3,635,1256 -"199866",70854,53252,3,635,637 -"199867",70854,53323,3,635,2677 -"199868",70854,55185,3,635,922 -"199869",70854,55413,3,635,2129 -"199870",70854,55892,3,635,1234 -"199871",70854,57019,3,635,895 -"199872",70854,57380,3,635,2362 -"199873",70854,57990,3,635,978 -"199874",70854,61138,3,635,1188 -"199875",70854,61785,3,635,822 -"199876",70854,62957,3,635,1170 -"199877",70854,65140,3,635,836 -"199878",70854,65155,3,635,1947 -"199879",70854,66241,3,635,2351 -"199880",70854,67788,3,635,837 -"199881",70854,68299,3,635,866 -"199882",70854,70646,3,635,1162 -"199883",70854,71531,3,635,2887 -"199884",70854,72728,3,635,2234 -"199885",70854,72956,3,635,1251 -"199886",70854,73113,2,635,681 -"199887",70854,73245,3,635,802 -"199888",70854,73597,2,635,1989 -"199889",70854,73747,3,635,2274 -"199890",70854,79158,3,635,1252 -"199891",70854,80527,3,635,1664 -"199892",70854,82426,2,635,1576 -"199893",70854,82730,3,635,1492 -"199894",70854,85869,3,635,1509 -"199895",70854,87958,3,635,1234 -"199896",70854,88232,3,635,2881 -"199897",70854,89880,2,635,1938 -"199898",70854,92757,3,635,2615 -"199899",70854,93102,3,635,1174 -"199900",70854,93332,3,635,982 -"199901",70854,96352,3,635,1493 -"199902",70854,97160,3,635,1215 -"199903",70854,104217,3,635,956 -"199904",70854,104828,3,635,1609 -"199905",70854,106240,3,635,705 -"199906",70863,42,3,822,2265 -"199907",70863,1676,3,822,1198 -"199908",70863,2166,3,822,2557 -"199909",70863,5504,3,822,2389 -"199910",70863,13751,3,822,2557 -"199911",70863,15500,3,822,1658 -"199912",70863,38908,3,822,1787 -"199913",70863,39444,3,822,2695 -"199914",70863,43839,3,822,1685 -"199915",70863,44684,2,822,1220 -"199916",70863,48495,3,822,2737 -"199917",70863,49032,3,822,2469 -"199918",70863,53637,2,822,2113 -"199919",70863,55556,2,822,2075 -"199920",70863,67264,3,822,2790 -"199921",70863,71478,2,822,1721 -"199922",70863,72122,3,822,1436 -"199923",70863,85592,3,822,1412 -"199924",70863,89668,3,822,1279 -"199925",70863,89958,3,822,1186 -"199926",70863,93615,3,822,2386 -"199927",70863,96678,3,822,1183 -"199928",70863,109383,3,822,952 -"199929",70925,512,3,109,1596 -"199930",70925,1090,3,109,2370 -"199931",70925,1592,2,109,2006 -"199932",70925,1691,2,109,1941 -"199933",70925,1985,3,109,888 -"199934",70925,2011,3,109,2176 -"199935",70925,2208,3,109,2814 -"199936",70925,2684,3,109,2874 -"199937",70925,2865,3,109,2006 -"199938",70925,3144,3,109,869 -"199939",70925,3167,3,109,1676 -"199940",70925,3628,3,109,2707 -"199941",70925,3863,3,109,856 -"199942",70925,4226,3,109,1903 -"199943",70925,4317,3,109,1224 -"199944",70925,4932,3,109,2752 -"199945",70925,5018,2,109,640 -"199946",70925,5258,3,109,2730 -"199947",70925,5568,3,109,1290 -"199948",70925,6252,2,109,2336 -"199949",70925,6390,2,109,2385 -"199950",70925,7672,3,109,1974 -"199951",70925,8011,3,109,889 -"199952",70925,8537,3,109,472 -"199953",70925,8762,3,109,2585 -"199954",70925,9751,3,109,1397 -"199955",70925,9805,3,109,1621 -"199956",70925,12103,3,109,1244 -"199957",70925,12199,3,109,1651 -"199958",70925,12374,3,109,2260 -"199959",70925,13248,3,109,1385 -"199960",70925,13837,3,109,1604 -"199961",70925,13945,3,109,1324 -"199962",70925,14108,2,109,2012 -"199963",70925,14676,3,109,2764 -"199964",70925,14731,3,109,2012 -"199965",70925,14983,3,109,1047 -"199966",70925,15453,3,109,1688 -"199967",70925,15643,3,109,502 -"199968",70925,17434,3,109,1642 -"199969",70925,18502,2,109,1033 -"199970",70925,18543,2,109,2968 -"199971",70925,19173,3,109,1686 -"199972",70925,19332,3,109,1214 -"199973",70925,19718,3,109,1702 -"199974",70925,19882,3,109,565 -"199975",70925,20067,3,109,2390 -"199976",70925,20407,2,109,2339 -"199977",70925,20715,3,109,1312 -"199978",70925,20824,3,109,1366 -"199979",70925,21133,3,109,1320 -"199980",70925,21617,3,109,516 -"199981",70925,21682,3,109,2414 -"199982",70925,22141,3,109,2348 -"199983",70925,23534,3,109,1659 -"199984",70925,23787,3,109,2810 -"199985",70925,23869,3,109,1918 -"199986",70925,24198,3,109,2217 -"199987",70925,25565,3,109,2764 -"199988",70925,26106,3,109,2015 -"199989",70925,26342,3,109,527 -"199990",70925,26451,3,109,2133 -"199991",70925,26462,3,109,140 -"199992",70925,26873,2,109,419 -"199993",70925,27792,2,109,1308 -"199994",70925,28592,3,109,2320 -"199995",70925,28808,3,109,1063 -"199996",70925,29170,3,109,1846 -"199997",70925,29224,3,109,2011 -"199998",70925,29308,3,109,2094 -"199999",70925,29918,3,109,1953 -"200000",70925,29948,2,109,2795 -"200001",70925,30411,3,109,630 -"200002",70925,31001,2,109,2119 -"200003",70925,31235,3,109,2668 -"200004",70925,31696,3,109,1595 -"200005",70925,31700,3,109,2727 -"200006",70925,32503,3,109,2020 -"200007",70925,32811,3,109,804 -"200008",70925,33621,3,109,1319 -"200009",70925,33622,3,109,2230 -"200010",70925,34136,3,109,2202 -"200011",70925,34314,2,109,630 -"200012",70925,34945,2,109,1298 -"200013",70925,35045,3,109,1646 -"200014",70925,35235,3,109,2610 -"200015",70925,36439,2,109,2469 -"200016",70925,37509,2,109,1640 -"200017",70925,37628,3,109,819 -"200018",70925,37893,3,109,875 -"200019",70925,37937,3,109,1320 -"200020",70925,38213,3,109,1744 -"200021",70925,38259,3,109,2258 -"200022",70925,38574,3,109,188 -"200023",70925,39563,3,109,486 -"200024",70925,40488,3,109,486 -"200025",70925,40703,3,109,1608 -"200026",70925,40954,3,109,2603 -"200027",70925,41085,2,109,637 -"200028",70925,43046,3,109,419 -"200029",70925,43173,2,109,2895 -"200030",70925,43226,3,109,2442 -"200031",70925,43385,3,109,1623 -"200032",70925,43428,3,109,1299 -"200033",70925,43635,3,109,1196 -"200034",70925,44427,2,109,2875 -"200035",70925,44502,3,109,484 -"200036",70925,46596,3,109,1942 -"200037",70925,46621,2,109,1343 -"200038",70925,46951,3,109,2429 -"200039",70925,47049,3,109,253 -"200040",70925,47064,3,109,1993 -"200041",70925,47248,3,109,2883 -"200042",70925,47435,3,109,878 -"200043",70925,47585,2,109,794 -"200044",70925,48260,3,109,875 -"200045",70925,49300,2,109,515 -"200046",70925,49301,3,109,1894 -"200047",70925,49470,3,109,1528 -"200048",70925,49620,3,109,1868 -"200049",70925,50179,3,109,2230 -"200050",70925,50217,3,109,1211 -"200051",70925,50235,1,109,726 -"200052",70925,50254,3,109,1151 -"200053",70925,50737,3,109,959 -"200054",70925,51572,3,109,912 -"200055",70925,52136,3,109,1412 -"200056",70925,52323,3,109,2148 -"200057",70925,52327,2,109,1472 -"200058",70925,53252,1,109,637 -"200059",70925,55156,3,109,2196 -"200060",70925,56910,3,109,2705 -"200061",70925,57337,3,109,1443 -"200062",70925,57990,2,109,978 -"200063",70925,58133,2,109,1484 -"200064",70925,58284,3,109,2292 -"200065",70925,58293,1,109,250 -"200066",70925,61689,3,109,1309 -"200067",70925,61785,2,109,822 -"200068",70925,62062,3,109,860 -"200069",70925,62602,3,109,1172 -"200070",70925,62976,1,109,381 -"200071",70925,63604,3,109,927 -"200072",70925,64181,3,109,1828 -"200073",70925,67067,3,109,159 -"200074",70925,69122,2,109,416 -"200075",70925,69257,3,109,1402 -"200076",70925,70854,3,109,635 -"200077",70925,71274,3,109,2390 -"200078",70925,72571,3,109,1175 -"200079",70925,73728,3,109,784 -"200080",70925,74636,3,109,2525 -"200081",70925,74730,3,109,535 -"200082",70925,75025,2,109,717 -"200083",70925,75921,3,109,517 -"200084",70925,76127,3,109,910 -"200085",70925,76192,2,109,912 -"200086",70925,76646,3,109,1263 -"200087",70925,78256,2,109,804 -"200088",70925,78416,3,109,630 -"200089",70925,78563,3,109,2385 -"200090",70925,78569,3,109,578 -"200091",70925,78975,3,109,946 -"200092",70925,79364,3,109,834 -"200093",70925,79436,3,109,1344 -"200094",70925,79612,2,109,927 -"200095",70925,79657,3,109,1260 -"200096",70925,81586,3,109,877 -"200097",70925,81895,3,109,1634 -"200098",70925,82401,3,109,1210 -"200099",70925,83396,3,109,2396 -"200100",70925,88232,2,109,2881 -"200101",70925,88966,3,109,1568 -"200102",70925,89880,3,109,1938 -"200103",70925,92491,3,109,1968 -"200104",70925,92592,1,109,486 -"200105",70925,93398,2,109,828 -"200106",70925,95036,3,109,380 -"200107",70925,96671,3,109,359 -"200108",70925,97674,3,109,1912 -"200109",70925,97824,1,109,1229 -"200110",70925,99020,3,109,1383 -"200111",70925,99953,2,109,581 -"200112",70925,100215,3,109,2436 -"200113",70925,100532,3,109,859 -"200114",70925,101652,3,109,270 -"200115",70925,101967,1,109,691 -"200116",70925,102731,1,109,630 -"200117",70925,104711,3,109,410 -"200118",70925,105207,2,109,451 -"200119",70925,108709,3,109,462 -"200120",70925,110719,3,109,206 -"200121",70925,111576,3,109,458 -"200122",70925,114870,3,109,110 -"200123",70925,119444,3,109,888 -"200124",70925,119564,3,109,336 -"200125",70967,3272,3,570,2132 -"200126",70967,4968,3,570,1586 -"200127",70967,9269,3,570,1892 -"200128",70967,16538,3,570,704 -"200129",70967,17768,3,570,2468 -"200130",70967,20739,2,570,2025 -"200131",70967,25053,3,570,2186 -"200132",70967,36520,3,570,571 -"200133",70967,47372,2,570,788 -"200134",70967,51399,3,570,934 -"200135",70967,51890,2,570,1992 -"200136",70967,55446,3,570,1247 -"200137",70967,63329,3,570,639 -"200138",70967,63631,2,570,763 -"200139",70967,76295,3,570,1001 -"200140",70967,83598,3,570,619 -"200141",70967,91465,3,570,1047 -"200142",70967,93123,2,570,870 -"200143",70967,108974,3,570,752 -"200144",70967,110874,3,570,1390 -"200145",70996,212,3,1037,1513 -"200146",70996,913,3,1037,2144 -"200147",70996,1036,3,1037,1367 -"200148",70996,1147,3,1037,1999 -"200149",70996,1196,3,1037,1986 -"200150",70996,1324,3,1037,2147 -"200151",70996,1767,3,1037,2727 -"200152",70996,2063,3,1037,1278 -"200153",70996,2540,3,1037,1398 -"200154",70996,3068,3,1037,1815 -"200155",70996,3167,3,1037,1676 -"200156",70996,3753,3,1037,1255 -"200157",70996,3896,3,1037,2693 -"200158",70996,3961,2,1037,2426 -"200159",70996,4289,3,1037,1921 -"200160",70996,4821,3,1037,1938 -"200161",70996,5041,3,1037,2371 -"200162",70996,5315,2,1037,2631 -"200163",70996,5716,3,1037,1058 -"200164",70996,6047,3,1037,2004 -"200165",70996,6417,3,1037,1675 -"200166",70996,6602,3,1037,1631 -"200167",70996,7475,3,1037,1284 -"200168",70996,7984,3,1037,2493 -"200169",70996,7992,3,1037,2033 -"200170",70996,9191,3,1037,2707 -"200171",70996,9511,3,1037,1232 -"200172",70996,9702,3,1037,1928 -"200173",70996,9928,3,1037,2345 -"200174",70996,10358,2,1037,2294 -"200175",70996,10779,3,1037,2881 -"200176",70996,11218,3,1037,2292 -"200177",70996,11477,3,1037,2724 -"200178",70996,11540,3,1037,1237 -"200179",70996,12388,3,1037,1975 -"200180",70996,12692,3,1037,1855 -"200181",70996,13388,2,1037,2119 -"200182",70996,13967,2,1037,1354 -"200183",70996,13979,3,1037,1559 -"200184",70996,14032,3,1037,2144 -"200185",70996,15309,3,1037,2820 -"200186",70996,15401,3,1037,1999 -"200187",70996,15444,3,1037,2764 -"200188",70996,15636,3,1037,2857 -"200189",70996,16120,3,1037,1237 -"200190",70996,16539,3,1037,1947 -"200191",70996,16625,3,1037,1285 -"200192",70996,16826,3,1037,2599 -"200193",70996,17027,3,1037,2772 -"200194",70996,17097,3,1037,1505 -"200195",70996,17819,3,1037,2291 -"200196",70996,17997,3,1037,1621 -"200197",70996,18874,3,1037,2170 -"200198",70996,19637,2,1037,1229 -"200199",70996,19719,3,1037,2177 -"200200",70996,20067,2,1037,2390 -"200201",70996,20070,3,1037,1914 -"200202",70996,20311,3,1037,1981 -"200203",70996,20732,3,1037,2401 -"200204",70996,21138,3,1037,2849 -"200205",70996,21693,3,1037,2176 -"200206",70996,21706,2,1037,1988 -"200207",70996,22326,3,1037,2818 -"200208",70996,22362,3,1037,1836 -"200209",70996,22403,3,1037,1630 -"200210",70996,22586,3,1037,1341 -"200211",70996,22722,3,1037,1233 -"200212",70996,23310,3,1037,2371 -"200213",70996,23319,3,1037,2867 -"200214",70996,23726,3,1037,2434 -"200215",70996,23787,3,1037,2810 -"200216",70996,23869,2,1037,1918 -"200217",70996,25305,3,1037,2447 -"200218",70996,25486,3,1037,2582 -"200219",70996,25680,3,1037,1618 -"200220",70996,26249,2,1037,2301 -"200221",70996,26582,3,1037,2772 -"200222",70996,28131,3,1037,1492 -"200223",70996,28896,3,1037,1395 -"200224",70996,29456,3,1037,1182 -"200225",70996,29930,3,1037,2240 -"200226",70996,30150,3,1037,1704 -"200227",70996,30309,2,1037,1449 -"200228",70996,30883,3,1037,1629 -"200229",70996,32658,3,1037,1694 -"200230",70996,32919,3,1037,2321 -"200231",70996,32988,3,1037,2008 -"200232",70996,33801,2,1037,2899 -"200233",70996,34907,3,1037,1945 -"200234",70996,35529,1,1037,1620 -"200235",70996,35926,3,1037,2371 -"200236",70996,36031,3,1037,2342 -"200237",70996,36950,3,1037,2204 -"200238",70996,37897,3,1037,1685 -"200239",70996,37934,3,1037,1595 -"200240",70996,38219,3,1037,1689 -"200241",70996,38449,3,1037,1802 -"200242",70996,38467,3,1037,1259 -"200243",70996,38973,2,1037,1999 -"200244",70996,40432,3,1037,1956 -"200245",70996,40645,3,1037,1899 -"200246",70996,40646,3,1037,1583 -"200247",70996,40893,3,1037,1116 -"200248",70996,41108,2,1037,1624 -"200249",70996,41832,3,1037,1155 -"200250",70996,41955,3,1037,2479 -"200251",70996,42505,3,1037,2008 -"200252",70996,42799,3,1037,2729 -"200253",70996,43479,3,1037,2178 -"200254",70996,44819,3,1037,2063 -"200255",70996,46803,3,1037,2305 -"200256",70996,47386,2,1037,2226 -"200257",70996,48215,2,1037,2028 -"200258",70996,50269,3,1037,1966 -"200259",70996,50382,3,1037,2244 -"200260",70996,50977,3,1037,2352 -"200261",70996,51017,3,1037,2073 -"200262",70996,51319,3,1037,2488 -"200263",70996,51410,3,1037,2739 -"200264",70996,53134,3,1037,1590 -"200265",70996,53475,2,1037,2853 -"200266",70996,54929,3,1037,2783 -"200267",70996,55084,3,1037,1189 -"200268",70996,57760,3,1037,1721 -"200269",70996,57977,3,1037,2683 -"200270",70996,58669,3,1037,2296 -"200271",70996,59677,3,1037,1174 -"200272",70996,62148,3,1037,1566 -"200273",70996,62488,3,1037,1418 -"200274",70996,63395,3,1037,2334 -"200275",70996,65155,3,1037,1947 -"200276",70996,65322,3,1037,2008 -"200277",70996,70203,3,1037,2756 -"200278",70996,76356,3,1037,2323 -"200279",70996,81478,3,1037,1640 -"200280",70996,82730,3,1037,1492 -"200281",70996,82767,3,1037,1641 -"200282",70996,89511,3,1037,1205 -"200283",70996,91142,3,1037,2527 -"200284",70996,91901,3,1037,1236 -"200285",70996,95064,3,1037,1801 -"200286",70996,97160,3,1037,1215 -"200287",70996,100140,2,1037,1041 -"200288",71008,2229,3,136,1536 -"200289",71008,4660,3,136,2149 -"200290",71008,4669,3,136,2395 -"200291",71008,5897,3,136,2337 -"200292",71008,7719,3,136,1954 -"200293",71008,8062,3,136,2858 -"200294",71008,8791,3,136,1789 -"200295",71008,10350,3,136,1163 -"200296",71008,13136,3,136,2867 -"200297",71008,13842,3,136,2250 -"200298",71008,16286,3,136,2470 -"200299",71008,16690,3,136,2132 -"200300",71008,16715,3,136,1218 -"200301",71008,17257,3,136,1117 -"200302",71008,18978,3,136,952 -"200303",71008,21207,3,136,1258 -"200304",71008,22723,2,136,2859 -"200305",71008,25185,2,136,341 -"200306",71008,25295,3,136,341 -"200307",71008,27742,3,136,2700 -"200308",71008,27914,3,136,2507 -"200309",71008,32339,3,136,2430 -"200310",71008,32424,3,136,848 -"200311",71008,32560,3,136,1258 -"200312",71008,33537,3,136,2406 -"200313",71008,33870,3,136,955 -"200314",71008,34025,3,136,242 -"200315",71008,34334,3,136,1637 -"200316",71008,35589,3,136,983 -"200317",71008,41581,2,136,1692 -"200318",71008,45869,3,136,2840 -"200319",71008,57067,3,136,2547 -"200320",71008,58238,3,136,1944 -"200321",71008,63641,3,136,2337 -"200322",71008,64110,3,136,1331 -"200323",71008,66693,3,136,2554 -"200324",71008,66717,3,136,2104 -"200325",71008,72535,3,136,1191 -"200326",71008,75537,3,136,1331 -"200327",71008,77567,3,136,197 -"200328",71008,78645,3,136,218 -"200329",71008,78677,3,136,341 -"200330",71008,78842,2,136,904 -"200331",71008,80793,3,136,631 -"200332",71008,82187,3,136,1055 -"200333",71008,83523,3,136,1461 -"200334",71008,84822,3,136,2686 -"200335",71008,91849,3,136,1166 -"200336",71008,94611,3,136,286 -"200337",71008,96007,3,136,895 -"200338",71008,99288,3,136,983 -"200339",71008,101453,3,136,454 -"200340",71065,11429,3,2231,2520 -"200341",71065,22905,3,2231,2599 -"200342",71065,33755,3,2231,2963 -"200343",71065,60672,1,2231,2876 -"200344",71065,68416,2,2231,2939 -"200345",71078,34945,3,880,1298 -"200346",71078,82426,3,880,1576 -"200347",71128,1369,3,485,2487 -"200348",71128,2272,3,485,1640 -"200349",71128,2443,2,485,2333 -"200350",71128,2724,3,485,2447 -"200351",71128,6562,2,485,1139 -"200352",71128,6999,3,485,2214 -"200353",71128,10716,3,485,1692 -"200354",71128,11803,3,485,1232 -"200355",71128,12116,3,485,2119 -"200356",71128,12861,3,485,1207 -"200357",71128,13340,3,485,1918 -"200358",71128,14061,3,485,1620 -"200359",71128,15281,3,485,810 -"200360",71128,15582,3,485,598 -"200361",71128,19476,3,485,1708 -"200362",71128,19542,3,485,570 -"200363",71128,20038,3,485,1531 -"200364",71128,20371,2,485,595 -"200365",71128,22410,3,485,2158 -"200366",71128,24116,3,485,1413 -"200367",71128,25886,3,485,1580 -"200368",71128,27512,1,485,947 -"200369",71128,31264,3,485,2335 -"200370",71128,35317,3,485,1888 -"200371",71128,41051,3,485,2767 -"200372",71128,41098,3,485,1857 -"200373",71128,42407,2,485,2408 -"200374",71128,46568,3,485,822 -"200375",71128,49805,3,485,2445 -"200376",71128,55730,2,485,1217 -"200377",71128,62848,2,485,1230 -"200378",71128,71307,3,485,761 -"200379",71128,74054,3,485,1488 -"200380",71128,77519,3,485,819 -"200381",71128,77719,3,485,2086 -"200382",71128,78277,3,485,1937 -"200383",71128,91465,3,485,1047 -"200384",71128,94339,3,485,2768 -"200385",71130,841,3,879,2964 -"200386",71130,1691,3,879,1941 -"200387",71130,2852,3,879,2448 -"200388",71130,3284,3,879,1541 -"200389",71130,8726,3,879,2083 -"200390",71130,10222,3,879,2212 -"200391",71130,11383,3,879,977 -"200392",71130,11897,3,879,1271 -"200393",71130,15462,3,879,1141 -"200394",71130,15978,2,879,981 -"200395",71130,22317,3,879,1552 -"200396",71130,23277,3,879,1267 -"200397",71130,25327,3,879,977 -"200398",71130,28081,2,879,1927 -"200399",71130,28094,2,879,1423 -"200400",71130,32549,3,879,2111 -"200401",71130,32606,3,879,2100 -"200402",71130,36514,3,879,1192 -"200403",71130,38333,1,879,1365 -"200404",71130,39534,3,879,2410 -"200405",71130,46512,3,879,1292 -"200406",71130,49347,3,879,2504 -"200407",71130,50278,3,879,1127 -"200408",71130,57037,2,879,2293 -"200409",71130,61585,3,879,2315 -"200410",71130,66527,3,879,961 -"200411",71130,68789,2,879,1929 -"200412",71130,71455,3,879,1702 -"200413",71130,71531,3,879,2887 -"200414",71159,82236,3,855,878 -"200415",71217,3477,3,2169,2546 -"200416",71217,5235,3,2169,2324 -"200417",71217,6063,3,2169,2349 -"200418",71217,11966,3,2169,2385 -"200419",71217,14989,3,2169,2223 -"200420",71217,18361,2,2169,2968 -"200421",71217,20124,3,2169,2376 -"200422",71217,21571,3,2169,2755 -"200423",71217,22566,3,2169,2308 -"200424",71217,33223,3,2169,2397 -"200425",71217,35402,3,2169,2339 -"200426",71217,37752,3,2169,2223 -"200427",71217,50236,3,2169,2339 -"200428",71217,56082,3,2169,2395 -"200429",71217,56237,3,2169,2625 -"200430",71217,92104,3,2169,2339 -"200431",71219,680,3,967,2569 -"200432",71219,2057,3,967,1965 -"200433",71219,2540,3,967,1398 -"200434",71219,2959,3,967,1785 -"200435",71219,4916,3,967,1970 -"200436",71219,4983,3,967,1909 -"200437",71219,5119,3,967,2220 -"200438",71219,5235,3,967,2324 -"200439",71219,7861,3,967,1647 -"200440",71219,7942,3,967,2623 -"200441",71219,9332,2,967,2734 -"200442",71219,9703,3,967,1845 -"200443",71219,9723,3,967,2302 -"200444",71219,9785,3,967,2951 -"200445",71219,10457,2,967,1711 -"200446",71219,11588,3,967,2352 -"200447",71219,11648,3,967,2852 -"200448",71219,12361,2,967,2732 -"200449",71219,13007,3,967,2496 -"200450",71219,15443,3,967,1631 -"200451",71219,15462,3,967,1141 -"200452",71219,16501,3,967,1650 -"200453",71219,17645,2,967,1918 -"200454",71219,18005,2,967,2449 -"200455",71219,18381,3,967,1524 -"200456",71219,18421,3,967,2457 -"200457",71219,19334,3,967,1979 -"200458",71219,19655,3,967,2706 -"200459",71219,20124,3,967,2376 -"200460",71219,21207,3,967,1258 -"200461",71219,22166,3,967,994 -"200462",71219,29116,3,967,2128 -"200463",71219,29286,3,967,1612 -"200464",71219,29473,2,967,2602 -"200465",71219,29818,2,967,1677 -"200466",71219,30334,3,967,2075 -"200467",71219,31216,2,967,1244 -"200468",71219,31408,3,967,994 -"200469",71219,34094,3,967,1360 -"200470",71219,34742,3,967,1883 -"200471",71219,37351,2,967,978 -"200472",71219,37636,2,967,2178 -"200473",71219,38087,3,967,1083 -"200474",71219,39256,3,967,2449 -"200475",71219,40283,3,967,1657 -"200476",71219,40392,3,967,1878 -"200477",71219,40393,3,967,1626 -"200478",71219,40954,3,967,2603 -"200479",71219,41581,3,967,1692 -"200480",71219,44497,3,967,2401 -"200481",71219,46486,3,967,1868 -"200482",71219,46650,3,967,1330 -"200483",71219,47968,3,967,2829 -"200484",71219,48015,2,967,1355 -"200485",71219,49712,3,967,1937 -"200486",71219,50229,3,967,1190 -"200487",71219,50335,3,967,1893 -"200488",71219,50354,3,967,1299 -"200489",71219,50509,3,967,2050 -"200490",71219,51783,3,967,2599 -"200491",71219,52041,3,967,2694 -"200492",71219,53687,2,967,2422 -"200493",71219,54313,3,967,1645 -"200494",71219,54523,3,967,1935 -"200495",71219,58745,3,967,1920 -"200496",71219,67252,2,967,1215 -"200497",71219,70748,3,967,978 -"200498",71219,71531,3,967,2887 -"200499",71219,76286,3,967,1642 -"200500",71219,80767,3,967,2452 -"200501",71219,84271,3,967,1556 -"200502",71219,85198,3,967,1794 -"200503",71225,3158,3,956,2762 -"200504",71225,4784,3,956,2511 -"200505",71225,9269,3,956,1892 -"200506",71225,9740,3,956,2233 -"200507",71225,11270,3,956,1011 -"200508",71225,12632,3,956,1174 -"200509",71225,12703,3,956,2689 -"200510",71225,13595,3,956,1164 -"200511",71225,16347,3,956,1868 -"200512",71225,41350,3,956,1935 -"200513",71225,42390,3,956,2937 -"200514",71225,45297,3,956,1864 -"200515",71225,76842,3,956,1518 -"200516",71227,600,3,1315,1702 -"200517",71227,913,3,1315,2144 -"200518",71227,4084,3,1315,2133 -"200519",71227,12602,3,1315,1956 -"200520",71227,17698,3,1315,1559 -"200521",71227,24568,3,1315,1937 -"200522",71227,27275,3,1315,2656 -"200523",71227,68810,3,1315,2409 -"200524",71227,86986,3,1315,1976 -"200525",71274,2208,3,2390,2814 -"200526",71274,5258,3,2390,2730 -"200527",71274,9272,3,2390,2835 -"200528",71274,16352,3,2390,2657 -"200529",71274,18543,2,2390,2968 -"200530",71274,19605,3,2390,2395 -"200531",71274,25565,3,2390,2764 -"200532",71274,29948,3,2390,2795 -"200533",71274,34735,3,2390,2767 -"200534",71274,36439,3,2390,2469 -"200535",71274,38667,3,2390,2880 -"200536",71274,43173,3,2390,2895 -"200537",71274,43226,2,2390,2442 -"200538",71274,44427,3,2390,2875 -"200539",71274,54929,3,2390,2783 -"200540",71274,56910,3,2390,2705 -"200541",71274,69335,3,2390,2698 -"200542",71274,74636,3,2390,2525 -"200543",71274,83396,3,2390,2396 -"200544",71274,88232,3,2390,2881 -"200545",71274,100215,3,2390,2436 -"200546",71307,378,3,761,2766 -"200547",71307,1369,3,761,2487 -"200548",71307,1785,3,761,2350 -"200549",71307,2282,3,761,2056 -"200550",71307,2506,3,761,954 -"200551",71307,2927,3,761,1789 -"200552",71307,6562,3,761,1139 -"200553",71307,6999,3,761,2214 -"200554",71307,9269,3,761,1892 -"200555",71307,9538,3,761,1786 -"200556",71307,9656,3,761,1135 -"200557",71307,10716,3,761,1692 -"200558",71307,10990,3,761,805 -"200559",71307,12116,3,761,2119 -"200560",71307,13340,3,761,1918 -"200561",71307,13930,3,761,1274 -"200562",71307,14212,3,761,857 -"200563",71307,15281,3,761,810 -"200564",71307,19476,2,761,1708 -"200565",71307,20038,2,761,1531 -"200566",71307,23498,3,761,2398 -"200567",71307,23560,2,761,2051 -"200568",71307,29778,3,761,840 -"200569",71307,35243,2,761,1102 -"200570",71307,35317,3,761,1888 -"200571",71307,41098,3,761,1857 -"200572",71307,42407,2,761,2408 -"200573",71307,44878,3,761,1620 -"200574",71307,55730,3,761,1217 -"200575",71307,62848,3,761,1230 -"200576",71307,70011,3,761,2690 -"200577",71307,73520,3,761,2613 -"200578",71307,77719,2,761,2086 -"200579",71307,78277,2,761,1937 -"200580",71307,79699,2,761,1735 -"200581",71307,80970,3,761,2069 -"200582",71307,84590,2,761,1734 -"200583",71307,85065,3,761,1585 -"200584",71342,270,3,1289,2542 -"200585",71342,312,3,1289,2038 -"200586",71342,380,2,1289,2261 -"200587",71342,913,3,1289,2144 -"200588",71342,1102,3,1289,2282 -"200589",71342,1616,3,1289,2662 -"200590",71342,1639,2,1289,2631 -"200591",71342,2181,3,1289,2030 -"200592",71342,2322,3,1289,1645 -"200593",71342,2424,2,1289,2582 -"200594",71342,2484,3,1289,2389 -"200595",71342,2533,3,1289,2016 -"200596",71342,2572,3,1289,2273 -"200597",71342,3161,3,1289,2229 -"200598",71342,3271,3,1289,2216 -"200599",71342,3305,3,1289,2839 -"200600",71342,3306,2,1289,1989 -"200601",71342,3716,3,1289,1679 -"200602",71342,3748,3,1289,2052 -"200603",71342,3801,2,1289,1974 -"200604",71342,4032,3,1289,1763 -"200605",71342,4690,3,1289,1938 -"200606",71342,5041,3,1289,2371 -"200607",71342,5235,3,1289,2324 -"200608",71342,5429,3,1289,1991 -"200609",71342,5622,3,1289,2175 -"200610",71342,6074,3,1289,2426 -"200611",71342,6363,3,1289,2066 -"200612",71342,6577,3,1289,1951 -"200613",71342,7502,3,1289,1519 -"200614",71342,7627,3,1289,1543 -"200615",71342,7677,3,1289,2338 -"200616",71342,8073,3,1289,1847 -"200617",71342,8888,3,1289,1328 -"200618",71342,9272,3,1289,2835 -"200619",71342,9311,3,1289,2477 -"200620",71342,9364,2,1289,1698 -"200621",71342,9702,3,1289,1928 -"200622",71342,9805,3,1289,1621 -"200623",71342,9893,3,1289,2701 -"200624",71342,10513,1,1289,2284 -"200625",71342,10857,3,1289,2253 -"200626",71342,10874,3,1289,1891 -"200627",71342,11006,2,1289,1950 -"200628",71342,11055,3,1289,2111 -"200629",71342,11229,3,1289,1625 -"200630",71342,11440,3,1289,2026 -"200631",71342,11620,3,1289,2010 -"200632",71342,12602,3,1289,1956 -"200633",71342,12724,3,1289,1930 -"200634",71342,12863,3,1289,2027 -"200635",71342,14834,3,1289,2739 -"200636",71342,14972,3,1289,2332 -"200637",71342,15003,3,1289,2067 -"200638",71342,15813,3,1289,2143 -"200639",71342,16201,3,1289,1811 -"200640",71342,16332,2,1289,2668 -"200641",71342,16940,1,1289,1290 -"200642",71342,17381,3,1289,1697 -"200643",71342,17931,3,1289,1617 -"200644",71342,18415,3,1289,2184 -"200645",71342,19204,3,1289,1753 -"200646",71342,19248,2,1289,2357 -"200647",71342,19719,2,1289,2177 -"200648",71342,20124,2,1289,2376 -"200649",71342,20311,3,1289,1981 -"200650",71342,20975,2,1289,1305 -"200651",71342,21138,3,1289,2849 -"200652",71342,21197,2,1289,1437 -"200653",71342,21285,2,1289,2100 -"200654",71342,21693,3,1289,2176 -"200655",71342,21706,3,1289,1988 -"200656",71342,21758,3,1289,1331 -"200657",71342,22141,3,1289,2348 -"200658",71342,22282,2,1289,1418 -"200659",71342,22326,3,1289,2818 -"200660",71342,22362,3,1289,1836 -"200661",71342,22586,2,1289,1341 -"200662",71342,23223,3,1289,2094 -"200663",71342,23725,3,1289,2378 -"200664",71342,23727,3,1289,1734 -"200665",71342,23729,2,1289,1624 -"200666",71342,23970,3,1289,1624 -"200667",71342,24612,3,1289,1875 -"200668",71342,24755,3,1289,1319 -"200669",71342,25198,3,1289,1982 -"200670",71342,25305,3,1289,2447 -"200671",71342,25577,3,1289,1946 -"200672",71342,26749,1,1289,2965 -"200673",71342,27175,3,1289,1447 -"200674",71342,27275,3,1289,2656 -"200675",71342,27390,3,1289,2425 -"200676",71342,27501,3,1289,1981 -"200677",71342,27694,2,1289,2030 -"200678",71342,27849,3,1289,1316 -"200679",71342,28015,3,1289,1624 -"200680",71342,28190,3,1289,1634 -"200681",71342,29962,3,1289,2201 -"200682",71342,30052,3,1289,2855 -"200683",71342,30405,3,1289,2164 -"200684",71342,31050,3,1289,1491 -"200685",71342,32173,3,1289,2341 -"200686",71342,33430,3,1289,2225 -"200687",71342,33949,2,1289,2489 -"200688",71342,34836,3,1289,2302 -"200689",71342,35095,3,1289,1502 -"200690",71342,35256,3,1289,2271 -"200691",71342,35518,3,1289,1721 -"200692",71342,35529,3,1289,1620 -"200693",71342,37238,3,1289,2609 -"200694",71342,38019,2,1289,1870 -"200695",71342,38780,2,1289,2705 -"200696",71342,42522,3,1289,2592 -"200697",71342,43173,3,1289,2895 -"200698",71342,43226,3,1289,2442 -"200699",71342,43385,2,1289,1623 -"200700",71342,43455,3,1289,2846 -"200701",71342,44763,3,1289,1324 -"200702",71342,44773,3,1289,1355 -"200703",71342,45608,3,1289,2420 -"200704",71342,46091,3,1289,1938 -"200705",71342,46629,3,1289,2255 -"200706",71342,46950,3,1289,2673 -"200707",71342,47248,3,1289,2883 -"200708",71342,47362,3,1289,2253 -"200709",71342,47772,1,1289,2293 -"200710",71342,48110,3,1289,2009 -"200711",71342,48289,3,1289,2209 -"200712",71342,48414,3,1289,1749 -"200713",71342,48605,3,1289,2796 -"200714",71342,49512,3,1289,1302 -"200715",71342,49620,3,1289,1868 -"200716",71342,50134,3,1289,2674 -"200717",71342,50685,3,1289,2008 -"200718",71342,51017,2,1289,2073 -"200719",71342,51022,3,1289,1499 -"200720",71342,51035,3,1289,2397 -"200721",71342,51041,3,1289,2606 -"200722",71342,52058,3,1289,1836 -"200723",71342,52136,3,1289,1412 -"200724",71342,52323,3,1289,2148 -"200725",71342,52576,1,1289,2234 -"200726",71342,52969,3,1289,2302 -"200727",71342,53323,3,1289,2677 -"200728",71342,54551,3,1289,2348 -"200729",71342,54929,3,1289,2783 -"200730",71342,55082,2,1289,1856 -"200731",71342,55139,2,1289,2323 -"200732",71342,55320,3,1289,1643 -"200733",71342,55438,3,1289,2863 -"200734",71342,55468,3,1289,2511 -"200735",71342,55862,3,1289,2123 -"200736",71342,56082,3,1289,2395 -"200737",71342,56317,2,1289,2030 -"200738",71342,56340,3,1289,2060 -"200739",71342,57353,3,1289,1849 -"200740",71342,57714,3,1289,1391 -"200741",71342,58451,3,1289,1939 -"200742",71342,58508,2,1289,2326 -"200743",71342,58652,3,1289,1437 -"200744",71342,59539,3,1289,2429 -"200745",71342,61982,2,1289,2725 -"200746",71342,62841,3,1289,2710 -"200747",71342,65007,3,1289,2530 -"200748",71342,66703,3,1289,2375 -"200749",71342,66860,3,1289,1548 -"200750",71342,66983,3,1289,2397 -"200751",71342,67719,3,1289,2429 -"200752",71342,67805,3,1289,1338 -"200753",71342,69335,3,1289,2698 -"200754",71342,73128,2,1289,1549 -"200755",71342,73786,3,1289,2937 -"200756",71342,76892,3,1289,2381 -"200757",71342,79322,3,1289,2770 -"200758",71342,80301,3,1289,1690 -"200759",71342,80825,2,1289,2315 -"200760",71342,81588,2,1289,1568 -"200761",71342,82949,2,1289,2077 -"200762",71342,83396,3,1289,2396 -"200763",71342,94908,3,1289,1413 -"200764",71342,98781,3,1289,1410 -"200765",71369,36962,3,2838,2861 -"200766",71390,680,3,1992,2569 -"200767",71390,3978,3,1992,2775 -"200768",71390,4361,2,1992,2571 -"200769",71390,12759,3,1992,2414 -"200770",71390,37636,3,1992,2178 -"200771",71390,41723,3,1992,2101 -"200772",71412,37279,2,1974,2768 -"200773",71412,96300,3,1974,2594 -"200774",71455,1685,3,1702,2230 -"200775",71455,2057,3,1702,1965 -"200776",71455,8726,3,1702,2083 -"200777",71455,8822,1,1702,2139 -"200778",71455,17230,2,1702,1965 -"200779",71455,28081,3,1702,1927 -"200780",71455,32202,3,1702,2314 -"200781",71455,33380,3,1702,2340 -"200782",71455,40138,3,1702,2719 -"200783",71455,59438,3,1702,2400 -"200784",71455,68789,3,1702,1929 -"200785",71467,2418,3,1051,2020 -"200786",71467,2576,2,1051,1307 -"200787",71467,2747,3,1051,2411 -"200788",71467,2852,3,1051,2448 -"200789",71467,3127,2,1051,2273 -"200790",71467,4612,1,1051,2804 -"200791",71467,4730,3,1051,2131 -"200792",71467,5346,3,1051,1438 -"200793",71467,5897,3,1051,2337 -"200794",71467,5962,3,1051,2491 -"200795",71467,7997,3,1051,2049 -"200796",71467,8865,3,1051,2394 -"200797",71467,8984,3,1051,1162 -"200798",71467,9035,3,1051,2771 -"200799",71467,9060,3,1051,1612 -"200800",71467,9227,2,1051,1267 -"200801",71467,9481,3,1051,1610 -"200802",71467,9787,2,1051,2858 -"200803",71467,10453,3,1051,1656 -"200804",71467,11108,3,1051,1609 -"200805",71467,12067,3,1051,1213 -"200806",71467,13068,3,1051,1778 -"200807",71467,13720,3,1051,1558 -"200808",71467,13879,3,1051,2748 -"200809",71467,14287,3,1051,1583 -"200810",71467,14998,3,1051,1553 -"200811",71467,15153,3,1051,1864 -"200812",71467,15207,3,1051,1855 -"200813",71467,16015,3,1051,1307 -"200814",71467,16286,3,1051,2470 -"200815",71467,16501,2,1051,1650 -"200816",71467,16502,3,1051,1616 -"200817",71467,17252,2,1051,1258 -"200818",71467,20155,3,1051,1517 -"200819",71467,20220,2,1051,1656 -"200820",71467,22578,2,1051,2216 -"200821",71467,23131,3,1051,1732 -"200822",71467,23488,3,1051,1523 -"200823",71467,23597,3,1051,1080 -"200824",71467,24176,3,1051,1986 -"200825",71467,25163,3,1051,1751 -"200826",71467,26124,3,1051,2356 -"200827",71467,27742,2,1051,2700 -"200828",71467,27897,3,1051,1968 -"200829",71467,27914,2,1051,2507 -"200830",71467,28051,3,1051,2089 -"200831",71467,28357,3,1051,1134 -"200832",71467,28837,3,1051,2286 -"200833",71467,28869,3,1051,2425 -"200834",71467,29286,2,1051,1612 -"200835",71467,30442,3,1051,2124 -"200836",71467,30525,3,1051,1964 -"200837",71467,31868,2,1051,1993 -"200838",71467,32560,3,1051,1258 -"200839",71467,33341,3,1051,2338 -"200840",71467,35477,3,1051,2703 -"200841",71467,35728,3,1051,2017 -"200842",71467,37036,3,1051,2264 -"200843",71467,39534,3,1051,2410 -"200844",71467,40035,3,1051,2742 -"200845",71467,40138,3,1051,2719 -"200846",71467,40572,2,1051,2666 -"200847",71467,41023,3,1051,2408 -"200848",71467,41633,3,1051,1976 -"200849",71467,44433,3,1051,2224 -"200850",71467,44603,2,1051,2748 -"200851",71467,46384,2,1051,2285 -"200852",71467,46486,3,1051,1868 -"200853",71467,47839,3,1051,1864 -"200854",71467,50229,3,1051,1190 -"200855",71467,50354,3,1051,1299 -"200856",71467,53739,3,1051,2704 -"200857",71467,54775,3,1051,2383 -"200858",71467,56995,3,1051,2323 -"200859",71467,58655,3,1051,2685 -"200860",71467,61125,3,1051,1673 -"200861",71467,67252,3,1051,1215 -"200862",71467,68275,3,1051,1158 -"200863",71467,68539,2,1051,1158 -"200864",71467,70455,2,1051,1307 -"200865",71467,72438,3,1051,1397 -"200866",71467,81545,2,1051,2077 -"200867",71467,87289,3,1051,1279 -"200868",71467,91227,3,1051,1232 -"200869",71467,91849,3,1051,1166 -"200870",71467,94520,3,1051,1243 -"200871",71467,100048,2,1051,1573 -"200872",71467,100432,3,1051,1358 -"200873",71467,111375,3,1051,2686 -"200874",71467,115021,3,1051,1226 -"200875",71478,42,3,1721,2265 -"200876",71478,313,3,1721,2271 -"200877",71478,377,3,1721,2389 -"200878",71478,499,3,1721,1931 -"200879",71478,543,2,1721,2203 -"200880",71478,613,3,1721,2687 -"200881",71478,1090,3,1721,2370 -"200882",71478,1151,3,1721,2885 -"200883",71478,1495,3,1721,2046 -"200884",71478,1616,3,1721,2662 -"200885",71478,1777,2,1721,1965 -"200886",71478,2036,3,1721,2483 -"200887",71478,2166,3,1721,2557 -"200888",71478,2224,3,1721,2751 -"200889",71478,2484,2,1721,2389 -"200890",71478,3161,3,1721,2229 -"200891",71478,3242,3,1721,1730 -"200892",71478,3878,3,1721,1890 -"200893",71478,4057,3,1721,2389 -"200894",71478,5078,2,1721,2033 -"200895",71478,5457,2,1721,2077 -"200896",71478,5462,2,1721,2374 -"200897",71478,5504,1,1721,2389 -"200898",71478,7323,2,1721,2858 -"200899",71478,8760,3,1721,2477 -"200900",71478,9362,3,1721,2879 -"200901",71478,10130,3,1721,2741 -"200902",71478,12374,3,1721,2260 -"200903",71478,12713,3,1721,2440 -"200904",71478,13751,3,1721,2557 -"200905",71478,14108,3,1721,2012 -"200906",71478,15539,3,1721,1929 -"200907",71478,16497,3,1721,2370 -"200908",71478,17410,3,1721,2073 -"200909",71478,17520,3,1721,2276 -"200910",71478,18151,3,1721,2962 -"200911",71478,18277,3,1721,2309 -"200912",71478,19568,3,1721,2302 -"200913",71478,19606,3,1721,2783 -"200914",71478,19868,3,1721,2855 -"200915",71478,20563,3,1721,2267 -"200916",71478,20659,3,1721,1969 -"200917",71478,20700,3,1721,2861 -"200918",71478,22749,2,1721,1727 -"200919",71478,26516,3,1721,2479 -"200920",71478,26608,3,1721,2329 -"200921",71478,27478,3,1721,2485 -"200922",71478,28216,3,1721,1910 -"200923",71478,30386,3,1721,1833 -"200924",71478,31799,3,1721,2547 -"200925",71478,33572,3,1721,2370 -"200926",71478,35256,3,1721,2271 -"200927",71478,37418,3,1721,2710 -"200928",71478,37570,2,1721,2389 -"200929",71478,38908,3,1721,1787 -"200930",71478,38921,3,1721,1880 -"200931",71478,39444,2,1721,2695 -"200932",71478,39799,3,1721,2344 -"200933",71478,40022,3,1721,2307 -"200934",71478,41278,3,1721,1873 -"200935",71478,41747,3,1721,1722 -"200936",71478,45715,3,1721,2287 -"200937",71478,47803,3,1721,2477 -"200938",71478,48414,3,1721,1749 -"200939",71478,48495,3,1721,2737 -"200940",71478,49032,3,1721,2469 -"200941",71478,49965,3,1721,2301 -"200942",71478,50252,3,1721,2001 -"200943",71478,50372,3,1721,1834 -"200944",71478,51410,3,1721,2739 -"200945",71478,53031,3,1721,2065 -"200946",71478,53637,2,1721,2113 -"200947",71478,55556,2,1721,2075 -"200948",71478,55828,2,1721,2393 -"200949",71478,57077,3,1721,1885 -"200950",71478,57609,3,1721,2717 -"200951",71478,57977,3,1721,2683 -"200952",71478,58221,3,1721,1787 -"200953",71478,59700,3,1721,2346 -"200954",71478,67264,3,1721,2790 -"200955",71478,80429,2,1721,1927 -"200956",71478,82409,3,1721,1881 -"200957",71478,85430,3,1721,2370 -"200958",71478,91570,3,1721,2229 -"200959",71478,93615,3,1721,2386 -"200960",71479,1196,3,482,1986 -"200961",71479,2077,3,482,610 -"200962",71479,2798,3,482,1673 -"200963",71479,3306,2,482,1989 -"200964",71479,3961,3,482,2426 -"200965",71479,4623,3,482,1176 -"200966",71479,5041,3,482,2371 -"200967",71479,5315,2,482,2631 -"200968",71479,5350,3,482,2522 -"200969",71479,5622,3,482,2175 -"200970",71479,5716,3,482,1058 -"200971",71479,5984,3,482,1675 -"200972",71479,5986,3,482,1721 -"200973",71479,6047,2,482,2004 -"200974",71479,6366,3,482,798 -"200975",71479,6417,3,482,1675 -"200976",71479,7233,2,482,572 -"200977",71479,7475,3,482,1284 -"200978",71479,7627,3,482,1543 -"200979",71479,8984,3,482,1162 -"200980",71479,9511,3,482,1232 -"200981",71479,9654,3,482,2111 -"200982",71479,9928,2,482,2345 -"200983",71479,9950,3,482,920 -"200984",71479,10358,2,482,2294 -"200985",71479,10488,3,482,1524 -"200986",71479,10779,3,482,2881 -"200987",71479,10857,3,482,2253 -"200988",71479,11218,3,482,2292 -"200989",71479,11576,3,482,808 -"200990",71479,11817,3,482,600 -"200991",71479,11966,3,482,2385 -"200992",71479,12035,3,482,2721 -"200993",71479,12042,3,482,2345 -"200994",71479,13311,2,482,2315 -"200995",71479,14032,1,482,2144 -"200996",71479,14656,3,482,584 -"200997",71479,14855,3,482,903 -"200998",71479,15003,3,482,2067 -"200999",71479,15301,3,482,2308 -"201000",71479,15309,3,482,2820 -"201001",71479,15402,3,482,1281 -"201002",71479,15700,3,482,1712 -"201003",71479,15799,3,482,1917 -"201004",71479,16053,3,482,908 -"201005",71479,16352,3,482,2657 -"201006",71479,17400,3,482,2231 -"201007",71479,17493,2,482,561 -"201008",71479,17819,3,482,2291 -"201009",71479,18874,3,482,2170 -"201010",71479,19027,3,482,2721 -"201011",71479,19072,3,482,2358 -"201012",71479,19637,3,482,1229 -"201013",71479,20067,3,482,2390 -"201014",71479,20124,3,482,2376 -"201015",71479,21571,3,482,2755 -"201016",71479,23011,3,482,2763 -"201017",71479,23159,3,482,1548 -"201018",71479,23310,2,482,2371 -"201019",71479,23492,3,482,1067 -"201020",71479,23725,3,482,2378 -"201021",71479,23869,3,482,1918 -"201022",71479,24755,3,482,1319 -"201023",71479,26080,3,482,2525 -"201024",71479,26867,3,482,1804 -"201025",71479,27205,3,482,966 -"201026",71479,27275,3,482,2656 -"201027",71479,28002,3,482,914 -"201028",71479,29930,3,482,2240 -"201029",71479,30081,3,482,2403 -"201030",71479,30325,3,482,1067 -"201031",71479,31093,3,482,2160 -"201032",71479,31279,3,482,965 -"201033",71479,31530,3,482,1661 -"201034",71479,32567,3,482,2784 -"201035",71479,32694,3,482,1602 -"201036",71479,32919,2,482,2321 -"201037",71479,33219,3,482,1173 -"201038",71479,33949,3,482,2489 -"201039",71479,34735,3,482,2767 -"201040",71479,35529,3,482,1620 -"201041",71479,35673,3,482,1067 -"201042",71479,35752,2,482,1158 -"201043",71479,35926,2,482,2371 -"201044",71479,39294,3,482,1889 -"201045",71479,39516,2,482,2393 -"201046",71479,39563,3,482,486 -"201047",71479,40028,3,482,1349 -"201048",71479,40893,3,482,1116 -"201049",71479,41023,3,482,2408 -"201050",71479,41598,3,482,2291 -"201051",71479,41832,2,482,1155 -"201052",71479,41955,2,482,2479 -"201053",71479,42619,3,482,2017 -"201054",71479,43213,3,482,2160 -"201055",71479,44557,3,482,2371 -"201056",71479,44688,3,482,2924 -"201057",71479,44819,3,482,2063 -"201058",71479,45186,3,482,835 -"201059",71479,45684,3,482,2200 -"201060",71479,45903,3,482,2237 -"201061",71479,46196,3,482,1510 -"201062",71479,46803,3,482,2305 -"201063",71479,48215,3,482,2028 -"201064",71479,50134,3,482,2674 -"201065",71479,50236,3,482,2339 -"201066",71479,50977,3,482,2352 -"201067",71479,51360,3,482,1882 -"201068",71479,52136,3,482,1412 -"201069",71479,52442,3,482,1269 -"201070",71479,52735,3,482,1124 -"201071",71479,53134,3,482,1590 -"201072",71479,54551,3,482,2348 -"201073",71479,54929,3,482,2783 -"201074",71479,56082,2,482,2395 -"201075",71479,56116,3,482,1321 -"201076",71479,57414,3,482,922 -"201077",71479,57714,3,482,1391 -"201078",71479,59539,3,482,2429 -"201079",71479,60280,3,482,1918 -"201080",71479,62488,3,482,1418 -"201081",71479,64502,3,482,1670 -"201082",71479,67102,3,482,935 -"201083",71479,67726,3,482,2873 -"201084",71479,67788,3,482,837 -"201085",71479,67805,3,482,1338 -"201086",71479,68055,3,482,1236 -"201087",71479,70681,3,482,866 -"201088",71479,70838,3,482,687 -"201089",71479,70996,3,482,1037 -"201090",71479,72207,3,482,2430 -"201091",71479,74681,3,482,837 -"201092",71479,74730,2,482,535 -"201093",71479,75403,2,482,1895 -"201094",71479,76284,3,482,1237 -"201095",71479,77001,3,482,1440 -"201096",71479,80219,3,482,988 -"201097",71479,82730,3,482,1492 -"201098",71479,82932,3,482,2245 -"201099",71479,83526,3,482,1235 -"201100",71479,85716,3,482,1609 -"201101",71479,87603,3,482,535 -"201102",71479,90802,3,482,877 -"201103",71479,92817,2,482,569 -"201104",71479,95288,3,482,1602 -"201105",71479,96226,3,482,1412 -"201106",71479,100140,3,482,1041 -"201107",71479,109663,3,482,545 -"201108",71479,117679,3,482,535 -"201109",71531,841,3,2887,2964 -"201110",71552,15713,3,1573,1646 -"201111",71552,21406,3,1573,2714 -"201112",71560,1036,3,280,1367 -"201113",71560,2077,2,280,610 -"201114",71560,2208,2,280,2814 -"201115",71560,2269,3,280,984 -"201116",71560,2440,3,280,836 -"201117",71560,3164,3,280,2693 -"201118",71560,3753,3,280,1255 -"201119",71560,4317,3,280,1224 -"201120",71560,4567,3,280,2348 -"201121",71560,6030,3,280,2953 -"201122",71560,6914,2,280,2668 -"201123",71560,7759,3,280,2844 -"201124",71560,8238,3,280,2222 -"201125",71560,9311,3,280,2477 -"201126",71560,9423,3,280,1708 -"201127",71560,10222,2,280,2212 -"201128",71560,10349,3,280,2300 -"201129",71560,10744,2,280,955 -"201130",71560,10851,3,280,2423 -"201131",71560,11060,2,280,2155 -"201132",71560,12712,3,280,815 -"201133",71560,13248,3,280,1385 -"201134",71560,13837,2,280,1604 -"201135",71560,14108,3,280,2012 -"201136",71560,14855,3,280,903 -"201137",71560,14983,2,280,1047 -"201138",71560,15106,3,280,2286 -"201139",71560,15122,3,280,1201 -"201140",71560,15729,3,280,2338 -"201141",71560,15808,2,280,1521 -"201142",71560,17457,3,280,589 -"201143",71560,17632,3,280,1947 -"201144",71560,17645,3,280,1918 -"201145",71560,18364,3,280,535 -"201146",71560,18670,3,280,1835 -"201147",71560,18825,3,280,1240 -"201148",71560,20874,2,280,1580 -"201149",71560,21706,3,280,1988 -"201150",71560,22543,2,280,1594 -"201151",71560,22566,3,280,2308 -"201152",71560,22586,3,280,1341 -"201153",71560,22682,3,280,2035 -"201154",71560,23112,3,280,1192 -"201155",71560,24169,3,280,1663 -"201156",71560,24198,3,280,2217 -"201157",71560,24256,3,280,2393 -"201158",71560,24912,3,280,648 -"201159",71560,25565,3,280,2764 -"201160",71560,25976,3,280,659 -"201161",71560,26659,3,280,903 -"201162",71560,28050,3,280,1955 -"201163",71560,28168,3,280,2702 -"201164",71560,29089,3,280,1344 -"201165",71560,29115,2,280,1047 -"201166",71560,29512,2,280,1594 -"201167",71560,29580,3,280,2776 -"201168",71560,29923,3,280,626 -"201169",71560,33230,3,280,539 -"201170",71560,34314,3,280,630 -"201171",71560,34707,3,280,2042 -"201172",71560,34820,3,280,1630 -"201173",71560,35481,2,280,2211 -"201174",71560,35888,3,280,2291 -"201175",71560,36578,3,280,1484 -"201176",71560,36784,3,280,576 -"201177",71560,39464,3,280,2314 -"201178",71560,40368,1,280,2876 -"201179",71560,40487,3,280,2512 -"201180",71560,41664,3,280,2641 -"201181",71560,42783,3,280,2338 -"201182",71560,44135,2,280,2620 -"201183",71560,45504,3,280,2301 -"201184",71560,45608,3,280,2420 -"201185",71560,46512,3,280,1292 -"201186",71560,46726,3,280,943 -"201187",71560,48384,3,280,2057 -"201188",71560,49109,3,280,2341 -"201189",71560,50001,3,280,1518 -"201190",71560,50784,3,280,2733 -"201191",71560,53105,3,280,953 -"201192",71560,54250,3,280,2340 -"201193",71560,55076,2,280,2408 -"201194",71560,56854,3,280,2022 -"201195",71560,57246,3,280,1873 -"201196",71560,61785,3,280,822 -"201197",71560,62668,3,280,958 -"201198",71560,64857,2,280,1792 -"201199",71560,65475,3,280,1267 -"201200",71560,66318,3,280,2803 -"201201",71560,66726,3,280,2068 -"201202",71560,66756,3,280,1301 -"201203",71560,69117,3,280,645 -"201204",71560,69250,1,280,1439 -"201205",71560,70605,2,280,1176 -"201206",71560,71808,2,280,2349 -"201207",71560,72326,3,280,2384 -"201208",71560,76607,2,280,747 -"201209",71560,77550,3,280,1548 -"201210",71560,82187,3,280,1055 -"201211",71560,85995,3,280,432 -"201212",71560,92122,2,280,436 -"201213",71560,92322,3,280,2393 -"201214",71560,94783,3,280,659 -"201215",71560,96611,3,280,765 -"201216",71560,105685,3,280,2469 -"201217",71560,123349,3,280,901 -"201218",71562,4418,3,2574,2788 -"201219",71562,4618,2,2574,2607 -"201220",71562,5725,2,2574,2789 -"201221",71562,12867,2,2574,2773 -"201222",71562,24923,3,2574,2785 -"201223",71562,26351,2,2574,2683 -"201224",71562,28285,2,2574,2972 -"201225",71562,39087,3,2574,2765 -"201226",71562,47947,2,2574,2681 -"201227",71562,57977,2,2574,2683 -"201228",71581,8229,3,146,1241 -"201229",71581,30119,3,146,1961 -"201230",71581,30956,3,146,168 -"201231",71581,50372,3,146,1834 -"201232",71581,57077,2,146,1885 -"201233",71581,57977,3,146,2683 -"201234",71581,90837,3,146,825 -"201235",71581,102050,2,146,906 -"201236",71687,44730,3,432,2468 -"201237",71702,18458,3,2353,2477 -"201238",71702,19027,3,2353,2721 -"201239",71702,30081,3,2353,2403 -"201240",71702,32761,2,2353,2680 -"201241",71702,36559,3,2353,2473 -"201242",71702,44235,2,2353,2700 -"201243",71702,47947,3,2353,2681 -"201244",71702,48820,2,2353,2769 -"201245",71702,49666,3,2353,2408 -"201246",71702,56464,3,2353,2488 -"201247",71712,26642,3,2399,2952 -"201248",71733,2684,3,662,2874 -"201249",71733,2894,3,662,1291 -"201250",71733,5599,3,662,1684 -"201251",71733,6222,3,662,1949 -"201252",71733,12356,3,662,2757 -"201253",71733,14325,1,662,1976 -"201254",71733,14652,3,662,2516 -"201255",71733,14959,2,662,2898 -"201256",71733,15632,3,662,1242 -"201257",71733,15696,3,662,837 -"201258",71733,16954,3,662,2972 -"201259",71733,18563,2,662,2715 -"201260",71733,21225,3,662,1945 -"201261",71733,27543,3,662,666 -"201262",71733,34659,3,662,1924 -"201263",71733,35235,3,662,2610 -"201264",71733,36609,3,662,2918 -"201265",71733,38694,3,662,817 -"201266",71733,38921,3,662,1880 -"201267",71733,40931,3,662,2301 -"201268",71733,43153,3,662,1381 -"201269",71733,45618,3,662,2356 -"201270",71733,45650,3,662,1528 -"201271",71733,48795,2,662,2498 -"201272",71733,77550,3,662,1548 -"201273",71733,91518,3,662,842 -"201274",71733,95011,3,662,1986 -"201275",71752,3284,3,1472,1541 -"201276",71756,4723,3,1202,1314 -"201277",71756,8258,2,1202,1959 -"201278",71756,23179,3,1202,1675 -"201279",71756,25325,3,1202,2963 -"201280",71756,29917,3,1202,1962 -"201281",71756,53293,3,1202,2916 -"201282",71756,57549,3,1202,2335 -"201283",71756,61921,3,1202,1793 -"201284",71756,69591,3,1202,2294 -"201285",71756,79211,3,1202,1590 -"201286",71793,680,3,153,2569 -"201287",71793,867,3,153,1264 -"201288",71793,1523,3,153,2048 -"201289",71793,1756,3,153,2231 -"201290",71793,2057,3,153,1965 -"201291",71793,2190,3,153,2359 -"201292",71793,2591,2,153,1949 -"201293",71793,3477,3,153,2546 -"201294",71793,4001,3,153,1687 -"201295",71793,5839,3,153,2301 -"201296",71793,6063,3,153,2349 -"201297",71793,7252,3,153,2799 -"201298",71793,9332,3,153,2734 -"201299",71793,9484,2,153,1429 -"201300",71793,9782,3,153,340 -"201301",71793,10050,3,153,1792 -"201302",71793,10551,3,153,243 -"201303",71793,11563,3,153,1863 -"201304",71793,11588,2,153,2352 -"201305",71793,12735,3,153,819 -"201306",71793,12779,3,153,936 -"201307",71793,13136,3,153,2867 -"201308",71793,13479,3,153,2155 -"201309",71793,13518,3,153,525 -"201310",71793,14599,3,153,1118 -"201311",71793,14754,3,153,2456 -"201312",71793,14998,3,153,1553 -"201313",71793,18122,3,153,894 -"201314",71793,18124,3,153,1642 -"201315",71793,18217,3,153,1566 -"201316",71793,18672,3,153,1182 -"201317",71793,20662,3,153,1523 -"201318",71793,22462,3,153,869 -"201319",71793,25295,3,153,341 -"201320",71793,28116,3,153,1643 -"201321",71793,29286,3,153,1612 -"201322",71793,31243,3,153,1355 -"201323",71793,33223,3,153,2397 -"201324",71793,33341,3,153,2338 -"201325",71793,33681,2,153,1059 -"201326",71793,33870,3,153,955 -"201327",71793,35709,2,153,464 -"201328",71793,35816,3,153,2009 -"201329",71793,36346,1,153,1240 -"201330",71793,36915,3,153,280 -"201331",71793,38532,3,153,1234 -"201332",71793,38807,3,153,631 -"201333",71793,38816,3,153,1225 -"201334",71793,39418,2,153,1978 -"201335",71793,40309,3,153,871 -"201336",71793,40542,3,153,1664 -"201337",71793,41694,3,153,2358 -"201338",71793,42813,3,153,2142 -"201339",71793,43159,3,153,512 -"201340",71793,43204,3,153,1680 -"201341",71793,43207,3,153,635 -"201342",71793,43961,3,153,2443 -"201343",71793,44341,3,153,1230 -"201344",71793,44582,2,153,197 -"201345",71793,54467,3,153,919 -"201346",71793,55482,3,153,1866 -"201347",71793,57402,3,153,2454 -"201348",71793,58521,3,153,2950 -"201349",71793,64110,3,153,1331 -"201350",71793,66677,2,153,2151 -"201351",71793,66943,3,153,327 -"201352",71793,68885,3,153,2151 -"201353",71793,77052,3,153,2770 -"201354",71793,83122,3,153,1503 -"201355",71793,83961,3,153,578 -"201356",71793,89311,2,153,398 -"201357",71793,90745,3,153,1994 -"201358",71793,96401,3,153,303 -"201359",71793,104098,3,153,512 -"201360",71793,106399,3,153,1530 -"201361",71793,107435,3,153,1635 -"201362",71793,110398,3,153,601 -"201363",71793,111790,3,153,905 -"201364",71793,122453,3,153,1591 -"201365",71808,2208,3,2349,2814 -"201366",71808,6914,2,2349,2668 -"201367",71808,40368,3,2349,2876 -"201368",71808,105685,3,2349,2469 -"201369",71810,2440,3,263,836 -"201370",71810,2443,3,263,2333 -"201371",71810,3520,3,263,2281 -"201372",71810,5606,2,263,2875 -"201373",71810,7847,3,263,2424 -"201374",71810,8238,3,263,2222 -"201375",71810,9423,3,263,1708 -"201376",71810,12081,3,263,2166 -"201377",71810,16850,3,263,1657 -"201378",71810,18670,3,263,1835 -"201379",71810,22057,3,263,974 -"201380",71810,22682,2,263,2035 -"201381",71810,24256,3,263,2393 -"201382",71810,27796,3,263,2151 -"201383",71810,29512,3,263,1594 -"201384",71810,30697,3,263,2891 -"201385",71810,31705,3,263,2706 -"201386",71810,43250,3,263,1300 -"201387",71810,46568,3,263,822 -"201388",71810,49403,3,263,2427 -"201389",71810,52597,3,263,1773 -"201390",71810,55436,2,263,2513 -"201391",71810,56152,3,263,1487 -"201392",71810,60384,3,263,2765 -"201393",71810,61975,2,263,983 -"201394",71810,63477,3,263,1907 -"201395",71810,69250,3,263,1439 -"201396",71810,76607,2,263,747 -"201397",71810,82187,3,263,1055 -"201398",71895,827,3,1327,2964 -"201399",71895,1624,3,1327,2687 -"201400",71895,1708,3,1327,1591 -"201401",71895,2282,3,1327,2056 -"201402",71895,2647,2,1327,2450 -"201403",71895,2927,3,1327,1789 -"201404",71895,4180,3,1327,1817 -"201405",71895,6040,3,1327,2103 -"201406",71895,6480,3,1327,1678 -"201407",71895,7253,3,1327,2686 -"201408",71895,7254,3,1327,1849 -"201409",71895,7604,2,1327,1366 -"201410",71895,11858,2,1327,1530 -"201411",71895,15146,3,1327,1546 -"201412",71895,19509,3,1327,2000 -"201413",71895,28782,3,1327,2272 -"201414",71895,34953,3,1327,1817 -"201415",71895,36399,3,1327,1357 -"201416",71895,42382,3,1327,2224 -"201417",71895,42390,2,1327,2937 -"201418",71895,43543,2,1327,1457 -"201419",71895,46616,3,1327,1917 -"201420",71895,47607,3,1327,2724 -"201421",71895,52380,3,1327,2686 -"201422",71895,53584,3,1327,2391 -"201423",71895,78611,3,1327,1586 -"201424",71895,80970,3,1327,2069 -"201425",71895,84591,3,1327,1685 -"201426",71904,455,3,272,2827 -"201427",71904,1262,3,272,2973 -"201428",71904,1386,3,272,1901 -"201429",71904,3695,3,272,2612 -"201430",71904,3877,3,272,1133 -"201431",71904,5491,2,272,2048 -"201432",71904,6897,3,272,514 -"201433",71904,7078,3,272,2344 -"201434",71904,7394,2,272,2615 -"201435",71904,9030,3,272,1979 -"201436",71904,10726,3,272,841 -"201437",71904,14709,3,272,1901 -"201438",71904,16029,2,272,1160 -"201439",71904,18151,2,272,2962 -"201440",71904,18366,3,272,2699 -"201441",71904,19872,3,272,2913 -"201442",71904,21795,2,272,2653 -"201443",71904,24511,3,272,1871 -"201444",71904,28923,3,272,2362 -"201445",71904,30081,3,272,2403 -"201446",71904,34160,3,272,1759 -"201447",71904,34327,3,272,2959 -"201448",71904,35542,2,272,1439 -"201449",71904,36950,2,272,2204 -"201450",71904,44729,3,272,588 -"201451",71904,51379,3,272,1462 -"201452",71904,52474,2,272,497 -"201453",71904,59522,2,272,1516 -"201454",71904,77167,3,272,836 -"201455",71948,18670,3,1754,1835 -"201456",71948,24256,3,1754,2393 -"201457",71968,62961,3,629,926 -"201458",71968,67456,2,629,1608 -"201459",71968,104239,3,629,926 -"201460",71971,270,3,1294,2542 -"201461",71971,1124,3,1294,1596 -"201462",71971,2424,3,1294,2582 -"201463",71971,4687,3,1294,2152 -"201464",71971,5315,3,1294,2631 -"201465",71971,5971,3,1294,1985 -"201466",71971,8367,3,1294,1927 -"201467",71971,10488,3,1294,1524 -"201468",71971,13307,3,1294,2206 -"201469",71971,14072,3,1294,1346 -"201470",71971,15813,3,1294,2143 -"201471",71971,17931,3,1294,1617 -"201472",71971,18361,3,1294,2968 -"201473",71971,18394,3,1294,2356 -"201474",71971,22022,3,1294,1540 -"201475",71971,22282,3,1294,1418 -"201476",71971,22326,3,1294,2818 -"201477",71971,22415,2,1294,2841 -"201478",71971,25305,3,1294,2447 -"201479",71971,27297,3,1294,1382 -"201480",71971,27484,3,1294,1634 -"201481",71971,29962,3,1294,2201 -"201482",71971,31705,3,1294,2706 -"201483",71971,36174,3,1294,1382 -"201484",71971,44151,3,1294,1796 -"201485",71971,44521,3,1294,1593 -"201486",71971,44759,2,1294,2419 -"201487",71971,52576,3,1294,2234 -"201488",71971,56082,3,1294,2395 -"201489",71971,58508,3,1294,2326 -"201490",71971,62852,3,1294,2067 -"201491",71971,65572,3,1294,2750 -"201492",71971,68024,3,1294,1531 -"201493",71971,76892,3,1294,2381 -"201494",71971,82949,2,1294,2077 -"201495",71971,83907,3,1294,2056 -"201496",71971,94404,2,1294,1836 -"201497",71982,7759,3,2812,2844 -"201498",71999,42390,2,2685,2937 -"201499",72007,13150,3,963,1570 -"201500",72007,15978,3,963,981 -"201501",72007,17257,3,963,1117 -"201502",72007,23277,3,963,1267 -"201503",72007,39534,3,963,2410 -"201504",72007,42280,3,963,2266 -"201505",72007,49347,3,963,2504 -"201506",72033,10890,3,1740,2639 -"201507",72033,12818,3,1740,2015 -"201508",72033,20070,3,1740,1914 -"201509",72033,20271,1,1740,2044 -"201510",72033,33433,3,1740,2805 -"201511",72033,48215,3,1740,2028 -"201512",72062,687,2,156,1664 -"201513",72062,5716,3,156,1058 -"201514",72062,5833,1,156,197 -"201515",72062,7785,3,156,2441 -"201516",72062,10223,3,156,1033 -"201517",72062,12023,3,156,799 -"201518",72062,13068,3,156,1778 -"201519",72062,14520,3,156,634 -"201520",72062,14586,3,156,2801 -"201521",72062,14855,3,156,903 -"201522",72062,16437,3,156,1956 -"201523",72062,16776,3,156,1565 -"201524",72062,17687,3,156,593 -"201525",72062,18348,3,156,1711 -"201526",72062,18421,3,156,2457 -"201527",72062,18978,3,156,952 -"201528",72062,19028,3,156,921 -"201529",72062,19231,3,156,1424 -"201530",72062,23015,3,156,1362 -"201531",72062,23310,3,156,2371 -"201532",72062,27280,2,156,1965 -"201533",72062,27391,3,156,2378 -"201534",72062,28446,3,156,917 -"201535",72062,28893,3,156,2764 -"201536",72062,29667,3,156,531 -"201537",72062,30486,3,156,1269 -"201538",72062,30618,3,156,1609 -"201539",72062,31783,3,156,1180 -"201540",72062,32532,3,156,2338 -"201541",72062,32560,3,156,1258 -"201542",72062,32651,3,156,877 -"201543",72062,33691,3,156,949 -"201544",72062,36691,3,156,1903 -"201545",72062,37752,3,156,2223 -"201546",72062,39249,3,156,1665 -"201547",72062,39443,2,156,2277 -"201548",72062,39746,2,156,1361 -"201549",72062,39875,3,156,2422 -"201550",72062,41439,3,156,709 -"201551",72062,44786,3,156,1096 -"201552",72062,45480,3,156,1104 -"201553",72062,49201,3,156,936 -"201554",72062,49551,3,156,879 -"201555",72062,51879,3,156,1771 -"201556",72062,58829,3,156,1256 -"201557",72062,59039,2,156,2870 -"201558",72062,59485,2,156,1564 -"201559",72062,59506,2,156,983 -"201560",72062,62268,3,156,413 -"201561",72062,63654,2,156,2310 -"201562",72062,63701,3,156,1620 -"201563",72062,65188,3,156,2213 -"201564",72062,66978,3,156,1536 -"201565",72062,69788,3,156,2007 -"201566",72062,80219,2,156,988 -"201567",72062,88067,2,156,2315 -"201568",72062,94758,3,156,584 -"201569",72062,95851,3,156,750 -"201570",72083,2057,3,1122,1965 -"201571",72083,2540,3,1122,1398 -"201572",72083,4983,3,1122,1909 -"201573",72083,6113,3,1122,1678 -"201574",72083,9311,3,1122,2477 -"201575",72083,9703,3,1122,1845 -"201576",72083,10843,3,1122,2277 -"201577",72083,19453,3,1122,1928 -"201578",72083,33356,3,1122,1586 -"201579",72083,33433,3,1122,2805 -"201580",72083,39556,3,1122,2747 -"201581",72083,50224,1,1122,1123 -"201582",72083,54879,3,1122,2210 -"201583",72083,57732,3,1122,2454 -"201584",72083,67145,3,1122,2015 -"201585",72083,74190,2,1122,1428 -"201586",72083,76286,3,1122,1642 -"201587",72088,25399,3,2728,2784 -"201588",72088,30705,3,2728,2959 -"201589",72088,42196,3,2728,2765 -"201590",72088,43756,2,2728,2881 -"201591",72088,62739,1,2728,2753 -"201592",72122,2765,3,1436,2321 -"201593",72122,5621,3,1436,1860 -"201594",72122,9030,3,1436,1979 -"201595",72122,11602,3,1436,1493 -"201596",72122,13535,3,1436,1491 -"201597",72122,13732,3,1436,2789 -"201598",72122,15343,3,1436,2125 -"201599",72122,15500,2,1436,1658 -"201600",72122,17826,3,1436,2920 -"201601",72122,18458,3,1436,2477 -"201602",72122,20423,3,1436,2654 -"201603",72122,20545,3,1436,1491 -"201604",72122,20659,2,1436,1969 -"201605",72122,21092,3,1436,1643 -"201606",72122,21225,3,1436,1945 -"201607",72122,26106,2,1436,2015 -"201608",72122,26865,3,1436,2726 -"201609",72122,30081,3,1436,2403 -"201610",72122,37677,3,1436,1908 -"201611",72122,38908,2,1436,1787 -"201612",72122,39827,3,1436,2321 -"201613",72122,42618,3,1436,2316 -"201614",72122,43839,2,1436,1685 -"201615",72122,49032,2,1436,2469 -"201616",72122,49461,3,1436,2793 -"201617",72122,53637,3,1436,2113 -"201618",72122,55556,3,1436,2075 -"201619",72122,57565,2,1436,1577 -"201620",72122,57781,3,1436,1971 -"201621",72122,67264,2,1436,2790 -"201622",72122,71478,3,1436,1721 -"201623",72122,88966,3,1436,1568 -"201624",72140,39512,2,1996,2644 -"201625",72147,613,3,1075,2687 -"201626",72147,669,2,1075,1423 -"201627",72147,3877,3,1075,1133 -"201628",72147,6241,2,1075,2264 -"201629",72147,10746,3,1075,1506 -"201630",72147,10859,3,1075,2231 -"201631",72147,12542,3,1075,1888 -"201632",72147,17906,3,1075,1940 -"201633",72147,24405,2,1075,1443 -"201634",72147,35069,3,1075,2069 -"201635",72147,35360,3,1075,2043 -"201636",72147,39278,3,1075,1952 -"201637",72147,62832,3,1075,2606 -"201638",72147,81014,2,1075,1925 -"201639",72147,93102,3,1075,1174 -"201640",72188,270,2,856,2542 -"201641",72188,380,3,856,2261 -"201642",72188,1102,3,856,2282 -"201643",72188,1124,3,856,1596 -"201644",72188,1685,3,856,2230 -"201645",72188,2111,2,856,1904 -"201646",72188,2195,3,856,2139 -"201647",72188,2424,3,856,2582 -"201648",72188,4360,3,856,1770 -"201649",72188,5072,3,856,2175 -"201650",72188,5235,3,856,2324 -"201651",72188,5622,3,856,2175 -"201652",72188,5971,2,856,1985 -"201653",72188,6222,3,856,1949 -"201654",72188,6588,2,856,2025 -"201655",72188,7234,3,856,2654 -"201656",72188,9364,3,856,1698 -"201657",72188,9624,3,856,2398 -"201658",72188,9950,3,856,920 -"201659",72188,10488,3,856,1524 -"201660",72188,10523,2,856,1510 -"201661",72188,10857,2,856,2253 -"201662",72188,10874,3,856,1891 -"201663",72188,10939,3,856,1376 -"201664",72188,11218,3,856,2292 -"201665",72188,11229,2,856,1625 -"201666",72188,12007,3,856,1594 -"201667",72188,12310,3,856,1337 -"201668",72188,12374,3,856,2260 -"201669",72188,13307,3,856,2206 -"201670",72188,14855,3,856,903 -"201671",72188,14989,3,856,2223 -"201672",72188,15402,3,856,1281 -"201673",72188,15700,3,856,1712 -"201674",72188,16352,3,856,2657 -"201675",72188,16826,3,856,2599 -"201676",72188,17400,3,856,2231 -"201677",72188,18005,3,856,2449 -"201678",72188,18361,3,856,2968 -"201679",72188,18394,3,856,2356 -"201680",72188,19622,3,856,2371 -"201681",72188,20124,3,856,2376 -"201682",72188,20311,3,856,1981 -"201683",72188,21012,3,856,2325 -"201684",72188,21693,3,856,2176 -"201685",72188,22197,3,856,2271 -"201686",72188,23492,2,856,1067 -"201687",72188,23509,3,856,2275 -"201688",72188,23526,3,856,1998 -"201689",72188,23715,3,856,1859 -"201690",72188,23725,2,856,2378 -"201691",72188,24259,2,856,1281 -"201692",72188,24853,3,856,1004 -"201693",72188,25643,3,856,1646 -"201694",72188,26848,1,856,2363 -"201695",72188,26867,3,856,1804 -"201696",72188,27744,2,856,861 -"201697",72188,28383,3,856,1222 -"201698",72188,30325,2,856,1067 -"201699",72188,30405,3,856,2164 -"201700",72188,32131,3,856,1035 -"201701",72188,34480,2,856,2755 -"201702",72188,35673,2,856,1067 -"201703",72188,39294,3,856,1889 -"201704",72188,40028,1,856,1349 -"201705",72188,40072,2,856,1182 -"201706",72188,42687,3,856,1952 -"201707",72188,42837,3,856,1096 -"201708",72188,43213,3,856,2160 -"201709",72188,43455,3,856,2846 -"201710",72188,44407,3,856,2154 -"201711",72188,44521,2,856,1593 -"201712",72188,44676,3,856,2629 -"201713",72188,45684,3,856,2200 -"201714",72188,45729,3,856,2606 -"201715",72188,46196,3,856,1510 -"201716",72188,46629,2,856,2255 -"201717",72188,50236,2,856,2339 -"201718",72188,51471,3,856,1280 -"201719",72188,52136,3,856,1412 -"201720",72188,52345,3,856,1430 -"201721",72188,52789,3,856,1791 -"201722",72188,53303,3,856,1376 -"201723",72188,54551,1,856,2348 -"201724",72188,56082,2,856,2395 -"201725",72188,56237,2,856,2625 -"201726",72188,57150,3,856,1196 -"201727",72188,57246,3,856,1873 -"201728",72188,57414,3,856,922 -"201729",72188,59939,2,856,936 -"201730",72188,61982,3,856,2725 -"201731",72188,64947,3,856,2489 -"201732",72188,65242,3,856,1988 -"201733",72188,72207,3,856,2430 -"201734",72188,72326,3,856,2384 -"201735",72188,75403,3,856,1895 -"201736",72188,76284,2,856,1237 -"201737",72188,79403,3,856,977 -"201738",72188,79804,3,856,2227 -"201739",72188,82776,3,856,1232 -"201740",72188,82929,3,856,2475 -"201741",72188,87048,3,856,989 -"201742",72188,92104,3,856,2339 -"201743",72188,98781,3,856,1410 -"201744",72188,109718,3,856,1237 -"201745",72207,270,2,2430,2542 -"201746",72207,997,3,2430,2788 -"201747",72207,1315,3,2430,2760 -"201748",72207,2224,3,2430,2751 -"201749",72207,2424,3,2430,2582 -"201750",72207,3305,3,2430,2839 -"201751",72207,3493,2,2430,2451 -"201752",72207,6262,3,2430,2733 -"201753",72207,7234,2,2430,2654 -"201754",72207,8762,3,2430,2585 -"201755",72207,9311,3,2430,2477 -"201756",72207,11477,3,2430,2724 -"201757",72207,14959,3,2430,2898 -"201758",72207,16352,3,2430,2657 -"201759",72207,18005,3,2430,2449 -"201760",72207,18361,3,2430,2968 -"201761",72207,18366,3,2430,2699 -"201762",72207,22326,2,2430,2818 -"201763",72207,23011,3,2430,2763 -"201764",72207,25305,2,2430,2447 -"201765",72207,25971,3,2430,2608 -"201766",72207,26080,3,2430,2525 -"201767",72207,29929,3,2430,2789 -"201768",72207,31436,3,2430,2892 -"201769",72207,33433,3,2430,2805 -"201770",72207,34480,2,2430,2755 -"201771",72207,34735,3,2430,2767 -"201772",72207,35815,3,2430,2789 -"201773",72207,42216,3,2430,2722 -"201774",72207,43455,3,2430,2846 -"201775",72207,43518,3,2430,2680 -"201776",72207,45729,3,2430,2606 -"201777",72207,46982,3,2430,2806 -"201778",72207,51144,3,2430,2466 -"201779",72207,51319,3,2430,2488 -"201780",72207,51783,3,2430,2599 -"201781",72207,53604,3,2430,2489 -"201782",72207,54929,3,2430,2783 -"201783",72207,55468,3,2430,2511 -"201784",72207,56237,3,2430,2625 -"201785",72207,61982,3,2430,2725 -"201786",72207,64947,3,2430,2489 -"201787",72207,67726,3,2430,2873 -"201788",72207,74636,3,2430,2525 -"201789",72207,81865,3,2430,2704 -"201790",72207,88232,3,2430,2881 -"201791",72222,3748,3,1721,2052 -"201792",72226,555,3,89,552 -"201793",72226,2208,3,89,2814 -"201794",72226,8537,3,89,472 -"201795",72226,8777,3,89,1620 -"201796",72226,21126,3,89,2331 -"201797",72226,24392,3,89,2719 -"201798",72226,28056,3,89,1505 -"201799",72226,30334,3,89,2075 -"201800",72226,75921,3,89,517 -"201801",72226,81164,3,89,2260 -"201802",72226,82009,3,89,1020 -"201803",72326,270,3,2384,2542 -"201804",72326,2424,3,2384,2582 -"201805",72326,3305,3,2384,2839 -"201806",72326,13573,3,2384,2774 -"201807",72326,16352,3,2384,2657 -"201808",72326,18361,3,2384,2968 -"201809",72326,26080,3,2384,2525 -"201810",72326,34480,3,2384,2755 -"201811",72326,41972,3,2384,2509 -"201812",72326,43455,3,2384,2846 -"201813",72326,43518,3,2384,2680 -"201814",72326,43673,3,2384,2787 -"201815",72326,49110,3,2384,2938 -"201816",72326,56082,2,2384,2395 -"201817",72326,56237,3,2384,2625 -"201818",72326,61982,3,2384,2725 -"201819",72326,72207,3,2384,2430 -"201820",72334,44427,3,2820,2875 -"201821",72334,47248,3,2820,2883 -"201822",72334,65029,3,2820,2954 -"201823",72348,3493,3,1810,2451 -"201824",72348,3564,3,1810,2717 -"201825",72348,8073,3,1810,1847 -"201826",72348,10210,3,1810,1905 -"201827",72348,16866,3,1810,2718 -"201828",72348,18865,3,1810,2676 -"201829",72348,31866,3,1810,2101 -"201830",72348,35715,2,1810,2912 -"201831",72348,39534,3,1810,2410 -"201832",72348,63395,3,1810,2334 -"201833",72348,65856,3,1810,2504 -"201834",72348,67719,3,1810,2429 -"201835",72348,69131,3,1810,2122 -"201836",72348,80606,1,1810,2079 -"201837",72348,98058,2,1810,1891 -"201838",72348,116792,2,1810,2397 -"201839",72376,16866,3,1901,2718 -"201840",72376,18865,3,1901,2676 -"201841",72376,31840,3,1901,2389 -"201842",72376,63395,3,1901,2334 -"201843",72391,3765,3,1547,2775 -"201844",72391,6162,3,1547,1673 -"201845",72391,17351,3,1547,2036 -"201846",72391,17632,3,1547,1947 -"201847",72391,18752,3,1547,2607 -"201848",72391,23745,2,1547,1968 -"201849",72391,26421,3,1547,2634 -"201850",72391,26595,1,1547,1566 -"201851",72391,34325,3,1547,1982 -"201852",72391,41900,3,1547,1970 -"201853",72391,41945,3,1547,2856 -"201854",72391,54879,3,1547,2210 -"201855",72391,62903,3,1547,1704 -"201856",72391,67145,3,1547,2015 -"201857",72391,73197,3,1547,1998 -"201858",72391,79382,3,1547,1908 -"201859",72428,2591,3,155,1949 -"201860",72428,6577,3,155,1951 -"201861",72428,17716,3,155,915 -"201862",72428,21911,3,155,1184 -"201863",72428,28635,3,155,2368 -"201864",72428,28731,3,155,955 -"201865",72428,31243,2,155,1355 -"201866",72428,34000,3,155,203 -"201867",72428,42747,3,155,1189 -"201868",72428,81317,3,155,457 -"201869",72428,81949,3,155,950 -"201870",72438,900,3,1397,2726 -"201871",72438,1150,3,1397,1595 -"201872",72438,2294,3,1397,1638 -"201873",72438,2407,3,1397,1725 -"201874",72438,2540,3,1397,1398 -"201875",72438,2798,3,1397,1673 -"201876",72438,3127,3,1397,2273 -"201877",72438,3255,3,1397,2504 -"201878",72438,4660,3,1397,2149 -"201879",72438,4669,3,1397,2395 -"201880",72438,5106,3,1397,2622 -"201881",72438,5317,3,1397,2063 -"201882",72438,6186,3,1397,1693 -"201883",72438,9060,3,1397,1612 -"201884",72438,9311,3,1397,2477 -"201885",72438,10087,2,1397,1617 -"201886",72438,10754,3,1397,1797 -"201887",72438,11136,3,1397,2573 -"201888",72438,13068,3,1397,1778 -"201889",72438,13920,3,1397,1709 -"201890",72438,14761,3,1397,2502 -"201891",72438,16437,3,1397,1956 -"201892",72438,16684,3,1397,1657 -"201893",72438,17033,3,1397,2771 -"201894",72438,18706,3,1397,1617 -"201895",72438,21448,3,1397,2332 -"201896",72438,29286,3,1397,1612 -"201897",72438,30865,3,1397,2038 -"201898",72438,31868,3,1397,1993 -"201899",72438,34057,3,1397,1657 -"201900",72438,35728,3,1397,2017 -"201901",72438,36953,3,1397,2790 -"201902",72438,37036,3,1397,2264 -"201903",72438,37059,3,1397,2840 -"201904",72438,38676,3,1397,2286 -"201905",72438,39534,1,1397,2410 -"201906",72438,40572,3,1397,2666 -"201907",72438,41338,3,1397,1553 -"201908",72438,42813,3,1397,2142 -"201909",72438,44025,3,1397,1935 -"201910",72438,44235,3,1397,2700 -"201911",72438,46486,2,1397,1868 -"201912",72438,47072,3,1397,1564 -"201913",72438,49347,2,1397,2504 -"201914",72438,49712,3,1397,1937 -"201915",72438,63641,3,1397,2337 -"201916",72438,66717,2,1397,2104 -"201917",72438,66978,3,1397,1536 -"201918",72438,68215,3,1397,2727 -"201919",72438,69131,2,1397,2122 -"201920",72438,72348,2,1397,1810 -"201921",72438,73172,3,1397,2496 -"201922",72438,73192,3,1397,1955 -"201923",72438,78740,3,1397,1515 -"201924",72438,79432,3,1397,1708 -"201925",72438,80606,3,1397,2079 -"201926",72438,98058,1,1397,1891 -"201927",72438,107383,2,1397,1918 -"201928",72468,14676,3,2292,2764 -"201929",72468,14834,2,2292,2739 -"201930",72468,16332,3,2292,2668 -"201931",72468,31799,3,2292,2547 -"201932",72468,34836,1,2292,2302 -"201933",72468,38780,3,2292,2705 -"201934",72468,39535,3,2292,2428 -"201935",72468,51035,3,2292,2397 -"201936",72468,53266,3,2292,2389 -"201937",72468,53323,3,2292,2677 -"201938",72468,65007,2,2292,2530 -"201939",72468,80825,3,2292,2315 -"201940",72470,5346,3,991,1438 -"201941",72470,9227,3,991,1267 -"201942",72470,13007,3,991,2496 -"201943",72470,15207,3,991,1855 -"201944",72470,50520,2,991,1205 -"201945",72470,59637,3,991,2141 -"201946",72470,93930,3,991,1268 -"201947",72470,94520,3,991,1243 -"201948",72470,111375,2,991,2686 -"201949",72493,3946,3,505,1172 -"201950",72493,3961,3,505,2426 -"201951",72493,7196,3,505,1508 -"201952",72493,7984,3,505,2493 -"201953",72493,9893,3,505,2701 -"201954",72493,10358,3,505,2294 -"201955",72493,11477,2,505,2724 -"201956",72493,13158,3,505,2667 -"201957",72493,23280,2,505,536 -"201958",72493,25950,3,505,1618 -"201959",72493,30180,3,505,590 -"201960",72493,32658,3,505,1694 -"201961",72493,39627,3,505,546 -"201962",72493,47654,3,505,1664 -"201963",72493,57549,3,505,2335 -"201964",72493,85784,2,505,1142 -"201965",72493,95309,3,505,687 -"201966",72493,99215,3,505,2791 -"201967",72530,750,3,992,1327 -"201968",72530,1006,2,992,1569 -"201969",72530,7245,3,992,2089 -"201970",72530,9184,3,992,2670 -"201971",72530,10857,3,992,2253 -"201972",72530,10871,2,992,2314 -"201973",72530,12122,3,992,1385 -"201974",72530,13285,3,992,1577 -"201975",72530,15122,3,992,1201 -"201976",72530,16164,3,992,1184 -"201977",72530,16826,3,992,2599 -"201978",72530,17264,2,992,2528 -"201979",72530,17328,3,992,1206 -"201980",72530,17354,2,992,2250 -"201981",72530,19096,3,992,1538 -"201982",72530,19506,2,992,1385 -"201983",72530,19516,3,992,2313 -"201984",72530,19751,3,992,1630 -"201985",72530,23140,3,992,2787 -"201986",72530,24853,2,992,1004 -"201987",72530,27001,3,992,1761 -"201988",72530,30150,3,992,1704 -"201989",72530,31124,3,992,2351 -"201990",72530,32419,3,992,1909 -"201991",72530,33551,2,992,1734 -"201992",72530,36031,3,992,2342 -"201993",72530,36651,3,992,1600 -"201994",72530,37108,3,992,1202 -"201995",72530,40698,3,992,1408 -"201996",72530,42747,3,992,1189 -"201997",72530,44299,3,992,1874 -"201998",72530,44407,3,992,2154 -"201999",72530,44676,3,992,2629 -"202000",72530,45633,3,992,2134 -"202001",72530,46506,3,992,2464 -"202002",72530,54551,3,992,2348 -"202003",72530,59022,3,992,2494 -"202004",72530,77835,3,992,1327 -"202005",72530,78037,3,992,1606 -"202006",72530,83053,2,992,1303 -"202007",72530,87110,3,992,2801 -"202008",72530,90790,2,992,1492 -"202009",72530,91162,2,992,1693 -"202010",72530,91163,2,992,1171 -"202011",72530,91201,2,992,1702 -"202012",72530,116444,3,992,1206 -"202013",72535,21,3,1191,1385 -"202014",72535,1314,3,1191,1522 -"202015",72535,1519,3,1191,2349 -"202016",72535,1756,3,1191,2231 -"202017",72535,2190,3,1191,2359 -"202018",72535,2226,3,1191,2225 -"202019",72535,2407,3,1191,1725 -"202020",72535,2489,3,1191,1537 -"202021",72535,2852,3,1191,2448 -"202022",72535,3493,3,1191,2451 -"202023",72535,4001,2,1191,1687 -"202024",72535,4032,3,1191,1763 -"202025",72535,4367,3,1191,2794 -"202026",72535,4660,1,1191,2149 -"202027",72535,5106,3,1191,2622 -"202028",72535,5346,3,1191,1438 -"202029",72535,5683,3,1191,2468 -"202030",72535,5839,3,1191,2301 -"202031",72535,8062,3,1191,2858 -"202032",72535,8146,3,1191,1561 -"202033",72535,8726,3,1191,2083 -"202034",72535,8791,3,1191,1789 -"202035",72535,8865,3,1191,2394 -"202036",72535,9785,3,1191,2951 -"202037",72535,11424,3,1191,1631 -"202038",72535,12067,2,1191,1213 -"202039",72535,12361,3,1191,2732 -"202040",72535,13079,3,1191,2547 -"202041",72535,13400,3,1191,1371 -"202042",72535,14532,3,1191,1193 -"202043",72535,14711,3,1191,1714 -"202044",72535,14754,3,1191,2456 -"202045",72535,14817,2,1191,2110 -"202046",72535,15207,3,1191,1855 -"202047",72535,15826,3,1191,2772 -"202048",72535,16501,3,1191,1650 -"202049",72535,16690,3,1191,2132 -"202050",72535,16866,3,1191,2718 -"202051",72535,17033,3,1191,2771 -"202052",72535,17230,3,1191,1965 -"202053",72535,18865,3,1191,2676 -"202054",72535,19433,3,1191,2504 -"202055",72535,19655,3,1191,2706 -"202056",72535,19718,3,1191,1702 -"202057",72535,20355,3,1191,2111 -"202058",72535,20395,3,1191,1468 -"202059",72535,20941,3,1191,2725 -"202060",72535,23756,3,1191,2309 -"202061",72535,27686,2,1191,2844 -"202062",72535,27897,3,1191,1968 -"202063",72535,28081,3,1191,1927 -"202064",72535,29267,2,1191,1234 -"202065",72535,29977,3,1191,2781 -"202066",72535,30368,3,1191,2487 -"202067",72535,30486,3,1191,1269 -"202068",72535,31335,3,1191,2351 -"202069",72535,32202,2,1191,2314 -"202070",72535,34478,3,1191,2265 -"202071",72535,35456,3,1191,2358 -"202072",72535,36487,2,1191,2622 -"202073",72535,37059,3,1191,2840 -"202074",72535,37424,3,1191,1693 -"202075",72535,37859,3,1191,1999 -"202076",72535,37937,3,1191,1320 -"202077",72535,38373,3,1191,1928 -"202078",72535,38691,3,1191,2585 -"202079",72535,38816,3,1191,1225 -"202080",72535,39062,2,1191,2020 -"202081",72535,39249,2,1191,1665 -"202082",72535,39534,2,1191,2410 -"202083",72535,40572,3,1191,2666 -"202084",72535,41023,3,1191,2408 -"202085",72535,42813,3,1191,2142 -"202086",72535,43673,3,1191,2787 -"202087",72535,44074,3,1191,1299 -"202088",72535,44877,3,1191,1219 -"202089",72535,46119,3,1191,2084 -"202090",72535,46384,3,1191,2285 -"202091",72535,46486,3,1191,1868 -"202092",72535,47013,3,1191,2388 -"202093",72535,47595,3,1191,2374 -"202094",72535,49347,3,1191,2504 -"202095",72535,50335,3,1191,1893 -"202096",72535,50354,3,1191,1299 -"202097",72535,51144,3,1191,2466 -"202098",72535,51774,1,1191,2459 -"202099",72535,53254,3,1191,1612 -"202100",72535,56569,3,1191,1993 -"202101",72535,58180,3,1191,1919 -"202102",72535,62626,3,1191,2787 -"202103",72535,63395,3,1191,2334 -"202104",72535,63641,1,1191,2337 -"202105",72535,66717,1,1191,2104 -"202106",72535,70455,3,1191,1307 -"202107",72535,70583,3,1191,2615 -"202108",72535,72438,3,1191,1397 -"202109",72535,72632,3,1191,1289 -"202110",72535,78423,3,1191,2840 -"202111",72535,80338,3,1191,2059 -"202112",72535,82341,3,1191,1515 -"202113",72535,85198,3,1191,1794 -"202114",72535,87958,1,1191,1234 -"202115",72535,90789,3,1191,1218 -"202116",72535,92297,3,1191,2952 -"202117",72535,94520,3,1191,1243 -"202118",72535,105795,3,1191,1265 -"202119",72535,107435,2,1191,1635 -"202120",72535,122453,3,1191,1591 -"202121",72544,34648,3,510,1596 -"202122",72544,46283,3,510,1184 -"202123",72544,99279,3,510,611 -"202124",72557,2852,3,972,2448 -"202125",72557,2960,2,972,977 -"202126",72557,3139,3,972,1656 -"202127",72557,4107,3,972,987 -"202128",72557,4121,3,972,1304 -"202129",72557,5610,3,972,2223 -"202130",72557,9702,3,972,1928 -"202131",72557,13324,2,972,2163 -"202132",72557,13479,3,972,2155 -"202133",72557,13835,3,972,1588 -"202134",72557,18891,3,972,1596 -"202135",72557,21479,2,972,2134 -"202136",72557,23268,3,972,2258 -"202137",72557,23460,3,972,2183 -"202138",72557,23534,3,972,1659 -"202139",72557,27427,3,972,2325 -"202140",72557,30738,3,972,1166 -"202141",72557,31890,3,972,1487 -"202142",72557,32047,3,972,1858 -"202143",72557,36637,2,972,2085 -"202144",72557,40707,3,972,1547 -"202145",72557,41023,3,972,2408 -"202146",72557,44181,3,972,1034 -"202147",72557,50001,3,972,1518 -"202148",72557,61188,3,972,2134 -"202149",72557,63147,3,972,1477 -"202150",72557,76132,3,972,2426 -"202151",72557,79837,3,972,1252 -"202152",72557,88473,3,972,1102 -"202153",72557,98080,3,972,1265 -"202154",72571,140,3,1175,2267 -"202155",72571,1055,3,1175,1264 -"202156",72571,2524,3,1175,1708 -"202157",72571,2798,3,1175,1673 -"202158",72571,5258,3,1175,2730 -"202159",72571,8726,3,1175,2083 -"202160",72571,9227,3,1175,1267 -"202161",72571,10766,3,1175,2647 -"202162",72571,11625,3,1175,2022 -"202163",72571,14532,3,1175,1193 -"202164",72571,14817,3,1175,2110 -"202165",72571,26734,3,1175,2299 -"202166",72571,29267,2,1175,1234 -"202167",72571,30486,3,1175,1269 -"202168",72571,37611,3,1175,1260 -"202169",72571,39062,3,1175,2020 -"202170",72571,46486,3,1175,1868 -"202171",72571,47595,2,1175,2374 -"202172",72571,50335,3,1175,1893 -"202173",72571,51687,2,1175,2333 -"202174",72571,52327,3,1175,1472 -"202175",72571,53924,3,1175,1289 -"202176",72571,66121,3,1175,1281 -"202177",72571,87958,3,1175,1234 -"202178",72597,2747,3,1843,2411 -"202179",72597,3477,3,1843,2546 -"202180",72597,4057,3,1843,2389 -"202181",72597,4669,3,1843,2395 -"202182",72597,5897,3,1843,2337 -"202183",72597,6063,3,1843,2349 -"202184",72597,7241,3,1843,2259 -"202185",72597,9035,3,1843,2771 -"202186",72597,9503,2,1843,2453 -"202187",72597,9787,3,1843,2858 -"202188",72597,11648,2,1843,2852 -"202189",72597,12374,3,1843,2260 -"202190",72597,12759,3,1843,2414 -"202191",72597,12948,3,1843,2669 -"202192",72597,13136,3,1843,2867 -"202193",72597,14108,3,1843,2012 -"202194",72597,14676,3,1843,2764 -"202195",72597,14749,2,1843,1998 -"202196",72597,17037,3,1843,2947 -"202197",72597,17645,3,1843,1918 -"202198",72597,19073,3,1843,2748 -"202199",72597,19655,3,1843,2706 -"202200",72597,21104,3,1843,2327 -"202201",72597,22244,3,1843,2139 -"202202",72597,23825,3,1843,1913 -"202203",72597,26182,3,1843,2775 -"202204",72597,26959,3,1843,1961 -"202205",72597,27686,3,1843,2844 -"202206",72597,27742,3,1843,2700 -"202207",72597,28837,3,1843,2286 -"202208",72597,30368,3,1843,2487 -"202209",72597,31542,3,1843,2459 -"202210",72597,31866,3,1843,2101 -"202211",72597,31868,3,1843,1993 -"202212",72597,33223,3,1843,2397 -"202213",72597,36912,3,1843,2469 -"202214",72597,39418,3,1843,1978 -"202215",72597,39444,3,1843,2695 -"202216",72597,40035,3,1843,2742 -"202217",72597,45729,3,1843,2606 -"202218",72597,46486,3,1843,1868 -"202219",72597,47529,3,1843,2914 -"202220",72597,47803,3,1843,2477 -"202221",72597,48820,3,1843,2769 -"202222",72597,53739,3,1843,2704 -"202223",72597,56569,3,1843,1993 -"202224",72597,58655,3,1843,2685 -"202225",72597,67266,3,1843,2010 -"202226",72597,70583,3,1843,2615 -"202227",72597,76971,3,1843,2145 -"202228",72597,108867,3,1843,2328 -"202229",72598,457,2,805,1704 -"202230",72598,1044,3,805,880 -"202231",72598,1102,3,805,2282 -"202232",72598,2143,3,805,1174 -"202233",72598,5580,3,805,2111 -"202234",72598,6074,3,805,2426 -"202235",72598,8192,3,805,1670 -"202236",72598,8376,2,805,1670 -"202237",72598,9175,3,805,2639 -"202238",72598,9654,3,805,2111 -"202239",72598,12374,3,805,2260 -"202240",72598,12432,3,805,1816 -"202241",72598,12449,3,805,2067 -"202242",72598,13869,3,805,1786 -"202243",72598,19096,3,805,1538 -"202244",72598,20486,3,805,1908 -"202245",72598,24066,3,805,1755 -"202246",72598,24558,3,805,2139 -"202247",72598,26671,2,805,2279 -"202248",72598,30405,3,805,2164 -"202249",72598,34836,3,805,2302 -"202250",72598,39865,3,805,849 -"202251",72598,40072,3,805,1182 -"202252",72598,44188,2,805,1609 -"202253",72598,49512,2,805,1302 -"202254",72598,50134,3,805,2674 -"202255",72598,53323,3,805,2677 -"202256",72598,53608,3,805,1986 -"202257",72598,57353,2,805,1849 -"202258",72598,59939,3,805,936 -"202259",72598,79403,3,805,977 -"202260",72598,88126,3,805,1027 -"202261",72632,364,3,1289,2351 -"202262",72632,380,3,1289,2261 -"202263",72632,1314,3,1289,1522 -"202264",72632,1702,3,1289,1984 -"202265",72632,1846,3,1289,1845 -"202266",72632,2576,2,1289,1307 -"202267",72632,2852,3,1289,2448 -"202268",72632,3493,2,1289,2451 -"202269",72632,3620,3,1289,2955 -"202270",72632,4612,3,1289,2804 -"202271",72632,4660,3,1289,2149 -"202272",72632,4730,3,1289,2131 -"202273",72632,5235,3,1289,2324 -"202274",72632,7337,3,1289,1797 -"202275",72632,7785,3,1289,2441 -"202276",72632,7942,3,1289,2623 -"202277",72632,9785,3,1289,2951 -"202278",72632,10457,3,1289,1711 -"202279",72632,11108,3,1289,1609 -"202280",72632,11648,3,1289,2852 -"202281",72632,12361,2,1289,2732 -"202282",72632,12897,3,1289,1351 -"202283",72632,12948,3,1289,2669 -"202284",72632,14749,3,1289,1998 -"202285",72632,15443,3,1289,1631 -"202286",72632,17033,3,1289,2771 -"202287",72632,18421,3,1289,2457 -"202288",72632,19655,2,1289,2706 -"202289",72632,20941,3,1289,2725 -"202290",72632,20984,3,1289,2502 -"202291",72632,21593,3,1289,1312 -"202292",72632,22244,3,1289,2139 -"202293",72632,27742,3,1289,2700 -"202294",72632,27914,3,1289,2507 -"202295",72632,29473,3,1289,2602 -"202296",72632,29818,3,1289,1677 -"202297",72632,30442,3,1289,2124 -"202298",72632,30525,3,1289,1964 -"202299",72632,31335,2,1289,2351 -"202300",72632,31866,3,1289,2101 -"202301",72632,31868,3,1289,1993 -"202302",72632,32532,3,1289,2338 -"202303",72632,37424,3,1289,1693 -"202304",72632,41581,3,1289,1692 -"202305",72632,46982,3,1289,2806 -"202306",72632,47013,3,1289,2388 -"202307",72632,51144,2,1289,2466 -"202308",72632,52136,3,1289,1412 -"202309",72632,54775,3,1289,2383 -"202310",72632,58655,3,1289,2685 -"202311",72632,63641,3,1289,2337 -"202312",72632,66717,3,1289,2104 -"202313",72632,70455,3,1289,1307 -"202314",72632,73107,3,1289,1918 -"202315",72632,78138,3,1289,1601 -"202316",72632,78423,3,1289,2840 -"202317",72632,85198,2,1289,1794 -"202318",72632,90065,3,1289,1418 -"202319",72632,96706,3,1289,1597 -"202320",72703,49403,3,2231,2427 -"202321",72703,53082,3,2231,2328 -"202322",72728,4361,3,2234,2571 -"202323",72728,7984,3,2234,2493 -"202324",72728,8062,3,2234,2858 -"202325",72728,31700,3,2234,2727 -"202326",72728,32818,3,2234,2485 -"202327",72728,36031,3,2234,2342 -"202328",72728,38602,2,2234,2693 -"202329",72728,49265,3,2234,2686 -"202330",72728,53323,3,2234,2677 -"202331",72728,57380,3,2234,2362 -"202332",72728,63077,3,2234,2778 -"202333",72728,88232,3,2234,2881 -"202334",72823,23,3,929,1682 -"202335",72823,671,3,929,2328 -"202336",72823,1090,3,929,2370 -"202337",72823,3164,3,929,2693 -"202338",72823,4289,3,929,1921 -"202339",72823,4790,3,929,1025 -"202340",72823,5041,3,929,2371 -"202341",72823,5462,3,929,2374 -"202342",72823,8621,3,929,1681 -"202343",72823,10799,3,929,2010 -"202344",72823,10875,3,929,1234 -"202345",72823,12713,3,929,2440 -"202346",72823,13248,3,929,1385 -"202347",72823,13929,1,929,2693 -"202348",72823,15299,3,929,2213 -"202349",72823,15607,3,929,1421 -"202350",72823,16111,3,929,1714 -"202351",72823,20643,3,929,2341 -"202352",72823,21479,3,929,2134 -"202353",72823,22216,3,929,1956 -"202354",72823,24146,3,929,2003 -"202355",72823,24362,3,929,1287 -"202356",72823,24755,3,929,1319 -"202357",72823,25643,3,929,1646 -"202358",72823,26570,3,929,1669 -"202359",72823,28434,3,929,1141 -"202360",72823,29050,2,929,1196 -"202361",72823,30081,3,929,2403 -"202362",72823,32173,3,929,2341 -"202363",72823,36450,3,929,1591 -"202364",72823,36962,2,929,2861 -"202365",72823,37333,3,929,1612 -"202366",72823,38162,3,929,1691 -"202367",72823,47082,3,929,1990 -"202368",72823,47947,3,929,2681 -"202369",72823,50217,3,929,1211 -"202370",72823,52058,3,929,1836 -"202371",72823,53630,2,929,1565 -"202372",72823,54020,3,929,1578 -"202373",72823,54305,3,929,1222 -"202374",72823,55156,3,929,2196 -"202375",72823,55691,2,929,2856 -"202376",72823,56464,3,929,2488 -"202377",72823,68810,3,929,2409 -"202378",72823,70046,3,929,2624 -"202379",72823,75650,3,929,972 -"202380",72823,78563,3,929,2385 -"202381",72823,79088,3,929,1369 -"202382",72823,94101,2,929,997 -"202383",72823,94125,3,929,2280 -"202384",72823,101482,2,929,1300 -"202385",72827,6071,3,1359,2310 -"202386",72827,8525,3,1359,1787 -"202387",72827,9716,3,1359,1929 -"202388",72827,15075,1,1359,2252 -"202389",72827,15088,2,1359,2906 -"202390",72827,18855,2,1359,1362 -"202391",72827,18954,1,1359,2364 -"202392",72827,24761,3,1359,2384 -"202393",72827,29824,3,1359,2772 -"202394",72827,34334,3,1359,1637 -"202395",72827,40850,2,1359,1396 -"202396",72827,49621,2,1359,1915 -"202397",72827,50476,3,1359,1641 -"202398",72827,53537,2,1359,2428 -"202399",72827,56737,2,1359,2270 -"202400",72827,69215,3,1359,1591 -"202401",72827,79036,3,1359,2524 -"202402",72827,79236,3,1359,1505 -"202403",72827,79822,2,1359,1508 -"202404",72827,81113,3,1359,1914 -"202405",72827,89931,3,1359,1400 -"202406",72827,96349,3,1359,1874 -"202407",72845,35774,3,1663,1969 -"202408",72845,40988,3,1663,2793 -"202409",72845,53697,3,1663,1909 -"202410",72845,61337,3,1663,2777 -"202411",72845,65805,3,1663,2902 -"202412",72845,66677,3,1663,2151 -"202413",72845,100462,3,1663,1927 -"202414",72882,4526,3,1330,1728 -"202415",72882,7942,1,1330,2623 -"202416",72882,9063,3,1330,2000 -"202417",72882,14754,3,1330,2456 -"202418",72882,16176,3,1330,2703 -"202419",72882,24512,3,1330,1369 -"202420",72882,27742,3,1330,2700 -"202421",72882,27914,3,1330,2507 -"202422",72882,30525,3,1330,1964 -"202423",72882,31868,3,1330,1993 -"202424",72882,34216,3,1330,2832 -"202425",72882,34742,3,1330,1883 -"202426",72882,41023,3,1330,2408 -"202427",72882,45905,1,1330,2785 -"202428",72882,54313,3,1330,1645 -"202429",72882,58233,2,1330,1665 -"202430",72882,60258,3,1330,2405 -"202431",72882,67815,3,1330,2476 -"202432",72956,270,3,1251,2542 -"202433",72956,312,3,1251,2038 -"202434",72956,380,3,1251,2261 -"202435",72956,913,3,1251,2144 -"202436",72956,1102,3,1251,2282 -"202437",72956,1639,2,1251,2631 -"202438",72956,1691,3,1251,1941 -"202439",72956,2181,3,1251,2030 -"202440",72956,2424,2,1251,2582 -"202441",72956,2533,3,1251,2016 -"202442",72956,3271,3,1251,2216 -"202443",72956,3305,3,1251,2839 -"202444",72956,3306,2,1251,1989 -"202445",72956,3477,3,1251,2546 -"202446",72956,3716,3,1251,1679 -"202447",72956,3748,3,1251,2052 -"202448",72956,3801,3,1251,1974 -"202449",72956,4032,3,1251,1763 -"202450",72956,5041,3,1251,2371 -"202451",72956,5226,3,1251,1309 -"202452",72956,5429,3,1251,1991 -"202453",72956,5462,3,1251,2374 -"202454",72956,5622,3,1251,2175 -"202455",72956,6047,3,1251,2004 -"202456",72956,6063,3,1251,2349 -"202457",72956,6074,3,1251,2426 -"202458",72956,6363,3,1251,2066 -"202459",72956,6577,3,1251,1951 -"202460",72956,6588,3,1251,2025 -"202461",72956,7180,3,1251,2227 -"202462",72956,7475,3,1251,1284 -"202463",72956,7627,3,1251,1543 -"202464",72956,7677,3,1251,2338 -"202465",72956,8073,3,1251,1847 -"202466",72956,9272,3,1251,2835 -"202467",72956,9311,3,1251,2477 -"202468",72956,9364,1,1251,1698 -"202469",72956,9702,3,1251,1928 -"202470",72956,9805,3,1251,1621 -"202471",72956,9893,3,1251,2701 -"202472",72956,10474,3,1251,1608 -"202473",72956,10513,2,1251,2284 -"202474",72956,10857,3,1251,2253 -"202475",72956,10874,3,1251,1891 -"202476",72956,11006,2,1251,1950 -"202477",72956,11218,3,1251,2292 -"202478",72956,11229,3,1251,1625 -"202479",72956,11440,3,1251,2026 -"202480",72956,12728,3,1251,2374 -"202481",72956,12863,3,1251,2027 -"202482",72956,14108,3,1251,2012 -"202483",72956,14972,3,1251,2332 -"202484",72956,15003,3,1251,2067 -"202485",72956,15813,3,1251,2143 -"202486",72956,16201,3,1251,1811 -"202487",72956,16332,1,1251,2668 -"202488",72956,16940,2,1251,1290 -"202489",72956,17381,3,1251,1697 -"202490",72956,17931,3,1251,1617 -"202491",72956,18217,3,1251,1566 -"202492",72956,18415,3,1251,2184 -"202493",72956,19096,3,1251,1538 -"202494",72956,19248,2,1251,2357 -"202495",72956,19719,2,1251,2177 -"202496",72956,20124,1,1251,2376 -"202497",72956,20975,1,1251,1305 -"202498",72956,21138,3,1251,2849 -"202499",72956,21197,2,1251,1437 -"202500",72956,21285,2,1251,2100 -"202501",72956,21693,3,1251,2176 -"202502",72956,21758,2,1251,1331 -"202503",72956,22141,3,1251,2348 -"202504",72956,22282,2,1251,1418 -"202505",72956,22326,3,1251,2818 -"202506",72956,22362,3,1251,1836 -"202507",72956,22586,3,1251,1341 -"202508",72956,23223,3,1251,2094 -"202509",72956,23725,3,1251,2378 -"202510",72956,23729,3,1251,1624 -"202511",72956,23825,3,1251,1913 -"202512",72956,24612,3,1251,1875 -"202513",72956,24755,3,1251,1319 -"202514",72956,25198,3,1251,1982 -"202515",72956,25305,3,1251,2447 -"202516",72956,25577,3,1251,1946 -"202517",72956,26749,1,1251,2965 -"202518",72956,27175,3,1251,1447 -"202519",72956,27275,3,1251,2656 -"202520",72956,27390,3,1251,2425 -"202521",72956,27694,2,1251,2030 -"202522",72956,27849,3,1251,1316 -"202523",72956,28015,2,1251,1624 -"202524",72956,28190,3,1251,1634 -"202525",72956,28432,3,1251,1954 -"202526",72956,29962,3,1251,2201 -"202527",72956,30052,3,1251,2855 -"202528",72956,30165,3,1251,1409 -"202529",72956,31050,3,1251,1491 -"202530",72956,31530,3,1251,1661 -"202531",72956,31700,3,1251,2727 -"202532",72956,32173,3,1251,2341 -"202533",72956,32606,3,1251,2100 -"202534",72956,33223,3,1251,2397 -"202535",72956,33949,2,1251,2489 -"202536",72956,34836,3,1251,2302 -"202537",72956,35095,3,1251,1502 -"202538",72956,35518,3,1251,1721 -"202539",72956,35529,3,1251,1620 -"202540",72956,37238,3,1251,2609 -"202541",72956,37937,3,1251,1320 -"202542",72956,38019,2,1251,1870 -"202543",72956,38780,3,1251,2705 -"202544",72956,40542,3,1251,1664 -"202545",72956,42522,3,1251,2592 -"202546",72956,43226,3,1251,2442 -"202547",72956,43385,1,1251,1623 -"202548",72956,43455,3,1251,2846 -"202549",72956,44763,3,1251,1324 -"202550",72956,44773,3,1251,1355 -"202551",72956,45608,3,1251,2420 -"202552",72956,45684,3,1251,2200 -"202553",72956,46629,3,1251,2255 -"202554",72956,47362,3,1251,2253 -"202555",72956,47772,2,1251,2293 -"202556",72956,48110,3,1251,2009 -"202557",72956,48289,3,1251,2209 -"202558",72956,48414,3,1251,1749 -"202559",72956,48605,3,1251,2796 -"202560",72956,48754,3,1251,1972 -"202561",72956,49512,3,1251,1302 -"202562",72956,50134,3,1251,2674 -"202563",72956,50685,3,1251,2008 -"202564",72956,51017,3,1251,2073 -"202565",72956,51022,3,1251,1499 -"202566",72956,51041,3,1251,2606 -"202567",72956,52058,3,1251,1836 -"202568",72956,52136,3,1251,1412 -"202569",72956,52345,3,1251,1430 -"202570",72956,52576,2,1251,2234 -"202571",72956,52969,3,1251,2302 -"202572",72956,54551,3,1251,2348 -"202573",72956,54929,3,1251,2783 -"202574",72956,55082,3,1251,1856 -"202575",72956,55139,3,1251,2323 -"202576",72956,55320,3,1251,1643 -"202577",72956,55438,3,1251,2863 -"202578",72956,55468,3,1251,2511 -"202579",72956,56082,3,1251,2395 -"202580",72956,56317,3,1251,2030 -"202581",72956,57353,3,1251,1849 -"202582",72956,57977,3,1251,2683 -"202583",72956,58078,3,1251,1252 -"202584",72956,58451,3,1251,1939 -"202585",72956,58508,2,1251,2326 -"202586",72956,58652,3,1251,1437 -"202587",72956,58745,3,1251,1920 -"202588",72956,59539,3,1251,2429 -"202589",72956,61982,2,1251,2725 -"202590",72956,62841,3,1251,2710 -"202591",72956,65007,3,1251,2530 -"202592",72956,66241,3,1251,2351 -"202593",72956,66703,3,1251,2375 -"202594",72956,67719,3,1251,2429 -"202595",72956,67805,3,1251,1338 -"202596",72956,69335,3,1251,2698 -"202597",72956,71342,1,1251,1289 -"202598",72956,72468,3,1251,2292 -"202599",72956,73128,3,1251,1549 -"202600",72956,73786,3,1251,2937 -"202601",72956,76892,3,1251,2381 -"202602",72956,79322,3,1251,2770 -"202603",72956,79657,3,1251,1260 -"202604",72956,80301,3,1251,1690 -"202605",72956,80825,3,1251,2315 -"202606",72956,81588,2,1251,1568 -"202607",72956,82949,2,1251,2077 -"202608",72956,83396,3,1251,2396 -"202609",72956,98781,2,1251,1410 -"202610",72986,21,3,1055,1385 -"202611",72986,1108,2,1055,1600 -"202612",72986,4526,3,1055,1728 -"202613",72986,5683,3,1055,2468 -"202614",72986,7451,3,1055,1254 -"202615",72986,8923,3,1055,1266 -"202616",72986,17645,3,1055,1918 -"202617",72986,23692,3,1055,1540 -"202618",72986,27320,2,1055,2378 -"202619",72986,37522,3,1055,1270 -"202620",72986,38087,2,1055,1083 -"202621",72986,45905,3,1055,2785 -"202622",72986,59485,3,1055,1564 -"202623",72986,60258,3,1055,2405 -"202624",72986,60808,3,1055,1258 -"202625",72986,63644,3,1055,1267 -"202626",72986,67617,2,1055,1149 -"202627",73021,1897,2,789,1727 -"202628",73021,2349,2,789,1288 -"202629",73021,3317,3,789,2037 -"202630",73021,4730,3,789,2131 -"202631",73021,6133,3,789,1229 -"202632",73021,6627,3,789,2063 -"202633",73021,6824,2,789,2680 -"202634",73021,7433,3,789,2255 -"202635",73021,10638,2,789,2692 -"202636",73021,10914,3,789,1660 -"202637",73021,11381,2,789,1638 -"202638",73021,11506,2,789,2824 -"202639",73021,16594,3,789,1755 -"202640",73021,16777,3,789,834 -"202641",73021,18571,3,789,2128 -"202642",73021,18943,2,789,2861 -"202643",73021,20007,3,789,2971 -"202644",73021,20432,3,789,1727 -"202645",73021,21463,3,789,2437 -"202646",73021,21741,3,789,1574 -"202647",73021,23513,3,789,900 -"202648",73021,26713,3,789,1235 -"202649",73021,27008,2,789,911 -"202650",73021,27783,3,789,2302 -"202651",73021,31164,2,789,1996 -"202652",73021,32449,3,789,2091 -"202653",73021,36136,2,789,2338 -"202654",73021,39105,3,789,2487 -"202655",73021,41978,3,789,2824 -"202656",73021,44636,3,789,1026 -"202657",73021,46951,2,789,2429 -"202658",73021,47571,3,789,1667 -"202659",73021,53013,3,789,2523 -"202660",73021,55604,2,789,2342 -"202661",73021,56275,3,789,2152 -"202662",73021,56338,2,789,1818 -"202663",73021,66911,2,789,1920 -"202664",73021,68592,2,789,2551 -"202665",73021,69335,3,789,2698 -"202666",73021,76132,3,789,2426 -"202667",73021,76675,3,789,1840 -"202668",73021,77580,3,789,888 -"202669",73021,85778,3,789,1040 -"202670",73021,87270,3,789,913 -"202671",73021,94926,2,789,1611 -"202672",73021,104306,3,789,1665 -"202673",73047,671,3,824,2328 -"202674",73047,733,3,824,1653 -"202675",73047,1469,3,824,1160 -"202676",73047,2063,2,824,1278 -"202677",73047,2743,3,824,1278 -"202678",73047,3167,3,824,1676 -"202679",73047,3242,3,824,1730 -"202680",73047,4191,3,824,2130 -"202681",73047,4687,3,824,2152 -"202682",73047,4980,3,824,2093 -"202683",73047,6023,3,824,2050 -"202684",73047,8621,3,824,1681 -"202685",73047,10799,3,824,2010 -"202686",73047,10890,3,824,2639 -"202687",73047,16074,3,824,977 -"202688",73047,16164,3,824,1184 -"202689",73047,19516,3,824,2313 -"202690",73047,20563,3,824,2267 -"202691",73047,20824,3,824,1366 -"202692",73047,21911,3,824,1184 -"202693",73047,22501,3,824,1006 -"202694",73047,23506,1,824,1172 -"202695",73047,23534,3,824,1659 -"202696",73047,23704,3,824,2278 -"202697",73047,25341,3,824,1858 -"202698",73047,25643,3,824,1646 -"202699",73047,26436,3,824,2489 -"202700",73047,28731,3,824,955 -"202701",73047,29456,3,824,1182 -"202702",73047,30438,3,824,1617 -"202703",73047,31000,3,824,1526 -"202704",73047,31243,3,824,1355 -"202705",73047,31696,3,824,1595 -"202706",73047,32988,3,824,2008 -"202707",73047,34492,2,824,1798 -"202708",73047,38449,3,824,1802 -"202709",73047,40293,3,824,1671 -"202710",73047,42186,3,824,955 -"202711",73047,45715,3,824,2287 -"202712",73047,51022,3,824,1499 -"202713",73047,51410,2,824,2739 -"202714",73047,51987,2,824,1397 -"202715",73047,56171,3,824,1524 -"202716",73047,58035,3,824,1646 -"202717",73047,63515,3,824,2023 -"202718",73047,82454,3,824,1266 -"202719",73047,82767,3,824,1641 -"202720",73047,94808,3,824,988 -"202721",73047,99103,3,824,1470 -"202722",73047,101892,3,824,1322 -"202723",73047,120112,3,824,954 -"202724",73083,5785,3,275,1261 -"202725",73083,16539,3,275,1947 -"202726",73083,16877,3,275,2509 -"202727",73083,28130,3,275,908 -"202728",73083,28131,3,275,1492 -"202729",73083,30883,3,275,1629 -"202730",73083,50487,3,275,744 -"202731",73083,96911,1,275,956 -"202732",73090,1150,3,732,1595 -"202733",73090,6989,3,732,2623 -"202734",73090,8475,3,732,2034 -"202735",73090,14654,3,732,1692 -"202736",73090,19057,3,732,2664 -"202737",73090,19296,2,732,1705 -"202738",73090,19366,3,732,2279 -"202739",73090,32060,3,732,1199 -"202740",73090,32235,3,732,2109 -"202741",73090,35688,3,732,1551 -"202742",73090,66014,3,732,880 -"202743",73090,88171,1,732,1488 -"202744",73090,110569,3,732,970 -"202745",73107,380,3,1918,2261 -"202746",73107,2747,3,1918,2411 -"202747",73107,3493,3,1918,2451 -"202748",73107,5235,3,1918,2324 -"202749",73107,10638,3,1918,2692 -"202750",73107,11588,3,1918,2352 -"202751",73107,12361,3,1918,2732 -"202752",73107,18421,3,1918,2457 -"202753",73107,19215,3,1918,2604 -"202754",73107,19655,3,1918,2706 -"202755",73107,20941,3,1918,2725 -"202756",73107,22260,3,1918,2137 -"202757",73107,31335,3,1918,2351 -"202758",73107,34892,3,1918,2309 -"202759",73107,36136,3,1918,2338 -"202760",73107,51144,3,1918,2466 -"202761",73107,61240,3,1918,2651 -"202762",73107,66911,3,1918,1920 -"202763",73113,160,3,681,2007 -"202764",73113,1641,3,681,1490 -"202765",73113,5363,3,681,1791 -"202766",73113,5568,3,681,1290 -"202767",73113,5610,2,681,2223 -"202768",73113,8238,2,681,2222 -"202769",73113,9871,3,681,921 -"202770",73113,12473,2,681,801 -"202771",73113,12632,3,681,1174 -"202772",73113,16625,3,681,1285 -"202773",73113,17632,3,681,1947 -"202774",73113,17867,3,681,1904 -"202775",73113,18670,3,681,1835 -"202776",73113,21164,3,681,1645 -"202777",73113,27796,3,681,2151 -"202778",73113,29512,3,681,1594 -"202779",73113,31700,2,681,2727 -"202780",73113,31890,1,681,1487 -"202781",73113,31901,2,681,1251 -"202782",73113,32047,3,681,1858 -"202783",73113,32988,3,681,2008 -"202784",73113,37238,3,681,2609 -"202785",73113,37937,2,681,1320 -"202786",73113,39062,3,681,2020 -"202787",73113,39464,3,681,2314 -"202788",73113,41953,3,681,945 -"202789",73113,43614,3,681,1712 -"202790",73113,47564,2,681,2650 -"202791",73113,47803,3,681,2477 -"202792",73113,48215,3,681,2028 -"202793",73113,50001,3,681,1518 -"202794",73113,50254,3,681,1151 -"202795",73113,54953,3,681,2223 -"202796",73113,64857,3,681,1792 -"202797",73113,73597,3,681,1989 -"202798",73113,77611,3,681,1795 -"202799",73113,82187,3,681,1055 -"202800",73113,82426,3,681,1576 -"202801",73113,89880,3,681,1938 -"202802",73113,95155,3,681,849 -"202803",73122,24974,3,264,702 -"202804",73122,61913,3,264,397 -"202805",73128,2424,3,1549,2582 -"202806",73128,3886,3,1549,1669 -"202807",73128,9364,3,1549,1698 -"202808",73128,10222,3,1549,2212 -"202809",73128,10513,3,1549,2284 -"202810",73128,18277,3,1549,2309 -"202811",73128,19719,3,1549,2177 -"202812",73128,20311,3,1549,1981 -"202813",73128,21285,3,1549,2100 -"202814",73128,21693,3,1549,2176 -"202815",73128,22326,3,1549,2818 -"202816",73128,22362,3,1549,1836 -"202817",73128,23729,3,1549,1624 -"202818",73128,24198,3,1549,2217 -"202819",73128,25577,3,1549,1946 -"202820",73128,26749,3,1549,2965 -"202821",73128,34836,3,1549,2302 -"202822",73128,38019,2,1549,1870 -"202823",73128,43385,3,1549,1623 -"202824",73128,47772,3,1549,2293 -"202825",73128,52576,2,1549,2234 -"202826",73128,55082,3,1549,1856 -"202827",73128,55139,3,1549,2323 -"202828",73128,56317,2,1549,2030 -"202829",73128,56340,1,1549,2060 -"202830",73128,58221,3,1549,1787 -"202831",73128,58508,3,1549,2326 -"202832",73128,79322,3,1549,2770 -"202833",73128,81588,2,1549,1568 -"202834",73128,82949,3,1549,2077 -"202835",73136,307,3,328,2530 -"202836",73136,380,3,328,2261 -"202837",73136,765,3,328,2073 -"202838",73136,1777,3,328,1965 -"202839",73136,2224,3,328,2751 -"202840",73136,2269,3,328,984 -"202841",73136,2572,3,328,2273 -"202842",73136,2731,3,328,434 -"202843",73136,2743,3,328,1278 -"202844",73136,3011,3,328,2278 -"202845",73136,3040,2,328,1446 -"202846",73136,4226,3,328,1903 -"202847",73136,4317,3,328,1224 -"202848",73136,4701,2,328,2401 -"202849",73136,4790,2,328,1025 -"202850",73136,4791,1,328,1184 -"202851",73136,5078,3,328,2033 -"202852",73136,5457,3,328,2077 -"202853",73136,5462,3,328,2374 -"202854",73136,5504,3,328,2389 -"202855",73136,5971,3,328,1985 -"202856",73136,6047,3,328,2004 -"202857",73136,6491,3,328,2424 -"202858",73136,6588,3,328,2025 -"202859",73136,7555,3,328,1943 -"202860",73136,8529,3,328,1205 -"202861",73136,8866,3,328,1545 -"202862",73136,8888,3,328,1328 -"202863",73136,9362,3,328,2879 -"202864",73136,9654,3,328,2111 -"202865",73136,9805,3,328,1621 -"202866",73136,11540,3,328,1237 -"202867",73136,11817,3,328,600 -"202868",73136,12374,2,328,2260 -"202869",73136,12728,3,328,2374 -"202870",73136,14678,3,328,799 -"202871",73136,14834,3,328,2739 -"202872",73136,15005,3,328,1415 -"202873",73136,15700,3,328,1712 -"202874",73136,15872,3,328,1551 -"202875",73136,16352,3,328,2657 -"202876",73136,17852,3,328,2840 -"202877",73136,18393,2,328,860 -"202878",73136,18707,3,328,1143 -"202879",73136,19719,3,328,2177 -"202880",73136,20311,3,328,1981 -"202881",73136,21104,3,328,2327 -"202882",73136,21122,3,328,1701 -"202883",73136,21138,3,328,2849 -"202884",73136,21198,3,328,935 -"202885",73136,22282,3,328,1418 -"202886",73136,22331,3,328,2687 -"202887",73136,22455,3,328,1197 -"202888",73136,23011,3,328,2763 -"202889",73136,23508,3,328,1907 -"202890",73136,23509,3,328,2275 -"202891",73136,23825,3,328,1913 -"202892",73136,24005,3,328,1188 -"202893",73136,24286,3,328,1280 -"202894",73136,24755,3,328,1319 -"202895",73136,25132,3,328,1188 -"202896",73136,25595,3,328,768 -"202897",73136,26067,3,328,2069 -"202898",73136,26451,2,328,2133 -"202899",73136,26471,3,328,1061 -"202900",73136,26570,3,328,1669 -"202901",73136,26671,3,328,2279 -"202902",73136,26867,3,328,1804 -"202903",73136,27112,3,328,500 -"202904",73136,27390,3,328,2425 -"202905",73136,27792,3,328,1308 -"202906",73136,27849,2,328,1316 -"202907",73136,28124,3,328,434 -"202908",73136,29705,2,328,607 -"202909",73136,29750,3,328,689 -"202910",73136,29929,2,328,2789 -"202911",73136,29941,3,328,1986 -"202912",73136,29982,3,328,1372 -"202913",73136,32017,1,328,577 -"202914",73136,32457,3,328,2690 -"202915",73136,32601,2,328,1033 -"202916",73136,32811,3,328,804 -"202917",73136,33241,3,328,632 -"202918",73136,33356,3,328,1586 -"202919",73136,33433,3,328,2805 -"202920",73136,33622,3,328,2230 -"202921",73136,34136,3,328,2202 -"202922",73136,34836,2,328,2302 -"202923",73136,35095,3,328,1502 -"202924",73136,35815,3,328,2789 -"202925",73136,36714,2,328,2209 -"202926",73136,37800,2,328,604 -"202927",73136,38019,2,328,1870 -"202928",73136,39238,3,328,922 -"202929",73136,39444,3,328,2695 -"202930",73136,39865,2,328,849 -"202931",73136,40028,3,328,1349 -"202932",73136,40072,2,328,1182 -"202933",73136,41174,1,328,850 -"202934",73136,41315,2,328,439 -"202935",73136,42618,3,328,2316 -"202936",73136,43046,3,328,419 -"202937",73136,43051,2,328,904 -"202938",73136,43929,3,328,2749 -"202939",73136,44059,3,328,525 -"202940",73136,44306,3,328,1036 -"202941",73136,44648,3,328,619 -"202942",73136,46723,2,328,607 -"202943",73136,47726,3,328,1272 -"202944",73136,48215,3,328,2028 -"202945",73136,48260,3,328,875 -"202946",73136,48414,3,328,1749 -"202947",73136,48435,3,328,528 -"202948",73136,48698,3,328,1474 -"202949",73136,50219,3,328,756 -"202950",73136,50236,3,328,2339 -"202951",73136,51810,3,328,1401 -"202952",73136,52058,3,328,1836 -"202953",73136,52345,3,328,1430 -"202954",73136,53266,3,328,2389 -"202955",73136,53303,3,328,1376 -"202956",73136,53322,3,328,1200 -"202957",73136,54879,3,328,2210 -"202958",73136,55468,2,328,2511 -"202959",73136,56082,3,328,2395 -"202960",73136,56854,3,328,2022 -"202961",73136,57348,3,328,687 -"202962",73136,57353,3,328,1849 -"202963",73136,57950,3,328,1529 -"202964",73136,58133,3,328,1484 -"202965",73136,59939,2,328,936 -"202966",73136,62903,3,328,1704 -"202967",73136,64181,3,328,1828 -"202968",73136,65007,3,328,2530 -"202969",73136,65884,3,328,798 -"202970",73136,66860,3,328,1548 -"202971",73136,67726,3,328,2873 -"202972",73136,72468,3,328,2292 -"202973",73136,74731,3,328,853 -"202974",73136,75948,2,328,1006 -"202975",73136,77305,3,328,965 -"202976",73136,78256,3,328,804 -"202977",73136,78932,3,328,981 -"202978",73136,79322,3,328,2770 -"202979",73136,81588,3,328,1568 -"202980",73136,82730,3,328,1492 -"202981",73136,83434,2,328,850 -"202982",73136,87148,2,328,397 -"202983",73136,87692,3,328,775 -"202984",73136,89097,3,328,935 -"202985",73136,89541,3,328,525 -"202986",73136,90573,2,328,878 -"202987",73136,91912,2,328,790 -"202988",73136,92220,2,328,607 -"202989",73136,97928,3,328,2416 -"202990",73136,98925,3,328,584 -"202991",73136,99444,1,328,408 -"202992",73136,101395,3,328,891 -"202993",73136,104084,3,328,579 -"202994",73136,108867,3,328,2328 -"202995",73136,109663,3,328,545 -"202996",73136,112437,3,328,513 -"202997",73136,114865,3,328,544 -"202998",73136,121422,2,328,850 -"202999",73169,6047,3,1392,2004 -"203000",73172,3770,3,2496,2623 -"203001",73172,14915,3,2496,2606 -"203002",73172,35477,3,2496,2703 -"203003",73172,66693,3,2496,2554 -"203004",73192,3477,3,1955,2546 -"203005",73192,3770,3,1955,2623 -"203006",73192,4669,3,1955,2395 -"203007",73192,5350,2,1955,2522 -"203008",73192,6063,3,1955,2349 -"203009",73192,12042,3,1955,2345 -"203010",73192,14915,3,1955,2606 -"203011",73192,15381,3,1955,2289 -"203012",73192,21872,3,1955,2458 -"203013",73192,31868,3,1955,1993 -"203014",73192,33223,3,1955,2397 -"203015",73192,35728,3,1955,2017 -"203016",73192,35926,3,1955,2371 -"203017",73192,37059,2,1955,2840 -"203018",73192,37060,3,1955,2840 -"203019",73192,39534,3,1955,2410 -"203020",73192,44235,3,1955,2700 -"203021",73192,46040,3,1955,2105 -"203022",73192,46261,3,1955,2350 -"203023",73192,59039,3,1955,2870 -"203024",73192,65322,3,1955,2008 -"203025",73192,67719,3,1955,2429 -"203026",73192,69131,2,1955,2122 -"203027",73192,69716,3,1955,2632 -"203028",73192,70586,3,1955,2562 -"203029",73192,78150,3,1955,2581 -"203030",73197,25,3,1998,2762 -"203031",73197,8327,3,1998,2527 -"203032",73197,10358,3,1998,2294 -"203033",73197,11218,3,1998,2292 -"203034",73197,12042,3,1998,2345 -"203035",73197,12449,3,1998,2067 -"203036",73197,17351,3,1998,2036 -"203037",73197,17790,3,1998,2783 -"203038",73197,21448,3,1998,2332 -"203039",73197,24721,2,1998,2326 -"203040",73197,25480,3,1998,2747 -"203041",73197,25610,3,1998,2328 -"203042",73197,33433,3,1998,2805 -"203043",73197,35888,2,1998,2291 -"203044",73197,38727,3,1998,2238 -"203045",73197,41945,3,1998,2856 -"203046",73197,51089,3,1998,2426 -"203047",73197,51866,3,1998,2411 -"203048",73197,53342,3,1998,2071 -"203049",73197,54879,2,1998,2210 -"203050",73197,67145,3,1998,2015 -"203051",73197,92513,3,1998,2282 -"203052",73205,6996,3,1529,2916 -"203053",73205,12518,3,1529,2747 -"203054",73205,15207,3,1529,1855 -"203055",73205,17632,3,1529,1947 -"203056",73205,17943,3,1529,1943 -"203057",73205,19282,3,1529,1623 -"203058",73205,19744,3,1529,2623 -"203059",73205,27030,3,1529,2031 -"203060",73205,36554,2,1529,1649 -"203061",73205,40129,3,1529,2162 -"203062",73205,40703,3,1529,1608 -"203063",73205,85525,3,1529,1718 -"203064",73245,758,3,802,1232 -"203065",73245,1154,3,802,1656 -"203066",73245,2959,3,802,1785 -"203067",73245,4144,3,802,1520 -"203068",73245,7126,3,802,1261 -"203069",73245,7196,3,802,1508 -"203070",73245,7984,3,802,2493 -"203071",73245,8726,3,802,2083 -"203072",73245,8890,3,802,1955 -"203073",73245,8908,3,802,1537 -"203074",73245,8913,3,802,968 -"203075",73245,9801,3,802,2443 -"203076",73245,10857,3,802,2253 -"203077",73245,10980,3,802,1974 -"203078",73245,14108,3,802,2012 -"203079",73245,15118,3,802,1311 -"203080",73245,15401,3,802,1999 -"203081",73245,16176,3,802,2703 -"203082",73245,16365,3,802,2217 -"203083",73245,17257,3,802,1117 -"203084",73245,21133,3,802,1320 -"203085",73245,21670,3,802,2158 -"203086",73245,21681,3,802,2005 -"203087",73245,22722,3,802,1233 -"203088",73245,25832,2,802,1689 -"203089",73245,27255,3,802,1232 -"203090",73245,28784,3,802,1579 -"203091",73245,28893,3,802,2764 -"203092",73245,28896,3,802,1395 -"203093",73245,30974,3,802,947 -"203094",73245,31700,3,802,2727 -"203095",73245,32131,3,802,1035 -"203096",73245,32988,3,802,2008 -"203097",73245,34480,3,802,2755 -"203098",73245,34892,3,802,2309 -"203099",73245,35822,3,802,1903 -"203100",73245,36031,3,802,2342 -"203101",73245,37937,3,802,1320 -"203102",73245,38602,3,802,2693 -"203103",73245,39589,3,802,1292 -"203104",73245,42331,3,802,1585 -"203105",73245,47384,3,802,1639 -"203106",73245,47810,3,802,957 -"203107",73245,48215,3,802,2028 -"203108",73245,49265,3,802,2686 -"203109",73245,51471,3,802,1280 -"203110",73245,53323,3,802,2677 -"203111",73245,54551,3,802,2348 -"203112",73245,57067,3,802,2547 -"203113",73245,57380,3,802,2362 -"203114",73245,57990,3,802,978 -"203115",73245,60258,3,802,2405 -"203116",73245,61138,3,802,1188 -"203117",73245,61785,3,802,822 -"203118",73245,65155,3,802,1947 -"203119",73245,66609,3,802,998 -"203120",73245,67815,3,802,2476 -"203121",73245,70101,3,802,2414 -"203122",73245,72728,3,802,2234 -"203123",73245,79158,3,802,1252 -"203124",73245,83301,3,802,1385 -"203125",73245,85869,2,802,1509 -"203126",73245,88232,3,802,2881 -"203127",73245,90065,3,802,1418 -"203128",73245,93102,3,802,1174 -"203129",73245,96352,3,802,1493 -"203130",73245,100860,3,802,2326 -"203131",73245,103890,3,802,958 -"203132",73245,104217,3,802,956 -"203133",73251,9030,3,42,1979 -"203134",73251,10945,2,42,881 -"203135",73251,11419,2,42,1408 -"203136",73251,14772,3,42,2386 -"203137",73251,16029,3,42,1160 -"203138",73251,22652,3,42,1544 -"203139",73251,23963,3,42,647 -"203140",73251,33722,3,42,1225 -"203141",73251,34311,3,42,2213 -"203142",73251,35542,3,42,1439 -"203143",73251,44729,2,42,588 -"203144",73251,45727,3,42,477 -"203145",73251,50621,3,42,2809 -"203146",73251,73266,1,42,2496 -"203147",73251,81239,3,42,547 -"203148",73251,82735,3,42,829 -"203149",73251,89586,3,42,1401 -"203150",73251,90501,3,42,2380 -"203151",73251,96301,2,42,818 -"203152",73251,110496,3,42,208 -"203153",73251,117932,2,42,926 -"203154",73266,7394,3,2496,2615 -"203155",73266,12035,3,2496,2721 -"203156",73266,17812,3,2496,2705 -"203157",73266,18151,3,2496,2962 -"203158",73266,21795,3,2496,2653 -"203159",73266,22326,3,2496,2818 -"203160",73266,25530,3,2496,2884 -"203161",73266,26865,3,2496,2726 -"203162",73266,34327,3,2496,2959 -"203163",73266,37060,3,2496,2840 -"203164",73266,49998,3,2496,2761 -"203165",73266,55691,3,2496,2856 -"203166",73266,60966,3,2496,2734 -"203167",73266,68215,3,2496,2727 -"203168",73266,70046,3,2496,2624 -"203169",73305,455,3,2544,2827 -"203170",73305,5315,3,2544,2631 -"203171",73305,7515,2,2544,2737 -"203172",73305,9184,2,2544,2670 -"203173",73305,16352,3,2544,2657 -"203174",73305,23132,2,2544,2756 -"203175",73305,27275,3,2544,2656 -"203176",73305,31235,3,2544,2668 -"203177",73305,34735,3,2544,2767 -"203178",73305,40383,3,2544,2639 -"203179",73305,51041,3,2544,2606 -"203180",73305,73553,3,2544,2726 -"203181",73313,669,3,958,1423 -"203182",73313,1046,3,958,1881 -"203183",73313,3647,3,958,1325 -"203184",73313,8533,3,958,2251 -"203185",73313,8621,3,958,1681 -"203186",73313,13699,2,958,1355 -"203187",73313,15539,3,958,1929 -"203188",73313,19183,2,958,1257 -"203189",73313,19199,3,958,2263 -"203190",73313,19813,3,958,1744 -"203191",73313,27104,3,958,1608 -"203192",73313,29825,3,958,2603 -"203193",73313,31623,3,958,1712 -"203194",73313,57977,2,958,2683 -"203195",73313,62832,3,958,2606 -"203196",73313,84567,3,958,2767 -"203197",73313,118202,1,958,1509 -"203198",73346,71810,2,184,263 -"203199",73394,2684,3,1606,2874 -"203200",73394,3242,3,1606,1730 -"203201",73394,10404,3,1606,2062 -"203202",73394,22785,3,1606,1733 -"203203",73394,23534,3,1606,1659 -"203204",73394,28285,3,1606,2972 -"203205",73394,33010,3,1606,2189 -"203206",73394,50275,3,1606,2832 -"203207",73394,56688,2,1606,2331 -"203208",73394,57704,1,1606,2076 -"203209",73394,86730,3,1606,1780 -"203210",73439,237,3,928,1982 -"203211",73439,4430,3,928,2019 -"203212",73439,6821,3,928,1788 -"203213",73439,10373,3,928,2436 -"203214",73439,16437,2,928,1956 -"203215",73439,26428,3,928,2203 -"203216",73439,45480,3,928,1104 -"203217",73439,49201,3,928,936 -"203218",73439,83898,3,928,1036 -"203219",73474,1780,3,1309,1375 -"203220",73491,14776,1,867,1488 -"203221",73491,92045,3,867,2356 -"203222",73491,108391,1,867,900 -"203223",73520,17499,3,2613,2954 -"203224",73520,23550,3,2613,2939 -"203225",73520,37684,3,2613,2899 -"203226",73520,42390,3,2613,2937 -"203227",73520,47882,3,2613,2769 -"203228",73520,70011,3,2613,2690 -"203229",73524,1315,3,605,2760 -"203230",73524,2960,3,605,977 -"203231",73524,13158,3,605,2667 -"203232",73524,13479,3,605,2155 -"203233",73524,18779,3,605,1267 -"203234",73524,21479,3,605,2134 -"203235",73524,30092,3,605,1593 -"203236",73524,30692,3,605,700 -"203237",73524,40707,3,605,1547 -"203238",73524,41088,2,605,1135 -"203239",73524,49048,2,605,1656 -"203240",73553,7515,3,2726,2737 -"203241",73553,9272,2,2726,2835 -"203242",73553,19364,1,2726,2846 -"203243",73553,20700,3,2726,2861 -"203244",73553,22709,2,2726,2743 -"203245",73553,23132,3,2726,2756 -"203246",73553,37279,3,2726,2768 -"203247",73553,60879,3,2726,2792 -"203248",73553,121354,2,2726,2862 -"203249",73582,1519,3,2075,2349 -"203250",73582,2226,3,2075,2225 -"203251",73582,2936,3,2075,2512 -"203252",73582,3493,2,2075,2451 -"203253",73582,3770,3,2075,2623 -"203254",73582,13879,3,2075,2748 -"203255",73582,14915,3,2075,2606 -"203256",73582,19655,3,2075,2706 -"203257",73582,23154,2,2075,2345 -"203258",73582,51144,3,2075,2466 -"203259",73582,61541,3,2075,2699 -"203260",73597,364,3,1989,2351 -"203261",73597,9787,3,1989,2858 -"203262",73597,10222,3,1989,2212 -"203263",73597,28626,3,1989,2842 -"203264",73597,31700,2,1989,2727 -"203265",73597,32988,3,1989,2008 -"203266",73597,37238,3,1989,2609 -"203267",73597,39062,3,1989,2020 -"203268",73597,43226,3,1989,2442 -"203269",73597,48215,3,1989,2028 -"203270",73597,71531,3,1989,2887 -"203271",73629,15150,2,1713,2801 -"203272",73629,32079,3,1713,2315 -"203273",73629,42998,3,1713,1978 -"203274",73629,49415,2,1713,2654 -"203275",73629,52953,3,1713,1741 -"203276",73629,76505,3,1713,2123 -"203277",73675,675,3,887,1686 -"203278",73675,1136,3,887,2536 -"203279",73675,1592,3,887,2006 -"203280",73675,1691,3,887,1941 -"203281",73675,2208,3,887,2814 -"203282",73675,3284,3,887,1541 -"203283",73675,3628,3,887,2707 -"203284",73675,4317,3,887,1224 -"203285",73675,5839,3,887,2301 -"203286",73675,6104,3,887,2462 -"203287",73675,6252,3,887,2336 -"203288",73675,6428,3,887,1952 -"203289",73675,6491,3,887,2424 -"203290",73675,7672,3,887,1974 -"203291",73675,7847,3,887,2424 -"203292",73675,10358,3,887,2294 -"203293",73675,11351,3,887,2971 -"203294",73675,11434,3,887,1187 -"203295",73675,12779,3,887,936 -"203296",73675,13248,3,887,1385 -"203297",73675,13837,3,887,1604 -"203298",73675,14108,3,887,2012 -"203299",73675,14855,3,887,903 -"203300",73675,18348,3,887,1711 -"203301",73675,18543,3,887,2968 -"203302",73675,19718,2,887,1702 -"203303",73675,20407,3,887,2339 -"203304",73675,21133,3,887,1320 -"203305",73675,21682,3,887,2414 -"203306",73675,25816,3,887,2088 -"203307",73675,26322,3,887,1018 -"203308",73675,28808,3,887,1063 -"203309",73675,29170,3,887,1846 -"203310",73675,32503,1,887,2020 -"203311",73675,34945,3,887,1298 -"203312",73675,35926,3,887,2371 -"203313",73675,36651,3,887,1600 -"203314",73675,37509,3,887,1640 -"203315",73675,38213,2,887,1744 -"203316",73675,39411,3,887,2384 -"203317",73675,40931,3,887,2301 -"203318",73675,43173,3,887,2895 -"203319",73675,43428,3,887,1299 -"203320",73675,46621,3,887,1343 -"203321",73675,49620,2,887,1868 -"203322",73675,50179,3,887,2230 -"203323",73675,51572,3,887,912 -"203324",73675,51628,3,887,901 -"203325",73675,52136,3,887,1412 -"203326",73675,55084,3,887,1189 -"203327",73675,57129,3,887,1858 -"203328",73675,60116,3,887,2668 -"203329",73675,64181,3,887,1828 -"203330",73675,64997,3,887,2791 -"203331",73675,74636,2,887,2525 -"203332",73675,79436,3,887,1344 -"203333",73675,80219,3,887,988 -"203334",73675,81221,3,887,2285 -"203335",73675,81895,3,887,1634 -"203336",73675,82344,3,887,1358 -"203337",73675,82787,3,887,1144 -"203338",73675,88232,3,887,2881 -"203339",73675,90911,3,887,1263 -"203340",73675,92322,3,887,2393 -"203341",73675,121291,2,887,1955 -"203342",73728,671,3,784,2328 -"203343",73728,675,3,784,1686 -"203344",73728,733,1,784,1653 -"203345",73728,1136,3,784,2536 -"203346",73728,1154,3,784,1656 -"203347",73728,1767,3,784,2727 -"203348",73728,2063,1,784,1278 -"203349",73728,2424,3,784,2582 -"203350",73728,2429,3,784,999 -"203351",73728,2684,3,784,2874 -"203352",73728,2743,2,784,1278 -"203353",73728,3167,2,784,1676 -"203354",73728,3242,3,784,1730 -"203355",73728,4191,3,784,2130 -"203356",73728,4226,2,784,1903 -"203357",73728,4305,3,784,2374 -"203358",73728,4618,3,784,2607 -"203359",73728,6052,3,784,1985 -"203360",73728,6491,3,784,2424 -"203361",73728,7241,3,784,2259 -"203362",73728,7245,3,784,2089 -"203363",73728,8621,3,784,1681 -"203364",73728,8772,3,784,847 -"203365",73728,9751,3,784,1397 -"203366",73728,10890,3,784,2639 -"203367",73728,12374,2,784,2260 -"203368",73728,13837,3,784,1604 -"203369",73728,15118,2,784,1311 -"203370",73728,15539,3,784,1929 -"203371",73728,16074,3,784,977 -"203372",73728,16164,2,784,1184 -"203373",73728,17357,3,784,1536 -"203374",73728,18277,3,784,2309 -"203375",73728,18415,3,784,2184 -"203376",73728,20162,3,784,2328 -"203377",73728,20311,3,784,1981 -"203378",73728,20419,3,784,1587 -"203379",73728,20563,3,784,2267 -"203380",73728,20824,2,784,1366 -"203381",73728,21104,2,784,2327 -"203382",73728,22006,3,784,1202 -"203383",73728,22884,3,784,1608 -"203384",73728,23506,3,784,1172 -"203385",73728,23534,2,784,1659 -"203386",73728,24005,3,784,1188 -"203387",73728,24755,3,784,1319 -"203388",73728,24789,3,784,829 -"203389",73728,25132,3,784,1188 -"203390",73728,25643,3,784,1646 -"203391",73728,26322,3,784,1018 -"203392",73728,26436,3,784,2489 -"203393",73728,26451,2,784,2133 -"203394",73728,26516,3,784,2479 -"203395",73728,26706,2,784,1846 -"203396",73728,27753,3,784,2750 -"203397",73728,27792,2,784,1308 -"203398",73728,28303,3,784,2089 -"203399",73728,28731,3,784,955 -"203400",73728,29073,3,784,2328 -"203401",73728,29170,3,784,1846 -"203402",73728,29456,3,784,1182 -"203403",73728,32811,2,784,804 -"203404",73728,32988,3,784,2008 -"203405",73728,33588,3,784,1040 -"203406",73728,33621,3,784,1319 -"203407",73728,34136,1,784,2202 -"203408",73728,34492,3,784,1798 -"203409",73728,36439,3,784,2469 -"203410",73728,37893,2,784,875 -"203411",73728,38449,3,784,1802 -"203412",73728,39865,3,784,849 -"203413",73728,40072,3,784,1182 -"203414",73728,40293,3,784,1671 -"203415",73728,40672,3,784,1315 -"203416",73728,42186,3,784,955 -"203417",73728,43404,3,784,2649 -"203418",73728,43518,3,784,2680 -"203419",73728,48260,2,784,875 -"203420",73728,48698,3,784,1474 -"203421",73728,49189,2,784,1550 -"203422",73728,50118,3,784,2654 -"203423",73728,50444,3,784,884 -"203424",73728,50667,2,784,2719 -"203425",73728,51022,2,784,1499 -"203426",73728,51410,3,784,2739 -"203427",73728,51987,3,784,1397 -"203428",73728,52457,2,784,849 -"203429",73728,55084,3,784,1189 -"203430",73728,56317,3,784,2030 -"203431",73728,58035,3,784,1646 -"203432",73728,58133,1,784,1484 -"203433",73728,58221,2,784,1787 -"203434",73728,58508,3,784,2326 -"203435",73728,59939,3,784,936 -"203436",73728,62957,2,784,1170 -"203437",73728,63515,3,784,2023 -"203438",73728,63770,3,784,1324 -"203439",73728,64997,3,784,2791 -"203440",73728,65884,3,784,798 -"203441",73728,73047,3,784,824 -"203442",73728,78256,2,784,804 -"203443",73728,79612,3,784,927 -"203444",73728,82426,3,784,1576 -"203445",73728,82696,2,784,1305 -"203446",73728,82767,2,784,1641 -"203447",73728,86245,3,784,1972 -"203448",73728,88473,3,784,1102 -"203449",73728,89097,3,784,935 -"203450",73728,91912,3,784,790 -"203451",73728,92124,3,784,1532 -"203452",73728,92322,3,784,2393 -"203453",73728,94650,2,784,896 -"203454",73728,94908,3,784,1413 -"203455",73728,99020,2,784,1383 -"203456",73728,99103,1,784,1470 -"203457",73728,100134,3,784,977 -"203458",73728,102133,3,784,1165 -"203459",73728,104217,3,784,956 -"203460",73728,108379,3,784,2933 -"203461",73728,119444,1,784,888 -"203462",73737,900,3,1424,2726 -"203463",73737,7615,2,1424,1657 -"203464",73737,18005,3,1424,2449 -"203465",73737,36344,3,1424,2570 -"203466",73737,43929,3,1424,2749 -"203467",73747,31700,3,2274,2727 -"203468",73747,92658,3,2274,2659 -"203469",73786,26749,3,2937,2965 -"203470",73810,4313,3,1554,2368 -"203471",73810,20056,3,1554,1824 -"203472",73810,21976,3,1554,1808 -"203473",73810,31170,2,1554,1776 -"203474",73810,43524,3,1554,2572 -"203475",73810,62334,3,1554,1766 -"203476",73810,80162,3,1554,1601 -"203477",73837,468,3,1061,1966 -"203478",73837,5816,3,1061,2408 -"203479",73837,13400,2,1061,1371 -"203480",73837,15301,3,1061,2308 -"203481",73837,22905,3,1061,2599 -"203482",73837,26100,3,1061,1966 -"203483",73837,26642,3,1061,2952 -"203484",73837,31251,3,1061,2498 -"203485",73837,37844,3,1061,2002 -"203486",73837,39321,3,1061,2257 -"203487",73837,41134,3,1061,2952 -"203488",73837,43960,3,1061,1293 -"203489",73837,49147,3,1061,2539 -"203490",73837,53362,1,1061,2360 -"203491",73837,55775,3,1061,2385 -"203492",73915,15502,3,2568,2637 -"203493",73920,23319,3,2343,2867 -"203494",73926,5962,3,849,2491 -"203495",73926,6119,3,849,2358 -"203496",73926,8062,3,849,2858 -"203497",73926,9504,2,849,2549 -"203498",73926,13537,3,849,1020 -"203499",73926,16286,3,849,2470 -"203500",73926,24512,3,849,1369 -"203501",73926,25373,3,849,2783 -"203502",73926,27280,3,849,1965 -"203503",73926,47654,3,849,1664 -"203504",73926,48888,1,849,1177 -"203505",73926,57492,3,849,2855 -"203506",73974,9362,3,276,2879 -"203507",73974,10310,2,276,2774 -"203508",73974,11493,2,276,2077 -"203509",73974,12371,3,276,1569 -"203510",73974,12639,3,276,1141 -"203511",73974,14959,3,276,2898 -"203512",73974,15632,2,276,1242 -"203513",73974,21960,2,276,1517 -"203514",73974,23725,3,276,2378 -"203515",73974,24456,3,276,1238 -"203516",73974,29580,3,276,2776 -"203517",73974,29930,3,276,2240 -"203518",73974,33184,3,276,2522 -"203519",73974,35673,3,276,1067 -"203520",73974,39271,3,276,399 -"203521",73974,44894,3,276,2048 -"203522",73974,45504,3,276,2301 -"203523",73974,47789,2,276,1583 -"203524",73974,54551,3,276,2348 -"203525",73974,64232,3,276,1275 -"203526",73974,67129,3,276,2335 -"203527",73974,67788,3,276,837 -"203528",73974,69712,3,276,1219 -"203529",73998,2063,3,643,1278 -"203530",73998,2894,3,643,1291 -"203531",73998,3492,3,643,2117 -"203532",73998,3495,2,643,2431 -"203533",73998,5296,3,643,820 -"203534",73998,5392,2,643,1648 -"203535",73998,5615,3,643,1105 -"203536",73998,7118,3,643,966 -"203537",73998,7582,3,643,1099 -"203538",73998,7616,3,643,2296 -"203539",73998,9871,3,643,921 -"203540",73998,12388,3,643,1975 -"203541",73998,15379,2,643,1231 -"203542",73998,15583,3,643,1144 -"203543",73998,15632,3,643,1242 -"203544",73998,19676,2,643,1515 -"203545",73998,20162,2,643,2328 -"203546",73998,20331,2,643,2365 -"203547",73998,23572,3,643,772 -"203548",73998,23825,3,643,1913 -"203549",73998,24421,3,643,1324 -"203550",73998,25033,3,643,929 -"203551",73998,26603,3,643,2508 -"203552",73998,31705,2,643,2706 -"203553",73998,35448,2,643,1685 -"203554",73998,37301,3,643,2160 -"203555",73998,44403,3,643,2429 -"203556",73998,50667,3,643,2719 -"203557",73998,50685,3,643,2008 -"203558",73998,56152,3,643,1487 -"203559",73998,58854,3,643,1131 -"203560",73998,63515,3,643,2023 -"203561",73998,64699,3,643,2797 -"203562",73998,66756,3,643,1301 -"203563",73998,66878,2,643,1949 -"203564",73998,77155,1,643,2946 -"203565",73998,77550,3,643,1548 -"203566",73998,96770,2,643,983 -"203567",73998,97768,3,643,1500 -"203568",73998,108620,3,643,881 -"203569",74032,446,3,976,1910 -"203570",74032,2716,3,976,1748 -"203571",74032,5716,3,976,1058 -"203572",74032,5986,3,976,1721 -"203573",74032,7795,2,976,2789 -"203574",74032,11218,3,976,2292 -"203575",74032,13601,3,976,2689 -"203576",74032,16352,3,976,2657 -"203577",74032,21955,3,976,2832 -"203578",74032,23725,3,976,2378 -"203579",74032,24253,3,976,2213 -"203580",74032,25569,2,976,2317 -"203581",74032,34735,3,976,2767 -"203582",74032,40923,3,976,989 -"203583",74032,57714,3,976,1391 -"203584",74032,60476,2,976,2508 -"203585",74032,63442,3,976,1965 -"203586",74032,89934,3,976,2760 -"203587",74054,2724,1,1488,2447 -"203588",74054,4968,3,1488,1586 -"203589",74054,5064,3,1488,1690 -"203590",74054,7648,3,1488,1861 -"203591",74054,9273,3,1488,1747 -"203592",74054,14061,2,1488,1620 -"203593",74054,14442,3,1488,2700 -"203594",74054,15023,3,1488,2054 -"203595",74054,17768,3,1488,2468 -"203596",74054,20547,3,1488,2145 -"203597",74054,21142,3,1488,2414 -"203598",74054,21920,2,1488,2367 -"203599",74054,24867,3,1488,1861 -"203600",74054,25053,3,1488,2186 -"203601",74054,26100,3,1488,1966 -"203602",74054,31259,3,1488,2082 -"203603",74054,42407,3,1488,2408 -"203604",74054,44132,3,1488,1999 -"203605",74054,49805,2,1488,2445 -"203606",74054,51843,3,1488,2389 -"203607",74054,52530,2,1488,1737 -"203608",74054,54385,3,1488,2340 -"203609",74054,63096,3,1488,2307 -"203610",74054,64737,1,1488,2442 -"203611",74054,79874,3,1488,1570 -"203612",74054,80705,3,1488,2764 -"203613",74054,84322,3,1488,1635 -"203614",74054,84808,3,1488,1974 -"203615",74054,94339,3,1488,2768 -"203616",74055,160,3,1544,2007 -"203617",74055,323,3,1544,1706 -"203618",74055,680,3,1544,2569 -"203619",74055,841,3,1544,2964 -"203620",74055,2206,3,1544,2536 -"203621",74055,4001,3,1544,1687 -"203622",74055,4660,3,1544,2149 -"203623",74055,8610,3,1544,2240 -"203624",74055,8789,3,1544,2024 -"203625",74055,10239,3,1544,2032 -"203626",74055,10453,3,1544,1656 -"203627",74055,10980,3,1544,1974 -"203628",74055,11424,3,1544,1631 -"203629",74055,13079,3,1544,2547 -"203630",74055,13136,2,1544,2867 -"203631",74055,13879,3,1544,2748 -"203632",74055,15567,3,1544,2671 -"203633",74055,19073,2,1544,2748 -"203634",74055,19655,3,1544,2706 -"203635",74055,26734,3,1544,2299 -"203636",74055,27686,2,1544,2844 -"203637",74055,27882,3,1544,1897 -"203638",74055,35822,3,1544,1903 -"203639",74055,36912,3,1544,2469 -"203640",74055,39418,3,1544,1978 -"203641",74055,43204,3,1544,1680 -"203642",74055,47375,3,1544,2043 -"203643",74055,47840,3,1544,2509 -"203644",74055,70583,3,1544,2615 -"203645",74055,72597,2,1544,1843 -"203646",74055,84271,3,1544,1556 -"203647",74055,89607,3,1544,2003 -"203648",74055,90299,3,1544,1606 -"203649",74055,92860,2,1544,1643 -"203650",74058,669,3,1151,1423 -"203651",74058,4696,1,1151,2656 -"203652",74058,6241,3,1151,2264 -"203653",74058,6248,3,1151,2737 -"203654",74058,6821,3,1151,1788 -"203655",74058,10727,3,1151,2082 -"203656",74058,10746,3,1151,1506 -"203657",74058,10859,2,1151,2231 -"203658",74058,12542,3,1151,1888 -"203659",74058,16437,3,1151,1956 -"203660",74058,19174,2,1151,1595 -"203661",74058,24405,3,1151,1443 -"203662",74058,27255,3,1151,1232 -"203663",74058,27280,3,1151,1965 -"203664",74058,28355,3,1151,2053 -"203665",74058,29117,3,1151,1250 -"203666",74058,32339,3,1151,2430 -"203667",74058,40913,3,1151,1800 -"203668",74058,42713,3,1151,1995 -"203669",74058,49147,3,1151,2539 -"203670",74058,54061,3,1151,1488 -"203671",74058,55892,3,1151,1234 -"203672",74058,59039,3,1151,2870 -"203673",74058,74156,1,1151,2279 -"203674",74058,84790,1,1151,1708 -"203675",74058,84799,1,1151,2656 -"203676",74080,4253,3,1133,1890 -"203677",74080,68286,2,1133,2442 -"203678",74095,455,3,2333,2827 -"203679",74095,4618,3,2333,2607 -"203680",74095,5504,3,2333,2389 -"203681",74095,7078,3,2333,2344 -"203682",74095,10890,3,2333,2639 -"203683",74095,17826,3,2333,2920 -"203684",74095,18151,3,2333,2962 -"203685",74095,20423,3,2333,2654 -"203686",74095,21795,3,2333,2653 -"203687",74095,26436,3,2333,2489 -"203688",74095,26516,2,2333,2479 -"203689",74095,27753,2,2333,2750 -"203690",74095,37418,3,2333,2710 -"203691",74095,47947,3,2333,2681 -"203692",74095,49461,3,2333,2793 -"203693",74095,51410,3,2333,2739 -"203694",74095,54740,3,2333,2750 -"203695",74095,57977,3,2333,2683 -"203696",74095,64793,3,2333,2819 -"203697",74100,364,3,147,2351 -"203698",74100,1349,3,147,1147 -"203699",74100,1519,3,147,2349 -"203700",74100,2429,3,147,999 -"203701",74100,2852,3,147,2448 -"203702",74100,3493,3,147,2451 -"203703",74100,4660,2,147,2149 -"203704",74100,5082,3,147,212 -"203705",74100,5106,1,147,2622 -"203706",74100,5826,3,147,411 -"203707",74100,6877,3,147,867 -"203708",74100,9073,3,147,221 -"203709",74100,9785,3,147,2951 -"203710",74100,12361,3,147,2732 -"203711",74100,12653,3,147,1573 -"203712",74100,13260,2,147,389 -"203713",74100,14781,3,147,2338 -"203714",74100,15443,3,147,1631 -"203715",74100,15535,3,147,891 -"203716",74100,16365,3,147,2217 -"203717",74100,16864,3,147,814 -"203718",74100,17033,2,147,2771 -"203719",74100,17257,3,147,1117 -"203720",74100,17320,3,147,571 -"203721",74100,18005,3,147,2449 -"203722",74100,19655,3,147,2706 -"203723",74100,20395,2,147,1468 -"203724",74100,20562,3,147,316 -"203725",74100,20941,3,147,2725 -"203726",74100,21383,3,147,971 -"203727",74100,23756,3,147,2309 -"203728",74100,23966,2,147,891 -"203729",74100,26793,3,147,2104 -"203730",74100,27686,3,147,2844 -"203731",74100,28195,3,147,1407 -"203732",74100,28357,3,147,1134 -"203733",74100,28909,3,147,978 -"203734",74100,28978,3,147,197 -"203735",74100,30057,2,147,504 -"203736",74100,31335,3,147,2351 -"203737",74100,32149,3,147,541 -"203738",74100,32202,3,147,2314 -"203739",74100,34478,3,147,2265 -"203740",74100,36487,3,147,2622 -"203741",74100,36737,2,147,829 -"203742",74100,37424,3,147,1693 -"203743",74100,38513,3,147,914 -"203744",74100,38785,3,147,437 -"203745",74100,38915,3,147,746 -"203746",74100,39249,3,147,1665 -"203747",74100,39534,3,147,2410 -"203748",74100,40572,3,147,2666 -"203749",74100,43204,3,147,1680 -"203750",74100,44025,3,147,1935 -"203751",74100,45729,3,147,2606 -"203752",74100,46486,3,147,1868 -"203753",74100,46982,3,147,2806 -"203754",74100,47013,3,147,2388 -"203755",74100,50630,3,147,2615 -"203756",74100,51144,3,147,2466 -"203757",74100,51774,3,147,2459 -"203758",74100,57229,2,147,179 -"203759",74100,61211,2,147,245 -"203760",74100,62626,3,147,2787 -"203761",74100,63641,2,147,2337 -"203762",74100,64156,1,147,675 -"203763",74100,66717,2,147,2104 -"203764",74100,68931,2,147,2771 -"203765",74100,69545,1,147,673 -"203766",74100,70583,2,147,2615 -"203767",74100,72438,3,147,1397 -"203768",74100,72535,2,147,1191 -"203769",74100,72632,3,147,1289 -"203770",74100,78569,3,147,578 -"203771",74100,78842,3,147,904 -"203772",74100,80337,3,147,394 -"203773",74100,80338,3,147,2059 -"203774",74100,85198,3,147,1794 -"203775",74100,85869,3,147,1509 -"203776",74100,87142,3,147,591 -"203777",74100,87958,3,147,1234 -"203778",74100,90719,2,147,1234 -"203779",74100,95320,2,147,262 -"203780",74100,95910,2,147,999 -"203781",74100,96007,2,147,895 -"203782",74100,99298,3,147,679 -"203783",74100,106240,1,147,705 -"203784",74134,8354,3,1566,1705 -"203785",74134,8865,3,1566,2394 -"203786",74134,9481,3,1566,1610 -"203787",74134,10050,3,1566,1792 -"203788",74134,10473,3,1566,1783 -"203789",74134,14817,3,1566,2110 -"203790",74134,15826,3,1566,2772 -"203791",74134,19433,3,1566,2504 -"203792",74134,27908,3,1566,2576 -"203793",74134,39062,2,1566,2020 -"203794",74134,46486,3,1566,1868 -"203795",74134,47595,3,1566,2374 -"203796",74134,50335,3,1566,1893 -"203797",74134,52483,3,1566,2317 -"203798",74134,96706,3,1566,1597 -"203799",74149,23015,3,1322,1362 -"203800",74149,28893,3,1322,2764 -"203801",74149,39443,2,1322,2277 -"203802",74149,39875,2,1322,2422 -"203803",74149,69788,3,1322,2007 -"203804",74156,4696,2,2279,2656 -"203805",74156,84799,2,2279,2656 -"203806",74190,602,3,1428,2632 -"203807",74190,1592,3,1428,2006 -"203808",74190,1616,3,1428,2662 -"203809",74190,1691,3,1428,1941 -"203810",74190,2424,3,1428,2582 -"203811",74190,2484,3,1428,2389 -"203812",74190,3011,3,1428,2278 -"203813",74190,3161,3,1428,2229 -"203814",74190,3493,3,1428,2451 -"203815",74190,4360,3,1428,1770 -"203816",74190,6113,2,1428,1678 -"203817",74190,6222,3,1428,1949 -"203818",74190,6390,3,1428,2385 -"203819",74190,6982,3,1428,2034 -"203820",74190,7548,3,1428,1932 -"203821",74190,7992,3,1428,2033 -"203822",74190,9311,1,1428,2477 -"203823",74190,10488,3,1428,1524 -"203824",74190,10843,2,1428,2277 -"203825",74190,11694,3,1428,1564 -"203826",74190,12778,3,1428,2045 -"203827",74190,14108,3,1428,2012 -"203828",74190,14723,2,1428,2019 -"203829",74190,14959,3,1428,2898 -"203830",74190,15626,2,1428,2434 -"203831",74190,17520,3,1428,2276 -"203832",74190,18670,3,1428,1835 -"203833",74190,19453,2,1428,1928 -"203834",74190,19719,3,1428,2177 -"203835",74190,19751,3,1428,1630 -"203836",74190,20407,3,1428,2339 -"203837",74190,21248,3,1428,2232 -"203838",74190,21448,3,1428,2332 -"203839",74190,22180,3,1428,1835 -"203840",74190,22311,3,1428,2034 -"203841",74190,23729,3,1428,1624 -"203842",74190,23825,3,1428,1913 -"203843",74190,24169,3,1428,1663 -"203844",74190,24568,3,1428,1937 -"203845",74190,29095,3,1428,2531 -"203846",74190,30906,2,1428,2537 -"203847",74190,33356,2,1428,1586 -"203848",74190,33433,2,1428,2805 -"203849",74190,33801,3,1428,2899 -"203850",74190,34707,2,1428,2042 -"203851",74190,34820,3,1428,1630 -"203852",74190,35256,3,1428,2271 -"203853",74190,35888,3,1428,2291 -"203854",74190,36578,3,1428,1484 -"203855",74190,38019,3,1428,1870 -"203856",74190,38213,3,1428,1744 -"203857",74190,38755,3,1428,2902 -"203858",74190,38921,3,1428,1880 -"203859",74190,39534,3,1428,2410 -"203860",74190,39556,3,1428,2747 -"203861",74190,40296,3,1428,1674 -"203862",74190,43213,3,1428,2160 -"203863",74190,46196,3,1428,1510 -"203864",74190,47803,3,1428,2477 -"203865",74190,49121,3,1428,2199 -"203866",74190,49581,3,1428,1817 -"203867",74190,49620,3,1428,1868 -"203868",74190,49696,3,1428,2444 -"203869",74190,50269,3,1428,1966 -"203870",74190,50382,3,1428,2244 -"203871",74190,51853,3,1428,2520 -"203872",74190,52576,3,1428,2234 -"203873",74190,53475,3,1428,2853 -"203874",74190,54879,3,1428,2210 -"203875",74190,55324,2,1428,1544 -"203876",74190,55643,3,1428,2359 -"203877",74190,56082,3,1428,2395 -"203878",74190,57732,3,1428,2454 -"203879",74190,58993,2,1428,2390 -"203880",74190,59113,2,1428,2434 -"203881",74190,61337,3,1428,2777 -"203882",74190,62538,3,1428,1656 -"203883",74190,63409,3,1428,1937 -"203884",74190,64502,3,1428,1670 -"203885",74190,66677,3,1428,2151 -"203886",74190,67145,3,1428,2015 -"203887",74190,72207,3,1428,2430 -"203888",74190,74636,3,1428,2525 -"203889",74190,75343,3,1428,2008 -"203890",74190,75403,3,1428,1895 -"203891",74190,87144,3,1428,2299 -"203892",74190,88232,3,1428,2881 -"203893",74190,100462,3,1428,1927 -"203894",74190,103218,3,1428,1787 -"203895",74204,3460,3,2463,2530 -"203896",74204,3896,3,2463,2693 -"203897",74204,9202,3,2463,2477 -"203898",74204,16866,2,2463,2718 -"203899",74204,18865,2,2463,2676 -"203900",74204,19208,3,2463,2629 -"203901",74204,26642,3,2463,2952 -"203902",74204,36270,3,2463,2910 -"203903",74204,36646,3,2463,2744 -"203904",74204,50480,3,2463,2701 -"203905",74204,56910,3,2463,2705 -"203906",74204,64469,3,2463,2707 -"203907",74265,863,3,530,551 -"203908",74265,1968,3,530,631 -"203909",74265,2288,3,530,1870 -"203910",74265,7951,2,530,2358 -"203911",74265,10638,3,530,2692 -"203912",74265,11381,3,530,1638 -"203913",74265,28582,3,530,2698 -"203914",74265,31001,3,530,2119 -"203915",74265,51364,3,530,2660 -"203916",74265,69335,3,530,2698 -"203917",74290,11477,3,1513,2724 -"203918",74290,14972,2,1513,2332 -"203919",74290,17381,2,1513,1697 -"203920",74290,30334,3,1513,2075 -"203921",74290,35518,3,1513,1721 -"203922",74290,37636,3,1513,2178 -"203923",74290,40392,3,1513,1878 -"203924",74290,51783,3,1513,2599 -"203925",74318,358,3,632,798 -"203926",74318,457,3,632,1704 -"203927",74318,508,3,632,801 -"203928",74318,601,3,632,702 -"203929",74318,602,3,632,2632 -"203930",74318,952,3,632,1991 -"203931",74318,1044,3,632,880 -"203932",74318,1067,3,632,918 -"203933",74318,1469,3,632,1160 -"203934",74318,1592,3,632,2006 -"203935",74318,1616,3,632,2662 -"203936",74318,1691,3,632,1941 -"203937",74318,2057,3,632,1965 -"203938",74318,2208,3,632,2814 -"203939",74318,2269,3,632,984 -"203940",74318,2424,3,632,2582 -"203941",74318,2484,3,632,2389 -"203942",74318,2894,3,632,1291 -"203943",74318,3011,3,632,2278 -"203944",74318,3161,3,632,2229 -"203945",74318,3284,3,632,1541 -"203946",74318,3419,3,632,1595 -"203947",74318,3493,3,632,2451 -"203948",74318,4317,2,632,1224 -"203949",74318,4360,3,632,1770 -"203950",74318,4567,3,632,2348 -"203951",74318,4701,3,632,2401 -"203952",74318,4791,3,632,1184 -"203953",74318,5438,3,632,1499 -"203954",74318,5599,3,632,1684 -"203955",74318,5865,3,632,1910 -"203956",74318,6047,3,632,2004 -"203957",74318,6162,3,632,1673 -"203958",74318,6222,3,632,1949 -"203959",74318,6390,3,632,2385 -"203960",74318,6428,3,632,1952 -"203961",74318,6982,3,632,2034 -"203962",74318,7196,3,632,1508 -"203963",74318,7548,3,632,1932 -"203964",74318,7616,3,632,2296 -"203965",74318,7759,3,632,2844 -"203966",74318,7798,3,632,949 -"203967",74318,7834,3,632,1708 -"203968",74318,7847,2,632,2424 -"203969",74318,7992,3,632,2033 -"203970",74318,8610,3,632,2240 -"203971",74318,8712,2,632,1153 -"203972",74318,8913,3,632,968 -"203973",74318,9311,1,632,2477 -"203974",74318,9391,3,632,1252 -"203975",74318,9649,3,632,1157 -"203976",74318,9871,3,632,921 -"203977",74318,10370,3,632,2224 -"203978",74318,10382,3,632,2111 -"203979",74318,10453,3,632,1656 -"203980",74318,10488,3,632,1524 -"203981",74318,10576,3,632,974 -"203982",74318,10843,1,632,2277 -"203983",74318,11348,3,632,824 -"203984",74318,11383,3,632,977 -"203985",74318,11694,3,632,1564 -"203986",74318,12103,3,632,1244 -"203987",74318,12778,3,632,2045 -"203988",74318,12976,3,632,2399 -"203989",74318,13249,3,632,2573 -"203990",74318,13601,3,632,2689 -"203991",74318,13808,3,632,1356 -"203992",74318,14017,3,632,1163 -"203993",74318,14108,3,632,2012 -"203994",74318,14278,3,632,1267 -"203995",74318,14723,2,632,2019 -"203996",74318,14959,3,632,2898 -"203997",74318,15401,3,632,1999 -"203998",74318,15626,2,632,2434 -"203999",74318,15632,3,632,1242 -"204000",74318,16539,3,632,1947 -"204001",74318,16608,3,632,1769 -"204002",74318,16850,3,632,1657 -"204003",74318,16959,3,632,888 -"204004",74318,17520,3,632,2276 -"204005",74318,18151,3,632,2962 -"204006",74318,18211,3,632,1745 -"204007",74318,18393,2,632,860 -"204008",74318,18404,3,632,801 -"204009",74318,18670,3,632,1835 -"204010",74318,18825,3,632,1240 -"204011",74318,19093,3,632,2224 -"204012",74318,19453,2,632,1928 -"204013",74318,19637,3,632,1229 -"204014",74318,19668,3,632,696 -"204015",74318,19719,3,632,2177 -"204016",74318,19751,3,632,1630 -"204017",74318,19892,3,632,1212 -"204018",74318,20124,2,632,2376 -"204019",74318,20407,3,632,2339 -"204020",74318,20494,2,632,1075 -"204021",74318,21133,3,632,1320 -"204022",74318,21198,3,632,935 -"204023",74318,21248,3,632,2232 -"204024",74318,21401,3,632,1440 -"204025",74318,21448,3,632,2332 -"204026",74318,21772,2,632,663 -"204027",74318,22216,3,632,1956 -"204028",74318,22311,3,632,2034 -"204029",74318,22455,3,632,1197 -"204030",74318,22682,3,632,2035 -"204031",74318,22857,3,632,1708 -"204032",74318,22885,3,632,1702 -"204033",74318,23726,3,632,2434 -"204034",74318,23729,3,632,1624 -"204035",74318,23825,1,632,1913 -"204036",74318,24169,3,632,1663 -"204037",74318,24286,2,632,1280 -"204038",74318,24568,3,632,1937 -"204039",74318,25730,3,632,1206 -"204040",74318,26322,3,632,1018 -"204041",74318,26408,3,632,1545 -"204042",74318,27030,3,632,2031 -"204043",74318,27261,3,632,1368 -"204044",74318,27849,3,632,1316 -"204045",74318,28002,3,632,914 -"204046",74318,28131,3,632,1492 -"204047",74318,28190,3,632,1634 -"204048",74318,28808,3,632,1063 -"204049",74318,28892,3,632,2023 -"204050",74318,29089,3,632,1344 -"204051",74318,29095,3,632,2531 -"204052",74318,29750,2,632,689 -"204053",74318,30095,3,632,1578 -"204054",74318,30150,3,632,1704 -"204055",74318,30325,3,632,1067 -"204056",74318,30906,2,632,2537 -"204057",74318,31705,3,632,2706 -"204058",74318,32549,3,632,2111 -"204059",74318,32606,2,632,2100 -"204060",74318,32988,3,632,2008 -"204061",74318,33356,2,632,1586 -"204062",74318,33433,2,632,2805 -"204063",74318,33801,3,632,2899 -"204064",74318,34648,2,632,1596 -"204065",74318,34707,2,632,2042 -"204066",74318,34820,3,632,1630 -"204067",74318,34836,3,632,2302 -"204068",74318,35004,3,632,1509 -"204069",74318,35256,3,632,2271 -"204070",74318,35715,3,632,2912 -"204071",74318,35888,3,632,2291 -"204072",74318,36514,2,632,1192 -"204073",74318,36578,3,632,1484 -"204074",74318,37108,3,632,1202 -"204075",74318,38019,3,632,1870 -"204076",74318,38055,2,632,1089 -"204077",74318,38213,3,632,1744 -"204078",74318,38755,3,632,2902 -"204079",74318,38921,3,632,1880 -"204080",74318,39534,3,632,2410 -"204081",74318,40296,3,632,1674 -"204082",74318,40893,3,632,1116 -"204083",74318,43213,3,632,2160 -"204084",74318,43385,3,632,1623 -"204085",74318,43953,3,632,2203 -"204086",74318,44306,3,632,1036 -"204087",74318,46196,3,632,1510 -"204088",74318,46283,3,632,1184 -"204089",74318,46621,3,632,1343 -"204090",74318,46803,3,632,2305 -"204091",74318,47248,3,632,2883 -"204092",74318,47362,3,632,2253 -"204093",74318,47585,3,632,794 -"204094",74318,47803,3,632,2477 -"204095",74318,49121,3,632,2199 -"204096",74318,49581,2,632,1817 -"204097",74318,49620,3,632,1868 -"204098",74318,49696,2,632,2444 -"204099",74318,50041,3,632,1565 -"204100",74318,50093,3,632,909 -"204101",74318,50248,3,632,2781 -"204102",74318,50269,3,632,1966 -"204103",74318,50382,3,632,2244 -"204104",74318,50946,1,632,1075 -"204105",74318,51016,3,632,1141 -"204106",74318,51853,3,632,2520 -"204107",74318,52043,3,632,977 -"204108",74318,52136,2,632,1412 -"204109",74318,52154,3,632,1722 -"204110",74318,52576,3,632,2234 -"204111",74318,52597,3,632,1773 -"204112",74318,53342,3,632,2071 -"204113",74318,53475,3,632,2853 -"204114",74318,53519,3,632,2781 -"204115",74318,53779,3,632,2000 -"204116",74318,54879,3,632,2210 -"204117",74318,55324,2,632,1544 -"204118",74318,55643,2,632,2359 -"204119",74318,56082,3,632,2395 -"204120",74318,56152,3,632,1487 -"204121",74318,58993,2,632,2390 -"204122",74318,59113,2,632,2434 -"204123",74318,59937,2,632,885 -"204124",74318,60624,3,632,1570 -"204125",74318,61337,3,632,2777 -"204126",74318,61458,3,632,2630 -"204127",74318,61585,3,632,2315 -"204128",74318,61613,3,632,1189 -"204129",74318,61719,3,632,1515 -"204130",74318,61785,3,632,822 -"204131",74318,61975,3,632,983 -"204132",74318,61995,3,632,823 -"204133",74318,62538,3,632,1656 -"204134",74318,62903,3,632,1704 -"204135",74318,63409,3,632,1937 -"204136",74318,63477,3,632,1907 -"204137",74318,64181,3,632,1828 -"204138",74318,64502,2,632,1670 -"204139",74318,65155,3,632,1947 -"204140",74318,66677,3,632,2151 -"204141",74318,66756,3,632,1301 -"204142",74318,67456,3,632,1608 -"204143",74318,67775,3,632,1964 -"204144",74318,67957,3,632,2823 -"204145",74318,68345,3,632,1095 -"204146",74318,69745,2,632,1594 -"204147",74318,70203,3,632,2756 -"204148",74318,70605,3,632,1176 -"204149",74318,72207,3,632,2430 -"204150",74318,72956,3,632,1251 -"204151",74318,74190,2,632,1428 -"204152",74318,74636,3,632,2525 -"204153",74318,74716,3,632,776 -"204154",74318,75343,3,632,2008 -"204155",74318,75403,3,632,1895 -"204156",74318,76564,2,632,996 -"204157",74318,76999,2,632,908 -"204158",74318,77001,3,632,1440 -"204159",74318,77031,3,632,801 -"204160",74318,78932,2,632,981 -"204161",74318,79627,2,632,2409 -"204162",74318,80606,3,632,2079 -"204163",74318,83526,2,632,1235 -"204164",74318,84897,3,632,1075 -"204165",74318,87144,1,632,2299 -"204166",74318,88232,3,632,2881 -"204167",74318,88857,3,632,1232 -"204168",74318,89681,3,632,1978 -"204169",74318,91279,3,632,966 -"204170",74318,94487,3,632,863 -"204171",74318,95155,2,632,849 -"204172",74318,100462,3,632,1927 -"204173",74318,103218,3,632,1787 -"204174",74318,104239,2,632,926 -"204175",74318,105117,2,632,809 -"204176",74318,108620,3,632,881 -"204177",74370,2206,3,1667,2536 -"204178",74370,2747,3,1667,2411 -"204179",74370,2852,3,1667,2448 -"204180",74370,3477,3,1667,2546 -"204181",74370,5897,3,1667,2337 -"204182",74370,6063,3,1667,2349 -"204183",74370,8062,3,1667,2858 -"204184",74370,9035,3,1667,2771 -"204185",74370,9503,1,1667,2453 -"204186",74370,9615,3,1667,2464 -"204187",74370,9785,3,1667,2951 -"204188",74370,9787,3,1667,2858 -"204189",74370,10980,3,1667,1974 -"204190",74370,12577,3,1667,2530 -"204191",74370,13879,3,1667,2748 -"204192",74370,14749,3,1667,1998 -"204193",74370,16205,3,1667,2630 -"204194",74370,17033,3,1667,2771 -"204195",74370,17037,3,1667,2947 -"204196",74370,22364,3,1667,1809 -"204197",74370,23131,3,1667,1732 -"204198",74370,25163,3,1667,1751 -"204199",74370,27742,3,1667,2700 -"204200",74370,30525,3,1667,1964 -"204201",74370,32818,3,1667,2485 -"204202",74370,33223,3,1667,2397 -"204203",74370,36912,3,1667,2469 -"204204",74370,41023,3,1667,2408 -"204205",74370,46486,3,1667,1868 -"204206",74370,47013,3,1667,2388 -"204207",74370,58501,3,1667,2613 -"204208",74370,62066,3,1667,2281 -"204209",74370,63077,2,1667,2778 -"204210",74370,72597,3,1667,1843 -"204211",74377,2424,3,1285,2582 -"204212",74377,15813,3,1285,2143 -"204213",74377,17931,3,1285,1617 -"204214",74377,38263,3,1285,2475 -"204215",74377,69348,3,1285,2783 -"204216",74377,76892,3,1285,2381 -"204217",74408,3158,3,970,2762 -"204218",74408,4634,3,970,2291 -"204219",74408,12966,2,970,2011 -"204220",74408,36478,3,970,2808 -"204221",74408,51505,3,970,1572 -"204222",74441,4361,3,1260,2571 -"204223",74441,10453,3,1260,1656 -"204224",74441,16501,3,1260,1650 -"204225",74441,29286,3,1260,1612 -"204226",74441,33341,3,1260,2338 -"204227",74441,50354,3,1260,1299 -"204228",74441,53739,3,1260,2704 -"204229",74474,17033,3,2338,2771 -"204230",74474,35715,3,2338,2912 -"204231",74474,65856,2,2338,2504 -"204232",74517,854,3,436,2307 -"204233",74517,39131,2,436,2491 -"204234",74517,117763,3,436,827 -"204235",74605,798,3,2265,2476 -"204236",74605,1639,3,2265,2631 -"204237",74605,7896,3,2265,2447 -"204238",74605,12577,3,2265,2530 -"204239",74605,14754,3,2265,2456 -"204240",74605,16205,3,2265,2630 -"204241",74605,21324,3,2265,2413 -"204242",74605,24256,3,2265,2393 -"204243",74605,35477,2,2265,2703 -"204244",74605,35980,3,2265,2657 -"204245",74605,41607,3,2265,2802 -"204246",74605,43593,3,2265,2704 -"204247",74636,1767,3,2525,2727 -"204248",74636,2424,3,2525,2582 -"204249",74636,2684,3,2525,2874 -"204250",74636,3477,3,2525,2546 -"204251",74636,3980,3,2525,2771 -"204252",74636,5258,3,2525,2730 -"204253",74636,7515,3,2525,2737 -"204254",74636,8762,3,2525,2585 -"204255",74636,13158,3,2525,2667 -"204256",74636,13899,3,2525,2650 -"204257",74636,18543,2,2525,2968 -"204258",74636,19208,3,2525,2629 -"204259",74636,22331,3,2525,2687 -"204260",74636,23132,3,2525,2756 -"204261",74636,25565,3,2525,2764 -"204262",74636,29948,3,2525,2795 -"204263",74636,31235,3,2525,2668 -"204264",74636,33433,3,2525,2805 -"204265",74636,40368,3,2525,2876 -"204266",74636,42216,3,2525,2722 -"204267",74636,43173,3,2525,2895 -"204268",74636,43404,3,2525,2649 -"204269",74636,44427,3,2525,2875 -"204270",74636,50480,3,2525,2701 -"204271",74636,73305,3,2525,2544 -"204272",74636,88232,2,2525,2881 -"204273",74661,243,3,213,872 -"204274",74661,1691,3,213,1941 -"204275",74661,2684,3,213,2874 -"204276",74661,11055,3,213,2111 -"204277",74661,12361,3,213,2732 -"204278",74661,13537,3,213,1020 -"204279",74661,19248,3,213,2357 -"204280",74661,22908,3,213,2134 -"204281",74661,30350,2,213,2515 -"204282",74661,34314,3,213,630 -"204283",74661,37509,3,213,1640 -"204284",74661,43635,3,213,1196 -"204285",74661,50278,3,213,1127 -"204286",74661,57912,3,213,1035 -"204287",74661,79364,3,213,834 -"204288",74661,79657,3,213,1260 -"204289",74661,100432,1,213,1358 -"204290",74661,102360,1,213,796 -"204291",74661,102400,1,213,1761 -"204292",74661,102838,1,213,420 -"204293",74661,105207,3,213,451 -"204294",74667,9060,3,516,1612 -"204295",74667,10453,3,516,1656 -"204296",74667,11108,3,516,1609 -"204297",74667,13296,3,516,839 -"204298",74667,21670,2,516,2158 -"204299",74667,35822,3,516,1903 -"204300",74667,47654,3,516,1664 -"204301",74667,57912,3,516,1035 -"204302",74667,101367,3,516,974 -"204303",74681,680,3,837,2569 -"204304",74681,1036,3,837,1367 -"204305",74681,1196,3,837,1986 -"204306",74681,1520,3,837,1716 -"204307",74681,2269,3,837,984 -"204308",74681,3306,3,837,1989 -"204309",74681,3716,3,837,1679 -"204310",74681,3753,3,837,1255 -"204311",74681,3954,3,837,839 -"204312",74681,3961,2,837,2426 -"204313",74681,4289,3,837,1921 -"204314",74681,4705,3,837,1714 -"204315",74681,5041,3,837,2371 -"204316",74681,5315,2,837,2631 -"204317",74681,5350,3,837,2522 -"204318",74681,5716,3,837,1058 -"204319",74681,5984,3,837,1675 -"204320",74681,5986,3,837,1721 -"204321",74681,6047,2,837,2004 -"204322",74681,6062,3,837,2681 -"204323",74681,6417,2,837,1675 -"204324",74681,6821,2,837,1788 -"204325",74681,7798,3,837,949 -"204326",74681,7992,3,837,2033 -"204327",74681,8513,3,837,875 -"204328",74681,8865,2,837,2394 -"204329",74681,9654,3,837,2111 -"204330",74681,9702,3,837,1928 -"204331",74681,9928,3,837,2345 -"204332",74681,9950,3,837,920 -"204333",74681,10358,2,837,2294 -"204334",74681,10513,3,837,2284 -"204335",74681,10717,2,837,1938 -"204336",74681,10779,3,837,2881 -"204337",74681,10857,3,837,2253 -"204338",74681,11218,3,837,2292 -"204339",74681,11456,3,837,2715 -"204340",74681,11477,3,837,2724 -"204341",74681,11540,2,837,1237 -"204342",74681,12042,3,837,2345 -"204343",74681,12067,2,837,1213 -"204344",74681,12692,3,837,1855 -"204345",74681,12759,3,837,2414 -"204346",74681,13311,3,837,2315 -"204347",74681,13388,3,837,2119 -"204348",74681,13780,3,837,2412 -"204349",74681,13967,2,837,1354 -"204350",74681,13979,3,837,1559 -"204351",74681,14032,2,837,2144 -"204352",74681,14855,3,837,903 -"204353",74681,15309,2,837,2820 -"204354",74681,15402,3,837,1281 -"204355",74681,15636,3,837,2857 -"204356",74681,15734,3,837,1616 -"204357",74681,15826,3,837,2772 -"204358",74681,15872,3,837,1551 -"204359",74681,16053,2,837,908 -"204360",74681,16096,3,837,2301 -"204361",74681,16120,1,837,1237 -"204362",74681,16352,3,837,2657 -"204363",74681,16437,3,837,1956 -"204364",74681,16539,3,837,1947 -"204365",74681,16796,3,837,1892 -"204366",74681,16826,2,837,2599 -"204367",74681,17484,3,837,1256 -"204368",74681,17819,3,837,2291 -"204369",74681,17997,3,837,1621 -"204370",74681,18103,3,837,1968 -"204371",74681,18381,3,837,1524 -"204372",74681,18874,2,837,2170 -"204373",74681,19433,3,837,2504 -"204374",74681,19587,2,837,1684 -"204375",74681,19634,3,837,954 -"204376",74681,19637,2,837,1229 -"204377",74681,19719,3,837,2177 -"204378",74681,20067,2,837,2390 -"204379",74681,20311,3,837,1981 -"204380",74681,20732,3,837,2401 -"204381",74681,20975,3,837,1305 -"204382",74681,21138,2,837,2849 -"204383",74681,21198,3,837,935 -"204384",74681,21422,3,837,935 -"204385",74681,21706,2,837,1988 -"204386",74681,22141,3,837,2348 -"204387",74681,22586,3,837,1341 -"204388",74681,22639,2,837,2352 -"204389",74681,23011,3,837,2763 -"204390",74681,23159,3,837,1548 -"204391",74681,23310,3,837,2371 -"204392",74681,23726,3,837,2434 -"204393",74681,23869,2,837,1918 -"204394",74681,24146,3,837,2003 -"204395",74681,24240,3,837,1755 -"204396",74681,24497,3,837,1979 -"204397",74681,24853,3,837,1004 -"204398",74681,25078,3,837,2312 -"204399",74681,25486,3,837,2582 -"204400",74681,25680,2,837,1618 -"204401",74681,26249,3,837,2301 -"204402",74681,26479,3,837,1818 -"204403",74681,26818,3,837,1999 -"204404",74681,27104,3,837,1608 -"204405",74681,27205,3,837,966 -"204406",74681,27642,3,837,1531 -"204407",74681,28002,3,837,914 -"204408",74681,28015,3,837,1624 -"204409",74681,28051,3,837,2089 -"204410",74681,28130,3,837,908 -"204411",74681,28131,3,837,1492 -"204412",74681,29267,3,837,1234 -"204413",74681,29930,3,837,2240 -"204414",74681,30150,3,837,1704 -"204415",74681,30883,3,837,1629 -"204416",74681,31069,3,837,1995 -"204417",74681,31279,3,837,965 -"204418",74681,32658,3,837,1694 -"204419",74681,32694,3,837,1602 -"204420",74681,32919,3,837,2321 -"204421",74681,33801,2,837,2899 -"204422",74681,34120,3,837,2786 -"204423",74681,34158,3,837,2639 -"204424",74681,34735,3,837,2767 -"204425",74681,34907,3,837,1945 -"204426",74681,35361,3,837,2389 -"204427",74681,35529,2,837,1620 -"204428",74681,35903,3,837,1434 -"204429",74681,35926,3,837,2371 -"204430",74681,36950,3,837,2204 -"204431",74681,36962,3,837,2861 -"204432",74681,37333,3,837,1612 -"204433",74681,37427,3,837,915 -"204434",74681,37636,3,837,2178 -"204435",74681,37752,3,837,2223 -"204436",74681,38227,3,837,2511 -"204437",74681,38467,3,837,1259 -"204438",74681,38513,3,837,914 -"204439",74681,38816,3,837,1225 -"204440",74681,39062,3,837,2020 -"204441",74681,39186,3,837,1258 -"204442",74681,40432,3,837,1956 -"204443",74681,40698,3,837,1408 -"204444",74681,40893,3,837,1116 -"204445",74681,41832,3,837,1155 -"204446",74681,41900,3,837,1970 -"204447",74681,41955,3,837,2479 -"204448",74681,42562,3,837,1195 -"204449",74681,44160,2,837,859 -"204450",74681,44407,3,837,2154 -"204451",74681,44676,3,837,2629 -"204452",74681,44819,3,837,2063 -"204453",74681,45136,3,837,877 -"204454",74681,46803,3,837,2305 -"204455",74681,47248,3,837,2883 -"204456",74681,47386,2,837,2226 -"204457",74681,47715,3,837,2111 -"204458",74681,48215,3,837,2028 -"204459",74681,49787,3,837,2352 -"204460",74681,49812,3,837,1816 -"204461",74681,50124,3,837,1209 -"204462",74681,50269,3,837,1966 -"204463",74681,50382,3,837,2244 -"204464",74681,50977,3,837,2352 -"204465",74681,51017,2,837,2073 -"204466",74681,51035,3,837,2397 -"204467",74681,53134,3,837,1590 -"204468",74681,53475,2,837,2853 -"204469",74681,54020,3,837,1578 -"204470",74681,54551,3,837,2348 -"204471",74681,54929,3,837,2783 -"204472",74681,56082,3,837,2395 -"204473",74681,56807,3,837,1571 -"204474",74681,57977,3,837,2683 -"204475",74681,58829,3,837,1256 -"204476",74681,60280,3,837,1918 -"204477",74681,62148,3,837,1566 -"204478",74681,62488,3,837,1418 -"204479",74681,63547,3,837,1023 -"204480",74681,67726,3,837,2873 -"204481",74681,69232,3,837,2130 -"204482",74681,70203,3,837,2756 -"204483",74681,70269,3,837,2368 -"204484",74681,70996,2,837,1037 -"204485",74681,74731,2,837,853 -"204486",74681,75403,3,837,1895 -"204487",74681,76356,3,837,2323 -"204488",74681,76511,3,837,1250 -"204489",74681,76999,3,837,908 -"204490",74681,82730,3,837,1492 -"204491",74681,82929,3,837,2475 -"204492",74681,84022,3,837,2289 -"204493",74681,89047,3,837,877 -"204494",74681,90378,3,837,890 -"204495",74681,90802,2,837,877 -"204496",74681,91142,3,837,2527 -"204497",74681,95064,3,837,1801 -"204498",74681,97160,3,837,1215 -"204499",74681,100140,2,837,1041 -"204500",74681,101395,2,837,891 -"204501",74681,103524,3,837,991 -"204502",74681,119859,3,837,908 -"204503",74687,4226,3,930,1903 -"204504",74687,19686,3,930,2467 -"204505",74687,26451,3,930,2133 -"204506",74687,27792,3,930,1308 -"204507",74687,58133,3,930,1484 -"204508",74716,9311,3,776,2477 -"204509",74716,14080,3,776,1351 -"204510",74716,33433,3,776,2805 -"204511",74716,50946,3,776,1075 -"204512",74716,51925,3,776,2307 -"204513",74716,52136,3,776,1412 -"204514",74716,74190,3,776,1428 -"204515",74716,83224,1,776,1183 -"204516",74716,95155,3,776,849 -"204517",74730,600,3,535,1702 -"204518",74730,601,2,535,702 -"204519",74730,733,3,535,1653 -"204520",74730,757,3,535,546 -"204521",74730,915,3,535,1793 -"204522",74730,1036,3,535,1367 -"204523",74730,1050,3,535,1185 -"204524",74730,1196,3,535,1986 -"204525",74730,1428,2,535,742 -"204526",74730,1469,3,535,1160 -"204527",74730,1767,2,535,2727 -"204528",74730,1777,3,535,1965 -"204529",74730,2063,2,535,1278 -"204530",74730,2077,3,535,610 -"204531",74730,2609,2,535,834 -"204532",74730,2743,3,535,1278 -"204533",74730,2894,3,535,1291 -"204534",74730,3068,2,535,1815 -"204535",74730,3167,2,535,1676 -"204536",74730,3171,3,535,700 -"204537",74730,3242,3,535,1730 -"204538",74730,3306,3,535,1989 -"204539",74730,3753,3,535,1255 -"204540",74730,3830,3,535,1661 -"204541",74730,3961,2,535,2426 -"204542",74730,3980,3,535,2771 -"204543",74730,4191,3,535,2130 -"204544",74730,4226,3,535,1903 -"204545",74730,4289,3,535,1921 -"204546",74730,4763,3,535,1960 -"204547",74730,4768,3,535,1111 -"204548",74730,4980,3,535,2093 -"204549",74730,5041,3,535,2371 -"204550",74730,5078,3,535,2033 -"204551",74730,5315,1,535,2631 -"204552",74730,5350,3,535,2522 -"204553",74730,5438,3,535,1499 -"204554",74730,5457,3,535,2077 -"204555",74730,5462,3,535,2374 -"204556",74730,5491,3,535,2048 -"204557",74730,5504,3,535,2389 -"204558",74730,5716,3,535,1058 -"204559",74730,5785,3,535,1261 -"204560",74730,5984,3,535,1675 -"204561",74730,5986,3,535,1721 -"204562",74730,6047,2,535,2004 -"204563",74730,6222,3,535,1949 -"204564",74730,6366,2,535,798 -"204565",74730,6417,2,535,1675 -"204566",74730,7196,3,535,1508 -"204567",74730,7233,3,535,572 -"204568",74730,7245,3,535,2089 -"204569",74730,7292,3,535,1988 -"204570",74730,7508,3,535,2396 -"204571",74730,7616,3,535,2296 -"204572",74730,7984,2,535,2493 -"204573",74730,7992,3,535,2033 -"204574",74730,8367,3,535,1927 -"204575",74730,8513,3,535,875 -"204576",74730,8772,3,535,847 -"204577",74730,8913,3,535,968 -"204578",74730,8984,3,535,1162 -"204579",74730,9311,3,535,2477 -"204580",74730,9702,3,535,1928 -"204581",74730,9871,3,535,921 -"204582",74730,9928,2,535,2345 -"204583",74730,9950,3,535,920 -"204584",74730,10143,3,535,778 -"204585",74730,10358,2,535,2294 -"204586",74730,10717,3,535,1938 -"204587",74730,10779,2,535,2881 -"204588",74730,10870,3,535,1755 -"204589",74730,10871,3,535,2314 -"204590",74730,11103,3,535,2393 -"204591",74730,11218,3,535,2292 -"204592",74730,11450,3,535,915 -"204593",74730,11477,3,535,2724 -"204594",74730,11493,3,535,2077 -"204595",74730,11540,3,535,1237 -"204596",74730,11546,3,535,1174 -"204597",74730,11576,2,535,808 -"204598",74730,11625,3,535,2022 -"204599",74730,12042,3,535,2345 -"204600",74730,12371,3,535,1569 -"204601",74730,12374,3,535,2260 -"204602",74730,12388,3,535,1975 -"204603",74730,12524,3,535,1287 -"204604",74730,12712,3,535,815 -"204605",74730,13109,3,535,1374 -"204606",74730,13158,3,535,2667 -"204607",74730,13311,3,535,2315 -"204608",74730,13315,3,535,2516 -"204609",74730,13388,2,535,2119 -"204610",74730,13967,2,535,1354 -"204611",74730,13979,2,535,1559 -"204612",74730,14032,2,535,2144 -"204613",74730,14072,3,535,1346 -"204614",74730,14332,3,535,780 -"204615",74730,14353,3,535,2878 -"204616",74730,14855,3,535,903 -"204617",74730,14943,3,535,1942 -"204618",74730,14959,3,535,2898 -"204619",74730,15309,3,535,2820 -"204620",74730,15401,3,535,1999 -"204621",74730,15402,3,535,1281 -"204622",74730,15444,3,535,2764 -"204623",74730,15453,3,535,1688 -"204624",74730,15636,2,535,2857 -"204625",74730,15990,2,535,593 -"204626",74730,16053,1,535,908 -"204627",74730,16120,3,535,1237 -"204628",74730,16164,3,535,1184 -"204629",74730,16352,3,535,2657 -"204630",74730,16539,2,535,1947 -"204631",74730,16625,3,535,1285 -"204632",74730,16826,3,535,2599 -"204633",74730,17027,3,535,2772 -"204634",74730,17097,3,535,1505 -"204635",74730,17354,3,535,2250 -"204636",74730,17357,3,535,1536 -"204637",74730,17493,2,535,561 -"204638",74730,17819,2,535,2291 -"204639",74730,17997,3,535,1621 -"204640",74730,18151,3,535,2962 -"204641",74730,18394,3,535,2356 -"204642",74730,18415,3,535,2184 -"204643",74730,18543,3,535,2968 -"204644",74730,18735,3,535,1581 -"204645",74730,18874,3,535,2170 -"204646",74730,19027,3,535,2721 -"204647",74730,19282,3,535,1623 -"204648",74730,19516,3,535,2313 -"204649",74730,19621,3,535,725 -"204650",74730,19634,3,535,954 -"204651",74730,19637,1,535,1229 -"204652",74730,19719,3,535,2177 -"204653",74730,19892,3,535,1212 -"204654",74730,20067,1,535,2390 -"204655",74730,20311,3,535,1981 -"204656",74730,20343,3,535,851 -"204657",74730,20563,3,535,2267 -"204658",74730,20659,3,535,1969 -"204659",74730,20732,2,535,2401 -"204660",74730,20824,3,535,1366 -"204661",74730,21138,3,535,2849 -"204662",74730,21198,3,535,935 -"204663",74730,21401,3,535,1440 -"204664",74730,21422,2,535,935 -"204665",74730,21706,2,535,1988 -"204666",74730,21911,3,535,1184 -"204667",74730,22057,3,535,974 -"204668",74730,22207,3,535,2365 -"204669",74730,22374,3,535,1226 -"204670",74730,22403,3,535,1630 -"204671",74730,22586,3,535,1341 -"204672",74730,23006,3,535,1532 -"204673",74730,23159,3,535,1548 -"204674",74730,23310,2,535,2371 -"204675",74730,23534,3,535,1659 -"204676",74730,23726,2,535,2434 -"204677",74730,23787,3,535,2810 -"204678",74730,23869,2,535,1918 -"204679",74730,24146,3,535,2003 -"204680",74730,24169,3,535,1663 -"204681",74730,24256,3,535,2393 -"204682",74730,24568,3,535,1937 -"204683",74730,24755,3,535,1319 -"204684",74730,24756,3,535,2530 -"204685",74730,25443,3,535,1441 -"204686",74730,25486,3,535,2582 -"204687",74730,25643,3,535,1646 -"204688",74730,25680,2,535,1618 -"204689",74730,26031,3,535,1397 -"204690",74730,26080,3,535,2525 -"204691",74730,26249,2,535,2301 -"204692",74730,26436,3,535,2489 -"204693",74730,26451,3,535,2133 -"204694",74730,26479,3,535,1818 -"204695",74730,26818,3,535,1999 -"204696",74730,27195,3,535,2158 -"204697",74730,27205,3,535,966 -"204698",74730,27260,3,535,878 -"204699",74730,27484,3,535,1634 -"204700",74730,27753,3,535,2750 -"204701",74730,28002,3,535,914 -"204702",74730,28130,2,535,908 -"204703",74730,28131,2,535,1492 -"204704",74730,28571,3,535,1556 -"204705",74730,28731,2,535,955 -"204706",74730,28784,3,535,1579 -"204707",74730,28892,3,535,2023 -"204708",74730,28896,3,535,1395 -"204709",74730,29095,3,535,2531 -"204710",74730,29456,2,535,1182 -"204711",74730,29930,2,535,2240 -"204712",74730,30081,3,535,2403 -"204713",74730,30092,3,535,1593 -"204714",74730,30150,2,535,1704 -"204715",74730,30309,3,535,1449 -"204716",74730,30404,3,535,1810 -"204717",74730,30438,3,535,1617 -"204718",74730,30453,3,535,1535 -"204719",74730,30827,3,535,2323 -"204720",74730,30850,3,535,1045 -"204721",74730,30883,2,535,1629 -"204722",74730,31124,3,535,2351 -"204723",74730,31243,3,535,1355 -"204724",74730,31279,2,535,965 -"204725",74730,31530,3,535,1661 -"204726",74730,32047,3,535,1858 -"204727",74730,32113,3,535,882 -"204728",74730,32658,3,535,1694 -"204729",74730,32694,3,535,1602 -"204730",74730,32811,2,535,804 -"204731",74730,32919,3,535,2321 -"204732",74730,32988,2,535,2008 -"204733",74730,33356,3,535,1586 -"204734",74730,33383,3,535,1572 -"204735",74730,33801,2,535,2899 -"204736",74730,34136,3,535,2202 -"204737",74730,34327,3,535,2959 -"204738",74730,34492,3,535,1798 -"204739",74730,34648,3,535,1596 -"204740",74730,34735,3,535,2767 -"204741",74730,34907,3,535,1945 -"204742",74730,35529,1,535,1620 -"204743",74730,35542,3,535,1439 -"204744",74730,35926,3,535,2371 -"204745",74730,36784,3,535,576 -"204746",74730,36950,2,535,2204 -"204747",74730,36962,3,535,2861 -"204748",74730,37333,3,535,1612 -"204749",74730,37758,3,535,1998 -"204750",74730,37934,2,535,1595 -"204751",74730,38219,3,535,1689 -"204752",74730,38284,3,535,1234 -"204753",74730,38449,2,535,1802 -"204754",74730,38467,2,535,1259 -"204755",74730,38921,3,535,1880 -"204756",74730,38973,3,535,1999 -"204757",74730,39865,3,535,849 -"204758",74730,40022,3,535,2307 -"204759",74730,40293,3,535,1671 -"204760",74730,40432,3,535,1956 -"204761",74730,40645,3,535,1899 -"204762",74730,40646,3,535,1583 -"204763",74730,40893,2,535,1116 -"204764",74730,41085,3,535,637 -"204765",74730,41108,3,535,1624 -"204766",74730,41278,3,535,1873 -"204767",74730,41832,2,535,1155 -"204768",74730,41955,2,535,2479 -"204769",74730,42186,3,535,955 -"204770",74730,42216,3,535,2722 -"204771",74730,42505,3,535,2008 -"204772",74730,42747,3,535,1189 -"204773",74730,43135,3,535,1171 -"204774",74730,43404,3,535,2649 -"204775",74730,43479,3,535,2178 -"204776",74730,44068,3,535,1056 -"204777",74730,44160,3,535,859 -"204778",74730,44427,3,535,2875 -"204779",74730,44557,3,535,2371 -"204780",74730,44636,3,535,1026 -"204781",74730,44819,3,535,2063 -"204782",74730,45136,2,535,877 -"204783",74730,45186,3,535,835 -"204784",74730,45715,3,535,2287 -"204785",74730,45903,3,535,2237 -"204786",74730,46283,3,535,1184 -"204787",74730,46717,3,535,938 -"204788",74730,46803,2,535,2305 -"204789",74730,47386,3,535,2226 -"204790",74730,47435,3,535,878 -"204791",74730,48035,3,535,2180 -"204792",74730,48127,3,535,2677 -"204793",74730,48215,3,535,2028 -"204794",74730,48260,3,535,875 -"204795",74730,48823,3,535,2080 -"204796",74730,49962,3,535,572 -"204797",74730,50235,3,535,726 -"204798",74730,50269,2,535,1966 -"204799",74730,50382,2,535,2244 -"204800",74730,50487,3,535,744 -"204801",74730,50976,3,535,547 -"204802",74730,50977,2,535,2352 -"204803",74730,51017,3,535,2073 -"204804",74730,51022,3,535,1499 -"204805",74730,51157,3,535,2319 -"204806",74730,51410,2,535,2739 -"204807",74730,51863,3,535,1395 -"204808",74730,51987,3,535,1397 -"204809",74730,52203,3,535,1961 -"204810",74730,53134,2,535,1590 -"204811",74730,53475,2,535,2853 -"204812",74730,54020,3,535,1578 -"204813",74730,54100,3,535,1327 -"204814",74730,54929,3,535,2783 -"204815",74730,55084,2,535,1189 -"204816",74730,55139,3,535,2323 -"204817",74730,55185,3,535,922 -"204818",74730,55234,3,535,890 -"204819",74730,56026,3,535,908 -"204820",74730,56171,3,535,1524 -"204821",74730,56397,3,535,2053 -"204822",74730,57246,3,535,1873 -"204823",74730,57714,3,535,1391 -"204824",74730,57977,3,535,2683 -"204825",74730,58035,3,535,1646 -"204826",74730,58133,3,535,1484 -"204827",74730,58669,2,535,2296 -"204828",74730,58993,3,535,2390 -"204829",74730,59786,3,535,605 -"204830",74730,60280,3,535,1918 -"204831",74730,62148,2,535,1566 -"204832",74730,62488,2,535,1418 -"204833",74730,63328,3,535,922 -"204834",74730,63409,3,535,1937 -"204835",74730,64327,3,535,1918 -"204836",74730,64502,3,535,1670 -"204837",74730,65155,3,535,1947 -"204838",74730,65184,3,535,1630 -"204839",74730,65322,3,535,2008 -"204840",74730,67102,3,535,935 -"204841",74730,67690,3,535,1902 -"204842",74730,67788,3,535,837 -"204843",74730,68299,3,535,866 -"204844",74730,70046,3,535,2624 -"204845",74730,70203,2,535,2756 -"204846",74730,70528,3,535,2727 -"204847",74730,70681,3,535,866 -"204848",74730,70996,1,535,1037 -"204849",74730,73047,3,535,824 -"204850",74730,73305,3,535,2544 -"204851",74730,73728,3,535,784 -"204852",74730,74681,2,535,837 -"204853",74730,75403,3,535,1895 -"204854",74730,76356,3,535,2323 -"204855",74730,76398,3,535,2400 -"204856",74730,76564,3,535,996 -"204857",74730,76999,2,535,908 -"204858",74730,77001,3,535,1440 -"204859",74730,78256,3,535,804 -"204860",74730,78569,3,535,578 -"204861",74730,78801,3,535,1572 -"204862",74730,79689,3,535,1184 -"204863",74730,80219,3,535,988 -"204864",74730,80471,3,535,538 -"204865",74730,82426,3,535,1576 -"204866",74730,82696,3,535,1305 -"204867",74730,82732,3,535,2810 -"204868",74730,82767,2,535,1641 -"204869",74730,82893,3,535,1275 -"204870",74730,82932,3,535,2245 -"204871",74730,83526,3,535,1235 -"204872",74730,85329,3,535,738 -"204873",74730,85784,3,535,1142 -"204874",74730,85794,3,535,679 -"204875",74730,87692,3,535,775 -"204876",74730,87720,3,535,2086 -"204877",74730,88063,3,535,1045 -"204878",74730,89511,3,535,1205 -"204879",74730,89527,2,535,572 -"204880",74730,90378,3,535,890 -"204881",74730,90802,3,535,877 -"204882",74730,90837,3,535,825 -"204883",74730,90860,3,535,851 -"204884",74730,91142,3,535,2527 -"204885",74730,91279,3,535,966 -"204886",74730,92480,3,535,832 -"204887",74730,92757,3,535,2615 -"204888",74730,92817,2,535,569 -"204889",74730,94650,3,535,896 -"204890",74730,95064,2,535,1801 -"204891",74730,95587,3,535,810 -"204892",74730,95879,3,535,1748 -"204893",74730,96553,3,535,1887 -"204894",74730,96911,3,535,956 -"204895",74730,97160,2,535,1215 -"204896",74730,99103,3,535,1470 -"204897",74730,100140,2,535,1041 -"204898",74730,100241,3,535,777 -"204899",74730,101338,3,535,1319 -"204900",74730,101395,3,535,891 -"204901",74730,101967,3,535,691 -"204902",74730,103524,2,535,991 -"204903",74730,105233,3,535,1199 -"204904",74730,106620,3,535,1177 -"204905",74730,108379,3,535,2933 -"204906",74730,109383,3,535,952 -"204907",74730,109521,3,535,609 -"204908",74730,110097,3,535,540 -"204909",74730,119859,3,535,908 -"204910",74731,1127,3,853,1188 -"204911",74731,1130,3,853,1566 -"204912",74731,2269,2,853,984 -"204913",74731,2325,3,853,1641 -"204914",74731,2754,3,853,1360 -"204915",74731,3716,3,853,1679 -"204916",74731,3777,2,853,1798 -"204917",74731,3886,3,853,1669 -"204918",74731,3966,3,853,2425 -"204919",74731,6044,3,853,2744 -"204920",74731,6047,3,853,2004 -"204921",74731,6417,3,853,1675 -"204922",74731,7861,3,853,1647 -"204923",74731,10513,3,853,2284 -"204924",74731,11540,2,853,1237 -"204925",74731,15872,2,853,1551 -"204926",74731,16120,1,853,1237 -"204927",74731,16826,3,853,2599 -"204928",74731,17943,3,853,1943 -"204929",74731,19049,3,853,1798 -"204930",74731,20975,3,853,1305 -"204931",74731,21138,1,853,2849 -"204932",74731,22141,3,853,2348 -"204933",74731,22639,2,853,2352 -"204934",74731,26080,3,853,2525 -"204935",74731,26282,3,853,1241 -"204936",74731,30906,3,853,2537 -"204937",74731,31700,3,853,2727 -"204938",74731,34509,3,853,1973 -"204939",74731,38055,3,853,1089 -"204940",74731,41972,3,853,2509 -"204941",74731,44160,3,853,859 -"204942",74731,46111,3,853,871 -"204943",74731,47248,2,853,2883 -"204944",74731,47715,1,853,2111 -"204945",74731,50124,3,853,1209 -"204946",74731,50269,3,853,1966 -"204947",74731,51017,2,853,2073 -"204948",74731,51035,3,853,2397 -"204949",74731,58596,3,853,936 -"204950",74731,62957,3,853,1170 -"204951",74731,63547,2,853,1023 -"204952",74731,64181,3,853,1828 -"204953",74731,68299,2,853,866 -"204954",74731,70605,3,853,1176 -"204955",74731,84022,3,853,2289 -"204956",74731,89047,3,853,877 -"204957",74731,90802,2,853,877 -"204958",74731,101395,2,853,891 -"204959",74731,115763,3,853,857 -"204960",74737,5346,3,99,1438 -"204961",74737,7840,3,99,984 -"204962",74737,9311,3,99,2477 -"204963",74737,10843,3,99,2277 -"204964",74737,15207,3,99,1855 -"204965",74737,15626,3,99,2434 -"204966",74737,18393,3,99,860 -"204967",74737,18550,3,99,483 -"204968",74737,20494,3,99,1075 -"204969",74737,22422,3,99,894 -"204970",74737,24286,3,99,1280 -"204971",74737,28057,3,99,1067 -"204972",74737,30283,3,99,103 -"204973",74737,33241,3,99,632 -"204974",74737,33356,3,99,1586 -"204975",74737,33433,2,99,2805 -"204976",74737,34443,2,99,496 -"204977",74737,34707,3,99,2042 -"204978",74737,40113,3,99,451 -"204979",74737,40296,3,99,1674 -"204980",74737,41211,3,99,896 -"204981",74737,42725,3,99,630 -"204982",74737,47329,3,99,231 -"204983",74737,49581,3,99,1817 -"204984",74737,50946,2,99,1075 -"204985",74737,52136,3,99,1412 -"204986",74737,55324,3,99,1544 -"204987",74737,55643,3,99,2359 -"204988",74737,56022,3,99,282 -"204989",74737,57646,3,99,171 -"204990",74737,58854,3,99,1131 -"204991",74737,59113,3,99,2434 -"204992",74737,59786,3,99,605 -"204993",74737,68043,3,99,690 -"204994",74737,69293,3,99,609 -"204995",74737,74190,3,99,1428 -"204996",74737,74318,3,99,632 -"204997",74737,76677,2,99,1269 -"204998",74737,84897,3,99,1075 -"204999",74737,94450,2,99,1127 -"205000",74737,94520,2,99,1243 -"205001",74737,95032,3,99,103 -"205002",74737,95155,3,99,849 -"205003",74737,104239,3,99,926 -"205004",74748,357,3,117,2327 -"205005",74748,15003,3,117,2067 -"205006",74748,17365,3,117,2746 -"205007",74748,23869,3,117,1918 -"205008",74748,35752,3,117,1158 -"205009",74748,44819,2,117,2063 -"205010",74748,102824,2,117,2944 -"205011",74748,104362,1,117,286 -"205012",74788,3716,2,1056,1679 -"205013",74788,3801,3,1056,1974 -"205014",74788,7508,3,1056,2396 -"205015",74788,20355,3,1056,2111 -"205016",74788,25298,1,1056,2443 -"205017",74788,30981,2,1056,2366 -"205018",74788,43112,3,1056,2564 -"205019",74788,49677,3,1056,1222 -"205020",74788,54388,3,1056,1257 -"205021",74795,3271,3,1319,2216 -"205022",74795,5346,3,1319,1438 -"205023",74795,6821,3,1319,1788 -"205024",74795,9301,3,1319,1861 -"205025",74795,12361,3,1319,2732 -"205026",74795,14287,3,1319,1583 -"205027",74795,15207,3,1319,1855 -"205028",74795,16437,3,1319,1956 -"205029",74795,19231,2,1319,1424 -"205030",74795,19934,3,1319,2888 -"205031",74795,21670,3,1319,2158 -"205032",74795,27280,2,1319,1965 -"205033",74795,27391,3,1319,2378 -"205034",74795,28501,3,1319,2242 -"205035",74795,30865,3,1319,2038 -"205036",74795,33314,3,1319,1444 -"205037",74795,35822,3,1319,1903 -"205038",74795,37752,2,1319,2223 -"205039",74795,39249,3,1319,1665 -"205040",74795,40623,3,1319,2580 -"205041",74795,43385,3,1319,1623 -"205042",74795,48576,3,1319,1675 -"205043",74795,52154,3,1319,1722 -"205044",74795,53051,3,1319,1940 -"205045",74795,56807,3,1319,1571 -"205046",74795,59039,2,1319,2870 -"205047",74795,65188,2,1319,2213 -"205048",74795,65522,3,1319,1572 -"205049",74795,83140,3,1319,1630 -"205050",74795,88067,3,1319,2315 -"205051",74795,90745,3,1319,1994 -"205052",74795,92524,3,1319,1650 -"205053",74795,119524,2,1319,1930 -"205054",74818,913,3,1440,2144 -"205055",74818,1367,3,1440,2176 -"205056",74818,2424,3,1440,2582 -"205057",74818,2747,3,1440,2411 -"205058",74818,5580,3,1440,2111 -"205059",74818,6055,3,1440,2651 -"205060",74818,7245,3,1440,2089 -"205061",74818,7616,3,1440,2296 -"205062",74818,8275,2,1440,2237 -"205063",74818,9654,3,1440,2111 -"205064",74818,10310,3,1440,2774 -"205065",74818,11493,3,1440,2077 -"205066",74818,12371,3,1440,1569 -"205067",74818,12692,3,1440,1855 -"205068",74818,12767,3,1440,2329 -"205069",74818,13324,3,1440,2163 -"205070",74818,15207,1,1440,1855 -"205071",74818,15453,3,1440,1688 -"205072",74818,16067,3,1440,2727 -"205073",74818,16539,3,1440,1947 -"205074",74818,18348,3,1440,1711 -"205075",74818,18415,3,1440,2184 -"205076",74818,19208,3,1440,2629 -"205077",74818,19593,2,1440,2013 -"205078",74818,20730,3,1440,2243 -"205079",74818,21929,3,1440,2062 -"205080",74818,22893,3,1440,1938 -"205081",74818,23006,2,1440,1532 -"205082",74818,27104,3,1440,1608 -"205083",74818,28131,3,1440,1492 -"205084",74818,28571,3,1440,1556 -"205085",74818,29930,3,1440,2240 -"205086",74818,30262,3,1440,1715 -"205087",74818,30943,3,1440,2287 -"205088",74818,32939,3,1440,2277 -"205089",74818,36441,2,1440,2796 -"205090",74818,41108,3,1440,1624 -"205091",74818,41770,3,1440,2752 -"205092",74818,42642,3,1440,2257 -"205093",74818,42799,1,1440,2729 -"205094",74818,44894,3,1440,2048 -"205095",74818,45903,3,1440,2237 -"205096",74818,46635,2,1440,2528 -"205097",74818,46803,3,1440,2305 -"205098",74818,47564,3,1440,2650 -"205099",74818,53630,3,1440,1565 -"205100",74818,55076,3,1440,2408 -"205101",74818,56903,2,1440,1584 -"205102",74818,57804,3,1440,2214 -"205103",74818,62148,3,1440,1566 -"205104",74818,62870,3,1440,1568 -"205105",74818,63641,3,1440,2337 -"205106",74818,67726,3,1440,2873 -"205107",74818,68024,2,1440,1531 -"205108",74818,69716,3,1440,2632 -"205109",74818,76356,3,1440,2323 -"205110",74818,85356,1,1440,1492 -"205111",74818,86785,3,1440,1607 -"205112",74818,86883,3,1440,1623 -"205113",74818,96132,1,1440,1489 -"205114",74818,99557,3,1440,1703 -"205115",74818,117956,3,1440,2774 -"205116",74910,1592,3,653,2006 -"205117",74910,1691,3,653,1941 -"205118",74910,2011,3,653,2176 -"205119",74910,8376,3,653,1670 -"205120",74910,14731,2,653,2012 -"205121",74910,20407,3,653,2339 -"205122",74910,24256,3,653,2393 -"205123",74910,26671,3,653,2279 -"205124",74910,45545,3,653,1776 -"205125",74910,47585,3,653,794 -"205126",74910,58284,3,653,2292 -"205127",74910,72598,3,653,805 -"205128",74912,5557,3,1542,1929 -"205129",74912,5852,3,1542,1862 -"205130",74912,9716,3,1542,1929 -"205131",74912,14626,3,1542,2175 -"205132",74912,32582,3,1542,1929 -"205133",74912,35264,3,1542,2329 -"205134",74912,41185,3,1542,1929 -"205135",74912,54903,3,1542,2493 -"205136",74912,55775,3,1542,2385 -"205137",74959,13842,2,1131,2250 -"205138",74959,33537,1,1131,2406 -"205139",74959,58238,3,1131,1944 -"205140",74959,66693,3,1131,2554 -"205141",74959,83523,3,1131,1461 -"205142",75025,512,3,717,1596 -"205143",75025,913,3,717,2144 -"205144",75025,1136,3,717,2536 -"205145",75025,1592,3,717,2006 -"205146",75025,1691,3,717,1941 -"205147",75025,2011,2,717,2176 -"205148",75025,2224,3,717,2751 -"205149",75025,2563,3,717,1686 -"205150",75025,2609,3,717,834 -"205151",75025,2865,3,717,2006 -"205152",75025,3144,3,717,869 -"205153",75025,3863,3,717,856 -"205154",75025,4932,3,717,2752 -"205155",75025,5120,3,717,2735 -"205156",75025,5258,2,717,2730 -"205157",75025,6104,3,717,2462 -"205158",75025,6252,2,717,2336 -"205159",75025,6363,3,717,2066 -"205160",75025,6390,3,717,2385 -"205161",75025,8073,3,717,1847 -"205162",75025,8657,3,717,2473 -"205163",75025,9511,3,717,1232 -"205164",75025,11434,3,717,1187 -"205165",75025,12610,3,717,1274 -"205166",75025,12779,3,717,936 -"205167",75025,12828,3,717,799 -"205168",75025,13248,3,717,1385 -"205169",75025,13837,3,717,1604 -"205170",75025,13945,3,717,1324 -"205171",75025,14108,2,717,2012 -"205172",75025,14676,3,717,2764 -"205173",75025,14731,3,717,2012 -"205174",75025,17434,3,717,1642 -"205175",75025,18211,3,717,1745 -"205176",75025,18502,2,717,1033 -"205177",75025,18543,1,717,2968 -"205178",75025,19248,3,717,2357 -"205179",75025,19332,3,717,1214 -"205180",75025,19718,3,717,1702 -"205181",75025,20343,3,717,851 -"205182",75025,20407,3,717,2339 -"205183",75025,21133,3,717,1320 -"205184",75025,22884,3,717,1608 -"205185",75025,23787,3,717,2810 -"205186",75025,24198,3,717,2217 -"205187",75025,25565,3,717,2764 -"205188",75025,26106,3,717,2015 -"205189",75025,26957,3,717,987 -"205190",75025,27275,3,717,2656 -"205191",75025,27792,3,717,1308 -"205192",75025,28057,3,717,1067 -"205193",75025,28592,3,717,2320 -"205194",75025,28808,2,717,1063 -"205195",75025,29170,3,717,1846 -"205196",75025,29224,3,717,2011 -"205197",75025,29918,3,717,1953 -"205198",75025,33572,3,717,2370 -"205199",75025,33588,3,717,1040 -"205200",75025,33621,2,717,1319 -"205201",75025,33622,3,717,2230 -"205202",75025,34945,3,717,1298 -"205203",75025,35041,2,717,1311 -"205204",75025,36439,2,717,2469 -"205205",75025,37509,3,717,1640 -"205206",75025,37628,2,717,819 -"205207",75025,38213,2,717,1744 -"205208",75025,38667,3,717,2880 -"205209",75025,40226,3,717,880 -"205210",75025,40954,3,717,2603 -"205211",75025,41330,3,717,2720 -"205212",75025,42216,3,717,2722 -"205213",75025,43173,3,717,2895 -"205214",75025,43226,3,717,2442 -"205215",75025,43635,3,717,1196 -"205216",75025,44427,2,717,2875 -"205217",75025,46621,2,717,1343 -"205218",75025,47064,3,717,1993 -"205219",75025,47585,2,717,794 -"205220",75025,49470,3,717,1528 -"205221",75025,49620,2,717,1868 -"205222",75025,50235,3,717,726 -"205223",75025,50254,3,717,1151 -"205224",75025,51572,3,717,912 -"205225",75025,51628,3,717,901 -"205226",75025,52136,3,717,1412 -"205227",75025,52323,3,717,2148 -"205228",75025,52327,3,717,1472 -"205229",75025,52735,3,717,1124 -"205230",75025,53624,3,717,952 -"205231",75025,55084,3,717,1189 -"205232",75025,56116,2,717,1321 -"205233",75025,56903,3,717,1584 -"205234",75025,57990,2,717,978 -"205235",75025,58133,3,717,1484 -"205236",75025,58284,3,717,2292 -"205237",75025,59438,3,717,2400 -"205238",75025,61689,3,717,1309 -"205239",75025,61785,2,717,822 -"205240",75025,69257,3,717,1402 -"205241",75025,71274,3,717,2390 -"205242",75025,73675,3,717,887 -"205243",75025,74636,2,717,2525 -"205244",75025,76127,3,717,910 -"205245",75025,76192,3,717,912 -"205246",75025,76646,3,717,1263 -"205247",75025,78256,3,717,804 -"205248",75025,78975,2,717,946 -"205249",75025,79612,3,717,927 -"205250",75025,79657,3,717,1260 -"205251",75025,82401,2,717,1210 -"205252",75025,82426,3,717,1576 -"205253",75025,84612,3,717,2175 -"205254",75025,88232,2,717,2881 -"205255",75025,89880,3,717,1938 -"205256",75025,92322,3,717,2393 -"205257",75025,92491,2,717,1968 -"205258",75025,93398,3,717,828 -"205259",75025,94396,3,717,787 -"205260",75025,97824,3,717,1229 -"205261",75025,97834,3,717,943 -"205262",75025,100215,3,717,2436 -"205263",75025,101347,3,717,1335 -"205264",75025,106555,2,717,1626 -"205265",75025,108430,3,717,1642 -"205266",75028,14,1,1660,1793 -"205267",75028,360,2,1660,1671 -"205268",75028,915,2,1660,1793 -"205269",75028,1046,3,1660,1881 -"205270",75028,1324,3,1660,2147 -"205271",75028,1367,3,1660,2176 -"205272",75028,3068,3,1660,1815 -"205273",75028,5148,3,1660,2206 -"205274",75028,5622,3,1660,2175 -"205275",75028,5669,3,1660,2502 -"205276",75028,5725,3,1660,2789 -"205277",75028,8533,3,1660,2251 -"205278",75028,9803,3,1660,1664 -"205279",75028,9828,2,1660,2085 -"205280",75028,10857,3,1660,2253 -"205281",75028,12388,3,1660,1975 -"205282",75028,14507,3,1660,2686 -"205283",75028,16863,3,1660,2069 -"205284",75028,19605,3,1660,2395 -"205285",75028,22260,2,1660,2137 -"205286",75028,23725,3,1660,2378 -"205287",75028,24066,3,1660,1755 -"205288",75028,24648,3,1660,1833 -"205289",75028,24825,3,1660,2686 -"205290",75028,26351,3,1660,2683 -"205291",75028,26366,2,1660,1688 -"205292",75028,28285,2,1660,2972 -"205293",75028,30827,2,1660,2323 -"205294",75028,31307,3,1660,2139 -"205295",75028,32064,2,1660,1739 -"205296",75028,33160,3,1660,2441 -"205297",75028,33380,3,1660,2340 -"205298",75028,34735,3,1660,2767 -"205299",75028,35360,3,1660,2043 -"205300",75028,37915,2,1660,1905 -"205301",75028,41682,3,1660,1988 -"205302",75028,42216,3,1660,2722 -"205303",75028,43404,3,1660,2649 -"205304",75028,46883,3,1660,1671 -"205305",75028,47947,3,1660,2681 -"205306",75028,54551,3,1660,2348 -"205307",75028,73107,3,1660,1918 -"205308",75067,3195,3,801,2043 -"205309",75067,3414,3,801,2322 -"205310",75067,10964,3,801,2043 -"205311",75067,11019,3,801,1299 -"205312",75067,11067,3,801,2734 -"205313",75067,12078,3,801,2381 -"205314",75067,12200,3,801,1400 -"205315",75067,12818,3,801,2015 -"205316",75067,15095,3,801,2001 -"205317",75067,18810,2,801,2671 -"205318",75067,20271,3,801,2044 -"205319",75067,21480,2,801,1646 -"205320",75067,24085,3,801,1253 -"205321",75067,24195,2,801,1575 -"205322",75067,29578,3,801,1957 -"205323",75067,30865,3,801,2038 -"205324",75067,32939,3,801,2277 -"205325",75067,35620,2,801,2092 -"205326",75067,36120,3,801,2971 -"205327",75067,45299,3,801,2426 -"205328",75067,46385,3,801,2225 -"205329",75067,57804,3,801,2214 -"205330",75067,66267,3,801,1278 -"205331",75067,68452,3,801,1606 -"205332",75073,8229,3,73,1241 -"205333",75165,24195,3,685,1575 -"205334",75165,35620,3,685,2092 -"205335",75168,499,3,699,1931 -"205336",75168,6113,3,699,1678 -"205337",75168,6162,3,699,1673 -"205338",75168,6942,3,699,1232 -"205339",75168,6982,3,699,2034 -"205340",75168,9311,3,699,2477 -"205341",75168,10843,3,699,2277 -"205342",75168,12373,3,699,1567 -"205343",75168,15626,3,699,2434 -"205344",75168,18393,3,699,860 -"205345",75168,19453,3,699,1928 -"205346",75168,20494,2,699,1075 -"205347",75168,20588,2,699,912 -"205348",75168,21448,1,699,2332 -"205349",75168,22311,3,699,2034 -"205350",75168,23232,1,699,884 -"205351",75168,24286,3,699,1280 -"205352",75168,26218,3,699,2460 -"205353",75168,26408,3,699,1545 -"205354",75168,33356,2,699,1586 -"205355",75168,33433,3,699,2805 -"205356",75168,38755,2,699,2902 -"205357",75168,39534,3,699,2410 -"205358",75168,44188,3,699,1609 -"205359",75168,55185,3,699,922 -"205360",75168,55324,3,699,1544 -"205361",75168,57337,3,699,1443 -"205362",75168,59113,3,699,2434 -"205363",75168,62538,3,699,1656 -"205364",75168,67788,3,699,837 -"205365",75168,73197,3,699,1998 -"205366",75168,77010,1,699,2639 -"205367",75168,79403,3,699,977 -"205368",75168,79612,3,699,927 -"205369",75168,90789,3,699,1218 -"205370",75169,499,3,1595,1931 -"205371",75169,1018,3,1595,1803 -"205372",75169,12713,3,1595,2440 -"205373",75169,76463,2,1595,2298 -"205374",75194,827,3,1736,2964 -"205375",75194,1624,3,1736,2687 -"205376",75194,2647,3,1736,2450 -"205377",75194,2927,3,1736,1789 -"205378",75194,4180,3,1736,1817 -"205379",75194,4551,2,1736,2720 -"205380",75194,5303,1,1736,1849 -"205381",75194,6040,3,1736,2103 -"205382",75194,7253,2,1736,2686 -"205383",75194,7254,1,1736,1849 -"205384",75194,9716,3,1736,1929 -"205385",75194,13388,2,1736,2119 -"205386",75194,14626,3,1736,2175 -"205387",75194,15207,3,1736,1855 -"205388",75194,17672,3,1736,1987 -"205389",75194,19509,2,1736,2000 -"205390",75194,21504,3,1736,2328 -"205391",75194,26513,3,1736,2205 -"205392",75194,28268,3,1736,2258 -"205393",75194,32582,3,1736,1929 -"205394",75194,34953,2,1736,1817 -"205395",75194,35264,3,1736,2329 -"205396",75194,41185,3,1736,1929 -"205397",75194,46616,3,1736,1917 -"205398",75194,47607,2,1736,2724 -"205399",75194,52380,3,1736,2686 -"205400",75194,53584,3,1736,2391 -"205401",75194,58945,2,1736,2481 -"205402",75194,59511,2,1736,2753 -"205403",75194,69029,3,1736,2623 -"205404",75194,75867,3,1736,2637 -"205405",75204,2743,3,894,1278 -"205406",75204,6162,3,894,1673 -"205407",75204,8274,2,894,1909 -"205408",75204,8327,2,894,2527 -"205409",75204,8533,3,894,2251 -"205410",75204,10799,3,894,2010 -"205411",75204,12067,3,894,1213 -"205412",75204,12713,3,894,2440 -"205413",75204,17410,3,894,2073 -"205414",75204,27390,3,894,2425 -"205415",75204,29280,3,894,2499 -"205416",75204,32097,3,894,1307 -"205417",75204,38816,3,894,1225 -"205418",75204,41682,3,894,1988 -"205419",75204,48274,3,894,1979 -"205420",75204,54879,3,894,2210 -"205421",75204,56920,3,894,2548 -"205422",75204,91579,3,894,2510 -"205423",75216,600,3,672,1702 -"205424",75216,1592,3,672,2006 -"205425",75216,1691,3,672,1941 -"205426",75216,2181,3,672,2030 -"205427",75216,2609,3,672,834 -"205428",75216,6104,3,672,2462 -"205429",75216,6252,3,672,2336 -"205430",75216,7515,3,672,2737 -"205431",75216,8011,3,672,889 -"205432",75216,11434,2,672,1187 -"205433",75216,11516,3,672,1937 -"205434",75216,12728,3,672,2374 -"205435",75216,12779,3,672,936 -"205436",75216,13248,3,672,1385 -"205437",75216,13837,2,672,1604 -"205438",75216,13895,3,672,687 -"205439",75216,14108,3,672,2012 -"205440",75216,15799,3,672,1917 -"205441",75216,17396,3,672,1672 -"205442",75216,18543,3,672,2968 -"205443",75216,19208,3,672,2629 -"205444",75216,19605,3,672,2395 -"205445",75216,19963,3,672,810 -"205446",75216,20343,3,672,851 -"205447",75216,20407,3,672,2339 -"205448",75216,20665,3,672,1311 -"205449",75216,21133,3,672,1320 -"205450",75216,22331,3,672,2687 -"205451",75216,23132,3,672,2756 -"205452",75216,23918,3,672,1881 -"205453",75216,24568,3,672,1937 -"205454",75216,25443,3,672,1441 -"205455",75216,26706,3,672,1846 -"205456",75216,27837,3,672,1315 -"205457",75216,28808,3,672,1063 -"205458",75216,29170,3,672,1846 -"205459",75216,31050,3,672,1491 -"205460",75216,32947,3,672,1091 -"205461",75216,33572,3,672,2370 -"205462",75216,35302,3,672,1589 -"205463",75216,38213,2,672,1744 -"205464",75216,39444,3,672,2695 -"205465",75216,40368,3,672,2876 -"205466",75216,41739,2,672,1339 -"205467",75216,46621,3,672,1343 -"205468",75216,47585,3,672,794 -"205469",75216,49189,3,672,1550 -"205470",75216,49620,2,672,1868 -"205471",75216,50480,3,672,2701 -"205472",75216,51116,3,672,1509 -"205473",75216,51628,3,672,901 -"205474",75216,52136,3,672,1412 -"205475",75216,53069,2,672,1664 -"205476",75216,55084,3,672,1189 -"205477",75216,55556,3,672,2075 -"205478",75216,59700,1,672,2346 -"205479",75216,61785,3,672,822 -"205480",75216,62219,3,672,2494 -"205481",75216,63409,3,672,1937 -"205482",75216,64181,3,672,1828 -"205483",75216,65625,3,672,1273 -"205484",75216,66413,3,672,2507 -"205485",75216,67314,3,672,1051 -"205486",75216,67805,3,672,1338 -"205487",75216,73305,3,672,2544 -"205488",75216,73675,3,672,887 -"205489",75216,74636,2,672,2525 -"205490",75216,75025,3,672,717 -"205491",75216,88232,3,672,2881 -"205492",75216,89958,3,672,1186 -"205493",75216,92322,2,672,2393 -"205494",75216,99103,3,672,1470 -"205495",75216,104280,3,672,887 -"205496",75216,105063,3,672,1908 -"205497",75216,105947,3,672,997 -"205498",75216,106466,3,672,953 -"205499",75216,108107,2,672,1704 -"205500",75216,109383,3,672,952 -"205501",75282,8062,3,2675,2858 -"205502",75282,63077,3,2675,2778 -"205503",75287,4313,3,460,2368 -"205504",75287,8478,3,460,984 -"205505",75287,9506,3,460,1012 -"205506",75287,9716,3,460,1929 -"205507",75287,14626,3,460,2175 -"205508",75287,14654,3,460,1692 -"205509",75287,18855,3,460,1362 -"205510",75287,21741,3,460,1574 -"205511",75287,30404,3,460,1810 -"205512",75287,31170,3,460,1776 -"205513",75287,41185,3,460,1929 -"205514",75287,45730,3,460,2063 -"205515",75287,46385,3,460,2225 -"205516",75287,78768,3,460,841 -"205517",75287,82226,3,460,1619 -"205518",75287,96349,2,460,1874 -"205519",75287,97266,3,460,1016 -"205520",75287,106963,1,460,686 -"205521",75295,7785,3,35,2441 -"205522",75295,32560,3,35,1258 -"205523",75295,32651,3,35,877 -"205524",75295,35797,3,35,2482 -"205525",75295,62772,1,35,105 -"205526",75295,71479,3,35,482 -"205527",75295,109307,3,35,1187 -"205528",75312,1195,3,522,1322 -"205529",75312,3271,3,522,2216 -"205530",75312,4957,3,522,644 -"205531",75312,5568,3,522,1290 -"205532",75312,9272,3,522,2835 -"205533",75312,10222,3,522,2212 -"205534",75312,11029,3,522,2362 -"205535",75312,12031,3,522,1957 -"205536",75312,13394,3,522,1667 -"205537",75312,16296,1,522,2626 -"205538",75312,16384,3,522,1320 -"205539",75312,17812,3,522,2705 -"205540",75312,17841,3,522,1700 -"205541",75312,23430,2,522,904 -"205542",75312,27379,3,522,2461 -"205543",75312,27686,3,522,2844 -"205544",75312,30486,3,522,1269 -"205545",75312,31001,3,522,2119 -"205546",75312,32678,3,522,1439 -"205547",75312,38915,3,522,746 -"205548",75312,41418,3,522,535 -"205549",75312,41953,3,522,945 -"205550",75312,43226,3,522,2442 -"205551",75312,43929,3,522,2749 -"205552",75312,47889,3,522,992 -"205553",75312,48110,3,522,2009 -"205554",75312,51035,3,522,2397 -"205555",75312,55892,3,522,1234 -"205556",75312,58508,3,522,2326 -"205557",75312,61245,3,522,955 -"205558",75312,69335,3,522,2698 -"205559",75312,70433,3,522,2639 -"205560",75312,80301,3,522,1690 -"205561",75312,86580,3,522,696 -"205562",75312,99288,3,522,983 -"205563",75312,99427,3,522,1706 -"205564",75323,512,3,873,1596 -"205565",75323,30981,3,873,2366 -"205566",75323,43226,3,873,2442 -"205567",75323,54388,3,873,1257 -"205568",75323,57990,3,873,978 -"205569",75343,602,2,2008,2632 -"205570",75343,762,3,2008,2671 -"205571",75343,3011,1,2008,2278 -"205572",75343,3765,3,2008,2775 -"205573",75343,4701,3,2008,2401 -"205574",75343,6982,2,2008,2034 -"205575",75343,9311,3,2008,2477 -"205576",75343,10843,3,2008,2277 -"205577",75343,12703,3,2008,2689 -"205578",75343,14103,3,2008,2204 -"205579",75343,14723,1,2008,2019 -"205580",75343,22311,2,2008,2034 -"205581",75343,28982,3,2008,2746 -"205582",75343,33433,3,2008,2805 -"205583",75343,54879,3,2008,2210 -"205584",75343,58993,3,2008,2390 -"205585",75343,59113,3,2008,2434 -"205586",75403,270,3,1895,2542 -"205587",75403,380,3,1895,2261 -"205588",75403,1102,3,1895,2282 -"205589",75403,1196,3,1895,1986 -"205590",75403,1315,3,1895,2760 -"205591",75403,1592,3,1895,2006 -"205592",75403,1691,3,1895,1941 -"205593",75403,2111,3,1895,1904 -"205594",75403,2195,3,1895,2139 -"205595",75403,2289,3,1895,2389 -"205596",75403,3306,3,1895,1989 -"205597",75403,3493,2,1895,2451 -"205598",75403,3961,3,1895,2426 -"205599",75403,4191,3,1895,2130 -"205600",75403,4953,3,1895,2285 -"205601",75403,5041,3,1895,2371 -"205602",75403,5072,2,1895,2175 -"205603",75403,5315,3,1895,2631 -"205604",75403,5350,3,1895,2522 -"205605",75403,5622,2,1895,2175 -"205606",75403,5971,2,1895,1985 -"205607",75403,6047,2,1895,2004 -"205608",75403,6222,3,1895,1949 -"205609",75403,6390,3,1895,2385 -"205610",75403,6588,3,1895,2025 -"205611",75403,7180,3,1895,2227 -"205612",75403,7234,2,1895,2654 -"205613",75403,7555,3,1895,1943 -"205614",75403,9311,3,1895,2477 -"205615",75403,9654,3,1895,2111 -"205616",75403,9928,2,1895,2345 -"205617",75403,10358,2,1895,2294 -"205618",75403,10857,2,1895,2253 -"205619",75403,11218,3,1895,2292 -"205620",75403,11477,3,1895,2724 -"205621",75403,12035,3,1895,2721 -"205622",75403,12042,2,1895,2345 -"205623",75403,12374,3,1895,2260 -"205624",75403,12728,3,1895,2374 -"205625",75403,13307,3,1895,2206 -"205626",75403,13311,3,1895,2315 -"205627",75403,14032,1,1895,2144 -"205628",75403,14108,3,1895,2012 -"205629",75403,15003,3,1895,2067 -"205630",75403,15309,3,1895,2820 -"205631",75403,16352,3,1895,2657 -"205632",75403,16863,3,1895,2069 -"205633",75403,17400,1,1895,2231 -"205634",75403,18005,3,1895,2449 -"205635",75403,18361,3,1895,2968 -"205636",75403,18394,3,1895,2356 -"205637",75403,18874,3,1895,2170 -"205638",75403,19622,3,1895,2371 -"205639",75403,20124,3,1895,2376 -"205640",75403,20311,3,1895,1981 -"205641",75403,20407,3,1895,2339 -"205642",75403,21693,3,1895,2176 -"205643",75403,22197,3,1895,2271 -"205644",75403,22326,3,1895,2818 -"205645",75403,23011,3,1895,2763 -"205646",75403,23310,2,1895,2371 -"205647",75403,23509,3,1895,2275 -"205648",75403,23526,3,1895,1998 -"205649",75403,23725,2,1895,2378 -"205650",75403,26067,3,1895,2069 -"205651",75403,26080,3,1895,2525 -"205652",75403,26848,3,1895,2363 -"205653",75403,29929,3,1895,2789 -"205654",75403,29930,3,1895,2240 -"205655",75403,30334,3,1895,2075 -"205656",75403,30405,3,1895,2164 -"205657",75403,31093,1,1895,2160 -"205658",75403,31436,3,1895,2892 -"205659",75403,32919,2,1895,2321 -"205660",75403,33433,3,1895,2805 -"205661",75403,34480,3,1895,2755 -"205662",75403,34735,3,1895,2767 -"205663",75403,35815,3,1895,2789 -"205664",75403,35926,3,1895,2371 -"205665",75403,37636,3,1895,2178 -"205666",75403,41955,3,1895,2479 -"205667",75403,43213,1,1895,2160 -"205668",75403,45684,2,1895,2200 -"205669",75403,45729,3,1895,2606 -"205670",75403,45903,3,1895,2237 -"205671",75403,46629,3,1895,2255 -"205672",75403,46982,3,1895,2806 -"205673",75403,47857,3,1895,2325 -"205674",75403,48215,3,1895,2028 -"205675",75403,49608,3,1895,2184 -"205676",75403,50134,3,1895,2674 -"205677",75403,50236,2,1895,2339 -"205678",75403,51144,3,1895,2466 -"205679",75403,51783,3,1895,2599 -"205680",75403,52576,3,1895,2234 -"205681",75403,54551,2,1895,2348 -"205682",75403,54929,3,1895,2783 -"205683",75403,56082,1,1895,2395 -"205684",75403,56237,3,1895,2625 -"205685",75403,58508,3,1895,2326 -"205686",75403,60280,3,1895,1918 -"205687",75403,64947,3,1895,2489 -"205688",75403,67726,3,1895,2873 -"205689",75403,72207,2,1895,2430 -"205690",75403,72326,3,1895,2384 -"205691",75403,74636,3,1895,2525 -"205692",75403,76048,3,1895,2373 -"205693",75403,79804,3,1895,2227 -"205694",75403,82732,3,1895,2810 -"205695",75403,82932,3,1895,2245 -"205696",75403,82949,3,1895,2077 -"205697",75403,86245,2,1895,1972 -"205698",75403,87837,3,1895,1987 -"205699",75403,88232,3,1895,2881 -"205700",75444,99351,3,2846,2939 -"205701",75481,3961,3,969,2426 -"205702",75481,4665,3,969,1569 -"205703",75481,8568,3,969,2706 -"205704",75481,16015,3,969,1307 -"205705",75481,16286,3,969,2470 -"205706",75481,28051,3,969,2089 -"205707",75481,37238,3,969,2609 -"205708",75481,41633,3,969,1976 -"205709",75481,50354,3,969,1299 -"205710",75481,58521,3,969,2950 -"205711",75481,61125,3,969,1673 -"205712",75488,5785,3,460,1261 -"205713",75488,28130,3,460,908 -"205714",75488,30883,3,460,1629 -"205715",75488,44921,3,460,550 -"205716",75488,50487,2,460,744 -"205717",75488,51616,3,460,761 -"205718",75488,54522,3,460,699 -"205719",75488,79371,3,460,1624 -"205720",75488,87519,3,460,595 -"205721",75502,3520,2,1474,2281 -"205722",75502,3786,2,1474,2282 -"205723",75502,5606,3,1474,2875 -"205724",75502,17952,3,1474,1530 -"205725",75502,19687,3,1474,2072 -"205726",75502,21352,2,1474,1604 -"205727",75502,23731,3,1474,1656 -"205728",75502,25286,2,1474,1545 -"205729",75502,28355,3,1474,2053 -"205730",75502,29276,1,1474,2000 -"205731",75502,31087,3,1474,1757 -"205732",75502,33363,2,1474,2475 -"205733",75502,34953,3,1474,1817 -"205734",75502,40715,3,1474,2258 -"205735",75502,45299,3,1474,2426 -"205736",75502,49334,3,1474,2433 -"205737",75502,80050,3,1474,2698 -"205738",75502,91772,3,1474,2233 -"205739",75537,13136,2,1331,2867 -"205740",75537,22723,3,1331,2859 -"205741",75537,74771,3,1331,2935 -"205742",75537,92860,3,1331,1643 -"205743",75554,25722,3,778,1697 -"205744",75607,2093,3,2245,2459 -"205745",75607,4671,3,2245,2280 -"205746",75607,11067,2,2245,2734 -"205747",75607,20162,3,2245,2328 -"205748",75607,32939,3,2245,2277 -"205749",75607,83838,3,2245,2263 -"205750",75648,600,3,523,1702 -"205751",75648,913,3,523,2144 -"205752",75648,4730,3,523,2131 -"205753",75648,7515,3,523,2737 -"205754",75648,11434,3,523,1187 -"205755",75648,11516,3,523,1937 -"205756",75648,19858,1,523,2357 -"205757",75648,20200,3,523,2322 -"205758",75648,21575,3,523,1762 -"205759",75648,22684,2,523,569 -"205760",75648,23132,3,523,2756 -"205761",75648,24568,3,523,1937 -"205762",75648,24802,1,523,824 -"205763",75648,25976,3,523,659 -"205764",75648,26642,3,523,2952 -"205765",75648,28800,2,523,528 -"205766",75648,31089,2,523,2952 -"205767",75648,32947,3,523,1091 -"205768",75648,35302,3,523,1589 -"205769",75648,35873,3,523,1377 -"205770",75648,41338,3,523,1553 -"205771",75648,42756,3,523,1384 -"205772",75648,47148,2,523,569 -"205773",75648,48602,3,523,1704 -"205774",75648,53643,2,523,1626 -"205775",75648,63409,2,523,1937 -"205776",75648,68586,3,523,2322 -"205777",75648,69012,2,523,799 -"205778",75648,73305,3,523,2544 -"205779",75648,100229,3,523,550 -"205780",75648,104280,3,523,887 -"205781",75650,10875,3,972,1234 -"205782",75650,13929,2,972,2693 -"205783",75650,36962,3,972,2861 -"205784",75650,43112,3,972,2564 -"205785",75650,55691,3,972,2856 -"205786",75650,94101,3,972,997 -"205787",75662,1275,2,95,2068 -"205788",75662,2731,3,95,434 -"205789",75662,4289,3,95,1921 -"205790",75662,6366,3,95,798 -"205791",75662,6417,3,95,1675 -"205792",75662,9950,3,95,920 -"205793",75662,11576,3,95,808 -"205794",75662,13987,3,95,507 -"205795",75662,14287,3,95,1583 -"205796",75662,14943,3,95,1942 -"205797",75662,16053,3,95,908 -"205798",75662,16826,3,95,2599 -"205799",75662,17484,3,95,1256 -"205800",75662,17997,2,95,1621 -"205801",75662,18103,2,95,1968 -"205802",75662,20975,3,95,1305 -"205803",75662,28015,2,95,1624 -"205804",75662,28501,3,95,2242 -"205805",75662,28784,3,95,1579 -"205806",75662,30865,3,95,2038 -"205807",75662,31069,3,95,1995 -"205808",75662,33665,3,95,787 -"205809",75662,35529,3,95,1620 -"205810",75662,38227,3,95,2511 -"205811",75662,40432,2,95,1956 -"205812",75662,47386,3,95,2226 -"205813",75662,56807,1,95,1571 -"205814",75662,57977,3,95,2683 -"205815",75662,68801,3,95,116 -"205816",75662,70736,3,95,1512 -"205817",75662,74795,2,95,1319 -"205818",75662,76511,3,95,1250 -"205819",75662,82301,3,95,1621 -"205820",75662,83140,1,95,1630 -"205821",75662,92524,3,95,1650 -"205822",75662,100140,3,95,1041 -"205823",75662,100568,1,95,160 -"205824",75662,102284,3,95,2877 -"205825",75700,4144,2,313,1520 -"205826",75700,10337,2,313,2452 -"205827",75700,15502,3,313,2637 -"205828",75700,18072,1,313,421 -"205829",75700,18319,2,313,1439 -"205830",75700,18428,3,313,343 -"205831",75700,19190,3,313,2677 -"205832",75700,19323,2,313,1705 -"205833",75700,19358,3,313,880 -"205834",75700,23430,3,313,904 -"205835",75700,24044,3,313,1076 -"205836",75700,32070,3,313,950 -"205837",75700,32678,1,313,1439 -"205838",75700,35911,2,313,2370 -"205839",75700,43768,3,313,1468 -"205840",75700,43905,3,313,756 -"205841",75700,45628,1,313,527 -"205842",75700,46568,3,313,822 -"205843",75700,49708,3,313,1147 -"205844",75700,54737,3,313,326 -"205845",75700,55364,3,313,326 -"205846",75700,56168,3,313,1466 -"205847",75700,72207,3,313,2430 -"205848",75700,79772,3,313,1230 -"205849",75700,79793,3,313,1915 -"205850",75700,83161,2,313,1352 -"205851",75700,96349,3,313,1874 -"205852",75862,3100,3,96,2524 -"205853",75862,3403,3,96,2951 -"205854",75862,3405,3,96,2438 -"205855",75862,3786,3,96,2282 -"205856",75862,5673,3,96,1567 -"205857",75862,6071,3,96,2310 -"205858",75862,6078,3,96,498 -"205859",75862,6432,3,96,2297 -"205860",75862,9063,3,96,2000 -"205861",75862,9912,3,96,1356 -"205862",75862,11135,2,96,2441 -"205863",75862,12031,3,96,1957 -"205864",75862,12481,3,96,1086 -"205865",75862,15502,3,96,2637 -"205866",75862,15916,3,96,1236 -"205867",75862,16046,3,96,103 -"205868",75862,16545,2,96,186 -"205869",75862,16593,3,96,1139 -"205870",75862,17948,3,96,107 -"205871",75862,19687,2,96,2072 -"205872",75862,19972,3,96,2078 -"205873",75862,20413,3,96,806 -"205874",75862,21352,3,96,1604 -"205875",75862,21895,3,96,1693 -"205876",75862,21976,3,96,1808 -"205877",75862,23330,3,96,448 -"205878",75862,23639,2,96,2065 -"205879",75862,23731,3,96,1656 -"205880",75862,24116,3,96,1413 -"205881",75862,24734,3,96,338 -"205882",75862,25270,1,96,985 -"205883",75862,25286,2,96,1545 -"205884",75862,25451,2,96,698 -"205885",75862,26567,2,96,1158 -"205886",75862,28567,3,96,2398 -"205887",75862,29534,3,96,1199 -"205888",75862,34055,3,96,1881 -"205889",75862,34334,2,96,1637 -"205890",75862,34559,3,96,1105 -"205891",75862,38422,3,96,1019 -"205892",75862,42195,3,96,573 -"205893",75862,42486,3,96,1951 -"205894",75862,45487,3,96,2256 -"205895",75862,47330,3,96,2422 -"205896",75862,48764,1,96,860 -"205897",75862,51448,3,96,1593 -"205898",75862,55733,3,96,161 -"205899",75862,56212,3,96,1410 -"205900",75862,56673,3,96,2419 -"205901",75862,58233,3,96,1665 -"205902",75862,62498,3,96,1698 -"205903",75862,65223,3,96,2724 -"205904",75862,67763,3,96,822 -"205905",75862,68670,3,96,565 -"205906",75862,78460,2,96,985 -"205907",75862,79025,3,96,1473 -"205908",75862,79236,3,96,1505 -"205909",75862,79404,3,96,1079 -"205910",75862,80728,3,96,599 -"205911",75862,81134,2,96,1384 -"205912",75862,83541,3,96,555 -"205913",75862,92381,2,96,1237 -"205914",75862,93317,3,96,1223 -"205915",75862,95661,2,96,872 -"205916",75862,97940,3,96,431 -"205917",75862,102559,3,96,167 -"205918",75862,104065,1,96,194 -"205919",75862,104542,2,96,897 -"205920",75862,106554,3,96,1270 -"205921",75862,110023,2,96,230 -"205922",75862,114769,2,96,1108 -"205923",75862,115194,3,96,604 -"205924",75862,116792,2,96,2397 -"205925",75862,118806,3,96,135 -"205926",75870,325,3,193,495 -"205927",75870,512,3,193,1596 -"205928",75870,1034,3,193,1438 -"205929",75870,1592,3,193,2006 -"205930",75870,2143,2,193,1174 -"205931",75870,2269,3,193,984 -"205932",75870,2424,3,193,2582 -"205933",75870,2563,3,193,1686 -"205934",75870,2731,3,193,434 -"205935",75870,4317,3,193,1224 -"205936",75870,4701,3,193,2401 -"205937",75870,4790,2,193,1025 -"205938",75870,4791,2,193,1184 -"205939",75870,6718,3,193,2138 -"205940",75870,7582,3,193,1099 -"205941",75870,8529,3,193,1205 -"205942",75870,12304,3,193,439 -"205943",75870,12863,3,193,2027 -"205944",75870,12887,3,193,433 -"205945",75870,14678,3,193,799 -"205946",75870,14834,3,193,2739 -"205947",75870,15799,3,193,1917 -"205948",75870,18393,3,193,860 -"205949",75870,18707,3,193,1143 -"205950",75870,19668,3,193,696 -"205951",75870,19719,3,193,2177 -"205952",75870,20287,3,193,1099 -"205953",75870,21122,3,193,1701 -"205954",75870,21197,3,193,1437 -"205955",75870,21198,2,193,935 -"205956",75870,21285,3,193,2100 -"205957",75870,21617,3,193,516 -"205958",75870,22282,3,193,1418 -"205959",75870,22362,3,193,1836 -"205960",75870,23450,3,193,967 -"205961",75870,24755,3,193,1319 -"205962",75870,26451,3,193,2133 -"205963",75870,26749,3,193,2965 -"205964",75870,27175,3,193,1447 -"205965",75870,27390,3,193,2425 -"205966",75870,27849,3,193,1316 -"205967",75870,28057,3,193,1067 -"205968",75870,28124,3,193,434 -"205969",75870,29124,3,193,199 -"205970",75870,29705,1,193,607 -"205971",75870,29987,3,193,956 -"205972",75870,32017,3,193,577 -"205973",75870,32601,3,193,1033 -"205974",75870,34836,2,193,2302 -"205975",75870,35095,3,193,1502 -"205976",75870,38019,3,193,1870 -"205977",75870,39535,3,193,2428 -"205978",75870,41174,3,193,850 -"205979",75870,41315,3,193,439 -"205980",75870,41901,3,193,630 -"205981",75870,42687,3,193,1952 -"205982",75870,42725,3,193,630 -"205983",75870,43051,2,193,904 -"205984",75870,43385,3,193,1623 -"205985",75870,44059,2,193,525 -"205986",75870,45660,3,193,618 -"205987",75870,46723,2,193,607 -"205988",75870,47585,3,193,794 -"205989",75870,48414,3,193,1749 -"205990",75870,50219,2,193,756 -"205991",75870,50685,3,193,2008 -"205992",75870,51810,3,193,1401 -"205993",75870,52058,3,193,1836 -"205994",75870,52576,3,193,2234 -"205995",75870,55468,3,193,2511 -"205996",75870,57348,3,193,687 -"205997",75870,57353,3,193,1849 -"205998",75870,57950,3,193,1529 -"205999",75870,57990,3,193,978 -"206000",75870,58508,3,193,2326 -"206001",75870,58652,3,193,1437 -"206002",75870,58854,3,193,1131 -"206003",75870,64181,3,193,1828 -"206004",75870,65007,3,193,2530 -"206005",75870,66860,3,193,1548 -"206006",75870,68043,3,193,690 -"206007",75870,70603,3,193,1002 -"206008",75870,71342,3,193,1289 -"206009",75870,72468,2,193,2292 -"206010",75870,72956,3,193,1251 -"206011",75870,73136,3,193,328 -"206012",75870,75921,3,193,517 -"206013",75870,75948,2,193,1006 -"206014",75870,76127,3,193,910 -"206015",75870,77305,3,193,965 -"206016",75870,78270,3,193,1171 -"206017",75870,79322,3,193,2770 -"206018",75870,80242,3,193,569 -"206019",75870,81588,3,193,1568 -"206020",75870,82787,3,193,1144 -"206021",75870,82949,3,193,2077 -"206022",75870,83434,3,193,850 -"206023",75870,89097,3,193,935 -"206024",75870,89541,3,193,525 -"206025",75870,90573,3,193,878 -"206026",75870,92220,2,193,607 -"206027",75870,94179,3,193,2000 -"206028",75870,94520,3,193,1243 -"206029",75870,97273,3,193,475 -"206030",75870,99444,2,193,408 -"206031",75870,105602,3,193,434 -"206032",75870,105742,3,193,231 -"206033",75870,109510,3,193,621 -"206034",75870,109904,3,193,214 -"206035",75870,110399,3,193,480 -"206036",75880,758,3,477,1232 -"206037",75880,2576,3,477,1307 -"206038",75880,5346,3,477,1438 -"206039",75880,5897,3,477,2337 -"206040",75880,9484,3,477,1429 -"206041",75880,10387,3,477,871 -"206042",75880,10453,3,477,1656 -"206043",75880,13136,3,477,2867 -"206044",75880,14532,3,477,1193 -"206045",75880,14676,3,477,2764 -"206046",75880,15207,3,477,1855 -"206047",75880,18550,3,477,483 -"206048",75880,19675,2,477,2025 -"206049",75880,20847,3,477,491 -"206050",75880,21240,2,477,1162 -"206051",75880,26182,3,477,2775 -"206052",75880,29687,3,477,1453 -"206053",75880,30631,3,477,951 -"206054",75880,36912,3,477,2469 -"206055",75880,39418,3,477,1978 -"206056",75880,70583,3,477,2615 -"206057",75880,72597,2,477,1843 -"206058",75880,74055,3,477,1544 -"206059",75880,84447,2,477,1006 -"206060",75880,92860,2,477,1643 -"206061",75880,94520,3,477,1243 -"206062",75880,104098,3,477,512 -"206063",75880,106399,3,477,1530 -"206064",75880,113116,3,477,769 -"206065",75884,3016,3,520,747 -"206066",75884,5568,3,520,1290 -"206067",75884,7245,3,520,2089 -"206068",75884,8512,2,520,935 -"206069",75884,12610,3,520,1274 -"206070",75884,14025,3,520,2384 -"206071",75884,18415,3,520,2184 -"206072",75884,25886,3,520,1580 -"206073",75884,29073,3,520,2328 -"206074",75884,30974,3,520,947 -"206075",75884,31700,3,520,2727 -"206076",75884,34945,3,520,1298 -"206077",75884,37937,3,520,1320 -"206078",75884,44464,3,520,1619 -"206079",75884,62957,3,520,1170 -"206080",75884,70854,3,520,635 -"206081",75884,82226,3,520,1619 -"206082",75884,82426,1,520,1576 -"206083",75884,84768,3,520,1291 -"206084",75898,134,3,889,2062 -"206085",75898,145,1,889,1998 -"206086",75898,312,3,889,2038 -"206087",75898,380,3,889,2261 -"206088",75898,470,3,889,2285 -"206089",75898,600,2,889,1702 -"206090",75898,913,1,889,2144 -"206091",75898,1102,2,889,2282 -"206092",75898,1691,3,889,1941 -"206093",75898,1777,3,889,1965 -"206094",75898,2143,3,889,1174 -"206095",75898,2224,3,889,2751 -"206096",75898,2484,3,889,2389 -"206097",75898,2572,3,889,2273 -"206098",75898,2625,2,889,2152 -"206099",75898,2954,2,889,2727 -"206100",75898,3352,3,889,1707 -"206101",75898,3748,3,889,2052 -"206102",75898,3801,3,889,1974 -"206103",75898,4084,3,889,2133 -"206104",75898,4226,3,889,1903 -"206105",75898,4687,2,889,2152 -"206106",75898,4790,3,889,1025 -"206107",75898,5078,3,889,2033 -"206108",75898,5326,3,889,2652 -"206109",75898,5429,3,889,1991 -"206110",75898,5457,3,889,2077 -"206111",75898,5462,3,889,2374 -"206112",75898,5504,3,889,2389 -"206113",75898,6052,2,889,1985 -"206114",75898,6074,3,889,2426 -"206115",75898,6390,2,889,2385 -"206116",75898,6417,3,889,1675 -"206117",75898,6428,3,889,1952 -"206118",75898,6491,3,889,2424 -"206119",75898,6821,3,889,1788 -"206120",75898,7515,3,889,2737 -"206121",75898,7858,3,889,1795 -"206122",75898,8529,2,889,1205 -"206123",75898,8866,2,889,1545 -"206124",75898,8888,1,889,1328 -"206125",75898,9150,3,889,2689 -"206126",75898,9362,2,889,2879 -"206127",75898,9423,3,889,1708 -"206128",75898,9511,2,889,1232 -"206129",75898,9702,3,889,1928 -"206130",75898,9805,2,889,1621 -"206131",75898,10433,3,889,2075 -"206132",75898,10513,3,889,2284 -"206133",75898,11434,3,889,1187 -"206134",75898,11516,3,889,1937 -"206135",75898,12081,3,889,2166 -"206136",75898,12199,2,889,1651 -"206137",75898,12528,3,889,2589 -"206138",75898,12602,3,889,1956 -"206139",75898,12618,3,889,2021 -"206140",75898,12724,3,889,1930 -"206141",75898,12982,3,889,2143 -"206142",75898,13068,3,889,1778 -"206143",75898,14652,2,889,2516 -"206144",75898,14655,3,889,2559 -"206145",75898,14767,3,889,2068 -"206146",75898,14918,3,889,2071 -"206147",75898,15539,3,889,1929 -"206148",75898,15632,3,889,1242 -"206149",75898,16015,3,889,1307 -"206150",75898,16535,3,889,1993 -"206151",75898,16940,3,889,1290 -"206152",75898,17351,3,889,2036 -"206153",75898,17520,3,889,2276 -"206154",75898,17549,3,889,2647 -"206155",75898,17698,2,889,1559 -"206156",75898,18543,3,889,2968 -"206157",75898,18670,3,889,1835 -"206158",75898,19096,3,889,1538 -"206159",75898,19248,3,889,2357 -"206160",75898,19335,3,889,1729 -"206161",75898,20176,3,889,1050 -"206162",75898,21079,3,889,1997 -"206163",75898,21198,3,889,935 -"206164",75898,21225,3,889,1945 -"206165",75898,21422,3,889,935 -"206166",75898,21682,3,889,2414 -"206167",75898,21929,3,889,2062 -"206168",75898,22282,3,889,1418 -"206169",75898,22567,3,889,2396 -"206170",75898,23132,3,889,2756 -"206171",75898,23725,3,889,2378 -"206172",75898,23729,3,889,1624 -"206173",75898,23918,3,889,1881 -"206174",75898,24448,2,889,2289 -"206175",75898,24568,2,889,1937 -"206176",75898,25341,3,889,1858 -"206177",75898,25378,3,889,1245 -"206178",75898,25443,3,889,1441 -"206179",75898,25816,3,889,2088 -"206180",75898,26067,3,889,2069 -"206181",75898,27275,2,889,2656 -"206182",75898,27390,2,889,2425 -"206183",75898,27391,3,889,2378 -"206184",75898,28216,3,889,1910 -"206185",75898,29170,3,889,1846 -"206186",75898,29308,3,889,2094 -"206187",75898,29982,3,889,1372 -"206188",75898,30052,3,889,2855 -"206189",75898,30325,3,889,1067 -"206190",75898,30883,3,889,1629 -"206191",75898,31235,1,889,2668 -"206192",75898,32947,3,889,1091 -"206193",75898,33285,3,889,1327 -"206194",75898,33383,3,889,1572 -"206195",75898,33981,3,889,1993 -"206196",75898,35095,3,889,1502 -"206197",75898,36087,3,889,2755 -"206198",75898,38780,2,889,2705 -"206199",75898,40383,3,889,2639 -"206200",75898,40493,3,889,1981 -"206201",75898,41739,3,889,1339 -"206202",75898,41900,3,889,1970 -"206203",75898,42216,3,889,2722 -"206204",75898,42799,3,889,2729 -"206205",75898,42925,3,889,1358 -"206206",75898,43941,3,889,1289 -"206207",75898,45302,3,889,2390 -"206208",75898,45650,3,889,1528 -"206209",75898,46040,3,889,2105 -"206210",75898,47445,2,889,2668 -"206211",75898,52327,3,889,1472 -"206212",75898,52576,3,889,2234 -"206213",75898,52735,2,889,1124 -"206214",75898,55320,3,889,1643 -"206215",75898,56082,3,889,2395 -"206216",75898,57544,2,889,2443 -"206217",75898,62602,3,889,1172 -"206218",75898,63409,2,889,1937 -"206219",75898,64181,3,889,1828 -"206220",75898,64232,3,889,1275 -"206221",75898,65625,3,889,1273 -"206222",75898,66413,3,889,2507 -"206223",75898,67652,3,889,2736 -"206224",75898,70455,3,889,1307 -"206225",75898,73305,3,889,2544 -"206226",75898,76127,3,889,910 -"206227",75898,76892,3,889,2381 -"206228",75898,79436,3,889,1344 -"206229",75898,82949,3,889,2077 -"206230",75898,86245,3,889,1972 -"206231",75898,88808,3,889,1462 -"206232",75898,94179,3,889,2000 -"206233",75898,105063,3,889,1908 -"206234",75921,145,3,517,1998 -"206235",75921,312,3,517,2038 -"206236",75921,380,3,517,2261 -"206237",75921,913,3,517,2144 -"206238",75921,1067,3,517,918 -"206239",75921,1102,3,517,2282 -"206240",75921,1323,3,517,1659 -"206241",75921,1592,1,517,2006 -"206242",75921,1691,2,517,1941 -"206243",75921,2011,2,517,2176 -"206244",75921,2143,2,517,1174 -"206245",75921,2208,3,517,2814 -"206246",75921,2289,3,517,2389 -"206247",75921,2334,3,517,2619 -"206248",75921,2349,3,517,1288 -"206249",75921,2484,3,517,2389 -"206250",75921,2572,3,517,2273 -"206251",75921,2609,3,517,834 -"206252",75921,2684,3,517,2874 -"206253",75921,2704,3,517,2609 -"206254",75921,3144,3,517,869 -"206255",75921,3163,2,517,2020 -"206256",75921,3352,3,517,1707 -"206257",75921,3493,3,517,2451 -"206258",75921,3801,2,517,1974 -"206259",75921,4317,3,517,1224 -"206260",75921,4360,3,517,1770 -"206261",75921,4504,3,517,1905 -"206262",75921,4690,3,517,1938 -"206263",75921,4707,2,517,2588 -"206264",75921,4790,3,517,1025 -"206265",75921,5018,3,517,640 -"206266",75921,5258,3,517,2730 -"206267",75921,6052,3,517,1985 -"206268",75921,6104,3,517,2462 -"206269",75921,6252,3,517,2336 -"206270",75921,6390,2,517,2385 -"206271",75921,6491,3,517,2424 -"206272",75921,6627,3,517,2063 -"206273",75921,6697,2,517,2438 -"206274",75921,7582,3,517,1099 -"206275",75921,7703,3,517,2122 -"206276",75921,8011,3,517,889 -"206277",75921,8529,3,517,1205 -"206278",75921,8762,3,517,2585 -"206279",75921,8866,2,517,1545 -"206280",75921,8888,2,517,1328 -"206281",75921,8910,3,517,1054 -"206282",75921,9311,3,517,2477 -"206283",75921,9362,3,517,2879 -"206284",75921,9511,3,517,1232 -"206285",75921,9702,3,517,1928 -"206286",75921,9805,3,517,1621 -"206287",75921,10488,3,517,1524 -"206288",75921,10513,3,517,2284 -"206289",75921,11055,3,517,2111 -"206290",75921,11103,3,517,2393 -"206291",75921,11351,3,517,2971 -"206292",75921,11434,3,517,1187 -"206293",75921,12199,3,517,1651 -"206294",75921,12602,3,517,1956 -"206295",75921,12724,3,517,1930 -"206296",75921,12779,3,517,936 -"206297",75921,13248,3,517,1385 -"206298",75921,13837,3,517,1604 -"206299",75921,13869,3,517,1786 -"206300",75921,14108,2,517,2012 -"206301",75921,14655,3,517,2559 -"206302",75921,14656,3,517,584 -"206303",75921,14678,3,517,799 -"206304",75921,14731,2,517,2012 -"206305",75921,14834,3,517,2739 -"206306",75921,15713,3,517,1646 -"206307",75921,16053,3,517,908 -"206308",75921,18502,3,517,1033 -"206309",75921,18543,3,517,2968 -"206310",75921,18571,3,517,2128 -"206311",75921,18735,3,517,1581 -"206312",75921,19173,3,517,1686 -"206313",75921,19718,3,517,1702 -"206314",75921,19882,3,517,565 -"206315",75921,20070,3,517,1914 -"206316",75921,20124,3,517,2376 -"206317",75921,20311,3,517,1981 -"206318",75921,20343,3,517,851 -"206319",75921,20407,2,517,2339 -"206320",75921,21133,2,517,1320 -"206321",75921,21235,3,517,541 -"206322",75921,21463,3,517,2437 -"206323",75921,21682,2,517,2414 -"206324",75921,21929,3,517,2062 -"206325",75921,22141,2,517,2348 -"206326",75921,22165,2,517,1501 -"206327",75921,23403,1,517,607 -"206328",75921,23729,3,517,1624 -"206329",75921,24060,3,517,2349 -"206330",75921,24198,3,517,2217 -"206331",75921,24256,3,517,2393 -"206332",75921,24512,3,517,1369 -"206333",75921,25565,3,517,2764 -"206334",75921,25874,3,517,2088 -"206335",75921,26342,3,517,527 -"206336",75921,26608,3,517,2329 -"206337",75921,26713,3,517,1235 -"206338",75921,27390,3,517,2425 -"206339",75921,28048,3,517,1637 -"206340",75921,28056,2,517,1505 -"206341",75921,28626,3,517,2842 -"206342",75921,28808,2,517,1063 -"206343",75921,29170,3,517,1846 -"206344",75921,29722,3,517,1305 -"206345",75921,29948,3,517,2795 -"206346",75921,30325,3,517,1067 -"206347",75921,30405,3,517,2164 -"206348",75921,30411,3,517,630 -"206349",75921,31164,3,517,1996 -"206350",75921,31235,3,517,2668 -"206351",75921,33241,3,517,632 -"206352",75921,33285,3,517,1327 -"206353",75921,33433,3,517,2805 -"206354",75921,33622,2,517,2230 -"206355",75921,34314,3,517,630 -"206356",75921,34836,3,517,2302 -"206357",75921,34945,3,517,1298 -"206358",75921,35045,3,517,1646 -"206359",75921,36087,2,517,2755 -"206360",75921,36439,3,517,2469 -"206361",75921,37509,2,517,1640 -"206362",75921,37628,3,517,819 -"206363",75921,37800,3,517,604 -"206364",75921,38213,2,517,1744 -"206365",75921,39105,3,517,2487 -"206366",75921,39535,3,517,2428 -"206367",75921,39865,3,517,849 -"206368",75921,40226,3,517,880 -"206369",75921,40369,3,517,2735 -"206370",75921,40493,3,517,1981 -"206371",75921,40703,3,517,1608 -"206372",75921,41085,3,517,637 -"206373",75921,41187,3,517,2340 -"206374",75921,41901,3,517,630 -"206375",75921,42216,3,517,2722 -"206376",75921,42756,3,517,1384 -"206377",75921,43173,3,517,2895 -"206378",75921,43213,3,517,2160 -"206379",75921,43568,3,517,837 -"206380",75921,43635,3,517,1196 -"206381",75921,44427,3,517,2875 -"206382",75921,45186,3,517,835 -"206383",75921,45302,3,517,2390 -"206384",75921,45545,3,517,1776 -"206385",75921,45650,3,517,1528 -"206386",75921,46196,3,517,1510 -"206387",75921,46621,2,517,1343 -"206388",75921,46950,3,517,2673 -"206389",75921,46951,2,517,2429 -"206390",75921,47384,3,517,1639 -"206391",75921,47435,3,517,878 -"206392",75921,47585,1,517,794 -"206393",75921,49110,3,517,2938 -"206394",75921,49301,2,517,1894 -"206395",75921,49470,3,517,1528 -"206396",75921,49512,3,517,1302 -"206397",75921,49620,2,517,1868 -"206398",75921,50134,3,517,2674 -"206399",75921,50179,3,517,2230 -"206400",75921,50217,3,517,1211 -"206401",75921,50235,3,517,726 -"206402",75921,50254,3,517,1151 -"206403",75921,50737,3,517,959 -"206404",75921,50946,3,517,1075 -"206405",75921,51572,3,517,912 -"206406",75921,51628,3,517,901 -"206407",75921,51866,3,517,2411 -"206408",75921,52136,2,517,1412 -"206409",75921,52327,2,517,1472 -"206410",75921,53134,3,517,1590 -"206411",75921,53252,3,517,637 -"206412",75921,53323,3,517,2677 -"206413",75921,55084,3,517,1189 -"206414",75921,55155,3,517,2333 -"206415",75921,55156,3,517,2196 -"206416",75921,55185,3,517,922 -"206417",75921,56082,3,517,2395 -"206418",75921,56903,3,517,1584 -"206419",75921,57353,3,517,1849 -"206420",75921,57990,3,517,978 -"206421",75921,58284,3,517,2292 -"206422",75921,61785,2,517,822 -"206423",75921,62602,3,517,1172 -"206424",75921,63328,3,517,922 -"206425",75921,64181,3,517,1828 -"206426",75921,64427,3,517,535 -"206427",75921,64997,3,517,2791 -"206428",75921,67788,3,517,837 -"206429",75921,68592,3,517,2551 -"206430",75921,69447,2,517,1197 -"206431",75921,69712,3,517,1219 -"206432",75921,72207,3,517,2430 -"206433",75921,72468,3,517,2292 -"206434",75921,73675,3,517,887 -"206435",75921,73786,3,517,2937 -"206436",75921,74190,3,517,1428 -"206437",75921,74318,3,517,632 -"206438",75921,74636,2,517,2525 -"206439",75921,74910,3,517,653 -"206440",75921,75025,3,517,717 -"206441",75921,75216,3,517,672 -"206442",75921,75403,3,517,1895 -"206443",75921,75898,3,517,889 -"206444",75921,76127,3,517,910 -"206445",75921,76192,3,517,912 -"206446",75921,76646,3,517,1263 -"206447",75921,78416,3,517,630 -"206448",75921,78563,3,517,2385 -"206449",75921,78569,3,517,578 -"206450",75921,79322,3,517,2770 -"206451",75921,79364,3,517,834 -"206452",75921,79436,2,517,1344 -"206453",75921,79657,3,517,1260 -"206454",75921,80825,3,517,2315 -"206455",75921,82270,3,517,1641 -"206456",75921,82787,2,517,1144 -"206457",75921,84022,3,517,2289 -"206458",75921,88126,3,517,1027 -"206459",75921,88232,2,517,2881 -"206460",75921,88966,3,517,1568 -"206461",75921,90802,3,517,877 -"206462",75921,92322,3,517,2393 -"206463",75921,95155,3,517,849 -"206464",75921,97242,3,517,686 -"206465",75921,97824,3,517,1229 -"206466",75921,100432,3,517,1358 -"206467",75921,101343,3,517,761 -"206468",75921,101967,3,517,691 -"206469",75925,3100,3,82,2524 -"206470",75925,3786,3,82,2282 -"206471",75925,4144,3,82,1520 -"206472",75925,5168,3,82,629 -"206473",75925,6071,3,82,2310 -"206474",75925,6078,3,82,498 -"206475",75925,9050,3,82,2026 -"206476",75925,9727,2,82,2327 -"206477",75925,9912,3,82,1356 -"206478",75925,11135,2,82,2441 -"206479",75925,15502,2,82,2637 -"206480",75925,15916,1,82,1236 -"206481",75925,16046,2,82,103 -"206482",75925,16545,3,82,186 -"206483",75925,16833,3,82,1661 -"206484",75925,19687,3,82,2072 -"206485",75925,19972,3,82,2078 -"206486",75925,20392,3,82,1309 -"206487",75925,20413,3,82,806 -"206488",75925,21419,3,82,1243 -"206489",75925,21895,3,82,1693 -"206490",75925,22980,3,82,158 -"206491",75925,23330,3,82,448 -"206492",75925,23639,2,82,2065 -"206493",75925,23731,3,82,1656 -"206494",75925,24109,2,82,504 -"206495",75925,24116,3,82,1413 -"206496",75925,24734,3,82,338 -"206497",75925,25139,3,82,816 -"206498",75925,25270,2,82,985 -"206499",75925,25286,3,82,1545 -"206500",75925,25451,3,82,698 -"206501",75925,26513,3,82,2205 -"206502",75925,26567,2,82,1158 -"206503",75925,28567,3,82,2398 -"206504",75925,28914,3,82,580 -"206505",75925,31795,3,82,412 -"206506",75925,33244,3,82,188 -"206507",75925,42195,3,82,573 -"206508",75925,45487,3,82,2256 -"206509",75925,47557,3,82,999 -"206510",75925,48764,3,82,860 -"206511",75925,49147,3,82,2539 -"206512",75925,51448,2,82,1593 -"206513",75925,53498,3,82,1967 -"206514",75925,55436,3,82,2513 -"206515",75925,56212,3,82,1410 -"206516",75925,56673,3,82,2419 -"206517",75925,68670,3,82,565 -"206518",75925,69215,3,82,1591 -"206519",75925,75862,3,82,96 -"206520",75925,78460,3,82,985 -"206521",75925,79236,3,82,1505 -"206522",75925,81134,3,82,1384 -"206523",75925,83133,3,82,1055 -"206524",75925,83228,3,82,732 -"206525",75925,86357,3,82,736 -"206526",75925,92381,3,82,1237 -"206527",75925,92947,3,82,1289 -"206528",75925,93317,3,82,1223 -"206529",75925,94399,3,82,963 -"206530",75925,95661,3,82,872 -"206531",75925,97940,3,82,431 -"206532",75925,104065,3,82,194 -"206533",75925,104542,3,82,897 -"206534",75925,104659,3,82,2026 -"206535",75925,105262,3,82,223 -"206536",75925,106554,3,82,1270 -"206537",75925,108872,3,82,1810 -"206538",75925,110023,3,82,230 -"206539",75925,115194,3,82,604 -"206540",75935,5454,3,1569,1779 -"206541",75935,9301,3,1569,1861 -"206542",75935,10453,3,1569,1656 -"206543",75935,16501,3,1569,1650 -"206544",75935,29286,3,1569,1612 -"206545",75935,53739,3,1569,2704 -"206546",75948,307,3,1006,2530 -"206547",75948,377,3,1006,2389 -"206548",75948,600,3,1006,1702 -"206549",75948,671,3,1006,2328 -"206550",75948,913,3,1006,2144 -"206551",75948,1127,3,1006,1188 -"206552",75948,1130,3,1006,1566 -"206553",75948,1154,3,1006,1656 -"206554",75948,1616,3,1006,2662 -"206555",75948,1777,3,1006,1965 -"206556",75948,2208,3,1006,2814 -"206557",75948,2322,3,1006,1645 -"206558",75948,2325,3,1006,1641 -"206559",75948,2424,3,1006,2582 -"206560",75948,2533,3,1006,2016 -"206561",75948,2572,3,1006,2273 -"206562",75948,2754,3,1006,1360 -"206563",75948,3011,3,1006,2278 -"206564",75948,3305,3,1006,2839 -"206565",75948,3830,2,1006,1661 -"206566",75948,3966,3,1006,2425 -"206567",75948,4057,3,1006,2389 -"206568",75948,4226,3,1006,1903 -"206569",75948,4289,3,1006,1921 -"206570",75948,4317,2,1006,1224 -"206571",75948,4567,3,1006,2348 -"206572",75948,4701,2,1006,2401 -"206573",75948,4790,1,1006,1025 -"206574",75948,4791,1,1006,1184 -"206575",75948,5078,3,1006,2033 -"206576",75948,5457,3,1006,2077 -"206577",75948,5462,2,1006,2374 -"206578",75948,5504,3,1006,2389 -"206579",75948,6052,3,1006,1985 -"206580",75948,6718,3,1006,2138 -"206581",75948,7241,2,1006,2259 -"206582",75948,7323,3,1006,2858 -"206583",75948,7555,3,1006,1943 -"206584",75948,7847,3,1006,2424 -"206585",75948,7861,3,1006,1647 -"206586",75948,9432,3,1006,1693 -"206587",75948,9511,3,1006,1232 -"206588",75948,10646,3,1006,1555 -"206589",75948,11541,3,1006,1927 -"206590",75948,12096,3,1006,1330 -"206591",75948,12374,3,1006,2260 -"206592",75948,12618,3,1006,2021 -"206593",75948,12728,3,1006,2374 -"206594",75948,12863,3,1006,2027 -"206595",75948,13043,3,1006,1295 -"206596",75948,13945,3,1006,1324 -"206597",75948,15005,2,1006,1415 -"206598",75948,15118,3,1006,1311 -"206599",75948,16164,3,1006,1184 -"206600",75948,17357,3,1006,1536 -"206601",75948,17852,2,1006,2840 -"206602",75948,18707,1,1006,1143 -"206603",75948,19606,3,1006,2783 -"206604",75948,19719,3,1006,2177 -"206605",75948,20287,3,1006,1099 -"206606",75948,20311,3,1006,1981 -"206607",75948,20824,3,1006,1366 -"206608",75948,20975,3,1006,1305 -"206609",75948,21104,3,1006,2327 -"206610",75948,21122,1,1006,1701 -"206611",75948,21197,3,1006,1437 -"206612",75948,21285,3,1006,2100 -"206613",75948,21693,3,1006,2176 -"206614",75948,21758,3,1006,1331 -"206615",75948,22006,3,1006,1202 -"206616",75948,22282,2,1006,1418 -"206617",75948,22326,3,1006,2818 -"206618",75948,22331,2,1006,2687 -"206619",75948,22362,3,1006,1836 -"206620",75948,22455,3,1006,1197 -"206621",75948,22749,3,1006,1727 -"206622",75948,23508,3,1006,1907 -"206623",75948,23509,3,1006,2275 -"206624",75948,23729,3,1006,1624 -"206625",75948,23825,3,1006,1913 -"206626",75948,24005,2,1006,1188 -"206627",75948,24286,3,1006,1280 -"206628",75948,24755,2,1006,1319 -"206629",75948,25129,3,1006,2647 -"206630",75948,25132,3,1006,1188 -"206631",75948,25305,3,1006,2447 -"206632",75948,25341,3,1006,1858 -"206633",75948,25443,3,1006,1441 -"206634",75948,25577,3,1006,1946 -"206635",75948,26282,3,1006,1241 -"206636",75948,26322,3,1006,1018 -"206637",75948,26451,2,1006,2133 -"206638",75948,26570,3,1006,1669 -"206639",75948,26749,3,1006,2965 -"206640",75948,27175,2,1006,1447 -"206641",75948,27275,3,1006,2656 -"206642",75948,27390,2,1006,2425 -"206643",75948,27694,3,1006,2030 -"206644",75948,27792,3,1006,1308 -"206645",75948,27849,2,1006,1316 -"206646",75948,28015,3,1006,1624 -"206647",75948,28216,3,1006,1910 -"206648",75948,29073,3,1006,2328 -"206649",75948,29962,3,1006,2201 -"206650",75948,30052,2,1006,2855 -"206651",75948,31799,3,1006,2547 -"206652",75948,32457,3,1006,2690 -"206653",75948,32601,3,1006,1033 -"206654",75948,32606,3,1006,2100 -"206655",75948,33356,3,1006,1586 -"206656",75948,33430,3,1006,2225 -"206657",75948,33433,3,1006,2805 -"206658",75948,34509,3,1006,1973 -"206659",75948,35095,3,1006,1502 -"206660",75948,35256,3,1006,2271 -"206661",75948,37570,3,1006,2389 -"206662",75948,38019,3,1006,1870 -"206663",75948,38162,3,1006,1691 -"206664",75948,40072,3,1006,1182 -"206665",75948,41278,2,1006,1873 -"206666",75948,41739,3,1006,1339 -"206667",75948,41832,3,1006,1155 -"206668",75948,42618,3,1006,2316 -"206669",75948,42687,3,1006,1952 -"206670",75948,43385,3,1006,1623 -"206671",75948,43518,3,1006,2680 -"206672",75948,43929,3,1006,2749 -"206673",75948,44306,3,1006,1036 -"206674",75948,47248,3,1006,2883 -"206675",75948,48414,3,1006,1749 -"206676",75948,48698,2,1006,1474 -"206677",75948,50685,3,1006,2008 -"206678",75948,51017,3,1006,2073 -"206679",75948,51810,1,1006,1401 -"206680",75948,52058,2,1006,1836 -"206681",75948,52136,3,1006,1412 -"206682",75948,52576,3,1006,2234 -"206683",75948,52735,3,1006,1124 -"206684",75948,54879,3,1006,2210 -"206685",75948,55438,3,1006,2863 -"206686",75948,55468,1,1006,2511 -"206687",75948,56317,2,1006,2030 -"206688",75948,57950,1,1006,1529 -"206689",75948,58035,3,1006,1646 -"206690",75948,58133,3,1006,1484 -"206691",75948,58508,3,1006,2326 -"206692",75948,58652,3,1006,1437 -"206693",75948,58684,3,1006,2295 -"206694",75948,62903,3,1006,1704 -"206695",75948,63547,3,1006,1023 -"206696",75948,64031,3,1006,1295 -"206697",75948,64181,2,1006,1828 -"206698",75948,64997,3,1006,2791 -"206699",75948,65016,3,1006,2749 -"206700",75948,65625,3,1006,1273 -"206701",75948,66413,3,1006,2507 -"206702",75948,66860,2,1006,1548 -"206703",75948,67222,3,1006,1332 -"206704",75948,70046,3,1006,2624 -"206705",75948,70605,3,1006,1176 -"206706",75948,71342,3,1006,1289 -"206707",75948,71702,3,1006,2353 -"206708",75948,72956,3,1006,1251 -"206709",75948,76892,3,1006,2381 -"206710",75948,77155,3,1006,2946 -"206711",75948,78270,3,1006,1171 -"206712",75948,79322,2,1006,2770 -"206713",75948,79804,3,1006,2227 -"206714",75948,81588,2,1006,1568 -"206715",75948,82787,3,1006,1144 -"206716",75948,82949,3,1006,2077 -"206717",75948,85430,3,1006,2370 -"206718",75948,88232,3,1006,2881 -"206719",75948,89958,3,1006,1186 -"206720",75948,92124,3,1006,1532 -"206721",75948,97915,2,1006,1802 -"206722",75948,105063,3,1006,1908 -"206723",75948,105795,3,1006,1265 -"206724",75948,108867,2,1006,2328 -"206725",75949,10350,3,320,1163 -"206726",75949,13537,3,320,1020 -"206727",75949,28131,3,320,1492 -"206728",75949,35589,3,320,983 -"206729",75949,58669,2,320,2296 -"206730",75949,119494,3,320,641 -"206731",75955,2221,3,866,2092 -"206732",75955,2418,3,866,2020 -"206733",75955,2576,2,866,1307 -"206734",75955,2759,2,866,2030 -"206735",75955,3255,3,866,2504 -"206736",75955,4730,2,866,2131 -"206737",75955,6133,2,866,1229 -"206738",75955,6627,3,866,2063 -"206739",75955,7269,3,866,1728 -"206740",75955,7433,3,866,2255 -"206741",75955,7443,3,866,2028 -"206742",75955,8984,2,866,1162 -"206743",75955,10495,3,866,2230 -"206744",75955,10638,3,866,2692 -"206745",75955,10905,3,866,1552 -"206746",75955,10914,3,866,1660 -"206747",75955,11506,3,866,2824 -"206748",75955,17252,3,866,1258 -"206749",75955,18571,3,866,2128 -"206750",75955,18943,3,866,2861 -"206751",75955,20007,3,866,2971 -"206752",75955,21180,2,866,2762 -"206753",75955,21575,3,866,1762 -"206754",75955,21741,3,866,1574 -"206755",75955,23513,1,866,900 -"206756",75955,27008,3,866,911 -"206757",75955,30442,1,866,2124 -"206758",75955,31164,3,866,1996 -"206759",75955,32449,3,866,2091 -"206760",75955,34162,2,866,2336 -"206761",75955,36136,3,866,2338 -"206762",75955,41955,3,866,2479 -"206763",75955,45730,3,866,2063 -"206764",75955,54663,3,866,1424 -"206765",75955,55775,3,866,2385 -"206766",75955,56338,3,866,1818 -"206767",75955,56673,3,866,2419 -"206768",75955,60979,1,866,1758 -"206769",75955,65316,2,866,1020 -"206770",75955,66911,3,866,1920 -"206771",75955,70455,3,866,1307 -"206772",75955,76132,2,866,2426 -"206773",75955,76675,2,866,1840 -"206774",75955,77200,3,866,1737 -"206775",75955,77397,2,866,1302 -"206776",75955,86664,3,866,1146 -"206777",75955,104306,3,866,1665 -"206778",75955,111034,3,866,2131 -"206779",75955,115155,3,866,1942 -"206780",75957,38785,3,239,437 -"206781",76002,44089,3,983,1632 -"206782",76002,50001,3,983,1518 -"206783",76002,50784,3,983,2733 -"206784",76007,21,2,918,1385 -"206785",76007,680,3,918,2569 -"206786",76007,1108,3,918,1600 -"206787",76007,2540,3,918,1398 -"206788",76007,2576,3,918,1307 -"206789",76007,2852,3,918,2448 -"206790",76007,3127,3,918,2273 -"206791",76007,3978,3,918,2775 -"206792",76007,4361,3,918,2571 -"206793",76007,4367,3,918,2794 -"206794",76007,4668,2,918,1919 -"206795",76007,4669,2,918,2395 -"206796",76007,6989,3,918,2623 -"206797",76007,7126,3,918,1261 -"206798",76007,7252,3,918,2799 -"206799",76007,8140,3,918,1262 -"206800",76007,8568,3,918,2706 -"206801",76007,8890,1,918,1955 -"206802",76007,10980,2,918,1974 -"206803",76007,11107,3,918,1256 -"206804",76007,11108,3,918,1609 -"206805",76007,11648,3,918,2852 -"206806",76007,12759,3,918,2414 -"206807",76007,12948,2,918,2669 -"206808",76007,14532,3,918,1193 -"206809",76007,14781,2,918,2338 -"206810",76007,16715,2,918,1218 -"206811",76007,18381,3,918,1524 -"206812",76007,18978,3,918,952 -"206813",76007,20395,3,918,1468 -"206814",76007,20941,3,918,2725 -"206815",76007,21383,3,918,971 -"206816",76007,21593,3,918,1312 -"206817",76007,23325,3,918,2779 -"206818",76007,23488,3,918,1523 -"206819",76007,27390,3,918,2425 -"206820",76007,27742,3,918,2700 -"206821",76007,28869,2,918,2425 -"206822",76007,28904,3,918,926 -"206823",76007,30318,3,918,2395 -"206824",76007,30525,3,918,1964 -"206825",76007,30669,3,918,1921 -"206826",76007,31542,3,918,2459 -"206827",76007,33870,3,918,955 -"206828",76007,37522,3,918,1270 -"206829",76007,37636,3,918,2178 -"206830",76007,39418,3,918,1978 -"206831",76007,39746,2,918,1361 -"206832",76007,40572,3,918,2666 -"206833",76007,41581,3,918,1692 -"206834",76007,41723,3,918,2101 -"206835",76007,43021,3,918,943 -"206836",76007,45869,1,918,2840 -"206837",76007,46299,2,918,1132 -"206838",76007,47810,3,918,957 -"206839",76007,49849,3,918,977 -"206840",76007,50585,3,918,2414 -"206841",76007,50621,3,918,2809 -"206842",76007,50903,3,918,931 -"206843",76007,52483,3,918,2317 -"206844",76007,54775,3,918,2383 -"206845",76007,56669,3,918,2924 -"206846",76007,57209,3,918,1719 -"206847",76007,62746,3,918,2119 -"206848",76007,63077,3,918,2778 -"206849",76007,63701,3,918,1620 -"206850",76007,67266,3,918,2010 -"206851",76007,76286,3,918,1642 -"206852",76007,78138,3,918,1601 -"206853",76007,80156,3,918,1667 -"206854",76007,84975,3,918,1138 -"206855",76007,90467,3,918,2840 -"206856",76007,91849,3,918,1166 -"206857",76007,103491,2,918,1523 -"206858",76007,103890,3,918,958 -"206859",76048,1315,3,2373,2760 -"206860",76048,2289,3,2373,2389 -"206861",76048,7234,3,2373,2654 -"206862",76048,11477,3,2373,2724 -"206863",76048,16352,3,2373,2657 -"206864",76048,17061,3,2373,2385 -"206865",76048,23725,2,2373,2378 -"206866",76048,26080,3,2373,2525 -"206867",76048,31436,3,2373,2892 -"206868",76048,54929,3,2373,2783 -"206869",76048,56082,3,2373,2395 -"206870",76048,72207,3,2373,2430 -"206871",76081,1196,3,1534,1986 -"206872",76081,1315,3,1534,2760 -"206873",76081,8821,3,1534,2230 -"206874",76081,20783,3,1534,2414 -"206875",76081,21479,3,1534,2134 -"206876",76081,23534,3,1534,1659 -"206877",76081,32988,3,1534,2008 -"206878",76081,42505,2,1534,2008 -"206879",76081,44654,3,1534,2916 -"206880",76081,47789,3,1534,1583 -"206881",76081,55953,3,1534,2492 -"206882",76081,73786,3,1534,2937 -"206883",76127,135,3,910,2233 -"206884",76127,145,3,910,1998 -"206885",76127,270,3,910,2542 -"206886",76127,312,3,910,2038 -"206887",76127,380,2,910,2261 -"206888",76127,455,3,910,2827 -"206889",76127,470,3,910,2285 -"206890",76127,489,3,910,2652 -"206891",76127,600,3,910,1702 -"206892",76127,675,3,910,1686 -"206893",76127,854,3,910,2307 -"206894",76127,913,3,910,2144 -"206895",76127,1090,3,910,2370 -"206896",76127,1102,2,910,2282 -"206897",76127,1124,3,910,1596 -"206898",76127,1136,3,910,2536 -"206899",76127,1175,3,910,1642 -"206900",76127,1469,3,910,1160 -"206901",76127,1592,2,910,2006 -"206902",76127,1691,1,910,1941 -"206903",76127,2011,3,910,2176 -"206904",76127,2181,3,910,2030 -"206905",76127,2322,3,910,1645 -"206906",76127,2424,2,910,2582 -"206907",76127,2484,3,910,2389 -"206908",76127,2523,3,910,1691 -"206909",76127,2533,2,910,2016 -"206910",76127,2572,3,910,2273 -"206911",76127,2684,3,910,2874 -"206912",76127,3271,3,910,2216 -"206913",76127,3284,3,910,1541 -"206914",76127,3305,2,910,2839 -"206915",76127,3628,3,910,2707 -"206916",76127,3801,3,910,1974 -"206917",76127,3878,3,910,1890 -"206918",76127,3966,3,910,2425 -"206919",76127,4226,3,910,1903 -"206920",76127,4526,3,910,1728 -"206921",76127,4687,3,910,2152 -"206922",76127,4790,3,910,1025 -"206923",76127,4791,3,910,1184 -"206924",76127,4932,3,910,2752 -"206925",76127,5258,3,910,2730 -"206926",76127,5462,3,910,2374 -"206927",76127,5504,3,910,2389 -"206928",76127,5622,3,910,2175 -"206929",76127,5716,3,910,1058 -"206930",76127,5971,3,910,1985 -"206931",76127,6052,2,910,1985 -"206932",76127,6074,3,910,2426 -"206933",76127,6252,3,910,2336 -"206934",76127,6363,3,910,2066 -"206935",76127,6390,2,910,2385 -"206936",76127,6417,3,910,1675 -"206937",76127,6428,3,910,1952 -"206938",76127,6588,3,910,2025 -"206939",76127,6718,3,910,2138 -"206940",76127,6940,3,910,1183 -"206941",76127,7245,3,910,2089 -"206942",76127,7515,3,910,2737 -"206943",76127,7847,3,910,2424 -"206944",76127,8610,3,910,2240 -"206945",76127,8621,3,910,1681 -"206946",76127,8762,3,910,2585 -"206947",76127,8777,3,910,1620 -"206948",76127,8866,3,910,1545 -"206949",76127,8888,3,910,1328 -"206950",76127,9184,3,910,2670 -"206951",76127,9272,3,910,2835 -"206952",76127,9311,3,910,2477 -"206953",76127,9362,3,910,2879 -"206954",76127,9364,2,910,1698 -"206955",76127,9432,3,910,1693 -"206956",76127,9511,3,910,1232 -"206957",76127,9624,3,910,2398 -"206958",76127,9702,3,910,1928 -"206959",76127,9805,3,910,1621 -"206960",76127,10222,3,910,2212 -"206961",76127,10433,3,910,2075 -"206962",76127,10513,3,910,2284 -"206963",76127,10857,3,910,2253 -"206964",76127,10874,3,910,1891 -"206965",76127,11006,3,910,1950 -"206966",76127,11055,3,910,2111 -"206967",76127,11218,3,910,2292 -"206968",76127,11434,2,910,1187 -"206969",76127,11516,2,910,1937 -"206970",76127,12199,2,910,1651 -"206971",76127,12618,3,910,2021 -"206972",76127,12724,3,910,1930 -"206973",76127,13068,3,910,1778 -"206974",76127,13248,3,910,1385 -"206975",76127,13307,3,910,2206 -"206976",76127,13837,3,910,1604 -"206977",76127,13890,3,910,1482 -"206978",76127,14108,3,910,2012 -"206979",76127,14655,3,910,2559 -"206980",76127,14731,3,910,2012 -"206981",76127,14983,3,910,1047 -"206982",76127,15299,3,910,2213 -"206983",76127,15500,3,910,1658 -"206984",76127,15539,3,910,1929 -"206985",76127,15713,3,910,1646 -"206986",76127,15813,3,910,2143 -"206987",76127,16201,2,910,1811 -"206988",76127,16313,3,910,1160 -"206989",76127,16332,3,910,2668 -"206990",76127,16432,3,910,2664 -"206991",76127,16535,3,910,1993 -"206992",76127,16940,3,910,1290 -"206993",76127,17376,2,910,1202 -"206994",76127,17520,3,910,2276 -"206995",76127,17645,3,910,1918 -"206996",76127,17698,3,910,1559 -"206997",76127,17931,3,910,1617 -"206998",76127,18152,3,910,1314 -"206999",76127,18394,3,910,2356 -"207000",76127,18502,3,910,1033 -"207001",76127,18543,3,910,2968 -"207002",76127,18707,3,910,1143 -"207003",76127,18965,3,910,2315 -"207004",76127,19173,2,910,1686 -"207005",76127,19248,3,910,2357 -"207006",76127,19322,3,910,2048 -"207007",76127,19335,3,910,1729 -"207008",76127,19718,3,910,1702 -"207009",76127,19719,2,910,2177 -"207010",76127,19862,3,910,2412 -"207011",76127,20124,3,910,2376 -"207012",76127,20176,3,910,1050 -"207013",76127,20407,1,910,2339 -"207014",76127,20659,3,910,1969 -"207015",76127,20975,3,910,1305 -"207016",76127,21133,3,910,1320 -"207017",76127,21197,3,910,1437 -"207018",76127,21198,2,910,935 -"207019",76127,21285,3,910,2100 -"207020",76127,21682,3,910,2414 -"207021",76127,21693,3,910,2176 -"207022",76127,21929,3,910,2062 -"207023",76127,22165,3,910,1501 -"207024",76127,22282,2,910,1418 -"207025",76127,22326,3,910,2818 -"207026",76127,22362,3,910,1836 -"207027",76127,22415,3,910,2841 -"207028",76127,22567,3,910,2396 -"207029",76127,22586,3,910,1341 -"207030",76127,22785,3,910,1733 -"207031",76127,22895,3,910,2704 -"207032",76127,23132,2,910,2756 -"207033",76127,23395,2,910,1948 -"207034",76127,23450,2,910,967 -"207035",76127,23492,3,910,1067 -"207036",76127,23509,3,910,2275 -"207037",76127,23526,3,910,1998 -"207038",76127,23715,3,910,1859 -"207039",76127,23729,3,910,1624 -"207040",76127,23787,3,910,2810 -"207041",76127,24568,2,910,1937 -"207042",76127,25378,3,910,1245 -"207043",76127,25565,3,910,2764 -"207044",76127,25577,2,910,1946 -"207045",76127,25816,3,910,2088 -"207046",76127,26106,2,910,2015 -"207047",76127,26322,3,910,1018 -"207048",76127,26336,3,910,1904 -"207049",76127,26471,3,910,1061 -"207050",76127,26749,3,910,2965 -"207051",76127,27175,3,910,1447 -"207052",76127,27261,3,910,1368 -"207053",76127,27275,3,910,2656 -"207054",76127,27390,3,910,2425 -"207055",76127,27391,3,910,2378 -"207056",76127,27694,2,910,2030 -"207057",76127,27792,3,910,1308 -"207058",76127,27837,3,910,1315 -"207059",76127,28015,3,910,1624 -"207060",76127,28115,3,910,1835 -"207061",76127,28808,3,910,1063 -"207062",76127,29170,3,910,1846 -"207063",76127,29224,2,910,2011 -"207064",76127,29930,3,910,2240 -"207065",76127,30052,3,910,2855 -"207066",76127,30410,3,910,1966 -"207067",76127,30883,3,910,1629 -"207068",76127,31050,2,910,1491 -"207069",76127,31235,3,910,2668 -"207070",76127,31338,3,910,917 -"207071",76127,32131,3,910,1035 -"207072",76127,32503,3,910,2020 -"207073",76127,32947,3,910,1091 -"207074",76127,33285,3,910,1327 -"207075",76127,33622,2,910,2230 -"207076",76127,34160,3,910,1759 -"207077",76127,34836,3,910,2302 -"207078",76127,34945,3,910,1298 -"207079",76127,35045,3,910,1646 -"207080",76127,35095,3,910,1502 -"207081",76127,35302,2,910,1589 -"207082",76127,35481,3,910,2211 -"207083",76127,35529,3,910,1620 -"207084",76127,35673,3,910,1067 -"207085",76127,36439,1,910,2469 -"207086",76127,36651,3,910,1600 -"207087",76127,37285,3,910,2428 -"207088",76127,37509,3,910,1640 -"207089",76127,38019,2,910,1870 -"207090",76127,38213,3,910,1744 -"207091",76127,38921,3,910,1880 -"207092",76127,39238,3,910,922 -"207093",76127,40028,3,910,1349 -"207094",76127,40383,3,910,2639 -"207095",76127,40493,3,910,1981 -"207096",76127,41739,3,910,1339 -"207097",76127,42216,3,910,2722 -"207098",76127,43226,3,910,2442 -"207099",76127,43385,2,910,1623 -"207100",76127,43455,3,910,2846 -"207101",76127,43635,3,910,1196 -"207102",76127,43941,3,910,1289 -"207103",76127,44420,3,910,2184 -"207104",76127,44427,3,910,2875 -"207105",76127,45302,3,910,2390 -"207106",76127,45633,3,910,2134 -"207107",76127,45742,3,910,2566 -"207108",76127,46512,3,910,1292 -"207109",76127,46621,2,910,1343 -"207110",76127,46629,3,910,2255 -"207111",76127,46726,3,910,943 -"207112",76127,47248,3,910,2883 -"207113",76127,47445,3,910,2668 -"207114",76127,47772,2,910,2293 -"207115",76127,48035,3,910,2180 -"207116",76127,48110,3,910,2009 -"207117",76127,49144,3,910,1542 -"207118",76127,49301,3,910,1894 -"207119",76127,49620,3,910,1868 -"207120",76127,49965,3,910,2301 -"207121",76127,50179,3,910,2230 -"207122",76127,50685,3,910,2008 -"207123",76127,50737,3,910,959 -"207124",76127,51022,3,910,1499 -"207125",76127,51041,3,910,2606 -"207126",76127,51853,3,910,2520 -"207127",76127,52058,3,910,1836 -"207128",76127,52136,3,910,1412 -"207129",76127,52323,3,910,2148 -"207130",76127,52327,2,910,1472 -"207131",76127,52570,3,910,2645 -"207132",76127,52576,2,910,2234 -"207133",76127,52735,3,910,1124 -"207134",76127,53031,3,910,2065 -"207135",76127,53196,3,910,1888 -"207136",76127,53924,3,910,1289 -"207137",76127,54305,3,910,1222 -"207138",76127,54551,3,910,2348 -"207139",76127,54855,3,910,1525 -"207140",76127,55082,3,910,1856 -"207141",76127,55156,3,910,2196 -"207142",76127,55320,3,910,1643 -"207143",76127,55438,3,910,2863 -"207144",76127,55828,3,910,2393 -"207145",76127,56082,3,910,2395 -"207146",76127,56317,2,910,2030 -"207147",76127,57414,3,910,922 -"207148",76127,57565,3,910,1577 -"207149",76127,57714,3,910,1391 -"207150",76127,57990,3,910,978 -"207151",76127,58078,3,910,1252 -"207152",76127,58133,3,910,1484 -"207153",76127,58284,3,910,2292 -"207154",76127,58451,3,910,1939 -"207155",76127,58508,2,910,2326 -"207156",76127,58652,3,910,1437 -"207157",76127,58684,3,910,2295 -"207158",76127,61689,3,910,1309 -"207159",76127,61982,3,910,2725 -"207160",76127,62219,3,910,2494 -"207161",76127,62602,3,910,1172 -"207162",76127,62668,3,910,958 -"207163",76127,62840,3,910,2502 -"207164",76127,62841,3,910,2710 -"207165",76127,63409,2,910,1937 -"207166",76127,64181,3,910,1828 -"207167",76127,64997,3,910,2791 -"207168",76127,65625,3,910,1273 -"207169",76127,67314,3,910,1051 -"207170",76127,68215,3,910,2727 -"207171",76127,69335,3,910,2698 -"207172",76127,69447,3,910,1197 -"207173",76127,71274,3,910,2390 -"207174",76127,71342,3,910,1289 -"207175",76127,71971,3,910,1294 -"207176",76127,72956,3,910,1251 -"207177",76127,73128,3,910,1549 -"207178",76127,73305,3,910,2544 -"207179",76127,74636,2,910,2525 -"207180",76127,75948,3,910,1006 -"207181",76127,76192,2,910,912 -"207182",76127,76284,2,910,1237 -"207183",76127,76892,3,910,2381 -"207184",76127,78270,3,910,1171 -"207185",76127,78563,3,910,2385 -"207186",76127,79322,2,910,2770 -"207187",76127,79432,3,910,1708 -"207188",76127,79436,3,910,1344 -"207189",76127,79612,3,910,927 -"207190",76127,79657,3,910,1260 -"207191",76127,79804,3,910,2227 -"207192",76127,80219,3,910,988 -"207193",76127,80301,3,910,1690 -"207194",76127,80429,2,910,1927 -"207195",76127,81588,3,910,1568 -"207196",76127,81895,3,910,1634 -"207197",76127,82787,3,910,1144 -"207198",76127,82949,1,910,2077 -"207199",76127,83396,3,910,2396 -"207200",76127,87048,3,910,989 -"207201",76127,87118,3,910,1232 -"207202",76127,88232,2,910,2881 -"207203",76127,88808,2,910,1462 -"207204",76127,88966,3,910,1568 -"207205",76127,89097,3,910,935 -"207206",76127,89668,3,910,1279 -"207207",76127,89880,3,910,1938 -"207208",76127,97824,3,910,1229 -"207209",76127,98781,3,910,1410 -"207210",76127,100140,3,910,1041 -"207211",76127,100432,3,910,1358 -"207212",76127,105947,3,910,997 -"207213",76127,107649,2,910,1573 -"207214",76127,111971,3,910,1032 -"207215",76132,2334,3,2426,2619 -"207216",76132,2852,2,2426,2448 -"207217",76132,3255,3,2426,2504 -"207218",76132,10638,3,2426,2692 -"207219",76132,11506,3,2426,2824 -"207220",76132,18943,3,2426,2861 -"207221",76132,20007,3,2426,2971 -"207222",76132,21180,2,2426,2762 -"207223",76132,21463,2,2426,2437 -"207224",76132,38755,3,2426,2902 -"207225",76132,39105,2,2426,2487 -"207226",76132,41955,3,2426,2479 -"207227",76132,41978,3,2426,2824 -"207228",76132,46951,2,2426,2429 -"207229",76132,53013,3,2426,2523 -"207230",76132,57678,3,2426,2441 -"207231",76132,59039,3,2426,2870 -"207232",76132,68592,3,2426,2551 -"207233",76132,69335,3,2426,2698 -"207234",76133,600,3,1565,1702 -"207235",76133,7506,3,1565,2371 -"207236",76133,12272,3,1565,2371 -"207237",76133,21872,3,1565,2458 -"207238",76133,23869,3,1565,1918 -"207239",76133,28101,3,1565,1949 -"207240",76133,44557,3,1565,2371 -"207241",76133,46803,2,1565,2305 -"207242",76133,52154,3,1565,1722 -"207243",76135,843,3,593,2332 -"207244",76135,919,2,593,910 -"207245",76135,3477,3,593,2546 -"207246",76135,3559,3,593,2413 -"207247",76135,4622,3,593,1589 -"207248",76135,4968,3,593,1586 -"207249",76135,6063,3,593,2349 -"207250",76135,8993,3,593,2099 -"207251",76135,9273,3,593,1747 -"207252",76135,12197,3,593,1235 -"207253",76135,12735,2,593,819 -"207254",76135,12779,3,593,936 -"207255",76135,15023,3,593,2054 -"207256",76135,18217,3,593,1566 -"207257",76135,19667,3,593,1466 -"207258",76135,20547,2,593,2145 -"207259",76135,20739,3,593,2025 -"207260",76135,20921,2,593,723 -"207261",76135,22462,3,593,869 -"207262",76135,29100,3,593,843 -"207263",76135,31357,3,593,2389 -"207264",76135,32904,3,593,2055 -"207265",76135,33186,3,593,2240 -"207266",76135,33223,3,593,2397 -"207267",76135,33470,1,593,2003 -"207268",76135,34295,3,593,2735 -"207269",76135,39893,3,593,1601 -"207270",76135,40542,3,593,1664 -"207271",76135,40759,2,593,2789 -"207272",76135,44501,3,593,2567 -"207273",76135,51843,3,593,2389 -"207274",76135,52953,3,593,1741 -"207275",76135,53414,3,593,1672 -"207276",76135,54385,2,593,2340 -"207277",76135,55307,3,593,2306 -"207278",76135,55730,2,593,1217 -"207279",76135,62975,3,593,977 -"207280",76135,63104,3,593,2149 -"207281",76135,63631,3,593,763 -"207282",76135,69308,3,593,2370 -"207283",76135,76295,3,593,1001 -"207284",76135,80615,2,593,2252 -"207285",76135,83598,2,593,619 -"207286",76135,84808,3,593,1974 -"207287",76135,91435,3,593,933 -"207288",76135,93590,3,593,1188 -"207289",76135,108974,3,593,752 -"207290",76135,110871,2,593,2879 -"207291",76143,341,3,1610,2689 -"207292",76143,364,3,1610,2351 -"207293",76143,841,2,1610,2964 -"207294",76143,1520,3,1610,1716 -"207295",76143,1822,3,1610,2888 -"207296",76143,2181,3,1610,2030 -"207297",76143,2418,3,1610,2020 -"207298",76143,2747,3,1610,2411 -"207299",76143,2852,3,1610,2448 -"207300",76143,2985,1,1610,2398 -"207301",76143,3477,2,1610,2546 -"207302",76143,3978,3,1610,2775 -"207303",76143,4669,3,1610,2395 -"207304",76143,5912,3,1610,2257 -"207305",76143,6063,2,1610,2349 -"207306",76143,6392,3,1610,1878 -"207307",76143,7719,3,1610,1954 -"207308",76143,8029,3,1610,1859 -"207309",76143,8568,3,1610,2706 -"207310",76143,8993,3,1610,2099 -"207311",76143,9035,3,1610,2771 -"207312",76143,9503,2,1610,2453 -"207313",76143,9702,3,1610,1928 -"207314",76143,9785,3,1610,2951 -"207315",76143,9787,2,1610,2858 -"207316",76143,10210,3,1610,1905 -"207317",76143,10453,2,1610,1656 -"207318",76143,10739,3,1610,1807 -"207319",76143,11229,3,1610,1625 -"207320",76143,12577,3,1610,2530 -"207321",76143,13899,3,1610,2650 -"207322",76143,14749,3,1610,1998 -"207323",76143,14817,3,1610,2110 -"207324",76143,15023,3,1610,2054 -"207325",76143,15567,3,1610,2671 -"207326",76143,16205,3,1610,2630 -"207327",76143,16286,3,1610,2470 -"207328",76143,16501,2,1610,1650 -"207329",76143,17037,2,1610,2947 -"207330",76143,18005,3,1610,2449 -"207331",76143,18102,3,1610,1642 -"207332",76143,19317,3,1610,2041 -"207333",76143,19655,3,1610,2706 -"207334",76143,20124,3,1610,2376 -"207335",76143,20220,3,1610,1656 -"207336",76143,20984,3,1610,2502 -"207337",76143,21684,3,1610,1971 -"207338",76143,22364,3,1610,1809 -"207339",76143,22403,3,1610,1630 -"207340",76143,22950,3,1610,2576 -"207341",76143,25163,2,1610,1751 -"207342",76143,26959,2,1610,1961 -"207343",76143,27312,2,1610,2469 -"207344",76143,27914,3,1610,2507 -"207345",76143,28869,3,1610,2425 -"207346",76143,29286,3,1610,1612 -"207347",76143,30334,3,1610,2075 -"207348",76143,30368,3,1610,2487 -"207349",76143,31357,3,1610,2389 -"207350",76143,31542,3,1610,2459 -"207351",76143,32339,3,1610,2430 -"207352",76143,32395,3,1610,2735 -"207353",76143,33223,2,1610,2397 -"207354",76143,33341,3,1610,2338 -"207355",76143,33451,3,1610,1957 -"207356",76143,33470,3,1610,2003 -"207357",76143,34984,3,1610,2056 -"207358",76143,35822,3,1610,1903 -"207359",76143,36912,2,1610,2469 -"207360",76143,37301,3,1610,2160 -"207361",76143,37636,3,1610,2178 -"207362",76143,38457,3,1610,1630 -"207363",76143,40392,3,1610,1878 -"207364",76143,40542,2,1610,1664 -"207365",76143,41581,3,1610,1692 -"207366",76143,41633,3,1610,1976 -"207367",76143,45869,3,1610,2840 -"207368",76143,46486,3,1610,1868 -"207369",76143,47013,3,1610,2388 -"207370",76143,47595,3,1610,2374 -"207371",76143,51783,3,1610,2599 -"207372",76143,51843,3,1610,2389 -"207373",76143,52953,3,1610,1741 -"207374",76143,56569,3,1610,1993 -"207375",76143,57380,3,1610,2362 -"207376",76143,59790,3,1610,1827 -"207377",76143,62112,3,1610,2944 -"207378",76143,63077,3,1610,2778 -"207379",76143,64947,3,1610,2489 -"207380",76143,72597,3,1610,1843 -"207381",76143,74370,3,1610,1667 -"207382",76143,77497,3,1610,2359 -"207383",76143,77611,3,1610,1795 -"207384",76143,79547,3,1610,1909 -"207385",76143,84317,3,1610,2081 -"207386",76143,92860,3,1610,1643 -"207387",76180,12249,3,419,1965 -"207388",76180,21593,3,419,1312 -"207389",76180,37632,3,419,1295 -"207390",76180,72222,3,419,1721 -"207391",76180,90658,3,419,523 -"207392",76180,102566,3,419,2207 -"207393",76192,512,3,912,1596 -"207394",76192,1102,3,912,2282 -"207395",76192,1592,2,912,2006 -"207396",76192,1691,1,912,1941 -"207397",76192,2011,3,912,2176 -"207398",76192,2684,3,912,2874 -"207399",76192,2865,3,912,2006 -"207400",76192,5258,3,912,2730 -"207401",76192,6074,3,912,2426 -"207402",76192,6252,3,912,2336 -"207403",76192,6390,2,912,2385 -"207404",76192,6428,3,912,1952 -"207405",76192,8762,3,912,2585 -"207406",76192,9805,3,912,1621 -"207407",76192,10222,3,912,2212 -"207408",76192,11055,3,912,2111 -"207409",76192,12199,3,912,1651 -"207410",76192,12724,3,912,1930 -"207411",76192,13248,3,912,1385 -"207412",76192,13837,3,912,1604 -"207413",76192,14108,2,912,2012 -"207414",76192,14731,3,912,2012 -"207415",76192,14972,3,912,2332 -"207416",76192,14983,3,912,1047 -"207417",76192,15713,3,912,1646 -"207418",76192,16201,3,912,1811 -"207419",76192,18502,3,912,1033 -"207420",76192,18543,3,912,2968 -"207421",76192,19173,3,912,1686 -"207422",76192,19718,3,912,1702 -"207423",76192,20407,2,912,2339 -"207424",76192,21133,3,912,1320 -"207425",76192,21246,3,912,1612 -"207426",76192,21682,3,912,2414 -"207427",76192,25565,2,912,2764 -"207428",76192,28808,3,912,1063 -"207429",76192,29170,3,912,1846 -"207430",76192,31235,3,912,2668 -"207431",76192,32503,3,912,2020 -"207432",76192,33621,3,912,1319 -"207433",76192,33622,2,912,2230 -"207434",76192,34945,2,912,1298 -"207435",76192,35481,3,912,2211 -"207436",76192,36439,2,912,2469 -"207437",76192,37509,2,912,1640 -"207438",76192,38213,3,912,1744 -"207439",76192,38676,3,912,2286 -"207440",76192,39556,3,912,2747 -"207441",76192,43226,3,912,2442 -"207442",76192,43635,3,912,1196 -"207443",76192,44427,3,912,2875 -"207444",76192,46512,3,912,1292 -"207445",76192,46621,2,912,1343 -"207446",76192,47064,3,912,1993 -"207447",76192,49301,3,912,1894 -"207448",76192,49620,3,912,1868 -"207449",76192,50179,3,912,2230 -"207450",76192,52136,3,912,1412 -"207451",76192,52323,3,912,2148 -"207452",76192,52327,3,912,1472 -"207453",76192,55156,3,912,2196 -"207454",76192,56910,3,912,2705 -"207455",76192,57732,3,912,2454 -"207456",76192,57990,2,912,978 -"207457",76192,58284,3,912,2292 -"207458",76192,62602,3,912,1172 -"207459",76192,64181,3,912,1828 -"207460",76192,69447,3,912,1197 -"207461",76192,71274,3,912,2390 -"207462",76192,74636,2,912,2525 -"207463",76192,78563,3,912,2385 -"207464",76192,79436,3,912,1344 -"207465",76192,79657,3,912,1260 -"207466",76192,81895,3,912,1634 -"207467",76192,82949,3,912,2077 -"207468",76192,88232,2,912,2881 -"207469",76192,88966,3,912,1568 -"207470",76192,89880,3,912,1938 -"207471",76192,92491,3,912,1968 -"207472",76192,97824,1,912,1229 -"207473",76192,99152,3,912,1698 -"207474",76192,100215,2,912,2436 -"207475",76192,100432,3,912,1358 -"207476",76192,106318,3,912,1698 -"207477",76196,8238,3,1643,2222 -"207478",76196,18670,3,1643,1835 -"207479",76196,22682,3,1643,2035 -"207480",76196,27796,3,1643,2151 -"207481",76196,45545,3,1643,1776 -"207482",76230,1560,3,1223,2013 -"207483",76230,7206,1,1223,1959 -"207484",76230,9808,2,1223,1648 -"207485",76230,12837,2,1223,1315 -"207486",76230,14623,3,1223,2043 -"207487",76230,16771,2,1223,1541 -"207488",76230,24086,2,1223,2663 -"207489",76230,32312,3,1223,1472 -"207490",76230,35688,3,1223,1551 -"207491",76230,40850,3,1223,1396 -"207492",76230,49621,3,1223,1915 -"207493",76230,50430,2,1223,1689 -"207494",76230,56737,2,1223,2270 -"207495",76230,65658,3,1223,2030 -"207496",76230,91772,3,1223,2233 -"207497",76230,101115,2,1223,1259 -"207498",76256,38505,3,2065,2393 -"207499",76284,14,3,1237,1793 -"207500",76284,24,3,1237,1295 -"207501",76284,270,3,1237,2542 -"207502",76284,312,3,1237,2038 -"207503",76284,360,2,1237,1671 -"207504",76284,380,3,1237,2261 -"207505",76284,449,3,1237,1950 -"207506",76284,470,3,1237,2285 -"207507",76284,765,3,1237,2073 -"207508",76284,803,3,1237,1666 -"207509",76284,913,3,1237,2144 -"207510",76284,1102,3,1237,2282 -"207511",76284,1124,3,1237,1596 -"207512",76284,1175,3,1237,1642 -"207513",76284,1226,3,1237,2353 -"207514",76284,1315,3,1237,2760 -"207515",76284,1321,3,1237,2075 -"207516",76284,1495,2,1237,2046 -"207517",76284,1616,3,1237,2662 -"207518",76284,1691,3,1237,1941 -"207519",76284,1875,3,1237,1786 -"207520",76284,2111,3,1237,1904 -"207521",76284,2195,2,1237,2139 -"207522",76284,2289,3,1237,2389 -"207523",76284,2424,3,1237,2582 -"207524",76284,2533,3,1237,2016 -"207525",76284,2743,3,1237,1278 -"207526",76284,2766,2,1237,1920 -"207527",76284,3139,3,1237,1656 -"207528",76284,3242,3,1237,1730 -"207529",76284,3305,3,1237,2839 -"207530",76284,3306,3,1237,1989 -"207531",76284,3493,3,1237,2451 -"207532",76284,3716,3,1237,1679 -"207533",76284,3801,3,1237,1974 -"207534",76284,3853,3,1237,2465 -"207535",76284,3966,3,1237,2425 -"207536",76284,4360,3,1237,1770 -"207537",76284,4567,3,1237,2348 -"207538",76284,4671,3,1237,2280 -"207539",76284,4763,2,1237,1960 -"207540",76284,5072,2,1237,2175 -"207541",76284,5226,2,1237,1309 -"207542",76284,5405,2,1237,1510 -"207543",76284,5429,3,1237,1991 -"207544",76284,5622,1,1237,2175 -"207545",76284,5971,3,1237,1985 -"207546",76284,5984,3,1237,1675 -"207547",76284,5986,3,1237,1721 -"207548",76284,6047,3,1237,2004 -"207549",76284,6363,3,1237,2066 -"207550",76284,6417,3,1237,1675 -"207551",76284,6588,3,1237,2025 -"207552",76284,6718,3,1237,2138 -"207553",76284,7078,3,1237,2344 -"207554",76284,7180,2,1237,2227 -"207555",76284,7234,3,1237,2654 -"207556",76284,8088,3,1237,2220 -"207557",76284,8621,3,1237,1681 -"207558",76284,8821,3,1237,2230 -"207559",76284,9311,3,1237,2477 -"207560",76284,9364,1,1237,1698 -"207561",76284,9702,3,1237,1928 -"207562",76284,9928,3,1237,2345 -"207563",76284,10404,3,1237,2062 -"207564",76284,10474,3,1237,1608 -"207565",76284,10488,2,1237,1524 -"207566",76284,10513,2,1237,2284 -"207567",76284,10857,1,1237,2253 -"207568",76284,10874,1,1237,1891 -"207569",76284,10890,3,1237,2639 -"207570",76284,11006,2,1237,1950 -"207571",76284,11218,2,1237,2292 -"207572",76284,11229,3,1237,1625 -"207573",76284,11440,3,1237,2026 -"207574",76284,11477,3,1237,2724 -"207575",76284,11966,3,1237,2385 -"207576",76284,12042,3,1237,2345 -"207577",76284,12310,3,1237,1337 -"207578",76284,12375,2,1237,1873 -"207579",76284,12728,3,1237,2374 -"207580",76284,13307,3,1237,2206 -"207581",76284,14507,3,1237,2686 -"207582",76284,15184,2,1237,2396 -"207583",76284,15301,3,1237,2308 -"207584",76284,15402,2,1237,1281 -"207585",76284,15626,3,1237,2434 -"207586",76284,15700,3,1237,1712 -"207587",76284,15799,3,1237,1917 -"207588",76284,16201,3,1237,1811 -"207589",76284,16332,2,1237,2668 -"207590",76284,16352,3,1237,2657 -"207591",76284,16826,3,1237,2599 -"207592",76284,16863,2,1237,2069 -"207593",76284,16940,2,1237,1290 -"207594",76284,17400,2,1237,2231 -"207595",76284,17931,3,1237,1617 -"207596",76284,18394,3,1237,2356 -"207597",76284,18825,3,1237,1240 -"207598",76284,19027,2,1237,2721 -"207599",76284,19096,3,1237,1538 -"207600",76284,19248,2,1237,2357 -"207601",76284,19528,3,1237,2742 -"207602",76284,19622,2,1237,2371 -"207603",76284,19719,2,1237,2177 -"207604",76284,20124,2,1237,2376 -"207605",76284,20407,3,1237,2339 -"207606",76284,20563,3,1237,2267 -"207607",76284,20700,3,1237,2861 -"207608",76284,20824,3,1237,1366 -"207609",76284,20975,2,1237,1305 -"207610",76284,21138,3,1237,2849 -"207611",76284,21197,3,1237,1437 -"207612",76284,21285,3,1237,2100 -"207613",76284,21571,3,1237,2755 -"207614",76284,22260,3,1237,2137 -"207615",76284,22282,3,1237,1418 -"207616",76284,22586,3,1237,1341 -"207617",76284,23159,3,1237,1548 -"207618",76284,23395,3,1237,1948 -"207619",76284,23526,3,1237,1998 -"207620",76284,23715,3,1237,1859 -"207621",76284,23725,2,1237,2378 -"207622",76284,23729,3,1237,1624 -"207623",76284,24066,3,1237,1755 -"207624",76284,24259,2,1237,1281 -"207625",76284,24648,3,1237,1833 -"207626",76284,24791,3,1237,1833 -"207627",76284,24825,3,1237,2686 -"207628",76284,25198,3,1237,1982 -"207629",76284,25577,3,1237,1946 -"207630",76284,25622,3,1237,1985 -"207631",76284,25643,3,1237,1646 -"207632",76284,25971,3,1237,2608 -"207633",76284,26080,3,1237,2525 -"207634",76284,26366,3,1237,1688 -"207635",76284,26436,3,1237,2489 -"207636",76284,26608,3,1237,2329 -"207637",76284,26749,3,1237,2965 -"207638",76284,26818,3,1237,1999 -"207639",76284,26848,3,1237,2363 -"207640",76284,26867,3,1237,1804 -"207641",76284,27275,3,1237,2656 -"207642",76284,27390,3,1237,2425 -"207643",76284,27694,3,1237,2030 -"207644",76284,27753,3,1237,2750 -"207645",76284,27849,3,1237,1316 -"207646",76284,28015,2,1237,1624 -"207647",76284,28190,2,1237,1634 -"207648",76284,28218,3,1237,2048 -"207649",76284,28635,3,1237,2368 -"207650",76284,28640,3,1237,1475 -"207651",76284,30165,2,1237,1409 -"207652",76284,30405,3,1237,2164 -"207653",76284,30438,3,1237,1617 -"207654",76284,31050,3,1237,1491 -"207655",76284,31093,3,1237,2160 -"207656",76284,31307,3,1237,2139 -"207657",76284,31436,3,1237,2892 -"207658",76284,31530,3,1237,1661 -"207659",76284,31799,3,1237,2547 -"207660",76284,32567,3,1237,2784 -"207661",76284,34480,2,1237,2755 -"207662",76284,34735,3,1237,2767 -"207663",76284,34836,3,1237,2302 -"207664",76284,35529,3,1237,1620 -"207665",76284,35926,3,1237,2371 -"207666",76284,36007,3,1237,2089 -"207667",76284,36439,3,1237,2469 -"207668",76284,37859,3,1237,1999 -"207669",76284,38019,3,1237,1870 -"207670",76284,38449,3,1237,1802 -"207671",76284,38780,3,1237,2705 -"207672",76284,39294,2,1237,1889 -"207673",76284,39539,3,1237,1274 -"207674",76284,39880,3,1237,1620 -"207675",76284,39906,3,1237,2365 -"207676",76284,40028,3,1237,1349 -"207677",76284,41625,2,1237,1794 -"207678",76284,42619,3,1237,2017 -"207679",76284,42783,3,1237,2338 -"207680",76284,43213,2,1237,2160 -"207681",76284,43335,3,1237,1412 -"207682",76284,43385,2,1237,1623 -"207683",76284,43455,3,1237,2846 -"207684",76284,44188,3,1237,1609 -"207685",76284,44407,3,1237,2154 -"207686",76284,44676,3,1237,2629 -"207687",76284,45684,2,1237,2200 -"207688",76284,46039,2,1237,1794 -"207689",76284,46196,2,1237,1510 -"207690",76284,46629,3,1237,2255 -"207691",76284,46883,2,1237,1671 -"207692",76284,47098,3,1237,2057 -"207693",76284,47362,3,1237,2253 -"207694",76284,47772,2,1237,2293 -"207695",76284,48571,3,1237,2717 -"207696",76284,48605,3,1237,2796 -"207697",76284,49608,3,1237,2184 -"207698",76284,50236,3,1237,2339 -"207699",76284,50252,3,1237,2001 -"207700",76284,50785,3,1237,2877 -"207701",76284,51017,3,1237,2073 -"207702",76284,51022,3,1237,1499 -"207703",76284,51041,3,1237,2606 -"207704",76284,51471,3,1237,1280 -"207705",76284,51853,3,1237,2520 -"207706",76284,52136,2,1237,1412 -"207707",76284,52345,3,1237,1430 -"207708",76284,52576,3,1237,2234 -"207709",76284,52789,2,1237,1791 -"207710",76284,53134,3,1237,1590 -"207711",76284,53303,3,1237,1376 -"207712",76284,54551,1,1237,2348 -"207713",76284,54676,3,1237,1342 -"207714",76284,54740,3,1237,2750 -"207715",76284,54879,3,1237,2210 -"207716",76284,54929,3,1237,2783 -"207717",76284,56082,2,1237,2395 -"207718",76284,56317,3,1237,2030 -"207719",76284,57246,3,1237,1873 -"207720",76284,57714,3,1237,1391 -"207721",76284,58035,3,1237,1646 -"207722",76284,58451,3,1237,1939 -"207723",76284,58508,3,1237,2326 -"207724",76284,58652,3,1237,1437 -"207725",76284,59205,3,1237,2387 -"207726",76284,61982,2,1237,2725 -"207727",76284,62488,3,1237,1418 -"207728",76284,62841,3,1237,2710 -"207729",76284,63770,3,1237,1324 -"207730",76284,64031,3,1237,1295 -"207731",76284,64793,3,1237,2819 -"207732",76284,65029,3,1237,2954 -"207733",76284,66703,3,1237,2375 -"207734",76284,67383,3,1237,1739 -"207735",76284,71342,2,1237,1289 -"207736",76284,72207,3,1237,2430 -"207737",76284,72326,3,1237,2384 -"207738",76284,72956,2,1237,1251 -"207739",76284,73128,3,1237,1549 -"207740",76284,75028,3,1237,1660 -"207741",76284,75403,3,1237,1895 -"207742",76284,76048,2,1237,2373 -"207743",76284,77993,3,1237,1497 -"207744",76284,79322,2,1237,2770 -"207745",76284,80825,3,1237,2315 -"207746",76284,81588,3,1237,1568 -"207747",76284,82929,3,1237,2475 -"207748",76284,82949,2,1237,2077 -"207749",76284,83396,3,1237,2396 -"207750",76284,86245,3,1237,1972 -"207751",76284,86799,3,1237,1951 -"207752",76284,87837,3,1237,1987 -"207753",76284,95644,3,1237,1531 -"207754",76284,98781,1,1237,1410 -"207755",76284,99215,3,1237,2791 -"207756",76284,121415,3,1237,1455 -"207757",76286,140,3,1642,2267 -"207758",76286,364,3,1642,2351 -"207759",76286,499,3,1642,1931 -"207760",76286,680,3,1642,2569 -"207761",76286,841,3,1642,2964 -"207762",76286,913,3,1642,2144 -"207763",76286,1756,3,1642,2231 -"207764",76286,2057,3,1642,1965 -"207765",76286,3127,3,1642,2273 -"207766",76286,3198,3,1642,1797 -"207767",76286,3397,3,1642,2126 -"207768",76286,3409,3,1642,2167 -"207769",76286,3453,3,1642,2126 -"207770",76286,3978,3,1642,2775 -"207771",76286,4303,3,1642,2414 -"207772",76286,4669,3,1642,2395 -"207773",76286,4932,3,1642,2752 -"207774",76286,4983,2,1642,1909 -"207775",76286,6989,2,1642,2623 -"207776",76286,7785,3,1642,2441 -"207777",76286,7942,3,1642,2623 -"207778",76286,8062,3,1642,2858 -"207779",76286,9703,2,1642,1845 -"207780",76286,9787,3,1642,2858 -"207781",76286,10754,3,1642,1797 -"207782",76286,10980,3,1642,1974 -"207783",76286,11588,3,1642,2352 -"207784",76286,11648,2,1642,2852 -"207785",76286,12759,3,1642,2414 -"207786",76286,12948,3,1642,2669 -"207787",76286,14781,3,1642,2338 -"207788",76286,17645,3,1642,1918 -"207789",76286,18005,3,1642,2449 -"207790",76286,23498,3,1642,2398 -"207791",76286,25373,3,1642,2783 -"207792",76286,27275,3,1642,2656 -"207793",76286,27390,2,1642,2425 -"207794",76286,27742,3,1642,2700 -"207795",76286,28869,3,1642,2425 -"207796",76286,29473,3,1642,2602 -"207797",76286,30334,3,1642,2075 -"207798",76286,34892,3,1642,2309 -"207799",76286,36344,3,1642,2570 -"207800",76286,36953,3,1642,2790 -"207801",76286,37636,3,1642,2178 -"207802",76286,38676,3,1642,2286 -"207803",76286,40392,3,1642,1878 -"207804",76286,40572,3,1642,2666 -"207805",76286,41723,3,1642,2101 -"207806",76286,42813,3,1642,2142 -"207807",76286,45869,3,1642,2840 -"207808",76286,46486,2,1642,1868 -"207809",76286,47595,3,1642,2374 -"207810",76286,48501,3,1642,2010 -"207811",76286,50585,3,1642,2414 -"207812",76286,51783,3,1642,2599 -"207813",76286,52815,1,1642,2323 -"207814",76286,54775,3,1642,2383 -"207815",76286,55482,3,1642,1866 -"207816",76286,56569,3,1642,1993 -"207817",76286,56995,3,1642,2323 -"207818",76286,63077,3,1642,2778 -"207819",76286,71531,3,1642,2887 -"207820",76286,94525,3,1642,1993 -"207821",76293,1685,2,55,2230 -"207822",76293,1785,3,55,2350 -"207823",76293,3016,3,55,747 -"207824",76293,3360,2,55,1583 -"207825",76293,4698,3,55,2481 -"207826",76293,5346,3,55,1438 -"207827",76293,5355,3,55,1499 -"207828",76293,6621,3,55,2478 -"207829",76293,7499,3,55,1803 -"207830",76293,10250,3,55,1606 -"207831",76293,11154,3,55,1594 -"207832",76293,11521,3,55,1559 -"207833",76293,11679,3,55,846 -"207834",76293,12000,2,55,1454 -"207835",76293,12007,3,55,1594 -"207836",76293,12804,3,55,297 -"207837",76293,13671,1,55,1371 -"207838",76293,13861,2,55,1197 -"207839",76293,15207,3,55,1855 -"207840",76293,15558,3,55,2389 -"207841",76293,15728,3,55,576 -"207842",76293,16590,2,55,1123 -"207843",76293,18097,2,55,85 -"207844",76293,18550,3,55,483 -"207845",76293,18645,2,55,793 -"207846",76293,19002,3,55,2053 -"207847",76293,19296,3,55,1705 -"207848",76293,19331,3,55,824 -"207849",76293,20709,3,55,1757 -"207850",76293,21249,3,55,1635 -"207851",76293,22744,3,55,1907 -"207852",76293,26577,2,55,933 -"207853",76293,26698,3,55,1963 -"207854",76293,27074,2,55,1454 -"207855",76293,28899,3,55,376 -"207856",76293,31794,3,55,1919 -"207857",76293,34250,3,55,87 -"207858",76293,35186,3,55,1520 -"207859",76293,36599,2,55,541 -"207860",76293,39507,3,55,793 -"207861",76293,40113,3,55,451 -"207862",76293,43201,3,55,957 -"207863",76293,43311,3,55,1553 -"207864",76293,44193,2,55,989 -"207865",76293,45664,3,55,2235 -"207866",76293,49069,3,55,1694 -"207867",76293,49921,3,55,496 -"207868",76293,50621,3,55,2809 -"207869",76293,51173,3,55,1829 -"207870",76293,53648,3,55,2167 -"207871",76293,53968,3,55,2703 -"207872",76293,55674,3,55,718 -"207873",76293,70656,3,55,2771 -"207874",76293,70774,3,55,355 -"207875",76293,79461,3,55,1667 -"207876",76293,79547,3,55,1909 -"207877",76293,80377,3,55,1384 -"207878",76293,80942,2,55,1240 -"207879",76293,84268,3,55,1217 -"207880",76293,85638,2,55,2275 -"207881",76293,87190,2,55,1704 -"207882",76293,89258,3,55,1147 -"207883",76293,94520,3,55,1243 -"207884",76293,102545,3,55,248 -"207885",76293,103143,2,55,163 -"207886",76293,104843,3,55,1167 -"207887",76293,118082,3,55,277 -"207888",76293,118382,3,55,96 -"207889",76295,1257,3,1001,1212 -"207890",76295,1624,3,1001,2687 -"207891",76295,1708,3,1001,1591 -"207892",76295,2647,3,1001,2450 -"207893",76295,2724,3,1001,2447 -"207894",76295,3271,3,1001,2216 -"207895",76295,3272,3,1001,2132 -"207896",76295,3559,2,1001,2413 -"207897",76295,4622,3,1001,1589 -"207898",76295,4968,2,1001,1586 -"207899",76295,6040,3,1001,2103 -"207900",76295,7604,3,1001,1366 -"207901",76295,9272,3,1001,2835 -"207902",76295,10701,3,1001,2000 -"207903",76295,11803,3,1001,1232 -"207904",76295,12197,3,1001,1235 -"207905",76295,12598,3,1001,2086 -"207906",76295,12632,3,1001,1174 -"207907",76295,15023,2,1001,2054 -"207908",76295,19075,2,1001,2214 -"207909",76295,19667,3,1001,1466 -"207910",76295,20547,2,1001,2145 -"207911",76295,20739,2,1001,2025 -"207912",76295,21044,3,1001,1574 -"207913",76295,25518,3,1001,1955 -"207914",76295,30714,3,1001,2485 -"207915",76295,31357,2,1001,2389 -"207916",76295,31855,3,1001,2636 -"207917",76295,32350,3,1001,1540 -"207918",76295,38697,3,1001,2701 -"207919",76295,39893,2,1001,1601 -"207920",76295,43226,3,1001,2442 -"207921",76295,47607,3,1001,2724 -"207922",76295,48110,3,1001,2009 -"207923",76295,49708,3,1001,1147 -"207924",76295,50468,3,1001,1659 -"207925",76295,51843,2,1001,2389 -"207926",76295,51890,3,1001,1992 -"207927",76295,52953,3,1001,1741 -"207928",76295,54385,2,1001,2340 -"207929",76295,55307,3,1001,2306 -"207930",76295,55730,2,1001,1217 -"207931",76295,58508,3,1001,2326 -"207932",76295,62848,3,1001,1230 -"207933",76295,63104,3,1001,2149 -"207934",76295,69308,3,1001,2370 -"207935",76295,69335,3,1001,2698 -"207936",76295,78611,3,1001,1586 -"207937",76295,80301,3,1001,1690 -"207938",76295,80615,2,1001,2252 -"207939",76295,80970,3,1001,2069 -"207940",76295,83122,3,1001,1503 -"207941",76295,84808,1,1001,1974 -"207942",76295,93590,2,1001,1188 -"207943",76295,94339,3,1001,2768 -"207944",76295,95998,3,1001,1250 -"207945",76295,98436,3,1001,1212 -"207946",76295,110737,3,1001,2117 -"207947",76295,110871,2,1001,2879 -"207948",76333,1777,3,1586,1965 -"207949",76333,5078,3,1586,2033 -"207950",76333,5457,3,1586,2077 -"207951",76333,5462,3,1586,2374 -"207952",76333,5504,3,1586,2389 -"207953",76333,12713,2,1586,2440 -"207954",76333,17410,3,1586,2073 -"207955",76333,19606,3,1586,2783 -"207956",76342,14189,3,1429,1483 -"207957",76342,15153,3,1429,1864 -"207958",76342,24146,3,1429,2003 -"207959",76342,36962,3,1429,2861 -"207960",76342,38908,2,1429,1787 -"207961",76342,47839,3,1429,1864 -"207962",76342,54020,3,1429,1578 -"207963",76356,5315,3,2323,2631 -"207964",76356,10779,3,2323,2881 -"207965",76356,15444,3,2323,2764 -"207966",76356,17027,2,2323,2772 -"207967",76356,20067,2,2323,2390 -"207968",76356,20732,3,2323,2401 -"207969",76356,22207,3,2323,2365 -"207970",76356,23726,3,2323,2434 -"207971",76356,33801,3,2323,2899 -"207972",76356,36441,2,2323,2796 -"207973",76356,41955,3,2323,2479 -"207974",76356,42799,3,2323,2729 -"207975",76356,46635,3,2323,2528 -"207976",76356,47895,3,2323,2328 -"207977",76356,53475,3,2323,2853 -"207978",76356,57977,3,2323,2683 -"207979",76356,91579,3,2323,2510 -"207980",76369,860,3,583,1258 -"207981",76369,1520,3,583,1716 -"207982",76369,2418,2,583,2020 -"207983",76369,2747,3,583,2411 -"207984",76369,2979,3,583,2912 -"207985",76369,3127,3,583,2273 -"207986",76369,3520,3,583,2281 -"207987",76369,4665,2,583,1569 -"207988",76369,4831,3,583,2365 -"207989",76369,5897,3,583,2337 -"207990",76369,6133,3,583,1229 -"207991",76369,7252,3,583,2799 -"207992",76369,8568,3,583,2706 -"207993",76369,8890,3,583,1955 -"207994",76369,9227,2,583,1267 -"207995",76369,9503,3,583,2453 -"207996",76369,9787,3,583,2858 -"207997",76369,10050,3,583,1792 -"207998",76369,13537,3,583,1020 -"207999",76369,14599,3,583,1118 -"208000",76369,14998,2,583,1553 -"208001",76369,15826,3,583,2772 -"208002",76369,16286,3,583,2470 -"208003",76369,16502,3,583,1616 -"208004",76369,16690,3,583,2132 -"208005",76369,16796,3,583,1892 -"208006",76369,17037,3,583,2947 -"208007",76369,19587,3,583,1684 -"208008",76369,20155,3,583,1517 -"208009",76369,20984,3,583,2502 -"208010",76369,21487,3,583,2203 -"208011",76369,21681,3,583,2005 -"208012",76369,23131,3,583,1732 -"208013",76369,23597,3,583,1080 -"208014",76369,24069,3,583,2697 -"208015",76369,24456,3,583,1238 -"208016",76369,27742,3,583,2700 -"208017",76369,27882,3,583,1897 -"208018",76369,28116,3,583,1643 -"208019",76369,29286,3,583,1612 -"208020",76369,29436,3,583,1718 -"208021",76369,29825,3,583,2603 -"208022",76369,30368,3,583,2487 -"208023",76369,30525,3,583,1964 -"208024",76369,31676,2,583,1598 -"208025",76369,32050,3,583,2059 -"208026",76369,33870,3,583,955 -"208027",76369,34831,3,583,1866 -"208028",76369,38532,3,583,1234 -"208029",76369,40572,3,583,2666 -"208030",76369,41633,3,583,1976 -"208031",76369,42256,2,583,2839 -"208032",76369,42562,1,583,1195 -"208033",76369,42852,3,583,1316 -"208034",76369,44433,3,583,2224 -"208035",76369,44603,3,583,2748 -"208036",76369,44971,3,583,955 -"208037",76369,50278,2,583,1127 -"208038",76369,51151,3,583,1195 -"208039",76369,51879,2,583,1771 -"208040",76369,53160,3,583,2736 -"208041",76369,54924,2,583,2603 -"208042",76369,56936,3,583,1519 -"208043",76369,58501,3,583,2613 -"208044",76369,58655,3,583,2685 -"208045",76369,60879,3,583,2792 -"208046",76369,61541,2,583,2699 -"208047",76369,66183,3,583,607 -"208048",76369,73582,3,583,2075 -"208049",76369,74605,2,583,2265 -"208050",76369,82932,2,583,2245 -"208051",76369,92784,2,583,1257 -"208052",76369,111790,3,583,905 -"208053",76369,114122,3,583,584 -"208054",76391,2206,3,1536,2536 -"208055",76391,9332,3,1536,2734 -"208056",76391,13879,3,1536,2748 -"208057",76391,17033,3,1536,2771 -"208058",76391,19073,2,1536,2748 -"208059",76391,19655,3,1536,2706 -"208060",76391,21810,3,1536,1579 -"208061",76391,27686,3,1536,2844 -"208062",76391,36912,3,1536,2469 -"208063",76391,43204,2,1536,1680 -"208064",76391,49414,3,1536,1667 -"208065",76391,53726,3,1536,1729 -"208066",76391,61347,3,1536,1684 -"208067",76391,72597,3,1536,1843 -"208068",76391,74055,2,1536,1544 -"208069",76391,84271,3,1536,1556 -"208070",76391,90299,3,1536,1606 -"208071",76391,92860,3,1536,1643 -"208072",76396,270,3,1731,2542 -"208073",76396,602,3,1731,2632 -"208074",76396,1102,3,1731,2282 -"208075",76396,2572,3,1731,2273 -"208076",76396,3801,3,1731,1974 -"208077",76396,5580,3,1731,2111 -"208078",76396,5710,3,1731,1926 -"208079",76396,5971,3,1731,1985 -"208080",76396,6047,2,1731,2004 -"208081",76396,6052,3,1731,1985 -"208082",76396,6074,3,1731,2426 -"208083",76396,9654,3,1731,2111 -"208084",76396,10382,3,1731,2111 -"208085",76396,10843,3,1731,2277 -"208086",76396,12724,2,1731,1930 -"208087",76396,12775,3,1731,1982 -"208088",76396,12976,2,1731,2399 -"208089",76396,13307,3,1731,2206 -"208090",76396,14032,3,1731,2144 -"208091",76396,17819,3,1731,2291 -"208092",76396,18394,3,1731,2356 -"208093",76396,19862,3,1731,2412 -"208094",76396,20423,3,1731,2654 -"208095",76396,21682,3,1731,2414 -"208096",76396,21929,2,1731,2062 -"208097",76396,23139,3,1731,2644 -"208098",76396,23526,3,1731,1998 -"208099",76396,23715,3,1731,1859 -"208100",76396,33981,3,1731,1993 -"208101",76396,37915,3,1731,1905 -"208102",76396,40493,2,1731,1981 -"208103",76396,42216,3,1731,2722 -"208104",76396,45302,3,1731,2390 -"208105",76396,49110,3,1731,2938 -"208106",76396,51017,3,1731,2073 -"208107",76396,51035,3,1731,2397 -"208108",76396,51866,3,1731,2411 -"208109",76396,53779,3,1731,2000 -"208110",76396,66992,3,1731,2882 -"208111",76396,78563,3,1731,2385 -"208112",76396,86978,3,1731,2733 -"208113",76396,87837,3,1731,1987 -"208114",76396,94138,3,1731,1939 -"208115",76398,33801,3,2400,2899 -"208116",76398,53475,3,2400,2853 -"208117",76415,2370,3,592,1600 -"208118",76415,3317,3,592,2037 -"208119",76415,7422,3,592,1793 -"208120",76415,13285,3,592,1577 -"208121",76415,17328,3,592,1206 -"208122",76415,23121,1,592,2108 -"208123",76415,42914,3,592,1737 -"208124",76415,46642,3,592,999 -"208125",76415,75607,3,592,2245 -"208126",76415,103989,3,592,1207 -"208127",76450,2282,3,1077,2056 -"208128",76450,3271,3,1077,2216 -"208129",76450,4249,3,1077,2547 -"208130",76450,4634,3,1077,2291 -"208131",76450,5937,2,1077,2392 -"208132",76450,6345,1,1077,2713 -"208133",76450,6999,3,1077,2214 -"208134",76450,8463,3,1077,2466 -"208135",76450,8607,2,1077,1685 -"208136",76450,8724,3,1077,1326 -"208137",76450,9272,3,1077,2835 -"208138",76450,9724,1,1077,2713 -"208139",76450,10701,3,1077,2000 -"208140",76450,11868,3,1077,1639 -"208141",76450,12966,3,1077,2011 -"208142",76450,13595,3,1077,1164 -"208143",76450,14470,3,1077,2632 -"208144",76450,14957,2,1077,2306 -"208145",76450,15607,3,1077,1421 -"208146",76450,15782,2,1077,2306 -"208147",76450,16477,3,1077,2069 -"208148",76450,16524,3,1077,1556 -"208149",76450,16963,3,1077,1999 -"208150",76450,17499,2,1077,2954 -"208151",76450,17695,3,1077,1930 -"208152",76450,19751,3,1077,1630 -"208153",76450,20011,3,1077,2826 -"208154",76450,21571,3,1077,2755 -"208155",76450,22357,3,1077,1397 -"208156",76450,22566,3,1077,2308 -"208157",76450,23550,2,1077,2939 -"208158",76450,26597,2,1077,2070 -"208159",76450,28648,3,1077,1586 -"208160",76450,29775,3,1077,2064 -"208161",76450,31855,3,1077,2636 -"208162",76450,32350,2,1077,1540 -"208163",76450,32841,3,1077,1345 -"208164",76450,35041,2,1077,1311 -"208165",76450,36399,3,1077,1357 -"208166",76450,37684,2,1077,2899 -"208167",76450,41521,3,1077,2069 -"208168",76450,43226,3,1077,2442 -"208169",76450,43701,2,1077,2400 -"208170",76450,44730,3,1077,2468 -"208171",76450,48110,3,1077,2009 -"208172",76450,49079,3,1077,2447 -"208173",76450,50468,3,1077,1659 -"208174",76450,50899,3,1077,2125 -"208175",76450,51505,3,1077,1572 -"208176",76450,52950,3,1077,2716 -"208177",76450,53652,2,1077,2899 -"208178",76450,56116,3,1077,1321 -"208179",76450,56413,3,1077,2747 -"208180",76450,58508,3,1077,2326 -"208181",76450,69335,3,1077,2698 -"208182",76450,69795,2,1077,2636 -"208183",76450,73553,3,1077,2726 -"208184",76450,80301,3,1077,1690 -"208185",76450,84235,2,1077,1639 -"208186",76450,86716,3,1077,1609 -"208187",76450,96332,3,1077,1197 -"208188",76450,96700,3,1077,1602 -"208189",76450,96718,3,1077,1767 -"208190",76463,12713,3,2298,2440 -"208191",76470,1092,3,887,1945 -"208192",76470,3342,3,887,1026 -"208193",76470,3753,3,887,1255 -"208194",76470,6162,3,887,1673 -"208195",76470,7013,3,887,2040 -"208196",76470,11127,3,887,1196 -"208197",76470,15716,3,887,1991 -"208198",76470,17061,3,887,2385 -"208199",76470,20588,3,887,912 -"208200",76470,21225,3,887,1945 -"208201",76470,21448,3,887,2332 -"208202",76470,24286,3,887,1280 -"208203",76470,26408,2,887,1545 -"208204",76470,27261,2,887,1368 -"208205",76470,33356,3,887,1586 -"208206",76470,33433,3,887,2805 -"208207",76470,38755,3,887,2902 -"208208",76470,39534,3,887,2410 -"208209",76470,49642,3,887,1166 -"208210",76470,53342,3,887,2071 -"208211",76470,54879,3,887,2210 -"208212",76470,69091,1,887,1267 -"208213",76470,90789,3,887,1218 -"208214",76470,102186,2,887,2937 -"208215",76495,5041,3,1255,2371 -"208216",76495,16096,3,1255,2301 -"208217",76495,28627,3,1255,2694 -"208218",76495,40293,3,1255,1671 -"208219",76495,71618,3,1255,2960 -"208220",76503,1570,3,1136,2028 -"208221",76503,1822,3,1136,2888 -"208222",76503,2181,3,1136,2030 -"208223",76503,3477,2,1136,2546 -"208224",76503,4622,2,1136,1589 -"208225",76503,6063,2,1136,2349 -"208226",76503,6392,3,1136,1878 -"208227",76503,7648,3,1136,1861 -"208228",76503,8993,3,1136,2099 -"208229",76503,9273,3,1136,1747 -"208230",76503,9328,2,1136,1937 -"208231",76503,9503,3,1136,2453 -"208232",76503,11154,3,1136,1594 -"208233",76503,11229,3,1136,1625 -"208234",76503,12081,3,1136,2166 -"208235",76503,13899,3,1136,2650 -"208236",76503,14442,3,1136,2700 -"208237",76503,14817,3,1136,2110 -"208238",76503,15023,3,1136,2054 -"208239",76503,17351,3,1136,2036 -"208240",76503,17632,3,1136,1947 -"208241",76503,17768,3,1136,2468 -"208242",76503,18217,2,1136,1566 -"208243",76503,18455,3,1136,1237 -"208244",76503,19317,3,1136,2041 -"208245",76503,20124,3,1136,2376 -"208246",76503,20984,3,1136,2502 -"208247",76503,21684,3,1136,1971 -"208248",76503,22403,3,1136,1630 -"208249",76503,24867,3,1136,1861 -"208250",76503,25053,3,1136,2186 -"208251",76503,27642,2,1136,1531 -"208252",76503,28588,3,1136,1335 -"208253",76503,29067,3,1136,1538 -"208254",76503,29267,3,1136,1234 -"208255",76503,30486,3,1136,1269 -"208256",76503,31281,3,1136,1937 -"208257",76503,31357,3,1136,2389 -"208258",76503,32339,3,1136,2430 -"208259",76503,32395,3,1136,2735 -"208260",76503,32904,3,1136,2055 -"208261",76503,33223,2,1136,2397 -"208262",76503,33451,3,1136,1957 -"208263",76503,33470,3,1136,2003 -"208264",76503,35822,3,1136,1903 -"208265",76503,36346,3,1136,1240 -"208266",76503,37301,3,1136,2160 -"208267",76503,38307,3,1136,2648 -"208268",76503,38457,3,1136,1630 -"208269",76503,40542,2,1136,1664 -"208270",76503,44473,3,1136,1685 -"208271",76503,44501,3,1136,2567 -"208272",76503,46849,3,1136,1238 -"208273",76503,47595,3,1136,2374 -"208274",76503,51843,3,1136,2389 -"208275",76503,52953,3,1136,1741 -"208276",76503,55307,3,1136,2306 -"208277",76503,55446,3,1136,1247 -"208278",76503,55997,2,1136,1414 -"208279",76503,56873,3,1136,1421 -"208280",76503,57150,3,1136,1196 -"208281",76503,58536,3,1136,2742 -"208282",76503,59289,2,1136,2896 -"208283",76503,59790,3,1136,1827 -"208284",76503,76143,3,1136,1610 -"208285",76503,79547,3,1136,1909 -"208286",76503,84317,2,1136,2081 -"208287",76503,84322,3,1136,1635 -"208288",76505,4188,3,2123,2963 -"208289",76505,6234,3,2123,2654 -"208290",76505,14861,3,2123,2269 -"208291",76505,15150,2,2123,2801 -"208292",76505,15558,3,2123,2389 -"208293",76505,30194,3,2123,2874 -"208294",76505,32079,2,2123,2315 -"208295",76505,36313,3,2123,2372 -"208296",76505,44730,3,2123,2468 -"208297",76505,49415,2,2123,2654 -"208298",76505,49913,2,2123,2444 -"208299",76505,50899,2,2123,2125 -"208300",76505,76997,3,2123,2223 -"208301",76505,113498,3,2123,2568 -"208302",76507,1702,3,1437,1984 -"208303",76507,2139,3,1437,2502 -"208304",76507,2226,3,1437,2225 -"208305",76507,7450,3,1437,2827 -"208306",76507,9423,3,1437,1708 -"208307",76507,14096,2,1437,1861 -"208308",76507,14918,3,1437,2071 -"208309",76507,32202,3,1437,2314 -"208310",76507,35133,2,1437,2219 -"208311",76507,45355,3,1437,1450 -"208312",76507,46261,3,1437,2350 -"208313",76507,61240,3,1437,2651 -"208314",76511,843,3,1250,2332 -"208315",76511,3271,2,1250,2216 -"208316",76511,3947,3,1250,2067 -"208317",76511,3961,2,1250,2426 -"208318",76511,4289,3,1250,1921 -"208319",76511,4939,3,1250,1382 -"208320",76511,5239,3,1250,2875 -"208321",76511,7196,2,1250,1508 -"208322",76511,7269,3,1250,1728 -"208323",76511,7337,3,1250,1797 -"208324",76511,7604,3,1250,1366 -"208325",76511,7984,2,1250,2493 -"208326",76511,8607,3,1250,1685 -"208327",76511,9272,2,1250,2835 -"208328",76511,10358,3,1250,2294 -"208329",76511,10857,3,1250,2253 -"208330",76511,11477,3,1250,2724 -"208331",76511,11620,3,1250,2010 -"208332",76511,12692,3,1250,1855 -"208333",76511,13780,3,1250,2412 -"208334",76511,13929,3,1250,2693 -"208335",76511,14654,3,1250,1692 -"208336",76511,14943,2,1250,1942 -"208337",76511,15401,2,1250,1999 -"208338",76511,16437,3,1250,1956 -"208339",76511,16625,2,1250,1285 -"208340",76511,16801,2,1250,2008 -"208341",76511,16826,1,1250,2599 -"208342",76511,17484,3,1250,1256 -"208343",76511,17997,2,1250,1621 -"208344",76511,18103,1,1250,1968 -"208345",76511,19075,3,1250,2214 -"208346",76511,20067,3,1250,2390 -"208347",76511,20311,2,1250,1981 -"208348",76511,21138,3,1250,2849 -"208349",76511,21706,3,1250,1988 -"208350",76511,21754,3,1250,1881 -"208351",76511,25486,3,1250,2582 -"208352",76511,25643,3,1250,1646 -"208353",76511,27849,3,1250,1316 -"208354",76511,28432,3,1250,1954 -"208355",76511,28784,2,1250,1579 -"208356",76511,29095,3,1250,2531 -"208357",76511,30747,3,1250,2455 -"208358",76511,30883,3,1250,1629 -"208359",76511,31069,2,1250,1995 -"208360",76511,31691,3,1250,1657 -"208361",76511,32988,2,1250,2008 -"208362",76511,33801,2,1250,2899 -"208363",76511,34158,3,1250,2639 -"208364",76511,35361,3,1250,2389 -"208365",76511,37752,3,1250,2223 -"208366",76511,38219,2,1250,1689 -"208367",76511,38227,2,1250,2511 -"208368",76511,39439,3,1250,2462 -"208369",76511,39444,3,1250,2695 -"208370",76511,40432,2,1250,1956 -"208371",76511,40645,3,1250,1899 -"208372",76511,42505,2,1250,2008 -"208373",76511,43173,3,1250,2895 -"208374",76511,43226,2,1250,2442 -"208375",76511,44135,3,1250,2620 -"208376",76511,44407,3,1250,2154 -"208377",76511,44676,3,1250,2629 -"208378",76511,45959,2,1250,1880 -"208379",76511,46040,3,1250,2105 -"208380",76511,47386,2,1250,2226 -"208381",76511,48110,2,1250,2009 -"208382",76511,53445,3,1250,2028 -"208383",76511,53475,3,1250,2853 -"208384",76511,54551,3,1250,2348 -"208385",76511,56807,2,1250,1571 -"208386",76511,57804,3,1250,2214 -"208387",76511,58508,2,1250,2326 -"208388",76511,59039,3,1250,2870 -"208389",76511,60624,3,1250,1570 -"208390",76511,65155,2,1250,1947 -"208391",76511,65203,3,1250,1597 -"208392",76511,65322,3,1250,2008 -"208393",76511,65679,3,1250,1578 -"208394",76511,69335,2,1250,2698 -"208395",76511,70269,3,1250,2368 -"208396",76511,70736,3,1250,1512 -"208397",76511,78150,3,1250,2581 -"208398",76511,79567,3,1250,1942 -"208399",76511,80301,2,1250,1690 -"208400",76511,82039,3,1250,1327 -"208401",76511,82226,3,1250,1619 -"208402",76511,82301,3,1250,1621 -"208403",76511,83140,3,1250,1630 -"208404",76511,92757,3,1250,2615 -"208405",76511,96352,3,1250,1493 -"208406",76564,1469,3,996,1160 -"208407",76564,2486,3,996,1226 -"208408",76564,3306,3,996,1989 -"208409",76564,5226,3,996,1309 -"208410",76564,5315,3,996,2631 -"208411",76564,9311,3,996,2477 -"208412",76564,10358,3,996,2294 -"208413",76564,10843,3,996,2277 -"208414",76564,11477,3,996,2724 -"208415",76564,13109,3,996,1374 -"208416",76564,13573,3,996,2774 -"208417",76564,14032,3,996,2144 -"208418",76564,14080,3,996,1351 -"208419",76564,15122,3,996,1201 -"208420",76564,15632,3,996,1242 -"208421",76564,19892,2,996,1212 -"208422",76564,21401,2,996,1440 -"208423",76564,21754,3,996,1881 -"208424",76564,22374,3,996,1226 -"208425",76564,23825,3,996,1913 -"208426",76564,28635,3,996,2368 -"208427",76564,31003,3,996,1859 -"208428",76564,34648,1,996,1596 -"208429",76564,36007,3,996,2089 -"208430",76564,37108,2,996,1202 -"208431",76564,37915,3,996,1905 -"208432",76564,40893,2,996,1116 -"208433",76564,41278,3,996,1873 -"208434",76564,44151,3,996,1796 -"208435",76564,44877,3,996,1219 -"208436",76564,45633,3,996,2134 -"208437",76564,45903,3,996,2237 -"208438",76564,46283,2,996,1184 -"208439",76564,48035,3,996,2180 -"208440",76564,48127,3,996,2677 -"208441",76564,48602,3,996,1704 -"208442",76564,49048,3,996,1656 -"208443",76564,50946,3,996,1075 -"208444",76564,56903,3,996,1584 -"208445",76564,57714,3,996,1391 -"208446",76564,61719,3,996,1515 -"208447",76564,63030,2,996,2251 -"208448",76564,64502,3,996,1670 -"208449",76564,67957,1,996,2823 -"208450",76564,77001,2,996,1440 -"208451",76564,80996,3,996,1501 -"208452",76564,81095,3,996,1609 -"208453",76564,82341,3,996,1515 -"208454",76564,83526,1,996,1235 -"208455",76564,85356,3,996,1492 -"208456",76564,87144,3,996,2299 -"208457",76564,92297,3,996,2952 -"208458",76564,92381,3,996,1237 -"208459",76564,96553,3,996,1887 -"208460",76583,18315,2,1817,2720 -"208461",76583,24568,3,1817,1937 -"208462",76603,6044,2,1300,2744 -"208463",76603,6718,3,1300,2138 -"208464",76603,22403,3,1300,1630 -"208465",76603,26080,3,1300,2525 -"208466",76603,41972,3,1300,2509 -"208467",76603,42687,3,1300,1952 -"208468",76603,46182,3,1300,1613 -"208469",76603,47248,3,1300,2883 -"208470",76603,50685,3,1300,2008 -"208471",76603,51017,3,1300,2073 -"208472",76603,79804,3,1300,2227 -"208473",76603,82732,3,1300,2810 -"208474",76603,92508,2,1300,1374 -"208475",76606,1629,3,885,1289 -"208476",76606,2540,3,885,1398 -"208477",76606,3271,3,885,2216 -"208478",76606,3477,3,885,2546 -"208479",76606,3978,3,885,2775 -"208480",76606,5792,3,885,975 -"208481",76606,6989,3,885,2623 -"208482",76606,7337,3,885,1797 -"208483",76606,8395,3,885,896 -"208484",76606,8610,3,885,2240 -"208485",76606,9272,3,885,2835 -"208486",76606,21383,3,885,971 -"208487",76606,21593,3,885,1312 -"208488",76606,21684,3,885,1971 -"208489",76606,27390,3,885,2425 -"208490",76606,35980,3,885,2657 -"208491",76606,43226,3,885,2442 -"208492",76606,46486,3,885,1868 -"208493",76606,48110,3,885,2009 -"208494",76606,48238,3,885,1194 -"208495",76606,58508,3,885,2326 -"208496",76606,69335,3,885,2698 -"208497",76606,76286,3,885,1642 -"208498",76606,80301,3,885,1690 -"208499",76606,81162,2,885,1240 -"208500",76606,90709,3,885,1080 -"208501",76607,267,3,747,2631 -"208502",76607,2440,1,747,836 -"208503",76607,3164,3,747,2693 -"208504",76607,4567,3,747,2348 -"208505",76607,6030,3,747,2953 -"208506",76607,7118,3,747,966 -"208507",76607,7759,3,747,2844 -"208508",76607,8238,3,747,2222 -"208509",76607,8274,3,747,1909 -"208510",76607,8327,3,747,2527 -"208511",76607,9423,3,747,1708 -"208512",76607,10744,2,747,955 -"208513",76607,10851,3,747,2423 -"208514",76607,12081,3,747,2166 -"208515",76607,13537,3,747,1020 -"208516",76607,14855,3,747,903 -"208517",76607,15808,3,747,1521 -"208518",76607,16850,3,747,1657 -"208519",76607,18670,3,747,1835 -"208520",76607,18825,3,747,1240 -"208521",76607,20874,3,747,1580 -"208522",76607,22057,3,747,974 -"208523",76607,22207,3,747,2365 -"208524",76607,22543,2,747,1594 -"208525",76607,22566,3,747,2308 -"208526",76607,22682,2,747,2035 -"208527",76607,23112,3,747,1192 -"208528",76607,23679,3,747,934 -"208529",76607,24256,3,747,2393 -"208530",76607,24421,3,747,1324 -"208531",76607,26659,3,747,903 -"208532",76607,27796,3,747,2151 -"208533",76607,28050,3,747,1955 -"208534",76607,28168,3,747,2702 -"208535",76607,29512,3,747,1594 -"208536",76607,30967,3,747,818 -"208537",76607,31117,3,747,2210 -"208538",76607,31705,3,747,2706 -"208539",76607,40368,3,747,2876 -"208540",76607,40565,3,747,2115 -"208541",76607,44135,2,747,2620 -"208542",76607,44403,3,747,2429 -"208543",76607,49615,3,747,914 -"208544",76607,52597,3,747,1773 -"208545",76607,55076,2,747,2408 -"208546",76607,57246,3,747,1873 -"208547",76607,61975,2,747,983 -"208548",76607,63477,3,747,1907 -"208549",76607,64857,3,747,1792 -"208550",76607,66756,3,747,1301 -"208551",76607,69250,1,747,1439 -"208552",76607,77550,2,747,1548 -"208553",76607,82187,3,747,1055 -"208554",76607,82270,3,747,1641 -"208555",76607,96611,3,747,765 -"208556",76607,99332,3,747,873 -"208557",76631,380,3,1697,2261 -"208558",76631,3801,3,1697,1974 -"208559",76631,9801,3,1697,2443 -"208560",76631,10002,3,1697,1788 -"208561",76631,11440,3,1697,2026 -"208562",76631,11976,3,1697,1727 -"208563",76631,12728,3,1697,2374 -"208564",76631,19248,3,1697,2357 -"208565",76631,20423,3,1697,2654 -"208566",76631,31131,3,1697,2810 -"208567",76631,36506,3,1697,2638 -"208568",76631,47534,3,1697,2712 -"208569",76631,47966,2,1697,2409 -"208570",76631,48605,3,1697,2796 -"208571",76631,53530,3,1697,2380 -"208572",76637,1853,3,833,1465 -"208573",76637,12608,2,833,1337 -"208574",76637,19092,2,833,906 -"208575",76637,25390,3,833,903 -"208576",76637,26642,3,833,2952 -"208577",76637,30697,3,833,2891 -"208578",76637,40913,3,833,1800 -"208579",76637,42756,3,833,1384 -"208580",76637,44669,3,833,1594 -"208581",76637,44688,3,833,2924 -"208582",76637,48832,3,833,1370 -"208583",76637,65703,3,833,1689 -"208584",76637,82949,3,833,2077 -"208585",76646,160,3,1263,2007 -"208586",76646,1124,3,1263,1596 -"208587",76646,1592,3,1263,2006 -"208588",76646,1641,2,1263,1490 -"208589",76646,1691,3,1263,1941 -"208590",76646,5984,3,1263,1675 -"208591",76646,6252,3,1263,2336 -"208592",76646,7555,3,1263,1943 -"208593",76646,7616,2,1263,2296 -"208594",76646,8238,3,1263,2222 -"208595",76646,11770,3,1263,1653 -"208596",76646,12081,3,1263,2166 -"208597",76646,12122,3,1263,1385 -"208598",76646,13249,3,1263,2573 -"208599",76646,14918,3,1263,2071 -"208600",76646,16539,2,1263,1947 -"208601",76646,17549,3,1263,2647 -"208602",76646,17931,3,1263,1617 -"208603",76646,18543,3,1263,2968 -"208604",76646,19208,3,1263,2629 -"208605",76646,19937,3,1263,1587 -"208606",76646,20419,3,1263,1587 -"208607",76646,20563,3,1263,2267 -"208608",76646,24512,3,1263,1369 -"208609",76646,24753,3,1263,2860 -"208610",76646,25030,2,1263,2017 -"208611",76646,26083,3,1263,2038 -"208612",76646,29512,3,1263,1594 -"208613",76646,31117,3,1263,2210 -"208614",76646,31890,3,1263,1487 -"208615",76646,32173,3,1263,2341 -"208616",76646,33622,3,1263,2230 -"208617",76646,36837,1,1263,1556 -"208618",76646,38213,3,1263,1744 -"208619",76646,38307,3,1263,2648 -"208620",76646,41664,2,1263,2641 -"208621",76646,42129,3,1263,2318 -"208622",76646,42515,2,1263,2752 -"208623",76646,44089,3,1263,1632 -"208624",76646,46621,3,1263,1343 -"208625",76646,47564,2,1263,2650 -"208626",76646,47625,3,1263,2562 -"208627",76646,49334,2,1263,2433 -"208628",76646,49470,2,1263,1528 -"208629",76646,49620,3,1263,1868 -"208630",76646,52327,3,1263,1472 -"208631",76646,55076,3,1263,2408 -"208632",76646,56854,3,1263,2022 -"208633",76646,60624,3,1263,1570 -"208634",76646,63477,3,1263,1907 -"208635",76646,67748,3,1263,1498 -"208636",76646,69250,3,1263,1439 -"208637",76646,70573,3,1263,1993 -"208638",76646,74636,3,1263,2525 -"208639",76646,77611,3,1263,1795 -"208640",76646,81349,2,1263,1958 -"208641",76646,82893,1,1263,1275 -"208642",76646,85356,3,1263,1492 -"208643",76646,88232,3,1263,2881 -"208644",76666,1090,3,1908,2370 -"208645",76666,1321,3,1908,2075 -"208646",76666,3164,3,1908,2693 -"208647",76666,6030,3,1908,2953 -"208648",76666,11966,2,1908,2385 -"208649",76666,15301,3,1908,2308 -"208650",76666,16352,3,1908,2657 -"208651",76666,21571,3,1908,2755 -"208652",76666,22566,3,1908,2308 -"208653",76666,23869,3,1908,1918 -"208654",76666,26608,3,1908,2329 -"208655",76666,28050,3,1908,1955 -"208656",76666,28168,2,1908,2702 -"208657",76666,32567,2,1908,2784 -"208658",76666,34735,3,1908,2767 -"208659",76666,42619,3,1908,2017 -"208660",76666,46803,3,1908,2305 -"208661",76666,51052,3,1908,2784 -"208662",76672,357,3,1930,2327 -"208663",76672,1685,3,1930,2230 -"208664",76672,7759,3,1930,2844 -"208665",76672,21872,2,1930,2458 -"208666",76672,36031,3,1930,2342 -"208667",76672,71982,2,1930,2812 -"208668",76672,89681,3,1930,1978 -"208669",76672,96387,3,1930,2159 -"208670",76675,2221,3,1840,2092 -"208671",76675,2334,3,1840,2619 -"208672",76675,2418,2,1840,2020 -"208673",76675,2759,2,1840,2030 -"208674",76675,2852,3,1840,2448 -"208675",76675,3255,3,1840,2504 -"208676",76675,3317,3,1840,2037 -"208677",76675,4730,2,1840,2131 -"208678",76675,6627,3,1840,2063 -"208679",76675,7433,2,1840,2255 -"208680",76675,7443,2,1840,2028 -"208681",76675,10495,3,1840,2230 -"208682",76675,10638,3,1840,2692 -"208683",76675,11506,3,1840,2824 -"208684",76675,18571,1,1840,2128 -"208685",76675,18943,3,1840,2861 -"208686",76675,20007,3,1840,2971 -"208687",76675,21180,2,1840,2762 -"208688",76675,21463,2,1840,2437 -"208689",76675,27783,2,1840,2302 -"208690",76675,30442,3,1840,2124 -"208691",76675,31164,2,1840,1996 -"208692",76675,32449,3,1840,2091 -"208693",76675,34162,2,1840,2336 -"208694",76675,36136,1,1840,2338 -"208695",76675,38144,3,1840,2637 -"208696",76675,38755,3,1840,2902 -"208697",76675,39105,2,1840,2487 -"208698",76675,41023,3,1840,2408 -"208699",76675,41955,3,1840,2479 -"208700",76675,41978,3,1840,2824 -"208701",76675,45730,2,1840,2063 -"208702",76675,46951,2,1840,2429 -"208703",76675,53013,3,1840,2523 -"208704",76675,55775,3,1840,2385 -"208705",76675,56673,3,1840,2419 -"208706",76675,59039,3,1840,2870 -"208707",76675,66911,3,1840,1920 -"208708",76675,68592,3,1840,2551 -"208709",76675,69335,3,1840,2698 -"208710",76675,76132,1,1840,2426 -"208711",76675,111034,2,1840,2131 -"208712",76675,115155,2,1840,1942 -"208713",76677,33433,3,1269,2805 -"208714",76682,602,3,581,2632 -"208715",76682,1092,3,581,1945 -"208716",76682,1150,3,581,1595 -"208717",76682,1203,3,581,1350 -"208718",76682,3011,3,581,2278 -"208719",76682,3255,3,581,2504 -"208720",76682,3753,3,581,1255 -"208721",76682,4660,3,581,2149 -"208722",76682,4669,3,581,2395 -"208723",76682,6390,3,581,2385 -"208724",76682,6982,3,581,2034 -"208725",76682,7013,3,581,2040 -"208726",76682,7548,3,581,1932 -"208727",76682,7970,3,581,1197 -"208728",76682,9311,2,581,2477 -"208729",76682,10087,3,581,1617 -"208730",76682,10843,3,581,2277 -"208731",76682,11127,3,581,1196 -"208732",76682,14723,2,581,2019 -"208733",76682,14761,3,581,2502 -"208734",76682,15626,3,581,2434 -"208735",76682,15716,3,581,1991 -"208736",76682,15978,3,581,981 -"208737",76682,16021,3,581,858 -"208738",76682,16684,3,581,1657 -"208739",76682,17061,3,581,2385 -"208740",76682,18393,3,581,860 -"208741",76682,19453,3,581,1928 -"208742",76682,19668,3,581,696 -"208743",76682,19751,3,581,1630 -"208744",76682,20494,2,581,1075 -"208745",76682,21225,3,581,1945 -"208746",76682,21448,2,581,2332 -"208747",76682,22180,3,581,1835 -"208748",76682,22311,3,581,2034 -"208749",76682,23232,3,581,884 -"208750",76682,23277,3,581,1267 -"208751",76682,24286,3,581,1280 -"208752",76682,26408,3,581,1545 -"208753",76682,27261,3,581,1368 -"208754",76682,28002,3,581,914 -"208755",76682,28357,2,581,1134 -"208756",76682,30906,3,581,2537 -"208757",76682,33241,2,581,632 -"208758",76682,33321,3,581,1570 -"208759",76682,33356,3,581,1586 -"208760",76682,33433,3,581,2805 -"208761",76682,34707,3,581,2042 -"208762",76682,38755,3,581,2902 -"208763",76682,39534,1,581,2410 -"208764",76682,44877,3,581,1219 -"208765",76682,45480,3,581,1104 -"208766",76682,46486,3,581,1868 -"208767",76682,49201,3,581,936 -"208768",76682,49347,2,581,2504 -"208769",76682,49581,3,581,1817 -"208770",76682,49642,3,581,1166 -"208771",76682,50093,3,581,909 -"208772",76682,50354,3,581,1299 -"208773",76682,50946,3,581,1075 -"208774",76682,51647,3,581,1382 -"208775",76682,55324,2,581,1544 -"208776",76682,58993,2,581,2390 -"208777",76682,59113,3,581,2434 -"208778",76682,59786,3,581,605 -"208779",76682,59937,1,581,885 -"208780",76682,61337,3,581,2777 -"208781",76682,61995,3,581,823 -"208782",76682,63641,3,581,2337 -"208783",76682,66677,3,581,2151 -"208784",76682,66717,2,581,2104 -"208785",76682,69091,3,581,1267 -"208786",76682,69438,3,581,830 -"208787",76682,72438,2,581,1397 -"208788",76682,72535,3,581,1191 -"208789",76682,74190,2,581,1428 -"208790",76682,74318,3,581,632 -"208791",76682,75168,3,581,699 -"208792",76682,75343,3,581,2008 -"208793",76682,76470,3,581,887 -"208794",76682,78740,3,581,1515 -"208795",76682,78932,2,581,981 -"208796",76682,88857,3,581,1232 -"208797",76682,89278,3,581,587 -"208798",76682,90789,1,581,1218 -"208799",76682,95910,3,581,999 -"208800",76682,96007,3,581,895 -"208801",76682,98058,3,581,1891 -"208802",76682,100462,3,581,1927 -"208803",76682,102186,3,581,2937 -"208804",76682,103218,3,581,1787 -"208805",76682,104239,3,581,926 -"208806",76682,107383,3,581,1918 -"208807",76721,12943,3,1174,1902 -"208808",76721,22966,1,1174,2112 -"208809",76721,23268,3,1174,2258 -"208810",76796,827,3,1140,2964 -"208811",76796,1624,2,1140,2687 -"208812",76796,1708,1,1140,1591 -"208813",76796,2282,3,1140,2056 -"208814",76796,2443,3,1140,2333 -"208815",76796,2647,3,1140,2450 -"208816",76796,2927,2,1140,1789 -"208817",76796,3158,3,1140,2762 -"208818",76796,6040,3,1140,2103 -"208819",76796,7254,3,1140,1849 -"208820",76796,7604,2,1140,1366 -"208821",76796,9269,2,1140,1892 -"208822",76796,9895,2,1140,1960 -"208823",76796,9910,2,1140,2526 -"208824",76796,9948,2,1140,2019 -"208825",76796,10146,3,1140,1878 -"208826",76796,11351,3,1140,2971 -"208827",76796,11858,3,1140,1530 -"208828",76796,12632,3,1140,1174 -"208829",76796,12914,1,1140,1557 -"208830",76796,13551,3,1140,1451 -"208831",76796,14772,3,1140,2386 -"208832",76796,16347,3,1140,1868 -"208833",76796,16910,3,1140,1978 -"208834",76796,17499,3,1140,2954 -"208835",76796,19476,3,1140,1708 -"208836",76796,20695,2,1140,2526 -"208837",76796,21044,2,1140,1574 -"208838",76796,26374,3,1140,2133 -"208839",76796,26597,3,1140,2070 -"208840",76796,26740,3,1140,2695 -"208841",76796,28782,3,1140,2272 -"208842",76796,30544,3,1140,2041 -"208843",76796,32841,3,1140,1345 -"208844",76796,32966,1,1140,1583 -"208845",76796,34331,3,1140,1727 -"208846",76796,36399,3,1140,1357 -"208847",76796,36840,3,1140,2269 -"208848",76796,38697,2,1140,2701 -"208849",76796,39009,3,1140,1594 -"208850",76796,42382,2,1140,2224 -"208851",76796,42390,3,1140,2937 -"208852",76796,43543,3,1140,1457 -"208853",76796,44744,3,1140,2032 -"208854",76796,46520,3,1140,1776 -"208855",76796,46616,1,1140,1917 -"208856",76796,47607,2,1140,2724 -"208857",76796,49379,3,1140,1573 -"208858",76796,49708,3,1140,1147 -"208859",76796,50678,3,1140,1366 -"208860",76796,51212,3,1140,1801 -"208861",76796,51505,3,1140,1572 -"208862",76796,53584,2,1140,2391 -"208863",76796,55261,3,1140,1915 -"208864",76796,56168,3,1140,1466 -"208865",76796,56364,1,1140,1626 -"208866",76796,69453,3,1140,2831 -"208867",76796,77719,3,1140,2086 -"208868",76796,78611,3,1140,1586 -"208869",76796,79874,3,1140,1570 -"208870",76796,80801,2,1140,1250 -"208871",76796,80970,3,1140,2069 -"208872",76796,83334,3,1140,1708 -"208873",76796,84181,3,1140,1272 -"208874",76796,84591,3,1140,1685 -"208875",76796,87915,2,1140,1152 -"208876",76796,92630,2,1140,1583 -"208877",76796,101666,3,1140,1257 -"208878",76814,827,3,926,2964 -"208879",76814,1624,3,926,2687 -"208880",76814,1708,2,926,1591 -"208881",76814,2282,3,926,2056 -"208882",76814,2647,2,926,2450 -"208883",76814,2927,2,926,1789 -"208884",76814,6345,3,926,2713 -"208885",76814,7604,2,926,1366 -"208886",76814,8607,3,926,1685 -"208887",76814,9724,3,926,2713 -"208888",76814,10701,3,926,2000 -"208889",76814,11858,3,926,1530 -"208890",76814,12116,3,926,2119 -"208891",76814,13595,3,926,1164 -"208892",76814,14957,3,926,2306 -"208893",76814,15782,3,926,2306 -"208894",76814,16963,3,926,1999 -"208895",76814,17499,3,926,2954 -"208896",76814,17695,3,926,1930 -"208897",76814,22357,3,926,1397 -"208898",76814,28648,3,926,1586 -"208899",76814,28782,3,926,2272 -"208900",76814,32350,2,926,1540 -"208901",76814,32841,3,926,1345 -"208902",76814,36399,3,926,1357 -"208903",76814,36840,2,926,2269 -"208904",76814,42382,3,926,2224 -"208905",76814,42390,2,926,2937 -"208906",76814,42956,3,926,932 -"208907",76814,43543,3,926,1457 -"208908",76814,43701,2,926,2400 -"208909",76814,46616,3,926,1917 -"208910",76814,47607,2,926,2724 -"208911",76814,48419,1,926,1134 -"208912",76814,50468,2,926,1659 -"208913",76814,50678,3,926,1366 -"208914",76814,53584,3,926,2391 -"208915",76814,53652,3,926,2899 -"208916",76814,54316,3,926,1202 -"208917",76814,68884,3,926,1011 -"208918",76814,71895,3,926,1327 -"208919",76814,76295,3,926,1001 -"208920",76814,76796,3,926,1140 -"208921",76814,80970,3,926,2069 -"208922",76814,84181,2,926,1272 -"208923",76814,84235,3,926,1639 -"208924",76814,84591,3,926,1685 -"208925",76814,87915,3,926,1152 -"208926",76814,95060,3,926,1974 -"208927",76842,2370,3,1518,1600 -"208928",76842,3158,3,1518,2762 -"208929",76842,4249,3,1518,2547 -"208930",76842,4784,2,1518,2511 -"208931",76842,6020,3,1518,1864 -"208932",76842,9740,3,1518,2233 -"208933",76842,21358,3,1518,1970 -"208934",76842,28648,3,1518,1586 -"208935",76842,30544,3,1518,2041 -"208936",76842,41489,3,1518,2006 -"208937",76842,45297,2,1518,1864 -"208938",76842,48823,3,1518,2080 -"208939",76842,51212,3,1518,1801 -"208940",76842,68813,3,1518,2511 -"208941",76842,78843,3,1518,1524 -"208942",76842,82217,3,1518,2441 -"208943",76867,3678,3,1296,1325 -"208944",76867,19002,3,1296,2053 -"208945",76867,20011,2,1296,2826 -"208946",76867,23771,2,1296,1614 -"208947",76867,23802,3,1296,1713 -"208948",76867,29775,3,1296,2064 -"208949",76867,30194,2,1296,2874 -"208950",76867,31259,3,1296,2082 -"208951",76867,32841,3,1296,1345 -"208952",76867,49415,3,1296,2654 -"208953",76867,52953,3,1296,1741 -"208954",76867,76997,3,1296,2223 -"208955",76867,79746,3,1296,2272 -"208956",76867,80615,3,1296,2252 -"208957",76892,270,2,2381,2542 -"208958",76892,2224,3,2381,2751 -"208959",76892,2424,1,2381,2582 -"208960",76892,3305,2,2381,2839 -"208961",76892,3966,2,2381,2425 -"208962",76892,9175,3,2381,2639 -"208963",76892,9311,3,2381,2477 -"208964",76892,10890,3,2381,2639 -"208965",76892,16432,2,2381,2664 -"208966",76892,17365,3,2381,2746 -"208967",76892,22277,3,2381,2424 -"208968",76892,25129,3,2381,2647 -"208969",76892,25325,3,2381,2963 -"208970",76892,26740,3,2381,2695 -"208971",76892,26749,3,2381,2965 -"208972",76892,27275,2,2381,2656 -"208973",76892,27390,3,2381,2425 -"208974",76892,30052,2,2381,2855 -"208975",76892,31235,3,2381,2668 -"208976",76892,34480,3,2381,2755 -"208977",76892,37285,3,2381,2428 -"208978",76892,38263,3,2381,2475 -"208979",76892,38307,3,2381,2648 -"208980",76892,41945,3,2381,2856 -"208981",76892,42216,3,2381,2722 -"208982",76892,43455,2,2381,2846 -"208983",76892,45239,3,2381,2535 -"208984",76892,45608,3,2381,2420 -"208985",76892,48605,3,2381,2796 -"208986",76892,51041,3,2381,2606 -"208987",76892,51866,3,2381,2411 -"208988",76892,52570,2,2381,2645 -"208989",76892,54695,3,2381,2429 -"208990",76892,61982,2,2381,2725 -"208991",76892,62841,2,2381,2710 -"208992",76892,65016,3,2381,2749 -"208993",76892,68215,3,2381,2727 -"208994",76892,69348,3,2381,2783 -"208995",76905,377,3,298,2389 -"208996",76905,449,3,298,1950 -"208997",76905,468,3,298,1966 -"208998",76905,600,3,298,1702 -"208999",76905,601,3,298,702 -"209000",76905,757,3,298,546 -"209001",76905,1090,3,298,2370 -"209002",76905,1196,3,298,1986 -"209003",76905,1321,3,298,2075 -"209004",76905,1427,3,298,324 -"209005",76905,1428,3,298,742 -"209006",76905,1822,3,298,2888 -"209007",76905,2077,2,298,610 -"209008",76905,2195,3,298,2139 -"209009",76905,2901,3,298,1156 -"209010",76905,2972,3,298,1708 -"209011",76905,3164,3,298,2693 -"209012",76905,3306,3,298,1989 -"209013",76905,3716,3,298,1679 -"209014",76905,3961,3,298,2426 -"209015",76905,4253,3,298,1890 -"209016",76905,4623,3,298,1176 -"209017",76905,4932,3,298,2752 -"209018",76905,4953,3,298,2285 -"209019",76905,5041,3,298,2371 -"209020",76905,5072,3,298,2175 -"209021",76905,5315,2,298,2631 -"209022",76905,5350,2,298,2522 -"209023",76905,5438,3,298,1499 -"209024",76905,5622,3,298,2175 -"209025",76905,5716,2,298,1058 -"209026",76905,5984,2,298,1675 -"209027",76905,5986,3,298,1721 -"209028",76905,6030,3,298,2953 -"209029",76905,6047,2,298,2004 -"209030",76905,6162,3,298,1673 -"209031",76905,6366,2,298,798 -"209032",76905,6417,2,298,1675 -"209033",76905,7233,1,298,572 -"209034",76905,7506,3,298,2371 -"209035",76905,7992,3,298,2033 -"209036",76905,8513,3,298,875 -"209037",76905,8984,3,298,1162 -"209038",76905,9678,3,298,1217 -"209039",76905,9928,2,298,2345 -"209040",76905,9950,3,298,920 -"209041",76905,10358,2,298,2294 -"209042",76905,10558,3,298,2312 -"209043",76905,10717,3,298,1938 -"209044",76905,10779,3,298,2881 -"209045",76905,10857,3,298,2253 -"209046",76905,10870,3,298,1755 -"209047",76905,11103,3,298,2393 -"209048",76905,11218,2,298,2292 -"209049",76905,11348,3,298,824 -"209050",76905,11493,3,298,2077 -"209051",76905,11540,3,298,1237 -"209052",76905,11576,2,298,808 -"209053",76905,11817,3,298,600 -"209054",76905,11966,2,298,2385 -"209055",76905,12004,3,298,996 -"209056",76905,12035,2,298,2721 -"209057",76905,12042,2,298,2345 -"209058",76905,12272,3,298,2371 -"209059",76905,12371,3,298,1569 -"209060",76905,12462,3,298,1461 -"209061",76905,12524,3,298,1287 -"209062",76905,12728,3,298,2374 -"209063",76905,13248,3,298,1385 -"209064",76905,13311,1,298,2315 -"209065",76905,13388,3,298,2119 -"209066",76905,13400,3,298,1371 -"209067",76905,14032,1,298,2144 -"209068",76905,14072,3,298,1346 -"209069",76905,14080,3,298,1351 -"209070",76905,14656,3,298,584 -"209071",76905,14855,3,298,903 -"209072",76905,15290,3,298,641 -"209073",76905,15301,2,298,2308 -"209074",76905,15309,3,298,2820 -"209075",76905,15402,2,298,1281 -"209076",76905,15607,3,298,1421 -"209077",76905,15799,3,298,1917 -"209078",76905,15990,3,298,593 -"209079",76905,16053,3,298,908 -"209080",76905,16120,3,298,1237 -"209081",76905,16352,2,298,2657 -"209082",76905,17400,2,298,2231 -"209083",76905,17413,3,298,2230 -"209084",76905,17493,1,298,561 -"209085",76905,17819,3,298,2291 -"209086",76905,18348,3,298,1711 -"209087",76905,18415,3,298,2184 -"209088",76905,18874,3,298,2170 -"209089",76905,19027,3,298,2721 -"209090",76905,19072,2,298,2358 -"209091",76905,19113,3,298,1171 -"209092",76905,19637,3,298,1229 -"209093",76905,19696,3,298,561 -"209094",76905,19718,3,298,1702 -"209095",76905,20067,3,298,2390 -"209096",76905,20292,3,298,2755 -"209097",76905,20689,3,298,557 -"209098",76905,20732,3,298,2401 -"209099",76905,21138,3,298,2849 -"209100",76905,21197,3,298,1437 -"209101",76905,21571,2,298,2755 -"209102",76905,21682,3,298,2414 -"209103",76905,22141,3,298,2348 -"209104",76905,22566,3,298,2308 -"209105",76905,23006,3,298,1532 -"209106",76905,23159,2,298,1548 -"209107",76905,23310,1,298,2371 -"209108",76905,23492,3,298,1067 -"209109",76905,23725,3,298,2378 -"209110",76905,23726,3,298,2434 -"209111",76905,23869,2,298,1918 -"209112",76905,23918,3,298,1881 -"209113",76905,24146,3,298,2003 -"209114",76905,24169,3,298,1663 -"209115",76905,24256,3,298,2393 -"209116",76905,24511,3,298,1871 -"209117",76905,24568,3,298,1937 -"209118",76905,24755,3,298,1319 -"209119",76905,24902,3,298,2162 -"209120",76905,25543,3,298,724 -"209121",76905,26080,2,298,2525 -"209122",76905,26366,3,298,1688 -"209123",76905,26608,3,298,2329 -"209124",76905,26659,3,298,903 -"209125",76905,26818,3,298,1999 -"209126",76905,27104,3,298,1608 -"209127",76905,27195,3,298,2158 -"209128",76905,27205,3,298,966 -"209129",76905,27849,3,298,1316 -"209130",76905,28002,2,298,914 -"209131",76905,28050,3,298,1955 -"209132",76905,28131,3,298,1492 -"209133",76905,28168,3,298,2702 -"209134",76905,28296,3,298,2944 -"209135",76905,28571,3,298,1556 -"209136",76905,29314,3,298,2736 -"209137",76905,29750,3,298,689 -"209138",76905,29930,2,298,2240 -"209139",76905,30081,3,298,2403 -"209140",76905,30150,3,298,1704 -"209141",76905,30325,3,298,1067 -"209142",76905,31093,3,298,2160 -"209143",76905,31279,3,298,965 -"209144",76905,31530,2,298,1661 -"209145",76905,32567,2,298,2784 -"209146",76905,32694,3,298,1602 -"209147",76905,32919,2,298,2321 -"209148",76905,33981,3,298,1993 -"209149",76905,34057,3,298,1657 -"209150",76905,34735,2,298,2767 -"209151",76905,34920,3,298,563 -"209152",76905,35529,3,298,1620 -"209153",76905,35673,3,298,1067 -"209154",76905,35752,3,298,1158 -"209155",76905,35926,1,298,2371 -"209156",76905,36691,3,298,1903 -"209157",76905,36962,3,298,2861 -"209158",76905,37333,3,298,1612 -"209159",76905,37501,3,298,514 -"209160",76905,38333,3,298,1365 -"209161",76905,38374,3,298,1890 -"209162",76905,39294,3,298,1889 -"209163",76905,39516,2,298,2393 -"209164",76905,39563,3,298,486 -"209165",76905,40072,3,298,1182 -"209166",76905,40493,3,298,1981 -"209167",76905,40893,3,298,1116 -"209168",76905,41832,2,298,1155 -"209169",76905,41955,2,298,2479 -"209170",76905,41972,3,298,2509 -"209171",76905,42619,2,298,2017 -"209172",76905,43046,3,298,419 -"209173",76905,43213,3,298,2160 -"209174",76905,43385,3,298,1623 -"209175",76905,44521,3,298,1593 -"209176",76905,44557,2,298,2371 -"209177",76905,44819,3,298,2063 -"209178",76905,45684,3,298,2200 -"209179",76905,45903,3,298,2237 -"209180",76905,46196,3,298,1510 -"209181",76905,46803,2,298,2305 -"209182",76905,49110,3,298,2938 -"209183",76905,50040,3,298,790 -"209184",76905,50236,3,298,2339 -"209185",76905,50382,3,298,2244 -"209186",76905,50977,3,298,2352 -"209187",76905,51017,3,298,2073 -"209188",76905,51052,3,298,2784 -"209189",76905,52026,3,298,2633 -"209190",76905,52136,3,298,1412 -"209191",76905,52442,2,298,1269 -"209192",76905,53134,2,298,1590 -"209193",76905,54020,3,298,1578 -"209194",76905,54158,3,298,1756 -"209195",76905,54383,3,298,397 -"209196",76905,54388,3,298,1257 -"209197",76905,54551,3,298,2348 -"209198",76905,54879,3,298,2210 -"209199",76905,54929,2,298,2783 -"209200",76905,55299,3,298,609 -"209201",76905,56082,3,298,2395 -"209202",76905,56116,3,298,1321 -"209203",76905,56604,3,298,1919 -"209204",76905,57246,3,298,1873 -"209205",76905,57414,3,298,922 -"209206",76905,57714,2,298,1391 -"209207",76905,58122,3,298,889 -"209208",76905,58652,3,298,1437 -"209209",76905,59646,3,298,456 -"209210",76905,60280,2,298,1918 -"209211",76905,61613,3,298,1189 -"209212",76905,62488,3,298,1418 -"209213",76905,63409,3,298,1937 -"209214",76905,64502,3,298,1670 -"209215",76905,66622,3,298,799 -"209216",76905,67102,3,298,935 -"209217",76905,69117,3,298,645 -"209218",76905,69122,3,298,416 -"209219",76905,69250,3,298,1439 -"209220",76905,69716,3,298,2632 -"209221",76905,70203,3,298,2756 -"209222",76905,70681,2,298,866 -"209223",76905,70996,3,298,1037 -"209224",76905,71479,1,298,482 -"209225",76905,72501,3,298,2795 -"209226",76905,73305,3,298,2544 -"209227",76905,74681,3,298,837 -"209228",76905,74730,2,298,535 -"209229",76905,75403,2,298,1895 -"209230",76905,76284,3,298,1237 -"209231",76905,76666,3,298,1908 -"209232",76905,77001,3,298,1440 -"209233",76905,77883,3,298,871 -"209234",76905,78278,3,298,424 -"209235",76905,80219,2,298,988 -"209236",76905,81349,3,298,1958 -"209237",76905,81588,3,298,1568 -"209238",76905,82932,3,298,2245 -"209239",76905,83526,3,298,1235 -"209240",76905,84022,3,298,2289 -"209241",76905,84500,3,298,1583 -"209242",76905,85716,3,298,1609 -"209243",76905,85794,3,298,679 -"209244",76905,87692,3,298,775 -"209245",76905,89047,3,298,877 -"209246",76905,90802,2,298,877 -"209247",76905,92254,3,298,517 -"209248",76905,92817,2,298,569 -"209249",76905,94500,3,298,1529 -"209250",76905,95288,3,298,1602 -"209251",76905,96226,3,298,1412 -"209252",76905,98781,3,298,1410 -"209253",76905,100140,3,298,1041 -"209254",76905,101395,3,298,891 -"209255",76905,117679,2,298,535 -"209256",76929,827,2,910,2964 -"209257",76929,1624,2,910,2687 -"209258",76929,1708,3,910,1591 -"209259",76929,2647,1,910,2450 -"209260",76929,6040,3,910,2103 -"209261",76929,6345,3,910,2713 -"209262",76929,7254,3,910,1849 -"209263",76929,7604,2,910,1366 -"209264",76929,9724,3,910,2713 -"209265",76929,11858,3,910,1530 -"209266",76929,12632,3,910,1174 -"209267",76929,22357,3,910,1397 -"209268",76929,23550,3,910,2939 -"209269",76929,26597,3,910,2070 -"209270",76929,32841,3,910,1345 -"209271",76929,36399,2,910,1357 -"209272",76929,38309,3,910,2644 -"209273",76929,42382,3,910,2224 -"209274",76929,42390,3,910,2937 -"209275",76929,43543,3,910,1457 -"209276",76929,46616,3,910,1917 -"209277",76929,47607,2,910,2724 -"209278",76929,50678,3,910,1366 -"209279",76929,53584,3,910,2391 -"209280",76929,55775,3,910,2385 -"209281",76929,64628,3,910,2829 -"209282",76929,71895,3,910,1327 -"209283",76929,76814,3,910,926 -"209284",76929,78611,3,910,1586 -"209285",76929,84591,3,910,1685 -"209286",76929,87915,3,910,1152 -"209287",76929,97266,3,910,1016 -"209288",76931,1787,1,1338,1707 -"209289",76931,11868,3,1338,1639 -"209290",76931,14861,2,1338,2269 -"209291",76931,16477,3,1338,2069 -"209292",76931,32079,3,1338,2315 -"209293",76931,32841,3,1338,1345 -"209294",76931,34576,3,1338,1727 -"209295",76931,49415,2,1338,2654 -"209296",76931,49913,3,1338,2444 -"209297",76931,76505,2,1338,2123 -"209298",76932,4660,3,754,2149 -"209299",76932,39746,3,754,1361 -"209300",76932,63641,2,754,2337 -"209301",76932,66717,3,754,2104 -"209302",76932,72535,3,754,1191 -"209303",76932,96007,3,754,895 -"209304",76932,107435,3,754,1635 -"209305",76955,2616,3,82,221 -"209306",76955,4188,3,82,2963 -"209307",76955,6800,3,82,2053 -"209308",76955,11868,3,82,1639 -"209309",76955,15086,3,82,2135 -"209310",76955,16477,3,82,2069 -"209311",76955,18645,3,82,793 -"209312",76955,20011,3,82,2826 -"209313",76955,20921,3,82,723 -"209314",76955,23771,1,82,1614 -"209315",76955,30194,2,82,2874 -"209316",76955,39723,3,82,778 -"209317",76955,44727,3,82,1227 -"209318",76955,44728,2,82,451 -"209319",76955,44730,3,82,2468 -"209320",76955,52953,3,82,1741 -"209321",76955,76867,3,82,1296 -"209322",76955,76997,3,82,2223 -"209323",76955,79746,1,82,2272 -"209324",76955,94495,3,82,989 -"209325",76955,100777,3,82,103 -"209326",76955,103920,3,82,274 -"209327",76968,8822,3,1303,2139 -"209328",76968,17230,3,1303,1965 -"209329",76968,28094,2,1303,1423 -"209330",76968,71455,2,1303,1702 -"209331",76971,3564,3,2145,2717 -"209332",76971,35715,2,2145,2912 -"209333",76997,1222,3,2223,2598 -"209334",76997,2443,3,2223,2333 -"209335",76997,5414,3,2223,2321 -"209336",76997,5937,2,2223,2392 -"209337",76997,6234,3,2223,2654 -"209338",76997,6262,3,2223,2733 -"209339",76997,10119,3,2223,2374 -"209340",76997,14861,3,2223,2269 -"209341",76997,15558,3,2223,2389 -"209342",76997,18466,3,2223,2340 -"209343",76997,19190,3,2223,2677 -"209344",76997,23728,2,2223,2601 -"209345",76997,30194,3,2223,2874 -"209346",76997,33460,2,2223,2781 -"209347",76997,39439,3,2223,2462 -"209348",76997,44730,3,2223,2468 -"209349",76997,49415,3,2223,2654 -"209350",76997,56413,3,2223,2747 -"209351",76997,79746,3,2223,2272 -"209352",76997,94339,3,2223,2768 -"209353",76997,106330,2,2223,2559 -"209354",76997,113498,3,2223,2568 -"209355",76999,1067,3,908,918 -"209356",76999,1324,3,908,2147 -"209357",76999,1767,3,908,2727 -"209358",76999,3068,3,908,1815 -"209359",76999,3284,3,908,1541 -"209360",76999,3419,3,908,1595 -"209361",76999,3961,3,908,2426 -"209362",76999,4317,3,908,1224 -"209363",76999,5315,3,908,2631 -"209364",76999,5438,3,908,1499 -"209365",76999,5599,3,908,1684 -"209366",76999,6062,3,908,2681 -"209367",76999,7847,3,908,2424 -"209368",76999,7858,3,908,1795 -"209369",76999,7984,3,908,2493 -"209370",76999,7992,3,908,2033 -"209371",76999,8610,3,908,2240 -"209372",76999,8712,3,908,1153 -"209373",76999,8913,3,908,968 -"209374",76999,9311,3,908,2477 -"209375",76999,10358,3,908,2294 -"209376",76999,10779,3,908,2881 -"209377",76999,10843,3,908,2277 -"209378",76999,11383,3,908,977 -"209379",76999,12388,3,908,1975 -"209380",76999,12692,3,908,1855 -"209381",76999,13388,2,908,2119 -"209382",76999,13967,3,908,1354 -"209383",76999,13979,3,908,1559 -"209384",76999,14278,3,908,1267 -"209385",76999,15401,3,908,1999 -"209386",76999,15444,3,908,2764 -"209387",76999,15636,3,908,2857 -"209388",76999,15821,3,908,2456 -"209389",76999,16625,3,908,1285 -"209390",76999,16850,3,908,1657 -"209391",76999,17027,3,908,2772 -"209392",76999,17097,3,908,1505 -"209393",76999,17354,3,908,2250 -"209394",76999,18211,3,908,1745 -"209395",76999,18670,3,908,1835 -"209396",76999,19634,3,908,954 -"209397",76999,19637,2,908,1229 -"209398",76999,20067,2,908,2390 -"209399",76999,20124,3,908,2376 -"209400",76999,20732,2,908,2401 -"209401",76999,21422,3,908,935 -"209402",76999,21706,3,908,1988 -"209403",76999,22403,3,908,1630 -"209404",76999,22410,3,908,2158 -"209405",76999,22682,3,908,2035 -"209406",76999,23726,1,908,2434 -"209407",76999,23825,2,908,1913 -"209408",76999,23869,2,908,1918 -"209409",76999,24497,3,908,1979 -"209410",76999,24756,3,908,2530 -"209411",76999,25680,2,908,1618 -"209412",76999,26249,3,908,2301 -"209413",76999,26479,3,908,1818 -"209414",76999,28131,2,908,1492 -"209415",76999,30150,2,908,1704 -"209416",76999,30883,3,908,1629 -"209417",76999,31279,3,908,965 -"209418",76999,31705,3,908,2706 -"209419",76999,32549,3,908,2111 -"209420",76999,32606,3,908,2100 -"209421",76999,32988,3,908,2008 -"209422",76999,33801,3,908,2899 -"209423",76999,35529,2,908,1620 -"209424",76999,36514,2,908,1192 -"209425",76999,37934,3,908,1595 -"209426",76999,38055,2,908,1089 -"209427",76999,38219,3,908,1689 -"209428",76999,38973,3,908,1999 -"209429",76999,40432,3,908,1956 -"209430",76999,40645,3,908,1899 -"209431",76999,40646,3,908,1583 -"209432",76999,41098,3,908,1857 -"209433",76999,42505,3,908,2008 -"209434",76999,43479,3,908,2178 -"209435",76999,44819,3,908,2063 -"209436",76999,46803,3,908,2305 -"209437",76999,47248,3,908,2883 -"209438",76999,47386,2,908,2226 -"209439",76999,48215,3,908,2028 -"209440",76999,50269,3,908,1966 -"209441",76999,50382,3,908,2244 -"209442",76999,50946,3,908,1075 -"209443",76999,51157,3,908,2319 -"209444",76999,52597,3,908,1773 -"209445",76999,53475,3,908,2853 -"209446",76999,55084,3,908,1189 -"209447",76999,58669,3,908,2296 -"209448",76999,61585,3,908,2315 -"209449",76999,61975,3,908,983 -"209450",76999,62148,2,908,1566 -"209451",76999,63477,3,908,1907 -"209452",76999,65155,3,908,1947 -"209453",76999,65322,3,908,2008 -"209454",76999,68286,3,908,2442 -"209455",76999,69745,3,908,1594 -"209456",76999,70046,3,908,2624 -"209457",76999,70203,2,908,2756 -"209458",76999,70996,2,908,1037 -"209459",76999,76356,3,908,2323 -"209460",76999,79627,3,908,2409 -"209461",76999,87144,3,908,2299 -"209462",76999,89511,3,908,1205 -"209463",76999,95064,3,908,1801 -"209464",76999,97160,3,908,1215 -"209465",76999,100140,2,908,1041 -"209466",76999,103524,2,908,991 -"209467",77001,1196,3,1440,1986 -"209468",77001,3242,3,1440,1730 -"209469",77001,3961,3,1440,2426 -"209470",77001,4980,3,1440,2093 -"209471",77001,5041,3,1440,2371 -"209472",77001,5315,3,1440,2631 -"209473",77001,6047,3,1440,2004 -"209474",77001,6417,3,1440,1675 -"209475",77001,8887,3,1440,2373 -"209476",77001,9928,3,1440,2345 -"209477",77001,10358,2,1440,2294 -"209478",77001,10382,3,1440,2111 -"209479",77001,10779,3,1440,2881 -"209480",77001,11477,3,1440,2724 -"209481",77001,13573,2,1440,2774 -"209482",77001,14032,2,1440,2144 -"209483",77001,16352,3,1440,2657 -"209484",77001,17357,3,1440,1536 -"209485",77001,17819,3,1440,2291 -"209486",77001,19453,3,1440,1928 -"209487",77001,23310,3,1440,2371 -"209488",77001,26436,3,1440,2489 -"209489",77001,27753,3,1440,2750 -"209490",77001,29930,3,1440,2240 -"209491",77001,30438,2,1440,1617 -"209492",77001,31003,3,1440,1859 -"209493",77001,31530,3,1440,1661 -"209494",77001,32919,3,1440,2321 -"209495",77001,34492,3,1440,1798 -"209496",77001,34648,2,1440,1596 -"209497",77001,34735,3,1440,2767 -"209498",77001,35926,3,1440,2371 -"209499",77001,36007,3,1440,2089 -"209500",77001,38449,3,1440,1802 -"209501",77001,41278,3,1440,1873 -"209502",77001,41955,3,1440,2479 -"209503",77001,45715,2,1440,2287 -"209504",77001,45903,1,1440,2237 -"209505",77001,48127,3,1440,2677 -"209506",77001,48602,2,1440,1704 -"209507",77001,53779,3,1440,2000 -"209508",77001,56903,3,1440,1584 -"209509",77001,61719,3,1440,1515 -"209510",77001,64502,2,1440,1670 -"209511",77001,67957,3,1440,2823 -"209512",77001,75403,3,1440,1895 -"209513",77001,81095,3,1440,1609 -"209514",77001,82341,3,1440,1515 -"209515",77001,82932,3,1440,2245 -"209516",77001,85356,3,1440,1492 -"209517",77001,92297,3,1440,2952 -"209518",77001,96553,3,1440,1887 -"209519",77010,38755,3,2639,2902 -"209520",77031,1015,3,801,1174 -"209521",77031,1323,3,801,1659 -"209522",77031,2057,3,801,1965 -"209523",77031,2540,3,801,1398 -"209524",77031,2704,3,801,2609 -"209525",77031,2894,3,801,1291 -"209526",77031,2960,3,801,977 -"209527",77031,3127,3,801,2273 -"209528",77031,3163,3,801,2020 -"209529",77031,4107,2,801,987 -"209530",77031,4121,3,801,1304 -"209531",77031,5610,3,801,2223 -"209532",77031,5615,3,801,1105 -"209533",77031,5792,3,801,975 -"209534",77031,7798,2,801,949 -"209535",77031,8865,2,801,2394 -"209536",77031,9311,3,801,2477 -"209537",77031,9391,3,801,1252 -"209538",77031,9520,3,801,2089 -"209539",77031,10148,3,801,2964 -"209540",77031,10754,3,801,1797 -"209541",77031,11538,3,801,2288 -"209542",77031,11546,3,801,1174 -"209543",77031,12067,3,801,1213 -"209544",77031,12388,3,801,1975 -"209545",77031,13184,2,801,977 -"209546",77031,13324,3,801,2163 -"209547",77031,13808,1,801,1356 -"209548",77031,14817,3,801,2110 -"209549",77031,16641,3,801,1359 -"209550",77031,17571,2,801,953 -"209551",77031,18165,3,801,2085 -"209552",77031,18735,3,801,1581 -"209553",77031,18891,3,801,1596 -"209554",77031,19433,3,801,2504 -"209555",77031,19874,3,801,985 -"209556",77031,21479,3,801,2134 -"209557",77031,25078,3,801,2312 -"209558",77031,26234,3,801,2183 -"209559",77031,27908,2,801,2576 -"209560",77031,29267,2,801,1234 -"209561",77031,29286,3,801,1612 -"209562",77031,29454,3,801,2719 -"209563",77031,30486,3,801,1269 -"209564",77031,30906,3,801,2537 -"209565",77031,31890,3,801,1487 -"209566",77031,32606,3,801,2100 -"209567",77031,33433,3,801,2805 -"209568",77031,35903,2,801,1434 -"209569",77031,36637,1,801,2085 -"209570",77031,36953,3,801,2790 -"209571",77031,37427,3,801,915 -"209572",77031,38513,3,801,914 -"209573",77031,39062,3,801,2020 -"209574",77031,40572,3,801,2666 -"209575",77031,42715,3,801,987 -"209576",77031,42813,3,801,2142 -"209577",77031,42837,3,801,1096 -"209578",77031,46486,2,801,1868 -"209579",77031,46742,3,801,2144 -"209580",77031,47595,3,801,2374 -"209581",77031,47803,2,801,2477 -"209582",77031,48377,3,801,1927 -"209583",77031,49787,3,801,2352 -"209584",77031,50335,3,801,1893 -"209585",77031,50946,3,801,1075 -"209586",77031,51016,1,801,1141 -"209587",77031,52136,3,801,1412 -"209588",77031,55821,3,801,1303 -"209589",77031,55862,3,801,2123 -"209590",77031,57315,3,801,1005 -"209591",77031,58895,3,801,917 -"209592",77031,59637,3,801,2141 -"209593",77031,59677,3,801,1174 -"209594",77031,62966,3,801,1282 -"209595",77031,65856,3,801,2504 -"209596",77031,69232,3,801,2130 -"209597",77031,72557,3,801,972 -"209598",77031,74190,3,801,1428 -"209599",77031,79837,2,801,1252 -"209600",77031,82009,3,801,1020 -"209601",77031,83862,3,801,2026 -"209602",77031,87958,3,801,1234 -"209603",77031,90709,3,801,1080 -"209604",77031,94404,3,801,1836 -"209605",77031,95155,1,801,849 -"209606",77031,98080,2,801,1265 -"209607",77031,99332,3,801,873 -"209608",77031,108620,1,801,881 -"209609",77052,25373,3,2770,2783 -"209610",77057,1386,3,1866,1901 -"209611",77057,12684,3,1866,2182 -"209612",77057,14669,3,1866,2080 -"209613",77057,15343,3,1866,2125 -"209614",77057,17967,3,1866,2125 -"209615",77057,19397,3,1866,2182 -"209616",77057,20469,3,1866,2125 -"209617",77057,21417,3,1866,2422 -"209618",77057,29756,3,1866,2051 -"209619",77057,29791,3,1866,1986 -"209620",77057,34327,3,1866,2959 -"209621",77057,38038,2,1866,2686 -"209622",77057,45664,1,1866,2235 -"209623",77057,50899,3,1866,2125 -"209624",77057,55691,3,1866,2856 -"209625",77057,59432,3,1866,2553 -"209626",77057,85638,3,1866,2275 -"209627",77057,90501,3,1866,2380 -"209628",77077,9272,2,2693,2835 -"209629",77077,14586,3,2693,2801 -"209630",77077,19364,3,2693,2846 -"209631",77077,22709,3,2693,2743 -"209632",77077,59039,3,2693,2870 -"209633",77077,60879,3,2693,2792 -"209634",77077,69335,3,2693,2698 -"209635",77077,73553,3,2693,2726 -"209636",77077,99940,1,2693,2884 -"209637",77095,1386,3,1622,1901 -"209638",77095,12684,3,1622,2182 -"209639",77095,14669,3,1622,2080 -"209640",77095,14772,3,1622,2386 -"209641",77095,15343,3,1622,2125 -"209642",77095,17967,3,1622,2125 -"209643",77095,19397,3,1622,2182 -"209644",77095,20469,2,1622,2125 -"209645",77095,21417,2,1622,2422 -"209646",77095,29756,3,1622,2051 -"209647",77095,29791,3,1622,1986 -"209648",77095,34327,3,1622,2959 -"209649",77095,38038,2,1622,2686 -"209650",77095,38908,3,1622,1787 -"209651",77095,45664,1,1622,2235 -"209652",77095,50899,3,1622,2125 -"209653",77095,55691,3,1622,2856 -"209654",77095,59432,3,1622,2553 -"209655",77095,77057,1,1622,1866 -"209656",77095,85638,3,1622,2275 -"209657",77095,90501,3,1622,2380 -"209658",77167,1708,3,836,1591 -"209659",77167,3158,3,836,2762 -"209660",77167,3877,3,836,1133 -"209661",77167,4784,3,836,2511 -"209662",77167,5491,3,836,2048 -"209663",77167,6020,3,836,1864 -"209664",77167,6295,3,836,856 -"209665",77167,7078,3,836,2344 -"209666",77167,7394,3,836,2615 -"209667",77167,7406,3,836,1906 -"209668",77167,7616,3,836,2296 -"209669",77167,9269,3,836,1892 -"209670",77167,9615,3,836,2464 -"209671",77167,9740,3,836,2233 -"209672",77167,9871,3,836,921 -"209673",77167,9895,3,836,1960 -"209674",77167,9910,3,836,2526 -"209675",77167,9948,3,836,2019 -"209676",77167,11270,3,836,1011 -"209677",77167,12035,3,836,2721 -"209678",77167,12632,2,836,1174 -"209679",77167,12914,3,836,1557 -"209680",77167,12966,3,836,2011 -"209681",77167,13551,3,836,1451 -"209682",77167,13930,3,836,1274 -"209683",77167,14172,3,836,1923 -"209684",77167,16029,3,836,1160 -"209685",77167,16286,3,836,2470 -"209686",77167,16347,3,836,1868 -"209687",77167,16910,3,836,1978 -"209688",77167,16963,3,836,1999 -"209689",77167,18151,3,836,2962 -"209690",77167,20369,2,836,1356 -"209691",77167,20695,2,836,2526 -"209692",77167,21165,3,836,1112 -"209693",77167,21358,3,836,1970 -"209694",77167,21795,3,836,2653 -"209695",77167,22808,3,836,2297 -"209696",77167,23460,3,836,2183 -"209697",77167,24511,2,836,1871 -"209698",77167,24755,3,836,1319 -"209699",77167,28648,3,836,1586 -"209700",77167,30386,3,836,1833 -"209701",77167,34327,3,836,2959 -"209702",77167,35542,2,836,1439 -"209703",77167,36950,2,836,2204 -"209704",77167,41350,3,836,1935 -"209705",77167,41489,3,836,2006 -"209706",77167,41832,3,836,1155 -"209707",77167,43725,2,836,935 -"209708",77167,46049,2,836,2102 -"209709",77167,47607,3,836,2724 -"209710",77167,49379,3,836,1573 -"209711",77167,51505,2,836,1572 -"209712",77167,53248,3,836,2271 -"209713",77167,53584,3,836,2391 -"209714",77167,56364,3,836,1626 -"209715",77167,59522,3,836,1516 -"209716",77167,64803,2,836,841 -"209717",77167,69260,3,836,1698 -"209718",77167,71225,3,836,956 -"209719",77167,72007,3,836,963 -"209720",77167,76796,3,836,1140 -"209721",77167,78393,3,836,874 -"209722",77167,80807,2,836,1597 -"209723",77167,82628,3,836,1784 -"209724",77167,83122,3,836,1503 -"209725",77167,84591,3,836,1685 -"209726",77167,87915,3,836,1152 -"209727",77167,93642,3,836,1120 -"209728",77167,101381,3,836,977 -"209729",77167,107467,3,836,1524 -"209730",77174,8896,3,747,1139 -"209731",77174,18821,3,747,2075 -"209732",77174,19397,1,747,2182 -"209733",77174,25541,3,747,917 -"209734",77174,38038,3,747,2686 -"209735",77174,39507,3,747,793 -"209736",77174,42814,3,747,1149 -"209737",77174,45664,2,747,2235 -"209738",77174,77057,2,747,1866 -"209739",77174,77095,2,747,1622 -"209740",77174,80942,3,747,1240 -"209741",77174,84039,3,747,1335 -"209742",77183,1023,3,1317,2515 -"209743",77183,1063,3,1317,2515 -"209744",77183,6820,3,1317,1318 -"209745",77183,7254,3,1317,1849 -"209746",77183,15146,3,1317,1546 -"209747",77183,19137,2,1317,1437 -"209748",77183,20088,3,1317,1677 -"209749",77183,26513,3,1317,2205 -"209750",77183,31170,3,1317,1776 -"209751",77183,39211,3,1317,1908 -"209752",77183,49958,3,1317,1860 -"209753",77183,78262,2,1317,1326 -"209754",77183,82917,3,1317,2371 -"209755",77189,916,3,1965,2718 -"209756",77189,7253,3,1965,2686 -"209757",77189,92960,3,1965,2154 -"209758",77189,94339,3,1965,2768 -"209759",77189,96169,3,1965,2356 -"209760",77193,30819,3,1589,2198 -"209761",77193,40910,3,1589,2469 -"209762",77200,4730,3,1737,2131 -"209763",77200,21575,2,1737,1762 -"209764",77200,26227,3,1737,2265 -"209765",77200,26642,3,1737,2952 -"209766",77200,26847,3,1737,1902 -"209767",77200,30442,2,1737,2124 -"209768",77200,47968,3,1737,2829 -"209769",77200,66994,3,1737,1865 -"209770",77200,68586,3,1737,2322 -"209771",77202,1592,2,49,2006 -"209772",77202,1691,2,49,1941 -"209773",77202,1888,3,49,114 -"209774",77202,2208,3,49,2814 -"209775",77202,4317,3,49,1224 -"209776",77202,6390,3,49,2385 -"209777",77202,6914,3,49,2668 -"209778",77202,8537,3,49,472 -"209779",77202,10222,3,49,2212 -"209780",77202,10871,2,49,2314 -"209781",77202,14616,3,49,385 -"209782",77202,14983,3,49,1047 -"209783",77202,15089,3,49,469 -"209784",77202,19516,2,49,2313 -"209785",77202,19718,3,49,1702 -"209786",77202,20407,3,49,2339 -"209787",77202,21133,3,49,1320 -"209788",77202,21682,3,49,2414 -"209789",77202,24198,3,49,2217 -"209790",77202,28808,3,49,1063 -"209791",77202,29115,3,49,1047 -"209792",77202,31124,3,49,2351 -"209793",77202,32503,3,49,2020 -"209794",77202,33622,3,49,2230 -"209795",77202,34314,3,49,630 -"209796",77202,35481,2,49,2211 -"209797",77202,36439,3,49,2469 -"209798",77202,46512,3,49,1292 -"209799",77202,46621,2,49,1343 -"209800",77202,46951,3,49,2429 -"209801",77202,47585,3,49,794 -"209802",77202,49301,3,49,1894 -"209803",77202,50179,3,49,2230 -"209804",77202,51410,3,49,2739 -"209805",77202,52327,3,49,1472 -"209806",77202,59022,3,49,2494 -"209807",77202,61785,2,49,822 -"209808",77202,70605,3,49,1176 -"209809",77202,74636,3,49,2525 -"209810",77202,75921,3,49,517 -"209811",77202,76127,3,49,910 -"209812",77202,76192,3,49,912 -"209813",77202,79436,3,49,1344 -"209814",77202,81895,3,49,1634 -"209815",77202,88232,2,49,2881 -"209816",77202,88887,3,49,1161 -"209817",77202,92592,3,49,486 -"209818",77202,105685,3,49,2469 -"209819",77202,109323,3,49,647 -"209820",77269,57450,2,211,1286 -"209821",77305,380,3,965,2261 -"209822",77305,671,3,965,2328 -"209823",77305,1102,2,965,2282 -"209824",77305,1639,3,965,2631 -"209825",77305,2120,3,965,1133 -"209826",77305,2269,3,965,984 -"209827",77305,2424,3,965,2582 -"209828",77305,2572,3,965,2273 -"209829",77305,2754,3,965,1360 -"209830",77305,3306,3,965,1989 -"209831",77305,3493,3,965,2451 -"209832",77305,3801,3,965,1974 -"209833",77305,4317,3,965,1224 -"209834",77305,4360,3,965,1770 -"209835",77305,4701,3,965,2401 -"209836",77305,4785,3,965,996 -"209837",77305,4790,2,965,1025 -"209838",77305,4791,2,965,1184 -"209839",77305,4916,3,965,1970 -"209840",77305,6047,3,965,2004 -"209841",77305,6052,3,965,1985 -"209842",77305,6074,3,965,2426 -"209843",77305,6718,3,965,2138 -"209844",77305,7555,3,965,1943 -"209845",77305,8910,3,965,1054 -"209846",77305,9364,3,965,1698 -"209847",77305,10129,3,965,2124 -"209848",77305,10488,3,965,1524 -"209849",77305,10513,3,965,2284 -"209850",77305,11006,3,965,1950 -"209851",77305,11168,3,965,1223 -"209852",77305,11541,3,965,1927 -"209853",77305,12096,3,965,1330 -"209854",77305,12724,3,965,1930 -"209855",77305,12728,3,965,2374 -"209856",77305,13945,3,965,1324 -"209857",77305,14032,3,965,2144 -"209858",77305,16332,3,965,2668 -"209859",77305,16940,3,965,1290 -"209860",77305,18707,3,965,1143 -"209861",77305,19248,3,965,2357 -"209862",77305,19719,3,965,2177 -"209863",77305,20124,3,965,2376 -"209864",77305,20311,3,965,1981 -"209865",77305,20975,2,965,1305 -"209866",77305,21122,3,965,1701 -"209867",77305,21197,3,965,1437 -"209868",77305,21285,3,965,2100 -"209869",77305,21693,3,965,2176 -"209870",77305,22282,2,965,1418 -"209871",77305,22326,3,965,2818 -"209872",77305,22362,3,965,1836 -"209873",77305,22586,3,965,1341 -"209874",77305,23450,2,965,967 -"209875",77305,23727,2,965,1734 -"209876",77305,23729,1,965,1624 -"209877",77305,23970,2,965,1624 -"209878",77305,24755,2,965,1319 -"209879",77305,24853,3,965,1004 -"209880",77305,25577,3,965,1946 -"209881",77305,26451,3,965,2133 -"209882",77305,26471,3,965,1061 -"209883",77305,26570,3,965,1669 -"209884",77305,26749,2,965,2965 -"209885",77305,27175,3,965,1447 -"209886",77305,27390,3,965,2425 -"209887",77305,27694,3,965,2030 -"209888",77305,27849,3,965,1316 -"209889",77305,28015,2,965,1624 -"209890",77305,30325,3,965,1067 -"209891",77305,31530,3,965,1661 -"209892",77305,32173,2,965,2341 -"209893",77305,33949,3,965,2489 -"209894",77305,34136,3,965,2202 -"209895",77305,34836,3,965,2302 -"209896",77305,38019,2,965,1870 -"209897",77305,41832,3,965,1155 -"209898",77305,42216,3,965,2722 -"209899",77305,43213,3,965,2160 -"209900",77305,43385,3,965,1623 -"209901",77305,46196,3,965,1510 -"209902",77305,47772,3,965,2293 -"209903",77305,51810,3,965,1401 -"209904",77305,52058,3,965,1836 -"209905",77305,52136,2,965,1412 -"209906",77305,52576,2,965,2234 -"209907",77305,53323,3,965,2677 -"209908",77305,55082,3,965,1856 -"209909",77305,55438,3,965,2863 -"209910",77305,55468,3,965,2511 -"209911",77305,56082,3,965,2395 -"209912",77305,56317,2,965,2030 -"209913",77305,57950,3,965,1529 -"209914",77305,58508,3,965,2326 -"209915",77305,58652,3,965,1437 -"209916",77305,61982,3,965,2725 -"209917",77305,64181,3,965,1828 -"209918",77305,66860,3,965,1548 -"209919",77305,67222,3,965,1332 -"209920",77305,71342,2,965,1289 -"209921",77305,72207,3,965,2430 -"209922",77305,72956,2,965,1251 -"209923",77305,73128,3,965,1549 -"209924",77305,73786,3,965,2937 -"209925",77305,75403,3,965,1895 -"209926",77305,75948,2,965,1006 -"209927",77305,76284,3,965,1237 -"209928",77305,79322,3,965,2770 -"209929",77305,79436,3,965,1344 -"209930",77305,81588,1,965,1568 -"209931",77305,82893,3,965,1275 -"209932",77305,82949,3,965,2077 -"209933",77305,93332,2,965,982 -"209934",77305,98781,3,965,1410 -"209935",77305,101295,3,965,2165 -"209936",77305,115622,3,965,1895 -"209937",77318,17983,3,1643,1931 -"209938",77359,357,3,917,2327 -"209939",77359,1469,3,917,1160 -"209940",77359,4366,3,917,1726 -"209941",77359,5716,3,917,1058 -"209942",77359,11218,3,917,2292 -"209943",77359,16352,3,917,2657 -"209944",77359,18348,3,917,1711 -"209945",77359,24923,3,917,2785 -"209946",77359,28874,3,917,2329 -"209947",77359,29073,3,917,2328 -"209948",77359,32694,3,917,1602 -"209949",77359,44521,3,917,1593 -"209950",77359,56604,3,917,1919 -"209951",77359,61719,2,917,1515 -"209952",77359,80219,3,917,988 -"209953",77359,93752,2,917,1368 -"209954",77377,1745,3,1487,2693 -"209955",77377,6132,3,1487,1590 -"209956",77377,6697,3,1487,2438 -"209957",77377,13068,3,1487,1778 -"209958",77377,14586,3,1487,2801 -"209959",77377,19165,3,1487,2436 -"209960",77377,32339,3,1487,2430 -"209961",77377,37752,3,1487,2223 -"209962",77377,39875,3,1487,2422 -"209963",77377,41187,2,1487,2340 -"209964",77377,41581,3,1487,1692 -"209965",77377,49558,3,1487,2083 -"209966",77377,53051,3,1487,1940 -"209967",77377,57356,3,1487,2476 -"209968",77377,59039,3,1487,2870 -"209969",77377,59485,2,1487,1564 -"209970",77377,65188,2,1487,2213 -"209971",77377,90745,3,1487,1994 -"209972",77397,237,3,1302,1982 -"209973",77397,1685,3,1302,2230 -"209974",77397,1897,3,1302,1727 -"209975",77397,2221,3,1302,2092 -"209976",77397,2418,2,1302,2020 -"209977",77397,2576,3,1302,1307 -"209978",77397,2759,2,1302,2030 -"209979",77397,3255,3,1302,2504 -"209980",77397,4730,2,1302,2131 -"209981",77397,6627,3,1302,2063 -"209982",77397,6824,3,1302,2680 -"209983",77397,7269,3,1302,1728 -"209984",77397,7433,2,1302,2255 -"209985",77397,7443,2,1302,2028 -"209986",77397,9861,3,1302,2680 -"209987",77397,10495,3,1302,2230 -"209988",77397,10638,3,1302,2692 -"209989",77397,10905,3,1302,1552 -"209990",77397,10914,3,1302,1660 -"209991",77397,11154,3,1302,1594 -"209992",77397,11381,3,1302,1638 -"209993",77397,11506,2,1302,2824 -"209994",77397,12007,3,1302,1594 -"209995",77397,16594,3,1302,1755 -"209996",77397,18571,2,1302,2128 -"209997",77397,18943,3,1302,2861 -"209998",77397,20007,3,1302,2971 -"209999",77397,21180,2,1302,2762 -"210000",77397,21463,3,1302,2437 -"210001",77397,21741,2,1302,1574 -"210002",77397,27783,3,1302,2302 -"210003",77397,30404,3,1302,1810 -"210004",77397,30442,3,1302,2124 -"210005",77397,31164,3,1302,1996 -"210006",77397,32449,3,1302,2091 -"210007",77397,34162,2,1302,2336 -"210008",77397,36136,2,1302,2338 -"210009",77397,39105,3,1302,2487 -"210010",77397,41955,3,1302,2479 -"210011",77397,45730,1,1302,2063 -"210012",77397,46951,3,1302,2429 -"210013",77397,54663,3,1302,1424 -"210014",77397,55775,3,1302,2385 -"210015",77397,56338,3,1302,1818 -"210016",77397,56673,3,1302,2419 -"210017",77397,60979,2,1302,1758 -"210018",77397,66911,3,1302,1920 -"210019",77397,76132,2,1302,2426 -"210020",77397,76675,1,1302,1840 -"210021",77397,93208,3,1302,1324 -"210022",77397,104306,3,1302,1665 -"210023",77397,111034,2,1302,2131 -"210024",77397,115155,3,1302,1942 -"210025",77424,1777,3,1489,1965 -"210026",77424,2036,3,1489,2483 -"210027",77424,5078,3,1489,2033 -"210028",77424,5457,3,1489,2077 -"210029",77424,5462,3,1489,2374 -"210030",77424,5504,3,1489,2389 -"210031",77424,8760,3,1489,2477 -"210032",77424,12713,3,1489,2440 -"210033",77424,16587,2,1489,2065 -"210034",77424,18554,2,1489,2065 -"210035",77424,19606,3,1489,2783 -"210036",77424,25198,3,1489,1982 -"210037",77424,29864,3,1489,2479 -"210038",77424,37758,3,1489,1998 -"210039",77424,53630,3,1489,1565 -"210040",77424,67182,3,1489,2855 -"210041",77461,13967,3,133,1354 -"210042",77461,79371,3,133,1624 -"210043",77461,109978,3,133,1865 -"210044",77466,20700,3,1585,2861 -"210045",77489,313,3,1514,2271 -"210046",77489,499,3,1514,1931 -"210047",77489,543,3,1514,2203 -"210048",77489,1777,3,1514,1965 -"210049",77489,2036,3,1514,2483 -"210050",77489,3830,3,1514,1661 -"210051",77489,5462,3,1514,2374 -"210052",77489,5504,3,1514,2389 -"210053",77489,22108,3,1514,1915 -"210054",77489,27478,2,1514,2485 -"210055",77489,31799,3,1514,2547 -"210056",77489,35256,3,1514,2271 -"210057",77489,40296,3,1514,1674 -"210058",77489,41747,3,1514,1722 -"210059",77489,53031,2,1514,2065 -"210060",77489,57609,3,1514,2717 -"210061",77489,57781,3,1514,1971 -"210062",77489,57977,3,1514,2683 -"210063",77489,68098,2,1514,2378 -"210064",77489,85430,3,1514,2370 -"210065",77489,93615,3,1514,2386 -"210066",77497,5350,3,2359,2522 -"210067",77497,5462,3,2359,2374 -"210068",77497,61337,3,2359,2777 -"210069",77497,69716,3,2359,2632 -"210070",77519,916,3,819,2718 -"210071",77519,2724,2,819,2447 -"210072",77519,2802,3,819,1836 -"210073",77519,3678,3,819,1325 -"210074",77519,4194,3,819,1641 -"210075",77519,6040,3,819,2103 -"210076",77519,6562,3,819,1139 -"210077",77519,7648,3,819,1861 -"210078",77519,9273,3,819,1747 -"210079",77519,10128,3,819,883 -"210080",77519,10435,3,819,1984 -"210081",77519,10457,3,819,1711 -"210082",77519,11803,1,819,1232 -"210083",77519,12861,1,819,1207 -"210084",77519,14061,1,819,1620 -"210085",77519,14442,3,819,2700 -"210086",77519,15683,3,819,1729 -"210087",77519,16593,3,819,1139 -"210088",77519,17159,3,819,883 -"210089",77519,17608,3,819,1216 -"210090",77519,17768,3,819,2468 -"210091",77519,18610,3,819,2141 -"210092",77519,20547,3,819,2145 -"210093",77519,23739,3,819,2463 -"210094",77519,24867,3,819,1861 -"210095",77519,25053,3,819,2186 -"210096",77519,26100,3,819,1966 -"210097",77519,29067,3,819,1538 -"210098",77519,29289,3,819,1756 -"210099",77519,29354,2,819,1123 -"210100",77519,29977,3,819,2781 -"210101",77519,31259,3,819,2082 -"210102",77519,31357,3,819,2389 -"210103",77519,33278,3,819,1591 -"210104",77519,36996,3,819,2321 -"210105",77519,42407,3,819,2408 -"210106",77519,44132,3,819,1999 -"210107",77519,47094,3,819,2592 -"210108",77519,49805,1,819,2445 -"210109",77519,53289,3,819,2746 -"210110",77519,55446,3,819,1247 -"210111",77519,55730,3,819,1217 -"210112",77519,62848,2,819,1230 -"210113",77519,63096,3,819,2307 -"210114",77519,64737,3,819,2442 -"210115",77519,68691,3,819,1209 -"210116",77519,74054,2,819,1488 -"210117",77519,76295,3,819,1001 -"210118",77519,80705,2,819,2764 -"210119",77519,84322,3,819,1635 -"210120",77519,90943,3,819,1754 -"210121",77519,91465,2,819,1047 -"210122",77519,94339,2,819,2768 -"210123",77519,97266,3,819,1016 -"210124",77550,267,3,1548,2631 -"210125",77550,2443,3,1548,2333 -"210126",77550,2684,3,1548,2874 -"210127",77550,3819,3,1548,1583 -"210128",77550,8238,3,1548,2222 -"210129",77550,9423,3,1548,1708 -"210130",77550,12081,3,1548,2166 -"210131",77550,12356,3,1548,2757 -"210132",77550,12982,3,1548,2143 -"210133",77550,14325,3,1548,1976 -"210134",77550,14652,2,1548,2516 -"210135",77550,16850,3,1548,1657 -"210136",77550,18563,3,1548,2715 -"210137",77550,18670,3,1548,1835 -"210138",77550,20659,3,1548,1969 -"210139",77550,20695,3,1548,2526 -"210140",77550,21225,2,1548,1945 -"210141",77550,22207,3,1548,2365 -"210142",77550,22543,3,1548,1594 -"210143",77550,22682,3,1548,2035 -"210144",77550,24256,3,1548,2393 -"210145",77550,26793,3,1548,2104 -"210146",77550,27796,3,1548,2151 -"210147",77550,29512,3,1548,1594 -"210148",77550,29930,3,1548,2240 -"210149",77550,30697,3,1548,2891 -"210150",77550,31705,1,1548,2706 -"210151",77550,36609,3,1548,2918 -"210152",77550,37332,2,1548,1891 -"210153",77550,40565,3,1548,2115 -"210154",77550,40931,3,1548,2301 -"210155",77550,44135,3,1548,2620 -"210156",77550,44403,3,1548,2429 -"210157",77550,45618,3,1548,2356 -"210158",77550,52597,3,1548,1773 -"210159",77550,55076,3,1548,2408 -"210160",77550,56893,3,1548,2597 -"210161",77550,63477,3,1548,1907 -"210162",77550,77155,3,1548,2946 -"210163",77550,82270,3,1548,1641 -"210164",77550,83334,2,1548,1708 -"210165",77567,841,3,197,2964 -"210166",77567,2985,2,197,2398 -"210167",77567,4660,3,197,2149 -"210168",77567,8062,3,197,2858 -"210169",77567,8791,3,197,1789 -"210170",77567,10350,3,197,1163 -"210171",77567,11518,3,197,803 -"210172",77567,16161,3,197,599 -"210173",77567,16690,3,197,2132 -"210174",77567,17257,3,197,1117 -"210175",77567,20700,3,197,2861 -"210176",77567,22462,3,197,869 -"210177",77567,25185,3,197,341 -"210178",77567,27312,3,197,2469 -"210179",77567,32395,3,197,2735 -"210180",77567,33451,3,197,1957 -"210181",77567,34117,3,197,961 -"210182",77567,35589,3,197,983 -"210183",77567,54740,3,197,2750 -"210184",77567,56873,3,197,1421 -"210185",77567,63641,3,197,2337 -"210186",77567,66717,3,197,2104 -"210187",77567,72535,3,197,1191 -"210188",77567,76143,3,197,1610 -"210189",77567,78842,2,197,904 -"210190",77567,80793,3,197,631 -"210191",77567,81400,3,197,2679 -"210192",77567,96007,3,197,895 -"210193",77567,99288,3,197,983 -"210194",77580,843,3,888,2332 -"210195",77580,1369,3,888,2487 -"210196",77580,1455,3,888,1262 -"210197",77580,1897,3,888,1727 -"210198",77580,2272,3,888,1640 -"210199",77580,2349,3,888,1288 -"210200",77580,3271,3,888,2216 -"210201",77580,5637,3,888,1976 -"210202",77580,6999,3,888,2214 -"210203",77580,7604,3,888,1366 -"210204",77580,9272,3,888,2835 -"210205",77580,9656,2,888,1135 -"210206",77580,9724,3,888,2713 -"210207",77580,13340,3,888,1918 -"210208",77580,14470,3,888,2632 -"210209",77580,22410,3,888,2158 -"210210",77580,31164,3,888,1996 -"210211",77580,31264,3,888,2335 -"210212",77580,34331,3,888,1727 -"210213",77580,35243,2,888,1102 -"210214",77580,35317,3,888,1888 -"210215",77580,36136,3,888,2338 -"210216",77580,42407,3,888,2408 -"210217",77580,43226,3,888,2442 -"210218",77580,48110,3,888,2009 -"210219",77580,58508,3,888,2326 -"210220",77580,68592,3,888,2551 -"210221",77580,69335,3,888,2698 -"210222",77580,73520,3,888,2613 -"210223",77580,80301,3,888,1690 -"210224",77580,82039,2,888,1327 -"210225",77580,93553,1,888,2537 -"210226",77580,94926,3,888,1611 -"210227",77580,105959,3,888,1327 -"210228",77595,4831,2,1622,2365 -"210229",77595,6432,3,1622,2297 -"210230",77595,7206,3,1622,1959 -"210231",77595,8610,3,1622,2240 -"210232",77595,21209,3,1622,2184 -"210233",77595,22895,3,1622,2704 -"210234",77595,29825,2,1622,2603 -"210235",77595,36487,3,1622,2622 -"210236",77595,54924,3,1622,2603 -"210237",77611,160,1,1795,2007 -"210238",77611,2684,3,1795,2874 -"210239",77611,3456,3,1795,1999 -"210240",77611,5610,3,1795,2223 -"210241",77611,5710,3,1795,1926 -"210242",77611,5865,3,1795,1910 -"210243",77611,6192,3,1795,2409 -"210244",77611,7406,3,1795,1906 -"210245",77611,7555,3,1795,1943 -"210246",77611,7616,1,1795,2296 -"210247",77611,8238,2,1795,2222 -"210248",77611,8274,3,1795,1909 -"210249",77611,8585,2,1795,1917 -"210250",77611,8726,3,1795,2083 -"210251",77611,9331,3,1795,2269 -"210252",77611,10146,3,1795,1878 -"210253",77611,12388,3,1795,1975 -"210254",77611,12560,3,1795,2565 -"210255",77611,12976,3,1795,2399 -"210256",77611,13249,2,1795,2573 -"210257",77611,13324,3,1795,2163 -"210258",77611,14972,3,1795,2332 -"210259",77611,16347,3,1795,1868 -"210260",77611,16539,2,1795,1947 -"210261",77611,17351,2,1795,2036 -"210262",77611,17549,3,1795,2647 -"210263",77611,17632,2,1795,1947 -"210264",77611,19208,2,1795,2629 -"210265",77611,19605,3,1795,2395 -"210266",77611,21950,3,1795,1892 -"210267",77611,22292,3,1795,1910 -"210268",77611,22808,3,1795,2297 -"210269",77611,22950,2,1795,2576 -"210270",77611,23098,2,1795,2300 -"210271",77611,23460,3,1795,2183 -"210272",77611,24256,3,1795,2393 -"210273",77611,24753,3,1795,2860 -"210274",77611,24793,3,1795,1993 -"210275",77611,25030,3,1795,2017 -"210276",77611,26083,2,1795,2038 -"210277",77611,27796,3,1795,2151 -"210278",77611,28218,3,1795,2048 -"210279",77611,29454,3,1795,2719 -"210280",77611,29930,3,1795,2240 -"210281",77611,30525,3,1795,1964 -"210282",77611,30697,3,1795,2891 -"210283",77611,32173,3,1795,2341 -"210284",77611,32419,3,1795,1909 -"210285",77611,36559,3,1795,2473 -"210286",77611,39556,3,1795,2747 -"210287",77611,40565,3,1795,2115 -"210288",77611,41664,3,1795,2641 -"210289",77611,41764,3,1795,2409 -"210290",77611,41900,3,1795,1970 -"210291",77611,41945,3,1795,2856 -"210292",77611,42129,3,1795,2318 -"210293",77611,42515,3,1795,2752 -"210294",77611,44688,3,1795,2924 -"210295",77611,47386,3,1795,2226 -"210296",77611,47564,2,1795,2650 -"210297",77611,47625,3,1795,2562 -"210298",77611,49334,2,1795,2433 -"210299",77611,50480,3,1795,2701 -"210300",77611,55076,2,1795,2408 -"210301",77611,55643,3,1795,2359 -"210302",77611,56854,3,1795,2022 -"210303",77611,63477,2,1795,1907 -"210304",77611,73661,3,1795,2505 -"210305",77611,78563,3,1795,2385 -"210306",77611,81349,3,1795,1958 -"210307",77611,92322,3,1795,2393 -"210308",77611,96553,3,1795,1887 -"210309",77638,11872,3,155,317 -"210310",77638,33572,3,155,2370 -"210311",77638,36645,3,155,547 -"210312",77638,38513,3,155,914 -"210313",77638,47013,3,155,2388 -"210314",77638,99298,3,155,679 -"210315",77644,307,3,305,2530 -"210316",77644,22586,3,305,1341 -"210317",77647,1154,3,120,1656 -"210318",77647,7241,3,120,2259 -"210319",77647,12374,3,120,2260 -"210320",77647,15118,3,120,1311 -"210321",77647,17645,3,120,1918 -"210322",77647,24005,3,120,1188 -"210323",77647,25132,3,120,1188 -"210324",77647,34596,3,120,527 -"210325",77647,46726,3,120,943 -"210326",77647,48260,3,120,875 -"210327",77647,48698,2,120,1474 -"210328",77647,62668,3,120,958 -"210329",77647,65884,3,120,798 -"210330",77647,78256,3,120,804 -"210331",77647,89965,3,120,810 -"210332",77647,98925,3,120,584 -"210333",77647,103420,3,120,433 -"210334",77647,108867,3,120,2328 -"210335",77647,112024,1,120,135 -"210336",77666,5673,2,1372,1567 -"210337",77666,11135,3,1372,2441 -"210338",77666,15502,3,1372,2637 -"210339",77666,21895,3,1372,1693 -"210340",77666,23639,3,1372,2065 -"210341",77666,46520,1,1372,1776 -"210342",77666,51448,3,1372,1593 -"210343",77666,56673,2,1372,2419 -"210344",77666,61513,3,1372,2948 -"210345",77666,79025,3,1372,1473 -"210346",77671,915,3,470,1793 -"210347",77671,1767,3,470,2727 -"210348",77671,2609,2,470,834 -"210349",77671,13158,3,470,2667 -"210350",77671,55084,3,470,1189 -"210351",77671,55580,3,470,1942 -"210352",77683,2540,3,117,1398 -"210353",77683,2864,2,117,1543 -"210354",77683,3198,2,117,1797 -"210355",77683,3395,2,117,1382 -"210356",77683,3397,2,117,2126 -"210357",77683,3409,2,117,2167 -"210358",77683,3453,1,117,2126 -"210359",77683,3753,3,117,1255 -"210360",77683,6492,1,117,1162 -"210361",77683,8866,3,117,1545 -"210362",77683,10857,3,117,2253 -"210363",77683,11912,3,117,889 -"210364",77683,12122,3,117,1385 -"210365",77683,12778,3,117,2045 -"210366",77683,16542,3,117,2039 -"210367",77683,17502,3,117,869 -"210368",77683,19380,3,117,2637 -"210369",77683,19744,3,117,2623 -"210370",77683,19893,2,117,1223 -"210371",77683,23460,3,117,2183 -"210372",77683,23492,3,117,1067 -"210373",77683,24299,2,117,231 -"210374",77683,24753,3,117,2860 -"210375",77683,24793,3,117,1993 -"210376",77683,26421,3,117,2634 -"210377",77683,28361,1,117,129 -"210378",77683,28588,3,117,1335 -"210379",77683,28626,3,117,2842 -"210380",77683,31209,3,117,1137 -"210381",77683,32419,2,117,1909 -"210382",77683,33655,1,117,773 -"210383",77683,40129,3,117,2162 -"210384",77683,40879,2,117,2019 -"210385",77683,42023,3,117,2231 -"210386",77683,43902,1,117,1726 -"210387",77683,44089,3,117,1632 -"210388",77683,45650,3,117,1528 -"210389",77683,49046,3,117,255 -"210390",77683,52699,2,117,1372 -"210391",77683,54551,3,117,2348 -"210392",77683,63907,3,117,2377 -"210393",77683,79403,3,117,977 -"210394",77683,82828,3,117,306 -"210395",77683,83286,2,117,1793 -"210396",77683,83291,2,117,2066 -"210397",77683,91812,1,117,682 -"210398",77683,107478,2,117,768 -"210399",77714,2269,3,213,984 -"210400",77714,3716,3,213,1679 -"210401",77714,3777,3,213,1798 -"210402",77714,6047,3,213,2004 -"210403",77714,6366,3,213,798 -"210404",77714,6417,3,213,1675 -"210405",77714,10513,3,213,2284 -"210406",77714,11540,2,213,1237 -"210407",77714,11576,2,213,808 -"210408",77714,15872,3,213,1551 -"210409",77714,16120,2,213,1237 -"210410",77714,20975,3,213,1305 -"210411",77714,20988,3,213,455 -"210412",77714,21138,2,213,2849 -"210413",77714,22141,3,213,2348 -"210414",77714,22639,3,213,2352 -"210415",77714,47248,3,213,2883 -"210416",77714,47715,2,213,2111 -"210417",77714,50124,3,213,1209 -"210418",77714,51017,2,213,2073 -"210419",77714,51035,3,213,2397 -"210420",77714,58596,3,213,936 -"210421",77714,62957,3,213,1170 -"210422",77714,63547,3,213,1023 -"210423",77714,68299,3,213,866 -"210424",77714,73136,3,213,328 -"210425",77714,74681,3,213,837 -"210426",77714,74731,1,213,853 -"210427",77714,84022,3,213,2289 -"210428",77714,87148,2,213,397 -"210429",77714,87692,1,213,775 -"210430",77714,89047,3,213,877 -"210431",77714,90802,2,213,877 -"210432",77714,101395,2,213,891 -"210433",77714,104084,3,213,579 -"210434",77714,114865,3,213,544 -"210435",77719,378,3,2086,2766 -"210436",77719,1369,3,2086,2487 -"210437",77719,1785,3,2086,2350 -"210438",77719,2647,3,2086,2450 -"210439",77719,3272,3,2086,2132 -"210440",77719,6999,3,2086,2214 -"210441",77719,12116,3,2086,2119 -"210442",77719,17499,3,2086,2954 -"210443",77719,23550,3,2086,2939 -"210444",77719,31295,3,2086,2183 -"210445",77719,31950,3,2086,2217 -"210446",77719,37684,3,2086,2899 -"210447",77719,41955,3,2086,2479 -"210448",77719,42382,3,2086,2224 -"210449",77719,42407,2,2086,2408 -"210450",77719,43701,3,2086,2400 -"210451",77719,47607,2,2086,2724 -"210452",77719,47882,2,2086,2769 -"210453",77719,53584,3,2086,2391 -"210454",77719,70011,2,2086,2690 -"210455",77719,73520,3,2086,2613 -"210456",77719,93553,3,2086,2537 -"210457",77785,468,3,1595,1966 -"210458",77785,3669,3,1595,2524 -"210459",77785,9716,3,1595,1929 -"210460",77785,9808,2,1595,1648 -"210461",77785,15301,3,1595,2308 -"210462",77785,18808,3,1595,2854 -"210463",77785,21504,3,1595,2328 -"210464",77785,26100,3,1595,1966 -"210465",77785,30317,3,1595,2431 -"210466",77785,31251,3,1595,2498 -"210467",77785,32582,3,1595,1929 -"210468",77785,35264,2,1595,2329 -"210469",77785,38309,3,1595,2644 -"210470",77785,50440,3,1595,2469 -"210471",77785,53362,3,1595,2360 -"210472",77811,999,3,1871,2181 -"210473",77811,1196,3,1871,1986 -"210474",77811,21362,3,1871,2515 -"210475",77811,42196,3,1871,2765 -"210476",77811,42642,3,1871,2257 -"210477",77811,53968,3,1871,2703 -"210478",77811,60516,3,1871,2257 -"210479",77811,86152,3,1871,1944 -"210480",77815,489,3,2358,2652 -"210481",77815,13780,3,2358,2412 -"210482",77815,17549,2,2358,2647 -"210483",77815,27275,3,2358,2656 -"210484",77815,29314,3,2358,2736 -"210485",77815,30081,3,2358,2403 -"210486",77815,35187,3,2358,2488 -"210487",77815,36962,3,2358,2861 -"210488",77815,41945,3,2358,2856 -"210489",77815,42407,3,2358,2408 -"210490",77815,44688,3,2358,2924 -"210491",77815,53219,3,2358,2973 -"210492",77824,9311,2,495,2477 -"210493",77824,10843,3,495,2277 -"210494",77824,14723,3,495,2019 -"210495",77824,15626,3,495,2434 -"210496",77824,18393,3,495,860 -"210497",77824,20494,3,495,1075 -"210498",77824,22455,3,495,1197 -"210499",77824,23825,3,495,1913 -"210500",77824,24286,3,495,1280 -"210501",77824,30906,3,495,2537 -"210502",77824,33241,2,495,632 -"210503",77824,33356,3,495,1586 -"210504",77824,33433,3,495,2805 -"210505",77824,34443,3,495,496 -"210506",77824,34707,3,495,2042 -"210507",77824,39534,3,495,2410 -"210508",77824,50946,3,495,1075 -"210509",77824,52136,3,495,1412 -"210510",77824,55324,3,495,1544 -"210511",77824,58993,2,495,2390 -"210512",77824,59113,3,495,2434 -"210513",77824,59786,3,495,605 -"210514",77824,59937,2,495,885 -"210515",77824,61995,3,495,823 -"210516",77824,74190,2,495,1428 -"210517",77824,74318,2,495,632 -"210518",77824,76682,3,495,581 -"210519",77824,78932,3,495,981 -"210520",77824,87144,3,495,2299 -"210521",77824,95155,3,495,849 -"210522",77835,733,3,1327,1653 -"210523",77835,3242,3,1327,1730 -"210524",77835,4618,3,1327,2607 -"210525",77835,8621,3,1327,1681 -"210526",77835,10871,3,1327,2314 -"210527",77835,17264,3,1327,2528 -"210528",77835,17354,1,1327,2250 -"210529",77835,19506,1,1327,1385 -"210530",77835,19516,2,1327,2313 -"210531",77835,20070,3,1327,1914 -"210532",77835,20563,3,1327,2267 -"210533",77835,23140,2,1327,2787 -"210534",77835,26436,3,1327,2489 -"210535",77835,26516,3,1327,2479 -"210536",77835,27753,3,1327,2750 -"210537",77835,28131,3,1327,1492 -"210538",77835,28896,3,1327,1395 -"210539",77835,30150,2,1327,1704 -"210540",77835,32419,3,1327,1909 -"210541",77835,33551,2,1327,1734 -"210542",77835,34492,3,1327,1798 -"210543",77835,36031,3,1327,2342 -"210544",77835,46506,3,1327,2464 -"210545",77835,51410,3,1327,2739 -"210546",77835,63654,3,1327,2310 -"210547",77835,70203,3,1327,2756 -"210548",77835,90790,2,1327,1492 -"210549",77835,91162,2,1327,1693 -"210550",77835,91201,2,1327,1702 -"210551",77849,10472,3,79,859 -"210552",77849,17626,3,79,1265 -"210553",77849,20893,3,79,2695 -"210554",77849,29050,3,79,1196 -"210555",77849,38970,3,79,210 -"210556",77849,46039,3,79,1794 -"210557",77849,49277,2,79,1928 -"210558",77849,50872,2,79,864 -"210559",77849,59205,2,79,2387 -"210560",77849,100978,2,79,862 -"210561",77849,105795,3,79,1265 -"210562",77849,106175,1,79,1307 -"210563",77850,14091,3,868,929 -"210564",77850,38162,3,868,1691 -"210565",77850,55691,3,868,2856 -"210566",77850,101482,3,868,1300 -"210567",77864,8062,3,2227,2858 -"210568",77864,11429,3,2227,2520 -"210569",77864,34892,2,2227,2309 -"210570",77864,60258,3,2227,2405 -"210571",77864,67815,3,2227,2476 -"210572",77864,70101,3,2227,2414 -"210573",77883,13311,3,871,2315 -"210574",77883,27104,2,871,1608 -"210575",77883,76356,3,871,2323 -"210576",77907,4289,3,130,1921 -"210577",77907,4623,3,130,1176 -"210578",77907,5239,3,130,2875 -"210579",77907,5846,3,130,271 -"210580",77907,8470,3,130,288 -"210581",77907,9950,3,130,920 -"210582",77907,11576,3,130,808 -"210583",77907,15808,3,130,1521 -"210584",77907,16120,3,130,1237 -"210585",77907,16826,2,130,2599 -"210586",77907,18103,3,130,1968 -"210587",77907,21138,3,130,2849 -"210588",77907,27355,3,130,870 -"210589",77907,31700,3,130,2727 -"210590",77907,32648,3,130,669 -"210591",77907,34158,2,130,2639 -"210592",77907,34954,3,130,1184 -"210593",77907,35361,2,130,2389 -"210594",77907,38227,3,130,2511 -"210595",77907,40432,3,130,1956 -"210596",77907,44160,3,130,859 -"210597",77907,47386,3,130,2226 -"210598",77907,47715,3,130,2111 -"210599",77907,50269,3,130,1966 -"210600",77907,51319,3,130,2488 -"210601",77907,57775,3,130,136 -"210602",77907,64786,3,130,870 -"210603",77907,68299,2,130,866 -"210604",77907,70269,3,130,2368 -"210605",77907,74681,3,130,837 -"210606",77907,74731,2,130,853 -"210607",77907,76511,3,130,1250 -"210608",77907,77714,3,130,213 -"210609",77907,87692,3,130,775 -"210610",77907,101395,3,130,891 -"210611",77993,42,2,1497,2265 -"210612",77993,803,1,1497,1666 -"210613",77993,1090,3,1497,2370 -"210614",77993,1321,2,1497,2075 -"210615",77993,1495,3,1497,2046 -"210616",77993,2166,3,1497,2557 -"210617",77993,2766,3,1497,1920 -"210618",77993,4763,3,1497,1960 -"210619",77993,7078,2,1497,2344 -"210620",77993,10874,2,1497,1891 -"210621",77993,11477,3,1497,2724 -"210622",77993,12867,3,1497,2773 -"210623",77993,13601,3,1497,2689 -"210624",77993,15184,2,1497,2396 -"210625",77993,15560,3,1497,2257 -"210626",77993,16497,3,1497,2370 -"210627",77993,19027,3,1497,2721 -"210628",77993,19528,2,1497,2742 -"210629",77993,20783,2,1497,2414 -"210630",77993,21754,3,1497,1881 -"210631",77993,23508,3,1497,1907 -"210632",77993,24255,3,1497,2770 -"210633",77993,26608,2,1497,2329 -"210634",77993,30386,3,1497,1833 -"210635",77993,31799,3,1497,2547 -"210636",77993,33572,3,1497,2370 -"210637",77993,34327,3,1497,2959 -"210638",77993,41625,3,1497,1794 -"210639",77993,46039,3,1497,1794 -"210640",77993,53789,3,1497,2681 -"210641",77993,86799,2,1497,1951 -"210642",77993,99215,3,1497,2791 -"210643",78002,3034,3,2271,2601 -"210644",78002,7787,3,2271,2314 -"210645",78037,7508,3,1606,2396 -"210646",78037,7515,3,1606,2737 -"210647",78037,10871,3,1606,2314 -"210648",78037,11055,3,1606,2111 -"210649",78037,11620,3,1606,2010 -"210650",78037,19751,3,1606,1630 -"210651",78037,21681,3,1606,2005 -"210652",78037,21706,3,1606,1988 -"210653",78037,23132,3,1606,2756 -"210654",78037,27501,3,1606,1981 -"210655",78037,40137,3,1606,1718 -"210656",78037,45608,3,1606,2420 -"210657",78037,46532,3,1606,2005 -"210658",78037,56688,3,1606,2331 -"210659",78037,57704,2,1606,2076 -"210660",78037,63409,3,1606,1937 -"210661",78037,73305,3,1606,2544 -"210662",78092,457,3,430,1704 -"210663",78092,2384,3,430,1057 -"210664",78092,4317,3,430,1224 -"210665",78092,4790,3,430,1025 -"210666",78092,4791,3,430,1184 -"210667",78092,5622,3,430,2175 -"210668",78092,6113,2,430,1678 -"210669",78092,6982,3,430,2034 -"210670",78092,9311,3,430,2477 -"210671",78092,10843,3,430,2277 -"210672",78092,10857,3,430,2253 -"210673",78092,15402,3,430,1281 -"210674",78092,15626,3,430,2434 -"210675",78092,19622,3,430,2371 -"210676",78092,20494,3,430,1075 -"210677",78092,20588,3,430,912 -"210678",78092,21448,1,430,2332 -"210679",78092,22311,3,430,2034 -"210680",78092,23232,2,430,884 -"210681",78092,23492,2,430,1067 -"210682",78092,23725,3,430,2378 -"210683",78092,24259,3,430,1281 -"210684",78092,29705,3,430,607 -"210685",78092,30325,3,430,1067 -"210686",78092,33356,3,430,1586 -"210687",78092,33433,3,430,2805 -"210688",78092,33655,3,430,773 -"210689",78092,35673,3,430,1067 -"210690",78092,38755,3,430,2902 -"210691",78092,39294,3,430,1889 -"210692",78092,39534,3,430,2410 -"210693",78092,44188,1,430,1609 -"210694",78092,45684,3,430,2200 -"210695",78092,49512,3,430,1302 -"210696",78092,53608,3,430,1986 -"210697",78092,54551,3,430,2348 -"210698",78092,57246,3,430,1873 -"210699",78092,57353,3,430,1849 -"210700",78092,57414,3,430,922 -"210701",78092,59113,3,430,2434 -"210702",78092,61995,3,430,823 -"210703",78092,72598,3,430,805 -"210704",78092,75168,2,430,699 -"210705",78092,75948,3,430,1006 -"210706",78092,76284,3,430,1237 -"210707",78092,76682,3,430,581 -"210708",78092,77010,3,430,2639 -"210709",78092,79403,1,430,977 -"210710",78092,87638,3,430,1114 -"210711",78092,90789,3,430,1218 -"210712",78092,92220,3,430,607 -"210713",78098,1780,2,1108,1375 -"210714",78098,4916,3,1108,1970 -"210715",78098,10129,3,1108,2124 -"210716",78099,110802,3,82,2474 -"210717",78128,17354,3,1727,2250 -"210718",78128,33551,3,1727,1734 -"210719",78132,601,3,130,702 -"210720",78132,1427,3,130,324 -"210721",78132,3171,2,130,700 -"210722",78132,3716,2,130,1679 -"210723",78132,5714,1,130,534 -"210724",78132,5846,3,130,271 -"210725",78132,6162,3,130,1673 -"210726",78132,7233,3,130,572 -"210727",78132,8470,3,130,288 -"210728",78132,9311,3,130,2477 -"210729",78132,10304,3,130,302 -"210730",78132,15453,3,130,1688 -"210731",78132,15636,2,130,2857 -"210732",78132,16053,3,130,908 -"210733",78132,18393,3,130,860 -"210734",78132,19235,2,130,1966 -"210735",78132,19637,2,130,1229 -"210736",78132,20067,3,130,2390 -"210737",78132,20588,3,130,912 -"210738",78132,21795,3,130,2653 -"210739",78132,23232,3,130,884 -"210740",78132,23787,3,130,2810 -"210741",78132,23869,3,130,1918 -"210742",78132,24286,3,130,1280 -"210743",78132,26249,3,130,2301 -"210744",78132,26408,1,130,1545 -"210745",78132,27261,3,130,1368 -"210746",78132,28131,3,130,1492 -"210747",78132,29117,3,130,1250 -"210748",78132,30150,3,130,1704 -"210749",78132,30981,3,130,2366 -"210750",78132,31700,3,130,2727 -"210751",78132,33241,3,130,632 -"210752",78132,33356,3,130,1586 -"210753",78132,33433,3,130,2805 -"210754",78132,35186,3,130,1520 -"210755",78132,35529,3,130,1620 -"210756",78132,36651,3,130,1600 -"210757",78132,38728,3,130,851 -"210758",78132,40748,3,130,1328 -"210759",78132,42196,3,130,2765 -"210760",78132,42642,3,130,2257 -"210761",78132,43112,3,130,2564 -"210762",78132,46803,3,130,2305 -"210763",78132,49962,3,130,572 -"210764",78132,49980,3,130,153 -"210765",78132,50269,1,130,1966 -"210766",78132,50382,3,130,2244 -"210767",78132,53342,3,130,2071 -"210768",78132,54879,3,130,2210 -"210769",78132,59786,3,130,605 -"210770",78132,60516,3,130,2257 -"210771",78132,68299,3,130,866 -"210772",78132,69091,3,130,1267 -"210773",78132,70203,3,130,2756 -"210774",78132,70681,1,130,866 -"210775",78132,74730,3,130,535 -"210776",78132,76470,3,130,887 -"210777",78132,76475,3,130,576 -"210778",78132,76905,3,130,298 -"210779",78132,84268,3,130,1217 -"210780",78132,100670,3,130,525 -"210781",78132,102186,3,130,2937 -"210782",78132,104280,3,130,887 -"210783",78132,117679,3,130,535 -"210784",78138,364,3,1601,2351 -"210785",78138,3493,3,1601,2451 -"210786",78138,6989,3,1601,2623 -"210787",78138,8890,3,1601,1955 -"210788",78138,12361,3,1601,2732 -"210789",78138,19655,3,1601,2706 -"210790",78138,23498,3,1601,2398 -"210791",78138,27390,3,1601,2425 -"210792",78138,31335,3,1601,2351 -"210793",78138,31866,3,1601,2101 -"210794",78138,48501,3,1601,2010 -"210795",78138,51144,3,1601,2466 -"210796",78138,76286,3,1601,1642 -"210797",78138,85198,3,1601,1794 -"210798",78148,900,3,135,2726 -"210799",78148,3477,3,135,2546 -"210800",78148,6063,3,135,2349 -"210801",78148,12735,3,135,819 -"210802",78148,12779,3,135,936 -"210803",78148,18217,3,135,1566 -"210804",78148,22462,3,135,869 -"210805",78148,33223,3,135,2397 -"210806",78148,38513,3,135,914 -"210807",78148,40542,3,135,1664 -"210808",78150,2424,3,2581,2582 -"210809",78150,5239,3,2581,2875 -"210810",78150,11477,3,2581,2724 -"210811",78150,16826,3,2581,2599 -"210812",78150,28582,3,2581,2698 -"210813",78150,33801,3,2581,2899 -"210814",78150,34158,3,2581,2639 -"210815",78150,36862,3,2581,2655 -"210816",78150,92757,3,2581,2615 -"210817",78163,1574,3,1366,1718 -"210818",78163,19656,3,1366,2059 -"210819",78163,27297,3,1366,1382 -"210820",78163,30096,3,1366,2082 -"210821",78163,42382,3,1366,2224 -"210822",78163,51460,1,1366,1872 -"210823",78163,80377,3,1366,1384 -"210824",78163,85525,3,1366,1718 -"210825",78184,5785,3,937,1261 -"210826",78184,19676,3,937,1515 -"210827",78184,20162,3,937,2328 -"210828",78184,24293,3,937,1184 -"210829",78184,30883,2,937,1629 -"210830",78184,34954,3,937,1184 -"210831",78184,68155,3,937,1577 -"210832",78193,11029,3,2315,2362 -"210833",78193,13290,3,2315,2824 -"210834",78227,4634,3,1745,2291 -"210835",78227,6040,3,1745,2103 -"210836",78227,7257,2,1745,1915 -"210837",78227,14490,3,1745,2291 -"210838",78227,20709,3,1745,1757 -"210839",78227,21753,3,1745,1838 -"210840",78227,22932,2,1745,2469 -"210841",78227,42574,3,1745,2842 -"210842",78227,47882,2,1745,2769 -"210843",78227,55742,2,1745,2006 -"210844",78227,58711,1,1745,2746 -"210845",78227,67150,2,1745,2633 -"210846",78227,108151,2,1745,2377 -"210847",78256,671,2,804,2328 -"210848",78256,675,3,804,1686 -"210849",78256,733,3,804,1653 -"210850",78256,1136,3,804,2536 -"210851",78256,1154,2,804,1656 -"210852",78256,1592,3,804,2006 -"210853",78256,1691,3,804,1941 -"210854",78256,1767,2,804,2727 -"210855",78256,2063,2,804,1278 -"210856",78256,2424,3,804,2582 -"210857",78256,2429,3,804,999 -"210858",78256,2600,3,804,1182 -"210859",78256,2609,3,804,834 -"210860",78256,2684,2,804,2874 -"210861",78256,2743,2,804,1278 -"210862",78256,3068,3,804,1815 -"210863",78256,3167,1,804,1676 -"210864",78256,3242,3,804,1730 -"210865",78256,3271,3,804,2216 -"210866",78256,3317,3,804,2037 -"210867",78256,3628,3,804,2707 -"210868",78256,3954,3,804,839 -"210869",78256,3980,3,804,2771 -"210870",78256,4226,2,804,1903 -"210871",78256,4305,2,804,2374 -"210872",78256,4485,3,804,1963 -"210873",78256,5239,3,804,2875 -"210874",78256,5971,3,804,1985 -"210875",78256,6052,3,804,1985 -"210876",78256,6390,3,804,2385 -"210877",78256,6428,3,804,1952 -"210878",78256,6491,2,804,2424 -"210879",78256,6588,3,804,2025 -"210880",78256,7241,3,804,2259 -"210881",78256,7245,3,804,2089 -"210882",78256,8533,3,804,2251 -"210883",78256,8700,3,804,1270 -"210884",78256,8772,3,804,847 -"210885",78256,9272,3,804,2835 -"210886",78256,9702,3,804,1928 -"210887",78256,9751,2,804,1397 -"210888",78256,10404,3,804,2062 -"210889",78256,10646,3,804,1555 -"210890",78256,10890,3,804,2639 -"210891",78256,11055,3,804,2111 -"210892",78256,11450,3,804,915 -"210893",78256,11625,3,804,2022 -"210894",78256,12374,1,804,2260 -"210895",78256,12728,3,804,2374 -"210896",78256,13158,3,804,2667 -"210897",78256,14108,3,804,2012 -"210898",78256,15118,3,804,1311 -"210899",78256,15235,3,804,1045 -"210900",78256,15401,3,804,1999 -"210901",78256,15453,3,804,1688 -"210902",78256,15539,3,804,1929 -"210903",78256,16053,3,804,908 -"210904",78256,16074,3,804,977 -"210905",78256,16164,3,804,1184 -"210906",78256,16217,3,804,1653 -"210907",78256,16352,3,804,2657 -"210908",78256,16625,3,804,1285 -"210909",78256,18415,3,804,2184 -"210910",78256,18502,3,804,1033 -"210911",78256,18543,3,804,2968 -"210912",78256,19937,3,804,1587 -"210913",78256,20311,3,804,1981 -"210914",78256,20343,3,804,851 -"210915",78256,20407,3,804,2339 -"210916",78256,20563,3,804,2267 -"210917",78256,20732,3,804,2401 -"210918",78256,20824,1,804,1366 -"210919",78256,21029,3,804,1943 -"210920",78256,21104,2,804,2327 -"210921",78256,21122,3,804,1701 -"210922",78256,21758,3,804,1331 -"210923",78256,22006,3,804,1202 -"210924",78256,22884,3,804,1608 -"210925",78256,23506,3,804,1172 -"210926",78256,23534,1,804,1659 -"210927",78256,23726,3,804,2434 -"210928",78256,24005,2,804,1188 -"210929",78256,24753,3,804,2860 -"210930",78256,24755,3,804,1319 -"210931",78256,24789,3,804,829 -"210932",78256,24962,3,804,2126 -"210933",78256,25132,3,804,1188 -"210934",78256,26322,3,804,1018 -"210935",78256,26436,3,804,2489 -"210936",78256,26451,2,804,2133 -"210937",78256,26570,3,804,1669 -"210938",78256,26671,3,804,2279 -"210939",78256,26867,3,804,1804 -"210940",78256,27501,3,804,1981 -"210941",78256,27628,3,804,2389 -"210942",78256,27753,3,804,2750 -"210943",78256,27792,2,804,1308 -"210944",78256,28285,3,804,2972 -"210945",78256,28303,3,804,2089 -"210946",78256,28434,3,804,1141 -"210947",78256,28731,3,804,955 -"210948",78256,28808,3,804,1063 -"210949",78256,28892,3,804,2023 -"210950",78256,29073,3,804,2328 -"210951",78256,29170,2,804,1846 -"210952",78256,29456,2,804,1182 -"210953",78256,30092,3,804,1593 -"210954",78256,30827,3,804,2323 -"210955",78256,30850,3,804,1045 -"210956",78256,30883,3,804,1629 -"210957",78256,30943,3,804,2287 -"210958",78256,32113,3,804,882 -"210959",78256,32988,3,804,2008 -"210960",78256,33588,3,804,1040 -"210961",78256,33621,3,804,1319 -"210962",78256,33622,3,804,2230 -"210963",78256,34136,1,804,2202 -"210964",78256,34216,3,804,2832 -"210965",78256,34492,3,804,1798 -"210966",78256,34836,3,804,2302 -"210967",78256,34945,3,804,1298 -"210968",78256,35235,3,804,2610 -"210969",78256,36439,2,804,2469 -"210970",78256,37893,2,804,875 -"210971",78256,38019,3,804,1870 -"210972",78256,38449,3,804,1802 -"210973",78256,39444,3,804,2695 -"210974",78256,39865,2,804,849 -"210975",78256,40028,3,804,1349 -"210976",78256,40072,2,804,1182 -"210977",78256,40369,3,804,2735 -"210978",78256,40645,3,804,1899 -"210979",78256,42186,2,804,955 -"210980",78256,42216,3,804,2722 -"210981",78256,42505,3,804,2008 -"210982",78256,43226,3,804,2442 -"210983",78256,43404,2,804,2649 -"210984",78256,43518,3,804,2680 -"210985",78256,46621,3,804,1343 -"210986",78256,48110,3,804,2009 -"210987",78256,48260,2,804,875 -"210988",78256,48698,2,804,1474 -"210989",78256,50093,3,804,909 -"210990",78256,50118,3,804,2654 -"210991",78256,50217,3,804,1211 -"210992",78256,50236,3,804,2339 -"210993",78256,51022,2,804,1499 -"210994",78256,51157,3,804,2319 -"210995",78256,51410,3,804,2739 -"210996",78256,51987,2,804,1397 -"210997",78256,52345,3,804,1430 -"210998",78256,53303,3,804,1376 -"210999",78256,54740,3,804,2750 -"211000",78256,55084,2,804,1189 -"211001",78256,55691,3,804,2856 -"211002",78256,56317,3,804,2030 -"211003",78256,57337,3,804,1443 -"211004",78256,57544,3,804,2443 -"211005",78256,57609,3,804,2717 -"211006",78256,57950,3,804,1529 -"211007",78256,57990,3,804,978 -"211008",78256,58035,3,804,1646 -"211009",78256,58133,2,804,1484 -"211010",78256,58508,3,804,2326 -"211011",78256,59939,2,804,936 -"211012",78256,61785,3,804,822 -"211013",78256,62148,3,804,1566 -"211014",78256,62957,3,804,1170 -"211015",78256,63770,3,804,1324 -"211016",78256,64031,3,804,1295 -"211017",78256,64793,3,804,2819 -"211018",78256,64997,3,804,2791 -"211019",78256,65322,3,804,2008 -"211020",78256,65625,3,804,1273 -"211021",78256,69335,3,804,2698 -"211022",78256,75948,3,804,1006 -"211023",78256,76127,3,804,910 -"211024",78256,79612,2,804,927 -"211025",78256,80301,3,804,1690 -"211026",78256,81586,3,804,877 -"211027",78256,81895,3,804,1634 -"211028",78256,82426,3,804,1576 -"211029",78256,82696,2,804,1305 -"211030",78256,82767,3,804,1641 -"211031",78256,86245,3,804,1972 -"211032",78256,86505,3,804,1302 -"211033",78256,88232,3,804,2881 -"211034",78256,88473,2,804,1102 -"211035",78256,88710,3,804,927 -"211036",78256,89097,3,804,935 -"211037",78256,89880,3,804,1938 -"211038",78256,92124,3,804,1532 -"211039",78256,93398,3,804,828 -"211040",78256,94650,2,804,896 -"211041",78256,94808,3,804,988 -"211042",78256,97824,3,804,1229 -"211043",78256,99020,2,804,1383 -"211044",78256,99103,3,804,1470 -"211045",78256,100134,3,804,977 -"211046",78256,100532,3,804,859 -"211047",78256,104217,3,804,956 -"211048",78256,105233,3,804,1199 -"211049",78256,108379,2,804,2933 -"211050",78256,108867,3,804,2328 -"211051",78256,119444,2,804,888 -"211052",78257,1393,3,590,1706 -"211053",78257,2370,2,590,1600 -"211054",78257,2506,2,590,954 -"211055",78257,3068,3,590,1815 -"211056",78257,4249,3,590,2547 -"211057",78257,4784,2,590,2511 -"211058",78257,6020,2,590,1864 -"211059",78257,7900,3,590,893 -"211060",78257,7903,3,590,744 -"211061",78257,7932,3,590,789 -"211062",78257,9656,3,590,1135 -"211063",78257,13034,2,590,698 -"211064",78257,13595,2,590,1164 -"211065",78257,14172,3,590,1923 -"211066",78257,16455,3,590,946 -"211067",78257,17499,3,590,2954 -"211068",78257,17531,3,590,876 -"211069",78257,21358,2,590,1970 -"211070",78257,21920,3,590,2367 -"211071",78257,28648,2,590,1586 -"211072",78257,29778,3,590,840 -"211073",78257,31950,2,590,2217 -"211074",78257,34274,2,590,1437 -"211075",78257,40510,2,590,943 -"211076",78257,41489,2,590,2006 -"211077",78257,43725,2,590,935 -"211078",78257,45297,2,590,1864 -"211079",78257,45449,3,590,1610 -"211080",78257,45450,3,590,1590 -"211081",78257,45562,2,590,623 -"211082",78257,48254,3,590,1013 -"211083",78257,48781,2,590,954 -"211084",78257,48823,3,590,2080 -"211085",78257,49029,3,590,647 -"211086",78257,52179,3,590,1572 -"211087",78257,54488,3,590,2357 -"211088",78257,54816,3,590,592 -"211089",78257,55493,2,590,869 -"211090",78257,64737,3,590,2442 -"211091",78257,67289,3,590,829 -"211092",78257,68813,3,590,2511 -"211093",78257,73520,3,590,2613 -"211094",78257,79639,3,590,1013 -"211095",78257,80186,2,590,2228 -"211096",78257,82217,3,590,2441 -"211097",78257,84581,2,590,1241 -"211098",78257,90852,3,590,764 -"211099",78257,92366,3,590,1434 -"211100",78257,93642,1,590,1120 -"211101",78257,95879,3,590,1748 -"211102",78257,100084,3,590,1964 -"211103",78257,103989,3,590,1207 -"211104",78257,105887,3,590,615 -"211105",78257,108467,2,590,2170 -"211106",78257,116484,2,590,902 -"211107",78257,116771,3,590,623 -"211108",78259,3171,3,453,700 -"211109",78259,3460,3,453,2530 -"211110",78259,3896,3,453,2693 -"211111",78259,4821,3,453,1938 -"211112",78259,6602,3,453,1631 -"211113",78259,15453,3,453,1688 -"211114",78259,28896,3,453,1395 -"211115",78259,31997,3,453,1703 -"211116",78259,36646,3,453,2744 -"211117",78259,42642,2,453,2257 -"211118",78259,47440,2,453,2234 -"211119",78259,48215,3,453,2028 -"211120",78259,51055,3,453,2558 -"211121",78259,60516,2,453,2257 -"211122",78259,63395,3,453,2334 -"211123",78259,101561,3,453,852 -"211124",78262,1023,3,1326,2515 -"211125",78262,1063,3,1326,2515 -"211126",78262,4180,3,1326,1817 -"211127",78262,4194,3,1326,1641 -"211128",78262,4313,3,1326,2368 -"211129",78262,5414,3,1326,2321 -"211130",78262,7253,3,1326,2686 -"211131",78262,7254,3,1326,1849 -"211132",78262,11858,3,1326,1530 -"211133",78262,15146,3,1326,1546 -"211134",78262,19137,2,1326,1437 -"211135",78262,20056,3,1326,1824 -"211136",78262,20088,2,1326,1677 -"211137",78262,21976,3,1326,1808 -"211138",78262,24116,3,1326,1413 -"211139",78262,26513,3,1326,2205 -"211140",78262,31170,2,1326,1776 -"211141",78262,34953,3,1326,1817 -"211142",78262,35414,3,1326,1959 -"211143",78262,39211,3,1326,1908 -"211144",78262,43524,2,1326,2572 -"211145",78262,49958,1,1326,1860 -"211146",78262,52380,3,1326,2686 -"211147",78262,62334,3,1326,1766 -"211148",78262,73810,3,1326,1554 -"211149",78262,80162,3,1326,1601 -"211150",78262,82917,3,1326,2371 -"211151",78270,160,3,1171,2007 -"211152",78270,1092,3,1171,1945 -"211153",78270,4791,3,1171,1184 -"211154",78270,7616,2,1171,2296 -"211155",78270,8238,3,1171,2222 -"211156",78270,12632,3,1171,1174 -"211157",78270,16539,3,1171,1947 -"211158",78270,17632,3,1171,1947 -"211159",78270,28626,3,1171,2842 -"211160",78270,29089,3,1171,1344 -"211161",78270,31581,3,1171,2933 -"211162",78270,31890,3,1171,1487 -"211163",78270,32047,2,1171,1858 -"211164",78270,32419,2,1171,1909 -"211165",78270,47564,3,1171,2650 -"211166",78270,48035,3,1171,2180 -"211167",78270,50001,3,1171,1518 -"211168",78270,55076,3,1171,2408 -"211169",78270,55468,3,1171,2511 -"211170",78270,69250,3,1171,1439 -"211171",78270,77611,3,1171,1795 -"211172",78270,82893,3,1171,1275 -"211173",78270,82949,3,1171,2077 -"211174",78270,83053,3,1171,1303 -"211175",78277,378,3,1937,2766 -"211176",78277,1369,3,1937,2487 -"211177",78277,1785,3,1937,2350 -"211178",78277,2282,2,1937,2056 -"211179",78277,3272,3,1937,2132 -"211180",78277,5637,3,1937,1976 -"211181",78277,6999,3,1937,2214 -"211182",78277,12116,3,1937,2119 -"211183",78277,20739,3,1937,2025 -"211184",78277,23498,3,1937,2398 -"211185",78277,23560,2,1937,2051 -"211186",78277,26597,3,1937,2070 -"211187",78277,28782,3,1937,2272 -"211188",78277,36840,3,1937,2269 -"211189",78277,42382,3,1937,2224 -"211190",78277,42390,3,1937,2937 -"211191",78277,42407,2,1937,2408 -"211192",78277,47607,3,1937,2724 -"211193",78277,47882,2,1937,2769 -"211194",78277,53584,3,1937,2391 -"211195",78277,70011,3,1937,2690 -"211196",78277,73520,2,1937,2613 -"211197",78277,77719,1,1937,2086 -"211198",78277,80970,2,1937,2069 -"211199",78278,23,2,424,1682 -"211200",78278,1364,3,424,859 -"211201",78278,1469,3,424,1160 -"211202",78278,2077,2,424,610 -"211203",78278,3144,3,424,869 -"211204",78278,3164,3,424,2693 -"211205",78278,5041,3,424,2371 -"211206",78278,5581,3,424,883 -"211207",78278,5716,3,424,1058 -"211208",78278,5984,3,424,1675 -"211209",78278,5986,3,424,1721 -"211210",78278,6030,3,424,2953 -"211211",78278,6324,3,424,1990 -"211212",78278,6366,3,424,798 -"211213",78278,6417,3,424,1675 -"211214",78278,7233,2,424,572 -"211215",78278,11218,3,424,2292 -"211216",78278,12035,3,424,2721 -"211217",78278,12042,3,424,2345 -"211218",78278,12610,3,424,1274 -"211219",78278,14080,3,424,1351 -"211220",78278,14855,2,424,903 -"211221",78278,14972,3,424,2332 -"211222",78278,15301,3,424,2308 -"211223",78278,16352,3,424,2657 -"211224",78278,17400,3,424,2231 -"211225",78278,18348,2,424,1711 -"211226",78278,18836,3,424,1270 -"211227",78278,19696,3,424,561 -"211228",78278,22566,3,424,2308 -"211229",78278,25971,3,424,2608 -"211230",78278,26659,1,424,903 -"211231",78278,28002,3,424,914 -"211232",78278,28050,3,424,1955 -"211233",78278,28168,3,424,2702 -"211234",78278,29050,3,424,1196 -"211235",78278,32409,3,424,857 -"211236",78278,32503,3,424,2020 -"211237",78278,32694,3,424,1602 -"211238",78278,34735,3,424,2767 -"211239",78278,34945,3,424,1298 -"211240",78278,35531,3,424,2872 -"211241",78278,35926,3,424,2371 -"211242",78278,36691,3,424,1903 -"211243",78278,39535,3,424,2428 -"211244",78278,43153,3,424,1381 -"211245",78278,44521,3,424,1593 -"211246",78278,51471,3,424,1280 -"211247",78278,52442,3,424,1269 -"211248",78278,53134,3,424,1590 -"211249",78278,54929,3,424,2783 -"211250",78278,56604,3,424,1919 -"211251",78278,57246,3,424,1873 -"211252",78278,61719,3,424,1515 -"211253",78278,69117,2,424,645 -"211254",78278,69250,3,424,1439 -"211255",78278,72501,2,424,2795 -"211256",78278,80219,3,424,988 -"211257",78278,93752,3,424,1368 -"211258",78278,94500,3,424,1529 -"211259",78278,101598,3,424,781 -"211260",78283,2647,3,620,2450 -"211261",78283,4622,3,620,1589 -"211262",78283,12473,3,620,801 -"211263",78283,12632,2,620,1174 -"211264",78283,14212,3,620,857 -"211265",78283,16347,3,620,1868 -"211266",78283,21165,3,620,1112 -"211267",78283,32904,3,620,2055 -"211268",78283,36399,3,620,1357 -"211269",78283,40759,3,620,2789 -"211270",78283,43725,3,620,935 -"211271",78283,44473,3,620,1685 -"211272",78283,47607,3,620,2724 -"211273",78283,55307,3,620,2306 -"211274",78283,62975,2,620,977 -"211275",78283,64803,3,620,841 -"211276",78283,73629,3,620,1713 -"211277",78283,76929,3,620,910 -"211278",78283,77167,3,620,836 -"211279",78283,78393,2,620,874 -"211280",78283,87110,3,620,2801 -"211281",78283,91435,1,620,933 -"211282",78315,3477,3,1136,2546 -"211283",78315,4622,3,1136,1589 -"211284",78315,6063,3,1136,2349 -"211285",78315,18217,3,1136,1566 -"211286",78315,33223,3,1136,2397 -"211287",78315,40542,3,1136,1664 -"211288",78315,44473,3,1136,1685 -"211289",78315,44501,3,1136,2567 -"211290",78315,46849,3,1136,1238 -"211291",78315,84317,3,1136,2081 -"211292",78342,1853,3,746,1465 -"211293",78342,12608,2,746,1337 -"211294",78342,19092,2,746,906 -"211295",78342,25390,3,746,903 -"211296",78342,26642,3,746,2952 -"211297",78342,30697,3,746,2891 -"211298",78342,40913,3,746,1800 -"211299",78342,42756,3,746,1384 -"211300",78342,44669,3,746,1594 -"211301",78342,48832,3,746,1370 -"211302",78342,65703,2,746,1689 -"211303",78342,76637,2,746,833 -"211304",78342,82949,3,746,2077 -"211305",78384,1692,3,1762,2443 -"211306",78384,2093,3,1762,2459 -"211307",78384,3317,2,1762,2037 -"211308",78384,8062,3,1762,2858 -"211309",78384,10964,3,1762,2043 -"211310",78384,11067,3,1762,2734 -"211311",78384,23121,3,1762,2108 -"211312",78384,25373,3,1762,2783 -"211313",78384,35620,3,1762,2092 -"211314",78384,36120,1,1762,2971 -"211315",78384,75607,3,1762,2245 -"211316",78393,2647,3,874,2450 -"211317",78393,12632,2,874,1174 -"211318",78393,13930,3,874,1274 -"211319",78393,16347,3,874,1868 -"211320",78393,21165,3,874,1112 -"211321",78393,36399,3,874,1357 -"211322",78393,43725,3,874,935 -"211323",78393,47607,3,874,2724 -"211324",78393,73629,2,874,1713 -"211325",78393,76929,3,874,910 -"211326",78393,87110,3,874,2801 -"211327",78393,91435,3,874,933 -"211328",78404,602,3,1231,2632 -"211329",78404,13724,3,1231,1573 -"211330",78404,22311,3,1231,2034 -"211331",78404,68696,1,1231,1776 -"211332",78416,600,3,630,1702 -"211333",78416,1592,3,630,2006 -"211334",78416,1616,3,630,2662 -"211335",78416,1691,2,630,1941 -"211336",78416,1777,3,630,1965 -"211337",78416,2269,3,630,984 -"211338",78416,2484,3,630,2389 -"211339",78416,3161,3,630,2229 -"211340",78416,5078,3,630,2033 -"211341",78416,5457,3,630,2077 -"211342",78416,5462,3,630,2374 -"211343",78416,5504,3,630,2389 -"211344",78416,5710,2,630,1926 -"211345",78416,6390,2,630,2385 -"211346",78416,7847,3,630,2424 -"211347",78416,8011,3,630,889 -"211348",78416,8621,3,630,1681 -"211349",78416,8762,3,630,2585 -"211350",78416,9311,3,630,2477 -"211351",78416,10799,2,630,2010 -"211352",78416,12199,3,630,1651 -"211353",78416,12713,2,630,2440 -"211354",78416,12775,3,630,1982 -"211355",78416,12976,2,630,2399 -"211356",78416,13012,3,630,875 -"211357",78416,13929,3,630,2693 -"211358",78416,14091,3,630,929 -"211359",78416,14108,3,630,2012 -"211360",78416,14888,3,630,1411 -"211361",78416,15299,3,630,2213 -"211362",78416,15713,3,630,1646 -"211363",78416,16111,3,630,1714 -"211364",78416,17410,2,630,2073 -"211365",78416,18543,3,630,2968 -"211366",78416,19027,3,630,2721 -"211367",78416,20407,3,630,2339 -"211368",78416,21104,3,630,2327 -"211369",78416,26155,3,630,1802 -"211370",78416,26322,3,630,1018 -"211371",78416,28218,3,630,2048 -"211372",78416,29050,3,630,1196 -"211373",78416,29095,3,630,2531 -"211374",78416,31235,3,630,2668 -"211375",78416,33383,3,630,1572 -"211376",78416,33622,3,630,2230 -"211377",78416,33801,3,630,2899 -"211378",78416,34492,3,630,1798 -"211379",78416,34588,3,630,985 -"211380",78416,34945,3,630,1298 -"211381",78416,35256,3,630,2271 -"211382",78416,36439,3,630,2469 -"211383",78416,36559,3,630,2473 -"211384",78416,36962,3,630,2861 -"211385",78416,37418,3,630,2710 -"211386",78416,37509,3,630,1640 -"211387",78416,41085,3,630,637 -"211388",78416,41739,3,630,1339 -"211389",78416,44427,3,630,2875 -"211390",78416,44636,3,630,1026 -"211391",78416,46621,3,630,1343 -"211392",78416,47435,3,630,878 -"211393",78416,47585,2,630,794 -"211394",78416,50118,3,630,2654 -"211395",78416,51410,3,630,2739 -"211396",78416,51987,3,630,1397 -"211397",78416,53252,3,630,637 -"211398",78416,53475,3,630,2853 -"211399",78416,53630,3,630,1565 -"211400",78416,54676,3,630,1342 -"211401",78416,55156,1,630,2196 -"211402",78416,55691,3,630,2856 -"211403",78416,57990,3,630,978 -"211404",78416,58284,3,630,2292 -"211405",78416,61785,3,630,822 -"211406",78416,62538,3,630,1656 -"211407",78416,62602,3,630,1172 -"211408",78416,63477,3,630,1907 -"211409",78416,64181,2,630,1828 -"211410",78416,64997,3,630,2791 -"211411",78416,65625,3,630,1273 -"211412",78416,66413,3,630,2507 -"211413",78416,68810,2,630,2409 -"211414",78416,72823,3,630,929 -"211415",78416,74636,3,630,2525 -"211416",78416,76127,3,630,910 -"211417",78416,76192,3,630,912 -"211418",78416,78563,1,630,2385 -"211419",78416,79088,3,630,1369 -"211420",78416,82787,3,630,1144 -"211421",78416,86986,3,630,1976 -"211422",78416,88232,3,630,2881 -"211423",78416,88966,2,630,1568 -"211424",78416,93953,3,630,969 -"211425",78416,97824,3,630,1229 -"211426",78416,101482,3,630,1300 -"211427",78416,101967,3,630,691 -"211428",78416,105063,3,630,1908 -"211429",78416,108415,2,630,752 -"211430",78436,23,3,1615,1682 -"211431",78436,997,3,1615,2788 -"211432",78436,3947,3,1615,2067 -"211433",78436,3966,3,1615,2425 -"211434",78436,5041,3,1615,2371 -"211435",78436,5449,2,1615,1723 -"211436",78436,7029,3,1615,2204 -"211437",78436,7703,3,1615,2122 -"211438",78436,10870,3,1615,1755 -"211439",78436,11103,3,1615,2393 -"211440",78436,11239,3,1615,2181 -"211441",78436,11493,3,1615,2077 -"211442",78436,13780,3,1615,2412 -"211443",78436,18344,3,1615,2204 -"211444",78436,21406,3,1615,2714 -"211445",78436,24256,3,1615,2393 -"211446",78436,25325,3,1615,2963 -"211447",78436,26716,3,1615,1765 -"211448",78436,27195,2,1615,2158 -"211449",78436,29170,3,1615,1846 -"211450",78436,29917,3,1615,1962 -"211451",78436,29930,2,1615,2240 -"211452",78436,30747,3,1615,2455 -"211453",78436,42574,2,1615,2842 -"211454",78436,48605,3,1615,2796 -"211455",78436,53219,3,1615,2973 -"211456",78436,57549,3,1615,2335 -"211457",78436,67150,3,1615,2633 -"211458",78460,3100,2,985,2524 -"211459",78460,3786,2,985,2282 -"211460",78460,5414,3,985,2321 -"211461",78460,6432,2,985,2297 -"211462",78460,6562,3,985,1139 -"211463",78460,9912,3,985,1356 -"211464",78460,11135,2,985,2441 -"211465",78460,11897,3,985,1271 -"211466",78460,12031,2,985,1957 -"211467",78460,13150,3,985,1570 -"211468",78460,15502,3,985,2637 -"211469",78460,15916,3,985,1236 -"211470",78460,19687,2,985,2072 -"211471",78460,19972,3,985,2078 -"211472",78460,20517,3,985,1465 -"211473",78460,21976,2,985,1808 -"211474",78460,23639,2,985,2065 -"211475",78460,24116,3,985,1413 -"211476",78460,25286,2,985,1545 -"211477",78460,25886,3,985,1580 -"211478",78460,26138,3,985,1902 -"211479",78460,26567,1,985,1158 -"211480",78460,28567,3,985,2398 -"211481",78460,34055,3,985,1881 -"211482",78460,35414,3,985,1959 -"211483",78460,36506,3,985,2638 -"211484",78460,40136,3,985,1149 -"211485",78460,41051,3,985,2767 -"211486",78460,43250,2,985,1300 -"211487",78460,43929,3,985,2749 -"211488",78460,45299,3,985,2426 -"211489",78460,45487,3,985,2256 -"211490",78460,47330,3,985,2422 -"211491",78460,47827,3,985,1957 -"211492",78460,51448,3,985,1593 -"211493",78460,55436,3,985,2513 -"211494",78460,56673,3,985,2419 -"211495",78460,60384,3,985,2765 -"211496",78460,62498,1,985,1698 -"211497",78460,65223,3,985,2724 -"211498",78460,72348,3,985,1810 -"211499",78460,72827,3,985,1359 -"211500",78460,76604,3,985,2590 -"211501",78460,79236,3,985,1505 -"211502",78460,79404,3,985,1079 -"211503",78460,80061,3,985,1223 -"211504",78460,81134,2,985,1384 -"211505",78460,83133,3,985,1055 -"211506",78460,85264,3,985,1236 -"211507",78460,92381,2,985,1237 -"211508",78460,92947,3,985,1289 -"211509",78460,93317,3,985,1223 -"211510",78460,93670,3,985,1682 -"211511",78460,95211,3,985,2462 -"211512",78460,106554,3,985,1270 -"211513",78460,114769,3,985,1108 -"211514",78460,116792,1,985,2397 -"211515",78477,3158,3,1613,2762 -"211516",78477,7787,2,1613,2314 -"211517",78477,10146,3,1613,1878 -"211518",78477,10216,3,1613,2476 -"211519",78477,10701,3,1613,2000 -"211520",78477,14612,3,1613,2340 -"211521",78477,14957,3,1613,2306 -"211522",78477,15782,3,1613,2306 -"211523",78477,17499,3,1613,2954 -"211524",78477,17695,3,1613,1930 -"211525",78477,43957,3,1613,1824 -"211526",78477,50468,3,1613,1659 -"211527",78477,51212,3,1613,1801 -"211528",78477,52950,3,1613,2716 -"211529",78552,6071,3,2069,2310 -"211530",78552,61513,3,2069,2948 -"211531",78552,100586,3,2069,2966 -"211532",78563,1616,3,2385,2662 -"211533",78563,2484,3,2385,2389 -"211534",78563,5504,3,2385,2389 -"211535",78563,7847,3,2385,2424 -"211536",78563,8762,3,2385,2585 -"211537",78563,9311,3,2385,2477 -"211538",78563,12713,2,2385,2440 -"211539",78563,12976,1,2385,2399 -"211540",78563,13249,3,2385,2573 -"211541",78563,13929,3,2385,2693 -"211542",78563,15184,3,2385,2396 -"211543",78563,15626,3,2385,2434 -"211544",78563,18366,3,2385,2699 -"211545",78563,18543,3,2385,2968 -"211546",78563,19027,3,2385,2721 -"211547",78563,19208,3,2385,2629 -"211548",78563,29095,3,2385,2531 -"211549",78563,30081,3,2385,2403 -"211550",78563,31235,3,2385,2668 -"211551",78563,33801,3,2385,2899 -"211552",78563,36439,3,2385,2469 -"211553",78563,36559,2,2385,2473 -"211554",78563,36962,3,2385,2861 -"211555",78563,37418,3,2385,2710 -"211556",78563,44427,3,2385,2875 -"211557",78563,47947,3,2385,2681 -"211558",78563,50118,3,2385,2654 -"211559",78563,51410,3,2385,2739 -"211560",78563,51853,3,2385,2520 -"211561",78563,53475,3,2385,2853 -"211562",78563,55691,3,2385,2856 -"211563",78563,64997,3,2385,2791 -"211564",78563,66413,3,2385,2507 -"211565",78563,68810,2,2385,2409 -"211566",78563,74636,3,2385,2525 -"211567",78563,88232,3,2385,2881 -"211568",78569,270,3,578,2542 -"211569",78569,378,3,578,2766 -"211570",78569,512,3,578,1596 -"211571",78569,725,3,578,1064 -"211572",78569,1124,3,578,1596 -"211573",78569,1150,3,578,1595 -"211574",78569,1154,2,578,1656 -"211575",78569,1592,3,578,2006 -"211576",78569,1620,3,578,1303 -"211577",78569,1691,3,578,1941 -"211578",78569,1826,3,578,924 -"211579",78569,1846,3,578,1845 -"211580",78569,2143,3,578,1174 -"211581",78569,2349,3,578,1288 -"211582",78569,2540,3,578,1398 -"211583",78569,2936,3,578,2512 -"211584",78569,2959,3,578,1785 -"211585",78569,3493,3,578,2451 -"211586",78569,3896,3,578,2693 -"211587",78569,3947,3,578,2067 -"211588",78569,4303,3,578,2414 -"211589",78569,4361,3,578,2571 -"211590",78569,4622,3,578,1589 -"211591",78569,4821,3,578,1938 -"211592",78569,5018,3,578,640 -"211593",78569,5235,3,578,2324 -"211594",78569,5239,3,578,2875 -"211595",78569,5258,3,578,2730 -"211596",78569,5363,3,578,1791 -"211597",78569,5568,3,578,1290 -"211598",78569,5962,3,578,2491 -"211599",78569,6119,3,578,2358 -"211600",78569,6252,3,578,2336 -"211601",78569,6366,3,578,798 -"211602",78569,6390,3,578,2385 -"211603",78569,6417,3,578,1675 -"211604",78569,6602,3,578,1631 -"211605",78569,6877,3,578,867 -"211606",78569,7126,2,578,1261 -"211607",78569,7196,2,578,1508 -"211608",78569,7241,3,578,2259 -"211609",78569,7467,3,578,587 -"211610",78569,7798,3,578,949 -"211611",78569,7858,3,578,1795 -"211612",78569,7984,2,578,2493 -"211613",78569,8062,3,578,2858 -"211614",78569,8118,3,578,587 -"211615",78569,8890,2,578,1955 -"211616",78569,8913,2,578,968 -"211617",78569,9200,3,578,787 -"211618",78569,9702,3,578,1928 -"211619",78569,10336,3,578,2271 -"211620",78569,10343,3,578,1072 -"211621",78569,10350,3,578,1163 -"211622",78569,10726,3,578,841 -"211623",78569,10980,3,578,1974 -"211624",78569,11477,3,578,2724 -"211625",78569,11576,3,578,808 -"211626",78569,12228,3,578,2034 -"211627",78569,12374,3,578,2260 -"211628",78569,12610,3,578,1274 -"211629",78569,12759,3,578,2414 -"211630",78569,12781,3,578,831 -"211631",78569,13296,3,578,839 -"211632",78569,13537,3,578,1020 -"211633",78569,13780,3,578,2412 -"211634",78569,14072,3,578,1346 -"211635",78569,14108,2,578,2012 -"211636",78569,14433,3,578,1225 -"211637",78569,14449,3,578,1258 -"211638",78569,14520,3,578,634 -"211639",78569,14761,3,578,2502 -"211640",78569,14943,3,578,1942 -"211641",78569,14972,3,578,2332 -"211642",78569,15118,2,578,1311 -"211643",78569,15401,2,578,1999 -"211644",78569,16053,3,578,908 -"211645",78569,16176,3,578,2703 -"211646",78569,16286,3,578,2470 -"211647",78569,16365,2,578,2217 -"211648",78569,16625,3,578,1285 -"211649",78569,16801,3,578,2008 -"211650",78569,16826,3,578,2599 -"211651",78569,16881,3,578,925 -"211652",78569,17257,2,578,1117 -"211653",78569,17328,3,578,1206 -"211654",78569,17354,3,578,2250 -"211655",78569,17381,3,578,1697 -"211656",78569,17484,3,578,1256 -"211657",78569,17645,3,578,1918 -"211658",78569,17934,3,578,1059 -"211659",78569,17997,3,578,1621 -"211660",78569,18103,3,578,1968 -"211661",78569,18381,3,578,1524 -"211662",78569,18394,3,578,2356 -"211663",78569,18502,3,578,1033 -"211664",78569,18543,3,578,2968 -"211665",78569,18571,3,578,2128 -"211666",78569,18825,3,578,1240 -"211667",78569,18855,3,578,1362 -"211668",78569,19501,3,578,1186 -"211669",78569,19516,3,578,2313 -"211670",78569,19718,3,578,1702 -"211671",78569,20067,3,578,2390 -"211672",78569,20070,3,578,1914 -"211673",78569,20407,3,578,2339 -"211674",78569,20688,3,578,891 -"211675",78569,21133,2,578,1320 -"211676",78569,21209,3,578,2184 -"211677",78569,21246,3,578,1612 -"211678",78569,21670,2,578,2158 -"211679",78569,21681,2,578,2005 -"211680",78569,21682,3,578,2414 -"211681",78569,21693,3,578,2176 -"211682",78569,22501,3,578,1006 -"211683",78569,22722,2,578,1233 -"211684",78569,23015,3,578,1362 -"211685",78569,23325,3,578,2779 -"211686",78569,23869,3,578,1918 -"211687",78569,23966,3,578,891 -"211688",78569,24198,3,578,2217 -"211689",78569,25132,3,578,1188 -"211690",78569,25373,3,578,2783 -"211691",78569,25451,3,578,698 -"211692",78569,25565,3,578,2764 -"211693",78569,26524,3,578,982 -"211694",78569,26713,3,578,1235 -"211695",78569,28784,2,578,1579 -"211696",78569,28808,3,578,1063 -"211697",78569,28896,2,578,1395 -"211698",78569,30334,3,578,2075 -"211699",78569,30405,3,578,2164 -"211700",78569,30411,3,578,630 -"211701",78569,30747,3,578,2455 -"211702",78569,30891,3,578,1256 -"211703",78569,31164,3,578,1996 -"211704",78569,31700,2,578,2727 -"211705",78569,32131,2,578,1035 -"211706",78569,32163,3,578,859 -"211707",78569,32419,3,578,1909 -"211708",78569,32582,3,578,1929 -"211709",78569,32818,3,578,2485 -"211710",78569,32988,2,578,2008 -"211711",78569,33241,3,578,632 -"211712",78569,33380,3,578,2340 -"211713",78569,33621,3,578,1319 -"211714",78569,33850,3,578,931 -"211715",78569,33870,3,578,955 -"211716",78569,34216,3,578,2832 -"211717",78569,34314,3,578,630 -"211718",78569,34478,3,578,2265 -"211719",78569,34742,3,578,1883 -"211720",78569,34892,3,578,2309 -"211721",78569,34945,3,578,1298 -"211722",78569,35529,3,578,1620 -"211723",78569,35589,3,578,983 -"211724",78569,35822,2,578,1903 -"211725",78569,35903,3,578,1434 -"211726",78569,36031,2,578,2342 -"211727",78569,36439,3,578,2469 -"211728",78569,36609,3,578,2918 -"211729",78569,36651,3,578,1600 -"211730",78569,37238,3,578,2609 -"211731",78569,37509,3,578,1640 -"211732",78569,37636,3,578,2178 -"211733",78569,37937,2,578,1320 -"211734",78569,38038,3,578,2686 -"211735",78569,38213,3,578,1744 -"211736",78569,38219,3,578,1689 -"211737",78569,38602,2,578,2693 -"211738",78569,38973,3,578,1999 -"211739",78569,39062,3,578,2020 -"211740",78569,39589,3,578,1292 -"211741",78569,40392,3,578,1878 -"211742",78569,40432,3,578,1956 -"211743",78569,40645,3,578,1899 -"211744",78569,41085,3,578,637 -"211745",78569,41446,3,578,1103 -"211746",78569,41723,3,578,2101 -"211747",78569,41953,3,578,945 -"211748",78569,42331,3,578,1585 -"211749",78569,42505,3,578,2008 -"211750",78569,43173,3,578,2895 -"211751",78569,43226,3,578,2442 -"211752",78569,43385,3,578,1623 -"211753",78569,43593,3,578,2704 -"211754",78569,44427,3,578,2875 -"211755",78569,44720,3,578,1202 -"211756",78569,44877,3,578,1219 -"211757",78569,45136,3,578,877 -"211758",78569,45618,3,578,2356 -"211759",78569,45650,3,578,1528 -"211760",78569,45664,3,578,2235 -"211761",78569,45959,3,578,1880 -"211762",78569,46040,3,578,2105 -"211763",78569,46532,3,578,2005 -"211764",78569,46596,3,578,1942 -"211765",78569,46621,3,578,1343 -"211766",78569,46642,3,578,999 -"211767",78569,46726,3,578,943 -"211768",78569,46951,3,578,2429 -"211769",78569,47064,3,578,1993 -"211770",78569,47384,2,578,1639 -"211771",78569,47386,3,578,2226 -"211772",78569,47585,3,578,794 -"211773",78569,47810,3,578,957 -"211774",78569,48215,2,578,2028 -"211775",78569,48260,3,578,875 -"211776",78569,48698,3,578,1474 -"211777",78569,49265,2,578,2686 -"211778",78569,49512,3,578,1302 -"211779",78569,49620,3,578,1868 -"211780",78569,50179,3,578,2230 -"211781",78569,50235,3,578,726 -"211782",78569,51360,3,578,1882 -"211783",78569,51783,3,578,2599 -"211784",78569,52136,3,578,1412 -"211785",78569,52323,3,578,2148 -"211786",78569,52327,3,578,1472 -"211787",78569,52483,3,578,2317 -"211788",78569,53252,3,578,637 -"211789",78569,53322,3,578,1200 -"211790",78569,53323,2,578,2677 -"211791",78569,53608,3,578,1986 -"211792",78569,55604,3,578,2342 -"211793",78569,57353,3,578,1849 -"211794",78569,57380,2,578,2362 -"211795",78569,57977,3,578,2683 -"211796",78569,57990,2,578,978 -"211797",78569,58829,3,578,1256 -"211798",78569,59039,3,578,2870 -"211799",78569,59677,3,578,1174 -"211800",78569,60258,3,578,2405 -"211801",78569,61138,2,578,1188 -"211802",78569,61785,2,578,822 -"211803",78569,62668,3,578,958 -"211804",78569,63077,3,578,2778 -"211805",78569,63147,3,578,1477 -"211806",78569,63328,3,578,922 -"211807",78569,63395,3,578,2334 -"211808",78569,63644,3,578,1267 -"211809",78569,65155,2,578,1947 -"211810",78569,65203,3,578,1597 -"211811",78569,65322,3,578,2008 -"211812",78569,66609,3,578,998 -"211813",78569,67815,3,578,2476 -"211814",78569,68539,3,578,1158 -"211815",78569,69447,3,578,1197 -"211816",78569,70101,3,578,2414 -"211817",78569,70838,3,578,687 -"211818",78569,70854,2,578,635 -"211819",78569,70996,3,578,1037 -"211820",78569,71274,3,578,2390 -"211821",78569,72597,3,578,1843 -"211822",78569,72728,2,578,2234 -"211823",78569,73113,3,578,681 -"211824",78569,73245,2,578,802 -"211825",78569,73597,3,578,1989 -"211826",78569,73728,3,578,784 -"211827",78569,74636,3,578,2525 -"211828",78569,75025,3,578,717 -"211829",78569,76007,3,578,918 -"211830",78569,76127,3,578,910 -"211831",78569,76192,3,578,912 -"211832",78569,76511,3,578,1250 -"211833",78569,77057,3,578,1866 -"211834",78569,77095,3,578,1622 -"211835",78569,78150,3,578,2581 -"211836",78569,78256,3,578,804 -"211837",78569,79036,3,578,2524 -"211838",78569,79158,2,578,1252 -"211839",78569,79420,3,578,1061 -"211840",78569,79436,3,578,1344 -"211841",78569,79918,3,578,1672 -"211842",78569,82341,3,578,1515 -"211843",78569,82409,3,578,1881 -"211844",78569,82426,3,578,1576 -"211845",78569,82730,3,578,1492 -"211846",78569,83053,3,578,1303 -"211847",78569,83301,3,578,1385 -"211848",78569,85869,2,578,1509 -"211849",78569,87142,3,578,591 -"211850",78569,87509,3,578,1907 -"211851",78569,88126,3,578,1027 -"211852",78569,88232,2,578,2881 -"211853",78569,88739,3,578,933 -"211854",78569,89511,3,578,1205 -"211855",78569,89681,3,578,1978 -"211856",78569,89880,3,578,1938 -"211857",78569,90065,3,578,1418 -"211858",78569,92297,3,578,2952 -"211859",78569,92491,3,578,1968 -"211860",78569,92757,3,578,2615 -"211861",78569,93102,2,578,1174 -"211862",78569,96352,2,578,1493 -"211863",78569,97160,3,578,1215 -"211864",78569,99288,3,578,983 -"211865",78569,99953,3,578,581 -"211866",78569,100140,3,578,1041 -"211867",78569,100860,3,578,2326 -"211868",78569,101367,3,578,974 -"211869",78569,101967,3,578,691 -"211870",78569,103491,3,578,1523 -"211871",78569,103890,3,578,958 -"211872",78569,104217,2,578,956 -"211873",78569,104828,3,578,1609 -"211874",78569,106240,2,578,705 -"211875",78569,106620,3,578,1177 -"211876",78569,111485,3,578,1925 -"211877",78569,115078,3,578,697 -"211878",78569,119921,3,578,1113 -"211879",78594,23302,3,2441,2677 -"211880",78611,827,2,1586,2964 -"211881",78611,1151,3,1586,2885 -"211882",78611,1624,2,1586,2687 -"211883",78611,1708,2,1586,1591 -"211884",78611,2647,2,1586,2450 -"211885",78611,2724,3,1586,2447 -"211886",78611,2927,3,1586,1789 -"211887",78611,3272,3,1586,2132 -"211888",78611,3506,3,1586,2364 -"211889",78611,4551,3,1586,2720 -"211890",78611,4634,3,1586,2291 -"211891",78611,5303,3,1586,1849 -"211892",78611,6040,1,1586,2103 -"211893",78611,6480,3,1586,1678 -"211894",78611,7123,3,1586,1964 -"211895",78611,7253,3,1586,2686 -"211896",78611,7254,2,1586,1849 -"211897",78611,7257,3,1586,1915 -"211898",78611,9269,2,1586,1892 -"211899",78611,9895,3,1586,1960 -"211900",78611,12598,3,1586,2086 -"211901",78611,14061,3,1586,1620 -"211902",78611,14490,3,1586,2291 -"211903",78611,15023,2,1586,2054 -"211904",78611,16347,3,1586,1868 -"211905",78611,17925,3,1586,2385 -"211906",78611,19075,3,1586,2214 -"211907",78611,19509,3,1586,2000 -"211908",78611,20547,2,1586,2145 -"211909",78611,20695,3,1586,2526 -"211910",78611,20709,3,1586,1757 -"211911",78611,20739,3,1586,2025 -"211912",78611,21753,2,1586,1838 -"211913",78611,22932,2,1586,2469 -"211914",78611,25518,3,1586,1955 -"211915",78611,26740,3,1586,2695 -"211916",78611,31357,3,1586,2389 -"211917",78611,34331,3,1586,1727 -"211918",78611,39893,3,1586,1601 -"211919",78611,42382,3,1586,2224 -"211920",78611,42574,3,1586,2842 -"211921",78611,44744,2,1586,2032 -"211922",78611,45449,3,1586,1610 -"211923",78611,46616,3,1586,1917 -"211924",78611,47607,3,1586,2724 -"211925",78611,47882,2,1586,2769 -"211926",78611,48931,3,1586,2444 -"211927",78611,51843,2,1586,2389 -"211928",78611,53289,3,1586,2746 -"211929",78611,53414,3,1586,1672 -"211930",78611,53584,2,1586,2391 -"211931",78611,54385,2,1586,2340 -"211932",78611,55742,2,1586,2006 -"211933",78611,56364,3,1586,1626 -"211934",78611,58711,2,1586,2746 -"211935",78611,63104,3,1586,2149 -"211936",78611,64628,3,1586,2829 -"211937",78611,67150,2,1586,2633 -"211938",78611,69308,3,1586,2370 -"211939",78611,75194,3,1586,1736 -"211940",78611,78227,2,1586,1745 -"211941",78611,80615,3,1586,2252 -"211942",78611,84591,3,1586,1685 -"211943",78611,84808,2,1586,1974 -"211944",78611,96387,3,1586,2159 -"211945",78611,108151,3,1586,2377 -"211946",78611,110737,3,1586,2117 -"211947",78628,301,3,914,2070 -"211948",78628,827,3,914,2964 -"211949",78628,1624,3,914,2687 -"211950",78628,1708,3,914,1591 -"211951",78628,2647,3,914,2450 -"211952",78628,4634,3,914,2291 -"211953",78628,4968,3,914,1586 -"211954",78628,6040,2,914,2103 -"211955",78628,7254,3,914,1849 -"211956",78628,7257,3,914,1915 -"211957",78628,7604,3,914,1366 -"211958",78628,9269,3,914,1892 -"211959",78628,9656,3,914,1135 -"211960",78628,14490,3,914,2291 -"211961",78628,15023,3,914,2054 -"211962",78628,19667,3,914,1466 -"211963",78628,20547,3,914,2145 -"211964",78628,20709,3,914,1757 -"211965",78628,21753,3,914,1838 -"211966",78628,22932,3,914,2469 -"211967",78628,23043,2,914,1109 -"211968",78628,44744,3,914,2032 -"211969",78628,47882,2,914,2769 -"211970",78628,50083,3,914,1275 -"211971",78628,51843,3,914,2389 -"211972",78628,53584,3,914,2391 -"211973",78628,54385,3,914,2340 -"211974",78628,55742,3,914,2006 -"211975",78628,58711,3,914,2746 -"211976",78628,67150,3,914,2633 -"211977",78628,78227,3,914,1745 -"211978",78628,78611,1,914,1586 -"211979",78628,84808,3,914,1974 -"211980",78628,93609,3,914,2252 -"211981",78645,1314,3,218,1522 -"211982",78645,1349,3,218,1147 -"211983",78645,1520,3,218,1716 -"211984",78645,2524,3,218,1708 -"211985",78645,2576,3,218,1307 -"211986",78645,3127,2,218,2273 -"211987",78645,3456,3,218,1999 -"211988",78645,4361,3,218,2571 -"211989",78645,4602,3,218,2446 -"211990",78645,4612,3,218,2804 -"211991",78645,5962,1,218,2491 -"211992",78645,6063,3,218,2349 -"211993",78645,6119,2,218,2358 -"211994",78645,7997,1,218,2049 -"211995",78645,8865,3,218,2394 -"211996",78645,9073,2,218,221 -"211997",78645,9227,2,218,1267 -"211998",78645,9787,3,218,2858 -"211999",78645,10336,2,218,2271 -"212000",78645,10350,3,218,1163 -"212001",78645,11029,3,218,2362 -"212002",78645,11563,3,218,1863 -"212003",78645,12067,3,218,1213 -"212004",78645,12475,3,218,588 -"212005",78645,12781,2,218,831 -"212006",78645,13068,3,218,1778 -"212007",78645,13537,3,218,1020 -"212008",78645,14449,3,218,1258 -"212009",78645,14520,2,218,634 -"212010",78645,15535,3,218,891 -"212011",78645,16286,2,218,2470 -"212012",78645,16501,3,218,1650 -"212013",78645,17252,3,218,1258 -"212014",78645,17257,3,218,1117 -"212015",78645,18124,3,218,1642 -"212016",78645,19380,3,218,2637 -"212017",78645,20220,3,218,1656 -"212018",78645,20562,3,218,316 -"212019",78645,20941,3,218,2725 -"212020",78645,22578,3,218,2216 -"212021",78645,23488,3,218,1523 -"212022",78645,23966,2,218,891 -"212023",78645,24302,3,218,407 -"212024",78645,27545,3,218,855 -"212025",78645,27908,3,218,2576 -"212026",78645,27914,3,218,2507 -"212027",78645,28357,3,218,1134 -"212028",78645,28380,3,218,473 -"212029",78645,29286,3,218,1612 -"212030",78645,29436,3,218,1718 -"212031",78645,31335,2,218,2351 -"212032",78645,31542,3,218,2459 -"212033",78645,32131,3,218,1035 -"212034",78645,33957,3,218,245 -"212035",78645,37036,1,218,2264 -"212036",78645,39534,3,218,2410 -"212037",78645,40572,2,218,2666 -"212038",78645,41446,2,218,1103 -"212039",78645,41581,3,218,1692 -"212040",78645,44074,3,218,1299 -"212041",78645,44603,3,218,2748 -"212042",78645,46384,3,218,2285 -"212043",78645,46486,3,218,1868 -"212044",78645,46532,3,218,2005 -"212045",78645,47013,3,218,2388 -"212046",78645,48888,3,218,1177 -"212047",78645,48955,3,218,242 -"212048",78645,50278,3,218,1127 -"212049",78645,51360,2,218,1882 -"212050",78645,52570,3,218,2645 -"212051",78645,60952,2,218,2076 -"212052",78645,64156,3,218,675 -"212053",78645,64967,3,218,2872 -"212054",78645,65242,3,218,1988 -"212055",78645,65389,3,218,503 -"212056",78645,70455,3,218,1307 -"212057",78645,71467,2,218,1051 -"212058",78645,72438,3,218,1397 -"212059",78645,78569,3,218,578 -"212060",78645,79420,2,218,1061 -"212061",78645,81545,3,218,2077 -"212062",78645,81805,3,218,1607 -"212063",78645,88427,3,218,340 -"212064",78645,95910,3,218,999 -"212065",78645,99288,3,218,983 -"212066",78645,100048,3,218,1573 -"212067",78645,104828,2,218,1609 -"212068",78645,114648,3,218,270 -"212069",78645,119184,3,218,275 -"212070",78650,2057,3,592,1965 -"212071",78650,2798,3,592,1673 -"212072",78650,10336,3,592,2271 -"212073",78650,12586,3,592,613 -"212074",78650,19380,3,592,2637 -"212075",78650,40910,3,592,2469 -"212076",78650,44786,3,592,1096 -"212077",78650,51879,3,592,1771 -"212078",78650,59670,2,592,1173 -"212079",78650,60879,3,592,2792 -"212080",78650,67963,2,592,806 -"212081",78650,79420,3,592,1061 -"212082",78650,82932,3,592,2245 -"212083",78650,104828,3,592,1609 -"212084",78654,7798,3,932,949 -"212085",78654,10148,3,932,2964 -"212086",78654,11382,1,932,2746 -"212087",78654,13610,2,932,2515 -"212088",78654,42715,2,932,987 -"212089",78654,58617,3,932,2093 -"212090",78654,81563,3,932,1188 -"212091",78677,2229,3,341,1536 -"212092",78677,2407,3,341,1725 -"212093",78677,2446,3,341,2606 -"212094",78677,7719,3,341,1954 -"212095",78677,8118,3,341,587 -"212096",78677,10350,3,341,1163 -"212097",78677,11136,3,341,2573 -"212098",78677,13068,3,341,1778 -"212099",78677,13136,3,341,2867 -"212100",78677,18965,3,341,2315 -"212101",78677,19934,2,341,2888 -"212102",78677,22723,2,341,2859 -"212103",78677,24176,2,341,1986 -"212104",78677,27320,3,341,2378 -"212105",78677,28893,3,341,2764 -"212106",78677,29495,3,341,1612 -"212107",78677,30065,3,341,604 -"212108",78677,30891,3,341,1256 -"212109",78677,30974,3,341,947 -"212110",78677,32424,1,341,848 -"212111",78677,37752,3,341,2223 -"212112",78677,43110,3,341,375 -"212113",78677,44795,3,341,635 -"212114",78677,46870,3,341,2473 -"212115",78677,47965,3,341,2232 -"212116",78677,57912,3,341,1035 -"212117",78677,58122,3,341,889 -"212118",78677,59039,3,341,2870 -"212119",78677,61337,2,341,2777 -"212120",78677,64110,3,341,1331 -"212121",78677,65188,3,341,2213 -"212122",78677,66622,2,341,799 -"212123",78677,69788,3,341,2007 -"212124",78677,78842,2,341,904 -"212125",78677,80793,3,341,631 -"212126",78677,81164,2,341,2260 -"212127",78677,84822,3,341,2686 -"212128",78677,90892,3,341,2399 -"212129",78677,93332,3,341,982 -"212130",78677,110399,3,341,480 -"212131",78677,111211,3,341,606 -"212132",78677,111375,3,341,2686 -"212133",78684,13551,3,117,1451 -"212134",78684,40129,3,117,2162 -"212135",78684,75207,3,117,2235 -"212136",78740,1150,3,1515,1595 -"212137",78740,4668,3,1515,1919 -"212138",78740,4669,2,1515,2395 -"212139",78740,16690,3,1515,2132 -"212140",78740,27908,3,1515,2576 -"212141",78740,28869,3,1515,2425 -"212142",78740,30334,3,1515,2075 -"212143",78740,37059,3,1515,2840 -"212144",78740,37636,3,1515,2178 -"212145",78740,39534,2,1515,2410 -"212146",78740,40392,3,1515,1878 -"212147",78740,49347,3,1515,2504 -"212148",78740,51783,3,1515,2599 -"212149",78740,57209,2,1515,1719 -"212150",78740,61125,3,1515,1673 -"212151",78740,66717,3,1515,2104 -"212152",78740,69131,3,1515,2122 -"212153",78740,73192,3,1515,1955 -"212154",78740,74474,3,1515,2338 -"212155",78740,107496,3,1515,1572 -"212156",78768,388,2,841,1594 -"212157",78768,1150,3,841,1595 -"212158",78768,1560,2,841,2013 -"212159",78768,3152,3,841,1621 -"212160",78768,3477,3,841,2546 -"212161",78768,4313,3,841,2368 -"212162",78768,4730,3,841,2131 -"212163",78768,4775,3,841,1500 -"212164",78768,5303,3,841,1849 -"212165",78768,5483,2,841,1938 -"212166",78768,5557,2,841,1929 -"212167",78768,5852,3,841,1862 -"212168",78768,6063,3,841,2349 -"212169",78768,6133,3,841,1229 -"212170",78768,7254,3,841,1849 -"212171",78768,7433,3,841,2255 -"212172",78768,8157,3,841,1063 -"212173",78768,8478,1,841,984 -"212174",78768,8525,3,841,1787 -"212175",78768,9506,1,841,1012 -"212176",78768,9716,1,841,1929 -"212177",78768,9808,3,841,1648 -"212178",78768,10128,3,841,883 -"212179",78768,10200,3,841,2920 -"212180",78768,10908,3,841,1134 -"212181",78768,11319,3,841,2073 -"212182",78768,11429,2,841,2520 -"212183",78768,12228,3,841,2034 -"212184",78768,12481,3,841,1086 -"212185",78768,12577,3,841,2530 -"212186",78768,12779,3,841,936 -"212187",78768,12973,3,841,1569 -"212188",78768,13388,3,841,2119 -"212189",78768,13400,3,841,1371 -"212190",78768,14433,3,841,1225 -"212191",78768,14626,1,841,2175 -"212192",78768,14654,3,841,1692 -"212193",78768,14761,3,841,2502 -"212194",78768,14789,2,841,1034 -"212195",78768,15075,3,841,2252 -"212196",78768,16205,3,841,2630 -"212197",78768,17159,3,841,883 -"212198",78768,18217,3,841,1566 -"212199",78768,18827,3,841,1481 -"212200",78768,18855,2,841,1362 -"212201",78768,19296,3,841,1705 -"212202",78768,21741,2,841,1574 -"212203",78768,22462,3,841,869 -"212204",78768,22746,3,841,913 -"212205",78768,22905,3,841,2599 -"212206",78768,23471,3,841,2488 -"212207",78768,24086,3,841,2663 -"212208",78768,29319,2,841,2314 -"212209",78768,30334,3,841,2075 -"212210",78768,30404,3,841,1810 -"212211",78768,32582,1,841,1929 -"212212",78768,33186,3,841,2240 -"212213",78768,33223,3,841,2397 -"212214",78768,33697,3,841,1309 -"212215",78768,34162,3,841,2336 -"212216",78768,35264,3,841,2329 -"212217",78768,36577,3,841,958 -"212218",78768,37342,3,841,2649 -"212219",78768,37636,3,841,2178 -"212220",78768,38038,3,841,2686 -"212221",78768,40392,2,841,1878 -"212222",78768,40542,3,841,1664 -"212223",78768,40850,3,841,1396 -"212224",78768,41185,1,841,1929 -"212225",78768,41478,3,841,957 -"212226",78768,41603,3,841,1942 -"212227",78768,44181,3,841,1034 -"212228",78768,44464,2,841,1619 -"212229",78768,45730,2,841,2063 -"212230",78768,49147,3,841,2539 -"212231",78768,49621,3,841,1915 -"212232",78768,50335,3,841,1893 -"212233",78768,50635,3,841,2962 -"212234",78768,51783,3,841,2599 -"212235",78768,52185,2,841,1012 -"212236",78768,54903,2,841,2493 -"212237",78768,55775,2,841,2385 -"212238",78768,56737,2,841,2270 -"212239",78768,59511,3,841,2753 -"212240",78768,64174,3,841,2377 -"212241",78768,64412,2,841,2233 -"212242",78768,72827,3,841,1359 -"212243",78768,74912,2,841,1542 -"212244",78768,75194,2,841,1736 -"212245",78768,77397,3,841,1302 -"212246",78768,77785,3,841,1595 -"212247",78768,79036,3,841,2524 -"212248",78768,79822,3,841,1508 -"212249",78768,82226,3,841,1619 -"212250",78768,88171,3,841,1488 -"212251",78768,91631,2,841,1899 -"212252",78768,91715,2,841,1034 -"212253",78768,96349,3,841,1874 -"212254",78768,97266,2,841,1016 -"212255",78768,107993,3,841,999 -"212256",78775,3144,3,340,869 -"212257",78775,4763,3,340,1960 -"212258",78775,15607,3,340,1421 -"212259",78775,18543,3,340,2968 -"212260",78775,19718,3,340,1702 -"212261",78775,22850,3,340,878 -"212262",78775,26342,3,340,527 -"212263",78775,31279,3,340,965 -"212264",78775,31799,3,340,2547 -"212265",78775,43173,3,340,2895 -"212266",78775,44636,3,340,1026 -"212267",78775,51572,1,340,912 -"212268",78775,59646,3,340,456 -"212269",78775,62488,3,340,1418 -"212270",78775,100140,3,340,1041 -"212271",78775,102004,3,340,497 -"212272",78800,1393,3,652,1706 -"212273",78800,2014,1,652,973 -"212274",78800,3506,3,652,2364 -"212275",78800,4403,3,652,2416 -"212276",78800,7123,3,652,1964 -"212277",78800,7932,3,652,789 -"212278",78800,9088,3,652,1881 -"212279",78800,9269,3,652,1892 -"212280",78800,9342,2,652,896 -"212281",78800,10610,3,652,1427 -"212282",78800,15244,2,652,1600 -"212283",78800,17925,3,652,2385 -"212284",78800,19690,1,652,706 -"212285",78800,32629,3,652,1789 -"212286",78800,32724,3,652,2581 -"212287",78800,36440,2,652,704 -"212288",78800,41075,3,652,1176 -"212289",78800,44312,3,652,2741 -"212290",78800,44744,3,652,2032 -"212291",78800,45449,3,652,1610 -"212292",78800,48931,3,652,2444 -"212293",78800,55674,3,652,718 -"212294",78800,68215,3,652,2727 -"212295",78800,92469,3,652,1232 -"212296",78800,96387,2,652,2159 -"212297",78800,102581,3,652,1813 -"212298",78801,4567,3,1572,2348 -"212299",78801,20732,3,1572,2401 -"212300",78801,22543,2,1572,1594 -"212301",78801,23726,3,1572,2434 -"212302",78801,23869,3,1572,1918 -"212303",78801,25680,3,1572,1618 -"212304",78801,30883,3,1572,1629 -"212305",78801,36031,3,1572,2342 -"212306",78801,44557,2,1572,2371 -"212307",78801,56464,3,1572,2488 -"212308",78842,1780,3,904,1375 -"212309",78842,2429,3,904,999 -"212310",78842,2985,3,904,2398 -"212311",78842,4032,3,904,1763 -"212312",78842,4361,3,904,2571 -"212313",78842,4660,2,904,2149 -"212314",78842,4916,3,904,1970 -"212315",78842,7337,3,904,1797 -"212316",78842,7719,2,904,1954 -"212317",78842,8062,2,904,2858 -"212318",78842,8726,3,904,2083 -"212319",78842,8791,2,904,1789 -"212320",78842,8865,3,904,2394 -"212321",78842,10350,2,904,1163 -"212322",78842,11424,3,904,1631 -"212323",78842,13065,3,904,1561 -"212324",78842,13079,3,904,2547 -"212325",78842,13290,3,904,2824 -"212326",78842,13400,3,904,1371 -"212327",78842,13537,3,904,1020 -"212328",78842,13842,3,904,2250 -"212329",78842,14754,3,904,2456 -"212330",78842,16690,2,904,2132 -"212331",78842,17257,2,904,1117 -"212332",78842,19934,3,904,2888 -"212333",78842,20700,3,904,2861 -"212334",78842,22723,3,904,2859 -"212335",78842,24176,3,904,1986 -"212336",78842,25373,3,904,2783 -"212337",78842,27686,3,904,2844 -"212338",78842,28081,3,904,1927 -"212339",78842,32202,3,904,2314 -"212340",78842,33236,3,904,2297 -"212341",78842,33537,3,904,2406 -"212342",78842,34908,3,904,2796 -"212343",78842,35589,2,904,983 -"212344",78842,36487,3,904,2622 -"212345",78842,37059,3,904,2840 -"212346",78842,37637,3,904,1328 -"212347",78842,39249,3,904,1665 -"212348",78842,39534,3,904,2410 -"212349",78842,40572,3,904,2666 -"212350",78842,41446,3,904,1103 -"212351",78842,46384,3,904,2285 -"212352",78842,51774,3,904,2459 -"212353",78842,53219,3,904,2973 -"212354",78842,54740,3,904,2750 -"212355",78842,58238,3,904,1944 -"212356",78842,61337,3,904,2777 -"212357",78842,63641,2,904,2337 -"212358",78842,64110,3,904,1331 -"212359",78842,66693,3,904,2554 -"212360",78842,66717,2,904,2104 -"212361",78842,67266,3,904,2010 -"212362",78842,67942,3,904,973 -"212363",78842,69232,3,904,2130 -"212364",78842,72535,2,904,1191 -"212365",78842,81400,3,904,2679 -"212366",78842,83253,3,904,1102 -"212367",78842,83523,3,904,1461 -"212368",78842,84822,2,904,2686 -"212369",78842,87958,3,904,1234 -"212370",78842,93332,3,904,982 -"212371",78842,99288,2,904,983 -"212372",78871,48639,2,2234,2291 -"212373",78910,1560,3,1931,2013 -"212374",78910,9050,3,1931,2026 -"212375",78910,18479,3,1931,2967 -"212376",78910,33363,3,1931,2475 -"212377",78910,42407,3,1931,2408 -"212378",78910,104659,3,1931,2026 -"212379",78932,361,3,981,1970 -"212380",78932,392,3,981,1915 -"212381",78932,602,3,981,2632 -"212382",78932,1616,3,981,2662 -"212383",78932,2424,3,981,2582 -"212384",78932,2484,3,981,2389 -"212385",78932,2572,3,981,2273 -"212386",78932,2894,3,981,1291 -"212387",78932,3011,1,981,2278 -"212388",78932,3161,3,981,2229 -"212389",78932,3765,3,981,2775 -"212390",78932,4701,2,981,2401 -"212391",78932,4790,3,981,1025 -"212392",78932,4791,2,981,1184 -"212393",78932,6162,3,981,1673 -"212394",78932,6222,3,981,1949 -"212395",78932,6982,3,981,2034 -"212396",78932,7548,3,981,1932 -"212397",78932,7970,3,981,1197 -"212398",78932,7992,3,981,2033 -"212399",78932,9311,1,981,2477 -"212400",78932,9391,3,981,1252 -"212401",78932,9979,3,981,2238 -"212402",78932,10474,3,981,1608 -"212403",78932,10843,2,981,2277 -"212404",78932,11694,3,981,1564 -"212405",78932,12103,3,981,1244 -"212406",78932,12778,3,981,2045 -"212407",78932,14278,2,981,1267 -"212408",78932,14723,2,981,2019 -"212409",78932,14959,3,981,2898 -"212410",78932,15005,3,981,1415 -"212411",78932,15626,2,981,2434 -"212412",78932,17520,3,981,2276 -"212413",78932,18670,3,981,1835 -"212414",78932,19453,3,981,1928 -"212415",78932,19637,3,981,1229 -"212416",78932,19719,3,981,2177 -"212417",78932,20494,3,981,1075 -"212418",78932,21248,3,981,2232 -"212419",78932,21448,3,981,2332 -"212420",78932,22180,3,981,1835 -"212421",78932,22311,3,981,2034 -"212422",78932,22455,2,981,1197 -"212423",78932,23745,3,981,1968 -"212424",78932,23825,3,981,1913 -"212425",78932,24169,3,981,1663 -"212426",78932,24286,2,981,1280 -"212427",78932,24568,3,981,1937 -"212428",78932,26408,3,981,1545 -"212429",78932,26595,3,981,1566 -"212430",78932,27261,3,981,1368 -"212431",78932,27849,3,981,1316 -"212432",78932,29089,3,981,1344 -"212433",78932,29095,3,981,2531 -"212434",78932,30906,2,981,2537 -"212435",78932,33356,2,981,1586 -"212436",78932,33433,2,981,2805 -"212437",78932,33801,3,981,2899 -"212438",78932,34707,2,981,2042 -"212439",78932,34820,3,981,1630 -"212440",78932,35256,3,981,2271 -"212441",78932,35516,3,981,1229 -"212442",78932,35888,3,981,2291 -"212443",78932,36578,3,981,1484 -"212444",78932,38019,3,981,1870 -"212445",78932,38755,3,981,2902 -"212446",78932,38921,3,981,1880 -"212447",78932,39534,3,981,2410 -"212448",78932,39556,3,981,2747 -"212449",78932,42333,3,981,2234 -"212450",78932,44306,2,981,1036 -"212451",78932,47726,3,981,1272 -"212452",78932,49121,3,981,2199 -"212453",78932,49581,2,981,1817 -"212454",78932,49696,3,981,2444 -"212455",78932,50269,3,981,1966 -"212456",78932,50382,3,981,2244 -"212457",78932,50946,3,981,1075 -"212458",78932,51853,3,981,2520 -"212459",78932,52136,3,981,1412 -"212460",78932,52576,3,981,2234 -"212461",78932,53342,3,981,2071 -"212462",78932,53475,3,981,2853 -"212463",78932,54879,2,981,2210 -"212464",78932,55324,3,981,1544 -"212465",78932,55643,3,981,2359 -"212466",78932,57732,3,981,2454 -"212467",78932,58993,3,981,2390 -"212468",78932,59113,2,981,2434 -"212469",78932,61613,3,981,1189 -"212470",78932,62538,3,981,1656 -"212471",78932,62903,2,981,1704 -"212472",78932,63409,3,981,1937 -"212473",78932,66756,3,981,1301 -"212474",78932,66860,3,981,1548 -"212475",78932,67145,3,981,2015 -"212476",78932,74190,2,981,1428 -"212477",78932,75343,2,981,2008 -"212478",78932,75948,3,981,1006 -"212479",78932,85736,3,981,1601 -"212480",78932,87144,3,981,2299 -"212481",78932,90789,3,981,1218 -"212482",78956,1556,2,130,643 -"212483",78956,2370,1,130,1600 -"212484",78956,3158,3,130,2762 -"212485",78956,4634,3,130,2291 -"212486",78956,4784,3,130,2511 -"212487",78956,6020,2,130,1864 -"212488",78956,9912,3,130,1356 -"212489",78956,11135,3,130,2441 -"212490",78956,13595,3,130,1164 -"212491",78956,14490,3,130,2291 -"212492",78956,15086,3,130,2135 -"212493",78956,16455,3,130,946 -"212494",78956,19687,3,130,2072 -"212495",78956,21358,3,130,1970 -"212496",78956,23121,2,130,2108 -"212497",78956,23728,3,130,2601 -"212498",78956,24441,3,130,2256 -"212499",78956,28648,3,130,1586 -"212500",78956,31950,3,130,2217 -"212501",78956,32735,3,130,213 -"212502",78956,33460,3,130,2781 -"212503",78956,34274,2,130,1437 -"212504",78956,37334,3,130,398 -"212505",78956,39627,3,130,546 -"212506",78956,40510,3,130,943 -"212507",78956,41489,3,130,2006 -"212508",78956,45297,3,130,1864 -"212509",78956,45449,3,130,1610 -"212510",78956,45450,3,130,1590 -"212511",78956,45487,3,130,2256 -"212512",78956,45562,2,130,623 -"212513",78956,47827,3,130,1957 -"212514",78956,51099,3,130,262 -"212515",78956,55018,3,130,199 -"212516",78956,55493,3,130,869 -"212517",78956,61921,3,130,1793 -"212518",78956,68460,2,130,599 -"212519",78956,76415,2,130,592 -"212520",78956,76997,3,130,2223 -"212521",78956,78257,3,130,590 -"212522",78956,79639,3,130,1013 -"212523",78956,80061,3,130,1223 -"212524",78956,80273,3,130,586 -"212525",78956,80728,3,130,599 -"212526",78956,84581,3,130,1241 -"212527",78956,89955,2,130,1452 -"212528",78956,90852,3,130,764 -"212529",78956,93317,2,130,1223 -"212530",78956,93642,3,130,1120 -"212531",78956,99955,3,130,1223 -"212532",78956,103989,1,130,1207 -"212533",78956,116484,3,130,902 -"212534",78956,116771,3,130,623 -"212535",78956,116963,3,130,1053 -"212536",78975,7354,3,946,2008 -"212537",78975,7738,2,946,1265 -"212538",78975,8657,2,946,2473 -"212539",78975,18543,3,946,2968 -"212540",78975,36609,3,946,2918 -"212541",78975,41330,1,946,2720 -"212542",78975,42574,3,946,2842 -"212543",78975,45618,3,946,2356 -"212544",78975,45650,3,946,1528 -"212545",78975,87904,3,946,952 -"212546",78975,110934,2,946,2308 -"212547",79006,8140,3,810,1262 -"212548",79006,35822,3,810,1903 -"212549",79013,1520,3,1441,1716 -"212550",79013,2111,3,1441,1904 -"212551",79013,5392,3,1441,1648 -"212552",79013,6588,3,1441,2025 -"212553",79013,12388,3,1441,1975 -"212554",79013,14586,2,1441,2801 -"212555",79013,15444,2,1441,2764 -"212556",79013,17351,3,1441,2036 -"212557",79013,18165,3,1441,2085 -"212558",79013,19317,3,1441,2041 -"212559",79013,21248,2,1441,2232 -"212560",79013,23268,3,1441,2258 -"212561",79013,41682,3,1441,1988 -"212562",79013,46629,3,1441,2255 -"212563",79013,61242,3,1441,1650 -"212564",79013,65242,3,1441,1988 -"212565",79016,3853,3,693,2465 -"212566",79016,4107,3,693,987 -"212567",79016,17571,2,693,953 -"212568",79016,36637,2,693,2085 -"212569",79016,77031,3,693,801 -"212570",79016,79837,3,693,1252 -"212571",79016,94404,3,693,1836 -"212572",79016,95680,3,693,801 -"212573",79016,98080,2,693,1265 -"212574",79025,3100,2,1473,2524 -"212575",79025,5673,2,1473,1567 -"212576",79025,11135,3,1473,2441 -"212577",79025,15502,3,1473,2637 -"212578",79025,21895,3,1473,1693 -"212579",79025,21976,3,1473,1808 -"212580",79025,23639,3,1473,2065 -"212581",79025,39577,3,1473,1728 -"212582",79025,51448,3,1473,1593 -"212583",79025,56673,3,1473,2419 -"212584",79025,57067,3,1473,2547 -"212585",79025,65223,3,1473,2724 -"212586",79025,100586,2,1473,2966 -"212587",79036,9272,3,2524,2835 -"212588",79036,69335,3,2524,2698 -"212589",79057,4669,3,195,2395 -"212590",79057,6132,3,195,1590 -"212591",79057,10595,3,195,494 -"212592",79057,11648,3,195,2852 -"212593",79057,12948,1,195,2669 -"212594",79057,14425,3,195,1036 -"212595",79057,14749,3,195,1998 -"212596",79057,14781,3,195,2338 -"212597",79057,18122,3,195,894 -"212598",79057,20395,3,195,1468 -"212599",79057,21207,3,195,1258 -"212600",79057,22166,3,195,994 -"212601",79057,23692,3,195,1540 -"212602",79057,27742,3,195,2700 -"212603",79057,28869,3,195,2425 -"212604",79057,28905,3,195,430 -"212605",79057,30906,3,195,2537 -"212606",79057,31216,3,195,1244 -"212607",79057,31408,2,195,994 -"212608",79057,31868,3,195,1993 -"212609",79057,36327,2,195,870 -"212610",79057,36915,3,195,280 -"212611",79057,38087,3,195,1083 -"212612",79057,38785,3,195,437 -"212613",79057,40309,3,195,871 -"212614",79057,40572,3,195,2666 -"212615",79057,42740,3,195,403 -"212616",79057,45518,2,195,494 -"212617",79057,45869,2,195,2840 -"212618",79057,46726,3,195,943 -"212619",79057,50630,3,195,2615 -"212620",79057,50996,3,195,929 -"212621",79057,54467,3,195,919 -"212622",79057,59726,3,195,1513 -"212623",79057,62268,2,195,413 -"212624",79057,62668,3,195,958 -"212625",79057,67266,3,195,2010 -"212626",79057,67617,1,195,1149 -"212627",79057,72986,3,195,1055 -"212628",79057,76007,3,195,918 -"212629",79057,81077,2,195,498 -"212630",79057,96310,2,195,1016 -"212631",79057,101453,3,195,454 -"212632",79057,109194,3,195,494 -"212633",79057,115021,3,195,1226 -"212634",79088,160,3,1369,2007 -"212635",79088,1046,3,1369,1881 -"212636",79088,1224,3,1369,2435 -"212637",79088,1386,2,1369,1901 -"212638",79088,1495,3,1369,2046 -"212639",79088,1641,3,1369,1490 -"212640",79088,2766,3,1369,1920 -"212641",79088,3488,3,1369,2351 -"212642",79088,4763,3,1369,1960 -"212643",79088,5120,3,1369,2735 -"212644",79088,5148,3,1369,2206 -"212645",79088,5491,3,1369,2048 -"212646",79088,5621,3,1369,1860 -"212647",79088,5710,2,1369,1926 -"212648",79088,5725,3,1369,2789 -"212649",79088,6417,3,1369,1675 -"212650",79088,8533,3,1369,2251 -"212651",79088,9030,3,1369,1979 -"212652",79088,9202,3,1369,2477 -"212653",79088,10148,3,1369,2964 -"212654",79088,10799,3,1369,2010 -"212655",79088,10874,3,1369,1891 -"212656",79088,11602,3,1369,1493 -"212657",79088,12775,3,1369,1982 -"212658",79088,12976,2,1369,2399 -"212659",79088,13249,3,1369,2573 -"212660",79088,13732,2,1369,2789 -"212661",79088,13780,3,1369,2412 -"212662",79088,13929,2,1369,2693 -"212663",79088,14189,2,1369,1483 -"212664",79088,14709,3,1369,1901 -"212665",79088,14888,3,1369,1411 -"212666",79088,15184,3,1369,2396 -"212667",79088,15626,3,1369,2434 -"212668",79088,16725,3,1369,2830 -"212669",79088,16727,3,1369,2164 -"212670",79088,18151,3,1369,2962 -"212671",79088,19208,3,1369,2629 -"212672",79088,19937,3,1369,1587 -"212673",79088,21795,3,1369,2653 -"212674",79088,22216,2,1369,1956 -"212675",79088,23508,2,1369,1907 -"212676",79088,23751,3,1369,1740 -"212677",79088,24146,2,1369,2003 -"212678",79088,26155,3,1369,1802 -"212679",79088,26865,2,1369,2726 -"212680",79088,26959,3,1369,1961 -"212681",79088,28218,2,1369,2048 -"212682",79088,28233,2,1369,1608 -"212683",79088,28285,3,1369,2972 -"212684",79088,28640,3,1369,1475 -"212685",79088,28923,3,1369,2362 -"212686",79088,30081,1,1369,2403 -"212687",79088,32516,3,1369,2050 -"212688",79088,32761,3,1369,2680 -"212689",79088,34327,3,1369,2959 -"212690",79088,34509,3,1369,1973 -"212691",79088,34984,3,1369,2056 -"212692",79088,35542,3,1369,1439 -"212693",79088,36559,1,1369,2473 -"212694",79088,36837,3,1369,1556 -"212695",79088,36962,1,1369,2861 -"212696",79088,37333,1,1369,1612 -"212697",79088,41402,3,1369,2313 -"212698",79088,41872,3,1369,2974 -"212699",79088,46596,3,1369,1942 -"212700",79088,47947,2,1369,2681 -"212701",79088,51626,3,1369,2494 -"212702",79088,51853,3,1369,2520 -"212703",79088,52597,3,1369,1773 -"212704",79088,53630,3,1369,1565 -"212705",79088,54020,2,1369,1578 -"212706",79088,54879,3,1369,2210 -"212707",79088,55156,3,1369,2196 -"212708",79088,55691,3,1369,2856 -"212709",79088,63477,2,1369,1907 -"212710",79088,65679,2,1369,1578 -"212711",79088,66318,3,1369,2803 -"212712",79088,71369,3,1369,2838 -"212713",79088,77611,3,1369,1795 -"212714",79088,78563,2,1369,2385 -"212715",79114,2206,3,591,2536 -"212716",79114,2452,2,591,1715 -"212717",79114,14287,3,591,1583 -"212718",79114,14709,3,591,1901 -"212719",79114,16021,3,591,858 -"212720",79114,20176,3,591,1050 -"212721",79114,21795,3,591,2653 -"212722",79114,23277,3,591,1267 -"212723",79114,23692,3,591,1540 -"212724",79114,25378,3,591,1245 -"212725",79114,30865,3,591,2038 -"212726",79114,33665,1,591,787 -"212727",79114,38373,3,591,1928 -"212728",79114,39249,3,591,1665 -"212729",79114,41718,3,591,804 -"212730",79114,44557,3,591,2371 -"212731",79114,45480,3,591,1104 -"212732",79114,52879,3,591,777 -"212733",79114,58015,3,591,899 -"212734",79114,64993,3,591,615 -"212735",79114,67815,3,591,2476 -"212736",79114,69062,3,591,1174 -"212737",79114,70126,2,591,1158 -"212738",79114,84447,3,591,1006 -"212739",79114,92678,2,591,1769 -"212740",79114,107292,3,591,1667 -"212741",79158,1154,3,1252,1656 -"212742",79158,4361,3,1252,2571 -"212743",79158,4367,3,1252,2794 -"212744",79158,6119,3,1252,2358 -"212745",79158,7126,3,1252,1261 -"212746",79158,7196,3,1252,1508 -"212747",79158,7984,3,1252,2493 -"212748",79158,8890,3,1252,1955 -"212749",79158,11136,2,1252,2573 -"212750",79158,13920,3,1252,1709 -"212751",79158,14108,3,1252,2012 -"212752",79158,15118,3,1252,1311 -"212753",79158,15401,3,1252,1999 -"212754",79158,16365,3,1252,2217 -"212755",79158,19073,3,1252,2748 -"212756",79158,19433,3,1252,2504 -"212757",79158,21133,3,1252,1320 -"212758",79158,21670,3,1252,2158 -"212759",79158,21681,2,1252,2005 -"212760",79158,28784,3,1252,1579 -"212761",79158,28896,3,1252,1395 -"212762",79158,31700,3,1252,2727 -"212763",79158,32818,3,1252,2485 -"212764",79158,32988,3,1252,2008 -"212765",79158,33949,3,1252,2489 -"212766",79158,35822,3,1252,1903 -"212767",79158,36031,3,1252,2342 -"212768",79158,36651,3,1252,1600 -"212769",79158,37937,3,1252,1320 -"212770",79158,38602,3,1252,2693 -"212771",79158,41338,3,1252,1553 -"212772",79158,43204,3,1252,1680 -"212773",79158,43593,3,1252,2704 -"212774",79158,45869,3,1252,2840 -"212775",79158,46532,3,1252,2005 -"212776",79158,47384,3,1252,1639 -"212777",79158,48215,3,1252,2028 -"212778",79158,49265,3,1252,2686 -"212779",79158,53323,3,1252,2677 -"212780",79158,57380,3,1252,2362 -"212781",79158,58238,3,1252,1944 -"212782",79158,59610,3,1252,2448 -"212783",79158,65155,3,1252,1947 -"212784",79158,72728,3,1252,2234 -"212785",79158,76391,3,1252,1536 -"212786",79158,79985,2,1252,1465 -"212787",79158,85869,3,1252,1509 -"212788",79158,88232,3,1252,2881 -"212789",79158,96352,3,1252,1493 -"212790",79189,1256,3,274,1212 -"212791",79189,1257,3,274,1212 -"212792",79189,1393,3,274,1706 -"212793",79189,2014,3,274,973 -"212794",79189,3101,2,274,513 -"212795",79189,3158,3,274,2762 -"212796",79189,3506,3,274,2364 -"212797",79189,6040,3,274,2103 -"212798",79189,7123,3,274,1964 -"212799",79189,7903,3,274,744 -"212800",79189,7932,3,274,789 -"212801",79189,9088,3,274,1881 -"212802",79189,9269,2,274,1892 -"212803",79189,9342,3,274,896 -"212804",79189,9895,3,274,1960 -"212805",79189,10610,3,274,1427 -"212806",79189,13712,2,274,550 -"212807",79189,15926,3,274,545 -"212808",79189,16347,3,274,1868 -"212809",79189,16757,3,274,1755 -"212810",79189,17645,3,274,1918 -"212811",79189,17925,3,274,2385 -"212812",79189,20695,3,274,2526 -"212813",79189,22389,2,274,2034 -"212814",79189,26740,3,274,2695 -"212815",79189,31211,3,274,433 -"212816",79189,31990,3,274,2264 -"212817",79189,32629,3,274,1789 -"212818",79189,34331,3,274,1727 -"212819",79189,36440,2,274,704 -"212820",79189,37765,2,274,1134 -"212821",79189,37801,3,274,2578 -"212822",79189,41075,3,274,1176 -"212823",79189,41350,3,274,1935 -"212824",79189,44312,3,274,2741 -"212825",79189,44421,3,274,956 -"212826",79189,44744,1,274,2032 -"212827",79189,45449,3,274,1610 -"212828",79189,46726,3,274,943 -"212829",79189,48931,3,274,2444 -"212830",79189,52654,3,274,588 -"212831",79189,53445,3,274,2028 -"212832",79189,56364,3,274,1626 -"212833",79189,57804,3,274,2214 -"212834",79189,62668,3,274,958 -"212835",79189,63329,3,274,639 -"212836",79189,64712,2,274,1411 -"212837",79189,78611,3,274,1586 -"212838",79189,80801,3,274,1250 -"212839",79189,83264,3,274,1922 -"212840",79189,84591,3,274,1685 -"212841",79189,85926,3,274,907 -"212842",79189,87915,3,274,1152 -"212843",79189,92084,3,274,1134 -"212844",79189,92469,3,274,1232 -"212845",79189,96387,3,274,2159 -"212846",79189,97706,3,274,1121 -"212847",79189,98436,2,274,1212 -"212848",79189,101666,3,274,1257 -"212849",79189,109031,3,274,523 -"212850",79189,115338,3,274,625 -"212851",79207,46635,3,2244,2528 -"212852",79211,1046,3,1590,1881 -"212853",79211,1214,3,1590,2050 -"212854",79211,4191,3,1590,2130 -"212855",79211,4618,3,1590,2607 -"212856",79211,5725,3,1590,2789 -"212857",79211,7984,3,1590,2493 -"212858",79211,8258,1,1590,1959 -"212859",79211,23223,3,1590,2094 -"212860",79211,48605,3,1590,2796 -"212861",79211,57549,3,1590,2335 -"212862",79211,58035,3,1590,1646 -"212863",79211,60289,3,1590,2729 -"212864",79211,71518,3,1590,2805 -"212865",79213,3506,3,1620,2364 -"212866",79213,5610,2,1620,2223 -"212867",79213,8238,3,1620,2222 -"212868",79213,15008,3,1620,2338 -"212869",79213,15729,3,1620,2338 -"212870",79213,22682,3,1620,2035 -"212871",79213,24256,3,1620,2393 -"212872",79213,27796,3,1620,2151 -"212873",79213,29930,3,1620,2240 -"212874",79213,31705,3,1620,2706 -"212875",79213,32047,3,1620,1858 -"212876",79213,39464,3,1620,2314 -"212877",79213,42783,3,1620,2338 -"212878",79213,54953,1,1620,2223 -"212879",79213,56854,3,1620,2022 -"212880",79234,14,3,1611,1793 -"212881",79234,9828,3,1611,2085 -"212882",79234,13601,3,1611,2689 -"212883",79234,37915,3,1611,1905 -"212884",79234,62538,2,1611,1656 -"212885",79234,70714,2,1611,2030 -"212886",79234,75028,3,1611,1660 -"212887",79236,1560,3,1505,2013 -"212888",79236,2407,3,1505,1725 -"212889",79236,3100,3,1505,2524 -"212890",79236,3786,3,1505,2282 -"212891",79236,6071,3,1505,2310 -"212892",79236,8525,2,1505,1787 -"212893",79236,9727,3,1505,2327 -"212894",79236,11135,2,1505,2441 -"212895",79236,15075,3,1505,2252 -"212896",79236,15502,3,1505,2637 -"212897",79236,16866,3,1505,2718 -"212898",79236,18865,3,1505,2676 -"212899",79236,19687,3,1505,2072 -"212900",79236,19972,3,1505,2078 -"212901",79236,23639,1,1505,2065 -"212902",79236,23731,3,1505,1656 -"212903",79236,25286,3,1505,1545 -"212904",79236,25886,3,1505,1580 -"212905",79236,34055,3,1505,1881 -"212906",79236,45487,3,1505,2256 -"212907",79236,47330,3,1505,2422 -"212908",79236,49621,3,1505,1915 -"212909",79236,51448,3,1505,1593 -"212910",79236,56673,2,1505,2419 -"212911",79236,56737,3,1505,2270 -"212912",79236,63395,3,1505,2334 -"212913",79236,65223,3,1505,2724 -"212914",79236,69215,3,1505,1591 -"212915",79236,79822,3,1505,1508 -"212916",79236,81113,3,1505,1914 -"212917",79306,388,3,190,1594 -"212918",79306,725,2,190,1064 -"212919",79306,900,3,190,2726 -"212920",79306,1560,2,190,2013 -"212921",79306,2014,3,190,973 -"212922",79306,6755,3,190,2818 -"212923",79306,8525,1,190,1787 -"212924",79306,8737,3,190,221 -"212925",79306,9716,3,190,1929 -"212926",79306,9808,3,190,1648 -"212927",79306,10200,3,190,2920 -"212928",79306,11429,3,190,2520 -"212929",79306,12228,2,190,2034 -"212930",79306,12837,3,190,1315 -"212931",79306,12973,3,190,1569 -"212932",79306,13712,3,190,550 -"212933",79306,14623,3,190,2043 -"212934",79306,14789,3,190,1034 -"212935",79306,15075,3,190,2252 -"212936",79306,18855,3,190,1362 -"212937",79306,20705,3,190,829 -"212938",79306,21290,2,190,894 -"212939",79306,21424,3,190,1303 -"212940",79306,23302,3,190,2677 -"212941",79306,24086,3,190,2663 -"212942",79306,24610,3,190,2733 -"212943",79306,30317,3,190,2431 -"212944",79306,31211,3,190,433 -"212945",79306,31317,3,190,1362 -"212946",79306,32939,2,190,2277 -"212947",79306,36440,2,190,704 -"212948",79306,36577,3,190,958 -"212949",79306,37342,3,190,2649 -"212950",79306,40392,3,190,1878 -"212951",79306,40850,2,190,1396 -"212952",79306,41185,3,190,1929 -"212953",79306,44464,3,190,1619 -"212954",79306,46745,2,190,1565 -"212955",79306,49621,3,190,1915 -"212956",79306,53537,3,190,2428 -"212957",79306,53905,3,190,2193 -"212958",79306,56737,1,190,2270 -"212959",79306,57804,3,190,2214 -"212960",79306,65658,3,190,2030 -"212961",79306,69352,3,190,220 -"212962",79306,72827,3,190,1359 -"212963",79306,76230,3,190,1223 -"212964",79306,78768,3,190,841 -"212965",79306,79036,3,190,2524 -"212966",79306,79236,3,190,1505 -"212967",79306,79822,2,190,1508 -"212968",79306,81113,3,190,1914 -"212969",79306,83947,3,190,917 -"212970",79306,84768,3,190,1291 -"212971",79306,91715,3,190,1034 -"212972",79306,92469,3,190,1232 -"212973",79306,93766,3,190,328 -"212974",79306,94758,3,190,584 -"212975",79306,96197,2,190,1670 -"212976",79306,96387,3,190,2159 -"212977",79306,101115,3,190,1259 -"212978",79306,114240,2,190,642 -"212979",79306,118014,1,190,634 -"212980",79322,22326,3,2770,2818 -"212981",79322,30052,3,2770,2855 -"212982",79322,55438,3,2770,2863 -"212983",79337,1349,3,875,1147 -"212984",79337,3034,3,875,2601 -"212985",79337,3493,2,875,2451 -"212986",79337,4360,3,875,1770 -"212987",79337,7499,3,875,1803 -"212988",79337,7787,2,875,2314 -"212989",79337,10250,2,875,1606 -"212990",79337,10488,3,875,1524 -"212991",79337,11521,3,875,1559 -"212992",79337,11858,3,875,1530 -"212993",79337,12197,3,875,1235 -"212994",79337,12511,3,875,1298 -"212995",79337,16863,3,875,2069 -"212996",79337,17480,2,875,2316 -"212997",79337,18821,2,875,2075 -"212998",79337,20695,3,875,2526 -"212999",79337,20709,2,875,1757 -"213000",79337,23364,3,875,2306 -"213001",79337,23729,3,875,1624 -"213002",79337,30325,3,875,1067 -"213003",79337,33460,3,875,2781 -"213004",79337,43213,3,875,2160 -"213005",79337,46196,3,875,1510 -"213006",79337,46982,3,875,2806 -"213007",79337,51144,3,875,2466 -"213008",79337,52136,2,875,1412 -"213009",79337,52950,3,875,2716 -"213010",79337,53640,3,875,1789 -"213011",79337,55482,3,875,1866 -"213012",79337,56082,3,875,2395 -"213013",79337,56316,2,875,1435 -"213014",79337,64947,3,875,2489 -"213015",79337,70011,3,875,2690 -"213016",79337,72207,3,875,2430 -"213017",79337,75403,3,875,1895 -"213018",79337,78477,3,875,1613 -"213019",79337,88147,2,875,1433 -"213020",79337,113333,3,875,1018 -"213021",79350,5120,3,2261,2735 -"213022",79350,9202,3,2261,2477 -"213023",79350,104565,3,2261,2693 -"213024",79364,206,3,834,1986 -"213025",79364,312,3,834,2038 -"213026",79364,1034,3,834,1438 -"213027",79364,1036,3,834,1367 -"213028",79364,1092,3,834,1945 -"213029",79364,1469,3,834,1160 -"213030",79364,1592,3,834,2006 -"213031",79364,1691,2,834,1941 -"213032",79364,2208,2,834,2814 -"213033",79364,2684,2,834,2874 -"213034",79364,4317,3,834,1224 -"213035",79364,5429,3,834,1991 -"213036",79364,6390,3,834,2385 -"213037",79364,9331,2,834,2269 -"213038",79364,9805,3,834,1621 -"213039",79364,10222,3,834,2212 -"213040",79364,10401,3,834,863 -"213041",79364,11055,2,834,2111 -"213042",79364,11351,3,834,2971 -"213043",79364,11419,3,834,1408 -"213044",79364,11620,3,834,2010 -"213045",79364,14072,3,834,1346 -"213046",79364,14108,2,834,2012 -"213047",79364,14676,3,834,2764 -"213048",79364,14983,2,834,1047 -"213049",79364,16201,2,834,1811 -"213050",79364,17351,3,834,2036 -"213051",79364,17549,3,834,2647 -"213052",79364,17632,3,834,1947 -"213053",79364,17645,3,834,1918 -"213054",79364,18277,3,834,2309 -"213055",79364,18502,3,834,1033 -"213056",79364,18543,3,834,2968 -"213057",79364,19248,3,834,2357 -"213058",79364,19937,3,834,1587 -"213059",79364,20311,3,834,1981 -"213060",79364,20407,3,834,2339 -"213061",79364,20419,2,834,1587 -"213062",79364,22586,3,834,1341 -"213063",79364,24198,3,834,2217 -"213064",79364,24456,3,834,1238 -"213065",79364,24753,3,834,2860 -"213066",79364,25565,3,834,2764 -"213067",79364,27501,3,834,1981 -"213068",79364,28808,3,834,1063 -"213069",79364,32409,3,834,857 -"213070",79364,33622,3,834,2230 -"213071",79364,35481,3,834,2211 -"213072",79364,36439,3,834,2469 -"213073",79364,37509,2,834,1640 -"213074",79364,38333,3,834,1365 -"213075",79364,39556,3,834,2747 -"213076",79364,43226,3,834,2442 -"213077",79364,43428,3,834,1299 -"213078",79364,43635,2,834,1196 -"213079",79364,44688,3,834,2924 -"213080",79364,46621,3,834,1343 -"213081",79364,46726,3,834,943 -"213082",79364,47064,3,834,1993 -"213083",79364,48754,2,834,1972 -"213084",79364,53031,3,834,2065 -"213085",79364,55139,3,834,2323 -"213086",79364,57732,3,834,2454 -"213087",79364,57977,3,834,2683 -"213088",79364,57990,3,834,978 -"213089",79364,58221,3,834,1787 -"213090",79364,61719,3,834,1515 -"213091",79364,62062,3,834,860 -"213092",79364,62668,3,834,958 -"213093",79364,65475,3,834,1267 -"213094",79364,69447,3,834,1197 -"213095",79364,70605,3,834,1176 -"213096",79364,72956,3,834,1251 -"213097",79364,74636,3,834,2525 -"213098",79364,76127,3,834,910 -"213099",79364,76192,3,834,912 -"213100",79364,79657,2,834,1260 -"213101",79364,80979,3,834,1142 -"213102",79364,88232,3,834,2881 -"213103",79364,97824,3,834,1229 -"213104",79364,99152,3,834,1698 -"213105",79364,100321,3,834,1142 -"213106",79364,100432,2,834,1358 -"213107",79364,102400,3,834,1761 -"213108",79364,106318,3,834,1698 -"213109",79364,108430,3,834,1642 -"213110",79364,123349,3,834,901 -"213111",79371,19718,3,1624,1702 -"213112",79371,30883,3,1624,1629 -"213113",79371,43479,3,1624,2178 -"213114",79371,64502,3,1624,1670 -"213115",79371,87720,3,1624,2086 -"213116",79371,89826,3,1624,2033 -"213117",79371,95064,3,1624,1801 -"213118",79371,109978,3,1624,1865 -"213119",79382,3765,1,1908,2775 -"213120",79382,18752,3,1908,2607 -"213121",79382,23745,2,1908,1968 -"213122",79382,24721,3,1908,2326 -"213123",79382,26421,3,1908,2634 -"213124",79382,30525,3,1908,1964 -"213125",79382,35888,3,1908,2291 -"213126",79382,39556,3,1908,2747 -"213127",79382,46091,3,1908,1938 -"213128",79382,54879,3,1908,2210 -"213129",79382,57732,3,1908,2454 -"213130",79382,64699,2,1908,2797 -"213131",79382,67145,1,1908,2015 -"213132",79382,73197,3,1908,1998 -"213133",79403,449,3,977,1950 -"213134",79403,457,3,977,1704 -"213135",79403,1315,3,977,2760 -"213136",79403,2111,3,977,1904 -"213137",79403,2195,3,977,2139 -"213138",79403,2384,2,977,1057 -"213139",79403,2709,3,977,1673 -"213140",79403,3139,3,977,1656 -"213141",79403,4360,3,977,1770 -"213142",79403,5072,3,977,2175 -"213143",79403,5405,3,977,1510 -"213144",79403,5622,2,977,2175 -"213145",79403,6113,3,977,1678 -"213146",79403,6588,3,977,2025 -"213147",79403,7180,3,977,2227 -"213148",79403,7234,3,977,2654 -"213149",79403,9364,3,977,1698 -"213150",79403,10488,3,977,1524 -"213151",79403,10857,2,977,2253 -"213152",79403,10874,3,977,1891 -"213153",79403,11218,3,977,2292 -"213154",79403,11229,3,977,1625 -"213155",79403,11477,3,977,2724 -"213156",79403,12310,3,977,1337 -"213157",79403,12375,3,977,1873 -"213158",79403,15402,2,977,1281 -"213159",79403,17400,3,977,2231 -"213160",79403,17704,3,977,1651 -"213161",79403,19622,2,977,2371 -"213162",79403,21448,2,977,2332 -"213163",79403,23492,1,977,1067 -"213164",79403,23725,2,977,2378 -"213165",79403,24259,2,977,1281 -"213166",79403,25643,3,977,1646 -"213167",79403,30165,3,977,1409 -"213168",79403,30325,2,977,1067 -"213169",79403,31093,3,977,2160 -"213170",79403,31436,3,977,2892 -"213171",79403,34480,3,977,2755 -"213172",79403,35673,2,977,1067 -"213173",79403,35926,3,977,2371 -"213174",79403,37859,3,977,1999 -"213175",79403,39294,2,977,1889 -"213176",79403,39906,3,977,2365 -"213177",79403,43213,3,977,2160 -"213178",79403,44188,1,977,1609 -"213179",79403,45684,2,977,2200 -"213180",79403,46196,3,977,1510 -"213181",79403,46629,3,977,2255 -"213182",79403,49512,3,977,1302 -"213183",79403,49608,3,977,2184 -"213184",79403,50236,3,977,2339 -"213185",79403,51471,3,977,1280 -"213186",79403,52136,3,977,1412 -"213187",79403,52345,3,977,1430 -"213188",79403,52789,3,977,1791 -"213189",79403,53134,3,977,1590 -"213190",79403,53303,3,977,1376 -"213191",79403,53608,3,977,1986 -"213192",79403,54551,2,977,2348 -"213193",79403,56082,3,977,2395 -"213194",79403,57150,3,977,1196 -"213195",79403,57246,2,977,1873 -"213196",79403,57353,3,977,1849 -"213197",79403,72207,3,977,2430 -"213198",79403,75403,3,977,1895 -"213199",79403,76048,3,977,2373 -"213200",79403,76284,2,977,1237 -"213201",79403,87837,3,977,1987 -"213202",79403,98781,3,977,1410 -"213203",79404,283,3,1079,2082 -"213204",79404,378,3,1079,2766 -"213205",79404,6071,3,1079,2310 -"213206",79404,6119,3,1079,2358 -"213207",79404,6562,3,1079,1139 -"213208",79404,10336,3,1079,2271 -"213209",79404,11135,3,1079,2441 -"213210",79404,16593,3,1079,1139 -"213211",79404,19687,3,1079,2072 -"213212",79404,21593,3,1079,1312 -"213213",79404,21895,3,1079,1693 -"213214",79404,22249,3,1079,1892 -"213215",79404,23639,3,1079,2065 -"213216",79404,24116,3,1079,1413 -"213217",79404,25678,3,1079,1558 -"213218",79404,26567,3,1079,1158 -"213219",79404,32060,3,1079,1199 -"213220",79404,32235,3,1079,2109 -"213221",79404,32312,2,1079,1472 -"213222",79404,34055,1,1079,1881 -"213223",79404,34559,3,1079,1105 -"213224",79404,35688,3,1079,1551 -"213225",79404,38183,3,1079,2391 -"213226",79404,41051,3,1079,2767 -"213227",79404,42628,3,1079,2486 -"213228",79404,47330,3,1079,2422 -"213229",79404,56673,3,1079,2419 -"213230",79404,65223,3,1079,2724 -"213231",79404,79236,3,1079,1505 -"213232",79404,81134,1,1079,1384 -"213233",79404,81853,2,1079,1207 -"213234",79404,85264,3,1079,1236 -"213235",79404,92381,3,1079,1237 -"213236",79404,92947,3,1079,1289 -"213237",79404,106554,3,1079,1270 -"213238",79413,14507,3,2224,2686 -"213239",79413,24825,3,2224,2686 -"213240",79413,31159,3,2224,2231 -"213241",79420,798,3,1061,2476 -"213242",79420,2798,3,1061,1673 -"213243",79420,4361,3,1061,2571 -"213244",79420,4367,3,1061,2794 -"213245",79420,5962,2,1061,2491 -"213246",79420,6119,1,1061,2358 -"213247",79420,7997,3,1061,2049 -"213248",79420,9227,3,1061,1267 -"213249",79420,9504,3,1061,2549 -"213250",79420,10336,2,1061,2271 -"213251",79420,10350,3,1061,1163 -"213252",79420,11029,3,1061,2362 -"213253",79420,11136,3,1061,2573 -"213254",79420,11563,3,1061,1863 -"213255",79420,11728,3,1061,1121 -"213256",79420,13065,3,1061,1561 -"213257",79420,13920,2,1061,1709 -"213258",79420,14449,3,1061,1258 -"213259",79420,16286,2,1061,2470 -"213260",79420,17257,3,1061,1117 -"213261",79420,17645,3,1061,1918 -"213262",79420,17826,3,1061,2920 -"213263",79420,19380,3,1061,2637 -"213264",79420,19433,3,1061,2504 -"213265",79420,21575,3,1061,1762 -"213266",79420,21593,3,1061,1312 -"213267",79420,23277,3,1061,1267 -"213268",79420,27882,3,1061,1897 -"213269",79420,31317,3,1061,1362 -"213270",79420,31866,3,1061,2101 -"213271",79420,36487,3,1061,2622 -"213272",79420,37036,3,1061,2264 -"213273",79420,37424,3,1061,1693 -"213274",79420,44074,2,1061,1299 -"213275",79420,44786,3,1061,1096 -"213276",79420,45869,3,1061,2840 -"213277",79420,47654,3,1061,1664 -"213278",79420,48888,3,1061,1177 -"213279",79420,51360,2,1061,1882 -"213280",79420,51879,3,1061,1771 -"213281",79420,52570,3,1061,2645 -"213282",79420,56094,3,1061,2343 -"213283",79420,58238,3,1061,1944 -"213284",79420,59610,2,1061,2448 -"213285",79420,59670,3,1061,1173 -"213286",79420,60952,3,1061,2076 -"213287",79420,61270,3,1061,1364 -"213288",79420,63644,3,1061,1267 -"213289",79420,70583,3,1061,2615 -"213290",79420,79158,2,1061,1252 -"213291",79420,79985,3,1061,1465 -"213292",79420,81805,3,1061,1607 -"213293",79420,87907,3,1061,1173 -"213294",79420,104828,2,1061,1609 -"213295",79432,2057,3,1708,1965 -"213296",79432,2424,3,1708,2582 -"213297",79432,2533,3,1708,2016 -"213298",79432,4526,2,1708,1728 -"213299",79432,16201,3,1708,1811 -"213300",79432,19334,3,1708,1979 -"213301",79432,19719,3,1708,2177 -"213302",79432,25577,3,1708,1946 -"213303",79432,26336,3,1708,1904 -"213304",79432,31868,3,1708,1993 -"213305",79432,32778,3,1708,2310 -"213306",79432,35477,3,1708,2703 -"213307",79432,35728,3,1708,2017 -"213308",79432,37059,3,1708,2840 -"213309",79432,38019,3,1708,1870 -"213310",79432,39534,3,1708,2410 -"213311",79432,40138,3,1708,2719 -"213312",79432,42256,3,1708,2839 -"213313",79432,44235,3,1708,2700 -"213314",79432,52576,3,1708,2234 -"213315",79432,58684,2,1708,2295 -"213316",79432,65188,3,1708,2213 -"213317",79432,69131,3,1708,2122 -"213318",79432,73192,3,1708,1955 -"213319",79432,107383,3,1708,1918 -"213320",79435,2724,3,299,2447 -"213321",79435,3520,3,299,2281 -"213322",79435,3559,3,299,2413 -"213323",79435,3786,2,299,2282 -"213324",79435,5673,3,299,1567 -"213325",79435,6078,3,299,498 -"213326",79435,6562,1,299,1139 -"213327",79435,7648,3,299,1861 -"213328",79435,7942,3,299,2623 -"213329",79435,9462,3,299,378 -"213330",79435,11676,3,299,1614 -"213331",79435,11803,3,299,1232 -"213332",79435,12031,3,299,1957 -"213333",79435,12481,3,299,1086 -"213334",79435,12861,3,299,1207 -"213335",79435,14061,3,299,1620 -"213336",79435,14442,3,299,2700 -"213337",79435,14902,3,299,562 -"213338",79435,17608,3,299,1216 -"213339",79435,17768,3,299,2468 -"213340",79435,17952,3,299,1530 -"213341",79435,17999,3,299,2758 -"213342",79435,19687,3,299,2072 -"213343",79435,20371,3,299,595 -"213344",79435,20517,3,299,1465 -"213345",79435,21352,3,299,1604 -"213346",79435,21895,3,299,1693 -"213347",79435,22905,3,299,2599 -"213348",79435,23364,3,299,2306 -"213349",79435,23639,3,299,2065 -"213350",79435,23731,3,299,1656 -"213351",79435,24116,2,299,1413 -"213352",79435,24867,3,299,1861 -"213353",79435,25053,3,299,2186 -"213354",79435,25286,3,299,1545 -"213355",79435,25886,2,299,1580 -"213356",79435,26100,3,299,1966 -"213357",79435,26567,3,299,1158 -"213358",79435,29276,3,299,2000 -"213359",79435,29354,3,299,1123 -"213360",79435,32070,3,299,950 -"213361",79435,32479,2,299,969 -"213362",79435,32939,3,299,2277 -"213363",79435,33363,3,299,2475 -"213364",79435,36996,3,299,2321 -"213365",79435,41051,2,299,2767 -"213366",79435,41669,3,299,1247 -"213367",79435,42195,3,299,573 -"213368",79435,42407,3,299,2408 -"213369",79435,42628,3,299,2486 -"213370",79435,44132,3,299,1999 -"213371",79435,51774,3,299,2459 -"213372",79435,54407,3,299,514 -"213373",79435,55446,3,299,1247 -"213374",79435,55730,3,299,1217 -"213375",79435,56212,3,299,1410 -"213376",79435,56673,3,299,2419 -"213377",79435,58233,3,299,1665 -"213378",79435,59289,3,299,2896 -"213379",79435,62848,3,299,1230 -"213380",79435,67763,3,299,822 -"213381",79435,68460,3,299,599 -"213382",79435,69830,3,299,378 -"213383",79435,71128,3,299,485 -"213384",79435,74409,3,299,2639 -"213385",79435,75502,3,299,1474 -"213386",79435,80728,3,299,599 -"213387",79435,84322,3,299,1635 -"213388",79435,87958,3,299,1234 -"213389",79435,91465,2,299,1047 -"213390",79435,93123,3,299,870 -"213391",79435,95211,3,299,2462 -"213392",79435,103536,3,299,475 -"213393",79435,104161,3,299,613 -"213394",79435,110737,3,299,2117 -"213395",79435,115194,3,299,604 -"213396",79436,145,3,1344,1998 -"213397",79436,380,3,1344,2261 -"213398",79436,913,3,1344,2144 -"213399",79436,1102,3,1344,2282 -"213400",79436,1592,2,1344,2006 -"213401",79436,1691,2,1344,1941 -"213402",79436,2011,3,1344,2176 -"213403",79436,2208,3,1344,2814 -"213404",79436,2572,3,1344,2273 -"213405",79436,2954,3,1344,2727 -"213406",79436,3163,3,1344,2020 -"213407",79436,3801,3,1344,1974 -"213408",79436,4690,3,1344,1938 -"213409",79436,5235,3,1344,2324 -"213410",79436,5258,3,1344,2730 -"213411",79436,5580,3,1344,2111 -"213412",79436,5839,3,1344,2301 -"213413",79436,6052,3,1344,1985 -"213414",79436,6074,3,1344,2426 -"213415",79436,6252,3,1344,2336 -"213416",79436,6390,3,1344,2385 -"213417",79436,6718,3,1344,2138 -"213418",79436,8866,3,1344,1545 -"213419",79436,9362,3,1344,2879 -"213420",79436,9654,2,1344,2111 -"213421",79436,9805,3,1344,1621 -"213422",79436,10513,3,1344,2284 -"213423",79436,11351,3,1344,2971 -"213424",79436,12602,3,1344,1956 -"213425",79436,12724,3,1344,1930 -"213426",79436,14108,3,1344,2012 -"213427",79436,14655,3,1344,2559 -"213428",79436,14731,3,1344,2012 -"213429",79436,14834,3,1344,2739 -"213430",79436,15207,3,1344,1855 -"213431",79436,15301,3,1344,2308 -"213432",79436,16535,3,1344,1993 -"213433",79436,18543,3,1344,2968 -"213434",79436,19173,3,1344,1686 -"213435",79436,19335,2,1344,1729 -"213436",79436,19718,2,1344,1702 -"213437",79436,19862,3,1344,2412 -"213438",79436,20407,2,1344,2339 -"213439",79436,21571,3,1344,2755 -"213440",79436,21682,1,1344,2414 -"213441",79436,21929,3,1344,2062 -"213442",79436,22567,3,1344,2396 -"213443",79436,23011,3,1344,2763 -"213444",79436,23132,3,1344,2756 -"213445",79436,24060,3,1344,2349 -"213446",79436,24198,3,1344,2217 -"213447",79436,25565,3,1344,2764 -"213448",79436,25816,3,1344,2088 -"213449",79436,27173,3,1344,2050 -"213450",79436,28303,3,1344,2089 -"213451",79436,29170,3,1344,1846 -"213452",79436,31235,3,1344,2668 -"213453",79436,33622,3,1344,2230 -"213454",79436,33981,2,1344,1993 -"213455",79436,36439,3,1344,2469 -"213456",79436,37509,3,1344,1640 -"213457",79436,38213,3,1344,1744 -"213458",79436,38780,3,1344,2705 -"213459",79436,40383,3,1344,2639 -"213460",79436,40493,2,1344,1981 -"213461",79436,42216,3,1344,2722 -"213462",79436,42619,3,1344,2017 -"213463",79436,43173,3,1344,2895 -"213464",79436,43213,3,1344,2160 -"213465",79436,45302,3,1344,2390 -"213466",79436,46950,3,1344,2673 -"213467",79436,46951,3,1344,2429 -"213468",79436,49110,3,1344,2938 -"213469",79436,49301,3,1344,1894 -"213470",79436,49620,3,1344,1868 -"213471",79436,50134,3,1344,2674 -"213472",79436,50179,1,1344,2230 -"213473",79436,51017,3,1344,2073 -"213474",79436,51035,3,1344,2397 -"213475",79436,51866,3,1344,2411 -"213476",79436,52136,3,1344,1412 -"213477",79436,52327,3,1344,1472 -"213478",79436,54663,3,1344,1424 -"213479",79436,56903,3,1344,1584 -"213480",79436,58508,3,1344,2326 -"213481",79436,67726,3,1344,2873 -"213482",79436,74636,3,1344,2525 -"213483",79436,80825,3,1344,2315 -"213484",79436,81588,3,1344,1568 -"213485",79436,83862,3,1344,2026 -"213486",79436,85356,3,1344,1492 -"213487",79436,86245,2,1344,1972 -"213488",79436,88232,2,1344,2881 -"213489",79436,94404,3,1344,1836 -"213490",79461,1685,2,1667,2230 -"213491",79461,22744,2,1667,1907 -"213492",79461,31794,3,1667,1919 -"213493",79461,53648,3,1667,2167 -"213494",79461,75207,3,1667,2235 -"213495",79461,76672,3,1667,1930 -"213496",79461,79547,3,1667,1909 -"213497",79472,341,3,1230,2689 -"213498",79472,952,3,1230,1991 -"213499",79472,10310,2,1230,2774 -"213500",79472,10870,3,1230,1755 -"213501",79472,11103,3,1230,2393 -"213502",79472,11493,2,1230,2077 -"213503",79472,12371,1,1230,1569 -"213504",79472,17351,3,1230,2036 -"213505",79472,19208,3,1230,2629 -"213506",79472,20331,2,1230,2365 -"213507",79472,20730,3,1230,2243 -"213508",79472,21566,2,1230,1234 -"213509",79472,22893,3,1230,1938 -"213510",79472,23006,2,1230,1532 -"213511",79472,24256,3,1230,2393 -"213512",79472,27195,3,1230,2158 -"213513",79472,28571,3,1230,1556 -"213514",79472,29930,2,1230,2240 -"213515",79472,33184,2,1230,2522 -"213516",79472,36441,3,1230,2796 -"213517",79472,41770,3,1230,2752 -"213518",79472,42799,3,1230,2729 -"213519",79472,44894,2,1230,2048 -"213520",79472,46043,2,1230,1358 -"213521",79472,62870,3,1230,1568 -"213522",79472,74818,3,1230,1440 -"213523",79472,80944,2,1230,2300 -"213524",79472,86883,3,1230,1623 -"213525",79472,101478,3,1230,1383 -"213526",79472,117956,3,1230,2774 -"213527",79477,7896,3,836,2447 -"213528",79477,9272,3,836,2835 -"213529",79477,9723,3,836,2302 -"213530",79477,11239,2,836,2181 -"213531",79477,11310,3,836,957 -"213532",79477,16029,3,836,1160 -"213533",79477,16684,3,836,1657 -"213534",79477,19364,3,836,2846 -"213535",79477,22709,3,836,2743 -"213536",79477,27195,3,836,2158 -"213537",79477,28432,2,836,1954 -"213538",79477,28923,2,836,2362 -"213539",79477,34831,3,836,1866 -"213540",79477,41240,3,836,2220 -"213541",79477,45355,3,836,1450 -"213542",79477,55472,3,836,1516 -"213543",79477,73553,3,836,2726 -"213544",79477,106449,3,836,862 -"213545",79480,30804,2,1376,1614 -"213546",79480,93609,2,1376,2252 -"213547",79501,12901,3,936,2136 -"213548",79501,46040,3,936,2105 -"213549",79501,48283,3,936,1290 -"213550",79525,49958,3,1646,1860 -"213551",79534,364,3,340,2351 -"213552",79534,680,3,340,2569 -"213553",79534,1349,3,340,1147 -"213554",79534,1780,3,340,1375 -"213555",79534,2351,3,340,1868 -"213556",79534,2747,2,340,2411 -"213557",79534,3254,3,340,1258 -"213558",79534,3978,3,340,2775 -"213559",79534,4144,3,340,1520 -"213560",79534,4612,3,340,2804 -"213561",79534,5484,3,340,582 -"213562",79534,5897,3,340,2337 -"213563",79534,7942,2,340,2623 -"213564",79534,7997,3,340,2049 -"213565",79534,9503,3,340,2453 -"213566",79534,9787,3,340,2858 -"213567",79534,10050,3,340,1792 -"213568",79534,10453,3,340,1656 -"213569",79534,10803,3,340,545 -"213570",79534,11588,3,340,2352 -"213571",79534,12781,3,340,831 -"213572",79534,13260,3,340,389 -"213573",79534,14599,3,340,1118 -"213574",79534,14998,1,340,1553 -"213575",79534,15153,3,340,1864 -"213576",79534,16176,2,340,2703 -"213577",79534,16501,3,340,1650 -"213578",79534,16502,2,340,1616 -"213579",79534,16877,3,340,2509 -"213580",79534,18122,3,340,894 -"213581",79534,18124,3,340,1642 -"213582",79534,19610,3,340,1236 -"213583",79534,19655,3,340,2706 -"213584",79534,20155,3,340,1517 -"213585",79534,20395,3,340,1468 -"213586",79534,20545,3,340,1491 -"213587",79534,20941,3,340,2725 -"213588",79534,21209,3,340,2184 -"213589",79534,21670,3,340,2158 -"213590",79534,23131,3,340,1732 -"213591",79534,23966,3,340,891 -"213592",79534,24302,3,340,407 -"213593",79534,25163,2,340,1751 -"213594",79534,27320,3,340,2378 -"213595",79534,27914,3,340,2507 -"213596",79534,28116,2,340,1643 -"213597",79534,29116,3,340,2128 -"213598",79534,29286,3,340,1612 -"213599",79534,29473,3,340,2602 -"213600",79534,29627,3,340,882 -"213601",79534,30525,3,340,1964 -"213602",79534,33017,3,340,1493 -"213603",79534,35822,3,340,1903 -"213604",79534,36346,3,340,1240 -"213605",79534,36737,3,340,829 -"213606",79534,37636,3,340,2178 -"213607",79534,38532,2,340,1234 -"213608",79534,39589,3,340,1292 -"213609",79534,41023,3,340,2408 -"213610",79534,41447,3,340,2405 -"213611",79534,42813,3,340,2142 -"213612",79534,42852,2,340,1316 -"213613",79534,44433,3,340,2224 -"213614",79534,44603,2,340,2748 -"213615",79534,44971,3,340,955 -"213616",79534,45355,3,340,1450 -"213617",79534,46384,3,340,2285 -"213618",79534,46486,3,340,1868 -"213619",79534,47013,2,340,2388 -"213620",79534,47839,3,340,1864 -"213621",79534,50278,3,340,1127 -"213622",79534,51151,3,340,1195 -"213623",79534,53810,3,340,842 -"213624",79534,54924,3,340,2603 -"213625",79534,58233,3,340,1665 -"213626",79534,58501,3,340,2613 -"213627",79534,60078,2,340,1750 -"213628",79534,60258,2,340,2405 -"213629",79534,61337,3,340,2777 -"213630",79534,62715,3,340,1838 -"213631",79534,63077,2,340,2778 -"213632",79534,67252,3,340,1215 -"213633",79534,67815,2,340,2476 -"213634",79534,71467,3,340,1051 -"213635",79534,72882,3,340,1330 -"213636",79534,76143,3,340,1610 -"213637",79534,76369,3,340,583 -"213638",79534,87206,3,340,1122 -"213639",79534,90658,3,340,523 -"213640",79534,92784,3,340,1257 -"213641",79534,92850,3,340,1971 -"213642",79534,95690,2,340,765 -"213643",79534,99298,3,340,679 -"213644",79534,104098,3,340,512 -"213645",79534,109194,3,340,494 -"213646",79534,110398,3,340,601 -"213647",79534,111790,1,340,905 -"213648",79547,1685,2,1909,2230 -"213649",79547,1822,3,1909,2888 -"213650",79547,2181,3,1909,2030 -"213651",79547,3477,2,1909,2546 -"213652",79547,6063,2,1909,2349 -"213653",79547,8993,3,1909,2099 -"213654",79547,9503,3,1909,2453 -"213655",79547,13899,3,1909,2650 -"213656",79547,14817,3,1909,2110 -"213657",79547,15023,3,1909,2054 -"213658",79547,19002,3,1909,2053 -"213659",79547,19317,3,1909,2041 -"213660",79547,20124,3,1909,2376 -"213661",79547,20984,3,1909,2502 -"213662",79547,21684,3,1909,1971 -"213663",79547,23498,3,1909,2398 -"213664",79547,31357,3,1909,2389 -"213665",79547,32339,3,1909,2430 -"213666",79547,32395,3,1909,2735 -"213667",79547,33223,2,1909,2397 -"213668",79547,33451,3,1909,1957 -"213669",79547,33470,3,1909,2003 -"213670",79547,37301,3,1909,2160 -"213671",79547,47595,3,1909,2374 -"213672",79547,51843,3,1909,2389 -"213673",79547,84317,3,1909,2081 -"213674",79567,3961,3,1942,2426 -"213675",79567,5239,3,1942,2875 -"213676",79567,7984,3,1942,2493 -"213677",79567,11477,3,1942,2724 -"213678",79567,15401,3,1942,1999 -"213679",79567,16801,3,1942,2008 -"213680",79567,20311,3,1942,1981 -"213681",79567,23132,3,1942,2756 -"213682",79567,32988,3,1942,2008 -"213683",79567,33801,3,1942,2899 -"213684",79567,36862,3,1942,2655 -"213685",79567,40432,3,1942,1956 -"213686",79567,42505,3,1942,2008 -"213687",79567,65155,3,1942,1947 -"213688",79567,65322,3,1942,2008 -"213689",79567,78150,3,1942,2581 -"213690",79567,92757,3,1942,2615 -"213691",79576,1629,2,624,1289 -"213692",79576,13333,3,624,845 -"213693",79588,33039,2,859,1759 -"213694",79596,3317,3,2004,2037 -"213695",79596,68592,2,2004,2551 -"213696",79612,499,2,927,1931 -"213697",79612,543,3,927,2203 -"213698",79612,602,3,927,2632 -"213699",79612,1055,3,927,1264 -"213700",79612,1592,3,927,2006 -"213701",79612,1691,3,927,1941 -"213702",79612,1777,3,927,1965 -"213703",79612,2036,3,927,2483 -"213704",79612,2684,3,927,2874 -"213705",79612,2754,3,927,1360 -"213706",79612,3167,3,927,1676 -"213707",79612,3175,3,927,1938 -"213708",79612,3255,3,927,2504 -"213709",79612,3460,2,927,2530 -"213710",79612,3830,3,927,1661 -"213711",79612,3896,3,927,2693 -"213712",79612,4191,3,927,2130 -"213713",79612,4226,3,927,1903 -"213714",79612,4723,3,927,1314 -"213715",79612,4821,3,927,1938 -"213716",79612,5346,3,927,1438 -"213717",79612,5462,3,927,2374 -"213718",79612,5504,3,927,2389 -"213719",79612,6390,3,927,2385 -"213720",79612,6491,3,927,2424 -"213721",79612,6942,2,927,1232 -"213722",79612,8275,3,927,2237 -"213723",79612,9311,3,927,2477 -"213724",79612,9751,3,927,1397 -"213725",79612,10843,3,927,2277 -"213726",79612,12374,3,927,2260 -"213727",79612,12976,3,927,2399 -"213728",79612,13724,3,927,1573 -"213729",79612,14108,3,927,2012 -"213730",79612,14422,2,927,1548 -"213731",79612,15207,3,927,1855 -"213732",79612,15453,1,927,1688 -"213733",79612,15636,3,927,2857 -"213734",79612,17357,3,927,1536 -"213735",79612,18502,3,927,1033 -"213736",79612,18543,3,927,2968 -"213737",79612,19453,3,927,1928 -"213738",79612,19637,3,927,1229 -"213739",79612,20311,3,927,1981 -"213740",79612,20407,3,927,2339 -"213741",79612,20494,2,927,1075 -"213742",79612,20824,3,927,1366 -"213743",79612,21104,3,927,2327 -"213744",79612,21364,3,927,1422 -"213745",79612,21448,3,927,2332 -"213746",79612,22006,3,927,1202 -"213747",79612,22311,3,927,2034 -"213748",79612,23534,3,927,1659 -"213749",79612,23787,3,927,2810 -"213750",79612,24286,3,927,1280 -"213751",79612,25643,3,927,1646 -"213752",79612,26218,3,927,2460 -"213753",79612,26451,3,927,2133 -"213754",79612,27478,3,927,2485 -"213755",79612,27792,2,927,1308 -"213756",79612,28808,3,927,1063 -"213757",79612,29073,3,927,2328 -"213758",79612,29170,2,927,1846 -"213759",79612,29683,3,927,2025 -"213760",79612,30746,3,927,1209 -"213761",79612,31799,3,927,2547 -"213762",79612,32606,3,927,2100 -"213763",79612,33010,3,927,2189 -"213764",79612,33356,2,927,1586 -"213765",79612,33433,3,927,2805 -"213766",79612,34136,3,927,2202 -"213767",79612,34842,3,927,2050 -"213768",79612,34899,3,927,2565 -"213769",79612,34945,3,927,1298 -"213770",79612,35186,3,927,1520 -"213771",79612,35256,3,927,2271 -"213772",79612,35529,3,927,1620 -"213773",79612,36439,2,927,2469 -"213774",79612,36646,3,927,2744 -"213775",79612,38755,2,927,2902 -"213776",79612,40293,2,927,1671 -"213777",79612,41021,3,927,978 -"213778",79612,41278,3,927,1873 -"213779",79612,41747,3,927,1722 -"213780",79612,42196,3,927,2765 -"213781",79612,42642,2,927,2257 -"213782",79612,46621,3,927,1343 -"213783",79612,48238,3,927,1194 -"213784",79612,48698,3,927,1474 -"213785",79612,50217,3,927,1211 -"213786",79612,51055,3,927,2558 -"213787",79612,53031,3,927,2065 -"213788",79612,53779,3,927,2000 -"213789",79612,54067,3,927,2433 -"213790",79612,55324,3,927,1544 -"213791",79612,57337,1,927,1443 -"213792",79612,57950,3,927,1529 -"213793",79612,57990,3,927,978 -"213794",79612,58035,3,927,1646 -"213795",79612,58133,2,927,1484 -"213796",79612,60386,2,927,1322 -"213797",79612,60516,3,927,2257 -"213798",79612,63395,3,927,2334 -"213799",79612,65316,2,927,1020 -"213800",79612,65625,3,927,1273 -"213801",79612,65703,3,927,1689 -"213802",79612,66726,2,927,2068 -"213803",79612,76396,3,927,1731 -"213804",79612,82767,3,927,1641 -"213805",79612,84268,3,927,1217 -"213806",79612,85444,3,927,944 -"213807",79612,86664,3,927,1146 -"213808",79612,88232,3,927,2881 -"213809",79612,89880,3,927,1938 -"213810",79612,90886,3,927,1548 -"213811",79612,94520,3,927,1243 -"213812",79612,97824,3,927,1229 -"213813",79612,99020,3,927,1383 -"213814",79612,107318,3,927,1963 -"213815",79612,108379,3,927,2933 -"213816",79622,1692,3,239,2443 -"213817",79622,5845,2,239,1552 -"213818",79622,7786,3,239,508 -"213819",79622,9440,2,239,1006 -"213820",79622,9801,3,239,2443 -"213821",79622,10964,3,239,2043 -"213822",79622,11019,2,239,1299 -"213823",79622,11067,3,239,2734 -"213824",79622,22256,3,239,829 -"213825",79622,24195,3,239,1575 -"213826",79622,34395,3,239,583 -"213827",79622,35620,3,239,2092 -"213828",79622,36120,3,239,2971 -"213829",79622,36506,2,239,2638 -"213830",79622,40675,3,239,1595 -"213831",79622,45461,3,239,2458 -"213832",79622,47384,3,239,1639 -"213833",79622,53668,3,239,2242 -"213834",79622,54006,3,239,518 -"213835",79622,55828,3,239,2393 -"213836",79622,79848,2,239,1629 -"213837",79622,111567,3,239,613 -"213838",79627,7847,3,2409,2424 -"213839",79627,9311,3,2409,2477 -"213840",79639,1393,3,1013,1706 -"213841",79639,2370,3,1013,1600 -"213842",79639,2407,3,1013,1725 -"213843",79639,3506,3,1013,2364 -"213844",79639,4723,3,1013,1314 -"213845",79639,4784,3,1013,2511 -"213846",79639,6020,3,1013,1864 -"213847",79639,7123,3,1013,1964 -"213848",79639,9088,3,1013,1881 -"213849",79639,9269,3,1013,1892 -"213850",79639,10610,3,1013,1427 -"213851",79639,16866,2,1013,2718 -"213852",79639,17925,3,1013,2385 -"213853",79639,18865,3,1013,2676 -"213854",79639,21142,2,1013,2414 -"213855",79639,21358,3,1013,1970 -"213856",79639,21920,1,1013,2367 -"213857",79639,22389,3,1013,2034 -"213858",79639,28648,3,1013,1586 -"213859",79639,31950,2,1013,2217 -"213860",79639,32629,3,1013,1789 -"213861",79639,34274,3,1013,1437 -"213862",79639,37765,3,1013,1134 -"213863",79639,41075,3,1013,1176 -"213864",79639,44744,3,1013,2032 -"213865",79639,45297,3,1013,1864 -"213866",79639,45449,1,1013,1610 -"213867",79639,45450,2,1013,1590 -"213868",79639,48823,3,1013,2080 -"213869",79639,48931,2,1013,2444 -"213870",79639,53293,3,1013,2916 -"213871",79639,53445,3,1013,2028 -"213872",79639,54488,3,1013,2357 -"213873",79639,57549,3,1013,2335 -"213874",79639,57804,3,1013,2214 -"213875",79639,61398,3,1013,2563 -"213876",79639,61921,3,1013,1793 -"213877",79639,63395,3,1013,2334 -"213878",79639,64737,2,1013,2442 -"213879",79639,66017,3,1013,1545 -"213880",79639,74054,3,1013,1488 -"213881",79639,80186,2,1013,2228 -"213882",79639,84235,3,1013,1639 -"213883",79639,84581,2,1013,1241 -"213884",79639,92084,3,1013,1134 -"213885",79639,92366,1,1013,1434 -"213886",79639,93642,2,1013,1120 -"213887",79639,96387,3,1013,2159 -"213888",79639,100084,1,1013,1964 -"213889",79639,103989,2,1013,1207 -"213890",79653,9362,3,2683,2879 -"213891",79653,14959,3,2683,2898 -"213892",79653,41770,3,2683,2752 -"213893",79653,43455,3,2683,2846 -"213894",79657,206,3,1260,1986 -"213895",79657,312,3,1260,2038 -"213896",79657,457,3,1260,1704 -"213897",79657,600,3,1260,1702 -"213898",79657,1036,3,1260,1367 -"213899",79657,1092,3,1260,1945 -"213900",79657,1102,3,1260,2282 -"213901",79657,1592,3,1260,2006 -"213902",79657,1691,2,1260,1941 -"213903",79657,2208,3,1260,2814 -"213904",79657,2684,2,1260,2874 -"213905",79657,3495,3,1260,2431 -"213906",79657,3947,3,1260,2067 -"213907",79657,5429,3,1260,1991 -"213908",79657,5580,3,1260,2111 -"213909",79657,6074,3,1260,2426 -"213910",79657,6252,3,1260,2336 -"213911",79657,6390,3,1260,2385 -"213912",79657,8192,3,1260,1670 -"213913",79657,9362,3,1260,2879 -"213914",79657,9654,3,1260,2111 -"213915",79657,9805,3,1260,1621 -"213916",79657,10222,3,1260,2212 -"213917",79657,11006,3,1260,1950 -"213918",79657,11055,2,1260,2111 -"213919",79657,11351,3,1260,2971 -"213920",79657,11440,3,1260,2026 -"213921",79657,11620,3,1260,2010 -"213922",79657,12374,3,1260,2260 -"213923",79657,14032,3,1260,2144 -"213924",79657,14072,2,1260,1346 -"213925",79657,14108,2,1260,2012 -"213926",79657,14676,3,1260,2764 -"213927",79657,14731,3,1260,2012 -"213928",79657,14972,3,1260,2332 -"213929",79657,15713,3,1260,1646 -"213930",79657,16201,3,1260,1811 -"213931",79657,17381,3,1260,1697 -"213932",79657,18277,3,1260,2309 -"213933",79657,18543,3,1260,2968 -"213934",79657,19248,2,1260,2357 -"213935",79657,19719,3,1260,2177 -"213936",79657,19937,3,1260,1587 -"213937",79657,20311,3,1260,1981 -"213938",79657,20407,3,1260,2339 -"213939",79657,21246,3,1260,1612 -"213940",79657,22586,3,1260,1341 -"213941",79657,24198,3,1260,2217 -"213942",79657,24256,3,1260,2393 -"213943",79657,24753,3,1260,2860 -"213944",79657,25198,3,1260,1982 -"213945",79657,25289,3,1260,1790 -"213946",79657,25565,3,1260,2764 -"213947",79657,26570,3,1260,1669 -"213948",79657,26793,3,1260,2104 -"213949",79657,27195,3,1260,2158 -"213950",79657,27501,3,1260,1981 -"213951",79657,27694,3,1260,2030 -"213952",79657,29930,3,1260,2240 -"213953",79657,33380,3,1260,2340 -"213954",79657,33622,1,1260,2230 -"213955",79657,35481,3,1260,2211 -"213956",79657,36439,3,1260,2469 -"213957",79657,37509,2,1260,1640 -"213958",79657,38213,3,1260,1744 -"213959",79657,39556,3,1260,2747 -"213960",79657,41607,3,1260,2802 -"213961",79657,42619,3,1260,2017 -"213962",79657,43226,3,1260,2442 -"213963",79657,46621,3,1260,1343 -"213964",79657,48605,3,1260,2796 -"213965",79657,48754,3,1260,1972 -"213966",79657,49470,3,1260,1528 -"213967",79657,49620,3,1260,1868 -"213968",79657,52136,3,1260,1412 -"213969",79657,52327,3,1260,1472 -"213970",79657,52345,3,1260,1430 -"213971",79657,53219,3,1260,2973 -"213972",79657,54855,3,1260,1525 -"213973",79657,56116,3,1260,1321 -"213974",79657,57732,3,1260,2454 -"213975",79657,58221,3,1260,1787 -"213976",79657,61982,3,1260,2725 -"213977",79657,62841,3,1260,2710 -"213978",79657,64232,3,1260,1275 -"213979",79657,65625,3,1260,1273 -"213980",79657,74605,2,1260,2265 -"213981",79657,74636,3,1260,2525 -"213982",79657,76646,3,1260,1263 -"213983",79657,88232,3,1260,2881 -"213984",79657,95288,3,1260,1602 -"213985",79657,99152,3,1260,1698 -"213986",79657,100432,2,1260,1358 -"213987",79657,102400,3,1260,1761 -"213988",79657,106318,3,1260,1698 -"213989",79657,108430,3,1260,1642 -"213990",79689,5315,3,1184,2631 -"213991",79689,7127,3,1184,2352 -"213992",79689,7292,3,1184,1988 -"213993",79689,10779,3,1184,2881 -"213994",79689,13388,3,1184,2119 -"213995",79689,18874,3,1184,2170 -"213996",79689,20067,3,1184,2390 -"213997",79689,20259,3,1184,2751 -"213998",79689,20893,3,1184,2695 -"213999",79689,22207,3,1184,2365 -"214000",79689,29930,3,1184,2240 -"214001",79689,35529,3,1184,1620 -"214002",79689,41955,3,1184,2479 -"214003",79689,51863,3,1184,1395 -"214004",79689,53134,3,1184,1590 -"214005",79689,62488,3,1184,1418 -"214006",79689,76356,3,1184,2323 -"214007",79689,101338,3,1184,1319 -"214008",79694,49621,3,948,1915 -"214009",79694,53905,1,948,2193 -"214010",79699,1785,3,1735,2350 -"214011",79699,2282,3,1735,2056 -"214012",79699,2927,3,1735,1789 -"214013",79699,9269,3,1735,1892 -"214014",79699,13340,3,1735,1918 -"214015",79699,23498,3,1735,2398 -"214016",79699,23560,2,1735,2051 -"214017",79699,41098,3,1735,1857 -"214018",79699,42407,3,1735,2408 -"214019",79699,47882,3,1735,2769 -"214020",79699,70011,3,1735,2690 -"214021",79699,73520,3,1735,2613 -"214022",79699,77719,3,1735,2086 -"214023",79699,78277,2,1735,1937 -"214024",79699,80970,3,1735,2069 -"214025",79700,26706,2,1029,1846 -"214026",79700,49189,3,1029,1550 -"214027",79700,84076,1,1029,1106 -"214028",79700,99103,3,1029,1470 -"214029",79746,4188,3,2272,2963 -"214030",79746,20011,3,2272,2826 -"214031",79746,30194,2,2272,2874 -"214032",79772,1222,3,1230,2598 -"214033",79772,2443,3,1230,2333 -"214034",79772,2802,3,1230,1836 -"214035",79772,4194,3,1230,1641 -"214036",79772,5414,3,1230,2321 -"214037",79772,6262,3,1230,2733 -"214038",79772,8525,3,1230,1787 -"214039",79772,9808,3,1230,1648 -"214040",79772,11506,3,1230,2824 -"214041",79772,11897,3,1230,1271 -"214042",79772,12116,3,1230,2119 -"214043",79772,13150,3,1230,1570 -"214044",79772,15047,3,1230,1697 -"214045",79772,17884,3,1230,1677 -"214046",79772,18466,3,1230,2340 -"214047",79772,19190,3,1230,2677 -"214048",79772,20604,3,1230,1684 -"214049",79772,42280,3,1230,2266 -"214050",79772,43768,3,1230,1468 -"214051",79772,54061,3,1230,1488 -"214052",79772,56168,2,1230,1466 -"214053",79772,63525,2,1230,2741 -"214054",79772,66017,3,1230,1545 -"214055",79772,76997,3,1230,2223 -"214056",79772,79793,1,1230,1915 -"214057",79772,83334,3,1230,1708 -"214058",79772,94339,3,1230,2768 -"214059",79772,99194,3,1230,1271 -"214060",79793,1222,3,1915,2598 -"214061",79793,2443,3,1915,2333 -"214062",79793,5414,3,1915,2321 -"214063",79793,6262,3,1915,2733 -"214064",79793,11506,3,1915,2824 -"214065",79793,12116,3,1915,2119 -"214066",79793,18466,3,1915,2340 -"214067",79793,19190,3,1915,2677 -"214068",79793,42280,3,1915,2266 -"214069",79793,63525,3,1915,2741 -"214070",79793,76997,3,1915,2223 -"214071",79793,94339,3,1915,2768 -"214072",79804,270,2,2227,2542 -"214073",79804,2424,3,2227,2582 -"214074",79804,3305,3,2227,2839 -"214075",79804,3493,3,2227,2451 -"214076",79804,3966,3,2227,2425 -"214077",79804,4701,3,2227,2401 -"214078",79804,5235,3,2227,2324 -"214079",79804,5504,3,2227,2389 -"214080",79804,6044,2,2227,2744 -"214081",79804,6390,3,2227,2385 -"214082",79804,7515,2,2227,2737 -"214083",79804,9184,3,2227,2670 -"214084",79804,9624,3,2227,2398 -"214085",79804,12374,3,2227,2260 -"214086",79804,18361,3,2227,2968 -"214087",79804,18394,2,2227,2356 -"214088",79804,19622,3,2227,2371 -"214089",79804,20124,3,2227,2376 -"214090",79804,21012,3,2227,2325 -"214091",79804,22197,3,2227,2271 -"214092",79804,23132,3,2227,2756 -"214093",79804,23509,3,2227,2275 -"214094",79804,23725,3,2227,2378 -"214095",79804,26848,3,2227,2363 -"214096",79804,28179,3,2227,2689 -"214097",79804,35402,3,2227,2339 -"214098",79804,41972,3,2227,2509 -"214099",79804,43455,3,2227,2846 -"214100",79804,43518,3,2227,2680 -"214101",79804,46629,3,2227,2255 -"214102",79804,47445,3,2227,2668 -"214103",79804,50236,3,2227,2339 -"214104",79804,56082,2,2227,2395 -"214105",79804,56237,3,2227,2625 -"214106",79804,61982,3,2227,2725 -"214107",79804,62219,3,2227,2494 -"214108",79804,68215,3,2227,2727 -"214109",79804,72207,3,2227,2430 -"214110",79804,73305,3,2227,2544 -"214111",79804,92322,3,2227,2393 -"214112",79804,117956,3,2227,2774 -"214113",79815,1136,3,1713,2536 -"214114",79815,14676,3,1713,2764 -"214115",79815,14943,3,1713,1942 -"214116",79815,16801,3,1713,2008 -"214117",79815,32988,3,1713,2008 -"214118",79815,33433,3,1713,2805 -"214119",79815,42216,3,1713,2722 -"214120",79815,47248,3,1713,2883 -"214121",79815,48215,3,1713,2028 -"214122",79815,65322,3,1713,2008 -"214123",79815,115037,3,1713,1788 -"214124",79822,1560,3,1508,2013 -"214125",79822,8525,2,1508,1787 -"214126",79822,9716,3,1508,1929 -"214127",79822,12228,3,1508,2034 -"214128",79822,14025,3,1508,2384 -"214129",79822,15075,2,1508,2252 -"214130",79822,15088,3,1508,2906 -"214131",79822,18954,3,1508,2364 -"214132",79822,29824,3,1508,2772 -"214133",79822,49621,3,1508,1915 -"214134",79822,53537,2,1508,2428 -"214135",79822,56737,2,1508,2270 -"214136",79822,79036,2,1508,2524 -"214137",79822,81113,3,1508,1914 -"214138",79822,96349,2,1508,1874 -"214139",79837,854,3,1252,2307 -"214140",79837,2294,3,1252,1638 -"214141",79837,4121,2,1252,1304 -"214142",79837,4504,3,1252,1905 -"214143",79837,8860,2,1252,2141 -"214144",79837,10352,2,1252,1371 -"214145",79837,13324,3,1252,2163 -"214146",79837,13479,3,1252,2155 -"214147",79837,13808,3,1252,1356 -"214148",79837,13835,3,1252,1588 -"214149",79837,16641,2,1252,1359 -"214150",79837,18706,3,1252,1617 -"214151",79837,18891,1,1252,1596 -"214152",79837,21479,2,1252,2134 -"214153",79837,26234,2,1252,2183 -"214154",79837,30236,3,1252,2238 -"214155",79837,32549,3,1252,2111 -"214156",79837,34094,3,1252,1360 -"214157",79837,34528,3,1252,1323 -"214158",79837,36637,1,1252,2085 -"214159",79837,38732,3,1252,2263 -"214160",79837,40707,3,1252,1547 -"214161",79837,46506,3,1252,2464 -"214162",79837,61188,3,1252,2134 -"214163",79837,63147,2,1252,1477 -"214164",79837,65572,3,1252,2750 -"214165",79837,73172,3,1252,2496 -"214166",79837,82409,3,1252,1881 -"214167",79837,83860,3,1252,1522 -"214168",79837,94404,3,1252,1836 -"214169",79837,96653,3,1252,1917 -"214170",79837,98080,2,1252,1265 -"214171",79848,1692,3,1629,2443 -"214172",79848,9801,3,1629,2443 -"214173",79848,10964,3,1629,2043 -"214174",79848,11067,3,1629,2734 -"214175",79848,35620,3,1629,2092 -"214176",79848,36120,3,1629,2971 -"214177",79848,36506,2,1629,2638 -"214178",79848,45461,3,1629,2458 -"214179",79848,47384,3,1629,1639 -"214180",79848,53668,3,1629,2242 -"214181",79848,55828,3,1629,2393 -"214182",79874,1574,3,1570,1718 -"214183",79874,1624,3,1570,2687 -"214184",79874,2443,3,1570,2333 -"214185",79874,3819,3,1570,1583 -"214186",79874,5064,2,1570,1690 -"214187",79874,9269,2,1570,1892 -"214188",79874,9895,3,1570,1960 -"214189",79874,9910,3,1570,2526 -"214190",79874,9948,3,1570,2019 -"214191",79874,10146,3,1570,1878 -"214192",79874,15813,3,1570,2143 -"214193",79874,16347,3,1570,1868 -"214194",79874,20695,3,1570,2526 -"214195",79874,23098,3,1570,2300 -"214196",79874,24256,3,1570,2393 -"214197",79874,26740,2,1570,2695 -"214198",79874,29930,3,1570,2240 -"214199",79874,30096,3,1570,2082 -"214200",79874,31159,3,1570,2231 -"214201",79874,31295,3,1570,2183 -"214202",79874,31705,3,1570,2706 -"214203",79874,34331,1,1570,1727 -"214204",79874,36709,3,1570,1629 -"214205",79874,38602,3,1570,2693 -"214206",79874,38697,3,1570,2701 -"214207",79874,39009,3,1570,1594 -"214208",79874,44744,3,1570,2032 -"214209",79874,45449,3,1570,1610 -"214210",79874,52530,3,1570,1737 -"214211",79874,53584,3,1570,2391 -"214212",79874,55261,3,1570,1915 -"214213",79874,56364,2,1570,1626 -"214214",79874,64628,3,1570,2829 -"214215",79874,69453,3,1570,2831 -"214216",79874,77719,3,1570,2086 -"214217",79874,82206,3,1570,1597 -"214218",79874,84591,2,1570,1685 -"214219",79874,92630,2,1570,1583 -"214220",79874,93553,3,1570,2537 -"214221",79878,2446,3,1130,2606 -"214222",79878,5599,3,1130,1684 -"214223",79878,12067,3,1130,1213 -"214224",79878,19433,3,1130,2504 -"214225",79878,32606,2,1130,2100 -"214226",79878,39062,3,1130,2020 -"214227",79909,3961,3,1059,2426 -"214228",79909,4289,2,1059,1921 -"214229",79909,24240,3,1059,1755 -"214230",79909,24756,3,1059,2530 -"214231",79909,29899,3,1059,2375 -"214232",79909,37934,3,1059,1595 -"214233",79909,38227,3,1059,2511 -"214234",79913,1785,3,1514,2350 -"214235",79913,3360,3,1514,1583 -"214236",79913,6234,3,1514,2654 -"214237",79913,6235,3,1514,1585 -"214238",79913,10119,1,1514,2374 -"214239",79913,10400,3,1514,1517 -"214240",79913,14838,2,1514,1746 -"214241",79913,15558,3,1514,2389 -"214242",79913,16524,3,1514,1556 -"214243",79913,19002,3,1514,2053 -"214244",79913,23728,3,1514,2601 -"214245",79913,23771,3,1514,1614 -"214246",79913,23802,3,1514,1713 -"214247",79913,30194,2,1514,2874 -"214248",79913,32079,3,1514,2315 -"214249",79913,32576,3,1514,2881 -"214250",79913,32939,3,1514,2277 -"214251",79913,33363,3,1514,2475 -"214252",79913,33460,3,1514,2781 -"214253",79913,34576,2,1514,1727 -"214254",79913,36491,3,1514,1781 -"214255",79913,41521,3,1514,2069 -"214256",79913,42136,3,1514,2551 -"214257",79913,44730,3,1514,2468 -"214258",79913,45664,3,1514,2235 -"214259",79913,51173,3,1514,1829 -"214260",79913,53648,3,1514,2167 -"214261",79913,57804,3,1514,2214 -"214262",79913,59432,2,1514,2553 -"214263",79913,65568,2,1514,1699 -"214264",79913,76997,3,1514,2223 -"214265",79913,77057,3,1514,1866 -"214266",79913,77095,3,1514,1622 -"214267",79913,82246,3,1514,1538 -"214268",79913,96387,3,1514,2159 -"214269",79913,102581,3,1514,1813 -"214270",79918,4303,3,1672,2414 -"214271",79918,4983,3,1672,1909 -"214272",79918,8890,3,1672,1955 -"214273",79918,12818,3,1672,2015 -"214274",79918,14623,3,1672,2043 -"214275",79918,14626,3,1672,2175 -"214276",79918,23302,3,1672,2677 -"214277",79918,23325,2,1672,2779 -"214278",79918,24610,3,1672,2733 -"214279",79918,30317,3,1672,2431 -"214280",79918,32939,3,1672,2277 -"214281",79918,34742,3,1672,1883 -"214282",79918,45030,3,1672,2776 -"214283",79918,52483,3,1672,2317 -"214284",79918,64174,3,1672,2377 -"214285",79918,65658,3,1672,2030 -"214286",79937,7970,2,554,1197 -"214287",79937,10401,2,554,863 -"214288",79937,16201,3,554,1811 -"214289",79937,19862,3,554,2412 -"214290",79937,22180,2,554,1835 -"214291",79937,22181,3,554,1274 -"214292",79937,22455,3,554,1197 -"214293",79937,26907,1,554,697 -"214294",79937,28635,3,554,2368 -"214295",79937,39556,3,554,2747 -"214296",79937,43635,3,554,1196 -"214297",79937,57732,3,554,2454 -"214298",79937,66747,2,554,1273 -"214299",79937,85397,2,554,1219 -"214300",79937,99152,1,554,1698 -"214301",79937,106318,2,554,1698 -"214302",79965,37915,2,1278,1905 -"214303",79965,41607,3,1278,2802 -"214304",79965,57380,3,1278,2362 -"214305",79965,57405,3,1278,2344 -"214306",79965,81014,3,1278,1925 -"214307",79965,93933,3,1278,1336 -"214308",79965,102284,3,1278,2877 -"214309",79965,108581,1,1278,2658 -"214310",79985,11136,3,1465,2573 -"214311",79985,19073,3,1465,2748 -"214312",79985,33949,3,1465,2489 -"214313",79985,43204,3,1465,1680 -"214314",79985,76391,3,1465,1536 -"214315",79988,1050,3,212,1185 -"214316",79988,15632,3,212,1242 -"214317",79988,22165,3,212,1501 -"214318",79988,41278,3,212,1873 -"214319",79988,45186,3,212,835 -"214320",79988,55185,3,212,922 -"214321",79988,62488,3,212,1418 -"214322",79988,64427,3,212,535 -"214323",79988,67788,2,212,837 -"214324",79988,87603,3,212,535 -"214325",79998,9331,2,821,2269 -"214326",79998,11419,3,821,1408 -"214327",79998,17351,3,821,2036 -"214328",79998,17549,3,821,2647 -"214329",79998,17632,3,821,1947 -"214330",79998,20419,3,821,1587 -"214331",79998,24456,3,821,1238 -"214332",79998,44688,3,821,2924 -"214333",79998,55349,3,821,826 -"214334",79998,79364,2,821,834 -"214335",79998,80979,3,821,1142 -"214336",79998,100321,3,821,1142 -"214337",80009,41393,3,1640,1915 -"214338",80009,61980,2,1640,2392 -"214339",80014,997,3,1562,2788 -"214340",80014,1102,3,1562,2282 -"214341",80014,1875,2,1562,1786 -"214342",80014,2572,3,1562,2273 -"214343",80014,3139,3,1562,1656 -"214344",80014,4671,3,1562,2280 -"214345",80014,5971,3,1562,1985 -"214346",80014,7406,3,1562,1906 -"214347",80014,7858,3,1562,1795 -"214348",80014,9695,2,1562,2143 -"214349",80014,12564,3,1562,2799 -"214350",80014,12724,3,1562,1930 -"214351",80014,16352,3,1562,2657 -"214352",80014,16725,3,1562,2830 -"214353",80014,22197,3,1562,2271 -"214354",80014,26867,3,1562,1804 -"214355",80014,42129,3,1562,2318 -"214356",80014,42216,3,1562,2722 -"214357",80014,45302,3,1562,2390 -"214358",80014,48571,3,1562,2717 -"214359",80014,50236,3,1562,2339 -"214360",80014,51017,3,1562,2073 -"214361",80014,51035,3,1562,2397 -"214362",80014,56082,3,1562,2395 -"214363",80014,57549,3,1562,2335 -"214364",80014,82409,3,1562,1881 -"214365",80039,42,3,49,2265 -"214366",80039,1090,3,49,2370 -"214367",80039,1321,3,49,2075 -"214368",80039,1469,3,49,1160 -"214369",80039,1676,3,49,1198 -"214370",80039,2166,3,49,2557 -"214371",80039,7078,3,49,2344 -"214372",80039,10012,3,49,89 -"214373",80039,16497,3,49,2370 -"214374",80039,19528,2,49,2742 -"214375",80039,21095,3,49,856 -"214376",80039,24348,3,49,103 -"214377",80039,26608,2,49,2329 -"214378",80039,27478,3,49,2485 -"214379",80039,28216,3,49,1910 -"214380",80039,30386,3,49,1833 -"214381",80039,32409,3,49,857 -"214382",80039,38048,3,49,867 -"214383",80039,40913,3,49,1800 -"214384",80039,47293,3,49,929 -"214385",80039,49965,3,49,2301 -"214386",80039,51414,3,49,929 -"214387",80039,53031,2,49,2065 -"214388",80039,55828,3,49,2393 -"214389",80039,63637,3,49,498 -"214390",80039,90837,3,49,825 -"214391",80039,93615,3,49,2386 -"214392",80061,9912,2,1223,1356 -"214393",80061,11135,2,1223,2441 -"214394",80061,11429,3,1223,2520 -"214395",80061,13024,3,1223,2468 -"214396",80061,15502,3,1223,2637 -"214397",80061,19687,3,1223,2072 -"214398",80061,21976,3,1223,1808 -"214399",80061,24116,3,1223,1413 -"214400",80061,24441,3,1223,2256 -"214401",80061,25886,3,1223,1580 -"214402",80061,41051,3,1223,2767 -"214403",80061,45487,2,1223,2256 -"214404",80061,47827,2,1223,1957 -"214405",80061,51448,3,1223,1593 -"214406",80061,89955,3,1223,1452 -"214407",80061,93670,3,1223,1682 -"214408",80061,95211,3,1223,2462 -"214409",80117,1570,2,1140,2028 -"214410",80117,3678,3,1140,1325 -"214411",80117,7648,3,1140,1861 -"214412",80117,10755,1,1140,1742 -"214413",80117,10756,2,1140,2207 -"214414",80117,14442,3,1140,2700 -"214415",80117,17768,3,1140,2468 -"214416",80117,25678,3,1140,1558 -"214417",80117,44466,3,1140,1607 -"214418",80117,46849,3,1140,1238 -"214419",80117,59289,3,1140,2896 -"214420",80130,1708,3,132,1591 -"214421",80130,2443,3,132,2333 -"214422",80130,2647,3,132,2450 -"214423",80130,6295,2,132,856 -"214424",80130,7604,2,132,1366 -"214425",80130,9269,2,132,1892 -"214426",80130,9740,3,132,2233 -"214427",80130,9895,2,132,1960 -"214428",80130,9910,2,132,2526 -"214429",80130,9948,2,132,2019 -"214430",80130,12473,3,132,801 -"214431",80130,12632,2,132,1174 -"214432",80130,12914,2,132,1557 -"214433",80130,13551,3,132,1451 -"214434",80130,14212,3,132,857 -"214435",80130,14442,3,132,2700 -"214436",80130,15281,3,132,810 -"214437",80130,15926,1,132,545 -"214438",80130,16347,2,132,1868 -"214439",80130,18061,3,132,160 -"214440",80130,19358,3,132,880 -"214441",80130,20695,1,132,2526 -"214442",80130,20819,3,132,213 -"214443",80130,21044,2,132,1574 -"214444",80130,25345,2,132,713 -"214445",80130,25678,3,132,1558 -"214446",80130,26740,3,132,2695 -"214447",80130,32070,3,132,950 -"214448",80130,32966,2,132,1583 -"214449",80130,34331,3,132,1727 -"214450",80130,37178,3,132,166 -"214451",80130,38697,2,132,2701 -"214452",80130,39009,3,132,1594 -"214453",80130,39507,3,132,793 -"214454",80130,42382,3,132,2224 -"214455",80130,43725,3,132,935 -"214456",80130,43768,3,132,1468 -"214457",80130,44744,3,132,2032 -"214458",80130,46568,2,132,822 -"214459",80130,46616,3,132,1917 -"214460",80130,47607,3,132,2724 -"214461",80130,49284,3,132,218 -"214462",80130,49379,2,132,1573 -"214463",80130,49708,2,132,1147 -"214464",80130,51505,3,132,1572 -"214465",80130,53020,3,132,2747 -"214466",80130,53584,3,132,2391 -"214467",80130,54737,3,132,326 -"214468",80130,55261,3,132,1915 -"214469",80130,56168,3,132,1466 -"214470",80130,56364,2,132,1626 -"214471",80130,59143,3,132,359 -"214472",80130,63329,3,132,639 -"214473",80130,63631,3,132,763 -"214474",80130,64803,3,132,841 -"214475",80130,68262,2,132,441 -"214476",80130,69453,3,132,2831 -"214477",80130,76796,2,132,1140 -"214478",80130,77167,3,132,836 -"214479",80130,79874,3,132,1570 -"214480",80130,80801,3,132,1250 -"214481",80130,83334,3,132,1708 -"214482",80130,84591,2,132,1685 -"214483",80130,84601,3,132,802 -"214484",80130,85926,3,132,907 -"214485",80130,87733,3,132,235 -"214486",80130,87915,1,132,1152 -"214487",80130,92630,3,132,1583 -"214488",80130,101381,1,132,977 -"214489",80130,101666,3,132,1257 -"214490",80130,106409,2,132,265 -"214491",80130,107467,3,132,1524 -"214492",80130,115905,3,132,274 -"214493",80130,119241,3,132,152 -"214494",80143,30095,3,130,1578 -"214495",80143,88535,3,130,1229 -"214496",80156,3127,3,1667,2273 -"214497",80156,4612,3,1667,2804 -"214498",80156,4668,2,1667,1919 -"214499",80156,4669,2,1667,2395 -"214500",80156,7252,2,1667,2799 -"214501",80156,7337,3,1667,1797 -"214502",80156,7785,3,1667,2441 -"214503",80156,7942,3,1667,2623 -"214504",80156,8568,3,1667,2706 -"214505",80156,9332,3,1667,2734 -"214506",80156,9785,3,1667,2951 -"214507",80156,9787,3,1667,2858 -"214508",80156,10980,3,1667,1974 -"214509",80156,11563,3,1667,1863 -"214510",80156,11648,3,1667,2852 -"214511",80156,12361,3,1667,2732 -"214512",80156,12948,3,1667,2669 -"214513",80156,14749,3,1667,1998 -"214514",80156,14817,3,1667,2110 -"214515",80156,16286,3,1667,2470 -"214516",80156,17033,3,1667,2771 -"214517",80156,18415,3,1667,2184 -"214518",80156,20124,3,1667,2376 -"214519",80156,23131,3,1667,1732 -"214520",80156,27742,2,1667,2700 -"214521",80156,27914,3,1667,2507 -"214522",80156,28869,2,1667,2425 -"214523",80156,29818,3,1667,1677 -"214524",80156,30525,3,1667,1964 -"214525",80156,31868,3,1667,1993 -"214526",80156,32532,3,1667,2338 -"214527",80156,32942,3,1667,2038 -"214528",80156,35728,3,1667,2017 -"214529",80156,36183,3,1667,2117 -"214530",80156,36487,3,1667,2622 -"214531",80156,36953,3,1667,2790 -"214532",80156,42813,3,1667,2142 -"214533",80156,45869,3,1667,2840 -"214534",80156,46486,3,1667,1868 -"214535",80156,50509,3,1667,2050 -"214536",80156,54775,3,1667,2383 -"214537",80156,56538,3,1667,2796 -"214538",80156,56995,3,1667,2323 -"214539",80156,58655,3,1667,2685 -"214540",80156,61125,3,1667,1673 -"214541",80156,111375,3,1667,2686 -"214542",80162,4313,3,1601,2368 -"214543",80162,20056,3,1601,1824 -"214544",80162,21976,3,1601,1808 -"214545",80162,31170,2,1601,1776 -"214546",80162,62334,3,1601,1766 -"214547",80172,675,3,1342,1686 -"214548",80172,701,3,1342,2718 -"214549",80172,1046,3,1342,1881 -"214550",80172,1136,3,1342,2536 -"214551",80172,3242,3,1342,1730 -"214552",80172,4191,3,1342,2130 -"214553",80172,4618,3,1342,2607 -"214554",80172,5725,3,1342,2789 -"214555",80172,6363,3,1342,2066 -"214556",80172,14972,3,1342,2332 -"214557",80172,19248,3,1342,2357 -"214558",80172,20824,3,1342,1366 -"214559",80172,22884,3,1342,1608 -"214560",80172,25198,3,1342,1982 -"214561",80172,25341,3,1342,1858 -"214562",80172,25643,3,1342,1646 -"214563",80172,26570,3,1342,1669 -"214564",80172,27753,3,1342,2750 -"214565",80172,31799,3,1342,2547 -"214566",80172,33672,3,1342,2396 -"214567",80172,34492,3,1342,1798 -"214568",80172,34815,2,1342,2354 -"214569",80172,37620,3,1342,2716 -"214570",80172,39535,3,1342,2428 -"214571",80172,39880,3,1342,1620 -"214572",80172,40293,3,1342,1671 -"214573",80172,51041,3,1342,2606 -"214574",80172,58035,2,1342,1646 -"214575",80172,59438,3,1342,2400 -"214576",80172,64997,3,1342,2791 -"214577",80172,82767,3,1342,1641 -"214578",80172,92491,3,1342,1968 -"214579",80186,4784,3,2228,2511 -"214580",80186,16866,3,2228,2718 -"214581",80186,21142,3,2228,2414 -"214582",80186,21920,2,2228,2367 -"214583",80186,48931,3,2228,2444 -"214584",80186,64737,3,2228,2442 -"214585",80190,9272,3,2717,2835 -"214586",80190,71618,3,2717,2960 -"214587",80219,23,3,988,1682 -"214588",80219,470,3,988,2285 -"214589",80219,600,2,988,1702 -"214590",80219,687,3,988,1664 -"214591",80219,913,3,988,2144 -"214592",80219,1196,3,988,1986 -"214593",80219,1367,3,988,2176 -"214594",80219,2322,3,988,1645 -"214595",80219,3164,3,988,2693 -"214596",80219,3961,3,988,2426 -"214597",80219,3966,3,988,2425 -"214598",80219,4084,3,988,2133 -"214599",80219,4889,3,988,1501 -"214600",80219,4953,3,988,2285 -"214601",80219,5072,3,988,2175 -"214602",80219,5315,3,988,2631 -"214603",80219,5346,3,988,1438 -"214604",80219,5350,3,988,2522 -"214605",80219,5622,3,988,2175 -"214606",80219,5716,1,988,1058 -"214607",80219,5798,3,988,1779 -"214608",80219,5971,3,988,1985 -"214609",80219,5984,2,988,1675 -"214610",80219,5986,2,988,1721 -"214611",80219,6030,3,988,2953 -"214612",80219,6047,3,988,2004 -"214613",80219,6162,3,988,1673 -"214614",80219,6324,2,988,1990 -"214615",80219,6417,2,988,1675 -"214616",80219,6940,3,988,1183 -"214617",80219,7087,3,988,2356 -"214618",80219,7196,3,988,1508 -"214619",80219,7245,3,988,2089 -"214620",80219,7515,3,988,2737 -"214621",80219,8525,3,988,1787 -"214622",80219,9184,3,988,2670 -"214623",80219,9678,3,988,1217 -"214624",80219,9808,3,988,1648 -"214625",80219,9928,3,988,2345 -"214626",80219,10358,3,988,2294 -"214627",80219,10433,3,988,2075 -"214628",80219,10717,3,988,1938 -"214629",80219,10857,3,988,2253 -"214630",80219,10870,3,988,1755 -"214631",80219,11103,3,988,2393 -"214632",80219,11218,2,988,2292 -"214633",80219,11434,3,988,1187 -"214634",80219,11493,3,988,2077 -"214635",80219,11516,3,988,1937 -"214636",80219,11966,3,988,2385 -"214637",80219,12035,3,988,2721 -"214638",80219,12042,2,988,2345 -"214639",80219,12199,3,988,1651 -"214640",80219,12371,3,988,1569 -"214641",80219,13248,3,988,1385 -"214642",80219,13311,3,988,2315 -"214643",80219,14032,3,988,2144 -"214644",80219,14072,3,988,1346 -"214645",80219,14080,3,988,1351 -"214646",80219,14972,2,988,2332 -"214647",80219,15207,3,988,1855 -"214648",80219,15301,3,988,2308 -"214649",80219,16096,3,988,2301 -"214650",80219,16352,2,988,2657 -"214651",80219,17381,3,988,1697 -"214652",80219,17400,2,988,2231 -"214653",80219,17626,3,988,1265 -"214654",80219,17698,3,988,1559 -"214655",80219,17934,3,988,1059 -"214656",80219,18142,3,988,1078 -"214657",80219,18348,1,988,1711 -"214658",80219,18361,3,988,2968 -"214659",80219,18415,3,988,2184 -"214660",80219,19733,3,988,1907 -"214661",80219,21571,3,988,2755 -"214662",80219,21872,3,988,2458 -"214663",80219,22566,3,988,2308 -"214664",80219,23006,3,988,1532 -"214665",80219,23132,3,988,2756 -"214666",80219,23159,3,988,1548 -"214667",80219,23310,1,988,2371 -"214668",80219,23395,3,988,1948 -"214669",80219,23918,3,988,1881 -"214670",80219,24146,3,988,2003 -"214671",80219,24169,3,988,1663 -"214672",80219,24256,3,988,2393 -"214673",80219,24568,2,988,1937 -"214674",80219,25971,3,988,2608 -"214675",80219,26067,3,988,2069 -"214676",80219,26080,2,988,2525 -"214677",80219,26366,3,988,1688 -"214678",80219,26793,3,988,2104 -"214679",80219,26818,3,988,1999 -"214680",80219,27195,3,988,2158 -"214681",80219,28050,3,988,1955 -"214682",80219,28168,3,988,2702 -"214683",80219,28296,3,988,2944 -"214684",80219,28571,3,988,1556 -"214685",80219,28626,3,988,2842 -"214686",80219,28627,3,988,2694 -"214687",80219,28784,3,988,1579 -"214688",80219,29930,2,988,2240 -"214689",80219,30173,3,988,2404 -"214690",80219,30325,3,988,1067 -"214691",80219,31783,3,988,1180 -"214692",80219,32503,2,988,2020 -"214693",80219,32567,3,988,2784 -"214694",80219,32694,2,988,1602 -"214695",80219,32919,2,988,2321 -"214696",80219,32947,3,988,1091 -"214697",80219,34735,2,988,2767 -"214698",80219,34945,3,988,1298 -"214699",80219,35302,3,988,1589 -"214700",80219,35926,3,988,2371 -"214701",80219,36691,1,988,1903 -"214702",80219,36962,3,988,2861 -"214703",80219,37333,3,988,1612 -"214704",80219,37752,3,988,2223 -"214705",80219,38140,3,988,1866 -"214706",80219,39186,2,988,1258 -"214707",80219,39294,3,988,1889 -"214708",80219,39443,3,988,2277 -"214709",80219,39746,3,988,1361 -"214710",80219,39875,3,988,2422 -"214711",80219,40028,3,988,1349 -"214712",80219,40072,3,988,1182 -"214713",80219,40645,3,988,1899 -"214714",80219,41739,3,988,1339 -"214715",80219,41832,3,988,1155 -"214716",80219,41955,3,988,2479 -"214717",80219,41972,3,988,2509 -"214718",80219,42619,3,988,2017 -"214719",80219,43153,2,988,1381 -"214720",80219,44420,3,988,2184 -"214721",80219,44521,2,988,1593 -"214722",80219,44557,3,988,2371 -"214723",80219,44720,3,988,1202 -"214724",80219,44786,3,988,1096 -"214725",80219,45480,3,988,1104 -"214726",80219,45959,3,988,1880 -"214727",80219,46040,3,988,2105 -"214728",80219,50236,3,988,2339 -"214729",80219,51471,3,988,1280 -"214730",80219,52026,3,988,2633 -"214731",80219,52442,3,988,1269 -"214732",80219,52735,3,988,1124 -"214733",80219,53134,2,988,1590 -"214734",80219,54020,3,988,1578 -"214735",80219,54879,3,988,2210 -"214736",80219,54929,2,988,2783 -"214737",80219,56082,3,988,2395 -"214738",80219,56237,3,988,2625 -"214739",80219,56604,2,988,1919 -"214740",80219,57246,3,988,1873 -"214741",80219,57714,3,988,1391 -"214742",80219,57977,3,988,2683 -"214743",80219,59039,3,988,2870 -"214744",80219,59485,2,988,1564 -"214745",80219,60280,3,988,1918 -"214746",80219,61719,3,988,1515 -"214747",80219,62488,3,988,1418 -"214748",80219,63409,2,988,1937 -"214749",80219,63442,3,988,1965 -"214750",80219,64181,3,988,1828 -"214751",80219,65188,3,988,2213 -"214752",80219,65322,3,988,2008 -"214753",80219,65625,3,988,1273 -"214754",80219,66413,3,988,2507 -"214755",80219,69250,3,988,1439 -"214756",80219,69788,3,988,2007 -"214757",80219,71274,3,988,2390 -"214758",80219,72501,3,988,2795 -"214759",80219,73192,3,988,1955 -"214760",80219,73305,2,988,2544 -"214761",80219,74290,3,988,1513 -"214762",80219,75403,3,988,1895 -"214763",80219,76495,3,988,1255 -"214764",80219,78150,3,988,2581 -"214765",80219,80429,3,988,1927 -"214766",80219,81349,3,988,1958 -"214767",80219,81478,3,988,1640 -"214768",80219,82732,3,988,2810 -"214769",80219,84500,3,988,1583 -"214770",80219,88808,3,988,1462 -"214771",80219,90425,3,988,1824 -"214772",80219,92508,3,988,1374 -"214773",80219,93752,3,988,1368 -"214774",80219,94500,2,988,1529 -"214775",80219,94520,3,988,1243 -"214776",80219,96352,3,988,1493 -"214777",80219,98801,3,988,1035 -"214778",80219,100140,3,988,1041 -"214779",80219,105063,3,988,1908 -"214780",80219,105795,3,988,1265 -"214781",80219,107649,3,988,1573 -"214782",80242,212,3,569,1513 -"214783",80242,270,3,569,2542 -"214784",80242,1124,3,569,1596 -"214785",80242,1520,3,569,1716 -"214786",80242,1875,3,569,1786 -"214787",80242,2111,3,569,1904 -"214788",80242,4790,3,569,1025 -"214789",80242,4791,3,569,1184 -"214790",80242,5716,3,569,1058 -"214791",80242,5971,2,569,1985 -"214792",80242,5986,3,569,1721 -"214793",80242,6047,3,569,2004 -"214794",80242,6222,3,569,1949 -"214795",80242,6264,3,569,749 -"214796",80242,6417,3,569,1675 -"214797",80242,6588,3,569,2025 -"214798",80242,6718,2,569,2138 -"214799",80242,7555,3,569,1943 -"214800",80242,8762,3,569,2585 -"214801",80242,8866,3,569,1545 -"214802",80242,8888,3,569,1328 -"214803",80242,9432,3,569,1693 -"214804",80242,9695,3,569,2143 -"214805",80242,10488,3,569,1524 -"214806",80242,10523,3,569,1510 -"214807",80242,10567,3,569,1839 -"214808",80242,11218,3,569,2292 -"214809",80242,11229,2,569,1625 -"214810",80242,11817,1,569,600 -"214811",80242,12042,3,569,2345 -"214812",80242,12374,3,569,2260 -"214813",80242,13307,3,569,2206 -"214814",80242,14656,3,569,584 -"214815",80242,14855,3,569,903 -"214816",80242,14959,3,569,2898 -"214817",80242,15118,3,569,1311 -"214818",80242,15135,3,569,1035 -"214819",80242,15700,3,569,1712 -"214820",80242,16310,3,569,2796 -"214821",80242,16352,2,569,2657 -"214822",80242,17400,3,569,2231 -"214823",80242,18152,3,569,1314 -"214824",80242,18361,3,569,2968 -"214825",80242,18394,3,569,2356 -"214826",80242,20124,3,569,2376 -"214827",80242,20311,3,569,1981 -"214828",80242,20975,3,569,1305 -"214829",80242,21104,3,569,2327 -"214830",80242,21198,3,569,935 -"214831",80242,21693,2,569,2176 -"214832",80242,22197,1,569,2271 -"214833",80242,22282,3,569,1418 -"214834",80242,22326,2,569,2818 -"214835",80242,22362,2,569,1836 -"214836",80242,22705,3,569,1016 -"214837",80242,23526,3,569,1998 -"214838",80242,23715,3,569,1859 -"214839",80242,23725,3,569,2378 -"214840",80242,24362,3,569,1287 -"214841",80242,25305,2,569,2447 -"214842",80242,26080,3,569,2525 -"214843",80242,26749,3,569,2965 -"214844",80242,26848,3,569,2363 -"214845",80242,26867,2,569,1804 -"214846",80242,27744,3,569,861 -"214847",80242,28002,3,569,914 -"214848",80242,28190,3,569,1634 -"214849",80242,29093,2,569,1933 -"214850",80242,29705,2,569,607 -"214851",80242,29962,3,569,2201 -"214852",80242,29987,2,569,956 -"214853",80242,30173,3,569,2404 -"214854",80242,30325,3,569,1067 -"214855",80242,30334,3,569,2075 -"214856",80242,30405,3,569,2164 -"214857",80242,32017,3,569,577 -"214858",80242,32131,3,569,1035 -"214859",80242,34735,3,569,2767 -"214860",80242,35673,3,569,1067 -"214861",80242,37636,3,569,2178 -"214862",80242,37800,3,569,604 -"214863",80242,38019,3,569,1870 -"214864",80242,39238,3,569,922 -"214865",80242,39865,3,569,849 -"214866",80242,40028,2,569,1349 -"214867",80242,40072,2,569,1182 -"214868",80242,40392,3,569,1878 -"214869",80242,42687,1,569,1952 -"214870",80242,43051,3,569,904 -"214871",80242,43213,3,569,2160 -"214872",80242,44521,3,569,1593 -"214873",80242,44648,3,569,619 -"214874",80242,44729,3,569,588 -"214875",80242,46182,3,569,1613 -"214876",80242,46629,3,569,2255 -"214877",80242,46723,3,569,607 -"214878",80242,49185,3,569,1544 -"214879",80242,50118,3,569,2654 -"214880",80242,50219,3,569,756 -"214881",80242,50236,2,569,2339 -"214882",80242,51783,3,569,2599 -"214883",80242,52136,3,569,1412 -"214884",80242,53303,3,569,1376 -"214885",80242,56082,2,569,2395 -"214886",80242,56237,3,569,2625 -"214887",80242,56317,3,569,2030 -"214888",80242,57246,3,569,1873 -"214889",80242,58508,3,569,2326 -"214890",80242,59939,3,569,936 -"214891",80242,67763,3,569,822 -"214892",80242,70217,3,569,2332 -"214893",80242,70838,2,569,687 -"214894",80242,71342,3,569,1289 -"214895",80242,72188,3,569,856 -"214896",80242,72207,3,569,2430 -"214897",80242,72326,3,569,2384 -"214898",80242,72956,3,569,1251 -"214899",80242,75403,3,569,1895 -"214900",80242,75948,3,569,1006 -"214901",80242,79804,2,569,2227 -"214902",80242,80014,3,569,1562 -"214903",80242,81588,3,569,1568 -"214904",80242,82949,3,569,2077 -"214905",80242,85138,3,569,1685 -"214906",80242,87048,2,569,989 -"214907",80242,89097,3,569,935 -"214908",80242,91912,3,569,790 -"214909",80242,92220,3,569,607 -"214910",80242,101797,3,569,2357 -"214911",80242,109718,3,569,1237 -"214912",80242,111971,3,569,1032 -"214913",80242,120549,3,569,708 -"214914",80244,8140,3,906,1262 -"214915",80244,27255,3,906,1232 -"214916",80244,39443,3,906,2277 -"214917",80244,39875,3,906,2422 -"214918",80246,4675,3,1224,1741 -"214919",80246,25480,3,1224,2747 -"214920",80246,41023,3,1224,2408 -"214921",80246,64255,3,1224,2309 -"214922",80273,2370,2,586,1600 -"214923",80273,6020,3,586,1864 -"214924",80273,40510,3,586,943 -"214925",80273,45449,3,586,1610 -"214926",80273,45450,3,586,1590 -"214927",80273,45562,2,586,623 -"214928",80273,116771,3,586,623 -"214929",80274,4932,3,191,2752 -"214930",80274,4983,3,191,1909 -"214931",80274,13290,2,191,2824 -"214932",80274,25185,3,191,341 -"214933",80274,30010,3,191,2917 -"214934",80274,34908,2,191,2796 -"214935",80274,36953,3,191,2790 -"214936",80274,39802,3,191,206 -"214937",80274,46486,3,191,1868 -"214938",80278,2484,3,1057,2389 -"214939",80278,4322,3,1057,1707 -"214940",80278,8762,3,1057,2585 -"214941",80278,15713,3,1057,1646 -"214942",80278,17520,3,1057,2276 -"214943",80278,19813,3,1057,1744 -"214944",80278,25874,1,1057,2088 -"214945",80278,38921,3,1057,1880 -"214946",80278,42264,3,1057,1702 -"214947",80278,50252,3,1057,2001 -"214948",80278,55256,3,1057,2379 -"214949",80301,843,2,1690,2332 -"214950",80301,1702,3,1690,1984 -"214951",80301,2424,3,1690,2582 -"214952",80301,2455,3,1690,1780 -"214953",80301,2647,3,1690,2450 -"214954",80301,2927,3,1690,1789 -"214955",80301,3271,1,1690,2216 -"214956",80301,3272,3,1690,2132 -"214957",80301,3477,3,1690,2546 -"214958",80301,3947,3,1690,2067 -"214959",80301,3961,3,1690,2426 -"214960",80301,3978,3,1690,2775 -"214961",80301,4226,3,1690,1903 -"214962",80301,4249,3,1690,2547 -"214963",80301,4691,3,1690,1888 -"214964",80301,4932,3,1690,2752 -"214965",80301,4983,3,1690,1909 -"214966",80301,5055,3,1690,1796 -"214967",80301,5239,3,1690,2875 -"214968",80301,5852,3,1690,1862 -"214969",80301,6052,3,1690,1985 -"214970",80301,6248,3,1690,2737 -"214971",80301,6821,3,1690,1788 -"214972",80301,6999,3,1690,2214 -"214973",80301,7337,2,1690,1797 -"214974",80301,7942,3,1690,2623 -"214975",80301,7984,3,1690,2493 -"214976",80301,9088,3,1690,1881 -"214977",80301,9269,3,1690,1892 -"214978",80301,9272,1,1690,2835 -"214979",80301,9503,3,1690,2453 -"214980",80301,9724,3,1690,2713 -"214981",80301,9895,3,1690,1960 -"214982",80301,9910,3,1690,2526 -"214983",80301,9948,3,1690,2019 -"214984",80301,10373,3,1690,2436 -"214985",80301,10513,3,1690,2284 -"214986",80301,10638,3,1690,2692 -"214987",80301,10701,3,1690,2000 -"214988",80301,11239,3,1690,2181 -"214989",80301,11319,3,1690,2073 -"214990",80301,11477,3,1690,2724 -"214991",80301,11506,3,1690,2824 -"214992",80301,12374,3,1690,2260 -"214993",80301,13340,3,1690,1918 -"214994",80301,13780,3,1690,2412 -"214995",80301,14108,3,1690,2012 -"214996",80301,14470,3,1690,2632 -"214997",80301,14612,3,1690,2340 -"214998",80301,14654,2,1690,1692 -"214999",80301,14761,3,1690,2502 -"215000",80301,14887,3,1690,2158 -"215001",80301,14957,3,1690,2306 -"215002",80301,15023,3,1690,2054 -"215003",80301,15401,3,1690,1999 -"215004",80301,15782,3,1690,2306 -"215005",80301,16437,2,1690,1956 -"215006",80301,16757,3,1690,1755 -"215007",80301,16801,3,1690,2008 -"215008",80301,16826,3,1690,2599 -"215009",80301,16963,3,1690,1999 -"215010",80301,17645,3,1690,1918 -"215011",80301,17695,3,1690,1930 -"215012",80301,18103,3,1690,1968 -"215013",80301,18571,3,1690,2128 -"215014",80301,18943,3,1690,2861 -"215015",80301,19075,2,1690,2214 -"215016",80301,19364,3,1690,2846 -"215017",80301,19719,3,1690,2177 -"215018",80301,20547,3,1690,2145 -"215019",80301,20695,3,1690,2526 -"215020",80301,21285,3,1690,2100 -"215021",80301,21684,3,1690,1971 -"215022",80301,21693,3,1690,2176 -"215023",80301,22141,3,1690,2348 -"215024",80301,22326,3,1690,2818 -"215025",80301,22362,3,1690,1836 -"215026",80301,22410,3,1690,2158 -"215027",80301,22709,3,1690,2743 -"215028",80301,23550,3,1690,2939 -"215029",80301,25289,3,1690,1790 -"215030",80301,25941,3,1690,2369 -"215031",80301,26451,3,1690,2133 -"215032",80301,26597,3,1690,2070 -"215033",80301,26749,3,1690,2965 -"215034",80301,28432,2,1690,1954 -"215035",80301,28582,3,1690,2698 -"215036",80301,29319,3,1690,2314 -"215037",80301,30010,3,1690,2917 -"215038",80301,31164,3,1690,1996 -"215039",80301,31264,3,1690,2335 -"215040",80301,31357,3,1690,2389 -"215041",80301,32449,3,1690,2091 -"215042",80301,32516,3,1690,2050 -"215043",80301,32939,3,1690,2277 -"215044",80301,32988,3,1690,2008 -"215045",80301,33451,3,1690,1957 -"215046",80301,33572,3,1690,2370 -"215047",80301,34136,3,1690,2202 -"215048",80301,34331,3,1690,1727 -"215049",80301,34831,3,1690,1866 -"215050",80301,35317,3,1690,1888 -"215051",80301,36136,3,1690,2338 -"215052",80301,36840,3,1690,2269 -"215053",80301,36979,3,1690,2158 -"215054",80301,37684,3,1690,2899 -"215055",80301,37752,2,1690,2223 -"215056",80301,38019,3,1690,1870 -"215057",80301,38038,3,1690,2686 -"215058",80301,38887,3,1690,2468 -"215059",80301,39439,2,1690,2462 -"215060",80301,39444,2,1690,2695 -"215061",80301,39906,3,1690,2365 -"215062",80301,40432,3,1690,1956 -"215063",80301,40645,3,1690,1899 -"215064",80301,42382,3,1690,2224 -"215065",80301,42390,3,1690,2937 -"215066",80301,42407,3,1690,2408 -"215067",80301,43173,2,1690,2895 -"215068",80301,43226,1,1690,2442 -"215069",80301,43701,3,1690,2400 -"215070",80301,45959,3,1690,1880 -"215071",80301,46486,3,1690,1868 -"215072",80301,46616,3,1690,1917 -"215073",80301,46951,3,1690,2429 -"215074",80301,47607,3,1690,2724 -"215075",80301,48110,1,1690,2009 -"215076",80301,48931,3,1690,2444 -"215077",80301,51843,3,1690,2389 -"215078",80301,52215,3,1690,1908 -"215079",80301,52576,3,1690,2234 -"215080",80301,53445,2,1690,2028 -"215081",80301,53584,3,1690,2391 -"215082",80301,54385,3,1690,2340 -"215083",80301,55556,3,1690,2075 -"215084",80301,56082,3,1690,2395 -"215085",80301,56317,3,1690,2030 -"215086",80301,56338,3,1690,1818 -"215087",80301,57804,2,1690,2214 -"215088",80301,58508,1,1690,2326 -"215089",80301,59039,2,1690,2870 -"215090",80301,59700,3,1690,2346 -"215091",80301,65155,3,1690,1947 -"215092",80301,65322,3,1690,2008 -"215093",80301,66911,3,1690,1920 -"215094",80301,69335,1,1690,2698 -"215095",80301,71274,3,1690,2390 -"215096",80301,73553,3,1690,2726 -"215097",80301,77077,3,1690,2693 -"215098",80301,79036,3,1690,2524 -"215099",80301,80190,3,1690,2717 -"215100",80301,82949,3,1690,2077 -"215101",80301,84808,3,1690,1974 -"215102",80301,93553,3,1690,2537 -"215103",80301,98354,3,1690,2794 -"215104",80301,108379,3,1690,2933 -"215105",80337,2334,3,394,2619 -"215106",80337,4660,3,394,2149 -"215107",80337,5346,3,394,1438 -"215108",80337,9332,3,394,2734 -"215109",80337,15095,3,394,2001 -"215110",80337,15207,3,394,1855 -"215111",80337,18421,3,394,2457 -"215112",80337,18550,3,394,483 -"215113",80337,21535,3,394,404 -"215114",80337,24974,2,394,702 -"215115",80337,30865,3,394,2038 -"215116",80337,36346,3,394,1240 -"215117",80337,36737,3,394,829 -"215118",80337,40113,3,394,451 -"215119",80337,43204,3,394,1680 -"215120",80337,61913,2,394,397 -"215121",80337,63641,3,394,2337 -"215122",80337,66693,3,394,2554 -"215123",80337,66717,3,394,2104 -"215124",80337,69545,3,394,673 -"215125",80337,72535,3,394,1191 -"215126",80337,80338,1,394,2059 -"215127",80337,83729,2,394,406 -"215128",80337,94520,3,394,1243 -"215129",80337,96007,3,394,895 -"215130",80338,2334,3,2059,2619 -"215131",80338,4660,3,2059,2149 -"215132",80338,9332,3,2059,2734 -"215133",80338,18421,3,2059,2457 -"215134",80338,63641,3,2059,2337 -"215135",80338,66717,3,2059,2104 -"215136",80351,1785,3,594,2350 -"215137",80351,2737,3,594,607 -"215138",80351,3034,2,594,2601 -"215139",80351,7787,2,594,2314 -"215140",80351,11346,2,594,1924 -"215141",80351,12511,2,594,1298 -"215142",80351,16970,1,594,938 -"215143",80351,17672,3,594,1987 -"215144",80351,19002,3,594,2053 -"215145",80351,23364,3,594,2306 -"215146",80351,26698,3,594,1963 -"215147",80351,27570,3,594,1559 -"215148",80351,36892,3,594,643 -"215149",80351,38354,3,594,629 -"215150",80351,53640,3,594,1789 -"215151",80351,78002,1,594,2271 -"215152",80351,85401,3,594,1931 -"215153",80377,1574,3,1384,1718 -"215154",80377,1685,3,1384,2230 -"215155",80377,1785,3,1384,2350 -"215156",80377,4698,3,1384,2481 -"215157",80377,9909,3,1384,2230 -"215158",80377,12000,3,1384,1454 -"215159",80377,15683,3,1384,1729 -"215160",80377,19002,3,1384,2053 -"215161",80377,19296,3,1384,1705 -"215162",80377,19366,3,1384,2279 -"215163",80377,19656,3,1384,2059 -"215164",80377,21407,3,1384,2728 -"215165",80377,30096,3,1384,2082 -"215166",80377,42382,3,1384,2224 -"215167",80377,50621,3,1384,2809 -"215168",80377,51460,3,1384,1872 -"215169",80377,70656,3,1384,2771 -"215170",80377,85525,3,1384,1718 -"215171",80377,88171,3,1384,1488 -"215172",80377,96300,3,1384,2594 -"215173",80429,313,3,1927,2271 -"215174",80429,377,3,1927,2389 -"215175",80429,455,3,1927,2827 -"215176",80429,470,3,1927,2285 -"215177",80429,499,3,1927,1931 -"215178",80429,543,2,1927,2203 -"215179",80429,613,3,1927,2687 -"215180",80429,913,3,1927,2144 -"215181",80429,1136,3,1927,2536 -"215182",80429,1151,3,1927,2885 -"215183",80429,1495,3,1927,2046 -"215184",80429,1616,3,1927,2662 -"215185",80429,1691,3,1927,1941 -"215186",80429,1777,2,1927,1965 -"215187",80429,2036,3,1927,2483 -"215188",80429,2224,3,1927,2751 -"215189",80429,2484,2,1927,2389 -"215190",80429,3161,3,1927,2229 -"215191",80429,4057,3,1927,2389 -"215192",80429,4687,3,1927,2152 -"215193",80429,5078,2,1927,2033 -"215194",80429,5457,2,1927,2077 -"215195",80429,5462,2,1927,2374 -"215196",80429,5504,1,1927,2389 -"215197",80429,6390,3,1927,2385 -"215198",80429,6718,3,1927,2138 -"215199",80429,7323,2,1927,2858 -"215200",80429,7515,3,1927,2737 -"215201",80429,7847,3,1927,2424 -"215202",80429,8760,3,1927,2477 -"215203",80429,9184,3,1927,2670 -"215204",80429,9362,3,1927,2879 -"215205",80429,10433,3,1927,2075 -"215206",80429,11516,2,1927,1937 -"215207",80429,12713,3,1927,2440 -"215208",80429,15539,3,1927,1929 -"215209",80429,17410,3,1927,2073 -"215210",80429,17520,3,1927,2276 -"215211",80429,18151,3,1927,2962 -"215212",80429,19322,3,1927,2048 -"215213",80429,19606,3,1927,2783 -"215214",80429,20407,3,1927,2339 -"215215",80429,20563,3,1927,2267 -"215216",80429,20659,3,1927,1969 -"215217",80429,20700,3,1927,2861 -"215218",80429,22567,3,1927,2396 -"215219",80429,23132,2,1927,2756 -"215220",80429,24568,2,1927,1937 -"215221",80429,25816,3,1927,2088 -"215222",80429,26516,3,1927,2479 -"215223",80429,27391,3,1927,2378 -"215224",80429,27478,3,1927,2485 -"215225",80429,29258,3,1927,1932 -"215226",80429,29930,3,1927,2240 -"215227",80429,31235,3,1927,2668 -"215228",80429,31799,3,1927,2547 -"215229",80429,35256,3,1927,2271 -"215230",80429,36439,3,1927,2469 -"215231",80429,37418,3,1927,2710 -"215232",80429,37570,2,1927,2389 -"215233",80429,39444,3,1927,2695 -"215234",80429,40383,3,1927,2639 -"215235",80429,42687,3,1927,1952 -"215236",80429,44768,3,1927,2516 -"215237",80429,47445,3,1927,2668 -"215238",80429,49965,3,1927,2301 -"215239",80429,50252,3,1927,2001 -"215240",80429,53031,3,1927,2065 -"215241",80429,55556,3,1927,2075 -"215242",80429,55828,3,1927,2393 -"215243",80429,57977,3,1927,2683 -"215244",80429,62219,3,1927,2494 -"215245",80429,62840,3,1927,2502 -"215246",80429,63409,2,1927,1937 -"215247",80429,64997,3,1927,2791 -"215248",80429,73305,3,1927,2544 -"215249",80429,79804,2,1927,2227 -"215250",80429,82949,3,1927,2077 -"215251",80429,85430,3,1927,2370 -"215252",80429,91570,3,1927,2229 -"215253",80429,92322,3,1927,2393 -"215254",80454,2282,3,423,2056 -"215255",80454,2443,3,423,2333 -"215256",80454,2506,3,423,954 -"215257",80454,2647,3,423,2450 -"215258",80454,3101,3,423,513 -"215259",80454,4249,3,423,2547 -"215260",80454,4784,3,423,2511 -"215261",80454,6020,3,423,1864 -"215262",80454,6345,3,423,2713 -"215263",80454,8006,2,423,479 -"215264",80454,8157,3,423,1063 -"215265",80454,9724,2,423,2713 -"215266",80454,9910,3,423,2526 -"215267",80454,10701,2,423,2000 -"215268",80454,10990,2,423,805 -"215269",80454,12966,3,423,2011 -"215270",80454,13595,2,423,1164 -"215271",80454,14172,3,423,1923 -"215272",80454,14212,1,423,857 -"215273",80454,14470,3,423,2632 -"215274",80454,15607,3,423,1421 -"215275",80454,16963,3,423,1999 -"215276",80454,17499,2,423,2954 -"215277",80454,17531,1,423,876 -"215278",80454,17695,3,423,1930 -"215279",80454,19366,3,423,2279 -"215280",80454,20695,3,423,2526 -"215281",80454,21358,3,423,1970 -"215282",80454,21571,3,423,2755 -"215283",80454,22357,2,423,1397 -"215284",80454,22566,3,423,2308 -"215285",80454,23550,3,423,2939 -"215286",80454,24252,3,423,639 -"215287",80454,26597,2,423,2070 -"215288",80454,27458,3,423,647 -"215289",80454,27570,3,423,1559 -"215290",80454,28648,2,423,1586 -"215291",80454,28782,3,423,2272 -"215292",80454,32169,3,423,2504 -"215293",80454,32350,3,423,1540 -"215294",80454,34274,3,423,1437 -"215295",80454,36399,3,423,1357 -"215296",80454,37684,2,423,2899 -"215297",80454,38422,3,423,1019 -"215298",80454,41489,3,423,2006 -"215299",80454,42390,3,423,2937 -"215300",80454,42956,3,423,932 -"215301",80454,43701,1,423,2400 -"215302",80454,45297,3,423,1864 -"215303",80454,47607,3,423,2724 -"215304",80454,47860,3,423,789 -"215305",80454,48823,3,423,2080 -"215306",80454,49029,3,423,647 -"215307",80454,49142,3,423,2289 -"215308",80454,50468,2,423,1659 -"215309",80454,51505,3,423,1572 -"215310",80454,52386,3,423,1830 -"215311",80454,53652,3,423,2899 -"215312",80454,54316,2,423,1202 -"215313",80454,55183,3,423,450 -"215314",80454,63329,3,423,639 -"215315",80454,63631,3,423,763 -"215316",80454,65375,2,423,824 -"215317",80454,67289,3,423,829 -"215318",80454,68884,3,423,1011 -"215319",80454,69260,3,423,1698 -"215320",80454,69795,3,423,2636 -"215321",80454,76450,3,423,1077 -"215322",80454,76814,3,423,926 -"215323",80454,76929,3,423,910 -"215324",80454,77719,3,423,2086 -"215325",80454,78277,3,423,1937 -"215326",80454,82217,3,423,2441 -"215327",80454,93642,3,423,1120 -"215328",80454,101381,3,423,977 -"215329",80454,102467,3,423,708 -"215330",80454,105435,3,423,684 -"215331",80454,117190,3,423,425 -"215332",80454,122938,3,423,1023 -"215333",80471,23,3,538,1682 -"215334",80471,360,3,538,1671 -"215335",80471,499,3,538,1931 -"215336",80471,543,3,538,2203 -"215337",80471,600,3,538,1702 -"215338",80471,671,2,538,2328 -"215339",80471,675,3,538,1686 -"215340",80471,733,3,538,1653 -"215341",80471,1046,2,538,1881 -"215342",80471,1050,3,538,1185 -"215343",80471,1127,3,538,1188 -"215344",80471,1130,3,538,1566 -"215345",80471,1136,2,538,2536 -"215346",80471,1367,3,538,2176 -"215347",80471,1469,3,538,1160 -"215348",80471,1495,3,538,2046 -"215349",80471,1777,3,538,1965 -"215350",80471,2036,3,538,2483 -"215351",80471,2063,2,538,1278 -"215352",80471,2269,3,538,984 -"215353",80471,2300,3,538,565 -"215354",80471,2325,3,538,1641 -"215355",80471,2743,3,538,1278 -"215356",80471,2754,2,538,1360 -"215357",80471,2766,3,538,1920 -"215358",80471,2954,3,538,2727 -"215359",80471,3164,3,538,2693 -"215360",80471,3167,3,538,1676 -"215361",80471,3242,2,538,1730 -"215362",80471,3830,3,538,1661 -"215363",80471,3954,3,538,839 -"215364",80471,4191,2,538,2130 -"215365",80471,4226,3,538,1903 -"215366",80471,4360,3,538,1770 -"215367",80471,4618,2,538,2607 -"215368",80471,4687,3,538,2152 -"215369",80471,4763,3,538,1960 -"215370",80471,4980,3,538,2093 -"215371",80471,5041,3,538,2371 -"215372",80471,5072,3,538,2175 -"215373",80471,5078,3,538,2033 -"215374",80471,5148,3,538,2206 -"215375",80471,5457,3,538,2077 -"215376",80471,5462,2,538,2374 -"215377",80471,5504,3,538,2389 -"215378",80471,5622,3,538,2175 -"215379",80471,5669,3,538,2502 -"215380",80471,5725,2,538,2789 -"215381",80471,6030,3,538,2953 -"215382",80471,7181,3,538,1421 -"215383",80471,7234,3,538,2654 -"215384",80471,7245,3,538,2089 -"215385",80471,7861,3,538,1647 -"215386",80471,8258,3,538,1959 -"215387",80471,8533,3,538,2251 -"215388",80471,8621,3,538,1681 -"215389",80471,8700,3,538,1270 -"215390",80471,8772,3,538,847 -"215391",80471,9298,3,538,1109 -"215392",80471,9311,3,538,2477 -"215393",80471,10404,3,538,2062 -"215394",80471,10488,3,538,1524 -"215395",80471,10857,3,538,2253 -"215396",80471,10874,3,538,1891 -"215397",80471,10875,2,538,1234 -"215398",80471,10890,3,538,2639 -"215399",80471,11662,3,538,1139 -"215400",80471,12096,2,538,1330 -"215401",80471,12310,3,538,1337 -"215402",80471,12867,3,538,2773 -"215403",80471,13925,3,538,1515 -"215404",80471,13929,3,538,2693 -"215405",80471,13945,3,538,1324 -"215406",80471,14091,3,538,929 -"215407",80471,15184,2,538,2396 -"215408",80471,15402,3,538,1281 -"215409",80471,15539,3,538,1929 -"215410",80471,15607,3,538,1421 -"215411",80471,16074,3,538,977 -"215412",80471,16164,2,538,1184 -"215413",80471,16217,3,538,1653 -"215414",80471,16313,3,538,1160 -"215415",80471,16863,3,538,2069 -"215416",80471,17357,2,538,1536 -"215417",80471,17400,3,538,2231 -"215418",80471,18415,3,538,2184 -"215419",80471,19027,2,538,2721 -"215420",80471,19453,3,538,1928 -"215421",80471,19606,3,538,2783 -"215422",80471,20563,3,538,2267 -"215423",80471,20700,3,538,2861 -"215424",80471,20824,3,538,1366 -"215425",80471,21911,3,538,1184 -"215426",80471,22006,2,538,1202 -"215427",80471,22260,3,538,2137 -"215428",80471,22331,3,538,2687 -"215429",80471,22705,3,538,1016 -"215430",80471,22749,3,538,1727 -"215431",80471,22884,3,538,1608 -"215432",80471,22964,3,538,1443 -"215433",80471,23154,3,538,2345 -"215434",80471,23492,3,538,1067 -"215435",80471,23506,3,538,1172 -"215436",80471,23534,3,538,1659 -"215437",80471,23652,3,538,803 -"215438",80471,23918,3,538,1881 -"215439",80471,24259,3,538,1281 -"215440",80471,24755,2,538,1319 -"215441",80471,25129,3,538,2647 -"215442",80471,25341,2,538,1858 -"215443",80471,25643,1,538,1646 -"215444",80471,26282,2,538,1241 -"215445",80471,26322,3,538,1018 -"215446",80471,26351,3,538,2683 -"215447",80471,26436,3,538,2489 -"215448",80471,26516,3,538,2479 -"215449",80471,26570,2,538,1669 -"215450",80471,27478,3,538,2485 -"215451",80471,27753,3,538,2750 -"215452",80471,27792,3,538,1308 -"215453",80471,28190,3,538,1634 -"215454",80471,28285,3,538,2972 -"215455",80471,28303,3,538,2089 -"215456",80471,28434,1,538,1141 -"215457",80471,28731,3,538,955 -"215458",80471,29050,3,538,1196 -"215459",80471,29073,3,538,2328 -"215460",80471,29095,3,538,2531 -"215461",80471,29456,3,538,1182 -"215462",80471,30119,3,538,1961 -"215463",80471,30325,2,538,1067 -"215464",80471,30883,3,538,1629 -"215465",80471,31799,1,538,2547 -"215466",80471,32113,3,538,882 -"215467",80471,32409,3,538,857 -"215468",80471,32988,3,538,2008 -"215469",80471,33160,3,538,2441 -"215470",80471,33588,2,538,1040 -"215471",80471,33621,3,538,1319 -"215472",80471,33801,3,538,2899 -"215473",80471,34216,3,538,2832 -"215474",80471,34492,3,538,1798 -"215475",80471,34509,3,538,1973 -"215476",80471,34815,3,538,2354 -"215477",80471,35256,3,538,2271 -"215478",80471,37418,3,538,2710 -"215479",80471,37620,2,538,2716 -"215480",80471,37893,3,538,875 -"215481",80471,38048,3,538,867 -"215482",80471,38449,3,538,1802 -"215483",80471,38523,2,538,549 -"215484",80471,39087,3,538,2765 -"215485",80471,39294,3,538,1889 -"215486",80471,39865,3,538,849 -"215487",80471,40293,2,538,1671 -"215488",80471,40672,3,538,1315 -"215489",80471,40832,3,538,634 -"215490",80471,41682,3,538,1988 -"215491",80471,41747,3,538,1722 -"215492",80471,41832,3,538,1155 -"215493",80471,42186,3,538,955 -"215494",80471,43213,3,538,2160 -"215495",80471,44427,3,538,2875 -"215496",80471,44636,2,538,1026 -"215497",80471,44648,3,538,619 -"215498",80471,45549,3,538,1322 -"215499",80471,46039,3,538,1794 -"215500",80471,46196,3,538,1510 -"215501",80471,46883,3,538,1671 -"215502",80471,47857,2,538,2325 -"215503",80471,47947,3,538,2681 -"215504",80471,48242,3,538,1690 -"215505",80471,48260,3,538,875 -"215506",80471,48277,3,538,971 -"215507",80471,50976,3,538,547 -"215508",80471,51022,3,538,1499 -"215509",80471,51410,3,538,2739 -"215510",80471,51987,3,538,1397 -"215511",80471,52136,3,538,1412 -"215512",80471,52835,2,538,995 -"215513",80471,53031,3,538,2065 -"215514",80471,53300,3,538,2162 -"215515",80471,53433,3,538,1187 -"215516",80471,53475,3,538,2853 -"215517",80471,54551,3,538,2348 -"215518",80471,54676,3,538,1342 -"215519",80471,55691,3,538,2856 -"215520",80471,56082,3,538,2395 -"215521",80471,56143,3,538,766 -"215522",80471,57150,3,538,1196 -"215523",80471,57414,3,538,922 -"215524",80471,57950,3,538,1529 -"215525",80471,57977,3,538,2683 -"215526",80471,58035,1,538,1646 -"215527",80471,59304,3,538,928 -"215528",80471,60689,3,538,859 -"215529",80471,61719,3,538,1515 -"215530",80471,62488,3,538,1418 -"215531",80471,62538,3,538,1656 -"215532",80471,62840,3,538,2502 -"215533",80471,63770,2,538,1324 -"215534",80471,64031,1,538,1295 -"215535",80471,64181,3,538,1828 -"215536",80471,64997,3,538,2791 -"215537",80471,65029,2,538,2954 -"215538",80471,67216,3,538,984 -"215539",80471,67314,3,538,1051 -"215540",80471,67352,2,538,1115 -"215541",80471,69498,3,538,931 -"215542",80471,70046,3,538,2624 -"215543",80471,71562,3,538,2574 -"215544",80471,72207,3,538,2430 -"215545",80471,72334,3,538,2820 -"215546",80471,73728,3,538,784 -"215547",80471,75403,3,538,1895 -"215548",80471,76284,3,538,1237 -"215549",80471,78256,3,538,804 -"215550",80471,80172,2,538,1342 -"215551",80471,82767,1,538,1641 -"215552",80471,85430,3,538,2370 -"215553",80471,86245,3,538,1972 -"215554",80471,88710,3,538,927 -"215555",80471,88750,3,538,787 -"215556",80471,89958,3,538,1186 -"215557",80471,89965,3,538,810 -"215558",80471,90259,2,538,699 -"215559",80471,91908,3,538,918 -"215560",80471,92220,3,538,607 -"215561",80471,94101,3,538,997 -"215562",80471,94808,3,538,988 -"215563",80471,99103,3,538,1470 -"215564",80471,100134,3,538,977 -"215565",80471,100218,3,538,606 -"215566",80471,101482,3,538,1300 -"215567",80471,102050,3,538,906 -"215568",80471,105233,3,538,1199 -"215569",80471,109571,3,538,797 -"215570",80471,112368,3,538,606 -"215571",80486,28203,3,2008,2117 -"215572",80506,7245,3,1920,2089 -"215573",80506,8604,3,1920,2799 -"215574",80506,10373,3,1920,2436 -"215575",80506,16437,2,1920,1956 -"215576",80506,18415,3,1920,2184 -"215577",80506,37752,3,1920,2223 -"215578",80506,38755,3,1920,2902 -"215579",80506,65691,3,1920,2134 -"215580",80506,96425,2,1920,2007 -"215581",80527,3456,2,1664,1999 -"215582",80527,5363,3,1664,1791 -"215583",80527,8062,3,1664,2858 -"215584",80527,10336,3,1664,2271 -"215585",80527,17887,2,1664,1750 -"215586",80527,17974,3,1664,2876 -"215587",80527,21681,3,1664,2005 -"215588",80527,25373,3,1664,2783 -"215589",80527,31700,3,1664,2727 -"215590",80527,32988,3,1664,2008 -"215591",80527,34870,3,1664,1873 -"215592",80527,37036,3,1664,2264 -"215593",80606,798,3,2079,2476 -"215594",80606,3564,2,2079,2717 -"215595",80606,4612,3,2079,2804 -"215596",80606,6724,3,2079,2151 -"215597",80606,19364,3,2079,2846 -"215598",80606,19433,3,2079,2504 -"215599",80606,20124,3,2079,2376 -"215600",80606,22709,3,2079,2743 -"215601",80606,25325,3,2079,2963 -"215602",80606,26642,3,2079,2952 -"215603",80606,32606,3,2079,2100 -"215604",80606,35715,1,2079,2912 -"215605",80606,41134,3,2079,2952 -"215606",80606,47968,3,2079,2829 -"215607",80606,58559,3,2079,2242 -"215608",80606,61240,3,2079,2651 -"215609",80606,61337,3,2079,2777 -"215610",80606,65856,2,2079,2504 -"215611",80606,69591,3,2079,2294 -"215612",80606,74474,3,2079,2338 -"215613",80606,76971,3,2079,2145 -"215614",80606,116792,3,2079,2397 -"215615",80615,843,3,2252,2332 -"215616",80615,2724,3,2252,2447 -"215617",80615,3477,3,2252,2546 -"215618",80615,3559,3,2252,2413 -"215619",80615,6063,3,2252,2349 -"215620",80615,31357,3,2252,2389 -"215621",80615,33223,3,2252,2397 -"215622",80615,51843,3,2252,2389 -"215623",80615,54385,2,2252,2340 -"215624",80615,55307,3,2252,2306 -"215625",80615,69308,3,2252,2370 -"215626",80615,70011,3,2252,2690 -"215627",80615,110871,3,2252,2879 -"215628",80630,4730,3,1946,2131 -"215629",80630,56737,3,1946,2270 -"215630",80630,57678,1,1946,2441 -"215631",80630,58253,2,1946,2441 -"215632",80630,76132,3,1946,2426 -"215633",80653,919,3,285,910 -"215634",80653,2724,2,285,2447 -"215635",80653,3678,3,285,1325 -"215636",80653,6040,3,285,2103 -"215637",80653,6562,3,285,1139 -"215638",80653,7648,3,285,1861 -"215639",80653,9273,3,285,1747 -"215640",80653,9462,2,285,378 -"215641",80653,10435,3,285,1984 -"215642",80653,11803,1,285,1232 -"215643",80653,12735,3,285,819 -"215644",80653,12861,2,285,1207 -"215645",80653,14061,1,285,1620 -"215646",80653,14442,3,285,2700 -"215647",80653,14902,3,285,562 -"215648",80653,15180,3,285,610 -"215649",80653,17608,3,285,1216 -"215650",80653,17768,3,285,2468 -"215651",80653,20371,1,285,595 -"215652",80653,20547,3,285,2145 -"215653",80653,20921,3,285,723 -"215654",80653,24867,3,285,1861 -"215655",80653,25053,3,285,2186 -"215656",80653,26100,3,285,1966 -"215657",80653,28290,3,285,430 -"215658",80653,29067,3,285,1538 -"215659",80653,29100,3,285,843 -"215660",80653,29354,2,285,1123 -"215661",80653,31259,3,285,2082 -"215662",80653,36996,3,285,2321 -"215663",80653,42407,3,285,2408 -"215664",80653,44132,3,285,1999 -"215665",80653,47094,3,285,2592 -"215666",80653,49805,1,285,2445 -"215667",80653,50779,2,285,623 -"215668",80653,53289,3,285,2746 -"215669",80653,53414,3,285,1672 -"215670",80653,54385,3,285,2340 -"215671",80653,55325,3,285,653 -"215672",80653,55446,3,285,1247 -"215673",80653,55730,3,285,1217 -"215674",80653,61281,3,285,388 -"215675",80653,62848,3,285,1230 -"215676",80653,63096,3,285,2307 -"215677",80653,64737,3,285,2442 -"215678",80653,71128,3,285,485 -"215679",80653,74054,2,285,1488 -"215680",80653,76135,3,285,593 -"215681",80653,77519,1,285,819 -"215682",80653,80615,3,285,2252 -"215683",80653,80705,2,285,2764 -"215684",80653,83598,3,285,619 -"215685",80653,84322,3,285,1635 -"215686",80653,85072,3,285,413 -"215687",80653,91465,2,285,1047 -"215688",80653,94339,3,285,2768 -"215689",80653,103536,2,285,475 -"215690",80653,105253,3,285,476 -"215691",80655,1386,2,1546,1901 -"215692",80655,3695,3,1546,2612 -"215693",80655,7394,3,1546,2615 -"215694",80655,9030,3,1546,1979 -"215695",80655,14709,3,1546,1901 -"215696",80655,15343,3,1546,2125 -"215697",80655,18151,3,1546,2962 -"215698",80655,20469,3,1546,2125 -"215699",80655,21417,3,1546,2422 -"215700",80655,21795,3,1546,2653 -"215701",80655,29791,2,1546,1986 -"215702",80655,30081,3,1546,2403 -"215703",80655,34311,3,1546,2213 -"215704",80655,34327,3,1546,2959 -"215705",80655,34693,3,1546,1938 -"215706",80655,42618,3,1546,2316 -"215707",80655,45664,2,1546,2235 -"215708",80655,70046,3,1546,2624 -"215709",80655,73266,3,1546,2496 -"215710",80655,77057,3,1546,1866 -"215711",80655,77095,3,1546,1622 -"215712",80655,90501,2,1546,2380 -"215713",80671,341,3,665,2689 -"215714",80671,782,2,665,945 -"215715",80671,841,3,665,2964 -"215716",80671,3456,3,665,1999 -"215717",80671,7785,3,665,2441 -"215718",80671,15078,3,665,1033 -"215719",80671,17887,3,665,1750 -"215720",80671,18978,3,665,952 -"215721",80671,20545,3,665,1491 -"215722",80671,20662,3,665,1523 -"215723",80671,23000,3,665,1815 -"215724",80671,27882,3,665,1897 -"215725",80671,30262,3,665,1715 -"215726",80671,32532,3,665,2338 -"215727",80671,32560,3,665,1258 -"215728",80671,32651,2,665,877 -"215729",80671,32920,2,665,2158 -"215730",80671,35797,3,665,2482 -"215731",80671,39418,3,665,1978 -"215732",80671,40954,3,665,2603 -"215733",80671,43961,1,665,2443 -"215734",80671,44074,3,665,1299 -"215735",80671,44749,3,665,1303 -"215736",80671,47375,2,665,2043 -"215737",80671,56755,2,665,2158 -"215738",80671,57356,3,665,2476 -"215739",80671,64967,3,665,2872 -"215740",80671,80527,3,665,1664 -"215741",80671,87011,2,665,1592 -"215742",80671,87269,2,665,847 -"215743",80671,89538,3,665,1847 -"215744",80671,109307,3,665,1187 -"215745",80678,543,3,1595,2203 -"215746",80678,733,3,1595,1653 -"215747",80678,1046,3,1595,1881 -"215748",80678,1090,3,1595,2370 -"215749",80678,1616,3,1595,2662 -"215750",80678,1777,3,1595,1965 -"215751",80678,1897,3,1595,1727 -"215752",80678,2036,2,1595,2483 -"215753",80678,2484,3,1595,2389 -"215754",80678,3242,2,1595,1730 -"215755",80678,3830,3,1595,1661 -"215756",80678,4226,3,1595,1903 -"215757",80678,4618,3,1595,2607 -"215758",80678,5078,3,1595,2033 -"215759",80678,5457,3,1595,2077 -"215760",80678,5462,3,1595,2374 -"215761",80678,5504,2,1595,2389 -"215762",80678,7245,3,1595,2089 -"215763",80678,7323,3,1595,2858 -"215764",80678,8533,3,1595,2251 -"215765",80678,8621,1,1595,1681 -"215766",80678,10404,3,1595,2062 -"215767",80678,10859,3,1595,2231 -"215768",80678,14507,3,1595,2686 -"215769",80678,15299,3,1595,2213 -"215770",80678,15539,2,1595,1929 -"215771",80678,19606,3,1595,2783 -"215772",80678,20563,2,1595,2267 -"215773",80678,22749,3,1595,1727 -"215774",80678,23725,3,1595,2378 -"215775",80678,25198,3,1595,1982 -"215776",80678,25341,3,1595,1858 -"215777",80678,26436,3,1595,2489 -"215778",80678,26516,2,1595,2479 -"215779",80678,27753,3,1595,2750 -"215780",80678,28892,3,1595,2023 -"215781",80678,30438,3,1595,1617 -"215782",80678,34492,3,1595,1798 -"215783",80678,35256,3,1595,2271 -"215784",80678,37418,2,1595,2710 -"215785",80678,37570,3,1595,2389 -"215786",80678,38449,3,1595,1802 -"215787",80678,41747,3,1595,1722 -"215788",80678,54740,3,1595,2750 -"215789",80678,57977,2,1595,2683 -"215790",80678,58035,3,1595,1646 -"215791",80678,71478,3,1595,1721 -"215792",80678,74095,3,1595,2333 -"215793",80678,80429,3,1595,1927 -"215794",80680,29824,1,2403,2772 -"215795",80705,94339,3,2764,2768 -"215796",80728,388,3,599,1594 -"215797",80728,1150,3,599,1595 -"215798",80728,1314,3,599,1522 -"215799",80728,1556,1,599,643 -"215800",80728,1560,3,599,2013 -"215801",80728,2206,3,599,2536 -"215802",80728,3100,3,599,2524 -"215803",80728,3786,3,599,2282 -"215804",80728,4526,3,599,1728 -"215805",80728,6063,3,599,2349 -"215806",80728,6071,3,599,2310 -"215807",80728,6562,2,599,1139 -"215808",80728,9912,2,599,1356 -"215809",80728,10279,3,599,886 -"215810",80728,11135,2,599,2441 -"215811",80728,11429,2,599,2520 -"215812",80728,12031,3,599,1957 -"215813",80728,13024,2,599,2468 -"215814",80728,14761,3,599,2502 -"215815",80728,15502,3,599,2637 -"215816",80728,16361,3,599,1641 -"215817",80728,17159,3,599,883 -"215818",80728,17999,3,599,2758 -"215819",80728,19687,2,599,2072 -"215820",80728,19972,3,599,2078 -"215821",80728,20413,2,599,806 -"215822",80728,21976,2,599,1808 -"215823",80728,22905,3,599,2599 -"215824",80728,23639,3,599,2065 -"215825",80728,23731,3,599,1656 -"215826",80728,24116,2,599,1413 -"215827",80728,24441,2,599,2256 -"215828",80728,25270,2,599,985 -"215829",80728,25286,3,599,1545 -"215830",80728,25451,3,599,698 -"215831",80728,25885,3,599,1223 -"215832",80728,25886,2,599,1580 -"215833",80728,26227,3,599,2265 -"215834",80728,26567,2,599,1158 -"215835",80728,37342,3,599,2649 -"215836",80728,40392,3,599,1878 -"215837",80728,41051,2,599,2767 -"215838",80728,45487,1,599,2256 -"215839",80728,47330,3,599,2422 -"215840",80728,47827,1,599,1957 -"215841",80728,48764,3,599,860 -"215842",80728,51448,3,599,1593 -"215843",80728,55436,3,599,2513 -"215844",80728,56212,3,599,1410 -"215845",80728,56673,3,599,2419 -"215846",80728,56726,3,599,969 -"215847",80728,62498,3,599,1698 -"215848",80728,65223,3,599,2724 -"215849",80728,78460,2,599,985 -"215850",80728,80061,1,599,1223 -"215851",80728,81134,3,599,1384 -"215852",80728,83007,3,599,2727 -"215853",80728,89955,2,599,1452 -"215854",80728,92381,3,599,1237 -"215855",80728,93317,1,599,1223 -"215856",80728,93670,2,599,1682 -"215857",80728,94339,3,599,2768 -"215858",80728,95211,2,599,2462 -"215859",80728,95661,2,599,872 -"215860",80728,99955,2,599,1223 -"215861",80728,104542,2,599,897 -"215862",80728,106554,3,599,1270 -"215863",80728,115194,3,599,604 -"215864",80728,116792,3,599,2397 -"215865",80764,854,3,1808,2307 -"215866",80764,1767,3,1808,2727 -"215867",80764,4504,3,1808,1905 -"215868",80764,13158,2,1808,2667 -"215869",80764,15106,3,1808,2286 -"215870",80764,15444,3,1808,2764 -"215871",80764,18165,3,1808,2085 -"215872",80764,19317,2,1808,2041 -"215873",80764,30236,2,1808,2238 -"215874",80764,38732,3,1808,2263 -"215875",80764,41682,3,1808,1988 -"215876",80764,44268,3,1808,2436 -"215877",80764,56397,3,1808,2053 -"215878",80784,270,3,1738,2542 -"215879",80784,6718,3,1738,2138 -"215880",80784,18394,3,1738,2356 -"215881",80784,23725,3,1738,2378 -"215882",80784,41051,3,1738,2767 -"215883",80784,47130,3,1738,2654 -"215884",80784,56082,3,1738,2395 -"215885",80784,61980,3,1738,2392 -"215886",80784,65223,3,1738,2724 -"215887",80784,72207,3,1738,2430 -"215888",80784,79804,3,1738,2227 -"215889",80793,3127,3,631,2273 -"215890",80793,4660,3,631,2149 -"215891",80793,7719,2,631,1954 -"215892",80793,8062,3,631,2858 -"215893",80793,8791,3,631,1789 -"215894",80793,9227,3,631,1267 -"215895",80793,10350,3,631,1163 -"215896",80793,12948,3,631,2669 -"215897",80793,16690,3,631,2132 -"215898",80793,17257,3,631,1117 -"215899",80793,31652,3,631,2047 -"215900",80793,32424,3,631,848 -"215901",80793,35589,3,631,983 -"215902",80793,37637,3,631,1328 -"215903",80793,40572,2,631,2666 -"215904",80793,45869,3,631,2840 -"215905",80793,46486,3,631,1868 -"215906",80793,63641,3,631,2337 -"215907",80793,66717,3,631,2104 -"215908",80793,67266,2,631,2010 -"215909",80793,72535,3,631,1191 -"215910",80793,78842,1,631,904 -"215911",80793,84822,3,631,2686 -"215912",80793,92148,3,631,1294 -"215913",80793,96007,3,631,895 -"215914",80793,99288,3,631,983 -"215915",80801,843,3,1250,2332 -"215916",80801,1708,3,1250,1591 -"215917",80801,2443,3,1250,2333 -"215918",80801,3271,2,1250,2216 -"215919",80801,3506,3,1250,2364 -"215920",80801,3819,3,1250,1583 -"215921",80801,6040,3,1250,2103 -"215922",80801,7123,3,1250,1964 -"215923",80801,7337,3,1250,1797 -"215924",80801,7604,3,1250,1366 -"215925",80801,8607,3,1250,1685 -"215926",80801,9269,1,1250,1892 -"215927",80801,9272,2,1250,2835 -"215928",80801,9895,1,1250,1960 -"215929",80801,9910,2,1250,2526 -"215930",80801,9948,2,1250,2019 -"215931",80801,10610,3,1250,1427 -"215932",80801,11351,3,1250,2971 -"215933",80801,11858,3,1250,1530 -"215934",80801,12914,2,1250,1557 -"215935",80801,14654,3,1250,1692 -"215936",80801,15813,3,1250,2143 -"215937",80801,16347,2,1250,1868 -"215938",80801,16437,3,1250,1956 -"215939",80801,17925,3,1250,2385 -"215940",80801,19075,3,1250,2214 -"215941",80801,20695,2,1250,2526 -"215942",80801,21044,3,1250,1574 -"215943",80801,24256,3,1250,2393 -"215944",80801,26740,2,1250,2695 -"215945",80801,28432,3,1250,1954 -"215946",80801,29930,3,1250,2240 -"215947",80801,31295,3,1250,2183 -"215948",80801,31705,3,1250,2706 -"215949",80801,32966,3,1250,1583 -"215950",80801,34331,2,1250,1727 -"215951",80801,37752,3,1250,2223 -"215952",80801,38219,3,1250,1689 -"215953",80801,38697,3,1250,2701 -"215954",80801,39439,3,1250,2462 -"215955",80801,39444,3,1250,2695 -"215956",80801,43173,3,1250,2895 -"215957",80801,43226,2,1250,2442 -"215958",80801,43768,3,1250,1468 -"215959",80801,44744,2,1250,2032 -"215960",80801,45449,3,1250,1610 -"215961",80801,46616,3,1250,1917 -"215962",80801,48110,2,1250,2009 -"215963",80801,48931,3,1250,2444 -"215964",80801,49379,3,1250,1573 -"215965",80801,50678,3,1250,1366 -"215966",80801,53445,3,1250,2028 -"215967",80801,53584,3,1250,2391 -"215968",80801,56364,1,1250,1626 -"215969",80801,57804,3,1250,2214 -"215970",80801,58508,2,1250,2326 -"215971",80801,59039,3,1250,2870 -"215972",80801,64712,3,1250,1411 -"215973",80801,69335,2,1250,2698 -"215974",80801,77719,3,1250,2086 -"215975",80801,78611,3,1250,1586 -"215976",80801,79874,2,1250,1570 -"215977",80801,80301,2,1250,1690 -"215978",80801,82039,3,1250,1327 -"215979",80801,82226,3,1250,1619 -"215980",80801,84591,2,1250,1685 -"215981",80801,92630,3,1250,1583 -"215982",80801,96387,3,1250,2159 -"215983",80801,101666,2,1250,1257 -"215984",80807,9269,3,1597,1892 -"215985",80807,16347,3,1597,1868 -"215986",80807,16963,3,1597,1999 -"215987",80812,24096,3,2357,2612 -"215988",80812,45729,3,2357,2606 -"215989",80825,5235,3,2315,2324 -"215990",80825,5350,3,2315,2522 -"215991",80825,6074,3,2315,2426 -"215992",80825,6491,3,2315,2424 -"215993",80825,9362,3,2315,2879 -"215994",80825,12528,3,2315,2589 -"215995",80825,14655,3,2315,2559 -"215996",80825,14834,1,2315,2739 -"215997",80825,20124,3,2315,2376 -"215998",80825,21138,3,2315,2849 -"215999",80825,21682,3,2315,2414 -"216000",80825,22141,3,2315,2348 -"216001",80825,24060,3,2315,2349 -"216002",80825,26749,3,2315,2965 -"216003",80825,38780,3,2315,2705 -"216004",80825,42129,3,2315,2318 -"216005",80825,42216,3,2315,2722 -"216006",80825,45302,3,2315,2390 -"216007",80825,46950,2,2315,2673 -"216008",80825,47248,3,2315,2883 -"216009",80825,49110,3,2315,2938 -"216010",80825,50134,3,2315,2674 -"216011",80825,51035,2,2315,2397 -"216012",80825,51866,3,2315,2411 -"216013",80825,53323,3,2315,2677 -"216014",80825,58508,3,2315,2326 -"216015",80825,64699,3,2315,2797 -"216016",80825,66983,1,2315,2397 -"216017",80825,74985,3,2315,2895 -"216018",80826,32503,3,1251,2020 -"216019",80826,42009,2,1251,1647 -"216020",80883,2609,3,280,834 -"216021",80883,11493,3,280,2077 -"216022",80883,28335,3,280,1240 -"216023",80883,54631,3,280,1531 -"216024",80883,55580,2,280,1942 -"216025",80883,57337,3,280,1443 -"216026",80883,77671,3,280,470 -"216027",80896,3100,3,943,2524 -"216028",80896,3786,3,943,2282 -"216029",80896,11135,3,943,2441 -"216030",80896,19687,3,943,2072 -"216031",80896,23639,3,943,2065 -"216032",80896,24116,3,943,1413 -"216033",80896,25270,3,943,985 -"216034",80896,25286,3,943,1545 -"216035",80896,26567,2,943,1158 -"216036",80896,34055,3,943,1881 -"216037",80896,47330,3,943,2422 -"216038",80896,56673,3,943,2419 -"216039",80896,62498,3,943,1698 -"216040",80896,78460,2,943,985 -"216041",80896,79236,3,943,1505 -"216042",80896,79404,3,943,1079 -"216043",80896,81134,2,943,1384 -"216044",80896,83133,3,943,1055 -"216045",80896,85264,3,943,1236 -"216046",80896,92381,3,943,1237 -"216047",80896,92947,3,943,1289 -"216048",80896,106554,3,943,1270 -"216049",80896,116792,3,943,2397 -"216050",80927,1364,3,823,859 -"216051",80927,3144,3,823,869 -"216052",80927,18543,3,823,2968 -"216053",80927,19718,3,823,1702 -"216054",80927,22282,3,823,1418 -"216055",80927,32503,3,823,2020 -"216056",80927,43173,3,823,2895 -"216057",80927,51572,3,823,912 -"216058",80927,52058,3,823,1836 -"216059",80927,55468,3,823,2511 -"216060",80927,73675,3,823,887 -"216061",80931,7245,3,1128,2089 -"216062",80931,31050,3,1128,1491 -"216063",80931,45633,3,1128,2134 -"216064",80931,49144,2,1128,1542 -"216065",80931,81781,1,1128,1431 -"216066",80942,1386,3,1240,1901 -"216067",80942,1685,3,1240,2230 -"216068",80942,3360,3,1240,1583 -"216069",80942,5346,3,1240,1438 -"216070",80942,5355,3,1240,1499 -"216071",80942,12000,3,1240,1454 -"216072",80942,13671,2,1240,1371 -"216073",80942,15207,3,1240,1855 -"216074",80942,19296,3,1240,1705 -"216075",80942,19366,3,1240,2279 -"216076",80942,22744,3,1240,1907 -"216077",80942,27074,3,1240,1454 -"216078",80942,29791,3,1240,1986 -"216079",80942,34327,3,1240,2959 -"216080",80942,38038,3,1240,2686 -"216081",80942,40850,3,1240,1396 -"216082",80942,45664,1,1240,2235 -"216083",80942,49069,2,1240,1694 -"216084",80942,50621,3,1240,2809 -"216085",80942,54903,3,1240,2493 -"216086",80942,70656,3,1240,2771 -"216087",80942,77057,2,1240,1866 -"216088",80942,77095,2,1240,1622 -"216089",80942,80655,3,1240,1546 -"216090",80942,84039,3,1240,1335 -"216091",80942,85638,3,1240,2275 -"216092",80942,87190,3,1240,1704 -"216093",80942,88171,3,1240,1488 -"216094",80942,90501,3,1240,2380 -"216095",80942,94520,3,1240,1243 -"216096",80944,341,3,2300,2689 -"216097",80944,10310,3,2300,2774 -"216098",80944,20331,3,2300,2365 -"216099",80944,33184,3,2300,2522 -"216100",80944,41770,3,2300,2752 -"216101",80970,1624,3,2069,2687 -"216102",80970,2647,3,2069,2450 -"216103",80970,4249,3,2069,2547 -"216104",80970,6345,3,2069,2713 -"216105",80970,7253,3,2069,2686 -"216106",80970,9724,3,2069,2713 -"216107",80970,12116,3,2069,2119 -"216108",80970,14957,3,2069,2306 -"216109",80970,15782,3,2069,2306 -"216110",80970,17499,3,2069,2954 -"216111",80970,20547,3,2069,2145 -"216112",80970,26597,2,2069,2070 -"216113",80970,28782,2,2069,2272 -"216114",80970,30714,2,2069,2485 -"216115",80970,31855,2,2069,2636 -"216116",80970,32169,3,2069,2504 -"216117",80970,36840,2,2069,2269 -"216118",80970,42382,2,2069,2224 -"216119",80970,42390,2,2069,2937 -"216120",80970,42407,3,2069,2408 -"216121",80970,43701,3,2069,2400 -"216122",80970,47607,3,2069,2724 -"216123",80970,51843,3,2069,2389 -"216124",80970,53584,2,2069,2391 -"216125",80970,53652,3,2069,2899 -"216126",80970,54385,3,2069,2340 -"216127",80970,69795,3,2069,2636 -"216128",80970,71999,3,2069,2685 -"216129",80970,73520,2,2069,2613 -"216130",80970,77719,3,2069,2086 -"216131",80979,145,3,1142,1998 -"216132",80979,160,2,1142,2007 -"216133",80979,316,2,1142,2413 -"216134",80979,341,3,1142,2689 -"216135",80979,915,3,1142,1793 -"216136",80979,1034,3,1142,1438 -"216137",80979,1195,3,1142,1322 -"216138",80979,1641,3,1142,1490 -"216139",80979,2181,3,1142,2030 -"216140",80979,2407,3,1142,1725 -"216141",80979,2894,3,1142,1291 -"216142",80979,3978,3,1142,2775 -"216143",80979,4929,2,1142,2240 -"216144",80979,4953,3,1142,2285 -"216145",80979,5392,3,1142,1648 -"216146",80979,6104,3,1142,2462 -"216147",80979,6324,3,1142,1990 -"216148",80979,6449,3,1142,1997 -"216149",80979,6821,3,1142,1788 -"216150",80979,7167,3,1142,1993 -"216151",80979,7241,3,1142,2259 -"216152",80979,8238,3,1142,2222 -"216153",80979,8842,2,1142,2535 -"216154",80979,9331,1,1142,2269 -"216155",80979,9423,2,1142,1708 -"216156",80979,12081,2,1142,2166 -"216157",80979,12388,3,1142,1975 -"216158",80979,12632,3,1142,1174 -"216159",80979,12729,3,1142,1835 -"216160",80979,13043,2,1142,1295 -"216161",80979,14918,3,1142,2071 -"216162",80979,15444,3,1142,2764 -"216163",80979,15546,3,1142,2055 -"216164",80979,16628,3,1142,2409 -"216165",80979,16850,3,1142,1657 -"216166",80979,16866,3,1142,2718 -"216167",80979,17351,1,1142,2036 -"216168",80979,17549,2,1142,2647 -"216169",80979,17632,1,1142,1947 -"216170",80979,17721,3,1142,1410 -"216171",80979,17938,2,1142,1410 -"216172",80979,18165,3,1142,2085 -"216173",80979,18670,2,1142,1835 -"216174",80979,18865,3,1142,2676 -"216175",80979,19208,2,1142,2629 -"216176",80979,19605,2,1142,2395 -"216177",80979,20331,2,1142,2365 -"216178",80979,20419,3,1142,1587 -"216179",80979,21079,3,1142,1997 -"216180",80979,21734,3,1142,2528 -"216181",80979,22682,3,1142,2035 -"216182",80979,24256,3,1142,2393 -"216183",80979,24456,2,1142,1238 -"216184",80979,24558,3,1142,2139 -"216185",80979,26595,3,1142,1566 -"216186",80979,27379,2,1142,2461 -"216187",80979,27642,2,1142,1531 -"216188",80979,27796,3,1142,2151 -"216189",80979,29289,3,1142,1756 -"216190",80979,29454,3,1142,2719 -"216191",80979,29512,3,1142,1594 -"216192",80979,30092,3,1142,1593 -"216193",80979,30827,3,1142,2323 -"216194",80979,31117,3,1142,2210 -"216195",80979,31159,3,1142,2231 -"216196",80979,31705,3,1142,2706 -"216197",80979,31890,3,1142,1487 -"216198",80979,34120,3,1142,2786 -"216199",80979,35516,3,1142,1229 -"216200",80979,38307,2,1142,2648 -"216201",80979,39464,3,1142,2314 -"216202",80979,41682,3,1142,1988 -"216203",80979,41764,3,1142,2409 -"216204",80979,41900,2,1142,1970 -"216205",80979,41945,2,1142,2856 -"216206",80979,43455,3,1142,2846 -"216207",80979,44688,1,1142,2924 -"216208",80979,45239,3,1142,2535 -"216209",80979,45329,3,1142,1693 -"216210",80979,46042,2,1142,1692 -"216211",80979,46043,3,1142,1358 -"216212",80979,46446,3,1142,2295 -"216213",80979,47564,3,1142,2650 -"216214",80979,49470,2,1142,1528 -"216215",80979,50113,3,1142,2059 -"216216",80979,50480,2,1142,2701 -"216217",80979,51610,3,1142,2635 -"216218",80979,54020,3,1142,1578 -"216219",80979,54631,3,1142,1531 -"216220",80979,56910,3,1142,2705 -"216221",80979,57532,3,1142,2617 -"216222",80979,63395,3,1142,2334 -"216223",80979,64699,3,1142,2797 -"216224",80979,65679,3,1142,1578 -"216225",80979,66756,3,1142,1301 -"216226",80979,70573,2,1142,1993 -"216227",80979,77611,3,1142,1795 -"216228",80979,77815,3,1142,2358 -"216229",80995,7292,3,262,1988 -"216230",80995,8470,3,262,288 -"216231",80995,9057,3,262,2629 -"216232",80995,9191,3,262,2707 -"216233",80995,22033,3,262,1356 -"216234",80995,27868,3,262,1607 -"216235",80995,39556,3,262,2747 -"216236",80995,50001,3,262,1518 -"216237",80995,59646,3,262,456 -"216238",80995,59868,2,262,1637 -"216239",80995,102820,2,262,501 -"216240",80995,106988,1,262,1164 -"216241",80996,21754,3,1501,1881 -"216242",80996,63030,3,1501,2251 -"216243",80996,67957,2,1501,2823 -"216244",80996,70613,3,1501,1724 -"216245",81014,613,3,1925,2687 -"216246",81014,997,3,1925,2788 -"216247",81014,6241,2,1925,2264 -"216248",81014,10859,3,1925,2231 -"216249",81014,17906,3,1925,1940 -"216250",81014,33991,3,1925,2249 -"216251",81014,35069,3,1925,2069 -"216252",81014,35360,3,1925,2043 -"216253",81014,39278,3,1925,1952 -"216254",81014,62832,3,1925,2606 -"216255",81077,21,3,498,1385 -"216256",81077,1520,3,498,1716 -"216257",81077,2206,3,498,2536 -"216258",81077,2429,3,498,999 -"216259",81077,2452,3,498,1715 -"216260",81077,2523,3,498,1691 -"216261",81077,2959,3,498,1785 -"216262",81077,3954,3,498,839 -"216263",81077,4430,3,498,2019 -"216264",81077,4567,3,498,2348 -"216265",81077,7684,3,498,790 -"216266",81077,7780,3,498,1920 -"216267",81077,7942,3,498,2623 -"216268",81077,8140,3,498,1262 -"216269",81077,8923,3,498,1266 -"216270",81077,9332,3,498,2734 -"216271",81077,9787,3,498,2858 -"216272",81077,10239,3,498,2032 -"216273",81077,10980,2,498,1974 -"216274",81077,12361,3,498,2732 -"216275",81077,12728,3,498,2374 -"216276",81077,12948,3,498,2669 -"216277",81077,13068,3,498,1778 -"216278",81077,13879,3,498,2748 -"216279",81077,14781,3,498,2338 -"216280",81077,15118,3,498,1311 -"216281",81077,17645,2,498,1918 -"216282",81077,18005,3,498,2449 -"216283",81077,19934,3,498,2888 -"216284",81077,20067,3,498,2390 -"216285",81077,21207,3,498,1258 -"216286",81077,22166,2,498,994 -"216287",81077,22704,2,498,1150 -"216288",81077,23692,1,498,1540 -"216289",81077,24568,3,498,1937 -"216290",81077,26957,3,498,987 -"216291",81077,29286,3,498,1612 -"216292",81077,30631,3,498,951 -"216293",81077,31408,2,498,994 -"216294",81077,32778,3,498,2310 -"216295",81077,34094,3,498,1360 -"216296",81077,34742,3,498,1883 -"216297",81077,35728,2,498,2017 -"216298",81077,37522,3,498,1270 -"216299",81077,38087,1,498,1083 -"216300",81077,38995,3,498,1940 -"216301",81077,40035,3,498,2742 -"216302",81077,42331,2,498,1585 -"216303",81077,44135,3,498,2620 -"216304",81077,44744,3,498,2032 -"216305",81077,44749,3,498,1303 -"216306",81077,45869,3,498,2840 -"216307",81077,46650,3,498,1330 -"216308",81077,46726,1,498,943 -"216309",81077,47529,3,498,2914 -"216310",81077,47810,3,498,957 -"216311",81077,48698,3,498,1474 -"216312",81077,49414,2,498,1667 -"216313",81077,50509,3,498,2050 -"216314",81077,50581,3,498,1258 -"216315",81077,50903,3,498,931 -"216316",81077,50996,1,498,929 -"216317",81077,52524,3,498,1197 -"216318",81077,55880,3,498,626 -"216319",81077,56862,3,498,868 -"216320",81077,59485,3,498,1564 -"216321",81077,60258,3,498,2405 -"216322",81077,60808,2,498,1258 -"216323",81077,62668,2,498,958 -"216324",81077,63409,3,498,1937 -"216325",81077,63604,2,498,927 -"216326",81077,67252,3,498,1215 -"216327",81077,67617,1,498,1149 -"216328",81077,70101,3,498,2414 -"216329",81077,70126,3,498,1158 -"216330",81077,70372,2,498,526 -"216331",81077,71219,3,498,967 -"216332",81077,72986,2,498,1055 -"216333",81077,79114,3,498,591 -"216334",81077,82046,3,498,748 -"216335",81077,83301,3,498,1385 -"216336",81077,84447,3,498,1006 -"216337",81077,84975,3,498,1138 -"216338",81077,87269,3,498,847 -"216339",81077,90236,3,498,1010 -"216340",81077,92678,3,498,1769 -"216341",81077,93026,3,498,704 -"216342",81077,93386,2,498,890 -"216343",81077,93398,3,498,828 -"216344",81077,95757,3,498,1232 -"216345",81077,96310,2,498,1016 -"216346",81077,97160,3,498,1215 -"216347",81077,98942,3,498,1588 -"216348",81077,103890,3,498,958 -"216349",81077,104098,3,498,512 -"216350",81077,107598,3,498,999 -"216351",81077,113116,3,498,769 -"216352",81077,114611,3,498,694 -"216353",81095,5315,3,1609,2631 -"216354",81095,19858,3,1609,2357 -"216355",81095,31003,3,1609,1859 -"216356",81095,36007,3,1609,2089 -"216357",81095,45633,3,1609,2134 -"216358",81095,45903,3,1609,2237 -"216359",81095,48127,1,1609,2677 -"216360",81095,48602,2,1609,1704 -"216361",81095,64502,3,1609,1670 -"216362",81113,14761,3,1914,2502 -"216363",81113,15075,3,1914,2252 -"216364",81113,23325,3,1914,2779 -"216365",81113,49621,2,1914,1915 -"216366",81113,52483,3,1914,2317 -"216367",81113,53537,3,1914,2428 -"216368",81113,56737,3,1914,2270 -"216369",81134,283,3,1384,2082 -"216370",81134,378,3,1384,2766 -"216371",81134,3100,3,1384,2524 -"216372",81134,3520,3,1384,2281 -"216373",81134,3786,3,1384,2282 -"216374",81134,4669,3,1384,2395 -"216375",81134,6071,3,1384,2310 -"216376",81134,11135,2,1384,2441 -"216377",81134,15502,3,1384,2637 -"216378",81134,19687,2,1384,2072 -"216379",81134,19972,3,1384,2078 -"216380",81134,21352,3,1384,1604 -"216381",81134,21976,3,1384,1808 -"216382",81134,22249,3,1384,1892 -"216383",81134,23639,2,1384,2065 -"216384",81134,23731,3,1384,1656 -"216385",81134,24116,2,1384,1413 -"216386",81134,25286,3,1384,1545 -"216387",81134,25678,3,1384,1558 -"216388",81134,25886,3,1384,1580 -"216389",81134,28567,3,1384,2398 -"216390",81134,32235,3,1384,2109 -"216391",81134,32312,2,1384,1472 -"216392",81134,34055,1,1384,1881 -"216393",81134,35688,3,1384,1551 -"216394",81134,38183,3,1384,2391 -"216395",81134,45487,3,1384,2256 -"216396",81134,47330,2,1384,2422 -"216397",81134,51448,3,1384,1593 -"216398",81134,56212,3,1384,1410 -"216399",81134,56673,2,1384,2419 -"216400",81134,62498,3,1384,1698 -"216401",81134,65223,3,1384,2724 -"216402",81134,79236,2,1384,1505 -"216403",81134,91772,3,1384,2233 -"216404",81134,93670,3,1384,1682 -"216405",81134,116792,3,1384,2397 -"216406",81162,1846,2,1240,1845 -"216407",81162,2540,3,1240,1398 -"216408",81162,2936,3,1240,2512 -"216409",81162,3493,3,1240,2451 -"216410",81162,3978,3,1240,2775 -"216411",81162,6989,3,1240,2623 -"216412",81162,21593,3,1240,1312 -"216413",81162,27390,3,1240,2425 -"216414",81162,35980,3,1240,2657 -"216415",81162,76286,3,1240,1642 -"216416",81164,2446,3,2260,2606 -"216417",81164,6697,3,2260,2438 -"216418",81164,11136,3,2260,2573 -"216419",81164,13136,3,2260,2867 -"216420",81164,22723,3,2260,2859 -"216421",81164,27908,3,2260,2576 -"216422",81164,30870,3,2260,2370 -"216423",81164,39534,3,2260,2410 -"216424",81164,49347,3,2260,2504 -"216425",81205,2282,3,546,2056 -"216426",81205,12378,3,546,1030 -"216427",81205,14212,3,546,857 -"216428",81205,17531,3,546,876 -"216429",81205,22357,2,546,1397 -"216430",81205,24252,3,546,639 -"216431",81205,36399,3,546,1357 -"216432",81205,38422,3,546,1019 -"216433",81205,43701,3,546,2400 -"216434",81205,54316,3,546,1202 -"216435",81205,66267,3,546,1278 -"216436",81205,102467,1,546,708 -"216437",81221,3164,3,2285,2693 -"216438",81221,3628,3,2285,2707 -"216439",81221,7795,3,2285,2789 -"216440",81221,11506,3,2285,2824 -"216441",81221,18394,3,2285,2356 -"216442",81221,27623,3,2285,2970 -"216443",81234,32939,3,2019,2277 -"216444",81234,57804,3,2019,2214 -"216445",81239,1386,1,547,1901 -"216446",81239,3695,3,547,2612 -"216447",81239,3877,3,547,1133 -"216448",81239,3966,3,547,2425 -"216449",81239,5120,3,547,2735 -"216450",81239,5491,3,547,2048 -"216451",81239,7078,3,547,2344 -"216452",81239,7394,2,547,2615 -"216453",81239,9030,2,547,1979 -"216454",81239,9202,3,547,2477 -"216455",81239,10558,3,547,2312 -"216456",81239,10945,3,547,881 -"216457",81239,11419,3,547,1408 -"216458",81239,12035,3,547,2721 -"216459",81239,13732,3,547,2789 -"216460",81239,14669,3,547,2080 -"216461",81239,14709,3,547,1901 -"216462",81239,15343,2,547,2125 -"216463",81239,16029,2,547,1160 -"216464",81239,17021,3,547,1226 -"216465",81239,17967,2,547,2125 -"216466",81239,18151,3,547,2962 -"216467",81239,20469,3,547,2125 -"216468",81239,21417,3,547,2422 -"216469",81239,21693,3,547,2176 -"216470",81239,21795,3,547,2653 -"216471",81239,22326,3,547,2818 -"216472",81239,22362,3,547,1836 -"216473",81239,22554,3,547,620 -"216474",81239,22652,3,547,1544 -"216475",81239,23159,3,547,1548 -"216476",81239,24362,3,547,1287 -"216477",81239,24511,3,547,1871 -"216478",81239,24608,3,547,1630 -"216479",81239,25541,2,547,917 -"216480",81239,25751,3,547,1523 -"216481",81239,25879,3,547,630 -"216482",81239,26865,3,547,2726 -"216483",81239,28923,3,547,2362 -"216484",81239,29791,2,547,1986 -"216485",81239,30081,2,547,2403 -"216486",81239,31898,3,547,1916 -"216487",81239,33722,3,547,1225 -"216488",81239,34311,3,547,2213 -"216489",81239,34327,2,547,2959 -"216490",81239,34693,3,547,1938 -"216491",81239,35542,3,547,1439 -"216492",81239,36950,3,547,2204 -"216493",81239,36962,3,547,2861 -"216494",81239,37333,3,547,1612 -"216495",81239,38038,3,547,2686 -"216496",81239,42618,3,547,2316 -"216497",81239,42814,3,547,1149 -"216498",81239,44641,3,547,1981 -"216499",81239,44729,1,547,588 -"216500",81239,45664,2,547,2235 -"216501",81239,47362,3,547,2253 -"216502",81239,48277,3,547,971 -"216503",81239,49741,3,547,839 -"216504",81239,49998,3,547,2761 -"216505",81239,52442,3,547,1269 -"216506",81239,55691,3,547,2856 -"216507",81239,56082,3,547,2395 -"216508",81239,59522,3,547,1516 -"216509",81239,65679,3,547,1578 -"216510",81239,70046,3,547,2624 -"216511",81239,70646,3,547,1162 -"216512",81239,73266,2,547,2496 -"216513",81239,77057,2,547,1866 -"216514",81239,77095,2,547,1622 -"216515",81239,77174,3,547,747 -"216516",81239,79088,3,547,1369 -"216517",81239,80655,2,547,1546 -"216518",81239,80942,3,547,1240 -"216519",81239,82735,3,547,829 -"216520",81239,84039,3,547,1335 -"216521",81239,86279,2,547,1076 -"216522",81239,87198,2,547,1462 -"216523",81239,89965,3,547,810 -"216524",81239,90501,2,547,2380 -"216525",81239,94808,3,547,988 -"216526",81239,96301,3,547,818 -"216527",81239,100334,3,547,777 -"216528",81239,103721,3,547,1030 -"216529",81239,110486,2,547,1014 -"216530",81239,113162,3,547,818 -"216531",81239,117932,3,547,926 -"216532",81269,2863,2,1570,1657 -"216533",81269,86978,3,1570,2733 -"216534",81269,94138,1,1570,1939 -"216535",81317,2591,3,457,1949 -"216536",81317,6577,3,457,1951 -"216537",81317,17716,3,457,915 -"216538",81317,21911,3,457,1184 -"216539",81317,28731,3,457,955 -"216540",81317,31243,2,457,1355 -"216541",81317,42747,3,457,1189 -"216542",81317,81949,3,457,950 -"216543",81326,2181,2,758,2030 -"216544",81326,2684,3,758,2874 -"216545",81326,8011,3,758,889 -"216546",81326,15799,1,758,1917 -"216547",81326,19937,2,758,1587 -"216548",81326,23526,2,758,1998 -"216549",81326,23715,3,758,1859 -"216550",81326,27694,3,758,2030 -"216551",81326,34836,3,758,2302 -"216552",81326,38019,3,758,1870 -"216553",81326,38300,1,758,1149 -"216554",81326,53303,3,758,1376 -"216555",81326,57990,3,758,978 -"216556",81326,58617,3,758,2093 -"216557",81326,59700,3,758,2346 -"216558",81326,63477,3,758,1907 -"216559",81326,72468,3,758,2292 -"216560",81326,82949,3,758,2077 -"216561",81326,104611,3,758,1623 -"216562",81349,160,3,1958,2007 -"216563",81349,1196,3,1958,1986 -"216564",81349,5350,3,1958,2522 -"216565",81349,5622,3,1958,2175 -"216566",81349,6047,3,1958,2004 -"216567",81349,9928,3,1958,2345 -"216568",81349,10358,3,1958,2294 -"216569",81349,11218,2,1958,2292 -"216570",81349,12042,3,1958,2345 -"216571",81349,13249,3,1958,2573 -"216572",81349,16352,3,1958,2657 -"216573",81349,17400,3,1958,2231 -"216574",81349,19208,3,1958,2629 -"216575",81349,25030,3,1958,2017 -"216576",81349,26080,3,1958,2525 -"216577",81349,26818,3,1958,1999 -"216578",81349,34735,3,1958,2767 -"216579",81349,47564,3,1958,2650 -"216580",81349,54929,3,1958,2783 -"216581",81400,13136,3,2679,2867 -"216582",81400,26182,3,2679,2775 -"216583",81400,53219,3,2679,2973 -"216584",81401,41718,3,211,804 -"216585",81437,19334,3,1101,1979 -"216586",81437,43961,3,1101,2443 -"216587",81437,44074,3,1101,1299 -"216588",81437,89538,3,1101,1847 -"216589",81463,5346,3,955,1438 -"216590",81463,6055,3,955,2651 -"216591",81463,7616,3,955,2296 -"216592",81463,8275,3,955,2237 -"216593",81463,12639,3,955,1141 -"216594",81463,12692,3,955,1855 -"216595",81463,13967,3,955,1354 -"216596",81463,15106,3,955,2286 -"216597",81463,15207,2,955,1855 -"216598",81463,16539,3,955,1947 -"216599",81463,19593,2,955,2013 -"216600",81463,21566,2,955,1234 -"216601",81463,23006,3,955,1532 -"216602",81463,27104,3,955,1608 -"216603",81463,28131,3,955,1492 -"216604",81463,28808,3,955,1063 -"216605",81463,29580,3,955,2776 -"216606",81463,35772,2,955,1440 -"216607",81463,36441,3,955,2796 -"216608",81463,40893,3,955,1116 -"216609",81463,41108,3,955,1624 -"216610",81463,42799,2,955,2729 -"216611",81463,45504,3,955,2301 -"216612",81463,45903,3,955,2237 -"216613",81463,46635,1,955,2528 -"216614",81463,49109,3,955,2341 -"216615",81463,55076,3,955,2408 -"216616",81463,56903,2,955,1584 -"216617",81463,62148,3,955,1566 -"216618",81463,68024,3,955,1531 -"216619",81463,74818,2,955,1440 -"216620",81463,76356,3,955,2323 -"216621",81463,79207,3,955,2244 -"216622",81463,85356,1,955,1492 -"216623",81463,86785,2,955,1607 -"216624",81463,91901,2,955,1236 -"216625",81463,92381,3,955,1237 -"216626",81463,94520,3,955,1243 -"216627",81463,96132,1,955,1489 -"216628",81463,109718,3,955,1237 -"216629",81469,2337,3,519,1697 -"216630",81469,2484,3,519,2389 -"216631",81469,2894,3,519,1291 -"216632",81469,3068,3,519,1815 -"216633",81469,3886,3,519,1669 -"216634",81469,4551,3,519,2720 -"216635",81469,4705,1,519,1714 -"216636",81469,4785,3,519,996 -"216637",81469,5610,3,519,2223 -"216638",81469,6222,3,519,1949 -"216639",81469,7258,1,519,1714 -"216640",81469,7858,3,519,1795 -"216641",81469,7936,3,519,1199 -"216642",81469,9423,3,519,1708 -"216643",81469,12081,3,519,2166 -"216644",81469,12712,3,519,815 -"216645",81469,12729,3,519,1835 -"216646",81469,13929,3,519,2693 -"216647",81469,14328,3,519,1725 -"216648",81469,14507,3,519,2686 -"216649",81469,14731,3,519,2012 -"216650",81469,14959,3,519,2898 -"216651",81469,15008,3,519,2338 -"216652",81469,15729,3,519,2338 -"216653",81469,15734,2,519,1616 -"216654",81469,16850,3,519,1657 -"216655",81469,17520,3,519,2276 -"216656",81469,17867,3,519,1904 -"216657",81469,17943,3,519,1943 -"216658",81469,18670,2,519,1835 -"216659",81469,19634,3,519,954 -"216660",81469,20219,3,519,2313 -"216661",81469,20423,2,519,2654 -"216662",81469,20486,3,519,1908 -"216663",81469,22682,3,519,2035 -"216664",81469,23319,2,519,2867 -"216665",81469,23641,3,519,1934 -"216666",81469,24256,3,519,2393 -"216667",81469,24558,3,519,2139 -"216668",81469,24825,3,519,2686 -"216669",81469,25078,3,519,2312 -"216670",81469,27796,3,519,2151 -"216671",81469,29512,3,519,1594 -"216672",81469,29899,3,519,2375 -"216673",81469,30236,3,519,2238 -"216674",81469,30334,3,519,2075 -"216675",81469,30891,3,519,1256 -"216676",81469,31159,2,519,2231 -"216677",81469,31295,3,519,2183 -"216678",81469,32017,3,519,577 -"216679",81469,32047,3,519,1858 -"216680",81469,32271,3,519,843 -"216681",81469,33850,2,519,931 -"216682",81469,35095,3,519,1502 -"216683",81469,35360,3,519,2043 -"216684",81469,35787,2,519,1132 -"216685",81469,36174,3,519,1382 -"216686",81469,36784,3,519,576 -"216687",81469,37636,3,519,2178 -"216688",81469,38259,3,519,2258 -"216689",81469,38921,3,519,1880 -"216690",81469,39464,3,519,2314 -"216691",81469,40009,3,519,1341 -"216692",81469,40392,3,519,1878 -"216693",81469,41664,3,519,2641 -"216694",81469,42264,3,519,1702 -"216695",81469,42783,3,519,2338 -"216696",81469,45239,3,519,2535 -"216697",81469,47082,3,519,1990 -"216698",81469,47385,3,519,1172 -"216699",81469,49787,3,519,2352 -"216700",81469,49812,3,519,1816 -"216701",81469,50001,3,519,1518 -"216702",81469,50252,3,519,2001 -"216703",81469,51783,3,519,2599 -"216704",81469,52835,3,519,995 -"216705",81469,53830,2,519,1307 -"216706",81469,53995,3,519,2151 -"216707",81469,56854,1,519,2022 -"216708",81469,59677,3,519,1174 -"216709",81469,60718,3,519,1229 -"216710",81469,60974,3,519,2972 -"216711",81469,66124,3,519,2174 -"216712",81469,66756,3,519,1301 -"216713",81469,82681,3,519,1620 -"216714",81469,99012,3,519,931 -"216715",81469,102793,1,519,912 -"216716",81478,3167,3,1640,1676 -"216717",81478,6417,3,1640,1675 -"216718",81478,8844,3,1640,1671 -"216719",81478,10779,3,1640,2881 -"216720",81478,13929,3,1640,2693 -"216721",81478,16352,3,1640,2657 -"216722",81478,24482,2,1640,1649 -"216723",81478,34158,3,1640,2639 -"216724",81478,50509,2,1640,2050 -"216725",81478,51157,2,1640,2319 -"216726",81478,64219,3,1640,2705 -"216727",81482,675,3,908,1686 -"216728",81482,1127,3,908,1188 -"216729",81482,1130,3,908,1566 -"216730",81482,1136,3,908,2536 -"216731",81482,1175,3,908,1642 -"216732",81482,2269,2,908,984 -"216733",81482,2325,3,908,1641 -"216734",81482,2765,2,908,2321 -"216735",81482,3966,3,908,2425 -"216736",81482,5491,3,908,2048 -"216737",81482,5710,3,908,1926 -"216738",81482,7861,2,908,1647 -"216739",81482,11208,1,908,1161 -"216740",81482,17931,3,908,1617 -"216741",81482,18615,3,908,1025 -"216742",81482,21795,3,908,2653 -"216743",81482,22714,2,908,2793 -"216744",81482,25129,3,908,2647 -"216745",81482,25341,3,908,1858 -"216746",81482,26282,2,908,1241 -"216747",81482,26766,1,908,1161 -"216748",81482,30602,3,908,960 -"216749",81482,34509,2,908,1973 -"216750",81482,37238,3,908,2609 -"216751",81482,39827,3,908,2321 -"216752",81482,42474,2,908,2322 -"216753",81482,44068,3,908,1056 -"216754",81482,47248,3,908,2883 -"216755",81482,51017,3,908,2073 -"216756",81482,51410,3,908,2739 -"216757",81482,53433,3,908,1187 -"216758",81482,58035,3,908,1646 -"216759",81482,63547,3,908,1023 -"216760",81482,64181,3,908,1828 -"216761",81482,67216,2,908,984 -"216762",81482,70605,3,908,1176 -"216763",81482,71618,1,908,2960 -"216764",81482,80190,3,908,2717 -"216765",81482,86799,3,908,1951 -"216766",81482,93933,3,908,1336 -"216767",81486,680,2,1297,2569 -"216768",81486,2540,3,1297,1398 -"216769",81486,3978,3,1297,2775 -"216770",81486,4303,3,1297,2414 -"216771",81486,8062,2,1297,2858 -"216772",81486,12759,2,1297,2414 -"216773",81486,18381,2,1297,1524 -"216774",81486,25373,1,1297,2783 -"216775",81486,30334,3,1297,2075 -"216776",81486,34870,3,1297,1873 -"216777",81486,35822,3,1297,1903 -"216778",81486,37636,3,1297,2178 -"216779",81486,40392,3,1297,1878 -"216780",81486,41723,2,1297,2101 -"216781",81486,50585,3,1297,2414 -"216782",81486,51783,3,1297,2599 -"216783",81486,94525,3,1297,1993 -"216784",81511,313,3,848,2271 -"216785",81511,377,3,848,2389 -"216786",81511,499,3,848,1931 -"216787",81511,543,2,848,2203 -"216788",81511,1151,3,848,2885 -"216789",81511,1616,3,848,2662 -"216790",81511,1777,3,848,1965 -"216791",81511,2484,2,848,2389 -"216792",81511,3088,3,848,1670 -"216793",81511,3161,3,848,2229 -"216794",81511,3830,3,848,1661 -"216795",81511,3878,3,848,1890 -"216796",81511,4057,3,848,2389 -"216797",81511,4763,3,848,1960 -"216798",81511,5078,3,848,2033 -"216799",81511,5457,3,848,2077 -"216800",81511,5462,3,848,2374 -"216801",81511,5504,2,848,2389 -"216802",81511,7323,2,848,2858 -"216803",81511,8621,3,848,1681 -"216804",81511,8760,3,848,2477 -"216805",81511,10874,3,848,1891 -"216806",81511,15184,3,848,2396 -"216807",81511,17520,3,848,2276 -"216808",81511,19027,3,848,2721 -"216809",81511,19248,3,848,2357 -"216810",81511,19606,3,848,2783 -"216811",81511,20700,3,848,2861 -"216812",81511,22006,3,848,1202 -"216813",81511,22749,3,848,1727 -"216814",81511,25198,3,848,1982 -"216815",81511,31799,3,848,2547 -"216816",81511,35256,3,848,2271 -"216817",81511,37570,2,848,2389 -"216818",81511,38048,3,848,867 -"216819",81511,38921,3,848,1880 -"216820",81511,42264,3,848,1702 -"216821",81511,44636,2,848,1026 -"216822",81511,50252,3,848,2001 -"216823",81511,54676,3,848,1342 -"216824",81511,57077,2,848,1885 -"216825",81511,60689,3,848,859 -"216826",81511,62488,3,848,1418 -"216827",81511,69498,3,848,931 -"216828",81511,71478,3,848,1721 -"216829",81511,80429,3,848,1927 -"216830",81511,85430,3,848,2370 -"216831",81511,89958,3,848,1186 -"216832",81511,102050,3,848,906 -"216833",81522,4551,3,1712,2720 -"216834",81545,3127,3,2077,2273 -"216835",81545,4612,3,2077,2804 -"216836",81545,5897,3,2077,2337 -"216837",81545,9787,3,2077,2858 -"216838",81545,13879,2,2077,2748 -"216839",81545,19655,3,2077,2706 -"216840",81545,22578,3,2077,2216 -"216841",81545,27914,3,2077,2507 -"216842",81545,34216,3,2077,2832 -"216843",81545,40572,3,2077,2666 -"216844",81545,46384,3,2077,2285 -"216845",81563,997,3,1188,2788 -"216846",81563,2742,3,1188,1192 -"216847",81563,5515,3,1188,2385 -"216848",81563,9702,3,1188,1928 -"216849",81563,11382,3,1188,2746 -"216850",81563,11875,3,1188,1526 -"216851",81563,12103,3,1188,1244 -"216852",81563,19606,3,1188,2783 -"216853",81563,23312,3,1188,2449 -"216854",81563,23534,3,1188,1659 -"216855",81563,50236,3,1188,2339 -"216856",81563,52323,3,1188,2148 -"216857",81563,56854,3,1188,2022 -"216858",81563,58617,3,1188,2093 -"216859",81586,499,3,877,1931 -"216860",81586,3460,3,877,2530 -"216861",81586,6942,3,877,1232 -"216862",81586,14422,3,877,1548 -"216863",81586,15453,2,877,1688 -"216864",81586,20494,3,877,1075 -"216865",81586,25480,3,877,2747 -"216866",81586,27792,3,877,1308 -"216867",81586,29170,3,877,1846 -"216868",81586,33356,3,877,1586 -"216869",81586,34842,2,877,2050 -"216870",81586,36439,3,877,2469 -"216871",81586,38755,3,877,2902 -"216872",81586,40293,3,877,1671 -"216873",81586,42642,3,877,2257 -"216874",81586,54067,3,877,2433 -"216875",81586,57337,2,877,1443 -"216876",81586,58133,3,877,1484 -"216877",81586,60386,2,877,1322 -"216878",81586,65316,3,877,1020 -"216879",81586,66726,3,877,2068 -"216880",81586,79612,1,877,927 -"216881",81588,380,3,1568,2261 -"216882",81588,671,3,1568,2328 -"216883",81588,913,3,1568,2144 -"216884",81588,1102,3,1568,2282 -"216885",81588,1639,3,1568,2631 -"216886",81588,2322,3,1568,1645 -"216887",81588,2424,3,1568,2582 -"216888",81588,2533,3,1568,2016 -"216889",81588,3271,3,1568,2216 -"216890",81588,3305,3,1568,2839 -"216891",81588,3306,3,1568,1989 -"216892",81588,3716,3,1568,1679 -"216893",81588,3801,3,1568,1974 -"216894",81588,4701,3,1568,2401 -"216895",81588,6047,3,1568,2004 -"216896",81588,6052,3,1568,1985 -"216897",81588,6718,3,1568,2138 -"216898",81588,8762,3,1568,2585 -"216899",81588,9057,3,1568,2629 -"216900",81588,9272,3,1568,2835 -"216901",81588,9311,3,1568,2477 -"216902",81588,9364,3,1568,1698 -"216903",81588,10358,3,1568,2294 -"216904",81588,10513,3,1568,2284 -"216905",81588,11006,3,1568,1950 -"216906",81588,11229,3,1568,1625 -"216907",81588,11440,3,1568,2026 -"216908",81588,11541,3,1568,1927 -"216909",81588,11620,3,1568,2010 -"216910",81588,12618,3,1568,2021 -"216911",81588,12728,2,1568,2374 -"216912",81588,14032,3,1568,2144 -"216913",81588,14959,3,1568,2898 -"216914",81588,15539,3,1568,1929 -"216915",81588,16332,3,1568,2668 -"216916",81588,16432,3,1568,2664 -"216917",81588,17931,3,1568,1617 -"216918",81588,19204,3,1568,1753 -"216919",81588,19248,3,1568,2357 -"216920",81588,19719,3,1568,2177 -"216921",81588,20124,3,1568,2376 -"216922",81588,20311,2,1568,1981 -"216923",81588,21122,3,1568,1701 -"216924",81588,21138,3,1568,2849 -"216925",81588,21285,3,1568,2100 -"216926",81588,21693,2,1568,2176 -"216927",81588,22326,2,1568,2818 -"216928",81588,22362,2,1568,1836 -"216929",81588,23508,3,1568,1907 -"216930",81588,23727,3,1568,1734 -"216931",81588,23729,2,1568,1624 -"216932",81588,23970,3,1568,1624 -"216933",81588,25305,3,1568,2447 -"216934",81588,25577,2,1568,1946 -"216935",81588,26451,3,1568,2133 -"216936",81588,26570,3,1568,1669 -"216937",81588,26749,2,1568,2965 -"216938",81588,27275,3,1568,2656 -"216939",81588,27390,3,1568,2425 -"216940",81588,27694,3,1568,2030 -"216941",81588,28015,2,1568,1624 -"216942",81588,30052,3,1568,2855 -"216943",81588,30173,3,1568,2404 -"216944",81588,31530,2,1568,1661 -"216945",81588,31691,3,1568,1657 -"216946",81588,32173,3,1568,2341 -"216947",81588,32919,3,1568,2321 -"216948",81588,33801,3,1568,2899 -"216949",81588,33949,3,1568,2489 -"216950",81588,34136,3,1568,2202 -"216951",81588,34836,3,1568,2302 -"216952",81588,38019,2,1568,1870 -"216953",81588,43226,3,1568,2442 -"216954",81588,43385,2,1568,1623 -"216955",81588,47772,3,1568,2293 -"216956",81588,48110,3,1568,2009 -"216957",81588,48605,3,1568,2796 -"216958",81588,51017,3,1568,2073 -"216959",81588,51035,3,1568,2397 -"216960",81588,52058,3,1568,1836 -"216961",81588,52570,3,1568,2645 -"216962",81588,52576,2,1568,2234 -"216963",81588,53196,3,1568,1888 -"216964",81588,53323,3,1568,2677 -"216965",81588,55082,3,1568,1856 -"216966",81588,55139,3,1568,2323 -"216967",81588,55438,3,1568,2863 -"216968",81588,55468,3,1568,2511 -"216969",81588,56082,3,1568,2395 -"216970",81588,56317,1,1568,2030 -"216971",81588,56340,3,1568,2060 -"216972",81588,58451,3,1568,1939 -"216973",81588,58508,2,1568,2326 -"216974",81588,58684,3,1568,2295 -"216975",81588,59700,3,1568,2346 -"216976",81588,61982,3,1568,2725 -"216977",81588,62841,3,1568,2710 -"216978",81588,64181,3,1568,1828 -"216979",81588,65007,3,1568,2530 -"216980",81588,66703,3,1568,2375 -"216981",81588,69335,3,1568,2698 -"216982",81588,70217,3,1568,2332 -"216983",81588,72207,3,1568,2430 -"216984",81588,73786,3,1568,2937 -"216985",81588,76892,3,1568,2381 -"216986",81588,79322,3,1568,2770 -"216987",81588,80301,3,1568,1690 -"216988",81588,82949,2,1568,2077 -"216989",81588,101295,3,1568,2165 -"216990",81588,101797,3,1568,2357 -"216991",81588,115622,3,1568,1895 -"216992",81591,4526,3,1550,1728 -"216993",81591,7942,3,1550,2623 -"216994",81591,16176,2,1550,2703 -"216995",81591,41023,3,1550,2408 -"216996",81593,81592,1,1156,2882 -"216997",81598,250,2,397,954 -"216998",81598,26218,3,397,2460 -"216999",81633,16365,2,1348,2217 -"217000",81674,2424,3,499,2582 -"217001",81674,3765,3,499,2775 -"217002",81674,4696,3,499,2656 -"217003",81674,4932,3,499,2752 -"217004",81674,6602,2,499,1631 -"217005",81674,7548,2,499,1932 -"217006",81674,7840,2,499,984 -"217007",81674,9200,3,499,787 -"217008",81674,9364,3,499,1698 -"217009",81674,10439,2,499,773 -"217010",81674,10474,1,499,1608 -"217011",81674,10843,3,499,2277 -"217012",81674,17790,3,499,2783 -"217013",81674,18393,3,499,860 -"217014",81674,19092,3,499,906 -"217015",81674,21318,3,499,780 -"217016",81674,22181,2,499,1274 -"217017",81674,22422,2,499,894 -"217018",81674,25610,2,499,2328 -"217019",81674,27261,3,499,1368 -"217020",81674,28896,3,499,1395 -"217021",81674,29923,3,499,626 -"217022",81674,30334,3,499,2075 -"217023",81674,33433,3,499,2805 -"217024",81674,34820,2,499,1630 -"217025",81674,35888,3,499,2291 -"217026",81674,36578,3,499,1484 -"217027",81674,37636,3,499,2178 -"217028",81674,40392,3,499,1878 -"217029",81674,40913,3,499,1800 -"217030",81674,41211,3,499,896 -"217031",81674,47869,3,499,2097 -"217032",81674,49581,3,499,1817 -"217033",81674,51783,3,499,2599 -"217034",81674,67521,2,499,545 -"217035",81674,69300,3,499,2068 -"217036",81674,89278,3,499,587 -"217037",81674,96611,3,499,765 -"217038",81674,102301,2,499,865 -"217039",81674,121260,3,499,2042 -"217040",81676,1453,3,839,1737 -"217041",81676,2742,3,839,1192 -"217042",81676,5346,3,839,1438 -"217043",81676,8275,3,839,2237 -"217044",81676,12639,3,839,1141 -"217045",81676,15207,2,839,1855 -"217046",81676,18615,3,839,1025 -"217047",81676,19593,3,839,2013 -"217048",81676,21566,2,839,1234 -"217049",81676,23006,3,839,1532 -"217050",81676,28130,3,839,908 -"217051",81676,35772,2,839,1440 -"217052",81676,36441,3,839,2796 -"217053",81676,42799,2,839,2729 -"217054",81676,46635,3,839,2528 -"217055",81676,52530,3,839,1737 -"217056",81676,53630,2,839,1565 -"217057",81676,56903,3,839,1584 -"217058",81676,59082,3,839,947 -"217059",81676,68024,3,839,1531 -"217060",81676,70679,3,839,2251 -"217061",81676,74054,3,839,1488 -"217062",81676,74818,1,839,1440 -"217063",81676,81463,3,839,955 -"217064",81676,85356,2,839,1492 -"217065",81676,91901,3,839,1236 -"217066",81676,94520,3,839,1243 -"217067",81676,96132,2,839,1489 -"217068",81716,4430,3,1199,2019 -"217069",81716,13079,3,1199,2547 -"217070",81716,14287,3,1199,1583 -"217071",81716,14998,3,1199,1553 -"217072",81716,15826,3,1199,2772 -"217073",81716,16502,3,1199,1616 -"217074",81716,26974,3,1199,1672 -"217075",81716,30865,3,1199,2038 -"217076",81716,33017,3,1199,1493 -"217077",81716,46486,3,1199,1868 -"217078",81716,46570,3,1199,1707 -"217079",81716,56569,3,1199,1993 -"217080",81716,83066,2,1199,1229 -"217081",81716,90745,3,1199,1994 -"217082",81753,728,3,1736,1812 -"217083",81753,4367,1,1736,2794 -"217084",81753,7355,3,1736,1928 -"217085",81753,8865,3,1736,2394 -"217086",81753,9241,3,1736,2338 -"217087",81753,12078,3,1736,2381 -"217088",81753,14754,3,1736,2456 -"217089",81753,15567,3,1736,2671 -"217090",81753,19433,3,1736,2504 -"217091",81753,24757,3,1736,1939 -"217092",81753,29997,3,1736,1789 -"217093",81753,31335,3,1736,2351 -"217094",81753,34908,3,1736,2796 -"217095",81753,45869,3,1736,2840 -"217096",81753,54284,3,1736,2491 -"217097",81753,57067,3,1736,2547 -"217098",81753,58559,3,1736,2242 -"217099",81753,59683,3,1736,2068 -"217100",81753,69232,2,1736,2130 -"217101",81781,135,3,1431,2233 -"217102",81781,455,3,1431,2827 -"217103",81781,1367,3,1431,2176 -"217104",81781,7245,2,1431,2089 -"217105",81781,8533,3,1431,2251 -"217106",81781,18415,3,1431,2184 -"217107",81781,20563,3,1431,2267 -"217108",81781,24568,3,1431,1937 -"217109",81781,31050,2,1431,1491 -"217110",81781,34160,3,1431,1759 -"217111",81781,35302,3,1431,1589 -"217112",81781,45633,2,1431,2134 -"217113",81781,49144,1,1431,1542 -"217114",81781,53196,3,1431,1888 -"217115",81781,63409,3,1431,1937 -"217116",81781,65691,3,1431,2134 -"217117",81781,68487,3,1431,2592 -"217118",81805,4430,3,1607,2019 -"217119",81805,5962,3,1607,2491 -"217120",81805,6119,3,1607,2358 -"217121",81805,10336,2,1607,2271 -"217122",81805,16286,3,1607,2470 -"217123",81805,17645,3,1607,1918 -"217124",81805,17826,3,1607,2920 -"217125",81805,37036,2,1607,2264 -"217126",81805,104828,3,1607,1609 -"217127",81813,3242,3,1656,1730 -"217128",81813,4618,3,1656,2607 -"217129",81813,4687,3,1656,2152 -"217130",81813,4980,3,1656,2093 -"217131",81813,8621,3,1656,1681 -"217132",81813,10404,3,1656,2062 -"217133",81813,10890,3,1656,2639 -"217134",81813,20563,3,1656,2267 -"217135",81813,23704,3,1656,2278 -"217136",81813,26436,1,1656,2489 -"217137",81813,26516,2,1656,2479 -"217138",81813,27753,3,1656,2750 -"217139",81813,34492,2,1656,1798 -"217140",81813,38449,3,1656,1802 -"217141",81813,45715,3,1656,2287 -"217142",81813,51410,3,1656,2739 -"217143",81813,54740,3,1656,2750 -"217144",81813,64793,3,1656,2819 -"217145",81848,1570,2,221,2028 -"217146",81848,2724,3,221,2447 -"217147",81848,3272,3,221,2132 -"217148",81848,3477,3,221,2546 -"217149",81848,3559,2,221,2413 -"217150",81848,3678,3,221,1325 -"217151",81848,4622,3,221,1589 -"217152",81848,6063,3,221,2349 -"217153",81848,6562,3,221,1139 -"217154",81848,7648,2,221,1861 -"217155",81848,9273,2,221,1747 -"217156",81848,9328,3,221,1937 -"217157",81848,9462,2,221,378 -"217158",81848,10435,3,221,1984 -"217159",81848,10755,3,221,1742 -"217160",81848,10756,3,221,2207 -"217161",81848,11803,3,221,1232 -"217162",81848,12735,3,221,819 -"217163",81848,12779,3,221,936 -"217164",81848,12861,3,221,1207 -"217165",81848,14061,3,221,1620 -"217166",81848,14442,3,221,2700 -"217167",81848,14902,2,221,562 -"217168",81848,16184,3,221,2274 -"217169",81848,17608,2,221,1216 -"217170",81848,17768,3,221,2468 -"217171",81848,18217,3,221,1566 -"217172",81848,18455,2,221,1237 -"217173",81848,20371,3,221,595 -"217174",81848,21701,3,221,1198 -"217175",81848,22462,3,221,869 -"217176",81848,24867,2,221,1861 -"217177",81848,25053,2,221,2186 -"217178",81848,26100,3,221,1966 -"217179",81848,29067,3,221,1538 -"217180",81848,29354,2,221,1123 -"217181",81848,31281,3,221,1937 -"217182",81848,32904,3,221,2055 -"217183",81848,33223,3,221,2397 -"217184",81848,36975,3,221,887 -"217185",81848,36996,3,221,2321 -"217186",81848,39911,3,221,1445 -"217187",81848,40542,3,221,1664 -"217188",81848,41669,3,221,1247 -"217189",81848,44132,3,221,1999 -"217190",81848,44466,3,221,1607 -"217191",81848,44501,3,221,2567 -"217192",81848,46849,2,221,1238 -"217193",81848,47094,3,221,2592 -"217194",81848,49805,3,221,2445 -"217195",81848,54407,3,221,514 -"217196",81848,55446,2,221,1247 -"217197",81848,55997,2,221,1414 -"217198",81848,59289,2,221,2896 -"217199",81848,69830,3,221,378 -"217200",81848,74054,3,221,1488 -"217201",81848,76503,3,221,1136 -"217202",81848,77519,3,221,819 -"217203",81848,79435,2,221,299 -"217204",81848,80653,3,221,285 -"217205",81848,84317,3,221,2081 -"217206",81848,84322,2,221,1635 -"217207",81848,88739,3,221,933 -"217208",81848,91465,1,221,1047 -"217209",81848,93123,3,221,870 -"217210",81848,103536,2,221,475 -"217211",81848,104281,3,221,2228 -"217212",81853,12818,3,1207,2015 -"217213",81853,13024,2,1207,2468 -"217214",81853,25678,2,1207,1558 -"217215",81853,32312,3,1207,1472 -"217216",81853,34055,2,1207,1881 -"217217",81853,81134,2,1207,1384 -"217218",81865,34480,3,2704,2755 -"217219",81895,1592,3,1634,2006 -"217220",81895,1691,2,1634,1941 -"217221",81895,3271,3,1634,2216 -"217222",81895,4226,3,1634,1903 -"217223",81895,6030,3,1634,2953 -"217224",81895,6390,3,1634,2385 -"217225",81895,6491,3,1634,2424 -"217226",81895,9272,3,1634,2835 -"217227",81895,10222,3,1634,2212 -"217228",81895,12374,3,1634,2260 -"217229",81895,14108,3,1634,2012 -"217230",81895,18543,3,1634,2968 -"217231",81895,20407,3,1634,2339 -"217232",81895,26451,3,1634,2133 -"217233",81895,26793,3,1634,2104 -"217234",81895,32503,2,1634,2020 -"217235",81895,33622,3,1634,2230 -"217236",81895,34136,3,1634,2202 -"217237",81895,35481,3,1634,2211 -"217238",81895,36439,3,1634,2469 -"217239",81895,40369,3,1634,2735 -"217240",81895,43173,3,1634,2895 -"217241",81895,43226,3,1634,2442 -"217242",81895,48110,3,1634,2009 -"217243",81895,58508,3,1634,2326 -"217244",81895,60116,3,1634,2668 -"217245",81895,69335,3,1634,2698 -"217246",81895,74636,3,1634,2525 -"217247",81895,80301,3,1634,1690 -"217248",81895,88232,3,1634,2881 -"217249",81895,108379,3,1634,2933 -"217250",81949,2591,3,950,1949 -"217251",81949,6577,3,950,1951 -"217252",81949,21911,3,950,1184 -"217253",81949,28731,3,950,955 -"217254",81949,31243,2,950,1355 -"217255",81949,42747,3,950,1189 -"217256",81965,11676,1,550,1614 -"217257",81965,18479,3,550,2967 -"217258",81965,89752,2,550,585 -"217259",81965,90570,1,550,964 -"217260",81989,14,3,438,1793 -"217261",81989,508,2,438,801 -"217262",81989,854,3,438,2307 -"217263",81989,915,3,438,1793 -"217264",81989,2894,2,438,1291 -"217265",81989,5392,2,438,1648 -"217266",81989,5615,2,438,1105 -"217267",81989,6192,3,438,2409 -"217268",81989,6222,3,438,1949 -"217269",81989,7406,3,438,1906 -"217270",81989,11770,3,438,1653 -"217271",81989,12388,1,438,1975 -"217272",81989,14959,3,438,2898 -"217273",81989,15215,2,438,798 -"217274",81989,15444,2,438,2764 -"217275",81989,16053,3,438,908 -"217276",81989,17027,3,438,2772 -"217277",81989,17097,3,438,1505 -"217278",81989,17351,3,438,2036 -"217279",81989,18165,3,438,2085 -"217280",81989,18404,2,438,801 -"217281",81989,19317,3,438,2041 -"217282",81989,20067,3,438,2390 -"217283",81989,21126,3,438,2331 -"217284",81989,21248,3,438,2232 -"217285",81989,21275,3,438,2609 -"217286",81989,22403,3,438,1630 -"217287",81989,23460,3,438,2183 -"217288",81989,25033,3,438,929 -"217289",81989,29372,3,438,528 -"217290",81989,33380,3,438,2340 -"217291",81989,36784,3,438,576 -"217292",81989,38921,3,438,1880 -"217293",81989,40646,3,438,1583 -"217294",81989,41682,3,438,1988 -"217295",81989,42837,3,438,1096 -"217296",81989,43077,3,438,884 -"217297",81989,45545,3,438,1776 -"217298",81989,47003,3,438,1915 -"217299",81989,48435,3,438,528 -"217300",81989,50487,3,438,744 -"217301",81989,55580,3,438,1942 -"217302",81989,61242,3,438,1650 -"217303",81989,66756,3,438,1301 -"217304",81989,82009,1,438,1020 -"217305",81989,85329,3,438,738 -"217306",81989,95155,3,438,849 -"217307",81995,31705,3,2673,2706 -"217308",82009,14,3,1020,1793 -"217309",82009,854,3,1020,2307 -"217310",82009,915,3,1020,1793 -"217311",82009,2894,2,1020,1291 -"217312",82009,5235,3,1020,2324 -"217313",82009,5392,2,1020,1648 -"217314",82009,5615,2,1020,1105 -"217315",82009,6192,3,1020,2409 -"217316",82009,6222,3,1020,1949 -"217317",82009,7406,3,1020,1906 -"217318",82009,11770,3,1020,1653 -"217319",82009,12388,1,1020,1975 -"217320",82009,13158,3,1020,2667 -"217321",82009,13808,3,1020,1356 -"217322",82009,14959,3,1020,2898 -"217323",82009,15106,3,1020,2286 -"217324",82009,15444,2,1020,2764 -"217325",82009,17027,3,1020,2772 -"217326",82009,17097,2,1020,1505 -"217327",82009,17351,3,1020,2036 -"217328",82009,18165,2,1020,2085 -"217329",82009,19317,2,1020,2041 -"217330",82009,20067,3,1020,2390 -"217331",82009,21126,2,1020,2331 -"217332",82009,21248,3,1020,2232 -"217333",82009,21275,3,1020,2609 -"217334",82009,22403,3,1020,1630 -"217335",82009,23460,3,1020,2183 -"217336",82009,29884,3,1020,1239 -"217337",82009,30236,3,1020,2238 -"217338",82009,30798,3,1020,1398 -"217339",82009,33380,3,1020,2340 -"217340",82009,38921,3,1020,1880 -"217341",82009,40646,3,1020,1583 -"217342",82009,41682,3,1020,1988 -"217343",82009,42837,3,1020,1096 -"217344",82009,45302,3,1020,2390 -"217345",82009,45545,3,1020,1776 -"217346",82009,47003,3,1020,1915 -"217347",82009,47803,3,1020,2477 -"217348",82009,51016,3,1020,1141 -"217349",82009,52261,3,1020,2162 -"217350",82009,55580,3,1020,1942 -"217351",82009,61242,2,1020,1650 -"217352",82009,66756,3,1020,1301 -"217353",82009,80764,3,1020,1808 -"217354",82023,2057,1,992,1965 -"217355",82023,2190,3,992,2359 -"217356",82023,2429,3,992,999 -"217357",82023,2668,3,992,1529 -"217358",82023,5235,3,992,2324 -"217359",82023,5599,3,992,1684 -"217360",82023,7896,3,992,2447 -"217361",82023,9723,3,992,2302 -"217362",82023,11029,3,992,2362 -"217363",82023,11136,3,992,2573 -"217364",82023,11585,3,992,1817 -"217365",82023,11588,3,992,2352 -"217366",82023,13760,3,992,2871 -"217367",82023,14558,3,992,1585 -"217368",82023,18672,3,992,1182 -"217369",82023,18873,3,992,1231 -"217370",82023,19208,3,992,2629 -"217371",82023,19231,2,992,1424 -"217372",82023,19605,3,992,2395 -"217373",82023,24497,3,992,1979 -"217374",82023,26700,2,992,1663 -"217375",82023,29997,2,992,1789 -"217376",82023,32606,3,992,2100 -"217377",82023,32778,3,992,2310 -"217378",82023,36344,3,992,2570 -"217379",82023,38938,3,992,1593 -"217380",82023,40138,3,992,2719 -"217381",82023,41338,3,992,1553 -"217382",82023,47529,1,992,2914 -"217383",82023,47760,2,992,1108 -"217384",82023,51879,3,992,1771 -"217385",82023,52524,3,992,1197 -"217386",82023,54127,3,992,1593 -"217387",82023,54929,3,992,2783 -"217388",82023,63263,3,992,1267 -"217389",82023,65856,3,992,2504 -"217390",82023,69232,3,992,2130 -"217391",82023,71652,3,992,2638 -"217392",82023,81164,3,992,2260 -"217393",82023,84447,3,992,1006 -"217394",82023,92217,3,992,1663 -"217395",82023,92490,2,992,1230 -"217396",82023,92919,3,992,1645 -"217397",82023,95757,3,992,1232 -"217398",82023,122909,3,992,1198 -"217399",82039,843,2,1327,2332 -"217400",82039,1369,3,1327,2487 -"217401",82039,1708,3,1327,1591 -"217402",82039,2272,3,1327,1640 -"217403",82039,2647,3,1327,2450 -"217404",82039,3271,2,1327,2216 -"217405",82039,4691,3,1327,1888 -"217406",82039,5637,3,1327,1976 -"217407",82039,6999,3,1327,2214 -"217408",82039,7337,3,1327,1797 -"217409",82039,7604,2,1327,1366 -"217410",82039,8607,3,1327,1685 -"217411",82039,9272,2,1327,2835 -"217412",82039,9724,3,1327,2713 -"217413",82039,13340,3,1327,1918 -"217414",82039,14470,3,1327,2632 -"217415",82039,14654,3,1327,1692 -"217416",82039,16437,3,1327,1956 -"217417",82039,19075,3,1327,2214 -"217418",82039,20541,3,1327,2617 -"217419",82039,22410,3,1327,2158 -"217420",82039,28432,3,1327,1954 -"217421",82039,31264,3,1327,2335 -"217422",82039,34331,3,1327,1727 -"217423",82039,35317,3,1327,1888 -"217424",82039,37752,3,1327,2223 -"217425",82039,38219,3,1327,1689 -"217426",82039,39439,3,1327,2462 -"217427",82039,39444,3,1327,2695 -"217428",82039,42382,3,1327,2224 -"217429",82039,42407,3,1327,2408 -"217430",82039,43173,3,1327,2895 -"217431",82039,43226,2,1327,2442 -"217432",82039,46616,3,1327,1917 -"217433",82039,47607,3,1327,2724 -"217434",82039,48110,2,1327,2009 -"217435",82039,53445,3,1327,2028 -"217436",82039,53584,3,1327,2391 -"217437",82039,57804,3,1327,2214 -"217438",82039,58508,2,1327,2326 -"217439",82039,59039,3,1327,2870 -"217440",82039,69335,2,1327,2698 -"217441",82039,73520,3,1327,2613 -"217442",82039,80301,2,1327,1690 -"217443",82039,82226,3,1327,1619 -"217444",82039,84591,3,1327,1685 -"217445",82039,93553,1,1327,2537 -"217446",82043,9850,3,54,2974 -"217447",82043,21076,3,54,1591 -"217448",82046,38087,3,748,1083 -"217449",82046,46726,3,748,943 -"217450",82046,67252,3,748,1215 -"217451",82046,67617,3,748,1149 -"217452",82046,120585,3,748,961 -"217453",82052,18108,3,885,1656 -"217454",82052,41021,3,885,978 -"217455",82052,43025,2,885,2824 -"217456",82052,44763,3,885,1324 -"217457",82124,1092,3,756,1945 -"217458",82124,3753,3,756,1255 -"217459",82124,10945,3,756,881 -"217460",82124,35752,3,756,1158 -"217461",82124,44819,3,756,2063 -"217462",82131,2294,3,186,1638 -"217463",82131,3520,2,186,2281 -"217464",82131,3786,3,186,2282 -"217465",82131,5606,3,186,2875 -"217466",82131,6078,3,186,498 -"217467",82131,6390,3,186,2385 -"217468",82131,8011,3,186,889 -"217469",82131,9656,3,186,1135 -"217470",82131,11516,3,186,1937 -"217471",82131,12473,3,186,801 -"217472",82131,12632,2,186,1174 -"217473",82131,13034,3,186,698 -"217474",82131,16347,3,186,1868 -"217475",82131,19687,3,186,2072 -"217476",82131,20517,3,186,1465 -"217477",82131,21352,1,186,1604 -"217478",82131,25286,3,186,1545 -"217479",82131,26567,3,186,1158 -"217480",82131,29276,3,186,2000 -"217481",82131,31087,3,186,1757 -"217482",82131,33341,3,186,2338 -"217483",82131,33363,3,186,2475 -"217484",82131,39187,2,186,2166 -"217485",82131,42195,3,186,573 -"217486",82131,47330,3,186,2422 -"217487",82131,47435,3,186,878 -"217488",82131,47956,3,186,222 -"217489",82131,48764,3,186,860 -"217490",82131,54855,3,186,1525 -"217491",82131,56673,3,186,2419 -"217492",82131,62219,3,186,2494 -"217493",82131,65478,3,186,220 -"217494",82131,75502,3,186,1474 -"217495",82131,80050,2,186,2698 -"217496",82131,81134,3,186,1384 -"217497",82131,82618,3,186,1536 -"217498",82131,91772,1,186,2233 -"217499",82131,97240,2,186,1027 -"217500",82131,97940,3,186,431 -"217501",82131,104542,3,186,897 -"217502",82131,106554,3,186,1270 -"217503",82172,9311,3,746,2477 -"217504",82172,33356,3,746,1586 -"217505",82172,34992,3,746,893 -"217506",82172,49121,3,746,2199 -"217507",82172,50224,3,746,1123 -"217508",82172,70748,3,746,978 -"217509",82172,72083,3,746,1122 -"217510",82172,116025,3,746,1874 -"217511",82175,2802,3,1590,1836 -"217512",82175,12031,3,1590,1957 -"217513",82175,41051,3,1590,2767 -"217514",82175,95211,2,1590,2462 -"217515",82187,145,3,1055,1998 -"217516",82187,854,3,1055,2307 -"217517",82187,1641,3,1055,1490 -"217518",82187,2484,3,1055,2389 -"217519",82187,2894,3,1055,1291 -"217520",82187,3068,3,1055,1815 -"217521",82187,3978,3,1055,2775 -"217522",82187,4723,3,1055,1314 -"217523",82187,4929,3,1055,2240 -"217524",82187,5610,3,1055,2223 -"217525",82187,5865,3,1055,1910 -"217526",82187,6324,3,1055,1990 -"217527",82187,6821,3,1055,1788 -"217528",82187,6942,3,1055,1232 -"217529",82187,7616,2,1055,2296 -"217530",82187,8238,3,1055,2222 -"217531",82187,8842,3,1055,2535 -"217532",82187,9331,3,1055,2269 -"217533",82187,9423,2,1055,1708 -"217534",82187,12081,2,1055,2166 -"217535",82187,12122,3,1055,1385 -"217536",82187,12388,3,1055,1975 -"217537",82187,12729,3,1055,1835 -"217538",82187,14507,3,1055,2686 -"217539",82187,14731,3,1055,2012 -"217540",82187,14918,3,1055,2071 -"217541",82187,15122,3,1055,1201 -"217542",82187,15632,3,1055,1242 -"217543",82187,16539,2,1055,1947 -"217544",82187,16542,3,1055,2039 -"217545",82187,16850,3,1055,1657 -"217546",82187,17351,3,1055,2036 -"217547",82187,17549,3,1055,2647 -"217548",82187,17632,3,1055,1947 -"217549",82187,17938,3,1055,1410 -"217550",82187,18670,2,1055,1835 -"217551",82187,19317,3,1055,2041 -"217552",82187,19606,3,1055,2783 -"217553",82187,20331,3,1055,2365 -"217554",82187,21079,3,1055,1997 -"217555",82187,22025,3,1055,1591 -"217556",82187,22682,2,1055,2035 -"217557",82187,24256,2,1055,2393 -"217558",82187,24753,3,1055,2860 -"217559",82187,24793,2,1055,1993 -"217560",82187,24825,3,1055,2686 -"217561",82187,24826,3,1055,1382 -"217562",82187,26083,3,1055,2038 -"217563",82187,27796,3,1055,2151 -"217564",82187,29089,3,1055,1344 -"217565",82187,29289,3,1055,1756 -"217566",82187,29512,2,1055,1594 -"217567",82187,29884,3,1055,1239 -"217568",82187,29930,3,1055,2240 -"217569",82187,31159,3,1055,2231 -"217570",82187,31209,3,1055,1137 -"217571",82187,31705,2,1055,2706 -"217572",82187,31890,2,1055,1487 -"217573",82187,31901,2,1055,1251 -"217574",82187,32419,3,1055,1909 -"217575",82187,33010,3,1055,2189 -"217576",82187,38307,3,1055,2648 -"217577",82187,41664,3,1055,2641 -"217578",82187,41900,3,1055,1970 -"217579",82187,41945,3,1055,2856 -"217580",82187,43614,3,1055,1712 -"217581",82187,44089,3,1055,1632 -"217582",82187,44688,3,1055,2924 -"217583",82187,45545,2,1055,1776 -"217584",82187,46680,2,1055,1690 -"217585",82187,47564,3,1055,2650 -"217586",82187,49334,3,1055,2433 -"217587",82187,49470,3,1055,1528 -"217588",82187,50001,3,1055,1518 -"217589",82187,50113,3,1055,2059 -"217590",82187,50254,3,1055,1151 -"217591",82187,52597,3,1055,1773 -"217592",82187,53830,3,1055,1307 -"217593",82187,55076,3,1055,2408 -"217594",82187,56854,3,1055,2022 -"217595",82187,63477,3,1055,1907 -"217596",82187,66756,2,1055,1301 -"217597",82187,67352,3,1055,1115 -"217598",82187,67748,3,1055,1498 -"217599",82187,68487,3,1055,2592 -"217600",82187,69257,3,1055,1402 -"217601",82187,70573,3,1055,1993 -"217602",82187,76646,3,1055,1263 -"217603",82187,77550,3,1055,1548 -"217604",82187,77611,3,1055,1795 -"217605",82187,79413,3,1055,2224 -"217606",82187,80979,3,1055,1142 -"217607",82187,82893,2,1055,1275 -"217608",82187,85356,3,1055,1492 -"217609",82187,92322,3,1055,2393 -"217610",82206,1574,2,1597,1718 -"217611",82206,5064,2,1597,1690 -"217612",82206,21942,3,1597,2041 -"217613",82206,30096,2,1597,2082 -"217614",82206,36709,3,1597,1629 -"217615",82206,85525,3,1597,1718 -"217616",82217,3158,3,2441,2762 -"217617",82217,4249,2,2441,2547 -"217618",82217,4784,2,2441,2511 -"217619",82217,6345,3,2441,2713 -"217620",82217,6747,3,2441,2913 -"217621",82217,9724,3,2441,2713 -"217622",82217,37684,3,2441,2899 -"217623",82217,53652,3,2441,2899 -"217624",82217,68813,3,2441,2511 -"217625",82226,372,3,1619,1944 -"217626",82226,843,3,1619,2332 -"217627",82226,3255,3,1619,2504 -"217628",82226,3271,2,1619,2216 -"217629",82226,3620,3,1619,2955 -"217630",82226,5852,2,1619,1862 -"217631",82226,7337,3,1619,1797 -"217632",82226,8607,3,1619,1685 -"217633",82226,9272,2,1619,2835 -"217634",82226,9716,3,1619,1929 -"217635",82226,10200,3,1619,2920 -"217636",82226,11319,2,1619,2073 -"217637",82226,11429,3,1619,2520 -"217638",82226,12577,3,1619,2530 -"217639",82226,12818,3,1619,2015 -"217640",82226,14626,3,1619,2175 -"217641",82226,14654,1,1619,1692 -"217642",82226,14761,2,1619,2502 -"217643",82226,16205,3,1619,2630 -"217644",82226,16437,3,1619,1956 -"217645",82226,19075,3,1619,2214 -"217646",82226,19296,3,1619,1705 -"217647",82226,19687,3,1619,2072 -"217648",82226,22249,3,1619,1892 -"217649",82226,27826,3,1619,2824 -"217650",82226,28432,3,1619,1954 -"217651",82226,29319,2,1619,2314 -"217652",82226,32235,3,1619,2109 -"217653",82226,32582,3,1619,1929 -"217654",82226,37752,3,1619,2223 -"217655",82226,38038,2,1619,2686 -"217656",82226,38219,3,1619,1689 -"217657",82226,39439,3,1619,2462 -"217658",82226,39444,3,1619,2695 -"217659",82226,41185,3,1619,1929 -"217660",82226,43173,3,1619,2895 -"217661",82226,43226,2,1619,2442 -"217662",82226,48110,2,1619,2009 -"217663",82226,49147,3,1619,2539 -"217664",82226,49347,3,1619,2504 -"217665",82226,53445,3,1619,2028 -"217666",82226,55171,3,1619,2972 -"217667",82226,56737,3,1619,2270 -"217668",82226,57804,3,1619,2214 -"217669",82226,58086,3,1619,1667 -"217670",82226,58508,2,1619,2326 -"217671",82226,59039,3,1619,2870 -"217672",82226,64174,2,1619,2377 -"217673",82226,64412,3,1619,2233 -"217674",82226,69077,3,1619,1689 -"217675",82226,69335,2,1619,2698 -"217676",82226,80301,2,1619,1690 -"217677",82226,82917,3,1619,2371 -"217678",82226,87362,3,1619,2902 -"217679",82243,17541,3,118,637 -"217680",82243,57425,1,118,120 -"217681",82246,1785,3,1538,2350 -"217682",82246,5937,2,1538,2392 -"217683",82246,6234,1,1538,2654 -"217684",82246,6235,2,1538,1585 -"217685",82246,7648,3,1538,1861 -"217686",82246,9273,3,1538,1747 -"217687",82246,9423,3,1538,1708 -"217688",82246,10964,3,1538,2043 -"217689",82246,11067,3,1538,2734 -"217690",82246,14731,3,1538,2012 -"217691",82246,14861,3,1538,2269 -"217692",82246,14972,3,1538,2332 -"217693",82246,15207,3,1538,1855 -"217694",82246,15239,3,1538,1958 -"217695",82246,15558,3,1538,2389 -"217696",82246,16477,3,1538,2069 -"217697",82246,16524,1,1538,1556 -"217698",82246,16969,3,1538,1917 -"217699",82246,17396,3,1538,1672 -"217700",82246,17768,3,1538,2468 -"217701",82246,21487,3,1538,2203 -"217702",82246,23728,2,1538,2601 -"217703",82246,24195,3,1538,1575 -"217704",82246,24867,3,1538,1861 -"217705",82246,25053,3,1538,2186 -"217706",82246,26658,3,1538,2745 -"217707",82246,30092,3,1538,1593 -"217708",82246,30981,3,1538,2366 -"217709",82246,32576,3,1538,2881 -"217710",82246,32939,2,1538,2277 -"217711",82246,33383,3,1538,1572 -"217712",82246,34509,3,1538,1973 -"217713",82246,34576,3,1538,1727 -"217714",82246,35264,3,1538,2329 -"217715",82246,36215,3,1538,1623 -"217716",82246,38676,3,1538,2286 -"217717",82246,41521,2,1538,2069 -"217718",82246,42136,3,1538,2551 -"217719",82246,42256,3,1538,2839 -"217720",82246,44730,3,1538,2468 -"217721",82246,45585,3,1538,2384 -"217722",82246,52032,3,1538,2853 -"217723",82246,53445,3,1538,2028 -"217724",82246,56413,2,1538,2747 -"217725",82246,56903,3,1538,1584 -"217726",82246,57804,2,1538,2214 -"217727",82246,58284,3,1538,2292 -"217728",82246,96700,3,1538,1602 -"217729",82252,160,2,1248,2007 -"217730",82252,1641,3,1248,1490 -"217731",82252,2452,2,1248,1715 -"217732",82252,3456,2,1248,1999 -"217733",82252,3978,3,1248,2775 -"217734",82252,7337,3,1248,1797 -"217735",82252,9272,3,1248,2835 -"217736",82252,9423,3,1248,1708 -"217737",82252,12081,3,1248,2166 -"217738",82252,13068,3,1248,1778 -"217739",82252,14622,2,1248,1608 -"217740",82252,17351,3,1248,2036 -"217741",82252,17632,3,1248,1947 -"217742",82252,17938,3,1248,1410 -"217743",82252,18670,3,1248,1835 -"217744",82252,27280,3,1248,1965 -"217745",82252,27320,3,1248,2378 -"217746",82252,35456,3,1248,2358 -"217747",82252,38373,1,1248,1928 -"217748",82252,39249,2,1248,1665 -"217749",82252,41900,3,1248,1970 -"217750",82252,41945,3,1248,2856 -"217751",82252,49470,3,1248,1528 -"217752",82252,61443,2,1248,2770 -"217753",82252,63644,3,1248,1267 -"217754",82252,77611,3,1248,1795 -"217755",82252,96059,3,1248,1286 -"217756",82252,96365,3,1248,1700 -"217757",82252,107292,3,1248,1667 -"217758",82270,267,2,1641,2631 -"217759",82270,854,3,1641,2307 -"217760",82270,2208,3,1641,2814 -"217761",82270,2407,3,1641,1725 -"217762",82270,3163,3,1641,2020 -"217763",82270,3801,3,1641,1974 -"217764",82270,5392,3,1641,1648 -"217765",82270,5621,3,1641,1860 -"217766",82270,5839,3,1641,2301 -"217767",82270,6222,3,1641,1949 -"217768",82270,7703,2,1641,2122 -"217769",82270,8258,3,1641,1959 -"217770",82270,10914,3,1641,1660 -"217771",82270,11103,2,1641,2393 -"217772",82270,12388,3,1641,1975 -"217773",82270,13732,3,1641,2789 -"217774",82270,13899,3,1641,2650 -"217775",82270,14959,3,1641,2898 -"217776",82270,15444,3,1641,2764 -"217777",82270,15546,3,1641,2055 -"217778",82270,16866,3,1641,2718 -"217779",82270,18165,3,1641,2085 -"217780",82270,18464,2,1641,2312 -"217781",82270,18865,3,1641,2676 -"217782",82270,19208,3,1641,2629 -"217783",82270,19317,3,1641,2041 -"217784",82270,19605,3,1641,2395 -"217785",82270,19606,3,1641,2783 -"217786",82270,20070,2,1641,1914 -"217787",82270,20271,3,1641,2044 -"217788",82270,21248,3,1641,2232 -"217789",82270,21682,3,1641,2414 -"217790",82270,22207,2,1641,2365 -"217791",82270,22682,3,1641,2035 -"217792",82270,26865,3,1641,2726 -"217793",82270,27628,3,1641,2389 -"217794",82270,28626,2,1641,2842 -"217795",82270,28635,2,1641,2368 -"217796",82270,29930,3,1641,2240 -"217797",82270,30081,3,1641,2403 -"217798",82270,31705,3,1641,2706 -"217799",82270,32419,3,1641,1909 -"217800",82270,36574,3,1641,2934 -"217801",82270,37332,3,1641,1891 -"217802",82270,38921,3,1641,1880 -"217803",82270,40565,2,1641,2115 -"217804",82270,41682,3,1641,1988 -"217805",82270,44403,2,1641,2429 -"217806",82270,46680,2,1641,1690 -"217807",82270,50480,3,1641,2701 -"217808",82270,53293,3,1641,2916 -"217809",82270,56910,3,1641,2705 -"217810",82270,57129,3,1641,1858 -"217811",82270,57549,3,1641,2335 -"217812",82270,60879,2,1641,2792 -"217813",82270,61242,3,1641,1650 -"217814",82270,61921,3,1641,1793 -"217815",82270,63395,3,1641,2334 -"217816",82270,83334,3,1641,1708 -"217817",82280,843,3,619,2332 -"217818",82280,1455,2,619,1262 -"217819",82280,2272,2,619,1640 -"217820",82280,2443,3,619,2333 -"217821",82280,3271,3,619,2216 -"217822",82280,5637,2,619,1976 -"217823",82280,6345,3,619,2713 -"217824",82280,7310,3,619,636 -"217825",82280,7604,3,619,1366 -"217826",82280,8724,3,619,1326 -"217827",82280,9272,3,619,2835 -"217828",82280,9538,3,619,1786 -"217829",82280,9656,3,619,1135 -"217830",82280,9724,2,619,2713 -"217831",82280,12116,3,619,2119 -"217832",82280,14470,2,619,2632 -"217833",82280,15281,3,619,810 -"217834",82280,15782,3,619,2306 -"217835",82280,17531,3,619,876 -"217836",82280,22410,2,619,2158 -"217837",82280,23550,3,619,2939 -"217838",82280,23560,3,619,2051 -"217839",82280,24252,3,619,639 -"217840",82280,27512,3,619,947 -"217841",82280,29778,2,619,840 -"217842",82280,31264,2,619,2335 -"217843",82280,32350,3,619,1540 -"217844",82280,35243,3,619,1102 -"217845",82280,36399,3,619,1357 -"217846",82280,37684,3,619,2899 -"217847",82280,38422,3,619,1019 -"217848",82280,41098,3,619,1857 -"217849",82280,42956,3,619,932 -"217850",82280,43226,3,619,2442 -"217851",82280,43701,3,619,2400 -"217852",82280,45499,3,619,2346 -"217853",82280,48110,3,619,2009 -"217854",82280,48501,3,619,2010 -"217855",82280,53652,3,619,2899 -"217856",82280,55325,3,619,653 -"217857",82280,58508,3,619,2326 -"217858",82280,60836,3,619,1880 -"217859",82280,69335,3,619,2698 -"217860",82280,73520,3,619,2613 -"217861",82280,76450,3,619,1077 -"217862",82280,77580,1,619,888 -"217863",82280,77719,3,619,2086 -"217864",82280,80301,3,619,1690 -"217865",82280,82039,2,619,1327 -"217866",82280,93553,2,619,2537 -"217867",82280,105959,3,619,1327 -"217868",82301,1275,3,1621,2068 -"217869",82301,2484,3,1621,2389 -"217870",82301,4289,3,1621,1921 -"217871",82301,5912,3,1621,2257 -"217872",82301,6417,3,1621,1675 -"217873",82301,8029,3,1621,1859 -"217874",82301,8621,3,1621,1681 -"217875",82301,11456,3,1621,2715 -"217876",82301,12692,3,1621,1855 -"217877",82301,14943,2,1621,1942 -"217878",82301,15401,3,1621,1999 -"217879",82301,16539,3,1621,1947 -"217880",82301,16826,3,1621,2599 -"217881",82301,18103,2,1621,1968 -"217882",82301,28015,3,1621,1624 -"217883",82301,31069,3,1621,1995 -"217884",82301,32988,3,1621,2008 -"217885",82301,37418,3,1621,2710 -"217886",82301,38227,3,1621,2511 -"217887",82301,40432,1,1621,1956 -"217888",82301,42505,3,1621,2008 -"217889",82301,47386,3,1621,2226 -"217890",82301,57977,3,1621,2683 -"217891",82301,65155,3,1621,1947 -"217892",82301,65322,3,1621,2008 -"217893",82301,70269,3,1621,2368 -"217894",82301,82929,3,1621,2475 -"217895",82301,83140,3,1621,1630 -"217896",82312,827,3,340,2964 -"217897",82312,916,3,340,2718 -"217898",82312,1624,3,340,2687 -"217899",82312,1708,3,340,1591 -"217900",82312,2282,3,340,2056 -"217901",82312,2506,3,340,954 -"217902",82312,2588,3,340,552 -"217903",82312,2647,3,340,2450 -"217904",82312,2927,2,340,1789 -"217905",82312,4180,2,340,1817 -"217906",82312,4551,1,340,2720 -"217907",82312,5303,2,340,1849 -"217908",82312,6040,3,340,2103 -"217909",82312,6480,2,340,1678 -"217910",82312,7253,1,340,2686 -"217911",82312,7254,1,340,1849 -"217912",82312,7604,3,340,1366 -"217913",82312,8006,3,340,479 -"217914",82312,9269,3,340,1892 -"217915",82312,9656,3,340,1135 -"217916",82312,9895,3,340,1960 -"217917",82312,11665,3,340,1643 -"217918",82312,11858,1,340,1530 -"217919",82312,13034,2,340,698 -"217920",82312,13068,3,340,1778 -"217921",82312,13388,3,340,2119 -"217922",82312,15146,1,340,1546 -"217923",82312,16347,3,340,1868 -"217924",82312,16538,3,340,704 -"217925",82312,16935,3,340,441 -"217926",82312,18700,3,340,1929 -"217927",82312,18718,2,340,494 -"217928",82312,19509,1,340,2000 -"217929",82312,19542,3,340,570 -"217930",82312,21027,2,340,560 -"217931",82312,25345,3,340,713 -"217932",82312,25378,3,340,1245 -"217933",82312,26513,3,340,2205 -"217934",82312,28268,2,340,2258 -"217935",82312,28782,3,340,2272 -"217936",82312,34953,2,340,1817 -"217937",82312,35787,3,340,1132 -"217938",82312,36399,3,340,1357 -"217939",82312,36840,3,340,2269 -"217940",82312,42382,3,340,2224 -"217941",82312,42390,3,340,2937 -"217942",82312,42773,2,340,385 -"217943",82312,43543,3,340,1457 -"217944",82312,46616,3,340,1917 -"217945",82312,47607,3,340,2724 -"217946",82312,52380,2,340,2686 -"217947",82312,53584,3,340,2391 -"217948",82312,58945,2,340,2481 -"217949",82312,59511,2,340,2753 -"217950",82312,63329,3,340,639 -"217951",82312,65188,3,340,2213 -"217952",82312,65375,3,340,824 -"217953",82312,69029,3,340,2623 -"217954",82312,70011,3,340,2690 -"217955",82312,71895,3,340,1327 -"217956",82312,75194,2,340,1736 -"217957",82312,77719,3,340,2086 -"217958",82312,78611,3,340,1586 -"217959",82312,80801,3,340,1250 -"217960",82312,80970,3,340,2069 -"217961",82312,84181,3,340,1272 -"217962",82312,90778,3,340,683 -"217963",82341,2226,2,1515,2225 -"217964",82341,3127,3,1515,2273 -"217965",82341,3770,3,1515,2623 -"217966",82341,4660,2,1515,2149 -"217967",82341,4668,3,1515,1919 -"217968",82341,10766,3,1515,2647 -"217969",82341,10980,3,1515,1974 -"217970",82341,14915,3,1515,2606 -"217971",82341,16684,3,1515,1657 -"217972",82341,19364,3,1515,2846 -"217973",82341,21670,3,1515,2158 -"217974",82341,22709,3,1515,2743 -"217975",82341,23154,3,1515,2345 -"217976",82341,27686,3,1515,2844 -"217977",82341,27882,3,1515,1897 -"217978",82341,27908,3,1515,2576 -"217979",82341,28869,3,1515,2425 -"217980",82341,34921,3,1515,2181 -"217981",82341,35797,3,1515,2482 -"217982",82341,35822,3,1515,1903 -"217983",82341,36487,3,1515,2622 -"217984",82341,37859,2,1515,1999 -"217985",82341,39534,3,1515,2410 -"217986",82341,39906,3,1515,2365 -"217987",82341,41694,3,1515,2358 -"217988",82341,45299,3,1515,2426 -"217989",82341,46261,3,1515,2350 -"217990",82341,48602,3,1515,1704 -"217991",82341,52215,3,1515,1908 -"217992",82341,55482,2,1515,1866 -"217993",82341,59683,3,1515,2068 -"217994",82341,62712,2,1515,2884 -"217995",82341,63030,3,1515,2251 -"217996",82341,63077,3,1515,2778 -"217997",82341,63641,3,1515,2337 -"217998",82341,66717,3,1515,2104 -"217999",82341,66994,3,1515,1865 -"218000",82341,67957,3,1515,2823 -"218001",82341,92297,1,1515,2952 -"218002",82344,3628,3,1358,2707 -"218003",82344,5839,2,1358,2301 -"218004",82344,8762,3,1358,2585 -"218005",82344,11351,2,1358,2971 -"218006",82344,19718,2,1358,1702 -"218007",82344,25816,3,1358,2088 -"218008",82344,32503,3,1358,2020 -"218009",82344,60116,3,1358,2668 -"218010",82344,121291,3,1358,1955 -"218011",82401,913,3,1210,2144 -"218012",82401,1691,3,1210,1941 -"218013",82401,2011,3,1210,2176 -"218014",82401,5258,2,1210,2730 -"218015",82401,6252,3,1210,2336 -"218016",82401,6390,3,1210,2385 -"218017",82401,8657,3,1210,2473 -"218018",82401,13945,3,1210,1324 -"218019",82401,14108,3,1210,2012 -"218020",82401,18543,1,1210,2968 -"218021",82401,19332,3,1210,1214 -"218022",82401,19718,3,1210,1702 -"218023",82401,36439,3,1210,2469 -"218024",82401,37509,3,1210,1640 -"218025",82401,38213,3,1210,1744 -"218026",82401,43173,3,1210,2895 -"218027",82401,44427,2,1210,2875 -"218028",82401,46621,3,1210,1343 -"218029",82401,49620,3,1210,1868 -"218030",82401,52323,3,1210,2148 -"218031",82401,52327,3,1210,1472 -"218032",82401,58284,3,1210,2292 -"218033",82401,61689,3,1210,1309 -"218034",82401,71274,3,1210,2390 -"218035",82401,74636,3,1210,2525 -"218036",82401,88232,3,1210,2881 -"218037",82401,97824,3,1210,1229 -"218038",82401,100215,3,1210,2436 -"218039",82403,38259,3,1596,2258 -"218040",82403,46506,2,1596,2464 -"218041",82403,51879,3,1596,1771 -"218042",82409,5504,3,1881,2389 -"218043",82409,7984,3,1881,2493 -"218044",82409,10130,2,1881,2741 -"218045",82409,10222,3,1881,2212 -"218046",82409,11477,3,1881,2724 -"218047",82409,14943,3,1881,1942 -"218048",82409,15401,3,1881,1999 -"218049",82409,16801,3,1881,2008 -"218050",82409,18277,2,1881,2309 -"218051",82409,19027,3,1881,2721 -"218052",82409,19568,3,1881,2302 -"218053",82409,21479,3,1881,2134 -"218054",82409,24198,3,1881,2217 -"218055",82409,27478,3,1881,2485 -"218056",82409,28582,3,1881,2698 -"218057",82409,32988,3,1881,2008 -"218058",82409,36862,3,1881,2655 -"218059",82409,51410,3,1881,2739 -"218060",82409,53031,2,1881,2065 -"218061",82409,55556,3,1881,2075 -"218062",82409,56237,3,1881,2625 -"218063",82409,65155,3,1881,1947 -"218064",82409,65322,3,1881,2008 -"218065",82409,78150,3,1881,2581 -"218066",82409,92757,3,1881,2615 -"218067",82409,93615,2,1881,2386 -"218068",82409,121784,3,1881,2446 -"218069",82413,2294,3,491,1638 -"218070",82413,2798,3,491,1673 -"218071",82413,3414,3,491,2322 -"218072",82413,8073,3,491,1847 -"218073",82413,8532,2,491,1593 -"218074",82413,9351,3,491,1460 -"218075",82413,12577,3,491,2530 -"218076",82413,13065,3,491,1561 -"218077",82413,13920,2,491,1709 -"218078",82413,16021,3,491,858 -"218079",82413,16205,3,491,2630 -"218080",82413,21352,3,491,1604 -"218081",82413,28081,3,491,1927 -"218082",82413,29818,3,491,1677 -"218083",82413,33341,3,491,2338 -"218084",82413,35108,3,491,604 -"218085",82413,35477,3,491,2703 -"218086",82413,35980,3,491,2657 -"218087",82413,37424,2,491,1693 -"218088",82413,44181,3,491,1034 -"218089",82413,45992,3,491,1182 -"218090",82413,46384,3,491,2285 -"218091",82413,47072,3,491,1564 -"218092",82413,51084,3,491,2188 -"218093",82413,56601,2,491,528 -"218094",82413,57209,2,491,1719 -"218095",82413,61125,3,491,1673 -"218096",82413,63263,3,491,1267 -"218097",82413,64439,2,491,562 -"218098",82413,67719,3,491,2429 -"218099",82413,69131,3,491,2122 -"218100",82413,72348,3,491,1810 -"218101",82413,74474,3,491,2338 -"218102",82413,74605,3,491,2265 -"218103",82413,78740,2,491,1515 -"218104",82413,90892,3,491,2399 -"218105",82413,93208,3,491,1324 -"218106",82426,1367,3,1576,2176 -"218107",82426,1767,3,1576,2727 -"218108",82426,2865,3,1576,2006 -"218109",82426,3068,3,1576,1815 -"218110",82426,3167,3,1576,1676 -"218111",82426,3978,3,1576,2775 -"218112",82426,4226,3,1576,1903 -"218113",82426,5055,3,1576,1796 -"218114",82426,5303,3,1576,1849 -"218115",82426,5363,3,1576,1791 -"218116",82426,6491,3,1576,2424 -"218117",82426,7245,2,1576,2089 -"218118",82426,7253,3,1576,2686 -"218119",82426,7254,3,1576,1849 -"218120",82426,7615,3,1576,1657 -"218121",82426,8533,3,1576,2251 -"218122",82426,12228,3,1576,2034 -"218123",82426,12374,3,1576,2260 -"218124",82426,12818,3,1576,2015 -"218125",82426,14025,2,1576,2384 -"218126",82426,14676,3,1576,2764 -"218127",82426,14972,3,1576,2332 -"218128",82426,15207,3,1576,1855 -"218129",82426,15539,3,1576,1929 -"218130",82426,17381,3,1576,1697 -"218131",82426,18005,3,1576,2449 -"218132",82426,18348,3,1576,1711 -"218133",82426,18415,2,1576,2184 -"218134",82426,18543,3,1576,2968 -"218135",82426,20311,3,1576,1981 -"218136",82426,20563,3,1576,2267 -"218137",82426,20732,3,1576,2401 -"218138",82426,21104,3,1576,2327 -"218139",82426,23726,3,1576,2434 -"218140",82426,25373,3,1576,2783 -"218141",82426,26451,3,1576,2133 -"218142",82426,27320,3,1576,2378 -"218143",82426,29073,2,1576,2328 -"218144",82426,29495,3,1576,1612 -"218145",82426,30438,3,1576,1617 -"218146",82426,31001,3,1576,2119 -"218147",82426,31262,3,1576,2780 -"218148",82426,31700,2,1576,2727 -"218149",82426,32939,3,1576,2277 -"218150",82426,32988,3,1576,2008 -"218151",82426,34136,3,1576,2202 -"218152",82426,36344,3,1576,2570 -"218153",82426,37238,3,1576,2609 -"218154",82426,38019,3,1576,1870 -"218155",82426,39062,3,1576,2020 -"218156",82426,41682,3,1576,1988 -"218157",82426,42618,3,1576,2316 -"218158",82426,45633,3,1576,2134 -"218159",82426,45715,3,1576,2287 -"218160",82426,47607,3,1576,2724 -"218161",82426,48215,3,1576,2028 -"218162",82426,49621,3,1576,1915 -"218163",82426,53905,3,1576,2193 -"218164",82426,55468,3,1576,2511 -"218165",82426,57804,3,1576,2214 -"218166",82426,58945,3,1576,2481 -"218167",82426,65691,3,1576,2134 -"218168",82426,70656,3,1576,2771 -"218169",82426,73597,3,1576,1989 -"218170",82426,75194,3,1576,1736 -"218171",82426,79036,3,1576,2524 -"218172",82426,89880,3,1576,1938 -"218173",82426,96349,3,1576,1874 -"218174",82454,2063,3,1266,1278 -"218175",82454,30438,3,1266,1617 -"218176",82454,34492,3,1266,1798 -"218177",82454,45715,2,1266,2287 -"218178",82454,51410,3,1266,2739 -"218179",82454,51987,3,1266,1397 -"218180",82498,3265,3,109,214 -"218181",82498,3583,3,109,818 -"218182",82498,5376,2,109,288 -"218183",82498,5659,3,109,141 -"218184",82498,5716,3,109,1058 -"218185",82498,8888,3,109,1328 -"218186",82498,10709,1,109,746 -"218187",82498,16352,3,109,2657 -"218188",82498,16587,2,109,2065 -"218189",82498,18554,3,109,2065 -"218190",82498,18615,3,109,1025 -"218191",82498,22050,3,109,966 -"218192",82498,27260,3,109,878 -"218193",82498,27339,2,109,486 -"218194",82498,29864,3,109,2479 -"218195",82498,32811,3,109,804 -"218196",82498,34735,3,109,2767 -"218197",82498,35610,3,109,594 -"218198",82498,37758,3,109,1998 -"218199",82498,37836,3,109,1369 -"218200",82498,37873,3,109,1288 -"218201",82498,43135,2,109,1171 -"218202",82498,44068,3,109,1056 -"218203",82498,53134,3,109,1590 -"218204",82498,57714,3,109,1391 -"218205",82498,63078,3,109,602 -"218206",82498,63328,3,109,922 -"218207",82498,77424,3,109,1489 -"218208",82498,86331,3,109,850 -"218209",82498,93933,3,109,1336 -"218210",82498,101986,2,109,813 -"218211",82498,109521,1,109,609 -"218212",82498,116478,3,109,293 -"218213",82498,118093,2,109,135 -"218214",82498,121234,2,109,213 -"218215",82618,3520,2,1536,2281 -"218216",82618,5606,3,1536,2875 -"218217",82618,21352,3,1536,1604 -"218218",82618,23890,3,1536,1810 -"218219",82618,23975,2,1536,2143 -"218220",82618,31087,3,1536,1757 -"218221",82618,41180,2,1536,1556 -"218222",82618,44982,3,1536,1592 -"218223",82618,91772,3,1536,2233 -"218224",82628,77,3,1784,2425 -"218225",82628,16347,3,1784,1868 -"218226",82681,997,3,1620,2788 -"218227",82681,1102,3,1620,2282 -"218228",82681,1175,3,1620,1642 -"218229",82681,1315,2,1620,2760 -"218230",82681,1321,3,1620,2075 -"218231",82681,1875,3,1620,1786 -"218232",82681,2572,3,1620,2273 -"218233",82681,3139,3,1620,1656 -"218234",82681,3801,3,1620,1974 -"218235",82681,3966,3,1620,2425 -"218236",82681,4360,3,1620,1770 -"218237",82681,4705,3,1620,1714 -"218238",82681,6074,3,1620,2426 -"218239",82681,6602,3,1620,1631 -"218240",82681,7258,2,1620,1714 -"218241",82681,7354,3,1620,2008 -"218242",82681,7858,2,1620,1795 -"218243",82681,10716,3,1620,1692 -"218244",82681,12724,2,1620,1930 -"218245",82681,17354,3,1620,2250 -"218246",82681,20070,3,1620,1914 -"218247",82681,22242,2,1620,1690 -"218248",82681,32419,3,1620,1909 -"218249",82681,36031,3,1620,2342 -"218250",82681,37897,2,1620,1685 -"218251",82681,42216,3,1620,2722 -"218252",82681,46506,3,1620,2464 -"218253",82681,48215,3,1620,2028 -"218254",82681,49048,3,1620,1656 -"218255",82681,55604,3,1620,2342 -"218256",82681,57977,3,1620,2683 -"218257",82681,66992,3,1620,2882 -"218258",82696,733,3,1305,1653 -"218259",82696,1767,3,1305,2727 -"218260",82696,3068,3,1305,1815 -"218261",82696,3167,3,1305,1676 -"218262",82696,4226,2,1305,1903 -"218263",82696,6491,3,1305,2424 -"218264",82696,9751,3,1305,1397 -"218265",82696,12374,3,1305,2260 -"218266",82696,15539,3,1305,1929 -"218267",82696,20732,3,1305,2401 -"218268",82696,20824,3,1305,1366 -"218269",82696,21104,3,1305,2327 -"218270",82696,23534,3,1305,1659 -"218271",82696,23726,3,1305,2434 -"218272",82696,26451,3,1305,2133 -"218273",82696,27792,3,1305,1308 -"218274",82696,29073,3,1305,2328 -"218275",82696,34136,2,1305,2202 -"218276",82696,43404,3,1305,2649 -"218277",82696,43518,3,1305,2680 -"218278",82696,58133,3,1305,1484 -"218279",82696,99020,3,1305,1383 -"218280",82696,99103,3,1305,1470 -"218281",82696,108379,3,1305,2933 -"218282",82730,270,3,1492,2542 -"218283",82730,457,3,1492,1704 -"218284",82730,1124,3,1492,1596 -"218285",82730,2865,3,1492,2006 -"218286",82730,3306,3,1492,1989 -"218287",82730,3896,3,1492,2693 -"218288",82730,4821,3,1492,1938 -"218289",82730,5580,3,1492,2111 -"218290",82730,5971,3,1492,1985 -"218291",82730,5986,3,1492,1721 -"218292",82730,6047,2,1492,2004 -"218293",82730,6588,3,1492,2025 -"218294",82730,6602,3,1492,1631 -"218295",82730,9191,3,1492,2707 -"218296",82730,9654,2,1492,2111 -"218297",82730,10488,3,1492,1524 -"218298",82730,13307,3,1492,2206 -"218299",82730,14032,3,1492,2144 -"218300",82730,14676,3,1492,2764 -"218301",82730,14731,3,1492,2012 -"218302",82730,15700,3,1492,1712 -"218303",82730,18394,3,1492,2356 -"218304",82730,20067,3,1492,2390 -"218305",82730,20070,3,1492,1914 -"218306",82730,20271,3,1492,2044 -"218307",82730,21929,3,1492,2062 -"218308",82730,23011,2,1492,2763 -"218309",82730,23526,3,1492,1998 -"218310",82730,23715,3,1492,1859 -"218311",82730,26451,3,1492,2133 -"218312",82730,26867,3,1492,1804 -"218313",82730,29929,3,1492,2789 -"218314",82730,30405,3,1492,2164 -"218315",82730,31700,3,1492,2727 -"218316",82730,32606,3,1492,2100 -"218317",82730,35095,3,1492,1502 -"218318",82730,36031,3,1492,2342 -"218319",82730,36651,3,1492,1600 -"218320",82730,38973,3,1492,1999 -"218321",82730,43213,3,1492,2160 -"218322",82730,48215,1,1492,2028 -"218323",82730,50236,3,1492,2339 -"218324",82730,55468,3,1492,2511 -"218325",82730,56082,2,1492,2395 -"218326",82730,58284,2,1492,2292 -"218327",82730,63395,3,1492,2334 -"218328",82730,67726,2,1492,2873 -"218329",82730,72207,3,1492,2430 -"218330",82730,75403,3,1492,1895 -"218331",82730,78037,3,1492,1606 -"218332",82730,78784,3,1492,2824 -"218333",82732,6030,3,2810,2953 -"218334",82735,1127,3,829,1188 -"218335",82735,1262,3,829,2973 -"218336",82735,1386,2,829,1901 -"218337",82735,2894,3,829,1291 -"218338",82735,3695,3,829,2612 -"218339",82735,3714,3,829,2605 -"218340",82735,3877,3,829,1133 -"218341",82735,5491,3,829,2048 -"218342",82735,7078,3,829,2344 -"218343",82735,7394,3,829,2615 -"218344",82735,8286,3,829,886 -"218345",82735,9030,3,829,1979 -"218346",82735,10474,3,829,1608 -"218347",82735,10726,3,829,841 -"218348",82735,10945,3,829,881 -"218349",82735,11419,3,829,1408 -"218350",82735,12684,3,829,2182 -"218351",82735,13732,3,829,2789 -"218352",82735,14189,3,829,1483 -"218353",82735,14669,3,829,2080 -"218354",82735,14709,2,829,1901 -"218355",82735,15343,2,829,2125 -"218356",82735,16029,3,829,1160 -"218357",82735,16313,3,829,1160 -"218358",82735,17021,2,829,1226 -"218359",82735,17967,3,829,2125 -"218360",82735,18151,3,829,2962 -"218361",82735,18366,3,829,2699 -"218362",82735,19872,3,829,2913 -"218363",82735,21092,3,829,1643 -"218364",82735,21417,2,829,2422 -"218365",82735,21795,2,829,2653 -"218366",82735,23301,3,829,1611 -"218367",82735,23751,3,829,1740 -"218368",82735,24362,3,829,1287 -"218369",82735,24608,1,829,1630 -"218370",82735,26865,2,829,2726 -"218371",82735,28233,3,829,1608 -"218372",82735,29791,3,829,1986 -"218373",82735,30081,3,829,2403 -"218374",82735,32761,3,829,2680 -"218375",82735,34311,1,829,2213 -"218376",82735,34327,2,829,2959 -"218377",82735,35542,3,829,1439 -"218378",82735,36950,3,829,2204 -"218379",82735,40609,3,829,845 -"218380",82735,41174,3,829,850 -"218381",82735,42618,2,829,2316 -"218382",82735,42814,3,829,1149 -"218383",82735,43051,3,829,904 -"218384",82735,44160,2,829,859 -"218385",82735,44235,2,829,2700 -"218386",82735,45664,3,829,2235 -"218387",82735,45927,2,829,1542 -"218388",82735,46717,3,829,938 -"218389",82735,47947,3,829,2681 -"218390",82735,49741,1,829,839 -"218391",82735,49998,3,829,2761 -"218392",82735,52442,3,829,1269 -"218393",82735,55468,3,829,2511 -"218394",82735,55691,3,829,2856 -"218395",82735,66860,3,829,1548 -"218396",82735,69062,3,829,1174 -"218397",82735,70046,3,829,2624 -"218398",82735,70646,3,829,1162 -"218399",82735,72122,3,829,1436 -"218400",82735,73266,2,829,2496 -"218401",82735,80655,3,829,1546 -"218402",82735,83096,3,829,1061 -"218403",82735,83259,3,829,1245 -"218404",82735,84649,3,829,2280 -"218405",82735,85784,3,829,1142 -"218406",82735,86279,2,829,1076 -"218407",82735,87198,3,829,1462 -"218408",82735,90501,3,829,2380 -"218409",82735,101446,3,829,920 -"218410",82735,103721,2,829,1030 -"218411",82735,117932,3,829,926 -"218412",82738,237,3,591,1982 -"218413",82738,2754,3,591,1360 -"218414",82738,4551,3,591,2720 -"218415",82738,6821,3,591,1788 -"218416",82738,9301,3,591,1861 -"218417",82738,10215,3,591,2006 -"218418",82738,11434,3,591,1187 -"218419",82738,11516,3,591,1937 -"218420",82738,13068,2,591,1778 -"218421",82738,13842,3,591,2250 -"218422",82738,19934,3,591,2888 -"218423",82738,20176,3,591,1050 -"218424",82738,25378,1,591,1245 -"218425",82738,27280,3,591,1965 -"218426",82738,27320,3,591,2378 -"218427",82738,27391,3,591,2378 -"218428",82738,27722,3,591,1266 -"218429",82738,29495,3,591,1612 -"218430",82738,30857,3,591,863 -"218431",82738,30891,3,591,1256 -"218432",82738,31235,3,591,2668 -"218433",82738,33665,3,591,787 -"218434",82738,37752,3,591,2223 -"218435",82738,38373,3,591,1928 -"218436",82738,50229,3,591,1190 -"218437",82738,52154,3,591,1722 -"218438",82738,57765,3,591,2893 -"218439",82738,58829,3,591,1256 -"218440",82738,59485,3,591,1564 -"218441",82738,64967,3,591,2872 -"218442",82738,64993,3,591,615 -"218443",82738,65188,3,591,2213 -"218444",82738,67942,3,591,973 -"218445",82738,72334,3,591,2820 -"218446",82738,74795,3,591,1319 -"218447",82738,90065,3,591,1418 -"218448",82738,90674,3,591,621 -"218449",82738,95416,2,591,982 -"218450",82738,107273,2,591,604 -"218451",82738,107292,3,591,1667 -"218452",82738,119524,2,591,1930 -"218453",82738,119921,3,591,1113 -"218454",82740,4784,3,579,2511 -"218455",82740,9740,2,579,2233 -"218456",82740,13551,3,579,1451 -"218457",82740,13595,3,579,1164 -"218458",82740,14255,2,579,893 -"218459",82740,30544,2,579,2041 -"218460",82740,45297,3,579,1864 -"218461",82740,67289,2,579,829 -"218462",82740,69732,3,579,732 -"218463",82740,76842,3,579,1518 -"218464",82740,84885,3,579,1649 -"218465",82747,10488,3,1496,1524 -"218466",82747,15700,2,1496,1712 -"218467",82747,26867,3,1496,1804 -"218468",82747,29929,3,1496,2789 -"218469",82747,30334,3,1496,2075 -"218470",82747,35815,3,1496,2789 -"218471",82747,37636,3,1496,2178 -"218472",82747,40392,3,1496,1878 -"218473",82747,43213,3,1496,2160 -"218474",82747,50236,3,1496,2339 -"218475",82747,51783,3,1496,2599 -"218476",82747,52203,3,1496,1961 -"218477",82747,56082,2,1496,2395 -"218478",82747,72207,3,1496,2430 -"218479",82747,75403,3,1496,1895 -"218480",82747,94444,3,1496,1554 -"218481",82767,23,3,1641,1682 -"218482",82767,671,2,1641,2328 -"218483",82767,675,3,1641,1686 -"218484",82767,733,2,1641,1653 -"218485",82767,1046,2,1641,1881 -"218486",82767,1136,2,1641,2536 -"218487",82767,2424,3,1641,2582 -"218488",82767,2954,3,1641,2727 -"218489",82767,3164,3,1641,2693 -"218490",82767,3167,2,1641,1676 -"218491",82767,3242,2,1641,1730 -"218492",82767,4191,2,1641,2130 -"218493",82767,4618,2,1641,2607 -"218494",82767,4687,3,1641,2152 -"218495",82767,4980,3,1641,2093 -"218496",82767,5041,3,1641,2371 -"218497",82767,5148,3,1641,2206 -"218498",82767,5315,3,1641,2631 -"218499",82767,5462,3,1641,2374 -"218500",82767,5669,3,1641,2502 -"218501",82767,5725,2,1641,2789 -"218502",82767,7245,3,1641,2089 -"218503",82767,7861,3,1641,1647 -"218504",82767,7984,3,1641,2493 -"218505",82767,8258,3,1641,1959 -"218506",82767,8533,3,1641,2251 -"218507",82767,8621,3,1641,1681 -"218508",82767,10404,3,1641,2062 -"218509",82767,10871,3,1641,2314 -"218510",82767,10890,3,1641,2639 -"218511",82767,12867,3,1641,2773 -"218512",82767,13929,3,1641,2693 -"218513",82767,14943,3,1641,1942 -"218514",82767,15184,3,1641,2396 -"218515",82767,15401,3,1641,1999 -"218516",82767,18415,3,1641,2184 -"218517",82767,19027,3,1641,2721 -"218518",82767,19516,3,1641,2313 -"218519",82767,20067,3,1641,2390 -"218520",82767,20563,2,1641,2267 -"218521",82767,21122,3,1641,1701 -"218522",82767,21248,3,1641,2232 -"218523",82767,23534,2,1641,1659 -"218524",82767,23704,3,1641,2278 -"218525",82767,25129,3,1641,2647 -"218526",82767,25341,2,1641,1858 -"218527",82767,25643,2,1641,1646 -"218528",82767,26351,3,1641,2683 -"218529",82767,26436,2,1641,2489 -"218530",82767,26516,3,1641,2479 -"218531",82767,26570,2,1641,1669 -"218532",82767,26706,3,1641,1846 -"218533",82767,27753,2,1641,2750 -"218534",82767,28285,3,1641,2972 -"218535",82767,28892,3,1641,2023 -"218536",82767,31124,3,1641,2351 -"218537",82767,31799,2,1641,2547 -"218538",82767,32988,2,1641,2008 -"218539",82767,33572,3,1641,2370 -"218540",82767,34136,3,1641,2202 -"218541",82767,34216,3,1641,2832 -"218542",82767,34492,2,1641,1798 -"218543",82767,34509,3,1641,1973 -"218544",82767,37620,3,1641,2716 -"218545",82767,38449,2,1641,1802 -"218546",82767,39087,3,1641,2765 -"218547",82767,40293,1,1641,1671 -"218548",82767,40432,3,1641,1956 -"218549",82767,41402,3,1641,2313 -"218550",82767,42505,3,1641,2008 -"218551",82767,44427,3,1641,2875 -"218552",82767,45633,3,1641,2134 -"218553",82767,45715,3,1641,2287 -"218554",82767,46391,3,1641,1779 -"218555",82767,47857,3,1641,2325 -"218556",82767,47947,3,1641,2681 -"218557",82767,50667,3,1641,2719 -"218558",82767,51410,2,1641,2739 -"218559",82767,53300,3,1641,2162 -"218560",82767,54740,3,1641,2750 -"218561",82767,55139,3,1641,2323 -"218562",82767,55691,3,1641,2856 -"218563",82767,57977,3,1641,2683 -"218564",82767,58035,1,1641,1646 -"218565",82767,58221,3,1641,1787 -"218566",82767,62840,3,1641,2502 -"218567",82767,63515,3,1641,2023 -"218568",82767,64181,3,1641,1828 -"218569",82767,64793,3,1641,2819 -"218570",82767,64997,3,1641,2791 -"218571",82767,65029,3,1641,2954 -"218572",82767,65155,3,1641,1947 -"218573",82767,65322,3,1641,2008 -"218574",82767,65691,3,1641,2134 -"218575",82767,66693,3,1641,2554 -"218576",82767,70046,3,1641,2624 -"218577",82767,71562,3,1641,2574 -"218578",82767,74095,3,1641,2333 -"218579",82767,81813,3,1641,1656 -"218580",82767,92757,3,1641,2615 -"218581",82767,97915,3,1641,1802 -"218582",82767,108430,3,1641,1642 -"218583",82776,270,3,1232,2542 -"218584",82776,2111,3,1232,1904 -"218585",82776,5971,2,1232,1985 -"218586",82776,6588,3,1232,2025 -"218587",82776,9432,3,1232,1693 -"218588",82776,9624,3,1232,2398 -"218589",82776,10523,1,1232,1510 -"218590",82776,11229,3,1232,1625 -"218591",82776,20311,3,1232,1981 -"218592",82776,26848,3,1232,2363 -"218593",82776,26867,3,1232,1804 -"218594",82776,28179,3,1232,2689 -"218595",82776,40028,2,1232,1349 -"218596",82776,42687,3,1232,1952 -"218597",82776,44521,3,1232,1593 -"218598",82776,46182,3,1232,1613 -"218599",82776,46629,3,1232,2255 -"218600",82776,50236,3,1232,2339 -"218601",82776,53303,3,1232,1376 -"218602",82776,56082,3,1232,2395 -"218603",82776,56237,3,1232,2625 -"218604",82776,57246,3,1232,1873 -"218605",82776,79804,2,1232,2227 -"218606",82787,135,3,1144,2233 -"218607",82787,360,3,1144,1671 -"218608",82787,380,3,1144,2261 -"218609",82787,455,3,1144,2827 -"218610",82787,470,3,1144,2285 -"218611",82787,600,2,1144,1702 -"218612",82787,675,2,1144,1686 -"218613",82787,913,3,1144,2144 -"218614",82787,1127,3,1144,1188 -"218615",82787,1130,3,1144,1566 -"218616",82787,1136,2,1144,2536 -"218617",82787,1592,2,1144,2006 -"218618",82787,1691,3,1144,1941 -"218619",82787,2011,3,1144,2176 -"218620",82787,2063,3,1144,1278 -"218621",82787,2325,3,1144,1641 -"218622",82787,2424,3,1144,2582 -"218623",82787,2533,3,1144,2016 -"218624",82787,2743,3,1144,1278 -"218625",82787,3966,3,1144,2425 -"218626",82787,4084,3,1144,2133 -"218627",82787,4191,3,1144,2130 -"218628",82787,4226,3,1144,1903 -"218629",82787,4791,3,1144,1184 -"218630",82787,5239,3,1144,2875 -"218631",82787,6390,3,1144,2385 -"218632",82787,6428,3,1144,1952 -"218633",82787,6491,2,1144,2424 -"218634",82787,7672,3,1144,1974 -"218635",82787,7847,2,1144,2424 -"218636",82787,7861,3,1144,1647 -"218637",82787,8529,3,1144,1205 -"218638",82787,8777,3,1144,1620 -"218639",82787,8866,3,1144,1545 -"218640",82787,8888,3,1144,1328 -"218641",82787,9362,3,1144,2879 -"218642",82787,9805,3,1144,1621 -"218643",82787,10373,3,1144,2436 -"218644",82787,10433,3,1144,2075 -"218645",82787,12199,3,1144,1651 -"218646",82787,14108,3,1144,2012 -"218647",82787,14731,3,1144,2012 -"218648",82787,15005,3,1144,1415 -"218649",82787,15401,3,1144,1999 -"218650",82787,15713,3,1144,1646 -"218651",82787,16164,3,1144,1184 -"218652",82787,16201,3,1144,1811 -"218653",82787,16625,2,1144,1285 -"218654",82787,17698,3,1144,1559 -"218655",82787,18108,3,1144,1656 -"218656",82787,19096,3,1144,1538 -"218657",82787,19113,3,1144,1171 -"218658",82787,19719,3,1144,2177 -"218659",82787,20407,3,1144,2339 -"218660",82787,20824,3,1144,1366 -"218661",82787,21133,3,1144,1320 -"218662",82787,22566,3,1144,2308 -"218663",82787,22884,3,1144,1608 -"218664",82787,22885,3,1144,1702 -"218665",82787,23705,3,1144,2699 -"218666",82787,23918,3,1144,1881 -"218667",82787,24005,3,1144,1188 -"218668",82787,24066,3,1144,1755 -"218669",82787,24568,3,1144,1937 -"218670",82787,25129,3,1144,2647 -"218671",82787,25341,3,1144,1858 -"218672",82787,25577,3,1144,1946 -"218673",82787,26067,3,1144,2069 -"218674",82787,26282,3,1144,1241 -"218675",82787,27377,3,1144,1724 -"218676",82787,27628,3,1144,2389 -"218677",82787,27753,3,1144,2750 -"218678",82787,27837,3,1144,1315 -"218679",82787,29170,3,1144,1846 -"218680",82787,30891,3,1144,1256 -"218681",82787,31050,3,1144,1491 -"218682",82787,32988,3,1144,2008 -"218683",82787,33621,3,1144,1319 -"218684",82787,33622,3,1144,2230 -"218685",82787,34160,2,1144,1759 -"218686",82787,34492,3,1144,1798 -"218687",82787,34509,3,1144,1973 -"218688",82787,34836,3,1144,2302 -"218689",82787,35302,3,1144,1589 -"218690",82787,36651,3,1144,1600 -"218691",82787,37509,3,1144,1640 -"218692",82787,38019,3,1144,1870 -"218693",82787,38213,3,1144,1744 -"218694",82787,39535,3,1144,2428 -"218695",82787,40369,2,1144,2735 -"218696",82787,40645,3,1144,1899 -"218697",82787,41739,2,1144,1339 -"218698",82787,42505,3,1144,2008 -"218699",82787,46621,3,1144,1343 -"218700",82787,47248,3,1144,2883 -"218701",82787,49301,3,1144,1894 -"218702",82787,49620,3,1144,1868 -"218703",82787,51017,3,1144,2073 -"218704",82787,52136,3,1144,1412 -"218705",82787,52327,3,1144,1472 -"218706",82787,52576,3,1144,2234 -"218707",82787,53196,3,1144,1888 -"218708",82787,53323,3,1144,2677 -"218709",82787,54855,3,1144,1525 -"218710",82787,55156,3,1144,2196 -"218711",82787,57544,3,1144,2443 -"218712",82787,57549,3,1144,2335 -"218713",82787,58035,3,1144,1646 -"218714",82787,63409,3,1144,1937 -"218715",82787,64181,1,1144,1828 -"218716",82787,64997,1,1144,2791 -"218717",82787,65322,3,1144,2008 -"218718",82787,65625,2,1144,1273 -"218719",82787,66413,2,1144,2507 -"218720",82787,69447,3,1144,1197 -"218721",82787,70605,3,1144,1176 -"218722",82787,72468,3,1144,2292 -"218723",82787,74636,3,1144,2525 -"218724",82787,78563,3,1144,2385 -"218725",82787,88232,3,1144,2881 -"218726",82787,88966,3,1144,1568 -"218727",82787,89511,3,1144,1205 -"218728",82787,105063,2,1144,1908 -"218729",82806,17381,3,796,1697 -"218730",82806,35888,3,796,2291 -"218731",82806,49560,3,796,1679 -"218732",82806,87638,1,796,1114 -"218733",82819,2226,3,1900,2225 -"218734",82819,9272,3,1900,2835 -"218735",82819,9723,3,1900,2302 -"218736",82819,10336,3,1900,2271 -"218737",82819,10799,3,1900,2010 -"218738",82819,11239,3,1900,2181 -"218739",82819,19215,3,1900,2604 -"218740",82819,19364,3,1900,2846 -"218741",82819,22580,3,1900,2245 -"218742",82819,22709,2,1900,2743 -"218743",82819,28432,3,1900,1954 -"218744",82819,32311,3,1900,2396 -"218745",82819,34921,2,1900,2181 -"218746",82819,35477,3,1900,2703 -"218747",82819,37036,3,1900,2264 -"218748",82819,37929,3,1900,2393 -"218749",82819,39906,3,1900,2365 -"218750",82819,44235,3,1900,2700 -"218751",82819,46532,3,1900,2005 -"218752",82819,52215,2,1900,1908 -"218753",82819,53809,3,1900,1956 -"218754",82819,59005,3,1900,2817 -"218755",82819,60516,3,1900,2257 -"218756",82819,60879,3,1900,2792 -"218757",82819,73553,3,1900,2726 -"218758",82819,77077,3,1900,2693 -"218759",82819,82932,3,1900,2245 -"218760",82819,94640,3,1900,2344 -"218761",82828,358,3,306,798 -"218762",82828,2684,3,306,2874 -"218763",82828,3198,3,306,1797 -"218764",82828,3395,3,306,1382 -"218765",82828,3397,3,306,2126 -"218766",82828,3409,3,306,2167 -"218767",82828,3453,2,306,2126 -"218768",82828,6492,2,306,1162 -"218769",82828,12778,3,306,2045 -"218770",82828,16193,3,306,756 -"218771",82828,16542,2,306,2039 -"218772",82828,19380,3,306,2637 -"218773",82828,24753,2,306,2860 -"218774",82828,24793,2,306,1993 -"218775",82828,24794,1,306,925 -"218776",82828,24826,2,306,1382 -"218777",82828,27297,3,306,1382 -"218778",82828,28053,3,306,2292 -"218779",82828,28588,3,306,1335 -"218780",82828,31209,2,306,1137 -"218781",82828,32419,3,306,1909 -"218782",82828,40879,1,306,2019 -"218783",82828,41664,3,306,2641 -"218784",82828,51460,3,306,1872 -"218785",82828,52699,2,306,1372 -"218786",82828,52898,2,306,763 -"218787",82828,58852,3,306,2323 -"218788",82828,83286,3,306,1793 -"218789",82828,83291,3,306,2066 -"218790",82828,91812,3,306,682 -"218791",82828,93830,3,306,496 -"218792",82828,97275,3,306,731 -"218793",82829,18366,3,2416,2699 -"218794",82890,1785,2,1550,2350 -"218795",82890,18821,3,1550,2075 -"218796",82890,38241,3,1550,1931 -"218797",82890,85401,3,1550,1931 -"218798",82890,85638,3,1550,2275 -"218799",82893,24,3,1275,1295 -"218800",82893,160,3,1275,2007 -"218801",82893,1124,3,1275,1596 -"218802",82893,1323,3,1275,1659 -"218803",82893,1641,3,1275,1490 -"218804",82893,1875,3,1275,1786 -"218805",82893,2684,3,1275,2874 -"218806",82893,2864,3,1275,1543 -"218807",82893,2894,3,1275,1291 -"218808",82893,3520,3,1275,2281 -"218809",82893,4671,3,1275,2280 -"218810",82893,5226,3,1275,1309 -"218811",82893,5865,3,1275,1910 -"218812",82893,6192,3,1275,2409 -"218813",82893,6222,3,1275,1949 -"218814",82893,7406,3,1275,1906 -"218815",82893,7555,3,1275,1943 -"218816",82893,7616,1,1275,2296 -"218817",82893,9331,3,1275,2269 -"218818",82893,10370,3,1275,2224 -"218819",82893,12122,2,1275,1385 -"218820",82893,12778,3,1275,2045 -"218821",82893,12948,3,1275,2669 -"218822",82893,13324,3,1275,2163 -"218823",82893,14749,3,1275,1998 -"218824",82893,14959,3,1275,2898 -"218825",82893,16539,1,1275,1947 -"218826",82893,16542,3,1275,2039 -"218827",82893,17931,3,1275,1617 -"218828",82893,18670,3,1275,1835 -"218829",82893,19096,3,1275,1538 -"218830",82893,19208,3,1275,2629 -"218831",82893,19605,3,1275,2395 -"218832",82893,20419,3,1275,1587 -"218833",82893,20517,3,1275,1465 -"218834",82893,22808,3,1275,2297 -"218835",82893,23460,3,1275,2183 -"218836",82893,24256,3,1275,2393 -"218837",82893,24512,3,1275,1369 -"218838",82893,24753,2,1275,2860 -"218839",82893,24793,3,1275,1993 -"218840",82893,24826,3,1275,1382 -"218841",82893,25030,3,1275,2017 -"218842",82893,26083,3,1275,2038 -"218843",82893,27742,3,1275,2700 -"218844",82893,29512,3,1275,1594 -"218845",82893,30883,3,1275,1629 -"218846",82893,31868,3,1275,1993 -"218847",82893,31890,3,1275,1487 -"218848",82893,32173,3,1275,2341 -"218849",82893,32419,3,1275,1909 -"218850",82893,33801,3,1275,2899 -"218851",82893,36837,2,1275,1556 -"218852",82893,38921,3,1275,1880 -"218853",82893,39188,3,1275,1948 -"218854",82893,39278,3,1275,1952 -"218855",82893,41518,3,1275,1641 -"218856",82893,41664,2,1275,2641 -"218857",82893,42129,3,1275,2318 -"218858",82893,42515,2,1275,2752 -"218859",82893,43902,3,1275,1726 -"218860",82893,44089,2,1275,1632 -"218861",82893,47564,3,1275,2650 -"218862",82893,47625,2,1275,2562 -"218863",82893,48384,3,1275,2057 -"218864",82893,48571,3,1275,2717 -"218865",82893,49334,1,1275,2433 -"218866",82893,49470,3,1275,1528 -"218867",82893,52699,3,1275,1372 -"218868",82893,53475,3,1275,2853 -"218869",82893,55076,3,1275,2408 -"218870",82893,56854,3,1275,2022 -"218871",82893,60624,3,1275,1570 -"218872",82893,65434,3,1275,2866 -"218873",82893,67748,3,1275,1498 -"218874",82893,69250,3,1275,1439 -"218875",82893,77611,2,1275,1795 -"218876",82893,81349,3,1275,1958 -"218877",82893,81588,3,1275,1568 -"218878",82893,85356,3,1275,1492 -"218879",82893,92322,3,1275,2393 -"218880",82893,115155,3,1275,1942 -"218881",82907,410,3,207,927 -"218882",82907,3961,3,207,2426 -"218883",82907,8011,3,207,889 -"218884",82907,10358,3,207,2294 -"218885",82907,11540,3,207,1237 -"218886",82907,11576,3,207,808 -"218887",82907,13895,3,207,687 -"218888",82907,15872,3,207,1551 -"218889",82907,16120,2,207,1237 -"218890",82907,19882,3,207,565 -"218891",82907,21138,3,207,2849 -"218892",82907,22639,1,207,2352 -"218893",82907,62961,3,207,926 -"218894",82907,74681,3,207,837 -"218895",82907,74731,3,207,853 -"218896",82907,87148,3,207,397 -"218897",82907,101395,3,207,891 -"218898",82907,104084,2,207,579 -"218899",82907,114865,3,207,544 -"218900",82917,38038,3,2371,2686 -"218901",82917,94339,2,2371,2768 -"218902",82929,10148,3,2475,2964 -"218903",82929,16826,3,2475,2599 -"218904",82929,21138,3,2475,2849 -"218905",82929,27753,3,2475,2750 -"218906",82929,34480,3,2475,2755 -"218907",82929,38227,3,2475,2511 -"218908",82929,51055,3,2475,2558 -"218909",82929,54740,3,2475,2750 -"218910",82929,57977,3,2475,2683 -"218911",82932,3127,3,2245,2273 -"218912",82932,3961,3,2245,2426 -"218913",82932,5041,3,2245,2371 -"218914",82932,5315,3,2245,2631 -"218915",82932,5897,3,2245,2337 -"218916",82932,7014,3,2245,2401 -"218917",82932,8062,3,2245,2858 -"218918",82932,9928,3,2245,2345 -"218919",82932,10336,3,2245,2271 -"218920",82932,10358,2,2245,2294 -"218921",82932,16352,3,2245,2657 -"218922",82932,19364,3,2245,2846 -"218923",82932,22709,3,2245,2743 -"218924",82932,23310,3,2245,2371 -"218925",82932,25373,3,2245,2783 -"218926",82932,25741,3,2245,2853 -"218927",82932,30034,3,2245,2357 -"218928",82932,30870,3,2245,2370 -"218929",82932,32311,3,2245,2396 -"218930",82932,32919,3,2245,2321 -"218931",82932,34735,3,2245,2767 -"218932",82932,35926,3,2245,2371 -"218933",82932,37036,3,2245,2264 -"218934",82932,37929,3,2245,2393 -"218935",82932,38259,3,2245,2258 -"218936",82932,40572,3,2245,2666 -"218937",82932,40910,3,2245,2469 -"218938",82932,42783,3,2245,2338 -"218939",82932,44235,3,2245,2700 -"218940",82932,53160,2,2245,2736 -"218941",82932,60516,3,2245,2257 -"218942",82932,60879,2,2245,2792 -"218943",82932,77077,3,2245,2693 -"218944",82949,270,3,2077,2542 -"218945",82949,380,3,2077,2261 -"218946",82949,913,2,2077,2144 -"218947",82949,1102,3,2077,2282 -"218948",82949,1639,3,2077,2631 -"218949",82949,2424,2,2077,2582 -"218950",82949,3271,3,2077,2216 -"218951",82949,3305,3,2077,2839 -"218952",82949,4687,3,2077,2152 -"218953",82949,5315,3,2077,2631 -"218954",82949,5462,3,2077,2374 -"218955",82949,5622,3,2077,2175 -"218956",82949,6390,3,2077,2385 -"218957",82949,6718,3,2077,2138 -"218958",82949,8762,3,2077,2585 -"218959",82949,9272,3,2077,2835 -"218960",82949,9311,3,2077,2477 -"218961",82949,9624,3,2077,2398 -"218962",82949,10513,3,2077,2284 -"218963",82949,10857,3,2077,2253 -"218964",82949,13307,3,2077,2206 -"218965",82949,14959,3,2077,2898 -"218966",82949,15299,3,2077,2213 -"218967",82949,15813,3,2077,2143 -"218968",82949,16332,3,2077,2668 -"218969",82949,16432,2,2077,2664 -"218970",82949,18361,3,2077,2968 -"218971",82949,18394,3,2077,2356 -"218972",82949,19248,3,2077,2357 -"218973",82949,19719,2,2077,2177 -"218974",82949,20124,3,2077,2376 -"218975",82949,20407,2,2077,2339 -"218976",82949,21138,3,2077,2849 -"218977",82949,21285,2,2077,2100 -"218978",82949,21693,2,2077,2176 -"218979",82949,22326,2,2077,2818 -"218980",82949,22415,2,2077,2841 -"218981",82949,23132,3,2077,2756 -"218982",82949,24448,3,2077,2289 -"218983",82949,25305,3,2077,2447 -"218984",82949,26749,2,2077,2965 -"218985",82949,27275,2,2077,2656 -"218986",82949,27390,2,2077,2425 -"218987",82949,29962,3,2077,2201 -"218988",82949,30052,3,2077,2855 -"218989",82949,30173,3,2077,2404 -"218990",82949,31235,3,2077,2668 -"218991",82949,31705,3,2077,2706 -"218992",82949,32173,3,2077,2341 -"218993",82949,33622,3,2077,2230 -"218994",82949,33949,3,2077,2489 -"218995",82949,34836,3,2077,2302 -"218996",82949,36439,2,2077,2469 -"218997",82949,43213,3,2077,2160 -"218998",82949,43226,3,2077,2442 -"218999",82949,43455,3,2077,2846 -"219000",82949,44759,3,2077,2419 -"219001",82949,45608,3,2077,2420 -"219002",82949,46629,3,2077,2255 -"219003",82949,47362,3,2077,2253 -"219004",82949,47772,2,2077,2293 -"219005",82949,49965,3,2077,2301 -"219006",82949,50236,3,2077,2339 -"219007",82949,52570,3,2077,2645 -"219008",82949,52576,2,2077,2234 -"219009",82949,54551,3,2077,2348 -"219010",82949,54983,3,2077,2407 -"219011",82949,55139,3,2077,2323 -"219012",82949,55438,2,2077,2863 -"219013",82949,55468,3,2077,2511 -"219014",82949,55828,3,2077,2393 -"219015",82949,56082,2,2077,2395 -"219016",82949,58508,2,2077,2326 -"219017",82949,59700,3,2077,2346 -"219018",82949,61982,3,2077,2725 -"219019",82949,62841,3,2077,2710 -"219020",82949,65572,3,2077,2750 -"219021",82949,69335,3,2077,2698 -"219022",82949,70217,3,2077,2332 -"219023",82949,72207,3,2077,2430 -"219024",82949,74636,3,2077,2525 -"219025",82949,76892,3,2077,2381 -"219026",82949,79322,2,2077,2770 -"219027",82949,88232,3,2077,2881 -"219028",82949,101797,3,2077,2357 -"219029",83047,5568,3,449,1290 -"219030",83047,5599,3,449,1684 -"219031",83047,11651,3,449,526 -"219032",83047,14791,3,449,1370 -"219033",83047,31700,3,449,2727 -"219034",83047,32606,3,449,2100 -"219035",83047,35004,3,449,1509 -"219036",83047,36514,3,449,1192 -"219037",83047,36666,3,449,1270 -"219038",83047,37937,3,449,1320 -"219039",83047,55892,3,449,1234 -"219040",83047,70854,3,449,635 -"219041",83047,80606,3,449,2079 -"219042",83047,82052,3,449,885 -"219043",83047,102016,2,449,1649 -"219044",83053,733,3,1303,1653 -"219045",83053,750,2,1303,1327 -"219046",83053,1315,3,1303,2760 -"219047",83053,3242,3,1303,1730 -"219048",83053,4618,3,1303,2607 -"219049",83053,7616,3,1303,2296 -"219050",83053,8621,3,1303,1681 -"219051",83053,12724,3,1303,1930 -"219052",83053,17264,2,1303,2528 -"219053",83053,17354,2,1303,2250 -"219054",83053,18013,3,1303,1625 -"219055",83053,18202,3,1303,2475 -"219056",83053,18415,3,1303,2184 -"219057",83053,19506,2,1303,1385 -"219058",83053,19516,3,1303,2313 -"219059",83053,20070,3,1303,1914 -"219060",83053,20563,3,1303,2267 -"219061",83053,22207,3,1303,2365 -"219062",83053,23140,2,1303,2787 -"219063",83053,24755,3,1303,1319 -"219064",83053,26436,3,1303,2489 -"219065",83053,26516,3,1303,2479 -"219066",83053,27753,3,1303,2750 -"219067",83053,28626,3,1303,2842 -"219068",83053,28896,3,1303,1395 -"219069",83053,30150,3,1303,1704 -"219070",83053,32419,2,1303,1909 -"219071",83053,33551,2,1303,1734 -"219072",83053,34492,3,1303,1798 -"219073",83053,36031,3,1303,2342 -"219074",83053,45633,3,1303,2134 -"219075",83053,46506,2,1303,2464 -"219076",83053,48215,3,1303,2028 -"219077",83053,54100,3,1303,1327 -"219078",83053,65691,3,1303,2134 -"219079",83053,77835,2,1303,1327 -"219080",83053,82681,3,1303,1620 -"219081",83053,90790,2,1303,1492 -"219082",83053,91162,2,1303,1693 -"219083",83053,91201,2,1303,1702 -"219084",83066,680,3,1229,2569 -"219085",83066,1520,3,1229,1716 -"219086",83066,2576,3,1229,1307 -"219087",83066,4430,3,1229,2019 -"219088",83066,12759,3,1229,2414 -"219089",83066,17252,3,1229,1258 -"219090",83066,18381,3,1229,1524 -"219091",83066,19587,3,1229,1684 -"219092",83066,26974,3,1229,1672 -"219093",83066,36912,3,1229,2469 -"219094",83066,37636,3,1229,2178 -"219095",83066,40537,3,1229,1284 -"219096",83066,70455,3,1229,1307 -"219097",83079,10646,3,798,1555 -"219098",83079,14272,2,798,1063 -"219099",83079,18244,3,798,1622 -"219100",83079,18366,2,798,2699 -"219101",83079,21795,3,798,2653 -"219102",83079,58180,2,798,1919 -"219103",83079,82829,3,798,2416 -"219104",83079,105795,3,798,1265 -"219105",83079,107435,3,798,1635 -"219106",83079,108647,3,798,1934 -"219107",83096,377,3,1061,2389 -"219108",83096,803,3,1061,1666 -"219109",83096,1262,3,1061,2973 -"219110",83096,1386,3,1061,1901 -"219111",83096,1469,3,1061,1160 -"219112",83096,1495,3,1061,2046 -"219113",83096,1777,3,1061,1965 -"219114",83096,2036,3,1061,2483 -"219115",83096,2754,3,1061,1360 -"219116",83096,3242,3,1061,1730 -"219117",83096,3853,3,1061,2465 -"219118",83096,4701,3,1061,2401 -"219119",83096,5462,3,1061,2374 -"219120",83096,5504,3,1061,2389 -"219121",83096,5621,3,1061,1860 -"219122",83096,9391,3,1061,1252 -"219123",83096,10148,2,1061,2964 -"219124",83096,11602,3,1061,1493 -"219125",83096,12103,3,1061,1244 -"219126",83096,13732,2,1061,2789 -"219127",83096,13929,3,1061,2693 -"219128",83096,14072,3,1061,1346 -"219129",83096,14189,1,1061,1483 -"219130",83096,14709,3,1061,1901 -"219131",83096,14888,3,1061,1411 -"219132",83096,15343,3,1061,2125 -"219133",83096,15560,3,1061,2257 -"219134",83096,16029,3,1061,1160 -"219135",83096,16040,3,1061,1244 -"219136",83096,16164,3,1061,1184 -"219137",83096,16313,1,1061,1160 -"219138",83096,18151,3,1061,2962 -"219139",83096,20311,3,1061,1981 -"219140",83096,21193,3,1061,2490 -"219141",83096,21693,3,1061,2176 -"219142",83096,21795,3,1061,2653 -"219143",83096,22006,3,1061,1202 -"219144",83096,22326,3,1061,2818 -"219145",83096,22362,3,1061,1836 -"219146",83096,23508,1,1061,1907 -"219147",83096,23509,3,1061,2275 -"219148",83096,23641,3,1061,1934 -"219149",83096,23751,2,1061,1740 -"219150",83096,24146,2,1061,2003 -"219151",83096,24362,1,1061,1287 -"219152",83096,26865,2,1061,2726 -"219153",83096,26959,3,1061,1961 -"219154",83096,27849,2,1061,1316 -"219155",83096,28233,2,1061,1608 -"219156",83096,29456,3,1061,1182 -"219157",83096,30081,2,1061,2403 -"219158",83096,30827,3,1061,2323 -"219159",83096,31799,3,1061,2547 -"219160",83096,32516,2,1061,2050 -"219161",83096,34984,3,1061,2056 -"219162",83096,36559,3,1061,2473 -"219163",83096,36962,2,1061,2861 -"219164",83096,37333,2,1061,1612 -"219165",83096,38908,3,1061,1787 -"219166",83096,41747,3,1061,1722 -"219167",83096,41872,3,1061,2974 -"219168",83096,42618,3,1061,2316 -"219169",83096,44684,3,1061,1220 -"219170",83096,46039,3,1061,1794 -"219171",83096,50252,3,1061,2001 -"219172",83096,51410,3,1061,2739 -"219173",83096,54020,2,1061,1578 -"219174",83096,55468,3,1061,2511 -"219175",83096,56082,3,1061,2395 -"219176",83096,57977,3,1061,2683 -"219177",83096,61719,3,1061,1515 -"219178",83096,65679,3,1061,1578 -"219179",83096,76342,3,1061,1429 -"219180",83096,79088,2,1061,1369 -"219181",83096,84498,3,1061,1292 -"219182",83096,85058,3,1061,1311 -"219183",83096,85784,3,1061,1142 -"219184",83096,86799,3,1061,1951 -"219185",83096,99103,3,1061,1470 -"219186",83096,101338,3,1061,1319 -"219187",83096,105233,3,1061,1199 -"219188",83122,3272,3,1503,2132 -"219189",83122,4968,3,1503,1586 -"219190",83122,15023,3,1503,2054 -"219191",83122,16347,3,1503,1868 -"219192",83122,20547,3,1503,2145 -"219193",83122,20662,3,1503,1523 -"219194",83122,25518,3,1503,1955 -"219195",83122,31357,3,1503,2389 -"219196",83122,39418,3,1503,1978 -"219197",83122,41694,3,1503,2358 -"219198",83122,43961,3,1503,2443 -"219199",83122,51843,3,1503,2389 -"219200",83122,54385,3,1503,2340 -"219201",83122,84808,3,1503,1974 -"219202",83133,3669,3,1055,2524 -"219203",83133,4144,3,1055,1520 -"219204",83133,5673,3,1055,1567 -"219205",83133,6071,3,1055,2310 -"219206",83133,6562,3,1055,1139 -"219207",83133,9050,3,1055,2026 -"219208",83133,9727,3,1055,2327 -"219209",83133,9808,2,1055,1648 -"219210",83133,9912,3,1055,1356 -"219211",83133,11135,2,1055,2441 -"219212",83133,13528,2,1055,1891 -"219213",83133,15502,2,1055,2637 -"219214",83133,15916,3,1055,1236 -"219215",83133,16593,3,1055,1139 -"219216",83133,16771,3,1055,1541 -"219217",83133,16833,3,1055,1661 -"219218",83133,17952,3,1055,1530 -"219219",83133,18610,3,1055,2141 -"219220",83133,18954,3,1055,2364 -"219221",83133,19687,2,1055,2072 -"219222",83133,19972,1,1055,2078 -"219223",83133,20392,2,1055,1309 -"219224",83133,21895,3,1055,1693 -"219225",83133,23639,2,1055,2065 -"219226",83133,23731,3,1055,1656 -"219227",83133,23890,2,1055,1810 -"219228",83133,24116,2,1055,1413 -"219229",83133,24761,3,1055,2384 -"219230",83133,25286,3,1055,1545 -"219231",83133,25886,3,1055,1580 -"219232",83133,26567,3,1055,1158 -"219233",83133,33961,3,1055,1269 -"219234",83133,34055,3,1055,1881 -"219235",83133,36487,3,1055,2622 -"219236",83133,45487,3,1055,2256 -"219237",83133,47330,3,1055,2422 -"219238",83133,50476,3,1055,1641 -"219239",83133,51448,2,1055,1593 -"219240",83133,53498,3,1055,1967 -"219241",83133,56212,3,1055,1410 -"219242",83133,56673,3,1055,2419 -"219243",83133,61513,3,1055,2948 -"219244",83133,65223,3,1055,2724 -"219245",83133,66267,3,1055,1278 -"219246",83133,69215,3,1055,1591 -"219247",83133,73915,2,1055,2568 -"219248",83133,79236,2,1055,1505 -"219249",83133,79404,3,1055,1079 -"219250",83133,81134,2,1055,1384 -"219251",83133,92947,1,1055,1289 -"219252",83133,93317,3,1055,1223 -"219253",83133,104659,3,1055,2026 -"219254",83133,106554,3,1055,1270 -"219255",83133,108872,3,1055,1810 -"219256",83133,111128,3,1055,1234 -"219257",83140,1275,3,1630,2068 -"219258",83140,4289,3,1630,1921 -"219259",83140,5912,3,1630,2257 -"219260",83140,6417,3,1630,1675 -"219261",83140,8029,3,1630,1859 -"219262",83140,14943,3,1630,1942 -"219263",83140,16826,3,1630,2599 -"219264",83140,18103,2,1630,1968 -"219265",83140,31069,3,1630,1995 -"219266",83140,38227,3,1630,2511 -"219267",83140,40432,2,1630,1956 -"219268",83140,46988,3,1630,2460 -"219269",83140,47386,3,1630,2226 -"219270",83140,57977,3,1630,2683 -"219271",83140,101070,3,1630,2497 -"219272",83140,102284,3,1630,2877 -"219273",83161,4144,2,1352,1520 -"219274",83161,9727,3,1352,2327 -"219275",83161,10337,2,1352,2452 -"219276",83161,15502,3,1352,2637 -"219277",83161,18319,1,1352,1439 -"219278",83161,32678,1,1352,1439 -"219279",83161,35911,2,1352,2370 -"219280",83161,40715,3,1352,2258 -"219281",83161,75455,3,1352,1937 -"219282",83175,44312,3,2049,2741 -"219283",83175,67150,3,2049,2633 -"219284",83175,96387,3,2049,2159 -"219285",83206,1393,3,954,1706 -"219286",83206,2014,3,954,973 -"219287",83206,7123,3,954,1964 -"219288",83206,7432,3,954,1531 -"219289",83206,9088,3,954,1881 -"219290",83206,31990,3,954,2264 -"219291",83206,32629,3,954,1789 -"219292",83206,37801,3,954,2578 -"219293",83206,41075,3,954,1176 -"219294",83206,44312,2,954,2741 -"219295",83206,44421,3,954,956 -"219296",83206,44744,3,954,2032 -"219297",83206,53445,3,954,2028 -"219298",83206,66017,3,954,1545 -"219299",83206,67150,3,954,2633 -"219300",83206,83175,1,954,2049 -"219301",83206,83264,3,954,1922 -"219302",83206,84378,3,954,1265 -"219303",83206,92469,1,954,1232 -"219304",83206,96387,2,954,2159 -"219305",83206,97706,2,954,1121 -"219306",83206,102581,3,954,1813 -"219307",83218,267,3,1537,2631 -"219308",83218,3068,3,1537,1815 -"219309",83218,3477,3,1537,2546 -"219310",83218,6063,3,1537,2349 -"219311",83218,7616,3,1537,2296 -"219312",83218,13899,3,1537,2650 -"219313",83218,15106,3,1537,2286 -"219314",83218,18217,3,1537,1566 -"219315",83218,19317,2,1537,2041 -"219316",83218,21275,3,1537,2609 -"219317",83218,22025,3,1537,1591 -"219318",83218,22207,3,1537,2365 -"219319",83218,33223,3,1537,2397 -"219320",83218,37301,3,1537,2160 -"219321",83218,40542,3,1537,1664 -"219322",83218,40565,1,1537,2115 -"219323",83218,44403,3,1537,2429 -"219324",83218,46506,3,1537,2464 -"219325",83218,61242,2,1537,1650 -"219326",83218,73661,2,1537,2505 -"219327",83218,77077,3,1537,2693 -"219328",83218,77611,3,1537,1795 -"219329",83218,82270,3,1537,1641 -"219330",83219,675,2,1492,1686 -"219331",83219,1136,2,1492,2536 -"219332",83219,7861,3,1492,1647 -"219333",83219,34509,3,1492,1973 -"219334",83219,51410,3,1492,2739 -"219335",83219,64997,3,1492,2791 -"219336",83224,1691,3,1183,1941 -"219337",83224,6390,3,1183,2385 -"219338",83224,14080,2,1183,1351 -"219339",83224,15301,3,1183,2308 -"219340",83224,16096,3,1183,2301 -"219341",83224,22566,3,1183,2308 -"219342",83224,28579,3,1183,1722 -"219343",83224,37509,3,1183,1640 -"219344",83228,3557,3,732,1259 -"219345",83228,4180,3,732,1817 -"219346",83228,4194,3,732,1641 -"219347",83228,4313,3,732,2368 -"219348",83228,5414,3,732,2321 -"219349",83228,5606,3,732,2875 -"219350",83228,6562,3,732,1139 -"219351",83228,7253,3,732,2686 -"219352",83228,7254,3,732,1849 -"219353",83228,7733,3,732,1326 -"219354",83228,10622,2,732,1173 -"219355",83228,11135,3,732,2441 -"219356",83228,11858,3,732,1530 -"219357",83228,15502,3,732,2637 -"219358",83228,15916,2,732,1236 -"219359",83228,17999,3,732,2758 -"219360",83228,20056,3,732,1824 -"219361",83228,20088,3,732,1677 -"219362",83228,20413,3,732,806 -"219363",83228,21419,1,732,1243 -"219364",83228,21976,3,732,1808 -"219365",83228,22905,3,732,2599 -"219366",83228,24116,3,732,1413 -"219367",83228,24264,3,732,1760 -"219368",83228,25886,3,732,1580 -"219369",83228,26513,2,732,2205 -"219370",83228,29275,3,732,949 -"219371",83228,31170,2,732,1776 -"219372",83228,34953,3,732,1817 -"219373",83228,35414,3,732,1959 -"219374",83228,43524,1,732,2572 -"219375",83228,47557,3,732,999 -"219376",83228,49147,3,732,2539 -"219377",83228,49958,3,732,1860 -"219378",83228,51448,3,732,1593 -"219379",83228,52380,3,732,2686 -"219380",83228,55405,3,732,2788 -"219381",83228,55436,2,732,2513 -"219382",83228,57383,3,732,1302 -"219383",83228,59470,3,732,2393 -"219384",83228,62334,3,732,1766 -"219385",83228,65557,3,732,813 -"219386",83228,69131,3,732,2122 -"219387",83228,73810,3,732,1554 -"219388",83228,78262,2,732,1326 -"219389",83228,80162,3,732,1601 -"219390",83228,83007,2,732,2727 -"219391",83228,86357,1,732,736 -"219392",83228,93317,3,732,1223 -"219393",83228,94399,3,732,963 -"219394",83228,99194,3,732,1271 -"219395",83253,21,2,1102,1385 -"219396",83253,160,2,1102,2007 -"219397",83253,1108,3,1102,1600 -"219398",83253,1314,3,1102,1522 -"219399",83253,1519,3,1102,2349 -"219400",83253,1641,3,1102,1490 -"219401",83253,1846,3,1102,1845 -"219402",83253,2229,3,1102,1536 -"219403",83253,2446,3,1102,2606 -"219404",83253,2747,3,1102,2411 -"219405",83253,2936,3,1102,2512 -"219406",83253,3456,3,1102,1999 -"219407",83253,3477,3,1102,2546 -"219408",83253,4001,3,1102,1687 -"219409",83253,4066,3,1102,1736 -"219410",83253,4361,3,1102,2571 -"219411",83253,4526,3,1102,1728 -"219412",83253,4681,3,1102,2356 -"219413",83253,5683,3,1102,2468 -"219414",83253,8791,3,1102,1789 -"219415",83253,8865,2,1102,2394 -"219416",83253,9351,3,1102,1460 -"219417",83253,9723,3,1102,2302 -"219418",83253,10336,3,1102,2271 -"219419",83253,10350,3,1102,1163 -"219420",83253,10980,3,1102,1974 -"219421",83253,11728,3,1102,1121 -"219422",83253,11990,3,1102,1909 -"219423",83253,12067,2,1102,1213 -"219424",83253,15826,3,1102,2772 -"219425",83253,16690,2,1102,2132 -"219426",83253,16850,3,1102,1657 -"219427",83253,17033,3,1102,2771 -"219428",83253,17257,3,1102,1117 -"219429",83253,17351,3,1102,2036 -"219430",83253,17645,3,1102,1918 -"219431",83253,19215,3,1102,2604 -"219432",83253,19364,2,1102,2846 -"219433",83253,19433,3,1102,2504 -"219434",83253,19751,3,1102,1630 -"219435",83253,20941,3,1102,2725 -"219436",83253,22580,3,1102,2245 -"219437",83253,22709,2,1102,2743 -"219438",83253,22723,2,1102,2859 -"219439",83253,27908,3,1102,2576 -"219440",83253,28116,3,1102,1643 -"219441",83253,28432,3,1102,1954 -"219442",83253,29267,3,1102,1234 -"219443",83253,29997,3,1102,1789 -"219444",83253,30034,2,1102,2357 -"219445",83253,30334,3,1102,2075 -"219446",83253,32311,3,1102,2396 -"219447",83253,33236,3,1102,2297 -"219448",83253,34831,3,1102,1866 -"219449",83253,34892,3,1102,2309 -"219450",83253,34921,3,1102,2181 -"219451",83253,35903,3,1102,1434 -"219452",83253,37036,3,1102,2264 -"219453",83253,37522,3,1102,1270 -"219454",83253,37636,3,1102,2178 -"219455",83253,38259,3,1102,2258 -"219456",83253,38691,3,1102,2585 -"219457",83253,38816,3,1102,1225 -"219458",83253,39062,3,1102,2020 -"219459",83253,40392,3,1102,1878 -"219460",83253,42331,3,1102,1585 -"219461",83253,42836,3,1102,1939 -"219462",83253,46486,3,1102,1868 -"219463",83253,46532,3,1102,2005 -"219464",83253,50278,3,1102,1127 -"219465",83253,51783,3,1102,2599 -"219466",83253,51879,3,1102,1771 -"219467",83253,52483,3,1102,2317 -"219468",83253,55472,2,1102,1516 -"219469",83253,59683,3,1102,2068 -"219470",83253,60879,3,1102,2792 -"219471",83253,64110,2,1102,1331 -"219472",83253,68275,3,1102,1158 -"219473",83253,68314,3,1102,2180 -"219474",83253,68876,3,1102,1397 -"219475",83253,69232,2,1102,2130 -"219476",83253,70101,3,1102,2414 -"219477",83253,72535,3,1102,1191 -"219478",83253,73553,3,1102,2726 -"219479",83253,77611,3,1102,1795 -"219480",83253,82819,3,1102,1900 -"219481",83253,82932,3,1102,2245 -"219482",83253,84975,3,1102,1138 -"219483",83253,87958,3,1102,1234 -"219484",83253,104828,3,1102,1609 -"219485",83259,15343,3,1245,2125 -"219486",83259,18151,3,1245,2962 -"219487",83259,42618,3,1245,2316 -"219488",83264,17925,3,1922,2385 -"219489",83264,18574,3,1922,2305 -"219490",83264,22389,3,1922,2034 -"219491",83264,31990,2,1922,2264 -"219492",83264,32724,3,1922,2581 -"219493",83264,37801,2,1922,2578 -"219494",83264,44312,1,1922,2741 -"219495",83264,48931,3,1922,2444 -"219496",83264,53445,3,1922,2028 -"219497",83264,57804,3,1922,2214 -"219498",83264,65054,3,1922,2593 -"219499",83286,2684,3,1793,2874 -"219500",83286,3198,2,1793,1797 -"219501",83286,3397,2,1793,2126 -"219502",83286,3409,2,1793,2167 -"219503",83286,3453,2,1793,2126 -"219504",83286,12778,3,1793,2045 -"219505",83286,16542,3,1793,2039 -"219506",83286,23460,3,1793,2183 -"219507",83286,24753,2,1793,2860 -"219508",83286,24793,3,1793,1993 -"219509",83286,40879,2,1793,2019 -"219510",83286,41664,3,1793,2641 -"219511",83286,83291,1,1793,2066 -"219512",83291,2684,3,2066,2874 -"219513",83291,3397,2,2066,2126 -"219514",83291,3409,2,2066,2167 -"219515",83291,3453,2,2066,2126 -"219516",83291,23460,3,2066,2183 -"219517",83291,24753,2,2066,2860 -"219518",83291,41664,3,2066,2641 -"219519",83301,1108,3,1385,1600 -"219520",83301,7615,3,1385,1657 -"219521",83301,10239,3,1385,2032 -"219522",83301,10980,2,1385,1974 -"219523",83301,13136,3,1385,2867 -"219524",83301,14586,3,1385,2801 -"219525",83301,16176,3,1385,2703 -"219526",83301,18005,3,1385,2449 -"219527",83301,28869,3,1385,2425 -"219528",83301,31541,3,1385,1500 -"219529",83301,35728,3,1385,2017 -"219530",83301,36344,3,1385,2570 -"219531",83301,41187,3,1385,2340 -"219532",83301,41694,3,1385,2358 -"219533",83301,42331,2,1385,1585 -"219534",83301,47968,3,1385,2829 -"219535",83301,57067,3,1385,2547 -"219536",83301,63837,2,1385,2807 -"219537",83301,70101,3,1385,2414 -"219538",83301,74055,3,1385,1544 -"219539",83301,85869,3,1385,1509 -"219540",83301,92850,2,1385,1971 -"219541",83301,92860,3,1385,1643 -"219542",83301,100860,3,1385,2326 -"219543",83325,489,3,147,2652 -"219544",83325,2224,3,147,2751 -"219545",83325,2289,2,147,2389 -"219546",83325,3306,3,147,1989 -"219547",83325,3751,2,147,1358 -"219548",83325,5072,3,147,2175 -"219549",83325,8821,3,147,2230 -"219550",83325,13837,3,147,1604 -"219551",83325,17146,3,147,1252 -"219552",83325,17396,3,147,1672 -"219553",83325,25163,3,147,1751 -"219554",83325,25241,3,147,1233 -"219555",83325,29918,3,147,1953 -"219556",83325,31001,3,147,2119 -"219557",83325,31700,3,147,2727 -"219558",83325,35187,3,147,2488 -"219559",83325,37937,3,147,1320 -"219560",83325,39556,3,147,2747 -"219561",83325,40368,2,147,2876 -"219562",83325,53846,3,147,2737 -"219563",83325,58414,3,147,880 -"219564",83325,70854,3,147,635 -"219565",83325,71560,3,147,280 -"219566",83325,75921,3,147,517 -"219567",83334,267,3,1708,2631 -"219568",83334,1222,3,1708,2598 -"219569",83334,1624,3,1708,2687 -"219570",83334,2443,2,1708,2333 -"219571",83334,2802,3,1708,1836 -"219572",83334,5414,3,1708,2321 -"219573",83334,6262,3,1708,2733 -"219574",83334,9269,3,1708,1892 -"219575",83334,9910,3,1708,2526 -"219576",83334,9948,3,1708,2019 -"219577",83334,18466,3,1708,2340 -"219578",83334,19190,3,1708,2677 -"219579",83334,20695,3,1708,2526 -"219580",83334,22207,3,1708,2365 -"219581",83334,30697,3,1708,2891 -"219582",83334,31705,2,1708,2706 -"219583",83334,37332,2,1708,1891 -"219584",83334,38697,3,1708,2701 -"219585",83334,40565,3,1708,2115 -"219586",83334,44403,3,1708,2429 -"219587",83334,49403,3,1708,2427 -"219588",83334,53082,3,1708,2328 -"219589",83334,76997,3,1708,2223 -"219590",83334,79793,3,1708,1915 -"219591",83334,94339,3,1708,2768 -"219592",83336,20200,1,1397,2322 -"219593",83336,37279,3,1397,2768 -"219594",83336,53643,3,1397,1626 -"219595",83336,66994,3,1397,1865 -"219596",83336,68586,3,1397,2322 -"219597",83362,55405,2,1877,2788 -"219598",83377,3313,2,243,572 -"219599",83377,5897,3,243,2337 -"219600",83377,7942,3,243,2623 -"219601",83377,9787,3,243,2858 -"219602",83377,11990,3,243,1909 -"219603",83377,12023,2,243,799 -"219604",83377,12781,3,243,831 -"219605",83377,13295,3,243,779 -"219606",83377,14287,3,243,1583 -"219607",83377,16501,3,243,1650 -"219608",83377,19334,2,243,1979 -"219609",83377,23131,3,243,1732 -"219610",83377,27742,3,243,2700 -"219611",83377,27914,3,243,2507 -"219612",83377,28904,3,243,926 -"219613",83377,30525,3,243,1964 -"219614",83377,31753,3,243,1514 -"219615",83377,41077,3,243,864 -"219616",83377,43961,3,243,2443 -"219617",83377,44074,3,243,1299 -"219618",83377,54775,3,243,2383 -"219619",83377,61125,3,243,1673 -"219620",83377,75880,3,243,477 -"219621",83377,79432,3,243,1708 -"219622",83377,81437,2,243,1101 -"219623",83377,85396,3,243,1131 -"219624",83377,89538,3,243,1847 -"219625",83378,9803,3,270,1664 -"219626",83378,9828,3,270,2085 -"219627",83378,10558,3,270,2312 -"219628",83378,11127,3,270,1196 -"219629",83378,11602,2,270,1493 -"219630",83378,13109,3,270,1374 -"219631",83378,20689,3,270,557 -"219632",83378,22374,2,270,1226 -"219633",83378,25530,3,270,2884 -"219634",83378,31797,3,270,1501 -"219635",83378,34693,3,270,1938 -"219636",83378,34695,3,270,1930 -"219637",83378,40893,3,270,1116 -"219638",83396,270,3,2396,2542 -"219639",83396,2424,3,2396,2582 -"219640",83396,3305,3,2396,2839 -"219641",83396,43173,3,2396,2895 -"219642",83396,61982,3,2396,2725 -"219643",83396,72207,3,2396,2430 -"219644",83396,88232,3,2396,2881 -"219645",83398,160,3,845,2007 -"219646",83398,1641,3,845,1490 -"219647",83398,2747,3,845,2411 -"219648",83398,11728,3,845,1121 -"219649",83398,13184,3,845,977 -"219650",83398,15826,3,845,2772 -"219651",83398,18421,3,845,2457 -"219652",83398,19069,3,845,988 -"219653",83398,20155,3,845,1517 -"219654",83398,23131,3,845,1732 -"219655",83398,27008,3,845,911 -"219656",83398,30525,3,845,1964 -"219657",83398,30609,3,845,988 -"219658",83398,34831,3,845,1866 -"219659",83398,51879,3,845,1771 -"219660",83398,54890,3,845,877 -"219661",83398,73107,3,845,1918 -"219662",83398,77077,3,845,2693 -"219663",83398,82932,3,845,2245 -"219664",83407,4751,3,2112,2696 -"219665",83407,6030,3,2112,2953 -"219666",83407,33052,3,2112,2251 -"219667",83407,64436,3,2112,2687 -"219668",83422,15626,3,1500,2434 -"219669",83422,16096,3,1500,2301 -"219670",83422,16352,3,1500,2657 -"219671",83422,17819,2,1500,2291 -"219672",83422,33383,3,1500,1572 -"219673",83422,34735,3,1500,2767 -"219674",83422,51017,3,1500,2073 -"219675",83434,307,3,850,2530 -"219676",83434,600,3,850,1702 -"219677",83434,701,3,850,2718 -"219678",83434,1127,3,850,1188 -"219679",83434,1130,3,850,1566 -"219680",83434,1136,3,850,2536 -"219681",83434,1639,3,850,2631 -"219682",83434,2269,2,850,984 -"219683",83434,2325,3,850,1641 -"219684",83434,2572,3,850,2273 -"219685",83434,2716,3,850,1748 -"219686",83434,2742,3,850,1192 -"219687",83434,3011,3,850,2278 -"219688",83434,3306,3,850,1989 -"219689",83434,3966,3,850,2425 -"219690",83434,4317,3,850,1224 -"219691",83434,4701,2,850,2401 -"219692",83434,4790,2,850,1025 -"219693",83434,4791,1,850,1184 -"219694",83434,7555,3,850,1943 -"219695",83434,7847,3,850,2424 -"219696",83434,7861,3,850,1647 -"219697",83434,12031,3,850,1957 -"219698",83434,12602,3,850,1956 -"219699",83434,12728,3,850,2374 -"219700",83434,13150,3,850,1570 -"219701",83434,15003,3,850,2067 -"219702",83434,15005,2,850,1415 -"219703",83434,17852,3,850,2840 -"219704",83434,18393,2,850,860 -"219705",83434,18707,3,850,1143 -"219706",83434,20311,3,850,1981 -"219707",83434,21122,3,850,1701 -"219708",83434,21198,3,850,935 -"219709",83434,22282,3,850,1418 -"219710",83434,22331,3,850,2687 -"219711",83434,22455,3,850,1197 -"219712",83434,23508,3,850,1907 -"219713",83434,23509,3,850,2275 -"219714",83434,24286,3,850,1280 -"219715",83434,24755,3,850,1319 -"219716",83434,25129,3,850,2647 -"219717",83434,25341,3,850,1858 -"219718",83434,26282,3,850,1241 -"219719",83434,26322,3,850,1018 -"219720",83434,26451,3,850,2133 -"219721",83434,27173,3,850,2050 -"219722",83434,27390,3,850,2425 -"219723",83434,27849,2,850,1316 -"219724",83434,29929,3,850,2789 -"219725",83434,32173,3,850,2341 -"219726",83434,32457,2,850,2690 -"219727",83434,32601,3,850,1033 -"219728",83434,33356,3,850,1586 -"219729",83434,33433,3,850,2805 -"219730",83434,34509,3,850,1973 -"219731",83434,35095,2,850,1502 -"219732",83434,39982,3,850,1529 -"219733",83434,41739,3,850,1339 -"219734",83434,43051,2,850,904 -"219735",83434,43929,2,850,2749 -"219736",83434,44306,3,850,1036 -"219737",83434,44819,3,850,2063 -"219738",83434,47248,3,850,2883 -"219739",83434,48414,3,850,1749 -"219740",83434,51017,3,850,2073 -"219741",83434,51810,3,850,1401 -"219742",83434,52058,3,850,1836 -"219743",83434,54879,3,850,2210 -"219744",83434,55468,2,850,2511 -"219745",83434,57950,3,850,1529 -"219746",83434,58035,3,850,1646 -"219747",83434,61948,3,850,1231 -"219748",83434,62903,3,850,1704 -"219749",83434,63547,3,850,1023 -"219750",83434,64181,2,850,1828 -"219751",83434,64699,3,850,2797 -"219752",83434,64997,3,850,2791 -"219753",83434,65625,3,850,1273 -"219754",83434,66413,3,850,2507 -"219755",83434,66860,3,850,1548 -"219756",83434,70605,3,850,1176 -"219757",83434,75948,2,850,1006 -"219758",83434,77305,3,850,965 -"219759",83434,78932,3,850,981 -"219760",83434,79322,3,850,2770 -"219761",83434,81588,3,850,1568 -"219762",83434,82787,3,850,1144 -"219763",83434,89097,3,850,935 -"219764",83434,90573,3,850,878 -"219765",83434,99288,3,850,983 -"219766",83434,105063,3,850,1908 -"219767",83464,10622,3,1072,1173 -"219768",83464,20088,2,1072,1677 -"219769",83464,78262,3,1072,1326 -"219770",83475,140,3,70,2267 -"219771",83475,2540,3,70,1398 -"219772",83475,3127,3,70,2273 -"219773",83475,3477,3,70,2546 -"219774",83475,5792,3,70,975 -"219775",83475,5845,3,70,1552 -"219776",83475,6063,3,70,2349 -"219777",83475,7798,3,70,949 -"219778",83475,8354,3,70,1705 -"219779",83475,8865,3,70,2394 -"219780",83475,9481,3,70,1610 -"219781",83475,9506,3,70,1012 -"219782",83475,10336,3,70,2271 -"219783",83475,10473,3,70,1783 -"219784",83475,10754,3,70,1797 -"219785",83475,12067,2,70,1213 -"219786",83475,12735,3,70,819 -"219787",83475,12779,3,70,936 -"219788",83475,13184,3,70,977 -"219789",83475,13808,3,70,1356 -"219790",83475,14817,1,70,2110 -"219791",83475,15826,3,70,2772 -"219792",83475,16046,3,70,103 -"219793",83475,18217,3,70,1566 -"219794",83475,19433,2,70,2504 -"219795",83475,20176,3,70,1050 -"219796",83475,20984,3,70,2502 -"219797",83475,22462,3,70,869 -"219798",83475,23131,3,70,1732 -"219799",83475,25378,3,70,1245 -"219800",83475,27320,3,70,2378 -"219801",83475,27908,2,70,2576 -"219802",83475,28869,3,70,2425 -"219803",83475,29267,1,70,1234 -"219804",83475,29286,3,70,1612 -"219805",83475,30486,2,70,1269 -"219806",83475,30525,3,70,1964 -"219807",83475,32479,3,70,969 -"219808",83475,32642,3,70,158 -"219809",83475,33223,3,70,2397 -"219810",83475,33957,3,70,245 -"219811",83475,35903,3,70,1434 -"219812",83475,36953,3,70,2790 -"219813",83475,37427,2,70,915 -"219814",83475,37937,3,70,1320 -"219815",83475,38513,2,70,914 -"219816",83475,38816,3,70,1225 -"219817",83475,39062,2,70,2020 -"219818",83475,40542,3,70,1664 -"219819",83475,40572,3,70,2666 -"219820",83475,42813,3,70,2142 -"219821",83475,46486,2,70,1868 -"219822",83475,46532,3,70,2005 -"219823",83475,47595,2,70,2374 -"219824",83475,49147,2,70,2539 -"219825",83475,50335,2,70,1893 -"219826",83475,51016,3,70,1141 -"219827",83475,51200,3,70,2245 -"219828",83475,52483,3,70,2317 -"219829",83475,59470,3,70,2393 -"219830",83475,61125,3,70,1673 -"219831",83475,66121,3,70,1281 -"219832",83475,72535,3,70,1191 -"219833",83475,72571,3,70,1175 -"219834",83475,74134,3,70,1566 -"219835",83475,77031,3,70,801 -"219836",83475,83253,3,70,1102 -"219837",83475,87958,2,70,1234 -"219838",83475,90709,3,70,1080 -"219839",83475,95155,3,70,849 -"219840",83475,96706,3,70,1597 -"219841",83475,99332,3,70,873 -"219842",83475,104319,3,70,536 -"219843",83475,108620,3,70,881 -"219844",83491,24,3,1200,1295 -"219845",83491,1875,3,1200,1786 -"219846",83491,4671,3,1200,2280 -"219847",83491,5226,2,1200,1309 -"219848",83491,5622,3,1200,2175 -"219849",83491,9364,3,1200,1698 -"219850",83491,10857,3,1200,2253 -"219851",83491,10874,3,1200,1891 -"219852",83491,12728,3,1200,2374 -"219853",83491,15122,2,1200,1201 -"219854",83491,19096,3,1200,1538 -"219855",83491,21197,3,1200,1437 -"219856",83491,23395,3,1200,1948 -"219857",83491,27849,3,1200,1316 -"219858",83491,28635,3,1200,2368 -"219859",83491,28640,3,1200,1475 -"219860",83491,31530,3,1200,1661 -"219861",83491,37108,2,1200,1202 -"219862",83491,39539,3,1200,1274 -"219863",83491,43385,2,1200,1623 -"219864",83491,48571,3,1200,2717 -"219865",83491,54305,3,1200,1222 -"219866",83491,54551,3,1200,2348 -"219867",83491,58451,3,1200,1939 -"219868",83491,58652,3,1200,1437 -"219869",83491,66703,3,1200,2375 -"219870",83491,72956,3,1200,1251 -"219871",83491,76284,2,1200,1237 -"219872",83491,81588,3,1200,1568 -"219873",83491,95644,3,1200,1531 -"219874",83491,98781,2,1200,1410 -"219875",83493,29095,3,1181,2531 -"219876",83518,10223,3,275,1033 -"219877",83518,11424,3,275,1631 -"219878",83518,13079,2,275,2547 -"219879",83518,21593,3,275,1312 -"219880",83518,34997,3,275,591 -"219881",83518,37632,3,275,1295 -"219882",83518,40264,3,275,1418 -"219883",83518,57082,3,275,1418 -"219884",83518,81716,3,275,1199 -"219885",83518,95757,3,275,1232 -"219886",83518,105419,3,275,855 -"219887",83523,237,3,1461,1982 -"219888",83523,1745,2,1461,2693 -"219889",83523,6697,3,1461,2438 -"219890",83523,11218,3,1461,2292 -"219891",83523,13842,1,1461,2250 -"219892",83523,16286,3,1461,2470 -"219893",83523,16501,3,1461,1650 -"219894",83523,19380,3,1461,2637 -"219895",83523,26818,2,1461,1999 -"219896",83523,27509,2,1461,2067 -"219897",83523,29095,3,1461,2531 -"219898",83523,33537,2,1461,2406 -"219899",83523,34216,3,1461,2832 -"219900",83523,35728,3,1461,2017 -"219901",83523,41250,3,1461,1703 -"219902",83523,58238,2,1461,1944 -"219903",83523,63701,3,1461,1620 -"219904",83523,66693,1,1461,2554 -"219905",83523,73172,3,1461,2496 -"219906",83523,111375,3,1461,2686 -"219907",83526,1196,3,1235,1986 -"219908",83526,3306,3,1235,1989 -"219909",83526,3716,3,1235,1679 -"219910",83526,3830,3,1235,1661 -"219911",83526,3961,3,1235,2426 -"219912",83526,5041,3,1235,2371 -"219913",83526,5258,3,1235,2730 -"219914",83526,5315,2,1235,2631 -"219915",83526,6047,3,1235,2004 -"219916",83526,6417,3,1235,1675 -"219917",83526,9311,3,1235,2477 -"219918",83526,9928,3,1235,2345 -"219919",83526,10358,2,1235,2294 -"219920",83526,10382,3,1235,2111 -"219921",83526,10779,3,1235,2881 -"219922",83526,10843,3,1235,2277 -"219923",83526,11103,3,1235,2393 -"219924",83526,11477,3,1235,2724 -"219925",83526,11976,3,1235,1727 -"219926",83526,13109,2,1235,1374 -"219927",83526,13573,3,1235,2774 -"219928",83526,14032,2,1235,2144 -"219929",83526,14080,3,1235,1351 -"219930",83526,14354,3,1235,1659 -"219931",83526,15632,3,1235,1242 -"219932",83526,15808,3,1235,1521 -"219933",83526,16352,3,1235,2657 -"219934",83526,17819,3,1235,2291 -"219935",83526,18543,3,1235,2968 -"219936",83526,19453,3,1235,1928 -"219937",83526,19858,3,1235,2357 -"219938",83526,20355,3,1235,2111 -"219939",83526,21401,1,1235,1440 -"219940",83526,23310,3,1235,2371 -"219941",83526,23825,3,1235,1913 -"219942",83526,29930,3,1235,2240 -"219943",83526,30438,3,1235,1617 -"219944",83526,31003,3,1235,1859 -"219945",83526,31530,3,1235,1661 -"219946",83526,32919,3,1235,2321 -"219947",83526,33834,3,1235,1606 -"219948",83526,34158,3,1235,2639 -"219949",83526,34648,1,1235,1596 -"219950",83526,34735,3,1235,2767 -"219951",83526,35926,3,1235,2371 -"219952",83526,36007,2,1235,2089 -"219953",83526,36574,3,1235,2934 -"219954",83526,37915,3,1235,1905 -"219955",83526,38467,3,1235,1259 -"219956",83526,40293,3,1235,1671 -"219957",83526,41278,2,1235,1873 -"219958",83526,41955,3,1235,2479 -"219959",83526,45633,3,1235,2134 -"219960",83526,45715,3,1235,2287 -"219961",83526,45903,2,1235,2237 -"219962",83526,48127,2,1235,2677 -"219963",83526,48602,2,1235,1704 -"219964",83526,50977,3,1235,2352 -"219965",83526,53779,3,1235,2000 -"219966",83526,56903,3,1235,1584 -"219967",83526,57714,3,1235,1391 -"219968",83526,57950,3,1235,1529 -"219969",83526,61719,3,1235,1515 -"219970",83526,62488,3,1235,1418 -"219971",83526,63030,3,1235,2251 -"219972",83526,64502,2,1235,1670 -"219973",83526,67957,2,1235,2823 -"219974",83526,75403,3,1235,1895 -"219975",83526,77001,1,1235,1440 -"219976",83526,81095,2,1235,1609 -"219977",83526,82341,3,1235,1515 -"219978",83526,82932,3,1235,2245 -"219979",83526,85356,3,1235,1492 -"219980",83526,87144,3,1235,2299 -"219981",83526,92297,3,1235,2952 -"219982",83526,92381,3,1235,1237 -"219983",83526,96553,3,1235,1887 -"219984",83541,283,2,555,2082 -"219985",83541,378,2,555,2766 -"219986",83541,5673,3,555,1567 -"219987",83541,11135,3,555,2441 -"219988",83541,15916,3,555,1236 -"219989",83541,19687,3,555,2072 -"219990",83541,21352,3,555,1604 -"219991",83541,23639,3,555,2065 -"219992",83541,25451,3,555,698 -"219993",83541,26567,3,555,1158 -"219994",83541,32312,3,555,1472 -"219995",83541,34055,3,555,1881 -"219996",83541,34559,2,555,1105 -"219997",83541,42062,3,555,889 -"219998",83541,42195,2,555,573 -"219999",83541,48764,2,555,860 -"220000",83541,68670,3,555,565 -"220001",83541,79236,3,555,1505 -"220002",83541,79404,3,555,1079 -"220003",83541,81134,3,555,1384 -"220004",83541,85264,1,555,1236 -"220005",83541,92381,3,555,1237 -"220006",83541,98003,3,555,573 -"220007",83541,106554,3,555,1270 -"220008",83598,843,3,619,2332 -"220009",83598,919,2,619,910 -"220010",83598,1257,3,619,1212 -"220011",83598,1624,3,619,2687 -"220012",83598,2724,3,619,2447 -"220013",83598,3272,2,619,2132 -"220014",83598,3477,3,619,2546 -"220015",83598,3559,2,619,2413 -"220016",83598,4691,3,619,1888 -"220017",83598,4968,1,619,1586 -"220018",83598,6040,3,619,2103 -"220019",83598,6063,3,619,2349 -"220020",83598,7604,3,619,1366 -"220021",83598,8993,3,619,2099 -"220022",83598,12197,3,619,1235 -"220023",83598,12598,2,619,2086 -"220024",83598,12735,2,619,819 -"220025",83598,12779,3,619,936 -"220026",83598,14442,2,619,2700 -"220027",83598,15023,2,619,2054 -"220028",83598,16538,3,619,704 -"220029",83598,18217,3,619,1566 -"220030",83598,19075,3,619,2214 -"220031",83598,19667,3,619,1466 -"220032",83598,20547,1,619,2145 -"220033",83598,20739,1,619,2025 -"220034",83598,20921,2,619,723 -"220035",83598,22462,3,619,869 -"220036",83598,25518,3,619,1955 -"220037",83598,29100,2,619,843 -"220038",83598,29354,3,619,1123 -"220039",83598,31281,3,619,1937 -"220040",83598,31357,1,619,2389 -"220041",83598,33223,3,619,2397 -"220042",83598,33470,3,619,2003 -"220043",83598,36996,3,619,2321 -"220044",83598,38602,3,619,2693 -"220045",83598,39893,2,619,1601 -"220046",83598,40542,3,619,1664 -"220047",83598,47372,3,619,788 -"220048",83598,51399,3,619,934 -"220049",83598,51843,2,619,2389 -"220050",83598,51890,2,619,1992 -"220051",83598,52953,3,619,1741 -"220052",83598,53414,3,619,1672 -"220053",83598,54385,2,619,2340 -"220054",83598,55307,3,619,2306 -"220055",83598,55730,2,619,1217 -"220056",83598,55997,2,619,1414 -"220057",83598,59289,3,619,2896 -"220058",83598,59344,3,619,2252 -"220059",83598,63104,1,619,2149 -"220060",83598,63631,2,619,763 -"220061",83598,64912,3,619,2099 -"220062",83598,69308,2,619,2370 -"220063",83598,76295,2,619,1001 -"220064",83598,78611,3,619,1586 -"220065",83598,79874,3,619,1570 -"220066",83598,80615,2,619,2252 -"220067",83598,84808,2,619,1974 -"220068",83598,93123,2,619,870 -"220069",83598,93590,2,619,1188 -"220070",83598,94513,3,619,1102 -"220071",83598,98436,3,619,1212 -"220072",83598,106755,3,619,2166 -"220073",83598,108974,3,619,752 -"220074",83598,110737,3,619,2117 -"220075",83598,110871,2,619,2879 -"220076",83598,110874,3,619,1390 -"220077",83610,7785,3,1552,2441 -"220078",83729,1367,3,406,2176 -"220079",83729,2139,3,406,2502 -"220080",83729,2424,3,406,2582 -"220081",83729,2452,3,406,1715 -"220082",83729,2747,3,406,2411 -"220083",83729,3414,2,406,2322 -"220084",83729,3456,3,406,1999 -"220085",83729,3863,3,406,856 -"220086",83729,5346,2,406,1438 -"220087",83729,5580,3,406,2111 -"220088",83729,5897,3,406,2337 -"220089",83729,7245,3,406,2089 -"220090",83729,9227,3,406,1267 -"220091",83729,9654,3,406,2111 -"220092",83729,11518,3,406,803 -"220093",83729,13068,3,406,1778 -"220094",83729,13537,3,406,1020 -"220095",83729,13671,3,406,1371 -"220096",83729,14287,3,406,1583 -"220097",83729,14425,3,406,1036 -"220098",83729,14707,3,406,672 -"220099",83729,15058,3,406,509 -"220100",83729,15207,2,406,1855 -"220101",83729,15453,3,406,1688 -"220102",83729,15462,3,406,1141 -"220103",83729,15567,3,406,2671 -"220104",83729,16067,3,406,2727 -"220105",83729,18348,3,406,1711 -"220106",83729,18415,3,406,2184 -"220107",83729,18550,2,406,483 -"220108",83729,18810,3,406,2671 -"220109",83729,20176,2,406,1050 -"220110",83729,21929,3,406,2062 -"220111",83729,22462,3,406,869 -"220112",83729,24974,2,406,702 -"220113",83729,28057,3,406,1067 -"220114",83729,29997,3,406,1789 -"220115",83729,30262,3,406,1715 -"220116",83729,30865,1,406,2038 -"220117",83729,30891,2,406,1256 -"220118",83729,30943,3,406,2287 -"220119",83729,32606,3,406,2100 -"220120",83729,32939,3,406,2277 -"220121",83729,33451,3,406,1957 -"220122",83729,33665,3,406,787 -"220123",83729,33870,3,406,955 -"220124",83729,34997,3,406,591 -"220125",83729,35133,3,406,2219 -"220126",83729,35980,3,406,2657 -"220127",83729,36344,3,406,2570 -"220128",83729,40113,2,406,451 -"220129",83729,41023,3,406,2408 -"220130",83729,41439,3,406,709 -"220131",83729,41446,3,406,1103 -"220132",83729,41969,3,406,2189 -"220133",83729,42642,3,406,2257 -"220134",83729,42725,3,406,630 -"220135",83729,45186,3,406,835 -"220136",83729,46060,3,406,861 -"220137",83729,46261,3,406,2350 -"220138",83729,46803,3,406,2305 -"220139",83729,48238,3,406,1194 -"220140",83729,48713,3,406,565 -"220141",83729,50278,3,406,1127 -"220142",83729,51687,3,406,2333 -"220143",83729,53043,3,406,803 -"220144",83729,53687,3,406,2422 -"220145",83729,54388,3,406,1257 -"220146",83729,55072,3,406,612 -"220147",83729,57804,3,406,2214 -"220148",83729,58015,3,406,899 -"220149",83729,58516,3,406,409 -"220150",83729,58829,3,406,1256 -"220151",83729,63641,3,406,2337 -"220152",83729,63662,3,406,721 -"220153",83729,64967,3,406,2872 -"220154",83729,64993,3,406,615 -"220155",83729,65188,3,406,2213 -"220156",83729,66693,3,406,2554 -"220157",83729,67252,3,406,1215 -"220158",83729,67726,3,406,2873 -"220159",83729,67815,3,406,2476 -"220160",83729,69293,3,406,609 -"220161",83729,69716,3,406,2632 -"220162",83729,70070,3,406,2425 -"220163",83729,74818,3,406,1440 -"220164",83729,75282,2,406,2675 -"220165",83729,76507,3,406,1437 -"220166",83729,80338,3,406,2059 -"220167",83729,85356,3,406,1492 -"220168",83729,88307,3,406,437 -"220169",83729,92904,2,406,780 -"220170",83729,94520,2,406,1243 -"220171",83729,99237,3,406,783 -"220172",83729,99557,3,406,1703 -"220173",83729,100260,3,406,888 -"220174",83729,108196,3,406,422 -"220175",83729,119921,3,406,1113 -"220176",83777,73747,3,1285,2274 -"220177",83786,18821,3,1614,2075 -"220178",83786,19048,3,1614,2180 -"220179",83786,21942,3,1614,2041 -"220180",83786,83790,1,1614,1637 -"220181",83790,18821,3,1637,2075 -"220182",83790,19048,3,1637,2180 -"220183",83790,21942,3,1637,2041 -"220184",83845,1315,2,216,2760 -"220185",83845,2960,3,216,977 -"220186",83845,3139,3,216,1656 -"220187",83845,13158,3,216,2667 -"220188",83845,13479,3,216,2155 -"220189",83845,13518,3,216,525 -"220190",83845,18779,3,216,1267 -"220191",83845,21479,3,216,2134 -"220192",83845,30092,3,216,1593 -"220193",83845,30692,3,216,700 -"220194",83845,36983,2,216,462 -"220195",83845,40707,3,216,1547 -"220196",83845,41088,1,216,1135 -"220197",83845,49048,3,216,1656 -"220198",83845,73524,1,216,605 -"220199",83860,8860,2,1522,2141 -"220200",83860,11665,3,1522,1643 -"220201",83860,23488,3,1522,1523 -"220202",83860,46902,2,1522,1620 -"220203",83860,63701,3,1522,1620 -"220204",83862,9654,3,2026,2111 -"220205",83862,25078,2,2026,2312 -"220206",83862,27391,3,2026,2378 -"220207",83862,35428,3,2026,2263 -"220208",83862,46742,2,2026,2144 -"220209",83862,49787,2,2026,2352 -"220210",83862,50179,3,2026,2230 -"220211",83862,54250,3,2026,2340 -"220212",83873,11516,3,240,1937 -"220213",83873,83907,3,240,2056 -"220214",83873,85137,2,240,499 -"220215",83873,88324,2,240,1080 -"220216",83898,237,2,1036,1982 -"220217",83898,448,3,1036,2693 -"220218",83898,16437,3,1036,1956 -"220219",83898,38492,3,1036,2280 -"220220",83907,5315,3,2056,2631 -"220221",83907,7515,3,2056,2737 -"220222",83907,22415,3,2056,2841 -"220223",83907,23132,3,2056,2756 -"220224",83907,39189,3,2056,2319 -"220225",83907,62219,3,2056,2494 -"220226",83907,62852,1,2056,2067 -"220227",83907,65572,3,2056,2750 -"220228",83907,73305,3,2056,2544 -"220229",83907,82949,3,2056,2077 -"220230",83912,25180,3,1000,2489 -"220231",83947,3520,3,917,2281 -"220232",83947,8525,3,917,1787 -"220233",83947,21165,3,917,1112 -"220234",83947,23890,2,917,1810 -"220235",83947,23975,2,917,2143 -"220236",83947,24761,3,917,2384 -"220237",83947,41180,2,917,1556 -"220238",83947,44982,2,917,1592 -"220239",83947,50476,3,917,1641 -"220240",83947,56737,3,917,2270 -"220241",83947,79822,3,917,1508 -"220242",83947,82618,1,917,1536 -"220243",83961,359,3,578,635 -"220244",83961,2747,2,578,2411 -"220245",83961,4660,3,578,2149 -"220246",83961,5346,3,578,1438 -"220247",83961,5599,2,578,1684 -"220248",83961,11588,3,578,2352 -"220249",83961,13184,3,578,977 -"220250",83961,14998,3,578,1553 -"220251",83961,15207,3,578,1855 -"220252",83961,15826,3,578,2772 -"220253",83961,18421,3,578,2457 -"220254",83961,20155,3,578,1517 -"220255",83961,23488,3,578,1523 -"220256",83961,24069,3,578,2697 -"220257",83961,26336,3,578,1904 -"220258",83961,27008,3,578,911 -"220259",83961,44433,3,578,2224 -"220260",83961,44603,3,578,2748 -"220261",83961,46501,3,578,845 -"220262",83961,51151,3,578,1195 -"220263",83961,51223,3,578,2153 -"220264",83961,54388,3,578,1257 -"220265",83961,54890,3,578,877 -"220266",83961,61240,3,578,2651 -"220267",83961,63641,3,578,2337 -"220268",83961,66677,3,578,2151 -"220269",83961,66717,3,578,2104 -"220270",83961,72535,3,578,1191 -"220271",83961,73107,2,578,1918 -"220272",83961,83398,3,578,845 -"220273",83961,94520,3,578,1243 -"220274",83961,96007,3,578,895 -"220275",83961,122453,2,578,1591 -"220276",83993,5315,3,1009,2631 -"220277",83993,10358,3,1009,2294 -"220278",83993,13109,3,1009,1374 -"220279",83993,13573,3,1009,2774 -"220280",83993,14032,3,1009,2144 -"220281",83993,19892,3,1009,1212 -"220282",83993,21401,3,1009,1440 -"220283",83993,22374,3,1009,1226 -"220284",83993,34648,3,1009,1596 -"220285",83993,40893,2,1009,1116 -"220286",83993,45903,1,1009,2237 -"220287",83993,46283,3,1009,1184 -"220288",83993,48127,3,1009,2677 -"220289",83993,56903,3,1009,1584 -"220290",83993,64502,3,1009,1670 -"220291",83993,77001,2,1009,1440 -"220292",83993,83526,3,1009,1235 -"220293",83993,85356,3,1009,1492 -"220294",83993,92381,3,1009,1237 -"220295",84022,357,3,2289,2327 -"220296",84022,3966,3,2289,2425 -"220297",84022,4707,3,2289,2588 -"220298",84022,5350,3,2289,2522 -"220299",84022,10358,3,2289,2294 -"220300",84022,12042,3,2289,2345 -"220301",84022,13311,3,2289,2315 -"220302",84022,16096,3,2289,2301 -"220303",84022,16352,3,2289,2657 -"220304",84022,19072,3,2289,2358 -"220305",84022,20124,3,2289,2376 -"220306",84022,20292,3,2289,2755 -"220307",84022,21138,2,2289,2849 -"220308",84022,21571,3,2289,2755 -"220309",84022,21872,3,2289,2458 -"220310",84022,22141,1,2289,2348 -"220311",84022,29314,3,2289,2736 -"220312",84022,32919,3,2289,2321 -"220313",84022,34735,3,2289,2767 -"220314",84022,35926,3,2289,2371 -"220315",84022,43173,2,2289,2895 -"220316",84022,43226,3,2289,2442 -"220317",84022,47248,3,2289,2883 -"220318",84022,49110,3,2289,2938 -"220319",84022,51035,3,2289,2397 -"220320",84022,57969,3,2289,2755 -"220321",84022,70269,3,2289,2368 -"220322",84022,80825,3,2289,2315 -"220323",84039,15343,3,1335,2125 -"220324",84039,21417,3,1335,2422 -"220325",84039,38038,3,1335,2686 -"220326",84039,45664,2,1335,2235 -"220327",84039,77057,2,1335,1866 -"220328",84039,77095,2,1335,1622 -"220329",84039,87198,3,1335,1462 -"220330",84074,6062,2,887,2681 -"220331",84074,15930,3,887,2541 -"220332",84074,16111,2,887,1714 -"220333",84074,18601,3,887,2143 -"220334",84074,20496,2,887,2530 -"220335",84074,24444,2,887,1617 -"220336",84074,24497,2,887,1979 -"220337",84074,25544,2,887,2475 -"220338",84074,29095,3,887,2531 -"220339",84074,30322,2,887,2346 -"220340",84074,30334,3,887,2075 -"220341",84074,38263,2,887,2475 -"220342",84074,39556,3,887,2747 -"220343",84074,46099,3,887,2360 -"220344",84074,56859,3,887,2319 -"220345",84074,59539,3,887,2429 -"220346",84074,62739,3,887,2753 -"220347",84074,72088,3,887,2728 -"220348",84074,104106,2,887,1204 -"220349",84076,42,3,1106,2265 -"220350",84076,1676,3,1106,1198 -"220351",84076,26706,2,1106,1846 -"220352",84076,49189,3,1106,1550 -"220353",84076,99103,3,1106,1470 -"220354",84181,1624,3,1272,2687 -"220355",84181,1708,3,1272,1591 -"220356",84181,2282,2,1272,2056 -"220357",84181,2927,1,1272,1789 -"220358",84181,4249,3,1272,2547 -"220359",84181,6480,3,1272,1678 -"220360",84181,7253,3,1272,2686 -"220361",84181,7254,3,1272,1849 -"220362",84181,7604,3,1272,1366 -"220363",84181,11858,2,1272,1530 -"220364",84181,12116,3,1272,2119 -"220365",84181,14957,3,1272,2306 -"220366",84181,15146,3,1272,1546 -"220367",84181,15782,3,1272,2306 -"220368",84181,17499,3,1272,2954 -"220369",84181,19509,3,1272,2000 -"220370",84181,20038,3,1272,1531 -"220371",84181,22357,3,1272,1397 -"220372",84181,26597,3,1272,2070 -"220373",84181,28782,2,1272,2272 -"220374",84181,36399,3,1272,1357 -"220375",84181,36840,2,1272,2269 -"220376",84181,40407,3,1272,1972 -"220377",84181,42382,2,1272,2224 -"220378",84181,42390,2,1272,2937 -"220379",84181,46616,2,1272,1917 -"220380",84181,47607,3,1272,2724 -"220381",84181,53584,2,1272,2391 -"220382",84181,73520,3,1272,2613 -"220383",84181,78277,3,1272,1937 -"220384",84181,80970,2,1272,2069 -"220385",84181,84591,3,1272,1685 -"220386",84188,1453,2,1177,1737 -"220387",84188,11329,3,1177,2799 -"220388",84235,1624,3,1639,2687 -"220389",84235,2272,3,1639,1640 -"220390",84235,2282,3,1639,2056 -"220391",84235,2927,3,1639,1789 -"220392",84235,3158,3,1639,2762 -"220393",84235,3271,3,1639,2216 -"220394",84235,4249,2,1639,2547 -"220395",84235,4634,2,1639,2291 -"220396",84235,4784,3,1639,2511 -"220397",84235,6020,3,1639,1864 -"220398",84235,6223,3,1639,2363 -"220399",84235,6345,3,1639,2713 -"220400",84235,8463,2,1639,2466 -"220401",84235,8607,2,1639,1685 -"220402",84235,9272,3,1639,2835 -"220403",84235,9724,2,1639,2713 -"220404",84235,10701,3,1639,2000 -"220405",84235,12966,2,1639,2011 -"220406",84235,14172,3,1639,1923 -"220407",84235,14470,2,1639,2632 -"220408",84235,14490,3,1639,2291 -"220409",84235,14612,3,1639,2340 -"220410",84235,14957,1,1639,2306 -"220411",84235,15782,1,1639,2306 -"220412",84235,16963,2,1639,1999 -"220413",84235,17499,3,1639,2954 -"220414",84235,17695,2,1639,1930 -"220415",84235,19366,3,1639,2279 -"220416",84235,20709,3,1639,1757 -"220417",84235,21358,2,1639,1970 -"220418",84235,21920,3,1639,2367 -"220419",84235,22410,3,1639,2158 -"220420",84235,23550,3,1639,2939 -"220421",84235,26597,2,1639,2070 -"220422",84235,31950,3,1639,2217 -"220423",84235,36478,3,1639,2808 -"220424",84235,36840,3,1639,2269 -"220425",84235,37684,3,1639,2899 -"220426",84235,41489,3,1639,2006 -"220427",84235,42382,3,1639,2224 -"220428",84235,42390,3,1639,2937 -"220429",84235,43226,3,1639,2442 -"220430",84235,43701,3,1639,2400 -"220431",84235,44132,3,1639,1999 -"220432",84235,45297,3,1639,1864 -"220433",84235,46616,3,1639,1917 -"220434",84235,47607,3,1639,2724 -"220435",84235,47882,3,1639,2769 -"220436",84235,48110,3,1639,2009 -"220437",84235,48823,3,1639,2080 -"220438",84235,49142,3,1639,2289 -"220439",84235,50468,3,1639,1659 -"220440",84235,53584,3,1639,2391 -"220441",84235,53652,3,1639,2899 -"220442",84235,58508,3,1639,2326 -"220443",84235,66368,3,1639,2413 -"220444",84235,69260,3,1639,1698 -"220445",84235,69335,3,1639,2698 -"220446",84235,80301,3,1639,1690 -"220447",84268,602,3,1217,2632 -"220448",84268,3460,3,1217,2530 -"220449",84268,3896,3,1217,2693 -"220450",84268,4821,3,1217,1938 -"220451",84268,5346,3,1217,1438 -"220452",84268,11456,3,1217,2715 -"220453",84268,13671,3,1217,1371 -"220454",84268,13724,1,1217,1573 -"220455",84268,14422,3,1217,1548 -"220456",84268,15207,3,1217,1855 -"220457",84268,15453,2,1217,1688 -"220458",84268,19637,3,1217,1229 -"220459",84268,21249,1,1217,1635 -"220460",84268,22311,3,1217,2034 -"220461",84268,31997,3,1217,1703 -"220462",84268,33052,3,1217,2251 -"220463",84268,35186,1,1217,1520 -"220464",84268,36646,3,1217,2744 -"220465",84268,42196,2,1217,2765 -"220466",84268,42642,2,1217,2257 -"220467",84268,46580,3,1217,2346 -"220468",84268,50509,3,1217,2050 -"220469",84268,51055,3,1217,2558 -"220470",84268,53968,2,1217,2703 -"220471",84268,56893,3,1217,2597 -"220472",84268,60516,2,1217,2257 -"220473",84268,69591,3,1217,2294 -"220474",84268,77811,1,1217,1871 -"220475",84268,86152,2,1217,1944 -"220476",84268,93933,3,1217,1336 -"220477",84268,94520,3,1217,1243 -"220478",84271,1846,3,1556,1845 -"220479",84271,2206,3,1556,2536 -"220480",84271,2936,3,1556,2512 -"220481",84271,4660,3,1556,2149 -"220482",84271,9332,3,1556,2734 -"220483",84271,10457,3,1556,1711 -"220484",84271,12361,3,1556,2732 -"220485",84271,13879,2,1556,2748 -"220486",84271,14043,1,1556,2084 -"220487",84271,18005,3,1556,2449 -"220488",84271,19655,2,1556,2706 -"220489",84271,30306,3,1556,1606 -"220490",84271,31109,1,1556,1845 -"220491",84271,36912,3,1556,2469 -"220492",84271,42256,3,1556,2839 -"220493",84271,53687,3,1556,2422 -"220494",84271,62066,3,1556,2281 -"220495",84271,70973,3,1556,2705 -"220496",84271,73582,3,1556,2075 -"220497",84271,81545,3,1556,2077 -"220498",84271,90299,2,1556,1606 -"220499",84296,22141,3,1751,2348 -"220500",84296,60280,3,1751,1918 -"220501",84296,84022,3,1751,2289 -"220502",84317,1822,3,2081,2888 -"220503",84317,3477,2,2081,2546 -"220504",84317,6063,2,2081,2349 -"220505",84317,8993,3,2081,2099 -"220506",84317,9503,3,2081,2453 -"220507",84317,13899,3,2081,2650 -"220508",84317,14817,3,2081,2110 -"220509",84317,17768,3,2081,2468 -"220510",84317,20124,3,2081,2376 -"220511",84317,20984,3,2081,2502 -"220512",84317,22905,3,2081,2599 -"220513",84317,25053,3,2081,2186 -"220514",84317,31357,3,2081,2389 -"220515",84317,32339,3,2081,2430 -"220516",84317,32395,3,2081,2735 -"220517",84317,33223,2,2081,2397 -"220518",84317,37301,3,2081,2160 -"220519",84317,47595,3,2081,2374 -"220520",84317,51843,3,2081,2389 -"220521",84317,55307,3,2081,2306 -"220522",84317,58536,3,2081,2742 -"220523",84317,59289,3,2081,2896 -"220524",84322,1570,3,1635,2028 -"220525",84322,2724,3,1635,2447 -"220526",84322,7648,2,1635,1861 -"220527",84322,9273,3,1635,1747 -"220528",84322,10435,3,1635,1984 -"220529",84322,10755,3,1635,1742 -"220530",84322,10756,3,1635,2207 -"220531",84322,12598,3,1635,2086 -"220532",84322,14442,2,1635,2700 -"220533",84322,16184,3,1635,2274 -"220534",84322,17768,3,1635,2468 -"220535",84322,24867,2,1635,1861 -"220536",84322,25053,2,1635,2186 -"220537",84322,26100,3,1635,1966 -"220538",84322,31281,3,1635,1937 -"220539",84322,36996,2,1635,2321 -"220540",84322,44132,3,1635,1999 -"220541",84322,44473,3,1635,1685 -"220542",84322,44501,2,1635,2567 -"220543",84322,47094,3,1635,2592 -"220544",84322,49805,3,1635,2445 -"220545",84322,59289,2,1635,2896 -"220546",84325,19934,3,618,2888 -"220547",84325,33314,3,618,1444 -"220548",84325,40537,3,618,1284 -"220549",84325,65475,3,618,1267 -"220550",84371,1702,3,1667,1984 -"220551",84371,3777,2,1667,1798 -"220552",84371,12518,3,1667,2747 -"220553",84378,1393,3,1265,1706 -"220554",84378,9088,3,1265,1881 -"220555",84378,31990,3,1265,2264 -"220556",84378,32629,3,1265,1789 -"220557",84378,37801,3,1265,2578 -"220558",84378,44312,3,1265,2741 -"220559",84378,44744,3,1265,2032 -"220560",84378,53445,3,1265,2028 -"220561",84378,66017,3,1265,1545 -"220562",84426,18543,3,1301,2968 -"220563",84426,71274,3,1301,2390 -"220564",84447,900,3,1006,2726 -"220565",84447,2452,3,1006,1715 -"220566",84447,4001,3,1006,1687 -"220567",84447,4249,3,1006,2547 -"220568",84447,4551,3,1006,2720 -"220569",84447,5897,3,1006,2337 -"220570",84447,6697,2,1006,2438 -"220571",84447,9484,3,1006,1429 -"220572",84447,10223,3,1006,1033 -"220573",84447,10453,3,1006,1656 -"220574",84447,11029,3,1006,2362 -"220575",84447,14676,3,1006,2764 -"220576",84447,14709,3,1006,1901 -"220577",84447,14754,3,1006,2456 -"220578",84447,20176,2,1006,1050 -"220579",84447,21240,2,1006,1162 -"220580",84447,21795,3,1006,2653 -"220581",84447,23015,3,1006,1362 -"220582",84447,26182,3,1006,2775 -"220583",84447,28081,3,1006,1927 -"220584",84447,30865,3,1006,2038 -"220585",84447,33314,3,1006,1444 -"220586",84447,35787,3,1006,1132 -"220587",84447,36344,3,1006,2570 -"220588",84447,36912,3,1006,2469 -"220589",84447,38087,2,1006,1083 -"220590",84447,38373,2,1006,1928 -"220591",84447,39249,3,1006,1665 -"220592",84447,39418,3,1006,1978 -"220593",84447,39443,3,1006,2277 -"220594",84447,41187,3,1006,2340 -"220595",84447,44557,3,1006,2371 -"220596",84447,46299,2,1006,1132 -"220597",84447,47968,3,1006,2829 -"220598",84447,60808,3,1006,1258 -"220599",84447,61443,3,1006,2770 -"220600",84447,67617,3,1006,1149 -"220601",84447,67815,3,1006,2476 -"220602",84447,68789,3,1006,1929 -"220603",84447,68885,3,1006,2151 -"220604",84447,69062,3,1006,1174 -"220605",84447,72597,2,1006,1843 -"220606",84447,74055,3,1006,1544 -"220607",84447,82252,3,1006,1248 -"220608",84447,90236,2,1006,1010 -"220609",84447,92860,3,1006,1643 -"220610",84447,95757,3,1006,1232 -"220611",84447,102566,3,1006,2207 -"220612",84447,106399,3,1006,1530 -"220613",84469,31132,3,2389,2744 -"220614",84469,36609,3,2389,2918 -"220615",84498,42,3,1292,2265 -"220616",84498,803,2,1292,1666 -"220617",84498,1175,3,1292,1642 -"220618",84498,1321,3,1292,2075 -"220619",84498,3966,3,1292,2425 -"220620",84498,5041,3,1292,2371 -"220621",84498,7078,3,1292,2344 -"220622",84498,8621,3,1292,1681 -"220623",84498,10148,3,1292,2964 -"220624",84498,10874,3,1292,1891 -"220625",84498,11602,3,1292,1493 -"220626",84498,14189,3,1292,1483 -"220627",84498,15184,3,1292,2396 -"220628",84498,17931,3,1292,1617 -"220629",84498,19528,3,1292,2742 -"220630",84498,20545,3,1292,1491 -"220631",84498,20783,3,1292,2414 -"220632",84498,21076,3,1292,1591 -"220633",84498,23508,2,1292,1907 -"220634",84498,26608,3,1292,2329 -"220635",84498,27849,3,1292,1316 -"220636",84498,32516,3,1292,2050 -"220637",84498,32939,3,1292,2277 -"220638",84498,37333,3,1292,1612 -"220639",84498,37418,3,1292,2710 -"220640",84498,37752,3,1292,2223 -"220641",84498,38908,3,1292,1787 -"220642",84498,41998,3,1292,2400 -"220643",84498,44768,3,1292,2516 -"220644",84498,48820,3,1292,2769 -"220645",84498,57804,3,1292,2214 -"220646",84498,59039,3,1292,2870 -"220647",84498,59485,3,1292,1564 -"220648",84498,62488,3,1292,1418 -"220649",84498,77993,3,1292,1497 -"220650",84498,85058,3,1292,1311 -"220651",84498,86799,2,1292,1951 -"220652",84500,5971,3,1583,1985 -"220653",84500,5984,3,1583,1675 -"220654",84500,11218,3,1583,2292 -"220655",84500,11966,3,1583,2385 -"220656",84500,16352,3,1583,2657 -"220657",84500,18348,3,1583,1711 -"220658",84500,18361,3,1583,2968 -"220659",84500,21571,3,1583,2755 -"220660",84500,22566,3,1583,2308 -"220661",84500,32694,3,1583,1602 -"220662",84500,44521,2,1583,1593 -"220663",84500,50236,3,1583,2339 -"220664",84500,56237,3,1583,2625 -"220665",84500,56604,3,1583,1919 -"220666",84552,1574,2,359,1718 -"220667",84552,1708,3,359,1591 -"220668",84552,2927,3,359,1789 -"220669",84552,7185,3,359,1046 -"220670",84552,7604,3,359,1366 -"220671",84552,12632,3,359,1174 -"220672",84552,12817,2,359,846 -"220673",84552,16347,3,359,1868 -"220674",84552,19656,3,359,2059 -"220675",84552,20200,3,359,2322 -"220676",84552,30096,2,359,2082 -"220677",84552,31295,3,359,2183 -"220678",84552,39009,3,359,1594 -"220679",84552,42382,2,359,2224 -"220680",84552,46616,3,359,1917 -"220681",84552,50678,3,359,1366 -"220682",84552,51460,3,359,1872 -"220683",84552,53584,3,359,2391 -"220684",84552,78163,3,359,1366 -"220685",84552,80377,3,359,1384 -"220686",84552,85525,2,359,1718 -"220687",84552,91210,3,359,1457 -"220688",84552,95730,3,359,1481 -"220689",84569,9241,3,710,2338 -"220690",84569,26138,3,710,1902 -"220691",84569,26567,3,710,1158 -"220692",84569,43250,1,710,1300 -"220693",84569,47557,3,710,999 -"220694",84569,49147,3,710,2539 -"220695",84569,60384,2,710,2765 -"220696",84569,62498,1,710,1698 -"220697",84569,78460,2,710,985 -"220698",84569,95661,3,710,872 -"220699",84569,116792,3,710,2397 -"220700",84574,1620,3,958,1303 -"220701",84574,1780,2,958,1375 -"220702",84574,2747,3,958,2411 -"220703",84574,4303,3,958,2414 -"220704",84574,4916,3,958,1970 -"220705",84574,9332,3,958,2734 -"220706",84574,9703,3,958,1845 -"220707",84574,10129,3,958,2124 -"220708",84574,10457,3,958,1711 -"220709",84574,11588,3,958,2352 -"220710",84574,12249,3,958,1965 -"220711",84574,13065,3,958,1561 -"220712",84574,15826,3,958,2772 -"220713",84574,17973,2,958,2837 -"220714",84574,18005,3,958,2449 -"220715",84574,20176,3,958,1050 -"220716",84574,24176,3,958,1986 -"220717",84574,29116,2,958,2128 -"220718",84574,29818,3,958,1677 -"220719",84574,31216,3,958,1244 -"220720",84574,49450,3,958,1328 -"220721",84574,58745,2,958,1920 -"220722",84574,63077,2,958,2778 -"220723",84574,71219,3,958,967 -"220724",84581,1393,2,1241,1706 -"220725",84581,2370,3,1241,1600 -"220726",84581,4784,3,1241,2511 -"220727",84581,6020,3,1241,1864 -"220728",84581,9088,3,1241,1881 -"220729",84581,10610,3,1241,1427 -"220730",84581,16866,3,1241,2718 -"220731",84581,17925,3,1241,2385 -"220732",84581,21358,3,1241,1970 -"220733",84581,21920,3,1241,2367 -"220734",84581,28648,3,1241,1586 -"220735",84581,31950,2,1241,2217 -"220736",84581,31990,3,1241,2264 -"220737",84581,32629,3,1241,1789 -"220738",84581,32724,3,1241,2581 -"220739",84581,34274,3,1241,1437 -"220740",84581,37801,3,1241,2578 -"220741",84581,41489,3,1241,2006 -"220742",84581,44312,3,1241,2741 -"220743",84581,45297,3,1241,1864 -"220744",84581,45449,2,1241,1610 -"220745",84581,45450,2,1241,1590 -"220746",84581,48823,3,1241,2080 -"220747",84581,48931,3,1241,2444 -"220748",84581,61921,3,1241,1793 -"220749",84581,80186,2,1241,2228 -"220750",84581,92366,3,1241,1434 -"220751",84581,100084,3,1241,1964 -"220752",84590,2282,3,1734,2056 -"220753",84590,2927,3,1734,1789 -"220754",84590,5637,3,1734,1976 -"220755",84590,9538,3,1734,1786 -"220756",84590,12116,3,1734,2119 -"220757",84590,13340,2,1734,1918 -"220758",84590,42407,3,1734,2408 -"220759",84590,70011,3,1734,2690 -"220760",84590,73520,2,1734,2613 -"220761",84590,77719,2,1734,2086 -"220762",84590,78277,3,1734,1937 -"220763",84590,79699,3,1734,1735 -"220764",84590,80970,3,1734,2069 -"220765",84590,93553,3,1734,2537 -"220766",84591,827,3,1685,2964 -"220767",84591,843,3,1685,2332 -"220768",84591,1624,3,1685,2687 -"220769",84591,2282,3,1685,2056 -"220770",84591,2443,3,1685,2333 -"220771",84591,2647,2,1685,2450 -"220772",84591,2927,2,1685,1789 -"220773",84591,3271,3,1685,2216 -"220774",84591,3506,3,1685,2364 -"220775",84591,6040,3,1685,2103 -"220776",84591,7123,3,1685,1964 -"220777",84591,7254,3,1685,1849 -"220778",84591,9269,1,1685,1892 -"220779",84591,9272,3,1685,2835 -"220780",84591,9740,3,1685,2233 -"220781",84591,9895,1,1685,1960 -"220782",84591,9910,2,1685,2526 -"220783",84591,9948,2,1685,2019 -"220784",84591,11351,3,1685,2971 -"220785",84591,15813,3,1685,2143 -"220786",84591,16347,2,1685,1868 -"220787",84591,17499,3,1685,2954 -"220788",84591,17925,3,1685,2385 -"220789",84591,20695,2,1685,2526 -"220790",84591,24256,3,1685,2393 -"220791",84591,26597,3,1685,2070 -"220792",84591,26740,2,1685,2695 -"220793",84591,28782,3,1685,2272 -"220794",84591,29930,3,1685,2240 -"220795",84591,31295,3,1685,2183 -"220796",84591,31357,3,1685,2389 -"220797",84591,31705,3,1685,2706 -"220798",84591,34331,2,1685,1727 -"220799",84591,36840,3,1685,2269 -"220800",84591,38697,3,1685,2701 -"220801",84591,42382,2,1685,2224 -"220802",84591,42390,3,1685,2937 -"220803",84591,43226,3,1685,2442 -"220804",84591,44744,2,1685,2032 -"220805",84591,46616,2,1685,1917 -"220806",84591,47607,2,1685,2724 -"220807",84591,48110,3,1685,2009 -"220808",84591,48931,3,1685,2444 -"220809",84591,53020,3,1685,2747 -"220810",84591,53584,1,1685,2391 -"220811",84591,54385,3,1685,2340 -"220812",84591,58508,3,1685,2326 -"220813",84591,64628,3,1685,2829 -"220814",84591,69335,3,1685,2698 -"220815",84591,77719,3,1685,2086 -"220816",84591,80301,3,1685,1690 -"220817",84591,80970,3,1685,2069 -"220818",84591,95060,3,1685,1974 -"220819",84591,96387,3,1685,2159 -"220820",84601,2443,3,802,2333 -"220821",84601,3819,3,802,1583 -"220822",84601,6295,3,802,856 -"220823",84601,9269,2,802,1892 -"220824",84601,9895,3,802,1960 -"220825",84601,9910,3,802,2526 -"220826",84601,9948,3,802,2019 -"220827",84601,12914,3,802,1557 -"220828",84601,14212,3,802,857 -"220829",84601,16347,3,802,1868 -"220830",84601,20695,2,802,2526 -"220831",84601,24256,3,802,2393 -"220832",84601,26740,3,802,2695 -"220833",84601,29930,3,802,2240 -"220834",84601,31705,3,802,2706 -"220835",84601,32966,3,802,1583 -"220836",84601,34331,3,802,1727 -"220837",84601,37332,3,802,1891 -"220838",84601,38697,3,802,2701 -"220839",84601,44744,3,802,2032 -"220840",84601,46568,3,802,822 -"220841",84601,56364,2,802,1626 -"220842",84601,76796,3,802,1140 -"220843",84601,77550,3,802,1548 -"220844",84601,80801,3,802,1250 -"220845",84601,83334,3,802,1708 -"220846",84601,84591,3,802,1685 -"220847",84601,85926,3,802,907 -"220848",84601,87915,3,802,1152 -"220849",84601,92630,2,802,1583 -"220850",84601,101381,3,802,977 -"220851",84601,101666,3,802,1257 -"220852",84612,5258,3,2175,2730 -"220853",84612,18543,3,2175,2968 -"220854",84612,27275,3,2175,2656 -"220855",84612,44427,3,2175,2875 -"220856",84618,12610,3,545,1274 -"220857",84618,13929,3,545,2693 -"220858",84618,14091,3,545,929 -"220859",84618,47585,3,545,794 -"220860",84618,50217,1,545,1211 -"220861",84618,72823,3,545,929 -"220862",84618,86986,3,545,1976 -"220863",84649,42618,3,2280,2316 -"220864",84743,2322,3,396,1645 -"220865",84743,2424,3,396,2582 -"220866",84743,5599,3,396,1684 -"220867",84743,9364,3,396,1698 -"220868",84743,12887,3,396,433 -"220869",84743,16332,3,396,2668 -"220870",84743,19719,3,396,2177 -"220871",84743,20975,3,396,1305 -"220872",84743,21197,3,396,1437 -"220873",84743,21198,2,396,935 -"220874",84743,21285,3,396,2100 -"220875",84743,22282,3,396,1418 -"220876",84743,22586,3,396,1341 -"220877",84743,23395,3,396,1948 -"220878",84743,23450,3,396,967 -"220879",84743,26471,3,396,1061 -"220880",84743,26749,3,396,2965 -"220881",84743,29705,3,396,607 -"220882",84743,38019,3,396,1870 -"220883",84743,39238,3,396,922 -"220884",84743,43385,3,396,1623 -"220885",84743,46723,3,396,607 -"220886",84743,47772,3,396,2293 -"220887",84743,50219,3,396,756 -"220888",84743,52576,3,396,2234 -"220889",84743,58508,3,396,2326 -"220890",84743,71342,3,396,1289 -"220891",84743,72956,3,396,1251 -"220892",84743,80219,3,396,988 -"220893",84743,82949,3,396,2077 -"220894",84743,105602,3,396,434 -"220895",84768,8525,3,1291,1787 -"220896",84768,12228,1,1291,2034 -"220897",84768,14025,3,1291,2384 -"220898",84768,14626,3,1291,2175 -"220899",84768,18855,2,1291,1362 -"220900",84768,79036,1,1291,2524 -"220901",84768,79822,3,1291,1508 -"220902",84768,82426,2,1291,1576 -"220903",84768,96349,3,1291,1874 -"220904",84772,37859,3,1231,1999 -"220905",84772,39906,2,1231,2365 -"220906",84772,52215,3,1231,1908 -"220907",84772,52345,3,1231,1430 -"220908",84772,77077,3,1231,2693 -"220909",84779,18810,3,914,2671 -"220910",84779,28626,3,914,2842 -"220911",84779,36183,3,914,2117 -"220912",84779,50509,3,914,2050 -"220913",84779,73313,3,914,958 -"220914",84779,86220,2,914,969 -"220915",84779,118202,3,914,1509 -"220916",84790,4696,1,1708,2656 -"220917",84790,6241,3,1708,2264 -"220918",84790,10859,2,1708,2231 -"220919",84790,12542,3,1708,1888 -"220920",84790,40913,3,1708,1800 -"220921",84790,74156,2,1708,2279 -"220922",84790,84799,1,1708,2656 -"220923",84796,919,3,113,910 -"220924",84796,1550,3,113,293 -"220925",84796,1570,3,113,2028 -"220926",84796,1822,3,113,2888 -"220927",84796,2181,3,113,2030 -"220928",84796,3272,3,113,2132 -"220929",84796,3477,2,113,2546 -"220930",84796,3678,3,113,1325 -"220931",84796,4622,2,113,1589 -"220932",84796,4691,3,113,1888 -"220933",84796,6063,2,113,2349 -"220934",84796,6392,3,113,1878 -"220935",84796,6562,3,113,1139 -"220936",84796,7648,2,113,1861 -"220937",84796,8993,3,113,2099 -"220938",84796,9273,3,113,1747 -"220939",84796,9328,2,113,1937 -"220940",84796,9462,2,113,378 -"220941",84796,9503,3,113,2453 -"220942",84796,10435,3,113,1984 -"220943",84796,10755,3,113,1742 -"220944",84796,10756,3,113,2207 -"220945",84796,11154,3,113,1594 -"220946",84796,11229,3,113,1625 -"220947",84796,11518,3,113,803 -"220948",84796,12598,3,113,2086 -"220949",84796,12735,2,113,819 -"220950",84796,12779,2,113,936 -"220951",84796,13899,3,113,2650 -"220952",84796,14442,2,113,2700 -"220953",84796,14656,3,113,584 -"220954",84796,14817,3,113,2110 -"220955",84796,14902,1,113,562 -"220956",84796,15023,3,113,2054 -"220957",84796,16184,3,113,2274 -"220958",84796,17399,3,113,884 -"220959",84796,17608,3,113,1216 -"220960",84796,17768,2,113,2468 -"220961",84796,18217,2,113,1566 -"220962",84796,18455,3,113,1237 -"220963",84796,19317,3,113,2041 -"220964",84796,20124,3,113,2376 -"220965",84796,20343,3,113,851 -"220966",84796,20739,3,113,2025 -"220967",84796,20921,3,113,723 -"220968",84796,20984,3,113,2502 -"220969",84796,21684,3,113,1971 -"220970",84796,22403,3,113,1630 -"220971",84796,22462,2,113,869 -"220972",84796,24867,3,113,1861 -"220973",84796,25053,3,113,2186 -"220974",84796,25678,3,113,1558 -"220975",84796,26025,3,113,591 -"220976",84796,27642,3,113,1531 -"220977",84796,28588,3,113,1335 -"220978",84796,29067,3,113,1538 -"220979",84796,29267,3,113,1234 -"220980",84796,29354,3,113,1123 -"220981",84796,30486,3,113,1269 -"220982",84796,31281,3,113,1937 -"220983",84796,31357,3,113,2389 -"220984",84796,32339,3,113,2430 -"220985",84796,32395,3,113,2735 -"220986",84796,32904,3,113,2055 -"220987",84796,33223,2,113,2397 -"220988",84796,33451,3,113,1957 -"220989",84796,33470,3,113,2003 -"220990",84796,35822,3,113,1903 -"220991",84796,36346,3,113,1240 -"220992",84796,36975,3,113,887 -"220993",84796,36996,3,113,2321 -"220994",84796,37301,3,113,2160 -"220995",84796,38457,3,113,1630 -"220996",84796,38513,3,113,914 -"220997",84796,39911,3,113,1445 -"220998",84796,40542,2,113,1664 -"220999",84796,41669,3,113,1247 -"221000",84796,44132,3,113,1999 -"221001",84796,44181,3,113,1034 -"221002",84796,44473,3,113,1685 -"221003",84796,44501,2,113,2567 -"221004",84796,44728,3,113,451 -"221005",84796,46800,3,113,2720 -"221006",84796,46849,2,113,1238 -"221007",84796,47595,3,113,2374 -"221008",84796,47882,3,113,2769 -"221009",84796,51843,3,113,2389 -"221010",84796,52389,3,113,512 -"221011",84796,52953,3,113,1741 -"221012",84796,55265,2,113,209 -"221013",84796,55307,3,113,2306 -"221014",84796,55446,3,113,1247 -"221015",84796,55997,3,113,1414 -"221016",84796,56639,3,113,643 -"221017",84796,56873,3,113,1421 -"221018",84796,57150,3,113,1196 -"221019",84796,58536,3,113,2742 -"221020",84796,59289,1,113,2896 -"221021",84796,59790,3,113,1827 -"221022",84796,60059,3,113,2587 -"221023",84796,62975,3,113,977 -"221024",84796,64769,3,113,493 -"221025",84796,69830,2,113,378 -"221026",84796,70967,3,113,570 -"221027",84796,76143,3,113,1610 -"221028",84796,76503,1,113,1136 -"221029",84796,78315,3,113,1136 -"221030",84796,79435,3,113,299 -"221031",84796,79547,3,113,1909 -"221032",84796,81848,3,113,221 -"221033",84796,84317,2,113,2081 -"221034",84796,84322,2,113,1635 -"221035",84796,88739,2,113,933 -"221036",84796,91465,2,113,1047 -"221037",84796,93123,2,113,870 -"221038",84796,95730,3,113,1481 -"221039",84796,103536,2,113,475 -"221040",84796,104281,3,113,2228 -"221041",84796,110874,3,113,1390 -"221042",84796,112814,3,113,546 -"221043",84808,827,3,1974,2964 -"221044",84808,843,3,1974,2332 -"221045",84808,1624,3,1974,2687 -"221046",84808,2647,3,1974,2450 -"221047",84808,2724,2,1974,2447 -"221048",84808,3271,3,1974,2216 -"221049",84808,3272,2,1974,2132 -"221050",84808,3477,3,1974,2546 -"221051",84808,3559,3,1974,2413 -"221052",84808,6040,2,1974,2103 -"221053",84808,6063,3,1974,2349 -"221054",84808,7787,3,1974,2314 -"221055",84808,8993,3,1974,2099 -"221056",84808,9272,3,1974,2835 -"221057",84808,12598,2,1974,2086 -"221058",84808,14442,3,1974,2700 -"221059",84808,15023,1,1974,2054 -"221060",84808,19075,2,1974,2214 -"221061",84808,20547,1,1974,2145 -"221062",84808,20739,3,1974,2025 -"221063",84808,23364,3,1974,2306 -"221064",84808,30714,3,1974,2485 -"221065",84808,31357,2,1974,2389 -"221066",84808,31855,3,1974,2636 -"221067",84808,33223,3,1974,2397 -"221068",84808,33470,3,1974,2003 -"221069",84808,43226,3,1974,2442 -"221070",84808,44744,3,1974,2032 -"221071",84808,47882,3,1974,2769 -"221072",84808,48110,3,1974,2009 -"221073",84808,51843,1,1974,2389 -"221074",84808,51890,3,1974,1992 -"221075",84808,54385,1,1974,2340 -"221076",84808,55307,3,1974,2306 -"221077",84808,58508,3,1974,2326 -"221078",84808,59344,3,1974,2252 -"221079",84808,63104,2,1974,2149 -"221080",84808,69308,2,1974,2370 -"221081",84808,69335,3,1974,2698 -"221082",84808,80615,2,1974,2252 -"221083",84808,80970,3,1974,2069 -"221084",84808,106755,3,1974,2166 -"221085",84808,110737,2,1974,2117 -"221086",84808,110871,3,1974,2879 -"221087",84822,13290,3,2686,2824 -"221088",84822,19934,3,2686,2888 -"221089",84822,20700,3,2686,2861 -"221090",84822,22723,3,2686,2859 -"221091",84822,34908,3,2686,2796 -"221092",84827,45504,3,1786,2301 -"221093",84885,9740,2,1649,2233 -"221094",84885,30544,2,1649,2041 -"221095",84897,313,3,1075,2271 -"221096",84897,499,3,1075,1931 -"221097",84897,543,3,1075,2203 -"221098",84897,1469,3,1075,1160 -"221099",84897,1777,3,1075,1965 -"221100",84897,2036,3,1075,2483 -"221101",84897,2754,3,1075,1360 -"221102",84897,3830,3,1075,1661 -"221103",84897,5462,3,1075,2374 -"221104",84897,5504,3,1075,2389 -"221105",84897,9311,3,1075,2477 -"221106",84897,9579,2,1075,2105 -"221107",84897,10843,3,1075,2277 -"221108",84897,14108,3,1075,2012 -"221109",84897,14888,3,1075,1411 -"221110",84897,15626,3,1075,2434 -"221111",84897,24286,3,1075,1280 -"221112",84897,25565,3,1075,2764 -"221113",84897,26713,3,1075,1235 -"221114",84897,27478,2,1075,2485 -"221115",84897,31799,3,1075,2547 -"221116",84897,33356,3,1075,1586 -"221117",84897,33433,2,1075,2805 -"221118",84897,34707,2,1075,2042 -"221119",84897,35256,3,1075,2271 -"221120",84897,36446,3,1075,1175 -"221121",84897,40136,3,1075,1149 -"221122",84897,40296,1,1075,1674 -"221123",84897,41747,3,1075,1722 -"221124",84897,49581,3,1075,1817 -"221125",84897,51410,3,1075,2739 -"221126",84897,52136,3,1075,1412 -"221127",84897,52154,3,1075,1722 -"221128",84897,53031,2,1075,2065 -"221129",84897,53809,3,1075,1956 -"221130",84897,55643,3,1075,2359 -"221131",84897,57977,3,1075,2683 -"221132",84897,59113,3,1075,2434 -"221133",84897,68098,3,1075,2378 -"221134",84897,74190,3,1075,1428 -"221135",84897,77489,3,1075,1514 -"221136",84897,85430,3,1075,2370 -"221137",84897,89958,3,1075,1186 -"221138",84897,93615,3,1075,2386 -"221139",84900,1702,3,526,1984 -"221140",84900,10481,3,526,740 -"221141",84900,11168,3,526,1223 -"221142",84900,12518,2,526,2747 -"221143",84900,19606,3,526,2783 -"221144",84900,24612,3,526,1875 -"221145",84900,26524,3,526,982 -"221146",84900,27030,2,526,2031 -"221147",84900,27116,3,526,963 -"221148",84900,36554,3,526,1649 -"221149",84900,47726,3,526,1272 -"221150",84900,51546,3,526,1369 -"221151",84900,64686,2,526,670 -"221152",84900,73205,3,526,1529 -"221153",84900,80014,3,526,1562 -"221154",84907,2563,3,1259,1686 -"221155",84907,7759,3,1259,2844 -"221156",84907,18211,3,1259,1745 -"221157",84907,23825,3,1259,1913 -"221158",84907,50275,3,1259,2832 -"221159",84942,6241,3,1467,2264 -"221160",84942,10746,3,1467,1506 -"221161",84942,10843,3,1467,2277 -"221162",84942,10859,2,1467,2231 -"221163",84942,15560,3,1467,2257 -"221164",84942,19173,3,1467,1686 -"221165",84942,19453,2,1467,1928 -"221166",84942,20407,3,1467,2339 -"221167",84942,30906,3,1467,2537 -"221168",84942,33356,3,1467,1586 -"221169",84942,35069,3,1467,2069 -"221170",84942,39278,3,1467,1952 -"221171",84942,64502,3,1467,1670 -"221172",84942,84799,3,1467,2656 -"221173",84975,21,1,1138,1385 -"221174",84975,1108,2,1138,1600 -"221175",84975,10239,2,1138,2032 -"221176",84975,10980,3,1138,1974 -"221177",84975,14586,3,1138,2801 -"221178",84975,22704,3,1138,1150 -"221179",84975,31541,3,1138,1500 -"221180",84975,33380,3,1138,2340 -"221181",84975,34491,3,1138,2694 -"221182",84975,37522,2,1138,1270 -"221183",84975,39522,3,1138,1428 -"221184",84975,40295,3,1138,2703 -"221185",84975,42331,3,1138,1585 -"221186",84975,47968,2,1138,2829 -"221187",84975,63077,3,1138,2778 -"221188",84975,63837,3,1138,2807 -"221189",84975,69232,3,1138,2130 -"221190",84975,70101,3,1138,2414 -"221191",84975,83301,3,1138,1385 -"221192",84975,92850,3,1138,1971 -"221193",84975,100860,3,1138,2326 -"221194",85049,803,3,1179,1666 -"221195",85049,14189,3,1179,1483 -"221196",85049,85058,1,1179,1311 -"221197",85049,86799,3,1179,1951 -"221198",85053,341,3,107,2689 -"221199",85053,1853,3,107,1465 -"221200",85053,2443,3,107,2333 -"221201",85053,2894,3,107,1291 -"221202",85053,3395,3,107,1382 -"221203",85053,3495,3,107,2431 -"221204",85053,5615,3,107,1105 -"221205",85053,8866,2,107,1545 -"221206",85053,8888,3,107,1328 -"221207",85053,8961,3,107,507 -"221208",85053,9331,3,107,2269 -"221209",85053,9362,3,107,2879 -"221210",85053,9423,3,107,1708 -"221211",85053,9805,3,107,1621 -"221212",85053,10146,3,107,1878 -"221213",85053,10870,3,107,1755 -"221214",85053,12081,3,107,2166 -"221215",85053,12388,3,107,1975 -"221216",85053,12639,3,107,1141 -"221217",85053,15691,3,107,324 -"221218",85053,17351,3,107,2036 -"221219",85053,17355,3,107,1469 -"221220",85053,17632,3,107,1947 -"221221",85053,18165,3,107,2085 -"221222",85053,18670,3,107,1835 -"221223",85053,19744,3,107,2623 -"221224",85053,19980,3,107,2231 -"221225",85053,20331,1,107,2365 -"221226",85053,20819,3,107,213 -"221227",85053,23098,2,107,2300 -"221228",85053,25033,1,107,929 -"221229",85053,29930,3,107,2240 -"221230",85053,30697,2,107,2891 -"221231",85053,31054,3,107,1273 -"221232",85053,31705,3,107,2706 -"221233",85053,35448,3,107,1685 -"221234",85053,36609,3,107,2918 -"221235",85053,36784,3,107,576 -"221236",85053,38307,3,107,2648 -"221237",85053,41518,3,107,1641 -"221238",85053,42372,3,107,2230 -"221239",85053,43902,3,107,1726 -"221240",85053,44403,3,107,2429 -"221241",85053,44688,3,107,2924 -"221242",85053,45545,3,107,1776 -"221243",85053,45618,3,107,2356 -"221244",85053,45650,2,107,1528 -"221245",85053,46043,3,107,1358 -"221246",85053,46568,3,107,822 -"221247",85053,49470,3,107,1528 -"221248",85053,52597,3,107,1773 -"221249",85053,63477,3,107,1907 -"221250",85053,66756,3,107,1301 -"221251",85053,67748,3,107,1498 -"221252",85053,70573,3,107,1993 -"221253",85053,73998,3,107,643 -"221254",85053,77155,3,107,2946 -"221255",85053,77611,3,107,1795 -"221256",85053,79472,3,107,1230 -"221257",85053,80979,3,107,1142 -"221258",85058,42,3,1311,2265 -"221259",85058,803,2,1311,1666 -"221260",85058,1321,3,1311,2075 -"221261",85058,7078,3,1311,2344 -"221262",85058,10222,3,1311,2212 -"221263",85058,10874,3,1311,1891 -"221264",85058,11602,3,1311,1493 -"221265",85058,14189,2,1311,1483 -"221266",85058,15184,3,1311,2396 -"221267",85058,19528,3,1311,2742 -"221268",85058,20545,3,1311,1491 -"221269",85058,20783,3,1311,2414 -"221270",85058,23508,3,1311,1907 -"221271",85058,26608,3,1311,2329 -"221272",85058,32939,3,1311,2277 -"221273",85058,57804,3,1311,2214 -"221274",85058,66318,3,1311,2803 -"221275",85058,77993,3,1311,1497 -"221276",85058,86799,2,1311,1951 -"221277",85062,1787,3,1379,1707 -"221278",85062,6234,3,1379,2654 -"221279",85062,6235,3,1379,1585 -"221280",85062,10755,3,1379,1742 -"221281",85062,15239,3,1379,1958 -"221282",85062,16477,2,1379,2069 -"221283",85062,17768,3,1379,2468 -"221284",85062,30194,3,1379,2874 -"221285",85062,52953,3,1379,1741 -"221286",85062,76997,3,1379,2223 -"221287",85065,1369,3,1585,2487 -"221288",85065,2927,3,1585,1789 -"221289",85065,3271,3,1585,2216 -"221290",85065,5637,2,1585,1976 -"221291",85065,6345,3,1585,2713 -"221292",85065,6999,3,1585,2214 -"221293",85065,9272,3,1585,2835 -"221294",85065,9538,3,1585,1786 -"221295",85065,9724,3,1585,2713 -"221296",85065,10716,3,1585,1692 -"221297",85065,12116,3,1585,2119 -"221298",85065,13340,3,1585,1918 -"221299",85065,17499,3,1585,2954 -"221300",85065,19476,3,1585,1708 -"221301",85065,23550,2,1585,2939 -"221302",85065,23560,3,1585,2051 -"221303",85065,26597,3,1585,2070 -"221304",85065,35317,2,1585,1888 -"221305",85065,37684,2,1585,2899 -"221306",85065,42382,3,1585,2224 -"221307",85065,42407,2,1585,2408 -"221308",85065,43226,3,1585,2442 -"221309",85065,46616,3,1585,1917 -"221310",85065,47882,3,1585,2769 -"221311",85065,48110,3,1585,2009 -"221312",85065,50468,3,1585,1659 -"221313",85065,53584,3,1585,2391 -"221314",85065,58508,3,1585,2326 -"221315",85065,60836,3,1585,1880 -"221316",85065,69335,3,1585,2698 -"221317",85065,70011,3,1585,2690 -"221318",85065,73520,3,1585,2613 -"221319",85065,77719,2,1585,2086 -"221320",85065,78277,2,1585,1937 -"221321",85065,79699,3,1585,1735 -"221322",85065,80301,3,1585,1690 -"221323",85065,84590,3,1585,1734 -"221324",85065,93553,3,1585,2537 -"221325",85072,843,3,413,2332 -"221326",85072,919,2,413,910 -"221327",85072,3101,3,413,513 -"221328",85072,3272,3,413,2132 -"221329",85072,3559,2,413,2413 -"221330",85072,4622,3,413,1589 -"221331",85072,4968,3,413,1586 -"221332",85072,6040,3,413,2103 -"221333",85072,9273,3,413,1747 -"221334",85072,12197,3,413,1235 -"221335",85072,12598,3,413,2086 -"221336",85072,12735,3,413,819 -"221337",85072,15023,3,413,2054 -"221338",85072,16538,3,413,704 -"221339",85072,19075,3,413,2214 -"221340",85072,19667,3,413,1466 -"221341",85072,20547,3,413,2145 -"221342",85072,20739,2,413,2025 -"221343",85072,20921,2,413,723 -"221344",85072,24252,3,413,639 -"221345",85072,25518,3,413,1955 -"221346",85072,28290,2,413,430 -"221347",85072,29100,1,413,843 -"221348",85072,30714,3,413,2485 -"221349",85072,31357,2,413,2389 -"221350",85072,31855,3,413,2636 -"221351",85072,39893,1,413,1601 -"221352",85072,42390,3,413,2937 -"221353",85072,47372,3,413,788 -"221354",85072,51399,3,413,934 -"221355",85072,51843,3,413,2389 -"221356",85072,52953,3,413,1741 -"221357",85072,53377,2,413,417 -"221358",85072,54385,2,413,2340 -"221359",85072,55730,2,413,1217 -"221360",85072,59344,3,413,2252 -"221361",85072,63104,3,413,2149 -"221362",85072,63631,2,413,763 -"221363",85072,76135,3,413,593 -"221364",85072,76295,1,413,1001 -"221365",85072,78611,3,413,1586 -"221366",85072,80615,3,413,2252 -"221367",85072,80970,3,413,2069 -"221368",85072,83598,2,413,619 -"221369",85072,84808,2,413,1974 -"221370",85072,93123,3,413,870 -"221371",85072,93590,3,413,1188 -"221372",85072,105253,2,413,476 -"221373",85072,108974,3,413,752 -"221374",85072,110871,2,413,2879 -"221375",85097,24456,3,1143,1238 -"221376",85108,30404,3,682,1810 -"221377",85108,91631,3,682,1899 -"221378",85137,88324,2,499,1080 -"221379",85138,270,3,1685,2542 -"221380",85138,2111,3,1685,1904 -"221381",85138,2424,3,1685,2582 -"221382",85138,5971,3,1685,1985 -"221383",85138,6718,2,1685,2138 -"221384",85138,13307,3,1685,2206 -"221385",85138,18394,3,1685,2356 -"221386",85138,21012,3,1685,2325 -"221387",85138,21693,2,1685,2176 -"221388",85138,22326,2,1685,2818 -"221389",85138,22362,2,1685,1836 -"221390",85138,23715,3,1685,1859 -"221391",85138,25305,3,1685,2447 -"221392",85138,29962,3,1685,2201 -"221393",85138,30173,3,1685,2404 -"221394",85138,30405,3,1685,2164 -"221395",85138,43455,3,1685,2846 -"221396",85138,46629,3,1685,2255 -"221397",85138,52576,3,1685,2234 -"221398",85138,56082,3,1685,2395 -"221399",85138,58508,3,1685,2326 -"221400",85138,61982,3,1685,2725 -"221401",85138,70217,2,1685,2332 -"221402",85138,82949,3,1685,2077 -"221403",85141,39554,3,1056,1988 -"221404",85153,6982,3,1163,2034 -"221405",85153,14463,3,1163,1256 -"221406",85153,22033,3,1163,1356 -"221407",85153,39556,3,1163,2747 -"221408",85153,68831,2,1163,1446 -"221409",85153,81269,3,1163,1570 -"221410",85153,94138,2,1163,1939 -"221411",85196,52789,3,186,1791 -"221412",85196,56910,3,186,2705 -"221413",85196,57732,3,186,2454 -"221414",85196,68979,2,186,1173 -"221415",85198,364,3,1794,2351 -"221416",85198,1846,3,1794,1845 -"221417",85198,2852,3,1794,2448 -"221418",85198,3493,2,1794,2451 -"221419",85198,4660,3,1794,2149 -"221420",85198,9332,3,1794,2734 -"221421",85198,9703,3,1794,1845 -"221422",85198,9785,3,1794,2951 -"221423",85198,9787,3,1794,2858 -"221424",85198,12361,2,1794,2732 -"221425",85198,17033,3,1794,2771 -"221426",85198,17645,3,1794,1918 -"221427",85198,18005,3,1794,2449 -"221428",85198,18421,3,1794,2457 -"221429",85198,19655,2,1794,2706 -"221430",85198,20941,3,1794,2725 -"221431",85198,20984,3,1794,2502 -"221432",85198,22244,3,1794,2139 -"221433",85198,28869,3,1794,2425 -"221434",85198,29473,3,1794,2602 -"221435",85198,31335,2,1794,2351 -"221436",85198,31866,3,1794,2101 -"221437",85198,32339,3,1794,2430 -"221438",85198,37636,3,1794,2178 -"221439",85198,46982,3,1794,2806 -"221440",85198,47013,3,1794,2388 -"221441",85198,47968,3,1794,2829 -"221442",85198,50509,3,1794,2050 -"221443",85198,51144,2,1794,2466 -"221444",85198,54775,3,1794,2383 -"221445",85198,57067,3,1794,2547 -"221446",85198,63641,3,1794,2337 -"221447",85198,66717,3,1794,2104 -"221448",85198,71531,3,1794,2887 -"221449",85198,73107,3,1794,1918 -"221450",85264,283,3,1236,2082 -"221451",85264,378,3,1236,2766 -"221452",85264,3100,3,1236,2524 -"221453",85264,3272,3,1236,2132 -"221454",85264,3786,3,1236,2282 -"221455",85264,11135,3,1236,2441 -"221456",85264,19687,2,1236,2072 -"221457",85264,23639,3,1236,2065 -"221458",85264,25286,3,1236,1545 -"221459",85264,34055,3,1236,1881 -"221460",85264,47330,3,1236,2422 -"221461",85264,56673,3,1236,2419 -"221462",85264,81134,3,1236,1384 -"221463",85264,92381,3,1236,1237 -"221464",85264,106554,3,1236,1270 -"221465",85290,1364,3,376,859 -"221466",85290,1592,3,376,2006 -"221467",85290,1691,3,376,1941 -"221468",85290,3144,3,376,869 -"221469",85290,8192,3,376,1670 -"221470",85290,12432,3,376,1816 -"221471",85290,12449,3,376,2067 -"221472",85290,13869,3,376,1786 -"221473",85290,15962,3,376,660 -"221474",85290,18277,2,376,2309 -"221475",85290,19718,3,376,1702 -"221476",85290,20407,3,376,2339 -"221477",85290,21133,3,376,1320 -"221478",85290,21682,3,376,2414 -"221479",85290,28808,3,376,1063 -"221480",85290,29449,3,376,2916 -"221481",85290,32503,3,376,2020 -"221482",85290,38213,3,376,1744 -"221483",85290,40931,3,376,2301 -"221484",85290,43173,3,376,2895 -"221485",85290,46621,3,376,1343 -"221486",85290,49620,3,376,1868 -"221487",85290,50179,3,376,2230 -"221488",85290,58221,3,376,1787 -"221489",85290,60855,3,376,2272 -"221490",85290,61785,3,376,822 -"221491",85290,73675,2,376,887 -"221492",85290,74636,3,376,2525 -"221493",85290,79436,3,376,1344 -"221494",85290,88232,3,376,2881 -"221495",85290,91841,3,376,1521 -"221496",85327,3271,3,1017,2216 -"221497",85327,7780,2,1017,1920 -"221498",85327,29818,3,1017,1677 -"221499",85327,31216,3,1017,1244 -"221500",85327,107496,3,1017,1572 -"221501",85329,508,3,738,801 -"221502",85329,1428,3,738,742 -"221503",85329,2894,3,738,1291 -"221504",85329,5392,3,738,1648 -"221505",85329,5615,3,738,1105 -"221506",85329,5785,3,738,1261 -"221507",85329,12388,2,738,1975 -"221508",85329,13388,3,738,2119 -"221509",85329,14353,3,738,2878 -"221510",85329,14564,2,738,1581 -"221511",85329,15215,3,738,798 -"221512",85329,15444,2,738,2764 -"221513",85329,16053,2,738,908 -"221514",85329,16896,2,738,2223 -"221515",85329,17027,1,738,2772 -"221516",85329,17097,2,738,1505 -"221517",85329,18165,3,738,2085 -"221518",85329,18404,3,738,801 -"221519",85329,19317,3,738,2041 -"221520",85329,19637,3,738,1229 -"221521",85329,20067,2,738,2390 -"221522",85329,21248,3,738,2232 -"221523",85329,21422,3,738,935 -"221524",85329,21706,3,738,1988 -"221525",85329,21754,3,738,1881 -"221526",85329,22403,2,738,1630 -"221527",85329,23006,3,738,1532 -"221528",85329,23268,3,738,2258 -"221529",85329,23869,3,738,1918 -"221530",85329,26737,3,738,855 -"221531",85329,27104,3,738,1608 -"221532",85329,27355,3,738,870 -"221533",85329,28131,3,738,1492 -"221534",85329,30883,3,738,1629 -"221535",85329,33801,3,738,2899 -"221536",85329,35529,3,738,1620 -"221537",85329,40646,1,738,1583 -"221538",85329,41108,2,738,1624 -"221539",85329,41682,3,738,1988 -"221540",85329,42799,3,738,2729 -"221541",85329,42837,3,738,1096 -"221542",85329,47895,2,738,2328 -"221543",85329,48258,3,738,755 -"221544",85329,50487,2,738,744 -"221545",85329,52261,3,738,2162 -"221546",85329,53475,3,738,2853 -"221547",85329,57150,3,738,1196 -"221548",85329,57760,2,738,1721 -"221549",85329,59939,3,738,936 -"221550",85329,61242,3,738,1650 -"221551",85329,65522,3,738,1572 -"221552",85329,68652,3,738,2878 -"221553",85329,70232,3,738,2401 -"221554",85329,70996,3,738,1037 -"221555",85329,76356,2,738,2323 -"221556",85329,76999,3,738,908 -"221557",85329,82009,3,738,1020 -"221558",85329,85547,3,738,997 -"221559",85329,91901,3,738,1236 -"221560",85329,97160,3,738,1215 -"221561",85329,100140,3,738,1041 -"221562",85329,117956,2,738,2774 -"221563",85356,1367,3,1492,2176 -"221564",85356,1592,3,1492,2006 -"221565",85356,2111,3,1492,1904 -"221566",85356,2424,3,1492,2582 -"221567",85356,2747,3,1492,2411 -"221568",85356,5315,3,1492,2631 -"221569",85356,5580,3,1492,2111 -"221570",85356,6055,3,1492,2651 -"221571",85356,6588,3,1492,2025 -"221572",85356,7245,3,1492,2089 -"221573",85356,7616,2,1492,2296 -"221574",85356,8275,3,1492,2237 -"221575",85356,9654,3,1492,2111 -"221576",85356,12692,3,1492,1855 -"221577",85356,12767,3,1492,2329 -"221578",85356,13324,3,1492,2163 -"221579",85356,15106,3,1492,2286 -"221580",85356,15207,1,1492,1855 -"221581",85356,15453,3,1492,1688 -"221582",85356,16067,3,1492,2727 -"221583",85356,16539,2,1492,1947 -"221584",85356,18348,3,1492,1711 -"221585",85356,18415,3,1492,2184 -"221586",85356,19593,2,1492,2013 -"221587",85356,21138,3,1492,2849 -"221588",85356,21682,3,1492,2414 -"221589",85356,21929,3,1492,2062 -"221590",85356,22141,3,1492,2348 -"221591",85356,23006,3,1492,1532 -"221592",85356,24256,3,1492,2393 -"221593",85356,24793,3,1492,1993 -"221594",85356,26658,3,1492,2745 -"221595",85356,27104,3,1492,1608 -"221596",85356,29580,3,1492,2776 -"221597",85356,30262,3,1492,1715 -"221598",85356,30943,3,1492,2287 -"221599",85356,32939,3,1492,2277 -"221600",85356,34648,3,1492,1596 -"221601",85356,36441,2,1492,2796 -"221602",85356,41108,3,1492,1624 -"221603",85356,41664,3,1492,2641 -"221604",85356,42515,3,1492,2752 -"221605",85356,42642,3,1492,2257 -"221606",85356,42799,2,1492,2729 -"221607",85356,44089,3,1492,1632 -"221608",85356,45504,3,1492,2301 -"221609",85356,45903,2,1492,2237 -"221610",85356,46629,3,1492,2255 -"221611",85356,46635,1,1492,2528 -"221612",85356,46803,3,1492,2305 -"221613",85356,47564,3,1492,2650 -"221614",85356,48127,3,1492,2677 -"221615",85356,48602,3,1492,1704 -"221616",85356,49109,3,1492,2341 -"221617",85356,49334,3,1492,2433 -"221618",85356,51017,3,1492,2073 -"221619",85356,55076,2,1492,2408 -"221620",85356,56903,1,1492,1584 -"221621",85356,57804,3,1492,2214 -"221622",85356,62148,3,1492,1566 -"221623",85356,63641,3,1492,2337 -"221624",85356,64502,3,1492,1670 -"221625",85356,65242,3,1492,1988 -"221626",85356,67726,3,1492,2873 -"221627",85356,67748,3,1492,1498 -"221628",85356,68024,2,1492,1531 -"221629",85356,69716,3,1492,2632 -"221630",85356,76356,3,1492,2323 -"221631",85356,77611,3,1492,1795 -"221632",85356,79207,3,1492,2244 -"221633",85356,81095,3,1492,1609 -"221634",85356,84022,3,1492,2289 -"221635",85356,86785,2,1492,1607 -"221636",85356,88232,3,1492,2881 -"221637",85356,99557,3,1492,1703 -"221638",85396,2576,3,1131,1307 -"221639",85396,4612,3,1131,2804 -"221640",85396,4669,3,1131,2395 -"221641",85396,7252,3,1131,2799 -"221642",85396,7785,3,1131,2441 -"221643",85396,7942,2,1131,2623 -"221644",85396,8062,3,1131,2858 -"221645",85396,9787,3,1131,2858 -"221646",85396,11108,3,1131,1609 -"221647",85396,11429,3,1131,2520 -"221648",85396,11990,2,1131,1909 -"221649",85396,14287,3,1131,1583 -"221650",85396,16501,3,1131,1650 -"221651",85396,16715,3,1131,1218 -"221652",85396,17033,3,1131,2771 -"221653",85396,17252,3,1131,1258 -"221654",85396,23131,3,1131,1732 -"221655",85396,27742,2,1131,2700 -"221656",85396,27914,2,1131,2507 -"221657",85396,28869,3,1131,2425 -"221658",85396,29512,3,1131,1594 -"221659",85396,30525,2,1131,1964 -"221660",85396,31753,3,1131,1514 -"221661",85396,31868,3,1131,1993 -"221662",85396,32532,3,1131,2338 -"221663",85396,32560,3,1131,1258 -"221664",85396,34892,3,1131,2309 -"221665",85396,45869,3,1131,2840 -"221666",85396,56995,3,1131,2323 -"221667",85396,58233,3,1131,1665 -"221668",85396,58655,3,1131,2685 -"221669",85396,61125,3,1131,1673 -"221670",85396,66756,3,1131,1301 -"221671",85396,70455,3,1131,1307 -"221672",85396,72632,3,1131,1289 -"221673",85396,72882,3,1131,1330 -"221674",85396,80156,3,1131,1667 -"221675",85396,91849,2,1131,1166 -"221676",85396,103491,3,1131,1523 -"221677",85396,115021,3,1131,1226 -"221678",85396,115031,3,1131,2383 -"221679",85397,3011,3,1219,2278 -"221680",85397,10870,3,1219,1755 -"221681",85397,14278,3,1219,1267 -"221682",85397,16201,3,1219,1811 -"221683",85397,19862,3,1219,2412 -"221684",85397,22180,2,1219,1835 -"221685",85397,28635,2,1219,2368 -"221686",85397,29930,3,1219,2240 -"221687",85397,39556,3,1219,2747 -"221688",85397,42925,3,1219,1358 -"221689",85397,57732,3,1219,2454 -"221690",85397,99152,3,1219,1698 -"221691",85397,106318,3,1219,1698 -"221692",85401,1785,2,1931,2350 -"221693",85401,7787,3,1931,2314 -"221694",85401,19002,2,1931,2053 -"221695",85401,19190,3,1931,2677 -"221696",85401,20011,3,1931,2826 -"221697",85401,26698,2,1931,1963 -"221698",85405,26700,2,1593,1663 -"221699",85405,81753,3,1593,1736 -"221700",85405,92217,3,1593,1663 -"221701",85430,377,2,2370,2389 -"221702",85430,613,3,2370,2687 -"221703",85430,1151,2,2370,2885 -"221704",85430,1616,2,2370,2662 -"221705",85430,2036,2,2370,2483 -"221706",85430,2224,3,2370,2751 -"221707",85430,2484,2,2370,2389 -"221708",85430,4057,2,2370,2389 -"221709",85430,4701,3,2370,2401 -"221710",85430,5462,1,2370,2374 -"221711",85430,5504,2,2370,2389 -"221712",85430,7323,2,2370,2858 -"221713",85430,8760,3,2370,2477 -"221714",85430,9311,3,2370,2477 -"221715",85430,9332,3,2370,2734 -"221716",85430,9362,3,2370,2879 -"221717",85430,12713,3,2370,2440 -"221718",85430,15184,3,2370,2396 -"221719",85430,18151,3,2370,2962 -"221720",85430,19027,3,2370,2721 -"221721",85430,19606,2,2370,2783 -"221722",85430,20700,3,2370,2861 -"221723",85430,27478,2,2370,2485 -"221724",85430,31799,2,2370,2547 -"221725",85430,36559,3,2370,2473 -"221726",85430,37570,2,2370,2389 -"221727",85430,39444,3,2370,2695 -"221728",85430,39548,3,2370,2389 -"221729",85430,44235,3,2370,2700 -"221730",85430,47947,3,2370,2681 -"221731",85430,57977,3,2370,2683 -"221732",85430,65029,3,2370,2954 -"221733",85430,68098,3,2370,2378 -"221734",85430,72334,3,2370,2820 -"221735",85430,93615,3,2370,2386 -"221736",85444,854,3,944,2307 -"221737",85444,1315,3,944,2760 -"221738",85444,3460,3,944,2530 -"221739",85444,4504,3,944,1905 -"221740",85444,6192,3,944,2409 -"221741",85444,6942,3,944,1232 -"221742",85444,7185,3,944,1046 -"221743",85444,14422,3,944,1548 -"221744",85444,15453,2,944,1688 -"221745",85444,19204,2,944,1753 -"221746",85444,19605,3,944,2395 -"221747",85444,26218,3,944,2460 -"221748",85444,29454,2,944,2719 -"221749",85444,30236,3,944,2238 -"221750",85444,36651,2,944,1600 -"221751",85444,38732,3,944,2263 -"221752",85444,39556,3,944,2747 -"221753",85444,39657,3,944,1947 -"221754",85444,40698,3,944,1408 -"221755",85444,41764,2,944,2409 -"221756",85444,42642,3,944,2257 -"221757",85444,45329,3,944,1693 -"221758",85444,50480,3,944,2701 -"221759",85444,59670,3,944,1173 -"221760",85444,64292,3,944,1583 -"221761",85444,78037,3,944,1606 -"221762",85444,85397,3,944,1219 -"221763",85444,89057,3,944,1286 -"221764",85444,98801,3,944,1035 -"221765",85446,854,3,141,2307 -"221766",85446,1130,3,141,1566 -"221767",85446,1315,2,141,2760 -"221768",85446,2269,3,141,984 -"221769",85446,2300,3,141,565 -"221770",85446,3139,3,141,1656 -"221771",85446,3171,3,141,700 -"221772",85446,3460,3,141,2530 -"221773",85446,3670,2,141,885 -"221774",85446,4504,3,141,1905 -"221775",85446,6192,3,141,2409 -"221776",85446,6942,3,141,1232 -"221777",85446,7185,3,141,1046 -"221778",85446,7861,3,141,1647 -"221779",85446,13518,3,141,525 -"221780",85446,14328,3,141,1725 -"221781",85446,14422,3,141,1548 -"221782",85446,15453,2,141,1688 -"221783",85446,19204,2,141,1753 -"221784",85446,19605,3,141,2395 -"221785",85446,23312,3,141,2449 -"221786",85446,26282,3,141,1241 -"221787",85446,27427,3,141,2325 -"221788",85446,29454,2,141,2719 -"221789",85446,29683,3,141,2025 -"221790",85446,30236,3,141,2238 -"221791",85446,34509,3,141,1973 -"221792",85446,36651,3,141,1600 -"221793",85446,36983,3,141,462 -"221794",85446,38732,3,141,2263 -"221795",85446,39556,3,141,2747 -"221796",85446,41764,2,141,2409 -"221797",85446,42642,3,141,2257 -"221798",85446,45329,3,141,1693 -"221799",85446,48283,3,141,1290 -"221800",85446,50480,3,141,2701 -"221801",85446,51243,3,141,1389 -"221802",85446,59670,3,141,1173 -"221803",85446,64292,2,141,1583 -"221804",85446,67216,3,141,984 -"221805",85446,69518,1,141,320 -"221806",85446,70605,3,141,1176 -"221807",85446,79612,3,141,927 -"221808",85446,85444,1,141,944 -"221809",85446,90608,3,141,590 -"221810",85446,90669,3,141,152 -"221811",85446,92122,3,141,436 -"221812",85446,100532,3,141,859 -"221813",85449,270,3,2340,2542 -"221814",85449,6063,3,2340,2349 -"221815",85449,18394,3,2340,2356 -"221816",85449,36031,2,2340,2342 -"221817",85449,44557,3,2340,2371 -"221818",85449,57977,3,2340,2683 -"221819",85521,4757,3,32,390 -"221820",85521,11288,3,32,345 -"221821",85521,24116,3,32,1413 -"221822",85521,29276,3,32,2000 -"221823",85521,34953,3,32,1817 -"221824",85521,53749,3,32,274 -"221825",85521,55056,3,32,516 -"221826",85521,61973,2,32,892 -"221827",85521,62821,3,32,220 -"221828",85521,113026,3,32,213 -"221829",85521,116896,3,32,287 -"221830",85525,2927,3,1718,1789 -"221831",85525,11329,3,1718,2799 -"221832",85525,14887,3,1718,2158 -"221833",85525,16347,3,1718,1868 -"221834",85525,16963,3,1718,1999 -"221835",85525,19656,2,1718,2059 -"221836",85525,24255,3,1718,2770 -"221837",85525,29454,3,1718,2719 -"221838",85525,30096,2,1718,2082 -"221839",85525,31295,3,1718,2183 -"221840",85525,42382,2,1718,2224 -"221841",85525,46616,3,1718,1917 -"221842",85525,51460,3,1718,1872 -"221843",85525,53584,3,1718,2391 -"221844",85547,8274,3,997,1909 -"221845",85547,17027,3,997,2772 -"221846",85547,17097,3,997,1505 -"221847",85547,17852,3,997,2840 -"221848",85547,22403,3,997,1630 -"221849",85547,24066,3,997,1755 -"221850",85547,24482,3,997,1649 -"221851",85547,27104,3,997,1608 -"221852",85547,30309,3,997,1449 -"221853",85547,34158,3,997,2639 -"221854",85547,40646,2,997,1583 -"221855",85547,41108,1,997,1624 -"221856",85547,44161,1,997,1156 -"221857",85547,51157,2,997,2319 -"221858",85547,57150,3,997,1196 -"221859",85547,57760,2,997,1721 -"221860",85547,62148,3,997,1566 -"221861",85547,64219,3,997,2705 -"221862",85547,70996,3,997,1037 -"221863",85547,76356,2,997,2323 -"221864",85547,81478,3,997,1640 -"221865",85547,91579,3,997,2510 -"221866",85547,91901,2,997,1236 -"221867",85547,100140,3,997,1041 -"221868",85569,11518,3,110,803 -"221869",85569,13007,3,110,2496 -"221870",85569,22462,3,110,869 -"221871",85569,32395,3,110,2735 -"221872",85569,33451,2,110,1957 -"221873",85569,34117,3,110,961 -"221874",85569,52041,3,110,2694 -"221875",85569,54204,3,110,1449 -"221876",85569,56873,3,110,1421 -"221877",85569,61673,3,110,155 -"221878",85569,77567,2,110,197 -"221879",85592,455,3,1412,2827 -"221880",85592,1224,3,1412,2435 -"221881",85592,1386,3,1412,1901 -"221882",85592,2765,2,1412,2321 -"221883",85592,3695,3,1412,2612 -"221884",85592,5491,3,1412,2048 -"221885",85592,5621,3,1412,1860 -"221886",85592,7078,3,1412,2344 -"221887",85592,7861,3,1412,1647 -"221888",85592,9030,2,1412,1979 -"221889",85592,11602,3,1412,1493 -"221890",85592,11976,3,1412,1727 -"221891",85592,12867,3,1412,2773 -"221892",85592,13535,3,1412,1491 -"221893",85592,13732,3,1412,2789 -"221894",85592,15500,2,1412,1658 -"221895",85592,17826,2,1412,2920 -"221896",85592,18151,3,1412,2962 -"221897",85592,18458,3,1412,2477 -"221898",85592,20423,2,1412,2654 -"221899",85592,20545,3,1412,1491 -"221900",85592,20563,3,1412,2267 -"221901",85592,20659,2,1412,1969 -"221902",85592,20783,3,1412,2414 -"221903",85592,21092,2,1412,1643 -"221904",85592,21193,3,1412,2490 -"221905",85592,21225,3,1412,1945 -"221906",85592,21795,3,1412,2653 -"221907",85592,22714,3,1412,2793 -"221908",85592,26106,2,1412,2015 -"221909",85592,26865,3,1412,2726 -"221910",85592,29791,3,1412,1986 -"221911",85592,30081,3,1412,2403 -"221912",85592,31307,3,1412,2139 -"221913",85592,34160,3,1412,1759 -"221914",85592,35095,3,1412,1502 -"221915",85592,37333,3,1412,1612 -"221916",85592,37677,3,1412,1908 -"221917",85592,38908,2,1412,1787 -"221918",85592,39827,2,1412,2321 -"221919",85592,43839,2,1412,1685 -"221920",85592,47947,3,1412,2681 -"221921",85592,49032,2,1412,2469 -"221922",85592,49461,2,1412,2793 -"221923",85592,52327,3,1412,1472 -"221924",85592,53637,3,1412,2113 -"221925",85592,55556,3,1412,2075 -"221926",85592,57565,2,1412,1577 -"221927",85592,57781,3,1412,1971 -"221928",85592,67264,2,1412,2790 -"221929",85592,71478,3,1412,1721 -"221930",85592,72122,2,1412,1436 -"221931",85592,74095,3,1412,2333 -"221932",85592,88966,3,1412,1568 -"221933",85594,59726,3,177,1513 -"221934",85594,65696,3,177,998 -"221935",85685,6588,3,998,2025 -"221936",85685,12374,3,998,2260 -"221937",85685,15135,3,998,1035 -"221938",85685,23492,3,998,1067 -"221939",85685,23526,3,998,1998 -"221940",85685,26867,3,998,1804 -"221941",85685,40072,3,998,1182 -"221942",85685,50236,3,998,2339 -"221943",85685,52136,3,998,1412 -"221944",85685,52345,1,998,1430 -"221945",85685,53303,2,998,1376 -"221946",85685,56082,3,998,2395 -"221947",85685,84772,3,998,1231 -"221948",85690,6359,1,1229,1239 -"221949",85690,9504,2,1229,2549 -"221950",85690,10453,3,1229,1656 -"221951",85690,11108,3,1229,1609 -"221952",85690,29170,3,1229,1846 -"221953",85690,35797,3,1229,2482 -"221954",85690,36450,3,1229,1591 -"221955",85690,44564,3,1229,2034 -"221956",85690,47654,2,1229,1664 -"221957",85690,63644,3,1229,1267 -"221958",85711,1046,3,907,1881 -"221959",85711,2063,3,907,1278 -"221960",85711,2743,3,907,1278 -"221961",85711,7245,3,907,2089 -"221962",85711,8533,3,907,2251 -"221963",85711,11310,3,907,957 -"221964",85711,29456,3,907,1182 -"221965",85711,35446,3,907,1203 -"221966",85711,47947,3,907,2681 -"221967",85711,57082,3,907,1418 -"221968",85711,57977,3,907,2683 -"221969",85711,66693,3,907,2554 -"221970",85711,82767,3,907,1641 -"221971",85711,88592,2,907,1418 -"221972",85716,20643,3,1609,2341 -"221973",85716,22403,3,1609,1630 -"221974",85716,34158,2,1609,2639 -"221975",85716,39516,1,1609,2393 -"221976",85716,40487,3,1609,2512 -"221977",85716,51319,2,1609,2488 -"221978",85727,3978,3,2696,2775 -"221979",85736,270,3,1601,2542 -"221980",85736,360,2,1601,1671 -"221981",85736,602,3,1601,2632 -"221982",85736,3011,3,1601,2278 -"221983",85736,5971,3,1601,1985 -"221984",85736,6047,3,1601,2004 -"221985",85736,6241,3,1601,2264 -"221986",85736,7406,3,1601,1906 -"221987",85736,7861,3,1601,1647 -"221988",85736,8419,3,1601,1956 -"221989",85736,9979,3,1601,2238 -"221990",85736,10382,3,1601,2111 -"221991",85736,10859,3,1601,2231 -"221992",85736,12542,3,1601,1888 -"221993",85736,12724,3,1601,1930 -"221994",85736,12976,3,1601,2399 -"221995",85736,13307,3,1601,2206 -"221996",85736,13324,3,1601,2163 -"221997",85736,14172,3,1601,1923 -"221998",85736,17819,3,1601,2291 -"221999",85736,18348,3,1601,1711 -"222000",85736,18394,3,1601,2356 -"222001",85736,19453,3,1601,1928 -"222002",85736,21929,3,1601,2062 -"222003",85736,22260,2,1601,2137 -"222004",85736,22743,3,1601,1736 -"222005",85736,23139,3,1601,2644 -"222006",85736,23460,3,1601,2183 -"222007",85736,23526,3,1601,1998 -"222008",85736,23715,3,1601,1859 -"222009",85736,24066,3,1601,1755 -"222010",85736,27277,3,1601,1994 -"222011",85736,32064,3,1601,1739 -"222012",85736,33433,3,1601,2805 -"222013",85736,35069,3,1601,2069 -"222014",85736,35360,3,1601,2043 -"222015",85736,37915,2,1601,1905 -"222016",85736,39278,2,1601,1952 -"222017",85736,40493,3,1601,1981 -"222018",85736,42129,3,1601,2318 -"222019",85736,47362,3,1601,2253 -"222020",85736,48754,3,1601,1972 -"222021",85736,49265,3,1601,2686 -"222022",85736,53342,3,1601,2071 -"222023",85736,53779,2,1601,2000 -"222024",85736,57380,3,1601,2362 -"222025",85736,62832,3,1601,2606 -"222026",85736,64502,2,1601,1670 -"222027",85736,76396,2,1601,1731 -"222028",85736,84799,3,1601,2656 -"222029",85736,86978,3,1601,2733 -"222030",85736,87837,3,1601,1987 -"222031",85736,94138,3,1601,1939 -"222032",85778,2959,3,1040,1785 -"222033",85778,6824,2,1040,2680 -"222034",85778,8062,3,1040,2858 -"222035",85778,8140,3,1040,1262 -"222036",85778,9861,3,1040,2680 -"222037",85778,10638,1,1040,2692 -"222038",85778,10914,3,1040,1660 -"222039",85778,10980,2,1040,1974 -"222040",85778,11381,3,1040,1638 -"222041",85778,11429,3,1040,2520 -"222042",85778,11506,3,1040,2824 -"222043",85778,11728,3,1040,1121 -"222044",85778,16594,3,1040,1755 -"222045",85778,18943,3,1040,2861 -"222046",85778,20007,3,1040,2971 -"222047",85778,28582,3,1040,2698 -"222048",85778,31164,3,1040,1996 -"222049",85778,32449,3,1040,2091 -"222050",85778,34892,2,1040,2309 -"222051",85778,36136,3,1040,2338 -"222052",85778,42331,3,1040,1585 -"222053",85778,55604,3,1040,2342 -"222054",85778,56338,3,1040,1818 -"222055",85778,60808,3,1040,1258 -"222056",85778,63077,3,1040,2778 -"222057",85778,66911,3,1040,1920 -"222058",85778,68885,3,1040,2151 -"222059",85778,69335,3,1040,2698 -"222060",85778,70101,3,1040,2414 -"222061",85778,73107,3,1040,1918 -"222062",85778,77864,3,1040,2227 -"222063",85778,83301,3,1040,1385 -"222064",85778,85869,3,1040,1509 -"222065",85778,100860,2,1040,2326 -"222066",85778,104306,3,1040,1665 -"222067",85784,803,3,1142,1666 -"222068",85784,1262,3,1142,2973 -"222069",85784,1386,3,1142,1901 -"222070",85784,3306,3,1142,1989 -"222071",85784,3946,3,1142,1172 -"222072",85784,3961,3,1142,2426 -"222073",85784,5315,3,1142,2631 -"222074",85784,5491,3,1142,2048 -"222075",85784,5621,3,1142,1860 -"222076",85784,6047,3,1142,2004 -"222077",85784,7180,3,1142,2227 -"222078",85784,7196,3,1142,1508 -"222079",85784,7292,3,1142,1988 -"222080",85784,7984,3,1142,2493 -"222081",85784,10358,3,1142,2294 -"222082",85784,10779,2,1142,2881 -"222083",85784,11103,3,1142,2393 -"222084",85784,11477,2,1142,2724 -"222085",85784,11602,3,1142,1493 -"222086",85784,13158,3,1142,2667 -"222087",85784,13388,3,1142,2119 -"222088",85784,13732,2,1142,2789 -"222089",85784,13801,3,1142,2041 -"222090",85784,14189,3,1142,1483 -"222091",85784,14669,3,1142,2080 -"222092",85784,14709,2,1142,1901 -"222093",85784,14888,3,1142,1411 -"222094",85784,15343,3,1142,2125 -"222095",85784,15560,3,1142,2257 -"222096",85784,16029,3,1142,1160 -"222097",85784,16195,2,1142,2964 -"222098",85784,16313,3,1142,1160 -"222099",85784,17396,3,1142,1672 -"222100",85784,17819,3,1142,2291 -"222101",85784,18151,3,1142,2962 -"222102",85784,18366,3,1142,2699 -"222103",85784,18874,3,1142,2170 -"222104",85784,19872,3,1142,2913 -"222105",85784,20067,3,1142,2390 -"222106",85784,20124,3,1142,2376 -"222107",85784,21417,3,1142,2422 -"222108",85784,21795,2,1142,2653 -"222109",85784,22207,3,1142,2365 -"222110",85784,22331,3,1142,2687 -"222111",85784,24146,3,1142,2003 -"222112",85784,24362,2,1142,1287 -"222113",85784,24608,3,1142,1630 -"222114",85784,25443,3,1142,1441 -"222115",85784,26865,2,1142,2726 -"222116",85784,28233,3,1142,1608 -"222117",85784,29791,3,1142,1986 -"222118",85784,29930,3,1142,2240 -"222119",85784,30081,2,1142,2403 -"222120",85784,31307,3,1142,2139 -"222121",85784,32658,3,1142,1694 -"222122",85784,33383,3,1142,1572 -"222123",85784,34327,3,1142,2959 -"222124",85784,35529,3,1142,1620 -"222125",85784,36031,3,1142,2342 -"222126",85784,36574,3,1142,2934 -"222127",85784,36962,3,1142,2861 -"222128",85784,37333,3,1142,1612 -"222129",85784,41955,3,1142,2479 -"222130",85784,51863,3,1142,1395 -"222131",85784,52136,3,1142,1412 -"222132",85784,53134,3,1142,1590 -"222133",85784,53859,3,1142,1817 -"222134",85784,54020,3,1142,1578 -"222135",85784,56082,3,1142,2395 -"222136",85784,57549,3,1142,2335 -"222137",85784,62488,3,1142,1418 -"222138",85784,63030,3,1142,2251 -"222139",85784,65679,3,1142,1578 -"222140",85784,69062,3,1142,1174 -"222141",85784,76356,3,1142,2323 -"222142",85784,77993,3,1142,1497 -"222143",85784,79088,3,1142,1369 -"222144",85784,79689,3,1142,1184 -"222145",85784,89681,3,1142,1978 -"222146",85784,99215,2,1142,2791 -"222147",85784,101338,2,1142,1319 -"222148",85794,270,3,679,2542 -"222149",85794,601,2,679,702 -"222150",85794,854,3,679,2307 -"222151",85794,1428,3,679,742 -"222152",85794,2484,3,679,2389 -"222153",85794,2894,2,679,1291 -"222154",85794,3961,3,679,2426 -"222155",85794,5235,3,679,2324 -"222156",85794,5392,3,679,1648 -"222157",85794,5438,3,679,1499 -"222158",85794,5615,3,679,1105 -"222159",85794,5785,3,679,1261 -"222160",85794,6222,2,679,1949 -"222161",85794,7992,3,679,2033 -"222162",85794,9311,3,679,2477 -"222163",85794,10358,3,679,2294 -"222164",85794,10488,3,679,1524 -"222165",85794,11576,3,679,808 -"222166",85794,11694,3,679,1564 -"222167",85794,12362,3,679,702 -"222168",85794,12388,3,679,1975 -"222169",85794,12901,3,679,2136 -"222170",85794,13388,3,679,2119 -"222171",85794,13967,2,679,1354 -"222172",85794,13979,3,679,1559 -"222173",85794,14959,2,679,2898 -"222174",85794,15636,3,679,2857 -"222175",85794,16053,3,679,908 -"222176",85794,16539,3,679,1947 -"222177",85794,17354,3,679,2250 -"222178",85794,17520,3,679,2276 -"222179",85794,18152,3,679,1314 -"222180",85794,18394,2,679,2356 -"222181",85794,19637,2,679,1229 -"222182",85794,20067,2,679,2390 -"222183",85794,20732,3,679,2401 -"222184",85794,21706,3,679,1988 -"222185",85794,23726,3,679,2434 -"222186",85794,23869,2,679,1918 -"222187",85794,24066,3,679,1755 -"222188",85794,24612,3,679,1875 -"222189",85794,24756,3,679,2530 -"222190",85794,25486,3,679,2582 -"222191",85794,25680,3,679,1618 -"222192",85794,26249,3,679,2301 -"222193",85794,28130,3,679,908 -"222194",85794,28131,2,679,1492 -"222195",85794,29095,3,679,2531 -"222196",85794,29314,3,679,2736 -"222197",85794,30150,2,679,1704 -"222198",85794,30405,3,679,2164 -"222199",85794,30883,3,679,1629 -"222200",85794,31069,3,679,1995 -"222201",85794,31279,3,679,965 -"222202",85794,32131,3,679,1035 -"222203",85794,33801,3,679,2899 -"222204",85794,35235,3,679,2610 -"222205",85794,35529,3,679,1620 -"222206",85794,37934,3,679,1595 -"222207",85794,38921,2,679,1880 -"222208",85794,39431,3,679,1460 -"222209",85794,41682,3,679,1988 -"222210",85794,42264,3,679,1702 -"222211",85794,43479,3,679,2178 -"222212",85794,44654,3,679,2916 -"222213",85794,44819,3,679,2063 -"222214",85794,44885,3,679,2670 -"222215",85794,44899,3,679,2386 -"222216",85794,46040,3,679,2105 -"222217",85794,46803,2,679,2305 -"222218",85794,48283,3,679,1290 -"222219",85794,50252,3,679,2001 -"222220",85794,50269,3,679,1966 -"222221",85794,50382,3,679,2244 -"222222",85794,50487,3,679,744 -"222223",85794,53120,3,679,975 -"222224",85794,53475,3,679,2853 -"222225",85794,57246,3,679,1873 -"222226",85794,58669,3,679,2296 -"222227",85794,58993,3,679,2390 -"222228",85794,62148,3,679,1566 -"222229",85794,70203,2,679,2756 -"222230",85794,70681,3,679,866 -"222231",85794,70996,3,679,1037 -"222232",85794,74681,3,679,837 -"222233",85794,76999,3,679,908 -"222234",85794,86520,3,679,702 -"222235",85794,95064,3,679,1801 -"222236",85794,97160,3,679,1215 -"222237",85794,100140,3,679,1041 -"222238",85794,103524,3,679,991 -"222239",85869,1154,3,1509,1656 -"222240",85869,2959,2,1509,1785 -"222241",85869,4361,3,1509,2571 -"222242",85869,4526,3,1509,1728 -"222243",85869,7942,3,1509,2623 -"222244",85869,7984,3,1509,2493 -"222245",85869,8890,3,1509,1955 -"222246",85869,9504,3,1509,2549 -"222247",85869,10980,2,1509,1974 -"222248",85869,13136,3,1509,2867 -"222249",85869,14108,3,1509,2012 -"222250",85869,15401,3,1509,1999 -"222251",85869,16176,3,1509,2703 -"222252",85869,16365,3,1509,2217 -"222253",85869,16437,3,1509,1956 -"222254",85869,17033,3,1509,2771 -"222255",85869,21670,3,1509,2158 -"222256",85869,21681,3,1509,2005 -"222257",85869,28784,3,1509,1579 -"222258",85869,31700,3,1509,2727 -"222259",85869,32988,3,1509,2008 -"222260",85869,34216,3,1509,2832 -"222261",85869,34892,3,1509,2309 -"222262",85869,35822,3,1509,1903 -"222263",85869,36031,3,1509,2342 -"222264",85869,38602,3,1509,2693 -"222265",85869,42331,3,1509,1585 -"222266",85869,47384,3,1509,1639 -"222267",85869,47654,2,1509,1664 -"222268",85869,47968,3,1509,2829 -"222269",85869,48215,3,1509,2028 -"222270",85869,49265,3,1509,2686 -"222271",85869,53323,3,1509,2677 -"222272",85869,57380,3,1509,2362 -"222273",85869,60258,3,1509,2405 -"222274",85869,63077,3,1509,2778 -"222275",85869,65155,3,1509,1947 -"222276",85869,67815,3,1509,2476 -"222277",85869,68931,3,1509,2771 -"222278",85869,70101,3,1509,2414 -"222279",85869,72728,3,1509,2234 -"222280",85869,74055,3,1509,1544 -"222281",85869,80506,3,1509,1920 -"222282",85869,88232,3,1509,2881 -"222283",85869,92860,3,1509,1643 -"222284",85869,100860,2,1509,2326 -"222285",85869,116987,3,1509,2469 -"222286",85875,3271,3,957,2216 -"222287",85875,3961,3,957,2426 -"222288",85875,5239,3,957,2875 -"222289",85875,5315,3,957,2631 -"222290",85875,5785,3,957,1261 -"222291",85875,6602,3,957,1631 -"222292",85875,7196,2,957,1508 -"222293",85875,7508,3,957,2396 -"222294",85875,7984,3,957,2493 -"222295",85875,8913,3,957,968 -"222296",85875,9272,3,957,2835 -"222297",85875,10474,3,957,1608 -"222298",85875,11477,3,957,2724 -"222299",85875,11546,3,957,1174 -"222300",85875,11694,3,957,1564 -"222301",85875,13388,3,957,2119 -"222302",85875,14655,3,957,2559 -"222303",85875,14943,2,957,1942 -"222304",85875,15401,3,957,1999 -"222305",85875,16625,3,957,1285 -"222306",85875,16801,2,957,2008 -"222307",85875,16826,3,957,2599 -"222308",85875,17520,3,957,2276 -"222309",85875,17934,3,957,1059 -"222310",85875,18735,3,957,1581 -"222311",85875,20067,3,957,2390 -"222312",85875,20311,3,957,1981 -"222313",85875,20732,3,957,2401 -"222314",85875,22181,3,957,1274 -"222315",85875,23726,3,957,2434 -"222316",85875,23869,3,957,1918 -"222317",85875,25271,3,957,1172 -"222318",85875,28784,3,957,1579 -"222319",85875,29456,3,957,1182 -"222320",85875,30883,3,957,1629 -"222321",85875,31705,3,957,2706 -"222322",85875,32988,2,957,2008 -"222323",85875,33801,3,957,2899 -"222324",85875,34158,3,957,2639 -"222325",85875,34648,3,957,1596 -"222326",85875,34820,3,957,1630 -"222327",85875,36862,3,957,2655 -"222328",85875,38219,1,957,1689 -"222329",85875,40432,3,957,1956 -"222330",85875,40645,3,957,1899 -"222331",85875,40893,3,957,1116 -"222332",85875,42505,2,957,2008 -"222333",85875,43226,3,957,2442 -"222334",85875,45277,2,957,1777 -"222335",85875,45903,3,957,2237 -"222336",85875,45959,3,957,1880 -"222337",85875,46040,3,957,2105 -"222338",85875,46283,3,957,1184 -"222339",85875,48110,3,957,2009 -"222340",85875,50382,3,957,2244 -"222341",85875,55139,3,957,2323 -"222342",85875,58164,3,957,2398 -"222343",85875,58508,3,957,2326 -"222344",85875,65155,3,957,1947 -"222345",85875,65203,2,957,1597 -"222346",85875,65322,2,957,2008 -"222347",85875,69335,3,957,2698 -"222348",85875,76511,3,957,1250 -"222349",85875,77550,3,957,1548 -"222350",85875,78150,2,957,2581 -"222351",85875,79567,3,957,1942 -"222352",85875,79815,3,957,1713 -"222353",85875,80301,3,957,1690 -"222354",85875,83526,3,957,1235 -"222355",85875,89511,3,957,1205 -"222356",85875,92757,3,957,2615 -"222357",85875,96352,2,957,1493 -"222358",85875,97160,2,957,1215 -"222359",85915,8777,3,51,1620 -"222360",85915,11625,3,51,2022 -"222361",85915,13150,3,51,1570 -"222362",85915,23668,3,51,144 -"222363",85915,26734,3,51,2299 -"222364",85915,29117,3,51,1250 -"222365",85915,40283,3,51,1657 -"222366",85915,42280,3,51,2266 -"222367",85915,43960,3,51,1293 -"222368",85915,50621,3,51,2809 -"222369",85915,51687,3,51,2333 -"222370",85915,57037,3,51,2293 -"222371",85915,64439,3,51,562 -"222372",85915,74674,3,51,2000 -"222373",85926,2014,3,907,973 -"222374",85926,3506,3,907,2364 -"222375",85926,6040,3,907,2103 -"222376",85926,7123,3,907,1964 -"222377",85926,7604,3,907,1366 -"222378",85926,9269,1,907,1892 -"222379",85926,9895,2,907,1960 -"222380",85926,9910,3,907,2526 -"222381",85926,9948,3,907,2019 -"222382",85926,10610,3,907,1427 -"222383",85926,11351,3,907,2971 -"222384",85926,12632,3,907,1174 -"222385",85926,12914,3,907,1557 -"222386",85926,15813,3,907,2143 -"222387",85926,16347,2,907,1868 -"222388",85926,17925,3,907,2385 -"222389",85926,20695,2,907,2526 -"222390",85926,21044,3,907,1574 -"222391",85926,26740,2,907,2695 -"222392",85926,32966,3,907,1583 -"222393",85926,34331,2,907,1727 -"222394",85926,37765,3,907,1134 -"222395",85926,38697,3,907,2701 -"222396",85926,41075,3,907,1176 -"222397",85926,44744,2,907,2032 -"222398",85926,45449,3,907,1610 -"222399",85926,48931,3,907,2444 -"222400",85926,49379,3,907,1573 -"222401",85926,49708,3,907,1147 -"222402",85926,53584,3,907,2391 -"222403",85926,56364,2,907,1626 -"222404",85926,64712,3,907,1411 -"222405",85926,76796,3,907,1140 -"222406",85926,78611,3,907,1586 -"222407",85926,79874,3,907,1570 -"222408",85926,80801,2,907,1250 -"222409",85926,84591,2,907,1685 -"222410",85926,87915,2,907,1152 -"222411",85926,92630,3,907,1583 -"222412",85926,96387,3,907,2159 -"222413",85926,101381,3,907,977 -"222414",85926,101666,2,907,1257 -"222415",85949,3011,3,1132,2278 -"222416",85949,11477,3,1132,2724 -"222417",85949,14669,3,1132,2080 -"222418",85949,24286,2,1132,1280 -"222419",85949,33356,3,1132,1586 -"222420",85949,33433,3,1132,2805 -"222421",85949,46512,3,1132,1292 -"222422",85949,88887,1,1132,1161 -"222423",85995,1367,3,432,2176 -"222424",85995,2077,3,432,610 -"222425",85995,2269,3,432,984 -"222426",85995,4567,2,432,2348 -"222427",85995,7245,2,432,2089 -"222428",85995,7506,3,432,2371 -"222429",85995,7759,3,432,2844 -"222430",85995,7861,3,432,1647 -"222431",85995,8533,3,432,2251 -"222432",85995,8712,3,432,1153 -"222433",85995,10744,3,432,955 -"222434",85995,16193,2,432,756 -"222435",85995,17221,3,432,2487 -"222436",85995,18415,2,432,2184 -"222437",85995,18825,2,432,1240 -"222438",85995,18924,3,432,485 -"222439",85995,19093,3,432,2224 -"222440",85995,20563,3,432,2267 -"222441",85995,20689,3,432,557 -"222442",85995,22543,2,432,1594 -"222443",85995,23112,3,432,1192 -"222444",85995,23825,3,432,1913 -"222445",85995,24793,3,432,1993 -"222446",85995,24912,3,432,648 -"222447",85995,25622,3,432,1985 -"222448",85995,27545,3,432,855 -"222449",85995,30095,3,432,1578 -"222450",85995,30744,3,432,1398 -"222451",85995,31050,3,432,1491 -"222452",85995,33672,3,432,2396 -"222453",85995,40129,3,432,2162 -"222454",85995,41014,3,432,1152 -"222455",85995,41407,3,432,1951 -"222456",85995,44135,3,432,2620 -"222457",85995,45633,3,432,2134 -"222458",85995,49144,3,432,1542 -"222459",85995,55076,3,432,2408 -"222460",85995,60624,3,432,1570 -"222461",85995,65691,2,432,2134 -"222462",85995,69250,2,432,1439 -"222463",85995,70605,3,432,1176 -"222464",85995,76607,3,432,747 -"222465",85995,80506,3,432,1920 -"222466",85995,82426,3,432,1576 -"222467",85995,86343,3,432,1643 -"222468",85995,92864,3,432,1123 -"222469",85995,93830,3,432,496 -"222470",85995,105117,3,432,809 -"222471",85995,106265,3,432,615 -"222472",85995,120585,3,432,961 -"222473",86010,2802,3,1641,1836 -"222474",86010,26138,3,1641,1902 -"222475",86010,41603,3,1641,1942 -"222476",86010,42998,3,1641,1978 -"222477",86010,69590,3,1641,2441 -"222478",86010,94339,3,1641,2768 -"222479",86015,10119,2,1514,2374 -"222480",86015,14838,3,1514,1746 -"222481",86015,23771,3,1514,1614 -"222482",86015,30194,2,1514,2874 -"222483",86015,34576,3,1514,1727 -"222484",86015,59432,3,1514,2553 -"222485",86015,65568,3,1514,1699 -"222486",86015,96700,3,1514,1602 -"222487",86105,8887,1,2226,2373 -"222488",86105,13573,2,2226,2774 -"222489",86105,21720,3,2226,2637 -"222490",86105,42515,3,2226,2752 -"222491",86107,6241,3,1960,2264 -"222492",86107,10859,3,1960,2231 -"222493",86107,35069,2,1960,2069 -"222494",86107,47362,3,1960,2253 -"222495",86107,88455,3,1960,2388 -"222496",86152,3460,3,1944,2530 -"222497",86152,3896,3,1944,2693 -"222498",86152,11456,2,1944,2715 -"222499",86152,25325,3,1944,2963 -"222500",86152,29004,3,1944,2596 -"222501",86152,29917,3,1944,1962 -"222502",86152,33052,2,1944,2251 -"222503",86152,36646,2,1944,2744 -"222504",86152,42196,3,1944,2765 -"222505",86152,42642,2,1944,2257 -"222506",86152,42946,3,1944,2900 -"222507",86152,47877,3,1944,2970 -"222508",86152,50509,2,1944,2050 -"222509",86152,51055,3,1944,2558 -"222510",86152,53968,3,1944,2703 -"222511",86152,60516,2,1944,2257 -"222512",86152,69591,2,1944,2294 -"222513",86162,11518,3,703,803 -"222514",86162,32202,3,703,2314 -"222515",86162,35133,3,703,2219 -"222516",86162,46261,3,703,2350 -"222517",86162,76507,3,703,1437 -"222518",86162,115618,3,703,2314 -"222519",86195,1393,3,110,1706 -"222520",86195,2370,3,110,1600 -"222521",86195,3068,3,110,1815 -"222522",86195,4784,3,110,2511 -"222523",86195,6020,3,110,1864 -"222524",86195,7900,3,110,893 -"222525",86195,7903,3,110,744 -"222526",86195,7932,3,110,789 -"222527",86195,13712,3,110,550 -"222528",86195,16455,3,110,946 -"222529",86195,16866,3,110,2718 -"222530",86195,21358,3,110,1970 -"222531",86195,21920,3,110,2367 -"222532",86195,28648,3,110,1586 -"222533",86195,31950,3,110,2217 -"222534",86195,32735,2,110,213 -"222535",86195,34274,3,110,1437 -"222536",86195,37334,3,110,398 -"222537",86195,39627,3,110,546 -"222538",86195,40510,2,110,943 -"222539",86195,41489,3,110,2006 -"222540",86195,41805,2,110,199 -"222541",86195,45297,3,110,1864 -"222542",86195,45449,2,110,1610 -"222543",86195,45450,1,110,1590 -"222544",86195,45562,2,110,623 -"222545",86195,48254,2,110,1013 -"222546",86195,48781,1,110,954 -"222547",86195,48823,3,110,2080 -"222548",86195,48931,3,110,2444 -"222549",86195,49029,3,110,647 -"222550",86195,55018,2,110,199 -"222551",86195,55493,2,110,869 -"222552",86195,60403,3,110,512 -"222553",86195,61921,3,110,1793 -"222554",86195,68419,3,110,654 -"222555",86195,78257,3,110,590 -"222556",86195,79639,2,110,1013 -"222557",86195,80186,2,110,2228 -"222558",86195,84235,3,110,1639 -"222559",86195,84581,2,110,1241 -"222560",86195,90852,2,110,764 -"222561",86195,92366,2,110,1434 -"222562",86195,93642,3,110,1120 -"222563",86195,95879,3,110,1748 -"222564",86195,100084,2,110,1964 -"222565",86195,105887,2,110,615 -"222566",86195,116484,3,110,902 -"222567",86195,116771,3,110,623 -"222568",86220,18810,3,969,2671 -"222569",86220,28626,3,969,2842 -"222570",86220,36183,3,969,2117 -"222571",86220,50509,3,969,2050 -"222572",86220,65316,3,969,1020 -"222573",86220,86664,2,969,1146 -"222574",86245,145,3,1972,1998 -"222575",86245,913,3,1972,2144 -"222576",86245,1102,3,1972,2282 -"222577",86245,2954,3,1972,2727 -"222578",86245,3493,3,1972,2451 -"222579",86245,5072,3,1972,2175 -"222580",86245,5622,2,1972,2175 -"222581",86245,6052,3,1972,1985 -"222582",86245,6491,3,1972,2424 -"222583",86245,6588,3,1972,2025 -"222584",86245,7234,3,1972,2654 -"222585",86245,9362,3,1972,2879 -"222586",86245,9654,3,1972,2111 -"222587",86245,10857,3,1972,2253 -"222588",86245,11218,3,1972,2292 -"222589",86245,12374,3,1972,2260 -"222590",86245,12728,3,1972,2374 -"222591",86245,14032,3,1972,2144 -"222592",86245,14655,3,1972,2559 -"222593",86245,17400,3,1972,2231 -"222594",86245,18315,3,1972,2720 -"222595",86245,21104,3,1972,2327 -"222596",86245,21682,3,1972,2414 -"222597",86245,22567,3,1972,2396 -"222598",86245,23132,3,1972,2756 -"222599",86245,23725,3,1972,2378 -"222600",86245,26451,3,1972,2133 -"222601",86245,28303,2,1972,2089 -"222602",86245,29073,3,1972,2328 -"222603",86245,31093,3,1972,2160 -"222604",86245,31235,3,1972,2668 -"222605",86245,32173,3,1972,2341 -"222606",86245,33981,3,1972,1993 -"222607",86245,34136,3,1972,2202 -"222608",86245,38780,3,1972,2705 -"222609",86245,40383,3,1972,2639 -"222610",86245,40493,3,1972,1981 -"222611",86245,43213,1,1972,2160 -"222612",86245,43518,3,1972,2680 -"222613",86245,45684,3,1972,2200 -"222614",86245,50179,3,1972,2230 -"222615",86245,50236,3,1972,2339 -"222616",86245,54551,3,1972,2348 -"222617",86245,55691,3,1972,2856 -"222618",86245,56082,2,1972,2395 -"222619",86245,72207,3,1972,2430 -"222620",86245,76048,3,1972,2373 -"222621",86270,23,3,897,1682 -"222622",86270,5041,2,897,2371 -"222623",86270,10358,3,897,2294 -"222624",86270,24293,2,897,1184 -"222625",86270,29050,3,897,1196 -"222626",86270,34954,3,897,1184 -"222627",86279,1386,3,1076,1901 -"222628",86279,3877,3,1076,1133 -"222629",86279,9030,3,1076,1979 -"222630",86279,11419,3,1076,1408 -"222631",86279,14669,3,1076,2080 -"222632",86279,14709,3,1076,1901 -"222633",86279,15118,3,1076,1311 -"222634",86279,15343,2,1076,2125 -"222635",86279,16029,3,1076,1160 -"222636",86279,16164,3,1076,1184 -"222637",86279,17021,3,1076,1226 -"222638",86279,17967,3,1076,2125 -"222639",86279,21092,3,1076,1643 -"222640",86279,21417,2,1076,2422 -"222641",86279,21795,3,1076,2653 -"222642",86279,24608,2,1076,1630 -"222643",86279,26865,3,1076,2726 -"222644",86279,29791,3,1076,1986 -"222645",86279,34311,2,1076,2213 -"222646",86279,34327,3,1076,2959 -"222647",86279,35542,3,1076,1439 -"222648",86279,38908,3,1076,1787 -"222649",86279,42618,3,1076,2316 -"222650",86279,42814,1,1076,1149 -"222651",86279,44684,3,1076,1220 -"222652",86279,45664,3,1076,2235 -"222653",86279,53342,3,1076,2071 -"222654",86279,64031,3,1076,1295 -"222655",86279,70046,2,1076,2624 -"222656",86279,73266,3,1076,2496 -"222657",86279,77057,3,1076,1866 -"222658",86279,77095,3,1076,1622 -"222659",86279,80655,3,1076,1546 -"222660",86279,84039,3,1076,1335 -"222661",86279,87198,2,1076,1462 -"222662",86279,90501,3,1076,2380 -"222663",86286,3863,3,234,856 -"222664",86286,12610,3,234,1274 -"222665",86286,12828,3,234,799 -"222666",86286,12897,3,234,1351 -"222667",86286,13842,3,234,2250 -"222668",86286,13920,3,234,1709 -"222669",86286,14676,3,234,2764 -"222670",86286,14781,3,234,2338 -"222671",86286,27509,3,234,2067 -"222672",86286,33537,3,234,2406 -"222673",86286,35041,3,234,1311 -"222674",86286,40264,1,234,1418 -"222675",86286,41250,2,234,1703 -"222676",86286,45869,3,234,2840 -"222677",86286,47708,3,234,2568 -"222678",86286,53219,3,234,2973 -"222679",86286,57082,1,234,1418 -"222680",86286,58238,2,234,1944 -"222681",86286,66151,3,234,549 -"222682",86286,66693,2,234,2554 -"222683",86286,68155,3,234,1577 -"222684",86286,83523,3,234,1461 -"222685",86286,88592,2,234,1418 -"222686",86287,6162,3,1349,1673 -"222687",86287,6417,3,1349,1675 -"222688",86287,7029,3,1349,2204 -"222689",86287,8258,3,1349,1959 -"222690",86287,9311,3,1349,2477 -"222691",86287,11218,3,1349,2292 -"222692",86287,17351,3,1349,2036 -"222693",86287,17632,3,1349,1947 -"222694",86287,17721,3,1349,1410 -"222695",86287,17938,2,1349,1410 -"222696",86287,18670,3,1349,1835 -"222697",86287,23745,3,1349,1968 -"222698",86287,24169,1,1349,1663 -"222699",86287,26595,2,1349,1566 -"222700",86287,28640,2,1349,1475 -"222701",86287,34325,2,1349,1982 -"222702",86287,34707,3,1349,2042 -"222703",86287,34820,3,1349,1630 -"222704",86287,35888,3,1349,2291 -"222705",86287,36578,3,1349,1484 -"222706",86287,41900,3,1349,1970 -"222707",86287,41945,3,1349,2856 -"222708",86287,51089,3,1349,2426 -"222709",86287,53134,2,1349,1590 -"222710",86287,54879,3,1349,2210 -"222711",86287,54929,3,1349,2783 -"222712",86287,62903,3,1349,1704 -"222713",86287,72391,3,1349,1547 -"222714",86287,73197,3,1349,1998 -"222715",86287,92513,3,1349,2282 -"222716",86308,2289,3,147,2389 -"222717",86308,3751,3,147,1358 -"222718",86308,4612,3,147,2804 -"222719",86308,7029,3,147,2204 -"222720",86308,9787,3,147,2858 -"222721",86308,11060,3,147,2155 -"222722",86308,11434,3,147,1187 -"222723",86308,13248,3,147,1385 -"222724",86308,13837,2,147,1604 -"222725",86308,16501,3,147,1650 -"222726",86308,17146,2,147,1252 -"222727",86308,17221,3,147,2487 -"222728",86308,17396,2,147,1672 -"222729",86308,19208,3,147,2629 -"222730",86308,19605,3,147,2395 -"222731",86308,22331,3,147,2687 -"222732",86308,25163,2,147,1751 -"222733",86308,25443,3,147,1441 -"222734",86308,25677,3,147,632 -"222735",86308,25976,3,147,659 -"222736",86308,32175,3,147,209 -"222737",86308,38213,3,147,1744 -"222738",86308,40368,1,147,2876 -"222739",86308,41739,3,147,1339 -"222740",86308,45704,3,147,2687 -"222741",86308,48955,3,147,242 -"222742",86308,49620,3,147,1868 -"222743",86308,50480,3,147,2701 -"222744",86308,55775,3,147,2385 -"222745",86308,60552,3,147,855 -"222746",86308,64857,3,147,1792 -"222747",86308,67252,3,147,1215 -"222748",86308,69250,3,147,1439 -"222749",86308,70528,3,147,2727 -"222750",86308,71560,2,147,280 -"222751",86308,74636,3,147,2525 -"222752",86308,75216,3,147,672 -"222753",86308,79534,3,147,340 -"222754",86308,92322,3,147,2393 -"222755",86308,94783,3,147,659 -"222756",86308,115186,3,147,243 -"222757",86331,10945,3,850,881 -"222758",86331,16587,3,850,2065 -"222759",86331,29864,3,850,2479 -"222760",86331,43135,3,850,1171 -"222761",86331,56910,3,850,2705 -"222762",86343,4567,3,1643,2348 -"222763",86343,13051,3,1643,2692 -"222764",86343,19744,3,1643,2623 -"222765",86357,4313,3,736,2368 -"222766",86357,6562,3,736,1139 -"222767",86357,7733,2,736,1326 -"222768",86357,10622,1,736,1173 -"222769",86357,11135,3,736,2441 -"222770",86357,15502,3,736,2637 -"222771",86357,15916,2,736,1236 -"222772",86357,17999,3,736,2758 -"222773",86357,20056,3,736,1824 -"222774",86357,20088,3,736,1677 -"222775",86357,20413,3,736,806 -"222776",86357,21419,1,736,1243 -"222777",86357,21976,3,736,1808 -"222778",86357,22905,3,736,2599 -"222779",86357,24116,3,736,1413 -"222780",86357,25886,3,736,1580 -"222781",86357,26513,3,736,2205 -"222782",86357,29275,3,736,949 -"222783",86357,31170,2,736,1776 -"222784",86357,43524,2,736,2572 -"222785",86357,51448,3,736,1593 -"222786",86357,55436,2,736,2513 -"222787",86357,57383,3,736,1302 -"222788",86357,62334,2,736,1766 -"222789",86357,65557,3,736,813 -"222790",86357,73810,3,736,1554 -"222791",86357,78262,3,736,1326 -"222792",86357,80162,3,736,1601 -"222793",86357,83007,3,736,2727 -"222794",86357,94399,3,736,963 -"222795",86505,671,3,1302,2328 -"222796",86505,7672,3,1302,1974 -"222797",86505,20824,2,1302,1366 -"222798",86505,23534,3,1302,1659 -"222799",86505,41955,3,1302,2479 -"222800",86505,44151,3,1302,1796 -"222801",86505,51022,3,1302,1499 -"222802",86505,51987,3,1302,1397 -"222803",86520,270,3,702,2542 -"222804",86520,1044,3,702,880 -"222805",86520,1315,3,702,2760 -"222806",86520,2424,2,702,2582 -"222807",86520,2533,3,702,2016 -"222808",86520,3139,3,702,1656 -"222809",86520,3305,3,702,2839 -"222810",86520,8866,3,702,1545 -"222811",86520,9362,2,702,2879 -"222812",86520,12901,2,702,2136 -"222813",86520,12982,3,702,2143 -"222814",86520,13324,3,702,2163 -"222815",86520,15632,3,702,1242 -"222816",86520,15813,3,702,2143 -"222817",86520,17931,3,702,1617 -"222818",86520,19637,3,702,1229 -"222819",86520,19719,3,702,2177 -"222820",86520,21197,2,702,1437 -"222821",86520,21198,2,702,935 -"222822",86520,21285,2,702,2100 -"222823",86520,22282,3,702,1418 -"222824",86520,23312,3,702,2449 -"222825",86520,23450,3,702,967 -"222826",86520,24612,2,702,1875 -"222827",86520,25577,3,702,1946 -"222828",86520,26524,2,702,982 -"222829",86520,26749,3,702,2965 -"222830",86520,27484,3,702,1634 -"222831",86520,28131,3,702,1492 -"222832",86520,28784,3,702,1579 -"222833",86520,30150,3,702,1704 -"222834",86520,38019,3,702,1870 -"222835",86520,39238,3,702,922 -"222836",86520,42505,3,702,2008 -"222837",86520,43385,3,702,1623 -"222838",86520,43455,3,702,2846 -"222839",86520,44654,2,702,2916 -"222840",86520,46040,2,702,2105 -"222841",86520,46629,3,702,2255 -"222842",86520,48283,2,702,1290 -"222843",86520,50219,3,702,756 -"222844",86520,51022,3,702,1499 -"222845",86520,51089,3,702,2426 -"222846",86520,51243,3,702,1389 -"222847",86520,52576,3,702,2234 -"222848",86520,53120,2,702,975 -"222849",86520,53604,2,702,2489 -"222850",86520,56317,3,702,2030 -"222851",86520,58078,3,702,1252 -"222852",86520,58365,3,702,1902 -"222853",86520,58508,3,702,2326 -"222854",86520,58652,3,702,1437 -"222855",86520,61982,3,702,2725 -"222856",86520,64232,3,702,1275 -"222857",86520,67788,3,702,837 -"222858",86520,70203,3,702,2756 -"222859",86520,71342,3,702,1289 -"222860",86520,72956,3,702,1251 -"222861",86520,76081,3,702,1534 -"222862",86520,76892,3,702,2381 -"222863",86520,82949,3,702,2077 -"222864",86520,87837,3,702,1987 -"222865",86520,88473,3,702,1102 -"222866",86520,92513,3,702,2282 -"222867",86550,2591,3,955,1949 -"222868",86550,2743,3,955,1278 -"222869",86550,3242,2,955,1730 -"222870",86550,4084,3,955,2133 -"222871",86550,4980,3,955,2093 -"222872",86550,6577,3,955,1951 -"222873",86550,8621,3,955,1681 -"222874",86550,10404,3,955,2062 -"222875",86550,15343,3,955,2125 -"222876",86550,16074,3,955,977 -"222877",86550,16164,3,955,1184 -"222878",86550,17357,3,955,1536 -"222879",86550,20563,3,955,2267 -"222880",86550,21911,1,955,1184 -"222881",86550,22501,3,955,1006 -"222882",86550,23506,3,955,1172 -"222883",86550,23704,3,955,2278 -"222884",86550,23918,3,955,1881 -"222885",86550,26436,2,955,2489 -"222886",86550,26516,3,955,2479 -"222887",86550,27753,3,955,2750 -"222888",86550,30438,2,955,1617 -"222889",86550,31000,3,955,1526 -"222890",86550,31243,2,955,1355 -"222891",86550,34492,2,955,1798 -"222892",86550,38449,3,955,1802 -"222893",86550,42747,3,955,1189 -"222894",86550,45715,2,955,2287 -"222895",86550,51410,3,955,2739 -"222896",86550,51987,3,955,1397 -"222897",86550,58035,3,955,1646 -"222898",86550,77001,3,955,1440 -"222899",86550,81813,3,955,1656 -"222900",86550,88860,3,955,1014 -"222901",86550,100134,3,955,977 -"222902",86559,1685,3,1704,2230 -"222903",86559,1785,3,1704,2350 -"222904",86559,4784,3,1704,2511 -"222905",86559,5937,2,1704,2392 -"222906",86559,6020,2,1704,1864 -"222907",86559,17815,3,1704,2070 -"222908",86559,18821,3,1704,2075 -"222909",86559,21358,3,1704,1970 -"222910",86559,22744,2,1704,1907 -"222911",86559,26698,3,1704,1963 -"222912",86559,28970,3,1704,2111 -"222913",86559,29775,3,1704,2064 -"222914",86559,31794,3,1704,1919 -"222915",86559,41489,3,1704,2006 -"222916",86559,41521,3,1704,2069 -"222917",86559,45297,3,1704,1864 -"222918",86559,56413,3,1704,2747 -"222919",86559,76997,3,1704,2223 -"222920",86559,89391,3,1704,2180 -"222921",86580,4790,3,696,1025 -"222922",86580,9351,2,696,1460 -"222923",86580,9552,2,696,1947 -"222924",86580,10223,3,696,1033 -"222925",86580,10239,3,696,2032 -"222926",86580,13065,2,696,1561 -"222927",86580,13920,3,696,1709 -"222928",86580,15433,3,696,2038 -"222929",86580,16384,1,696,1320 -"222930",86580,16482,3,696,1958 -"222931",86580,19605,3,696,2395 -"222932",86580,20321,3,696,1596 -"222933",86580,21198,3,696,935 -"222934",86580,22282,2,696,1418 -"222935",86580,22566,3,696,2308 -"222936",86580,22652,3,696,1544 -"222937",86580,23015,2,696,1362 -"222938",86580,23430,3,696,904 -"222939",86580,26793,3,696,2104 -"222940",86580,31856,3,696,2630 -"222941",86580,32163,3,696,859 -"222942",86580,35095,3,696,1502 -"222943",86580,39431,3,696,1460 -"222944",86580,39443,3,696,2277 -"222945",86580,39875,3,696,2422 -"222946",86580,40913,3,696,1800 -"222947",86580,47889,1,696,992 -"222948",86580,48905,3,696,1394 -"222949",86580,50219,3,696,756 -"222950",86580,51017,3,696,2073 -"222951",86580,51035,2,696,2397 -"222952",86580,52058,3,696,1836 -"222953",86580,55438,1,696,2863 -"222954",86580,61245,3,696,955 -"222955",86580,66978,3,696,1536 -"222956",86580,69712,3,696,1219 -"222957",86580,82949,3,696,2077 -"222958",86580,98150,3,696,1009 -"222959",86580,99288,3,696,983 -"222960",86580,115078,3,696,697 -"222961",86605,733,3,1020,1653 -"222962",86605,20311,3,1020,1981 -"222963",86605,25241,3,1020,1233 -"222964",86605,33801,3,1020,2899 -"222965",86605,49677,3,1020,1222 -"222966",86621,3271,3,598,2216 -"222967",86621,4696,3,598,2656 -"222968",86621,5568,3,598,1290 -"222969",86621,9272,3,598,2835 -"222970",86621,11429,3,598,2520 -"222971",86621,14654,3,598,1692 -"222972",86621,43226,3,598,2442 -"222973",86621,45874,3,598,944 -"222974",86621,48110,3,598,2009 -"222975",86621,55892,2,598,1234 -"222976",86621,58508,3,598,2326 -"222977",86621,69335,3,598,2698 -"222978",86621,74058,2,598,1151 -"222979",86621,74156,3,598,2279 -"222980",86621,80301,3,598,1690 -"222981",86621,82226,3,598,1619 -"222982",86621,84790,3,598,1708 -"222983",86621,84799,3,598,2656 -"222984",86627,7992,2,981,2033 -"222985",86627,18670,3,981,1835 -"222986",86627,19637,3,981,1229 -"222987",86627,20067,3,981,2390 -"222988",86627,23869,2,981,1918 -"222989",86627,29512,3,981,1594 -"222990",86627,31890,3,981,1487 -"222991",86627,31901,3,981,1251 -"222992",86627,44819,3,981,2063 -"222993",86627,46803,3,981,2305 -"222994",86627,82187,3,981,1055 -"222995",86643,49621,3,1252,1915 -"222996",86643,89860,2,1252,1999 -"222997",86664,2759,3,1146,2030 -"222998",86664,2819,3,1146,1743 -"222999",86664,3255,2,1146,2504 -"223000",86664,4226,3,1146,1903 -"223001",86664,4730,3,1146,2131 -"223002",86664,6133,3,1146,1229 -"223003",86664,8984,3,1146,1162 -"223004",86664,12356,3,1146,2757 -"223005",86664,14325,3,1146,1976 -"223006",86664,14761,3,1146,2502 -"223007",86664,21180,3,1146,2762 -"223008",86664,21838,3,1146,2106 -"223009",86664,26451,2,1146,2133 -"223010",86664,26793,3,1146,2104 -"223011",86664,27792,3,1146,1308 -"223012",86664,31003,3,1146,1859 -"223013",86664,34162,3,1146,2336 -"223014",86664,37915,3,1146,1905 -"223015",86664,42946,3,1146,2900 -"223016",86664,43153,3,1146,1381 -"223017",86664,49347,3,1146,2504 -"223018",86664,56893,3,1146,2597 -"223019",86664,58133,3,1146,1484 -"223020",86664,60979,3,1146,1758 -"223021",86664,76132,3,1146,2426 -"223022",86664,76675,3,1146,1840 -"223023",86664,77397,3,1146,1302 -"223024",86664,81478,3,1146,1640 -"223025",86697,6234,3,1985,2654 -"223026",86707,20494,3,157,1075 -"223027",86707,27363,3,157,1508 -"223028",86707,33356,3,157,1586 -"223029",86707,38755,3,157,2902 -"223030",86716,5937,2,1609,2392 -"223031",86716,8899,3,1609,2023 -"223032",86716,16477,2,1609,2069 -"223033",86716,41521,3,1609,2069 -"223034",86716,42136,3,1609,2551 -"223035",86716,44730,2,1609,2468 -"223036",86716,49079,3,1609,2447 -"223037",86716,50899,3,1609,2125 -"223038",86716,56413,3,1609,2747 -"223039",86730,3164,3,1780,2693 -"223040",86730,5511,2,1780,2356 -"223041",86730,10717,3,1780,1938 -"223042",86730,11966,3,1780,2385 -"223043",86730,12035,3,1780,2721 -"223044",86730,17790,2,1780,2783 -"223045",86730,20496,3,1780,2530 -"223046",86730,21571,3,1780,2755 -"223047",86730,22566,3,1780,2308 -"223048",86730,25610,3,1780,2328 -"223049",86730,26959,3,1780,1961 -"223050",86730,30334,3,1780,2075 -"223051",86730,30705,3,1780,2959 -"223052",86730,32761,3,1780,2680 -"223053",86730,34984,2,1780,2056 -"223054",86730,37636,3,1780,2178 -"223055",86730,40392,3,1780,1878 -"223056",86730,51783,3,1780,2599 -"223057",86730,56859,3,1780,2319 -"223058",86730,62739,3,1780,2753 -"223059",86730,72088,3,1780,2728 -"223060",86785,8275,3,1607,2237 -"223061",86785,12692,3,1607,1855 -"223062",86785,15106,3,1607,2286 -"223063",86785,15207,3,1607,1855 -"223064",86785,19593,3,1607,2013 -"223065",86785,29580,3,1607,2776 -"223066",86785,36441,3,1607,2796 -"223067",86785,41108,3,1607,1624 -"223068",86785,42799,3,1607,2729 -"223069",86785,45504,3,1607,2301 -"223070",86785,46635,2,1607,2528 -"223071",86785,49109,3,1607,2341 -"223072",86785,79207,3,1607,2244 -"223073",86799,42,2,1951,2265 -"223074",86799,377,3,1951,2389 -"223075",86799,1090,3,1951,2370 -"223076",86799,1321,2,1951,2075 -"223077",86799,1495,3,1951,2046 -"223078",86799,2166,3,1951,2557 -"223079",86799,2424,3,1951,2582 -"223080",86799,2533,3,1951,2016 -"223081",86799,3695,3,1951,2612 -"223082",86799,3966,2,1951,2425 -"223083",86799,4418,3,1951,2788 -"223084",86799,4763,3,1951,1960 -"223085",86799,5041,3,1951,2371 -"223086",86799,7078,2,1951,2344 -"223087",86799,10148,3,1951,2964 -"223088",86799,10222,3,1951,2212 -"223089",86799,12867,3,1951,2773 -"223090",86799,13601,3,1951,2689 -"223091",86799,15184,2,1951,2396 -"223092",86799,15560,3,1951,2257 -"223093",86799,15813,3,1951,2143 -"223094",86799,16497,3,1951,2370 -"223095",86799,16725,3,1951,2830 -"223096",86799,19027,3,1951,2721 -"223097",86799,19528,2,1951,2742 -"223098",86799,20783,2,1951,2414 -"223099",86799,21193,2,1951,2490 -"223100",86799,24255,3,1951,2770 -"223101",86799,25325,3,1951,2963 -"223102",86799,25530,3,1951,2884 -"223103",86799,26608,2,1951,2329 -"223104",86799,29917,3,1951,1962 -"223105",86799,31799,3,1951,2547 -"223106",86799,32516,3,1951,2050 -"223107",86799,32939,3,1951,2277 -"223108",86799,33572,3,1951,2370 -"223109",86799,34327,3,1951,2959 -"223110",86799,37418,3,1951,2710 -"223111",86799,41998,3,1951,2400 -"223112",86799,44768,3,1951,2516 -"223113",86799,48820,3,1951,2769 -"223114",86799,53789,3,1951,2681 -"223115",86799,57804,3,1951,2214 -"223116",86799,66318,3,1951,2803 -"223117",86799,76892,3,1951,2381 -"223118",86803,36506,3,1764,2638 -"223119",86883,10310,2,1623,2774 -"223120",86883,11493,3,1623,2077 -"223121",86883,19208,3,1623,2629 -"223122",86883,20730,3,1623,2243 -"223123",86883,22893,3,1623,1938 -"223124",86883,29930,3,1623,2240 -"223125",86883,36441,3,1623,2796 -"223126",86883,41770,3,1623,2752 -"223127",86883,42515,2,1623,2752 -"223128",86883,42799,3,1623,2729 -"223129",86883,44894,2,1623,2048 -"223130",86883,117956,3,1623,2774 -"223131",86931,9063,3,1474,2000 -"223132",86931,9727,3,1474,2327 -"223133",86931,13528,3,1474,1891 -"223134",86931,17952,3,1474,1530 -"223135",86931,34334,3,1474,1637 -"223136",86931,40715,3,1474,2258 -"223137",86931,86970,1,1474,1664 -"223138",86970,9063,3,1664,2000 -"223139",86970,9727,3,1664,2327 -"223140",86970,13528,3,1664,1891 -"223141",86970,40715,3,1664,2258 -"223142",86986,543,3,1976,2203 -"223143",86986,1616,3,1976,2662 -"223144",86986,2484,3,1976,2389 -"223145",86986,3161,3,1976,2229 -"223146",86986,5462,3,1976,2374 -"223147",86986,5504,3,1976,2389 -"223148",86986,10799,3,1976,2010 -"223149",86986,12713,3,1976,2440 -"223150",86986,17410,3,1976,2073 -"223151",86986,20700,3,1976,2861 -"223152",86986,32606,3,1976,2100 -"223153",86986,35256,3,1976,2271 -"223154",86986,55156,3,1976,2196 -"223155",86986,68810,3,1976,2409 -"223156",86986,78563,3,1976,2385 -"223157",87011,341,3,1592,2689 -"223158",87011,841,3,1592,2964 -"223159",87011,27882,3,1592,1897 -"223160",87011,32920,2,1592,2158 -"223161",87011,39418,3,1592,1978 -"223162",87011,40954,3,1592,2603 -"223163",87011,43961,1,1592,2443 -"223164",87011,47375,2,1592,2043 -"223165",87011,56755,2,1592,2158 -"223166",87011,64967,3,1592,2872 -"223167",87011,89538,3,1592,1847 -"223168",87048,212,3,989,1513 -"223169",87048,270,2,989,2542 -"223170",87048,1124,2,989,1596 -"223171",87048,1520,3,989,1716 -"223172",87048,2111,3,989,1904 -"223173",87048,2424,3,989,2582 -"223174",87048,3305,3,989,2839 -"223175",87048,4360,3,989,1770 -"223176",87048,5235,3,989,2324 -"223177",87048,5622,3,989,2175 -"223178",87048,5971,2,989,1985 -"223179",87048,6052,3,989,1985 -"223180",87048,6222,3,989,1949 -"223181",87048,6588,3,989,2025 -"223182",87048,6718,2,989,2138 -"223183",87048,7555,3,989,1943 -"223184",87048,7616,3,989,2296 -"223185",87048,8762,3,989,2585 -"223186",87048,9364,2,989,1698 -"223187",87048,10488,3,989,1524 -"223188",87048,10513,3,989,2284 -"223189",87048,10523,3,989,1510 -"223190",87048,10857,3,989,2253 -"223191",87048,10874,3,989,1891 -"223192",87048,11218,3,989,2292 -"223193",87048,11229,2,989,1625 -"223194",87048,11440,3,989,2026 -"223195",87048,12374,3,989,2260 -"223196",87048,12713,3,989,2440 -"223197",87048,12728,3,989,2374 -"223198",87048,13248,3,989,1385 -"223199",87048,13307,3,989,2206 -"223200",87048,14959,3,989,2898 -"223201",87048,15135,2,989,1035 -"223202",87048,16310,3,989,2796 -"223203",87048,16332,3,989,2668 -"223204",87048,16352,3,989,2657 -"223205",87048,16539,3,989,1947 -"223206",87048,16940,3,989,1290 -"223207",87048,17400,3,989,2231 -"223208",87048,18152,3,989,1314 -"223209",87048,18394,2,989,2356 -"223210",87048,19719,3,989,2177 -"223211",87048,20124,3,989,2376 -"223212",87048,20311,3,989,1981 -"223213",87048,20975,3,989,1305 -"223214",87048,21012,3,989,2325 -"223215",87048,21104,3,989,2327 -"223216",87048,21693,2,989,2176 -"223217",87048,22197,3,989,2271 -"223218",87048,22282,3,989,1418 -"223219",87048,22326,2,989,2818 -"223220",87048,22362,2,989,1836 -"223221",87048,23492,3,989,1067 -"223222",87048,23509,2,989,2275 -"223223",87048,23526,3,989,1998 -"223224",87048,23715,3,989,1859 -"223225",87048,23725,3,989,2378 -"223226",87048,24066,3,989,1755 -"223227",87048,24362,3,989,1287 -"223228",87048,25305,2,989,2447 -"223229",87048,26749,3,989,2965 -"223230",87048,26848,3,989,2363 -"223231",87048,26867,3,989,1804 -"223232",87048,27694,3,989,2030 -"223233",87048,27849,3,989,1316 -"223234",87048,28015,3,989,1624 -"223235",87048,28383,3,989,1222 -"223236",87048,29962,3,989,2201 -"223237",87048,30173,3,989,2404 -"223238",87048,30325,3,989,1067 -"223239",87048,30334,3,989,2075 -"223240",87048,30405,2,989,2164 -"223241",87048,32131,2,989,1035 -"223242",87048,32173,3,989,2341 -"223243",87048,35673,3,989,1067 -"223244",87048,37636,3,989,2178 -"223245",87048,38019,3,989,1870 -"223246",87048,40028,2,989,1349 -"223247",87048,40072,2,989,1182 -"223248",87048,40392,3,989,1878 -"223249",87048,42687,2,989,1952 -"223250",87048,43385,3,989,1623 -"223251",87048,43455,3,989,2846 -"223252",87048,43518,3,989,2680 -"223253",87048,44521,3,989,1593 -"223254",87048,46629,3,989,2255 -"223255",87048,47772,3,989,2293 -"223256",87048,50118,3,989,2654 -"223257",87048,50236,3,989,2339 -"223258",87048,51783,3,989,2599 -"223259",87048,52136,3,989,1412 -"223260",87048,52345,2,989,1430 -"223261",87048,53303,3,989,1376 -"223262",87048,54551,3,989,2348 -"223263",87048,55468,3,989,2511 -"223264",87048,56082,3,989,2395 -"223265",87048,56237,3,989,2625 -"223266",87048,56317,3,989,2030 -"223267",87048,57246,3,989,1873 -"223268",87048,58508,3,989,2326 -"223269",87048,61982,3,989,2725 -"223270",87048,70217,3,989,2332 -"223271",87048,71342,3,989,1289 -"223272",87048,72207,3,989,2430 -"223273",87048,72326,3,989,2384 -"223274",87048,72956,3,989,1251 -"223275",87048,75403,3,989,1895 -"223276",87048,76284,2,989,1237 -"223277",87048,79322,3,989,2770 -"223278",87048,79804,3,989,2227 -"223279",87048,81588,3,989,1568 -"223280",87048,82949,3,989,2077 -"223281",87048,85138,3,989,1685 -"223282",87048,85685,3,989,998 -"223283",87048,98781,3,989,1410 -"223284",87048,101797,3,989,2357 -"223285",87048,111971,1,989,1032 -"223286",87048,121415,2,989,1455 -"223287",87074,1224,1,1666,2435 -"223288",87074,9030,2,1666,1979 -"223289",87074,23751,2,1666,1740 -"223290",87074,27478,3,1666,2485 -"223291",87074,34693,3,1666,1938 -"223292",87118,82949,3,1232,2077 -"223293",87135,1321,3,412,2075 -"223294",87135,1676,3,412,1198 -"223295",87135,4889,3,412,1501 -"223296",87135,7078,3,412,2344 -"223297",87135,14072,3,412,1346 -"223298",87135,14972,2,412,2332 -"223299",87135,17381,3,412,1697 -"223300",87135,19528,2,412,2742 -"223301",87135,24756,3,412,2530 -"223302",87135,26608,3,412,2329 -"223303",87135,32939,3,412,2277 -"223304",87135,33588,3,412,1040 -"223305",87135,37934,3,412,1595 -"223306",87135,44720,3,412,1202 -"223307",87135,44759,3,412,2419 -"223308",87135,48548,3,412,826 -"223309",87135,54715,3,412,499 -"223310",87135,57804,3,412,2214 -"223311",87135,71971,3,412,1294 -"223312",87142,341,3,591,2689 -"223313",87142,364,3,591,2351 -"223314",87142,1314,2,591,1522 -"223315",87142,1349,2,591,1147 -"223316",87142,1519,2,591,2349 -"223317",87142,1700,3,591,613 -"223318",87142,1846,3,591,1845 -"223319",87142,2452,3,591,1715 -"223320",87142,2668,3,591,1529 -"223321",87142,2852,3,591,2448 -"223322",87142,3144,3,591,869 -"223323",87142,3493,2,591,2451 -"223324",87142,4001,3,591,1687 -"223325",87142,4526,2,591,1728 -"223326",87142,4660,3,591,2149 -"223327",87142,4665,2,591,1569 -"223328",87142,5615,3,591,1105 -"223329",87142,5683,3,591,2468 -"223330",87142,5897,3,591,2337 -"223331",87142,7684,3,591,790 -"223332",87142,7785,3,591,2441 -"223333",87142,9785,3,591,2951 -"223334",87142,10457,3,591,1711 -"223335",87142,12067,3,591,1213 -"223336",87142,12361,2,591,2732 -"223337",87142,12639,3,591,1141 -"223338",87142,12897,3,591,1351 -"223339",87142,14287,3,591,1583 -"223340",87142,15159,3,591,756 -"223341",87142,15443,3,591,1631 -"223342",87142,15535,3,591,891 -"223343",87142,15826,3,591,2772 -"223344",87142,17033,3,591,2771 -"223345",87142,17351,3,591,2036 -"223346",87142,18005,3,591,2449 -"223347",87142,18122,3,591,894 -"223348",87142,18421,3,591,2457 -"223349",87142,18672,3,591,1182 -"223350",87142,19655,2,591,2706 -"223351",87142,20331,3,591,2365 -"223352",87142,20395,3,591,1468 -"223353",87142,20941,3,591,2725 -"223354",87142,20984,3,591,2502 -"223355",87142,21207,3,591,1258 -"223356",87142,21383,2,591,971 -"223357",87142,21593,3,591,1312 -"223358",87142,22244,3,591,2139 -"223359",87142,23966,2,591,891 -"223360",87142,25330,3,591,2370 -"223361",87142,25378,3,591,1245 -"223362",87142,27686,3,591,2844 -"223363",87142,28970,3,591,2111 -"223364",87142,29267,3,591,1234 -"223365",87142,29473,3,591,2602 -"223366",87142,29818,3,591,1677 -"223367",87142,30034,2,591,2357 -"223368",87142,31335,2,591,2351 -"223369",87142,31866,2,591,2101 -"223370",87142,32479,3,591,969 -"223371",87142,32560,3,591,1258 -"223372",87142,33341,3,591,2338 -"223373",87142,34216,3,591,2832 -"223374",87142,36278,3,591,2952 -"223375",87142,36737,3,591,829 -"223376",87142,37424,3,591,1693 -"223377",87142,38087,3,591,1083 -"223378",87142,38513,3,591,914 -"223379",87142,38691,3,591,2585 -"223380",87142,38915,3,591,746 -"223381",87142,38938,3,591,1593 -"223382",87142,39062,3,591,2020 -"223383",87142,41581,3,591,1692 -"223384",87142,43673,3,591,2787 -"223385",87142,44749,3,591,1303 -"223386",87142,46043,3,591,1358 -"223387",87142,46982,3,591,2806 -"223388",87142,47013,3,591,2388 -"223389",87142,50335,3,591,1893 -"223390",87142,50630,3,591,2615 -"223391",87142,51144,2,591,2466 -"223392",87142,52136,3,591,1412 -"223393",87142,52483,3,591,2317 -"223394",87142,54313,3,591,1645 -"223395",87142,54523,3,591,1935 -"223396",87142,54775,3,591,2383 -"223397",87142,57180,2,591,2703 -"223398",87142,60808,3,591,1258 -"223399",87142,62626,3,591,2787 -"223400",87142,63077,3,591,2778 -"223401",87142,63641,3,591,2337 -"223402",87142,64156,3,591,675 -"223403",87142,66717,3,591,2104 -"223404",87142,66978,3,591,1536 -"223405",87142,68539,3,591,1158 -"223406",87142,69545,3,591,673 -"223407",87142,70583,2,591,2615 -"223408",87142,72535,3,591,1191 -"223409",87142,72632,2,591,1289 -"223410",87142,73107,3,591,1918 -"223411",87142,73245,3,591,802 -"223412",87142,78138,3,591,1601 -"223413",87142,80728,3,591,599 -"223414",87142,85198,2,591,1794 -"223415",87142,85869,3,591,1509 -"223416",87142,87907,3,591,1173 -"223417",87142,90065,1,591,1418 -"223418",87142,96007,3,591,895 -"223419",87142,96310,3,591,1016 -"223420",87142,96706,3,591,1597 -"223421",87142,96715,3,591,1792 -"223422",87142,99298,3,591,679 -"223423",87142,105757,3,591,806 -"223424",87142,106240,3,591,705 -"223425",87142,111208,1,591,847 -"223426",87142,119524,3,591,1930 -"223427",87144,7847,3,2299,2424 -"223428",87144,9311,2,2299,2477 -"223429",87144,15626,3,2299,2434 -"223430",87144,20124,3,2299,2376 -"223431",87144,30906,3,2299,2537 -"223432",87144,33433,3,2299,2805 -"223433",87144,49696,3,2299,2444 -"223434",87144,55643,3,2299,2359 -"223435",87144,58993,3,2299,2390 -"223436",87144,59113,3,2299,2434 -"223437",87144,79627,3,2299,2409 -"223438",87148,2269,3,397,984 -"223439",87148,3716,3,397,1679 -"223440",87148,4791,3,397,1184 -"223441",87148,6047,3,397,2004 -"223442",87148,6366,3,397,798 -"223443",87148,6417,3,397,1675 -"223444",87148,9654,3,397,2111 -"223445",87148,10513,3,397,2284 -"223446",87148,11540,2,397,1237 -"223447",87148,11576,2,397,808 -"223448",87148,15872,2,397,1551 -"223449",87148,16120,2,397,1237 -"223450",87148,16826,3,397,2599 -"223451",87148,20975,3,397,1305 -"223452",87148,20988,3,397,455 -"223453",87148,21138,2,397,2849 -"223454",87148,22141,3,397,2348 -"223455",87148,22639,3,397,2352 -"223456",87148,30906,3,397,2537 -"223457",87148,32017,3,397,577 -"223458",87148,33981,3,397,1993 -"223459",87148,36714,3,397,2209 -"223460",87148,40493,3,397,1981 -"223461",87148,41174,3,397,850 -"223462",87148,47248,3,397,2883 -"223463",87148,47715,3,397,2111 -"223464",87148,50124,3,397,1209 -"223465",87148,50179,3,397,2230 -"223466",87148,51017,2,397,2073 -"223467",87148,51035,3,397,2397 -"223468",87148,63547,3,397,1023 -"223469",87148,74681,3,397,837 -"223470",87148,74731,2,397,853 -"223471",87148,79436,3,397,1344 -"223472",87148,84022,3,397,2289 -"223473",87148,87692,2,397,775 -"223474",87148,89047,3,397,877 -"223475",87148,90802,2,397,877 -"223476",87148,97928,3,397,2416 -"223477",87148,99444,3,397,408 -"223478",87148,101395,1,397,891 -"223479",87148,104084,2,397,579 -"223480",87148,114865,1,397,544 -"223481",87168,135,2,85,2233 -"223482",87168,270,3,85,2542 -"223483",87168,312,3,85,2038 -"223484",87168,380,3,85,2261 -"223485",87168,455,3,85,2827 -"223486",87168,600,3,85,1702 -"223487",87168,1044,2,85,880 -"223488",87168,1102,3,85,2282 -"223489",87168,2322,3,85,1645 -"223490",87168,2424,2,85,2582 -"223491",87168,2533,3,85,2016 -"223492",87168,3305,3,85,2839 -"223493",87168,4084,3,85,2133 -"223494",87168,4191,3,85,2130 -"223495",87168,4790,2,85,1025 -"223496",87168,4791,3,85,1184 -"223497",87168,5296,2,85,820 -"223498",87168,5429,3,85,1991 -"223499",87168,6044,3,85,2744 -"223500",87168,6052,3,85,1985 -"223501",87168,6296,3,85,148 -"223502",87168,6363,3,85,2066 -"223503",87168,6588,3,85,2025 -"223504",87168,7245,3,85,2089 -"223505",87168,9311,3,85,2477 -"223506",87168,10857,3,85,2253 -"223507",87168,11006,3,85,1950 -"223508",87168,11218,3,85,2292 -"223509",87168,11440,3,85,2026 -"223510",87168,12863,2,85,2027 -"223511",87168,14656,2,85,584 -"223512",87168,14678,3,85,799 -"223513",87168,15379,3,85,1231 -"223514",87168,15813,3,85,2143 -"223515",87168,16201,3,85,1811 -"223516",87168,16432,3,85,2664 -"223517",87168,16940,3,85,1290 -"223518",87168,17931,3,85,1617 -"223519",87168,18707,3,85,1143 -"223520",87168,19248,2,85,2357 -"223521",87168,19719,2,85,2177 -"223522",87168,20124,3,85,2376 -"223523",87168,21197,3,85,1437 -"223524",87168,21198,2,85,935 -"223525",87168,21285,3,85,2100 -"223526",87168,22277,3,85,2424 -"223527",87168,22282,3,85,1418 -"223528",87168,23450,3,85,967 -"223529",87168,23705,3,85,2699 -"223530",87168,23729,3,85,1624 -"223531",87168,23918,3,85,1881 -"223532",87168,25129,3,85,2647 -"223533",87168,25198,3,85,1982 -"223534",87168,25289,3,85,1790 -"223535",87168,25341,3,85,1858 -"223536",87168,25577,3,85,1946 -"223537",87168,25595,3,85,768 -"223538",87168,26322,3,85,1018 -"223539",87168,26471,3,85,1061 -"223540",87168,26749,3,85,2965 -"223541",87168,27390,3,85,2425 -"223542",87168,27694,3,85,2030 -"223543",87168,27837,3,85,1315 -"223544",87168,29124,3,85,199 -"223545",87168,29170,3,85,1846 -"223546",87168,29705,2,85,607 -"223547",87168,29917,3,85,1962 -"223548",87168,30052,3,85,2855 -"223549",87168,31050,2,85,1491 -"223550",87168,32017,3,85,577 -"223551",87168,32601,2,85,1033 -"223552",87168,34160,3,85,1759 -"223553",87168,34836,3,85,2302 -"223554",87168,34920,3,85,563 -"223555",87168,35095,3,85,1502 -"223556",87168,35302,3,85,1589 -"223557",87168,35673,3,85,1067 -"223558",87168,38019,2,85,1870 -"223559",87168,39238,3,85,922 -"223560",87168,41315,3,85,439 -"223561",87168,41739,2,85,1339 -"223562",87168,43051,3,85,904 -"223563",87168,43385,3,85,1623 -"223564",87168,43455,3,85,2846 -"223565",87168,44059,3,85,525 -"223566",87168,45633,3,85,2134 -"223567",87168,46312,3,85,163 -"223568",87168,46629,3,85,2255 -"223569",87168,46723,3,85,607 -"223570",87168,48414,2,85,1749 -"223571",87168,48605,3,85,2796 -"223572",87168,49084,3,85,168 -"223573",87168,49144,3,85,1542 -"223574",87168,49620,3,85,1868 -"223575",87168,50219,3,85,756 -"223576",87168,50685,1,85,2008 -"223577",87168,51022,3,85,1499 -"223578",87168,52058,3,85,1836 -"223579",87168,52136,3,85,1412 -"223580",87168,52570,3,85,2645 -"223581",87168,52576,2,85,2234 -"223582",87168,53196,2,85,1888 -"223583",87168,54158,3,85,1756 -"223584",87168,54551,3,85,2348 -"223585",87168,54980,2,85,876 -"223586",87168,55082,3,85,1856 -"223587",87168,55139,3,85,2323 -"223588",87168,55468,3,85,2511 -"223589",87168,56317,3,85,2030 -"223590",87168,57360,3,85,2429 -"223591",87168,57714,3,85,1391 -"223592",87168,58078,3,85,1252 -"223593",87168,58451,3,85,1939 -"223594",87168,58508,3,85,2326 -"223595",87168,60185,2,85,1206 -"223596",87168,61982,2,85,2725 -"223597",87168,62841,2,85,2710 -"223598",87168,64181,3,85,1828 -"223599",87168,65625,2,85,1273 -"223600",87168,66413,3,85,2507 -"223601",87168,66860,3,85,1548 -"223602",87168,67314,3,85,1051 -"223603",87168,68801,3,85,116 -"223604",87168,69498,3,85,931 -"223605",87168,70603,3,85,1002 -"223606",87168,71342,3,85,1289 -"223607",87168,72956,3,85,1251 -"223608",87168,75870,3,85,193 -"223609",87168,75948,3,85,1006 -"223610",87168,76127,3,85,910 -"223611",87168,76603,3,85,1300 -"223612",87168,76892,3,85,2381 -"223613",87168,79322,3,85,2770 -"223614",87168,82949,3,85,2077 -"223615",87168,90573,3,85,878 -"223616",87168,91571,3,85,923 -"223617",87168,92220,3,85,607 -"223618",87168,92508,3,85,1374 -"223619",87168,99444,3,85,408 -"223620",87168,105063,3,85,1908 -"223621",87168,105602,3,85,434 -"223622",87168,105947,2,85,997 -"223623",87168,109510,2,85,621 -"223624",87190,1685,3,1704,2230 -"223625",87190,1785,3,1704,2350 -"223626",87190,5937,3,1704,2392 -"223627",87190,6020,3,1704,1864 -"223628",87190,6621,3,1704,2478 -"223629",87190,18821,3,1704,2075 -"223630",87190,22744,2,1704,1907 -"223631",87190,26698,3,1704,1963 -"223632",87190,28970,3,1704,2111 -"223633",87190,31794,3,1704,1919 -"223634",87190,85638,3,1704,2275 -"223635",87198,1386,3,1462,1901 -"223636",87198,3695,2,1462,2612 -"223637",87198,7078,3,1462,2344 -"223638",87198,7394,3,1462,2615 -"223639",87198,9030,3,1462,1979 -"223640",87198,15343,2,1462,2125 -"223641",87198,17967,3,1462,2125 -"223642",87198,18151,3,1462,2962 -"223643",87198,21092,3,1462,1643 -"223644",87198,21417,2,1462,2422 -"223645",87198,21795,3,1462,2653 -"223646",87198,24511,3,1462,1871 -"223647",87198,24608,3,1462,1630 -"223648",87198,26865,3,1462,2726 -"223649",87198,29791,3,1462,1986 -"223650",87198,34311,3,1462,2213 -"223651",87198,34327,3,1462,2959 -"223652",87198,34693,3,1462,1938 -"223653",87198,36950,3,1462,2204 -"223654",87198,40572,3,1462,2666 -"223655",87198,42618,3,1462,2316 -"223656",87198,45664,3,1462,2235 -"223657",87198,45729,3,1462,2606 -"223658",87198,46486,3,1462,1868 -"223659",87198,53739,3,1462,2704 -"223660",87198,55828,3,1462,2393 -"223661",87198,59522,3,1462,1516 -"223662",87198,70046,3,1462,2624 -"223663",87198,73266,3,1462,2496 -"223664",87198,77057,3,1462,1866 -"223665",87198,77095,3,1462,1622 -"223666",87198,80655,3,1462,1546 -"223667",87198,90501,3,1462,2380 -"223668",87206,2120,3,1122,1133 -"223669",87206,8604,3,1122,2799 -"223670",87206,13065,3,1122,1561 -"223671",87206,15153,3,1122,1864 -"223672",87206,47839,3,1122,1864 -"223673",87206,49450,3,1122,1328 -"223674",87206,62957,3,1122,1170 -"223675",87206,63077,3,1122,2778 -"223676",87206,80506,2,1122,1920 -"223677",87206,92860,3,1122,1643 -"223678",87230,23312,3,1657,2449 -"223679",87230,33949,3,1657,2489 -"223680",87269,341,3,847,2689 -"223681",87269,841,3,847,2964 -"223682",87269,15078,3,847,1033 -"223683",87269,20662,3,847,1523 -"223684",87269,23692,3,847,1540 -"223685",87269,27882,2,847,1897 -"223686",87269,28446,3,847,917 -"223687",87269,32778,3,847,2310 -"223688",87269,32920,2,847,2158 -"223689",87269,35797,3,847,2482 -"223690",87269,36487,3,847,2622 -"223691",87269,39418,3,847,1978 -"223692",87269,39589,3,847,1292 -"223693",87269,40954,3,847,2603 -"223694",87269,41250,3,847,1703 -"223695",87269,41694,3,847,2358 -"223696",87269,43961,1,847,2443 -"223697",87269,44074,3,847,1299 -"223698",87269,47375,1,847,2043 -"223699",87269,49414,2,847,1667 -"223700",87269,56755,2,847,2158 -"223701",87269,60258,3,847,2405 -"223702",87269,64967,3,847,2872 -"223703",87269,66994,3,847,1865 -"223704",87269,87011,2,847,1592 -"223705",87269,89538,3,847,1847 -"223706",87269,90745,3,847,1994 -"223707",87270,566,2,913,2698 -"223708",87270,6824,1,913,2680 -"223709",87270,9861,3,913,2680 -"223710",87270,10638,2,913,2692 -"223711",87270,11381,3,913,1638 -"223712",87270,11506,3,913,2824 -"223713",87270,16594,2,913,1755 -"223714",87270,18943,3,913,2861 -"223715",87270,46951,3,913,2429 -"223716",87270,56338,3,913,1818 -"223717",87270,66911,3,913,1920 -"223718",87270,85778,3,913,1040 -"223719",87273,1708,3,51,1591 -"223720",87273,2282,3,51,2056 -"223721",87273,2506,3,51,954 -"223722",87273,2647,3,51,2450 -"223723",87273,2927,3,51,1789 -"223724",87273,4180,3,51,1817 -"223725",87273,6345,3,51,2713 -"223726",87273,6480,3,51,1678 -"223727",87273,7253,3,51,2686 -"223728",87273,7254,3,51,1849 -"223729",87273,7604,3,51,1366 -"223730",87273,8006,3,51,479 -"223731",87273,9724,3,51,2713 -"223732",87273,10701,2,51,2000 -"223733",87273,10990,3,51,805 -"223734",87273,11858,2,51,1530 -"223735",87273,13595,3,51,1164 -"223736",87273,14212,2,51,857 -"223737",87273,14761,3,51,2502 -"223738",87273,15146,3,51,1546 -"223739",87273,16538,3,51,704 -"223740",87273,16963,3,51,1999 -"223741",87273,17499,2,51,2954 -"223742",87273,17531,2,51,876 -"223743",87273,17695,3,51,1930 -"223744",87273,19366,3,51,2279 -"223745",87273,19509,3,51,2000 -"223746",87273,21044,3,51,1574 -"223747",87273,22357,3,51,1397 -"223748",87273,22462,3,51,869 -"223749",87273,22980,3,51,158 -"223750",87273,24252,3,51,639 -"223751",87273,26597,3,51,2070 -"223752",87273,27458,3,51,647 -"223753",87273,28648,3,51,1586 -"223754",87273,32169,3,51,2504 -"223755",87273,32350,3,51,1540 -"223756",87273,32395,3,51,2735 -"223757",87273,33451,3,51,1957 -"223758",87273,34953,3,51,1817 -"223759",87273,36399,3,51,1357 -"223760",87273,36840,3,51,2269 -"223761",87273,37684,3,51,2899 -"223762",87273,38422,3,51,1019 -"223763",87273,42390,3,51,2937 -"223764",87273,43543,3,51,1457 -"223765",87273,43701,1,51,2400 -"223766",87273,47607,3,51,2724 -"223767",87273,47860,3,51,789 -"223768",87273,48419,2,51,1134 -"223769",87273,49708,3,51,1147 -"223770",87273,50468,3,51,1659 -"223771",87273,52380,3,51,2686 -"223772",87273,53652,3,51,2899 -"223773",87273,54316,3,51,1202 -"223774",87273,54452,3,51,60 -"223775",87273,56873,3,51,1421 -"223776",87273,58086,3,51,1667 -"223777",87273,63631,3,51,763 -"223778",87273,65375,3,51,824 -"223779",87273,71895,3,51,1327 -"223780",87273,76450,3,51,1077 -"223781",87273,76814,1,51,926 -"223782",87273,80454,2,51,423 -"223783",87273,82312,3,51,340 -"223784",87273,84181,3,51,1272 -"223785",87273,89135,3,51,116 -"223786",87273,103357,3,51,423 -"223787",87273,112140,3,51,252 -"223788",87273,117190,3,51,425 -"223789",87294,71467,3,592,1051 -"223790",87294,87289,1,592,1279 -"223791",87335,71350,2,499,1570 -"223792",87396,1785,3,407,2350 -"223793",87396,3360,3,407,1583 -"223794",87396,8896,1,407,1139 -"223795",87396,18820,2,407,453 -"223796",87396,18821,3,407,2075 -"223797",87396,19048,2,407,2180 -"223798",87396,24044,3,407,1076 -"223799",87396,33460,3,407,2781 -"223800",87396,39507,3,407,793 -"223801",87396,43768,3,407,1468 -"223802",87396,90610,3,407,418 -"223803",87396,103710,3,407,439 -"223804",87430,14463,3,1038,1256 -"223805",87430,68831,3,1038,1446 -"223806",87430,81269,3,1038,1570 -"223807",87430,86978,3,1038,2733 -"223808",87430,94138,2,1038,1939 -"223809",87436,680,3,1262,2569 -"223810",87436,3978,3,1262,2775 -"223811",87436,12759,3,1262,2414 -"223812",87436,18381,3,1262,1524 -"223813",87436,25373,3,1262,2783 -"223814",87436,37636,3,1262,2178 -"223815",87436,41723,3,1262,2101 -"223816",87436,50585,3,1262,2414 -"223817",87471,4791,3,712,1184 -"223818",87471,9702,3,712,1928 -"223819",87471,14463,3,712,1256 -"223820",87471,22207,3,712,2365 -"223821",87471,34327,3,712,2959 -"223822",87471,68831,3,712,1446 -"223823",87471,81269,3,712,1570 -"223824",87471,86978,3,712,2733 -"223825",87471,87430,1,712,1038 -"223826",87471,91348,3,712,901 -"223827",87471,94138,2,712,1939 -"223828",87471,95846,3,712,1324 -"223829",87508,28094,3,717,1423 -"223830",87508,32549,3,717,2111 -"223831",87508,35980,2,717,2657 -"223832",87508,38938,3,717,1593 -"223833",87508,53223,3,717,2690 -"223834",87509,16866,3,1907,2718 -"223835",87509,18865,3,1907,2676 -"223836",87509,38602,3,1907,2693 -"223837",87509,63395,3,1907,2334 -"223838",87509,72728,3,1907,2234 -"223839",87519,5785,3,595,1261 -"223840",87519,30883,3,595,1629 -"223841",87519,50487,2,595,744 -"223842",87519,51616,3,595,761 -"223843",87519,54522,3,595,699 -"223844",87603,206,3,535,1986 -"223845",87603,555,3,535,552 -"223846",87603,1036,3,535,1367 -"223847",87603,1050,1,535,1185 -"223848",87603,1092,3,535,1945 -"223849",87603,3306,3,535,1989 -"223850",87603,4763,3,535,1960 -"223851",87603,5315,3,535,2631 -"223852",87603,5429,3,535,1991 -"223853",87603,6030,3,535,2953 -"223854",87603,6047,3,535,2004 -"223855",87603,6218,3,535,702 -"223856",87603,7847,3,535,2424 -"223857",87603,9391,3,535,1252 -"223858",87603,10148,3,535,2964 -"223859",87603,10358,3,535,2294 -"223860",87603,10779,3,535,2881 -"223861",87603,11055,3,535,2111 -"223862",87603,12310,3,535,1337 -"223863",87603,12778,3,535,2045 -"223864",87603,14032,3,535,2144 -"223865",87603,14080,3,535,1351 -"223866",87603,15576,3,535,2204 -"223867",87603,15632,3,535,1242 -"223868",87603,15808,3,535,1521 -"223869",87603,17493,3,535,561 -"223870",87603,18639,2,535,990 -"223871",87603,21401,3,535,1440 -"223872",87603,22165,3,535,1501 -"223873",87603,22586,3,535,1341 -"223874",87603,23310,3,535,2371 -"223875",87603,23508,3,535,1907 -"223876",87603,25443,3,535,1441 -"223877",87603,29930,3,535,2240 -"223878",87603,31279,3,535,965 -"223879",87603,34648,3,535,1596 -"223880",87603,38523,2,535,549 -"223881",87603,40369,3,535,2735 -"223882",87603,40487,3,535,2512 -"223883",87603,40893,3,535,1116 -"223884",87603,41278,3,535,1873 -"223885",87603,41955,3,535,2479 -"223886",87603,42474,3,535,2322 -"223887",87603,44636,3,535,1026 -"223888",87603,44648,3,535,619 -"223889",87603,45186,2,535,835 -"223890",87603,46283,3,535,1184 -"223891",87603,53134,3,535,1590 -"223892",87603,55185,2,535,922 -"223893",87603,56143,2,535,766 -"223894",87603,62488,2,535,1418 -"223895",87603,67788,2,535,837 -"223896",87603,68024,3,535,1531 -"223897",87603,76564,3,535,996 -"223898",87603,77001,3,535,1440 -"223899",87603,83526,3,535,1235 -"223900",87603,92817,3,535,569 -"223901",87603,99279,3,535,611 -"223902",87603,100140,3,535,1041 -"223903",87603,105975,3,535,1939 -"223904",87624,1195,3,570,1322 -"223905",87624,3403,3,570,2951 -"223906",87624,3405,3,570,2438 -"223907",87624,5897,3,570,2337 -"223908",87624,9063,3,570,2000 -"223909",87624,15094,2,570,978 -"223910",87624,34334,3,570,1637 -"223911",87624,40715,2,570,2258 -"223912",87624,47559,1,570,1826 -"223913",87624,58233,3,570,1665 -"223914",87638,180,3,1114,1593 -"223915",87638,669,3,1114,1423 -"223916",87638,762,3,1114,2671 -"223917",87638,4863,3,1114,1961 -"223918",87638,6162,3,1114,1673 -"223919",87638,8060,3,1114,1883 -"223920",87638,10859,3,1114,2231 -"223921",87638,14072,3,1114,1346 -"223922",87638,14972,3,1114,2332 -"223923",87638,17381,2,1114,1697 -"223924",87638,18874,3,1114,2170 -"223925",87638,21448,3,1114,2332 -"223926",87638,35888,2,1114,2291 -"223927",87638,49560,2,1114,1679 -"223928",87638,64502,3,1114,1670 -"223929",87638,108621,3,1114,1163 -"223930",87692,380,3,775,2261 -"223931",87692,1044,3,775,880 -"223932",87692,1102,3,775,2282 -"223933",87692,1127,3,775,1188 -"223934",87692,1130,3,775,1566 -"223935",87692,1875,3,775,1786 -"223936",87692,2269,2,775,984 -"223937",87692,2325,3,775,1641 -"223938",87692,2424,3,775,2582 -"223939",87692,2572,3,775,2273 -"223940",87692,2754,3,775,1360 -"223941",87692,2864,3,775,1543 -"223942",87692,3716,2,775,1679 -"223943",87692,3777,3,775,1798 -"223944",87692,3801,3,775,1974 -"223945",87692,3886,3,775,1669 -"223946",87692,3961,3,775,2426 -"223947",87692,3966,3,775,2425 -"223948",87692,4690,3,775,1938 -"223949",87692,5041,3,775,2371 -"223950",87692,5315,3,775,2631 -"223951",87692,5716,3,775,1058 -"223952",87692,5984,3,775,1675 -"223953",87692,5986,3,775,1721 -"223954",87692,6044,3,775,2744 -"223955",87692,6047,2,775,2004 -"223956",87692,6052,3,775,1985 -"223957",87692,6074,3,775,2426 -"223958",87692,6366,2,775,798 -"223959",87692,6417,2,775,1675 -"223960",87692,7406,3,775,1906 -"223961",87692,7861,3,775,1647 -"223962",87692,8513,3,775,875 -"223963",87692,8621,3,775,1681 -"223964",87692,9364,3,775,1698 -"223965",87692,9474,3,775,864 -"223966",87692,10358,3,775,2294 -"223967",87692,10513,2,775,2284 -"223968",87692,10717,3,775,1938 -"223969",87692,11218,3,775,2292 -"223970",87692,11540,1,775,1237 -"223971",87692,11576,1,775,808 -"223972",87692,12042,3,775,2345 -"223973",87692,12602,3,775,1956 -"223974",87692,12724,3,775,1930 -"223975",87692,13967,3,775,1354 -"223976",87692,14032,3,775,2144 -"223977",87692,14834,3,775,2739 -"223978",87692,14855,3,775,903 -"223979",87692,15309,3,775,2820 -"223980",87692,15626,3,775,2434 -"223981",87692,15872,2,775,1551 -"223982",87692,16053,3,775,908 -"223983",87692,16120,2,775,1237 -"223984",87692,16164,3,775,1184 -"223985",87692,16332,3,775,2668 -"223986",87692,16352,3,775,2657 -"223987",87692,16826,3,775,2599 -"223988",87692,17396,3,775,1672 -"223989",87692,17819,3,775,2291 -"223990",87692,17943,3,775,1943 -"223991",87692,17997,3,775,1621 -"223992",87692,18874,3,775,2170 -"223993",87692,19027,3,775,2721 -"223994",87692,19637,3,775,1229 -"223995",87692,19719,3,775,2177 -"223996",87692,20067,3,775,2390 -"223997",87692,20124,3,775,2376 -"223998",87692,20975,2,775,1305 -"223999",87692,21138,1,775,2849 -"224000",87692,21198,3,775,935 -"224001",87692,21682,3,775,2414 -"224002",87692,21693,3,775,2176 -"224003",87692,21706,3,775,1988 -"224004",87692,21929,3,775,2062 -"224005",87692,22141,2,775,2348 -"224006",87692,22282,3,775,1418 -"224007",87692,22326,3,775,2818 -"224008",87692,22362,3,775,1836 -"224009",87692,22639,3,775,2352 -"224010",87692,23159,3,775,1548 -"224011",87692,23869,3,775,1918 -"224012",87692,24146,3,775,2003 -"224013",87692,25443,3,775,1441 -"224014",87692,25680,3,775,1618 -"224015",87692,26080,3,775,2525 -"224016",87692,26282,3,775,1241 -"224017",87692,26749,3,775,2965 -"224018",87692,28002,3,775,914 -"224019",87692,28015,3,775,1624 -"224020",87692,29314,3,775,2736 -"224021",87692,29930,3,775,2240 -"224022",87692,30981,3,775,2366 -"224023",87692,33801,3,775,2899 -"224024",87692,34509,3,775,1973 -"224025",87692,34735,3,775,2767 -"224026",87692,35529,3,775,1620 -"224027",87692,36962,3,775,2861 -"224028",87692,37333,3,775,1612 -"224029",87692,38019,3,775,1870 -"224030",87692,38055,3,775,1089 -"224031",87692,39238,3,775,922 -"224032",87692,39746,3,775,1361 -"224033",87692,40432,3,775,1956 -"224034",87692,41972,3,775,2509 -"224035",87692,42129,3,775,2318 -"224036",87692,42216,3,775,2722 -"224037",87692,42747,3,775,1189 -"224038",87692,43112,3,775,2564 -"224039",87692,43173,3,775,2895 -"224040",87692,44160,3,775,859 -"224041",87692,45302,3,775,2390 -"224042",87692,46091,3,775,1938 -"224043",87692,46111,3,775,871 -"224044",87692,47248,2,775,2883 -"224045",87692,47386,3,775,2226 -"224046",87692,47715,2,775,2111 -"224047",87692,49512,3,775,1302 -"224048",87692,50124,2,775,1209 -"224049",87692,51017,1,775,2073 -"224050",87692,51035,2,775,2397 -"224051",87692,51866,3,775,2411 -"224052",87692,52576,3,775,2234 -"224053",87692,53134,3,775,1590 -"224054",87692,53323,3,775,2677 -"224055",87692,53475,3,775,2853 -"224056",87692,54020,3,775,1578 -"224057",87692,54929,3,775,2783 -"224058",87692,55349,3,775,826 -"224059",87692,56317,3,775,2030 -"224060",87692,57977,3,775,2683 -"224061",87692,58508,3,775,2326 -"224062",87692,58596,2,775,936 -"224063",87692,60280,3,775,1918 -"224064",87692,62957,3,775,1170 -"224065",87692,63547,2,775,1023 -"224066",87692,64181,3,775,1828 -"224067",87692,66983,3,775,2397 -"224068",87692,68299,3,775,866 -"224069",87692,69712,3,775,1219 -"224070",87692,70269,3,775,2368 -"224071",87692,70605,3,775,1176 -"224072",87692,70681,3,775,866 -"224073",87692,70996,3,775,1037 -"224074",87692,71342,3,775,1289 -"224075",87692,72956,3,775,1251 -"224076",87692,74681,2,775,837 -"224077",87692,74731,1,775,853 -"224078",87692,76284,3,775,1237 -"224079",87692,80825,3,775,2315 -"224080",87692,81588,3,775,1568 -"224081",87692,82949,3,775,2077 -"224082",87692,84022,2,775,2289 -"224083",87692,85356,3,775,1492 -"224084",87692,89047,2,775,877 -"224085",87692,89097,3,775,935 -"224086",87692,90802,1,775,877 -"224087",87692,98384,3,775,1166 -"224088",87692,100140,3,775,1041 -"224089",87692,101395,1,775,891 -"224090",87692,119859,3,775,908 -"224091",87720,7984,3,2086,2493 -"224092",87720,9311,3,2086,2477 -"224093",87720,13388,3,2086,2119 -"224094",87720,20067,3,2086,2390 -"224095",87720,20732,3,2086,2401 -"224096",87720,23726,3,2086,2434 -"224097",87720,24756,3,2086,2530 -"224098",87720,26582,3,2086,2772 -"224099",87720,33801,3,2086,2899 -"224100",87720,43479,2,2086,2178 -"224101",87720,46803,3,2086,2305 -"224102",87720,50382,1,2086,2244 -"224103",87720,53475,3,2086,2853 -"224104",87733,1708,3,235,1591 -"224105",87733,3101,3,235,513 -"224106",87733,3158,3,235,2762 -"224107",87733,4634,3,235,2291 -"224108",87733,6295,3,235,856 -"224109",87733,8463,3,235,2466 -"224110",87733,9269,3,235,1892 -"224111",87733,9740,3,235,2233 -"224112",87733,9895,3,235,1960 -"224113",87733,9910,3,235,2526 -"224114",87733,9948,3,235,2019 -"224115",87733,12473,3,235,801 -"224116",87733,12632,2,235,1174 -"224117",87733,12914,3,235,1557 -"224118",87733,12966,3,235,2011 -"224119",87733,13551,3,235,1451 -"224120",87733,14957,3,235,2306 -"224121",87733,15782,3,235,2306 -"224122",87733,15926,3,235,545 -"224123",87733,16347,3,235,1868 -"224124",87733,16963,2,235,1999 -"224125",87733,20369,3,235,1356 -"224126",87733,20695,2,235,2526 -"224127",87733,24511,3,235,1871 -"224128",87733,25345,3,235,713 -"224129",87733,35542,3,235,1439 -"224130",87733,36950,3,235,2204 -"224131",87733,43725,3,235,935 -"224132",87733,44132,3,235,1999 -"224133",87733,46049,3,235,2102 -"224134",87733,47607,3,235,2724 -"224135",87733,49142,3,235,2289 -"224136",87733,49379,3,235,1573 -"224137",87733,51505,2,235,1572 -"224138",87733,52474,3,235,497 -"224139",87733,52654,3,235,588 -"224140",87733,53043,3,235,803 -"224141",87733,53584,3,235,2391 -"224142",87733,56364,3,235,1626 -"224143",87733,64803,3,235,841 -"224144",87733,76796,3,235,1140 -"224145",87733,77167,1,235,836 -"224146",87733,80807,3,235,1597 -"224147",87733,83122,3,235,1503 -"224148",87733,84235,3,235,1639 -"224149",87733,84591,3,235,1685 -"224150",87733,87915,3,235,1152 -"224151",87733,96332,3,235,1197 -"224152",87733,101381,3,235,977 -"224153",87733,107467,3,235,1524 -"224154",87733,122938,3,235,1023 -"224155",87800,8259,3,1206,1677 -"224156",87800,13285,3,1206,1577 -"224157",87800,14655,3,1206,2559 -"224158",87800,23121,3,1206,2108 -"224159",87800,36031,3,1206,2342 -"224160",87800,89681,3,1206,1978 -"224161",87837,1315,2,1987,2760 -"224162",87837,2208,3,1987,2814 -"224163",87837,2424,3,1987,2582 -"224164",87837,5072,3,1987,2175 -"224165",87837,5622,2,1987,2175 -"224166",87837,7234,3,1987,2654 -"224167",87837,7703,3,1987,2122 -"224168",87837,10857,3,1987,2253 -"224169",87837,11218,3,1987,2292 -"224170",87837,12518,3,1987,2747 -"224171",87837,13479,3,1987,2155 -"224172",87837,13801,3,1987,2041 -"224173",87837,14972,3,1987,2332 -"224174",87837,17400,3,1987,2231 -"224175",87837,19622,3,1987,2371 -"224176",87837,21285,3,1987,2100 -"224177",87837,23312,3,1987,2449 -"224178",87837,23725,3,1987,2378 -"224179",87837,27427,3,1987,2325 -"224180",87837,29295,3,1987,2043 -"224181",87837,35481,3,1987,2211 -"224182",87837,35514,3,1987,2346 -"224183",87837,35926,3,1987,2371 -"224184",87837,36031,3,1987,2342 -"224185",87837,36609,3,1987,2918 -"224186",87837,36637,3,1987,2085 -"224187",87837,42574,3,1987,2842 -"224188",87837,43213,3,1987,2160 -"224189",87837,45618,3,1987,2356 -"224190",87837,45684,3,1987,2200 -"224191",87837,47064,2,1987,1993 -"224192",87837,49608,3,1987,2184 -"224193",87837,54250,2,1987,2340 -"224194",87837,54551,3,1987,2348 -"224195",87837,56082,3,1987,2395 -"224196",87837,72207,3,1987,2430 -"224197",87837,76048,3,1987,2373 -"224198",87874,3716,3,1296,1679 -"224199",87874,30981,2,1296,2366 -"224200",87901,21044,2,849,1574 -"224201",87901,38697,3,849,2701 -"224202",87901,43768,3,849,1468 -"224203",87901,49708,2,849,1147 -"224204",87901,76295,3,849,1001 -"224205",87901,95998,1,849,1250 -"224206",87901,101381,3,849,977 -"224207",87904,2960,3,952,977 -"224208",87904,7738,3,952,1265 -"224209",87904,10215,2,952,2006 -"224210",87904,10352,3,952,1371 -"224211",87904,20162,3,952,2328 -"224212",87904,21479,3,952,2134 -"224213",87904,23268,2,952,2258 -"224214",87904,26524,3,952,982 -"224215",87904,41330,3,952,2720 -"224216",87904,50667,3,952,2719 -"224217",87904,50685,3,952,2008 -"224218",87904,55906,2,952,2851 -"224219",87904,61138,3,952,1188 -"224220",87904,62632,3,952,1320 -"224221",87904,63147,1,952,1477 -"224222",87904,79837,3,952,1252 -"224223",87904,82409,3,952,1881 -"224224",87904,91739,3,952,1689 -"224225",87904,92895,3,952,2339 -"224226",87907,160,3,1173,2007 -"224227",87907,900,3,1173,2726 -"224228",87907,1314,3,1173,1522 -"224229",87907,1519,3,1173,2349 -"224230",87907,1641,3,1173,1490 -"224231",87907,1846,2,1173,1845 -"224232",87907,2540,3,1173,1398 -"224233",87907,2747,3,1173,2411 -"224234",87907,2936,3,1173,2512 -"224235",87907,3493,2,1173,2451 -"224236",87907,3978,3,1173,2775 -"224237",87907,4303,3,1173,2414 -"224238",87907,4665,3,1173,1569 -"224239",87907,5897,3,1173,2337 -"224240",87907,6063,3,1173,2349 -"224241",87907,6989,3,1173,2623 -"224242",87907,7337,3,1173,1797 -"224243",87907,9484,3,1173,1429 -"224244",87907,9503,3,1173,2453 -"224245",87907,9787,3,1173,2858 -"224246",87907,9801,3,1173,2443 -"224247",87907,10739,3,1173,1807 -"224248",87907,11424,3,1173,1631 -"224249",87907,11588,3,1173,2352 -"224250",87907,11648,3,1173,2852 -"224251",87907,12361,3,1173,2732 -"224252",87907,13079,3,1173,2547 -"224253",87907,14287,3,1173,1583 -"224254",87907,14817,3,1173,2110 -"224255",87907,15095,2,1173,2001 -"224256",87907,16501,3,1173,1650 -"224257",87907,17456,3,1173,1300 -"224258",87907,18005,3,1173,2449 -"224259",87907,18672,2,1173,1182 -"224260",87907,19587,3,1173,1684 -"224261",87907,19655,3,1173,2706 -"224262",87907,20220,3,1173,1656 -"224263",87907,20662,3,1173,1523 -"224264",87907,20941,3,1173,2725 -"224265",87907,22244,1,1173,2139 -"224266",87907,22586,3,1173,1341 -"224267",87907,23015,3,1173,1362 -"224268",87907,23131,2,1173,1732 -"224269",87907,23206,3,1173,2805 -"224270",87907,24069,3,1173,2697 -"224271",87907,27742,3,1173,2700 -"224272",87907,28116,3,1173,1643 -"224273",87907,28837,3,1173,2286 -"224274",87907,28869,3,1173,2425 -"224275",87907,30034,3,1173,2357 -"224276",87907,30525,2,1173,1964 -"224277",87907,31335,2,1173,2351 -"224278",87907,31866,1,1173,2101 -"224279",87907,36346,3,1173,1240 -"224280",87907,39418,3,1173,1978 -"224281",87907,39443,3,1173,2277 -"224282",87907,39875,3,1173,2422 -"224283",87907,41023,3,1173,2408 -"224284",87907,41250,3,1173,1703 -"224285",87907,46486,3,1173,1868 -"224286",87907,46982,3,1173,2806 -"224287",87907,50229,3,1173,1190 -"224288",87907,50585,3,1173,2414 -"224289",87907,50630,3,1173,2615 -"224290",87907,51144,3,1173,2466 -"224291",87907,52136,3,1173,1412 -"224292",87907,54313,3,1173,1645 -"224293",87907,58501,3,1173,2613 -"224294",87907,61125,3,1173,1673 -"224295",87907,66978,3,1173,1536 -"224296",87907,70583,2,1173,2615 -"224297",87907,72632,3,1173,1289 -"224298",87907,78138,3,1173,1601 -"224299",87907,85198,3,1173,1794 -"224300",87907,90065,3,1173,1418 -"224301",87907,91942,3,1173,2216 -"224302",87907,96706,3,1173,1597 -"224303",87907,96715,3,1173,1792 -"224304",87915,827,3,1152,2964 -"224305",87915,843,3,1152,2332 -"224306",87915,1624,3,1152,2687 -"224307",87915,1708,2,1152,1591 -"224308",87915,2443,3,1152,2333 -"224309",87915,2647,2,1152,2450 -"224310",87915,2927,3,1152,1789 -"224311",87915,3271,3,1152,2216 -"224312",87915,3506,3,1152,2364 -"224313",87915,6040,3,1152,2103 -"224314",87915,7123,3,1152,1964 -"224315",87915,7254,3,1152,1849 -"224316",87915,7604,1,1152,1366 -"224317",87915,9269,1,1152,1892 -"224318",87915,9272,3,1152,2835 -"224319",87915,9538,3,1152,1786 -"224320",87915,9740,3,1152,2233 -"224321",87915,9895,2,1152,1960 -"224322",87915,9910,2,1152,2526 -"224323",87915,9948,2,1152,2019 -"224324",87915,10610,3,1152,1427 -"224325",87915,11351,3,1152,2971 -"224326",87915,12632,3,1152,1174 -"224327",87915,12914,2,1152,1557 -"224328",87915,13551,3,1152,1451 -"224329",87915,14442,3,1152,2700 -"224330",87915,15813,3,1152,2143 -"224331",87915,16347,2,1152,1868 -"224332",87915,17925,3,1152,2385 -"224333",87915,20695,1,1152,2526 -"224334",87915,21044,3,1152,1574 -"224335",87915,26740,2,1152,2695 -"224336",87915,31357,3,1152,2389 -"224337",87915,32350,3,1152,1540 -"224338",87915,32966,3,1152,1583 -"224339",87915,34331,2,1152,1727 -"224340",87915,36399,3,1152,1357 -"224341",87915,38697,3,1152,2701 -"224342",87915,41075,3,1152,1176 -"224343",87915,42382,2,1152,2224 -"224344",87915,43226,3,1152,2442 -"224345",87915,43768,3,1152,1468 -"224346",87915,44744,2,1152,2032 -"224347",87915,45449,3,1152,1610 -"224348",87915,46616,2,1152,1917 -"224349",87915,47607,2,1152,2724 -"224350",87915,48110,3,1152,2009 -"224351",87915,48931,3,1152,2444 -"224352",87915,49379,2,1152,1573 -"224353",87915,50468,3,1152,1659 -"224354",87915,50678,3,1152,1366 -"224355",87915,51505,3,1152,1572 -"224356",87915,53020,2,1152,2747 -"224357",87915,53584,2,1152,2391 -"224358",87915,54385,3,1152,2340 -"224359",87915,55261,3,1152,1915 -"224360",87915,56168,3,1152,1466 -"224361",87915,56364,2,1152,1626 -"224362",87915,58508,3,1152,2326 -"224363",87915,64712,3,1152,1411 -"224364",87915,69335,3,1152,2698 -"224365",87915,69453,3,1152,2831 -"224366",87915,71895,3,1152,1327 -"224367",87915,78611,3,1152,1586 -"224368",87915,79874,3,1152,1570 -"224369",87915,80301,3,1152,1690 -"224370",87915,80801,2,1152,1250 -"224371",87915,82039,3,1152,1327 -"224372",87915,83334,3,1152,1708 -"224373",87915,84591,2,1152,1685 -"224374",87915,92630,3,1152,1583 -"224375",87915,95060,3,1152,1974 -"224376",87915,96387,3,1152,2159 -"224377",87915,101666,2,1152,1257 -"224378",87919,31700,3,462,2727 -"224379",87919,37937,3,462,1320 -"224380",87919,41953,3,462,945 -"224381",87919,70854,3,462,635 -"224382",87958,21,3,1234,1385 -"224383",87958,140,3,1234,2267 -"224384",87958,1756,3,1234,2231 -"224385",87958,2407,3,1234,1725 -"224386",87958,2540,3,1234,1398 -"224387",87958,3127,3,1234,2273 -"224388",87958,3477,3,1234,2546 -"224389",87958,3786,3,1234,2282 -"224390",87958,4001,2,1234,1687 -"224391",87958,4660,2,1234,2149 -"224392",87958,5839,3,1234,2301 -"224393",87958,6063,3,1234,2349 -"224394",87958,7254,3,1234,1849 -"224395",87958,7450,3,1234,2827 -"224396",87958,7942,3,1234,2623 -"224397",87958,8354,3,1234,1705 -"224398",87958,8865,3,1234,2394 -"224399",87958,9481,3,1234,1610 -"224400",87958,10473,3,1234,1783 -"224401",87958,10754,3,1234,1797 -"224402",87958,13808,3,1234,1356 -"224403",87958,13879,3,1234,2748 -"224404",87958,14817,2,1234,2110 -"224405",87958,15826,3,1234,2772 -"224406",87958,16866,3,1234,2718 -"224407",87958,18217,3,1234,1566 -"224408",87958,18865,3,1234,2676 -"224409",87958,19433,2,1234,2504 -"224410",87958,19718,3,1234,1702 -"224411",87958,20984,3,1234,2502 -"224412",87958,22578,3,1234,2216 -"224413",87958,26182,3,1234,2775 -"224414",87958,27686,3,1234,2844 -"224415",87958,27908,3,1234,2576 -"224416",87958,29286,3,1234,1612 -"224417",87958,29977,3,1234,2781 -"224418",87958,30486,2,1234,1269 -"224419",87958,31700,3,1234,2727 -"224420",87958,32202,3,1234,2314 -"224421",87958,33223,3,1234,2397 -"224422",87958,35903,3,1234,1434 -"224423",87958,36487,3,1234,2622 -"224424",87958,36953,3,1234,2790 -"224425",87958,37937,2,1234,1320 -"224426",87958,39062,1,1234,2020 -"224427",87958,39249,3,1234,1665 -"224428",87958,39534,3,1234,2410 -"224429",87958,40542,3,1234,1664 -"224430",87958,40572,3,1234,2666 -"224431",87958,42813,3,1234,2142 -"224432",87958,43673,3,1234,2787 -"224433",87958,46486,2,1234,1868 -"224434",87958,47595,2,1234,2374 -"224435",87958,50335,2,1234,1893 -"224436",87958,51200,3,1234,2245 -"224437",87958,51223,3,1234,2153 -"224438",87958,51774,2,1234,2459 -"224439",87958,52483,3,1234,2317 -"224440",87958,53254,3,1234,1612 -"224441",87958,55296,3,1234,2413 -"224442",87958,56569,3,1234,1993 -"224443",87958,58233,3,1234,1665 -"224444",87958,60966,3,1234,2734 -"224445",87958,63395,3,1234,2334 -"224446",87958,63641,2,1234,2337 -"224447",87958,66121,3,1234,1281 -"224448",87958,66717,2,1234,2104 -"224449",87958,70455,3,1234,1307 -"224450",87958,74134,3,1234,1566 -"224451",87958,81545,3,1234,2077 -"224452",87958,96706,3,1234,1597 -"224453",87958,107435,3,1234,1635 -"224454",87965,867,1,255,1264 -"224455",87965,2524,3,255,1708 -"224456",87965,4763,3,255,1960 -"224457",87965,9227,3,255,1267 -"224458",87965,13537,3,255,1020 -"224459",87965,16573,3,255,802 -"224460",87965,21681,3,255,2005 -"224461",87965,26957,2,255,987 -"224462",87965,34875,3,255,1544 -"224463",87965,41446,3,255,1103 -"224464",87965,44636,3,255,1026 -"224465",87965,51879,3,255,1771 -"224466",87965,56537,3,255,2409 -"224467",87965,62488,3,255,1418 -"224468",87965,82932,3,255,2245 -"224469",87965,95416,3,255,982 -"224470",88037,1034,2,606,1438 -"224471",88037,14918,3,606,2071 -"224472",88037,17351,3,606,2036 -"224473",88037,20419,3,606,1587 -"224474",88037,27642,3,606,1531 -"224475",88037,34120,3,606,2786 -"224476",88037,46042,3,606,1692 -"224477",88037,79364,3,606,834 -"224478",88037,101446,3,606,920 -"224479",88038,5511,2,594,2356 -"224480",88038,33407,1,594,2496 -"224481",88038,34984,3,594,2056 -"224482",88039,22180,2,1219,1835 -"224483",88039,32964,2,1219,2252 -"224484",88039,70714,2,1219,2030 -"224485",88048,21945,3,2734,2781 -"224486",88063,14,2,1045,1793 -"224487",88063,854,3,1045,2307 -"224488",88063,915,3,1045,1793 -"224489",88063,1767,3,1045,2727 -"224490",88063,2337,3,1045,1697 -"224491",88063,3068,1,1045,1815 -"224492",88063,3886,3,1045,1669 -"224493",88063,3980,3,1045,2771 -"224494",88063,4504,3,1045,1905 -"224495",88063,4784,3,1045,2511 -"224496",88063,6020,3,1045,1864 -"224497",88063,6996,3,1045,2916 -"224498",88063,11625,3,1045,2022 -"224499",88063,13158,3,1045,2667 -"224500",88063,14328,3,1045,1725 -"224501",88063,17943,2,1045,1943 -"224502",88063,19282,1,1045,1623 -"224503",88063,19317,3,1045,2041 -"224504",88063,20416,3,1045,2323 -"224505",88063,20732,3,1045,2401 -"224506",88063,21358,3,1045,1970 -"224507",88063,22025,3,1045,1591 -"224508",88063,22185,3,1045,1174 -"224509",88063,23726,3,1045,2434 -"224510",88063,28648,3,1045,1586 -"224511",88063,29884,3,1045,1239 -"224512",88063,30092,2,1045,1593 -"224513",88063,30236,3,1045,2238 -"224514",88063,30827,2,1045,2323 -"224515",88063,32064,3,1045,1739 -"224516",88063,33621,3,1045,1319 -"224517",88063,34274,3,1045,1437 -"224518",88063,36637,3,1045,2085 -"224519",88063,38284,3,1045,1234 -"224520",88063,38732,3,1045,2263 -"224521",88063,42216,3,1045,2722 -"224522",88063,43404,2,1045,2649 -"224523",88063,45297,3,1045,1864 -"224524",88063,45450,3,1045,1590 -"224525",88063,48823,2,1045,2080 -"224526",88063,55084,2,1045,1189 -"224527",88063,59677,2,1045,1174 -"224528",88063,60179,3,1045,2708 -"224529",88063,70046,3,1045,2624 -"224530",88063,75028,3,1045,1660 -"224531",88063,93642,3,1045,1120 -"224532",88063,94520,3,1045,1243 -"224533",88063,95879,2,1045,1748 -"224534",88067,4932,3,2315,2752 -"224535",88067,18005,3,2315,2449 -"224536",88067,18421,3,2315,2457 -"224537",88067,19934,3,2315,2888 -"224538",88067,27320,2,2315,2378 -"224539",88067,27391,3,2315,2378 -"224540",88067,28893,3,2315,2764 -"224541",88067,33341,3,2315,2338 -"224542",88067,36344,3,2315,2570 -"224543",88067,41023,3,2315,2408 -"224544",88067,47595,3,2315,2374 -"224545",88067,47968,3,2315,2829 -"224546",88067,59039,3,2315,2870 -"224547",88070,14,2,949,1793 -"224548",88070,915,3,949,1793 -"224549",88070,1767,3,949,2727 -"224550",88070,3068,2,949,1815 -"224551",88070,3980,3,949,2771 -"224552",88070,10436,3,949,1547 -"224553",88070,11625,3,949,2022 -"224554",88070,13158,3,949,2667 -"224555",88070,14328,3,949,1725 -"224556",88070,15235,3,949,1045 -"224557",88070,17943,3,949,1943 -"224558",88070,19282,2,949,1623 -"224559",88070,20416,2,949,2323 -"224560",88070,22057,3,949,974 -"224561",88070,30092,2,949,1593 -"224562",88070,30827,2,949,2323 -"224563",88070,30850,1,949,1045 -"224564",88070,32064,3,949,1739 -"224565",88070,38284,3,949,1234 -"224566",88070,42216,3,949,2722 -"224567",88070,43404,2,949,2649 -"224568",88070,48823,3,949,2080 -"224569",88070,55084,2,949,1189 -"224570",88070,59677,3,949,1174 -"224571",88070,60179,3,949,2708 -"224572",88070,75028,3,949,1660 -"224573",88070,88063,1,949,1045 -"224574",88070,95879,3,949,1748 -"224575",88102,341,3,1244,2689 -"224576",88102,1745,3,1244,2693 -"224577",88102,2576,3,1244,1307 -"224578",88102,5363,2,1244,1791 -"224579",88102,5962,3,1244,2491 -"224580",88102,7937,3,1244,2044 -"224581",88102,17252,3,1244,1258 -"224582",88102,22964,3,1244,1443 -"224583",88102,27908,3,1244,2576 -"224584",88102,49558,3,1244,2083 -"224585",88102,53727,3,1244,2442 -"224586",88102,70455,3,1244,1307 -"224587",88102,77377,2,1244,1487 -"224588",88102,90745,3,1244,1994 -"224589",88114,50487,3,595,744 -"224590",88123,24761,3,2252,2384 -"224591",88123,113181,2,2252,2301 -"224592",88126,457,3,1027,1704 -"224593",88126,2143,2,1027,1174 -"224594",88126,8529,3,1027,1205 -"224595",88126,8866,3,1027,1545 -"224596",88126,8888,3,1027,1328 -"224597",88126,8910,2,1027,1054 -"224598",88126,16940,3,1027,1290 -"224599",88126,18394,3,1027,2356 -"224600",88126,19096,3,1027,1538 -"224601",88126,30405,2,1027,2164 -"224602",88126,34836,3,1027,2302 -"224603",88126,36087,3,1027,2755 -"224604",88126,38019,3,1027,1870 -"224605",88126,38780,3,1027,2705 -"224606",88126,44188,3,1027,1609 -"224607",88126,49512,2,1027,1302 -"224608",88126,51017,3,1027,2073 -"224609",88126,51035,3,1027,2397 -"224610",88126,53322,2,1027,1200 -"224611",88126,53323,1,1027,2677 -"224612",88126,53608,2,1027,1986 -"224613",88126,54305,3,1027,1222 -"224614",88126,55320,3,1027,1643 -"224615",88126,57353,2,1027,1849 -"224616",88126,71342,3,1027,1289 -"224617",88147,3034,3,1433,2601 -"224618",88147,7787,2,1433,2314 -"224619",88147,11858,3,1433,1530 -"224620",88171,388,3,1488,1594 -"224621",88171,1150,2,1488,1595 -"224622",88171,1560,3,1488,2013 -"224623",88171,1685,3,1488,2230 -"224624",88171,6989,3,1488,2623 -"224625",88171,8475,2,1488,2034 -"224626",88171,10200,3,1488,2920 -"224627",88171,11154,3,1488,1594 -"224628",88171,11429,3,1488,2520 -"224629",88171,14654,2,1488,1692 -"224630",88171,14761,3,1488,2502 -"224631",88171,19057,3,1488,2664 -"224632",88171,19296,1,1488,1705 -"224633",88171,19366,2,1488,2279 -"224634",88171,32235,3,1488,2109 -"224635",88171,35688,3,1488,1551 -"224636",88171,40392,3,1488,1878 -"224637",88171,45664,3,1488,2235 -"224638",88171,50621,3,1488,2809 -"224639",88171,70656,3,1488,2771 -"224640",88171,82226,3,1488,1619 -"224641",88176,15609,3,104,1229 -"224642",88176,15743,3,104,398 -"224643",88176,29354,3,104,1123 -"224644",88176,52389,2,104,512 -"224645",88176,59143,3,104,359 -"224646",88176,76997,2,104,2223 -"224647",88176,84796,3,104,113 -"224648",88176,95730,2,104,1481 -"224649",88176,103536,3,104,475 -"224650",88176,103920,3,104,274 -"224651",88189,147,3,847,1040 -"224652",88189,22353,3,847,1231 -"224653",88189,40630,3,847,930 -"224654",88189,67012,1,847,849 -"224655",88189,68539,3,847,1158 -"224656",88189,101435,2,847,1236 -"224657",88209,782,3,663,945 -"224658",88209,1578,3,663,1612 -"224659",88209,2057,3,663,1965 -"224660",88209,5845,3,663,1552 -"224661",88209,6603,1,663,2185 -"224662",88209,9801,3,663,2443 -"224663",88209,10002,3,663,1788 -"224664",88209,10279,3,663,886 -"224665",88209,13150,3,663,1570 -"224666",88209,17502,3,663,869 -"224667",88209,18211,3,663,1745 -"224668",88209,22256,2,663,829 -"224669",88209,24195,3,663,1575 -"224670",88209,27399,3,663,1866 -"224671",88209,29050,3,663,1196 -"224672",88209,29170,3,663,1846 -"224673",88209,31131,3,663,2810 -"224674",88209,36450,3,663,1591 -"224675",88209,36506,2,663,2638 -"224676",88209,39987,3,663,2096 -"224677",88209,40675,3,663,1595 -"224678",88209,43929,3,663,2749 -"224679",88209,45461,3,663,2458 -"224680",88209,47534,3,663,2712 -"224681",88209,47966,3,663,2409 -"224682",88209,61785,3,663,822 -"224683",88209,67963,3,663,806 -"224684",88209,76631,3,663,1697 -"224685",88209,86803,3,663,1764 -"224686",88209,94444,3,663,1554 -"224687",88209,97498,3,663,2346 -"224688",88212,8062,3,2547,2858 -"224689",88212,28893,3,2547,2764 -"224690",88212,63077,3,2547,2778 -"224691",88212,75282,2,2547,2675 -"224692",88232,11351,3,2881,2971 -"224693",88232,18543,2,2881,2968 -"224694",88232,43173,3,2881,2895 -"224695",88232,47248,3,2881,2883 -"224696",88232,73786,3,2881,2937 -"224697",88307,2452,3,437,1715 -"224698",88307,14287,3,437,1583 -"224699",88307,19934,3,437,2888 -"224700",88307,20176,3,437,1050 -"224701",88307,24176,3,437,1986 -"224702",88307,28446,2,437,917 -"224703",88307,29667,3,437,531 -"224704",88307,30865,2,437,2038 -"224705",88307,32939,3,437,2277 -"224706",88307,33665,3,437,787 -"224707",88307,34997,1,437,591 -"224708",88307,38087,3,437,1083 -"224709",88307,38373,3,437,1928 -"224710",88307,39249,3,437,1665 -"224711",88307,40003,2,437,936 -"224712",88307,41439,3,437,709 -"224713",88307,46570,2,437,1707 -"224714",88307,49551,2,437,879 -"224715",88307,52879,3,437,777 -"224716",88307,57804,3,437,2214 -"224717",88307,59039,3,437,2870 -"224718",88307,67815,3,437,2476 -"224719",88307,69131,3,437,2122 -"224720",88307,70126,3,437,1158 -"224721",88307,72438,3,437,1397 -"224722",88307,75282,3,437,2675 -"224723",88307,79114,3,437,591 -"224724",88307,81716,3,437,1199 -"224725",88307,92678,3,437,1769 -"224726",88307,92904,3,437,780 -"224727",88307,102566,3,437,2207 -"224728",88307,110402,3,437,858 -"224729",88324,11990,2,1080,1909 -"224730",88324,27742,3,1080,2700 -"224731",88324,27914,3,1080,2507 -"224732",88324,32110,3,1080,2224 -"224733",88324,43961,3,1080,2443 -"224734",88324,44074,3,1080,1299 -"224735",88324,89538,3,1080,1847 -"224736",88347,675,3,793,1686 -"224737",88347,1127,3,793,1188 -"224738",88347,1130,3,793,1566 -"224739",88347,1136,3,793,2536 -"224740",88347,2269,2,793,984 -"224741",88347,2325,3,793,1641 -"224742",88347,2765,2,793,2321 -"224743",88347,3966,3,793,2425 -"224744",88347,5491,3,793,2048 -"224745",88347,5710,3,793,1926 -"224746",88347,7861,2,793,1647 -"224747",88347,11208,1,793,1161 -"224748",88347,18615,3,793,1025 -"224749",88347,21795,3,793,2653 -"224750",88347,22714,2,793,2793 -"224751",88347,25129,3,793,2647 -"224752",88347,25341,3,793,1858 -"224753",88347,26282,2,793,1241 -"224754",88347,26766,2,793,1161 -"224755",88347,30602,3,793,960 -"224756",88347,34509,2,793,1973 -"224757",88347,37238,3,793,2609 -"224758",88347,39827,3,793,2321 -"224759",88347,42474,2,793,2322 -"224760",88347,47248,3,793,2883 -"224761",88347,51017,3,793,2073 -"224762",88347,51410,3,793,2739 -"224763",88347,53433,3,793,1187 -"224764",88347,58035,3,793,1646 -"224765",88347,63547,3,793,1023 -"224766",88347,64181,3,793,1828 -"224767",88347,67216,2,793,984 -"224768",88347,70605,3,793,1176 -"224769",88347,71618,2,793,2960 -"224770",88347,80190,3,793,2717 -"224771",88347,81482,1,793,908 -"224772",88427,2576,3,340,1307 -"224773",88427,2747,3,340,2411 -"224774",88427,3127,3,340,2273 -"224775",88427,4612,3,340,2804 -"224776",88427,9227,3,340,1267 -"224777",88427,9787,3,340,2858 -"224778",88427,12781,2,340,831 -"224779",88427,14998,3,340,1553 -"224780",88427,16502,3,340,1616 -"224781",88427,17252,3,340,1258 -"224782",88427,20155,3,340,1517 -"224783",88427,20220,3,340,1656 -"224784",88427,24302,2,340,407 -"224785",88427,29286,3,340,1612 -"224786",88427,40572,3,340,2666 -"224787",88427,44433,3,340,2224 -"224788",88427,44603,2,340,2748 -"224789",88427,46384,3,340,2285 -"224790",88427,70455,3,340,1307 -"224791",88427,71467,2,340,1051 -"224792",88427,100048,3,340,1573 -"224793",88427,111790,3,340,905 -"224794",88448,301,3,914,2070 -"224795",88448,1369,3,914,2487 -"224796",88448,3272,3,914,2132 -"224797",88448,4634,2,914,2291 -"224798",88448,6040,3,914,2103 -"224799",88448,6999,3,914,2214 -"224800",88448,7257,3,914,1915 -"224801",88448,8463,3,914,2466 -"224802",88448,9656,2,914,1135 -"224803",88448,9783,3,914,1275 -"224804",88448,10250,3,914,1606 -"224805",88448,12966,3,914,2011 -"224806",88448,14490,2,914,2291 -"224807",88448,14957,3,914,2306 -"224808",88448,15778,3,914,2262 -"224809",88448,15782,3,914,2306 -"224810",88448,16963,3,914,1999 -"224811",88448,20709,2,914,1757 -"224812",88448,21753,3,914,1838 -"224813",88448,22932,3,914,2469 -"224814",88448,23043,2,914,1109 -"224815",88448,25678,3,914,1558 -"224816",88448,35317,3,914,1888 -"224817",88448,42407,3,914,2408 -"224818",88448,42574,3,914,2842 -"224819",88448,47882,1,914,2769 -"224820",88448,50083,3,914,1275 -"224821",88448,51505,3,914,1572 -"224822",88448,55742,3,914,2006 -"224823",88448,58711,3,914,2746 -"224824",88448,67150,2,914,2633 -"224825",88448,73520,3,914,2613 -"224826",88448,77719,3,914,2086 -"224827",88448,78227,2,914,1745 -"224828",88448,78277,3,914,1937 -"224829",88448,78611,2,914,1586 -"224830",88448,84235,3,914,1639 -"224831",88448,93553,3,914,2537 -"224832",88448,96332,3,914,1197 -"224833",88448,108151,3,914,2377 -"224834",88454,2798,3,663,1673 -"224835",88454,44786,2,663,1096 -"224836",88454,58829,3,663,1256 -"224837",88454,59670,3,663,1173 -"224838",88454,94625,1,663,2105 -"224839",88454,115021,3,663,1226 -"224840",88455,41607,2,2388,2802 -"224841",88473,671,3,1102,2328 -"224842",88473,733,3,1102,1653 -"224843",88473,1315,3,1102,2760 -"224844",88473,2063,2,1102,1278 -"224845",88473,2743,3,1102,1278 -"224846",88473,3167,3,1102,1676 -"224847",88473,8533,3,1102,2251 -"224848",88473,8700,3,1102,1270 -"224849",88473,9702,3,1102,1928 -"224850",88473,12374,3,1102,2260 -"224851",88473,13324,3,1102,2163 -"224852",88473,16164,3,1102,1184 -"224853",88473,16217,3,1102,1653 -"224854",88473,16625,3,1102,1285 -"224855",88473,20311,3,1102,1981 -"224856",88473,20563,3,1102,2267 -"224857",88473,20824,2,1102,1366 -"224858",88473,21479,3,1102,2134 -"224859",88473,23534,1,1102,1659 -"224860",88473,28285,3,1102,2972 -"224861",88473,32988,3,1102,2008 -"224862",88473,34136,3,1102,2202 -"224863",88473,36637,3,1102,2085 -"224864",88473,42505,2,1102,2008 -"224865",88473,43839,3,1102,1685 -"224866",88473,44654,3,1102,2916 -"224867",88473,47789,3,1102,1583 -"224868",88473,50118,3,1102,2654 -"224869",88473,51022,3,1102,1499 -"224870",88473,51987,3,1102,1397 -"224871",88473,76081,2,1102,1534 -"224872",88473,82767,3,1102,1641 -"224873",88473,89511,3,1102,1205 -"224874",88473,97160,3,1102,1215 -"224875",88473,99103,3,1102,1470 -"224876",88473,112221,3,1102,1365 -"224877",88535,1315,2,1229,2760 -"224878",88535,3139,3,1229,1656 -"224879",88535,4567,3,1229,2348 -"224880",88535,7759,3,1229,2844 -"224881",88535,18825,3,1229,1240 -"224882",88535,19093,3,1229,2224 -"224883",88535,23825,3,1229,1913 -"224884",88535,30095,2,1229,1578 -"224885",88535,40129,3,1229,2162 -"224886",88535,41407,3,1229,1951 -"224887",88535,41837,3,1229,2399 -"224888",88535,44135,3,1229,2620 -"224889",88535,69250,3,1229,1439 -"224890",88535,69745,3,1229,1594 -"224891",88535,79211,3,1229,1590 -"224892",88535,114257,3,1229,2307 -"224893",88592,1046,3,1418,1881 -"224894",88592,7245,3,1418,2089 -"224895",88592,8533,3,1418,2251 -"224896",88592,11136,3,1418,2573 -"224897",88592,13842,3,1418,2250 -"224898",88592,32311,3,1418,2396 -"224899",88592,33537,3,1418,2406 -"224900",88592,41250,3,1418,1703 -"224901",88592,44235,3,1418,2700 -"224902",88592,47947,3,1418,2681 -"224903",88592,52969,3,1418,2302 -"224904",88592,57977,3,1418,2683 -"224905",88592,58238,3,1418,1944 -"224906",88592,66693,2,1418,2554 -"224907",88592,83523,3,1418,1461 -"224908",88609,30827,3,1917,2323 -"224909",88609,43404,3,1917,2649 -"224910",88710,2063,3,927,1278 -"224911",88710,2563,3,927,1686 -"224912",88710,3242,3,927,1730 -"224913",88710,4191,3,927,2130 -"224914",88710,4618,3,927,2607 -"224915",88710,7245,3,927,2089 -"224916",88710,8533,3,927,2251 -"224917",88710,8621,3,927,1681 -"224918",88710,8700,1,927,1270 -"224919",88710,9298,1,927,1109 -"224920",88710,14652,3,927,2516 -"224921",88710,16164,3,927,1184 -"224922",88710,16217,2,927,1653 -"224923",88710,16384,3,927,1320 -"224924",88710,17033,3,927,2771 -"224925",88710,18011,3,927,1636 -"224926",88710,18202,2,927,2475 -"224927",88710,18415,2,927,2184 -"224928",88710,20563,2,927,2267 -"224929",88710,20659,3,927,1969 -"224930",88710,20824,3,927,1366 -"224931",88710,21225,2,927,1945 -"224932",88710,23534,2,927,1659 -"224933",88710,23756,3,927,2309 -"224934",88710,25643,3,927,1646 -"224935",88710,26516,3,927,2479 -"224936",88710,26793,1,927,2104 -"224937",88710,27753,3,927,2750 -"224938",88710,28434,3,927,1141 -"224939",88710,29456,3,927,1182 -"224940",88710,32694,3,927,1602 -"224941",88710,37400,2,927,2860 -"224942",88710,38449,3,927,1802 -"224943",88710,42186,2,927,955 -"224944",88710,43153,2,927,1381 -"224945",88710,45549,3,927,1322 -"224946",88710,45633,3,927,2134 -"224947",88710,46391,3,927,1779 -"224948",88710,50254,3,927,1151 -"224949",88710,51987,3,927,1397 -"224950",88710,54094,3,927,987 -"224951",88710,56604,3,927,1919 -"224952",88710,58035,3,927,1646 -"224953",88710,64031,3,927,1295 -"224954",88710,65691,3,927,2134 -"224955",88710,74095,3,927,2333 -"224956",88710,83053,3,927,1303 -"224957",88710,88473,3,927,1102 -"224958",88710,94947,2,927,1368 -"224959",88710,100134,2,927,977 -"224960",88710,109978,3,927,1865 -"224961",88712,389,3,65,106 -"224962",88712,862,3,65,2254 -"224963",88712,1592,3,65,2006 -"224964",88712,1691,3,65,1941 -"224965",88712,2852,3,65,2448 -"224966",88712,2865,3,65,2006 -"224967",88712,3863,2,65,856 -"224968",88712,4505,3,65,292 -"224969",88712,4932,3,65,2752 -"224970",88712,5018,3,65,640 -"224971",88712,5258,3,65,2730 -"224972",88712,5568,3,65,1290 -"224973",88712,6390,3,65,2385 -"224974",88712,7245,3,65,2089 -"224975",88712,8226,2,65,2046 -"224976",88712,11383,3,65,977 -"224977",88712,12610,2,65,1274 -"224978",88712,12828,3,65,799 -"224979",88712,13394,3,65,1667 -"224980",88712,14108,3,65,2012 -"224981",88712,14676,3,65,2764 -"224982",88712,14731,3,65,2012 -"224983",88712,15871,3,65,508 -"224984",88712,15906,3,65,109 -"224985",88712,18415,3,65,2184 -"224986",88712,18502,3,65,1033 -"224987",88712,18543,2,65,2968 -"224988",88712,18718,3,65,494 -"224989",88712,18836,3,65,1270 -"224990",88712,19332,3,65,1214 -"224991",88712,23403,3,65,607 -"224992",88712,24198,3,65,2217 -"224993",88712,25327,3,65,977 -"224994",88712,25565,3,65,2764 -"224995",88712,28808,3,65,1063 -"224996",88712,28896,3,65,1395 -"224997",88712,29073,3,65,2328 -"224998",88712,29918,3,65,1953 -"224999",88712,30411,3,65,630 -"225000",88712,30883,3,65,1629 -"225001",88712,30974,3,65,947 -"225002",88712,31001,2,65,2119 -"225003",88712,31700,3,65,2727 -"225004",88712,33572,3,65,2370 -"225005",88712,33850,3,65,931 -"225006",88712,34314,3,65,630 -"225007",88712,34945,2,65,1298 -"225008",88712,35041,3,65,1311 -"225009",88712,36439,3,65,2469 -"225010",88712,37937,3,65,1320 -"225011",88712,38667,3,65,2880 -"225012",88712,41085,3,65,637 -"225013",88712,42619,3,65,2017 -"225014",88712,43046,3,65,419 -"225015",88712,43428,2,65,1299 -"225016",88712,44427,3,65,2875 -"225017",88712,45134,3,65,2758 -"225018",88712,45545,3,65,1776 -"225019",88712,46621,3,65,1343 -"225020",88712,47248,3,65,2883 -"225021",88712,47585,3,65,794 -"225022",88712,48215,3,65,2028 -"225023",88712,49300,3,65,515 -"225024",88712,50217,3,65,1211 -"225025",88712,50235,3,65,726 -"225026",88712,50487,3,65,744 -"225027",88712,53519,3,65,2781 -"225028",88712,53624,3,65,952 -"225029",88712,55155,3,65,2333 -"225030",88712,56116,3,65,1321 -"225031",88712,56910,3,65,2705 -"225032",88712,57990,3,65,978 -"225033",88712,58427,3,65,2234 -"225034",88712,61785,2,65,822 -"225035",88712,62957,3,65,1170 -"225036",88712,63498,3,65,977 -"225037",88712,66241,3,65,2351 -"225038",88712,66971,3,65,2299 -"225039",88712,67067,3,65,159 -"225040",88712,70854,3,65,635 -"225041",88712,70925,3,65,109 -"225042",88712,74912,3,65,1542 -"225043",88712,75025,3,65,717 -"225044",88712,75884,3,65,520 -"225045",88712,76192,3,65,912 -"225046",88712,78784,3,65,2824 -"225047",88712,82401,3,65,1210 -"225048",88712,82426,2,65,1576 -"225049",88712,82767,3,65,1641 -"225050",88712,86286,3,65,234 -"225051",88712,87206,3,65,1122 -"225052",88712,88232,3,65,2881 -"225053",88712,89880,3,65,1938 -"225054",88712,90150,3,65,174 -"225055",88712,92592,3,65,486 -"225056",88712,93398,3,65,828 -"225057",88712,94396,3,65,787 -"225058",88712,95288,3,65,1602 -"225059",88712,96671,3,65,359 -"225060",88712,101347,3,65,1335 -"225061",88712,101967,3,65,691 -"225062",88712,105207,3,65,451 -"225063",88712,106214,3,65,987 -"225064",88712,108430,3,65,1642 -"225065",88712,109506,3,65,458 -"225066",88712,110719,3,65,206 -"225067",88712,116996,3,65,242 -"225068",88726,14838,3,854,1746 -"225069",88726,49079,3,854,2447 -"225070",88726,76867,3,854,1296 -"225071",88726,79913,3,854,1514 -"225072",88739,1822,3,933,2888 -"225073",88739,2181,3,933,2030 -"225074",88739,3477,2,933,2546 -"225075",88739,4622,2,933,1589 -"225076",88739,6063,2,933,2349 -"225077",88739,6392,3,933,1878 -"225078",88739,7648,3,933,1861 -"225079",88739,8993,3,933,2099 -"225080",88739,9273,3,933,1747 -"225081",88739,9328,3,933,1937 -"225082",88739,9503,3,933,2453 -"225083",88739,11154,3,933,1594 -"225084",88739,11229,3,933,1625 -"225085",88739,12779,2,933,936 -"225086",88739,13899,3,933,2650 -"225087",88739,14817,3,933,2110 -"225088",88739,15023,3,933,2054 -"225089",88739,18217,2,933,1566 -"225090",88739,19317,3,933,2041 -"225091",88739,20124,3,933,2376 -"225092",88739,20984,3,933,2502 -"225093",88739,21684,3,933,1971 -"225094",88739,22403,3,933,1630 -"225095",88739,28588,3,933,1335 -"225096",88739,29267,3,933,1234 -"225097",88739,30486,3,933,1269 -"225098",88739,31357,3,933,2389 -"225099",88739,32339,3,933,2430 -"225100",88739,32395,3,933,2735 -"225101",88739,32904,3,933,2055 -"225102",88739,33223,2,933,2397 -"225103",88739,33451,3,933,1957 -"225104",88739,33470,3,933,2003 -"225105",88739,35822,3,933,1903 -"225106",88739,36346,3,933,1240 -"225107",88739,37301,3,933,2160 -"225108",88739,38457,3,933,1630 -"225109",88739,40542,2,933,1664 -"225110",88739,44181,3,933,1034 -"225111",88739,47595,3,933,2374 -"225112",88739,51843,3,933,2389 -"225113",88739,52953,3,933,1741 -"225114",88739,55307,3,933,2306 -"225115",88739,55997,3,933,1414 -"225116",88739,56873,3,933,1421 -"225117",88739,57150,3,933,1196 -"225118",88739,58536,3,933,2742 -"225119",88739,59289,3,933,2896 -"225120",88739,59790,3,933,1827 -"225121",88739,62975,3,933,977 -"225122",88739,76143,3,933,1610 -"225123",88739,76503,2,933,1136 -"225124",88739,78315,3,933,1136 -"225125",88739,79547,3,933,1909 -"225126",88739,84317,2,933,2081 -"225127",88739,91465,3,933,1047 -"225128",88750,357,3,787,2327 -"225129",88750,499,3,787,1931 -"225130",88750,543,3,787,2203 -"225131",88750,1469,2,787,1160 -"225132",88750,1777,3,787,1965 -"225133",88750,2036,3,787,2483 -"225134",88750,2754,2,787,1360 -"225135",88750,3167,3,787,1676 -"225136",88750,3830,3,787,1661 -"225137",88750,4366,3,787,1726 -"225138",88750,4889,3,787,1501 -"225139",88750,5462,3,787,2374 -"225140",88750,5504,3,787,2389 -"225141",88750,7672,2,787,1974 -"225142",88750,8229,3,787,1241 -"225143",88750,8772,3,787,847 -"225144",88750,12610,3,787,1274 -"225145",88750,13945,3,787,1324 -"225146",88750,14189,3,787,1483 -"225147",88750,14676,3,787,2764 -"225148",88750,15184,3,787,2396 -"225149",88750,16313,2,787,1160 -"225150",88750,19027,3,787,2721 -"225151",88750,19568,3,787,2302 -"225152",88750,22705,3,787,1016 -"225153",88750,23508,3,787,1907 -"225154",88750,24362,3,787,1287 -"225155",88750,24923,3,787,2785 -"225156",88750,27478,3,787,2485 -"225157",88750,28892,3,787,2023 -"225158",88750,29456,2,787,1182 -"225159",88750,30016,3,787,1124 -"225160",88750,31799,2,787,2547 -"225161",88750,32113,3,787,882 -"225162",88750,32409,2,787,857 -"225163",88750,32516,3,787,2050 -"225164",88750,34836,3,787,2302 -"225165",88750,35256,3,787,2271 -"225166",88750,38048,3,787,867 -"225167",88750,38227,3,787,2511 -"225168",88750,39444,3,787,2695 -"225169",88750,41747,3,787,1722 -"225170",88750,44636,3,787,1026 -"225171",88750,50217,3,787,1211 -"225172",88750,51410,3,787,2739 -"225173",88750,53031,3,787,2065 -"225174",88750,53624,1,787,952 -"225175",88750,55556,2,787,2075 -"225176",88750,58035,3,787,1646 -"225177",88750,61719,2,787,1515 -"225178",88750,63770,3,787,1324 -"225179",88750,65029,3,787,2954 -"225180",88750,72334,3,787,2820 -"225181",88750,72468,3,787,2292 -"225182",88750,73597,3,787,1989 -"225183",88750,83096,3,787,1061 -"225184",88750,90052,3,787,851 -"225185",88750,93615,3,787,2386 -"225186",88750,93752,3,787,1368 -"225187",88750,105233,2,787,1199 -"225188",88750,109114,3,787,1287 -"225189",88759,23000,2,1315,1815 -"225190",88759,26182,3,1315,2775 -"225191",88808,145,3,1462,1998 -"225192",88808,455,3,1462,2827 -"225193",88808,470,3,1462,2285 -"225194",88808,600,2,1462,1702 -"225195",88808,675,3,1462,1686 -"225196",88808,913,2,1462,2144 -"225197",88808,1136,3,1462,2536 -"225198",88808,1691,3,1462,1941 -"225199",88808,2523,3,1462,1691 -"225200",88808,3878,3,1462,1890 -"225201",88808,4084,3,1462,2133 -"225202",88808,4687,3,1462,2152 -"225203",88808,5504,3,1462,2389 -"225204",88808,6390,3,1462,2385 -"225205",88808,7245,3,1462,2089 -"225206",88808,7515,3,1462,2737 -"225207",88808,7847,3,1462,2424 -"225208",88808,9184,3,1462,2670 -"225209",88808,9311,3,1462,2477 -"225210",88808,9432,3,1462,1693 -"225211",88808,10433,3,1462,2075 -"225212",88808,11516,2,1462,1937 -"225213",88808,12199,2,1462,1651 -"225214",88808,12602,3,1462,1956 -"225215",88808,13068,3,1462,1778 -"225216",88808,13890,1,1462,1482 -"225217",88808,14652,3,1462,2516 -"225218",88808,17645,3,1462,1918 -"225219",88808,17698,2,1462,1559 -"225220",88808,18315,2,1462,2720 -"225221",88808,19322,3,1462,2048 -"225222",88808,19335,3,1462,1729 -"225223",88808,20407,3,1462,2339 -"225224",88808,22567,3,1462,2396 -"225225",88808,23132,2,1462,2756 -"225226",88808,23918,3,1462,1881 -"225227",88808,24448,3,1462,2289 -"225228",88808,24568,1,1462,1937 -"225229",88808,25816,3,1462,2088 -"225230",88808,27275,3,1462,2656 -"225231",88808,27390,3,1462,2425 -"225232",88808,27391,3,1462,2378 -"225233",88808,28115,3,1462,1835 -"225234",88808,29308,3,1462,2094 -"225235",88808,29930,3,1462,2240 -"225236",88808,31050,3,1462,1491 -"225237",88808,31235,3,1462,2668 -"225238",88808,34160,3,1462,1759 -"225239",88808,35302,2,1462,1589 -"225240",88808,36439,3,1462,2469 -"225241",88808,36651,3,1462,1600 -"225242",88808,40383,3,1462,2639 -"225243",88808,45633,3,1462,2134 -"225244",88808,47445,3,1462,2668 -"225245",88808,49144,3,1462,1542 -"225246",88808,51925,3,1462,2307 -"225247",88808,52327,3,1462,1472 -"225248",88808,53323,3,1462,2677 -"225249",88808,53608,3,1462,1986 -"225250",88808,53742,3,1462,2337 -"225251",88808,54855,3,1462,1525 -"225252",88808,62219,3,1462,2494 -"225253",88808,62840,3,1462,2502 -"225254",88808,63409,2,1462,1937 -"225255",88808,64181,3,1462,1828 -"225256",88808,64997,3,1462,2791 -"225257",88808,66413,3,1462,2507 -"225258",88808,73305,2,1462,2544 -"225259",88808,76583,3,1462,1817 -"225260",88808,79804,3,1462,2227 -"225261",88808,80429,2,1462,1927 -"225262",88808,82949,3,1462,2077 -"225263",88808,83907,3,1462,2056 -"225264",88808,105063,3,1462,1908 -"225265",88808,107649,2,1462,1573 -"225266",88819,231,3,83,1301 -"225267",88819,916,2,83,2718 -"225268",88819,2488,1,83,424 -"225269",88819,2724,3,83,2447 -"225270",88819,2802,2,83,1836 -"225271",88819,4194,2,83,1641 -"225272",88819,5414,3,83,2321 -"225273",88819,6562,3,83,1139 -"225274",88819,8123,3,83,144 -"225275",88819,9506,3,83,1012 -"225276",88819,9939,3,83,474 -"225277",88819,10004,3,83,872 -"225278",88819,10128,2,83,883 -"225279",88819,11506,3,83,2824 -"225280",88819,11803,2,83,1232 -"225281",88819,11897,2,83,1271 -"225282",88819,12818,3,83,2015 -"225283",88819,12861,3,83,1207 -"225284",88819,14061,3,83,1620 -"225285",88819,14750,3,83,102 -"225286",88819,14812,3,83,144 -"225287",88819,16593,2,83,1139 -"225288",88819,16643,3,83,1824 -"225289",88819,16690,3,83,2132 -"225290",88819,17159,2,83,883 -"225291",88819,17999,2,83,2758 -"225292",88819,18610,2,83,2141 -"225293",88819,19358,3,83,880 -"225294",88819,20371,3,83,595 -"225295",88819,20547,3,83,2145 -"225296",88819,22980,3,83,158 -"225297",88819,23668,3,83,144 -"225298",88819,23739,1,83,2463 -"225299",88819,26100,3,83,1966 -"225300",88819,26138,2,83,1902 -"225301",88819,29005,3,83,238 -"225302",88819,31357,3,83,2389 -"225303",88819,32070,3,83,950 -"225304",88819,32642,3,83,158 -"225305",88819,33278,2,83,1591 -"225306",88819,34242,3,83,1206 -"225307",88819,35414,3,83,1959 -"225308",88819,36662,2,83,2967 -"225309",88819,41603,3,83,1942 -"225310",88819,42407,3,83,2408 -"225311",88819,42998,2,83,1978 -"225312",88819,43524,3,83,2572 -"225313",88819,44447,3,83,165 -"225314",88819,46531,3,83,1737 -"225315",88819,46568,3,83,822 -"225316",88819,49147,3,83,2539 -"225317",88819,49621,3,83,1915 -"225318",88819,49805,3,83,2445 -"225319",88819,51678,3,83,1077 -"225320",88819,53017,3,83,2141 -"225321",88819,54737,3,83,326 -"225322",88819,55364,3,83,326 -"225323",88819,55405,3,83,2788 -"225324",88819,55730,3,83,1217 -"225325",88819,56168,3,83,1466 -"225326",88819,57037,3,83,2293 -"225327",88819,58356,3,83,222 -"225328",88819,59470,2,83,2393 -"225329",88819,62498,3,83,1698 -"225330",88819,62848,2,83,1230 -"225331",88819,71128,3,83,485 -"225332",88819,74054,3,83,1488 -"225333",88819,76295,3,83,1001 -"225334",88819,77519,2,83,819 -"225335",88819,79772,3,83,1230 -"225336",88819,79793,3,83,1915 -"225337",88819,80653,3,83,285 -"225338",88819,80705,3,83,2764 -"225339",88819,82917,3,83,2371 -"225340",88819,86010,3,83,1641 -"225341",88819,89129,2,83,790 -"225342",88819,94339,1,83,2768 -"225343",88819,97266,2,83,1016 -"225344",88819,99194,3,83,1271 -"225345",88819,112814,3,83,546 -"225346",88819,114228,3,83,1544 -"225347",88857,3255,2,1232,2504 -"225348",88857,6390,3,1232,2385 -"225349",88857,7548,3,1232,1932 -"225350",88857,9311,3,1232,2477 -"225351",88857,14723,3,1232,2019 -"225352",88857,14761,3,1232,2502 -"225353",88857,25440,3,1232,2749 -"225354",88857,30150,3,1232,1704 -"225355",88857,31054,2,1232,1273 -"225356",88857,32048,2,1232,2102 -"225357",88857,33356,3,1232,1586 -"225358",88857,35037,3,1232,2974 -"225359",88857,38755,3,1232,2902 -"225360",88857,43926,3,1232,2672 -"225361",88857,49347,3,1232,2504 -"225362",88857,49581,3,1232,1817 -"225363",88857,51546,3,1232,1369 -"225364",88857,55324,1,1232,1544 -"225365",88857,57657,3,1232,2735 -"225366",88857,58993,3,1232,2390 -"225367",88857,59819,3,1232,2624 -"225368",88857,61337,3,1232,2777 -"225369",88857,66677,3,1232,2151 -"225370",88857,72845,3,1232,1663 -"225371",88857,74190,3,1232,1428 -"225372",88857,90886,3,1232,1548 -"225373",88857,100462,1,1232,1927 -"225374",88857,103218,3,1232,1787 -"225375",88860,3242,3,1014,1730 -"225376",88860,4980,3,1014,2093 -"225377",88860,16164,3,1014,1184 -"225378",88860,17357,3,1014,1536 -"225379",88860,21911,2,1014,1184 -"225380",88860,23506,3,1014,1172 -"225381",88860,23704,3,1014,2278 -"225382",88860,26436,3,1014,2489 -"225383",88860,27753,3,1014,2750 -"225384",88860,30438,2,1014,1617 -"225385",88860,31000,1,1014,1526 -"225386",88860,31243,3,1014,1355 -"225387",88860,34492,2,1014,1798 -"225388",88860,38449,3,1014,1802 -"225389",88860,45715,1,1014,2287 -"225390",88860,51410,3,1014,2739 -"225391",88860,51987,3,1014,1397 -"225392",88860,77001,3,1014,1440 -"225393",88860,82454,3,1014,1266 -"225394",88887,160,3,1161,2007 -"225395",88887,1691,3,1161,1941 -"225396",88887,2563,3,1161,1686 -"225397",88887,3946,3,1161,1172 -"225398",88887,3961,3,1161,2426 -"225399",88887,7196,3,1161,1508 -"225400",88887,7616,3,1161,2296 -"225401",88887,7984,3,1161,2493 -"225402",88887,10222,3,1161,2212 -"225403",88887,10358,3,1161,2294 -"225404",88887,11477,2,1161,2724 -"225405",88887,11770,3,1161,1653 -"225406",88887,14669,2,1161,2080 -"225407",88887,15003,3,1161,2067 -"225408",88887,16539,3,1161,1947 -"225409",88887,19096,3,1161,1538 -"225410",88887,21950,3,1161,1892 -"225411",88887,22292,3,1161,1910 -"225412",88887,23460,3,1161,2183 -"225413",88887,24286,3,1161,1280 -"225414",88887,25030,3,1161,2017 -"225415",88887,32658,3,1161,1694 -"225416",88887,35481,3,1161,2211 -"225417",88887,46512,2,1161,1292 -"225418",88887,49334,3,1161,2433 -"225419",88887,50001,3,1161,1518 -"225420",88887,53859,3,1161,1817 -"225421",88887,68215,3,1161,2727 -"225422",88887,77611,3,1161,1795 -"225423",88887,99215,3,1161,2791 -"225424",88904,613,3,465,2687 -"225425",88904,669,2,465,1423 -"225426",88904,997,3,465,2788 -"225427",88904,6241,2,465,2264 -"225428",88904,10746,3,465,1506 -"225429",88904,10859,3,465,2231 -"225430",88904,12542,3,465,1888 -"225431",88904,16881,2,465,925 -"225432",88904,17906,3,465,1940 -"225433",88904,24405,2,465,1443 -"225434",88904,32163,3,465,859 -"225435",88904,33991,3,465,2249 -"225436",88904,35069,3,465,2069 -"225437",88904,35360,3,465,2043 -"225438",88904,39278,3,465,1952 -"225439",88904,42216,3,465,2722 -"225440",88904,49265,3,465,2686 -"225441",88904,57380,3,465,2362 -"225442",88904,59891,3,465,2706 -"225443",88904,62832,3,465,2606 -"225444",88904,72147,2,465,1075 -"225445",88904,81014,2,465,1925 -"225446",88904,93102,3,465,1174 -"225447",88904,109510,3,465,621 -"225448",88953,32103,3,1106,1491 -"225449",88953,66205,3,1106,2898 -"225450",88955,4953,3,795,2285 -"225451",88955,21029,3,795,1943 -"225452",88955,25213,3,795,2338 -"225453",88955,34945,3,795,1298 -"225454",88955,63442,3,795,1965 -"225455",88966,206,3,1568,1986 -"225456",88966,600,3,1568,1702 -"225457",88966,1092,3,1568,1945 -"225458",88966,1592,3,1568,2006 -"225459",88966,1691,2,1568,1941 -"225460",88966,2765,3,1568,2321 -"225461",88966,3695,3,1568,2612 -"225462",88966,4763,3,1568,1960 -"225463",88966,5429,3,1568,1991 -"225464",88966,5621,3,1568,1860 -"225465",88966,5710,3,1568,1926 -"225466",88966,6390,2,1568,2385 -"225467",88966,7847,3,1568,2424 -"225468",88966,8762,3,1568,2585 -"225469",88966,9893,3,1568,2701 -"225470",88966,10799,3,1568,2010 -"225471",88966,10874,3,1568,1891 -"225472",88966,11055,3,1568,2111 -"225473",88966,11239,3,1568,2181 -"225474",88966,12199,3,1568,1651 -"225475",88966,12713,3,1568,2440 -"225476",88966,12976,3,1568,2399 -"225477",88966,13732,3,1568,2789 -"225478",88966,14108,3,1568,2012 -"225479",88966,15184,3,1568,2396 -"225480",88966,15500,3,1568,1658 -"225481",88966,15527,3,1568,2039 -"225482",88966,15713,3,1568,1646 -"225483",88966,16727,3,1568,2164 -"225484",88966,17410,3,1568,2073 -"225485",88966,17826,2,1568,2920 -"225486",88966,18543,3,1568,2968 -"225487",88966,18571,3,1568,2128 -"225488",88966,19027,2,1568,2721 -"225489",88966,19364,3,1568,2846 -"225490",88966,20407,3,1568,2339 -"225491",88966,20423,3,1568,2654 -"225492",88966,20659,3,1568,1969 -"225493",88966,20700,3,1568,2861 -"225494",88966,21193,3,1568,2490 -"225495",88966,22108,3,1568,1915 -"225496",88966,23751,3,1568,1740 -"225497",88966,26865,3,1568,2726 -"225498",88966,27478,3,1568,2485 -"225499",88966,28432,3,1568,1954 -"225500",88966,30081,3,1568,2403 -"225501",88966,31164,3,1568,1996 -"225502",88966,31235,3,1568,2668 -"225503",88966,31307,3,1568,2139 -"225504",88966,31799,3,1568,2547 -"225505",88966,33622,3,1568,2230 -"225506",88966,36439,3,1568,2469 -"225507",88966,37509,3,1568,1640 -"225508",88966,37859,3,1568,1999 -"225509",88966,39827,3,1568,2321 -"225510",88966,41240,3,1568,2220 -"225511",88966,44427,3,1568,2875 -"225512",88966,46951,3,1568,2429 -"225513",88966,49461,3,1568,2793 -"225514",88966,53031,3,1568,2065 -"225515",88966,53809,3,1568,1956 -"225516",88966,55156,2,1568,2196 -"225517",88966,56464,3,1568,2488 -"225518",88966,57565,3,1568,1577 -"225519",88966,57781,2,1568,1971 -"225520",88966,57977,3,1568,2683 -"225521",88966,58284,3,1568,2292 -"225522",88966,64181,2,1568,1828 -"225523",88966,64997,3,1568,2791 -"225524",88966,65029,3,1568,2954 -"225525",88966,66413,3,1568,2507 -"225526",88966,68810,3,1568,2409 -"225527",88966,71702,3,1568,2353 -"225528",88966,73553,3,1568,2726 -"225529",88966,74636,3,1568,2525 -"225530",88966,78563,2,1568,2385 -"225531",88966,88232,3,1568,2881 -"225532",88966,105063,3,1568,1908 -"225533",88966,109978,3,1568,1865 -"225534",88966,121354,3,1568,2862 -"225535",88968,5673,3,585,1567 -"225536",88968,6133,3,585,1229 -"225537",88968,6562,3,585,1139 -"225538",88968,9506,2,585,1012 -"225539",88968,9716,3,585,1929 -"225540",88968,12481,2,585,1086 -"225541",88968,14789,3,585,1034 -"225542",88968,18808,3,585,2854 -"225543",88968,19687,3,585,2072 -"225544",88968,22905,2,585,2599 -"225545",88968,23513,3,585,900 -"225546",88968,23639,2,585,2065 -"225547",88968,24116,3,585,1413 -"225548",88968,25270,3,585,985 -"225549",88968,26567,3,585,1158 -"225550",88968,31251,3,585,2498 -"225551",88968,32582,3,585,1929 -"225552",88968,34055,3,585,1881 -"225553",88968,41051,3,585,2767 -"225554",88968,42628,3,585,2486 -"225555",88968,47330,3,585,2422 -"225556",88968,49147,3,585,2539 -"225557",88968,50635,2,585,2962 -"225558",88968,53362,3,585,2360 -"225559",88968,55775,3,585,2385 -"225560",88968,56673,1,585,2419 -"225561",88968,77666,3,585,1372 -"225562",88968,78768,3,585,841 -"225563",88968,79236,3,585,1505 -"225564",88968,81134,3,585,1384 -"225565",88968,91715,3,585,1034 -"225566",88968,97266,3,585,1016 -"225567",88968,102109,3,585,1367 -"225568",88968,104542,3,585,897 -"225569",88968,106554,3,585,1270 -"225570",88984,1708,3,935,1591 -"225571",88984,2282,1,935,2056 -"225572",88984,2927,2,935,1789 -"225573",88984,4249,3,935,2547 -"225574",88984,6345,3,935,2713 -"225575",88984,6999,3,935,2214 -"225576",88984,7604,3,935,1366 -"225577",88984,8607,3,935,1685 -"225578",88984,9724,3,935,2713 -"225579",88984,10701,3,935,2000 -"225580",88984,11858,3,935,1530 -"225581",88984,12116,3,935,2119 -"225582",88984,12966,3,935,2011 -"225583",88984,14470,3,935,2632 -"225584",88984,14957,3,935,2306 -"225585",88984,15782,3,935,2306 -"225586",88984,17499,3,935,2954 -"225587",88984,17695,3,935,1930 -"225588",88984,20038,3,935,1531 -"225589",88984,22357,2,935,1397 -"225590",88984,23550,3,935,2939 -"225591",88984,26597,2,935,2070 -"225592",88984,28782,1,935,2272 -"225593",88984,32169,3,935,2504 -"225594",88984,36399,3,935,1357 -"225595",88984,36840,2,935,2269 -"225596",88984,37684,3,935,2899 -"225597",88984,40407,2,935,1972 -"225598",88984,42382,2,935,2224 -"225599",88984,42390,3,935,2937 -"225600",88984,43701,3,935,2400 -"225601",88984,46616,2,935,1917 -"225602",88984,47607,3,935,2724 -"225603",88984,48419,3,935,1134 -"225604",88984,49142,3,935,2289 -"225605",88984,50440,3,935,2469 -"225606",88984,50468,3,935,1659 -"225607",88984,51505,3,935,1572 -"225608",88984,52323,3,935,2148 -"225609",88984,53584,2,935,2391 -"225610",88984,53652,3,935,2899 -"225611",88984,54316,3,935,1202 -"225612",88984,68884,3,935,1011 -"225613",88984,69260,3,935,1698 -"225614",88984,71999,3,935,2685 -"225615",88984,73520,3,935,2613 -"225616",88984,76796,3,935,1140 -"225617",88984,78277,3,935,1937 -"225618",88984,80970,2,935,2069 -"225619",88984,84181,3,935,1272 -"225620",88984,84591,3,935,1685 -"225621",88984,95060,3,935,1974 -"225622",88984,122938,3,935,1023 -"225623",89047,733,3,877,1653 -"225624",89047,962,3,877,1000 -"225625",89047,2269,3,877,984 -"225626",89047,2743,3,877,1278 -"225627",89047,3242,3,877,1730 -"225628",89047,3716,3,877,1679 -"225629",89047,4618,3,877,2607 -"225630",89047,5504,3,877,2389 -"225631",89047,5716,2,877,1058 -"225632",89047,5984,3,877,1675 -"225633",89047,5986,3,877,1721 -"225634",89047,6047,2,877,2004 -"225635",89047,6417,3,877,1675 -"225636",89047,8621,2,877,1681 -"225637",89047,10404,3,877,2062 -"225638",89047,10513,3,877,2284 -"225639",89047,11218,3,877,2292 -"225640",89047,11540,2,877,1237 -"225641",89047,12035,3,877,2721 -"225642",89047,12042,3,877,2345 -"225643",89047,13248,3,877,1385 -"225644",89047,13801,3,877,2041 -"225645",89047,14032,3,877,2144 -"225646",89047,14855,3,877,903 -"225647",89047,15539,3,877,1929 -"225648",89047,15872,3,877,1551 -"225649",89047,16074,3,877,977 -"225650",89047,16120,3,877,1237 -"225651",89047,16164,2,877,1184 -"225652",89047,16352,3,877,2657 -"225653",89047,17400,3,877,2231 -"225654",89047,20563,3,877,2267 -"225655",89047,20975,3,877,1305 -"225656",89047,21138,2,877,2849 -"225657",89047,22141,3,877,2348 -"225658",89047,26436,3,877,2489 -"225659",89047,26516,3,877,2479 -"225660",89047,27753,3,877,2750 -"225661",89047,28002,3,877,914 -"225662",89047,28731,3,877,955 -"225663",89047,30173,3,877,2404 -"225664",89047,30438,3,877,1617 -"225665",89047,31054,3,877,1273 -"225666",89047,34492,3,877,1798 -"225667",89047,34735,3,877,2767 -"225668",89047,37418,3,877,2710 -"225669",89047,38449,3,877,1802 -"225670",89047,47248,3,877,2883 -"225671",89047,50124,3,877,1209 -"225672",89047,51017,2,877,2073 -"225673",89047,51022,3,877,1499 -"225674",89047,51035,3,877,2397 -"225675",89047,52442,3,877,1269 -"225676",89047,53134,3,877,1590 -"225677",89047,54740,3,877,2750 -"225678",89047,54929,3,877,2783 -"225679",89047,57977,3,877,2683 -"225680",89047,63547,3,877,1023 -"225681",89047,80219,3,877,988 -"225682",89047,80678,3,877,1595 -"225683",89047,84022,3,877,2289 -"225684",89047,84296,3,877,1751 -"225685",89047,100134,3,877,977 -"225686",89047,101395,2,877,891 -"225687",89054,312,3,732,2038 -"225688",89054,380,3,732,2261 -"225689",89054,489,3,732,2652 -"225690",89054,1044,2,732,880 -"225691",89054,2181,3,732,2030 -"225692",89054,2424,3,732,2582 -"225693",89054,2533,3,732,2016 -"225694",89054,2742,3,732,1192 -"225695",89054,3305,3,732,2839 -"225696",89054,3751,3,732,1358 -"225697",89054,3801,3,732,1974 -"225698",89054,5429,3,732,1991 -"225699",89054,6055,3,732,2651 -"225700",89054,8821,3,732,2230 -"225701",89054,11006,3,732,1950 -"225702",89054,11440,3,732,2026 -"225703",89054,12728,3,732,2374 -"225704",89054,19248,2,732,2357 -"225705",89054,19719,3,732,2177 -"225706",89054,20124,2,732,2376 -"225707",89054,25198,3,732,1982 -"225708",89054,25241,3,732,1233 -"225709",89054,26573,3,732,1715 -"225710",89054,27694,2,732,2030 -"225711",89054,35187,3,732,2488 -"225712",89054,48605,2,732,2796 -"225713",89054,52576,3,732,2234 -"225714",89054,53846,3,732,2737 -"225715",89054,58414,3,732,880 -"225716",89054,58451,3,732,1939 -"225717",89054,61982,3,732,2725 -"225718",89054,62841,3,732,2710 -"225719",89054,72956,3,732,1251 -"225720",89054,97811,3,732,1288 -"225721",89057,26218,3,1286,2460 -"225722",89057,39657,3,1286,1947 -"225723",89057,39748,3,1286,1566 -"225724",89072,20423,3,1099,2654 -"225725",89072,29899,3,1099,2375 -"225726",89072,31700,3,1099,2727 -"225727",89072,40748,2,1099,1328 -"225728",89072,47715,3,1099,2111 -"225729",89072,60718,1,1099,1229 -"225730",89072,65203,3,1099,1597 -"225731",89097,212,3,935,1513 -"225732",89097,671,3,935,2328 -"225733",89097,913,3,935,2144 -"225734",89097,1102,3,935,2282 -"225735",89097,1639,3,935,2631 -"225736",89097,2269,3,935,984 -"225737",89097,2322,3,935,1645 -"225738",89097,2424,3,935,2582 -"225739",89097,2533,3,935,2016 -"225740",89097,2754,3,935,1360 -"225741",89097,3271,3,935,2216 -"225742",89097,3305,3,935,2839 -"225743",89097,3306,3,935,1989 -"225744",89097,3716,3,935,1679 -"225745",89097,4317,3,935,1224 -"225746",89097,4701,3,935,2401 -"225747",89097,4790,2,935,1025 -"225748",89097,4791,2,935,1184 -"225749",89097,6047,3,935,2004 -"225750",89097,6052,3,935,1985 -"225751",89097,6718,3,935,2138 -"225752",89097,8073,3,935,1847 -"225753",89097,8529,3,935,1205 -"225754",89097,8762,3,935,2585 -"225755",89097,8910,3,935,1054 -"225756",89097,9057,3,935,2629 -"225757",89097,9272,3,935,2835 -"225758",89097,9311,3,935,2477 -"225759",89097,9364,3,935,1698 -"225760",89097,9511,3,935,1232 -"225761",89097,10513,3,935,2284 -"225762",89097,11006,3,935,1950 -"225763",89097,11229,3,935,1625 -"225764",89097,11540,3,935,1237 -"225765",89097,11541,3,935,1927 -"225766",89097,11620,3,935,2010 -"225767",89097,12096,3,935,1330 -"225768",89097,12374,3,935,2260 -"225769",89097,12618,3,935,2021 -"225770",89097,12728,3,935,2374 -"225771",89097,13945,3,935,1324 -"225772",89097,14032,3,935,2144 -"225773",89097,14959,3,935,2898 -"225774",89097,16332,3,935,2668 -"225775",89097,16432,3,935,2664 -"225776",89097,16940,2,935,1290 -"225777",89097,17931,3,935,1617 -"225778",89097,18707,3,935,1143 -"225779",89097,19204,3,935,1753 -"225780",89097,19248,3,935,2357 -"225781",89097,19719,3,935,2177 -"225782",89097,20124,3,935,2376 -"225783",89097,20311,2,935,1981 -"225784",89097,20975,2,935,1305 -"225785",89097,21122,3,935,1701 -"225786",89097,21138,3,935,2849 -"225787",89097,21197,3,935,1437 -"225788",89097,21285,3,935,2100 -"225789",89097,21693,2,935,2176 -"225790",89097,22282,2,935,1418 -"225791",89097,22326,2,935,2818 -"225792",89097,22362,2,935,1836 -"225793",89097,22586,3,935,1341 -"225794",89097,23450,2,935,967 -"225795",89097,23727,3,935,1734 -"225796",89097,23729,2,935,1624 -"225797",89097,23970,3,935,1624 -"225798",89097,24362,3,935,1287 -"225799",89097,24755,2,935,1319 -"225800",89097,25305,3,935,2447 -"225801",89097,25577,2,935,1946 -"225802",89097,26451,3,935,2133 -"225803",89097,26471,3,935,1061 -"225804",89097,26570,3,935,1669 -"225805",89097,26749,2,935,2965 -"225806",89097,27175,3,935,1447 -"225807",89097,27275,3,935,2656 -"225808",89097,27390,3,935,2425 -"225809",89097,27694,3,935,2030 -"225810",89097,27792,3,935,1308 -"225811",89097,27849,3,935,1316 -"225812",89097,28015,2,935,1624 -"225813",89097,29987,3,935,956 -"225814",89097,30052,3,935,2855 -"225815",89097,30173,3,935,2404 -"225816",89097,31530,3,935,1661 -"225817",89097,31691,3,935,1657 -"225818",89097,32173,3,935,2341 -"225819",89097,33801,3,935,2899 -"225820",89097,33949,3,935,2489 -"225821",89097,34136,2,935,2202 -"225822",89097,34836,3,935,2302 -"225823",89097,38019,2,935,1870 -"225824",89097,41832,3,935,1155 -"225825",89097,43226,3,935,2442 -"225826",89097,43385,3,935,1623 -"225827",89097,47772,3,935,2293 -"225828",89097,48110,3,935,2009 -"225829",89097,49512,3,935,1302 -"225830",89097,51017,3,935,2073 -"225831",89097,51035,3,935,2397 -"225832",89097,51810,3,935,1401 -"225833",89097,52058,3,935,1836 -"225834",89097,52136,3,935,1412 -"225835",89097,52570,3,935,2645 -"225836",89097,52576,2,935,2234 -"225837",89097,52735,3,935,1124 -"225838",89097,53196,3,935,1888 -"225839",89097,53323,3,935,2677 -"225840",89097,54305,3,935,1222 -"225841",89097,55082,3,935,1856 -"225842",89097,55139,3,935,2323 -"225843",89097,55438,3,935,2863 -"225844",89097,55468,3,935,2511 -"225845",89097,56082,3,935,2395 -"225846",89097,56317,1,935,2030 -"225847",89097,56340,3,935,2060 -"225848",89097,57950,3,935,1529 -"225849",89097,58078,3,935,1252 -"225850",89097,58133,3,935,1484 -"225851",89097,58508,2,935,2326 -"225852",89097,58652,3,935,1437 -"225853",89097,58684,3,935,2295 -"225854",89097,59700,3,935,2346 -"225855",89097,61982,3,935,2725 -"225856",89097,62841,3,935,2710 -"225857",89097,64181,3,935,1828 -"225858",89097,65007,3,935,2530 -"225859",89097,66860,3,935,1548 -"225860",89097,67222,3,935,1332 -"225861",89097,67719,3,935,2429 -"225862",89097,69335,3,935,2698 -"225863",89097,70217,3,935,2332 -"225864",89097,71342,2,935,1289 -"225865",89097,72207,3,935,2430 -"225866",89097,72956,2,935,1251 -"225867",89097,73128,2,935,1549 -"225868",89097,73786,3,935,2937 -"225869",89097,75948,2,935,1006 -"225870",89097,76284,3,935,1237 -"225871",89097,76892,3,935,2381 -"225872",89097,77305,1,935,965 -"225873",89097,79322,3,935,2770 -"225874",89097,79436,3,935,1344 -"225875",89097,80301,3,935,1690 -"225876",89097,81588,1,935,1568 -"225877",89097,82893,3,935,1275 -"225878",89097,82949,2,935,2077 -"225879",89097,87048,3,935,989 -"225880",89097,93332,3,935,982 -"225881",89097,94908,3,935,1413 -"225882",89097,98781,3,935,1410 -"225883",89097,101295,3,935,2165 -"225884",89097,101797,3,935,2357 -"225885",89097,115622,3,935,1895 -"225886",89106,307,3,527,2530 -"225887",89106,1036,3,527,1367 -"225888",89106,1092,3,527,1945 -"225889",89106,1397,1,527,1225 -"225890",89106,3753,3,527,1255 -"225891",89106,9893,2,527,2701 -"225892",89106,15433,3,527,2038 -"225893",89106,15716,3,527,1991 -"225894",89106,21706,3,527,1988 -"225895",89106,22586,3,527,1341 -"225896",89106,45608,3,527,2420 -"225897",89106,52735,3,527,1124 -"225898",89129,916,2,790,2718 -"225899",89129,2802,2,790,1836 -"225900",89129,11897,2,790,1271 -"225901",89129,17999,3,790,2758 -"225902",89129,23739,2,790,2463 -"225903",89129,36662,2,790,2967 -"225904",89129,51678,3,790,1077 -"225905",89129,57037,3,790,2293 -"225906",89129,59470,3,790,2393 -"225907",89129,94339,3,790,2768 -"225908",89135,827,3,116,2964 -"225909",89135,916,3,116,2718 -"225910",89135,1624,3,116,2687 -"225911",89135,1708,3,116,1591 -"225912",89135,2282,3,116,2056 -"225913",89135,2647,3,116,2450 -"225914",89135,2927,2,116,1789 -"225915",89135,4180,2,116,1817 -"225916",89135,4551,1,116,2720 -"225917",89135,5303,2,116,1849 -"225918",89135,6040,3,116,2103 -"225919",89135,6480,2,116,1678 -"225920",89135,7253,1,116,2686 -"225921",89135,7254,1,116,1849 -"225922",89135,7604,3,116,1366 -"225923",89135,8006,3,116,479 -"225924",89135,11665,3,116,1643 -"225925",89135,11858,1,116,1530 -"225926",89135,13034,3,116,698 -"225927",89135,13068,3,116,1778 -"225928",89135,15146,1,116,1546 -"225929",89135,16538,3,116,704 -"225930",89135,18718,2,116,494 -"225931",89135,19509,2,116,2000 -"225932",89135,21027,2,116,560 -"225933",89135,22980,3,116,158 -"225934",89135,25378,3,116,1245 -"225935",89135,26513,3,116,2205 -"225936",89135,28268,2,116,2258 -"225937",89135,28782,3,116,2272 -"225938",89135,34953,2,116,1817 -"225939",89135,35787,3,116,1132 -"225940",89135,36399,3,116,1357 -"225941",89135,36840,3,116,2269 -"225942",89135,42382,3,116,2224 -"225943",89135,42390,3,116,2937 -"225944",89135,42773,3,116,385 -"225945",89135,43543,3,116,1457 -"225946",89135,46616,3,116,1917 -"225947",89135,47607,3,116,2724 -"225948",89135,52380,2,116,2686 -"225949",89135,53584,3,116,2391 -"225950",89135,58945,2,116,2481 -"225951",89135,59511,2,116,2753 -"225952",89135,61948,3,116,1231 -"225953",89135,65188,3,116,2213 -"225954",89135,65375,3,116,824 -"225955",89135,66267,3,116,1278 -"225956",89135,69029,3,116,2623 -"225957",89135,71895,3,116,1327 -"225958",89135,75194,2,116,1736 -"225959",89135,78611,3,116,1586 -"225960",89135,80970,3,116,2069 -"225961",89135,82312,1,116,340 -"225962",89135,84181,3,116,1272 -"225963",89135,90778,3,116,683 -"225964",89135,102467,3,116,708 -"225965",89135,112176,2,116,250 -"225966",89137,3167,3,580,1676 -"225967",89137,4623,3,580,1176 -"225968",89137,12096,3,580,1330 -"225969",89137,17852,3,580,2840 -"225970",89137,26570,3,580,1669 -"225971",89137,27355,3,580,870 -"225972",89137,32648,3,580,669 -"225973",89137,34158,2,580,2639 -"225974",89137,38219,3,580,1689 -"225975",89137,39748,3,580,1566 -"225976",89137,39865,3,580,849 -"225977",89137,40893,3,580,1116 -"225978",89137,44161,2,580,1156 -"225979",89137,51157,2,580,2319 -"225980",89137,51319,3,580,2488 -"225981",89137,62148,2,580,1566 -"225982",89137,64219,3,580,2705 -"225983",89137,64786,2,580,870 -"225984",89137,65322,3,580,2008 -"225985",89137,81478,3,580,1640 -"225986",89137,85547,3,580,997 -"225987",89181,3430,3,1910,2498 -"225988",89181,14669,3,1910,2080 -"225989",89181,52024,3,1910,2500 -"225990",89181,68215,3,1910,2727 -"225991",89191,10779,3,161,2881 -"225992",89191,11127,3,161,1196 -"225993",89191,11875,3,161,1526 -"225994",89191,17061,3,161,2385 -"225995",89191,17347,3,161,1526 -"225996",89191,17819,3,161,2291 -"225997",89191,19338,3,161,620 -"225998",89191,22415,3,161,2841 -"225999",89191,27623,3,161,2970 -"226000",89191,37376,3,161,432 -"226001",89191,42946,3,161,2900 -"226002",89191,44598,3,161,2356 -"226003",89191,49642,3,161,1166 -"226004",89191,51815,3,161,1252 -"226005",89191,69438,3,161,830 -"226006",89191,71971,3,161,1294 -"226007",89191,74730,3,161,535 -"226008",89191,82949,3,161,2077 -"226009",89191,90860,2,161,851 -"226010",89191,92480,2,161,832 -"226011",89191,99957,2,161,171 -"226012",89191,113131,2,161,445 -"226013",89191,115622,3,161,1895 -"226014",89203,1397,3,453,1225 -"226015",89203,3753,3,453,1255 -"226016",89203,6218,3,453,702 -"226017",89203,14972,3,453,2332 -"226018",89203,19096,3,453,1538 -"226019",89203,19733,1,453,1907 -"226020",89203,39186,3,453,1258 -"226021",89203,40417,3,453,771 -"226022",89203,52735,3,453,1124 -"226023",89203,80219,3,453,988 -"226024",89258,1685,2,1147,2230 -"226025",89258,1785,3,1147,2350 -"226026",89258,2370,3,1147,1600 -"226027",89258,3360,1,1147,1583 -"226028",89258,3477,3,1147,2546 -"226029",89258,4784,3,1147,2511 -"226030",89258,5355,3,1147,1499 -"226031",89258,5937,2,1147,2392 -"226032",89258,6020,2,1147,1864 -"226033",89258,6063,3,1147,2349 -"226034",89258,11154,2,1147,1594 -"226035",89258,11868,2,1147,1639 -"226036",89258,12007,1,1147,1594 -"226037",89258,13595,3,1147,1164 -"226038",89258,13671,3,1147,1371 -"226039",89258,14584,3,1147,1573 -"226040",89258,14838,3,1147,1746 -"226041",89258,15558,3,1147,2389 -"226042",89258,18217,3,1147,1566 -"226043",89258,18821,3,1147,2075 -"226044",89258,19002,3,1147,2053 -"226045",89258,21358,3,1147,1970 -"226046",89258,22744,2,1147,1907 -"226047",89258,26698,3,1147,1963 -"226048",89258,27074,2,1147,1454 -"226049",89258,28648,3,1147,1586 -"226050",89258,28970,3,1147,2111 -"226051",89258,29775,3,1147,2064 -"226052",89258,31794,3,1147,1919 -"226053",89258,32841,3,1147,1345 -"226054",89258,33223,3,1147,2397 -"226055",89258,34274,3,1147,1437 -"226056",89258,40542,3,1147,1664 -"226057",89258,41489,3,1147,2006 -"226058",89258,41521,3,1147,2069 -"226059",89258,43311,3,1147,1553 -"226060",89258,45297,3,1147,1864 -"226061",89258,52953,3,1147,1741 -"226062",89258,56413,3,1147,2747 -"226063",89258,79461,3,1147,1667 -"226064",89258,79913,3,1147,1514 -"226065",89258,80942,3,1147,1240 -"226066",89258,85401,3,1147,1931 -"226067",89258,86559,2,1147,1704 -"226068",89258,87190,1,1147,1704 -"226069",89258,90429,3,1147,1684 -"226070",89258,104843,3,1147,1167 -"226071",89258,113498,3,1147,2568 -"226072",89259,5673,3,45,1567 -"226073",89259,6078,2,45,498 -"226074",89259,11135,3,45,2441 -"226075",89259,15502,3,45,2637 -"226076",89259,16545,3,45,186 -"226077",89259,16593,3,45,1139 -"226078",89259,23330,2,45,448 -"226079",89259,23639,3,45,2065 -"226080",89259,24116,3,45,1413 -"226081",89259,30164,3,45,404 -"226082",89259,36487,3,45,2622 -"226083",89259,41180,3,45,1556 -"226084",89259,51448,3,45,1593 -"226085",89259,61513,3,45,2948 -"226086",89259,65223,3,45,2724 -"226087",89259,79236,3,45,1505 -"226088",89259,81134,3,45,1384 -"226089",89259,83133,3,45,1055 -"226090",89259,92947,2,45,1289 -"226091",89259,111128,3,45,1234 -"226092",89278,5491,3,587,2048 -"226093",89278,6390,3,587,2385 -"226094",89278,7548,3,587,1932 -"226095",89278,7840,2,587,984 -"226096",89278,9311,3,587,2477 -"226097",89278,10439,3,587,773 -"226098",89278,10474,3,587,1608 -"226099",89278,14723,3,587,2019 -"226100",89278,19092,3,587,906 -"226101",89278,20494,2,587,1075 -"226102",89278,22422,1,587,894 -"226103",89278,28002,3,587,914 -"226104",89278,30746,3,587,1209 -"226105",89278,31054,3,587,1273 -"226106",89278,33241,3,587,632 -"226107",89278,33356,3,587,1586 -"226108",89278,35888,3,587,2291 -"226109",89278,38755,3,587,2902 -"226110",89278,40913,3,587,1800 -"226111",89278,49581,3,587,1817 -"226112",89278,50093,3,587,909 -"226113",89278,55324,2,587,1544 -"226114",89278,58993,3,587,2390 -"226115",89278,59937,3,587,885 -"226116",89278,61337,3,587,2777 -"226117",89278,63966,3,587,1565 -"226118",89278,66677,3,587,2151 -"226119",89278,72845,3,587,1663 -"226120",89278,74190,3,587,1428 -"226121",89278,74318,3,587,632 -"226122",89278,75343,3,587,2008 -"226123",89278,88857,2,587,1232 -"226124",89278,94450,3,587,1127 -"226125",89278,100218,3,587,606 -"226126",89278,100462,3,587,1927 -"226127",89278,102301,3,587,865 -"226128",89278,103218,3,587,1787 -"226129",89311,2591,3,398,1949 -"226130",89311,9484,3,398,1429 -"226131",89311,11588,2,398,2352 -"226132",89311,14998,3,398,1553 -"226133",89311,36346,2,398,1240 -"226134",89311,38532,3,398,1234 -"226135",89311,39418,3,398,1978 -"226136",89311,110398,3,398,601 -"226137",89329,1222,3,517,2598 -"226138",89329,4194,3,517,1641 -"226139",89329,4698,3,517,2481 -"226140",89329,5414,2,517,2321 -"226141",89329,6262,2,517,2733 -"226142",89329,6432,2,517,2297 -"226143",89329,6755,3,517,2818 -"226144",89329,9808,3,517,1648 -"226145",89329,11429,3,517,2520 -"226146",89329,11897,2,517,1271 -"226147",89329,13150,3,517,1570 -"226148",89329,13861,3,517,1197 -"226149",89329,14761,3,517,2502 -"226150",89329,15047,3,517,1697 -"226151",89329,16590,2,517,1123 -"226152",89329,18466,3,517,2340 -"226153",89329,19323,2,517,1705 -"226154",89329,19358,3,517,880 -"226155",89329,28914,3,517,580 -"226156",89329,32070,3,517,950 -"226157",89329,33755,3,517,2963 -"226158",89329,35414,3,517,1959 -"226159",89329,37342,3,517,2649 -"226160",89329,38274,2,517,1181 -"226161",89329,46568,3,517,822 -"226162",89329,56168,3,517,1466 -"226163",89329,57037,3,517,2293 -"226164",89329,72207,3,517,2430 -"226165",89329,76604,3,517,2590 -"226166",89329,96349,3,517,1874 -"226167",89329,99194,3,517,1271 -"226168",89329,104161,3,517,613 -"226169",89329,105867,2,517,1641 -"226170",89329,112814,2,517,546 -"226171",89391,1785,3,2180,2350 -"226172",89391,10119,3,2180,2374 -"226173",89391,14442,2,2180,2700 -"226174",89391,25330,3,2180,2370 -"226175",89391,36996,3,2180,2321 -"226176",89391,47882,3,2180,2769 -"226177",89391,59289,3,2180,2896 -"226178",89471,15563,3,2349,2719 -"226179",89511,3947,3,1205,2067 -"226180",89511,3961,2,1205,2426 -"226181",89511,4289,3,1205,1921 -"226182",89511,5239,3,1205,2875 -"226183",89511,7196,3,1205,1508 -"226184",89511,7269,3,1205,1728 -"226185",89511,7984,2,1205,2493 -"226186",89511,10358,3,1205,2294 -"226187",89511,11477,3,1205,2724 -"226188",89511,13388,3,1205,2119 -"226189",89511,13780,3,1205,2412 -"226190",89511,14943,3,1205,1942 -"226191",89511,15401,2,1205,1999 -"226192",89511,16625,1,1205,1285 -"226193",89511,16801,3,1205,2008 -"226194",89511,16826,3,1205,2599 -"226195",89511,18103,3,1205,1968 -"226196",89511,18735,3,1205,1581 -"226197",89511,20067,3,1205,2390 -"226198",89511,20311,3,1205,1981 -"226199",89511,21754,3,1205,1881 -"226200",89511,26713,3,1205,1235 -"226201",89511,28784,2,1205,1579 -"226202",89511,30747,3,1205,2455 -"226203",89511,31890,3,1205,1487 -"226204",89511,32988,2,1205,2008 -"226205",89511,33801,3,1205,2899 -"226206",89511,34158,3,1205,2639 -"226207",89511,35529,3,1205,1620 -"226208",89511,38219,2,1205,1689 -"226209",89511,40432,3,1205,1956 -"226210",89511,40645,2,1205,1899 -"226211",89511,41936,3,1205,2258 -"226212",89511,42505,1,1205,2008 -"226213",89511,45959,3,1205,1880 -"226214",89511,46040,3,1205,2105 -"226215",89511,48698,3,1205,1474 -"226216",89511,55139,3,1205,2323 -"226217",89511,56237,3,1205,2625 -"226218",89511,64031,3,1205,1295 -"226219",89511,64181,3,1205,1828 -"226220",89511,64997,3,1205,2791 -"226221",89511,65155,2,1205,1947 -"226222",89511,65203,3,1205,1597 -"226223",89511,65322,2,1205,2008 -"226224",89511,70046,3,1205,2624 -"226225",89511,76081,3,1205,1534 -"226226",89511,76511,2,1205,1250 -"226227",89511,78150,3,1205,2581 -"226228",89511,79567,3,1205,1942 -"226229",89511,92757,3,1205,2615 -"226230",89511,96352,3,1205,1493 -"226231",89511,97160,2,1205,1215 -"226232",89519,2258,2,115,288 -"226233",89519,5816,3,115,2408 -"226234",89519,11410,2,115,201 -"226235",89519,13400,3,115,1371 -"226236",89519,25259,2,115,1699 -"226237",89519,53362,3,115,2360 -"226238",89519,55775,3,115,2385 -"226239",89527,600,3,572,1702 -"226240",89527,5315,3,572,2631 -"226241",89527,16053,3,572,908 -"226242",89527,17396,2,572,1672 -"226243",89527,19113,3,572,1171 -"226244",89527,19637,3,572,1229 -"226245",89527,20067,3,572,2390 -"226246",89527,22566,3,572,2308 -"226247",89527,25443,3,572,1441 -"226248",89527,35529,3,572,1620 -"226249",89527,41739,3,572,1339 -"226250",89527,45704,3,572,2687 -"226251",89527,53043,3,572,803 -"226252",89527,60552,3,572,855 -"226253",89527,64181,3,572,1828 -"226254",89527,65625,3,572,1273 -"226255",89527,66413,3,572,2507 -"226256",89527,70528,1,572,2727 -"226257",89527,70996,3,572,1037 -"226258",89527,105063,3,572,1908 -"226259",89538,11990,3,1847,1909 -"226260",89538,16690,3,1847,2132 -"226261",89538,27742,3,1847,2700 -"226262",89538,27882,3,1847,1897 -"226263",89538,27914,3,1847,2507 -"226264",89538,32920,3,1847,2158 -"226265",89538,36487,3,1847,2622 -"226266",89538,39418,3,1847,1978 -"226267",89538,42543,3,1847,1907 -"226268",89538,43961,2,1847,2443 -"226269",89538,47375,3,1847,2043 -"226270",89538,56755,3,1847,2158 -"226271",89541,671,3,525,2328 -"226272",89541,1826,3,525,924 -"226273",89541,2269,3,525,984 -"226274",89541,2754,3,525,1360 -"226275",89541,4317,3,525,1224 -"226276",89541,4701,3,525,2401 -"226277",89541,4790,2,525,1025 -"226278",89541,4791,2,525,1184 -"226279",89541,9474,3,525,864 -"226280",89541,11541,3,525,1927 -"226281",89541,12096,3,525,1330 -"226282",89541,13945,3,525,1324 -"226283",89541,14678,3,525,799 -"226284",89541,18393,3,525,860 -"226285",89541,18707,3,525,1143 -"226286",89541,20975,3,525,1305 -"226287",89541,21122,3,525,1701 -"226288",89541,21198,3,525,935 -"226289",89541,22282,3,525,1418 -"226290",89541,23450,3,525,967 -"226291",89541,23652,3,525,803 -"226292",89541,23729,3,525,1624 -"226293",89541,24755,2,525,1319 -"226294",89541,26451,3,525,2133 -"226295",89541,26570,3,525,1669 -"226296",89541,26749,3,525,2965 -"226297",89541,27175,3,525,1447 -"226298",89541,27390,3,525,2425 -"226299",89541,27849,3,525,1316 -"226300",89541,28015,3,525,1624 -"226301",89541,29705,2,525,607 -"226302",89541,38019,3,525,1870 -"226303",89541,39238,3,525,922 -"226304",89541,41174,3,525,850 -"226305",89541,41832,3,525,1155 -"226306",89541,42618,3,525,2316 -"226307",89541,43051,2,525,904 -"226308",89541,46723,3,525,607 -"226309",89541,50219,3,525,756 -"226310",89541,51810,3,525,1401 -"226311",89541,52058,3,525,1836 -"226312",89541,55468,3,525,2511 -"226313",89541,56317,3,525,2030 -"226314",89541,57950,3,525,1529 -"226315",89541,64181,3,525,1828 -"226316",89541,66860,3,525,1548 -"226317",89541,67222,3,525,1332 -"226318",89541,71342,3,525,1289 -"226319",89541,72956,3,525,1251 -"226320",89541,75948,2,525,1006 -"226321",89541,77305,2,525,965 -"226322",89541,79322,3,525,2770 -"226323",89541,81588,2,525,1568 -"226324",89541,83434,3,525,850 -"226325",89541,89097,2,525,935 -"226326",89541,90573,3,525,878 -"226327",89541,92220,1,525,607 -"226328",89565,288,3,631,947 -"226329",89565,2754,3,631,1360 -"226330",89565,30857,3,631,863 -"226331",89565,54857,2,631,849 -"226332",89565,67222,2,631,1332 -"226333",89565,72334,3,631,2820 -"226334",89578,7798,3,828,949 -"226335",89578,8088,3,828,2220 -"226336",89578,12103,2,828,1244 -"226337",89578,16040,3,828,1244 -"226338",89578,30906,3,828,2537 -"226339",89586,5971,3,1401,1985 -"226340",89586,9620,3,1401,2339 -"226341",89586,10914,3,1401,1660 -"226342",89586,11419,2,1401,1408 -"226343",89586,73266,2,1401,2496 -"226344",89586,90501,3,1401,2380 -"226345",89653,1257,3,562,1212 -"226346",89653,8088,3,562,2220 -"226347",89653,15023,3,562,2054 -"226348",89653,20921,3,562,723 -"226349",89653,29295,3,562,2043 -"226350",89653,51399,3,562,934 -"226351",89653,80615,3,562,2252 -"226352",89653,93590,3,562,1188 -"226353",89653,94513,2,562,1102 -"226354",89653,98436,3,562,1212 -"226355",89668,1224,3,1279,2435 -"226356",89668,1777,3,1279,1965 -"226357",89668,2765,3,1279,2321 -"226358",89668,3067,3,1279,1378 -"226359",89668,3830,3,1279,1661 -"226360",89668,5078,3,1279,2033 -"226361",89668,5457,3,1279,2077 -"226362",89668,5462,3,1279,2374 -"226363",89668,5504,3,1279,2389 -"226364",89668,5621,3,1279,1860 -"226365",89668,9030,2,1279,1979 -"226366",89668,11602,3,1279,1493 -"226367",89668,12867,3,1279,2773 -"226368",89668,13535,2,1279,1491 -"226369",89668,13732,3,1279,2789 -"226370",89668,14652,3,1279,2516 -"226371",89668,14888,2,1279,1411 -"226372",89668,15500,1,1279,1658 -"226373",89668,17826,3,1279,2920 -"226374",89668,18151,3,1279,2962 -"226375",89668,18458,2,1279,2477 -"226376",89668,20423,3,1279,2654 -"226377",89668,20545,2,1279,1491 -"226378",89668,20659,1,1279,1969 -"226379",89668,20783,3,1279,2414 -"226380",89668,21092,2,1279,1643 -"226381",89668,21193,3,1279,2490 -"226382",89668,21225,2,1279,1945 -"226383",89668,24362,3,1279,1287 -"226384",89668,26106,1,1279,2015 -"226385",89668,26793,3,1279,2104 -"226386",89668,26865,3,1279,2726 -"226387",89668,29224,3,1279,2011 -"226388",89668,30081,3,1279,2403 -"226389",89668,31307,3,1279,2139 -"226390",89668,32761,3,1279,2680 -"226391",89668,35095,3,1279,1502 -"226392",89668,37333,3,1279,1612 -"226393",89668,37677,2,1279,1908 -"226394",89668,38908,2,1279,1787 -"226395",89668,39827,3,1279,2321 -"226396",89668,41278,3,1279,1873 -"226397",89668,43839,2,1279,1685 -"226398",89668,44235,3,1279,2700 -"226399",89668,49032,2,1279,2469 -"226400",89668,49461,3,1279,2793 -"226401",89668,49666,3,1279,2408 -"226402",89668,52327,3,1279,1472 -"226403",89668,53637,3,1279,2113 -"226404",89668,55556,3,1279,2075 -"226405",89668,57565,1,1279,1577 -"226406",89668,57781,3,1279,1971 -"226407",89668,67264,2,1279,2790 -"226408",89668,71478,3,1279,1721 -"226409",89668,71702,3,1279,2353 -"226410",89668,72122,1,1279,1436 -"226411",89668,85592,1,1279,1412 -"226412",89668,88966,3,1279,1568 -"226413",89676,1968,2,397,631 -"226414",89676,4763,3,397,1960 -"226415",89676,6824,3,397,2680 -"226416",89676,10638,2,397,2692 -"226417",89676,10874,3,397,1891 -"226418",89676,10914,3,397,1660 -"226419",89676,11381,3,397,1638 -"226420",89676,11506,3,397,2824 -"226421",89676,15184,3,397,2396 -"226422",89676,16777,3,397,834 -"226423",89676,18943,3,397,2861 -"226424",89676,19027,3,397,2721 -"226425",89676,20007,3,397,2971 -"226426",89676,20700,3,397,2861 -"226427",89676,23513,3,397,900 -"226428",89676,27008,3,397,911 -"226429",89676,31164,3,397,1996 -"226430",89676,31799,3,397,2547 -"226431",89676,32449,3,397,2091 -"226432",89676,44636,2,397,1026 -"226433",89676,50238,3,397,663 -"226434",89676,54676,3,397,1342 -"226435",89676,55604,3,397,2342 -"226436",89676,56338,3,397,1818 -"226437",89676,60689,3,397,859 -"226438",89676,62488,3,397,1418 -"226439",89676,66911,3,397,1920 -"226440",89676,69335,3,397,2698 -"226441",89676,73021,3,397,789 -"226442",89676,85778,3,397,1040 -"226443",89676,103420,3,397,433 -"226444",89676,104306,3,397,1665 -"226445",89681,543,3,1978,2203 -"226446",89681,1409,3,1978,2090 -"226447",89681,3306,3,1978,1989 -"226448",89681,3896,3,1978,2693 -"226449",89681,4929,3,1978,2240 -"226450",89681,6063,3,1978,2349 -"226451",89681,7229,3,1978,2669 -"226452",89681,7443,3,1978,2028 -"226453",89681,7506,3,1978,2371 -"226454",89681,7847,3,1978,2424 -"226455",89681,8604,3,1978,2799 -"226456",89681,12081,3,1978,2166 -"226457",89681,12272,3,1978,2371 -"226458",89681,13200,3,1978,2488 -"226459",89681,13801,3,1978,2041 -"226460",89681,14655,2,1978,2559 -"226461",89681,14972,3,1978,2332 -"226462",89681,15560,2,1978,2257 -"226463",89681,16195,3,1978,2964 -"226464",89681,17354,3,1978,2250 -"226465",89681,21079,3,1978,1997 -"226466",89681,21872,3,1978,2458 -"226467",89681,23121,3,1978,2108 -"226468",89681,23223,3,1978,2094 -"226469",89681,23526,3,1978,1998 -"226470",89681,26080,3,1978,2525 -"226471",89681,26451,3,1978,2133 -"226472",89681,26582,3,1978,2772 -"226473",89681,30906,3,1978,2537 -"226474",89681,30943,3,1978,2287 -"226475",89681,31124,3,1978,2351 -"226476",89681,31159,3,1978,2231 -"226477",89681,31295,3,1978,2183 -"226478",89681,36031,1,1978,2342 -"226479",89681,36646,3,1978,2744 -"226480",89681,44557,3,1978,2371 -"226481",89681,46803,3,1978,2305 -"226482",89681,47064,3,1978,1993 -"226483",89681,47877,2,1978,2970 -"226484",89681,48215,3,1978,2028 -"226485",89681,62723,2,1978,2554 -"226486",89681,63395,3,1978,2334 -"226487",89681,71982,3,1978,2812 -"226488",89681,85449,3,1978,2340 -"226489",89701,24,3,563,1295 -"226490",89701,1323,3,563,1659 -"226491",89701,1875,3,563,1786 -"226492",89701,4671,3,563,2280 -"226493",89701,5226,3,563,1309 -"226494",89701,5865,3,563,1910 -"226495",89701,7185,3,563,1046 -"226496",89701,7406,3,563,1906 -"226497",89701,7616,2,563,2296 -"226498",89701,9871,2,563,921 -"226499",89701,12122,3,563,1385 -"226500",89701,12712,3,563,815 -"226501",89701,15122,2,563,1201 -"226502",89701,15632,3,563,1242 -"226503",89701,16539,2,563,1947 -"226504",89701,19096,3,563,1538 -"226505",89701,20419,3,563,1587 -"226506",89701,22808,3,563,2297 -"226507",89701,23460,3,563,2183 -"226508",89701,25490,2,563,639 -"226509",89701,27480,3,563,582 -"226510",89701,36784,3,563,576 -"226511",89701,37108,3,563,1202 -"226512",89701,44648,3,563,619 -"226513",89701,48384,3,563,2057 -"226514",89701,48571,3,563,2717 -"226515",89701,49334,3,563,2433 -"226516",89701,55076,3,563,2408 -"226517",89701,65434,3,563,2866 -"226518",89701,76646,3,563,1263 -"226519",89701,77611,3,563,1795 -"226520",89701,82187,3,563,1055 -"226521",89701,82893,2,563,1275 -"226522",89752,10004,3,585,872 -"226523",89752,11676,2,585,1614 -"226524",89752,11897,3,585,1271 -"226525",89752,18479,1,585,2967 -"226526",89752,33363,3,585,2475 -"226527",89752,90570,2,585,964 -"226528",89826,16866,3,2033,2718 -"226529",89826,17520,3,2033,2276 -"226530",89826,18865,3,2033,2676 -"226531",89826,29095,3,2033,2531 -"226532",89826,33801,3,2033,2899 -"226533",89826,43479,3,2033,2178 -"226534",89826,63395,3,2033,2334 -"226535",89860,53905,3,1999,2193 -"226536",89873,2093,3,477,2459 -"226537",89873,5055,3,477,1796 -"226538",89873,22297,3,477,1904 -"226539",89873,46642,3,477,999 -"226540",89873,47384,3,477,1639 -"226541",89873,53697,2,477,1909 -"226542",89873,79596,3,477,2004 -"226543",89880,1090,3,1938,2370 -"226544",89880,1691,3,1938,1941 -"226545",89880,2011,3,1938,2176 -"226546",89880,2865,3,1938,2006 -"226547",89880,5258,3,1938,2730 -"226548",89880,10222,3,1938,2212 -"226549",89880,14108,3,1938,2012 -"226550",89880,14676,3,1938,2764 -"226551",89880,14731,3,1938,2012 -"226552",89880,18543,3,1938,2968 -"226553",89880,20407,3,1938,2339 -"226554",89880,31700,2,1938,2727 -"226555",89880,32988,3,1938,2008 -"226556",89880,36439,3,1938,2469 -"226557",89880,36862,3,1938,2655 -"226558",89880,37238,3,1938,2609 -"226559",89880,39062,3,1938,2020 -"226560",89880,43226,3,1938,2442 -"226561",89880,48215,3,1938,2028 -"226562",89880,60116,3,1938,2668 -"226563",89880,66241,3,1938,2351 -"226564",89880,73597,3,1938,1989 -"226565",89911,1639,3,2607,2631 -"226566",89911,34426,3,2607,2743 -"226567",89931,12818,3,1400,2015 -"226568",89931,13024,3,1400,2468 -"226569",89931,20271,3,1400,2044 -"226570",89931,49621,3,1400,1915 -"226571",89931,64534,3,1400,2924 -"226572",89931,87509,3,1400,1907 -"226573",89931,94339,3,1400,2768 -"226574",89934,34735,3,2760,2767 -"226575",89935,4341,1,771,780 -"226576",89935,15008,3,771,2338 -"226577",89935,15118,3,771,1311 -"226578",89935,15729,3,771,2338 -"226579",89935,17698,3,771,1559 -"226580",89935,22586,3,771,1341 -"226581",89935,28579,3,771,1722 -"226582",89935,36651,2,771,1600 -"226583",89935,39464,3,771,2314 -"226584",89935,40137,1,771,1718 -"226585",89935,40698,2,771,1408 -"226586",89935,42783,2,771,2338 -"226587",89935,73305,2,771,2544 -"226588",89935,73394,3,771,1606 -"226589",89935,73728,3,771,784 -"226590",89935,78037,2,771,1606 -"226591",89935,92124,3,771,1532 -"226592",89935,98801,1,771,1035 -"226593",89935,104280,3,771,887 -"226594",89955,2370,3,1452,1600 -"226595",89955,11135,3,1452,2441 -"226596",89955,11429,3,1452,2520 -"226597",89955,13024,3,1452,2468 -"226598",89955,19687,3,1452,2072 -"226599",89955,24441,3,1452,2256 -"226600",89955,45487,3,1452,2256 -"226601",89955,47827,3,1452,1957 -"226602",89955,94339,3,1452,2768 -"226603",89958,313,3,1186,2271 -"226604",89958,377,2,1186,2389 -"226605",89958,499,3,1186,1931 -"226606",89958,543,2,1186,2203 -"226607",89958,613,3,1186,2687 -"226608",89958,1151,2,1186,2885 -"226609",89958,1275,3,1186,2068 -"226610",89958,1495,3,1186,2046 -"226611",89958,1616,2,1186,2662 -"226612",89958,1777,1,1186,1965 -"226613",89958,2036,2,1186,2483 -"226614",89958,2224,3,1186,2751 -"226615",89958,2484,2,1186,2389 -"226616",89958,2754,2,1186,1360 -"226617",89958,3088,2,1186,1670 -"226618",89958,3161,2,1186,2229 -"226619",89958,3352,3,1186,1707 -"226620",89958,3488,3,1186,2351 -"226621",89958,3830,2,1186,1661 -"226622",89958,3878,3,1186,1890 -"226623",89958,4057,2,1186,2389 -"226624",89958,4226,3,1186,1903 -"226625",89958,4701,3,1186,2401 -"226626",89958,5078,2,1186,2033 -"226627",89958,5457,2,1186,2077 -"226628",89958,5462,1,1186,2374 -"226629",89958,5504,2,1186,2389 -"226630",89958,7323,2,1186,2858 -"226631",89958,8229,1,1186,1241 -"226632",89958,8621,3,1186,1681 -"226633",89958,8760,3,1186,2477 -"226634",89958,8866,3,1186,1545 -"226635",89958,9311,3,1186,2477 -"226636",89958,9332,3,1186,2734 -"226637",89958,9362,3,1186,2879 -"226638",89958,10799,3,1186,2010 -"226639",89958,12713,3,1186,2440 -"226640",89958,13945,3,1186,1324 -"226641",89958,14888,3,1186,1411 -"226642",89958,15184,3,1186,2396 -"226643",89958,15299,3,1186,2213 -"226644",89958,15539,2,1186,1929 -"226645",89958,17410,3,1186,2073 -"226646",89958,17520,3,1186,2276 -"226647",89958,18151,3,1186,2962 -"226648",89958,19027,3,1186,2721 -"226649",89958,19606,2,1186,2783 -"226650",89958,19637,3,1186,1229 -"226651",89958,20486,3,1186,1908 -"226652",89958,20659,3,1186,1969 -"226653",89958,20700,3,1186,2861 -"226654",89958,21122,3,1186,1701 -"226655",89958,22006,2,1186,1202 -"226656",89958,22216,3,1186,1956 -"226657",89958,22749,2,1186,1727 -"226658",89958,23508,3,1186,1907 -"226659",89958,25198,3,1186,1982 -"226660",89958,26155,3,1186,1802 -"226661",89958,26713,3,1186,1235 -"226662",89958,27478,2,1186,2485 -"226663",89958,27849,3,1186,1316 -"226664",89958,28216,2,1186,1910 -"226665",89958,29258,3,1186,1932 -"226666",89958,30119,3,1186,1961 -"226667",89958,30438,3,1186,1617 -"226668",89958,31799,2,1186,2547 -"226669",89958,32606,3,1186,2100 -"226670",89958,33572,3,1186,2370 -"226671",89958,35256,2,1186,2271 -"226672",89958,36559,3,1186,2473 -"226673",89958,37570,2,1186,2389 -"226674",89958,38921,3,1186,1880 -"226675",89958,39444,3,1186,2695 -"226676",89958,39548,3,1186,2389 -"226677",89958,40296,3,1186,1674 -"226678",89958,41278,3,1186,1873 -"226679",89958,41747,3,1186,1722 -"226680",89958,42264,3,1186,1702 -"226681",89958,44235,3,1186,2700 -"226682",89958,44684,3,1186,1220 -"226683",89958,45715,3,1186,2287 -"226684",89958,46680,3,1186,1690 -"226685",89958,47947,3,1186,2681 -"226686",89958,49965,3,1186,2301 -"226687",89958,50252,3,1186,2001 -"226688",89958,50372,3,1186,1834 -"226689",89958,52576,3,1186,2234 -"226690",89958,53031,2,1186,2065 -"226691",89958,53069,3,1186,1664 -"226692",89958,53637,3,1186,2113 -"226693",89958,53851,3,1186,2305 -"226694",89958,55556,2,1186,2075 -"226695",89958,55828,3,1186,2393 -"226696",89958,57077,3,1186,1885 -"226697",89958,57609,3,1186,2717 -"226698",89958,57950,2,1186,1529 -"226699",89958,57977,3,1186,2683 -"226700",89958,58035,3,1186,1646 -"226701",89958,59700,2,1186,2346 -"226702",89958,65029,3,1186,2954 -"226703",89958,67222,3,1186,1332 -"226704",89958,68098,3,1186,2378 -"226705",89958,71478,3,1186,1721 -"226706",89958,72334,3,1186,2820 -"226707",89958,77489,3,1186,1514 -"226708",89958,80429,3,1186,1927 -"226709",89958,85430,1,1186,2370 -"226710",89958,91570,2,1186,2229 -"226711",89958,93615,3,1186,2386 -"226712",89958,94401,3,1186,1784 -"226713",89958,105795,3,1186,1265 -"226714",89965,669,3,810,1423 -"226715",89965,733,3,810,1653 -"226716",89965,1367,3,810,2176 -"226717",89965,1386,3,810,1901 -"226718",89965,2063,3,810,1278 -"226719",89965,2384,3,810,1057 -"226720",89965,2424,3,810,2582 -"226721",89965,2533,3,810,2016 -"226722",89965,2563,3,810,1686 -"226723",89965,2743,3,810,1278 -"226724",89965,3242,2,810,1730 -"226725",89965,3305,3,810,2839 -"226726",89965,3830,3,810,1661 -"226727",89965,4226,3,810,1903 -"226728",89965,4618,3,810,2607 -"226729",89965,4687,3,810,2152 -"226730",89965,5457,3,810,2077 -"226731",89965,5865,3,810,1910 -"226732",89965,6241,2,810,2264 -"226733",89965,7241,3,810,2259 -"226734",89965,7406,3,810,1906 -"226735",89965,8533,3,810,2251 -"226736",89965,8621,3,810,1681 -"226737",89965,9030,3,810,1979 -"226738",89965,10404,3,810,2062 -"226739",89965,10474,3,810,1608 -"226740",89965,10746,3,810,1506 -"226741",89965,10859,2,810,2231 -"226742",89965,10890,3,810,2639 -"226743",89965,11912,3,810,889 -"226744",89965,12122,3,810,1385 -"226745",89965,12374,3,810,2260 -"226746",89965,14709,3,810,1901 -"226747",89965,15118,2,810,1311 -"226748",89965,15343,2,810,2125 -"226749",89965,15500,3,810,1658 -"226750",89965,16029,3,810,1160 -"226751",89965,16074,3,810,977 -"226752",89965,16164,2,810,1184 -"226753",89965,16625,3,810,1285 -"226754",89965,17021,3,810,1226 -"226755",89965,17645,3,810,1918 -"226756",89965,18151,3,810,2962 -"226757",89965,19282,3,810,1623 -"226758",89965,20563,3,810,2267 -"226759",89965,20824,3,810,1366 -"226760",89965,21122,3,810,1701 -"226761",89965,21275,3,810,2609 -"226762",89965,21417,2,810,2422 -"226763",89965,21693,3,810,2176 -"226764",89965,21795,3,810,2653 -"226765",89965,21911,3,810,1184 -"226766",89965,22006,3,810,1202 -"226767",89965,22025,3,810,1591 -"226768",89965,22216,3,810,1956 -"226769",89965,22326,3,810,2818 -"226770",89965,22362,3,810,1836 -"226771",89965,22749,3,810,1727 -"226772",89965,23460,3,810,2183 -"226773",89965,23506,3,810,1172 -"226774",89965,23756,3,810,2309 -"226775",89965,24005,3,810,1188 -"226776",89965,24362,3,810,1287 -"226777",89965,24405,2,810,1443 -"226778",89965,24608,3,810,1630 -"226779",89965,24789,2,810,829 -"226780",89965,25132,3,810,1188 -"226781",89965,26436,3,810,2489 -"226782",89965,26516,3,810,2479 -"226783",89965,26608,3,810,2329 -"226784",89965,26865,3,810,2726 -"226785",89965,27397,3,810,2456 -"226786",89965,27753,3,810,2750 -"226787",89965,28285,3,810,2972 -"226788",89965,28434,3,810,1141 -"226789",89965,28731,3,810,955 -"226790",89965,28784,3,810,1579 -"226791",89965,29073,3,810,2328 -"226792",89965,29791,3,810,1986 -"226793",89965,30438,3,810,1617 -"226794",89965,32131,3,810,1035 -"226795",89965,32761,3,810,2680 -"226796",89965,33430,3,810,2225 -"226797",89965,34311,3,810,2213 -"226798",89965,34327,3,810,2959 -"226799",89965,34492,3,810,1798 -"226800",89965,35069,3,810,2069 -"226801",89965,35854,2,810,1676 -"226802",89965,35888,3,810,2291 -"226803",89965,36559,3,810,2473 -"226804",89965,37677,3,810,1908 -"226805",89965,37893,3,810,875 -"226806",89965,38449,2,810,1802 -"226807",89965,39278,2,810,1952 -"226808",89965,42186,3,810,955 -"226809",89965,42505,3,810,2008 -"226810",89965,42618,3,810,2316 -"226811",89965,42814,3,810,1149 -"226812",89965,43518,3,810,2680 -"226813",89965,43902,3,810,1726 -"226814",89965,44089,3,810,1632 -"226815",89965,44160,3,810,859 -"226816",89965,44235,3,810,2700 -"226817",89965,45664,3,810,2235 -"226818",89965,46726,3,810,943 -"226819",89965,47362,3,810,2253 -"226820",89965,47947,3,810,2681 -"226821",89965,48698,2,810,1474 -"226822",89965,49741,2,810,839 -"226823",89965,49998,3,810,2761 -"226824",89965,51022,3,810,1499 -"226825",89965,51410,3,810,2739 -"226826",89965,51626,3,810,2494 -"226827",89965,52442,3,810,1269 -"226828",89965,53342,2,810,2071 -"226829",89965,54740,3,810,2750 -"226830",89965,56082,3,810,2395 -"226831",89965,57950,3,810,1529 -"226832",89965,58035,3,810,1646 -"226833",89965,62668,3,810,958 -"226834",89965,64031,2,810,1295 -"226835",89965,64793,3,810,2819 -"226836",89965,70046,1,810,2624 -"226837",89965,71702,3,810,2353 -"226838",89965,73266,3,810,2496 -"226839",89965,75948,3,810,1006 -"226840",89965,80655,3,810,1546 -"226841",89965,82735,3,810,829 -"226842",89965,82767,3,810,1641 -"226843",89965,84799,3,810,2656 -"226844",89965,85736,3,810,1601 -"226845",89965,86279,2,810,1076 -"226846",89965,87198,3,810,1462 -"226847",89965,89511,3,810,1205 -"226848",89965,90501,3,810,2380 -"226849",89965,100134,3,810,977 -"226850",89965,103721,3,810,1030 -"226851",89965,104217,3,810,956 -"226852",89965,108867,3,810,2328 -"226853",90005,43978,2,539,2698 -"226854",90013,733,3,1461,1653 -"226855",90013,2208,3,1461,2814 -"226856",90013,4567,3,1461,2348 -"226857",90013,7834,3,1461,1708 -"226858",90013,8860,3,1461,2141 -"226859",90013,16608,3,1461,1769 -"226860",90013,22543,3,1461,1594 -"226861",90013,22857,3,1461,1708 -"226862",90013,46902,3,1461,1620 -"226863",90013,60624,3,1461,1570 -"226864",90013,63701,3,1461,1620 -"226865",90013,83860,3,1461,1522 -"226866",90040,2540,3,1267,1398 -"226867",90040,18706,3,1267,1617 -"226868",90040,52815,3,1267,2323 -"226869",90040,69957,2,1267,1569 -"226870",90040,76286,3,1267,1642 -"226871",90052,4889,3,851,1501 -"226872",90052,7672,3,851,1974 -"226873",90052,53624,2,851,952 -"226874",90056,14,2,221,1793 -"226875",90056,360,3,221,1671 -"226876",90056,757,3,221,546 -"226877",90056,915,3,221,1793 -"226878",90056,5203,3,221,814 -"226879",90056,6031,3,221,1611 -"226880",90056,7970,2,221,1197 -"226881",90056,8888,3,221,1328 -"226882",90056,9311,3,221,2477 -"226883",90056,9649,3,221,1157 -"226884",90056,9803,3,221,1664 -"226885",90056,9828,2,221,2085 -"226886",90056,10528,3,221,502 -"226887",90056,10870,3,221,1755 -"226888",90056,12373,1,221,1567 -"226889",90056,13601,3,221,2689 -"226890",90056,14507,3,221,2686 -"226891",90056,16940,2,221,1290 -"226892",90056,20588,3,221,912 -"226893",90056,21448,3,221,2332 -"226894",90056,22180,3,221,1835 -"226895",90056,22260,3,221,2137 -"226896",90056,22455,3,221,1197 -"226897",90056,23232,3,221,884 -"226898",90056,24648,3,221,1833 -"226899",90056,24825,3,221,2686 -"226900",90056,26366,3,221,1688 -"226901",90056,28285,3,221,2972 -"226902",90056,29095,3,221,2531 -"226903",90056,30827,3,221,2323 -"226904",90056,30850,3,221,1045 -"226905",90056,30883,3,221,1629 -"226906",90056,31307,3,221,2139 -"226907",90056,31835,2,221,607 -"226908",90056,31906,3,221,1036 -"226909",90056,32064,3,221,1739 -"226910",90056,33160,3,221,2441 -"226911",90056,33801,3,221,2899 -"226912",90056,35360,3,221,2043 -"226913",90056,37620,3,221,2716 -"226914",90056,37915,2,221,1905 -"226915",90056,39880,3,221,1620 -"226916",90056,41418,3,221,535 -"226917",90056,50093,3,221,909 -"226918",90056,50487,3,221,744 -"226919",90056,50946,3,221,1075 -"226920",90056,52576,3,221,2234 -"226921",90056,53475,3,221,2853 -"226922",90056,55320,3,221,1643 -"226923",90056,62538,1,221,1656 -"226924",90056,67352,2,221,1115 -"226925",90056,71342,3,221,1289 -"226926",90056,75028,2,221,1660 -"226927",90056,75168,2,221,699 -"226928",90056,77010,2,221,2639 -"226929",90056,78128,3,221,1727 -"226930",90056,79234,2,221,1611 -"226931",90056,91163,3,221,1171 -"226932",90064,341,3,454,2689 -"226933",90064,1314,3,454,1522 -"226934",90064,1349,2,454,1147 -"226935",90064,1364,3,454,859 -"226936",90064,1519,3,454,2349 -"226937",90064,2452,3,454,1715 -"226938",90064,2852,3,454,2448 -"226939",90064,3144,2,454,869 -"226940",90064,3493,3,454,2451 -"226941",90064,4526,3,454,1728 -"226942",90064,4665,3,454,1569 -"226943",90064,5615,3,454,1105 -"226944",90064,5897,3,454,2337 -"226945",90064,7785,3,454,2441 -"226946",90064,10577,3,454,497 -"226947",90064,12361,3,454,2732 -"226948",90064,12639,3,454,1141 -"226949",90064,14287,3,454,1583 -"226950",90064,15159,3,454,756 -"226951",90064,15535,3,454,891 -"226952",90064,16096,3,454,2301 -"226953",90064,17351,3,454,2036 -"226954",90064,17750,3,454,672 -"226955",90064,18005,3,454,2449 -"226956",90064,18122,3,454,894 -"226957",90064,19655,3,454,2706 -"226958",90064,20331,3,454,2365 -"226959",90064,20395,3,454,1468 -"226960",90064,20941,3,454,2725 -"226961",90064,21383,3,454,971 -"226962",90064,22244,3,454,2139 -"226963",90064,23966,2,454,891 -"226964",90064,25378,3,454,1245 -"226965",90064,27686,3,454,2844 -"226966",90064,30034,3,454,2357 -"226967",90064,31286,3,454,1965 -"226968",90064,31335,3,454,2351 -"226969",90064,31866,2,454,2101 -"226970",90064,32149,2,454,541 -"226971",90064,32560,3,454,1258 -"226972",90064,38938,3,454,1593 -"226973",90064,39217,3,454,504 -"226974",90064,43021,3,454,943 -"226975",90064,46043,3,454,1358 -"226976",90064,50630,2,454,2615 -"226977",90064,51144,3,454,2466 -"226978",90064,54523,3,454,1935 -"226979",90064,56669,3,454,2924 -"226980",90064,57180,3,454,2703 -"226981",90064,59813,3,454,497 -"226982",90064,63077,3,454,2778 -"226983",90064,64156,3,454,675 -"226984",90064,70583,2,454,2615 -"226985",90064,72632,3,454,1289 -"226986",90064,73245,3,454,802 -"226987",90064,78569,3,454,578 -"226988",90064,82738,3,454,591 -"226989",90064,85198,3,454,1794 -"226990",90064,85869,3,454,1509 -"226991",90064,87142,1,454,591 -"226992",90064,87907,3,454,1173 -"226993",90064,90065,1,454,1418 -"226994",90064,96715,3,454,1792 -"226995",90064,111208,2,454,847 -"226996",90064,119524,3,454,1930 -"226997",90065,341,3,1418,2689 -"226998",90065,1314,3,1418,1522 -"226999",90065,1519,3,1418,2349 -"227000",90065,2452,3,1418,1715 -"227001",90065,2852,3,1418,2448 -"227002",90065,3493,3,1418,2451 -"227003",90065,4526,3,1418,1728 -"227004",90065,4665,3,1418,1569 -"227005",90065,5897,3,1418,2337 -"227006",90065,7785,3,1418,2441 -"227007",90065,12361,3,1418,2732 -"227008",90065,14287,3,1418,1583 -"227009",90065,17351,3,1418,2036 -"227010",90065,18005,3,1418,2449 -"227011",90065,19655,3,1418,2706 -"227012",90065,20331,3,1418,2365 -"227013",90065,20395,3,1418,1468 -"227014",90065,22244,3,1418,2139 -"227015",90065,30034,3,1418,2357 -"227016",90065,31335,3,1418,2351 -"227017",90065,31866,2,1418,2101 -"227018",90065,38938,3,1418,1593 -"227019",90065,50630,3,1418,2615 -"227020",90065,51144,3,1418,2466 -"227021",90065,54523,3,1418,1935 -"227022",90065,57180,3,1418,2703 -"227023",90065,63077,3,1418,2778 -"227024",90065,70583,3,1418,2615 -"227025",90065,85198,3,1418,1794 -"227026",90065,85869,3,1418,1509 -"227027",90065,96715,3,1418,1792 -"227028",90065,119524,3,1418,1930 -"227029",90068,3966,3,161,2425 -"227030",90068,4701,3,161,2401 -"227031",90068,4790,3,161,1025 -"227032",90068,4791,2,161,1184 -"227033",90068,5971,3,161,1985 -"227034",90068,6264,3,161,749 -"227035",90068,6588,3,161,2025 -"227036",90068,9432,3,161,1693 -"227037",90068,10523,3,161,1510 -"227038",90068,11817,3,161,600 -"227039",90068,12374,3,161,2260 -"227040",90068,18393,3,161,860 -"227041",90068,20311,3,161,1981 -"227042",90068,23526,3,161,1998 -"227043",90068,26867,2,161,1804 -"227044",90068,29705,3,161,607 -"227045",90068,32017,3,161,577 -"227046",90068,37800,3,161,604 -"227047",90068,39865,3,161,849 -"227048",90068,40028,3,161,1349 -"227049",90068,40072,3,161,1182 -"227050",90068,42687,3,161,1952 -"227051",90068,46182,3,161,1613 -"227052",90068,49084,3,161,168 -"227053",90068,50236,3,161,2339 -"227054",90068,52345,3,161,1430 -"227055",90068,53303,2,161,1376 -"227056",90068,56082,3,161,2395 -"227057",90068,59939,3,161,936 -"227058",90068,70838,3,161,687 -"227059",90068,73136,3,161,328 -"227060",90068,75948,3,161,1006 -"227061",90068,79804,2,161,2227 -"227062",90068,83434,3,161,850 -"227063",90068,87471,3,161,712 -"227064",90068,91912,2,161,790 -"227065",90068,92220,3,161,607 -"227066",90068,99444,3,161,408 -"227067",90068,109663,3,161,545 -"227068",90150,13586,3,174,2966 -"227069",90150,15700,3,174,1712 -"227070",90150,29929,3,174,2789 -"227071",90150,29941,3,174,1986 -"227072",90150,29982,2,174,1372 -"227073",90150,35815,3,174,2789 -"227074",90150,42925,3,174,1358 -"227075",90182,1570,3,534,2028 -"227076",90182,7648,3,534,1861 -"227077",90182,12598,3,534,2086 -"227078",90182,14442,2,534,2700 -"227079",90182,16347,3,534,1868 -"227080",90182,25678,3,534,1558 -"227081",90182,29067,3,534,1538 -"227082",90182,29354,3,534,1123 -"227083",90182,31281,3,534,1937 -"227084",90182,32939,3,534,2277 -"227085",90182,36996,3,534,2321 -"227086",90182,57804,3,534,2214 -"227087",90182,59289,3,534,2896 -"227088",90182,60059,3,534,2587 -"227089",90182,69903,3,534,1066 -"227090",90182,89391,3,534,2180 -"227091",90236,6697,3,1010,2438 -"227092",90236,20176,3,1010,1050 -"227093",90236,38087,3,1010,1083 -"227094",90236,38373,3,1010,1928 -"227095",90236,67617,3,1010,1149 -"227096",90259,470,3,699,2285 -"227097",90259,600,2,699,1702 -"227098",90259,675,3,699,1686 -"227099",90259,913,3,699,2144 -"227100",90259,1046,3,699,1881 -"227101",90259,1127,3,699,1188 -"227102",90259,1130,3,699,1566 -"227103",90259,1136,2,699,2536 -"227104",90259,2269,3,699,984 -"227105",90259,2325,3,699,1641 -"227106",90259,4084,3,699,2133 -"227107",90259,4191,3,699,2130 -"227108",90259,4618,3,699,2607 -"227109",90259,7861,3,699,1647 -"227110",90259,10433,3,699,2075 -"227111",90259,15005,3,699,1415 -"227112",90259,16164,3,699,1184 -"227113",90259,17698,3,699,1559 -"227114",90259,20355,3,699,2111 -"227115",90259,22006,3,699,1202 -"227116",90259,23918,2,699,1881 -"227117",90259,24568,3,699,1937 -"227118",90259,25341,3,699,1858 -"227119",90259,25643,3,699,1646 -"227120",90259,26282,3,699,1241 -"227121",90259,26322,3,699,1018 -"227122",90259,28434,3,699,1141 -"227123",90259,31799,3,699,2547 -"227124",90259,34509,3,699,1973 -"227125",90259,40293,3,699,1671 -"227126",90259,41739,3,699,1339 -"227127",90259,51410,3,699,2739 -"227128",90259,52735,3,699,1124 -"227129",90259,52835,3,699,995 -"227130",90259,58035,3,699,1646 -"227131",90259,59304,1,699,928 -"227132",90259,63409,3,699,1937 -"227133",90259,64031,3,699,1295 -"227134",90259,64181,3,699,1828 -"227135",90259,64997,3,699,2791 -"227136",90259,65625,3,699,1273 -"227137",90259,66413,3,699,2507 -"227138",90259,67216,3,699,984 -"227139",90259,67314,3,699,1051 -"227140",90259,82767,3,699,1641 -"227141",90259,83434,3,699,850 -"227142",90259,105063,3,699,1908 -"227143",90268,1785,3,585,2350 -"227144",90268,2370,3,585,1600 -"227145",90268,3360,3,585,1583 -"227146",90268,6234,3,585,2654 -"227147",90268,7499,3,585,1803 -"227148",90268,10119,3,585,2374 -"227149",90268,10400,3,585,1517 -"227150",90268,14612,3,585,2340 -"227151",90268,14838,2,585,1746 -"227152",90268,15150,3,585,2801 -"227153",90268,15558,2,585,2389 -"227154",90268,17552,3,585,2082 -"227155",90268,19002,3,585,2053 -"227156",90268,20011,3,585,2826 -"227157",90268,22746,1,585,913 -"227158",90268,23728,2,585,2601 -"227159",90268,23802,3,585,1713 -"227160",90268,32939,3,585,2277 -"227161",90268,34576,3,585,1727 -"227162",90268,38354,3,585,629 -"227163",90268,38754,1,585,835 -"227164",90268,42136,3,585,2551 -"227165",90268,44730,3,585,2468 -"227166",90268,48585,2,585,2063 -"227167",90268,51173,3,585,1829 -"227168",90268,57804,3,585,2214 -"227169",90268,65568,3,585,1699 -"227170",90268,67836,3,585,2195 -"227171",90268,79913,2,585,1514 -"227172",90268,82246,3,585,1538 -"227173",90268,86015,3,585,1514 -"227174",90268,88726,3,585,854 -"227175",90268,89258,3,585,1147 -"227176",90268,93459,3,585,1354 -"227177",90268,96387,3,585,2159 -"227178",90268,96700,3,585,1602 -"227179",90268,99291,3,585,930 -"227180",90268,102581,3,585,1813 -"227181",90268,113333,3,585,1018 -"227182",90299,1846,3,1606,1845 -"227183",90299,2206,3,1606,2536 -"227184",90299,2936,3,1606,2512 -"227185",90299,2985,3,1606,2398 -"227186",90299,4660,3,1606,2149 -"227187",90299,9481,3,1606,1610 -"227188",90299,12361,3,1606,2732 -"227189",90299,13879,2,1606,2748 -"227190",90299,14043,3,1606,2084 -"227191",90299,15567,3,1606,2671 -"227192",90299,19655,2,1606,2706 -"227193",90299,31109,3,1606,1845 -"227194",90299,36912,3,1606,2469 -"227195",90299,42256,3,1606,2839 -"227196",90299,62066,2,1606,2281 -"227197",90299,62112,3,1606,2944 -"227198",90299,73582,3,1606,2075 -"227199",90299,81545,3,1606,2077 -"227200",90378,1127,2,890,1188 -"227201",90378,1130,3,890,1566 -"227202",90378,1175,2,890,1642 -"227203",90378,2269,2,890,984 -"227204",90378,2325,3,890,1641 -"227205",90378,2424,3,890,2582 -"227206",90378,2533,3,890,2016 -"227207",90378,3886,3,890,1669 -"227208",90378,3961,3,890,2426 -"227209",90378,3966,1,890,2425 -"227210",90378,4253,3,890,1890 -"227211",90378,5716,3,890,1058 -"227212",90378,5984,3,890,1675 -"227213",90378,5986,2,890,1721 -"227214",90378,6044,3,890,2744 -"227215",90378,6047,3,890,2004 -"227216",90378,6062,3,890,2681 -"227217",90378,6417,3,890,1675 -"227218",90378,7861,3,890,1647 -"227219",90378,8274,3,890,1909 -"227220",90378,8327,3,890,2527 -"227221",90378,10343,3,890,1072 -"227222",90378,10358,3,890,2294 -"227223",90378,10717,2,890,1938 -"227224",90378,11218,3,890,2292 -"227225",90378,12042,3,890,2345 -"227226",90378,13801,3,890,2041 -"227227",90378,13967,3,890,1354 -"227228",90378,15813,3,890,2143 -"227229",90378,16053,2,890,908 -"227230",90378,16352,3,890,2657 -"227231",90378,17931,2,890,1617 -"227232",90378,17943,3,890,1943 -"227233",90378,19637,3,890,1229 -"227234",90378,20067,2,890,2390 -"227235",90378,21164,3,890,1645 -"227236",90378,21706,3,890,1988 -"227237",90378,23159,2,890,1548 -"227238",90378,23310,3,890,2371 -"227239",90378,23869,3,890,1918 -"227240",90378,25325,2,890,2963 -"227241",90378,26080,2,890,2525 -"227242",90378,26282,3,890,1241 -"227243",90378,27694,3,890,2030 -"227244",90378,29917,2,890,1962 -"227245",90378,29930,3,890,2240 -"227246",90378,30504,3,890,1573 -"227247",90378,32919,3,890,2321 -"227248",90378,33801,3,890,2899 -"227249",90378,34509,3,890,1973 -"227250",90378,35529,3,890,1620 -"227251",90378,40493,3,890,1981 -"227252",90378,41972,2,890,2509 -"227253",90378,42196,3,890,2765 -"227254",90378,42574,3,890,2842 -"227255",90378,47248,3,890,2883 -"227256",90378,49110,3,890,2938 -"227257",90378,51017,3,890,2073 -"227258",90378,53475,3,890,2853 -"227259",90378,57414,3,890,922 -"227260",90378,58078,3,890,1252 -"227261",90378,58384,2,890,1637 -"227262",90378,62841,3,890,2710 -"227263",90378,63547,3,890,1023 -"227264",90378,64181,3,890,1828 -"227265",90378,69260,3,890,1698 -"227266",90378,70605,3,890,1176 -"227267",90378,70996,3,890,1037 -"227268",90378,76892,3,890,2381 -"227269",90378,86799,3,890,1951 -"227270",90378,91571,3,890,923 -"227271",90378,92508,3,890,1374 -"227272",90378,97160,3,890,1215 -"227273",90378,100140,3,890,1041 -"227274",90425,36691,2,1824,1903 -"227275",90429,1787,3,1684,1707 -"227276",90429,15150,2,1684,2801 -"227277",90429,16477,3,1684,2069 -"227278",90429,23000,3,1684,1815 -"227279",90429,30194,3,1684,2874 -"227280",90429,30525,3,1684,1964 -"227281",90429,32079,3,1684,2315 -"227282",90429,42998,3,1684,1978 -"227283",90429,49415,2,1684,2654 -"227284",90429,52953,2,1684,1741 -"227285",90429,54775,3,1684,2383 -"227286",90429,65568,3,1684,1699 -"227287",90429,73629,2,1684,1713 -"227288",90429,76505,3,1684,2123 -"227289",90462,9808,3,1136,1648 -"227290",90462,17999,3,1136,2758 -"227291",90462,23739,3,1136,2463 -"227292",90462,36662,3,1136,2967 -"227293",90462,49621,3,1136,1915 -"227294",90496,32113,3,504,882 -"227295",90496,77246,3,504,1602 -"227296",90501,3695,3,2380,2612 -"227297",90501,7394,3,2380,2615 -"227298",90501,12035,3,2380,2721 -"227299",90501,18151,3,2380,2962 -"227300",90501,21417,2,2380,2422 -"227301",90501,21795,3,2380,2653 -"227302",90501,26865,3,2380,2726 -"227303",90501,30081,3,2380,2403 -"227304",90501,34327,3,2380,2959 -"227305",90501,70046,3,2380,2624 -"227306",90501,73266,2,2380,2496 -"227307",90570,11676,2,964,1614 -"227308",90570,18479,3,964,2967 -"227309",90570,21044,3,964,1574 -"227310",90570,25180,3,964,2489 -"227311",90570,49708,3,964,1147 -"227312",90573,307,3,878,2530 -"227313",90573,913,3,878,2144 -"227314",90573,1044,3,878,880 -"227315",90573,2269,3,878,984 -"227316",90573,2322,3,878,1645 -"227317",90573,2424,3,878,2582 -"227318",90573,4226,3,878,1903 -"227319",90573,4289,3,878,1921 -"227320",90573,4317,3,878,1224 -"227321",90573,4701,3,878,2401 -"227322",90573,4790,1,878,1025 -"227323",90573,4791,2,878,1184 -"227324",90573,7555,3,878,1943 -"227325",90573,8286,3,878,886 -"227326",90573,12728,3,878,2374 -"227327",90573,12863,3,878,2027 -"227328",90573,14091,3,878,929 -"227329",90573,15005,3,878,1415 -"227330",90573,17852,2,878,2840 -"227331",90573,18707,2,878,1143 -"227332",90573,20311,3,878,1981 -"227333",90573,21122,3,878,1701 -"227334",90573,21198,3,878,935 -"227335",90573,22282,2,878,1418 -"227336",90573,22331,2,878,2687 -"227337",90573,23450,3,878,967 -"227338",90573,23508,3,878,1907 -"227339",90573,23509,3,878,2275 -"227340",90573,23704,3,878,2278 -"227341",90573,23918,3,878,1881 -"227342",90573,24755,3,878,1319 -"227343",90573,25305,3,878,2447 -"227344",90573,25443,3,878,1441 -"227345",90573,26451,2,878,2133 -"227346",90573,27175,3,878,1447 -"227347",90573,27275,3,878,2656 -"227348",90573,27390,2,878,2425 -"227349",90573,27792,3,878,1308 -"227350",90573,27849,2,878,1316 -"227351",90573,29962,3,878,2201 -"227352",90573,30052,3,878,2855 -"227353",90573,32601,1,878,1033 -"227354",90573,35095,3,878,1502 -"227355",90573,42618,2,878,2316 -"227356",90573,43051,2,878,904 -"227357",90573,48414,2,878,1749 -"227358",90573,50685,3,878,2008 -"227359",90573,50977,3,878,2352 -"227360",90573,51810,3,878,1401 -"227361",90573,52058,2,878,1836 -"227362",90573,52576,3,878,2234 -"227363",90573,55438,3,878,2863 -"227364",90573,55468,2,878,2511 -"227365",90573,56317,3,878,2030 -"227366",90573,57950,3,878,1529 -"227367",90573,58133,3,878,1484 -"227368",90573,64181,3,878,1828 -"227369",90573,66860,2,878,1548 -"227370",90573,67690,3,878,1902 -"227371",90573,70603,3,878,1002 -"227372",90573,71342,3,878,1289 -"227373",90573,75948,2,878,1006 -"227374",90573,77305,3,878,965 -"227375",90573,79322,2,878,2770 -"227376",90573,81588,3,878,1568 -"227377",90573,82949,3,878,2077 -"227378",90573,89097,3,878,935 -"227379",90596,87996,2,458,2689 -"227380",90608,2057,3,590,1965 -"227381",90608,3171,2,590,700 -"227382",90608,3175,3,590,1938 -"227383",90608,3460,2,590,2530 -"227384",90608,3670,3,590,885 -"227385",90608,3896,3,590,2693 -"227386",90608,4821,3,590,1938 -"227387",90608,5346,3,590,1438 -"227388",90608,5599,3,590,1684 -"227389",90608,14422,2,590,1548 -"227390",90608,15207,3,590,1855 -"227391",90608,15453,1,590,1688 -"227392",90608,19637,3,590,1229 -"227393",90608,30746,3,590,1209 -"227394",90608,32606,3,590,2100 -"227395",90608,35186,3,590,1520 -"227396",90608,36646,3,590,2744 -"227397",90608,40832,3,590,634 -"227398",90608,42196,3,590,2765 -"227399",90608,42642,2,590,2257 -"227400",90608,51055,3,590,2558 -"227401",90608,57337,3,590,1443 -"227402",90608,60386,3,590,1322 -"227403",90608,60516,3,590,2257 -"227404",90608,63395,3,590,2334 -"227405",90608,79612,2,590,927 -"227406",90608,81586,3,590,877 -"227407",90608,84268,3,590,1217 -"227408",90608,85444,3,590,944 -"227409",90608,90886,3,590,1548 -"227410",90608,94520,3,590,1243 -"227411",90608,100532,2,590,859 -"227412",90608,121514,3,590,645 -"227413",90610,1785,3,418,2350 -"227414",90610,3360,3,418,1583 -"227415",90610,8896,3,418,1139 -"227416",90610,10119,3,418,2374 -"227417",90610,15150,3,418,2801 -"227418",90610,16518,3,418,2642 -"227419",90610,18820,3,418,453 -"227420",90610,19002,3,418,2053 -"227421",90610,24044,2,418,1076 -"227422",90610,25330,3,418,2370 -"227423",90610,28970,3,418,2111 -"227424",90610,85401,3,418,1931 -"227425",90633,1222,3,990,2598 -"227426",90633,2443,3,990,2333 -"227427",90633,2802,2,990,1836 -"227428",90633,3324,3,990,1198 -"227429",90633,5414,3,990,2321 -"227430",90633,6262,3,990,2733 -"227431",90633,9948,3,990,2019 -"227432",90633,11897,3,990,1271 -"227433",90633,12116,3,990,2119 -"227434",90633,13150,2,990,1570 -"227435",90633,15047,3,990,1697 -"227436",90633,17884,3,990,1677 -"227437",90633,17999,3,990,2758 -"227438",90633,18466,3,990,2340 -"227439",90633,19190,3,990,2677 -"227440",90633,20604,2,990,1684 -"227441",90633,36662,3,990,2967 -"227442",90633,42280,2,990,2266 -"227443",90633,43929,3,990,2749 -"227444",90633,51678,2,990,1077 -"227445",90633,54061,3,990,1488 -"227446",90633,56168,2,990,1466 -"227447",90633,61948,3,990,1231 -"227448",90633,63525,2,990,2741 -"227449",90633,66017,3,990,1545 -"227450",90633,76997,3,990,2223 -"227451",90633,79772,2,990,1230 -"227452",90633,79793,2,990,1915 -"227453",90633,83334,3,990,1708 -"227454",90633,94339,3,990,2768 -"227455",90633,99194,3,990,1271 -"227456",90658,2057,2,523,1965 -"227457",90658,2120,3,523,1133 -"227458",90658,2226,3,523,2225 -"227459",90658,2429,3,523,999 -"227460",90658,2524,3,523,1708 -"227461",90658,3647,3,523,1325 -"227462",90658,4367,3,523,2794 -"227463",90658,4889,3,523,1501 -"227464",90658,5599,3,523,1684 -"227465",90658,7450,3,523,2827 -"227466",90658,10223,3,523,1033 -"227467",90658,11518,3,523,803 -"227468",90658,12177,3,523,1965 -"227469",90658,12249,2,523,1965 -"227470",90658,12397,3,523,1965 -"227471",90658,14589,3,523,1184 -"227472",90658,14754,3,523,2456 -"227473",90658,14972,3,523,2332 -"227474",90658,17133,3,523,924 -"227475",90658,17230,3,523,1965 -"227476",90658,17687,3,523,593 -"227477",90658,18965,3,523,2315 -"227478",90658,19433,3,523,2504 -"227479",90658,20395,3,523,1468 -"227480",90658,26734,3,523,2299 -"227481",90658,29997,3,523,1789 -"227482",90658,30891,3,523,1256 -"227483",90658,32202,3,523,2314 -"227484",90658,32606,3,523,2100 -"227485",90658,33341,2,523,2338 -"227486",90658,33870,3,523,955 -"227487",90658,35133,3,523,2219 -"227488",90658,35518,3,523,1721 -"227489",90658,39443,3,523,2277 -"227490",90658,40747,3,523,958 -"227491",90658,41633,3,523,1976 -"227492",90658,42852,3,523,1316 -"227493",90658,48548,3,523,826 -"227494",90658,48713,3,523,565 -"227495",90658,50229,3,523,1190 -"227496",90658,53924,3,523,1289 -"227497",90658,55072,3,523,612 -"227498",90658,61240,3,523,2651 -"227499",90658,61337,3,523,2777 -"227500",90658,62746,3,523,2119 -"227501",90658,67062,3,523,1623 -"227502",90658,67963,3,523,806 -"227503",90658,70748,3,523,978 -"227504",90658,72083,3,523,1122 -"227505",90658,76507,3,523,1437 -"227506",90658,77497,3,523,2359 -"227507",90658,82023,3,523,992 -"227508",90658,87142,3,523,591 -"227509",90658,91806,3,523,969 -"227510",90658,96073,3,523,568 -"227511",90658,99222,2,523,829 -"227512",90658,111208,3,523,847 -"227513",90669,1427,3,152,324 -"227514",90669,1428,3,152,742 -"227515",90669,2057,3,152,1965 -"227516",90669,2798,2,152,1673 -"227517",90669,5962,3,152,2491 -"227518",90669,6119,3,152,2358 -"227519",90669,10336,2,152,2271 -"227520",90669,10453,3,152,1656 -"227521",90669,11029,3,152,2362 -"227522",90669,12475,3,152,588 -"227523",90669,14520,3,152,634 -"227524",90669,15990,3,152,593 -"227525",90669,16053,3,152,908 -"227526",90669,16286,3,152,2470 -"227527",90669,18965,3,152,2315 -"227528",90669,19380,3,152,2637 -"227529",90669,20732,3,152,2401 -"227530",90669,23726,3,152,2434 -"227531",90669,23869,3,152,1918 -"227532",90669,24722,1,152,341 -"227533",90669,28131,3,152,1492 -"227534",90669,28380,3,152,473 -"227535",90669,29286,3,152,1612 -"227536",90669,29454,3,152,2719 -"227537",90669,34216,3,152,2832 -"227538",90669,36506,3,152,2638 -"227539",90669,37036,3,152,2264 -"227540",90669,39563,3,152,486 -"227541",90669,41764,3,152,2409 -"227542",90669,44025,3,152,1935 -"227543",90669,44786,3,152,1096 -"227544",90669,46803,3,152,2305 -"227545",90669,49309,3,152,575 -"227546",90669,50382,3,152,2244 -"227547",90669,51360,3,152,1882 -"227548",90669,59670,2,152,1173 -"227549",90669,61727,3,152,413 -"227550",90669,64439,3,152,562 -"227551",90669,64967,3,152,2872 -"227552",90669,65389,3,152,503 -"227553",90669,67963,2,152,806 -"227554",90669,68055,3,152,1236 -"227555",90669,68539,3,152,1158 -"227556",90669,74730,3,152,535 -"227557",90669,78645,3,152,218 -"227558",90669,78650,2,152,592 -"227559",90669,79420,2,152,1061 -"227560",90669,85444,3,152,944 -"227561",90669,88454,3,152,663 -"227562",90669,92254,3,152,517 -"227563",90669,94625,2,152,2105 -"227564",90669,104828,2,152,1609 -"227565",90669,115021,3,152,1226 -"227566",90669,117679,3,152,535 -"227567",90674,2452,2,621,1715 -"227568",90674,9723,3,621,2302 -"227569",90674,11239,3,621,2181 -"227570",90674,13068,3,621,1778 -"227571",90674,14287,3,621,1583 -"227572",90674,16684,3,621,1657 -"227573",90674,18202,3,621,2475 -"227574",90674,18928,3,621,709 -"227575",90674,19364,3,621,2846 -"227576",90674,20176,2,621,1050 -"227577",90674,20395,3,621,1468 -"227578",90674,23277,3,621,1267 -"227579",90674,25378,2,621,1245 -"227580",90674,27280,3,621,1965 -"227581",90674,27320,3,621,2378 -"227582",90674,28432,3,621,1954 -"227583",90674,28446,3,621,917 -"227584",90674,29495,3,621,1612 -"227585",90674,30865,3,621,2038 -"227586",90674,30891,3,621,1256 -"227587",90674,33665,3,621,787 -"227588",90674,35456,3,621,2358 -"227589",90674,37859,3,621,1999 -"227590",90674,38373,1,621,1928 -"227591",90674,39249,2,621,1665 -"227592",90674,41240,3,621,2220 -"227593",90674,41439,3,621,709 -"227594",90674,47968,3,621,2829 -"227595",90674,50229,3,621,1190 -"227596",90674,52879,2,621,777 -"227597",90674,53809,3,621,1956 -"227598",90674,58015,3,621,899 -"227599",90674,61443,2,621,2770 -"227600",90674,65522,3,621,1572 -"227601",90674,66622,3,621,799 -"227602",90674,70126,3,621,1158 -"227603",90674,73553,3,621,2726 -"227604",90674,82252,2,621,1248 -"227605",90674,84447,3,621,1006 -"227606",90674,88067,3,621,2315 -"227607",90674,96059,3,621,1286 -"227608",90674,102893,3,621,814 -"227609",90674,106449,3,621,862 -"227610",90674,107090,3,621,954 -"227611",90674,107292,3,621,1667 -"227612",90674,109978,3,621,1865 -"227613",90674,121354,3,621,2862 -"227614",90709,194,3,1080,1243 -"227615",90709,728,3,1080,1812 -"227616",90709,1323,2,1080,1659 -"227617",90709,1629,2,1080,1289 -"227618",90709,1702,3,1080,1984 -"227619",90709,1846,3,1080,1845 -"227620",90709,2540,2,1080,1398 -"227621",90709,2704,3,1080,2609 -"227622",90709,3127,2,1080,2273 -"227623",90709,3163,3,1080,2020 -"227624",90709,3271,3,1080,2216 -"227625",90709,3477,2,1080,2546 -"227626",90709,3978,3,1080,2775 -"227627",90709,4303,3,1080,2414 -"227628",90709,4361,3,1080,2571 -"227629",90709,5839,3,1080,2301 -"227630",90709,6063,3,1080,2349 -"227631",90709,6989,3,1080,2623 -"227632",90709,7252,3,1080,2799 -"227633",90709,7337,2,1080,1797 -"227634",90709,7937,3,1080,2044 -"227635",90709,8865,3,1080,2394 -"227636",90709,9227,2,1080,1267 -"227637",90709,9272,3,1080,2835 -"227638",90709,9503,3,1080,2453 -"227639",90709,9787,3,1080,2858 -"227640",90709,10050,3,1080,1792 -"227641",90709,10453,3,1080,1656 -"227642",90709,10754,2,1080,1797 -"227643",90709,11136,3,1080,2573 -"227644",90709,11563,3,1080,1863 -"227645",90709,11639,3,1080,1593 -"227646",90709,12067,3,1080,1213 -"227647",90709,13808,3,1080,1356 -"227648",90709,14817,3,1080,2110 -"227649",90709,14887,3,1080,2158 -"227650",90709,16501,3,1080,1650 -"227651",90709,17645,3,1080,1918 -"227652",90709,18005,3,1080,2449 -"227653",90709,18217,3,1080,1566 -"227654",90709,19433,3,1080,2504 -"227655",90709,19934,3,1080,2888 -"227656",90709,20155,3,1080,1517 -"227657",90709,20512,3,1080,2748 -"227658",90709,21684,2,1080,1971 -"227659",90709,21815,3,1080,2032 -"227660",90709,22586,3,1080,1341 -"227661",90709,23131,3,1080,1732 -"227662",90709,23488,3,1080,1523 -"227663",90709,25163,3,1080,1751 -"227664",90709,27908,3,1080,2576 -"227665",90709,28357,3,1080,1134 -"227666",90709,28893,3,1080,2764 -"227667",90709,29267,2,1080,1234 -"227668",90709,29286,2,1080,1612 -"227669",90709,30486,3,1080,1269 -"227670",90709,30668,3,1080,2882 -"227671",90709,30669,2,1080,1921 -"227672",90709,31317,3,1080,1362 -"227673",90709,32202,3,1080,2314 -"227674",90709,33223,3,1080,2397 -"227675",90709,33341,3,1080,2338 -"227676",90709,35133,3,1080,2219 -"227677",90709,35903,3,1080,1434 -"227678",90709,36953,2,1080,2790 -"227679",90709,37108,3,1080,1202 -"227680",90709,37752,3,1080,2223 -"227681",90709,39062,3,1080,2020 -"227682",90709,39534,3,1080,2410 -"227683",90709,39589,3,1080,1292 -"227684",90709,40035,3,1080,2742 -"227685",90709,40542,3,1080,1664 -"227686",90709,40572,2,1080,2666 -"227687",90709,41338,3,1080,1553 -"227688",90709,42813,2,1080,2142 -"227689",90709,43204,3,1080,1680 -"227690",90709,43226,3,1080,2442 -"227691",90709,45355,3,1080,1450 -"227692",90709,45729,3,1080,2606 -"227693",90709,46261,3,1080,2350 -"227694",90709,46486,1,1080,1868 -"227695",90709,47595,3,1080,2374 -"227696",90709,48110,3,1080,2009 -"227697",90709,50335,3,1080,1893 -"227698",90709,50585,3,1080,2414 -"227699",90709,51016,3,1080,1141 -"227700",90709,53726,3,1080,1729 -"227701",90709,53739,3,1080,2704 -"227702",90709,57765,3,1080,2893 -"227703",90709,58508,3,1080,2326 -"227704",90709,59448,3,1080,2687 -"227705",90709,61125,3,1080,1673 -"227706",90709,62963,3,1080,1964 -"227707",90709,66205,2,1080,2898 -"227708",90709,66994,3,1080,1865 -"227709",90709,69335,3,1080,2698 -"227710",90709,72438,3,1080,1397 -"227711",90709,76286,3,1080,1642 -"227712",90709,76507,3,1080,1437 -"227713",90709,80301,3,1080,1690 -"227714",90709,87958,3,1080,1234 -"227715",90709,91849,3,1080,1166 -"227716",90709,92850,3,1080,1971 -"227717",90718,66182,3,252,523 -"227718",90719,680,3,1234,2569 -"227719",90719,5106,2,1234,2622 -"227720",90719,18102,3,1234,1642 -"227721",90719,20395,3,1234,1468 -"227722",90719,37636,3,1234,2178 -"227723",90719,47013,3,1234,2388 -"227724",90719,50630,3,1234,2615 -"227725",90719,70583,2,1234,2615 -"227726",90745,14586,3,1994,2801 -"227727",90745,15826,3,1994,2772 -"227728",90745,19934,3,1994,2888 -"227729",90745,32778,3,1994,2310 -"227730",90745,37752,3,1994,2223 -"227731",90745,39875,3,1994,2422 -"227732",90745,39906,3,1994,2365 -"227733",90745,41694,3,1994,2358 -"227734",90745,43961,3,1994,2443 -"227735",90745,49558,3,1994,2083 -"227736",90745,59039,3,1994,2870 -"227737",90745,65188,2,1994,2213 -"227738",90745,77077,2,1994,2693 -"227739",90745,99940,3,1994,2884 -"227740",90778,4551,2,683,2720 -"227741",90778,5303,1,683,1849 -"227742",90778,6480,3,683,1678 -"227743",90778,7253,3,683,2686 -"227744",90778,7254,2,683,1849 -"227745",90778,11858,3,683,1530 -"227746",90778,15146,2,683,1546 -"227747",90778,19509,3,683,2000 -"227748",90778,47607,3,683,2724 -"227749",90778,58945,3,683,2481 -"227750",90778,75194,2,683,1736 -"227751",90789,1092,3,1218,1945 -"227752",90789,1150,3,1218,1595 -"227753",90789,1203,3,1218,1350 -"227754",90789,3255,3,1218,2504 -"227755",90789,3753,3,1218,1255 -"227756",90789,4660,3,1218,2149 -"227757",90789,4669,3,1218,2395 -"227758",90789,6982,3,1218,2034 -"227759",90789,7013,3,1218,2040 -"227760",90789,9311,3,1218,2477 -"227761",90789,10087,3,1218,1617 -"227762",90789,10843,3,1218,2277 -"227763",90789,14723,3,1218,2019 -"227764",90789,14761,3,1218,2502 -"227765",90789,15626,3,1218,2434 -"227766",90789,15716,3,1218,1991 -"227767",90789,16684,3,1218,1657 -"227768",90789,17061,3,1218,2385 -"227769",90789,21225,3,1218,1945 -"227770",90789,21448,2,1218,2332 -"227771",90789,22311,3,1218,2034 -"227772",90789,23277,3,1218,1267 -"227773",90789,26408,3,1218,1545 -"227774",90789,33356,3,1218,1586 -"227775",90789,33433,3,1218,2805 -"227776",90789,38755,3,1218,2902 -"227777",90789,39534,1,1218,2410 -"227778",90789,44877,3,1218,1219 -"227779",90789,46486,3,1218,1868 -"227780",90789,49347,2,1218,2504 -"227781",90789,50354,3,1218,1299 -"227782",90789,55324,3,1218,1544 -"227783",90789,58993,3,1218,2390 -"227784",90789,59113,3,1218,2434 -"227785",90789,63641,3,1218,2337 -"227786",90789,66717,2,1218,2104 -"227787",90789,69091,3,1218,1267 -"227788",90789,72438,2,1218,1397 -"227789",90789,74190,3,1218,1428 -"227790",90789,78740,3,1218,1515 -"227791",90789,98058,3,1218,1891 -"227792",90789,102186,3,1218,2937 -"227793",90789,107383,3,1218,1918 -"227794",90790,733,3,1492,1653 -"227795",90790,1006,3,1492,1569 -"227796",90790,3242,3,1492,1730 -"227797",90790,4618,3,1492,2607 -"227798",90790,8621,3,1492,1681 -"227799",90790,10871,3,1492,2314 -"227800",90790,17264,2,1492,2528 -"227801",90790,17354,1,1492,2250 -"227802",90790,19516,2,1492,2313 -"227803",90790,20070,3,1492,1914 -"227804",90790,20563,3,1492,2267 -"227805",90790,23140,2,1492,2787 -"227806",90790,26436,3,1492,2489 -"227807",90790,26516,3,1492,2479 -"227808",90790,27753,3,1492,2750 -"227809",90790,30150,2,1492,1704 -"227810",90790,32419,3,1492,1909 -"227811",90790,33551,1,1492,1734 -"227812",90790,34492,3,1492,1798 -"227813",90790,36031,3,1492,2342 -"227814",90790,46506,3,1492,2464 -"227815",90790,51410,3,1492,2739 -"227816",90790,63654,3,1492,2310 -"227817",90790,70203,3,1492,2756 -"227818",90790,78128,3,1492,1727 -"227819",90790,87110,3,1492,2801 -"227820",90790,91162,1,1492,1693 -"227821",90790,91201,1,1492,1702 -"227822",90802,380,3,877,2261 -"227823",90802,600,3,877,1702 -"227824",90802,962,3,877,1000 -"227825",90802,1044,3,877,880 -"227826",90802,1102,3,877,2282 -"227827",90802,1127,3,877,1188 -"227828",90802,1130,3,877,1566 -"227829",90802,1196,3,877,1986 -"227830",90802,1875,3,877,1786 -"227831",90802,2269,2,877,984 -"227832",90802,2325,3,877,1641 -"227833",90802,2424,3,877,2582 -"227834",90802,2572,3,877,2273 -"227835",90802,2754,3,877,1360 -"227836",90802,2864,3,877,1543 -"227837",90802,3716,2,877,1679 -"227838",90802,3748,3,877,2052 -"227839",90802,3777,3,877,1798 -"227840",90802,3801,3,877,1974 -"227841",90802,3886,3,877,1669 -"227842",90802,3961,3,877,2426 -"227843",90802,3966,3,877,2425 -"227844",90802,4690,3,877,1938 -"227845",90802,4707,3,877,2588 -"227846",90802,5041,3,877,2371 -"227847",90802,5315,3,877,2631 -"227848",90802,5350,3,877,2522 -"227849",90802,5716,2,877,1058 -"227850",90802,5984,3,877,1675 -"227851",90802,5986,3,877,1721 -"227852",90802,6044,3,877,2744 -"227853",90802,6047,2,877,2004 -"227854",90802,6052,3,877,1985 -"227855",90802,6074,3,877,2426 -"227856",90802,6417,2,877,1675 -"227857",90802,7406,3,877,1906 -"227858",90802,7861,3,877,1647 -"227859",90802,8529,3,877,1205 -"227860",90802,8621,3,877,1681 -"227861",90802,9364,3,877,1698 -"227862",90802,9928,3,877,2345 -"227863",90802,9950,3,877,920 -"227864",90802,10358,2,877,2294 -"227865",90802,10513,2,877,2284 -"227866",90802,10717,3,877,1938 -"227867",90802,10870,3,877,1755 -"227868",90802,11103,3,877,2393 -"227869",90802,11218,3,877,2292 -"227870",90802,11493,3,877,2077 -"227871",90802,11540,1,877,1237 -"227872",90802,11966,3,877,2385 -"227873",90802,12035,3,877,2721 -"227874",90802,12042,3,877,2345 -"227875",90802,12371,3,877,1569 -"227876",90802,12602,3,877,1956 -"227877",90802,12724,3,877,1930 -"227878",90802,13311,3,877,2315 -"227879",90802,13967,3,877,1354 -"227880",90802,14032,2,877,2144 -"227881",90802,14072,3,877,1346 -"227882",90802,14834,3,877,2739 -"227883",90802,14855,3,877,903 -"227884",90802,15207,3,877,1855 -"227885",90802,15301,3,877,2308 -"227886",90802,15309,3,877,2820 -"227887",90802,15315,3,877,2173 -"227888",90802,15402,3,877,1281 -"227889",90802,15626,3,877,2434 -"227890",90802,15872,2,877,1551 -"227891",90802,16053,3,877,908 -"227892",90802,16120,2,877,1237 -"227893",90802,16164,3,877,1184 -"227894",90802,16332,3,877,2668 -"227895",90802,16352,2,877,2657 -"227896",90802,16826,3,877,2599 -"227897",90802,16940,3,877,1290 -"227898",90802,17381,3,877,1697 -"227899",90802,17396,3,877,1672 -"227900",90802,17400,3,877,2231 -"227901",90802,17819,3,877,2291 -"227902",90802,17943,3,877,1943 -"227903",90802,17997,3,877,1621 -"227904",90802,18348,3,877,1711 -"227905",90802,18874,3,877,2170 -"227906",90802,19027,3,877,2721 -"227907",90802,19637,3,877,1229 -"227908",90802,19719,3,877,2177 -"227909",90802,20067,3,877,2390 -"227910",90802,20124,3,877,2376 -"227911",90802,20287,3,877,1099 -"227912",90802,20975,2,877,1305 -"227913",90802,21138,1,877,2849 -"227914",90802,21198,3,877,935 -"227915",90802,21571,3,877,2755 -"227916",90802,21682,3,877,2414 -"227917",90802,21693,3,877,2176 -"227918",90802,21706,3,877,1988 -"227919",90802,21929,3,877,2062 -"227920",90802,22141,1,877,2348 -"227921",90802,22207,3,877,2365 -"227922",90802,22282,3,877,1418 -"227923",90802,22326,3,877,2818 -"227924",90802,22362,3,877,1836 -"227925",90802,22639,3,877,2352 -"227926",90802,23006,3,877,1532 -"227927",90802,23159,3,877,1548 -"227928",90802,23310,3,877,2371 -"227929",90802,23806,3,877,1671 -"227930",90802,23869,3,877,1918 -"227931",90802,24146,3,877,2003 -"227932",90802,24256,3,877,2393 -"227933",90802,24568,3,877,1937 -"227934",90802,25443,3,877,1441 -"227935",90802,25680,3,877,1618 -"227936",90802,26080,3,877,2525 -"227937",90802,26282,3,877,1241 -"227938",90802,26366,3,877,1688 -"227939",90802,26659,3,877,903 -"227940",90802,26749,3,877,2965 -"227941",90802,27195,3,877,2158 -"227942",90802,27205,3,877,966 -"227943",90802,28002,2,877,914 -"227944",90802,28015,3,877,1624 -"227945",90802,28296,3,877,2944 -"227946",90802,28571,3,877,1556 -"227947",90802,29243,3,877,2011 -"227948",90802,29314,2,877,2736 -"227949",90802,29930,2,877,2240 -"227950",90802,30981,3,877,2366 -"227951",90802,31279,3,877,965 -"227952",90802,31530,3,877,1661 -"227953",90802,32567,3,877,2784 -"227954",90802,32919,3,877,2321 -"227955",90802,33801,3,877,2899 -"227956",90802,34509,3,877,1973 -"227957",90802,34735,2,877,2767 -"227958",90802,35529,3,877,1620 -"227959",90802,35772,3,877,1440 -"227960",90802,35926,3,877,2371 -"227961",90802,36962,3,877,2861 -"227962",90802,37333,3,877,1612 -"227963",90802,38019,3,877,1870 -"227964",90802,38055,3,877,1089 -"227965",90802,39238,3,877,922 -"227966",90802,39746,3,877,1361 -"227967",90802,40072,3,877,1182 -"227968",90802,40432,3,877,1956 -"227969",90802,41832,3,877,1155 -"227970",90802,41955,3,877,2479 -"227971",90802,41972,3,877,2509 -"227972",90802,42129,3,877,2318 -"227973",90802,42216,3,877,2722 -"227974",90802,42619,3,877,2017 -"227975",90802,42747,3,877,1189 -"227976",90802,43112,3,877,2564 -"227977",90802,43173,2,877,2895 -"227978",90802,43226,3,877,2442 -"227979",90802,45302,3,877,2390 -"227980",90802,45903,3,877,2237 -"227981",90802,46091,3,877,1938 -"227982",90802,46635,3,877,2528 -"227983",90802,47248,2,877,2883 -"227984",90802,47386,3,877,2226 -"227985",90802,47715,3,877,2111 -"227986",90802,49512,3,877,1302 -"227987",90802,50124,2,877,1209 -"227988",90802,50236,3,877,2339 -"227989",90802,51017,1,877,2073 -"227990",90802,51035,2,877,2397 -"227991",90802,51866,3,877,2411 -"227992",90802,52003,3,877,2067 -"227993",90802,52442,3,877,1269 -"227994",90802,52576,3,877,2234 -"227995",90802,53134,3,877,1590 -"227996",90802,53323,3,877,2677 -"227997",90802,53475,3,877,2853 -"227998",90802,54020,3,877,1578 -"227999",90802,54929,3,877,2783 -"228000",90802,55320,3,877,1643 -"228001",90802,56317,3,877,2030 -"228002",90802,56903,3,877,1584 -"228003",90802,57714,3,877,1391 -"228004",90802,57977,3,877,2683 -"228005",90802,58508,3,877,2326 -"228006",90802,58596,3,877,936 -"228007",90802,60280,2,877,1918 -"228008",90802,62488,3,877,1418 -"228009",90802,63409,3,877,1937 -"228010",90802,63547,2,877,1023 -"228011",90802,64181,3,877,1828 -"228012",90802,64502,3,877,1670 -"228013",90802,66983,3,877,2397 -"228014",90802,67102,3,877,935 -"228015",90802,69712,3,877,1219 -"228016",90802,70269,2,877,2368 -"228017",90802,70605,3,877,1176 -"228018",90802,70996,3,877,1037 -"228019",90802,71342,3,877,1289 -"228020",90802,72956,3,877,1251 -"228021",90802,73305,3,877,2544 -"228022",90802,74818,3,877,1440 -"228023",90802,75403,3,877,1895 -"228024",90802,76284,3,877,1237 -"228025",90802,77001,3,877,1440 -"228026",90802,80219,3,877,988 -"228027",90802,80759,3,877,2940 -"228028",90802,80825,3,877,2315 -"228029",90802,81463,3,877,955 -"228030",90802,81588,3,877,1568 -"228031",90802,82932,3,877,2245 -"228032",90802,82949,3,877,2077 -"228033",90802,83526,3,877,1235 -"228034",90802,84022,1,877,2289 -"228035",90802,84296,3,877,1751 -"228036",90802,85356,2,877,1492 -"228037",90802,89097,3,877,935 -"228038",90802,96132,3,877,1489 -"228039",90802,98384,3,877,1166 -"228040",90802,100140,3,877,1041 -"228041",90802,101395,1,877,891 -"228042",90802,119859,3,877,908 -"228043",90837,313,3,825,2271 -"228044",90837,341,3,825,2689 -"228045",90837,377,3,825,2389 -"228046",90837,499,3,825,1931 -"228047",90837,543,3,825,2203 -"228048",90837,613,3,825,2687 -"228049",90837,841,3,825,2964 -"228050",90837,1046,3,825,1881 -"228051",90837,1090,3,825,2370 -"228052",90837,1151,3,825,2885 -"228053",90837,1275,2,825,2068 -"228054",90837,1469,2,825,1160 -"228055",90837,1495,3,825,2046 -"228056",90837,1616,2,825,2662 -"228057",90837,1777,2,825,1965 -"228058",90837,2036,3,825,2483 -"228059",90837,2057,3,825,1965 -"228060",90837,2224,3,825,2751 -"228061",90837,2484,3,825,2389 -"228062",90837,2754,3,825,1360 -"228063",90837,3088,3,825,1670 -"228064",90837,3161,3,825,2229 -"228065",90837,3352,3,825,1707 -"228066",90837,3456,3,825,1999 -"228067",90837,3695,3,825,2612 -"228068",90837,3830,1,825,1661 -"228069",90837,4057,3,825,2389 -"228070",90837,4191,3,825,2130 -"228071",90837,4751,3,825,2696 -"228072",90837,5078,2,825,2033 -"228073",90837,5457,2,825,2077 -"228074",90837,5462,2,825,2374 -"228075",90837,5491,3,825,2048 -"228076",90837,5504,2,825,2389 -"228077",90837,5849,3,825,2404 -"228078",90837,6359,3,825,1239 -"228079",90837,6821,3,825,1788 -"228080",90837,7323,3,825,2858 -"228081",90837,8229,2,825,1241 -"228082",90837,8533,3,825,2251 -"228083",90837,8621,3,825,1681 -"228084",90837,8760,3,825,2477 -"228085",90837,8866,3,825,1545 -"228086",90837,9362,3,825,2879 -"228087",90837,10148,3,825,2964 -"228088",90837,10870,3,825,1755 -"228089",90837,10875,3,825,1234 -"228090",90837,11346,3,825,1924 -"228091",90837,12067,3,825,1213 -"228092",90837,12713,3,825,2440 -"228093",90837,13012,3,825,875 -"228094",90837,13535,3,825,1491 -"228095",90837,15299,3,825,2213 -"228096",90837,15500,3,825,1658 -"228097",90837,15539,3,825,1929 -"228098",90837,15636,3,825,2857 -"228099",90837,16164,3,825,1184 -"228100",90837,16497,3,825,2370 -"228101",90837,16959,3,825,888 -"228102",90837,17133,2,825,924 -"228103",90837,17410,3,825,2073 -"228104",90837,18151,2,825,2962 -"228105",90837,18348,3,825,1711 -"228106",90837,18615,3,825,1025 -"228107",90837,19516,3,825,2313 -"228108",90837,19568,3,825,2302 -"228109",90837,19606,3,825,2783 -"228110",90837,19637,2,825,1229 -"228111",90837,20067,3,825,2390 -"228112",90837,20325,3,825,1842 -"228113",90837,20494,3,825,1075 -"228114",90837,20545,3,825,1491 -"228115",90837,20659,2,825,1969 -"228116",90837,20700,3,825,2861 -"228117",90837,20783,3,825,2414 -"228118",90837,21122,3,825,1701 -"228119",90837,21225,3,825,1945 -"228120",90837,21795,3,825,2653 -"228121",90837,22006,2,825,1202 -"228122",90837,22749,2,825,1727 -"228123",90837,23506,3,825,1172 -"228124",90837,23869,3,825,1918 -"228125",90837,26106,3,825,2015 -"228126",90837,26249,3,825,2301 -"228127",90837,26608,3,825,2329 -"228128",90837,27478,3,825,2485 -"228129",90837,28011,3,825,2639 -"228130",90837,28131,3,825,1492 -"228131",90837,28216,2,825,1910 -"228132",90837,28233,3,825,1608 -"228133",90837,30119,2,825,1961 -"228134",90837,30150,3,825,1704 -"228135",90837,30891,3,825,1256 -"228136",90837,31696,3,825,1595 -"228137",90837,31799,3,825,2547 -"228138",90837,32409,3,825,857 -"228139",90837,32606,2,825,2100 -"228140",90837,33356,3,825,1586 -"228141",90837,33572,3,825,2370 -"228142",90837,34492,3,825,1798 -"228143",90837,35041,3,825,1311 -"228144",90837,35256,3,825,2271 -"228145",90837,35529,3,825,1620 -"228146",90837,36514,3,825,1192 -"228147",90837,37418,3,825,2710 -"228148",90837,37570,3,825,2389 -"228149",90837,38048,3,825,867 -"228150",90837,38755,3,825,2902 -"228151",90837,39444,2,825,2695 -"228152",90837,40138,3,825,2719 -"228153",90837,41278,1,825,1873 -"228154",90837,41446,3,825,1103 -"228155",90837,41747,3,825,1722 -"228156",90837,42906,3,825,1748 -"228157",90837,43839,3,825,1685 -"228158",90837,43961,3,825,2443 -"228159",90837,46283,3,825,1184 -"228160",90837,49965,2,825,2301 -"228161",90837,50269,3,825,1966 -"228162",90837,50372,3,825,1834 -"228163",90837,51410,2,825,2739 -"228164",90837,51987,3,825,1397 -"228165",90837,53031,3,825,2065 -"228166",90837,54020,3,825,1578 -"228167",90837,55556,3,825,2075 -"228168",90837,55828,1,825,2393 -"228169",90837,56116,3,825,1321 -"228170",90837,56171,3,825,1524 -"228171",90837,57077,2,825,1885 -"228172",90837,57565,3,825,1577 -"228173",90837,57609,2,825,2717 -"228174",90837,57950,2,825,1529 -"228175",90837,57977,2,825,2683 -"228176",90837,59082,2,825,947 -"228177",90837,64031,3,825,1295 -"228178",90837,64967,1,825,2872 -"228179",90837,65856,3,825,2504 -"228180",90837,67788,3,825,837 -"228181",90837,67942,3,825,973 -"228182",90837,68390,3,825,2608 -"228183",90837,69017,2,825,1183 -"228184",90837,69498,2,825,931 -"228185",90837,70046,3,825,2624 -"228186",90837,70203,3,825,2756 -"228187",90837,70646,3,825,1162 -"228188",90837,71478,3,825,1721 -"228189",90837,73553,3,825,2726 -"228190",90837,75948,3,825,1006 -"228191",90837,79612,3,825,927 -"228192",90837,80429,3,825,1927 -"228193",90837,83526,3,825,1235 -"228194",90837,85430,3,825,2370 -"228195",90837,85690,3,825,1229 -"228196",90837,86986,3,825,1976 -"228197",90837,89668,3,825,1279 -"228198",90837,89958,3,825,1186 -"228199",90837,91570,3,825,2229 -"228200",90837,93615,3,825,2386 -"228201",90837,93752,3,825,1368 -"228202",90837,96678,3,825,1183 -"228203",90837,100134,3,825,977 -"228204",90837,101347,3,825,1335 -"228205",90837,102050,1,825,906 -"228206",90837,106299,3,825,1190 -"228207",90837,109383,3,825,952 -"228208",90852,1393,3,764,1706 -"228209",90852,2014,3,764,973 -"228210",90852,2370,2,764,1600 -"228211",90852,2407,3,764,1725 -"228212",90852,3506,3,764,2364 -"228213",90852,4723,3,764,1314 -"228214",90852,4784,3,764,2511 -"228215",90852,6020,3,764,1864 -"228216",90852,7123,3,764,1964 -"228217",90852,7900,3,764,893 -"228218",90852,7932,2,764,789 -"228219",90852,9088,3,764,1881 -"228220",90852,9269,3,764,1892 -"228221",90852,10610,3,764,1427 -"228222",90852,16455,2,764,946 -"228223",90852,16866,2,764,2718 -"228224",90852,17925,3,764,2385 -"228225",90852,18865,3,764,2676 -"228226",90852,21142,3,764,2414 -"228227",90852,21358,3,764,1970 -"228228",90852,21920,2,764,2367 -"228229",90852,22389,3,764,2034 -"228230",90852,28648,3,764,1586 -"228231",90852,31950,2,764,2217 -"228232",90852,32629,3,764,1789 -"228233",90852,34274,3,764,1437 -"228234",90852,37765,3,764,1134 -"228235",90852,40510,2,764,943 -"228236",90852,41075,3,764,1176 -"228237",90852,41489,3,764,2006 -"228238",90852,43725,3,764,935 -"228239",90852,44744,3,764,2032 -"228240",90852,45297,3,764,1864 -"228241",90852,45449,1,764,1610 -"228242",90852,45450,2,764,1590 -"228243",90852,48254,2,764,1013 -"228244",90852,48781,1,764,954 -"228245",90852,48823,3,764,2080 -"228246",90852,48931,2,764,2444 -"228247",90852,53293,3,764,2916 -"228248",90852,53445,3,764,2028 -"228249",90852,55493,2,764,869 -"228250",90852,57549,3,764,2335 -"228251",90852,57804,3,764,2214 -"228252",90852,61398,3,764,2563 -"228253",90852,61921,2,764,1793 -"228254",90852,63395,3,764,2334 -"228255",90852,64737,3,764,2442 -"228256",90852,66017,3,764,1545 -"228257",90852,79639,1,764,1013 -"228258",90852,80186,2,764,2228 -"228259",90852,84581,2,764,1241 -"228260",90852,92084,3,764,1134 -"228261",90852,92366,2,764,1434 -"228262",90852,93642,2,764,1120 -"228263",90852,96387,3,764,2159 -"228264",90852,100084,1,764,1964 -"228265",90852,103989,2,764,1207 -"228266",90852,116484,2,764,902 -"228267",90860,10087,3,851,1617 -"228268",90860,10779,3,851,2881 -"228269",90860,11127,2,851,1196 -"228270",90860,11875,3,851,1526 -"228271",90860,16587,3,851,2065 -"228272",90860,17061,2,851,2385 -"228273",90860,17819,3,851,2291 -"228274",90860,22415,3,851,2841 -"228275",90860,25721,3,851,2212 -"228276",90860,27260,3,851,878 -"228277",90860,27623,3,851,2970 -"228278",90860,28065,3,851,943 -"228279",90860,37758,3,851,1998 -"228280",90860,43135,3,851,1171 -"228281",90860,44068,3,851,1056 -"228282",90860,44598,3,851,2356 -"228283",90860,49642,3,851,1166 -"228284",90860,71971,3,851,1294 -"228285",90860,76048,3,851,2373 -"228286",90860,82949,3,851,2077 -"228287",90860,96226,3,851,1412 -"228288",90860,115622,3,851,1895 -"228289",90870,64686,3,441,670 -"228290",90886,765,3,1548,2073 -"228291",90886,3175,2,1548,1938 -"228292",90886,3460,2,1548,2530 -"228293",90886,3896,3,1548,2693 -"228294",90886,4821,3,1548,1938 -"228295",90886,15453,2,1548,1688 -"228296",90886,19862,3,1548,2412 -"228297",90886,24206,1,1548,2307 -"228298",90886,35037,3,1548,2974 -"228299",90886,36646,3,1548,2744 -"228300",90886,42642,3,1548,2257 -"228301",90886,60516,3,1548,2257 -"228302",90886,63395,3,1548,2334 -"228303",90892,3978,3,2399,2775 -"228304",90911,2208,3,1263,2814 -"228305",90911,24923,3,1263,2785 -"228306",90911,28559,3,1263,1525 -"228307",90911,49660,3,1263,2739 -"228308",90911,60280,3,1263,1918 -"228309",90911,92973,3,1263,1276 -"228310",90911,120720,3,1263,1614 -"228311",90943,1519,3,1754,2349 -"228312",90943,3978,3,1754,2775 -"228313",90943,4303,3,1754,2414 -"228314",90943,12081,3,1754,2166 -"228315",90943,20941,3,1754,2725 -"228316",90943,26286,3,1754,2023 -"228317",90943,29289,2,1754,1756 -"228318",90943,29977,2,1754,2781 -"228319",90943,37279,2,1754,2768 -"228320",90943,38691,3,1754,2585 -"228321",90943,50113,3,1754,2059 -"228322",90943,50585,3,1754,2414 -"228323",90943,96300,3,1754,2594 -"228324",90943,102666,3,1754,2726 -"228325",91010,83717,1,1227,2763 -"228326",91010,93027,1,1227,2607 -"228327",91075,468,3,1354,1966 -"228328",91075,2344,3,1354,2752 -"228329",91075,10727,3,1354,2082 -"228330",91075,26100,3,1354,1966 -"228331",91142,15444,3,2527,2764 -"228332",91142,33801,3,2527,2899 -"228333",91142,50480,3,2527,2701 -"228334",91142,53475,3,2527,2853 -"228335",91162,3242,3,1693,1730 -"228336",91162,4618,3,1693,2607 -"228337",91162,10871,3,1693,2314 -"228338",91162,17264,2,1693,2528 -"228339",91162,17354,1,1693,2250 -"228340",91162,19516,2,1693,2313 -"228341",91162,20070,3,1693,1914 -"228342",91162,20563,3,1693,2267 -"228343",91162,23140,2,1693,2787 -"228344",91162,26436,3,1693,2489 -"228345",91162,26516,3,1693,2479 -"228346",91162,27753,3,1693,2750 -"228347",91162,30150,2,1693,1704 -"228348",91162,32419,3,1693,1909 -"228349",91162,33551,1,1693,1734 -"228350",91162,34492,3,1693,1798 -"228351",91162,36031,3,1693,2342 -"228352",91162,46506,3,1693,2464 -"228353",91162,51410,3,1693,2739 -"228354",91162,63654,3,1693,2310 -"228355",91162,70203,3,1693,2756 -"228356",91162,78128,3,1693,1727 -"228357",91162,87110,3,1693,2801 -"228358",91162,91201,1,1693,1702 -"228359",91163,733,3,1171,1653 -"228360",91163,750,3,1171,1327 -"228361",91163,1006,3,1171,1569 -"228362",91163,3242,3,1171,1730 -"228363",91163,4618,3,1171,2607 -"228364",91163,8621,3,1171,1681 -"228365",91163,10871,3,1171,2314 -"228366",91163,12373,3,1171,1567 -"228367",91163,16164,2,1171,1184 -"228368",91163,17264,2,1171,2528 -"228369",91163,17354,1,1171,2250 -"228370",91163,19506,1,1171,1385 -"228371",91163,19516,2,1171,2313 -"228372",91163,19637,3,1171,1229 -"228373",91163,20070,3,1171,1914 -"228374",91163,20563,3,1171,2267 -"228375",91163,23140,2,1171,2787 -"228376",91163,24755,3,1171,1319 -"228377",91163,26436,3,1171,2489 -"228378",91163,26516,3,1171,2479 -"228379",91163,27753,3,1171,2750 -"228380",91163,28131,3,1171,1492 -"228381",91163,28896,3,1171,1395 -"228382",91163,30150,2,1171,1704 -"228383",91163,32419,3,1171,1909 -"228384",91163,33551,1,1171,1734 -"228385",91163,34492,3,1171,1798 -"228386",91163,36031,3,1171,2342 -"228387",91163,46506,3,1171,2464 -"228388",91163,51410,3,1171,2739 -"228389",91163,62538,3,1171,1656 -"228390",91163,63654,3,1171,2310 -"228391",91163,70203,3,1171,2756 -"228392",91163,77835,2,1171,1327 -"228393",91163,78128,2,1171,1727 -"228394",91163,83053,2,1171,1303 -"228395",91163,87110,3,1171,2801 -"228396",91163,90790,1,1171,1492 -"228397",91163,91162,1,1171,1693 -"228398",91163,91201,1,1171,1702 -"228399",91183,3830,3,76,1661 -"228400",91183,5462,3,76,2374 -"228401",91183,13720,3,76,1558 -"228402",91183,17133,3,76,924 -"228403",91183,22130,3,76,146 -"228404",91183,30956,3,76,168 -"228405",91183,32606,3,76,2100 -"228406",91183,37059,3,76,2840 -"228407",91183,41278,3,76,1873 -"228408",91183,57950,3,76,1529 -"228409",91183,90837,3,76,825 -"228410",91196,39777,3,1688,1936 -"228411",91201,3242,3,1702,1730 -"228412",91201,4618,3,1702,2607 -"228413",91201,10871,3,1702,2314 -"228414",91201,17264,1,1702,2528 -"228415",91201,17354,1,1702,2250 -"228416",91201,19516,2,1702,2313 -"228417",91201,20070,3,1702,1914 -"228418",91201,20563,3,1702,2267 -"228419",91201,23140,2,1702,2787 -"228420",91201,26436,3,1702,2489 -"228421",91201,26516,3,1702,2479 -"228422",91201,27753,3,1702,2750 -"228423",91201,30150,2,1702,1704 -"228424",91201,32419,3,1702,1909 -"228425",91201,33551,1,1702,1734 -"228426",91201,34492,3,1702,1798 -"228427",91201,36031,3,1702,2342 -"228428",91201,46506,3,1702,2464 -"228429",91201,51410,3,1702,2739 -"228430",91201,63654,3,1702,2310 -"228431",91201,70203,3,1702,2756 -"228432",91201,78128,3,1702,1727 -"228433",91201,87110,3,1702,2801 -"228434",91210,1574,2,1457,1718 -"228435",91210,5064,3,1457,1690 -"228436",91210,6602,3,1457,1631 -"228437",91210,11329,3,1457,2799 -"228438",91210,14887,3,1457,2158 -"228439",91210,16963,3,1457,1999 -"228440",91210,19656,3,1457,2059 -"228441",91210,24255,3,1457,2770 -"228442",91210,30096,3,1457,2082 -"228443",91210,39009,3,1457,1594 -"228444",91210,40703,2,1457,1608 -"228445",91210,42382,3,1457,2224 -"228446",91210,73205,3,1457,1529 -"228447",91210,82206,2,1457,1597 -"228448",91210,85525,1,1457,1718 -"228449",91227,371,3,1232,2950 -"228450",91227,860,3,1232,1258 -"228451",91227,2576,3,1232,1307 -"228452",91227,4665,3,1232,1569 -"228453",91227,6132,3,1232,1590 -"228454",91227,8908,1,1232,1537 -"228455",91227,17252,3,1232,1258 -"228456",91227,20220,3,1232,1656 -"228457",91227,25832,3,1232,1689 -"228458",91227,28051,2,1232,2089 -"228459",91227,29286,3,1232,1612 -"228460",91227,32339,3,1232,2430 -"228461",91227,33657,3,1232,2336 -"228462",91227,70455,3,1232,1307 -"228463",91227,100048,3,1232,1573 -"228464",91279,457,3,966,1704 -"228465",91279,1314,3,966,1522 -"228466",91279,1469,3,966,1160 -"228467",91279,1519,3,966,2349 -"228468",91279,3164,3,966,2693 -"228469",91279,5226,3,966,1309 -"228470",91279,5315,2,966,2631 -"228471",91279,10358,3,966,2294 -"228472",91279,10382,3,966,2111 -"228473",91279,11966,3,966,2385 -"228474",91279,13109,2,966,1374 -"228475",91279,13573,3,966,2774 -"228476",91279,14032,3,966,2144 -"228477",91279,15122,3,966,1201 -"228478",91279,19453,3,966,1928 -"228479",91279,19858,3,966,2357 -"228480",91279,19892,1,966,1212 -"228481",91279,20284,3,966,2530 -"228482",91279,20941,2,966,2725 -"228483",91279,21401,3,966,1440 -"228484",91279,22374,2,966,1226 -"228485",91279,23179,3,966,1675 -"228486",91279,24512,3,966,1369 -"228487",91279,27320,3,966,2378 -"228488",91279,28168,3,966,2702 -"228489",91279,28635,3,966,2368 -"228490",91279,31003,1,966,1859 -"228491",91279,32567,3,966,2784 -"228492",91279,34648,1,966,1596 -"228493",91279,36007,3,966,2089 -"228494",91279,37108,2,966,1202 -"228495",91279,37915,3,966,1905 -"228496",91279,38691,3,966,2585 -"228497",91279,40893,2,966,1116 -"228498",91279,41278,3,966,1873 -"228499",91279,44151,3,966,1796 -"228500",91279,44877,3,966,1219 -"228501",91279,45633,3,966,2134 -"228502",91279,45903,2,966,2237 -"228503",91279,46099,3,966,2360 -"228504",91279,46283,2,966,1184 -"228505",91279,47013,3,966,2388 -"228506",91279,48127,3,966,2677 -"228507",91279,48602,2,966,1704 -"228508",91279,49048,3,966,1656 -"228509",91279,50977,3,966,2352 -"228510",91279,53779,3,966,2000 -"228511",91279,56903,3,966,1584 -"228512",91279,57714,2,966,1391 -"228513",91279,61719,3,966,1515 -"228514",91279,64502,2,966,1670 -"228515",91279,65316,3,966,1020 -"228516",91279,67957,2,966,2823 -"228517",91279,76564,2,966,996 -"228518",91279,77001,2,966,1440 -"228519",91279,81095,3,966,1609 -"228520",91279,82341,3,966,1515 -"228521",91279,83526,2,966,1235 -"228522",91279,83993,3,966,1009 -"228523",91279,85356,3,966,1492 -"228524",91279,92297,3,966,2952 -"228525",91279,92381,3,966,1237 -"228526",91279,111165,3,966,1256 -"228527",91321,937,3,353,408 -"228528",91321,1639,2,353,2631 -"228529",91321,2057,3,353,1965 -"228530",91321,2300,3,353,565 -"228531",91321,2384,3,353,1057 -"228532",91321,2424,3,353,2582 -"228533",91321,2709,2,353,1673 -"228534",91321,2742,3,353,1192 -"228535",91321,3306,3,353,1989 -"228536",91321,4681,3,353,2356 -"228537",91321,5346,3,353,1438 -"228538",91321,5405,3,353,1510 -"228539",91321,5622,3,353,2175 -"228540",91321,5716,3,353,1058 -"228541",91321,6104,2,353,2462 -"228542",91321,6366,3,353,798 -"228543",91321,6417,3,353,1675 -"228544",91321,7180,2,353,2227 -"228545",91321,7233,3,353,572 -"228546",91321,7241,3,353,2259 -"228547",91321,7627,3,353,1543 -"228548",91321,10488,3,353,1524 -"228549",91321,11218,3,353,2292 -"228550",91321,11348,3,353,824 -"228551",91321,12356,3,353,2757 -"228552",91321,12375,3,353,1873 -"228553",91321,13043,2,353,1295 -"228554",91321,14325,3,353,1976 -"228555",91321,14669,3,353,2080 -"228556",91321,14855,3,353,903 -"228557",91321,15003,2,353,2067 -"228558",91321,15207,3,353,1855 -"228559",91321,15402,3,353,1281 -"228560",91321,15756,3,353,2362 -"228561",91321,16352,3,353,2657 -"228562",91321,16518,3,353,2642 -"228563",91321,17396,3,353,1672 -"228564",91321,17632,3,353,1947 -"228565",91321,18211,3,353,1745 -"228566",91321,18550,3,353,483 -"228567",91321,19835,3,353,1135 -"228568",91321,21198,3,353,935 -"228569",91321,21838,3,353,2106 -"228570",91321,23725,3,353,2378 -"228571",91321,23869,3,353,1918 -"228572",91321,25129,3,353,2647 -"228573",91321,26749,3,353,2965 -"228574",91321,26818,3,353,1999 -"228575",91321,27173,3,353,2050 -"228576",91321,27543,3,353,666 -"228577",91321,28057,3,353,1067 -"228578",91321,29982,3,353,1372 -"228579",91321,29997,3,353,1789 -"228580",91321,30165,3,353,1409 -"228581",91321,30325,3,353,1067 -"228582",91321,33949,3,353,2489 -"228583",91321,34426,3,353,2743 -"228584",91321,34509,3,353,1973 -"228585",91321,37319,3,353,1205 -"228586",91321,38694,3,353,817 -"228587",91321,39294,3,353,1889 -"228588",91321,39982,3,353,1529 -"228589",91321,40022,3,353,2307 -"228590",91321,40113,3,353,451 -"228591",91321,43153,3,353,1381 -"228592",91321,44819,2,353,2063 -"228593",91321,45684,3,353,2200 -"228594",91321,45746,2,353,609 -"228595",91321,46196,3,353,1510 -"228596",91321,48289,3,353,2209 -"228597",91321,49608,3,353,2184 -"228598",91321,50134,3,353,2674 -"228599",91321,50958,3,353,477 -"228600",91321,52136,3,353,1412 -"228601",91321,53134,3,353,1590 -"228602",91321,53303,3,353,1376 -"228603",91321,54388,3,353,1257 -"228604",91321,54929,3,353,2783 -"228605",91321,57246,3,353,1873 -"228606",91321,57414,3,353,922 -"228607",91321,57842,2,353,2482 -"228608",91321,63328,3,353,922 -"228609",91321,67805,3,353,1338 -"228610",91321,71342,3,353,1289 -"228611",91321,71652,3,353,2638 -"228612",91321,72956,3,353,1251 -"228613",91321,89911,2,353,2607 -"228614",91321,94002,3,353,399 -"228615",91321,94520,3,353,1243 -"228616",91321,94850,3,353,408 -"228617",91321,99215,3,353,2791 -"228618",91321,104714,2,353,359 -"228619",91348,2576,3,901,1307 -"228620",91348,14463,3,901,1256 -"228621",91348,46486,3,901,1868 -"228622",91348,68831,3,901,1446 -"228623",91348,81269,3,901,1570 -"228624",91348,87430,3,901,1038 -"228625",91348,94138,2,901,1939 -"228626",91386,71652,2,68,2638 -"228627",91415,3559,3,766,2413 -"228628",91415,4622,3,766,1589 -"228629",91418,6562,3,112,1139 -"228630",91418,20371,3,112,595 -"228631",91418,38754,3,112,835 -"228632",91418,42407,3,112,2408 -"228633",91418,55730,3,112,1217 -"228634",91418,62848,3,112,1230 -"228635",91418,71128,3,112,485 -"228636",91418,76970,3,112,1153 -"228637",91420,39556,3,1023,2747 -"228638",91435,4330,3,933,1128 -"228639",91435,4622,2,933,1589 -"228640",91435,8325,3,933,2228 -"228641",91435,9273,3,933,1747 -"228642",91435,12632,3,933,1174 -"228643",91435,14442,3,933,2700 -"228644",91435,16184,3,933,2274 -"228645",91435,29354,3,933,1123 -"228646",91435,29656,3,933,1902 -"228647",91435,31281,3,933,1937 -"228648",91435,32904,2,933,2055 -"228649",91435,33470,3,933,2003 -"228650",91435,34295,3,933,2735 -"228651",91435,40759,2,933,2789 -"228652",91435,44473,2,933,1685 -"228653",91435,44501,3,933,2567 -"228654",91435,50253,3,933,1565 -"228655",91435,55307,2,933,2306 -"228656",91435,59289,3,933,2896 -"228657",91435,62975,1,933,977 -"228658",91435,78315,3,933,1136 -"228659",91435,113848,3,933,999 -"228660",91442,31866,3,1962,2101 -"228661",91465,468,3,1047,1966 -"228662",91465,1570,2,1047,2028 -"228663",91465,2724,2,1047,2447 -"228664",91465,3158,3,1047,2762 -"228665",91465,3272,3,1047,2132 -"228666",91465,3477,3,1047,2546 -"228667",91465,3559,3,1047,2413 -"228668",91465,3678,3,1047,1325 -"228669",91465,3786,3,1047,2282 -"228670",91465,4622,3,1047,1589 -"228671",91465,6063,3,1047,2349 -"228672",91465,6562,2,1047,1139 -"228673",91465,7648,2,1047,1861 -"228674",91465,9273,2,1047,1747 -"228675",91465,9328,3,1047,1937 -"228676",91465,10435,3,1047,1984 -"228677",91465,10755,3,1047,1742 -"228678",91465,10756,3,1047,2207 -"228679",91465,11803,2,1047,1232 -"228680",91465,12481,3,1047,1086 -"228681",91465,12598,3,1047,2086 -"228682",91465,12861,2,1047,1207 -"228683",91465,13400,3,1047,1371 -"228684",91465,14061,2,1047,1620 -"228685",91465,14442,2,1047,2700 -"228686",91465,16184,3,1047,2274 -"228687",91465,17608,2,1047,1216 -"228688",91465,17768,2,1047,2468 -"228689",91465,17999,3,1047,2758 -"228690",91465,18217,3,1047,1566 -"228691",91465,18455,2,1047,1237 -"228692",91465,20739,3,1047,2025 -"228693",91465,21701,3,1047,1198 -"228694",91465,23739,3,1047,2463 -"228695",91465,24116,3,1047,1413 -"228696",91465,24867,2,1047,1861 -"228697",91465,25053,1,1047,2186 -"228698",91465,25886,3,1047,1580 -"228699",91465,26100,2,1047,1966 -"228700",91465,29067,2,1047,1538 -"228701",91465,29354,1,1047,1123 -"228702",91465,31259,3,1047,2082 -"228703",91465,31281,3,1047,1937 -"228704",91465,32904,3,1047,2055 -"228705",91465,33223,3,1047,2397 -"228706",91465,36996,2,1047,2321 -"228707",91465,39911,3,1047,1445 -"228708",91465,40542,3,1047,1664 -"228709",91465,41051,3,1047,2767 -"228710",91465,41603,3,1047,1942 -"228711",91465,41669,2,1047,1247 -"228712",91465,42407,3,1047,2408 -"228713",91465,44132,3,1047,1999 -"228714",91465,44466,3,1047,1607 -"228715",91465,44473,3,1047,1685 -"228716",91465,44501,2,1047,2567 -"228717",91465,46849,2,1047,1238 -"228718",91465,47094,2,1047,2592 -"228719",91465,49805,2,1047,2445 -"228720",91465,50635,3,1047,2962 -"228721",91465,53362,3,1047,2360 -"228722",91465,55446,2,1047,1247 -"228723",91465,55730,3,1047,1217 -"228724",91465,55997,2,1047,1414 -"228725",91465,59289,2,1047,2896 -"228726",91465,62848,3,1047,1230 -"228727",91465,63096,3,1047,2307 -"228728",91465,64737,3,1047,2442 -"228729",91465,74054,2,1047,1488 -"228730",91465,76503,3,1047,1136 -"228731",91465,80705,3,1047,2764 -"228732",91465,84317,3,1047,2081 -"228733",91465,84322,1,1047,1635 -"228734",91465,97615,3,1047,1198 -"228735",91465,104281,3,1047,2228 -"228736",91465,110737,3,1047,2117 -"228737",91466,12608,2,201,1337 -"228738",91466,15905,1,201,2064 -"228739",91466,19092,1,201,906 -"228740",91466,22422,3,201,894 -"228741",91466,35888,3,201,2291 -"228742",91466,40913,2,201,1800 -"228743",91466,41077,3,201,864 -"228744",91466,44669,2,201,1594 -"228745",91466,65703,2,201,1689 -"228746",91466,76637,3,201,833 -"228747",91466,78342,3,201,746 -"228748",91518,2684,3,842,2874 -"228749",91518,12356,3,842,2757 -"228750",91518,14325,3,842,1976 -"228751",91518,14652,3,842,2516 -"228752",91518,16954,2,842,2972 -"228753",91518,18563,2,842,2715 -"228754",91518,20659,3,842,1969 -"228755",91518,21225,2,842,1945 -"228756",91518,26793,3,842,2104 -"228757",91518,33010,3,842,2189 -"228758",91518,36609,3,842,2918 -"228759",91518,40931,3,842,2301 -"228760",91518,43153,3,842,1381 -"228761",91518,45618,3,842,2356 -"228762",91518,45650,3,842,1528 -"228763",91518,77550,3,842,1548 -"228764",91532,237,2,98,1982 -"228765",91532,267,3,98,2631 -"228766",91532,448,3,98,2693 -"228767",91532,600,3,98,1702 -"228768",91532,1728,2,98,284 -"228769",91532,2440,2,98,836 -"228770",91532,5599,3,98,1684 -"228771",91532,6821,3,98,1788 -"228772",91532,7118,3,98,966 -"228773",91532,8062,3,98,2858 -"228774",91532,8238,3,98,2222 -"228775",91532,10215,3,98,2006 -"228776",91532,13537,3,98,1020 -"228777",91532,13842,2,98,2250 -"228778",91532,15556,3,98,270 -"228779",91532,17457,2,98,589 -"228780",91532,18464,3,98,2312 -"228781",91532,19208,3,98,2629 -"228782",91532,19605,3,98,2395 -"228783",91532,22207,3,98,2365 -"228784",91532,22682,3,98,2035 -"228785",91532,23679,3,98,934 -"228786",91532,23918,3,98,1881 -"228787",91532,24615,3,98,229 -"228788",91532,25373,3,98,2783 -"228789",91532,25378,3,98,1245 -"228790",91532,26336,3,98,1904 -"228791",91532,27509,3,98,2067 -"228792",91532,27796,3,98,2151 -"228793",91532,29512,3,98,1594 -"228794",91532,29912,3,98,144 -"228795",91532,30891,3,98,1256 -"228796",91532,30967,2,98,818 -"228797",91532,33537,3,98,2406 -"228798",91532,40264,3,98,1418 -"228799",91532,40565,3,98,2115 -"228800",91532,41250,2,98,1703 -"228801",91532,41739,3,98,1339 -"228802",91532,44403,3,98,2429 -"228803",91532,47708,3,98,2568 -"228804",91532,49414,2,98,1667 -"228805",91532,50480,3,98,2701 -"228806",91532,57082,2,98,1418 -"228807",91532,58238,3,98,1944 -"228808",91532,58421,3,98,910 -"228809",91532,58759,3,98,942 -"228810",91532,58829,3,98,1256 -"228811",91532,64967,3,98,2872 -"228812",91532,66693,3,98,2554 -"228813",91532,66756,3,98,1301 -"228814",91532,67942,3,98,973 -"228815",91532,69250,3,98,1439 -"228816",91532,76607,3,98,747 -"228817",91532,77550,3,98,1548 -"228818",91532,82270,3,98,1641 -"228819",91532,82738,3,98,591 -"228820",91532,83523,3,98,1461 -"228821",91532,86286,3,98,234 -"228822",91532,87269,3,98,847 -"228823",91532,95416,3,98,982 -"228824",91532,99565,3,98,470 -"228825",91532,107292,3,98,1667 -"228826",91532,117125,2,98,169 -"228827",91532,119921,3,98,1113 -"228828",91570,313,3,2229,2271 -"228829",91570,377,3,2229,2389 -"228830",91570,1151,3,2229,2885 -"228831",91570,1616,2,2229,2662 -"228832",91570,2036,3,2229,2483 -"228833",91570,2484,2,2229,2389 -"228834",91570,4057,3,2229,2389 -"228835",91570,5462,2,2229,2374 -"228836",91570,5504,2,2229,2389 -"228837",91570,7323,3,2229,2858 -"228838",91570,8760,3,2229,2477 -"228839",91570,9311,3,2229,2477 -"228840",91570,12713,3,2229,2440 -"228841",91570,17520,3,2229,2276 -"228842",91570,19606,3,2229,2783 -"228843",91570,20700,3,2229,2861 -"228844",91570,27478,3,2229,2485 -"228845",91570,31799,3,2229,2547 -"228846",91570,35256,2,2229,2271 -"228847",91570,37570,3,2229,2389 -"228848",91570,52576,3,2229,2234 -"228849",91570,57977,3,2229,2683 -"228850",91570,85430,2,2229,2370 -"228851",91571,854,3,923,2307 -"228852",91571,1175,3,923,1642 -"228853",91571,2269,3,923,984 -"228854",91571,2424,3,923,2582 -"228855",91571,3068,3,923,1815 -"228856",91571,3886,2,923,1669 -"228857",91571,4253,2,923,1890 -"228858",91571,4504,3,923,1905 -"228859",91571,5986,3,923,1721 -"228860",91571,6044,3,923,2744 -"228861",91571,6052,3,923,1985 -"228862",91571,6718,3,923,2138 -"228863",91571,6996,3,923,2916 -"228864",91571,7970,3,923,1197 -"228865",91571,9391,3,923,1252 -"228866",91571,10148,3,923,2964 -"228867",91571,10358,3,923,2294 -"228868",91571,10717,3,923,1938 -"228869",91571,11218,3,923,2292 -"228870",91571,12042,3,923,2345 -"228871",91571,12310,3,923,1337 -"228872",91571,14328,3,923,1725 -"228873",91571,15235,3,923,1045 -"228874",91571,16352,3,923,2657 -"228875",91571,17943,1,923,1943 -"228876",91571,18011,3,923,1636 -"228877",91571,18707,3,923,1143 -"228878",91571,19248,3,923,2357 -"228879",91571,19282,3,923,1623 -"228880",91571,19719,3,923,2177 -"228881",91571,21198,3,923,935 -"228882",91571,22311,3,923,2034 -"228883",91571,23159,3,923,1548 -"228884",91571,23310,3,923,2371 -"228885",91571,23641,3,923,1934 -"228886",91571,26080,2,923,2525 -"228887",91571,27694,3,923,2030 -"228888",91571,30052,3,923,2855 -"228889",91571,30236,3,923,2238 -"228890",91571,30850,3,923,1045 -"228891",91571,32919,3,923,2321 -"228892",91571,33949,3,923,2489 -"228893",91571,35045,3,923,1646 -"228894",91571,38732,3,923,2263 -"228895",91571,40003,3,923,936 -"228896",91571,40703,3,923,1608 -"228897",91571,41972,2,923,2509 -"228898",91571,42522,3,923,2592 -"228899",91571,47248,3,923,2883 -"228900",91571,50685,3,923,2008 -"228901",91571,51017,3,923,2073 -"228902",91571,52576,3,923,2234 -"228903",91571,52969,2,923,2302 -"228904",91571,55082,3,923,1856 -"228905",91571,56317,3,923,2030 -"228906",91571,61982,3,923,2725 -"228907",91571,62841,3,923,2710 -"228908",91571,63547,3,923,1023 -"228909",91571,69260,3,923,1698 -"228910",91571,88063,3,923,1045 -"228911",91571,92508,3,923,1374 -"228912",91579,8327,2,2510,2527 -"228913",91579,15444,3,2510,2764 -"228914",91579,19208,3,2510,2629 -"228915",91579,50480,3,2510,2701 -"228916",91579,56920,3,2510,2548 -"228917",91579,99351,3,2510,2939 -"228918",91631,9716,3,1899,1929 -"228919",91631,14626,3,1899,2175 -"228920",91631,29319,3,1899,2314 -"228921",91631,32582,3,1899,1929 -"228922",91631,41185,3,1899,1929 -"228923",91631,45730,3,1899,2063 -"228924",91631,56737,3,1899,2270 -"228925",91631,64412,3,1899,2233 -"228926",91631,72426,2,1899,2902 -"228927",91715,468,2,1034,1966 -"228928",91715,1560,3,1034,2013 -"228929",91715,3669,3,1034,2524 -"228930",91715,4032,3,1034,1763 -"228931",91715,5557,3,1034,1929 -"228932",91715,5816,3,1034,2408 -"228933",91715,9716,2,1034,1929 -"228934",91715,9808,2,1034,1648 -"228935",91715,12481,3,1034,1086 -"228936",91715,13400,1,1034,1371 -"228937",91715,14080,3,1034,1351 -"228938",91715,14626,3,1034,2175 -"228939",91715,14654,3,1034,1692 -"228940",91715,14754,3,1034,2456 -"228941",91715,15301,2,1034,2308 -"228942",91715,16771,3,1034,1541 -"228943",91715,18808,2,1034,2854 -"228944",91715,18855,3,1034,1362 -"228945",91715,21504,3,1034,2328 -"228946",91715,21571,3,1034,2755 -"228947",91715,21741,3,1034,1574 -"228948",91715,21832,3,1034,1755 -"228949",91715,22566,3,1034,2308 -"228950",91715,22905,3,1034,2599 -"228951",91715,24520,3,1034,2196 -"228952",91715,26100,2,1034,1966 -"228953",91715,28081,3,1034,1927 -"228954",91715,29319,3,1034,2314 -"228955",91715,30317,3,1034,2431 -"228956",91715,31251,2,1034,2498 -"228957",91715,32582,2,1034,1929 -"228958",91715,33697,3,1034,1309 -"228959",91715,34559,3,1034,1105 -"228960",91715,35264,2,1034,2329 -"228961",91715,38309,3,1034,2644 -"228962",91715,40392,3,1034,1878 -"228963",91715,41185,3,1034,1929 -"228964",91715,41603,3,1034,1942 -"228965",91715,43585,3,1034,1066 -"228966",91715,45730,3,1034,2063 -"228967",91715,46745,3,1034,1565 -"228968",91715,49147,3,1034,2539 -"228969",91715,50440,2,1034,2469 -"228970",91715,50635,3,1034,2962 -"228971",91715,53362,2,1034,2360 -"228972",91715,54903,3,1034,2493 -"228973",91715,55775,3,1034,2385 -"228974",91715,60672,3,1034,2876 -"228975",91715,69214,3,1034,1354 -"228976",91715,73837,3,1034,1061 -"228977",91715,77785,1,1034,1595 -"228978",91715,82226,3,1034,1619 -"228979",91715,94510,3,1034,1514 -"228980",91715,102109,3,1034,1367 -"228981",91772,3520,2,2233,2281 -"228982",91772,3786,3,2233,2282 -"228983",91772,5606,3,2233,2875 -"228984",91772,6390,3,2233,2385 -"228985",91772,33341,3,2233,2338 -"228986",91772,33363,3,2233,2475 -"228987",91772,47330,3,2233,2422 -"228988",91772,56673,3,2233,2419 -"228989",91772,62219,3,2233,2494 -"228990",91772,80050,2,2233,2698 -"228991",91806,160,3,969,2007 -"228992",91806,2418,3,969,2020 -"228993",91806,2576,3,969,1307 -"228994",91806,2852,3,969,2448 -"228995",91806,3255,3,969,2504 -"228996",91806,4665,3,969,1569 -"228997",91806,4669,3,969,2395 -"228998",91806,5454,3,969,1779 -"228999",91806,6119,3,969,2358 -"229000",91806,8568,3,969,2706 -"229001",91806,8623,3,969,2463 -"229002",91806,8984,3,969,1162 -"229003",91806,9787,2,969,2858 -"229004",91806,10336,3,969,2271 -"229005",91806,11563,3,969,1863 -"229006",91806,16286,2,969,2470 -"229007",91806,16501,3,969,1650 -"229008",91806,19934,3,969,2888 -"229009",91806,25163,3,969,1751 -"229010",91806,27742,3,969,2700 -"229011",91806,27914,3,969,2507 -"229012",91806,28051,3,969,2089 -"229013",91806,32939,3,969,2277 -"229014",91806,33341,2,969,2338 -"229015",91806,35728,3,969,2017 -"229016",91806,41633,1,969,1976 -"229017",91806,45869,3,969,2840 -"229018",91806,49347,3,969,2504 -"229019",91806,50229,3,969,1190 -"229020",91806,50354,3,969,1299 -"229021",91806,57804,3,969,2214 -"229022",91806,58521,3,969,2950 -"229023",91806,61125,3,969,1673 -"229024",91806,70455,3,969,1307 -"229025",91806,76143,3,969,1610 -"229026",91806,111375,3,969,2686 -"229027",91812,1315,3,682,2760 -"229028",91812,2864,2,682,1543 -"229029",91812,3198,3,682,1797 -"229030",91812,3395,1,682,1382 -"229031",91812,3397,2,682,2126 -"229032",91812,3409,3,682,2167 -"229033",91812,3453,2,682,2126 -"229034",91812,6492,2,682,1162 -"229035",91812,7616,3,682,2296 -"229036",91812,8866,3,682,1545 -"229037",91812,11912,3,682,889 -"229038",91812,12122,3,682,1385 -"229039",91812,12778,3,682,2045 -"229040",91812,16542,3,682,2039 -"229041",91812,17502,2,682,869 -"229042",91812,19893,2,682,1223 -"229043",91812,24753,3,682,2860 -"229044",91812,24793,3,682,1993 -"229045",91812,26421,3,682,2634 -"229046",91812,27001,3,682,1761 -"229047",91812,27323,3,682,943 -"229048",91812,28053,3,682,2292 -"229049",91812,28588,3,682,1335 -"229050",91812,28626,2,682,2842 -"229051",91812,31209,3,682,1137 -"229052",91812,32419,1,682,1909 -"229053",91812,33655,2,682,773 -"229054",91812,40879,2,682,2019 -"229055",91812,42023,3,682,2231 -"229056",91812,43902,1,682,1726 -"229057",91812,44089,3,682,1632 -"229058",91812,45650,3,682,1528 -"229059",91812,52699,2,682,1372 -"229060",91812,63907,3,682,2377 -"229061",91812,78270,3,682,1171 -"229062",91812,83053,3,682,1303 -"229063",91812,83286,3,682,1793 -"229064",91812,83291,3,682,2066 -"229065",91812,107478,2,682,768 -"229066",91812,115734,3,682,859 -"229067",91841,360,3,1521,1671 -"229068",91841,8192,3,1521,1670 -"229069",91841,12432,3,1521,1816 -"229070",91841,12449,3,1521,2067 -"229071",91841,18277,3,1521,2309 -"229072",91841,18394,3,1521,2356 -"229073",91841,24066,2,1521,1755 -"229074",91841,29948,3,1521,2795 -"229075",91841,43173,3,1521,2895 -"229076",91841,48274,3,1521,1979 -"229077",91841,60855,2,1521,2272 -"229078",91849,680,3,1166,2569 -"229079",91849,1620,3,1166,1303 -"229080",91849,1629,3,1166,1289 -"229081",91849,2206,3,1166,2536 -"229082",91849,2747,3,1166,2411 -"229083",91849,2852,2,1166,2448 -"229084",91849,3127,3,1166,2273 -"229085",91849,3254,3,1166,1258 -"229086",91849,3477,3,1166,2546 -"229087",91849,4361,2,1166,2571 -"229088",91849,4612,2,1166,2804 -"229089",91849,4668,3,1166,1919 -"229090",91849,4669,2,1166,2395 -"229091",91849,4983,3,1166,1909 -"229092",91849,5839,3,1166,2301 -"229093",91849,5897,2,1166,2337 -"229094",91849,6989,3,1166,2623 -"229095",91849,7252,3,1166,2799 -"229096",91849,7337,3,1166,1797 -"229097",91849,7785,2,1166,2441 -"229098",91849,7942,3,1166,2623 -"229099",91849,8062,3,1166,2858 -"229100",91849,8140,3,1166,1262 -"229101",91849,8146,3,1166,1561 -"229102",91849,8568,3,1166,2706 -"229103",91849,10453,3,1166,1656 -"229104",91849,10980,3,1166,1974 -"229105",91849,11107,3,1166,1256 -"229106",91849,11108,3,1166,1609 -"229107",91849,11429,3,1166,2520 -"229108",91849,11648,3,1166,2852 -"229109",91849,12948,3,1166,2669 -"229110",91849,14532,3,1166,1193 -"229111",91849,14749,3,1166,1998 -"229112",91849,14781,3,1166,2338 -"229113",91849,14817,3,1166,2110 -"229114",91849,15826,3,1166,2772 -"229115",91849,16286,3,1166,2470 -"229116",91849,16501,3,1166,1650 -"229117",91849,16715,2,1166,1218 -"229118",91849,17033,3,1166,2771 -"229119",91849,17645,3,1166,1918 -"229120",91849,18124,3,1166,1642 -"229121",91849,18415,3,1166,2184 -"229122",91849,20395,3,1166,1468 -"229123",91849,23131,3,1166,1732 -"229124",91849,25373,3,1166,2783 -"229125",91849,27742,1,1166,2700 -"229126",91849,27914,2,1166,2507 -"229127",91849,28869,3,1166,2425 -"229128",91849,29286,3,1166,1612 -"229129",91849,30525,2,1166,1964 -"229130",91849,31317,3,1166,1362 -"229131",91849,31541,3,1166,1500 -"229132",91849,31753,3,1166,1514 -"229133",91849,31868,3,1166,1993 -"229134",91849,32532,2,1166,2338 -"229135",91849,32560,1,1166,1258 -"229136",91849,33341,2,1166,2338 -"229137",91849,34892,3,1166,2309 -"229138",91849,35728,3,1166,2017 -"229139",91849,35797,3,1166,2482 -"229140",91849,36183,3,1166,2117 -"229141",91849,40572,3,1166,2666 -"229142",91849,41023,2,1166,2408 -"229143",91849,41581,3,1166,1692 -"229144",91849,45869,2,1166,2840 -"229145",91849,47013,3,1166,2388 -"229146",91849,50229,3,1166,1190 -"229147",91849,50354,3,1166,1299 -"229148",91849,53739,3,1166,2704 -"229149",91849,56995,3,1166,2323 -"229150",91849,58655,2,1166,2685 -"229151",91849,59039,3,1166,2870 -"229152",91849,59298,3,1166,1236 -"229153",91849,61125,3,1166,1673 -"229154",91849,74370,3,1166,1667 -"229155",91849,74441,3,1166,1260 -"229156",91849,80156,3,1166,1667 -"229157",91849,92860,3,1166,1643 -"229158",91849,109307,3,1166,1187 -"229159",91849,111375,3,1166,2686 -"229160",91849,115021,2,1166,1226 -"229161",91859,13109,3,124,1374 -"229162",91859,19858,3,124,2357 -"229163",91859,31003,3,124,1859 -"229164",91859,34648,3,124,1596 -"229165",91859,40893,3,124,1116 -"229166",91859,46283,2,124,1184 -"229167",91859,48127,3,124,2677 -"229168",91859,48602,2,124,1704 -"229169",91859,67102,3,124,935 -"229170",91859,81095,3,124,1609 -"229171",91859,83526,3,124,1235 -"229172",91859,99279,3,124,611 -"229173",91859,100229,3,124,550 -"229174",91859,100442,3,124,893 -"229175",91870,5484,3,439,582 -"229176",91870,6602,3,439,1631 -"229177",91870,7548,3,439,1932 -"229178",91870,7840,3,439,984 -"229179",91870,10439,3,439,773 -"229180",91870,10474,2,439,1608 -"229181",91870,22181,3,439,1274 -"229182",91870,22422,3,439,894 -"229183",91870,25610,3,439,2328 -"229184",91870,29923,3,439,626 -"229185",91870,34820,3,439,1630 -"229186",91870,67521,1,439,545 -"229187",91870,81674,2,439,499 -"229188",91870,102301,3,439,865 -"229189",91870,109608,3,439,780 -"229190",91870,121260,3,439,2042 -"229191",91870,121943,3,439,475 -"229192",91891,675,3,323,1686 -"229193",91891,1136,3,323,2536 -"229194",91891,1428,3,323,742 -"229195",91891,2063,3,323,1278 -"229196",91891,2731,3,323,434 -"229197",91891,2743,3,323,1278 -"229198",91891,5346,3,323,1438 -"229199",91891,6055,3,323,2651 -"229200",91891,8275,3,323,2237 -"229201",91891,12639,3,323,1141 -"229202",91891,12692,3,323,1855 -"229203",91891,13967,3,323,1354 -"229204",91891,15106,3,323,2286 -"229205",91891,15207,2,323,1855 -"229206",91891,16164,3,323,1184 -"229207",91891,18364,1,323,535 -"229208",91891,18550,3,323,483 -"229209",91891,19593,2,323,2013 -"229210",91891,19621,2,323,725 -"229211",91891,20319,2,323,468 -"229212",91891,20824,3,323,1366 -"229213",91891,21422,3,323,935 -"229214",91891,21566,2,323,1234 -"229215",91891,22884,3,323,1608 -"229216",91891,23006,3,323,1532 -"229217",91891,26322,3,323,1018 -"229218",91891,27104,3,323,1608 -"229219",91891,27753,3,323,2750 -"229220",91891,28130,2,323,908 -"229221",91891,28131,3,323,1492 -"229222",91891,28808,3,323,1063 -"229223",91891,29580,3,323,2776 -"229224",91891,33588,3,323,1040 -"229225",91891,33621,3,323,1319 -"229226",91891,34492,3,323,1798 -"229227",91891,35286,1,323,395 -"229228",91891,35772,2,323,1440 -"229229",91891,36441,2,323,2796 -"229230",91891,40113,3,323,451 -"229231",91891,40646,3,323,1583 -"229232",91891,40893,3,323,1116 -"229233",91891,41108,2,323,1624 -"229234",91891,42799,2,323,2729 -"229235",91891,43769,3,323,2394 -"229236",91891,44648,3,323,619 -"229237",91891,45277,3,323,1777 -"229238",91891,45504,3,323,2301 -"229239",91891,45903,3,323,2237 -"229240",91891,46635,2,323,2528 -"229241",91891,49109,3,323,2341 -"229242",91891,53196,3,323,1888 -"229243",91891,53412,1,323,566 -"229244",91891,54522,3,323,699 -"229245",91891,56317,3,323,2030 -"229246",91891,56903,2,323,1584 -"229247",91891,57760,3,323,1721 -"229248",91891,62148,3,323,1566 -"229249",91891,64997,3,323,2791 -"229250",91891,68024,3,323,1531 -"229251",91891,73786,3,323,2937 -"229252",91891,74818,2,323,1440 -"229253",91891,76356,3,323,2323 -"229254",91891,79207,3,323,2244 -"229255",91891,81463,1,323,955 -"229256",91891,81676,3,323,839 -"229257",91891,85356,2,323,1492 -"229258",91891,85547,3,323,997 -"229259",91891,86785,2,323,1607 -"229260",91891,87720,3,323,2086 -"229261",91891,91901,1,323,1236 -"229262",91891,92254,3,323,517 -"229263",91891,92381,3,323,1237 -"229264",91891,94520,3,323,1243 -"229265",91891,96132,2,323,1489 -"229266",91891,102107,3,323,504 -"229267",91891,109718,3,323,1237 -"229268",91901,5346,3,1236,1438 -"229269",91901,6055,3,1236,2651 -"229270",91901,8274,3,1236,1909 -"229271",91901,8275,3,1236,2237 -"229272",91901,12692,3,1236,1855 -"229273",91901,13967,3,1236,1354 -"229274",91901,15207,2,1236,1855 -"229275",91901,17027,3,1236,2772 -"229276",91901,17097,3,1236,1505 -"229277",91901,19593,2,1236,2013 -"229278",91901,22403,3,1236,1630 -"229279",91901,23006,3,1236,1532 -"229280",91901,24066,3,1236,1755 -"229281",91901,27104,3,1236,1608 -"229282",91901,28131,3,1236,1492 -"229283",91901,30309,3,1236,1449 -"229284",91901,35772,2,1236,1440 -"229285",91901,36441,2,1236,2796 -"229286",91901,40646,2,1236,1583 -"229287",91901,41108,1,1236,1624 -"229288",91901,42799,2,1236,2729 -"229289",91901,45903,3,1236,2237 -"229290",91901,46635,2,1236,2528 -"229291",91901,56903,2,1236,1584 -"229292",91901,57760,2,1236,1721 -"229293",91901,62148,3,1236,1566 -"229294",91901,68024,3,1236,1531 -"229295",91901,74818,2,1236,1440 -"229296",91901,76356,2,1236,2323 -"229297",91901,85356,2,1236,1492 -"229298",91901,86785,2,1236,1607 -"229299",91901,91579,3,1236,2510 -"229300",91901,92381,3,1236,1237 -"229301",91901,94520,3,1236,1243 -"229302",91901,96132,2,1236,1489 -"229303",91901,109718,3,1236,1237 -"229304",91908,206,2,918,1986 -"229305",91908,307,3,918,2530 -"229306",91908,312,3,918,2038 -"229307",91908,671,3,918,2328 -"229308",91908,1036,2,918,1367 -"229309",91908,1092,2,918,1945 -"229310",91908,1397,3,918,1225 -"229311",91908,1495,3,918,2046 -"229312",91908,2684,3,918,2874 -"229313",91908,2754,3,918,1360 -"229314",91908,2766,3,918,1920 -"229315",91908,3753,2,918,1255 -"229316",91908,4763,3,918,1960 -"229317",91908,5429,2,918,1991 -"229318",91908,5462,3,918,2374 -"229319",91908,7013,3,918,2040 -"229320",91908,9893,2,918,2701 -"229321",91908,10874,2,918,1891 -"229322",91908,11055,2,918,2111 -"229323",91908,11620,3,918,2010 -"229324",91908,13925,3,918,1515 -"229325",91908,15184,2,918,2396 -"229326",91908,15716,3,918,1991 -"229327",91908,16164,3,918,1184 -"229328",91908,19027,1,918,2721 -"229329",91908,19248,3,918,2357 -"229330",91908,20700,3,918,2861 -"229331",91908,21225,3,918,1945 -"229332",91908,21706,3,918,1988 -"229333",91908,22586,3,918,1341 -"229334",91908,24755,3,918,1319 -"229335",91908,26570,3,918,1669 -"229336",91908,27501,3,918,1981 -"229337",91908,29456,3,918,1182 -"229338",91908,31799,2,918,2547 -"229339",91908,33160,3,918,2441 -"229340",91908,41625,3,918,1794 -"229341",91908,41832,2,918,1155 -"229342",91908,42574,3,918,2842 -"229343",91908,42747,3,918,1189 -"229344",91908,44636,2,918,1026 -"229345",91908,46039,3,918,1794 -"229346",91908,48242,3,918,1690 -"229347",91908,50075,3,918,1026 -"229348",91908,54676,1,918,1342 -"229349",91908,54695,3,918,2429 -"229350",91908,57977,3,918,2683 -"229351",91908,58035,3,918,1646 -"229352",91908,58427,3,918,2234 -"229353",91908,62488,3,918,1418 -"229354",91908,65029,2,918,2954 -"229355",91908,76284,3,918,1237 -"229356",91908,88966,3,918,1568 -"229357",91912,212,3,790,1513 -"229358",91912,270,2,790,2542 -"229359",91912,312,3,790,2038 -"229360",91912,380,3,790,2261 -"229361",91912,457,3,790,1704 -"229362",91912,671,3,790,2328 -"229363",91912,1102,3,790,2282 -"229364",91912,1124,2,790,1596 -"229365",91912,1154,3,790,1656 -"229366",91912,1275,3,790,2068 -"229367",91912,1691,3,790,1941 -"229368",91912,1777,3,790,1965 -"229369",91912,1875,3,790,1786 -"229370",91912,2111,2,790,1904 -"229371",91912,2224,3,790,2751 -"229372",91912,2424,3,790,2582 -"229373",91912,2684,3,790,2874 -"229374",91912,2743,3,790,1278 -"229375",91912,3167,3,790,1676 -"229376",91912,3305,3,790,2839 -"229377",91912,3306,3,790,1989 -"229378",91912,3477,3,790,2546 -"229379",91912,3966,3,790,2425 -"229380",91912,4001,3,790,1687 -"229381",91912,4057,3,790,2389 -"229382",91912,4226,3,790,1903 -"229383",91912,4360,3,790,1770 -"229384",91912,4690,3,790,1938 -"229385",91912,4701,3,790,2401 -"229386",91912,4791,3,790,1184 -"229387",91912,5072,3,790,2175 -"229388",91912,5078,3,790,2033 -"229389",91912,5235,3,790,2324 -"229390",91912,5405,3,790,1510 -"229391",91912,5457,3,790,2077 -"229392",91912,5462,3,790,2374 -"229393",91912,5504,3,790,2389 -"229394",91912,5622,3,790,2175 -"229395",91912,5716,3,790,1058 -"229396",91912,5971,2,790,1985 -"229397",91912,5986,3,790,1721 -"229398",91912,6047,3,790,2004 -"229399",91912,6063,3,790,2349 -"229400",91912,6222,3,790,1949 -"229401",91912,6363,3,790,2066 -"229402",91912,6417,3,790,1675 -"229403",91912,6491,3,790,2424 -"229404",91912,6588,1,790,2025 -"229405",91912,6718,2,790,2138 -"229406",91912,7226,3,790,1228 -"229407",91912,7234,3,790,2654 -"229408",91912,7241,3,790,2259 -"229409",91912,7555,3,790,1943 -"229410",91912,7627,3,790,1543 -"229411",91912,8192,3,790,1670 -"229412",91912,8376,3,790,1670 -"229413",91912,8529,3,790,1205 -"229414",91912,8866,3,790,1545 -"229415",91912,8888,3,790,1328 -"229416",91912,9362,3,790,2879 -"229417",91912,9432,3,790,1693 -"229418",91912,9440,3,790,1006 -"229419",91912,9624,3,790,2398 -"229420",91912,9634,3,790,2041 -"229421",91912,9650,3,790,1167 -"229422",91912,9654,3,790,2111 -"229423",91912,9805,3,790,1621 -"229424",91912,10488,2,790,1524 -"229425",91912,10513,3,790,2284 -"229426",91912,10523,2,790,1510 -"229427",91912,10576,3,790,974 -"229428",91912,10646,3,790,1555 -"229429",91912,10857,3,790,2253 -"229430",91912,11055,3,790,2111 -"229431",91912,11218,3,790,2292 -"229432",91912,11229,2,790,1625 -"229433",91912,11351,3,790,2971 -"229434",91912,11477,3,790,2724 -"229435",91912,11620,3,790,2010 -"229436",91912,11912,3,790,889 -"229437",91912,11966,3,790,2385 -"229438",91912,12042,3,790,2345 -"229439",91912,12096,3,790,1330 -"229440",91912,12310,3,790,1337 -"229441",91912,12374,1,790,2260 -"229442",91912,12375,3,790,1873 -"229443",91912,12602,3,790,1956 -"229444",91912,12735,3,790,819 -"229445",91912,12779,3,790,936 -"229446",91912,13248,3,790,1385 -"229447",91912,13307,2,790,2206 -"229448",91912,13929,3,790,2693 -"229449",91912,14032,3,790,2144 -"229450",91912,14834,3,790,2739 -"229451",91912,14855,3,790,903 -"229452",91912,14989,3,790,2223 -"229453",91912,15003,3,790,2067 -"229454",91912,15118,3,790,1311 -"229455",91912,15135,3,790,1035 -"229456",91912,15402,3,790,1281 -"229457",91912,15700,3,790,1712 -"229458",91912,15799,3,790,1917 -"229459",91912,16352,2,790,2657 -"229460",91912,17400,2,790,2231 -"229461",91912,18152,3,790,1314 -"229462",91912,18217,3,790,1566 -"229463",91912,18361,3,790,2968 -"229464",91912,18394,2,790,2356 -"229465",91912,19096,3,790,1538 -"229466",91912,19622,3,790,2371 -"229467",91912,19719,3,790,2177 -"229468",91912,19862,3,790,2412 -"229469",91912,19893,3,790,1223 -"229470",91912,20124,3,790,2376 -"229471",91912,20311,2,790,1981 -"229472",91912,20824,3,790,1366 -"229473",91912,21012,3,790,2325 -"229474",91912,21104,2,790,2327 -"229475",91912,21122,3,790,1701 -"229476",91912,21571,3,790,2755 -"229477",91912,21693,3,790,2176 -"229478",91912,22006,3,790,1202 -"229479",91912,22197,3,790,2271 -"229480",91912,22362,3,790,1836 -"229481",91912,22462,3,790,869 -"229482",91912,22566,3,790,2308 -"229483",91912,23011,3,790,2763 -"229484",91912,23312,3,790,2449 -"229485",91912,23492,2,790,1067 -"229486",91912,23509,3,790,2275 -"229487",91912,23526,2,790,1998 -"229488",91912,23534,3,790,1659 -"229489",91912,23715,2,790,1859 -"229490",91912,23725,2,790,2378 -"229491",91912,23825,3,790,1913 -"229492",91912,24005,2,790,1188 -"229493",91912,24066,3,790,1755 -"229494",91912,24259,3,790,1281 -"229495",91912,24558,3,790,2139 -"229496",91912,24559,2,790,946 -"229497",91912,24755,3,790,1319 -"229498",91912,25132,2,790,1188 -"229499",91912,25643,3,790,1646 -"229500",91912,25985,3,790,2071 -"229501",91912,26067,3,790,2069 -"229502",91912,26080,3,790,2525 -"229503",91912,26451,3,790,2133 -"229504",91912,26471,3,790,1061 -"229505",91912,26570,2,790,1669 -"229506",91912,26671,2,790,2279 -"229507",91912,26848,3,790,2363 -"229508",91912,26867,1,790,1804 -"229509",91912,27377,3,790,1724 -"229510",91912,27744,3,790,861 -"229511",91912,27792,3,790,1308 -"229512",91912,27849,3,790,1316 -"229513",91912,28002,3,790,914 -"229514",91912,28383,3,790,1222 -"229515",91912,29073,3,790,2328 -"229516",91912,29929,3,790,2789 -"229517",91912,29987,3,790,956 -"229518",91912,30325,2,790,1067 -"229519",91912,30405,2,790,2164 -"229520",91912,31093,3,790,2160 -"229521",91912,31307,3,790,2139 -"229522",91912,31691,3,790,1657 -"229523",91912,32131,2,790,1035 -"229524",91912,32173,3,790,2341 -"229525",91912,32811,2,790,804 -"229526",91912,32965,3,790,2071 -"229527",91912,33223,3,790,2397 -"229528",91912,33622,2,790,2230 -"229529",91912,33801,3,790,2899 -"229530",91912,34136,2,790,2202 -"229531",91912,34735,3,790,2767 -"229532",91912,34836,2,790,2302 -"229533",91912,35402,3,790,2339 -"229534",91912,35673,2,790,1067 -"229535",91912,37893,3,790,875 -"229536",91912,38019,2,790,1870 -"229537",91912,39238,3,790,922 -"229538",91912,39294,3,790,1889 -"229539",91912,39444,2,790,2695 -"229540",91912,39865,1,790,849 -"229541",91912,40028,2,790,1349 -"229542",91912,40072,1,790,1182 -"229543",91912,40493,3,790,1981 -"229544",91912,40542,3,790,1664 -"229545",91912,40646,3,790,1583 -"229546",91912,40820,3,790,900 -"229547",91912,41174,3,790,850 -"229548",91912,42687,3,790,1952 -"229549",91912,42837,3,790,1096 -"229550",91912,43213,3,790,2160 -"229551",91912,43455,3,790,2846 -"229552",91912,43518,2,790,2680 -"229553",91912,43673,2,790,2787 -"229554",91912,44521,2,790,1593 -"229555",91912,44641,3,790,1981 -"229556",91912,45684,3,790,2200 -"229557",91912,46182,3,790,1613 -"229558",91912,46196,3,790,1510 -"229559",91912,46629,2,790,2255 -"229560",91912,46950,3,790,2673 -"229561",91912,47803,3,790,2477 -"229562",91912,47839,3,790,1864 -"229563",91912,48035,3,790,2180 -"229564",91912,48215,3,790,2028 -"229565",91912,48260,3,790,875 -"229566",91912,48698,2,790,1474 -"229567",91912,50118,3,790,2654 -"229568",91912,50134,3,790,2674 -"229569",91912,50236,1,790,2339 -"229570",91912,52136,3,790,1412 -"229571",91912,52345,1,790,1430 -"229572",91912,53266,3,790,2389 -"229573",91912,53303,1,790,1376 -"229574",91912,53322,3,790,1200 -"229575",91912,54551,3,790,2348 -"229576",91912,54929,3,790,2783 -"229577",91912,55556,3,790,2075 -"229578",91912,55691,3,790,2856 -"229579",91912,56082,2,790,2395 -"229580",91912,56232,3,790,1175 -"229581",91912,56237,2,790,2625 -"229582",91912,56854,3,790,2022 -"229583",91912,57150,3,790,1196 -"229584",91912,57246,3,790,1873 -"229585",91912,57353,3,790,1849 -"229586",91912,57414,3,790,922 -"229587",91912,57950,3,790,1529 -"229588",91912,58133,3,790,1484 -"229589",91912,59700,3,790,2346 -"229590",91912,59939,1,790,936 -"229591",91912,61982,3,790,2725 -"229592",91912,65007,3,790,2530 -"229593",91912,65242,3,790,1988 -"229594",91912,65884,3,790,798 -"229595",91912,67726,3,790,2873 -"229596",91912,67763,2,790,822 -"229597",91912,67805,3,790,1338 -"229598",91912,68215,3,790,2727 -"229599",91912,69712,3,790,1219 -"229600",91912,71217,3,790,2169 -"229601",91912,71478,3,790,1721 -"229602",91912,72188,3,790,856 -"229603",91912,72207,3,790,2430 -"229604",91912,72326,2,790,2384 -"229605",91912,72468,3,790,2292 -"229606",91912,72597,3,790,1843 -"229607",91912,72598,3,790,805 -"229608",91912,75403,2,790,1895 -"229609",91912,75948,3,790,1006 -"229610",91912,76284,3,790,1237 -"229611",91912,78256,2,790,804 -"229612",91912,79403,3,790,977 -"229613",91912,79657,3,790,1260 -"229614",91912,79804,2,790,2227 -"229615",91912,80784,3,790,1738 -"229616",91912,80825,3,790,2315 -"229617",91912,81563,3,790,1188 -"229618",91912,82730,3,790,1492 -"229619",91912,82776,3,790,1232 -"229620",91912,85685,2,790,998 -"229621",91912,87048,3,790,989 -"229622",91912,92104,3,790,2339 -"229623",91912,108379,3,790,2933 -"229624",91912,108867,2,790,2328 -"229625",91912,109718,3,790,1237 -"229626",91912,111971,3,790,1032 -"229627",91912,117956,3,790,2774 -"229628",91940,13248,2,194,1385 -"229629",91940,13837,3,194,1604 -"229630",91940,20643,3,194,2341 -"229631",91940,34314,3,194,630 -"229632",91940,43635,3,194,1196 -"229633",91940,48754,3,194,1972 -"229634",91940,66866,2,194,511 -"229635",91940,79364,3,194,834 -"229636",91940,79657,3,194,1260 -"229637",91942,2747,3,2216,2411 -"229638",91942,9503,3,2216,2453 -"229639",91942,9787,3,2216,2858 -"229640",91942,20407,3,2216,2339 -"229641",91942,23206,3,2216,2805 -"229642",91942,27742,3,2216,2700 -"229643",91942,28869,3,2216,2425 -"229644",91942,58501,3,2216,2613 -"229645",92030,5250,2,59,405 -"229646",92030,29842,1,59,2280 -"229647",92084,1393,3,1134,1706 -"229648",92084,3506,3,1134,2364 -"229649",92084,7123,3,1134,1964 -"229650",92084,9269,3,1134,1892 -"229651",92084,10610,3,1134,1427 -"229652",92084,16866,3,1134,2718 -"229653",92084,17925,3,1134,2385 -"229654",92084,22389,3,1134,2034 -"229655",92084,31990,3,1134,2264 -"229656",92084,32629,3,1134,1789 -"229657",92084,32724,3,1134,2581 -"229658",92084,37801,3,1134,2578 -"229659",92084,41075,3,1134,1176 -"229660",92084,44312,3,1134,2741 -"229661",92084,44744,2,1134,2032 -"229662",92084,45449,2,1134,1610 -"229663",92084,45450,3,1134,1590 -"229664",92084,48931,2,1134,2444 -"229665",92084,53445,3,1134,2028 -"229666",92084,57804,3,1134,2214 -"229667",92084,64712,3,1134,1411 -"229668",92084,66017,3,1134,1545 -"229669",92084,96387,3,1134,2159 -"229670",92084,100084,3,1134,1964 -"229671",92104,270,3,2339,2542 -"229672",92104,16352,3,2339,2657 -"229673",92104,18361,2,2339,2968 -"229674",92104,18394,3,2339,2356 -"229675",92104,26848,3,2339,2363 -"229676",92104,56082,3,2339,2395 -"229677",92104,56237,3,2339,2625 -"229678",92122,2063,3,436,1278 -"229679",92122,2208,2,436,2814 -"229680",92122,2462,3,436,849 -"229681",92122,4317,3,436,1224 -"229682",92122,6047,3,436,2004 -"229683",92122,6366,3,436,798 -"229684",92122,6914,3,436,2668 -"229685",92122,6942,3,436,1232 -"229686",92122,9954,3,436,2117 -"229687",92122,10222,2,436,2212 -"229688",92122,14108,3,436,2012 -"229689",92122,14983,2,436,1047 -"229690",92122,18289,3,436,862 -"229691",92122,22169,3,436,673 -"229692",92122,24198,3,436,2217 -"229693",92122,25565,3,436,2764 -"229694",92122,29115,3,436,1047 -"229695",92122,29454,3,436,2719 -"229696",92122,29923,2,436,626 -"229697",92122,34314,3,436,630 -"229698",92122,35481,3,436,2211 -"229699",92122,40368,3,436,2876 -"229700",92122,41764,3,436,2409 -"229701",92122,46512,3,436,1292 -"229702",92122,47064,3,436,1993 -"229703",92122,54250,3,436,2340 -"229704",92122,61785,3,436,822 -"229705",92122,65475,3,436,1267 -"229706",92122,66318,3,436,2803 -"229707",92122,69250,3,436,1439 -"229708",92122,70605,3,436,1176 -"229709",92122,71808,3,436,2349 -"229710",92122,77811,3,436,1871 -"229711",92122,82767,3,436,1641 -"229712",92122,85444,3,436,944 -"229713",92122,92124,3,436,1532 -"229714",92122,117990,3,436,938 -"229715",92122,121943,3,436,475 -"229716",92122,123349,3,436,901 -"229717",92124,1154,3,1532,1656 -"229718",92124,7241,3,1532,2259 -"229719",92124,10646,3,1532,1555 -"229720",92124,12374,3,1532,2260 -"229721",92124,21122,3,1532,1701 -"229722",92124,36763,3,1532,2165 -"229723",92124,47839,3,1532,1864 -"229724",92124,108867,3,1532,2328 -"229725",92131,2143,3,227,1174 -"229726",92131,8866,3,227,1545 -"229727",92131,8910,3,227,1054 -"229728",92131,8961,3,227,507 -"229729",92131,10513,3,227,2284 -"229730",92131,36087,3,227,2755 -"229731",92131,75921,3,227,517 -"229732",92148,7719,3,1294,1954 -"229733",92148,12948,3,1294,2669 -"229734",92148,40572,3,1294,2666 -"229735",92148,45869,3,1294,2840 -"229736",92148,67266,2,1294,2010 -"229737",92148,72597,3,1294,1843 -"229738",92217,48214,3,1663,2756 -"229739",92217,53846,3,1663,2737 -"229740",92217,58875,2,1663,1899 -"229741",92220,307,3,607,2530 -"229742",92220,600,3,607,1702 -"229743",92220,671,2,607,2328 -"229744",92220,733,3,607,1653 -"229745",92220,913,3,607,2144 -"229746",92220,1044,3,607,880 -"229747",92220,1102,3,607,2282 -"229748",92220,1127,3,607,1188 -"229749",92220,1130,3,607,1566 -"229750",92220,1639,3,607,2631 -"229751",92220,1826,2,607,924 -"229752",92220,2166,3,607,2557 -"229753",92220,2208,3,607,2814 -"229754",92220,2269,2,607,984 -"229755",92220,2322,3,607,1645 -"229756",92220,2325,3,607,1641 -"229757",92220,2424,3,607,2582 -"229758",92220,2754,2,607,1360 -"229759",92220,3011,3,607,2278 -"229760",92220,3306,3,607,1989 -"229761",92220,3716,3,607,1679 -"229762",92220,3830,3,607,1661 -"229763",92220,3966,3,607,2425 -"229764",92220,4226,3,607,1903 -"229765",92220,4289,3,607,1921 -"229766",92220,4317,2,607,1224 -"229767",92220,4618,3,607,2607 -"229768",92220,4701,2,607,2401 -"229769",92220,4790,1,607,1025 -"229770",92220,4791,1,607,1184 -"229771",92220,5462,3,607,2374 -"229772",92220,6047,3,607,2004 -"229773",92220,6718,3,607,2138 -"229774",92220,7241,3,607,2259 -"229775",92220,7555,3,607,1943 -"229776",92220,7847,3,607,2424 -"229777",92220,7861,3,607,1647 -"229778",92220,8910,3,607,1054 -"229779",92220,9364,3,607,1698 -"229780",92220,9474,2,607,864 -"229781",92220,9950,3,607,920 -"229782",92220,10513,3,607,2284 -"229783",92220,10875,3,607,1234 -"229784",92220,11006,3,607,1950 -"229785",92220,11348,3,607,824 -"229786",92220,11540,3,607,1237 -"229787",92220,11541,2,607,1927 -"229788",92220,11576,3,607,808 -"229789",92220,12096,2,607,1330 -"229790",92220,12728,3,607,2374 -"229791",92220,12863,3,607,2027 -"229792",92220,13929,3,607,2693 -"229793",92220,13945,2,607,1324 -"229794",92220,14032,3,607,2144 -"229795",92220,14091,3,607,929 -"229796",92220,14678,2,607,799 -"229797",92220,15005,3,607,1415 -"229798",92220,16164,3,607,1184 -"229799",92220,16332,3,607,2668 -"229800",92220,16940,3,607,1290 -"229801",92220,17376,3,607,1202 -"229802",92220,17821,3,607,858 -"229803",92220,17852,3,607,2840 -"229804",92220,18393,2,607,860 -"229805",92220,18707,2,607,1143 -"229806",92220,19027,3,607,2721 -"229807",92220,19248,3,607,2357 -"229808",92220,19719,3,607,2177 -"229809",92220,20124,3,607,2376 -"229810",92220,20287,3,607,1099 -"229811",92220,20311,3,607,1981 -"229812",92220,20824,3,607,1366 -"229813",92220,20975,2,607,1305 -"229814",92220,21122,2,607,1701 -"229815",92220,21138,3,607,2849 -"229816",92220,21197,3,607,1437 -"229817",92220,21198,2,607,935 -"229818",92220,21285,3,607,2100 -"229819",92220,21693,3,607,2176 -"229820",92220,22282,2,607,1418 -"229821",92220,22326,3,607,2818 -"229822",92220,22331,3,607,2687 -"229823",92220,22362,3,607,1836 -"229824",92220,22455,3,607,1197 -"229825",92220,22586,3,607,1341 -"229826",92220,22705,3,607,1016 -"229827",92220,22964,3,607,1443 -"229828",92220,23450,2,607,967 -"229829",92220,23508,3,607,1907 -"229830",92220,23509,3,607,2275 -"229831",92220,23652,2,607,803 -"229832",92220,23727,3,607,1734 -"229833",92220,23729,2,607,1624 -"229834",92220,23825,3,607,1913 -"229835",92220,23970,3,607,1624 -"229836",92220,24005,3,607,1188 -"229837",92220,24286,3,607,1280 -"229838",92220,24755,1,607,1319 -"229839",92220,25129,3,607,2647 -"229840",92220,25305,3,607,2447 -"229841",92220,25341,3,607,1858 -"229842",92220,25577,3,607,1946 -"229843",92220,26282,3,607,1241 -"229844",92220,26322,3,607,1018 -"229845",92220,26451,2,607,2133 -"229846",92220,26471,3,607,1061 -"229847",92220,26570,2,607,1669 -"229848",92220,26749,2,607,2965 -"229849",92220,27175,2,607,1447 -"229850",92220,27275,3,607,2656 -"229851",92220,27390,2,607,2425 -"229852",92220,27694,3,607,2030 -"229853",92220,27792,3,607,1308 -"229854",92220,27849,2,607,1316 -"229855",92220,28015,2,607,1624 -"229856",92220,28434,3,607,1141 -"229857",92220,29750,3,607,689 -"229858",92220,29962,3,607,2201 -"229859",92220,29987,3,607,956 -"229860",92220,30052,3,607,2855 -"229861",92220,30386,3,607,1833 -"229862",92220,31338,3,607,917 -"229863",92220,31530,3,607,1661 -"229864",92220,31799,3,607,2547 -"229865",92220,32173,3,607,2341 -"229866",92220,32457,3,607,2690 -"229867",92220,32601,3,607,1033 -"229868",92220,32811,3,607,804 -"229869",92220,33241,3,607,632 -"229870",92220,33356,3,607,1586 -"229871",92220,33433,3,607,2805 -"229872",92220,33949,3,607,2489 -"229873",92220,34136,3,607,2202 -"229874",92220,34509,3,607,1973 -"229875",92220,34836,3,607,2302 -"229876",92220,35095,3,607,1502 -"229877",92220,38019,2,607,1870 -"229878",92220,39238,2,607,922 -"229879",92220,39865,3,607,849 -"229880",92220,40832,3,607,634 -"229881",92220,41174,2,607,850 -"229882",92220,41278,3,607,1873 -"229883",92220,41739,3,607,1339 -"229884",92220,41832,2,607,1155 -"229885",92220,42618,3,607,2316 -"229886",92220,42687,3,607,1952 -"229887",92220,43051,2,607,904 -"229888",92220,43385,3,607,1623 -"229889",92220,43839,3,607,1685 -"229890",92220,43929,3,607,2749 -"229891",92220,44306,3,607,1036 -"229892",92220,44427,3,607,2875 -"229893",92220,45660,3,607,618 -"229894",92220,47248,3,607,2883 -"229895",92220,47772,3,607,2293 -"229896",92220,48260,3,607,875 -"229897",92220,48414,3,607,1749 -"229898",92220,48698,3,607,1474 -"229899",92220,50219,2,607,756 -"229900",92220,50685,3,607,2008 -"229901",92220,51017,3,607,2073 -"229902",92220,51022,3,607,1499 -"229903",92220,51810,2,607,1401 -"229904",92220,52058,2,607,1836 -"229905",92220,52136,3,607,1412 -"229906",92220,52576,3,607,2234 -"229907",92220,53323,3,607,2677 -"229908",92220,54879,3,607,2210 -"229909",92220,55299,3,607,609 -"229910",92220,55438,3,607,2863 -"229911",92220,55468,2,607,2511 -"229912",92220,55556,3,607,2075 -"229913",92220,55691,3,607,2856 -"229914",92220,56317,2,607,2030 -"229915",92220,57950,2,607,1529 -"229916",92220,58035,3,607,1646 -"229917",92220,58133,3,607,1484 -"229918",92220,58508,3,607,2326 -"229919",92220,58652,3,607,1437 -"229920",92220,61982,3,607,2725 -"229921",92220,62903,3,607,1704 -"229922",92220,63547,3,607,1023 -"229923",92220,64031,3,607,1295 -"229924",92220,64181,2,607,1828 -"229925",92220,64997,3,607,2791 -"229926",92220,65625,3,607,1273 -"229927",92220,65884,3,607,798 -"229928",92220,66413,3,607,2507 -"229929",92220,66860,2,607,1548 -"229930",92220,67222,2,607,1332 -"229931",92220,69498,3,607,931 -"229932",92220,70603,3,607,1002 -"229933",92220,70605,3,607,1176 -"229934",92220,71342,2,607,1289 -"229935",92220,72334,3,607,2820 -"229936",92220,72956,2,607,1251 -"229937",92220,73128,3,607,1549 -"229938",92220,73786,3,607,2937 -"229939",92220,75948,1,607,1006 -"229940",92220,76127,3,607,910 -"229941",92220,76284,3,607,1237 -"229942",92220,77155,3,607,2946 -"229943",92220,77305,1,607,965 -"229944",92220,78270,3,607,1171 -"229945",92220,78932,3,607,981 -"229946",92220,79322,2,607,2770 -"229947",92220,79436,3,607,1344 -"229948",92220,81588,1,607,1568 -"229949",92220,82767,3,607,1641 -"229950",92220,82787,3,607,1144 -"229951",92220,82893,3,607,1275 -"229952",92220,82949,3,607,2077 -"229953",92220,83434,2,607,850 -"229954",92220,87692,3,607,775 -"229955",92220,89097,1,607,935 -"229956",92220,90573,2,607,878 -"229957",92220,90802,3,607,877 -"229958",92220,93332,3,607,982 -"229959",92220,94101,3,607,997 -"229960",92220,95836,3,607,760 -"229961",92220,97915,3,607,1802 -"229962",92220,98781,3,607,1410 -"229963",92220,100134,3,607,977 -"229964",92220,101295,3,607,2165 -"229965",92220,101395,3,607,891 -"229966",92220,105063,3,607,1908 -"229967",92220,108867,3,607,2328 -"229968",92220,109510,3,607,621 -"229969",92220,115622,3,607,1895 -"229970",92220,121422,3,607,850 -"229971",92254,601,3,517,702 -"229972",92254,1036,3,517,1367 -"229973",92254,1196,3,517,1986 -"229974",92254,1428,2,517,742 -"229975",92254,1767,3,517,2727 -"229976",92254,2609,3,517,834 -"229977",92254,3068,3,517,1815 -"229978",92254,3753,3,517,1255 -"229979",92254,3961,2,517,2426 -"229980",92254,4289,3,517,1921 -"229981",92254,5041,3,517,2371 -"229982",92254,5315,3,517,2631 -"229983",92254,5346,3,517,1438 -"229984",92254,5438,3,517,1499 -"229985",92254,5714,3,517,534 -"229986",92254,5716,3,517,1058 -"229987",92254,6047,3,517,2004 -"229988",92254,6366,3,517,798 -"229989",92254,6417,3,517,1675 -"229990",92254,7233,3,517,572 -"229991",92254,7984,3,517,2493 -"229992",92254,7992,3,517,2033 -"229993",92254,9311,3,517,2477 -"229994",92254,10358,2,517,2294 -"229995",92254,11218,3,517,2292 -"229996",92254,11477,3,517,2724 -"229997",92254,11540,3,517,1237 -"229998",92254,11576,2,517,808 -"229999",92254,12639,3,517,1141 -"230000",92254,12692,3,517,1855 -"230001",92254,13388,3,517,2119 -"230002",92254,13967,2,517,1354 -"230003",92254,13979,3,517,1559 -"230004",92254,14032,3,517,2144 -"230005",92254,15207,2,517,1855 -"230006",92254,15309,3,517,2820 -"230007",92254,15636,3,517,2857 -"230008",92254,15990,2,517,593 -"230009",92254,16053,2,517,908 -"230010",92254,16120,3,517,1237 -"230011",92254,16826,3,517,2599 -"230012",92254,18364,3,517,535 -"230013",92254,18874,3,517,2170 -"230014",92254,19593,3,517,2013 -"230015",92254,19621,2,517,725 -"230016",92254,19637,2,517,1229 -"230017",92254,20067,2,517,2390 -"230018",92254,20311,3,517,1981 -"230019",92254,20732,2,517,2401 -"230020",92254,21138,3,517,2849 -"230021",92254,21422,3,517,935 -"230022",92254,21566,2,517,1234 -"230023",92254,21706,2,517,1988 -"230024",92254,22586,3,517,1341 -"230025",92254,23006,3,517,1532 -"230026",92254,23534,3,517,1659 -"230027",92254,23726,2,517,2434 -"230028",92254,23869,2,517,1918 -"230029",92254,25486,3,517,2582 -"230030",92254,25680,3,517,1618 -"230031",92254,26249,3,517,2301 -"230032",92254,27104,3,517,1608 -"230033",92254,28130,3,517,908 -"230034",92254,28131,2,517,1492 -"230035",92254,30150,3,517,1704 -"230036",92254,30404,3,517,1810 -"230037",92254,30883,3,517,1629 -"230038",92254,31279,3,517,965 -"230039",92254,32658,3,517,1694 -"230040",92254,32811,3,517,804 -"230041",92254,32919,3,517,2321 -"230042",92254,33356,3,517,1586 -"230043",92254,33801,2,517,2899 -"230044",92254,34907,3,517,1945 -"230045",92254,35529,2,517,1620 -"230046",92254,35772,3,517,1440 -"230047",92254,35926,3,517,2371 -"230048",92254,36441,2,517,2796 -"230049",92254,37934,3,517,1595 -"230050",92254,38467,3,517,1259 -"230051",92254,42799,3,517,2729 -"230052",92254,43479,3,517,2178 -"230053",92254,44160,3,517,859 -"230054",92254,44819,3,517,2063 -"230055",92254,45136,3,517,877 -"230056",92254,46635,3,517,2528 -"230057",92254,46803,2,517,2305 -"230058",92254,47386,3,517,2226 -"230059",92254,50269,3,517,1966 -"230060",92254,50382,2,517,2244 -"230061",92254,51017,3,517,2073 -"230062",92254,53043,3,517,803 -"230063",92254,53134,3,517,1590 -"230064",92254,53412,3,517,566 -"230065",92254,53475,2,517,2853 -"230066",92254,54929,3,517,2783 -"230067",92254,55084,3,517,1189 -"230068",92254,56903,3,517,1584 -"230069",92254,58669,3,517,2296 -"230070",92254,59786,3,517,605 -"230071",92254,62148,3,517,1566 -"230072",92254,68024,3,517,1531 -"230073",92254,70203,3,517,2756 -"230074",92254,70681,3,517,866 -"230075",92254,70996,2,517,1037 -"230076",92254,74681,2,517,837 -"230077",92254,74730,2,517,535 -"230078",92254,74818,3,517,1440 -"230079",92254,76356,3,517,2323 -"230080",92254,76999,3,517,908 -"230081",92254,81463,3,517,955 -"230082",92254,85356,2,517,1492 -"230083",92254,85794,3,517,679 -"230084",92254,87692,3,517,775 -"230085",92254,87720,3,517,2086 -"230086",92254,90378,3,517,890 -"230087",92254,90802,3,517,877 -"230088",92254,91142,3,517,2527 -"230089",92254,91901,3,517,1236 -"230090",92254,94520,3,517,1243 -"230091",92254,95064,3,517,1801 -"230092",92254,96132,3,517,1489 -"230093",92254,97160,3,517,1215 -"230094",92254,100140,3,517,1041 -"230095",92254,100670,2,517,525 -"230096",92254,101395,3,517,891 -"230097",92254,103524,3,517,991 -"230098",92254,117679,2,517,535 -"230099",92322,6104,3,2393,2462 -"230100",92322,7515,2,2393,2737 -"230101",92322,18543,3,2393,2968 -"230102",92322,19208,3,2393,2629 -"230103",92322,19605,3,2393,2395 -"230104",92322,22331,3,2393,2687 -"230105",92322,23132,3,2393,2756 -"230106",92322,40368,2,2393,2876 -"230107",92322,50275,3,2393,2832 -"230108",92322,50480,3,2393,2701 -"230109",92322,55076,3,2393,2408 -"230110",92322,62219,3,2393,2494 -"230111",92322,73305,3,2393,2544 -"230112",92322,74636,2,2393,2525 -"230113",92322,88232,3,2393,2881 -"230114",92322,119208,3,2393,2646 -"230115",92345,6104,2,324,2462 -"230116",92345,7241,3,324,2259 -"230117",92345,11348,3,324,824 -"230118",92345,13043,2,324,1295 -"230119",92345,17632,3,324,1947 -"230120",92345,18364,3,324,535 -"230121",92345,53885,2,324,1199 -"230122",92345,91321,3,324,353 -"230123",92359,20308,3,943,2254 -"230124",92359,37752,3,943,2223 -"230125",92366,1393,3,1434,1706 -"230126",92366,2370,3,1434,1600 -"230127",92366,4249,3,1434,2547 -"230128",92366,4784,3,1434,2511 -"230129",92366,6020,3,1434,1864 -"230130",92366,6345,3,1434,2713 -"230131",92366,9724,3,1434,2713 -"230132",92366,14172,3,1434,1923 -"230133",92366,14957,3,1434,2306 -"230134",92366,15782,3,1434,2306 -"230135",92366,16866,3,1434,2718 -"230136",92366,21142,3,1434,2414 -"230137",92366,21358,2,1434,1970 -"230138",92366,21920,2,1434,2367 -"230139",92366,23550,3,1434,2939 -"230140",92366,28648,2,1434,1586 -"230141",92366,31950,2,1434,2217 -"230142",92366,34274,3,1434,1437 -"230143",92366,41489,3,1434,2006 -"230144",92366,45297,3,1434,1864 -"230145",92366,45449,2,1434,1610 -"230146",92366,45450,2,1434,1590 -"230147",92366,48823,3,1434,2080 -"230148",92366,48931,3,1434,2444 -"230149",92366,53293,3,1434,2916 -"230150",92366,54488,3,1434,2357 -"230151",92366,57549,3,1434,2335 -"230152",92366,61921,3,1434,1793 -"230153",92366,64737,3,1434,2442 -"230154",92366,80186,2,1434,2228 -"230155",92366,84235,2,1434,1639 -"230156",92366,100084,2,1434,1964 -"230157",92371,67875,1,1094,1134 -"230158",92381,283,3,1237,2082 -"230159",92381,378,3,1237,2766 -"230160",92381,3100,2,1237,2524 -"230161",92381,3786,2,1237,2282 -"230162",92381,5315,3,1237,2631 -"230163",92381,6071,3,1237,2310 -"230164",92381,9912,3,1237,1356 -"230165",92381,11135,2,1237,2441 -"230166",92381,12031,3,1237,1957 -"230167",92381,13109,3,1237,1374 -"230168",92381,15207,3,1237,1855 -"230169",92381,15502,3,1237,2637 -"230170",92381,19593,3,1237,2013 -"230171",92381,19687,2,1237,2072 -"230172",92381,20517,3,1237,1465 -"230173",92381,21976,3,1237,1808 -"230174",92381,23639,2,1237,2065 -"230175",92381,23731,3,1237,1656 -"230176",92381,24116,3,1237,1413 -"230177",92381,25286,2,1237,1545 -"230178",92381,28567,3,1237,2398 -"230179",92381,32312,3,1237,1472 -"230180",92381,34055,3,1237,1881 -"230181",92381,34334,3,1237,1637 -"230182",92381,34648,3,1237,1596 -"230183",92381,35772,3,1237,1440 -"230184",92381,36441,3,1237,2796 -"230185",92381,42799,3,1237,2729 -"230186",92381,45487,3,1237,2256 -"230187",92381,45903,2,1237,2237 -"230188",92381,46635,3,1237,2528 -"230189",92381,47330,3,1237,2422 -"230190",92381,48127,3,1237,2677 -"230191",92381,48602,3,1237,1704 -"230192",92381,51448,3,1237,1593 -"230193",92381,56212,3,1237,1410 -"230194",92381,56673,3,1237,2419 -"230195",92381,56903,2,1237,1584 -"230196",92381,57383,3,1237,1302 -"230197",92381,62498,3,1237,1698 -"230198",92381,64502,3,1237,1670 -"230199",92381,65223,3,1237,2724 -"230200",92381,68024,3,1237,1531 -"230201",92381,74818,3,1237,1440 -"230202",92381,77001,3,1237,1440 -"230203",92381,79236,3,1237,1505 -"230204",92381,81095,3,1237,1609 -"230205",92381,81134,2,1237,1384 -"230206",92381,85356,2,1237,1492 -"230207",92381,96132,3,1237,1489 -"230208",92381,99194,3,1237,1271 -"230209",92381,106554,2,1237,1270 -"230210",92381,116792,3,1237,2397 -"230211",92469,1393,3,1232,1706 -"230212",92469,3506,3,1232,2364 -"230213",92469,7123,2,1232,1964 -"230214",92469,9088,2,1232,1881 -"230215",92469,9269,3,1232,1892 -"230216",92469,10610,3,1232,1427 -"230217",92469,17925,3,1232,2385 -"230218",92469,21872,3,1232,2458 -"230219",92469,31990,3,1232,2264 -"230220",92469,32629,3,1232,1789 -"230221",92469,32724,3,1232,2581 -"230222",92469,32939,3,1232,2277 -"230223",92469,37801,3,1232,2578 -"230224",92469,44312,2,1232,2741 -"230225",92469,44744,3,1232,2032 -"230226",92469,45449,3,1232,1610 -"230227",92469,48931,3,1232,2444 -"230228",92469,53445,3,1232,2028 -"230229",92469,57804,3,1232,2214 -"230230",92469,66017,3,1232,1545 -"230231",92469,83175,2,1232,2049 -"230232",92469,83264,3,1232,1922 -"230233",92469,84378,3,1232,1265 -"230234",92469,96197,3,1232,1670 -"230235",92469,96387,1,1232,2159 -"230236",92469,102581,2,1232,1813 -"230237",92480,10779,3,832,2881 -"230238",92480,11127,3,832,1196 -"230239",92480,11875,3,832,1526 -"230240",92480,17061,3,832,2385 -"230241",92480,17819,3,832,2291 -"230242",92480,27623,3,832,2970 -"230243",92480,44598,3,832,2356 -"230244",92480,49642,3,832,1166 -"230245",92480,53120,3,832,975 -"230246",92480,87230,3,832,1657 -"230247",92480,90860,2,832,851 -"230248",92490,2057,3,1230,1965 -"230249",92490,2190,3,1230,2359 -"230250",92490,47529,2,1230,2914 -"230251",92491,489,3,1968,2652 -"230252",92491,701,3,1968,2718 -"230253",92491,1136,3,1968,2536 -"230254",92491,2011,3,1968,2176 -"230255",92491,2036,3,1968,2483 -"230256",92491,2224,2,1968,2751 -"230257",92491,3306,3,1968,1989 -"230258",92491,5120,2,1968,2735 -"230259",92491,6363,2,1968,2066 -"230260",92491,6390,3,1968,2385 -"230261",92491,8821,3,1968,2230 -"230262",92491,9202,3,1968,2477 -"230263",92491,12747,3,1968,2818 -"230264",92491,14108,2,1968,2012 -"230265",92491,18543,3,1968,2968 -"230266",92491,19248,3,1968,2357 -"230267",92491,22141,3,1968,2348 -"230268",92491,25198,3,1968,1982 -"230269",92491,25565,3,1968,2764 -"230270",92491,25985,3,1968,2071 -"230271",92491,27753,3,1968,2750 -"230272",92491,32965,3,1968,2071 -"230273",92491,34815,3,1968,2354 -"230274",92491,36439,3,1968,2469 -"230275",92491,40022,3,1968,2307 -"230276",92491,41023,3,1968,2408 -"230277",92491,43173,3,1968,2895 -"230278",92491,43226,3,1968,2442 -"230279",92491,44427,3,1968,2875 -"230280",92491,44819,3,1968,2063 -"230281",92491,47064,3,1968,1993 -"230282",92491,47098,3,1968,2057 -"230283",92491,50785,3,1968,2877 -"230284",92491,51041,3,1968,2606 -"230285",92491,52323,3,1968,2148 -"230286",92491,53851,3,1968,2305 -"230287",92491,59438,3,1968,2400 -"230288",92491,64997,3,1968,2791 -"230289",92491,75444,3,1968,2846 -"230290",92491,88232,3,1968,2881 -"230291",92495,1224,3,283,2435 -"230292",92495,1386,2,283,1901 -"230293",92495,1777,3,283,1965 -"230294",92495,3716,3,283,1679 -"230295",92495,3830,3,283,1661 -"230296",92495,5078,3,283,2033 -"230297",92495,5120,3,283,2735 -"230298",92495,5457,3,283,2077 -"230299",92495,5462,3,283,2374 -"230300",92495,5491,3,283,2048 -"230301",92495,5504,3,283,2389 -"230302",92495,5621,3,283,1860 -"230303",92495,5710,3,283,1926 -"230304",92495,6162,3,283,1673 -"230305",92495,6366,3,283,798 -"230306",92495,6417,3,283,1675 -"230307",92495,6897,3,283,514 -"230308",92495,7029,3,283,2204 -"230309",92495,7970,3,283,1197 -"230310",92495,8286,3,283,886 -"230311",92495,9030,3,283,1979 -"230312",92495,9202,3,283,2477 -"230313",92495,10148,3,283,2964 -"230314",92495,10304,3,283,302 -"230315",92495,11576,3,283,808 -"230316",92495,11602,3,283,1493 -"230317",92495,12103,3,283,1244 -"230318",92495,12976,3,283,2399 -"230319",92495,13601,3,283,2689 -"230320",92495,13732,2,283,2789 -"230321",92495,13780,3,283,2412 -"230322",92495,13929,2,283,2693 -"230323",92495,14091,3,283,929 -"230324",92495,14189,2,283,1483 -"230325",92495,14709,3,283,1901 -"230326",92495,14888,3,283,1411 -"230327",92495,15453,3,283,1688 -"230328",92495,16029,2,283,1160 -"230329",92495,16040,3,283,1244 -"230330",92495,16164,3,283,1184 -"230331",92495,16313,2,283,1160 -"230332",92495,17938,3,283,1410 -"230333",92495,18151,3,283,2962 -"230334",92495,18289,3,283,862 -"230335",92495,18393,3,283,860 -"230336",92495,18567,2,283,919 -"230337",92495,19637,3,283,1229 -"230338",92495,20659,3,283,1969 -"230339",92495,20879,3,283,623 -"230340",92495,21225,3,283,1945 -"230341",92495,21795,3,283,2653 -"230342",92495,22216,3,283,1956 -"230343",92495,23508,2,283,1907 -"230344",92495,23751,3,283,1740 -"230345",92495,24146,2,283,2003 -"230346",92495,24362,2,283,1287 -"230347",92495,26595,3,283,1566 -"230348",92495,26865,2,283,2726 -"230349",92495,26959,3,283,1961 -"230350",92495,27849,3,283,1316 -"230351",92495,28218,3,283,2048 -"230352",92495,28233,3,283,1608 -"230353",92495,28640,2,283,1475 -"230354",92495,28923,3,283,2362 -"230355",92495,29050,3,283,1196 -"230356",92495,30081,1,283,2403 -"230357",92495,30981,3,283,2366 -"230358",92495,32516,3,283,2050 -"230359",92495,32761,3,283,2680 -"230360",92495,33241,3,283,632 -"230361",92495,33433,3,283,2805 -"230362",92495,34325,3,283,1982 -"230363",92495,34327,3,283,2959 -"230364",92495,34443,3,283,496 -"230365",92495,34509,3,283,1973 -"230366",92495,34984,3,283,2056 -"230367",92495,35516,2,283,1229 -"230368",92495,35542,3,283,1439 -"230369",92495,36559,2,283,2473 -"230370",92495,36962,1,283,2861 -"230371",92495,37333,1,283,1612 -"230372",92495,39556,3,283,2747 -"230373",92495,41278,3,283,1873 -"230374",92495,41402,3,283,2313 -"230375",92495,41832,3,283,1155 -"230376",92495,41872,3,283,2974 -"230377",92495,43839,3,283,1685 -"230378",92495,44306,3,283,1036 -"230379",92495,44729,3,283,588 -"230380",92495,45727,3,283,477 -"230381",92495,46164,2,283,445 -"230382",92495,46596,3,283,1942 -"230383",92495,46717,3,283,938 -"230384",92495,47947,3,283,2681 -"230385",92495,48503,3,283,820 -"230386",92495,50946,3,283,1075 -"230387",92495,53630,3,283,1565 -"230388",92495,54020,2,283,1578 -"230389",92495,54879,2,283,2210 -"230390",92495,55025,3,283,470 -"230391",92495,55691,3,283,2856 -"230392",92495,56232,3,283,1175 -"230393",92495,62903,3,283,1704 -"230394",92495,63477,3,283,1907 -"230395",92495,65679,2,283,1578 -"230396",92495,66318,3,283,2803 -"230397",92495,70046,3,283,2624 -"230398",92495,71369,3,283,2838 -"230399",92495,72823,3,283,929 -"230400",92495,78563,3,283,2385 -"230401",92495,79088,1,283,1369 -"230402",92495,81239,3,283,547 -"230403",92495,83096,2,283,1061 -"230404",92495,85784,3,283,1142 -"230405",92495,86287,3,283,1349 -"230406",92495,90837,3,283,825 -"230407",92495,94101,3,283,997 -"230408",92495,100134,3,283,977 -"230409",92495,101482,3,283,1300 -"230410",92503,2272,3,231,1640 -"230411",92503,2443,2,231,2333 -"230412",92503,15582,3,231,598 -"230413",92503,19358,3,231,880 -"230414",92503,27512,3,231,947 -"230415",92503,30697,3,231,2891 -"230416",92503,32070,3,231,950 -"230417",92503,46568,2,231,822 -"230418",92503,49403,3,231,2427 -"230419",92503,54737,3,231,326 -"230420",92503,56168,3,231,1466 -"230421",92503,65515,2,231,677 -"230422",92503,83334,3,231,1708 -"230423",92508,4253,3,1374,1890 -"230424",92508,5986,3,1374,1721 -"230425",92508,6044,2,1374,2744 -"230426",92508,6718,3,1374,2138 -"230427",92508,10358,3,1374,2294 -"230428",92508,10717,3,1374,1938 -"230429",92508,11218,3,1374,2292 -"230430",92508,12042,3,1374,2345 -"230431",92508,14972,3,1374,2332 -"230432",92508,16096,3,1374,2301 -"230433",92508,16352,3,1374,2657 -"230434",92508,17943,3,1374,1943 -"230435",92508,23159,3,1374,1548 -"230436",92508,23310,3,1374,2371 -"230437",92508,26080,2,1374,2525 -"230438",92508,28559,3,1374,1525 -"230439",92508,32694,3,1374,1602 -"230440",92508,32919,3,1374,2321 -"230441",92508,35926,3,1374,2371 -"230442",92508,41972,2,1374,2509 -"230443",92508,42687,3,1374,1952 -"230444",92508,46182,3,1374,1613 -"230445",92508,47248,3,1374,2883 -"230446",92508,50685,3,1374,2008 -"230447",92508,51017,3,1374,2073 -"230448",92508,52026,3,1374,2633 -"230449",92508,69260,3,1374,1698 -"230450",92508,82732,2,1374,2810 -"230451",92513,2424,3,2282,2582 -"230452",92513,8327,3,2282,2527 -"230453",92513,10358,3,2282,2294 -"230454",92513,11218,3,2282,2292 -"230455",92513,12042,3,2282,2345 -"230456",92513,24721,3,2282,2326 -"230457",92513,25480,3,2282,2747 -"230458",92513,33433,3,2282,2805 -"230459",92513,35888,3,2282,2291 -"230460",92513,51089,1,2282,2426 -"230461",92555,5568,3,614,1290 -"230462",92555,36666,2,614,1270 -"230463",92555,37710,2,614,963 -"230464",92555,55892,3,614,1234 -"230465",92567,1556,3,133,643 -"230466",92567,9912,3,133,1356 -"230467",92567,11135,3,133,2441 -"230468",92567,19687,3,133,2072 -"230469",92567,28081,3,133,1927 -"230470",92567,29117,3,133,1250 -"230471",92567,32818,2,133,2485 -"230472",92567,38274,2,133,1181 -"230473",92567,38333,3,133,1365 -"230474",92567,43204,3,133,1680 -"230475",92567,45487,3,133,2256 -"230476",92567,47827,3,133,1957 -"230477",92567,51099,3,133,262 -"230478",92567,68789,3,133,1929 -"230479",92567,80728,3,133,599 -"230480",92567,93317,2,133,1223 -"230481",92567,99955,3,133,1223 -"230482",92567,110802,3,133,2474 -"230483",92592,145,3,486,1998 -"230484",92592,288,3,486,947 -"230485",92592,489,3,486,2652 -"230486",92592,512,2,486,1596 -"230487",92592,600,3,486,1702 -"230488",92592,671,3,486,2328 -"230489",92592,913,3,486,2144 -"230490",92592,1090,3,486,2370 -"230491",92592,1102,3,486,2282 -"230492",92592,1154,3,486,1656 -"230493",92592,1592,2,486,2006 -"230494",92592,1691,1,486,1941 -"230495",92592,1985,3,486,888 -"230496",92592,2011,3,486,2176 -"230497",92592,2143,3,486,1174 -"230498",92592,2208,2,486,2814 -"230499",92592,2224,3,486,2751 -"230500",92592,2269,3,486,984 -"230501",92592,2563,3,486,1686 -"230502",92592,2609,3,486,834 -"230503",92592,2684,3,486,2874 -"230504",92592,2754,3,486,1360 -"230505",92592,3088,3,486,1670 -"230506",92592,3144,3,486,869 -"230507",92592,3271,3,486,2216 -"230508",92592,3628,3,486,2707 -"230509",92592,3748,3,486,2052 -"230510",92592,3863,3,486,856 -"230511",92592,3878,3,486,1890 -"230512",92592,4066,3,486,1736 -"230513",92592,4317,2,486,1224 -"230514",92592,4687,3,486,2152 -"230515",92592,4932,3,486,2752 -"230516",92592,5018,2,486,640 -"230517",92592,5120,3,486,2735 -"230518",92592,5258,2,486,2730 -"230519",92592,5504,3,486,2389 -"230520",92592,5710,3,486,1926 -"230521",92592,5716,3,486,1058 -"230522",92592,5986,3,486,1721 -"230523",92592,6074,3,486,2426 -"230524",92592,6104,3,486,2462 -"230525",92592,6252,2,486,2336 -"230526",92592,6363,3,486,2066 -"230527",92592,6390,1,486,2385 -"230528",92592,6417,3,486,1675 -"230529",92592,6428,3,486,1952 -"230530",92592,7126,3,486,1261 -"230531",92592,7196,3,486,1508 -"230532",92592,7672,3,486,1974 -"230533",92592,7847,3,486,2424 -"230534",92592,7984,3,486,2493 -"230535",92592,8011,2,486,889 -"230536",92592,8490,3,486,564 -"230537",92592,8529,3,486,1205 -"230538",92592,8657,3,486,2473 -"230539",92592,8726,3,486,2083 -"230540",92592,8762,2,486,2585 -"230541",92592,8888,3,486,1328 -"230542",92592,8890,3,486,1955 -"230543",92592,8913,3,486,968 -"230544",92592,9272,3,486,2835 -"230545",92592,9511,3,486,1232 -"230546",92592,9805,3,486,1621 -"230547",92592,10222,3,486,2212 -"230548",92592,10799,3,486,2010 -"230549",92592,11055,3,486,2111 -"230550",92592,11348,3,486,824 -"230551",92592,11351,3,486,2971 -"230552",92592,11434,3,486,1187 -"230553",92592,11516,3,486,1937 -"230554",92592,12096,3,486,1330 -"230555",92592,12199,2,486,1651 -"230556",92592,12713,3,486,2440 -"230557",92592,12724,3,486,1930 -"230558",92592,12779,3,486,936 -"230559",92592,12976,3,486,2399 -"230560",92592,13248,3,486,1385 -"230561",92592,13837,3,486,1604 -"230562",92592,13895,3,486,687 -"230563",92592,13945,2,486,1324 -"230564",92592,14108,1,486,2012 -"230565",92592,14652,3,486,2516 -"230566",92592,14676,3,486,2764 -"230567",92592,14731,3,486,2012 -"230568",92592,14888,3,486,1411 -"230569",92592,14972,3,486,2332 -"230570",92592,14983,3,486,1047 -"230571",92592,15118,3,486,1311 -"230572",92592,15401,3,486,1999 -"230573",92592,15713,3,486,1646 -"230574",92592,15799,3,486,1917 -"230575",92592,16365,3,486,2217 -"230576",92592,16609,3,486,538 -"230577",92592,17257,3,486,1117 -"230578",92592,17400,3,486,2231 -"230579",92592,17410,3,486,2073 -"230580",92592,17434,3,486,1642 -"230581",92592,17645,3,486,1918 -"230582",92592,18211,3,486,1745 -"230583",92592,18277,3,486,2309 -"230584",92592,18502,2,486,1033 -"230585",92592,18543,1,486,2968 -"230586",92592,18836,3,486,1270 -"230587",92592,19027,3,486,2721 -"230588",92592,19096,3,486,1538 -"230589",92592,19173,3,486,1686 -"230590",92592,19248,3,486,2357 -"230591",92592,19332,3,486,1214 -"230592",92592,19605,3,486,2395 -"230593",92592,19718,3,486,1702 -"230594",92592,19882,2,486,565 -"230595",92592,19963,3,486,810 -"230596",92592,20067,3,486,2390 -"230597",92592,20124,3,486,2376 -"230598",92592,20343,3,486,851 -"230599",92592,20407,2,486,2339 -"230600",92592,20494,3,486,1075 -"230601",92592,21133,2,486,1320 -"230602",92592,21246,3,486,1612 -"230603",92592,21617,2,486,516 -"230604",92592,21670,3,486,2158 -"230605",92592,21681,3,486,2005 -"230606",92592,21682,3,486,2414 -"230607",92592,21693,3,486,2176 -"230608",92592,22141,3,486,2348 -"230609",92592,22326,3,486,2818 -"230610",92592,22362,3,486,1836 -"230611",92592,22722,3,486,1233 -"230612",92592,22884,3,486,1608 -"230613",92592,23403,3,486,607 -"230614",92592,23492,3,486,1067 -"230615",92592,23825,3,486,1913 -"230616",92592,23869,3,486,1918 -"230617",92592,24198,2,486,2217 -"230618",92592,24755,3,486,1319 -"230619",92592,25027,3,486,564 -"230620",92592,25565,2,486,2764 -"230621",92592,25816,3,486,2088 -"230622",92592,25874,3,486,2088 -"230623",92592,26106,3,486,2015 -"230624",92592,26322,3,486,1018 -"230625",92592,26342,3,486,527 -"230626",92592,26570,3,486,1669 -"230627",92592,26621,3,486,1100 -"230628",92592,26957,3,486,987 -"230629",92592,27792,3,486,1308 -"230630",92592,28057,3,486,1067 -"230631",92592,28592,3,486,2320 -"230632",92592,28784,3,486,1579 -"230633",92592,28808,2,486,1063 -"230634",92592,28896,3,486,1395 -"230635",92592,29050,3,486,1196 -"230636",92592,29170,3,486,1846 -"230637",92592,29224,3,486,2011 -"230638",92592,29948,3,486,2795 -"230639",92592,30405,3,486,2164 -"230640",92592,30411,2,486,630 -"230641",92592,31001,3,486,2119 -"230642",92592,31093,3,486,2160 -"230643",92592,31235,2,486,2668 -"230644",92592,31700,3,486,2727 -"230645",92592,32131,3,486,1035 -"230646",92592,32503,3,486,2020 -"230647",92592,32988,3,486,2008 -"230648",92592,33572,3,486,2370 -"230649",92592,33588,3,486,1040 -"230650",92592,33621,2,486,1319 -"230651",92592,33622,2,486,2230 -"230652",92592,34314,2,486,630 -"230653",92592,34945,2,486,1298 -"230654",92592,35041,3,486,1311 -"230655",92592,35428,3,486,2263 -"230656",92592,35481,3,486,2211 -"230657",92592,35822,3,486,1903 -"230658",92592,36031,3,486,2342 -"230659",92592,36439,2,486,2469 -"230660",92592,36450,3,486,1591 -"230661",92592,36651,3,486,1600 -"230662",92592,37509,2,486,1640 -"230663",92592,37628,3,486,819 -"230664",92592,37937,3,486,1320 -"230665",92592,38213,2,486,1744 -"230666",92592,38259,3,486,2258 -"230667",92592,38602,3,486,2693 -"230668",92592,38667,3,486,2880 -"230669",92592,39865,3,486,849 -"230670",92592,40022,3,486,2307 -"230671",92592,40954,3,486,2603 -"230672",92592,41085,1,486,637 -"230673",92592,41446,3,486,1103 -"230674",92592,41739,3,486,1339 -"230675",92592,42619,3,486,2017 -"230676",92592,42725,3,486,630 -"230677",92592,43173,3,486,2895 -"230678",92592,43226,2,486,2442 -"230679",92592,43428,3,486,1299 -"230680",92592,43635,3,486,1196 -"230681",92592,44427,1,486,2875 -"230682",92592,44636,3,486,1026 -"230683",92592,46469,3,486,759 -"230684",92592,46512,3,486,1292 -"230685",92592,46532,3,486,2005 -"230686",92592,46621,2,486,1343 -"230687",92592,46726,3,486,943 -"230688",92592,46951,3,486,2429 -"230689",92592,47064,2,486,1993 -"230690",92592,47384,3,486,1639 -"230691",92592,47407,3,486,832 -"230692",92592,47435,2,486,878 -"230693",92592,47445,3,486,2668 -"230694",92592,47585,1,486,794 -"230695",92592,48110,3,486,2009 -"230696",92592,48215,3,486,2028 -"230697",92592,49265,3,486,2686 -"230698",92592,49300,2,486,515 -"230699",92592,49301,3,486,1894 -"230700",92592,49470,3,486,1528 -"230701",92592,49512,3,486,1302 -"230702",92592,49620,2,486,1868 -"230703",92592,50179,3,486,2230 -"230704",92592,50217,3,486,1211 -"230705",92592,50235,2,486,726 -"230706",92592,50254,3,486,1151 -"230707",92592,51572,3,486,912 -"230708",92592,51628,3,486,901 -"230709",92592,52136,3,486,1412 -"230710",92592,52154,3,486,1722 -"230711",92592,52323,2,486,2148 -"230712",92592,52327,3,486,1472 -"230713",92592,53252,1,486,637 -"230714",92592,53323,3,486,2677 -"230715",92592,53608,3,486,1986 -"230716",92592,53624,3,486,952 -"230717",92592,54676,3,486,1342 -"230718",92592,54855,3,486,1525 -"230719",92592,55084,3,486,1189 -"230720",92592,55156,2,486,2196 -"230721",92592,55320,3,486,1643 -"230722",92592,55324,3,486,1544 -"230723",92592,55828,3,486,2393 -"230724",92592,55880,3,486,626 -"230725",92592,56116,3,486,1321 -"230726",92592,56903,3,486,1584 -"230727",92592,56910,3,486,2705 -"230728",92592,57353,3,486,1849 -"230729",92592,57380,3,486,2362 -"230730",92592,57414,3,486,922 -"230731",92592,57544,3,486,2443 -"230732",92592,57990,1,486,978 -"230733",92592,58133,3,486,1484 -"230734",92592,58221,3,486,1787 -"230735",92592,58284,2,486,2292 -"230736",92592,58508,3,486,2326 -"230737",92592,59096,3,486,1677 -"230738",92592,59438,3,486,2400 -"230739",92592,60116,3,486,2668 -"230740",92592,61138,3,486,1188 -"230741",92592,61689,3,486,1309 -"230742",92592,61785,1,486,822 -"230743",92592,62062,3,486,860 -"230744",92592,62219,3,486,2494 -"230745",92592,62602,2,486,1172 -"230746",92592,62668,3,486,958 -"230747",92592,63637,3,486,498 -"230748",92592,64181,2,486,1828 -"230749",92592,64997,3,486,2791 -"230750",92592,65155,3,486,1947 -"230751",92592,65475,3,486,1267 -"230752",92592,65625,3,486,1273 -"230753",92592,66413,3,486,2507 -"230754",92592,66971,3,486,2299 -"230755",92592,67607,3,486,528 -"230756",92592,68810,3,486,2409 -"230757",92592,69335,3,486,2698 -"230758",92592,69447,3,486,1197 -"230759",92592,70854,3,486,635 -"230760",92592,71274,3,486,2390 -"230761",92592,71478,3,486,1721 -"230762",92592,72728,3,486,2234 -"230763",92592,73245,3,486,802 -"230764",92592,73675,3,486,887 -"230765",92592,73747,3,486,2274 -"230766",92592,74636,2,486,2525 -"230767",92592,74730,3,486,535 -"230768",92592,75025,2,486,717 -"230769",92592,75216,3,486,672 -"230770",92592,75403,3,486,1895 -"230771",92592,75898,3,486,889 -"230772",92592,75921,2,486,517 -"230773",92592,76127,2,486,910 -"230774",92592,76192,2,486,912 -"230775",92592,76646,3,486,1263 -"230776",92592,78256,3,486,804 -"230777",92592,78416,2,486,630 -"230778",92592,78563,2,486,2385 -"230779",92592,78569,2,486,578 -"230780",92592,79158,3,486,1252 -"230781",92592,79364,3,486,834 -"230782",92592,79436,3,486,1344 -"230783",92592,79612,3,486,927 -"230784",92592,79657,3,486,1260 -"230785",92592,80301,3,486,1690 -"230786",92592,81895,3,486,1634 -"230787",92592,82401,2,486,1210 -"230788",92592,82787,3,486,1144 -"230789",92592,82949,3,486,2077 -"230790",92592,83224,3,486,1183 -"230791",92592,85869,3,486,1509 -"230792",92592,88126,3,486,1027 -"230793",92592,88232,2,486,2881 -"230794",92592,88966,2,486,1568 -"230795",92592,89880,3,486,1938 -"230796",92592,92322,3,486,2393 -"230797",92592,92491,2,486,1968 -"230798",92592,93102,3,486,1174 -"230799",92592,93398,3,486,828 -"230800",92592,93953,3,486,969 -"230801",92592,94125,3,486,2280 -"230802",92592,96000,3,486,1789 -"230803",92592,96352,3,486,1493 -"230804",92592,97674,3,486,1912 -"230805",92592,97824,2,486,1229 -"230806",92592,98531,3,486,719 -"230807",92592,99953,3,486,581 -"230808",92592,100215,2,486,2436 -"230809",92592,100432,3,486,1358 -"230810",92592,101598,3,486,781 -"230811",92592,101967,1,486,691 -"230812",92592,102731,2,486,630 -"230813",92592,104217,3,486,956 -"230814",92592,105063,3,486,1908 -"230815",92592,106240,3,486,705 -"230816",92592,106555,3,486,1626 -"230817",92592,108415,3,486,752 -"230818",92592,108430,3,486,1642 -"230819",92592,109383,3,486,952 -"230820",92592,109415,3,486,1328 -"230821",92630,1708,3,1583,1591 -"230822",92630,2443,3,1583,2333 -"230823",92630,3158,3,1583,2762 -"230824",92630,9269,2,1583,1892 -"230825",92630,9273,3,1583,1747 -"230826",92630,9895,2,1583,1960 -"230827",92630,9910,3,1583,2526 -"230828",92630,9948,3,1583,2019 -"230829",92630,10146,3,1583,1878 -"230830",92630,11351,3,1583,2971 -"230831",92630,14442,3,1583,2700 -"230832",92630,15207,3,1583,1855 -"230833",92630,16347,3,1583,1868 -"230834",92630,17499,3,1583,2954 -"230835",92630,20695,2,1583,2526 -"230836",92630,26740,3,1583,2695 -"230837",92630,30544,3,1583,2041 -"230838",92630,33460,3,1583,2781 -"230839",92630,34331,3,1583,1727 -"230840",92630,38697,3,1583,2701 -"230841",92630,44744,3,1583,2032 -"230842",92630,46616,3,1583,1917 -"230843",92630,47094,3,1583,2592 -"230844",92630,51212,3,1583,1801 -"230845",92630,51890,3,1583,1992 -"230846",92630,55261,3,1583,1915 -"230847",92630,56364,2,1583,1626 -"230848",92630,69453,3,1583,2831 -"230849",92630,84591,3,1583,1685 -"230850",92658,4932,3,2659,2752 -"230851",92658,18543,3,2659,2968 -"230852",92678,2206,3,1769,2536 -"230853",92678,47013,3,1769,2388 -"230854",92757,5239,3,2615,2875 -"230855",92757,10638,3,2615,2692 -"230856",92757,11477,3,2615,2724 -"230857",92757,28582,2,2615,2698 -"230858",92757,31700,3,2615,2727 -"230859",92757,33801,3,2615,2899 -"230860",92757,36862,2,2615,2655 -"230861",92757,51410,3,2615,2739 -"230862",92757,56237,3,2615,2625 -"230863",92757,69335,3,2615,2698 -"230864",92784,860,3,1257,1258 -"230865",92784,1520,3,1257,1716 -"230866",92784,2418,3,1257,2020 -"230867",92784,2747,3,1257,2411 -"230868",92784,3520,3,1257,2281 -"230869",92784,4665,3,1257,1569 -"230870",92784,4831,3,1257,2365 -"230871",92784,10050,3,1257,1792 -"230872",92784,11588,3,1257,2352 -"230873",92784,14998,2,1257,1553 -"230874",92784,16502,3,1257,1616 -"230875",92784,16796,3,1257,1892 -"230876",92784,19587,3,1257,1684 -"230877",92784,20155,2,1257,1517 -"230878",92784,20545,3,1257,1491 -"230879",92784,20984,3,1257,2502 -"230880",92784,21487,3,1257,2203 -"230881",92784,27882,3,1257,1897 -"230882",92784,28116,3,1257,1643 -"230883",92784,31676,2,1257,1598 -"230884",92784,33017,3,1257,1493 -"230885",92784,42256,2,1257,2839 -"230886",92784,42813,3,1257,2142 -"230887",92784,44433,3,1257,2224 -"230888",92784,44603,3,1257,2748 -"230889",92784,46486,3,1257,1868 -"230890",92784,54924,2,1257,2603 -"230891",92784,56936,3,1257,1519 -"230892",92784,74605,3,1257,2265 -"230893",92784,92850,3,1257,1971 -"230894",92804,3127,3,56,2273 -"230895",92804,5454,3,56,1779 -"230896",92804,9227,2,56,1267 -"230897",92804,11728,3,56,1121 -"230898",92804,12208,3,56,447 -"230899",92804,13537,3,56,1020 -"230900",92804,14807,3,56,241 -"230901",92804,16573,3,56,802 -"230902",92804,26957,3,56,987 -"230903",92804,30609,3,56,988 -"230904",92804,30891,3,56,1256 -"230905",92804,33870,3,56,955 -"230906",92804,38259,3,56,2258 -"230907",92804,40572,3,56,2666 -"230908",92804,41969,3,56,2189 -"230909",92804,50278,3,56,1127 -"230910",92804,70070,3,56,2425 -"230911",92804,83729,3,56,406 -"230912",92804,107052,2,56,2158 -"230913",92804,110736,3,56,95 -"230914",92806,85638,2,1802,2275 -"230915",92817,1050,3,569,1185 -"230916",92817,1196,3,569,1986 -"230917",92817,2011,3,569,2176 -"230918",92817,2077,3,569,610 -"230919",92817,2523,3,569,1691 -"230920",92817,3306,3,569,1989 -"230921",92817,3878,3,569,1890 -"230922",92817,3961,3,569,2426 -"230923",92817,4763,3,569,1960 -"230924",92817,4932,3,569,2752 -"230925",92817,5041,3,569,2371 -"230926",92817,5315,2,569,2631 -"230927",92817,5350,3,569,2522 -"230928",92817,5716,3,569,1058 -"230929",92817,5986,3,569,1721 -"230930",92817,6047,2,569,2004 -"230931",92817,6366,3,569,798 -"230932",92817,6417,3,569,1675 -"230933",92817,6718,3,569,2138 -"230934",92817,6940,3,569,1183 -"230935",92817,7233,3,569,572 -"230936",92817,7515,3,569,2737 -"230937",92817,8011,3,569,889 -"230938",92817,8984,3,569,1162 -"230939",92817,9184,3,569,2670 -"230940",92817,9432,2,569,1693 -"230941",92817,9928,2,569,2345 -"230942",92817,9950,3,569,920 -"230943",92817,10358,2,569,2294 -"230944",92817,10523,3,569,1510 -"230945",92817,10779,3,569,2881 -"230946",92817,11218,3,569,2292 -"230947",92817,11434,3,569,1187 -"230948",92817,11516,3,569,1937 -"230949",92817,11576,3,569,808 -"230950",92817,13311,3,569,2315 -"230951",92817,13837,3,569,1604 -"230952",92817,14032,1,569,2144 -"230953",92817,14676,3,569,2764 -"230954",92817,14731,2,569,2012 -"230955",92817,14855,3,569,903 -"230956",92817,14972,3,569,2332 -"230957",92817,15309,3,569,2820 -"230958",92817,15402,3,569,1281 -"230959",92817,15607,3,569,1421 -"230960",92817,16053,3,569,908 -"230961",92817,16352,3,569,2657 -"230962",92817,17400,3,569,2231 -"230963",92817,17645,3,569,1918 -"230964",92817,17819,3,569,2291 -"230965",92817,18874,3,569,2170 -"230966",92817,19027,3,569,2721 -"230967",92817,19637,3,569,1229 -"230968",92817,20067,3,569,2390 -"230969",92817,21122,3,569,1701 -"230970",92817,21246,3,569,1612 -"230971",92817,23132,3,569,2756 -"230972",92817,23310,2,569,2371 -"230973",92817,24568,3,569,1937 -"230974",92817,24755,3,569,1319 -"230975",92817,25443,3,569,1441 -"230976",92817,25976,2,569,659 -"230977",92817,26080,3,569,2525 -"230978",92817,27205,3,569,966 -"230979",92817,27849,3,569,1316 -"230980",92817,28002,3,569,914 -"230981",92817,28296,3,569,2944 -"230982",92817,29750,2,569,689 -"230983",92817,29930,3,569,2240 -"230984",92817,30081,3,569,2403 -"230985",92817,30325,3,569,1067 -"230986",92817,31093,3,569,2160 -"230987",92817,31279,3,569,965 -"230988",92817,31530,3,569,1661 -"230989",92817,31700,3,569,2727 -"230990",92817,32694,3,569,1602 -"230991",92817,32919,2,569,2321 -"230992",92817,32947,3,569,1091 -"230993",92817,34735,3,569,2767 -"230994",92817,35302,3,569,1589 -"230995",92817,35464,2,569,2502 -"230996",92817,35529,3,569,1620 -"230997",92817,35715,3,569,2912 -"230998",92817,35926,3,569,2371 -"230999",92817,37937,3,569,1320 -"231000",92817,38046,3,569,1163 -"231001",92817,38728,3,569,851 -"231002",92817,39516,3,569,2393 -"231003",92817,40893,3,569,1116 -"231004",92817,41832,2,569,1155 -"231005",92817,41955,2,569,2479 -"231006",92817,42619,2,569,2017 -"231007",92817,42687,3,569,1952 -"231008",92817,43213,3,569,2160 -"231009",92817,44636,3,569,1026 -"231010",92817,45186,3,569,835 -"231011",92817,45545,3,569,1776 -"231012",92817,45903,3,569,2237 -"231013",92817,46182,3,569,1613 -"231014",92817,46726,3,569,943 -"231015",92817,48215,3,569,2028 -"231016",92817,50977,3,569,2352 -"231017",92817,52136,3,569,1412 -"231018",92817,53134,3,569,1590 -"231019",92817,55185,3,569,922 -"231020",92817,56082,3,569,2395 -"231021",92817,56116,3,569,1321 -"231022",92817,58284,3,569,2292 -"231023",92817,60280,3,569,1918 -"231024",92817,62488,2,569,1418 -"231025",92817,62668,3,569,958 -"231026",92817,63409,3,569,1937 -"231027",92817,64502,3,569,1670 -"231028",92817,66097,3,569,1222 -"231029",92817,67102,3,569,935 -"231030",92817,67788,3,569,837 -"231031",92817,70854,3,569,635 -"231032",92817,70996,3,569,1037 -"231033",92817,73305,3,569,2544 -"231034",92817,74605,3,569,2265 -"231035",92817,74681,3,569,837 -"231036",92817,75403,2,569,1895 -"231037",92817,77001,3,569,1440 -"231038",92817,79804,2,569,2227 -"231039",92817,80219,3,569,988 -"231040",92817,80429,3,569,1927 -"231041",92817,82730,3,569,1492 -"231042",92817,82732,3,569,2810 -"231043",92817,82932,3,569,2245 -"231044",92817,83526,3,569,1235 -"231045",92817,90802,3,569,877 -"231046",92817,92322,3,569,2393 -"231047",92817,92658,3,569,2659 -"231048",92817,94783,3,569,659 -"231049",92817,95288,3,569,1602 -"231050",92817,97915,3,569,1802 -"231051",92817,100140,3,569,1041 -"231052",92817,104280,3,569,887 -"231053",92831,11990,2,576,1909 -"231054",92831,44795,3,576,635 -"231055",92850,2747,3,1971,2411 -"231056",92850,3127,3,1971,2273 -"231057",92850,7252,3,1971,2799 -"231058",92850,10980,3,1971,1974 -"231059",92850,11136,3,1971,2573 -"231060",92850,14586,3,1971,2801 -"231061",92850,21209,3,1971,2184 -"231062",92850,36953,3,1971,2790 -"231063",92850,40572,3,1971,2666 -"231064",92850,42813,2,1971,2142 -"231065",92850,44433,3,1971,2224 -"231066",92850,44603,3,1971,2748 -"231067",92850,61585,3,1971,2315 -"231068",92850,63837,2,1971,2807 -"231069",92860,160,3,1643,2007 -"231070",92860,323,3,1643,1706 -"231071",92860,680,3,1643,2569 -"231072",92860,1519,3,1643,2349 -"231073",92860,2206,3,1643,2536 -"231074",92860,2446,3,1643,2606 -"231075",92860,2747,3,1643,2411 -"231076",92860,2852,3,1643,2448 -"231077",92860,3477,3,1643,2546 -"231078",92860,3978,3,1643,2775 -"231079",92860,4001,3,1643,1687 -"231080",92860,4567,3,1643,2348 -"231081",92860,4612,3,1643,2804 -"231082",92860,4660,3,1643,2149 -"231083",92860,5897,3,1643,2337 -"231084",92860,6063,3,1643,2349 -"231085",92860,7252,3,1643,2799 -"231086",92860,8789,3,1643,2024 -"231087",92860,9503,2,1643,2453 -"231088",92860,10453,3,1643,1656 -"231089",92860,10980,3,1643,1974 -"231090",92860,12577,3,1643,2530 -"231091",92860,12948,3,1643,2669 -"231092",92860,13136,1,1643,2867 -"231093",92860,14749,3,1643,1998 -"231094",92860,16205,3,1643,2630 -"231095",92860,19073,2,1643,2748 -"231096",92860,19686,3,1643,2467 -"231097",92860,22244,3,1643,2139 -"231098",92860,26734,3,1643,2299 -"231099",92860,27686,2,1643,2844 -"231100",92860,27742,2,1643,2700 -"231101",92860,27882,3,1643,1897 -"231102",92860,27914,3,1643,2507 -"231103",92860,28869,3,1643,2425 -"231104",92860,30525,3,1643,1964 -"231105",92860,31335,3,1643,2351 -"231106",92860,31866,3,1643,2101 -"231107",92860,31868,3,1643,1993 -"231108",92860,33223,3,1643,2397 -"231109",92860,34162,3,1643,2336 -"231110",92860,34892,3,1643,2309 -"231111",92860,35822,3,1643,1903 -"231112",92860,36912,3,1643,2469 -"231113",92860,39418,3,1643,1978 -"231114",92860,40542,3,1643,1664 -"231115",92860,41023,3,1643,2408 -"231116",92860,41581,3,1643,1692 -"231117",92860,42256,3,1643,2839 -"231118",92860,43204,3,1643,1680 -"231119",92860,47375,3,1643,2043 -"231120",92860,58655,3,1643,2685 -"231121",92860,64947,3,1643,2489 -"231122",92860,70583,3,1643,2615 -"231123",92860,72597,2,1643,1843 -"231124",92860,74370,3,1643,1667 -"231125",92860,80156,3,1643,1667 -"231126",92860,80506,3,1643,1920 -"231127",92860,96425,3,1643,2007 -"231128",92864,30016,3,1123,1124 -"231129",92864,57977,3,1123,2683 -"231130",92895,36574,3,2339,2934 -"231131",92904,140,3,780,2267 -"231132",92904,900,3,780,2726 -"231133",92904,2452,3,780,1715 -"231134",92904,3414,3,780,2322 -"231135",92904,3477,3,780,2546 -"231136",92904,5317,3,780,2063 -"231137",92904,6479,3,780,1021 -"231138",92904,12023,3,780,799 -"231139",92904,13068,3,780,1778 -"231140",92904,14156,3,780,1251 -"231141",92904,14287,3,780,1583 -"231142",92904,14425,3,780,1036 -"231143",92904,15078,3,780,1033 -"231144",92904,16776,2,780,1565 -"231145",92904,19934,3,780,2888 -"231146",92904,20176,2,780,1050 -"231147",92904,28893,3,780,2764 -"231148",92904,30865,1,780,2038 -"231149",92904,31753,3,780,1514 -"231150",92904,33665,3,780,787 -"231151",92904,36344,3,780,2570 -"231152",92904,38373,3,780,1928 -"231153",92904,38676,3,780,2286 -"231154",92904,39418,3,780,1978 -"231155",92904,41077,2,780,864 -"231156",92904,46060,2,780,861 -"231157",92904,46570,2,780,1707 -"231158",92904,51879,3,780,1771 -"231159",92904,67815,3,780,2476 -"231160",92904,74474,3,780,2338 -"231161",92904,75282,2,780,2675 -"231162",92919,2057,2,1645,1965 -"231163",92919,29997,3,1645,1789 -"231164",92947,3100,3,1289,2524 -"231165",92947,4144,3,1289,1520 -"231166",92947,4660,3,1289,2149 -"231167",92947,5673,2,1289,1567 -"231168",92947,6071,3,1289,2310 -"231169",92947,9050,3,1289,2026 -"231170",92947,9727,3,1289,2327 -"231171",92947,9808,3,1289,1648 -"231172",92947,9912,3,1289,1356 -"231173",92947,11135,2,1289,2441 -"231174",92947,13528,3,1289,1891 -"231175",92947,15502,2,1289,2637 -"231176",92947,16833,3,1289,1661 -"231177",92947,19687,3,1289,2072 -"231178",92947,19972,2,1289,2078 -"231179",92947,20392,3,1289,1309 -"231180",92947,21895,3,1289,1693 -"231181",92947,23639,2,1289,2065 -"231182",92947,23731,3,1289,1656 -"231183",92947,23890,3,1289,1810 -"231184",92947,24116,2,1289,1413 -"231185",92947,25886,3,1289,1580 -"231186",92947,34055,3,1289,1881 -"231187",92947,36487,2,1289,2622 -"231188",92947,39577,3,1289,1728 -"231189",92947,41180,3,1289,1556 -"231190",92947,44074,3,1289,1299 -"231191",92947,45487,3,1289,2256 -"231192",92947,47130,3,1289,2654 -"231193",92947,47330,3,1289,2422 -"231194",92947,51448,2,1289,1593 -"231195",92947,56212,3,1289,1410 -"231196",92947,56673,3,1289,2419 -"231197",92947,57067,3,1289,2547 -"231198",92947,61513,2,1289,2948 -"231199",92947,65223,3,1289,2724 -"231200",92947,73915,3,1289,2568 -"231201",92947,79236,2,1289,1505 -"231202",92947,81134,2,1289,1384 -"231203",92947,100586,3,1289,2966 -"231204",92947,104659,3,1289,2026 -"231205",92973,357,2,1276,2327 -"231206",92973,377,3,1276,2389 -"231207",92973,1046,3,1276,1881 -"231208",92973,1130,3,1276,1566 -"231209",92973,2325,3,1276,1641 -"231210",92973,4366,3,1276,1726 -"231211",92973,7861,3,1276,1647 -"231212",92973,10382,3,1276,2111 -"231213",92973,24923,1,1276,2785 -"231214",92973,25129,3,1276,2647 -"231215",92973,25341,3,1276,1858 -"231216",92973,32939,3,1276,2277 -"231217",92973,34509,2,1276,1973 -"231218",92973,40937,3,1276,2639 -"231219",92973,57804,3,1276,2214 -"231220",92973,61719,2,1276,1515 -"231221",92973,102824,3,1276,2944 -"231222",93026,2226,3,704,2225 -"231223",93026,3770,3,704,2623 -"231224",93026,6697,3,704,2438 -"231225",93026,11029,3,704,2362 -"231226",93026,20176,3,704,1050 -"231227",93026,30631,2,704,951 -"231228",93026,33665,3,704,787 -"231229",93026,34945,3,704,1298 -"231230",93026,36344,3,704,2570 -"231231",93026,38087,3,704,1083 -"231232",93026,38373,3,704,1928 -"231233",93026,46726,3,704,943 -"231234",93026,49551,3,704,879 -"231235",93026,52879,3,704,777 -"231236",93026,67617,3,704,1149 -"231237",93026,82023,3,704,992 -"231238",93026,84447,2,704,1006 -"231239",93026,90236,1,704,1010 -"231240",93026,92359,3,704,943 -"231241",93026,113116,3,704,769 -"231242",93027,83717,1,2607,2763 -"231243",93102,455,3,1174,2827 -"231244",93102,669,3,1174,1423 -"231245",93102,1154,3,1174,1656 -"231246",93102,5491,3,1174,2048 -"231247",93102,5839,3,1174,2301 -"231248",93102,6241,3,1174,2264 -"231249",93102,7078,3,1174,2344 -"231250",93102,7126,3,1174,1261 -"231251",93102,7196,3,1174,1508 -"231252",93102,7579,3,1174,1624 -"231253",93102,7984,3,1174,2493 -"231254",93102,8890,3,1174,1955 -"231255",93102,9702,2,1174,1928 -"231256",93102,10746,3,1174,1506 -"231257",93102,12484,3,1174,2344 -"231258",93102,12542,3,1174,1888 -"231259",93102,14108,3,1174,2012 -"231260",93102,15118,3,1174,1311 -"231261",93102,15401,3,1174,1999 -"231262",93102,16365,3,1174,2217 -"231263",93102,18151,3,1174,2962 -"231264",93102,21133,3,1174,1320 -"231265",93102,21448,3,1174,2332 -"231266",93102,21670,3,1174,2158 -"231267",93102,21681,3,1174,2005 -"231268",93102,21795,3,1174,2653 -"231269",93102,22722,3,1174,1233 -"231270",93102,24405,3,1174,1443 -"231271",93102,28784,3,1174,1579 -"231272",93102,28896,3,1174,1395 -"231273",93102,31700,3,1174,2727 -"231274",93102,32988,3,1174,2008 -"231275",93102,34160,3,1174,1759 -"231276",93102,35069,3,1174,2069 -"231277",93102,35360,3,1174,2043 -"231278",93102,35822,3,1174,1903 -"231279",93102,36031,3,1174,2342 -"231280",93102,37937,3,1174,1320 -"231281",93102,38602,3,1174,2693 -"231282",93102,39278,3,1174,1952 -"231283",93102,40913,3,1174,1800 -"231284",93102,47384,3,1174,1639 -"231285",93102,47947,3,1174,2681 -"231286",93102,48215,3,1174,2028 -"231287",93102,49265,1,1174,2686 -"231288",93102,51035,3,1174,2397 -"231289",93102,53323,3,1174,2677 -"231290",93102,57380,1,1174,2362 -"231291",93102,61138,3,1174,1188 -"231292",93102,62832,3,1174,2606 -"231293",93102,65155,3,1174,1947 -"231294",93102,72728,3,1174,2234 -"231295",93102,79158,3,1174,1252 -"231296",93102,81014,3,1174,1925 -"231297",93102,85736,3,1174,1601 -"231298",93102,85869,3,1174,1509 -"231299",93102,88232,3,1174,2881 -"231300",93102,96352,3,1174,1493 -"231301",93121,89934,2,2324,2760 -"231302",93123,1570,3,870,2028 -"231303",93123,3272,1,870,2132 -"231304",93123,3559,3,870,2413 -"231305",93123,3678,3,870,1325 -"231306",93123,4691,3,870,1888 -"231307",93123,4968,2,870,1586 -"231308",93123,6040,3,870,2103 -"231309",93123,7648,3,870,1861 -"231310",93123,9273,3,870,1747 -"231311",93123,10755,3,870,1742 -"231312",93123,12598,3,870,2086 -"231313",93123,13930,3,870,1274 -"231314",93123,14442,3,870,2700 -"231315",93123,15023,3,870,2054 -"231316",93123,16184,3,870,2274 -"231317",93123,17608,3,870,1216 -"231318",93123,17768,2,870,2468 -"231319",93123,19667,3,870,1466 -"231320",93123,20547,3,870,2145 -"231321",93123,20739,1,870,2025 -"231322",93123,25053,3,870,2186 -"231323",93123,25518,3,870,1955 -"231324",93123,25678,3,870,1558 -"231325",93123,29067,3,870,1538 -"231326",93123,29354,3,870,1123 -"231327",93123,31281,3,870,1937 -"231328",93123,31357,2,870,2389 -"231329",93123,36975,3,870,887 -"231330",93123,36996,3,870,2321 -"231331",93123,39893,3,870,1601 -"231332",93123,39911,3,870,1445 -"231333",93123,41669,3,870,1247 -"231334",93123,44132,3,870,1999 -"231335",93123,47882,3,870,2769 -"231336",93123,51399,2,870,934 -"231337",93123,51843,3,870,2389 -"231338",93123,54385,3,870,2340 -"231339",93123,55446,3,870,1247 -"231340",93123,55730,3,870,1217 -"231341",93123,59289,3,870,2896 -"231342",93123,59344,3,870,2252 -"231343",93123,63104,3,870,2149 -"231344",93123,76295,3,870,1001 -"231345",93123,76503,3,870,1136 -"231346",93123,78611,3,870,1586 -"231347",93123,84808,3,870,1974 -"231348",93123,91465,3,870,1047 -"231349",93123,110871,3,870,2879 -"231350",93123,110874,1,870,1390 -"231351",93151,41446,2,76,1103 -"231352",93151,46532,3,76,2005 -"231353",93179,860,3,518,1258 -"231354",93179,4551,3,518,2720 -"231355",93179,9332,3,518,2734 -"231356",93179,13068,2,518,1778 -"231357",93179,16502,3,518,1616 -"231358",93179,19934,3,518,2888 -"231359",93179,23597,3,518,1080 -"231360",93179,25378,3,518,1245 -"231361",93179,38373,3,518,1928 -"231362",93179,43027,3,518,1277 -"231363",93179,49201,3,518,936 -"231364",93179,49712,2,518,1937 -"231365",93179,57765,3,518,2893 -"231366",93179,65188,3,518,2213 -"231367",93179,69788,3,518,2007 -"231368",93179,120828,3,518,958 -"231369",93208,160,3,1324,2007 -"231370",93208,1897,3,1324,1727 -"231371",93208,2668,3,1324,1529 -"231372",93208,3271,3,1324,2216 -"231373",93208,4730,3,1324,2131 -"231374",93208,4775,3,1324,1500 -"231375",93208,5055,3,1324,1796 -"231376",93208,6627,3,1324,2063 -"231377",93208,6824,3,1324,2680 -"231378",93208,7269,3,1324,1728 -"231379",93208,7443,2,1324,2028 -"231380",93208,9272,3,1324,2835 -"231381",93208,9503,3,1324,2453 -"231382",93208,10638,3,1324,2692 -"231383",93208,10914,2,1324,1660 -"231384",93208,11381,3,1324,1638 -"231385",93208,11506,2,1324,2824 -"231386",93208,12577,2,1324,2530 -"231387",93208,13065,3,1324,1561 -"231388",93208,13920,2,1324,1709 -"231389",93208,14888,3,1324,1411 -"231390",93208,16205,2,1324,2630 -"231391",93208,16594,3,1324,1755 -"231392",93208,18571,2,1324,2128 -"231393",93208,18943,2,1324,2861 -"231394",93208,20007,3,1324,2971 -"231395",93208,20432,3,1324,1727 -"231396",93208,21180,3,1324,2762 -"231397",93208,21463,3,1324,2437 -"231398",93208,27783,3,1324,2302 -"231399",93208,28081,3,1324,1927 -"231400",93208,31164,2,1324,1996 -"231401",93208,32449,3,1324,2091 -"231402",93208,34162,3,1324,2336 -"231403",93208,35477,3,1324,2703 -"231404",93208,35980,2,1324,2657 -"231405",93208,36136,2,1324,2338 -"231406",93208,39105,3,1324,2487 -"231407",93208,41978,3,1324,2824 -"231408",93208,43226,3,1324,2442 -"231409",93208,45730,3,1324,2063 -"231410",93208,46951,2,1324,2429 -"231411",93208,47384,3,1324,1639 -"231412",93208,47571,3,1324,1667 -"231413",93208,48110,3,1324,2009 -"231414",93208,51038,3,1324,2400 -"231415",93208,53013,2,1324,2523 -"231416",93208,53697,3,1324,1909 -"231417",93208,56275,3,1324,2152 -"231418",93208,56338,2,1324,1818 -"231419",93208,57180,3,1324,2703 -"231420",93208,58508,3,1324,2326 -"231421",93208,59039,2,1324,2870 -"231422",93208,66911,3,1324,1920 -"231423",93208,66978,3,1324,1536 -"231424",93208,69335,2,1324,2698 -"231425",93208,74605,3,1324,2265 -"231426",93208,76132,3,1324,2426 -"231427",93208,76675,3,1324,1840 -"231428",93208,80301,3,1324,1690 -"231429",93208,94926,3,1324,1611 -"231430",93208,97013,3,1324,1797 -"231431",93208,104306,3,1324,1665 -"231432",93280,4289,3,1053,1921 -"231433",93280,6047,3,1053,2004 -"231434",93280,10857,3,1053,2253 -"231435",93280,11662,3,1053,1139 -"231436",93280,12692,3,1053,1855 -"231437",93280,13780,3,1053,2412 -"231438",93280,14032,3,1053,2144 -"231439",93280,16826,3,1053,2599 -"231440",93280,17484,3,1053,1256 -"231441",93280,18103,3,1053,1968 -"231442",93280,24259,3,1053,1281 -"231443",93280,27642,3,1053,1531 -"231444",93280,34509,3,1053,1973 -"231445",93280,38227,3,1053,2511 -"231446",93280,40432,3,1053,1956 -"231447",93280,51055,3,1053,2558 -"231448",93280,54551,3,1053,2348 -"231449",93280,56807,3,1053,1571 -"231450",93280,58489,2,1053,1068 -"231451",93280,69591,3,1053,2294 -"231452",93280,82929,2,1053,2475 -"231453",93317,2206,3,1223,2536 -"231454",93317,2370,3,1223,1600 -"231455",93317,2802,3,1223,1836 -"231456",93317,3100,3,1223,2524 -"231457",93317,3403,3,1223,2951 -"231458",93317,3786,3,1223,2282 -"231459",93317,4144,3,1223,1520 -"231460",93317,9050,3,1223,2026 -"231461",93317,9727,3,1223,2327 -"231462",93317,9912,1,1223,1356 -"231463",93317,11135,1,1223,2441 -"231464",93317,11429,3,1223,2520 -"231465",93317,13024,3,1223,2468 -"231466",93317,15502,2,1223,2637 -"231467",93317,15916,3,1223,1236 -"231468",93317,16361,2,1223,1641 -"231469",93317,16833,3,1223,1661 -"231470",93317,19687,2,1223,2072 -"231471",93317,19972,3,1223,2078 -"231472",93317,21895,3,1223,1693 -"231473",93317,21976,3,1223,1808 -"231474",93317,23639,3,1223,2065 -"231475",93317,24116,3,1223,1413 -"231476",93317,24441,2,1223,2256 -"231477",93317,25286,3,1223,1545 -"231478",93317,25886,3,1223,1580 -"231479",93317,26227,3,1223,2265 -"231480",93317,26513,3,1223,2205 -"231481",93317,27391,3,1223,2378 -"231482",93317,28567,3,1223,2398 -"231483",93317,29276,3,1223,2000 -"231484",93317,34953,3,1223,1817 -"231485",93317,41051,2,1223,2767 -"231486",93317,42486,3,1223,1951 -"231487",93317,45299,3,1223,2426 -"231488",93317,45487,2,1223,2256 -"231489",93317,47330,3,1223,2422 -"231490",93317,47827,2,1223,1957 -"231491",93317,51448,2,1223,1593 -"231492",93317,56673,3,1223,2419 -"231493",93317,79236,3,1223,1505 -"231494",93317,81134,3,1223,1384 -"231495",93317,83007,2,1223,2727 -"231496",93317,83362,3,1223,1877 -"231497",93317,89955,2,1223,1452 -"231498",93317,92381,3,1223,1237 -"231499",93317,92947,3,1223,1289 -"231500",93317,93670,3,1223,1682 -"231501",93317,95211,3,1223,2462 -"231502",93317,104659,3,1223,2026 -"231503",93317,106554,3,1223,1270 -"231504",93320,3195,2,1258,2043 -"231505",93320,3477,3,1258,2546 -"231506",93320,4932,3,1258,2752 -"231507",93320,6063,3,1258,2349 -"231508",93320,6132,2,1258,1590 -"231509",93320,7937,2,1258,2044 -"231510",93320,9801,2,1258,2443 -"231511",93320,14754,3,1258,2456 -"231512",93320,15826,3,1258,2772 -"231513",93320,18217,3,1258,1566 -"231514",93320,28051,3,1258,2089 -"231515",93320,28893,2,1258,2764 -"231516",93320,32339,1,1258,2430 -"231517",93320,33223,3,1258,2397 -"231518",93320,35620,3,1258,2092 -"231519",93320,36506,3,1258,2638 -"231520",93320,39443,3,1258,2277 -"231521",93320,40542,3,1258,1664 -"231522",93320,41581,2,1258,1692 -"231523",93320,50335,3,1258,1893 -"231524",93320,57067,3,1258,2547 -"231525",93326,41393,2,1196,1915 -"231526",93326,61980,2,1196,2392 -"231527",93326,80009,2,1196,1640 -"231528",93332,680,3,982,2569 -"231529",93332,841,3,982,2964 -"231530",93332,2120,3,982,1133 -"231531",93332,2540,3,982,1398 -"231532",93332,3978,3,982,2775 -"231533",93332,4303,2,982,2414 -"231534",93332,4916,3,982,1970 -"231535",93332,4983,3,982,1909 -"231536",93332,5568,2,982,1290 -"231537",93332,6989,3,982,2623 -"231538",93332,9703,3,982,1845 -"231539",93332,10129,3,982,2124 -"231540",93332,10870,3,982,1755 -"231541",93332,11639,3,982,1593 -"231542",93332,11648,3,982,2852 -"231543",93332,17645,3,982,1918 -"231544",93332,18005,2,982,2449 -"231545",93332,18165,3,982,2085 -"231546",93332,22166,3,982,994 -"231547",93332,23131,3,982,1732 -"231548",93332,23729,3,982,1624 -"231549",93332,29930,3,982,2240 -"231550",93332,31001,3,982,2119 -"231551",93332,31700,3,982,2727 -"231552",93332,34094,3,982,1360 -"231553",93332,36953,3,982,2790 -"231554",93332,37937,3,982,1320 -"231555",93332,40028,3,982,1349 -"231556",93332,41723,3,982,2101 -"231557",93332,45729,3,982,2606 -"231558",93332,45992,2,982,1182 -"231559",93332,46486,3,982,1868 -"231560",93332,50585,3,982,2414 -"231561",93332,52815,2,982,2323 -"231562",93332,55482,3,982,1866 -"231563",93332,55892,3,982,1234 -"231564",93332,56082,3,982,2395 -"231565",93332,64947,3,982,2489 -"231566",93332,68452,3,982,1606 -"231567",93332,71531,3,982,2887 -"231568",93332,76286,3,982,1642 -"231569",93332,81588,3,982,1568 -"231570",93332,82426,3,982,1576 -"231571",93344,1136,3,196,2536 -"231572",93344,1691,3,196,1941 -"231573",93344,2798,3,196,1673 -"231574",93344,3863,2,196,856 -"231575",93344,5018,3,196,640 -"231576",93344,7196,3,196,1508 -"231577",93344,12610,3,196,1274 -"231578",93344,12828,3,196,799 -"231579",93344,14108,3,196,2012 -"231580",93344,14676,1,196,2764 -"231581",93344,14731,3,196,2012 -"231582",93344,14983,3,196,1047 -"231583",93344,16625,3,196,1285 -"231584",93344,24256,3,196,2393 -"231585",93344,28896,3,196,1395 -"231586",93344,30915,3,196,1207 -"231587",93344,34314,2,196,630 -"231588",93344,40264,3,196,1418 -"231589",93344,42216,3,196,2722 -"231590",93344,47435,3,196,878 -"231591",93344,48215,2,196,2028 -"231592",93344,50235,3,196,726 -"231593",93344,53624,3,196,952 -"231594",93344,56237,3,196,2625 -"231595",93344,57082,3,196,1418 -"231596",93344,79364,3,196,834 -"231597",93344,79657,3,196,1260 -"231598",93344,79815,3,196,1713 -"231599",93344,82730,3,196,1492 -"231600",93344,92592,3,196,486 -"231601",93344,95288,3,196,1602 -"231602",93344,108430,3,196,1642 -"231603",93386,23692,1,890,1540 -"231604",93386,38087,3,890,1083 -"231605",93386,38995,1,890,1940 -"231606",93386,46726,3,890,943 -"231607",93386,49414,3,890,1667 -"231608",93386,50996,3,890,929 -"231609",93386,67617,3,890,1149 -"231610",93398,1691,3,828,1941 -"231611",93398,2011,3,828,2176 -"231612",93398,2865,3,828,2006 -"231613",93398,3863,3,828,856 -"231614",93398,4932,3,828,2752 -"231615",93398,6390,3,828,2385 -"231616",93398,8657,3,828,2473 -"231617",93398,10980,3,828,1974 -"231618",93398,12610,2,828,1274 -"231619",93398,14108,2,828,2012 -"231620",93398,14676,3,828,2764 -"231621",93398,14731,3,828,2012 -"231622",93398,14983,3,828,1047 -"231623",93398,18502,3,828,1033 -"231624",93398,18543,3,828,2968 -"231625",93398,18836,3,828,1270 -"231626",93398,19332,3,828,1214 -"231627",93398,20715,3,828,1312 -"231628",93398,22704,3,828,1150 -"231629",93398,23787,3,828,2810 -"231630",93398,25565,3,828,2764 -"231631",93398,26106,3,828,2015 -"231632",93398,27792,3,828,1308 -"231633",93398,29224,3,828,2011 -"231634",93398,29308,3,828,2094 -"231635",93398,29918,3,828,1953 -"231636",93398,31001,3,828,2119 -"231637",93398,32503,3,828,2020 -"231638",93398,36439,3,828,2469 -"231639",93398,37522,3,828,1270 -"231640",93398,42331,3,828,1585 -"231641",93398,43226,3,828,2442 -"231642",93398,45545,3,828,1776 -"231643",93398,46621,3,828,1343 -"231644",93398,50903,3,828,931 -"231645",93398,57990,3,828,978 -"231646",93398,58133,3,828,1484 -"231647",93398,61689,3,828,1309 -"231648",93398,62062,3,828,860 -"231649",93398,63604,1,828,927 -"231650",93398,71274,3,828,2390 -"231651",93398,76127,3,828,910 -"231652",93398,76192,3,828,912 -"231653",93398,79364,3,828,834 -"231654",93398,79612,3,828,927 -"231655",93398,79657,3,828,1260 -"231656",93398,81895,3,828,1634 -"231657",93398,87215,3,828,1759 -"231658",93398,88232,3,828,2881 -"231659",93398,89880,3,828,1938 -"231660",93398,97674,3,828,1912 -"231661",93398,97824,3,828,1229 -"231662",93410,14220,3,880,1529 -"231663",93410,26359,3,880,2535 -"231664",93410,30504,1,880,1573 -"231665",93410,70586,2,880,2562 -"231666",93410,100262,1,880,1678 -"231667",93446,58895,1,168,917 -"231668",93459,1787,3,1354,1707 -"231669",93459,2370,3,1354,1600 -"231670",93459,3484,3,1354,1515 -"231671",93459,5937,3,1354,2392 -"231672",93459,6234,3,1354,2654 -"231673",93459,6235,3,1354,1585 -"231674",93459,6800,2,1354,2053 -"231675",93459,10250,3,1354,1606 -"231676",93459,11868,3,1354,1639 -"231677",93459,13671,3,1354,1371 -"231678",93459,14838,3,1354,1746 -"231679",93459,14861,3,1354,2269 -"231680",93459,15239,2,1354,1958 -"231681",93459,15558,3,1354,2389 -"231682",93459,16067,3,1354,2727 -"231683",93459,16477,2,1354,2069 -"231684",93459,16524,3,1354,1556 -"231685",93459,16969,3,1354,1917 -"231686",93459,18821,3,1354,2075 -"231687",93459,20709,3,1354,1757 -"231688",93459,23728,3,1354,2601 -"231689",93459,23771,3,1354,1614 -"231690",93459,30194,3,1354,2874 -"231691",93459,31259,3,1354,2082 -"231692",93459,32079,3,1354,2315 -"231693",93459,32939,3,1354,2277 -"231694",93459,33363,3,1354,2475 -"231695",93459,33460,2,1354,2781 -"231696",93459,34576,2,1354,1727 -"231697",93459,41521,2,1354,2069 -"231698",93459,43311,3,1354,1553 -"231699",93459,44730,3,1354,2468 -"231700",93459,49079,3,1354,2447 -"231701",93459,49913,3,1354,2444 -"231702",93459,50899,2,1354,2125 -"231703",93459,53648,2,1354,2167 -"231704",93459,56413,3,1354,2747 -"231705",93459,57804,3,1354,2214 -"231706",93459,65568,3,1354,1699 -"231707",93459,76505,3,1354,2123 -"231708",93459,76997,3,1354,2223 -"231709",93459,79913,3,1354,1514 -"231710",93459,82246,3,1354,1538 -"231711",93553,9272,3,2537,2835 -"231712",93553,9724,3,2537,2713 -"231713",93553,14470,3,2537,2632 -"231714",93553,23550,3,2537,2939 -"231715",93553,26740,3,2537,2695 -"231716",93553,37684,3,2537,2899 -"231717",93553,47882,3,2537,2769 -"231718",93553,69335,3,2537,2698 -"231719",93553,73520,2,2537,2613 -"231720",93568,24586,3,1755,2465 -"231721",93568,32988,3,1755,2008 -"231722",93568,36862,2,1755,2655 -"231723",93568,92757,3,1755,2615 -"231724",93577,21985,2,590,2075 -"231725",93577,118646,3,590,1525 -"231726",93590,1256,3,1188,1212 -"231727",93590,1257,2,1188,1212 -"231728",93590,2724,3,1188,2447 -"231729",93590,3272,3,1188,2132 -"231730",93590,4622,3,1188,1589 -"231731",93590,4968,2,1188,1586 -"231732",93590,6040,3,1188,2103 -"231733",93590,10701,3,1188,2000 -"231734",93590,12598,3,1188,2086 -"231735",93590,15023,2,1188,2054 -"231736",93590,17672,3,1188,1987 -"231737",93590,17695,3,1188,1930 -"231738",93590,19075,3,1188,2214 -"231739",93590,19667,2,1188,1466 -"231740",93590,20547,2,1188,2145 -"231741",93590,20739,3,1188,2025 -"231742",93590,25518,3,1188,1955 -"231743",93590,25678,3,1188,1558 -"231744",93590,31357,3,1188,2389 -"231745",93590,39188,3,1188,1948 -"231746",93590,51843,2,1188,2389 -"231747",93590,52953,3,1188,1741 -"231748",93590,53414,3,1188,1672 -"231749",93590,54385,2,1188,2340 -"231750",93590,55307,3,1188,2306 -"231751",93590,55730,3,1188,1217 -"231752",93590,63104,3,1188,2149 -"231753",93590,69308,3,1188,2370 -"231754",93590,76867,3,1188,1296 -"231755",93590,78611,3,1188,1586 -"231756",93590,80615,1,1188,2252 -"231757",93590,84808,2,1188,1974 -"231758",93590,98436,2,1188,1212 -"231759",93590,110737,3,1188,2117 -"231760",93609,14612,3,2252,2340 -"231761",93609,25941,3,2252,2369 -"231762",93609,33176,3,2252,2630 -"231763",93615,2036,3,2386,2483 -"231764",93615,2166,3,2386,2557 -"231765",93615,5504,3,2386,2389 -"231766",93615,7323,3,2386,2858 -"231767",93615,10130,2,2386,2741 -"231768",93615,19027,3,2386,2721 -"231769",93615,27478,2,2386,2485 -"231770",93615,31799,3,2386,2547 -"231771",93615,39444,2,2386,2695 -"231772",93615,51410,3,2386,2739 -"231773",93615,55828,3,2386,2393 -"231774",93615,57977,3,2386,2683 -"231775",93642,1393,3,1120,1706 -"231776",93642,2370,2,1120,1600 -"231777",93642,3068,2,1120,1815 -"231778",93642,3158,3,1120,2762 -"231779",93642,3360,3,1120,1583 -"231780",93642,4249,2,1120,2547 -"231781",93642,4784,1,1120,2511 -"231782",93642,6020,1,1120,1864 -"231783",93642,6223,3,1120,2363 -"231784",93642,6345,3,1120,2713 -"231785",93642,6747,3,1120,2913 -"231786",93642,9656,3,1120,1135 -"231787",93642,9724,3,1120,2713 -"231788",93642,10701,3,1120,2000 -"231789",93642,13595,2,1120,1164 -"231790",93642,13688,3,1120,1627 -"231791",93642,14172,2,1120,1923 -"231792",93642,15782,3,1120,2306 -"231793",93642,16524,3,1120,1556 -"231794",93642,16866,3,1120,2718 -"231795",93642,17499,3,1120,2954 -"231796",93642,19282,3,1120,1623 -"231797",93642,21358,1,1120,1970 -"231798",93642,21920,3,1120,2367 -"231799",93642,25941,3,1120,2369 -"231800",93642,28648,1,1120,1586 -"231801",93642,31950,2,1120,2217 -"231802",93642,32350,3,1120,1540 -"231803",93642,32576,3,1120,2881 -"231804",93642,33460,3,1120,2781 -"231805",93642,34274,1,1120,1437 -"231806",93642,37684,3,1120,2899 -"231807",93642,41489,2,1120,2006 -"231808",93642,43701,3,1120,2400 -"231809",93642,45297,1,1120,1864 -"231810",93642,45449,3,1120,1610 -"231811",93642,45450,2,1120,1590 -"231812",93642,48823,2,1120,2080 -"231813",93642,48931,3,1120,2444 -"231814",93642,50468,3,1120,1659 -"231815",93642,52179,3,1120,1572 -"231816",93642,53652,3,1120,2899 -"231817",93642,54488,3,1120,2357 -"231818",93642,55084,3,1120,1189 -"231819",93642,61921,3,1120,1793 -"231820",93642,68813,2,1120,2511 -"231821",93642,73520,3,1120,2613 -"231822",93642,76842,3,1120,1518 -"231823",93642,80186,2,1120,2228 -"231824",93642,82217,2,1120,2441 -"231825",93642,84235,3,1120,1639 -"231826",93642,84581,2,1120,1241 -"231827",93642,86559,3,1120,1704 -"231828",93642,89258,3,1120,1147 -"231829",93642,92366,3,1120,1434 -"231830",93642,95879,2,1120,1748 -"231831",93642,100084,3,1120,1964 -"231832",93642,103989,2,1120,1207 -"231833",93642,108467,2,1120,2170 -"231834",93661,1702,3,1024,1984 -"231835",93661,4983,3,1024,1909 -"231836",93661,11429,3,1024,2520 -"231837",93661,18005,3,1024,2449 -"231838",93661,20056,2,1024,1824 -"231839",93661,41694,3,1024,2358 -"231840",93661,55482,2,1024,1866 -"231841",93661,66994,3,1024,1865 -"231842",93661,98719,2,1024,1096 -"231843",93665,725,3,220,1064 -"231844",93665,4913,3,220,292 -"231845",93665,15075,2,220,2252 -"231846",93665,15088,3,220,2906 -"231847",93665,18855,3,220,1362 -"231848",93665,18954,3,220,2364 -"231849",93665,19323,2,220,1705 -"231850",93665,23890,2,220,1810 -"231851",93665,24761,1,220,2384 -"231852",93665,36577,3,220,958 -"231853",93665,40850,3,220,1396 -"231854",93665,49621,3,220,1915 -"231855",93665,50476,1,220,1641 -"231856",93665,53537,3,220,2428 -"231857",93665,56737,3,220,2270 -"231858",93665,59579,3,220,2034 -"231859",93665,63555,3,220,1290 -"231860",93665,72827,2,220,1359 -"231861",93665,79822,3,220,1508 -"231862",93665,96741,3,220,484 -"231863",93665,113181,3,220,2301 -"231864",93667,19198,3,1567,2308 -"231865",93670,6071,3,1682,2310 -"231866",93670,11135,3,1682,2441 -"231867",93670,17999,3,1682,2758 -"231868",93670,19687,2,1682,2072 -"231869",93670,21976,3,1682,1808 -"231870",93670,23639,3,1682,2065 -"231871",93670,45487,3,1682,2256 -"231872",93670,47330,3,1682,2422 -"231873",93670,47827,3,1682,1957 -"231874",93670,56673,3,1682,2419 -"231875",93710,1455,2,544,1262 -"231876",93710,2272,1,544,1640 -"231877",93710,2282,3,544,2056 -"231878",93710,2443,2,544,2333 -"231879",93710,2588,3,544,552 -"231880",93710,2927,3,544,1789 -"231881",93710,5637,3,544,1976 -"231882",93710,8724,3,544,1326 -"231883",93710,9538,1,544,1786 -"231884",93710,10701,3,544,2000 -"231885",93710,12116,3,544,2119 -"231886",93710,13034,3,544,698 -"231887",93710,14470,2,544,2632 -"231888",93710,15281,3,544,810 -"231889",93710,15582,2,544,598 -"231890",93710,15782,3,544,2306 -"231891",93710,17531,3,544,876 -"231892",93710,17695,3,544,1930 -"231893",93710,19476,3,544,1708 -"231894",93710,20038,3,544,1531 -"231895",93710,20371,3,544,595 -"231896",93710,22410,2,544,2158 -"231897",93710,23498,3,544,2398 -"231898",93710,23560,3,544,2051 -"231899",93710,24252,3,544,639 -"231900",93710,27458,3,544,647 -"231901",93710,27512,3,544,947 -"231902",93710,29778,3,544,840 -"231903",93710,31264,2,544,2335 -"231904",93710,32169,3,544,2504 -"231905",93710,36399,3,544,1357 -"231906",93710,38422,3,544,1019 -"231907",93710,41098,3,544,1857 -"231908",93710,43701,3,544,2400 -"231909",93710,45499,3,544,2346 -"231910",93710,46568,3,544,822 -"231911",93710,48501,2,544,2010 -"231912",93710,52950,3,544,2716 -"231913",93710,55325,3,544,653 -"231914",93710,73520,3,544,2613 -"231915",93710,77719,2,544,2086 -"231916",93710,78277,3,544,1937 -"231917",93710,80970,3,544,2069 -"231918",93710,82280,3,544,619 -"231919",93710,87915,3,544,1152 -"231920",93710,110262,3,544,1138 -"231921",93710,111119,1,544,550 -"231922",93752,357,3,1368,2327 -"231923",93752,4191,3,1368,2130 -"231924",93752,4366,3,1368,1726 -"231925",93752,5504,3,1368,2389 -"231926",93752,10130,3,1368,2741 -"231927",93752,11218,3,1368,2292 -"231928",93752,16352,3,1368,2657 -"231929",93752,18277,3,1368,2309 -"231930",93752,18348,3,1368,1711 -"231931",93752,19516,3,1368,2313 -"231932",93752,19568,2,1368,2302 -"231933",93752,21076,3,1368,1591 -"231934",93752,24923,3,1368,2785 -"231935",93752,26516,3,1368,2479 -"231936",93752,27478,3,1368,2485 -"231937",93752,29073,3,1368,2328 -"231938",93752,31799,3,1368,2547 -"231939",93752,32694,3,1368,1602 -"231940",93752,34492,3,1368,1798 -"231941",93752,44521,3,1368,1593 -"231942",93752,51410,2,1368,2739 -"231943",93752,51987,3,1368,1397 -"231944",93752,53031,2,1368,2065 -"231945",93752,55556,3,1368,2075 -"231946",93752,56171,3,1368,1524 -"231947",93752,56604,3,1368,1919 -"231948",93752,58221,3,1368,1787 -"231949",93752,61719,2,1368,1515 -"231950",93752,71478,3,1368,1721 -"231951",93752,82409,3,1368,1881 -"231952",93752,93615,3,1368,2386 -"231953",93753,357,3,408,2327 -"231954",93753,675,3,408,1686 -"231955",93753,1127,2,408,1188 -"231956",93753,1130,2,408,1566 -"231957",93753,1136,3,408,2536 -"231958",93753,2269,2,408,984 -"231959",93753,2300,2,408,565 -"231960",93753,2325,2,408,1641 -"231961",93753,2765,3,408,2321 -"231962",93753,2954,3,408,2727 -"231963",93753,3186,3,408,919 -"231964",93753,3966,3,408,2425 -"231965",93753,5346,3,408,1438 -"231966",93753,6234,3,408,2654 -"231967",93753,6740,3,408,2699 -"231968",93753,7861,2,408,1647 -"231969",93753,9423,3,408,1708 -"231970",93753,10130,3,408,2741 -"231971",93753,10382,3,408,2111 -"231972",93753,10964,3,408,2043 -"231973",93753,11019,3,408,1299 -"231974",93753,11067,3,408,2734 -"231975",93753,11208,3,408,1161 -"231976",93753,12449,3,408,2067 -"231977",93753,14072,3,408,1346 -"231978",93753,14731,3,408,2012 -"231979",93753,14972,3,408,2332 -"231980",93753,15207,3,408,1855 -"231981",93753,15626,3,408,2434 -"231982",93753,17396,3,408,1672 -"231983",93753,18550,3,408,483 -"231984",93753,18825,3,408,1240 -"231985",93753,18924,3,408,485 -"231986",93753,19627,1,408,627 -"231987",93753,19814,3,408,936 -"231988",93753,20545,3,408,1491 -"231989",93753,20705,3,408,829 -"231990",93753,21138,3,408,2849 -"231991",93753,21487,3,408,2203 -"231992",93753,22277,3,408,2424 -"231993",93753,22714,3,408,2793 -"231994",93753,24085,3,408,1253 -"231995",93753,24195,3,408,1575 -"231996",93753,24923,2,408,2785 -"231997",93753,25129,2,408,2647 -"231998",93753,25341,2,408,1858 -"231999",93753,25443,3,408,1441 -"232000",93753,26282,3,408,1241 -"232001",93753,26322,3,408,1018 -"232002",93753,26658,3,408,2745 -"232003",93753,26766,3,408,1161 -"232004",93753,29917,3,408,1962 -"232005",93753,30092,3,408,1593 -"232006",93753,30095,3,408,1578 -"232007",93753,30981,3,408,2366 -"232008",93753,32939,2,408,2277 -"232009",93753,33383,3,408,1572 -"232010",93753,34509,1,408,1973 -"232011",93753,35264,3,408,2329 -"232012",93753,35919,3,408,663 -"232013",93753,36215,3,408,1623 -"232014",93753,37333,3,408,1612 -"232015",93753,38676,3,408,2286 -"232016",93753,39627,3,408,546 -"232017",93753,40113,3,408,451 -"232018",93753,41402,3,408,2313 -"232019",93753,41837,3,408,2399 -"232020",93753,42256,3,408,2839 -"232021",93753,42474,3,408,2322 -"232022",93753,45585,3,408,2384 -"232023",93753,47248,3,408,2883 -"232024",93753,48274,3,408,1979 -"232025",93753,51017,3,408,2073 -"232026",93753,51022,3,408,1499 -"232027",93753,51410,3,408,2739 -"232028",93753,51853,3,408,2520 -"232029",93753,53293,3,408,2916 -"232030",93753,53433,3,408,1187 -"232031",93753,53445,3,408,2028 -"232032",93753,55892,3,408,1234 -"232033",93753,56903,3,408,1584 -"232034",93753,57804,2,408,2214 -"232035",93753,58035,3,408,1646 -"232036",93753,58284,3,408,2292 -"232037",93753,61719,3,408,1515 -"232038",93753,62841,3,408,2710 -"232039",93753,63547,3,408,1023 -"232040",93753,64181,3,408,1828 -"232041",93753,67216,3,408,984 -"232042",93753,69903,3,408,1066 -"232043",93753,70605,3,408,1176 -"232044",93753,81482,3,408,908 -"232045",93753,82246,3,408,1538 -"232046",93753,88347,3,408,793 -"232047",93753,90425,3,408,1824 -"232048",93753,92973,1,408,1276 -"232049",93753,93953,2,408,969 -"232050",93753,94520,3,408,1243 -"232051",93753,99366,3,408,900 -"232052",93766,388,3,328,1594 -"232053",93766,725,1,328,1064 -"232054",93766,3786,3,328,2282 -"232055",93766,8146,3,328,1561 -"232056",93766,14761,3,328,2502 -"232057",93766,15075,3,328,2252 -"232058",93766,18855,3,328,1362 -"232059",93766,21290,3,328,894 -"232060",93766,23325,3,328,2779 -"232061",93766,29824,3,328,2772 -"232062",93766,34742,3,328,1883 -"232063",93766,36577,2,328,958 -"232064",93766,40392,3,328,1878 -"232065",93766,40850,3,328,1396 -"232066",93766,49621,2,328,1915 -"232067",93766,52483,3,328,2317 -"232068",93766,53537,3,328,2428 -"232069",93766,56737,3,328,2270 -"232070",93766,72827,3,328,1359 -"232071",93766,79236,3,328,1505 -"232072",93766,79822,3,328,1508 -"232073",93766,81113,2,328,1914 -"232074",93766,94758,3,328,584 -"232075",93766,114240,3,328,642 -"232076",93830,2684,3,496,2874 -"232077",93830,9871,3,496,921 -"232078",93830,12778,3,496,2045 -"232079",93830,16193,1,496,756 -"232080",93830,16542,2,496,2039 -"232081",93830,24753,2,496,2860 -"232082",93830,24793,2,496,1993 -"232083",93830,24794,2,496,925 -"232084",93830,24826,2,496,1382 -"232085",93830,30180,3,496,590 -"232086",93830,31209,3,496,1137 -"232087",93830,36784,3,496,576 -"232088",93830,40369,3,496,2735 -"232089",93830,41664,3,496,2641 -"232090",93830,52699,3,496,1372 -"232091",93830,52898,3,496,763 -"232092",93830,58852,3,496,2323 -"232093",93830,82187,3,496,1055 -"232094",93830,97275,3,496,731 -"232095",93930,798,3,1268,2476 -"232096",93930,2057,3,1268,1965 -"232097",93930,2524,3,1268,1708 -"232098",93930,4032,3,1268,1763 -"232099",93930,4526,3,1268,1728 -"232100",93930,6697,3,1268,2438 -"232101",93930,8354,3,1268,1705 -"232102",93930,8777,3,1268,1620 -"232103",93930,10453,3,1268,1656 -"232104",93930,10473,3,1268,1783 -"232105",93930,11136,3,1268,2573 -"232106",93930,11419,3,1268,1408 -"232107",93930,19655,3,1268,2706 -"232108",93930,26771,3,1268,2141 -"232109",93930,27908,3,1268,2576 -"232110",93930,37120,3,1268,2622 -"232111",93930,38259,3,1268,2258 -"232112",93930,41338,3,1268,1553 -"232113",93930,51879,3,1268,1771 -"232114",93930,73266,3,1268,2496 -"232115",93930,80812,3,1268,2357 -"232116",93930,111375,2,1268,2686 -"232117",93933,360,3,1336,1671 -"232118",93933,15453,3,1336,1688 -"232119",93933,16587,3,1336,2065 -"232120",93933,18554,3,1336,2065 -"232121",93933,30150,3,1336,1704 -"232122",93933,35186,3,1336,1520 -"232123",93933,37758,3,1336,1998 -"232124",93933,77424,3,1336,1489 -"232125",93953,1224,3,969,2435 -"232126",93953,1691,3,969,1941 -"232127",93953,3695,3,969,2612 -"232128",93953,3877,3,969,1133 -"232129",93953,5317,3,969,2063 -"232130",93953,6390,3,969,2385 -"232131",93953,11239,3,969,2181 -"232132",93953,12449,3,969,2067 -"232133",93953,14888,2,969,1411 -"232134",93953,15527,3,969,2039 -"232135",93953,15626,3,969,2434 -"232136",93953,16727,3,969,2164 -"232137",93953,17826,3,969,2920 -"232138",93953,19027,3,969,2721 -"232139",93953,19364,3,969,2846 -"232140",93953,20700,3,969,2861 -"232141",93953,22108,3,969,1915 -"232142",93953,23751,3,969,1740 -"232143",93953,24923,3,969,2785 -"232144",93953,26713,3,969,1235 -"232145",93953,28233,2,969,1608 -"232146",93953,28432,3,969,1954 -"232147",93953,34509,3,969,1973 -"232148",93953,37859,3,969,1999 -"232149",93953,41240,3,969,2220 -"232150",93953,44636,3,969,1026 -"232151",93953,48274,3,969,1979 -"232152",93953,51022,3,969,1499 -"232153",93953,51853,3,969,2520 -"232154",93953,53809,3,969,1956 -"232155",93953,54676,3,969,1342 -"232156",93953,55156,3,969,2196 -"232157",93953,57781,3,969,1971 -"232158",93953,64181,3,969,1828 -"232159",93953,73553,3,969,2726 -"232160",93953,78563,3,969,2385 -"232161",93953,87074,3,969,1666 -"232162",93953,88966,2,969,1568 -"232163",93953,90425,3,969,1824 -"232164",93953,92973,3,969,1276 -"232165",93953,96678,3,969,1183 -"232166",93953,109978,3,969,1865 -"232167",93953,121354,3,969,2862 -"232168",93969,1386,3,208,1901 -"232169",93969,3877,3,208,1133 -"232170",93969,8286,3,208,886 -"232171",93969,9030,3,208,1979 -"232172",93969,10945,3,208,881 -"232173",93969,11419,3,208,1408 -"232174",93969,14669,3,208,2080 -"232175",93969,14709,3,208,1901 -"232176",93969,15343,2,208,2125 -"232177",93969,16029,3,208,1160 -"232178",93969,17021,3,208,1226 -"232179",93969,17967,3,208,2125 -"232180",93969,21092,3,208,1643 -"232181",93969,21417,2,208,2422 -"232182",93969,21795,3,208,2653 -"232183",93969,24608,3,208,1630 -"232184",93969,25541,3,208,917 -"232185",93969,25879,2,208,630 -"232186",93969,26865,3,208,2726 -"232187",93969,29756,3,208,2051 -"232188",93969,29791,3,208,1986 -"232189",93969,33722,3,208,1225 -"232190",93969,34311,2,208,2213 -"232191",93969,34327,3,208,2959 -"232192",93969,34693,3,208,1938 -"232193",93969,35542,3,208,1439 -"232194",93969,37395,3,208,644 -"232195",93969,38038,3,208,2686 -"232196",93969,38908,3,208,1787 -"232197",93969,42618,3,208,2316 -"232198",93969,42814,2,208,1149 -"232199",93969,44160,3,208,859 -"232200",93969,44684,3,208,1220 -"232201",93969,44729,2,208,588 -"232202",93969,45664,2,208,2235 -"232203",93969,45727,2,208,477 -"232204",93969,49741,3,208,839 -"232205",93969,70046,3,208,2624 -"232206",93969,73266,3,208,2496 -"232207",93969,77057,2,208,1866 -"232208",93969,77095,2,208,1622 -"232209",93969,77174,3,208,747 -"232210",93969,80655,2,208,1546 -"232211",93969,80942,3,208,1240 -"232212",93969,81239,2,208,547 -"232213",93969,82735,2,208,829 -"232214",93969,84039,2,208,1335 -"232215",93969,86279,1,208,1076 -"232216",93969,87198,2,208,1462 -"232217",93969,89965,3,208,810 -"232218",93969,90501,3,208,2380 -"232219",93969,94808,3,208,988 -"232220",93969,96301,3,208,818 -"232221",93969,103721,3,208,1030 -"232222",93969,110308,2,208,489 -"232223",93969,110486,3,208,1014 -"232224",93969,113162,1,208,818 -"232225",93969,115090,3,208,445 -"232226",93969,117932,3,208,926 -"232227",93994,34836,3,1579,2302 -"232228",93998,21,3,850,1385 -"232229",93998,3284,3,850,1541 -"232230",93998,11383,3,850,977 -"232231",93998,30165,3,850,1409 -"232232",93998,36514,3,850,1192 -"232233",93998,42373,3,850,871 -"232234",93998,63498,3,850,977 -"232235",93998,66693,3,850,2554 -"232236",93998,83253,3,850,1102 -"232237",94002,1639,3,399,2631 -"232238",94002,5239,3,399,2875 -"232239",94002,5599,3,399,1684 -"232240",94002,7627,3,399,1543 -"232241",94002,10087,3,399,1617 -"232242",94002,10343,3,399,1072 -"232243",94002,10939,3,399,1376 -"232244",94002,11127,3,399,1196 -"232245",94002,12356,3,399,2757 -"232246",94002,14325,3,399,1976 -"232247",94002,14652,3,399,2516 -"232248",94002,15696,3,399,837 -"232249",94002,16881,3,399,925 -"232250",94002,17061,3,399,2385 -"232251",94002,18563,3,399,2715 -"232252",94002,20271,2,399,2044 -"232253",94002,21225,3,399,1945 -"232254",94002,22311,3,399,2034 -"232255",94002,27543,2,399,666 -"232256",94002,36031,3,399,2342 -"232257",94002,36609,3,399,2918 -"232258",94002,38694,3,399,817 -"232259",94002,40049,3,399,1226 -"232260",94002,40931,3,399,2301 -"232261",94002,42574,3,399,2842 -"232262",94002,42935,3,399,2400 -"232263",94002,43153,3,399,1381 -"232264",94002,50958,3,399,477 -"232265",94002,53645,3,399,789 -"232266",94002,55139,3,399,2323 -"232267",94002,62308,3,399,487 -"232268",94002,62832,2,399,2606 -"232269",94002,71733,3,399,662 -"232270",94002,72033,3,399,1740 -"232271",94002,77550,3,399,1548 -"232272",94002,89681,3,399,1978 -"232273",94002,95011,2,399,1986 -"232274",94002,99215,3,399,2791 -"232275",94048,133,3,275,540 -"232276",94048,457,3,275,1704 -"232277",94048,952,3,275,1991 -"232278",94048,2077,3,275,610 -"232279",94048,2852,3,275,2448 -"232280",94048,3271,3,275,2216 -"232281",94048,4032,3,275,1763 -"232282",94048,4367,3,275,2794 -"232283",94048,4504,3,275,1905 -"232284",94048,4526,3,275,1728 -"232285",94048,5346,3,275,1438 -"232286",94048,6132,2,275,1590 -"232287",94048,7126,3,275,1261 -"232288",94048,7355,3,275,1928 -"232289",94048,7942,1,275,2623 -"232290",94048,9063,3,275,2000 -"232291",94048,9272,3,275,2835 -"232292",94048,10350,3,275,1163 -"232293",94048,10980,3,275,1974 -"232294",94048,13400,3,275,1371 -"232295",94048,14754,1,275,2456 -"232296",94048,15462,3,275,1141 -"232297",94048,16176,2,275,2703 -"232298",94048,19334,3,275,1979 -"232299",94048,19380,3,275,2637 -"232300",94048,20562,3,275,316 -"232301",94048,22166,3,275,994 -"232302",94048,22704,3,275,1150 -"232303",94048,22766,3,275,1945 -"232304",94048,23000,3,275,1815 -"232305",94048,24512,2,275,1369 -"232306",94048,24757,3,275,1939 -"232307",94048,25139,3,275,816 -"232308",94048,25741,3,275,2853 -"232309",94048,26101,3,275,349 -"232310",94048,26659,3,275,903 -"232311",94048,27255,3,275,1232 -"232312",94048,27742,3,275,2700 -"232313",94048,27914,3,275,2507 -"232314",94048,28081,3,275,1927 -"232315",94048,28115,3,275,1835 -"232316",94048,28893,3,275,2764 -"232317",94048,30525,3,275,1964 -"232318",94048,30974,3,275,947 -"232319",94048,31868,3,275,1993 -"232320",94048,32339,3,275,2430 -"232321",94048,32479,3,275,969 -"232322",94048,34216,2,275,2832 -"232323",94048,34742,3,275,1883 -"232324",94048,35873,3,275,1377 -"232325",94048,36691,3,275,1903 -"232326",94048,37752,3,275,2223 -"232327",94048,41023,2,275,2408 -"232328",94048,41338,3,275,1553 -"232329",94048,41447,3,275,2405 -"232330",94048,43207,3,275,635 -"232331",94048,43226,3,275,2442 -"232332",94048,45905,3,275,2785 -"232333",94048,46650,3,275,1330 -"232334",94048,46726,3,275,943 -"232335",94048,47968,3,275,2829 -"232336",94048,48110,3,275,2009 -"232337",94048,48888,3,275,1177 -"232338",94048,50996,3,275,929 -"232339",94048,53248,3,275,2271 -"232340",94048,53987,3,275,928 -"232341",94048,54313,3,275,1645 -"232342",94048,57067,3,275,2547 -"232343",94048,57912,3,275,1035 -"232344",94048,58233,2,275,1665 -"232345",94048,58508,3,275,2326 -"232346",94048,59726,3,275,1513 -"232347",94048,60258,3,275,2405 -"232348",94048,62668,3,275,958 -"232349",94048,63077,3,275,2778 -"232350",94048,67815,3,275,2476 -"232351",94048,69335,3,275,2698 -"232352",94048,72882,2,275,1330 -"232353",94048,79534,3,275,340 -"232354",94048,80301,3,275,1690 -"232355",94048,81591,3,275,1550 -"232356",94048,85396,3,275,1131 -"232357",94048,85869,3,275,1509 -"232358",94048,95846,3,275,1324 -"232359",94048,100432,3,275,1358 -"232360",94048,100860,3,275,2326 -"232361",94048,103890,2,275,958 -"232362",94101,671,2,997,2328 -"232363",94101,1090,3,997,2370 -"232364",94101,4289,3,997,1921 -"232365",94101,4618,3,997,2607 -"232366",94101,4790,3,997,1025 -"232367",94101,5462,3,997,2374 -"232368",94101,8844,2,997,1671 -"232369",94101,9391,3,997,1252 -"232370",94101,10148,3,997,2964 -"232371",94101,10779,3,997,2881 -"232372",94101,10875,3,997,1234 -"232373",94101,12096,3,997,1330 -"232374",94101,13248,2,997,1385 -"232375",94101,13801,3,997,2041 -"232376",94101,13837,3,997,1604 -"232377",94101,13929,1,997,2693 -"232378",94101,13945,3,997,1324 -"232379",94101,15560,3,997,2257 -"232380",94101,16164,3,997,1184 -"232381",94101,17396,3,997,1672 -"232382",94101,19027,3,997,2721 -"232383",94101,20643,2,997,2341 -"232384",94101,20824,3,997,1366 -"232385",94101,22964,3,997,1443 -"232386",94101,23508,3,997,1907 -"232387",94101,24005,3,997,1188 -"232388",94101,24146,3,997,2003 -"232389",94101,24362,3,997,1287 -"232390",94101,24482,3,997,1649 -"232391",94101,24755,2,997,1319 -"232392",94101,25132,3,997,1188 -"232393",94101,25341,3,997,1858 -"232394",94101,25443,3,997,1441 -"232395",94101,25643,3,997,1646 -"232396",94101,26570,2,997,1669 -"232397",94101,28434,2,997,1141 -"232398",94101,29050,3,997,1196 -"232399",94101,29115,3,997,1047 -"232400",94101,30081,3,997,2403 -"232401",94101,30309,3,997,1449 -"232402",94101,33572,3,997,2370 -"232403",94101,35481,3,997,2211 -"232404",94101,36962,2,997,2861 -"232405",94101,37333,3,997,1612 -"232406",94101,38162,3,997,1691 -"232407",94101,39748,3,997,1566 -"232408",94101,40293,3,997,1671 -"232409",94101,41108,3,997,1624 -"232410",94101,41832,3,997,1155 -"232411",94101,44161,3,997,1156 -"232412",94101,44427,3,997,2875 -"232413",94101,45633,3,997,2134 -"232414",94101,47082,3,997,1990 -"232415",94101,50217,3,997,1211 -"232416",94101,51017,3,997,2073 -"232417",94101,51022,3,997,1499 -"232418",94101,51157,3,997,2319 -"232419",94101,52058,3,997,1836 -"232420",94101,53630,3,997,1565 -"232421",94101,54020,3,997,1578 -"232422",94101,55691,2,997,2856 -"232423",94101,58035,3,997,1646 -"232424",94101,62148,3,997,1566 -"232425",94101,64031,3,997,1295 -"232426",94101,65691,3,997,2134 -"232427",94101,66318,3,997,2803 -"232428",94101,70996,3,997,1037 -"232429",94101,79088,3,997,1369 -"232430",94101,81478,2,997,1640 -"232431",94101,82767,3,997,1641 -"232432",94101,82929,3,997,2475 -"232433",94101,94125,3,997,2280 -"232434",94101,101338,3,997,1319 -"232435",94101,101482,2,997,1300 -"232436",94101,105685,3,997,2469 -"232437",94125,671,3,2280,2328 -"232438",94125,1090,1,2280,2370 -"232439",94125,2166,3,2280,2557 -"232440",94125,5849,3,2280,2404 -"232441",94125,7078,3,2280,2344 -"232442",94125,13929,3,2280,2693 -"232443",94125,16497,3,2280,2370 -"232444",94125,18543,3,2280,2968 -"232445",94125,19528,3,2280,2742 -"232446",94125,26608,2,2280,2329 -"232447",94125,33572,3,2280,2370 -"232448",94125,39444,3,2280,2695 -"232449",94125,44427,2,2280,2875 -"232450",94125,49965,3,2280,2301 -"232451",94125,53789,3,2280,2681 -"232452",94125,53851,3,2280,2305 -"232453",94125,55828,3,2280,2393 -"232454",94125,70647,3,2280,2795 -"232455",94138,6047,3,1939,2004 -"232456",94138,6982,3,1939,2034 -"232457",94138,29224,3,1939,2011 -"232458",94138,32606,3,1939,2100 -"232459",94138,39556,3,1939,2747 -"232460",94138,86978,2,1939,2733 -"232461",94179,913,3,2000,2144 -"232462",94179,14655,3,2000,2559 -"232463",94179,31235,3,2000,2668 -"232464",94211,20325,3,1671,1842 -"232465",94211,26959,3,1671,1961 -"232466",94211,34984,3,1671,2056 -"232467",94211,37418,3,1671,2710 -"232468",94219,1349,3,717,1147 -"232469",94219,2936,3,717,2512 -"232470",94219,5683,3,717,2468 -"232471",94219,5792,3,717,975 -"232472",94219,6877,3,717,867 -"232473",94219,7337,3,717,1797 -"232474",94219,8395,3,717,896 -"232475",94219,13296,3,717,839 -"232476",94219,15535,3,717,891 -"232477",94219,20941,3,717,2725 -"232478",94219,23966,2,717,891 -"232479",94219,28893,3,717,2764 -"232480",94219,31335,3,717,2351 -"232481",94219,46486,3,717,1868 -"232482",94219,54467,3,717,919 -"232483",94219,57765,3,717,2893 -"232484",94219,90709,3,717,1080 -"232485",94219,96310,3,717,1016 -"232486",94219,99332,3,717,873 -"232487",94219,105757,3,717,806 -"232488",94276,4932,3,1704,2752 -"232489",94276,10954,2,1704,2302 -"232490",94276,36691,3,1704,1903 -"232491",94276,45461,3,1704,2458 -"232492",94299,14072,3,499,1346 -"232493",94299,14972,3,499,2332 -"232494",94299,17381,3,499,1697 -"232495",94299,44720,3,499,1202 -"232496",94299,89047,3,499,877 -"232497",94323,1023,3,593,2515 -"232498",94323,1063,3,593,2515 -"232499",94323,39211,2,593,1908 -"232500",94323,45874,3,593,944 -"232501",94323,45983,2,593,1260 -"232502",94339,11506,3,2768,2824 -"232503",94339,36662,3,2768,2967 -"232504",94339,55405,3,2768,2788 -"232505",94345,15290,3,283,641 -"232506",94345,22681,3,283,551 -"232507",94396,1469,3,787,1160 -"232508",94396,1985,3,787,888 -"232509",94396,2754,3,787,1360 -"232510",94396,4289,3,787,1921 -"232511",94396,4889,2,787,1501 -"232512",94396,7672,2,787,1974 -"232513",94396,9950,3,787,920 -"232514",94396,12610,3,787,1274 -"232515",94396,12692,3,787,1855 -"232516",94396,13780,3,787,2412 -"232517",94396,14072,3,787,1346 -"232518",94396,14676,3,787,2764 -"232519",94396,14972,3,787,2332 -"232520",94396,16313,3,787,1160 -"232521",94396,16826,3,787,2599 -"232522",94396,29456,3,787,1182 -"232523",94396,30016,3,787,1124 -"232524",94396,31799,3,787,2547 -"232525",94396,32409,3,787,857 -"232526",94396,34945,3,787,1298 -"232527",94396,36862,3,787,2655 -"232528",94396,38227,2,787,2511 -"232529",94396,41250,3,787,1703 -"232530",94396,41402,3,787,2313 -"232531",94396,46621,3,787,1343 -"232532",94396,50217,3,787,1211 -"232533",94396,52327,3,787,1472 -"232534",94396,53519,3,787,2781 -"232535",94396,53624,1,787,952 -"232536",94396,55556,3,787,2075 -"232537",94396,58427,3,787,2234 -"232538",94396,61719,3,787,1515 -"232539",94396,61785,3,787,822 -"232540",94396,89880,3,787,1938 -"232541",94396,90052,2,787,851 -"232542",94396,105233,3,787,1199 -"232543",94396,109114,3,787,1287 -"232544",94399,4144,3,963,1520 -"232545",94399,6071,3,963,2310 -"232546",94399,9050,3,963,2026 -"232547",94399,9727,3,963,2327 -"232548",94399,9912,3,963,1356 -"232549",94399,11135,2,963,2441 -"232550",94399,15502,2,963,2637 -"232551",94399,15916,2,963,1236 -"232552",94399,16833,3,963,1661 -"232553",94399,18466,3,963,2340 -"232554",94399,19323,3,963,1705 -"232555",94399,19687,3,963,2072 -"232556",94399,19972,3,963,2078 -"232557",94399,21419,3,963,1243 -"232558",94399,21895,3,963,1693 -"232559",94399,23639,3,963,2065 -"232560",94399,23731,3,963,1656 -"232561",94399,24116,3,963,1413 -"232562",94399,25270,3,963,985 -"232563",94399,26567,3,963,1158 -"232564",94399,45487,3,963,2256 -"232565",94399,51448,2,963,1593 -"232566",94399,55436,3,963,2513 -"232567",94399,56212,3,963,1410 -"232568",94399,73915,1,963,2568 -"232569",94399,83133,2,963,1055 -"232570",94399,92947,3,963,1289 -"232571",94399,93317,3,963,1223 -"232572",94399,104659,3,963,2026 -"232573",94399,106554,3,963,1270 -"232574",94401,499,3,1784,1931 -"232575",94401,543,3,1784,2203 -"232576",94401,1616,3,1784,2662 -"232577",94401,1777,3,1784,1965 -"232578",94401,2036,3,1784,2483 -"232579",94401,2484,3,1784,2389 -"232580",94401,3161,3,1784,2229 -"232581",94401,5457,3,1784,2077 -"232582",94401,5462,3,1784,2374 -"232583",94401,5504,3,1784,2389 -"232584",94401,12713,3,1784,2440 -"232585",94401,20700,3,1784,2861 -"232586",94401,27478,3,1784,2485 -"232587",94401,28216,3,1784,1910 -"232588",94401,31799,3,1784,2547 -"232589",94401,35256,3,1784,2271 -"232590",94401,49965,3,1784,2301 -"232591",94401,53031,3,1784,2065 -"232592",94401,55556,3,1784,2075 -"232593",94401,55828,3,1784,2393 -"232594",94401,85430,3,1784,2370 -"232595",94401,91570,3,1784,2229 -"232596",94404,2424,3,1836,2582 -"232597",94404,2694,3,1836,2062 -"232598",94404,4504,3,1836,1905 -"232599",94404,11103,3,1836,2393 -"232600",94404,15813,3,1836,2143 -"232601",94404,36637,2,1836,2085 -"232602",94404,50179,2,1836,2230 -"232603",94404,76892,3,1836,2381 -"232604",94444,312,3,1554,2038 -"232605",94444,997,3,1554,2788 -"232606",94444,1355,3,1554,2473 -"232607",94444,2533,3,1554,2016 -"232608",94444,3164,3,1554,2693 -"232609",94444,3305,3,1554,2839 -"232610",94444,3306,3,1554,1989 -"232611",94444,5429,3,1554,1991 -"232612",94444,6577,3,1554,1951 -"232613",94444,6603,3,1554,2185 -"232614",94444,7013,3,1554,2040 -"232615",94444,8274,3,1554,1909 -"232616",94444,11006,3,1554,1950 -"232617",94444,11055,3,1554,2111 -"232618",94444,12767,3,1554,2329 -"232619",94444,12778,3,1554,2045 -"232620",94444,13479,3,1554,2155 -"232621",94444,13801,3,1554,2041 -"232622",94444,15700,3,1554,1712 -"232623",94444,18211,2,1554,1745 -"232624",94444,20067,3,1554,2390 -"232625",94444,20292,3,1554,2755 -"232626",94444,23223,3,1554,2094 -"232627",94444,23319,3,1554,2867 -"232628",94444,23509,3,1554,2275 -"232629",94444,24591,3,1554,2528 -"232630",94444,25577,3,1554,1946 -"232631",94444,25816,3,1554,2088 -"232632",94444,27001,3,1554,1761 -"232633",94444,30883,3,1554,1629 -"232634",94444,39535,3,1554,2428 -"232635",94444,41033,3,1554,1839 -"232636",94444,41955,3,1554,2479 -"232637",94444,52203,3,1554,1961 -"232638",94444,52323,3,1554,2148 -"232639",94444,54695,3,1554,2429 -"232640",94444,56082,3,1554,2395 -"232641",94444,57549,3,1554,2335 -"232642",94444,99351,3,1554,2939 -"232643",94448,782,3,242,945 -"232644",94448,2700,3,242,857 -"232645",94448,5346,3,242,1438 -"232646",94448,6479,3,242,1021 -"232647",94448,7684,3,242,790 -"232648",94448,9241,3,242,2338 -"232649",94448,16021,3,242,858 -"232650",94448,20894,3,242,2214 -"232651",94448,23000,2,242,1815 -"232652",94448,26182,3,242,2775 -"232653",94448,28195,3,242,1407 -"232654",94448,28357,3,242,1134 -"232655",94448,30262,3,242,1715 -"232656",94448,30865,3,242,2038 -"232657",94448,32651,3,242,877 -"232658",94448,35573,3,242,2084 -"232659",94448,38087,3,242,1083 -"232660",94448,39534,3,242,2410 -"232661",94448,40492,3,242,1286 -"232662",94448,43207,2,242,635 -"232663",94448,43250,3,242,1300 -"232664",94448,44749,1,242,1303 -"232665",94448,49551,3,242,879 -"232666",94448,50581,3,242,1258 -"232667",94448,57356,2,242,2476 -"232668",94448,59485,3,242,1564 -"232669",94448,60808,3,242,1258 -"232670",94448,64439,3,242,562 -"232671",94448,65188,3,242,2213 -"232672",94448,69131,2,242,2122 -"232673",94448,72438,2,242,1397 -"232674",94448,80671,3,242,665 -"232675",94448,88307,3,242,437 -"232676",94448,98058,3,242,1891 -"232677",94450,33433,3,1127,2805 -"232678",94450,55324,3,1127,1544 -"232679",94450,75343,3,1127,2008 -"232680",94450,76677,3,1127,1269 -"232681",94487,5599,3,863,1684 -"232682",94487,16590,3,863,1123 -"232683",94487,19296,3,863,1705 -"232684",94487,19993,3,863,2024 -"232685",94487,20124,3,863,2376 -"232686",94487,23825,3,863,1913 -"232687",94487,32606,3,863,2100 -"232688",94487,35004,3,863,1509 -"232689",94487,35715,3,863,2912 -"232690",94487,50621,2,863,2809 -"232691",94487,68345,3,863,1095 -"232692",94487,70656,3,863,2771 -"232693",94487,80606,3,863,2079 -"232694",94495,386,3,989,1553 -"232695",94495,1787,3,989,1707 -"232696",94495,3484,3,989,1515 -"232697",94495,3678,3,989,1325 -"232698",94495,6234,2,989,2654 -"232699",94495,6235,3,989,1585 -"232700",94495,11259,3,989,1356 -"232701",94495,14861,3,989,2269 -"232702",94495,16477,3,989,2069 -"232703",94495,19002,3,989,2053 -"232704",94495,19767,3,989,1041 -"232705",94495,20011,2,989,2826 -"232706",94495,23771,2,989,1614 -"232707",94495,29775,3,989,2064 -"232708",94495,30194,2,989,2874 -"232709",94495,31259,3,989,2082 -"232710",94495,32079,3,989,2315 -"232711",94495,32841,3,989,1345 -"232712",94495,33460,3,989,2781 -"232713",94495,37454,3,989,1245 -"232714",94495,41521,3,989,2069 -"232715",94495,44727,3,989,1227 -"232716",94495,44730,2,989,2468 -"232717",94495,49415,2,989,2654 -"232718",94495,52953,3,989,1741 -"232719",94495,76505,3,989,2123 -"232720",94495,76867,2,989,1296 -"232721",94495,76997,3,989,2223 -"232722",94495,79746,3,989,2272 -"232723",94495,79913,3,989,1514 -"232724",94495,82246,3,989,1538 -"232725",94495,86015,3,989,1514 -"232726",94495,86697,3,989,1985 -"232727",94495,96700,3,989,1602 -"232728",94495,97615,3,989,1198 -"232729",94500,468,3,1529,1966 -"232730",94500,600,3,1529,1702 -"232731",94500,3164,2,1529,2693 -"232732",94500,4253,3,1529,1890 -"232733",94500,5971,3,1529,1985 -"232734",94500,5986,3,1529,1721 -"232735",94500,6030,2,1529,2953 -"232736",94500,10358,3,1529,2294 -"232737",94500,10701,3,1529,2000 -"232738",94500,11966,2,1529,2385 -"232739",94500,13311,3,1529,2315 -"232740",94500,15301,2,1529,2308 -"232741",94500,17413,3,1529,2230 -"232742",94500,18348,3,1529,1711 -"232743",94500,19072,2,1529,2358 -"232744",94500,20284,3,1529,2530 -"232745",94500,20292,2,1529,2755 -"232746",94500,21571,2,1529,2755 -"232747",94500,22566,1,1529,2308 -"232748",94500,23310,3,1529,2371 -"232749",94500,26080,3,1529,2525 -"232750",94500,28050,2,1529,1955 -"232751",94500,28168,1,1529,2702 -"232752",94500,30883,3,1529,1629 -"232753",94500,32567,3,1529,2784 -"232754",94500,32919,3,1529,2321 -"232755",94500,35926,3,1529,2371 -"232756",94500,36691,2,1529,1903 -"232757",94500,38869,3,1529,1675 -"232758",94500,42619,3,1529,2017 -"232759",94500,44521,3,1529,1593 -"232760",94500,44557,3,1529,2371 -"232761",94500,50468,3,1529,1659 -"232762",94500,54929,3,1529,2783 -"232763",94500,57246,3,1529,1873 -"232764",94500,64181,3,1529,1828 -"232765",94500,66413,3,1529,2507 -"232766",94500,72501,3,1529,2795 -"232767",94500,76666,3,1529,1908 -"232768",94500,105063,3,1529,1908 -"232769",94510,9808,3,1514,1648 -"232770",94510,21504,3,1514,2328 -"232771",94510,35264,3,1514,2329 -"232772",94510,50440,3,1514,2469 -"232773",94510,77785,3,1514,1595 -"232774",94513,1257,3,1102,1212 -"232775",94513,8088,3,1102,2220 -"232776",94513,15023,3,1102,2054 -"232777",94513,20739,3,1102,2025 -"232778",94513,25518,3,1102,1955 -"232779",94513,29295,3,1102,2043 -"232780",94513,80615,3,1102,2252 -"232781",94513,93590,3,1102,1188 -"232782",94513,98436,3,1102,1212 -"232783",94520,212,3,1243,1513 -"232784",94520,270,3,1243,2542 -"232785",94520,600,3,1243,1702 -"232786",94520,1367,2,1243,2176 -"232787",94520,1677,3,1243,2645 -"232788",94520,1685,3,1243,2230 -"232789",94520,2224,3,1243,2751 -"232790",94520,2407,3,1243,1725 -"232791",94520,2424,2,1243,2582 -"232792",94520,2533,3,1243,2016 -"232793",94520,2563,2,1243,1686 -"232794",94520,2747,2,1243,2411 -"232795",94520,2865,3,1243,2006 -"232796",94520,3068,2,1243,1815 -"232797",94520,3305,3,1243,2839 -"232798",94520,3306,3,1243,1989 -"232799",94520,3460,3,1243,2530 -"232800",94520,3849,3,1243,1356 -"232801",94520,3896,3,1243,2693 -"232802",94520,4191,3,1243,2130 -"232803",94520,4612,3,1243,2804 -"232804",94520,4660,3,1243,2149 -"232805",94520,4821,3,1243,1938 -"232806",94520,5120,2,1243,2735 -"232807",94520,5346,1,1243,1438 -"232808",94520,5350,3,1243,2522 -"232809",94520,5414,3,1243,2321 -"232810",94520,5438,3,1243,1499 -"232811",94520,5580,2,1243,2111 -"232812",94520,5673,3,1243,1567 -"232813",94520,5897,3,1243,2337 -"232814",94520,6047,3,1243,2004 -"232815",94520,6052,3,1243,1985 -"232816",94520,6234,3,1243,2654 -"232817",94520,6248,3,1243,2737 -"232818",94520,6363,3,1243,2066 -"232819",94520,6449,3,1243,1997 -"232820",94520,6602,3,1243,1631 -"232821",94520,7245,2,1243,2089 -"232822",94520,7475,3,1243,1284 -"232823",94520,7506,3,1243,2371 -"232824",94520,7785,3,1243,2441 -"232825",94520,8073,3,1243,1847 -"232826",94520,8354,3,1243,1705 -"232827",94520,8533,3,1243,2251 -"232828",94520,9175,3,1243,2639 -"232829",94520,9202,2,1243,2477 -"232830",94520,9423,3,1243,1708 -"232831",94520,9538,3,1243,1786 -"232832",94520,9654,2,1243,2111 -"232833",94520,9787,3,1243,2858 -"232834",94520,10474,3,1243,1608 -"232835",94520,10513,3,1243,2284 -"232836",94520,10727,3,1243,2082 -"232837",94520,10739,3,1243,1807 -"232838",94520,10851,3,1243,2423 -"232839",94520,10964,3,1243,2043 -"232840",94520,11019,3,1243,1299 -"232841",94520,11067,3,1243,2734 -"232842",94520,11154,3,1243,1594 -"232843",94520,11984,3,1243,2308 -"232844",94520,12000,3,1243,1454 -"232845",94520,12031,3,1243,1957 -"232846",94520,12096,3,1243,1330 -"232847",94520,12272,3,1243,2371 -"232848",94520,12524,3,1243,1287 -"232849",94520,12724,3,1243,1930 -"232850",94520,12767,3,1243,2329 -"232851",94520,13200,3,1243,2488 -"232852",94520,13324,3,1243,2163 -"232853",94520,13671,2,1243,1371 -"232854",94520,13985,3,1243,2484 -"232855",94520,14072,3,1243,1346 -"232856",94520,14328,3,1243,1725 -"232857",94520,14422,3,1243,1548 -"232858",94520,14586,3,1243,2801 -"232859",94520,14676,3,1243,2764 -"232860",94520,14731,3,1243,2012 -"232861",94520,14754,3,1243,2456 -"232862",94520,14972,3,1243,2332 -"232863",94520,14998,3,1243,1553 -"232864",94520,15207,1,1243,1855 -"232865",94520,15453,2,1243,1688 -"232866",94520,15626,3,1243,2434 -"232867",94520,15813,3,1243,2143 -"232868",94520,15826,3,1243,2772 -"232869",94520,16067,2,1243,2727 -"232870",94520,16501,3,1243,1650 -"232871",94520,16866,3,1243,2718 -"232872",94520,16877,2,1243,2509 -"232873",94520,17396,3,1243,1672 -"232874",94520,17672,3,1243,1987 -"232875",94520,17931,3,1243,1617 -"232876",94520,17943,3,1243,1943 -"232877",94520,18211,2,1243,1745 -"232878",94520,18348,2,1243,1711 -"232879",94520,18415,2,1243,2184 -"232880",94520,18865,3,1243,2676 -"232881",94520,19096,3,1243,1538 -"232882",94520,19231,3,1243,1424 -"232883",94520,19282,3,1243,1623 -"232884",94520,19593,3,1243,2013 -"232885",94520,20155,3,1243,1517 -"232886",94520,20369,3,1243,1356 -"232887",94520,20545,3,1243,1491 -"232888",94520,20563,3,1243,2267 -"232889",94520,20624,3,1243,1298 -"232890",94520,21164,3,1243,1645 -"232891",94520,21197,3,1243,1437 -"232892",94520,21249,3,1243,1635 -"232893",94520,21285,3,1243,2100 -"232894",94520,21487,3,1243,2203 -"232895",94520,21895,3,1243,1693 -"232896",94520,21929,2,1243,2062 -"232897",94520,22080,3,1243,2436 -"232898",94520,22165,3,1243,1501 -"232899",94520,22242,3,1243,1690 -"232900",94520,22566,3,1243,2308 -"232901",94520,22567,3,1243,2396 -"232902",94520,23011,3,1243,2763 -"232903",94520,23488,3,1243,1523 -"232904",94520,23509,3,1243,2275 -"232905",94520,23869,3,1243,1918 -"232906",94520,24085,3,1243,1253 -"232907",94520,24195,3,1243,1575 -"232908",94520,25443,3,1243,1441 -"232909",94520,26658,3,1243,2745 -"232910",94520,27742,3,1243,2700 -"232911",94520,27897,3,1243,1968 -"232912",94520,27914,3,1243,2507 -"232913",94520,28355,3,1243,2053 -"232914",94520,28627,3,1243,2694 -"232915",94520,28869,3,1243,2425 -"232916",94520,29073,3,1243,2328 -"232917",94520,29117,3,1243,1250 -"232918",94520,29286,3,1243,1612 -"232919",94520,30092,3,1243,1593 -"232920",94520,30236,3,1243,2238 -"232921",94520,30262,2,1243,1715 -"232922",94520,30334,3,1243,2075 -"232923",94520,30865,3,1243,2038 -"232924",94520,30943,2,1243,2287 -"232925",94520,30981,3,1243,2366 -"232926",94520,31050,3,1243,1491 -"232927",94520,31124,3,1243,2351 -"232928",94520,31317,3,1243,1362 -"232929",94520,31868,3,1243,1993 -"232930",94520,32202,3,1243,2314 -"232931",94520,32532,3,1243,2338 -"232932",94520,32560,3,1243,1258 -"232933",94520,32899,3,1243,1369 -"232934",94520,32920,3,1243,2158 -"232935",94520,32939,2,1243,2277 -"232936",94520,33383,3,1243,1572 -"232937",94520,33621,3,1243,1319 -"232938",94520,34509,3,1243,1973 -"232939",94520,34820,3,1243,1630 -"232940",94520,34836,3,1243,2302 -"232941",94520,35186,3,1243,1520 -"232942",94520,35264,3,1243,2329 -"232943",94520,35728,3,1243,2017 -"232944",94520,35772,3,1243,1440 -"232945",94520,35797,3,1243,2482 -"232946",94520,36031,3,1243,2342 -"232947",94520,36215,3,1243,1623 -"232948",94520,36441,3,1243,2796 -"232949",94520,36862,3,1243,2655 -"232950",94520,37636,3,1243,2178 -"232951",94520,37752,3,1243,2223 -"232952",94520,38676,3,1243,2286 -"232953",94520,39535,3,1243,2428 -"232954",94520,39577,3,1243,1728 -"232955",94520,39657,3,1243,1947 -"232956",94520,40022,3,1243,2307 -"232957",94520,40392,3,1243,1878 -"232958",94520,40493,3,1243,1981 -"232959",94520,41023,3,1243,2408 -"232960",94520,41278,3,1243,1873 -"232961",94520,41739,3,1243,1339 -"232962",94520,41955,2,1243,2479 -"232963",94520,42216,3,1243,2722 -"232964",94520,42256,3,1243,2839 -"232965",94520,42642,2,1243,2257 -"232966",94520,42713,3,1243,1995 -"232967",94520,42799,3,1243,2729 -"232968",94520,43250,3,1243,1300 -"232969",94520,43455,3,1243,2846 -"232970",94520,44433,3,1243,2224 -"232971",94520,44497,3,1243,2401 -"232972",94520,44557,3,1243,2371 -"232973",94520,44603,3,1243,2748 -"232974",94520,44819,3,1243,2063 -"232975",94520,45239,3,1243,2535 -"232976",94520,45302,3,1243,2390 -"232977",94520,45585,3,1243,2384 -"232978",94520,45633,3,1243,2134 -"232979",94520,46532,3,1243,2005 -"232980",94520,46629,3,1243,2255 -"232981",94520,46635,3,1243,2528 -"232982",94520,46803,2,1243,2305 -"232983",94520,47098,3,1243,2057 -"232984",94520,47564,3,1243,2650 -"232985",94520,48823,3,1243,2080 -"232986",94520,49069,3,1243,1694 -"232987",94520,49144,3,1243,1542 -"232988",94520,49147,3,1243,2539 -"232989",94520,49186,3,1243,1289 -"232990",94520,50382,3,1243,2244 -"232991",94520,50581,3,1243,1258 -"232992",94520,50621,3,1243,2809 -"232993",94520,50785,3,1243,2877 -"232994",94520,51022,3,1243,1499 -"232995",94520,51055,3,1243,2558 -"232996",94520,51783,3,1243,2599 -"232997",94520,51866,3,1243,2411 -"232998",94520,51925,3,1243,2307 -"232999",94520,52576,3,1243,2234 -"233000",94520,52993,3,1243,1256 -"233001",94520,53323,3,1243,2677 -"233002",94520,53445,3,1243,2028 -"233003",94520,53608,3,1243,1986 -"233004",94520,54020,3,1243,1578 -"233005",94520,54061,3,1243,1488 -"233006",94520,54388,2,1243,1257 -"233007",94520,54718,3,1243,2473 -"233008",94520,55436,3,1243,2513 -"233009",94520,56116,3,1243,1321 -"233010",94520,56903,3,1243,1584 -"233011",94520,56995,3,1243,2323 -"233012",94520,57804,2,1243,2214 -"233013",94520,57842,3,1243,2482 -"233014",94520,58078,3,1243,1252 -"233015",94520,58284,3,1243,2292 -"233016",94520,58655,3,1243,2685 -"233017",94520,59039,3,1243,2870 -"233018",94520,60516,3,1243,2257 -"233019",94520,61723,3,1243,1262 -"233020",94520,61982,3,1243,2725 -"233021",94520,63395,3,1243,2334 -"233022",94520,63641,2,1243,2337 -"233023",94520,64181,3,1243,1828 -"233024",94520,65625,3,1243,1273 -"233025",94520,65691,3,1243,2134 -"233026",94520,66413,3,1243,2507 -"233027",94520,66717,3,1243,2104 -"233028",94520,67719,3,1243,2429 -"233029",94520,67726,2,1243,2873 -"233030",94520,68876,3,1243,1397 -"233031",94520,69232,3,1243,2130 -"233032",94520,69716,2,1243,2632 -"233033",94520,72468,3,1243,2292 -"233034",94520,73205,3,1243,1529 -"233035",94520,74795,3,1243,1319 -"233036",94520,74818,2,1243,1440 -"233037",94520,75194,3,1243,1736 -"233038",94520,76235,3,1243,2777 -"233039",94520,76892,3,1243,2381 -"233040",94520,77719,3,1243,2086 -"233041",94520,79350,3,1243,2261 -"233042",94520,82246,3,1243,1538 -"233043",94520,82426,3,1243,1576 -"233044",94520,84907,3,1243,1259 -"233045",94520,85356,2,1243,1492 -"233046",94520,89681,3,1243,1978 -"233047",94520,92491,3,1243,1968 -"233048",94520,92630,3,1243,1583 -"233049",94520,95879,3,1243,1748 -"233050",94520,96132,3,1243,1489 -"233051",94520,98080,3,1243,1265 -"233052",94520,99557,2,1243,1703 -"233053",94520,101347,3,1243,1335 -"233054",94520,104565,3,1243,2693 -"233055",94520,105063,3,1243,1908 -"233056",94520,106555,3,1243,1626 -"233057",94525,680,1,1993,2569 -"233058",94525,3978,3,1993,2775 -"233059",94525,4303,2,1993,2414 -"233060",94525,4361,3,1993,2571 -"233061",94525,6989,3,1993,2623 -"233062",94525,7785,3,1993,2441 -"233063",94525,8062,3,1993,2858 -"233064",94525,11648,3,1993,2852 -"233065",94525,12759,1,1993,2414 -"233066",94525,18005,3,1993,2449 -"233067",94525,25373,2,1993,2783 -"233068",94525,27686,3,1993,2844 -"233069",94525,29116,3,1993,2128 -"233070",94525,30334,3,1993,2075 -"233071",94525,31335,3,1993,2351 -"233072",94525,36953,3,1993,2790 -"233073",94525,37636,2,1993,2178 -"233074",94525,41187,3,1993,2340 -"233075",94525,41723,2,1993,2101 -"233076",94525,44235,3,1993,2700 -"233077",94525,44694,3,1993,2220 -"233078",94525,47013,3,1993,2388 -"233079",94525,50585,2,1993,2414 -"233080",94525,51783,3,1993,2599 -"233081",94525,63077,3,1993,2778 -"233082",94548,45299,3,660,2426 -"233083",94548,66267,3,660,1278 -"233084",94548,103103,2,660,1097 -"233085",94611,2229,3,286,1536 -"233086",94611,2446,3,286,2606 -"233087",94611,3127,3,286,2273 -"233088",94611,3405,3,286,2438 -"233089",94611,3980,3,286,2771 -"233090",94611,5621,3,286,1860 -"233091",94611,8791,3,286,1789 -"233092",94611,9063,3,286,2000 -"233093",94611,9227,2,286,1267 -"233094",94611,11029,3,286,2362 -"233095",94611,12067,3,286,1213 -"233096",94611,13136,3,286,2867 -"233097",94611,14915,3,286,2606 -"233098",94611,15094,3,286,978 -"233099",94611,15462,3,286,1141 -"233100",94611,15826,3,286,2772 -"233101",94611,16021,3,286,858 -"233102",94611,16161,3,286,599 -"233103",94611,16437,3,286,1956 -"233104",94611,16690,2,286,2132 -"233105",94611,17033,3,286,2771 -"233106",94611,21810,3,286,1579 -"233107",94611,22635,3,286,310 -"233108",94611,22723,2,286,2859 -"233109",94611,24176,3,286,1986 -"233110",94611,25185,3,286,341 -"233111",94611,25295,3,286,341 -"233112",94611,29556,3,286,907 -"233113",94611,30486,3,286,1269 -"233114",94611,32424,3,286,848 -"233115",94611,33040,3,286,2106 -"233116",94611,33236,3,286,2297 -"233117",94611,33870,3,286,955 -"233118",94611,34334,2,286,1637 -"233119",94611,37059,3,286,2840 -"233120",94611,39044,3,286,470 -"233121",94611,40572,3,286,2666 -"233122",94611,50229,3,286,1190 -"233123",94611,50354,3,286,1299 -"233124",94611,58233,3,286,1665 -"233125",94611,80506,3,286,1920 -"233126",94625,3620,3,2105,2955 -"233127",94625,19380,3,2105,2637 -"233128",94625,27742,3,2105,2700 -"233129",94625,41969,3,2105,2189 -"233130",94625,59039,3,2105,2870 -"233131",94625,64967,3,2105,2872 -"233132",94625,70070,3,2105,2425 -"233133",94640,2936,3,2344,2512 -"233134",94640,16866,3,2344,2718 -"233135",94640,18865,3,2344,2676 -"233136",94640,19215,3,2344,2604 -"233137",94640,22709,3,2344,2743 -"233138",94650,733,3,896,1653 -"233139",94650,1767,3,896,2727 -"233140",94650,2063,3,896,1278 -"233141",94650,3068,3,896,1815 -"233142",94650,3167,3,896,1676 -"233143",94650,4226,2,896,1903 -"233144",94650,5346,3,896,1438 -"233145",94650,6491,3,896,2424 -"233146",94650,9751,3,896,1397 -"233147",94650,12374,3,896,2260 -"233148",94650,15207,3,896,1855 -"233149",94650,15539,3,896,1929 -"233150",94650,16053,3,896,908 -"233151",94650,20732,3,896,2401 -"233152",94650,20824,3,896,1366 -"233153",94650,21104,3,896,2327 -"233154",94650,23534,3,896,1659 -"233155",94650,23726,3,896,2434 -"233156",94650,26451,2,896,2133 -"233157",94650,27792,2,896,1308 -"233158",94650,29073,3,896,2328 -"233159",94650,29170,3,896,1846 -"233160",94650,30943,3,896,2287 -"233161",94650,34136,2,896,2202 -"233162",94650,43404,3,896,2649 -"233163",94650,43518,3,896,2680 -"233164",94650,48698,3,896,1474 -"233165",94650,55084,3,896,1189 -"233166",94650,58133,3,896,1484 -"233167",94650,79612,3,896,927 -"233168",94650,82696,2,896,1305 -"233169",94650,94520,3,896,1243 -"233170",94650,99020,3,896,1383 -"233171",94650,99103,3,896,1470 -"233172",94650,108379,3,896,2933 -"233173",94671,270,2,109,2542 -"233174",94671,312,3,109,2038 -"233175",94671,325,3,109,495 -"233176",94671,380,3,109,2261 -"233177",94671,457,3,109,1704 -"233178",94671,555,3,109,552 -"233179",94671,671,3,109,2328 -"233180",94671,675,3,109,1686 -"233181",94671,1102,3,109,2282 -"233182",94671,1124,2,109,1596 -"233183",94671,1136,3,109,2536 -"233184",94671,1154,3,109,1656 -"233185",94671,1275,3,109,2068 -"233186",94671,1691,3,109,1941 -"233187",94671,1769,3,109,877 -"233188",94671,1777,3,109,1965 -"233189",94671,1875,3,109,1786 -"233190",94671,2077,3,109,610 -"233191",94671,2111,2,109,1904 -"233192",94671,2224,3,109,2751 -"233193",94671,2424,3,109,2582 -"233194",94671,2684,3,109,2874 -"233195",94671,2731,3,109,434 -"233196",94671,2743,3,109,1278 -"233197",94671,3164,3,109,2693 -"233198",94671,3167,3,109,1676 -"233199",94671,3305,3,109,2839 -"233200",94671,3306,3,109,1989 -"233201",94671,3477,3,109,2546 -"233202",94671,3493,3,109,2451 -"233203",94671,4057,3,109,2389 -"233204",94671,4226,3,109,1903 -"233205",94671,4253,3,109,1890 -"233206",94671,4360,3,109,1770 -"233207",94671,4690,3,109,1938 -"233208",94671,4791,3,109,1184 -"233209",94671,5078,3,109,2033 -"233210",94671,5235,3,109,2324 -"233211",94671,5376,3,109,288 -"233212",94671,5457,3,109,2077 -"233213",94671,5462,3,109,2374 -"233214",94671,5504,3,109,2389 -"233215",94671,5622,3,109,2175 -"233216",94671,5716,3,109,1058 -"233217",94671,5971,1,109,1985 -"233218",94671,5986,3,109,1721 -"233219",94671,6030,3,109,2953 -"233220",94671,6047,2,109,2004 -"233221",94671,6063,3,109,2349 -"233222",94671,6222,3,109,1949 -"233223",94671,6264,2,109,749 -"233224",94671,6366,3,109,798 -"233225",94671,6417,3,109,1675 -"233226",94671,6491,3,109,2424 -"233227",94671,6588,2,109,2025 -"233228",94671,6718,3,109,2138 -"233229",94671,7226,3,109,1228 -"233230",94671,7241,3,109,2259 -"233231",94671,7555,2,109,1943 -"233232",94671,7616,3,109,2296 -"233233",94671,8192,3,109,1670 -"233234",94671,8376,3,109,1670 -"233235",94671,8529,3,109,1205 -"233236",94671,8866,3,109,1545 -"233237",94671,8888,3,109,1328 -"233238",94671,9362,3,109,2879 -"233239",94671,9364,3,109,1698 -"233240",94671,9440,3,109,1006 -"233241",94671,9624,3,109,2398 -"233242",94671,9654,3,109,2111 -"233243",94671,9695,3,109,2143 -"233244",94671,9805,3,109,1621 -"233245",94671,10488,3,109,1524 -"233246",94671,10513,3,109,2284 -"233247",94671,10523,2,109,1510 -"233248",94671,10576,3,109,974 -"233249",94671,10646,3,109,1555 -"233250",94671,10857,3,109,2253 -"233251",94671,10939,3,109,1376 -"233252",94671,11055,3,109,2111 -"233253",94671,11218,3,109,2292 -"233254",94671,11229,2,109,1625 -"233255",94671,11351,3,109,2971 -"233256",94671,11477,3,109,2724 -"233257",94671,11601,2,109,173 -"233258",94671,11620,3,109,2010 -"233259",94671,11817,1,109,600 -"233260",94671,11912,3,109,889 -"233261",94671,11966,2,109,2385 -"233262",94671,12004,3,109,996 -"233263",94671,12042,3,109,2345 -"233264",94671,12096,3,109,1330 -"233265",94671,12374,1,109,2260 -"233266",94671,12602,3,109,1956 -"233267",94671,12728,3,109,2374 -"233268",94671,12735,3,109,819 -"233269",94671,12779,3,109,936 -"233270",94671,13212,3,109,146 -"233271",94671,13248,3,109,1385 -"233272",94671,13307,2,109,2206 -"233273",94671,13929,3,109,2693 -"233274",94671,14032,3,109,2144 -"233275",94671,14080,3,109,1351 -"233276",94671,14616,3,109,385 -"233277",94671,14656,2,109,584 -"233278",94671,14834,3,109,2739 -"233279",94671,14855,2,109,903 -"233280",94671,14989,3,109,2223 -"233281",94671,15118,3,109,1311 -"233282",94671,15135,3,109,1035 -"233283",94671,15301,3,109,2308 -"233284",94671,15402,3,109,1281 -"233285",94671,15607,3,109,1421 -"233286",94671,15643,3,109,502 -"233287",94671,15700,3,109,1712 -"233288",94671,15799,3,109,1917 -"233289",94671,16352,2,109,2657 -"233290",94671,16539,3,109,1947 -"233291",94671,17400,3,109,2231 -"233292",94671,18005,3,109,2449 -"233293",94671,18152,3,109,1314 -"233294",94671,18217,3,109,1566 -"233295",94671,18348,3,109,1711 -"233296",94671,18361,2,109,2968 -"233297",94671,18394,2,109,2356 -"233298",94671,19072,3,109,2358 -"233299",94671,19096,3,109,1538 -"233300",94671,19113,3,109,1171 -"233301",94671,19622,3,109,2371 -"233302",94671,19717,3,109,431 -"233303",94671,19719,3,109,2177 -"233304",94671,19862,3,109,2412 -"233305",94671,19893,3,109,1223 -"233306",94671,20124,2,109,2376 -"233307",94671,20284,3,109,2530 -"233308",94671,20292,3,109,2755 -"233309",94671,20311,2,109,1981 -"233310",94671,20319,3,109,468 -"233311",94671,20824,3,109,1366 -"233312",94671,21012,3,109,2325 -"233313",94671,21104,2,109,2327 -"233314",94671,21122,3,109,1701 -"233315",94671,21571,2,109,2755 -"233316",94671,21693,3,109,2176 -"233317",94671,22006,3,109,1202 -"233318",94671,22197,2,109,2271 -"233319",94671,22462,3,109,869 -"233320",94671,22566,2,109,2308 -"233321",94671,22705,3,109,1016 -"233322",94671,22850,3,109,878 -"233323",94671,23011,3,109,2763 -"233324",94671,23059,3,109,131 -"233325",94671,23257,2,109,113 -"233326",94671,23312,3,109,2449 -"233327",94671,23403,3,109,607 -"233328",94671,23492,3,109,1067 -"233329",94671,23509,3,109,2275 -"233330",94671,23526,2,109,1998 -"233331",94671,23534,3,109,1659 -"233332",94671,23715,2,109,1859 -"233333",94671,23725,3,109,2378 -"233334",94671,23729,3,109,1624 -"233335",94671,23825,3,109,1913 -"233336",94671,24005,2,109,1188 -"233337",94671,24066,3,109,1755 -"233338",94671,24512,3,109,1369 -"233339",94671,24558,3,109,2139 -"233340",94671,24559,2,109,946 -"233341",94671,24755,3,109,1319 -"233342",94671,24923,3,109,2785 -"233343",94671,25027,3,109,564 -"233344",94671,25132,2,109,1188 -"233345",94671,26067,3,109,2069 -"233346",94671,26080,3,109,2525 -"233347",94671,26322,3,109,1018 -"233348",94671,26451,3,109,2133 -"233349",94671,26471,3,109,1061 -"233350",94671,26570,2,109,1669 -"233351",94671,26669,3,109,1156 -"233352",94671,26671,2,109,2279 -"233353",94671,26848,2,109,2363 -"233354",94671,26867,2,109,1804 -"233355",94671,27085,3,109,125 -"233356",94671,27112,2,109,500 -"233357",94671,27377,3,109,1724 -"233358",94671,27744,2,109,861 -"233359",94671,27792,3,109,1308 -"233360",94671,27849,3,109,1316 -"233361",94671,28002,3,109,914 -"233362",94671,28050,3,109,1955 -"233363",94671,28124,3,109,434 -"233364",94671,28168,3,109,2702 -"233365",94671,28190,3,109,1634 -"233366",94671,28383,3,109,1222 -"233367",94671,29073,3,109,2328 -"233368",94671,29093,3,109,1933 -"233369",94671,29124,3,109,199 -"233370",94671,29929,3,109,2789 -"233371",94671,30325,3,109,1067 -"233372",94671,30405,2,109,2164 -"233373",94671,31307,3,109,2139 -"233374",94671,31691,3,109,1657 -"233375",94671,32017,1,109,577 -"233376",94671,32131,3,109,1035 -"233377",94671,32173,2,109,2341 -"233378",94671,32567,3,109,2784 -"233379",94671,32694,3,109,1602 -"233380",94671,32811,2,109,804 -"233381",94671,33223,3,109,2397 -"233382",94671,33622,2,109,2230 -"233383",94671,33801,3,109,2899 -"233384",94671,34136,2,109,2202 -"233385",94671,34596,3,109,527 -"233386",94671,34735,3,109,2767 -"233387",94671,34836,2,109,2302 -"233388",94671,35095,3,109,1502 -"233389",94671,35673,2,109,1067 -"233390",94671,35752,3,109,1158 -"233391",94671,37800,1,109,604 -"233392",94671,37893,3,109,875 -"233393",94671,38019,2,109,1870 -"233394",94671,38694,3,109,817 -"233395",94671,39238,3,109,922 -"233396",94671,39294,3,109,1889 -"233397",94671,39444,2,109,2695 -"233398",94671,39563,3,109,486 -"233399",94671,39570,2,109,496 -"233400",94671,39865,1,109,849 -"233401",94671,40028,1,109,1349 -"233402",94671,40072,1,109,1182 -"233403",94671,40186,2,109,199 -"233404",94671,40369,3,109,2735 -"233405",94671,40493,3,109,1981 -"233406",94671,40542,3,109,1664 -"233407",94671,40646,3,109,1583 -"233408",94671,41174,3,109,850 -"233409",94671,41315,2,109,439 -"233410",94671,41972,3,109,2509 -"233411",94671,42687,3,109,1952 -"233412",94671,42837,3,109,1096 -"233413",94671,42864,3,109,1151 -"233414",94671,43213,3,109,2160 -"233415",94671,43455,3,109,2846 -"233416",94671,43518,3,109,2680 -"233417",94671,43673,3,109,2787 -"233418",94671,44521,2,109,1593 -"233419",94671,44648,2,109,619 -"233420",94671,45684,3,109,2200 -"233421",94671,45729,3,109,2606 -"233422",94671,46196,3,109,1510 -"233423",94671,46629,2,109,2255 -"233424",94671,46950,3,109,2673 -"233425",94671,47803,3,109,2477 -"233426",94671,47839,3,109,1864 -"233427",94671,48035,3,109,2180 -"233428",94671,48215,3,109,2028 -"233429",94671,48260,3,109,875 -"233430",94671,48435,2,109,528 -"233431",94671,48698,2,109,1474 -"233432",94671,49046,2,109,255 -"233433",94671,49084,1,109,168 -"233434",94671,49110,3,109,2938 -"233435",94671,49185,3,109,1544 -"233436",94671,50118,3,109,2654 -"233437",94671,50134,3,109,2674 -"233438",94671,50236,2,109,2339 -"233439",94671,51971,2,109,195 -"233440",94671,52136,2,109,1412 -"233441",94671,52345,2,109,1430 -"233442",94671,53266,3,109,2389 -"233443",94671,53303,2,109,1376 -"233444",94671,53322,3,109,1200 -"233445",94671,54259,3,109,191 -"233446",94671,54383,3,109,397 -"233447",94671,54551,3,109,2348 -"233448",94671,55556,3,109,2075 -"233449",94671,55691,3,109,2856 -"233450",94671,56082,2,109,2395 -"233451",94671,56232,3,109,1175 -"233452",94671,56237,2,109,2625 -"233453",94671,56604,3,109,1919 -"233454",94671,56854,3,109,2022 -"233455",94671,56903,3,109,1584 -"233456",94671,57246,3,109,1873 -"233457",94671,57348,3,109,687 -"233458",94671,57353,3,109,1849 -"233459",94671,57414,3,109,922 -"233460",94671,57710,3,109,411 -"233461",94671,57714,3,109,1391 -"233462",94671,57950,3,109,1529 -"233463",94671,58133,3,109,1484 -"233464",94671,58882,3,109,684 -"233465",94671,59700,3,109,2346 -"233466",94671,59939,1,109,936 -"233467",94671,61948,3,109,1231 -"233468",94671,61982,3,109,2725 -"233469",94671,62148,3,109,1566 -"233470",94671,64947,3,109,2489 -"233471",94671,64997,3,109,2791 -"233472",94671,65007,3,109,2530 -"233473",94671,65242,3,109,1988 -"233474",94671,65884,3,109,798 -"233475",94671,67726,3,109,2873 -"233476",94671,67763,3,109,822 -"233477",94671,69712,3,109,1219 -"233478",94671,70724,3,109,496 -"233479",94671,70781,3,109,199 -"233480",94671,70838,2,109,687 -"233481",94671,71217,3,109,2169 -"233482",94671,71478,3,109,1721 -"233483",94671,71479,3,109,482 -"233484",94671,72188,2,109,856 -"233485",94671,72207,3,109,2430 -"233486",94671,72326,2,109,2384 -"233487",94671,72468,3,109,2292 -"233488",94671,72597,3,109,1843 -"233489",94671,72598,3,109,805 -"233490",94671,72956,3,109,1251 -"233491",94671,73136,2,109,328 -"233492",94671,73728,3,109,784 -"233493",94671,75403,3,109,1895 -"233494",94671,75948,3,109,1006 -"233495",94671,76284,3,109,1237 -"233496",94671,77305,3,109,965 -"233497",94671,78256,2,109,804 -"233498",94671,79436,3,109,1344 -"233499",94671,79657,3,109,1260 -"233500",94671,79804,3,109,2227 -"233501",94671,80014,3,109,1562 -"233502",94671,80219,3,109,988 -"233503",94671,80242,2,109,569 -"233504",94671,80825,3,109,2315 -"233505",94671,81563,3,109,1188 -"233506",94671,81588,3,109,1568 -"233507",94671,82730,3,109,1492 -"233508",94671,82776,3,109,1232 -"233509",94671,84500,3,109,1583 -"233510",94671,85685,3,109,998 -"233511",94671,85784,3,109,1142 -"233512",94671,87048,3,109,989 -"233513",94671,89097,3,109,935 -"233514",94671,90068,3,109,161 -"233515",94671,90911,3,109,1263 -"233516",94671,91912,1,109,790 -"233517",94671,92104,3,109,2339 -"233518",94671,92220,3,109,607 -"233519",94671,92973,3,109,1276 -"233520",94671,94500,3,109,1529 -"233521",94671,94889,3,109,667 -"233522",94671,98150,3,109,1009 -"233523",94671,98925,2,109,584 -"233524",94671,99215,3,109,2791 -"233525",94671,99444,3,109,408 -"233526",94671,102107,3,109,504 -"233527",94671,103420,3,109,433 -"233528",94671,104344,2,109,172 -"233529",94671,105602,3,109,434 -"233530",94671,107846,3,109,565 -"233531",94671,108379,3,109,2933 -"233532",94671,108867,2,109,2328 -"233533",94671,109521,3,109,609 -"233534",94671,109663,1,109,545 -"233535",94671,109718,2,109,1237 -"233536",94671,111971,3,109,1032 -"233537",94671,112437,2,109,513 -"233538",94671,116478,3,109,293 -"233539",94671,116835,3,109,553 -"233540",94671,120549,2,109,708 -"233541",94671,121234,3,109,213 -"233542",94758,725,3,584,1064 -"233543",94758,1150,3,584,1595 -"233544",94758,3016,3,584,747 -"233545",94758,3557,3,584,1259 -"233546",94758,9808,3,584,1648 -"233547",94758,10908,3,584,1134 -"233548",94758,11429,3,584,2520 -"233549",94758,12818,3,584,2015 -"233550",94758,14025,3,584,2384 -"233551",94758,14761,3,584,2502 -"233552",94758,16771,3,584,1541 -"233553",94758,18421,3,584,2457 -"233554",94758,21290,2,584,894 -"233555",94758,24116,3,584,1413 -"233556",94758,27280,3,584,1965 -"233557",94758,32276,3,584,2223 -"233558",94758,33691,1,584,949 -"233559",94758,36577,2,584,958 -"233560",94758,37342,3,584,2649 -"233561",94758,41439,3,584,709 -"233562",94758,44982,3,584,1592 -"233563",94758,45480,3,584,1104 -"233564",94758,49621,2,584,1915 -"233565",94758,53905,3,584,2193 -"233566",94758,57394,3,584,1271 -"233567",94758,76230,3,584,1223 -"233568",94758,79236,3,584,1505 -"233569",94758,82426,3,584,1576 -"233570",94758,88067,3,584,2315 -"233571",94758,110569,2,584,970 -"233572",94758,114240,3,584,642 -"233573",94758,114666,3,584,711 -"233574",94783,543,3,659,2203 -"233575",94783,600,3,659,1702 -"233576",94783,733,3,659,1653 -"233577",94783,913,3,659,2144 -"233578",94783,1691,3,659,1941 -"233579",94783,2063,3,659,1278 -"233580",94783,3878,2,659,1890 -"233581",94783,5504,3,659,2389 -"233582",94783,5581,3,659,883 -"233583",94783,7515,2,659,2737 -"233584",94783,7616,3,659,2296 -"233585",94783,9432,2,659,1693 -"233586",94783,9871,3,659,921 -"233587",94783,11434,3,659,1187 -"233588",94783,11516,3,659,1937 -"233589",94783,13248,2,659,1385 -"233590",94783,13837,1,659,1604 -"233591",94783,16539,3,659,1947 -"233592",94783,19322,3,659,2048 -"233593",94783,20643,3,659,2341 -"233594",94783,23132,3,659,2756 -"233595",94783,24568,3,659,1937 -"233596",94783,26706,2,659,1846 -"233597",94783,29170,3,659,1846 -"233598",94783,32947,2,659,1091 -"233599",94783,35302,3,659,1589 -"233600",94783,38213,3,659,1744 -"233601",94783,40368,2,659,2876 -"233602",94783,46621,3,659,1343 -"233603",94783,49189,2,659,1550 -"233604",94783,49620,3,659,1868 -"233605",94783,49724,3,659,806 -"233606",94783,51116,2,659,1509 -"233607",94783,53069,3,659,1664 -"233608",94783,58221,3,659,1787 -"233609",94783,59700,2,659,2346 -"233610",94783,62602,3,659,1172 -"233611",94783,63409,2,659,1937 -"233612",94783,67805,2,659,1338 -"233613",94783,73305,3,659,2544 -"233614",94783,73728,3,659,784 -"233615",94783,74636,3,659,2525 -"233616",94783,75216,2,659,672 -"233617",94783,79804,3,659,2227 -"233618",94783,80429,2,659,1927 -"233619",94783,88232,3,659,2881 -"233620",94783,92322,1,659,2393 -"233621",94783,99103,2,659,1470 -"233622",94783,104280,3,659,887 -"233623",94783,107649,3,659,1573 -"233624",94808,671,3,988,2328 -"233625",94808,733,3,988,1653 -"233626",94808,1036,3,988,1367 -"233627",94808,1046,3,988,1881 -"233628",94808,1127,2,988,1188 -"233629",94808,1130,3,988,1566 -"233630",94808,1136,3,988,2536 -"233631",94808,1386,3,988,1901 -"233632",94808,1397,3,988,1225 -"233633",94808,2063,3,988,1278 -"233634",94808,2325,3,988,1641 -"233635",94808,2424,3,988,2582 -"233636",94808,2743,2,988,1278 -"233637",94808,3242,2,988,1730 -"233638",94808,3966,3,988,2425 -"233639",94808,4191,3,988,2130 -"233640",94808,4618,3,988,2607 -"233641",94808,4687,3,988,2152 -"233642",94808,4980,3,988,2093 -"233643",94808,5621,2,988,1860 -"233644",94808,5725,3,988,2789 -"233645",94808,5864,3,988,1197 -"233646",94808,8621,3,988,1681 -"233647",94808,10404,3,988,2062 -"233648",94808,10890,3,988,2639 -"233649",94808,13201,3,988,2034 -"233650",94808,14669,3,988,2080 -"233651",94808,15343,3,988,2125 -"233652",94808,15716,3,988,1991 -"233653",94808,16164,2,988,1184 -"233654",94808,17357,3,988,1536 -"233655",94808,17499,3,988,2954 -"233656",94808,17852,3,988,2840 -"233657",94808,20563,3,988,2267 -"233658",94808,20824,2,988,1366 -"233659",94808,21092,3,988,1643 -"233660",94808,21358,3,988,1970 -"233661",94808,21911,3,988,1184 -"233662",94808,22501,3,988,1006 -"233663",94808,23506,2,988,1172 -"233664",94808,23534,3,988,1659 -"233665",94808,23704,3,988,2278 -"233666",94808,25129,3,988,2647 -"233667",94808,25341,3,988,1858 -"233668",94808,25643,3,988,1646 -"233669",94808,26282,3,988,1241 -"233670",94808,26436,3,988,2489 -"233671",94808,26516,3,988,2479 -"233672",94808,27753,3,988,2750 -"233673",94808,28434,3,988,1141 -"233674",94808,28648,3,988,1586 -"233675",94808,30438,3,988,1617 -"233676",94808,31799,3,988,2547 -"233677",94808,34216,3,988,2832 -"233678",94808,34492,2,988,1798 -"233679",94808,34509,3,988,1973 -"233680",94808,38449,3,988,1802 -"233681",94808,40293,3,988,1671 -"233682",94808,42814,3,988,1149 -"233683",94808,45449,3,988,1610 -"233684",94808,45715,3,988,2287 -"233685",94808,51022,2,988,1499 -"233686",94808,51410,3,988,2739 -"233687",94808,51987,3,988,1397 -"233688",94808,52835,3,988,995 -"233689",94808,54740,3,988,2750 -"233690",94808,58035,2,988,1646 -"233691",94808,64031,3,988,1295 -"233692",94808,68215,3,988,2727 -"233693",94808,82767,3,988,1641 -"233694",94808,86279,3,988,1076 -"233695",94808,92366,3,988,1434 -"233696",94808,100231,2,988,998 -"233697",94808,119731,3,988,1208 -"233698",94835,25,3,555,2762 -"233699",94835,180,3,555,1593 -"233700",94835,499,3,555,1931 -"233701",94835,602,1,555,2632 -"233702",94835,762,2,555,2671 -"233703",94835,3011,3,555,2278 -"233704",94835,3171,3,555,700 -"233705",94835,3460,3,555,2530 -"233706",94835,6942,3,555,1232 -"233707",94835,6982,2,555,2034 -"233708",94835,7009,3,555,1982 -"233709",94835,8060,3,555,1883 -"233710",94835,9311,3,555,2477 -"233711",94835,10843,3,555,2277 -"233712",94835,12703,2,555,2689 -"233713",94835,13724,1,555,1573 -"233714",94835,14103,2,555,2204 -"233715",94835,14422,3,555,1548 -"233716",94835,14723,2,555,2019 -"233717",94835,15453,2,555,1688 -"233718",94835,15626,3,555,2434 -"233719",94835,18483,3,555,874 -"233720",94835,20494,3,555,1075 -"233721",94835,21249,3,555,1635 -"233722",94835,21448,3,555,2332 -"233723",94835,22140,2,555,942 -"233724",94835,22311,1,555,2034 -"233725",94835,25248,3,555,1938 -"233726",94835,28982,3,555,2746 -"233727",94835,33241,3,555,632 -"233728",94835,33356,3,555,1586 -"233729",94835,33433,3,555,2805 -"233730",94835,35186,2,555,1520 -"233731",94835,38046,3,555,1163 -"233732",94835,38755,3,555,2902 -"233733",94835,40293,3,555,1671 -"233734",94835,42642,3,555,2257 -"233735",94835,44193,3,555,989 -"233736",94835,57337,3,555,1443 -"233737",94835,58812,2,555,1170 -"233738",94835,59113,3,555,2434 -"233739",94835,60386,3,555,1322 -"233740",94835,62939,3,555,2574 -"233741",94835,65316,3,555,1020 -"233742",94835,66726,3,555,2068 -"233743",94835,68696,2,555,1776 -"233744",94835,75343,3,555,2008 -"233745",94835,77811,3,555,1871 -"233746",94835,78404,2,555,1231 -"233747",94835,79612,2,555,927 -"233748",94835,81586,3,555,877 -"233749",94835,84268,2,555,1217 -"233750",94835,90608,3,555,590 -"233751",94835,96563,3,555,961 -"233752",94835,100532,2,555,859 -"233753",94835,121514,2,555,645 -"233754",94850,600,3,408,1702 -"233755",94850,675,3,408,1686 -"233756",94850,1046,3,408,1881 -"233757",94850,1127,2,408,1188 -"233758",94850,1130,2,408,1566 -"233759",94850,1136,3,408,2536 -"233760",94850,1469,3,408,1160 -"233761",94850,2269,2,408,984 -"233762",94850,2300,1,408,565 -"233763",94850,2325,2,408,1641 -"233764",94850,2743,3,408,1278 -"233765",94850,2765,3,408,2321 -"233766",94850,2954,3,408,2727 -"233767",94850,3242,3,408,1730 -"233768",94850,3966,3,408,2425 -"233769",94850,4191,3,408,2130 -"233770",94850,4618,3,408,2607 -"233771",94850,4785,3,408,996 -"233772",94850,4790,3,408,1025 -"233773",94850,4791,3,408,1184 -"233774",94850,4980,3,408,2093 -"233775",94850,5725,3,408,2789 -"233776",94850,6366,3,408,798 -"233777",94850,6740,2,408,2699 -"233778",94850,6914,3,408,2668 -"233779",94850,7847,3,408,2424 -"233780",94850,7861,2,408,1647 -"233781",94850,9607,3,408,2021 -"233782",94850,10130,1,408,2741 -"233783",94850,10875,3,408,1234 -"233784",94850,11208,3,408,1161 -"233785",94850,12042,3,408,2345 -"233786",94850,15005,3,408,1415 -"233787",94850,16074,3,408,977 -"233788",94850,16164,3,408,1184 -"233789",94850,18277,3,408,2309 -"233790",94850,19248,3,408,2357 -"233791",94850,19516,3,408,2313 -"233792",94850,19627,3,408,627 -"233793",94850,19719,3,408,2177 -"233794",94850,19814,3,408,936 -"233795",94850,20563,3,408,2267 -"233796",94850,20824,3,408,1366 -"233797",94850,21138,3,408,2849 -"233798",94850,22277,2,408,2424 -"233799",94850,22714,3,408,2793 -"233800",94850,23319,3,408,2867 -"233801",94850,23506,3,408,1172 -"233802",94850,25129,1,408,2647 -"233803",94850,25325,3,408,2963 -"233804",94850,25341,2,408,1858 -"233805",94850,25643,3,408,1646 -"233806",94850,26282,2,408,1241 -"233807",94850,26322,3,408,1018 -"233808",94850,26766,3,408,1161 -"233809",94850,28434,3,408,1141 -"233810",94850,28731,3,408,955 -"233811",94850,29115,3,408,1047 -"233812",94850,29705,3,408,607 -"233813",94850,29917,2,408,1962 -"233814",94850,31799,3,408,2547 -"233815",94850,32409,3,408,857 -"233816",94850,32939,3,408,2277 -"233817",94850,34492,3,408,1798 -"233818",94850,34509,1,408,1973 -"233819",94850,35113,3,408,1327 -"233820",94850,35481,3,408,2211 -"233821",94850,37333,3,408,1612 -"233822",94850,38694,3,408,817 -"233823",94850,40293,3,408,1671 -"233824",94850,40493,3,408,1981 -"233825",94850,41402,3,408,2313 -"233826",94850,41739,3,408,1339 -"233827",94850,42175,3,408,1594 -"233828",94850,42474,3,408,2322 -"233829",94850,45343,2,408,2360 -"233830",94850,45746,3,408,609 -"233831",94850,47248,3,408,2883 -"233832",94850,49110,3,408,2938 -"233833",94850,50976,3,408,547 -"233834",94850,51017,3,408,2073 -"233835",94850,51022,3,408,1499 -"233836",94850,51410,2,408,2739 -"233837",94850,51987,3,408,1397 -"233838",94850,52835,3,408,995 -"233839",94850,53031,3,408,2065 -"233840",94850,53196,3,408,1888 -"233841",94850,53433,3,408,1187 -"233842",94850,54250,3,408,2340 -"233843",94850,56171,3,408,1524 -"233844",94850,57804,3,408,2214 -"233845",94850,58035,2,408,1646 -"233846",94850,58221,3,408,1787 -"233847",94850,61982,3,408,2725 -"233848",94850,62841,2,408,2710 -"233849",94850,63547,3,408,1023 -"233850",94850,64031,3,408,1295 -"233851",94850,64181,2,408,1828 -"233852",94850,64997,3,408,2791 -"233853",94850,65625,3,408,1273 -"233854",94850,66413,3,408,2507 -"233855",94850,67216,2,408,984 -"233856",94850,70605,3,408,1176 -"233857",94850,71618,3,408,2960 -"233858",94850,75948,3,408,1006 -"233859",94850,80471,3,408,538 -"233860",94850,81482,3,408,908 -"233861",94850,82409,3,408,1881 -"233862",94850,82767,3,408,1641 -"233863",94850,82787,3,408,1144 -"233864",94850,83434,3,408,850 -"233865",94850,88347,3,408,793 -"233866",94850,92220,3,408,607 -"233867",94850,92973,3,408,1276 -"233868",94850,93615,3,408,2386 -"233869",94850,94808,3,408,988 -"233870",94850,105063,3,408,1908 -"233871",94850,105685,3,408,2469 -"233872",94889,5971,3,667,1985 -"233873",94889,11229,2,667,1625 -"233874",94889,17400,3,667,2231 -"233875",94889,18361,3,667,2968 -"233876",94889,23725,3,667,2378 -"233877",94889,26867,3,667,1804 -"233878",94889,30325,3,667,1067 -"233879",94889,40028,3,667,1349 -"233880",94889,44521,3,667,1593 -"233881",94889,50236,3,667,2339 -"233882",94889,56082,3,667,2395 -"233883",94889,57246,3,667,1873 -"233884",94889,59939,3,667,936 -"233885",94889,70838,3,667,687 -"233886",94889,75403,3,667,1895 -"233887",94889,91912,3,667,790 -"233888",94908,733,3,1413,1653 -"233889",94908,19204,2,1413,1753 -"233890",94908,26706,3,1413,1846 -"233891",94908,49189,3,1413,1550 -"233892",94908,56317,3,1413,2030 -"233893",94908,58221,3,1413,1787 -"233894",94908,81588,3,1413,1568 -"233895",94908,99103,2,1413,1470 -"233896",94926,1897,2,1611,1727 -"233897",94926,6627,3,1611,2063 -"233898",94926,7269,3,1611,1728 -"233899",94926,10638,3,1611,2692 -"233900",94926,10914,2,1611,1660 -"233901",94926,11381,3,1611,1638 -"233902",94926,11506,2,1611,2824 -"233903",94926,18571,2,1611,2128 -"233904",94926,18943,2,1611,2861 -"233905",94926,20007,3,1611,2971 -"233906",94926,20432,3,1611,1727 -"233907",94926,21463,2,1611,2437 -"233908",94926,22297,3,1611,1904 -"233909",94926,27783,2,1611,2302 -"233910",94926,31164,1,1611,1996 -"233911",94926,32449,2,1611,2091 -"233912",94926,36136,2,1611,2338 -"233913",94926,39105,2,1611,2487 -"233914",94926,41978,3,1611,2824 -"233915",94926,46951,2,1611,2429 -"233916",94926,47384,3,1611,1639 -"233917",94926,47571,3,1611,1667 -"233918",94926,56338,3,1611,1818 -"233919",94926,59039,3,1611,2870 -"233920",94926,66911,3,1611,1920 -"233921",94926,68592,2,1611,2551 -"233922",94926,69335,3,1611,2698 -"233923",94926,76132,3,1611,2426 -"233924",94926,76675,3,1611,1840 -"233925",94926,104306,3,1611,1665 -"233926",94947,4191,3,1368,2130 -"233927",94947,4618,3,1368,2607 -"233928",94947,7245,3,1368,2089 -"233929",94947,18202,3,1368,2475 -"233930",94947,18415,3,1368,2184 -"233931",94947,25643,3,1368,1646 -"233932",94947,26793,3,1368,2104 -"233933",94947,46391,3,1368,1779 -"233934",94968,17531,3,287,876 -"233935",94968,24252,3,287,639 -"233936",94968,24734,3,287,338 -"233937",94968,29117,3,287,1250 -"233938",94968,33219,3,287,1173 -"233939",94968,36399,3,287,1357 -"233940",94968,38422,1,287,1019 -"233941",94968,43701,3,287,2400 -"233942",94968,43905,2,287,756 -"233943",94968,43960,3,287,1293 -"233944",94968,65188,3,287,2213 -"233945",94968,117190,1,287,425 -"233946",95011,3947,3,1986,2067 -"233947",95011,5239,2,1986,2875 -"233948",95011,12356,3,1986,2757 -"233949",95011,13780,3,1986,2412 -"233950",95011,14652,3,1986,2516 -"233951",95011,26793,3,1986,2104 -"233952",95011,30747,3,1986,2455 -"233953",95011,35815,3,1986,2789 -"233954",95011,40931,3,1986,2301 -"233955",95011,42574,3,1986,2842 -"233956",95011,99215,3,1986,2791 -"233957",95017,14172,3,1284,1923 -"233958",95017,53779,3,1284,2000 -"233959",95017,85736,3,1284,1601 -"233960",95032,1367,3,103,2176 -"233961",95032,2424,3,103,2582 -"233962",95032,2563,3,103,1686 -"233963",95032,2747,3,103,2411 -"233964",95032,3068,3,103,1815 -"233965",95032,3863,3,103,856 -"233966",95032,5120,3,103,2735 -"233967",95032,5346,2,103,1438 -"233968",95032,5580,3,103,2111 -"233969",95032,7245,3,103,2089 -"233970",95032,8984,3,103,1162 -"233971",95032,9202,3,103,2477 -"233972",95032,9654,3,103,2111 -"233973",95032,13671,3,103,1371 -"233974",95032,14707,3,103,672 -"233975",95032,15207,2,103,1855 -"233976",95032,15453,3,103,1688 -"233977",95032,15462,3,103,1141 -"233978",95032,16067,3,103,2727 -"233979",95032,16877,1,103,2509 -"233980",95032,18211,3,103,1745 -"233981",95032,18348,3,103,1711 -"233982",95032,18415,3,103,2184 -"233983",95032,18550,2,103,483 -"233984",95032,19668,3,103,696 -"233985",95032,21929,3,103,2062 -"233986",95032,24974,3,103,702 -"233987",95032,28057,2,103,1067 -"233988",95032,30262,3,103,1715 -"233989",95032,30943,3,103,2287 -"233990",95032,32939,3,103,2277 -"233991",95032,40113,2,103,451 -"233992",95032,41439,3,103,709 -"233993",95032,41955,3,103,2479 -"233994",95032,42642,3,103,2257 -"233995",95032,42725,2,103,630 -"233996",95032,45186,3,103,835 -"233997",95032,46803,3,103,2305 -"233998",95032,48955,3,103,242 -"233999",95032,53043,3,103,803 -"234000",95032,54388,3,103,1257 -"234001",95032,57804,3,103,2214 -"234002",95032,57901,3,103,614 -"234003",95032,58516,3,103,409 -"234004",95032,58854,3,103,1131 -"234005",95032,63641,3,103,2337 -"234006",95032,67726,3,103,2873 -"234007",95032,68043,3,103,690 -"234008",95032,69293,2,103,609 -"234009",95032,69716,3,103,2632 -"234010",95032,70774,3,103,355 -"234011",95032,73083,3,103,275 -"234012",95032,74818,3,103,1440 -"234013",95032,79534,3,103,340 -"234014",95032,83729,3,103,406 -"234015",95032,85356,3,103,1492 -"234016",95032,94520,1,103,1243 -"234017",95032,96911,3,103,956 -"234018",95032,99237,3,103,783 -"234019",95032,99557,3,103,1703 -"234020",95032,110399,3,103,480 -"234021",95036,288,3,380,947 -"234022",95036,457,3,380,1704 -"234023",95036,1044,3,380,880 -"234024",95036,1154,3,380,1656 -"234025",95036,1592,3,380,2006 -"234026",95036,1691,3,380,1941 -"234027",95036,1826,2,380,924 -"234028",95036,2143,2,380,1174 -"234029",95036,2208,3,380,2814 -"234030",95036,2731,3,380,434 -"234031",95036,3748,2,380,2052 -"234032",95036,4317,3,380,1224 -"234033",95036,6252,3,380,2336 -"234034",95036,6390,3,380,2385 -"234035",95036,7126,3,380,1261 -"234036",95036,7196,3,380,1508 -"234037",95036,7984,3,380,2493 -"234038",95036,8529,3,380,1205 -"234039",95036,8866,3,380,1545 -"234040",95036,8890,3,380,1955 -"234041",95036,8910,3,380,1054 -"234042",95036,8913,3,380,968 -"234043",95036,8961,3,380,507 -"234044",95036,10513,3,380,2284 -"234045",95036,12304,3,380,439 -"234046",95036,14108,3,380,2012 -"234047",95036,14656,3,380,584 -"234048",95036,15118,3,380,1311 -"234049",95036,15401,3,380,1999 -"234050",95036,16365,3,380,2217 -"234051",95036,17257,3,380,1117 -"234052",95036,18394,3,380,2356 -"234053",95036,18543,3,380,2968 -"234054",95036,19096,3,380,1538 -"234055",95036,20124,2,380,2376 -"234056",95036,21133,3,380,1320 -"234057",95036,21670,3,380,2158 -"234058",95036,21681,3,380,2005 -"234059",95036,22141,2,380,2348 -"234060",95036,22537,3,380,436 -"234061",95036,22722,3,380,1233 -"234062",95036,24198,3,380,2217 -"234063",95036,25565,3,380,2764 -"234064",95036,28784,3,380,1579 -"234065",95036,28808,3,380,1063 -"234066",95036,28896,3,380,1395 -"234067",95036,30405,2,380,2164 -"234068",95036,31700,3,380,2727 -"234069",95036,32131,3,380,1035 -"234070",95036,32988,3,380,2008 -"234071",95036,34836,3,380,2302 -"234072",95036,35822,3,380,1903 -"234073",95036,36031,3,380,2342 -"234074",95036,36087,3,380,2755 -"234075",95036,37937,3,380,1320 -"234076",95036,38602,3,380,2693 -"234077",95036,41085,3,380,637 -"234078",95036,41315,3,380,439 -"234079",95036,43173,3,380,2895 -"234080",95036,43385,3,380,1623 -"234081",95036,44188,3,380,1609 -"234082",95036,44427,3,380,2875 -"234083",95036,46621,3,380,1343 -"234084",95036,47384,3,380,1639 -"234085",95036,47585,3,380,794 -"234086",95036,48215,3,380,2028 -"234087",95036,49265,3,380,2686 -"234088",95036,49512,2,380,1302 -"234089",95036,51017,3,380,2073 -"234090",95036,51035,3,380,2397 -"234091",95036,53252,3,380,637 -"234092",95036,53322,2,380,1200 -"234093",95036,53323,1,380,2677 -"234094",95036,53608,2,380,1986 -"234095",95036,54305,3,380,1222 -"234096",95036,55320,2,380,1643 -"234097",95036,57348,3,380,687 -"234098",95036,57353,2,380,1849 -"234099",95036,57380,3,380,2362 -"234100",95036,57990,3,380,978 -"234101",95036,61138,3,380,1188 -"234102",95036,61785,2,380,822 -"234103",95036,65155,3,380,1947 -"234104",95036,69293,3,380,609 -"234105",95036,70854,3,380,635 -"234106",95036,71342,3,380,1289 -"234107",95036,72598,3,380,805 -"234108",95036,72728,3,380,2234 -"234109",95036,72956,3,380,1251 -"234110",95036,73245,3,380,802 -"234111",95036,75921,3,380,517 -"234112",95036,78569,2,380,578 -"234113",95036,79158,3,380,1252 -"234114",95036,84022,3,380,2289 -"234115",95036,85869,3,380,1509 -"234116",95036,88126,2,380,1027 -"234117",95036,88232,3,380,2881 -"234118",95036,90802,3,380,877 -"234119",95036,92592,2,380,486 -"234120",95036,93102,3,380,1174 -"234121",95036,96352,3,380,1493 -"234122",95036,101967,3,380,691 -"234123",95036,103420,3,380,433 -"234124",95036,104217,3,380,956 -"234125",95036,106240,3,380,705 -"234126",95036,111686,3,380,528 -"234127",95060,2647,3,1974,2450 -"234128",95060,8899,3,1974,2023 -"234129",95060,9724,3,1974,2713 -"234130",95060,12966,3,1974,2011 -"234131",95060,14861,3,1974,2269 -"234132",95060,23550,3,1974,2939 -"234133",95060,37684,3,1974,2899 -"234134",95060,42382,3,1974,2224 -"234135",95060,47607,2,1974,2724 -"234136",95060,53584,3,1974,2391 -"234137",95060,53652,3,1974,2899 -"234138",95064,2747,3,1801,2411 -"234139",95064,3961,3,1801,2426 -"234140",95064,5315,3,1801,2631 -"234141",95064,6222,3,1801,1949 -"234142",95064,7992,3,1801,2033 -"234143",95064,8275,3,1801,2237 -"234144",95064,10358,3,1801,2294 -"234145",95064,13388,3,1801,2119 -"234146",95064,14959,3,1801,2898 -"234147",95064,18394,3,1801,2356 -"234148",95064,20067,3,1801,2390 -"234149",95064,21209,3,1801,2184 -"234150",95064,21706,3,1801,1988 -"234151",95064,23869,3,1801,1918 -"234152",95064,25486,3,1801,2582 -"234153",95064,33801,3,1801,2899 -"234154",95064,38921,3,1801,1880 -"234155",95064,44433,3,1801,2224 -"234156",95064,44603,3,1801,2748 -"234157",95064,53475,3,1801,2853 -"234158",95064,58669,3,1801,2296 -"234159",95064,58993,3,1801,2390 -"234160",95064,70203,3,1801,2756 -"234161",95121,41180,2,1015,1556 -"234162",95139,11135,3,120,2441 -"234163",95139,14473,1,120,2325 -"234164",95139,42486,3,120,1951 -"234165",95139,43957,2,120,1824 -"234166",95139,48764,3,120,860 -"234167",95139,55733,2,120,161 -"234168",95139,110023,3,120,230 -"234169",95155,854,3,849,2307 -"234170",95155,1323,3,849,1659 -"234171",95155,1592,3,849,2006 -"234172",95155,1691,3,849,1941 -"234173",95155,2057,3,849,1965 -"234174",95155,2540,3,849,1398 -"234175",95155,2704,3,849,2609 -"234176",95155,2894,3,849,1291 -"234177",95155,3127,3,849,2273 -"234178",95155,3163,3,849,2020 -"234179",95155,3493,3,849,2451 -"234180",95155,4057,3,849,2389 -"234181",95155,4107,3,849,987 -"234182",95155,4360,3,849,1770 -"234183",95155,5392,3,849,1648 -"234184",95155,5610,2,849,2223 -"234185",95155,5615,2,849,1105 -"234186",95155,5792,3,849,975 -"234187",95155,7798,2,849,949 -"234188",95155,8238,3,849,2222 -"234189",95155,8865,2,849,2394 -"234190",95155,9311,2,849,2477 -"234191",95155,9391,3,849,1252 -"234192",95155,9520,3,849,2089 -"234193",95155,10148,3,849,2964 -"234194",95155,10488,3,849,1524 -"234195",95155,10754,3,849,1797 -"234196",95155,10843,3,849,2277 -"234197",95155,11538,3,849,2288 -"234198",95155,11546,3,849,1174 -"234199",95155,12067,3,849,1213 -"234200",95155,12388,2,849,1975 -"234201",95155,13184,2,849,977 -"234202",95155,13808,1,849,1356 -"234203",95155,14108,3,849,2012 -"234204",95155,14586,3,849,2801 -"234205",95155,14723,3,849,2019 -"234206",95155,14817,3,849,2110 -"234207",95155,15118,3,849,1311 -"234208",95155,15444,3,849,2764 -"234209",95155,15626,3,849,2434 -"234210",95155,17097,3,849,1505 -"234211",95155,17351,3,849,2036 -"234212",95155,17571,3,849,953 -"234213",95155,18165,2,849,2085 -"234214",95155,18393,3,849,860 -"234215",95155,18735,3,849,1581 -"234216",95155,19317,3,849,2041 -"234217",95155,19433,3,849,2504 -"234218",95155,20407,3,849,2339 -"234219",95155,20494,3,849,1075 -"234220",95155,21133,3,849,1320 -"234221",95155,21164,3,849,1645 -"234222",95155,21248,3,849,2232 -"234223",95155,22057,3,849,974 -"234224",95155,23729,3,849,1624 -"234225",95155,23825,3,849,1913 -"234226",95155,24286,3,849,1280 -"234227",95155,25078,3,849,2312 -"234228",95155,27908,2,849,2576 -"234229",95155,28808,3,849,1063 -"234230",95155,29267,2,849,1234 -"234231",95155,29286,3,849,1612 -"234232",95155,29454,3,849,2719 -"234233",95155,30325,3,849,1067 -"234234",95155,30486,3,849,1269 -"234235",95155,30906,3,849,2537 -"234236",95155,31890,2,849,1487 -"234237",95155,31901,3,849,1251 -"234238",95155,32047,3,849,1858 -"234239",95155,32606,3,849,2100 -"234240",95155,33356,3,849,1586 -"234241",95155,33433,2,849,2805 -"234242",95155,34707,3,849,2042 -"234243",95155,35903,2,849,1434 -"234244",95155,36637,2,849,2085 -"234245",95155,36953,3,849,2790 -"234246",95155,37427,3,849,915 -"234247",95155,38213,3,849,1744 -"234248",95155,38513,3,849,914 -"234249",95155,39062,3,849,2020 -"234250",95155,39444,3,849,2695 -"234251",95155,39464,3,849,2314 -"234252",95155,40296,3,849,1674 -"234253",95155,40572,3,849,2666 -"234254",95155,41682,3,849,1988 -"234255",95155,42715,3,849,987 -"234256",95155,42813,3,849,2142 -"234257",95155,42837,2,849,1096 -"234258",95155,43213,3,849,2160 -"234259",95155,46196,3,849,1510 -"234260",95155,46486,2,849,1868 -"234261",95155,46621,3,849,1343 -"234262",95155,46742,3,849,2144 -"234263",95155,47003,3,849,1915 -"234264",95155,47564,3,849,2650 -"234265",95155,47595,3,849,2374 -"234266",95155,47803,1,849,2477 -"234267",95155,48377,3,849,1927 -"234268",95155,49581,3,849,1817 -"234269",95155,49620,3,849,1868 -"234270",95155,49787,3,849,2352 -"234271",95155,50001,3,849,1518 -"234272",95155,50335,3,849,1893 -"234273",95155,50946,2,849,1075 -"234274",95155,51016,1,849,1141 -"234275",95155,52136,2,849,1412 -"234276",95155,54953,3,849,2223 -"234277",95155,55324,3,849,1544 -"234278",95155,55643,3,849,2359 -"234279",95155,55821,3,849,1303 -"234280",95155,55862,3,849,2123 -"234281",95155,56082,3,849,2395 -"234282",95155,57315,2,849,1005 -"234283",95155,58895,3,849,917 -"234284",95155,58993,3,849,2390 -"234285",95155,59113,3,849,2434 -"234286",95155,59637,3,849,2141 -"234287",95155,59937,3,849,885 -"234288",95155,61242,3,849,1650 -"234289",95155,62966,3,849,1282 -"234290",95155,65856,3,849,2504 -"234291",95155,69232,3,849,2130 -"234292",95155,72207,3,849,2430 -"234293",95155,74190,2,849,1428 -"234294",95155,74636,3,849,2525 -"234295",95155,75403,3,849,1895 -"234296",95155,78932,3,849,981 -"234297",95155,79013,3,849,1441 -"234298",95155,79837,3,849,1252 -"234299",95155,82009,2,849,1020 -"234300",95155,83862,3,849,2026 -"234301",95155,84897,3,849,1075 -"234302",95155,87144,3,849,2299 -"234303",95155,87958,3,849,1234 -"234304",95155,88232,3,849,2881 -"234305",95155,90709,3,849,1080 -"234306",95155,98080,3,849,1265 -"234307",95155,99332,3,849,873 -"234308",95155,104239,3,849,926 -"234309",95155,108620,1,849,881 -"234310",95160,8887,2,961,2373 -"234311",95160,13573,2,961,2774 -"234312",95160,20355,3,961,2111 -"234313",95160,21720,3,961,2637 -"234314",95160,33834,3,961,1606 -"234315",95160,42515,3,961,2752 -"234316",95160,86105,2,961,2226 -"234317",95211,17999,3,2462,2758 -"234318",95211,22905,3,2462,2599 -"234319",95211,41051,2,2462,2767 -"234320",95211,43518,3,2462,2680 -"234321",95238,2370,3,259,1600 -"234322",95238,2737,3,259,607 -"234323",95238,3158,3,259,2762 -"234324",95238,4249,3,259,2547 -"234325",95238,4784,2,259,2511 -"234326",95238,6020,3,259,1864 -"234327",95238,9740,1,259,2233 -"234328",95238,10146,3,259,1878 -"234329",95238,11270,3,259,1011 -"234330",95238,13551,2,259,1451 -"234331",95238,13595,2,259,1164 -"234332",95238,14212,3,259,857 -"234333",95238,14255,2,259,893 -"234334",95238,14256,2,259,279 -"234335",95238,14612,3,259,2340 -"234336",95238,14957,3,259,2306 -"234337",95238,16455,3,259,946 -"234338",95238,16963,3,259,1999 -"234339",95238,17499,3,259,2954 -"234340",95238,17531,3,259,876 -"234341",95238,19002,3,259,2053 -"234342",95238,21358,3,259,1970 -"234343",95238,24044,3,259,1076 -"234344",95238,28648,3,259,1586 -"234345",95238,30544,2,259,2041 -"234346",95238,31924,3,259,643 -"234347",95238,34274,3,259,1437 -"234348",95238,39507,3,259,793 -"234349",95238,41489,3,259,2006 -"234350",95238,45297,2,259,1864 -"234351",95238,48823,3,259,2080 -"234352",95238,49029,3,259,647 -"234353",95238,51212,3,259,1801 -"234354",95238,51516,3,259,1361 -"234355",95238,52386,3,259,1830 -"234356",95238,59143,3,259,359 -"234357",95238,67289,1,259,829 -"234358",95238,68813,3,259,2511 -"234359",95238,69732,2,259,732 -"234360",95238,71225,3,259,956 -"234361",95238,76842,2,259,1518 -"234362",95238,78843,3,259,1524 -"234363",95238,82217,3,259,2441 -"234364",95238,82740,1,259,579 -"234365",95238,84885,3,259,1649 -"234366",95238,93642,3,259,1120 -"234367",95238,96332,3,259,1197 -"234368",95238,103256,3,259,572 -"234369",95238,105435,3,259,684 -"234370",95238,123211,2,259,405 -"234371",95258,1785,3,199,2350 -"234372",95258,2737,2,199,607 -"234373",95258,3158,3,199,2762 -"234374",95258,4784,3,199,2511 -"234375",95258,6020,3,199,1864 -"234376",95258,9740,1,199,2233 -"234377",95258,11270,3,199,1011 -"234378",95258,13551,2,199,1451 -"234379",95258,13595,2,199,1164 -"234380",95258,13930,3,199,1274 -"234381",95258,14212,3,199,857 -"234382",95258,14255,1,199,893 -"234383",95258,14256,2,199,279 -"234384",95258,15150,3,199,2801 -"234385",95258,16963,3,199,1999 -"234386",95258,17531,3,199,876 -"234387",95258,18645,3,199,793 -"234388",95258,19002,2,199,2053 -"234389",95258,20011,3,199,2826 -"234390",95258,21358,3,199,1970 -"234391",95258,24044,2,199,1076 -"234392",95258,26698,3,199,1963 -"234393",95258,28648,3,199,1586 -"234394",95258,30544,2,199,2041 -"234395",95258,31924,3,199,643 -"234396",95258,39507,2,199,793 -"234397",95258,41489,3,199,2006 -"234398",95258,45297,3,199,1864 -"234399",95258,51212,3,199,1801 -"234400",95258,51516,3,199,1361 -"234401",95258,52386,3,199,1830 -"234402",95258,52654,3,199,588 -"234403",95258,59143,3,199,359 -"234404",95258,67289,1,199,829 -"234405",95258,69732,3,199,732 -"234406",95258,71225,2,199,956 -"234407",95258,76842,3,199,1518 -"234408",95258,82217,3,199,2441 -"234409",95258,82740,2,199,579 -"234410",95258,84885,3,199,1649 -"234411",95258,95238,1,199,259 -"234412",95258,96332,3,199,1197 -"234413",95258,103256,2,199,572 -"234414",95258,105435,3,199,684 -"234415",95258,109034,3,199,259 -"234416",95258,123211,3,199,405 -"234417",95288,862,3,1602,2254 -"234418",95288,1136,3,1602,2536 -"234419",95288,2865,3,1602,2006 -"234420",95288,4932,3,1602,2752 -"234421",95288,6047,3,1602,2004 -"234422",95288,7672,3,1602,1974 -"234423",95288,9928,3,1602,2345 -"234424",95288,10358,3,1602,2294 -"234425",95288,14032,2,1602,2144 -"234426",95288,14108,3,1602,2012 -"234427",95288,14676,2,1602,2764 -"234428",95288,14731,3,1602,2012 -"234429",95288,18543,3,1602,2968 -"234430",95288,21275,3,1602,2609 -"234431",95288,24256,3,1602,2393 -"234432",95288,26793,3,1602,2104 -"234433",95288,29170,3,1602,1846 -"234434",95288,32919,3,1602,2321 -"234435",95288,35464,3,1602,2502 -"234436",95288,35926,3,1602,2371 -"234437",95288,41607,3,1602,2802 -"234438",95288,42216,3,1602,2722 -"234439",95288,42619,3,1602,2017 -"234440",95288,45545,3,1602,1776 -"234441",95288,55155,3,1602,2333 -"234442",95288,56854,3,1602,2022 -"234443",95288,66241,3,1602,2351 -"234444",95288,74605,3,1602,2265 -"234445",95288,75403,3,1602,1895 -"234446",95288,89880,3,1602,1938 -"234447",95288,92658,3,1602,2659 -"234448",95288,106555,3,1602,1626 -"234449",95288,108430,2,1602,1642 -"234450",95309,4723,3,687,1314 -"234451",95309,7984,3,687,2493 -"234452",95309,8913,3,687,968 -"234453",95309,9893,3,687,2701 -"234454",95309,11477,3,687,2724 -"234455",95309,14669,3,687,2080 -"234456",95309,15401,3,687,1999 -"234457",95309,16801,3,687,2008 -"234458",95309,23223,3,687,2094 -"234459",95309,32988,3,687,2008 -"234460",95309,38219,3,687,1689 -"234461",95309,44089,3,687,1632 -"234462",95309,46680,3,687,1690 -"234463",95309,52203,3,687,1961 -"234464",95309,53293,3,687,2916 -"234465",95309,53859,3,687,1817 -"234466",95309,55493,3,687,869 -"234467",95309,57549,2,687,2335 -"234468",95309,61921,3,687,1793 -"234469",95309,65155,3,687,1947 -"234470",95309,85784,3,687,1142 -"234471",95309,85949,3,687,1132 -"234472",95309,88887,3,687,1161 -"234473",95309,94444,3,687,1554 -"234474",95309,99215,3,687,2791 -"234475",95320,1519,3,262,2349 -"234476",95320,2852,3,262,2448 -"234477",95320,5106,3,262,2622 -"234478",95320,16864,3,262,814 -"234479",95320,17033,2,262,2771 -"234480",95320,17257,3,262,1117 -"234481",95320,18102,3,262,1642 -"234482",95320,20395,3,262,1468 -"234483",95320,23966,3,262,891 -"234484",95320,26793,3,262,2104 -"234485",95320,30057,2,262,504 -"234486",95320,36737,3,262,829 -"234487",95320,38915,3,262,746 -"234488",95320,64156,2,262,675 -"234489",95320,68931,2,262,2771 -"234490",95320,69545,3,262,673 -"234491",95320,70583,3,262,2615 -"234492",95320,85869,3,262,1509 -"234493",95320,95910,3,262,999 -"234494",95320,106240,2,262,705 -"234495",95338,388,3,915,1594 -"234496",95338,1560,2,915,2013 -"234497",95338,8525,3,915,1787 -"234498",95338,9716,3,915,1929 -"234499",95338,10200,3,915,2920 -"234500",95338,11429,3,915,2520 -"234501",95338,12973,3,915,1569 -"234502",95338,23015,3,915,1362 -"234503",95338,24086,1,915,2663 -"234504",95338,24860,2,915,1204 -"234505",95338,31541,3,915,1500 -"234506",95338,37342,3,915,2649 -"234507",95338,39443,3,915,2277 -"234508",95338,40392,3,915,1878 -"234509",95338,41185,3,915,1929 -"234510",95338,42883,3,915,2575 -"234511",95338,50430,2,915,1689 -"234512",95338,76230,3,915,1223 -"234513",95408,96435,2,2393,2765 -"234514",95416,237,3,982,1982 -"234515",95416,867,3,982,1264 -"234516",95416,2407,3,982,1725 -"234517",95416,4526,3,982,1728 -"234518",95416,5363,3,982,1791 -"234519",95416,6821,3,982,1788 -"234520",95416,9202,3,982,2477 -"234521",95416,10215,3,982,2006 -"234522",95416,12067,3,982,1213 -"234523",95416,13068,3,982,1778 -"234524",95416,13842,3,982,2250 -"234525",95416,16437,3,982,1956 -"234526",95416,16866,3,982,2718 -"234527",95416,18865,3,982,2676 -"234528",95416,19433,3,982,2504 -"234529",95416,19655,3,982,2706 -"234530",95416,19751,3,982,1630 -"234531",95416,21670,3,982,2158 -"234532",95416,21810,3,982,1579 -"234533",95416,25378,2,982,1245 -"234534",95416,27280,3,982,1965 -"234535",95416,27722,3,982,1266 -"234536",95416,30609,3,982,988 -"234537",95416,30891,2,982,1256 -"234538",95416,35822,3,982,1903 -"234539",95416,37752,3,982,2223 -"234540",95416,39062,3,982,2020 -"234541",95416,40623,3,982,2580 -"234542",95416,41969,3,982,2189 -"234543",95416,45480,3,982,1104 -"234544",95416,58829,1,982,1256 -"234545",95416,59039,3,982,2870 -"234546",95416,63395,3,982,2334 -"234547",95416,64967,3,982,2872 -"234548",95416,65188,3,982,2213 -"234549",95416,70070,3,982,2425 -"234550",95416,70422,3,982,1398 -"234551",95416,74795,3,982,1319 -"234552",95416,94625,3,982,2105 -"234553",95416,119524,3,982,1930 -"234554",95416,119921,2,982,1113 -"234555",95452,45595,1,761,1481 -"234556",95479,1323,3,896,1659 -"234557",95479,37108,3,896,1202 -"234558",95479,66205,3,896,2898 -"234559",95479,90709,3,896,1080 -"234560",95492,21,3,748,1385 -"234561",95492,160,2,748,2007 -"234562",95492,1641,3,748,1490 -"234563",95492,8865,3,748,2394 -"234564",95492,12473,3,748,801 -"234565",95492,12813,3,748,958 -"234566",95492,16690,3,748,2132 -"234567",95492,17033,3,748,2771 -"234568",95492,17351,3,748,2036 -"234569",95492,19364,3,748,2846 -"234570",95492,22709,3,748,2743 -"234571",95492,22723,3,748,2859 -"234572",95492,30034,3,748,2357 -"234573",95492,42373,3,748,871 -"234574",95492,55472,3,748,1516 -"234575",95492,64110,3,748,1331 -"234576",95492,69232,3,748,2130 -"234577",95492,77611,3,748,1795 -"234578",95492,83253,2,748,1102 -"234579",95496,358,3,46,798 -"234580",95496,361,2,46,1970 -"234581",95496,392,3,46,1915 -"234582",95496,671,3,46,2328 -"234583",95496,1127,3,46,1188 -"234584",95496,3306,3,46,1989 -"234585",95496,3714,3,46,2605 -"234586",95496,3946,3,46,1172 -"234587",95496,5685,3,46,181 -"234588",95496,10945,3,46,881 -"234589",95496,11419,3,46,1408 -"234590",95496,11477,3,46,2724 -"234591",95496,12684,3,46,2182 -"234592",95496,13201,3,46,2034 -"234593",95496,13929,3,46,2693 -"234594",95496,14091,3,46,929 -"234595",95496,14669,1,46,2080 -"234596",95496,15003,2,46,2067 -"234597",95496,15244,3,46,1600 -"234598",95496,15343,2,46,2125 -"234599",95496,17021,2,46,1226 -"234600",95496,17967,3,46,2125 -"234601",95496,21417,3,46,2422 -"234602",95496,23280,3,46,536 -"234603",95496,23301,3,46,1611 -"234604",95496,31659,3,46,543 -"234605",95496,32429,3,46,601 -"234606",95496,33722,3,46,1225 -"234607",95496,34426,3,46,2743 -"234608",95496,36446,2,46,1175 -"234609",95496,44160,3,46,859 -"234610",95496,44819,3,46,2063 -"234611",95496,45664,3,46,2235 -"234612",95496,45727,3,46,477 -"234613",95496,49759,3,46,2400 -"234614",95496,53859,3,46,1817 -"234615",95496,55691,2,46,2856 -"234616",95496,68215,2,46,2727 -"234617",95496,73266,3,46,2496 -"234618",95496,77057,3,46,1866 -"234619",95496,77095,3,46,1622 -"234620",95496,81239,3,46,547 -"234621",95496,82735,3,46,829 -"234622",95496,88887,3,46,1161 -"234623",95496,96301,3,46,818 -"234624",95496,99215,3,46,2791 -"234625",95496,110496,3,46,208 -"234626",95496,117932,3,46,926 -"234627",95560,1785,3,116,2350 -"234628",95560,2588,3,116,552 -"234629",95560,3360,3,116,1583 -"234630",95560,5064,3,116,1690 -"234631",95560,5346,3,116,1438 -"234632",95560,8896,2,116,1139 -"234633",95560,13034,3,116,698 -"234634",95560,15150,3,116,2801 -"234635",95560,15207,3,116,1855 -"234636",95560,15214,3,116,274 -"234637",95560,18550,3,116,483 -"234638",95560,18645,3,116,793 -"234639",95560,18820,2,116,453 -"234640",95560,18821,2,116,2075 -"234641",95560,18953,1,116,915 -"234642",95560,19002,3,116,2053 -"234643",95560,19048,2,116,2180 -"234644",95560,19397,3,116,2182 -"234645",95560,19542,3,116,570 -"234646",95560,20679,3,116,181 -"234647",95560,21942,1,116,2041 -"234648",95560,24044,2,116,1076 -"234649",95560,28899,3,116,376 -"234650",95560,33460,3,116,2781 -"234651",95560,39507,2,116,793 -"234652",95560,40113,3,116,451 -"234653",95560,42773,2,116,385 -"234654",95560,61921,3,116,1793 -"234655",95560,70011,3,116,2690 -"234656",95560,77174,3,116,747 -"234657",95560,77719,3,116,2086 -"234658",95560,82206,3,116,1597 -"234659",95560,83786,2,116,1614 -"234660",95560,83790,2,116,1637 -"234661",95560,87396,3,116,407 -"234662",95560,92630,3,116,1583 -"234663",95560,94520,3,116,1243 -"234664",95560,99237,2,116,783 -"234665",95560,119931,3,116,123 -"234666",95567,51084,1,529,2188 -"234667",95587,7984,3,810,2493 -"234668",95587,8913,3,810,968 -"234669",95587,13388,3,810,2119 -"234670",95587,15401,3,810,1999 -"234671",95587,16053,3,810,908 -"234672",95587,16625,3,810,1285 -"234673",95587,16826,3,810,2599 -"234674",95587,17997,3,810,1621 -"234675",95587,18103,2,810,1968 -"234676",95587,21249,3,810,1635 -"234677",95587,31069,1,810,1995 -"234678",95587,32988,3,810,2008 -"234679",95587,35186,3,810,1520 -"234680",95587,35529,3,810,1620 -"234681",95587,38219,3,810,1689 -"234682",95587,38227,3,810,2511 -"234683",95587,40432,3,810,1956 -"234684",95587,40645,3,810,1899 -"234685",95587,42505,3,810,2008 -"234686",95587,44160,3,810,859 -"234687",95587,44193,2,810,989 -"234688",95587,47386,3,810,2226 -"234689",95587,53968,3,810,2703 -"234690",95587,56807,3,810,1571 -"234691",95587,65155,3,810,1947 -"234692",95587,65322,3,810,2008 -"234693",95587,70996,3,810,1037 -"234694",95587,76511,3,810,1250 -"234695",95587,76999,3,810,908 -"234696",95587,84268,3,810,1217 -"234697",95587,89511,3,810,1205 -"234698",95587,103524,3,810,991 -"234699",95613,2716,3,317,1748 -"234700",95613,7970,2,317,1197 -"234701",95613,10401,1,317,863 -"234702",95613,10528,2,317,502 -"234703",95613,16201,3,317,1811 -"234704",95613,18393,3,317,860 -"234705",95613,22180,1,317,1835 -"234706",95613,22455,2,317,1197 -"234707",95613,28635,3,317,2368 -"234708",95613,32103,3,317,1491 -"234709",95613,32964,1,317,2252 -"234710",95613,39556,3,317,2747 -"234711",95613,43635,3,317,1196 -"234712",95613,57732,3,317,2454 -"234713",95613,61613,3,317,1189 -"234714",95613,70714,1,317,2030 -"234715",95613,79234,3,317,1611 -"234716",95613,79937,3,317,554 -"234717",95613,85397,3,317,1219 -"234718",95613,88039,1,317,1219 -"234719",95613,99152,3,317,1698 -"234720",95613,106318,3,317,1698 -"234721",95643,4929,3,797,2240 -"234722",95643,6234,3,797,2654 -"234723",95643,6324,3,797,1990 -"234724",95643,9423,3,797,1708 -"234725",95643,12081,3,797,2166 -"234726",95643,18670,3,797,1835 -"234727",95643,21079,3,797,1997 -"234728",95643,23312,3,797,2449 -"234729",95643,38307,3,797,2648 -"234730",95643,49470,3,797,1528 -"234731",95643,52032,3,797,2853 -"234732",95643,53120,3,797,975 -"234733",95643,70573,3,797,1993 -"234734",95643,106231,2,797,858 -"234735",95644,267,3,1531,2631 -"234736",95644,1875,3,1531,1786 -"234737",95644,4671,3,1531,2280 -"234738",95644,11103,3,1531,2393 -"234739",95644,19096,3,1531,1538 -"234740",95644,20070,3,1531,1914 -"234741",95644,22207,3,1531,2365 -"234742",95644,28635,3,1531,2368 -"234743",95644,43385,3,1531,1623 -"234744",95644,48384,3,1531,2057 -"234745",95644,48571,3,1531,2717 -"234746",95644,55604,3,1531,2342 -"234747",95644,82681,3,1531,1620 -"234748",95647,7181,3,1172,1421 -"234749",95647,8865,3,1172,2394 -"234750",95647,19937,3,1172,1587 -"234751",95647,35903,3,1172,1434 -"234752",95647,48377,3,1172,1927 -"234753",95647,62966,3,1172,1282 -"234754",95653,7257,3,1440,1915 -"234755",95653,16910,3,1440,1978 -"234756",95653,22932,3,1440,2469 -"234757",95653,46049,3,1440,2102 -"234758",95653,55742,2,1440,2006 -"234759",95653,58711,3,1440,2746 -"234760",95653,67150,3,1440,2633 -"234761",95653,78227,3,1440,1745 -"234762",95653,78611,3,1440,1586 -"234763",95661,3100,2,872,2524 -"234764",95661,3403,3,872,2951 -"234765",95661,3786,2,872,2282 -"234766",95661,4144,3,872,1520 -"234767",95661,6071,3,872,2310 -"234768",95661,6432,3,872,2297 -"234769",95661,9050,3,872,2026 -"234770",95661,9727,3,872,2327 -"234771",95661,9912,2,872,1356 -"234772",95661,11135,1,872,2441 -"234773",95661,12031,3,872,1957 -"234774",95661,15502,2,872,2637 -"234775",95661,15916,3,872,1236 -"234776",95661,16833,3,872,1661 -"234777",95661,19687,2,872,2072 -"234778",95661,19972,3,872,2078 -"234779",95661,20517,3,872,1465 -"234780",95661,21895,3,872,1693 -"234781",95661,21976,2,872,1808 -"234782",95661,23639,2,872,2065 -"234783",95661,23731,3,872,1656 -"234784",95661,24116,3,872,1413 -"234785",95661,24441,3,872,2256 -"234786",95661,25270,1,872,985 -"234787",95661,25286,2,872,1545 -"234788",95661,26567,1,872,1158 -"234789",95661,28567,3,872,2398 -"234790",95661,34055,3,872,1881 -"234791",95661,42486,3,872,1951 -"234792",95661,43250,3,872,1300 -"234793",95661,45487,2,872,2256 -"234794",95661,47330,3,872,2422 -"234795",95661,47827,3,872,1957 -"234796",95661,51448,2,872,1593 -"234797",95661,54661,3,872,1949 -"234798",95661,55436,3,872,2513 -"234799",95661,56212,3,872,1410 -"234800",95661,56673,3,872,2419 -"234801",95661,56726,3,872,969 -"234802",95661,57383,3,872,1302 -"234803",95661,62498,2,872,1698 -"234804",95661,65223,3,872,2724 -"234805",95661,78460,1,872,985 -"234806",95661,79236,3,872,1505 -"234807",95661,79404,3,872,1079 -"234808",95661,80061,3,872,1223 -"234809",95661,80896,3,872,943 -"234810",95661,81134,2,872,1384 -"234811",95661,83133,3,872,1055 -"234812",95661,85264,3,872,1236 -"234813",95661,92381,2,872,1237 -"234814",95661,92947,3,872,1289 -"234815",95661,93317,2,872,1223 -"234816",95661,93670,3,872,1682 -"234817",95661,94399,3,872,963 -"234818",95661,99194,3,872,1271 -"234819",95661,99955,3,872,1223 -"234820",95661,104542,2,872,897 -"234821",95661,104659,3,872,2026 -"234822",95661,106554,3,872,1270 -"234823",95661,114769,3,872,1108 -"234824",95661,116792,2,872,2397 -"234825",95680,270,3,801,2542 -"234826",95680,472,3,801,964 -"234827",95680,1044,3,801,880 -"234828",95680,1175,3,801,1642 -"234829",95680,2424,2,801,2582 -"234830",95680,2533,3,801,2016 -"234831",95680,2694,3,801,2062 -"234832",95680,3305,3,801,2839 -"234833",95680,3506,3,801,2364 -"234834",95680,3849,3,801,1356 -"234835",95680,3966,3,801,2425 -"234836",95680,4107,3,801,987 -"234837",95680,7118,3,801,966 -"234838",95680,8238,3,801,2222 -"234839",95680,15813,2,801,2143 -"234840",95680,17571,2,801,953 -"234841",95680,17931,2,801,1617 -"234842",95680,21197,3,801,1437 -"234843",95680,21198,3,801,935 -"234844",95680,21285,3,801,2100 -"234845",95680,22682,3,801,2035 -"234846",95680,26234,3,801,2183 -"234847",95680,27796,3,801,2151 -"234848",95680,31705,3,801,2706 -"234849",95680,32131,3,801,1035 -"234850",95680,36637,2,801,2085 -"234851",95680,38263,3,801,2475 -"234852",95680,40009,3,801,1341 -"234853",95680,43455,3,801,2846 -"234854",95680,43481,3,801,875 -"234855",95680,46629,3,801,2255 -"234856",95680,50179,3,801,2230 -"234857",95680,51022,3,801,1499 -"234858",95680,52576,3,801,2234 -"234859",95680,58078,2,801,1252 -"234860",95680,61975,3,801,983 -"234861",95680,61982,3,801,2725 -"234862",95680,66756,3,801,1301 -"234863",95680,69348,3,801,2783 -"234864",95680,70603,3,801,1002 -"234865",95680,71971,3,801,1294 -"234866",95680,74377,3,801,1285 -"234867",95680,76196,3,801,1643 -"234868",95680,76892,2,801,2381 -"234869",95680,79837,3,801,1252 -"234870",95680,94404,2,801,1836 -"234871",95680,98080,1,801,1265 -"234872",95682,3477,3,881,2546 -"234873",95682,5350,3,881,2522 -"234874",95682,6063,3,881,2349 -"234875",95682,12462,2,881,1461 -"234876",95682,12779,3,881,936 -"234877",95682,18217,3,881,1566 -"234878",95682,33223,3,881,2397 -"234879",95682,40542,3,881,1664 -"234880",95682,52953,3,881,1741 -"234881",95682,73192,2,881,1955 -"234882",95690,364,3,765,2351 -"234883",95690,680,2,765,2569 -"234884",95690,1314,3,765,1522 -"234885",95690,1519,3,765,2349 -"234886",95690,2852,3,765,2448 -"234887",95690,3254,3,765,1258 -"234888",95690,3493,3,765,2451 -"234889",95690,3978,3,765,2775 -"234890",95690,4303,3,765,2414 -"234891",95690,4430,3,765,2019 -"234892",95690,5106,3,765,2622 -"234893",95690,5683,3,765,2468 -"234894",95690,5897,2,765,2337 -"234895",95690,7997,3,765,2049 -"234896",95690,8610,3,765,2240 -"234897",95690,8777,3,765,1620 -"234898",95690,9787,3,765,2858 -"234899",95690,10373,3,765,2436 -"234900",95690,10453,3,765,1656 -"234901",95690,12759,3,765,2414 -"234902",95690,14781,3,765,2338 -"234903",95690,14998,3,765,1553 -"234904",95690,15095,3,765,2001 -"234905",95690,17033,3,765,2771 -"234906",95690,18102,2,765,1642 -"234907",95690,18122,3,765,894 -"234908",95690,18124,3,765,1642 -"234909",95690,18381,3,765,1524 -"234910",95690,18421,3,765,2457 -"234911",95690,19655,3,765,2706 -"234912",95690,20395,3,765,1468 -"234913",95690,20941,2,765,2725 -"234914",95690,21207,3,765,1258 -"234915",95690,22244,3,765,2139 -"234916",95690,23000,3,765,1815 -"234917",95690,23966,3,765,891 -"234918",95690,25373,3,765,2783 -"234919",95690,26182,3,765,2775 -"234920",95690,27320,2,765,2378 -"234921",95690,27882,3,765,1897 -"234922",95690,28904,3,765,926 -"234923",95690,29473,3,765,2602 -"234924",95690,30334,3,765,2075 -"234925",95690,32470,3,765,1539 -"234926",95690,33665,3,765,787 -"234927",95690,33870,3,765,955 -"234928",95690,35004,3,765,1509 -"234929",95690,35715,3,765,2912 -"234930",95690,35797,3,765,2482 -"234931",95690,36514,3,765,1192 -"234932",95690,36737,2,765,829 -"234933",95690,37636,3,765,2178 -"234934",95690,38691,3,765,2585 -"234935",95690,40392,3,765,1878 -"234936",95690,40572,3,765,2666 -"234937",95690,41723,3,765,2101 -"234938",95690,42006,3,765,862 -"234939",95690,43204,3,765,1680 -"234940",95690,44074,3,765,1299 -"234941",95690,44341,3,765,1230 -"234942",95690,45480,3,765,1104 -"234943",95690,46982,2,765,2806 -"234944",95690,47013,2,765,2388 -"234945",95690,47375,3,765,2043 -"234946",95690,50585,3,765,2414 -"234947",95690,51783,3,765,2599 -"234948",95690,55413,3,765,2129 -"234949",95690,58875,3,765,1899 -"234950",95690,62715,2,765,1838 -"234951",95690,63644,3,765,1267 -"234952",95690,65856,3,765,2504 -"234953",95690,67617,3,765,1149 -"234954",95690,68345,2,765,1095 -"234955",95690,69037,3,765,849 -"234956",95690,70126,3,765,1158 -"234957",95690,76143,3,765,1610 -"234958",95690,80606,3,765,2079 -"234959",95690,90719,3,765,1234 -"234960",95690,91279,3,765,966 -"234961",95690,92678,3,765,1769 -"234962",95690,94525,3,765,1993 -"234963",95690,97309,3,765,1740 -"234964",95690,111790,3,765,905 -"234965",95708,360,3,433,1671 -"234966",95708,728,3,433,1812 -"234967",95708,2743,3,433,1278 -"234968",95708,3242,3,433,1730 -"234969",95708,4066,3,433,1736 -"234970",95708,6133,3,433,1229 -"234971",95708,7014,3,433,2401 -"234972",95708,8726,3,433,2083 -"234973",95708,10607,3,433,507 -"234974",95708,12586,3,433,613 -"234975",95708,12655,3,433,674 -"234976",95708,15594,2,433,753 -"234977",95708,15683,3,433,1729 -"234978",95708,16351,2,433,893 -"234979",95708,18965,3,433,2315 -"234980",95708,20824,3,433,1366 -"234981",95708,21407,3,433,2728 -"234982",95708,22260,3,433,2137 -"234983",95708,25722,3,433,1697 -"234984",95708,26286,3,433,2023 -"234985",95708,31303,2,433,1040 -"234986",95708,31700,3,433,2727 -"234987",95708,34216,3,433,2832 -"234988",95708,34472,3,433,837 -"234989",95708,34908,3,433,2796 -"234990",95708,37279,2,433,2768 -"234991",95708,37937,3,433,1320 -"234992",95708,41381,2,433,829 -"234993",95708,43360,1,433,979 -"234994",95708,53924,3,433,1289 -"234995",95708,58035,3,433,1646 -"234996",95708,64704,2,433,1359 -"234997",95708,68398,2,433,978 -"234998",95708,70854,3,433,635 -"234999",95708,85736,3,433,1601 -"235000",95708,87509,2,433,1907 -"235001",95708,96300,3,433,2594 -"235002",95730,1574,3,1481,1718 -"235003",95730,9273,3,1481,1747 -"235004",95730,16347,3,1481,1868 -"235005",95730,20200,3,1481,2322 -"235006",95730,25053,3,1481,2186 -"235007",95730,30096,3,1481,2082 -"235008",95730,32419,3,1481,1909 -"235009",95730,42382,3,1481,2224 -"235010",95730,58536,3,1481,2742 -"235011",95730,85525,3,1481,1718 -"235012",95757,7896,3,1232,2447 -"235013",95757,8623,3,1232,2463 -"235014",95757,11419,3,1232,1408 -"235015",95757,23692,3,1232,1540 -"235016",95757,26336,3,1232,1904 -"235017",95757,45355,3,1232,1450 -"235018",95757,47529,2,1232,2914 -"235019",95757,49414,3,1232,1667 -"235020",95757,50630,3,1232,2615 -"235021",95757,51758,2,1232,2310 -"235022",95757,51879,3,1232,1771 -"235023",95785,5962,3,1156,2491 -"235024",95785,6119,3,1156,2358 -"235025",95785,16286,3,1156,2470 -"235026",95785,69232,3,1156,2130 -"235027",95785,81753,3,1156,1736 -"235028",95836,4936,2,760,897 -"235029",95836,9057,2,760,2629 -"235030",95836,11620,3,760,2010 -"235031",95836,16940,3,760,1290 -"235032",95836,20311,2,760,1981 -"235033",95836,20975,3,760,1305 -"235034",95836,21198,3,760,935 -"235035",95836,21693,3,760,2176 -"235036",95836,22282,3,760,1418 -"235037",95836,22326,3,760,2818 -"235038",95836,22362,3,760,1836 -"235039",95836,23450,3,760,967 -"235040",95836,25577,3,760,1946 -"235041",95836,26903,3,760,2092 -"235042",95836,27849,3,760,1316 -"235043",95836,31338,3,760,917 -"235044",95836,31691,3,760,1657 -"235045",95836,33801,3,760,2899 -"235046",95836,34136,3,760,2202 -"235047",95836,38019,3,760,1870 -"235048",95836,52576,3,760,2234 -"235049",95836,56317,2,760,2030 -"235050",95836,58508,3,760,2326 -"235051",95836,71342,3,760,1289 -"235052",95836,73128,3,760,1549 -"235053",95836,77305,3,760,965 -"235054",95836,81588,2,760,1568 -"235055",95836,82949,3,760,2077 -"235056",95836,88232,3,760,2881 -"235057",95836,89097,2,760,935 -"235058",95846,2798,3,1324,1673 -"235059",95846,5622,3,1324,2175 -"235060",95846,7942,3,1324,2623 -"235061",95846,9057,3,1324,2629 -"235062",95846,24512,3,1324,1369 -"235063",95846,31530,3,1324,1661 -"235064",95846,31898,3,1324,1916 -"235065",95846,39294,3,1324,1889 -"235066",95851,4602,3,750,2446 -"235067",95851,10343,2,750,1072 -"235068",95851,13051,3,750,2692 -"235069",95851,20049,1,750,877 -"235070",95851,26080,3,750,2525 -"235071",95851,27391,3,750,2378 -"235072",95851,30016,3,750,1124 -"235073",95851,31927,3,750,818 -"235074",95851,36031,3,750,2342 -"235075",95851,39337,3,750,775 -"235076",95851,39746,2,750,1361 -"235077",95851,42254,2,750,1052 -"235078",95851,44564,3,750,2034 -"235079",95851,54388,3,750,1257 -"235080",95851,63701,3,750,1620 -"235081",95851,89681,3,750,1978 -"235082",95851,111855,3,750,1909 -"235083",95851,119978,3,750,815 -"235084",95852,13315,1,2045,2516 -"235085",95879,14,3,1748,1793 -"235086",95879,1767,3,1748,2727 -"235087",95879,3068,1,1748,1815 -"235088",95879,3980,3,1748,2771 -"235089",95879,4249,3,1748,2547 -"235090",95879,4784,2,1748,2511 -"235091",95879,6020,2,1748,1864 -"235092",95879,11625,3,1748,2022 -"235093",95879,13158,3,1748,2667 -"235094",95879,14172,3,1748,1923 -"235095",95879,17943,3,1748,1943 -"235096",95879,19317,3,1748,2041 -"235097",95879,20732,3,1748,2401 -"235098",95879,21358,2,1748,1970 -"235099",95879,23726,3,1748,2434 -"235100",95879,25941,3,1748,2369 -"235101",95879,30236,3,1748,2238 -"235102",95879,30827,3,1748,2323 -"235103",95879,31950,3,1748,2217 -"235104",95879,41489,3,1748,2006 -"235105",95879,42216,3,1748,2722 -"235106",95879,43404,3,1748,2649 -"235107",95879,45297,2,1748,1864 -"235108",95879,48823,1,1748,2080 -"235109",95879,54488,3,1748,2357 -"235110",95879,68813,3,1748,2511 -"235111",95879,82217,3,1748,2441 -"235112",95910,1203,3,999,1350 -"235113",95910,2540,3,999,1398 -"235114",95910,3127,3,999,2273 -"235115",95910,4660,3,999,2149 -"235116",95910,5106,2,999,2622 -"235117",95910,5599,3,999,1684 -"235118",95910,5614,3,999,2122 -"235119",95910,9227,3,999,1267 -"235120",95910,10087,3,999,1617 -"235121",95910,10754,3,999,1797 -"235122",95910,11136,3,999,2573 -"235123",95910,11990,3,999,1909 -"235124",95910,13068,3,999,1778 -"235125",95910,14781,3,999,2338 -"235126",95910,16684,3,999,1657 -"235127",95910,17033,2,999,2771 -"235128",95910,20395,3,999,1468 -"235129",95910,28357,2,999,1134 -"235130",95910,29267,3,999,1234 -"235131",95910,29286,3,999,1612 -"235132",95910,34057,3,999,1657 -"235133",95910,36953,3,999,2790 -"235134",95910,37036,3,999,2264 -"235135",95910,37424,3,999,1693 -"235136",95910,39534,2,999,2410 -"235137",95910,39999,3,999,1593 -"235138",95910,40572,3,999,2666 -"235139",95910,41338,3,999,1553 -"235140",95910,42813,3,999,2142 -"235141",95910,44025,1,999,1935 -"235142",95910,44877,3,999,1219 -"235143",95910,45480,3,999,1104 -"235144",95910,46486,2,999,1868 -"235145",95910,49347,3,999,2504 -"235146",95910,63641,3,999,2337 -"235147",95910,66717,3,999,2104 -"235148",95910,68931,3,999,2771 -"235149",95910,70583,3,999,2615 -"235150",95910,71467,3,999,1051 -"235151",95910,72438,2,999,1397 -"235152",95910,72535,3,999,1191 -"235153",95910,90709,3,999,1080 -"235154",95910,90719,3,999,1234 -"235155",95910,90789,3,999,1218 -"235156",95910,98058,3,999,1891 -"235157",95910,107383,3,999,1918 -"235158",95922,51783,3,221,2599 -"235159",95939,17257,3,958,1117 -"235160",95939,35589,3,958,983 -"235161",95939,99288,3,958,983 -"235162",95979,10859,3,1722,2231 -"235163",95979,15626,3,1722,2434 -"235164",95979,35888,3,1722,2291 -"235165",95979,53031,3,1722,2065 -"235166",95979,53323,3,1722,2677 -"235167",95979,53608,3,1722,1986 -"235168",95988,5515,2,399,2385 -"235169",95998,21044,2,1250,1574 -"235170",95998,38697,3,1250,2701 -"235171",95998,43768,3,1250,1468 -"235172",96000,1592,3,1789,2006 -"235173",96000,7703,3,1789,2122 -"235174",96000,10222,2,1789,2212 -"235175",96000,16497,3,1789,2370 -"235176",96000,18277,3,1789,2309 -"235177",96000,24198,1,1789,2217 -"235178",96000,88232,3,1789,2881 -"235179",96007,1314,3,895,1522 -"235180",96007,1519,3,895,2349 -"235181",96007,2226,3,895,2225 -"235182",96007,2429,2,895,999 -"235183",96007,2489,3,895,1537 -"235184",96007,2852,3,895,2448 -"235185",96007,3493,3,895,2451 -"235186",96007,4001,3,895,1687 -"235187",96007,4032,3,895,1763 -"235188",96007,4066,3,895,1736 -"235189",96007,4367,3,895,2794 -"235190",96007,4660,1,895,2149 -"235191",96007,5106,3,895,2622 -"235192",96007,5346,3,895,1438 -"235193",96007,5363,3,895,1791 -"235194",96007,5683,3,895,2468 -"235195",96007,8062,3,895,2858 -"235196",96007,8726,3,895,2083 -"235197",96007,8791,3,895,1789 -"235198",96007,9785,3,895,2951 -"235199",96007,10350,3,895,1163 -"235200",96007,11424,3,895,1631 -"235201",96007,12067,3,895,1213 -"235202",96007,12361,3,895,2732 -"235203",96007,13079,3,895,2547 -"235204",96007,13400,3,895,1371 -"235205",96007,14754,3,895,2456 -"235206",96007,14817,3,895,2110 -"235207",96007,15207,3,895,1855 -"235208",96007,16501,3,895,1650 -"235209",96007,16690,3,895,2132 -"235210",96007,17033,3,895,2771 -"235211",96007,17230,3,895,1965 -"235212",96007,17257,3,895,1117 -"235213",96007,19655,3,895,2706 -"235214",96007,20355,2,895,2111 -"235215",96007,20395,3,895,1468 -"235216",96007,20941,3,895,2725 -"235217",96007,21383,3,895,971 -"235218",96007,21681,3,895,2005 -"235219",96007,23398,3,895,896 -"235220",96007,23756,3,895,2309 -"235221",96007,27686,2,895,2844 -"235222",96007,27897,3,895,1968 -"235223",96007,28081,3,895,1927 -"235224",96007,28357,3,895,1134 -"235225",96007,28909,3,895,978 -"235226",96007,29267,3,895,1234 -"235227",96007,30368,3,895,2487 -"235228",96007,31335,3,895,2351 -"235229",96007,32202,2,895,2314 -"235230",96007,32479,3,895,969 -"235231",96007,34831,3,895,1866 -"235232",96007,35456,3,895,2358 -"235233",96007,35589,3,895,983 -"235234",96007,36487,2,895,2622 -"235235",96007,37059,3,895,2840 -"235236",96007,37424,3,895,1693 -"235237",96007,37859,3,895,1999 -"235238",96007,38373,3,895,1928 -"235239",96007,38513,3,895,914 -"235240",96007,38691,3,895,2585 -"235241",96007,39062,3,895,2020 -"235242",96007,39249,2,895,1665 -"235243",96007,39534,2,895,2410 -"235244",96007,40572,3,895,2666 -"235245",96007,41023,3,895,2408 -"235246",96007,41581,3,895,1692 -"235247",96007,43673,3,895,2787 -"235248",96007,44074,3,895,1299 -"235249",96007,44877,3,895,1219 -"235250",96007,46119,3,895,2084 -"235251",96007,46384,3,895,2285 -"235252",96007,47013,3,895,2388 -"235253",96007,49347,3,895,2504 -"235254",96007,50354,3,895,1299 -"235255",96007,51144,3,895,2466 -"235256",96007,51774,2,895,2459 -"235257",96007,51879,3,895,1771 -"235258",96007,58229,3,895,1202 -"235259",96007,62626,3,895,2787 -"235260",96007,63641,1,895,2337 -"235261",96007,66717,1,895,2104 -"235262",96007,70583,3,895,2615 -"235263",96007,72438,3,895,1397 -"235264",96007,72535,1,895,1191 -"235265",96007,72632,3,895,1289 -"235266",96007,78423,2,895,2840 -"235267",96007,78842,2,895,904 -"235268",96007,80338,3,895,2059 -"235269",96007,82341,3,895,1515 -"235270",96007,82932,3,895,2245 -"235271",96007,85198,3,895,1794 -"235272",96007,87958,2,895,1234 -"235273",96007,90789,3,895,1218 -"235274",96007,92297,3,895,2952 -"235275",96007,94520,3,895,1243 -"235276",96007,95910,3,895,999 -"235277",96007,99288,3,895,983 -"235278",96007,107435,3,895,1635 -"235279",96007,122453,3,895,1591 -"235280",96059,2452,2,1286,1715 -"235281",96059,38373,2,1286,1928 -"235282",96059,39249,3,1286,1665 -"235283",96059,44557,3,1286,2371 -"235284",96059,61443,3,1286,2770 -"235285",96059,74474,2,1286,2338 -"235286",96059,96365,3,1286,1700 -"235287",96068,1708,3,215,1591 -"235288",96068,5864,3,215,1197 -"235289",96068,10875,3,215,1234 -"235290",96068,12084,2,215,1960 -"235291",96068,14772,3,215,2386 -"235292",96068,16910,3,215,1978 -"235293",96068,23879,3,215,438 -"235294",96068,23963,2,215,647 -"235295",96068,25530,3,215,2884 -"235296",96068,28090,3,215,1755 -"235297",96068,32849,3,215,975 -"235298",96068,41004,2,215,2561 -"235299",96068,42175,3,215,1594 -"235300",96068,46602,2,215,2786 -"235301",96068,51516,3,215,1361 -"235302",96068,56396,3,215,2408 -"235303",96068,60966,3,215,2734 -"235304",96068,68888,1,215,2786 -"235305",96068,73266,3,215,2496 -"235306",96068,104195,3,215,1187 -"235307",96068,105077,2,215,920 -"235308",96068,111004,3,215,796 -"235309",96073,160,3,568,2007 -"235310",96073,1702,3,568,1984 -"235311",96073,2120,3,568,1133 -"235312",96073,2226,3,568,2225 -"235313",96073,2407,3,568,1725 -"235314",96073,5792,3,568,975 -"235315",96073,7450,2,568,2827 -"235316",96073,7798,2,568,949 -"235317",96073,8865,3,568,2394 -"235318",96073,9391,3,568,1252 -"235319",96073,10148,3,568,2964 -"235320",96073,11383,3,568,977 -"235321",96073,11518,3,568,803 -"235322",96073,22317,3,568,1552 -"235323",96073,25327,3,568,977 -"235324",96073,28440,3,568,675 -"235325",96073,30906,3,568,2537 -"235326",96073,32202,3,568,2314 -"235327",96073,35133,2,568,2219 -"235328",96073,35903,3,568,1434 -"235329",96073,42715,3,568,987 -"235330",96073,45355,3,568,1450 -"235331",96073,46261,3,568,2350 -"235332",96073,46486,3,568,1868 -"235333",96073,47965,3,568,2232 -"235334",96073,55072,2,568,612 -"235335",96073,61240,3,568,2651 -"235336",96073,67942,3,568,973 -"235337",96073,76507,2,568,1437 -"235338",96073,86162,3,568,703 -"235339",96073,90709,2,568,1080 -"235340",96073,99332,3,568,873 -"235341",96073,102530,3,568,880 -"235342",96132,6055,3,1489,2651 -"235343",96132,7616,3,1489,2296 -"235344",96132,8275,3,1489,2237 -"235345",96132,12692,3,1489,1855 -"235346",96132,15207,2,1489,1855 -"235347",96132,16539,3,1489,1947 -"235348",96132,19593,2,1489,2013 -"235349",96132,23006,3,1489,1532 -"235350",96132,27104,3,1489,1608 -"235351",96132,28131,3,1489,1492 -"235352",96132,36441,3,1489,2796 -"235353",96132,41108,3,1489,1624 -"235354",96132,42799,2,1489,2729 -"235355",96132,45903,3,1489,2237 -"235356",96132,46635,2,1489,2528 -"235357",96132,55076,3,1489,2408 -"235358",96132,56903,2,1489,1584 -"235359",96132,62148,3,1489,1566 -"235360",96132,68024,3,1489,1531 -"235361",96132,76356,3,1489,2323 -"235362",96132,85356,1,1489,1492 -"235363",96132,86785,2,1489,1607 -"235364",96169,13024,3,2356,2468 -"235365",96169,18954,3,2356,2364 -"235366",96169,51265,3,2356,2670 -"235367",96197,3968,3,1670,2712 -"235368",96197,8525,3,1670,1787 -"235369",96197,14623,3,1670,2043 -"235370",96197,23302,3,1670,2677 -"235371",96197,24610,3,1670,2733 -"235372",96197,30317,3,1670,2431 -"235373",96197,32939,2,1670,2277 -"235374",96197,56737,3,1670,2270 -"235375",96197,57804,3,1670,2214 -"235376",96197,96387,3,1670,2159 -"235377",96225,14108,3,1760,2012 -"235378",96225,41969,3,1760,2189 -"235379",96226,6047,3,1412,2004 -"235380",96226,15700,3,1412,1712 -"235381",96226,39516,3,1412,2393 -"235382",96300,21407,2,2594,2728 -"235383",96300,35477,3,2594,2703 -"235384",96300,37279,2,2594,2768 -"235385",96301,1386,3,818,1901 -"235386",96301,9030,3,818,1979 -"235387",96301,10945,2,818,881 -"235388",96301,11419,2,818,1408 -"235389",96301,13201,3,818,2034 -"235390",96301,14669,3,818,2080 -"235391",96301,14772,3,818,2386 -"235392",96301,15343,3,818,2125 -"235393",96301,16029,3,818,1160 -"235394",96301,17021,3,818,1226 -"235395",96301,17967,2,818,2125 -"235396",96301,21417,3,818,2422 -"235397",96301,23301,3,818,1611 -"235398",96301,25541,3,818,917 -"235399",96301,29756,2,818,2051 -"235400",96301,29791,3,818,1986 -"235401",96301,33722,1,818,1225 -"235402",96301,34311,3,818,2213 -"235403",96301,35542,3,818,1439 -"235404",96301,38908,3,818,1787 -"235405",96301,42814,3,818,1149 -"235406",96301,44684,3,818,1220 -"235407",96301,45664,3,818,2235 -"235408",96301,55691,3,818,2856 -"235409",96301,56396,3,818,2408 -"235410",96301,61336,2,818,2218 -"235411",96301,68215,3,818,2727 -"235412",96301,73266,1,818,2496 -"235413",96301,77057,3,818,1866 -"235414",96301,77095,3,818,1622 -"235415",96301,80655,3,818,1546 -"235416",96301,82735,3,818,829 -"235417",96301,86279,3,818,1076 -"235418",96301,87198,3,818,1462 -"235419",96301,89586,3,818,1401 -"235420",96301,90501,2,818,2380 -"235421",96301,117932,2,818,926 -"235422",96308,2063,3,521,1278 -"235423",96308,3167,3,521,1676 -"235424",96308,3961,3,521,2426 -"235425",96308,5239,3,521,2875 -"235426",96308,5363,3,521,1791 -"235427",96308,7196,1,521,1508 -"235428",96308,7269,3,521,1728 -"235429",96308,7984,2,521,2493 -"235430",96308,8913,2,521,968 -"235431",96308,11477,2,521,2724 -"235432",96308,11546,3,521,1174 -"235433",96308,13780,3,521,2412 -"235434",96308,14943,2,521,1942 -"235435",96308,15401,2,521,1999 -"235436",96308,16625,2,521,1285 -"235437",96308,16801,3,521,2008 -"235438",96308,16826,3,521,2599 -"235439",96308,17484,3,521,1256 -"235440",96308,17934,3,521,1059 -"235441",96308,17997,3,521,1621 -"235442",96308,18103,3,521,1968 -"235443",96308,18735,3,521,1581 -"235444",96308,20067,3,521,2390 -"235445",96308,20311,3,521,1981 -"235446",96308,24586,3,521,2465 -"235447",96308,25271,3,521,1172 -"235448",96308,26713,3,521,1235 -"235449",96308,27860,3,521,1588 -"235450",96308,28582,3,521,2698 -"235451",96308,28731,3,521,955 -"235452",96308,28784,2,521,1579 -"235453",96308,29456,3,521,1182 -"235454",96308,30747,3,521,2455 -"235455",96308,31069,3,521,1995 -"235456",96308,31700,3,521,2727 -"235457",96308,32988,1,521,2008 -"235458",96308,33241,3,521,632 -"235459",96308,33801,3,521,2899 -"235460",96308,34158,3,521,2639 -"235461",96308,36862,3,521,2655 -"235462",96308,37937,3,521,1320 -"235463",96308,38219,2,521,1689 -"235464",96308,38449,3,521,1802 -"235465",96308,40432,2,521,1956 -"235466",96308,40645,3,521,1899 -"235467",96308,42505,2,521,2008 -"235468",96308,44720,3,521,1202 -"235469",96308,45959,3,521,1880 -"235470",96308,46040,3,521,2105 -"235471",96308,47435,3,521,878 -"235472",96308,51410,3,521,2739 -"235473",96308,55139,3,521,2323 -"235474",96308,56237,3,521,2625 -"235475",96308,63328,3,521,922 -"235476",96308,64786,3,521,870 -"235477",96308,65155,2,521,1947 -"235478",96308,65203,3,521,1597 -"235479",96308,65322,2,521,2008 -"235480",96308,70736,3,521,1512 -"235481",96308,70854,3,521,635 -"235482",96308,74730,3,521,535 -"235483",96308,76511,3,521,1250 -"235484",96308,78150,3,521,2581 -"235485",96308,78569,3,521,578 -"235486",96308,79815,3,521,1713 -"235487",96308,82301,3,521,1621 -"235488",96308,82409,3,521,1881 -"235489",96308,82767,3,521,1641 -"235490",96308,85875,3,521,957 -"235491",96308,89511,3,521,1205 -"235492",96308,92757,2,521,2615 -"235493",96308,96352,3,521,1493 -"235494",96308,97160,2,521,1215 -"235495",96308,106620,3,521,1177 -"235496",96310,21,3,1016,1385 -"235497",96310,750,3,1016,1327 -"235498",96310,1108,2,1016,1600 -"235499",96310,1314,3,1016,1522 -"235500",96310,1349,3,1016,1147 -"235501",96310,1846,3,1016,1845 -"235502",96310,2936,3,1016,2512 -"235503",96310,2959,3,1016,1785 -"235504",96310,3493,3,1016,2451 -"235505",96310,4526,3,1016,1728 -"235506",96310,4660,3,1016,2149 -"235507",96310,5683,2,1016,2468 -"235508",96310,7451,3,1016,1254 -"235509",96310,7942,3,1016,2623 -"235510",96310,8923,2,1016,1266 -"235511",96310,8984,3,1016,1162 -"235512",96310,9503,3,1016,2453 -"235513",96310,11728,3,1016,1121 -"235514",96310,12948,3,1016,2669 -"235515",96310,17388,2,1016,1023 -"235516",96310,17645,3,1016,1918 -"235517",96310,18005,3,1016,2449 -"235518",96310,20941,3,1016,2725 -"235519",96310,21207,3,1016,1258 -"235520",96310,23692,3,1016,1540 -"235521",96310,27320,2,1016,2378 -"235522",96310,31335,3,1016,2351 -"235523",96310,32470,3,1016,1539 -"235524",96310,34094,3,1016,1360 -"235525",96310,37522,3,1016,1270 -"235526",96310,38087,2,1016,1083 -"235527",96310,42331,3,1016,1585 -"235528",96310,45905,3,1016,2785 -"235529",96310,46650,3,1016,1330 -"235530",96310,59485,3,1016,1564 -"235531",96310,60258,2,1016,2405 -"235532",96310,60808,3,1016,1258 -"235533",96310,63644,3,1016,1267 -"235534",96310,67617,1,1016,1149 -"235535",96310,67815,3,1016,2476 -"235536",96310,68539,3,1016,1158 -"235537",96310,72986,1,1016,1055 -"235538",96310,74370,3,1016,1667 -"235539",96310,100048,3,1016,1573 -"235540",96332,3158,3,1197,2762 -"235541",96332,4249,3,1197,2547 -"235542",96332,4634,2,1197,2291 -"235543",96332,8463,2,1197,2466 -"235544",96332,8607,3,1197,1685 -"235545",96332,9724,3,1197,2713 -"235546",96332,10701,3,1197,2000 -"235547",96332,12966,2,1197,2011 -"235548",96332,14470,3,1197,2632 -"235549",96332,14490,3,1197,2291 -"235550",96332,14957,2,1197,2306 -"235551",96332,15782,2,1197,2306 -"235552",96332,16963,1,1197,1999 -"235553",96332,17695,3,1197,1930 -"235554",96332,20709,3,1197,1757 -"235555",96332,26597,3,1197,2070 -"235556",96332,36478,3,1197,2808 -"235557",96332,41489,3,1197,2006 -"235558",96332,43701,3,1197,2400 -"235559",96332,44132,3,1197,1999 -"235560",96332,45297,3,1197,1864 -"235561",96332,47882,3,1197,2769 -"235562",96332,49142,3,1197,2289 -"235563",96332,51505,2,1197,1572 -"235564",96332,52386,3,1197,1830 -"235565",96332,66368,3,1197,2413 -"235566",96332,69260,3,1197,1698 -"235567",96332,82217,3,1197,2441 -"235568",96332,84235,2,1197,1639 -"235569",96349,5414,3,1874,2321 -"235570",96349,6262,3,1874,2733 -"235571",96349,9716,3,1874,1929 -"235572",96349,12228,3,1874,2034 -"235573",96349,14025,2,1874,2384 -"235574",96349,14626,3,1874,2175 -"235575",96349,15075,3,1874,2252 -"235576",96349,53537,3,1874,2428 -"235577",96349,56737,3,1874,2270 -"235578",96349,79036,2,1874,2524 -"235579",96349,91631,3,1874,1899 -"235580",96352,1147,3,1493,1999 -"235581",96352,1154,3,1493,1656 -"235582",96352,2424,3,1493,2582 -"235583",96352,3947,3,1493,2067 -"235584",96352,3961,3,1493,2426 -"235585",96352,5239,3,1493,2875 -"235586",96352,5798,3,1493,1779 -"235587",96352,7196,2,1493,1508 -"235588",96352,7984,2,1493,2493 -"235589",96352,8890,3,1493,1955 -"235590",96352,11477,3,1493,2724 -"235591",96352,13780,3,1493,2412 -"235592",96352,14108,3,1493,2012 -"235593",96352,14943,3,1493,1942 -"235594",96352,15401,2,1493,1999 -"235595",96352,16365,3,1493,2217 -"235596",96352,16801,2,1493,2008 -"235597",96352,16826,3,1493,2599 -"235598",96352,17997,3,1493,1621 -"235599",96352,18103,3,1493,1968 -"235600",96352,18348,3,1493,1711 -"235601",96352,18735,3,1493,1581 -"235602",96352,20067,3,1493,2390 -"235603",96352,20311,3,1493,1981 -"235604",96352,21285,3,1493,2100 -"235605",96352,21670,3,1493,2158 -"235606",96352,21681,3,1493,2005 -"235607",96352,21872,3,1493,2458 -"235608",96352,25577,3,1493,1946 -"235609",96352,28582,3,1493,2698 -"235610",96352,28784,2,1493,1579 -"235611",96352,30747,3,1493,2455 -"235612",96352,31069,3,1493,1995 -"235613",96352,31700,3,1493,2727 -"235614",96352,32988,2,1493,2008 -"235615",96352,33801,3,1493,2899 -"235616",96352,34158,3,1493,2639 -"235617",96352,35822,3,1493,1903 -"235618",96352,36031,3,1493,2342 -"235619",96352,36862,3,1493,2655 -"235620",96352,38019,3,1493,1870 -"235621",96352,38140,3,1493,1866 -"235622",96352,38219,2,1493,1689 -"235623",96352,38602,3,1493,2693 -"235624",96352,40432,3,1493,1956 -"235625",96352,40645,2,1493,1899 -"235626",96352,42505,2,1493,2008 -"235627",96352,45959,2,1493,1880 -"235628",96352,46040,3,1493,2105 -"235629",96352,47384,3,1493,1639 -"235630",96352,48215,3,1493,2028 -"235631",96352,49265,3,1493,2686 -"235632",96352,53323,3,1493,2677 -"235633",96352,55139,3,1493,2323 -"235634",96352,56317,3,1493,2030 -"235635",96352,57380,3,1493,2362 -"235636",96352,58164,2,1493,2398 -"235637",96352,65155,2,1493,1947 -"235638",96352,65203,2,1493,1597 -"235639",96352,65322,2,1493,2008 -"235640",96352,72728,3,1493,2234 -"235641",96352,73192,3,1493,1955 -"235642",96352,78150,1,1493,2581 -"235643",96352,79567,3,1493,1942 -"235644",96352,82409,3,1493,1881 -"235645",96352,85869,3,1493,1509 -"235646",96352,88232,3,1493,2881 -"235647",96352,92757,3,1493,2615 -"235648",96365,2452,3,1700,1715 -"235649",96365,9272,3,1700,2835 -"235650",96365,38373,3,1700,1928 -"235651",96387,55,3,2159,2524 -"235652",96387,1785,3,2159,2350 -"235653",96387,3506,2,2159,2364 -"235654",96387,4403,3,2159,2416 -"235655",96387,6621,3,2159,2478 -"235656",96387,16866,3,2159,2718 -"235657",96387,17925,2,2159,2385 -"235658",96387,20695,3,2159,2526 -"235659",96387,21872,2,2159,2458 -"235660",96387,26740,3,2159,2695 -"235661",96387,31990,3,2159,2264 -"235662",96387,32724,2,2159,2581 -"235663",96387,32939,3,2159,2277 -"235664",96387,37801,3,2159,2578 -"235665",96387,44312,3,2159,2741 -"235666",96387,48931,2,2159,2444 -"235667",96387,54953,3,2159,2223 -"235668",96387,57804,3,2159,2214 -"235669",96387,71982,3,2159,2812 -"235670",96401,758,3,303,1232 -"235671",96401,1629,3,303,1289 -"235672",96401,2979,3,303,2912 -"235673",96401,3477,3,303,2546 -"235674",96401,4361,3,303,2571 -"235675",96401,5792,3,303,975 -"235676",96401,5839,2,303,2301 -"235677",96401,7252,3,303,2799 -"235678",96401,7337,3,303,1797 -"235679",96401,8908,3,303,1537 -"235680",96401,11351,3,303,2971 -"235681",96401,11563,3,303,1863 -"235682",96401,14503,2,303,437 -"235683",96401,18381,3,303,1524 -"235684",96401,18978,3,303,952 -"235685",96401,19718,3,303,1702 -"235686",96401,20688,3,303,891 -"235687",96401,21207,3,303,1258 -"235688",96401,21593,3,303,1312 -"235689",96401,21684,3,303,1971 -"235690",96401,23131,3,303,1732 -"235691",96401,25832,3,303,1689 -"235692",96401,26551,3,303,652 -"235693",96401,33341,3,303,2338 -"235694",96401,33681,2,303,1059 -"235695",96401,33870,2,303,955 -"235696",96401,36912,3,303,2469 -"235697",96401,37632,3,303,1295 -"235698",96401,42813,3,303,2142 -"235699",96401,43159,3,303,512 -"235700",96401,44497,3,303,2401 -"235701",96401,46486,3,303,1868 -"235702",96401,47968,3,303,2829 -"235703",96401,53726,3,303,1729 -"235704",96401,54239,3,303,336 -"235705",96401,54467,3,303,919 -"235706",96401,58521,3,303,2950 -"235707",96401,64947,3,303,2489 -"235708",96401,66677,3,303,2151 -"235709",96401,67942,3,303,973 -"235710",96401,88212,3,303,2547 -"235711",96401,90709,3,303,1080 -"235712",96401,91849,3,303,1166 -"235713",96401,99218,3,303,481 -"235714",96401,99332,2,303,873 -"235715",96401,110218,2,303,437 -"235716",96401,110749,3,303,772 -"235717",96425,2206,3,2007,2536 -"235718",96425,10129,3,2007,2124 -"235719",96425,19686,3,2007,2467 -"235720",96425,26286,2,2007,2023 -"235721",96425,42256,3,2007,2839 -"235722",96462,13879,3,1967,2748 -"235723",96477,43524,3,1306,2572 -"235724",96477,55405,1,1306,2788 -"235725",96477,83362,3,1306,1877 -"235726",96553,5315,3,1887,2631 -"235727",96553,7616,3,1887,2296 -"235728",96553,8726,3,1887,2083 -"235729",96553,10857,3,1887,2253 -"235730",96553,13324,3,1887,2163 -"235731",96553,16539,3,1887,1947 -"235732",96553,23460,3,1887,2183 -"235733",96553,23825,3,1887,1913 -"235734",96553,34480,3,1887,2755 -"235735",96553,54551,3,1887,2348 -"235736",96553,55076,3,1887,2408 -"235737",96553,63477,3,1887,1907 -"235738",96563,2863,2,961,1657 -"235739",96563,5346,3,961,1438 -"235740",96563,13724,2,961,1573 -"235741",96563,15207,3,961,1855 -"235742",96563,15453,3,961,1688 -"235743",96563,21249,2,961,1635 -"235744",96563,35186,1,961,1520 -"235745",96563,42196,3,961,2765 -"235746",96563,42642,3,961,2257 -"235747",96563,44193,2,961,989 -"235748",96563,46580,3,961,2346 -"235749",96563,51055,3,961,2558 -"235750",96563,53968,3,961,2703 -"235751",96563,58812,2,961,1170 -"235752",96563,60516,3,961,2257 -"235753",96563,77811,3,961,1871 -"235754",96563,81269,2,961,1570 -"235755",96563,84268,2,961,1217 -"235756",96563,86152,3,961,1944 -"235757",96563,94138,3,961,1939 -"235758",96563,94520,3,961,1243 -"235759",96599,32064,3,116,1739 -"235760",96599,58384,2,116,1637 -"235761",96599,90378,3,116,890 -"235762",96611,3164,3,765,2693 -"235763",96611,6030,3,765,2953 -"235764",96611,6602,3,765,1631 -"235765",96611,7616,2,765,2296 -"235766",96611,9871,3,765,921 -"235767",96611,10439,3,765,773 -"235768",96611,10474,3,765,1608 -"235769",96611,10592,2,765,859 -"235770",96611,10744,3,765,955 -"235771",96611,12122,3,765,1385 -"235772",96611,12712,3,765,815 -"235773",96611,12778,3,765,2045 -"235774",96611,14855,3,765,903 -"235775",96611,16539,2,765,1947 -"235776",96611,17502,3,765,869 -"235777",96611,18011,3,765,1636 -"235778",96611,19208,3,765,2629 -"235779",96611,22543,3,765,1594 -"235780",96611,22566,3,765,2308 -"235781",96611,23679,2,765,934 -"235782",96611,24753,3,765,2860 -"235783",96611,26659,3,765,903 -"235784",96611,27001,3,765,1761 -"235785",96611,27030,3,765,2031 -"235786",96611,28050,3,765,1955 -"235787",96611,28168,3,765,2702 -"235788",96611,34812,3,765,2442 -"235789",96611,34820,3,765,1630 -"235790",96611,36837,3,765,1556 -"235791",96611,40129,3,765,2162 -"235792",96611,41664,3,765,2641 -"235793",96611,42515,3,765,2752 -"235794",96611,44135,3,765,2620 -"235795",96611,49334,3,765,2433 -"235796",96611,50254,3,765,1151 -"235797",96611,55076,3,765,2408 -"235798",96611,57246,3,765,1873 -"235799",96611,60624,3,765,1570 -"235800",96611,67748,3,765,1498 -"235801",96611,69250,2,765,1439 -"235802",96611,76646,2,765,1263 -"235803",96611,77611,3,765,1795 -"235804",96611,82893,2,765,1275 -"235805",96621,472,2,697,964 -"235806",96621,4623,3,697,1176 -"235807",96621,13248,3,697,1385 -"235808",96621,14943,3,697,1942 -"235809",96621,22011,1,697,885 -"235810",96621,27355,3,697,870 -"235811",96621,28752,2,697,709 -"235812",96621,34158,3,697,2639 -"235813",96621,38219,3,697,1689 -"235814",96621,40487,3,697,2512 -"235815",96621,51319,2,697,2488 -"235816",96621,52471,3,697,2483 -"235817",96621,64786,3,697,870 -"235818",96621,70996,3,697,1037 -"235819",96621,80826,3,697,1251 -"235820",96621,85875,3,697,957 -"235821",96648,12356,3,953,2757 -"235822",96648,17906,2,953,1940 -"235823",96648,24405,3,953,1443 -"235824",96648,41607,3,953,2802 -"235825",96648,57380,3,953,2362 -"235826",96648,68939,2,953,1051 -"235827",96648,98856,3,953,1075 -"235828",96653,9624,3,1917,2398 -"235829",96671,1691,3,359,1941 -"235830",96671,2407,3,359,1725 -"235831",96671,6390,3,359,2385 -"235832",96671,14108,3,359,2012 -"235833",96671,15546,3,359,2055 -"235834",96671,16866,3,359,2718 -"235835",96671,18865,3,359,2676 -"235836",96671,19208,3,359,2629 -"235837",96671,19605,3,359,2395 -"235838",96671,25565,3,359,2764 -"235839",96671,34945,2,359,1298 -"235840",96671,36439,3,359,2469 -"235841",96671,41085,3,359,637 -"235842",96671,47585,3,359,794 -"235843",96671,49300,3,359,515 -"235844",96671,50480,3,359,2701 -"235845",96671,52327,3,359,1472 -"235846",96671,56910,2,359,2705 -"235847",96671,57990,3,359,978 -"235848",96671,61785,3,359,822 -"235849",96671,63395,3,359,2334 -"235850",96671,68979,3,359,1173 -"235851",96671,71274,3,359,2390 -"235852",96671,76192,3,359,912 -"235853",96671,92592,3,359,486 -"235854",96671,99953,3,359,581 -"235855",96671,101967,3,359,691 -"235856",96678,455,3,1183,2827 -"235857",96678,1386,3,1183,1901 -"235858",96678,1777,3,1183,1965 -"235859",96678,2349,3,1183,1288 -"235860",96678,2765,2,1183,2321 -"235861",96678,3067,3,1183,1378 -"235862",96678,3695,3,1183,2612 -"235863",96678,3830,3,1183,1661 -"235864",96678,5078,3,1183,2033 -"235865",96678,5457,3,1183,2077 -"235866",96678,5462,3,1183,2374 -"235867",96678,5491,3,1183,2048 -"235868",96678,5504,3,1183,2389 -"235869",96678,5621,3,1183,1860 -"235870",96678,7078,3,1183,2344 -"235871",96678,7861,3,1183,1647 -"235872",96678,9030,3,1183,1979 -"235873",96678,11602,3,1183,1493 -"235874",96678,11976,3,1183,1727 -"235875",96678,13535,2,1183,1491 -"235876",96678,13732,3,1183,2789 -"235877",96678,14652,3,1183,2516 -"235878",96678,14888,1,1183,1411 -"235879",96678,15500,1,1183,1658 -"235880",96678,17826,2,1183,2920 -"235881",96678,18151,3,1183,2962 -"235882",96678,18458,2,1183,2477 -"235883",96678,18571,3,1183,2128 -"235884",96678,19637,3,1183,1229 -"235885",96678,20423,2,1183,2654 -"235886",96678,20545,2,1183,1491 -"235887",96678,20563,3,1183,2267 -"235888",96678,20659,1,1183,1969 -"235889",96678,21092,3,1183,1643 -"235890",96678,21193,3,1183,2490 -"235891",96678,21225,2,1183,1945 -"235892",96678,21795,3,1183,2653 -"235893",96678,22108,3,1183,1915 -"235894",96678,22714,3,1183,2793 -"235895",96678,24362,3,1183,1287 -"235896",96678,26106,2,1183,2015 -"235897",96678,26713,2,1183,1235 -"235898",96678,26793,3,1183,2104 -"235899",96678,26865,3,1183,2726 -"235900",96678,27478,3,1183,2485 -"235901",96678,27950,3,1183,1380 -"235902",96678,29791,3,1183,1986 -"235903",96678,30081,3,1183,2403 -"235904",96678,31164,3,1183,1996 -"235905",96678,31307,3,1183,2139 -"235906",96678,32761,3,1183,2680 -"235907",96678,34160,3,1183,1759 -"235908",96678,37677,2,1183,1908 -"235909",96678,38908,2,1183,1787 -"235910",96678,39827,2,1183,2321 -"235911",96678,41278,3,1183,1873 -"235912",96678,43839,2,1183,1685 -"235913",96678,44235,3,1183,2700 -"235914",96678,44684,1,1183,1220 -"235915",96678,46951,3,1183,2429 -"235916",96678,47947,3,1183,2681 -"235917",96678,49032,2,1183,2469 -"235918",96678,49461,2,1183,2793 -"235919",96678,49666,3,1183,2408 -"235920",96678,52442,3,1183,1269 -"235921",96678,53031,3,1183,2065 -"235922",96678,53637,3,1183,2113 -"235923",96678,55556,3,1183,2075 -"235924",96678,57565,2,1183,1577 -"235925",96678,57781,2,1183,1971 -"235926",96678,67264,2,1183,2790 -"235927",96678,71478,3,1183,1721 -"235928",96678,71702,3,1183,2353 -"235929",96678,72122,2,1183,1436 -"235930",96678,74095,3,1183,2333 -"235931",96678,85592,2,1183,1412 -"235932",96678,88966,2,1183,1568 -"235933",96678,89668,2,1183,1279 -"235934",96678,97811,3,1183,1288 -"235935",96679,12356,3,183,2757 -"235936",96679,21225,3,183,1945 -"235937",96679,26793,2,183,2104 -"235938",96679,27543,3,183,666 -"235939",96679,30057,3,183,504 -"235940",96679,36609,3,183,2918 -"235941",96679,37400,3,183,2860 -"235942",96679,43153,3,183,1381 -"235943",96679,50958,2,183,477 -"235944",96679,55349,2,183,826 -"235945",96679,81895,3,183,1634 -"235946",96679,88710,3,183,927 -"235947",96700,1520,3,1602,1716 -"235948",96700,4188,3,1602,2963 -"235949",96700,5937,3,1602,2392 -"235950",96700,7499,3,1602,1803 -"235951",96700,8899,2,1602,2023 -"235952",96700,11868,2,1602,1639 -"235953",96700,14612,3,1602,2340 -"235954",96700,14838,3,1602,1746 -"235955",96700,15150,2,1602,2801 -"235956",96700,15558,2,1602,2389 -"235957",96700,16477,3,1602,2069 -"235958",96700,19002,2,1602,2053 -"235959",96700,20011,2,1602,2826 -"235960",96700,22744,3,1602,1907 -"235961",96700,23498,3,1602,2398 -"235962",96700,23728,3,1602,2601 -"235963",96700,23771,3,1602,1614 -"235964",96700,23802,3,1602,1713 -"235965",96700,26698,3,1602,1963 -"235966",96700,29775,3,1602,2064 -"235967",96700,30194,2,1602,2874 -"235968",96700,32079,3,1602,2315 -"235969",96700,33460,3,1602,2781 -"235970",96700,34576,2,1602,1727 -"235971",96700,41521,3,1602,2069 -"235972",96700,42136,3,1602,2551 -"235973",96700,44730,2,1602,2468 -"235974",96700,48585,2,1602,2063 -"235975",96700,49415,3,1602,2654 -"235976",96700,50899,3,1602,2125 -"235977",96700,52953,3,1602,1741 -"235978",96700,53648,3,1602,2167 -"235979",96700,56413,3,1602,2747 -"235980",96700,67836,3,1602,2195 -"235981",96700,76997,3,1602,2223 -"235982",96700,106330,3,1602,2559 -"235983",96706,3493,3,1597,2451 -"235984",96706,8865,3,1597,2394 -"235985",96706,9481,2,1597,1610 -"235986",96706,10453,3,1597,1656 -"235987",96706,12361,3,1597,2732 -"235988",96706,14817,3,1597,2110 -"235989",96706,15826,3,1597,2772 -"235990",96706,19433,3,1597,2504 -"235991",96706,19655,3,1597,2706 -"235992",96706,19686,3,1597,2467 -"235993",96706,20220,3,1597,1656 -"235994",96706,26182,3,1597,2775 -"235995",96706,27908,3,1597,2576 -"235996",96706,31335,3,1597,2351 -"235997",96706,31866,3,1597,2101 -"235998",96706,39062,2,1597,2020 -"235999",96706,46486,3,1597,1868 -"236000",96706,47595,3,1597,2374 -"236001",96706,50335,3,1597,1893 -"236002",96706,51144,3,1597,2466 -"236003",96706,52483,3,1597,2317 -"236004",96706,78138,2,1597,1601 -"236005",96706,85198,3,1597,1794 -"236006",96708,323,3,594,1706 -"236007",96708,4957,2,594,644 -"236008",96708,5568,2,594,1290 -"236009",96708,10870,3,594,1755 -"236010",96708,15632,3,594,1242 -"236011",96708,17812,3,594,2705 -"236012",96708,18672,3,594,1182 -"236013",96708,19605,3,594,2395 -"236014",96708,23430,3,594,904 -"236015",96708,27379,3,594,2461 -"236016",96708,30486,3,594,1269 -"236017",96708,32939,3,594,2277 -"236018",96708,37026,3,594,1428 -"236019",96708,41953,3,594,945 -"236020",96708,53091,3,594,1134 -"236021",96708,55892,1,594,1234 -"236022",96708,57804,3,594,2214 -"236023",96708,61245,3,594,955 -"236024",96708,70433,3,594,2639 -"236025",96708,79653,3,594,2683 -"236026",96708,86580,3,594,696 -"236027",96708,86621,3,594,598 -"236028",96715,3493,2,1792,2451 -"236029",96715,8088,3,1792,2220 -"236030",96715,14749,3,1792,1998 -"236031",96715,20941,3,1792,2725 -"236032",96715,31335,3,1792,2351 -"236033",96715,31866,2,1792,2101 -"236034",96715,36829,3,1792,2722 -"236035",96715,51144,3,1792,2466 -"236036",96715,70583,3,1792,2615 -"236037",96715,72348,3,1792,1810 -"236038",96718,31855,3,1767,2636 -"236039",96718,69795,1,1767,2636 -"236040",96738,2936,3,298,2512 -"236041",96738,3886,3,298,1669 -"236042",96738,4681,2,298,2356 -"236043",96738,9298,3,298,1109 -"236044",96738,9723,3,298,2302 -"236045",96738,16850,3,298,1657 -"236046",96738,18011,2,298,1636 -"236047",96738,18202,1,298,2475 -"236048",96738,19215,3,298,2604 -"236049",96738,19364,3,298,2846 -"236050",96738,19892,3,298,1212 -"236051",96738,22580,3,298,2245 -"236052",96738,22709,2,298,2743 -"236053",96738,23679,3,298,934 -"236054",96738,34812,3,298,2442 -"236055",96738,34831,3,298,1866 -"236056",96738,34921,3,298,2181 -"236057",96738,45903,3,298,2237 -"236058",96738,55472,3,298,1516 -"236059",96738,65677,3,298,457 -"236060",96738,67102,3,298,935 -"236061",96738,68314,3,298,2180 -"236062",96738,83253,3,298,1102 -"236063",96738,88710,3,298,927 -"236064",96738,109182,3,298,353 -"236065",96738,109703,3,298,1925 -"236066",96738,109978,2,298,1865 -"236067",96741,725,3,484,1064 -"236068",96741,4957,3,484,644 -"236069",96741,15075,2,484,2252 -"236070",96741,15088,2,484,2906 -"236071",96741,18855,3,484,1362 -"236072",96741,18954,2,484,2364 -"236073",96741,34334,3,484,1637 -"236074",96741,36577,3,484,958 -"236075",96741,40850,3,484,1396 -"236076",96741,49621,3,484,1915 -"236077",96741,53537,3,484,2428 -"236078",96741,56737,3,484,2270 -"236079",96741,63555,2,484,1290 -"236080",96741,72827,1,484,1359 -"236081",96741,78460,3,484,985 -"236082",96741,79822,3,484,1508 -"236083",96741,89931,3,484,1400 -"236084",96741,107993,3,484,999 -"236085",96759,7798,2,634,949 -"236086",96759,8865,3,634,2394 -"236087",96759,9391,3,634,1252 -"236088",96759,10148,2,634,2964 -"236089",96759,11382,3,634,2746 -"236090",96759,13610,3,634,2515 -"236091",96759,15560,3,634,2257 -"236092",96759,23508,3,634,1907 -"236093",96759,30906,3,634,2537 -"236094",96759,35903,3,634,1434 -"236095",96759,42715,1,634,987 -"236096",96759,46283,3,634,1184 -"236097",96759,48602,3,634,1704 -"236098",96759,55185,2,634,922 -"236099",96759,67102,3,634,935 -"236100",96759,67788,3,634,837 -"236101",96759,77001,3,634,1440 -"236102",96759,78654,3,634,932 -"236103",96759,83526,3,634,1235 -"236104",96759,91279,3,634,966 -"236105",96759,101338,3,634,1319 -"236106",96770,3495,3,983,2431 -"236107",96770,5392,3,983,1648 -"236108",96770,15379,3,983,1231 -"236109",96770,19676,3,983,1515 -"236110",96770,20162,3,983,2328 -"236111",96770,20331,3,983,2365 -"236112",96770,31705,3,983,2706 -"236113",96770,35448,3,983,1685 -"236114",96770,66878,3,983,1949 -"236115",96770,77155,1,983,2946 -"236116",96801,843,3,671,2332 -"236117",96801,2443,3,671,2333 -"236118",96801,9269,2,671,1892 -"236119",96801,9895,3,671,1960 -"236120",96801,9910,3,671,2526 -"236121",96801,12598,3,671,2086 -"236122",96801,12914,3,671,1557 -"236123",96801,14212,3,671,857 -"236124",96801,14442,2,671,2700 -"236125",96801,16347,3,671,1868 -"236126",96801,18821,3,671,2075 -"236127",96801,20695,3,671,2526 -"236128",96801,25345,3,671,713 -"236129",96801,26740,3,671,2695 -"236130",96801,29354,3,671,1123 -"236131",96801,31281,3,671,1937 -"236132",96801,32939,3,671,2277 -"236133",96801,33460,2,671,2781 -"236134",96801,34331,3,671,1727 -"236135",96801,36996,3,671,2321 -"236136",96801,44744,3,671,2032 -"236137",96801,51890,2,671,1992 -"236138",96801,56364,3,671,1626 -"236139",96801,57804,3,671,2214 -"236140",96801,59289,3,671,2896 -"236141",96801,69903,3,671,1066 -"236142",96801,76796,3,671,1140 -"236143",96801,79874,2,671,1570 -"236144",96801,80801,3,671,1250 -"236145",96801,84591,3,671,1685 -"236146",96801,84601,3,671,802 -"236147",96801,85926,3,671,907 -"236148",96801,87915,3,671,1152 -"236149",96801,92630,1,671,1583 -"236150",96801,99237,3,671,783 -"236151",96801,101381,3,671,977 -"236152",96801,101666,3,671,1257 -"236153",96811,14325,3,1437,1976 -"236154",96894,675,3,1598,1686 -"236155",96894,1136,3,1598,2536 -"236156",96894,3409,3,1598,2167 -"236157",96894,4191,3,1598,2130 -"236158",96894,6428,2,1598,1952 -"236159",96894,6491,3,1598,2424 -"236160",96894,7258,3,1598,1714 -"236161",96894,7354,1,1598,2008 -"236162",96894,7847,3,1598,2424 -"236163",96894,7858,3,1598,1795 -"236164",96894,10716,3,1598,1692 -"236165",96894,11770,3,1598,1653 -"236166",96894,13324,3,1598,2163 -"236167",96894,14655,3,1598,2559 -"236168",96894,23460,2,1598,2183 -"236169",96894,25816,3,1598,2088 -"236170",96894,27628,3,1598,2389 -"236171",96894,28382,3,1598,1874 -"236172",96894,30981,3,1598,2366 -"236173",96894,44268,3,1598,2436 -"236174",96894,57544,3,1598,2443 -"236175",96894,64181,3,1598,1828 -"236176",96894,64997,3,1598,2791 -"236177",96911,2326,3,956,2513 -"236178",96911,2894,3,956,1291 -"236179",96911,5785,2,956,1261 -"236180",96911,6222,3,956,1949 -"236181",96911,7616,3,956,2296 -"236182",96911,13979,3,956,1559 -"236183",96911,14959,3,956,2898 -"236184",96911,16539,2,956,1947 -"236185",96911,16877,3,956,2509 -"236186",96911,17520,3,956,2276 -"236187",96911,19637,3,956,1229 -"236188",96911,20067,3,956,2390 -"236189",96911,20311,3,956,1981 -"236190",96911,20732,3,956,2401 -"236191",96911,22403,3,956,1630 -"236192",96911,23726,3,956,2434 -"236193",96911,23869,3,956,1918 -"236194",96911,25680,3,956,1618 -"236195",96911,28131,2,956,1492 -"236196",96911,29095,3,956,2531 -"236197",96911,30150,3,956,1704 -"236198",96911,30883,2,956,1629 -"236199",96911,33010,3,956,2189 -"236200",96911,33801,3,956,2899 -"236201",96911,38921,3,956,1880 -"236202",96911,43479,3,956,2178 -"236203",96911,58669,3,956,2296 -"236204",96911,64502,3,956,1670 -"236205",96911,70203,3,956,2756 -"236206",96911,82893,3,956,1275 -"236207",96911,87720,3,956,2086 -"236208",96911,97160,3,956,1215 -"236209",96911,100140,3,956,1041 -"236210",96938,457,3,127,1704 -"236211",96938,1676,3,127,1198 -"236212",96938,3352,3,127,1707 -"236213",96938,5376,3,127,288 -"236214",96938,5504,3,127,2389 -"236215",96938,8192,3,127,1670 -"236216",96938,8376,3,127,1670 -"236217",96938,8866,3,127,1545 -"236218",96938,8888,3,127,1328 -"236219",96938,9175,3,127,2639 -"236220",96938,11168,3,127,1223 -"236221",96938,12432,3,127,1816 -"236222",96938,12449,3,127,2067 -"236223",96938,13869,3,127,1786 -"236224",96938,16497,3,127,2370 -"236225",96938,17328,3,127,1206 -"236226",96938,20486,2,127,1908 -"236227",96938,23059,2,127,131 -"236228",96938,24558,3,127,2139 -"236229",96938,26608,3,127,2329 -"236230",96938,32131,3,127,1035 -"236231",96938,36031,3,127,2342 -"236232",96938,36427,3,127,544 -"236233",96938,39444,3,127,2695 -"236234",96938,55556,3,127,2075 -"236235",96938,63568,3,127,570 -"236236",96938,71478,3,127,1721 -"236237",96938,72598,3,127,805 -"236238",96938,75216,3,127,672 -"236239",96938,106466,3,127,953 -"236240",96938,108107,2,127,1704 -"236241",96938,109521,3,127,609 -"236242",96938,116478,2,127,293 -"236243",96938,117080,3,127,2357 -"236244",96938,121234,3,127,213 -"236245",97013,6390,3,1797,2385 -"236246",97013,7443,3,1797,2028 -"236247",97013,11506,3,1797,2824 -"236248",97013,18943,3,1797,2861 -"236249",97013,22578,2,1797,2216 -"236250",97120,5226,3,1202,1309 -"236251",97120,7029,3,1202,2204 -"236252",97120,11103,2,1202,2393 -"236253",97120,27195,3,1202,2158 -"236254",97120,28640,3,1202,1475 -"236255",97120,29930,3,1202,2240 -"236256",97120,36574,3,1202,2934 -"236257",97120,49185,3,1202,1544 -"236258",97120,101338,3,1202,1319 -"236259",97156,42,3,598,2265 -"236260",97156,803,2,598,1666 -"236261",97156,1321,3,598,2075 -"236262",97156,1676,3,598,1198 -"236263",97156,7078,3,598,2344 -"236264",97156,10874,3,598,1891 -"236265",97156,11602,2,598,1493 -"236266",97156,14189,3,598,1483 -"236267",97156,15184,3,598,2396 -"236268",97156,16313,3,598,1160 -"236269",97156,19528,3,598,2742 -"236270",97156,20545,3,598,1491 -"236271",97156,20783,3,598,2414 -"236272",97156,23508,3,598,1907 -"236273",97156,25530,3,598,2884 -"236274",97156,26608,3,598,2329 -"236275",97156,31797,3,598,1501 -"236276",97156,32939,3,598,2277 -"236277",97156,34693,3,598,1938 -"236278",97156,57804,3,598,2214 -"236279",97156,77993,3,598,1497 -"236280",97156,84498,3,598,1292 -"236281",97156,85058,3,598,1311 -"236282",97156,86799,2,598,1951 -"236283",97160,135,3,1215,2233 -"236284",97160,1036,3,1215,1367 -"236285",97160,1323,3,1215,1659 -"236286",97160,2063,3,1215,1278 -"236287",97160,2704,3,1215,2609 -"236288",97160,2894,3,1215,1291 -"236289",97160,3163,3,1215,2020 -"236290",97160,3167,3,1215,1676 -"236291",97160,3753,3,1215,1255 -"236292",97160,3961,3,1215,2426 -"236293",97160,4191,3,1215,2130 -"236294",97160,5239,3,1215,2875 -"236295",97160,5315,3,1215,2631 -"236296",97160,5363,3,1215,1791 -"236297",97160,5785,3,1215,1261 -"236298",97160,6222,3,1215,1949 -"236299",97160,7196,2,1215,1508 -"236300",97160,7269,3,1215,1728 -"236301",97160,7984,3,1215,2493 -"236302",97160,7992,3,1215,2033 -"236303",97160,10358,3,1215,2294 -"236304",97160,11477,3,1215,2724 -"236305",97160,11694,3,1215,1564 -"236306",97160,12388,3,1215,1975 -"236307",97160,13388,3,1215,2119 -"236308",97160,13780,3,1215,2412 -"236309",97160,13967,3,1215,1354 -"236310",97160,13979,3,1215,1559 -"236311",97160,14943,3,1215,1942 -"236312",97160,14959,3,1215,2898 -"236313",97160,15401,2,1215,1999 -"236314",97160,15444,3,1215,2764 -"236315",97160,15636,3,1215,2857 -"236316",97160,16539,3,1215,1947 -"236317",97160,16625,2,1215,1285 -"236318",97160,16801,2,1215,2008 -"236319",97160,16826,3,1215,2599 -"236320",97160,17027,3,1215,2772 -"236321",97160,17097,3,1215,1505 -"236322",97160,18394,3,1215,2356 -"236323",97160,18735,2,1215,1581 -"236324",97160,19637,2,1215,1229 -"236325",97160,20067,1,1215,2390 -"236326",97160,20311,3,1215,1981 -"236327",97160,20732,3,1215,2401 -"236328",97160,21706,2,1215,1988 -"236329",97160,22403,3,1215,1630 -"236330",97160,22586,3,1215,1341 -"236331",97160,23534,3,1215,1659 -"236332",97160,23726,3,1215,2434 -"236333",97160,23869,2,1215,1918 -"236334",97160,24756,3,1215,2530 -"236335",97160,25341,3,1215,1858 -"236336",97160,25486,3,1215,2582 -"236337",97160,25680,3,1215,1618 -"236338",97160,26249,3,1215,2301 -"236339",97160,26713,3,1215,1235 -"236340",97160,28131,3,1215,1492 -"236341",97160,28582,3,1215,2698 -"236342",97160,28784,3,1215,1579 -"236343",97160,28892,3,1215,2023 -"236344",97160,29095,3,1215,2531 -"236345",97160,30150,3,1215,1704 -"236346",97160,30747,3,1215,2455 -"236347",97160,30883,2,1215,1629 -"236348",97160,31050,3,1215,1491 -"236349",97160,31700,3,1215,2727 -"236350",97160,32988,1,1215,2008 -"236351",97160,33801,2,1215,2899 -"236352",97160,34907,3,1215,1945 -"236353",97160,35529,3,1215,1620 -"236354",97160,35728,3,1215,2017 -"236355",97160,36862,3,1215,2655 -"236356",97160,37934,3,1215,1595 -"236357",97160,37937,3,1215,1320 -"236358",97160,38219,2,1215,1689 -"236359",97160,38449,3,1215,1802 -"236360",97160,38921,3,1215,1880 -"236361",97160,40432,3,1215,1956 -"236362",97160,40645,3,1215,1899 -"236363",97160,40646,3,1215,1583 -"236364",97160,42505,1,1215,2008 -"236365",97160,42935,3,1215,2400 -"236366",97160,43479,3,1215,2178 -"236367",97160,44819,3,1215,2063 -"236368",97160,45903,3,1215,2237 -"236369",97160,45959,3,1215,1880 -"236370",97160,46040,3,1215,2105 -"236371",97160,46803,3,1215,2305 -"236372",97160,46988,3,1215,2460 -"236373",97160,47386,3,1215,2226 -"236374",97160,50269,3,1215,1966 -"236375",97160,51410,3,1215,2739 -"236376",97160,53196,3,1215,1888 -"236377",97160,53475,2,1215,2853 -"236378",97160,55139,2,1215,2323 -"236379",97160,58164,3,1215,2398 -"236380",97160,62148,3,1215,1566 -"236381",97160,64292,3,1215,1583 -"236382",97160,64327,3,1215,1918 -"236383",97160,65155,2,1215,1947 -"236384",97160,65203,3,1215,1597 -"236385",97160,65322,3,1215,2008 -"236386",97160,65625,3,1215,1273 -"236387",97160,70203,3,1215,2756 -"236388",97160,76081,3,1215,1534 -"236389",97160,76356,3,1215,2323 -"236390",97160,76398,3,1215,2400 -"236391",97160,76511,3,1215,1250 -"236392",97160,78150,2,1215,2581 -"236393",97160,79567,3,1215,1942 -"236394",97160,82767,3,1215,1641 -"236395",97160,91142,3,1215,2527 -"236396",97160,92757,2,1215,2615 -"236397",97160,94444,3,1215,1554 -"236398",97160,96352,2,1215,1493 -"236399",97174,13311,3,173,2315 -"236400",97174,27104,2,173,1608 -"236401",97174,76356,3,173,2323 -"236402",97174,76905,3,173,298 -"236403",97174,77883,2,173,871 -"236404",97240,3520,2,1027,2281 -"236405",97240,3786,3,1027,2282 -"236406",97240,5606,3,1027,2875 -"236407",97240,6390,3,1027,2385 -"236408",97240,11516,3,1027,1937 -"236409",97240,12632,3,1027,1174 -"236410",97240,19687,3,1027,2072 -"236411",97240,20517,3,1027,1465 -"236412",97240,21352,2,1027,1604 -"236413",97240,26567,3,1027,1158 -"236414",97240,31087,3,1027,1757 -"236415",97240,39187,2,1027,2166 -"236416",97240,47330,3,1027,2422 -"236417",97240,54855,3,1027,1525 -"236418",97240,56673,3,1027,2419 -"236419",97240,62219,3,1027,2494 -"236420",97240,76230,3,1027,1223 -"236421",97240,80050,3,1027,2698 -"236422",97240,81134,3,1027,1384 -"236423",97240,82618,3,1027,1536 -"236424",97240,91772,1,1027,2233 -"236425",97240,106554,3,1027,1270 -"236426",97242,1520,2,686,1716 -"236427",97242,1592,3,686,2006 -"236428",97242,1691,3,686,1941 -"236429",97242,2344,3,686,2752 -"236430",97242,4730,3,686,2131 -"236431",97242,6063,3,686,2349 -"236432",97242,8354,3,686,1705 -"236433",97242,10473,3,686,1783 -"236434",97242,13007,3,686,2496 -"236435",97242,14791,2,686,1370 -"236436",97242,16796,3,686,1892 -"236437",97242,20200,3,686,2322 -"236438",97242,21575,3,686,1762 -"236439",97242,28808,3,686,1063 -"236440",97242,30368,3,686,2487 -"236441",97242,31089,3,686,2952 -"236442",97242,31542,3,686,2459 -"236443",97242,37509,3,686,1640 -"236444",97242,40537,1,686,1284 -"236445",97242,41134,3,686,2952 -"236446",97242,41953,3,686,945 -"236447",97242,42756,1,686,1384 -"236448",97242,43204,3,686,1680 -"236449",97242,46621,3,686,1343 -"236450",97242,47063,3,686,739 -"236451",97242,47585,3,686,794 -"236452",97242,47968,3,686,2829 -"236453",97242,48832,2,686,1370 -"236454",97242,52041,3,686,2694 -"236455",97242,53643,3,686,1626 -"236456",97242,55482,3,686,1866 -"236457",97242,58759,3,686,942 -"236458",97242,61347,1,686,1684 -"236459",97242,61785,3,686,822 -"236460",97242,66994,2,686,1865 -"236461",97242,68586,2,686,2322 -"236462",97242,69012,3,686,799 -"236463",97242,69447,1,686,1197 -"236464",97242,77200,3,686,1737 -"236465",97242,88232,3,686,2881 -"236466",97244,2351,3,1316,1868 -"236467",97244,3284,3,1316,1541 -"236468",97244,45355,2,1316,1450 -"236469",97244,51250,3,1316,2683 -"236470",97266,468,3,1016,1966 -"236471",97266,827,3,1016,2964 -"236472",97266,916,3,1016,2718 -"236473",97266,1560,3,1016,2013 -"236474",97266,1624,3,1016,2687 -"236475",97266,2647,3,1016,2450 -"236476",97266,2802,3,1016,1836 -"236477",97266,3152,3,1016,1621 -"236478",97266,4194,2,1016,1641 -"236479",97266,4730,3,1016,2131 -"236480",97266,5414,3,1016,2321 -"236481",97266,6627,3,1016,2063 -"236482",97266,7604,3,1016,1366 -"236483",97266,8157,3,1016,1063 -"236484",97266,9716,2,1016,1929 -"236485",97266,9808,3,1016,1648 -"236486",97266,11506,3,1016,2824 -"236487",97266,11803,3,1016,1232 -"236488",97266,12481,3,1016,1086 -"236489",97266,13400,3,1016,1371 -"236490",97266,14626,3,1016,2175 -"236491",97266,14654,3,1016,1692 -"236492",97266,14789,2,1016,1034 -"236493",97266,16593,2,1016,1139 -"236494",97266,18610,3,1016,2141 -"236495",97266,18808,3,1016,2854 -"236496",97266,18855,3,1016,1362 -"236497",97266,21352,3,1016,1604 -"236498",97266,21424,3,1016,1303 -"236499",97266,21463,3,1016,2437 -"236500",97266,21620,3,1016,1056 -"236501",97266,21741,3,1016,1574 -"236502",97266,22905,2,1016,2599 -"236503",97266,23739,3,1016,2463 -"236504",97266,24116,3,1016,1413 -"236505",97266,26100,3,1016,1966 -"236506",97266,26138,2,1016,1902 -"236507",97266,29319,3,1016,2314 -"236508",97266,30404,3,1016,1810 -"236509",97266,31251,3,1016,2498 -"236510",97266,32582,2,1016,1929 -"236511",97266,33278,2,1016,1591 -"236512",97266,33697,3,1016,1309 -"236513",97266,35264,3,1016,2329 -"236514",97266,35414,3,1016,1959 -"236515",97266,36399,3,1016,1357 -"236516",97266,37844,3,1016,2002 -"236517",97266,38309,2,1016,2644 -"236518",97266,39105,3,1016,2487 -"236519",97266,39321,2,1016,2257 -"236520",97266,40392,3,1016,1878 -"236521",97266,41185,3,1016,1929 -"236522",97266,41603,1,1016,1942 -"236523",97266,42998,3,1016,1978 -"236524",97266,43543,3,1016,1457 -"236525",97266,43960,3,1016,1293 -"236526",97266,45730,3,1016,2063 -"236527",97266,47607,3,1016,2724 -"236528",97266,49147,3,1016,2539 -"236529",97266,50335,3,1016,1893 -"236530",97266,50430,3,1016,1689 -"236531",97266,50635,3,1016,2962 -"236532",97266,53362,2,1016,2360 -"236533",97266,54903,3,1016,2493 -"236534",97266,55775,2,1016,2385 -"236535",97266,60672,2,1016,2876 -"236536",97266,62848,3,1016,1230 -"236537",97266,68416,3,1016,2939 -"236538",97266,69590,3,1016,2441 -"236539",97266,71065,3,1016,2231 -"236540",97266,73837,3,1016,1061 -"236541",97266,74912,3,1016,1542 -"236542",97266,77785,3,1016,1595 -"236543",97266,79772,3,1016,1230 -"236544",97266,79793,3,1016,1915 -"236545",97266,82226,3,1016,1619 -"236546",97266,86010,2,1016,1641 -"236547",97266,91715,2,1016,1034 -"236548",97266,94339,2,1016,2768 -"236549",97266,98719,3,1016,1096 -"236550",97266,99194,3,1016,1271 -"236551",97266,102109,3,1016,1367 -"236552",97266,102845,3,1016,1067 -"236553",97266,114228,3,1016,1544 -"236554",97273,4790,3,475,1025 -"236555",97273,4791,3,475,1184 -"236556",97273,20287,3,475,1099 -"236557",97273,21198,3,475,935 -"236558",97273,29705,2,475,607 -"236559",97273,32047,3,475,1858 -"236560",97273,41174,3,475,850 -"236561",97273,43051,3,475,904 -"236562",97273,44059,3,475,525 -"236563",97273,45660,3,475,618 -"236564",97273,46723,3,475,607 -"236565",97273,50219,3,475,756 -"236566",97273,55468,3,475,2511 -"236567",97273,75948,3,475,1006 -"236568",97273,76127,3,475,910 -"236569",97273,78270,2,475,1171 -"236570",97273,82949,3,475,2077 -"236571",97273,92220,3,475,607 -"236572",97273,115734,3,475,859 -"236573",97275,160,2,731,2007 -"236574",97275,206,3,731,1986 -"236575",97275,312,3,731,2038 -"236576",97275,1036,3,731,1367 -"236577",97275,1092,3,731,1945 -"236578",97275,1641,2,731,1490 -"236579",97275,1691,3,731,1941 -"236580",97275,2684,1,731,2874 -"236581",97275,2894,3,731,1291 -"236582",97275,3305,3,731,2839 -"236583",97275,3453,3,731,2126 -"236584",97275,4226,3,731,1903 -"236585",97275,5392,3,731,1648 -"236586",97275,5429,3,731,1991 -"236587",97275,5615,3,731,1105 -"236588",97275,5710,3,731,1926 -"236589",97275,5865,3,731,1910 -"236590",97275,6192,3,731,2409 -"236591",97275,6492,3,731,1162 -"236592",97275,7185,3,731,1046 -"236593",97275,7406,3,731,1906 -"236594",97275,7616,3,731,2296 -"236595",97275,8238,3,731,2222 -"236596",97275,8274,3,731,1909 -"236597",97275,8726,3,731,2083 -"236598",97275,9331,3,731,2269 -"236599",97275,9391,3,731,1252 -"236600",97275,11055,2,731,2111 -"236601",97275,11351,3,731,2971 -"236602",97275,11620,3,731,2010 -"236603",97275,11770,3,731,1653 -"236604",97275,12388,3,731,1975 -"236605",97275,12473,2,731,801 -"236606",97275,12632,3,731,1174 -"236607",97275,12712,3,731,815 -"236608",97275,12778,2,731,2045 -"236609",97275,12813,3,731,958 -"236610",97275,12976,3,731,2399 -"236611",97275,13249,2,731,2573 -"236612",97275,13324,3,731,2163 -"236613",97275,14325,3,731,1976 -"236614",97275,16193,3,731,756 -"236615",97275,16542,2,731,2039 -"236616",97275,17245,3,731,1811 -"236617",97275,17351,3,731,2036 -"236618",97275,17502,3,731,869 -"236619",97275,17632,3,731,1947 -"236620",97275,19208,2,731,2629 -"236621",97275,19605,3,731,2395 -"236622",97275,19937,1,731,1587 -"236623",97275,20311,3,731,1981 -"236624",97275,22586,3,731,1341 -"236625",97275,22808,3,731,2297 -"236626",97275,23460,3,731,2183 -"236627",97275,24753,1,731,2860 -"236628",97275,24793,2,731,1993 -"236629",97275,24794,2,731,925 -"236630",97275,24826,2,731,1382 -"236631",97275,25030,3,731,2017 -"236632",97275,26451,3,731,2133 -"236633",97275,27501,2,731,1981 -"236634",97275,28053,3,731,2292 -"236635",97275,28218,3,731,2048 -"236636",97275,29454,3,731,2719 -"236637",97275,31209,2,731,1137 -"236638",97275,31890,3,731,1487 -"236639",97275,32419,3,731,1909 -"236640",97275,33801,3,731,2899 -"236641",97275,35903,3,731,1434 -"236642",97275,36174,3,731,1382 -"236643",97275,36559,3,731,2473 -"236644",97275,36837,2,731,1556 -"236645",97275,37509,3,731,1640 -"236646",97275,40879,3,731,2019 -"236647",97275,41518,3,731,1641 -"236648",97275,41664,2,731,2641 -"236649",97275,41764,3,731,2409 -"236650",97275,42129,3,731,2318 -"236651",97275,43635,3,731,1196 -"236652",97275,45329,3,731,1693 -"236653",97275,47564,2,731,2650 -"236654",97275,48260,3,731,875 -"236655",97275,48377,3,731,1927 -"236656",97275,50254,2,731,1151 -"236657",97275,50480,3,731,2701 -"236658",97275,52597,3,731,1773 -"236659",97275,52699,2,731,1372 -"236660",97275,52898,3,731,763 -"236661",97275,53475,3,731,2853 -"236662",97275,55643,3,731,2359 -"236663",97275,58133,3,731,1484 -"236664",97275,58852,3,731,2323 -"236665",97275,62966,3,731,1282 -"236666",97275,63477,2,731,1907 -"236667",97275,66224,3,731,2728 -"236668",97275,67748,3,731,1498 -"236669",97275,76646,3,731,1263 -"236670",97275,77611,2,731,1795 -"236671",97275,78256,3,731,804 -"236672",97275,78563,3,731,2385 -"236673",97275,79088,3,731,1369 -"236674",97275,79364,3,731,834 -"236675",97275,79657,3,731,1260 -"236676",97275,81326,3,731,758 -"236677",97275,81349,3,731,1958 -"236678",97275,82893,3,731,1275 -"236679",97275,83286,3,731,1793 -"236680",97275,83291,3,731,2066 -"236681",97275,100241,2,731,777 -"236682",97275,100432,3,731,1358 -"236683",97309,1519,3,1740,2349 -"236684",97309,3493,2,1740,2451 -"236685",97309,51144,3,1740,2466 -"236686",97335,1046,3,495,1881 -"236687",97335,5148,3,495,2206 -"236688",97335,5669,3,495,2502 -"236689",97335,5725,3,495,2789 -"236690",97335,8533,3,495,2251 -"236691",97335,23534,3,495,1659 -"236692",97335,26351,2,495,2683 -"236693",97335,28285,2,495,2972 -"236694",97335,47947,3,495,2681 -"236695",97335,103721,3,495,1030 -"236696",97369,42585,1,191,1933 -"236697",97427,2208,3,1060,2814 -"236698",97427,4317,3,1060,1224 -"236699",97427,5438,3,1060,1499 -"236700",97427,23825,3,1060,1913 -"236701",97427,46803,3,1060,2305 -"236702",97427,50041,2,1060,1565 -"236703",97427,52154,1,1060,1722 -"236704",97427,76133,3,1060,1565 -"236705",97427,119524,3,1060,1930 -"236706",97476,1629,3,975,1289 -"236707",97476,4668,3,975,1919 -"236708",97476,4669,3,975,2395 -"236709",97476,7337,2,975,1797 -"236710",97476,11108,3,975,1609 -"236711",97476,16715,3,975,1218 -"236712",97476,28869,3,975,2425 -"236713",97476,39589,3,975,1292 -"236714",97476,45869,3,975,2840 -"236715",97476,80156,3,975,1667 -"236716",97476,90709,3,975,1080 -"236717",97498,11103,3,2346,2393 -"236718",97498,36506,3,2346,2638 -"236719",97498,69598,3,2346,2812 -"236720",97498,72326,3,2346,2384 -"236721",97498,93615,3,2346,2386 -"236722",97513,24069,2,1500,2697 -"236723",97523,6986,2,198,1669 -"236724",97523,17883,3,198,1006 -"236725",97523,35301,2,198,1302 -"236726",97523,86505,3,198,1302 -"236727",97615,3678,1,1198,1325 -"236728",97615,6234,3,1198,2654 -"236729",97615,6235,3,1198,1585 -"236730",97615,10755,3,1198,1742 -"236731",97615,14861,3,1198,2269 -"236732",97615,15150,3,1198,2801 -"236733",97615,15239,3,1198,1958 -"236734",97615,15558,3,1198,2389 -"236735",97615,16477,3,1198,2069 -"236736",97615,17768,3,1198,2468 -"236737",97615,20011,3,1198,2826 -"236738",97615,23771,3,1198,1614 -"236739",97615,30194,3,1198,2874 -"236740",97615,33460,3,1198,2781 -"236741",97615,34576,3,1198,1727 -"236742",97615,37454,3,1198,1245 -"236743",97615,44727,3,1198,1227 -"236744",97615,44730,3,1198,2468 -"236745",97615,49415,3,1198,2654 -"236746",97615,52953,3,1198,1741 -"236747",97615,73629,3,1198,1713 -"236748",97615,76997,3,1198,2223 -"236749",97615,85062,2,1198,1379 -"236750",97615,90429,2,1198,1684 -"236751",97615,106330,3,1198,2559 -"236752",97674,14108,2,1912,2012 -"236753",97674,18543,3,1912,2968 -"236754",97674,25565,3,1912,2764 -"236755",97706,1393,2,1121,1706 -"236756",97706,7123,3,1121,1964 -"236757",97706,9088,2,1121,1881 -"236758",97706,9269,3,1121,1892 -"236759",97706,10610,3,1121,1427 -"236760",97706,17645,3,1121,1918 -"236761",97706,17925,3,1121,2385 -"236762",97706,18574,3,1121,2305 -"236763",97706,22389,3,1121,2034 -"236764",97706,31990,2,1121,2264 -"236765",97706,32629,2,1121,1789 -"236766",97706,32724,3,1121,2581 -"236767",97706,37765,3,1121,1134 -"236768",97706,37801,2,1121,2578 -"236769",97706,41075,3,1121,1176 -"236770",97706,44312,2,1121,2741 -"236771",97706,44744,2,1121,2032 -"236772",97706,45449,3,1121,1610 -"236773",97706,48931,2,1121,2444 -"236774",97706,53445,2,1121,2028 -"236775",97706,56168,3,1121,1466 -"236776",97706,57804,3,1121,2214 -"236777",97706,64712,3,1121,1411 -"236778",97706,65054,3,1121,2593 -"236779",97706,66017,1,1121,1545 -"236780",97706,83175,3,1121,2049 -"236781",97706,83264,3,1121,1922 -"236782",97706,84378,2,1121,1265 -"236783",97706,92469,2,1121,1232 -"236784",97706,96387,3,1121,2159 -"236785",97709,2375,3,31,104 -"236786",97709,3284,2,31,1541 -"236787",97709,4330,1,31,1128 -"236788",97709,4622,3,31,1589 -"236789",97709,5454,3,31,1779 -"236790",97709,6562,3,31,1139 -"236791",97709,6697,3,31,2438 -"236792",97709,7648,3,31,1861 -"236793",97709,8813,3,31,389 -"236794",97709,9462,3,31,378 -"236795",97709,11383,3,31,977 -"236796",97709,11803,3,31,1232 -"236797",97709,13099,3,31,1547 -"236798",97709,14061,3,31,1620 -"236799",97709,14503,3,31,437 -"236800",97709,14902,3,31,562 -"236801",97709,17768,3,31,2468 -"236802",97709,25053,3,31,2186 -"236803",97709,25327,3,31,977 -"236804",97709,29354,3,31,1123 -"236805",97709,29915,1,31,848 -"236806",97709,36514,3,31,1192 -"236807",97709,36829,3,31,2722 -"236808",97709,36996,3,31,2321 -"236809",97709,39999,3,31,1593 -"236810",97709,41669,3,31,1247 -"236811",97709,43204,2,31,1680 -"236812",97709,43568,3,31,837 -"236813",97709,44473,3,31,1685 -"236814",97709,49805,3,31,2445 -"236815",97709,53726,3,31,1729 -"236816",97709,55446,3,31,1247 -"236817",97709,59289,3,31,2896 -"236818",97709,62975,3,31,977 -"236819",97709,69417,1,31,507 -"236820",97709,69830,3,31,378 -"236821",97709,77519,3,31,819 -"236822",97709,78283,3,31,620 -"236823",97709,79435,3,31,299 -"236824",97709,80653,3,31,285 -"236825",97709,81848,3,31,221 -"236826",97709,84322,3,31,1635 -"236827",97709,84796,3,31,113 -"236828",97709,88739,3,31,933 -"236829",97709,91435,2,31,933 -"236830",97709,91465,3,31,1047 -"236831",97709,103536,3,31,475 -"236832",97742,44193,3,322,989 -"236833",97768,19317,3,1500,2041 -"236834",97768,31705,3,1500,2706 -"236835",97768,63515,3,1500,2023 -"236836",97768,77155,3,1500,2946 -"236837",97768,83218,3,1500,1537 -"236838",97787,25971,3,1874,2608 -"236839",97787,26100,3,1874,1966 -"236840",97787,49147,3,1874,2539 -"236841",97787,53362,3,1874,2360 -"236842",97787,55775,3,1874,2385 -"236843",97811,312,3,1288,2038 -"236844",97811,380,2,1288,2261 -"236845",97811,1102,3,1288,2282 -"236846",97811,2572,3,1288,2273 -"236847",97811,2765,3,1288,2321 -"236848",97811,3801,2,1288,1974 -"236849",97811,4690,3,1288,1938 -"236850",97811,5429,3,1288,1991 -"236851",97811,6055,3,1288,2651 -"236852",97811,10513,3,1288,2284 -"236853",97811,10535,3,1288,1534 -"236854",97811,11006,3,1288,1950 -"236855",97811,11440,2,1288,2026 -"236856",97811,11976,2,1288,1727 -"236857",97811,12122,3,1288,1385 -"236858",97811,12724,3,1288,1930 -"236859",97811,12728,2,1288,2374 -"236860",97811,14888,3,1288,1411 -"236861",97811,17826,3,1288,2920 -"236862",97811,17999,3,1288,2758 -"236863",97811,19248,2,1288,2357 -"236864",97811,19719,3,1288,2177 -"236865",97811,20423,2,1288,2654 -"236866",97811,21197,3,1288,1437 -"236867",97811,21638,3,1288,1750 -"236868",97811,23509,3,1288,2275 -"236869",97811,25198,3,1288,1982 -"236870",97811,27694,3,1288,2030 -"236871",97811,27849,3,1288,1316 -"236872",97811,27950,3,1288,1380 -"236873",97811,31530,3,1288,1661 -"236874",97811,32103,3,1288,1491 -"236875",97811,39827,3,1288,2321 -"236876",97811,43385,3,1288,1623 -"236877",97811,47966,3,1288,2409 -"236878",97811,48605,2,1288,2796 -"236879",97811,49461,3,1288,2793 -"236880",97811,58652,3,1288,1437 -"236881",97811,61982,3,1288,2725 -"236882",97811,62841,3,1288,2710 -"236883",97811,67383,3,1288,1739 -"236884",97811,76396,3,1288,1731 -"236885",97811,76631,1,1288,1697 -"236886",97811,79653,3,1288,2683 -"236887",97811,81588,3,1288,1568 -"236888",97811,81865,3,1288,2704 -"236889",97811,85592,3,1288,1412 -"236890",97811,97498,3,1288,2346 -"236891",97811,98781,3,1288,1410 -"236892",97824,1090,3,1229,2370 -"236893",97824,1592,3,1229,2006 -"236894",97824,1691,2,1229,1941 -"236895",97824,2684,3,1229,2874 -"236896",97824,5258,3,1229,2730 -"236897",97824,6252,3,1229,2336 -"236898",97824,6390,2,1229,2385 -"236899",97824,8762,3,1229,2585 -"236900",97824,9805,3,1229,1621 -"236901",97824,11055,3,1229,2111 -"236902",97824,12199,3,1229,1651 -"236903",97824,14108,3,1229,2012 -"236904",97824,14731,3,1229,2012 -"236905",97824,18543,2,1229,2968 -"236906",97824,19718,3,1229,1702 -"236907",97824,20407,3,1229,2339 -"236908",97824,21133,3,1229,1320 -"236909",97824,25565,3,1229,2764 -"236910",97824,27792,3,1229,1308 -"236911",97824,29170,3,1229,1846 -"236912",97824,29948,3,1229,2795 -"236913",97824,31001,3,1229,2119 -"236914",97824,31235,3,1229,2668 -"236915",97824,33622,3,1229,2230 -"236916",97824,34945,3,1229,1298 -"236917",97824,36439,2,1229,2469 -"236918",97824,37509,1,1229,1640 -"236919",97824,38213,3,1229,1744 -"236920",97824,43173,3,1229,2895 -"236921",97824,44427,3,1229,2875 -"236922",97824,46621,3,1229,1343 -"236923",97824,49620,3,1229,1868 -"236924",97824,52327,3,1229,1472 -"236925",97824,55156,3,1229,2196 -"236926",97824,58133,3,1229,1484 -"236927",97824,58284,2,1229,2292 -"236928",97824,64181,3,1229,1828 -"236929",97824,74636,3,1229,2525 -"236930",97824,78563,3,1229,2385 -"236931",97824,79657,3,1229,1260 -"236932",97824,88232,3,1229,2881 -"236933",97824,88966,3,1229,1568 -"236934",97824,89880,3,1229,1938 -"236935",97824,100215,3,1229,2436 -"236936",97824,100432,3,1229,1358 -"236937",97834,7738,2,943,1265 -"236938",97834,8657,3,943,2473 -"236939",97834,41330,1,943,2720 -"236940",97834,78975,1,943,946 -"236941",97834,87904,3,943,952 -"236942",97834,110934,3,943,2308 -"236943",97915,3878,3,1802,1890 -"236944",97915,4191,3,1802,2130 -"236945",97915,4226,3,1802,1903 -"236946",97915,5462,3,1802,2374 -"236947",97915,6718,2,1802,2138 -"236948",97915,7241,3,1802,2259 -"236949",97915,7515,3,1802,2737 -"236950",97915,11516,3,1802,1937 -"236951",97915,18394,3,1802,2356 -"236952",97915,24568,3,1802,1937 -"236953",97915,41278,3,1802,1873 -"236954",97915,42687,3,1802,1952 -"236955",97915,45715,3,1802,2287 -"236956",97915,55468,3,1802,2511 -"236957",97915,58451,3,1802,1939 -"236958",97915,63409,3,1802,1937 -"236959",97915,79804,2,1802,2227 -"236960",97915,80429,3,1802,1927 -"236961",97915,88232,3,1802,2881 -"236962",97915,108867,3,1802,2328 -"236963",97937,5315,3,932,2631 -"236964",97937,11103,3,932,2393 -"236965",97937,11976,3,932,1727 -"236966",97937,13573,3,932,2774 -"236967",97937,20355,2,932,2111 -"236968",97937,33834,3,932,1606 -"236969",97937,34648,3,932,1596 -"236970",97937,36574,3,932,2934 -"236971",97937,38467,3,932,1259 -"236972",97937,40893,3,932,1116 -"236973",97937,45903,3,932,2237 -"236974",97937,46283,3,932,1184 -"236975",97937,67102,3,932,935 -"236976",97937,83526,3,932,1235 -"236977",97939,1018,2,451,1803 -"236978",97939,2384,3,451,1057 -"236979",97939,6023,3,451,2050 -"236980",97939,14032,3,451,2144 -"236981",97939,23492,3,451,1067 -"236982",97939,34588,3,451,985 -"236983",97939,45684,3,451,2200 -"236984",97939,46099,3,451,2360 -"236985",97939,56116,3,451,1321 -"236986",97939,57246,3,451,1873 -"236987",97939,79403,3,451,977 -"236988",97939,95288,3,451,1602 -"236989",97940,283,3,431,2082 -"236990",97940,378,3,431,2766 -"236991",97940,3100,3,431,2524 -"236992",97940,3403,3,431,2951 -"236993",97940,3520,3,431,2281 -"236994",97940,3786,3,431,2282 -"236995",97940,6071,3,431,2310 -"236996",97940,6078,2,431,498 -"236997",97940,6562,3,431,1139 -"236998",97940,9912,2,431,1356 -"236999",97940,11135,2,431,2441 -"237000",97940,15502,3,431,2637 -"237001",97940,15916,3,431,1236 -"237002",97940,16891,1,431,432 -"237003",97940,18550,3,431,483 -"237004",97940,19687,2,431,2072 -"237005",97940,20413,2,431,806 -"237006",97940,21352,3,431,1604 -"237007",97940,21895,3,431,1693 -"237008",97940,21976,3,431,1808 -"237009",97940,23639,2,431,2065 -"237010",97940,23731,3,431,1656 -"237011",97940,24116,3,431,1413 -"237012",97940,25270,3,431,985 -"237013",97940,25286,3,431,1545 -"237014",97940,26567,2,431,1158 -"237015",97940,28567,2,431,2398 -"237016",97940,32312,3,431,1472 -"237017",97940,34055,3,431,1881 -"237018",97940,34334,3,431,1637 -"237019",97940,34559,3,431,1105 -"237020",97940,41051,3,431,2767 -"237021",97940,42195,1,431,573 -"237022",97940,42486,3,431,1951 -"237023",97940,42628,3,431,2486 -"237024",97940,44723,3,431,1224 -"237025",97940,45487,3,431,2256 -"237026",97940,47330,2,431,2422 -"237027",97940,48764,2,431,860 -"237028",97940,51448,3,431,1593 -"237029",97940,56212,3,431,1410 -"237030",97940,56673,2,431,2419 -"237031",97940,62498,3,431,1698 -"237032",97940,67763,3,431,822 -"237033",97940,68670,1,431,565 -"237034",97940,78460,3,431,985 -"237035",97940,79236,3,431,1505 -"237036",97940,79404,3,431,1079 -"237037",97940,80728,3,431,599 -"237038",97940,80896,3,431,943 -"237039",97940,81134,2,431,1384 -"237040",97940,83133,3,431,1055 -"237041",97940,83541,3,431,555 -"237042",97940,85264,3,431,1236 -"237043",97940,88968,3,431,585 -"237044",97940,91772,3,431,2233 -"237045",97940,92381,2,431,1237 -"237046",97940,92947,3,431,1289 -"237047",97940,93317,3,431,1223 -"237048",97940,93670,3,431,1682 -"237049",97940,94399,3,431,963 -"237050",97940,95661,3,431,872 -"237051",97940,97240,3,431,1027 -"237052",97940,98003,2,431,573 -"237053",97940,104542,2,431,897 -"237054",97940,106554,1,431,1270 -"237055",97940,115194,3,431,604 -"237056",97990,21,3,1223,1385 -"237057",97990,1108,3,1223,1600 -"237058",97990,3255,3,1223,2504 -"237059",97990,5346,3,1223,1438 -"237060",97990,8865,3,1223,2394 -"237061",97990,9115,3,1223,2068 -"237062",97990,11429,3,1223,2520 -"237063",97990,12973,3,1223,1569 -"237064",97990,14586,3,1223,2801 -"237065",97990,14654,3,1223,1692 -"237066",97990,14761,2,1223,2502 -"237067",97990,23639,3,1223,2065 -"237068",97990,29997,3,1223,1789 -"237069",97990,30262,3,1223,1715 -"237070",97990,30870,3,1223,2370 -"237071",97990,31541,3,1223,1500 -"237072",97990,32939,3,1223,2277 -"237073",97990,34491,3,1223,2694 -"237074",97990,37475,3,1223,1509 -"237075",97990,39522,3,1223,1428 -"237076",97990,42883,3,1223,2575 -"237077",97990,49347,3,1223,2504 -"237078",97990,49621,3,1223,1915 -"237079",97990,50430,3,1223,1689 -"237080",97990,55487,2,1223,1500 -"237081",97990,57804,3,1223,2214 -"237082",97990,58086,2,1223,1667 -"237083",97990,59683,3,1223,2068 -"237084",97990,67062,3,1223,1623 -"237085",97990,68876,2,1223,1397 -"237086",97990,69232,2,1223,2130 -"237087",98003,283,3,573,2082 -"237088",98003,378,3,573,2766 -"237089",98003,1556,3,573,643 -"237090",98003,6071,3,573,2310 -"237091",98003,6119,3,573,2358 -"237092",98003,6562,3,573,1139 -"237093",98003,9912,3,573,1356 -"237094",98003,10336,3,573,2271 -"237095",98003,11135,3,573,2441 -"237096",98003,16593,3,573,1139 -"237097",98003,19687,2,573,2072 -"237098",98003,20413,2,573,806 -"237099",98003,21593,3,573,1312 -"237100",98003,21895,3,573,1693 -"237101",98003,21976,3,573,1808 -"237102",98003,23639,3,573,2065 -"237103",98003,23731,3,573,1656 -"237104",98003,24116,2,573,1413 -"237105",98003,25270,3,573,985 -"237106",98003,25286,3,573,1545 -"237107",98003,25451,3,573,698 -"237108",98003,25886,3,573,1580 -"237109",98003,26567,3,573,1158 -"237110",98003,28567,3,573,2398 -"237111",98003,29276,3,573,2000 -"237112",98003,32312,3,573,1472 -"237113",98003,34055,2,573,1881 -"237114",98003,34559,3,573,1105 -"237115",98003,34953,3,573,1817 -"237116",98003,41051,3,573,2767 -"237117",98003,42628,3,573,2486 -"237118",98003,45487,3,573,2256 -"237119",98003,47330,3,573,2422 -"237120",98003,47827,3,573,1957 -"237121",98003,48764,3,573,860 -"237122",98003,52686,3,573,916 -"237123",98003,56212,3,573,1410 -"237124",98003,56673,3,573,2419 -"237125",98003,65223,3,573,2724 -"237126",98003,68460,3,573,599 -"237127",98003,78460,3,573,985 -"237128",98003,79404,2,573,1079 -"237129",98003,80061,3,573,1223 -"237130",98003,80728,2,573,599 -"237131",98003,81134,2,573,1384 -"237132",98003,85264,3,573,1236 -"237133",98003,92381,3,573,1237 -"237134",98003,93317,3,573,1223 -"237135",98003,93670,2,573,1682 -"237136",98003,95661,3,573,872 -"237137",98003,104542,3,573,897 -"237138",98003,106554,2,573,1270 -"237139",98003,115194,2,573,604 -"237140",98058,900,3,1891,2726 -"237141",98058,5317,3,1891,2063 -"237142",98058,38676,3,1891,2286 -"237143",98058,39534,2,1891,2410 -"237144",98058,49347,3,1891,2504 -"237145",98058,66717,3,1891,2104 -"237146",98058,69131,3,1891,2122 -"237147",98058,73172,3,1891,2496 -"237148",98058,80606,3,1891,2079 -"237149",98058,107383,3,1891,1918 -"237150",98080,1767,3,1265,2727 -"237151",98080,2337,3,1265,1697 -"237152",98080,2424,3,1265,2582 -"237153",98080,2563,3,1265,1686 -"237154",98080,2694,2,1265,2062 -"237155",98080,3849,2,1265,1356 -"237156",98080,4121,3,1265,1304 -"237157",98080,4504,3,1265,1905 -"237158",98080,7258,3,1265,1714 -"237159",98080,11103,3,1265,2393 -"237160",98080,13324,3,1265,2163 -"237161",98080,13808,3,1265,1356 -"237162",98080,15813,3,1265,2143 -"237163",98080,16641,3,1265,1359 -"237164",98080,17931,3,1265,1617 -"237165",98080,18211,3,1265,1745 -"237166",98080,18891,3,1265,1596 -"237167",98080,21479,3,1265,2134 -"237168",98080,22207,3,1265,2365 -"237169",98080,23139,3,1265,2644 -"237170",98080,26234,3,1265,2183 -"237171",98080,36174,3,1265,1382 -"237172",98080,36637,1,1265,2085 -"237173",98080,40009,2,1265,1341 -"237174",98080,43404,3,1265,2649 -"237175",98080,50179,2,1265,2230 -"237176",98080,71971,3,1265,1294 -"237177",98080,76892,3,1265,2381 -"237178",98080,79436,3,1265,1344 -"237179",98080,94404,1,1265,1836 -"237180",98150,468,3,1009,1966 -"237181",98150,600,3,1009,1702 -"237182",98150,3164,2,1009,2693 -"237183",98150,4932,3,1009,2752 -"237184",98150,5971,3,1009,1985 -"237185",98150,6030,2,1009,2953 -"237186",98150,9678,2,1009,1217 -"237187",98150,10701,3,1009,2000 -"237188",98150,10779,3,1009,2881 -"237189",98150,11966,2,1009,2385 -"237190",98150,13311,3,1009,2315 -"237191",98150,13400,3,1009,1371 -"237192",98150,14080,2,1009,1351 -"237193",98150,15301,2,1009,2308 -"237194",98150,15607,1,1009,1421 -"237195",98150,17413,3,1009,2230 -"237196",98150,19072,2,1009,2358 -"237197",98150,19113,1,1009,1171 -"237198",98150,20284,3,1009,2530 -"237199",98150,20292,2,1009,2755 -"237200",98150,21571,2,1009,2755 -"237201",98150,21898,3,1009,1351 -"237202",98150,22566,1,1009,2308 -"237203",98150,28011,3,1009,2639 -"237204",98150,28050,2,1009,1955 -"237205",98150,28168,2,1009,2702 -"237206",98150,28296,3,1009,2944 -"237207",98150,29050,3,1009,1196 -"237208",98150,32567,3,1009,2784 -"237209",98150,34735,3,1009,2767 -"237210",98150,38869,3,1009,1675 -"237211",98150,41739,3,1009,1339 -"237212",98150,42619,2,1009,2017 -"237213",98150,44521,3,1009,1593 -"237214",98150,50468,3,1009,1659 -"237215",98150,54929,3,1009,2783 -"237216",98150,57246,3,1009,1873 -"237217",98150,57714,3,1009,1391 -"237218",98150,64181,3,1009,1828 -"237219",98150,65625,3,1009,1273 -"237220",98150,66413,3,1009,2507 -"237221",98150,69250,3,1009,1439 -"237222",98150,94500,2,1009,1529 -"237223",98150,102751,3,1009,1229 -"237224",98150,105063,3,1009,1908 -"237225",98243,1520,3,151,1716 -"237226",98243,1700,3,151,613 -"237227",98243,1728,3,151,284 -"237228",98243,2523,3,151,1691 -"237229",98243,4430,3,151,2019 -"237230",98243,4567,3,151,2348 -"237231",98243,5352,3,151,175 -"237232",98243,7780,2,151,1920 -"237233",98243,10457,3,151,1711 -"237234",98243,12361,3,151,2732 -"237235",98243,12728,3,151,2374 -"237236",98243,15118,3,151,1311 -"237237",98243,15443,3,151,1631 -"237238",98243,17645,2,151,1918 -"237239",98243,21207,3,151,1258 -"237240",98243,22704,3,151,1150 -"237241",98243,24568,3,151,1937 -"237242",98243,26957,3,151,987 -"237243",98243,29818,2,151,1677 -"237244",98243,31216,3,151,1244 -"237245",98243,31408,3,151,994 -"237246",98243,32240,3,151,706 -"237247",98243,38087,3,151,1083 -"237248",98243,39256,3,151,2449 -"237249",98243,40747,3,151,958 -"237250",98243,41581,3,151,1692 -"237251",98243,42331,3,151,1585 -"237252",98243,44135,3,151,2620 -"237253",98243,44744,3,151,2032 -"237254",98243,46726,2,151,943 -"237255",98243,47810,3,151,957 -"237256",98243,48698,3,151,1474 -"237257",98243,50996,3,151,929 -"237258",98243,55880,3,151,626 -"237259",98243,58745,3,151,1920 -"237260",98243,62268,3,151,413 -"237261",98243,62668,2,151,958 -"237262",98243,63409,3,151,1937 -"237263",98243,69037,2,151,849 -"237264",98243,71219,3,151,967 -"237265",98243,71531,3,151,2887 -"237266",98243,79420,3,151,1061 -"237267",98243,81077,3,151,498 -"237268",98243,85198,3,151,1794 -"237269",98243,100702,3,151,215 -"237270",98243,103890,2,151,958 -"237271",98243,107496,3,151,1572 -"237272",98243,119501,3,151,390 -"237273",98354,9272,3,2794,2835 -"237274",98376,54661,3,1251,1949 -"237275",98384,7555,3,1166,1943 -"237276",98384,11540,3,1166,1237 -"237277",98384,21138,3,1166,2849 -"237278",98384,32173,3,1166,2341 -"237279",98384,50124,3,1166,1209 -"237280",98384,51017,3,1166,2073 -"237281",98436,663,3,1212,2678 -"237282",98436,1393,3,1212,1706 -"237283",98436,3271,3,1212,2216 -"237284",98436,7123,3,1212,1964 -"237285",98436,9088,3,1212,1881 -"237286",98436,9272,3,1212,2835 -"237287",98436,9909,3,1212,2230 -"237288",98436,10701,3,1212,2000 -"237289",98436,16757,2,1212,1755 -"237290",98436,17672,3,1212,1987 -"237291",98436,17695,3,1212,1930 -"237292",98436,19667,3,1212,1466 -"237293",98436,20547,3,1212,2145 -"237294",98436,20739,3,1212,2025 -"237295",98436,21658,3,1212,1222 -"237296",98436,22389,2,1212,2034 -"237297",98436,31990,3,1212,2264 -"237298",98436,32939,3,1212,2277 -"237299",98436,37801,3,1212,2578 -"237300",98436,39188,3,1212,1948 -"237301",98436,43226,3,1212,2442 -"237302",98436,44312,2,1212,2741 -"237303",98436,44744,3,1212,2032 -"237304",98436,45449,3,1212,1610 -"237305",98436,48110,3,1212,2009 -"237306",98436,48931,3,1212,2444 -"237307",98436,52953,3,1212,1741 -"237308",98436,53445,2,1212,2028 -"237309",98436,54385,3,1212,2340 -"237310",98436,57804,2,1212,2214 -"237311",98436,58508,3,1212,2326 -"237312",98436,69335,3,1212,2698 -"237313",98436,76867,3,1212,1296 -"237314",98436,80301,3,1212,1690 -"237315",98436,80615,2,1212,2252 -"237316",98436,83264,2,1212,1922 -"237317",98436,84808,3,1212,1974 -"237318",98458,17033,3,329,2771 -"237319",98458,29353,2,329,502 -"237320",98458,70372,2,329,526 -"237321",98468,20847,2,182,491 -"237322",98468,91348,1,182,901 -"237323",98468,94138,3,182,1939 -"237324",98518,2028,3,1156,1978 -"237325",98518,2972,2,1156,1708 -"237326",98518,7292,3,1156,1988 -"237327",98518,9624,2,1156,2398 -"237328",98518,25680,3,1156,1618 -"237329",98518,26479,2,1156,1818 -"237330",98531,512,3,719,1596 -"237331",98531,3271,3,719,2216 -"237332",98531,9272,3,719,2835 -"237333",98531,14108,3,719,2012 -"237334",98531,25289,3,719,1790 -"237335",98531,43173,3,719,2895 -"237336",98531,43226,2,719,2442 -"237337",98531,48110,3,719,2009 -"237338",98531,56232,3,719,1175 -"237339",98531,57990,2,719,978 -"237340",98531,58508,3,719,2326 -"237341",98531,69335,3,719,2698 -"237342",98531,80301,3,719,1690 -"237343",98699,2603,2,2588,2906 -"237344",98716,7834,3,1166,1708 -"237345",98716,13003,2,1166,2763 -"237346",98716,16608,3,1166,1769 -"237347",98716,22857,3,1166,1708 -"237348",98716,116575,1,1166,2140 -"237349",98719,10488,3,1096,1524 -"237350",98719,17952,3,1096,1530 -"237351",98719,21352,3,1096,1604 -"237352",98719,41393,3,1096,1915 -"237353",98719,55775,3,1096,2385 -"237354",98719,61980,2,1096,2392 -"237355",98719,80009,2,1096,1640 -"237356",98719,80784,3,1096,1738 -"237357",98719,93326,3,1096,1196 -"237358",98719,100146,3,1096,2376 -"237359",98781,312,3,1410,2038 -"237360",98781,360,3,1410,1671 -"237361",98781,380,3,1410,2261 -"237362",98781,1495,3,1410,2046 -"237363",98781,1875,3,1410,1786 -"237364",98781,2195,3,1410,2139 -"237365",98781,2424,3,1410,2582 -"237366",98781,2533,3,1410,2016 -"237367",98781,2766,3,1410,1920 -"237368",98781,3801,3,1410,1974 -"237369",98781,4671,3,1410,2280 -"237370",98781,4701,3,1410,2401 -"237371",98781,4763,3,1410,1960 -"237372",98781,5072,3,1410,2175 -"237373",98781,5405,3,1410,1510 -"237374",98781,5622,2,1410,2175 -"237375",98781,7180,3,1410,2227 -"237376",98781,9364,1,1410,1698 -"237377",98781,10358,3,1410,2294 -"237378",98781,10474,3,1410,1608 -"237379",98781,10488,3,1410,1524 -"237380",98781,10513,3,1410,2284 -"237381",98781,10857,2,1410,2253 -"237382",98781,10874,2,1410,1891 -"237383",98781,11006,3,1410,1950 -"237384",98781,11218,3,1410,2292 -"237385",98781,11440,3,1410,2026 -"237386",98781,12375,3,1410,1873 -"237387",98781,12728,2,1410,2374 -"237388",98781,14032,3,1410,2144 -"237389",98781,15184,3,1410,2396 -"237390",98781,15539,3,1410,1929 -"237391",98781,16332,2,1410,2668 -"237392",98781,16863,3,1410,2069 -"237393",98781,17400,3,1410,2231 -"237394",98781,19027,3,1410,2721 -"237395",98781,19096,3,1410,1538 -"237396",98781,19248,3,1410,2357 -"237397",98781,19622,3,1410,2371 -"237398",98781,19719,3,1410,2177 -"237399",98781,20124,3,1410,2376 -"237400",98781,20311,3,1410,1981 -"237401",98781,21197,2,1410,1437 -"237402",98781,21285,3,1410,2100 -"237403",98781,22282,3,1410,1418 -"237404",98781,23508,3,1410,1907 -"237405",98781,23725,3,1410,2378 -"237406",98781,26749,3,1410,2965 -"237407",98781,27694,3,1410,2030 -"237408",98781,28015,3,1410,1624 -"237409",98781,28190,3,1410,1634 -"237410",98781,28635,3,1410,2368 -"237411",98781,28640,3,1410,1475 -"237412",98781,31530,2,1410,1661 -"237413",98781,32919,3,1410,2321 -"237414",98781,34480,3,1410,2755 -"237415",98781,39294,3,1410,1889 -"237416",98781,41625,3,1410,1794 -"237417",98781,43213,3,1410,2160 -"237418",98781,43385,1,1410,1623 -"237419",98781,45684,3,1410,2200 -"237420",98781,46039,3,1410,1794 -"237421",98781,46196,3,1410,1510 -"237422",98781,46883,3,1410,1671 -"237423",98781,47362,3,1410,2253 -"237424",98781,47772,3,1410,2293 -"237425",98781,48571,3,1410,2717 -"237426",98781,48605,3,1410,2796 -"237427",98781,51041,3,1410,2606 -"237428",98781,52136,3,1410,1412 -"237429",98781,52576,3,1410,2234 -"237430",98781,52789,3,1410,1791 -"237431",98781,54551,2,1410,2348 -"237432",98781,55468,3,1410,2511 -"237433",98781,56082,3,1410,2395 -"237434",98781,56317,3,1410,2030 -"237435",98781,58451,2,1410,1939 -"237436",98781,58508,3,1410,2326 -"237437",98781,58652,2,1410,1437 -"237438",98781,58684,3,1410,2295 -"237439",98781,61982,3,1410,2725 -"237440",98781,66703,2,1410,2375 -"237441",98781,76048,3,1410,2373 -"237442",98781,79322,3,1410,2770 -"237443",98781,81588,2,1410,1568 -"237444",98781,82949,3,1410,2077 -"237445",98781,83396,3,1410,2396 -"237446",98781,95644,3,1410,1531 -"237447",98801,600,3,1035,1702 -"237448",98801,675,3,1035,1686 -"237449",98801,913,3,1035,2144 -"237450",98801,1136,3,1035,2536 -"237451",98801,6940,3,1035,1183 -"237452",98801,7515,3,1035,2737 -"237453",98801,7847,3,1035,2424 -"237454",98801,9184,3,1035,2670 -"237455",98801,11434,3,1035,1187 -"237456",98801,13890,3,1035,1482 -"237457",98801,17698,2,1035,1559 -"237458",98801,21681,3,1035,2005 -"237459",98801,22586,3,1035,1341 -"237460",98801,23132,3,1035,2756 -"237461",98801,24568,3,1035,1937 -"237462",98801,29308,3,1035,2094 -"237463",98801,29930,3,1035,2240 -"237464",98801,32947,3,1035,1091 -"237465",98801,35302,3,1035,1589 -"237466",98801,36651,1,1035,1600 -"237467",98801,40137,2,1035,1718 -"237468",98801,40698,2,1035,1408 -"237469",98801,41446,3,1035,1103 -"237470",98801,42783,3,1035,2338 -"237471",98801,46532,3,1035,2005 -"237472",98801,52735,3,1035,1124 -"237473",98801,63409,3,1035,1937 -"237474",98801,64181,3,1035,1828 -"237475",98801,64997,3,1035,2791 -"237476",98801,73305,1,1035,2544 -"237477",98801,73394,3,1035,1606 -"237478",98801,78037,2,1035,1606 -"237479",98801,88808,3,1035,1462 -"237480",98856,17906,2,1075,1940 -"237481",98856,19049,3,1075,1798 -"237482",98856,24405,3,1075,1443 -"237483",98856,39278,3,1075,1952 -"237484",98856,41607,2,1075,2802 -"237485",98856,46584,3,1075,1972 -"237486",98856,58617,3,1075,2093 -"237487",98856,88455,2,1075,2388 -"237488",98893,1050,3,204,1185 -"237489",98893,10222,2,204,2212 -"237490",98893,14983,3,204,1047 -"237491",98893,18639,2,204,990 -"237492",98893,24198,3,204,2217 -"237493",98893,40893,3,204,1116 -"237494",98893,46512,3,204,1292 -"237495",98893,61785,3,204,822 -"237496",98893,67607,3,204,528 -"237497",98893,89880,3,204,1938 -"237498",98893,103224,1,204,2823 -"237499",98907,194,3,265,1243 -"237500",98907,1826,3,265,924 -"237501",98907,14731,3,265,2012 -"237502",98907,29918,3,265,1953 -"237503",98907,53322,3,265,1200 -"237504",98907,53323,2,265,2677 -"237505",98907,53608,2,265,1986 -"237506",98907,88126,3,265,1027 -"237507",98907,95036,3,265,380 -"237508",98925,613,3,584,2687 -"237509",98925,1154,3,584,1656 -"237510",98925,3167,3,584,1676 -"237511",98925,3830,3,584,1661 -"237512",98925,4057,3,584,2389 -"237513",98925,4226,3,584,1903 -"237514",98925,4790,3,584,1025 -"237515",98925,4791,3,584,1184 -"237516",98925,5462,3,584,2374 -"237517",98925,5971,3,584,1985 -"237518",98925,6588,3,584,2025 -"237519",98925,7226,3,584,1228 -"237520",98925,7241,2,584,2259 -"237521",98925,10050,3,584,1792 -"237522",98925,10646,2,584,1555 -"237523",98925,11817,3,584,600 -"237524",98925,12374,2,584,2260 -"237525",98925,13043,3,584,1295 -"237526",98925,14599,3,584,1118 -"237527",98925,15118,2,584,1311 -"237528",98925,15153,3,584,1864 -"237529",98925,16164,3,584,1184 -"237530",98925,16352,3,584,2657 -"237531",98925,17645,3,584,1918 -"237532",98925,18707,3,584,1143 -"237533",98925,21104,2,584,2327 -"237534",98925,21122,2,584,1701 -"237535",98925,22006,3,584,1202 -"237536",98925,24005,1,584,1188 -"237537",98925,25132,2,584,1188 -"237538",98925,26451,3,584,2133 -"237539",98925,26570,3,584,1669 -"237540",98925,26671,3,584,2279 -"237541",98925,26867,3,584,1804 -"237542",98925,27792,3,584,1308 -"237543",98925,27849,3,584,1316 -"237544",98925,29073,3,584,2328 -"237545",98925,29705,3,584,607 -"237546",98925,32811,2,584,804 -"237547",98925,33430,3,584,2225 -"237548",98925,33622,3,584,2230 -"237549",98925,34136,3,584,2202 -"237550",98925,34836,3,584,2302 -"237551",98925,37800,2,584,604 -"237552",98925,37893,3,584,875 -"237553",98925,38019,3,584,1870 -"237554",98925,39444,3,584,2695 -"237555",98925,39865,2,584,849 -"237556",98925,40028,3,584,1349 -"237557",98925,40072,2,584,1182 -"237558",98925,41278,3,584,1873 -"237559",98925,43518,3,584,2680 -"237560",98925,46726,3,584,943 -"237561",98925,47803,3,584,2477 -"237562",98925,47839,2,584,1864 -"237563",98925,48260,3,584,875 -"237564",98925,48698,2,584,1474 -"237565",98925,50118,3,584,2654 -"237566",98925,50236,3,584,2339 -"237567",98925,51810,3,584,1401 -"237568",98925,52345,3,584,1430 -"237569",98925,53303,3,584,1376 -"237570",98925,55468,3,584,2511 -"237571",98925,57950,2,584,1529 -"237572",98925,58133,3,584,1484 -"237573",98925,59939,2,584,936 -"237574",98925,62668,3,584,958 -"237575",98925,64031,3,584,1295 -"237576",98925,64997,3,584,2791 -"237577",98925,65884,2,584,798 -"237578",98925,69498,3,584,931 -"237579",98925,70046,3,584,2624 -"237580",98925,70838,3,584,687 -"237581",98925,72597,3,584,1843 -"237582",98925,75948,2,584,1006 -"237583",98925,78256,3,584,804 -"237584",98925,89965,3,584,810 -"237585",98925,91912,2,584,790 -"237586",98925,92124,2,584,1532 -"237587",98925,92220,3,584,607 -"237588",98925,97915,3,584,1802 -"237589",98925,104217,3,584,956 -"237590",98925,108379,3,584,2933 -"237591",98925,108647,3,584,1934 -"237592",98925,108867,1,584,2328 -"237593",98942,2959,3,1588,1785 -"237594",99012,750,3,931,1327 -"237595",99012,997,3,931,2788 -"237596",99012,1315,3,931,2760 -"237597",99012,1875,3,931,1786 -"237598",99012,4360,3,931,1770 -"237599",99012,4705,3,931,1714 -"237600",99012,7258,2,931,1714 -"237601",99012,7354,3,931,2008 -"237602",99012,7858,2,931,1795 -"237603",99012,10716,3,931,1692 -"237604",99012,12724,3,931,1930 -"237605",99012,20070,3,931,1914 -"237606",99012,22242,3,931,1690 -"237607",99012,28896,3,931,1395 -"237608",99012,32311,3,931,2396 -"237609",99012,37897,3,931,1685 -"237610",99012,48215,3,931,2028 -"237611",99012,53120,3,931,975 -"237612",99012,56152,2,931,1487 -"237613",99012,57977,3,931,2683 -"237614",99012,59677,3,931,1174 -"237615",99012,82681,1,931,1620 -"237616",99012,106299,3,931,1190 -"237617",99020,733,3,1383,1653 -"237618",99020,1767,3,1383,2727 -"237619",99020,2684,3,1383,2874 -"237620",99020,3167,3,1383,1676 -"237621",99020,4226,2,1383,1903 -"237622",99020,4485,3,1383,1963 -"237623",99020,6052,3,1383,1985 -"237624",99020,6491,3,1383,2424 -"237625",99020,9751,2,1383,1397 -"237626",99020,10488,3,1383,1524 -"237627",99020,12374,3,1383,2260 -"237628",99020,12728,3,1383,2374 -"237629",99020,15539,3,1383,1929 -"237630",99020,20311,3,1383,1981 -"237631",99020,21029,3,1383,1943 -"237632",99020,21104,3,1383,2327 -"237633",99020,21275,3,1383,2609 -"237634",99020,22025,3,1383,1591 -"237635",99020,23534,3,1383,1659 -"237636",99020,26436,3,1383,2489 -"237637",99020,26451,2,1383,2133 -"237638",99020,29073,3,1383,2328 -"237639",99020,30334,3,1383,2075 -"237640",99020,34136,3,1383,2202 -"237641",99020,34492,3,1383,1798 -"237642",99020,36439,3,1383,2469 -"237643",99020,37636,3,1383,2178 -"237644",99020,40392,3,1383,1878 -"237645",99020,43404,3,1383,2649 -"237646",99020,43518,3,1383,2680 -"237647",99020,51783,3,1383,2599 -"237648",99020,56317,3,1383,2030 -"237649",99020,58133,1,1383,1484 -"237650",99020,58451,3,1383,1939 -"237651",99020,58508,3,1383,2326 -"237652",99020,99103,3,1383,1470 -"237653",99020,108379,3,1383,2933 -"237654",99041,10857,3,844,2253 -"237655",99041,11239,3,844,2181 -"237656",99041,28432,3,844,1954 -"237657",99041,35797,3,844,2482 -"237658",99041,37859,2,844,1999 -"237659",99041,39906,3,844,2365 -"237660",99041,46506,3,844,2464 -"237661",99041,52215,3,844,1908 -"237662",99041,58122,3,844,889 -"237663",99041,60879,3,844,2792 -"237664",99041,106449,3,844,862 -"237665",99044,388,3,77,1594 -"237666",99044,725,2,77,1064 -"237667",99044,3016,3,77,747 -"237668",99044,3557,3,77,1259 -"237669",99044,5816,3,77,2408 -"237670",99044,6071,3,77,2310 -"237671",99044,6078,3,77,498 -"237672",99044,8525,3,77,1787 -"237673",99044,9808,3,77,1648 -"237674",99044,10908,3,77,1134 -"237675",99044,12200,3,77,1400 -"237676",99044,12818,2,77,2015 -"237677",99044,13024,3,77,2468 -"237678",99044,14025,3,77,2384 -"237679",99044,14761,3,77,2502 -"237680",99044,15075,3,77,2252 -"237681",99044,16771,3,77,1541 -"237682",99044,18855,3,77,1362 -"237683",99044,20392,3,77,1309 -"237684",99044,20867,3,77,200 -"237685",99044,21290,2,77,894 -"237686",99044,23639,3,77,2065 -"237687",99044,24109,3,77,504 -"237688",99044,24116,3,77,1413 -"237689",99044,25718,3,77,432 -"237690",99044,26138,3,77,1902 -"237691",99044,31395,3,77,1695 -"237692",99044,33691,3,77,949 -"237693",99044,36577,1,77,958 -"237694",99044,40392,3,77,1878 -"237695",99044,40850,3,77,1396 -"237696",99044,44447,2,77,165 -"237697",99044,46745,3,77,1565 -"237698",99044,49621,1,77,1915 -"237699",99044,53537,3,77,2428 -"237700",99044,53905,2,77,2193 -"237701",99044,54061,3,77,1488 -"237702",99044,56737,3,77,2270 -"237703",99044,59347,3,77,1926 -"237704",99044,69352,3,77,220 -"237705",99044,72827,3,77,1359 -"237706",99044,76230,3,77,1223 -"237707",99044,79236,2,77,1505 -"237708",99044,79306,2,77,190 -"237709",99044,79694,3,77,948 -"237710",99044,79822,3,77,1508 -"237711",99044,81113,3,77,1914 -"237712",99044,82426,3,77,1576 -"237713",99044,88819,3,77,83 -"237714",99044,89860,3,77,1999 -"237715",99044,89931,3,77,1400 -"237716",99044,93766,2,77,328 -"237717",99044,94339,3,77,2768 -"237718",99044,94758,2,77,584 -"237719",99044,114240,2,77,642 -"237720",99044,116243,3,77,89 -"237721",99044,118014,3,77,634 -"237722",99073,2452,3,486,1715 -"237723",99073,4730,3,486,2131 -"237724",99073,13007,3,486,2496 -"237725",99073,19858,3,486,2357 -"237726",99073,20200,3,486,2322 -"237727",99073,22403,3,486,1630 -"237728",99073,22684,3,486,569 -"237729",99073,24802,3,486,824 -"237730",99073,27355,3,486,870 -"237731",99073,28800,3,486,528 -"237732",99073,32339,3,486,2430 -"237733",99073,33665,3,486,787 -"237734",99073,41338,3,486,1553 -"237735",99073,42756,2,486,1384 -"237736",99073,47148,2,486,569 -"237737",99073,48832,3,486,1370 -"237738",99073,49414,2,486,1667 -"237739",99073,52041,3,486,2694 -"237740",99073,53643,3,486,1626 -"237741",99073,63409,3,486,1937 -"237742",99073,66994,3,486,1865 -"237743",99073,68586,3,486,2322 -"237744",99073,69012,2,486,799 -"237745",99073,69447,3,486,1197 -"237746",99073,75648,2,486,523 -"237747",99073,97242,3,486,686 -"237748",99103,671,3,1470,2328 -"237749",99103,675,3,1470,1686 -"237750",99103,733,1,1470,1653 -"237751",99103,1136,3,1470,2536 -"237752",99103,2424,3,1470,2582 -"237753",99103,3167,3,1470,1676 -"237754",99103,3242,2,1470,1730 -"237755",99103,4191,3,1470,2130 -"237756",99103,4226,3,1470,1903 -"237757",99103,4618,3,1470,2607 -"237758",99103,7515,3,1470,2737 -"237759",99103,8621,3,1470,1681 -"237760",99103,10130,3,1470,2741 -"237761",99103,10222,3,1470,2212 -"237762",99103,10404,3,1470,2062 -"237763",99103,10890,3,1470,2639 -"237764",99103,12374,3,1470,2260 -"237765",99103,13837,2,1470,1604 -"237766",99103,14189,3,1470,1483 -"237767",99103,17357,3,1470,1536 -"237768",99103,18277,2,1470,2309 -"237769",99103,19204,3,1470,1753 -"237770",99103,19516,3,1470,2313 -"237771",99103,20162,3,1470,2328 -"237772",99103,20419,3,1470,1587 -"237773",99103,20563,3,1470,2267 -"237774",99103,21104,3,1470,2327 -"237775",99103,22884,3,1470,1608 -"237776",99103,23508,3,1470,1907 -"237777",99103,23534,2,1470,1659 -"237778",99103,24198,3,1470,2217 -"237779",99103,25643,3,1470,1646 -"237780",99103,26436,3,1470,2489 -"237781",99103,26451,3,1470,2133 -"237782",99103,26516,3,1470,2479 -"237783",99103,26706,1,1470,1846 -"237784",99103,27753,3,1470,2750 -"237785",99103,32988,3,1470,2008 -"237786",99103,34136,2,1470,2202 -"237787",99103,34492,3,1470,1798 -"237788",99103,37333,3,1470,1612 -"237789",99103,38449,3,1470,1802 -"237790",99103,40293,3,1470,1671 -"237791",99103,40368,3,1470,2876 -"237792",99103,49189,1,1470,1550 -"237793",99103,50667,2,1470,2719 -"237794",99103,51022,2,1470,1499 -"237795",99103,51116,3,1470,1509 -"237796",99103,51410,2,1470,2739 -"237797",99103,53031,3,1470,2065 -"237798",99103,56171,3,1470,1524 -"237799",99103,58035,3,1470,1646 -"237800",99103,58133,2,1470,1484 -"237801",99103,58221,1,1470,1787 -"237802",99103,59700,3,1470,2346 -"237803",99103,63409,3,1470,1937 -"237804",99103,63515,3,1470,2023 -"237805",99103,64997,3,1470,2791 -"237806",99103,65572,3,1470,2750 -"237807",99103,66726,3,1470,2068 -"237808",99103,82409,3,1470,1881 -"237809",99103,82767,2,1470,1641 -"237810",99103,92322,2,1470,2393 -"237811",99103,93615,3,1470,2386 -"237812",99137,2960,3,804,977 -"237813",99137,13929,2,804,2693 -"237814",99137,14091,2,804,929 -"237815",99137,21479,2,804,2134 -"237816",99137,29050,3,804,1196 -"237817",99137,36962,3,804,2861 -"237818",99137,53630,3,804,1565 -"237819",99137,55691,3,804,2856 -"237820",99137,61188,3,804,2134 -"237821",99137,67424,3,804,903 -"237822",99137,72823,1,804,929 -"237823",99137,94101,3,804,997 -"237824",99137,101482,3,804,1300 -"237825",99152,1691,3,1698,1941 -"237826",99152,2208,3,1698,2814 -"237827",99152,2289,3,1698,2389 -"237828",99152,2684,3,1698,2874 -"237829",99152,3011,3,1698,2278 -"237830",99152,11055,3,1698,2111 -"237831",99152,16111,3,1698,1714 -"237832",99152,16201,2,1698,1811 -"237833",99152,19862,3,1698,2412 -"237834",99152,22180,3,1698,1835 -"237835",99152,39556,2,1698,2747 -"237836",99152,54879,3,1698,2210 -"237837",99152,57732,2,1698,2454 -"237838",99152,67145,3,1698,2015 -"237839",99152,97013,3,1698,1797 -"237840",99153,2206,3,803,2536 -"237841",99153,19501,3,803,1186 -"237842",99153,27545,3,803,855 -"237843",99153,30306,3,803,1606 -"237844",99153,62066,2,803,2281 -"237845",99170,10980,3,565,1974 -"237846",99170,12948,3,565,2669 -"237847",99170,45869,3,565,2840 -"237848",99170,85778,3,565,1040 -"237849",99170,100860,3,565,2326 -"237850",99173,10646,1,471,1555 -"237851",99173,12374,3,471,2260 -"237852",99173,14272,2,471,1063 -"237853",99173,15118,3,471,1311 -"237854",99173,18244,3,471,1622 -"237855",99173,18366,2,471,2699 -"237856",99173,20397,2,471,735 -"237857",99173,21795,3,471,2653 -"237858",99173,24005,3,471,1188 -"237859",99173,27135,3,471,798 -"237860",99173,48698,3,471,1474 -"237861",99173,50872,2,471,864 -"237862",99173,58180,2,471,1919 -"237863",99173,82829,3,471,2416 -"237864",99173,83079,2,471,798 -"237865",99173,98925,3,471,584 -"237866",99173,105795,3,471,1265 -"237867",99173,107435,3,471,1635 -"237868",99173,108647,1,471,1934 -"237869",99173,113619,3,471,760 -"237870",99194,4194,2,1271,1641 -"237871",99194,5414,2,1271,2321 -"237872",99194,6432,3,1271,2297 -"237873",99194,9740,3,1271,2233 -"237874",99194,13150,2,1271,1570 -"237875",99194,13551,2,1271,1451 -"237876",99194,30544,3,1271,2041 -"237877",99194,33278,3,1271,1591 -"237878",99194,35414,2,1271,1959 -"237879",99194,39589,3,1271,1292 -"237880",99194,42280,3,1271,2266 -"237881",99194,42998,3,1271,1978 -"237882",99194,43524,3,1271,2572 -"237883",99194,43929,3,1271,2749 -"237884",99194,44074,3,1271,1299 -"237885",99194,56168,3,1271,1466 -"237886",99194,57383,2,1271,1302 -"237887",99194,78262,3,1271,1326 -"237888",99194,79793,3,1271,1915 -"237889",99194,94339,3,1271,2768 -"237890",99196,301,2,598,2070 -"237891",99196,4634,3,598,2291 -"237892",99196,4968,3,598,1586 -"237893",99196,6040,2,598,2103 -"237894",99196,9269,3,598,1892 -"237895",99196,9656,3,598,1135 -"237896",99196,14061,3,598,1620 -"237897",99196,14490,3,598,2291 -"237898",99196,15023,3,598,2054 -"237899",99196,15281,3,598,810 -"237900",99196,19667,3,598,1466 -"237901",99196,20547,3,598,2145 -"237902",99196,20709,3,598,1757 -"237903",99196,23043,3,598,1109 -"237904",99196,44744,3,598,2032 -"237905",99196,47882,2,598,2769 -"237906",99196,48879,3,598,1524 -"237907",99196,51843,3,598,2389 -"237908",99196,53289,3,598,2746 -"237909",99196,54385,3,598,2340 -"237910",99196,67150,3,598,2633 -"237911",99196,78227,3,598,1745 -"237912",99196,78611,2,598,1586 -"237913",99196,78628,1,598,914 -"237914",99196,84808,3,598,1974 -"237915",99196,88448,1,598,914 -"237916",99196,93609,3,598,2252 -"237917",99202,1846,3,200,1845 -"237918",99202,3493,3,200,2451 -"237919",99202,20562,3,200,316 -"237920",99202,23966,3,200,891 -"237921",99202,26838,3,200,685 -"237922",99202,68539,3,200,1158 -"237923",99204,3152,3,232,1621 -"237924",99204,3669,3,232,2524 -"237925",99204,6133,3,232,1229 -"237926",99204,7185,3,232,1046 -"237927",99204,8478,3,232,984 -"237928",99204,14623,3,232,2043 -"237929",99204,14789,3,232,1034 -"237930",99204,18571,3,232,2128 -"237931",99204,20705,3,232,829 -"237932",99204,21424,3,232,1303 -"237933",99204,21741,3,232,1574 -"237934",99204,23158,3,232,659 -"237935",99204,23302,3,232,2677 -"237936",99204,24610,3,232,2733 -"237937",99204,26100,3,232,1966 -"237938",99204,29454,3,232,2719 -"237939",99204,30317,2,232,2431 -"237940",99204,30404,2,232,1810 -"237941",99204,32939,3,232,2277 -"237942",99204,33533,3,232,234 -"237943",99204,36136,3,232,2338 -"237944",99204,45730,3,232,2063 -"237945",99204,52185,3,232,1012 -"237946",99204,72426,3,232,2902 -"237947",99204,75287,3,232,460 -"237948",99204,76132,3,232,2426 -"237949",99204,76675,3,232,1840 -"237950",99204,91631,3,232,1899 -"237951",99215,31436,3,2791,2892 -"237952",99218,2747,3,481,2411 -"237953",99218,11588,3,481,2352 -"237954",99218,14998,3,481,1553 -"237955",99218,16502,2,481,1616 -"237956",99218,16750,2,481,1225 -"237957",99218,17645,3,481,1918 -"237958",99218,19934,3,481,2888 -"237959",99218,27320,3,481,2378 -"237960",99218,27391,3,481,2378 -"237961",99218,28893,3,481,2764 -"237962",99218,29495,2,481,1612 -"237963",99218,29627,3,481,882 -"237964",99218,29818,3,481,1677 -"237965",99218,31216,3,481,1244 -"237966",99218,31540,2,481,1675 -"237967",99218,32240,3,481,706 -"237968",99218,33017,3,481,1493 -"237969",99218,40003,2,481,936 -"237970",99218,40309,3,481,871 -"237971",99218,40747,3,481,958 -"237972",99218,45039,3,481,1663 -"237973",99218,58745,3,481,1920 -"237974",99218,58875,3,481,1899 -"237975",99218,63644,3,481,1267 -"237976",99218,69037,3,481,849 -"237977",99218,76369,3,481,583 -"237978",99218,100432,3,481,1358 -"237979",99218,107496,3,481,1572 -"237980",99218,110398,3,481,601 -"237981",99222,2057,3,829,1965 -"237982",99222,2429,3,829,999 -"237983",99222,17230,3,829,1965 -"237984",99222,26734,3,829,2299 -"237985",99222,32202,3,829,2314 -"237986",99222,67062,3,829,1623 -"237987",99222,70748,3,829,978 -"237988",99222,72083,3,829,1122 -"237989",99237,1367,3,783,2176 -"237990",99237,1785,3,783,2350 -"237991",99237,2014,3,783,973 -"237992",99237,2424,3,783,2582 -"237993",99237,2747,3,783,2411 -"237994",99237,3863,3,783,856 -"237995",99237,5346,2,783,1438 -"237996",99237,5580,3,783,2111 -"237997",99237,7245,3,783,2089 -"237998",99237,7932,3,783,789 -"237999",99237,9269,3,783,1892 -"238000",99237,9654,3,783,2111 -"238001",99237,9895,3,783,1960 -"238002",99237,10610,3,783,1427 -"238003",99237,12914,3,783,1557 -"238004",99237,13671,3,783,1371 -"238005",99237,15207,2,783,1855 -"238006",99237,15453,3,783,1688 -"238007",99237,15462,3,783,1141 -"238008",99237,16067,3,783,2727 -"238009",99237,18348,3,783,1711 -"238010",99237,18415,3,783,2184 -"238011",99237,18953,3,783,915 -"238012",99237,21929,3,783,2062 -"238013",99237,21942,3,783,2041 -"238014",99237,28057,3,783,1067 -"238015",99237,30262,3,783,1715 -"238016",99237,30943,3,783,2287 -"238017",99237,32939,3,783,2277 -"238018",99237,42642,3,783,2257 -"238019",99237,45186,3,783,835 -"238020",99237,46803,3,783,2305 -"238021",99237,53043,3,783,803 -"238022",99237,54388,3,783,1257 -"238023",99237,56364,3,783,1626 -"238024",99237,57804,3,783,2214 -"238025",99237,63641,3,783,2337 -"238026",99237,67726,3,783,2873 -"238027",99237,69716,3,783,2632 -"238028",99237,70011,3,783,2690 -"238029",99237,74818,3,783,1440 -"238030",99237,77719,3,783,2086 -"238031",99237,84601,3,783,802 -"238032",99237,85356,3,783,1492 -"238033",99237,92630,2,783,1583 -"238034",99237,94520,2,783,1243 -"238035",99237,96387,3,783,2159 -"238036",99237,99536,2,783,790 -"238037",99237,99557,3,783,1703 -"238038",99273,803,3,825,1666 -"238039",99273,1777,3,825,1965 -"238040",99273,4322,3,825,1707 -"238041",99273,4889,3,825,1501 -"238042",99273,5462,3,825,2374 -"238043",99273,7942,3,825,2623 -"238044",99273,14189,3,825,1483 -"238045",99273,14972,2,825,2332 -"238046",99273,16313,3,825,1160 -"238047",99273,17381,3,825,1697 -"238048",99273,19606,3,825,2783 -"238049",99273,23508,3,825,1907 -"238050",99273,24512,3,825,1369 -"238051",99273,31279,3,825,965 -"238052",99273,38048,3,825,867 -"238053",99273,48548,3,825,826 -"238054",99273,55256,3,825,2379 -"238055",99273,57609,3,825,2717 -"238056",99273,62488,3,825,1418 -"238057",99273,80278,3,825,1057 -"238058",99273,84498,3,825,1292 -"238059",99273,85430,3,825,2370 -"238060",99273,86799,3,825,1951 -"238061",99273,89958,3,825,1186 -"238062",99273,100140,3,825,1041 -"238063",99273,102050,3,825,906 -"238064",99273,103911,3,825,1733 -"238065",99274,206,2,78,1986 -"238066",99274,307,2,78,2530 -"238067",99274,312,3,78,2038 -"238068",99274,937,3,78,408 -"238069",99274,1036,2,78,1367 -"238070",99274,1092,1,78,1945 -"238071",99274,1397,2,78,1225 -"238072",99274,1888,3,78,114 -"238073",99274,2077,3,78,610 -"238074",99274,2684,3,78,2874 -"238075",99274,2743,3,78,1278 -"238076",99274,2864,3,78,1543 -"238077",99274,3242,3,78,1730 -"238078",99274,3753,1,78,1255 -"238079",99274,4360,3,78,1770 -"238080",99274,5239,3,78,2875 -"238081",99274,5429,2,78,1991 -"238082",99274,7013,3,78,2040 -"238083",99274,7555,3,78,1943 -"238084",99274,9511,3,78,1232 -"238085",99274,9893,2,78,2701 -"238086",99274,10861,3,78,1189 -"238087",99274,11055,2,78,2111 -"238088",99274,11434,3,78,1187 -"238089",99274,11620,3,78,2010 -"238090",99274,12473,3,78,801 -"238091",99274,14943,3,78,1942 -"238092",99274,15433,3,78,2038 -"238093",99274,15716,1,78,1991 -"238094",99274,16074,3,78,977 -"238095",99274,16164,3,78,1184 -"238096",99274,18244,3,78,1622 -"238097",99274,18615,3,78,1025 -"238098",99274,19027,3,78,2721 -"238099",99274,19248,3,78,2357 -"238100",99274,19335,3,78,1729 -"238101",99274,20067,3,78,2390 -"238102",99274,20824,3,78,1366 -"238103",99274,21225,3,78,1945 -"238104",99274,21406,3,78,2714 -"238105",99274,21706,2,78,1988 -"238106",99274,22586,2,78,1341 -"238107",99274,23132,2,78,2756 -"238108",99274,23506,3,78,1172 -"238109",99274,24299,3,78,231 -"238110",99274,27323,3,78,943 -"238111",99274,27501,3,78,1981 -"238112",99274,27849,3,78,1316 -"238113",99274,32047,3,78,1858 -"238114",99274,32419,3,78,1909 -"238115",99274,33655,3,78,773 -"238116",99274,33801,3,78,2899 -"238117",99274,34492,3,78,1798 -"238118",99274,34907,3,78,1945 -"238119",99274,35302,3,78,1589 -"238120",99274,35481,3,78,2211 -"238121",99274,35752,3,78,1158 -"238122",99274,41739,3,78,1339 -"238123",99274,42574,2,78,2842 -"238124",99274,44636,3,78,1026 -"238125",99274,44819,3,78,2063 -"238126",99274,45608,3,78,2420 -"238127",99274,46831,3,78,1915 -"238128",99274,47055,1,78,1525 -"238129",99274,51022,3,78,1499 -"238130",99274,52735,3,78,1124 -"238131",99274,53475,3,78,2853 -"238132",99274,53519,3,78,2781 -"238133",99274,54676,3,78,1342 -"238134",99274,54695,2,78,2429 -"238135",99274,55468,3,78,2511 -"238136",99274,58035,3,78,1646 -"238137",99274,58427,2,78,2234 -"238138",99274,62170,3,78,90 -"238139",99274,62338,1,78,228 -"238140",99274,64043,3,78,183 -"238141",99274,67150,3,78,2633 -"238142",99274,67314,3,78,1051 -"238143",99274,78270,3,78,1171 -"238144",99274,82124,3,78,756 -"238145",99274,89106,3,78,527 -"238146",99274,91908,3,78,918 -"238147",99274,94808,3,78,988 -"238148",99274,99444,3,78,408 -"238149",99274,102004,3,78,497 -"238150",99274,115734,2,78,859 -"238151",99279,1050,3,611,1185 -"238152",99279,1367,3,611,2176 -"238153",99279,5315,3,611,2631 -"238154",99279,7245,3,611,2089 -"238155",99279,13109,3,611,1374 -"238156",99279,13573,3,611,2774 -"238157",99279,19621,3,611,725 -"238158",99279,19858,3,611,2357 -"238159",99279,19892,3,611,1212 -"238160",99279,21401,3,611,1440 -"238161",99279,22374,2,611,1226 -"238162",99279,31003,3,611,1859 -"238163",99279,31050,3,611,1491 -"238164",99279,34648,1,611,1596 -"238165",99279,37108,3,611,1202 -"238166",99279,37915,3,611,1905 -"238167",99279,40893,3,611,1116 -"238168",99279,41278,3,611,1873 -"238169",99279,45186,3,611,835 -"238170",99279,45633,2,611,2134 -"238171",99279,45903,3,611,2237 -"238172",99279,46283,1,611,1184 -"238173",99279,48127,2,611,2677 -"238174",99279,48602,2,611,1704 -"238175",99279,49144,3,611,1542 -"238176",99279,55185,2,611,922 -"238177",99279,56903,3,611,1584 -"238178",99279,57714,3,611,1391 -"238179",99279,62488,3,611,1418 -"238180",99279,64502,3,611,1670 -"238181",99279,65691,3,611,2134 -"238182",99279,67102,3,611,935 -"238183",99279,67788,3,611,837 -"238184",99279,67957,3,611,2823 -"238185",99279,74318,3,611,632 -"238186",99279,76564,2,611,996 -"238187",99279,77001,3,611,1440 -"238188",99279,81095,2,611,1609 -"238189",99279,83526,2,611,1235 -"238190",99279,85356,3,611,1492 -"238191",99279,91279,2,611,966 -"238192",99279,92381,3,611,1237 -"238193",99279,100241,3,611,777 -"238194",99288,323,3,983,1706 -"238195",99288,1314,2,983,1522 -"238196",99288,1519,2,983,2349 -"238197",99288,1639,3,983,2631 -"238198",99288,2489,3,983,1537 -"238199",99288,3978,3,983,2775 -"238200",99288,4001,3,983,1687 -"238201",99288,4361,2,983,2571 -"238202",99288,4526,3,983,1728 -"238203",99288,4660,3,983,2149 -"238204",99288,4916,3,983,1970 -"238205",99288,5346,3,983,1438 -"238206",99288,5568,3,983,1290 -"238207",99288,5673,3,983,1567 -"238208",99288,7997,3,983,2049 -"238209",99288,8062,3,983,2858 -"238210",99288,8791,3,983,1789 -"238211",99288,9503,3,983,2453 -"238212",99288,10336,3,983,2271 -"238213",99288,10350,2,983,1163 -"238214",99288,10870,3,983,1755 -"238215",99288,11029,3,983,2362 -"238216",99288,11108,3,983,1609 -"238217",99288,12031,3,983,1957 -"238218",99288,14449,2,983,1258 -"238219",99288,15207,3,983,1855 -"238220",99288,16296,3,983,2626 -"238221",99288,16384,3,983,1320 -"238222",99288,16690,3,983,2132 -"238223",99288,17257,1,983,1117 -"238224",99288,17812,3,983,2705 -"238225",99288,18381,3,983,1524 -"238226",99288,18672,3,983,1182 -"238227",99288,20941,2,983,2725 -"238228",99288,21895,3,983,1693 -"238229",99288,27379,3,983,2461 -"238230",99288,27686,3,983,2844 -"238231",99288,29289,3,983,1756 -"238232",99288,29977,3,983,2781 -"238233",99288,30034,3,983,2357 -"238234",99288,31335,3,983,2351 -"238235",99288,32678,3,983,1439 -"238236",99288,36278,3,983,2952 -"238237",99288,37026,3,983,1428 -"238238",99288,38038,3,983,2686 -"238239",99288,38492,3,983,2280 -"238240",99288,38602,3,983,2693 -"238241",99288,38691,2,983,2585 -"238242",99288,39577,3,983,1728 -"238243",99288,40954,3,983,2603 -"238244",99288,41446,3,983,1103 -"238245",99288,43673,3,983,2787 -"238246",99288,45664,3,983,2235 -"238247",99288,46532,3,983,2005 -"238248",99288,46982,3,983,2806 -"238249",99288,47013,3,983,2388 -"238250",99288,47889,3,983,992 -"238251",99288,51035,3,983,2397 -"238252",99288,53091,3,983,1134 -"238253",99288,55436,3,983,2513 -"238254",99288,55892,3,983,1234 -"238255",99288,59298,3,983,1236 -"238256",99288,63641,3,983,2337 -"238257",99288,66717,3,983,2104 -"238258",99288,67252,3,983,1215 -"238259",99288,68885,3,983,2151 -"238260",99288,70433,3,983,2639 -"238261",99288,70583,3,983,2615 -"238262",99288,72535,3,983,1191 -"238263",99288,72728,3,983,2234 -"238264",99288,77057,3,983,1866 -"238265",99288,77095,3,983,1622 -"238266",99288,79158,3,983,1252 -"238267",99288,79420,3,983,1061 -"238268",99288,85869,3,983,1509 -"238269",99288,94520,3,983,1243 -"238270",99291,1787,3,930,1707 -"238271",99291,2370,3,930,1600 -"238272",99291,4188,3,930,2963 -"238273",99291,5937,3,930,2392 -"238274",99291,6234,2,930,2654 -"238275",99291,6235,2,930,1585 -"238276",99291,6800,2,930,2053 -"238277",99291,10119,3,930,2374 -"238278",99291,13671,3,930,1371 -"238279",99291,14838,3,930,1746 -"238280",99291,14861,3,930,2269 -"238281",99291,15119,3,930,1020 -"238282",99291,15239,3,930,1958 -"238283",99291,16477,3,930,2069 -"238284",99291,16524,3,930,1556 -"238285",99291,16590,3,930,1123 -"238286",99291,18821,3,930,2075 -"238287",99291,19767,3,930,1041 -"238288",99291,23728,3,930,2601 -"238289",99291,23802,3,930,1713 -"238290",99291,30194,3,930,2874 -"238291",99291,31794,3,930,1919 -"238292",99291,32079,3,930,2315 -"238293",99291,32841,3,930,1345 -"238294",99291,33363,3,930,2475 -"238295",99291,33460,2,930,2781 -"238296",99291,34576,3,930,1727 -"238297",99291,36491,3,930,1781 -"238298",99291,37454,3,930,1245 -"238299",99291,41521,2,930,2069 -"238300",99291,43311,3,930,1553 -"238301",99291,44727,2,930,1227 -"238302",99291,44730,3,930,2468 -"238303",99291,49079,3,930,2447 -"238304",99291,50899,2,930,2125 -"238305",99291,53648,2,930,2167 -"238306",99291,56413,3,930,2747 -"238307",99291,65568,2,930,1699 -"238308",99291,66609,3,930,998 -"238309",99291,76997,3,930,2223 -"238310",99291,79913,2,930,1514 -"238311",99291,82246,3,930,1538 -"238312",99291,86015,3,930,1514 -"238313",99291,93459,1,930,1354 -"238314",99298,388,3,679,1594 -"238315",99298,680,3,679,2569 -"238316",99298,1314,3,679,1522 -"238317",99298,1519,3,679,2349 -"238318",99298,1560,3,679,2013 -"238319",99298,1702,3,679,1984 -"238320",99298,2540,3,679,1398 -"238321",99298,2563,3,679,1686 -"238322",99298,3254,3,679,1258 -"238323",99298,3493,3,679,2451 -"238324",99298,4001,3,679,1687 -"238325",99298,4303,3,679,2414 -"238326",99298,4660,3,679,2149 -"238327",99298,5897,3,679,2337 -"238328",99298,6602,3,679,1631 -"238329",99298,7936,3,679,1199 -"238330",99298,7997,3,679,2049 -"238331",99298,8062,3,679,2858 -"238332",99298,9716,3,679,1929 -"238333",99298,9785,3,679,2951 -"238334",99298,10474,3,679,1608 -"238335",99298,11143,3,679,2623 -"238336",99298,11429,3,679,2520 -"238337",99298,11477,3,679,2724 -"238338",99298,12067,3,679,1213 -"238339",99298,12361,3,679,2732 -"238340",99298,12653,3,679,1573 -"238341",99298,12759,3,679,2414 -"238342",99298,13537,3,679,1020 -"238343",99298,14072,3,679,1346 -"238344",99298,14972,3,679,2332 -"238345",99298,15095,1,679,2001 -"238346",99298,15700,3,679,1712 -"238347",99298,18102,3,679,1642 -"238348",99298,18124,2,679,1642 -"238349",99298,18371,3,679,2860 -"238350",99298,18381,3,679,1524 -"238351",99298,18421,3,679,2457 -"238352",99298,18518,3,679,1128 -"238353",99298,19655,3,679,2706 -"238354",99298,20395,3,679,1468 -"238355",99298,20624,3,679,1298 -"238356",99298,20688,3,679,891 -"238357",99298,20941,3,679,2725 -"238358",99298,21383,3,679,971 -"238359",99298,22244,2,679,2139 -"238360",99298,23000,3,679,1815 -"238361",99298,23966,3,679,891 -"238362",99298,25373,3,679,2783 -"238363",99298,26182,3,679,2775 -"238364",99298,27320,3,679,2378 -"238365",99298,28057,3,679,1067 -"238366",99298,30334,2,679,2075 -"238367",99298,30705,3,679,2959 -"238368",99298,31335,3,679,2351 -"238369",99298,32479,3,679,969 -"238370",99298,34820,3,679,1630 -"238371",99298,35518,3,679,1721 -"238372",99298,36737,3,679,829 -"238373",99298,36953,3,679,2790 -"238374",99298,37636,2,679,2178 -"238375",99298,37844,3,679,2002 -"238376",99298,38513,2,679,914 -"238377",99298,40392,2,679,1878 -"238378",99298,41429,3,679,1770 -"238379",99298,41439,3,679,709 -"238380",99298,41723,3,679,2101 -"238381",99298,42006,3,679,862 -"238382",99298,43204,3,679,1680 -"238383",99298,43673,3,679,2787 -"238384",99298,44341,1,679,1230 -"238385",99298,45375,3,679,862 -"238386",99298,45480,3,679,1104 -"238387",99298,45992,3,679,1182 -"238388",99298,46982,3,679,2806 -"238389",99298,47013,1,679,2388 -"238390",99298,47082,3,679,1990 -"238391",99298,51144,3,679,2466 -"238392",99298,51783,2,679,2599 -"238393",99298,56082,3,679,2395 -"238394",99298,63641,3,679,2337 -"238395",99298,66717,3,679,2104 -"238396",99298,72535,3,679,1191 -"238397",99298,72632,3,679,1289 -"238398",99298,85198,3,679,1794 -"238399",99298,87907,3,679,1173 -"238400",99298,95690,3,679,765 -"238401",99298,96007,3,679,895 -"238402",99332,194,3,873,1243 -"238403",99332,323,3,873,1706 -"238404",99332,669,3,873,1423 -"238405",99332,728,3,873,1812 -"238406",99332,843,3,873,2332 -"238407",99332,1323,3,873,1659 -"238408",99332,1523,3,873,2048 -"238409",99332,1629,2,873,1289 -"238410",99332,1702,3,873,1984 -"238411",99332,1846,3,873,1845 -"238412",99332,2424,3,873,2582 -"238413",99332,2540,2,873,1398 -"238414",99332,2979,3,873,2912 -"238415",99332,3127,2,873,2273 -"238416",99332,3271,2,873,2216 -"238417",99332,3477,2,873,2546 -"238418",99332,3493,3,873,2451 -"238419",99332,3978,3,873,2775 -"238420",99332,4303,3,873,2414 -"238421",99332,4361,3,873,2571 -"238422",99332,5683,3,873,2468 -"238423",99332,5792,1,873,975 -"238424",99332,5839,3,873,2301 -"238425",99332,6063,3,873,2349 -"238426",99332,6989,3,873,2623 -"238427",99332,7252,3,873,2799 -"238428",99332,7337,1,873,1797 -"238429",99332,7604,3,873,1366 -"238430",99332,7798,3,873,949 -"238431",99332,7937,3,873,2044 -"238432",99332,8395,2,873,896 -"238433",99332,8607,3,873,1685 -"238434",99332,8789,3,873,2024 -"238435",99332,8865,3,873,2394 -"238436",99332,9227,2,873,1267 -"238437",99332,9241,3,873,2338 -"238438",99332,9272,2,873,2835 -"238439",99332,9503,3,873,2453 -"238440",99332,9787,3,873,2858 -"238441",99332,10050,2,873,1792 -"238442",99332,10453,3,873,1656 -"238443",99332,10754,2,873,1797 -"238444",99332,10859,3,873,2231 -"238445",99332,11136,3,873,2573 -"238446",99332,11329,3,873,2799 -"238447",99332,11563,3,873,1863 -"238448",99332,11639,3,873,1593 -"238449",99332,12067,3,873,1213 -"238450",99332,12779,3,873,936 -"238451",99332,13184,3,873,977 -"238452",99332,13808,3,873,1356 -"238453",99332,14654,3,873,1692 -"238454",99332,14754,3,873,2456 -"238455",99332,14817,3,873,2110 -"238456",99332,14887,2,873,2158 -"238457",99332,16437,3,873,1956 -"238458",99332,16501,3,873,1650 -"238459",99332,17645,3,873,1918 -"238460",99332,18005,3,873,2449 -"238461",99332,18217,3,873,1566 -"238462",99332,18381,3,873,1524 -"238463",99332,18978,3,873,952 -"238464",99332,19075,3,873,2214 -"238465",99332,19433,3,873,2504 -"238466",99332,19934,3,873,2888 -"238467",99332,20155,3,873,1517 -"238468",99332,20512,3,873,2748 -"238469",99332,20688,3,873,891 -"238470",99332,21198,3,873,935 -"238471",99332,21593,3,873,1312 -"238472",99332,21684,3,873,1971 -"238473",99332,22586,3,873,1341 -"238474",99332,23000,3,873,1815 -"238475",99332,23131,3,873,1732 -"238476",99332,23430,3,873,904 -"238477",99332,23488,3,873,1523 -"238478",99332,23966,3,873,891 -"238479",99332,24456,3,873,1238 -"238480",99332,25163,3,873,1751 -"238481",99332,25577,3,873,1946 -"238482",99332,26182,3,873,2775 -"238483",99332,27908,3,873,2576 -"238484",99332,28357,3,873,1134 -"238485",99332,28432,3,873,1954 -"238486",99332,28893,3,873,2764 -"238487",99332,29267,2,873,1234 -"238488",99332,29286,2,873,1612 -"238489",99332,29627,3,873,882 -"238490",99332,30010,3,873,2917 -"238491",99332,30486,3,873,1269 -"238492",99332,30668,3,873,2882 -"238493",99332,30669,2,873,1921 -"238494",99332,30870,3,873,2370 -"238495",99332,31317,3,873,1362 -"238496",99332,31338,3,873,917 -"238497",99332,32110,3,873,2224 -"238498",99332,32339,3,873,2430 -"238499",99332,33223,3,873,2397 -"238500",99332,33341,3,873,2338 -"238501",99332,33681,2,873,1059 -"238502",99332,33870,2,873,955 -"238503",99332,35888,3,873,2291 -"238504",99332,35903,3,873,1434 -"238505",99332,36912,3,873,2469 -"238506",99332,36953,2,873,2790 -"238507",99332,37427,3,873,915 -"238508",99332,37632,3,873,1295 -"238509",99332,37752,3,873,2223 -"238510",99332,38219,3,873,1689 -"238511",99332,38513,3,873,914 -"238512",99332,38532,3,873,1234 -"238513",99332,39062,3,873,2020 -"238514",99332,39439,3,873,2462 -"238515",99332,39444,3,873,2695 -"238516",99332,39534,3,873,2410 -"238517",99332,39589,2,873,1292 -"238518",99332,40035,3,873,2742 -"238519",99332,40542,3,873,1664 -"238520",99332,40572,2,873,2666 -"238521",99332,41338,3,873,1553 -"238522",99332,41446,3,873,1103 -"238523",99332,42813,2,873,2142 -"238524",99332,43173,3,873,2895 -"238525",99332,43204,3,873,1680 -"238526",99332,43226,2,873,2442 -"238527",99332,44497,3,873,2401 -"238528",99332,45480,3,873,1104 -"238529",99332,45729,3,873,2606 -"238530",99332,45874,3,873,944 -"238531",99332,46486,1,873,1868 -"238532",99332,46532,3,873,2005 -"238533",99332,46982,3,873,2806 -"238534",99332,47013,3,873,2388 -"238535",99332,47595,3,873,2374 -"238536",99332,47968,3,873,2829 -"238537",99332,48110,2,873,2009 -"238538",99332,49560,3,873,1679 -"238539",99332,50335,3,873,1893 -"238540",99332,50585,3,873,2414 -"238541",99332,51016,3,873,1141 -"238542",99332,51879,3,873,1771 -"238543",99332,52136,3,873,1412 -"238544",99332,53445,3,873,2028 -"238545",99332,53726,3,873,1729 -"238546",99332,53739,3,873,2704 -"238547",99332,54467,2,873,919 -"238548",99332,57765,3,873,2893 -"238549",99332,57804,3,873,2214 -"238550",99332,57990,3,873,978 -"238551",99332,58508,2,873,2326 -"238552",99332,59039,3,873,2870 -"238553",99332,59448,3,873,2687 -"238554",99332,60258,3,873,2405 -"238555",99332,61125,2,873,1673 -"238556",99332,62963,3,873,1964 -"238557",99332,64947,3,873,2489 -"238558",99332,66205,3,873,2898 -"238559",99332,66994,3,873,1865 -"238560",99332,67815,3,873,2476 -"238561",99332,69250,3,873,1439 -"238562",99332,69335,2,873,2698 -"238563",99332,72438,3,873,1397 -"238564",99332,76286,3,873,1642 -"238565",99332,76511,3,873,1250 -"238566",99332,76606,3,873,885 -"238567",99332,80301,2,873,1690 -"238568",99332,80801,3,873,1250 -"238569",99332,82039,3,873,1327 -"238570",99332,82226,3,873,1619 -"238571",99332,87958,3,873,1234 -"238572",99332,90709,1,873,1080 -"238573",99332,91849,3,873,1166 -"238574",99332,92850,3,873,1971 -"238575",99332,95910,3,873,999 -"238576",99332,97476,3,873,975 -"238577",99332,108620,3,873,881 -"238578",99351,53219,3,2939,2973 -"238579",99352,10646,3,263,1555 -"238580",99352,14272,1,263,1063 -"238581",99352,18244,3,263,1622 -"238582",99352,18366,2,263,2699 -"238583",99352,20397,2,263,735 -"238584",99352,21795,3,263,2653 -"238585",99352,27135,3,263,798 -"238586",99352,58180,1,263,1919 -"238587",99352,82829,2,263,2416 -"238588",99352,83079,2,263,798 -"238589",99352,99173,2,263,471 -"238590",99352,105795,3,263,1265 -"238591",99352,107435,3,263,1635 -"238592",99352,108647,3,263,1934 -"238593",99352,113619,2,263,760 -"238594",99366,671,3,900,2328 -"238595",99366,2063,3,900,1278 -"238596",99366,2424,3,900,2582 -"238597",99366,2743,3,900,1278 -"238598",99366,3242,3,900,1730 -"238599",99366,10404,3,900,2062 -"238600",99366,10890,3,900,2639 -"238601",99366,12449,3,900,2067 -"238602",99366,15626,3,900,2434 -"238603",99366,16164,3,900,1184 -"238604",99366,20563,3,900,2267 -"238605",99366,20824,3,900,1366 -"238606",99366,26436,3,900,2489 -"238607",99366,27753,3,900,2750 -"238608",99366,38449,3,900,1802 -"238609",99366,48274,3,900,1979 -"238610",99366,51022,2,900,1499 -"238611",99366,51853,3,900,2520 -"238612",99366,54740,3,900,2750 -"238613",99366,64793,3,900,2819 -"238614",99366,91841,3,900,1521 -"238615",99366,93953,3,900,969 -"238616",99418,1349,2,444,1147 -"238617",99418,1846,3,444,1845 -"238618",99418,2700,3,444,857 -"238619",99418,2936,2,444,2512 -"238620",99418,3493,3,444,2451 -"238621",99418,5897,3,444,2337 -"238622",99418,6877,3,444,867 -"238623",99418,9241,3,444,2338 -"238624",99418,9723,3,444,2302 -"238625",99418,9785,3,444,2951 -"238626",99418,10577,3,444,497 -"238627",99418,13296,2,444,839 -"238628",99418,14449,3,444,1258 -"238629",99418,16864,3,444,814 -"238630",99418,18421,3,444,2457 -"238631",99418,20395,3,444,1468 -"238632",99418,20941,3,444,2725 -"238633",99418,21487,3,444,2203 -"238634",99418,23000,2,444,1815 -"238635",99418,23154,3,444,2345 -"238636",99418,23966,3,444,891 -"238637",99418,26182,2,444,2775 -"238638",99418,26450,3,444,1709 -"238639",99418,26838,3,444,685 -"238640",99418,27320,3,444,2378 -"238641",99418,28116,3,444,1643 -"238642",99418,28440,3,444,675 -"238643",99418,31866,2,444,2101 -"238644",99418,32470,3,444,1539 -"238645",99418,32939,3,444,2277 -"238646",99418,33870,3,444,955 -"238647",99418,34216,3,444,2832 -"238648",99418,37149,3,444,1673 -"238649",99418,38513,3,444,914 -"238650",99418,41439,3,444,709 -"238651",99418,42006,3,444,862 -"238652",99418,42256,3,444,2839 -"238653",99418,43204,3,444,1680 -"238654",99418,43207,3,444,635 -"238655",99418,45480,3,444,1104 -"238656",99418,46982,2,444,2806 -"238657",99418,47013,2,444,2388 -"238658",99418,51144,3,444,2466 -"238659",99418,52136,3,444,1412 -"238660",99418,54467,3,444,919 -"238661",99418,57804,3,444,2214 -"238662",99418,62715,3,444,1838 -"238663",99418,63644,3,444,1267 -"238664",99418,68931,3,444,2771 -"238665",99418,69545,3,444,673 -"238666",99418,70583,3,444,2615 -"238667",99418,73582,3,444,2075 -"238668",99418,87907,3,444,1173 -"238669",99418,95690,3,444,765 -"238670",99418,96715,3,444,1792 -"238671",99418,99298,3,444,679 -"238672",99427,17812,3,1706,2705 -"238673",99427,34742,3,1706,1883 -"238674",99427,70433,3,1706,2639 -"238675",99444,270,3,408,2542 -"238676",99444,307,2,408,2530 -"238677",99444,325,3,408,495 -"238678",99444,600,3,408,1702 -"238679",99444,671,3,408,2328 -"238680",99444,913,3,408,2144 -"238681",99444,1044,3,408,880 -"238682",99444,1092,3,408,1945 -"238683",99444,1124,3,408,1596 -"238684",99444,1127,3,408,1188 -"238685",99444,1130,3,408,1566 -"238686",99444,1386,3,408,1901 -"238687",99444,1397,3,408,1225 -"238688",99444,1826,3,408,924 -"238689",99444,2208,3,408,2814 -"238690",99444,2269,2,408,984 -"238691",99444,2300,3,408,565 -"238692",99444,2322,3,408,1645 -"238693",99444,2325,3,408,1641 -"238694",99444,2424,3,408,2582 -"238695",99444,2684,3,408,2874 -"238696",99444,2731,2,408,434 -"238697",99444,2754,3,408,1360 -"238698",99444,2819,3,408,1743 -"238699",99444,3011,3,408,2278 -"238700",99444,3040,3,408,1446 -"238701",99444,3753,3,408,1255 -"238702",99444,3830,3,408,1661 -"238703",99444,3966,3,408,2425 -"238704",99444,4226,2,408,1903 -"238705",99444,4289,3,408,1921 -"238706",99444,4317,2,408,1224 -"238707",99444,4701,2,408,2401 -"238708",99444,4790,1,408,1025 -"238709",99444,4791,1,408,1184 -"238710",99444,5462,3,408,2374 -"238711",99444,5971,3,408,1985 -"238712",99444,6047,3,408,2004 -"238713",99444,6222,3,408,1949 -"238714",99444,6491,3,408,2424 -"238715",99444,6718,3,408,2138 -"238716",99444,7241,3,408,2259 -"238717",99444,7555,2,408,1943 -"238718",99444,7616,3,408,2296 -"238719",99444,7847,3,408,2424 -"238720",99444,7861,3,408,1647 -"238721",99444,8286,3,408,886 -"238722",99444,9474,3,408,864 -"238723",99444,9615,3,408,2464 -"238724",99444,9654,3,408,2111 -"238725",99444,9751,3,408,1397 -"238726",99444,9893,3,408,2701 -"238727",99444,10148,3,408,2964 -"238728",99444,11348,3,408,824 -"238729",99444,11440,3,408,2026 -"238730",99444,11456,3,408,2715 -"238731",99444,11541,3,408,1927 -"238732",99444,11620,3,408,2010 -"238733",99444,12096,3,408,1330 -"238734",99444,12374,3,408,2260 -"238735",99444,12728,2,408,2374 -"238736",99444,12863,3,408,2027 -"238737",99444,12887,3,408,433 -"238738",99444,13905,3,408,452 -"238739",99444,13945,3,408,1324 -"238740",99444,14091,3,408,929 -"238741",99444,14678,2,408,799 -"238742",99444,14709,3,408,1901 -"238743",99444,15005,2,408,1415 -"238744",99444,15135,3,408,1035 -"238745",99444,15343,3,408,2125 -"238746",99444,15539,3,408,1929 -"238747",99444,15643,3,408,502 -"238748",99444,16313,3,408,1160 -"238749",99444,16539,3,408,1947 -"238750",99444,17852,2,408,2840 -"238751",99444,18393,2,408,860 -"238752",99444,18394,3,408,2356 -"238753",99444,18707,2,408,1143 -"238754",99444,19719,3,408,2177 -"238755",99444,20287,3,408,1099 -"238756",99444,20311,2,408,1981 -"238757",99444,20975,3,408,1305 -"238758",99444,21104,3,408,2327 -"238759",99444,21122,2,408,1701 -"238760",99444,21197,3,408,1437 -"238761",99444,21198,2,408,935 -"238762",99444,21285,3,408,2100 -"238763",99444,21417,3,408,2422 -"238764",99444,21693,3,408,2176 -"238765",99444,21795,3,408,2653 -"238766",99444,22006,3,408,1202 -"238767",99444,22282,2,408,1418 -"238768",99444,22331,2,408,2687 -"238769",99444,22362,3,408,1836 -"238770",99444,22455,3,408,1197 -"238771",99444,22586,3,408,1341 -"238772",99444,23011,3,408,2763 -"238773",99444,23450,3,408,967 -"238774",99444,23508,2,408,1907 -"238775",99444,23509,2,408,2275 -"238776",99444,23652,3,408,803 -"238777",99444,23729,3,408,1624 -"238778",99444,23825,3,408,1913 -"238779",99444,24005,3,408,1188 -"238780",99444,24286,3,408,1280 -"238781",99444,24608,3,408,1630 -"238782",99444,24755,2,408,1319 -"238783",99444,24789,3,408,829 -"238784",99444,25129,3,408,2647 -"238785",99444,25305,3,408,2447 -"238786",99444,25341,3,408,1858 -"238787",99444,25443,3,408,1441 -"238788",99444,25595,3,408,768 -"238789",99444,26282,3,408,1241 -"238790",99444,26322,3,408,1018 -"238791",99444,26451,1,408,2133 -"238792",99444,26570,3,408,1669 -"238793",99444,26749,3,408,2965 -"238794",99444,26865,3,408,2726 -"238795",99444,27112,3,408,500 -"238796",99444,27175,3,408,1447 -"238797",99444,27275,3,408,2656 -"238798",99444,27390,2,408,2425 -"238799",99444,27792,2,408,1308 -"238800",99444,27849,1,408,1316 -"238801",99444,28015,3,408,1624 -"238802",99444,28124,2,408,434 -"238803",99444,29073,3,408,2328 -"238804",99444,29705,1,408,607 -"238805",99444,29750,2,408,689 -"238806",99444,29929,3,408,2789 -"238807",99444,29962,3,408,2201 -"238808",99444,29987,3,408,956 -"238809",99444,30052,3,408,2855 -"238810",99444,30943,3,408,2287 -"238811",99444,31530,3,408,1661 -"238812",99444,31691,3,408,1657 -"238813",99444,32017,2,408,577 -"238814",99444,32131,3,408,1035 -"238815",99444,32173,3,408,2341 -"238816",99444,32457,3,408,2690 -"238817",99444,32601,2,408,1033 -"238818",99444,32811,2,408,804 -"238819",99444,33241,3,408,632 -"238820",99444,33356,3,408,1586 -"238821",99444,33433,3,408,2805 -"238822",99444,33801,3,408,2899 -"238823",99444,34136,3,408,2202 -"238824",99444,34327,3,408,2959 -"238825",99444,34509,3,408,1973 -"238826",99444,34836,3,408,2302 -"238827",99444,35095,3,408,1502 -"238828",99444,36714,3,408,2209 -"238829",99444,37333,3,408,1612 -"238830",99444,37800,3,408,604 -"238831",99444,37893,3,408,875 -"238832",99444,38019,3,408,1870 -"238833",99444,39238,3,408,922 -"238834",99444,39865,3,408,849 -"238835",99444,40028,3,408,1349 -"238836",99444,40072,3,408,1182 -"238837",99444,41174,1,408,850 -"238838",99444,41278,3,408,1873 -"238839",99444,41315,3,408,439 -"238840",99444,41739,3,408,1339 -"238841",99444,41832,3,408,1155 -"238842",99444,42618,2,408,2316 -"238843",99444,42687,3,408,1952 -"238844",99444,43051,1,408,904 -"238845",99444,43169,3,408,594 -"238846",99444,43385,3,408,1623 -"238847",99444,43518,3,408,2680 -"238848",99444,43929,3,408,2749 -"238849",99444,44059,2,408,525 -"238850",99444,44306,3,408,1036 -"238851",99444,44636,3,408,1026 -"238852",99444,44729,3,408,588 -"238853",99444,45660,3,408,618 -"238854",99444,45727,3,408,477 -"238855",99444,45927,3,408,1542 -"238856",99444,46469,3,408,759 -"238857",99444,46723,1,408,607 -"238858",99444,47248,3,408,2883 -"238859",99444,47435,3,408,878 -"238860",99444,48215,3,408,2028 -"238861",99444,48260,2,408,875 -"238862",99444,48414,3,408,1749 -"238863",99444,48698,3,408,1474 -"238864",99444,50075,3,408,1026 -"238865",99444,50118,3,408,2654 -"238866",99444,50219,2,408,756 -"238867",99444,50685,3,408,2008 -"238868",99444,51017,3,408,2073 -"238869",99444,51613,3,408,2795 -"238870",99444,51810,2,408,1401 -"238871",99444,52058,2,408,1836 -"238872",99444,52576,3,408,2234 -"238873",99444,52735,3,408,1124 -"238874",99444,54879,3,408,2210 -"238875",99444,55299,3,408,609 -"238876",99444,55438,3,408,2863 -"238877",99444,55468,1,408,2511 -"238878",99444,55691,3,408,2856 -"238879",99444,56082,3,408,2395 -"238880",99444,56317,3,408,2030 -"238881",99444,56520,3,408,571 -"238882",99444,57405,3,408,2344 -"238883",99444,57950,2,408,1529 -"238884",99444,58035,3,408,1646 -"238885",99444,58133,2,408,1484 -"238886",99444,58218,3,408,2627 -"238887",99444,58508,3,408,2326 -"238888",99444,58652,3,408,1437 -"238889",99444,59939,3,408,936 -"238890",99444,61719,3,408,1515 -"238891",99444,62488,3,408,1418 -"238892",99444,62903,3,408,1704 -"238893",99444,63547,3,408,1023 -"238894",99444,64181,2,408,1828 -"238895",99444,64997,3,408,2791 -"238896",99444,65625,3,408,1273 -"238897",99444,65884,2,408,798 -"238898",99444,66413,3,408,2507 -"238899",99444,66860,2,408,1548 -"238900",99444,67222,3,408,1332 -"238901",99444,67726,3,408,2873 -"238902",99444,69498,3,408,931 -"238903",99444,69930,3,408,416 -"238904",99444,70203,3,408,2756 -"238905",99444,70603,3,408,1002 -"238906",99444,70605,3,408,1176 -"238907",99444,70724,3,408,496 -"238908",99444,71342,3,408,1289 -"238909",99444,72207,3,408,2430 -"238910",99444,72956,3,408,1251 -"238911",99444,73728,3,408,784 -"238912",99444,75948,1,408,1006 -"238913",99444,76127,3,408,910 -"238914",99444,77155,3,408,2946 -"238915",99444,77305,2,408,965 -"238916",99444,78092,3,408,430 -"238917",99444,78256,3,408,804 -"238918",99444,78270,3,408,1171 -"238919",99444,78932,3,408,981 -"238920",99444,79322,2,408,2770 -"238921",99444,80242,3,408,569 -"238922",99444,81588,2,408,1568 -"238923",99444,82426,3,408,1576 -"238924",99444,82730,3,408,1492 -"238925",99444,82735,3,408,829 -"238926",99444,82787,3,408,1144 -"238927",99444,82949,3,408,2077 -"238928",99444,83096,3,408,1061 -"238929",99444,83434,2,408,850 -"238930",99444,86664,3,408,1146 -"238931",99444,87048,3,408,989 -"238932",99444,89097,2,408,935 -"238933",99444,89541,2,408,525 -"238934",99444,90573,1,408,878 -"238935",99444,91912,3,408,790 -"238936",99444,92220,1,408,607 -"238937",99444,94650,3,408,896 -"238938",99444,97273,3,408,475 -"238939",99444,97915,3,408,1802 -"238940",99444,98781,3,408,1410 -"238941",99444,98925,3,408,584 -"238942",99444,99020,3,408,1383 -"238943",99444,103721,3,408,1030 -"238944",99444,105063,3,408,1908 -"238945",99444,105602,3,408,434 -"238946",99444,108379,3,408,2933 -"238947",99444,108867,3,408,2328 -"238948",99444,109510,3,408,621 -"238949",99444,109663,3,408,545 -"238950",99444,119444,3,408,888 -"238951",99444,120549,3,408,708 -"238952",99444,121422,2,408,850 -"238953",99536,2014,3,790,973 -"238954",99536,10610,3,790,1427 -"238955",99536,96387,3,790,2159 -"238956",99557,1367,3,1703,2176 -"238957",99557,2424,3,1703,2582 -"238958",99557,2747,3,1703,2411 -"238959",99557,5580,3,1703,2111 -"238960",99557,7245,3,1703,2089 -"238961",99557,9654,3,1703,2111 -"238962",99557,15207,2,1703,1855 -"238963",99557,16067,3,1703,2727 -"238964",99557,18348,3,1703,1711 -"238965",99557,18415,3,1703,2184 -"238966",99557,21929,3,1703,2062 -"238967",99557,28627,3,1703,2694 -"238968",99557,30262,3,1703,1715 -"238969",99557,30943,3,1703,2287 -"238970",99557,32939,3,1703,2277 -"238971",99557,42642,3,1703,2257 -"238972",99557,46803,3,1703,2305 -"238973",99557,57804,3,1703,2214 -"238974",99557,63641,3,1703,2337 -"238975",99557,67726,3,1703,2873 -"238976",99557,69716,3,1703,2632 -"238977",99565,4361,3,470,2571 -"238978",99565,4602,3,470,2446 -"238979",99565,7467,3,470,587 -"238980",99565,14754,3,470,2456 -"238981",99565,27509,3,470,2067 -"238982",99565,41250,3,470,1703 -"238983",99565,53248,3,470,2271 -"238984",99565,57082,3,470,1418 -"238985",99565,66151,3,470,549 -"238986",99565,66693,3,470,2554 -"238987",99565,111928,3,470,549 -"238988",99568,5599,3,982,1684 -"238989",99568,35004,3,982,1509 -"238990",99568,35715,3,982,2912 -"238991",99568,68345,3,982,1095 -"238992",99568,80606,3,982,2079 -"238993",99569,750,3,185,1327 -"238994",99569,14325,3,185,1976 -"238995",99569,15696,3,185,837 -"238996",99569,16954,3,185,2972 -"238997",99569,18563,2,185,2715 -"238998",99569,39271,3,185,399 -"238999",99569,71733,3,185,662 -"239000",99569,91518,3,185,842 -"239001",99621,1050,3,874,1185 -"239002",99621,1367,3,874,2176 -"239003",99621,1592,3,874,2006 -"239004",99621,2563,3,874,1686 -"239005",99621,5346,3,874,1438 -"239006",99621,6030,3,874,2953 -"239007",99621,7245,3,874,2089 -"239008",99621,8533,3,874,2251 -"239009",99621,15207,3,874,1855 -"239010",99621,18348,3,874,1711 -"239011",99621,18415,3,874,2184 -"239012",99621,31050,3,874,1491 -"239013",99621,35186,3,874,1520 -"239014",99621,44405,3,874,1855 -"239015",99621,45633,3,874,2134 -"239016",99621,46621,3,874,1343 -"239017",99621,49144,3,874,1542 -"239018",99621,53105,3,874,953 -"239019",99621,88232,3,874,2881 -"239020",99621,94520,3,874,1243 -"239021",99694,843,3,44,2332 -"239022",99694,12598,3,44,2086 -"239023",99694,14442,2,44,2700 -"239024",99694,18821,3,44,2075 -"239025",99694,29354,3,44,1123 -"239026",99694,31281,3,44,1937 -"239027",99694,32939,3,44,2277 -"239028",99694,33460,2,44,2781 -"239029",99694,36996,3,44,2321 -"239030",99694,51890,2,44,1992 -"239031",99694,57804,3,44,2214 -"239032",99694,59289,3,44,2896 -"239033",99694,63329,3,44,639 -"239034",99694,69903,3,44,1066 -"239035",99694,92630,3,44,1583 -"239036",99694,96801,2,44,671 -"239037",99768,25569,3,1322,2317 -"239038",99768,46902,2,1322,1620 -"239039",99768,63701,3,1322,1620 -"239040",99768,83860,3,1322,1522 -"239041",99773,180,3,186,1593 -"239042",99773,669,3,186,1423 -"239043",99773,762,3,186,2671 -"239044",99773,4863,3,186,1961 -"239045",99773,6162,3,186,1673 -"239046",99773,8060,3,186,1883 -"239047",99773,8419,3,186,1956 -"239048",99773,10382,3,186,2111 -"239049",99773,10859,3,186,2231 -"239050",99773,12034,2,186,265 -"239051",99773,14072,3,186,1346 -"239052",99773,14972,3,186,2332 -"239053",99773,17381,2,186,1697 -"239054",99773,18874,3,186,2170 -"239055",99773,19453,3,186,1928 -"239056",99773,22140,3,186,942 -"239057",99773,26695,3,186,2340 -"239058",99773,30088,3,186,2095 -"239059",99773,30394,2,186,541 -"239060",99773,35888,2,186,2291 -"239061",99773,37915,3,186,1905 -"239062",99773,48548,3,186,826 -"239063",99773,49406,3,186,217 -"239064",99773,49560,2,186,1679 -"239065",99773,53779,3,186,2000 -"239066",99773,54715,3,186,499 -"239067",99773,64502,2,186,1670 -"239068",99773,82806,2,186,796 -"239069",99773,87638,1,186,1114 -"239070",99773,108621,2,186,1163 -"239071",99783,6133,3,90,1229 -"239072",99783,45730,3,90,2063 -"239073",99783,76675,3,90,1840 -"239074",99783,77397,2,90,1302 -"239075",99860,701,3,2071,2718 -"239076",99860,5580,3,2071,2111 -"239077",99860,9654,3,2071,2111 -"239078",99860,10029,3,2071,2718 -"239079",99860,19248,3,2071,2357 -"239080",99860,33672,3,2071,2396 -"239081",99860,39535,3,2071,2428 -"239082",99860,45302,3,2071,2390 -"239083",99860,50785,3,2071,2877 -"239084",99860,51041,3,2071,2606 -"239085",99860,51866,3,2071,2411 -"239086",99920,283,3,74,2082 -"239087",99920,378,3,74,2766 -"239088",99920,3100,3,74,2524 -"239089",99920,3272,3,74,2132 -"239090",99920,3786,3,74,2282 -"239091",99920,6078,3,74,498 -"239092",99920,11135,3,74,2441 -"239093",99920,14789,3,74,1034 -"239094",99920,16046,3,74,103 -"239095",99920,16545,2,74,186 -"239096",99920,19687,2,74,2072 -"239097",99920,20413,3,74,806 -"239098",99920,23639,3,74,2065 -"239099",99920,25270,3,74,985 -"239100",99920,25286,3,74,1545 -"239101",99920,26567,2,74,1158 -"239102",99920,34055,3,74,1881 -"239103",99920,34559,2,74,1105 -"239104",99920,39484,3,74,281 -"239105",99920,42062,3,74,889 -"239106",99920,42195,3,74,573 -"239107",99920,47330,3,74,2422 -"239108",99920,48764,3,74,860 -"239109",99920,56673,3,74,2419 -"239110",99920,68670,3,74,565 -"239111",99920,78460,3,74,985 -"239112",99920,79404,3,74,1079 -"239113",99920,80896,3,74,943 -"239114",99920,81134,3,74,1384 -"239115",99920,83541,2,74,555 -"239116",99920,85264,1,74,1236 -"239117",99920,92381,3,74,1237 -"239118",99920,95661,3,74,872 -"239119",99920,97940,3,74,431 -"239120",99920,98003,3,74,573 -"239121",99920,101540,2,74,388 -"239122",99920,104542,3,74,897 -"239123",99920,106554,3,74,1270 -"239124",99945,24,3,342,1295 -"239125",99945,8529,3,342,1205 -"239126",99945,15122,3,342,1201 -"239127",99945,19096,2,342,1538 -"239128",99945,58854,3,342,1131 -"239129",99945,65145,3,342,505 -"239130",99945,89203,3,342,453 -"239131",99953,1592,3,581,2006 -"239132",99953,1691,3,581,1941 -"239133",99953,1985,3,581,888 -"239134",99953,2011,3,581,2176 -"239135",99953,2208,3,581,2814 -"239136",99953,3271,3,581,2216 -"239137",99953,4317,3,581,1224 -"239138",99953,4932,3,581,2752 -"239139",99953,5018,3,581,640 -"239140",99953,5716,3,581,1058 -"239141",99953,6390,3,581,2385 -"239142",99953,6417,3,581,1675 -"239143",99953,7672,3,581,1974 -"239144",99953,7936,3,581,1199 -"239145",99953,9272,3,581,2835 -"239146",99953,14108,3,581,2012 -"239147",99953,17698,3,581,1559 -"239148",99953,18502,3,581,1033 -"239149",99953,18543,3,581,2968 -"239150",99953,19605,3,581,2395 -"239151",99953,20407,3,581,2339 -"239152",99953,20715,1,581,1312 -"239153",99953,21133,3,581,1320 -"239154",99953,23787,3,581,2810 -"239155",99953,24198,3,581,2217 -"239156",99953,26106,3,581,2015 -"239157",99953,27792,3,581,1308 -"239158",99953,28808,3,581,1063 -"239159",99953,29224,3,581,2011 -"239160",99953,29308,2,581,2094 -"239161",99953,29948,3,581,2795 -"239162",99953,30411,3,581,630 -"239163",99953,30602,3,581,960 -"239164",99953,34314,3,581,630 -"239165",99953,34945,3,581,1298 -"239166",99953,36439,3,581,2469 -"239167",99953,36862,3,581,2655 -"239168",99953,37509,3,581,1640 -"239169",99953,40703,3,581,1608 -"239170",99953,41085,3,581,637 -"239171",99953,43173,3,581,2895 -"239172",99953,43226,2,581,2442 -"239173",99953,43385,3,581,1623 -"239174",99953,44427,3,581,2875 -"239175",99953,46621,2,581,1343 -"239176",99953,47585,3,581,794 -"239177",99953,48110,3,581,2009 -"239178",99953,50235,3,581,726 -"239179",99953,50491,3,581,1919 -"239180",99953,52327,3,581,1472 -"239181",99953,53252,3,581,637 -"239182",99953,54981,3,581,1949 -"239183",99953,56910,3,581,2705 -"239184",99953,57990,3,581,978 -"239185",99953,58133,3,581,1484 -"239186",99953,58508,3,581,2326 -"239187",99953,61689,3,581,1309 -"239188",99953,61785,2,581,822 -"239189",99953,63604,3,581,927 -"239190",99953,69335,3,581,2698 -"239191",99953,71274,1,581,2390 -"239192",99953,75025,3,581,717 -"239193",99953,76127,3,581,910 -"239194",99953,78256,3,581,804 -"239195",99953,79612,3,581,927 -"239196",99953,80301,3,581,1690 -"239197",99953,83396,3,581,2396 -"239198",99953,88232,3,581,2881 -"239199",99953,89880,3,581,1938 -"239200",99953,93398,2,581,828 -"239201",99953,97674,3,581,1912 -"239202",99953,97824,3,581,1229 -"239203",99953,100215,3,581,2436 -"239204",99953,101598,3,581,781 -"239205",99953,101967,3,581,691 -"239206",99953,102731,3,581,630 -"239207",99953,108433,3,581,1568 -"239208",99955,9912,2,1223,1356 -"239209",99955,11135,2,1223,2441 -"239210",99955,11429,3,1223,2520 -"239211",99955,15502,3,1223,2637 -"239212",99955,16361,3,1223,1641 -"239213",99955,19687,2,1223,2072 -"239214",99955,23639,3,1223,2065 -"239215",99955,24116,3,1223,1413 -"239216",99955,24441,3,1223,2256 -"239217",99955,25286,3,1223,1545 -"239218",99955,25886,3,1223,1580 -"239219",99955,41051,3,1223,2767 -"239220",99955,45487,2,1223,2256 -"239221",99955,47827,2,1223,1957 -"239222",99955,51448,3,1223,1593 -"239223",99955,83007,3,1223,2727 -"239224",99955,89955,3,1223,1452 -"239225",99957,42946,3,171,2900 -"239226",99957,44598,3,171,2356 -"239227",99957,51815,3,171,1252 -"239228",99957,90860,3,171,851 -"239229",99957,92480,3,171,832 -"239230",99957,113131,3,171,445 -"239231",99966,1323,3,606,1659 -"239232",99966,2852,3,606,2448 -"239233",99966,4675,2,606,1741 -"239234",99966,5203,3,606,814 -"239235",99966,9227,3,606,1267 -"239236",99966,11103,3,606,2393 -"239237",99966,19093,3,606,2224 -"239238",99966,24060,3,606,2349 -"239239",99966,25480,2,606,2747 -"239240",99966,27312,3,606,2469 -"239241",99966,28057,3,606,1067 -"239242",99966,29224,3,606,2011 -"239243",99966,29930,3,606,2240 -"239244",99966,29997,3,606,1789 -"239245",99966,31317,3,606,1362 -"239246",99966,34842,3,606,2050 -"239247",99966,39014,3,606,1188 -"239248",99966,41023,2,606,2408 -"239249",99966,41598,3,606,2291 -"239250",99966,42725,3,606,630 -"239251",99966,48384,3,606,2057 -"239252",99966,50229,3,606,1190 -"239253",99966,53809,3,606,1956 -"239254",99966,64255,2,606,2309 -"239255",99966,66205,3,606,2898 -"239256",99966,80246,1,606,1224 -"239257",99966,90709,3,606,1080 -"239258",99966,100260,3,606,888 -"239259",99966,113238,1,606,671 -"239260",99973,10401,3,96,863 -"239261",99973,10528,3,96,502 -"239262",99973,16201,3,96,1811 -"239263",99973,19862,3,96,2412 -"239264",99973,26907,2,96,697 -"239265",99973,39556,3,96,2747 -"239266",99973,43635,3,96,1196 -"239267",99973,57732,3,96,2454 -"239268",99973,66747,3,96,1273 -"239269",99973,79937,2,96,554 -"239270",99973,99152,2,96,1698 -"239271",99973,106318,2,96,1698 -"239272",99978,360,3,548,1671 -"239273",99978,12432,3,548,1816 -"239274",99978,12449,3,548,2067 -"239275",99978,18394,3,548,2356 -"239276",99978,24066,2,548,1755 -"239277",99978,29948,3,548,2795 -"239278",99978,46469,3,548,759 -"239279",99978,48274,3,548,1979 -"239280",99978,60855,3,548,2272 -"239281",99978,91841,2,548,1521 -"239282",100048,680,3,1573,2569 -"239283",100048,3127,3,1573,2273 -"239284",100048,4612,3,1573,2804 -"239285",100048,4730,3,1573,2131 -"239286",100048,9035,3,1573,2771 -"239287",100048,9060,3,1573,1612 -"239288",100048,9481,3,1573,1610 -"239289",100048,9787,3,1573,2858 -"239290",100048,10453,3,1573,1656 -"239291",100048,11108,3,1573,1609 -"239292",100048,14287,3,1573,1583 -"239293",100048,16501,3,1573,1650 -"239294",100048,20220,2,1573,1656 -"239295",100048,22578,3,1573,2216 -"239296",100048,23131,3,1573,1732 -"239297",100048,25163,3,1573,1751 -"239298",100048,27914,3,1573,2507 -"239299",100048,28051,3,1573,2089 -"239300",100048,28837,3,1573,2286 -"239301",100048,29286,2,1573,1612 -"239302",100048,30442,3,1573,2124 -"239303",100048,30525,3,1573,1964 -"239304",100048,31868,3,1573,1993 -"239305",100048,35728,3,1573,2017 -"239306",100048,40035,3,1573,2742 -"239307",100048,40572,3,1573,2666 -"239308",100048,41955,3,1573,2479 -"239309",100048,44603,3,1573,2748 -"239310",100048,46384,3,1573,2285 -"239311",100048,46486,3,1573,1868 -"239312",100048,53739,3,1573,2704 -"239313",100048,61125,3,1573,1673 -"239314",100060,3583,3,497,818 -"239315",100060,15583,3,497,1144 -"239316",100060,16587,3,497,2065 -"239317",100060,29864,3,497,2479 -"239318",100060,37620,3,497,2716 -"239319",100060,44648,3,497,619 -"239320",100060,67352,2,497,1115 -"239321",100084,3506,3,1964,2364 -"239322",100084,16866,2,1964,2718 -"239323",100084,17925,3,1964,2385 -"239324",100084,18865,3,1964,2676 -"239325",100084,21142,3,1964,2414 -"239326",100084,21920,2,1964,2367 -"239327",100084,22389,3,1964,2034 -"239328",100084,31950,2,1964,2217 -"239329",100084,44744,3,1964,2032 -"239330",100084,48823,3,1964,2080 -"239331",100084,48931,2,1964,2444 -"239332",100084,53445,3,1964,2028 -"239333",100084,57804,3,1964,2214 -"239334",100084,61398,3,1964,2563 -"239335",100084,63395,3,1964,2334 -"239336",100084,64737,3,1964,2442 -"239337",100084,80186,2,1964,2228 -"239338",100084,96387,3,1964,2159 -"239339",100127,1130,3,217,1566 -"239340",100127,2269,3,217,984 -"239341",100127,2300,3,217,565 -"239342",100127,2765,2,217,2321 -"239343",100127,5491,3,217,2048 -"239344",100127,5710,3,217,1926 -"239345",100127,7861,2,217,1647 -"239346",100127,11208,1,217,1161 -"239347",100127,21795,3,217,2653 -"239348",100127,22714,2,217,2793 -"239349",100127,25341,3,217,1858 -"239350",100127,26282,2,217,1241 -"239351",100127,26766,1,217,1161 -"239352",100127,30602,3,217,960 -"239353",100127,34509,3,217,1973 -"239354",100127,39827,3,217,2321 -"239355",100127,42474,3,217,2322 -"239356",100127,44068,3,217,1056 -"239357",100127,58035,3,217,1646 -"239358",100127,67216,3,217,984 -"239359",100127,71618,2,217,2960 -"239360",100127,80190,3,217,2717 -"239361",100127,81482,1,217,908 -"239362",100127,88347,2,217,793 -"239363",100127,93933,3,217,1336 -"239364",100127,119820,3,217,296 -"239365",100134,669,3,977,1423 -"239366",100134,671,3,977,2328 -"239367",100134,675,3,977,1686 -"239368",100134,733,2,977,1653 -"239369",100134,1046,3,977,1881 -"239370",100134,1136,3,977,2536 -"239371",100134,1367,3,977,2176 -"239372",100134,1777,3,977,1965 -"239373",100134,1897,3,977,1727 -"239374",100134,2063,3,977,1278 -"239375",100134,2563,2,977,1686 -"239376",100134,2743,2,977,1278 -"239377",100134,3242,1,977,1730 -"239378",100134,3830,3,977,1661 -"239379",100134,4191,3,977,2130 -"239380",100134,4618,2,977,2607 -"239381",100134,4687,3,977,2152 -"239382",100134,4980,3,977,2093 -"239383",100134,5078,3,977,2033 -"239384",100134,5457,3,977,2077 -"239385",100134,5462,3,977,2374 -"239386",100134,5504,3,977,2389 -"239387",100134,5725,3,977,2789 -"239388",100134,7245,2,977,2089 -"239389",100134,8533,3,977,2251 -"239390",100134,8621,2,977,1681 -"239391",100134,8700,2,977,1270 -"239392",100134,9298,3,977,1109 -"239393",100134,10404,2,977,2062 -"239394",100134,10859,3,977,2231 -"239395",100134,10875,3,977,1234 -"239396",100134,10890,3,977,2639 -"239397",100134,12096,3,977,1330 -"239398",100134,14507,3,977,2686 -"239399",100134,15539,3,977,1929 -"239400",100134,16164,1,977,1184 -"239401",100134,16217,2,977,1653 -"239402",100134,17354,3,977,2250 -"239403",100134,17357,3,977,1536 -"239404",100134,17826,3,977,2920 -"239405",100134,18151,3,977,2962 -"239406",100134,18415,3,977,2184 -"239407",100134,19027,3,977,2721 -"239408",100134,19231,3,977,1424 -"239409",100134,19506,3,977,1385 -"239410",100134,19637,3,977,1229 -"239411",100134,19751,3,977,1630 -"239412",100134,20563,1,977,2267 -"239413",100134,20659,3,977,1969 -"239414",100134,20700,3,977,2861 -"239415",100134,20783,3,977,2414 -"239416",100134,20824,2,977,1366 -"239417",100134,21911,2,977,1184 -"239418",100134,22501,3,977,1006 -"239419",100134,22884,3,977,1608 -"239420",100134,23140,3,977,2787 -"239421",100134,23506,3,977,1172 -"239422",100134,23534,2,977,1659 -"239423",100134,23704,3,977,2278 -"239424",100134,23756,2,977,2309 -"239425",100134,24755,3,977,1319 -"239426",100134,25030,3,977,2017 -"239427",100134,25341,3,977,1858 -"239428",100134,25643,3,977,1646 -"239429",100134,26282,3,977,1241 -"239430",100134,26322,3,977,1018 -"239431",100134,26436,2,977,2489 -"239432",100134,26516,2,977,2479 -"239433",100134,26570,3,977,1669 -"239434",100134,26608,3,977,2329 -"239435",100134,26793,3,977,2104 -"239436",100134,27753,2,977,2750 -"239437",100134,28057,3,977,1067 -"239438",100134,28434,3,977,1141 -"239439",100134,28892,3,977,2023 -"239440",100134,29456,3,977,1182 -"239441",100134,29495,3,977,1612 -"239442",100134,30438,3,977,1617 -"239443",100134,31050,3,977,1491 -"239444",100134,31243,3,977,1355 -"239445",100134,31799,3,977,2547 -"239446",100134,33010,3,977,2189 -"239447",100134,33551,3,977,1734 -"239448",100134,33588,3,977,1040 -"239449",100134,33621,3,977,1319 -"239450",100134,34216,3,977,2832 -"239451",100134,34492,2,977,1798 -"239452",100134,36837,3,977,1556 -"239453",100134,37418,3,977,2710 -"239454",100134,38449,2,977,1802 -"239455",100134,40293,3,977,1671 -"239456",100134,40369,3,977,2735 -"239457",100134,41278,3,977,1873 -"239458",100134,43839,2,977,1685 -"239459",100134,44636,3,977,1026 -"239460",100134,44684,3,977,1220 -"239461",100134,45633,3,977,2134 -"239462",100134,45715,3,977,2287 -"239463",100134,47564,3,977,2650 -"239464",100134,49144,3,977,1542 -"239465",100134,49189,3,977,1550 -"239466",100134,50075,3,977,1026 -"239467",100134,50254,2,977,1151 -"239468",100134,50667,3,977,2719 -"239469",100134,51022,3,977,1499 -"239470",100134,51410,3,977,2739 -"239471",100134,51987,2,977,1397 -"239472",100134,52835,3,977,995 -"239473",100134,54676,3,977,1342 -"239474",100134,54740,3,977,2750 -"239475",100134,57565,3,977,1577 -"239476",100134,57977,3,977,2683 -"239477",100134,58035,2,977,1646 -"239478",100134,58221,3,977,1787 -"239479",100134,58854,3,977,1131 -"239480",100134,62626,3,977,2787 -"239481",100134,64031,3,977,1295 -"239482",100134,64793,3,977,2819 -"239483",100134,64997,3,977,2791 -"239484",100134,67314,3,977,1051 -"239485",100134,70046,3,977,2624 -"239486",100134,74095,2,977,2333 -"239487",100134,76646,3,977,1263 -"239488",100134,77835,3,977,1327 -"239489",100134,80678,3,977,1595 -"239490",100134,81813,3,977,1656 -"239491",100134,82767,3,977,1641 -"239492",100134,83053,3,977,1303 -"239493",100134,88473,3,977,1102 -"239494",100134,90790,3,977,1492 -"239495",100134,91162,3,977,1693 -"239496",100134,91163,3,977,1171 -"239497",100134,91201,3,977,1702 -"239498",100134,94808,3,977,988 -"239499",100134,99103,3,977,1470 -"239500",100140,267,3,1041,2631 -"239501",100140,600,3,1041,1702 -"239502",100140,803,3,1041,1666 -"239503",100140,1034,3,1041,1438 -"239504",100140,1036,3,1041,1367 -"239505",100140,1046,3,1041,1881 -"239506",100140,1050,3,1041,1185 -"239507",100140,1275,3,1041,2068 -"239508",100140,1767,3,1041,2727 -"239509",100140,2093,3,1041,2459 -"239510",100140,2424,3,1041,2582 -"239511",100140,2484,3,1041,2389 -"239512",100140,2533,3,1041,2016 -"239513",100140,2894,3,1041,1291 -"239514",100140,3068,3,1041,1815 -"239515",100140,3305,3,1041,2839 -"239516",100140,3306,3,1041,1989 -"239517",100140,3753,3,1041,1255 -"239518",100140,3947,3,1041,2067 -"239519",100140,3961,3,1041,2426 -"239520",100140,4289,3,1041,1921 -"239521",100140,4763,3,1041,1960 -"239522",100140,4768,3,1041,1111 -"239523",100140,4863,3,1041,1961 -"239524",100140,5315,2,1041,2631 -"239525",100140,5716,3,1041,1058 -"239526",100140,5785,3,1041,1261 -"239527",100140,5984,3,1041,1675 -"239528",100140,5986,3,1041,1721 -"239529",100140,6047,3,1041,2004 -"239530",100140,6222,3,1041,1949 -"239531",100140,6417,2,1041,1675 -"239532",100140,6986,3,1041,1669 -"239533",100140,7127,3,1041,2352 -"239534",100140,7292,2,1041,1988 -"239535",100140,7984,3,1041,2493 -"239536",100140,7992,3,1041,2033 -"239537",100140,8533,3,1041,2251 -"239538",100140,8621,3,1041,1681 -"239539",100140,8984,3,1041,1162 -"239540",100140,9311,3,1041,2477 -"239541",100140,9364,3,1041,1698 -"239542",100140,9654,3,1041,2111 -"239543",100140,9702,2,1041,1928 -"239544",100140,9928,3,1041,2345 -"239545",100140,10358,3,1041,2294 -"239546",100140,10513,3,1041,2284 -"239547",100140,10717,3,1041,1938 -"239548",100140,10779,2,1041,2881 -"239549",100140,10870,3,1041,1755 -"239550",100140,11006,3,1041,1950 -"239551",100140,11103,3,1041,2393 -"239552",100140,11218,3,1041,2292 -"239553",100140,11493,3,1041,2077 -"239554",100140,11540,3,1041,1237 -"239555",100140,12042,3,1041,2345 -"239556",100140,12371,3,1041,1569 -"239557",100140,12388,3,1041,1975 -"239558",100140,12524,3,1041,1287 -"239559",100140,12692,3,1041,1855 -"239560",100140,13315,3,1041,2516 -"239561",100140,13388,1,1041,2119 -"239562",100140,13732,3,1041,2789 -"239563",100140,13780,3,1041,2412 -"239564",100140,13967,3,1041,1354 -"239565",100140,13979,2,1041,1559 -"239566",100140,14032,3,1041,2144 -"239567",100140,14189,3,1041,1483 -"239568",100140,14709,3,1041,1901 -"239569",100140,14918,3,1041,2071 -"239570",100140,14943,3,1041,1942 -"239571",100140,14959,3,1041,2898 -"239572",100140,15309,3,1041,2820 -"239573",100140,15444,3,1041,2764 -"239574",100140,15539,3,1041,1929 -"239575",100140,15607,3,1041,1421 -"239576",100140,15636,3,1041,2857 -"239577",100140,16120,3,1041,1237 -"239578",100140,16195,3,1041,2964 -"239579",100140,16201,3,1041,1811 -"239580",100140,16313,3,1041,1160 -"239581",100140,16352,3,1041,2657 -"239582",100140,16539,3,1041,1947 -"239583",100140,16826,3,1041,2599 -"239584",100140,17027,3,1041,2772 -"239585",100140,17097,3,1041,1505 -"239586",100140,17351,3,1041,2036 -"239587",100140,17484,3,1041,1256 -"239588",100140,17819,3,1041,2291 -"239589",100140,17997,2,1041,1621 -"239590",100140,18013,3,1041,1625 -"239591",100140,18103,3,1041,1968 -"239592",100140,18394,3,1041,2356 -"239593",100140,18670,3,1041,1835 -"239594",100140,18874,2,1041,2170 -"239595",100140,19027,3,1041,2721 -"239596",100140,19248,3,1041,2357 -"239597",100140,19637,2,1041,1229 -"239598",100140,19686,3,1041,2467 -"239599",100140,19719,2,1041,2177 -"239600",100140,20067,1,1041,2390 -"239601",100140,20124,3,1041,2376 -"239602",100140,20259,3,1041,2751 -"239603",100140,20311,3,1041,1981 -"239604",100140,20419,3,1041,1587 -"239605",100140,20732,2,1041,2401 -"239606",100140,20893,3,1041,2695 -"239607",100140,21138,3,1041,2849 -"239608",100140,21197,3,1041,1437 -"239609",100140,21285,3,1041,2100 -"239610",100140,21566,3,1041,1234 -"239611",100140,21706,2,1041,1988 -"239612",100140,21795,3,1041,2653 -"239613",100140,22207,2,1041,2365 -"239614",100140,22282,3,1041,1418 -"239615",100140,22403,3,1041,1630 -"239616",100140,22586,3,1041,1341 -"239617",100140,23006,3,1041,1532 -"239618",100140,23011,3,1041,2763 -"239619",100140,23159,3,1041,1548 -"239620",100140,23310,3,1041,2371 -"239621",100140,23508,3,1041,1907 -"239622",100140,23726,2,1041,2434 -"239623",100140,23787,3,1041,2810 -"239624",100140,23869,2,1041,1918 -"239625",100140,24146,3,1041,2003 -"239626",100140,24169,3,1041,1663 -"239627",100140,24240,3,1041,1755 -"239628",100140,24256,3,1041,2393 -"239629",100140,24362,3,1041,1287 -"239630",100140,24568,3,1041,1937 -"239631",100140,24756,3,1041,2530 -"239632",100140,25443,3,1041,1441 -"239633",100140,25486,3,1041,2582 -"239634",100140,25577,3,1041,1946 -"239635",100140,25680,2,1041,1618 -"239636",100140,26249,2,1041,2301 -"239637",100140,26479,3,1041,1818 -"239638",100140,26749,3,1041,2965 -"239639",100140,26818,3,1041,1999 -"239640",100140,26865,3,1041,2726 -"239641",100140,27104,2,1041,1608 -"239642",100140,27195,3,1041,2158 -"239643",100140,27642,3,1041,1531 -"239644",100140,27694,3,1041,2030 -"239645",100140,28015,3,1041,1624 -"239646",100140,28131,2,1041,1492 -"239647",100140,28571,3,1041,1556 -"239648",100140,28784,3,1041,1579 -"239649",100140,29089,3,1041,1344 -"239650",100140,29095,3,1041,2531 -"239651",100140,29512,3,1041,1594 -"239652",100140,29930,2,1041,2240 -"239653",100140,30081,3,1041,2403 -"239654",100140,30150,3,1041,1704 -"239655",100140,30883,2,1041,1629 -"239656",100140,31050,3,1041,1491 -"239657",100140,31264,3,1041,2335 -"239658",100140,31799,3,1041,2547 -"239659",100140,32919,3,1041,2321 -"239660",100140,32988,3,1041,2008 -"239661",100140,33801,2,1041,2899 -"239662",100140,34120,3,1041,2786 -"239663",100140,34327,3,1041,2959 -"239664",100140,34735,3,1041,2767 -"239665",100140,34907,3,1041,1945 -"239666",100140,35529,1,1041,1620 -"239667",100140,36441,3,1041,2796 -"239668",100140,36574,3,1041,2934 -"239669",100140,36950,3,1041,2204 -"239670",100140,36962,3,1041,2861 -"239671",100140,37333,3,1041,1612 -"239672",100140,37758,3,1041,1998 -"239673",100140,37934,3,1041,1595 -"239674",100140,38019,3,1041,1870 -"239675",100140,38227,3,1041,2511 -"239676",100140,38467,3,1041,1259 -"239677",100140,38921,3,1041,1880 -"239678",100140,40022,3,1041,2307 -"239679",100140,40432,2,1041,1956 -"239680",100140,40646,2,1041,1583 -"239681",100140,40893,3,1041,1116 -"239682",100140,41108,2,1041,1624 -"239683",100140,41832,3,1041,1155 -"239684",100140,41955,2,1041,2479 -"239685",100140,42505,3,1041,2008 -"239686",100140,43135,3,1041,1171 -"239687",100140,43385,3,1041,1623 -"239688",100140,43479,3,1041,2178 -"239689",100140,44068,3,1041,1056 -"239690",100140,44557,3,1041,2371 -"239691",100140,44819,3,1041,2063 -"239692",100140,45903,3,1041,2237 -"239693",100140,46042,3,1041,1692 -"239694",100140,46803,3,1041,2305 -"239695",100140,47386,2,1041,2226 -"239696",100140,48215,3,1041,2028 -"239697",100140,50269,3,1041,1966 -"239698",100140,50382,3,1041,2244 -"239699",100140,50977,3,1041,2352 -"239700",100140,51017,3,1041,2073 -"239701",100140,51863,2,1041,1395 -"239702",100140,52576,3,1041,2234 -"239703",100140,53134,2,1041,1590 -"239704",100140,53475,2,1041,2853 -"239705",100140,54020,3,1041,1578 -"239706",100140,54676,3,1041,1342 -"239707",100140,54929,3,1041,2783 -"239708",100140,55084,3,1041,1189 -"239709",100140,56082,3,1041,2395 -"239710",100140,56807,3,1041,1571 -"239711",100140,57246,3,1041,1873 -"239712",100140,57760,3,1041,1721 -"239713",100140,57977,2,1041,2683 -"239714",100140,58508,3,1041,2326 -"239715",100140,58669,3,1041,2296 -"239716",100140,59511,3,1041,2753 -"239717",100140,59868,3,1041,1637 -"239718",100140,60808,3,1041,1258 -"239719",100140,61982,3,1041,2725 -"239720",100140,62148,3,1041,1566 -"239721",100140,62488,2,1041,1418 -"239722",100140,62841,3,1041,2710 -"239723",100140,63409,3,1041,1937 -"239724",100140,64061,3,1041,2381 -"239725",100140,64502,3,1041,1670 -"239726",100140,67726,3,1041,2873 -"239727",100140,70203,3,1041,2756 -"239728",100140,70736,3,1041,1512 -"239729",100140,71342,3,1041,1289 -"239730",100140,72956,3,1041,1251 -"239731",100140,73305,3,1041,2544 -"239732",100140,75194,3,1041,1736 -"239733",100140,76284,3,1041,1237 -"239734",100140,76356,1,1041,2323 -"239735",100140,76398,3,1041,2400 -"239736",100140,77001,3,1041,1440 -"239737",100140,78801,3,1041,1572 -"239738",100140,79689,2,1041,1184 -"239739",100140,82301,3,1041,1621 -"239740",100140,82730,3,1041,1492 -"239741",100140,82929,3,1041,2475 -"239742",100140,82932,3,1041,2245 -"239743",100140,82949,3,1041,2077 -"239744",100140,83140,3,1041,1630 -"239745",100140,83526,3,1041,1235 -"239746",100140,84498,3,1041,1292 -"239747",100140,85784,2,1041,1142 -"239748",100140,86799,3,1041,1951 -"239749",100140,87720,3,1041,2086 -"239750",100140,91901,3,1041,1236 -"239751",100140,95064,3,1041,1801 -"239752",100140,95644,3,1041,1531 -"239753",100140,97160,2,1041,1215 -"239754",100140,101338,2,1041,1319 -"239755",100215,2208,3,2436,2814 -"239756",100215,5258,3,2436,2730 -"239757",100215,18543,2,2436,2968 -"239758",100215,29948,3,2436,2795 -"239759",100215,36439,3,2436,2469 -"239760",100215,43173,3,2436,2895 -"239761",100215,44427,2,2436,2875 -"239762",100215,60116,3,2436,2668 -"239763",100215,88232,3,2436,2881 -"239764",100218,671,3,606,2328 -"239765",100218,1046,2,606,1881 -"239766",100218,1201,3,606,2489 -"239767",100218,4583,3,606,2741 -"239768",100218,4618,3,606,2607 -"239769",100218,5148,3,606,2206 -"239770",100218,5669,3,606,2502 -"239771",100218,5725,3,606,2789 -"239772",100218,7555,3,606,1943 -"239773",100218,8533,3,606,2251 -"239774",100218,10875,3,606,1234 -"239775",100218,12096,2,606,1330 -"239776",100218,12867,3,606,2773 -"239777",100218,16029,3,606,1160 -"239778",100218,19453,3,606,1928 -"239779",100218,20494,3,606,1075 -"239780",100218,24755,3,606,1319 -"239781",100218,24923,3,606,2785 -"239782",100218,26351,3,606,2683 -"239783",100218,26570,3,606,1669 -"239784",100218,28285,3,606,2972 -"239785",100218,28434,2,606,1141 -"239786",100218,29456,3,606,1182 -"239787",100218,31054,2,606,1273 -"239788",100218,32113,2,606,882 -"239789",100218,34684,3,606,609 -"239790",100218,39865,3,606,849 -"239791",100218,47082,3,606,1990 -"239792",100218,47947,3,606,2681 -"239793",100218,48754,3,606,1972 -"239794",100218,53300,3,606,2162 -"239795",100218,55324,3,606,1544 -"239796",100218,57977,3,606,2683 -"239797",100218,58035,3,606,1646 -"239798",100218,61337,3,606,2777 -"239799",100218,62840,3,606,2502 -"239800",100218,64031,3,606,1295 -"239801",100218,66677,3,606,2151 -"239802",100218,71562,3,606,2574 -"239803",100218,72845,2,606,1663 -"239804",100218,88857,3,606,1232 -"239805",100218,100462,3,606,1927 -"239806",100219,5346,3,585,1438 -"239807",100219,6234,3,585,2654 -"239808",100219,6800,3,585,2053 -"239809",100219,10250,3,585,1606 -"239810",100219,14838,3,585,1746 -"239811",100219,15207,3,585,1855 -"239812",100219,15239,3,585,1958 -"239813",100219,15558,3,585,2389 -"239814",100219,16067,2,585,2727 -"239815",100219,16477,3,585,2069 -"239816",100219,18645,3,585,793 -"239817",100219,18821,3,585,2075 -"239818",100219,20709,3,585,1757 -"239819",100219,22746,3,585,913 -"239820",100219,32079,3,585,2315 -"239821",100219,38754,3,585,835 -"239822",100219,39723,3,585,778 -"239823",100219,41521,3,585,2069 -"239824",100219,44727,3,585,1227 -"239825",100219,49079,3,585,2447 -"239826",100219,49913,3,585,2444 -"239827",100219,50899,3,585,2125 -"239828",100219,53648,3,585,2167 -"239829",100219,76505,3,585,2123 -"239830",100219,79913,3,585,1514 -"239831",100219,93459,2,585,1354 -"239832",100219,94520,3,585,1243 -"239833",100219,99291,3,585,930 -"239834",100229,1367,3,550,2176 -"239835",100229,3830,3,550,1661 -"239836",100229,5315,3,550,2631 -"239837",100229,7245,3,550,2089 -"239838",100229,10358,3,550,2294 -"239839",100229,13109,1,550,1374 -"239840",100229,13573,3,550,2774 -"239841",100229,14032,3,550,2144 -"239842",100229,19858,2,550,2357 -"239843",100229,19892,2,550,1212 -"239844",100229,20941,3,550,2725 -"239845",100229,21401,3,550,1440 -"239846",100229,22374,2,550,1226 -"239847",100229,24802,3,550,824 -"239848",100229,31003,2,550,1859 -"239849",100229,31050,3,550,1491 -"239850",100229,34648,2,550,1596 -"239851",100229,35873,3,550,1377 -"239852",100229,37108,3,550,1202 -"239853",100229,40893,2,550,1116 -"239854",100229,41278,2,550,1873 -"239855",100229,45633,2,550,2134 -"239856",100229,45903,2,550,2237 -"239857",100229,46283,2,550,1184 -"239858",100229,48127,3,550,2677 -"239859",100229,48602,1,550,1704 -"239860",100229,49144,3,550,1542 -"239861",100229,55185,3,550,922 -"239862",100229,57714,3,550,1391 -"239863",100229,57950,3,550,1529 -"239864",100229,64502,3,550,1670 -"239865",100229,65691,3,550,2134 -"239866",100229,66183,3,550,607 -"239867",100229,67102,1,550,935 -"239868",100229,67957,3,550,2823 -"239869",100229,69498,3,550,931 -"239870",100229,76564,3,550,996 -"239871",100229,77001,3,550,1440 -"239872",100229,81095,3,550,1609 -"239873",100229,83526,2,550,1235 -"239874",100229,83993,3,550,1009 -"239875",100229,90837,3,550,825 -"239876",100229,91279,1,550,966 -"239877",100229,99279,2,550,611 -"239878",100229,100241,3,550,777 -"239879",100229,100442,2,550,893 -"239880",100229,111165,3,550,1256 -"239881",100231,17499,3,998,2954 -"239882",100231,21358,3,998,1970 -"239883",100231,28648,3,998,1586 -"239884",100231,45449,3,998,1610 -"239885",100231,92366,3,998,1434 -"239886",100241,160,2,777,2007 -"239887",100241,1050,3,777,1185 -"239888",100241,1641,1,777,1490 -"239889",100241,2684,3,777,2874 -"239890",100241,2894,3,777,1291 -"239891",100241,5315,3,777,2631 -"239892",100241,5392,3,777,1648 -"239893",100241,5568,3,777,1290 -"239894",100241,5615,3,777,1105 -"239895",100241,5710,3,777,1926 -"239896",100241,5865,3,777,1910 -"239897",100241,6192,3,777,2409 -"239898",100241,7185,3,777,1046 -"239899",100241,7406,3,777,1906 -"239900",100241,7616,3,777,2296 -"239901",100241,8238,3,777,2222 -"239902",100241,8274,3,777,1909 -"239903",100241,8726,3,777,2083 -"239904",100241,9331,3,777,2269 -"239905",100241,9871,3,777,921 -"239906",100241,10857,3,777,2253 -"239907",100241,11770,3,777,1653 -"239908",100241,12122,3,777,1385 -"239909",100241,12388,3,777,1975 -"239910",100241,12473,2,777,801 -"239911",100241,12632,3,777,1174 -"239912",100241,12712,3,777,815 -"239913",100241,12813,3,777,958 -"239914",100241,12976,3,777,2399 -"239915",100241,13249,2,777,2573 -"239916",100241,13324,3,777,2163 -"239917",100241,15632,3,777,1242 -"239918",100241,16539,3,777,1947 -"239919",100241,17351,3,777,2036 -"239920",100241,17632,3,777,1947 -"239921",100241,19208,2,777,2629 -"239922",100241,19232,3,777,917 -"239923",100241,19605,3,777,2395 -"239924",100241,19892,3,777,1212 -"239925",100241,19937,2,777,1587 -"239926",100241,20124,3,777,2376 -"239927",100241,20200,3,777,2322 -"239928",100241,21401,3,777,1440 -"239929",100241,22165,3,777,1501 -"239930",100241,22808,3,777,2297 -"239931",100241,23131,3,777,1732 -"239932",100241,23460,3,777,2183 -"239933",100241,23825,3,777,1913 -"239934",100241,24256,3,777,2393 -"239935",100241,24753,3,777,2860 -"239936",100241,25030,3,777,2017 -"239937",100241,28218,3,777,2048 -"239938",100241,29454,3,777,2719 -"239939",100241,30525,3,777,1964 -"239940",100241,31890,3,777,1487 -"239941",100241,33697,3,777,1309 -"239942",100241,34480,3,777,2755 -"239943",100241,34648,3,777,1596 -"239944",100241,36174,3,777,1382 -"239945",100241,36559,3,777,2473 -"239946",100241,36837,2,777,1556 -"239947",100241,39556,3,777,2747 -"239948",100241,40893,3,777,1116 -"239949",100241,41278,3,777,1873 -"239950",100241,41518,3,777,1641 -"239951",100241,41664,3,777,2641 -"239952",100241,41764,3,777,2409 -"239953",100241,42129,3,777,2318 -"239954",100241,46283,3,777,1184 -"239955",100241,47564,2,777,2650 -"239956",100241,50254,2,777,1151 -"239957",100241,50480,3,777,2701 -"239958",100241,52597,3,777,1773 -"239959",100241,54551,3,777,2348 -"239960",100241,54718,3,777,2473 -"239961",100241,55076,3,777,2408 -"239962",100241,55185,3,777,922 -"239963",100241,55643,3,777,2359 -"239964",100241,55892,3,777,1234 -"239965",100241,63328,3,777,922 -"239966",100241,63477,2,777,1907 -"239967",100241,67748,3,777,1498 -"239968",100241,67788,2,777,837 -"239969",100241,67957,3,777,2823 -"239970",100241,76564,3,777,996 -"239971",100241,76646,3,777,1263 -"239972",100241,77001,3,777,1440 -"239973",100241,77611,2,777,1795 -"239974",100241,78563,3,777,2385 -"239975",100241,79088,3,777,1369 -"239976",100241,81349,3,777,1958 -"239977",100241,83526,3,777,1235 -"239978",100241,96553,2,777,1887 -"239979",100258,9241,3,78,2338 -"239980",100258,43207,3,78,635 -"239981",100258,43250,3,78,1300 -"239982",100260,2057,3,888,1965 -"239983",100260,2852,3,888,2448 -"239984",100260,3127,3,888,2273 -"239985",100260,3456,3,888,1999 -"239986",100260,9227,2,888,1267 -"239987",100260,9342,3,888,896 -"239988",100260,11585,3,888,1817 -"239989",100260,24060,3,888,2349 -"239990",100260,28057,3,888,1067 -"239991",100260,29997,2,888,1789 -"239992",100260,30891,3,888,1256 -"239993",100260,32606,3,888,2100 -"239994",100260,40572,3,888,2666 -"239995",100260,41023,2,888,2408 -"239996",100260,41446,3,888,1103 -"239997",100260,41598,3,888,2291 -"239998",100260,50229,3,888,1190 -"239999",100260,58559,3,888,2242 -"240000",100260,61240,3,888,2651 -"240001",100260,63837,3,888,2807 -"240002",100260,64967,3,888,2872 -"240003",100260,68691,3,888,1209 -"240004",100260,69232,3,888,2130 -"240005",100262,70586,3,1678,2562 -"240006",100275,357,3,105,2327 -"240007",100275,2357,1,105,492 -"240008",100275,5798,3,105,1779 -"240009",100275,7759,3,105,2844 -"240010",100275,8513,3,105,875 -"240011",100275,10343,3,105,1072 -"240012",100275,11154,3,105,1594 -"240013",100275,18825,3,105,1240 -"240014",100275,18924,2,105,485 -"240015",100275,21872,1,105,2458 -"240016",100275,23806,3,105,1671 -"240017",100275,31132,3,105,2744 -"240018",100275,31211,3,105,433 -"240019",100275,36031,3,105,2342 -"240020",100275,38140,2,105,1866 -"240021",100275,67175,2,105,181 -"240022",100275,68317,3,105,874 -"240023",100275,69745,3,105,1594 -"240024",100275,71982,2,105,2812 -"240025",100275,76672,2,105,1930 -"240026",100275,89681,3,105,1978 -"240027",100275,96387,3,105,2159 -"240028",100275,102581,3,105,1813 -"240029",100275,111658,2,105,351 -"240030",100321,9331,3,1142,2269 -"240031",100321,17549,3,1142,2647 -"240032",100321,24456,2,1142,1238 -"240033",100321,85097,1,1142,1143 -"240034",100334,1386,3,777,1901 -"240035",100334,7936,3,777,1199 -"240036",100334,9030,2,777,1979 -"240037",100334,14888,3,777,1411 -"240038",100334,15462,3,777,1141 -"240039",100334,16029,2,777,1160 -"240040",100334,16727,3,777,2164 -"240041",100334,18151,3,777,2962 -"240042",100334,21795,3,777,2653 -"240043",100334,22652,2,777,1544 -"240044",100334,23751,3,777,1740 -"240045",100334,24146,3,777,2003 -"240046",100334,24362,3,777,1287 -"240047",100334,25751,2,777,1523 -"240048",100334,26865,3,777,2726 -"240049",100334,28923,3,777,2362 -"240050",100334,30081,3,777,2403 -"240051",100334,33588,3,777,1040 -"240052",100334,34327,3,777,2959 -"240053",100334,35542,3,777,1439 -"240054",100334,45664,3,777,2235 -"240055",100334,47362,3,777,2253 -"240056",100334,54020,3,777,1578 -"240057",100334,73266,3,777,2496 -"240058",100334,88966,3,777,1568 -"240059",100334,93953,3,777,969 -"240060",100413,13720,3,804,1558 -"240061",100413,16286,3,804,2470 -"240062",100413,37059,3,804,2840 -"240063",100413,41969,3,804,2189 -"240064",100413,46384,3,804,2285 -"240065",100413,59788,3,804,2315 -"240066",100432,206,3,1358,1986 -"240067",100432,312,3,1358,2038 -"240068",100432,457,3,1358,1704 -"240069",100432,913,3,1358,2144 -"240070",100432,952,3,1358,1991 -"240071",100432,1036,3,1358,1367 -"240072",100432,1092,3,1358,1945 -"240073",100432,1592,3,1358,2006 -"240074",100432,1691,2,1358,1941 -"240075",100432,1780,3,1358,1375 -"240076",100432,2208,3,1358,2814 -"240077",100432,2684,2,1358,2874 -"240078",100432,3127,3,1358,2273 -"240079",100432,4916,3,1358,1970 -"240080",100432,5429,3,1358,1991 -"240081",100432,5614,3,1358,2122 -"240082",100432,6390,3,1358,2385 -"240083",100432,7252,3,1358,2799 -"240084",100432,7942,3,1358,2623 -"240085",100432,8062,3,1358,2858 -"240086",100432,9805,3,1358,1621 -"240087",100432,11006,3,1358,1950 -"240088",100432,11029,3,1358,2362 -"240089",100432,11055,2,1358,2111 -"240090",100432,11351,3,1358,2971 -"240091",100432,11440,3,1358,2026 -"240092",100432,11620,3,1358,2010 -"240093",100432,12361,2,1358,2732 -"240094",100432,12948,3,1358,2669 -"240095",100432,14108,3,1358,2012 -"240096",100432,15443,3,1358,1631 -"240097",100432,16201,3,1358,1811 -"240098",100432,16501,3,1358,1650 -"240099",100432,18005,3,1358,2449 -"240100",100432,18543,3,1358,2968 -"240101",100432,19248,2,1358,2357 -"240102",100432,19334,3,1358,1979 -"240103",100432,19655,3,1358,2706 -"240104",100432,19719,3,1358,2177 -"240105",100432,19937,3,1358,1587 -"240106",100432,20311,3,1358,1981 -"240107",100432,20407,3,1358,2339 -"240108",100432,22723,3,1358,2859 -"240109",100432,24512,3,1358,1369 -"240110",100432,24753,3,1358,2860 -"240111",100432,25198,3,1358,1982 -"240112",100432,25373,3,1358,2783 -"240113",100432,27501,3,1358,1981 -"240114",100432,27694,3,1358,2030 -"240115",100432,27908,3,1358,2576 -"240116",100432,29436,3,1358,1718 -"240117",100432,29473,3,1358,2602 -"240118",100432,30350,3,1358,2515 -"240119",100432,32110,3,1358,2224 -"240120",100432,33380,3,1358,2340 -"240121",100432,33622,3,1358,2230 -"240122",100432,35045,3,1358,1646 -"240123",100432,36439,3,1358,2469 -"240124",100432,37036,3,1358,2264 -"240125",100432,37509,2,1358,1640 -"240126",100432,39556,3,1358,2747 -"240127",100432,40623,3,1358,2580 -"240128",100432,46384,3,1358,2285 -"240129",100432,47654,3,1358,1664 -"240130",100432,48605,3,1358,2796 -"240131",100432,48754,3,1358,1972 -"240132",100432,57732,3,1358,2454 -"240133",100432,61982,3,1358,2725 -"240134",100432,62841,3,1358,2710 -"240135",100432,67604,3,1358,2075 -"240136",100432,74636,3,1358,2525 -"240137",100432,88232,3,1358,2881 -"240138",100432,99152,3,1358,1698 -"240139",100432,102400,1,1358,1761 -"240140",100432,106318,3,1358,1698 -"240141",100442,5315,3,893,2631 -"240142",100442,10358,3,893,2294 -"240143",100442,13109,3,893,1374 -"240144",100442,14032,3,893,2144 -"240145",100442,19858,3,893,2357 -"240146",100442,19892,3,893,1212 -"240147",100442,31003,3,893,1859 -"240148",100442,34648,3,893,1596 -"240149",100442,40893,3,893,1116 -"240150",100442,45903,2,893,2237 -"240151",100442,46283,3,893,1184 -"240152",100442,48127,3,893,2677 -"240153",100442,48602,2,893,1704 -"240154",100442,55185,3,893,922 -"240155",100442,64502,3,893,1670 -"240156",100442,67102,1,893,935 -"240157",100442,77001,3,893,1440 -"240158",100442,81095,3,893,1609 -"240159",100442,83526,3,893,1235 -"240160",100442,83993,3,893,1009 -"240161",100442,91279,3,893,966 -"240162",100462,3255,3,1927,2504 -"240163",100462,6390,3,1927,2385 -"240164",100462,7548,3,1927,1932 -"240165",100462,9311,3,1927,2477 -"240166",100462,14723,3,1927,2019 -"240167",100462,32048,3,1927,2102 -"240168",100462,38755,3,1927,2902 -"240169",100462,58993,3,1927,2390 -"240170",100462,59819,3,1927,2624 -"240171",100462,61337,3,1927,2777 -"240172",100462,66677,3,1927,2151 -"240173",100466,27868,2,1243,1607 -"240174",100532,499,3,859,1931 -"240175",100532,602,3,859,2632 -"240176",100532,3175,3,859,1938 -"240177",100532,3460,2,859,2530 -"240178",100532,3670,3,859,885 -"240179",100532,3896,3,859,2693 -"240180",100532,4821,3,859,1938 -"240181",100532,5346,3,859,1438 -"240182",100532,6942,3,859,1232 -"240183",100532,13724,3,859,1573 -"240184",100532,14422,2,859,1548 -"240185",100532,15207,3,859,1855 -"240186",100532,15453,1,859,1688 -"240187",100532,19637,3,859,1229 -"240188",100532,20494,3,859,1075 -"240189",100532,22311,3,859,2034 -"240190",100532,27792,3,859,1308 -"240191",100532,29170,3,859,1846 -"240192",100532,30746,3,859,1209 -"240193",100532,33356,3,859,1586 -"240194",100532,34842,3,859,2050 -"240195",100532,35186,3,859,1520 -"240196",100532,36439,3,859,2469 -"240197",100532,36646,3,859,2744 -"240198",100532,38755,3,859,2902 -"240199",100532,40293,3,859,1671 -"240200",100532,42196,3,859,2765 -"240201",100532,42642,2,859,2257 -"240202",100532,45053,3,859,1543 -"240203",100532,51055,3,859,2558 -"240204",100532,51364,3,859,2660 -"240205",100532,54067,2,859,2433 -"240206",100532,55324,3,859,1544 -"240207",100532,56386,3,859,2771 -"240208",100532,57337,2,859,1443 -"240209",100532,58133,3,859,1484 -"240210",100532,60386,1,859,1322 -"240211",100532,60516,3,859,2257 -"240212",100532,63395,3,859,2334 -"240213",100532,65316,3,859,1020 -"240214",100532,66726,2,859,2068 -"240215",100532,79612,1,859,927 -"240216",100532,81586,1,859,877 -"240217",100532,84268,3,859,1217 -"240218",100532,85444,3,859,944 -"240219",100532,90886,3,859,1548 -"240220",100532,94520,3,859,1243 -"240221",100532,103218,3,859,1787 -"240222",100540,21,3,100,1385 -"240223",100540,8140,2,100,1262 -"240224",100540,10980,3,100,1974 -"240225",100540,19686,3,100,2467 -"240226",100540,24176,3,100,1986 -"240227",100540,32110,3,100,2224 -"240228",100540,39418,3,100,1978 -"240229",100540,40226,3,100,880 -"240230",100540,54467,3,100,919 -"240231",100540,60078,3,100,1750 -"240232",100540,63077,3,100,2778 -"240233",100540,76007,3,100,918 -"240234",100540,79534,3,100,340 -"240235",100562,12632,3,85,1174 -"240236",100562,16963,3,85,1999 -"240237",100562,37178,3,85,166 -"240238",100562,64803,3,85,841 -"240239",100562,77167,3,85,836 -"240240",100562,80807,3,85,1597 -"240241",100562,119241,3,85,152 -"240242",100568,1275,2,160,2068 -"240243",100568,17997,3,160,1621 -"240244",100568,18103,3,160,1968 -"240245",100568,28015,3,160,1624 -"240246",100568,40432,3,160,1956 -"240247",100568,56807,2,160,1571 -"240248",100568,74795,3,160,1319 -"240249",100568,83140,2,160,1630 -"240250",100609,997,3,637,2788 -"240251",100609,17716,3,637,915 -"240252",100609,31243,3,637,1355 -"240253",100609,35777,3,637,1166 -"240254",100637,17999,3,1944,2758 -"240255",100670,601,3,525,702 -"240256",100670,915,3,525,1793 -"240257",100670,1428,2,525,742 -"240258",100670,1767,2,525,2727 -"240259",100670,2609,2,525,834 -"240260",100670,3068,2,525,1815 -"240261",100670,3961,3,525,2426 -"240262",100670,3980,3,525,2771 -"240263",100670,4226,3,525,1903 -"240264",100670,4289,3,525,1921 -"240265",100670,4360,3,525,1770 -"240266",100670,5315,3,525,2631 -"240267",100670,5714,3,525,534 -"240268",100670,6366,3,525,798 -"240269",100670,6417,3,525,1675 -"240270",100670,7245,3,525,2089 -"240271",100670,7292,3,525,1988 -"240272",100670,7984,3,525,2493 -"240273",100670,7992,3,525,2033 -"240274",100670,10143,3,525,778 -"240275",100670,10358,3,525,2294 -"240276",100670,10779,3,525,2881 -"240277",100670,11450,3,525,915 -"240278",100670,11576,3,525,808 -"240279",100670,11625,3,525,2022 -"240280",100670,12374,3,525,2260 -"240281",100670,12388,3,525,1975 -"240282",100670,13158,3,525,2667 -"240283",100670,13315,3,525,2516 -"240284",100670,13388,2,525,2119 -"240285",100670,13967,3,525,1354 -"240286",100670,13979,2,525,1559 -"240287",100670,14332,3,525,780 -"240288",100670,15444,3,525,2764 -"240289",100670,15636,3,525,2857 -"240290",100670,15990,2,525,593 -"240291",100670,16053,1,525,908 -"240292",100670,17027,3,525,2772 -"240293",100670,17097,3,525,1505 -"240294",100670,17997,3,525,1621 -"240295",100670,18415,3,525,2184 -"240296",100670,18874,3,525,2170 -"240297",100670,19282,3,525,1623 -"240298",100670,19528,3,525,2742 -"240299",100670,19637,2,525,1229 -"240300",100670,20067,2,525,2390 -"240301",100670,20343,3,525,851 -"240302",100670,20732,2,525,2401 -"240303",100670,21422,3,525,935 -"240304",100670,21706,3,525,1988 -"240305",100670,22057,3,525,974 -"240306",100670,22207,3,525,2365 -"240307",100670,22403,3,525,1630 -"240308",100670,23534,3,525,1659 -"240309",100670,23726,2,525,2434 -"240310",100670,23869,2,525,1918 -"240311",100670,24756,2,525,2530 -"240312",100670,25680,3,525,1618 -"240313",100670,26249,2,525,2301 -"240314",100670,26451,3,525,2133 -"240315",100670,28130,3,525,908 -"240316",100670,28131,2,525,1492 -"240317",100670,28896,3,525,1395 -"240318",100670,29372,3,525,528 -"240319",100670,29930,3,525,2240 -"240320",100670,30092,3,525,1593 -"240321",100670,30150,3,525,1704 -"240322",100670,30827,3,525,2323 -"240323",100670,30850,3,525,1045 -"240324",100670,30883,3,525,1629 -"240325",100670,31279,2,525,965 -"240326",100670,32520,3,525,2425 -"240327",100670,32811,2,525,804 -"240328",100670,33801,3,525,2899 -"240329",100670,34136,3,525,2202 -"240330",100670,35529,2,525,1620 -"240331",100670,37934,1,525,1595 -"240332",100670,38284,3,525,1234 -"240333",100670,38467,3,525,1259 -"240334",100670,40432,3,525,1956 -"240335",100670,40646,3,525,1583 -"240336",100670,41955,3,525,2479 -"240337",100670,42216,3,525,2722 -"240338",100670,43404,3,525,2649 -"240339",100670,43479,3,525,2178 -"240340",100670,44819,3,525,2063 -"240341",100670,45136,3,525,877 -"240342",100670,46803,3,525,2305 -"240343",100670,47386,3,525,2226 -"240344",100670,48260,3,525,875 -"240345",100670,48435,3,525,528 -"240346",100670,48823,3,525,2080 -"240347",100670,50269,3,525,1966 -"240348",100670,50382,3,525,2244 -"240349",100670,50487,3,525,744 -"240350",100670,51863,3,525,1395 -"240351",100670,53134,3,525,1590 -"240352",100670,53475,3,525,2853 -"240353",100670,55084,2,525,1189 -"240354",100670,55234,3,525,890 -"240355",100670,56026,3,525,908 -"240356",100670,57977,3,525,2683 -"240357",100670,58133,3,525,1484 -"240358",100670,58669,3,525,2296 -"240359",100670,62488,3,525,1418 -"240360",100670,68299,3,525,866 -"240361",100670,68960,3,525,1312 -"240362",100670,70203,3,525,2756 -"240363",100670,70996,2,525,1037 -"240364",100670,74681,3,525,837 -"240365",100670,74730,2,525,535 -"240366",100670,76356,3,525,2323 -"240367",100670,76999,2,525,908 -"240368",100670,78256,3,525,804 -"240369",100670,79689,3,525,1184 -"240370",100670,82426,3,525,1576 -"240371",100670,82696,3,525,1305 -"240372",100670,85329,3,525,738 -"240373",100670,85784,3,525,1142 -"240374",100670,85794,3,525,679 -"240375",100670,87720,2,525,2086 -"240376",100670,88063,3,525,1045 -"240377",100670,90378,3,525,890 -"240378",100670,94650,3,525,896 -"240379",100670,95064,3,525,1801 -"240380",100670,95879,3,525,1748 -"240381",100670,97160,3,525,1215 -"240382",100670,100140,2,525,1041 -"240383",100670,101338,3,525,1319 -"240384",100670,103524,3,525,991 -"240385",100670,108379,3,525,2933 -"240386",100670,117679,3,525,535 -"240387",100702,1520,3,215,1716 -"240388",100702,1728,3,215,284 -"240389",100702,2523,3,215,1691 -"240390",100702,4430,3,215,2019 -"240391",100702,4567,3,215,2348 -"240392",100702,7780,3,215,1920 -"240393",100702,12728,3,215,2374 -"240394",100702,15118,3,215,1311 -"240395",100702,17645,2,215,1918 -"240396",100702,24568,3,215,1937 -"240397",100702,26957,3,215,987 -"240398",100702,31211,3,215,433 -"240399",100702,31408,3,215,994 -"240400",100702,38087,3,215,1083 -"240401",100702,44135,3,215,2620 -"240402",100702,44744,3,215,2032 -"240403",100702,46726,2,215,943 -"240404",100702,48698,3,215,1474 -"240405",100702,50996,3,215,929 -"240406",100702,55880,3,215,626 -"240407",100702,62268,3,215,413 -"240408",100702,62668,2,215,958 -"240409",100702,63409,3,215,1937 -"240410",100702,81077,3,215,498 -"240411",100702,96387,3,215,2159 -"240412",100702,100690,1,215,2829 -"240413",100702,102581,3,215,1813 -"240414",100702,117764,2,215,2781 -"240415",100702,119501,3,215,390 -"240416",100777,2616,3,103,221 -"240417",100777,3678,2,103,1325 -"240418",100777,4188,3,103,2963 -"240419",100777,5937,3,103,2392 -"240420",100777,11259,3,103,1356 -"240421",100777,11868,3,103,1639 -"240422",100777,14861,3,103,2269 -"240423",100777,15119,3,103,1020 -"240424",100777,16477,3,103,2069 -"240425",100777,19767,3,103,1041 -"240426",100777,22746,3,103,913 -"240427",100777,23771,3,103,1614 -"240428",100777,33460,3,103,2781 -"240429",100777,44727,3,103,1227 -"240430",100777,44728,3,103,451 -"240431",100777,44730,3,103,2468 -"240432",100777,49079,3,103,2447 -"240433",100777,76997,2,103,2223 -"240434",100777,79746,3,103,2272 -"240435",100777,85062,3,103,1379 -"240436",100777,86716,3,103,1609 -"240437",100777,96700,3,103,1602 -"240438",100777,97615,2,103,1198 -"240439",100777,102368,3,103,613 -"240440",100777,103920,2,103,274 -"240441",100777,106330,2,103,2559 -"240442",100777,113333,3,103,1018 -"240443",100799,7616,3,311,2296 -"240444",100799,9871,3,311,921 -"240445",100799,12122,3,311,1385 -"240446",100799,12712,3,311,815 -"240447",100799,16539,3,311,1947 -"240448",100799,25490,3,311,639 -"240449",100799,27363,3,311,1508 -"240450",100799,36784,2,311,576 -"240451",100799,49334,3,311,2433 -"240452",100799,55076,3,311,2408 -"240453",100799,77611,3,311,1795 -"240454",100799,82893,3,311,1275 -"240455",100809,2452,3,353,1715 -"240456",100809,9723,3,353,2302 -"240457",100809,11239,3,353,2181 -"240458",100809,12586,3,353,613 -"240459",100809,16684,3,353,1657 -"240460",100809,18928,3,353,709 -"240461",100809,19364,3,353,2846 -"240462",100809,20176,3,353,1050 -"240463",100809,25378,3,353,1245 -"240464",100809,28432,3,353,1954 -"240465",100809,37859,3,353,1999 -"240466",100809,38373,2,353,1928 -"240467",100809,39249,3,353,1665 -"240468",100809,41240,3,353,2220 -"240469",100809,49044,3,353,610 -"240470",100809,52879,3,353,777 -"240471",100809,53809,3,353,1956 -"240472",100809,61443,3,353,2770 -"240473",100809,64993,3,353,615 -"240474",100809,66622,3,353,799 -"240475",100809,73553,3,353,2726 -"240476",100809,82252,3,353,1248 -"240477",100809,90674,1,353,621 -"240478",100809,102893,3,353,814 -"240479",100809,104319,3,353,536 -"240480",100809,106449,3,353,862 -"240481",100809,109978,3,353,1865 -"240482",100809,121354,3,353,2862 -"240483",100860,7942,3,2326,2623 -"240484",100860,10638,3,2326,2692 -"240485",100860,14586,3,2326,2801 -"240486",100860,16176,3,2326,2703 -"240487",100860,41023,3,2326,2408 -"240488",100860,47968,3,2326,2829 -"240489",100860,63077,3,2326,2778 -"240490",100886,22009,2,462,581 -"240491",100886,22185,3,462,1174 -"240492",100886,59677,2,462,1174 -"240493",100886,88063,3,462,1045 -"240494",100978,313,3,862,2271 -"240495",100978,499,3,862,1931 -"240496",100978,543,3,862,2203 -"240497",100978,1469,3,862,1160 -"240498",100978,1777,3,862,1965 -"240499",100978,2036,3,862,2483 -"240500",100978,2349,3,862,1288 -"240501",100978,2754,3,862,1360 -"240502",100978,3830,3,862,1661 -"240503",100978,5462,3,862,2374 -"240504",100978,5504,3,862,2389 -"240505",100978,7506,3,862,2371 -"240506",100978,14888,2,862,1411 -"240507",100978,17626,3,862,1265 -"240508",100978,17826,3,862,2920 -"240509",100978,18571,3,862,2128 -"240510",100978,21193,3,862,2490 -"240511",100978,26713,2,862,1235 -"240512",100978,27478,2,862,2485 -"240513",100978,31164,3,862,1996 -"240514",100978,31307,3,862,2139 -"240515",100978,31799,3,862,2547 -"240516",100978,35256,3,862,2271 -"240517",100978,38048,2,862,867 -"240518",100978,40136,3,862,1149 -"240519",100978,40296,3,862,1674 -"240520",100978,41747,3,862,1722 -"240521",100978,46039,3,862,1794 -"240522",100978,46951,3,862,2429 -"240523",100978,49277,2,862,1928 -"240524",100978,50872,3,862,864 -"240525",100978,53031,2,862,2065 -"240526",100978,55256,3,862,2379 -"240527",100978,57781,3,862,1971 -"240528",100978,57977,3,862,2683 -"240529",100978,59205,2,862,2387 -"240530",100978,68098,3,862,2378 -"240531",100978,77489,3,862,1514 -"240532",100978,84897,3,862,1075 -"240533",100978,85430,3,862,2370 -"240534",100978,88966,3,862,1568 -"240535",100978,89958,3,862,1186 -"240536",100978,93615,3,862,2386 -"240537",100978,96678,3,862,1183 -"240538",100978,105795,3,862,1265 -"240539",100978,106175,3,862,1307 -"240540",101019,94450,2,904,1127 -"240541",101027,3520,3,1867,2281 -"240542",101027,37868,1,1867,2876 -"240543",101115,7206,3,1259,1959 -"240544",101115,12837,2,1259,1315 -"240545",101115,14623,3,1259,2043 -"240546",101115,40850,3,1259,1396 -"240547",101115,49621,3,1259,1915 -"240548",101115,56737,2,1259,2270 -"240549",101115,65658,3,1259,2030 -"240550",101116,3271,3,169,2216 -"240551",101116,8726,3,169,2083 -"240552",101116,8777,3,169,1620 -"240553",101116,9272,2,169,2835 -"240554",101116,11239,3,169,2181 -"240555",101116,11310,3,169,957 -"240556",101116,11625,3,169,2022 -"240557",101116,16684,3,169,1657 -"240558",101116,19069,3,169,988 -"240559",101116,19364,3,169,2846 -"240560",101116,19751,3,169,1630 -"240561",101116,22709,3,169,2743 -"240562",101116,26734,3,169,2299 -"240563",101116,28432,2,169,1954 -"240564",101116,30870,3,169,2370 -"240565",101116,34831,3,169,1866 -"240566",101116,34921,3,169,2181 -"240567",101116,37461,3,169,214 -"240568",101116,37611,3,169,1260 -"240569",101116,37859,2,169,1999 -"240570",101116,39906,2,169,2365 -"240571",101116,40329,3,169,412 -"240572",101116,43226,3,169,2442 -"240573",101116,48110,3,169,2009 -"240574",101116,51687,3,169,2333 -"240575",101116,52215,2,169,1908 -"240576",101116,54718,3,169,2473 -"240577",101116,58122,3,169,889 -"240578",101116,58508,3,169,2326 -"240579",101116,60879,3,169,2792 -"240580",101116,69335,3,169,2698 -"240581",101116,69417,3,169,507 -"240582",101116,73553,3,169,2726 -"240583",101116,77077,2,169,2693 -"240584",101116,80301,3,169,1690 -"240585",101116,82819,3,169,1900 -"240586",101116,99041,3,169,844 -"240587",101116,99940,3,169,2884 -"240588",101116,102893,3,169,814 -"240589",101140,22207,3,2364,2365 -"240590",101191,1050,2,35,1185 -"240591",101191,1367,3,35,2176 -"240592",101191,1592,3,35,2006 -"240593",101191,2077,3,35,610 -"240594",101191,2563,3,35,1686 -"240595",101191,3164,3,35,2693 -"240596",101191,3957,3,35,256 -"240597",101191,4226,3,35,1903 -"240598",101191,5346,3,35,1438 -"240599",101191,6030,2,35,2953 -"240600",101191,7245,3,35,2089 -"240601",101191,7847,3,35,2424 -"240602",101191,8533,3,35,2251 -"240603",101191,10488,3,35,1524 -"240604",101191,14616,3,35,385 -"240605",101191,15207,3,35,1855 -"240606",101191,18348,3,35,1711 -"240607",101191,18415,3,35,2184 -"240608",101191,18550,3,35,483 -"240609",101191,18639,3,35,990 -"240610",101191,20024,3,35,1181 -"240611",101191,22566,3,35,2308 -"240612",101191,24789,3,35,829 -"240613",101191,28050,3,35,1955 -"240614",101191,28168,3,35,2702 -"240615",101191,28434,3,35,1141 -"240616",101191,31050,3,35,1491 -"240617",101191,35186,3,35,1520 -"240618",101191,35544,3,35,397 -"240619",101191,36499,3,35,182 -"240620",101191,38523,1,35,549 -"240621",101191,38869,3,35,1675 -"240622",101191,40113,3,35,451 -"240623",101191,40369,3,35,2735 -"240624",101191,40472,3,35,549 -"240625",101191,44405,3,35,1855 -"240626",101191,44648,3,35,619 -"240627",101191,45186,3,35,835 -"240628",101191,45633,3,35,2134 -"240629",101191,46621,3,35,1343 -"240630",101191,49144,3,35,1542 -"240631",101191,53105,3,35,953 -"240632",101191,54255,3,35,679 -"240633",101191,54259,3,35,191 -"240634",101191,54295,2,35,191 -"240635",101191,56143,2,35,766 -"240636",101191,58035,3,35,1646 -"240637",101191,58451,3,35,1939 -"240638",101191,61785,3,35,822 -"240639",101191,63770,3,35,1324 -"240640",101191,64031,3,35,1295 -"240641",101191,67788,3,35,837 -"240642",101191,80471,3,35,538 -"240643",101191,87603,3,35,535 -"240644",101191,88232,3,35,2881 -"240645",101191,94520,3,35,1243 -"240646",101191,99621,2,35,874 -"240647",101237,20732,2,2033,2401 -"240648",101237,23726,3,2033,2434 -"240649",101295,21693,3,2165,2176 -"240650",101295,22326,2,2165,2818 -"240651",101295,25305,3,2165,2447 -"240652",101295,29962,3,2165,2201 -"240653",101315,270,3,1971,2542 -"240654",101315,2424,3,1971,2582 -"240655",101315,13307,3,1971,2206 -"240656",101315,21012,3,1971,2325 -"240657",101315,31132,3,1971,2744 -"240658",101315,36609,3,1971,2918 -"240659",101315,43455,3,1971,2846 -"240660",101315,45618,3,1971,2356 -"240661",101315,46629,3,1971,2255 -"240662",101315,61982,3,1971,2725 -"240663",101332,17672,3,585,1987 -"240664",101332,27570,3,585,1559 -"240665",101338,1315,3,1319,2760 -"240666",101338,3139,3,1319,1656 -"240667",101338,5315,3,1319,2631 -"240668",101338,7029,3,1319,2204 -"240669",101338,7292,3,1319,1988 -"240670",101338,7508,3,1319,2396 -"240671",101338,8865,3,1319,2394 -"240672",101338,10148,2,1319,2964 -"240673",101338,10779,2,1319,2881 -"240674",101338,11103,2,1319,2393 -"240675",101338,11976,3,1319,1727 -"240676",101338,12310,3,1319,1337 -"240677",101338,13388,3,1319,2119 -"240678",101338,13732,3,1319,2789 -"240679",101338,14709,3,1319,1901 -"240680",101338,15560,2,1319,2257 -"240681",101338,16195,3,1319,2964 -"240682",101338,17819,3,1319,2291 -"240683",101338,18874,3,1319,2170 -"240684",101338,20067,3,1319,2390 -"240685",101338,20355,3,1319,2111 -"240686",101338,21795,3,1319,2653 -"240687",101338,22207,3,1319,2365 -"240688",101338,23508,2,1319,1907 -"240689",101338,24512,3,1319,1369 -"240690",101338,26865,3,1319,2726 -"240691",101338,27195,3,1319,2158 -"240692",101338,28640,3,1319,1475 -"240693",101338,29073,3,1319,2328 -"240694",101338,29930,3,1319,2240 -"240695",101338,30081,3,1319,2403 -"240696",101338,30906,3,1319,2537 -"240697",101338,33834,3,1319,1606 -"240698",101338,35529,3,1319,1620 -"240699",101338,35903,3,1319,1434 -"240700",101338,36574,2,1319,2934 -"240701",101338,37333,3,1319,1612 -"240702",101338,41955,3,1319,2479 -"240703",101338,45277,3,1319,1777 -"240704",101338,46596,3,1319,1942 -"240705",101338,49185,3,1319,1544 -"240706",101338,51863,3,1319,1395 -"240707",101338,53134,3,1319,1590 -"240708",101338,62488,3,1319,1418 -"240709",101338,76356,3,1319,2323 -"240710",101338,82929,3,1319,2475 -"240711",101338,87837,3,1319,1987 -"240712",101343,1592,3,761,2006 -"240713",101343,1691,3,761,1941 -"240714",101343,9654,3,761,2111 -"240715",101343,19335,3,761,1729 -"240716",101343,19718,3,761,1702 -"240717",101343,20407,3,761,2339 -"240718",101343,21133,3,761,1320 -"240719",101343,21682,2,761,2414 -"240720",101343,28808,3,761,1063 -"240721",101343,33981,3,761,1993 -"240722",101343,40493,3,761,1981 -"240723",101343,46621,3,761,1343 -"240724",101343,50179,2,761,2230 -"240725",101343,61785,3,761,822 -"240726",101343,79436,1,761,1344 -"240727",101343,86245,3,761,1972 -"240728",101343,88232,3,761,2881 -"240729",101347,1136,3,1335,2536 -"240730",101347,2407,2,1335,1725 -"240731",101347,4001,3,1335,1687 -"240732",101347,4821,3,1335,1938 -"240733",101347,5346,3,1335,1438 -"240734",101347,9202,3,1335,2477 -"240735",101347,14108,3,1335,2012 -"240736",101347,14731,3,1335,2012 -"240737",101347,15207,3,1335,1855 -"240738",101347,15546,3,1335,2055 -"240739",101347,16866,2,1335,2718 -"240740",101347,18865,2,1335,2676 -"240741",101347,19208,3,1335,2629 -"240742",101347,19605,3,1335,2395 -"240743",101347,22080,3,1335,2436 -"240744",101347,24256,3,1335,2393 -"240745",101347,26642,3,1335,2952 -"240746",101347,36270,3,1335,2910 -"240747",101347,36862,3,1335,2655 -"240748",101347,42216,3,1335,2722 -"240749",101347,42619,3,1335,2017 -"240750",101347,42813,3,1335,2142 -"240751",101347,45449,3,1335,1610 -"240752",101347,50480,3,1335,2701 -"240753",101347,56854,3,1335,2022 -"240754",101347,56910,3,1335,2705 -"240755",101347,63395,2,1335,2334 -"240756",101347,69215,3,1335,1591 -"240757",101347,73747,3,1335,2274 -"240758",101347,74204,3,1335,2463 -"240759",101347,95288,3,1335,1602 -"240760",101347,106555,2,1335,1626 -"240761",101347,108430,2,1335,1642 -"240762",101367,21,3,974,1385 -"240763",101367,1620,3,974,1303 -"240764",101367,2936,3,974,2512 -"240765",101367,2985,3,974,2398 -"240766",101367,3477,3,974,2546 -"240767",101367,4361,3,974,2571 -"240768",101367,6359,3,974,1239 -"240769",101367,8062,2,974,2858 -"240770",101367,9060,3,974,1612 -"240771",101367,9481,3,974,1610 -"240772",101367,9503,3,974,2453 -"240773",101367,9504,3,974,2549 -"240774",101367,10350,3,974,1163 -"240775",101367,10453,2,974,1656 -"240776",101367,10980,3,974,1974 -"240777",101367,11108,2,974,1609 -"240778",101367,11728,3,974,1121 -"240779",101367,12067,3,974,1213 -"240780",101367,13537,3,974,1020 -"240781",101367,15567,3,974,2671 -"240782",101367,17257,3,974,1117 -"240783",101367,20220,3,974,1656 -"240784",101367,23131,3,974,1732 -"240785",101367,25373,3,974,2783 -"240786",101367,27742,3,974,2700 -"240787",101367,29286,3,974,1612 -"240788",101367,30525,3,974,1964 -"240789",101367,30609,3,974,988 -"240790",101367,31753,3,974,1514 -"240791",101367,32818,2,974,2485 -"240792",101367,33341,3,974,2338 -"240793",101367,33681,3,974,1059 -"240794",101367,35797,3,974,2482 -"240795",101367,36912,3,974,2469 -"240796",101367,38602,3,974,2693 -"240797",101367,41446,3,974,1103 -"240798",101367,47654,3,974,1664 -"240799",101367,57912,2,974,1035 -"240800",101367,63077,2,974,2778 -"240801",101367,72597,3,974,1843 -"240802",101367,72728,3,974,2234 -"240803",101367,74370,3,974,1667 -"240804",101367,75282,3,974,2675 -"240805",101367,80156,3,974,1667 -"240806",101367,85690,3,974,1229 -"240807",101367,88212,3,974,2547 -"240808",101367,91849,3,974,1166 -"240809",101367,91942,3,974,2216 -"240810",101381,1708,3,977,1591 -"240811",101381,2272,3,977,1640 -"240812",101381,2443,2,977,2333 -"240813",101381,2647,3,977,2450 -"240814",101381,2927,3,977,1789 -"240815",101381,7604,2,977,1366 -"240816",101381,9269,2,977,1892 -"240817",101381,9740,3,977,2233 -"240818",101381,9895,2,977,1960 -"240819",101381,9910,2,977,2526 -"240820",101381,9948,3,977,2019 -"240821",101381,12632,3,977,1174 -"240822",101381,12914,3,977,1557 -"240823",101381,13551,3,977,1451 -"240824",101381,16347,3,977,1868 -"240825",101381,17499,3,977,2954 -"240826",101381,17695,3,977,1930 -"240827",101381,20695,2,977,2526 -"240828",101381,21044,2,977,1574 -"240829",101381,22357,3,977,1397 -"240830",101381,23560,3,977,2051 -"240831",101381,26597,3,977,2070 -"240832",101381,26740,3,977,2695 -"240833",101381,32966,3,977,1583 -"240834",101381,34331,3,977,1727 -"240835",101381,38697,3,977,2701 -"240836",101381,41350,3,977,1935 -"240837",101381,42382,3,977,2224 -"240838",101381,43768,2,977,1468 -"240839",101381,44744,3,977,2032 -"240840",101381,46616,3,977,1917 -"240841",101381,47607,3,977,2724 -"240842",101381,49379,3,977,1573 -"240843",101381,49708,1,977,1147 -"240844",101381,51505,3,977,1572 -"240845",101381,53020,2,977,2747 -"240846",101381,53584,2,977,2391 -"240847",101381,56168,3,977,1466 -"240848",101381,56364,3,977,1626 -"240849",101381,76796,3,977,1140 -"240850",101381,79874,3,977,1570 -"240851",101381,80801,3,977,1250 -"240852",101381,83334,3,977,1708 -"240853",101381,84591,1,977,1685 -"240854",101381,87915,1,977,1152 -"240855",101381,92630,3,977,1583 -"240856",101381,95998,3,977,1250 -"240857",101381,101666,2,977,1257 -"240858",101395,380,3,891,2261 -"240859",101395,1102,3,891,2282 -"240860",101395,1127,3,891,1188 -"240861",101395,1130,3,891,1566 -"240862",101395,1875,3,891,1786 -"240863",101395,2269,2,891,984 -"240864",101395,2325,3,891,1641 -"240865",101395,2424,3,891,2582 -"240866",101395,2572,3,891,2273 -"240867",101395,2754,3,891,1360 -"240868",101395,2864,3,891,1543 -"240869",101395,3716,2,891,1679 -"240870",101395,3777,3,891,1798 -"240871",101395,3801,3,891,1974 -"240872",101395,3886,3,891,1669 -"240873",101395,3961,3,891,2426 -"240874",101395,3966,3,891,2425 -"240875",101395,4289,3,891,1921 -"240876",101395,4690,3,891,1938 -"240877",101395,5041,3,891,2371 -"240878",101395,5315,3,891,2631 -"240879",101395,5716,3,891,1058 -"240880",101395,5984,3,891,1675 -"240881",101395,5986,3,891,1721 -"240882",101395,6044,3,891,2744 -"240883",101395,6047,2,891,2004 -"240884",101395,6052,3,891,1985 -"240885",101395,6074,3,891,2426 -"240886",101395,6417,2,891,1675 -"240887",101395,7406,3,891,1906 -"240888",101395,7861,3,891,1647 -"240889",101395,8621,3,891,1681 -"240890",101395,9364,3,891,1698 -"240891",101395,9950,3,891,920 -"240892",101395,10358,3,891,2294 -"240893",101395,10513,2,891,2284 -"240894",101395,10717,3,891,1938 -"240895",101395,11218,3,891,2292 -"240896",101395,11540,1,891,1237 -"240897",101395,12042,3,891,2345 -"240898",101395,12602,3,891,1956 -"240899",101395,12724,3,891,1930 -"240900",101395,13967,3,891,1354 -"240901",101395,14032,3,891,2144 -"240902",101395,14834,3,891,2739 -"240903",101395,14855,3,891,903 -"240904",101395,15309,3,891,2820 -"240905",101395,15626,3,891,2434 -"240906",101395,15872,1,891,1551 -"240907",101395,16053,3,891,908 -"240908",101395,16120,2,891,1237 -"240909",101395,16164,3,891,1184 -"240910",101395,16332,3,891,2668 -"240911",101395,16352,3,891,2657 -"240912",101395,16826,2,891,2599 -"240913",101395,17396,3,891,1672 -"240914",101395,17819,3,891,2291 -"240915",101395,17943,3,891,1943 -"240916",101395,17997,3,891,1621 -"240917",101395,18103,3,891,1968 -"240918",101395,18874,3,891,2170 -"240919",101395,19027,3,891,2721 -"240920",101395,19637,3,891,1229 -"240921",101395,19719,3,891,2177 -"240922",101395,20067,3,891,2390 -"240923",101395,20124,3,891,2376 -"240924",101395,20975,2,891,1305 -"240925",101395,21138,1,891,2849 -"240926",101395,21198,3,891,935 -"240927",101395,21682,3,891,2414 -"240928",101395,21693,3,891,2176 -"240929",101395,21706,3,891,1988 -"240930",101395,21929,3,891,2062 -"240931",101395,22141,2,891,2348 -"240932",101395,22282,3,891,1418 -"240933",101395,22326,3,891,2818 -"240934",101395,22362,3,891,1836 -"240935",101395,22639,3,891,2352 -"240936",101395,23159,3,891,1548 -"240937",101395,23869,3,891,1918 -"240938",101395,24146,3,891,2003 -"240939",101395,25443,3,891,1441 -"240940",101395,25680,3,891,1618 -"240941",101395,26080,3,891,2525 -"240942",101395,26282,3,891,1241 -"240943",101395,26749,3,891,2965 -"240944",101395,28002,3,891,914 -"240945",101395,28015,3,891,1624 -"240946",101395,29314,3,891,2736 -"240947",101395,29930,3,891,2240 -"240948",101395,30906,3,891,2537 -"240949",101395,30981,3,891,2366 -"240950",101395,33801,3,891,2899 -"240951",101395,34158,3,891,2639 -"240952",101395,34509,3,891,1973 -"240953",101395,34735,3,891,2767 -"240954",101395,35361,3,891,2389 -"240955",101395,35529,3,891,1620 -"240956",101395,36962,3,891,2861 -"240957",101395,37333,3,891,1612 -"240958",101395,38019,3,891,1870 -"240959",101395,38055,3,891,1089 -"240960",101395,38227,3,891,2511 -"240961",101395,39238,3,891,922 -"240962",101395,39746,3,891,1361 -"240963",101395,40432,3,891,1956 -"240964",101395,41972,3,891,2509 -"240965",101395,42129,3,891,2318 -"240966",101395,42216,3,891,2722 -"240967",101395,42747,3,891,1189 -"240968",101395,43112,3,891,2564 -"240969",101395,43173,3,891,2895 -"240970",101395,45302,3,891,2390 -"240971",101395,46091,3,891,1938 -"240972",101395,47248,2,891,2883 -"240973",101395,47386,3,891,2226 -"240974",101395,47715,3,891,2111 -"240975",101395,49512,3,891,1302 -"240976",101395,50124,2,891,1209 -"240977",101395,51017,1,891,2073 -"240978",101395,51035,2,891,2397 -"240979",101395,51866,3,891,2411 -"240980",101395,52576,3,891,2234 -"240981",101395,53134,3,891,1590 -"240982",101395,53323,3,891,2677 -"240983",101395,53475,3,891,2853 -"240984",101395,54020,3,891,1578 -"240985",101395,54929,3,891,2783 -"240986",101395,56317,3,891,2030 -"240987",101395,57977,3,891,2683 -"240988",101395,58508,3,891,2326 -"240989",101395,58596,3,891,936 -"240990",101395,60280,3,891,1918 -"240991",101395,63547,2,891,1023 -"240992",101395,64181,3,891,1828 -"240993",101395,66983,3,891,2397 -"240994",101395,69712,3,891,1219 -"240995",101395,70269,3,891,2368 -"240996",101395,70605,3,891,1176 -"240997",101395,70996,3,891,1037 -"240998",101395,71342,3,891,1289 -"240999",101395,72956,3,891,1251 -"241000",101395,76284,3,891,1237 -"241001",101395,76511,3,891,1250 -"241002",101395,80825,3,891,2315 -"241003",101395,81588,3,891,1568 -"241004",101395,82949,3,891,2077 -"241005",101395,84022,2,891,2289 -"241006",101395,85356,3,891,1492 -"241007",101395,89097,3,891,935 -"241008",101395,98384,3,891,1166 -"241009",101395,100140,3,891,1041 -"241010",101395,119859,3,891,908 -"241011",101435,841,3,1236,2964 -"241012",101435,2540,3,1236,1398 -"241013",101435,3978,3,1236,2775 -"241014",101435,4303,3,1236,2414 -"241015",101435,6989,2,1236,2623 -"241016",101435,7785,3,1236,2441 -"241017",101435,9703,3,1236,1845 -"241018",101435,11639,3,1236,1593 -"241019",101435,11648,3,1236,2852 -"241020",101435,17645,3,1236,1918 -"241021",101435,23131,3,1236,1732 -"241022",101435,32560,3,1236,1258 -"241023",101435,36953,3,1236,2790 -"241024",101435,46486,3,1236,1868 -"241025",101435,48652,3,1236,1686 -"241026",101435,52815,3,1236,2323 -"241027",101446,160,3,920,2007 -"241028",101446,1034,2,920,1438 -"241029",101446,5491,3,920,2048 -"241030",101446,5615,3,920,1105 -"241031",101446,6449,3,920,1997 -"241032",101446,6821,3,920,1788 -"241033",101446,9331,3,920,2269 -"241034",101446,9423,3,920,1708 -"241035",101446,13388,3,920,2119 -"241036",101446,14189,3,920,1483 -"241037",101446,14325,3,920,1976 -"241038",101446,14709,3,920,1901 -"241039",101446,14918,2,920,2071 -"241040",101446,15343,3,920,2125 -"241041",101446,16029,3,920,1160 -"241042",101446,16313,3,920,1160 -"241043",101446,17351,2,920,2036 -"241044",101446,17549,3,920,2647 -"241045",101446,17632,3,920,1947 -"241046",101446,17938,3,920,1410 -"241047",101446,18151,3,920,2962 -"241048",101446,20419,2,920,1587 -"241049",101446,21079,3,920,1997 -"241050",101446,21795,3,920,2653 -"241051",101446,23751,3,920,1740 -"241052",101446,24362,3,920,1287 -"241053",101446,27642,2,920,1531 -"241054",101446,28233,3,920,1608 -"241055",101446,30092,3,920,1593 -"241056",101446,34120,2,920,2786 -"241057",101446,34659,3,920,1924 -"241058",101446,35529,3,920,1620 -"241059",101446,41900,3,920,1970 -"241060",101446,41945,3,920,2856 -"241061",101446,42618,3,920,2316 -"241062",101446,44688,3,920,2924 -"241063",101446,46042,2,920,1692 -"241064",101446,46717,3,920,938 -"241065",101446,49470,3,920,1528 -"241066",101446,54631,3,920,1531 -"241067",101446,80979,3,920,1142 -"241068",101446,83096,3,920,1061 -"241069",101446,100140,3,920,1041 -"241070",101446,103721,3,920,1030 -"241071",101453,194,3,454,1243 -"241072",101453,680,3,454,2569 -"241073",101453,782,3,454,945 -"241074",101453,1349,3,454,1147 -"241075",101453,1702,3,454,1984 -"241076",101453,1846,3,454,1845 -"241077",101453,2206,3,454,2536 -"241078",101453,2852,3,454,2448 -"241079",101453,3127,3,454,2273 -"241080",101453,4361,3,454,2571 -"241081",101453,4668,3,454,1919 -"241082",101453,4669,2,454,2395 -"241083",101453,5897,3,454,2337 -"241084",101453,7252,3,454,2799 -"241085",101453,7337,3,454,1797 -"241086",101453,7785,3,454,2441 -"241087",101453,8140,3,454,1262 -"241088",101453,8568,3,454,2706 -"241089",101453,9481,3,454,1610 -"241090",101453,9503,2,454,2453 -"241091",101453,10453,3,454,1656 -"241092",101453,10980,3,454,1974 -"241093",101453,11107,3,454,1256 -"241094",101453,11648,3,454,2852 -"241095",101453,12948,2,454,2669 -"241096",101453,13295,3,454,779 -"241097",101453,13566,3,454,2056 -"241098",101453,14532,3,454,1193 -"241099",101453,14781,3,454,2338 -"241100",101453,14817,3,454,2110 -"241101",101453,16286,3,454,2470 -"241102",101453,16715,2,454,1218 -"241103",101453,16864,3,454,814 -"241104",101453,18122,3,454,894 -"241105",101453,18978,2,454,952 -"241106",101453,19655,3,454,2706 -"241107",101453,19818,3,454,675 -"241108",101453,20395,3,454,1468 -"241109",101453,21207,2,454,1258 -"241110",101453,23131,3,454,1732 -"241111",101453,25373,3,454,2783 -"241112",101453,26551,3,454,652 -"241113",101453,27742,3,454,2700 -"241114",101453,28203,3,454,2117 -"241115",101453,28869,3,454,2425 -"241116",101453,29353,3,454,502 -"241117",101453,30525,3,454,1964 -"241118",101453,31408,3,454,994 -"241119",101453,31753,3,454,1514 -"241120",101453,32470,3,454,1539 -"241121",101453,32532,3,454,2338 -"241122",101453,32560,3,454,1258 -"241123",101453,32651,3,454,877 -"241124",101453,33341,3,454,2338 -"241125",101453,33681,3,454,1059 -"241126",101453,33870,2,454,955 -"241127",101453,34216,3,454,2832 -"241128",101453,35640,3,454,495 -"241129",101453,35822,3,454,1903 -"241130",101453,36327,3,454,870 -"241131",101453,39748,3,454,1566 -"241132",101453,40572,3,454,2666 -"241133",101453,41023,3,454,2408 -"241134",101453,41581,3,454,1692 -"241135",101453,44181,3,454,1034 -"241136",101453,45518,3,454,494 -"241137",101453,45869,2,454,2840 -"241138",101453,47595,3,454,2374 -"241139",101453,51200,3,454,2245 -"241140",101453,53739,3,454,2704 -"241141",101453,61125,3,454,1673 -"241142",101453,67266,3,454,2010 -"241143",101453,67617,2,454,1149 -"241144",101453,74370,2,454,1667 -"241145",101453,76007,3,454,918 -"241146",101453,80156,3,454,1667 -"241147",101453,81077,3,454,498 -"241148",101453,91849,2,454,1166 -"241149",101453,95690,3,454,765 -"241150",101453,96310,3,454,1016 -"241151",101453,115021,3,454,1226 -"241152",101478,10310,3,1383,2774 -"241153",101478,11493,3,1383,2077 -"241154",101478,12371,2,1383,1569 -"241155",101478,29930,3,1383,2240 -"241156",101478,33184,2,1383,2522 -"241157",101482,23,3,1300,1682 -"241158",101482,671,3,1300,2328 -"241159",101482,1201,3,1300,2489 -"241160",101482,3164,3,1300,2693 -"241161",101482,4289,3,1300,1921 -"241162",101482,4583,3,1300,2741 -"241163",101482,5041,3,1300,2371 -"241164",101482,5462,3,1300,2374 -"241165",101482,8621,3,1300,1681 -"241166",101482,10799,3,1300,2010 -"241167",101482,12096,3,1300,1330 -"241168",101482,12713,3,1300,2440 -"241169",101482,13248,3,1300,1385 -"241170",101482,13801,3,1300,2041 -"241171",101482,13929,2,1300,2693 -"241172",101482,15299,3,1300,2213 -"241173",101482,15607,3,1300,1421 -"241174",101482,16111,3,1300,1714 -"241175",101482,20643,3,1300,2341 -"241176",101482,22216,3,1300,1956 -"241177",101482,24146,3,1300,2003 -"241178",101482,24755,3,1300,1319 -"241179",101482,25643,3,1300,1646 -"241180",101482,26570,3,1300,1669 -"241181",101482,30081,3,1300,2403 -"241182",101482,32173,3,1300,2341 -"241183",101482,36450,3,1300,1591 -"241184",101482,36962,2,1300,2861 -"241185",101482,37333,3,1300,1612 -"241186",101482,38162,2,1300,1691 -"241187",101482,47082,2,1300,1990 -"241188",101482,47947,3,1300,2681 -"241189",101482,52058,3,1300,1836 -"241190",101482,53630,2,1300,1565 -"241191",101482,54020,3,1300,1578 -"241192",101482,55156,3,1300,2196 -"241193",101482,55691,2,1300,2856 -"241194",101482,56464,3,1300,2488 -"241195",101482,58035,3,1300,1646 -"241196",101482,68810,3,1300,2409 -"241197",101482,70046,3,1300,2624 -"241198",101482,78563,3,1300,2385 -"241199",101482,79088,3,1300,1369 -"241200",101540,283,3,388,2082 -"241201",101540,378,3,388,2766 -"241202",101540,6078,3,388,498 -"241203",101540,19687,3,388,2072 -"241204",101540,26567,3,388,1158 -"241205",101540,34055,3,388,1881 -"241206",101540,34559,2,388,1105 -"241207",101540,42195,3,388,573 -"241208",101540,48764,3,388,860 -"241209",101540,79404,3,388,1079 -"241210",101540,83541,1,388,555 -"241211",101540,85264,1,388,1236 -"241212",101540,98003,3,388,573 -"241213",101561,40820,3,852,900 -"241214",101561,42642,3,852,2257 -"241215",101561,47440,1,852,2234 -"241216",101561,60516,3,852,2257 -"241217",101561,105483,1,852,1679 -"241218",101598,1592,3,781,2006 -"241219",101598,1691,3,781,1941 -"241220",101598,5041,3,781,2371 -"241221",101598,5716,2,781,1058 -"241222",101598,5984,3,781,1675 -"241223",101598,5986,3,781,1721 -"241224",101598,6252,3,781,2336 -"241225",101598,6324,3,781,1990 -"241226",101598,6366,3,781,798 -"241227",101598,6417,2,781,1675 -"241228",101598,11218,3,781,2292 -"241229",101598,11576,3,781,808 -"241230",101598,12042,3,781,2345 -"241231",101598,13248,3,781,1385 -"241232",101598,13837,3,781,1604 -"241233",101598,14108,3,781,2012 -"241234",101598,14855,2,781,903 -"241235",101598,16352,3,781,2657 -"241236",101598,17400,3,781,2231 -"241237",101598,18348,2,781,1711 -"241238",101598,20407,3,781,2339 -"241239",101598,23310,3,781,2371 -"241240",101598,25565,3,781,2764 -"241241",101598,26659,3,781,903 -"241242",101598,28002,3,781,914 -"241243",101598,28808,3,781,1063 -"241244",101598,29170,3,781,1846 -"241245",101598,32503,2,781,2020 -"241246",101598,32694,3,781,1602 -"241247",101598,34735,3,781,2767 -"241248",101598,35926,3,781,2371 -"241249",101598,36439,3,781,2469 -"241250",101598,36691,3,781,1903 -"241251",101598,38213,3,781,1744 -"241252",101598,40293,3,781,1671 -"241253",101598,43153,3,781,1381 -"241254",101598,44521,3,781,1593 -"241255",101598,46621,3,781,1343 -"241256",101598,49620,3,781,1868 -"241257",101598,52327,3,781,1472 -"241258",101598,53134,3,781,1590 -"241259",101598,54929,3,781,2783 -"241260",101598,56604,3,781,1919 -"241261",101598,60280,3,781,1918 -"241262",101598,61785,3,781,822 -"241263",101598,71274,2,781,2390 -"241264",101598,72501,3,781,2795 -"241265",101598,73675,3,781,887 -"241266",101598,74636,3,781,2525 -"241267",101598,76127,3,781,910 -"241268",101598,76495,2,781,1255 -"241269",101598,80219,2,781,988 -"241270",101598,88232,3,781,2881 -"241271",101652,288,3,270,947 -"241272",101652,457,3,270,1704 -"241273",101652,1044,3,270,880 -"241274",101652,1592,3,270,2006 -"241275",101652,1691,3,270,1941 -"241276",101652,1826,3,270,924 -"241277",101652,2143,2,270,1174 -"241278",101652,2208,3,270,2814 -"241279",101652,3748,3,270,2052 -"241280",101652,4317,3,270,1224 -"241281",101652,6252,3,270,2336 -"241282",101652,6390,3,270,2385 -"241283",101652,8866,3,270,1545 -"241284",101652,8910,3,270,1054 -"241285",101652,8961,3,270,507 -"241286",101652,12304,3,270,439 -"241287",101652,14108,3,270,2012 -"241288",101652,18394,3,270,2356 -"241289",101652,18543,3,270,2968 -"241290",101652,19096,3,270,1538 -"241291",101652,20124,3,270,2376 -"241292",101652,22141,3,270,2348 -"241293",101652,22537,3,270,436 -"241294",101652,24198,3,270,2217 -"241295",101652,25565,3,270,2764 -"241296",101652,28808,3,270,1063 -"241297",101652,30405,2,270,2164 -"241298",101652,34836,3,270,2302 -"241299",101652,36087,3,270,2755 -"241300",101652,41085,3,270,637 -"241301",101652,44188,3,270,1609 -"241302",101652,44427,3,270,2875 -"241303",101652,46621,3,270,1343 -"241304",101652,47585,3,270,794 -"241305",101652,49512,2,270,1302 -"241306",101652,53252,3,270,637 -"241307",101652,53322,3,270,1200 -"241308",101652,53323,2,270,2677 -"241309",101652,53608,3,270,1986 -"241310",101652,54305,3,270,1222 -"241311",101652,55320,3,270,1643 -"241312",101652,57348,3,270,687 -"241313",101652,57353,2,270,1849 -"241314",101652,57990,3,270,978 -"241315",101652,61785,2,270,822 -"241316",101652,71342,3,270,1289 -"241317",101652,72598,3,270,805 -"241318",101652,75921,3,270,517 -"241319",101652,78569,3,270,578 -"241320",101652,88126,2,270,1027 -"241321",101652,88232,3,270,2881 -"241322",101652,92592,2,270,486 -"241323",101652,94545,2,270,790 -"241324",101652,95036,2,270,380 -"241325",101652,101967,3,270,691 -"241326",101666,1708,3,1257,1591 -"241327",101666,2647,3,1257,2450 -"241328",101666,2927,3,1257,1789 -"241329",101666,3271,3,1257,2216 -"241330",101666,3506,3,1257,2364 -"241331",101666,6040,3,1257,2103 -"241332",101666,7123,3,1257,1964 -"241333",101666,7604,2,1257,1366 -"241334",101666,9269,1,1257,1892 -"241335",101666,9272,3,1257,2835 -"241336",101666,9895,1,1257,1960 -"241337",101666,9910,2,1257,2526 -"241338",101666,9948,2,1257,2019 -"241339",101666,10610,3,1257,1427 -"241340",101666,11351,3,1257,2971 -"241341",101666,12914,2,1257,1557 -"241342",101666,15813,3,1257,2143 -"241343",101666,16347,2,1257,1868 -"241344",101666,17925,3,1257,2385 -"241345",101666,20695,2,1257,2526 -"241346",101666,21044,2,1257,1574 -"241347",101666,26740,2,1257,2695 -"241348",101666,32966,3,1257,1583 -"241349",101666,34331,2,1257,1727 -"241350",101666,38697,3,1257,2701 -"241351",101666,42382,3,1257,2224 -"241352",101666,43226,3,1257,2442 -"241353",101666,43768,3,1257,1468 -"241354",101666,44744,2,1257,2032 -"241355",101666,45449,3,1257,1610 -"241356",101666,46616,3,1257,1917 -"241357",101666,47607,3,1257,2724 -"241358",101666,48110,3,1257,2009 -"241359",101666,48931,3,1257,2444 -"241360",101666,49379,3,1257,1573 -"241361",101666,53584,2,1257,2391 -"241362",101666,56364,2,1257,1626 -"241363",101666,58508,3,1257,2326 -"241364",101666,64712,3,1257,1411 -"241365",101666,69335,3,1257,2698 -"241366",101666,78611,3,1257,1586 -"241367",101666,79874,3,1257,1570 -"241368",101666,80301,3,1257,1690 -"241369",101666,84591,1,1257,1685 -"241370",101666,92630,3,1257,1583 -"241371",101666,96387,3,1257,2159 -"241372",101728,8961,3,114,507 -"241373",101728,9702,2,114,1928 -"241374",101728,31130,3,114,148 -"241375",101728,49265,3,114,2686 -"241376",101728,53120,3,114,975 -"241377",101728,57380,2,114,2362 -"241378",101728,68801,3,114,116 -"241379",101728,76143,3,114,1610 -"241380",101728,93102,3,114,1174 -"241381",101766,2443,3,53,2333 -"241382",101766,6295,2,53,856 -"241383",101766,7604,3,53,1366 -"241384",101766,9269,2,53,1892 -"241385",101766,9895,3,53,1960 -"241386",101766,9910,2,53,2526 -"241387",101766,9948,3,53,2019 -"241388",101766,12632,3,53,1174 -"241389",101766,12914,3,53,1557 -"241390",101766,14212,3,53,857 -"241391",101766,14380,2,53,120 -"241392",101766,15281,3,53,810 -"241393",101766,15926,2,53,545 -"241394",101766,16347,3,53,1868 -"241395",101766,18061,3,53,160 -"241396",101766,20695,2,53,2526 -"241397",101766,20819,2,53,213 -"241398",101766,21044,2,53,1574 -"241399",101766,25345,3,53,713 -"241400",101766,26740,3,53,2695 -"241401",101766,32966,3,53,1583 -"241402",101766,34331,3,53,1727 -"241403",101766,36478,3,53,2808 -"241404",101766,38697,3,53,2701 -"241405",101766,39009,3,53,1594 -"241406",101766,43768,3,53,1468 -"241407",101766,44744,3,53,2032 -"241408",101766,46568,3,53,822 -"241409",101766,49284,3,53,218 -"241410",101766,49379,3,53,1573 -"241411",101766,49708,2,53,1147 -"241412",101766,53020,2,53,2747 -"241413",101766,53584,3,53,2391 -"241414",101766,56364,3,53,1626 -"241415",101766,63329,3,53,639 -"241416",101766,65515,3,53,677 -"241417",101766,68262,2,53,441 -"241418",101766,76796,3,53,1140 -"241419",101766,80130,1,53,132 -"241420",101766,80801,3,53,1250 -"241421",101766,84591,2,53,1685 -"241422",101766,85926,3,53,907 -"241423",101766,87915,2,53,1152 -"241424",101766,92503,3,53,231 -"241425",101766,92630,3,53,1583 -"241426",101766,101381,1,53,977 -"241427",101766,101666,3,53,1257 -"241428",101766,106409,1,53,265 -"241429",101766,115905,3,53,274 -"241430",101766,117032,2,53,110 -"241431",101766,117685,3,53,106 -"241432",101797,270,3,2357,2542 -"241433",101797,8762,3,2357,2585 -"241434",101797,14959,3,2357,2898 -"241435",101797,22326,2,2357,2818 -"241436",101797,25305,3,2357,2447 -"241437",101797,30173,3,2357,2404 -"241438",101797,56082,3,2357,2395 -"241439",101797,72207,3,2357,2430 -"241440",101837,36514,3,59,1192 -"241441",101837,56622,3,59,310 -"241442",101837,61585,2,59,2315 -"241443",101841,5346,3,127,1438 -"241444",101841,5350,2,127,2522 -"241445",101841,8513,3,127,875 -"241446",101841,12462,3,127,1461 -"241447",101841,15207,3,127,1855 -"241448",101841,18550,3,127,483 -"241449",101841,35926,3,127,2371 -"241450",101841,40113,3,127,451 -"241451",101841,69716,1,127,2632 -"241452",101841,94520,3,127,1243 -"241453",101892,3242,3,1322,1730 -"241454",101892,4618,3,1322,2607 -"241455",101892,4687,3,1322,2152 -"241456",101892,10890,3,1322,2639 -"241457",101892,23534,3,1322,1659 -"241458",101892,23704,3,1322,2278 -"241459",101892,26436,3,1322,2489 -"241460",101892,28285,3,1322,2972 -"241461",101892,31696,3,1322,1595 -"241462",101892,34492,3,1322,1798 -"241463",101892,58035,3,1322,1646 -"241464",101967,512,3,691,1596 -"241465",101967,671,3,691,2328 -"241466",101967,913,3,691,2144 -"241467",101967,1090,3,691,2370 -"241468",101967,1592,3,691,2006 -"241469",101967,1691,2,691,1941 -"241470",101967,1985,3,691,888 -"241471",101967,2011,3,691,2176 -"241472",101967,2208,3,691,2814 -"241473",101967,2754,3,691,1360 -"241474",101967,3088,3,691,1670 -"241475",101967,3144,3,691,869 -"241476",101967,3628,3,691,2707 -"241477",101967,4317,3,691,1224 -"241478",101967,5258,2,691,2730 -"241479",101967,6252,3,691,2336 -"241480",101967,6390,2,691,2385 -"241481",101967,7672,3,691,1974 -"241482",101967,8011,3,691,889 -"241483",101967,8657,3,691,2473 -"241484",101967,8762,3,691,2585 -"241485",101967,9805,3,691,1621 -"241486",101967,12096,3,691,1330 -"241487",101967,12199,3,691,1651 -"241488",101967,13945,2,691,1324 -"241489",101967,14108,2,691,2012 -"241490",101967,14676,3,691,2764 -"241491",101967,14731,3,691,2012 -"241492",101967,14983,3,691,1047 -"241493",101967,17434,2,691,1642 -"241494",101967,18502,2,691,1033 -"241495",101967,18543,1,691,2968 -"241496",101967,19332,3,691,1214 -"241497",101967,19718,3,691,1702 -"241498",101967,20067,3,691,2390 -"241499",101967,20407,3,691,2339 -"241500",101967,21133,3,691,1320 -"241501",101967,23869,3,691,1918 -"241502",101967,24198,3,691,2217 -"241503",101967,24755,3,691,1319 -"241504",101967,25565,3,691,2764 -"241505",101967,26106,3,691,2015 -"241506",101967,26570,3,691,1669 -"241507",101967,27792,3,691,1308 -"241508",101967,28592,2,691,2320 -"241509",101967,28808,3,691,1063 -"241510",101967,29224,3,691,2011 -"241511",101967,29948,3,691,2795 -"241512",101967,31001,3,691,2119 -"241513",101967,31235,3,691,2668 -"241514",101967,32503,3,691,2020 -"241515",101967,33621,3,691,1319 -"241516",101967,33622,3,691,2230 -"241517",101967,34945,2,691,1298 -"241518",101967,35235,3,691,2610 -"241519",101967,36439,2,691,2469 -"241520",101967,37509,3,691,1640 -"241521",101967,38213,3,691,1744 -"241522",101967,38259,2,691,2258 -"241523",101967,40954,2,691,2603 -"241524",101967,43173,3,691,2895 -"241525",101967,43226,3,691,2442 -"241526",101967,43635,3,691,1196 -"241527",101967,44427,1,691,2875 -"241528",101967,46621,2,691,1343 -"241529",101967,47064,3,691,1993 -"241530",101967,47248,3,691,2883 -"241531",101967,47407,3,691,832 -"241532",101967,47435,3,691,878 -"241533",101967,47585,2,691,794 -"241534",101967,49301,3,691,1894 -"241535",101967,49470,3,691,1528 -"241536",101967,49620,3,691,1868 -"241537",101967,50235,1,691,726 -"241538",101967,50254,3,691,1151 -"241539",101967,51572,3,691,912 -"241540",101967,52323,3,691,2148 -"241541",101967,52327,3,691,1472 -"241542",101967,55156,3,691,2196 -"241543",101967,56910,3,691,2705 -"241544",101967,57990,2,691,978 -"241545",101967,58133,3,691,1484 -"241546",101967,58284,3,691,2292 -"241547",101967,60116,3,691,2668 -"241548",101967,61689,3,691,1309 -"241549",101967,61785,2,691,822 -"241550",101967,62062,2,691,860 -"241551",101967,62602,3,691,1172 -"241552",101967,64181,3,691,1828 -"241553",101967,66241,3,691,2351 -"241554",101967,69257,3,691,1402 -"241555",101967,71274,3,691,2390 -"241556",101967,74636,3,691,2525 -"241557",101967,75025,2,691,717 -"241558",101967,76127,3,691,910 -"241559",101967,76192,3,691,912 -"241560",101967,76646,3,691,1263 -"241561",101967,78256,3,691,804 -"241562",101967,78563,3,691,2385 -"241563",101967,79364,3,691,834 -"241564",101967,79612,3,691,927 -"241565",101967,79657,3,691,1260 -"241566",101967,81895,3,691,1634 -"241567",101967,82401,2,691,1210 -"241568",101967,88232,3,691,2881 -"241569",101967,88966,3,691,1568 -"241570",101967,89880,3,691,1938 -"241571",101967,92491,3,691,1968 -"241572",101967,93398,3,691,828 -"241573",101967,94125,3,691,2280 -"241574",101967,97674,3,691,1912 -"241575",101967,97824,2,691,1229 -"241576",101967,100215,2,691,2436 -"241577",101967,109415,3,691,1328 -"241578",101983,3714,1,889,2605 -"241579",101983,13201,3,889,2034 -"241580",101983,15343,3,889,2125 -"241581",101983,17021,3,889,1226 -"241582",101983,21092,1,889,1643 -"241583",101983,26809,3,889,1656 -"241584",101983,28090,3,889,1755 -"241585",101983,44684,3,889,1220 -"241586",101983,85592,3,889,1412 -"241587",101983,89668,3,889,1279 -"241588",101983,94808,3,889,988 -"241589",101983,106214,3,889,987 -"241590",101986,5716,3,813,1058 -"241591",101986,16352,3,813,2657 -"241592",101986,16587,3,813,2065 -"241593",101986,26659,3,813,903 -"241594",101986,27260,3,813,878 -"241595",101986,31700,3,813,2727 -"241596",101986,34735,3,813,2767 -"241597",101986,37758,3,813,1998 -"241598",101986,43135,3,813,1171 -"241599",101986,44068,3,813,1056 -"241600",101986,53134,3,813,1590 -"241601",101986,57714,3,813,1391 -"241602",102004,42,3,497,2265 -"241603",102004,803,2,497,1666 -"241604",102004,1092,3,497,1945 -"241605",102004,1321,3,497,2075 -"241606",102004,1428,3,497,742 -"241607",102004,1676,3,497,1198 -"241608",102004,1767,2,497,2727 -"241609",102004,2600,3,497,1182 -"241610",102004,2609,3,497,834 -"241611",102004,3068,2,497,1815 -"241612",102004,3753,3,497,1255 -"241613",102004,3980,3,497,2771 -"241614",102004,4763,3,497,1960 -"241615",102004,5041,3,497,2371 -"241616",102004,5315,3,497,2631 -"241617",102004,7078,3,497,2344 -"241618",102004,7292,3,497,1988 -"241619",102004,7942,3,497,2623 -"241620",102004,10143,3,497,778 -"241621",102004,10148,3,497,2964 -"241622",102004,10576,3,497,974 -"241623",102004,10779,3,497,2881 -"241624",102004,10874,3,497,1891 -"241625",102004,11103,3,497,2393 -"241626",102004,11450,3,497,915 -"241627",102004,11602,3,497,1493 -"241628",102004,11625,3,497,2022 -"241629",102004,13158,3,497,2667 -"241630",102004,13388,3,497,2119 -"241631",102004,14189,2,497,1483 -"241632",102004,15184,3,497,2396 -"241633",102004,15235,3,497,1045 -"241634",102004,15607,3,497,1421 -"241635",102004,16053,3,497,908 -"241636",102004,16313,2,497,1160 -"241637",102004,18289,3,497,862 -"241638",102004,18874,3,497,2170 -"241639",102004,19282,3,497,1623 -"241640",102004,19528,3,497,2742 -"241641",102004,20067,3,497,2390 -"241642",102004,20343,3,497,851 -"241643",102004,20545,3,497,1491 -"241644",102004,20732,3,497,2401 -"241645",102004,20783,3,497,2414 -"241646",102004,21076,3,497,1591 -"241647",102004,21095,3,497,856 -"241648",102004,21755,3,497,817 -"241649",102004,22057,3,497,974 -"241650",102004,22207,3,497,2365 -"241651",102004,22850,3,497,878 -"241652",102004,23508,2,497,1907 -"241653",102004,23726,3,497,2434 -"241654",102004,24362,3,497,1287 -"241655",102004,26608,3,497,2329 -"241656",102004,27849,3,497,1316 -"241657",102004,29930,3,497,2240 -"241658",102004,30092,3,497,1593 -"241659",102004,30827,3,497,2323 -"241660",102004,30850,3,497,1045 -"241661",102004,31279,2,497,965 -"241662",102004,31799,3,497,2547 -"241663",102004,32516,3,497,2050 -"241664",102004,32811,3,497,804 -"241665",102004,32939,3,497,2277 -"241666",102004,34136,3,497,2202 -"241667",102004,35529,3,497,1620 -"241668",102004,35752,3,497,1158 -"241669",102004,37333,3,497,1612 -"241670",102004,38908,3,497,1787 -"241671",102004,41955,3,497,2479 -"241672",102004,42216,3,497,2722 -"241673",102004,43404,2,497,2649 -"241674",102004,44636,3,497,1026 -"241675",102004,48820,3,497,2769 -"241676",102004,48823,3,497,2080 -"241677",102004,51572,3,497,912 -"241678",102004,51863,3,497,1395 -"241679",102004,53134,3,497,1590 -"241680",102004,55084,2,497,1189 -"241681",102004,56026,3,497,908 -"241682",102004,56082,3,497,2395 -"241683",102004,57804,3,497,2214 -"241684",102004,62488,2,497,1418 -"241685",102004,68013,3,497,743 -"241686",102004,74730,3,497,535 -"241687",102004,76356,3,497,2323 -"241688",102004,77993,3,497,1497 -"241689",102004,78256,3,497,804 -"241690",102004,79689,3,497,1184 -"241691",102004,83096,3,497,1061 -"241692",102004,84498,2,497,1292 -"241693",102004,85058,3,497,1311 -"241694",102004,85784,3,497,1142 -"241695",102004,86799,2,497,1951 -"241696",102004,88063,3,497,1045 -"241697",102004,95879,3,497,1748 -"241698",102004,97156,3,497,598 -"241699",102004,99273,2,497,825 -"241700",102004,100140,2,497,1041 -"241701",102004,100670,3,497,525 -"241702",102004,101338,3,497,1319 -"241703",102004,102820,3,497,501 -"241704",102016,5599,3,1649,1684 -"241705",102016,32606,3,1649,2100 -"241706",102016,80606,3,1649,2079 -"241707",102050,377,3,906,2389 -"241708",102050,543,3,906,2203 -"241709",102050,1046,2,906,1881 -"241710",102050,1127,3,906,1188 -"241711",102050,1275,3,906,2068 -"241712",102050,1367,3,906,2176 -"241713",102050,1469,3,906,1160 -"241714",102050,1616,3,906,2662 -"241715",102050,1777,3,906,1965 -"241716",102050,2484,3,906,2389 -"241717",102050,2754,3,906,1360 -"241718",102050,3161,3,906,2229 -"241719",102050,3167,3,906,1676 -"241720",102050,3242,3,906,1730 -"241721",102050,3830,2,906,1661 -"241722",102050,4057,3,906,2389 -"241723",102050,4226,3,906,1903 -"241724",102050,4618,3,906,2607 -"241725",102050,5078,3,906,2033 -"241726",102050,5148,3,906,2206 -"241727",102050,5457,3,906,2077 -"241728",102050,5462,2,906,2374 -"241729",102050,5504,3,906,2389 -"241730",102050,5669,3,906,2502 -"241731",102050,5725,3,906,2789 -"241732",102050,5864,3,906,1197 -"241733",102050,6417,3,906,1675 -"241734",102050,7245,3,906,2089 -"241735",102050,7323,3,906,2858 -"241736",102050,8229,1,906,1241 -"241737",102050,8533,2,906,2251 -"241738",102050,8621,2,906,1681 -"241739",102050,12713,3,906,2440 -"241740",102050,12867,3,906,2773 -"241741",102050,13699,3,906,1355 -"241742",102050,14507,3,906,2686 -"241743",102050,14669,3,906,2080 -"241744",102050,15184,3,906,2396 -"241745",102050,15299,3,906,2213 -"241746",102050,15539,2,906,1929 -"241747",102050,16053,3,906,908 -"241748",102050,16074,3,906,977 -"241749",102050,16164,3,906,1184 -"241750",102050,16313,3,906,1160 -"241751",102050,17133,3,906,924 -"241752",102050,17852,3,906,2840 -"241753",102050,17997,3,906,1621 -"241754",102050,18151,3,906,2962 -"241755",102050,19027,3,906,2721 -"241756",102050,19183,3,906,1257 -"241757",102050,19516,3,906,2313 -"241758",102050,19606,3,906,2783 -"241759",102050,19637,3,906,1229 -"241760",102050,20563,3,906,2267 -"241761",102050,20659,3,906,1969 -"241762",102050,20700,3,906,2861 -"241763",102050,22006,3,906,1202 -"241764",102050,22108,3,906,1915 -"241765",102050,22749,3,906,1727 -"241766",102050,26351,3,906,2683 -"241767",102050,26516,3,906,2479 -"241768",102050,27478,3,906,2485 -"241769",102050,28216,3,906,1910 -"241770",102050,28285,3,906,2972 -"241771",102050,29073,3,906,2328 -"241772",102050,30119,1,906,1961 -"241773",102050,31799,2,906,2547 -"241774",102050,32606,3,906,2100 -"241775",102050,33850,3,906,931 -"241776",102050,35256,3,906,2271 -"241777",102050,35529,3,906,1620 -"241778",102050,37418,3,906,2710 -"241779",102050,37570,3,906,2389 -"241780",102050,39444,3,906,2695 -"241781",102050,40432,3,906,1956 -"241782",102050,41278,2,906,1873 -"241783",102050,44636,3,906,1026 -"241784",102050,47386,3,906,2226 -"241785",102050,47947,3,906,2681 -"241786",102050,49965,3,906,2301 -"241787",102050,51410,3,906,2739 -"241788",102050,53031,3,906,2065 -"241789",102050,53300,3,906,2162 -"241790",102050,54305,3,906,1222 -"241791",102050,54676,3,906,1342 -"241792",102050,55556,3,906,2075 -"241793",102050,55828,2,906,2393 -"241794",102050,57077,1,906,1885 -"241795",102050,57609,2,906,2717 -"241796",102050,57950,3,906,1529 -"241797",102050,57977,1,906,2683 -"241798",102050,58035,3,906,1646 -"241799",102050,59082,3,906,947 -"241800",102050,62840,3,906,2502 -"241801",102050,64967,2,906,2872 -"241802",102050,65029,3,906,2954 -"241803",102050,68215,3,906,2727 -"241804",102050,69017,3,906,1183 -"241805",102050,69498,3,906,931 -"241806",102050,71478,3,906,1721 -"241807",102050,71562,3,906,2574 -"241808",102050,72956,3,906,1251 -"241809",102050,73313,3,906,958 -"241810",102050,73553,3,906,2726 -"241811",102050,80678,3,906,1595 -"241812",102050,82681,3,906,1620 -"241813",102050,85430,3,906,2370 -"241814",102050,89958,2,906,1186 -"241815",102050,93615,3,906,2386 -"241816",102050,99012,3,906,931 -"241817",102050,100140,3,906,1041 -"241818",102050,106299,2,906,1190 -"241819",102107,135,3,504,2233 -"241820",102107,380,3,504,2261 -"241821",102107,455,3,504,2827 -"241822",102107,600,3,504,1702 -"241823",102107,671,3,504,2328 -"241824",102107,675,1,504,1686 -"241825",102107,733,3,504,1653 -"241826",102107,1050,3,504,1185 -"241827",102107,1130,3,504,1566 -"241828",102107,1136,1,504,2536 -"241829",102107,1826,3,504,924 -"241830",102107,2063,2,504,1278 -"241831",102107,2269,3,504,984 -"241832",102107,2300,3,504,565 -"241833",102107,2743,2,504,1278 -"241834",102107,2954,3,504,2727 -"241835",102107,3242,3,504,1730 -"241836",102107,4191,2,504,2130 -"241837",102107,4226,3,504,1903 -"241838",102107,4618,3,504,2607 -"241839",102107,4687,3,504,2152 -"241840",102107,4980,3,504,2093 -"241841",102107,6363,3,504,2066 -"241842",102107,6392,3,504,1878 -"241843",102107,6428,2,504,1952 -"241844",102107,6491,2,504,2424 -"241845",102107,7354,3,504,2008 -"241846",102107,7515,3,504,2737 -"241847",102107,7847,2,504,2424 -"241848",102107,7861,3,504,1647 -"241849",102107,8011,3,504,889 -"241850",102107,8529,3,504,1205 -"241851",102107,8621,3,504,1681 -"241852",102107,8772,3,504,847 -"241853",102107,8866,3,504,1545 -"241854",102107,8888,3,504,1328 -"241855",102107,9362,3,504,2879 -"241856",102107,9805,3,504,1621 -"241857",102107,11434,3,504,1187 -"241858",102107,11516,3,504,1937 -"241859",102107,11817,3,504,600 -"241860",102107,12199,3,504,1651 -"241861",102107,12747,3,504,2818 -"241862",102107,16074,3,504,977 -"241863",102107,16164,2,504,1184 -"241864",102107,16625,3,504,1285 -"241865",102107,17357,3,504,1536 -"241866",102107,19096,3,504,1538 -"241867",102107,19322,3,504,2048 -"241868",102107,19882,3,504,565 -"241869",102107,20563,3,504,2267 -"241870",102107,20824,2,504,1366 -"241871",102107,21911,3,504,1184 -"241872",102107,22501,3,504,1006 -"241873",102107,22705,3,504,1016 -"241874",102107,22884,2,504,1608 -"241875",102107,22885,3,504,1702 -"241876",102107,23132,3,504,2756 -"241877",102107,23216,3,504,2424 -"241878",102107,23460,3,504,2183 -"241879",102107,23506,3,504,1172 -"241880",102107,23534,3,504,1659 -"241881",102107,23704,3,504,2278 -"241882",102107,24005,3,504,1188 -"241883",102107,24568,3,504,1937 -"241884",102107,25341,2,504,1858 -"241885",102107,25643,3,504,1646 -"241886",102107,25816,3,504,2088 -"241887",102107,25976,3,504,659 -"241888",102107,26067,3,504,2069 -"241889",102107,26282,3,504,1241 -"241890",102107,26322,1,504,1018 -"241891",102107,26436,3,504,2489 -"241892",102107,26516,3,504,2479 -"241893",102107,27628,2,504,2389 -"241894",102107,27753,2,504,2750 -"241895",102107,28434,3,504,1141 -"241896",102107,28731,3,504,955 -"241897",102107,30438,3,504,1617 -"241898",102107,31050,3,504,1491 -"241899",102107,31799,3,504,2547 -"241900",102107,32017,3,504,577 -"241901",102107,32947,3,504,1091 -"241902",102107,33588,2,504,1040 -"241903",102107,33621,2,504,1319 -"241904",102107,34160,2,504,1759 -"241905",102107,34464,3,504,1741 -"241906",102107,34492,2,504,1798 -"241907",102107,34509,3,504,1973 -"241908",102107,34815,3,504,2354 -"241909",102107,35302,3,504,1589 -"241910",102107,35673,3,504,1067 -"241911",102107,36651,2,504,1600 -"241912",102107,37620,3,504,2716 -"241913",102107,37628,3,504,819 -"241914",102107,38523,3,504,549 -"241915",102107,38727,3,504,2238 -"241916",102107,40028,3,504,1349 -"241917",102107,40293,3,504,1671 -"241918",102107,40369,2,504,2735 -"241919",102107,41739,3,504,1339 -"241920",102107,41843,3,504,571 -"241921",102107,42186,3,504,955 -"241922",102107,42216,3,504,2722 -"241923",102107,44306,3,504,1036 -"241924",102107,44648,1,504,619 -"241925",102107,45715,3,504,2287 -"241926",102107,46469,3,504,759 -"241927",102107,50976,3,504,547 -"241928",102107,51022,3,504,1499 -"241929",102107,51041,3,504,2606 -"241930",102107,51410,3,504,2739 -"241931",102107,51987,3,504,1397 -"241932",102107,52835,3,504,995 -"241933",102107,53196,3,504,1888 -"241934",102107,53323,3,504,2677 -"241935",102107,54855,3,504,1525 -"241936",102107,54980,3,504,876 -"241937",102107,55139,3,504,2323 -"241938",102107,56143,3,504,766 -"241939",102107,57129,3,504,1858 -"241940",102107,57544,3,504,2443 -"241941",102107,58035,3,504,1646 -"241942",102107,59438,3,504,2400 -"241943",102107,59790,3,504,1827 -"241944",102107,63409,3,504,1937 -"241945",102107,64031,3,504,1295 -"241946",102107,64181,2,504,1828 -"241947",102107,64997,1,504,2791 -"241948",102107,65625,3,504,1273 -"241949",102107,65884,3,504,798 -"241950",102107,66413,3,504,2507 -"241951",102107,67216,3,504,984 -"241952",102107,67314,3,504,1051 -"241953",102107,67352,3,504,1115 -"241954",102107,73675,3,504,887 -"241955",102107,73728,3,504,784 -"241956",102107,76127,3,504,910 -"241957",102107,78256,3,504,804 -"241958",102107,80172,3,504,1342 -"241959",102107,80429,3,504,1927 -"241960",102107,80471,3,504,538 -"241961",102107,82767,3,504,1641 -"241962",102107,82787,2,504,1144 -"241963",102107,83219,3,504,1492 -"241964",102107,88808,3,504,1462 -"241965",102107,90259,3,504,699 -"241966",102107,92491,3,504,1968 -"241967",102107,96894,3,504,1598 -"241968",102107,98801,3,504,1035 -"241969",102107,99103,3,504,1470 -"241970",102107,100134,3,504,977 -"241971",102107,104280,3,504,887 -"241972",102107,105063,3,504,1908 -"241973",102107,105947,3,504,997 -"241974",102107,107649,3,504,1573 -"241975",102107,109718,3,504,1237 -"241976",102107,111761,3,504,783 -"241977",102109,468,2,1367,1966 -"241978",102109,13400,2,1367,1371 -"241979",102109,15301,3,1367,2308 -"241980",102109,18808,3,1367,2854 -"241981",102109,21832,2,1367,1755 -"241982",102109,22905,2,1367,2599 -"241983",102109,26100,3,1367,1966 -"241984",102109,31251,1,1367,2498 -"241985",102109,50635,3,1367,2962 -"241986",102109,53362,3,1367,2360 -"241987",102109,55775,3,1367,2385 -"241988",102133,854,2,1165,2307 -"241989",102133,915,3,1165,1793 -"241990",102133,1367,3,1165,2176 -"241991",102133,2894,3,1165,1291 -"241992",102133,3495,3,1165,2431 -"241993",102133,4226,3,1165,1903 -"241994",102133,4485,3,1165,1963 -"241995",102133,4504,2,1165,1905 -"241996",102133,8533,3,1165,2251 -"241997",102133,12374,3,1165,2260 -"241998",102133,14328,3,1165,1725 -"241999",102133,15560,3,1165,2257 -"242000",102133,17943,3,1165,1943 -"242001",102133,24512,3,1165,1369 -"242002",102133,26234,3,1165,2183 -"242003",102133,26451,3,1165,2133 -"242004",102133,27792,3,1165,1308 -"242005",102133,29073,2,1165,2328 -"242006",102133,29454,3,1165,2719 -"242007",102133,30236,2,1165,2238 -"242008",102133,38732,2,1165,2263 -"242009",102133,41682,3,1165,1988 -"242010",102133,41764,3,1165,2409 -"242011",102133,43518,3,1165,2680 -"242012",102133,58133,2,1165,1484 -"242013",102133,99020,3,1165,1383 -"242014",102280,9703,3,1194,1845 -"242015",102280,63077,3,1194,2778 -"242016",102301,4696,3,865,2656 -"242017",102301,6602,3,865,1631 -"242018",102301,7548,2,865,1932 -"242019",102301,7840,2,865,984 -"242020",102301,9364,3,865,1698 -"242021",102301,10474,2,865,1608 -"242022",102301,10843,3,865,2277 -"242023",102301,19092,3,865,906 -"242024",102301,22181,2,865,1274 -"242025",102301,22422,2,865,894 -"242026",102301,25610,3,865,2328 -"242027",102301,27261,3,865,1368 -"242028",102301,33433,3,865,2805 -"242029",102301,34820,3,865,1630 -"242030",102301,35888,3,865,2291 -"242031",102301,40913,3,865,1800 -"242032",102301,41211,2,865,896 -"242033",102301,49581,3,865,1817 -"242034",102301,69300,3,865,2068 -"242035",102301,94450,3,865,1127 -"242036",102301,101019,3,865,904 -"242037",102301,121260,3,865,2042 -"242038",102324,9803,3,128,1664 -"242039",102324,9828,3,128,2085 -"242040",102324,10558,3,128,2312 -"242041",102324,11602,3,128,1493 -"242042",102324,13201,3,128,2034 -"242043",102324,14189,3,128,1483 -"242044",102324,16313,3,128,1160 -"242045",102324,21693,3,128,2176 -"242046",102324,22326,3,128,2818 -"242047",102324,22362,3,128,1836 -"242048",102324,24146,3,128,2003 -"242049",102324,24362,2,128,1287 -"242050",102324,25530,3,128,2884 -"242051",102324,31659,3,128,543 -"242052",102324,31797,3,128,1501 -"242053",102324,34695,2,128,1930 -"242054",102324,36962,3,128,2861 -"242055",102324,37395,3,128,644 -"242056",102324,37444,3,128,174 -"242057",102324,44729,3,128,588 -"242058",102324,48503,3,128,820 -"242059",102324,54020,3,128,1578 -"242060",102324,56082,3,128,2395 -"242061",102324,56396,3,128,2408 -"242062",102324,65679,3,128,1578 -"242063",102324,83096,3,128,1061 -"242064",102354,9950,3,710,920 -"242065",102360,1691,3,796,1941 -"242066",102360,2684,3,796,2874 -"242067",102360,11055,3,796,2111 -"242068",102360,12361,3,796,2732 -"242069",102360,13537,3,796,1020 -"242070",102360,19248,3,796,2357 -"242071",102360,30350,3,796,2515 -"242072",102360,37509,3,796,1640 -"242073",102360,43635,3,796,1196 -"242074",102360,50278,3,796,1127 -"242075",102360,57912,3,796,1035 -"242076",102360,79364,3,796,834 -"242077",102360,79657,3,796,1260 -"242078",102360,100432,1,796,1358 -"242079",102360,102400,1,796,1761 -"242080",102368,2370,3,613,1600 -"242081",102368,3678,3,613,1325 -"242082",102368,14861,3,613,2269 -"242083",102368,16477,3,613,2069 -"242084",102368,18821,3,613,2075 -"242085",102368,23728,3,613,2601 -"242086",102368,33460,2,613,2781 -"242087",102368,36979,3,613,2158 -"242088",102368,39439,3,613,2462 -"242089",102368,44730,3,613,2468 -"242090",102368,76997,3,613,2223 -"242091",102368,93459,3,613,1354 -"242092",102368,97615,3,613,1198 -"242093",102368,99291,3,613,930 -"242094",102368,106330,3,613,2559 -"242095",102400,1691,3,1761,1941 -"242096",102400,2684,3,1761,2874 -"242097",102400,11055,3,1761,2111 -"242098",102400,12361,3,1761,2732 -"242099",102400,19248,3,1761,2357 -"242100",102400,30350,3,1761,2515 -"242101",102467,2282,2,708,2056 -"242102",102467,2927,3,708,1789 -"242103",102467,4180,3,708,1817 -"242104",102467,6345,3,708,2713 -"242105",102467,7253,3,708,2686 -"242106",102467,7254,3,708,1849 -"242107",102467,9724,3,708,2713 -"242108",102467,10990,3,708,805 -"242109",102467,11858,3,708,1530 -"242110",102467,14212,2,708,857 -"242111",102467,17499,3,708,2954 -"242112",102467,17531,3,708,876 -"242113",102467,19509,3,708,2000 -"242114",102467,22357,1,708,1397 -"242115",102467,26597,3,708,2070 -"242116",102467,28782,3,708,2272 -"242117",102467,34953,3,708,1817 -"242118",102467,36399,3,708,1357 -"242119",102467,36840,3,708,2269 -"242120",102467,43701,3,708,2400 -"242121",102467,50468,3,708,1659 -"242122",102467,52380,3,708,2686 -"242123",102467,53652,3,708,2899 -"242124",102467,54316,2,708,1202 -"242125",102467,65375,3,708,824 -"242126",102467,66267,2,708,1278 -"242127",102467,69795,3,708,2636 -"242128",102467,80970,3,708,2069 -"242129",102467,88984,3,708,935 -"242130",102467,100586,3,708,2966 -"242131",102530,2057,3,880,1965 -"242132",102530,2351,3,880,1868 -"242133",102530,16959,3,880,888 -"242134",102530,17133,2,880,924 -"242135",102530,35133,3,880,2219 -"242136",102530,40138,3,880,2719 -"242137",102530,42852,3,880,1316 -"242138",102530,45355,3,880,1450 -"242139",102530,51250,2,880,2683 -"242140",102530,97244,3,880,1316 -"242141",102545,7499,1,248,1803 -"242142",102545,10250,2,248,1606 -"242143",102545,11521,3,248,1559 -"242144",102545,13671,3,248,1371 -"242145",102545,14612,3,248,2340 -"242146",102545,16590,3,248,1123 -"242147",102545,17480,3,248,2316 -"242148",102545,18645,2,248,793 -"242149",102545,18821,3,248,2075 -"242150",102545,20709,3,248,1757 -"242151",102545,22746,3,248,913 -"242152",102545,23728,3,248,2601 -"242153",102545,25678,3,248,1558 -"242154",102545,36599,3,248,541 -"242155",102545,38354,3,248,629 -"242156",102545,39507,3,248,793 -"242157",102545,52950,3,248,2716 -"242158",102545,79337,3,248,875 -"242159",102545,93609,3,248,2252 -"242160",102559,1560,3,167,2013 -"242161",102559,4757,3,167,390 -"242162",102559,6432,3,167,2297 -"242163",102559,11897,2,167,1271 -"242164",102559,12031,3,167,1957 -"242165",102559,14855,3,167,903 -"242166",102559,25270,3,167,985 -"242167",102559,26567,3,167,1158 -"242168",102559,32175,3,167,209 -"242169",102559,32694,3,167,1602 -"242170",102559,39431,3,167,1460 -"242171",102559,57037,3,167,2293 -"242172",102559,61973,3,167,892 -"242173",102559,62498,3,167,1698 -"242174",102559,78460,2,167,985 -"242175",102559,95661,3,167,872 -"242176",102559,104065,2,167,194 -"242177",102559,112814,3,167,546 -"242178",102559,116792,2,167,2397 -"242179",102559,117903,3,167,1664 -"242180",102566,4249,3,2207,2547 -"242181",102566,5897,3,2207,2337 -"242182",102566,67815,3,2207,2476 -"242183",102581,1785,3,1813,2350 -"242184",102581,3506,3,1813,2364 -"242185",102581,7123,2,1813,1964 -"242186",102581,9269,3,1813,1892 -"242187",102581,17645,3,1813,1918 -"242188",102581,17925,3,1813,2385 -"242189",102581,21872,2,1813,2458 -"242190",102581,32724,3,1813,2581 -"242191",102581,38140,3,1813,1866 -"242192",102581,44744,3,1813,2032 -"242193",102581,48931,3,1813,2444 -"242194",102581,71982,3,1813,2812 -"242195",102581,76672,3,1813,1930 -"242196",102581,96387,1,1813,2159 -"242197",102587,17033,3,913,2771 -"242198",102587,29818,2,913,1677 -"242199",102587,38532,3,913,1234 -"242200",102587,59627,2,913,1466 -"242201",102587,66609,3,913,998 -"242202",102587,67604,2,913,2075 -"242203",102587,115535,2,913,2203 -"242204",102609,4687,2,885,2152 -"242205",102609,8011,3,885,889 -"242206",102609,21104,3,885,2327 -"242207",102609,25816,3,885,2088 -"242208",102609,26451,3,885,2133 -"242209",102609,27792,3,885,1308 -"242210",102666,4367,3,2726,2794 -"242211",102666,65029,3,2726,2954 -"242212",102705,600,3,468,1702 -"242213",102705,913,3,468,2144 -"242214",102705,2523,3,468,1691 -"242215",102705,6940,2,468,1183 -"242216",102705,7515,2,468,2737 -"242217",102705,8011,3,468,889 -"242218",102705,9184,2,468,2670 -"242219",102705,9432,3,468,1693 -"242220",102705,11434,3,468,1187 -"242221",102705,11516,3,468,1937 -"242222",102705,12199,3,468,1651 -"242223",102705,13837,3,468,1604 -"242224",102705,13890,3,468,1482 -"242225",102705,17645,3,468,1918 -"242226",102705,17698,2,468,1559 -"242227",102705,19248,3,468,2357 -"242228",102705,19322,3,468,2048 -"242229",102705,19882,3,468,565 -"242230",102705,23132,3,468,2756 -"242231",102705,24568,2,468,1937 -"242232",102705,25198,3,468,1982 -"242233",102705,25976,2,468,659 -"242234",102705,29308,3,468,2094 -"242235",102705,29930,3,468,2240 -"242236",102705,32947,2,468,1091 -"242237",102705,35302,3,468,1589 -"242238",102705,36651,3,468,1600 -"242239",102705,40756,3,468,2329 -"242240",102705,46726,3,468,943 -"242241",102705,51041,3,468,2606 -"242242",102705,52735,3,468,1124 -"242243",102705,62668,3,468,958 -"242244",102705,63409,2,468,1937 -"242245",102705,73305,1,468,2544 -"242246",102705,76127,3,468,910 -"242247",102705,79804,3,468,2227 -"242248",102705,80219,3,468,988 -"242249",102705,80429,3,468,1927 -"242250",102705,88808,3,468,1462 -"242251",102705,89935,3,468,771 -"242252",102705,92322,3,468,2393 -"242253",102705,92817,3,468,569 -"242254",102705,94783,3,468,659 -"242255",102705,98801,2,468,1035 -"242256",102705,104280,3,468,887 -"242257",102705,107649,3,468,1573 -"242258",102731,1090,3,630,2370 -"242259",102731,1592,3,630,2006 -"242260",102731,1691,3,630,1941 -"242261",102731,1985,3,630,888 -"242262",102731,2208,3,630,2814 -"242263",102731,3628,3,630,2707 -"242264",102731,4317,3,630,1224 -"242265",102731,5018,2,630,640 -"242266",102731,6252,3,630,2336 -"242267",102731,6390,3,630,2385 -"242268",102731,7672,3,630,1974 -"242269",102731,9805,3,630,1621 -"242270",102731,14108,2,630,2012 -"242271",102731,14983,3,630,1047 -"242272",102731,18502,3,630,1033 -"242273",102731,18543,3,630,2968 -"242274",102731,20407,3,630,2339 -"242275",102731,21133,3,630,1320 -"242276",102731,24198,3,630,2217 -"242277",102731,25565,3,630,2764 -"242278",102731,27792,3,630,1308 -"242279",102731,28808,3,630,1063 -"242280",102731,29948,3,630,2795 -"242281",102731,31001,3,630,2119 -"242282",102731,34945,3,630,1298 -"242283",102731,35235,3,630,2610 -"242284",102731,36439,3,630,2469 -"242285",102731,37509,3,630,1640 -"242286",102731,38213,3,630,1744 -"242287",102731,41085,3,630,637 -"242288",102731,43173,3,630,2895 -"242289",102731,43226,3,630,2442 -"242290",102731,43428,3,630,1299 -"242291",102731,44427,3,630,2875 -"242292",102731,46621,2,630,1343 -"242293",102731,47585,3,630,794 -"242294",102731,49620,3,630,1868 -"242295",102731,50235,1,630,726 -"242296",102731,52323,3,630,2148 -"242297",102731,52327,3,630,1472 -"242298",102731,53252,2,630,637 -"242299",102731,57990,3,630,978 -"242300",102731,58133,3,630,1484 -"242301",102731,61785,2,630,822 -"242302",102731,62062,3,630,860 -"242303",102731,71274,3,630,2390 -"242304",102731,74636,3,630,2525 -"242305",102731,75025,3,630,717 -"242306",102731,76127,3,630,910 -"242307",102731,76192,3,630,912 -"242308",102731,78256,3,630,804 -"242309",102731,78975,3,630,946 -"242310",102731,79364,3,630,834 -"242311",102731,79612,3,630,927 -"242312",102731,79657,3,630,1260 -"242313",102731,88232,3,630,2881 -"242314",102731,89880,3,630,1938 -"242315",102731,93398,3,630,828 -"242316",102731,97824,2,630,1229 -"242317",102731,100215,3,630,2436 -"242318",102731,101967,2,630,691 -"242319",102751,3306,3,1229,1989 -"242320",102751,11966,3,1229,2385 -"242321",102751,14080,2,1229,1351 -"242322",102751,15301,3,1229,2308 -"242323",102751,15607,2,1229,1421 -"242324",102751,15632,3,1229,1242 -"242325",102751,19072,3,1229,2358 -"242326",102751,20292,2,1229,2755 -"242327",102751,21571,2,1229,2755 -"242328",102751,22566,3,1229,2308 -"242329",102751,42619,3,1229,2017 -"242330",102751,57714,3,1229,1391 -"242331",102751,60280,3,1229,1918 -"242332",102751,84022,3,1229,2289 -"242333",102793,2337,3,912,1697 -"242334",102793,2484,3,912,2389 -"242335",102793,2894,3,912,1291 -"242336",102793,3068,3,912,1815 -"242337",102793,3886,3,912,1669 -"242338",102793,4551,3,912,2720 -"242339",102793,4705,1,912,1714 -"242340",102793,4785,3,912,996 -"242341",102793,6222,3,912,1949 -"242342",102793,7185,3,912,1046 -"242343",102793,7258,1,912,1714 -"242344",102793,7858,3,912,1795 -"242345",102793,7936,3,912,1199 -"242346",102793,13929,3,912,2693 -"242347",102793,14328,3,912,1725 -"242348",102793,14959,3,912,2898 -"242349",102793,15734,2,912,1616 -"242350",102793,17520,3,912,2276 -"242351",102793,17943,3,912,1943 -"242352",102793,18670,3,912,1835 -"242353",102793,19634,3,912,954 -"242354",102793,20219,3,912,2313 -"242355",102793,20423,2,912,2654 -"242356",102793,20486,3,912,1908 -"242357",102793,23319,2,912,2867 -"242358",102793,23641,3,912,1934 -"242359",102793,24558,3,912,2139 -"242360",102793,25078,3,912,2312 -"242361",102793,29899,3,912,2375 -"242362",102793,30236,3,912,2238 -"242363",102793,30334,3,912,2075 -"242364",102793,30891,3,912,1256 -"242365",102793,31159,3,912,2231 -"242366",102793,33850,2,912,931 -"242367",102793,35095,3,912,1502 -"242368",102793,35360,3,912,2043 -"242369",102793,35787,2,912,1132 -"242370",102793,36174,3,912,1382 -"242371",102793,37636,3,912,2178 -"242372",102793,38259,3,912,2258 -"242373",102793,38921,3,912,1880 -"242374",102793,40009,3,912,1341 -"242375",102793,40392,3,912,1878 -"242376",102793,42264,3,912,1702 -"242377",102793,47082,3,912,1990 -"242378",102793,47385,3,912,1172 -"242379",102793,49787,3,912,2352 -"242380",102793,49812,3,912,1816 -"242381",102793,50252,3,912,2001 -"242382",102793,51783,3,912,2599 -"242383",102793,52835,3,912,995 -"242384",102793,53830,3,912,1307 -"242385",102793,56854,2,912,2022 -"242386",102793,59677,3,912,1174 -"242387",102793,60718,3,912,1229 -"242388",102793,66124,3,912,2174 -"242389",102793,82681,3,912,1620 -"242390",102793,99012,3,912,931 -"242391",102820,1428,3,501,742 -"242392",102820,2901,3,501,1156 -"242393",102820,2972,3,501,1708 -"242394",102820,5315,3,501,2631 -"242395",102820,7292,1,501,1988 -"242396",102820,10779,3,501,2881 -"242397",102820,13388,3,501,2119 -"242398",102820,16053,3,501,908 -"242399",102820,18874,3,501,2170 -"242400",102820,20067,3,501,2390 -"242401",102820,22033,3,501,1356 -"242402",102820,22207,3,501,2365 -"242403",102820,29930,3,501,2240 -"242404",102820,31279,2,501,965 -"242405",102820,35529,3,501,1620 -"242406",102820,39556,3,501,2747 -"242407",102820,41955,3,501,2479 -"242408",102820,50001,3,501,1518 -"242409",102820,51863,3,501,1395 -"242410",102820,53134,3,501,1590 -"242411",102820,59868,1,501,1637 -"242412",102820,62488,3,501,1418 -"242413",102820,74730,3,501,535 -"242414",102820,76356,3,501,2323 -"242415",102820,79689,3,501,1184 -"242416",102820,85784,3,501,1142 -"242417",102820,100140,2,501,1041 -"242418",102820,100670,3,501,525 -"242419",102820,101338,3,501,1319 -"242420",102820,106988,2,501,1164 -"242421",102821,7292,2,186,1988 -"242422",102821,8470,3,186,288 -"242423",102821,22033,3,186,1356 -"242424",102821,31279,3,186,965 -"242425",102821,39556,3,186,2747 -"242426",102821,50001,3,186,1518 -"242427",102821,59646,2,186,456 -"242428",102821,59868,1,186,1637 -"242429",102821,80995,2,186,262 -"242430",102821,100140,3,186,1041 -"242431",102821,102820,1,186,501 -"242432",102821,106988,2,186,1164 -"242433",102838,30350,3,420,2515 -"242434",102838,100432,2,420,1358 -"242435",102838,102360,2,420,796 -"242436",102838,102400,2,420,1761 -"242437",102845,6989,3,1067,2623 -"242438",102845,7785,3,1067,2441 -"242439",102845,9716,3,1067,1929 -"242440",102845,21424,2,1067,1303 -"242441",102845,26138,3,1067,1902 -"242442",102845,30317,3,1067,2431 -"242443",102845,32560,3,1067,1258 -"242444",102845,32939,3,1067,2277 -"242445",102845,33278,3,1067,1591 -"242446",102845,96197,3,1067,1670 -"242447",102893,2057,3,814,1965 -"242448",102893,2668,3,814,1529 -"242449",102893,2936,3,814,2512 -"242450",102893,3271,3,814,2216 -"242451",102893,4681,3,814,2356 -"242452",102893,5235,3,814,2324 -"242453",102893,7029,3,814,2204 -"242454",102893,7896,2,814,2447 -"242455",102893,8623,3,814,2463 -"242456",102893,9272,2,814,2835 -"242457",102893,9723,2,814,2302 -"242458",102893,11239,1,814,2181 -"242459",102893,11310,2,814,957 -"242460",102893,14888,3,814,1411 -"242461",102893,16029,3,814,1160 -"242462",102893,16684,3,814,1657 -"242463",102893,16751,3,814,2301 -"242464",102893,16850,3,814,1657 -"242465",102893,19215,3,814,2604 -"242466",102893,19364,2,814,2846 -"242467",102893,20700,3,814,2861 -"242468",102893,22580,3,814,2245 -"242469",102893,22709,2,814,2743 -"242470",102893,27195,2,814,2158 -"242471",102893,28432,1,814,1954 -"242472",102893,28923,2,814,2362 -"242473",102893,29930,3,814,2240 -"242474",102893,32778,3,814,2310 -"242475",102893,34831,2,814,1866 -"242476",102893,34921,3,814,2181 -"242477",102893,35446,3,814,1203 -"242478",102893,37859,3,814,1999 -"242479",102893,39906,3,814,2365 -"242480",102893,41240,3,814,2220 -"242481",102893,43226,3,814,2442 -"242482",102893,45355,2,814,1450 -"242483",102893,46506,3,814,2464 -"242484",102893,47529,3,814,2914 -"242485",102893,48110,3,814,2009 -"242486",102893,51758,3,814,2310 -"242487",102893,52215,3,814,1908 -"242488",102893,52524,3,814,1197 -"242489",102893,53809,3,814,1956 -"242490",102893,55472,2,814,1516 -"242491",102893,55717,3,814,922 -"242492",102893,56232,3,814,1175 -"242493",102893,56947,3,814,917 -"242494",102893,58508,3,814,2326 -"242495",102893,63498,3,814,977 -"242496",102893,69335,3,814,2698 -"242497",102893,73553,2,814,2726 -"242498",102893,77077,3,814,2693 -"242499",102893,79477,1,814,836 -"242500",102893,80301,3,814,1690 -"242501",102893,82819,3,814,1900 -"242502",102893,88966,3,814,1568 -"242503",102893,93953,3,814,969 -"242504",102893,95757,3,814,1232 -"242505",102893,99041,3,814,844 -"242506",102893,106449,2,814,862 -"242507",102893,109978,3,814,1865 -"242508",102893,121354,3,814,2862 -"242509",102925,2429,3,170,999 -"242510",102925,3456,3,170,1999 -"242511",102925,30891,3,170,1256 -"242512",102925,45138,2,170,2516 -"242513",102925,47385,2,170,1172 -"242514",102925,55817,1,170,2285 -"242515",102925,67680,3,170,602 -"242516",103103,45299,3,1097,2426 -"242517",103103,66267,3,1097,1278 -"242518",103143,1685,2,163,2230 -"242519",103143,1785,3,163,2350 -"242520",103143,3016,3,163,747 -"242521",103143,3360,3,163,1583 -"242522",103143,3477,3,163,2546 -"242523",103143,4698,3,163,2481 -"242524",103143,5346,3,163,1438 -"242525",103143,5355,3,163,1499 -"242526",103143,6063,3,163,2349 -"242527",103143,7499,3,163,1803 -"242528",103143,10250,3,163,1606 -"242529",103143,11154,3,163,1594 -"242530",103143,11521,3,163,1559 -"242531",103143,11679,3,163,846 -"242532",103143,12000,2,163,1454 -"242533",103143,12007,3,163,1594 -"242534",103143,12735,3,163,819 -"242535",103143,12779,3,163,936 -"242536",103143,12804,3,163,297 -"242537",103143,13671,1,163,1371 -"242538",103143,13861,2,163,1197 -"242539",103143,15207,3,163,1855 -"242540",103143,15558,3,163,2389 -"242541",103143,15728,3,163,576 -"242542",103143,16590,2,163,1123 -"242543",103143,18217,3,163,1566 -"242544",103143,18550,3,163,483 -"242545",103143,18645,2,163,793 -"242546",103143,19002,3,163,2053 -"242547",103143,19296,3,163,1705 -"242548",103143,20709,3,163,1757 -"242549",103143,22462,3,163,869 -"242550",103143,22744,3,163,1907 -"242551",103143,24299,3,163,231 -"242552",103143,26577,1,163,933 -"242553",103143,26698,3,163,1963 -"242554",103143,27074,3,163,1454 -"242555",103143,28899,3,163,376 -"242556",103143,29117,3,163,1250 -"242557",103143,31794,3,163,1919 -"242558",103143,33223,3,163,2397 -"242559",103143,36599,1,163,541 -"242560",103143,39507,3,163,793 -"242561",103143,40113,3,163,451 -"242562",103143,40129,3,163,2162 -"242563",103143,40542,3,163,1664 -"242564",103143,43201,3,163,957 -"242565",103143,43250,3,163,1300 -"242566",103143,43311,3,163,1553 -"242567",103143,44193,3,163,989 -"242568",103143,45664,3,163,2235 -"242569",103143,47557,3,163,999 -"242570",103143,49069,2,163,1694 -"242571",103143,49147,3,163,2539 -"242572",103143,49921,2,163,496 -"242573",103143,50621,3,163,2809 -"242574",103143,51173,3,163,1829 -"242575",103143,53648,3,163,2167 -"242576",103143,55674,3,163,718 -"242577",103143,56116,3,163,1321 -"242578",103143,70656,3,163,2771 -"242579",103143,70774,2,163,355 -"242580",103143,79461,3,163,1667 -"242581",103143,79547,3,163,1909 -"242582",103143,80377,3,163,1384 -"242583",103143,80942,2,163,1240 -"242584",103143,85638,3,163,2275 -"242585",103143,87190,3,163,1704 -"242586",103143,89258,3,163,1147 -"242587",103143,94520,3,163,1243 -"242588",103143,102545,3,163,248 -"242589",103143,104843,3,163,1167 -"242590",103143,118082,2,163,277 -"242591",103180,2852,3,118,2448 -"242592",103180,5683,3,118,2468 -"242593",103180,6996,3,118,2916 -"242594",103180,16864,3,118,814 -"242595",103180,17033,2,118,2771 -"242596",103180,21225,3,118,1945 -"242597",103180,22166,3,118,994 -"242598",103180,23966,3,118,891 -"242599",103180,26793,2,118,2104 -"242600",103180,30057,1,118,504 -"242601",103180,31408,3,118,994 -"242602",103180,36737,3,118,829 -"242603",103180,37400,3,118,2860 -"242604",103180,43153,3,118,1381 -"242605",103180,53293,3,118,2916 -"242606",103180,55717,3,118,922 -"242607",103180,57549,3,118,2335 -"242608",103180,61211,3,118,245 -"242609",103180,62268,3,118,413 -"242610",103180,64156,3,118,675 -"242611",103180,67617,2,118,1149 -"242612",103180,68931,3,118,2771 -"242613",103180,69545,3,118,673 -"242614",103180,72986,3,118,1055 -"242615",103180,74100,3,118,147 -"242616",103180,79057,3,118,195 -"242617",103180,81077,3,118,498 -"242618",103180,88710,3,118,927 -"242619",103180,93026,3,118,704 -"242620",103180,95320,3,118,262 -"242621",103180,96310,2,118,1016 -"242622",103180,105757,3,118,806 -"242623",103180,106240,3,118,705 -"242624",103180,107004,2,118,1672 -"242625",103215,53091,3,511,1134 -"242626",103215,65625,3,511,1273 -"242627",103218,6390,3,1787,2385 -"242628",103218,7548,3,1787,1932 -"242629",103218,9311,3,1787,2477 -"242630",103218,14723,3,1787,2019 -"242631",103218,23460,3,1787,2183 -"242632",103218,34899,3,1787,2565 -"242633",103218,38755,3,1787,2902 -"242634",103218,49581,3,1787,1817 -"242635",103218,58993,3,1787,2390 -"242636",103218,61337,3,1787,2777 -"242637",103218,66677,3,1787,2151 -"242638",103218,100462,3,1787,1927 -"242639",103240,19096,3,933,1538 -"242640",103240,33949,3,933,2489 -"242641",103240,40640,2,933,2257 -"242642",103255,3628,3,1256,2707 -"242643",103255,5725,3,1256,2789 -"242644",103255,17549,3,1256,2647 -"242645",103255,17632,3,1256,1947 -"242646",103255,21945,2,1256,2781 -"242647",103255,26451,3,1256,2133 -"242648",103255,28285,3,1256,2972 -"242649",103255,29314,2,1256,2736 -"242650",103255,38768,3,1256,2734 -"242651",103255,48698,3,1256,1474 -"242652",103255,54020,3,1256,1578 -"242653",103255,65679,3,1256,1578 -"242654",103255,77815,3,1256,2358 -"242655",103256,3158,3,572,2762 -"242656",103256,9740,2,572,2233 -"242657",103256,11270,3,572,1011 -"242658",103256,13551,3,572,1451 -"242659",103256,14255,1,572,893 -"242660",103256,28648,3,572,1586 -"242661",103256,30544,2,572,2041 -"242662",103256,51212,3,572,1801 -"242663",103256,67289,3,572,829 -"242664",103256,82740,3,572,579 -"242665",103256,84885,3,572,1649 -"242666",103312,14584,3,1216,1573 -"242667",103312,45664,3,1216,2235 -"242668",103312,50899,3,1216,2125 -"242669",103312,52953,3,1216,1741 -"242670",103312,63510,1,1216,1602 -"242671",103312,77057,3,1216,1866 -"242672",103312,77095,3,1216,1622 -"242673",103312,113498,3,1216,2568 -"242674",103357,8006,3,423,479 -"242675",103357,9724,3,423,2713 -"242676",103357,10701,3,423,2000 -"242677",103357,10990,3,423,805 -"242678",103357,13595,3,423,1164 -"242679",103357,14212,2,423,857 -"242680",103357,17499,3,423,2954 -"242681",103357,17531,2,423,876 -"242682",103357,22357,3,423,1397 -"242683",103357,26597,3,423,2070 -"242684",103357,28648,3,423,1586 -"242685",103357,37684,3,423,2899 -"242686",103357,43701,2,423,2400 -"242687",103357,50468,3,423,1659 -"242688",103357,54316,3,423,1202 -"242689",103357,65375,3,423,824 -"242690",103357,82426,3,423,1576 -"242691",103382,868,3,173,607 -"242692",103382,2057,3,173,1965 -"242693",103382,16959,3,173,888 -"242694",103382,17133,2,173,924 -"242695",103382,40138,3,173,2719 -"242696",103382,71455,3,173,1702 -"242697",103420,733,2,433,1653 -"242698",103420,1154,2,433,1656 -"242699",103420,1968,3,433,631 -"242700",103420,2063,2,433,1278 -"242701",103420,2743,3,433,1278 -"242702",103420,3167,3,433,1676 -"242703",103420,4226,3,433,1903 -"242704",103420,7126,3,433,1261 -"242705",103420,7196,3,433,1508 -"242706",103420,7226,3,433,1228 -"242707",103420,7241,2,433,2259 -"242708",103420,7984,3,433,2493 -"242709",103420,8890,3,433,1955 -"242710",103420,8913,3,433,968 -"242711",103420,10638,3,433,2692 -"242712",103420,12374,3,433,2260 -"242713",103420,13043,3,433,1295 -"242714",103420,14108,3,433,2012 -"242715",103420,15118,2,433,1311 -"242716",103420,15401,3,433,1999 -"242717",103420,15643,3,433,502 -"242718",103420,16164,3,433,1184 -"242719",103420,16365,3,433,2217 -"242720",103420,17257,3,433,1117 -"242721",103420,17645,3,433,1918 -"242722",103420,20319,3,433,468 -"242723",103420,20824,3,433,1366 -"242724",103420,21104,3,433,2327 -"242725",103420,21122,3,433,1701 -"242726",103420,21133,3,433,1320 -"242727",103420,21670,3,433,2158 -"242728",103420,21681,3,433,2005 -"242729",103420,22722,3,433,1233 -"242730",103420,23534,3,433,1659 -"242731",103420,24005,3,433,1188 -"242732",103420,25132,2,433,1188 -"242733",103420,26451,3,433,2133 -"242734",103420,26706,3,433,1846 -"242735",103420,27792,3,433,1308 -"242736",103420,28784,3,433,1579 -"242737",103420,28896,3,433,1395 -"242738",103420,31700,3,433,2727 -"242739",103420,32017,3,433,577 -"242740",103420,32131,3,433,1035 -"242741",103420,32811,3,433,804 -"242742",103420,32988,3,433,2008 -"242743",103420,33430,3,433,2225 -"242744",103420,34136,2,433,2202 -"242745",103420,34596,1,433,527 -"242746",103420,35822,3,433,1903 -"242747",103420,35903,3,433,1434 -"242748",103420,36031,3,433,2342 -"242749",103420,36763,3,433,2165 -"242750",103420,37800,3,433,604 -"242751",103420,37893,3,433,875 -"242752",103420,37937,3,433,1320 -"242753",103420,38602,3,433,2693 -"242754",103420,39865,3,433,849 -"242755",103420,40072,3,433,1182 -"242756",103420,44636,3,433,1026 -"242757",103420,46726,3,433,943 -"242758",103420,47384,3,433,1639 -"242759",103420,47839,3,433,1864 -"242760",103420,48215,3,433,2028 -"242761",103420,48260,3,433,875 -"242762",103420,48698,2,433,1474 -"242763",103420,49189,3,433,1550 -"242764",103420,49265,3,433,2686 -"242765",103420,50667,3,433,2719 -"242766",103420,51022,3,433,1499 -"242767",103420,52457,3,433,849 -"242768",103420,53323,3,433,2677 -"242769",103420,57380,3,433,2362 -"242770",103420,57950,3,433,1529 -"242771",103420,57990,3,433,978 -"242772",103420,58133,2,433,1484 -"242773",103420,58221,3,433,1787 -"242774",103420,59939,3,433,936 -"242775",103420,61138,3,433,1188 -"242776",103420,61785,3,433,822 -"242777",103420,62668,3,433,958 -"242778",103420,62957,3,433,1170 -"242779",103420,65155,3,433,1947 -"242780",103420,65884,3,433,798 -"242781",103420,70838,3,433,687 -"242782",103420,70854,3,433,635 -"242783",103420,72597,3,433,1843 -"242784",103420,72728,3,433,2234 -"242785",103420,73245,3,433,802 -"242786",103420,73728,1,433,784 -"242787",103420,75948,3,433,1006 -"242788",103420,78256,3,433,804 -"242789",103420,78569,2,433,578 -"242790",103420,79158,3,433,1252 -"242791",103420,82696,3,433,1305 -"242792",103420,82767,3,433,1641 -"242793",103420,85869,3,433,1509 -"242794",103420,88232,3,433,2881 -"242795",103420,89935,3,433,771 -"242796",103420,89965,3,433,810 -"242797",103420,91912,3,433,790 -"242798",103420,92124,3,433,1532 -"242799",103420,92592,3,433,486 -"242800",103420,93102,3,433,1174 -"242801",103420,94650,3,433,896 -"242802",103420,96352,3,433,1493 -"242803",103420,98925,3,433,584 -"242804",103420,99020,3,433,1383 -"242805",103420,99103,2,433,1470 -"242806",103420,104217,2,433,956 -"242807",103420,106240,3,433,705 -"242808",103420,108867,3,433,2328 -"242809",103420,119444,2,433,888 -"242810",103482,3324,3,435,1198 -"242811",103482,6262,3,435,2733 -"242812",103482,8525,3,435,1787 -"242813",103482,9808,3,435,1648 -"242814",103482,19358,3,435,880 -"242815",103482,32070,3,435,950 -"242816",103482,46568,3,435,822 -"242817",103482,46581,3,435,1160 -"242818",103482,56168,3,435,1466 -"242819",103482,66017,3,435,1545 -"242820",103482,79772,3,435,1230 -"242821",103482,79793,3,435,1915 -"242822",103491,364,3,1523,2351 -"242823",103491,5897,3,1523,2337 -"242824",103491,8890,1,1523,1955 -"242825",103491,9787,3,1523,2858 -"242826",103491,14287,3,1523,1583 -"242827",103491,16501,3,1523,1650 -"242828",103491,20512,2,1523,2748 -"242829",103491,20984,3,1523,2502 -"242830",103491,23131,3,1523,1732 -"242831",103491,23325,3,1523,2779 -"242832",103491,27742,3,1523,2700 -"242833",103491,27914,3,1523,2507 -"242834",103491,30525,3,1523,1964 -"242835",103491,30668,3,1523,2882 -"242836",103491,30669,3,1523,1921 -"242837",103491,31542,3,1523,2459 -"242838",103491,45869,3,1523,2840 -"242839",103491,52483,3,1523,2317 -"242840",103491,54775,3,1523,2383 -"242841",103491,57209,3,1523,1719 -"242842",103491,59448,3,1523,2687 -"242843",103491,61125,3,1523,1673 -"242844",103524,1767,3,991,2727 -"242845",103524,3068,3,991,1815 -"242846",103524,3961,3,991,2426 -"242847",103524,5315,3,991,2631 -"242848",103524,7984,3,991,2493 -"242849",103524,7992,3,991,2033 -"242850",103524,10358,3,991,2294 -"242851",103524,13388,2,991,2119 -"242852",103524,13967,3,991,1354 -"242853",103524,13979,3,991,1559 -"242854",103524,15401,3,991,1999 -"242855",103524,16625,3,991,1285 -"242856",103524,19637,3,991,1229 -"242857",103524,20067,2,991,2390 -"242858",103524,20732,3,991,2401 -"242859",103524,21706,3,991,1988 -"242860",103524,23726,3,991,2434 -"242861",103524,23869,3,991,1918 -"242862",103524,25680,3,991,1618 -"242863",103524,26249,3,991,2301 -"242864",103524,28131,3,991,1492 -"242865",103524,30150,3,991,1704 -"242866",103524,30883,3,991,1629 -"242867",103524,32988,3,991,2008 -"242868",103524,33801,3,991,2899 -"242869",103524,35529,2,991,1620 -"242870",103524,38219,3,991,1689 -"242871",103524,40645,3,991,1899 -"242872",103524,42505,3,991,2008 -"242873",103524,43479,3,991,2178 -"242874",103524,46803,3,991,2305 -"242875",103524,47386,3,991,2226 -"242876",103524,50382,3,991,2244 -"242877",103524,53475,3,991,2853 -"242878",103524,55084,3,991,1189 -"242879",103524,62148,3,991,1566 -"242880",103524,65155,3,991,1947 -"242881",103524,65322,3,991,2008 -"242882",103524,70203,3,991,2756 -"242883",103524,70996,2,991,1037 -"242884",103524,89511,3,991,1205 -"242885",103524,97160,2,991,1215 -"242886",103524,100140,3,991,1041 -"242887",103536,1570,2,475,2028 -"242888",103536,2724,3,475,2447 -"242889",103536,3678,2,475,1325 -"242890",103536,4622,3,475,1589 -"242891",103536,4646,3,475,2139 -"242892",103536,6562,3,475,1139 -"242893",103536,7648,2,475,1861 -"242894",103536,9273,3,475,1747 -"242895",103536,9328,3,475,1937 -"242896",103536,10435,3,475,1984 -"242897",103536,10755,3,475,1742 -"242898",103536,10756,3,475,2207 -"242899",103536,11803,2,475,1232 -"242900",103536,12861,3,475,1207 -"242901",103536,14061,2,475,1620 -"242902",103536,14442,3,475,2700 -"242903",103536,14902,2,475,562 -"242904",103536,15119,3,475,1020 -"242905",103536,16184,3,475,2274 -"242906",103536,17608,3,475,1216 -"242907",103536,17768,3,475,2468 -"242908",103536,18455,2,475,1237 -"242909",103536,20371,3,475,595 -"242910",103536,21810,3,475,1579 -"242911",103536,24867,2,475,1861 -"242912",103536,25053,2,475,2186 -"242913",103536,29067,3,475,1538 -"242914",103536,29354,2,475,1123 -"242915",103536,31281,3,475,1937 -"242916",103536,36996,3,475,2321 -"242917",103536,41669,3,475,1247 -"242918",103536,44466,3,475,1607 -"242919",103536,44473,3,475,1685 -"242920",103536,46849,2,475,1238 -"242921",103536,47094,3,475,2592 -"242922",103536,49805,2,475,2445 -"242923",103536,50779,3,475,623 -"242924",103536,52389,3,475,512 -"242925",103536,55446,2,475,1247 -"242926",103536,55493,3,475,869 -"242927",103536,55997,3,475,1414 -"242928",103536,59289,2,475,2896 -"242929",103536,59776,3,475,2493 -"242930",103536,64769,3,475,493 -"242931",103536,70422,3,475,1398 -"242932",103536,74054,3,475,1488 -"242933",103536,76503,3,475,1136 -"242934",103536,77519,2,475,819 -"242935",103536,84322,3,475,1635 -"242936",103536,85062,3,475,1379 -"242937",103536,91465,2,475,1047 -"242938",103536,93123,3,475,870 -"242939",103536,95730,3,475,1481 -"242940",103536,97615,3,475,1198 -"242941",103536,104281,3,475,2228 -"242942",103560,102284,3,2746,2877 -"242943",103709,48820,3,657,2769 -"242944",103710,1369,3,439,2487 -"242945",103710,1624,3,439,2687 -"242946",103710,2506,2,439,954 -"242947",103710,2588,2,439,552 -"242948",103710,5637,3,439,1976 -"242949",103710,6999,3,439,2214 -"242950",103710,7310,3,439,636 -"242951",103710,8896,2,439,1139 -"242952",103710,9656,2,439,1135 -"242953",103710,13034,2,439,698 -"242954",103710,15281,2,439,810 -"242955",103710,16935,2,439,441 -"242956",103710,17499,3,439,2954 -"242957",103710,18820,3,439,453 -"242958",103710,21044,3,439,1574 -"242959",103710,24044,3,439,1076 -"242960",103710,25286,3,439,1545 -"242961",103710,29778,3,439,840 -"242962",103710,35317,3,439,1888 -"242963",103710,42407,3,439,2408 -"242964",103710,43768,1,439,1468 -"242965",103710,49708,2,439,1147 -"242966",103710,55325,3,439,653 -"242967",103710,59906,3,439,865 -"242968",103710,64628,3,439,2829 -"242969",103710,73520,3,439,2613 -"242970",103710,77719,3,439,2086 -"242971",103710,85065,3,439,1585 -"242972",103710,93553,3,439,2537 -"242973",103710,101381,3,439,977 -"242974",103721,1046,3,1030,1881 -"242975",103721,1367,3,1030,2176 -"242976",103721,1386,3,1030,1901 -"242977",103721,2063,3,1030,1278 -"242978",103721,2716,2,1030,1748 -"242979",103721,2742,3,1030,1192 -"242980",103721,2743,3,1030,1278 -"242981",103721,3242,3,1030,1730 -"242982",103721,5148,3,1030,2206 -"242983",103721,5725,3,1030,2789 -"242984",103721,7245,3,1030,2089 -"242985",103721,8533,2,1030,2251 -"242986",103721,8726,3,1030,2083 -"242987",103721,9030,3,1030,1979 -"242988",103721,14189,3,1030,1483 -"242989",103721,14709,3,1030,1901 -"242990",103721,15343,2,1030,2125 -"242991",103721,16029,3,1030,1160 -"242992",103721,16164,3,1030,1184 -"242993",103721,16313,3,1030,1160 -"242994",103721,17021,3,1030,1226 -"242995",103721,18151,3,1030,2962 -"242996",103721,20563,3,1030,2267 -"242997",103721,20824,3,1030,1366 -"242998",103721,21417,3,1030,2422 -"242999",103721,21795,3,1030,2653 -"243000",103721,22216,3,1030,1956 -"243001",103721,23534,3,1030,1659 -"243002",103721,23704,2,1030,2278 -"243003",103721,23751,3,1030,1740 -"243004",103721,24362,3,1030,1287 -"243005",103721,24608,3,1030,1630 -"243006",103721,26351,3,1030,2683 -"243007",103721,28233,3,1030,1608 -"243008",103721,28285,3,1030,2972 -"243009",103721,29073,3,1030,2328 -"243010",103721,29791,3,1030,1986 -"243011",103721,32503,3,1030,2020 -"243012",103721,34311,3,1030,2213 -"243013",103721,34492,3,1030,1798 -"243014",103721,34836,3,1030,2302 -"243015",103721,36559,3,1030,2473 -"243016",103721,38019,3,1030,1870 -"243017",103721,38162,2,1030,1691 -"243018",103721,42618,2,1030,2316 -"243019",103721,42814,3,1030,1149 -"243020",103721,45664,3,1030,2235 -"243021",103721,47947,2,1030,2681 -"243022",103721,51022,3,1030,1499 -"243023",103721,53266,3,1030,2389 -"243024",103721,53300,3,1030,2162 -"243025",103721,55468,3,1030,2511 -"243026",103721,57977,3,1030,2683 -"243027",103721,58035,3,1030,1646 -"243028",103721,62840,3,1030,2502 -"243029",103721,70046,3,1030,2624 -"243030",103721,71562,3,1030,2574 -"243031",103721,72122,3,1030,1436 -"243032",103721,73266,3,1030,2496 -"243033",103721,80655,3,1030,1546 -"243034",103721,83096,3,1030,1061 -"243035",103721,83259,3,1030,1245 -"243036",103721,84649,3,1030,2280 -"243037",103721,86279,3,1030,1076 -"243038",103721,86505,3,1030,1302 -"243039",103721,87198,3,1030,1462 -"243040",103721,90501,3,1030,2380 -"243041",103754,11625,2,842,2022 -"243042",103754,20343,3,842,851 -"243043",103754,55084,3,842,1189 -"243044",103888,468,3,59,1966 -"243045",103888,2258,1,59,288 -"243046",103888,4730,3,59,2131 -"243047",103888,5816,2,59,2408 -"243048",103888,8157,3,59,1063 -"243049",103888,11410,2,59,201 -"243050",103888,13400,2,59,1371 -"243051",103888,13671,3,59,1371 -"243052",103888,14789,3,59,1034 -"243053",103888,15301,3,59,2308 -"243054",103888,17999,3,59,2758 -"243055",103888,20371,3,59,595 -"243056",103888,23739,3,59,2463 -"243057",103888,25259,1,59,1699 -"243058",103888,26100,2,59,1966 -"243059",103888,26458,2,59,90 -"243060",103888,31251,3,59,2498 -"243061",103888,31395,3,59,1695 -"243062",103888,31700,3,59,2727 -"243063",103888,32642,3,59,158 -"243064",103888,37937,3,59,1320 -"243065",103888,41603,3,59,1942 -"243066",103888,43201,3,59,957 -"243067",103888,45585,3,59,2384 -"243068",103888,50635,3,59,2962 -"243069",103888,53362,2,59,2360 -"243070",103888,53530,3,59,2380 -"243071",103888,55325,3,59,653 -"243072",103888,55775,2,59,2385 -"243073",103888,60672,3,59,2876 -"243074",103888,64439,3,59,562 -"243075",103888,65487,3,59,520 -"243076",103888,70854,3,59,635 -"243077",103888,73837,3,59,1061 -"243078",103888,80377,3,59,1384 -"243079",103888,89519,2,59,115 -"243080",103888,91715,3,59,1034 -"243081",103888,97266,3,59,1016 -"243082",103888,97787,3,59,1874 -"243083",103890,21,2,958,1385 -"243084",103890,1108,2,958,1600 -"243085",103890,1314,3,958,1522 -"243086",103890,2959,3,958,1785 -"243087",103890,4526,2,958,1728 -"243088",103890,7942,2,958,2623 -"243089",103890,8062,3,958,2858 -"243090",103890,8140,3,958,1262 -"243091",103890,8923,3,958,1266 -"243092",103890,10350,3,958,1163 -"243093",103890,10457,3,958,1711 -"243094",103890,10980,2,958,1974 -"243095",103890,12361,3,958,2732 -"243096",103890,12948,3,958,2669 -"243097",103890,14586,3,958,2801 -"243098",103890,14754,3,958,2456 -"243099",103890,15443,3,958,1631 -"243100",103890,16176,3,958,2703 -"243101",103890,17645,2,958,1918 -"243102",103890,18005,3,958,2449 -"243103",103890,19380,3,958,2637 -"243104",103890,19501,3,958,1186 -"243105",103890,20894,3,958,2214 -"243106",103890,21207,3,958,1258 -"243107",103890,22166,2,958,994 -"243108",103890,22704,1,958,1150 -"243109",103890,24512,3,958,1369 -"243110",103890,27742,3,958,2700 -"243111",103890,27914,3,958,2507 -"243112",103890,29116,3,958,2128 -"243113",103890,29818,2,958,1677 -"243114",103890,30306,3,958,1606 -"243115",103890,31216,3,958,1244 -"243116",103890,32818,3,958,2485 -"243117",103890,34094,3,958,1360 -"243118",103890,34216,2,958,2832 -"243119",103890,34742,3,958,1883 -"243120",103890,34892,3,958,2309 -"243121",103890,37522,2,958,1270 -"243122",103890,37636,3,958,2178 -"243123",103890,39256,2,958,2449 -"243124",103890,41023,3,958,2408 -"243125",103890,41447,3,958,2405 -"243126",103890,41581,3,958,1692 -"243127",103890,42331,3,958,1585 -"243128",103890,46650,3,958,1330 -"243129",103890,47654,3,958,1664 -"243130",103890,47968,3,958,2829 -"243131",103890,49450,3,958,1328 -"243132",103890,54313,3,958,1645 -"243133",103890,58233,3,958,1665 -"243134",103890,60258,2,958,2405 -"243135",103890,63077,2,958,2778 -"243136",103890,66609,3,958,998 -"243137",103890,67815,3,958,2476 -"243138",103890,70101,3,958,2414 -"243139",103890,71219,3,958,967 -"243140",103890,71531,3,958,2887 -"243141",103890,72882,3,958,1330 -"243142",103890,74370,3,958,1667 -"243143",103890,83253,3,958,1102 -"243144",103890,84975,3,958,1138 -"243145",103890,85198,3,958,1794 -"243146",103890,85778,3,958,1040 -"243147",103890,85869,2,958,1509 -"243148",103890,96310,3,958,1016 -"243149",103890,100860,3,958,2326 -"243150",103890,101367,3,958,974 -"243151",103890,107496,3,958,1572 -"243152",103890,109703,3,958,1925 -"243153",103920,1222,3,274,2598 -"243154",103920,2370,3,274,1600 -"243155",103920,2443,3,274,2333 -"243156",103920,2802,3,274,1836 -"243157",103920,2907,3,274,1980 -"243158",103920,3324,3,274,1198 -"243159",103920,3678,2,274,1325 -"243160",103920,5414,3,274,2321 -"243161",103920,5937,2,274,2392 -"243162",103920,6262,3,274,2733 -"243163",103920,9462,3,274,378 -"243164",103920,10400,3,274,1517 -"243165",103920,10755,3,274,1742 -"243166",103920,11259,3,274,1356 -"243167",103920,11521,3,274,1559 -"243168",103920,11679,3,274,846 -"243169",103920,11868,3,274,1639 -"243170",103920,11897,3,274,1271 -"243171",103920,13671,3,274,1371 -"243172",103920,14861,3,274,2269 -"243173",103920,15047,3,274,1697 -"243174",103920,15119,3,274,1020 -"243175",103920,15558,3,274,2389 -"243176",103920,15728,3,274,576 -"243177",103920,16477,3,274,2069 -"243178",103920,16590,3,274,1123 -"243179",103920,17768,3,274,2468 -"243180",103920,17815,3,274,2070 -"243181",103920,18466,3,274,2340 -"243182",103920,18645,2,274,793 -"243183",103920,19190,3,274,2677 -"243184",103920,19358,2,274,880 -"243185",103920,19767,3,274,1041 -"243186",103920,20604,3,274,1684 -"243187",103920,20709,3,274,1757 -"243188",103920,22746,2,274,913 -"243189",103920,23728,3,274,2601 -"243190",103920,23771,2,274,1614 -"243191",103920,29775,3,274,2064 -"243192",103920,30194,3,274,2874 -"243193",103920,32070,2,274,950 -"243194",103920,32841,3,274,1345 -"243195",103920,33460,3,274,2781 -"243196",103920,39439,3,274,2462 -"243197",103920,39507,3,274,793 -"243198",103920,41521,3,274,2069 -"243199",103920,42136,3,274,2551 -"243200",103920,43311,3,274,1553 -"243201",103920,44727,3,274,1227 -"243202",103920,44728,2,274,451 -"243203",103920,46568,2,274,822 -"243204",103920,48585,3,274,2063 -"243205",103920,49415,3,274,2654 -"243206",103920,51678,3,274,1077 -"243207",103920,52953,3,274,1741 -"243208",103920,53648,3,274,2167 -"243209",103920,54737,2,274,326 -"243210",103920,55364,3,274,326 -"243211",103920,56168,2,274,1466 -"243212",103920,56413,3,274,2747 -"243213",103920,66017,3,274,1545 -"243214",103920,69830,3,274,378 -"243215",103920,76867,3,274,1296 -"243216",103920,76997,1,274,2223 -"243217",103920,79746,3,274,2272 -"243218",103920,79772,3,274,1230 -"243219",103920,79793,3,274,1915 -"243220",103920,83334,3,274,1708 -"243221",103920,85062,3,274,1379 -"243222",103920,86559,3,274,1704 -"243223",103920,90268,3,274,585 -"243224",103920,90633,3,274,990 -"243225",103920,94339,3,274,2768 -"243226",103920,94495,3,274,989 -"243227",103920,96700,3,274,1602 -"243228",103920,97615,3,274,1198 -"243229",103920,102368,3,274,613 -"243230",103920,103536,3,274,475 -"243231",103920,104161,3,274,613 -"243232",103920,106330,2,274,2559 -"243233",103920,112814,3,274,546 -"243234",103920,113333,3,274,1018 -"243235",103925,1592,3,1786,2006 -"243236",103925,5258,3,1786,2730 -"243237",103925,20407,3,1786,2339 -"243238",103925,88232,3,1786,2881 -"243239",103989,2370,2,1207,1600 -"243240",103989,4784,3,1207,2511 -"243241",103989,6020,3,1207,1864 -"243242",103989,21358,3,1207,1970 -"243243",103989,21920,3,1207,2367 -"243244",103989,23121,3,1207,2108 -"243245",103989,28648,3,1207,1586 -"243246",103989,31950,2,1207,2217 -"243247",103989,34274,3,1207,1437 -"243248",103989,45297,3,1207,1864 -"243249",103989,45449,3,1207,1610 -"243250",103989,45450,3,1207,1590 -"243251",103989,48823,3,1207,2080 -"243252",103989,80186,3,1207,2228 -"243253",103989,84581,2,1207,1241 -"243254",103989,89955,3,1207,1452 -"243255",103989,92366,3,1207,1434 -"243256",103989,93317,3,1207,1223 -"243257",103989,100084,3,1207,1964 -"243258",104036,10945,2,659,881 -"243259",104036,11127,3,659,1196 -"243260",104036,11419,3,659,1408 -"243261",104036,15598,3,659,2011 -"243262",104036,73266,3,659,2496 -"243263",104036,86331,3,659,850 -"243264",104036,89586,3,659,1401 -"243265",104036,112587,3,659,1003 -"243266",104036,117932,3,659,926 -"243267",104046,3477,3,105,2546 -"243268",104046,6063,3,105,2349 -"243269",104046,9331,2,105,2269 -"243270",104046,11419,3,105,1408 -"243271",104046,12735,3,105,819 -"243272",104046,12779,3,105,936 -"243273",104046,17351,3,105,2036 -"243274",104046,17549,3,105,2647 -"243275",104046,17632,3,105,1947 -"243276",104046,18217,3,105,1566 -"243277",104046,18248,2,105,172 -"243278",104046,18348,3,105,1711 -"243279",104046,20419,3,105,1587 -"243280",104046,22462,3,105,869 -"243281",104046,24456,3,105,1238 -"243282",104046,25543,3,105,724 -"243283",104046,26025,1,105,591 -"243284",104046,27965,1,105,555 -"243285",104046,33223,3,105,2397 -"243286",104046,34314,3,105,630 -"243287",104046,40542,3,105,1664 -"243288",104046,44688,3,105,2924 -"243289",104046,55349,3,105,826 -"243290",104046,79364,2,105,834 -"243291",104046,79998,2,105,821 -"243292",104046,80979,3,105,1142 -"243293",104046,100321,3,105,1142 -"243294",104065,739,3,194,309 -"243295",104065,1556,3,194,643 -"243296",104065,3100,3,194,2524 -"243297",104065,3786,3,194,2282 -"243298",104065,4757,3,194,390 -"243299",104065,5414,3,194,2321 -"243300",104065,5673,3,194,1567 -"243301",104065,6071,3,194,2310 -"243302",104065,6078,3,194,498 -"243303",104065,6432,2,194,2297 -"243304",104065,6562,3,194,1139 -"243305",104065,9912,3,194,1356 -"243306",104065,10279,3,194,886 -"243307",104065,11135,2,194,2441 -"243308",104065,11897,3,194,1271 -"243309",104065,12031,2,194,1957 -"243310",104065,13150,3,194,1570 -"243311",104065,13528,3,194,1891 -"243312",104065,15502,3,194,2637 -"243313",104065,15916,3,194,1236 -"243314",104065,19687,2,194,2072 -"243315",104065,19972,2,194,2078 -"243316",104065,20413,2,194,806 -"243317",104065,21895,3,194,1693 -"243318",104065,21976,2,194,1808 -"243319",104065,23330,3,194,448 -"243320",104065,23639,2,194,2065 -"243321",104065,23731,3,194,1656 -"243322",104065,24116,3,194,1413 -"243323",104065,25270,1,194,985 -"243324",104065,25286,3,194,1545 -"243325",104065,25451,2,194,698 -"243326",104065,25886,3,194,1580 -"243327",104065,26567,2,194,1158 -"243328",104065,29534,3,194,1199 -"243329",104065,34055,3,194,1881 -"243330",104065,34334,3,194,1637 -"243331",104065,35414,3,194,1959 -"243332",104065,36506,3,194,2638 -"243333",104065,40136,3,194,1149 -"243334",104065,41051,3,194,2767 -"243335",104065,42195,3,194,573 -"243336",104065,43250,3,194,1300 -"243337",104065,43929,3,194,2749 -"243338",104065,45299,3,194,2426 -"243339",104065,45487,3,194,2256 -"243340",104065,47330,3,194,2422 -"243341",104065,47827,3,194,1957 -"243342",104065,48764,2,194,860 -"243343",104065,51448,3,194,1593 -"243344",104065,52178,3,194,710 -"243345",104065,55436,3,194,2513 -"243346",104065,56212,3,194,1410 -"243347",104065,56673,3,194,2419 -"243348",104065,56726,3,194,969 -"243349",104065,61973,3,194,892 -"243350",104065,62498,2,194,1698 -"243351",104065,65223,3,194,2724 -"243352",104065,68460,3,194,599 -"243353",104065,68670,3,194,565 -"243354",104065,72348,3,194,1810 -"243355",104065,76604,3,194,2590 -"243356",104065,78460,1,194,985 -"243357",104065,79025,3,194,1473 -"243358",104065,79236,3,194,1505 -"243359",104065,79404,3,194,1079 -"243360",104065,80061,3,194,1223 -"243361",104065,80728,2,194,599 -"243362",104065,80896,3,194,943 -"243363",104065,81134,2,194,1384 -"243364",104065,83133,3,194,1055 -"243365",104065,84569,3,194,710 -"243366",104065,92381,3,194,1237 -"243367",104065,93317,3,194,1223 -"243368",104065,93670,3,194,1682 -"243369",104065,95211,3,194,2462 -"243370",104065,95661,2,194,872 -"243371",104065,97940,3,194,431 -"243372",104065,98003,3,194,573 -"243373",104065,104542,2,194,897 -"243374",104065,106554,3,194,1270 -"243375",104065,110023,3,194,230 -"243376",104065,114769,2,194,1108 -"243377",104065,115194,3,194,604 -"243378",104065,116792,1,194,2397 -"243379",104084,2269,3,579,984 -"243380",104084,3716,3,579,1679 -"243381",104084,6047,3,579,2004 -"243382",104084,6366,3,579,798 -"243383",104084,6417,3,579,1675 -"243384",104084,10513,3,579,2284 -"243385",104084,11229,3,579,1625 -"243386",104084,11540,1,579,1237 -"243387",104084,11576,2,579,808 -"243388",104084,15872,1,579,1551 -"243389",104084,16120,3,579,1237 -"243390",104084,16826,3,579,2599 -"243391",104084,20975,3,579,1305 -"243392",104084,21138,2,579,2849 -"243393",104084,22141,3,579,2348 -"243394",104084,22639,2,579,2352 -"243395",104084,39746,3,579,1361 -"243396",104084,40487,3,579,2512 -"243397",104084,40893,3,579,1116 -"243398",104084,47248,3,579,2883 -"243399",104084,50124,3,579,1209 -"243400",104084,51017,2,579,2073 -"243401",104084,51035,3,579,2397 -"243402",104084,63547,3,579,1023 -"243403",104084,74681,3,579,837 -"243404",104084,74731,3,579,853 -"243405",104084,84022,3,579,2289 -"243406",104084,87692,2,579,775 -"243407",104084,89047,3,579,877 -"243408",104084,90802,2,579,877 -"243409",104084,101395,2,579,891 -"243410",104098,364,3,512,2351 -"243411",104098,680,3,512,2569 -"243412",104098,1314,3,512,1522 -"243413",104098,2576,3,512,1307 -"243414",104098,2852,3,512,2448 -"243415",104098,3477,3,512,2546 -"243416",104098,4303,3,512,2414 -"243417",104098,4612,2,512,2804 -"243418",104098,4665,3,512,1569 -"243419",104098,5346,3,512,1438 -"243420",104098,6063,3,512,2349 -"243421",104098,8140,3,512,1262 -"243422",104098,9484,2,512,1429 -"243423",104098,9785,3,512,2951 -"243424",104098,9787,2,512,2858 -"243425",104098,10453,3,512,1656 -"243426",104098,12653,3,512,1573 -"243427",104098,12735,3,512,819 -"243428",104098,12779,3,512,936 -"243429",104098,12781,3,512,831 -"243430",104098,13136,3,512,2867 -"243431",104098,14754,3,512,2456 -"243432",104098,15207,3,512,1855 -"243433",104098,16501,3,512,1650 -"243434",104098,18217,3,512,1566 -"243435",104098,19073,3,512,2748 -"243436",104098,19934,3,512,2888 -"243437",104098,21240,2,512,1162 -"243438",104098,22462,3,512,869 -"243439",104098,25163,3,512,1751 -"243440",104098,27686,3,512,2844 -"243441",104098,27742,3,512,2700 -"243442",104098,27897,2,512,1968 -"243443",104098,27914,3,512,2507 -"243444",104098,29286,2,512,1612 -"243445",104098,30525,3,512,1964 -"243446",104098,30891,3,512,1256 -"243447",104098,31335,3,512,2351 -"243448",104098,31868,3,512,1993 -"243449",104098,33223,3,512,2397 -"243450",104098,33870,3,512,955 -"243451",104098,35004,3,512,1509 -"243452",104098,36346,3,512,1240 -"243453",104098,37752,3,512,2223 -"243454",104098,38807,3,512,631 -"243455",104098,39418,2,512,1978 -"243456",104098,40035,3,512,2742 -"243457",104098,40542,3,512,1664 -"243458",104098,41581,3,512,1692 -"243459",104098,41633,3,512,1976 -"243460",104098,41723,3,512,2101 -"243461",104098,44341,3,512,1230 -"243462",104098,44694,3,512,2220 -"243463",104098,46486,3,512,1868 -"243464",104098,50354,3,512,1299 -"243465",104098,50585,3,512,2414 -"243466",104098,53739,3,512,2704 -"243467",104098,54775,3,512,2383 -"243468",104098,59039,3,512,2870 -"243469",104098,60266,3,512,1018 -"243470",104098,60449,3,512,2085 -"243471",104098,61541,3,512,2699 -"243472",104098,65188,3,512,2213 -"243473",104098,65381,3,512,2184 -"243474",104098,67252,2,512,1215 -"243475",104098,68539,3,512,1158 -"243476",104098,70403,2,512,542 -"243477",104098,71467,3,512,1051 -"243478",104098,72597,3,512,1843 -"243479",104098,74055,3,512,1544 -"243480",104098,80606,3,512,2079 -"243481",104098,84447,3,512,1006 -"243482",104098,92860,2,512,1643 -"243483",104098,94520,3,512,1243 -"243484",104098,106399,2,512,1530 -"243485",104098,113116,3,512,769 -"243486",104106,2028,3,1204,1978 -"243487",104106,2289,3,1204,2389 -"243488",104106,2972,3,1204,1708 -"243489",104106,3306,3,1204,1989 -"243490",104106,15930,2,1204,2541 -"243491",104106,16111,1,1204,1714 -"243492",104106,23787,3,1204,2810 -"243493",104106,25544,2,1204,2475 -"243494",104106,29095,2,1204,2531 -"243495",104106,30322,3,1204,2346 -"243496",104106,38263,3,1204,2475 -"243497",104106,39556,2,1204,2747 -"243498",104106,57732,3,1204,2454 -"243499",104106,59539,2,1204,2429 -"243500",104116,601,2,355,702 -"243501",104116,2424,3,355,2582 -"243502",104116,5235,3,355,2324 -"243503",104116,11976,3,355,1727 -"243504",104116,12362,2,355,702 -"243505",104116,12901,3,355,2136 -"243506",104116,19637,3,355,1229 -"243507",104116,20423,3,355,2654 -"243508",104116,21126,3,355,2331 -"243509",104116,21193,3,355,2490 -"243510",104116,21197,3,355,1437 -"243511",104116,21198,3,355,935 -"243512",104116,21285,3,355,2100 -"243513",104116,24612,3,355,1875 -"243514",104116,26524,2,355,982 -"243515",104116,27484,3,355,1634 -"243516",104116,28131,3,355,1492 -"243517",104116,30150,3,355,1704 -"243518",104116,39563,3,355,486 -"243519",104116,44654,3,355,2916 -"243520",104116,45302,3,355,2390 -"243521",104116,46040,3,355,2105 -"243522",104116,48283,3,355,1290 -"243523",104116,51089,3,355,2426 -"243524",104116,53120,3,355,975 -"243525",104116,53604,3,355,2489 -"243526",104116,65659,3,355,1653 -"243527",104116,70203,3,355,2756 -"243528",104116,82009,3,355,1020 -"243529",104116,85794,3,355,679 -"243530",104116,86520,3,355,702 -"243531",104116,92513,3,355,2282 -"243532",104116,97811,3,355,1288 -"243533",104116,117679,3,355,535 -"243534",104161,1222,2,613,2598 -"243535",104161,2443,3,613,2333 -"243536",104161,2802,3,613,1836 -"243537",104161,3324,2,613,1198 -"243538",104161,3786,3,613,2282 -"243539",104161,5414,3,613,2321 -"243540",104161,6262,2,613,2733 -"243541",104161,6562,3,613,1139 -"243542",104161,6755,3,613,2818 -"243543",104161,11897,2,613,1271 -"243544",104161,15047,3,613,1697 -"243545",104161,18466,3,613,2340 -"243546",104161,19190,3,613,2677 -"243547",104161,19358,1,613,880 -"243548",104161,20604,3,613,1684 -"243549",104161,21290,3,613,894 -"243550",104161,23731,3,613,1656 -"243551",104161,25286,3,613,1545 -"243552",104161,32070,1,613,950 -"243553",104161,32479,3,613,969 -"243554",104161,33363,3,613,2475 -"243555",104161,38274,3,613,1181 -"243556",104161,42259,3,613,1235 -"243557",104161,46568,2,613,822 -"243558",104161,46581,3,613,1160 -"243559",104161,51678,3,613,1077 -"243560",104161,56168,2,613,1466 -"243561",104161,57037,3,613,2293 -"243562",104161,66017,3,613,1545 -"243563",104161,76997,3,613,2223 -"243564",104161,79772,3,613,1230 -"243565",104161,79793,3,613,1915 -"243566",104161,82618,3,613,1536 -"243567",104161,83334,3,613,1708 -"243568",104161,90633,3,613,990 -"243569",104161,94339,3,613,2768 -"243570",104185,21,2,457,1385 -"243571",104185,1108,3,457,1600 -"243572",104185,8140,3,457,1262 -"243573",104185,10980,2,457,1974 -"243574",104185,19501,3,457,1186 -"243575",104185,22704,3,457,1150 -"243576",104185,27545,3,457,855 -"243577",104185,30306,3,457,1606 -"243578",104185,37522,3,457,1270 -"243579",104185,47810,3,457,957 -"243580",104185,50903,3,457,931 -"243581",104185,63077,3,457,2778 -"243582",104185,76007,3,457,918 -"243583",104185,84975,3,457,1138 -"243584",104185,103890,2,457,958 -"243585",104195,41004,3,1187,2561 -"243586",104195,46602,3,1187,2786 -"243587",104198,997,2,1312,2788 -"243588",104198,1875,3,1312,1786 -"243589",104198,4360,3,1312,1770 -"243590",104198,7858,3,1312,1795 -"243591",104198,53219,3,1312,2973 -"243592",104198,53604,3,1312,2489 -"243593",104217,1154,2,956,1656 -"243594",104217,4057,3,956,2389 -"243595",104217,7126,3,956,1261 -"243596",104217,7196,3,956,1508 -"243597",104217,7241,3,956,2259 -"243598",104217,7984,3,956,2493 -"243599",104217,8865,3,956,2394 -"243600",104217,8890,3,956,1955 -"243601",104217,8913,3,956,968 -"243602",104217,10646,3,956,1555 -"243603",104217,12374,3,956,2260 -"243604",104217,14108,3,956,2012 -"243605",104217,15118,1,956,1311 -"243606",104217,15401,3,956,1999 -"243607",104217,16365,3,956,2217 -"243608",104217,17257,3,956,1117 -"243609",104217,17645,3,956,1918 -"243610",104217,21133,3,956,1320 -"243611",104217,21670,3,956,2158 -"243612",104217,21681,3,956,2005 -"243613",104217,22722,3,956,1233 -"243614",104217,24005,3,956,1188 -"243615",104217,25132,3,956,1188 -"243616",104217,28784,3,956,1579 -"243617",104217,28896,3,956,1395 -"243618",104217,31700,3,956,2727 -"243619",104217,32131,3,956,1035 -"243620",104217,32988,3,956,2008 -"243621",104217,35822,3,956,1903 -"243622",104217,35903,2,956,1434 -"243623",104217,36031,3,956,2342 -"243624",104217,36763,3,956,2165 -"243625",104217,37937,3,956,1320 -"243626",104217,38602,3,956,2693 -"243627",104217,39444,3,956,2695 -"243628",104217,47384,3,956,1639 -"243629",104217,47803,3,956,2477 -"243630",104217,48215,3,956,2028 -"243631",104217,48384,3,956,2057 -"243632",104217,48698,2,956,1474 -"243633",104217,49265,3,956,2686 -"243634",104217,50236,3,956,2339 -"243635",104217,53323,3,956,2677 -"243636",104217,53342,3,956,2071 -"243637",104217,56082,3,956,2395 -"243638",104217,57380,3,956,2362 -"243639",104217,57990,3,956,978 -"243640",104217,61138,3,956,1188 -"243641",104217,62668,3,956,958 -"243642",104217,65155,3,956,1947 -"243643",104217,70046,3,956,2624 -"243644",104217,72597,3,956,1843 -"243645",104217,72728,3,956,2234 -"243646",104217,79158,3,956,1252 -"243647",104217,85869,3,956,1509 -"243648",104217,88232,3,956,2881 -"243649",104217,93102,3,956,1174 -"243650",104217,96352,3,956,1493 -"243651",104239,7548,3,926,1932 -"243652",104239,9311,3,926,2477 -"243653",104239,10843,2,926,2277 -"243654",104239,13249,3,926,2573 -"243655",104239,13601,3,926,2689 -"243656",104239,14723,3,926,2019 -"243657",104239,15626,3,926,2434 -"243658",104239,19453,3,926,1928 -"243659",104239,19751,2,926,1630 -"243660",104239,20311,3,926,1981 -"243661",104239,20494,3,926,1075 -"243662",104239,23825,3,926,1913 -"243663",104239,24286,3,926,1280 -"243664",104239,32198,2,926,2117 -"243665",104239,33356,3,926,1586 -"243666",104239,33433,2,926,2805 -"243667",104239,34707,3,926,2042 -"243668",104239,40296,3,926,1674 -"243669",104239,49581,2,926,1817 -"243670",104239,49696,3,926,2444 -"243671",104239,50946,1,926,1075 -"243672",104239,52136,3,926,1412 -"243673",104239,55324,3,926,1544 -"243674",104239,55643,2,926,2359 -"243675",104239,58993,3,926,2390 -"243676",104239,59113,3,926,2434 -"243677",104239,64502,3,926,1670 -"243678",104239,67456,1,926,1608 -"243679",104239,74190,3,926,1428 -"243680",104239,84897,3,926,1075 -"243681",104239,87144,3,926,2299 -"243682",104280,312,3,887,2038 -"243683",104280,455,3,887,2827 -"243684",104280,470,3,887,2285 -"243685",104280,600,3,887,1702 -"243686",104280,675,3,887,1686 -"243687",104280,913,3,887,2144 -"243688",104280,1006,3,887,1569 -"243689",104280,1136,3,887,2536 -"243690",104280,2523,3,887,1691 -"243691",104280,4191,3,887,2130 -"243692",104280,6428,3,887,1952 -"243693",104280,6491,3,887,2424 -"243694",104280,6940,3,887,1183 -"243695",104280,7245,3,887,2089 -"243696",104280,7508,2,887,2396 -"243697",104280,7515,2,887,2737 -"243698",104280,7614,3,887,971 -"243699",104280,7847,3,887,2424 -"243700",104280,8011,3,887,889 -"243701",104280,9184,3,887,2670 -"243702",104280,9432,3,887,1693 -"243703",104280,9511,3,887,1232 -"243704",104280,10433,3,887,2075 -"243705",104280,10871,2,887,2314 -"243706",104280,11103,3,887,2393 -"243707",104280,11310,3,887,957 -"243708",104280,11434,2,887,1187 -"243709",104280,11516,3,887,1937 -"243710",104280,11976,3,887,1727 -"243711",104280,12199,3,887,1651 -"243712",104280,13573,3,887,2774 -"243713",104280,13837,3,887,1604 -"243714",104280,17645,3,887,1918 -"243715",104280,17698,3,887,1559 -"243716",104280,19322,3,887,2048 -"243717",104280,19335,3,887,1729 -"243718",104280,19516,3,887,2313 -"243719",104280,19637,3,887,1229 -"243720",104280,19751,2,887,1630 -"243721",104280,20355,3,887,2111 -"243722",104280,21563,3,887,1138 -"243723",104280,21681,3,887,2005 -"243724",104280,22567,3,887,2396 -"243725",104280,22586,3,887,1341 -"243726",104280,23132,2,887,2756 -"243727",104280,24568,3,887,1937 -"243728",104280,26322,3,887,1018 -"243729",104280,27390,3,887,2425 -"243730",104280,27628,3,887,2389 -"243731",104280,27694,3,887,2030 -"243732",104280,27837,3,887,1315 -"243733",104280,28115,3,887,1835 -"243734",104280,28432,3,887,1954 -"243735",104280,29117,3,887,1250 -"243736",104280,29930,3,887,2240 -"243737",104280,31050,3,887,1491 -"243738",104280,31124,3,887,2351 -"243739",104280,32947,2,887,1091 -"243740",104280,33834,3,887,1606 -"243741",104280,34160,3,887,1759 -"243742",104280,35302,2,887,1589 -"243743",104280,36574,3,887,2934 -"243744",104280,36651,2,887,1600 -"243745",104280,38213,3,887,1744 -"243746",104280,38467,3,887,1259 -"243747",104280,39189,3,887,2319 -"243748",104280,40383,3,887,2639 -"243749",104280,40698,2,887,1408 -"243750",104280,41446,3,887,1103 -"243751",104280,41739,3,887,1339 -"243752",104280,43941,3,887,1289 -"243753",104280,45608,3,887,2420 -"243754",104280,45633,3,887,2134 -"243755",104280,46532,3,887,2005 -"243756",104280,46726,3,887,943 -"243757",104280,49620,3,887,1868 -"243758",104280,52136,3,887,1412 -"243759",104280,52345,3,887,1430 -"243760",104280,57704,3,887,2076 -"243761",104280,59022,3,887,2494 -"243762",104280,62219,3,887,2494 -"243763",104280,62668,3,887,958 -"243764",104280,63409,2,887,1937 -"243765",104280,64181,3,887,1828 -"243766",104280,64997,3,887,2791 -"243767",104280,67314,3,887,1051 -"243768",104280,72530,2,887,992 -"243769",104280,73305,2,887,2544 -"243770",104280,73394,2,887,1606 -"243771",104280,73553,3,887,2726 -"243772",104280,74636,3,887,2525 -"243773",104280,76127,3,887,910 -"243774",104280,77811,3,887,1871 -"243775",104280,78037,1,887,1606 -"243776",104280,79804,3,887,2227 -"243777",104280,80219,3,887,988 -"243778",104280,80429,3,887,1927 -"243779",104280,82730,3,887,1492 -"243780",104280,83907,3,887,2056 -"243781",104280,85444,3,887,944 -"243782",104280,85875,3,887,957 -"243783",104280,88808,3,887,1462 -"243784",104280,92322,3,887,2393 -"243785",104280,98801,3,887,1035 -"243786",104280,101338,3,887,1319 -"243787",104280,107649,3,887,1573 -"243788",104281,14442,3,2228,2700 -"243789",104281,17768,3,2228,2468 -"243790",104289,1639,2,834,2631 -"243791",104289,2208,3,834,2814 -"243792",104289,2742,3,834,1192 -"243793",104289,4317,2,834,1224 -"243794",104289,10744,3,834,955 -"243795",104289,13043,3,834,1295 -"243796",104289,16518,3,834,2642 -"243797",104289,19926,3,834,2444 -"243798",104289,23825,3,834,1913 -"243799",104289,44557,3,834,2371 -"243800",104289,45776,3,834,1195 -"243801",104289,48289,3,834,2209 -"243802",104289,50275,3,834,2832 -"243803",104289,52154,3,834,1722 -"243804",104289,60624,3,834,1570 -"243805",104289,119208,3,834,2646 -"243806",104306,2221,3,1665,2092 -"243807",104306,2759,3,1665,2030 -"243808",104306,4730,3,1665,2131 -"243809",104306,6824,3,1665,2680 -"243810",104306,7269,3,1665,1728 -"243811",104306,7433,3,1665,2255 -"243812",104306,9861,3,1665,2680 -"243813",104306,10495,3,1665,2230 -"243814",104306,10638,2,1665,2692 -"243815",104306,11506,2,1665,2824 -"243816",104306,16594,3,1665,1755 -"243817",104306,18571,3,1665,2128 -"243818",104306,18943,2,1665,2861 -"243819",104306,20007,2,1665,2971 -"243820",104306,20432,3,1665,1727 -"243821",104306,21180,3,1665,2762 -"243822",104306,21463,3,1665,2437 -"243823",104306,27783,3,1665,2302 -"243824",104306,31164,2,1665,1996 -"243825",104306,32449,2,1665,2091 -"243826",104306,34162,3,1665,2336 -"243827",104306,36136,3,1665,2338 -"243828",104306,39105,3,1665,2487 -"243829",104306,41978,3,1665,2824 -"243830",104306,46951,3,1665,2429 -"243831",104306,53013,3,1665,2523 -"243832",104306,55604,3,1665,2342 -"243833",104306,56275,3,1665,2152 -"243834",104306,56338,2,1665,1818 -"243835",104306,59039,3,1665,2870 -"243836",104306,60979,3,1665,1758 -"243837",104306,66911,2,1665,1920 -"243838",104306,69335,3,1665,2698 -"243839",104306,76132,3,1665,2426 -"243840",104306,76675,3,1665,1840 -"243841",104310,386,3,649,1553 -"243842",104310,3484,3,649,1515 -"243843",104310,6234,3,649,2654 -"243844",104310,23493,1,649,706 -"243845",104310,86697,2,649,1985 -"243846",104310,94495,3,649,989 -"243847",104319,3235,3,536,799 -"243848",104319,3456,3,536,1999 -"243849",104319,7942,3,536,2623 -"243850",104319,8865,3,536,2394 -"243851",104319,11728,3,536,1121 -"243852",104319,11990,3,536,1909 -"243853",104319,12067,2,536,1213 -"243854",104319,15826,3,536,2772 -"243855",104319,17645,3,536,1918 -"243856",104319,19433,3,536,2504 -"243857",104319,27908,3,536,2576 -"243858",104319,29267,3,536,1234 -"243859",104319,30609,3,536,988 -"243860",104319,38259,3,536,2258 -"243861",104319,38513,3,536,914 -"243862",104319,38816,3,536,1225 -"243863",104319,39062,3,536,2020 -"243864",104319,46486,3,536,1868 -"243865",104319,46532,3,536,2005 -"243866",104319,46726,3,536,943 -"243867",104319,52483,3,536,2317 -"243868",104319,62668,3,536,958 -"243869",104319,72882,3,536,1330 -"243870",104319,83253,2,536,1102 -"243871",104319,90674,3,536,621 -"243872",104319,107052,3,536,2158 -"243873",104344,5971,3,172,1985 -"243874",104344,11817,3,172,600 -"243875",104344,11966,3,172,2385 -"243876",104344,12374,3,172,2260 -"243877",104344,14855,3,172,903 -"243878",104344,21571,3,172,2755 -"243879",104344,22566,3,172,2308 -"243880",104344,32017,3,172,577 -"243881",104344,32131,3,172,1035 -"243882",104344,37800,3,172,604 -"243883",104344,39865,3,172,849 -"243884",104344,40028,3,172,1349 -"243885",104344,40072,3,172,1182 -"243886",104344,44521,3,172,1593 -"243887",104344,59939,3,172,936 -"243888",104344,91912,3,172,790 -"243889",104344,109663,3,172,545 -"243890",104362,44819,3,286,2063 -"243891",104362,102824,3,286,2944 -"243892",104409,5937,3,650,2392 -"243893",104409,14212,3,650,857 -"243894",104409,18645,3,650,793 -"243895",104409,19002,3,650,2053 -"243896",104409,61784,2,650,754 -"243897",104409,113333,3,650,1018 -"243898",104508,32694,3,1313,1602 -"243899",104542,3100,3,897,2524 -"243900",104542,3403,3,897,2951 -"243901",104542,3520,3,897,2281 -"243902",104542,3786,3,897,2282 -"243903",104542,6071,3,897,2310 -"243904",104542,6562,3,897,1139 -"243905",104542,9912,3,897,1356 -"243906",104542,11135,2,897,2441 -"243907",104542,12031,3,897,1957 -"243908",104542,15502,3,897,2637 -"243909",104542,15916,3,897,1236 -"243910",104542,19687,1,897,2072 -"243911",104542,21352,3,897,1604 -"243912",104542,21976,2,897,1808 -"243913",104542,23639,1,897,2065 -"243914",104542,23731,3,897,1656 -"243915",104542,24116,2,897,1413 -"243916",104542,25270,2,897,985 -"243917",104542,25286,2,897,1545 -"243918",104542,25886,3,897,1580 -"243919",104542,26567,2,897,1158 -"243920",104542,28567,2,897,2398 -"243921",104542,34055,3,897,1881 -"243922",104542,34334,3,897,1637 -"243923",104542,42486,3,897,1951 -"243924",104542,45487,3,897,2256 -"243925",104542,47330,2,897,2422 -"243926",104542,47827,3,897,1957 -"243927",104542,49147,3,897,2539 -"243928",104542,51448,3,897,1593 -"243929",104542,55436,3,897,2513 -"243930",104542,56212,3,897,1410 -"243931",104542,56673,2,897,2419 -"243932",104542,56726,3,897,969 -"243933",104542,62498,3,897,1698 -"243934",104542,65223,3,897,2724 -"243935",104542,78460,2,897,985 -"243936",104542,79236,2,897,1505 -"243937",104542,79404,3,897,1079 -"243938",104542,80061,3,897,1223 -"243939",104542,80896,3,897,943 -"243940",104542,81134,2,897,1384 -"243941",104542,83133,3,897,1055 -"243942",104542,85264,3,897,1236 -"243943",104542,91772,3,897,2233 -"243944",104542,92381,2,897,1237 -"243945",104542,92947,3,897,1289 -"243946",104542,93317,3,897,1223 -"243947",104542,93670,3,897,1682 -"243948",104542,97240,3,897,1027 -"243949",104542,99955,3,897,1223 -"243950",104542,106554,2,897,1270 -"243951",104542,116792,3,897,2397 -"243952",104565,5120,2,2693,2735 -"243953",104565,16866,3,2693,2718 -"243954",104593,68831,3,1049,1446 -"243955",104593,85153,1,1049,1163 -"243956",104593,94138,3,1049,1939 -"243957",104611,9432,3,1623,1693 -"243958",104611,15799,3,1623,1917 -"243959",104659,9727,3,2026,2327 -"243960",104659,11135,2,2026,2441 -"243961",104659,14754,3,2026,2456 -"243962",104659,15502,2,2026,2637 -"243963",104659,19687,3,2026,2072 -"243964",104659,19972,3,2026,2078 -"243965",104659,23639,3,2026,2065 -"243966",104659,29824,3,2026,2772 -"243967",104659,45487,3,2026,2256 -"243968",104659,61513,3,2026,2948 -"243969",104659,76604,3,2026,2590 -"243970",104694,35919,3,647,663 -"243971",104711,270,3,410,2542 -"243972",104711,512,3,410,1596 -"243973",104711,1124,3,410,1596 -"243974",104711,1592,3,410,2006 -"243975",104711,1691,3,410,1941 -"243976",104711,2011,2,410,2176 -"243977",104711,5018,2,410,640 -"243978",104711,5258,2,410,2730 -"243979",104711,5716,3,410,1058 -"243980",104711,5971,3,410,1985 -"243981",104711,6222,3,410,1949 -"243982",104711,6252,3,410,2336 -"243983",104711,6264,3,410,749 -"243984",104711,6390,3,410,2385 -"243985",104711,6417,3,410,1675 -"243986",104711,8537,3,410,472 -"243987",104711,8657,3,410,2473 -"243988",104711,9511,3,410,1232 -"243989",104711,10488,3,410,1524 -"243990",104711,11817,3,410,600 -"243991",104711,13248,3,410,1385 -"243992",104711,13837,3,410,1604 -"243993",104711,14108,1,410,2012 -"243994",104711,14731,3,410,2012 -"243995",104711,14983,3,410,1047 -"243996",104711,15402,3,410,1281 -"243997",104711,15808,3,410,1521 -"243998",104711,18502,2,410,1033 -"243999",104711,18543,2,410,2968 -"244000",104711,19332,3,410,1214 -"244001",104711,20407,3,410,2339 -"244002",104711,21133,3,410,1320 -"244003",104711,21617,3,410,516 -"244004",104711,23403,3,410,607 -"244005",104711,23492,3,410,1067 -"244006",104711,23725,3,410,2378 -"244007",104711,25565,2,410,2764 -"244008",104711,26873,3,410,419 -"244009",104711,27112,3,410,500 -"244010",104711,27275,3,410,2656 -"244011",104711,28808,3,410,1063 -"244012",104711,29170,3,410,1846 -"244013",104711,29948,3,410,2795 -"244014",104711,30411,3,410,630 -"244015",104711,31436,3,410,2892 -"244016",104711,33621,3,410,1319 -"244017",104711,34158,3,410,2639 -"244018",104711,34314,2,410,630 -"244019",104711,34934,3,410,645 -"244020",104711,34945,3,410,1298 -"244021",104711,35041,3,410,1311 -"244022",104711,35673,3,410,1067 -"244023",104711,36439,3,410,2469 -"244024",104711,37509,3,410,1640 -"244025",104711,38213,3,410,1744 -"244026",104711,38259,3,410,2258 -"244027",104711,38676,3,410,2286 -"244028",104711,39294,3,410,1889 -"244029",104711,40028,3,410,1349 -"244030",104711,40226,3,410,880 -"244031",104711,40488,3,410,486 -"244032",104711,41085,3,410,637 -"244033",104711,43046,3,410,419 -"244034",104711,43173,3,410,2895 -"244035",104711,43226,3,410,2442 -"244036",104711,44427,3,410,2875 -"244037",104711,45684,3,410,2200 -"244038",104711,46196,3,410,1510 -"244039",104711,46621,3,410,1343 -"244040",104711,47064,3,410,1993 -"244041",104711,47248,3,410,2883 -"244042",104711,47585,3,410,794 -"244043",104711,49300,3,410,515 -"244044",104711,49620,3,410,1868 -"244045",104711,50235,2,410,726 -"244046",104711,50236,3,410,2339 -"244047",104711,52136,3,410,1412 -"244048",104711,52323,3,410,2148 -"244049",104711,52327,3,410,1472 -"244050",104711,52735,3,410,1124 -"244051",104711,53252,3,410,637 -"244052",104711,56082,3,410,2395 -"244053",104711,57990,2,410,978 -"244054",104711,59939,3,410,936 -"244055",104711,61689,3,410,1309 -"244056",104711,61785,3,410,822 -"244057",104711,62062,3,410,860 -"244058",104711,69122,3,410,416 -"244059",104711,70838,3,410,687 -"244060",104711,71274,3,410,2390 -"244061",104711,74636,3,410,2525 -"244062",104711,75025,3,410,717 -"244063",104711,75921,3,410,517 -"244064",104711,76127,3,410,910 -"244065",104711,76192,2,410,912 -"244066",104711,78569,3,410,578 -"244067",104711,79364,3,410,834 -"244068",104711,79657,3,410,1260 -"244069",104711,82401,3,410,1210 -"244070",104711,84612,3,410,2175 -"244071",104711,88232,3,410,2881 -"244072",104711,92491,3,410,1968 -"244073",104711,92592,2,410,486 -"244074",104711,93398,3,410,828 -"244075",104711,97674,2,410,1912 -"244076",104711,97824,3,410,1229 -"244077",104711,99953,3,410,581 -"244078",104711,100215,3,410,2436 -"244079",104711,101598,3,410,781 -"244080",104711,101967,3,410,691 -"244081",104711,102731,3,410,630 -"244082",104711,105207,3,410,451 -"244083",104711,109506,3,410,458 -"244084",104711,109663,3,410,545 -"244085",104711,111576,3,410,458 -"244086",104758,67252,3,255,1215 -"244087",104758,82046,2,255,748 -"244088",104828,4066,3,1609,1736 -"244089",104828,4361,3,1609,2571 -"244090",104828,5363,3,1609,1791 -"244091",104828,5962,2,1609,2491 -"244092",104828,6119,2,1609,2358 -"244093",104828,7997,3,1609,2049 -"244094",104828,8062,3,1609,2858 -"244095",104828,8607,3,1609,1685 -"244096",104828,10336,1,1609,2271 -"244097",104828,11029,2,1609,2362 -"244098",104828,11563,3,1609,1863 -"244099",104828,16286,2,1609,2470 -"244100",104828,17826,3,1609,2920 -"244101",104828,19751,3,1609,1630 -"244102",104828,25373,3,1609,2783 -"244103",104828,27908,3,1609,2576 -"244104",104828,31700,3,1609,2727 -"244105",104828,32311,3,1609,2396 -"244106",104828,32988,3,1609,2008 -"244107",104828,34831,3,1609,1866 -"244108",104828,34870,3,1609,1873 -"244109",104828,37036,2,1609,2264 -"244110",104828,41969,3,1609,2189 -"244111",104828,46532,3,1609,2005 -"244112",104828,51360,2,1609,1882 -"244113",104828,51879,3,1609,1771 -"244114",104828,60879,3,1609,2792 -"244115",104828,60952,3,1609,2076 -"244116",104828,70070,3,1609,2425 -"244117",104828,80527,3,1609,1664 -"244118",104828,82819,3,1609,1900 -"244119",104828,82932,3,1609,2245 -"244120",104843,5937,3,1167,2392 -"244121",104843,6234,3,1167,2654 -"244122",104843,7499,3,1167,1803 -"244123",104843,11868,3,1167,1639 -"244124",104843,13671,3,1167,1371 -"244125",104843,15150,3,1167,2801 -"244126",104843,15558,2,1167,2389 -"244127",104843,16524,3,1167,1556 -"244128",104843,16969,3,1167,1917 -"244129",104843,18821,3,1167,2075 -"244130",104843,19002,3,1167,2053 -"244131",104843,20011,3,1167,2826 -"244132",104843,23728,3,1167,2601 -"244133",104843,29775,3,1167,2064 -"244134",104843,34576,3,1167,1727 -"244135",104843,48585,3,1167,2063 -"244136",104843,82246,3,1167,1538 -"244137",104843,96700,3,1167,1602 -"244138",104902,10592,3,147,859 -"244139",104929,19358,2,238,880 -"244140",104929,32070,3,238,950 -"244141",104929,46568,3,238,822 -"244142",104929,54737,3,238,326 -"244143",104929,56168,3,238,1466 -"244144",104929,104161,3,238,613 -"244145",105063,135,2,1908,2233 -"244146",105063,145,3,1908,1998 -"244147",105063,455,2,1908,2827 -"244148",105063,470,2,1908,2285 -"244149",105063,913,2,1908,2144 -"244150",105063,1136,3,1908,2536 -"244151",105063,1691,3,1908,1941 -"244152",105063,3164,3,1908,2693 -"244153",105063,3966,3,1908,2425 -"244154",105063,4084,2,1908,2133 -"244155",105063,4191,3,1908,2130 -"244156",105063,6030,3,1908,2953 -"244157",105063,6390,3,1908,2385 -"244158",105063,6428,3,1908,1952 -"244159",105063,6491,3,1908,2424 -"244160",105063,7245,3,1908,2089 -"244161",105063,7515,3,1908,2737 -"244162",105063,7847,2,1908,2424 -"244163",105063,10373,3,1908,2436 -"244164",105063,10433,2,1908,2075 -"244165",105063,11516,3,1908,1937 -"244166",105063,11966,3,1908,2385 -"244167",105063,12602,3,1908,1956 -"244168",105063,14731,3,1908,2012 -"244169",105063,14972,3,1908,2332 -"244170",105063,15301,3,1908,2308 -"244171",105063,17413,3,1908,2230 -"244172",105063,19072,3,1908,2358 -"244173",105063,20292,3,1908,2755 -"244174",105063,21571,3,1908,2755 -"244175",105063,22566,2,1908,2308 -"244176",105063,23132,3,1908,2756 -"244177",105063,23705,1,1908,2699 -"244178",105063,24448,3,1908,2289 -"244179",105063,24568,2,1908,1937 -"244180",105063,25129,3,1908,2647 -"244181",105063,27275,3,1908,2656 -"244182",105063,27390,3,1908,2425 -"244183",105063,27628,3,1908,2389 -"244184",105063,28050,3,1908,1955 -"244185",105063,28101,2,1908,1949 -"244186",105063,28168,3,1908,2702 -"244187",105063,29308,3,1908,2094 -"244188",105063,29930,3,1908,2240 -"244189",105063,30052,3,1908,2855 -"244190",105063,31235,3,1908,2668 -"244191",105063,33622,3,1908,2230 -"244192",105063,34509,3,1908,1973 -"244193",105063,40369,3,1908,2735 -"244194",105063,43173,3,1908,2895 -"244195",105063,43226,3,1908,2442 -"244196",105063,43566,3,1908,2730 -"244197",105063,45633,3,1908,2134 -"244198",105063,47248,3,1908,2883 -"244199",105063,50685,3,1908,2008 -"244200",105063,51017,3,1908,2073 -"244201",105063,55139,3,1908,2323 -"244202",105063,55156,3,1908,2196 -"244203",105063,58284,3,1908,2292 -"244204",105063,63409,2,1908,1937 -"244205",105063,64997,2,1908,2791 -"244206",105063,66413,1,1908,2507 -"244207",105063,73305,3,1908,2544 -"244208",105063,78563,3,1908,2385 -"244209",105077,5864,3,920,1197 -"244210",105077,12084,3,920,1960 -"244211",105077,14772,2,920,2386 -"244212",105077,15244,3,920,1600 -"244213",105077,20469,3,920,2125 -"244214",105077,23301,3,920,1611 -"244215",105077,28090,3,920,1755 -"244216",105077,32849,3,920,975 -"244217",105077,41004,2,920,2561 -"244218",105077,42175,3,920,1594 -"244219",105077,46602,2,920,2786 -"244220",105077,51516,3,920,1361 -"244221",105077,60966,3,920,2734 -"244222",105077,68215,3,920,2727 -"244223",105077,68888,3,920,2786 -"244224",105077,104195,2,920,1187 -"244225",105100,2269,3,633,984 -"244226",105100,3186,3,633,919 -"244227",105100,4567,3,633,2348 -"244228",105100,18825,2,633,1240 -"244229",105100,19093,3,633,2224 -"244230",105100,23825,3,633,1913 -"244231",105100,27377,3,633,1724 -"244232",105100,30095,3,633,1578 -"244233",105100,33672,3,633,2396 -"244234",105100,40129,3,633,2162 -"244235",105100,41837,3,633,2399 -"244236",105100,70605,3,633,1176 -"244237",105117,733,3,809,1653 -"244238",105117,2208,3,809,2814 -"244239",105117,3583,3,809,818 -"244240",105117,4317,3,809,1224 -"244241",105117,4567,3,809,2348 -"244242",105117,5515,3,809,2385 -"244243",105117,7759,3,809,2844 -"244244",105117,7834,3,809,1708 -"244245",105117,7847,3,809,2424 -"244246",105117,8712,2,809,1153 -"244247",105117,9311,3,809,2477 -"244248",105117,10843,3,809,2277 -"244249",105117,15700,3,809,1712 -"244250",105117,16164,3,809,1184 -"244251",105117,16608,3,809,1769 -"244252",105117,17502,3,809,869 -"244253",105117,18825,3,809,1240 -"244254",105117,20124,3,809,2376 -"244255",105117,22050,2,809,966 -"244256",105117,22543,2,809,1594 -"244257",105117,22857,3,809,1708 -"244258",105117,23112,3,809,1192 -"244259",105117,23825,2,809,1913 -"244260",105117,24755,3,809,1319 -"244261",105117,26659,3,809,903 -"244262",105117,27001,3,809,1761 -"244263",105117,28193,3,809,1032 -"244264",105117,30095,3,809,1578 -"244265",105117,30334,3,809,2075 -"244266",105117,32606,3,809,2100 -"244267",105117,36514,3,809,1192 -"244268",105117,37636,3,809,2178 -"244269",105117,38055,3,809,1089 -"244270",105117,40392,3,809,1878 -"244271",105117,50946,3,809,1075 -"244272",105117,51783,3,809,2599 -"244273",105117,52043,2,809,977 -"244274",105117,56082,3,809,2395 -"244275",105117,60624,3,809,1570 -"244276",105117,66756,3,809,1301 -"244277",105117,67150,3,809,2633 -"244278",105117,69250,3,809,1439 -"244279",105117,69745,3,809,1594 -"244280",105117,76999,3,809,908 -"244281",105117,79627,3,809,2409 -"244282",105117,80219,3,809,988 -"244283",105117,87144,3,809,2299 -"244284",105117,90013,3,809,1461 -"244285",105127,11602,3,207,1493 -"244286",105127,25530,3,207,2884 -"244287",105127,31797,3,207,1501 -"244288",105207,206,3,451,1986 -"244289",105207,312,3,451,2038 -"244290",105207,913,3,451,2144 -"244291",105207,1036,3,451,1367 -"244292",105207,1092,3,451,1945 -"244293",105207,1592,3,451,2006 -"244294",105207,1691,2,451,1941 -"244295",105207,1985,3,451,888 -"244296",105207,2011,3,451,2176 -"244297",105207,2208,3,451,2814 -"244298",105207,2684,2,451,2874 -"244299",105207,3144,3,451,869 -"244300",105207,4317,3,451,1224 -"244301",105207,4932,3,451,2752 -"244302",105207,5018,3,451,640 -"244303",105207,5258,2,451,2730 -"244304",105207,5296,3,451,820 -"244305",105207,5429,3,451,1991 -"244306",105207,6252,3,451,2336 -"244307",105207,6390,2,451,2385 -"244308",105207,7233,3,451,572 -"244309",105207,7672,3,451,1974 -"244310",105207,8011,3,451,889 -"244311",105207,8537,3,451,472 -"244312",105207,8657,3,451,2473 -"244313",105207,8762,3,451,2585 -"244314",105207,9511,3,451,1232 -"244315",105207,9805,3,451,1621 -"244316",105207,10401,3,451,863 -"244317",105207,10528,3,451,502 -"244318",105207,11055,2,451,2111 -"244319",105207,11351,3,451,2971 -"244320",105207,11620,3,451,2010 -"244321",105207,12199,3,451,1651 -"244322",105207,12462,3,451,1461 -"244323",105207,13451,3,451,1174 -"244324",105207,13945,3,451,1324 -"244325",105207,14072,3,451,1346 -"244326",105207,14108,3,451,2012 -"244327",105207,14983,3,451,1047 -"244328",105207,16201,3,451,1811 -"244329",105207,17434,3,451,1642 -"244330",105207,18502,2,451,1033 -"244331",105207,18543,1,451,2968 -"244332",105207,19248,3,451,2357 -"244333",105207,19332,2,451,1214 -"244334",105207,19718,3,451,1702 -"244335",105207,19882,3,451,565 -"244336",105207,19937,3,451,1587 -"244337",105207,20311,3,451,1981 -"244338",105207,20407,3,451,2339 -"244339",105207,20715,3,451,1312 -"244340",105207,21133,3,451,1320 -"244341",105207,22586,3,451,1341 -"244342",105207,23403,3,451,607 -"244343",105207,23787,3,451,2810 -"244344",105207,24198,3,451,2217 -"244345",105207,24753,3,451,2860 -"244346",105207,25565,3,451,2764 -"244347",105207,26106,3,451,2015 -"244348",105207,26342,3,451,527 -"244349",105207,27275,3,451,2656 -"244350",105207,27501,3,451,1981 -"244351",105207,28592,3,451,2320 -"244352",105207,28808,3,451,1063 -"244353",105207,29224,3,451,2011 -"244354",105207,29750,3,451,689 -"244355",105207,29918,3,451,1953 -"244356",105207,29948,3,451,2795 -"244357",105207,30180,3,451,590 -"244358",105207,30411,3,451,630 -"244359",105207,30602,3,451,960 -"244360",105207,31001,3,451,2119 -"244361",105207,31235,3,451,2668 -"244362",105207,31696,3,451,1595 -"244363",105207,32503,3,451,2020 -"244364",105207,33572,3,451,2370 -"244365",105207,33622,3,451,2230 -"244366",105207,34314,2,451,630 -"244367",105207,34588,3,451,985 -"244368",105207,34945,3,451,1298 -"244369",105207,35041,3,451,1311 -"244370",105207,36439,3,451,2469 -"244371",105207,37509,2,451,1640 -"244372",105207,37628,3,451,819 -"244373",105207,38213,3,451,1744 -"244374",105207,38259,3,451,2258 -"244375",105207,38667,3,451,2880 -"244376",105207,39556,3,451,2747 -"244377",105207,40264,3,451,1418 -"244378",105207,40488,3,451,486 -"244379",105207,40931,3,451,2301 -"244380",105207,40954,3,451,2603 -"244381",105207,41085,2,451,637 -"244382",105207,43173,3,451,2895 -"244383",105207,43226,3,451,2442 -"244384",105207,43635,2,451,1196 -"244385",105207,44427,2,451,2875 -"244386",105207,45545,3,451,1776 -"244387",105207,46621,2,451,1343 -"244388",105207,47064,3,451,1993 -"244389",105207,47248,3,451,2883 -"244390",105207,47435,3,451,878 -"244391",105207,47585,2,451,794 -"244392",105207,48754,3,451,1972 -"244393",105207,49300,2,451,515 -"244394",105207,49620,3,451,1868 -"244395",105207,50235,3,451,726 -"244396",105207,50685,3,451,2008 -"244397",105207,51572,3,451,912 -"244398",105207,52136,3,451,1412 -"244399",105207,52323,3,451,2148 -"244400",105207,52327,3,451,1472 -"244401",105207,52735,3,451,1124 -"244402",105207,53252,3,451,637 -"244403",105207,55139,3,451,2323 -"244404",105207,55156,3,451,2196 -"244405",105207,55880,3,451,626 -"244406",105207,56116,3,451,1321 -"244407",105207,57732,3,451,2454 -"244408",105207,57990,3,451,978 -"244409",105207,58284,3,451,2292 -"244410",105207,61689,2,451,1309 -"244411",105207,61785,2,451,822 -"244412",105207,62602,3,451,1172 -"244413",105207,64181,3,451,1828 -"244414",105207,64533,3,451,1446 -"244415",105207,68055,3,451,1236 -"244416",105207,69067,3,451,626 -"244417",105207,69257,3,451,1402 -"244418",105207,69447,3,451,1197 -"244419",105207,71274,2,451,2390 -"244420",105207,72571,3,451,1175 -"244421",105207,74636,3,451,2525 -"244422",105207,75025,2,451,717 -"244423",105207,75921,3,451,517 -"244424",105207,76127,3,451,910 -"244425",105207,76192,3,451,912 -"244426",105207,78416,3,451,630 -"244427",105207,78563,3,451,2385 -"244428",105207,78569,3,451,578 -"244429",105207,79364,2,451,834 -"244430",105207,79657,2,451,1260 -"244431",105207,81895,3,451,1634 -"244432",105207,82401,2,451,1210 -"244433",105207,84426,3,451,1301 -"244434",105207,84612,3,451,2175 -"244435",105207,88232,3,451,2881 -"244436",105207,88966,3,451,1568 -"244437",105207,89880,3,451,1938 -"244438",105207,92592,2,451,486 -"244439",105207,93398,3,451,828 -"244440",105207,95288,3,451,1602 -"244441",105207,97275,3,451,731 -"244442",105207,97674,3,451,1912 -"244443",105207,97824,3,451,1229 -"244444",105207,99152,3,451,1698 -"244445",105207,99953,3,451,581 -"244446",105207,100215,3,451,2436 -"244447",105207,100432,2,451,1358 -"244448",105207,101347,3,451,1335 -"244449",105207,101967,2,451,691 -"244450",105207,102360,3,451,796 -"244451",105207,102400,3,451,1761 -"244452",105207,102731,3,451,630 -"244453",105207,106318,3,451,1698 -"244454",105207,106555,3,451,1626 -"244455",105207,108430,3,451,1642 -"244456",105207,108709,2,451,462 -"244457",105207,109506,3,451,458 -"244458",105233,357,3,1199,2327 -"244459",105233,499,3,1199,1931 -"244460",105233,543,3,1199,2203 -"244461",105233,669,3,1199,1423 -"244462",105233,1777,3,1199,1965 -"244463",105233,2036,3,1199,2483 -"244464",105233,2063,3,1199,1278 -"244465",105233,2754,2,1199,1360 -"244466",105233,3167,2,1199,1676 -"244467",105233,3242,3,1199,1730 -"244468",105233,3830,3,1199,1661 -"244469",105233,4191,3,1199,2130 -"244470",105233,4366,3,1199,1726 -"244471",105233,5462,3,1199,2374 -"244472",105233,5504,3,1199,2389 -"244473",105233,8621,3,1199,1681 -"244474",105233,8700,3,1199,1270 -"244475",105233,10859,3,1199,2231 -"244476",105233,13945,3,1199,1324 -"244477",105233,14189,3,1199,1483 -"244478",105233,15184,3,1199,2396 -"244479",105233,18735,3,1199,1581 -"244480",105233,19027,3,1199,2721 -"244481",105233,19568,3,1199,2302 -"244482",105233,20563,3,1199,2267 -"244483",105233,23508,3,1199,1907 -"244484",105233,24362,3,1199,1287 -"244485",105233,24923,3,1199,2785 -"244486",105233,27478,3,1199,2485 -"244487",105233,28892,2,1199,2023 -"244488",105233,31799,2,1199,2547 -"244489",105233,32516,3,1199,2050 -"244490",105233,32988,3,1199,2008 -"244491",105233,34836,3,1199,2302 -"244492",105233,35256,3,1199,2271 -"244493",105233,38449,3,1199,1802 -"244494",105233,41747,3,1199,1722 -"244495",105233,42505,3,1199,2008 -"244496",105233,46391,3,1199,1779 -"244497",105233,47082,3,1199,1990 -"244498",105233,51410,3,1199,2739 -"244499",105233,53031,3,1199,2065 -"244500",105233,54100,3,1199,1327 -"244501",105233,55139,3,1199,2323 -"244502",105233,58035,3,1199,1646 -"244503",105233,61719,2,1199,1515 -"244504",105233,63770,3,1199,1324 -"244505",105233,65029,3,1199,2954 -"244506",105233,72334,3,1199,2820 -"244507",105233,72468,3,1199,2292 -"244508",105233,82767,3,1199,1641 -"244509",105233,93615,3,1199,2386 -"244510",105233,93752,3,1199,1368 -"244511",105233,97160,3,1199,1215 -"244512",105253,3559,3,476,2413 -"244513",105253,4622,3,476,1589 -"244514",105253,4968,3,476,1586 -"244515",105253,19667,3,476,1466 -"244516",105253,20547,3,476,2145 -"244517",105253,20739,3,476,2025 -"244518",105253,20921,2,476,723 -"244519",105253,25518,3,476,1955 -"244520",105253,29100,2,476,843 -"244521",105253,31357,3,476,2389 -"244522",105253,38602,3,476,2693 -"244523",105253,39893,3,476,1601 -"244524",105253,51399,3,476,934 -"244525",105253,52953,3,476,1741 -"244526",105253,54385,3,476,2340 -"244527",105253,55730,3,476,1217 -"244528",105253,55997,2,476,1414 -"244529",105253,63104,3,476,2149 -"244530",105253,63631,3,476,763 -"244531",105253,76135,3,476,593 -"244532",105253,76295,3,476,1001 -"244533",105253,79874,3,476,1570 -"244534",105253,80615,3,476,2252 -"244535",105253,83598,2,476,619 -"244536",105253,84808,3,476,1974 -"244537",105253,94513,3,476,1102 -"244538",105253,110871,3,476,2879 -"244539",105255,8890,3,297,1955 -"244540",105255,18217,3,297,1566 -"244541",105255,30668,3,297,2882 -"244542",105255,30669,2,297,1921 -"244543",105255,34742,3,297,1883 -"244544",105262,2407,3,223,1725 -"244545",105262,3669,3,223,2524 -"244546",105262,4913,2,223,292 -"244547",105262,5414,3,223,2321 -"244548",105262,7126,3,223,1261 -"244549",105262,9727,3,223,2327 -"244550",105262,9808,3,223,1648 -"244551",105262,11135,3,223,2441 -"244552",105262,14957,3,223,2306 -"244553",105262,15502,3,223,2637 -"244554",105262,15891,2,223,589 -"244555",105262,16866,3,223,2718 -"244556",105262,18865,3,223,2676 -"244557",105262,18954,2,223,2364 -"244558",105262,18992,3,223,243 -"244559",105262,20392,1,223,1309 -"244560",105262,20517,3,223,1465 -"244561",105262,23890,2,223,1810 -"244562",105262,24109,1,223,504 -"244563",105262,24761,3,223,2384 -"244564",105262,28914,2,223,580 -"244565",105262,29824,3,223,2772 -"244566",105262,31795,1,223,412 -"244567",105262,33562,2,223,1979 -"244568",105262,33955,2,223,1178 -"244569",105262,33961,2,223,1269 -"244570",105262,36577,3,223,958 -"244571",105262,48879,3,223,1524 -"244572",105262,50476,3,223,1641 -"244573",105262,51448,3,223,1593 -"244574",105262,53498,2,223,1967 -"244575",105262,59347,3,223,1926 -"244576",105262,63395,3,223,2334 -"244577",105262,63555,2,223,1290 -"244578",105262,65007,3,223,2530 -"244579",105262,69215,1,223,1591 -"244580",105262,72827,3,223,1359 -"244581",105262,80680,2,223,2403 -"244582",105262,83133,3,223,1055 -"244583",105262,94339,3,223,2768 -"244584",105262,105867,2,223,1641 -"244585",105262,108872,1,223,1810 -"244586",105262,110659,1,223,515 -"244587",105262,115966,3,223,2349 -"244588",105353,13158,3,2073,2667 -"244589",105353,13479,3,2073,2155 -"244590",105400,782,3,290,945 -"244591",105400,5568,3,290,1290 -"244592",105400,23430,3,290,904 -"244593",105400,30164,3,290,404 -"244594",105400,41953,3,290,945 -"244595",105400,55091,3,290,546 -"244596",105400,55892,3,290,1234 -"244597",105400,81584,2,290,1616 -"244598",105400,93332,3,290,982 -"244599",105419,1203,3,855,1350 -"244600",105419,11424,3,855,1631 -"244601",105419,13079,2,855,2547 -"244602",105419,34094,2,855,1360 -"244603",105435,3158,3,684,2762 -"244604",105435,4634,3,684,2291 -"244605",105435,8463,3,684,2466 -"244606",105435,10990,3,684,805 -"244607",105435,12632,3,684,1174 -"244608",105435,12966,2,684,2011 -"244609",105435,13595,3,684,1164 -"244610",105435,14212,2,684,857 -"244611",105435,14490,3,684,2291 -"244612",105435,14957,3,684,2306 -"244613",105435,15782,3,684,2306 -"244614",105435,16963,3,684,1999 -"244615",105435,22357,3,684,1397 -"244616",105435,26597,3,684,2070 -"244617",105435,36440,3,684,704 -"244618",105435,36478,2,684,2808 -"244619",105435,41350,3,684,1935 -"244620",105435,41489,3,684,2006 -"244621",105435,42390,3,684,2937 -"244622",105435,44132,3,684,1999 -"244623",105435,45297,3,684,1864 -"244624",105435,49142,1,684,2289 -"244625",105435,51505,2,684,1572 -"244626",105435,52386,2,684,1830 -"244627",105435,64803,3,684,841 -"244628",105435,65375,3,684,824 -"244629",105435,66368,2,684,2413 -"244630",105435,67289,2,684,829 -"244631",105435,68884,1,684,1011 -"244632",105435,69260,2,684,1698 -"244633",105435,69732,3,684,732 -"244634",105435,82217,3,684,2441 -"244635",105435,84235,3,684,1639 -"244636",105435,88984,3,684,935 -"244637",105435,96332,2,684,1197 -"244638",105435,122938,2,684,1023 -"244639",105483,47440,2,1679,2234 -"244640",105487,60867,3,667,2689 -"244641",105551,19073,3,2623,2748 -"244642",105602,307,3,434,2530 -"244643",105602,325,3,434,495 -"244644",105602,380,3,434,2261 -"244645",105602,913,3,434,2144 -"244646",105602,1044,3,434,880 -"244647",105602,1639,3,434,2631 -"244648",105602,1826,3,434,924 -"244649",105602,2424,3,434,2582 -"244650",105602,3306,3,434,1989 -"244651",105602,3716,3,434,1679 -"244652",105602,3801,3,434,1974 -"244653",105602,4164,3,434,588 -"244654",105602,4790,2,434,1025 -"244655",105602,4791,3,434,1184 -"244656",105602,5041,3,434,2371 -"244657",105602,6718,3,434,2138 -"244658",105602,8073,3,434,1847 -"244659",105602,8490,3,434,564 -"244660",105602,8529,3,434,1205 -"244661",105602,9364,2,434,1698 -"244662",105602,9474,3,434,864 -"244663",105602,10222,3,434,2212 -"244664",105602,10513,2,434,2284 -"244665",105602,11006,3,434,1950 -"244666",105602,11055,3,434,2111 -"244667",105602,11540,3,434,1237 -"244668",105602,11576,3,434,808 -"244669",105602,11620,3,434,2010 -"244670",105602,12863,3,434,2027 -"244671",105602,13905,3,434,452 -"244672",105602,14678,3,434,799 -"244673",105602,16332,2,434,2668 -"244674",105602,16940,2,434,1290 -"244675",105602,18415,3,434,2184 -"244676",105602,19096,3,434,1538 -"244677",105602,19248,3,434,2357 -"244678",105602,19719,3,434,2177 -"244679",105602,20124,3,434,2376 -"244680",105602,20287,3,434,1099 -"244681",105602,20975,1,434,1305 -"244682",105602,20988,2,434,455 -"244683",105602,21138,3,434,2849 -"244684",105602,21197,3,434,1437 -"244685",105602,21198,2,434,935 -"244686",105602,21285,3,434,2100 -"244687",105602,21617,3,434,516 -"244688",105602,21706,3,434,1988 -"244689",105602,22282,3,434,1418 -"244690",105602,22586,2,434,1341 -"244691",105602,23450,1,434,967 -"244692",105602,23729,3,434,1624 -"244693",105602,24755,3,434,1319 -"244694",105602,25027,3,434,564 -"244695",105602,26471,3,434,1061 -"244696",105602,26749,2,434,2965 -"244697",105602,27173,3,434,2050 -"244698",105602,27175,3,434,1447 -"244699",105602,27275,3,434,2656 -"244700",105602,27390,3,434,2425 -"244701",105602,27501,3,434,1981 -"244702",105602,27694,3,434,2030 -"244703",105602,28015,2,434,1624 -"244704",105602,29705,2,434,607 -"244705",105602,29750,3,434,689 -"244706",105602,30180,3,434,590 -"244707",105602,32601,3,434,1033 -"244708",105602,33949,3,434,2489 -"244709",105602,34836,3,434,2302 -"244710",105602,35095,3,434,1502 -"244711",105602,38019,3,434,1870 -"244712",105602,38780,3,434,2705 -"244713",105602,39238,2,434,922 -"244714",105602,41174,3,434,850 -"244715",105602,43051,3,434,904 -"244716",105602,43226,3,434,2442 -"244717",105602,43385,3,434,1623 -"244718",105602,44059,3,434,525 -"244719",105602,45608,3,434,2420 -"244720",105602,45660,3,434,618 -"244721",105602,46723,2,434,607 -"244722",105602,47772,2,434,2293 -"244723",105602,48414,3,434,1749 -"244724",105602,49512,3,434,1302 -"244725",105602,50219,2,434,756 -"244726",105602,50685,3,434,2008 -"244727",105602,51017,3,434,2073 -"244728",105602,52058,3,434,1836 -"244729",105602,52576,2,434,2234 -"244730",105602,54305,3,434,1222 -"244731",105602,55082,3,434,1856 -"244732",105602,55139,3,434,2323 -"244733",105602,55468,3,434,2511 -"244734",105602,56317,3,434,2030 -"244735",105602,56340,3,434,2060 -"244736",105602,57353,3,434,1849 -"244737",105602,57990,3,434,978 -"244738",105602,58508,3,434,2326 -"244739",105602,58652,3,434,1437 -"244740",105602,61982,3,434,2725 -"244741",105602,65007,3,434,2530 -"244742",105602,66860,3,434,1548 -"244743",105602,67719,3,434,2429 -"244744",105602,68043,3,434,690 -"244745",105602,69712,3,434,1219 -"244746",105602,70603,3,434,1002 -"244747",105602,71342,1,434,1289 -"244748",105602,72468,3,434,2292 -"244749",105602,72956,2,434,1251 -"244750",105602,73128,2,434,1549 -"244751",105602,75948,3,434,1006 -"244752",105602,76127,3,434,910 -"244753",105602,76284,3,434,1237 -"244754",105602,77305,2,434,965 -"244755",105602,79322,3,434,2770 -"244756",105602,79436,3,434,1344 -"244757",105602,80825,3,434,2315 -"244758",105602,81588,2,434,1568 -"244759",105602,82949,3,434,2077 -"244760",105602,87692,3,434,775 -"244761",105602,89097,2,434,935 -"244762",105602,89541,3,434,525 -"244763",105602,90573,3,434,878 -"244764",105602,90802,3,434,877 -"244765",105602,92220,2,434,607 -"244766",105602,98781,3,434,1410 -"244767",105602,101395,3,434,891 -"244768",105602,109510,3,434,621 -"244769",105670,53599,3,1351,2364 -"244770",105680,5971,3,1674,1985 -"244771",105685,6914,2,2469,2668 -"244772",105685,25129,3,2469,2647 -"244773",105685,53846,3,2469,2737 -"244774",105685,66318,3,2469,2803 -"244775",105742,2208,3,231,2814 -"244776",105742,2269,3,231,984 -"244777",105742,2731,3,231,434 -"244778",105742,4317,2,231,1224 -"244779",105742,4701,3,231,2401 -"244780",105742,4790,2,231,1025 -"244781",105742,4791,2,231,1184 -"244782",105742,9200,3,231,787 -"244783",105742,9751,3,231,1397 -"244784",105742,11348,3,231,824 -"244785",105742,14678,3,231,799 -"244786",105742,17328,3,231,1206 -"244787",105742,18393,3,231,860 -"244788",105742,18707,3,231,1143 -"244789",105742,21029,3,231,1943 -"244790",105742,21122,3,231,1701 -"244791",105742,21198,3,231,935 -"244792",105742,22282,3,231,1418 -"244793",105742,23825,3,231,1913 -"244794",105742,24755,3,231,1319 -"244795",105742,26451,3,231,2133 -"244796",105742,27390,3,231,2425 -"244797",105742,27849,3,231,1316 -"244798",105742,28124,3,231,434 -"244799",105742,29705,2,231,607 -"244800",105742,37334,3,231,398 -"244801",105742,41174,3,231,850 -"244802",105742,43051,3,231,904 -"244803",105742,44059,3,231,525 -"244804",105742,46723,3,231,607 -"244805",105742,50219,3,231,756 -"244806",105742,51810,3,231,1401 -"244807",105742,52058,3,231,1836 -"244808",105742,55468,3,231,2511 -"244809",105742,57950,3,231,1529 -"244810",105742,64181,3,231,1828 -"244811",105742,66860,3,231,1548 -"244812",105742,73136,3,231,328 -"244813",105742,75948,2,231,1006 -"244814",105742,77155,3,231,2946 -"244815",105742,77305,3,231,965 -"244816",105742,78092,3,231,430 -"244817",105742,79322,3,231,2770 -"244818",105742,81588,3,231,1568 -"244819",105742,83434,3,231,850 -"244820",105742,89097,3,231,935 -"244821",105742,89541,3,231,525 -"244822",105742,90573,3,231,878 -"244823",105742,92220,2,231,607 -"244824",105742,99444,2,231,408 -"244825",105757,1314,3,806,1522 -"244826",105757,1349,3,806,1147 -"244827",105757,1846,3,806,1845 -"244828",105757,2936,3,806,2512 -"244829",105757,2959,3,806,1785 -"244830",105757,3493,3,806,2451 -"244831",105757,4526,3,806,1728 -"244832",105757,4660,3,806,2149 -"244833",105757,5683,2,806,2468 -"244834",105757,6877,3,806,867 -"244835",105757,13296,3,806,839 -"244836",105757,15535,3,806,891 -"244837",105757,20941,3,806,2725 -"244838",105757,22166,3,806,994 -"244839",105757,23966,2,806,891 -"244840",105757,31335,3,806,2351 -"244841",105757,31408,3,806,994 -"244842",105757,32470,3,806,1539 -"244843",105757,46650,3,806,1330 -"244844",105757,50996,3,806,929 -"244845",105757,67617,3,806,1149 -"244846",105757,68539,3,806,1158 -"244847",105757,72986,3,806,1055 -"244848",105757,96310,2,806,1016 -"244849",105795,499,3,1265,1931 -"244850",105795,1777,3,1265,1965 -"244851",105795,3352,3,1265,1707 -"244852",105795,3830,3,1265,1661 -"244853",105795,5078,3,1265,2033 -"244854",105795,5457,3,1265,2077 -"244855",105795,5462,2,1265,2374 -"244856",105795,5504,3,1265,2389 -"244857",105795,8866,3,1265,1545 -"244858",105795,10799,3,1265,2010 -"244859",105795,18366,3,1265,2699 -"244860",105795,19606,3,1265,2783 -"244861",105795,21122,3,1265,1701 -"244862",105795,21416,2,1265,2375 -"244863",105795,22749,3,1265,1727 -"244864",105795,23806,3,1265,1671 -"244865",105795,31799,3,1265,2547 -"244866",105795,41278,3,1265,1873 -"244867",105795,49277,3,1265,1928 -"244868",105795,57950,2,1265,1529 -"244869",105795,58180,2,1265,1919 -"244870",105795,59205,3,1265,2387 -"244871",105795,65007,3,1265,2530 -"244872",105795,68810,3,1265,2409 -"244873",105795,82829,3,1265,2416 -"244874",105795,85430,3,1265,2370 -"244875",105795,107435,2,1265,1635 -"244876",105863,17716,2,844,915 -"244877",105863,19771,3,844,2410 -"244878",105863,31243,3,844,1355 -"244879",105863,35777,3,844,1166 -"244880",105863,42747,3,844,1189 -"244881",105863,43225,1,844,1835 -"244882",105863,60867,3,844,2689 -"244883",105867,2344,3,1641,2752 -"244884",105867,2802,3,1641,1836 -"244885",105867,3669,3,1641,2524 -"244886",105867,10727,3,1641,2082 -"244887",105867,18954,3,1641,2364 -"244888",105867,23890,3,1641,1810 -"244889",105867,33562,3,1641,1979 -"244890",105867,53498,3,1641,1967 -"244891",105867,108872,2,1641,1810 -"244892",105887,1393,3,615,1706 -"244893",105887,2370,3,615,1600 -"244894",105887,4249,3,615,2547 -"244895",105887,4723,3,615,1314 -"244896",105887,4784,3,615,2511 -"244897",105887,6020,3,615,1864 -"244898",105887,6345,3,615,2713 -"244899",105887,7900,3,615,893 -"244900",105887,7903,3,615,744 -"244901",105887,7932,3,615,789 -"244902",105887,9724,3,615,2713 -"244903",105887,13595,3,615,1164 -"244904",105887,14172,3,615,1923 -"244905",105887,14212,3,615,857 -"244906",105887,14957,3,615,2306 -"244907",105887,15281,3,615,810 -"244908",105887,15782,3,615,2306 -"244909",105887,16455,3,615,946 -"244910",105887,16866,3,615,2718 -"244911",105887,17531,3,615,876 -"244912",105887,21142,3,615,2414 -"244913",105887,21358,2,615,1970 -"244914",105887,21920,2,615,2367 -"244915",105887,23550,3,615,2939 -"244916",105887,28648,2,615,1586 -"244917",105887,31950,2,615,2217 -"244918",105887,34274,3,615,1437 -"244919",105887,40510,2,615,943 -"244920",105887,41489,3,615,2006 -"244921",105887,45297,3,615,1864 -"244922",105887,45449,3,615,1610 -"244923",105887,45450,2,615,1590 -"244924",105887,45562,2,615,623 -"244925",105887,48254,3,615,1013 -"244926",105887,48781,2,615,954 -"244927",105887,48823,3,615,2080 -"244928",105887,48931,3,615,2444 -"244929",105887,49029,2,615,647 -"244930",105887,53293,3,615,2916 -"244931",105887,54488,3,615,2357 -"244932",105887,55493,1,615,869 -"244933",105887,57549,3,615,2335 -"244934",105887,61921,3,615,1793 -"244935",105887,64737,3,615,2442 -"244936",105887,77719,3,615,2086 -"244937",105887,79639,2,615,1013 -"244938",105887,80186,3,615,2228 -"244939",105887,84235,2,615,1639 -"244940",105887,84581,3,615,1241 -"244941",105887,90852,3,615,764 -"244942",105887,92366,1,615,1434 -"244943",105887,93642,3,615,1120 -"244944",105887,94808,3,615,988 -"244945",105887,100084,3,615,1964 -"244946",105887,100231,3,615,998 -"244947",105887,103989,3,615,1207 -"244948",105887,116484,3,615,902 -"244949",105887,116771,3,615,623 -"244950",105947,135,1,997,2233 -"244951",105947,455,2,997,2827 -"244952",105947,470,3,997,2285 -"244953",105947,600,2,997,1702 -"244954",105947,675,3,997,1686 -"244955",105947,913,3,997,2144 -"244956",105947,1130,3,997,1566 -"244957",105947,1136,3,997,2536 -"244958",105947,1367,3,997,2176 -"244959",105947,2424,3,997,2582 -"244960",105947,2533,3,997,2016 -"244961",105947,2954,3,997,2727 -"244962",105947,4084,3,997,2133 -"244963",105947,4191,2,997,2130 -"244964",105947,4360,3,997,1770 -"244965",105947,4618,3,997,2607 -"244966",105947,4790,3,997,1025 -"244967",105947,5451,3,997,1299 -"244968",105947,6428,3,997,1952 -"244969",105947,6491,3,997,2424 -"244970",105947,7245,2,997,2089 -"244971",105947,7847,3,997,2424 -"244972",105947,8533,3,997,2251 -"244973",105947,10433,3,997,2075 -"244974",105947,11434,3,997,1187 -"244975",105947,11546,3,997,1174 -"244976",105947,12863,3,997,2027 -"244977",105947,16201,3,997,1811 -"244978",105947,17357,3,997,1536 -"244979",105947,17698,3,997,1559 -"244980",105947,18415,3,997,2184 -"244981",105947,18735,3,997,1581 -"244982",105947,19113,3,997,1171 -"244983",105947,19248,3,997,2357 -"244984",105947,19719,3,997,2177 -"244985",105947,20563,3,997,2267 -"244986",105947,22566,3,997,2308 -"244987",105947,23132,3,997,2756 -"244988",105947,23705,3,997,2699 -"244989",105947,23918,2,997,1881 -"244990",105947,24568,3,997,1937 -"244991",105947,25289,2,997,1790 -"244992",105947,25341,2,997,1858 -"244993",105947,25577,3,997,1946 -"244994",105947,25643,3,997,1646 -"244995",105947,26282,3,997,1241 -"244996",105947,26322,2,997,1018 -"244997",105947,27628,3,997,2389 -"244998",105947,27837,2,997,1315 -"244999",105947,28101,3,997,1949 -"245000",105947,28115,3,997,1835 -"245001",105947,28991,3,997,1688 -"245002",105947,29170,2,997,1846 -"245003",105947,29456,3,997,1182 -"245004",105947,30052,3,997,2855 -"245005",105947,31050,1,997,1491 -"245006",105947,32601,3,997,1033 -"245007",105947,32988,3,997,2008 -"245008",105947,33622,3,997,2230 -"245009",105947,34160,2,997,1759 -"245010",105947,34480,3,997,2755 -"245011",105947,34509,3,997,1973 -"245012",105947,35302,2,997,1589 -"245013",105947,38019,3,997,1870 -"245014",105947,38727,3,997,2238 -"245015",105947,40293,3,997,1671 -"245016",105947,40369,3,997,2735 -"245017",105947,41739,1,997,1339 -"245018",105947,42505,3,997,2008 -"245019",105947,42935,3,997,2400 -"245020",105947,44306,3,997,1036 -"245021",105947,45633,2,997,2134 -"245022",105947,48414,3,997,1749 -"245023",105947,49144,2,997,1542 -"245024",105947,50041,3,997,1565 -"245025",105947,50685,2,997,2008 -"245026",105947,51410,3,997,2739 -"245027",105947,51471,3,997,1280 -"245028",105947,52576,3,997,2234 -"245029",105947,52735,3,997,1124 -"245030",105947,53196,1,997,1888 -"245031",105947,54158,2,997,1756 -"245032",105947,54250,3,997,2340 -"245033",105947,55139,2,997,2323 -"245034",105947,56317,3,997,2030 -"245035",105947,58035,3,997,1646 -"245036",105947,60185,3,997,1206 -"245037",105947,61982,3,997,2725 -"245038",105947,62841,3,997,2710 -"245039",105947,63409,3,997,1937 -"245040",105947,64181,2,997,1828 -"245041",105947,64997,3,997,2791 -"245042",105947,65625,1,997,1273 -"245043",105947,65691,3,997,2134 -"245044",105947,66413,2,997,2507 -"245045",105947,67314,2,997,1051 -"245046",105947,67383,3,997,1739 -"245047",105947,72207,3,997,2430 -"245048",105947,81781,3,997,1431 -"245049",105947,82787,3,997,1144 -"245050",105947,97160,3,997,1215 -"245051",105947,105063,2,997,1908 -"245052",105959,843,3,1327,2332 -"245053",105959,3271,3,1327,2216 -"245054",105959,7604,3,1327,1366 -"245055",105959,9272,3,1327,2835 -"245056",105959,20541,3,1327,2617 -"245057",105959,43226,3,1327,2442 -"245058",105959,48110,3,1327,2009 -"245059",105959,58508,3,1327,2326 -"245060",105959,69335,3,1327,2698 -"245061",105959,80301,3,1327,1690 -"245062",105959,93553,2,1327,2537 -"245063",105977,270,3,134,2542 -"245064",105977,325,3,134,495 -"245065",105977,1124,3,134,1596 -"245066",105977,6718,3,134,2138 -"245067",105977,10488,2,134,1524 -"245068",105977,12632,3,134,1174 -"245069",105977,16593,3,134,1139 -"245070",105977,17952,3,134,1530 -"245071",105977,18394,3,134,2356 -"245072",105977,21352,3,134,1604 -"245073",105977,23330,3,134,448 -"245074",105977,23725,3,134,2378 -"245075",105977,23731,3,134,1656 -"245076",105977,25886,3,134,1580 -"245077",105977,27112,3,134,500 -"245078",105977,30325,3,134,1067 -"245079",105977,32131,3,134,1035 -"245080",105977,39187,3,134,2166 -"245081",105977,39570,3,134,496 -"245082",105977,41051,3,134,2767 -"245083",105977,46196,3,134,1510 -"245084",105977,47130,3,134,2654 -"245085",105977,52136,3,134,1412 -"245086",105977,56082,3,134,2395 -"245087",105977,61980,3,134,2392 -"245088",105977,65223,3,134,2724 -"245089",105977,65478,3,134,220 -"245090",105977,67763,1,134,822 -"245091",105977,70724,3,134,496 -"245092",105977,70781,3,134,199 -"245093",105977,72207,3,134,2430 -"245094",105977,79804,3,134,2227 -"245095",105977,80009,3,134,1640 -"245096",105977,80784,2,134,1738 -"245097",105977,82131,3,134,186 -"245098",105977,91772,3,134,2233 -"245099",105977,91912,3,134,790 -"245100",105977,98719,3,134,1096 -"245101",105977,113026,3,134,213 -"245102",106026,393,2,172,643 -"245103",106026,1708,3,172,1591 -"245104",106026,4249,3,172,2547 -"245105",106026,4784,3,172,2511 -"245106",106026,6020,3,172,1864 -"245107",106026,6747,2,172,2913 -"245108",106026,6841,2,172,263 -"245109",106026,13595,3,172,1164 -"245110",106026,14772,3,172,2386 -"245111",106026,16910,2,172,1978 -"245112",106026,21358,3,172,1970 -"245113",106026,23963,3,172,647 -"245114",106026,28648,3,172,1586 -"245115",106026,34274,3,172,1437 -"245116",106026,41489,3,172,2006 -"245117",106026,45297,2,172,1864 -"245118",106026,46049,3,172,2102 -"245119",106026,48823,3,172,2080 -"245120",106026,49029,3,172,647 -"245121",106026,50468,3,172,1659 -"245122",106026,54816,3,172,592 -"245123",106026,82217,3,172,2441 -"245124",106026,93642,3,172,1120 -"245125",106053,35464,2,2469,2502 -"245126",106053,102284,3,2469,2877 -"245127",106175,49277,3,1307,1928 -"245128",106175,59205,3,1307,2387 -"245129",106214,2865,3,987,2006 -"245130",106214,19332,3,987,1214 -"245131",106214,21092,3,987,1643 -"245132",106231,6324,3,858,1990 -"245133",106231,9423,3,858,1708 -"245134",106231,12081,3,858,2166 -"245135",106231,18670,3,858,1835 -"245136",106231,21079,3,858,1997 -"245137",106231,23312,3,858,2449 -"245138",106231,38307,3,858,2648 -"245139",106231,49470,3,858,1528 -"245140",106231,52032,3,858,2853 -"245141",106231,53120,3,858,975 -"245142",106231,70573,3,858,1993 -"245143",106240,364,3,705,2351 -"245144",106240,1154,3,705,1656 -"245145",106240,1519,3,705,2349 -"245146",106240,1846,3,705,1845 -"245147",106240,2747,3,705,2411 -"245148",106240,2852,2,705,2448 -"245149",106240,2936,3,705,2512 -"245150",106240,3493,3,705,2451 -"245151",106240,4660,3,705,2149 -"245152",106240,5106,2,705,2622 -"245153",106240,5897,3,705,2337 -"245154",106240,6877,3,705,867 -"245155",106240,7126,3,705,1261 -"245156",106240,7196,3,705,1508 -"245157",106240,7984,3,705,2493 -"245158",106240,8890,3,705,1955 -"245159",106240,8913,3,705,968 -"245160",106240,9785,3,705,2951 -"245161",106240,12361,3,705,2732 -"245162",106240,12653,3,705,1573 -"245163",106240,13296,3,705,839 -"245164",106240,14108,3,705,2012 -"245165",106240,14449,3,705,1258 -"245166",106240,14781,3,705,2338 -"245167",106240,14817,3,705,2110 -"245168",106240,15118,3,705,1311 -"245169",106240,15401,3,705,1999 -"245170",106240,15826,3,705,2772 -"245171",106240,16365,2,705,2217 -"245172",106240,16864,3,705,814 -"245173",106240,17033,2,705,2771 -"245174",106240,17257,3,705,1117 -"245175",106240,19655,3,705,2706 -"245176",106240,20395,3,705,1468 -"245177",106240,20984,3,705,2502 -"245178",106240,21133,3,705,1320 -"245179",106240,21383,3,705,971 -"245180",106240,21670,3,705,2158 -"245181",106240,21681,3,705,2005 -"245182",106240,22501,3,705,1006 -"245183",106240,22722,3,705,1233 -"245184",106240,23966,3,705,891 -"245185",106240,26793,3,705,2104 -"245186",106240,27008,3,705,911 -"245187",106240,28784,3,705,1579 -"245188",106240,28896,3,705,1395 -"245189",106240,29267,3,705,1234 -"245190",106240,29473,3,705,2602 -"245191",106240,31335,3,705,2351 -"245192",106240,31700,3,705,2727 -"245193",106240,32131,3,705,1035 -"245194",106240,32988,3,705,2008 -"245195",106240,33870,3,705,955 -"245196",106240,34216,3,705,2832 -"245197",106240,34478,2,705,2265 -"245198",106240,35822,3,705,1903 -"245199",106240,36031,3,705,2342 -"245200",106240,36737,2,705,829 -"245201",106240,37424,3,705,1693 -"245202",106240,37937,3,705,1320 -"245203",106240,38602,3,705,2693 -"245204",106240,38915,3,705,746 -"245205",106240,40572,3,705,2666 -"245206",106240,41023,3,705,2408 -"245207",106240,45729,3,705,2606 -"245208",106240,47384,3,705,1639 -"245209",106240,48215,3,705,2028 -"245210",106240,49265,3,705,2686 -"245211",106240,50630,3,705,2615 -"245212",106240,51144,3,705,2466 -"245213",106240,53323,3,705,2677 -"245214",106240,54775,3,705,2383 -"245215",106240,54890,3,705,877 -"245216",106240,57380,3,705,2362 -"245217",106240,57990,3,705,978 -"245218",106240,61138,3,705,1188 -"245219",106240,61785,3,705,822 -"245220",106240,63641,3,705,2337 -"245221",106240,63644,3,705,1267 -"245222",106240,65155,3,705,1947 -"245223",106240,66717,3,705,2104 -"245224",106240,68539,3,705,1158 -"245225",106240,68931,2,705,2771 -"245226",106240,70583,2,705,2615 -"245227",106240,72535,3,705,1191 -"245228",106240,72632,3,705,1289 -"245229",106240,72728,3,705,2234 -"245230",106240,73245,3,705,802 -"245231",106240,79158,3,705,1252 -"245232",106240,85198,3,705,1794 -"245233",106240,85869,3,705,1509 -"245234",106240,88232,3,705,2881 -"245235",106240,90719,3,705,1234 -"245236",106240,93102,3,705,1174 -"245237",106240,95910,3,705,999 -"245238",106240,96007,3,705,895 -"245239",106240,96352,3,705,1493 -"245240",106240,104217,3,705,956 -"245241",106265,2269,3,615,984 -"245242",106265,3186,3,615,919 -"245243",106265,4567,2,615,2348 -"245244",106265,8712,2,615,1153 -"245245",106265,16310,3,615,2796 -"245246",106265,18825,1,615,1240 -"245247",106265,22543,3,615,1594 -"245248",106265,23825,3,615,1913 -"245249",106265,25490,3,615,639 -"245250",106265,25622,3,615,1985 -"245251",106265,28048,3,615,1637 -"245252",106265,30095,3,615,1578 -"245253",106265,33672,3,615,2396 -"245254",106265,40129,3,615,2162 -"245255",106265,41837,3,615,2399 -"245256",106265,44135,3,615,2620 -"245257",106265,52508,3,615,2337 -"245258",106265,60624,3,615,1570 -"245259",106265,69250,3,615,1439 -"245260",106265,70605,3,615,1176 -"245261",106265,105100,3,615,633 -"245262",106265,115078,3,615,697 -"245263",106299,1046,3,1190,1881 -"245264",106299,3167,3,1190,1676 -"245265",106299,5462,3,1190,2374 -"245266",106299,8229,3,1190,1241 -"245267",106299,8533,3,1190,2251 -"245268",106299,8621,3,1190,1681 -"245269",106299,15539,3,1190,1929 -"245270",106299,19516,3,1190,2313 -"245271",106299,22108,2,1190,1915 -"245272",106299,30119,3,1190,1961 -"245273",106299,57077,3,1190,1885 -"245274",106299,57609,3,1190,2717 -"245275",106299,57781,3,1190,1971 -"245276",106299,57977,2,1190,2683 -"245277",106299,82681,3,1190,1620 -"245278",106318,1691,3,1698,1941 -"245279",106318,2208,3,1698,2814 -"245280",106318,2289,3,1698,2389 -"245281",106318,2684,3,1698,2874 -"245282",106318,3011,3,1698,2278 -"245283",106318,11055,3,1698,2111 -"245284",106318,16111,3,1698,1714 -"245285",106318,16201,2,1698,1811 -"245286",106318,19862,2,1698,2412 -"245287",106318,22180,3,1698,1835 -"245288",106318,22578,3,1698,2216 -"245289",106318,30150,3,1698,1704 -"245290",106318,39556,2,1698,2747 -"245291",106318,40493,3,1698,1981 -"245292",106318,49696,3,1698,2444 -"245293",106318,54879,3,1698,2210 -"245294",106318,57732,2,1698,2454 -"245295",106318,67145,3,1698,2015 -"245296",106318,97013,2,1698,1797 -"245297",106330,33460,3,2559,2781 -"245298",106399,680,3,1530,2569 -"245299",106399,4303,3,1530,2414 -"245300",106399,4665,3,1530,1569 -"245301",106399,13136,3,1530,2867 -"245302",106399,14754,3,1530,2456 -"245303",106399,19934,3,1530,2888 -"245304",106399,31335,3,1530,2351 -"245305",106399,37752,3,1530,2223 -"245306",106399,39418,2,1530,1978 -"245307",106399,41723,3,1530,2101 -"245308",106399,44694,3,1530,2220 -"245309",106399,50585,3,1530,2414 -"245310",106399,59039,3,1530,2870 -"245311",106399,61541,3,1530,2699 -"245312",106399,65188,3,1530,2213 -"245313",106399,65381,3,1530,2184 -"245314",106399,72597,3,1530,1843 -"245315",106399,74055,3,1530,1544 -"245316",106399,92860,3,1530,1643 -"245317",106409,2443,3,265,2333 -"245318",106409,6295,3,265,856 -"245319",106409,7604,3,265,1366 -"245320",106409,9269,3,265,1892 -"245321",106409,9895,3,265,1960 -"245322",106409,9910,3,265,2526 -"245323",106409,14212,3,265,857 -"245324",106409,15926,3,265,545 -"245325",106409,20695,3,265,2526 -"245326",106409,21044,3,265,1574 -"245327",106409,43768,3,265,1468 -"245328",106409,46568,3,265,822 -"245329",106409,49708,2,265,1147 -"245330",106409,53020,1,265,2747 -"245331",106409,53584,3,265,2391 -"245332",106409,63329,3,265,639 -"245333",106409,68262,3,265,441 -"245334",106409,84591,2,265,1685 -"245335",106409,87915,2,265,1152 -"245336",106409,101381,1,265,977 -"245337",106409,101666,3,265,1257 -"245338",106417,9331,3,480,2269 -"245339",106417,17549,3,480,2647 -"245340",106417,24456,2,480,1238 -"245341",106417,55349,3,480,826 -"245342",106417,85097,3,480,1143 -"245343",106417,100321,2,480,1142 -"245344",106428,13079,3,2321,2547 -"245345",106449,330,3,862,2163 -"245346",106449,4681,3,862,2356 -"245347",106449,5405,3,862,1510 -"245348",106449,5622,3,862,2175 -"245349",106449,7180,3,862,2227 -"245350",106449,9272,3,862,2835 -"245351",106449,9723,3,862,2302 -"245352",106449,11239,2,862,2181 -"245353",106449,11310,3,862,957 -"245354",106449,12375,3,862,1873 -"245355",106449,14888,3,862,1411 -"245356",106449,16684,3,862,1657 -"245357",106449,16751,3,862,2301 -"245358",106449,18202,3,862,2475 -"245359",106449,19364,2,862,2846 -"245360",106449,20700,3,862,2861 -"245361",106449,22709,3,862,2743 -"245362",106449,27195,3,862,2158 -"245363",106449,28432,2,862,1954 -"245364",106449,34831,3,862,1866 -"245365",106449,34921,3,862,2181 -"245366",106449,37859,3,862,1999 -"245367",106449,39294,3,862,1889 -"245368",106449,39906,3,862,2365 -"245369",106449,41240,2,862,2220 -"245370",106449,45684,3,862,2200 -"245371",106449,46506,3,862,2464 -"245372",106449,49608,3,862,2184 -"245373",106449,53809,2,862,1956 -"245374",106449,57246,3,862,1873 -"245375",106449,57414,3,862,922 -"245376",106449,73553,2,862,2726 -"245377",106449,88966,3,862,1568 -"245378",106449,93953,3,862,969 -"245379",106449,109978,2,862,1865 -"245380",106449,121354,2,862,2862 -"245381",106466,457,3,953,1704 -"245382",106466,1102,3,953,2282 -"245383",106466,3751,3,953,1358 -"245384",106466,5580,3,953,2111 -"245385",106466,6074,3,953,2426 -"245386",106466,8192,3,953,1670 -"245387",106466,8376,3,953,1670 -"245388",106466,9175,3,953,2639 -"245389",106466,9654,3,953,2111 -"245390",106466,12432,3,953,1816 -"245391",106466,12449,3,953,2067 -"245392",106466,13869,3,953,1786 -"245393",106466,20162,3,953,2328 -"245394",106466,20486,3,953,1908 -"245395",106466,24558,3,953,2139 -"245396",106466,50667,3,953,2719 -"245397",106466,108107,1,953,1704 -"245398",106544,279,3,626,1989 -"245399",106544,380,3,626,2261 -"245400",106544,4690,3,626,1938 -"245401",106544,5235,3,626,2324 -"245402",106544,10513,3,626,2284 -"245403",106544,12528,3,626,2589 -"245404",106544,12602,3,626,1956 -"245405",106544,12618,3,626,2021 -"245406",106544,14834,3,626,2739 -"245407",106544,21249,3,626,1635 -"245408",106544,22567,3,626,2396 -"245409",106544,23966,3,626,891 -"245410",106544,32457,2,626,2690 -"245411",106544,35186,3,626,1520 -"245412",106544,44193,2,626,989 -"245413",106544,45302,3,626,2390 -"245414",106544,46950,3,626,2673 -"245415",106544,52735,3,626,1124 -"245416",106544,53968,3,626,2703 -"245417",106544,64699,3,626,2797 -"245418",106544,69712,3,626,1219 -"245419",106544,80825,3,626,2315 -"245420",106544,84268,3,626,1217 -"245421",106554,283,3,1270,2082 -"245422",106554,378,3,1270,2766 -"245423",106554,3100,3,1270,2524 -"245424",106554,3403,3,1270,2951 -"245425",106554,3520,3,1270,2281 -"245426",106554,3786,3,1270,2282 -"245427",106554,6071,3,1270,2310 -"245428",106554,9912,2,1270,1356 -"245429",106554,11135,2,1270,2441 -"245430",106554,15502,3,1270,2637 -"245431",106554,19687,2,1270,2072 -"245432",106554,21352,3,1270,1604 -"245433",106554,21895,3,1270,1693 -"245434",106554,21976,3,1270,1808 -"245435",106554,23639,2,1270,2065 -"245436",106554,23731,3,1270,1656 -"245437",106554,24116,3,1270,1413 -"245438",106554,25286,3,1270,1545 -"245439",106554,28567,2,1270,2398 -"245440",106554,32312,3,1270,1472 -"245441",106554,34055,3,1270,1881 -"245442",106554,34334,3,1270,1637 -"245443",106554,41051,3,1270,2767 -"245444",106554,42486,3,1270,1951 -"245445",106554,42628,3,1270,2486 -"245446",106554,45487,3,1270,2256 -"245447",106554,47330,2,1270,2422 -"245448",106554,51448,3,1270,1593 -"245449",106554,56212,3,1270,1410 -"245450",106554,56673,2,1270,2419 -"245451",106554,62498,3,1270,1698 -"245452",106554,79236,3,1270,1505 -"245453",106554,81134,2,1270,1384 -"245454",106554,91772,3,1270,2233 -"245455",106554,92947,3,1270,1289 -"245456",106554,93670,3,1270,1682 -"245457",106555,1136,3,1626,2536 -"245458",106555,2407,3,1626,1725 -"245459",106555,2798,2,1626,1673 -"245460",106555,8073,3,1626,1847 -"245461",106555,14032,3,1626,2144 -"245462",106555,14731,3,1626,2012 -"245463",106555,15207,3,1626,1855 -"245464",106555,16866,3,1626,2718 -"245465",106555,18543,3,1626,2968 -"245466",106555,18865,3,1626,2676 -"245467",106555,22080,3,1626,2436 -"245468",106555,29918,3,1626,1953 -"245469",106555,36862,3,1626,2655 -"245470",106555,42216,3,1626,2722 -"245471",106555,55155,2,1626,2333 -"245472",106555,56854,3,1626,2022 -"245473",106555,63395,3,1626,2334 -"245474",106555,108430,3,1626,1642 -"245475",106566,3863,3,448,856 -"245476",106566,9724,3,448,2713 -"245477",106566,12828,1,448,799 -"245478",106566,14108,3,448,2012 -"245479",106566,35041,1,448,1311 -"245480",106566,48215,3,448,2028 -"245481",106566,56116,2,448,1321 -"245482",106566,56237,3,448,2625 -"245483",106566,67805,3,448,1338 -"245484",106566,75025,3,448,717 -"245485",106566,76450,3,448,1077 -"245486",106566,101347,3,448,1335 -"245487",106566,106555,3,448,1626 -"245488",106570,72728,2,1702,2234 -"245489",106620,2063,3,1177,1278 -"245490",106620,3167,3,1177,1676 -"245491",106620,3961,3,1177,2426 -"245492",106620,4939,3,1177,1382 -"245493",106620,5239,3,1177,2875 -"245494",106620,7196,3,1177,1508 -"245495",106620,7984,3,1177,2493 -"245496",106620,11477,3,1177,2724 -"245497",106620,13780,3,1177,2412 -"245498",106620,14943,2,1177,1942 -"245499",106620,15401,2,1177,1999 -"245500",106620,16625,3,1177,1285 -"245501",106620,16801,3,1177,2008 -"245502",106620,16826,3,1177,2599 -"245503",106620,17484,3,1177,1256 -"245504",106620,17997,3,1177,1621 -"245505",106620,18103,3,1177,1968 -"245506",106620,20311,3,1177,1981 -"245507",106620,23132,3,1177,2756 -"245508",106620,26713,3,1177,1235 -"245509",106620,28784,3,1177,1579 -"245510",106620,29456,3,1177,1182 -"245511",106620,30747,3,1177,2455 -"245512",106620,31069,3,1177,1995 -"245513",106620,32988,2,1177,2008 -"245514",106620,33801,3,1177,2899 -"245515",106620,38219,3,1177,1689 -"245516",106620,38449,3,1177,1802 -"245517",106620,40432,2,1177,1956 -"245518",106620,40645,3,1177,1899 -"245519",106620,42505,3,1177,2008 -"245520",106620,44720,3,1177,1202 -"245521",106620,45959,3,1177,1880 -"245522",106620,46040,3,1177,2105 -"245523",106620,51410,3,1177,2739 -"245524",106620,65155,2,1177,1947 -"245525",106620,65203,3,1177,1597 -"245526",106620,65322,2,1177,2008 -"245527",106620,70736,3,1177,1512 -"245528",106620,76511,3,1177,1250 -"245529",106620,78150,3,1177,2581 -"245530",106620,79567,3,1177,1942 -"245531",106620,82301,3,1177,1621 -"245532",106620,82767,3,1177,1641 -"245533",106620,89511,3,1177,1205 -"245534",106620,92757,3,1177,2615 -"245535",106620,96352,3,1177,1493 -"245536",106620,97160,3,1177,1215 -"245537",106690,267,3,901,2631 -"245538",106690,7118,3,901,966 -"245539",106690,15401,3,901,1999 -"245540",106690,18013,3,901,1625 -"245541",106690,18464,3,901,2312 -"245542",106690,22207,3,901,2365 -"245543",106690,29512,3,901,1594 -"245544",106690,40565,2,901,2115 -"245545",106690,44403,3,901,2429 -"245546",106690,53105,3,901,953 -"245547",106690,66756,3,901,1301 -"245548",106690,82270,3,901,1641 -"245549",106690,83218,3,901,1537 -"245550",106725,2563,3,710,1686 -"245551",106725,18211,3,710,1745 -"245552",106725,28057,2,710,1067 -"245553",106725,84907,3,710,1259 -"245554",106725,94520,3,710,1243 -"245555",106755,31357,3,2166,2389 -"245556",106755,51843,3,2166,2389 -"245557",106755,54385,3,2166,2340 -"245558",106865,5864,3,830,1197 -"245559",106865,10875,3,830,1234 -"245560",106865,13248,3,830,1385 -"245561",106865,13801,3,830,2041 -"245562",106865,20643,3,830,2341 -"245563",106865,32113,3,830,882 -"245564",106865,47082,3,830,1990 -"245565",106865,95846,3,830,1324 -"245566",106865,109635,3,830,1925 -"245567",106865,111165,2,830,1256 -"245568",106891,8865,2,1907,2394 -"245569",106891,69232,3,1907,2130 -"245570",106939,3242,3,64,1730 -"245571",106939,4980,3,64,2093 -"245572",106939,16074,3,64,977 -"245573",106939,16164,3,64,1184 -"245574",106939,17357,3,64,1536 -"245575",106939,19963,3,64,810 -"245576",106939,20319,3,64,468 -"245577",106939,21911,2,64,1184 -"245578",106939,22501,3,64,1006 -"245579",106939,23506,3,64,1172 -"245580",106939,23704,3,64,2278 -"245581",106939,26436,3,64,2489 -"245582",106939,27753,3,64,2750 -"245583",106939,28731,2,64,955 -"245584",106939,30438,2,64,1617 -"245585",106939,31000,2,64,1526 -"245586",106939,31243,3,64,1355 -"245587",106939,34000,3,64,203 -"245588",106939,34492,2,64,1798 -"245589",106939,38449,3,64,1802 -"245590",106939,45715,1,64,2287 -"245591",106939,50976,3,64,547 -"245592",106939,51410,3,64,2739 -"245593",106939,51987,3,64,1397 -"245594",106939,77001,3,64,1440 -"245595",106939,82454,3,64,1266 -"245596",106939,86550,3,64,955 -"245597",106939,88860,1,64,1014 -"245598",106939,109383,2,64,952 -"245599",106939,111761,3,64,783 -"245600",106939,114342,3,64,228 -"245601",106939,120112,3,64,954 -"245602",106962,80156,2,936,1667 -"245603",106962,84649,3,936,2280 -"245604",106963,1560,3,686,2013 -"245605",106963,3477,3,686,2546 -"245606",106963,4313,3,686,2368 -"245607",106963,6063,3,686,2349 -"245608",106963,9716,3,686,1929 -"245609",106963,12735,3,686,819 -"245610",106963,12779,3,686,936 -"245611",106963,14626,3,686,2175 -"245612",106963,18217,3,686,1566 -"245613",106963,18855,3,686,1362 -"245614",106963,22462,3,686,869 -"245615",106963,31170,3,686,1776 -"245616",106963,33223,3,686,2397 -"245617",106963,40542,3,686,1664 -"245618",106963,41185,2,686,1929 -"245619",106963,78768,3,686,841 -"245620",106963,96349,2,686,1874 -"245621",106988,2289,3,1164,2389 -"245622",106988,7292,3,1164,1988 -"245623",106988,9057,3,1164,2629 -"245624",106988,22033,3,1164,1356 -"245625",106988,31099,3,1164,1356 -"245626",106988,39556,3,1164,2747 -"245627",106988,50001,3,1164,1518 -"245628",106988,59868,2,1164,1637 -"245629",107052,38259,2,2158,2258 -"245630",107053,140,3,68,2267 -"245631",107053,359,3,68,635 -"245632",107053,1150,3,68,1595 -"245633",107053,2700,3,68,857 -"245634",107053,2852,3,68,2448 -"245635",107053,5346,3,68,1438 -"245636",107053,5833,3,68,197 -"245637",107053,7615,3,68,1657 -"245638",107053,8513,3,68,875 -"245639",107053,9227,3,68,1267 -"245640",107053,9241,2,68,2338 -"245641",107053,9301,3,68,1861 -"245642",107053,9787,3,68,2858 -"245643",107053,10453,3,68,1656 -"245644",107053,11588,3,68,2352 -"245645",107053,13879,2,68,2748 -"245646",107053,14754,3,68,2456 -"245647",107053,15826,3,68,2772 -"245648",107053,16021,3,68,858 -"245649",107053,16501,3,68,1650 -"245650",107053,19662,3,68,170 -"245651",107053,19934,3,68,2888 -"245652",107053,20176,2,68,1050 -"245653",107053,20273,3,68,148 -"245654",107053,20395,3,68,1468 -"245655",107053,21207,3,68,1258 -"245656",107053,22945,3,68,237 -"245657",107053,23806,3,68,1671 -"245658",107053,24060,3,68,2349 -"245659",107053,25163,3,68,1751 -"245660",107053,25378,3,68,1245 -"245661",107053,26182,3,68,2775 -"245662",107053,27320,2,68,2378 -"245663",107053,28057,3,68,1067 -"245664",107053,28893,3,68,2764 -"245665",107053,29267,3,68,1234 -"245666",107053,29286,3,68,1612 -"245667",107053,29495,3,68,1612 -"245668",107053,29997,3,68,1789 -"245669",107053,30262,3,68,1715 -"245670",107053,30865,3,68,2038 -"245671",107053,30974,3,68,947 -"245672",107053,32920,3,68,2158 -"245673",107053,33341,2,68,2338 -"245674",107053,33870,3,68,955 -"245675",107053,33957,3,68,245 -"245676",107053,35640,3,68,495 -"245677",107053,36344,3,68,2570 -"245678",107053,38087,3,68,1083 -"245679",107053,38373,3,68,1928 -"245680",107053,39062,3,68,2020 -"245681",107053,39534,3,68,2410 -"245682",107053,39589,3,68,1292 -"245683",107053,40492,3,68,1286 -"245684",107053,41023,2,68,2408 -"245685",107053,41439,3,68,709 -"245686",107053,41581,3,68,1692 -"245687",107053,41598,3,68,2291 -"245688",107053,42725,3,68,630 -"245689",107053,42756,3,68,1384 -"245690",107053,43207,2,68,635 -"245691",107053,43250,3,68,1300 -"245692",107053,43961,3,68,2443 -"245693",107053,44074,3,68,1299 -"245694",107053,44749,3,68,1303 -"245695",107053,46299,3,68,1132 -"245696",107053,47148,3,68,569 -"245697",107053,47375,3,68,2043 -"245698",107053,47595,3,68,2374 -"245699",107053,47968,3,68,2829 -"245700",107053,50229,1,68,1190 -"245701",107053,50581,1,68,1258 -"245702",107053,57067,3,68,2547 -"245703",107053,57356,2,68,2476 -"245704",107053,58015,3,68,899 -"245705",107053,59039,3,68,2870 -"245706",107053,59485,3,68,1564 -"245707",107053,60808,2,68,1258 -"245708",107053,63644,3,68,1267 -"245709",107053,64993,3,68,615 -"245710",107053,66121,3,68,1281 -"245711",107053,69788,3,68,2007 -"245712",107053,87907,3,68,1173 -"245713",107053,88067,2,68,2315 -"245714",107053,89538,3,68,1847 -"245715",107053,90674,3,68,621 -"245716",107053,94448,3,68,242 -"245717",107053,96365,3,68,1700 -"245718",107053,99966,3,68,606 -"245719",107053,100260,3,68,888 -"245720",107053,107303,2,68,217 -"245721",107053,113238,3,68,671 -"245722",107053,117675,3,68,85 -"245723",107090,2452,3,954,1715 -"245724",107090,38373,2,954,1928 -"245725",107090,39249,3,954,1665 -"245726",107090,53905,3,954,2193 -"245727",107090,61443,3,954,2770 -"245728",107090,82252,3,954,1248 -"245729",107103,32110,3,2015,2224 -"245730",107103,115059,3,2015,2552 -"245731",107273,341,3,604,2689 -"245732",107273,841,3,604,2964 -"245733",107273,3127,3,604,2273 -"245734",107273,4551,3,604,2720 -"245735",107273,6821,3,604,1788 -"245736",107273,9301,3,604,1861 -"245737",107273,9579,3,604,2105 -"245738",107273,10373,3,604,2436 -"245739",107273,11434,3,604,1187 -"245740",107273,11516,3,604,1937 -"245741",107273,13068,2,604,1778 -"245742",107273,19934,3,604,2888 -"245743",107273,20176,3,604,1050 -"245744",107273,25378,1,604,1245 -"245745",107273,27320,3,604,2378 -"245746",107273,27391,3,604,2378 -"245747",107273,29495,3,604,1612 -"245748",107273,30891,3,604,1256 -"245749",107273,31235,3,604,2668 -"245750",107273,33665,3,604,787 -"245751",107273,38373,3,604,1928 -"245752",107273,40623,2,604,2580 -"245753",107273,50229,3,604,1190 -"245754",107273,53924,3,604,1289 -"245755",107273,57765,3,604,2893 -"245756",107273,58829,3,604,1256 -"245757",107273,59485,3,604,1564 -"245758",107273,64967,3,604,2872 -"245759",107273,64993,3,604,615 -"245760",107273,65188,3,604,2213 -"245761",107273,67942,3,604,973 -"245762",107273,90674,3,604,621 -"245763",107273,95416,3,604,982 -"245764",107273,107292,3,604,1667 -"245765",107273,119524,3,604,1930 -"245766",107273,119921,3,604,1113 -"245767",107292,2452,3,1667,1715 -"245768",107292,9301,3,1667,1861 -"245769",107292,13068,3,1667,1778 -"245770",107292,14709,3,1667,1901 -"245771",107292,21795,3,1667,2653 -"245772",107292,30865,3,1667,2038 -"245773",107292,38373,2,1667,1928 -"245774",107292,41250,3,1667,1703 -"245775",107292,60258,3,1667,2405 -"245776",107292,61443,3,1667,2770 -"245777",107303,900,3,217,2726 -"245778",107303,3493,3,217,2451 -"245779",107303,5484,3,217,582 -"245780",107303,7615,2,217,1657 -"245781",107303,10980,3,217,1974 -"245782",107303,16501,3,217,1650 -"245783",107303,18005,3,217,2449 -"245784",107303,20176,3,217,1050 -"245785",107303,21227,3,217,2110 -"245786",107303,30974,2,217,947 -"245787",107303,33870,3,217,955 -"245788",107303,36344,3,217,2570 -"245789",107303,41250,3,217,1703 -"245790",107303,42331,3,217,1585 -"245791",107303,50229,3,217,1190 -"245792",107303,50581,3,217,1258 -"245793",107303,52136,3,217,1412 -"245794",107303,57067,3,217,2547 -"245795",107303,59039,3,217,2870 -"245796",107303,64947,3,217,2489 -"245797",107303,73737,3,217,1424 -"245798",107303,83301,3,217,1385 -"245799",107303,108196,3,217,422 -"245800",107318,38755,3,1963,2902 -"245801",107383,2852,3,1918,2448 -"245802",107383,16437,3,1918,1956 -"245803",107383,29473,2,1918,2602 -"245804",107383,31868,3,1918,1993 -"245805",107383,35728,3,1918,2017 -"245806",107383,37059,3,1918,2840 -"245807",107383,39534,2,1918,2410 -"245808",107383,41023,3,1918,2408 -"245809",107383,44235,3,1918,2700 -"245810",107383,49347,3,1918,2504 -"245811",107383,49712,3,1918,1937 -"245812",107383,66717,3,1918,2104 -"245813",107383,68215,3,1918,2727 -"245814",107383,69131,3,1918,2122 -"245815",107383,73172,3,1918,2496 -"245816",107383,73192,3,1918,1955 -"245817",107435,160,3,1635,2007 -"245818",107435,237,2,1635,1982 -"245819",107435,364,3,1635,2351 -"245820",107435,448,3,1635,2693 -"245821",107435,798,2,1635,2476 -"245822",107435,913,3,1635,2144 -"245823",107435,1639,3,1635,2631 -"245824",107435,2057,3,1635,1965 -"245825",107435,2418,3,1635,2020 -"245826",107435,2852,3,1635,2448 -"245827",107435,4032,3,1635,1763 -"245828",107435,4660,3,1635,2149 -"245829",107435,7896,3,1635,2447 -"245830",107435,8726,3,1635,2083 -"245831",107435,9115,3,1635,2068 -"245832",107435,10739,3,1635,1807 -"245833",107435,11588,3,1635,2352 -"245834",107435,13920,3,1635,1709 -"245835",107435,14754,3,1635,2456 -"245836",107435,16286,3,1635,2470 -"245837",107435,16501,3,1635,1650 -"245838",107435,18366,3,1635,2699 -"245839",107435,19655,3,1635,2706 -"245840",107435,23131,3,1635,1732 -"245841",107435,24069,3,1635,2697 -"245842",107435,24096,3,1635,2612 -"245843",107435,25373,3,1635,2783 -"245844",107435,27275,3,1635,2656 -"245845",107435,27390,2,1635,2425 -"245846",107435,28081,2,1635,1927 -"245847",107435,28116,3,1635,1643 -"245848",107435,30525,3,1635,1964 -"245849",107435,31335,3,1635,2351 -"245850",107435,32775,3,1635,2135 -"245851",107435,33341,3,1635,2338 -"245852",107435,35477,3,1635,2703 -"245853",107435,38492,3,1635,2280 -"245854",107435,41694,3,1635,2358 -"245855",107435,43593,3,1635,2704 -"245856",107435,43961,3,1635,2443 -"245857",107435,45729,2,1635,2606 -"245858",107435,46261,3,1635,2350 -"245859",107435,51774,3,1635,2459 -"245860",107435,55482,3,1635,1866 -"245861",107435,58180,2,1635,1919 -"245862",107435,63641,3,1635,2337 -"245863",107435,66717,3,1635,2104 -"245864",107435,68789,3,1635,1929 -"245865",107435,74605,3,1635,2265 -"245866",107435,77052,3,1635,2770 -"245867",107467,9948,3,1524,2019 -"245868",107467,20695,3,1524,2526 -"245869",107467,51505,3,1524,1572 -"245870",107478,2864,2,768,1543 -"245871",107478,3395,2,768,1382 -"245872",107478,3397,3,768,2126 -"245873",107478,3453,3,768,2126 -"245874",107478,6492,3,768,1162 -"245875",107478,8866,3,768,1545 -"245876",107478,11912,3,768,889 -"245877",107478,12122,3,768,1385 -"245878",107478,17502,3,768,869 -"245879",107478,19893,2,768,1223 -"245880",107478,32419,3,768,1909 -"245881",107478,33655,3,768,773 -"245882",107478,42023,3,768,2231 -"245883",107478,43902,1,768,1726 -"245884",107478,44089,3,768,1632 -"245885",107478,45650,3,768,1528 -"245886",107478,63907,3,768,2377 -"245887",107496,841,3,1572,2964 -"245888",107496,1702,3,1572,1984 -"245889",107496,3271,3,1572,2216 -"245890",107496,4669,3,1572,2395 -"245891",107496,7780,3,1572,1920 -"245892",107496,9785,3,1572,2951 -"245893",107496,12035,3,1572,2721 -"245894",107496,12653,3,1572,1573 -"245895",107496,16690,3,1572,2132 -"245896",107496,23756,3,1572,2309 -"245897",107496,27320,3,1572,2378 -"245898",107496,28893,3,1572,2764 -"245899",107496,29818,3,1572,1677 -"245900",107496,39534,3,1572,2410 -"245901",107496,57067,3,1572,2547 -"245902",107496,62626,3,1572,2787 -"245903",107496,71531,3,1572,2887 -"245904",107496,96706,3,1572,1597 -"245905",107598,9091,2,999,1312 -"245906",107598,13007,3,999,2496 -"245907",107598,38087,2,999,1083 -"245908",107598,43961,3,999,2443 -"245909",107598,52041,3,999,2694 -"245910",107598,60808,3,999,1258 -"245911",107649,455,3,1573,2827 -"245912",107649,470,3,1573,2285 -"245913",107649,543,3,1573,2203 -"245914",107649,600,3,1573,1702 -"245915",107649,675,3,1573,1686 -"245916",107649,913,3,1573,2144 -"245917",107649,1136,3,1573,2536 -"245918",107649,1691,3,1573,1941 -"245919",107649,1777,3,1573,1965 -"245920",107649,2484,3,1573,2389 -"245921",107649,2523,3,1573,1691 -"245922",107649,3830,3,1573,1661 -"245923",107649,3878,2,1573,1890 -"245924",107649,4687,3,1573,2152 -"245925",107649,5078,3,1573,2033 -"245926",107649,5457,3,1573,2077 -"245927",107649,5462,3,1573,2374 -"245928",107649,5504,2,1573,2389 -"245929",107649,6390,3,1573,2385 -"245930",107649,7323,3,1573,2858 -"245931",107649,7515,3,1573,2737 -"245932",107649,7847,3,1573,2424 -"245933",107649,8621,3,1573,1681 -"245934",107649,9184,3,1573,2670 -"245935",107649,9432,2,1573,1693 -"245936",107649,10433,3,1573,2075 -"245937",107649,11516,2,1573,1937 -"245938",107649,12199,2,1573,1651 -"245939",107649,13068,3,1573,1778 -"245940",107649,17645,3,1573,1918 -"245941",107649,19322,3,1573,2048 -"245942",107649,19335,3,1573,1729 -"245943",107649,20407,3,1573,2339 -"245944",107649,22567,3,1573,2396 -"245945",107649,22749,3,1573,1727 -"245946",107649,23132,2,1573,2756 -"245947",107649,24568,2,1573,1937 -"245948",107649,25816,3,1573,2088 -"245949",107649,27391,3,1573,2378 -"245950",107649,28115,3,1573,1835 -"245951",107649,29930,3,1573,2240 -"245952",107649,31235,3,1573,2668 -"245953",107649,34160,3,1573,1759 -"245954",107649,35302,2,1573,1589 -"245955",107649,36439,3,1573,2469 -"245956",107649,36651,3,1573,1600 -"245957",107649,37570,3,1573,2389 -"245958",107649,40383,3,1573,2639 -"245959",107649,47445,3,1573,2668 -"245960",107649,62219,3,1573,2494 -"245961",107649,62840,3,1573,2502 -"245962",107649,63409,2,1573,1937 -"245963",107649,64181,3,1573,1828 -"245964",107649,64997,3,1573,2791 -"245965",107649,71478,3,1573,1721 -"245966",107649,73305,3,1573,2544 -"245967",107649,79804,3,1573,2227 -"245968",107649,80429,1,1573,1927 -"245969",107649,82949,3,1573,2077 -"245970",107727,20700,3,1130,2861 -"245971",107727,37859,3,1130,1999 -"245972",107758,31251,3,565,2498 -"245973",107758,36440,3,565,704 -"245974",107758,68884,3,565,1011 -"245975",107830,2743,3,552,1278 -"245976",107830,10576,3,552,974 -"245977",107830,32103,2,552,1491 -"245978",107830,69598,3,552,2812 -"245979",107830,97498,2,552,2346 -"245980",107830,97811,3,552,1288 -"245981",107846,2063,3,565,1278 -"245982",107846,3306,3,565,1989 -"245983",107846,9702,2,565,1928 -"245984",107846,14080,3,565,1351 -"245985",107846,15632,3,565,1242 -"245986",107846,20824,3,565,1366 -"245987",107846,23312,3,565,2449 -"245988",107846,23534,2,565,1659 -"245989",107846,24559,2,565,946 -"245990",107846,50236,3,565,2339 -"245991",107846,55185,3,565,922 -"245992",107846,58882,2,565,684 -"245993",107846,67788,3,565,837 -"245994",107846,72557,3,565,972 -"245995",107846,78256,3,565,804 -"245996",107846,81563,2,565,1188 -"245997",107846,88473,3,565,1102 -"245998",107846,91912,3,565,790 -"245999",107993,2344,3,999,2752 -"246000",107993,2802,3,999,1836 -"246001",107993,7948,2,999,1584 -"246002",107993,9506,3,999,1012 -"246003",107993,9716,3,999,1929 -"246004",107993,10727,2,999,2082 -"246005",107993,10908,2,999,1134 -"246006",107993,12228,3,999,2034 -"246007",107993,12818,3,999,2015 -"246008",107993,13024,3,999,2468 -"246009",107993,14025,3,999,2384 -"246010",107993,15088,3,999,2906 -"246011",107993,16361,3,999,1641 -"246012",107993,16590,3,999,1123 -"246013",107993,18855,2,999,1362 -"246014",107993,18954,3,999,2364 -"246015",107993,19296,3,999,1705 -"246016",107993,19366,3,999,2279 -"246017",107993,25885,3,999,1223 -"246018",107993,32235,3,999,2109 -"246019",107993,39258,3,999,2899 -"246020",107993,39589,3,999,1292 -"246021",107993,52185,3,999,1012 -"246022",107993,63555,3,999,1290 -"246023",107993,70656,3,999,2771 -"246024",107993,72827,3,999,1359 -"246025",107993,79036,3,999,2524 -"246026",107993,79822,3,999,1508 -"246027",107993,82426,3,999,1576 -"246028",107993,88171,3,999,1488 -"246029",107993,96349,3,999,1874 -"246030",107993,97266,3,999,1016 -"246031",107993,105867,3,999,1641 -"246032",108107,1102,3,1704,2282 -"246033",108107,5580,3,1704,2111 -"246034",108107,6074,3,1704,2426 -"246035",108107,9175,3,1704,2639 -"246036",108107,9654,3,1704,2111 -"246037",108107,12432,3,1704,1816 -"246038",108107,12449,3,1704,2067 -"246039",108107,13869,3,1704,1786 -"246040",108107,20162,3,1704,2328 -"246041",108107,20486,3,1704,1908 -"246042",108107,24558,3,1704,2139 -"246043",108107,50667,3,1704,2719 -"246044",108107,59700,3,1704,2346 -"246045",108151,22932,3,2377,2469 -"246046",108151,47882,3,2377,2769 -"246047",108151,58711,1,2377,2746 -"246048",108151,67150,3,2377,2633 -"246049",108157,9301,3,1272,1861 -"246050",108157,14287,3,1272,1583 -"246051",108196,900,3,422,2726 -"246052",108196,7615,2,422,1657 -"246053",108196,9703,3,422,1845 -"246054",108196,18005,2,422,2449 -"246055",108196,20155,3,422,1517 -"246056",108196,20176,3,422,1050 -"246057",108196,30865,2,422,2038 -"246058",108196,30974,1,422,947 -"246059",108196,32920,3,422,2158 -"246060",108196,32939,3,422,2277 -"246061",108196,33341,3,422,2338 -"246062",108196,33870,3,422,955 -"246063",108196,36344,1,422,2570 -"246064",108196,38676,3,422,2286 -"246065",108196,38816,3,422,1225 -"246066",108196,44603,3,422,2748 -"246067",108196,50229,3,422,1190 -"246068",108196,57067,3,422,2547 -"246069",108196,57804,3,422,2214 -"246070",108196,59039,3,422,2870 -"246071",108196,63662,3,422,721 -"246072",108196,73737,3,422,1424 -"246073",108196,75282,3,422,2675 -"246074",108196,82426,3,422,1576 -"246075",108196,83301,3,422,1385 -"246076",108196,88067,3,422,2315 -"246077",108196,92904,3,422,780 -"246078",108323,29656,1,1366,1902 -"246079",108323,31281,3,1366,1937 -"246080",108391,14776,2,900,1488 -"246081",108400,669,3,908,1423 -"246082",108400,671,3,908,2328 -"246083",108400,733,3,908,1653 -"246084",108400,1897,2,908,1727 -"246085",108400,2063,3,908,1278 -"246086",108400,2349,3,908,1288 -"246087",108400,2743,3,908,1278 -"246088",108400,3242,2,908,1730 -"246089",108400,4618,3,908,2607 -"246090",108400,5504,3,908,2389 -"246091",108400,7245,3,908,2089 -"246092",108400,8621,2,908,1681 -"246093",108400,10404,3,908,2062 -"246094",108400,10859,3,908,2231 -"246095",108400,10890,3,908,2639 -"246096",108400,15539,3,908,1929 -"246097",108400,16074,3,908,977 -"246098",108400,16164,2,908,1184 -"246099",108400,18571,3,908,2128 -"246100",108400,20563,2,908,2267 -"246101",108400,20824,3,908,1366 -"246102",108400,21911,3,908,1184 -"246103",108400,23506,3,908,1172 -"246104",108400,25341,3,908,1858 -"246105",108400,26436,3,908,2489 -"246106",108400,26516,3,908,2479 -"246107",108400,27753,3,908,2750 -"246108",108400,27783,3,908,2302 -"246109",108400,28731,3,908,955 -"246110",108400,28892,3,908,2023 -"246111",108400,29311,3,908,1849 -"246112",108400,29456,3,908,1182 -"246113",108400,30438,3,908,1617 -"246114",108400,34492,3,908,1798 -"246115",108400,37418,3,908,2710 -"246116",108400,38449,3,908,1802 -"246117",108400,40675,3,908,1595 -"246118",108400,42186,3,908,955 -"246119",108400,51022,3,908,1499 -"246120",108400,54740,3,908,2750 -"246121",108400,57977,3,908,2683 -"246122",108400,58035,3,908,1646 -"246123",108400,64793,3,908,2819 -"246124",108400,74095,3,908,2333 -"246125",108400,80678,3,908,1595 -"246126",108400,100134,3,908,977 -"246127",108415,499,2,752,1931 -"246128",108415,543,3,752,2203 -"246129",108415,999,3,752,2181 -"246130",108415,1616,3,752,2662 -"246131",108415,1691,3,752,1941 -"246132",108415,1777,3,752,1965 -"246133",108415,2484,3,752,2389 -"246134",108415,3161,3,752,2229 -"246135",108415,3830,3,752,1661 -"246136",108415,4751,3,752,2696 -"246137",108415,5078,3,752,2033 -"246138",108415,5457,3,752,2077 -"246139",108415,5462,2,752,2374 -"246140",108415,5504,3,752,2389 -"246141",108415,5710,3,752,1926 -"246142",108415,6390,3,752,2385 -"246143",108415,8621,3,752,1681 -"246144",108415,9311,3,752,2477 -"246145",108415,10799,2,752,2010 -"246146",108415,12713,2,752,2440 -"246147",108415,12976,3,752,2399 -"246148",108415,13012,2,752,875 -"246149",108415,13929,3,752,2693 -"246150",108415,14091,3,752,929 -"246151",108415,15299,3,752,2213 -"246152",108415,16111,3,752,1714 -"246153",108415,17410,3,752,2073 -"246154",108415,17626,3,752,1265 -"246155",108415,17698,3,752,1559 -"246156",108415,19606,3,752,2783 -"246157",108415,20700,3,752,2861 -"246158",108415,21122,3,752,1701 -"246159",108415,21362,3,752,2515 -"246160",108415,22006,3,752,1202 -"246161",108415,22749,3,752,1727 -"246162",108415,26155,3,752,1802 -"246163",108415,29050,3,752,1196 -"246164",108415,29095,3,752,2531 -"246165",108415,31799,3,752,2547 -"246166",108415,33383,3,752,1572 -"246167",108415,33801,3,752,2899 -"246168",108415,34492,3,752,1798 -"246169",108415,34588,2,752,985 -"246170",108415,35256,3,752,2271 -"246171",108415,36962,3,752,2861 -"246172",108415,37418,3,752,2710 -"246173",108415,38048,3,752,867 -"246174",108415,41278,3,752,1873 -"246175",108415,42259,3,752,1235 -"246176",108415,44636,3,752,1026 -"246177",108415,47585,3,752,794 -"246178",108415,51410,3,752,2739 -"246179",108415,51987,3,752,1397 -"246180",108415,52735,3,752,1124 -"246181",108415,53475,3,752,2853 -"246182",108415,53630,3,752,1565 -"246183",108415,55156,2,752,2196 -"246184",108415,55691,3,752,2856 -"246185",108415,57950,2,752,1529 -"246186",108415,60689,3,752,859 -"246187",108415,62538,3,752,1656 -"246188",108415,64181,3,752,1828 -"246189",108415,68810,1,752,2409 -"246190",108415,69498,3,752,931 -"246191",108415,72823,3,752,929 -"246192",108415,75169,3,752,1595 -"246193",108415,75948,3,752,1006 -"246194",108415,76463,3,752,2298 -"246195",108415,78563,2,752,2385 -"246196",108415,85430,3,752,2370 -"246197",108415,86986,2,752,1976 -"246198",108415,88966,3,752,1568 -"246199",108415,89958,3,752,1186 -"246200",108415,90837,3,752,825 -"246201",108415,101482,3,752,1300 -"246202",108415,105795,2,752,1265 -"246203",108415,108620,3,752,881 -"246204",108415,113619,3,752,760 -"246205",108430,1136,3,1642,2536 -"246206",108430,1691,3,1642,1941 -"246207",108430,2407,3,1642,1725 -"246208",108430,7672,3,1642,1974 -"246209",108430,9432,3,1642,1693 -"246210",108430,14032,3,1642,2144 -"246211",108430,14108,3,1642,2012 -"246212",108430,14676,3,1642,2764 -"246213",108430,14731,3,1642,2012 -"246214",108430,16866,3,1642,2718 -"246215",108430,17645,3,1642,1918 -"246216",108430,18865,3,1642,2676 -"246217",108430,42216,3,1642,2722 -"246218",108430,42619,3,1642,2017 -"246219",108430,56854,3,1642,2022 -"246220",108430,63395,3,1642,2334 -"246221",108430,66241,3,1642,2351 -"246222",108430,73747,3,1642,2274 -"246223",108430,79804,3,1642,2227 -"246224",108433,50491,2,1568,1919 -"246225",108446,3254,3,325,1258 -"246226",108446,7337,3,325,1797 -"246227",108446,15095,3,325,2001 -"246228",108446,18124,2,325,1642 -"246229",108446,18421,3,325,2457 -"246230",108446,22586,3,325,1341 -"246231",108446,28440,2,325,675 -"246232",108446,28869,3,325,2425 -"246233",108446,30334,3,325,2075 -"246234",108446,37636,3,325,2178 -"246235",108446,40392,3,325,1878 -"246236",108446,44341,3,325,1230 -"246237",108446,51783,3,325,2599 -"246238",108446,99298,3,325,679 -"246239",108462,6241,3,550,2264 -"246240",108462,39278,3,550,1952 -"246241",108462,43027,2,550,1277 -"246242",108462,93481,3,550,2311 -"246243",108467,4784,3,2170,2511 -"246244",108467,68813,3,2170,2511 -"246245",108467,80186,3,2170,2228 -"246246",108498,1196,3,974,1986 -"246247",108498,3477,3,974,2546 -"246248",108498,6063,3,974,2349 -"246249",108498,11103,3,974,2393 -"246250",108498,13899,2,974,2650 -"246251",108498,15106,3,974,2286 -"246252",108498,18217,3,974,1566 -"246253",108498,19317,3,974,2041 -"246254",108498,22025,3,974,1591 -"246255",108498,29884,3,974,1239 -"246256",108498,33223,3,974,2397 -"246257",108498,37301,3,974,2160 -"246258",108498,40542,3,974,1664 -"246259",108498,58164,2,974,2398 -"246260",108498,61242,3,974,1650 -"246261",108620,1323,3,881,1659 -"246262",108620,2057,3,881,1965 -"246263",108620,2063,3,881,1278 -"246264",108620,2540,3,881,1398 -"246265",108620,2704,3,881,2609 -"246266",108620,2894,3,881,1291 -"246267",108620,3127,3,881,2273 -"246268",108620,3163,3,881,2020 -"246269",108620,4107,3,881,987 -"246270",108620,5610,3,881,2223 -"246271",108620,5615,3,881,1105 -"246272",108620,5792,3,881,975 -"246273",108620,7616,3,881,2296 -"246274",108620,7798,2,881,949 -"246275",108620,8865,2,881,2394 -"246276",108620,9311,3,881,2477 -"246277",108620,9391,3,881,1252 -"246278",108620,9520,3,881,2089 -"246279",108620,9871,3,881,921 -"246280",108620,10148,3,881,2964 -"246281",108620,10754,3,881,1797 -"246282",108620,10799,3,881,2010 -"246283",108620,11538,3,881,2288 -"246284",108620,11546,3,881,1174 -"246285",108620,12067,3,881,1213 -"246286",108620,12388,3,881,1975 -"246287",108620,13184,2,881,977 -"246288",108620,13808,1,881,1356 -"246289",108620,14817,3,881,2110 -"246290",108620,17571,3,881,953 -"246291",108620,18165,3,881,2085 -"246292",108620,18735,3,881,1581 -"246293",108620,19433,3,881,2504 -"246294",108620,25078,3,881,2312 -"246295",108620,26603,3,881,2508 -"246296",108620,27908,2,881,2576 -"246297",108620,29267,2,881,1234 -"246298",108620,29286,3,881,1612 -"246299",108620,29454,3,881,2719 -"246300",108620,30486,3,881,1269 -"246301",108620,30906,3,881,2537 -"246302",108620,31705,3,881,2706 -"246303",108620,31890,3,881,1487 -"246304",108620,32606,3,881,2100 -"246305",108620,33433,3,881,2805 -"246306",108620,35903,2,881,1434 -"246307",108620,36637,2,881,2085 -"246308",108620,36953,3,881,2790 -"246309",108620,37332,3,881,1891 -"246310",108620,37427,3,881,915 -"246311",108620,38513,3,881,914 -"246312",108620,39062,3,881,2020 -"246313",108620,40009,3,881,1341 -"246314",108620,40572,3,881,2666 -"246315",108620,42715,3,881,987 -"246316",108620,42813,3,881,2142 -"246317",108620,42837,3,881,1096 -"246318",108620,46486,2,881,1868 -"246319",108620,46742,3,881,2144 -"246320",108620,47595,3,881,2374 -"246321",108620,47803,2,881,2477 -"246322",108620,48377,3,881,1927 -"246323",108620,49787,3,881,2352 -"246324",108620,50335,3,881,1893 -"246325",108620,50946,3,881,1075 -"246326",108620,51016,1,881,1141 -"246327",108620,52136,3,881,1412 -"246328",108620,55821,3,881,1303 -"246329",108620,55862,3,881,2123 -"246330",108620,57315,3,881,1005 -"246331",108620,58895,3,881,917 -"246332",108620,59637,3,881,2141 -"246333",108620,62966,3,881,1282 -"246334",108620,65856,3,881,2504 -"246335",108620,68810,3,881,2409 -"246336",108620,69232,3,881,2130 -"246337",108620,74190,3,881,1428 -"246338",108620,77155,3,881,2946 -"246339",108620,77550,3,881,1548 -"246340",108620,79837,3,881,1252 -"246341",108620,82009,3,881,1020 -"246342",108620,83334,3,881,1708 -"246343",108620,83862,3,881,2026 -"246344",108620,87958,3,881,1234 -"246345",108620,90709,3,881,1080 -"246346",108620,97768,3,881,1500 -"246347",108620,98080,3,881,1265 -"246348",108621,26695,2,1163,2340 -"246349",108621,30088,2,1163,2095 -"246350",108621,64502,3,1163,1670 -"246351",108647,12374,3,1934,2260 -"246352",108647,18366,3,1934,2699 -"246353",108668,2057,3,119,1965 -"246354",108668,4303,3,119,2414 -"246355",108668,4330,3,119,1128 -"246356",108668,4361,3,119,2571 -"246357",108668,8984,3,119,1162 -"246358",108668,9484,1,119,1429 -"246359",108668,10739,3,119,1807 -"246360",108668,11136,3,119,2573 -"246361",108668,11588,3,119,2352 -"246362",108668,14503,3,119,437 -"246363",108668,18672,3,119,1182 -"246364",108668,20273,3,119,148 -"246365",108668,20662,3,119,1523 -"246366",108668,23277,3,119,1267 -"246367",108668,27509,3,119,2067 -"246368",108668,28116,3,119,1643 -"246369",108668,30870,3,119,2370 -"246370",108668,36346,3,119,1240 -"246371",108668,39418,2,119,1978 -"246372",108668,43660,3,119,2320 -"246373",108668,44582,3,119,197 -"246374",108668,47955,3,119,751 -"246375",108668,47965,3,119,2232 -"246376",108668,55487,3,119,1500 -"246377",108668,66943,3,119,327 -"246378",108668,68876,3,119,1397 -"246379",108668,69232,3,119,2130 -"246380",108668,71793,3,119,153 -"246381",108668,81164,3,119,2260 -"246382",108668,97990,3,119,1223 -"246383",108668,104098,3,119,512 -"246384",108668,106399,3,119,1530 -"246385",108704,701,3,237,2718 -"246386",108704,863,3,237,551 -"246387",108704,913,3,237,2144 -"246388",108704,2609,3,237,834 -"246389",108704,3477,3,237,2546 -"246390",108704,5250,3,237,405 -"246391",108704,6063,3,237,2349 -"246392",108704,6363,3,237,2066 -"246393",108704,7582,2,237,1099 -"246394",108704,10143,3,237,778 -"246395",108704,11625,3,237,2022 -"246396",108704,12004,2,237,996 -"246397",108704,12735,3,237,819 -"246398",108704,12747,3,237,2818 -"246399",108704,12779,2,237,936 -"246400",108704,13043,3,237,1295 -"246401",108704,13899,3,237,2650 -"246402",108704,14332,3,237,780 -"246403",108704,15235,3,237,1045 -"246404",108704,15607,3,237,1421 -"246405",108704,17400,3,237,2231 -"246406",108704,18217,3,237,1566 -"246407",108704,18543,3,237,2968 -"246408",108704,19072,3,237,2358 -"246409",108704,19317,3,237,2041 -"246410",108704,19835,1,237,1135 -"246411",108704,20292,3,237,2755 -"246412",108704,20319,3,237,468 -"246413",108704,20343,2,237,851 -"246414",108704,20416,3,237,2323 -"246415",108704,21571,3,237,2755 -"246416",108704,22462,3,237,869 -"246417",108704,22884,3,237,1608 -"246418",108704,23492,3,237,1067 -"246419",108704,30092,3,237,1593 -"246420",108704,30827,3,237,2323 -"246421",108704,31093,3,237,2160 -"246422",108704,33223,3,237,2397 -"246423",108704,33588,2,237,1040 -"246424",108704,33621,3,237,1319 -"246425",108704,34464,3,237,1741 -"246426",108704,34815,3,237,2354 -"246427",108704,37301,3,237,2160 -"246428",108704,37628,3,237,819 -"246429",108704,38213,3,237,1744 -"246430",108704,39535,3,237,2428 -"246431",108704,40542,3,237,1664 -"246432",108704,42216,3,237,2722 -"246433",108704,47062,2,237,1675 -"246434",108704,48814,3,237,264 -"246435",108704,49620,3,237,1868 -"246436",108704,51041,3,237,2606 -"246437",108704,54929,3,237,2783 -"246438",108704,54953,3,237,2223 -"246439",108704,55084,3,237,1189 -"246440",108704,56639,3,237,643 -"246441",108704,57337,3,237,1443 -"246442",108704,57414,3,237,922 -"246443",108704,59438,2,237,2400 -"246444",108704,68523,3,237,1664 -"246445",108704,74636,3,237,2525 -"246446",108704,75403,3,237,1895 -"246447",108704,79213,3,237,1620 -"246448",108704,80172,3,237,1342 -"246449",108704,92491,3,237,1968 -"246450",108704,108742,3,237,484 -"246451",108709,3414,3,462,2322 -"246452",108709,5018,3,462,640 -"246453",108709,5258,3,462,2730 -"246454",108709,14108,3,462,2012 -"246455",108709,14972,3,462,2332 -"246456",108709,18502,3,462,1033 -"246457",108709,18543,2,462,2968 -"246458",108709,20715,3,462,1312 -"246459",108709,21133,3,462,1320 -"246460",108709,21246,3,462,1612 -"246461",108709,27792,3,462,1308 -"246462",108709,29308,3,462,2094 -"246463",108709,29918,3,462,1953 -"246464",108709,30411,3,462,630 -"246465",108709,33572,3,462,2370 -"246466",108709,34314,3,462,630 -"246467",108709,36439,3,462,2469 -"246468",108709,38667,3,462,2880 -"246469",108709,40488,3,462,486 -"246470",108709,41085,3,462,637 -"246471",108709,44427,3,462,2875 -"246472",108709,47064,3,462,1993 -"246473",108709,49300,3,462,515 -"246474",108709,50235,3,462,726 -"246475",108709,52327,3,462,1472 -"246476",108709,53252,3,462,637 -"246477",108709,53936,3,462,584 -"246478",108709,57990,3,462,978 -"246479",108709,58122,3,462,889 -"246480",108709,58133,3,462,1484 -"246481",108709,61785,3,462,822 -"246482",108709,68055,3,462,1236 -"246483",108709,71274,2,462,2390 -"246484",108709,75025,3,462,717 -"246485",108709,78256,3,462,804 -"246486",108709,78569,3,462,578 -"246487",108709,79612,3,462,927 -"246488",108709,82401,3,462,1210 -"246489",108709,84426,3,462,1301 -"246490",108709,88232,3,462,2881 -"246491",108709,89880,3,462,1938 -"246492",108709,92592,3,462,486 -"246493",108709,92817,3,462,569 -"246494",108709,99953,3,462,581 -"246495",108709,101967,3,462,691 -"246496",108709,102731,3,462,630 -"246497",108742,863,3,484,551 -"246498",108742,2609,3,484,834 -"246499",108742,10143,3,484,778 -"246500",108742,11450,3,484,915 -"246501",108742,11625,3,484,2022 -"246502",108742,12779,3,484,936 -"246503",108742,13158,2,484,2667 -"246504",108742,14332,2,484,780 -"246505",108742,15235,3,484,1045 -"246506",108742,19835,3,484,1135 -"246507",108742,20343,2,484,851 -"246508",108742,20416,2,484,2323 -"246509",108742,28274,3,484,493 -"246510",108742,30092,3,484,1593 -"246511",108742,30827,3,484,2323 -"246512",108742,30850,3,484,1045 -"246513",108742,38284,2,484,1234 -"246514",108742,42216,3,484,2722 -"246515",108742,55084,3,484,1189 -"246516",108742,88063,3,484,1045 -"246517",108742,88070,2,484,949 -"246518",108751,16336,2,697,859 -"246519",108751,16525,3,697,2721 -"246520",108751,43385,3,697,1623 -"246521",108751,48158,1,697,2483 -"246522",108751,54305,2,697,1222 -"246523",108770,3776,3,158,2322 -"246524",108770,6248,3,158,2737 -"246525",108770,10727,3,158,2082 -"246526",108770,11976,3,158,1727 -"246527",108770,16593,3,158,1139 -"246528",108770,28355,3,158,2053 -"246529",108770,29117,2,158,1250 -"246530",108770,42713,3,158,1995 -"246531",108770,43250,3,158,1300 -"246532",108770,47557,3,158,999 -"246533",108770,49147,2,158,2539 -"246534",108770,54061,2,158,1488 -"246535",108770,59470,3,158,2393 -"246536",108770,65223,3,158,2724 -"246537",108770,67763,3,158,822 -"246538",108770,70845,3,158,1139 -"246539",108774,28203,3,1901,2117 -"246540",108774,80486,2,1901,2008 -"246541",108793,6160,3,919,969 -"246542",108793,13537,3,919,1020 -"246543",108793,33341,3,919,2338 -"246544",108793,33697,3,919,1309 -"246545",108793,50229,3,919,1190 -"246546",108793,80527,3,919,1664 -"246547",108827,7616,3,291,2296 -"246548",108827,12712,3,291,815 -"246549",108827,16539,3,291,1947 -"246550",108827,33846,2,291,801 -"246551",108827,42515,1,291,2752 -"246552",108827,62870,3,291,1568 -"246553",108827,76646,3,291,1263 -"246554",108827,82893,3,291,1275 -"246555",108827,86883,3,291,1623 -"246556",108867,613,3,2328,2687 -"246557",108867,4057,3,2328,2389 -"246558",108867,5462,3,2328,2374 -"246559",108867,16352,3,2328,2657 -"246560",108867,39444,3,2328,2695 -"246561",108867,43518,3,2328,2680 -"246562",108867,47803,3,2328,2477 -"246563",108867,50118,3,2328,2654 -"246564",108867,50236,3,2328,2339 -"246565",108867,55468,3,2328,2511 -"246566",108867,64997,3,2328,2791 -"246567",108867,70046,3,2328,2624 -"246568",108872,3669,3,1810,2524 -"246569",108872,9727,3,1810,2327 -"246570",108872,11135,3,1810,2441 -"246571",108872,12818,3,1810,2015 -"246572",108872,14957,3,1810,2306 -"246573",108872,15502,3,1810,2637 -"246574",108872,16866,3,1810,2718 -"246575",108872,18865,3,1810,2676 -"246576",108872,18954,3,1810,2364 -"246577",108872,24761,3,1810,2384 -"246578",108872,33562,2,1810,1979 -"246579",108872,53498,2,1810,1967 -"246580",108872,59347,3,1810,1926 -"246581",108872,63395,3,1810,2334 -"246582",108872,80680,3,1810,2403 -"246583",108872,115966,3,1810,2349 -"246584",108974,919,3,752,910 -"246585",108974,2724,3,752,2447 -"246586",108974,3271,3,752,2216 -"246587",108974,3272,3,752,2132 -"246588",108974,3477,3,752,2546 -"246589",108974,3559,3,752,2413 -"246590",108974,4691,3,752,1888 -"246591",108974,4968,2,752,1586 -"246592",108974,6040,3,752,2103 -"246593",108974,6063,3,752,2349 -"246594",108974,8993,3,752,2099 -"246595",108974,9272,3,752,2835 -"246596",108974,10250,3,752,1606 -"246597",108974,12197,3,752,1235 -"246598",108974,12598,3,752,2086 -"246599",108974,12735,2,752,819 -"246600",108974,12779,3,752,936 -"246601",108974,13930,3,752,1274 -"246602",108974,15023,2,752,2054 -"246603",108974,18217,3,752,1566 -"246604",108974,18645,3,752,793 -"246605",108974,19075,3,752,2214 -"246606",108974,19667,3,752,1466 -"246607",108974,20547,2,752,2145 -"246608",108974,20709,3,752,1757 -"246609",108974,20739,2,752,2025 -"246610",108974,22462,3,752,869 -"246611",108974,25518,3,752,1955 -"246612",108974,25678,3,752,1558 -"246613",108974,29100,3,752,843 -"246614",108974,31357,3,752,2389 -"246615",108974,33223,3,752,2397 -"246616",108974,33470,2,752,2003 -"246617",108974,39893,3,752,1601 -"246618",108974,40542,3,752,1664 -"246619",108974,43226,3,752,2442 -"246620",108974,48110,3,752,2009 -"246621",108974,51399,2,752,934 -"246622",108974,51843,2,752,2389 -"246623",108974,54385,2,752,2340 -"246624",108974,55730,3,752,1217 -"246625",108974,58508,3,752,2326 -"246626",108974,63104,3,752,2149 -"246627",108974,63631,3,752,763 -"246628",108974,69308,3,752,2370 -"246629",108974,69335,3,752,2698 -"246630",108974,76295,3,752,1001 -"246631",108974,78611,3,752,1586 -"246632",108974,80301,3,752,1690 -"246633",108974,84808,2,752,1974 -"246634",108974,93123,2,752,870 -"246635",108974,93590,3,752,1188 -"246636",108974,110737,3,752,2117 -"246637",108974,110871,3,752,2879 -"246638",108974,110874,3,752,1390 -"246639",109031,55,3,523,2524 -"246640",109031,1393,3,523,1706 -"246641",109031,2014,2,523,973 -"246642",109031,3506,2,523,2364 -"246643",109031,4403,3,523,2416 -"246644",109031,6040,3,523,2103 -"246645",109031,6621,3,523,2478 -"246646",109031,7123,1,523,1964 -"246647",109031,7900,3,523,893 -"246648",109031,7903,3,523,744 -"246649",109031,7932,2,523,789 -"246650",109031,9088,3,523,1881 -"246651",109031,9269,2,523,1892 -"246652",109031,9342,1,523,896 -"246653",109031,9895,3,523,1960 -"246654",109031,10610,2,523,1427 -"246655",109031,13712,3,523,550 -"246656",109031,15244,2,523,1600 -"246657",109031,15926,3,523,545 -"246658",109031,16347,3,523,1868 -"246659",109031,16866,3,523,2718 -"246660",109031,17925,2,523,2385 -"246661",109031,19690,3,523,706 -"246662",109031,20695,3,523,2526 -"246663",109031,21872,3,523,2458 -"246664",109031,22389,3,523,2034 -"246665",109031,26740,3,523,2695 -"246666",109031,32629,3,523,1789 -"246667",109031,32724,3,523,2581 -"246668",109031,34331,3,523,1727 -"246669",109031,36275,3,523,614 -"246670",109031,36440,2,523,704 -"246671",109031,37765,3,523,1134 -"246672",109031,41075,1,523,1176 -"246673",109031,44312,3,523,2741 -"246674",109031,44744,2,523,2032 -"246675",109031,45449,2,523,1610 -"246676",109031,45450,3,523,1590 -"246677",109031,45562,3,523,623 -"246678",109031,48781,3,523,954 -"246679",109031,48931,2,523,2444 -"246680",109031,53445,3,523,2028 -"246681",109031,54953,3,523,2223 -"246682",109031,55493,3,523,869 -"246683",109031,56364,3,523,1626 -"246684",109031,57804,3,523,2214 -"246685",109031,63329,3,523,639 -"246686",109031,64712,3,523,1411 -"246687",109031,66017,3,523,1545 -"246688",109031,68215,3,523,2727 -"246689",109031,78611,3,523,1586 -"246690",109031,78800,3,523,652 -"246691",109031,79639,3,523,1013 -"246692",109031,80801,3,523,1250 -"246693",109031,83206,3,523,954 -"246694",109031,84591,3,523,1685 -"246695",109031,85926,3,523,907 -"246696",109031,87915,3,523,1152 -"246697",109031,90852,3,523,764 -"246698",109031,92084,3,523,1134 -"246699",109031,92469,2,523,1232 -"246700",109031,96387,1,523,2159 -"246701",109031,100084,3,523,1964 -"246702",109031,101666,3,523,1257 -"246703",109031,102581,2,523,1813 -"246704",109034,2370,3,259,1600 -"246705",109034,3158,3,259,2762 -"246706",109034,4249,3,259,2547 -"246707",109034,4784,2,259,2511 -"246708",109034,6020,3,259,1864 -"246709",109034,9740,3,259,2233 -"246710",109034,11270,3,259,1011 -"246711",109034,13595,2,259,1164 -"246712",109034,14255,3,259,893 -"246713",109034,14256,3,259,279 -"246714",109034,16455,3,259,946 -"246715",109034,17531,3,259,876 -"246716",109034,21358,3,259,1970 -"246717",109034,28648,3,259,1586 -"246718",109034,30544,3,259,2041 -"246719",109034,34274,3,259,1437 -"246720",109034,41489,3,259,2006 -"246721",109034,45297,2,259,1864 -"246722",109034,48823,3,259,2080 -"246723",109034,49029,3,259,647 -"246724",109034,51212,3,259,1801 -"246725",109034,67289,3,259,829 -"246726",109034,68813,3,259,2511 -"246727",109034,69732,3,259,732 -"246728",109034,71225,3,259,956 -"246729",109034,76842,2,259,1518 -"246730",109034,82217,3,259,2441 -"246731",109034,82740,3,259,579 -"246732",109034,93642,3,259,1120 -"246733",109034,123211,3,259,405 -"246734",109055,20921,3,393,723 -"246735",109055,29100,3,393,843 -"246736",109055,55997,3,393,1414 -"246737",109055,83598,3,393,619 -"246738",109055,85072,3,393,413 -"246739",109055,105253,1,393,476 -"246740",109061,180,2,619,1593 -"246741",109061,52530,3,619,1737 -"246742",109061,106515,2,619,2113 -"246743",109079,2901,3,954,1156 -"246744",109079,2972,3,954,1708 -"246745",109079,17997,3,954,1621 -"246746",109079,31099,3,954,1356 -"246747",109079,46988,2,954,2460 -"246748",109079,47715,3,954,2111 -"246749",109079,69257,3,954,1402 -"246750",109079,81592,1,954,2882 -"246751",109079,81593,2,954,1156 -"246752",109104,1592,3,502,2006 -"246753",109104,1897,3,502,1727 -"246754",109104,2334,2,502,2619 -"246755",109104,2349,3,502,1288 -"246756",109104,6133,3,502,1229 -"246757",109104,6627,3,502,2063 -"246758",109104,18571,2,502,2128 -"246759",109104,21463,3,502,2437 -"246760",109104,26713,3,502,1235 -"246761",109104,27783,3,502,2302 -"246762",109104,28048,2,502,1637 -"246763",109104,31164,3,502,1996 -"246764",109104,36136,3,502,2338 -"246765",109104,38755,3,502,2902 -"246766",109104,39105,2,502,2487 -"246767",109104,46621,3,502,1343 -"246768",109104,46951,3,502,2429 -"246769",109104,60624,3,502,1570 -"246770",109104,61785,3,502,822 -"246771",109104,68592,3,502,2551 -"246772",109104,75921,3,502,517 -"246773",109104,76132,3,502,2426 -"246774",109104,76675,3,502,1840 -"246775",109114,7672,2,1287,1974 -"246776",109114,20824,3,1287,1366 -"246777",109114,34120,3,1287,2786 -"246778",109114,35301,3,1287,1302 -"246779",109114,41955,2,1287,2479 -"246780",109114,42642,3,1287,2257 -"246781",109114,86505,2,1287,1302 -"246782",109132,76007,3,119,918 -"246783",109175,1275,3,146,2068 -"246784",109175,1469,3,146,1160 -"246785",109175,1616,3,146,2662 -"246786",109175,1777,3,146,1965 -"246787",109175,3695,2,146,2612 -"246788",109175,3830,2,146,1661 -"246789",109175,3877,3,146,1133 -"246790",109175,4751,3,146,2696 -"246791",109175,5078,3,146,2033 -"246792",109175,5457,3,146,2077 -"246793",109175,5462,3,146,2374 -"246794",109175,5504,3,146,2389 -"246795",109175,8229,3,146,1241 -"246796",109175,13012,3,146,875 -"246797",109175,16609,3,146,538 -"246798",109175,17133,3,146,924 -"246799",109175,18151,3,146,2962 -"246800",109175,19637,3,146,1229 -"246801",109175,19963,3,146,810 -"246802",109175,20325,3,146,1842 -"246803",109175,20659,3,146,1969 -"246804",109175,21122,3,146,1701 -"246805",109175,22006,3,146,1202 -"246806",109175,22749,3,146,1727 -"246807",109175,28216,3,146,1910 -"246808",109175,30119,3,146,1961 -"246809",109175,30956,3,146,168 -"246810",109175,32606,3,146,2100 -"246811",109175,37418,3,146,2710 -"246812",109175,39444,3,146,2695 -"246813",109175,41278,2,146,1873 -"246814",109175,42906,2,146,1748 -"246815",109175,49965,3,146,2301 -"246816",109175,49998,3,146,2761 -"246817",109175,51410,3,146,2739 -"246818",109175,55828,2,146,2393 -"246819",109175,57077,3,146,1885 -"246820",109175,57609,3,146,2717 -"246821",109175,57950,2,146,1529 -"246822",109175,57977,3,146,2683 -"246823",109175,59082,3,146,947 -"246824",109175,63637,3,146,498 -"246825",109175,64967,2,146,2872 -"246826",109175,69017,3,146,1183 -"246827",109175,69498,3,146,931 -"246828",109175,75948,3,146,1006 -"246829",109175,90837,1,146,825 -"246830",109175,102050,2,146,906 -"246831",109175,108415,3,146,752 -"246832",109182,2226,3,353,2225 -"246833",109182,2936,3,353,2512 -"246834",109182,4660,3,353,2149 -"246835",109182,4681,3,353,2356 -"246836",109182,7785,3,353,2441 -"246837",109182,8200,3,353,1709 -"246838",109182,9272,3,353,2835 -"246839",109182,9723,3,353,2302 -"246840",109182,11239,3,353,2181 -"246841",109182,12586,3,353,613 -"246842",109182,16684,3,353,1657 -"246843",109182,16751,3,353,2301 -"246844",109182,18011,3,353,1636 -"246845",109182,18202,2,353,2475 -"246846",109182,19364,2,353,2846 -"246847",109182,20700,3,353,2861 -"246848",109182,22709,3,353,2743 -"246849",109182,23492,3,353,1067 -"246850",109182,26450,3,353,1709 -"246851",109182,28432,3,353,1954 -"246852",109182,32651,3,353,877 -"246853",109182,35797,2,353,2482 -"246854",109182,37859,2,353,1999 -"246855",109182,39906,2,353,2365 -"246856",109182,44877,3,353,1219 -"246857",109182,52215,3,353,1908 -"246858",109182,58122,3,353,889 -"246859",109182,73553,3,353,2726 -"246860",109182,77077,3,353,2693 -"246861",109182,82341,3,353,1515 -"246862",109182,92297,3,353,2952 -"246863",109182,99041,3,353,844 -"246864",109182,109978,3,353,1865 -"246865",109194,21,3,494,1385 -"246866",109194,601,3,494,702 -"246867",109194,1428,3,494,742 -"246868",109194,2120,3,494,1133 -"246869",109194,2576,3,494,1307 -"246870",109194,2852,3,494,2448 -"246871",109194,3954,3,494,839 -"246872",109194,4612,3,494,2804 -"246873",109194,5346,3,494,1438 -"246874",109194,8140,3,494,1262 -"246875",109194,9787,2,494,2858 -"246876",109194,10239,3,494,2032 -"246877",109194,10453,3,494,1656 -"246878",109194,10980,2,494,1974 -"246879",109194,12361,3,494,2732 -"246880",109194,12653,3,494,1573 -"246881",109194,12781,3,494,831 -"246882",109194,15159,3,494,756 -"246883",109194,15207,3,494,1855 -"246884",109194,15462,3,494,1141 -"246885",109194,16053,3,494,908 -"246886",109194,16501,3,494,1650 -"246887",109194,17645,3,494,1918 -"246888",109194,19637,3,494,1229 -"246889",109194,20067,2,494,2390 -"246890",109194,21706,3,494,1988 -"246891",109194,22166,3,494,994 -"246892",109194,22704,2,494,1150 -"246893",109194,23534,3,494,1659 -"246894",109194,23692,2,494,1540 -"246895",109194,23869,3,494,1918 -"246896",109194,25163,3,494,1751 -"246897",109194,27897,3,494,1968 -"246898",109194,27914,3,494,2507 -"246899",109194,29286,2,494,1612 -"246900",109194,30525,3,494,1964 -"246901",109194,30883,3,494,1629 -"246902",109194,31408,3,494,994 -"246903",109194,31868,3,494,1993 -"246904",109194,32988,3,494,2008 -"246905",109194,33801,3,494,2899 -"246906",109194,33870,3,494,955 -"246907",109194,35728,2,494,2017 -"246908",109194,37522,3,494,1270 -"246909",109194,38087,2,494,1083 -"246910",109194,40035,3,494,2742 -"246911",109194,41633,3,494,1976 -"246912",109194,42331,2,494,1585 -"246913",109194,42505,3,494,2008 -"246914",109194,46486,3,494,1868 -"246915",109194,46726,2,494,943 -"246916",109194,47810,3,494,957 -"246917",109194,49414,3,494,1667 -"246918",109194,50354,3,494,1299 -"246919",109194,50903,3,494,931 -"246920",109194,50996,2,494,929 -"246921",109194,53475,3,494,2853 -"246922",109194,53739,3,494,2704 -"246923",109194,54775,3,494,2383 -"246924",109194,56862,3,494,868 -"246925",109194,60266,3,494,1018 -"246926",109194,60449,3,494,2085 -"246927",109194,60808,3,494,1258 -"246928",109194,62668,3,494,958 -"246929",109194,63604,2,494,927 -"246930",109194,67252,2,494,1215 -"246931",109194,67617,2,494,1149 -"246932",109194,70101,3,494,2414 -"246933",109194,70372,3,494,526 -"246934",109194,71467,3,494,1051 -"246935",109194,72986,3,494,1055 -"246936",109194,74730,3,494,535 -"246937",109194,80156,3,494,1667 -"246938",109194,81077,1,494,498 -"246939",109194,83301,3,494,1385 -"246940",109194,84975,3,494,1138 -"246941",109194,92254,3,494,517 -"246942",109194,93386,3,494,890 -"246943",109194,93398,3,494,828 -"246944",109194,94520,3,494,1243 -"246945",109194,96310,3,494,1016 -"246946",109194,97160,2,494,1215 -"246947",109194,100140,3,494,1041 -"246948",109194,100670,3,494,525 -"246949",109194,103524,3,494,991 -"246950",109194,103890,3,494,958 -"246951",109194,104098,2,494,512 -"246952",109264,3961,3,1104,2426 -"246953",109264,16625,3,1104,1285 -"246954",109264,24586,3,1104,2465 -"246955",109264,27001,3,1104,1761 -"246956",109264,34480,3,1104,2755 -"246957",109264,42505,3,1104,2008 -"246958",109264,47966,3,1104,2409 -"246959",109264,51471,3,1104,1280 -"246960",109264,67383,3,1104,1739 -"246961",109264,72207,3,1104,2430 -"246962",109264,76511,3,1104,1250 -"246963",109264,89511,3,1104,1205 -"246964",109307,2540,3,1187,1398 -"246965",109307,6989,3,1187,2623 -"246966",109307,7785,2,1187,2441 -"246967",109307,27742,3,1187,2700 -"246968",109307,32532,3,1187,2338 -"246969",109307,32560,2,1187,1258 -"246970",109307,35797,2,1187,2482 -"246971",109323,1592,3,647,2006 -"246972",109323,1691,3,647,1941 -"246973",109323,24923,3,647,2785 -"246974",109323,28808,3,647,1063 -"246975",109323,46621,2,647,1343 -"246976",109323,52327,3,647,1472 -"246977",109323,61785,3,647,822 -"246978",109323,88232,3,647,2881 -"246979",109323,92973,3,647,1276 -"246980",109340,24608,3,226,1630 -"246981",109340,34311,3,226,2213 -"246982",109340,44235,3,226,2700 -"246983",109340,45927,3,226,1542 -"246984",109340,49741,3,226,839 -"246985",109340,82735,2,226,829 -"246986",109383,543,3,952,2203 -"246987",109383,733,3,952,1653 -"246988",109383,1090,3,952,2370 -"246989",109383,1275,3,952,2068 -"246990",109383,1469,3,952,1160 -"246991",109383,1777,3,952,1965 -"246992",109383,2063,3,952,1278 -"246993",109383,2166,3,952,2557 -"246994",109383,2484,3,952,2389 -"246995",109383,2591,3,952,1949 -"246996",109383,2743,3,952,1278 -"246997",109383,3167,3,952,1676 -"246998",109383,3242,2,952,1730 -"246999",109383,3352,3,952,1707 -"247000",109383,3830,3,952,1661 -"247001",109383,3838,3,952,2110 -"247002",109383,4191,3,952,2130 -"247003",109383,4618,3,952,2607 -"247004",109383,4980,2,952,2093 -"247005",109383,5078,3,952,2033 -"247006",109383,5457,3,952,2077 -"247007",109383,5462,3,952,2374 -"247008",109383,5504,2,952,2389 -"247009",109383,6577,3,952,1951 -"247010",109383,7245,3,952,2089 -"247011",109383,7323,3,952,2858 -"247012",109383,8229,3,952,1241 -"247013",109383,8621,3,952,1681 -"247014",109383,10404,3,952,2062 -"247015",109383,10875,3,952,1234 -"247016",109383,12096,3,952,1330 -"247017",109383,12345,3,952,2364 -"247018",109383,13751,3,952,2557 -"247019",109383,14108,3,952,2012 -"247020",109383,16074,3,952,977 -"247021",109383,16164,2,952,1184 -"247022",109383,16497,3,952,2370 -"247023",109383,17357,2,952,1536 -"247024",109383,18415,3,952,2184 -"247025",109383,20486,3,952,1908 -"247026",109383,20563,3,952,2267 -"247027",109383,20824,3,952,1366 -"247028",109383,21122,3,952,1701 -"247029",109383,21401,3,952,1440 -"247030",109383,21911,1,952,1184 -"247031",109383,22006,3,952,1202 -"247032",109383,22501,3,952,1006 -"247033",109383,22749,3,952,1727 -"247034",109383,23506,3,952,1172 -"247035",109383,23704,3,952,2278 -"247036",109383,25341,3,952,1858 -"247037",109383,25643,3,952,1646 -"247038",109383,26436,3,952,2489 -"247039",109383,26516,3,952,2479 -"247040",109383,27753,2,952,2750 -"247041",109383,28731,1,952,955 -"247042",109383,29456,3,952,1182 -"247043",109383,30438,1,952,1617 -"247044",109383,31000,3,952,1526 -"247045",109383,31243,2,952,1355 -"247046",109383,32988,3,952,2008 -"247047",109383,33572,3,952,2370 -"247048",109383,34492,2,952,1798 -"247049",109383,37570,3,952,2389 -"247050",109383,38449,2,952,1802 -"247051",109383,39444,3,952,2695 -"247052",109383,40022,3,952,2307 -"247053",109383,40293,3,952,1671 -"247054",109383,42186,3,952,955 -"247055",109383,42747,3,952,1189 -"247056",109383,44684,3,952,1220 -"247057",109383,45715,1,952,2287 -"247058",109383,45903,3,952,2237 -"247059",109383,48414,3,952,1749 -"247060",109383,49144,3,952,1542 -"247061",109383,49965,3,952,2301 -"247062",109383,51022,3,952,1499 -"247063",109383,51157,3,952,2319 -"247064",109383,51410,3,952,2739 -"247065",109383,51987,3,952,1397 -"247066",109383,53069,3,952,1664 -"247067",109383,53637,3,952,2113 -"247068",109383,54740,3,952,2750 -"247069",109383,55556,3,952,2075 -"247070",109383,55828,2,952,2393 -"247071",109383,57609,2,952,2717 -"247072",109383,57990,3,952,978 -"247073",109383,58035,3,952,1646 -"247074",109383,59700,2,952,2346 -"247075",109383,62148,3,952,1566 -"247076",109383,69017,3,952,1183 -"247077",109383,71478,2,952,1721 -"247078",109383,77001,2,952,1440 -"247079",109383,80429,3,952,1927 -"247080",109383,82426,3,952,1576 -"247081",109383,82454,3,952,1266 -"247082",109383,82767,3,952,1641 -"247083",109383,83526,3,952,1235 -"247084",109383,85430,3,952,2370 -"247085",109383,86550,2,952,955 -"247086",109383,88860,2,952,1014 -"247087",109383,89958,2,952,1186 -"247088",109383,93615,3,952,2386 -"247089",109383,97915,3,952,1802 -"247090",109383,100134,3,952,977 -"247091",109383,120112,3,952,954 -"247092",109411,758,3,87,1232 -"247093",109411,2452,3,87,1715 -"247094",109411,2979,3,87,2912 -"247095",109411,3195,3,87,2043 -"247096",109411,3477,3,87,2546 -"247097",109411,4623,3,87,1176 -"247098",109411,6063,3,87,2349 -"247099",109411,6132,3,87,1590 -"247100",109411,7937,3,87,2044 -"247101",109411,9801,3,87,2443 -"247102",109411,11432,3,87,1593 -"247103",109411,12735,3,87,819 -"247104",109411,12779,3,87,936 -"247105",109411,14353,3,87,2878 -"247106",109411,14564,3,87,1581 -"247107",109411,17097,3,87,1505 -"247108",109411,18217,3,87,1566 -"247109",109411,22403,2,87,1630 -"247110",109411,22462,3,87,869 -"247111",109411,23692,3,87,1540 -"247112",109411,26737,3,87,855 -"247113",109411,27255,3,87,1232 -"247114",109411,27355,2,87,870 -"247115",109411,28893,3,87,2764 -"247116",109411,28934,3,87,870 -"247117",109411,29372,3,87,528 -"247118",109411,32339,2,87,2430 -"247119",109411,33223,3,87,2397 -"247120",109411,33665,3,87,787 -"247121",109411,34158,3,87,2639 -"247122",109411,40542,3,87,1664 -"247123",109411,41250,3,87,1703 -"247124",109411,41581,3,87,1692 -"247125",109411,42756,3,87,1384 -"247126",109411,46373,3,87,134 -"247127",109411,47148,3,87,569 -"247128",109411,49414,1,87,1667 -"247129",109411,57150,3,87,1196 -"247130",109411,57760,3,87,1721 -"247131",109411,69012,3,87,799 -"247132",109411,75648,3,87,523 -"247133",109411,81077,3,87,498 -"247134",109411,87269,3,87,847 -"247135",109411,91532,3,87,98 -"247136",109411,93320,3,87,1258 -"247137",109411,99073,1,87,486 -"247138",109415,42,3,1328,2265 -"247139",109415,671,3,1328,2328 -"247140",109415,1090,2,1328,2370 -"247141",109415,1321,3,1328,2075 -"247142",109415,2166,3,1328,2557 -"247143",109415,2181,3,1328,2030 -"247144",109415,2754,3,1328,1360 -"247145",109415,3088,2,1328,1670 -"247146",109415,12096,3,1328,1330 -"247147",109415,16497,3,1328,2370 -"247148",109415,18543,3,1328,2968 -"247149",109415,26570,3,1328,1669 -"247150",109415,26608,3,1328,2329 -"247151",109415,35256,3,1328,2271 -"247152",109415,44427,2,1328,2875 -"247153",109415,53851,3,1328,2305 -"247154",109415,70647,3,1328,2795 -"247155",109415,94125,2,1328,2280 -"247156",109476,2077,3,353,610 -"247157",109476,3144,3,353,869 -"247158",109476,5716,3,353,1058 -"247159",109476,5986,3,353,1721 -"247160",109476,6417,3,353,1675 -"247161",109476,14855,3,353,903 -"247162",109476,14972,3,353,2332 -"247163",109476,16096,3,353,2301 -"247164",109476,18348,3,353,1711 -"247165",109476,19733,3,353,1907 -"247166",109476,23310,3,353,2371 -"247167",109476,26659,3,353,903 -"247168",109476,32694,3,353,1602 -"247169",109476,36691,3,353,1903 -"247170",109476,39186,3,353,1258 -"247171",109476,40417,3,353,771 -"247172",109476,80219,2,353,988 -"247173",109476,89203,3,353,453 -"247174",109506,1136,3,458,2536 -"247175",109506,2865,3,458,2006 -"247176",109506,3863,3,458,856 -"247177",109506,5018,3,458,640 -"247178",109506,5258,3,458,2730 -"247179",109506,5296,3,458,820 -"247180",109506,5568,3,458,1290 -"247181",109506,7245,3,458,2089 -"247182",109506,9511,3,458,1232 -"247183",109506,12610,3,458,1274 -"247184",109506,14676,3,458,2764 -"247185",109506,14731,3,458,2012 -"247186",109506,18415,3,458,2184 -"247187",109506,18502,3,458,1033 -"247188",109506,18543,3,458,2968 -"247189",109506,18718,3,458,494 -"247190",109506,27275,3,458,2656 -"247191",109506,29073,3,458,2328 -"247192",109506,30411,3,458,630 -"247193",109506,30974,3,458,947 -"247194",109506,31700,3,458,2727 -"247195",109506,34945,3,458,1298 -"247196",109506,37937,3,458,1320 -"247197",109506,40488,3,458,486 -"247198",109506,41085,3,458,637 -"247199",109506,42216,3,458,2722 -"247200",109506,44427,3,458,2875 -"247201",109506,50685,3,458,2008 -"247202",109506,52735,3,458,1124 -"247203",109506,53624,3,458,952 -"247204",109506,53830,3,458,1307 -"247205",109506,56116,3,458,1321 -"247206",109506,56854,3,458,2022 -"247207",109506,62957,3,458,1170 -"247208",109506,67607,3,458,528 -"247209",109506,69067,3,458,626 -"247210",109506,70854,3,458,635 -"247211",109506,73597,3,458,1989 -"247212",109506,75025,3,458,717 -"247213",109506,75884,3,458,520 -"247214",109506,82426,2,458,1576 -"247215",109506,84612,2,458,2175 -"247216",109506,101347,3,458,1335 -"247217",109506,108430,3,458,1642 -"247218",109510,135,3,621,2233 -"247219",109510,600,3,621,1702 -"247220",109510,669,3,621,1423 -"247221",109510,1044,3,621,880 -"247222",109510,2424,3,621,2582 -"247223",109510,4790,2,621,1025 -"247224",109510,4791,3,621,1184 -"247225",109510,5296,3,621,820 -"247226",109510,5451,3,621,1299 -"247227",109510,6241,3,621,2264 -"247228",109510,12863,2,621,2027 -"247229",109510,14678,2,621,799 -"247230",109510,18707,3,621,1143 -"247231",109510,19248,3,621,2357 -"247232",109510,19719,3,621,2177 -"247233",109510,20287,3,621,1099 -"247234",109510,21197,3,621,1437 -"247235",109510,21198,2,621,935 -"247236",109510,21285,3,621,2100 -"247237",109510,22282,2,621,1418 -"247238",109510,23450,3,621,967 -"247239",109510,23705,3,621,2699 -"247240",109510,23918,2,621,1881 -"247241",109510,24405,3,621,1443 -"247242",109510,26749,3,621,2965 -"247243",109510,27175,3,621,1447 -"247244",109510,27390,3,621,2425 -"247245",109510,27837,3,621,1315 -"247246",109510,27849,3,621,1316 -"247247",109510,31050,3,621,1491 -"247248",109510,32601,3,621,1033 -"247249",109510,32658,3,621,1694 -"247250",109510,35095,3,621,1502 -"247251",109510,38019,3,621,1870 -"247252",109510,41174,3,621,850 -"247253",109510,41739,3,621,1339 -"247254",109510,42642,3,621,2257 -"247255",109510,43051,3,621,904 -"247256",109510,43385,3,621,1623 -"247257",109510,46469,3,621,759 -"247258",109510,48414,3,621,1749 -"247259",109510,50219,2,621,756 -"247260",109510,50685,2,621,2008 -"247261",109510,52058,2,621,1836 -"247262",109510,52136,3,621,1412 -"247263",109510,52576,3,621,2234 -"247264",109510,53196,3,621,1888 -"247265",109510,54158,3,621,1756 -"247266",109510,54980,3,621,876 -"247267",109510,55438,3,621,2863 -"247268",109510,55468,2,621,2511 -"247269",109510,56317,3,621,2030 -"247270",109510,58508,3,621,2326 -"247271",109510,58652,3,621,1437 -"247272",109510,60185,3,621,1206 -"247273",109510,61982,3,621,2725 -"247274",109510,62841,3,621,2710 -"247275",109510,65625,3,621,1273 -"247276",109510,66860,3,621,1548 -"247277",109510,69591,3,621,2294 -"247278",109510,70603,2,621,1002 -"247279",109510,71342,3,621,1289 -"247280",109510,72956,3,621,1251 -"247281",109510,75948,3,621,1006 -"247282",109510,79322,3,621,2770 -"247283",109510,80927,3,621,823 -"247284",109510,81014,3,621,1925 -"247285",109510,82949,3,621,2077 -"247286",109510,90573,2,621,878 -"247287",109510,105947,3,621,997 -"247288",109521,180,3,609,1593 -"247289",109521,1676,3,609,1198 -"247290",109521,3352,3,609,1707 -"247291",109521,3583,3,609,818 -"247292",109521,5315,3,609,2631 -"247293",109521,5504,3,609,2389 -"247294",109521,5716,3,609,1058 -"247295",109521,6366,3,609,798 -"247296",109521,6417,3,609,1675 -"247297",109521,8888,3,609,1328 -"247298",109521,10709,1,609,746 -"247299",109521,11127,3,609,1196 -"247300",109521,11218,3,609,2292 -"247301",109521,12374,3,609,2260 -"247302",109521,13699,3,609,1355 -"247303",109521,14103,3,609,2204 -"247304",109521,16352,3,609,2657 -"247305",109521,16497,3,609,2370 -"247306",109521,16587,2,609,2065 -"247307",109521,18554,3,609,2065 -"247308",109521,18615,3,609,1025 -"247309",109521,19183,3,609,1257 -"247310",109521,22050,3,609,966 -"247311",109521,22140,3,609,942 -"247312",109521,22311,3,609,2034 -"247313",109521,24169,3,609,1663 -"247314",109521,26608,3,609,2329 -"247315",109521,27130,3,609,1880 -"247316",109521,27260,2,609,878 -"247317",109521,29864,3,609,2479 -"247318",109521,29930,3,609,2240 -"247319",109521,31279,3,609,965 -"247320",109521,34735,3,609,2767 -"247321",109521,37758,2,609,1998 -"247322",109521,37836,3,609,1369 -"247323",109521,37873,3,609,1288 -"247324",109521,39444,3,609,2695 -"247325",109521,39865,3,609,849 -"247326",109521,40072,3,609,1182 -"247327",109521,41955,3,609,2479 -"247328",109521,43135,2,609,1171 -"247329",109521,44068,2,609,1056 -"247330",109521,53134,2,609,1590 -"247331",109521,54929,3,609,2783 -"247332",109521,55556,3,609,2075 -"247333",109521,57714,3,609,1391 -"247334",109521,59939,3,609,936 -"247335",109521,62488,3,609,1418 -"247336",109521,63328,3,609,922 -"247337",109521,71478,3,609,1721 -"247338",109521,77424,3,609,1489 -"247339",109521,86331,3,609,850 -"247340",109521,90860,3,609,851 -"247341",109521,91912,3,609,790 -"247342",109521,93933,3,609,1336 -"247343",109521,100140,3,609,1041 -"247344",109521,101986,1,609,813 -"247345",109571,1046,2,797,1881 -"247346",109571,1136,3,797,2536 -"247347",109571,2063,3,797,1278 -"247348",109571,3242,3,797,1730 -"247349",109571,4191,3,797,2130 -"247350",109571,4618,2,797,2607 -"247351",109571,5148,3,797,2206 -"247352",109571,5669,3,797,2502 -"247353",109571,5725,3,797,2789 -"247354",109571,7245,3,797,2089 -"247355",109571,8533,3,797,2251 -"247356",109571,8700,3,797,1270 -"247357",109571,8772,3,797,847 -"247358",109571,9298,3,797,1109 -"247359",109571,12867,3,797,2773 -"247360",109571,16164,3,797,1184 -"247361",109571,17357,2,797,1536 -"247362",109571,23506,3,797,1172 -"247363",109571,25341,3,797,1858 -"247364",109571,25643,3,797,1646 -"247365",109571,26282,3,797,1241 -"247366",109571,26351,3,797,2683 -"247367",109571,28285,3,797,2972 -"247368",109571,28434,3,797,1141 -"247369",109571,31799,3,797,2547 -"247370",109571,40293,2,797,1671 -"247371",109571,47947,3,797,2681 -"247372",109571,52835,3,797,995 -"247373",109571,53300,3,797,2162 -"247374",109571,55234,2,797,890 -"247375",109571,57977,3,797,2683 -"247376",109571,58035,3,797,1646 -"247377",109571,62840,3,797,2502 -"247378",109571,64031,3,797,1295 -"247379",109571,71562,3,797,2574 -"247380",109571,82767,2,797,1641 -"247381",109571,88710,3,797,927 -"247382",109571,101892,3,797,1322 -"247383",109635,13801,3,1925,2041 -"247384",109635,20643,3,1925,2341 -"247385",109635,28627,3,1925,2694 -"247386",109635,47082,3,1925,1990 -"247387",109663,270,2,545,2542 -"247388",109663,307,3,545,2530 -"247389",109663,312,3,545,2038 -"247390",109663,380,3,545,2261 -"247391",109663,1046,3,545,1881 -"247392",109663,1102,3,545,2282 -"247393",109663,1124,2,545,1596 -"247394",109663,1875,3,545,1786 -"247395",109663,2111,2,545,1904 -"247396",109663,2424,3,545,2582 -"247397",109663,2684,3,545,2874 -"247398",109663,2894,3,545,1291 -"247399",109663,3305,3,545,2839 -"247400",109663,3306,3,545,1989 -"247401",109663,3493,3,545,2451 -"247402",109663,4360,3,545,1770 -"247403",109663,5072,3,545,2175 -"247404",109663,5235,3,545,2324 -"247405",109663,5258,3,545,2730 -"247406",109663,5405,3,545,1510 -"247407",109663,5568,3,545,1290 -"247408",109663,5622,3,545,2175 -"247409",109663,5716,3,545,1058 -"247410",109663,5971,1,545,1985 -"247411",109663,5986,3,545,1721 -"247412",109663,6047,3,545,2004 -"247413",109663,6222,2,545,1949 -"247414",109663,6264,2,545,749 -"247415",109663,6417,3,545,1675 -"247416",109663,6588,1,545,2025 -"247417",109663,6718,3,545,2138 -"247418",109663,7234,3,545,2654 -"247419",109663,7555,1,545,1943 -"247420",109663,7616,2,545,2296 -"247421",109663,7627,3,545,1543 -"247422",109663,8866,3,545,1545 -"247423",109663,8888,3,545,1328 -"247424",109663,9615,3,545,2464 -"247425",109663,9624,3,545,2398 -"247426",109663,9654,3,545,2111 -"247427",109663,9695,3,545,2143 -"247428",109663,9871,3,545,921 -"247429",109663,10488,2,545,1524 -"247430",109663,10523,2,545,1510 -"247431",109663,10576,3,545,974 -"247432",109663,10857,3,545,2253 -"247433",109663,10939,3,545,1376 -"247434",109663,11055,3,545,2111 -"247435",109663,11218,3,545,2292 -"247436",109663,11229,2,545,1625 -"247437",109663,11351,3,545,2971 -"247438",109663,11477,3,545,2724 -"247439",109663,11620,3,545,2010 -"247440",109663,11817,1,545,600 -"247441",109663,11966,3,545,2385 -"247442",109663,12042,3,545,2345 -"247443",109663,12310,3,545,1337 -"247444",109663,12374,2,545,2260 -"247445",109663,12375,3,545,1873 -"247446",109663,12712,3,545,815 -"247447",109663,12728,3,545,2374 -"247448",109663,12867,3,545,2773 -"247449",109663,13248,3,545,1385 -"247450",109663,13307,2,545,2206 -"247451",109663,14032,3,545,2144 -"247452",109663,14656,2,545,584 -"247453",109663,14855,3,545,903 -"247454",109663,14959,3,545,2898 -"247455",109663,15003,3,545,2067 -"247456",109663,15118,2,545,1311 -"247457",109663,15135,3,545,1035 -"247458",109663,15402,3,545,1281 -"247459",109663,15700,2,545,1712 -"247460",109663,15799,3,545,1917 -"247461",109663,16352,2,545,2657 -"247462",109663,16539,2,545,1947 -"247463",109663,17400,2,545,2231 -"247464",109663,18005,3,545,2449 -"247465",109663,18152,3,545,1314 -"247466",109663,18361,3,545,2968 -"247467",109663,18394,2,545,2356 -"247468",109663,18502,3,545,1033 -"247469",109663,18543,3,545,2968 -"247470",109663,19622,3,545,2371 -"247471",109663,19862,3,545,2412 -"247472",109663,20124,3,545,2376 -"247473",109663,20311,2,545,1981 -"247474",109663,21012,3,545,2325 -"247475",109663,21104,3,545,2327 -"247476",109663,21571,3,545,2755 -"247477",109663,21693,3,545,2176 -"247478",109663,21755,3,545,817 -"247479",109663,22197,2,545,2271 -"247480",109663,22326,3,545,2818 -"247481",109663,22362,3,545,1836 -"247482",109663,22566,3,545,2308 -"247483",109663,22705,3,545,1016 -"247484",109663,23011,3,545,2763 -"247485",109663,23403,3,545,607 -"247486",109663,23492,3,545,1067 -"247487",109663,23509,3,545,2275 -"247488",109663,23526,2,545,1998 -"247489",109663,23715,2,545,1859 -"247490",109663,23725,2,545,2378 -"247491",109663,23729,3,545,1624 -"247492",109663,24005,3,545,1188 -"247493",109663,24066,3,545,1755 -"247494",109663,24259,3,545,1281 -"247495",109663,24362,3,545,1287 -"247496",109663,24559,3,545,946 -"247497",109663,25132,3,545,1188 -"247498",109663,25305,3,545,2447 -"247499",109663,25490,3,545,639 -"247500",109663,25643,3,545,1646 -"247501",109663,26067,3,545,2069 -"247502",109663,26080,3,545,2525 -"247503",109663,26451,3,545,2133 -"247504",109663,26570,3,545,1669 -"247505",109663,26671,3,545,2279 -"247506",109663,26848,3,545,2363 -"247507",109663,26867,2,545,1804 -"247508",109663,27480,3,545,582 -"247509",109663,27744,3,545,861 -"247510",109663,27849,3,545,1316 -"247511",109663,28002,3,545,914 -"247512",109663,28190,3,545,1634 -"247513",109663,28383,3,545,1222 -"247514",109663,29073,3,545,2328 -"247515",109663,29093,3,545,1933 -"247516",109663,29929,3,545,2789 -"247517",109663,29982,3,545,1372 -"247518",109663,30325,2,545,1067 -"247519",109663,30334,3,545,2075 -"247520",109663,30405,2,545,2164 -"247521",109663,31093,3,545,2160 -"247522",109663,31307,3,545,2139 -"247523",109663,31436,3,545,2892 -"247524",109663,31691,3,545,1657 -"247525",109663,32017,2,545,577 -"247526",109663,32131,2,545,1035 -"247527",109663,32173,2,545,2341 -"247528",109663,32811,3,545,804 -"247529",109663,33622,3,545,2230 -"247530",109663,33801,3,545,2899 -"247531",109663,34136,3,545,2202 -"247532",109663,34735,3,545,2767 -"247533",109663,34836,3,545,2302 -"247534",109663,35402,3,545,2339 -"247535",109663,35673,2,545,1067 -"247536",109663,35752,3,545,1158 -"247537",109663,35815,3,545,2789 -"247538",109663,36784,3,545,576 -"247539",109663,37636,3,545,2178 -"247540",109663,37800,2,545,604 -"247541",109663,38019,3,545,1870 -"247542",109663,38694,3,545,817 -"247543",109663,38921,3,545,1880 -"247544",109663,39294,3,545,1889 -"247545",109663,39444,3,545,2695 -"247546",109663,39865,2,545,849 -"247547",109663,40028,2,545,1349 -"247548",109663,40072,2,545,1182 -"247549",109663,40392,3,545,1878 -"247550",109663,40493,3,545,1981 -"247551",109663,40820,3,545,900 -"247552",109663,41664,3,545,2641 -"247553",109663,42687,3,545,1952 -"247554",109663,42837,3,545,1096 -"247555",109663,43213,2,545,2160 -"247556",109663,43335,3,545,1412 -"247557",109663,43455,3,545,2846 -"247558",109663,43518,3,545,2680 -"247559",109663,43673,3,545,2787 -"247560",109663,44521,2,545,1593 -"247561",109663,44641,3,545,1981 -"247562",109663,44648,3,545,619 -"247563",109663,44729,3,545,588 -"247564",109663,45684,3,545,2200 -"247565",109663,45729,3,545,2606 -"247566",109663,46196,3,545,1510 -"247567",109663,46629,2,545,2255 -"247568",109663,47435,3,545,878 -"247569",109663,48035,3,545,2180 -"247570",109663,48215,3,545,2028 -"247571",109663,48384,3,545,2057 -"247572",109663,48698,3,545,1474 -"247573",109663,49185,3,545,1544 -"247574",109663,49334,3,545,2433 -"247575",109663,50134,3,545,2674 -"247576",109663,50236,1,545,2339 -"247577",109663,51783,3,545,2599 -"247578",109663,52136,2,545,1412 -"247579",109663,52345,3,545,1430 -"247580",109663,52576,3,545,2234 -"247581",109663,53303,2,545,1376 -"247582",109663,54551,3,545,2348 -"247583",109663,54929,3,545,2783 -"247584",109663,55468,3,545,2511 -"247585",109663,55691,3,545,2856 -"247586",109663,55892,3,545,1234 -"247587",109663,56082,1,545,2395 -"247588",109663,56237,2,545,2625 -"247589",109663,57150,3,545,1196 -"247590",109663,57246,3,545,1873 -"247591",109663,57414,3,545,922 -"247592",109663,58508,3,545,2326 -"247593",109663,59939,2,545,936 -"247594",109663,61982,3,545,2725 -"247595",109663,64947,3,545,2489 -"247596",109663,65242,3,545,1988 -"247597",109663,67726,3,545,2873 -"247598",109663,67763,3,545,822 -"247599",109663,67805,3,545,1338 -"247600",109663,70838,1,545,687 -"247601",109663,71217,3,545,2169 -"247602",109663,72188,3,545,856 -"247603",109663,72207,2,545,2430 -"247604",109663,72326,2,545,2384 -"247605",109663,75403,2,545,1895 -"247606",109663,76284,3,545,1237 -"247607",109663,76646,3,545,1263 -"247608",109663,77611,3,545,1795 -"247609",109663,78256,3,545,804 -"247610",109663,79804,3,545,2227 -"247611",109663,80014,3,545,1562 -"247612",109663,80242,2,545,569 -"247613",109663,82730,3,545,1492 -"247614",109663,82747,3,545,1496 -"247615",109663,82776,3,545,1232 -"247616",109663,82893,3,545,1275 -"247617",109663,82949,3,545,2077 -"247618",109663,86245,3,545,1972 -"247619",109663,87048,3,545,989 -"247620",109663,91912,2,545,790 -"247621",109663,94889,3,545,667 -"247622",109663,98925,3,545,584 -"247623",109663,104217,3,545,956 -"247624",109663,108867,3,545,2328 -"247625",109663,109718,3,545,1237 -"247626",109663,111971,3,545,1032 -"247627",109663,116835,3,545,553 -"247628",109663,120549,2,545,708 -"247629",109703,11648,3,1925,2852 -"247630",109703,12948,3,1925,2669 -"247631",109703,39256,3,1925,2449 -"247632",109718,270,3,1237,2542 -"247633",109718,675,3,1237,1686 -"247634",109718,1136,3,1237,2536 -"247635",109718,2111,3,1237,1904 -"247636",109718,5622,3,1237,2175 -"247637",109718,5971,3,1237,1985 -"247638",109718,6055,3,1237,2651 -"247639",109718,6588,3,1237,2025 -"247640",109718,7180,3,1237,2227 -"247641",109718,10523,3,1237,1510 -"247642",109718,11229,3,1237,1625 -"247643",109718,12374,3,1237,2260 -"247644",109718,15207,3,1237,1855 -"247645",109718,15402,3,1237,1281 -"247646",109718,16352,3,1237,2657 -"247647",109718,19593,3,1237,2013 -"247648",109718,22197,3,1237,2271 -"247649",109718,23725,3,1237,2378 -"247650",109718,26848,3,1237,2363 -"247651",109718,26867,3,1237,1804 -"247652",109718,27377,3,1237,1724 -"247653",109718,30165,3,1237,1409 -"247654",109718,31436,3,1237,2892 -"247655",109718,35529,3,1237,1620 -"247656",109718,35772,3,1237,1440 -"247657",109718,39294,3,1237,1889 -"247658",109718,40028,2,1237,1349 -"247659",109718,40369,3,1237,2735 -"247660",109718,42799,3,1237,2729 -"247661",109718,43213,3,1237,2160 -"247662",109718,44521,3,1237,1593 -"247663",109718,45684,2,1237,2200 -"247664",109718,46196,3,1237,1510 -"247665",109718,46629,3,1237,2255 -"247666",109718,46635,3,1237,2528 -"247667",109718,50236,3,1237,2339 -"247668",109718,51157,3,1237,2319 -"247669",109718,54551,3,1237,2348 -"247670",109718,56082,3,1237,2395 -"247671",109718,56237,3,1237,2625 -"247672",109718,56903,2,1237,1584 -"247673",109718,57246,2,1237,1873 -"247674",109718,62148,2,1237,1566 -"247675",109718,64997,3,1237,2791 -"247676",109718,72326,3,1237,2384 -"247677",109718,74818,3,1237,1440 -"247678",109718,85356,3,1237,1492 -"247679",109718,96132,3,1237,1489 -"247680",109724,2294,3,367,1638 -"247681",109724,9351,3,367,1460 -"247682",109724,12759,3,367,2414 -"247683",109724,14503,3,367,437 -"247684",109724,14558,3,367,1585 -"247685",109724,21352,3,367,1604 -"247686",109724,33341,3,367,2338 -"247687",109724,46384,3,367,2285 -"247688",109724,56601,2,367,528 -"247689",109724,63263,1,367,1267 -"247690",109724,82413,2,367,491 -"247691",109741,8419,3,1527,1956 -"247692",109741,21076,2,1527,1591 -"247693",109741,26695,2,1527,2340 -"247694",109741,30088,3,1527,2095 -"247695",109741,37915,3,1527,1905 -"247696",109741,46532,3,1527,2005 -"247697",109741,64502,3,1527,1670 -"247698",109904,2424,3,214,2582 -"247699",109904,4790,3,214,1025 -"247700",109904,4791,3,214,1184 -"247701",109904,12863,3,214,2027 -"247702",109904,19719,3,214,2177 -"247703",109904,20287,3,214,1099 -"247704",109904,21197,3,214,1437 -"247705",109904,21198,2,214,935 -"247706",109904,21285,3,214,2100 -"247707",109904,21693,3,214,2176 -"247708",109904,22282,3,214,1418 -"247709",109904,22326,3,214,2818 -"247710",109904,22362,3,214,1836 -"247711",109904,23450,3,214,967 -"247712",109904,26749,3,214,2965 -"247713",109904,27175,2,214,1447 -"247714",109904,29705,2,214,607 -"247715",109904,32601,3,214,1033 -"247716",109904,35095,2,214,1502 -"247717",109904,41174,3,214,850 -"247718",109904,43051,3,214,904 -"247719",109904,43385,3,214,1623 -"247720",109904,44059,3,214,525 -"247721",109904,45660,3,214,618 -"247722",109904,46723,2,214,607 -"247723",109904,48414,3,214,1749 -"247724",109904,50219,1,214,756 -"247725",109904,52058,3,214,1836 -"247726",109904,52576,3,214,2234 -"247727",109904,55438,3,214,2863 -"247728",109904,55468,3,214,2511 -"247729",109904,58508,3,214,2326 -"247730",109904,58652,3,214,1437 -"247731",109904,66860,3,214,1548 -"247732",109904,70603,3,214,1002 -"247733",109904,71342,3,214,1289 -"247734",109904,72956,3,214,1251 -"247735",109904,75948,3,214,1006 -"247736",109904,82949,3,214,2077 -"247737",109904,92220,3,214,607 -"247738",109904,99444,3,214,408 -"247739",109904,105602,3,214,434 -"247740",109904,109510,3,214,621 -"247741",109969,45496,2,385,1244 -"247742",109975,2985,3,1594,2398 -"247743",109975,15567,3,1594,2671 -"247744",109975,30306,3,1594,1606 -"247745",109975,36912,3,1594,2469 -"247746",109975,62066,3,1594,2281 -"247747",109975,62112,3,1594,2944 -"247748",109975,90299,3,1594,1606 -"247749",109978,330,3,1865,2163 -"247750",109978,2936,3,1865,2512 -"247751",109978,4681,3,1865,2356 -"247752",109978,9272,3,1865,2835 -"247753",109978,9723,3,1865,2302 -"247754",109978,11239,3,1865,2181 -"247755",109978,18202,1,1865,2475 -"247756",109978,19215,3,1865,2604 -"247757",109978,19364,2,1865,2846 -"247758",109978,20700,3,1865,2861 -"247759",109978,22580,3,1865,2245 -"247760",109978,22709,2,1865,2743 -"247761",109978,28432,2,1865,1954 -"247762",109978,34812,3,1865,2442 -"247763",109978,34831,2,1865,1866 -"247764",109978,34921,3,1865,2181 -"247765",109978,37859,3,1865,1999 -"247766",109978,39906,3,1865,2365 -"247767",109978,41240,3,1865,2220 -"247768",109978,53809,2,1865,1956 -"247769",109978,60879,3,1865,2792 -"247770",109978,73553,2,1865,2726 -"247771",109978,77077,3,1865,2693 -"247772",109978,121354,2,1865,2862 -"247773",110023,1556,3,230,643 -"247774",110023,2206,3,230,2536 -"247775",110023,3100,3,230,2524 -"247776",110023,3403,2,230,2951 -"247777",110023,3405,3,230,2438 -"247778",110023,3786,3,230,2282 -"247779",110023,4144,3,230,1520 -"247780",110023,5673,3,230,1567 -"247781",110023,6078,3,230,498 -"247782",110023,9050,3,230,2026 -"247783",110023,9481,3,230,1610 -"247784",110023,9727,3,230,2327 -"247785",110023,9912,2,230,1356 -"247786",110023,10050,3,230,1792 -"247787",110023,10453,3,230,1656 -"247788",110023,11135,1,230,2441 -"247789",110023,11990,3,230,1909 -"247790",110023,13324,3,230,2163 -"247791",110023,14473,3,230,2325 -"247792",110023,15502,2,230,2637 -"247793",110023,15879,3,230,419 -"247794",110023,15916,3,230,1236 -"247795",110023,16833,3,230,1661 -"247796",110023,16891,3,230,432 -"247797",110023,19687,2,230,2072 -"247798",110023,19972,3,230,2078 -"247799",110023,20413,3,230,806 -"247800",110023,21352,3,230,1604 -"247801",110023,21895,3,230,1693 -"247802",110023,21976,3,230,1808 -"247803",110023,23330,3,230,448 -"247804",110023,23639,3,230,2065 -"247805",110023,24109,3,230,504 -"247806",110023,24116,3,230,1413 -"247807",110023,24441,3,230,2256 -"247808",110023,25139,3,230,816 -"247809",110023,25270,2,230,985 -"247810",110023,25286,3,230,1545 -"247811",110023,25451,2,230,698 -"247812",110023,26567,2,230,1158 -"247813",110023,27742,3,230,2700 -"247814",110023,28567,2,230,2398 -"247815",110023,34559,3,230,1105 -"247816",110023,39484,3,230,281 -"247817",110023,42195,2,230,573 -"247818",110023,42486,2,230,1951 -"247819",110023,45299,3,230,2426 -"247820",110023,45487,2,230,2256 -"247821",110023,47330,3,230,2422 -"247822",110023,47827,3,230,1957 -"247823",110023,48764,1,230,860 -"247824",110023,51099,3,230,262 -"247825",110023,51448,2,230,1593 -"247826",110023,56673,3,230,2419 -"247827",110023,61209,3,230,580 -"247828",110023,67763,3,230,822 -"247829",110023,68460,3,230,599 -"247830",110023,68670,3,230,565 -"247831",110023,69957,2,230,1569 -"247832",110023,78460,3,230,985 -"247833",110023,79236,3,230,1505 -"247834",110023,80061,3,230,1223 -"247835",110023,80728,3,230,599 -"247836",110023,81134,3,230,1384 -"247837",110023,83133,3,230,1055 -"247838",110023,83541,3,230,555 -"247839",110023,90040,3,230,1267 -"247840",110023,92381,3,230,1237 -"247841",110023,92860,3,230,1643 -"247842",110023,92947,3,230,1289 -"247843",110023,93317,2,230,1223 -"247844",110023,94399,3,230,963 -"247845",110023,95661,2,230,872 -"247846",110023,97940,2,230,431 -"247847",110023,98003,3,230,573 -"247848",110023,99955,3,230,1223 -"247849",110023,104542,2,230,897 -"247850",110023,104659,3,230,2026 -"247851",110023,106554,2,230,1270 -"247852",110023,115194,3,230,604 -"247853",110046,1349,3,620,1147 -"247854",110046,72348,3,620,1810 -"247855",110058,45545,3,107,1776 -"247856",110058,77489,2,107,1514 -"247857",110072,1196,3,490,1986 -"247858",110072,10945,3,490,881 -"247859",110072,11419,3,490,1408 -"247860",110072,12035,3,490,2721 -"247861",110072,15343,3,490,2125 -"247862",110072,17021,3,490,1226 -"247863",110072,17967,2,490,2125 -"247864",110072,20469,3,490,2125 -"247865",110072,21417,3,490,2422 -"247866",110072,23301,3,490,1611 -"247867",110072,29756,2,490,2051 -"247868",110072,33722,3,490,1225 -"247869",110072,38908,3,490,1787 -"247870",110072,41004,3,490,2561 -"247871",110072,44684,3,490,1220 -"247872",110072,45664,3,490,2235 -"247873",110072,61336,3,490,2218 -"247874",110072,73266,3,490,2496 -"247875",110072,77057,3,490,1866 -"247876",110072,77095,3,490,1622 -"247877",110072,96301,2,490,818 -"247878",110072,117932,3,490,926 -"247879",110097,3306,3,540,1989 -"247880",110097,5315,3,540,2631 -"247881",110097,7475,3,540,1284 -"247882",110097,11576,3,540,808 -"247883",110097,17396,3,540,1672 -"247884",110097,70528,3,540,2727 -"247885",110097,74681,3,540,837 -"247886",110218,1629,3,437,1289 -"247887",110218,2979,3,437,2912 -"247888",110218,3271,3,437,2216 -"247889",110218,3477,2,437,2546 -"247890",110218,4330,3,437,1128 -"247891",110218,5792,3,437,975 -"247892",110218,5839,3,437,2301 -"247893",110218,6063,3,437,2349 -"247894",110218,7337,3,437,1797 -"247895",110218,8395,3,437,896 -"247896",110218,9272,3,437,2835 -"247897",110218,9332,3,437,2734 -"247898",110218,10457,3,437,1711 -"247899",110218,11518,3,437,803 -"247900",110218,12361,3,437,2732 -"247901",110218,12735,3,437,819 -"247902",110218,12779,3,437,936 -"247903",110218,18005,3,437,2449 -"247904",110218,18217,3,437,1566 -"247905",110218,18381,3,437,1524 -"247906",110218,19934,3,437,2888 -"247907",110218,20688,3,437,891 -"247908",110218,21593,3,437,1312 -"247909",110218,21684,2,437,1971 -"247910",110218,21815,3,437,2032 -"247911",110218,22462,3,437,869 -"247912",110218,23131,3,437,1732 -"247913",110218,28893,3,437,2764 -"247914",110218,32202,3,437,2314 -"247915",110218,33223,3,437,2397 -"247916",110218,33681,3,437,1059 -"247917",110218,33870,3,437,955 -"247918",110218,35133,3,437,2219 -"247919",110218,36912,3,437,2469 -"247920",110218,37632,3,437,1295 -"247921",110218,40542,3,437,1664 -"247922",110218,43226,3,437,2442 -"247923",110218,44497,3,437,2401 -"247924",110218,45355,3,437,1450 -"247925",110218,46261,3,437,2350 -"247926",110218,46486,3,437,1868 -"247927",110218,47968,3,437,2829 -"247928",110218,48015,3,437,1355 -"247929",110218,48110,3,437,2009 -"247930",110218,53687,3,437,2422 -"247931",110218,53726,3,437,1729 -"247932",110218,54467,3,437,919 -"247933",110218,55072,3,437,612 -"247934",110218,57765,3,437,2893 -"247935",110218,58508,3,437,2326 -"247936",110218,61125,3,437,1673 -"247937",110218,64947,3,437,2489 -"247938",110218,69335,3,437,2698 -"247939",110218,71219,3,437,967 -"247940",110218,76507,3,437,1437 -"247941",110218,76606,3,437,885 -"247942",110218,80301,3,437,1690 -"247943",110218,90709,2,437,1080 -"247944",110218,96073,3,437,568 -"247945",110218,99332,2,437,873 -"247946",110218,110749,1,437,772 -"247947",110262,2272,3,1138,1640 -"247948",110262,2443,3,1138,2333 -"247949",110262,31264,3,1138,2335 -"247950",110262,48501,3,1138,2010 -"247951",110262,52950,3,1138,2716 -"247952",110308,1127,3,489,1188 -"247953",110308,1386,3,489,1901 -"247954",110308,2743,3,489,1278 -"247955",110308,3242,3,489,1730 -"247956",110308,5621,3,489,1860 -"247957",110308,10945,3,489,881 -"247958",110308,11419,3,489,1408 -"247959",110308,14669,3,489,2080 -"247960",110308,15343,2,489,2125 -"247961",110308,16074,3,489,977 -"247962",110308,16164,3,489,1184 -"247963",110308,17021,3,489,1226 -"247964",110308,17967,3,489,2125 -"247965",110308,20824,3,489,1366 -"247966",110308,21092,2,489,1643 -"247967",110308,21417,3,489,2422 -"247968",110308,23506,3,489,1172 -"247969",110308,24204,3,489,840 -"247970",110308,24608,3,489,1630 -"247971",110308,26865,3,489,2726 -"247972",110308,29756,3,489,2051 -"247973",110308,33722,3,489,1225 -"247974",110308,34492,3,489,1798 -"247975",110308,42618,3,489,2316 -"247976",110308,42814,2,489,1149 -"247977",110308,44160,3,489,859 -"247978",110308,44684,3,489,1220 -"247979",110308,44729,3,489,588 -"247980",110308,49741,3,489,839 -"247981",110308,51022,3,489,1499 -"247982",110308,58035,3,489,1646 -"247983",110308,73266,3,489,2496 -"247984",110308,81239,3,489,547 -"247985",110308,82735,3,489,829 -"247986",110308,85592,3,489,1412 -"247987",110308,86279,2,489,1076 -"247988",110308,87198,3,489,1462 -"247989",110308,89668,3,489,1279 -"247990",110308,94808,1,489,988 -"247991",110308,96301,3,489,818 -"247992",110308,100231,3,489,998 -"247993",110308,101983,3,489,889 -"247994",110308,103721,3,489,1030 -"247995",110308,113162,3,489,818 -"247996",110308,117932,3,489,926 -"247997",110398,1780,3,601,1375 -"247998",110398,2057,3,601,1965 -"247999",110398,2747,2,601,2411 -"248000",110398,8610,3,601,2240 -"248001",110398,9484,3,601,1429 -"248002",110398,9503,3,601,2453 -"248003",110398,10453,3,601,1656 -"248004",110398,11588,1,601,2352 -"248005",110398,14599,3,601,1118 -"248006",110398,14749,3,601,1998 -"248007",110398,14959,3,601,2898 -"248008",110398,14998,3,601,1553 -"248009",110398,16502,3,601,1616 -"248010",110398,18672,3,601,1182 -"248011",110398,20155,3,601,1517 -"248012",110398,20545,3,601,1491 -"248013",110398,21209,3,601,2184 -"248014",110398,23131,3,601,1732 -"248015",110398,28116,3,601,1643 -"248016",110398,29627,3,601,882 -"248017",110398,30525,3,601,1964 -"248018",110398,33017,3,601,1493 -"248019",110398,36346,2,601,1240 -"248020",110398,44433,3,601,2224 -"248021",110398,44603,3,601,2748 -"248022",110398,50229,3,601,1190 -"248023",110398,51151,3,601,1195 -"248024",110398,54890,3,601,877 -"248025",110398,58501,3,601,2613 -"248026",110398,63077,3,601,2778 -"248027",110398,84574,3,601,958 -"248028",110398,92784,3,601,1257 -"248029",110398,111790,3,601,905 -"248030",110399,288,3,480,947 -"248031",110399,2224,3,480,2751 -"248032",110399,2407,2,480,1725 -"248033",110399,2563,2,480,1686 -"248034",110399,3068,3,480,1815 -"248035",110399,3306,3,480,1989 -"248036",110399,3477,3,480,2546 -"248037",110399,3849,3,480,1356 -"248038",110399,4001,3,480,1687 -"248039",110399,4821,3,480,1938 -"248040",110399,5120,3,480,2735 -"248041",110399,5346,3,480,1438 -"248042",110399,5484,3,480,582 -"248043",110399,5716,3,480,1058 -"248044",110399,6063,3,480,2349 -"248045",110399,6363,3,480,2066 -"248046",110399,7475,3,480,1284 -"248047",110399,7582,3,480,1099 -"248048",110399,8772,3,480,847 -"248049",110399,8984,3,480,1162 -"248050",110399,9202,2,480,2477 -"248051",110399,10513,3,480,2284 -"248052",110399,12735,3,480,819 -"248053",110399,12779,3,480,936 -"248054",110399,15207,3,480,1855 -"248055",110399,15546,3,480,2055 -"248056",110399,16352,3,480,2657 -"248057",110399,16866,2,480,2718 -"248058",110399,18211,2,480,1745 -"248059",110399,18217,3,480,1566 -"248060",110399,18550,3,480,483 -"248061",110399,18865,2,480,2676 -"248062",110399,19096,3,480,1538 -"248063",110399,19208,3,480,2629 -"248064",110399,19605,3,480,2395 -"248065",110399,19668,3,480,696 -"248066",110399,20176,3,480,1050 -"248067",110399,20624,3,480,1298 -"248068",110399,22462,3,480,869 -"248069",110399,26642,3,480,2952 -"248070",110399,28057,2,480,1067 -"248071",110399,28525,3,480,1273 -"248072",110399,28904,3,480,926 -"248073",110399,30334,3,480,2075 -"248074",110399,32424,3,480,848 -"248075",110399,33223,3,480,2397 -"248076",110399,33621,3,480,1319 -"248077",110399,34735,3,480,2767 -"248078",110399,34836,3,480,2302 -"248079",110399,35752,3,480,1158 -"248080",110399,36270,3,480,2910 -"248081",110399,37636,3,480,2178 -"248082",110399,39535,3,480,2428 -"248083",110399,40392,3,480,1878 -"248084",110399,40542,3,480,1664 -"248085",110399,41023,3,480,2408 -"248086",110399,41439,3,480,709 -"248087",110399,41901,3,480,630 -"248088",110399,41955,3,480,2479 -"248089",110399,42725,1,480,630 -"248090",110399,42813,3,480,2142 -"248091",110399,44819,3,480,2063 -"248092",110399,45449,3,480,1610 -"248093",110399,50480,3,480,2701 -"248094",110399,51783,3,480,2599 -"248095",110399,56910,3,480,2705 -"248096",110399,57901,3,480,614 -"248097",110399,58122,3,480,889 -"248098",110399,58854,2,480,1131 -"248099",110399,63395,2,480,2334 -"248100",110399,66622,1,480,799 -"248101",110399,68043,2,480,690 -"248102",110399,69215,3,480,1591 -"248103",110399,69293,3,480,609 -"248104",110399,70455,3,480,1307 -"248105",110399,72468,3,480,2292 -"248106",110399,74204,3,480,2463 -"248107",110399,79350,3,480,2261 -"248108",110399,92491,3,480,1968 -"248109",110399,94520,2,480,1243 -"248110",110399,95416,3,480,982 -"248111",110399,98080,3,480,1265 -"248112",110399,101347,3,480,1335 -"248113",110399,104565,3,480,2693 -"248114",110402,28446,3,858,917 -"248115",110402,46570,3,858,1707 -"248116",110402,81716,3,858,1199 -"248117",110486,1386,3,1014,1901 -"248118",110486,15343,3,1014,2125 -"248119",110486,17967,3,1014,2125 -"248120",110486,35542,3,1014,1439 -"248121",110486,44641,3,1014,1981 -"248122",110486,45664,3,1014,2235 -"248123",110486,77057,3,1014,1866 -"248124",110486,77095,3,1014,1622 -"248125",110486,86279,3,1014,1076 -"248126",110486,87198,3,1014,1462 -"248127",110496,1127,3,208,1188 -"248128",110496,3714,3,208,2605 -"248129",110496,3877,3,208,1133 -"248130",110496,10945,2,208,881 -"248131",110496,11419,2,208,1408 -"248132",110496,12035,3,208,2721 -"248133",110496,13201,3,208,2034 -"248134",110496,14669,2,208,2080 -"248135",110496,15003,3,208,2067 -"248136",110496,15343,2,208,2125 -"248137",110496,17021,2,208,1226 -"248138",110496,17967,2,208,2125 -"248139",110496,21092,2,208,1643 -"248140",110496,21417,3,208,2422 -"248141",110496,23301,3,208,1611 -"248142",110496,25541,3,208,917 -"248143",110496,25879,3,208,630 -"248144",110496,26865,3,208,2726 -"248145",110496,29756,2,208,2051 -"248146",110496,31659,3,208,543 -"248147",110496,33722,2,208,1225 -"248148",110496,34311,3,208,2213 -"248149",110496,35542,3,208,1439 -"248150",110496,38908,3,208,1787 -"248151",110496,42814,3,208,1149 -"248152",110496,44160,3,208,859 -"248153",110496,44684,3,208,1220 -"248154",110496,44729,3,208,588 -"248155",110496,45664,3,208,2235 -"248156",110496,45727,3,208,477 -"248157",110496,49741,3,208,839 -"248158",110496,55691,3,208,2856 -"248159",110496,61336,3,208,2218 -"248160",110496,68215,3,208,2727 -"248161",110496,73266,2,208,2496 -"248162",110496,77057,3,208,1866 -"248163",110496,77095,3,208,1622 -"248164",110496,80655,3,208,1546 -"248165",110496,81239,3,208,547 -"248166",110496,82735,3,208,829 -"248167",110496,84039,3,208,1335 -"248168",110496,85592,3,208,1412 -"248169",110496,86279,2,208,1076 -"248170",110496,87198,2,208,1462 -"248171",110496,89586,3,208,1401 -"248172",110496,89668,3,208,1279 -"248173",110496,90501,3,208,2380 -"248174",110496,94808,2,208,988 -"248175",110496,96301,2,208,818 -"248176",110496,101983,3,208,889 -"248177",110496,110072,3,208,490 -"248178",110496,110308,1,208,489 -"248179",110496,113162,2,208,818 -"248180",110496,115090,2,208,445 -"248181",110496,117932,2,208,926 -"248182",110560,5376,3,91,288 -"248183",110560,19733,3,91,1907 -"248184",110560,89203,3,91,453 -"248185",110560,109521,3,91,609 -"248186",110560,121234,3,91,213 -"248187",110569,32276,3,970,2223 -"248188",110569,88171,3,970,1488 -"248189",110626,5414,3,495,2321 -"248190",110626,6262,3,495,2733 -"248191",110626,6432,3,495,2297 -"248192",110626,11897,3,495,1271 -"248193",110626,16590,3,495,1123 -"248194",110626,19323,3,495,1705 -"248195",110626,38274,3,495,1181 -"248196",110626,89329,1,495,517 -"248197",110626,105867,2,495,1641 -"248198",110626,112814,3,495,546 -"248199",110659,2407,3,515,1725 -"248200",110659,9808,3,515,1648 -"248201",110659,15891,3,515,589 -"248202",110659,16866,3,515,2718 -"248203",110659,18865,3,515,2676 -"248204",110659,18954,2,515,2364 -"248205",110659,20392,2,515,1309 -"248206",110659,23890,3,515,1810 -"248207",110659,28914,3,515,580 -"248208",110659,33562,3,515,1979 -"248209",110659,33955,3,515,1178 -"248210",110659,33961,3,515,1269 -"248211",110659,53498,2,515,1967 -"248212",110659,63395,3,515,2334 -"248213",110659,63555,3,515,1290 -"248214",110659,69215,1,515,1591 -"248215",110659,72827,3,515,1359 -"248216",110659,80680,3,515,2403 -"248217",110659,94339,3,515,2768 -"248218",110659,105867,3,515,1641 -"248219",110659,108872,2,515,1810 -"248220",110719,913,3,206,2144 -"248221",110719,1592,3,206,2006 -"248222",110719,1691,3,206,1941 -"248223",110719,2011,2,206,2176 -"248224",110719,2220,3,206,1504 -"248225",110719,3144,3,206,869 -"248226",110719,4932,3,206,2752 -"248227",110719,5018,3,206,640 -"248228",110719,5258,2,206,2730 -"248229",110719,6252,3,206,2336 -"248230",110719,6390,3,206,2385 -"248231",110719,8657,2,206,2473 -"248232",110719,9511,3,206,1232 -"248233",110719,13945,3,206,1324 -"248234",110719,14108,2,206,2012 -"248235",110719,14676,3,206,2764 -"248236",110719,14731,3,206,2012 -"248237",110719,18502,2,206,1033 -"248238",110719,18543,1,206,2968 -"248239",110719,19332,2,206,1214 -"248240",110719,19718,3,206,1702 -"248241",110719,20407,3,206,2339 -"248242",110719,23787,3,206,2810 -"248243",110719,25565,3,206,2764 -"248244",110719,26106,3,206,2015 -"248245",110719,26342,3,206,527 -"248246",110719,26629,3,206,1824 -"248247",110719,26873,2,206,419 -"248248",110719,27275,3,206,2656 -"248249",110719,28011,3,206,2639 -"248250",110719,28808,3,206,1063 -"248251",110719,29224,3,206,2011 -"248252",110719,30411,3,206,630 -"248253",110719,32503,3,206,2020 -"248254",110719,34314,3,206,630 -"248255",110719,36439,3,206,2469 -"248256",110719,37509,3,206,1640 -"248257",110719,38213,3,206,1744 -"248258",110719,38259,3,206,2258 -"248259",110719,40226,3,206,880 -"248260",110719,40488,3,206,486 -"248261",110719,41085,2,206,637 -"248262",110719,43046,3,206,419 -"248263",110719,43173,3,206,2895 -"248264",110719,44427,2,206,2875 -"248265",110719,46621,3,206,1343 -"248266",110719,47064,3,206,1993 -"248267",110719,47248,3,206,2883 -"248268",110719,47585,3,206,794 -"248269",110719,49300,3,206,515 -"248270",110719,49620,3,206,1868 -"248271",110719,50235,3,206,726 -"248272",110719,51572,3,206,912 -"248273",110719,52323,3,206,2148 -"248274",110719,52327,3,206,1472 -"248275",110719,52735,3,206,1124 -"248276",110719,53252,3,206,637 -"248277",110719,57990,3,206,978 -"248278",110719,58284,3,206,2292 -"248279",110719,58293,3,206,250 -"248280",110719,61689,2,206,1309 -"248281",110719,61785,3,206,822 -"248282",110719,69122,3,206,416 -"248283",110719,69257,3,206,1402 -"248284",110719,71274,3,206,2390 -"248285",110719,74636,3,206,2525 -"248286",110719,75025,2,206,717 -"248287",110719,75921,3,206,517 -"248288",110719,76127,3,206,910 -"248289",110719,81895,3,206,1634 -"248290",110719,82401,2,206,1210 -"248291",110719,84612,3,206,2175 -"248292",110719,88232,3,206,2881 -"248293",110719,92592,2,206,486 -"248294",110719,92658,3,206,2659 -"248295",110719,93398,3,206,828 -"248296",110719,95288,3,206,1602 -"248297",110719,97674,3,206,1912 -"248298",110719,97824,3,206,1229 -"248299",110719,99953,3,206,581 -"248300",110719,100215,3,206,2436 -"248301",110719,101967,2,206,691 -"248302",110719,104711,2,206,410 -"248303",110719,105207,2,206,451 -"248304",110719,108709,3,206,462 -"248305",110719,109506,3,206,458 -"248306",110736,2798,2,95,1673 -"248307",110736,4526,3,95,1728 -"248308",110736,9227,3,95,1267 -"248309",110736,11029,3,95,2362 -"248310",110736,12475,3,95,588 -"248311",110736,19380,3,95,2637 -"248312",110736,41969,3,95,2189 -"248313",110736,44786,3,95,1096 -"248314",110736,51360,3,95,1882 -"248315",110736,58829,3,95,1256 -"248316",110736,62772,3,95,105 -"248317",110736,64439,3,95,562 -"248318",110736,68055,2,95,1236 -"248319",110736,70070,3,95,2425 -"248320",110736,71479,3,95,482 -"248321",110736,90669,3,95,152 -"248322",110736,94625,3,95,2105 -"248323",110737,2724,3,2117,2447 -"248324",110737,3272,3,2117,2132 -"248325",110737,3477,3,2117,2546 -"248326",110737,3786,3,2117,2282 -"248327",110737,6063,3,2117,2349 -"248328",110737,19075,3,2117,2214 -"248329",110737,20547,2,2117,2145 -"248330",110737,23364,3,2117,2306 -"248331",110737,31357,3,2117,2389 -"248332",110737,32939,3,2117,2277 -"248333",110737,33223,3,2117,2397 -"248334",110737,51843,2,2117,2389 -"248335",110737,54385,2,2117,2340 -"248336",110737,63104,3,2117,2149 -"248337",110737,69308,3,2117,2370 -"248338",110748,2370,3,398,1600 -"248339",110748,4723,2,398,1314 -"248340",110748,6996,3,398,2916 -"248341",110748,8258,3,398,1959 -"248342",110748,16455,3,398,946 -"248343",110748,21920,3,398,2367 -"248344",110748,22410,3,398,2158 -"248345",110748,23280,2,398,536 -"248346",110748,27512,3,398,947 -"248347",110748,28635,3,398,2368 -"248348",110748,31950,3,398,2217 -"248349",110748,39507,3,398,793 -"248350",110748,39627,1,398,546 -"248351",110748,40510,3,398,943 -"248352",110748,41098,3,398,1857 -"248353",110748,44089,3,398,1632 -"248354",110748,45449,3,398,1610 -"248355",110748,46680,3,398,1690 -"248356",110748,53293,2,398,2916 -"248357",110748,55493,2,398,869 -"248358",110748,57549,2,398,2335 -"248359",110748,61398,2,398,2563 -"248360",110748,61921,1,398,1793 -"248361",110748,71756,3,398,1202 -"248362",110748,78257,3,398,590 -"248363",110748,79639,3,398,1013 -"248364",110748,82270,3,398,1641 -"248365",110748,84581,3,398,1241 -"248366",110748,90852,3,398,764 -"248367",110748,92366,3,398,1434 -"248368",110748,93642,3,398,1120 -"248369",110748,95309,3,398,687 -"248370",110748,105887,3,398,615 -"248371",110748,116385,3,398,592 -"248372",110748,116484,3,398,902 -"248373",110749,3477,3,772,2546 -"248374",110749,21684,3,772,1971 -"248375",110749,90709,3,772,1080 -"248376",110749,99332,3,772,873 -"248377",110863,212,3,53,1513 -"248378",110863,270,3,53,2542 -"248379",110863,325,3,53,495 -"248380",110863,543,3,53,2203 -"248381",110863,600,3,53,1702 -"248382",110863,913,3,53,2144 -"248383",110863,1124,3,53,1596 -"248384",110863,2181,3,53,2030 -"248385",110863,2523,3,53,1691 -"248386",110863,3878,2,53,1890 -"248387",110863,4226,3,53,1903 -"248388",110863,4687,3,53,2152 -"248389",110863,5504,3,53,2389 -"248390",110863,5971,3,53,1985 -"248391",110863,6044,3,53,2744 -"248392",110863,6264,3,53,749 -"248393",110863,6390,3,53,2385 -"248394",110863,6718,2,53,2138 -"248395",110863,6940,3,53,1183 -"248396",110863,7363,3,53,123 -"248397",110863,7515,2,53,2737 -"248398",110863,8011,2,53,889 -"248399",110863,9184,3,53,2670 -"248400",110863,9432,1,53,1693 -"248401",110863,10488,3,53,1524 -"248402",110863,10523,2,53,1510 -"248403",110863,11434,2,53,1187 -"248404",110863,11516,2,53,1937 -"248405",110863,12199,3,53,1651 -"248406",110863,13837,3,53,1604 -"248407",110863,13895,3,53,687 -"248408",110863,14032,3,53,2144 -"248409",110863,15135,3,53,1035 -"248410",110863,15799,3,53,1917 -"248411",110863,17357,3,53,1536 -"248412",110863,17645,3,53,1918 -"248413",110863,17698,3,53,1559 -"248414",110863,18394,3,53,2356 -"248415",110863,19322,3,53,2048 -"248416",110863,19882,2,53,565 -"248417",110863,21122,2,53,1701 -"248418",110863,23132,3,53,2756 -"248419",110863,24568,2,53,1937 -"248420",110863,24789,3,53,829 -"248421",110863,25816,3,53,2088 -"248422",110863,25976,2,53,659 -"248423",110863,26462,2,53,140 -"248424",110863,26867,3,53,1804 -"248425",110863,27112,3,53,500 -"248426",110863,29987,3,53,956 -"248427",110863,32131,3,53,1035 -"248428",110863,32780,3,53,424 -"248429",110863,32947,2,53,1091 -"248430",110863,35302,3,53,1589 -"248431",110863,36499,3,53,182 -"248432",110863,38523,3,53,549 -"248433",110863,38574,3,53,188 -"248434",110863,39570,3,53,496 -"248435",110863,40028,3,53,1349 -"248436",110863,42687,2,53,1952 -"248437",110863,46182,2,53,1613 -"248438",110863,46373,3,53,134 -"248439",110863,46726,3,53,943 -"248440",110863,47435,3,53,878 -"248441",110863,47445,3,53,2668 -"248442",110863,50444,3,53,884 -"248443",110863,52136,3,53,1412 -"248444",110863,52735,3,53,1124 -"248445",110863,53303,3,53,1376 -"248446",110863,54855,3,53,1525 -"248447",110863,56082,3,53,2395 -"248448",110863,57950,3,53,1529 -"248449",110863,58451,3,53,1939 -"248450",110863,59700,3,53,2346 -"248451",110863,62219,3,53,2494 -"248452",110863,62602,3,53,1172 -"248453",110863,62668,3,53,958 -"248454",110863,63409,2,53,1937 -"248455",110863,67763,3,53,822 -"248456",110863,70724,3,53,496 -"248457",110863,70781,3,53,199 -"248458",110863,73305,3,53,2544 -"248459",110863,75948,3,53,1006 -"248460",110863,76127,3,53,910 -"248461",110863,79804,1,53,2227 -"248462",110863,80242,3,53,569 -"248463",110863,80429,2,53,1927 -"248464",110863,82776,3,53,1232 -"248465",110863,88808,3,53,1462 -"248466",110863,90068,3,53,161 -"248467",110863,91912,3,53,790 -"248468",110863,92322,3,53,2393 -"248469",110863,92817,2,53,569 -"248470",110863,94783,3,53,659 -"248471",110863,97915,2,53,1802 -"248472",110863,102705,3,53,468 -"248473",110863,104280,3,53,887 -"248474",110863,107649,3,53,1573 -"248475",110863,108430,3,53,1642 -"248476",110874,3272,2,1390,2132 -"248477",110874,4968,3,1390,1586 -"248478",110874,17768,3,1390,2468 -"248479",110874,20739,2,1390,2025 -"248480",110874,31357,3,1390,2389 -"248481",110934,41330,3,2308,2720 -"248482",111004,1124,3,796,1596 -"248483",111004,1639,3,796,2631 -"248484",111004,2484,3,796,2389 -"248485",111004,2743,3,796,1278 -"248486",111004,3242,3,796,1730 -"248487",111004,3306,3,796,1989 -"248488",111004,4623,3,796,1176 -"248489",111004,4889,3,796,1501 -"248490",111004,4953,3,796,2285 -"248491",111004,5462,3,796,2374 -"248492",111004,5864,1,796,1197 -"248493",111004,6363,3,796,2066 -"248494",111004,11477,3,796,2724 -"248495",111004,12081,3,796,2166 -"248496",111004,14072,3,796,1346 -"248497",111004,14972,3,796,2332 -"248498",111004,16074,3,796,977 -"248499",111004,16164,3,796,1184 -"248500",111004,16725,3,796,2830 -"248501",111004,17381,3,796,1697 -"248502",111004,17520,3,796,2276 -"248503",111004,17852,2,796,2840 -"248504",111004,20824,3,796,1366 -"248505",111004,21198,3,796,935 -"248506",111004,22331,3,796,2687 -"248507",111004,23506,3,796,1172 -"248508",111004,26749,3,796,2965 -"248509",111004,27355,3,796,870 -"248510",111004,29289,3,796,1756 -"248511",111004,30119,3,796,1961 -"248512",111004,30334,3,796,2075 -"248513",111004,31307,3,796,2139 -"248514",111004,31700,3,796,2727 -"248515",111004,31799,3,796,2547 -"248516",111004,32939,3,796,2277 -"248517",111004,33430,3,796,2225 -"248518",111004,33588,3,796,1040 -"248519",111004,33949,3,796,2489 -"248520",111004,34492,3,796,1798 -"248521",111004,35518,2,796,1721 -"248522",111004,37238,2,796,2609 -"248523",111004,37636,3,796,2178 -"248524",111004,38307,3,796,2648 -"248525",111004,38921,3,796,1880 -"248526",111004,40392,3,796,1878 -"248527",111004,41945,3,796,2856 -"248528",111004,42264,3,796,1702 -"248529",111004,43455,3,796,2846 -"248530",111004,44161,3,796,1156 -"248531",111004,46602,3,796,2786 -"248532",111004,47098,3,796,2057 -"248533",111004,48548,3,796,826 -"248534",111004,50113,3,796,2059 -"248535",111004,50252,3,796,2001 -"248536",111004,50785,3,796,2877 -"248537",111004,51022,3,796,1499 -"248538",111004,51157,3,796,2319 -"248539",111004,51319,3,796,2488 -"248540",111004,51783,3,796,2599 -"248541",111004,57804,3,796,2214 -"248542",111004,58035,3,796,1646 -"248543",111004,71342,3,796,1289 -"248544",111004,72956,3,796,1251 -"248545",111004,94808,3,796,988 -"248546",111004,102050,3,796,906 -"248547",111004,105077,3,796,920 -"248548",111034,7433,2,2131,2255 -"248549",111034,11506,3,2131,2824 -"248550",111034,21180,3,2131,2762 -"248551",111034,21463,3,2131,2437 -"248552",111034,27783,3,2131,2302 -"248553",111034,34162,3,2131,2336 -"248554",111034,36136,2,2131,2338 -"248555",111034,39105,3,2131,2487 -"248556",111034,46951,3,2131,2429 -"248557",111034,55775,3,2131,2385 -"248558",111034,56673,3,2131,2419 -"248559",111034,76132,2,2131,2426 -"248560",111040,1150,3,711,1595 -"248561",111040,4144,3,711,1520 -"248562",111040,9063,2,711,2000 -"248563",111040,11429,3,711,2520 -"248564",111040,14654,2,711,1692 -"248565",111040,14761,3,711,2502 -"248566",111040,32678,3,711,1439 -"248567",111040,33219,3,711,1173 -"248568",111040,35911,3,711,2370 -"248569",111040,43905,2,711,756 -"248570",111040,43960,3,711,1293 -"248571",111040,58233,3,711,1665 -"248572",111040,69077,3,711,1689 -"248573",111040,82226,3,711,1619 -"248574",111040,122107,3,711,968 -"248575",111045,1150,2,915,1595 -"248576",111045,2489,3,915,1537 -"248577",111045,9506,3,915,1012 -"248578",111045,10200,3,915,2920 -"248579",111045,10333,3,915,1615 -"248580",111045,11429,3,915,2520 -"248581",111045,14654,3,915,1692 -"248582",111045,24086,3,915,2663 -"248583",111045,24860,3,915,1204 -"248584",111045,29704,2,915,2294 -"248585",111045,41603,3,915,1942 -"248586",111045,50430,2,915,1689 -"248587",111045,57394,3,915,1271 -"248588",111045,97266,2,915,1016 -"248589",111045,97990,3,915,1223 -"248590",111053,17221,3,150,2487 -"248591",111053,17245,3,150,1811 -"248592",111053,22543,3,150,1594 -"248593",111053,29066,3,150,224 -"248594",111119,1455,3,550,1262 -"248595",111119,2272,2,550,1640 -"248596",111119,2282,3,550,2056 -"248597",111119,2443,3,550,2333 -"248598",111119,2588,3,550,552 -"248599",111119,2927,3,550,1789 -"248600",111119,5637,3,550,1976 -"248601",111119,9538,1,550,1786 -"248602",111119,10701,3,550,2000 -"248603",111119,13034,3,550,698 -"248604",111119,14470,3,550,2632 -"248605",111119,15281,3,550,810 -"248606",111119,15582,3,550,598 -"248607",111119,17531,3,550,876 -"248608",111119,17695,3,550,1930 -"248609",111119,19476,3,550,1708 -"248610",111119,20038,3,550,1531 -"248611",111119,22410,3,550,2158 -"248612",111119,23560,3,550,2051 -"248613",111119,24252,3,550,639 -"248614",111119,27458,3,550,647 -"248615",111119,27512,3,550,947 -"248616",111119,29778,3,550,840 -"248617",111119,31264,3,550,2335 -"248618",111119,32169,3,550,2504 -"248619",111119,36399,3,550,1357 -"248620",111119,38422,3,550,1019 -"248621",111119,41098,3,550,1857 -"248622",111119,43701,3,550,2400 -"248623",111119,48501,3,550,2010 -"248624",111119,52950,3,550,2716 -"248625",111119,55325,3,550,653 -"248626",111119,73520,3,550,2613 -"248627",111119,77719,2,550,2086 -"248628",111119,78277,3,550,1937 -"248629",111119,80970,3,550,2069 -"248630",111119,82280,3,550,619 -"248631",111119,87915,3,550,1152 -"248632",111120,8607,3,397,1685 -"248633",111120,38458,3,397,1368 -"248634",111128,23639,3,1234,2065 -"248635",111128,24116,3,1234,1413 -"248636",111128,39577,3,1234,1728 -"248637",111128,79236,3,1234,1505 -"248638",111128,81134,3,1234,1384 -"248639",111128,92947,2,1234,1289 -"248640",111165,13109,2,1256,1374 -"248641",111165,31003,2,1256,1859 -"248642",111165,34648,3,1256,1596 -"248643",111165,48602,2,1256,1704 -"248644",111165,53859,3,1256,1817 -"248645",111193,782,2,429,945 -"248646",111193,2852,3,429,2448 -"248647",111193,4361,3,429,2571 -"248648",111193,4612,3,429,2804 -"248649",111193,4669,3,429,2395 -"248650",111193,5897,3,429,2337 -"248651",111193,7785,2,429,2441 -"248652",111193,11108,3,429,1609 -"248653",111193,11648,3,429,2852 -"248654",111193,12948,3,429,2669 -"248655",111193,14749,3,429,1998 -"248656",111193,16715,3,429,1218 -"248657",111193,16864,2,429,814 -"248658",111193,17033,3,429,2771 -"248659",111193,18978,1,429,952 -"248660",111193,26551,2,429,652 -"248661",111193,27742,2,429,2700 -"248662",111193,27914,3,429,2507 -"248663",111193,28440,3,429,675 -"248664",111193,30525,3,429,1964 -"248665",111193,31868,3,429,1993 -"248666",111193,32532,2,429,2338 -"248667",111193,32560,2,429,1258 -"248668",111193,32651,2,429,877 -"248669",111193,33341,3,429,2338 -"248670",111193,33681,3,429,1059 -"248671",111193,33870,2,429,955 -"248672",111193,35797,3,429,2482 -"248673",111193,40309,3,429,871 -"248674",111193,41023,3,429,2408 -"248675",111193,45869,3,429,2840 -"248676",111193,58655,3,429,2685 -"248677",111193,59039,3,429,2870 -"248678",111193,80156,3,429,1667 -"248679",111193,85396,3,429,1131 -"248680",111193,91849,2,429,1166 -"248681",111193,94625,3,429,2105 -"248682",111193,101453,3,429,454 -"248683",111193,115021,1,429,1226 -"248684",111208,1314,2,847,1522 -"248685",111208,1349,3,847,1147 -"248686",111208,1519,2,847,2349 -"248687",111208,2668,3,847,1529 -"248688",111208,2852,3,847,2448 -"248689",111208,3493,2,847,2451 -"248690",111208,4526,3,847,1728 -"248691",111208,4665,2,847,1569 -"248692",111208,12361,3,847,2732 -"248693",111208,15535,3,847,891 -"248694",111208,19655,3,847,2706 -"248695",111208,20941,3,847,2725 -"248696",111208,21383,3,847,971 -"248697",111208,22244,3,847,2139 -"248698",111208,23966,2,847,891 -"248699",111208,25330,3,847,2370 -"248700",111208,27686,3,847,2844 -"248701",111208,28970,3,847,2111 -"248702",111208,30034,2,847,2357 -"248703",111208,31335,3,847,2351 -"248704",111208,31866,3,847,2101 -"248705",111208,33341,3,847,2338 -"248706",111208,34216,3,847,2832 -"248707",111208,38087,3,847,1083 -"248708",111208,38691,3,847,2585 -"248709",111208,44749,3,847,1303 -"248710",111208,50630,3,847,2615 -"248711",111208,51144,3,847,2466 -"248712",111208,52136,3,847,1412 -"248713",111208,54313,3,847,1645 -"248714",111208,57180,2,847,2703 -"248715",111208,60808,3,847,1258 -"248716",111208,66978,3,847,1536 -"248717",111208,70583,2,847,2615 -"248718",111208,72632,3,847,1289 -"248719",111208,85198,3,847,1794 -"248720",111208,87907,3,847,1173 -"248721",111208,90065,2,847,1418 -"248722",111211,2446,3,606,2606 -"248723",111211,4367,3,606,2794 -"248724",111211,6697,3,606,2438 -"248725",111211,7719,3,606,1954 -"248726",111211,13136,3,606,2867 -"248727",111211,41187,2,606,2340 -"248728",111375,7252,3,2686,2799 -"248729",111375,9787,3,2686,2858 -"248730",111375,27742,3,2686,2700 -"248731",111567,5845,3,613,1552 -"248732",111567,9440,3,613,1006 -"248733",111567,11019,3,613,1299 -"248734",111567,36506,3,613,2638 -"248735",111567,53668,3,613,2242 -"248736",111567,79848,2,613,1629 -"248737",111576,1136,3,458,2536 -"248738",111576,3863,3,458,856 -"248739",111576,5018,3,458,640 -"248740",111576,14108,3,458,2012 -"248741",111576,34314,3,458,630 -"248742",111576,35041,3,458,1311 -"248743",111576,41085,3,458,637 -"248744",111576,42216,3,458,2722 -"248745",111576,49300,3,458,515 -"248746",111576,50235,3,458,726 -"248747",111576,56116,3,458,1321 -"248748",111576,69067,3,458,626 -"248749",111576,75025,3,458,717 -"248750",111576,92592,3,458,486 -"248751",111576,93398,3,458,828 -"248752",111576,97674,3,458,1912 -"248753",111576,99953,3,458,581 -"248754",111576,101347,3,458,1335 -"248755",111576,101967,3,458,691 -"248756",111576,106555,3,458,1626 -"248757",111576,108430,3,458,1642 -"248758",111613,10857,3,1059,2253 -"248759",111613,12122,3,1059,1385 -"248760",111613,14017,2,1059,1163 -"248761",111613,16826,3,1059,2599 -"248762",111613,40931,3,1059,2301 -"248763",111613,44407,1,1059,2154 -"248764",111613,44676,3,1059,2629 -"248765",111613,54551,3,1059,2348 -"248766",111658,357,3,351,2327 -"248767",111658,2014,3,351,973 -"248768",111658,2357,1,351,492 -"248769",111658,5798,2,351,1779 -"248770",111658,7123,3,351,1964 -"248771",111658,7196,3,351,1508 -"248772",111658,7759,3,351,2844 -"248773",111658,8513,3,351,875 -"248774",111658,9342,3,351,896 -"248775",111658,10343,3,351,1072 -"248776",111658,11154,3,351,1594 -"248777",111658,18348,3,351,1711 -"248778",111658,18825,3,351,1240 -"248779",111658,18924,2,351,485 -"248780",111658,21872,1,351,2458 -"248781",111658,23806,3,351,1671 -"248782",111658,28784,3,351,1579 -"248783",111658,31211,2,351,433 -"248784",111658,36031,3,351,2342 -"248785",111658,36440,3,351,704 -"248786",111658,38140,1,351,1866 -"248787",111658,40645,3,351,1899 -"248788",111658,41075,3,351,1176 -"248789",111658,45959,3,351,1880 -"248790",111658,46040,3,351,2105 -"248791",111658,65322,3,351,2008 -"248792",111658,68317,3,351,874 -"248793",111658,69745,3,351,1594 -"248794",111658,71982,2,351,2812 -"248795",111658,73192,3,351,1955 -"248796",111658,76672,2,351,1930 -"248797",111658,78150,3,351,2581 -"248798",111658,80219,3,351,988 -"248799",111658,89681,3,351,1978 -"248800",111658,92469,3,351,1232 -"248801",111658,96352,3,351,1493 -"248802",111658,96387,2,351,2159 -"248803",111658,102581,2,351,1813 -"248804",111658,109031,3,351,523 -"248805",111686,1826,3,528,924 -"248806",111686,15799,3,528,1917 -"248807",111686,51017,3,528,2073 -"248808",111686,51035,3,528,2397 -"248809",111686,53322,3,528,1200 -"248810",111686,53323,2,528,2677 -"248811",111686,53608,3,528,1986 -"248812",111686,88126,3,528,1027 -"248813",111761,675,3,783,1686 -"248814",111761,733,3,783,1653 -"248815",111761,1136,3,783,2536 -"248816",111761,1469,3,783,1160 -"248817",111761,2063,3,783,1278 -"248818",111761,2591,3,783,1949 -"248819",111761,2743,3,783,1278 -"248820",111761,3242,2,783,1730 -"248821",111761,4191,3,783,2130 -"248822",111761,4618,3,783,2607 -"248823",111761,4980,2,783,2093 -"248824",111761,6023,3,783,2050 -"248825",111761,6577,3,783,1951 -"248826",111761,8621,3,783,1681 -"248827",111761,10404,3,783,2062 -"248828",111761,10799,3,783,2010 -"248829",111761,16074,2,783,977 -"248830",111761,16164,2,783,1184 -"248831",111761,16365,3,783,2217 -"248832",111761,17357,3,783,1536 -"248833",111761,17716,3,783,915 -"248834",111761,19516,3,783,2313 -"248835",111761,19963,3,783,810 -"248836",111761,20563,3,783,2267 -"248837",111761,20824,3,783,1366 -"248838",111761,21911,1,783,1184 -"248839",111761,22501,2,783,1006 -"248840",111761,22884,3,783,1608 -"248841",111761,23506,3,783,1172 -"248842",111761,23704,2,783,2278 -"248843",111761,25643,3,783,1646 -"248844",111761,26322,3,783,1018 -"248845",111761,26436,2,783,2489 -"248846",111761,26516,3,783,2479 -"248847",111761,27753,3,783,2750 -"248848",111761,28731,2,783,955 -"248849",111761,30438,2,783,1617 -"248850",111761,31000,3,783,1526 -"248851",111761,31243,2,783,1355 -"248852",111761,33588,3,783,1040 -"248853",111761,33621,3,783,1319 -"248854",111761,34492,1,783,1798 -"248855",111761,38449,3,783,1802 -"248856",111761,40293,3,783,1671 -"248857",111761,42186,3,783,955 -"248858",111761,42747,3,783,1189 -"248859",111761,45715,2,783,2287 -"248860",111761,48277,3,783,971 -"248861",111761,51022,3,783,1499 -"248862",111761,51410,2,783,2739 -"248863",111761,51987,2,783,1397 -"248864",111761,56171,3,783,1524 -"248865",111761,58035,3,783,1646 -"248866",111761,64997,3,783,2791 -"248867",111761,73047,3,783,824 -"248868",111761,77001,3,783,1440 -"248869",111761,81813,3,783,1656 -"248870",111761,82767,3,783,1641 -"248871",111761,86550,2,783,955 -"248872",111761,88860,3,783,1014 -"248873",111761,94808,3,783,988 -"248874",111761,100134,3,783,977 -"248875",111761,109383,2,783,952 -"248876",111790,2747,2,905,2411 -"248877",111790,7942,3,905,2623 -"248878",111790,9503,3,905,2453 -"248879",111790,10050,3,905,1792 -"248880",111790,11588,2,905,2352 -"248881",111790,14599,3,905,1118 -"248882",111790,14998,1,905,1553 -"248883",111790,16176,3,905,2703 -"248884",111790,16502,2,905,1616 -"248885",111790,19610,3,905,1236 -"248886",111790,20155,3,905,1517 -"248887",111790,20545,3,905,1491 -"248888",111790,21209,3,905,2184 -"248889",111790,23131,3,905,1732 -"248890",111790,25163,3,905,1751 -"248891",111790,28116,2,905,1643 -"248892",111790,30525,3,905,1964 -"248893",111790,33017,3,905,1493 -"248894",111790,36346,2,905,1240 -"248895",111790,37636,3,905,2178 -"248896",111790,38532,2,905,1234 -"248897",111790,42813,3,905,2142 -"248898",111790,42852,3,905,1316 -"248899",111790,44433,3,905,2224 -"248900",111790,44603,2,905,2748 -"248901",111790,44971,3,905,955 -"248902",111790,46486,3,905,1868 -"248903",111790,47013,3,905,2388 -"248904",111790,51151,3,905,1195 -"248905",111790,54924,3,905,2603 -"248906",111790,58501,3,905,2613 -"248907",111790,60078,3,905,1750 -"248908",111790,60258,3,905,2405 -"248909",111790,63077,3,905,2778 -"248910",111790,67815,3,905,2476 -"248911",111790,71467,3,905,1051 -"248912",111790,92784,3,905,1257 -"248913",111790,92850,3,905,1971 -"248914",111843,109106,1,1963,1973 -"248915",111855,21681,3,1909,2005 -"248916",111855,27391,3,1909,2378 -"248917",111855,37752,3,1909,2223 -"248918",111855,38975,3,1909,1999 -"248919",111855,44564,2,1909,2034 -"248920",111855,45869,3,1909,2840 -"248921",111855,114504,3,1909,1937 -"248922",111928,1745,3,549,2693 -"248923",111928,6697,3,549,2438 -"248924",111928,12897,3,549,1351 -"248925",111928,13842,2,549,2250 -"248926",111928,26818,3,549,1999 -"248927",111928,27509,2,549,2067 -"248928",111928,33537,3,549,2406 -"248929",111928,40264,3,549,1418 -"248930",111928,43568,3,549,837 -"248931",111928,57082,3,549,1418 -"248932",111928,58238,3,549,1944 -"248933",111928,66693,2,549,2554 -"248934",111928,73172,3,549,2496 -"248935",111928,83523,2,549,1461 -"248936",111955,900,3,504,2726 -"248937",111955,2057,3,504,1965 -"248938",111955,2446,3,504,2606 -"248939",111955,3830,3,504,1661 -"248940",111955,4681,3,504,2356 -"248941",111955,5317,3,504,2063 -"248942",111955,5462,3,504,2374 -"248943",111955,5484,3,504,582 -"248944",111955,5599,3,504,1684 -"248945",111955,6047,3,504,2004 -"248946",111955,9723,3,504,2302 -"248947",111955,10576,3,504,974 -"248948",111955,11310,3,504,957 -"248949",111955,12067,3,504,1213 -"248950",111955,12586,3,504,613 -"248951",111955,16850,3,504,1657 -"248952",111955,16959,3,504,888 -"248953",111955,17133,3,504,924 -"248954",111955,19215,3,504,2604 -"248955",111955,19364,2,504,2846 -"248956",111955,22580,3,504,2245 -"248957",111955,22709,2,504,2743 -"248958",111955,23825,3,504,1913 -"248959",111955,28432,3,504,1954 -"248960",111955,32606,2,504,2100 -"248961",111955,34831,3,504,1866 -"248962",111955,34921,3,504,2181 -"248963",111955,35004,2,504,1509 -"248964",111955,35715,3,504,2912 -"248965",111955,36514,3,504,1192 -"248966",111955,38676,3,504,2286 -"248967",111955,41278,3,504,1873 -"248968",111955,49201,3,504,936 -"248969",111955,55472,3,504,1516 -"248970",111955,57950,3,504,1529 -"248971",111955,58559,3,504,2242 -"248972",111955,65856,3,504,2504 -"248973",111955,68345,3,504,1095 -"248974",111955,72348,3,504,1810 -"248975",111955,73553,3,504,2726 -"248976",111955,74318,3,504,632 -"248977",111955,76999,3,504,908 -"248978",111955,80606,2,504,2079 -"248979",111955,86978,3,504,2733 -"248980",111955,90837,3,504,825 -"248981",111955,94138,3,504,1939 -"248982",111955,95910,3,504,999 -"248983",111955,100260,3,504,888 -"248984",111955,109978,3,504,1865 -"248985",111971,212,3,1032,1513 -"248986",111971,270,3,1032,2542 -"248987",111971,1124,3,1032,1596 -"248988",111971,2111,3,1032,1904 -"248989",111971,4360,3,1032,1770 -"248990",111971,5235,3,1032,2324 -"248991",111971,5622,3,1032,2175 -"248992",111971,5971,2,1032,1985 -"248993",111971,6588,3,1032,2025 -"248994",111971,6718,2,1032,2138 -"248995",111971,9364,2,1032,1698 -"248996",111971,10488,3,1032,1524 -"248997",111971,10513,3,1032,2284 -"248998",111971,10523,3,1032,1510 -"248999",111971,10857,3,1032,2253 -"249000",111971,10874,3,1032,1891 -"249001",111971,11218,3,1032,2292 -"249002",111971,11229,3,1032,1625 -"249003",111971,13248,3,1032,1385 -"249004",111971,13307,3,1032,2206 -"249005",111971,15135,2,1032,1035 -"249006",111971,16332,3,1032,2668 -"249007",111971,16940,3,1032,1290 -"249008",111971,18152,3,1032,1314 -"249009",111971,18394,2,1032,2356 -"249010",111971,19719,3,1032,2177 -"249011",111971,20124,3,1032,2376 -"249012",111971,20975,3,1032,1305 -"249013",111971,21012,3,1032,2325 -"249014",111971,21104,3,1032,2327 -"249015",111971,21693,3,1032,2176 -"249016",111971,22326,3,1032,2818 -"249017",111971,22362,3,1032,1836 -"249018",111971,23492,3,1032,1067 -"249019",111971,23509,3,1032,2275 -"249020",111971,23526,3,1032,1998 -"249021",111971,23715,3,1032,1859 -"249022",111971,24066,3,1032,1755 -"249023",111971,25305,3,1032,2447 -"249024",111971,26867,3,1032,1804 -"249025",111971,28015,3,1032,1624 -"249026",111971,28383,3,1032,1222 -"249027",111971,30325,3,1032,1067 -"249028",111971,30405,2,1032,2164 -"249029",111971,32131,3,1032,1035 -"249030",111971,32173,3,1032,2341 -"249031",111971,35673,3,1032,1067 -"249032",111971,38019,3,1032,1870 -"249033",111971,40028,3,1032,1349 -"249034",111971,40072,3,1032,1182 -"249035",111971,42687,3,1032,1952 -"249036",111971,43385,3,1032,1623 -"249037",111971,46629,3,1032,2255 -"249038",111971,47772,3,1032,2293 -"249039",111971,50118,3,1032,2654 -"249040",111971,50236,3,1032,2339 -"249041",111971,52136,3,1032,1412 -"249042",111971,52345,3,1032,1430 -"249043",111971,53303,3,1032,1376 -"249044",111971,54551,3,1032,2348 -"249045",111971,56082,3,1032,2395 -"249046",111971,70217,3,1032,2332 -"249047",111971,71342,3,1032,1289 -"249048",111971,72207,3,1032,2430 -"249049",111971,72326,3,1032,2384 -"249050",111971,72956,3,1032,1251 -"249051",111971,76284,2,1032,1237 -"249052",111971,79322,3,1032,2770 -"249053",111971,82949,3,1032,2077 -"249054",111971,85138,3,1032,1685 -"249055",111971,98781,3,1032,1410 -"249056",111971,121415,1,1032,1455 -"249057",112004,4361,3,74,2571 -"249058",112004,7467,3,74,587 -"249059",112004,8062,3,74,2858 -"249060",112004,8118,2,74,587 -"249061",112004,10336,3,74,2271 -"249062",112004,10350,1,74,1163 -"249063",112004,10595,3,74,494 -"249064",112004,13290,3,74,2824 -"249065",112004,14449,3,74,1258 -"249066",112004,16310,3,74,2796 -"249067",112004,17257,2,74,1117 -"249068",112004,18825,3,74,1240 -"249069",112004,24176,3,74,1986 -"249070",112004,30974,3,74,947 -"249071",112004,32818,2,74,2485 -"249072",112004,35589,2,74,983 -"249073",112004,44795,3,74,635 -"249074",112004,46532,3,74,2005 -"249075",112004,53132,3,74,81 -"249076",112004,57912,3,74,1035 -"249077",112004,61211,3,74,245 -"249078",112004,62908,3,74,608 -"249079",112004,66943,3,74,327 -"249080",112004,67942,3,74,973 -"249081",112004,78677,3,74,341 -"249082",112004,78842,3,74,904 -"249083",112004,90892,3,74,2399 -"249084",112004,92567,3,74,133 -"249085",112004,99288,3,74,983 -"249086",112024,1154,3,135,1656 -"249087",112024,3167,3,135,1676 -"249088",112024,7241,3,135,2259 -"249089",112024,12374,3,135,2260 -"249090",112024,15118,3,135,1311 -"249091",112024,15643,3,135,502 -"249092",112024,17645,3,135,1918 -"249093",112024,24005,3,135,1188 -"249094",112024,25132,3,135,1188 -"249095",112024,32811,3,135,804 -"249096",112024,34596,2,135,527 -"249097",112024,46726,3,135,943 -"249098",112024,48260,3,135,875 -"249099",112024,48698,2,135,1474 -"249100",112024,62668,3,135,958 -"249101",112024,65884,3,135,798 -"249102",112024,78256,3,135,804 -"249103",112024,89965,3,135,810 -"249104",112024,98925,3,135,584 -"249105",112024,103420,3,135,433 -"249106",112024,108867,3,135,2328 -"249107",112084,25530,3,875,2884 -"249108",112140,827,3,252,2964 -"249109",112140,2588,3,252,552 -"249110",112140,5637,3,252,1976 -"249111",112140,8006,3,252,479 -"249112",112140,9538,3,252,1786 -"249113",112140,9724,3,252,2713 -"249114",112140,10701,3,252,2000 -"249115",112140,12378,3,252,1030 -"249116",112140,13595,3,252,1164 -"249117",112140,14290,3,252,284 -"249118",112140,15281,3,252,810 -"249119",112140,17531,2,252,876 -"249120",112140,23560,3,252,2051 -"249121",112140,24252,2,252,639 -"249122",112140,28648,3,252,1586 -"249123",112140,29778,3,252,840 -"249124",112140,31855,3,252,2636 -"249125",112140,36399,2,252,1357 -"249126",112140,37684,3,252,2899 -"249127",112140,38422,2,252,1019 -"249128",112140,41393,3,252,1915 -"249129",112140,43543,3,252,1457 -"249130",112140,43701,2,252,2400 -"249131",112140,53377,3,252,417 -"249132",112140,55325,3,252,653 -"249133",112140,69795,3,252,2636 -"249134",112140,77719,3,252,2086 -"249135",112140,80454,3,252,423 -"249136",112140,81205,2,252,546 -"249137",112140,82280,3,252,619 -"249138",112140,93710,3,252,544 -"249139",112140,94968,3,252,287 -"249140",112140,102467,3,252,708 -"249141",112140,111119,3,252,550 -"249142",112140,117190,2,252,425 -"249143",112176,2272,3,250,1640 -"249144",112176,2443,3,250,2333 -"249145",112176,4551,1,250,2720 -"249146",112176,4705,3,250,1714 -"249147",112176,5303,2,250,1849 -"249148",112176,5350,3,250,2522 -"249149",112176,6480,3,250,1678 -"249150",112176,7253,3,250,2686 -"249151",112176,7254,2,250,1849 -"249152",112176,7258,3,250,1714 -"249153",112176,11858,3,250,1530 -"249154",112176,13068,2,250,1778 -"249155",112176,14290,3,250,284 -"249156",112176,15146,2,250,1546 -"249157",112176,15582,2,250,598 -"249158",112176,18718,3,250,494 -"249159",112176,19509,3,250,2000 -"249160",112176,19934,3,250,2888 -"249161",112176,20219,3,250,2313 -"249162",112176,21027,2,250,560 -"249163",112176,25378,2,250,1245 -"249164",112176,28268,3,250,2258 -"249165",112176,30891,3,250,1256 -"249166",112176,31264,3,250,2335 -"249167",112176,35787,2,250,1132 -"249168",112176,36666,3,250,1270 -"249169",112176,38259,3,250,2258 -"249170",112176,40796,3,250,540 -"249171",112176,47385,3,250,1172 -"249172",112176,49712,3,250,1937 -"249173",112176,53051,3,250,1940 -"249174",112176,58945,2,250,2481 -"249175",112176,59511,3,250,2753 -"249176",112176,65188,2,250,2213 -"249177",112176,69716,3,250,2632 -"249178",112176,69788,3,250,2007 -"249179",112176,75194,3,250,1736 -"249180",112176,81469,3,250,519 -"249181",112176,82312,2,250,340 -"249182",112176,82738,3,250,591 -"249183",112176,84447,3,250,1006 -"249184",112176,90778,3,250,683 -"249185",112176,93179,3,250,518 -"249186",112176,102793,3,250,912 -"249187",112176,107273,3,250,604 -"249188",112179,10857,3,892,2253 -"249189",112179,12122,3,892,1385 -"249190",112179,14017,3,892,1163 -"249191",112179,16826,3,892,2599 -"249192",112179,24853,3,892,1004 -"249193",112179,40931,3,892,2301 -"249194",112179,44407,1,892,2154 -"249195",112179,44676,3,892,2629 -"249196",112179,54551,3,892,2348 -"249197",112179,111613,1,892,1059 -"249198",112221,42505,3,1365,2008 -"249199",112221,76081,1,1365,1534 -"249200",112337,14915,3,286,2606 -"249201",112337,24255,3,286,2770 -"249202",112352,728,3,179,1812 -"249203",112352,8777,3,179,1620 -"249204",112352,13099,2,179,1547 -"249205",112352,14091,3,179,929 -"249206",112352,47114,3,179,1920 -"249207",112352,51687,3,179,2333 -"249208",112352,55691,3,179,2856 -"249209",112368,2754,3,606,1360 -"249210",112368,2766,3,606,1920 -"249211",112368,4763,3,606,1960 -"249212",112368,5462,3,606,2374 -"249213",112368,10874,3,606,1891 -"249214",112368,13925,2,606,1515 -"249215",112368,15184,3,606,2396 -"249216",112368,19027,2,606,2721 -"249217",112368,20700,3,606,2861 -"249218",112368,26957,3,606,987 -"249219",112368,31799,2,606,2547 -"249220",112368,33160,3,606,2441 -"249221",112368,40136,3,606,1149 -"249222",112368,41832,3,606,1155 -"249223",112368,44636,2,606,1026 -"249224",112368,48242,2,606,1690 -"249225",112368,50075,3,606,1026 -"249226",112368,54676,3,606,1342 -"249227",112368,57609,3,606,2717 -"249228",112368,58035,3,606,1646 -"249229",112368,60689,3,606,859 -"249230",112368,62488,2,606,1418 -"249231",112368,65029,2,606,2954 -"249232",112368,65856,3,606,2504 -"249233",112368,77466,3,606,1585 -"249234",112368,91908,3,606,918 -"249235",112368,100978,2,606,862 -"249236",112428,669,3,212,1423 -"249237",112428,733,3,212,1653 -"249238",112428,1130,3,212,1566 -"249239",112428,1897,3,212,1727 -"249240",112428,2063,3,212,1278 -"249241",112428,2743,3,212,1278 -"249242",112428,2954,3,212,2727 -"249243",112428,3242,2,212,1730 -"249244",112428,4618,3,212,2607 -"249245",112428,4980,3,212,2093 -"249246",112428,5504,3,212,2389 -"249247",112428,7245,3,212,2089 -"249248",112428,8621,2,212,1681 -"249249",112428,8772,3,212,847 -"249250",112428,10404,3,212,2062 -"249251",112428,10859,3,212,2231 -"249252",112428,15539,3,212,1929 -"249253",112428,16074,2,212,977 -"249254",112428,16164,2,212,1184 -"249255",112428,20319,3,212,468 -"249256",112428,20563,2,212,2267 -"249257",112428,21911,3,212,1184 -"249258",112428,23506,2,212,1172 -"249259",112428,25341,2,212,1858 -"249260",112428,25643,3,212,1646 -"249261",112428,26282,3,212,1241 -"249262",112428,26322,3,212,1018 -"249263",112428,26436,3,212,2489 -"249264",112428,26516,3,212,2479 -"249265",112428,27753,3,212,2750 -"249266",112428,28731,2,212,955 -"249267",112428,28892,3,212,2023 -"249268",112428,29456,3,212,1182 -"249269",112428,30438,2,212,1617 -"249270",112428,31243,3,212,1355 -"249271",112428,34492,3,212,1798 -"249272",112428,34509,3,212,1973 -"249273",112428,35544,3,212,397 -"249274",112428,37418,3,212,2710 -"249275",112428,38449,3,212,1802 -"249276",112428,40293,3,212,1671 -"249277",112428,41402,3,212,2313 -"249278",112428,42186,3,212,955 -"249279",112428,45715,3,212,2287 -"249280",112428,50976,2,212,547 -"249281",112428,51022,3,212,1499 -"249282",112428,51410,3,212,2739 -"249283",112428,51987,3,212,1397 -"249284",112428,57977,3,212,2683 -"249285",112428,58035,3,212,1646 -"249286",112428,73047,3,212,824 -"249287",112428,74095,3,212,2333 -"249288",112428,80678,3,212,1595 -"249289",112428,82767,3,212,1641 -"249290",112428,100134,3,212,977 -"249291",112428,108400,3,212,908 -"249292",112428,109383,3,212,952 -"249293",112435,457,1,456,1704 -"249294",112435,952,3,456,1991 -"249295",112435,1102,3,456,2282 -"249296",112435,5580,3,456,2111 -"249297",112435,6074,3,456,2426 -"249298",112435,8192,2,456,1670 -"249299",112435,8376,3,456,1670 -"249300",112435,9175,3,456,2639 -"249301",112435,9654,3,456,2111 -"249302",112435,13109,2,456,1374 -"249303",112435,19892,2,456,1212 -"249304",112435,20486,3,456,1908 -"249305",112435,22374,3,456,1226 -"249306",112435,24558,2,456,2139 -"249307",112435,26671,2,456,2279 -"249308",112435,31003,1,456,1859 -"249309",112435,34648,3,456,1596 -"249310",112435,36427,3,456,544 -"249311",112435,37800,3,456,604 -"249312",112435,40893,3,456,1116 -"249313",112435,44188,3,456,1609 -"249314",112435,46283,3,456,1184 -"249315",112435,48602,2,456,1704 -"249316",112435,49512,3,456,1302 -"249317",112435,50134,3,456,2674 -"249318",112435,57353,3,456,1849 -"249319",112435,65316,3,456,1020 -"249320",112435,72598,3,456,805 -"249321",112435,91279,2,456,966 -"249322",112435,100229,3,456,550 -"249323",112435,111165,3,456,1256 -"249324",112437,270,3,513,2542 -"249325",112437,1124,3,513,1596 -"249326",112437,2111,3,513,1904 -"249327",112437,5235,3,513,2324 -"249328",112437,5716,3,513,1058 -"249329",112437,5971,1,513,1985 -"249330",112437,5986,3,513,1721 -"249331",112437,6222,3,513,1949 -"249332",112437,6264,2,513,749 -"249333",112437,6417,3,513,1675 -"249334",112437,6588,2,513,2025 -"249335",112437,6718,3,513,2138 -"249336",112437,7555,3,513,1943 -"249337",112437,8866,3,513,1545 -"249338",112437,8888,3,513,1328 -"249339",112437,9624,3,513,2398 -"249340",112437,10488,3,513,1524 -"249341",112437,10523,2,513,1510 -"249342",112437,10576,3,513,974 -"249343",112437,11218,3,513,2292 -"249344",112437,11229,3,513,1625 -"249345",112437,11817,2,513,600 -"249346",112437,11966,3,513,2385 -"249347",112437,12042,3,513,2345 -"249348",112437,12374,2,513,2260 -"249349",112437,13248,3,513,1385 -"249350",112437,13307,3,513,2206 -"249351",112437,14656,3,513,584 -"249352",112437,14855,3,513,903 -"249353",112437,14989,3,513,2223 -"249354",112437,15118,3,513,1311 -"249355",112437,15135,3,513,1035 -"249356",112437,15700,3,513,1712 -"249357",112437,16352,2,513,2657 -"249358",112437,17400,3,513,2231 -"249359",112437,18361,3,513,2968 -"249360",112437,18394,3,513,2356 -"249361",112437,20311,3,513,1981 -"249362",112437,21012,3,513,2325 -"249363",112437,21104,3,513,2327 -"249364",112437,21571,3,513,2755 -"249365",112437,21693,3,513,2176 -"249366",112437,22197,3,513,2271 -"249367",112437,22566,3,513,2308 -"249368",112437,23492,3,513,1067 -"249369",112437,23509,3,513,2275 -"249370",112437,23526,3,513,1998 -"249371",112437,23715,3,513,1859 -"249372",112437,23725,3,513,2378 -"249373",112437,24005,3,513,1188 -"249374",112437,24559,3,513,946 -"249375",112437,25132,3,513,1188 -"249376",112437,26080,3,513,2525 -"249377",112437,26570,3,513,1669 -"249378",112437,26671,3,513,2279 -"249379",112437,26848,3,513,2363 -"249380",112437,26867,2,513,1804 -"249381",112437,27744,3,513,861 -"249382",112437,28002,3,513,914 -"249383",112437,30325,3,513,1067 -"249384",112437,30405,3,513,2164 -"249385",112437,32017,2,513,577 -"249386",112437,32131,3,513,1035 -"249387",112437,32811,3,513,804 -"249388",112437,33622,3,513,2230 -"249389",112437,34136,3,513,2202 -"249390",112437,34735,3,513,2767 -"249391",112437,34836,3,513,2302 -"249392",112437,35673,3,513,1067 -"249393",112437,37800,2,513,604 -"249394",112437,38019,3,513,1870 -"249395",112437,39444,3,513,2695 -"249396",112437,39865,2,513,849 -"249397",112437,40028,2,513,1349 -"249398",112437,40072,1,513,1182 -"249399",112437,42687,3,513,1952 -"249400",112437,43213,3,513,2160 -"249401",112437,43518,3,513,2680 -"249402",112437,44521,2,513,1593 -"249403",112437,44648,3,513,619 -"249404",112437,46629,3,513,2255 -"249405",112437,48435,3,513,528 -"249406",112437,48698,3,513,1474 -"249407",112437,50236,1,513,2339 -"249408",112437,52136,3,513,1412 -"249409",112437,52345,3,513,1430 -"249410",112437,53303,3,513,1376 -"249411",112437,54551,3,513,2348 -"249412",112437,56082,2,513,2395 -"249413",112437,56237,2,513,2625 -"249414",112437,59939,2,513,936 -"249415",112437,70838,2,513,687 -"249416",112437,71217,3,513,2169 -"249417",112437,72188,3,513,856 -"249418",112437,72207,3,513,2430 -"249419",112437,72326,2,513,2384 -"249420",112437,75403,3,513,1895 -"249421",112437,78256,3,513,804 -"249422",112437,79804,3,513,2227 -"249423",112437,80242,3,513,569 -"249424",112437,82776,3,513,1232 -"249425",112437,87048,3,513,989 -"249426",112437,91912,2,513,790 -"249427",112437,92104,3,513,2339 -"249428",112437,98925,3,513,584 -"249429",112437,108867,3,513,2328 -"249430",112437,109663,2,513,545 -"249431",112437,109718,3,513,1237 -"249432",112437,111971,3,513,1032 -"249433",112437,116835,3,513,553 -"249434",112437,120549,2,513,708 -"249435",112446,5250,3,134,405 -"249436",112446,6363,3,134,2066 -"249437",112446,12747,3,134,2818 -"249438",112446,12779,3,134,936 -"249439",112446,19835,2,134,1135 -"249440",112446,20319,3,134,468 -"249441",112446,20343,3,134,851 -"249442",112446,22884,3,134,1608 -"249443",112446,28094,3,134,1423 -"249444",112446,33588,3,134,1040 -"249445",112446,33621,3,134,1319 -"249446",112446,37628,3,134,819 -"249447",112446,47062,3,134,1675 -"249448",112446,57337,3,134,1443 -"249449",112446,59438,1,134,2400 -"249450",112446,92491,3,134,1968 -"249451",112446,108704,2,134,237 -"249452",112456,2057,3,175,1965 -"249453",112456,2452,3,175,1715 -"249454",112456,4066,3,175,1736 -"249455",112456,11518,3,175,803 -"249456",112456,11537,3,175,469 -"249457",112456,11639,3,175,1593 -"249458",112456,14709,3,175,1901 -"249459",112456,15135,3,175,1035 -"249460",112456,17572,3,175,340 -"249461",112456,19231,2,175,1424 -"249462",112456,20176,3,175,1050 -"249463",112456,21104,3,175,2327 -"249464",112456,21593,3,175,1312 -"249465",112456,21795,3,175,2653 -"249466",112456,22362,3,175,1836 -"249467",112456,25378,3,175,1245 -"249468",112456,26700,2,175,1663 -"249469",112456,30065,3,175,604 -"249470",112456,33665,2,175,787 -"249471",112456,36714,3,175,2209 -"249472",112456,37632,3,175,1295 -"249473",112456,38373,3,175,1928 -"249474",112456,38938,2,175,1593 -"249475",112456,42687,3,175,1952 -"249476",112456,43847,3,175,222 -"249477",112456,45375,3,175,862 -"249478",112456,46662,3,175,207 -"249479",112456,47529,3,175,2914 -"249480",112456,47760,3,175,1108 -"249481",112456,48214,3,175,2756 -"249482",112456,49872,3,175,2019 -"249483",112456,50118,3,175,2654 -"249484",112456,54127,2,175,1593 -"249485",112456,54204,3,175,1449 -"249486",112456,58875,3,175,1899 -"249487",112456,64993,3,175,615 -"249488",112456,69062,3,175,1174 -"249489",112456,79114,3,175,591 -"249490",112456,82023,2,175,992 -"249491",112456,85405,3,175,1593 -"249492",112456,87048,3,175,989 -"249493",112456,92217,2,175,1663 -"249494",112456,107292,3,175,1667 -"249495",112456,111971,3,175,1032 -"249496",112509,11897,3,424,1271 -"249497",112509,18479,2,424,2967 -"249498",112509,89752,3,424,585 -"249499",112539,22559,3,452,566 -"249500",112539,113017,3,452,566 -"249501",112587,3011,3,1003,2278 -"249502",112587,3414,3,1003,2322 -"249503",112587,6577,3,1003,1951 -"249504",112587,8726,3,1003,2083 -"249505",112587,10716,3,1003,1692 -"249506",112587,11625,3,1003,2022 -"249507",112587,14532,3,1003,1193 -"249508",112587,15598,2,1003,2011 -"249509",112587,17790,3,1003,2783 -"249510",112587,24286,3,1003,1280 -"249511",112587,50364,3,1003,1954 -"249512",112814,916,3,546,2718 -"249513",112814,919,3,546,910 -"249514",112814,1222,3,546,2598 -"249515",112814,1560,3,546,2013 -"249516",112814,1822,3,546,2888 -"249517",112814,2181,3,546,2030 -"249518",112814,2443,3,546,2333 -"249519",112814,2802,3,546,1836 -"249520",112814,3324,3,546,1198 -"249521",112814,3477,2,546,2546 -"249522",112814,4622,3,546,1589 -"249523",112814,5414,2,546,2321 -"249524",112814,6063,2,546,2349 -"249525",112814,6262,3,546,2733 -"249526",112814,6392,3,546,1878 -"249527",112814,6432,3,546,2297 -"249528",112814,8993,3,546,2099 -"249529",112814,9503,3,546,2453 -"249530",112814,11154,3,546,1594 -"249531",112814,11229,3,546,1625 -"249532",112814,11518,3,546,803 -"249533",112814,11897,1,546,1271 -"249534",112814,12735,2,546,819 -"249535",112814,12779,2,546,936 -"249536",112814,13150,3,546,1570 -"249537",112814,13899,3,546,2650 -"249538",112814,14656,3,546,584 -"249539",112814,14817,3,546,2110 -"249540",112814,15023,3,546,2054 -"249541",112814,15047,2,546,1697 -"249542",112814,17399,3,546,884 -"249543",112814,17999,3,546,2758 -"249544",112814,18217,2,546,1566 -"249545",112814,18466,3,546,2340 -"249546",112814,18479,3,546,2967 -"249547",112814,19190,3,546,2677 -"249548",112814,19317,3,546,2041 -"249549",112814,19358,2,546,880 -"249550",112814,20124,3,546,2376 -"249551",112814,20343,3,546,851 -"249552",112814,20604,3,546,1684 -"249553",112814,20921,3,546,723 -"249554",112814,20984,3,546,2502 -"249555",112814,21684,3,546,1971 -"249556",112814,22403,3,546,1630 -"249557",112814,22462,2,546,869 -"249558",112814,23739,3,546,2463 -"249559",112814,26025,3,546,591 -"249560",112814,26138,3,546,1902 -"249561",112814,28588,3,546,1335 -"249562",112814,28914,3,546,580 -"249563",112814,29267,3,546,1234 -"249564",112814,30486,3,546,1269 -"249565",112814,31357,3,546,2389 -"249566",112814,32070,2,546,950 -"249567",112814,32339,3,546,2430 -"249568",112814,32395,3,546,2735 -"249569",112814,33223,2,546,2397 -"249570",112814,33451,3,546,1957 -"249571",112814,33470,3,546,2003 -"249572",112814,35822,3,546,1903 -"249573",112814,36346,3,546,1240 -"249574",112814,36662,3,546,2967 -"249575",112814,37301,3,546,2160 -"249576",112814,38274,2,546,1181 -"249577",112814,38457,3,546,1630 -"249578",112814,38513,3,546,914 -"249579",112814,40542,2,546,1664 -"249580",112814,44181,3,546,1034 -"249581",112814,46568,2,546,822 -"249582",112814,47595,3,546,2374 -"249583",112814,51678,3,546,1077 -"249584",112814,51843,3,546,2389 -"249585",112814,52953,3,546,1741 -"249586",112814,56168,2,546,1466 -"249587",112814,56639,3,546,643 -"249588",112814,56873,3,546,1421 -"249589",112814,57037,2,546,2293 -"249590",112814,57150,3,546,1196 -"249591",112814,59790,3,546,1827 -"249592",112814,66017,3,546,1545 -"249593",112814,76143,3,546,1610 -"249594",112814,76503,3,546,1136 -"249595",112814,76997,3,546,2223 -"249596",112814,79547,3,546,1909 -"249597",112814,79772,3,546,1230 -"249598",112814,79793,3,546,1915 -"249599",112814,83334,3,546,1708 -"249600",112814,83362,3,546,1877 -"249601",112814,84317,3,546,2081 -"249602",112814,88739,3,546,933 -"249603",112814,89129,3,546,790 -"249604",112814,90633,3,546,990 -"249605",112814,94339,3,546,2768 -"249606",112814,104161,2,546,613 -"249607",112814,117903,3,546,1664 -"249608",112834,10279,3,765,886 -"249609",112834,10439,3,765,773 -"249610",112834,10908,3,765,1134 -"249611",112834,12200,3,765,1400 -"249612",112834,12818,3,765,2015 -"249613",112834,13024,3,765,2468 -"249614",112834,18855,3,765,1362 -"249615",112834,20271,3,765,2044 -"249616",112834,21318,3,765,780 -"249617",112834,24104,3,765,817 -"249618",112834,39258,3,765,2899 -"249619",112834,39589,3,765,1292 -"249620",112834,41211,3,765,896 -"249621",112834,75067,3,765,801 -"249622",112834,107993,2,765,999 -"249623",112834,118178,3,765,2367 -"249624",112923,10453,3,950,1656 -"249625",112923,16501,3,950,1650 -"249626",112923,29286,2,950,1612 -"249627",112923,40035,3,950,2742 -"249628",112923,46486,3,950,1868 -"249629",112923,53739,3,950,2704 -"249630",113026,1046,3,213,1881 -"249631",113026,4191,3,213,2130 -"249632",113026,4618,3,213,2607 -"249633",113026,4723,3,213,1314 -"249634",113026,5725,3,213,2789 -"249635",113026,6078,3,213,498 -"249636",113026,6562,3,213,1139 -"249637",113026,8258,2,213,1959 -"249638",113026,11875,3,213,1526 -"249639",113026,17351,3,213,2036 -"249640",113026,17632,3,213,1947 -"249641",113026,17721,3,213,1410 -"249642",113026,17938,2,213,1410 -"249643",113026,23639,3,213,2065 -"249644",113026,23731,3,213,1656 -"249645",113026,24116,2,213,1413 -"249646",113026,25270,3,213,985 -"249647",113026,25886,3,213,1580 -"249648",113026,26567,3,213,1158 -"249649",113026,26595,3,213,1566 -"249650",113026,28635,3,213,2368 -"249651",113026,28640,3,213,1475 -"249652",113026,31243,3,213,1355 -"249653",113026,34055,3,213,1881 -"249654",113026,34325,3,213,1982 -"249655",113026,35516,2,213,1229 -"249656",113026,39627,3,213,546 -"249657",113026,41900,3,213,1970 -"249658",113026,41945,3,213,2856 -"249659",113026,42195,3,213,573 -"249660",113026,42747,3,213,1189 -"249661",113026,44306,3,213,1036 -"249662",113026,46680,3,213,1690 -"249663",113026,48605,3,213,2796 -"249664",113026,56212,3,213,1410 -"249665",113026,57549,3,213,2335 -"249666",113026,58035,3,213,1646 -"249667",113026,60289,3,213,2729 -"249668",113026,61973,3,213,892 -"249669",113026,67763,3,213,822 -"249670",113026,68670,2,213,565 -"249671",113026,71518,3,213,2805 -"249672",113026,79211,3,213,1590 -"249673",113026,79404,3,213,1079 -"249674",113026,80009,2,213,1640 -"249675",113026,81134,2,213,1384 -"249676",113026,82270,3,213,1641 -"249677",113026,86287,3,213,1349 -"249678",113026,92381,3,213,1237 -"249679",113026,97940,3,213,431 -"249680",113026,98003,3,213,573 -"249681",113026,106554,3,213,1270 -"249682",113026,115194,3,213,604 -"249683",113041,323,3,79,1706 -"249684",113041,1195,3,79,1322 -"249685",113041,3420,3,79,497 -"249686",113041,4957,2,79,644 -"249687",113041,5568,3,79,1290 -"249688",113041,9552,3,79,1947 -"249689",113041,10870,3,79,1755 -"249690",113041,11651,2,79,526 -"249691",113041,15632,3,79,1242 -"249692",113041,16384,3,79,1320 -"249693",113041,17812,3,79,2705 -"249694",113041,18672,3,79,1182 -"249695",113041,19605,3,79,2395 -"249696",113041,20874,3,79,1580 -"249697",113041,23015,3,79,1362 -"249698",113041,23430,3,79,904 -"249699",113041,27379,3,79,2461 -"249700",113041,31444,3,79,511 -"249701",113041,31700,3,79,2727 -"249702",113041,34037,3,79,486 -"249703",113041,37026,3,79,1428 -"249704",113041,37937,3,79,1320 -"249705",113041,40796,3,79,540 -"249706",113041,41418,3,79,535 -"249707",113041,41953,3,79,945 -"249708",113041,47889,3,79,992 -"249709",113041,55438,3,79,2863 -"249710",113041,55892,2,79,1234 -"249711",113041,61245,3,79,955 -"249712",113041,70433,3,79,2639 -"249713",113041,70854,3,79,635 -"249714",113041,79653,2,79,2683 -"249715",113041,86580,2,79,696 -"249716",113041,96708,1,79,594 -"249717",113116,1523,3,769,2048 -"249718",113116,2190,3,769,2359 -"249719",113116,6697,3,769,2438 -"249720",113116,9484,3,769,1429 -"249721",113116,10050,3,769,1792 -"249722",113116,20176,3,769,1050 -"249723",113116,21240,3,769,1162 -"249724",113116,30631,3,769,951 -"249725",113116,33665,3,769,787 -"249726",113116,38087,2,769,1083 -"249727",113116,38373,3,769,1928 -"249728",113116,38532,3,769,1234 -"249729",113116,39418,3,769,1978 -"249730",113116,46299,3,769,1132 -"249731",113116,46726,3,769,943 -"249732",113116,52879,3,769,777 -"249733",113116,60808,3,769,1258 -"249734",113116,67617,3,769,1149 -"249735",113116,72597,3,769,1843 -"249736",113116,84447,1,769,1006 -"249737",113116,90236,3,769,1010 -"249738",113116,106399,3,769,1530 -"249739",113131,10779,3,445,2881 -"249740",113131,17819,3,445,2291 -"249741",113131,19338,3,445,620 -"249742",113131,44598,3,445,2356 -"249743",113131,74730,3,445,535 -"249744",113131,90860,2,445,851 -"249745",113131,92480,2,445,832 -"249746",113162,15343,3,818,2125 -"249747",113162,21417,3,818,2422 -"249748",113162,34311,3,818,2213 -"249749",113162,42814,3,818,1149 -"249750",113162,45664,3,818,2235 -"249751",113162,77057,3,818,1866 -"249752",113162,77095,3,818,1622 -"249753",113162,80655,3,818,1546 -"249754",113162,82735,3,818,829 -"249755",113162,84039,3,818,1335 -"249756",113162,86279,2,818,1076 -"249757",113162,87198,3,818,1462 -"249758",113181,24761,2,2301,2384 -"249759",113217,1130,3,109,1566 -"249760",113217,69979,2,109,557 -"249761",113238,2852,3,671,2448 -"249762",113238,4675,2,671,1741 -"249763",113238,9227,3,671,1267 -"249764",113238,24060,3,671,2349 -"249765",113238,25480,2,671,2747 -"249766",113238,27312,3,671,2469 -"249767",113238,28057,3,671,1067 -"249768",113238,29224,3,671,2011 -"249769",113238,29997,3,671,1789 -"249770",113238,31317,3,671,1362 -"249771",113238,34842,3,671,2050 -"249772",113238,39014,3,671,1188 -"249773",113238,41023,2,671,2408 -"249774",113238,41598,3,671,2291 -"249775",113238,50229,3,671,1190 -"249776",113238,53809,3,671,1956 -"249777",113238,64255,3,671,2309 -"249778",113238,80246,2,671,1224 -"249779",113238,100260,3,671,888 -"249780",113333,5937,2,1018,2392 -"249781",113333,6234,3,1018,2654 -"249782",113333,6235,3,1018,1585 -"249783",113333,6800,3,1018,2053 -"249784",113333,7499,3,1018,1803 -"249785",113333,7787,3,1018,2314 -"249786",113333,10250,3,1018,1606 -"249787",113333,11259,1,1018,1356 -"249788",113333,11868,2,1018,1639 -"249789",113333,12511,3,1018,1298 -"249790",113333,14584,3,1018,1573 -"249791",113333,15150,3,1018,2801 -"249792",113333,15558,2,1018,2389 -"249793",113333,16477,3,1018,2069 -"249794",113333,16969,3,1018,1917 -"249795",113333,17480,3,1018,2316 -"249796",113333,18821,3,1018,2075 -"249797",113333,19002,2,1018,2053 -"249798",113333,20011,2,1018,2826 -"249799",113333,23364,3,1018,2306 -"249800",113333,23728,2,1018,2601 -"249801",113333,23771,3,1018,1614 -"249802",113333,24044,2,1018,1076 -"249803",113333,26698,3,1018,1963 -"249804",113333,29775,2,1018,2064 -"249805",113333,30194,3,1018,2874 -"249806",113333,32079,3,1018,2315 -"249807",113333,32841,3,1018,1345 -"249808",113333,32939,3,1018,2277 -"249809",113333,34576,3,1018,1727 -"249810",113333,41521,3,1018,2069 -"249811",113333,42136,3,1018,2551 -"249812",113333,44730,2,1018,2468 -"249813",113333,48585,3,1018,2063 -"249814",113333,49079,3,1018,2447 -"249815",113333,52950,3,1018,2716 -"249816",113333,53640,3,1018,1789 -"249817",113333,53648,3,1018,2167 -"249818",113333,56413,3,1018,2747 -"249819",113333,57804,3,1018,2214 -"249820",113333,76450,3,1018,1077 -"249821",113333,76505,3,1018,2123 -"249822",113333,76997,2,1018,2223 -"249823",113333,79913,3,1018,1514 -"249824",113333,82246,3,1018,1538 -"249825",113333,93459,3,1018,1354 -"249826",113333,96700,3,1018,1602 -"249827",113333,104843,3,1018,1167 -"249828",113333,106330,3,1018,2559 -"249829",113333,113498,3,1018,2568 -"249830",113498,6234,3,2568,2654 -"249831",113506,10576,3,538,974 -"249832",113506,20665,3,538,1311 -"249833",113506,45939,3,538,1930 -"249834",113506,87471,3,538,712 -"249835",113506,97498,3,538,2346 -"249836",113619,5462,3,760,2374 -"249837",113619,14272,1,760,1063 -"249838",113619,17626,2,760,1265 -"249839",113619,18366,3,760,2699 -"249840",113619,21416,3,760,2375 -"249841",113619,27135,2,760,798 -"249842",113619,57950,3,760,1529 -"249843",113619,58180,2,760,1919 -"249844",113619,63400,3,760,1265 -"249845",113619,72535,3,760,1191 -"249846",113619,82829,2,760,2416 -"249847",113619,83079,3,760,798 -"249848",113619,105795,1,760,1265 -"249849",113619,107435,2,760,1635 -"249850",113736,14972,3,1514,2332 -"249851",113736,17381,3,1514,1697 -"249852",113767,18779,3,1101,1267 -"249853",113767,19893,2,1101,1223 -"249854",113767,43902,3,1101,1726 -"249855",113767,60207,2,1101,2224 -"249856",113793,3284,3,185,1541 -"249857",113793,8813,3,185,389 -"249858",113793,11518,3,185,803 -"249859",113793,13007,2,185,2496 -"249860",113793,13119,3,185,1739 -"249861",113793,24264,3,185,1760 -"249862",113793,34117,1,185,961 -"249863",113793,52041,3,185,2694 -"249864",113793,56873,3,185,1421 -"249865",113793,72470,3,185,991 -"249866",113794,6345,3,417,2713 -"249867",113794,7604,3,417,1366 -"249868",113794,8607,3,417,1685 -"249869",113794,9724,2,417,2713 -"249870",113794,10701,3,417,2000 -"249871",113794,17531,3,417,876 -"249872",113794,23550,3,417,2939 -"249873",113794,32350,1,417,1540 -"249874",113794,37684,3,417,2899 -"249875",113794,38458,2,417,1368 -"249876",113794,42956,2,417,932 -"249877",113794,47607,3,417,2724 -"249878",113794,50468,3,417,1659 -"249879",113794,53652,3,417,2899 -"249880",113794,63631,3,417,763 -"249881",113794,76450,3,417,1077 -"249882",113794,76814,3,417,926 -"249883",113848,40759,2,999,2789 -"249884",113848,55307,3,999,2306 -"249885",113851,3966,3,120,2425 -"249886",113851,5714,3,120,534 -"249887",113851,5716,3,120,1058 -"249888",113851,6417,3,120,1675 -"249889",113851,14589,2,120,1184 -"249890",113851,15636,3,120,2857 -"249891",113851,16352,3,120,2657 -"249892",113851,19637,3,120,1229 -"249893",113851,28002,2,120,914 -"249894",113851,28559,3,120,1525 -"249895",113851,32820,2,120,582 -"249896",113851,37501,2,120,514 -"249897",113851,40417,2,120,771 -"249898",113851,50269,3,120,1966 -"249899",113851,60280,3,120,1918 -"249900",113851,64427,3,120,535 -"249901",113851,90911,3,120,1263 -"249902",113966,841,3,268,2964 -"249903",113966,4983,3,268,1909 -"249904",113966,6989,3,268,2623 -"249905",113966,11648,3,268,2852 -"249906",113966,12023,3,268,799 -"249907",113966,12524,3,268,1287 -"249908",113966,13295,3,268,779 -"249909",113966,17572,3,268,340 -"249910",113966,22723,3,268,2859 -"249911",113966,28904,3,268,926 -"249912",113966,31753,3,268,1514 -"249913",113966,41077,3,268,864 -"249914",113966,47148,3,268,569 -"249915",113966,47968,3,268,2829 -"249916",113966,52815,3,268,2323 -"249917",113966,76286,3,268,1642 -"249918",113966,81486,3,268,1297 -"249919",114122,31676,3,584,1598 -"249920",114122,42256,3,584,2839 -"249921",114122,66183,3,584,607 -"249922",114122,92784,3,584,1257 -"249923",114228,3100,3,1544,2524 -"249924",114228,4194,3,1544,1641 -"249925",114228,33363,3,1544,2475 -"249926",114228,65223,3,1544,2724 -"249927",114228,86010,3,1544,1641 -"249928",114228,94339,3,1544,2768 -"249929",114240,725,2,642,1064 -"249930",114240,8525,3,642,1787 -"249931",114240,21290,2,642,894 -"249932",114240,36577,3,642,958 -"249933",114240,46745,3,642,1565 -"249934",114240,49621,3,642,1915 -"249935",114240,53905,3,642,2193 -"249936",114240,56737,3,642,2270 -"249937",114240,79236,3,642,1505 -"249938",114240,81113,3,642,1914 -"249939",114257,41837,3,2307,2399 -"249940",114342,601,2,228,702 -"249941",114342,1427,3,228,324 -"249942",114342,1428,3,228,742 -"249943",114342,2063,3,228,1278 -"249944",114342,3167,2,228,1676 -"249945",114342,3242,3,228,1730 -"249946",114342,3961,3,228,2426 -"249947",114342,4191,3,228,2130 -"249948",114342,4980,3,228,2093 -"249949",114342,5315,3,228,2631 -"249950",114342,7245,3,228,2089 -"249951",114342,7992,3,228,2033 -"249952",114342,10358,3,228,2294 -"249953",114342,10779,3,228,2881 -"249954",114342,10875,3,228,1234 -"249955",114342,11576,3,228,808 -"249956",114342,12096,3,228,1330 -"249957",114342,13388,3,228,2119 -"249958",114342,13967,3,228,1354 -"249959",114342,13979,3,228,1559 -"249960",114342,15643,3,228,502 -"249961",114342,15990,3,228,593 -"249962",114342,16053,3,228,908 -"249963",114342,16164,3,228,1184 -"249964",114342,17357,2,228,1536 -"249965",114342,18415,3,228,2184 -"249966",114342,19637,3,228,1229 -"249967",114342,19963,3,228,810 -"249968",114342,20067,2,228,2390 -"249969",114342,20732,3,228,2401 -"249970",114342,21122,3,228,1701 -"249971",114342,21706,3,228,1988 -"249972",114342,21773,3,228,323 -"249973",114342,21911,2,228,1184 -"249974",114342,23726,2,228,2434 -"249975",114342,23869,2,228,1918 -"249976",114342,25680,3,228,1618 -"249977",114342,26570,3,228,1669 -"249978",114342,27753,3,228,2750 -"249979",114342,28130,3,228,908 -"249980",114342,28131,3,228,1492 -"249981",114342,28731,2,228,955 -"249982",114342,29456,3,228,1182 -"249983",114342,30150,3,228,1704 -"249984",114342,30438,2,228,1617 -"249985",114342,30883,3,228,1629 -"249986",114342,31243,3,228,1355 -"249987",114342,33801,3,228,2899 -"249988",114342,34158,3,228,2639 -"249989",114342,34492,3,228,1798 -"249990",114342,35529,3,228,1620 -"249991",114342,38449,3,228,1802 -"249992",114342,39563,1,228,486 -"249993",114342,39748,3,228,1566 -"249994",114342,39865,3,228,849 -"249995",114342,40293,3,228,1671 -"249996",114342,44161,3,228,1156 -"249997",114342,44819,3,228,2063 -"249998",114342,45715,2,228,2287 -"249999",114342,46803,3,228,2305 -"250000",114342,49144,3,228,1542 -"250001",114342,50382,3,228,2244 -"250002",114342,50976,3,228,547 -"250003",114342,51157,2,228,2319 -"250004",114342,51410,3,228,2739 -"250005",114342,53475,3,228,2853 -"250006",114342,58035,3,228,1646 -"250007",114342,62148,2,228,1566 -"250008",114342,64219,3,228,2705 -"250009",114342,64786,3,228,870 -"250010",114342,65625,3,228,1273 -"250011",114342,70046,3,228,2624 -"250012",114342,70203,3,228,2756 -"250013",114342,70996,3,228,1037 -"250014",114342,74681,3,228,837 -"250015",114342,74730,2,228,535 -"250016",114342,76999,2,228,908 -"250017",114342,77001,3,228,1440 -"250018",114342,78256,3,228,804 -"250019",114342,81478,3,228,1640 -"250020",114342,82426,3,228,1576 -"250021",114342,82767,3,228,1641 -"250022",114342,85794,3,228,679 -"250023",114342,86550,3,228,955 -"250024",114342,88860,3,228,1014 -"250025",114342,89137,3,228,580 -"250026",114342,92254,3,228,517 -"250027",114342,97160,3,228,1215 -"250028",114342,97915,3,228,1802 -"250029",114342,100140,3,228,1041 -"250030",114342,103524,3,228,991 -"250031",114342,109383,2,228,952 -"250032",114342,111761,3,228,783 -"250033",114342,117679,3,228,535 -"250034",114504,3456,3,1937,1999 -"250035",114504,38975,2,1937,1999 -"250036",114504,44564,1,1937,2034 -"250037",114611,4526,3,694,1728 -"250038",114611,8923,3,694,1266 -"250039",114611,17388,3,694,1023 -"250040",114611,18005,3,694,2449 -"250041",114611,22166,2,694,994 -"250042",114611,34094,3,694,1360 -"250043",114611,46726,3,694,943 -"250044",114611,50996,2,694,929 -"250045",114611,60258,2,694,2405 -"250046",114611,62668,3,694,958 -"250047",114611,67815,3,694,2476 -"250048",114611,96310,3,694,1016 -"250049",114615,7422,3,613,1793 -"250050",114615,23121,3,613,2108 -"250051",114648,2576,3,270,1307 -"250052",114648,3127,3,270,2273 -"250053",114648,4612,3,270,2804 -"250054",114648,9227,3,270,1267 -"250055",114648,9787,2,270,2858 -"250056",114648,11108,3,270,1609 -"250057",114648,12781,1,270,831 -"250058",114648,13260,3,270,389 -"250059",114648,13720,3,270,1558 -"250060",114648,14287,3,270,1583 -"250061",114648,16501,3,270,1650 -"250062",114648,17252,3,270,1258 -"250063",114648,20220,3,270,1656 -"250064",114648,22578,3,270,2216 -"250065",114648,23131,3,270,1732 -"250066",114648,24302,3,270,407 -"250067",114648,25163,3,270,1751 -"250068",114648,26551,3,270,652 -"250069",114648,27897,3,270,1968 -"250070",114648,27914,3,270,2507 -"250071",114648,28869,3,270,2425 -"250072",114648,29286,3,270,1612 -"250073",114648,30525,3,270,1964 -"250074",114648,31868,3,270,1993 -"250075",114648,35640,3,270,495 -"250076",114648,35728,3,270,2017 -"250077",114648,40572,3,270,2666 -"250078",114648,41633,3,270,1976 -"250079",114648,44603,3,270,2748 -"250080",114648,46384,2,270,2285 -"250081",114648,54775,3,270,2383 -"250082",114648,56995,3,270,2323 -"250083",114648,58655,3,270,2685 -"250084",114648,61125,3,270,1673 -"250085",114648,70455,3,270,1307 -"250086",114648,71467,2,270,1051 -"250087",114648,81545,3,270,2077 -"250088",114648,88427,3,270,340 -"250089",114648,100048,3,270,1573 -"250090",114663,5484,3,488,582 -"250091",114663,5614,3,488,2122 -"250092",114663,54782,2,488,565 -"250093",114666,3776,3,711,2322 -"250094",114666,6248,3,711,2737 -"250095",114666,9716,3,711,1929 -"250096",114666,10727,3,711,2082 -"250097",114666,11976,3,711,1727 -"250098",114666,28355,3,711,2053 -"250099",114666,29117,3,711,1250 -"250100",114666,32276,2,711,2223 -"250101",114666,33691,3,711,949 -"250102",114666,42713,3,711,1995 -"250103",114666,49147,3,711,2539 -"250104",114666,54061,3,711,1488 -"250105",114666,55436,3,711,2513 -"250106",114666,74058,3,711,1151 -"250107",114666,110569,3,711,970 -"250108",114677,69409,1,1,535 -"250109",114769,3100,3,1108,2524 -"250110",114769,5673,2,1108,1567 -"250111",114769,11135,3,1108,2441 -"250112",114769,15502,3,1108,2637 -"250113",114769,21895,2,1108,1693 -"250114",114769,23639,3,1108,2065 -"250115",114769,26567,3,1108,1158 -"250116",114769,29534,2,1108,1199 -"250117",114769,36487,3,1108,2622 -"250118",114769,39577,3,1108,1728 -"250119",114769,51448,3,1108,1593 -"250120",114769,56673,3,1108,2419 -"250121",114769,57067,3,1108,2547 -"250122",114769,61513,3,1108,2948 -"250123",114769,65223,3,1108,2724 -"250124",114769,77666,3,1108,1372 -"250125",114769,79025,2,1108,1473 -"250126",114769,81134,3,1108,1384 -"250127",114769,92947,3,1108,1289 -"250128",114769,100586,3,1108,2966 -"250129",114769,116792,3,1108,2397 -"250130",114847,827,2,39,2964 -"250131",114847,952,3,39,1991 -"250132",114847,1560,3,39,2013 -"250133",114847,1624,3,39,2687 -"250134",114847,1708,2,39,1591 -"250135",114847,2282,3,39,2056 -"250136",114847,2426,3,39,85 -"250137",114847,2647,2,39,2450 -"250138",114847,2927,2,39,1789 -"250139",114847,3101,3,39,513 -"250140",114847,4180,3,39,1817 -"250141",114847,4249,3,39,2547 -"250142",114847,6480,3,39,1678 -"250143",114847,7253,3,39,2686 -"250144",114847,7254,3,39,1849 -"250145",114847,7604,3,39,1366 -"250146",114847,8006,2,39,479 -"250147",114847,8123,3,39,144 -"250148",114847,10701,3,39,2000 -"250149",114847,10990,3,39,805 -"250150",114847,11429,3,39,2520 -"250151",114847,11858,2,39,1530 -"250152",114847,14212,2,39,857 -"250153",114847,14957,3,39,2306 -"250154",114847,15146,3,39,1546 -"250155",114847,15782,3,39,2306 -"250156",114847,16538,2,39,704 -"250157",114847,19509,3,39,2000 -"250158",114847,22357,3,39,1397 -"250159",114847,22980,3,39,158 -"250160",114847,26597,3,39,2070 -"250161",114847,28290,3,39,430 -"250162",114847,28782,2,39,2272 -"250163",114847,32169,3,39,2504 -"250164",114847,32350,3,39,1540 -"250165",114847,32841,3,39,1345 -"250166",114847,34953,3,39,1817 -"250167",114847,36399,2,39,1357 -"250168",114847,36840,3,39,2269 -"250169",114847,37342,2,39,2649 -"250170",114847,38309,3,39,2644 -"250171",114847,42382,3,39,2224 -"250172",114847,42390,1,39,2937 -"250173",114847,43543,2,39,1457 -"250174",114847,46616,3,39,1917 -"250175",114847,47607,3,39,2724 -"250176",114847,48419,3,39,1134 -"250177",114847,50468,3,39,1659 -"250178",114847,52380,3,39,2686 -"250179",114847,53377,3,39,417 -"250180",114847,53584,3,39,2391 -"250181",114847,54452,2,39,60 -"250182",114847,55183,2,39,450 -"250183",114847,55775,3,39,2385 -"250184",114847,63631,2,39,763 -"250185",114847,63664,3,39,45 -"250186",114847,64628,3,39,2829 -"250187",114847,65375,1,39,824 -"250188",114847,71895,2,39,1327 -"250189",114847,71999,3,39,2685 -"250190",114847,76295,3,39,1001 -"250191",114847,76796,3,39,1140 -"250192",114847,76814,2,39,926 -"250193",114847,76929,3,39,910 -"250194",114847,80454,3,39,423 -"250195",114847,80970,3,39,2069 -"250196",114847,82312,3,39,340 -"250197",114847,84181,3,39,1272 -"250198",114847,84808,3,39,1974 -"250199",114847,87273,3,39,51 -"250200",114847,88984,3,39,935 -"250201",114847,89135,3,39,116 -"250202",114847,97266,3,39,1016 -"250203",114857,2206,2,1310,2536 -"250204",114857,6132,3,1310,1590 -"250205",114857,30744,3,1310,1398 -"250206",114857,32339,3,1310,2430 -"250207",114857,34216,3,1310,2832 -"250208",114857,41581,3,1310,1692 -"250209",114857,57067,3,1310,2547 -"250210",114857,62066,3,1310,2281 -"250211",114865,2269,3,544,984 -"250212",114865,3716,3,544,1679 -"250213",114865,6047,3,544,2004 -"250214",114865,6366,3,544,798 -"250215",114865,6417,3,544,1675 -"250216",114865,10513,3,544,2284 -"250217",114865,11540,2,544,1237 -"250218",114865,11576,2,544,808 -"250219",114865,15872,2,544,1551 -"250220",114865,16120,3,544,1237 -"250221",114865,16826,3,544,2599 -"250222",114865,20975,3,544,1305 -"250223",114865,21138,2,544,2849 -"250224",114865,22141,3,544,2348 -"250225",114865,22639,3,544,2352 -"250226",114865,30906,3,544,2537 -"250227",114865,47248,3,544,2883 -"250228",114865,47715,3,544,2111 -"250229",114865,50124,3,544,1209 -"250230",114865,51017,2,544,2073 -"250231",114865,51035,3,544,2397 -"250232",114865,63547,3,544,1023 -"250233",114865,74681,3,544,837 -"250234",114865,74731,2,544,853 -"250235",114865,84022,3,544,2289 -"250236",114865,87692,2,544,775 -"250237",114865,89047,3,544,877 -"250238",114865,90802,2,544,877 -"250239",114865,101395,1,544,891 -"250240",114865,104084,3,544,579 -"250241",114870,1691,3,110,1941 -"250242",114870,4936,3,110,897 -"250243",114870,5018,3,110,640 -"250244",114870,5258,3,110,2730 -"250245",114870,7233,3,110,572 -"250246",114870,9057,3,110,2629 -"250247",114870,14108,3,110,2012 -"250248",114870,18502,3,110,1033 -"250249",114870,18543,3,110,2968 -"250250",114870,19317,3,110,2041 -"250251",114870,19332,3,110,1214 -"250252",114870,20311,3,110,1981 -"250253",114870,20407,3,110,2339 -"250254",114870,22057,3,110,974 -"250255",114870,26873,3,110,419 -"250256",114870,27224,2,110,354 -"250257",114870,29884,3,110,1239 -"250258",114870,30411,3,110,630 -"250259",114870,31001,3,110,2119 -"250260",114870,34314,3,110,630 -"250261",114870,36439,3,110,2469 -"250262",114870,40488,3,110,486 -"250263",114870,45545,3,110,1776 -"250264",114870,46621,3,110,1343 -"250265",114870,50235,3,110,726 -"250266",114870,52327,3,110,1472 -"250267",114870,53252,3,110,637 -"250268",114870,56317,3,110,2030 -"250269",114870,57990,3,110,978 -"250270",114870,58293,3,110,250 -"250271",114870,61689,3,110,1309 -"250272",114870,61785,3,110,822 -"250273",114870,69122,2,110,416 -"250274",114870,69257,3,110,1402 -"250275",114870,75025,3,110,717 -"250276",114870,76127,3,110,910 -"250277",114870,81588,3,110,1568 -"250278",114870,88232,3,110,2881 -"250279",114870,89097,3,110,935 -"250280",114870,95836,2,110,760 -"250281",114870,101967,3,110,691 -"250282",114870,105207,2,110,451 -"250283",114870,110719,3,110,206 -"250284",114872,17396,3,907,1672 -"250285",114872,22331,3,907,2687 -"250286",114872,25443,3,907,1441 -"250287",114872,33383,3,907,1572 -"250288",114937,11540,2,327,1237 -"250289",114937,11576,3,327,808 -"250290",114937,15872,2,327,1551 -"250291",114937,21138,3,327,2849 -"250292",114937,40487,3,327,2512 -"250293",114937,40893,3,327,1116 -"250294",114937,51017,3,327,2073 -"250295",114937,87148,3,327,397 -"250296",114937,87692,3,327,775 -"250297",114937,90802,3,327,877 -"250298",114937,101395,3,327,891 -"250299",114937,104084,2,327,579 -"250300",115021,2206,3,1226,2536 -"250301",115021,2540,3,1226,1398 -"250302",115021,2576,3,1226,1307 -"250303",115021,2798,3,1226,1673 -"250304",115021,2852,3,1226,2448 -"250305",115021,3620,3,1226,2955 -"250306",115021,4361,3,1226,2571 -"250307",115021,4612,2,1226,2804 -"250308",115021,4668,3,1226,1919 -"250309",115021,4669,3,1226,2395 -"250310",115021,4983,3,1226,1909 -"250311",115021,5346,3,1226,1438 -"250312",115021,5897,3,1226,2337 -"250313",115021,7785,2,1226,2441 -"250314",115021,7942,3,1226,2623 -"250315",115021,9060,3,1226,1612 -"250316",115021,9481,3,1226,1610 -"250317",115021,11108,3,1226,1609 -"250318",115021,11648,3,1226,2852 -"250319",115021,12948,2,1226,2669 -"250320",115021,14749,2,1226,1998 -"250321",115021,15207,3,1226,1855 -"250322",115021,16501,3,1226,1650 -"250323",115021,17033,3,1226,2771 -"250324",115021,17645,3,1226,1918 -"250325",115021,19655,3,1226,2706 -"250326",115021,21487,3,1226,2203 -"250327",115021,22244,3,1226,2139 -"250328",115021,23131,3,1226,1732 -"250329",115021,27742,1,1226,2700 -"250330",115021,27914,2,1226,2507 -"250331",115021,28869,3,1226,2425 -"250332",115021,30525,2,1226,1964 -"250333",115021,31866,3,1226,2101 -"250334",115021,31868,2,1226,1993 -"250335",115021,32532,2,1226,2338 -"250336",115021,32560,2,1226,1258 -"250337",115021,33341,3,1226,2338 -"250338",115021,35728,3,1226,2017 -"250339",115021,35797,3,1226,2482 -"250340",115021,40572,3,1226,2666 -"250341",115021,41023,3,1226,2408 -"250342",115021,45869,3,1226,2840 -"250343",115021,48769,3,1226,2071 -"250344",115021,56569,3,1226,1993 -"250345",115021,56995,3,1226,2323 -"250346",115021,58655,2,1226,2685 -"250347",115021,59039,3,1226,2870 -"250348",115021,64967,3,1226,2872 -"250349",115021,70583,3,1226,2615 -"250350",115021,72597,3,1226,1843 -"250351",115021,72632,3,1226,1289 -"250352",115021,80156,3,1226,1667 -"250353",115021,82893,3,1226,1275 -"250354",115021,92860,3,1226,1643 -"250355",115021,94520,3,1226,1243 -"250356",115021,94625,2,1226,2105 -"250357",115031,27742,3,2383,2700 -"250358",115031,27914,3,2383,2507 -"250359",115078,998,3,697,1795 -"250360",115078,2972,3,697,1708 -"250361",115078,3419,3,697,1595 -"250362",115078,4567,3,697,2348 -"250363",115078,7258,3,697,1714 -"250364",115078,7798,3,697,949 -"250365",115078,7858,3,697,1795 -"250366",115078,9552,3,697,1947 -"250367",115078,10223,3,697,1033 -"250368",115078,10871,3,697,2314 -"250369",115078,16310,3,697,2796 -"250370",115078,17354,3,697,2250 -"250371",115078,18483,3,697,874 -"250372",115078,18825,2,697,1240 -"250373",115078,19506,3,697,1385 -"250374",115078,19516,2,697,2313 -"250375",115078,22722,3,697,1233 -"250376",115078,23015,2,697,1362 -"250377",115078,24807,3,697,2319 -"250378",115078,25508,3,697,2081 -"250379",115078,28896,3,697,1395 -"250380",115078,32419,3,697,1909 -"250381",115078,32651,3,697,877 -"250382",115078,33551,3,697,1734 -"250383",115078,33850,3,697,931 -"250384",115078,36031,3,697,2342 -"250385",115078,39443,3,697,2277 -"250386",115078,39875,2,697,2422 -"250387",115078,45904,3,697,1011 -"250388",115078,46596,3,697,1942 -"250389",115078,47889,3,697,992 -"250390",115078,48215,3,697,2028 -"250391",115078,49677,3,697,1222 -"250392",115078,51410,3,697,2739 -"250393",115078,52508,3,697,2337 -"250394",115078,66978,3,697,1536 -"250395",115078,68960,3,697,1312 -"250396",115078,77835,3,697,1327 -"250397",115078,83053,3,697,1303 -"250398",115078,90790,3,697,1492 -"250399",115078,91162,3,697,1693 -"250400",115078,91163,3,697,1171 -"250401",115078,91201,3,697,1702 -"250402",115090,15343,2,445,2125 -"250403",115090,17021,3,445,1226 -"250404",115090,21092,3,445,1643 -"250405",115090,21417,3,445,2422 -"250406",115090,24608,3,445,1630 -"250407",115090,42618,3,445,2316 -"250408",115090,42814,2,445,1149 -"250409",115090,44729,3,445,588 -"250410",115090,45727,3,445,477 -"250411",115090,82735,3,445,829 -"250412",115090,86279,2,445,1076 -"250413",115090,87198,3,445,1462 -"250414",115090,94808,2,445,988 -"250415",115090,103721,3,445,1030 -"250416",115090,110308,1,445,489 -"250417",115097,9332,3,1041,2734 -"250418",115097,11456,3,1041,2715 -"250419",115097,12361,3,1041,2732 -"250420",115097,21249,3,1041,1635 -"250421",115097,33052,3,1041,2251 -"250422",115097,35186,3,1041,1520 -"250423",115097,36183,3,1041,2117 -"250424",115097,36646,3,1041,2744 -"250425",115097,38087,3,1041,1083 -"250426",115097,42642,3,1041,2257 -"250427",115097,42946,2,1041,2900 -"250428",115097,50509,1,1041,2050 -"250429",115097,51815,3,1041,1252 -"250430",115097,60516,3,1041,2257 -"250431",115097,69591,3,1041,2294 -"250432",115097,81478,2,1041,1640 -"250433",115097,84268,3,1041,1217 -"250434",115097,86152,2,1041,1944 -"250435",115145,13586,3,626,2966 -"250436",115145,15700,3,626,1712 -"250437",115145,29929,3,626,2789 -"250438",115145,29982,3,626,1372 -"250439",115145,35815,2,626,2789 -"250440",115145,41240,3,626,2220 -"250441",115155,2221,2,1942,2092 -"250442",115155,2759,3,1942,2030 -"250443",115155,4730,3,1942,2131 -"250444",115155,6627,3,1942,2063 -"250445",115155,7433,3,1942,2255 -"250446",115155,7443,3,1942,2028 -"250447",115155,11506,3,1942,2824 -"250448",115155,18571,3,1942,2128 -"250449",115155,18943,3,1942,2861 -"250450",115155,21180,3,1942,2762 -"250451",115155,21463,3,1942,2437 -"250452",115155,27783,3,1942,2302 -"250453",115155,31164,3,1942,1996 -"250454",115155,32449,3,1942,2091 -"250455",115155,34162,3,1942,2336 -"250456",115155,36136,3,1942,2338 -"250457",115155,38144,2,1942,2637 -"250458",115155,39105,3,1942,2487 -"250459",115155,41978,3,1942,2824 -"250460",115155,49334,3,1942,2433 -"250461",115155,76132,3,1942,2426 -"250462",115186,11060,3,243,2155 -"250463",115186,13837,3,243,1604 -"250464",115186,40368,2,243,2876 -"250465",115186,64857,3,243,1792 -"250466",115186,69250,3,243,1439 -"250467",115186,71560,2,243,280 -"250468",115194,3557,3,604,1259 -"250469",115194,3786,3,604,2282 -"250470",115194,5673,3,604,1567 -"250471",115194,6071,2,604,2310 -"250472",115194,6562,2,604,1139 -"250473",115194,11135,3,604,2441 -"250474",115194,12031,3,604,1957 -"250475",115194,12481,3,604,1086 -"250476",115194,15502,3,604,2637 -"250477",115194,15916,3,604,1236 -"250478",115194,17999,3,604,2758 -"250479",115194,19687,2,604,2072 -"250480",115194,20413,1,604,806 -"250481",115194,20517,3,604,1465 -"250482",115194,21290,3,604,894 -"250483",115194,21895,3,604,1693 -"250484",115194,21976,3,604,1808 -"250485",115194,22905,3,604,2599 -"250486",115194,23639,2,604,2065 -"250487",115194,23731,2,604,1656 -"250488",115194,24116,1,604,1413 -"250489",115194,25270,2,604,985 -"250490",115194,25286,3,604,1545 -"250491",115194,25451,3,604,698 -"250492",115194,25886,2,604,1580 -"250493",115194,26567,3,604,1158 -"250494",115194,29276,3,604,2000 -"250495",115194,33363,3,604,2475 -"250496",115194,34953,3,604,1817 -"250497",115194,41051,3,604,2767 -"250498",115194,47130,3,604,2654 -"250499",115194,51448,3,604,1593 -"250500",115194,56212,2,604,1410 -"250501",115194,56673,3,604,2419 -"250502",115194,67763,3,604,822 -"250503",115194,78460,3,604,985 -"250504",115194,79236,3,604,1505 -"250505",115194,81134,3,604,1384 -"250506",115194,83133,3,604,1055 -"250507",115194,92381,3,604,1237 -"250508",115194,92947,3,604,1289 -"250509",115194,93317,3,604,1223 -"250510",115194,93670,3,604,1682 -"250511",115194,94399,3,604,963 -"250512",115194,95211,3,604,2462 -"250513",115194,95661,3,604,872 -"250514",115194,104542,3,604,897 -"250515",115194,106554,3,604,1270 -"250516",115338,1393,2,625,1706 -"250517",115338,2014,3,625,973 -"250518",115338,7123,3,625,1964 -"250519",115338,7900,3,625,893 -"250520",115338,7903,2,625,744 -"250521",115338,7932,3,625,789 -"250522",115338,9088,2,625,1881 -"250523",115338,9269,3,625,1892 -"250524",115338,17645,3,625,1918 -"250525",115338,17925,3,625,2385 -"250526",115338,18574,3,625,2305 -"250527",115338,19690,3,625,706 -"250528",115338,31990,2,625,2264 -"250529",115338,32629,2,625,1789 -"250530",115338,32724,3,625,2581 -"250531",115338,36440,2,625,704 -"250532",115338,37765,3,625,1134 -"250533",115338,37801,2,625,2578 -"250534",115338,41075,3,625,1176 -"250535",115338,44312,2,625,2741 -"250536",115338,44421,2,625,956 -"250537",115338,44744,2,625,2032 -"250538",115338,46726,3,625,943 -"250539",115338,48931,3,625,2444 -"250540",115338,53445,2,625,2028 -"250541",115338,57804,3,625,2214 -"250542",115338,62668,3,625,958 -"250543",115338,64712,3,625,1411 -"250544",115338,65054,3,625,2593 -"250545",115338,66017,2,625,1545 -"250546",115338,83175,3,625,2049 -"250547",115338,83206,2,625,954 -"250548",115338,83264,3,625,1922 -"250549",115338,84378,2,625,1265 -"250550",115338,92469,2,625,1232 -"250551",115338,96387,3,625,2159 -"250552",115338,97706,1,625,1121 -"250553",115401,147,1,935,1040 -"250554",115401,19610,2,935,1236 -"250555",115401,28116,3,935,1643 -"250556",115401,68539,3,935,1158 -"250557",115461,10592,3,524,859 -"250558",115461,12778,3,524,2045 -"250559",115461,17502,3,524,869 -"250560",115461,23679,3,524,934 -"250561",115461,27001,3,524,1761 -"250562",115461,49615,3,524,914 -"250563",115461,96611,2,524,765 -"250564",115534,1523,3,81,2048 -"250565",115534,2190,3,81,2359 -"250566",115534,10050,3,81,1792 -"250567",115534,17456,3,81,1300 -"250568",115534,38532,3,81,1234 -"250569",115534,61125,2,81,1673 -"250570",115618,66693,3,2314,2554 -"250571",115622,22326,3,1895,2818 -"250572",115622,27623,3,1895,2970 -"250573",115622,44598,3,1895,2356 -"250574",115622,76048,3,1895,2373 -"250575",115622,101295,2,1895,2165 -"250576",115734,160,3,859,2007 -"250577",115734,206,3,859,1986 -"250578",115734,1036,3,859,1367 -"250579",115734,1092,2,859,1945 -"250580",115734,3753,3,859,1255 -"250581",115734,5429,3,859,1991 -"250582",115734,7616,3,859,2296 -"250583",115734,8238,3,859,2222 -"250584",115734,11055,3,859,2111 -"250585",115734,12632,3,859,1174 -"250586",115734,12837,3,859,1315 -"250587",115734,15716,3,859,1991 -"250588",115734,17632,3,859,1947 -"250589",115734,27323,2,859,943 -"250590",115734,28626,3,859,2842 -"250591",115734,29089,3,859,1344 -"250592",115734,31581,3,859,2933 -"250593",115734,31890,3,859,1487 -"250594",115734,32047,2,859,1858 -"250595",115734,32419,2,859,1909 -"250596",115734,47055,3,859,1525 -"250597",115734,47564,3,859,2650 -"250598",115734,48035,3,859,2180 -"250599",115734,50001,3,859,1518 -"250600",115734,55076,3,859,2408 -"250601",115734,69250,3,859,1439 -"250602",115734,77611,3,859,1795 -"250603",115734,78270,2,859,1171 -"250604",115734,82893,3,859,1275 -"250605",115734,83053,3,859,1303 -"250606",115734,101115,3,859,1259 -"250607",115763,2269,3,857,984 -"250608",115763,3777,1,857,1798 -"250609",115763,19049,3,857,1798 -"250610",115763,20070,3,857,1914 -"250611",115763,28826,3,857,2627 -"250612",115763,45886,3,857,2449 -"250613",115763,47248,3,857,2883 -"250614",115763,51017,3,857,2073 -"250615",115763,63547,3,857,1023 -"250616",115763,84371,3,857,1667 -"250617",115795,66752,3,140,285 -"250618",115905,3542,3,274,450 -"250619",115905,6295,2,274,856 -"250620",115905,7604,3,274,1366 -"250621",115905,7787,3,274,2314 -"250622",115905,9269,2,274,1892 -"250623",115905,9895,2,274,1960 -"250624",115905,9910,3,274,2526 -"250625",115905,9948,3,274,2019 -"250626",115905,10250,3,274,1606 -"250627",115905,12914,3,274,1557 -"250628",115905,15281,3,274,810 -"250629",115905,15926,2,274,545 -"250630",115905,16347,3,274,1868 -"250631",115905,17480,3,274,2316 -"250632",115905,18645,3,274,793 -"250633",115905,18821,3,274,2075 -"250634",115905,20695,2,274,2526 -"250635",115905,20709,3,274,1757 -"250636",115905,21044,2,274,1574 -"250637",115905,25345,3,274,713 -"250638",115905,26740,3,274,2695 -"250639",115905,34331,3,274,1727 -"250640",115905,43768,3,274,1468 -"250641",115905,44744,3,274,2032 -"250642",115905,49708,2,274,1147 -"250643",115905,53584,3,274,2391 -"250644",115905,56316,3,274,1435 -"250645",115905,56364,3,274,1626 -"250646",115905,63329,3,274,639 -"250647",115905,68262,3,274,441 -"250648",115905,76796,3,274,1140 -"250649",115905,79337,2,274,875 -"250650",115905,80801,3,274,1250 -"250651",115905,84591,2,274,1685 -"250652",115905,85926,3,274,907 -"250653",115905,87915,3,274,1152 -"250654",115905,101381,3,274,977 -"250655",115905,101666,2,274,1257 -"250656",116119,8865,3,254,2394 -"250657",116119,9115,2,254,2068 -"250658",116119,9177,2,254,945 -"250659",116119,21528,1,254,1807 -"250660",116119,29997,3,254,1789 -"250661",116119,37475,3,254,1509 -"250662",116119,57912,3,254,1035 -"250663",116119,59683,3,254,2068 -"250664",116119,68691,3,254,1209 -"250665",116119,68876,3,254,1397 -"250666",116119,69232,2,254,2130 -"250667",116202,5346,3,180,1438 -"250668",116202,12767,3,180,2329 -"250669",116202,15207,2,180,1855 -"250670",116202,18550,3,180,483 -"250671",116202,40113,3,180,451 -"250672",116202,47293,3,180,929 -"250673",116202,74818,3,180,1440 -"250674",116202,85356,3,180,1492 -"250675",116202,94520,3,180,1243 -"250676",116243,12200,2,89,1400 -"250677",116243,12818,1,89,2015 -"250678",116243,13024,3,89,2468 -"250679",116243,20271,3,89,2044 -"250680",116243,20363,3,89,279 -"250681",116243,20867,3,89,200 -"250682",116243,21165,3,89,1112 -"250683",116243,25718,3,89,432 -"250684",116243,31541,3,89,1500 -"250685",116243,33755,3,89,2963 -"250686",116243,33955,3,89,1178 -"250687",116243,34491,3,89,2694 -"250688",116243,40305,3,89,293 -"250689",116243,44447,3,89,165 -"250690",116243,49621,3,89,1915 -"250691",116243,51265,3,89,2670 -"250692",116243,55171,3,89,2972 -"250693",116243,60672,3,89,2876 -"250694",116243,96169,3,89,2356 -"250695",116278,2418,3,168,2020 -"250696",116278,3620,3,168,2955 -"250697",116278,5845,3,168,1552 -"250698",116278,9440,3,168,1006 -"250699",116278,15095,3,168,2001 -"250700",116278,21480,3,168,1646 -"250701",116278,23471,3,168,2488 -"250702",116278,23534,3,168,1659 -"250703",116278,24195,3,168,1575 -"250704",116278,29578,3,168,1957 -"250705",116278,30891,3,168,1256 -"250706",116278,35620,3,168,2092 -"250707",116278,36120,3,168,2971 -"250708",116278,41478,3,168,957 -"250709",116278,44786,3,168,1096 -"250710",116278,58829,2,168,1256 -"250711",116278,59670,2,168,1173 -"250712",116278,66693,3,168,2554 -"250713",116278,68452,2,168,1606 -"250714",116278,75067,3,168,801 -"250715",116278,88454,3,168,663 -"250716",116278,93332,3,168,982 -"250717",116278,94625,2,168,2105 -"250718",116278,95416,3,168,982 -"250719",116278,119921,3,168,1113 -"250720",116280,2322,3,90,1645 -"250721",116280,12887,2,90,433 -"250722",116280,17376,3,90,1202 -"250723",116280,23395,3,90,1948 -"250724",116280,76127,3,90,910 -"250725",116280,82949,3,90,2077 -"250726",116293,34997,3,540,591 -"250727",116385,15281,3,592,810 -"250728",116385,22410,3,592,2158 -"250729",116385,27512,3,592,947 -"250730",116385,31950,3,592,2217 -"250731",116385,40510,3,592,943 -"250732",116385,41098,3,592,1857 -"250733",116385,45562,3,592,623 -"250734",116385,55493,3,592,869 -"250735",116385,61398,3,592,2563 -"250736",116385,61921,3,592,1793 -"250737",116385,77719,3,592,2086 -"250738",116385,105887,3,592,615 -"250739",116392,23639,3,870,2065 -"250740",116392,23731,3,870,1656 -"250741",116392,24116,3,870,1413 -"250742",116392,56212,3,870,1410 -"250743",116392,79236,3,870,1505 -"250744",116392,81134,3,870,1384 -"250745",116392,83133,3,870,1055 -"250746",116392,92947,3,870,1289 -"250747",116444,1006,3,1206,1569 -"250748",116444,19173,3,1206,1686 -"250749",116444,36031,3,1206,2342 -"250750",116444,44299,3,1206,1874 -"250751",116444,44420,3,1206,2184 -"250752",116478,42,3,293,2265 -"250753",116478,543,3,293,2203 -"250754",116478,803,3,293,1666 -"250755",116478,1090,3,293,2370 -"250756",116478,1321,3,293,2075 -"250757",116478,1469,3,293,1160 -"250758",116478,1676,2,293,1198 -"250759",116478,1777,3,293,1965 -"250760",116478,2166,3,293,2557 -"250761",116478,2484,3,293,2389 -"250762",116478,3352,2,293,1707 -"250763",116478,3830,3,293,1661 -"250764",116478,4057,3,293,2389 -"250765",116478,5078,3,293,2033 -"250766",116478,5457,3,293,2077 -"250767",116478,5462,3,293,2374 -"250768",116478,5504,2,293,2389 -"250769",116478,7078,3,293,2344 -"250770",116478,7323,3,293,2858 -"250771",116478,8229,3,293,1241 -"250772",116478,8621,3,293,1681 -"250773",116478,10709,3,293,746 -"250774",116478,11168,3,293,1223 -"250775",116478,12374,3,293,2260 -"250776",116478,12462,3,293,1461 -"250777",116478,13751,3,293,2557 -"250778",116478,15118,3,293,1311 -"250779",116478,16497,2,293,2370 -"250780",116478,16587,3,293,2065 -"250781",116478,17328,3,293,1206 -"250782",116478,19528,3,293,2742 -"250783",116478,19963,3,293,810 -"250784",116478,20486,3,293,1908 -"250785",116478,21076,3,293,1591 -"250786",116478,21095,3,293,856 -"250787",116478,22006,3,293,1202 -"250788",116478,22749,3,293,1727 -"250789",116478,26608,2,293,2329 -"250790",116478,27339,3,293,486 -"250791",116478,32017,3,293,577 -"250792",116478,32131,3,293,1035 -"250793",116478,32409,3,293,857 -"250794",116478,33572,3,293,2370 -"250795",116478,36031,3,293,2342 -"250796",116478,37570,3,293,2389 -"250797",116478,37800,3,293,604 -"250798",116478,39444,2,293,2695 -"250799",116478,39865,3,293,849 -"250800",116478,40072,3,293,1182 -"250801",116478,47803,3,293,2477 -"250802",116478,48414,3,293,1749 -"250803",116478,49965,3,293,2301 -"250804",116478,51410,3,293,2739 -"250805",116478,53031,3,293,2065 -"250806",116478,53624,3,293,952 -"250807",116478,53789,3,293,2681 -"250808",116478,55556,2,293,2075 -"250809",116478,55828,3,293,2393 -"250810",116478,59700,3,293,2346 -"250811",116478,59939,3,293,936 -"250812",116478,63568,2,293,570 -"250813",116478,63637,3,293,498 -"250814",116478,64031,3,293,1295 -"250815",116478,69498,3,293,931 -"250816",116478,71478,2,293,1721 -"250817",116478,80429,3,293,1927 -"250818",116478,84076,3,293,1106 -"250819",116478,88750,3,293,787 -"250820",116478,91912,3,293,790 -"250821",116478,93615,3,293,2386 -"250822",116478,101986,3,293,813 -"250823",116478,108107,3,293,1704 -"250824",116478,109383,3,293,952 -"250825",116478,109521,2,293,609 -"250826",116484,1393,3,902,1706 -"250827",116484,2370,3,902,1600 -"250828",116484,4784,3,902,2511 -"250829",116484,6020,3,902,1864 -"250830",116484,9088,3,902,1881 -"250831",116484,13595,3,902,1164 -"250832",116484,16455,3,902,946 -"250833",116484,16866,3,902,2718 -"250834",116484,21358,3,902,1970 -"250835",116484,21920,3,902,2367 -"250836",116484,28648,3,902,1586 -"250837",116484,31950,2,902,2217 -"250838",116484,32629,3,902,1789 -"250839",116484,34274,3,902,1437 -"250840",116484,40510,2,902,943 -"250841",116484,41075,3,902,1176 -"250842",116484,41489,3,902,2006 -"250843",116484,43725,3,902,935 -"250844",116484,45297,3,902,1864 -"250845",116484,45449,2,902,1610 -"250846",116484,45450,2,902,1590 -"250847",116484,48254,3,902,1013 -"250848",116484,48781,2,902,954 -"250849",116484,48823,3,902,2080 -"250850",116484,48931,3,902,2444 -"250851",116484,61921,3,902,1793 -"250852",116484,79639,2,902,1013 -"250853",116484,80186,3,902,2228 -"250854",116484,84581,2,902,1241 -"250855",116484,92366,3,902,1434 -"250856",116484,93642,2,902,1120 -"250857",116484,100084,2,902,1964 -"250858",116484,103989,2,902,1207 -"250859",116508,1428,3,158,742 -"250860",116508,3961,3,158,2426 -"250861",116508,5239,3,158,2875 -"250862",116508,7196,2,158,1508 -"250863",116508,7984,3,158,2493 -"250864",116508,8913,3,158,968 -"250865",116508,11477,3,158,2724 -"250866",116508,14943,2,158,1942 -"250867",116508,15401,3,158,1999 -"250868",116508,15990,3,158,593 -"250869",116508,16625,3,158,1285 -"250870",116508,16801,2,158,2008 -"250871",116508,16826,3,158,2599 -"250872",116508,17934,3,158,1059 -"250873",116508,20311,3,158,1981 -"250874",116508,22011,3,158,885 -"250875",116508,23132,3,158,2756 -"250876",116508,23726,3,158,2434 -"250877",116508,25271,2,158,1172 -"250878",116508,26713,3,158,1235 -"250879",116508,28784,3,158,1579 -"250880",116508,32988,3,158,2008 -"250881",116508,33801,3,158,2899 -"250882",116508,34158,3,158,2639 -"250883",116508,36862,3,158,2655 -"250884",116508,38219,3,158,1689 -"250885",116508,40432,3,158,1956 -"250886",116508,40645,3,158,1899 -"250887",116508,42505,3,158,2008 -"250888",116508,45959,3,158,1880 -"250889",116508,46040,3,158,2105 -"250890",116508,47435,3,158,878 -"250891",116508,53419,3,158,858 -"250892",116508,56237,3,158,2625 -"250893",116508,56490,3,158,227 -"250894",116508,60718,3,158,1229 -"250895",116508,63328,3,158,922 -"250896",116508,64786,3,158,870 -"250897",116508,65155,3,158,1947 -"250898",116508,65203,2,158,1597 -"250899",116508,65322,2,158,2008 -"250900",116508,76511,3,158,1250 -"250901",116508,78150,3,158,2581 -"250902",116508,79567,2,158,1942 -"250903",116508,79815,3,158,1713 -"250904",116508,82409,3,158,1881 -"250905",116508,85875,3,158,957 -"250906",116508,92757,3,158,2615 -"250907",116508,96308,3,158,521 -"250908",116508,96352,3,158,1493 -"250909",116508,97160,3,158,1215 -"250910",116508,106620,3,158,1177 -"250911",116575,13003,3,2140,2763 -"250912",116584,4675,3,314,1741 -"250913",116584,14463,3,314,1256 -"250914",116584,20847,3,314,491 -"250915",116584,25480,3,314,2747 -"250916",116584,29224,2,314,2011 -"250917",116584,39014,2,314,1188 -"250918",116584,68831,2,314,1446 -"250919",116584,81269,3,314,1570 -"250920",116584,85153,3,314,1163 -"250921",116584,94138,2,314,1939 -"250922",116584,99966,3,314,606 -"250923",116584,103560,3,314,2746 -"250924",116584,113238,3,314,671 -"250925",116620,3395,3,669,1382 -"250926",116620,10592,3,669,859 -"250927",116620,12778,3,669,2045 -"250928",116620,17502,2,669,869 -"250929",116620,27001,2,669,1761 -"250930",116771,2370,2,623,1600 -"250931",116771,6020,3,623,1864 -"250932",116771,7932,3,623,789 -"250933",116771,16866,3,623,2718 -"250934",116771,21920,3,623,2367 -"250935",116771,31950,3,623,2217 -"250936",116771,40510,2,623,943 -"250937",116771,45449,2,623,1610 -"250938",116771,45450,2,623,1590 -"250939",116771,48254,3,623,1013 -"250940",116771,48781,3,623,954 -"250941",116771,48931,3,623,2444 -"250942",116771,55493,3,623,869 -"250943",116771,64737,3,623,2442 -"250944",116771,68419,3,623,654 -"250945",116771,79639,3,623,1013 -"250946",116771,80186,3,623,2228 -"250947",116771,84581,3,623,1241 -"250948",116771,90852,3,623,764 -"250949",116771,92366,3,623,1434 -"250950",116771,93642,3,623,1120 -"250951",116771,100084,3,623,1964 -"250952",116771,116484,3,623,902 -"250953",116792,3100,3,2397,2524 -"250954",116792,11135,3,2397,2441 -"250955",116792,36506,3,2397,2638 -"250956",116792,41051,3,2397,2767 -"250957",116792,43929,2,2397,2749 -"250958",116792,45299,3,2397,2426 -"250959",116792,76604,3,2397,2590 -"250960",116792,95211,3,2397,2462 -"250961",116835,5971,3,553,1985 -"250962",116835,6588,3,553,2025 -"250963",116835,6718,3,553,2138 -"250964",116835,9364,3,553,1698 -"250965",116835,11817,3,553,600 -"250966",116835,13248,3,553,1385 -"250967",116835,14656,3,553,584 -"250968",116835,15135,2,553,1035 -"250969",116835,18394,3,553,2356 -"250970",116835,21104,3,553,2327 -"250971",116835,22362,3,553,1836 -"250972",116835,23509,3,553,2275 -"250973",116835,30405,3,553,2164 -"250974",116835,35673,3,553,1067 -"250975",116835,40028,3,553,1349 -"250976",116835,40072,3,553,1182 -"250977",116835,42687,3,553,1952 -"250978",116835,50118,3,553,2654 -"250979",116835,50236,3,553,2339 -"250980",116835,52136,3,553,1412 -"250981",116835,52345,3,553,1430 -"250982",116835,56082,3,553,2395 -"250983",116835,70838,3,553,687 -"250984",116835,72326,3,553,2384 -"250985",116835,76284,3,553,1237 -"250986",116835,87048,2,553,989 -"250987",116835,91912,3,553,790 -"250988",116835,111971,2,553,1032 -"250989",116835,120549,3,553,708 -"250990",116835,121415,3,553,1455 -"250991",116896,55056,3,287,516 -"250992",116896,61973,2,287,892 -"250993",116963,2370,2,1053,1600 -"250994",116963,4784,3,1053,2511 -"250995",116963,6020,2,1053,1864 -"250996",116963,13595,3,1053,1164 -"250997",116963,21358,3,1053,1970 -"250998",116963,28648,3,1053,1586 -"250999",116963,34274,3,1053,1437 -"251000",116963,41489,3,1053,2006 -"251001",116963,45297,3,1053,1864 -"251002",116963,93642,3,1053,1120 -"251003",116987,63077,3,2469,2778 -"251004",116991,4032,3,575,1763 -"251005",116991,5897,3,575,2337 -"251006",116991,7355,3,575,1928 -"251007",116991,14558,2,575,1585 -"251008",116991,14754,3,575,2456 -"251009",116991,19858,3,575,2357 -"251010",116991,22766,3,575,1945 -"251011",116991,24757,3,575,1939 -"251012",116991,25741,3,575,2853 -"251013",116991,35873,2,575,1377 -"251014",116991,41338,3,575,1553 -"251015",116996,12610,3,242,1274 -"251016",116996,14676,3,242,2764 -"251017",116996,26873,3,242,419 -"251018",116996,66241,3,242,2351 -"251019",116996,89880,3,242,1938 -"251020",116996,95288,3,242,1602 -"251021",116996,120861,3,242,488 -"251022",117002,3352,3,92,1707 -"251023",117002,22033,3,92,1356 -"251024",117002,39556,3,92,2747 -"251025",117002,91420,3,92,1023 -"251026",117032,1222,3,110,2598 -"251027",117032,1708,3,110,1591 -"251028",117032,2272,3,110,1640 -"251029",117032,2443,2,110,2333 -"251030",117032,2588,3,110,552 -"251031",117032,2802,3,110,1836 -"251032",117032,3324,3,110,1198 -"251033",117032,5414,3,110,2321 -"251034",117032,6262,3,110,2733 -"251035",117032,6295,2,110,856 -"251036",117032,7604,3,110,1366 -"251037",117032,9269,2,110,1892 -"251038",117032,9895,2,110,1960 -"251039",117032,9910,2,110,2526 -"251040",117032,9948,1,110,2019 -"251041",117032,11351,3,110,2971 -"251042",117032,11897,3,110,1271 -"251043",117032,12116,3,110,2119 -"251044",117032,12632,3,110,1174 -"251045",117032,12914,2,110,1557 -"251046",117032,14380,2,110,120 -"251047",117032,15047,3,110,1697 -"251048",117032,15582,3,110,598 -"251049",117032,15926,2,110,545 -"251050",117032,16347,3,110,1868 -"251051",117032,18061,1,110,160 -"251052",117032,18466,3,110,2340 -"251053",117032,19190,3,110,2677 -"251054",117032,19358,2,110,880 -"251055",117032,20604,3,110,1684 -"251056",117032,20695,2,110,2526 -"251057",117032,20819,2,110,213 -"251058",117032,21044,3,110,1574 -"251059",117032,25345,2,110,713 -"251060",117032,26740,3,110,2695 -"251061",117032,27512,3,110,947 -"251062",117032,30697,3,110,2891 -"251063",117032,32070,2,110,950 -"251064",117032,32966,2,110,1583 -"251065",117032,34331,3,110,1727 -"251066",117032,36478,3,110,2808 -"251067",117032,38697,2,110,2701 -"251068",117032,44744,3,110,2032 -"251069",117032,46568,1,110,822 -"251070",117032,46616,3,110,1917 -"251071",117032,49284,1,110,218 -"251072",117032,49403,2,110,2427 -"251073",117032,49708,3,110,1147 -"251074",117032,51678,3,110,1077 -"251075",117032,53020,3,110,2747 -"251076",117032,53082,2,110,2328 -"251077",117032,53584,3,110,2391 -"251078",117032,54737,2,110,326 -"251079",117032,55261,3,110,1915 -"251080",117032,55364,3,110,326 -"251081",117032,56168,2,110,1466 -"251082",117032,56364,2,110,1626 -"251083",117032,63329,3,110,639 -"251084",117032,63631,3,110,763 -"251085",117032,65515,3,110,677 -"251086",117032,66017,3,110,1545 -"251087",117032,68262,3,110,441 -"251088",117032,69453,3,110,2831 -"251089",117032,76796,2,110,1140 -"251090",117032,76997,3,110,2223 -"251091",117032,79772,3,110,1230 -"251092",117032,79793,3,110,1915 -"251093",117032,79874,3,110,1570 -"251094",117032,80130,2,110,132 -"251095",117032,80801,2,110,1250 -"251096",117032,83334,2,110,1708 -"251097",117032,84591,2,110,1685 -"251098",117032,84601,3,110,802 -"251099",117032,85926,3,110,907 -"251100",117032,87915,2,110,1152 -"251101",117032,90633,2,110,990 -"251102",117032,92503,3,110,231 -"251103",117032,92630,3,110,1583 -"251104",117032,94339,3,110,2768 -"251105",117032,101381,2,110,977 -"251106",117032,101666,2,110,1257 -"251107",117032,103920,3,110,274 -"251108",117032,104161,3,110,613 -"251109",117032,106409,3,110,265 -"251110",117032,112814,3,110,546 -"251111",117032,115905,3,110,274 -"251112",117080,9175,3,2357,2639 -"251113",117125,237,2,169,1982 -"251114",117125,341,3,169,2689 -"251115",117125,448,3,169,2693 -"251116",117125,841,3,169,2964 -"251117",117125,1728,2,169,284 -"251118",117125,2440,3,169,836 -"251119",117125,3456,3,169,1999 -"251120",117125,4779,3,169,379 -"251121",117125,5036,3,169,312 -"251122",117125,5599,3,169,1684 -"251123",117125,6821,2,169,1788 -"251124",117125,10215,2,169,2006 -"251125",117125,10373,3,169,2436 -"251126",117125,13068,3,169,1778 -"251127",117125,13842,2,169,2250 -"251128",117125,16437,3,169,1956 -"251129",117125,16776,3,169,1565 -"251130",117125,17457,3,169,589 -"251131",117125,19028,3,169,921 -"251132",117125,20176,3,169,1050 -"251133",117125,20395,3,169,1468 -"251134",117125,21670,3,169,2158 -"251135",117125,23268,3,169,2258 -"251136",117125,25378,2,169,1245 -"251137",117125,26336,3,169,1904 -"251138",117125,27280,3,169,1965 -"251139",117125,27320,3,169,2378 -"251140",117125,27722,3,169,1266 -"251141",117125,30891,2,169,1256 -"251142",117125,30967,3,169,818 -"251143",117125,33537,3,169,2406 -"251144",117125,35787,3,169,1132 -"251145",117125,35822,3,169,1903 -"251146",117125,37752,3,169,2223 -"251147",117125,38259,3,169,2258 -"251148",117125,38373,3,169,1928 -"251149",117125,40623,3,169,2580 -"251150",117125,41439,3,169,709 -"251151",117125,41446,3,169,1103 -"251152",117125,41900,3,169,1970 -"251153",117125,43961,3,169,2443 -"251154",117125,45480,3,169,1104 -"251155",117125,53924,3,169,1289 -"251156",117125,58421,3,169,910 -"251157",117125,58759,3,169,942 -"251158",117125,58829,2,169,1256 -"251159",117125,64967,2,169,2872 -"251160",117125,64993,3,169,615 -"251161",117125,65188,3,169,2213 -"251162",117125,66693,3,169,2554 -"251163",117125,67942,2,169,973 -"251164",117125,74795,3,169,1319 -"251165",117125,82738,2,169,591 -"251166",117125,83523,3,169,1461 -"251167",117125,90674,3,169,621 -"251168",117125,90837,3,169,825 -"251169",117125,95416,2,169,982 -"251170",117125,107273,3,169,604 -"251171",117125,119524,3,169,1930 -"251172",117125,119921,2,169,1113 -"251173",117173,2506,3,241,954 -"251174",117173,13034,3,241,698 -"251175",117173,16935,3,241,441 -"251176",117173,29778,3,241,840 -"251177",117173,42773,3,241,385 -"251178",117173,63631,3,241,763 -"251179",117190,827,3,425,2964 -"251180",117190,2588,3,425,552 -"251181",117190,5637,3,425,1976 -"251182",117190,8006,3,425,479 -"251183",117190,9538,3,425,1786 -"251184",117190,9724,3,425,2713 -"251185",117190,10701,3,425,2000 -"251186",117190,13595,3,425,1164 -"251187",117190,15281,3,425,810 -"251188",117190,17531,2,425,876 -"251189",117190,18319,3,425,1439 -"251190",117190,23560,3,425,2051 -"251191",117190,24252,2,425,639 -"251192",117190,28648,3,425,1586 -"251193",117190,29778,3,425,840 -"251194",117190,31855,3,425,2636 -"251195",117190,32678,3,425,1439 -"251196",117190,36399,2,425,1357 -"251197",117190,37684,3,425,2899 -"251198",117190,38422,1,425,1019 -"251199",117190,41393,3,425,1915 -"251200",117190,43543,3,425,1457 -"251201",117190,43701,2,425,2400 -"251202",117190,43905,3,425,756 -"251203",117190,55325,3,425,653 -"251204",117190,69795,3,425,2636 -"251205",117190,77719,3,425,2086 -"251206",117190,81205,3,425,546 -"251207",117190,82280,3,425,619 -"251208",117190,83161,3,425,1352 -"251209",117190,93710,3,425,544 -"251210",117190,111119,3,425,550 -"251211",117222,4889,3,118,1501 -"251212",117222,7672,3,118,1974 -"251213",117222,15871,1,118,508 -"251214",117222,53624,2,118,952 -"251215",117222,88750,3,118,787 -"251216",117222,90052,2,118,851 -"251217",117222,94396,2,118,787 -"251218",117243,67382,2,45,1191 -"251219",117643,843,3,80,2332 -"251220",117643,1785,2,80,2350 -"251221",117643,2506,3,80,954 -"251222",117643,2588,2,80,552 -"251223",117643,2737,3,80,607 -"251224",117643,3360,3,80,1583 -"251225",117643,4622,3,80,1589 -"251226",117643,5346,3,80,1438 -"251227",117643,5520,3,80,217 -"251228",117643,5637,3,80,1976 -"251229",117643,7310,3,80,636 -"251230",117643,8896,3,80,1139 -"251231",117643,9538,3,80,1786 -"251232",117643,9656,3,80,1135 -"251233",117643,10119,3,80,2374 -"251234",117643,11858,3,80,1530 -"251235",117643,13034,2,80,698 -"251236",117643,13340,3,80,1918 -"251237",117643,13671,3,80,1371 -"251238",117643,15207,3,80,1855 -"251239",117643,15214,2,80,274 -"251240",117643,15281,3,80,810 -"251241",117643,15594,3,80,753 -"251242",117643,16524,3,80,1556 -"251243",117643,16935,3,80,441 -"251244",117643,17499,3,80,2954 -"251245",117643,18550,3,80,483 -"251246",117643,18820,3,80,453 -"251247",117643,18821,3,80,2075 -"251248",117643,18953,3,80,915 -"251249",117643,19002,3,80,2053 -"251250",117643,19048,3,80,2180 -"251251",117643,19476,3,80,1708 -"251252",117643,19542,2,80,570 -"251253",117643,20038,3,80,1531 -"251254",117643,20679,2,80,181 -"251255",117643,21942,3,80,2041 -"251256",117643,22532,3,80,568 -"251257",117643,23550,3,80,2939 -"251258",117643,23560,3,80,2051 -"251259",117643,24044,3,80,1076 -"251260",117643,25330,3,80,2370 -"251261",117643,25678,3,80,1558 -"251262",117643,26698,3,80,1963 -"251263",117643,28970,3,80,2111 -"251264",117643,29778,3,80,840 -"251265",117643,34250,3,80,87 -"251266",117643,35317,3,80,1888 -"251267",117643,35844,3,80,2961 -"251268",117643,37684,3,80,2899 -"251269",117643,39507,3,80,793 -"251270",117643,40113,3,80,451 -"251271",117643,41381,3,80,829 -"251272",117643,42407,3,80,2408 -"251273",117643,42773,1,80,385 -"251274",117643,46049,3,80,2102 -"251275",117643,55307,3,80,2306 -"251276",117643,68398,3,80,978 -"251277",117643,70011,2,80,2690 -"251278",117643,71307,3,80,761 -"251279",117643,73520,3,80,2613 -"251280",117643,77719,2,80,2086 -"251281",117643,78277,3,80,1937 -"251282",117643,79699,3,80,1735 -"251283",117643,82312,3,80,340 -"251284",117643,83786,3,80,1614 -"251285",117643,83790,3,80,1637 -"251286",117643,84590,3,80,1734 -"251287",117643,85065,3,80,1585 -"251288",117643,90610,3,80,418 -"251289",117643,92630,3,80,1583 -"251290",117643,94520,3,80,1243 -"251291",117643,95560,2,80,116 -"251292",117643,95708,3,80,433 -"251293",117643,99237,2,80,783 -"251294",117664,508,3,226,801 -"251295",117664,2894,3,226,1291 -"251296",117664,5392,3,226,1648 -"251297",117664,5615,2,226,1105 -"251298",117664,12388,2,226,1975 -"251299",117664,15444,3,226,2764 -"251300",117664,17351,3,226,2036 -"251301",117664,17457,3,226,589 -"251302",117664,18165,3,226,2085 -"251303",117664,18404,3,226,801 -"251304",117664,18465,3,226,354 -"251305",117664,21479,3,226,2134 -"251306",117664,23268,3,226,2258 -"251307",117664,25033,3,226,929 -"251308",117664,28335,3,226,1240 -"251309",117664,36784,3,226,576 -"251310",117664,41682,3,226,1988 -"251311",117664,42837,3,226,1096 -"251312",117664,45545,3,226,1776 -"251313",117664,55580,2,226,1942 -"251314",117664,66756,3,226,1301 -"251315",117664,81989,3,226,438 -"251316",117664,82009,3,226,1020 -"251317",117664,123037,1,226,498 -"251318",117675,1195,3,85,1322 -"251319",117675,2407,3,85,1725 -"251320",117675,2452,3,85,1715 -"251321",117675,2576,3,85,1307 -"251322",117675,2852,2,85,2448 -"251323",117675,3313,3,85,572 -"251324",117675,3663,3,85,1232 -"251325",117675,4001,3,85,1687 -"251326",117675,4249,3,85,2547 -"251327",117675,5897,1,85,2337 -"251328",117675,7785,3,85,2441 -"251329",117675,9301,2,85,1861 -"251330",117675,9787,3,85,2858 -"251331",117675,10453,3,85,1656 -"251332",117675,10551,2,85,243 -"251333",117675,11099,3,85,400 -"251334",117675,11990,3,85,1909 -"251335",117675,12023,3,85,799 -"251336",117675,13068,3,85,1778 -"251337",117675,13295,2,85,779 -"251338",117675,16152,3,85,879 -"251339",117675,16286,3,85,2470 -"251340",117675,16501,3,85,1650 -"251341",117675,16866,3,85,2718 -"251342",117675,17217,3,85,318 -"251343",117675,18865,3,85,2676 -"251344",117675,18978,3,85,952 -"251345",117675,19662,2,85,170 -"251346",117675,20176,3,85,1050 -"251347",117675,22244,3,85,2139 -"251348",117675,22945,2,85,237 -"251349",117675,25163,3,85,1751 -"251350",117675,25378,2,85,1245 -"251351",117675,27742,3,85,2700 -"251352",117675,27914,2,85,2507 -"251353",117675,28440,3,85,675 -"251354",117675,28869,3,85,2425 -"251355",117675,28904,1,85,926 -"251356",117675,29286,3,85,1612 -"251357",117675,29667,3,85,531 -"251358",117675,30306,3,85,1606 -"251359",117675,30525,3,85,1964 -"251360",117675,30865,3,85,2038 -"251361",117675,31753,3,85,1514 -"251362",117675,31866,3,85,2101 -"251363",117675,32560,3,85,1258 -"251364",117675,33341,3,85,2338 -"251365",117675,33665,3,85,787 -"251366",117675,33870,3,85,955 -"251367",117675,34997,3,85,591 -"251368",117675,38373,3,85,1928 -"251369",117675,39217,3,85,504 -"251370",117675,39249,3,85,1665 -"251371",117675,41023,3,85,2408 -"251372",117675,41077,3,85,864 -"251373",117675,41581,3,85,1692 -"251374",117675,42813,3,85,2142 -"251375",117675,44564,3,85,2034 -"251376",117675,47013,3,85,2388 -"251377",117675,47559,3,85,1826 -"251378",117675,50229,2,85,1190 -"251379",117675,54775,2,85,2383 -"251380",117675,56995,3,85,2323 -"251381",117675,59485,2,85,1564 -"251382",117675,60808,3,85,1258 -"251383",117675,62066,3,85,2281 -"251384",117675,63395,3,85,2334 -"251385",117675,64993,3,85,615 -"251386",117675,70455,3,85,1307 -"251387",117675,70583,3,85,2615 -"251388",117675,75935,3,85,1569 -"251389",117675,82738,3,85,591 -"251390",117675,91849,3,85,1166 -"251391",117675,95690,3,85,765 -"251392",117675,99153,3,85,803 -"251393",117675,103491,3,85,1523 -"251394",117675,107273,3,85,604 -"251395",117675,107292,3,85,1667 -"251396",117679,601,1,535,702 -"251397",117679,1196,3,535,1986 -"251398",117679,1428,2,535,742 -"251399",117679,1777,3,535,1965 -"251400",117679,2077,3,535,610 -"251401",117679,2894,3,535,1291 -"251402",117679,3171,3,535,700 -"251403",117679,3255,3,535,2504 -"251404",117679,3716,3,535,1679 -"251405",117679,3830,3,535,1661 -"251406",117679,3961,2,535,2426 -"251407",117679,4289,3,535,1921 -"251408",117679,5041,3,535,2371 -"251409",117679,5078,3,535,2033 -"251410",117679,5315,3,535,2631 -"251411",117679,5346,3,535,1438 -"251412",117679,5438,2,535,1499 -"251413",117679,5457,3,535,2077 -"251414",117679,5462,3,535,2374 -"251415",117679,5504,3,535,2389 -"251416",117679,5716,3,535,1058 -"251417",117679,5984,3,535,1675 -"251418",117679,6222,3,535,1949 -"251419",117679,6366,3,535,798 -"251420",117679,6417,3,535,1675 -"251421",117679,7233,2,535,572 -"251422",117679,7984,3,535,2493 -"251423",117679,7992,2,535,2033 -"251424",117679,9311,3,535,2477 -"251425",117679,10358,2,535,2294 -"251426",117679,11218,3,535,2292 -"251427",117679,11440,3,535,2026 -"251428",117679,11477,3,535,2724 -"251429",117679,11576,3,535,808 -"251430",117679,12362,3,535,702 -"251431",117679,12901,3,535,2136 -"251432",117679,13311,3,535,2315 -"251433",117679,13388,2,535,2119 -"251434",117679,13967,3,535,1354 -"251435",117679,13979,3,535,1559 -"251436",117679,14032,3,535,2144 -"251437",117679,14959,3,535,2898 -"251438",117679,15003,3,535,2067 -"251439",117679,15207,3,535,1855 -"251440",117679,15453,3,535,1688 -"251441",117679,15636,2,535,2857 -"251442",117679,15990,2,535,593 -"251443",117679,16053,2,535,908 -"251444",117679,17354,2,535,2250 -"251445",117679,17493,3,535,561 -"251446",117679,18151,3,535,2962 -"251447",117679,18394,3,535,2356 -"251448",117679,19506,3,535,1385 -"251449",117679,19621,3,535,725 -"251450",117679,19637,1,535,1229 -"251451",117679,20067,2,535,2390 -"251452",117679,20588,3,535,912 -"251453",117679,20659,3,535,1969 -"251454",117679,20732,2,535,2401 -"251455",117679,21706,3,535,1988 -"251456",117679,21772,3,535,663 -"251457",117679,23232,3,535,884 -"251458",117679,23310,3,535,2371 -"251459",117679,23509,3,535,2275 -"251460",117679,23726,2,535,2434 -"251461",117679,23787,3,535,2810 -"251462",117679,23825,3,535,1913 -"251463",117679,23869,1,535,1918 -"251464",117679,23918,3,535,1881 -"251465",117679,24612,3,535,1875 -"251466",117679,25486,3,535,2582 -"251467",117679,25680,3,535,1618 -"251468",117679,26249,2,535,2301 -"251469",117679,26408,3,535,1545 -"251470",117679,26451,3,535,2133 -"251471",117679,28130,2,535,908 -"251472",117679,28131,1,535,1492 -"251473",117679,29095,3,535,2531 -"251474",117679,30150,1,535,1704 -"251475",117679,30404,3,535,1810 -"251476",117679,30883,3,535,1629 -"251477",117679,30943,3,535,2287 -"251478",117679,31069,3,535,1995 -"251479",117679,31279,3,535,965 -"251480",117679,32658,3,535,1694 -"251481",117679,32919,3,535,2321 -"251482",117679,33356,3,535,1586 -"251483",117679,33551,3,535,1734 -"251484",117679,33801,3,535,2899 -"251485",117679,34920,3,535,563 -"251486",117679,35529,2,535,1620 -"251487",117679,35926,3,535,2371 -"251488",117679,36514,3,535,1192 -"251489",117679,37934,3,535,1595 -"251490",117679,38055,3,535,1089 -"251491",117679,38467,3,535,1259 -"251492",117679,38921,3,535,1880 -"251493",117679,41278,3,535,1873 -"251494",117679,42486,3,535,1951 -"251495",117679,44068,3,535,1056 -"251496",117679,44654,3,535,2916 -"251497",117679,44819,2,535,2063 -"251498",117679,44921,3,535,550 -"251499",117679,46040,3,535,2105 -"251500",117679,46803,1,535,2305 -"251501",117679,47386,3,535,2226 -"251502",117679,48283,3,535,1290 -"251503",117679,48893,3,535,719 -"251504",117679,49962,3,535,572 -"251505",117679,50041,3,535,1565 -"251506",117679,50269,2,535,1966 -"251507",117679,50382,2,535,2244 -"251508",117679,50487,3,535,744 -"251509",117679,52154,3,535,1722 -"251510",117679,53120,3,535,975 -"251511",117679,53134,3,535,1590 -"251512",117679,53475,3,535,2853 -"251513",117679,54158,3,535,1756 -"251514",117679,54929,3,535,2783 -"251515",117679,57246,3,535,1873 -"251516",117679,57657,3,535,2735 -"251517",117679,58669,2,535,2296 -"251518",117679,58993,3,535,2390 -"251519",117679,59786,3,535,605 -"251520",117679,62148,3,535,1566 -"251521",117679,68299,3,535,866 -"251522",117679,70203,1,535,2756 -"251523",117679,70681,2,535,866 -"251524",117679,70996,3,535,1037 -"251525",117679,74318,3,535,632 -"251526",117679,74681,3,535,837 -"251527",117679,76133,3,535,1565 -"251528",117679,76666,3,535,1908 -"251529",117679,76999,2,535,908 -"251530",117679,77835,3,535,1327 -"251531",117679,85794,2,535,679 -"251532",117679,86520,3,535,702 -"251533",117679,86627,3,535,981 -"251534",117679,87720,3,535,2086 -"251535",117679,90790,3,535,1492 -"251536",117679,90837,3,535,825 -"251537",117679,91162,3,535,1693 -"251538",117679,91163,3,535,1171 -"251539",117679,91201,3,535,1702 -"251540",117679,94520,3,535,1243 -"251541",117679,96911,3,535,956 -"251542",117679,97160,3,535,1215 -"251543",117679,100140,3,535,1041 -"251544",117679,103524,3,535,991 -"251545",117685,1708,3,106,1591 -"251546",117685,2443,3,106,2333 -"251547",117685,6295,3,106,856 -"251548",117685,7604,3,106,1366 -"251549",117685,9269,3,106,1892 -"251550",117685,9895,2,106,1960 -"251551",117685,9910,3,106,2526 -"251552",117685,9948,2,106,2019 -"251553",117685,12473,3,106,801 -"251554",117685,12632,2,106,1174 -"251555",117685,12914,3,106,1557 -"251556",117685,14212,3,106,857 -"251557",117685,14380,1,106,120 -"251558",117685,15926,3,106,545 -"251559",117685,16347,3,106,1868 -"251560",117685,20695,2,106,2526 -"251561",117685,21044,3,106,1574 -"251562",117685,25345,2,106,713 -"251563",117685,32966,3,106,1583 -"251564",117685,34331,3,106,1727 -"251565",117685,37178,3,106,166 -"251566",117685,38697,3,106,2701 -"251567",117685,43725,3,106,935 -"251568",117685,46568,3,106,822 -"251569",117685,47607,3,106,2724 -"251570",117685,49379,3,106,1573 -"251571",117685,49708,3,106,1147 -"251572",117685,51505,3,106,1572 -"251573",117685,53584,3,106,2391 -"251574",117685,56364,3,106,1626 -"251575",117685,63329,3,106,639 -"251576",117685,68262,1,106,441 -"251577",117685,76796,3,106,1140 -"251578",117685,77167,3,106,836 -"251579",117685,80130,2,106,132 -"251580",117685,80801,3,106,1250 -"251581",117685,84591,2,106,1685 -"251582",117685,87733,3,106,235 -"251583",117685,87915,3,106,1152 -"251584",117685,101381,3,106,977 -"251585",117685,101666,3,106,1257 -"251586",117685,107467,3,106,1524 -"251587",117685,117032,3,106,110 -"251588",117713,1393,3,96,1706 -"251589",117713,2370,3,96,1600 -"251590",117713,4723,3,96,1314 -"251591",117713,7900,3,96,893 -"251592",117713,7903,3,96,744 -"251593",117713,7932,3,96,789 -"251594",117713,15281,3,96,810 -"251595",117713,16455,3,96,946 -"251596",117713,16866,3,96,2718 -"251597",117713,21142,2,96,2414 -"251598",117713,21358,3,96,1970 -"251599",117713,21920,1,96,2367 -"251600",117713,23280,3,96,536 -"251601",117713,28648,3,96,1586 -"251602",117713,31950,2,96,2217 -"251603",117713,32735,2,96,213 -"251604",117713,37334,3,96,398 -"251605",117713,39627,2,96,546 -"251606",117713,40510,2,96,943 -"251607",117713,41805,2,96,199 -"251608",117713,45449,3,96,1610 -"251609",117713,45450,3,96,1590 -"251610",117713,45562,2,96,623 -"251611",117713,48254,3,96,1013 -"251612",117713,48781,2,96,954 -"251613",117713,48931,3,96,2444 -"251614",117713,49029,3,96,647 -"251615",117713,53293,3,96,2916 -"251616",117713,54488,3,96,2357 -"251617",117713,54816,3,96,592 -"251618",117713,54978,3,96,110 -"251619",117713,55018,1,96,199 -"251620",117713,55493,1,96,869 -"251621",117713,57549,3,96,2335 -"251622",117713,61921,3,96,1793 -"251623",117713,64737,2,96,2442 -"251624",117713,74054,3,96,1488 -"251625",117713,77719,3,96,2086 -"251626",117713,78257,3,96,590 -"251627",117713,79639,2,96,1013 -"251628",117713,80186,1,96,2228 -"251629",117713,84235,3,96,1639 -"251630",117713,84581,3,96,1241 -"251631",117713,86195,3,96,110 -"251632",117713,90852,3,96,764 -"251633",117713,92366,2,96,1434 -"251634",117713,93642,3,96,1120 -"251635",117713,100084,3,96,1964 -"251636",117713,103989,3,96,1207 -"251637",117713,105887,2,96,615 -"251638",117713,110748,3,96,398 -"251639",117713,116385,3,96,592 -"251640",117713,116484,3,96,902 -"251641",117713,116771,3,96,623 -"251642",117763,854,3,827,2307 -"251643",117763,3186,3,827,919 -"251644",117763,18825,3,827,1240 -"251645",117763,30095,3,827,1578 -"251646",117763,39131,3,827,2491 -"251647",117763,41837,3,827,2399 -"251648",117764,100690,2,2781,2829 -"251649",117831,48769,2,619,2071 -"251650",117876,3284,3,31,1541 -"251651",117876,4330,1,31,1128 -"251652",117876,6697,3,31,2438 -"251653",117876,13099,3,31,1547 -"251654",117876,14503,3,31,437 -"251655",117876,29915,2,31,848 -"251656",117876,39999,3,31,1593 -"251657",117876,43204,2,31,1680 -"251658",117876,43568,3,31,837 -"251659",117876,53726,3,31,1729 -"251660",117876,69417,2,31,507 -"251661",117876,91435,3,31,933 -"251662",117903,1560,3,1664,2013 -"251663",117903,57037,3,1664,2293 -"251664",117903,82917,3,1664,2371 -"251665",117903,94339,3,1664,2768 -"251666",117932,798,3,926,2476 -"251667",117932,1386,3,926,1901 -"251668",117932,5971,3,926,1985 -"251669",117932,9030,3,926,1979 -"251670",117932,9620,3,926,2339 -"251671",117932,10914,3,926,1660 -"251672",117932,11419,1,926,1408 -"251673",117932,13201,3,926,2034 -"251674",117932,14669,3,926,2080 -"251675",117932,14772,3,926,2386 -"251676",117932,15343,3,926,2125 -"251677",117932,16029,3,926,1160 -"251678",117932,17021,3,926,1226 -"251679",117932,17812,3,926,2705 -"251680",117932,17967,3,926,2125 -"251681",117932,18005,3,926,2449 -"251682",117932,21417,3,926,2422 -"251683",117932,23301,3,926,1611 -"251684",117932,29756,3,926,2051 -"251685",117932,29791,3,926,1986 -"251686",117932,32606,3,926,2100 -"251687",117932,33722,3,926,1225 -"251688",117932,34311,3,926,2213 -"251689",117932,35542,3,926,1439 -"251690",117932,35873,3,926,1377 -"251691",117932,36514,3,926,1192 -"251692",117932,37060,3,926,2840 -"251693",117932,38908,3,926,1787 -"251694",117932,40028,3,926,1349 -"251695",117932,42814,3,926,1149 -"251696",117932,44684,3,926,1220 -"251697",117932,45664,3,926,2235 -"251698",117932,51879,3,926,1771 -"251699",117932,52524,3,926,1197 -"251700",117932,55691,3,926,2856 -"251701",117932,61336,3,926,2218 -"251702",117932,68215,3,926,2727 -"251703",117932,73266,1,926,2496 -"251704",117932,80655,3,926,1546 -"251705",117932,86279,3,926,1076 -"251706",117932,89586,2,926,1401 -"251707",117932,90501,2,926,2380 -"251708",117932,93930,3,926,1268 -"251709",117956,14353,3,2774,2878 -"251710",117956,18361,3,2774,2968 -"251711",117956,36441,3,2774,2796 -"251712",117965,47557,3,182,999 -"251713",117965,68328,2,182,683 -"251714",118014,388,3,634,1594 -"251715",118014,725,3,634,1064 -"251716",118014,1560,2,634,2013 -"251717",118014,8525,1,634,1787 -"251718",118014,9716,3,634,1929 -"251719",118014,9808,3,634,1648 -"251720",118014,10200,3,634,2920 -"251721",118014,11429,3,634,2520 -"251722",118014,12228,3,634,2034 -"251723",118014,12973,3,634,1569 -"251724",118014,21290,3,634,894 -"251725",118014,24086,3,634,2663 -"251726",118014,32939,3,634,2277 -"251727",118014,36440,3,634,704 -"251728",118014,37342,3,634,2649 -"251729",118014,40392,3,634,1878 -"251730",118014,40850,3,634,1396 -"251731",118014,41185,3,634,1929 -"251732",118014,46745,3,634,1565 -"251733",118014,56737,2,634,2270 -"251734",118014,65658,3,634,2030 -"251735",118014,79236,3,634,1505 -"251736",118014,79822,3,634,1508 -"251737",118014,96197,3,634,1670 -"251738",118014,114240,3,634,642 -"251739",118036,5622,3,168,2175 -"251740",118036,7180,2,168,2227 -"251741",118036,15402,3,168,1281 -"251742",118036,23492,3,168,1067 -"251743",118036,30165,1,168,1409 -"251744",118036,31436,3,168,2892 -"251745",118036,35673,3,168,1067 -"251746",118036,39294,3,168,1889 -"251747",118036,43385,3,168,1623 -"251748",118036,45684,2,168,2200 -"251749",118036,46196,3,168,1510 -"251750",118036,55299,3,168,609 -"251751",118036,57246,3,168,1873 -"251752",118036,57414,3,168,922 -"251753",118036,76284,3,168,1237 -"251754",118036,93998,3,168,850 -"251755",118036,99215,3,168,2791 -"251756",118082,1685,3,277,2230 -"251757",118082,3360,3,277,1583 -"251758",118082,3477,3,277,2546 -"251759",118082,5355,3,277,1499 -"251760",118082,6063,3,277,2349 -"251761",118082,11154,3,277,1594 -"251762",118082,12007,3,277,1594 -"251763",118082,12735,3,277,819 -"251764",118082,12779,3,277,936 -"251765",118082,12804,3,277,297 -"251766",118082,13671,3,277,1371 -"251767",118082,16590,3,277,1123 -"251768",118082,18217,3,277,1566 -"251769",118082,18645,3,277,793 -"251770",118082,19331,3,277,824 -"251771",118082,22462,3,277,869 -"251772",118082,22744,2,277,1907 -"251773",118082,26577,3,277,933 -"251774",118082,26698,3,277,1963 -"251775",118082,33223,3,277,2397 -"251776",118082,36599,3,277,541 -"251777",118082,40542,3,277,1664 -"251778",118082,51173,3,277,1829 -"251779",118082,79461,3,277,1667 -"251780",118082,79547,2,277,1909 -"251781",118093,5376,3,135,288 -"251782",118093,5716,3,135,1058 -"251783",118093,10709,2,135,746 -"251784",118093,16352,3,135,2657 -"251785",118093,16587,3,135,2065 -"251786",118093,27260,3,135,878 -"251787",118093,27339,3,135,486 -"251788",118093,34735,3,135,2767 -"251789",118093,37758,3,135,1998 -"251790",118093,43135,3,135,1171 -"251791",118093,44068,3,135,1056 -"251792",118093,53134,3,135,1590 -"251793",118093,57714,3,135,1391 -"251794",118093,101986,2,135,813 -"251795",118093,109521,2,135,609 -"251796",118093,121234,3,135,213 -"251797",118120,51265,3,1910,2670 -"251798",118202,29825,3,1509,2603 -"251799",118202,57977,3,1509,2683 -"251800",118312,5937,3,1159,2392 -"251801",118312,15558,3,1159,2389 -"251802",118312,44727,3,1159,1227 -"251803",118312,50899,3,1159,2125 -"251804",118382,2370,2,96,1600 -"251805",118382,4784,3,96,2511 -"251806",118382,6020,3,96,1864 -"251807",118382,7499,2,96,1803 -"251808",118382,7763,3,96,1656 -"251809",118382,7787,3,96,2314 -"251810",118382,10250,2,96,1606 -"251811",118382,11521,3,96,1559 -"251812",118382,12511,3,96,1298 -"251813",118382,13595,3,96,1164 -"251814",118382,13671,3,96,1371 -"251815",118382,14612,2,96,2340 -"251816",118382,16455,3,96,946 -"251817",118382,16590,3,96,1123 -"251818",118382,17480,3,96,2316 -"251819",118382,18645,2,96,793 -"251820",118382,18821,3,96,2075 -"251821",118382,20709,3,96,1757 -"251822",118382,21358,2,96,1970 -"251823",118382,23364,3,96,2306 -"251824",118382,25941,3,96,2369 -"251825",118382,28648,3,96,1586 -"251826",118382,33176,3,96,2630 -"251827",118382,34274,3,96,1437 -"251828",118382,36599,3,96,541 -"251829",118382,37858,3,96,248 -"251830",118382,38354,2,96,629 -"251831",118382,39507,3,96,793 -"251832",118382,41489,3,96,2006 -"251833",118382,42446,3,96,202 -"251834",118382,45297,3,96,1864 -"251835",118382,45562,3,96,623 -"251836",118382,48823,3,96,2080 -"251837",118382,52950,3,96,2716 -"251838",118382,53640,3,96,1789 -"251839",118382,78257,2,96,590 -"251840",118382,78956,3,96,130 -"251841",118382,79337,3,96,875 -"251842",118382,93642,3,96,1120 -"251843",118382,102545,2,96,248 -"251844",118382,103143,3,96,163 -"251845",118382,113333,3,96,1018 -"251846",118417,36691,3,178,1903 -"251847",118417,69117,3,178,645 -"251848",118417,80219,3,178,988 -"251849",118417,94500,3,178,1529 -"251850",118631,2616,3,113,221 -"251851",118631,5937,2,113,2392 -"251852",118631,11679,3,113,846 -"251853",118631,11868,3,113,1639 -"251854",118631,15150,3,113,2801 -"251855",118631,15558,2,113,2389 -"251856",118631,15728,1,113,576 -"251857",118631,16969,3,113,1917 -"251858",118631,19002,3,113,2053 -"251859",118631,20011,3,113,2826 -"251860",118631,22746,3,113,913 -"251861",118631,23728,3,113,2601 -"251862",118631,32841,3,113,1345 -"251863",118631,34018,3,113,400 -"251864",118631,34576,2,113,1727 -"251865",118631,41521,3,113,2069 -"251866",118631,42136,3,113,2551 -"251867",118631,48585,3,113,2063 -"251868",118631,56413,3,113,2747 -"251869",118631,61784,2,113,754 -"251870",118631,96700,3,113,1602 -"251871",118631,104409,3,113,650 -"251872",118631,104843,3,113,1167 -"251873",118631,113333,3,113,1018 -"251874",118631,118312,2,113,1159 -"251875",118646,21985,2,1525,2075 -"251876",118801,863,3,87,551 -"251877",118806,3520,3,135,2281 -"251878",118806,11135,3,135,2441 -"251879",118806,16545,3,135,186 -"251880",118806,21352,3,135,1604 -"251881",118806,34559,3,135,1105 -"251882",118806,39187,3,135,2166 -"251883",118806,48764,2,135,860 -"251884",118806,76230,3,135,1223 -"251885",118806,82131,3,135,186 -"251886",118806,83541,3,135,555 -"251887",118806,91772,2,135,2233 -"251888",118806,97240,2,135,1027 -"251889",118806,110023,3,135,230 -"251890",118881,269,3,170,407 -"251891",118881,4634,3,170,2291 -"251892",118881,4968,3,170,1586 -"251893",118881,7499,3,170,1803 -"251894",118881,9783,3,170,1275 -"251895",118881,10250,2,170,1606 -"251896",118881,11521,3,170,1559 -"251897",118881,12735,3,170,819 -"251898",118881,14490,3,170,2291 -"251899",118881,15023,3,170,2054 -"251900",118881,17480,3,170,2316 -"251901",118881,18645,2,170,793 -"251902",118881,20547,3,170,2145 -"251903",118881,20709,2,170,1757 -"251904",118881,20739,3,170,2025 -"251905",118881,33470,3,170,2003 -"251906",118881,37858,3,170,248 -"251907",118881,39507,3,170,793 -"251908",118881,50083,3,170,1275 -"251909",118881,51399,3,170,934 -"251910",118881,51843,3,170,2389 -"251911",118881,54385,3,170,2340 -"251912",118881,79337,3,170,875 -"251913",118881,84808,3,170,1974 -"251914",118881,93123,3,170,870 -"251915",118881,108974,1,170,752 -"251916",119007,20088,3,979,1677 -"251917",119007,23890,3,979,1810 -"251918",119007,24761,3,979,2384 -"251919",119007,59579,1,979,2034 -"251920",119007,88123,1,979,2252 -"251921",119007,113181,2,979,2301 -"251922",119101,14959,3,139,2898 -"251923",119184,4361,3,275,2571 -"251924",119184,5962,3,275,2491 -"251925",119184,6119,1,275,2358 -"251926",119184,10336,2,275,2271 -"251927",119184,10350,3,275,1163 -"251928",119184,11563,3,275,1863 -"251929",119184,14520,2,275,634 -"251930",119184,16286,2,275,2470 -"251931",119184,17257,3,275,1117 -"251932",119184,21593,3,275,1312 -"251933",119184,28380,3,275,473 -"251934",119184,37036,3,275,2264 -"251935",119184,44074,3,275,1299 -"251936",119184,46532,3,275,2005 -"251937",119184,51360,3,275,1882 -"251938",119184,52570,3,275,2645 -"251939",119184,65389,3,275,503 -"251940",119184,79420,2,275,1061 -"251941",119184,104828,3,275,1609 -"251942",119208,2208,3,2646,2814 -"251943",119208,50275,2,2646,2832 -"251944",119234,1787,3,931,1707 -"251945",119234,2907,3,931,1980 -"251946",119234,3271,3,931,2216 -"251947",119234,9272,3,931,2835 -"251948",119234,11868,3,931,1639 -"251949",119234,36979,3,931,2158 -"251950",119234,39439,1,931,2462 -"251951",119234,42136,3,931,2551 -"251952",119234,43226,3,931,2442 -"251953",119234,44730,3,931,2468 -"251954",119234,48110,3,931,2009 -"251955",119234,58508,3,931,2326 -"251956",119234,69335,3,931,2698 -"251957",119234,80301,3,931,1690 -"251958",119241,3101,2,152,513 -"251959",119241,3158,3,152,2762 -"251960",119241,4784,3,152,2511 -"251961",119241,6020,3,152,1864 -"251962",119241,7406,3,152,1906 -"251963",119241,9088,3,152,1881 -"251964",119241,9269,2,152,1892 -"251965",119241,9895,3,152,1960 -"251966",119241,11270,3,152,1011 -"251967",119241,12473,3,152,801 -"251968",119241,12632,2,152,1174 -"251969",119241,12818,3,152,2015 -"251970",119241,13712,2,152,550 -"251971",119241,14172,3,152,1923 -"251972",119241,15926,3,152,545 -"251973",119241,16347,2,152,1868 -"251974",119241,16963,3,152,1999 -"251975",119241,20695,3,152,2526 -"251976",119241,21165,2,152,1112 -"251977",119241,21358,3,152,1970 -"251978",119241,22808,3,152,2297 -"251979",119241,23460,3,152,2183 -"251980",119241,24141,3,152,470 -"251981",119241,25345,3,152,713 -"251982",119241,26740,3,152,2695 -"251983",119241,28648,3,152,1586 -"251984",119241,30096,3,152,2082 -"251985",119241,32629,3,152,1789 -"251986",119241,33955,3,152,1178 -"251987",119241,34331,3,152,1727 -"251988",119241,36440,3,152,704 -"251989",119241,37178,3,152,166 -"251990",119241,41350,3,152,1935 -"251991",119241,41489,3,152,2006 -"251992",119241,43725,3,152,935 -"251993",119241,44744,3,152,2032 -"251994",119241,49142,3,152,2289 -"251995",119241,49379,3,152,1573 -"251996",119241,52654,2,152,588 -"251997",119241,56364,3,152,1626 -"251998",119241,59143,2,152,359 -"251999",119241,63329,3,152,639 -"252000",119241,64803,1,152,841 -"252001",119241,65700,3,152,200 -"252002",119241,68884,3,152,1011 -"252003",119241,69260,3,152,1698 -"252004",119241,71225,3,152,956 -"252005",119241,73629,3,152,1713 -"252006",119241,77167,2,152,836 -"252007",119241,78283,3,152,620 -"252008",119241,78393,3,152,874 -"252009",119241,80801,3,152,1250 -"252010",119241,80807,2,152,1597 -"252011",119241,82628,3,152,1784 -"252012",119241,83122,3,152,1503 -"252013",119241,84591,3,152,1685 -"252014",119241,85926,3,152,907 -"252015",119241,87733,3,152,235 -"252016",119241,87915,3,152,1152 -"252017",119241,101381,3,152,977 -"252018",119241,101666,3,152,1257 -"252019",119241,105435,3,152,684 -"252020",119363,733,2,42,1653 -"252021",119363,1469,3,42,1160 -"252022",119363,2063,2,42,1278 -"252023",119363,2743,3,42,1278 -"252024",119363,3167,3,42,1676 -"252025",119363,3242,2,42,1730 -"252026",119363,4191,3,42,2130 -"252027",119363,4226,3,42,1903 -"252028",119363,7245,3,42,2089 -"252029",119363,8533,3,42,2251 -"252030",119363,8621,3,42,1681 -"252031",119363,10404,3,42,2062 -"252032",119363,12374,3,42,2260 -"252033",119363,14189,3,42,1483 -"252034",119363,15118,3,42,1311 -"252035",119363,15389,3,42,143 -"252036",119363,15643,3,42,502 -"252037",119363,16164,3,42,1184 -"252038",119363,16313,3,42,1160 -"252039",119363,17357,3,42,1536 -"252040",119363,18415,3,42,2184 -"252041",119363,19516,3,42,2313 -"252042",119363,20319,3,42,468 -"252043",119363,20563,3,42,2267 -"252044",119363,20824,3,42,1366 -"252045",119363,21104,3,42,2327 -"252046",119363,21911,3,42,1184 -"252047",119363,23508,3,42,1907 -"252048",119363,23534,3,42,1659 -"252049",119363,24362,3,42,1287 -"252050",119363,26436,3,42,2489 -"252051",119363,26451,3,42,2133 -"252052",119363,26516,3,42,2479 -"252053",119363,26706,3,42,1846 -"252054",119363,27753,3,42,2750 -"252055",119363,27792,3,42,1308 -"252056",119363,28731,3,42,955 -"252057",119363,30438,3,42,1617 -"252058",119363,31243,3,42,1355 -"252059",119363,32811,3,42,804 -"252060",119363,34000,3,42,203 -"252061",119363,34136,2,42,2202 -"252062",119363,34492,3,42,1798 -"252063",119363,34596,3,42,527 -"252064",119363,37333,3,42,1612 -"252065",119363,37893,3,42,875 -"252066",119363,38449,3,42,1802 -"252067",119363,39190,3,42,989 -"252068",119363,45549,3,42,1322 -"252069",119363,45633,3,42,2134 -"252070",119363,45715,3,42,2287 -"252071",119363,48260,3,42,875 -"252072",119363,48698,3,42,1474 -"252073",119363,49189,3,42,1550 -"252074",119363,50667,3,42,2719 -"252075",119363,50976,3,42,547 -"252076",119363,51022,3,42,1499 -"252077",119363,51410,2,42,2739 -"252078",119363,51987,3,42,1397 -"252079",119363,52457,3,42,849 -"252080",119363,56171,3,42,1524 -"252081",119363,58035,3,42,1646 -"252082",119363,58133,2,42,1484 -"252083",119363,58221,3,42,1787 -"252084",119363,62957,3,42,1170 -"252085",119363,67009,2,42,179 -"252086",119363,73728,1,42,784 -"252087",119363,78256,3,42,804 -"252088",119363,82696,3,42,1305 -"252089",119363,82767,3,42,1641 -"252090",119363,83096,3,42,1061 -"252091",119363,94650,3,42,896 -"252092",119363,99020,3,42,1383 -"252093",119363,99103,2,42,1470 -"252094",119363,100134,3,42,977 -"252095",119363,102824,3,42,2944 -"252096",119363,103420,2,42,433 -"252097",119363,109383,3,42,952 -"252098",119363,114342,3,42,228 -"252099",119363,119444,2,42,888 -"252100",119444,733,2,888,1653 -"252101",119444,2063,2,888,1278 -"252102",119444,2429,3,888,999 -"252103",119444,2684,3,888,2874 -"252104",119444,2743,3,888,1278 -"252105",119444,3167,2,888,1676 -"252106",119444,4226,2,888,1903 -"252107",119444,4305,3,888,2374 -"252108",119444,6052,3,888,1985 -"252109",119444,6491,3,888,2424 -"252110",119444,9751,3,888,1397 -"252111",119444,12374,3,888,2260 -"252112",119444,15118,3,888,1311 -"252113",119444,15539,3,888,1929 -"252114",119444,16164,3,888,1184 -"252115",119444,20311,3,888,1981 -"252116",119444,20824,3,888,1366 -"252117",119444,21104,3,888,2327 -"252118",119444,22006,3,888,1202 -"252119",119444,23534,3,888,1659 -"252120",119444,26451,2,888,2133 -"252121",119444,26706,3,888,1846 -"252122",119444,27792,2,888,1308 -"252123",119444,28303,3,888,2089 -"252124",119444,29073,3,888,2328 -"252125",119444,29456,3,888,1182 -"252126",119444,34136,2,888,2202 -"252127",119444,36439,3,888,2469 -"252128",119444,43518,3,888,2680 -"252129",119444,48698,3,888,1474 -"252130",119444,49189,3,888,1550 -"252131",119444,50667,3,888,2719 -"252132",119444,51022,3,888,1499 -"252133",119444,56317,3,888,2030 -"252134",119444,58133,1,888,1484 -"252135",119444,58221,3,888,1787 -"252136",119444,58508,3,888,2326 -"252137",119444,62957,2,888,1170 -"252138",119444,63770,3,888,1324 -"252139",119444,79612,3,888,927 -"252140",119444,82696,3,888,1305 -"252141",119444,82767,3,888,1641 -"252142",119444,86245,3,888,1972 -"252143",119444,94650,3,888,896 -"252144",119444,99020,2,888,1383 -"252145",119444,99103,2,888,1470 -"252146",119444,102133,3,888,1165 -"252147",119444,108379,3,888,2933 -"252148",119463,25,3,160,2762 -"252149",119463,602,3,160,2632 -"252150",119463,762,2,160,2671 -"252151",119463,6982,3,160,2034 -"252152",119463,8060,2,160,1883 -"252153",119463,12703,3,160,2689 -"252154",119463,14072,3,160,1346 -"252155",119463,14103,3,160,2204 -"252156",119463,14972,3,160,2332 -"252157",119463,17381,2,160,1697 -"252158",119463,20980,3,160,816 -"252159",119463,22311,3,160,2034 -"252160",119463,28874,1,160,2329 -"252161",119463,41748,3,160,1480 -"252162",119463,48548,3,160,826 -"252163",119463,54715,3,160,499 -"252164",119463,62939,3,160,2574 -"252165",119463,87638,3,160,1114 -"252166",119463,99773,3,160,186 -"252167",119494,6119,3,641,2358 -"252168",119501,1015,3,390,1174 -"252169",119501,1026,3,390,493 -"252170",119501,1203,3,390,1350 -"252171",119501,1520,3,390,1716 -"252172",119501,1700,3,390,613 -"252173",119501,2429,3,390,999 -"252174",119501,2523,3,390,1691 -"252175",119501,2959,3,390,1785 -"252176",119501,4303,3,390,2414 -"252177",119501,4430,3,390,2019 -"252178",119501,4526,3,390,1728 -"252179",119501,4567,3,390,2348 -"252180",119501,4983,3,390,1909 -"252181",119501,7780,3,390,1920 -"252182",119501,7942,3,390,2623 -"252183",119501,8860,3,390,2141 -"252184",119501,8923,2,390,1266 -"252185",119501,9703,3,390,1845 -"252186",119501,10216,3,390,2476 -"252187",119501,12361,3,390,2732 -"252188",119501,12728,3,390,2374 -"252189",119501,15118,3,390,1311 -"252190",119501,17388,3,390,1023 -"252191",119501,17645,2,390,1918 -"252192",119501,18005,2,390,2449 -"252193",119501,19818,3,390,675 -"252194",119501,22166,2,390,994 -"252195",119501,24568,3,390,1937 -"252196",119501,26957,3,390,987 -"252197",119501,30974,3,390,947 -"252198",119501,31408,2,390,994 -"252199",119501,32549,3,390,2111 -"252200",119501,34094,2,390,1360 -"252201",119501,34742,3,390,1883 -"252202",119501,34908,3,390,2796 -"252203",119501,37351,3,390,978 -"252204",119501,38087,3,390,1083 -"252205",119501,40028,3,390,1349 -"252206",119501,44135,3,390,2620 -"252207",119501,44744,3,390,2032 -"252208",119501,45729,3,390,2606 -"252209",119501,45992,3,390,1182 -"252210",119501,46650,3,390,1330 -"252211",119501,46726,2,390,943 -"252212",119501,48698,3,390,1474 -"252213",119501,50996,2,390,929 -"252214",119501,52815,3,390,2323 -"252215",119501,55482,3,390,1866 -"252216",119501,55880,3,390,626 -"252217",119501,56082,3,390,2395 -"252218",119501,60258,3,390,2405 -"252219",119501,62268,3,390,413 -"252220",119501,62668,1,390,958 -"252221",119501,63409,3,390,1937 -"252222",119501,64947,3,390,2489 -"252223",119501,65223,3,390,2724 -"252224",119501,67617,3,390,1149 -"252225",119501,71219,3,390,967 -"252226",119501,71531,3,390,2887 -"252227",119501,72986,3,390,1055 -"252228",119501,81077,3,390,498 -"252229",119501,93332,3,390,982 -"252230",119501,96310,3,390,1016 -"252231",119501,103890,3,390,958 -"252232",119501,114611,3,390,694 -"252233",119524,3271,3,1930,2216 -"252234",119524,16437,3,1930,1956 -"252235",119524,19934,3,1930,2888 -"252236",119524,21670,3,1930,2158 -"252237",119524,27280,2,1930,1965 -"252238",119524,27391,3,1930,2378 -"252239",119524,37752,2,1930,2223 -"252240",119524,40623,3,1930,2580 -"252241",119524,53051,3,1930,1940 -"252242",119524,59039,3,1930,2870 -"252243",119524,64967,3,1930,2872 -"252244",119524,65188,2,1930,2213 -"252245",119524,90745,3,1930,1994 -"252246",119564,499,2,336,1931 -"252247",119564,543,3,336,2203 -"252248",119564,602,3,336,2632 -"252249",119564,1046,3,336,1881 -"252250",119564,1777,3,336,1965 -"252251",119564,2036,3,336,2483 -"252252",119564,2063,3,336,1278 -"252253",119564,2743,3,336,1278 -"252254",119564,2754,3,336,1360 -"252255",119564,3171,3,336,700 -"252256",119564,3242,3,336,1730 -"252257",119564,3255,3,336,2504 -"252258",119564,3460,3,336,2530 -"252259",119564,3830,3,336,1661 -"252260",119564,4191,2,336,2130 -"252261",119564,4618,3,336,2607 -"252262",119564,4723,3,336,1314 -"252263",119564,4980,3,336,2093 -"252264",119564,5462,3,336,2374 -"252265",119564,5504,3,336,2389 -"252266",119564,5725,3,336,2789 -"252267",119564,6942,2,336,1232 -"252268",119564,8772,3,336,847 -"252269",119564,9311,3,336,2477 -"252270",119564,10843,3,336,2277 -"252271",119564,13724,3,336,1573 -"252272",119564,14422,3,336,1548 -"252273",119564,15453,2,336,1688 -"252274",119564,15643,3,336,502 -"252275",119564,17133,3,336,924 -"252276",119564,17357,2,336,1536 -"252277",119564,18393,3,336,860 -"252278",119564,19453,3,336,1928 -"252279",119564,19963,3,336,810 -"252280",119564,20494,2,336,1075 -"252281",119564,20563,3,336,2267 -"252282",119564,21448,3,336,2332 -"252283",119564,22311,3,336,2034 -"252284",119564,23506,3,336,1172 -"252285",119564,24286,3,336,1280 -"252286",119564,25341,3,336,1858 -"252287",119564,25643,2,336,1646 -"252288",119564,26218,3,336,2460 -"252289",119564,26282,3,336,1241 -"252290",119564,27478,3,336,2485 -"252291",119564,27792,3,336,1308 -"252292",119564,28434,3,336,1141 -"252293",119564,28731,3,336,955 -"252294",119564,29170,3,336,1846 -"252295",119564,29683,3,336,2025 -"252296",119564,30325,3,336,1067 -"252297",119564,31799,3,336,2547 -"252298",119564,32606,3,336,2100 -"252299",119564,32811,3,336,804 -"252300",119564,33010,3,336,2189 -"252301",119564,33241,3,336,632 -"252302",119564,33356,2,336,1586 -"252303",119564,33433,3,336,2805 -"252304",119564,34492,3,336,1798 -"252305",119564,35256,3,336,2271 -"252306",119564,36439,3,336,2469 -"252307",119564,38048,3,336,867 -"252308",119564,38755,2,336,2902 -"252309",119564,39627,3,336,546 -"252310",119564,40293,1,336,1671 -"252311",119564,41021,3,336,978 -"252312",119564,41278,3,336,1873 -"252313",119564,41747,3,336,1722 -"252314",119564,42642,3,336,2257 -"252315",119564,44502,2,336,484 -"252316",119564,47583,3,336,817 -"252317",119564,47857,3,336,2325 -"252318",119564,48238,3,336,1194 -"252319",119564,50976,3,336,547 -"252320",119564,51022,3,336,1499 -"252321",119564,51410,3,336,2739 -"252322",119564,53031,3,336,2065 -"252323",119564,55324,3,336,1544 -"252324",119564,57337,2,336,1443 -"252325",119564,57950,3,336,1529 -"252326",119564,58035,2,336,1646 -"252327",119564,58133,3,336,1484 -"252328",119564,59786,3,336,605 -"252329",119564,60386,3,336,1322 -"252330",119564,64031,3,336,1295 -"252331",119564,65316,2,336,1020 -"252332",119564,66726,2,336,2068 -"252333",119564,75168,3,336,699 -"252334",119564,78256,3,336,804 -"252335",119564,79612,1,336,927 -"252336",119564,80471,3,336,538 -"252337",119564,81586,2,336,877 -"252338",119564,82767,2,336,1641 -"252339",119564,86664,3,336,1146 -"252340",119564,90608,3,336,590 -"252341",119564,90837,3,336,825 -"252342",119564,94835,2,336,555 -"252343",119564,100532,2,336,859 -"252344",119564,107318,3,336,1963 -"252345",119564,109571,3,336,797 -"252346",119564,120396,3,336,561 -"252347",119564,121514,2,336,645 -"252348",119610,11351,3,2707,2971 -"252349",119680,44473,3,303,1685 -"252350",119680,91435,3,303,933 -"252351",119680,91465,3,303,1047 -"252352",119799,1367,3,250,2176 -"252353",119799,7245,2,250,2089 -"252354",119799,8533,3,250,2251 -"252355",119799,18415,3,250,2184 -"252356",119799,20563,3,250,2267 -"252357",119799,23736,3,250,571 -"252358",119799,31050,3,250,1491 -"252359",119799,45549,3,250,1322 -"252360",119799,45633,3,250,2134 -"252361",119799,49144,3,250,1542 -"252362",119799,65691,3,250,2134 -"252363",119799,82426,3,250,1576 -"252364",119820,937,3,296,408 -"252365",119820,1127,2,296,1188 -"252366",119820,1130,2,296,1566 -"252367",119820,2269,3,296,984 -"252368",119820,2300,2,296,565 -"252369",119820,2325,2,296,1641 -"252370",119820,3966,3,296,2425 -"252371",119820,7861,3,296,1647 -"252372",119820,11208,3,296,1161 -"252373",119820,21138,3,296,2849 -"252374",119820,25129,3,296,2647 -"252375",119820,25341,3,296,1858 -"252376",119820,26282,2,296,1241 -"252377",119820,26766,2,296,1161 -"252378",119820,34509,2,296,1973 -"252379",119820,53433,3,296,1187 -"252380",119820,58035,3,296,1646 -"252381",119820,67216,2,296,984 -"252382",119820,70605,3,296,1176 -"252383",119820,71618,1,296,2960 -"252384",119820,81482,2,296,908 -"252385",119820,88347,3,296,793 -"252386",119820,93753,3,296,408 -"252387",119820,94850,3,296,408 -"252388",119859,5716,3,908,1058 -"252389",119859,5984,3,908,1675 -"252390",119859,5986,3,908,1721 -"252391",119859,6417,2,908,1675 -"252392",119859,11218,3,908,2292 -"252393",119859,11540,3,908,1237 -"252394",119859,12042,3,908,2345 -"252395",119859,16120,3,908,1237 -"252396",119859,16352,3,908,2657 -"252397",119859,17997,3,908,1621 -"252398",119859,18874,3,908,2170 -"252399",119859,21138,3,908,2849 -"252400",119859,23159,3,908,1548 -"252401",119859,24146,3,908,2003 -"252402",119859,28002,3,908,914 -"252403",119859,35529,3,908,1620 -"252404",119859,36962,3,908,2861 -"252405",119859,37333,3,908,1612 -"252406",119859,40432,3,908,1956 -"252407",119859,47386,3,908,2226 -"252408",119859,51017,3,908,2073 -"252409",119859,53134,3,908,1590 -"252410",119859,54020,3,908,1578 -"252411",119859,54929,3,908,2783 -"252412",119859,57977,3,908,2683 -"252413",119859,100140,3,908,1041 -"252414",119921,237,3,1113,1982 -"252415",119921,2226,3,1113,2225 -"252416",119921,3127,3,1113,2273 -"252417",119921,3271,3,1113,2216 -"252418",119921,3456,3,1113,1999 -"252419",119921,4526,3,1113,1728 -"252420",119921,4932,3,1113,2752 -"252421",119921,4983,3,1113,1909 -"252422",119921,5363,3,1113,1791 -"252423",119921,6821,3,1113,1788 -"252424",119921,10215,3,1113,2006 -"252425",119921,10373,3,1113,2436 -"252426",119921,11136,3,1113,2573 -"252427",119921,13842,3,1113,2250 -"252428",119921,15462,3,1113,1141 -"252429",119921,16437,3,1113,1956 -"252430",119921,18381,3,1113,1524 -"252431",119921,19165,3,1113,2436 -"252432",119921,19231,3,1113,1424 -"252433",119921,19655,3,1113,2706 -"252434",119921,19751,3,1113,1630 -"252435",119921,19934,3,1113,2888 -"252436",119921,21670,2,1113,2158 -"252437",119921,25378,3,1113,1245 -"252438",119921,27280,2,1113,1965 -"252439",119921,27391,3,1113,2378 -"252440",119921,27722,2,1113,1266 -"252441",119921,28051,3,1113,2089 -"252442",119921,30891,1,1113,1256 -"252443",119921,35787,3,1113,1132 -"252444",119921,35822,2,1113,1903 -"252445",119921,37752,2,1113,2223 -"252446",119921,38259,3,1113,2258 -"252447",119921,40623,2,1113,2580 -"252448",119921,41969,3,1113,2189 -"252449",119921,45138,3,1113,2516 -"252450",119921,47385,3,1113,1172 -"252451",119921,52154,3,1113,1722 -"252452",119921,53051,3,1113,1940 -"252453",119921,55817,3,1113,2285 -"252454",119921,58829,1,1113,1256 -"252455",119921,59039,3,1113,2870 -"252456",119921,59485,3,1113,1564 -"252457",119921,61723,3,1113,1262 -"252458",119921,64181,3,1113,1828 -"252459",119921,64967,3,1113,2872 -"252460",119921,65188,2,1113,2213 -"252461",119921,70070,3,1113,2425 -"252462",119921,74795,2,1113,1319 -"252463",119921,79432,3,1113,1708 -"252464",119921,90745,3,1113,1994 -"252465",119921,94625,3,1113,2105 -"252466",119921,119524,2,1113,1930 -"252467",119923,12356,3,1901,2757 -"252468",119923,16539,3,1901,1947 -"252469",119923,17351,3,1901,2036 -"252470",119923,36609,2,1901,2918 -"252471",119923,45618,3,1901,2356 -"252472",119931,8896,2,123,1139 -"252473",119931,18820,2,123,453 -"252474",119931,18821,2,123,2075 -"252475",119931,19048,3,123,2180 -"252476",119931,19397,3,123,2182 -"252477",119931,33460,3,123,2781 -"252478",119931,77174,3,123,747 -"252479",119931,87396,1,123,407 -"252480",119978,23015,3,815,1362 -"252481",119978,28904,3,815,926 -"252482",119978,38532,3,815,1234 -"252483",119978,39746,3,815,1361 -"252484",119978,39999,2,815,1593 -"252485",119978,43204,3,815,1680 -"252486",119978,44564,3,815,2034 -"252487",119978,45869,3,815,2840 -"252488",119978,54775,3,815,2383 -"252489",119978,59627,3,815,1466 -"252490",119978,62089,3,815,929 -"252491",119978,66978,2,815,1536 -"252492",119978,111855,2,815,1909 -"252493",119991,1147,3,310,1999 -"252494",119991,8913,3,310,968 -"252495",119991,15401,3,310,1999 -"252496",119991,16801,3,310,2008 -"252497",119991,17934,3,310,1059 -"252498",119991,32988,3,310,2008 -"252499",119991,38219,3,310,1689 -"252500",119991,40645,3,310,1899 -"252501",119991,42505,3,310,2008 -"252502",119991,45959,3,310,1880 -"252503",119991,58164,3,310,2398 -"252504",119991,65155,3,310,1947 -"252505",119991,65203,3,310,1597 -"252506",119991,65322,3,310,2008 -"252507",119991,78150,1,310,2581 -"252508",119991,85875,3,310,957 -"252509",119991,96352,2,310,1493 -"252510",119991,97160,3,310,1215 -"252511",119998,2269,3,787,984 -"252512",119998,11208,3,787,1161 -"252513",119998,70605,3,787,1176 -"252514",119998,81482,3,787,908 -"252515",119998,88347,2,787,793 -"252516",120112,2063,3,954,1278 -"252517",120112,21911,3,954,1184 -"252518",120112,28731,3,954,955 -"252519",120112,30438,3,954,1617 -"252520",120112,34492,3,954,1798 -"252521",120112,45715,2,954,2287 -"252522",120112,51410,3,954,2739 -"252523",120112,51987,3,954,1397 -"252524",120112,82454,2,954,1266 -"252525",120112,88860,3,954,1014 -"252526",120153,11229,3,413,1625 -"252527",120153,38019,3,413,1870 -"252528",120153,39238,3,413,922 -"252529",120363,900,3,322,2726 -"252530",120363,4916,3,322,1970 -"252531",120363,5826,3,322,411 -"252532",120363,6160,3,322,969 -"252533",120363,6821,3,322,1788 -"252534",120363,10129,3,322,2124 -"252535",120363,10223,3,322,1033 -"252536",120363,10911,3,322,536 -"252537",120363,13068,2,322,1778 -"252538",120363,13720,3,322,1558 -"252539",120363,16437,3,322,1956 -"252540",120363,17687,3,322,593 -"252541",120363,19934,3,322,2888 -"252542",120363,20176,3,322,1050 -"252543",120363,21535,3,322,404 -"252544",120363,23015,3,322,1362 -"252545",120363,23224,3,322,2372 -"252546",120363,23591,2,322,2831 -"252547",120363,25378,3,322,1245 -"252548",120363,27722,2,322,1266 -"252549",120363,28446,3,322,917 -"252550",120363,33665,3,322,787 -"252551",120363,37752,3,322,2223 -"252552",120363,38373,3,322,1928 -"252553",120363,39443,3,322,2277 -"252554",120363,42756,3,322,1384 -"252555",120363,45480,3,322,1104 -"252556",120363,47148,3,322,569 -"252557",120363,47968,2,322,2829 -"252558",120363,49201,3,322,936 -"252559",120363,52879,3,322,777 -"252560",120363,58015,3,322,899 -"252561",120363,65242,3,322,1988 -"252562",120363,84447,3,322,1006 -"252563",120396,250,3,561,954 -"252564",120396,499,3,561,1931 -"252565",120396,15453,3,561,1688 -"252566",120396,20494,3,561,1075 -"252567",120396,25462,3,561,2653 -"252568",120396,26218,2,561,2460 -"252569",120396,33356,3,561,1586 -"252570",120396,38755,3,561,2902 -"252571",120396,39657,3,561,1947 -"252572",120396,40293,3,561,1671 -"252573",120396,57337,3,561,1443 -"252574",120396,65316,3,561,1020 -"252575",120396,66726,3,561,2068 -"252576",120396,79612,2,561,927 -"252577",120396,81586,3,561,877 -"252578",120396,88953,3,561,1106 -"252579",120396,100532,3,561,859 -"252580",120475,6162,3,127,1673 -"252581",120475,9579,3,127,2105 -"252582",120475,15626,3,127,2434 -"252583",120475,18393,3,127,860 -"252584",120475,24286,3,127,1280 -"252585",120475,26408,3,127,1545 -"252586",120475,27261,2,127,1368 -"252587",120475,28545,3,127,552 -"252588",120475,33241,3,127,632 -"252589",120475,33356,3,127,1586 -"252590",120475,33433,3,127,2805 -"252591",120475,49980,3,127,153 -"252592",120475,53342,3,127,2071 -"252593",120475,54879,3,127,2210 -"252594",120475,69091,3,127,1267 -"252595",120475,76470,3,127,887 -"252596",120549,270,3,708,2542 -"252597",120549,1124,3,708,1596 -"252598",120549,1154,3,708,1656 -"252599",120549,2111,3,708,1904 -"252600",120549,2819,3,708,1743 -"252601",120549,4226,3,708,1903 -"252602",120549,5971,2,708,1985 -"252603",120549,6222,3,708,1949 -"252604",120549,6264,3,708,749 -"252605",120549,6491,3,708,2424 -"252606",120549,6588,2,708,2025 -"252607",120549,6718,3,708,2138 -"252608",120549,7555,3,708,1943 -"252609",120549,8866,3,708,1545 -"252610",120549,8888,3,708,1328 -"252611",120549,10488,3,708,1524 -"252612",120549,10523,3,708,1510 -"252613",120549,10576,3,708,974 -"252614",120549,11229,3,708,1625 -"252615",120549,12374,3,708,2260 -"252616",120549,13248,3,708,1385 -"252617",120549,15118,3,708,1311 -"252618",120549,15135,3,708,1035 -"252619",120549,15700,3,708,1712 -"252620",120549,16352,3,708,2657 -"252621",120549,17400,3,708,2231 -"252622",120549,18361,3,708,2968 -"252623",120549,18394,3,708,2356 -"252624",120549,20311,3,708,1981 -"252625",120549,22197,3,708,2271 -"252626",120549,23492,3,708,1067 -"252627",120549,23725,3,708,2378 -"252628",120549,24559,3,708,946 -"252629",120549,26451,2,708,2133 -"252630",120549,26848,3,708,2363 -"252631",120549,26867,3,708,1804 -"252632",120549,27744,3,708,861 -"252633",120549,27792,2,708,1308 -"252634",120549,30325,3,708,1067 -"252635",120549,30405,3,708,2164 -"252636",120549,30943,3,708,2287 -"252637",120549,32131,3,708,1035 -"252638",120549,32811,3,708,804 -"252639",120549,35673,3,708,1067 -"252640",120549,37893,3,708,875 -"252641",120549,39865,3,708,849 -"252642",120549,40028,2,708,1349 -"252643",120549,40072,3,708,1182 -"252644",120549,42687,3,708,1952 -"252645",120549,43213,3,708,2160 -"252646",120549,43518,3,708,2680 -"252647",120549,44521,3,708,1593 -"252648",120549,46629,3,708,2255 -"252649",120549,48260,3,708,875 -"252650",120549,50236,2,708,2339 -"252651",120549,52136,3,708,1412 -"252652",120549,52345,3,708,1430 -"252653",120549,53303,3,708,1376 -"252654",120549,54551,3,708,2348 -"252655",120549,56082,2,708,2395 -"252656",120549,56237,3,708,2625 -"252657",120549,58133,3,708,1484 -"252658",120549,59939,3,708,936 -"252659",120549,65884,3,708,798 -"252660",120549,72188,3,708,856 -"252661",120549,72207,3,708,2430 -"252662",120549,72326,2,708,2384 -"252663",120549,75403,3,708,1895 -"252664",120549,78256,3,708,804 -"252665",120549,87048,3,708,989 -"252666",120549,91912,2,708,790 -"252667",120549,94650,3,708,896 -"252668",120549,109718,3,708,1237 -"252669",120549,111971,3,708,1032 -"252670",120585,2269,3,961,984 -"252671",120585,2765,3,961,2321 -"252672",120585,4567,3,961,2348 -"252673",120585,7861,2,961,1647 -"252674",120585,11208,3,961,1161 -"252675",120585,17645,3,961,1918 -"252676",120585,22543,3,961,1594 -"252677",120585,22714,3,961,2793 -"252678",120585,27686,3,961,2844 -"252679",120585,29116,3,961,2128 -"252680",120585,30744,3,961,1398 -"252681",120585,34509,3,961,1973 -"252682",120585,42474,3,961,2322 -"252683",120585,69250,3,961,1439 -"252684",120632,44193,3,222,989 -"252685",120632,97742,2,222,322 -"252686",120712,13311,3,173,2315 -"252687",120712,27104,2,173,1608 -"252688",120712,76356,3,173,2323 -"252689",120712,76905,3,173,298 -"252690",120712,77883,2,173,871 -"252691",120720,25341,3,1614,1858 -"252692",120720,36574,3,1614,2934 -"252693",120720,49660,3,1614,2739 -"252694",120720,89826,3,1614,2033 -"252695",120828,860,3,958,1258 -"252696",120828,7337,3,958,1797 -"252697",120828,9332,3,958,2734 -"252698",120828,13068,3,958,1778 -"252699",120828,16502,3,958,1616 -"252700",120828,22586,3,958,1341 -"252701",120828,23597,3,958,1080 -"252702",120828,43027,2,958,1277 -"252703",120828,49712,2,958,1937 -"252704",120861,2865,3,488,2006 -"252705",120861,3863,3,488,856 -"252706",120861,32113,3,488,882 -"252707",120962,17061,3,1736,2385 -"252708",120996,60261,3,73,1943 -"252709",120996,66618,3,73,2381 -"252710",120996,85775,3,73,2781 -"252711",120996,100690,3,73,2829 -"252712",120996,100702,3,73,215 -"252713",120996,117764,1,73,2781 -"252714",121133,782,3,152,945 -"252715",121133,2852,3,152,2448 -"252716",121133,4361,3,152,2571 -"252717",121133,4612,3,152,2804 -"252718",121133,4669,3,152,2395 -"252719",121133,5897,3,152,2337 -"252720",121133,7785,3,152,2441 -"252721",121133,16715,3,152,1218 -"252722",121133,16864,3,152,814 -"252723",121133,18978,2,152,952 -"252724",121133,22945,3,152,237 -"252725",121133,26551,3,152,652 -"252726",121133,27742,2,152,2700 -"252727",121133,27914,3,152,2507 -"252728",121133,28440,3,152,675 -"252729",121133,30525,3,152,1964 -"252730",121133,32532,3,152,2338 -"252731",121133,32560,2,152,1258 -"252732",121133,32651,3,152,877 -"252733",121133,33341,3,152,2338 -"252734",121133,33681,3,152,1059 -"252735",121133,33870,2,152,955 -"252736",121133,41023,3,152,2408 -"252737",121133,45869,3,152,2840 -"252738",121133,58655,3,152,2685 -"252739",121133,85396,3,152,1131 -"252740",121133,91849,1,152,1166 -"252741",121133,101453,3,152,454 -"252742",121133,111193,3,152,429 -"252743",121133,115021,3,152,1226 -"252744",121173,11728,3,829,1121 -"252745",121173,15978,3,829,981 -"252746",121173,28094,2,829,1423 -"252747",121173,30609,3,829,988 -"252748",121173,35446,3,829,1203 -"252749",121173,38333,3,829,1365 -"252750",121173,59438,3,829,2400 -"252751",121173,60879,3,829,2792 -"252752",121173,66527,3,829,961 -"252753",121173,71455,3,829,1702 -"252754",121185,160,3,533,2007 -"252755",121185,798,2,533,2476 -"252756",121185,3564,3,533,2717 -"252757",121185,5106,3,533,2622 -"252758",121185,10210,3,533,1905 -"252759",121185,35004,3,533,1509 -"252760",121185,35477,3,533,2703 -"252761",121185,35715,2,533,2912 -"252762",121185,40819,2,533,1556 -"252763",121185,47968,3,533,2829 -"252764",121185,48238,3,533,1194 -"252765",121185,68345,3,533,1095 -"252766",121185,80606,3,533,2079 -"252767",121234,1676,3,213,1198 -"252768",121234,3265,3,213,214 -"252769",121234,3352,3,213,1707 -"252770",121234,3583,3,213,818 -"252771",121234,5376,1,213,288 -"252772",121234,5504,3,213,2389 -"252773",121234,8888,3,213,1328 -"252774",121234,10709,2,213,746 -"252775",121234,11127,3,213,1196 -"252776",121234,12374,3,213,2260 -"252777",121234,13699,3,213,1355 -"252778",121234,16497,3,213,2370 -"252779",121234,16587,2,213,2065 -"252780",121234,18554,3,213,2065 -"252781",121234,18615,3,213,1025 -"252782",121234,19183,3,213,1257 -"252783",121234,22050,3,213,966 -"252784",121234,26608,3,213,2329 -"252785",121234,27260,3,213,878 -"252786",121234,27339,2,213,486 -"252787",121234,29864,3,213,2479 -"252788",121234,32017,3,213,577 -"252789",121234,35610,3,213,594 -"252790",121234,37758,3,213,1998 -"252791",121234,37800,3,213,604 -"252792",121234,37873,3,213,1288 -"252793",121234,39444,3,213,2695 -"252794",121234,39865,3,213,849 -"252795",121234,40072,3,213,1182 -"252796",121234,43135,3,213,1171 -"252797",121234,44068,3,213,1056 -"252798",121234,53134,3,213,1590 -"252799",121234,55556,3,213,2075 -"252800",121234,59939,3,213,936 -"252801",121234,63078,3,213,602 -"252802",121234,63568,3,213,570 -"252803",121234,71478,3,213,1721 -"252804",121234,77424,3,213,1489 -"252805",121234,86331,3,213,850 -"252806",121234,90860,3,213,851 -"252807",121234,91912,3,213,790 -"252808",121234,93933,3,213,1336 -"252809",121234,101986,2,213,813 -"252810",121234,109521,1,213,609 -"252811",121234,116478,2,213,293 -"252812",121291,3628,3,1955,2707 -"252813",121291,5839,3,1955,2301 -"252814",121291,32503,2,1955,2020 -"252815",121291,40931,3,1955,2301 -"252816",121291,43173,3,1955,2895 -"252817",121291,60116,3,1955,2668 -"252818",121291,81221,3,1955,2285 -"252819",121319,4889,3,657,1501 -"252820",121319,4953,3,657,2285 -"252821",121319,21029,3,657,1943 -"252822",121319,28296,3,657,2944 -"252823",121319,34945,3,657,1298 -"252824",121319,63442,3,657,1965 -"252825",121319,88955,3,657,795 -"252826",121361,13136,3,1328,2867 -"252827",121361,64110,3,1328,1331 -"252828",121361,75537,1,1328,1331 -"252829",121415,5971,3,1455,1985 -"252830",121415,6718,3,1455,2138 -"252831",121415,9364,3,1455,1698 -"252832",121415,18394,3,1455,2356 -"252833",121415,30405,3,1455,2164 -"252834",121422,307,3,850,2530 -"252835",121422,1124,3,850,1596 -"252836",121422,4701,2,850,2401 -"252837",121422,4790,3,850,1025 -"252838",121422,4791,2,850,1184 -"252839",121422,7555,3,850,1943 -"252840",121422,10148,3,850,2964 -"252841",121422,11620,3,850,2010 -"252842",121422,12728,3,850,2374 -"252843",121422,15005,2,850,1415 -"252844",121422,15539,3,850,1929 -"252845",121422,16313,3,850,1160 -"252846",121422,18393,3,850,860 -"252847",121422,20311,2,850,1981 -"252848",121422,21197,3,850,1437 -"252849",121422,21198,3,850,935 -"252850",121422,22006,3,850,1202 -"252851",121422,23508,2,850,1907 -"252852",121422,23509,3,850,2275 -"252853",121422,24005,3,850,1188 -"252854",121422,26451,3,850,2133 -"252855",121422,27849,1,850,1316 -"252856",121422,29929,3,850,2789 -"252857",121422,31530,3,850,1661 -"252858",121422,31691,3,850,1657 -"252859",121422,32601,3,850,1033 -"252860",121422,33801,3,850,2899 -"252861",121422,35095,3,850,1502 -"252862",121422,37333,3,850,1612 -"252863",121422,42618,3,850,2316 -"252864",121422,43051,2,850,904 -"252865",121422,43385,3,850,1623 -"252866",121422,51810,3,850,1401 -"252867",121422,55468,2,850,2511 -"252868",121422,58652,3,850,1437 -"252869",121422,66860,3,850,1548 -"252870",121422,72207,3,850,2430 -"252871",121422,75948,3,850,1006 -"252872",121422,81588,3,850,1568 -"252873",121422,82426,3,850,1576 -"252874",121422,83096,3,850,1061 -"252875",121422,90573,3,850,878 -"252876",121422,98781,3,850,1410 -"252877",121459,2802,3,220,1836 -"252878",121459,6078,3,220,498 -"252879",121459,6562,3,220,1139 -"252880",121459,16361,3,220,1641 -"252881",121459,16593,3,220,1139 -"252882",121459,22571,3,220,655 -"252883",121459,24104,3,220,817 -"252884",121459,24116,3,220,1413 -"252885",121459,25886,2,220,1580 -"252886",121459,29556,3,220,907 -"252887",121459,39697,3,220,669 -"252888",121459,50941,3,220,481 -"252889",121459,58356,3,220,222 -"252890",121459,65223,3,220,2724 -"252891",121459,67763,3,220,822 -"252892",121514,499,3,645,1931 -"252893",121514,602,3,645,2632 -"252894",121514,3171,3,645,700 -"252895",121514,3460,3,645,2530 -"252896",121514,6942,3,645,1232 -"252897",121514,13724,3,645,1573 -"252898",121514,14422,3,645,1548 -"252899",121514,15453,2,645,1688 -"252900",121514,20494,3,645,1075 -"252901",121514,22311,3,645,2034 -"252902",121514,33356,3,645,1586 -"252903",121514,38755,3,645,2902 -"252904",121514,40293,3,645,1671 -"252905",121514,42642,3,645,2257 -"252906",121514,57337,3,645,1443 -"252907",121514,60386,3,645,1322 -"252908",121514,65316,3,645,1020 -"252909",121514,66726,3,645,2068 -"252910",121514,79612,2,645,927 -"252911",121514,81586,3,645,877 -"252912",121514,100532,2,645,859 -"252913",121650,9331,3,890,2269 -"252914",121650,10576,3,890,974 -"252915",121650,22143,3,890,1332 -"252916",121826,2524,2,536,1708 -"252917",121826,10875,3,536,1234 -"252918",121826,13920,3,536,1709 -"252919",121826,18965,3,536,2315 -"252920",121826,28357,3,536,1134 -"252921",121826,53924,3,536,1289 -"252922",121943,10474,3,475,1608 -"252923",121943,29224,3,475,2011 -"252924",121943,29923,1,475,626 -"252925",121943,67521,3,475,545 -"252926",121943,81674,3,475,499 -"252927",121973,1214,3,1523,2050 -"252928",122107,66580,3,968,2731 -"252929",122406,41180,3,691,1556 -"252930",122406,89441,1,691,2018 -"252931",122448,4791,3,90,1184 -"252932",122448,11540,2,90,1237 -"252933",122448,11576,3,90,808 -"252934",122448,15872,2,90,1551 -"252935",122448,16120,3,90,1237 -"252936",122448,16826,3,90,2599 -"252937",122448,21138,2,90,2849 -"252938",122448,22639,3,90,2352 -"252939",122448,29124,3,90,199 -"252940",122448,30906,3,90,2537 -"252941",122448,32017,3,90,577 -"252942",122448,36714,3,90,2209 -"252943",122448,41174,3,90,850 -"252944",122448,47715,3,90,2111 -"252945",122448,51017,3,90,2073 -"252946",122448,73136,2,90,328 -"252947",122448,74731,2,90,853 -"252948",122448,77714,2,90,213 -"252949",122448,82907,3,90,207 -"252950",122448,87148,1,90,397 -"252951",122448,87692,2,90,775 -"252952",122448,90802,3,90,877 -"252953",122448,97928,3,90,2416 -"252954",122448,99444,3,90,408 -"252955",122448,101395,2,90,891 -"252956",122448,104084,2,90,579 -"252957",122448,114865,2,90,544 -"252958",122448,114937,3,90,327 -"252959",122453,2747,3,1591,2411 -"252960",122453,4660,3,1591,2149 -"252961",122453,5599,3,1591,1684 -"252962",122453,18421,3,1591,2457 -"252963",122453,63641,3,1591,2337 -"252964",122453,66677,3,1591,2151 -"252965",122453,66717,3,1591,2104 -"252966",122453,73107,3,1591,1918 -"252967",122658,26450,3,1648,1709 -"252968",122658,35797,3,1648,2482 -"252969",122658,41694,1,1648,2358 -"252970",122658,55482,2,1648,1866 -"252971",122658,62712,3,1648,2884 -"252972",122658,66994,3,1648,1865 -"252973",122909,2057,2,1198,1965 -"252974",122909,6697,3,1198,2438 -"252975",122909,29997,3,1198,1789 -"252976",122909,32606,3,1198,2100 -"252977",122909,65856,3,1198,2504 -"252978",122938,3158,3,1023,2762 -"252979",122938,4634,3,1023,2291 -"252980",122938,8463,3,1023,2466 -"252981",122938,10701,3,1023,2000 -"252982",122938,12966,2,1023,2011 -"252983",122938,14490,3,1023,2291 -"252984",122938,14957,3,1023,2306 -"252985",122938,15782,3,1023,2306 -"252986",122938,16963,2,1023,1999 -"252987",122938,17695,3,1023,1930 -"252988",122938,22357,3,1023,1397 -"252989",122938,26597,3,1023,2070 -"252990",122938,41350,3,1023,1935 -"252991",122938,42390,3,1023,2937 -"252992",122938,43701,3,1023,2400 -"252993",122938,44132,3,1023,1999 -"252994",122938,49142,2,1023,2289 -"252995",122938,51505,2,1023,1572 -"252996",122938,52386,3,1023,1830 -"252997",122938,69260,2,1023,1698 -"252998",122938,84235,3,1023,1639 -"252999",122938,96332,2,1023,1197 -"253000",123022,29990,2,904,1168 -"253001",123022,40988,3,904,2793 -"253002",123022,63905,1,904,1094 -"253003",123037,5615,3,498,1105 -"253004",123037,12388,3,498,1975 -"253005",123037,55580,3,498,1942 -"253006",123211,4784,3,405,2511 -"253007",123211,9740,3,405,2233 -"253008",123211,11270,3,405,1011 -"253009",123211,13595,3,405,1164 -"253010",123211,45297,3,405,1864 -"253011",123211,67289,3,405,829 -"253012",123211,69732,1,405,732 -"253013",123211,76842,2,405,1518 -"253014",123211,78843,2,405,1524 -"253015",123211,82740,3,405,579 -"253016",123223,1469,3,408,1160 -"253017",123223,2300,3,408,565 -"253018",123223,2743,3,408,1278 -"253019",123223,3242,3,408,1730 -"253020",123223,4084,3,408,2133 -"253021",123223,4191,3,408,2130 -"253022",123223,4980,3,408,2093 -"253023",123223,6740,3,408,2699 -"253024",123223,9607,3,408,2021 -"253025",123223,10130,2,408,2741 -"253026",123223,19516,3,408,2313 -"253027",123223,20563,3,408,2267 -"253028",123223,23506,3,408,1172 -"253029",123223,25129,3,408,2647 -"253030",123223,25643,3,408,1646 -"253031",123223,28731,3,408,955 -"253032",123223,31050,3,408,1491 -"253033",123223,34492,3,408,1798 -"253034",123223,34509,3,408,1973 -"253035",123223,40293,3,408,1671 -"253036",123223,45343,2,408,2360 -"253037",123223,50976,3,408,547 -"253038",123223,51022,3,408,1499 -"253039",123223,51410,2,408,2739 -"253040",123223,51987,3,408,1397 -"253041",123223,54158,3,408,1756 -"253042",123223,56171,3,408,1524 -"253043",123223,58035,3,408,1646 -"253044",123336,1428,3,225,742 -"253045",123336,2591,3,225,1949 -"253046",123336,5785,2,225,1261 -"253047",123336,6577,3,225,1951 -"253048",123336,14482,2,225,1573 -"253049",123336,17716,3,225,915 -"253050",123336,19621,3,225,725 -"253051",123336,21911,3,225,1184 -"253052",123336,25950,3,225,1618 -"253053",123336,28130,2,225,908 -"253054",123336,28131,3,225,1492 -"253055",123336,28731,3,225,955 -"253056",123336,30883,3,225,1629 -"253057",123336,31243,2,225,1355 -"253058",123336,35286,3,225,395 -"253059",123336,42747,3,225,1189 -"253060",123336,44921,3,225,550 -"253061",123336,50487,3,225,744 -"253062",123336,51616,3,225,761 -"253063",123336,53604,3,225,2489 -"253064",123336,54522,3,225,699 -"253065",123336,57150,3,225,1196 -"253066",123336,64502,3,225,1670 -"253067",123336,79371,3,225,1624 -"253068",123349,1691,3,901,1941 -"253069",123349,2166,3,901,2557 -"253070",123349,2208,3,901,2814 -"253071",123349,2269,3,901,984 -"253072",123349,6914,3,901,2668 -"253073",123349,10222,2,901,2212 -"253074",123349,14108,3,901,2012 -"253075",123349,14983,1,901,1047 -"253076",123349,18277,3,901,2309 -"253077",123349,24198,3,901,2217 -"253078",123349,29115,3,901,1047 -"253079",123349,30386,3,901,1833 -"253080",123349,35481,2,901,2211 -"253081",123349,46512,3,901,1292 -"253082",123349,54250,3,901,2340 -"253083",123349,58221,3,901,1787 -"253084",123349,70605,2,901,1176 -"253085",123349,79657,3,901,1260 -"253086",123349,105685,3,901,2469 -"253087",123365,4222,3,184,190 -"253088",123365,49154,3,184,596 -"253089",123365,57405,3,184,2344 -"253090",123492,998,3,950,1795 -"253091",123492,9114,3,950,961 -"253092",123492,24807,1,950,2319 -"253093",123492,25508,3,950,2081 -"253094",123492,42747,3,950,1189 -"253095",123492,49677,3,950,1222 -"253096",123492,68960,3,950,1312 diff --git a/experiments/old_stuff/distances.py b/experiments/old_stuff/distances.py deleted file mode 100644 index 1834d36..0000000 --- a/experiments/old_stuff/distances.py +++ /dev/null @@ -1,42 +0,0 @@ -import networkx as nx -import sys -from collections import Counter - - -def build_graph(filename): - g = nx.Graph() - with open(filename) as fh: - fh.readline() - for line in fh: - i, j = map(lambda x: int(float(x)), line.strip().split(",")[1:]) - g.add_edge(i, j) - return g - - -def distances(g): - victims = set() - with open("vics.csv") as fh: - fh.readline() - for line in fh: - victims.add(int(line.strip().split(",")[1])) - level = 0 - seen = {} - nextlevel = {v: 1 for v in victims} - while level <= 3: - thislevel = nextlevel - nextlevel = {} - for v in thislevel: - if v not in seen: - seen[v] = level - nextlevel.update(g[v]) - level += 1 - return seen - - -if __name__ == "__main__": - g = build_graph(sys.argv[1]) - print g.number_of_nodes(), g.number_of_edges() - cnt = Counter() - for v, d in distances(g).iteritems(): - cnt[d] += 1 - print cnt.most_common() diff --git a/experiments/old_stuff/el.csv b/experiments/old_stuff/el.csv deleted file mode 100644 index d8bf6fb..0000000 --- a/experiments/old_stuff/el.csv +++ /dev/null @@ -1,366515 +0,0 @@ -"","V1","V2" -"1",1,3757 -"2",1,4893 -"3",1,4898 -"4",1,5216 -"5",1,12366 -"6",1,17058 -"7",1,22128 -"8",1,22225 -"9",1,22879 -"10",1,24524 -"11",1,42360 -"12",1,42402 -"13",1,43439 -"14",1,44004 -"15",1,49503 -"16",1,50189 -"17",1,53923 -"18",1,60336 -"19",1,60337 -"20",1,63795 -"21",1,67409 -"22",1,68694 -"23",1,95281 -"24",2,1290 -"25",2,1331 -"26",2,79282 -"27",2,79486 -"28",2,107750 -"29",2,107756 -"30",2,109902 -"31",3,644 -"32",3,2115 -"33",3,11114 -"34",3,20951 -"35",3,53057 -"36",3,69621 -"37",3,90638 -"38",4,6 -"39",4,187 -"40",4,470 -"41",4,10408 -"42",4,52862 -"43",5,65111 -"44",6,187 -"45",6,470 -"46",6,618 -"47",6,4274 -"48",6,7228 -"49",6,11671 -"50",6,11738 -"51",6,12170 -"52",6,16400 -"53",6,21049 -"54",6,23217 -"55",6,28115 -"56",6,32579 -"57",6,35992 -"58",6,37407 -"59",6,37416 -"60",6,37436 -"61",6,37462 -"62",6,37559 -"63",6,40068 -"64",6,40466 -"65",6,40522 -"66",6,40559 -"67",6,40616 -"68",6,40862 -"69",6,49589 -"70",6,50377 -"71",6,54080 -"72",6,54751 -"73",6,59244 -"74",6,59342 -"75",6,60444 -"76",6,65016 -"77",6,65018 -"78",6,73495 -"79",7,5249 -"80",7,15200 -"81",7,28581 -"82",7,39828 -"83",7,54450 -"84",7,88579 -"85",7,90548 -"86",7,102135 -"87",7,107733 -"88",8,11308 -"89",9,44 -"90",9,59 -"91",9,715 -"92",9,791 -"93",10,27537 -"94",10,62041 -"95",10,75536 -"96",10,89906 -"97",10,105734 -"98",10,108856 -"99",10,109479 -"100",10,110084 -"101",11,326 -"102",11,2646 -"103",11,2665 -"104",11,2685 -"105",11,3093 -"106",11,3169 -"107",11,3183 -"108",11,3228 -"109",11,3249 -"110",11,3288 -"111",11,5380 -"112",11,9368 -"113",11,9405 -"114",11,9439 -"115",11,9492 -"116",11,20452 -"117",11,36064 -"118",11,44207 -"119",12,7977 -"120",12,10504 -"121",12,36932 -"122",12,37530 -"123",12,108753 -"124",12,111848 -"125",12,113522 -"126",13,41150 -"127",14,719 -"128",14,915 -"129",14,3499 -"130",14,4777 -"131",14,8115 -"132",14,12245 -"133",14,23759 -"134",14,26647 -"135",14,30827 -"136",14,30850 -"137",14,32064 -"138",14,37732 -"139",14,40146 -"140",14,44021 -"141",14,55867 -"142",14,58520 -"143",14,75028 -"144",14,111568 -"145",14,115319 -"146",14,115790 -"147",14,115794 -"148",14,115805 -"149",15,1572 -"150",15,2260 -"151",15,2642 -"152",15,25221 -"153",15,31149 -"154",15,34345 -"155",15,60645 -"156",16,76917 -"157",17,726 -"158",17,14903 -"159",17,15307 -"160",17,15626 -"161",17,22687 -"162",17,24828 -"163",17,24924 -"164",17,31100 -"165",17,39171 -"166",17,45148 -"167",17,55549 -"168",17,76668 -"169",17,83473 -"170",17,90989 -"171",17,93185 -"172",17,118580 -"173",17,120265 -"174",17,120935 -"175",17,122377 -"176",18,16223 -"177",18,35296 -"178",18,41687 -"179",18,102283 -"180",19,30065 -"181",19,38829 -"182",20,51207 -"183",20,67507 -"184",20,94982 -"185",20,98241 -"186",20,113774 -"187",20,113775 -"188",21,1108 -"189",21,2771 -"190",21,6633 -"191",21,11371 -"192",21,12814 -"193",21,14642 -"194",21,16412 -"195",21,20138 -"196",21,30042 -"197",21,37522 -"198",21,39572 -"199",21,48055 -"200",21,55744 -"201",21,79074 -"202",21,84975 -"203",21,85816 -"204",21,113652 -"205",22,7423 -"206",22,10631 -"207",22,15255 -"208",22,39302 -"209",22,46422 -"210",22,53667 -"211",22,82904 -"212",22,97843 -"213",22,98428 -"214",22,101933 -"215",22,103465 -"216",22,110049 -"217",22,110052 -"218",22,110166 -"219",22,114669 -"220",22,117153 -"221",23,5041 -"222",23,23274 -"223",23,26309 -"224",23,26659 -"225",23,29050 -"226",23,76009 -"227",23,87880 -"228",23,98383 -"229",23,98544 -"230",24,15122 -"231",24,19096 -"232",24,64200 -"233",24,69867 -"234",25,10376 -"235",25,18181 -"236",25,23664 -"237",25,23746 -"238",25,39662 -"239",26,2115 -"240",26,3190 -"241",26,9110 -"242",26,9686 -"243",26,15276 -"244",26,15593 -"245",26,23050 -"246",26,25090 -"247",26,29281 -"248",26,29377 -"249",26,45887 -"250",26,74078 -"251",26,107346 -"252",27,354 -"253",27,10926 -"254",28,1054 -"255",28,4478 -"256",28,5651 -"257",28,7565 -"258",28,14263 -"259",28,14440 -"260",28,15090 -"261",28,15253 -"262",28,16706 -"263",28,20382 -"264",28,21455 -"265",28,24306 -"266",28,25447 -"267",28,25920 -"268",28,26197 -"269",28,26310 -"270",28,28408 -"271",28,29373 -"272",28,33978 -"273",28,43525 -"274",28,49798 -"275",28,57239 -"276",28,57346 -"277",28,68093 -"278",28,69229 -"279",28,71609 -"280",28,72270 -"281",28,73037 -"282",28,79586 -"283",28,83507 -"284",28,103335 -"285",28,114724 -"286",29,1525 -"287",29,1547 -"288",30,48 -"289",30,759 -"290",30,9243 -"291",31,20264 -"292",31,25089 -"293",31,25099 -"294",31,43626 -"295",31,54778 -"296",31,60383 -"297",31,77472 -"298",32,1983 -"299",32,2068 -"300",32,2115 -"301",32,3276 -"302",32,3635 -"303",32,3833 -"304",32,3855 -"305",32,4581 -"306",32,5686 -"307",32,7259 -"308",32,7713 -"309",32,8197 -"310",32,9686 -"311",32,15043 -"312",32,15104 -"313",32,15195 -"314",32,15430 -"315",32,16381 -"316",32,16949 -"317",32,18514 -"318",32,20117 -"319",32,20443 -"320",32,21487 -"321",32,22299 -"322",32,23938 -"323",32,24250 -"324",32,26275 -"325",32,26682 -"326",32,29281 -"327",32,29741 -"328",32,30876 -"329",32,32393 -"330",32,32939 -"331",32,33113 -"332",32,38494 -"333",32,38932 -"334",32,40643 -"335",32,42017 -"336",32,42107 -"337",32,45787 -"338",32,47083 -"339",32,47767 -"340",32,49231 -"341",32,50061 -"342",32,52450 -"343",32,54059 -"344",32,55370 -"345",32,57804 -"346",32,59615 -"347",32,59940 -"348",32,67363 -"349",32,71137 -"350",32,71230 -"351",32,73421 -"352",32,76278 -"353",32,76740 -"354",32,76786 -"355",32,77272 -"356",32,77357 -"357",32,77402 -"358",32,78248 -"359",32,78255 -"360",32,78339 -"361",32,78445 -"362",32,79022 -"363",32,79716 -"364",32,79989 -"365",32,80281 -"366",32,81728 -"367",32,82196 -"368",32,82383 -"369",32,82810 -"370",32,82854 -"371",32,83853 -"372",32,83884 -"373",32,84379 -"374",32,84613 -"375",32,85465 -"376",32,85610 -"377",32,86351 -"378",32,86450 -"379",32,86451 -"380",32,86882 -"381",32,87175 -"382",32,87305 -"383",32,87451 -"384",32,87521 -"385",32,87572 -"386",32,87663 -"387",32,87721 -"388",32,87862 -"389",32,88991 -"390",32,99433 -"391",32,109925 -"392",33,29244 -"393",34,860 -"394",34,2190 -"395",34,2831 -"396",34,8596 -"397",34,14717 -"398",34,83899 -"399",35,772 -"400",35,3674 -"401",35,25654 -"402",35,37008 -"403",35,37133 -"404",35,37776 -"405",35,40902 -"406",35,52216 -"407",35,66369 -"408",35,88869 -"409",35,89587 -"410",35,92618 -"411",35,107987 -"412",36,29951 -"413",37,88 -"414",38,22701 -"415",39,20070 -"416",40,692 -"417",40,5096 -"418",40,78795 -"419",40,84824 -"420",40,114221 -"421",41,3901 -"422",41,7412 -"423",41,21189 -"424",41,28286 -"425",41,29175 -"426",41,29373 -"427",41,40263 -"428",41,49831 -"429",41,97454 -"430",41,97563 -"431",41,108861 -"432",42,60 -"433",42,803 -"434",42,1676 -"435",42,16497 -"436",42,17240 -"437",42,26608 -"438",42,41272 -"439",43,468 -"440",43,5882 -"441",43,11528 -"442",43,13602 -"443",43,18188 -"444",43,26457 -"445",43,53659 -"446",43,54428 -"447",43,63538 -"448",43,83603 -"449",44,59 -"450",44,715 -"451",44,791 -"452",45,64289 -"453",46,685 -"454",46,2747 -"455",46,6808 -"456",46,12323 -"457",46,15311 -"458",46,36099 -"459",46,40396 -"460",46,51646 -"461",47,5774 -"462",47,16827 -"463",47,36338 -"464",47,50901 -"465",47,65670 -"466",47,65835 -"467",47,67795 -"468",47,70215 -"469",47,88712 -"470",47,89853 -"471",47,90687 -"472",48,759 -"473",48,4960 -"474",48,5827 -"475",48,11944 -"476",48,16269 -"477",49,41773 -"478",49,43887 -"479",50,14639 -"480",50,21660 -"481",50,47255 -"482",50,47370 -"483",51,11746 -"484",51,19101 -"485",51,21198 -"486",51,31539 -"487",51,43385 -"488",51,47362 -"489",51,63237 -"490",51,76285 -"491",51,94262 -"492",51,111287 -"493",52,37410 -"494",52,38710 -"495",52,40599 -"496",52,48568 -"497",53,7208 -"498",53,32574 -"499",53,36146 -"500",53,49406 -"501",53,109747 -"502",54,614 -"503",54,4868 -"504",54,6977 -"505",54,7338 -"506",54,13013 -"507",54,32870 -"508",55,3385 -"509",55,3506 -"510",55,4403 -"511",55,6621 -"512",55,50644 -"513",55,57244 -"514",55,70829 -"515",56,936 -"516",56,1532 -"517",56,11706 -"518",56,41328 -"519",56,53426 -"520",56,60739 -"521",56,66343 -"522",56,75643 -"523",56,78642 -"524",56,88252 -"525",56,94667 -"526",56,106315 -"527",56,122804 -"528",57,4136 -"529",57,4490 -"530",57,4564 -"531",57,4657 -"532",57,5193 -"533",57,7215 -"534",57,24009 -"535",57,27773 -"536",57,29825 -"537",57,34371 -"538",57,44334 -"539",57,44494 -"540",57,54968 -"541",57,56390 -"542",58,1343 -"543",58,12884 -"544",59,715 -"545",59,791 -"546",60,803 -"547",60,1676 -"548",60,19528 -"549",61,781 -"550",61,3222 -"551",61,3250 -"552",61,31189 -"553",61,36650 -"554",61,42180 -"555",61,46898 -"556",61,64206 -"557",61,82204 -"558",61,86586 -"559",61,87538 -"560",61,87557 -"561",61,87683 -"562",62,63 -"563",62,186 -"564",62,431 -"565",62,5263 -"566",62,88052 -"567",62,95547 -"568",63,186 -"569",63,431 -"570",63,28004 -"571",63,40446 -"572",63,56597 -"573",63,75813 -"574",63,85374 -"575",64,800 -"576",64,63417 -"577",65,5863 -"578",65,53283 -"579",65,56231 -"580",65,56721 -"581",65,56722 -"582",65,85497 -"583",66,724 -"584",67,3475 -"585",67,4029 -"586",67,14412 -"587",67,16861 -"588",67,25626 -"589",67,26154 -"590",67,26626 -"591",67,26635 -"592",67,26829 -"593",67,28947 -"594",67,46552 -"595",67,57308 -"596",68,9876 -"597",68,14790 -"598",68,16383 -"599",68,28120 -"600",68,34765 -"601",68,42824 -"602",68,42825 -"603",68,42876 -"604",68,42907 -"605",68,54976 -"606",68,59877 -"607",68,59890 -"608",68,67864 -"609",68,74678 -"610",68,74752 -"611",68,74767 -"612",68,74777 -"613",68,74778 -"614",68,74794 -"615",69,34527 -"616",69,79361 -"617",70,1545 -"618",70,5810 -"619",71,4479 -"620",71,117008 -"621",71,118697 -"622",72,711 -"623",72,712 -"624",72,758 -"625",72,94999 -"626",72,104120 -"627",72,110743 -"628",72,113856 -"629",73,9793 -"630",73,14361 -"631",73,23339 -"632",73,37107 -"633",73,45885 -"634",73,76393 -"635",73,95070 -"636",73,100370 -"637",74,75 -"638",74,11732 -"639",74,31255 -"640",74,37153 -"641",75,114401 -"642",76,1315 -"643",76,17200 -"644",76,20156 -"645",76,21603 -"646",76,42680 -"647",76,42755 -"648",76,48893 -"649",76,48894 -"650",76,57629 -"651",77,375 -"652",77,7380 -"653",77,29220 -"654",77,50288 -"655",78,46769 -"656",78,60518 -"657",78,87220 -"658",78,119673 -"659",78,122718 -"660",79,184 -"661",80,127 -"662",80,511 -"663",80,2871 -"664",80,7499 -"665",80,10250 -"666",80,18645 -"667",80,26668 -"668",80,33103 -"669",80,34845 -"670",80,45845 -"671",80,52697 -"672",80,81121 -"673",80,87602 -"674",80,102545 -"675",80,102728 -"676",80,104498 -"677",80,118382 -"678",81,13094 -"679",81,13955 -"680",81,52939 -"681",81,53552 -"682",81,78426 -"683",81,106851 -"684",82,1500 -"685",82,4378 -"686",82,33811 -"687",82,77865 -"688",82,91928 -"689",82,104560 -"690",83,573 -"691",83,600 -"692",83,5451 -"693",83,6517 -"694",83,23705 -"695",83,27837 -"696",83,31072 -"697",83,34920 -"698",83,41739 -"699",83,43634 -"700",83,52927 -"701",83,54158 -"702",83,71644 -"703",83,95782 -"704",83,108141 -"705",83,108686 -"706",83,114470 -"707",84,765 -"708",84,1115 -"709",84,10947 -"710",84,17782 -"711",84,21284 -"712",84,21315 -"713",84,21367 -"714",84,21516 -"715",84,28454 -"716",84,53314 -"717",84,82147 -"718",84,85530 -"719",84,85583 -"720",85,155 -"721",85,185 -"722",85,6559 -"723",85,6566 -"724",85,8612 -"725",86,117 -"726",86,5384 -"727",86,17079 -"728",86,20772 -"729",86,33974 -"730",86,39312 -"731",86,47607 -"732",87,120 -"733",88,8339 -"734",89,15539 -"735",90,91 -"736",90,124 -"737",90,790 -"738",90,57627 -"739",90,68897 -"740",91,124 -"741",91,790 -"742",91,5975 -"743",91,40079 -"744",91,57627 -"745",91,68897 -"746",91,88581 -"747",91,95542 -"748",92,105 -"749",93,49139 -"750",93,61746 -"751",93,64676 -"752",94,160 -"753",94,3456 -"754",94,5484 -"755",94,6277 -"756",94,7478 -"757",94,14622 -"758",94,17310 -"759",94,20528 -"760",94,38638 -"761",94,46510 -"762",94,82252 -"763",95,3818 -"764",95,9087 -"765",95,32571 -"766",95,78027 -"767",96,10284 -"768",96,57137 -"769",96,70492 -"770",96,71350 -"771",96,87335 -"772",97,529 -"773",97,41934 -"774",98,4326 -"775",98,5970 -"776",98,6013 -"777",99,119 -"778",99,3190 -"779",99,4352 -"780",99,4609 -"781",99,6883 -"782",99,9686 -"783",99,10317 -"784",99,10453 -"785",99,11829 -"786",99,13700 -"787",99,17053 -"788",99,19655 -"789",99,20697 -"790",99,21474 -"791",99,32458 -"792",99,34079 -"793",99,34205 -"794",99,40564 -"795",99,40653 -"796",99,41436 -"797",99,43696 -"798",99,45887 -"799",99,49806 -"800",99,52198 -"801",99,52370 -"802",99,71462 -"803",99,72851 -"804",99,77333 -"805",99,82417 -"806",99,85974 -"807",100,847 -"808",100,13071 -"809",100,13391 -"810",100,13474 -"811",100,13477 -"812",100,13513 -"813",100,13536 -"814",100,23852 -"815",100,88085 -"816",101,169 -"817",101,3207 -"818",101,21700 -"819",101,37168 -"820",101,86771 -"821",102,6626 -"822",102,9855 -"823",102,90149 -"824",102,90160 -"825",102,93049 -"826",102,97493 -"827",103,194 -"828",104,135 -"829",104,10159 -"830",104,31050 -"831",104,41739 -"832",104,51292 -"833",104,53196 -"834",104,54553 -"835",104,54980 -"836",104,65625 -"837",104,70908 -"838",104,74628 -"839",104,75310 -"840",104,76629 -"841",104,84940 -"842",104,92081 -"843",104,94624 -"844",104,100226 -"845",104,105947 -"846",105,3810 -"847",105,11492 -"848",105,23907 -"849",105,26821 -"850",105,28374 -"851",105,37605 -"852",105,37812 -"853",105,47381 -"854",105,57649 -"855",105,59287 -"856",105,61667 -"857",105,62997 -"858",105,63658 -"859",105,65383 -"860",105,70997 -"861",105,73865 -"862",105,73990 -"863",105,81231 -"864",105,82448 -"865",105,94467 -"866",105,98843 -"867",105,98924 -"868",105,106615 -"869",105,107569 -"870",105,119963 -"871",106,37658 -"872",106,37903 -"873",106,64258 -"874",106,76057 -"875",107,34646 -"876",107,34683 -"877",107,34687 -"878",108,153 -"879",108,2120 -"880",108,4309 -"881",108,4384 -"882",108,6278 -"883",108,9549 -"884",108,10916 -"885",108,16357 -"886",108,18373 -"887",108,24311 -"888",108,26081 -"889",108,34042 -"890",108,34557 -"891",108,36304 -"892",108,36942 -"893",108,39030 -"894",108,46624 -"895",108,47200 -"896",108,48464 -"897",108,49507 -"898",108,68012 -"899",108,72296 -"900",108,77280 -"901",108,81090 -"902",108,85343 -"903",108,88135 -"904",108,115067 -"905",109,811 -"906",109,1743 -"907",109,3479 -"908",109,24719 -"909",109,28535 -"910",109,33136 -"911",109,36808 -"912",109,50479 -"913",109,53144 -"914",109,55422 -"915",109,82076 -"916",109,105321 -"917",109,105341 -"918",110,1998 -"919",110,2053 -"920",110,2078 -"921",110,2527 -"922",110,2556 -"923",110,3102 -"924",110,3477 -"925",110,5301 -"926",110,5526 -"927",110,5806 -"928",110,5905 -"929",110,6053 -"930",110,6063 -"931",110,6254 -"932",110,6373 -"933",110,6560 -"934",110,6575 -"935",110,7581 -"936",110,8307 -"937",110,8534 -"938",110,9366 -"939",110,11766 -"940",110,12735 -"941",110,12779 -"942",110,13360 -"943",110,13501 -"944",110,13942 -"945",110,15027 -"946",110,15185 -"947",110,15216 -"948",110,15964 -"949",110,16252 -"950",110,16872 -"951",110,17145 -"952",110,17508 -"953",110,18060 -"954",110,18217 -"955",110,22462 -"956",110,22823 -"957",110,23147 -"958",110,23421 -"959",110,23632 -"960",110,23953 -"961",110,24495 -"962",110,24710 -"963",110,25143 -"964",110,25303 -"965",110,25664 -"966",110,26407 -"967",110,27174 -"968",110,27196 -"969",110,27710 -"970",110,28703 -"971",110,29253 -"972",110,29341 -"973",110,29560 -"974",110,29573 -"975",110,29868 -"976",110,32438 -"977",110,32967 -"978",110,33223 -"979",110,33881 -"980",110,34097 -"981",110,34330 -"982",110,34513 -"983",110,35400 -"984",110,36476 -"985",110,36547 -"986",110,36745 -"987",110,37821 -"988",110,37931 -"989",110,38319 -"990",110,39398 -"991",110,39492 -"992",110,40320 -"993",110,40373 -"994",110,40542 -"995",110,41182 -"996",110,42131 -"997",110,46843 -"998",110,48331 -"999",111,7950 -"1000",111,41675 -"1001",111,44160 -"1002",111,54606 -"1003",111,64070 -"1004",111,79033 -"1005",111,96229 -"1006",111,101655 -"1007",111,101657 -"1008",112,3682 -"1009",112,6335 -"1010",112,9133 -"1011",112,9153 -"1012",112,9234 -"1013",112,14064 -"1014",112,17889 -"1015",112,17947 -"1016",112,19896 -"1017",112,64391 -"1018",113,4165 -"1019",113,22321 -"1020",113,22439 -"1021",113,22449 -"1022",113,22593 -"1023",113,24827 -"1024",113,57115 -"1025",114,993 -"1026",114,34066 -"1027",114,46911 -"1028",114,87978 -"1029",114,87981 -"1030",115,116 -"1031",115,20178 -"1032",115,28168 -"1033",116,11036 -"1034",116,17390 -"1035",116,18875 -"1036",116,30416 -"1037",116,35000 -"1038",116,86141 -"1039",118,756 -"1040",118,12123 -"1041",118,18156 -"1042",118,25648 -"1043",118,27403 -"1044",118,29492 -"1045",118,31083 -"1046",118,33635 -"1047",118,42197 -"1048",118,62750 -"1049",118,68284 -"1050",118,90144 -"1051",118,94823 -"1052",118,102283 -"1053",118,110273 -"1054",118,110274 -"1055",118,110319 -"1056",118,112162 -"1057",119,13946 -"1058",119,71462 -"1059",119,85080 -"1060",119,85974 -"1061",120,50861 -"1062",120,50900 -"1063",120,51110 -"1064",120,94091 -"1065",121,452 -"1066",121,3715 -"1067",121,3827 -"1068",121,5154 -"1069",121,7557 -"1070",121,10805 -"1071",121,11752 -"1072",121,33927 -"1073",121,37992 -"1074",121,64806 -"1075",121,78700 -"1076",121,80879 -"1077",121,90227 -"1078",122,20576 -"1079",122,76654 -"1080",123,13196 -"1081",124,790 -"1082",124,19290 -"1083",124,20094 -"1084",124,57627 -"1085",124,68897 -"1086",125,717 -"1087",125,5114 -"1088",125,8753 -"1089",125,16441 -"1090",125,16505 -"1091",125,16506 -"1092",125,16944 -"1093",125,16965 -"1094",125,17079 -"1095",125,17215 -"1096",125,21130 -"1097",125,21299 -"1098",125,21358 -"1099",126,34129 -"1100",127,2870 -"1101",127,2871 -"1102",127,10250 -"1103",127,14033 -"1104",127,22376 -"1105",127,38354 -"1106",127,41651 -"1107",127,59701 -"1108",127,83633 -"1109",127,83659 -"1110",127,106346 -"1111",128,18063 -"1112",128,101900 -"1113",129,5722 -"1114",129,33312 -"1115",129,42859 -"1116",129,70891 -"1117",130,22151 -"1118",130,28846 -"1119",130,32849 -"1120",130,116762 -"1121",130,122516 -"1122",131,9328 -"1123",131,14442 -"1124",131,30566 -"1125",131,31180 -"1126",131,31281 -"1127",131,93015 -"1128",132,44047 -"1129",133,20254 -"1130",133,20346 -"1131",133,20507 -"1132",133,30130 -"1133",133,30137 -"1134",133,30145 -"1135",133,30229 -"1136",134,2400 -"1137",134,9150 -"1138",134,11927 -"1139",134,19976 -"1140",134,20492 -"1141",134,24507 -"1142",134,26636 -"1143",134,26721 -"1144",134,28018 -"1145",134,31122 -"1146",134,39003 -"1147",134,40139 -"1148",134,41190 -"1149",134,42959 -"1150",134,50328 -"1151",134,52871 -"1152",134,55978 -"1153",134,61067 -"1154",135,31050 -"1155",135,39341 -"1156",135,51292 -"1157",135,53196 -"1158",135,54553 -"1159",135,54980 -"1160",135,65625 -"1161",135,74628 -"1162",135,75310 -"1163",135,76629 -"1164",135,84940 -"1165",135,92081 -"1166",135,95782 -"1167",135,100226 -"1168",135,105947 -"1169",136,6487 -"1170",136,22508 -"1171",136,23093 -"1172",136,93730 -"1173",136,109147 -"1174",137,5340 -"1175",137,7280 -"1176",138,154 -"1177",138,98898 -"1178",139,578 -"1179",139,14149 -"1180",139,23709 -"1181",139,24385 -"1182",139,71971 -"1183",140,149 -"1184",140,167 -"1185",140,174 -"1186",140,6583 -"1187",140,101669 -"1188",141,10689 -"1189",141,15453 -"1190",141,16484 -"1191",141,39508 -"1192",141,47388 -"1193",141,53854 -"1194",141,63124 -"1195",142,509 -"1196",143,71563 -"1197",143,78542 -"1198",143,82948 -"1199",143,105977 -"1200",143,108644 -"1201",144,152 -"1202",144,1949 -"1203",144,9265 -"1204",144,22614 -"1205",144,27811 -"1206",144,29398 -"1207",144,42246 -"1208",144,43681 -"1209",144,45384 -"1210",144,50329 -"1211",144,51287 -"1212",144,52495 -"1213",144,53648 -"1214",144,55788 -"1215",144,67913 -"1216",144,80988 -"1217",144,97783 -"1218",144,108336 -"1219",145,146 -"1220",145,913 -"1221",145,4094 -"1222",145,7471 -"1223",145,8686 -"1224",145,8870 -"1225",145,8888 -"1226",145,9741 -"1227",145,13313 -"1228",145,14441 -"1229",145,15378 -"1230",145,17447 -"1231",145,19034 -"1232",145,19791 -"1233",145,23386 -"1234",145,31235 -"1235",145,47733 -"1236",145,75883 -"1237",145,75888 -"1238",145,75892 -"1239",145,75893 -"1240",145,75898 -"1241",145,79426 -"1242",146,1819 -"1243",146,3832 -"1244",146,5284 -"1245",146,6301 -"1246",146,6821 -"1247",146,9423 -"1248",146,11379 -"1249",146,12081 -"1250",146,13963 -"1251",146,14918 -"1252",146,17351 -"1253",146,17549 -"1254",146,18670 -"1255",146,20417 -"1256",146,20528 -"1257",146,20529 -"1258",146,20616 -"1259",146,20722 -"1260",146,20830 -"1261",146,21079 -"1262",146,25679 -"1263",146,38895 -"1264",146,40860 -"1265",146,41900 -"1266",146,58084 -"1267",146,62710 -"1268",146,73257 -"1269",146,80492 -"1270",147,19610 -"1271",147,64098 -"1272",147,76311 -"1273",147,78378 -"1274",147,99964 -"1275",147,102486 -"1276",147,115401 -"1277",148,9277 -"1278",148,18104 -"1279",148,25162 -"1280",148,38373 -"1281",148,48584 -"1282",149,167 -"1283",149,174 -"1284",149,20022 -"1285",149,34555 -"1286",149,65637 -"1287",149,69139 -"1288",149,78710 -"1289",149,94828 -"1290",150,6133 -"1291",150,8541 -"1292",150,10616 -"1293",150,19806 -"1294",150,23513 -"1295",150,56673 -"1296",151,1783 -"1297",151,11495 -"1298",151,22157 -"1299",151,26526 -"1300",151,28126 -"1301",151,84079 -"1302",151,95206 -"1303",152,8660 -"1304",152,8714 -"1305",152,14919 -"1306",152,26042 -"1307",152,43681 -"1308",152,45384 -"1309",152,53648 -"1310",152,53901 -"1311",152,54495 -"1312",152,55074 -"1313",152,56076 -"1314",152,65568 -"1315",152,74720 -"1316",152,80992 -"1317",152,101544 -"1318",153,4384 -"1319",153,6278 -"1320",153,22174 -"1321",153,49437 -"1322",153,66579 -"1323",153,70628 -"1324",153,74360 -"1325",153,82888 -"1326",153,116418 -"1327",154,3429 -"1328",155,185 -"1329",155,3950 -"1330",155,12747 -"1331",155,16149 -"1332",155,24919 -"1333",155,37037 -"1334",155,85744 -"1335",155,90831 -"1336",156,2264 -"1337",156,24164 -"1338",156,55570 -"1339",156,70905 -"1340",157,5180 -"1341",157,6133 -"1342",158,5973 -"1343",158,18132 -"1344",158,23652 -"1345",158,24755 -"1346",158,65123 -"1347",158,81465 -"1348",159,1649 -"1349",159,10737 -"1350",159,23018 -"1351",159,24729 -"1352",159,41822 -"1353",159,59025 -"1354",159,68011 -"1355",159,106044 -"1356",160,1641 -"1357",160,3147 -"1358",160,9086 -"1359",160,12469 -"1360",160,12473 -"1361",160,12813 -"1362",160,13072 -"1363",160,13868 -"1364",160,13881 -"1365",160,15848 -"1366",160,17351 -"1367",160,19894 -"1368",160,22129 -"1369",160,34865 -"1370",160,38722 -"1371",160,55829 -"1372",160,59495 -"1373",160,69833 -"1374",160,77611 -"1375",161,20951 -"1376",162,2106 -"1377",162,2800 -"1378",162,6587 -"1379",162,7405 -"1380",162,11727 -"1381",162,18873 -"1382",162,24743 -"1383",162,32323 -"1384",162,79827 -"1385",163,32230 -"1386",163,33354 -"1387",163,45067 -"1388",163,50461 -"1389",163,57070 -"1390",163,100692 -"1391",164,531 -"1392",164,4507 -"1393",164,14908 -"1394",164,70180 -"1395",164,86257 -"1396",164,86260 -"1397",165,528 -"1398",166,1232 -"1399",166,1289 -"1400",166,82577 -"1401",167,174 -"1402",167,16760 -"1403",167,29495 -"1404",167,59502 -"1405",167,89779 -"1406",168,510 -"1407",168,584 -"1408",169,48068 -"1409",169,48348 -"1410",169,114035 -"1411",170,67674 -"1412",170,67774 -"1413",170,77248 -"1414",171,2798 -"1415",171,13507 -"1416",171,20349 -"1417",171,26233 -"1418",171,38565 -"1419",171,42608 -"1420",171,57028 -"1421",171,57090 -"1422",171,68626 -"1423",171,69816 -"1424",171,72822 -"1425",171,78020 -"1426",171,91073 -"1427",171,112824 -"1428",171,112844 -"1429",171,112845 -"1430",172,597 -"1431",172,52647 -"1432",173,8905 -"1433",173,38246 -"1434",174,474 -"1435",174,1405 -"1436",174,3815 -"1437",174,3963 -"1438",174,3998 -"1439",174,5651 -"1440",174,6853 -"1441",174,15365 -"1442",174,15640 -"1443",174,20176 -"1444",174,22116 -"1445",174,26876 -"1446",174,27861 -"1447",174,29267 -"1448",174,31149 -"1449",174,35682 -"1450",174,35792 -"1451",174,44997 -"1452",174,46954 -"1453",174,47595 -"1454",174,59404 -"1455",174,60506 -"1456",174,66121 -"1457",174,68074 -"1458",174,72682 -"1459",174,85380 -"1460",174,106258 -"1461",174,114693 -"1462",175,84610 -"1463",176,20997 -"1464",176,21894 -"1465",177,32886 -"1466",177,47759 -"1467",177,62273 -"1468",177,100058 -"1469",178,81036 -"1470",179,13126 -"1471",179,17349 -"1472",179,20271 -"1473",179,30153 -"1474",179,38101 -"1475",179,60722 -"1476",179,62200 -"1477",179,64675 -"1478",179,74669 -"1479",179,77382 -"1480",179,88005 -"1481",179,88020 -"1482",179,93182 -"1483",179,94002 -"1484",179,98954 -"1485",180,198 -"1486",180,3538 -"1487",180,3683 -"1488",180,22106 -"1489",180,25115 -"1490",180,30308 -"1491",180,61616 -"1492",180,79935 -"1493",180,86530 -"1494",180,92477 -"1495",180,92500 -"1496",181,189 -"1497",181,716 -"1498",181,783 -"1499",181,1629 -"1500",181,2174 -"1501",181,3477 -"1502",181,3510 -"1503",181,4974 -"1504",181,5202 -"1505",181,5723 -"1506",181,5866 -"1507",181,7337 -"1508",181,7815 -"1509",181,10761 -"1510",181,11841 -"1511",181,14077 -"1512",181,14426 -"1513",181,14884 -"1514",181,18342 -"1515",181,22585 -"1516",181,22719 -"1517",181,22897 -"1518",181,23583 -"1519",181,24327 -"1520",181,30584 -"1521",181,31782 -"1522",181,33652 -"1523",181,33653 -"1524",181,33666 -"1525",181,33681 -"1526",181,33682 -"1527",181,33870 -"1528",181,36420 -"1529",181,36723 -"1530",181,43706 -"1531",181,50736 -"1532",181,50822 -"1533",181,53086 -"1534",181,58970 -"1535",181,60430 -"1536",181,63416 -"1537",181,64215 -"1538",181,67039 -"1539",181,76345 -"1540",181,76483 -"1541",181,78517 -"1542",181,81934 -"1543",181,89116 -"1544",181,90709 -"1545",181,99332 -"1546",182,9670 -"1547",182,13248 -"1548",182,13294 -"1549",182,13837 -"1550",182,52776 -"1551",182,81019 -"1552",182,82965 -"1553",182,98739 -"1554",182,101964 -"1555",183,11627 -"1556",183,65210 -"1557",184,30736 -"1558",185,1851 -"1559",185,18726 -"1560",185,25768 -"1561",185,31513 -"1562",185,43991 -"1563",185,68406 -"1564",185,69013 -"1565",185,86851 -"1566",185,89353 -"1567",185,89437 -"1568",185,95578 -"1569",186,431 -"1570",187,470 -"1571",188,12718 -"1572",188,33414 -"1573",188,56458 -"1574",188,62310 -"1575",188,62363 -"1576",188,68593 -"1577",189,632 -"1578",189,716 -"1579",189,783 -"1580",189,1104 -"1581",189,2157 -"1582",189,4974 -"1583",189,5866 -"1584",189,7337 -"1585",189,7512 -"1586",189,7815 -"1587",189,10761 -"1588",189,10901 -"1589",189,11841 -"1590",189,12159 -"1591",189,14396 -"1592",189,14426 -"1593",189,14513 -"1594",189,15226 -"1595",189,18342 -"1596",189,19258 -"1597",189,22428 -"1598",189,22585 -"1599",189,24327 -"1600",189,30584 -"1601",189,31403 -"1602",189,38452 -"1603",189,43706 -"1604",189,47460 -"1605",189,50216 -"1606",189,50736 -"1607",189,51927 -"1608",189,56100 -"1609",189,58970 -"1610",189,60430 -"1611",189,67039 -"1612",189,73278 -"1613",189,82499 -"1614",189,83673 -"1615",189,84533 -"1616",189,88128 -"1617",189,89185 -"1618",189,90709 -"1619",189,97026 -"1620",189,99332 -"1621",190,191 -"1622",190,784 -"1623",190,7107 -"1624",190,7172 -"1625",190,12665 -"1626",190,16388 -"1627",190,20394 -"1628",190,20454 -"1629",190,46210 -"1630",190,53802 -"1631",191,784 -"1632",191,2350 -"1633",191,6150 -"1634",191,22214 -"1635",191,29099 -"1636",191,103215 -"1637",191,119259 -"1638",191,121013 -"1639",192,4668 -"1640",192,8133 -"1641",192,10365 -"1642",192,11877 -"1643",192,13832 -"1644",193,24138 -"1645",193,102457 -"1646",194,30046 -"1647",194,31770 -"1648",194,37798 -"1649",194,38785 -"1650",195,10808 -"1651",195,100561 -"1652",196,527 -"1653",196,3385 -"1654",196,3506 -"1655",196,11361 -"1656",196,24659 -"1657",196,28386 -"1658",196,41408 -"1659",196,54953 -"1660",196,89180 -"1661",196,106754 -"1662",197,270 -"1663",197,277 -"1664",197,608 -"1665",197,983 -"1666",197,1051 -"1667",197,1124 -"1668",197,1144 -"1669",197,1336 -"1670",197,1435 -"1671",197,2019 -"1672",197,10488 -"1673",197,13533 -"1674",197,14666 -"1675",197,18394 -"1676",197,21330 -"1677",197,24025 -"1678",197,27497 -"1679",197,27586 -"1680",197,32131 -"1681",197,32296 -"1682",197,34051 -"1683",197,37764 -"1684",197,40072 -"1685",197,42190 -"1686",197,45352 -"1687",197,46266 -"1688",197,49084 -"1689",197,50236 -"1690",197,60878 -"1691",197,64647 -"1692",197,78058 -"1693",197,80422 -"1694",197,96695 -"1695",197,96699 -"1696",198,11836 -"1697",199,11451 -"1698",199,60696 -"1699",199,81383 -"1700",199,93278 -"1701",199,108393 -"1702",200,5017 -"1703",200,15338 -"1704",200,17326 -"1705",200,25205 -"1706",200,25814 -"1707",200,30019 -"1708",200,36297 -"1709",200,37424 -"1710",200,40451 -"1711",200,42616 -"1712",200,56963 -"1713",200,57557 -"1714",200,57709 -"1715",200,61456 -"1716",200,96448 -"1717",201,227 -"1718",201,261 -"1719",201,8311 -"1720",201,10087 -"1721",201,33491 -"1722",201,57325 -"1723",201,84693 -"1724",201,85590 -"1725",201,107902 -"1726",201,108116 -"1727",202,21780 -"1728",202,26837 -"1729",202,43861 -"1730",202,53921 -"1731",202,77505 -"1732",202,77523 -"1733",202,77582 -"1734",202,86601 -"1735",202,86944 -"1736",202,93706 -"1737",202,99531 -"1738",202,99537 -"1739",202,99548 -"1740",202,103912 -"1741",203,252 -"1742",203,3220 -"1743",203,3668 -"1744",203,7663 -"1745",203,7801 -"1746",203,8183 -"1747",203,8345 -"1748",203,15929 -"1749",203,33119 -"1750",203,33635 -"1751",203,37260 -"1752",203,37606 -"1753",203,43046 -"1754",203,48996 -"1755",203,51955 -"1756",203,52125 -"1757",203,52492 -"1758",203,54272 -"1759",203,62141 -"1760",203,62278 -"1761",203,69536 -"1762",203,71124 -"1763",203,71932 -"1764",203,74456 -"1765",203,76964 -"1766",203,78753 -"1767",203,90922 -"1768",203,92713 -"1769",203,97317 -"1770",203,98948 -"1771",203,101005 -"1772",203,101832 -"1773",203,108699 -"1774",203,109375 -"1775",203,117158 -"1776",204,269 -"1777",204,105434 -"1778",205,4217 -"1779",205,12278 -"1780",205,13236 -"1781",205,16539 -"1782",205,42515 -"1783",205,42523 -"1784",205,76646 -"1785",205,82893 -"1786",205,85189 -"1787",206,1036 -"1788",206,1092 -"1789",206,5388 -"1790",206,5429 -"1791",206,9683 -"1792",206,11055 -"1793",206,11123 -"1794",207,17840 -"1795",207,20043 -"1796",207,21018 -"1797",207,21458 -"1798",207,22133 -"1799",207,27189 -"1800",207,27952 -"1801",207,31831 -"1802",207,41662 -"1803",207,46030 -"1804",207,46358 -"1805",207,46392 -"1806",207,47994 -"1807",207,68853 -"1808",207,74573 -"1809",207,89195 -"1810",208,268 -"1811",208,477 -"1812",208,64091 -"1813",209,1924 -"1814",209,22874 -"1815",209,30673 -"1816",209,31967 -"1817",209,34314 -"1818",209,43654 -"1819",209,63278 -"1820",209,79364 -"1821",209,90845 -"1822",209,90873 -"1823",209,108718 -"1824",209,120081 -"1825",210,348 -"1826",210,11876 -"1827",210,20336 -"1828",210,21093 -"1829",210,22346 -"1830",210,32704 -"1831",210,33082 -"1832",210,80691 -"1833",210,84839 -"1834",211,1112 -"1835",211,3798 -"1836",211,7343 -"1837",211,12452 -"1838",211,15343 -"1839",211,15693 -"1840",211,15888 -"1841",211,17021 -"1842",211,23594 -"1843",211,27047 -"1844",211,29834 -"1845",211,29845 -"1846",211,29882 -"1847",211,29894 -"1848",211,30007 -"1849",212,2244 -"1850",212,6718 -"1851",212,7637 -"1852",212,14495 -"1853",212,19920 -"1854",212,21672 -"1855",212,21693 -"1856",212,22326 -"1857",212,22362 -"1858",212,22432 -"1859",212,22480 -"1860",212,25305 -"1861",212,26430 -"1862",212,28674 -"1863",212,29954 -"1864",212,29987 -"1865",212,30031 -"1866",212,41036 -"1867",212,44500 -"1868",212,57055 -"1869",212,57100 -"1870",212,57112 -"1871",212,57148 -"1872",212,70217 -"1873",213,8116 -"1874",213,21058 -"1875",213,54111 -"1876",214,292 -"1877",214,35541 -"1878",214,60863 -"1879",214,112670 -"1880",214,112692 -"1881",215,228 -"1882",215,234 -"1883",215,275 -"1884",215,10249 -"1885",215,12103 -"1886",215,19597 -"1887",215,25114 -"1888",215,30906 -"1889",215,33831 -"1890",215,54680 -"1891",215,54840 -"1892",215,58456 -"1893",215,66517 -"1894",215,70443 -"1895",215,70467 -"1896",215,74979 -"1897",216,787 -"1898",216,807 -"1899",216,15238 -"1900",216,32531 -"1901",216,41200 -"1902",216,42128 -"1903",216,45138 -"1904",216,47385 -"1905",216,49649 -"1906",216,55817 -"1907",216,62487 -"1908",216,63988 -"1909",216,76858 -"1910",216,79502 -"1911",216,101258 -"1912",216,120259 -"1913",217,568 -"1914",218,235 -"1915",219,10027 -"1916",219,10794 -"1917",219,28049 -"1918",219,32791 -"1919",219,32799 -"1920",219,32816 -"1921",219,32846 -"1922",219,32873 -"1923",219,32887 -"1924",219,32910 -"1925",219,32942 -"1926",219,32987 -"1927",219,33050 -"1928",219,33051 -"1929",219,33109 -"1930",219,47649 -"1931",220,481 -"1932",220,705 -"1933",221,12505 -"1934",221,14050 -"1935",221,106806 -"1936",222,274 -"1937",222,569 -"1938",222,6716 -"1939",222,9351 -"1940",222,41072 -"1941",222,88773 -"1942",222,110451 -"1943",222,110477 -"1944",223,8483 -"1945",223,15258 -"1946",223,37297 -"1947",223,44749 -"1948",223,47638 -"1949",223,51044 -"1950",223,51683 -"1951",223,51725 -"1952",223,52606 -"1953",223,57356 -"1954",223,64621 -"1955",223,66118 -"1956",223,71399 -"1957",224,58230 -"1958",225,8205 -"1959",225,8678 -"1960",225,12053 -"1961",225,30355 -"1962",225,45322 -"1963",225,53721 -"1964",226,684 -"1965",226,74930 -"1966",226,80891 -"1967",226,101266 -"1968",227,261 -"1969",227,6857 -"1970",227,8908 -"1971",227,9597 -"1972",227,31608 -"1973",227,38650 -"1974",227,66371 -"1975",227,76632 -"1976",227,81982 -"1977",227,90304 -"1978",227,105779 -"1979",227,106049 -"1980",227,119764 -"1981",227,120656 -"1982",227,120894 -"1983",228,234 -"1984",228,275 -"1985",228,12372 -"1986",228,12775 -"1987",228,12976 -"1988",229,305 -"1989",229,306 -"1990",230,41559 -"1991",230,50946 -"1992",231,254 -"1993",231,32318 -"1994",231,66625 -"1995",231,96080 -"1996",232,3608 -"1997",232,4433 -"1998",232,9659 -"1999",232,19422 -"2000",232,28369 -"2001",232,29037 -"2002",232,42212 -"2003",232,62183 -"2004",232,65362 -"2005",232,81722 -"2006",232,84770 -"2007",232,99136 -"2008",232,101117 -"2009",232,109262 -"2010",232,110196 -"2011",232,110216 -"2012",232,118496 -"2013",233,420 -"2014",233,4814 -"2015",233,24306 -"2016",233,50750 -"2017",233,65175 -"2018",233,91493 -"2019",234,275 -"2020",234,19597 -"2021",234,25114 -"2022",234,30906 -"2023",234,33831 -"2024",234,36739 -"2025",234,59834 -"2026",234,60572 -"2027",235,1388 -"2028",235,10202 -"2029",235,11572 -"2030",235,28162 -"2031",235,50819 -"2032",235,56464 -"2033",235,62324 -"2034",235,98094 -"2035",236,19118 -"2036",236,43991 -"2037",236,58878 -"2038",237,448 -"2039",237,1325 -"2040",237,1726 -"2041",237,2079 -"2042",237,6355 -"2043",237,9444 -"2044",237,13146 -"2045",237,20745 -"2046",237,20892 -"2047",237,21624 -"2048",237,23816 -"2049",237,30559 -"2050",237,32159 -"2051",237,35694 -"2052",237,38082 -"2053",237,39421 -"2054",237,39979 -"2055",237,42066 -"2056",237,47646 -"2057",237,50197 -"2058",237,50989 -"2059",237,55019 -"2060",237,55318 -"2061",237,56306 -"2062",237,58421 -"2063",237,58759 -"2064",237,59657 -"2065",237,64492 -"2066",237,75598 -"2067",237,78359 -"2068",237,85941 -"2069",237,111558 -"2070",238,307 -"2071",238,38377 -"2072",239,706 -"2073",239,28205 -"2074",239,92997 -"2075",239,115199 -"2076",239,118599 -"2077",240,77223 -"2078",240,113466 -"2079",241,9756 -"2080",241,16720 -"2081",241,20902 -"2082",241,23101 -"2083",241,39656 -"2084",241,40283 -"2085",241,49974 -"2086",241,53190 -"2087",241,58036 -"2088",241,69366 -"2089",241,72900 -"2090",241,75469 -"2091",241,86434 -"2092",241,94790 -"2093",241,97248 -"2094",241,97267 -"2095",241,97270 -"2096",241,97636 -"2097",241,99576 -"2098",242,29212 -"2099",242,55843 -"2100",242,62764 -"2101",242,77052 -"2102",242,85443 -"2103",242,93814 -"2104",242,99582 -"2105",243,266 -"2106",243,14334 -"2107",243,75788 -"2108",244,21090 -"2109",245,15954 -"2110",245,71793 -"2111",245,108494 -"2112",245,108524 -"2113",245,108545 -"2114",246,51444 -"2115",246,66307 -"2116",246,81406 -"2117",246,83044 -"2118",246,88722 -"2119",247,64090 -"2120",247,84066 -"2121",248,1751 -"2122",248,3242 -"2123",248,4050 -"2124",248,4098 -"2125",248,16074 -"2126",248,16164 -"2127",248,20563 -"2128",248,27753 -"2129",248,31423 -"2130",248,31492 -"2131",248,34492 -"2132",248,39058 -"2133",248,39714 -"2134",248,44319 -"2135",248,44858 -"2136",248,48277 -"2137",248,51349 -"2138",248,51654 -"2139",248,57105 -"2140",248,58035 -"2141",248,64615 -"2142",248,65565 -"2143",248,79676 -"2144",248,83165 -"2145",248,83906 -"2146",248,83915 -"2147",248,83949 -"2148",248,103718 -"2149",248,122716 -"2150",249,7403 -"2151",249,74811 -"2152",250,10937 -"2153",250,53839 -"2154",250,110494 -"2155",250,111272 -"2156",251,278 -"2157",251,7055 -"2158",251,15002 -"2159",251,15296 -"2160",251,15416 -"2161",251,16630 -"2162",251,16665 -"2163",251,18868 -"2164",251,21148 -"2165",251,24497 -"2166",251,24916 -"2167",251,24928 -"2168",251,30370 -"2169",251,33068 -"2170",251,36044 -"2171",251,38263 -"2172",251,38958 -"2173",251,55638 -"2174",251,69455 -"2175",251,84074 -"2176",251,85392 -"2177",251,91023 -"2178",251,92465 -"2179",251,107264 -"2180",252,2472 -"2181",252,3220 -"2182",252,15407 -"2183",252,27726 -"2184",252,30743 -"2185",252,34398 -"2186",252,37606 -"2187",252,44691 -"2188",252,65835 -"2189",252,69536 -"2190",252,73038 -"2191",252,74456 -"2192",252,76964 -"2193",252,79227 -"2194",252,82967 -"2195",252,88712 -"2196",252,93039 -"2197",252,101311 -"2198",252,101832 -"2199",252,109375 -"2200",253,309 -"2201",253,95028 -"2202",254,22680 -"2203",254,85091 -"2204",254,89076 -"2205",254,94339 -"2206",254,95959 -"2207",254,109072 -"2208",255,2154 -"2209",255,42698 -"2210",256,18628 -"2211",256,99201 -"2212",257,4071 -"2213",257,17579 -"2214",257,28568 -"2215",257,43524 -"2216",257,46429 -"2217",257,49613 -"2218",257,61382 -"2219",257,66805 -"2220",257,67582 -"2221",257,78262 -"2222",257,83228 -"2223",257,87155 -"2224",258,399 -"2225",258,417 -"2226",258,705 -"2227",258,801 -"2228",258,2472 -"2229",258,9769 -"2230",258,12223 -"2231",258,12610 -"2232",258,14241 -"2233",258,20666 -"2234",258,27726 -"2235",258,30033 -"2236",258,43348 -"2237",258,52340 -"2238",258,66977 -"2239",258,81474 -"2240",258,83892 -"2241",258,88618 -"2242",258,88764 -"2243",258,92035 -"2244",258,101100 -"2245",258,104204 -"2246",258,108193 -"2247",258,118784 -"2248",258,118788 -"2249",258,123483 -"2250",259,367 -"2251",259,18797 -"2252",259,26591 -"2253",259,26669 -"2254",259,56201 -"2255",260,2985 -"2256",260,3239 -"2257",260,4392 -"2258",260,6767 -"2259",260,11742 -"2260",260,11886 -"2261",260,12067 -"2262",260,15499 -"2263",260,15567 -"2264",260,16876 -"2265",260,17029 -"2266",260,19087 -"2267",260,19951 -"2268",260,24380 -"2269",260,30384 -"2270",260,30579 -"2271",260,31548 -"2272",260,31569 -"2273",260,31732 -"2274",260,34195 -"2275",260,35925 -"2276",260,36912 -"2277",260,38435 -"2278",260,38459 -"2279",260,38530 -"2280",260,39010 -"2281",260,40055 -"2282",260,47188 -"2283",260,47282 -"2284",260,47360 -"2285",260,57231 -"2286",260,69377 -"2287",262,279 -"2288",262,4274 -"2289",262,8594 -"2290",262,12528 -"2291",262,12618 -"2292",262,25200 -"2293",262,25288 -"2294",262,47780 -"2295",262,55454 -"2296",262,88058 -"2297",262,92717 -"2298",262,96179 -"2299",262,96200 -"2300",263,32378 -"2301",263,91650 -"2302",263,93303 -"2303",263,93324 -"2304",263,98685 -"2305",264,6687 -"2306",264,8277 -"2307",264,25438 -"2308",264,36261 -"2309",264,60345 -"2310",264,62644 -"2311",264,77511 -"2312",265,4323 -"2313",265,81300 -"2314",267,3035 -"2315",267,15305 -"2316",267,22207 -"2317",267,31961 -"2318",267,68111 -"2319",267,68249 -"2320",268,477 -"2321",268,25170 -"2322",268,30870 -"2323",268,51687 -"2324",268,58932 -"2325",268,63097 -"2326",268,74008 -"2327",269,4089 -"2328",269,8166 -"2329",269,8764 -"2330",269,9693 -"2331",269,9783 -"2332",269,33649 -"2333",269,50083 -"2334",269,55725 -"2335",269,69411 -"2336",269,82438 -"2337",269,102648 -"2338",269,102664 -"2339",270,277 -"2340",270,608 -"2341",270,633 -"2342",270,746 -"2343",270,983 -"2344",270,1051 -"2345",270,1124 -"2346",270,1144 -"2347",270,1336 -"2348",270,1435 -"2349",270,2019 -"2350",270,2424 -"2351",270,3203 -"2352",270,5430 -"2353",270,5943 -"2354",270,6750 -"2355",270,10488 -"2356",270,13307 -"2357",270,13533 -"2358",270,14656 -"2359",270,14666 -"2360",270,18394 -"2361",270,21330 -"2362",270,27497 -"2363",270,27586 -"2364",270,28600 -"2365",270,32131 -"2366",270,32296 -"2367",270,33014 -"2368",270,33335 -"2369",270,34537 -"2370",270,35528 -"2371",270,40028 -"2372",270,43455 -"2373",270,46629 -"2374",270,60878 -"2375",270,61920 -"2376",270,61982 -"2377",270,78058 -"2378",270,78597 -"2379",270,78934 -"2380",270,81362 -"2381",270,116702 -"2382",271,345 -"2383",271,4320 -"2384",271,49309 -"2385",271,67963 -"2386",271,80385 -"2387",271,109901 -"2388",272,15691 -"2389",272,35697 -"2390",272,36597 -"2391",272,43122 -"2392",272,61713 -"2393",272,100655 -"2394",273,2382 -"2395",273,5802 -"2396",273,11499 -"2397",273,13753 -"2398",273,18039 -"2399",273,24998 -"2400",273,28917 -"2401",273,32802 -"2402",273,42264 -"2403",273,66417 -"2404",273,76029 -"2405",274,569 -"2406",274,24764 -"2407",274,42638 -"2408",274,66197 -"2409",274,73508 -"2410",274,73516 -"2411",274,77989 -"2412",274,99219 -"2413",275,8088 -"2414",275,12103 -"2415",275,30906 -"2416",275,40344 -"2417",275,58456 -"2418",275,68952 -"2419",276,47172 -"2420",277,983 -"2421",277,1124 -"2422",277,1336 -"2423",277,5235 -"2424",277,5943 -"2425",277,6750 -"2426",277,6751 -"2427",277,9135 -"2428",277,16530 -"2429",277,17064 -"2430",277,18394 -"2431",277,18773 -"2432",277,21330 -"2433",277,21693 -"2434",277,32131 -"2435",277,47600 -"2436",277,60878 -"2437",277,61801 -"2438",277,64567 -"2439",277,81353 -"2440",277,85089 -"2441",277,119766 -"2442",277,119768 -"2443",277,119829 -"2444",278,15296 -"2445",278,15416 -"2446",278,19142 -"2447",278,21148 -"2448",278,30322 -"2449",278,32881 -"2450",278,33251 -"2451",278,36405 -"2452",278,38263 -"2453",278,43481 -"2454",278,75846 -"2455",278,75858 -"2456",278,84074 -"2457",279,8580 -"2458",279,32338 -"2459",279,69395 -"2460",279,119079 -"2461",280,281 -"2462",280,2639 -"2463",280,8946 -"2464",280,11466 -"2465",280,22132 -"2466",280,52733 -"2467",280,88194 -"2468",280,103212 -"2469",280,111402 -"2470",281,2639 -"2471",281,8363 -"2472",281,8946 -"2473",281,11466 -"2474",281,12671 -"2475",281,14079 -"2476",281,18214 -"2477",281,22132 -"2478",281,27677 -"2479",281,32264 -"2480",281,35895 -"2481",281,50742 -"2482",281,52733 -"2483",281,60351 -"2484",281,71436 -"2485",281,80446 -"2486",281,88194 -"2487",281,96700 -"2488",281,103212 -"2489",281,105418 -"2490",281,109339 -"2491",281,109478 -"2492",281,110868 -"2493",281,111684 -"2494",281,113079 -"2495",281,114266 -"2496",281,118890 -"2497",281,121384 -"2498",282,4815 -"2499",282,9740 -"2500",282,12573 -"2501",282,14255 -"2502",282,19998 -"2503",282,30544 -"2504",282,35432 -"2505",282,47033 -"2506",282,73578 -"2507",282,76845 -"2508",282,84883 -"2509",282,89634 -"2510",282,93369 -"2511",282,93401 -"2512",282,101256 -"2513",282,105780 -"2514",282,107549 -"2515",283,13620 -"2516",283,110746 -"2517",284,40588 -"2518",285,9392 -"2519",285,29493 -"2520",285,47974 -"2521",285,57996 -"2522",285,71480 -"2523",285,76937 -"2524",285,94483 -"2525",285,95549 -"2526",285,95563 -"2527",285,99364 -"2528",285,112178 -"2529",285,112210 -"2530",286,2698 -"2531",286,27537 -"2532",287,3274 -"2533",287,5701 -"2534",287,20896 -"2535",287,20965 -"2536",287,24191 -"2537",287,37689 -"2538",287,38570 -"2539",287,54004 -"2540",287,71858 -"2541",288,7768 -"2542",288,25794 -"2543",288,26663 -"2544",288,28406 -"2545",288,34787 -"2546",288,35549 -"2547",288,36137 -"2548",288,48527 -"2549",288,62429 -"2550",288,62599 -"2551",288,68843 -"2552",288,69482 -"2553",288,69483 -"2554",288,69484 -"2555",288,69527 -"2556",288,69676 -"2557",288,69694 -"2558",288,69800 -"2559",288,69894 -"2560",288,69917 -"2561",288,94353 -"2562",288,97716 -"2563",288,104331 -"2564",288,113493 -"2565",289,537 -"2566",289,3592 -"2567",289,11806 -"2568",289,26853 -"2569",289,53395 -"2570",289,56852 -"2571",289,86551 -"2572",290,9170 -"2573",290,10116 -"2574",290,29991 -"2575",290,30802 -"2576",290,40098 -"2577",290,41699 -"2578",290,41864 -"2579",291,6241 -"2580",291,9305 -"2581",291,11746 -"2582",291,17983 -"2583",291,24405 -"2584",291,39278 -"2585",291,40584 -"2586",291,53612 -"2587",291,61148 -"2588",291,65357 -"2589",291,68550 -"2590",292,6376 -"2591",292,15901 -"2592",292,40770 -"2593",292,69974 -"2594",292,97308 -"2595",292,99043 -"2596",293,294 -"2597",293,295 -"2598",293,302 -"2599",293,313 -"2600",293,326 -"2601",293,377 -"2602",293,543 -"2603",293,552 -"2604",294,295 -"2605",294,302 -"2606",294,313 -"2607",294,326 -"2608",294,377 -"2609",294,543 -"2610",294,552 -"2611",294,1151 -"2612",294,1467 -"2613",294,1616 -"2614",294,1719 -"2615",294,1777 -"2616",294,2640 -"2617",294,2662 -"2618",294,4057 -"2619",294,4940 -"2620",294,4962 -"2621",294,5078 -"2622",294,5422 -"2623",294,5427 -"2624",294,5444 -"2625",294,5457 -"2626",294,5462 -"2627",294,5489 -"2628",294,5492 -"2629",294,5504 -"2630",294,7605 -"2631",294,8760 -"2632",294,35256 -"2633",294,54234 -"2634",295,302 -"2635",295,313 -"2636",295,326 -"2637",295,377 -"2638",295,543 -"2639",295,552 -"2640",296,26462 -"2641",296,84372 -"2642",296,103330 -"2643",297,10889 -"2644",297,29566 -"2645",297,54021 -"2646",297,59207 -"2647",298,10639 -"2648",298,17745 -"2649",298,73164 -"2650",298,110251 -"2651",298,117437 -"2652",298,117540 -"2653",299,938 -"2654",299,5102 -"2655",299,9186 -"2656",299,10286 -"2657",299,10996 -"2658",299,11108 -"2659",299,14348 -"2660",299,16864 -"2661",299,18978 -"2662",299,19011 -"2663",299,21065 -"2664",299,27641 -"2665",299,27742 -"2666",299,29072 -"2667",299,30261 -"2668",299,30541 -"2669",299,32355 -"2670",299,36724 -"2671",299,47508 -"2672",299,52706 -"2673",299,55837 -"2674",299,62936 -"2675",299,80156 -"2676",299,94413 -"2677",299,99550 -"2678",299,121557 -"2679",300,80701 -"2680",300,80713 -"2681",301,2913 -"2682",301,89782 -"2683",302,313 -"2684",302,326 -"2685",302,377 -"2686",302,543 -"2687",302,552 -"2688",302,1123 -"2689",302,1151 -"2690",302,1467 -"2691",302,1495 -"2692",302,1600 -"2693",302,1616 -"2694",302,1719 -"2695",302,1777 -"2696",302,2036 -"2697",302,2662 -"2698",302,3830 -"2699",302,4057 -"2700",302,4918 -"2701",302,4940 -"2702",302,4962 -"2703",302,5078 -"2704",302,5422 -"2705",302,5427 -"2706",302,5444 -"2707",302,5457 -"2708",302,5462 -"2709",302,5489 -"2710",302,5492 -"2711",302,5504 -"2712",302,7323 -"2713",302,7605 -"2714",302,7755 -"2715",302,8760 -"2716",302,20080 -"2717",302,22749 -"2718",302,37682 -"2719",302,40019 -"2720",302,41747 -"2721",302,42405 -"2722",302,44254 -"2723",302,45465 -"2724",302,46641 -"2725",302,50518 -"2726",302,54234 -"2727",302,56301 -"2728",302,57003 -"2729",302,63936 -"2730",302,70388 -"2731",302,70425 -"2732",302,72740 -"2733",302,78721 -"2734",302,86625 -"2735",303,703 -"2736",303,704 -"2737",303,795 -"2738",303,46372 -"2739",304,3788 -"2740",304,7695 -"2741",304,11051 -"2742",304,17770 -"2743",304,19589 -"2744",304,25767 -"2745",304,27644 -"2746",304,36065 -"2747",304,42682 -"2748",304,50604 -"2749",304,57270 -"2750",304,58645 -"2751",304,60928 -"2752",304,65137 -"2753",304,78437 -"2754",304,80041 -"2755",304,95220 -"2756",304,99575 -"2757",304,101067 -"2758",304,107050 -"2759",305,306 -"2760",305,6340 -"2761",305,9170 -"2762",305,11316 -"2763",305,27882 -"2764",305,43989 -"2765",305,46587 -"2766",305,54871 -"2767",305,58440 -"2768",305,62788 -"2769",306,8395 -"2770",306,40319 -"2771",306,43989 -"2772",306,48601 -"2773",306,52585 -"2774",306,59896 -"2775",306,62788 -"2776",306,69363 -"2777",306,72429 -"2778",306,89622 -"2779",306,95941 -"2780",307,34969 -"2781",307,48786 -"2782",307,61666 -"2783",307,76382 -"2784",307,76936 -"2785",307,95424 -"2786",308,41561 -"2787",309,36714 -"2788",309,103804 -"2789",309,108782 -"2790",310,4371 -"2791",310,21659 -"2792",310,43281 -"2793",310,85167 -"2794",311,359 -"2795",311,387 -"2796",311,3917 -"2797",311,8198 -"2798",311,9395 -"2799",311,18213 -"2800",311,46262 -"2801",311,55539 -"2802",311,58459 -"2803",311,61477 -"2804",311,69969 -"2805",311,70030 -"2806",312,344 -"2807",312,516 -"2808",312,2032 -"2809",312,2533 -"2810",312,3065 -"2811",312,3989 -"2812",312,5429 -"2813",312,6723 -"2814",312,6831 -"2815",312,8318 -"2816",312,8510 -"2817",312,12791 -"2818",312,19248 -"2819",312,29783 -"2820",312,44796 -"2821",312,49194 -"2822",312,51041 -"2823",313,326 -"2824",313,377 -"2825",313,543 -"2826",313,552 -"2827",313,27478 -"2828",313,38078 -"2829",314,20710 -"2830",314,32612 -"2831",314,43839 -"2832",314,56712 -"2833",314,76652 -"2834",314,92780 -"2835",314,119671 -"2836",315,9605 -"2837",315,12394 -"2838",315,18916 -"2839",315,29343 -"2840",315,47654 -"2841",315,58549 -"2842",315,70058 -"2843",315,85115 -"2844",316,320 -"2845",316,329 -"2846",316,1626 -"2847",316,4320 -"2848",316,29113 -"2849",316,31444 -"2850",316,38597 -"2851",316,49309 -"2852",316,49655 -"2853",316,64530 -"2854",316,81490 -"2855",317,1067 -"2856",317,4000 -"2857",317,9048 -"2858",317,11455 -"2859",317,28354 -"2860",317,52945 -"2861",317,70975 -"2862",317,101410 -"2863",318,5255 -"2864",319,1321 -"2865",319,5321 -"2866",319,7528 -"2867",319,16101 -"2868",319,29951 -"2869",319,39968 -"2870",319,83508 -"2871",319,84241 -"2872",320,329 -"2873",321,341 -"2874",321,48860 -"2875",322,17824 -"2876",322,18179 -"2877",323,3420 -"2878",323,11651 -"2879",323,23350 -"2880",323,38750 -"2881",323,44840 -"2882",323,79100 -"2883",324,38354 -"2884",324,77752 -"2885",324,102728 -"2886",325,3193 -"2887",325,5283 -"2888",325,6718 -"2889",325,8952 -"2890",325,31902 -"2891",325,56580 -"2892",325,60878 -"2893",325,80242 -"2894",326,377 -"2895",326,543 -"2896",326,552 -"2897",326,2646 -"2898",326,2665 -"2899",326,2685 -"2900",326,3093 -"2901",326,3169 -"2902",326,3183 -"2903",326,3228 -"2904",326,3249 -"2905",326,3288 -"2906",327,1684 -"2907",327,2070 -"2908",327,4833 -"2909",327,9060 -"2910",327,10300 -"2911",327,13527 -"2912",327,13611 -"2913",327,14819 -"2914",327,27149 -"2915",327,29770 -"2916",327,40108 -"2917",327,56449 -"2918",328,5588 -"2919",328,18531 -"2920",328,32702 -"2921",328,35153 -"2922",328,49493 -"2923",328,98267 -"2924",328,106098 -"2925",330,346 -"2926",330,56901 -"2927",331,23081 -"2928",331,67297 -"2929",331,77953 -"2930",331,94878 -"2931",331,94900 -"2932",332,18744 -"2933",332,18758 -"2934",332,18836 -"2935",332,26622 -"2936",332,42114 -"2937",332,54595 -"2938",332,66265 -"2939",332,82476 -"2940",332,83777 -"2941",332,94770 -"2942",333,24265 -"2943",333,38266 -"2944",333,39804 -"2945",333,57860 -"2946",333,58181 -"2947",333,77178 -"2948",333,77182 -"2949",333,100853 -"2950",333,106285 -"2951",333,110587 -"2952",333,121811 -"2953",334,868 -"2954",334,1524 -"2955",334,7236 -"2956",334,26386 -"2957",334,37493 -"2958",334,41680 -"2959",334,41710 -"2960",334,54535 -"2961",334,58726 -"2962",334,59098 -"2963",334,65514 -"2964",334,65543 -"2965",335,505 -"2966",335,4809 -"2967",335,11601 -"2968",335,12096 -"2969",335,12134 -"2970",335,14879 -"2971",335,20266 -"2972",335,22524 -"2973",335,26570 -"2974",335,27269 -"2975",335,28434 -"2976",335,34840 -"2977",335,45596 -"2978",335,48357 -"2979",335,50380 -"2980",335,51396 -"2981",335,51819 -"2982",335,58035 -"2983",335,58230 -"2984",335,59755 -"2985",335,64031 -"2986",335,67434 -"2987",335,77774 -"2988",335,78875 -"2989",335,79766 -"2990",335,80471 -"2991",335,82203 -"2992",335,86325 -"2993",335,90492 -"2994",335,91371 -"2995",335,91412 -"2996",335,91413 -"2997",335,100396 -"2998",335,101783 -"2999",335,109319 -"3000",335,109814 -"3001",335,111693 -"3002",335,111888 -"3003",335,115718 -"3004",336,19651 -"3005",336,33542 -"3006",336,78440 -"3007",336,121239 -"3008",337,99063 -"3009",337,99253 -"3010",338,33205 -"3011",338,50890 -"3012",338,65169 -"3013",338,91825 -"3014",339,871 -"3015",339,1540 -"3016",339,3351 -"3017",339,5198 -"3018",339,5753 -"3019",339,5785 -"3020",339,10066 -"3021",339,17052 -"3022",339,17439 -"3023",339,22226 -"3024",339,23005 -"3025",339,24175 -"3026",339,27368 -"3027",339,33436 -"3028",339,43708 -"3029",339,49569 -"3030",339,50487 -"3031",339,70712 -"3032",339,80510 -"3033",339,84475 -"3034",339,90553 -"3035",339,94742 -"3036",339,99381 -"3037",339,112932 -"3038",340,808 -"3039",340,76868 -"3040",340,96573 -"3041",340,98363 -"3042",340,98720 -"3043",341,841 -"3044",341,5075 -"3045",341,9810 -"3046",341,25126 -"3047",341,25175 -"3048",341,28562 -"3049",341,30654 -"3050",341,31331 -"3051",341,38015 -"3052",341,39020 -"3053",341,44586 -"3054",341,45370 -"3055",341,48860 -"3056",341,65949 -"3057",341,71613 -"3058",342,7705 -"3059",343,92182 -"3060",344,2032 -"3061",344,2533 -"3062",344,4064 -"3063",344,6831 -"3064",344,29783 -"3065",344,31458 -"3066",344,51041 -"3067",344,75377 -"3068",345,4320 -"3069",345,49309 -"3070",345,60708 -"3071",345,67963 -"3072",345,80385 -"3073",345,109901 -"3074",346,51553 -"3075",346,52541 -"3076",346,53809 -"3077",346,58030 -"3078",346,68823 -"3079",346,70328 -"3080",346,81273 -"3081",346,101441 -"3082",346,111311 -"3083",346,121339 -"3084",346,121348 -"3085",346,121354 -"3086",346,122160 -"3087",347,30415 -"3088",347,37307 -"3089",347,50367 -"3090",347,54820 -"3091",347,59969 -"3092",348,1966 -"3093",348,4449 -"3094",348,5845 -"3095",348,10799 -"3096",348,11876 -"3097",348,12627 -"3098",348,13454 -"3099",348,14404 -"3100",348,17088 -"3101",348,20336 -"3102",348,20432 -"3103",348,22930 -"3104",348,30417 -"3105",348,32704 -"3106",348,33082 -"3107",348,37519 -"3108",348,38122 -"3109",348,46072 -"3110",348,52444 -"3111",348,56555 -"3112",348,80691 -"3113",349,4889 -"3114",349,9763 -"3115",349,28296 -"3116",349,58187 -"3117",349,84786 -"3118",349,113114 -"3119",350,33763 -"3120",350,58467 -"3121",350,60721 -"3122",350,80719 -"3123",350,80739 -"3124",350,90238 -"3125",351,15950 -"3126",351,16009 -"3127",351,37365 -"3128",351,39969 -"3129",351,46141 -"3130",351,65125 -"3131",351,74893 -"3132",352,5785 -"3133",352,79371 -"3134",352,111325 -"3135",352,112014 -"3136",353,2076 -"3137",353,2324 -"3138",353,2556 -"3139",353,4063 -"3140",353,13062 -"3141",353,17205 -"3142",353,18871 -"3143",353,22744 -"3144",353,23483 -"3145",353,25258 -"3146",353,26577 -"3147",353,27235 -"3148",353,35801 -"3149",353,45515 -"3150",353,58263 -"3151",353,58730 -"3152",353,69934 -"3153",353,81797 -"3154",353,81923 -"3155",353,84097 -"3156",353,86109 -"3157",353,89695 -"3158",353,90540 -"3159",353,91804 -"3160",353,107102 -"3161",354,26551 -"3162",354,30449 -"3163",354,36861 -"3164",354,50721 -"3165",354,78354 -"3166",355,74672 -"3167",355,100050 -"3168",356,20860 -"3169",356,25839 -"3170",356,40901 -"3171",356,91820 -"3172",356,106356 -"3173",356,107453 -"3174",356,114792 -"3175",357,22005 -"3176",357,24923 -"3177",357,40937 -"3178",357,61246 -"3179",357,61719 -"3180",357,68170 -"3181",357,102824 -"3182",357,119881 -"3183",357,119882 -"3184",358,361 -"3185",358,392 -"3186",358,39707 -"3187",358,49484 -"3188",358,49501 -"3189",358,49540 -"3190",358,49581 -"3191",358,63969 -"3192",358,69087 -"3193",358,72708 -"3194",358,98323 -"3195",359,387 -"3196",359,2035 -"3197",359,3917 -"3198",359,4802 -"3199",359,8198 -"3200",359,15826 -"3201",359,18045 -"3202",359,18113 -"3203",359,19873 -"3204",359,24027 -"3205",359,37308 -"3206",359,40309 -"3207",359,52292 -"3208",359,52296 -"3209",359,60487 -"3210",359,113040 -"3211",360,2280 -"3212",360,3205 -"3213",360,3499 -"3214",360,3583 -"3215",360,4597 -"3216",360,6554 -"3217",360,15864 -"3218",360,17577 -"3219",360,22260 -"3220",360,24066 -"3221",360,32147 -"3222",360,33227 -"3223",360,34811 -"3224",360,46469 -"3225",360,49376 -"3226",360,77356 -"3227",360,83268 -"3228",360,92797 -"3229",360,92820 -"3230",361,392 -"3231",361,34241 -"3232",361,113423 -"3233",362,1600 -"3234",362,25433 -"3235",362,55812 -"3236",362,55915 -"3237",363,961 -"3238",363,21413 -"3239",363,26338 -"3240",363,26523 -"3241",363,58985 -"3242",363,97056 -"3243",363,101693 -"3244",364,796 -"3245",364,3116 -"3246",364,3190 -"3247",364,6171 -"3248",364,9306 -"3249",364,15253 -"3250",364,15276 -"3251",364,15293 -"3252",364,15880 -"3253",364,19584 -"3254",364,21032 -"3255",364,21474 -"3256",364,21536 -"3257",364,22825 -"3258",364,26285 -"3259",364,27581 -"3260",364,37657 -"3261",364,39937 -"3262",364,47232 -"3263",364,48451 -"3264",364,65840 -"3265",364,109317 -"3266",364,114287 -"3267",364,116110 -"3268",364,116965 -"3269",365,366 -"3270",365,29254 -"3271",365,91693 -"3272",366,7983 -"3273",366,27124 -"3274",366,62468 -"3275",366,81220 -"3276",366,94613 -"3277",367,6713 -"3278",367,23148 -"3279",367,29151 -"3280",367,30594 -"3281",367,30642 -"3282",367,31319 -"3283",367,31320 -"3284",367,73068 -"3285",368,18148 -"3286",368,42522 -"3287",369,25575 -"3288",369,83341 -"3289",369,84577 -"3290",369,104575 -"3291",370,1774 -"3292",370,9441 -"3293",371,860 -"3294",371,2831 -"3295",371,2877 -"3296",371,3021 -"3297",371,25160 -"3298",371,28051 -"3299",371,38562 -"3300",371,40900 -"3301",371,41010 -"3302",371,41040 -"3303",372,21154 -"3304",373,61908 -"3305",374,2099 -"3306",374,2447 -"3307",374,2743 -"3308",374,2792 -"3309",374,5195 -"3310",374,24257 -"3311",374,30931 -"3312",374,44364 -"3313",374,50312 -"3314",374,85269 -"3315",375,50288 -"3316",376,16550 -"3317",376,41105 -"3318",376,62643 -"3319",377,543 -"3320",377,552 -"3321",377,1616 -"3322",377,1719 -"3323",377,1777 -"3324",377,2372 -"3325",377,2484 -"3326",377,2640 -"3327",377,2662 -"3328",377,4057 -"3329",377,4940 -"3330",377,7323 -"3331",377,7605 -"3332",377,9553 -"3333",377,12543 -"3334",377,22749 -"3335",377,32251 -"3336",377,35256 -"3337",377,37570 -"3338",377,37682 -"3339",377,38341 -"3340",377,40312 -"3341",377,44499 -"3342",377,48104 -"3343",377,48183 -"3344",377,48525 -"3345",377,48696 -"3346",378,4061 -"3347",378,13620 -"3348",378,23791 -"3349",378,29603 -"3350",378,34445 -"3351",378,75007 -"3352",379,2717 -"3353",379,11329 -"3354",379,11482 -"3355",379,14887 -"3356",379,15692 -"3357",379,17958 -"3358",379,23063 -"3359",379,23396 -"3360",380,1102 -"3361",380,3801 -"3362",380,5569 -"3363",380,6215 -"3364",380,9051 -"3365",380,10513 -"3366",380,14559 -"3367",380,14656 -"3368",380,16122 -"3369",380,19179 -"3370",380,19182 -"3371",380,21506 -"3372",380,22170 -"3373",380,22946 -"3374",380,24864 -"3375",380,24938 -"3376",380,28139 -"3377",380,28969 -"3378",380,32398 -"3379",380,44378 -"3380",380,56196 -"3381",380,63075 -"3382",380,78089 -"3383",380,87883 -"3384",381,396 -"3385",381,28133 -"3386",381,71272 -"3387",381,91740 -"3388",381,101109 -"3389",381,114598 -"3390",382,15377 -"3391",382,36770 -"3392",382,68547 -"3393",382,84827 -"3394",382,94974 -"3395",383,1923 -"3396",383,2927 -"3397",383,4145 -"3398",383,6524 -"3399",383,9729 -"3400",383,10220 -"3401",383,15364 -"3402",383,16026 -"3403",383,16441 -"3404",383,19553 -"3405",383,22546 -"3406",383,26597 -"3407",383,26604 -"3408",383,33720 -"3409",383,33723 -"3410",383,35278 -"3411",383,36840 -"3412",383,40644 -"3413",383,41853 -"3414",383,42382 -"3415",383,46616 -"3416",383,49911 -"3417",383,53584 -"3418",383,55183 -"3419",383,55419 -"3420",383,56553 -"3421",383,57454 -"3422",383,59538 -"3423",383,65712 -"3424",383,79476 -"3425",383,79483 -"3426",383,88984 -"3427",383,92358 -"3428",384,29172 -"3429",384,39933 -"3430",384,60292 -"3431",384,75130 -"3432",385,5522 -"3433",385,83753 -"3434",386,35182 -"3435",386,35409 -"3436",386,49078 -"3437",387,43247 -"3438",388,535 -"3439",388,1560 -"3440",388,5741 -"3441",388,6752 -"3442",388,7657 -"3443",388,8581 -"3444",388,8675 -"3445",388,8771 -"3446",388,8880 -"3447",388,11429 -"3448",388,14726 -"3449",388,33064 -"3450",388,34148 -"3451",388,34762 -"3452",388,40392 -"3453",388,48657 -"3454",388,62435 -"3455",388,64104 -"3456",388,75435 -"3457",388,77115 -"3458",388,86418 -"3459",388,93387 -"3460",388,103402 -"3461",388,103411 -"3462",389,80723 -"3463",389,96671 -"3464",389,118967 -"3465",390,20905 -"3466",390,24934 -"3467",390,26149 -"3468",390,26784 -"3469",390,28202 -"3470",390,54212 -"3471",390,119731 -"3472",390,120555 -"3473",390,121083 -"3474",391,975 -"3475",391,3315 -"3476",391,9031 -"3477",391,21517 -"3478",393,708 -"3479",393,6111 -"3480",393,6747 -"3481",393,6841 -"3482",393,21979 -"3483",393,35972 -"3484",393,45921 -"3485",393,49600 -"3486",393,52053 -"3487",393,71337 -"3488",393,78736 -"3489",393,83068 -"3490",393,85664 -"3491",393,93341 -"3492",393,95232 -"3493",394,902 -"3494",394,1299 -"3495",394,9300 -"3496",394,14421 -"3497",394,17751 -"3498",394,54710 -"3499",394,58286 -"3500",394,81743 -"3501",395,36235 -"3502",396,651 -"3503",397,42618 -"3504",397,90347 -"3505",398,1143 -"3506",398,2091 -"3507",398,2509 -"3508",398,3053 -"3509",398,3207 -"3510",398,14760 -"3511",398,15338 -"3512",398,15978 -"3513",398,19423 -"3514",398,23277 -"3515",398,29819 -"3516",398,34088 -"3517",398,36159 -"3518",398,36247 -"3519",398,37266 -"3520",398,39534 -"3521",398,42792 -"3522",398,48282 -"3523",398,49347 -"3524",398,53230 -"3525",398,54403 -"3526",398,60417 -"3527",398,71607 -"3528",398,76683 -"3529",398,80966 -"3530",398,88686 -"3531",398,92445 -"3532",398,97831 -"3533",398,104025 -"3534",398,113034 -"3535",399,63818 -"3536",399,105271 -"3537",400,10100 -"3538",400,18233 -"3539",400,39835 -"3540",400,75901 -"3541",400,76110 -"3542",400,78806 -"3543",400,91073 -"3544",400,95469 -"3545",400,101524 -"3546",400,109010 -"3547",401,5017 -"3548",401,6774 -"3549",401,7565 -"3550",401,8651 -"3551",401,9793 -"3552",401,15620 -"3553",401,17826 -"3554",401,23779 -"3555",401,26982 -"3556",401,37215 -"3557",401,71005 -"3558",401,77565 -"3559",401,79561 -"3560",401,87434 -"3561",401,97027 -"3562",402,5794 -"3563",402,68817 -"3564",403,416 -"3565",403,466 -"3566",403,502 -"3567",403,648 -"3568",403,649 -"3569",403,650 -"3570",403,45850 -"3571",404,3936 -"3572",404,4558 -"3573",404,4785 -"3574",404,23319 -"3575",404,25010 -"3576",404,27151 -"3577",404,34335 -"3578",404,58746 -"3579",404,117499 -"3580",405,4013 -"3581",405,22596 -"3582",405,22601 -"3583",405,39793 -"3584",405,75855 -"3585",405,88432 -"3586",405,88525 -"3587",405,97233 -"3588",406,12397 -"3589",406,19111 -"3590",406,19386 -"3591",406,28195 -"3592",406,35830 -"3593",406,39286 -"3594",406,41863 -"3595",406,47883 -"3596",406,53044 -"3597",406,57068 -"3598",406,60247 -"3599",406,73983 -"3600",406,76102 -"3601",406,104356 -"3602",406,105596 -"3603",406,118153 -"3604",407,18381 -"3605",407,21670 -"3606",407,35090 -"3607",407,35822 -"3608",407,42088 -"3609",408,50972 -"3610",409,561 -"3611",409,3220 -"3612",409,39058 -"3613",409,40940 -"3614",409,44319 -"3615",409,53703 -"3616",409,73276 -"3617",409,77363 -"3618",409,96884 -"3619",410,503 -"3620",410,1271 -"3621",410,20948 -"3622",410,47029 -"3623",410,71786 -"3624",411,4880 -"3625",411,6712 -"3626",411,8210 -"3627",411,29278 -"3628",411,46637 -"3629",411,46639 -"3630",411,71025 -"3631",411,76926 -"3632",411,79020 -"3633",411,86730 -"3634",412,70045 -"3635",412,96904 -"3636",412,109911 -"3637",412,115241 -"3638",413,4710 -"3639",413,8004 -"3640",413,10844 -"3641",413,18250 -"3642",413,28753 -"3643",413,32384 -"3644",413,44317 -"3645",413,50969 -"3646",413,65716 -"3647",413,69927 -"3648",413,69935 -"3649",413,70421 -"3650",413,85139 -"3651",413,99288 -"3652",413,106608 -"3653",413,120644 -"3654",414,98147 -"3655",415,542 -"3656",415,570 -"3657",415,2196 -"3658",415,3209 -"3659",415,3897 -"3660",415,3905 -"3661",415,4369 -"3662",415,5291 -"3663",415,5946 -"3664",415,7559 -"3665",415,7572 -"3666",415,7619 -"3667",415,7621 -"3668",415,7631 -"3669",415,7651 -"3670",415,8058 -"3671",415,8059 -"3672",415,8076 -"3673",415,8083 -"3674",415,11611 -"3675",415,13636 -"3676",415,13700 -"3677",415,13871 -"3678",415,25657 -"3679",415,33522 -"3680",415,50688 -"3681",415,63511 -"3682",416,466 -"3683",416,502 -"3684",416,648 -"3685",416,649 -"3686",416,650 -"3687",416,4052 -"3688",416,4959 -"3689",416,9907 -"3690",416,10475 -"3691",416,12815 -"3692",416,13620 -"3693",416,25524 -"3694",416,42062 -"3695",416,82038 -"3696",416,106496 -"3697",416,106502 -"3698",416,113754 -"3699",417,705 -"3700",417,801 -"3701",417,1243 -"3702",417,2873 -"3703",417,3451 -"3704",417,33759 -"3705",417,43348 -"3706",417,43507 -"3707",417,65670 -"3708",417,74602 -"3709",417,85928 -"3710",417,90600 -"3711",417,100010 -"3712",417,100277 -"3713",417,100982 -"3714",417,101005 -"3715",417,101759 -"3716",417,101953 -"3717",417,107654 -"3718",418,3913 -"3719",418,31510 -"3720",418,74420 -"3721",418,114952 -"3722",418,115206 -"3723",419,722 -"3724",419,1355 -"3725",419,1820 -"3726",419,6055 -"3727",419,6828 -"3728",419,7992 -"3729",419,11659 -"3730",419,22213 -"3731",419,23835 -"3732",419,28863 -"3733",419,33801 -"3734",419,47890 -"3735",419,50807 -"3736",419,94890 -"3737",420,656 -"3738",420,981 -"3739",420,1172 -"3740",420,1333 -"3741",420,5176 -"3742",420,18066 -"3743",420,21238 -"3744",420,38200 -"3745",420,42206 -"3746",420,43873 -"3747",420,51899 -"3748",420,61937 -"3749",420,67340 -"3750",420,71572 -"3751",420,71795 -"3752",421,524 -"3753",421,3493 -"3754",421,4379 -"3755",421,7075 -"3756",421,8040 -"3757",421,10819 -"3758",421,12361 -"3759",421,14160 -"3760",421,15251 -"3761",421,15921 -"3762",421,17053 -"3763",421,17810 -"3764",421,19655 -"3765",421,21383 -"3766",421,21427 -"3767",421,21474 -"3768",421,21666 -"3769",421,23886 -"3770",421,23966 -"3771",421,24720 -"3772",421,24787 -"3773",421,27075 -"3774",421,27989 -"3775",421,28816 -"3776",421,28978 -"3777",421,30019 -"3778",421,31335 -"3779",421,32319 -"3780",421,32592 -"3781",421,32863 -"3782",421,33522 -"3783",421,37094 -"3784",421,40269 -"3785",421,41436 -"3786",421,44092 -"3787",421,48291 -"3788",421,49164 -"3789",421,49515 -"3790",421,51144 -"3791",421,57036 -"3792",421,57663 -"3793",421,59105 -"3794",421,66787 -"3795",421,72632 -"3796",421,81473 -"3797",421,82171 -"3798",421,85198 -"3799",421,85199 -"3800",421,87142 -"3801",421,91450 -"3802",421,112102 -"3803",421,114692 -"3804",421,121594 -"3805",422,3872 -"3806",422,4329 -"3807",422,8945 -"3808",422,9046 -"3809",422,10688 -"3810",422,10788 -"3811",422,12500 -"3812",422,14448 -"3813",422,15099 -"3814",422,16669 -"3815",422,19805 -"3816",422,21098 -"3817",422,21918 -"3818",422,24939 -"3819",422,25639 -"3820",422,26432 -"3821",422,26943 -"3822",422,28499 -"3823",422,30866 -"3824",422,31700 -"3825",422,32361 -"3826",422,33275 -"3827",422,33883 -"3828",422,36286 -"3829",422,36767 -"3830",422,37937 -"3831",422,40419 -"3832",422,42608 -"3833",422,44180 -"3834",422,45818 -"3835",422,51476 -"3836",422,51892 -"3837",422,53755 -"3838",422,54168 -"3839",422,57210 -"3840",422,58482 -"3841",422,59172 -"3842",422,59816 -"3843",422,61874 -"3844",422,63274 -"3845",422,66322 -"3846",422,67327 -"3847",422,70854 -"3848",422,71683 -"3849",422,72568 -"3850",422,72628 -"3851",422,73069 -"3852",422,73767 -"3853",422,76110 -"3854",422,78532 -"3855",422,81609 -"3856",422,83981 -"3857",422,85885 -"3858",422,91255 -"3859",422,92247 -"3860",422,92352 -"3861",422,92362 -"3862",422,92929 -"3863",422,93719 -"3864",422,94906 -"3865",422,94946 -"3866",422,95889 -"3867",422,96093 -"3868",422,97988 -"3869",422,99309 -"3870",422,99376 -"3871",422,99450 -"3872",422,99471 -"3873",422,99474 -"3874",422,100916 -"3875",422,100944 -"3876",422,101126 -"3877",422,101329 -"3878",422,105557 -"3879",422,107199 -"3880",422,108743 -"3881",422,108980 -"3882",422,109291 -"3883",422,109933 -"3884",422,110483 -"3885",422,110567 -"3886",422,110572 -"3887",422,110630 -"3888",422,110648 -"3889",422,110711 -"3890",422,110770 -"3891",422,110869 -"3892",422,110911 -"3893",422,111285 -"3894",422,111314 -"3895",422,111362 -"3896",422,111372 -"3897",422,111424 -"3898",422,111433 -"3899",422,112422 -"3900",422,113269 -"3901",422,113430 -"3902",422,114242 -"3903",422,114842 -"3904",422,115427 -"3905",422,115521 -"3906",422,115711 -"3907",422,120487 -"3908",423,63189 -"3909",423,81962 -"3910",424,5147 -"3911",424,10420 -"3912",424,13427 -"3913",424,14412 -"3914",424,28816 -"3915",424,35400 -"3916",424,42923 -"3917",424,97151 -"3918",424,102498 -"3919",425,4753 -"3920",425,17437 -"3921",425,19646 -"3922",425,21236 -"3923",425,28570 -"3924",425,38399 -"3925",425,47626 -"3926",425,58208 -"3927",425,59566 -"3928",425,84452 -"3929",425,102658 -"3930",425,106477 -"3931",425,110302 -"3932",425,110888 -"3933",426,449 -"3934",426,84434 -"3935",427,428 -"3936",427,435 -"3937",427,440 -"3938",427,2504 -"3939",427,11136 -"3940",427,13959 -"3941",427,15684 -"3942",427,18547 -"3943",427,20221 -"3944",427,23645 -"3945",427,30742 -"3946",427,30891 -"3947",427,39553 -"3948",427,41827 -"3949",427,46218 -"3950",427,61198 -"3951",427,98043 -"3952",428,435 -"3953",428,440 -"3954",429,474 -"3955",429,7425 -"3956",429,13674 -"3957",429,22030 -"3958",429,23246 -"3959",429,27927 -"3960",429,34856 -"3961",429,37937 -"3962",429,39062 -"3963",429,41813 -"3964",429,54933 -"3965",429,67239 -"3966",429,79466 -"3967",429,87958 -"3968",429,110495 -"3969",430,12686 -"3970",430,20742 -"3971",430,33914 -"3972",430,41266 -"3973",430,41337 -"3974",430,44557 -"3975",430,49494 -"3976",430,79373 -"3977",432,42270 -"3978",432,89507 -"3979",433,14674 -"3980",433,21709 -"3981",433,22385 -"3982",433,30620 -"3983",433,31728 -"3984",434,9769 -"3985",435,440 -"3986",435,477 -"3987",435,587 -"3988",435,2465 -"3989",435,3012 -"3990",435,11136 -"3991",435,11318 -"3992",435,17567 -"3993",435,18547 -"3994",435,18663 -"3995",435,30742 -"3996",435,48686 -"3997",435,71865 -"3998",435,104358 -"3999",436,2383 -"4000",436,6995 -"4001",436,17868 -"4002",436,24023 -"4003",436,28395 -"4004",436,69321 -"4005",436,87117 -"4006",436,122729 -"4007",437,5487 -"4008",437,30958 -"4009",437,36660 -"4010",437,64699 -"4011",437,89643 -"4012",437,111288 -"4013",438,680 -"4014",438,1525 -"4015",438,3459 -"4016",438,8856 -"4017",438,12759 -"4018",438,20985 -"4019",438,26207 -"4020",438,36754 -"4021",438,73836 -"4022",438,88064 -"4023",439,17199 -"4024",439,29930 -"4025",439,35465 -"4026",439,37373 -"4027",439,48020 -"4028",439,56232 -"4029",439,62442 -"4030",439,87960 -"4031",440,6133 -"4032",440,17567 -"4033",440,18547 -"4034",440,18663 -"4035",440,21741 -"4036",441,5263 -"4037",441,36422 -"4038",441,83979 -"4039",442,655 -"4040",442,6882 -"4041",442,8998 -"4042",442,15770 -"4043",442,25344 -"4044",442,25819 -"4045",442,54534 -"4046",442,87800 -"4047",442,89923 -"4048",443,2813 -"4049",443,3710 -"4050",443,15259 -"4051",443,18190 -"4052",443,25814 -"4053",443,59813 -"4054",443,60187 -"4055",443,79652 -"4056",443,121902 -"4057",444,498 -"4058",444,54731 -"4059",445,3490 -"4060",445,15285 -"4061",445,22953 -"4062",445,54272 -"4063",445,69555 -"4064",445,75972 -"4065",445,90482 -"4066",445,113418 -"4067",446,647 -"4068",447,630 -"4069",447,1386 -"4070",447,3877 -"4071",447,6897 -"4072",447,7109 -"4073",447,7394 -"4074",447,18551 -"4075",447,20021 -"4076",447,24511 -"4077",447,34206 -"4078",447,35572 -"4079",447,35618 -"4080",447,37816 -"4081",447,49587 -"4082",447,59522 -"4083",449,10742 -"4084",449,40018 -"4085",449,53893 -"4086",449,53894 -"4087",449,53902 -"4088",449,53911 -"4089",449,53970 -"4090",449,53981 -"4091",450,15477 -"4092",450,34480 -"4093",450,45003 -"4094",450,92875 -"4095",450,92942 -"4096",451,565 -"4097",451,3844 -"4098",451,4303 -"4099",451,35270 -"4100",451,53725 -"4101",452,3827 -"4102",452,10805 -"4103",452,33927 -"4104",452,37992 -"4105",452,44264 -"4106",452,62632 -"4107",452,68822 -"4108",452,78700 -"4109",452,79110 -"4110",452,90227 -"4111",452,92895 -"4112",452,94857 -"4113",452,94861 -"4114",452,98986 -"4115",453,9852 -"4116",453,10875 -"4117",453,16059 -"4118",453,16174 -"4119",453,16572 -"4120",453,16740 -"4121",453,36941 -"4122",453,87150 -"4123",454,13908 -"4124",454,48697 -"4125",455,470 -"4126",455,1630 -"4127",455,3665 -"4128",455,4463 -"4129",455,7111 -"4130",455,7228 -"4131",455,10433 -"4132",455,18374 -"4133",455,27837 -"4134",455,28114 -"4135",455,28115 -"4136",455,28991 -"4137",455,30022 -"4138",455,30239 -"4139",455,30420 -"4140",455,31050 -"4141",455,34160 -"4142",455,37031 -"4143",455,40466 -"4144",455,40559 -"4145",455,41851 -"4146",455,53196 -"4147",455,70793 -"4148",455,74214 -"4149",456,13367 -"4150",457,4500 -"4151",457,8192 -"4152",457,8457 -"4153",457,9044 -"4154",457,12358 -"4155",457,22380 -"4156",457,23059 -"4157",457,24418 -"4158",457,24558 -"4159",457,24945 -"4160",457,26671 -"4161",457,30945 -"4162",457,30983 -"4163",457,34276 -"4164",457,73432 -"4165",457,92327 -"4166",457,94938 -"4167",457,112435 -"4168",458,867 -"4169",458,10858 -"4170",458,11307 -"4171",458,12797 -"4172",458,54062 -"4173",458,57960 -"4174",458,59106 -"4175",458,69571 -"4176",458,81601 -"4177",458,111627 -"4178",459,45762 -"4179",459,99192 -"4180",460,18030 -"4181",460,24346 -"4182",460,50472 -"4183",460,60477 -"4184",460,71077 -"4185",461,472 -"4186",461,1654 -"4187",461,52471 -"4188",461,61438 -"4189",461,75233 -"4190",461,80683 -"4191",461,87076 -"4192",461,87576 -"4193",461,87605 -"4194",461,88976 -"4195",461,91827 -"4196",462,47876 -"4197",462,86003 -"4198",462,121644 -"4199",463,2809 -"4200",464,15055 -"4201",464,51282 -"4202",464,67755 -"4203",464,68788 -"4204",464,88159 -"4205",464,91788 -"4206",464,91847 -"4207",464,91851 -"4208",465,16916 -"4209",465,29173 -"4210",466,502 -"4211",466,648 -"4212",466,649 -"4213",466,650 -"4214",466,3192 -"4215",466,3272 -"4216",466,17389 -"4217",466,30186 -"4218",467,517 -"4219",467,718 -"4220",467,764 -"4221",467,785 -"4222",468,1491 -"4223",468,4592 -"4224",468,5194 -"4225",468,7880 -"4226",468,10893 -"4227",468,11528 -"4228",468,13378 -"4229",468,13400 -"4230",468,13425 -"4231",468,13602 -"4232",468,14644 -"4233",468,14712 -"4234",468,15301 -"4235",468,16733 -"4236",468,16781 -"4237",468,18188 -"4238",468,18468 -"4239",468,21832 -"4240",468,25900 -"4241",468,26100 -"4242",468,31251 -"4243",468,40682 -"4244",468,42416 -"4245",468,42840 -"4246",468,42887 -"4247",468,60583 -"4248",468,69154 -"4249",468,69214 -"4250",468,72932 -"4251",468,77930 -"4252",468,84270 -"4253",469,738 -"4254",469,15298 -"4255",470,600 -"4256",470,3665 -"4257",470,4463 -"4258",470,7228 -"4259",470,10433 -"4260",470,28115 -"4261",470,29712 -"4262",470,36195 -"4263",470,40466 -"4264",470,40559 -"4265",470,41851 -"4266",470,53832 -"4267",471,1457 -"4268",471,4569 -"4269",471,6450 -"4270",471,9977 -"4271",471,15205 -"4272",471,22543 -"4273",471,27243 -"4274",471,27496 -"4275",471,32767 -"4276",471,64108 -"4277",471,89652 -"4278",471,100309 -"4279",471,105117 -"4280",472,1654 -"4281",472,40394 -"4282",472,57457 -"4283",472,63984 -"4284",472,83383 -"4285",472,94247 -"4286",473,4054 -"4287",473,6207 -"4288",473,7220 -"4289",473,9506 -"4290",473,12241 -"4291",473,13466 -"4292",473,17998 -"4293",473,19253 -"4294",473,20470 -"4295",473,22109 -"4296",473,22977 -"4297",473,29052 -"4298",473,29557 -"4299",473,32553 -"4300",473,32642 -"4301",473,32664 -"4302",473,40678 -"4303",473,49147 -"4304",473,52186 -"4305",473,52767 -"4306",473,54865 -"4307",473,54901 -"4308",473,60776 -"4309",473,69114 -"4310",473,73230 -"4311",473,80570 -"4312",473,82522 -"4313",473,82573 -"4314",473,85314 -"4315",473,88173 -"4316",473,89603 -"4317",473,94456 -"4318",473,99761 -"4319",473,102409 -"4320",473,107905 -"4321",473,121852 -"4322",474,3998 -"4323",474,26156 -"4324",474,29267 -"4325",474,39062 -"4326",474,47595 -"4327",474,61086 -"4328",474,63726 -"4329",474,72682 -"4330",475,6836 -"4331",475,7630 -"4332",475,8233 -"4333",475,8234 -"4334",475,13372 -"4335",475,16817 -"4336",475,18038 -"4337",475,38498 -"4338",475,72938 -"4339",475,101213 -"4340",475,106292 -"4341",476,7407 -"4342",476,12998 -"4343",476,25505 -"4344",476,28800 -"4345",476,30199 -"4346",476,31089 -"4347",476,38376 -"4348",476,47885 -"4349",476,75648 -"4350",477,628 -"4351",477,2465 -"4352",477,2822 -"4353",477,3357 -"4354",477,3364 -"4355",477,11136 -"4356",477,14664 -"4357",477,16567 -"4358",477,18547 -"4359",477,31381 -"4360",477,36680 -"4361",477,48686 -"4362",477,97215 -"4363",478,1059 -"4364",478,9310 -"4365",478,12473 -"4366",478,13337 -"4367",478,21089 -"4368",478,27190 -"4369",478,27323 -"4370",478,39083 -"4371",478,56374 -"4372",478,61215 -"4373",478,64043 -"4374",478,70370 -"4375",478,75258 -"4376",478,77657 -"4377",478,78270 -"4378",478,97111 -"4379",478,103310 -"4380",478,115077 -"4381",478,115734 -"4382",478,117512 -"4383",478,118085 -"4384",478,119072 -"4385",478,120738 -"4386",479,49568 -"4387",479,90597 -"4388",479,105986 -"4389",480,88925 -"4390",481,705 -"4391",481,11667 -"4392",482,4062 -"4393",482,7107 -"4394",482,14109 -"4395",482,15039 -"4396",482,21575 -"4397",482,31411 -"4398",482,37211 -"4399",482,37953 -"4400",482,40427 -"4401",482,68986 -"4402",482,74387 -"4403",482,75089 -"4404",482,77560 -"4405",482,81754 -"4406",482,92625 -"4407",482,95391 -"4408",482,107486 -"4409",482,107601 -"4410",483,3007 -"4411",483,87798 -"4412",483,99657 -"4413",484,28572 -"4414",484,30926 -"4415",484,33925 -"4416",484,49241 -"4417",484,55117 -"4418",484,60758 -"4419",484,65938 -"4420",484,69646 -"4421",484,76186 -"4422",484,77567 -"4423",484,78842 -"4424",484,108432 -"4425",484,109905 -"4426",485,768 -"4427",485,2910 -"4428",485,2928 -"4429",485,3358 -"4430",485,7004 -"4431",485,9484 -"4432",485,10837 -"4433",485,11392 -"4434",485,11588 -"4435",485,12693 -"4436",485,13359 -"4437",485,14818 -"4438",485,15338 -"4439",485,18218 -"4440",485,18672 -"4441",485,18772 -"4442",485,21001 -"4443",485,27685 -"4444",485,28116 -"4445",485,33373 -"4446",485,34496 -"4447",485,35493 -"4448",485,45801 -"4449",485,46262 -"4450",485,46930 -"4451",485,48291 -"4452",485,52750 -"4453",485,55829 -"4454",485,55843 -"4455",485,55844 -"4456",485,55860 -"4457",485,55871 -"4458",485,55883 -"4459",485,55888 -"4460",485,55912 -"4461",485,55946 -"4462",485,55957 -"4463",485,57960 -"4464",485,60662 -"4465",485,62764 -"4466",485,62842 -"4467",485,66943 -"4468",485,77415 -"4469",485,78055 -"4470",485,83243 -"4471",485,93254 -"4472",485,93407 -"4473",485,93415 -"4474",485,110564 -"4475",486,489 -"4476",486,1221 -"4477",486,4161 -"4478",486,6877 -"4479",486,7520 -"4480",486,10271 -"4481",486,11769 -"4482",486,18257 -"4483",486,18498 -"4484",486,18588 -"4485",486,25241 -"4486",486,25529 -"4487",486,25853 -"4488",486,34254 -"4489",486,34563 -"4490",486,34649 -"4491",486,39433 -"4492",486,44529 -"4493",486,52796 -"4494",486,59567 -"4495",486,72141 -"4496",486,87161 -"4497",486,87220 -"4498",486,90390 -"4499",486,90765 -"4500",487,1025 -"4501",487,1081 -"4502",488,4445 -"4503",488,34578 -"4504",488,68472 -"4505",489,2104 -"4506",489,2224 -"4507",489,7675 -"4508",489,7701 -"4509",489,8821 -"4510",489,12188 -"4511",489,25241 -"4512",489,29133 -"4513",489,35187 -"4514",489,45319 -"4515",489,52796 -"4516",489,53081 -"4517",490,501 -"4518",490,23684 -"4519",491,2775 -"4520",491,13933 -"4521",491,20333 -"4522",491,25856 -"4523",491,57288 -"4524",491,91876 -"4525",492,4265 -"4526",492,19115 -"4527",492,33082 -"4528",492,60012 -"4529",492,78077 -"4530",492,98131 -"4531",493,6231 -"4532",493,12686 -"4533",493,41055 -"4534",493,45788 -"4535",493,60988 -"4536",493,61998 -"4537",494,504 -"4538",494,16997 -"4539",495,72615 -"4540",495,98055 -"4541",495,100251 -"4542",495,112600 -"4543",496,36396 -"4544",496,47715 -"4545",496,64277 -"4546",496,70339 -"4547",497,18381 -"4548",497,28622 -"4549",497,33682 -"4550",497,33978 -"4551",497,49148 -"4552",497,53837 -"4553",497,81934 -"4554",497,102702 -"4555",498,35656 -"4556",498,55390 -"4557",498,60957 -"4558",498,66719 -"4559",498,76101 -"4560",498,82698 -"4561",498,93718 -"4562",498,96330 -"4563",499,543 -"4564",499,1674 -"4565",499,7755 -"4566",499,8691 -"4567",499,18480 -"4568",499,32974 -"4569",499,35256 -"4570",499,38204 -"4571",499,41867 -"4572",499,56634 -"4573",499,61954 -"4574",499,82793 -"4575",500,4191 -"4576",500,4809 -"4577",500,10068 -"4578",500,13633 -"4579",500,25538 -"4580",500,25608 -"4581",500,25643 -"4582",500,30325 -"4583",500,99969 -"4584",501,7208 -"4585",501,23684 -"4586",501,56789 -"4587",502,648 -"4588",502,649 -"4589",502,650 -"4590",502,14193 -"4591",502,16545 -"4592",502,19687 -"4593",502,26567 -"4594",502,50517 -"4595",502,64918 -"4596",502,78577 -"4597",502,85148 -"4598",502,85264 -"4599",502,85673 -"4600",502,99920 -"4601",503,1271 -"4602",504,3515 -"4603",504,3732 -"4604",504,8384 -"4605",504,8431 -"4606",504,8437 -"4607",504,9003 -"4608",504,16679 -"4609",504,17422 -"4610",504,24060 -"4611",504,37087 -"4612",504,44293 -"4613",504,46091 -"4614",504,50701 -"4615",504,79038 -"4616",504,80145 -"4617",504,97051 -"4618",505,45596 -"4619",505,59755 -"4620",505,113230 -"4621",506,36152 -"4622",506,51996 -"4623",507,6193 -"4624",507,10833 -"4625",507,12010 -"4626",507,45738 -"4627",507,50034 -"4628",507,52553 -"4629",507,73715 -"4630",507,75921 -"4631",508,2273 -"4632",508,5086 -"4633",508,9262 -"4634",508,12388 -"4635",508,15215 -"4636",508,17783 -"4637",508,17844 -"4638",508,17845 -"4639",508,17911 -"4640",508,18165 -"4641",508,18388 -"4642",508,18389 -"4643",508,18404 -"4644",508,18405 -"4645",508,67189 -"4646",508,68767 -"4647",508,73133 -"4648",508,82009 -"4649",508,95155 -"4650",508,118049 -"4651",508,118052 -"4652",509,827 -"4653",509,2647 -"4654",509,2780 -"4655",509,3894 -"4656",509,4256 -"4657",509,8006 -"4658",509,15862 -"4659",509,16316 -"4660",509,35092 -"4661",509,36399 -"4662",509,43543 -"4663",509,51152 -"4664",509,58053 -"4665",509,61072 -"4666",509,61255 -"4667",509,61363 -"4668",509,80375 -"4669",509,95361 -"4670",509,114847 -"4671",510,584 -"4672",510,3767 -"4673",510,11760 -"4674",510,14111 -"4675",510,16583 -"4676",510,21026 -"4677",510,29351 -"4678",510,30486 -"4679",510,35102 -"4680",510,42058 -"4681",510,55892 -"4682",510,56209 -"4683",510,60706 -"4684",510,68962 -"4685",510,69651 -"4686",510,74720 -"4687",510,93190 -"4688",510,100385 -"4689",511,792 -"4690",511,2871 -"4691",511,4031 -"4692",511,7499 -"4693",511,8166 -"4694",511,10250 -"4695",511,12452 -"4696",511,13618 -"4697",511,13687 -"4698",511,13840 -"4699",511,37846 -"4700",511,37888 -"4701",511,41097 -"4702",511,46949 -"4703",511,47225 -"4704",511,52697 -"4705",511,57085 -"4706",511,64377 -"4707",511,69209 -"4708",511,87602 -"4709",511,97654 -"4710",512,43398 -"4711",512,54872 -"4712",512,57990 -"4713",513,1066 -"4714",513,7095 -"4715",513,8176 -"4716",513,8906 -"4717",513,14880 -"4718",513,23423 -"4719",513,26251 -"4720",513,30519 -"4721",513,33774 -"4722",513,40360 -"4723",514,1693 -"4724",514,75381 -"4725",515,25027 -"4726",515,67546 -"4727",515,114014 -"4728",516,830 -"4729",516,6100 -"4730",516,18787 -"4731",516,18858 -"4732",516,46852 -"4733",516,48170 -"4734",516,63021 -"4735",516,66023 -"4736",516,108259 -"4737",517,718 -"4738",517,764 -"4739",517,785 -"4740",517,897 -"4741",517,1375 -"4742",517,1852 -"4743",517,6831 -"4744",517,11186 -"4745",517,14879 -"4746",517,14895 -"4747",517,14926 -"4748",517,17898 -"4749",517,34450 -"4750",517,41839 -"4751",517,42224 -"4752",517,46860 -"4753",517,47214 -"4754",518,3297 -"4755",518,8896 -"4756",518,11871 -"4757",518,15919 -"4758",518,18940 -"4759",518,26054 -"4760",518,32423 -"4761",518,39507 -"4762",518,40004 -"4763",518,41869 -"4764",518,52409 -"4765",518,55235 -"4766",518,60169 -"4767",518,65786 -"4768",518,80679 -"4769",518,83796 -"4770",518,91551 -"4771",518,95560 -"4772",518,108334 -"4773",518,119431 -"4774",519,1302 -"4775",519,5462 -"4776",519,6134 -"4777",519,6154 -"4778",519,6263 -"4779",519,8611 -"4780",519,8621 -"4781",519,13970 -"4782",519,15299 -"4783",519,18510 -"4784",519,22130 -"4785",519,22877 -"4786",519,25216 -"4787",519,26370 -"4788",519,30946 -"4789",519,31085 -"4790",519,31919 -"4791",519,32098 -"4792",519,34145 -"4793",519,40735 -"4794",519,43105 -"4795",519,60064 -"4796",519,77026 -"4797",519,77188 -"4798",519,84666 -"4799",519,86002 -"4800",519,103004 -"4801",519,113783 -"4802",520,1655 -"4803",521,4172 -"4804",521,5599 -"4805",521,7030 -"4806",521,11369 -"4807",521,13619 -"4808",521,14800 -"4809",521,24719 -"4810",521,25755 -"4811",521,27232 -"4812",521,27302 -"4813",521,35454 -"4814",521,42544 -"4815",521,57107 -"4816",521,60905 -"4817",521,116874 -"4818",522,523 -"4819",522,7439 -"4820",522,15256 -"4821",522,17694 -"4822",522,18291 -"4823",522,20250 -"4824",522,20775 -"4825",522,29266 -"4826",522,32957 -"4827",522,36409 -"4828",522,37965 -"4829",522,41804 -"4830",522,54013 -"4831",522,70046 -"4832",522,101055 -"4833",522,102623 -"4834",522,102662 -"4835",522,102670 -"4836",524,1660 -"4837",524,4158 -"4838",524,12295 -"4839",524,14764 -"4840",524,19368 -"4841",524,28315 -"4842",524,38671 -"4843",524,43853 -"4844",524,62280 -"4845",524,81706 -"4846",524,90874 -"4847",525,1627 -"4848",525,1834 -"4849",525,23763 -"4850",525,74827 -"4851",525,84372 -"4852",525,91326 -"4853",525,118499 -"4854",526,27751 -"4855",526,88342 -"4856",527,1796 -"4857",527,7771 -"4858",527,7849 -"4859",527,53963 -"4860",528,40487 -"4861",530,4860 -"4862",530,19945 -"4863",530,21785 -"4864",530,30914 -"4865",530,84832 -"4866",530,108225 -"4867",531,86257 -"4868",531,109185 -"4869",532,34611 -"4870",533,105776 -"4871",534,7616 -"4872",534,9871 -"4873",534,11912 -"4874",534,12122 -"4875",534,12248 -"4876",534,25490 -"4877",534,36784 -"4878",534,39761 -"4879",534,43474 -"4880",534,44089 -"4881",534,53653 -"4882",534,54152 -"4883",534,68063 -"4884",534,69662 -"4885",534,74050 -"4886",534,82893 -"4887",534,96564 -"4888",534,99190 -"4889",534,100924 -"4890",534,105442 -"4891",534,115057 -"4892",535,725 -"4893",535,8581 -"4894",535,13156 -"4895",535,14726 -"4896",535,14761 -"4897",535,17864 -"4898",535,19654 -"4899",535,28891 -"4900",535,33064 -"4901",535,35953 -"4902",535,36577 -"4903",535,40392 -"4904",535,40815 -"4905",535,48657 -"4906",535,50411 -"4907",535,70354 -"4908",535,97114 -"4909",535,97121 -"4910",535,97126 -"4911",535,97127 -"4912",535,97131 -"4913",535,98358 -"4914",536,29144 -"4915",536,35287 -"4916",536,39530 -"4917",536,89502 -"4918",537,8548 -"4919",537,13695 -"4920",537,31629 -"4921",537,80606 -"4922",538,2868 -"4923",538,48377 -"4924",538,51782 -"4925",538,71686 -"4926",538,73718 -"4927",538,90215 -"4928",538,97904 -"4929",538,110852 -"4930",539,557 -"4931",540,6317 -"4932",540,7765 -"4933",540,22294 -"4934",540,22295 -"4935",540,26375 -"4936",540,39435 -"4937",540,79999 -"4938",541,14003 -"4939",541,50512 -"4940",541,54777 -"4941",542,4266 -"4942",542,5102 -"4943",542,5234 -"4944",542,5291 -"4945",542,5304 -"4946",542,5897 -"4947",542,9095 -"4948",542,9186 -"4949",542,11475 -"4950",542,14348 -"4951",542,15259 -"4952",542,17178 -"4953",542,21997 -"4954",542,22244 -"4955",542,31866 -"4956",542,34911 -"4957",542,39217 -"4958",542,48762 -"4959",542,50137 -"4960",542,65878 -"4961",542,70583 -"4962",542,73668 -"4963",542,76168 -"4964",542,85648 -"4965",543,552 -"4966",543,1151 -"4967",543,1777 -"4968",543,2484 -"4969",543,2640 -"4970",543,3878 -"4971",543,4940 -"4972",543,5422 -"4973",543,5427 -"4974",543,5444 -"4975",543,5504 -"4976",543,7323 -"4977",543,7605 -"4978",543,7755 -"4979",543,7805 -"4980",543,9553 -"4981",543,15479 -"4982",543,19548 -"4983",543,20700 -"4984",543,22130 -"4985",543,22749 -"4986",543,35256 -"4987",543,37570 -"4988",543,44254 -"4989",543,46641 -"4990",543,47535 -"4991",543,47624 -"4992",543,50457 -"4993",543,50518 -"4994",543,61871 -"4995",543,68610 -"4996",543,68656 -"4997",543,68666 -"4998",543,68703 -"4999",543,73537 -"5000",544,1875 -"5001",544,5126 -"5002",544,9633 -"5003",544,10237 -"5004",544,34654 -"5005",544,35955 -"5006",544,37310 -"5007",544,39708 -"5008",544,43137 -"5009",544,47854 -"5010",545,19861 -"5011",546,3441 -"5012",546,20703 -"5013",546,53002 -"5014",546,80687 -"5015",546,81563 -"5016",546,81567 -"5017",546,87257 -"5018",547,2154 -"5019",547,20442 -"5020",548,38244 -"5021",548,38324 -"5022",548,51988 -"5023",549,2145 -"5024",549,2146 -"5025",549,2167 -"5026",549,2235 -"5027",549,2944 -"5028",549,22081 -"5029",549,23223 -"5030",549,25872 -"5031",549,26644 -"5032",549,26687 -"5033",549,37550 -"5034",549,42827 -"5035",549,61570 -"5036",549,96935 -"5037",549,106125 -"5038",549,114502 -"5039",550,3158 -"5040",550,3623 -"5041",550,4218 -"5042",550,4283 -"5043",550,5672 -"5044",550,11270 -"5045",550,18512 -"5046",550,19132 -"5047",550,19133 -"5048",550,19372 -"5049",550,26937 -"5050",550,43601 -"5051",550,50132 -"5052",550,57221 -"5053",550,77722 -"5054",550,84566 -"5055",551,4018 -"5056",551,5904 -"5057",551,12572 -"5058",551,12648 -"5059",551,12650 -"5060",551,12651 -"5061",551,12668 -"5062",551,12943 -"5063",551,13082 -"5064",551,13421 -"5065",551,13549 -"5066",551,19343 -"5067",551,83592 -"5068",552,65871 -"5069",552,65919 -"5070",553,41772 -"5071",553,44305 -"5072",553,49317 -"5073",553,61931 -"5074",554,62629 -"5075",554,110127 -"5076",555,1247 -"5077",555,3368 -"5078",555,17740 -"5079",555,23521 -"5080",555,23534 -"5081",555,24595 -"5082",555,24776 -"5083",555,24859 -"5084",555,25781 -"5085",555,33848 -"5086",555,54144 -"5087",556,27989 -"5088",556,63364 -"5089",556,68006 -"5090",556,71027 -"5091",557,36047 -"5092",557,38539 -"5093",557,44060 -"5094",558,55729 -"5095",559,96374 -"5096",559,102899 -"5097",559,106549 -"5098",560,8116 -"5099",560,8823 -"5100",560,11565 -"5101",560,24019 -"5102",560,33617 -"5103",560,39073 -"5104",560,40255 -"5105",560,42752 -"5106",560,51851 -"5107",561,19684 -"5108",561,23387 -"5109",561,47903 -"5110",561,92089 -"5111",561,92090 -"5112",561,98456 -"5113",562,1219 -"5114",562,26592 -"5115",563,1405 -"5116",563,1859 -"5117",563,2296 -"5118",563,8754 -"5119",563,11648 -"5120",563,17700 -"5121",563,21292 -"5122",563,22117 -"5123",563,23524 -"5124",563,23539 -"5125",563,25422 -"5126",563,25564 -"5127",563,28030 -"5128",563,33012 -"5129",563,40453 -"5130",563,41464 -"5131",563,42700 -"5132",563,43844 -"5133",563,45532 -"5134",563,48574 -"5135",563,51821 -"5136",563,57478 -"5137",563,63669 -"5138",564,611 -"5139",564,1114 -"5140",564,1115 -"5141",564,11755 -"5142",564,27281 -"5143",564,52789 -"5144",564,52800 -"5145",564,85172 -"5146",565,848 -"5147",565,45189 -"5148",565,49864 -"5149",566,43532 -"5150",566,61544 -"5151",566,61736 -"5152",567,55449 -"5153",567,57912 -"5154",567,64146 -"5155",567,76706 -"5156",567,84780 -"5157",568,1706 -"5158",568,35042 -"5159",569,909 -"5160",569,2888 -"5161",569,8194 -"5162",569,9367 -"5163",569,10059 -"5164",569,10602 -"5165",569,11855 -"5166",569,12533 -"5167",569,12877 -"5168",569,13223 -"5169",569,13915 -"5170",569,14992 -"5171",569,17777 -"5172",569,22548 -"5173",569,25288 -"5174",569,27449 -"5175",569,28481 -"5176",569,31066 -"5177",569,32349 -"5178",569,34033 -"5179",569,36010 -"5180",569,41904 -"5181",569,44224 -"5182",569,45696 -"5183",569,47973 -"5184",569,50425 -"5185",569,50456 -"5186",569,50677 -"5187",569,57253 -"5188",569,63041 -"5189",569,66261 -"5190",569,68457 -"5191",569,69198 -"5192",569,71371 -"5193",569,77565 -"5194",569,78974 -"5195",569,81029 -"5196",569,83684 -"5197",569,86023 -"5198",569,86816 -"5199",569,87813 -"5200",569,88773 -"5201",569,90505 -"5202",569,90993 -"5203",569,90994 -"5204",569,92417 -"5205",569,100319 -"5206",569,101250 -"5207",569,101462 -"5208",569,109885 -"5209",569,110726 -"5210",569,110742 -"5211",569,112606 -"5212",569,116142 -"5213",569,116150 -"5214",569,116151 -"5215",569,116152 -"5216",569,116155 -"5217",569,116159 -"5218",569,116163 -"5219",569,116165 -"5220",569,116166 -"5221",569,116171 -"5222",569,116677 -"5223",569,116678 -"5224",570,2860 -"5225",570,3555 -"5226",570,4381 -"5227",570,4498 -"5228",570,4814 -"5229",570,4833 -"5230",570,5291 -"5231",570,5946 -"5232",570,11611 -"5233",570,13512 -"5234",570,17168 -"5235",570,28920 -"5236",570,59550 -"5237",571,117850 -"5238",572,1432 -"5239",573,600 -"5240",573,1630 -"5241",573,6517 -"5242",573,10735 -"5243",573,23705 -"5244",573,29793 -"5245",573,41739 -"5246",573,54158 -"5247",573,65176 -"5248",573,75314 -"5249",573,101247 -"5250",573,105063 -"5251",574,8305 -"5252",574,10041 -"5253",574,12500 -"5254",574,12763 -"5255",574,26585 -"5256",574,32740 -"5257",574,35758 -"5258",574,53519 -"5259",574,58427 -"5260",574,68762 -"5261",574,70064 -"5262",574,88610 -"5263",574,88627 -"5264",574,103111 -"5265",575,52324 -"5266",576,5790 -"5267",576,69480 -"5268",577,7216 -"5269",577,75505 -"5270",577,76321 -"5271",577,95211 -"5272",578,3892 -"5273",578,4227 -"5274",578,4235 -"5275",578,4254 -"5276",578,16362 -"5277",578,48690 -"5278",578,63683 -"5279",579,5927 -"5280",579,8131 -"5281",579,15069 -"5282",579,20025 -"5283",579,20254 -"5284",579,106777 -"5285",580,15160 -"5286",580,16259 -"5287",580,33241 -"5288",580,70413 -"5289",581,9152 -"5290",581,9465 -"5291",581,12831 -"5292",581,66998 -"5293",582,1351 -"5294",582,1393 -"5295",582,7898 -"5296",582,7900 -"5297",582,7903 -"5298",582,7924 -"5299",582,7932 -"5300",582,7935 -"5301",582,7941 -"5302",582,58589 -"5303",582,67871 -"5304",583,4252 -"5305",583,7114 -"5306",583,7161 -"5307",583,7715 -"5308",583,15441 -"5309",583,20572 -"5310",583,20667 -"5311",583,24989 -"5312",583,51632 -"5313",583,97341 -"5314",584,14874 -"5315",584,23956 -"5316",584,60706 -"5317",585,4413 -"5318",585,5206 -"5319",585,31641 -"5320",585,76953 -"5321",585,107354 -"5322",585,120143 -"5323",586,28897 -"5324",586,75947 -"5325",586,95379 -"5326",588,1787 -"5327",588,10421 -"5328",588,11550 -"5329",588,15119 -"5330",588,15127 -"5331",588,16477 -"5332",588,28213 -"5333",588,28229 -"5334",588,92085 -"5335",589,8296 -"5336",589,62125 -"5337",590,10950 -"5338",590,21575 -"5339",590,26847 -"5340",590,35688 -"5341",590,46239 -"5342",591,592 -"5343",591,3317 -"5344",591,12182 -"5345",591,28794 -"5346",592,19974 -"5347",592,76249 -"5348",592,83453 -"5349",593,617 -"5350",593,8766 -"5351",593,21934 -"5352",593,23744 -"5353",594,1644 -"5354",594,9650 -"5355",594,10892 -"5356",594,12881 -"5357",594,50807 -"5358",594,53220 -"5359",594,54508 -"5360",594,55250 -"5361",594,58135 -"5362",594,61298 -"5363",594,63161 -"5364",595,36662 -"5365",595,41368 -"5366",595,79789 -"5367",595,106439 -"5368",596,1596 -"5369",596,4785 -"5370",596,36177 -"5371",596,53572 -"5372",596,61603 -"5373",596,73407 -"5374",596,76985 -"5375",598,25705 -"5376",598,25908 -"5377",598,44477 -"5378",598,46602 -"5379",598,47588 -"5380",598,77597 -"5381",598,80704 -"5382",598,83031 -"5383",598,83049 -"5384",598,83085 -"5385",599,4059 -"5386",599,28891 -"5387",599,29503 -"5388",599,31435 -"5389",599,33616 -"5390",599,35421 -"5391",599,45851 -"5392",599,50850 -"5393",599,65074 -"5394",599,73332 -"5395",599,77906 -"5396",599,97520 -"5397",599,97550 -"5398",600,913 -"5399",600,3201 -"5400",600,3665 -"5401",600,4084 -"5402",600,6517 -"5403",600,8958 -"5404",600,10433 -"5405",600,10601 -"5406",600,17698 -"5407",600,23918 -"5408",600,24568 -"5409",600,29712 -"5410",600,37399 -"5411",600,40466 -"5412",600,40559 -"5413",600,41739 -"5414",600,45269 -"5415",600,52735 -"5416",600,53129 -"5417",600,53678 -"5418",600,53832 -"5419",600,57738 -"5420",600,63409 -"5421",600,63846 -"5422",600,64181 -"5423",600,65625 -"5424",600,66413 -"5425",600,74628 -"5426",600,77332 -"5427",600,81272 -"5428",600,83380 -"5429",600,85962 -"5430",600,105063 -"5431",600,114174 -"5432",600,114178 -"5433",601,1407 -"5434",601,13824 -"5435",601,14755 -"5436",601,16261 -"5437",601,18073 -"5438",601,19637 -"5439",601,25812 -"5440",601,28131 -"5441",601,30150 -"5442",601,39563 -"5443",601,63048 -"5444",601,67511 -"5445",601,70203 -"5446",601,81167 -"5447",601,85644 -"5448",601,91422 -"5449",601,98939 -"5450",601,112148 -"5451",601,117679 -"5452",602,762 -"5453",602,6982 -"5454",602,14103 -"5455",602,14723 -"5456",602,17338 -"5457",602,19337 -"5458",602,22311 -"5459",602,26965 -"5460",602,33776 -"5461",602,39022 -"5462",602,56039 -"5463",602,56488 -"5464",602,61348 -"5465",602,66958 -"5466",602,78676 -"5467",602,94139 -"5468",602,94835 -"5469",602,96930 -"5470",603,2893 -"5471",603,4823 -"5472",603,22383 -"5473",603,73758 -"5474",604,10916 -"5475",604,13802 -"5476",604,78368 -"5477",605,661 -"5478",606,2310 -"5479",606,11467 -"5480",606,16655 -"5481",606,19803 -"5482",606,40993 -"5483",606,65116 -"5484",606,65416 -"5485",606,71775 -"5486",606,79784 -"5487",606,84113 -"5488",606,84363 -"5489",606,90799 -"5490",606,99198 -"5491",607,13757 -"5492",607,16901 -"5493",607,16922 -"5494",607,24026 -"5495",607,29610 -"5496",607,42646 -"5497",607,57563 -"5498",607,69453 -"5499",607,72023 -"5500",607,87518 -"5501",608,983 -"5502",608,1051 -"5503",608,1124 -"5504",608,1144 -"5505",608,1336 -"5506",608,3203 -"5507",608,3305 -"5508",608,6215 -"5509",608,6750 -"5510",608,6751 -"5511",608,8369 -"5512",608,10488 -"5513",608,11082 -"5514",608,13307 -"5515",608,13533 -"5516",608,20326 -"5517",608,20480 -"5518",608,23626 -"5519",608,27497 -"5520",608,44741 -"5521",608,46544 -"5522",608,47214 -"5523",608,49084 -"5524",608,53220 -"5525",608,60878 -"5526",608,61581 -"5527",608,61920 -"5528",608,62784 -"5529",608,78934 -"5530",609,4536 -"5531",609,4577 -"5532",609,4841 -"5533",610,1895 -"5534",610,2055 -"5535",610,13885 -"5536",610,20056 -"5537",610,23856 -"5538",610,41752 -"5539",610,69560 -"5540",610,121071 -"5541",611,1114 -"5542",611,1115 -"5543",611,6732 -"5544",611,10857 -"5545",611,11755 -"5546",611,23492 -"5547",611,29715 -"5548",611,36197 -"5549",611,43652 -"5550",611,52789 -"5551",611,52800 -"5552",611,54551 -"5553",611,66232 -"5554",611,76284 -"5555",611,85172 -"5556",611,91808 -"5557",611,94480 -"5558",612,8044 -"5559",612,84384 -"5560",612,97522 -"5561",612,116731 -"5562",613,4020 -"5563",613,5078 -"5564",613,8600 -"5565",613,12929 -"5566",613,28387 -"5567",613,42268 -"5568",613,70133 -"5569",614,3312 -"5570",614,4571 -"5571",614,6977 -"5572",614,15090 -"5573",614,15253 -"5574",614,18535 -"5575",614,21455 -"5576",614,23923 -"5577",614,27249 -"5578",614,30098 -"5579",614,30099 -"5580",614,30110 -"5581",614,30161 -"5582",614,30174 -"5583",614,34370 -"5584",614,38254 -"5585",614,78220 -"5586",615,13012 -"5587",615,14727 -"5588",615,22942 -"5589",615,31579 -"5590",615,40176 -"5591",615,60345 -"5592",615,61954 -"5593",615,78045 -"5594",615,78444 -"5595",615,81509 -"5596",615,84212 -"5597",615,84666 -"5598",615,84709 -"5599",615,86986 -"5600",615,91186 -"5601",615,99110 -"5602",615,101477 -"5603",615,108415 -"5604",615,112812 -"5605",615,112867 -"5606",616,1111 -"5607",616,11841 -"5608",616,15417 -"5609",616,20267 -"5610",616,38332 -"5611",616,58939 -"5612",616,99187 -"5613",616,102702 -"5614",617,44748 -"5615",617,72515 -"5616",618,1377 -"5617",618,17206 -"5618",618,37407 -"5619",618,37416 -"5620",618,37436 -"5621",618,37462 -"5622",618,37559 -"5623",619,652 -"5624",619,3177 -"5625",619,30332 -"5626",619,31310 -"5627",619,34936 -"5628",620,1297 -"5629",620,3006 -"5630",620,25452 -"5631",620,27592 -"5632",620,69429 -"5633",620,85555 -"5634",620,106324 -"5635",621,5623 -"5636",621,12778 -"5637",621,24844 -"5638",621,28422 -"5639",621,29066 -"5640",621,30481 -"5641",621,33409 -"5642",621,34553 -"5643",621,67699 -"5644",622,1150 -"5645",622,8771 -"5646",622,12224 -"5647",622,14654 -"5648",622,19296 -"5649",622,19347 -"5650",622,23570 -"5651",622,33378 -"5652",622,88171 -"5653",623,34026 -"5654",624,3105 -"5655",624,4639 -"5656",624,6585 -"5657",624,9427 -"5658",624,13479 -"5659",624,13801 -"5660",624,14198 -"5661",624,19252 -"5662",624,24691 -"5663",624,24733 -"5664",624,26644 -"5665",624,26654 -"5666",624,26687 -"5667",624,32922 -"5668",624,33161 -"5669",624,57190 -"5670",624,57202 -"5671",624,57215 -"5672",624,57232 -"5673",624,57685 -"5674",624,91962 -"5675",625,41878 -"5676",625,103509 -"5677",625,105091 -"5678",625,108285 -"5679",626,11764 -"5680",626,41477 -"5681",626,41587 -"5682",626,62857 -"5683",626,72333 -"5684",626,86339 -"5685",626,95117 -"5686",627,5662 -"5687",627,11846 -"5688",627,12094 -"5689",627,12491 -"5690",627,12886 -"5691",627,16001 -"5692",627,16092 -"5693",627,18393 -"5694",627,19748 -"5695",627,21357 -"5696",627,22455 -"5697",627,36259 -"5698",627,39765 -"5699",627,42300 -"5700",627,42333 -"5701",627,42350 -"5702",627,44194 -"5703",627,47503 -"5704",627,51101 -"5705",627,71440 -"5706",627,76552 -"5707",627,76560 -"5708",627,117905 -"5709",628,1060 -"5710",628,2822 -"5711",628,3364 -"5712",628,3603 -"5713",628,8466 -"5714",628,12238 -"5715",628,14664 -"5716",628,16567 -"5717",628,16660 -"5718",628,17567 -"5719",628,23202 -"5720",628,31381 -"5721",628,36680 -"5722",628,41827 -"5723",628,97215 -"5724",629,8559 -"5725",629,32577 -"5726",629,57151 -"5727",629,61612 -"5728",630,25455 -"5729",630,33485 -"5730",631,4414 -"5731",631,13354 -"5732",631,14210 -"5733",631,23311 -"5734",631,25088 -"5735",631,30686 -"5736",631,30693 -"5737",631,30706 -"5738",631,45268 -"5739",631,49001 -"5740",632,1104 -"5741",632,70161 -"5742",633,676 -"5743",633,746 -"5744",633,2424 -"5745",633,6750 -"5746",633,11440 -"5747",633,14999 -"5748",633,15958 -"5749",633,16416 -"5750",633,28600 -"5751",633,33014 -"5752",633,34537 -"5753",633,35528 -"5754",633,43455 -"5755",633,46629 -"5756",633,61982 -"5757",633,78597 -"5758",633,78934 -"5759",633,81362 -"5760",634,5393 -"5761",634,5855 -"5762",635,69835 -"5763",636,673 -"5764",637,62781 -"5765",637,78806 -"5766",637,82730 -"5767",637,108163 -"5768",637,117757 -"5769",638,27930 -"5770",638,28255 -"5771",639,24243 -"5772",640,13898 -"5773",640,22332 -"5774",640,37493 -"5775",640,62250 -"5776",640,62251 -"5777",640,107006 -"5778",640,108274 -"5779",641,4653 -"5780",641,31767 -"5781",641,80732 -"5782",642,22790 -"5783",642,25930 -"5784",642,53026 -"5785",642,102742 -"5786",643,2661 -"5787",643,11235 -"5788",643,12749 -"5789",643,13913 -"5790",643,13986 -"5791",643,31095 -"5792",643,31096 -"5793",643,34057 -"5794",643,47424 -"5795",643,49894 -"5796",643,53419 -"5797",643,56427 -"5798",643,68921 -"5799",644,768 -"5800",644,3443 -"5801",644,7365 -"5802",644,14765 -"5803",644,15499 -"5804",644,17178 -"5805",644,19653 -"5806",644,19655 -"5807",644,20051 -"5808",644,21589 -"5809",644,40309 -"5810",644,45766 -"5811",644,53052 -"5812",644,72788 -"5813",644,72869 -"5814",644,80335 -"5815",644,104271 -"5816",645,52591 -"5817",646,57927 -"5818",646,77099 -"5819",647,8553 -"5820",647,11494 -"5821",647,16024 -"5822",647,18420 -"5823",647,27241 -"5824",647,32577 -"5825",647,40923 -"5826",647,41909 -"5827",647,56551 -"5828",647,63775 -"5829",647,79439 -"5830",647,82025 -"5831",647,84085 -"5832",647,89539 -"5833",647,92255 -"5834",648,649 -"5835",648,650 -"5836",648,3272 -"5837",648,30186 -"5838",649,650 -"5839",651,71272 -"5840",651,74947 -"5841",652,5370 -"5842",652,16673 -"5843",652,33911 -"5844",652,65281 -"5845",652,68041 -"5846",653,14575 -"5847",654,1166 -"5848",654,1250 -"5849",654,1460 -"5850",654,8453 -"5851",654,11466 -"5852",654,11862 -"5853",654,19902 -"5854",654,20992 -"5855",654,21063 -"5856",654,30771 -"5857",654,30772 -"5858",654,30861 -"5859",654,42737 -"5860",655,6635 -"5861",655,6734 -"5862",655,6980 -"5863",655,19147 -"5864",655,20336 -"5865",657,1191 -"5866",657,1223 -"5867",657,1251 -"5868",657,1261 -"5869",657,1262 -"5870",657,18085 -"5871",657,27890 -"5872",657,28233 -"5873",657,31603 -"5874",657,36216 -"5875",657,39679 -"5876",657,44726 -"5877",658,1132 -"5878",658,1134 -"5879",658,2016 -"5880",658,2211 -"5881",658,7543 -"5882",658,11638 -"5883",658,19531 -"5884",658,23176 -"5885",658,27719 -"5886",658,27798 -"5887",658,33268 -"5888",658,37853 -"5889",658,60690 -"5890",658,74578 -"5891",659,666 -"5892",660,665 -"5893",661,8038 -"5894",661,25018 -"5895",661,31144 -"5896",661,57425 -"5897",662,1274 -"5898",662,1275 -"5899",663,4208 -"5900",663,31374 -"5901",664,101467 -"5902",664,102459 -"5903",665,29477 -"5904",665,65952 -"5905",665,86279 -"5906",665,92580 -"5907",665,93969 -"5908",665,99974 -"5909",665,116423 -"5910",665,116430 -"5911",666,56523 -"5912",667,1761 -"5913",667,1869 -"5914",667,2166 -"5915",667,4109 -"5916",667,4226 -"5917",667,7469 -"5918",667,14787 -"5919",667,43518 -"5920",667,48260 -"5921",667,55543 -"5922",667,63132 -"5923",668,670 -"5924",668,2946 -"5925",668,5484 -"5926",668,16136 -"5927",668,26884 -"5928",668,40808 -"5929",668,42882 -"5930",668,48727 -"5931",668,50072 -"5932",668,64849 -"5933",668,71445 -"5934",668,74573 -"5935",668,96903 -"5936",668,106328 -"5937",668,112356 -"5938",669,4138 -"5939",669,6241 -"5940",669,10859 -"5941",669,12034 -"5942",669,16881 -"5943",669,18749 -"5944",669,19753 -"5945",669,24405 -"5946",669,24978 -"5947",669,24979 -"5948",669,25092 -"5949",669,29385 -"5950",669,30320 -"5951",669,30388 -"5952",669,35069 -"5953",669,38145 -"5954",669,39278 -"5955",669,39318 -"5956",669,39331 -"5957",669,40889 -"5958",669,42295 -"5959",669,43246 -"5960",669,71749 -"5961",669,81313 -"5962",669,81338 -"5963",669,85178 -"5964",669,85535 -"5965",669,85536 -"5966",671,5195 -"5967",671,7933 -"5968",671,9446 -"5969",671,20824 -"5970",671,24755 -"5971",671,26570 -"5972",671,27137 -"5973",671,31284 -"5974",671,36981 -"5975",671,46108 -"5976",671,50387 -"5977",671,51022 -"5978",671,51322 -"5979",671,51819 -"5980",671,53546 -"5981",671,55691 -"5982",671,55975 -"5983",671,56476 -"5984",671,58230 -"5985",671,59480 -"5986",671,59481 -"5987",671,64141 -"5988",671,75244 -"5989",671,83712 -"5990",671,83743 -"5991",671,83747 -"5992",671,100396 -"5993",671,106875 -"5994",672,5737 -"5995",672,32120 -"5996",672,39273 -"5997",672,44345 -"5998",672,44815 -"5999",672,68016 -"6000",673,6422 -"6001",673,25017 -"6002",674,2682 -"6003",674,9032 -"6004",674,44073 -"6005",674,44074 -"6006",674,44075 -"6007",674,59683 -"6008",674,68682 -"6009",674,85106 -"6010",675,1136 -"6011",675,2020 -"6012",675,20319 -"6013",675,24447 -"6014",675,26322 -"6015",675,32745 -"6016",675,36335 -"6017",675,44585 -"6018",675,44648 -"6019",675,56175 -"6020",675,64997 -"6021",675,82754 -"6022",675,83199 -"6023",675,101231 -"6024",675,102006 -"6025",675,102107 -"6026",675,102149 -"6027",676,15958 -"6028",677,2117 -"6029",677,26290 -"6030",677,89679 -"6031",678,24531 -"6032",678,39448 -"6033",678,46646 -"6034",678,46694 -"6035",678,51817 -"6036",678,83173 -"6037",678,112806 -"6038",679,11326 -"6039",679,12702 -"6040",679,45335 -"6041",679,48486 -"6042",679,54895 -"6043",680,957 -"6044",680,1597 -"6045",680,3117 -"6046",680,3898 -"6047",680,4303 -"6048",680,5959 -"6049",680,9782 -"6050",680,12394 -"6051",680,12759 -"6052",680,14345 -"6053",680,18381 -"6054",680,18935 -"6055",680,20574 -"6056",680,25373 -"6057",680,26207 -"6058",680,32301 -"6059",680,34011 -"6060",680,36320 -"6061",680,36754 -"6062",680,37636 -"6063",680,40461 -"6064",680,41345 -"6065",680,41723 -"6066",680,41881 -"6067",680,46992 -"6068",680,50585 -"6069",680,54647 -"6070",680,55344 -"6071",680,58022 -"6072",680,58947 -"6073",680,72673 -"6074",680,73836 -"6075",680,94525 -"6076",680,117761 -"6077",681,1659 -"6078",681,1713 -"6079",681,1714 -"6080",681,88216 -"6081",682,722 -"6082",682,6828 -"6083",682,7921 -"6084",683,9810 -"6085",683,20218 -"6086",683,28111 -"6087",683,30891 -"6088",683,32531 -"6089",683,46664 -"6090",684,1751 -"6091",684,8661 -"6092",684,53916 -"6093",684,64615 -"6094",684,83062 -"6095",684,83155 -"6096",684,97377 -"6097",685,15311 -"6098",685,15375 -"6099",685,20235 -"6100",685,20464 -"6101",685,36099 -"6102",685,59637 -"6103",685,66689 -"6104",685,76287 -"6105",686,719 -"6106",686,3171 -"6107",686,12930 -"6108",686,14044 -"6109",686,17844 -"6110",686,19371 -"6111",686,38077 -"6112",686,38088 -"6113",686,38174 -"6114",686,38192 -"6115",686,38197 -"6116",686,38233 -"6117",686,39403 -"6118",686,40310 -"6119",686,42818 -"6120",686,56893 -"6121",686,81798 -"6122",687,21203 -"6123",687,21751 -"6124",687,45651 -"6125",687,93904 -"6126",688,713 -"6127",688,53135 -"6128",689,110930 -"6129",690,7180 -"6130",690,44552 -"6131",690,87140 -"6132",690,96867 -"6133",690,99215 -"6134",690,109213 -"6135",691,797 -"6136",691,1783 -"6137",691,1919 -"6138",691,6865 -"6139",691,7297 -"6140",691,11207 -"6141",691,11495 -"6142",691,22442 -"6143",691,24708 -"6144",691,28288 -"6145",691,28385 -"6146",691,31163 -"6147",691,31255 -"6148",691,32380 -"6149",691,37901 -"6150",691,37903 -"6151",691,38011 -"6152",691,41953 -"6153",691,78019 -"6154",691,83081 -"6155",691,87785 -"6156",691,103003 -"6157",691,106599 -"6158",692,5096 -"6159",692,78795 -"6160",693,57701 -"6161",694,13710 -"6162",694,14955 -"6163",695,761 -"6164",695,54270 -"6165",695,81121 -"6166",696,819 -"6167",696,833 -"6168",696,844 -"6169",696,854 -"6170",696,857 -"6171",696,864 -"6172",696,892 -"6173",696,895 -"6174",696,908 -"6175",696,918 -"6176",696,1100 -"6177",696,2051 -"6178",696,2958 -"6179",696,26234 -"6180",696,31412 -"6181",696,35360 -"6182",696,97749 -"6183",696,97754 -"6184",697,12778 -"6185",697,19608 -"6186",697,24753 -"6187",697,52699 -"6188",697,59141 -"6189",697,69396 -"6190",697,84365 -"6191",698,5655 -"6192",698,8994 -"6193",698,10116 -"6194",698,22447 -"6195",698,31443 -"6196",698,45000 -"6197",698,52947 -"6198",698,72995 -"6199",698,73017 -"6200",699,2583 -"6201",699,4615 -"6202",699,6639 -"6203",699,6742 -"6204",699,13641 -"6205",699,14838 -"6206",699,18517 -"6207",699,20004 -"6208",699,20011 -"6209",699,20147 -"6210",699,20174 -"6211",699,22235 -"6212",699,23802 -"6213",699,23913 -"6214",699,23984 -"6215",699,24228 -"6216",699,29596 -"6217",699,34637 -"6218",699,44730 -"6219",699,62843 -"6220",699,63678 -"6221",699,88024 -"6222",699,88042 -"6223",699,99646 -"6224",699,99647 -"6225",700,709 -"6226",701,775 -"6227",701,805 -"6228",701,1999 -"6229",701,3294 -"6230",701,3336 -"6231",701,6363 -"6232",701,6403 -"6233",701,7582 -"6234",701,11501 -"6235",701,15507 -"6236",701,22287 -"6237",701,23976 -"6238",701,27173 -"6239",701,37285 -"6240",701,57149 -"6241",701,76216 -"6242",701,102675 -"6243",702,74226 -"6244",703,704 -"6245",703,795 -"6246",703,21024 -"6247",703,21885 -"6248",703,74256 -"6249",704,795 -"6250",704,5198 -"6251",704,6789 -"6252",704,15310 -"6253",704,23151 -"6254",704,30883 -"6255",704,46372 -"6256",704,50487 -"6257",704,88863 -"6258",704,92736 -"6259",704,102008 -"6260",704,102022 -"6261",705,801 -"6262",705,4213 -"6263",705,43348 -"6264",705,63424 -"6265",705,63467 -"6266",705,77636 -"6267",705,84926 -"6268",705,103581 -"6269",706,8812 -"6270",706,99986 -"6271",707,9071 -"6272",707,13992 -"6273",707,14986 -"6274",707,16352 -"6275",707,16420 -"6276",707,28443 -"6277",707,29746 -"6278",707,31971 -"6279",707,33354 -"6280",707,76905 -"6281",707,85136 -"6282",708,6111 -"6283",708,6737 -"6284",708,6747 -"6285",708,6841 -"6286",708,15452 -"6287",708,17631 -"6288",708,21979 -"6289",708,35972 -"6290",708,43811 -"6291",708,45297 -"6292",708,45921 -"6293",708,50196 -"6294",708,52053 -"6295",708,71287 -"6296",708,71337 -"6297",708,71571 -"6298",708,72093 -"6299",708,76580 -"6300",708,78736 -"6301",708,85642 -"6302",708,85664 -"6303",708,93113 -"6304",708,93341 -"6305",708,94041 -"6306",708,98741 -"6307",708,103500 -"6308",708,103596 -"6309",708,104361 -"6310",708,104386 -"6311",708,104401 -"6312",708,107500 -"6313",709,68629 -"6314",709,81859 -"6315",709,103093 -"6316",709,123259 -"6317",710,780 -"6318",710,70353 -"6319",710,94295 -"6320",710,97778 -"6321",711,712 -"6322",711,758 -"6323",711,14188 -"6324",711,19526 -"6325",711,60464 -"6326",711,100848 -"6327",712,758 -"6328",712,11658 -"6329",712,12091 -"6330",712,16585 -"6331",712,37135 -"6332",712,39000 -"6333",712,71012 -"6334",712,71905 -"6335",712,117077 -"6336",713,1617 -"6337",714,3560 -"6338",714,109040 -"6339",715,791 -"6340",715,100663 -"6341",715,100664 -"6342",716,783 -"6343",716,1104 -"6344",716,4974 -"6345",716,7337 -"6346",716,7815 -"6347",716,8395 -"6348",716,8827 -"6349",716,10761 -"6350",716,10901 -"6351",716,11841 -"6352",716,14396 -"6353",716,14426 -"6354",716,16585 -"6355",716,18342 -"6356",716,20532 -"6357",716,22585 -"6358",716,24327 -"6359",716,24635 -"6360",716,26694 -"6361",716,30584 -"6362",716,31403 -"6363",716,37372 -"6364",716,38452 -"6365",716,39396 -"6366",716,40797 -"6367",716,43706 -"6368",716,44577 -"6369",716,48285 -"6370",716,51927 -"6371",716,56100 -"6372",716,58970 -"6373",716,60430 -"6374",716,60828 -"6375",716,61007 -"6376",716,62844 -"6377",716,66260 -"6378",716,72715 -"6379",716,76483 -"6380",716,77924 -"6381",716,83673 -"6382",716,84533 -"6383",716,88932 -"6384",716,89185 -"6385",716,93452 -"6386",716,106328 -"6387",716,119739 -"6388",717,8057 -"6389",717,9697 -"6390",717,14489 -"6391",717,21358 -"6392",717,24905 -"6393",717,25941 -"6394",717,26092 -"6395",717,33836 -"6396",717,35304 -"6397",717,43845 -"6398",717,43871 -"6399",717,48823 -"6400",717,64190 -"6401",717,76589 -"6402",717,99395 -"6403",718,764 -"6404",718,785 -"6405",718,9532 -"6406",719,915 -"6407",719,9097 -"6408",719,11925 -"6409",719,12068 -"6410",719,12388 -"6411",719,17844 -"6412",719,28112 -"6413",719,28882 -"6414",719,32726 -"6415",719,33380 -"6416",719,41682 -"6417",719,42944 -"6418",719,48716 -"6419",719,48732 -"6420",719,49433 -"6421",719,57619 -"6422",719,68795 -"6423",720,3164 -"6424",720,6832 -"6425",720,6941 -"6426",720,16767 -"6427",720,37401 -"6428",720,52694 -"6429",720,57151 -"6430",721,4298 -"6431",721,41388 -"6432",721,47890 -"6433",721,74158 -"6434",721,77236 -"6435",721,88023 -"6436",722,6055 -"6437",722,7231 -"6438",722,7242 -"6439",722,7974 -"6440",722,7992 -"6441",722,14806 -"6442",722,22213 -"6443",722,47890 -"6444",723,35586 -"6445",723,62984 -"6446",723,105881 -"6447",724,79695 -"6448",724,79696 -"6449",725,12541 -"6450",725,13156 -"6451",725,20906 -"6452",725,30907 -"6453",725,40815 -"6454",725,42102 -"6455",725,47865 -"6456",725,49621 -"6457",725,57072 -"6458",725,57446 -"6459",725,69471 -"6460",725,74579 -"6461",725,81113 -"6462",725,81758 -"6463",725,84390 -"6464",725,93766 -"6465",725,96817 -"6466",725,96846 -"6467",725,96864 -"6468",725,99716 -"6469",725,101037 -"6470",725,103856 -"6471",726,4503 -"6472",726,29989 -"6473",726,32943 -"6474",726,38091 -"6475",726,58566 -"6476",727,6829 -"6477",727,17938 -"6478",727,21152 -"6479",727,26595 -"6480",727,70536 -"6481",727,80487 -"6482",728,986 -"6483",728,1060 -"6484",728,4746 -"6485",728,10754 -"6486",728,21292 -"6487",728,24237 -"6488",728,25841 -"6489",728,32944 -"6490",728,38557 -"6491",728,48669 -"6492",728,49700 -"6493",728,57897 -"6494",728,65969 -"6495",729,2247 -"6496",730,731 -"6497",730,6179 -"6498",731,5934 -"6499",731,8856 -"6500",731,12759 -"6501",731,18267 -"6502",731,41723 -"6503",732,763 -"6504",732,1226 -"6505",732,2195 -"6506",732,8172 -"6507",732,14507 -"6508",732,18088 -"6509",732,24648 -"6510",732,24825 -"6511",732,29114 -"6512",732,31613 -"6513",732,36195 -"6514",732,36197 -"6515",732,52666 -"6516",732,57172 -"6517",732,58485 -"6518",732,75860 -"6519",733,2063 -"6520",733,6570 -"6521",733,16164 -"6522",733,17806 -"6523",733,50667 -"6524",733,52457 -"6525",733,58221 -"6526",733,73728 -"6527",733,77098 -"6528",733,99103 -"6529",733,106245 -"6530",733,109654 -"6531",733,116228 -"6532",734,970 -"6533",734,31549 -"6534",734,55264 -"6535",734,75270 -"6536",734,105258 -"6537",735,1363 -"6538",736,16797 -"6539",737,1002 -"6540",737,61262 -"6541",739,31270 -"6542",739,42469 -"6543",739,42904 -"6544",739,101152 -"6545",739,106205 -"6546",740,85144 -"6547",740,105375 -"6548",741,1041 -"6549",741,1084 -"6550",741,1205 -"6551",741,2433 -"6552",741,5911 -"6553",741,12530 -"6554",741,12743 -"6555",741,21008 -"6556",741,25046 -"6557",741,25533 -"6558",741,38590 -"6559",741,39820 -"6560",741,43021 -"6561",741,56669 -"6562",741,62986 -"6563",741,74837 -"6564",741,76521 -"6565",741,79471 -"6566",741,117863 -"6567",742,743 -"6568",742,5704 -"6569",742,37774 -"6570",742,49158 -"6571",742,84602 -"6572",742,86151 -"6573",742,95478 -"6574",742,97761 -"6575",742,105632 -"6576",742,105666 -"6577",742,105667 -"6578",742,109727 -"6579",744,1076 -"6580",744,61212 -"6581",744,84995 -"6582",744,114241 -"6583",745,5041 -"6584",745,24293 -"6585",745,29967 -"6586",745,49928 -"6587",745,86270 -"6588",745,94660 -"6589",746,2424 -"6590",746,6750 -"6591",746,18074 -"6592",746,25354 -"6593",746,28600 -"6594",746,33014 -"6595",746,33025 -"6596",746,34537 -"6597",746,35528 -"6598",746,43455 -"6599",746,46629 -"6600",746,61982 -"6601",746,78597 -"6602",746,78934 -"6603",746,81362 -"6604",747,52727 -"6605",747,76801 -"6606",747,95285 -"6607",747,95317 -"6608",747,95318 -"6609",748,802 -"6610",748,40867 -"6611",749,18440 -"6612",750,4332 -"6613",750,10176 -"6614",750,12566 -"6615",750,14922 -"6616",750,19818 -"6617",750,30477 -"6618",750,54100 -"6619",750,71418 -"6620",751,35224 -"6621",751,71489 -"6622",752,5080 -"6623",752,18543 -"6624",752,22052 -"6625",752,26873 -"6626",752,41085 -"6627",752,43549 -"6628",752,44427 -"6629",752,50235 -"6630",752,52608 -"6631",752,53453 -"6632",752,54324 -"6633",752,58648 -"6634",752,61572 -"6635",752,67825 -"6636",752,70925 -"6637",752,92592 -"6638",752,101681 -"6639",752,101967 -"6640",752,107539 -"6641",752,109820 -"6642",752,110380 -"6643",752,110394 -"6644",752,119592 -"6645",752,120033 -"6646",753,3870 -"6647",753,4103 -"6648",753,48130 -"6649",754,28632 -"6650",754,51036 -"6651",755,765 -"6652",755,9985 -"6653",755,12737 -"6654",755,30746 -"6655",755,38646 -"6656",755,39326 -"6657",755,44630 -"6658",756,3502 -"6659",756,94846 -"6660",756,119629 -"6661",756,121177 -"6662",757,5203 -"6663",757,7557 -"6664",757,11103 -"6665",757,29930 -"6666",757,31217 -"6667",757,33382 -"6668",757,37478 -"6669",757,40821 -"6670",757,48779 -"6671",757,54721 -"6672",757,60849 -"6673",757,86773 -"6674",758,5328 -"6675",758,9597 -"6676",758,9801 -"6677",758,11658 -"6678",758,15373 -"6679",758,32339 -"6680",758,39656 -"6681",759,3495 -"6682",759,22917 -"6683",759,30555 -"6684",759,37301 -"6685",759,47369 -"6686",759,58149 -"6687",760,3554 -"6688",760,32463 -"6689",760,73564 -"6690",760,112156 -"6691",761,6863 -"6692",761,21507 -"6693",761,32866 -"6694",761,38414 -"6695",761,49680 -"6696",761,54270 -"6697",761,83500 -"6698",762,8060 -"6699",762,23664 -"6700",762,24305 -"6701",762,26965 -"6702",762,48984 -"6703",762,56039 -"6704",762,56488 -"6705",762,61348 -"6706",762,62733 -"6707",762,66958 -"6708",763,823 -"6709",763,1226 -"6710",763,14507 -"6711",763,33024 -"6712",764,785 -"6713",764,9532 -"6714",765,1115 -"6715",765,3040 -"6716",765,4510 -"6717",765,8985 -"6718",765,21284 -"6719",765,21315 -"6720",765,21367 -"6721",765,28998 -"6722",765,32711 -"6723",765,41437 -"6724",765,53112 -"6725",765,53314 -"6726",765,68256 -"6727",765,82147 -"6728",765,85530 -"6729",765,85583 -"6730",766,773 -"6731",767,18072 -"6732",767,18265 -"6733",767,32678 -"6734",767,33447 -"6735",767,75700 -"6736",767,120864 -"6737",768,7391 -"6738",768,10837 -"6739",768,11392 -"6740",768,15072 -"6741",768,21001 -"6742",768,23271 -"6743",768,27685 -"6744",768,34496 -"6745",768,45801 -"6746",768,55829 -"6747",768,55843 -"6748",768,55844 -"6749",768,55860 -"6750",768,55871 -"6751",768,55883 -"6752",768,55888 -"6753",768,55912 -"6754",768,55946 -"6755",768,55957 -"6756",768,78055 -"6757",768,107435 -"6758",768,120148 -"6759",768,120152 -"6760",769,3935 -"6761",769,78084 -"6762",769,78121 -"6763",769,78162 -"6764",769,78175 -"6765",770,7130 -"6766",770,7353 -"6767",770,10933 -"6768",770,13585 -"6769",770,19018 -"6770",770,19061 -"6771",770,19082 -"6772",770,19135 -"6773",770,23811 -"6774",770,74844 -"6775",771,7797 -"6776",771,9199 -"6777",771,17259 -"6778",771,30385 -"6779",771,38565 -"6780",771,42202 -"6781",771,42536 -"6782",771,48483 -"6783",771,67791 -"6784",771,111530 -"6785",773,1227 -"6786",773,15040 -"6787",773,18927 -"6788",773,33566 -"6789",773,54009 -"6790",774,969 -"6791",774,67628 -"6792",775,805 -"6793",775,1999 -"6794",775,3294 -"6795",775,3336 -"6796",775,6363 -"6797",775,6403 -"6798",775,6404 -"6799",775,6410 -"6800",775,6414 -"6801",775,7582 -"6802",775,8992 -"6803",775,11501 -"6804",775,14280 -"6805",775,21402 -"6806",775,29121 -"6807",775,58510 -"6808",776,2802 -"6809",776,2821 -"6810",776,2997 -"6811",776,3055 -"6812",776,3077 -"6813",776,16188 -"6814",776,23402 -"6815",776,33506 -"6816",776,41766 -"6817",776,48081 -"6818",776,49601 -"6819",776,107557 -"6820",776,109393 -"6821",776,109436 -"6822",776,110471 -"6823",776,110472 -"6824",776,110559 -"6825",776,115638 -"6826",777,6519 -"6827",777,82259 -"6828",778,9261 -"6829",778,13246 -"6830",778,33650 -"6831",778,64411 -"6832",778,76370 -"6833",779,4844 -"6834",779,8803 -"6835",779,38491 -"6836",779,48693 -"6837",779,49900 -"6838",779,56878 -"6839",779,70289 -"6840",779,87206 -"6841",779,94532 -"6842",781,3222 -"6843",781,3250 -"6844",781,42180 -"6845",781,82204 -"6846",781,87538 -"6847",781,87557 -"6848",781,87683 -"6849",782,1186 -"6850",782,7785 -"6851",782,13475 -"6852",782,15519 -"6853",782,18978 -"6854",782,32532 -"6855",782,32651 -"6856",782,42007 -"6857",782,53707 -"6858",782,62936 -"6859",782,66001 -"6860",782,118066 -"6861",782,120044 -"6862",782,122850 -"6863",783,1104 -"6864",783,1629 -"6865",783,3477 -"6866",783,3536 -"6867",783,7765 -"6868",783,8402 -"6869",783,10431 -"6870",783,10585 -"6871",783,10901 -"6872",783,11841 -"6873",783,14396 -"6874",783,18342 -"6875",783,19257 -"6876",783,19258 -"6877",783,21467 -"6878",783,24327 -"6879",783,26162 -"6880",783,27063 -"6881",783,34978 -"6882",783,39396 -"6883",783,56100 -"6884",783,60430 -"6885",783,69331 -"6886",783,69472 -"6887",783,76483 -"6888",783,79100 -"6889",783,81163 -"6890",783,91475 -"6891",783,94205 -"6892",784,2222 -"6893",784,3856 -"6894",784,6597 -"6895",784,15825 -"6896",784,27618 -"6897",784,29605 -"6898",784,35470 -"6899",784,45094 -"6900",784,48349 -"6901",784,59269 -"6902",784,67192 -"6903",784,89015 -"6904",784,91699 -"6905",785,61102 -"6906",785,75562 -"6907",786,51621 -"6908",786,103058 -"6909",786,119212 -"6910",787,807 -"6911",787,24391 -"6912",788,33121 -"6913",788,89154 -"6914",789,30033 -"6915",789,32832 -"6916",789,47271 -"6917",789,96418 -"6918",790,57627 -"6919",790,68897 -"6920",791,7143 -"6921",791,12081 -"6922",791,13032 -"6923",791,20528 -"6924",791,20830 -"6925",791,38883 -"6926",791,46023 -"6927",791,53723 -"6928",791,67830 -"6929",791,87287 -"6930",792,2871 -"6931",792,18821 -"6932",792,34845 -"6933",792,46929 -"6934",792,63312 -"6935",792,79493 -"6936",792,79714 -"6937",792,80473 -"6938",793,52262 -"6939",793,82331 -"6940",794,21741 -"6941",794,45730 -"6942",794,47218 -"6943",794,80088 -"6944",794,80549 -"6945",794,84294 -"6946",794,88297 -"6947",794,91083 -"6948",794,101534 -"6949",794,110998 -"6950",794,111048 -"6951",794,111067 -"6952",795,15310 -"6953",795,21182 -"6954",795,46372 -"6955",795,96629 -"6956",795,97208 -"6957",796,3190 -"6958",796,11325 -"6959",796,17825 -"6960",796,17843 -"6961",796,19584 -"6962",796,21383 -"6963",796,21398 -"6964",796,21474 -"6965",796,26285 -"6966",796,27581 -"6967",796,32025 -"6968",796,34163 -"6969",796,34205 -"6970",796,40643 -"6971",796,41070 -"6972",796,74078 -"6973",796,95038 -"6974",797,80135 -"6975",797,85092 -"6976",797,85113 -"6977",798,14361 -"6978",798,14582 -"6979",798,14728 -"6980",798,28390 -"6981",798,30510 -"6982",798,34791 -"6983",798,35477 -"6984",798,45127 -"6985",798,54108 -"6986",798,54460 -"6987",798,58976 -"6988",798,59024 -"6989",798,59509 -"6990",798,68176 -"6991",798,100787 -"6992",799,27545 -"6993",801,9194 -"6994",801,43348 -"6995",801,45934 -"6996",801,65893 -"6997",801,94767 -"6998",802,2948 -"6999",802,5212 -"7000",802,17097 -"7001",802,22403 -"7002",802,29372 -"7003",802,30639 -"7004",802,40646 -"7005",802,40867 -"7006",802,41108 -"7007",802,48435 -"7008",802,53333 -"7009",802,57150 -"7010",802,68449 -"7011",802,81694 -"7012",803,1321 -"7013",803,1676 -"7014",803,6190 -"7015",803,7078 -"7016",803,11811 -"7017",803,13503 -"7018",803,15557 -"7019",803,20783 -"7020",803,22511 -"7021",803,23269 -"7022",803,26141 -"7023",803,33453 -"7024",803,43560 -"7025",803,46442 -"7026",803,46601 -"7027",803,47223 -"7028",803,49517 -"7029",803,64941 -"7030",803,65376 -"7031",803,77993 -"7032",803,79314 -"7033",803,84705 -"7034",803,86149 -"7035",803,86799 -"7036",803,88086 -"7037",804,56999 -"7038",804,74919 -"7039",805,839 -"7040",805,74519 -"7041",806,2962 -"7042",806,65854 -"7043",807,4933 -"7044",807,32442 -"7045",807,39646 -"7046",807,40164 -"7047",807,52921 -"7048",807,56997 -"7049",807,79502 -"7050",807,81731 -"7051",807,95704 -"7052",807,97810 -"7053",807,109224 -"7054",807,113355 -"7055",807,113362 -"7056",807,113365 -"7057",807,123122 -"7058",808,9043 -"7059",808,68996 -"7060",808,96573 -"7061",809,23482 -"7062",810,1624 -"7063",810,1708 -"7064",810,2808 -"7065",810,3480 -"7066",810,9496 -"7067",810,10500 -"7068",810,11220 -"7069",810,13258 -"7070",810,26527 -"7071",810,58308 -"7072",810,90249 -"7073",810,91915 -"7074",810,100228 -"7075",811,6575 -"7076",811,19122 -"7077",811,33136 -"7078",811,50479 -"7079",811,54535 -"7080",811,55422 -"7081",811,64720 -"7082",812,904 -"7083",812,19795 -"7084",812,21583 -"7085",812,93229 -"7086",813,16098 -"7087",813,24132 -"7088",813,58998 -"7089",813,70500 -"7090",813,89156 -"7091",813,108595 -"7092",813,116578 -"7093",813,122615 -"7094",814,113992 -"7095",814,115539 -"7096",815,874 -"7097",815,9679 -"7098",815,14672 -"7099",815,14859 -"7100",815,18556 -"7101",815,26744 -"7102",815,33171 -"7103",815,49057 -"7104",815,53262 -"7105",815,55576 -"7106",815,55812 -"7107",815,55831 -"7108",815,55832 -"7109",815,55854 -"7110",815,55863 -"7111",815,55872 -"7112",815,55903 -"7113",815,55915 -"7114",815,55916 -"7115",815,67901 -"7116",815,83508 -"7117",816,825 -"7118",816,8249 -"7119",816,11463 -"7120",816,15124 -"7121",816,19597 -"7122",816,29214 -"7123",816,35966 -"7124",816,50378 -"7125",816,60926 -"7126",816,84942 -"7127",816,85301 -"7128",816,87465 -"7129",816,117418 -"7130",817,5346 -"7131",817,6332 -"7132",817,6965 -"7133",817,8976 -"7134",817,10451 -"7135",817,10683 -"7136",817,14790 -"7137",817,15207 -"7138",817,15453 -"7139",817,15495 -"7140",817,18550 -"7141",817,19682 -"7142",817,21650 -"7143",817,22351 -"7144",817,22591 -"7145",817,25031 -"7146",817,26216 -"7147",817,28093 -"7148",817,28353 -"7149",817,29019 -"7150",817,29026 -"7151",817,32334 -"7152",817,32413 -"7153",817,34614 -"7154",817,34631 -"7155",817,34668 -"7156",817,35983 -"7157",817,38270 -"7158",817,40113 -"7159",817,41919 -"7160",817,42289 -"7161",817,42642 -"7162",817,48281 -"7163",817,48380 -"7164",817,50662 -"7165",817,50956 -"7166",817,56216 -"7167",817,59615 -"7168",817,62679 -"7169",817,63105 -"7170",817,68001 -"7171",817,68475 -"7172",817,68917 -"7173",817,69296 -"7174",817,71106 -"7175",817,73655 -"7176",817,75767 -"7177",817,76046 -"7178",817,76459 -"7179",817,76808 -"7180",817,77727 -"7181",817,78224 -"7182",817,79222 -"7183",817,79456 -"7184",817,82978 -"7185",817,83306 -"7186",817,85027 -"7187",817,88412 -"7188",817,90275 -"7189",817,90426 -"7190",817,91112 -"7191",817,91526 -"7192",817,93425 -"7193",817,93523 -"7194",817,94520 -"7195",817,95954 -"7196",817,99544 -"7197",817,99547 -"7198",817,99554 -"7199",817,100595 -"7200",817,100739 -"7201",817,100819 -"7202",817,101898 -"7203",817,101988 -"7204",817,102146 -"7205",817,102201 -"7206",817,102309 -"7207",817,102635 -"7208",817,102730 -"7209",817,102846 -"7210",817,103790 -"7211",817,104095 -"7212",817,104574 -"7213",817,104784 -"7214",817,104845 -"7215",817,107269 -"7216",817,107623 -"7217",817,107714 -"7218",817,107879 -"7219",817,107975 -"7220",818,27322 -"7221",818,42857 -"7222",818,44716 -"7223",818,44746 -"7224",818,44768 -"7225",818,46091 -"7226",818,50457 -"7227",818,50471 -"7228",818,50503 -"7229",818,50518 -"7230",818,50523 -"7231",818,50555 -"7232",818,50574 -"7233",818,50815 -"7234",818,55793 -"7235",818,57408 -"7236",818,63015 -"7237",819,833 -"7238",819,844 -"7239",819,854 -"7240",819,857 -"7241",819,864 -"7242",819,892 -"7243",819,895 -"7244",819,908 -"7245",819,918 -"7246",819,37076 -"7247",819,49368 -"7248",820,848 -"7249",820,7509 -"7250",820,7987 -"7251",820,47397 -"7252",820,65676 -"7253",821,5091 -"7254",821,6279 -"7255",821,6902 -"7256",821,14387 -"7257",821,14863 -"7258",821,15056 -"7259",821,15082 -"7260",821,15206 -"7261",821,18956 -"7262",821,22330 -"7263",821,23717 -"7264",821,26183 -"7265",821,28106 -"7266",821,37717 -"7267",821,37900 -"7268",821,54700 -"7269",821,77481 -"7270",821,79463 -"7271",821,82168 -"7272",821,91520 -"7273",821,107964 -"7274",822,10407 -"7275",822,85001 -"7276",823,850 -"7277",823,914 -"7278",823,14507 -"7279",823,33024 -"7280",824,7400 -"7281",825,13982 -"7282",825,18789 -"7283",825,38474 -"7284",825,40210 -"7285",826,26945 -"7286",826,39729 -"7287",826,39763 -"7288",827,1624 -"7289",827,2647 -"7290",827,2780 -"7291",827,7580 -"7292",827,15862 -"7293",827,36399 -"7294",827,43543 -"7295",827,52999 -"7296",827,61716 -"7297",827,64625 -"7298",827,64628 -"7299",827,115828 -"7300",828,21026 -"7301",828,33627 -"7302",829,4447 -"7303",829,64394 -"7304",829,101077 -"7305",829,108623 -"7306",830,844 -"7307",830,1373 -"7308",830,3947 -"7309",830,8609 -"7310",830,9428 -"7311",830,11415 -"7312",830,13205 -"7313",830,27195 -"7314",830,29930 -"7315",830,32857 -"7316",830,39505 -"7317",830,47334 -"7318",830,49739 -"7319",830,50656 -"7320",830,53219 -"7321",830,55726 -"7322",830,64462 -"7323",830,66023 -"7324",830,74059 -"7325",831,858 -"7326",831,888 -"7327",831,913 -"7328",832,994 -"7329",832,3130 -"7330",832,4423 -"7331",832,6221 -"7332",832,7539 -"7333",832,17377 -"7334",832,26077 -"7335",832,26961 -"7336",832,57689 -"7337",833,844 -"7338",833,854 -"7339",833,857 -"7340",833,864 -"7341",833,892 -"7342",833,895 -"7343",833,908 -"7344",833,918 -"7345",834,882 -"7346",834,889 -"7347",834,890 -"7348",834,1057 -"7349",834,3387 -"7350",834,4396 -"7351",834,6912 -"7352",834,34265 -"7353",834,38157 -"7354",834,41632 -"7355",835,840 -"7356",835,944 -"7357",835,2771 -"7358",835,3126 -"7359",835,8306 -"7360",835,9178 -"7361",835,14632 -"7362",835,37505 -"7363",835,69232 -"7364",835,71300 -"7365",836,28811 -"7366",836,45859 -"7367",836,55263 -"7368",836,103944 -"7369",837,17148 -"7370",837,32287 -"7371",837,56229 -"7372",838,902 -"7373",838,7956 -"7374",839,19605 -"7375",839,20250 -"7376",839,26849 -"7377",839,32957 -"7378",839,56968 -"7379",839,70881 -"7380",840,944 -"7381",840,13051 -"7382",840,20049 -"7383",840,52006 -"7384",840,83514 -"7385",840,93913 -"7386",840,116634 -"7387",841,885 -"7388",841,2985 -"7389",841,4069 -"7390",841,5075 -"7391",841,5159 -"7392",841,9313 -"7393",841,9810 -"7394",841,10807 -"7395",841,22117 -"7396",841,22561 -"7397",841,25175 -"7398",841,27312 -"7399",841,40335 -"7400",841,45370 -"7401",841,65949 -"7402",841,81053 -"7403",841,88041 -"7404",841,88045 -"7405",842,9564 -"7406",842,13324 -"7407",842,15207 -"7408",842,27649 -"7409",842,33435 -"7410",842,47564 -"7411",842,63435 -"7412",842,65700 -"7413",842,93990 -"7414",843,919 -"7415",843,4691 -"7416",843,4967 -"7417",843,9270 -"7418",843,40746 -"7419",843,49546 -"7420",844,854 -"7421",844,857 -"7422",844,864 -"7423",844,892 -"7424",844,895 -"7425",844,908 -"7426",844,918 -"7427",844,2484 -"7428",844,5284 -"7429",844,8609 -"7430",844,9058 -"7431",844,19808 -"7432",844,20722 -"7433",844,21429 -"7434",844,22057 -"7435",844,24864 -"7436",844,71205 -"7437",844,77329 -"7438",845,18108 -"7439",845,29710 -"7440",845,41021 -"7441",845,44763 -"7442",845,47799 -"7443",845,59267 -"7444",845,59305 -"7445",845,77635 -"7446",845,81272 -"7447",845,93704 -"7448",846,2050 -"7449",846,24899 -"7450",847,1709 -"7451",847,20025 -"7452",847,20254 -"7453",847,23852 -"7454",847,51681 -"7455",847,54030 -"7456",847,67414 -"7457",847,87356 -"7458",848,7509 -"7459",848,17942 -"7460",848,29874 -"7461",848,45189 -"7462",848,51094 -"7463",849,878 -"7464",849,879 -"7465",849,880 -"7466",850,914 -"7467",850,2766 -"7468",850,4470 -"7469",850,12711 -"7470",850,88258 -"7471",851,47734 -"7472",852,33096 -"7473",853,1153 -"7474",853,2074 -"7475",853,5126 -"7476",853,5312 -"7477",853,5484 -"7478",853,5972 -"7479",853,9440 -"7480",853,10964 -"7481",853,11019 -"7482",853,11036 -"7483",853,11067 -"7484",853,11195 -"7485",853,11527 -"7486",853,30200 -"7487",853,42107 -"7488",853,45561 -"7489",854,857 -"7490",854,864 -"7491",854,892 -"7492",854,895 -"7493",854,908 -"7494",854,918 -"7495",854,2894 -"7496",854,4504 -"7497",854,11944 -"7498",854,17718 -"7499",854,17944 -"7500",854,20410 -"7501",854,21451 -"7502",854,21461 -"7503",854,22201 -"7504",854,30236 -"7505",854,31371 -"7506",854,33907 -"7507",854,34906 -"7508",854,38678 -"7509",854,38679 -"7510",854,38680 -"7511",854,38732 -"7512",854,38747 -"7513",854,38759 -"7514",854,38794 -"7515",854,39195 -"7516",854,39322 -"7517",854,54423 -"7518",854,67290 -"7519",854,69657 -"7520",854,69860 -"7521",854,109085 -"7522",855,29075 -"7523",855,29076 -"7524",855,30089 -"7525",855,37863 -"7526",855,45073 -"7527",856,1434 -"7528",856,2962 -"7529",856,3936 -"7530",856,7766 -"7531",856,17446 -"7532",856,17582 -"7533",856,25260 -"7534",856,59677 -"7535",857,864 -"7536",857,892 -"7537",857,895 -"7538",857,908 -"7539",857,918 -"7540",858,888 -"7541",858,913 -"7542",859,9788 -"7543",859,16805 -"7544",859,30071 -"7545",859,64609 -"7546",860,2831 -"7547",860,5456 -"7548",860,6624 -"7549",860,16457 -"7550",860,23597 -"7551",860,24395 -"7552",860,38562 -"7553",860,40531 -"7554",860,40900 -"7555",860,41010 -"7556",860,41040 -"7557",860,44189 -"7558",860,57043 -"7559",860,76683 -"7560",860,97128 -"7561",860,106070 -"7562",861,951 -"7563",861,20525 -"7564",861,34117 -"7565",861,62415 -"7566",862,17219 -"7567",862,22797 -"7568",862,47249 -"7569",863,2692 -"7570",863,5677 -"7571",863,10959 -"7572",863,26500 -"7573",863,50092 -"7574",863,50093 -"7575",863,50142 -"7576",863,81784 -"7577",863,120316 -"7578",864,892 -"7579",864,895 -"7580",864,908 -"7581",864,918 -"7582",865,5966 -"7583",865,12171 -"7584",865,13931 -"7585",865,14022 -"7586",865,18147 -"7587",865,26658 -"7588",865,26682 -"7589",865,27146 -"7590",866,30571 -"7591",866,39335 -"7592",867,16732 -"7593",867,18505 -"7594",867,35727 -"7595",867,72618 -"7596",867,81495 -"7597",867,87965 -"7598",867,108560 -"7599",868,1524 -"7600",868,17133 -"7601",868,26386 -"7602",868,35571 -"7603",868,37493 -"7604",868,51250 -"7605",868,65543 -"7606",868,76715 -"7607",868,102530 -"7608",869,960 -"7609",869,1499 -"7610",869,28790 -"7611",869,29373 -"7612",869,58897 -"7613",869,65283 -"7614",869,87100 -"7615",870,10045 -"7616",870,28892 -"7617",870,34739 -"7618",870,60837 -"7619",870,86335 -"7620",871,2566 -"7621",871,2933 -"7622",871,3216 -"7623",871,3351 -"7624",871,3834 -"7625",871,5785 -"7626",871,8119 -"7627",871,10066 -"7628",871,12326 -"7629",871,12460 -"7630",871,14561 -"7631",871,17052 -"7632",871,21454 -"7633",871,22226 -"7634",871,23293 -"7635",871,30484 -"7636",871,30883 -"7637",871,31413 -"7638",871,31519 -"7639",871,36021 -"7640",871,36569 -"7641",871,41558 -"7642",871,43708 -"7643",871,50487 -"7644",871,51616 -"7645",871,51874 -"7646",871,54522 -"7647",871,66557 -"7648",871,74397 -"7649",871,92419 -"7650",871,97759 -"7651",871,99702 -"7652",871,100780 -"7653",871,116450 -"7654",872,1692 -"7655",872,5845 -"7656",872,11121 -"7657",872,19134 -"7658",872,31046 -"7659",872,49193 -"7660",873,1406 -"7661",873,2104 -"7662",873,2843 -"7663",873,3751 -"7664",873,4192 -"7665",873,4405 -"7666",873,7520 -"7667",873,13910 -"7668",873,14134 -"7669",873,58555 -"7670",873,83325 -"7671",873,95312 -"7672",873,109454 -"7673",875,5118 -"7674",875,12981 -"7675",875,29240 -"7676",875,31558 -"7677",875,39022 -"7678",875,42306 -"7679",876,1174 -"7680",876,1426 -"7681",876,2073 -"7682",876,2132 -"7683",876,3861 -"7684",876,10313 -"7685",876,42256 -"7686",876,46226 -"7687",877,896 -"7688",877,1151 -"7689",877,1425 -"7690",877,1938 -"7691",878,879 -"7692",878,880 -"7693",878,22365 -"7694",878,22366 -"7695",879,880 -"7696",880,56182 -"7697",880,57580 -"7698",881,897 -"7699",881,1375 -"7700",881,1385 -"7701",881,2099 -"7702",881,2743 -"7703",881,3105 -"7704",881,8533 -"7705",881,12098 -"7706",881,13002 -"7707",881,13954 -"7708",881,14313 -"7709",881,30898 -"7710",881,44761 -"7711",881,50121 -"7712",881,51435 -"7713",881,59207 -"7714",881,60302 -"7715",881,65566 -"7716",881,68708 -"7717",881,76468 -"7718",881,85018 -"7719",881,110707 -"7720",882,889 -"7721",882,890 -"7722",883,943 -"7723",883,2275 -"7724",883,4944 -"7725",883,9084 -"7726",883,12746 -"7727",883,17645 -"7728",883,20764 -"7729",883,21906 -"7730",883,25133 -"7731",883,25367 -"7732",883,25413 -"7733",883,42862 -"7734",883,43654 -"7735",883,44222 -"7736",883,45161 -"7737",883,46726 -"7738",883,47167 -"7739",883,48464 -"7740",883,55212 -"7741",883,59915 -"7742",883,62668 -"7743",883,70473 -"7744",883,70981 -"7745",883,71825 -"7746",883,71837 -"7747",883,77625 -"7748",883,79681 -"7749",883,82452 -"7750",883,88409 -"7751",883,90883 -"7752",883,91383 -"7753",883,92113 -"7754",883,98904 -"7755",883,100702 -"7756",883,102940 -"7757",883,112457 -"7758",883,118577 -"7759",883,119085 -"7760",883,119224 -"7761",883,119439 -"7762",883,120085 -"7763",883,120232 -"7764",883,121213 -"7765",883,122049 -"7766",884,118067 -"7767",885,2385 -"7768",885,11671 -"7769",885,38917 -"7770",885,47092 -"7771",885,65949 -"7772",886,887 -"7773",886,7949 -"7774",886,20026 -"7775",886,32435 -"7776",887,67867 -"7777",888,913 -"7778",889,890 -"7779",891,953 -"7780",891,9265 -"7781",891,45384 -"7782",891,70125 -"7783",891,70130 -"7784",891,70149 -"7785",891,73523 -"7786",891,82495 -"7787",891,97384 -"7788",892,895 -"7789",892,908 -"7790",892,918 -"7791",893,2890 -"7792",893,30268 -"7793",893,35634 -"7794",893,53936 -"7795",893,53967 -"7796",893,57963 -"7797",893,61677 -"7798",893,61943 -"7799",894,10014 -"7800",894,23966 -"7801",894,31335 -"7802",894,37131 -"7803",894,77491 -"7804",894,87907 -"7805",894,91450 -"7806",895,908 -"7807",895,918 -"7808",896,1151 -"7809",896,1425 -"7810",896,1938 -"7811",896,4600 -"7812",896,32000 -"7813",896,32090 -"7814",897,1046 -"7815",897,1375 -"7816",897,1852 -"7817",897,4822 -"7818",897,5148 -"7819",897,5725 -"7820",897,5980 -"7821",897,6473 -"7822",897,7245 -"7823",897,7959 -"7824",897,8165 -"7825",897,8193 -"7826",897,8369 -"7827",897,8533 -"7828",897,8553 -"7829",897,11186 -"7830",897,12845 -"7831",897,14879 -"7832",897,14895 -"7833",897,14926 -"7834",897,18034 -"7835",897,28285 -"7836",897,31458 -"7837",897,33574 -"7838",897,47947 -"7839",897,51435 -"7840",897,57977 -"7841",897,58035 -"7842",897,60025 -"7843",898,62469 -"7844",899,12383 -"7845",899,33146 -"7846",899,73222 -"7847",899,78276 -"7848",900,951 -"7849",900,1808 -"7850",900,7906 -"7851",900,19502 -"7852",900,21274 -"7853",900,49477 -"7854",900,119433 -"7855",901,2602 -"7856",901,5238 -"7857",901,18094 -"7858",902,1299 -"7859",902,7956 -"7860",902,58286 -"7861",902,95608 -"7862",903,28595 -"7863",903,78124 -"7864",903,115919 -"7865",904,54616 -"7866",904,113653 -"7867",905,5428 -"7868",905,5468 -"7869",905,17025 -"7870",905,27564 -"7871",906,31552 -"7872",906,84291 -"7873",907,3339 -"7874",907,11725 -"7875",907,21463 -"7876",907,23380 -"7877",907,26997 -"7878",907,27663 -"7879",907,31120 -"7880",907,34134 -"7881",907,34681 -"7882",907,39105 -"7883",907,44259 -"7884",907,47979 -"7885",907,53095 -"7886",907,53121 -"7887",907,53153 -"7888",907,53573 -"7889",907,87283 -"7890",908,918 -"7891",908,17367 -"7892",908,37455 -"7893",908,41937 -"7894",908,68259 -"7895",908,97832 -"7896",909,2888 -"7897",909,4349 -"7898",909,10602 -"7899",909,11855 -"7900",909,12877 -"7901",909,13223 -"7902",909,14992 -"7903",909,15365 -"7904",909,22548 -"7905",909,28481 -"7906",909,32349 -"7907",909,34033 -"7908",909,36010 -"7909",909,41904 -"7910",909,45696 -"7911",909,47973 -"7912",909,50425 -"7913",909,57253 -"7914",909,66261 -"7915",909,68457 -"7916",909,69198 -"7917",909,77565 -"7918",909,78974 -"7919",909,86023 -"7920",909,87813 -"7921",909,88773 -"7922",909,90993 -"7923",909,90994 -"7924",909,92417 -"7925",909,100319 -"7926",909,101250 -"7927",909,101462 -"7928",909,109885 -"7929",909,110742 -"7930",909,112606 -"7931",909,116142 -"7932",909,116150 -"7933",909,116151 -"7934",909,116152 -"7935",909,116155 -"7936",909,116159 -"7937",909,116163 -"7938",909,116165 -"7939",909,116166 -"7940",909,116171 -"7941",909,116677 -"7942",909,116678 -"7943",910,26793 -"7944",910,64381 -"7945",911,1384 -"7946",911,20627 -"7947",911,71839 -"7948",912,2248 -"7949",912,20534 -"7950",912,33363 -"7951",912,58408 -"7952",912,58957 -"7953",912,75004 -"7954",913,2769 -"7955",913,4094 -"7956",913,4274 -"7957",913,4651 -"7958",913,5372 -"7959",913,5884 -"7960",913,7471 -"7961",913,7540 -"7962",913,8636 -"7963",913,8686 -"7964",913,8870 -"7965",913,8888 -"7966",913,9511 -"7967",913,9741 -"7968",913,12170 -"7969",913,12791 -"7970",913,13313 -"7971",913,14441 -"7972",913,15378 -"7973",913,17447 -"7974",913,17698 -"7975",913,19034 -"7976",913,19791 -"7977",913,21229 -"7978",913,23386 -"7979",913,24448 -"7980",913,24568 -"7981",913,25782 -"7982",913,27275 -"7983",913,27332 -"7984",913,27388 -"7985",913,27390 -"7986",913,27472 -"7987",913,27473 -"7988",913,27590 -"7989",913,31235 -"7990",913,43480 -"7991",913,47733 -"7992",913,51617 -"7993",913,51762 -"7994",913,52299 -"7995",913,52735 -"7996",913,57738 -"7997",913,63409 -"7998",913,66735 -"7999",913,67110 -"8000",913,75883 -"8001",913,75888 -"8002",913,75892 -"8003",913,75893 -"8004",913,75898 -"8005",914,5721 -"8006",914,7637 -"8007",914,8824 -"8008",914,8876 -"8009",914,15410 -"8010",914,20646 -"8011",914,28285 -"8012",914,57168 -"8013",914,59952 -"8014",915,2609 -"8015",915,2658 -"8016",915,6891 -"8017",915,10855 -"8018",915,12456 -"8019",915,19605 -"8020",915,24349 -"8021",915,27999 -"8022",915,30092 -"8023",915,33907 -"8024",915,34001 -"8025",915,53056 -"8026",915,84853 -"8027",916,2488 -"8028",916,18329 -"8029",916,18384 -"8030",916,18406 -"8031",916,23739 -"8032",916,36662 -"8033",916,52720 -"8034",916,53971 -"8035",916,59470 -"8036",916,72390 -"8037",917,76867 -"8038",917,82288 -"8039",917,87635 -"8040",917,102628 -"8041",917,103956 -"8042",917,103980 -"8043",918,5284 -"8044",918,12324 -"8045",918,12353 -"8046",918,20722 -"8047",918,22057 -"8048",919,12735 -"8049",919,13976 -"8050",919,20623 -"8051",919,56160 -"8052",919,56286 -"8053",919,75256 -"8054",919,77056 -"8055",919,80025 -"8056",919,92645 -"8057",919,92679 -"8058",920,1138 -"8059",920,1166 -"8060",920,2052 -"8061",920,2058 -"8062",920,2215 -"8063",920,11862 -"8064",920,59469 -"8065",920,86086 -"8066",920,116754 -"8067",921,955 -"8068",921,1628 -"8069",921,13537 -"8070",921,23245 -"8071",921,23354 -"8072",921,24640 -"8073",921,28273 -"8074",921,30344 -"8075",921,31343 -"8076",921,34730 -"8077",921,35894 -"8078",921,50278 -"8079",921,59097 -"8080",921,100131 -"8081",921,101250 -"8082",921,116143 -"8083",922,931 -"8084",923,36175 -"8085",923,54133 -"8086",924,20868 -"8087",924,117334 -"8088",925,1251 -"8089",925,5469 -"8090",925,13052 -"8091",925,13732 -"8092",925,19698 -"8093",925,21712 -"8094",925,26865 -"8095",925,29195 -"8096",925,30081 -"8097",925,31642 -"8098",925,33091 -"8099",925,33302 -"8100",925,34470 -"8101",925,34950 -"8102",925,34965 -"8103",925,36455 -"8104",925,41575 -"8105",925,46128 -"8106",925,49074 -"8107",925,78394 -"8108",925,78738 -"8109",925,82456 -"8110",925,82513 -"8111",925,82521 -"8112",925,82524 -"8113",925,86828 -"8114",926,28611 -"8115",926,85424 -"8116",926,103431 -"8117",926,115210 -"8118",927,31460 -"8119",928,36007 -"8120",928,56955 -"8121",928,86548 -"8122",929,977 -"8123",929,3861 -"8124",929,8053 -"8125",929,8140 -"8126",929,13136 -"8127",929,13881 -"8128",929,14401 -"8129",929,16245 -"8130",929,17933 -"8131",929,31355 -"8132",929,55688 -"8133",929,65010 -"8134",929,74055 -"8135",929,92835 -"8136",929,92860 -"8137",929,93412 -"8138",929,95735 -"8139",929,105160 -"8140",930,4712 -"8141",930,19207 -"8142",930,57431 -"8143",930,62666 -"8144",930,85652 -"8145",930,91409 -"8146",930,102887 -"8147",930,114042 -"8148",930,114586 -"8149",931,2016 -"8150",931,81055 -"8151",931,81080 -"8152",932,7482 -"8153",932,13495 -"8154",932,27726 -"8155",932,37008 -"8156",932,38830 -"8157",932,79928 -"8158",932,88764 -"8159",932,89853 -"8160",932,90818 -"8161",932,90836 -"8162",932,94198 -"8163",932,98335 -"8164",932,100859 -"8165",932,101827 -"8166",932,102339 -"8167",932,103762 -"8168",932,110766 -"8169",932,113971 -"8170",933,31445 -"8171",934,7833 -"8172",934,13378 -"8173",934,17999 -"8174",934,18057 -"8175",934,23739 -"8176",934,26038 -"8177",934,26100 -"8178",934,26453 -"8179",934,26457 -"8180",934,26563 -"8181",934,26568 -"8182",934,40682 -"8183",934,42644 -"8184",934,44095 -"8185",934,45947 -"8186",934,56183 -"8187",934,77930 -"8188",935,958 -"8189",935,5346 -"8190",935,30262 -"8191",935,30854 -"8192",935,56668 -"8193",935,62690 -"8194",935,70341 -"8195",935,73201 -"8196",935,93373 -"8197",935,94025 -"8198",936,8182 -"8199",936,30539 -"8200",936,35358 -"8201",936,36191 -"8202",936,38809 -"8203",936,40785 -"8204",936,66343 -"8205",936,88315 -"8206",936,93188 -"8207",936,104360 -"8208",936,106315 -"8209",936,106359 -"8210",936,111555 -"8211",936,115621 -"8212",937,1542 -"8213",937,1751 -"8214",937,2300 -"8215",937,2301 -"8216",937,4050 -"8217",937,5685 -"8218",937,25129 -"8219",937,30749 -"8220",937,34509 -"8221",937,48484 -"8222",937,64036 -"8223",937,81051 -"8224",937,93772 -"8225",937,94830 -"8226",937,94850 -"8227",937,94856 -"8228",937,103624 -"8229",938,981 -"8230",938,1333 -"8231",938,1497 -"8232",938,1684 -"8233",938,1975 -"8234",938,2128 -"8235",938,2840 -"8236",938,2866 -"8237",938,3920 -"8238",938,4899 -"8239",938,5304 -"8240",938,5887 -"8241",938,12994 -"8242",938,13822 -"8243",938,18066 -"8244",938,21698 -"8245",938,21900 -"8246",938,23243 -"8247",938,23528 -"8248",938,27222 -"8249",938,28049 -"8250",938,28869 -"8251",938,36724 -"8252",938,38736 -"8253",938,41197 -"8254",938,45357 -"8255",938,46786 -"8256",938,51895 -"8257",938,64635 -"8258",938,68500 -"8259",938,80156 -"8260",938,84346 -"8261",938,84353 -"8262",938,88883 -"8263",938,103554 -"8264",938,110357 -"8265",939,1359 -"8266",939,3815 -"8267",939,10379 -"8268",939,23066 -"8269",939,23816 -"8270",939,24242 -"8271",939,27908 -"8272",939,28164 -"8273",939,32543 -"8274",939,34918 -"8275",939,41186 -"8276",939,44260 -"8277",939,72323 -"8278",939,76287 -"8279",939,95883 -"8280",940,19230 -"8281",940,36176 -"8282",940,76953 -"8283",940,88000 -"8284",941,7245 -"8285",941,8193 -"8286",941,14879 -"8287",941,18415 -"8288",941,21307 -"8289",941,23480 -"8290",941,23525 -"8291",941,28839 -"8292",941,30976 -"8293",941,32985 -"8294",941,33873 -"8295",941,37192 -"8296",941,37307 -"8297",941,42315 -"8298",941,45549 -"8299",941,61307 -"8300",941,65584 -"8301",941,66376 -"8302",941,82593 -"8303",941,82848 -"8304",941,90668 -"8305",941,90884 -"8306",941,95740 -"8307",941,103140 -"8308",941,107991 -"8309",941,115878 -"8310",941,119982 -"8311",941,119996 -"8312",941,120028 -"8313",942,13927 -"8314",942,44506 -"8315",942,58028 -"8316",942,80674 -"8317",943,1331 -"8318",943,1454 -"8319",943,1520 -"8320",943,2275 -"8321",943,3723 -"8322",943,4944 -"8323",943,9084 -"8324",943,12746 -"8325",943,17645 -"8326",943,17966 -"8327",943,20764 -"8328",943,20801 -"8329",943,21906 -"8330",943,25367 -"8331",943,25413 -"8332",943,43654 -"8333",943,44222 -"8334",943,45161 -"8335",943,46726 -"8336",943,47167 -"8337",943,48464 -"8338",943,59915 -"8339",943,62668 -"8340",943,70473 -"8341",943,70981 -"8342",943,71825 -"8343",943,71837 -"8344",943,77625 -"8345",943,79681 -"8346",943,82452 -"8347",943,88409 -"8348",943,90883 -"8349",943,91383 -"8350",943,92113 -"8351",943,98904 -"8352",943,102940 -"8353",943,118577 -"8354",943,119085 -"8355",943,119224 -"8356",943,119439 -"8357",943,120085 -"8358",943,120232 -"8359",943,121213 -"8360",944,8306 -"8361",944,14632 -"8362",944,21883 -"8363",944,27865 -"8364",944,34975 -"8365",944,37475 -"8366",944,37505 -"8367",944,63041 -"8368",944,63837 -"8369",944,66587 -"8370",944,68691 -"8371",944,68876 -"8372",944,69232 -"8373",944,89117 -"8374",944,119500 -"8375",945,68338 -"8376",946,28641 -"8377",947,13210 -"8378",948,37281 -"8379",948,37374 -"8380",948,62391 -"8381",949,20617 -"8382",949,47918 -"8383",949,48185 -"8384",949,49846 -"8385",949,49847 -"8386",949,49848 -"8387",949,49886 -"8388",950,8274 -"8389",950,12080 -"8390",951,1808 -"8391",951,2390 -"8392",951,6393 -"8393",951,7906 -"8394",951,13424 -"8395",951,19502 -"8396",951,21274 -"8397",951,21957 -"8398",951,23109 -"8399",951,32220 -"8400",951,35555 -"8401",951,49477 -"8402",951,54117 -"8403",951,62415 -"8404",951,103276 -"8405",951,115797 -"8406",951,119433 -"8407",951,121722 -"8408",952,1461 -"8409",952,20540 -"8410",952,22380 -"8411",952,45132 -"8412",952,79704 -"8413",953,12628 -"8414",953,21486 -"8415",953,21568 -"8416",953,21569 -"8417",953,21608 -"8418",954,1003 -"8419",955,51839 -"8420",955,53207 -"8421",955,53233 -"8422",955,53234 -"8423",955,53297 -"8424",956,1550 -"8425",956,1687 -"8426",957,1597 -"8427",957,6242 -"8428",957,6384 -"8429",957,9782 -"8430",957,12394 -"8431",957,12759 -"8432",957,13745 -"8433",957,18381 -"8434",957,20985 -"8435",957,25373 -"8436",957,30527 -"8437",957,41723 -"8438",957,49657 -"8439",957,52255 -"8440",957,84084 -"8441",957,88411 -"8442",958,5346 -"8443",958,30262 -"8444",958,30854 -"8445",958,62690 -"8446",958,70341 -"8447",958,73201 -"8448",958,93373 -"8449",958,94025 -"8450",959,1956 -"8451",959,5255 -"8452",959,9504 -"8453",959,11081 -"8454",959,11098 -"8455",959,19231 -"8456",959,24952 -"8457",959,27123 -"8458",959,38094 -"8459",959,90499 -"8460",959,98402 -"8461",960,7702 -"8462",960,8094 -"8463",960,8219 -"8464",960,15250 -"8465",960,15253 -"8466",960,29373 -"8467",960,42214 -"8468",960,58229 -"8469",960,79270 -"8470",961,103485 -"8471",962,16229 -"8472",962,26773 -"8473",962,114410 -"8474",962,114452 -"8475",963,49089 -"8476",963,74532 -"8477",964,12835 -"8478",964,14731 -"8479",964,18121 -"8480",964,29555 -"8481",964,50086 -"8482",964,58637 -"8483",964,60483 -"8484",964,62771 -"8485",964,70233 -"8486",964,86210 -"8487",964,103201 -"8488",964,117883 -"8489",965,984 -"8490",965,1300 -"8491",965,5276 -"8492",965,6568 -"8493",965,10374 -"8494",965,11244 -"8495",965,16032 -"8496",965,27485 -"8497",965,27677 -"8498",965,28931 -"8499",965,29598 -"8500",965,42927 -"8501",965,43940 -"8502",965,49910 -"8503",965,72061 -"8504",966,35263 -"8505",967,15566 -"8506",967,16823 -"8507",967,40456 -"8508",967,65990 -"8509",967,82372 -"8510",968,19087 -"8511",968,29336 -"8512",968,36912 -"8513",968,49096 -"8514",970,3879 -"8515",970,29074 -"8516",970,31549 -"8517",971,1004 -"8518",971,12088 -"8519",971,34758 -"8520",971,99413 -"8521",972,973 -"8522",972,1065 -"8523",972,6228 -"8524",972,15856 -"8525",972,23889 -"8526",972,36018 -"8527",972,56070 -"8528",972,56845 -"8529",972,62457 -"8530",972,92329 -"8531",973,1065 -"8532",973,56282 -"8533",973,58943 -"8534",973,78479 -"8535",973,85123 -"8536",974,1001 -"8537",975,3315 -"8538",975,8942 -"8539",975,9031 -"8540",975,21517 -"8541",975,35954 -"8542",975,85981 -"8543",975,111540 -"8544",976,4821 -"8545",976,18977 -"8546",976,25370 -"8547",976,33884 -"8548",976,36523 -"8549",976,36586 -"8550",976,36650 -"8551",976,37778 -"8552",976,54200 -"8553",976,54825 -"8554",976,63395 -"8555",976,64469 -"8556",976,95334 -"8557",977,4498 -"8558",977,5034 -"8559",977,10771 -"8560",977,16084 -"8561",977,22120 -"8562",977,22696 -"8563",977,38845 -"8564",977,40373 -"8565",977,88629 -"8566",978,12103 -"8567",978,17475 -"8568",978,30906 -"8569",978,49614 -"8570",978,83716 -"8571",979,6103 -"8572",979,7086 -"8573",980,52886 -"8574",980,88513 -"8575",980,88526 -"8576",981,996 -"8577",981,1333 -"8578",981,1684 -"8579",981,1975 -"8580",981,2070 -"8581",981,2128 -"8582",981,2813 -"8583",981,2840 -"8584",981,3861 -"8585",981,4129 -"8586",981,5176 -"8587",981,5304 -"8588",981,5406 -"8589",981,6280 -"8590",981,6298 -"8591",981,7252 -"8592",981,7868 -"8593",981,10365 -"8594",981,11566 -"8595",981,12994 -"8596",981,13822 -"8597",981,18066 -"8598",981,22460 -"8599",981,23462 -"8600",981,23528 -"8601",981,24796 -"8602",981,25646 -"8603",981,28820 -"8604",981,28869 -"8605",981,30586 -"8606",981,38736 -"8607",981,40453 -"8608",981,41435 -"8609",981,43574 -"8610",981,45357 -"8611",981,46142 -"8612",981,46484 -"8613",981,46786 -"8614",981,49776 -"8615",981,54777 -"8616",981,57697 -"8617",981,64468 -"8618",981,64578 -"8619",981,68500 -"8620",981,78833 -"8621",981,80156 -"8622",981,84346 -"8623",981,84353 -"8624",981,86700 -"8625",981,91275 -"8626",982,1005 -"8627",982,21103 -"8628",982,35142 -"8629",983,1051 -"8630",983,1124 -"8631",983,1144 -"8632",983,1336 -"8633",983,1435 -"8634",983,2019 -"8635",983,3203 -"8636",983,5971 -"8637",983,6215 -"8638",983,6751 -"8639",983,7553 -"8640",983,10105 -"8641",983,10488 -"8642",983,11427 -"8643",983,12640 -"8644",983,13307 -"8645",983,14656 -"8646",983,14666 -"8647",983,16839 -"8648",983,17064 -"8649",983,18394 -"8650",983,20326 -"8651",983,20737 -"8652",983,21330 -"8653",983,21849 -"8654",983,21875 -"8655",983,23222 -"8656",983,23526 -"8657",983,23626 -"8658",983,23715 -"8659",983,25881 -"8660",983,27497 -"8661",983,27586 -"8662",983,30564 -"8663",983,32131 -"8664",983,48359 -"8665",983,49084 -"8666",983,52136 -"8667",983,58417 -"8668",983,58740 -"8669",983,60878 -"8670",983,80383 -"8671",983,85089 -"8672",983,92662 -"8673",983,96353 -"8674",985,12036 -"8675",987,13469 -"8676",987,76233 -"8677",987,82015 -"8678",987,82019 -"8679",988,2984 -"8680",988,3557 -"8681",988,19515 -"8682",988,78262 -"8683",988,88240 -"8684",989,24633 -"8685",990,13553 -"8686",991,86477 -"8687",992,1785 -"8688",992,13181 -"8689",992,16820 -"8690",992,24089 -"8691",992,24193 -"8692",992,28299 -"8693",992,45043 -"8694",992,88536 -"8695",992,92553 -"8696",992,93507 -"8697",993,34066 -"8698",993,46911 -"8699",993,87978 -"8700",993,87981 -"8701",994,2502 -"8702",994,32207 -"8703",994,36687 -"8704",994,44843 -"8705",994,48762 -"8706",994,48860 -"8707",994,62762 -"8708",994,87142 -"8709",994,89172 -"8710",994,90064 -"8711",994,90065 -"8712",994,90554 -"8713",995,42650 -"8714",995,59833 -"8715",995,85540 -"8716",996,1333 -"8717",996,1975 -"8718",996,2070 -"8719",996,2128 -"8720",996,2813 -"8721",996,2840 -"8722",996,4129 -"8723",996,4669 -"8724",996,4678 -"8725",996,7868 -"8726",996,12994 -"8727",996,13832 -"8728",996,14819 -"8729",996,18066 -"8730",996,22460 -"8731",996,23528 -"8732",996,28869 -"8733",996,38736 -"8734",996,39198 -"8735",996,40453 -"8736",996,45357 -"8737",996,46786 -"8738",996,49064 -"8739",996,64468 -"8740",996,91275 -"8741",997,1048 -"8742",997,1713 -"8743",997,1875 -"8744",997,7858 -"8745",997,9752 -"8746",997,12204 -"8747",997,23857 -"8748",997,36018 -"8749",997,39606 -"8750",997,50284 -"8751",997,53219 -"8752",997,69252 -"8753",997,78694 -"8754",997,78746 -"8755",997,92529 -"8756",998,8343 -"8757",998,20293 -"8758",998,20617 -"8759",998,21577 -"8760",998,21588 -"8761",998,25458 -"8762",998,29490 -"8763",998,49677 -"8764",999,4199 -"8765",999,6209 -"8766",999,21128 -"8767",999,21270 -"8768",999,21303 -"8769",999,21342 -"8770",999,21362 -"8771",999,25388 -"8772",999,25389 -"8773",999,58911 -"8774",1000,13874 -"8775",1000,16198 -"8776",1000,114704 -"8777",1000,120830 -"8778",1000,121215 -"8779",1001,24697 -"8780",1001,53361 -"8781",1003,37381 -"8782",1003,38550 -"8783",1003,54258 -"8784",1003,61723 -"8785",1003,91734 -"8786",1003,104516 -"8787",1005,6451 -"8788",1005,11619 -"8789",1005,115460 -"8790",1006,6717 -"8791",1006,8268 -"8792",1006,55712 -"8793",1007,36091 -"8794",1008,1091 -"8795",1008,35914 -"8796",1008,38676 -"8797",1008,42212 -"8798",1008,42920 -"8799",1009,4491 -"8800",1009,20678 -"8801",1010,35516 -"8802",1011,1016 -"8803",1011,113042 -"8804",1012,1566 -"8805",1012,26273 -"8806",1012,30100 -"8807",1012,46588 -"8808",1012,96226 -"8809",1012,105217 -"8810",1013,1069 -"8811",1014,12010 -"8812",1014,27946 -"8813",1015,1070 -"8814",1015,4121 -"8815",1015,8860 -"8816",1015,18309 -"8817",1015,19295 -"8818",1015,22281 -"8819",1015,33400 -"8820",1015,40074 -"8821",1015,47949 -"8822",1015,47956 -"8823",1015,58333 -"8824",1015,79837 -"8825",1015,85291 -"8826",1015,92280 -"8827",1015,104291 -"8828",1015,118495 -"8829",1016,3279 -"8830",1016,9394 -"8831",1016,9448 -"8832",1016,10788 -"8833",1016,14191 -"8834",1016,14708 -"8835",1016,17360 -"8836",1016,17857 -"8837",1016,19068 -"8838",1016,19082 -"8839",1016,21918 -"8840",1016,25013 -"8841",1016,25150 -"8842",1016,25639 -"8843",1016,36954 -"8844",1016,37307 -"8845",1016,39391 -"8846",1016,41455 -"8847",1016,43149 -"8848",1016,44687 -"8849",1016,50207 -"8850",1016,50488 -"8851",1016,52112 -"8852",1016,53415 -"8853",1016,56357 -"8854",1016,57636 -"8855",1016,58482 -"8856",1016,59798 -"8857",1016,70907 -"8858",1016,71683 -"8859",1016,77125 -"8860",1016,78398 -"8861",1016,82426 -"8862",1016,84343 -"8863",1016,85000 -"8864",1016,85101 -"8865",1016,91682 -"8866",1016,95267 -"8867",1016,97580 -"8868",1016,98727 -"8869",1016,98776 -"8870",1016,100795 -"8871",1016,106824 -"8872",1016,108879 -"8873",1016,109166 -"8874",1016,109858 -"8875",1016,109878 -"8876",1016,112962 -"8877",1016,113990 -"8878",1016,115413 -"8879",1016,116123 -"8880",1016,117258 -"8881",1016,117560 -"8882",1016,118128 -"8883",1016,118836 -"8884",1016,118866 -"8885",1016,118873 -"8886",1016,119131 -"8887",1016,119513 -"8888",1016,119716 -"8889",1016,119769 -"8890",1016,120123 -"8891",1016,120169 -"8892",1016,120725 -"8893",1016,120944 -"8894",1016,121609 -"8895",1016,122007 -"8896",1016,122032 -"8897",1016,122035 -"8898",1016,122724 -"8899",1016,123070 -"8900",1016,123394 -"8901",1016,123490 -"8902",1017,9272 -"8903",1017,13197 -"8904",1017,22294 -"8905",1017,38638 -"8906",1017,47615 -"8907",1018,36977 -"8908",1018,62335 -"8909",1018,72701 -"8910",1019,45687 -"8911",1020,16834 -"8912",1021,4888 -"8913",1021,27300 -"8914",1021,29680 -"8915",1021,59159 -"8916",1021,62615 -"8917",1021,90122 -"8918",1022,1064 -"8919",1022,59274 -"8920",1023,1063 -"8921",1023,2549 -"8922",1023,5417 -"8923",1023,11778 -"8924",1023,24266 -"8925",1023,29761 -"8926",1023,39211 -"8927",1023,54646 -"8928",1023,57550 -"8929",1023,72536 -"8930",1023,74300 -"8931",1023,85310 -"8932",1023,86185 -"8933",1023,87149 -"8934",1024,42434 -"8935",1024,42746 -"8936",1024,81673 -"8937",1025,1081 -"8938",1025,12094 -"8939",1025,16074 -"8940",1025,98296 -"8941",1026,3654 -"8942",1026,15336 -"8943",1026,65236 -"8944",1026,68046 -"8945",1026,83294 -"8946",1026,83848 -"8947",1026,85608 -"8948",1026,119083 -"8949",1026,119097 -"8950",1027,1193 -"8951",1028,4821 -"8952",1028,36586 -"8953",1028,36646 -"8954",1028,36650 -"8955",1028,63437 -"8956",1029,14372 -"8957",1029,82651 -"8958",1029,87126 -"8959",1029,104521 -"8960",1030,27204 -"8961",1030,57011 -"8962",1030,57186 -"8963",1031,4578 -"8964",1031,6721 -"8965",1031,7864 -"8966",1031,16138 -"8967",1031,18534 -"8968",1031,29061 -"8969",1031,36735 -"8970",1031,76837 -"8971",1031,82415 -"8972",1031,99459 -"8973",1032,105742 -"8974",1033,1116 -"8975",1033,3251 -"8976",1033,22060 -"8977",1033,48860 -"8978",1034,10543 -"8979",1034,20158 -"8980",1034,30321 -"8981",1034,31992 -"8982",1034,45635 -"8983",1034,83227 -"8984",1035,1066 -"8985",1035,6090 -"8986",1035,11754 -"8987",1035,18374 -"8988",1035,31705 -"8989",1036,1092 -"8990",1036,3753 -"8991",1036,4783 -"8992",1036,5388 -"8993",1036,5429 -"8994",1036,6153 -"8995",1036,9683 -"8996",1036,11055 -"8997",1036,11123 -"8998",1036,14738 -"8999",1036,16575 -"9000",1036,20500 -"9001",1036,21706 -"9002",1036,22451 -"9003",1036,22466 -"9004",1036,23971 -"9005",1036,26210 -"9006",1036,54695 -"9007",1036,63246 -"9008",1036,65130 -"9009",1036,73711 -"9010",1036,74106 -"9011",1036,82437 -"9012",1036,82693 -"9013",1036,90190 -"9014",1036,93125 -"9015",1036,93887 -"9016",1036,105942 -"9017",1037,19951 -"9018",1037,20725 -"9019",1037,57259 -"9020",1037,81473 -"9021",1038,3741 -"9022",1038,16635 -"9023",1038,35595 -"9024",1038,35657 -"9025",1038,49964 -"9026",1038,76448 -"9027",1038,89655 -"9028",1038,95906 -"9029",1038,115782 -"9030",1039,1845 -"9031",1039,18111 -"9032",1039,36857 -"9033",1040,1927 -"9034",1040,2892 -"9035",1040,2897 -"9036",1040,13038 -"9037",1040,14349 -"9038",1040,16623 -"9039",1040,20225 -"9040",1040,25302 -"9041",1040,25416 -"9042",1040,29371 -"9043",1040,36144 -"9044",1040,38021 -"9045",1040,52760 -"9046",1040,59903 -"9047",1040,83229 -"9048",1040,84516 -"9049",1040,89725 -"9050",1040,98515 -"9051",1040,107768 -"9052",1040,108501 -"9053",1040,109945 -"9054",1040,112246 -"9055",1040,116023 -"9056",1040,119352 -"9057",1040,122506 -"9058",1040,123068 -"9059",1040,123080 -"9060",1040,123083 -"9061",1040,123095 -"9062",1041,1084 -"9063",1041,1205 -"9064",1041,3108 -"9065",1041,19524 -"9066",1041,20942 -"9067",1041,27686 -"9068",1041,60751 -"9069",1041,60782 -"9070",1042,47088 -"9071",1042,62270 -"9072",1043,2382 -"9073",1043,8198 -"9074",1043,23020 -"9075",1043,56062 -"9076",1043,61007 -"9077",1043,64825 -"9078",1044,1049 -"9079",1044,2424 -"9080",1044,2530 -"9081",1044,2534 -"9082",1044,5747 -"9083",1044,5892 -"9084",1044,6806 -"9085",1044,7042 -"9086",1044,9160 -"9087",1044,11774 -"9088",1044,12210 -"9089",1044,19248 -"9090",1044,19719 -"9091",1044,21415 -"9092",1044,23697 -"9093",1044,25931 -"9094",1044,27694 -"9095",1044,29986 -"9096",1044,33153 -"9097",1044,36361 -"9098",1044,44960 -"9099",1044,49129 -"9100",1044,52576 -"9101",1044,56695 -"9102",1044,58451 -"9103",1044,84047 -"9104",1044,84896 -"9105",1044,93409 -"9106",1044,119448 -"9107",1045,4692 -"9108",1045,15645 -"9109",1045,108757 -"9110",1046,3846 -"9111",1046,4618 -"9112",1046,4822 -"9113",1046,5148 -"9114",1046,5669 -"9115",1046,5725 -"9116",1046,6995 -"9117",1046,8369 -"9118",1046,8533 -"9119",1046,8553 -"9120",1046,8876 -"9121",1046,12845 -"9122",1046,12867 -"9123",1046,20320 -"9124",1046,26351 -"9125",1046,27607 -"9126",1046,28285 -"9127",1046,30149 -"9128",1046,31383 -"9129",1046,31458 -"9130",1046,33574 -"9131",1046,36733 -"9132",1046,36960 -"9133",1046,47947 -"9134",1046,48765 -"9135",1046,51396 -"9136",1046,51435 -"9137",1046,52701 -"9138",1046,53300 -"9139",1046,55820 -"9140",1046,55913 -"9141",1046,57977 -"9142",1046,58035 -"9143",1046,59952 -"9144",1046,60025 -"9145",1046,62840 -"9146",1046,62860 -"9147",1046,70571 -"9148",1046,71562 -"9149",1046,77774 -"9150",1047,94734 -"9151",1049,6818 -"9152",1049,10438 -"9153",1049,12304 -"9154",1049,13100 -"9155",1049,20538 -"9156",1049,22537 -"9157",1049,24945 -"9158",1049,25429 -"9159",1049,27777 -"9160",1049,32487 -"9161",1049,44396 -"9162",1049,45151 -"9163",1049,49512 -"9164",1049,49915 -"9165",1049,57353 -"9166",1049,63656 -"9167",1049,81838 -"9168",1049,82416 -"9169",1049,94735 -"9170",1049,102331 -"9171",1049,109601 -"9172",1049,121213 -"9173",1050,3957 -"9174",1050,10388 -"9175",1050,18639 -"9176",1050,22088 -"9177",1050,24121 -"9178",1050,38523 -"9179",1050,45186 -"9180",1050,56125 -"9181",1050,56143 -"9182",1050,58968 -"9183",1050,67788 -"9184",1050,73224 -"9185",1050,84739 -"9186",1050,85983 -"9187",1050,87603 -"9188",1050,88670 -"9189",1050,93634 -"9190",1051,1124 -"9191",1051,1144 -"9192",1051,1336 -"9193",1051,2019 -"9194",1051,3203 -"9195",1051,5971 -"9196",1051,6215 -"9197",1051,6588 -"9198",1051,6751 -"9199",1051,7553 -"9200",1051,10105 -"9201",1051,11817 -"9202",1051,13307 -"9203",1051,14666 -"9204",1051,18394 -"9205",1051,20737 -"9206",1051,23222 -"9207",1051,23257 -"9208",1051,23526 -"9209",1051,23626 -"9210",1051,23715 -"9211",1051,26867 -"9212",1051,27497 -"9213",1051,30405 -"9214",1051,30962 -"9215",1051,40028 -"9216",1051,45352 -"9217",1051,45870 -"9218",1051,50236 -"9219",1051,53303 -"9220",1051,56082 -"9221",1051,58417 -"9222",1051,58740 -"9223",1051,59939 -"9224",1051,63939 -"9225",1051,79082 -"9226",1051,86849 -"9227",1051,91912 -"9228",1051,94671 -"9229",1051,109663 -"9230",1052,7920 -"9231",1052,28077 -"9232",1052,99276 -"9233",1052,101217 -"9234",1053,4863 -"9235",1053,41454 -"9236",1053,52009 -"9237",1053,60844 -"9238",1054,2811 -"9239",1054,3481 -"9240",1054,4478 -"9241",1054,5651 -"9242",1054,6385 -"9243",1054,6408 -"9244",1054,28181 -"9245",1054,29818 -"9246",1054,36513 -"9247",1054,57346 -"9248",1054,57709 -"9249",1054,61023 -"9250",1054,61024 -"9251",1054,68093 -"9252",1054,78377 -"9253",1054,81288 -"9254",1054,90892 -"9255",1054,115420 -"9256",1055,7909 -"9257",1055,31215 -"9258",1055,66502 -"9259",1055,81282 -"9260",1055,108025 -"9261",1055,121855 -"9262",1055,123352 -"9263",1056,8791 -"9264",1056,15350 -"9265",1056,15486 -"9266",1056,16161 -"9267",1056,16690 -"9268",1056,16754 -"9269",1056,20700 -"9270",1056,25185 -"9271",1056,28572 -"9272",1056,30842 -"9273",1056,30926 -"9274",1056,31176 -"9275",1056,36382 -"9276",1056,38879 -"9277",1056,43856 -"9278",1056,55757 -"9279",1056,66451 -"9280",1056,80889 -"9281",1056,82546 -"9282",1056,96409 -"9283",1056,97012 -"9284",1057,3387 -"9285",1057,4102 -"9286",1057,4396 -"9287",1057,13635 -"9288",1057,37054 -"9289",1057,54399 -"9290",1058,2518 -"9291",1058,39833 -"9292",1059,13337 -"9293",1059,39083 -"9294",1059,56374 -"9295",1059,103310 -"9296",1059,115734 -"9297",1059,118085 -"9298",1059,119072 -"9299",1059,120738 -"9300",1060,2465 -"9301",1060,3357 -"9302",1060,9787 -"9303",1060,12819 -"9304",1060,13845 -"9305",1060,18547 -"9306",1060,18663 -"9307",1060,20221 -"9308",1060,20944 -"9309",1060,23645 -"9310",1060,30742 -"9311",1060,32944 -"9312",1060,47965 -"9313",1060,59025 -"9314",1060,62877 -"9315",1060,74561 -"9316",1060,77317 -"9317",1060,102152 -"9318",1060,104358 -"9319",1060,116690 -"9320",1061,1253 -"9321",1061,2009 -"9322",1061,2531 -"9323",1061,3978 -"9324",1061,5531 -"9325",1061,5867 -"9326",1061,6194 -"9327",1061,8402 -"9328",1061,18250 -"9329",1061,21093 -"9330",1061,33405 -"9331",1061,37095 -"9332",1061,46339 -"9333",1061,47713 -"9334",1061,55367 -"9335",1062,1245 -"9336",1062,5503 -"9337",1062,12284 -"9338",1062,18254 -"9339",1062,33181 -"9340",1062,44346 -"9341",1062,48381 -"9342",1062,48593 -"9343",1062,51809 -"9344",1062,52236 -"9345",1062,57328 -"9346",1062,58990 -"9347",1063,6382 -"9348",1063,11778 -"9349",1063,24266 -"9350",1063,29761 -"9351",1063,39211 -"9352",1063,46581 -"9353",1063,54646 -"9354",1063,55463 -"9355",1063,72536 -"9356",1063,74300 -"9357",1063,86185 -"9358",1063,87149 -"9359",1064,29646 -"9360",1065,27656 -"9361",1065,28282 -"9362",1065,64919 -"9363",1066,8176 -"9364",1066,8238 -"9365",1066,8906 -"9366",1066,9236 -"9367",1066,11530 -"9368",1066,12517 -"9369",1066,14880 -"9370",1066,15658 -"9371",1066,21968 -"9372",1066,22682 -"9373",1066,27796 -"9374",1066,31705 -"9375",1066,33774 -"9376",1066,36604 -"9377",1066,40441 -"9378",1066,44471 -"9379",1066,61975 -"9380",1066,65332 -"9381",1066,88746 -"9382",1066,102379 -"9383",1066,102522 -"9384",1067,14842 -"9385",1067,46680 -"9386",1067,97752 -"9387",1068,105354 -"9388",1068,116472 -"9389",1069,5220 -"9390",1069,16933 -"9391",1069,29261 -"9392",1069,52225 -"9393",1069,63544 -"9394",1069,68917 -"9395",1069,75577 -"9396",1069,76235 -"9397",1069,110333 -"9398",1069,120808 -"9399",1070,8860 -"9400",1070,33423 -"9401",1070,34528 -"9402",1070,35642 -"9403",1070,62284 -"9404",1070,66476 -"9405",1070,70823 -"9406",1070,73605 -"9407",1070,73631 -"9408",1070,83860 -"9409",1070,83974 -"9410",1070,85181 -"9411",1070,97068 -"9412",1070,105554 -"9413",1070,114458 -"9414",1070,115652 -"9415",1070,120809 -"9416",1070,121163 -"9417",1071,1077 -"9418",1071,1078 -"9419",1071,6375 -"9420",1071,6991 -"9421",1071,7457 -"9422",1071,10720 -"9423",1071,10908 -"9424",1071,18417 -"9425",1071,40934 -"9426",1071,45100 -"9427",1071,46268 -"9428",1071,69560 -"9429",1071,90447 -"9430",1071,91494 -"9431",1071,93156 -"9432",1072,24808 -"9433",1072,29685 -"9434",1072,52569 -"9435",1072,56257 -"9436",1073,52589 -"9437",1073,53670 -"9438",1074,2730 -"9439",1074,2747 -"9440",1074,2753 -"9441",1074,3182 -"9442",1074,11641 -"9443",1074,14715 -"9444",1074,17210 -"9445",1074,20155 -"9446",1074,20502 -"9447",1074,21107 -"9448",1074,21158 -"9449",1074,21209 -"9450",1074,21213 -"9451",1074,23024 -"9452",1074,23860 -"9453",1074,24009 -"9454",1074,24027 -"9455",1074,24186 -"9456",1074,24627 -"9457",1074,31353 -"9458",1074,35417 -"9459",1074,40396 -"9460",1074,44433 -"9461",1074,44603 -"9462",1074,45734 -"9463",1074,76890 -"9464",1074,80555 -"9465",1074,94573 -"9466",1075,54312 -"9467",1075,97508 -"9468",1075,119677 -"9469",1077,1078 -"9470",1077,10720 -"9471",1077,12228 -"9472",1077,18417 -"9473",1077,18855 -"9474",1077,35268 -"9475",1077,43526 -"9476",1077,45100 -"9477",1077,79036 -"9478",1077,81392 -"9479",1077,89721 -"9480",1077,89724 -"9481",1077,89728 -"9482",1077,89733 -"9483",1077,90804 -"9484",1078,6207 -"9485",1078,6991 -"9486",1078,7153 -"9487",1078,8471 -"9488",1078,8478 -"9489",1078,9506 -"9490",1078,9716 -"9491",1078,9758 -"9492",1078,10720 -"9493",1078,16403 -"9494",1078,18417 -"9495",1078,18855 -"9496",1078,28644 -"9497",1078,32664 -"9498",1078,52185 -"9499",1078,52393 -"9500",1078,54865 -"9501",1078,65360 -"9502",1078,76839 -"9503",1078,78768 -"9504",1078,83810 -"9505",1078,88406 -"9506",1078,88662 -"9507",1078,90370 -"9508",1078,90520 -"9509",1078,98172 -"9510",1078,108247 -"9511",1078,108252 -"9512",1078,108273 -"9513",1079,1387 -"9514",1079,38114 -"9515",1079,51067 -"9516",1079,63448 -"9517",1079,66795 -"9518",1080,41258 -"9519",1080,47155 -"9520",1081,12437 -"9521",1081,16074 -"9522",1081,35069 -"9523",1082,1313 -"9524",1082,94173 -"9525",1083,89538 -"9526",1084,1205 -"9527",1085,12105 -"9528",1085,12639 -"9529",1085,21566 -"9530",1085,22053 -"9531",1085,23006 -"9532",1085,28590 -"9533",1085,31497 -"9534",1085,35217 -"9535",1085,46962 -"9536",1085,52926 -"9537",1086,1673 -"9538",1086,10412 -"9539",1086,13672 -"9540",1086,15265 -"9541",1086,31256 -"9542",1086,40303 -"9543",1086,40362 -"9544",1086,49822 -"9545",1086,59193 -"9546",1086,64534 -"9547",1086,76452 -"9548",1086,76727 -"9549",1086,77159 -"9550",1086,119986 -"9551",1086,120056 -"9552",1087,2524 -"9553",1087,3981 -"9554",1087,4926 -"9555",1087,9882 -"9556",1087,11091 -"9557",1087,12238 -"9558",1087,13387 -"9559",1087,34351 -"9560",1087,37625 -"9561",1087,37639 -"9562",1087,48474 -"9563",1087,52912 -"9564",1087,52940 -"9565",1087,54734 -"9566",1087,86370 -"9567",1087,91309 -"9568",1087,122278 -"9569",1088,36642 -"9570",1088,44359 -"9571",1088,44443 -"9572",1088,90164 -"9573",1088,106756 -"9574",1089,3550 -"9575",1089,7666 -"9576",1089,14423 -"9577",1089,37223 -"9578",1090,1321 -"9579",1090,1676 -"9580",1090,5810 -"9581",1090,12789 -"9582",1090,15397 -"9583",1090,15830 -"9584",1090,17240 -"9585",1090,17448 -"9586",1090,26608 -"9587",1090,29009 -"9588",1090,31968 -"9589",1090,41116 -"9590",1090,41655 -"9591",1090,45711 -"9592",1090,47355 -"9593",1090,57203 -"9594",1090,63132 -"9595",1090,76741 -"9596",1090,78102 -"9597",1090,85951 -"9598",1090,94125 -"9599",1090,96593 -"9600",1090,113933 -"9601",1091,4606 -"9602",1091,5306 -"9603",1091,7283 -"9604",1091,14038 -"9605",1091,14664 -"9606",1091,35914 -"9607",1091,43214 -"9608",1091,60029 -"9609",1091,77794 -"9610",1091,79847 -"9611",1092,1105 -"9612",1092,1617 -"9613",1092,3753 -"9614",1092,5388 -"9615",1092,5429 -"9616",1092,6153 -"9617",1092,6446 -"9618",1092,9659 -"9619",1092,9683 -"9620",1092,11055 -"9621",1092,11123 -"9622",1092,13337 -"9623",1092,15844 -"9624",1092,16575 -"9625",1092,23971 -"9626",1092,26210 -"9627",1092,30458 -"9628",1092,34969 -"9629",1092,61851 -"9630",1092,62338 -"9631",1092,70012 -"9632",1092,73711 -"9633",1092,82693 -"9634",1092,93125 -"9635",1092,99274 -"9636",1092,103056 -"9637",1093,1814 -"9638",1093,2327 -"9639",1093,3897 -"9640",1093,6883 -"9641",1093,8790 -"9642",1093,9376 -"9643",1093,9481 -"9644",1093,9503 -"9645",1093,9623 -"9646",1093,9739 -"9647",1093,10070 -"9648",1093,10450 -"9649",1093,10453 -"9650",1093,11552 -"9651",1093,15506 -"9652",1093,17872 -"9653",1093,19827 -"9654",1093,27909 -"9655",1093,33962 -"9656",1093,40396 -"9657",1093,49813 -"9658",1093,53743 -"9659",1093,74370 -"9660",1093,88574 -"9661",1094,4541 -"9662",1094,34239 -"9663",1094,58290 -"9664",1094,78769 -"9665",1094,79042 -"9666",1095,32804 -"9667",1096,6191 -"9668",1096,20790 -"9669",1096,24767 -"9670",1096,37269 -"9671",1096,95765 -"9672",1096,103475 -"9673",1097,14537 -"9674",1097,20269 -"9675",1097,49376 -"9676",1097,51089 -"9677",1097,51827 -"9678",1097,53957 -"9679",1097,53988 -"9680",1097,63239 -"9681",1097,92513 -"9682",1098,2252 -"9683",1098,2939 -"9684",1098,5226 -"9685",1098,15122 -"9686",1098,37108 -"9687",1098,46348 -"9688",1098,49487 -"9689",1098,64200 -"9690",1098,76534 -"9691",1098,90964 -"9692",1098,91905 -"9693",1098,99468 -"9694",1098,103946 -"9695",1099,2069 -"9696",1099,15523 -"9697",1099,28251 -"9698",1099,58615 -"9699",1099,59749 -"9700",1099,61450 -"9701",1099,85457 -"9702",1100,27221 -"9703",1101,30572 -"9704",1101,40866 -"9705",1101,48095 -"9706",1101,55700 -"9707",1101,65833 -"9708",1101,73799 -"9709",1102,2572 -"9710",1102,3801 -"9711",1102,4094 -"9712",1102,4500 -"9713",1102,6052 -"9714",1102,6074 -"9715",1102,6215 -"9716",1102,8384 -"9717",1102,9003 -"9718",1102,9051 -"9719",1102,12471 -"9720",1102,12640 -"9721",1102,12724 -"9722",1102,14551 -"9723",1102,14656 -"9724",1102,15671 -"9725",1102,15761 -"9726",1102,17422 -"9727",1102,21176 -"9728",1102,21350 -"9729",1102,21849 -"9730",1102,22170 -"9731",1102,24864 -"9732",1102,32398 -"9733",1102,34303 -"9734",1102,35731 -"9735",1102,40099 -"9736",1102,42216 -"9737",1102,48359 -"9738",1102,76733 -"9739",1103,1916 -"9740",1103,49624 -"9741",1103,65233 -"9742",1103,89712 -"9743",1104,1285 -"9744",1104,1376 -"9745",1104,1587 -"9746",1104,2681 -"9747",1104,3271 -"9748",1104,3536 -"9749",1104,3903 -"9750",1104,4974 -"9751",1104,5723 -"9752",1104,6347 -"9753",1104,7085 -"9754",1104,7337 -"9755",1104,7815 -"9756",1104,9270 -"9757",1104,9272 -"9758",1104,9505 -"9759",1104,11913 -"9760",1104,12428 -"9761",1104,12807 -"9762",1104,13142 -"9763",1104,14407 -"9764",1104,14426 -"9765",1104,15226 -"9766",1104,16689 -"9767",1104,18342 -"9768",1104,19036 -"9769",1104,19391 -"9770",1104,22585 -"9771",1104,23075 -"9772",1104,25606 -"9773",1104,28530 -"9774",1104,30258 -"9775",1104,30584 -"9776",1104,31403 -"9777",1104,36146 -"9778",1104,38185 -"9779",1104,38683 -"9780",1104,40245 -"9781",1104,43226 -"9782",1104,43706 -"9783",1104,43980 -"9784",1104,44577 -"9785",1104,44655 -"9786",1104,44973 -"9787",1104,46177 -"9788",1104,47048 -"9789",1104,47460 -"9790",1104,48110 -"9791",1104,49406 -"9792",1104,56100 -"9793",1104,58508 -"9794",1104,59731 -"9795",1104,61007 -"9796",1104,62642 -"9797",1104,66260 -"9798",1104,68091 -"9799",1104,69335 -"9800",1104,73895 -"9801",1104,75245 -"9802",1104,75776 -"9803",1104,75956 -"9804",1104,76387 -"9805",1104,78160 -"9806",1104,78978 -"9807",1104,79212 -"9808",1104,79241 -"9809",1104,79579 -"9810",1104,80239 -"9811",1104,80301 -"9812",1104,81397 -"9813",1104,88340 -"9814",1104,88749 -"9815",1104,88932 -"9816",1104,89069 -"9817",1104,89185 -"9818",1104,89373 -"9819",1104,89995 -"9820",1104,90919 -"9821",1104,90936 -"9822",1104,92861 -"9823",1104,93097 -"9824",1104,94231 -"9825",1104,95489 -"9826",1104,96247 -"9827",1104,96363 -"9828",1104,97898 -"9829",1104,99332 -"9830",1104,106328 -"9831",1105,1617 -"9832",1105,4783 -"9833",1105,10248 -"9834",1105,22640 -"9835",1105,68359 -"9836",1105,99111 -"9837",1105,102041 -"9838",1105,106513 -"9839",1106,2881 -"9840",1106,18014 -"9841",1106,122564 -"9842",1107,25776 -"9843",1107,107343 -"9844",1108,1422 -"9845",1108,1579 -"9846",1108,11443 -"9847",1108,16412 -"9848",1108,37522 -"9849",1108,48055 -"9850",1109,6875 -"9851",1109,7199 -"9852",1109,8172 -"9853",1109,11787 -"9854",1109,12245 -"9855",1109,16459 -"9856",1109,28599 -"9857",1109,39023 -"9858",1109,57864 -"9859",1109,58676 -"9860",1109,86820 -"9861",1110,1217 -"9862",1110,119880 -"9863",1111,5255 -"9864",1111,7044 -"9865",1111,9272 -"9866",1111,13197 -"9867",1111,23339 -"9868",1111,31827 -"9869",1112,1126 -"9870",1112,3798 -"9871",1112,7343 -"9872",1112,12452 -"9873",1112,15343 -"9874",1112,15693 -"9875",1112,15888 -"9876",1112,17021 -"9877",1112,23120 -"9878",1112,23594 -"9879",1112,23817 -"9880",1112,27047 -"9881",1112,29834 -"9882",1112,29845 -"9883",1112,29882 -"9884",1112,29894 -"9885",1112,30007 -"9886",1112,36262 -"9887",1112,45354 -"9888",1112,58319 -"9889",1112,58718 -"9890",1112,68254 -"9891",1112,72548 -"9892",1113,3309 -"9893",1113,42046 -"9894",1113,45190 -"9895",1113,93470 -"9896",1114,1115 -"9897",1114,11755 -"9898",1114,27805 -"9899",1114,33477 -"9900",1114,38690 -"9901",1114,52789 -"9902",1114,52800 -"9903",1114,70675 -"9904",1114,77144 -"9905",1114,77154 -"9906",1114,77192 -"9907",1114,77195 -"9908",1114,82147 -"9909",1114,85172 -"9910",1115,10537 -"9911",1115,11755 -"9912",1115,21284 -"9913",1115,21315 -"9914",1115,21367 -"9915",1115,53314 -"9916",1115,74267 -"9917",1115,82147 -"9918",1115,85530 -"9919",1115,85583 -"9920",1115,92710 -"9921",1115,105359 -"9922",1117,6515 -"9923",1117,6600 -"9924",1117,6680 -"9925",1117,8163 -"9926",1117,9111 -"9927",1117,10940 -"9928",1117,22304 -"9929",1117,30193 -"9930",1117,30268 -"9931",1117,44223 -"9932",1117,46007 -"9933",1117,49390 -"9934",1117,56121 -"9935",1117,56360 -"9936",1117,56784 -"9937",1117,62577 -"9938",1117,63640 -"9939",1117,63655 -"9940",1117,68145 -"9941",1117,72901 -"9942",1118,1135 -"9943",1118,2066 -"9944",1118,2074 -"9945",1118,2164 -"9946",1118,29433 -"9947",1119,77921 -"9948",1120,36502 -"9949",1121,5235 -"9950",1121,7824 -"9951",1122,1857 -"9952",1122,3167 -"9953",1122,3595 -"9954",1122,4226 -"9955",1122,4692 -"9956",1122,4747 -"9957",1122,4765 -"9958",1122,6110 -"9959",1122,7023 -"9960",1122,12374 -"9961",1122,15643 -"9962",1122,19899 -"9963",1122,21104 -"9964",1122,25473 -"9965",1122,26344 -"9966",1122,26345 -"9967",1122,26530 -"9968",1122,27164 -"9969",1122,30898 -"9970",1122,31651 -"9971",1122,32811 -"9972",1122,34136 -"9973",1122,37307 -"9974",1122,37893 -"9975",1122,40135 -"9976",1122,43040 -"9977",1122,48260 -"9978",1122,58133 -"9979",1122,61822 -"9980",1122,64960 -"9981",1122,67505 -"9982",1122,73728 -"9983",1122,78256 -"9984",1122,79583 -"9985",1122,81360 -"9986",1122,85326 -"9987",1122,110816 -"9988",1122,114188 -"9989",1123,5573 -"9990",1123,16794 -"9991",1123,26393 -"9992",1123,31379 -"9993",1123,34954 -"9994",1123,42445 -"9995",1123,57003 -"9996",1123,86625 -"9997",1124,1144 -"9998",1124,1336 -"9999",1124,1435 -"10000",1124,2019 -"10001",1124,3203 -"10002",1124,5430 -"10003",1124,5943 -"10004",1124,6750 -"10005",1124,6751 -"10006",1124,9576 -"10007",1124,10488 -"10008",1124,12128 -"10009",1124,12398 -"10010",1124,14936 -"10011",1124,16530 -"10012",1124,16680 -"10013",1124,20326 -"10014",1124,21330 -"10015",1124,21875 -"10016",1124,25881 -"10017",1124,27497 -"10018",1124,27586 -"10019",1124,31957 -"10020",1124,32131 -"10021",1124,33335 -"10022",1124,47600 -"10023",1124,60878 -"10024",1124,61920 -"10025",1124,64567 -"10026",1124,68035 -"10027",1124,80383 -"10028",1124,89736 -"10029",1124,96370 -"10030",1125,65026 -"10031",1125,87164 -"10032",1127,1128 -"10033",1127,1130 -"10034",1127,2269 -"10035",1127,2299 -"10036",1127,2300 -"10037",1127,2301 -"10038",1127,2325 -"10039",1127,2590 -"10040",1127,3966 -"10041",1127,11587 -"10042",1127,31061 -"10043",1127,34509 -"10044",1127,34546 -"10045",1127,36729 -"10046",1127,38853 -"10047",1127,57466 -"10048",1127,66427 -"10049",1127,79410 -"10050",1127,80426 -"10051",1127,80787 -"10052",1128,1130 -"10053",1128,2269 -"10054",1128,2299 -"10055",1128,2300 -"10056",1128,2301 -"10057",1128,2325 -"10058",1128,2590 -"10059",1128,26282 -"10060",1128,34509 -"10061",1129,17254 -"10062",1129,28627 -"10063",1129,36855 -"10064",1129,37680 -"10065",1129,82305 -"10066",1130,2269 -"10067",1130,2299 -"10068",1130,2300 -"10069",1130,2301 -"10070",1130,2325 -"10071",1130,2590 -"10072",1130,11224 -"10073",1130,11507 -"10074",1130,25341 -"10075",1130,26282 -"10076",1130,27025 -"10077",1130,34509 -"10078",1130,38522 -"10079",1130,63127 -"10080",1130,67216 -"10081",1130,67744 -"10082",1130,79410 -"10083",1130,87364 -"10084",1130,90480 -"10085",1130,91261 -"10086",1130,94830 -"10087",1130,103478 -"10088",1130,113126 -"10089",1131,1200 -"10090",1132,1134 -"10091",1133,9386 -"10092",1133,9639 -"10093",1133,10052 -"10094",1133,26409 -"10095",1133,28099 -"10096",1133,28797 -"10097",1133,31375 -"10098",1134,14358 -"10099",1134,73395 -"10100",1135,1692 -"10101",1135,2066 -"10102",1135,2074 -"10103",1135,2164 -"10104",1135,11697 -"10105",1135,11876 -"10106",1135,12476 -"10107",1135,12627 -"10108",1135,13875 -"10109",1135,19571 -"10110",1135,22346 -"10111",1135,24467 -"10112",1135,27109 -"10113",1135,29381 -"10114",1135,29404 -"10115",1135,29433 -"10116",1135,56472 -"10117",1135,59005 -"10118",1135,81243 -"10119",1136,2020 -"10120",1136,20319 -"10121",1136,24447 -"10122",1136,26322 -"10123",1136,32745 -"10124",1136,36335 -"10125",1136,38256 -"10126",1136,38257 -"10127",1136,44585 -"10128",1136,44648 -"10129",1136,47858 -"10130",1136,52626 -"10131",1136,56175 -"10132",1136,61228 -"10133",1136,64997 -"10134",1136,67434 -"10135",1136,80560 -"10136",1136,82754 -"10137",1136,83199 -"10138",1136,95310 -"10139",1136,98494 -"10140",1136,101231 -"10141",1136,101547 -"10142",1136,102006 -"10143",1136,102107 -"10144",1136,102149 -"10145",1137,30494 -"10146",1137,68372 -"10147",1137,85736 -"10148",1138,1166 -"10149",1138,2052 -"10150",1138,2058 -"10151",1138,2215 -"10152",1138,20630 -"10153",1138,28060 -"10154",1138,48117 -"10155",1138,53775 -"10156",1138,59420 -"10157",1138,59434 -"10158",1138,64671 -"10159",1138,71030 -"10160",1138,76185 -"10161",1139,1184 -"10162",1139,1204 -"10163",1140,35642 -"10164",1140,49950 -"10165",1140,113383 -"10166",1141,12280 -"10167",1142,1658 -"10168",1142,23964 -"10169",1142,26007 -"10170",1142,42791 -"10171",1142,56518 -"10172",1142,56735 -"10173",1142,56766 -"10174",1142,56778 -"10175",1142,92419 -"10176",1143,2091 -"10177",1143,12302 -"10178",1143,12951 -"10179",1143,12993 -"10180",1143,21110 -"10181",1143,50109 -"10182",1143,54403 -"10183",1143,113034 -"10184",1144,1336 -"10185",1144,1435 -"10186",1144,2019 -"10187",1144,3203 -"10188",1144,6215 -"10189",1144,6750 -"10190",1144,6751 -"10191",1144,10105 -"10192",1144,11427 -"10193",1144,12640 -"10194",1144,13307 -"10195",1144,14666 -"10196",1144,19862 -"10197",1144,20326 -"10198",1144,20737 -"10199",1144,21849 -"10200",1144,23526 -"10201",1144,23626 -"10202",1144,23715 -"10203",1144,36704 -"10204",1144,40493 -"10205",1144,48359 -"10206",1144,78058 -"10207",1144,78691 -"10208",1145,5458 -"10209",1145,8995 -"10210",1145,41996 -"10211",1145,117070 -"10212",1146,33630 -"10213",1146,33751 -"10214",1146,78765 -"10215",1147,60224 -"10216",1147,101096 -"10217",1148,1337 -"10218",1148,11036 -"10219",1148,14465 -"10220",1148,24195 -"10221",1148,27020 -"10222",1148,34514 -"10223",1148,42107 -"10224",1148,54450 -"10225",1148,62044 -"10226",1148,76686 -"10227",1148,77845 -"10228",1149,8125 -"10229",1149,85376 -"10230",1149,85394 -"10231",1149,85431 -"10232",1150,5249 -"10233",1150,10200 -"10234",1150,10326 -"10235",1150,10502 -"10236",1150,10568 -"10237",1150,11429 -"10238",1150,14654 -"10239",1150,21115 -"10240",1150,21154 -"10241",1150,21156 -"10242",1150,23032 -"10243",1150,30734 -"10244",1150,33805 -"10245",1150,55546 -"10246",1150,57394 -"10247",1150,61058 -"10248",1150,68923 -"10249",1150,76250 -"10250",1150,81053 -"10251",1150,92824 -"10252",1150,98351 -"10253",1151,1425 -"10254",1151,1616 -"10255",1151,1719 -"10256",1151,1777 -"10257",1151,1938 -"10258",1151,2484 -"10259",1151,2640 -"10260",1151,5444 -"10261",1151,7323 -"10262",1151,7469 -"10263",1151,9553 -"10264",1151,19606 -"10265",1152,1155 -"10266",1153,38907 -"10267",1153,78503 -"10268",1153,79848 -"10269",1153,117101 -"10270",1154,10958 -"10271",1154,48212 -"10272",1154,51095 -"10273",1154,65291 -"10274",1154,74545 -"10275",1154,79912 -"10276",1154,87415 -"10277",1154,98293 -"10278",1154,98580 -"10279",1154,106120 -"10280",1154,107572 -"10281",1155,23368 -"10282",1155,48717 -"10283",1155,66007 -"10284",1155,74235 -"10285",1156,19314 -"10286",1156,58601 -"10287",1156,68910 -"10288",1156,78323 -"10289",1156,82206 -"10290",1156,89336 -"10291",1156,89346 -"10292",1157,3284 -"10293",1157,13019 -"10294",1157,15009 -"10295",1157,26505 -"10296",1157,39854 -"10297",1157,51072 -"10298",1157,59519 -"10299",1157,61692 -"10300",1157,85707 -"10301",1157,105236 -"10302",1158,1162 -"10303",1158,1487 -"10304",1158,2056 -"10305",1158,2064 -"10306",1158,2065 -"10307",1158,2159 -"10308",1159,1164 -"10309",1159,2075 -"10310",1159,2118 -"10311",1160,5299 -"10312",1160,5300 -"10313",1160,5324 -"10314",1160,6918 -"10315",1160,31058 -"10316",1160,55556 -"10317",1160,75581 -"10318",1160,84920 -"10319",1160,90945 -"10320",1161,75518 -"10321",1161,104751 -"10322",1161,108393 -"10323",1161,116572 -"10324",1161,122829 -"10325",1162,1487 -"10326",1162,2056 -"10327",1162,2064 -"10328",1162,2065 -"10329",1162,2159 -"10330",1162,7679 -"10331",1162,21771 -"10332",1162,42525 -"10333",1162,62684 -"10334",1162,65941 -"10335",1162,76283 -"10336",1162,79908 -"10337",1162,79946 -"10338",1162,79978 -"10339",1163,1895 -"10340",1163,8266 -"10341",1163,10760 -"10342",1163,11485 -"10343",1163,11946 -"10344",1163,14891 -"10345",1163,18397 -"10346",1163,20653 -"10347",1163,25346 -"10348",1163,26443 -"10349",1163,28043 -"10350",1163,28438 -"10351",1163,28568 -"10352",1163,29047 -"10353",1163,29261 -"10354",1163,29275 -"10355",1163,29291 -"10356",1163,29296 -"10357",1163,29355 -"10358",1163,29423 -"10359",1163,31168 -"10360",1163,31170 -"10361",1163,31181 -"10362",1163,31182 -"10363",1163,31184 -"10364",1163,31238 -"10365",1163,31247 -"10366",1163,31269 -"10367",1163,31314 -"10368",1164,2013 -"10369",1164,2075 -"10370",1164,2118 -"10371",1164,14582 -"10372",1164,35601 -"10373",1164,59430 -"10374",1164,87809 -"10375",1164,87830 -"10376",1164,87832 -"10377",1164,87842 -"10378",1165,74501 -"10379",1166,1250 -"10380",1166,1460 -"10381",1166,2052 -"10382",1166,2058 -"10383",1166,2215 -"10384",1166,8453 -"10385",1166,11862 -"10386",1166,21568 -"10387",1166,21569 -"10388",1166,54157 -"10389",1167,1820 -"10390",1167,7984 -"10391",1167,20998 -"10392",1167,23991 -"10393",1167,59115 -"10394",1168,2100 -"10395",1168,2133 -"10396",1168,9844 -"10397",1169,30894 -"10398",1169,36950 -"10399",1169,48434 -"10400",1169,74730 -"10401",1169,94653 -"10402",1170,7377 -"10403",1171,92153 -"10404",1171,119888 -"10405",1172,2070 -"10406",1172,2138 -"10407",1172,2840 -"10408",1172,18154 -"10409",1172,20498 -"10410",1172,21666 -"10411",1172,27629 -"10412",1172,30019 -"10413",1172,31335 -"10414",1172,31999 -"10415",1172,32592 -"10416",1172,39680 -"10417",1172,40269 -"10418",1172,44471 -"10419",1172,48009 -"10420",1172,51352 -"10421",1172,51927 -"10422",1172,63703 -"10423",1173,6854 -"10424",1173,13908 -"10425",1173,16319 -"10426",1173,22859 -"10427",1173,35132 -"10428",1173,65673 -"10429",1173,68538 -"10430",1173,70121 -"10431",1173,78532 -"10432",1173,79290 -"10433",1173,89735 -"10434",1173,97210 -"10435",1173,97895 -"10436",1173,100017 -"10437",1173,101006 -"10438",1174,1426 -"10439",1174,2073 -"10440",1174,2115 -"10441",1174,2132 -"10442",1174,2187 -"10443",1174,2206 -"10444",1174,7419 -"10445",1174,8439 -"10446",1174,10313 -"10447",1174,12490 -"10448",1174,18079 -"10449",1174,22237 -"10450",1174,22339 -"10451",1174,34084 -"10452",1174,55246 -"10453",1174,80008 -"10454",1175,1668 -"10455",1175,2469 -"10456",1175,3886 -"10457",1175,3966 -"10458",1175,5475 -"10459",1175,5811 -"10460",1175,7385 -"10461",1175,8703 -"10462",1175,9429 -"10463",1175,10465 -"10464",1175,11605 -"10465",1175,16980 -"10466",1175,17113 -"10467",1175,17931 -"10468",1175,21164 -"10469",1175,23635 -"10470",1175,31880 -"10471",1175,33209 -"10472",1175,62313 -"10473",1176,1177 -"10474",1176,36741 -"10475",1177,52927 -"10476",1177,86482 -"10477",1178,7099 -"10478",1178,17242 -"10479",1178,19937 -"10480",1178,34310 -"10481",1178,34993 -"10482",1178,38792 -"10483",1178,39160 -"10484",1178,62743 -"10485",1178,64095 -"10486",1178,83689 -"10487",1178,89647 -"10488",1179,1232 -"10489",1180,1196 -"10490",1180,1221 -"10491",1180,1228 -"10492",1180,1240 -"10493",1180,2843 -"10494",1181,57155 -"10495",1181,70484 -"10496",1181,106962 -"10497",1182,3380 -"10498",1182,4307 -"10499",1182,4982 -"10500",1182,11228 -"10501",1182,11963 -"10502",1182,16143 -"10503",1182,16254 -"10504",1182,27439 -"10505",1182,29676 -"10506",1182,31985 -"10507",1182,32008 -"10508",1182,33360 -"10509",1182,48521 -"10510",1182,52466 -"10511",1182,57666 -"10512",1182,57970 -"10513",1182,77055 -"10514",1182,80057 -"10515",1182,80126 -"10516",1182,80247 -"10517",1182,80253 -"10518",1183,17525 -"10519",1183,79742 -"10520",1183,86958 -"10521",1184,1204 -"10522",1184,20533 -"10523",1184,20604 -"10524",1184,36853 -"10525",1184,51632 -"10526",1185,22974 -"10527",1185,84644 -"10528",1185,101267 -"10529",1185,118493 -"10530",1186,5582 -"10531",1186,13475 -"10532",1186,29772 -"10533",1186,32151 -"10534",1186,32651 -"10535",1186,52885 -"10536",1186,59727 -"10537",1186,66001 -"10538",1186,72836 -"10539",1186,80671 -"10540",1186,92288 -"10541",1186,110996 -"10542",1186,120187 -"10543",1186,121268 -"10544",1187,2452 -"10545",1187,25936 -"10546",1187,31591 -"10547",1187,33665 -"10548",1187,33706 -"10549",1187,41718 -"10550",1187,83936 -"10551",1187,83937 -"10552",1188,3076 -"10553",1188,15813 -"10554",1188,19298 -"10555",1188,82248 -"10556",1188,113078 -"10557",1189,1214 -"10558",1189,1216 -"10559",1189,32593 -"10560",1190,12854 -"10561",1190,13135 -"10562",1190,33732 -"10563",1191,1223 -"10564",1191,1251 -"10565",1191,1261 -"10566",1191,1262 -"10567",1191,4920 -"10568",1191,4978 -"10569",1191,21288 -"10570",1191,21795 -"10571",1191,22433 -"10572",1191,34189 -"10573",1191,34222 -"10574",1191,36455 -"10575",1191,40555 -"10576",1191,42666 -"10577",1191,44286 -"10578",1191,44287 -"10579",1191,44344 -"10580",1191,44395 -"10581",1192,1595 -"10582",1192,2101 -"10583",1192,2535 -"10584",1192,7729 -"10585",1192,9401 -"10586",1192,16540 -"10587",1192,17761 -"10588",1192,18809 -"10589",1192,19768 -"10590",1192,24454 -"10591",1192,27839 -"10592",1192,30510 -"10593",1192,31724 -"10594",1192,35477 -"10595",1192,36817 -"10596",1192,40079 -"10597",1192,51221 -"10598",1192,60215 -"10599",1192,71150 -"10600",1192,90221 -"10601",1192,98768 -"10602",1193,6290 -"10603",1193,32477 -"10604",1193,69393 -"10605",1193,88959 -"10606",1193,99880 -"10607",1193,116341 -"10608",1193,117074 -"10609",1193,117645 -"10610",1193,117655 -"10611",1194,1264 -"10612",1194,1299 -"10613",1194,29091 -"10614",1194,29892 -"10615",1195,1207 -"10616",1195,21635 -"10617",1195,65687 -"10618",1195,104073 -"10619",1195,112288 -"10620",1196,1221 -"10621",1196,1228 -"10622",1196,1240 -"10623",1196,8798 -"10624",1196,10358 -"10625",1196,10390 -"10626",1196,23122 -"10627",1196,46611 -"10628",1196,74680 -"10629",1196,76707 -"10630",1196,84673 -"10631",1196,87110 -"10632",1196,91828 -"10633",1197,13863 -"10634",1197,18734 -"10635",1198,62362 -"10636",1198,121292 -"10637",1199,3508 -"10638",1199,36537 -"10639",1200,16081 -"10640",1200,19284 -"10641",1200,19642 -"10642",1200,31724 -"10643",1200,35726 -"10644",1201,1242 -"10645",1201,5832 -"10646",1201,6152 -"10647",1201,32054 -"10648",1202,1244 -"10649",1202,44757 -"10650",1203,2294 -"10651",1203,4318 -"10652",1203,10087 -"10653",1203,18983 -"10654",1203,34094 -"10655",1203,41198 -"10656",1203,48918 -"10657",1203,49173 -"10658",1203,89743 -"10659",1203,94602 -"10660",1203,102313 -"10661",1203,109026 -"10662",1204,57789 -"10663",1205,6851 -"10664",1205,23966 -"10665",1205,31161 -"10666",1205,32149 -"10667",1205,34138 -"10668",1205,36020 -"10669",1205,39680 -"10670",1205,42832 -"10671",1205,50630 -"10672",1205,55355 -"10673",1205,70583 -"10674",1205,73769 -"10675",1205,90064 -"10676",1205,111992 -"10677",1205,112102 -"10678",1206,10523 -"10679",1206,28179 -"10680",1206,60242 -"10681",1206,62904 -"10682",1206,66018 -"10683",1206,84667 -"10684",1206,103697 -"10685",1207,31969 -"10686",1207,42851 -"10687",1207,74859 -"10688",1207,99967 -"10689",1208,1236 -"10690",1208,11751 -"10691",1208,57906 -"10692",1208,96736 -"10693",1209,1250 -"10694",1209,1300 -"10695",1209,12482 -"10696",1209,21063 -"10697",1209,32079 -"10698",1209,42998 -"10699",1209,51233 -"10700",1209,54416 -"10701",1209,123158 -"10702",1210,11379 -"10703",1210,20374 -"10704",1210,20661 -"10705",1210,22968 -"10706",1210,50308 -"10707",1210,50623 -"10708",1210,51234 -"10709",1210,53401 -"10710",1210,74550 -"10711",1210,88181 -"10712",1210,92383 -"10713",1210,95664 -"10714",1210,103368 -"10715",1211,16719 -"10716",1211,36229 -"10717",1211,37108 -"10718",1211,103946 -"10719",1212,5388 -"10720",1212,11976 -"10721",1212,22586 -"10722",1212,23924 -"10723",1212,52396 -"10724",1212,54847 -"10725",1212,118147 -"10726",1213,6973 -"10727",1213,35906 -"10728",1213,38355 -"10729",1213,46951 -"10730",1213,81489 -"10731",1213,102854 -"10732",1214,1216 -"10733",1214,20445 -"10734",1214,27840 -"10735",1214,28950 -"10736",1214,74714 -"10737",1214,93505 -"10738",1214,93519 -"10739",1214,95440 -"10740",1215,2532 -"10741",1215,3424 -"10742",1215,15036 -"10743",1215,16404 -"10744",1215,37090 -"10745",1216,24491 -"10746",1216,94337 -"10747",1217,12087 -"10748",1217,16411 -"10749",1217,20923 -"10750",1217,22744 -"10751",1217,41035 -"10752",1217,77436 -"10753",1217,79821 -"10754",1217,84683 -"10755",1218,8813 -"10756",1218,20976 -"10757",1218,26788 -"10758",1218,65275 -"10759",1218,68150 -"10760",1218,87509 -"10761",1218,93282 -"10762",1220,11531 -"10763",1220,27908 -"10764",1221,1228 -"10765",1221,1240 -"10766",1221,4161 -"10767",1221,10271 -"10768",1221,18257 -"10769",1221,25241 -"10770",1221,25853 -"10771",1221,29376 -"10772",1221,38773 -"10773",1221,38862 -"10774",1221,44529 -"10775",1221,52796 -"10776",1221,60682 -"10777",1221,86239 -"10778",1222,5643 -"10779",1222,6262 -"10780",1222,31994 -"10781",1222,32070 -"10782",1222,50351 -"10783",1222,68951 -"10784",1222,85896 -"10785",1223,1251 -"10786",1223,1261 -"10787",1223,1262 -"10788",1223,7140 -"10789",1223,18085 -"10790",1223,19694 -"10791",1223,27372 -"10792",1223,27890 -"10793",1223,28233 -"10794",1223,31196 -"10795",1223,31603 -"10796",1223,66784 -"10797",1223,66803 -"10798",1224,24543 -"10799",1224,32960 -"10800",1224,62002 -"10801",1224,68000 -"10802",1224,87074 -"10803",1225,18792 -"10804",1225,20787 -"10805",1225,26830 -"10806",1225,27847 -"10807",1225,47529 -"10808",1225,58008 -"10809",1225,59426 -"10810",1225,79957 -"10811",1225,102243 -"10812",1225,102275 -"10813",1226,2195 -"10814",1226,2406 -"10815",1226,20973 -"10816",1226,24647 -"10817",1226,24648 -"10818",1227,41308 -"10819",1227,61261 -"10820",1227,63621 -"10821",1228,1240 -"10822",1228,33503 -"10823",1228,60682 -"10824",1228,71033 -"10825",1228,122892 -"10826",1228,122907 -"10827",1229,5965 -"10828",1229,33170 -"10829",1229,42184 -"10830",1229,92525 -"10831",1230,6604 -"10832",1230,6605 -"10833",1230,10680 -"10834",1230,11602 -"10835",1230,31797 -"10836",1230,39935 -"10837",1230,46013 -"10838",1230,46117 -"10839",1230,49213 -"10840",1230,49601 -"10841",1230,63821 -"10842",1230,67388 -"10843",1230,84202 -"10844",1230,86076 -"10845",1230,94803 -"10846",1230,95714 -"10847",1230,95716 -"10848",1230,95726 -"10849",1230,95733 -"10850",1230,95863 -"10851",1230,108235 -"10852",1230,120182 -"10853",1230,120434 -"10854",1231,1546 -"10855",1231,1783 -"10856",1231,3548 -"10857",1231,7174 -"10858",1231,11821 -"10859",1231,19601 -"10860",1231,28126 -"10861",1231,37658 -"10862",1231,43037 -"10863",1231,66286 -"10864",1231,90677 -"10865",1231,99510 -"10866",1232,1289 -"10867",1232,5642 -"10868",1232,23767 -"10869",1232,27554 -"10870",1232,41245 -"10871",1232,53361 -"10872",1232,82529 -"10873",1233,6838 -"10874",1233,9896 -"10875",1233,113398 -"10876",1234,45060 -"10877",1234,47726 -"10878",1234,86125 -"10879",1234,87944 -"10880",1234,92234 -"10881",1235,10823 -"10882",1235,18550 -"10883",1235,51848 -"10884",1235,80618 -"10885",1235,82560 -"10886",1235,99485 -"10887",1235,108491 -"10888",1236,11751 -"10889",1236,15752 -"10890",1236,49453 -"10891",1236,60436 -"10892",1236,61309 -"10893",1236,69524 -"10894",1237,12065 -"10895",1237,13029 -"10896",1237,16349 -"10897",1237,20003 -"10898",1237,44686 -"10899",1237,49219 -"10900",1237,49905 -"10901",1237,55910 -"10902",1237,67740 -"10903",1237,81433 -"10904",1238,14665 -"10905",1238,17838 -"10906",1238,21026 -"10907",1238,28718 -"10908",1238,32602 -"10909",1238,37544 -"10910",1238,37752 -"10911",1238,38989 -"10912",1238,48025 -"10913",1238,48348 -"10914",1238,49551 -"10915",1238,54060 -"10916",1238,59039 -"10917",1238,59478 -"10918",1238,62699 -"10919",1238,70386 -"10920",1238,105527 -"10921",1239,6026 -"10922",1239,6257 -"10923",1239,36813 -"10924",1239,50282 -"10925",1239,63333 -"10926",1239,63383 -"10927",1239,63385 -"10928",1239,72579 -"10929",1239,108552 -"10930",1240,2843 -"10931",1241,1306 -"10932",1241,5017 -"10933",1241,47235 -"10934",1241,75911 -"10935",1243,1246 -"10936",1243,2931 -"10937",1243,14676 -"10938",1243,33759 -"10939",1243,40628 -"10940",1243,65670 -"10941",1243,68291 -"10942",1243,70233 -"10943",1243,77204 -"10944",1243,88484 -"10945",1243,88631 -"10946",1243,90600 -"10947",1243,99623 -"10948",1243,100010 -"10949",1243,100982 -"10950",1243,101005 -"10951",1243,108013 -"10952",1243,108487 -"10953",1244,103933 -"10954",1245,4072 -"10955",1245,5606 -"10956",1245,6248 -"10957",1245,8911 -"10958",1245,8951 -"10959",1245,8970 -"10960",1245,12284 -"10961",1246,4694 -"10962",1246,48102 -"10963",1247,2281 -"10964",1247,6954 -"10965",1247,17036 -"10966",1247,20612 -"10967",1247,45279 -"10968",1247,47943 -"10969",1247,50204 -"10970",1247,50302 -"10971",1247,54144 -"10972",1247,75115 -"10973",1247,79718 -"10974",1247,85318 -"10975",1247,120375 -"10976",1248,1563 -"10977",1248,2045 -"10978",1248,6380 -"10979",1248,26931 -"10980",1248,29078 -"10981",1248,36465 -"10982",1248,38208 -"10983",1248,40601 -"10984",1248,41417 -"10985",1248,61311 -"10986",1248,72199 -"10987",1249,33502 -"10988",1249,41439 -"10989",1249,43092 -"10990",1249,68095 -"10991",1249,75104 -"10992",1250,1300 -"10993",1250,4156 -"10994",1250,11466 -"10995",1250,11862 -"10996",1250,12482 -"10997",1250,17921 -"10998",1250,18634 -"10999",1250,21063 -"11000",1250,21568 -"11001",1250,21608 -"11002",1250,27511 -"11003",1250,28638 -"11004",1250,31567 -"11005",1250,32079 -"11006",1250,49232 -"11007",1250,49913 -"11008",1250,51233 -"11009",1250,56200 -"11010",1250,66401 -"11011",1250,66773 -"11012",1250,76505 -"11013",1250,79415 -"11014",1250,81203 -"11015",1250,96410 -"11016",1250,102628 -"11017",1250,121534 -"11018",1250,123158 -"11019",1251,1261 -"11020",1251,1262 -"11021",1251,4920 -"11022",1251,4978 -"11023",1251,5491 -"11024",1251,7111 -"11025",1251,7179 -"11026",1251,7867 -"11027",1251,8144 -"11028",1251,8236 -"11029",1251,14709 -"11030",1251,16029 -"11031",1251,16937 -"11032",1251,17241 -"11033",1251,18151 -"11034",1251,19872 -"11035",1251,21712 -"11036",1251,21795 -"11037",1251,23826 -"11038",1251,23827 -"11039",1251,24143 -"11040",1251,24230 -"11041",1251,24231 -"11042",1251,26311 -"11043",1251,29195 -"11044",1251,30529 -"11045",1251,33302 -"11046",1251,34206 -"11047",1251,34222 -"11048",1251,34594 -"11049",1251,34950 -"11050",1251,36768 -"11051",1251,36780 -"11052",1251,36816 -"11053",1251,43623 -"11054",1251,44395 -"11055",1251,47317 -"11056",1251,56584 -"11057",1251,61892 -"11058",1252,68857 -"11059",1252,86468 -"11060",1252,86483 -"11061",1253,2009 -"11062",1253,6210 -"11063",1253,8856 -"11064",1253,11105 -"11065",1253,18935 -"11066",1253,36397 -"11067",1253,37636 -"11068",1253,40606 -"11069",1253,44519 -"11070",1253,59897 -"11071",1254,1255 -"11072",1254,46981 -"11073",1254,106124 -"11074",1254,113104 -"11075",1255,26370 -"11076",1255,39218 -"11077",1255,49351 -"11078",1255,49965 -"11079",1255,55828 -"11080",1255,68390 -"11081",1256,1257 -"11082",1256,57467 -"11083",1257,4179 -"11084",1257,4203 -"11085",1257,4208 -"11086",1257,18801 -"11087",1257,98436 -"11088",1257,109757 -"11089",1257,110692 -"11090",1257,116181 -"11091",1258,5986 -"11092",1258,6047 -"11093",1258,78464 -"11094",1259,3785 -"11095",1259,12442 -"11096",1259,46455 -"11097",1259,53312 -"11098",1259,54400 -"11099",1259,63734 -"11100",1259,71776 -"11101",1259,81440 -"11102",1259,101156 -"11103",1259,107544 -"11104",1259,111588 -"11105",1259,119065 -"11106",1259,120375 -"11107",1260,16516 -"11108",1260,28236 -"11109",1260,28736 -"11110",1260,79082 -"11111",1260,79220 -"11112",1260,86907 -"11113",1260,103467 -"11114",1261,1262 -"11115",1261,47779 -"11116",1261,55160 -"11117",1263,3764 -"11118",1264,1299 -"11119",1264,88168 -"11120",1264,105792 -"11121",1265,25957 -"11122",1266,18218 -"11123",1267,4318 -"11124",1267,18545 -"11125",1267,20911 -"11126",1267,21057 -"11127",1267,27572 -"11128",1267,34094 -"11129",1267,46590 -"11130",1267,47756 -"11131",1267,54540 -"11132",1267,63445 -"11133",1267,69671 -"11134",1267,74354 -"11135",1267,105419 -"11136",1267,108721 -"11137",1268,36788 -"11138",1268,111918 -"11139",1269,4582 -"11140",1269,12554 -"11141",1269,16725 -"11142",1269,16726 -"11143",1269,16727 -"11144",1269,16745 -"11145",1269,54949 -"11146",1269,59492 -"11147",1270,2349 -"11148",1271,73030 -"11149",1272,6446 -"11150",1272,82502 -"11151",1273,12503 -"11152",1273,15809 -"11153",1273,28020 -"11154",1273,66060 -"11155",1273,68862 -"11156",1273,69844 -"11157",1273,77686 -"11158",1274,1275 -"11159",1274,14418 -"11160",1274,34701 -"11161",1274,37955 -"11162",1274,40725 -"11163",1274,54171 -"11164",1274,73095 -"11165",1274,93017 -"11166",1275,34701 -"11167",1275,37955 -"11168",1275,40725 -"11169",1275,49344 -"11170",1275,63506 -"11171",1275,73095 -"11172",1275,74175 -"11173",1275,100212 -"11174",1276,88569 -"11175",1276,113953 -"11176",1277,1932 -"11177",1277,12779 -"11178",1277,16154 -"11179",1277,16495 -"11180",1277,19317 -"11181",1277,46001 -"11182",1277,46073 -"11183",1277,68892 -"11184",1277,84886 -"11185",1278,43150 -"11186",1278,48197 -"11187",1279,12646 -"11188",1279,13584 -"11189",1280,18023 -"11190",1280,22540 -"11191",1280,23182 -"11192",1280,47927 -"11193",1280,60258 -"11194",1280,67815 -"11195",1280,75839 -"11196",1280,96371 -"11197",1281,24474 -"11198",1282,20584 -"11199",1282,20633 -"11200",1282,24299 -"11201",1282,33655 -"11202",1282,107495 -"11203",1283,7491 -"11204",1283,20710 -"11205",1283,55773 -"11206",1284,17218 -"11207",1284,21087 -"11208",1284,28395 -"11209",1284,31165 -"11210",1284,68243 -"11211",1284,73399 -"11212",1285,1376 -"11213",1285,1587 -"11214",1285,2635 -"11215",1285,2681 -"11216",1285,3271 -"11217",1285,3903 -"11218",1285,6347 -"11219",1285,7085 -"11220",1285,9270 -"11221",1285,9272 -"11222",1285,9505 -"11223",1285,11913 -"11224",1285,12428 -"11225",1285,12807 -"11226",1285,13142 -"11227",1285,16689 -"11228",1285,19036 -"11229",1285,19391 -"11230",1285,23075 -"11231",1285,25606 -"11232",1285,28530 -"11233",1285,30258 -"11234",1285,37184 -"11235",1285,38185 -"11236",1285,38683 -"11237",1285,40245 -"11238",1285,43226 -"11239",1285,44655 -"11240",1285,44973 -"11241",1285,46177 -"11242",1285,47048 -"11243",1285,48110 -"11244",1285,53585 -"11245",1285,58508 -"11246",1285,59731 -"11247",1285,62642 -"11248",1285,68091 -"11249",1285,69335 -"11250",1285,75245 -"11251",1285,75776 -"11252",1285,75956 -"11253",1285,76387 -"11254",1285,78978 -"11255",1285,79212 -"11256",1285,79241 -"11257",1285,79579 -"11258",1285,80239 -"11259",1285,80301 -"11260",1285,81397 -"11261",1285,83214 -"11262",1285,88340 -"11263",1285,88749 -"11264",1285,89069 -"11265",1285,89373 -"11266",1285,89995 -"11267",1285,90919 -"11268",1285,90936 -"11269",1285,92861 -"11270",1285,93097 -"11271",1285,94231 -"11272",1285,95489 -"11273",1285,96247 -"11274",1285,96363 -"11275",1285,97898 -"11276",1285,103199 -"11277",1286,2189 -"11278",1286,2201 -"11279",1286,2282 -"11280",1286,6345 -"11281",1286,9724 -"11282",1286,12717 -"11283",1286,15243 -"11284",1286,16713 -"11285",1286,17038 -"11286",1286,17499 -"11287",1286,22345 -"11288",1286,22357 -"11289",1286,24760 -"11290",1286,26527 -"11291",1286,32239 -"11292",1286,33833 -"11293",1286,33937 -"11294",1286,36399 -"11295",1286,44105 -"11296",1286,50468 -"11297",1286,53652 -"11298",1286,56481 -"11299",1286,56491 -"11300",1286,56521 -"11301",1286,56525 -"11302",1286,67813 -"11303",1286,80860 -"11304",1286,88979 -"11305",1287,11187 -"11306",1287,25299 -"11307",1287,34697 -"11308",1288,1595 -"11309",1288,1835 -"11310",1288,4612 -"11311",1288,10730 -"11312",1288,16559 -"11313",1288,31443 -"11314",1288,37162 -"11315",1288,40138 -"11316",1288,55422 -"11317",1288,68539 -"11318",1288,89833 -"11319",1288,101581 -"11320",1288,112415 -"11321",1289,5642 -"11322",1289,25904 -"11323",1289,31677 -"11324",1289,46302 -"11325",1289,82824 -"11326",1290,1331 -"11327",1290,2047 -"11328",1290,10035 -"11329",1290,13359 -"11330",1290,20984 -"11331",1290,34753 -"11332",1290,35895 -"11333",1290,46989 -"11334",1290,47917 -"11335",1290,49306 -"11336",1290,53687 -"11337",1290,54523 -"11338",1290,56274 -"11339",1290,56305 -"11340",1290,56368 -"11341",1290,56710 -"11342",1290,56936 -"11343",1291,5426 -"11344",1291,11534 -"11345",1291,12610 -"11346",1291,13510 -"11347",1291,13855 -"11348",1291,22738 -"11349",1291,26273 -"11350",1291,35296 -"11351",1291,36360 -"11352",1291,38564 -"11353",1291,43287 -"11354",1291,57210 -"11355",1291,58557 -"11356",1291,65231 -"11357",1291,70233 -"11358",1291,79977 -"11359",1291,85245 -"11360",1291,87540 -"11361",1291,87853 -"11362",1291,88109 -"11363",1291,88712 -"11364",1291,90875 -"11365",1291,91282 -"11366",1291,92062 -"11367",1291,95469 -"11368",1291,97580 -"11369",1291,99774 -"11370",1291,100149 -"11371",1292,3152 -"11372",1292,4775 -"11373",1293,1843 -"11374",1293,4354 -"11375",1293,13850 -"11376",1293,18841 -"11377",1293,49598 -"11378",1293,59640 -"11379",1294,1310 -"11380",1294,1333 -"11381",1295,7376 -"11382",1296,12963 -"11383",1296,14921 -"11384",1296,33360 -"11385",1296,49741 -"11386",1296,56594 -"11387",1296,62525 -"11388",1297,10773 -"11389",1297,33952 -"11390",1297,109048 -"11391",1297,109071 -"11392",1298,2587 -"11393",1298,17573 -"11394",1298,24454 -"11395",1298,31825 -"11396",1298,32349 -"11397",1298,33137 -"11398",1298,36010 -"11399",1298,83516 -"11400",1298,86734 -"11401",1299,58286 -"11402",1299,95711 -"11403",1300,2290 -"11404",1300,6568 -"11405",1300,8300 -"11406",1300,11244 -"11407",1300,11813 -"11408",1300,12162 -"11409",1300,25826 -"11410",1300,27485 -"11411",1300,27538 -"11412",1300,27677 -"11413",1300,39342 -"11414",1300,53959 -"11415",1300,76764 -"11416",1301,12586 -"11417",1301,40147 -"11418",1301,40604 -"11419",1301,46668 -"11420",1301,49346 -"11421",1301,91135 -"11422",1302,6154 -"11423",1302,15299 -"11424",1302,22877 -"11425",1302,24336 -"11426",1302,33212 -"11427",1302,84336 -"11428",1302,86002 -"11429",1303,49563 -"11430",1303,74303 -"11431",1304,15157 -"11432",1304,22787 -"11433",1304,56339 -"11434",1304,98854 -"11435",1305,15019 -"11436",1305,15700 -"11437",1305,35776 -"11438",1305,45626 -"11439",1305,56082 -"11440",1305,75345 -"11441",1305,76244 -"11442",1305,77771 -"11443",1305,107338 -"11444",1305,107566 -"11445",1306,23784 -"11446",1306,25327 -"11447",1306,54485 -"11448",1306,63498 -"11449",1306,70070 -"11450",1307,23051 -"11451",1307,67878 -"11452",1308,3464 -"11453",1308,13150 -"11454",1308,23091 -"11455",1308,28424 -"11456",1308,41618 -"11457",1308,43929 -"11458",1308,52632 -"11459",1308,61948 -"11460",1308,77786 -"11461",1308,86521 -"11462",1308,89432 -"11463",1308,92425 -"11464",1308,99199 -"11465",1308,105377 -"11466",1308,107125 -"11467",1308,107131 -"11468",1309,17998 -"11469",1309,25994 -"11470",1309,31028 -"11471",1309,44265 -"11472",1309,46308 -"11473",1309,49747 -"11474",1309,56887 -"11475",1309,58053 -"11476",1309,60776 -"11477",1309,92026 -"11478",1310,1333 -"11479",1311,6761 -"11480",1312,1436 -"11481",1312,16079 -"11482",1313,1797 -"11483",1313,6995 -"11484",1313,12576 -"11485",1313,39136 -"11486",1313,64972 -"11487",1314,1519 -"11488",1314,1571 -"11489",1314,2061 -"11490",1314,4526 -"11491",1314,6851 -"11492",1314,11921 -"11493",1314,14090 -"11494",1314,18935 -"11495",1314,20941 -"11496",1314,20942 -"11497",1314,21007 -"11498",1314,25165 -"11499",1314,29837 -"11500",1314,30305 -"11501",1314,31332 -"11502",1314,31334 -"11503",1314,31335 -"11504",1314,32384 -"11505",1314,38691 -"11506",1314,38915 -"11507",1314,44273 -"11508",1314,44660 -"11509",1314,47784 -"11510",1314,55491 -"11511",1314,59632 -"11512",1314,60820 -"11513",1314,62426 -"11514",1314,62580 -"11515",1315,1385 -"11516",1315,1755 -"11517",1315,3105 -"11518",1315,3139 -"11519",1315,3662 -"11520",1315,4724 -"11521",1315,5803 -"11522",1315,6585 -"11523",1315,7480 -"11524",1315,13872 -"11525",1315,17200 -"11526",1315,19128 -"11527",1315,20156 -"11528",1315,27029 -"11529",1315,30477 -"11530",1315,30512 -"11531",1315,36983 -"11532",1315,41629 -"11533",1315,44526 -"11534",1315,45525 -"11535",1315,51668 -"11536",1315,57836 -"11537",1315,58027 -"11538",1315,58803 -"11539",1315,59693 -"11540",1315,68403 -"11541",1315,70338 -"11542",1315,81141 -"11543",1315,83701 -"11544",1315,91952 -"11545",1315,102935 -"11546",1316,30878 -"11547",1316,61119 -"11548",1316,66292 -"11549",1316,83507 -"11550",1316,99118 -"11551",1316,99119 -"11552",1316,99272 -"11553",1317,6132 -"11554",1317,10289 -"11555",1317,50630 -"11556",1317,52672 -"11557",1317,97177 -"11558",1318,1352 -"11559",1318,6774 -"11560",1318,9544 -"11561",1318,9726 -"11562",1318,13255 -"11563",1318,13769 -"11564",1318,24208 -"11565",1318,29120 -"11566",1318,40230 -"11567",1318,44838 -"11568",1318,48397 -"11569",1318,48421 -"11570",1318,57798 -"11571",1318,58428 -"11572",1318,58756 -"11573",1318,71522 -"11574",1319,26932 -"11575",1319,112601 -"11576",1320,52789 -"11577",1320,67417 -"11578",1320,119109 -"11579",1321,1676 -"11580",1321,5810 -"11581",1321,7078 -"11582",1321,7528 -"11583",1321,12789 -"11584",1321,15190 -"11585",1321,15397 -"11586",1321,17448 -"11587",1321,19528 -"11588",1321,24346 -"11589",1321,26141 -"11590",1321,26608 -"11591",1321,31968 -"11592",1321,33572 -"11593",1321,41655 -"11594",1321,45711 -"11595",1321,51215 -"11596",1321,52407 -"11597",1321,53789 -"11598",1321,60786 -"11599",1321,60996 -"11600",1321,72267 -"11601",1321,76741 -"11602",1321,83508 -"11603",1321,96593 -"11604",1322,2000 -"11605",1322,27490 -"11606",1322,27533 -"11607",1322,27542 -"11608",1322,27580 -"11609",1322,70546 -"11610",1323,2704 -"11611",1323,3163 -"11612",1323,5202 -"11613",1323,14942 -"11614",1323,16496 -"11615",1323,29707 -"11616",1323,29843 -"11617",1323,45395 -"11618",1323,49841 -"11619",1323,54746 -"11620",1323,54754 -"11621",1323,82523 -"11622",1323,92518 -"11623",1323,103220 -"11624",1324,9347 -"11625",1324,26366 -"11626",1324,38973 -"11627",1324,40764 -"11628",1324,77739 -"11629",1324,83403 -"11630",1324,90652 -"11631",1325,4646 -"11632",1325,4746 -"11633",1325,6711 -"11634",1325,13387 -"11635",1325,18555 -"11636",1325,18965 -"11637",1325,19535 -"11638",1325,31770 -"11639",1325,37798 -"11640",1325,38573 -"11641",1325,39979 -"11642",1325,50155 -"11643",1325,51835 -"11644",1325,52205 -"11645",1325,55019 -"11646",1325,55318 -"11647",1325,56225 -"11648",1325,56306 -"11649",1325,58262 -"11650",1325,59657 -"11651",1325,59776 -"11652",1325,78020 -"11653",1325,99373 -"11654",1325,100741 -"11655",1325,111558 -"11656",1325,111980 -"11657",1325,116285 -"11658",1326,20163 -"11659",1326,91653 -"11660",1327,1791 -"11661",1327,10447 -"11662",1327,11496 -"11663",1327,14775 -"11664",1327,23355 -"11665",1327,23703 -"11666",1327,28273 -"11667",1327,32280 -"11668",1327,52420 -"11669",1327,52838 -"11670",1327,60524 -"11671",1327,61191 -"11672",1327,78754 -"11673",1327,83462 -"11674",1327,97592 -"11675",1327,114494 -"11676",1327,114822 -"11677",1327,118711 -"11678",1328,25298 -"11679",1328,27282 -"11680",1328,27428 -"11681",1328,35950 -"11682",1328,53392 -"11683",1328,54566 -"11684",1328,56585 -"11685",1328,90258 -"11686",1329,3329 -"11687",1329,3402 -"11688",1329,11956 -"11689",1329,14992 -"11690",1329,19639 -"11691",1329,20591 -"11692",1329,32494 -"11693",1329,34831 -"11694",1329,44258 -"11695",1329,54968 -"11696",1329,55105 -"11697",1329,59958 -"11698",1329,77661 -"11699",1329,79009 -"11700",1329,79041 -"11701",1329,87194 -"11702",1330,2506 -"11703",1330,4145 -"11704",1330,9656 -"11705",1330,12428 -"11706",1330,13034 -"11707",1330,15281 -"11708",1330,19553 -"11709",1330,20679 -"11710",1330,23550 -"11711",1330,24536 -"11712",1330,35317 -"11713",1330,37684 -"11714",1330,38099 -"11715",1330,39817 -"11716",1330,42407 -"11717",1330,42773 -"11718",1330,48644 -"11719",1330,49076 -"11720",1330,80485 -"11721",1330,80610 -"11722",1330,80611 -"11723",1330,85065 -"11724",1330,86372 -"11725",1330,105981 -"11726",1330,106518 -"11727",1331,1454 -"11728",1331,1520 -"11729",1331,3293 -"11730",1331,3335 -"11731",1331,3723 -"11732",1331,5443 -"11733",1331,17966 -"11734",1331,20801 -"11735",1331,26974 -"11736",1332,40721 -"11737",1332,66588 -"11738",1332,108321 -"11739",1332,108327 -"11740",1332,108331 -"11741",1332,111678 -"11742",1333,1497 -"11743",1333,1684 -"11744",1333,1975 -"11745",1333,2070 -"11746",1333,2813 -"11747",1333,2840 -"11748",1333,4129 -"11749",1333,4668 -"11750",1333,5176 -"11751",1333,5304 -"11752",1333,5406 -"11753",1333,7868 -"11754",1333,12994 -"11755",1333,13822 -"11756",1333,18066 -"11757",1333,22460 -"11758",1333,23528 -"11759",1333,25422 -"11760",1333,28869 -"11761",1333,34394 -"11762",1333,38736 -"11763",1333,39259 -"11764",1333,41197 -"11765",1333,43873 -"11766",1333,45357 -"11767",1333,46786 -"11768",1333,64468 -"11769",1333,91275 -"11770",1333,94229 -"11771",1333,97031 -"11772",1334,5922 -"11773",1334,10652 -"11774",1334,15879 -"11775",1334,16258 -"11776",1334,19068 -"11777",1334,19502 -"11778",1334,31686 -"11779",1334,36112 -"11780",1334,50887 -"11781",1334,64100 -"11782",1334,66539 -"11783",1334,83302 -"11784",1334,94892 -"11785",1334,94992 -"11786",1335,27738 -"11787",1336,1435 -"11788",1336,2019 -"11789",1336,3203 -"11790",1336,5943 -"11791",1336,5971 -"11792",1336,6215 -"11793",1336,6260 -"11794",1336,6750 -"11795",1336,6751 -"11796",1336,7041 -"11797",1336,8174 -"11798",1336,9576 -"11799",1336,10105 -"11800",1336,10488 -"11801",1336,11427 -"11802",1336,11738 -"11803",1336,12640 -"11804",1336,13307 -"11805",1336,13533 -"11806",1336,14666 -"11807",1336,16680 -"11808",1336,20326 -"11809",1336,20480 -"11810",1336,20737 -"11811",1336,21012 -"11812",1336,21330 -"11813",1336,21849 -"11814",1336,23222 -"11815",1336,23526 -"11816",1336,23626 -"11817",1336,23715 -"11818",1336,27497 -"11819",1336,27586 -"11820",1336,32131 -"11821",1336,32296 -"11822",1336,45351 -"11823",1336,45352 -"11824",1336,45561 -"11825",1336,48359 -"11826",1336,60878 -"11827",1336,78058 -"11828",1336,82211 -"11829",1336,96370 -"11830",1336,116702 -"11831",1337,11019 -"11832",1337,14465 -"11833",1337,35620 -"11834",1337,36120 -"11835",1337,48688 -"11836",1337,62044 -"11837",1337,75422 -"11838",1337,77845 -"11839",1337,119149 -"11840",1338,8582 -"11841",1338,47836 -"11842",1339,11040 -"11843",1339,31183 -"11844",1339,53331 -"11845",1339,63614 -"11846",1340,1415 -"11847",1340,1416 -"11848",1340,34610 -"11849",1340,39546 -"11850",1340,55570 -"11851",1340,62387 -"11852",1340,122923 -"11853",1341,10370 -"11854",1342,7024 -"11855",1342,18393 -"11856",1342,24286 -"11857",1342,33241 -"11858",1342,33356 -"11859",1342,33433 -"11860",1342,35251 -"11861",1343,1344 -"11862",1343,5763 -"11863",1343,11396 -"11864",1343,12884 -"11865",1343,14534 -"11866",1343,23949 -"11867",1343,27861 -"11868",1343,44660 -"11869",1343,59827 -"11870",1343,61852 -"11871",1343,74763 -"11872",1343,83105 -"11873",1343,87878 -"11874",1343,87892 -"11875",1345,71039 -"11876",1345,89341 -"11877",1346,82899 -"11878",1347,1852 -"11879",1347,39835 -"11880",1347,43928 -"11881",1347,61369 -"11882",1347,75183 -"11883",1347,88602 -"11884",1348,4738 -"11885",1348,14629 -"11886",1348,54935 -"11887",1348,59975 -"11888",1348,64724 -"11889",1348,68412 -"11890",1348,91831 -"11891",1348,92874 -"11892",1348,92890 -"11893",1349,1350 -"11894",1349,3493 -"11895",1349,10577 -"11896",1349,11396 -"11897",1349,13716 -"11898",1349,23966 -"11899",1349,31866 -"11900",1349,32207 -"11901",1349,34138 -"11902",1349,36020 -"11903",1349,59395 -"11904",1349,64373 -"11905",1349,67767 -"11906",1349,73217 -"11907",1349,73225 -"11908",1349,83660 -"11909",1349,89470 -"11910",1349,93080 -"11911",1349,96715 -"11912",1349,107034 -"11913",1349,108156 -"11914",1350,2433 -"11915",1350,68018 -"11916",1350,68139 -"11917",1351,1393 -"11918",1351,1439 -"11919",1351,2204 -"11920",1351,5945 -"11921",1351,7898 -"11922",1351,7900 -"11923",1351,7903 -"11924",1351,7924 -"11925",1351,7932 -"11926",1351,7935 -"11927",1351,7941 -"11928",1351,11398 -"11929",1351,14362 -"11930",1351,14430 -"11931",1351,30718 -"11932",1351,30728 -"11933",1351,31990 -"11934",1351,32724 -"11935",1351,37786 -"11936",1351,37801 -"11937",1351,44294 -"11938",1351,44307 -"11939",1351,44312 -"11940",1351,44388 -"11941",1351,44408 -"11942",1351,44421 -"11943",1351,44479 -"11944",1351,44505 -"11945",1351,44507 -"11946",1351,47818 -"11947",1351,67871 -"11948",1351,85720 -"11949",1352,7718 -"11950",1352,32363 -"11951",1353,22902 -"11952",1353,42090 -"11953",1353,43617 -"11954",1354,3331 -"11955",1354,3759 -"11956",1354,17217 -"11957",1354,19224 -"11958",1354,23673 -"11959",1354,34997 -"11960",1354,38494 -"11961",1354,42200 -"11962",1354,63205 -"11963",1354,64546 -"11964",1354,65523 -"11965",1354,66741 -"11966",1354,77272 -"11967",1354,81161 -"11968",1354,88307 -"11969",1354,88572 -"11970",1354,93250 -"11971",1354,113861 -"11972",1355,1820 -"11973",1355,27608 -"11974",1355,75156 -"11975",1356,4689 -"11976",1356,11977 -"11977",1356,40423 -"11978",1356,75941 -"11979",1356,84106 -"11980",1357,1449 -"11981",1357,31296 -"11982",1357,75540 -"11983",1358,3047 -"11984",1358,4025 -"11985",1358,21915 -"11986",1358,34808 -"11987",1359,1829 -"11988",1359,19443 -"11989",1359,47646 -"11990",1360,7786 -"11991",1360,21201 -"11992",1360,25992 -"11993",1360,33205 -"11994",1360,38014 -"11995",1360,43721 -"11996",1360,90792 -"11997",1360,99246 -"11998",1360,99934 -"11999",1360,101204 -"12000",1360,109704 -"12001",1360,112791 -"12002",1360,115657 -"12003",1361,32409 -"12004",1362,65184 -"12005",1363,7659 -"12006",1363,15250 -"12007",1364,3144 -"12008",1364,3318 -"12009",1364,3327 -"12010",1364,13753 -"12011",1364,14502 -"12012",1364,23160 -"12013",1364,30222 -"12014",1364,30274 -"12015",1364,31349 -"12016",1364,31358 -"12017",1364,35891 -"12018",1364,36185 -"12019",1364,36971 -"12020",1364,40928 -"12021",1364,41145 -"12022",1364,45891 -"12023",1364,61876 -"12024",1364,67856 -"12025",1364,68461 -"12026",1364,78494 -"12027",1364,78497 -"12028",1364,87276 -"12029",1365,4002 -"12030",1365,49568 -"12031",1365,67364 -"12032",1365,68659 -"12033",1366,58628 -"12034",1366,88094 -"12035",1366,108604 -"12036",1366,119250 -"12037",1367,1375 -"12038",1367,7245 -"12039",1367,8165 -"12040",1367,8533 -"12041",1367,29073 -"12042",1367,29348 -"12043",1367,39456 -"12044",1367,45633 -"12045",1367,46045 -"12046",1367,46303 -"12047",1367,65999 -"12048",1367,68475 -"12049",1367,68496 -"12050",1367,77726 -"12051",1367,82356 -"12052",1367,84282 -"12053",1368,61088 -"12054",1369,6999 -"12055",1369,15281 -"12056",1369,17085 -"12057",1369,41226 -"12058",1369,42407 -"12059",1370,2530 -"12060",1370,3200 -"12061",1370,16579 -"12062",1370,16600 -"12063",1370,16658 -"12064",1370,18884 -"12065",1370,20001 -"12066",1370,31655 -"12067",1370,45626 -"12068",1370,48101 -"12069",1370,49997 -"12070",1370,52464 -"12071",1370,52858 -"12072",1370,69782 -"12073",1370,69832 -"12074",1371,7983 -"12075",1371,12471 -"12076",1371,22846 -"12077",1371,23327 -"12078",1371,26849 -"12079",1371,34316 -"12080",1371,37462 -"12081",1371,44777 -"12082",1371,50983 -"12083",1372,5376 -"12084",1372,8617 -"12085",1372,22927 -"12086",1372,23127 -"12087",1372,66976 -"12088",1372,91446 -"12089",1372,103162 -"12090",1372,112993 -"12091",1372,113068 -"12092",1372,113072 -"12093",1373,8391 -"12094",1373,18344 -"12095",1373,23378 -"12096",1373,39505 -"12097",1373,49739 -"12098",1373,53219 -"12099",1373,60931 -"12100",1373,68068 -"12101",1373,85631 -"12102",1374,29534 -"12103",1374,56646 -"12104",1375,1852 -"12105",1375,8533 -"12106",1375,9258 -"12107",1375,11186 -"12108",1375,14879 -"12109",1375,14895 -"12110",1375,14926 -"12111",1375,26079 -"12112",1375,29073 -"12113",1375,29651 -"12114",1375,41682 -"12115",1375,77726 -"12116",1375,82356 -"12117",1375,85018 -"12118",1375,96940 -"12119",1376,1587 -"12120",1376,2681 -"12121",1376,3271 -"12122",1376,3903 -"12123",1376,6347 -"12124",1376,7085 -"12125",1376,9270 -"12126",1376,9272 -"12127",1376,9505 -"12128",1376,11913 -"12129",1376,12428 -"12130",1376,12807 -"12131",1376,13142 -"12132",1376,16689 -"12133",1376,19036 -"12134",1376,19391 -"12135",1376,23075 -"12136",1376,24132 -"12137",1376,25606 -"12138",1376,28530 -"12139",1376,30258 -"12140",1376,38185 -"12141",1376,38683 -"12142",1376,40245 -"12143",1376,43226 -"12144",1376,44655 -"12145",1376,44973 -"12146",1376,46177 -"12147",1376,47048 -"12148",1376,48110 -"12149",1376,58508 -"12150",1376,59731 -"12151",1376,62642 -"12152",1376,68091 -"12153",1376,69335 -"12154",1376,75245 -"12155",1376,75776 -"12156",1376,75956 -"12157",1376,76387 -"12158",1376,78978 -"12159",1376,79212 -"12160",1376,79241 -"12161",1376,79579 -"12162",1376,80239 -"12163",1376,80301 -"12164",1376,81397 -"12165",1376,88340 -"12166",1376,88749 -"12167",1376,89069 -"12168",1376,89373 -"12169",1376,89995 -"12170",1376,90919 -"12171",1376,90936 -"12172",1376,92861 -"12173",1376,93097 -"12174",1376,94231 -"12175",1376,95489 -"12176",1376,96247 -"12177",1376,96363 -"12178",1376,97898 -"12179",1377,10429 -"12180",1377,11635 -"12181",1377,52538 -"12182",1378,48290 -"12183",1378,56223 -"12184",1378,63494 -"12185",1378,72154 -"12186",1378,108021 -"12187",1379,27847 -"12188",1379,35231 -"12189",1380,1698 -"12190",1381,6164 -"12191",1382,9505 -"12192",1382,20243 -"12193",1382,24000 -"12194",1382,29119 -"12195",1382,40229 -"12196",1382,91231 -"12197",1383,15502 -"12198",1383,19972 -"12199",1383,95872 -"12200",1383,100772 -"12201",1383,101063 -"12202",1384,25617 -"12203",1384,96523 -"12204",1384,96990 -"12205",1385,1407 -"12206",1385,3105 -"12207",1385,4724 -"12208",1385,4865 -"12209",1385,14198 -"12210",1385,47605 -"12211",1385,100666 -"12212",1386,1757 -"12213",1386,1800 -"12214",1386,4468 -"12215",1386,4920 -"12216",1386,6689 -"12217",1386,6897 -"12218",1386,7109 -"12219",1386,7867 -"12220",1386,19058 -"12221",1386,20021 -"12222",1386,28708 -"12223",1386,30081 -"12224",1386,32008 -"12225",1386,34327 -"12226",1386,34594 -"12227",1386,34615 -"12228",1386,35572 -"12229",1386,35618 -"12230",1386,45727 -"12231",1386,48521 -"12232",1386,51536 -"12233",1386,65508 -"12234",1386,81239 -"12235",1386,82590 -"12236",1386,89775 -"12237",1387,9528 -"12238",1387,30432 -"12239",1387,51067 -"12240",1387,54210 -"12241",1387,63448 -"12242",1387,84078 -"12243",1387,98040 -"12244",1387,113501 -"12245",1388,1474 -"12246",1388,15420 -"12247",1388,26229 -"12248",1388,62953 -"12249",1388,76848 -"12250",1388,80823 -"12251",1388,90340 -"12252",1389,21385 -"12253",1389,45075 -"12254",1390,45532 -"12255",1391,17039 -"12256",1391,18311 -"12257",1391,22948 -"12258",1391,47085 -"12259",1391,48353 -"12260",1391,50907 -"12261",1391,66884 -"12262",1391,66927 -"12263",1391,71854 -"12264",1391,75291 -"12265",1392,5296 -"12266",1392,8362 -"12267",1392,13376 -"12268",1392,15379 -"12269",1392,20020 -"12270",1392,24572 -"12271",1392,45930 -"12272",1392,50685 -"12273",1392,77953 -"12274",1392,84773 -"12275",1392,89816 -"12276",1393,1439 -"12277",1393,2204 -"12278",1393,3301 -"12279",1393,7898 -"12280",1393,7900 -"12281",1393,7903 -"12282",1393,7924 -"12283",1393,7932 -"12284",1393,7935 -"12285",1393,7941 -"12286",1393,11398 -"12287",1393,13596 -"12288",1393,14362 -"12289",1393,14430 -"12290",1393,17925 -"12291",1393,30718 -"12292",1393,30728 -"12293",1393,31978 -"12294",1393,31990 -"12295",1393,32629 -"12296",1393,32724 -"12297",1393,37786 -"12298",1393,37801 -"12299",1393,44294 -"12300",1393,44307 -"12301",1393,44312 -"12302",1393,44388 -"12303",1393,44408 -"12304",1393,44421 -"12305",1393,44479 -"12306",1393,44505 -"12307",1393,44507 -"12308",1393,48931 -"12309",1393,53367 -"12310",1393,67871 -"12311",1393,74812 -"12312",1393,93162 -"12313",1394,2466 -"12314",1394,3232 -"12315",1394,51803 -"12316",1394,56607 -"12317",1394,71188 -"12318",1395,2241 -"12319",1395,5848 -"12320",1395,10944 -"12321",1395,12500 -"12322",1395,18238 -"12323",1395,19030 -"12324",1395,19817 -"12325",1395,24188 -"12326",1395,34067 -"12327",1395,44037 -"12328",1395,44553 -"12329",1395,47444 -"12330",1395,57652 -"12331",1395,61804 -"12332",1395,73723 -"12333",1395,75825 -"12334",1395,88764 -"12335",1395,88959 -"12336",1395,91128 -"12337",1395,108926 -"12338",1395,108937 -"12339",1395,116995 -"12340",1395,116996 -"12341",1396,32604 -"12342",1396,44085 -"12343",1396,46405 -"12344",1396,51599 -"12345",1396,53179 -"12346",1396,61136 -"12347",1396,71997 -"12348",1396,106611 -"12349",1396,106643 -"12350",1397,9893 -"12351",1397,11762 -"12352",1397,14738 -"12353",1397,17521 -"12354",1397,20212 -"12355",1397,22451 -"12356",1397,32213 -"12357",1397,34969 -"12358",1397,60592 -"12359",1397,67488 -"12360",1397,75567 -"12361",1397,82017 -"12362",1397,82693 -"12363",1397,84281 -"12364",1397,89106 -"12365",1397,93887 -"12366",1397,97281 -"12367",1398,21867 -"12368",1398,29605 -"12369",1398,50180 -"12370",1398,51705 -"12371",1398,77649 -"12372",1398,92151 -"12373",1399,3993 -"12374",1399,10633 -"12375",1400,14519 -"12376",1400,20938 -"12377",1400,22490 -"12378",1400,46387 -"12379",1400,47521 -"12380",1400,47600 -"12381",1400,54585 -"12382",1400,65332 -"12383",1401,55588 -"12384",1401,78767 -"12385",1402,1453 -"12386",1402,2355 -"12387",1402,2742 -"12388",1402,3759 -"12389",1402,3806 -"12390",1402,3817 -"12391",1402,5227 -"12392",1402,8214 -"12393",1402,14174 -"12394",1402,18977 -"12395",1402,29796 -"12396",1402,30202 -"12397",1402,31663 -"12398",1402,37362 -"12399",1402,43850 -"12400",1402,48423 -"12401",1402,51014 -"12402",1402,53341 -"12403",1402,54279 -"12404",1402,55105 -"12405",1403,10968 -"12406",1403,13671 -"12407",1403,15447 -"12408",1403,19095 -"12409",1403,41035 -"12410",1403,49504 -"12411",1403,68392 -"12412",1403,76293 -"12413",1403,88304 -"12414",1403,89695 -"12415",1404,74716 -"12416",1404,99165 -"12417",1404,100841 -"12418",1404,101830 -"12419",1405,1859 -"12420",1405,2540 -"12421",1405,3114 -"12422",1405,3117 -"12423",1405,3978 -"12424",1405,4003 -"12425",1405,4303 -"12426",1405,4373 -"12427",1405,5052 -"12428",1405,6944 -"12429",1405,6989 -"12430",1405,8402 -"12431",1405,9080 -"12432",1405,10807 -"12433",1405,11079 -"12434",1405,11216 -"12435",1405,11284 -"12436",1405,11648 -"12437",1405,15365 -"12438",1405,16200 -"12439",1405,16444 -"12440",1405,16706 -"12441",1405,17700 -"12442",1405,22117 -"12443",1405,22561 -"12444",1405,22663 -"12445",1405,23539 -"12446",1405,28181 -"12447",1405,32971 -"12448",1405,40335 -"12449",1405,40366 -"12450",1405,41197 -"12451",1405,43181 -"12452",1405,45773 -"12453",1405,47232 -"12454",1405,55297 -"12455",1405,63072 -"12456",1405,68074 -"12457",1405,74761 -"12458",1405,75338 -"12459",1405,89199 -"12460",1405,98900 -"12461",1406,2843 -"12462",1406,4405 -"12463",1406,7520 -"12464",1406,13910 -"12465",1406,14134 -"12466",1407,1755 -"12467",1407,4724 -"12468",1407,4865 -"12469",1407,11279 -"12470",1407,12362 -"12471",1407,13075 -"12472",1407,14548 -"12473",1407,16065 -"12474",1407,18073 -"12475",1407,18200 -"12476",1407,24806 -"12477",1407,44148 -"12478",1407,44654 -"12479",1407,48283 -"12480",1407,63048 -"12481",1407,67511 -"12482",1407,81167 -"12483",1408,3057 -"12484",1408,3464 -"12485",1408,7114 -"12486",1408,13150 -"12487",1408,21995 -"12488",1408,23668 -"12489",1408,28200 -"12490",1408,34999 -"12491",1408,42280 -"12492",1408,46195 -"12493",1408,53230 -"12494",1408,71607 -"12495",1408,71945 -"12496",1408,76719 -"12497",1408,79089 -"12498",1408,81850 -"12499",1408,115868 -"12500",1409,3064 -"12501",1409,4986 -"12502",1409,16606 -"12503",1409,19021 -"12504",1409,27872 -"12505",1409,28375 -"12506",1409,49941 -"12507",1410,16928 -"12508",1410,51258 -"12509",1411,38779 -"12510",1411,42080 -"12511",1412,1421 -"12512",1413,1909 -"12513",1413,2527 -"12514",1413,9416 -"12515",1413,11564 -"12516",1413,11809 -"12517",1413,14003 -"12518",1414,1441 -"12519",1414,9805 -"12520",1414,17878 -"12521",1414,21577 -"12522",1414,31509 -"12523",1415,1416 -"12524",1415,99225 -"12525",1415,105178 -"12526",1416,29551 -"12527",1417,2561 -"12528",1417,7526 -"12529",1417,9214 -"12530",1417,15161 -"12531",1417,50283 -"12532",1417,84888 -"12533",1417,84898 -"12534",1418,5327 -"12535",1418,40502 -"12536",1418,116536 -"12537",1419,40519 -"12538",1419,44517 -"12539",1419,58184 -"12540",1419,82514 -"12541",1419,88934 -"12542",1419,89477 -"12543",1419,97198 -"12544",1419,119047 -"12545",1420,16236 -"12546",1420,31679 -"12547",1420,34260 -"12548",1420,58433 -"12549",1420,109935 -"12550",1420,119150 -"12551",1421,5286 -"12552",1421,17092 -"12553",1421,19129 -"12554",1421,19652 -"12555",1421,38497 -"12556",1421,61380 -"12557",1421,61420 -"12558",1421,91114 -"12559",1421,96804 -"12560",1421,117403 -"12561",1421,117676 -"12562",1421,118270 -"12563",1422,5101 -"12564",1422,18529 -"12565",1422,25776 -"12566",1422,27320 -"12567",1422,38076 -"12568",1422,43050 -"12569",1422,46930 -"12570",1422,55449 -"12571",1422,72986 -"12572",1422,92636 -"12573",1422,96310 -"12574",1422,113798 -"12575",1423,14776 -"12576",1424,20824 -"12577",1424,21686 -"12578",1424,39863 -"12579",1424,79011 -"12580",1424,95212 -"12581",1425,1938 -"12582",1425,6631 -"12583",1425,12029 -"12584",1425,20665 -"12585",1425,45316 -"12586",1425,67695 -"12587",1425,72060 -"12588",1426,2073 -"12589",1426,2115 -"12590",1426,2132 -"12591",1426,2187 -"12592",1426,2206 -"12593",1426,7419 -"12594",1426,8439 -"12595",1426,13871 -"12596",1426,14218 -"12597",1426,22060 -"12598",1426,22193 -"12599",1426,22236 -"12600",1426,22237 -"12601",1426,22339 -"12602",1426,37661 -"12603",1426,69718 -"12604",1426,71388 -"12605",1426,76572 -"12606",1426,99186 -"12607",1427,1428 -"12608",1427,2644 -"12609",1427,11317 -"12610",1427,13388 -"12611",1427,13824 -"12612",1427,14373 -"12613",1427,15838 -"12614",1427,15990 -"12615",1427,16053 -"12616",1427,20067 -"12617",1427,26097 -"12618",1427,26257 -"12619",1427,28131 -"12620",1427,28639 -"12621",1427,32422 -"12622",1427,37739 -"12623",1427,42226 -"12624",1427,53333 -"12625",1427,57398 -"12626",1427,59484 -"12627",1427,74730 -"12628",1427,75708 -"12629",1427,75830 -"12630",1427,76590 -"12631",1427,76917 -"12632",1427,76999 -"12633",1427,84416 -"12634",1427,89829 -"12635",1427,93984 -"12636",1427,100140 -"12637",1427,100398 -"12638",1427,100460 -"12639",1427,100670 -"12640",1427,110013 -"12641",1427,115131 -"12642",1428,13046 -"12643",1428,13824 -"12644",1428,15990 -"12645",1428,20732 -"12646",1428,21210 -"12647",1428,23726 -"12648",1428,25812 -"12649",1428,27168 -"12650",1428,28130 -"12651",1428,59484 -"12652",1428,67902 -"12653",1428,75708 -"12654",1428,76590 -"12655",1428,76917 -"12656",1428,93333 -"12657",1428,100140 -"12658",1428,100398 -"12659",1428,110013 -"12660",1428,112148 -"12661",1429,1472 -"12662",1429,17445 -"12663",1429,17864 -"12664",1429,18582 -"12665",1429,22030 -"12666",1429,37427 -"12667",1429,63626 -"12668",1429,72514 -"12669",1429,93021 -"12670",1430,5272 -"12671",1430,5454 -"12672",1430,6869 -"12673",1430,6888 -"12674",1430,6893 -"12675",1430,20112 -"12676",1430,42205 -"12677",1430,66728 -"12678",1431,21602 -"12679",1431,69016 -"12680",1431,113985 -"12681",1432,104333 -"12682",1433,27492 -"12683",1433,43298 -"12684",1433,52335 -"12685",1433,67819 -"12686",1434,1481 -"12687",1434,1489 -"12688",1434,2962 -"12689",1434,4705 -"12690",1434,7258 -"12691",1434,17582 -"12692",1434,27151 -"12693",1434,33557 -"12694",1434,41074 -"12695",1434,55965 -"12696",1434,81469 -"12697",1434,102793 -"12698",1434,107188 -"12699",1434,115230 -"12700",1434,117425 -"12701",1435,1531 -"12702",1435,2019 -"12703",1435,5283 -"12704",1435,5430 -"12705",1435,5697 -"12706",1435,5943 -"12707",1435,16639 -"12708",1435,16979 -"12709",1435,16980 -"12710",1435,18394 -"12711",1435,19907 -"12712",1435,20737 -"12713",1435,21330 -"12714",1435,27586 -"12715",1435,36358 -"12716",1435,53664 -"12717",1436,16079 -"12718",1437,1484 -"12719",1437,7483 -"12720",1437,11530 -"12721",1437,13705 -"12722",1437,21817 -"12723",1437,26816 -"12724",1437,33435 -"12725",1437,37022 -"12726",1437,38320 -"12727",1437,48861 -"12728",1437,52597 -"12729",1437,63477 -"12730",1437,92392 -"12731",1437,96357 -"12732",1437,102994 -"12733",1438,25573 -"12734",1438,33452 -"12735",1438,41341 -"12736",1438,45039 -"12737",1438,90797 -"12738",1438,97393 -"12739",1439,13596 -"12740",1439,17925 -"12741",1439,32724 -"12742",1439,67656 -"12743",1439,74812 -"12744",1439,93162 -"12745",1439,95797 -"12746",1440,19752 -"12747",1441,3635 -"12748",1441,14731 -"12749",1441,18128 -"12750",1441,28353 -"12751",1441,45269 -"12752",1441,53043 -"12753",1441,58284 -"12754",1441,66724 -"12755",1441,75684 -"12756",1441,75698 -"12757",1441,77844 -"12758",1442,1468 -"12759",1442,10806 -"12760",1442,32343 -"12761",1442,57374 -"12762",1442,67429 -"12763",1442,67458 -"12764",1442,120007 -"12765",1443,1465 -"12766",1444,8920 -"12767",1444,8921 -"12768",1444,14340 -"12769",1445,1496 -"12770",1445,20331 -"12771",1446,1521 -"12772",1447,8275 -"12773",1447,18781 -"12774",1447,79228 -"12775",1447,106789 -"12776",1448,1646 -"12777",1448,20897 -"12778",1448,25766 -"12779",1448,31486 -"12780",1448,115750 -"12781",1448,115773 -"12782",1449,31296 -"12783",1449,75540 -"12784",1450,1451 -"12785",1450,4630 -"12786",1450,13759 -"12787",1450,16006 -"12788",1450,16045 -"12789",1450,16323 -"12790",1450,20680 -"12791",1450,33938 -"12792",1450,35616 -"12793",1450,39102 -"12794",1450,90610 -"12795",1450,99016 -"12796",1450,118322 -"12797",1451,1785 -"12798",1451,3187 -"12799",1451,3297 -"12800",1451,3332 -"12801",1451,3366 -"12802",1451,11324 -"12803",1451,11391 -"12804",1451,13609 -"12805",1451,16323 -"12806",1451,17914 -"12807",1451,20664 -"12808",1451,20680 -"12809",1451,26109 -"12810",1451,28452 -"12811",1451,29863 -"12812",1451,32072 -"12813",1451,39102 -"12814",1451,42744 -"12815",1451,42862 -"12816",1451,45252 -"12817",1451,46443 -"12818",1451,48858 -"12819",1451,58059 -"12820",1451,63486 -"12821",1451,80451 -"12822",1451,83225 -"12823",1451,89298 -"12824",1451,90155 -"12825",1451,98911 -"12826",1451,100658 -"12827",1451,113336 -"12828",1452,1455 -"12829",1453,2695 -"12830",1453,11329 -"12831",1453,22250 -"12832",1453,23394 -"12833",1453,52362 -"12834",1453,80389 -"12835",1453,90788 -"12836",1454,1520 -"12837",1454,3723 -"12838",1454,4971 -"12839",1454,8429 -"12840",1454,12613 -"12841",1454,15455 -"12842",1454,17966 -"12843",1454,18324 -"12844",1454,18438 -"12845",1454,20801 -"12846",1454,21006 -"12847",1454,65020 -"12848",1454,94145 -"12849",1455,2272 -"12850",1455,8724 -"12851",1455,14470 -"12852",1455,22410 -"12853",1455,27651 -"12854",1455,27714 -"12855",1455,27828 -"12856",1456,1464 -"12857",1456,2051 -"12858",1456,3890 -"12859",1456,39716 -"12860",1456,105903 -"12861",1457,37607 -"12862",1458,1462 -"12863",1458,1590 -"12864",1458,3746 -"12865",1459,2387 -"12866",1459,4832 -"12867",1459,5696 -"12868",1459,9296 -"12869",1459,9332 -"12870",1459,10457 -"12871",1459,10471 -"12872",1459,11603 -"12873",1459,12361 -"12874",1459,18005 -"12875",1459,18224 -"12876",1459,19465 -"12877",1459,21992 -"12878",1459,25870 -"12879",1459,27044 -"12880",1459,28820 -"12881",1459,30586 -"12882",1459,48015 -"12883",1459,50879 -"12884",1459,52638 -"12885",1459,53687 -"12886",1459,55165 -"12887",1459,62789 -"12888",1459,70275 -"12889",1459,71219 -"12890",1459,77753 -"12891",1459,96304 -"12892",1459,103741 -"12893",1459,110227 -"12894",1459,110732 -"12895",1459,110936 -"12896",1459,111978 -"12897",1459,119688 -"12898",1460,8453 -"12899",1460,11862 -"12900",1461,9162 -"12901",1461,10310 -"12902",1461,11493 -"12903",1461,12371 -"12904",1461,12639 -"12905",1461,17165 -"12906",1461,22380 -"12907",1461,41247 -"12908",1461,41770 -"12909",1461,45132 -"12910",1461,46043 -"12911",1461,46962 -"12912",1461,48860 -"12913",1461,57238 -"12914",1461,62307 -"12915",1461,70614 -"12916",1461,82865 -"12917",1461,87881 -"12918",1461,96441 -"12919",1462,1590 -"12920",1463,1602 -"12921",1463,1630 -"12922",1463,20312 -"12923",1465,18472 -"12924",1466,81978 -"12925",1466,112465 -"12926",1467,1777 -"12927",1467,2640 -"12928",1467,2662 -"12929",1467,3350 -"12930",1467,3830 -"12931",1467,4940 -"12932",1467,4962 -"12933",1467,5078 -"12934",1467,5422 -"12935",1467,5427 -"12936",1467,5444 -"12937",1467,5457 -"12938",1467,5462 -"12939",1467,5489 -"12940",1467,5492 -"12941",1467,5504 -"12942",1467,7363 -"12943",1467,12181 -"12944",1467,18151 -"12945",1467,19637 -"12946",1467,20659 -"12947",1467,33337 -"12948",1467,41278 -"12949",1467,44366 -"12950",1467,56610 -"12951",1467,56712 -"12952",1467,72744 -"12953",1467,77888 -"12954",1467,90837 -"12955",1468,4008 -"12956",1468,10503 -"12957",1468,19057 -"12958",1468,22206 -"12959",1468,22249 -"12960",1468,22313 -"12961",1468,32060 -"12962",1468,32235 -"12963",1468,32312 -"12964",1468,32343 -"12965",1468,34392 -"12966",1468,35688 -"12967",1468,46239 -"12968",1468,52928 -"12969",1468,63295 -"12970",1468,66014 -"12971",1468,68776 -"12972",1468,72488 -"12973",1468,76599 -"12974",1468,81759 -"12975",1468,83191 -"12976",1468,105663 -"12977",1468,105789 -"12978",1468,107666 -"12979",1469,10012 -"12980",1469,19568 -"12981",1469,23531 -"12982",1469,26802 -"12983",1469,32409 -"12984",1469,40041 -"12985",1469,41486 -"12986",1469,44545 -"12987",1469,50632 -"12988",1469,51410 -"12989",1469,53031 -"12990",1469,53765 -"12991",1469,61523 -"12992",1469,62849 -"12993",1469,74179 -"12994",1469,78669 -"12995",1469,82682 -"12996",1469,83982 -"12997",1469,93752 -"12998",1469,101970 -"12999",1469,103426 -"13000",1469,108718 -"13001",1469,110230 -"13002",1469,117495 -"13003",1469,122787 -"13004",1470,12414 -"13005",1470,14645 -"13006",1470,33821 -"13007",1470,66815 -"13008",1471,23558 -"13009",1471,28347 -"13010",1472,1587 -"13011",1472,24621 -"13012",1472,63669 -"13013",1472,72514 -"13014",1473,85300 -"13015",1473,104732 -"13016",1474,7737 -"13017",1474,9005 -"13018",1474,11572 -"13019",1474,15420 -"13020",1474,15770 -"13021",1474,16729 -"13022",1474,21129 -"13023",1474,24570 -"13024",1474,32921 -"13025",1474,37417 -"13026",1474,38643 -"13027",1474,46420 -"13028",1474,46447 -"13029",1475,2652 -"13030",1475,5615 -"13031",1475,6905 -"13032",1475,15444 -"13033",1475,18165 -"13034",1475,22359 -"13035",1475,22496 -"13036",1475,23268 -"13037",1475,23617 -"13038",1475,27683 -"13039",1475,28616 -"13040",1475,42837 -"13041",1475,46754 -"13042",1475,53333 -"13043",1475,121288 -"13044",1476,15363 -"13045",1476,60011 -"13046",1477,20981 -"13047",1477,31291 -"13048",1477,84233 -"13049",1477,92539 -"13050",1477,101558 -"13051",1477,109527 -"13052",1478,6756 -"13053",1479,27322 -"13054",1480,13475 -"13055",1480,45904 -"13056",1480,46560 -"13057",1480,55700 -"13058",1480,83033 -"13059",1480,85251 -"13060",1481,1489 -"13061",1481,1596 -"13062",1481,7072 -"13063",1481,7296 -"13064",1481,24879 -"13065",1481,33557 -"13066",1481,55965 -"13067",1481,72894 -"13068",1481,85372 -"13069",1481,117425 -"13070",1481,118510 -"13071",1482,44144 -"13072",1482,91324 -"13073",1483,10024 -"13074",1483,11423 -"13075",1483,11907 -"13076",1483,27535 -"13077",1483,31755 -"13078",1483,38717 -"13079",1483,46850 -"13080",1483,52931 -"13081",1483,62358 -"13082",1483,76252 -"13083",1483,78727 -"13084",1483,88838 -"13085",1483,91818 -"13086",1483,110356 -"13087",1483,116947 -"13088",1485,20396 -"13089",1485,30504 -"13090",1485,39158 -"13091",1486,77631 -"13092",1487,2056 -"13093",1487,2064 -"13094",1487,2065 -"13095",1487,2159 -"13096",1487,7679 -"13097",1487,9192 -"13098",1487,15165 -"13099",1487,66595 -"13100",1487,82630 -"13101",1487,82631 -"13102",1487,82635 -"13103",1487,82653 -"13104",1487,86443 -"13105",1487,96366 -"13106",1488,1490 -"13107",1489,3487 -"13108",1489,3617 -"13109",1489,4705 -"13110",1489,7258 -"13111",1489,17725 -"13112",1489,18080 -"13113",1489,20218 -"13114",1489,22193 -"13115",1489,23527 -"13116",1489,27151 -"13117",1489,28788 -"13118",1489,33557 -"13119",1489,35787 -"13120",1489,36079 -"13121",1489,41074 -"13122",1489,53142 -"13123",1489,55965 -"13124",1489,68590 -"13125",1489,75001 -"13126",1489,81469 -"13127",1489,81652 -"13128",1489,89440 -"13129",1489,92472 -"13130",1489,92498 -"13131",1489,92520 -"13132",1489,102793 -"13133",1489,107188 -"13134",1489,115230 -"13135",1489,117425 -"13136",1490,43257 -"13137",1491,7850 -"13138",1491,26100 -"13139",1491,81702 -"13140",1492,1977 -"13141",1492,2784 -"13142",1492,12627 -"13143",1492,22478 -"13144",1492,27109 -"13145",1492,28341 -"13146",1492,34180 -"13147",1492,34442 -"13148",1492,37543 -"13149",1492,69358 -"13150",1492,84223 -"13151",1492,84335 -"13152",1492,84344 -"13153",1493,10968 -"13154",1493,11934 -"13155",1493,12069 -"13156",1493,20923 -"13157",1493,24197 -"13158",1493,27921 -"13159",1493,27936 -"13160",1493,27995 -"13161",1493,40961 -"13162",1493,79821 -"13163",1493,85638 -"13164",1493,85661 -"13165",1494,47126 -"13166",1494,106584 -"13167",1495,1600 -"13168",1495,1616 -"13169",1495,2766 -"13170",1495,2836 -"13171",1495,3699 -"13172",1495,3700 -"13173",1495,3853 -"13174",1495,4708 -"13175",1495,4763 -"13176",1495,4918 -"13177",1495,6830 -"13178",1495,10874 -"13179",1495,29405 -"13180",1495,46039 -"13181",1495,48768 -"13182",1495,49881 -"13183",1495,50252 -"13184",1495,71514 -"13185",1495,77704 -"13186",1495,80951 -"13187",1495,88258 -"13188",1495,88259 -"13189",1495,94322 -"13190",1495,98860 -"13191",1496,67041 -"13192",1496,121046 -"13193",1497,29018 -"13194",1498,10547 -"13195",1498,42112 -"13196",1499,1568 -"13197",1499,3345 -"13198",1499,10463 -"13199",1499,10527 -"13200",1499,21024 -"13201",1499,21982 -"13202",1499,25210 -"13203",1499,25672 -"13204",1499,29373 -"13205",1499,37633 -"13206",1499,38923 -"13207",1499,41023 -"13208",1499,64906 -"13209",1499,65283 -"13210",1499,66089 -"13211",1499,99966 -"13212",1499,113238 -"13213",1499,122961 -"13214",1500,4573 -"13215",1500,13601 -"13216",1500,34566 -"13217",1500,77865 -"13218",1500,91928 -"13219",1500,98959 -"13220",1500,104560 -"13221",1501,1511 -"13222",1501,3071 -"13223",1501,6210 -"13224",1501,12013 -"13225",1501,33405 -"13226",1501,36944 -"13227",1501,37095 -"13228",1501,46524 -"13229",1501,61754 -"13230",1501,61760 -"13231",1501,66914 -"13232",1501,111138 -"13233",1502,22396 -"13234",1502,39199 -"13235",1502,58025 -"13236",1502,116036 -"13237",1503,48652 -"13238",1503,65880 -"13239",1503,90697 -"13240",1504,31079 -"13241",1504,40744 -"13242",1504,47543 -"13243",1504,54098 -"13244",1504,64139 -"13245",1504,73697 -"13246",1504,92531 -"13247",1504,112440 -"13248",1505,6389 -"13249",1505,25198 -"13250",1505,86259 -"13251",1506,20190 -"13252",1506,27234 -"13253",1506,27235 -"13254",1506,27331 -"13255",1506,27408 -"13256",1506,27461 -"13257",1506,56998 -"13258",1506,108133 -"13259",1506,116246 -"13260",1506,116253 -"13261",1507,64017 -"13262",1508,8343 -"13263",1508,39875 -"13264",1508,55700 -"13265",1508,56741 -"13266",1508,103830 -"13267",1508,115078 -"13268",1508,119220 -"13269",1508,120130 -"13270",1509,53301 -"13271",1510,3628 -"13272",1510,7303 -"13273",1510,7644 -"13274",1510,8703 -"13275",1510,8762 -"13276",1510,11351 -"13277",1510,11499 -"13278",1510,13982 -"13279",1510,18360 -"13280",1510,19718 -"13281",1510,20288 -"13282",1510,20828 -"13283",1510,21831 -"13284",1510,30900 -"13285",1510,32369 -"13286",1510,33745 -"13287",1510,34634 -"13288",1510,35428 -"13289",1510,35891 -"13290",1510,35893 -"13291",1510,36023 -"13292",1510,42449 -"13293",1510,44248 -"13294",1510,44778 -"13295",1510,55067 -"13296",1510,55872 -"13297",1510,56008 -"13298",1510,57669 -"13299",1510,63355 -"13300",1510,63961 -"13301",1510,63981 -"13302",1510,64362 -"13303",1510,70592 -"13304",1510,70617 -"13305",1510,70618 -"13306",1510,82091 -"13307",1511,3071 -"13308",1511,5293 -"13309",1511,5331 -"13310",1511,5959 -"13311",1511,6872 -"13312",1511,8402 -"13313",1511,12706 -"13314",1511,15365 -"13315",1511,17285 -"13316",1511,18102 -"13317",1511,20180 -"13318",1511,20713 -"13319",1511,23010 -"13320",1511,31078 -"13321",1511,31884 -"13322",1511,52845 -"13323",1511,69465 -"13324",1511,71267 -"13325",1512,2338 -"13326",1512,62372 -"13327",1512,121887 -"13328",1513,5977 -"13329",1513,12728 -"13330",1513,14054 -"13331",1513,19604 -"13332",1513,23186 -"13333",1513,24025 -"13334",1513,27849 -"13335",1513,31957 -"13336",1513,32032 -"13337",1513,43599 -"13338",1513,48284 -"13339",1513,55468 -"13340",1513,61666 -"13341",1513,69394 -"13342",1513,95994 -"13343",1513,99444 -"13344",1513,108372 -"13345",1514,2479 -"13346",1514,5686 -"13347",1514,7174 -"13348",1514,9278 -"13349",1514,14191 -"13350",1514,16648 -"13351",1514,19398 -"13352",1514,22396 -"13353",1514,22442 -"13354",1514,32380 -"13355",1514,37668 -"13356",1514,37720 -"13357",1514,50856 -"13358",1514,53217 -"13359",1514,53768 -"13360",1514,55280 -"13361",1514,55786 -"13362",1514,63274 -"13363",1514,69182 -"13364",1514,85811 -"13365",1514,89288 -"13366",1514,91866 -"13367",1514,103279 -"13368",1514,119543 -"13369",1515,1663 -"13370",1515,24046 -"13371",1516,1535 -"13372",1516,1551 -"13373",1516,35990 -"13374",1517,2729 -"13375",1517,4957 -"13376",1517,7504 -"13377",1517,11651 -"13378",1517,22972 -"13379",1517,23196 -"13380",1517,26217 -"13381",1517,26919 -"13382",1517,35959 -"13383",1517,48817 -"13384",1517,58755 -"13385",1517,61532 -"13386",1517,66160 -"13387",1517,96708 -"13388",1517,106235 -"13389",1517,113041 -"13390",1517,117700 -"13391",1518,2443 -"13392",1518,9840 -"13393",1518,9910 -"13394",1518,12233 -"13395",1518,14212 -"13396",1518,14380 -"13397",1518,17038 -"13398",1518,20695 -"13399",1518,26821 -"13400",1518,29416 -"13401",1518,38910 -"13402",1518,40379 -"13403",1518,63329 -"13404",1518,65725 -"13405",1518,81888 -"13406",1518,90070 -"13407",1518,101381 -"13408",1518,104735 -"13409",1518,104948 -"13410",1518,110637 -"13411",1518,122558 -"13412",1518,123233 -"13413",1519,1571 -"13414",1519,2061 -"13415",1519,6851 -"13416",1519,11023 -"13417",1519,11921 -"13418",1519,14090 -"13419",1519,20941 -"13420",1519,20942 -"13421",1519,21007 -"13422",1519,25533 -"13423",1519,25772 -"13424",1519,27292 -"13425",1519,28345 -"13426",1519,29837 -"13427",1519,30305 -"13428",1519,32384 -"13429",1519,36598 -"13430",1519,38691 -"13431",1519,38915 -"13432",1519,42561 -"13433",1519,52239 -"13434",1519,55491 -"13435",1519,56900 -"13436",1519,60820 -"13437",1519,63019 -"13438",1519,63739 -"13439",1519,74952 -"13440",1520,1526 -"13441",1520,3293 -"13442",1520,3723 -"13443",1520,4202 -"13444",1520,17966 -"13445",1520,20801 -"13446",1520,28854 -"13447",1520,32154 -"13448",1520,34387 -"13449",1520,34753 -"13450",1520,35665 -"13451",1520,35895 -"13452",1520,40537 -"13453",1520,46691 -"13454",1520,61918 -"13455",1520,64749 -"13456",1520,69376 -"13457",1520,72009 -"13458",1520,78884 -"13459",1520,79546 -"13460",1520,82166 -"13461",1520,87342 -"13462",1521,33419 -"13463",1521,33511 -"13464",1521,120796 -"13465",1522,25348 -"13466",1522,96501 -"13467",1522,101804 -"13468",1523,8596 -"13469",1523,10050 -"13470",1523,17456 -"13471",1523,22289 -"13472",1523,41915 -"13473",1523,44822 -"13474",1523,78511 -"13475",1524,7236 -"13476",1524,8857 -"13477",1524,22332 -"13478",1524,26386 -"13479",1524,31846 -"13480",1524,35769 -"13481",1524,37493 -"13482",1524,41140 -"13483",1524,45355 -"13484",1524,49610 -"13485",1524,52592 -"13486",1524,54535 -"13487",1524,56480 -"13488",1524,58726 -"13489",1524,59035 -"13490",1524,76715 -"13491",1524,97244 -"13492",1524,121987 -"13493",1525,1547 -"13494",1525,9782 -"13495",1525,12394 -"13496",1525,20688 -"13497",1525,23113 -"13498",1525,26207 -"13499",1525,36944 -"13500",1525,41723 -"13501",1525,47051 -"13502",1525,106936 -"13503",1526,3293 -"13504",1526,3723 -"13505",1526,4202 -"13506",1526,6063 -"13507",1526,8593 -"13508",1526,11644 -"13509",1526,13792 -"13510",1526,22061 -"13511",1526,31542 -"13512",1526,31738 -"13513",1526,33373 -"13514",1526,35895 -"13515",1526,36424 -"13516",1526,49636 -"13517",1526,62204 -"13518",1526,77853 -"13519",1526,79546 -"13520",1526,84244 -"13521",1526,90035 -"13522",1527,22583 -"13523",1527,22584 -"13524",1528,2263 -"13525",1528,15571 -"13526",1528,30143 -"13527",1528,40946 -"13528",1528,43684 -"13529",1528,47169 -"13530",1528,47899 -"13531",1528,49005 -"13532",1528,62101 -"13533",1528,64921 -"13534",1528,90992 -"13535",1529,6852 -"13536",1529,23307 -"13537",1529,95653 -"13538",1530,35851 -"13539",1530,38796 -"13540",1530,47157 -"13541",1530,68483 -"13542",1531,12873 -"13543",1531,14972 -"13544",1531,16639 -"13545",1531,16979 -"13546",1531,16980 -"13547",1531,32731 -"13548",1531,41870 -"13549",1531,45975 -"13550",1531,54059 -"13551",1531,59557 -"13552",1531,82533 -"13553",1532,18295 -"13554",1533,2362 -"13555",1533,5403 -"13556",1533,7486 -"13557",1533,8354 -"13558",1533,8738 -"13559",1533,10473 -"13560",1533,12070 -"13561",1533,13792 -"13562",1533,14090 -"13563",1533,15455 -"13564",1533,16796 -"13565",1533,20555 -"13566",1533,30368 -"13567",1533,35706 -"13568",1533,45337 -"13569",1533,46691 -"13570",1533,49357 -"13571",1533,57445 -"13572",1533,57776 -"13573",1533,71436 -"13574",1534,54368 -"13575",1534,75085 -"13576",1534,93546 -"13577",1535,1551 -"13578",1535,101859 -"13579",1536,1592 -"13580",1536,3392 -"13581",1536,3407 -"13582",1536,5475 -"13583",1536,7063 -"13584",1536,10079 -"13585",1536,16946 -"13586",1536,24326 -"13587",1536,28808 -"13588",1536,28917 -"13589",1536,46621 -"13590",1536,55795 -"13591",1536,61785 -"13592",1536,80305 -"13593",1536,83865 -"13594",1536,88232 -"13595",1536,88237 -"13596",1537,20626 -"13597",1537,119988 -"13598",1538,3955 -"13599",1538,5514 -"13600",1538,12293 -"13601",1538,25681 -"13602",1538,78578 -"13603",1539,2601 -"13604",1539,9322 -"13605",1539,15573 -"13606",1539,15960 -"13607",1539,33623 -"13608",1539,45664 -"13609",1539,62193 -"13610",1539,63490 -"13611",1539,76639 -"13612",1539,76640 -"13613",1539,77040 -"13614",1539,77055 -"13615",1539,77057 -"13616",1539,77066 -"13617",1539,77095 -"13618",1539,77096 -"13619",1539,77101 -"13620",1539,77102 -"13621",1539,77103 -"13622",1539,77106 -"13623",1540,3091 -"13624",1540,3351 -"13625",1540,3834 -"13626",1540,6777 -"13627",1540,6832 -"13628",1540,7842 -"13629",1540,8170 -"13630",1540,9293 -"13631",1540,10066 -"13632",1540,11517 -"13633",1540,12221 -"13634",1540,15790 -"13635",1540,17520 -"13636",1540,27946 -"13637",1540,30883 -"13638",1540,36498 -"13639",1540,38921 -"13640",1540,40883 -"13641",1540,84475 -"13642",1540,92157 -"13643",1541,12307 -"13644",1541,21837 -"13645",1541,25090 -"13646",1541,59178 -"13647",1541,61457 -"13648",1541,89614 -"13649",1541,99628 -"13650",1541,105052 -"13651",1541,105842 -"13652",1541,121986 -"13653",1542,1751 -"13654",1542,2269 -"13655",1542,2300 -"13656",1542,2301 -"13657",1542,4402 -"13658",1542,18741 -"13659",1542,25129 -"13660",1542,29917 -"13661",1542,31459 -"13662",1542,34509 -"13663",1542,39109 -"13664",1542,48484 -"13665",1542,51349 -"13666",1542,51974 -"13667",1542,57399 -"13668",1542,69996 -"13669",1542,94830 -"13670",1542,94850 -"13671",1542,94856 -"13672",1543,3438 -"13673",1543,8091 -"13674",1543,10125 -"13675",1543,52286 -"13676",1543,52316 -"13677",1543,61600 -"13678",1543,64536 -"13679",1543,64537 -"13680",1543,64559 -"13681",1543,65224 -"13682",1543,71080 -"13683",1543,71083 -"13684",1543,71149 -"13685",1543,123494 -"13686",1544,94019 -"13687",1545,42038 -"13688",1545,54607 -"13689",1545,98666 -"13690",1546,2472 -"13691",1546,3548 -"13692",1546,7174 -"13693",1546,16301 -"13694",1546,17664 -"13695",1546,18279 -"13696",1546,20349 -"13697",1546,35664 -"13698",1546,38128 -"13699",1546,53200 -"13700",1546,53415 -"13701",1546,54065 -"13702",1546,68340 -"13703",1546,68428 -"13704",1546,72600 -"13705",1546,84546 -"13706",1546,97278 -"13707",1546,99603 -"13708",1546,100941 -"13709",1546,109035 -"13710",1546,109761 -"13711",1547,121409 -"13712",1548,1700 -"13713",1548,6197 -"13714",1548,28511 -"13715",1548,32345 -"13716",1548,67423 -"13717",1548,68012 -"13718",1548,68364 -"13719",1548,70625 -"13720",1548,78199 -"13721",1548,119568 -"13722",1549,19502 -"13723",1549,19924 -"13724",1549,69345 -"13725",1549,84415 -"13726",1549,112003 -"13727",1550,1687 -"13728",1550,9513 -"13729",1550,11549 -"13730",1550,28703 -"13731",1550,36442 -"13732",1550,37914 -"13733",1550,38277 -"13734",1550,55206 -"13735",1550,69567 -"13736",1550,73192 -"13737",1550,84458 -"13738",1550,95682 -"13739",1550,95961 -"13740",1551,15548 -"13741",1551,24268 -"13742",1551,90841 -"13743",1552,79210 -"13744",1553,1565 -"13745",1553,31018 -"13746",1553,44094 -"13747",1554,56317 -"13748",1555,2975 -"13749",1555,4914 -"13750",1555,6541 -"13751",1555,20754 -"13752",1555,36437 -"13753",1555,38126 -"13754",1555,38200 -"13755",1555,41886 -"13756",1555,75299 -"13757",1555,79738 -"13758",1555,82669 -"13759",1555,85280 -"13760",1555,93938 -"13761",1555,100116 -"13762",1555,107609 -"13763",1555,119192 -"13764",1556,15809 -"13765",1556,27848 -"13766",1556,28020 -"13767",1556,45487 -"13768",1556,47827 -"13769",1556,68862 -"13770",1556,80728 -"13771",1556,86350 -"13772",1557,61020 -"13773",1558,83832 -"13774",1558,95581 -"13775",1559,21619 -"13776",1559,42046 -"13777",1559,58802 -"13778",1560,3077 -"13779",1560,5266 -"13780",1560,5282 -"13781",1560,6130 -"13782",1560,8525 -"13783",1560,8771 -"13784",1560,8833 -"13785",1560,8880 -"13786",1560,9716 -"13787",1560,10200 -"13788",1560,11429 -"13789",1560,12973 -"13790",1560,14719 -"13791",1560,23345 -"13792",1560,24086 -"13793",1560,25468 -"13794",1560,33805 -"13795",1560,37342 -"13796",1560,40392 -"13797",1560,41185 -"13798",1560,41475 -"13799",1560,45192 -"13800",1560,52147 -"13801",1560,58769 -"13802",1561,5896 -"13803",1561,6459 -"13804",1561,7798 -"13805",1561,8865 -"13806",1561,24011 -"13807",1561,31747 -"13808",1561,34172 -"13809",1561,34310 -"13810",1561,34993 -"13811",1561,35903 -"13812",1561,38764 -"13813",1561,48377 -"13814",1561,52315 -"13815",1561,55861 -"13816",1561,62966 -"13817",1561,82333 -"13818",1561,115786 -"13819",1562,11127 -"13820",1562,17061 -"13821",1562,25721 -"13822",1562,33838 -"13823",1562,67034 -"13824",1562,76670 -"13825",1563,37773 -"13826",1564,2296 -"13827",1564,12280 -"13828",1564,12448 -"13829",1564,15749 -"13830",1564,20363 -"13831",1564,21371 -"13832",1564,21580 -"13833",1564,31541 -"13834",1564,34491 -"13835",1564,39572 -"13836",1564,44106 -"13837",1564,49864 -"13838",1564,50038 -"13839",1564,53228 -"13840",1564,53260 -"13841",1564,53650 -"13842",1564,57369 -"13843",1564,61687 -"13844",1564,66870 -"13845",1564,73948 -"13846",1564,77163 -"13847",1564,78142 -"13848",1564,81136 -"13849",1564,95239 -"13850",1566,5626 -"13851",1566,11127 -"13852",1566,12381 -"13853",1566,27162 -"13854",1566,30100 -"13855",1566,30153 -"13856",1566,30461 -"13857",1566,37482 -"13858",1566,38630 -"13859",1566,45576 -"13860",1566,47489 -"13861",1566,53681 -"13862",1566,57828 -"13863",1566,82914 -"13864",1566,82937 -"13865",1566,90860 -"13866",1566,102461 -"13867",1566,105217 -"13868",1566,105872 -"13869",1566,107636 -"13870",1567,10370 -"13871",1567,40425 -"13872",1567,44089 -"13873",1568,3481 -"13874",1568,15253 -"13875",1568,31317 -"13876",1568,44487 -"13877",1568,61433 -"13878",1568,62022 -"13879",1568,72809 -"13880",1569,8010 -"13881",1569,10777 -"13882",1569,35948 -"13883",1569,76041 -"13884",1570,2733 -"13885",1570,5463 -"13886",1570,5524 -"13887",1570,7648 -"13888",1570,10755 -"13889",1570,12214 -"13890",1570,44241 -"13891",1570,44466 -"13892",1571,2061 -"13893",1571,6851 -"13894",1571,11023 -"13895",1571,12519 -"13896",1571,20941 -"13897",1571,20942 -"13898",1571,20991 -"13899",1571,21007 -"13900",1571,21008 -"13901",1571,23966 -"13902",1571,25772 -"13903",1571,27686 -"13904",1571,29837 -"13905",1571,30305 -"13906",1571,31185 -"13907",1571,32384 -"13908",1571,38691 -"13909",1571,38915 -"13910",1571,44609 -"13911",1571,44660 -"13912",1571,46134 -"13913",1571,50313 -"13914",1571,55491 -"13915",1571,56001 -"13916",1571,56841 -"13917",1571,59703 -"13918",1571,61879 -"13919",1571,62426 -"13920",1571,62595 -"13921",1571,63019 -"13922",1571,64895 -"13923",1571,93361 -"13924",1572,2642 -"13925",1572,19790 -"13926",1572,26876 -"13927",1572,33872 -"13928",1572,46662 -"13929",1572,51517 -"13930",1572,54800 -"13931",1572,58497 -"13932",1572,61905 -"13933",1572,115316 -"13934",1572,121703 -"13935",1573,2833 -"13936",1573,27079 -"13937",1573,30978 -"13938",1573,49098 -"13939",1573,55423 -"13940",1574,7091 -"13941",1574,9963 -"13942",1574,18275 -"13943",1574,18870 -"13944",1574,21740 -"13945",1574,25155 -"13946",1574,30096 -"13947",1574,51750 -"13948",1574,64257 -"13949",1574,78203 -"13950",1574,78323 -"13951",1574,85525 -"13952",1575,33323 -"13953",1575,38200 -"13954",1575,57273 -"13955",1575,75299 -"13956",1575,93105 -"13957",1575,93242 -"13958",1575,107609 -"13959",1576,25256 -"13960",1577,2078 -"13961",1577,17635 -"13962",1577,71775 -"13963",1578,1594 -"13964",1578,1640 -"13965",1578,6409 -"13966",1578,9445 -"13967",1579,3657 -"13968",1579,4465 -"13969",1579,6633 -"13970",1579,8248 -"13971",1579,9053 -"13972",1579,10502 -"13973",1579,12451 -"13974",1579,12762 -"13975",1579,14586 -"13976",1579,15749 -"13977",1579,16412 -"13978",1579,20363 -"13979",1579,31541 -"13980",1579,32211 -"13981",1579,55541 -"13982",1579,68833 -"13983",1579,86810 -"13984",1580,26624 -"13985",1581,15733 -"13986",1581,34037 -"13987",1581,41908 -"13988",1581,52517 -"13989",1581,55438 -"13990",1581,56595 -"13991",1581,56767 -"13992",1581,67645 -"13993",1581,86448 -"13994",1581,86580 -"13995",1581,86622 -"13996",1582,5337 -"13997",1582,11781 -"13998",1582,17963 -"13999",1583,1631 -"14000",1583,1883 -"14001",1583,2147 -"14002",1583,14717 -"14003",1583,19596 -"14004",1583,29217 -"14005",1584,33412 -"14006",1584,42137 -"14007",1585,1979 -"14008",1585,2032 -"14009",1585,2042 -"14010",1585,2424 -"14011",1585,2456 -"14012",1585,2469 -"14013",1585,2470 -"14014",1585,2530 -"14015",1585,2533 -"14016",1585,2534 -"14017",1585,2552 -"14018",1585,3072 -"14019",1585,3283 -"14020",1585,3286 -"14021",1585,3305 -"14022",1585,3354 -"14023",1585,9405 -"14024",1585,21730 -"14025",1585,22212 -"14026",1585,22407 -"14027",1585,39036 -"14028",1585,39441 -"14029",1585,39469 -"14030",1585,39488 -"14031",1585,39506 -"14032",1585,53814 -"14033",1585,68214 -"14034",1585,68215 -"14035",1585,88034 -"14036",1586,17816 -"14037",1586,40193 -"14038",1586,89355 -"14039",1586,92394 -"14040",1587,2681 -"14041",1587,3271 -"14042",1587,3903 -"14043",1587,6347 -"14044",1587,7085 -"14045",1587,9270 -"14046",1587,9272 -"14047",1587,9505 -"14048",1587,10784 -"14049",1587,11913 -"14050",1587,12428 -"14051",1587,12807 -"14052",1587,13142 -"14053",1587,16689 -"14054",1587,19036 -"14055",1587,19391 -"14056",1587,23075 -"14057",1587,24621 -"14058",1587,25606 -"14059",1587,28530 -"14060",1587,30258 -"14061",1587,33939 -"14062",1587,38185 -"14063",1587,38683 -"14064",1587,40245 -"14065",1587,43226 -"14066",1587,44655 -"14067",1587,44973 -"14068",1587,46177 -"14069",1587,47048 -"14070",1587,48110 -"14071",1587,58508 -"14072",1587,59731 -"14073",1587,62642 -"14074",1587,63669 -"14075",1587,68091 -"14076",1587,69335 -"14077",1587,75245 -"14078",1587,75776 -"14079",1587,75956 -"14080",1587,76387 -"14081",1587,78978 -"14082",1587,79212 -"14083",1587,79241 -"14084",1587,79579 -"14085",1587,80239 -"14086",1587,80301 -"14087",1587,81397 -"14088",1587,88340 -"14089",1587,88749 -"14090",1587,89069 -"14091",1587,89373 -"14092",1587,89995 -"14093",1587,90919 -"14094",1587,90936 -"14095",1587,92861 -"14096",1587,93097 -"14097",1587,94231 -"14098",1587,95489 -"14099",1587,96247 -"14100",1587,96363 -"14101",1587,97898 -"14102",1588,12812 -"14103",1588,47807 -"14104",1588,78949 -"14105",1589,10921 -"14106",1589,24842 -"14107",1589,26002 -"14108",1589,28173 -"14109",1589,32728 -"14110",1589,37627 -"14111",1589,47049 -"14112",1589,47625 -"14113",1589,49334 -"14114",1589,49646 -"14115",1589,49800 -"14116",1589,82893 -"14117",1589,107012 -"14118",1589,107033 -"14119",1591,15513 -"14120",1591,21446 -"14121",1591,63297 -"14122",1591,99476 -"14123",1591,114959 -"14124",1591,123283 -"14125",1592,1691 -"14126",1592,2580 -"14127",1592,4000 -"14128",1592,5395 -"14129",1592,7063 -"14130",1592,7320 -"14131",1592,10079 -"14132",1592,14529 -"14133",1592,15841 -"14134",1592,16946 -"14135",1592,19416 -"14136",1592,19975 -"14137",1592,20000 -"14138",1592,28808 -"14139",1592,33960 -"14140",1592,41719 -"14141",1592,46621 -"14142",1592,47585 -"14143",1592,49301 -"14144",1592,52327 -"14145",1592,55795 -"14146",1592,61785 -"14147",1592,75921 -"14148",1592,82315 -"14149",1592,84607 -"14150",1592,88232 -"14151",1592,88237 -"14152",1592,96261 -"14153",1593,11474 -"14154",1593,26895 -"14155",1593,60897 -"14156",1594,1640 -"14157",1594,6409 -"14158",1594,6810 -"14159",1594,9445 -"14160",1594,16679 -"14161",1594,19821 -"14162",1594,24866 -"14163",1594,38636 -"14164",1594,39618 -"14165",1594,39654 -"14166",1594,40571 -"14167",1594,47534 -"14168",1594,49550 -"14169",1594,52589 -"14170",1594,53327 -"14171",1594,53707 -"14172",1594,53899 -"14173",1595,4612 -"14174",1595,10730 -"14175",1595,14896 -"14176",1595,17573 -"14177",1595,30510 -"14178",1595,33963 -"14179",1595,35477 -"14180",1595,59300 -"14181",1595,68539 -"14182",1596,7296 -"14183",1596,61603 -"14184",1596,61626 -"14185",1597,1859 -"14186",1597,3898 -"14187",1597,3977 -"14188",1597,5934 -"14189",1597,8855 -"14190",1597,8856 -"14191",1597,9782 -"14192",1597,12394 -"14193",1597,12759 -"14194",1597,20688 -"14195",1597,25373 -"14196",1597,34496 -"14197",1597,37636 -"14198",1597,41723 -"14199",1597,43655 -"14200",1597,44209 -"14201",1597,49657 -"14202",1597,58692 -"14203",1597,73148 -"14204",1597,93421 -"14205",1597,103939 -"14206",1597,112326 -"14207",1598,3824 -"14208",1598,5685 -"14209",1598,13021 -"14210",1598,13025 -"14211",1598,29845 -"14212",1598,84876 -"14213",1598,94989 -"14214",1599,71883 -"14215",1599,116106 -"14216",1600,1616 -"14217",1600,2036 -"14218",1600,6389 -"14219",1600,6765 -"14220",1600,7670 -"14221",1600,12217 -"14222",1600,14022 -"14223",1600,14279 -"14224",1600,25198 -"14225",1600,27985 -"14226",1600,44254 -"14227",1600,52764 -"14228",1600,55081 -"14229",1600,78721 -"14230",1601,2061 -"14231",1601,4001 -"14232",1601,4506 -"14233",1601,4895 -"14234",1601,28909 -"14235",1601,39787 -"14236",1601,45378 -"14237",1601,59156 -"14238",1601,97282 -"14239",1601,97333 -"14240",1602,1630 -"14241",1602,20312 -"14242",1603,2528 -"14243",1603,4048 -"14244",1603,86404 -"14245",1604,33427 -"14246",1605,9584 -"14247",1605,10157 -"14248",1605,13384 -"14249",1605,100682 -"14250",1606,1628 -"14251",1606,5833 -"14252",1606,11840 -"14253",1606,12853 -"14254",1606,29667 -"14255",1606,33653 -"14256",1606,38461 -"14257",1606,47558 -"14258",1606,48625 -"14259",1606,54060 -"14260",1606,60002 -"14261",1606,83460 -"14262",1606,88067 -"14263",1606,91287 -"14264",1606,93778 -"14265",1606,118292 -"14266",1606,119413 -"14267",1607,1681 -"14268",1607,1753 -"14269",1607,1754 -"14270",1608,41847 -"14271",1608,54662 -"14272",1609,2534 -"14273",1609,6777 -"14274",1609,6789 -"14275",1609,6831 -"14276",1610,1675 -"14277",1610,31354 -"14278",1611,3414 -"14279",1612,17386 -"14280",1613,2810 -"14281",1613,9082 -"14282",1613,33346 -"14283",1613,50575 -"14284",1613,80405 -"14285",1613,80665 -"14286",1613,92426 -"14287",1613,104246 -"14288",1613,104257 -"14289",1613,104258 -"14290",1613,107977 -"14291",1614,1662 -"14292",1614,8652 -"14293",1614,9856 -"14294",1614,14633 -"14295",1614,31279 -"14296",1614,31658 -"14297",1614,33852 -"14298",1614,37966 -"14299",1614,44983 -"14300",1614,45037 -"14301",1614,45709 -"14302",1614,47688 -"14303",1614,50102 -"14304",1614,57783 -"14305",1614,59646 -"14306",1614,64335 -"14307",1614,65800 -"14308",1614,67564 -"14309",1614,69362 -"14310",1614,71693 -"14311",1614,71745 -"14312",1614,76590 -"14313",1614,86600 -"14314",1614,88782 -"14315",1614,92517 -"14316",1614,100140 -"14317",1614,105198 -"14318",1614,110250 -"14319",1614,111105 -"14320",1614,122588 -"14321",1614,122819 -"14322",1614,122852 -"14323",1614,122861 -"14324",1614,122863 -"14325",1614,122864 -"14326",1615,41662 -"14327",1615,43730 -"14328",1615,44495 -"14329",1615,86241 -"14330",1616,1719 -"14331",1616,2036 -"14332",1616,2484 -"14333",1616,3161 -"14334",1616,3830 -"14335",1616,3984 -"14336",1616,4057 -"14337",1616,5422 -"14338",1616,5492 -"14339",1616,7323 -"14340",1616,7469 -"14341",1616,8760 -"14342",1616,9121 -"14343",1616,19738 -"14344",1616,22130 -"14345",1616,31206 -"14346",1616,33048 -"14347",1616,35256 -"14348",1616,40019 -"14349",1616,48696 -"14350",1616,50095 -"14351",1616,54234 -"14352",1616,62496 -"14353",1616,64394 -"14354",1616,64416 -"14355",1616,64443 -"14356",1617,4783 -"14357",1617,68359 -"14358",1617,69504 -"14359",1617,76988 -"14360",1617,90599 -"14361",1618,7243 -"14362",1618,11447 -"14363",1618,22447 -"14364",1618,23997 -"14365",1618,24030 -"14366",1618,24208 -"14367",1618,29847 -"14368",1618,29991 -"14369",1618,37308 -"14370",1618,59848 -"14371",1619,3526 -"14372",1619,23517 -"14373",1619,56396 -"14374",1619,65911 -"14375",1619,78182 -"14376",1620,45054 -"14377",1620,48138 -"14378",1620,49770 -"14379",1621,1648 -"14380",1621,8844 -"14381",1621,18878 -"14382",1621,68393 -"14383",1622,3046 -"14384",1622,5068 -"14385",1622,6201 -"14386",1622,8509 -"14387",1622,11717 -"14388",1622,14045 -"14389",1622,19633 -"14390",1622,19810 -"14391",1622,22688 -"14392",1622,24003 -"14393",1622,27270 -"14394",1622,27443 -"14395",1622,27976 -"14396",1622,38632 -"14397",1622,45994 -"14398",1622,50991 -"14399",1623,3954 -"14400",1623,12122 -"14401",1623,19432 -"14402",1623,38347 -"14403",1623,42125 -"14404",1623,42420 -"14405",1623,49937 -"14406",1623,60746 -"14407",1623,61356 -"14408",1624,1708 -"14409",1624,2780 -"14410",1624,4256 -"14411",1624,6507 -"14412",1624,7580 -"14413",1624,11302 -"14414",1624,15243 -"14415",1624,17079 -"14416",1624,21028 -"14417",1624,21889 -"14418",1624,23952 -"14419",1624,31684 -"14420",1624,33974 -"14421",1624,46130 -"14422",1624,54452 -"14423",1624,69454 -"14424",1624,84935 -"14425",1624,106998 -"14426",1624,115828 -"14427",1625,2045 -"14428",1626,4320 -"14429",1626,29113 -"14430",1626,31444 -"14431",1626,38597 -"14432",1626,49309 -"14433",1626,49655 -"14434",1626,64530 -"14435",1627,1834 -"14436",1627,28682 -"14437",1628,10888 -"14438",1628,34666 -"14439",1628,70574 -"14440",1629,11841 -"14441",1629,13211 -"14442",1629,13333 -"14443",1629,14820 -"14444",1629,24327 -"14445",1629,41580 -"14446",1629,68704 -"14447",1629,76483 -"14448",1629,104839 -"14449",1629,108954 -"14450",1630,6487 -"14451",1630,6517 -"14452",1630,20312 -"14453",1630,23705 -"14454",1630,26358 -"14455",1630,27837 -"14456",1630,28755 -"14457",1630,31072 -"14458",1630,34913 -"14459",1630,35509 -"14460",1630,37233 -"14461",1630,50092 -"14462",1630,58962 -"14463",1630,63489 -"14464",1630,65394 -"14465",1630,65625 -"14466",1630,70793 -"14467",1630,74214 -"14468",1630,84940 -"14469",1630,100226 -"14470",1630,105063 -"14471",1630,121664 -"14472",1631,1883 -"14473",1631,2147 -"14474",1631,112494 -"14475",1631,119797 -"14476",1632,16744 -"14477",1632,50735 -"14478",1632,51752 -"14479",1633,7787 -"14480",1633,69299 -"14481",1634,2150 -"14482",1634,41946 -"14483",1634,57897 -"14484",1635,3364 -"14485",1635,8354 -"14486",1635,10473 -"14487",1635,11635 -"14488",1635,19060 -"14489",1635,19807 -"14490",1635,23614 -"14491",1635,38434 -"14492",1635,41091 -"14493",1635,63453 -"14494",1635,87162 -"14495",1636,15153 -"14496",1636,22369 -"14497",1636,26180 -"14498",1636,31289 -"14499",1636,47839 -"14500",1636,61282 -"14501",1636,65935 -"14502",1636,76514 -"14503",1636,94532 -"14504",1637,17504 -"14505",1637,25846 -"14506",1637,30599 -"14507",1637,42387 -"14508",1637,53879 -"14509",1637,57285 -"14510",1637,57300 -"14511",1637,68905 -"14512",1637,69160 -"14513",1638,3651 -"14514",1639,5056 -"14515",1639,5227 -"14516",1639,5750 -"14517",1639,11348 -"14518",1639,11460 -"14519",1639,16780 -"14520",1639,37394 -"14521",1639,48289 -"14522",1639,53618 -"14523",1639,61262 -"14524",1639,75036 -"14525",1639,76770 -"14526",1639,80783 -"14527",1639,93929 -"14528",1639,93949 -"14529",1640,2198 -"14530",1640,4116 -"14531",1640,6409 -"14532",1640,8819 -"14533",1640,10067 -"14534",1640,27162 -"14535",1640,28880 -"14536",1640,31352 -"14537",1640,50015 -"14538",1640,80426 -"14539",1640,113373 -"14540",1641,13072 -"14541",1641,22129 -"14542",1641,25117 -"14543",1641,27622 -"14544",1641,29053 -"14545",1641,34865 -"14546",1641,36837 -"14547",1641,41785 -"14548",1641,43008 -"14549",1641,53497 -"14550",1641,55829 -"14551",1641,63477 -"14552",1641,100241 -"14553",1642,12365 -"14554",1642,23145 -"14555",1642,23407 -"14556",1642,60867 -"14557",1642,69254 -"14558",1643,3647 -"14559",1643,5771 -"14560",1643,28105 -"14561",1643,32774 -"14562",1643,38826 -"14563",1643,49220 -"14564",1643,63542 -"14565",1643,71761 -"14566",1644,13963 -"14567",1644,36862 -"14568",1644,51338 -"14569",1644,53966 -"14570",1644,94842 -"14571",1645,45557 -"14572",1645,64139 -"14573",1646,76649 -"14574",1647,2070 -"14575",1647,2128 -"14576",1647,2138 -"14577",1647,2228 -"14578",1648,5581 -"14579",1648,67702 -"14580",1648,76099 -"14581",1648,85595 -"14582",1649,49618 -"14583",1649,75447 -"14584",1650,1651 -"14585",1650,2389 -"14586",1650,16688 -"14587",1650,89713 -"14588",1651,4985 -"14589",1651,31702 -"14590",1651,35706 -"14591",1651,37871 -"14592",1651,39062 -"14593",1651,42455 -"14594",1651,61576 -"14595",1651,84700 -"14596",1652,9889 -"14597",1653,3697 -"14598",1653,5555 -"14599",1653,7787 -"14600",1653,12511 -"14601",1653,12516 -"14602",1653,23364 -"14603",1653,24459 -"14604",1653,25372 -"14605",1653,29488 -"14606",1653,33103 -"14607",1653,34845 -"14608",1653,38354 -"14609",1653,47934 -"14610",1653,53640 -"14611",1653,77752 -"14612",1653,79589 -"14613",1653,84080 -"14614",1653,102684 -"14615",1653,109627 -"14616",1654,44363 -"14617",1654,44396 -"14618",1655,31070 -"14619",1656,21750 -"14620",1656,53613 -"14621",1656,85388 -"14622",1657,9769 -"14623",1657,41784 -"14624",1657,88357 -"14625",1658,5610 -"14626",1658,7095 -"14627",1658,12517 -"14628",1658,13270 -"14629",1658,20434 -"14630",1658,21811 -"14631",1658,22807 -"14632",1658,23100 -"14633",1658,26007 -"14634",1658,31890 -"14635",1658,31901 -"14636",1658,41968 -"14637",1658,43614 -"14638",1658,50001 -"14639",1658,58646 -"14640",1658,82657 -"14641",1659,1713 -"14642",1659,1714 -"14643",1659,10066 -"14644",1659,29511 -"14645",1659,31413 -"14646",1659,63777 -"14647",1659,94019 -"14648",1659,123220 -"14649",1660,9162 -"14650",1660,9750 -"14651",1660,10258 -"14652",1660,13700 -"14653",1660,26444 -"14654",1661,3404 -"14655",1661,19149 -"14656",1661,37438 -"14657",1663,10883 -"14658",1663,25529 -"14659",1663,53846 -"14660",1663,75831 -"14661",1663,92881 -"14662",1664,16240 -"14663",1664,48617 -"14664",1664,66491 -"14665",1664,73436 -"14666",1664,83114 -"14667",1665,3489 -"14668",1665,19924 -"14669",1665,24847 -"14670",1665,25505 -"14671",1665,39907 -"14672",1665,49055 -"14673",1665,49152 -"14674",1665,54579 -"14675",1666,1723 -"14676",1666,11916 -"14677",1666,19601 -"14678",1666,28126 -"14679",1666,35595 -"14680",1666,69696 -"14681",1666,83892 -"14682",1667,8082 -"14683",1667,50030 -"14684",1667,57034 -"14685",1668,8520 -"14686",1668,10465 -"14687",1668,10534 -"14688",1668,40466 -"14689",1669,6980 -"14690",1669,59166 -"14691",1669,85725 -"14692",1670,5567 -"14693",1670,5982 -"14694",1670,28492 -"14695",1670,30669 -"14696",1670,38440 -"14697",1670,60936 -"14698",1671,1707 -"14699",1671,4270 -"14700",1671,11429 -"14701",1671,13171 -"14702",1671,14165 -"14703",1671,18357 -"14704",1671,33041 -"14705",1671,53024 -"14706",1671,62949 -"14707",1671,65174 -"14708",1672,2262 -"14709",1672,15864 -"14710",1672,16059 -"14711",1672,18917 -"14712",1672,28875 -"14713",1672,29983 -"14714",1672,36237 -"14715",1672,39872 -"14716",1672,43457 -"14717",1672,49763 -"14718",1672,49814 -"14719",1672,49942 -"14720",1672,102074 -"14721",1673,12016 -"14722",1673,83019 -"14723",1675,88197 -"14724",1675,88563 -"14725",1675,104126 -"14726",1675,117069 -"14727",1676,5252 -"14728",1676,5810 -"14729",1676,16497 -"14730",1676,17240 -"14731",1676,17448 -"14732",1676,19528 -"14733",1676,26608 -"14734",1676,31968 -"14735",1676,41272 -"14736",1676,47355 -"14737",1676,53155 -"14738",1676,53789 -"14739",1677,1732 -"14740",1677,1733 -"14741",1677,20895 -"14742",1678,51829 -"14743",1678,110437 -"14744",1679,42448 -"14745",1679,53055 -"14746",1679,109992 -"14747",1680,5692 -"14748",1680,75868 -"14749",1680,78500 -"14750",1681,1753 -"14751",1681,1754 -"14752",1681,6437 -"14753",1681,28986 -"14754",1681,43140 -"14755",1681,80396 -"14756",1681,111241 -"14757",1682,10946 -"14758",1682,54930 -"14759",1682,92073 -"14760",1683,1727 -"14761",1683,8174 -"14762",1683,10620 -"14763",1683,16747 -"14764",1683,41148 -"14765",1683,41158 -"14766",1683,45927 -"14767",1683,46114 -"14768",1683,65508 -"14769",1684,2070 -"14770",1684,3400 -"14771",1684,3920 -"14772",1684,4668 -"14773",1684,4669 -"14774",1684,6298 -"14775",1684,7868 -"14776",1684,10300 -"14777",1684,14819 -"14778",1684,16715 -"14779",1684,18066 -"14780",1684,23462 -"14781",1684,23528 -"14782",1684,25646 -"14783",1684,27775 -"14784",1684,28869 -"14785",1684,41659 -"14786",1684,45357 -"14787",1684,46142 -"14788",1684,46786 -"14789",1684,64578 -"14790",1684,76854 -"14791",1684,83758 -"14792",1684,100672 -"14793",1684,103554 -"14794",1684,105122 -"14795",1685,2324 -"14796",1685,4063 -"14797",1685,4508 -"14798",1685,12007 -"14799",1685,12688 -"14800",1685,13671 -"14801",1685,16646 -"14802",1685,18097 -"14803",1685,18871 -"14804",1685,34200 -"14805",1685,36444 -"14806",1685,40948 -"14807",1685,41274 -"14808",1685,58761 -"14809",1685,69934 -"14810",1685,76676 -"14811",1686,2269 -"14812",1686,4004 -"14813",1686,4041 -"14814",1686,4402 -"14815",1686,4567 -"14816",1686,8181 -"14817",1686,9005 -"14818",1686,10997 -"14819",1686,11507 -"14820",1686,14057 -"14821",1686,15045 -"14822",1686,15470 -"14823",1686,17275 -"14824",1686,18293 -"14825",1686,18825 -"14826",1686,18924 -"14827",1686,21080 -"14828",1686,22519 -"14829",1686,23825 -"14830",1686,24423 -"14831",1686,24935 -"14832",1686,27487 -"14833",1686,31091 -"14834",1686,34252 -"14835",1686,34273 -"14836",1686,34284 -"14837",1686,34317 -"14838",1686,67744 -"14839",1686,70605 -"14840",1686,82908 -"14841",1686,91744 -"14842",1688,1844 -"14843",1688,53728 -"14844",1688,59138 -"14845",1688,66098 -"14846",1688,107738 -"14847",1689,50971 -"14848",1689,78887 -"14849",1689,101098 -"14850",1690,18626 -"14851",1690,47044 -"14852",1690,54346 -"14853",1690,79816 -"14854",1690,94494 -"14855",1691,1711 -"14856",1691,3392 -"14857",1691,3407 -"14858",1691,3890 -"14859",1691,4000 -"14860",1691,6390 -"14861",1691,7063 -"14862",1691,7320 -"14863",1691,8055 -"14864",1691,9689 -"14865",1691,10079 -"14866",1691,13167 -"14867",1691,13294 -"14868",1691,15841 -"14869",1691,17562 -"14870",1691,20407 -"14871",1691,22072 -"14872",1691,24326 -"14873",1691,24649 -"14874",1691,27158 -"14875",1691,32940 -"14876",1691,33622 -"14877",1691,34314 -"14878",1691,36205 -"14879",1691,36439 -"14880",1691,39588 -"14881",1691,40099 -"14882",1691,41224 -"14883",1691,46483 -"14884",1691,46621 -"14885",1691,47585 -"14886",1691,53011 -"14887",1691,59603 -"14888",1691,62407 -"14889",1691,62726 -"14890",1691,68569 -"14891",1691,73374 -"14892",1691,74636 -"14893",1691,76127 -"14894",1691,76192 -"14895",1691,78925 -"14896",1691,79136 -"14897",1691,81413 -"14898",1691,84607 -"14899",1691,88232 -"14900",1691,90643 -"14901",1691,91411 -"14902",1691,92592 -"14903",1691,93540 -"14904",1691,93699 -"14905",1691,94027 -"14906",1691,100502 -"14907",1691,101016 -"14908",1691,105903 -"14909",1691,105950 -"14910",1691,105951 -"14911",1691,105952 -"14912",1691,105988 -"14913",1692,1758 -"14914",1692,1802 -"14915",1692,1809 -"14916",1692,1847 -"14917",1692,2093 -"14918",1692,5845 -"14919",1692,11121 -"14920",1692,19134 -"14921",1692,21876 -"14922",1692,31046 -"14923",1692,49193 -"14924",1692,75422 -"14925",1692,81243 -"14926",1693,18891 -"14927",1693,75381 -"14928",1694,70716 -"14929",1694,81693 -"14930",1694,81757 -"14931",1694,81792 -"14932",1694,94582 -"14933",1695,3903 -"14934",1695,16992 -"14935",1695,25535 -"14936",1695,30845 -"14937",1695,32984 -"14938",1695,35064 -"14939",1695,76020 -"14940",1696,38795 -"14941",1696,71214 -"14942",1696,98331 -"14943",1696,110581 -"14944",1697,121482 -"14945",1698,54017 -"14946",1698,76906 -"14947",1698,80597 -"14948",1698,83390 -"14949",1698,83421 -"14950",1699,1759 -"14951",1699,4619 -"14952",1699,18475 -"14953",1699,39802 -"14954",1699,47069 -"14955",1699,52205 -"14956",1699,53029 -"14957",1699,57287 -"14958",1699,58262 -"14959",1699,78725 -"14960",1699,84185 -"14961",1699,95723 -"14962",1699,117561 -"14963",1700,1821 -"14964",1700,15921 -"14965",1700,20725 -"14966",1700,22116 -"14967",1700,26977 -"14968",1700,28511 -"14969",1700,32345 -"14970",1700,35967 -"14971",1700,37351 -"14972",1700,45677 -"14973",1700,47767 -"14974",1700,55165 -"14975",1700,66105 -"14976",1700,67423 -"14977",1700,68364 -"14978",1700,69429 -"14979",1700,70625 -"14980",1700,71219 -"14981",1700,71259 -"14982",1700,86925 -"14983",1700,107785 -"14984",1700,117306 -"14985",1701,58829 -"14986",1701,69566 -"14987",1701,94625 -"14988",1701,97015 -"14989",1701,100696 -"14990",1701,116278 -"14991",1702,11921 -"14992",1702,12770 -"14993",1702,12823 -"14994",1702,15487 -"14995",1702,15535 -"14996",1702,15670 -"14997",1702,25170 -"14998",1702,38785 -"14999",1702,44322 -"15000",1702,45107 -"15001",1702,47460 -"15002",1702,49643 -"15003",1702,55028 -"15004",1702,68040 -"15005",1702,72919 -"15006",1702,72948 -"15007",1702,81798 -"15008",1703,1704 -"15009",1704,26320 -"15010",1704,46743 -"15011",1704,72170 -"15012",1704,77920 -"15013",1705,98429 -"15014",1706,2457 -"15015",1706,35042 -"15016",1707,13171 -"15017",1707,14165 -"15018",1707,18357 -"15019",1707,23668 -"15020",1707,23752 -"15021",1707,25868 -"15022",1707,57037 -"15023",1707,62949 -"15024",1707,81263 -"15025",1708,2780 -"15026",1708,6507 -"15027",1708,7580 -"15028",1708,7604 -"15029",1708,8753 -"15030",1708,17079 -"15031",1708,17453 -"15032",1708,26743 -"15033",1708,33974 -"15034",1708,35092 -"15035",1708,39312 -"15036",1708,42382 -"15037",1708,46616 -"15038",1708,47607 -"15039",1708,53584 -"15040",1708,73701 -"15041",1708,76796 -"15042",1708,78341 -"15043",1708,78396 -"15044",1708,87295 -"15045",1708,90456 -"15046",1708,99425 -"15047",1709,59265 -"15048",1710,1748 -"15049",1710,11595 -"15050",1710,28610 -"15051",1711,36439 -"15052",1711,41224 -"15053",1711,93699 -"15054",1712,2846 -"15055",1712,10277 -"15056",1712,21223 -"15057",1712,104270 -"15058",1713,1714 -"15059",1713,1875 -"15060",1713,7858 -"15061",1713,50284 -"15062",1713,92529 -"15063",1715,1716 -"15064",1716,20856 -"15065",1716,48477 -"15066",1716,53792 -"15067",1716,67536 -"15068",1716,70456 -"15069",1716,77576 -"15070",1716,92840 -"15071",1717,11290 -"15072",1717,91112 -"15073",1718,41159 -"15074",1718,52618 -"15075",1719,1777 -"15076",1719,2640 -"15077",1719,2662 -"15078",1719,3984 -"15079",1719,4057 -"15080",1719,4940 -"15081",1719,5444 -"15082",1719,7323 -"15083",1719,7605 -"15084",1719,9553 -"15085",1719,11007 -"15086",1719,15273 -"15087",1719,22749 -"15088",1719,35256 -"15089",1719,37570 -"15090",1719,37682 -"15091",1719,39548 -"15092",1719,48696 -"15093",1719,58357 -"15094",1719,62496 -"15095",1719,68610 -"15096",1719,71415 -"15097",1719,71496 -"15098",1720,14885 -"15099",1720,14925 -"15100",1720,17431 -"15101",1720,20529 -"15102",1720,25760 -"15103",1720,35909 -"15104",1720,35910 -"15105",1720,35935 -"15106",1720,36001 -"15107",1720,36029 -"15108",1720,36045 -"15109",1720,36046 -"15110",1720,36080 -"15111",1720,36081 -"15112",1720,36082 -"15113",1720,36102 -"15114",1721,10543 -"15115",1721,13868 -"15116",1721,17351 -"15117",1721,26295 -"15118",1721,27642 -"15119",1721,46042 -"15120",1721,48671 -"15121",1721,69652 -"15122",1721,101446 -"15123",1722,15089 -"15124",1722,18059 -"15125",1722,59013 -"15126",1722,59038 -"15127",1724,20174 -"15128",1724,20770 -"15129",1724,35784 -"15130",1724,36979 -"15131",1724,52896 -"15132",1724,99066 -"15133",1725,7231 -"15134",1726,5447 -"15135",1726,6917 -"15136",1726,8777 -"15137",1726,20745 -"15138",1726,20892 -"15139",1726,38133 -"15140",1726,39421 -"15141",1726,40711 -"15142",1726,46916 -"15143",1726,57591 -"15144",1726,65777 -"15145",1726,74333 -"15146",1726,98576 -"15147",1726,98711 -"15148",1726,98712 -"15149",1727,10620 -"15150",1727,16747 -"15151",1727,32267 -"15152",1727,34595 -"15153",1727,40775 -"15154",1727,41148 -"15155",1727,41158 -"15156",1727,45974 -"15157",1727,49472 -"15158",1727,65508 -"15159",1727,82735 -"15160",1728,1829 -"15161",1728,2275 -"15162",1728,9444 -"15163",1728,20745 -"15164",1728,33538 -"15165",1728,42066 -"15166",1728,54047 -"15167",1728,61333 -"15168",1728,69338 -"15169",1728,76482 -"15170",1728,102943 -"15171",1729,10612 -"15172",1729,49664 -"15173",1729,54929 -"15174",1729,61542 -"15175",1730,6823 -"15176",1730,94597 -"15177",1730,102951 -"15178",1731,4415 -"15179",1732,1733 -"15180",1733,59615 -"15181",1734,41191 -"15182",1734,83616 -"15183",1735,1970 -"15184",1735,6992 -"15185",1735,17026 -"15186",1735,27829 -"15187",1735,33314 -"15188",1735,34641 -"15189",1735,35053 -"15190",1735,39365 -"15191",1735,64496 -"15192",1735,74187 -"15193",1735,104789 -"15194",1735,115237 -"15195",1735,117186 -"15196",1735,120467 -"15197",1736,10956 -"15198",1736,87653 -"15199",1737,17394 -"15200",1737,23796 -"15201",1737,23899 -"15202",1737,23902 -"15203",1737,72435 -"15204",1738,6663 -"15205",1738,8785 -"15206",1738,13537 -"15207",1738,17814 -"15208",1738,22826 -"15209",1738,23355 -"15210",1738,30866 -"15211",1738,31857 -"15212",1738,32109 -"15213",1738,35894 -"15214",1738,51427 -"15215",1738,52838 -"15216",1738,108119 -"15217",1739,10563 -"15218",1739,15259 -"15219",1739,21220 -"15220",1739,45188 -"15221",1739,66527 -"15222",1739,86375 -"15223",1739,95065 -"15224",1739,96028 -"15225",1740,32989 -"15226",1740,46491 -"15227",1740,95491 -"15228",1740,103895 -"15229",1740,106257 -"15230",1741,1742 -"15231",1742,9259 -"15232",1742,15809 -"15233",1742,61779 -"15234",1742,68862 -"15235",1742,101642 -"15236",1743,4723 -"15237",1743,4879 -"15238",1743,7703 -"15239",1743,36808 -"15240",1743,53144 -"15241",1743,53569 -"15242",1743,82076 -"15243",1743,102220 -"15244",1743,104260 -"15245",1743,109409 -"15246",1743,109427 -"15247",1743,109437 -"15248",1744,6531 -"15249",1744,13306 -"15250",1744,26546 -"15251",1744,31372 -"15252",1744,35813 -"15253",1744,83483 -"15254",1745,27809 -"15255",1745,37573 -"15256",1745,63159 -"15257",1745,86319 -"15258",1745,104836 -"15259",1746,6470 -"15260",1746,9187 -"15261",1746,15472 -"15262",1746,50482 -"15263",1746,58568 -"15264",1746,61947 -"15265",1746,64009 -"15266",1746,67739 -"15267",1746,86181 -"15268",1746,86233 -"15269",1746,88717 -"15270",1746,88828 -"15271",1746,95453 -"15272",1746,99423 -"15273",1746,105574 -"15274",1746,106269 -"15275",1746,121370 -"15276",1746,121410 -"15277",1746,121411 -"15278",1747,3513 -"15279",1747,23710 -"15280",1747,27476 -"15281",1747,54389 -"15282",1747,56577 -"15283",1747,58715 -"15284",1747,65551 -"15285",1747,103218 -"15286",1748,25588 -"15287",1748,58177 -"15288",1748,109264 -"15289",1749,18962 -"15290",1749,20267 -"15291",1749,41581 -"15292",1749,56839 -"15293",1749,59904 -"15294",1749,74852 -"15295",1749,100182 -"15296",1750,24267 -"15297",1751,7491 -"15298",1751,11297 -"15299",1751,18741 -"15300",1751,22530 -"15301",1751,30749 -"15302",1751,53916 -"15303",1751,59609 -"15304",1751,64615 -"15305",1751,78366 -"15306",1751,87960 -"15307",1751,88049 -"15308",1751,97377 -"15309",1751,103572 -"15310",1751,103718 -"15311",1751,105284 -"15312",1751,105292 -"15313",1751,105301 -"15314",1751,122577 -"15315",1751,122716 -"15316",1752,5705 -"15317",1752,6712 -"15318",1752,7944 -"15319",1752,8856 -"15320",1752,9933 -"15321",1752,12171 -"15322",1752,12410 -"15323",1752,15019 -"15324",1752,15532 -"15325",1752,15908 -"15326",1752,17536 -"15327",1752,18270 -"15328",1752,20449 -"15329",1752,21088 -"15330",1752,23847 -"15331",1752,24012 -"15332",1752,24910 -"15333",1752,25758 -"15334",1752,26537 -"15335",1752,26872 -"15336",1752,28767 -"15337",1752,28871 -"15338",1752,30334 -"15339",1752,35496 -"15340",1752,37610 -"15341",1752,37636 -"15342",1752,39435 -"15343",1752,40131 -"15344",1752,40166 -"15345",1752,40392 -"15346",1752,40905 -"15347",1752,41030 -"15348",1752,41527 -"15349",1752,41529 -"15350",1752,41778 -"15351",1752,43147 -"15352",1752,43234 -"15353",1752,43858 -"15354",1752,44828 -"15355",1752,45657 -"15356",1752,45933 -"15357",1752,46434 -"15358",1752,46788 -"15359",1752,47123 -"15360",1752,47488 -"15361",1752,48909 -"15362",1752,49859 -"15363",1752,50064 -"15364",1752,50067 -"15365",1752,50554 -"15366",1752,50879 -"15367",1752,51783 -"15368",1752,52018 -"15369",1752,53444 -"15370",1752,53527 -"15371",1752,53555 -"15372",1752,54275 -"15373",1752,56628 -"15374",1752,58004 -"15375",1752,58068 -"15376",1752,58633 -"15377",1752,61111 -"15378",1752,61127 -"15379",1752,68287 -"15380",1752,74233 -"15381",1753,1754 -"15382",1753,93089 -"15383",1753,119447 -"15384",1754,7878 -"15385",1754,15260 -"15386",1754,29034 -"15387",1754,35742 -"15388",1754,39928 -"15389",1754,46608 -"15390",1754,69514 -"15391",1754,80756 -"15392",1754,95890 -"15393",1754,100129 -"15394",1755,3139 -"15395",1755,3153 -"15396",1755,3662 -"15397",1755,4724 -"15398",1755,5803 -"15399",1755,12155 -"15400",1755,13075 -"15401",1755,13518 -"15402",1755,14548 -"15403",1755,19128 -"15404",1755,23312 -"15405",1755,23648 -"15406",1755,27427 -"15407",1755,30603 -"15408",1755,38166 -"15409",1755,39291 -"15410",1755,45175 -"15411",1755,45391 -"15412",1755,48283 -"15413",1755,51243 -"15414",1755,51328 -"15415",1755,57836 -"15416",1756,6004 -"15417",1756,16106 -"15418",1756,29193 -"15419",1756,38891 -"15420",1756,55386 -"15421",1756,57402 -"15422",1756,65419 -"15423",1756,82924 -"15424",1756,87550 -"15425",1756,95451 -"15426",1756,113860 -"15427",1756,113881 -"15428",1757,1800 -"15429",1757,17743 -"15430",1757,33107 -"15431",1757,41686 -"15432",1757,48277 -"15433",1758,1809 -"15434",1758,1847 -"15435",1758,2093 -"15436",1758,36563 -"15437",1758,50564 -"15438",1758,50665 -"15439",1758,57942 -"15440",1758,66682 -"15441",1758,88374 -"15442",1758,90436 -"15443",1758,91656 -"15444",1758,94721 -"15445",1758,97800 -"15446",1758,122663 -"15447",1759,15465 -"15448",1759,46650 -"15449",1760,6506 -"15450",1761,2552 -"15451",1761,15118 -"15452",1761,19899 -"15453",1761,23433 -"15454",1761,27926 -"15455",1761,30917 -"15456",1761,34832 -"15457",1761,39968 -"15458",1761,44272 -"15459",1761,48698 -"15460",1761,49071 -"15461",1761,55440 -"15462",1761,85203 -"15463",1762,46309 -"15464",1762,62167 -"15465",1762,64817 -"15466",1762,71652 -"15467",1762,89426 -"15468",1762,101099 -"15469",1762,112964 -"15470",1762,119705 -"15471",1763,62284 -"15472",1763,78599 -"15473",1763,93025 -"15474",1764,11611 -"15475",1764,38950 -"15476",1764,45975 -"15477",1764,55945 -"15478",1764,59963 -"15479",1764,102307 -"15480",1765,33181 -"15481",1765,44017 -"15482",1765,47418 -"15483",1765,47762 -"15484",1765,51767 -"15485",1765,60563 -"15486",1766,5658 -"15487",1766,6936 -"15488",1766,9389 -"15489",1766,19894 -"15490",1766,23519 -"15491",1766,25743 -"15492",1766,26414 -"15493",1766,26911 -"15494",1766,45802 -"15495",1766,48191 -"15496",1766,56872 -"15497",1766,58854 -"15498",1766,76920 -"15499",1766,85284 -"15500",1766,88858 -"15501",1766,88887 -"15502",1767,2609 -"15503",1767,2644 -"15504",1767,9319 -"15505",1767,35527 -"15506",1767,43404 -"15507",1767,55084 -"15508",1767,72664 -"15509",1767,84505 -"15510",1767,111593 -"15511",1768,1902 -"15512",1768,15765 -"15513",1768,18288 -"15514",1768,26110 -"15515",1768,34934 -"15516",1768,36933 -"15517",1768,48387 -"15518",1768,53124 -"15519",1768,61290 -"15520",1768,66785 -"15521",1768,70463 -"15522",1768,70601 -"15523",1768,72026 -"15524",1768,82909 -"15525",1768,91433 -"15526",1768,96231 -"15527",1768,96239 -"15528",1768,115749 -"15529",1769,1873 -"15530",1769,1875 -"15531",1769,10827 -"15532",1769,29511 -"15533",1769,67781 -"15534",1770,13907 -"15535",1770,55667 -"15536",1771,35400 -"15537",1772,1858 -"15538",1772,18414 -"15539",1772,27104 -"15540",1772,75278 -"15541",1773,2339 -"15542",1775,15384 -"15543",1775,48698 -"15544",1776,1901 -"15545",1776,1939 -"15546",1776,3715 -"15547",1776,3827 -"15548",1776,5154 -"15549",1776,13573 -"15550",1776,16380 -"15551",1776,20186 -"15552",1776,20355 -"15553",1776,22575 -"15554",1776,24404 -"15555",1776,34507 -"15556",1776,49251 -"15557",1776,71869 -"15558",1777,2036 -"15559",1777,2640 -"15560",1777,2662 -"15561",1777,3830 -"15562",1777,4057 -"15563",1777,4940 -"15564",1777,4962 -"15565",1777,5078 -"15566",1777,5422 -"15567",1777,5427 -"15568",1777,5444 -"15569",1777,5457 -"15570",1777,5462 -"15571",1777,5489 -"15572",1777,5492 -"15573",1777,5504 -"15574",1777,7323 -"15575",1777,7591 -"15576",1777,7605 -"15577",1777,7755 -"15578",1777,8611 -"15579",1777,9553 -"15580",1777,19606 -"15581",1777,21649 -"15582",1777,22006 -"15583",1777,22749 -"15584",1777,33072 -"15585",1777,35256 -"15586",1777,37570 -"15587",1777,37682 -"15588",1777,38048 -"15589",1777,40019 -"15590",1777,54234 -"15591",1777,69498 -"15592",1777,73227 -"15593",1777,76364 -"15594",1777,81278 -"15595",1777,85430 -"15596",1777,89958 -"15597",1777,94440 -"15598",1777,96536 -"15599",1778,41638 -"15600",1778,82688 -"15601",1778,102060 -"15602",1778,102061 -"15603",1779,3851 -"15604",1779,31070 -"15605",1780,4811 -"15606",1780,6497 -"15607",1780,9495 -"15608",1780,21056 -"15609",1780,23465 -"15610",1780,26898 -"15611",1780,29960 -"15612",1780,34736 -"15613",1780,36280 -"15614",1780,41323 -"15615",1780,43361 -"15616",1780,45326 -"15617",1780,54890 -"15618",1780,60228 -"15619",1780,69570 -"15620",1781,1933 -"15621",1781,14380 -"15622",1781,17554 -"15623",1781,53801 -"15624",1781,54689 -"15625",1781,59872 -"15626",1781,65490 -"15627",1781,67438 -"15628",1781,70686 -"15629",1781,70875 -"15630",1781,70891 -"15631",1781,96003 -"15632",1781,100058 -"15633",1782,17650 -"15634",1782,38381 -"15635",1782,92794 -"15636",1782,103869 -"15637",1783,1961 -"15638",1783,2605 -"15639",1783,7174 -"15640",1783,7297 -"15641",1783,15849 -"15642",1783,22157 -"15643",1783,22442 -"15644",1783,25615 -"15645",1783,26484 -"15646",1783,26526 -"15647",1783,28126 -"15648",1783,28385 -"15649",1783,31163 -"15650",1783,32380 -"15651",1783,37658 -"15652",1783,53768 -"15653",1783,63200 -"15654",1783,63715 -"15655",1783,88151 -"15656",1783,102988 -"15657",1783,106599 -"15658",1784,1968 -"15659",1784,3317 -"15660",1784,32811 -"15661",1784,56429 -"15662",1784,92183 -"15663",1784,97936 -"15664",1784,109843 -"15665",1785,2737 -"15666",1785,3187 -"15667",1785,3366 -"15668",1785,8927 -"15669",1785,11324 -"15670",1785,11391 -"15671",1785,13609 -"15672",1785,20680 -"15673",1785,20820 -"15674",1785,26109 -"15675",1785,34616 -"15676",1785,39102 -"15677",1785,42744 -"15678",1785,45043 -"15679",1785,53282 -"15680",1785,54878 -"15681",1785,58059 -"15682",1785,69349 -"15683",1785,77323 -"15684",1785,86522 -"15685",1785,86546 -"15686",1785,88536 -"15687",1785,92553 -"15688",1785,93507 -"15689",1785,99188 -"15690",1785,103863 -"15691",1786,34400 -"15692",1787,10421 -"15693",1787,10579 -"15694",1787,14861 -"15695",1787,15313 -"15696",1787,15451 -"15697",1787,25197 -"15698",1787,39723 -"15699",1787,42246 -"15700",1787,53775 -"15701",1787,63910 -"15702",1787,76931 -"15703",1788,1790 -"15704",1788,11551 -"15705",1788,13945 -"15706",1788,22574 -"15707",1788,64447 -"15708",1788,67222 -"15709",1788,79124 -"15710",1788,92724 -"15711",1788,105540 -"15712",1788,105651 -"15713",1789,1989 -"15714",1789,13928 -"15715",1789,18565 -"15716",1789,27803 -"15717",1789,30509 -"15718",1789,30510 -"15719",1789,30548 -"15720",1789,31303 -"15721",1789,31304 -"15722",1789,39876 -"15723",1791,2030 -"15724",1791,2679 -"15725",1791,20635 -"15726",1791,23245 -"15727",1791,23355 -"15728",1791,52838 -"15729",1791,61191 -"15730",1791,78802 -"15731",1792,1878 -"15732",1792,15836 -"15733",1792,31257 -"15734",1792,45655 -"15735",1792,55635 -"15736",1793,1808 -"15737",1793,1825 -"15738",1793,1827 -"15739",1793,10350 -"15740",1794,12838 -"15741",1794,72470 -"15742",1794,89332 -"15743",1795,19687 -"15744",1795,30077 -"15745",1795,66125 -"15746",1795,104542 -"15747",1795,115804 -"15748",1795,115827 -"15749",1796,5965 -"15750",1796,10022 -"15751",1796,10280 -"15752",1796,10291 -"15753",1796,18574 -"15754",1796,48815 -"15755",1796,53963 -"15756",1797,4342 -"15757",1797,12845 -"15758",1797,15410 -"15759",1797,18030 -"15760",1797,24058 -"15761",1797,39115 -"15762",1797,47947 -"15763",1798,3217 -"15764",1798,6162 -"15765",1798,7330 -"15766",1798,10390 -"15767",1798,20269 -"15768",1798,31979 -"15769",1798,32015 -"15770",1798,35251 -"15771",1798,35611 -"15772",1798,35672 -"15773",1798,36512 -"15774",1798,39130 -"15775",1798,40278 -"15776",1798,42378 -"15777",1798,43240 -"15778",1798,46934 -"15779",1798,54879 -"15780",1798,72424 -"15781",1799,38700 -"15782",1800,2163 -"15783",1800,2406 -"15784",1800,6190 -"15785",1800,6655 -"15786",1800,23159 -"15787",1800,44079 -"15788",1800,48897 -"15789",1800,64398 -"15790",1800,64437 -"15791",1801,22892 -"15792",1801,26072 -"15793",1801,65993 -"15794",1801,76674 -"15795",1802,2477 -"15796",1802,8730 -"15797",1802,13984 -"15798",1802,22441 -"15799",1802,25161 -"15800",1802,33523 -"15801",1802,33998 -"15802",1802,40191 -"15803",1802,48715 -"15804",1802,51288 -"15805",1802,67246 -"15806",1803,2575 -"15807",1803,2583 -"15808",1803,2586 -"15809",1803,2616 -"15810",1803,4278 -"15811",1803,11978 -"15812",1803,21160 -"15813",1803,23919 -"15814",1803,24063 -"15815",1803,46020 -"15816",1803,66512 -"15817",1803,76450 -"15818",1803,82190 -"15819",1803,85230 -"15820",1803,92627 -"15821",1804,7861 -"15822",1804,13030 -"15823",1804,17785 -"15824",1804,17830 -"15825",1804,23686 -"15826",1804,23706 -"15827",1804,53304 -"15828",1804,57047 -"15829",1804,57778 -"15830",1804,66632 -"15831",1804,69751 -"15832",1804,83468 -"15833",1804,98181 -"15834",1804,102005 -"15835",1804,106821 -"15836",1804,120569 -"15837",1804,120584 -"15838",1804,120585 -"15839",1804,120586 -"15840",1804,120604 -"15841",1804,120627 -"15842",1804,120628 -"15843",1804,120629 -"15844",1804,120630 -"15845",1804,120652 -"15846",1804,123420 -"15847",1804,123421 -"15848",1805,4784 -"15849",1805,18193 -"15850",1805,41489 -"15851",1806,1828 -"15852",1806,3939 -"15853",1806,4175 -"15854",1806,4289 -"15855",1806,6419 -"15856",1806,7115 -"15857",1806,9950 -"15858",1806,14184 -"15859",1806,16127 -"15860",1806,16826 -"15861",1806,17158 -"15862",1806,18103 -"15863",1806,20061 -"15864",1806,22402 -"15865",1806,23461 -"15866",1806,25069 -"15867",1806,28409 -"15868",1806,38227 -"15869",1806,42250 -"15870",1806,42404 -"15871",1806,52294 -"15872",1806,52693 -"15873",1806,57644 -"15874",1806,58184 -"15875",1806,67902 -"15876",1806,69043 -"15877",1806,76208 -"15878",1806,82930 -"15879",1806,83772 -"15880",1806,84119 -"15881",1806,84318 -"15882",1806,84352 -"15883",1807,1842 -"15884",1807,15125 -"15885",1808,1825 -"15886",1808,1827 -"15887",1808,7906 -"15888",1808,19502 -"15889",1808,21274 -"15890",1808,26869 -"15891",1808,31819 -"15892",1808,33872 -"15893",1808,36917 -"15894",1808,45671 -"15895",1808,49477 -"15896",1808,59850 -"15897",1808,68399 -"15898",1808,119433 -"15899",1809,1847 -"15900",1809,2093 -"15901",1809,8733 -"15902",1809,24389 -"15903",1809,24454 -"15904",1809,39529 -"15905",1809,39651 -"15906",1809,39661 -"15907",1810,2690 -"15908",1811,18138 -"15909",1811,22289 -"15910",1811,40724 -"15911",1811,75098 -"15912",1811,76314 -"15913",1811,76767 -"15914",1811,92061 -"15915",1811,103563 -"15916",1811,103579 -"15917",1811,116257 -"15918",1812,89166 -"15919",1812,111327 -"15920",1813,3006 -"15921",1813,5619 -"15922",1813,6763 -"15923",1813,14764 -"15924",1813,19655 -"15925",1813,20725 -"15926",1813,21207 -"15927",1813,55582 -"15928",1813,69711 -"15929",1813,77465 -"15930",1813,81473 -"15931",1814,1815 -"15932",1814,10450 -"15933",1814,13700 -"15934",1814,13879 -"15935",1814,27771 -"15936",1814,27909 -"15937",1814,50581 -"15938",1814,54748 -"15939",1814,60808 -"15940",1816,19283 -"15941",1817,36020 -"15942",1817,51588 -"15943",1817,73668 -"15944",1817,77491 -"15945",1818,13518 -"15946",1818,61603 -"15947",1818,74909 -"15948",1819,3832 -"15949",1819,9545 -"15950",1819,12157 -"15951",1819,80492 -"15952",1820,6832 -"15953",1820,31307 -"15954",1820,40883 -"15955",1820,51196 -"15956",1820,62299 -"15957",1820,64535 -"15958",1820,79278 -"15959",1821,8402 -"15960",1821,8698 -"15961",1821,20443 -"15962",1821,29473 -"15963",1821,64310 -"15964",1821,74934 -"15965",1821,80714 -"15966",1822,14353 -"15967",1822,14366 -"15968",1822,24710 -"15969",1822,48939 -"15970",1822,76011 -"15971",1822,83826 -"15972",1823,15446 -"15973",1824,11261 -"15974",1824,22747 -"15975",1824,44808 -"15976",1824,57357 -"15977",1824,57568 -"15978",1824,95477 -"15979",1825,1827 -"15980",1825,91008 -"15981",1826,2731 -"15982",1826,8910 -"15983",1826,10977 -"15984",1826,13526 -"15985",1826,32046 -"15986",1826,53323 -"15987",1826,59340 -"15988",1826,113986 -"15989",1827,14893 -"15990",1828,4130 -"15991",1828,6047 -"15992",1828,9950 -"15993",1828,14032 -"15994",1828,16127 -"15995",1828,17158 -"15996",1828,20061 -"15997",1828,25069 -"15998",1828,27085 -"15999",1828,27187 -"16000",1828,28409 -"16001",1828,31767 -"16002",1828,42250 -"16003",1828,44005 -"16004",1828,44581 -"16005",1828,45506 -"16006",1828,46071 -"16007",1828,51299 -"16008",1828,52924 -"16009",1828,58565 -"16010",1828,78032 -"16011",1828,83772 -"16012",1828,86966 -"16013",1828,92478 -"16014",1828,93209 -"16015",1828,122076 -"16016",1829,2275 -"16017",1829,2878 -"16018",1829,8094 -"16019",1829,8868 -"16020",1829,13320 -"16021",1829,14520 -"16022",1829,15311 -"16023",1829,20121 -"16024",1829,26271 -"16025",1829,30351 -"16026",1829,93613 -"16027",1829,106832 -"16028",1830,83592 -"16029",1831,6270 -"16030",1831,7905 -"16031",1831,17134 -"16032",1831,25433 -"16033",1831,35078 -"16034",1831,40459 -"16035",1831,56804 -"16036",1831,56988 -"16037",1831,58907 -"16038",1832,32808 -"16039",1832,66327 -"16040",1832,78270 -"16041",1833,1840 -"16042",1833,5230 -"16043",1833,52688 -"16044",1834,84372 -"16045",1836,3643 -"16046",1837,2340 -"16047",1837,14400 -"16048",1837,35264 -"16049",1837,58527 -"16050",1837,76491 -"16051",1837,77402 -"16052",1837,77634 -"16053",1837,77810 -"16054",1837,77822 -"16055",1837,77869 -"16056",1838,6326 -"16057",1838,95123 -"16058",1839,2906 -"16059",1839,4028 -"16060",1839,7411 -"16061",1839,7444 -"16062",1839,10559 -"16063",1839,10635 -"16064",1839,12060 -"16065",1839,12792 -"16066",1839,22557 -"16067",1839,41499 -"16068",1839,41536 -"16069",1839,42953 -"16070",1839,54875 -"16071",1839,57423 -"16072",1839,57945 -"16073",1839,78267 -"16074",1839,89321 -"16075",1839,91679 -"16076",1841,67121 -"16077",1841,78968 -"16078",1842,15125 -"16079",1842,21877 -"16080",1842,24450 -"16081",1842,66197 -"16082",1842,81500 -"16083",1842,86474 -"16084",1842,103322 -"16085",1842,103723 -"16086",1842,114857 -"16087",1842,120960 -"16088",1842,122021 -"16089",1843,2734 -"16090",1844,9026 -"16091",1845,5321 -"16092",1845,11947 -"16093",1845,18111 -"16094",1845,18974 -"16095",1845,31337 -"16096",1846,2936 -"16097",1846,4915 -"16098",1846,21666 -"16099",1846,26983 -"16100",1846,38785 -"16101",1846,76423 -"16102",1846,98658 -"16103",1847,2005 -"16104",1847,2093 -"16105",1847,3233 -"16106",1847,3945 -"16107",1847,7729 -"16108",1847,17255 -"16109",1847,17956 -"16110",1847,25759 -"16111",1847,40702 -"16112",1847,50033 -"16113",1847,55939 -"16114",1847,84641 -"16115",1848,85951 -"16116",1849,43925 -"16117",1849,88967 -"16118",1849,114263 -"16119",1850,36522 -"16120",1850,63799 -"16121",1850,100198 -"16122",1851,13207 -"16123",1851,22680 -"16124",1851,31513 -"16125",1851,43991 -"16126",1851,94505 -"16127",1851,95578 -"16128",1851,97140 -"16129",1851,97933 -"16130",1851,101146 -"16131",1851,122206 -"16132",1852,11186 -"16133",1852,14879 -"16134",1852,14895 -"16135",1852,14926 -"16136",1853,59949 -"16137",1853,69009 -"16138",1853,76561 -"16139",1854,68411 -"16140",1854,118808 -"16141",1855,7224 -"16142",1856,93955 -"16143",1856,112085 -"16144",1856,116078 -"16145",1857,1869 -"16146",1857,2974 -"16147",1857,3595 -"16148",1857,4226 -"16149",1857,4456 -"16150",1857,4747 -"16151",1857,6672 -"16152",1857,9219 -"16153",1857,11078 -"16154",1857,19604 -"16155",1857,19899 -"16156",1857,24078 -"16157",1857,24789 -"16158",1857,25473 -"16159",1857,26451 -"16160",1857,26530 -"16161",1857,34651 -"16162",1857,64960 -"16163",1859,2296 -"16164",1859,2540 -"16165",1859,5313 -"16166",1859,6045 -"16167",1859,6977 -"16168",1859,9703 -"16169",1859,10807 -"16170",1859,11648 -"16171",1859,13674 -"16172",1859,15879 -"16173",1859,17313 -"16174",1859,20443 -"16175",1859,22116 -"16176",1859,22117 -"16177",1859,22164 -"16178",1859,22275 -"16179",1859,22561 -"16180",1859,22663 -"16181",1859,23539 -"16182",1859,26739 -"16183",1859,34496 -"16184",1859,37351 -"16185",1859,37832 -"16186",1859,45951 -"16187",1859,51607 -"16188",1859,57478 -"16189",1859,63669 -"16190",1859,76286 -"16191",1859,96386 -"16192",1860,53058 -"16193",1861,3441 -"16194",1861,23521 -"16195",1861,52311 -"16196",1861,87453 -"16197",1861,107846 -"16198",1862,1919 -"16199",1862,1928 -"16200",1863,2043 -"16201",1863,2044 -"16202",1864,2083 -"16203",1864,4935 -"16204",1864,71596 -"16205",1864,86646 -"16206",1864,113340 -"16207",1864,113392 -"16208",1864,113394 -"16209",1865,2908 -"16210",1865,3561 -"16211",1865,3994 -"16212",1865,4517 -"16213",1865,25399 -"16214",1865,34168 -"16215",1865,42853 -"16216",1865,46243 -"16217",1865,77969 -"16218",1865,82225 -"16219",1866,3230 -"16220",1866,4082 -"16221",1866,6201 -"16222",1866,6202 -"16223",1866,19290 -"16224",1866,19633 -"16225",1866,20094 -"16226",1866,20192 -"16227",1866,73018 -"16228",1866,77620 -"16229",1866,77806 -"16230",1866,86527 -"16231",1867,1871 -"16232",1867,8087 -"16233",1867,13702 -"16234",1867,30809 -"16235",1867,37577 -"16236",1867,37711 -"16237",1867,39193 -"16238",1867,54651 -"16239",1867,102911 -"16240",1867,107984 -"16241",1868,10625 -"16242",1868,33295 -"16243",1868,45140 -"16244",1868,83934 -"16245",1868,118003 -"16246",1869,4226 -"16247",1869,4456 -"16248",1869,4692 -"16249",1869,4747 -"16250",1869,6672 -"16251",1869,12019 -"16252",1869,19674 -"16253",1869,24914 -"16254",1869,26451 -"16255",1869,29073 -"16256",1869,29996 -"16257",1869,30898 -"16258",1869,34651 -"16259",1869,37190 -"16260",1869,43518 -"16261",1869,48260 -"16262",1869,55543 -"16263",1869,63523 -"16264",1869,85789 -"16265",1870,77745 -"16266",1872,24256 -"16267",1872,29089 -"16268",1872,29340 -"16269",1872,46221 -"16270",1872,88628 -"16271",1872,89246 -"16272",1873,1875 -"16273",1873,3643 -"16274",1873,10601 -"16275",1873,13145 -"16276",1873,19717 -"16277",1873,20230 -"16278",1873,21868 -"16279",1873,22620 -"16280",1873,22705 -"16281",1873,22759 -"16282",1873,22760 -"16283",1873,36018 -"16284",1873,43295 -"16285",1873,44100 -"16286",1873,46725 -"16287",1873,47854 -"16288",1873,49185 -"16289",1874,3729 -"16290",1874,21563 -"16291",1874,21564 -"16292",1874,21625 -"16293",1874,32302 -"16294",1874,33034 -"16295",1874,34197 -"16296",1875,4671 -"16297",1875,5126 -"16298",1875,7858 -"16299",1875,9660 -"16300",1875,15122 -"16301",1875,19717 -"16302",1875,21176 -"16303",1875,29468 -"16304",1875,34654 -"16305",1875,35955 -"16306",1875,37310 -"16307",1875,45561 -"16308",1875,46062 -"16309",1875,47854 -"16310",1875,48571 -"16311",1875,50284 -"16312",1875,92529 -"16313",1876,59624 -"16314",1876,72581 -"16315",1876,96565 -"16316",1876,96676 -"16317",1877,10312 -"16318",1877,21113 -"16319",1877,23786 -"16320",1877,40684 -"16321",1877,63013 -"16322",1877,71493 -"16323",1877,82427 -"16324",1877,86395 -"16325",1878,5263 -"16326",1878,17423 -"16327",1878,22420 -"16328",1878,36422 -"16329",1878,46185 -"16330",1878,46563 -"16331",1878,67383 -"16332",1878,68744 -"16333",1878,81865 -"16334",1879,1886 -"16335",1879,1907 -"16336",1879,1945 -"16337",1879,1956 -"16338",1879,13525 -"16339",1879,15011 -"16340",1879,18748 -"16341",1879,27051 -"16342",1879,29504 -"16343",1879,46678 -"16344",1879,50662 -"16345",1879,97096 -"16346",1879,104265 -"16347",1879,104516 -"16348",1879,104523 -"16349",1880,44832 -"16350",1880,80434 -"16351",1880,101200 -"16352",1880,101211 -"16353",1880,101719 -"16354",1881,1911 -"16355",1881,13284 -"16356",1881,78546 -"16357",1881,83201 -"16358",1882,5991 -"16359",1882,6285 -"16360",1882,8987 -"16361",1882,12181 -"16362",1882,27184 -"16363",1882,27776 -"16364",1882,28770 -"16365",1883,2147 -"16366",1883,32091 -"16367",1883,43913 -"16368",1884,2137 -"16369",1884,4082 -"16370",1884,5352 -"16371",1884,9330 -"16372",1884,13081 -"16373",1884,15289 -"16374",1884,16772 -"16375",1884,34555 -"16376",1884,41199 -"16377",1884,76858 -"16378",1884,102214 -"16379",1885,3533 -"16380",1885,4314 -"16381",1885,14861 -"16382",1885,16912 -"16383",1885,17077 -"16384",1885,31049 -"16385",1885,42225 -"16386",1885,60295 -"16387",1885,63582 -"16388",1886,1907 -"16389",1886,1945 -"16390",1886,1956 -"16391",1886,3476 -"16392",1886,13754 -"16393",1886,27051 -"16394",1886,37060 -"16395",1886,73272 -"16396",1886,108197 -"16397",1887,11120 -"16398",1887,106282 -"16399",1887,106293 -"16400",1887,106305 -"16401",1888,1904 -"16402",1888,6616 -"16403",1888,6618 -"16404",1888,6914 -"16405",1888,11926 -"16406",1888,14631 -"16407",1888,15762 -"16408",1888,22466 -"16409",1888,35471 -"16410",1888,35481 -"16411",1888,59505 -"16412",1888,61219 -"16413",1888,71560 -"16414",1888,71808 -"16415",1888,78076 -"16416",1888,91904 -"16417",1888,98166 -"16418",1888,101927 -"16419",1888,117950 -"16420",1888,122545 -"16421",1889,44193 -"16422",1889,90379 -"16423",1889,93985 -"16424",1890,13535 -"16425",1890,19520 -"16426",1890,20545 -"16427",1890,24177 -"16428",1890,83968 -"16429",1891,16121 -"16430",1891,37051 -"16431",1891,46995 -"16432",1891,79569 -"16433",1892,1969 -"16434",1892,2050 -"16435",1892,3303 -"16436",1892,3324 -"16437",1893,77256 -"16438",1893,111332 -"16439",1894,10973 -"16440",1894,44852 -"16441",1894,110896 -"16442",1895,2055 -"16443",1895,8266 -"16444",1895,10760 -"16445",1895,11485 -"16446",1895,11946 -"16447",1895,14891 -"16448",1895,17201 -"16449",1895,17302 -"16450",1895,18397 -"16451",1895,20056 -"16452",1895,20653 -"16453",1895,26443 -"16454",1895,28043 -"16455",1895,28438 -"16456",1895,28568 -"16457",1895,29296 -"16458",1895,31168 -"16459",1895,31170 -"16460",1895,31181 -"16461",1895,31182 -"16462",1895,31184 -"16463",1895,31238 -"16464",1895,31247 -"16465",1895,31269 -"16466",1895,31314 -"16467",1896,17362 -"16468",1896,89036 -"16469",1896,102226 -"16470",1896,104852 -"16471",1896,106458 -"16472",1896,106576 -"16473",1897,2348 -"16474",1897,2349 -"16475",1897,2879 -"16476",1897,4260 -"16477",1897,18571 -"16478",1897,27783 -"16479",1897,39614 -"16480",1897,52971 -"16481",1897,58686 -"16482",1897,76807 -"16483",1897,79818 -"16484",1897,84580 -"16485",1897,87172 -"16486",1898,4284 -"16487",1898,5769 -"16488",1898,41663 -"16489",1898,41718 -"16490",1898,54671 -"16491",1898,61469 -"16492",1899,1908 -"16493",1899,1963 -"16494",1899,5083 -"16495",1899,19835 -"16496",1899,34425 -"16497",1899,48814 -"16498",1899,54142 -"16499",1899,100619 -"16500",1900,2711 -"16501",1900,41014 -"16502",1900,93802 -"16503",1900,100194 -"16504",1900,103996 -"16505",1900,109148 -"16506",1900,114264 -"16507",1901,1939 -"16508",1903,5825 -"16509",1903,26550 -"16510",1903,27928 -"16511",1903,56099 -"16512",1903,87545 -"16513",1903,104612 -"16514",1904,4568 -"16515",1904,6976 -"16516",1904,8932 -"16517",1904,9204 -"16518",1904,11593 -"16519",1904,11926 -"16520",1904,14631 -"16521",1904,15762 -"16522",1904,17607 -"16523",1904,20993 -"16524",1904,22466 -"16525",1904,26953 -"16526",1904,29115 -"16527",1904,31067 -"16528",1904,35471 -"16529",1904,35472 -"16530",1904,35481 -"16531",1904,37890 -"16532",1904,42188 -"16533",1904,49100 -"16534",1904,52237 -"16535",1904,52253 -"16536",1904,52271 -"16537",1904,53179 -"16538",1904,56871 -"16539",1904,59505 -"16540",1904,68120 -"16541",1904,68561 -"16542",1904,70605 -"16543",1904,71560 -"16544",1904,74506 -"16545",1904,78076 -"16546",1904,91904 -"16547",1904,92194 -"16548",1904,98166 -"16549",1904,101927 -"16550",1905,40568 -"16551",1905,108620 -"16552",1905,117107 -"16553",1906,1948 -"16554",1906,44141 -"16555",1906,58610 -"16556",1906,76071 -"16557",1907,1945 -"16558",1907,1956 -"16559",1907,7384 -"16560",1907,11098 -"16561",1907,27051 -"16562",1907,42039 -"16563",1908,1963 -"16564",1909,8895 -"16565",1909,9416 -"16566",1909,14003 -"16567",1910,19520 -"16568",1910,33813 -"16569",1910,39816 -"16570",1910,49928 -"16571",1910,79342 -"16572",1910,88637 -"16573",1910,105465 -"16574",1910,110906 -"16575",1911,18126 -"16576",1911,22775 -"16577",1911,59732 -"16578",1911,96073 -"16579",1912,17831 -"16580",1912,25894 -"16581",1912,64153 -"16582",1912,69139 -"16583",1913,11909 -"16584",1913,92968 -"16585",1914,2317 -"16586",1914,3777 -"16587",1914,8015 -"16588",1914,14417 -"16589",1914,19049 -"16590",1914,25630 -"16591",1914,28767 -"16592",1914,35637 -"16593",1914,87284 -"16594",1914,87876 -"16595",1914,105898 -"16596",1915,4416 -"16597",1915,82323 -"16598",1917,12590 -"16599",1917,23215 -"16600",1917,25392 -"16601",1917,45429 -"16602",1917,93043 -"16603",1918,58159 -"16604",1918,90748 -"16605",1919,1928 -"16606",1919,2666 -"16607",1919,28100 -"16608",1919,69182 -"16609",1919,100286 -"16610",1919,100297 -"16611",1919,100916 -"16612",1919,120952 -"16613",1920,1921 -"16614",1920,49393 -"16615",1920,49442 -"16616",1920,49443 -"16617",1920,49448 -"16618",1920,49457 -"16619",1921,49393 -"16620",1921,49442 -"16621",1921,49443 -"16622",1921,49448 -"16623",1921,49457 -"16624",1922,9857 -"16625",1922,17986 -"16626",1922,25022 -"16627",1922,34536 -"16628",1922,55496 -"16629",1922,64543 -"16630",1922,68933 -"16631",1923,2253 -"16632",1923,2282 -"16633",1923,15364 -"16634",1923,74016 -"16635",1923,81488 -"16636",1923,102143 -"16637",1923,112152 -"16638",1923,117029 -"16639",1924,14865 -"16640",1924,30673 -"16641",1924,34314 -"16642",1924,34526 -"16643",1924,44289 -"16644",1924,44314 -"16645",1924,48754 -"16646",1924,59077 -"16647",1924,71353 -"16648",1924,79364 -"16649",1924,90845 -"16650",1925,13296 -"16651",1925,53543 -"16652",1926,6519 -"16653",1926,8456 -"16654",1926,15867 -"16655",1926,56723 -"16656",1926,56788 -"16657",1926,58866 -"16658",1926,78083 -"16659",1926,108537 -"16660",1926,108887 -"16661",1927,1994 -"16662",1927,4473 -"16663",1927,31223 -"16664",1927,36896 -"16665",1927,55514 -"16666",1927,55798 -"16667",1928,8257 -"16668",1928,11709 -"16669",1928,20666 -"16670",1928,25837 -"16671",1928,27801 -"16672",1928,34752 -"16673",1928,48902 -"16674",1928,59334 -"16675",1928,65683 -"16676",1928,74304 -"16677",1928,75655 -"16678",1928,92593 -"16679",1928,97859 -"16680",1928,98859 -"16681",1928,115247 -"16682",1929,29566 -"16683",1929,66669 -"16684",1930,4258 -"16685",1930,6288 -"16686",1930,9029 -"16687",1930,18970 -"16688",1930,27592 -"16689",1930,49339 -"16690",1930,49776 -"16691",1930,53062 -"16692",1930,55286 -"16693",1930,62936 -"16694",1930,63597 -"16695",1930,111719 -"16696",1931,2035 -"16697",1931,4802 -"16698",1931,6358 -"16699",1931,8399 -"16700",1931,21111 -"16701",1931,44795 -"16702",1931,49148 -"16703",1931,65111 -"16704",1931,91978 -"16705",1931,92585 -"16706",1931,95845 -"16707",1931,112769 -"16708",1932,16495 -"16709",1932,24284 -"16710",1932,46001 -"16711",1932,46073 -"16712",1932,47369 -"16713",1932,53306 -"16714",1932,82098 -"16715",1932,82116 -"16716",1932,97768 -"16717",1933,5281 -"16718",1933,14380 -"16719",1933,16528 -"16720",1933,16558 -"16721",1933,17554 -"16722",1933,20579 -"16723",1933,25877 -"16724",1933,33800 -"16725",1933,42541 -"16726",1933,42712 -"16727",1933,53801 -"16728",1933,54689 -"16729",1933,59872 -"16730",1933,67438 -"16731",1933,70686 -"16732",1933,70875 -"16733",1933,70891 -"16734",1934,5314 -"16735",1934,9414 -"16736",1934,37548 -"16737",1934,49075 -"16738",1934,53980 -"16739",1934,54263 -"16740",1934,61743 -"16741",1934,61748 -"16742",1934,61749 -"16743",1934,61815 -"16744",1935,11419 -"16745",1935,67756 -"16746",1935,88658 -"16747",1935,100561 -"16748",1936,88505 -"16749",1936,111659 -"16750",1937,3815 -"16751",1937,16501 -"16752",1937,18313 -"16753",1937,27044 -"16754",1937,29286 -"16755",1937,50354 -"16756",1937,56850 -"16757",1937,57697 -"16758",1937,59975 -"16759",1937,85580 -"16760",1938,5003 -"16761",1938,41522 -"16762",1939,3827 -"16763",1939,8041 -"16764",1939,16380 -"16765",1939,17451 -"16766",1939,21951 -"16767",1939,38604 -"16768",1939,38791 -"16769",1939,43199 -"16770",1939,53896 -"16771",1939,72142 -"16772",1939,72713 -"16773",1939,72824 -"16774",1939,72826 -"16775",1939,72830 -"16776",1939,72840 -"16777",1939,72842 -"16778",1939,72847 -"16779",1939,101484 -"16780",1940,3941 -"16781",1940,5953 -"16782",1940,24799 -"16783",1940,30818 -"16784",1940,48620 -"16785",1940,55888 -"16786",1940,57303 -"16787",1940,82814 -"16788",1940,98270 -"16789",1940,98871 -"16790",1940,114788 -"16791",1941,4174 -"16792",1941,6052 -"16793",1941,10713 -"16794",1941,12642 -"16795",1941,17083 -"16796",1941,18995 -"16797",1941,21451 -"16798",1941,25473 -"16799",1941,27792 -"16800",1941,31609 -"16801",1941,33569 -"16802",1941,34885 -"16803",1941,49879 -"16804",1941,56317 -"16805",1941,58133 -"16806",1941,58508 -"16807",1941,79973 -"16808",1941,82180 -"16809",1941,92596 -"16810",1941,112639 -"16811",1942,4482 -"16812",1942,24773 -"16813",1942,95089 -"16814",1943,52611 -"16815",1944,1947 -"16816",1944,1949 -"16817",1944,2575 -"16818",1944,2597 -"16819",1944,6300 -"16820",1944,6768 -"16821",1944,7796 -"16822",1944,8217 -"16823",1944,12705 -"16824",1944,14260 -"16825",1944,16949 -"16826",1944,17727 -"16827",1944,30651 -"16828",1944,43657 -"16829",1944,53636 -"16830",1944,53644 -"16831",1944,54712 -"16832",1944,55366 -"16833",1944,56133 -"16834",1944,67913 -"16835",1944,69847 -"16836",1944,81672 -"16837",1944,82910 -"16838",1944,89778 -"16839",1944,92298 -"16840",1944,107686 -"16841",1944,107706 -"16842",1945,1956 -"16843",1945,10653 -"16844",1945,10986 -"16845",1945,11081 -"16846",1945,11098 -"16847",1945,11099 -"16848",1945,11100 -"16849",1945,27051 -"16850",1945,27123 -"16851",1945,38094 -"16852",1945,83917 -"16853",1946,5935 -"16854",1947,1949 -"16855",1947,6768 -"16856",1947,7796 -"16857",1947,12705 -"16858",1947,14260 -"16859",1947,16949 -"16860",1947,19277 -"16861",1947,22929 -"16862",1947,31900 -"16863",1947,34576 -"16864",1947,53644 -"16865",1947,67913 -"16866",1948,3685 -"16867",1948,8610 -"16868",1948,35668 -"16869",1948,36514 -"16870",1948,38158 -"16871",1948,41091 -"16872",1948,64964 -"16873",1949,7796 -"16874",1949,9265 -"16875",1949,14260 -"16876",1949,29398 -"16877",1949,51287 -"16878",1949,53644 -"16879",1949,55788 -"16880",1949,67913 -"16881",1949,89342 -"16882",1949,97783 -"16883",1949,108336 -"16884",1950,12808 -"16885",1950,41852 -"16886",1950,76005 -"16887",1950,93290 -"16888",1951,52453 -"16889",1951,103296 -"16890",1951,116957 -"16891",1951,121712 -"16892",1952,3226 -"16893",1953,1959 -"16894",1953,2802 -"16895",1953,5199 -"16896",1953,11445 -"16897",1953,12701 -"16898",1953,15441 -"16899",1953,16893 -"16900",1953,23733 -"16901",1953,23820 -"16902",1953,36662 -"16903",1953,51678 -"16904",1953,62126 -"16905",1953,68218 -"16906",1953,75886 -"16907",1953,86104 -"16908",1953,99930 -"16909",1953,99968 -"16910",1953,101056 -"16911",1953,109842 -"16912",1954,17159 -"16913",1954,64054 -"16914",1954,86010 -"16915",1954,120866 -"16916",1954,122493 -"16917",1955,81298 -"16918",1956,9504 -"16919",1956,27051 -"16920",1956,27123 -"16921",1956,38739 -"16922",1956,94350 -"16923",1957,1958 -"16924",1958,71782 -"16925",1958,86678 -"16926",1958,120769 -"16927",1959,23820 -"16928",1959,25886 -"16929",1959,100133 -"16930",1960,30347 -"16931",1960,30358 -"16932",1960,35475 -"16933",1960,82342 -"16934",1961,9086 -"16935",1961,63200 -"16936",1962,2537 -"16937",1962,8738 -"16938",1962,13197 -"16939",1962,14318 -"16940",1962,15278 -"16941",1962,16445 -"16942",1962,16760 -"16943",1962,20022 -"16944",1962,20047 -"16945",1962,20140 -"16946",1962,20176 -"16947",1962,20252 -"16948",1962,20499 -"16949",1962,25378 -"16950",1962,27320 -"16951",1962,27861 -"16952",1962,39482 -"16953",1962,50536 -"16954",1962,53423 -"16955",1962,60506 -"16956",1962,76063 -"16957",1962,84112 -"16958",1963,5736 -"16959",1964,33748 -"16960",1964,38923 -"16961",1964,87991 -"16962",1965,3295 -"16963",1965,114662 -"16964",1966,11876 -"16965",1966,12627 -"16966",1966,14404 -"16967",1966,17088 -"16968",1966,20336 -"16969",1966,20432 -"16970",1966,28642 -"16971",1966,32449 -"16972",1966,32704 -"16973",1966,35319 -"16974",1966,38123 -"16975",1966,85766 -"16976",1966,85809 -"16977",1967,1982 -"16978",1967,1997 -"16979",1967,2003 -"16980",1967,2006 -"16981",1967,2022 -"16982",1967,2631 -"16983",1967,2632 -"16984",1968,3644 -"16985",1968,6973 -"16986",1968,10638 -"16987",1968,11303 -"16988",1968,11349 -"16989",1968,11381 -"16990",1968,11506 -"16991",1968,13172 -"16992",1968,14688 -"16993",1968,16462 -"16994",1968,16546 -"16995",1968,16552 -"16996",1968,16777 -"16997",1968,20210 -"16998",1968,23556 -"16999",1968,26160 -"17000",1968,27314 -"17001",1968,30177 -"17002",1968,31120 -"17003",1968,33853 -"17004",1968,38699 -"17005",1968,43081 -"17006",1968,45443 -"17007",1968,54287 -"17008",1968,68761 -"17009",1968,69335 -"17010",1968,79599 -"17011",1968,79818 -"17012",1968,84310 -"17013",1968,97352 -"17014",1968,100264 -"17015",1968,101228 -"17016",1968,109347 -"17017",1968,110280 -"17018",1968,117513 -"17019",1969,2050 -"17020",1969,3303 -"17021",1969,3324 -"17022",1969,14293 -"17023",1969,16536 -"17024",1969,22756 -"17025",1969,32070 -"17026",1969,40561 -"17027",1969,43367 -"17028",1969,65152 -"17029",1969,79780 -"17030",1969,92463 -"17031",1969,92501 -"17032",1970,5539 -"17033",1970,5713 -"17034",1970,6259 -"17035",1970,8568 -"17036",1970,8783 -"17037",1970,9745 -"17038",1970,12136 -"17039",1970,12816 -"17040",1970,13779 -"17041",1970,18345 -"17042",1970,19447 -"17043",1970,24120 -"17044",1970,25624 -"17045",1970,27876 -"17046",1970,38054 -"17047",1970,41633 -"17048",1970,48598 -"17049",1970,50354 -"17050",1970,54864 -"17051",1970,62929 -"17052",1970,74187 -"17053",1970,111661 -"17054",1970,115237 -"17055",1971,2269 -"17056",1971,2317 -"17057",1971,2856 -"17058",1971,6294 -"17059",1971,6582 -"17060",1971,8353 -"17061",1971,34012 -"17062",1971,47248 -"17063",1971,51017 -"17064",1971,52963 -"17065",1971,63547 -"17066",1971,70020 -"17067",1971,74975 -"17068",1971,82977 -"17069",1971,90921 -"17070",1971,92611 -"17071",1971,95997 -"17072",1971,103935 -"17073",1971,117701 -"17074",1971,117703 -"17075",1971,117707 -"17076",1972,6774 -"17077",1972,6819 -"17078",1972,25685 -"17079",1973,13682 -"17080",1973,14054 -"17081",1973,36357 -"17082",1973,61719 -"17083",1973,68771 -"17084",1973,73466 -"17085",1974,73473 -"17086",1974,95505 -"17087",1975,2138 -"17088",1975,2813 -"17089",1975,2840 -"17090",1975,4669 -"17091",1975,4899 -"17092",1975,5304 -"17093",1975,7889 -"17094",1975,21900 -"17095",1975,38736 -"17096",1975,73267 -"17097",1975,107089 -"17098",1976,16659 -"17099",1976,27200 -"17100",1976,85637 -"17101",1977,2164 -"17102",1977,2784 -"17103",1977,5845 -"17104",1977,6943 -"17105",1977,24581 -"17106",1977,46072 -"17107",1977,48294 -"17108",1977,58301 -"17109",1977,58506 -"17110",1977,75422 -"17111",1978,4725 -"17112",1978,11576 -"17113",1978,20061 -"17114",1978,24834 -"17115",1978,30076 -"17116",1978,37850 -"17117",1978,52924 -"17118",1978,54283 -"17119",1978,56551 -"17120",1978,67902 -"17121",1978,74203 -"17122",1978,74681 -"17123",1978,83772 -"17124",1978,90114 -"17125",1978,90238 -"17126",1978,98406 -"17127",1978,108765 -"17128",1978,117729 -"17129",1978,121043 -"17130",1978,121999 -"17131",1978,123079 -"17132",1978,123085 -"17133",1979,2032 -"17134",1979,2042 -"17135",1979,2424 -"17136",1979,2456 -"17137",1979,2469 -"17138",1979,2470 -"17139",1979,2530 -"17140",1979,2533 -"17141",1979,2534 -"17142",1980,2250 -"17143",1980,2355 -"17144",1980,32042 -"17145",1981,9509 -"17146",1981,11509 -"17147",1981,13253 -"17148",1981,30893 -"17149",1981,31333 -"17150",1981,56335 -"17151",1981,65804 -"17152",1981,88538 -"17153",1981,104547 -"17154",1982,1997 -"17155",1982,2003 -"17156",1982,2006 -"17157",1982,2022 -"17158",1982,2631 -"17159",1982,2632 -"17160",1983,1984 -"17161",1983,2068 -"17162",1983,3276 -"17163",1983,3635 -"17164",1983,3833 -"17165",1983,3855 -"17166",1983,4581 -"17167",1983,4987 -"17168",1983,5686 -"17169",1983,7713 -"17170",1983,8197 -"17171",1983,15104 -"17172",1983,15195 -"17173",1983,15430 -"17174",1983,16381 -"17175",1983,16949 -"17176",1983,18514 -"17177",1983,22299 -"17178",1983,23938 -"17179",1983,24098 -"17180",1983,24250 -"17181",1983,26682 -"17182",1983,28404 -"17183",1983,29741 -"17184",1983,29742 -"17185",1983,30876 -"17186",1983,32393 -"17187",1983,32939 -"17188",1983,33113 -"17189",1983,38494 -"17190",1983,38932 -"17191",1983,40643 -"17192",1983,42017 -"17193",1983,42107 -"17194",1983,45787 -"17195",1983,47083 -"17196",1983,49231 -"17197",1983,50061 -"17198",1983,51079 -"17199",1983,52450 -"17200",1983,54059 -"17201",1983,55370 -"17202",1983,57804 -"17203",1983,59615 -"17204",1983,59940 -"17205",1983,67363 -"17206",1983,71230 -"17207",1983,76278 -"17208",1983,76740 -"17209",1983,76786 -"17210",1983,77272 -"17211",1983,77357 -"17212",1983,77402 -"17213",1983,78248 -"17214",1983,78255 -"17215",1983,78339 -"17216",1983,78445 -"17217",1983,79022 -"17218",1983,79716 -"17219",1983,79989 -"17220",1983,80281 -"17221",1983,81728 -"17222",1983,82196 -"17223",1983,82383 -"17224",1983,82810 -"17225",1983,82854 -"17226",1983,83853 -"17227",1983,83884 -"17228",1983,84379 -"17229",1983,84613 -"17230",1983,85465 -"17231",1983,85610 -"17232",1983,86351 -"17233",1983,86451 -"17234",1983,86882 -"17235",1983,87175 -"17236",1983,87451 -"17237",1983,87521 -"17238",1983,87572 -"17239",1983,87663 -"17240",1983,87721 -"17241",1983,87862 -"17242",1983,95441 -"17243",1984,4289 -"17244",1984,7290 -"17245",1984,13652 -"17246",1984,15820 -"17247",1984,16087 -"17248",1984,24756 -"17249",1984,37739 -"17250",1984,37934 -"17251",1984,46906 -"17252",1984,48856 -"17253",1984,60385 -"17254",1984,67043 -"17255",1985,77441 -"17256",1985,81835 -"17257",1985,83821 -"17258",1985,122978 -"17259",1986,3185 -"17260",1986,6755 -"17261",1986,12441 -"17262",1986,12721 -"17263",1986,16470 -"17264",1986,16819 -"17265",1986,19699 -"17266",1986,23586 -"17267",1986,28140 -"17268",1986,31887 -"17269",1986,35250 -"17270",1986,52399 -"17271",1986,56775 -"17272",1986,67863 -"17273",1986,71523 -"17274",1986,72553 -"17275",1986,79399 -"17276",1986,85250 -"17277",1986,98371 -"17278",1987,3262 -"17279",1987,14797 -"17280",1987,34378 -"17281",1987,39016 -"17282",1987,51053 -"17283",1988,3154 -"17284",1988,3163 -"17285",1989,4461 -"17286",1989,16764 -"17287",1989,35537 -"17288",1989,63050 -"17289",1989,67199 -"17290",1989,72238 -"17291",1990,2472 -"17292",1990,19594 -"17293",1990,28781 -"17294",1990,37568 -"17295",1990,88388 -"17296",1990,89786 -"17297",1990,100424 -"17298",1990,103667 -"17299",1990,107255 -"17300",1990,109508 -"17301",1990,117931 -"17302",1990,118743 -"17303",1990,118745 -"17304",1990,123411 -"17305",1991,3278 -"17306",1991,29718 -"17307",1992,3626 -"17308",1992,22837 -"17309",1992,43834 -"17310",1992,57637 -"17311",1992,64242 -"17312",1992,77011 -"17313",1992,88531 -"17314",1993,3277 -"17315",1993,4032 -"17316",1993,5105 -"17317",1993,6697 -"17318",1993,11136 -"17319",1993,41338 -"17320",1993,44452 -"17321",1993,44474 -"17322",1993,50520 -"17323",1993,51087 -"17324",1993,51512 -"17325",1993,53964 -"17326",1993,54314 -"17327",1993,58235 -"17328",1993,89772 -"17329",1993,102148 -"17330",1993,103466 -"17331",1994,31223 -"17332",1994,55798 -"17333",1995,6821 -"17334",1995,9132 -"17335",1995,12777 -"17336",1995,13306 -"17337",1995,16437 -"17338",1995,23709 -"17339",1995,24396 -"17340",1995,27254 -"17341",1995,35813 -"17342",1995,37045 -"17343",1995,38440 -"17344",1995,38989 -"17345",1995,39581 -"17346",1995,43164 -"17347",1995,45480 -"17348",1995,58988 -"17349",1995,60434 -"17350",1995,60938 -"17351",1995,61791 -"17352",1995,63281 -"17353",1995,65771 -"17354",1995,83460 -"17355",1995,83483 -"17356",1995,85978 -"17357",1995,106454 -"17358",1996,2657 -"17359",1996,3018 -"17360",1996,14149 -"17361",1996,17649 -"17362",1996,21144 -"17363",1996,22415 -"17364",1996,27497 -"17365",1996,37376 -"17366",1996,44674 -"17367",1996,55802 -"17368",1996,58431 -"17369",1996,60155 -"17370",1996,61970 -"17371",1996,65617 -"17372",1996,67018 -"17373",1996,67336 -"17374",1996,69072 -"17375",1996,71971 -"17376",1996,72857 -"17377",1996,72870 -"17378",1996,82949 -"17379",1996,83705 -"17380",1996,84525 -"17381",1996,84535 -"17382",1996,85983 -"17383",1996,88692 -"17384",1996,90926 -"17385",1996,92405 -"17386",1996,98466 -"17387",1996,106475 -"17388",1996,111172 -"17389",1997,2003 -"17390",1997,2006 -"17391",1997,2022 -"17392",1997,2631 -"17393",1997,2632 -"17394",1998,2053 -"17395",1998,2078 -"17396",1998,2556 -"17397",1998,3102 -"17398",1998,3477 -"17399",1998,5301 -"17400",1998,5526 -"17401",1998,5806 -"17402",1998,6053 -"17403",1998,6063 -"17404",1998,6254 -"17405",1998,6560 -"17406",1998,7581 -"17407",1998,8307 -"17408",1998,8534 -"17409",1998,9366 -"17410",1998,11766 -"17411",1998,12735 -"17412",1998,12779 -"17413",1998,13360 -"17414",1998,13942 -"17415",1998,15027 -"17416",1998,15185 -"17417",1998,15216 -"17418",1998,15964 -"17419",1998,16252 -"17420",1998,16872 -"17421",1998,17145 -"17422",1998,17508 -"17423",1998,18060 -"17424",1998,18217 -"17425",1998,22462 -"17426",1998,22823 -"17427",1998,23147 -"17428",1998,23421 -"17429",1998,23632 -"17430",1998,23953 -"17431",1998,24495 -"17432",1998,24710 -"17433",1998,25143 -"17434",1998,25303 -"17435",1998,25664 -"17436",1998,26407 -"17437",1998,27174 -"17438",1998,27196 -"17439",1998,27710 -"17440",1998,28703 -"17441",1998,29253 -"17442",1998,29341 -"17443",1998,29560 -"17444",1998,29573 -"17445",1998,29868 -"17446",1998,32438 -"17447",1998,32967 -"17448",1998,33223 -"17449",1998,33881 -"17450",1998,34097 -"17451",1998,34330 -"17452",1998,34513 -"17453",1998,35400 -"17454",1998,36476 -"17455",1998,36547 -"17456",1998,36745 -"17457",1998,37821 -"17458",1998,37931 -"17459",1998,38319 -"17460",1998,39398 -"17461",1998,39492 -"17462",1998,40320 -"17463",1998,40373 -"17464",1998,40542 -"17465",1998,41182 -"17466",1998,42131 -"17467",1998,46843 -"17468",1998,48331 -"17469",1999,2742 -"17470",1999,3294 -"17471",1999,3336 -"17472",1999,15507 -"17473",1999,22287 -"17474",1999,23976 -"17475",1999,27173 -"17476",1999,28754 -"17477",1999,32158 -"17478",1999,37285 -"17479",1999,39531 -"17480",1999,57149 -"17481",1999,63815 -"17482",1999,76216 -"17483",1999,77141 -"17484",1999,77158 -"17485",1999,77190 -"17486",2000,3110 -"17487",2000,27490 -"17488",2000,27533 -"17489",2000,27542 -"17490",2000,27580 -"17491",2001,6347 -"17492",2001,6973 -"17493",2001,10914 -"17494",2001,11506 -"17495",2001,16552 -"17496",2001,18943 -"17497",2001,23556 -"17498",2001,28099 -"17499",2001,31164 -"17500",2001,32449 -"17501",2001,38699 -"17502",2001,50238 -"17503",2001,54287 -"17504",2001,56338 -"17505",2001,66911 -"17506",2001,68628 -"17507",2001,77572 -"17508",2001,90990 -"17509",2001,113740 -"17510",2001,123156 -"17511",2002,35821 -"17512",2002,99799 -"17513",2003,2006 -"17514",2003,2022 -"17515",2003,2631 -"17516",2003,2632 -"17517",2004,57537 -"17518",2004,98835 -"17519",2005,2008 -"17520",2005,2093 -"17521",2005,3233 -"17522",2005,3246 -"17523",2005,3317 -"17524",2005,9508 -"17525",2005,12846 -"17526",2005,17255 -"17527",2005,17956 -"17528",2005,25759 -"17529",2005,26384 -"17530",2005,30767 -"17531",2005,85455 -"17532",2006,2022 -"17533",2006,2631 -"17534",2006,2632 -"17535",2007,4681 -"17536",2007,98145 -"17537",2007,98153 -"17538",2007,98194 -"17539",2007,98200 -"17540",2008,3233 -"17541",2008,3246 -"17542",2008,39297 -"17543",2009,3071 -"17544",2009,3279 -"17545",2009,3978 -"17546",2009,4069 -"17547",2009,4710 -"17548",2009,5531 -"17549",2009,5867 -"17550",2009,6348 -"17551",2009,6508 -"17552",2009,8855 -"17553",2009,12752 -"17554",2009,15084 -"17555",2009,17285 -"17556",2009,18250 -"17557",2009,18381 -"17558",2009,18904 -"17559",2009,24268 -"17560",2009,25373 -"17561",2009,28578 -"17562",2009,29589 -"17563",2009,30519 -"17564",2009,32913 -"17565",2009,33405 -"17566",2009,36944 -"17567",2009,37095 -"17568",2009,38641 -"17569",2009,41528 -"17570",2009,43252 -"17571",2009,43449 -"17572",2009,46339 -"17573",2009,50474 -"17574",2009,50490 -"17575",2009,50531 -"17576",2009,51728 -"17577",2009,66513 -"17578",2009,67556 -"17579",2009,68193 -"17580",2009,80056 -"17581",2009,80091 -"17582",2009,102379 -"17583",2009,115509 -"17584",2010,19571 -"17585",2011,2402 -"17586",2011,7830 -"17587",2011,20122 -"17588",2011,25727 -"17589",2011,33119 -"17590",2011,65400 -"17591",2011,78451 -"17592",2011,84607 -"17593",2011,110272 -"17594",2011,111019 -"17595",2011,115817 -"17596",2011,116107 -"17597",2011,116108 -"17598",2011,116109 -"17599",2012,49887 -"17600",2012,63456 -"17601",2012,63536 -"17602",2012,63831 -"17603",2013,14582 -"17604",2013,35601 -"17605",2013,59430 -"17606",2013,62443 -"17607",2013,87809 -"17608",2013,87830 -"17609",2013,87832 -"17610",2013,87842 -"17611",2013,112607 -"17612",2013,112618 -"17613",2014,11361 -"17614",2014,19690 -"17615",2014,31211 -"17616",2014,32777 -"17617",2014,36275 -"17618",2014,36440 -"17619",2014,56156 -"17620",2014,63940 -"17621",2014,78800 -"17622",2014,93162 -"17623",2014,96387 -"17624",2014,107921 -"17625",2015,4840 -"17626",2015,12816 -"17627",2015,18848 -"17628",2016,4674 -"17629",2016,10560 -"17630",2016,10896 -"17631",2016,11638 -"17632",2016,11658 -"17633",2016,12794 -"17634",2016,13619 -"17635",2016,13647 -"17636",2016,13915 -"17637",2016,15562 -"17638",2016,19531 -"17639",2016,27046 -"17640",2016,27719 -"17641",2016,27798 -"17642",2016,31394 -"17643",2016,37853 -"17644",2016,48015 -"17645",2016,49765 -"17646",2016,53806 -"17647",2016,60690 -"17648",2016,74578 -"17649",2017,2998 -"17650",2017,120533 -"17651",2018,9742 -"17652",2018,9901 -"17653",2018,92106 -"17654",2019,3102 -"17655",2019,3203 -"17656",2019,5283 -"17657",2019,5430 -"17658",2019,5697 -"17659",2019,5943 -"17660",2019,5971 -"17661",2019,6215 -"17662",2019,6751 -"17663",2019,10105 -"17664",2019,10488 -"17665",2019,12398 -"17666",2019,14020 -"17667",2019,14666 -"17668",2019,18394 -"17669",2019,20737 -"17670",2019,21330 -"17671",2019,21875 -"17672",2019,23222 -"17673",2019,23526 -"17674",2019,23626 -"17675",2019,23715 -"17676",2019,27112 -"17677",2019,27497 -"17678",2019,27586 -"17679",2019,32131 -"17680",2019,32296 -"17681",2019,40028 -"17682",2019,45352 -"17683",2019,45855 -"17684",2019,46266 -"17685",2019,58918 -"17686",2019,60878 -"17687",2019,79082 -"17688",2019,116702 -"17689",2020,3172 -"17690",2020,5569 -"17691",2020,6425 -"17692",2020,7847 -"17693",2020,11389 -"17694",2020,16888 -"17695",2020,18236 -"17696",2020,20319 -"17697",2020,24447 -"17698",2020,26322 -"17699",2020,32745 -"17700",2020,36335 -"17701",2020,36651 -"17702",2020,44585 -"17703",2020,44648 -"17704",2020,57926 -"17705",2020,64181 -"17706",2020,64997 -"17707",2020,80065 -"17708",2020,82754 -"17709",2020,101231 -"17710",2020,102006 -"17711",2020,102107 -"17712",2020,102149 -"17713",2021,9763 -"17714",2021,11781 -"17715",2021,34068 -"17716",2021,42086 -"17717",2022,2631 -"17718",2022,2632 -"17719",2022,111841 -"17720",2023,3281 -"17721",2023,3333 -"17722",2023,3338 -"17723",2023,6631 -"17724",2023,15930 -"17725",2023,16111 -"17726",2023,29095 -"17727",2023,52308 -"17728",2023,53385 -"17729",2024,3266 -"17730",2024,37236 -"17731",2025,2674 -"17732",2025,3327 -"17733",2025,16926 -"17734",2025,32376 -"17735",2025,32802 -"17736",2025,34934 -"17737",2025,41502 -"17738",2025,42403 -"17739",2025,47265 -"17740",2025,47316 -"17741",2025,47328 -"17742",2025,61299 -"17743",2025,85293 -"17744",2025,107900 -"17745",2026,2636 -"17746",2027,6303 -"17747",2027,6469 -"17748",2027,6523 -"17749",2027,6634 -"17750",2028,2972 -"17751",2028,9469 -"17752",2028,14615 -"17753",2028,16013 -"17754",2028,95728 -"17755",2029,6491 -"17756",2029,11321 -"17757",2029,12019 -"17758",2029,12374 -"17759",2029,12820 -"17760",2029,24078 -"17761",2029,26451 -"17762",2029,27792 -"17763",2029,29996 -"17764",2029,30898 -"17765",2029,33956 -"17766",2029,48260 -"17767",2029,51095 -"17768",2029,90361 -"17769",2029,92012 -"17770",2030,5811 -"17771",2030,6307 -"17772",2030,9429 -"17773",2030,20635 -"17774",2030,38901 -"17775",2031,10430 -"17776",2031,18951 -"17777",2031,81148 -"17778",2032,2042 -"17779",2032,2424 -"17780",2032,2456 -"17781",2032,2469 -"17782",2032,2470 -"17783",2032,2530 -"17784",2032,2533 -"17785",2032,2534 -"17786",2032,7042 -"17787",2032,12848 -"17788",2032,19248 -"17789",2032,29783 -"17790",2032,33014 -"17791",2032,48240 -"17792",2032,51041 -"17793",2032,51869 -"17794",2032,55299 -"17795",2032,61982 -"17796",2032,65947 -"17797",2032,66687 -"17798",2033,21241 -"17799",2033,94622 -"17800",2033,96930 -"17801",2034,13633 -"17802",2034,25453 -"17803",2034,45269 -"17804",2034,48603 -"17805",2034,64819 -"17806",2034,77844 -"17807",2034,85027 -"17808",2034,96664 -"17809",2034,101151 -"17810",2035,3917 -"17811",2035,6358 -"17812",2035,8198 -"17813",2035,8522 -"17814",2035,15826 -"17815",2035,18045 -"17816",2035,18113 -"17817",2035,19873 -"17818",2035,21111 -"17819",2035,24027 -"17820",2035,29896 -"17821",2035,33794 -"17822",2035,40024 -"17823",2035,40309 -"17824",2035,41958 -"17825",2035,52292 -"17826",2035,52296 -"17827",2035,65111 -"17828",2035,95845 -"17829",2035,112769 -"17830",2036,4918 -"17831",2036,6389 -"17832",2036,7605 -"17833",2036,7755 -"17834",2036,14573 -"17835",2036,19606 -"17836",2036,25198 -"17837",2036,35256 -"17838",2036,41747 -"17839",2036,42405 -"17840",2036,45465 -"17841",2036,50095 -"17842",2036,52764 -"17843",2036,55081 -"17844",2036,78721 -"17845",2037,3237 -"17846",2037,9628 -"17847",2037,13357 -"17848",2037,13550 -"17849",2037,22578 -"17850",2037,85218 -"17851",2037,91276 -"17852",2037,100201 -"17853",2037,114604 -"17854",2037,114621 -"17855",2038,2430 -"17856",2038,5484 -"17857",2038,9169 -"17858",2038,10823 -"17859",2038,11990 -"17860",2038,14800 -"17861",2038,17056 -"17862",2038,17477 -"17863",2038,24127 -"17864",2038,26884 -"17865",2038,34810 -"17866",2038,39999 -"17867",2038,50072 -"17868",2038,53478 -"17869",2038,60524 -"17870",2038,73960 -"17871",2038,102476 -"17872",2038,111548 -"17873",2039,3353 -"17874",2039,3980 -"17875",2039,11986 -"17876",2039,17991 -"17877",2039,23596 -"17878",2039,33630 -"17879",2039,37518 -"17880",2039,46403 -"17881",2039,56535 -"17882",2039,82986 -"17883",2040,2654 -"17884",2040,16789 -"17885",2040,27421 -"17886",2040,41328 -"17887",2040,48767 -"17888",2040,62261 -"17889",2040,74553 -"17890",2040,75643 -"17891",2040,87728 -"17892",2040,88119 -"17893",2040,88681 -"17894",2040,103750 -"17895",2040,122992 -"17896",2041,8536 -"17897",2041,9498 -"17898",2041,12710 -"17899",2041,12853 -"17900",2041,19848 -"17901",2041,20512 -"17902",2041,20515 -"17903",2041,29335 -"17904",2041,31210 -"17905",2041,31410 -"17906",2041,31435 -"17907",2041,37652 -"17908",2041,39594 -"17909",2041,42942 -"17910",2041,51406 -"17911",2041,71857 -"17912",2041,71860 -"17913",2041,72047 -"17914",2041,88069 -"17915",2042,2424 -"17916",2042,2456 -"17917",2042,2469 -"17918",2042,2470 -"17919",2042,2530 -"17920",2042,2533 -"17921",2042,2534 -"17922",2042,4963 -"17923",2042,23507 -"17924",2042,37860 -"17925",2043,2044 -"17926",2043,35404 -"17927",2043,44599 -"17928",2045,14395 -"17929",2045,17612 -"17930",2045,22270 -"17931",2045,27507 -"17932",2045,36382 -"17933",2045,36465 -"17934",2045,38379 -"17935",2045,61633 -"17936",2045,75222 -"17937",2045,81097 -"17938",2045,93503 -"17939",2046,2531 -"17940",2046,3537 -"17941",2046,12070 -"17942",2046,15180 -"17943",2046,16108 -"17944",2046,20843 -"17945",2046,26179 -"17946",2046,29289 -"17947",2046,29977 -"17948",2046,30305 -"17949",2046,48998 -"17950",2046,54693 -"17951",2046,90943 -"17952",2047,2362 -"17953",2047,2816 -"17954",2047,3293 -"17955",2047,3723 -"17956",2047,7400 -"17957",2047,8738 -"17958",2047,9529 -"17959",2047,13792 -"17960",2047,16830 -"17961",2047,18570 -"17962",2047,18582 -"17963",2047,21393 -"17964",2047,31542 -"17965",2047,34387 -"17966",2047,34753 -"17967",2047,41391 -"17968",2047,72009 -"17969",2047,72269 -"17970",2048,2824 -"17971",2048,8619 -"17972",2048,8741 -"17973",2048,10597 -"17974",2048,11803 -"17975",2048,12861 -"17976",2048,14061 -"17977",2048,20455 -"17978",2048,28316 -"17979",2048,32259 -"17980",2048,49701 -"17981",2048,49805 -"17982",2048,59482 -"17983",2048,74054 -"17984",2048,77519 -"17985",2048,80653 -"17986",2048,90193 -"17987",2048,95126 -"17988",2048,95157 -"17989",2048,98171 -"17990",2048,107322 -"17991",2048,107423 -"17992",2048,107428 -"17993",2049,5593 -"17994",2049,11090 -"17995",2049,11736 -"17996",2049,12914 -"17997",2049,14429 -"17998",2049,23892 -"17999",2049,29416 -"18000",2049,73051 -"18001",2049,81707 -"18002",2049,90070 -"18003",2049,92630 -"18004",2050,2797 -"18005",2050,3303 -"18006",2050,3324 -"18007",2050,4380 -"18008",2050,6262 -"18009",2050,14293 -"18010",2050,16064 -"18011",2050,41232 -"18012",2050,60644 -"18013",2050,70049 -"18014",2050,86178 -"18015",2050,89001 -"18016",2050,89433 -"18017",2050,90292 -"18018",2050,90305 -"18019",2050,92463 -"18020",2050,119939 -"18021",2050,119948 -"18022",2051,4932 -"18023",2051,11884 -"18024",2051,40106 -"18025",2051,42619 -"18026",2051,97749 -"18027",2051,97754 -"18028",2051,105903 -"18029",2052,2058 -"18030",2052,2215 -"18031",2052,4615 -"18032",2052,21486 -"18033",2052,21568 -"18034",2052,21569 -"18035",2052,32734 -"18036",2052,54157 -"18037",2052,96521 -"18038",2053,2078 -"18039",2053,2556 -"18040",2053,3102 -"18041",2053,3477 -"18042",2053,5301 -"18043",2053,5526 -"18044",2053,5806 -"18045",2053,6053 -"18046",2053,6063 -"18047",2053,6254 -"18048",2053,6560 -"18049",2053,7581 -"18050",2053,8307 -"18051",2053,8534 -"18052",2053,9366 -"18053",2053,11766 -"18054",2053,12735 -"18055",2053,12779 -"18056",2053,13360 -"18057",2053,13942 -"18058",2053,15027 -"18059",2053,15185 -"18060",2053,15216 -"18061",2053,15964 -"18062",2053,16252 -"18063",2053,16872 -"18064",2053,17145 -"18065",2053,17508 -"18066",2053,18060 -"18067",2053,18217 -"18068",2053,22462 -"18069",2053,22823 -"18070",2053,23147 -"18071",2053,23421 -"18072",2053,23632 -"18073",2053,23953 -"18074",2053,24495 -"18075",2053,24710 -"18076",2053,25143 -"18077",2053,25303 -"18078",2053,25664 -"18079",2053,26407 -"18080",2053,27174 -"18081",2053,27196 -"18082",2053,27710 -"18083",2053,28703 -"18084",2053,29253 -"18085",2053,29341 -"18086",2053,29560 -"18087",2053,29573 -"18088",2053,29868 -"18089",2053,32438 -"18090",2053,32524 -"18091",2053,32967 -"18092",2053,33223 -"18093",2053,33881 -"18094",2053,34097 -"18095",2053,34330 -"18096",2053,34513 -"18097",2053,35400 -"18098",2053,36476 -"18099",2053,36547 -"18100",2053,36745 -"18101",2053,37821 -"18102",2053,37931 -"18103",2053,38319 -"18104",2053,38678 -"18105",2053,39398 -"18106",2053,39492 -"18107",2053,40320 -"18108",2053,40373 -"18109",2053,40542 -"18110",2053,41182 -"18111",2053,42131 -"18112",2053,46843 -"18113",2053,48331 -"18114",2054,6828 -"18115",2054,13099 -"18116",2054,13780 -"18117",2054,24467 -"18118",2054,31772 -"18119",2054,36740 -"18120",2054,40883 -"18121",2054,43545 -"18122",2054,46866 -"18123",2054,47421 -"18124",2054,47591 -"18125",2054,57897 -"18126",2054,60192 -"18127",2054,62510 -"18128",2054,75422 -"18129",2054,85258 -"18130",2054,92225 -"18131",2054,92343 -"18132",2054,107642 -"18133",2055,20056 -"18134",2055,39777 -"18135",2056,2064 -"18136",2056,2065 -"18137",2056,2159 -"18138",2056,7679 -"18139",2057,2643 -"18140",2057,2725 -"18141",2057,13103 -"18142",2057,17133 -"18143",2057,17572 -"18144",2057,18355 -"18145",2057,22029 -"18146",2057,26853 -"18147",2057,29997 -"18148",2057,34496 -"18149",2057,41691 -"18150",2057,58235 -"18151",2057,64817 -"18152",2057,67304 -"18153",2057,68081 -"18154",2057,82023 -"18155",2057,97449 -"18156",2057,106510 -"18157",2057,118945 -"18158",2058,2215 -"18159",2058,4156 -"18160",2058,11862 -"18161",2058,21568 -"18162",2058,21569 -"18163",2058,42697 -"18164",2058,45680 -"18165",2058,54157 -"18166",2058,62695 -"18167",2059,19533 -"18168",2060,8074 -"18169",2060,14414 -"18170",2060,51696 -"18171",2060,61016 -"18172",2060,67707 -"18173",2060,81975 -"18174",2061,2489 -"18175",2061,4001 -"18176",2061,4660 -"18177",2061,20941 -"18178",2061,21007 -"18179",2061,28909 -"18180",2061,29837 -"18181",2061,30305 -"18182",2061,32384 -"18183",2061,38691 -"18184",2061,38915 -"18185",2061,39787 -"18186",2061,61456 -"18187",2061,65716 -"18188",2061,76043 -"18189",2061,120534 -"18190",2062,10835 -"18191",2062,66286 -"18192",2062,116125 -"18193",2063,2099 -"18194",2063,2743 -"18195",2063,5195 -"18196",2063,7917 -"18197",2063,8049 -"18198",2063,12312 -"18199",2063,20319 -"18200",2063,20824 -"18201",2063,21269 -"18202",2063,23534 -"18203",2063,30256 -"18204",2063,31492 -"18205",2063,40695 -"18206",2063,47369 -"18207",2063,48829 -"18208",2063,51022 -"18209",2063,73728 -"18210",2063,78883 -"18211",2063,82767 -"18212",2063,83180 -"18213",2063,83949 -"18214",2063,88714 -"18215",2063,99103 -"18216",2063,103274 -"18217",2063,104775 -"18218",2063,122876 -"18219",2064,2065 -"18220",2064,2159 -"18221",2065,2159 -"18222",2065,42525 -"18223",2065,79908 -"18224",2065,79946 -"18225",2065,79978 -"18226",2066,2074 -"18227",2066,2164 -"18228",2066,28341 -"18229",2066,29433 -"18230",2066,87197 -"18231",2067,2096 -"18232",2067,2116 -"18233",2067,2160 -"18234",2067,4954 -"18235",2067,29590 -"18236",2068,3276 -"18237",2068,3635 -"18238",2068,3833 -"18239",2068,3855 -"18240",2068,4581 -"18241",2068,5686 -"18242",2068,7713 -"18243",2068,8197 -"18244",2068,15104 -"18245",2068,15195 -"18246",2068,15430 -"18247",2068,16381 -"18248",2068,16949 -"18249",2068,18514 -"18250",2068,22299 -"18251",2068,23938 -"18252",2068,24250 -"18253",2068,26682 -"18254",2068,29741 -"18255",2068,30876 -"18256",2068,32393 -"18257",2068,32939 -"18258",2068,33113 -"18259",2068,34533 -"18260",2068,37668 -"18261",2068,38494 -"18262",2068,38932 -"18263",2068,40643 -"18264",2068,41132 -"18265",2068,42017 -"18266",2068,42107 -"18267",2068,45787 -"18268",2068,47083 -"18269",2068,49231 -"18270",2068,50061 -"18271",2068,52450 -"18272",2068,54059 -"18273",2068,55370 -"18274",2068,57804 -"18275",2068,59615 -"18276",2068,59940 -"18277",2068,67363 -"18278",2068,71230 -"18279",2068,76278 -"18280",2068,76740 -"18281",2068,76786 -"18282",2068,77125 -"18283",2068,77272 -"18284",2068,77357 -"18285",2068,77402 -"18286",2068,78248 -"18287",2068,78255 -"18288",2068,78339 -"18289",2068,78445 -"18290",2068,79022 -"18291",2068,79716 -"18292",2068,79989 -"18293",2068,80281 -"18294",2068,81728 -"18295",2068,82196 -"18296",2068,82383 -"18297",2068,82810 -"18298",2068,82854 -"18299",2068,83853 -"18300",2068,83884 -"18301",2068,84379 -"18302",2068,84613 -"18303",2068,85465 -"18304",2068,85610 -"18305",2068,86351 -"18306",2068,86451 -"18307",2068,86882 -"18308",2068,87175 -"18309",2068,87451 -"18310",2068,87521 -"18311",2068,87572 -"18312",2068,87663 -"18313",2068,87721 -"18314",2068,87862 -"18315",2070,2128 -"18316",2070,2138 -"18317",2070,2228 -"18318",2070,2840 -"18319",2070,4833 -"18320",2070,5304 -"18321",2070,7868 -"18322",2070,12994 -"18323",2070,14819 -"18324",2070,16715 -"18325",2070,18066 -"18326",2070,22460 -"18327",2070,23528 -"18328",2070,26197 -"18329",2070,39198 -"18330",2070,40453 -"18331",2070,46142 -"18332",2070,46786 -"18333",2070,64468 -"18334",2070,64578 -"18335",2070,91275 -"18336",2071,70858 -"18337",2071,74999 -"18338",2072,8049 -"18339",2072,17518 -"18340",2072,30650 -"18341",2073,2132 -"18342",2073,2187 -"18343",2073,3417 -"18344",2073,3861 -"18345",2073,5713 -"18346",2073,7419 -"18347",2073,9898 -"18348",2073,10313 -"18349",2073,13124 -"18350",2073,13851 -"18351",2073,14454 -"18352",2073,16948 -"18353",2073,19179 -"18354",2073,19686 -"18355",2073,22339 -"18356",2073,23156 -"18357",2073,27500 -"18358",2073,29808 -"18359",2073,31631 -"18360",2073,37826 -"18361",2073,39192 -"18362",2073,44955 -"18363",2073,46509 -"18364",2073,54794 -"18365",2073,64307 -"18366",2073,71757 -"18367",2073,77434 -"18368",2073,93544 -"18369",2073,99186 -"18370",2073,103424 -"18371",2073,119509 -"18372",2074,2164 -"18373",2074,5972 -"18374",2074,8121 -"18375",2074,10964 -"18376",2074,11019 -"18377",2074,11067 -"18378",2074,11195 -"18379",2074,11527 -"18380",2074,29433 -"18381",2074,42107 -"18382",2074,54791 -"18383",2074,62395 -"18384",2075,2118 -"18385",2075,5193 -"18386",2075,29815 -"18387",2076,2556 -"18388",2076,12688 -"18389",2076,12804 -"18390",2076,15447 -"18391",2076,17205 -"18392",2076,17657 -"18393",2076,17678 -"18394",2076,32504 -"18395",2076,36444 -"18396",2076,81797 -"18397",2076,89074 -"18398",2076,89674 -"18399",2076,89695 -"18400",2076,92878 -"18401",2077,2310 -"18402",2077,3164 -"18403",2077,4652 -"18404",2077,6030 -"18405",2077,7222 -"18406",2077,10298 -"18407",2077,11467 -"18408",2077,13364 -"18409",2077,14855 -"18410",2077,17957 -"18411",2077,20078 -"18412",2077,22566 -"18413",2077,26659 -"18414",2077,27862 -"18415",2077,28050 -"18416",2077,28168 -"18417",2077,28443 -"18418",2077,28611 -"18419",2077,29787 -"18420",2077,37551 -"18421",2077,38743 -"18422",2077,42591 -"18423",2077,52281 -"18424",2077,57246 -"18425",2077,60742 -"18426",2077,61881 -"18427",2077,69117 -"18428",2077,69250 -"18429",2077,74234 -"18430",2077,75960 -"18431",2077,91967 -"18432",2077,95895 -"18433",2077,99371 -"18434",2077,104790 -"18435",2077,107702 -"18436",2078,2556 -"18437",2078,3102 -"18438",2078,3477 -"18439",2078,5301 -"18440",2078,5526 -"18441",2078,5806 -"18442",2078,6053 -"18443",2078,6063 -"18444",2078,6254 -"18445",2078,6560 -"18446",2078,7581 -"18447",2078,8307 -"18448",2078,8534 -"18449",2078,9366 -"18450",2078,10784 -"18451",2078,11766 -"18452",2078,12735 -"18453",2078,12779 -"18454",2078,13360 -"18455",2078,13942 -"18456",2078,15027 -"18457",2078,15185 -"18458",2078,15216 -"18459",2078,15964 -"18460",2078,16252 -"18461",2078,16872 -"18462",2078,17145 -"18463",2078,17399 -"18464",2078,17508 -"18465",2078,18060 -"18466",2078,18217 -"18467",2078,19438 -"18468",2078,22462 -"18469",2078,22823 -"18470",2078,23147 -"18471",2078,23421 -"18472",2078,23632 -"18473",2078,23953 -"18474",2078,24495 -"18475",2078,24710 -"18476",2078,25143 -"18477",2078,25303 -"18478",2078,25664 -"18479",2078,26407 -"18480",2078,27174 -"18481",2078,27196 -"18482",2078,27710 -"18483",2078,28645 -"18484",2078,28703 -"18485",2078,29253 -"18486",2078,29341 -"18487",2078,29560 -"18488",2078,29573 -"18489",2078,29868 -"18490",2078,32438 -"18491",2078,32967 -"18492",2078,33223 -"18493",2078,33881 -"18494",2078,34097 -"18495",2078,34330 -"18496",2078,34513 -"18497",2078,35400 -"18498",2078,35689 -"18499",2078,36476 -"18500",2078,36547 -"18501",2078,36745 -"18502",2078,37821 -"18503",2078,37931 -"18504",2078,38319 -"18505",2078,39398 -"18506",2078,39492 -"18507",2078,40320 -"18508",2078,40373 -"18509",2078,40542 -"18510",2078,41182 -"18511",2078,42131 -"18512",2078,42656 -"18513",2078,44078 -"18514",2078,46843 -"18515",2078,48331 -"18516",2079,11341 -"18517",2079,11538 -"18518",2079,13146 -"18519",2079,13917 -"18520",2079,26186 -"18521",2079,39979 -"18522",2079,52171 -"18523",2079,70473 -"18524",2079,71240 -"18525",2080,12886 -"18526",2080,30852 -"18527",2080,33241 -"18528",2080,35351 -"18529",2080,40935 -"18530",2080,44565 -"18531",2080,60027 -"18532",2080,70734 -"18533",2081,2107 -"18534",2081,63372 -"18535",2081,77602 -"18536",2081,100128 -"18537",2081,102091 -"18538",2081,105226 -"18539",2082,7847 -"18540",2082,10370 -"18541",2082,12746 -"18542",2082,16000 -"18543",2082,19093 -"18544",2082,19202 -"18545",2082,19891 -"18546",2082,35559 -"18547",2082,41081 -"18548",2082,62652 -"18549",2082,92265 -"18550",2082,114125 -"18551",2083,94892 -"18552",2084,34208 -"18553",2084,40876 -"18554",2084,89684 -"18555",2085,48330 -"18556",2085,59714 -"18557",2085,95965 -"18558",2085,109635 -"18559",2085,111407 -"18560",2085,121803 -"18561",2086,48119 -"18562",2086,76941 -"18563",2087,46462 -"18564",2087,63358 -"18565",2088,5093 -"18566",2089,10223 -"18567",2089,42985 -"18568",2089,94335 -"18569",2090,78773 -"18570",2090,94046 -"18571",2090,98234 -"18572",2090,115310 -"18573",2090,115363 -"18574",2090,118174 -"18575",2090,118181 -"18576",2091,12302 -"18577",2091,12951 -"18578",2091,12993 -"18579",2091,28431 -"18580",2091,47845 -"18581",2091,54403 -"18582",2091,56284 -"18583",2091,98001 -"18584",2091,102695 -"18585",2091,102722 -"18586",2091,102733 -"18587",2091,102740 -"18588",2091,103447 -"18589",2091,113034 -"18590",2092,2150 -"18591",2092,10263 -"18592",2092,17642 -"18593",2092,19590 -"18594",2092,19680 -"18595",2092,30218 -"18596",2092,76874 -"18597",2093,2496 -"18598",2093,3233 -"18599",2093,3317 -"18600",2093,7729 -"18601",2093,8733 -"18602",2093,17255 -"18603",2093,17956 -"18604",2093,24892 -"18605",2093,24982 -"18606",2093,25759 -"18607",2093,27987 -"18608",2093,40635 -"18609",2093,40702 -"18610",2093,50033 -"18611",2093,55315 -"18612",2093,55850 -"18613",2093,55886 -"18614",2094,4273 -"18615",2094,6943 -"18616",2094,12627 -"18617",2094,13378 -"18618",2094,19725 -"18619",2094,27797 -"18620",2094,28161 -"18621",2094,42970 -"18622",2094,50052 -"18623",2094,66067 -"18624",2094,66082 -"18625",2094,73355 -"18626",2094,73356 -"18627",2094,86067 -"18628",2095,31526 -"18629",2095,36799 -"18630",2095,36833 -"18631",2095,36845 -"18632",2095,91015 -"18633",2096,2116 -"18634",2096,2160 -"18635",2096,2735 -"18636",2096,24551 -"18637",2096,29908 -"18638",2096,29911 -"18639",2096,30009 -"18640",2096,30066 -"18641",2096,55377 -"18642",2096,55388 -"18643",2096,55484 -"18644",2096,71713 -"18645",2097,3068 -"18646",2097,17725 -"18647",2097,54306 -"18648",2097,94520 -"18649",2097,98883 -"18650",2097,102003 -"18651",2097,102101 -"18652",2098,2163 -"18653",2098,3570 -"18654",2098,16587 -"18655",2098,16809 -"18656",2098,17305 -"18657",2098,29661 -"18658",2098,37256 -"18659",2098,45958 -"18660",2098,52593 -"18661",2098,54344 -"18662",2098,81893 -"18663",2099,2447 -"18664",2099,2743 -"18665",2099,3242 -"18666",2099,3575 -"18667",2099,4244 -"18668",2099,5195 -"18669",2099,7917 -"18670",2099,8553 -"18671",2099,9130 -"18672",2099,16164 -"18673",2099,20319 -"18674",2099,20563 -"18675",2099,20824 -"18676",2099,30931 -"18677",2099,32296 -"18678",2099,35718 -"18679",2099,44364 -"18680",2099,50312 -"18681",2099,51022 -"18682",2099,68708 -"18683",2099,76468 -"18684",2099,103265 -"18685",2099,105092 -"18686",2099,108552 -"18687",2100,2133 -"18688",2101,27839 -"18689",2101,63694 -"18690",2101,63697 -"18691",2101,66682 -"18692",2102,3142 -"18693",2102,4639 -"18694",2102,7677 -"18695",2102,11460 -"18696",2102,11988 -"18697",2102,13080 -"18698",2102,13107 -"18699",2102,13144 -"18700",2102,13209 -"18701",2102,13269 -"18702",2102,13355 -"18703",2102,15878 -"18704",2102,23532 -"18705",2102,23559 -"18706",2102,23722 -"18707",2102,23723 -"18708",2102,25542 -"18709",2102,30858 -"18710",2102,31986 -"18711",2102,32581 -"18712",2102,33158 -"18713",2102,33811 -"18714",2102,37238 -"18715",2102,38896 -"18716",2102,39532 -"18717",2102,40312 -"18718",2102,40437 -"18719",2102,81051 -"18720",2102,83682 -"18721",2103,17414 -"18722",2103,30596 -"18723",2103,31656 -"18724",2103,50351 -"18725",2104,2224 -"18726",2104,8821 -"18727",2104,10271 -"18728",2104,14134 -"18729",2104,23161 -"18730",2104,34254 -"18731",2104,44740 -"18732",2104,59924 -"18733",2105,4905 -"18734",2105,12804 -"18735",2105,16903 -"18736",2105,31449 -"18737",2105,34742 -"18738",2105,88744 -"18739",2105,97334 -"18740",2105,105304 -"18741",2105,123398 -"18742",2106,2226 -"18743",2106,2314 -"18744",2106,2535 -"18745",2106,3736 -"18746",2106,10766 -"18747",2106,11727 -"18748",2106,14915 -"18749",2106,38050 -"18750",2106,46261 -"18751",2106,56284 -"18752",2106,87194 -"18753",2107,55922 -"18754",2108,16653 -"18755",2108,19386 -"18756",2109,2916 -"18757",2109,4011 -"18758",2109,4749 -"18759",2109,5054 -"18760",2109,6501 -"18761",2109,6922 -"18762",2109,7048 -"18763",2109,7049 -"18764",2109,8137 -"18765",2109,8601 -"18766",2109,9174 -"18767",2109,11815 -"18768",2109,11816 -"18769",2109,11831 -"18770",2109,11847 -"18771",2109,11848 -"18772",2109,11882 -"18773",2109,11895 -"18774",2109,11918 -"18775",2109,11938 -"18776",2109,11981 -"18777",2109,12060 -"18778",2109,12061 -"18779",2109,12079 -"18780",2109,14850 -"18781",2109,20807 -"18782",2109,33385 -"18783",2109,37421 -"18784",2109,52304 -"18785",2109,54008 -"18786",2110,34695 -"18787",2110,95406 -"18788",2110,97370 -"18789",2111,6588 -"18790",2111,6750 -"18791",2111,9821 -"18792",2111,13304 -"18793",2111,13533 -"18794",2111,14666 -"18795",2111,19622 -"18796",2111,20326 -"18797",2111,20480 -"18798",2111,28477 -"18799",2111,28799 -"18800",2111,33719 -"18801",2111,39301 -"18802",2111,39371 -"18803",2111,40028 -"18804",2111,46525 -"18805",2111,46526 -"18806",2111,46543 -"18807",2111,46544 -"18808",2111,46629 -"18809",2111,46670 -"18810",2111,86369 -"18811",2111,86381 -"18812",2112,41267 -"18813",2112,48001 -"18814",2113,5022 -"18815",2113,11425 -"18816",2113,32614 -"18817",2113,56623 -"18818",2113,74428 -"18819",2113,88661 -"18820",2114,3517 -"18821",2114,7968 -"18822",2114,62441 -"18823",2114,76783 -"18824",2114,99709 -"18825",2115,2132 -"18826",2115,2187 -"18827",2115,2206 -"18828",2115,7365 -"18829",2115,9686 -"18830",2115,15276 -"18831",2115,15593 -"18832",2115,15857 -"18833",2115,20951 -"18834",2115,21487 -"18835",2115,40643 -"18836",2115,45887 -"18837",2115,53057 -"18838",2115,61727 -"18839",2115,69621 -"18840",2115,71137 -"18841",2115,90638 -"18842",2115,108717 -"18843",2116,2160 -"18844",2117,22404 -"18845",2117,24298 -"18846",2117,28218 -"18847",2119,55688 -"18848",2119,79434 -"18849",2120,6278 -"18850",2120,6502 -"18851",2120,22110 -"18852",2120,22204 -"18853",2120,22269 -"18854",2120,23465 -"18855",2120,36304 -"18856",2120,36942 -"18857",2120,37037 -"18858",2120,38672 -"18859",2120,49974 -"18860",2120,69139 -"18861",2121,42735 -"18862",2121,52799 -"18863",2121,60417 -"18864",2122,39736 -"18865",2122,72872 -"18866",2123,2856 -"18867",2123,5986 -"18868",2123,6310 -"18869",2123,7068 -"18870",2123,10668 -"18871",2123,10717 -"18872",2123,11514 -"18873",2123,16169 -"18874",2123,23159 -"18875",2123,26080 -"18876",2123,30382 -"18877",2123,32975 -"18878",2123,37985 -"18879",2123,41972 -"18880",2123,42429 -"18881",2123,49453 -"18882",2123,53442 -"18883",2123,54003 -"18884",2123,55666 -"18885",2123,62244 -"18886",2123,77629 -"18887",2123,79619 -"18888",2123,90378 -"18889",2123,91271 -"18890",2123,115840 -"18891",2124,26834 -"18892",2124,44882 -"18893",2124,70725 -"18894",2124,91779 -"18895",2124,96525 -"18896",2124,101347 -"18897",2125,5150 -"18898",2125,13425 -"18899",2125,18808 -"18900",2125,35598 -"18901",2125,50803 -"18902",2125,54428 -"18903",2125,63537 -"18904",2125,63538 -"18905",2125,71344 -"18906",2125,81616 -"18907",2126,19814 -"18908",2126,34428 -"18909",2126,64436 -"18910",2127,28532 -"18911",2127,33306 -"18912",2127,33361 -"18913",2128,2138 -"18914",2128,2228 -"18915",2128,2866 -"18916",2128,3127 -"18917",2128,4097 -"18918",2128,4129 -"18919",2128,4668 -"18920",2128,5304 -"18921",2128,7868 -"18922",2128,8053 -"18923",2128,8140 -"18924",2128,9457 -"18925",2128,10033 -"18926",2128,10980 -"18927",2128,13356 -"18928",2128,13822 -"18929",2128,14532 -"18930",2128,15161 -"18931",2128,18066 -"18932",2128,18190 -"18933",2128,22460 -"18934",2128,23462 -"18935",2128,23528 -"18936",2128,24796 -"18937",2128,28869 -"18938",2128,32228 -"18939",2128,38736 -"18940",2128,42746 -"18941",2128,50072 -"18942",2128,50938 -"18943",2128,64468 -"18944",2128,72410 -"18945",2128,73684 -"18946",2128,90154 -"18947",2128,96428 -"18948",2129,6116 -"18949",2129,50576 -"18950",2129,54952 -"18951",2129,90448 -"18952",2130,3363 -"18953",2130,43446 -"18954",2130,51993 -"18955",2130,71731 -"18956",2130,95835 -"18957",2130,119883 -"18958",2130,121390 -"18959",2130,122719 -"18960",2131,76389 -"18961",2132,2187 -"18962",2132,2206 -"18963",2132,4392 -"18964",2132,7419 -"18965",2132,8439 -"18966",2132,10313 -"18967",2132,14218 -"18968",2132,17029 -"18969",2132,22237 -"18970",2132,22339 -"18971",2132,22497 -"18972",2132,28512 -"18973",2132,38435 -"18974",2132,45052 -"18975",2132,45092 -"18976",2132,46096 -"18977",2132,46226 -"18978",2132,47360 -"18979",2132,48936 -"18980",2132,54493 -"18981",2132,72803 -"18982",2132,73453 -"18983",2132,75686 -"18984",2132,97791 -"18985",2133,4179 -"18986",2133,8556 -"18987",2133,8940 -"18988",2133,9662 -"18989",2133,9730 -"18990",2133,9765 -"18991",2133,9770 -"18992",2133,9817 -"18993",2133,9835 -"18994",2133,9844 -"18995",2133,9909 -"18996",2133,9930 -"18997",2133,9931 -"18998",2133,9938 -"18999",2134,10420 -"19000",2134,12067 -"19001",2134,16445 -"19002",2134,38513 -"19003",2134,55137 -"19004",2135,2136 -"19005",2135,2152 -"19006",2135,7366 -"19007",2135,16075 -"19008",2135,39873 -"19009",2135,42719 -"19010",2135,56168 -"19011",2135,57736 -"19012",2135,83265 -"19013",2135,87280 -"19014",2136,2152 -"19015",2137,51353 -"19016",2138,2228 -"19017",2138,7889 -"19018",2139,21814 -"19019",2139,24847 -"19020",2139,32838 -"19021",2139,37044 -"19022",2139,56873 -"19023",2139,61673 -"19024",2139,72271 -"19025",2140,25350 -"19026",2140,55426 -"19027",2141,46848 -"19028",2141,48477 -"19029",2142,68011 -"19030",2142,75773 -"19031",2143,6193 -"19032",2143,8847 -"19033",2143,20158 -"19034",2143,21053 -"19035",2143,44069 -"19036",2143,68634 -"19037",2143,81723 -"19038",2143,81747 -"19039",2143,81837 -"19040",2143,81838 -"19041",2143,104436 -"19042",2143,111396 -"19043",2143,111929 -"19044",2143,111932 -"19045",2143,111939 -"19046",2144,58096 -"19047",2145,2146 -"19048",2145,2167 -"19049",2145,2235 -"19050",2145,82394 -"19051",2146,2167 -"19052",2146,2235 -"19053",2146,2944 -"19054",2146,3946 -"19055",2146,14669 -"19056",2146,25743 -"19057",2146,25902 -"19058",2146,37550 -"19059",2146,42026 -"19060",2146,53764 -"19061",2146,75820 -"19062",2146,78196 -"19063",2146,81516 -"19064",2146,81554 -"19065",2146,84234 -"19066",2148,70238 -"19067",2148,80261 -"19068",2149,17087 -"19069",2149,26116 -"19070",2149,33318 -"19071",2149,42212 -"19072",2149,42297 -"19073",2149,61172 -"19074",2149,76192 -"19075",2149,81420 -"19076",2149,102226 -"19077",2149,102401 -"19078",2149,102518 -"19079",2150,3372 -"19080",2150,15004 -"19081",2150,26375 -"19082",2150,34610 -"19083",2150,39440 -"19084",2150,55441 -"19085",2150,55690 -"19086",2150,57897 -"19087",2150,62462 -"19088",2150,71081 -"19089",2150,71095 -"19090",2150,72759 -"19091",2150,76874 -"19092",2151,2930 -"19093",2151,55449 -"19094",2151,81650 -"19095",2152,5087 -"19096",2152,5088 -"19097",2152,16792 -"19098",2152,29824 -"19099",2152,35404 -"19100",2152,39873 -"19101",2152,77145 -"19102",2152,85586 -"19103",2152,86341 -"19104",2153,30414 -"19105",2153,76942 -"19106",2153,88338 -"19107",2153,90988 -"19108",2154,8407 -"19109",2154,37971 -"19110",2154,95357 -"19111",2155,24032 -"19112",2155,24844 -"19113",2155,43490 -"19114",2155,73318 -"19115",2156,18395 -"19116",2156,18878 -"19117",2156,20188 -"19118",2156,22400 -"19119",2156,29132 -"19120",2156,71478 -"19121",2156,78723 -"19122",2156,100789 -"19123",2156,112073 -"19124",2157,4974 -"19125",2157,11537 -"19126",2157,22733 -"19127",2157,30101 -"19128",2157,38785 -"19129",2157,40319 -"19130",2157,58643 -"19131",2157,76767 -"19132",2158,57189 -"19133",2158,97658 -"19134",2158,122877 -"19135",2159,73378 -"19136",2160,2285 -"19137",2160,4473 -"19138",2160,16730 -"19139",2160,23721 -"19140",2160,29590 -"19141",2160,49546 -"19142",2160,66002 -"19143",2161,14627 -"19144",2161,25078 -"19145",2161,41424 -"19146",2161,47812 -"19147",2161,66858 -"19148",2162,36759 -"19149",2162,40829 -"19150",2162,49993 -"19151",2162,105672 -"19152",2162,115434 -"19153",2163,5847 -"19154",2163,10709 -"19155",2163,11811 -"19156",2163,25122 -"19157",2163,37836 -"19158",2163,72235 -"19159",2163,89319 -"19160",2164,6943 -"19161",2164,13816 -"19162",2164,24195 -"19163",2164,27729 -"19164",2164,29433 -"19165",2164,35620 -"19166",2164,46115 -"19167",2164,48294 -"19168",2164,58506 -"19169",2164,72386 -"19170",2164,72456 -"19171",2164,75422 -"19172",2164,93257 -"19173",2164,93961 -"19174",2164,93963 -"19175",2164,93972 -"19176",2164,93986 -"19177",2165,41414 -"19178",2165,41806 -"19179",2166,3270 -"19180",2166,4109 -"19181",2166,5810 -"19182",2166,10790 -"19183",2166,14787 -"19184",2166,15190 -"19185",2166,17240 -"19186",2166,23552 -"19187",2166,25239 -"19188",2166,29173 -"19189",2166,30386 -"19190",2166,32877 -"19191",2166,39395 -"19192",2166,63132 -"19193",2166,77414 -"19194",2167,2235 -"19195",2167,20375 -"19196",2168,90033 -"19197",2169,17023 -"19198",2169,92965 -"19199",2170,12542 -"19200",2170,26827 -"19201",2170,73590 -"19202",2170,74034 -"19203",2171,6157 -"19204",2171,9438 -"19205",2171,11481 -"19206",2171,80240 -"19207",2172,89722 -"19208",2172,121364 -"19209",2173,12738 -"19210",2173,12924 -"19211",2173,26617 -"19212",2174,2810 -"19213",2174,2811 -"19214",2174,4029 -"19215",2174,4579 -"19216",2174,5175 -"19217",2174,7526 -"19218",2174,9217 -"19219",2174,9257 -"19220",2174,14348 -"19221",2174,15515 -"19222",2174,17830 -"19223",2174,20596 -"19224",2174,23462 -"19225",2174,29353 -"19226",2174,38785 -"19227",2174,50223 -"19228",2174,57697 -"19229",2174,64376 -"19230",2174,68018 -"19231",2174,74153 -"19232",2174,78253 -"19233",2174,80409 -"19234",2174,88665 -"19235",2174,93194 -"19236",2174,93243 -"19237",2174,93641 -"19238",2174,111625 -"19239",2174,113387 -"19240",2174,116908 -"19241",2175,6875 -"19242",2176,2212 -"19243",2176,35000 -"19244",2176,47665 -"19245",2177,2242 -"19246",2177,13428 -"19247",2177,29650 -"19248",2177,62682 -"19249",2177,65941 -"19250",2177,71569 -"19251",2177,85994 -"19252",2178,3222 -"19253",2178,27417 -"19254",2179,7825 -"19255",2179,16747 -"19256",2179,18151 -"19257",2179,21288 -"19258",2179,33900 -"19259",2179,82679 -"19260",2180,76743 -"19261",2181,6237 -"19262",2181,8718 -"19263",2181,14279 -"19264",2181,15799 -"19265",2181,21119 -"19266",2181,23147 -"19267",2181,27694 -"19268",2181,30610 -"19269",2181,32722 -"19270",2181,36057 -"19271",2181,45175 -"19272",2181,45311 -"19273",2181,47452 -"19274",2181,47514 -"19275",2181,49488 -"19276",2181,51077 -"19277",2181,54328 -"19278",2181,55783 -"19279",2182,17972 -"19280",2183,21370 -"19281",2183,22245 -"19282",2183,48216 -"19283",2183,107079 -"19284",2184,2213 -"19285",2184,2537 -"19286",2184,10645 -"19287",2184,25031 -"19288",2184,32356 -"19289",2184,45953 -"19290",2184,53524 -"19291",2184,55226 -"19292",2184,58015 -"19293",2184,66181 -"19294",2184,67252 -"19295",2184,96617 -"19296",2184,98578 -"19297",2184,102365 -"19298",2185,9952 -"19299",2185,84890 -"19300",2185,94821 -"19301",2185,95623 -"19302",2186,4253 -"19303",2186,10584 -"19304",2186,35773 -"19305",2186,63199 -"19306",2186,64226 -"19307",2186,70027 -"19308",2187,2206 -"19309",2187,7419 -"19310",2187,8439 -"19311",2187,9306 -"19312",2187,10313 -"19313",2187,14218 -"19314",2187,22237 -"19315",2187,22339 -"19316",2187,22497 -"19317",2187,31351 -"19318",2187,37525 -"19319",2187,45052 -"19320",2187,45092 -"19321",2187,48936 -"19322",2187,50322 -"19323",2187,68994 -"19324",2188,27507 -"19325",2188,33795 -"19326",2188,55804 -"19327",2189,6345 -"19328",2189,9724 -"19329",2189,21889 -"19330",2189,22024 -"19331",2189,22083 -"19332",2189,23057 -"19333",2189,23550 -"19334",2189,24760 -"19335",2189,29603 -"19336",2189,32239 -"19337",2189,37004 -"19338",2189,38099 -"19339",2189,57443 -"19340",2189,63997 -"19341",2189,85679 -"19342",2189,100197 -"19343",2190,14599 -"19344",2190,30041 -"19345",2190,36445 -"19346",2190,41357 -"19347",2190,43893 -"19348",2190,44822 -"19349",2190,45594 -"19350",2190,50076 -"19351",2190,52785 -"19352",2190,59567 -"19353",2190,62758 -"19354",2190,68958 -"19355",2190,91483 -"19356",2191,29531 -"19357",2191,29583 -"19358",2191,29585 -"19359",2191,88360 -"19360",2192,14731 -"19361",2192,25790 -"19362",2192,45545 -"19363",2192,45794 -"19364",2192,51103 -"19365",2192,78400 -"19366",2192,88457 -"19367",2192,92017 -"19368",2193,5329 -"19369",2194,9364 -"19370",2194,23222 -"19371",2194,36361 -"19372",2194,43575 -"19373",2194,47333 -"19374",2194,66280 -"19375",2194,76284 -"19376",2194,87048 -"19377",2194,111971 -"19378",2195,2406 -"19379",2195,11074 -"19380",2195,18088 -"19381",2195,20973 -"19382",2195,24647 -"19383",2195,24648 -"19384",2195,29114 -"19385",2195,31613 -"19386",2195,36195 -"19387",2195,36197 -"19388",2195,96702 -"19389",2196,3209 -"19390",2196,3897 -"19391",2196,3905 -"19392",2196,4369 -"19393",2196,5946 -"19394",2196,7559 -"19395",2196,7572 -"19396",2196,7619 -"19397",2196,7621 -"19398",2196,7631 -"19399",2196,7651 -"19400",2196,8058 -"19401",2196,8059 -"19402",2196,8076 -"19403",2196,8083 -"19404",2196,9060 -"19405",2196,10286 -"19406",2196,13636 -"19407",2196,13700 -"19408",2196,13871 -"19409",2196,17178 -"19410",2196,25657 -"19411",2196,33522 -"19412",2196,56042 -"19413",2196,61000 -"19414",2196,61787 -"19415",2196,63511 -"19416",2197,16384 -"19417",2197,26793 -"19418",2197,58117 -"19419",2197,74826 -"19420",2198,9445 -"19421",2198,11211 -"19422",2198,15412 -"19423",2198,19400 -"19424",2198,19956 -"19425",2198,22187 -"19426",2198,23823 -"19427",2198,24195 -"19428",2198,28918 -"19429",2198,43996 -"19430",2198,51589 -"19431",2198,53530 -"19432",2198,53899 -"19433",2198,108074 -"19434",2199,17212 -"19435",2199,26796 -"19436",2199,37141 -"19437",2199,50358 -"19438",2199,55736 -"19439",2199,90582 -"19440",2200,2222 -"19441",2200,7174 -"19442",2200,10639 -"19443",2200,10933 -"19444",2200,12589 -"19445",2200,22442 -"19446",2200,23361 -"19447",2200,25837 -"19448",2200,59269 -"19449",2200,70602 -"19450",2200,78532 -"19451",2201,14470 -"19452",2201,17531 -"19453",2201,32239 -"19454",2201,56491 -"19455",2202,16308 -"19456",2202,21231 -"19457",2202,38752 -"19458",2202,42856 -"19459",2202,78560 -"19460",2203,13065 -"19461",2203,13920 -"19462",2203,22594 -"19463",2203,27988 -"19464",2203,60713 -"19465",2203,74848 -"19466",2203,90499 -"19467",2203,106931 -"19468",2203,109586 -"19469",2203,109588 -"19470",2204,7903 -"19471",2204,11398 -"19472",2204,14362 -"19473",2204,14430 -"19474",2204,30718 -"19475",2204,30728 -"19476",2204,31990 -"19477",2204,37786 -"19478",2204,37801 -"19479",2204,44294 -"19480",2204,44307 -"19481",2204,44312 -"19482",2204,44388 -"19483",2204,44408 -"19484",2204,44421 -"19485",2204,44479 -"19486",2204,44505 -"19487",2204,44507 -"19488",2204,99972 -"19489",2205,17923 -"19490",2205,46287 -"19491",2205,59944 -"19492",2205,85155 -"19493",2205,95940 -"19494",2205,98997 -"19495",2206,8439 -"19496",2206,10033 -"19497",2206,11099 -"19498",2206,13851 -"19499",2206,16480 -"19500",2206,17711 -"19501",2206,27545 -"19502",2206,47188 -"19503",2206,62066 -"19504",2206,86474 -"19505",2206,103873 -"19506",2206,107345 -"19507",2207,13221 -"19508",2207,18732 -"19509",2207,34549 -"19510",2207,34863 -"19511",2208,4317 -"19512",2208,14631 -"19513",2208,16946 -"19514",2208,26481 -"19515",2208,37406 -"19516",2208,44351 -"19517",2208,47030 -"19518",2208,63300 -"19519",2208,65535 -"19520",2208,81661 -"19521",2208,90845 -"19522",2208,101858 -"19523",2208,116470 -"19524",2209,7377 -"19525",2209,18456 -"19526",2209,33583 -"19527",2209,33884 -"19528",2209,59678 -"19529",2209,79452 -"19530",2210,8412 -"19531",2211,23354 -"19532",2213,32356 -"19533",2213,33468 -"19534",2213,50727 -"19535",2213,100548 -"19536",2213,100776 -"19537",2213,121689 -"19538",2214,45959 -"19539",2214,46733 -"19540",2214,121427 -"19541",2215,8899 -"19542",2215,8944 -"19543",2215,26026 -"19544",2215,26136 -"19545",2215,36003 -"19546",2215,49232 -"19547",2215,54157 -"19548",2215,64518 -"19549",2215,64520 -"19550",2215,84151 -"19551",2216,28816 -"19552",2216,33641 -"19553",2216,45375 -"19554",2217,38572 -"19555",2217,77085 -"19556",2218,2223 -"19557",2219,4736 -"19558",2219,60749 -"19559",2219,66112 -"19560",2219,68766 -"19561",2219,80450 -"19562",2220,47222 -"19563",2220,50464 -"19564",2220,91866 -"19565",2220,121951 -"19566",2221,21498 -"19567",2221,23254 -"19568",2221,39597 -"19569",2221,94149 -"19570",2221,106162 -"19571",2222,2464 -"19572",2222,3856 -"19573",2222,6597 -"19574",2222,7979 -"19575",2222,15033 -"19576",2222,30049 -"19577",2222,36885 -"19578",2222,43890 -"19579",2222,47642 -"19580",2222,50433 -"19581",2222,67228 -"19582",2222,83406 -"19583",2222,109584 -"19584",2223,24765 -"19585",2223,92206 -"19586",2224,2244 -"19587",2224,3014 -"19588",2224,3367 -"19589",2224,5489 -"19590",2224,8821 -"19591",2224,33570 -"19592",2224,33646 -"19593",2224,67832 -"19594",2225,29056 -"19595",2225,37765 -"19596",2225,40567 -"19597",2226,2535 -"19598",2226,3218 -"19599",2226,3736 -"19600",2226,3770 -"19601",2226,3789 -"19602",2226,3945 -"19603",2226,6956 -"19604",2226,7243 -"19605",2226,10263 -"19606",2226,14915 -"19607",2226,23154 -"19608",2226,23489 -"19609",2226,29847 -"19610",2226,38050 -"19611",2226,46261 -"19612",2226,59909 -"19613",2226,73211 -"19614",2226,87194 -"19615",2227,2248 -"19616",2229,22723 -"19617",2229,98149 -"19618",2230,2232 -"19619",2231,2806 -"19620",2231,3648 -"19621",2231,11443 -"19622",2231,32109 -"19623",2231,90353 -"19624",2232,17102 -"19625",2232,17211 -"19626",2232,29172 -"19627",2232,30665 -"19628",2232,81537 -"19629",2233,5064 -"19630",2233,80774 -"19631",2233,80817 -"19632",2234,18048 -"19633",2234,19758 -"19634",2234,43244 -"19635",2236,3302 -"19636",2236,41940 -"19637",2236,78561 -"19638",2236,90326 -"19639",2237,20311 -"19640",2238,21994 -"19641",2238,25870 -"19642",2239,8131 -"19643",2239,74447 -"19644",2239,75840 -"19645",2239,88942 -"19646",2240,2882 -"19647",2240,2888 -"19648",2240,39978 -"19649",2241,5598 -"19650",2241,8997 -"19651",2241,9187 -"19652",2241,10944 -"19653",2241,14185 -"19654",2241,26873 -"19655",2241,31291 -"19656",2241,38442 -"19657",2241,40628 -"19658",2241,48041 -"19659",2241,55998 -"19660",2241,66241 -"19661",2241,81858 -"19662",2241,89673 -"19663",2241,92430 -"19664",2241,96261 -"19665",2241,99677 -"19666",2241,101620 -"19667",2241,103320 -"19668",2241,104044 -"19669",2241,104085 -"19670",2241,109511 -"19671",2241,110134 -"19672",2241,121565 -"19673",2243,5574 -"19674",2243,13357 -"19675",2243,31945 -"19676",2243,100201 -"19677",2244,2424 -"19678",2244,2510 -"19679",2244,3110 -"19680",2244,7228 -"19681",2244,7637 -"19682",2244,8976 -"19683",2244,12202 -"19684",2244,13231 -"19685",2244,15084 -"19686",2244,17685 -"19687",2244,18163 -"19688",2244,18782 -"19689",2244,21164 -"19690",2244,28705 -"19691",2244,30031 -"19692",2244,42216 -"19693",2244,47501 -"19694",2244,51979 -"19695",2244,56913 -"19696",2244,87200 -"19697",2245,2420 -"19698",2245,2455 -"19699",2245,2461 -"19700",2246,4064 -"19701",2246,4782 -"19702",2246,4783 -"19703",2246,6153 -"19704",2246,15844 -"19705",2246,45608 -"19706",2246,67488 -"19707",2246,80722 -"19708",2246,86923 -"19709",2246,93887 -"19710",2247,18711 -"19711",2247,61583 -"19712",2247,75964 -"19713",2247,91508 -"19714",2248,33363 -"19715",2248,46581 -"19716",2248,58408 -"19717",2248,58957 -"19718",2248,64752 -"19719",2248,64755 -"19720",2248,75004 -"19721",2249,3130 -"19722",2249,3914 -"19723",2249,4423 -"19724",2249,6660 -"19725",2249,7748 -"19726",2249,17078 -"19727",2249,21751 -"19728",2249,33395 -"19729",2249,38673 -"19730",2249,39916 -"19731",2249,42480 -"19732",2249,48584 -"19733",2249,57679 -"19734",2249,59485 -"19735",2249,59506 -"19736",2249,60413 -"19737",2249,72062 -"19738",2249,78034 -"19739",2249,80219 -"19740",2249,97398 -"19741",2249,99261 -"19742",2249,100290 -"19743",2249,101789 -"19744",2250,2355 -"19745",2250,32042 -"19746",2250,39371 -"19747",2251,2268 -"19748",2251,2307 -"19749",2251,2342 -"19750",2251,2343 -"19751",2251,2354 -"19752",2252,2547 -"19753",2252,2939 -"19754",2252,4073 -"19755",2252,5226 -"19756",2252,15122 -"19757",2252,17473 -"19758",2252,20495 -"19759",2252,25147 -"19760",2252,37108 -"19761",2252,39227 -"19762",2252,39539 -"19763",2252,44262 -"19764",2252,49487 -"19765",2252,57279 -"19766",2252,71068 -"19767",2252,76534 -"19768",2252,77687 -"19769",2252,90964 -"19770",2252,92575 -"19771",2252,95644 -"19772",2252,99864 -"19773",2252,119226 -"19774",2253,2282 -"19775",2254,9058 -"19776",2254,9068 -"19777",2254,10142 -"19778",2255,2352 -"19779",2255,2353 -"19780",2255,8962 -"19781",2255,10011 -"19782",2255,34004 -"19783",2255,56806 -"19784",2255,70415 -"19785",2256,2290 -"19786",2256,2297 -"19787",2256,2517 -"19788",2256,8300 -"19789",2256,10374 -"19790",2256,11244 -"19791",2256,17576 -"19792",2256,22746 -"19793",2256,27538 -"19794",2256,27677 -"19795",2256,43940 -"19796",2256,53321 -"19797",2256,79877 -"19798",2256,103920 -"19799",2257,3816 -"19800",2257,38499 -"19801",2257,72164 -"19802",2258,4559 -"19803",2258,11410 -"19804",2258,25259 -"19805",2258,26429 -"19806",2258,26568 -"19807",2258,75593 -"19808",2258,103888 -"19809",2258,106703 -"19810",2258,116951 -"19811",2258,117301 -"19812",2258,119023 -"19813",2258,121934 -"19814",2259,2476 -"19815",2259,9297 -"19816",2259,18675 -"19817",2259,45874 -"19818",2259,68091 -"19819",2260,5531 -"19820",2260,17572 -"19821",2260,25221 -"19822",2260,31149 -"19823",2260,47148 -"19824",2260,61998 -"19825",2260,70488 -"19826",2260,71405 -"19827",2260,80742 -"19828",2260,102954 -"19829",2261,76720 -"19830",2262,5057 -"19831",2262,7219 -"19832",2262,18260 -"19833",2262,18917 -"19834",2262,20578 -"19835",2262,29855 -"19836",2262,32366 -"19837",2262,32521 -"19838",2262,34688 -"19839",2262,37366 -"19840",2262,39872 -"19841",2262,40005 -"19842",2262,43457 -"19843",2262,49763 -"19844",2262,49814 -"19845",2262,49942 -"19846",2262,53502 -"19847",2262,66350 -"19848",2262,72223 -"19849",2262,88655 -"19850",2262,89077 -"19851",2262,94258 -"19852",2262,97216 -"19853",2262,97707 -"19854",2262,108177 -"19855",2263,30143 -"19856",2263,43684 -"19857",2263,46585 -"19858",2263,47899 -"19859",2263,49005 -"19860",2265,3079 -"19861",2265,12976 -"19862",2265,13703 -"19863",2265,15537 -"19864",2265,24360 -"19865",2265,38186 -"19866",2265,44339 -"19867",2265,44502 -"19868",2265,49791 -"19869",2265,76396 -"19870",2265,96353 -"19871",2266,11589 -"19872",2266,11977 -"19873",2267,22923 -"19874",2267,24508 -"19875",2267,26412 -"19876",2268,2307 -"19877",2268,2342 -"19878",2268,2343 -"19879",2268,2354 -"19880",2269,2299 -"19881",2269,2300 -"19882",2269,2301 -"19883",2269,2317 -"19884",2269,2325 -"19885",2269,2590 -"19886",2269,2856 -"19887",2269,3966 -"19888",2269,4372 -"19889",2269,6294 -"19890",2269,6582 -"19891",2269,7861 -"19892",2269,8353 -"19893",2269,11507 -"19894",2269,15437 -"19895",2269,18301 -"19896",2269,26282 -"19897",2269,34012 -"19898",2269,34509 -"19899",2269,47248 -"19900",2269,51017 -"19901",2269,52144 -"19902",2269,56175 -"19903",2269,63547 -"19904",2269,64181 -"19905",2269,67744 -"19906",2269,70020 -"19907",2269,70605 -"19908",2269,74975 -"19909",2269,82977 -"19910",2269,83300 -"19911",2269,84474 -"19912",2269,90921 -"19913",2269,91744 -"19914",2269,92010 -"19915",2269,95997 -"19916",2269,109151 -"19917",2269,109745 -"19918",2269,113489 -"19919",2269,117701 -"19920",2269,117703 -"19921",2269,117707 -"19922",2270,8163 -"19923",2270,12875 -"19924",2270,18362 -"19925",2270,45601 -"19926",2270,75812 -"19927",2270,87514 -"19928",2270,98115 -"19929",2270,98126 -"19930",2271,2357 -"19931",2272,2413 -"19932",2272,2443 -"19933",2272,14290 -"19934",2272,14470 -"19935",2272,15582 -"19936",2272,22410 -"19937",2272,25334 -"19938",2272,27714 -"19939",2272,27828 -"19940",2272,31280 -"19941",2272,88805 -"19942",2272,93710 -"19943",2273,2321 -"19944",2273,5086 -"19945",2273,15215 -"19946",2273,49953 -"19947",2273,82009 -"19948",2273,118049 -"19949",2273,118052 -"19950",2274,20692 -"19951",2274,38602 -"19952",2274,54501 -"19953",2274,63707 -"19954",2274,98508 -"19955",2274,102907 -"19956",2274,120503 -"19957",2275,4944 -"19958",2275,9084 -"19959",2275,12746 -"19960",2275,13146 -"19961",2275,17645 -"19962",2275,20764 -"19963",2275,21906 -"19964",2275,25367 -"19965",2275,25413 -"19966",2275,43654 -"19967",2275,44222 -"19968",2275,45161 -"19969",2275,46726 -"19970",2275,47167 -"19971",2275,48464 -"19972",2275,59915 -"19973",2275,62668 -"19974",2275,70473 -"19975",2275,70981 -"19976",2275,71825 -"19977",2275,71837 -"19978",2275,77625 -"19979",2275,79681 -"19980",2275,82452 -"19981",2275,88409 -"19982",2275,90883 -"19983",2275,91383 -"19984",2275,92113 -"19985",2275,98904 -"19986",2275,102940 -"19987",2275,112947 -"19988",2275,118577 -"19989",2275,119085 -"19990",2275,119224 -"19991",2275,119439 -"19992",2275,120085 -"19993",2275,120232 -"19994",2275,121213 -"19995",2276,73871 -"19996",2276,81285 -"19997",2277,5553 -"19998",2277,19811 -"19999",2277,21009 -"20000",2277,21017 -"20001",2278,2345 -"20002",2278,16122 -"20003",2278,34303 -"20004",2278,34946 -"20005",2278,36470 -"20006",2278,37033 -"20007",2278,37087 -"20008",2278,46950 -"20009",2278,69712 -"20010",2278,70365 -"20011",2278,88016 -"20012",2279,36186 -"20013",2279,49762 -"20014",2279,51337 -"20015",2279,55896 -"20016",2279,82554 -"20017",2280,2329 -"20018",2280,3205 -"20019",2280,16325 -"20020",2280,16717 -"20021",2280,17743 -"20022",2280,22260 -"20023",2280,25990 -"20024",2280,35902 -"20025",2280,42231 -"20026",2280,45146 -"20027",2280,48307 -"20028",2280,55109 -"20029",2280,70131 -"20030",2280,85736 -"20031",2280,121804 -"20032",2281,17036 -"20033",2281,45279 -"20034",2281,47943 -"20035",2281,50204 -"20036",2281,50302 -"20037",2282,2927 -"20038",2282,9673 -"20039",2282,13370 -"20040",2282,22357 -"20041",2282,26597 -"20042",2282,27745 -"20043",2282,28782 -"20044",2282,36840 -"20045",2282,60203 -"20046",2282,79483 -"20047",2282,80970 -"20048",2282,86532 -"20049",2282,88984 -"20050",2282,117063 -"20051",2283,2333 -"20052",2283,47147 -"20053",2283,80201 -"20054",2283,89420 -"20055",2284,2305 -"20056",2284,2319 -"20057",2284,5795 -"20058",2284,8858 -"20059",2284,11808 -"20060",2284,50340 -"20061",2284,76163 -"20062",2284,83862 -"20063",2285,65262 -"20064",2286,62608 -"20065",2287,14739 -"20066",2287,27356 -"20067",2287,47568 -"20068",2288,31120 -"20069",2288,40874 -"20070",2288,114460 -"20071",2289,5072 -"20072",2289,5659 -"20073",2289,39556 -"20074",2289,94784 -"20075",2290,2297 -"20076",2290,8300 -"20077",2290,11244 -"20078",2290,11813 -"20079",2290,17576 -"20080",2290,18214 -"20081",2290,25826 -"20082",2290,27485 -"20083",2290,27677 -"20084",2290,53959 -"20085",2290,63207 -"20086",2290,76764 -"20087",2290,76997 -"20088",2290,77904 -"20089",2290,81770 -"20090",2290,81776 -"20091",2290,82090 -"20092",2290,84792 -"20093",2290,86576 -"20094",2290,95366 -"20095",2290,95473 -"20096",2290,100566 -"20097",2290,103920 -"20098",2290,109339 -"20099",2290,110887 -"20100",2290,110892 -"20101",2290,111300 -"20102",2290,121380 -"20103",2291,28395 -"20104",2291,28396 -"20105",2291,34393 -"20106",2291,34610 -"20107",2291,46853 -"20108",2291,84791 -"20109",2291,115778 -"20110",2292,8894 -"20111",2292,30363 -"20112",2292,80211 -"20113",2292,80968 -"20114",2292,89211 -"20115",2293,2550 -"20116",2293,51480 -"20117",2293,115870 -"20118",2294,2593 -"20119",2294,10087 -"20120",2294,18309 -"20121",2294,24185 -"20122",2294,29599 -"20123",2294,38456 -"20124",2294,76068 -"20125",2294,79963 -"20126",2294,110531 -"20127",2295,11124 -"20128",2295,54728 -"20129",2295,66848 -"20130",2295,66868 -"20131",2295,66910 -"20132",2295,66924 -"20133",2296,6204 -"20134",2296,12448 -"20135",2296,28030 -"20136",2296,42339 -"20137",2296,57369 -"20138",2296,63669 -"20139",2296,66870 -"20140",2297,11244 -"20141",2298,5659 -"20142",2298,7638 -"20143",2298,11670 -"20144",2298,12478 -"20145",2298,14428 -"20146",2298,19894 -"20147",2298,29053 -"20148",2298,37547 -"20149",2298,39556 -"20150",2298,47553 -"20151",2298,56097 -"20152",2298,59412 -"20153",2298,69651 -"20154",2298,69666 -"20155",2298,81880 -"20156",2298,85934 -"20157",2298,123306 -"20158",2299,2300 -"20159",2299,2301 -"20160",2299,2325 -"20161",2299,2590 -"20162",2299,7861 -"20163",2299,11507 -"20164",2299,12351 -"20165",2299,16168 -"20166",2299,17734 -"20167",2299,29450 -"20168",2299,34509 -"20169",2299,52144 -"20170",2299,53433 -"20171",2299,56175 -"20172",2299,67434 -"20173",2299,67744 -"20174",2299,76009 -"20175",2299,79410 -"20176",2299,83300 -"20177",2299,113172 -"20178",2300,2301 -"20179",2300,2325 -"20180",2300,2590 -"20181",2300,7861 -"20182",2300,25129 -"20183",2300,34509 -"20184",2300,39091 -"20185",2300,43373 -"20186",2300,48484 -"20187",2300,52144 -"20188",2300,56175 -"20189",2300,67744 -"20190",2300,79410 -"20191",2300,83300 -"20192",2300,94830 -"20193",2300,94850 -"20194",2300,94856 -"20195",2300,113172 -"20196",2301,2325 -"20197",2301,2590 -"20198",2301,15437 -"20199",2301,25129 -"20200",2301,25341 -"20201",2301,26282 -"20202",2301,27025 -"20203",2301,34509 -"20204",2301,38522 -"20205",2301,48484 -"20206",2301,52144 -"20207",2301,56175 -"20208",2301,58035 -"20209",2301,64181 -"20210",2301,67434 -"20211",2301,84474 -"20212",2301,87364 -"20213",2301,94830 -"20214",2301,94850 -"20215",2301,94856 -"20216",2301,109745 -"20217",2302,20035 -"20218",2302,30207 -"20219",2302,44992 -"20220",2303,2336 -"20221",2303,2560 -"20222",2303,2561 -"20223",2303,2576 -"20224",2303,7913 -"20225",2303,12691 -"20226",2303,33625 -"20227",2303,33701 -"20228",2303,33779 -"20229",2304,17075 -"20230",2304,19097 -"20231",2305,2319 -"20232",2305,3694 -"20233",2306,2612 -"20234",2306,5547 -"20235",2306,56546 -"20236",2306,78825 -"20237",2307,2342 -"20238",2307,2343 -"20239",2307,2354 -"20240",2308,10024 -"20241",2308,26474 -"20242",2308,52337 -"20243",2308,68247 -"20244",2309,18974 -"20245",2309,24184 -"20246",2309,25798 -"20247",2309,26578 -"20248",2309,32586 -"20249",2309,44757 -"20250",2309,45406 -"20251",2309,58137 -"20252",2309,61131 -"20253",2310,5041 -"20254",2310,7647 -"20255",2310,12645 -"20256",2310,42734 -"20257",2310,50376 -"20258",2310,65116 -"20259",2310,65416 -"20260",2310,79116 -"20261",2311,48332 -"20262",2311,57458 -"20263",2312,5161 -"20264",2312,7834 -"20265",2312,10127 -"20266",2312,13631 -"20267",2312,22857 -"20268",2312,27962 -"20269",2312,32586 -"20270",2312,50198 -"20271",2312,58137 -"20272",2313,14960 -"20273",2313,85725 -"20274",2314,6280 -"20275",2314,34610 -"20276",2314,47984 -"20277",2314,56284 -"20278",2314,63026 -"20279",2314,79270 -"20280",2315,2593 -"20281",2316,5022 -"20282",2316,7699 -"20283",2316,93554 -"20284",2316,99633 -"20285",2316,122331 -"20286",2317,2856 -"20287",2317,3777 -"20288",2317,6294 -"20289",2317,6582 -"20290",2317,8353 -"20291",2317,25630 -"20292",2317,34012 -"20293",2317,47248 -"20294",2317,51017 -"20295",2317,53913 -"20296",2317,63547 -"20297",2317,64950 -"20298",2317,70020 -"20299",2317,74731 -"20300",2317,74975 -"20301",2317,82977 -"20302",2317,87284 -"20303",2317,89711 -"20304",2317,90921 -"20305",2317,95997 -"20306",2317,117701 -"20307",2317,117703 -"20308",2317,117707 -"20309",2318,5158 -"20310",2318,17190 -"20311",2318,27123 -"20312",2318,27733 -"20313",2318,29407 -"20314",2318,32363 -"20315",2318,54149 -"20316",2318,59558 -"20317",2318,64001 -"20318",2318,78968 -"20319",2318,89690 -"20320",2318,109430 -"20321",2320,4944 -"20322",2320,7759 -"20323",2320,21711 -"20324",2320,36625 -"20325",2320,37904 -"20326",2320,44135 -"20327",2320,44136 -"20328",2320,61796 -"20329",2320,72665 -"20330",2320,76453 -"20331",2320,77362 -"20332",2320,83255 -"20333",2320,94454 -"20334",2320,119668 -"20335",2321,9546 -"20336",2321,10018 -"20337",2321,14205 -"20338",2321,28704 -"20339",2321,98111 -"20340",2321,101531 -"20341",2322,10540 -"20342",2322,14505 -"20343",2322,25931 -"20344",2322,32206 -"20345",2322,32751 -"20346",2322,77894 -"20347",2322,81370 -"20348",2322,85701 -"20349",2322,92572 -"20350",2322,1e+05 -"20351",2322,101186 -"20352",2322,103929 -"20353",2322,103953 -"20354",2322,104935 -"20355",2323,2373 -"20356",2323,7120 -"20357",2323,27295 -"20358",2323,86389 -"20359",2323,87127 -"20360",2323,108532 -"20361",2323,112331 -"20362",2324,2556 -"20363",2324,2623 -"20364",2324,13062 -"20365",2324,15819 -"20366",2324,16646 -"20367",2324,18500 -"20368",2324,18871 -"20369",2324,26577 -"20370",2324,27235 -"20371",2324,32233 -"20372",2324,36444 -"20373",2324,41274 -"20374",2324,51058 -"20375",2324,51173 -"20376",2324,58761 -"20377",2324,61630 -"20378",2324,62536 -"20379",2324,76676 -"20380",2324,76826 -"20381",2324,80798 -"20382",2324,81923 -"20383",2324,82512 -"20384",2324,89674 -"20385",2324,89695 -"20386",2324,107102 -"20387",2325,2590 -"20388",2325,34509 -"20389",2325,67216 -"20390",2325,73185 -"20391",2325,79410 -"20392",2325,79411 -"20393",2326,2589 -"20394",2326,2606 -"20395",2327,40396 -"20396",2327,41076 -"20397",2327,61565 -"20398",2327,120848 -"20399",2328,2330 -"20400",2328,27337 -"20401",2328,66582 -"20402",2328,73637 -"20403",2328,98211 -"20404",2328,116703 -"20405",2329,13558 -"20406",2329,27799 -"20407",2329,58194 -"20408",2329,83680 -"20409",2329,87548 -"20410",2331,38686 -"20411",2332,7370 -"20412",2332,29940 -"20413",2332,30606 -"20414",2332,66680 -"20415",2332,88762 -"20416",2332,88845 -"20417",2333,9336 -"20418",2333,10823 -"20419",2333,36487 -"20420",2333,38074 -"20421",2333,51848 -"20422",2333,53225 -"20423",2333,56959 -"20424",2333,65636 -"20425",2333,66981 -"20426",2333,82205 -"20427",2333,101589 -"20428",2333,122379 -"20429",2334,26635 -"20430",2334,28048 -"20431",2334,79697 -"20432",2334,94398 -"20433",2334,104394 -"20434",2334,118192 -"20435",2335,5362 -"20436",2335,22268 -"20437",2335,27006 -"20438",2335,30573 -"20439",2335,30707 -"20440",2335,36396 -"20441",2335,102715 -"20442",2335,114929 -"20443",2335,114933 -"20444",2336,2560 -"20445",2336,2561 -"20446",2336,2576 -"20447",2336,28904 -"20448",2336,29770 -"20449",2336,54775 -"20450",2336,54777 -"20451",2336,61454 -"20452",2336,67454 -"20453",2336,67467 -"20454",2337,2600 -"20455",2337,3849 -"20456",2337,5312 -"20457",2337,15734 -"20458",2337,25078 -"20459",2337,25724 -"20460",2337,34529 -"20461",2337,39568 -"20462",2337,46936 -"20463",2337,47070 -"20464",2338,41114 -"20465",2338,57536 -"20466",2338,62372 -"20467",2338,121887 -"20468",2339,3087 -"20469",2339,7319 -"20470",2339,12990 -"20471",2339,19456 -"20472",2339,43174 -"20473",2339,43195 -"20474",2339,43204 -"20475",2339,54119 -"20476",2339,54830 -"20477",2339,84437 -"20478",2339,84468 -"20479",2340,33476 -"20480",2340,78030 -"20481",2341,5503 -"20482",2341,8391 -"20483",2341,32056 -"20484",2341,37704 -"20485",2341,48381 -"20486",2341,82748 -"20487",2342,2343 -"20488",2342,2354 -"20489",2342,8317 -"20490",2342,11833 -"20491",2342,18846 -"20492",2342,39929 -"20493",2342,62795 -"20494",2342,65779 -"20495",2342,65808 -"20496",2342,81866 -"20497",2342,85920 -"20498",2342,103061 -"20499",2342,105895 -"20500",2343,2354 -"20501",2344,7156 -"20502",2344,7948 -"20503",2344,9034 -"20504",2344,9489 -"20505",2344,10727 -"20506",2344,10814 -"20507",2344,16795 -"20508",2344,17172 -"20509",2344,18604 -"20510",2344,19307 -"20511",2344,23253 -"20512",2344,25055 -"20513",2344,27579 -"20514",2344,27614 -"20515",2344,35932 -"20516",2344,36058 -"20517",2345,2956 -"20518",2345,4094 -"20519",2345,7471 -"20520",2345,8870 -"20521",2345,8942 -"20522",2345,9741 -"20523",2345,12640 -"20524",2345,13313 -"20525",2345,16564 -"20526",2345,18596 -"20527",2345,19580 -"20528",2345,21682 -"20529",2345,21828 -"20530",2345,21847 -"20531",2345,21849 -"20532",2345,39667 -"20533",2345,47733 -"20534",2346,59252 -"20535",2346,74976 -"20536",2347,5716 -"20537",2347,6318 -"20538",2347,6652 -"20539",2347,7823 -"20540",2347,10742 -"20541",2347,11082 -"20542",2347,11350 -"20543",2347,11966 -"20544",2347,12049 -"20545",2347,12543 -"20546",2347,12789 -"20547",2347,14835 -"20548",2347,15301 -"20549",2347,16352 -"20550",2347,21571 -"20551",2347,21848 -"20552",2347,23159 -"20553",2347,23606 -"20554",2347,24478 -"20555",2347,25264 -"20556",2347,29043 -"20557",2347,29537 -"20558",2347,29538 -"20559",2347,32567 -"20560",2347,34735 -"20561",2347,36197 -"20562",2347,42619 -"20563",2347,49019 -"20564",2347,51299 -"20565",2347,57714 -"20566",2347,59376 -"20567",2347,67817 -"20568",2347,71932 -"20569",2347,73717 -"20570",2347,76905 -"20571",2347,79585 -"20572",2347,88077 -"20573",2348,2349 -"20574",2348,2879 -"20575",2348,13187 -"20576",2348,27783 -"20577",2348,33483 -"20578",2348,36136 -"20579",2348,36160 -"20580",2348,38224 -"20581",2348,39614 -"20582",2348,76807 -"20583",2348,79818 -"20584",2348,112120 -"20585",2349,2879 -"20586",2349,7237 -"20587",2349,7403 -"20588",2349,13187 -"20589",2349,14058 -"20590",2349,16078 -"20591",2349,18571 -"20592",2349,26713 -"20593",2349,27783 -"20594",2349,31164 -"20595",2349,36136 -"20596",2349,36160 -"20597",2349,38224 -"20598",2349,39105 -"20599",2349,39614 -"20600",2349,45443 -"20601",2349,46951 -"20602",2349,47571 -"20603",2349,76807 -"20604",2349,79818 -"20605",2349,82794 -"20606",2349,92953 -"20607",2349,103826 -"20608",2349,108968 -"20609",2349,112120 -"20610",2349,115674 -"20611",2349,117098 -"20612",2349,122198 -"20613",2351,6706 -"20614",2351,26386 -"20615",2351,42852 -"20616",2351,63956 -"20617",2351,96360 -"20618",2351,121819 -"20619",2352,2353 -"20620",2353,8962 -"20621",2353,70415 -"20622",2355,3823 -"20623",2355,37362 -"20624",2355,39371 -"20625",2355,43850 -"20626",2355,51014 -"20627",2355,54279 -"20628",2355,58095 -"20629",2355,65321 -"20630",2355,70840 -"20631",2355,70846 -"20632",2356,10223 -"20633",2356,17687 -"20634",2356,26869 -"20635",2356,27467 -"20636",2356,36179 -"20637",2356,42948 -"20638",2356,60413 -"20639",2356,60536 -"20640",2356,67137 -"20641",2356,69891 -"20642",2357,2436 -"20643",2357,15196 -"20644",2357,17849 -"20645",2357,18924 -"20646",2357,21872 -"20647",2357,22005 -"20648",2357,31751 -"20649",2357,35803 -"20650",2357,38140 -"20651",2357,59499 -"20652",2357,71982 -"20653",2357,76643 -"20654",2357,76672 -"20655",2357,83143 -"20656",2357,90605 -"20657",2357,90770 -"20658",2357,94042 -"20659",2357,100275 -"20660",2357,110028 -"20661",2357,111658 -"20662",2358,2363 -"20663",2358,5442 -"20664",2358,71874 -"20665",2359,14674 -"20666",2359,26741 -"20667",2359,31728 -"20668",2359,44026 -"20669",2359,46318 -"20670",2359,77594 -"20671",2360,5345 -"20672",2360,74740 -"20673",2360,113909 -"20674",2361,2402 -"20675",2361,8055 -"20676",2361,21884 -"20677",2361,41993 -"20678",2361,77441 -"20679",2361,81465 -"20680",2361,101112 -"20681",2362,3293 -"20682",2362,7400 -"20683",2362,7486 -"20684",2362,8738 -"20685",2362,9529 -"20686",2362,11022 -"20687",2362,13792 -"20688",2362,15455 -"20689",2362,17037 -"20690",2362,18570 -"20691",2362,18582 -"20692",2362,52710 -"20693",2362,59685 -"20694",2362,70532 -"20695",2363,4228 -"20696",2363,10218 -"20697",2363,15324 -"20698",2363,20994 -"20699",2363,66141 -"20700",2364,19186 -"20701",2364,29888 -"20702",2364,59058 -"20703",2364,59112 -"20704",2364,61416 -"20705",2364,74115 -"20706",2364,74193 -"20707",2365,2914 -"20708",2365,63859 -"20709",2366,2555 -"20710",2366,24731 -"20711",2366,30013 -"20712",2366,47391 -"20713",2366,66085 -"20714",2366,117374 -"20715",2366,117789 -"20716",2367,2377 -"20717",2367,2881 -"20718",2367,5855 -"20719",2367,39871 -"20720",2367,95297 -"20721",2368,54986 -"20722",2368,81292 -"20723",2368,86933 -"20724",2368,106400 -"20725",2368,109169 -"20726",2369,25211 -"20727",2369,68544 -"20728",2369,100079 -"20729",2369,110065 -"20730",2369,110112 -"20731",2370,2597 -"20732",2370,3073 -"20733",2370,6020 -"20734",2370,11448 -"20735",2370,23073 -"20736",2370,23535 -"20737",2370,23718 -"20738",2370,23972 -"20739",2370,23993 -"20740",2370,43657 -"20741",2370,45562 -"20742",2370,66852 -"20743",2370,68967 -"20744",2370,78956 -"20745",2370,84576 -"20746",2370,91768 -"20747",2370,93346 -"20748",2370,105065 -"20749",2370,117271 -"20750",2371,53041 -"20751",2371,93765 -"20752",2371,118221 -"20753",2372,2484 -"20754",2372,7064 -"20755",2372,7768 -"20756",2372,11655 -"20757",2372,15876 -"20758",2372,17520 -"20759",2372,17582 -"20760",2372,30179 -"20761",2372,33158 -"20762",2372,38921 -"20763",2372,42264 -"20764",2372,47268 -"20765",2372,47323 -"20766",2372,47351 -"20767",2372,47535 -"20768",2372,47562 -"20769",2372,47623 -"20770",2372,47624 -"20771",2372,49025 -"20772",2372,50252 -"20773",2372,60021 -"20774",2373,2619 -"20775",2373,16940 -"20776",2373,18004 -"20777",2373,20641 -"20778",2373,21198 -"20779",2373,23450 -"20780",2373,38070 -"20781",2373,55129 -"20782",2373,55139 -"20783",2373,71342 -"20784",2373,86389 -"20785",2373,101235 -"20786",2373,101999 -"20787",2373,105490 -"20788",2373,108532 -"20789",2373,112331 -"20790",2374,28923 -"20791",2374,47488 -"20792",2374,55381 -"20793",2374,85714 -"20794",2374,95191 -"20795",2374,102405 -"20796",2374,106273 -"20797",2374,114607 -"20798",2375,2442 -"20799",2375,9831 -"20800",2375,23323 -"20801",2375,33626 -"20802",2375,38243 -"20803",2375,78598 -"20804",2375,84495 -"20805",2375,84796 -"20806",2375,103417 -"20807",2375,108859 -"20808",2375,114971 -"20809",2376,2628 -"20810",2376,3080 -"20811",2376,3239 -"20812",2376,7962 -"20813",2376,7966 -"20814",2376,8001 -"20815",2376,8002 -"20816",2376,8026 -"20817",2376,16041 -"20818",2376,40689 -"20819",2377,5855 -"20820",2377,33151 -"20821",2377,54966 -"20822",2378,2386 -"20823",2378,12617 -"20824",2378,24429 -"20825",2378,26621 -"20826",2378,43770 -"20827",2378,62605 -"20828",2378,65362 -"20829",2378,91504 -"20830",2378,99424 -"20831",2378,100407 -"20832",2378,114456 -"20833",2379,2475 -"20834",2379,32417 -"20835",2379,116013 -"20836",2380,6570 -"20837",2380,10747 -"20838",2380,12566 -"20839",2380,15601 -"20840",2380,16164 -"20841",2380,16894 -"20842",2380,17354 -"20843",2380,17369 -"20844",2380,18765 -"20845",2380,19506 -"20846",2380,19536 -"20847",2380,23140 -"20848",2380,28017 -"20849",2380,33551 -"20850",2380,42962 -"20851",2380,44662 -"20852",2380,45330 -"20853",2380,77835 -"20854",2380,79511 -"20855",2380,79870 -"20856",2380,83053 -"20857",2380,88695 -"20858",2380,90790 -"20859",2380,91162 -"20860",2380,91163 -"20861",2380,91165 -"20862",2380,91170 -"20863",2380,91201 -"20864",2381,54721 -"20865",2381,78612 -"20866",2382,2671 -"20867",2382,5802 -"20868",2382,5839 -"20869",2382,7315 -"20870",2382,8198 -"20871",2382,11499 -"20872",2382,19718 -"20873",2382,22231 -"20874",2382,26729 -"20875",2382,34978 -"20876",2382,43252 -"20877",2382,54476 -"20878",2382,61007 -"20879",2382,64825 -"20880",2382,66417 -"20881",2382,72363 -"20882",2382,78626 -"20883",2383,3033 -"20884",2383,17868 -"20885",2383,24092 -"20886",2383,24577 -"20887",2383,28395 -"20888",2383,56252 -"20889",2383,87117 -"20890",2383,95775 -"20891",2383,109686 -"20892",2383,112218 -"20893",2383,112610 -"20894",2384,2709 -"20895",2384,17703 -"20896",2384,17704 -"20897",2384,17739 -"20898",2384,42932 -"20899",2384,47357 -"20900",2384,55342 -"20901",2384,56354 -"20902",2384,83934 -"20903",2384,95321 -"20904",2385,2679 -"20905",2385,9544 -"20906",2385,32280 -"20907",2385,42132 -"20908",2385,47849 -"20909",2385,51427 -"20910",2385,53390 -"20911",2385,64111 -"20912",2386,12617 -"20913",2386,24429 -"20914",2386,62605 -"20915",2386,65362 -"20916",2386,99424 -"20917",2387,3731 -"20918",2387,30895 -"20919",2387,55087 -"20920",2387,64210 -"20921",2387,79455 -"20922",2387,88143 -"20923",2387,105558 -"20924",2388,3699 -"20925",2388,5710 -"20926",2388,7994 -"20927",2388,11986 -"20928",2388,12372 -"20929",2388,12976 -"20930",2388,13072 -"20931",2388,28218 -"20932",2388,36559 -"20933",2388,39964 -"20934",2388,43281 -"20935",2388,62661 -"20936",2388,63477 -"20937",2388,78563 -"20938",2388,78696 -"20939",2388,79088 -"20940",2388,83575 -"20941",2388,101937 -"20942",2388,102240 -"20943",2389,2487 -"20944",2389,2768 -"20945",2389,16688 -"20946",2389,26330 -"20947",2389,30855 -"20948",2389,40840 -"20949",2389,42374 -"20950",2389,44834 -"20951",2389,48068 -"20952",2389,50306 -"20953",2389,52143 -"20954",2389,62042 -"20955",2389,67741 -"20956",2389,89713 -"20957",2389,93471 -"20958",2389,108153 -"20959",2389,108160 -"20960",2390,6393 -"20961",2390,10350 -"20962",2390,13424 -"20963",2390,19502 -"20964",2390,52255 -"20965",2390,103276 -"20966",2390,121722 -"20967",2391,4192 -"20968",2391,17560 -"20969",2391,19903 -"20970",2391,42257 -"20971",2391,46675 -"20972",2391,54226 -"20973",2391,79252 -"20974",2391,98061 -"20975",2392,27816 -"20976",2392,53001 -"20977",2392,56280 -"20978",2393,2721 -"20979",2393,8794 -"20980",2393,10906 -"20981",2393,11223 -"20982",2393,37787 -"20983",2393,48900 -"20984",2393,52283 -"20985",2393,53722 -"20986",2393,107952 -"20987",2393,111497 -"20988",2393,121321 -"20989",2393,121329 -"20990",2393,121335 -"20991",2393,121342 -"20992",2393,121392 -"20993",2394,2415 -"20994",2394,2595 -"20995",2394,2749 -"20996",2394,52327 -"20997",2394,101179 -"20998",2394,103408 -"20999",2394,116369 -"21000",2394,122445 -"21001",2395,3586 -"21002",2395,107177 -"21003",2395,107266 -"21004",2396,2435 -"21005",2396,2438 -"21006",2396,2620 -"21007",2396,17837 -"21008",2397,59526 -"21009",2398,34406 -"21010",2398,56722 -"21011",2399,24081 -"21012",2399,43115 -"21013",2399,43200 -"21014",2400,11927 -"21015",2400,20492 -"21016",2400,24507 -"21017",2400,26721 -"21018",2400,31122 -"21019",2400,41190 -"21020",2400,42959 -"21021",2400,50328 -"21022",2400,53589 -"21023",2400,61067 -"21024",2401,29224 -"21025",2401,29613 -"21026",2401,65421 -"21027",2402,7830 -"21028",2402,20122 -"21029",2402,25727 -"21030",2402,33119 -"21031",2402,65400 -"21032",2402,78451 -"21033",2402,84607 -"21034",2402,110272 -"21035",2402,111019 -"21036",2402,115817 -"21037",2402,116107 -"21038",2402,116108 -"21039",2402,116109 -"21040",2403,29967 -"21041",2403,35807 -"21042",2403,75711 -"21043",2404,4695 -"21044",2404,4766 -"21045",2404,5067 -"21046",2404,14185 -"21047",2404,14241 -"21048",2404,18238 -"21049",2404,20349 -"21050",2404,24246 -"21051",2404,38564 -"21052",2404,40940 -"21053",2404,48707 -"21054",2404,50397 -"21055",2404,66369 -"21056",2404,88626 -"21057",2404,109053 -"21058",2404,110356 -"21059",2404,116224 -"21060",2405,5741 -"21061",2405,5758 -"21062",2405,10104 -"21063",2405,10145 -"21064",2405,10146 -"21065",2406,2712 -"21066",2406,20973 -"21067",2406,23159 -"21068",2406,24647 -"21069",2406,24648 -"21070",2406,47911 -"21071",2406,48897 -"21072",2407,2687 -"21073",2407,4148 -"21074",2407,5318 -"21075",2407,6415 -"21076",2407,9082 -"21077",2407,10737 -"21078",2407,12680 -"21079",2407,16866 -"21080",2407,17942 -"21081",2407,18865 -"21082",2407,26355 -"21083",2407,27077 -"21084",2407,29482 -"21085",2407,31447 -"21086",2407,35702 -"21087",2407,39487 -"21088",2407,41451 -"21089",2407,42898 -"21090",2407,44124 -"21091",2407,47133 -"21092",2407,47414 -"21093",2407,49106 -"21094",2407,57094 -"21095",2407,58898 -"21096",2407,59147 -"21097",2407,59237 -"21098",2407,59359 -"21099",2407,61563 -"21100",2407,61867 -"21101",2407,62007 -"21102",2407,62078 -"21103",2407,62375 -"21104",2407,62633 -"21105",2407,63395 -"21106",2407,64408 -"21107",2407,64418 -"21108",2407,64511 -"21109",2407,65230 -"21110",2407,66145 -"21111",2407,67503 -"21112",2407,67721 -"21113",2407,68816 -"21114",2407,68909 -"21115",2407,68938 -"21116",2407,69332 -"21117",2407,69659 -"21118",2407,69681 -"21119",2407,70610 -"21120",2407,70611 -"21121",2407,70725 -"21122",2407,71211 -"21123",2407,71505 -"21124",2407,71887 -"21125",2407,88044 -"21126",2407,109416 -"21127",2407,109490 -"21128",2407,120216 -"21129",2408,9165 -"21130",2408,27139 -"21131",2408,27216 -"21132",2408,49956 -"21133",2408,50559 -"21134",2408,69996 -"21135",2409,15276 -"21136",2409,63019 -"21137",2409,64111 -"21138",2409,93894 -"21139",2409,116426 -"21140",2410,21603 -"21141",2411,42935 -"21142",2412,15903 -"21143",2412,17066 -"21144",2412,47655 -"21145",2412,76772 -"21146",2413,14290 -"21147",2413,25919 -"21148",2413,45799 -"21149",2413,52950 -"21150",2413,57443 -"21151",2413,60201 -"21152",2413,77752 -"21153",2413,81888 -"21154",2413,91644 -"21155",2413,102728 -"21156",2413,110270 -"21157",2413,118336 -"21158",2413,119811 -"21159",2414,8816 -"21160",2414,30581 -"21161",2414,36792 -"21162",2414,44353 -"21163",2414,91793 -"21164",2414,113497 -"21165",2414,114446 -"21166",2415,2595 -"21167",2415,2749 -"21168",2416,52664 -"21169",2416,81275 -"21170",2416,82059 -"21171",2416,87707 -"21172",2417,2419 -"21173",2417,69643 -"21174",2417,92382 -"21175",2417,112868 -"21176",2418,2532 -"21177",2418,6133 -"21178",2418,19239 -"21179",2418,23444 -"21180",2418,31775 -"21181",2419,30168 -"21182",2419,31680 -"21183",2420,2455 -"21184",2420,2461 -"21185",2420,6539 -"21186",2420,22902 -"21187",2420,30026 -"21188",2420,30069 -"21189",2420,30184 -"21190",2420,30242 -"21191",2420,30243 -"21192",2420,30258 -"21193",2420,30337 -"21194",2420,30338 -"21195",2420,30495 -"21196",2420,30496 -"21197",2420,30498 -"21198",2421,2517 -"21199",2421,2575 -"21200",2421,2586 -"21201",2421,11466 -"21202",2421,11679 -"21203",2421,11868 -"21204",2421,22983 -"21205",2421,26722 -"21206",2421,28078 -"21207",2421,32841 -"21208",2421,48084 -"21209",2421,49078 -"21210",2421,49232 -"21211",2421,51233 -"21212",2421,51433 -"21213",2421,53775 -"21214",2421,56310 -"21215",2421,61837 -"21216",2421,71489 -"21217",2421,78208 -"21218",2421,82092 -"21219",2422,3147 -"21220",2422,9924 -"21221",2423,2453 -"21222",2423,2510 -"21223",2423,3004 -"21224",2423,50467 -"21225",2423,51057 -"21226",2424,2456 -"21227",2424,2469 -"21228",2424,2470 -"21229",2424,2510 -"21230",2424,2530 -"21231",2424,2533 -"21232",2424,2534 -"21233",2424,2552 -"21234",2424,3072 -"21235",2424,3120 -"21236",2424,3283 -"21237",2424,3286 -"21238",2424,3305 -"21239",2424,3354 -"21240",2424,4155 -"21241",2424,4963 -"21242",2424,6750 -"21243",2424,7042 -"21244",2424,8976 -"21245",2424,9160 -"21246",2424,9189 -"21247",2424,10164 -"21248",2424,15813 -"21249",2424,17685 -"21250",2424,17931 -"21251",2424,18163 -"21252",2424,18782 -"21253",2424,21118 -"21254",2424,21179 -"21255",2424,21197 -"21256",2424,21198 -"21257",2424,21285 -"21258",2424,23697 -"21259",2424,25931 -"21260",2424,28600 -"21261",2424,33014 -"21262",2424,33153 -"21263",2424,34537 -"21264",2424,35528 -"21265",2424,43455 -"21266",2424,46629 -"21267",2424,47501 -"21268",2424,48244 -"21269",2424,49129 -"21270",2424,51022 -"21271",2424,51979 -"21272",2424,52576 -"21273",2424,56913 -"21274",2424,58078 -"21275",2424,61982 -"21276",2424,76892 -"21277",2424,78597 -"21278",2424,78934 -"21279",2424,81362 -"21280",2424,87200 -"21281",2425,2516 -"21282",2426,20677 -"21283",2426,52654 -"21284",2426,71225 -"21285",2426,77552 -"21286",2426,79475 -"21287",2427,2992 -"21288",2427,3028 -"21289",2427,68292 -"21290",2428,3008 -"21291",2428,13092 -"21292",2428,22363 -"21293",2428,24265 -"21294",2428,54216 -"21295",2428,77178 -"21296",2428,77182 -"21297",2429,3417 -"21298",2429,4838 -"21299",2429,17230 -"21300",2429,30802 -"21301",2429,31443 -"21302",2429,31589 -"21303",2429,31651 -"21304",2429,32202 -"21305",2429,32531 -"21306",2429,41428 -"21307",2429,43443 -"21308",2429,54579 -"21309",2429,58235 -"21310",2429,65497 -"21311",2429,65764 -"21312",2429,66428 -"21313",2429,71407 -"21314",2429,105101 -"21315",2429,105133 -"21316",2430,2680 -"21317",2430,2934 -"21318",2430,4526 -"21319",2430,7942 -"21320",2430,8848 -"21321",2430,16358 -"21322",2430,26590 -"21323",2430,31390 -"21324",2430,40906 -"21325",2430,41428 -"21326",2430,55080 -"21327",2430,71255 -"21328",2430,71757 -"21329",2430,96161 -"21330",2430,108808 -"21331",2430,110519 -"21332",2431,23082 -"21333",2431,58156 -"21334",2431,108589 -"21335",2432,3560 -"21336",2432,9055 -"21337",2432,13262 -"21338",2432,52551 -"21339",2432,55638 -"21340",2432,64083 -"21341",2432,64093 -"21342",2432,64118 -"21343",2433,5911 -"21344",2433,22243 -"21345",2433,25601 -"21346",2433,31185 -"21347",2433,76043 -"21348",2433,79471 -"21349",2433,117863 -"21350",2434,39468 -"21351",2434,58582 -"21352",2434,83400 -"21353",2434,113240 -"21354",2435,2438 -"21355",2435,2620 -"21356",2435,6071 -"21357",2435,14392 -"21358",2435,26866 -"21359",2435,95407 -"21360",2436,38140 -"21361",2436,94042 -"21362",2437,2446 -"21363",2437,10017 -"21364",2437,34237 -"21365",2437,34338 -"21366",2437,44268 -"21367",2437,66124 -"21368",2437,75754 -"21369",2438,2620 -"21370",2438,25934 -"21371",2439,2740 -"21372",2439,72025 -"21373",2440,34682 -"21374",2440,76607 -"21375",2440,105957 -"21376",2441,9638 -"21377",2441,17217 -"21378",2441,26999 -"21379",2441,31819 -"21380",2441,31854 -"21381",2441,39249 -"21382",2441,44854 -"21383",2441,52879 -"21384",2441,80413 -"21385",2442,6646 -"21386",2442,9273 -"21387",2442,9831 -"21388",2442,17032 -"21389",2442,86047 -"21390",2443,15582 -"21391",2443,20819 -"21392",2443,27512 -"21393",2443,28250 -"21394",2443,31280 -"21395",2443,46568 -"21396",2443,52231 -"21397",2443,104948 -"21398",2444,9947 -"21399",2444,29657 -"21400",2444,34976 -"21401",2444,78558 -"21402",2444,82208 -"21403",2444,107010 -"21404",2444,107019 -"21405",2444,107024 -"21406",2444,107032 -"21407",2444,107040 -"21408",2444,107058 -"21409",2445,58426 -"21410",2445,108968 -"21411",2446,26954 -"21412",2446,34021 -"21413",2446,37288 -"21414",2446,54752 -"21415",2446,70848 -"21416",2447,2743 -"21417",2447,5195 -"21418",2447,30931 -"21419",2447,43883 -"21420",2447,44364 -"21421",2447,50312 -"21422",2448,2511 -"21423",2448,19382 -"21424",2448,56248 -"21425",2448,117961 -"21426",2448,121969 -"21427",2449,7765 -"21428",2450,9454 -"21429",2450,21088 -"21430",2450,38591 -"21431",2450,58573 -"21432",2450,90120 -"21433",2450,91512 -"21434",2451,4723 -"21435",2451,14019 -"21436",2451,16011 -"21437",2451,23807 -"21438",2451,28635 -"21439",2451,30710 -"21440",2451,39627 -"21441",2451,40574 -"21442",2451,46680 -"21443",2451,46722 -"21444",2451,47030 -"21445",2451,63761 -"21446",2451,82270 -"21447",2452,2502 -"21448",2452,4184 -"21449",2452,9028 -"21450",2452,24636 -"21451",2452,25936 -"21452",2452,31854 -"21453",2452,32182 -"21454",2452,32340 -"21455",2452,33665 -"21456",2452,38301 -"21457",2452,38373 -"21458",2452,38379 -"21459",2452,46349 -"21460",2452,52879 -"21461",2452,63205 -"21462",2452,81130 -"21463",2452,82079 -"21464",2453,3004 -"21465",2453,8976 -"21466",2453,10343 -"21467",2453,31927 -"21468",2453,42255 -"21469",2453,111457 -"21470",2454,24889 -"21471",2454,24890 -"21472",2454,84634 -"21473",2454,84638 -"21474",2455,2461 -"21475",2456,2469 -"21476",2456,2470 -"21477",2456,2530 -"21478",2456,2533 -"21479",2456,2534 -"21480",2456,32530 -"21481",2456,48226 -"21482",2458,2866 -"21483",2458,4711 -"21484",2458,4985 -"21485",2458,13408 -"21486",2458,16437 -"21487",2458,16744 -"21488",2458,23027 -"21489",2458,25684 -"21490",2458,46938 -"21491",2458,61576 -"21492",2458,74494 -"21493",2458,103365 -"21494",2459,2525 -"21495",2459,9462 -"21496",2459,9831 -"21497",2459,23342 -"21498",2459,89641 -"21499",2459,100584 -"21500",2459,109753 -"21501",2459,112300 -"21502",2460,7396 -"21503",2460,18793 -"21504",2460,20116 -"21505",2460,30631 -"21506",2460,33353 -"21507",2460,36034 -"21508",2460,37926 -"21509",2460,37949 -"21510",2460,46813 -"21511",2460,52893 -"21512",2460,97020 -"21513",2462,22169 -"21514",2462,44810 -"21515",2462,66318 -"21516",2462,86356 -"21517",2462,98503 -"21518",2462,101112 -"21519",2462,101924 -"21520",2463,6148 -"21521",2464,4017 -"21522",2464,16115 -"21523",2464,26803 -"21524",2464,117102 -"21525",2465,3012 -"21526",2465,11136 -"21527",2465,17567 -"21528",2465,18663 -"21529",2465,23202 -"21530",2465,31614 -"21531",2465,33182 -"21532",2465,33560 -"21533",2465,33565 -"21534",2465,33767 -"21535",2465,48686 -"21536",2465,104358 -"21537",2466,2492 -"21538",2466,2509 -"21539",2466,2535 -"21540",2466,3232 -"21541",2466,15070 -"21542",2466,18809 -"21543",2466,18822 -"21544",2466,97851 -"21545",2467,15469 -"21546",2467,17936 -"21547",2467,17970 -"21548",2467,32343 -"21549",2467,98050 -"21550",2467,104223 -"21551",2467,113292 -"21552",2468,16381 -"21553",2468,17340 -"21554",2468,63771 -"21555",2468,99605 -"21556",2469,2470 -"21557",2469,2530 -"21558",2469,2533 -"21559",2469,2534 -"21560",2469,3966 -"21561",2469,11605 -"21562",2469,16980 -"21563",2469,17931 -"21564",2469,24843 -"21565",2469,30564 -"21566",2469,33209 -"21567",2469,42516 -"21568",2469,49999 -"21569",2469,55728 -"21570",2469,57414 -"21571",2469,99374 -"21572",2470,2530 -"21573",2470,2533 -"21574",2470,2534 -"21575",2471,3049 -"21576",2471,23432 -"21577",2471,69751 -"21578",2471,75334 -"21579",2472,3003 -"21580",2472,3451 -"21581",2472,3548 -"21582",2472,5278 -"21583",2472,7174 -"21584",2472,11867 -"21585",2472,12223 -"21586",2472,15893 -"21587",2472,17259 -"21588",2472,17664 -"21589",2472,20349 -"21590",2472,20666 -"21591",2472,21036 -"21592",2472,22371 -"21593",2472,22442 -"21594",2472,24906 -"21595",2472,26128 -"21596",2472,27726 -"21597",2472,28534 -"21598",2472,28781 -"21599",2472,31001 -"21600",2472,31291 -"21601",2472,32174 -"21602",2472,33635 -"21603",2472,35664 -"21604",2472,38128 -"21605",2472,38564 -"21606",2472,38648 -"21607",2472,40771 -"21608",2472,41746 -"21609",2472,42364 -"21610",2472,43507 -"21611",2472,53200 -"21612",2472,53415 -"21613",2472,57582 -"21614",2472,63518 -"21615",2472,65817 -"21616",2472,68340 -"21617",2472,68428 -"21618",2472,73374 -"21619",2472,76448 -"21620",2472,81817 -"21621",2472,83892 -"21622",2472,85245 -"21623",2472,88712 -"21624",2472,88764 -"21625",2472,90319 -"21626",2472,90558 -"21627",2472,90675 -"21628",2472,92017 -"21629",2472,92035 -"21630",2472,97278 -"21631",2472,97330 -"21632",2472,101014 -"21633",2472,101100 -"21634",2472,101615 -"21635",2472,102055 -"21636",2472,102068 -"21637",2472,102673 -"21638",2472,104204 -"21639",2472,107819 -"21640",2472,108193 -"21641",2472,111594 -"21642",2472,116445 -"21643",2472,116559 -"21644",2472,116561 -"21645",2472,117068 -"21646",2472,117288 -"21647",2472,119972 -"21648",2472,119973 -"21649",2472,120498 -"21650",2472,122975 -"21651",2473,17560 -"21652",2473,20164 -"21653",2473,23059 -"21654",2473,23257 -"21655",2473,34276 -"21656",2473,56185 -"21657",2473,57018 -"21658",2473,65836 -"21659",2473,73432 -"21660",2473,75897 -"21661",2473,80663 -"21662",2473,80706 -"21663",2473,90750 -"21664",2473,95605 -"21665",2474,9658 -"21666",2474,9766 -"21667",2474,9767 -"21668",2474,9892 -"21669",2474,11500 -"21670",2474,24288 -"21671",2474,43545 -"21672",2474,76908 -"21673",2474,88766 -"21674",2475,101070 -"21675",2476,9297 -"21676",2476,67463 -"21677",2476,92364 -"21678",2477,33523 -"21679",2477,33998 -"21680",2478,7115 -"21681",2478,15561 -"21682",2478,17997 -"21683",2478,18103 -"21684",2478,40432 -"21685",2478,56807 -"21686",2478,67320 -"21687",2478,70736 -"21688",2478,81497 -"21689",2478,82301 -"21690",2478,82408 -"21691",2480,2793 -"21692",2480,47523 -"21693",2481,6819 -"21694",2481,7392 -"21695",2481,7966 -"21696",2481,14525 -"21697",2481,14868 -"21698",2481,19380 -"21699",2481,34216 -"21700",2482,13609 -"21701",2482,13759 -"21702",2482,15993 -"21703",2482,16045 -"21704",2482,16048 -"21705",2482,36747 -"21706",2482,71009 -"21707",2483,50185 -"21708",2483,64712 -"21709",2483,82477 -"21710",2483,93513 -"21711",2484,2640 -"21712",2484,3161 -"21713",2484,5422 -"21714",2484,5444 -"21715",2484,5492 -"21716",2484,5504 -"21717",2484,7064 -"21718",2484,7323 -"21719",2484,7768 -"21720",2484,7805 -"21721",2484,8609 -"21722",2484,9121 -"21723",2484,9553 -"21724",2484,11655 -"21725",2484,15876 -"21726",2484,17520 -"21727",2484,17582 -"21728",2484,19548 -"21729",2484,19606 -"21730",2484,20700 -"21731",2484,21429 -"21732",2484,22130 -"21733",2484,24864 -"21734",2484,31206 -"21735",2484,33158 -"21736",2484,35256 -"21737",2484,37570 -"21738",2484,38921 -"21739",2484,40019 -"21740",2484,42264 -"21741",2484,47268 -"21742",2484,47323 -"21743",2484,47351 -"21744",2484,47535 -"21745",2484,47562 -"21746",2484,47623 -"21747",2484,47624 -"21748",2484,49025 -"21749",2484,50252 -"21750",2484,54234 -"21751",2484,64394 -"21752",2484,64416 -"21753",2484,64443 -"21754",2484,68610 -"21755",2484,68656 -"21756",2484,68666 -"21757",2484,68703 -"21758",2485,31003 -"21759",2485,40468 -"21760",2486,4099 -"21761",2486,6199 -"21762",2486,38251 -"21763",2486,53731 -"21764",2486,54437 -"21765",2486,55504 -"21766",2487,2768 -"21767",2487,3476 -"21768",2487,8506 -"21769",2487,13754 -"21770",2487,15462 -"21771",2487,38989 -"21772",2487,40801 -"21773",2488,23739 -"21774",2488,26060 -"21775",2488,33695 -"21776",2488,46980 -"21777",2488,52720 -"21778",2488,59470 -"21779",2488,62109 -"21780",2488,87062 -"21781",2488,88819 -"21782",2489,10333 -"21783",2489,42559 -"21784",2489,47131 -"21785",2489,57189 -"21786",2489,64019 -"21787",2489,120534 -"21788",2490,19110 -"21789",2490,78091 -"21790",2491,33018 -"21791",2492,2509 -"21792",2492,2535 -"21793",2492,8249 -"21794",2492,11045 -"21795",2492,15070 -"21796",2492,18822 -"21797",2492,21612 -"21798",2492,22709 -"21799",2492,22767 -"21800",2492,31724 -"21801",2492,34921 -"21802",2492,39416 -"21803",2492,39515 -"21804",2492,40511 -"21805",2492,43164 -"21806",2492,44877 -"21807",2492,46752 -"21808",2492,52688 -"21809",2492,63632 -"21810",2492,73193 -"21811",2492,74766 -"21812",2492,82281 -"21813",2492,82997 -"21814",2492,86555 -"21815",2492,86623 -"21816",2492,98686 -"21817",2492,98703 -"21818",2492,98706 -"21819",2493,8892 -"21820",2493,14561 -"21821",2493,22284 -"21822",2493,34563 -"21823",2493,49677 -"21824",2493,52457 -"21825",2493,69011 -"21826",2493,69087 -"21827",2493,69253 -"21828",2493,74090 -"21829",2493,97587 -"21830",2493,114645 -"21831",2493,116161 -"21832",2493,116305 -"21833",2494,6094 -"21834",2494,11017 -"21835",2494,80927 -"21836",2494,104108 -"21837",2495,22857 -"21838",2495,112959 -"21839",2496,24982 -"21840",2496,27987 -"21841",2497,2715 -"21842",2497,8850 -"21843",2497,16439 -"21844",2497,22485 -"21845",2497,26455 -"21846",2497,45478 -"21847",2497,54404 -"21848",2497,74942 -"21849",2497,94534 -"21850",2497,111467 -"21851",2497,111796 -"21852",2497,115470 -"21853",2497,115472 -"21854",2497,115479 -"21855",2497,116788 -"21856",2498,9929 -"21857",2498,11066 -"21858",2498,12151 -"21859",2498,43744 -"21860",2498,66369 -"21861",2499,18621 -"21862",2499,119162 -"21863",2500,17378 -"21864",2500,48253 -"21865",2501,56484 -"21866",2501,56541 -"21867",2501,56589 -"21868",2502,18122 -"21869",2502,22125 -"21870",2502,57478 -"21871",2502,63077 -"21872",2502,85578 -"21873",2502,100834 -"21874",2503,9873 -"21875",2503,29914 -"21876",2503,117681 -"21877",2503,118869 -"21878",2504,15684 -"21879",2504,48686 -"21880",2504,79632 -"21881",2504,85194 -"21882",2505,20112 -"21883",2506,13034 -"21884",2506,14431 -"21885",2506,16935 -"21886",2506,17499 -"21887",2506,18646 -"21888",2506,19546 -"21889",2506,20679 -"21890",2506,23149 -"21891",2506,26554 -"21892",2506,29378 -"21893",2506,29382 -"21894",2506,42867 -"21895",2506,55481 -"21896",2506,60023 -"21897",2506,60768 -"21898",2506,70475 -"21899",2506,71015 -"21900",2506,86372 -"21901",2506,95265 -"21902",2506,98091 -"21903",2506,103776 -"21904",2506,109803 -"21905",2506,109821 -"21906",2506,111426 -"21907",2506,111440 -"21908",2507,73540 -"21909",2508,41026 -"21910",2508,48560 -"21911",2508,81527 -"21912",2509,2535 -"21913",2509,7217 -"21914",2509,9723 -"21915",2509,11972 -"21916",2509,16850 -"21917",2509,18102 -"21918",2509,19215 -"21919",2509,22580 -"21920",2509,22581 -"21921",2509,22657 -"21922",2509,22709 -"21923",2509,22767 -"21924",2509,31718 -"21925",2509,32401 -"21926",2509,36187 -"21927",2509,41580 -"21928",2509,45809 -"21929",2509,78475 -"21930",2509,82160 -"21931",2509,85767 -"21932",2510,8976 -"21933",2510,12311 -"21934",2510,17685 -"21935",2510,18163 -"21936",2510,18782 -"21937",2510,31927 -"21938",2510,47501 -"21939",2510,51979 -"21940",2510,56913 -"21941",2510,87200 -"21942",2512,2713 -"21943",2512,15206 -"21944",2513,39717 -"21945",2514,2526 -"21946",2515,2579 -"21947",2515,2592 -"21948",2515,13647 -"21949",2515,23340 -"21950",2515,23967 -"21951",2515,27046 -"21952",2515,30451 -"21953",2516,9485 -"21954",2516,37070 -"21955",2516,77772 -"21956",2517,2586 -"21957",2517,4183 -"21958",2517,13429 -"21959",2517,15320 -"21960",2517,15728 -"21961",2517,19513 -"21962",2517,22746 -"21963",2517,29782 -"21964",2517,34728 -"21965",2517,42136 -"21966",2517,48084 -"21967",2517,49078 -"21968",2517,53775 -"21969",2517,56478 -"21970",2517,62346 -"21971",2517,71489 -"21972",2517,102869 -"21973",2517,107422 -"21974",2518,18476 -"21975",2518,38990 -"21976",2518,39833 -"21977",2518,45948 -"21978",2518,57849 -"21979",2519,14719 -"21980",2519,16643 -"21981",2519,16797 -"21982",2519,19660 -"21983",2519,69150 -"21984",2519,92969 -"21985",2519,99956 -"21986",2519,118977 -"21987",2520,36672 -"21988",2520,48473 -"21989",2520,56159 -"21990",2520,77252 -"21991",2520,86202 -"21992",2520,102188 -"21993",2521,2523 -"21994",2521,18059 -"21995",2521,89759 -"21996",2522,50356 -"21997",2522,79081 -"21998",2522,104027 -"21999",2523,27949 -"22000",2523,88409 -"22001",2523,115221 -"22002",2524,4743 -"22003",2524,4926 -"22004",2524,9882 -"22005",2524,13387 -"22006",2524,15391 -"22007",2524,36588 -"22008",2524,37639 -"22009",2524,39440 -"22010",2524,48474 -"22011",2524,52912 -"22012",2524,55205 -"22013",2524,56864 -"22014",2524,57056 -"22015",2524,68782 -"22016",2524,73753 -"22017",2525,9462 -"22018",2525,9831 -"22019",2525,22729 -"22020",2525,101549 -"22021",2526,2532 -"22022",2526,3146 -"22023",2526,10123 -"22024",2526,10208 -"22025",2526,11610 -"22026",2526,32738 -"22027",2526,34833 -"22028",2526,35406 -"22029",2526,43159 -"22030",2526,46786 -"22031",2526,53857 -"22032",2526,55273 -"22033",2526,77408 -"22034",2527,3456 -"22035",2527,8010 -"22036",2527,13501 -"22037",2527,37974 -"22038",2527,37980 -"22039",2527,37994 -"22040",2527,44564 -"22041",2527,44836 -"22042",2527,53955 -"22043",2527,62040 -"22044",2527,86133 -"22045",2527,91047 -"22046",2527,92604 -"22047",2527,98984 -"22048",2528,4048 -"22049",2529,30577 -"22050",2529,116091 -"22051",2529,120415 -"22052",2530,2533 -"22053",2530,2534 -"22054",2530,2552 -"22055",2530,3120 -"22056",2530,3305 -"22057",2530,6363 -"22058",2530,6831 -"22059",2530,7041 -"22060",2530,7042 -"22061",2530,9160 -"22062",2530,9189 -"22063",2530,10164 -"22064",2530,10769 -"22065",2530,10789 -"22066",2530,11006 -"22067",2530,16579 -"22068",2530,16600 -"22069",2530,16658 -"22070",2530,21198 -"22071",2530,23697 -"22072",2530,25931 -"22073",2530,33153 -"22074",2530,49129 -"22075",2530,52576 -"22076",2530,54624 -"22077",2531,3861 -"22078",2531,3978 -"22079",2531,5867 -"22080",2531,9505 -"22081",2531,18250 -"22082",2531,21093 -"22083",2531,35530 -"22084",2532,2840 -"22085",2532,2852 -"22086",2532,3633 -"22087",2532,4849 -"22088",2532,5142 -"22089",2532,10123 -"22090",2532,10208 -"22091",2532,11392 -"22092",2532,16286 -"22093",2532,16335 -"22094",2532,16501 -"22095",2532,20116 -"22096",2532,20891 -"22097",2532,21255 -"22098",2532,24302 -"22099",2532,25046 -"22100",2532,26790 -"22101",2532,33341 -"22102",2532,33581 -"22103",2532,34353 -"22104",2532,35406 -"22105",2532,37489 -"22106",2532,37977 -"22107",2532,41916 -"22108",2532,43528 -"22109",2532,44273 -"22110",2532,45520 -"22111",2532,46786 -"22112",2532,48120 -"22113",2532,51013 -"22114",2532,53425 -"22115",2532,53626 -"22116",2532,55273 -"22117",2532,55932 -"22118",2532,57697 -"22119",2532,64468 -"22120",2532,66675 -"22121",2532,75514 -"22122",2532,77432 -"22123",2532,77800 -"22124",2532,78055 -"22125",2532,86533 -"22126",2532,94063 -"22127",2532,104636 -"22128",2533,2534 -"22129",2533,2552 -"22130",2533,3072 -"22131",2533,3283 -"22132",2533,3286 -"22133",2533,3305 -"22134",2533,3354 -"22135",2533,5747 -"22136",2533,6260 -"22137",2533,6831 -"22138",2533,12950 -"22139",2533,18995 -"22140",2533,27694 -"22141",2533,29783 -"22142",2533,51041 -"22143",2534,2817 -"22144",2534,3120 -"22145",2534,6777 -"22146",2534,6789 -"22147",2534,6831 -"22148",2534,7042 -"22149",2534,8476 -"22150",2534,9160 -"22151",2534,9189 -"22152",2534,10769 -"22153",2534,11500 -"22154",2534,13053 -"22155",2534,14847 -"22156",2534,15903 -"22157",2534,16201 -"22158",2534,17288 -"22159",2534,19719 -"22160",2534,21198 -"22161",2534,23697 -"22162",2534,25577 -"22163",2534,25931 -"22164",2534,27709 -"22165",2534,30810 -"22166",2534,31050 -"22167",2534,31546 -"22168",2534,33153 -"22169",2534,36361 -"22170",2534,36978 -"22171",2534,38019 -"22172",2534,40470 -"22173",2534,43258 -"22174",2534,44960 -"22175",2534,49129 -"22176",2534,51924 -"22177",2534,52576 -"22178",2534,52940 -"22179",2534,56284 -"22180",2534,66280 -"22181",2534,67119 -"22182",2534,68801 -"22183",2534,76127 -"22184",2534,77919 -"22185",2534,93847 -"22186",2534,98712 -"22187",2534,99436 -"22188",2534,100281 -"22189",2534,107385 -"22190",2534,110607 -"22191",2535,3329 -"22192",2535,3402 -"22193",2535,3736 -"22194",2535,9401 -"22195",2535,13129 -"22196",2535,14994 -"22197",2535,15070 -"22198",2535,16684 -"22199",2535,18809 -"22200",2535,18834 -"22201",2535,19749 -"22202",2535,20591 -"22203",2535,21094 -"22204",2535,23775 -"22205",2535,24454 -"22206",2535,31724 -"22207",2535,36817 -"22208",2535,38050 -"22209",2535,38378 -"22210",2535,51221 -"22211",2535,52215 -"22212",2535,64760 -"22213",2535,86410 -"22214",2535,87194 -"22215",2536,31015 -"22216",2536,31517 -"22217",2536,37835 -"22218",2536,47649 -"22219",2536,50011 -"22220",2536,109736 -"22221",2536,109740 -"22222",2537,6394 -"22223",2537,16760 -"22224",2537,18712 -"22225",2537,20022 -"22226",2537,20047 -"22227",2537,20176 -"22228",2537,20252 -"22229",2537,20499 -"22230",2537,33872 -"22231",2537,36968 -"22232",2537,41604 -"22233",2537,44742 -"22234",2537,47968 -"22235",2537,48008 -"22236",2537,58015 -"22237",2537,65523 -"22238",2537,98821 -"22239",2537,99541 -"22240",2538,22700 -"22241",2538,44887 -"22242",2538,53796 -"22243",2538,54419 -"22244",2539,13917 -"22245",2540,2772 -"22246",2540,3114 -"22247",2540,3117 -"22248",2540,3895 -"22249",2540,4003 -"22250",2540,5052 -"22251",2540,6977 -"22252",2540,8856 -"22253",2540,11079 -"22254",2540,11216 -"22255",2540,13321 -"22256",2540,15365 -"22257",2540,15879 -"22258",2540,22116 -"22259",2540,22117 -"22260",2540,28181 -"22261",2540,41197 -"22262",2540,46486 -"22263",2540,47232 -"22264",2540,55297 -"22265",2540,74761 -"22266",2540,75338 -"22267",2540,76286 -"22268",2540,77308 -"22269",2540,86215 -"22270",2540,89199 -"22271",2541,3457 -"22272",2541,11560 -"22273",2541,17191 -"22274",2541,48366 -"22275",2541,52520 -"22276",2541,58604 -"22277",2541,60894 -"22278",2541,62260 -"22279",2541,63993 -"22280",2541,66769 -"22281",2541,66786 -"22282",2542,7530 -"22283",2542,7855 -"22284",2543,37580 -"22285",2543,38591 -"22286",2543,68056 -"22287",2543,114566 -"22288",2543,121589 -"22289",2543,121656 -"22290",2544,71328 -"22291",2544,90460 -"22292",2544,102199 -"22293",2544,102272 -"22294",2544,102287 -"22295",2545,23639 -"22296",2545,41928 -"22297",2545,57805 -"22298",2545,64885 -"22299",2545,82238 -"22300",2545,117329 -"22301",2546,2604 -"22302",2546,16322 -"22303",2546,27994 -"22304",2546,89670 -"22305",2547,70294 -"22306",2547,78328 -"22307",2547,113166 -"22308",2548,9531 -"22309",2548,31763 -"22310",2548,35775 -"22311",2548,43926 -"22312",2548,49917 -"22313",2551,20140 -"22314",2551,29281 -"22315",2551,34825 -"22316",2551,38589 -"22317",2551,49163 -"22318",2551,68327 -"22319",2551,71137 -"22320",2552,3072 -"22321",2552,3283 -"22322",2552,3286 -"22323",2552,3305 -"22324",2552,3354 -"22325",2552,7199 -"22326",2552,25367 -"22327",2552,34832 -"22328",2552,89274 -"22329",2552,91575 -"22330",2552,100630 -"22331",2553,39220 -"22332",2553,49903 -"22333",2553,50316 -"22334",2553,76293 -"22335",2553,109744 -"22336",2554,5680 -"22337",2554,6177 -"22338",2554,7984 -"22339",2554,7985 -"22340",2554,8289 -"22341",2554,8913 -"22342",2554,8922 -"22343",2554,12698 -"22344",2554,13415 -"22345",2554,14802 -"22346",2554,15160 -"22347",2554,15401 -"22348",2554,15887 -"22349",2554,16259 -"22350",2554,16625 -"22351",2554,17828 -"22352",2554,18298 -"22353",2554,19598 -"22354",2554,19723 -"22355",2554,25588 -"22356",2554,26882 -"22357",2554,31341 -"22358",2554,32672 -"22359",2554,32988 -"22360",2554,38219 -"22361",2554,40645 -"22362",2554,42505 -"22363",2554,44463 -"22364",2554,47421 -"22365",2554,47438 -"22366",2554,65155 -"22367",2554,65322 -"22368",2554,71033 -"22369",2554,73409 -"22370",2554,75568 -"22371",2554,75830 -"22372",2554,76428 -"22373",2554,77664 -"22374",2554,80625 -"22375",2554,81046 -"22376",2554,84194 -"22377",2554,89511 -"22378",2554,89980 -"22379",2554,90968 -"22380",2554,95241 -"22381",2554,96749 -"22382",2554,96756 -"22383",2554,104590 -"22384",2554,108463 -"22385",2554,116534 -"22386",2554,116545 -"22387",2556,2623 -"22388",2556,3102 -"22389",2556,3278 -"22390",2556,3477 -"22391",2556,5301 -"22392",2556,5526 -"22393",2556,5806 -"22394",2556,6053 -"22395",2556,6063 -"22396",2556,6254 -"22397",2556,6560 -"22398",2556,7581 -"22399",2556,8307 -"22400",2556,8534 -"22401",2556,9366 -"22402",2556,11154 -"22403",2556,11766 -"22404",2556,12087 -"22405",2556,12688 -"22406",2556,12735 -"22407",2556,12779 -"22408",2556,13062 -"22409",2556,13360 -"22410",2556,13942 -"22411",2556,15027 -"22412",2556,15185 -"22413",2556,15216 -"22414",2556,15964 -"22415",2556,16252 -"22416",2556,16646 -"22417",2556,16872 -"22418",2556,17145 -"22419",2556,17205 -"22420",2556,17508 -"22421",2556,18060 -"22422",2556,18217 -"22423",2556,18920 -"22424",2556,22462 -"22425",2556,22823 -"22426",2556,23147 -"22427",2556,23421 -"22428",2556,23632 -"22429",2556,23953 -"22430",2556,24495 -"22431",2556,24710 -"22432",2556,25143 -"22433",2556,25258 -"22434",2556,25303 -"22435",2556,25664 -"22436",2556,25682 -"22437",2556,25854 -"22438",2556,26407 -"22439",2556,27174 -"22440",2556,27196 -"22441",2556,27710 -"22442",2556,28703 -"22443",2556,29253 -"22444",2556,29341 -"22445",2556,29560 -"22446",2556,29573 -"22447",2556,29868 -"22448",2556,32438 -"22449",2556,32967 -"22450",2556,33223 -"22451",2556,33881 -"22452",2556,34097 -"22453",2556,34330 -"22454",2556,34513 -"22455",2556,35400 -"22456",2556,36444 -"22457",2556,36476 -"22458",2556,36547 -"22459",2556,36745 -"22460",2556,37821 -"22461",2556,37931 -"22462",2556,38319 -"22463",2556,39398 -"22464",2556,39492 -"22465",2556,40320 -"22466",2556,40373 -"22467",2556,40542 -"22468",2556,41182 -"22469",2556,42131 -"22470",2556,46843 -"22471",2556,48331 -"22472",2557,3285 -"22473",2557,4242 -"22474",2557,29277 -"22475",2557,32582 -"22476",2557,35663 -"22477",2557,87525 -"22478",2557,93273 -"22479",2558,10475 -"22480",2558,84440 -"22481",2558,97473 -"22482",2559,3212 -"22483",2559,42689 -"22484",2559,97664 -"22485",2560,2561 -"22486",2560,2576 -"22487",2560,25702 -"22488",2560,26807 -"22489",2560,31068 -"22490",2560,67995 -"22491",2561,2576 -"22492",2561,2866 -"22493",2561,4280 -"22494",2561,4331 -"22495",2561,15161 -"22496",2561,27222 -"22497",2561,27453 -"22498",2561,50283 -"22499",2561,69956 -"22500",2561,84888 -"22501",2561,84898 -"22502",2562,28324 -"22503",2562,28335 -"22504",2563,3367 -"22505",2563,5123 -"22506",2563,16688 -"22507",2563,26537 -"22508",2563,28057 -"22509",2563,28986 -"22510",2563,29330 -"22511",2563,35420 -"22512",2563,35952 -"22513",2563,38514 -"22514",2563,42725 -"22515",2563,51921 -"22516",2563,58854 -"22517",2563,100093 -"22518",2563,100097 -"22519",2563,100936 -"22520",2564,3621 -"22521",2564,4127 -"22522",2564,22670 -"22523",2564,27339 -"22524",2564,36299 -"22525",2564,37873 -"22526",2564,57472 -"22527",2564,58888 -"22528",2564,63078 -"22529",2565,2704 -"22530",2566,2933 -"22531",2566,4143 -"22532",2566,14739 -"22533",2566,24375 -"22534",2566,26814 -"22535",2566,30883 -"22536",2566,36436 -"22537",2566,36508 -"22538",2566,36661 -"22539",2566,54508 -"22540",2566,74397 -"22541",2566,84475 -"22542",2566,86043 -"22543",2566,88863 -"22544",2566,92736 -"22545",2566,97759 -"22546",2566,105421 -"22547",2567,2670 -"22548",2567,4780 -"22549",2568,4142 -"22550",2568,37985 -"22551",2568,39261 -"22552",2568,45541 -"22553",2568,92508 -"22554",2569,18086 -"22555",2569,51311 -"22556",2569,52093 -"22557",2569,116024 -"22558",2570,4462 -"22559",2571,13553 -"22560",2571,15257 -"22561",2571,22351 -"22562",2571,56640 -"22563",2571,99111 -"22564",2571,116469 -"22565",2572,3801 -"22566",2572,6074 -"22567",2572,8384 -"22568",2572,12724 -"22569",2572,21176 -"22570",2572,22758 -"22571",2572,22796 -"22572",2572,28139 -"22573",2572,34303 -"22574",2572,41686 -"22575",2572,43713 -"22576",2572,45302 -"22577",2572,57744 -"22578",2572,66023 -"22579",2573,8305 -"22580",2574,3274 -"22581",2574,13547 -"22582",2574,55256 -"22583",2574,60860 -"22584",2574,62083 -"22585",2575,2583 -"22586",2575,2586 -"22587",2575,2616 -"22588",2575,4183 -"22589",2575,6768 -"22590",2575,11868 -"22591",2575,15320 -"22592",2575,15784 -"22593",2575,23919 -"22594",2575,26722 -"22595",2575,56310 -"22596",2575,64899 -"22597",2575,77555 -"22598",2575,77559 -"22599",2575,81096 -"22600",2575,82092 -"22601",2575,107686 -"22602",2575,107706 -"22603",2576,2869 -"22604",2576,4730 -"22605",2576,6938 -"22606",2576,8094 -"22607",2576,8974 -"22608",2576,12403 -"22609",2576,17252 -"22610",2576,19087 -"22611",2576,20291 -"22612",2576,22120 -"22613",2576,22352 -"22614",2576,24080 -"22615",2576,25911 -"22616",2576,30442 -"22617",2576,31018 -"22618",2576,32887 -"22619",2576,33625 -"22620",2576,37815 -"22621",2576,38906 -"22622",2576,69956 -"22623",2576,70455 -"22624",2576,79642 -"22625",2576,81268 -"22626",2576,87196 -"22627",2576,87199 -"22628",2576,90931 -"22629",2577,3541 -"22630",2577,3917 -"22631",2577,4641 -"22632",2577,4802 -"22633",2577,7269 -"22634",2577,11036 -"22635",2577,17304 -"22636",2577,29993 -"22637",2577,37448 -"22638",2577,37534 -"22639",2577,76132 -"22640",2577,101339 -"22641",2578,27032 -"22642",2578,50358 -"22643",2578,54535 -"22644",2578,56880 -"22645",2578,94455 -"22646",2579,2592 -"22647",2579,4956 -"22648",2579,6893 -"22649",2579,13647 -"22650",2579,26941 -"22651",2579,27046 -"22652",2579,27798 -"22653",2579,30451 -"22654",2579,41992 -"22655",2579,48239 -"22656",2579,58872 -"22657",2579,59857 -"22658",2579,85435 -"22659",2580,4842 -"22660",2580,5395 -"22661",2580,15929 -"22662",2580,20000 -"22663",2580,26636 -"22664",2580,36205 -"22665",2580,36565 -"22666",2580,41719 -"22667",2580,46621 -"22668",2580,46850 -"22669",2580,49235 -"22670",2580,52327 -"22671",2580,55795 -"22672",2580,57152 -"22673",2580,61572 -"22674",2580,81109 -"22675",2580,111333 -"22676",2580,119046 -"22677",2580,123379 -"22678",2581,4335 -"22679",2581,7643 -"22680",2581,7797 -"22681",2581,8743 -"22682",2581,35067 -"22683",2581,36470 -"22684",2581,44393 -"22685",2581,61117 -"22686",2581,75901 -"22687",2581,92817 -"22688",2582,6922 -"22689",2582,7045 -"22690",2582,7049 -"22691",2582,8168 -"22692",2582,8601 -"22693",2582,23504 -"22694",2583,2586 -"22695",2583,2616 -"22696",2583,5937 -"22697",2583,11868 -"22698",2583,15784 -"22699",2583,20011 -"22700",2583,24228 -"22701",2583,26722 -"22702",2583,41324 -"22703",2583,42774 -"22704",2583,78208 -"22705",2583,80988 -"22706",2583,81327 -"22707",2583,109887 -"22708",2583,109897 -"22709",2583,113632 -"22710",2583,113636 -"22711",2584,3568 -"22712",2584,6704 -"22713",2584,9008 -"22714",2584,11023 -"22715",2584,12158 -"22716",2584,14874 -"22717",2584,29351 -"22718",2584,32384 -"22719",2584,38915 -"22720",2584,43067 -"22721",2584,43888 -"22722",2584,45308 -"22723",2584,50969 -"22724",2584,97401 -"22725",2584,99743 -"22726",2584,100909 -"22727",2584,105514 -"22728",2584,105520 -"22729",2584,122582 -"22730",2584,122616 -"22731",2585,18600 -"22732",2585,98190 -"22733",2585,108815 -"22734",2586,2616 -"22735",2586,4183 -"22736",2586,10700 -"22737",2586,11868 -"22738",2586,14261 -"22739",2586,15320 -"22740",2586,22983 -"22741",2586,26360 -"22742",2586,28078 -"22743",2586,32841 -"22744",2586,37029 -"22745",2586,37093 -"22746",2586,37494 -"22747",2586,43512 -"22748",2586,51433 -"22749",2586,61837 -"22750",2587,2617 -"22751",2587,25116 -"22752",2587,31825 -"22753",2587,32349 -"22754",2587,34819 -"22755",2587,36010 -"22756",2587,86734 -"22757",2588,3769 -"22758",2588,6595 -"22759",2588,15214 -"22760",2588,15281 -"22761",2588,30569 -"22762",2588,33940 -"22763",2588,42773 -"22764",2588,50048 -"22765",2588,70475 -"22766",2588,76966 -"22767",2588,77719 -"22768",2588,78524 -"22769",2588,79938 -"22770",2588,82510 -"22771",2588,85065 -"22772",2588,99159 -"22773",2588,108375 -"22774",2588,111181 -"22775",2588,113640 -"22776",2589,2606 -"22777",2589,22226 -"22778",2590,7861 -"22779",2590,11224 -"22780",2590,11507 -"22781",2590,25341 -"22782",2590,26282 -"22783",2590,34509 -"22784",2590,47858 -"22785",2590,52144 -"22786",2590,56175 -"22787",2590,67216 -"22788",2590,67744 -"22789",2590,75180 -"22790",2590,79410 -"22791",2590,83300 -"22792",2590,91744 -"22793",2590,113171 -"22794",2590,113172 -"22795",2591,8673 -"22796",2591,31243 -"22797",2591,35147 -"22798",2591,35162 -"22799",2591,37032 -"22800",2592,5166 -"22801",2592,13647 -"22802",2592,27046 -"22803",2592,30451 -"22804",2592,51775 -"22805",2593,16973 -"22806",2593,29599 -"22807",2593,30621 -"22808",2593,34094 -"22809",2593,48400 -"22810",2593,69661 -"22811",2594,15614 -"22812",2594,53097 -"22813",2594,76275 -"22814",2594,79091 -"22815",2594,95011 -"22816",2594,119746 -"22817",2595,2749 -"22818",2595,20749 -"22819",2595,55430 -"22820",2595,71585 -"22821",2595,71603 -"22822",2595,72058 -"22823",2595,91897 -"22824",2595,109527 -"22825",2595,111965 -"22826",2595,122920 -"22827",2595,122921 -"22828",2595,123381 -"22829",2596,39191 -"22830",2597,6768 -"22831",2597,30651 -"22832",2597,43657 -"22833",2597,53644 -"22834",2597,55366 -"22835",2597,56133 -"22836",2597,72549 -"22837",2597,82910 -"22838",2597,83735 -"22839",2597,92154 -"22840",2598,39102 -"22841",2598,69961 -"22842",2598,74878 -"22843",2598,110862 -"22844",2598,118452 -"22845",2598,118480 -"22846",2599,7205 -"22847",2599,10563 -"22848",2600,3849 -"22849",2600,9319 -"22850",2600,17458 -"22851",2600,33484 -"22852",2600,34529 -"22853",2600,39568 -"22854",2600,73498 -"22855",2601,9322 -"22856",2601,10256 -"22857",2601,15573 -"22858",2601,15960 -"22859",2601,29211 -"22860",2601,29758 -"22861",2601,29882 -"22862",2601,31985 -"22863",2601,33623 -"22864",2601,45664 -"22865",2601,62193 -"22866",2601,63490 -"22867",2601,76639 -"22868",2601,76640 -"22869",2601,77040 -"22870",2601,77055 -"22871",2601,77057 -"22872",2601,77066 -"22873",2601,77095 -"22874",2601,77096 -"22875",2601,77101 -"22876",2601,77102 -"22877",2601,77103 -"22878",2601,77106 -"22879",2601,83945 -"22880",2601,115099 -"22881",2602,5238 -"22882",2602,10670 -"22883",2602,13217 -"22884",2602,36351 -"22885",2602,71124 -"22886",2602,84694 -"22887",2602,89130 -"22888",2602,118295 -"22889",2603,7348 -"22890",2603,20949 -"22891",2603,29031 -"22892",2603,29680 -"22893",2603,50381 -"22894",2603,55841 -"22895",2603,55869 -"22896",2603,55890 -"22897",2603,55958 -"22898",2604,6176 -"22899",2604,9717 -"22900",2604,14396 -"22901",2604,56100 -"22902",2604,81135 -"22903",2604,81180 -"22904",2605,8302 -"22905",2605,16388 -"22906",2607,13398 -"22907",2607,15548 -"22908",2607,16876 -"22909",2607,19501 -"22910",2607,25734 -"22911",2607,31732 -"22912",2607,52217 -"22913",2607,106453 -"22914",2607,114762 -"22915",2608,20407 -"22916",2608,23776 -"22917",2608,28112 -"22918",2608,50983 -"22919",2608,51671 -"22920",2608,52132 -"22921",2608,58413 -"22922",2608,63524 -"22923",2608,80889 -"22924",2609,2644 -"22925",2609,2658 -"22926",2609,13158 -"22927",2609,24349 -"22928",2609,27517 -"22929",2609,28091 -"22930",2609,33907 -"22931",2609,45812 -"22932",2609,48519 -"22933",2609,53056 -"22934",2609,55084 -"22935",2609,63545 -"22936",2609,71236 -"22937",2609,73121 -"22938",2609,88895 -"22939",2609,91838 -"22940",2610,23951 -"22941",2610,44352 -"22942",2610,51962 -"22943",2610,51981 -"22944",2610,61659 -"22945",2611,35930 -"22946",2611,37191 -"22947",2611,106424 -"22948",2613,4402 -"22949",2613,4889 -"22950",2613,11265 -"22951",2613,11740 -"22952",2613,13303 -"22953",2613,14072 -"22954",2613,24241 -"22955",2613,26052 -"22956",2613,26537 -"22957",2613,30980 -"22958",2613,38181 -"22959",2613,40649 -"22960",2613,49818 -"22961",2613,54059 -"22962",2613,59633 -"22963",2613,59756 -"22964",2613,67098 -"22965",2613,79898 -"22966",2614,36160 -"22967",2614,39105 -"22968",2614,47031 -"22969",2615,3627 -"22970",2615,11803 -"22971",2615,16613 -"22972",2615,17847 -"22973",2615,53971 -"22974",2615,62848 -"22975",2615,77519 -"22976",2615,88819 -"22977",2615,89076 -"22978",2615,93619 -"22979",2615,94339 -"22980",2615,99850 -"22981",2615,103655 -"22982",2615,105303 -"22983",2616,4183 -"22984",2616,5937 -"22985",2616,11679 -"22986",2616,11868 -"22987",2616,15320 -"22988",2616,24611 -"22989",2616,32841 -"22990",2616,37029 -"22991",2616,37494 -"22992",2616,41170 -"22993",2616,41521 -"22994",2616,49088 -"22995",2616,49172 -"22996",2616,56413 -"22997",2617,10434 -"22998",2617,29667 -"22999",2617,31485 -"23000",2617,59425 -"23001",2617,88935 -"23002",2617,95868 -"23003",2618,4140 -"23004",2618,11786 -"23005",2618,25557 -"23006",2618,41677 -"23007",2618,43744 -"23008",2618,67581 -"23009",2618,84834 -"23010",2618,105673 -"23011",2618,115572 -"23012",2620,25934 -"23013",2621,48986 -"23014",2622,5663 -"23015",2622,5690 -"23016",2622,5693 -"23017",2622,5694 -"23018",2623,116035 -"23019",2623,118068 -"23020",2624,24063 -"23021",2624,24884 -"23022",2624,27745 -"23023",2624,57421 -"23024",2624,58488 -"23025",2624,73456 -"23026",2624,88961 -"23027",2624,94156 -"23028",2625,15378 -"23029",2625,46727 -"23030",2625,59718 -"23031",2625,67201 -"23032",2625,67263 -"23033",2625,80894 -"23034",2625,90304 -"23035",2625,106291 -"23036",2626,5330 -"23037",2626,9189 -"23038",2626,11460 -"23039",2626,14273 -"23040",2626,14350 -"23041",2626,21174 -"23042",2626,21198 -"23043",2626,23649 -"23044",2626,26113 -"23045",2626,26749 -"23046",2626,38019 -"23047",2626,44082 -"23048",2626,44373 -"23049",2626,49302 -"23050",2626,50565 -"23051",2626,69913 -"23052",2626,71342 -"23053",2626,72956 -"23054",2626,81493 -"23055",2626,82410 -"23056",2626,82442 -"23057",2626,86809 -"23058",2626,94565 -"23059",2627,7597 -"23060",2627,21143 -"23061",2627,24870 -"23062",2627,31055 -"23063",2627,54052 -"23064",2627,72900 -"23065",2627,96622 -"23066",2627,99029 -"23067",2628,3080 -"23068",2628,3239 -"23069",2628,47092 -"23070",2628,65949 -"23071",2629,3088 -"23072",2630,10616 -"23073",2630,10837 -"23074",2630,21180 -"23075",2630,34162 -"23076",2631,2632 -"23077",2631,107950 -"23078",2633,17236 -"23079",2633,17427 -"23080",2633,23275 -"23081",2633,23276 -"23082",2633,28488 -"23083",2633,30631 -"23084",2633,42066 -"23085",2633,55019 -"23086",2633,66689 -"23087",2633,73157 -"23088",2633,73199 -"23089",2633,79562 -"23090",2633,88665 -"23091",2634,3112 -"23092",2634,16165 -"23093",2634,26462 -"23094",2634,54855 -"23095",2634,83843 -"23096",2635,6377 -"23097",2635,59527 -"23098",2635,98354 -"23099",2636,29009 -"23100",2637,5624 -"23101",2637,6096 -"23102",2637,19120 -"23103",2637,76160 -"23104",2637,76169 -"23105",2637,98682 -"23106",2637,98688 -"23107",2637,98689 -"23108",2637,98694 -"23109",2638,28029 -"23110",2638,41443 -"23111",2638,105732 -"23112",2639,8946 -"23113",2639,11466 -"23114",2639,15150 -"23115",2639,15840 -"23116",2639,17921 -"23117",2639,19902 -"23118",2639,26094 -"23119",2639,39536 -"23120",2639,39789 -"23121",2639,49415 -"23122",2639,54416 -"23123",2639,65841 -"23124",2639,69517 -"23125",2639,86710 -"23126",2639,88194 -"23127",2639,95669 -"23128",2639,103212 -"23129",2639,105156 -"23130",2639,110696 -"23131",2639,110741 -"23132",2639,118425 -"23133",2640,2662 -"23134",2640,4057 -"23135",2640,4940 -"23136",2640,5422 -"23137",2640,5427 -"23138",2640,5444 -"23139",2640,5504 -"23140",2640,7323 -"23141",2640,7605 -"23142",2640,7805 -"23143",2640,9553 -"23144",2640,19548 -"23145",2640,22749 -"23146",2640,28109 -"23147",2640,35256 -"23148",2640,37570 -"23149",2640,37682 -"23150",2640,47535 -"23151",2640,47624 -"23152",2640,68610 -"23153",2640,68656 -"23154",2640,68666 -"23155",2640,68703 -"23156",2641,22256 -"23157",2641,23138 -"23158",2641,53875 -"23159",2641,56574 -"23160",2641,60409 -"23161",2641,79357 -"23162",2642,14235 -"23163",2642,59506 -"23164",2642,71822 -"23165",2642,88577 -"23166",2642,100828 -"23167",2643,8905 -"23168",2643,9261 -"23169",2643,9493 -"23170",2643,10328 -"23171",2643,13812 -"23172",2643,21669 -"23173",2643,22029 -"23174",2643,26853 -"23175",2643,30116 -"23176",2643,33567 -"23177",2643,40604 -"23178",2643,45630 -"23179",2643,54579 -"23180",2643,59100 -"23181",2643,68658 -"23182",2643,75276 -"23183",2643,113117 -"23184",2643,115498 -"23185",2644,3068 -"23186",2644,4308 -"23187",2644,7023 -"23188",2644,13824 -"23189",2644,16053 -"23190",2644,20732 -"23191",2644,23726 -"23192",2644,25812 -"23193",2644,26097 -"23194",2644,29788 -"23195",2644,29893 -"23196",2644,32811 -"23197",2644,37307 -"23198",2644,40063 -"23199",2644,42226 -"23200",2644,45396 -"23201",2644,54675 -"23202",2644,55084 -"23203",2644,74730 -"23204",2644,75830 -"23205",2644,76590 -"23206",2644,84505 -"23207",2644,93984 -"23208",2644,100670 -"23209",2644,111593 -"23210",2645,2651 -"23211",2645,6988 -"23212",2645,7352 -"23213",2645,8188 -"23214",2645,9872 -"23215",2645,11265 -"23216",2645,13934 -"23217",2645,14072 -"23218",2645,14972 -"23219",2645,17381 -"23220",2645,26052 -"23221",2645,37457 -"23222",2645,44720 -"23223",2645,55071 -"23224",2645,65964 -"23225",2645,98368 -"23226",2645,119549 -"23227",2645,119665 -"23228",2646,2665 -"23229",2646,2685 -"23230",2646,3093 -"23231",2646,3169 -"23232",2646,3183 -"23233",2646,3228 -"23234",2646,3249 -"23235",2646,3288 -"23236",2647,2780 -"23237",2647,3894 -"23238",2647,4256 -"23239",2647,7580 -"23240",2647,7604 -"23241",2647,8006 -"23242",2647,16538 -"23243",2647,21889 -"23244",2647,31684 -"23245",2647,35092 -"23246",2647,39931 -"23247",2647,47607 -"23248",2647,67911 -"23249",2647,76851 -"23250",2647,76929 -"23251",2647,95361 -"23252",2647,110574 -"23253",2647,114164 -"23254",2648,28818 -"23255",2648,32656 -"23256",2648,35395 -"23257",2648,71222 -"23258",2649,4799 -"23259",2649,6992 -"23260",2649,35406 -"23261",2649,66677 -"23262",2649,90958 -"23263",2650,2657 -"23264",2650,8924 -"23265",2651,4652 -"23266",2651,7233 -"23267",2651,14347 -"23268",2651,26659 -"23269",2651,27862 -"23270",2651,34604 -"23271",2651,35926 -"23272",2651,42995 -"23273",2651,76099 -"23274",2651,85577 -"23275",2652,5615 -"23276",2652,7330 -"23277",2652,7485 -"23278",2652,7516 -"23279",2652,15215 -"23280",2652,15444 -"23281",2652,15985 -"23282",2652,18165 -"23283",2652,18404 -"23284",2652,19317 -"23285",2652,23617 -"23286",2652,27517 -"23287",2652,41682 -"23288",2652,42837 -"23289",2652,53333 -"23290",2652,56531 -"23291",2652,59992 -"23292",2652,61242 -"23293",2652,67559 -"23294",2652,80921 -"23295",2652,107588 -"23296",2653,9240 -"23297",2653,94816 -"23298",2654,27421 -"23299",2654,34806 -"23300",2654,39769 -"23301",2654,62261 -"23302",2654,73719 -"23303",2654,74553 -"23304",2654,75643 -"23305",2654,77596 -"23306",2654,81373 -"23307",2654,85626 -"23308",2654,88312 -"23309",2654,88405 -"23310",2654,88681 -"23311",2654,97876 -"23312",2654,98673 -"23313",2654,99518 -"23314",2654,100693 -"23315",2654,104253 -"23316",2654,104262 -"23317",2654,104327 -"23318",2654,108149 -"23319",2655,23552 -"23320",2655,36980 -"23321",2655,76741 -"23322",2655,88230 -"23323",2656,23788 -"23324",2656,54729 -"23325",2656,59678 -"23326",2656,99924 -"23327",2656,99935 -"23328",2656,108463 -"23329",2657,8924 -"23330",2657,21144 -"23331",2657,29265 -"23332",2657,55149 -"23333",2657,58431 -"23334",2657,60155 -"23335",2657,83687 -"23336",2657,83688 -"23337",2657,83705 -"23338",2657,84525 -"23339",2657,84535 -"23340",2657,98002 -"23341",2658,24349 -"23342",2658,33907 -"23343",2658,53056 -"23344",2659,3697 -"23345",2659,5555 -"23346",2659,41500 -"23347",2659,47415 -"23348",2659,53843 -"23349",2659,53847 -"23350",2659,66320 -"23351",2659,78477 -"23352",2660,25666 -"23353",2660,49290 -"23354",2661,9073 -"23355",2661,17326 -"23356",2661,27254 -"23357",2661,28357 -"23358",2661,30784 -"23359",2661,31066 -"23360",2661,31095 -"23361",2661,31096 -"23362",2661,38888 -"23363",2661,39534 -"23364",2661,40366 -"23365",2661,43164 -"23366",2661,44474 -"23367",2661,44909 -"23368",2661,46486 -"23369",2661,48918 -"23370",2661,61192 -"23371",2661,72438 -"23372",2661,77308 -"23373",2661,95910 -"23374",2661,109487 -"23375",2661,118325 -"23376",2662,4057 -"23377",2662,4940 -"23378",2662,4962 -"23379",2662,5078 -"23380",2662,5422 -"23381",2662,5427 -"23382",2662,5444 -"23383",2662,5457 -"23384",2662,5462 -"23385",2662,5489 -"23386",2662,5492 -"23387",2662,5504 -"23388",2662,7323 -"23389",2662,7605 -"23390",2662,9553 -"23391",2662,19606 -"23392",2662,21439 -"23393",2662,22006 -"23394",2662,22749 -"23395",2662,35256 -"23396",2662,37570 -"23397",2662,37682 -"23398",2662,41344 -"23399",2662,73227 -"23400",2663,60136 -"23401",2663,67493 -"23402",2663,72245 -"23403",2664,6388 -"23404",2664,16084 -"23405",2664,22696 -"23406",2664,33548 -"23407",2664,39694 -"23408",2664,40930 -"23409",2664,44368 -"23410",2664,54708 -"23411",2664,122088 -"23412",2664,122142 -"23413",2665,2685 -"23414",2665,3093 -"23415",2665,3169 -"23416",2665,3183 -"23417",2665,3228 -"23418",2665,3249 -"23419",2665,3288 -"23420",2666,3747 -"23421",2666,7156 -"23422",2666,7174 -"23423",2666,7662 -"23424",2666,8257 -"23425",2666,10933 -"23426",2666,11207 -"23427",2666,17314 -"23428",2666,17706 -"23429",2666,17781 -"23430",2666,19798 -"23431",2666,21305 -"23432",2666,21707 -"23433",2666,22597 -"23434",2666,22668 -"23435",2666,22669 -"23436",2666,22683 -"23437",2666,22684 -"23438",2666,25982 -"23439",2666,37668 -"23440",2666,41953 -"23441",2666,52339 -"23442",2666,53415 -"23443",2666,59940 -"23444",2666,62644 -"23445",2666,64034 -"23446",2666,67628 -"23447",2666,67905 -"23448",2666,73338 -"23449",2666,74721 -"23450",2666,74844 -"23451",2666,79343 -"23452",2666,86128 -"23453",2666,87575 -"23454",2666,88511 -"23455",2666,98729 -"23456",2666,100543 -"23457",2667,104706 -"23458",2667,106405 -"23459",2668,7896 -"23460",2668,31865 -"23461",2668,70366 -"23462",2668,85520 -"23463",2669,65925 -"23464",2670,14944 -"23465",2670,39143 -"23466",2670,112295 -"23467",2670,121451 -"23468",2671,55386 -"23469",2671,56569 -"23470",2671,71252 -"23471",2671,73780 -"23472",2672,6903 -"23473",2672,15376 -"23474",2672,18347 -"23475",2672,20667 -"23476",2672,44752 -"23477",2672,73490 -"23478",2672,99266 -"23479",2672,99267 -"23480",2673,11357 -"23481",2673,24612 -"23482",2673,51224 -"23483",2674,90410 -"23484",2674,100992 -"23485",2675,6039 -"23486",2675,6131 -"23487",2675,9557 -"23488",2675,12971 -"23489",2675,13818 -"23490",2675,19348 -"23491",2675,19890 -"23492",2675,27228 -"23493",2675,34762 -"23494",2675,72241 -"23495",2675,84825 -"23496",2675,85193 -"23497",2675,86584 -"23498",2676,2848 -"23499",2677,2678 -"23500",2678,49090 -"23501",2679,4293 -"23502",2679,6307 -"23503",2679,24640 -"23504",2679,24705 -"23505",2679,32280 -"23506",2679,51427 -"23507",2680,2934 -"23508",2680,5073 -"23509",2680,7942 -"23510",2680,9343 -"23511",2680,16176 -"23512",2680,18586 -"23513",2680,20348 -"23514",2680,35287 -"23515",2680,41023 -"23516",2680,54334 -"23517",2680,56448 -"23518",2680,58657 -"23519",2680,60167 -"23520",2680,61566 -"23521",2680,69179 -"23522",2680,71504 -"23523",2680,73147 -"23524",2680,73429 -"23525",2680,74612 -"23526",2680,78996 -"23527",2680,79600 -"23528",2680,94048 -"23529",2680,105139 -"23530",2680,109509 -"23531",2680,116888 -"23532",2680,123051 -"23533",2680,123052 -"23534",2681,3271 -"23535",2681,3903 -"23536",2681,6347 -"23537",2681,7085 -"23538",2681,9270 -"23539",2681,9272 -"23540",2681,9505 -"23541",2681,11913 -"23542",2681,12428 -"23543",2681,12807 -"23544",2681,13142 -"23545",2681,16689 -"23546",2681,19036 -"23547",2681,19391 -"23548",2681,23075 -"23549",2681,25606 -"23550",2681,28530 -"23551",2681,30258 -"23552",2681,32811 -"23553",2681,37167 -"23554",2681,38185 -"23555",2681,38683 -"23556",2681,40245 -"23557",2681,43226 -"23558",2681,44655 -"23559",2681,44973 -"23560",2681,46177 -"23561",2681,47048 -"23562",2681,48110 -"23563",2681,54259 -"23564",2681,58508 -"23565",2681,59731 -"23566",2681,61822 -"23567",2681,62642 -"23568",2681,63953 -"23569",2681,68091 -"23570",2681,69335 -"23571",2681,75245 -"23572",2681,75776 -"23573",2681,75956 -"23574",2681,76067 -"23575",2681,76387 -"23576",2681,78978 -"23577",2681,79212 -"23578",2681,79241 -"23579",2681,79579 -"23580",2681,80239 -"23581",2681,80301 -"23582",2681,81397 -"23583",2681,88340 -"23584",2681,88749 -"23585",2681,89069 -"23586",2681,89373 -"23587",2681,89995 -"23588",2681,90919 -"23589",2681,90936 -"23590",2681,92861 -"23591",2681,93097 -"23592",2681,94231 -"23593",2681,95489 -"23594",2681,96247 -"23595",2681,96363 -"23596",2681,97898 -"23597",2682,4054 -"23598",2682,6953 -"23599",2682,44073 -"23600",2682,44074 -"23601",2682,44075 -"23602",2682,51848 -"23603",2682,59431 -"23604",2683,26096 -"23605",2684,3200 -"23606",2684,5940 -"23607",2684,9998 -"23608",2684,10032 -"23609",2684,10266 -"23610",2684,11055 -"23611",2684,19937 -"23612",2684,24753 -"23613",2684,27501 -"23614",2684,44796 -"23615",2684,79136 -"23616",2684,97275 -"23617",2684,102116 -"23618",2684,113458 -"23619",2685,3093 -"23620",2685,3169 -"23621",2685,3183 -"23622",2685,3228 -"23623",2685,3249 -"23624",2685,3288 -"23625",2686,14207 -"23626",2686,36836 -"23627",2686,38069 -"23628",2686,44714 -"23629",2686,50581 -"23630",2686,54748 -"23631",2686,55620 -"23632",2686,59860 -"23633",2686,85903 -"23634",2686,90941 -"23635",2686,122334 -"23636",2687,25019 -"23637",2687,31239 -"23638",2687,36297 -"23639",2687,66061 -"23640",2687,73211 -"23641",2687,89626 -"23642",2687,101628 -"23643",2688,8556 -"23644",2688,9662 -"23645",2688,13551 -"23646",2688,17432 -"23647",2688,22544 -"23648",2688,27524 -"23649",2688,35392 -"23650",2688,36890 -"23651",2688,48541 -"23652",2688,91554 -"23653",2688,91555 -"23654",2689,5575 -"23655",2689,50072 -"23656",2689,82931 -"23657",2689,84657 -"23658",2690,20652 -"23659",2690,58888 -"23660",2690,59049 -"23661",2691,8469 -"23662",2691,17941 -"23663",2691,21987 -"23664",2691,30406 -"23665",2691,32843 -"23666",2691,44037 -"23667",2691,44393 -"23668",2691,46340 -"23669",2691,46931 -"23670",2691,84150 -"23671",2691,112590 -"23672",2691,119637 -"23673",2692,10143 -"23674",2692,20261 -"23675",2692,20344 -"23676",2692,41202 -"23677",2692,65513 -"23678",2692,71847 -"23679",2692,83162 -"23680",2692,85472 -"23681",2692,98104 -"23682",2692,108315 -"23683",2693,4128 -"23684",2693,4236 -"23685",2693,23387 -"23686",2693,38974 -"23687",2693,44825 -"23688",2694,40009 -"23689",2694,63984 -"23690",2694,106150 -"23691",2695,6165 -"23692",2695,14472 -"23693",2695,15616 -"23694",2695,40121 -"23695",2695,66823 -"23696",2695,90788 -"23697",2696,12208 -"23698",2696,20364 -"23699",2696,31488 -"23700",2697,47537 -"23701",2697,122922 -"23702",2698,4562 -"23703",2698,9036 -"23704",2698,16116 -"23705",2698,31956 -"23706",2698,39056 -"23707",2699,47895 -"23708",2699,111866 -"23709",2700,9241 -"23710",2700,16402 -"23711",2700,23000 -"23712",2700,26182 -"23713",2700,37906 -"23714",2700,48961 -"23715",2700,50832 -"23716",2700,63684 -"23717",2700,77534 -"23718",2700,94555 -"23719",2700,110062 -"23720",2700,115815 -"23721",2701,7060 -"23722",2701,62209 -"23723",2701,117491 -"23724",2701,117492 -"23725",2702,8801 -"23726",2702,9594 -"23727",2702,15560 -"23728",2702,17295 -"23729",2702,29763 -"23730",2702,41136 -"23731",2702,44232 -"23732",2702,46596 -"23733",2702,62164 -"23734",2702,64413 -"23735",2702,74035 -"23736",2703,16345 -"23737",2703,47862 -"23738",2704,3163 -"23739",2704,16496 -"23740",2704,29707 -"23741",2704,45395 -"23742",2704,49841 -"23743",2704,54746 -"23744",2704,54754 -"23745",2705,24333 -"23746",2705,94405 -"23747",2705,94409 -"23748",2706,4596 -"23749",2706,42375 -"23750",2706,49575 -"23751",2706,51273 -"23752",2706,64742 -"23753",2706,84272 -"23754",2707,44263 -"23755",2708,2731 -"23756",2708,31968 -"23757",2708,48216 -"23758",2708,56921 -"23759",2708,58475 -"23760",2708,58732 -"23761",2709,17703 -"23762",2709,48814 -"23763",2709,58429 -"23764",2710,4115 -"23765",2710,8556 -"23766",2710,14607 -"23767",2710,17466 -"23768",2710,17730 -"23769",2710,18925 -"23770",2710,23845 -"23771",2710,28851 -"23772",2710,32482 -"23773",2710,34076 -"23774",2710,35416 -"23775",2710,35504 -"23776",2710,35522 -"23777",2710,35534 -"23778",2710,46031 -"23779",2710,58120 -"23780",2711,9052 -"23781",2711,23179 -"23782",2711,38463 -"23783",2711,41014 -"23784",2711,87732 -"23785",2711,93802 -"23786",2712,36790 -"23787",2712,47911 -"23788",2712,56015 -"23789",2712,87242 -"23790",2713,80093 -"23791",2714,84632 -"23792",2715,45478 -"23793",2715,95322 -"23794",2716,2742 -"23795",2716,9318 -"23796",2716,17755 -"23797",2716,17901 -"23798",2716,22287 -"23799",2716,23976 -"23800",2716,31057 -"23801",2716,41163 -"23802",2716,63698 -"23803",2716,86537 -"23804",2717,4253 -"23805",2717,11082 -"23806",2717,24478 -"23807",2717,24485 -"23808",2717,32492 -"23809",2717,36639 -"23810",2717,37729 -"23811",2717,41972 -"23812",2717,42275 -"23813",2718,2786 -"23814",2718,12239 -"23815",2718,39431 -"23816",2718,103174 -"23817",2719,2873 -"23818",2719,5577 -"23819",2719,11534 -"23820",2719,20113 -"23821",2719,29940 -"23822",2719,35561 -"23823",2719,53261 -"23824",2719,58587 -"23825",2719,60753 -"23826",2719,68509 -"23827",2719,73794 -"23828",2719,79227 -"23829",2719,83892 -"23830",2719,98858 -"23831",2719,99690 -"23832",2719,107527 -"23833",2719,118367 -"23834",2719,118370 -"23835",2719,122562 -"23836",2720,66215 -"23837",2720,69461 -"23838",2721,67224 -"23839",2721,88608 -"23840",2721,91898 -"23841",2721,110558 -"23842",2721,111007 -"23843",2722,22442 -"23844",2722,30643 -"23845",2723,3822 -"23846",2723,13908 -"23847",2723,33883 -"23848",2723,35470 -"23849",2723,55373 -"23850",2723,94381 -"23851",2723,119512 -"23852",2723,122798 -"23853",2724,2824 -"23854",2724,8619 -"23855",2724,11803 -"23856",2724,17847 -"23857",2724,20371 -"23858",2724,23116 -"23859",2724,32259 -"23860",2724,32412 -"23861",2724,51313 -"23862",2724,74054 -"23863",2724,76122 -"23864",2724,106065 -"23865",2724,120667 -"23866",2725,4400 -"23867",2725,7896 -"23868",2725,28205 -"23869",2725,28384 -"23870",2725,32778 -"23871",2725,100196 -"23872",2725,101139 -"23873",2726,8284 -"23874",2727,41800 -"23875",2727,85850 -"23876",2727,117728 -"23877",2728,2732 -"23878",2728,2733 -"23879",2728,2736 -"23880",2728,6009 -"23881",2728,24839 -"23882",2728,40596 -"23883",2728,78761 -"23884",2728,98042 -"23885",2728,104234 -"23886",2728,104281 -"23887",2728,104299 -"23888",2728,106775 -"23889",2729,7650 -"23890",2729,7668 -"23891",2729,11651 -"23892",2729,22972 -"23893",2729,29225 -"23894",2729,66246 -"23895",2729,67793 -"23896",2729,76791 -"23897",2729,78810 -"23898",2729,79961 -"23899",2729,93787 -"23900",2730,18430 -"23901",2730,20502 -"23902",2730,21107 -"23903",2730,23024 -"23904",2730,50541 -"23905",2731,5330 -"23906",2731,13905 -"23907",2731,20187 -"23908",2731,20975 -"23909",2731,27085 -"23910",2731,27711 -"23911",2731,27781 -"23912",2731,27910 -"23913",2731,28015 -"23914",2731,28124 -"23915",2731,36361 -"23916",2731,47111 -"23917",2731,50565 -"23918",2731,77305 -"23919",2731,80174 -"23920",2731,81588 -"23921",2731,82442 -"23922",2731,89097 -"23923",2731,92220 -"23924",2731,99275 -"23925",2731,104137 -"23926",2731,104788 -"23927",2731,112329 -"23928",2732,2733 -"23929",2732,2736 -"23930",2732,5524 -"23931",2732,12611 -"23932",2732,12928 -"23933",2732,18877 -"23934",2732,29067 -"23935",2732,47422 -"23936",2732,77243 -"23937",2732,81290 -"23938",2732,81328 -"23939",2732,81333 -"23940",2732,81980 -"23941",2732,107851 -"23942",2733,2736 -"23943",2733,5463 -"23944",2733,5524 -"23945",2733,6009 -"23946",2733,7648 -"23947",2733,12611 -"23948",2733,14442 -"23949",2733,17604 -"23950",2733,18656 -"23951",2733,20026 -"23952",2733,20881 -"23953",2733,24839 -"23954",2733,26125 -"23955",2733,27794 -"23956",2733,29067 -"23957",2733,29134 -"23958",2733,31146 -"23959",2733,31785 -"23960",2733,34601 -"23961",2733,46837 -"23962",2733,47422 -"23963",2733,51257 -"23964",2733,55180 -"23965",2733,55191 -"23966",2733,55204 -"23967",2733,55258 -"23968",2733,55259 -"23969",2733,81290 -"23970",2733,81328 -"23971",2733,81333 -"23972",2733,85259 -"23973",2733,96604 -"23974",2733,97533 -"23975",2733,97548 -"23976",2733,97561 -"23977",2735,24551 -"23978",2735,55377 -"23979",2735,55388 -"23980",2735,55484 -"23981",2736,12611 -"23982",2736,20026 -"23983",2736,26125 -"23984",2736,31146 -"23985",2736,69649 -"23986",2736,81290 -"23987",2736,81328 -"23988",2736,81333 -"23989",2737,12121 -"23990",2737,15418 -"23991",2737,15644 -"23992",2737,34616 -"23993",2737,42744 -"23994",2737,42911 -"23995",2737,53812 -"23996",2737,67227 -"23997",2737,77591 -"23998",2737,97213 -"23999",2737,105073 -"24000",2737,108214 -"24001",2738,68679 -"24002",2739,24762 -"24003",2739,41208 -"24004",2739,84761 -"24005",2739,105502 -"24006",2740,76381 -"24007",2740,94289 -"24008",2740,94317 -"24009",2741,62887 -"24010",2742,3336 -"24011",2742,5227 -"24012",2742,7824 -"24013",2742,9318 -"24014",2742,17901 -"24015",2742,22287 -"24016",2742,23976 -"24017",2742,27173 -"24018",2742,37285 -"24019",2742,42433 -"24020",2742,48605 -"24021",2742,90357 -"24022",2742,91459 -"24023",2743,3242 -"24024",2743,4050 -"24025",2743,4098 -"24026",2743,4244 -"24027",2743,5195 -"24028",2743,20319 -"24029",2743,20824 -"24030",2743,26549 -"24031",2743,30931 -"24032",2743,44364 -"24033",2743,50312 -"24034",2743,51022 -"24035",2743,51654 -"24036",2743,55073 -"24037",2743,98113 -"24038",2743,105092 -"24039",2744,12514 -"24040",2744,34272 -"24041",2745,8535 -"24042",2745,17061 -"24043",2745,60685 -"24044",2745,64605 -"24045",2745,92252 -"24046",2745,94521 -"24047",2746,8318 -"24048",2746,23223 -"24049",2746,36652 -"24050",2746,36659 -"24051",2747,2753 -"24052",2747,3182 -"24053",2747,5005 -"24054",2747,6808 -"24055",2747,13148 -"24056",2747,14715 -"24057",2747,14818 -"24058",2747,14998 -"24059",2747,15385 -"24060",2747,17638 -"24061",2747,20155 -"24062",2747,20502 -"24063",2747,21213 -"24064",2747,23226 -"24065",2747,23860 -"24066",2747,24009 -"24067",2747,24027 -"24068",2747,24186 -"24069",2747,24232 -"24070",2747,26140 -"24071",2747,31353 -"24072",2747,35417 -"24073",2747,35983 -"24074",2747,40396 -"24075",2747,44334 -"24076",2747,44433 -"24077",2747,44603 -"24078",2747,45734 -"24079",2747,50349 -"24080",2747,51646 -"24081",2747,52535 -"24082",2747,61551 -"24083",2747,81711 -"24084",2748,21515 -"24085",2748,81299 -"24086",2750,44023 -"24087",2750,61586 -"24088",2750,64090 -"24089",2751,8354 -"24090",2751,10473 -"24091",2751,11857 -"24092",2752,3184 -"24093",2752,30075 -"24094",2752,87875 -"24095",2752,88073 -"24096",2752,107659 -"24097",2753,3182 -"24098",2753,14818 -"24099",2753,14998 -"24100",2753,15385 -"24101",2753,17638 -"24102",2753,18203 -"24103",2753,20155 -"24104",2753,21213 -"24105",2753,22274 -"24106",2753,23860 -"24107",2753,24027 -"24108",2753,24186 -"24109",2753,35417 -"24110",2753,40396 -"24111",2753,44433 -"24112",2753,44603 -"24113",2753,59188 -"24114",2753,75816 -"24115",2753,121502 -"24116",2754,5126 -"24117",2754,5973 -"24118",2754,7755 -"24119",2754,11551 -"24120",2754,12983 -"24121",2754,13945 -"24122",2754,14787 -"24123",2754,15409 -"24124",2754,21868 -"24125",2754,22705 -"24126",2754,22759 -"24127",2754,31799 -"24128",2754,35021 -"24129",2754,44548 -"24130",2754,49522 -"24131",2754,50632 -"24132",2754,53181 -"24133",2754,72334 -"24134",2754,75848 -"24135",2754,80233 -"24136",2754,90921 -"24137",2754,91606 -"24138",2754,92156 -"24139",2754,92724 -"24140",2754,94440 -"24141",2754,100789 -"24142",2754,105651 -"24143",2754,108063 -"24144",2755,10975 -"24145",2755,14602 -"24146",2755,25360 -"24147",2756,13509 -"24148",2756,30075 -"24149",2757,9269 -"24150",2757,11361 -"24151",2757,29084 -"24152",2757,41067 -"24153",2757,44744 -"24154",2757,50319 -"24155",2757,66055 -"24156",2757,70778 -"24157",2757,72060 -"24158",2757,80938 -"24159",2757,80939 -"24160",2757,80940 -"24161",2757,80941 -"24162",2757,80949 -"24163",2757,80955 -"24164",2757,80956 -"24165",2757,80957 -"24166",2757,80985 -"24167",2757,80989 -"24168",2757,81007 -"24169",2757,81022 -"24170",2757,81026 -"24171",2757,81036 -"24172",2757,81037 -"24173",2757,81038 -"24174",2757,81139 -"24175",2758,12897 -"24176",2758,14099 -"24177",2758,14603 -"24178",2758,18307 -"24179",2758,27513 -"24180",2758,38866 -"24181",2758,40264 -"24182",2758,49164 -"24183",2758,69174 -"24184",2758,97241 -"24185",2758,101248 -"24186",2759,6133 -"24187",2759,6627 -"24188",2759,7269 -"24189",2759,10616 -"24190",2759,19806 -"24191",2759,21180 -"24192",2759,72680 -"24193",2759,76132 -"24194",2759,76497 -"24195",2759,85876 -"24196",2760,6415 -"24197",2760,36714 -"24198",2760,46166 -"24199",2760,48050 -"24200",2761,3488 -"24201",2761,3973 -"24202",2761,4037 -"24203",2761,4342 -"24204",2761,4343 -"24205",2761,6257 -"24206",2761,6699 -"24207",2761,6727 -"24208",2761,6875 -"24209",2761,29478 -"24210",2761,32599 -"24211",2761,46976 -"24212",2761,49097 -"24213",2761,53242 -"24214",2761,55809 -"24215",2761,59578 -"24216",2762,19017 -"24217",2762,31142 -"24218",2762,81056 -"24219",2763,3156 -"24220",2763,25902 -"24221",2763,30225 -"24222",2763,36006 -"24223",2763,54304 -"24224",2763,80141 -"24225",2763,103857 -"24226",2763,103885 -"24227",2764,10876 -"24228",2765,7861 -"24229",2765,11208 -"24230",2765,15620 -"24231",2765,17391 -"24232",2765,22714 -"24233",2765,39827 -"24234",2765,43144 -"24235",2765,87255 -"24236",2766,2836 -"24237",2766,3699 -"24238",2766,3700 -"24239",2766,4722 -"24240",2766,4763 -"24241",2766,6830 -"24242",2766,10874 -"24243",2766,15184 -"24244",2766,31115 -"24245",2766,41625 -"24246",2766,48768 -"24247",2766,49881 -"24248",2766,50252 -"24249",2766,88258 -"24250",2766,88259 -"24251",2767,6413 -"24252",2767,41702 -"24253",2767,61547 -"24254",2767,110498 -"24255",2767,115039 -"24256",2768,6531 -"24257",2768,15011 -"24258",2768,36438 -"24259",2768,37820 -"24260",2768,50662 -"24261",2768,93471 -"24262",2769,12791 -"24263",2769,14288 -"24264",2769,14505 -"24265",2769,17117 -"24266",2769,20641 -"24267",2769,21198 -"24268",2769,22282 -"24269",2769,23134 -"24270",2769,24317 -"24271",2769,25931 -"24272",2769,27275 -"24273",2769,27390 -"24274",2769,30490 -"24275",2769,36361 -"24276",2769,37597 -"24277",2769,38070 -"24278",2769,43575 -"24279",2769,49678 -"24280",2769,52576 -"24281",2769,61970 -"24282",2769,63357 -"24283",2769,81423 -"24284",2769,82949 -"24285",2769,90765 -"24286",2769,101999 -"24287",2770,2771 -"24288",2771,3646 -"24289",2771,7743 -"24290",2771,9086 -"24291",2771,9382 -"24292",2771,19504 -"24293",2771,22231 -"24294",2771,25255 -"24295",2771,26912 -"24296",2771,31074 -"24297",2771,31176 -"24298",2771,33273 -"24299",2771,39282 -"24300",2771,42373 -"24301",2771,50349 -"24302",2771,53877 -"24303",2771,65830 -"24304",2771,67019 -"24305",2771,73186 -"24306",2771,73948 -"24307",2771,74725 -"24308",2771,83253 -"24309",2771,87771 -"24310",2771,88773 -"24311",2771,93632 -"24312",2771,99445 -"24313",2771,101012 -"24314",2771,102770 -"24315",2772,3198 -"24316",2772,3397 -"24317",2772,3409 -"24318",2772,3411 -"24319",2772,3436 -"24320",2772,3453 -"24321",2772,4069 -"24322",2772,6194 -"24323",2772,12579 -"24324",2772,53813 -"24325",2772,80056 -"24326",2773,14378 -"24327",2773,51581 -"24328",2773,82628 -"24329",2773,99391 -"24330",2773,107207 -"24331",2774,4947 -"24332",2774,5728 -"24333",2774,6614 -"24334",2774,20688 -"24335",2774,27221 -"24336",2774,77481 -"24337",2775,5658 -"24338",2775,19479 -"24339",2775,20333 -"24340",2775,25856 -"24341",2775,57288 -"24342",2775,64282 -"24343",2776,4169 -"24344",2776,8427 -"24345",2776,12644 -"24346",2776,22020 -"24347",2776,23399 -"24348",2776,32624 -"24349",2776,43552 -"24350",2776,59679 -"24351",2776,65381 -"24352",2776,67480 -"24353",2776,89134 -"24354",2777,57383 -"24355",2777,121839 -"24356",2778,42066 -"24357",2779,6985 -"24358",2779,7374 -"24359",2779,10079 -"24360",2779,12763 -"24361",2779,17013 -"24362",2779,17070 -"24363",2779,18197 -"24364",2779,22408 -"24365",2779,26536 -"24366",2779,31951 -"24367",2779,34945 -"24368",2779,38148 -"24369",2779,64361 -"24370",2779,66454 -"24371",2779,76029 -"24372",2779,81790 -"24373",2779,81791 -"24374",2779,87016 -"24375",2779,96837 -"24376",2779,97766 -"24377",2780,3894 -"24378",2780,6507 -"24379",2780,7580 -"24380",2780,8006 -"24381",2780,31684 -"24382",2780,35092 -"24383",2780,36182 -"24384",2780,36399 -"24385",2780,43543 -"24386",2780,54452 -"24387",2780,61072 -"24388",2780,61255 -"24389",2780,61363 -"24390",2780,65939 -"24391",2780,95361 -"24392",2780,106618 -"24393",2781,20729 -"24394",2782,24226 -"24395",2782,24337 -"24396",2782,24338 -"24397",2782,24372 -"24398",2782,82634 -"24399",2782,92851 -"24400",2782,93438 -"24401",2783,4289 -"24402",2783,4790 -"24403",2783,14091 -"24404",2783,17467 -"24405",2783,52058 -"24406",2783,61604 -"24407",2783,71039 -"24408",2783,92661 -"24409",2783,107487 -"24410",2783,118667 -"24411",2784,5845 -"24412",2784,58301 -"24413",2784,71980 -"24414",2784,75422 -"24415",2785,6706 -"24416",2785,8770 -"24417",2785,16573 -"24418",2785,27193 -"24419",2785,53942 -"24420",2785,57492 -"24421",2785,72576 -"24422",2785,72577 -"24423",2785,76171 -"24424",2787,16349 -"24425",2787,27899 -"24426",2787,32753 -"24427",2788,2834 -"24428",2788,6986 -"24429",2788,15827 -"24430",2788,19035 -"24431",2788,22612 -"24432",2788,22613 -"24433",2788,22771 -"24434",2788,22774 -"24435",2788,35730 -"24436",2788,35890 -"24437",2788,71373 -"24438",2788,78682 -"24439",2788,85006 -"24440",2788,85021 -"24441",2788,85046 -"24442",2789,33972 -"24443",2789,43434 -"24444",2789,61684 -"24445",2789,86193 -"24446",2789,88767 -"24447",2789,93332 -"24448",2789,97015 -"24449",2789,103950 -"24450",2789,108924 -"24451",2789,111323 -"24452",2790,3042 -"24453",2790,116267 -"24454",2790,121981 -"24455",2791,6564 -"24456",2791,15464 -"24457",2791,20862 -"24458",2791,22309 -"24459",2791,34747 -"24460",2791,48907 -"24461",2792,3352 -"24462",2792,10628 -"24463",2792,10875 -"24464",2792,11707 -"24465",2792,42157 -"24466",2792,42899 -"24467",2792,44364 -"24468",2792,47609 -"24469",2792,48064 -"24470",2792,54725 -"24471",2792,57814 -"24472",2792,105021 -"24473",2793,6375 -"24474",2793,10206 -"24475",2793,12818 -"24476",2793,12968 -"24477",2793,21468 -"24478",2793,30907 -"24479",2793,33362 -"24480",2793,33790 -"24481",2793,37368 -"24482",2793,44447 -"24483",2793,49621 -"24484",2793,53926 -"24485",2793,75891 -"24486",2793,78305 -"24487",2793,82775 -"24488",2793,84184 -"24489",2793,89930 -"24490",2793,91043 -"24491",2793,91544 -"24492",2793,99044 -"24493",2793,99809 -"24494",2793,100574 -"24495",2793,100967 -"24496",2793,101928 -"24497",2793,119372 -"24498",2794,95488 -"24499",2795,48993 -"24500",2796,42134 -"24501",2796,88233 -"24502",2797,7159 -"24503",2797,7161 -"24504",2797,8817 -"24505",2797,9302 -"24506",2797,11364 -"24507",2797,14293 -"24508",2797,14394 -"24509",2797,14877 -"24510",2797,15441 -"24511",2797,19358 -"24512",2797,20667 -"24513",2797,22756 -"24514",2797,24948 -"24515",2797,24989 -"24516",2797,26413 -"24517",2797,27267 -"24518",2797,31897 -"24519",2797,32070 -"24520",2797,40561 -"24521",2797,46568 -"24522",2797,50351 -"24523",2797,50659 -"24524",2797,54737 -"24525",2797,56168 -"24526",2797,60846 -"24527",2797,69291 -"24528",2797,78073 -"24529",2797,79331 -"24530",2797,79710 -"24531",2797,79711 -"24532",2797,79720 -"24533",2797,79725 -"24534",2797,79738 -"24535",2797,79748 -"24536",2797,79750 -"24537",2797,79754 -"24538",2797,79758 -"24539",2797,79760 -"24540",2797,79771 -"24541",2797,79780 -"24542",2797,79781 -"24543",2797,79803 -"24544",2797,89433 -"24545",2797,103203 -"24546",2797,104741 -"24547",2797,104785 -"24548",2797,105309 -"24549",2798,13331 -"24550",2798,13495 -"24551",2798,17444 -"24552",2798,24709 -"24553",2798,26672 -"24554",2798,30051 -"24555",2798,36956 -"24556",2798,37214 -"24557",2798,41386 -"24558",2798,45410 -"24559",2798,47943 -"24560",2798,61555 -"24561",2798,70392 -"24562",2798,70728 -"24563",2798,73902 -"24564",2798,75620 -"24565",2798,76158 -"24566",2798,84732 -"24567",2798,86838 -"24568",2798,88992 -"24569",2798,92543 -"24570",2798,95818 -"24571",2798,101398 -"24572",2798,108112 -"24573",2799,8110 -"24574",2799,48264 -"24575",2799,50910 -"24576",2799,73626 -"24577",2799,103173 -"24578",2799,104133 -"24579",2800,4373 -"24580",2800,6587 -"24581",2800,7405 -"24582",2800,24743 -"24583",2800,32323 -"24584",2800,43228 -"24585",2800,79827 -"24586",2801,6279 -"24587",2801,8797 -"24588",2801,21750 -"24589",2801,34364 -"24590",2801,35842 -"24591",2801,37353 -"24592",2801,46997 -"24593",2801,57522 -"24594",2801,58154 -"24595",2801,60849 -"24596",2801,76692 -"24597",2801,85564 -"24598",2801,91181 -"24599",2801,112843 -"24600",2801,113096 -"24601",2801,113112 -"24602",2802,2821 -"24603",2802,2997 -"24604",2802,3055 -"24605",2802,3077 -"24606",2802,13991 -"24607",2802,15441 -"24608",2802,33106 -"24609",2802,33152 -"24610",2802,51678 -"24611",2802,52720 -"24612",2802,53347 -"24613",2802,53971 -"24614",2802,62126 -"24615",2802,86104 -"24616",2802,95354 -"24617",2802,101056 -"24618",2802,103905 -"24619",2802,107852 -"24620",2802,110145 -"24621",2803,29968 -"24622",2803,50517 -"24623",2803,85845 -"24624",2804,20559 -"24625",2805,90275 -"24626",2805,99447 -"24627",2807,9232 -"24628",2807,42661 -"24629",2807,102086 -"24630",2808,28740 -"24631",2808,72044 -"24632",2808,113675 -"24633",2809,33138 -"24634",2809,45865 -"24635",2809,45956 -"24636",2810,2811 -"24637",2810,3412 -"24638",2810,9080 -"24639",2810,13798 -"24640",2810,19073 -"24641",2810,33346 -"24642",2810,43045 -"24643",2810,58745 -"24644",2810,80665 -"24645",2810,87873 -"24646",2810,92426 -"24647",2810,107977 -"24648",2811,14182 -"24649",2811,28181 -"24650",2811,33978 -"24651",2811,40453 -"24652",2811,44549 -"24653",2811,46578 -"24654",2811,49064 -"24655",2811,72520 -"24656",2811,111871 -"24657",2812,45147 -"24658",2813,2840 -"24659",2813,3710 -"24660",2813,15259 -"24661",2813,15921 -"24662",2813,16386 -"24663",2813,18066 -"24664",2813,22460 -"24665",2813,28869 -"24666",2813,41435 -"24667",2813,44154 -"24668",2813,47232 -"24669",2813,50355 -"24670",2813,67915 -"24671",2813,78833 -"24672",2814,10606 -"24673",2815,3331 -"24674",2815,5317 -"24675",2815,19502 -"24676",2815,23109 -"24677",2815,27952 -"24678",2815,62144 -"24679",2815,83642 -"24680",2815,83853 -"24681",2816,17966 -"24682",2816,34753 -"24683",2816,41391 -"24684",2816,60948 -"24685",2816,80362 -"24686",2816,91840 -"24687",2816,92935 -"24688",2816,104524 -"24689",2817,8297 -"24690",2817,56284 -"24691",2817,100281 -"24692",2817,112160 -"24693",2818,5013 -"24694",2818,20138 -"24695",2818,85241 -"24696",2818,104207 -"24697",2819,12820 -"24698",2819,103648 -"24699",2820,43350 -"24700",2820,56270 -"24701",2821,2997 -"24702",2821,3055 -"24703",2821,3077 -"24704",2821,10128 -"24705",2821,16057 -"24706",2821,16188 -"24707",2821,17159 -"24708",2821,20027 -"24709",2821,20310 -"24710",2821,20412 -"24711",2821,20580 -"24712",2821,23402 -"24713",2821,29533 -"24714",2821,53858 -"24715",2821,67092 -"24716",2821,75886 -"24717",2821,82862 -"24718",2821,90218 -"24719",2821,106837 -"24720",2822,3364 -"24721",2822,14664 -"24722",2822,16567 -"24723",2822,31381 -"24724",2822,36680 -"24725",2822,97215 -"24726",2823,38136 -"24727",2823,73542 -"24728",2823,105481 -"24729",2823,108719 -"24730",2824,10597 -"24731",2824,11803 -"24732",2824,14061 -"24733",2824,17847 -"24734",2824,20371 -"24735",2824,32259 -"24736",2824,49805 -"24737",2824,77519 -"24738",2824,80653 -"24739",2824,107322 -"24740",2824,107423 -"24741",2824,107428 -"24742",2825,80309 -"24743",2826,13835 -"24744",2826,25387 -"24745",2826,45930 -"24746",2826,62316 -"24747",2826,62678 -"24748",2826,92080 -"24749",2827,8280 -"24750",2827,9257 -"24751",2827,23797 -"24752",2827,23824 -"24753",2827,23854 -"24754",2827,23858 -"24755",2827,23874 -"24756",2827,41910 -"24757",2828,2829 -"24758",2828,8718 -"24759",2828,12383 -"24760",2828,46748 -"24761",2829,11413 -"24762",2829,72449 -"24763",2830,11990 -"24764",2831,2877 -"24765",2831,2887 -"24766",2831,3021 -"24767",2831,16921 -"24768",2831,23597 -"24769",2831,70350 -"24770",2832,75272 -"24771",2833,4746 -"24772",2833,7852 -"24773",2833,15766 -"24774",2833,55423 -"24775",2833,71591 -"24776",2834,6986 -"24777",2834,31658 -"24778",2834,35890 -"24779",2834,71373 -"24780",2834,80781 -"24781",2834,85006 -"24782",2834,85021 -"24783",2834,85046 -"24784",2835,3197 -"24785",2835,3275 -"24786",2835,3363 -"24787",2835,4652 -"24788",2835,5449 -"24789",2835,16269 -"24790",2835,23530 -"24791",2835,29561 -"24792",2835,37016 -"24793",2835,37053 -"24794",2835,37085 -"24795",2835,37481 -"24796",2835,38051 -"24797",2835,38462 -"24798",2835,45561 -"24799",2835,53219 -"24800",2835,55470 -"24801",2835,56232 -"24802",2835,60412 -"24803",2835,61751 -"24804",2835,103942 -"24805",2835,114280 -"24806",2836,10874 -"24807",2836,80951 -"24808",2837,5363 -"24809",2837,5575 -"24810",2837,11325 -"24811",2837,19655 -"24812",2837,58829 -"24813",2838,21616 -"24814",2838,77383 -"24815",2838,122386 -"24816",2839,10111 -"24817",2839,10255 -"24818",2839,98828 -"24819",2840,4129 -"24820",2840,4974 -"24821",2840,5304 -"24822",2840,6189 -"24823",2840,6298 -"24824",2840,8094 -"24825",2840,9120 -"24826",2840,10123 -"24827",2840,10208 -"24828",2840,12994 -"24829",2840,13822 -"24830",2840,16286 -"24831",2840,17811 -"24832",2840,18066 -"24833",2840,18084 -"24834",2840,18345 -"24835",2840,23462 -"24836",2840,24724 -"24837",2840,24796 -"24838",2840,29305 -"24839",2840,34833 -"24840",2840,35406 -"24841",2840,38736 -"24842",2840,41197 -"24843",2840,43574 -"24844",2840,45357 -"24845",2840,61816 -"24846",2840,64468 -"24847",2840,68500 -"24848",2840,68687 -"24849",2840,75666 -"24850",2840,76482 -"24851",2840,77432 -"24852",2840,78375 -"24853",2840,80391 -"24854",2840,84346 -"24855",2840,84353 -"24856",2840,95854 -"24857",2841,27688 -"24858",2841,34934 -"24859",2841,52832 -"24860",2841,54892 -"24861",2841,58777 -"24862",2841,68362 -"24863",2841,83578 -"24864",2841,92881 -"24865",2842,5221 -"24866",2842,20475 -"24867",2842,29152 -"24868",2842,100887 -"24869",2843,4405 -"24870",2843,7520 -"24871",2843,10271 -"24872",2843,13910 -"24873",2843,14134 -"24874",2843,15526 -"24875",2843,29133 -"24876",2844,25391 -"24877",2845,4245 -"24878",2845,8963 -"24879",2845,9837 -"24880",2845,11030 -"24881",2845,18524 -"24882",2845,18608 -"24883",2845,21283 -"24884",2845,33870 -"24885",2845,42282 -"24886",2845,45462 -"24887",2845,48352 -"24888",2845,48379 -"24889",2845,53837 -"24890",2845,65970 -"24891",2845,78617 -"24892",2845,82726 -"24893",2845,121479 -"24894",2846,2847 -"24895",2846,10277 -"24896",2846,87749 -"24897",2847,4158 -"24898",2847,6204 -"24899",2847,6321 -"24900",2847,7408 -"24901",2847,11715 -"24902",2847,12708 -"24903",2847,14052 -"24904",2847,24027 -"24905",2847,26987 -"24906",2847,27008 -"24907",2847,30154 -"24908",2847,37069 -"24909",2847,58334 -"24910",2847,66323 -"24911",2847,67499 -"24912",2847,73015 -"24913",2847,83444 -"24914",2847,93679 -"24915",2847,99949 -"24916",2847,101914 -"24917",2847,102486 -"24918",2847,103631 -"24919",2847,103723 -"24920",2847,103732 -"24921",2847,103759 -"24922",2847,103773 -"24923",2848,80770 -"24924",2848,99579 -"24925",2848,105297 -"24926",2848,109419 -"24927",2848,122784 -"24928",2849,86271 -"24929",2850,2863 -"24930",2850,23783 -"24931",2850,58679 -"24932",2850,81269 -"24933",2850,96563 -"24934",2850,113691 -"24935",2851,12633 -"24936",2851,14036 -"24937",2851,16528 -"24938",2851,22873 -"24939",2851,31852 -"24940",2851,32337 -"24941",2851,64803 -"24942",2851,76179 -"24943",2851,76380 -"24944",2851,77983 -"24945",2851,78136 -"24946",2851,96003 -"24947",2852,4113 -"24948",2852,5897 -"24949",2852,7526 -"24950",2852,8915 -"24951",2852,14090 -"24952",2852,17810 -"24953",2852,25046 -"24954",2852,32548 -"24955",2852,33049 -"24956",2852,36561 -"24957",2852,37172 -"24958",2852,41023 -"24959",2852,41062 -"24960",2852,41878 -"24961",2852,44273 -"24962",2852,49854 -"24963",2852,50466 -"24964",2852,57703 -"24965",2852,66985 -"24966",2852,67127 -"24967",2852,67529 -"24968",2852,73330 -"24969",2852,85491 -"24970",2852,85506 -"24971",2853,6371 -"24972",2853,10333 -"24973",2853,22838 -"24974",2853,26478 -"24975",2853,32939 -"24976",2853,80232 -"24977",2853,82955 -"24978",2853,103543 -"24979",2853,117496 -"24980",2853,118203 -"24981",2853,118204 -"24982",2854,6742 -"24983",2854,11259 -"24984",2854,16341 -"24985",2854,23980 -"24986",2854,30194 -"24987",2854,50243 -"24988",2854,78217 -"24989",2854,90733 -"24990",2854,90763 -"24991",2854,102829 -"24992",2855,10068 -"24993",2855,26264 -"24994",2855,58432 -"24995",2855,60656 -"24996",2855,74393 -"24997",2855,84418 -"24998",2855,88439 -"24999",2855,106714 -"25000",2855,106717 -"25001",2856,6044 -"25002",2856,6294 -"25003",2856,6582 -"25004",2856,8353 -"25005",2856,10668 -"25006",2856,15752 -"25007",2856,26080 -"25008",2856,32975 -"25009",2856,34012 -"25010",2856,37985 -"25011",2856,41972 -"25012",2856,45541 -"25013",2856,46373 -"25014",2856,47248 -"25015",2856,51017 -"25016",2856,55666 -"25017",2856,57160 -"25018",2856,62244 -"25019",2856,63547 -"25020",2856,70020 -"25021",2856,70858 -"25022",2856,74975 -"25023",2856,82977 -"25024",2856,90592 -"25025",2856,90921 -"25026",2856,93223 -"25027",2856,95997 -"25028",2856,117701 -"25029",2856,117703 -"25030",2856,117707 -"25031",2857,4725 -"25032",2857,14790 -"25033",2857,16383 -"25034",2857,20769 -"25035",2857,21247 -"25036",2857,24562 -"25037",2857,27402 -"25038",2857,55507 -"25039",2857,87930 -"25040",2857,91142 -"25041",2857,100856 -"25042",2858,57136 -"25043",2858,81159 -"25044",2859,20387 -"25045",2859,20447 -"25046",2859,20469 -"25047",2859,82830 -"25048",2860,2866 -"25049",2860,5874 -"25050",2860,5946 -"25051",2860,8523 -"25052",2860,13512 -"25053",2860,17838 -"25054",2860,24635 -"25055",2860,27040 -"25056",2860,64507 -"25057",2861,6980 -"25058",2861,32031 -"25059",2861,38297 -"25060",2861,46123 -"25061",2861,84611 -"25062",2862,16403 -"25063",2862,19745 -"25064",2862,33841 -"25065",2862,36447 -"25066",2862,75727 -"25067",2864,6287 -"25068",2864,16636 -"25069",2864,20370 -"25070",2864,20633 -"25071",2864,43902 -"25072",2864,63347 -"25073",2864,77718 -"25074",2864,95720 -"25075",2865,3145 -"25076",2865,27726 -"25077",2865,38564 -"25078",2865,79256 -"25079",2866,4423 -"25080",2866,5304 -"25081",2866,13822 -"25082",2866,15428 -"25083",2866,23027 -"25084",2866,25684 -"25085",2866,27222 -"25086",2866,27453 -"25087",2866,55921 -"25088",2866,56944 -"25089",2866,99551 -"25090",2867,36790 -"25091",2868,3029 -"25092",2868,3053 -"25093",2868,6651 -"25094",2868,7995 -"25095",2868,8094 -"25096",2868,8991 -"25097",2868,10641 -"25098",2868,52947 -"25099",2868,75683 -"25100",2868,93956 -"25101",2868,103177 -"25102",2869,5234 -"25103",2869,10996 -"25104",2869,13094 -"25105",2869,14348 -"25106",2869,17178 -"25107",2869,18648 -"25108",2869,19031 -"25109",2869,24080 -"25110",2869,26551 -"25111",2869,33871 -"25112",2869,36724 -"25113",2869,39944 -"25114",2869,43493 -"25115",2869,46343 -"25116",2869,50137 -"25117",2869,52769 -"25118",2869,55273 -"25119",2869,59520 -"25120",2869,62936 -"25121",2869,72632 -"25122",2869,77767 -"25123",2869,77782 -"25124",2869,85648 -"25125",2870,2871 -"25126",2871,9245 -"25127",2871,13618 -"25128",2871,13687 -"25129",2871,13840 -"25130",2871,16082 -"25131",2871,18821 -"25132",2871,29488 -"25133",2871,30550 -"25134",2871,33103 -"25135",2871,34113 -"25136",2871,34845 -"25137",2871,36615 -"25138",2871,46929 -"25139",2871,52697 -"25140",2871,58106 -"25141",2871,63312 -"25142",2871,68645 -"25143",2871,79493 -"25144",2871,80473 -"25145",2871,87602 -"25146",2871,91122 -"25147",2871,105398 -"25148",2871,107996 -"25149",2871,108314 -"25150",2872,42163 -"25151",2872,69202 -"25152",2873,5577 -"25153",2873,7318 -"25154",2873,11446 -"25155",2873,20113 -"25156",2873,20349 -"25157",2873,31291 -"25158",2873,35561 -"25159",2873,53888 -"25160",2873,60753 -"25161",2873,61922 -"25162",2873,64672 -"25163",2873,66728 -"25164",2873,73794 -"25165",2873,74232 -"25166",2873,75941 -"25167",2873,76131 -"25168",2873,78651 -"25169",2873,79977 -"25170",2873,84510 -"25171",2873,98858 -"25172",2873,99471 -"25173",2873,99575 -"25174",2873,100090 -"25175",2873,100859 -"25176",2873,101759 -"25177",2873,101953 -"25178",2873,102455 -"25179",2873,102484 -"25180",2873,111435 -"25181",2873,113226 -"25182",2873,117044 -"25183",2873,117653 -"25184",2874,13721 -"25185",2874,14380 -"25186",2875,10512 -"25187",2875,11595 -"25188",2875,13411 -"25189",2875,20400 -"25190",2875,23056 -"25191",2875,36978 -"25192",2875,58785 -"25193",2875,87239 -"25194",2875,87240 -"25195",2875,97155 -"25196",2875,116724 -"25197",2876,48367 -"25198",2876,74710 -"25199",2876,77908 -"25200",2876,104901 -"25201",2877,2887 -"25202",2877,3021 -"25203",2877,6545 -"25204",2877,9007 -"25205",2877,14517 -"25206",2877,23335 -"25207",2877,23597 -"25208",2877,30549 -"25209",2877,31364 -"25210",2877,81258 -"25211",2877,102482 -"25212",2877,102511 -"25213",2878,3340 -"25214",2878,5363 -"25215",2878,6819 -"25216",2878,8094 -"25217",2878,8186 -"25218",2878,12475 -"25219",2878,12676 -"25220",2878,15076 -"25221",2878,15311 -"25222",2878,19443 -"25223",2878,20121 -"25224",2878,20182 -"25225",2878,22528 -"25226",2878,23066 -"25227",2878,25126 -"25228",2878,28802 -"25229",2878,30351 -"25230",2878,41957 -"25231",2878,44083 -"25232",2878,46282 -"25233",2878,81644 -"25234",2878,88102 -"25235",2878,95566 -"25236",2878,106832 -"25237",2879,18571 -"25238",2879,23358 -"25239",2879,27783 -"25240",2879,31164 -"25241",2879,36136 -"25242",2879,39614 -"25243",2879,76807 -"25244",2879,82794 -"25245",2879,92953 -"25246",2880,3744 -"25247",2880,3763 -"25248",2880,4211 -"25249",2880,33735 -"25250",2881,21382 -"25251",2881,80328 -"25252",2882,2888 -"25253",2882,21361 -"25254",2882,49180 -"25255",2882,74654 -"25256",2882,81695 -"25257",2882,121983 -"25258",2882,121993 -"25259",2883,18591 -"25260",2883,53351 -"25261",2884,21064 -"25262",2884,23229 -"25263",2884,57187 -"25264",2884,91099 -"25265",2884,91129 -"25266",2884,96281 -"25267",2884,117062 -"25268",2885,18645 -"25269",2885,70530 -"25270",2886,11348 -"25271",2887,3021 -"25272",2887,14281 -"25273",2887,14374 -"25274",2887,14434 -"25275",2887,14435 -"25276",2888,3095 -"25277",2888,3402 -"25278",2888,5244 -"25279",2888,9289 -"25280",2888,10602 -"25281",2888,11855 -"25282",2888,12877 -"25283",2888,13223 -"25284",2888,13806 -"25285",2888,14775 -"25286",2888,14992 -"25287",2888,15166 -"25288",2888,19639 -"25289",2888,20243 -"25290",2888,22548 -"25291",2888,27412 -"25292",2888,28481 -"25293",2888,30116 -"25294",2888,32349 -"25295",2888,33137 -"25296",2888,33567 -"25297",2888,33877 -"25298",2888,34033 -"25299",2888,34658 -"25300",2888,36010 -"25301",2888,36403 -"25302",2888,41904 -"25303",2888,44150 -"25304",2888,45696 -"25305",2888,47973 -"25306",2888,50425 -"25307",2888,51230 -"25308",2888,51879 -"25309",2888,54046 -"25310",2888,55420 -"25311",2888,57253 -"25312",2888,60997 -"25313",2888,65733 -"25314",2888,66261 -"25315",2888,68457 -"25316",2888,69198 -"25317",2888,71069 -"25318",2888,77385 -"25319",2888,77386 -"25320",2888,77565 -"25321",2888,77661 -"25322",2888,78974 -"25323",2888,79041 -"25324",2888,81648 -"25325",2888,82932 -"25326",2888,86023 -"25327",2888,87813 -"25328",2888,88773 -"25329",2888,88817 -"25330",2888,88821 -"25331",2888,90993 -"25332",2888,90994 -"25333",2888,92417 -"25334",2888,98477 -"25335",2888,100319 -"25336",2888,101250 -"25337",2888,101462 -"25338",2888,109885 -"25339",2888,110742 -"25340",2888,112606 -"25341",2888,116142 -"25342",2888,116150 -"25343",2888,116151 -"25344",2888,116152 -"25345",2888,116155 -"25346",2888,116159 -"25347",2888,116163 -"25348",2888,116165 -"25349",2888,116166 -"25350",2888,116171 -"25351",2888,116677 -"25352",2888,116678 -"25353",2889,4517 -"25354",2889,5714 -"25355",2889,14016 -"25356",2889,18490 -"25357",2889,18498 -"25358",2889,18628 -"25359",2889,19181 -"25360",2889,19650 -"25361",2889,34024 -"25362",2889,34168 -"25363",2889,42226 -"25364",2889,77548 -"25365",2889,79765 -"25366",2889,83492 -"25367",2890,3603 -"25368",2890,8726 -"25369",2890,13077 -"25370",2890,17923 -"25371",2890,19807 -"25372",2890,22124 -"25373",2890,30268 -"25374",2890,30406 -"25375",2890,35494 -"25376",2890,35634 -"25377",2890,36589 -"25378",2890,46100 -"25379",2890,53936 -"25380",2890,53967 -"25381",2890,55389 -"25382",2890,56103 -"25383",2890,57897 -"25384",2890,57963 -"25385",2890,71487 -"25386",2890,104435 -"25387",2890,108216 -"25388",2891,12422 -"25389",2891,15932 -"25390",2891,16114 -"25391",2892,10374 -"25392",2892,18169 -"25393",2892,18864 -"25394",2892,20225 -"25395",2892,20487 -"25396",2892,23913 -"25397",2892,23984 -"25398",2892,25347 -"25399",2892,27538 -"25400",2892,27677 -"25401",2892,37058 -"25402",2892,43940 -"25403",2892,86576 -"25404",2893,4823 -"25405",2893,17877 -"25406",2893,37652 -"25407",2893,49326 -"25408",2893,72704 -"25409",2894,3617 -"25410",2894,5086 -"25411",2894,5353 -"25412",2894,5392 -"25413",2894,5402 -"25414",2894,5615 -"25415",2894,5924 -"25416",2894,6222 -"25417",2894,6459 -"25418",2894,7516 -"25419",2894,8170 -"25420",2894,8174 -"25421",2894,8659 -"25422",2894,9420 -"25423",2894,10383 -"25424",2894,11517 -"25425",2894,12221 -"25426",2894,12388 -"25427",2894,13828 -"25428",2894,14959 -"25429",2894,17582 -"25430",2894,18809 -"25431",2894,20060 -"25432",2894,22201 -"25433",2894,23617 -"25434",2894,36217 -"25435",2894,36498 -"25436",2894,38921 -"25437",2894,41682 -"25438",2894,41804 -"25439",2894,42040 -"25440",2894,47747 -"25441",2894,54749 -"25442",2894,56018 -"25443",2894,65954 -"25444",2894,67290 -"25445",2894,84475 -"25446",2894,93289 -"25447",2894,109085 -"25448",2895,31767 -"25449",2895,34879 -"25450",2895,45570 -"25451",2895,50204 -"25452",2895,59288 -"25453",2895,98173 -"25454",2896,8335 -"25455",2896,10588 -"25456",2896,12238 -"25457",2896,15144 -"25458",2896,23945 -"25459",2896,98207 -"25460",2896,105794 -"25461",2897,2904 -"25462",2897,2907 -"25463",2897,2909 -"25464",2897,4291 -"25465",2897,10398 -"25466",2897,14349 -"25467",2897,14965 -"25468",2897,20770 -"25469",2897,22632 -"25470",2897,24248 -"25471",2897,25416 -"25472",2897,29371 -"25473",2897,36144 -"25474",2897,38021 -"25475",2897,39439 -"25476",2897,44730 -"25477",2897,52760 -"25478",2897,76612 -"25479",2897,76866 -"25480",2897,76888 -"25481",2897,84481 -"25482",2897,84516 -"25483",2897,89725 -"25484",2897,98515 -"25485",2897,116023 -"25486",2898,17039 -"25487",2899,40103 -"25488",2900,16673 -"25489",2900,20745 -"25490",2900,20892 -"25491",2901,2948 -"25492",2901,2949 -"25493",2901,2972 -"25494",2901,2973 -"25495",2901,2974 -"25496",2901,3535 -"25497",2901,78093 -"25498",2902,51160 -"25499",2902,51990 -"25500",2903,25629 -"25501",2903,36814 -"25502",2903,39314 -"25503",2903,63778 -"25504",2903,66009 -"25505",2903,70533 -"25506",2903,77539 -"25507",2903,79553 -"25508",2903,79556 -"25509",2903,79591 -"25510",2903,96084 -"25511",2903,98636 -"25512",2903,98862 -"25513",2903,116909 -"25514",2903,118220 -"25515",2904,2907 -"25516",2904,2909 -"25517",2904,48401 -"25518",2905,19615 -"25519",2905,37688 -"25520",2905,66418 -"25521",2906,2916 -"25522",2906,4111 -"25523",2906,5481 -"25524",2906,12061 -"25525",2906,12792 -"25526",2906,13559 -"25527",2906,14954 -"25528",2906,19441 -"25529",2906,21548 -"25530",2906,44464 -"25531",2906,45335 -"25532",2906,56737 -"25533",2906,57423 -"25534",2906,57945 -"25535",2906,61877 -"25536",2906,76738 -"25537",2907,2909 -"25538",2907,10398 -"25539",2907,10400 -"25540",2907,36144 -"25541",2907,48117 -"25542",2907,59420 -"25543",2907,59434 -"25544",2908,3746 -"25545",2908,3772 -"25546",2908,4517 -"25547",2908,12715 -"25548",2908,70518 -"25549",2908,77969 -"25550",2909,63646 -"25551",2910,2928 -"25552",2910,6400 -"25553",2910,12693 -"25554",2910,13359 -"25555",2910,14715 -"25556",2910,15338 -"25557",2910,17993 -"25558",2910,18772 -"25559",2910,20140 -"25560",2910,23131 -"25561",2910,30525 -"25562",2910,33373 -"25563",2910,41958 -"25564",2910,45357 -"25565",2910,48291 -"25566",2910,55486 -"25567",2910,55829 -"25568",2910,55883 -"25569",2910,62842 -"25570",2910,66943 -"25571",2910,86564 -"25572",2910,87907 -"25573",2910,93254 -"25574",2910,93407 -"25575",2910,93415 -"25576",2911,7732 -"25577",2911,9364 -"25578",2911,19101 -"25579",2911,25027 -"25580",2911,30592 -"25581",2911,72956 -"25582",2912,7131 -"25583",2912,7329 -"25584",2912,7764 -"25585",2913,21978 -"25586",2913,89782 -"25587",2913,90996 -"25588",2913,99196 -"25589",2913,99223 -"25590",2913,116846 -"25591",2915,4444 -"25592",2915,8726 -"25593",2915,19807 -"25594",2915,35395 -"25595",2915,38902 -"25596",2915,71222 -"25597",2916,4011 -"25598",2916,4111 -"25599",2916,4759 -"25600",2916,5054 -"25601",2916,6615 -"25602",2916,6922 -"25603",2916,7049 -"25604",2916,8137 -"25605",2916,8601 -"25606",2916,9174 -"25607",2916,11815 -"25608",2916,11816 -"25609",2916,11831 -"25610",2916,11847 -"25611",2916,11848 -"25612",2916,11882 -"25613",2916,11895 -"25614",2916,11918 -"25615",2916,11938 -"25616",2916,11981 -"25617",2916,12060 -"25618",2916,12061 -"25619",2916,12079 -"25620",2916,13559 -"25621",2916,13950 -"25622",2916,14626 -"25623",2916,15312 -"25624",2916,21548 -"25625",2916,28451 -"25626",2916,31858 -"25627",2916,35451 -"25628",2916,41509 -"25629",2916,41757 -"25630",2916,44464 -"25631",2916,64978 -"25632",2916,76738 -"25633",2916,78768 -"25634",2916,94215 -"25635",2916,94234 -"25636",2916,102229 -"25637",2917,5716 -"25638",2917,6417 -"25639",2917,15290 -"25640",2917,16352 -"25641",2917,21447 -"25642",2917,28002 -"25643",2917,29792 -"25644",2917,51299 -"25645",2917,56236 -"25646",2918,9327 -"25647",2918,27972 -"25648",2918,79698 -"25649",2919,2975 -"25650",2920,28055 -"25651",2920,45647 -"25652",2920,45694 -"25653",2920,45695 -"25654",2920,45698 -"25655",2921,17475 -"25656",2921,36441 -"25657",2921,37755 -"25658",2921,37756 -"25659",2922,24310 -"25660",2923,59863 -"25661",2924,46289 -"25662",2924,66214 -"25663",2924,78782 -"25664",2924,89565 -"25665",2924,112689 -"25666",2925,4537 -"25667",2925,50021 -"25668",2925,55476 -"25669",2925,67451 -"25670",2925,67761 -"25671",2926,2942 -"25672",2926,2950 -"25673",2926,28752 -"25674",2926,42587 -"25675",2926,48971 -"25676",2926,61098 -"25677",2926,86301 -"25678",2927,4145 -"25679",2927,9729 -"25680",2927,11858 -"25681",2927,13370 -"25682",2927,22546 -"25683",2927,28782 -"25684",2927,36840 -"25685",2927,41853 -"25686",2927,42382 -"25687",2927,42390 -"25688",2927,46616 -"25689",2927,53584 -"25690",2927,59538 -"25691",2927,60978 -"25692",2927,65712 -"25693",2927,67837 -"25694",2927,79476 -"25695",2927,79483 -"25696",2927,80970 -"25697",2927,84181 -"25698",2927,84935 -"25699",2927,86532 -"25700",2927,92358 -"25701",2927,93550 -"25702",2927,101824 -"25703",2927,114388 -"25704",2928,7872 -"25705",2928,23847 -"25706",2928,23966 -"25707",2928,62842 -"25708",2929,3442 -"25709",2929,4104 -"25710",2929,9072 -"25711",2929,9295 -"25712",2929,17996 -"25713",2929,18182 -"25714",2929,27646 -"25715",2929,40703 -"25716",2929,62570 -"25717",2929,70531 -"25718",2929,70537 -"25719",2929,115448 -"25720",2929,115453 -"25721",2929,115458 -"25722",2930,44041 -"25723",2930,45858 -"25724",2930,81650 -"25725",2930,114991 -"25726",2930,116526 -"25727",2931,4095 -"25728",2931,61088 -"25729",2931,65151 -"25730",2931,68291 -"25731",2931,88484 -"25732",2931,94795 -"25733",2931,95030 -"25734",2932,10158 -"25735",2932,25797 -"25736",2932,28726 -"25737",2932,33433 -"25738",2932,42766 -"25739",2932,53083 -"25740",2932,53108 -"25741",2932,68138 -"25742",2932,68179 -"25743",2932,68298 -"25744",2932,79690 -"25745",2933,21454 -"25746",2933,30484 -"25747",2933,36021 -"25748",2933,50487 -"25749",2933,66557 -"25750",2933,74397 -"25751",2933,92419 -"25752",2934,16271 -"25753",2934,34694 -"25754",2934,52507 -"25755",2934,56448 -"25756",2934,71504 -"25757",2934,92429 -"25758",2934,103886 -"25759",2934,103890 -"25760",2935,5951 -"25761",2936,9723 -"25762",2936,11408 -"25763",2936,11930 -"25764",2936,13296 -"25765",2936,22657 -"25766",2936,26444 -"25767",2936,26983 -"25768",2936,30017 -"25769",2936,31718 -"25770",2936,32882 -"25771",2936,42529 -"25772",2936,54236 -"25773",2936,81502 -"25774",2936,104334 -"25775",2937,8532 -"25776",2937,13919 -"25777",2937,40291 -"25778",2937,54869 -"25779",2937,67200 -"25780",2937,82413 -"25781",2937,97696 -"25782",2938,10428 -"25783",2938,11731 -"25784",2938,26474 -"25785",2938,33809 -"25786",2938,38321 -"25787",2938,39169 -"25788",2938,92798 -"25789",2938,92911 -"25790",2938,99268 -"25791",2938,99705 -"25792",2938,114283 -"25793",2939,3113 -"25794",2939,5226 -"25795",2939,7331 -"25796",2939,15122 -"25797",2939,19096 -"25798",2939,33854 -"25799",2939,37108 -"25800",2939,49487 -"25801",2939,57475 -"25802",2939,64200 -"25803",2939,76534 -"25804",2939,90964 -"25805",2939,91140 -"25806",2939,91629 -"25807",2939,102469 -"25808",2939,109708 -"25809",2940,3677 -"25810",2940,10451 -"25811",2940,58525 -"25812",2940,118742 -"25813",2941,7890 -"25814",2941,12818 -"25815",2941,15739 -"25816",2941,17090 -"25817",2941,35231 -"25818",2941,45733 -"25819",2941,51132 -"25820",2941,53650 -"25821",2941,60724 -"25822",2941,68255 -"25823",2941,68313 -"25824",2941,68324 -"25825",2941,68488 -"25826",2941,69273 -"25827",2942,2950 -"25828",2942,54774 -"25829",2943,4106 -"25830",2943,8600 -"25831",2944,37550 -"25832",2945,87059 -"25833",2946,5582 -"25834",2946,15090 -"25835",2946,16136 -"25836",2946,37608 -"25837",2946,42882 -"25838",2946,65062 -"25839",2946,65131 -"25840",2946,66681 -"25841",2946,74573 -"25842",2946,103554 -"25843",2946,113074 -"25844",2947,18221 -"25845",2947,22513 -"25846",2947,29634 -"25847",2947,46336 -"25848",2947,54095 -"25849",2947,81733 -"25850",2947,99368 -"25851",2947,108954 -"25852",2948,2949 -"25853",2948,2972 -"25854",2948,2973 -"25855",2948,2974 -"25856",2948,3535 -"25857",2948,20628 -"25858",2948,33663 -"25859",2949,2972 -"25860",2949,2973 -"25861",2949,2974 -"25862",2949,3535 -"25863",2951,17618 -"25864",2951,80096 -"25865",2952,68839 -"25866",2952,82053 -"25867",2953,3986 -"25868",2953,16096 -"25869",2953,16336 -"25870",2953,19043 -"25871",2953,19217 -"25872",2954,2956 -"25873",2954,4094 -"25874",2954,25341 -"25875",2955,55680 -"25876",2955,65183 -"25877",2956,4094 -"25878",2956,7471 -"25879",2956,8870 -"25880",2956,8942 -"25881",2956,9741 -"25882",2956,13313 -"25883",2956,19580 -"25884",2956,39601 -"25885",2956,39667 -"25886",2956,47733 -"25887",2957,4423 -"25888",2957,15300 -"25889",2957,17107 -"25890",2957,33619 -"25891",2957,55541 -"25892",2957,73502 -"25893",2957,81706 -"25894",2958,2960 -"25895",2958,4107 -"25896",2958,4121 -"25897",2958,4861 -"25898",2958,17390 -"25899",2958,21451 -"25900",2958,26234 -"25901",2958,28614 -"25902",2958,65572 -"25903",2958,69219 -"25904",2958,69657 -"25905",2958,70518 -"25906",2958,95787 -"25907",2958,99442 -"25908",2958,121336 -"25909",2959,15465 -"25910",2959,28245 -"25911",2959,40599 -"25912",2959,85553 -"25913",2960,4107 -"25914",2960,4121 -"25915",2960,18891 -"25916",2960,21479 -"25917",2960,21541 -"25918",2960,28614 -"25919",2960,32922 -"25920",2960,40156 -"25921",2960,40165 -"25922",2960,40200 -"25923",2960,40280 -"25924",2960,46665 -"25925",2960,52077 -"25926",2960,56705 -"25927",2960,59955 -"25928",2960,60477 -"25929",2961,95457 -"25930",2961,112461 -"25931",2962,40009 -"25932",2962,43343 -"25933",2962,65854 -"25934",2962,78012 -"25935",2962,106080 -"25936",2963,51932 -"25937",2963,61335 -"25938",2963,86034 -"25939",2964,3812 -"25940",2964,9470 -"25941",2964,21151 -"25942",2964,24716 -"25943",2964,35807 -"25944",2964,39218 -"25945",2964,44722 -"25946",2964,52124 -"25947",2964,52911 -"25948",2964,53193 -"25949",2964,59253 -"25950",2964,63637 -"25951",2964,68393 -"25952",2964,77098 -"25953",2964,90093 -"25954",2964,111117 -"25955",2964,111331 -"25956",2965,3159 -"25957",2965,5842 -"25958",2965,18970 -"25959",2965,33492 -"25960",2965,93852 -"25961",2966,2971 -"25962",2966,7742 -"25963",2967,4696 -"25964",2967,18749 -"25965",2967,74058 -"25966",2967,84790 -"25967",2967,84797 -"25968",2967,84798 -"25969",2967,84799 -"25970",2967,92067 -"25971",2968,53701 -"25972",2969,6216 -"25973",2969,9070 -"25974",2969,51864 -"25975",2969,77446 -"25976",2969,117755 -"25977",2969,118553 -"25978",2969,119382 -"25979",2970,62915 -"25980",2970,102618 -"25981",2971,12453 -"25982",2971,19680 -"25983",2971,20781 -"25984",2971,28681 -"25985",2971,35036 -"25986",2971,54802 -"25987",2971,61030 -"25988",2971,76466 -"25989",2972,2973 -"25990",2972,2974 -"25991",2972,3535 -"25992",2972,7430 -"25993",2972,9469 -"25994",2972,11662 -"25995",2972,14615 -"25996",2972,16013 -"25997",2972,30843 -"25998",2972,54653 -"25999",2972,61925 -"26000",2972,77624 -"26001",2972,88527 -"26002",2972,95728 -"26003",2972,108543 -"26004",2973,2974 -"26005",2973,3535 -"26006",2973,7292 -"26007",2973,50111 -"26008",2973,94224 -"26009",2974,3535 -"26010",2974,7430 -"26011",2974,9219 -"26012",2974,18372 -"26013",2974,60007 -"26014",2974,77624 -"26015",2975,4914 -"26016",2975,20754 -"26017",2975,21880 -"26018",2975,38126 -"26019",2975,38200 -"26020",2975,75796 -"26021",2975,82669 -"26022",2976,5776 -"26023",2976,26553 -"26024",2976,28818 -"26025",2976,72273 -"26026",2976,76294 -"26027",2976,87856 -"26028",2976,89702 -"26029",2976,89918 -"26030",2976,110299 -"26031",2977,17978 -"26032",2977,27531 -"26033",2978,2988 -"26034",2978,7004 -"26035",2978,8010 -"26036",2978,18203 -"26037",2978,47203 -"26038",2978,47208 -"26039",2978,55525 -"26040",2978,81334 -"26041",2979,13514 -"26042",2979,49148 -"26043",2979,53837 -"26044",2980,8472 -"26045",2980,45842 -"26046",2980,58355 -"26047",2981,17014 -"26048",2981,43552 -"26049",2981,64614 -"26050",2982,27969 -"26051",2982,27999 -"26052",2982,101959 -"26053",2982,113560 -"26054",2983,35196 -"26055",2983,40832 -"26056",2983,56476 -"26057",2983,75431 -"26058",2983,75766 -"26059",2983,93584 -"26060",2983,102781 -"26061",2983,113324 -"26062",2983,121781 -"26063",2984,3557 -"26064",2984,4970 -"26065",2984,14958 -"26066",2984,19515 -"26067",2984,44510 -"26068",2984,63316 -"26069",2984,77183 -"26070",2984,78262 -"26071",2984,88240 -"26072",2984,98488 -"26073",2985,3239 -"26074",2985,27312 -"26075",2985,28572 -"26076",2985,28728 -"26077",2985,72612 -"26078",2985,76143 -"26079",2986,3038 -"26080",2986,9005 -"26081",2986,22709 -"26082",2986,32523 -"26083",2986,36010 -"26084",2986,37461 -"26085",2986,65448 -"26086",2987,3002 -"26087",2987,3024 -"26088",2987,3064 -"26089",2987,3069 -"26090",2987,34099 -"26091",2987,36001 -"26092",2987,85879 -"26093",2987,85881 -"26094",2988,78993 -"26095",2989,3066 -"26096",2989,3480 -"26097",2989,3525 -"26098",2989,3611 -"26099",2989,3624 -"26100",2989,3706 -"26101",2989,3722 -"26102",2989,56465 -"26103",2990,5055 -"26104",2990,8693 -"26105",2990,17255 -"26106",2990,43149 -"26107",2990,50909 -"26108",2990,90074 -"26109",2990,107152 -"26110",2990,107174 -"26111",2990,109359 -"26112",2990,113070 -"26113",2990,113214 -"26114",2990,113408 -"26115",2991,10825 -"26116",2991,54704 -"26117",2991,100536 -"26118",2992,3028 -"26119",2992,6216 -"26120",2992,101052 -"26121",2993,73216 -"26122",2993,97262 -"26123",2994,5169 -"26124",2994,5230 -"26125",2994,5549 -"26126",2994,10978 -"26127",2994,12471 -"26128",2994,13198 -"26129",2994,13282 -"26130",2994,13283 -"26131",2994,13405 -"26132",2994,21374 -"26133",2994,23938 -"26134",2994,24280 -"26135",2994,27221 -"26136",2994,32120 -"26137",2994,32561 -"26138",2994,43696 -"26139",2994,44813 -"26140",2994,49274 -"26141",2994,50954 -"26142",2994,51011 -"26143",2994,54664 -"26144",2994,57168 -"26145",2994,75869 -"26146",2995,11321 -"26147",2995,11869 -"26148",2995,24298 -"26149",2995,86744 -"26150",2996,9901 -"26151",2996,12201 -"26152",2996,16593 -"26153",2996,30619 -"26154",2996,33122 -"26155",2996,33389 -"26156",2996,34144 -"26157",2996,38538 -"26158",2996,47446 -"26159",2996,51458 -"26160",2996,59264 -"26161",2996,62458 -"26162",2996,65223 -"26163",2996,67763 -"26164",2996,83966 -"26165",2996,84440 -"26166",2996,92106 -"26167",2996,95354 -"26168",2996,95611 -"26169",2996,99658 -"26170",2996,108996 -"26171",2996,109355 -"26172",2996,111091 -"26173",2996,121990 -"26174",2997,3055 -"26175",2997,3077 -"26176",2997,17159 -"26177",2997,17889 -"26178",2997,46143 -"26179",2997,49213 -"26180",2999,72315 -"26181",2999,88457 -"26182",3000,3033 -"26183",3000,12098 -"26184",3000,12937 -"26185",3000,87725 -"26186",3001,7080 -"26187",3001,7830 -"26188",3001,8997 -"26189",3001,15494 -"26190",3001,15769 -"26191",3001,25212 -"26192",3001,32194 -"26193",3001,33201 -"26194",3001,35904 -"26195",3001,36338 -"26196",3001,44615 -"26197",3001,50063 -"26198",3001,50216 -"26199",3001,50604 -"26200",3001,56266 -"26201",3001,62793 -"26202",3001,65362 -"26203",3001,80500 -"26204",3001,82845 -"26205",3001,89880 -"26206",3001,90824 -"26207",3001,93443 -"26208",3001,93820 -"26209",3001,97445 -"26210",3001,99263 -"26211",3001,99807 -"26212",3001,101336 -"26213",3001,102226 -"26214",3001,106679 -"26215",3002,3024 -"26216",3002,3064 -"26217",3002,3069 -"26218",3003,7544 -"26219",3003,10944 -"26220",3003,11534 -"26221",3003,11867 -"26222",3003,12223 -"26223",3003,12265 -"26224",3003,13495 -"26225",3003,13819 -"26226",3003,14185 -"26227",3003,14187 -"26228",3003,17831 -"26229",3003,18238 -"26230",3003,19523 -"26231",3003,21036 -"26232",3003,22530 -"26233",3003,24153 -"26234",3003,26233 -"26235",3003,26424 -"26236",3003,27726 -"26237",3003,33201 -"26238",3003,36415 -"26239",3003,36533 -"26240",3003,37405 -"26241",3003,37718 -"26242",3003,40841 -"26243",3003,46430 -"26244",3003,47271 -"26245",3003,49400 -"26246",3003,53261 -"26247",3003,57262 -"26248",3003,57326 -"26249",3003,57667 -"26250",3003,61683 -"26251",3003,63250 -"26252",3003,79945 -"26253",3003,86462 -"26254",3003,88531 -"26255",3003,90558 -"26256",3003,94684 -"26257",3003,94789 -"26258",3003,95777 -"26259",3003,100090 -"26260",3003,102914 -"26261",3003,109327 -"26262",3003,109721 -"26263",3003,111435 -"26264",3003,118434 -"26265",3004,6007 -"26266",3004,8976 -"26267",3004,10343 -"26268",3004,10739 -"26269",3004,18208 -"26270",3004,19532 -"26271",3004,20068 -"26272",3004,20334 -"26273",3004,29485 -"26274",3004,29545 -"26275",3004,31927 -"26276",3004,35336 -"26277",3004,42255 -"26278",3004,57063 -"26279",3004,57113 -"26280",3004,111457 -"26281",3005,16523 -"26282",3005,20271 -"26283",3005,21726 -"26284",3005,30072 -"26285",3005,57646 -"26286",3005,60597 -"26287",3005,79239 -"26288",3005,82608 -"26289",3005,87861 -"26290",3006,5151 -"26291",3006,5619 -"26292",3006,7162 -"26293",3006,7168 -"26294",3006,7861 -"26295",3006,16881 -"26296",3006,19827 -"26297",3006,26240 -"26298",3006,27592 -"26299",3006,29808 -"26300",3006,30494 -"26301",3006,35480 -"26302",3006,47516 -"26303",3006,55876 -"26304",3006,68044 -"26305",3006,69429 -"26306",3006,70480 -"26307",3006,79021 -"26308",3006,85555 -"26309",3006,114572 -"26310",3007,3877 -"26311",3007,6859 -"26312",3007,20021 -"26313",3007,21770 -"26314",3007,23285 -"26315",3007,35542 -"26316",3007,35682 -"26317",3007,41802 -"26318",3007,60161 -"26319",3007,70646 -"26320",3007,87198 -"26321",3007,90627 -"26322",3007,119555 -"26323",3008,13092 -"26324",3008,22363 -"26325",3008,77178 -"26326",3008,77182 -"26327",3008,79479 -"26328",3009,25648 -"26329",3009,62720 -"26330",3009,75919 -"26331",3009,76217 -"26332",3010,18954 -"26333",3010,45750 -"26334",3010,63555 -"26335",3010,85963 -"26336",3010,106569 -"26337",3010,114036 -"26338",3011,7024 -"26339",3011,9144 -"26340",3011,12725 -"26341",3011,14723 -"26342",3011,14821 -"26343",3011,17338 -"26344",3011,18393 -"26345",3011,19166 -"26346",3011,22273 -"26347",3011,24286 -"26348",3011,31531 -"26349",3011,32144 -"26350",3011,32633 -"26351",3011,36458 -"26352",3011,55855 -"26353",3011,57512 -"26354",3011,67654 -"26355",3011,75343 -"26356",3011,78838 -"26357",3011,78932 -"26358",3012,11318 -"26359",3012,30742 -"26360",3012,44157 -"26361",3012,88592 -"26362",3013,104503 -"26363",3014,3367 -"26364",3014,21577 -"26365",3014,33570 -"26366",3014,33646 -"26367",3014,54069 -"26368",3014,56531 -"26369",3014,107296 -"26370",3014,112344 -"26371",3014,112515 -"26372",3015,37141 -"26373",3016,6175 -"26374",3016,6375 -"26375",3016,6991 -"26376",3016,8667 -"26377",3016,10720 -"26378",3016,15501 -"26379",3016,16403 -"26380",3016,19340 -"26381",3016,37047 -"26382",3016,42115 -"26383",3016,45100 -"26384",3016,48892 -"26385",3016,54019 -"26386",3016,61330 -"26387",3016,62817 -"26388",3016,64639 -"26389",3016,64738 -"26390",3016,65072 -"26391",3016,65738 -"26392",3016,70695 -"26393",3016,78999 -"26394",3016,91569 -"26395",3016,96815 -"26396",3016,97113 -"26397",3016,105870 -"26398",3016,120847 -"26399",3017,31542 -"26400",3017,33146 -"26401",3017,61582 -"26402",3017,84419 -"26403",3017,110031 -"26404",3017,117916 -"26405",3018,5179 -"26406",3018,14161 -"26407",3018,27401 -"26408",3018,27497 -"26409",3018,31705 -"26410",3018,46900 -"26411",3018,53016 -"26412",3018,57710 -"26413",3018,57758 -"26414",3018,75780 -"26415",3019,3053 -"26416",3019,4349 -"26417",3019,43991 -"26418",3020,3582 -"26419",3020,4466 -"26420",3020,16762 -"26421",3020,30882 -"26422",3020,40619 -"26423",3020,49877 -"26424",3020,62437 -"26425",3020,102666 -"26426",3021,18381 -"26427",3021,34626 -"26428",3021,37636 -"26429",3022,5845 -"26430",3022,27797 -"26431",3022,42107 -"26432",3022,47219 -"26433",3022,47221 -"26434",3022,47383 -"26435",3022,54054 -"26436",3022,62044 -"26437",3023,20094 -"26438",3023,21750 -"26439",3023,56065 -"26440",3023,62789 -"26441",3023,79463 -"26442",3023,92507 -"26443",3023,107069 -"26444",3024,3064 -"26445",3024,3069 -"26446",3024,7406 -"26447",3024,18095 -"26448",3024,22136 -"26449",3024,22808 -"26450",3024,46614 -"26451",3024,56323 -"26452",3024,56499 -"26453",3024,63475 -"26454",3024,63503 -"26455",3024,63517 -"26456",3024,63563 -"26457",3024,63575 -"26458",3024,63592 -"26459",3025,3036 -"26460",3025,3151 -"26461",3025,5483 -"26462",3025,30249 -"26463",3025,43784 -"26464",3025,58779 -"26465",3026,3137 -"26466",3027,29544 -"26467",3027,43927 -"26468",3027,58843 -"26469",3027,67982 -"26470",3027,68088 -"26471",3027,115888 -"26472",3027,116433 -"26473",3028,9997 -"26474",3028,16781 -"26475",3028,31449 -"26476",3028,88305 -"26477",3029,3053 -"26478",3029,33135 -"26479",3029,60595 -"26480",3030,3485 -"26481",3030,3508 -"26482",3031,44471 -"26483",3031,110010 -"26484",3032,3037 -"26485",3032,3761 -"26486",3032,4148 -"26487",3032,7156 -"26488",3032,13417 -"26489",3032,20252 -"26490",3032,26642 -"26491",3032,39332 -"26492",3033,12098 -"26493",3033,24577 -"26494",3033,25080 -"26495",3033,34597 -"26496",3033,44793 -"26497",3033,50041 -"26498",3034,10822 -"26499",3034,13279 -"26500",3034,44614 -"26501",3034,55122 -"26502",3035,4355 -"26503",3035,9309 -"26504",3035,14367 -"26505",3035,15305 -"26506",3035,15556 -"26507",3035,20374 -"26508",3035,22207 -"26509",3035,22227 -"26510",3035,24615 -"26511",3035,31961 -"26512",3035,34682 -"26513",3035,35702 -"26514",3035,38335 -"26515",3035,40565 -"26516",3035,44403 -"26517",3035,46169 -"26518",3035,46487 -"26519",3035,50308 -"26520",3035,50623 -"26521",3035,53401 -"26522",3035,65404 -"26523",3035,68111 -"26524",3035,68249 -"26525",3035,68808 -"26526",3035,70235 -"26527",3035,71705 -"26528",3035,81255 -"26529",3035,82270 -"26530",3035,83572 -"26531",3035,88118 -"26532",3035,96825 -"26533",3035,97732 -"26534",3035,103578 -"26535",3035,119952 -"26536",3036,3151 -"26537",3037,42209 -"26538",3037,54995 -"26539",3037,66606 -"26540",3037,66668 -"26541",3038,10605 -"26542",3038,12089 -"26543",3038,33877 -"26544",3038,61052 -"26545",3039,15321 -"26546",3039,15383 -"26547",3039,18558 -"26548",3040,10444 -"26549",3040,19247 -"26550",3040,26219 -"26551",3040,32711 -"26552",3040,46972 -"26553",3040,48301 -"26554",3041,5703 -"26555",3041,9768 -"26556",3041,13120 -"26557",3041,27553 -"26558",3041,38787 -"26559",3041,41325 -"26560",3041,58959 -"26561",3041,58971 -"26562",3041,61338 -"26563",3041,69983 -"26564",3041,79677 -"26565",3041,94477 -"26566",3041,114636 -"26567",3043,30821 -"26568",3043,65195 -"26569",3043,75030 -"26570",3043,86725 -"26571",3043,95458 -"26572",3044,14811 -"26573",3044,27088 -"26574",3044,51869 -"26575",3045,7544 -"26576",3045,17092 -"26577",3045,17108 -"26578",3045,24050 -"26579",3045,24133 -"26580",3045,45284 -"26581",3045,47533 -"26582",3045,52264 -"26583",3045,52437 -"26584",3045,54278 -"26585",3045,60047 -"26586",3045,69613 -"26587",3045,76299 -"26588",3045,78794 -"26589",3045,80913 -"26590",3045,81713 -"26591",3045,87868 -"26592",3045,88712 -"26593",3045,91073 -"26594",3045,94098 -"26595",3045,108934 -"26596",3045,120433 -"26597",3046,6201 -"26598",3046,8152 -"26599",3046,8509 -"26600",3046,8747 -"26601",3046,8757 -"26602",3046,11717 -"26603",3046,22688 -"26604",3046,45994 -"26605",3046,50991 -"26606",3046,87614 -"26607",3047,33491 -"26608",3047,52991 -"26609",3047,62399 -"26610",3048,6065 -"26611",3049,77801 -"26612",3050,3835 -"26613",3050,5098 -"26614",3050,5113 -"26615",3050,5188 -"26616",3050,5193 -"26617",3050,6961 -"26618",3050,10265 -"26619",3050,11658 -"26620",3050,15548 -"26621",3050,20562 -"26622",3050,23709 -"26623",3050,24409 -"26624",3050,26838 -"26625",3050,26912 -"26626",3050,26983 -"26627",3050,27013 -"26628",3050,28922 -"26629",3050,28949 -"26630",3050,29601 -"26631",3050,32706 -"26632",3050,37258 -"26633",3050,37420 -"26634",3050,41062 -"26635",3050,41604 -"26636",3050,43266 -"26637",3050,50578 -"26638",3050,52670 -"26639",3050,52709 -"26640",3050,57879 -"26641",3050,58979 -"26642",3050,59395 -"26643",3050,59622 -"26644",3050,59765 -"26645",3050,66850 -"26646",3050,81502 -"26647",3050,83919 -"26648",3050,84868 -"26649",3050,88266 -"26650",3050,89020 -"26651",3050,96237 -"26652",3050,96275 -"26653",3051,10951 -"26654",3051,72875 -"26655",3052,5934 -"26656",3052,19714 -"26657",3052,59091 -"26658",3053,4349 -"26659",3053,12913 -"26660",3053,31589 -"26661",3053,38482 -"26662",3053,43991 -"26663",3053,53230 -"26664",3053,58872 -"26665",3053,88686 -"26666",3053,92445 -"26667",3053,94755 -"26668",3053,97831 -"26669",3053,97887 -"26670",3053,97893 -"26671",3053,104025 -"26672",3053,115608 -"26673",3054,6218 -"26674",3054,10929 -"26675",3055,3077 -"26676",3055,10680 -"26677",3055,14673 -"26678",3055,29533 -"26679",3055,109436 -"26680",3056,4742 -"26681",3056,6432 -"26682",3056,15493 -"26683",3056,18225 -"26684",3056,22063 -"26685",3056,24453 -"26686",3056,33736 -"26687",3056,33737 -"26688",3056,33738 -"26689",3056,40516 -"26690",3056,57241 -"26691",3056,87404 -"26692",3057,5538 -"26693",3057,7114 -"26694",3057,13150 -"26695",3057,18347 -"26696",3057,21995 -"26697",3057,24989 -"26698",3057,31833 -"26699",3057,40534 -"26700",3057,42280 -"26701",3057,55626 -"26702",3057,55865 -"26703",3057,71945 -"26704",3057,79417 -"26705",3057,79655 -"26706",3057,80033 -"26707",3057,90633 -"26708",3057,95374 -"26709",3057,102917 -"26710",3058,93156 -"26711",3058,102763 -"26712",3059,16136 -"26713",3059,45017 -"26714",3059,47654 -"26715",3059,47810 -"26716",3059,79074 -"26717",3059,85869 -"26718",3060,6030 -"26719",3060,9759 -"26720",3060,10583 -"26721",3060,32711 -"26722",3060,38965 -"26723",3060,39904 -"26724",3060,78903 -"26725",3061,7368 -"26726",3061,7838 -"26727",3061,10059 -"26728",3061,17777 -"26729",3061,44224 -"26730",3062,22555 -"26731",3062,32567 -"26732",3062,51052 -"26733",3062,87291 -"26734",3062,87301 -"26735",3062,87318 -"26736",3063,15968 -"26737",3063,17635 -"26738",3063,24254 -"26739",3063,35261 -"26740",3063,102966 -"26741",3063,119362 -"26742",3063,121350 -"26743",3064,3069 -"26744",3064,7298 -"26745",3064,8106 -"26746",3064,13581 -"26747",3064,15232 -"26748",3064,17481 -"26749",3064,20417 -"26750",3064,20616 -"26751",3064,25393 -"26752",3064,27706 -"26753",3064,27872 -"26754",3064,33982 -"26755",3064,42875 -"26756",3064,49941 -"26757",3064,50378 -"26758",3064,63896 -"26759",3064,75738 -"26760",3064,76375 -"26761",3064,78147 -"26762",3064,79570 -"26763",3064,85598 -"26764",3064,98456 -"26765",3064,98489 -"26766",3065,4064 -"26767",3065,9998 -"26768",3065,49194 -"26769",3066,3480 -"26770",3066,3525 -"26771",3066,3611 -"26772",3066,3624 -"26773",3066,3706 -"26774",3066,3722 -"26775",3067,42399 -"26776",3068,5312 -"26777",3068,8100 -"26778",3068,10143 -"26779",3068,17725 -"26780",3068,17897 -"26781",3068,19282 -"26782",3068,22057 -"26783",3068,26647 -"26784",3068,27941 -"26785",3068,28274 -"26786",3068,30850 -"26787",3068,46225 -"26788",3068,48823 -"26789",3068,55084 -"26790",3068,56026 -"26791",3068,68236 -"26792",3068,69283 -"26793",3068,88063 -"26794",3068,93037 -"26795",3068,95879 -"26796",3068,99172 -"26797",3068,106130 -"26798",3068,111593 -"26799",3070,6949 -"26800",3070,12445 -"26801",3070,63445 -"26802",3070,100416 -"26803",3070,122146 -"26804",3071,5188 -"26805",3071,5531 -"26806",3071,6348 -"26807",3071,12013 -"26808",3071,18250 -"26809",3071,36656 -"26810",3071,37095 -"26811",3071,37619 -"26812",3071,46096 -"26813",3071,53172 -"26814",3071,57404 -"26815",3071,58518 -"26816",3071,61060 -"26817",3071,72262 -"26818",3071,85016 -"26819",3072,3283 -"26820",3072,3286 -"26821",3072,3305 -"26822",3072,3354 -"26823",3072,77082 -"26824",3073,11448 -"26825",3073,16239 -"26826",3073,16455 -"26827",3073,16476 -"26828",3073,46721 -"26829",3073,56475 -"26830",3073,68967 -"26831",3073,91768 -"26832",3073,105065 -"26833",3074,6486 -"26834",3074,15109 -"26835",3074,32727 -"26836",3074,55058 -"26837",3074,69377 -"26838",3075,3503 -"26839",3075,21290 -"26840",3075,26016 -"26841",3075,26120 -"26842",3075,47133 -"26843",3075,56439 -"26844",3075,63375 -"26845",3075,79236 -"26846",3075,90533 -"26847",3076,8173 -"26848",3076,15813 -"26849",3076,19298 -"26850",3076,43923 -"26851",3077,7608 -"26852",3077,14719 -"26853",3077,20412 -"26854",3077,20580 -"26855",3077,21808 -"26856",3077,21822 -"26857",3077,23345 -"26858",3077,52147 -"26859",3078,8438 -"26860",3079,5118 -"26861",3079,24360 -"26862",3079,44339 -"26863",3079,44502 -"26864",3080,3239 -"26865",3080,7962 -"26866",3080,7966 -"26867",3080,8001 -"26868",3080,8002 -"26869",3080,8026 -"26870",3080,18530 -"26871",3080,26212 -"26872",3080,58252 -"26873",3081,4770 -"26874",3081,21026 -"26875",3081,37722 -"26876",3081,40142 -"26877",3081,43329 -"26878",3081,94256 -"26879",3082,10231 -"26880",3082,33463 -"26881",3082,78438 -"26882",3082,79032 -"26883",3082,86978 -"26884",3082,119459 -"26885",3083,3086 -"26886",3083,3213 -"26887",3083,3234 -"26888",3083,17921 -"26889",3083,18214 -"26890",3083,30141 -"26891",3083,49415 -"26892",3083,110696 -"26893",3084,17977 -"26894",3084,18866 -"26895",3084,24278 -"26896",3084,43204 -"26897",3084,61882 -"26898",3084,64864 -"26899",3084,76314 -"26900",3084,79130 -"26901",3084,83275 -"26902",3084,83858 -"26903",3084,93759 -"26904",3084,93790 -"26905",3085,5179 -"26906",3085,11462 -"26907",3085,17951 -"26908",3085,19173 -"26909",3085,20407 -"26910",3085,22785 -"26911",3086,3213 -"26912",3086,3234 -"26913",3086,4314 -"26914",3086,7378 -"26915",3086,13600 -"26916",3086,14861 -"26917",3086,17096 -"26918",3086,19513 -"26919",3086,35189 -"26920",3086,38021 -"26921",3086,52779 -"26922",3086,79983 -"26923",3086,81417 -"26924",3086,81418 -"26925",3086,110932 -"26926",3086,118516 -"26927",3087,6963 -"26928",3087,12328 -"26929",3087,19456 -"26930",3087,25737 -"26931",3087,36295 -"26932",3087,39999 -"26933",3087,40808 -"26934",3087,43174 -"26935",3087,43195 -"26936",3087,43204 -"26937",3087,63429 -"26938",3087,70469 -"26939",3087,72322 -"26940",3087,92292 -"26941",3087,106536 -"26942",3088,3629 -"26943",3088,5422 -"26944",3088,5427 -"26945",3088,18456 -"26946",3088,23255 -"26947",3088,30610 -"26948",3088,33072 -"26949",3088,33126 -"26950",3088,35256 -"26951",3088,40912 -"26952",3088,41116 -"26953",3088,42899 -"26954",3088,45001 -"26955",3088,46641 -"26956",3088,47355 -"26957",3088,47452 -"26958",3088,52407 -"26959",3088,53851 -"26960",3088,60484 -"26961",3088,104245 -"26962",3089,43208 -"26963",3089,74984 -"26964",3089,75189 -"26965",3090,8422 -"26966",3090,13035 -"26967",3090,17108 -"26968",3090,33520 -"26969",3090,39040 -"26970",3090,39433 -"26971",3090,93047 -"26972",3090,103530 -"26973",3090,103634 -"26974",3090,103851 -"26975",3090,104454 -"26976",3091,7842 -"26977",3091,8170 -"26978",3091,17520 -"26979",3091,22226 -"26980",3091,27946 -"26981",3091,32398 -"26982",3091,36498 -"26983",3091,38921 -"26984",3091,67859 -"26985",3091,84475 -"26986",3091,92157 -"26987",3092,14302 -"26988",3092,19451 -"26989",3092,43035 -"26990",3092,43062 -"26991",3092,52032 -"26992",3092,57891 -"26993",3092,63947 -"26994",3092,65502 -"26995",3092,71290 -"26996",3092,71291 -"26997",3093,3169 -"26998",3093,3183 -"26999",3093,3228 -"27000",3093,3249 -"27001",3093,3288 -"27002",3094,40048 -"27003",3094,45640 -"27004",3094,46593 -"27005",3094,49475 -"27006",3094,94864 -"27007",3095,6183 -"27008",3095,19504 -"27009",3095,21361 -"27010",3095,36927 -"27011",3095,37461 -"27012",3095,54046 -"27013",3095,65733 -"27014",3095,67047 -"27015",3095,74654 -"27016",3095,86429 -"27017",3095,86741 -"27018",3096,6983 -"27019",3096,18134 -"27020",3096,44074 -"27021",3096,45336 -"27022",3096,47375 -"27023",3096,53946 -"27024",3096,59896 -"27025",3096,63754 -"27026",3096,64865 -"27027",3096,65636 -"27028",3096,75060 -"27029",3096,77069 -"27030",3096,88261 -"27031",3096,100720 -"27032",3096,113144 -"27033",3097,3987 -"27034",3097,4016 -"27035",3097,4058 -"27036",3097,6346 -"27037",3097,7029 -"27038",3097,13252 -"27039",3097,21621 -"27040",3097,32090 -"27041",3097,94859 -"27042",3097,107037 -"27043",3098,4643 -"27044",3098,35499 -"27045",3098,51284 -"27046",3099,3129 -"27047",3099,8704 -"27048",3099,14967 -"27049",3099,56515 -"27050",3099,71965 -"27051",3099,75351 -"27052",3100,3134 -"27053",3100,3135 -"27054",3100,5004 -"27055",3100,5122 -"27056",3100,5146 -"27057",3100,9742 -"27058",3100,9922 -"27059",3100,21976 -"27060",3100,26567 -"27061",3100,44912 -"27062",3100,65223 -"27063",3100,84927 -"27064",3100,92106 -"27065",3101,3150 -"27066",3101,3158 -"27067",3101,5679 -"27068",3101,13893 -"27069",3101,18587 -"27070",3101,32197 -"27071",3101,33469 -"27072",3101,36274 -"27073",3101,41350 -"27074",3101,46172 -"27075",3101,51029 -"27076",3101,52654 -"27077",3101,57467 -"27078",3101,68902 -"27079",3101,76372 -"27080",3101,81504 -"27081",3101,84566 -"27082",3101,90010 -"27083",3102,3477 -"27084",3102,5301 -"27085",3102,5526 -"27086",3102,5806 -"27087",3102,6053 -"27088",3102,6063 -"27089",3102,6254 -"27090",3102,6560 -"27091",3102,7553 -"27092",3102,7581 -"27093",3102,8307 -"27094",3102,8534 -"27095",3102,9366 -"27096",3102,11229 -"27097",3102,11766 -"27098",3102,12735 -"27099",3102,12779 -"27100",3102,13360 -"27101",3102,13942 -"27102",3102,14656 -"27103",3102,15027 -"27104",3102,15185 -"27105",3102,15216 -"27106",3102,15964 -"27107",3102,16252 -"27108",3102,16527 -"27109",3102,16872 -"27110",3102,17145 -"27111",3102,17508 -"27112",3102,18060 -"27113",3102,18217 -"27114",3102,19101 -"27115",3102,20124 -"27116",3102,22462 -"27117",3102,22823 -"27118",3102,23147 -"27119",3102,23421 -"27120",3102,23632 -"27121",3102,23953 -"27122",3102,24495 -"27123",3102,24710 -"27124",3102,25143 -"27125",3102,25303 -"27126",3102,25664 -"27127",3102,26407 -"27128",3102,27174 -"27129",3102,27196 -"27130",3102,27710 -"27131",3102,28703 -"27132",3102,29253 -"27133",3102,29341 -"27134",3102,29560 -"27135",3102,29573 -"27136",3102,29868 -"27137",3102,30402 -"27138",3102,32438 -"27139",3102,32967 -"27140",3102,33223 -"27141",3102,33881 -"27142",3102,34097 -"27143",3102,34330 -"27144",3102,34513 -"27145",3102,35400 -"27146",3102,36476 -"27147",3102,36547 -"27148",3102,36745 -"27149",3102,37821 -"27150",3102,37931 -"27151",3102,38319 -"27152",3102,39398 -"27153",3102,39492 -"27154",3102,40320 -"27155",3102,40373 -"27156",3102,40542 -"27157",3102,40629 -"27158",3102,41182 -"27159",3102,42131 -"27160",3102,46843 -"27161",3102,48331 -"27162",3102,75009 -"27163",3102,92742 -"27164",3103,12546 -"27165",3103,12721 -"27166",3103,33506 -"27167",3103,36662 -"27168",3103,81468 -"27169",3103,81496 -"27170",3104,3904 -"27171",3104,3931 -"27172",3104,3932 -"27173",3104,4012 -"27174",3104,21009 -"27175",3104,23735 -"27176",3104,24232 -"27177",3105,3139 -"27178",3105,4724 -"27179",3105,6585 -"27180",3105,14198 -"27181",3105,18200 -"27182",3106,60283 -"27183",3106,66449 -"27184",3107,3241 -"27185",3108,3328 -"27186",3108,60751 -"27187",3108,60782 -"27188",3108,103150 -"27189",3108,103759 -"27190",3109,13602 -"27191",3109,51881 -"27192",3110,7194 -"27193",3110,15084 -"27194",3110,28705 -"27195",3110,29624 -"27196",3110,75989 -"27197",3110,97681 -"27198",3111,3245 -"27199",3111,92888 -"27200",3112,26066 -"27201",3112,41383 -"27202",3112,83843 -"27203",3112,113769 -"27204",3113,3197 -"27205",3113,3435 -"27206",3113,5316 -"27207",3113,52119 -"27208",3113,57279 -"27209",3113,76478 -"27210",3113,91629 -"27211",3113,119626 -"27212",3114,3978 -"27213",3114,4003 -"27214",3114,5052 -"27215",3114,6210 -"27216",3114,6408 -"27217",3114,6944 -"27218",3114,8402 -"27219",3114,8754 -"27220",3114,9414 -"27221",3114,9926 -"27222",3114,11216 -"27223",3114,11648 -"27224",3114,17700 -"27225",3114,20622 -"27226",3114,22117 -"27227",3114,23674 -"27228",3114,23782 -"27229",3114,24379 -"27230",3114,28181 -"27231",3114,41197 -"27232",3114,43844 -"27233",3114,46538 -"27234",3114,47232 -"27235",3114,50343 -"27236",3114,75338 -"27237",3114,82185 -"27238",3114,91067 -"27239",3115,3386 -"27240",3115,4884 -"27241",3115,4953 -"27242",3115,7227 -"27243",3115,7794 -"27244",3115,11869 -"27245",3115,15718 -"27246",3115,16639 -"27247",3115,17673 -"27248",3115,18740 -"27249",3115,19154 -"27250",3115,19991 -"27251",3115,23420 -"27252",3115,23723 -"27253",3115,23999 -"27254",3115,35587 -"27255",3115,38307 -"27256",3115,43455 -"27257",3115,43460 -"27258",3115,57377 -"27259",3115,59800 -"27260",3115,63895 -"27261",3115,63935 -"27262",3115,63947 -"27263",3115,63962 -"27264",3115,72285 -"27265",3115,97627 -"27266",3116,7531 -"27267",3116,47232 -"27268",3116,65840 -"27269",3116,109317 -"27270",3117,4003 -"27271",3117,4287 -"27272",3117,4373 -"27273",3117,4379 -"27274",3117,4381 -"27275",3117,5052 -"27276",3117,11079 -"27277",3117,15365 -"27278",3117,21387 -"27279",3117,39819 -"27280",3117,40461 -"27281",3117,46992 -"27282",3117,52619 -"27283",3117,55297 -"27284",3117,56851 -"27285",3117,94525 -"27286",3118,43175 -"27287",3118,90691 -"27288",3119,3501 -"27289",3120,9189 -"27290",3120,9193 -"27291",3120,10769 -"27292",3120,13053 -"27293",3120,14505 -"27294",3120,18004 -"27295",3120,20871 -"27296",3120,21198 -"27297",3120,29705 -"27298",3120,38772 -"27299",3120,46723 -"27300",3120,50219 -"27301",3120,54606 -"27302",3120,58652 -"27303",3120,84138 -"27304",3120,84193 -"27305",3121,11325 -"27306",3121,23084 -"27307",3121,35286 -"27308",3121,40270 -"27309",3121,58329 -"27310",3121,68171 -"27311",3121,82531 -"27312",3122,6365 -"27313",3122,17769 -"27314",3122,28107 -"27315",3122,41257 -"27316",3122,42167 -"27317",3122,45233 -"27318",3122,46435 -"27319",3122,58363 -"27320",3122,65844 -"27321",3122,73450 -"27322",3122,79945 -"27323",3122,88280 -"27324",3122,95606 -"27325",3122,98600 -"27326",3122,102746 -"27327",3122,114098 -"27328",3123,3157 -"27329",3123,3993 -"27330",3123,9467 -"27331",3123,10098 -"27332",3123,10633 -"27333",3123,12518 -"27334",3123,15670 -"27335",3123,17392 -"27336",3123,17474 -"27337",3123,27030 -"27338",3123,41092 -"27339",3123,46692 -"27340",3123,57594 -"27341",3123,73281 -"27342",3123,84900 -"27343",3124,9371 -"27344",3124,15616 -"27345",3124,18291 -"27346",3124,18343 -"27347",3124,18464 -"27348",3124,23360 -"27349",3124,24065 -"27350",3124,31961 -"27351",3124,46756 -"27352",3124,50308 -"27353",3124,87642 -"27354",3124,87661 -"27355",3124,93692 -"27356",3125,17705 -"27357",3125,47954 -"27358",3126,8306 -"27359",3126,9074 -"27360",3126,14632 -"27361",3126,117595 -"27362",3126,118803 -"27363",3127,8428 -"27364",3127,9227 -"27365",3127,18190 -"27366",3127,23539 -"27367",3127,31398 -"27368",3127,32228 -"27369",3127,40572 -"27370",3127,46486 -"27371",3127,50938 -"27372",3127,61192 -"27373",3127,92621 -"27374",3127,118702 -"27375",3127,118711 -"27376",3128,6716 -"27377",3128,53791 -"27378",3128,80052 -"27379",3129,5188 -"27380",3129,5660 -"27381",3129,14503 -"27382",3129,22376 -"27383",3129,40848 -"27384",3129,45536 -"27385",3129,56743 -"27386",3129,59364 -"27387",3129,62144 -"27388",3129,82005 -"27389",3129,120754 -"27390",3130,3914 -"27391",3130,4423 -"27392",3130,6660 -"27393",3130,15053 -"27394",3130,16118 -"27395",3130,17877 -"27396",3130,26332 -"27397",3130,29334 -"27398",3130,30127 -"27399",3130,31605 -"27400",3130,33395 -"27401",3130,37752 -"27402",3130,40840 -"27403",3130,45789 -"27404",3130,49326 -"27405",3130,50401 -"27406",3130,54060 -"27407",3130,55541 -"27408",3130,59039 -"27409",3130,59485 -"27410",3131,3140 -"27411",3132,7499 -"27412",3132,10700 -"27413",3132,11550 -"27414",3132,12705 -"27415",3132,13840 -"27416",3132,18201 -"27417",3132,20926 -"27418",3132,22746 -"27419",3132,23728 -"27420",3132,29398 -"27421",3132,31223 -"27422",3132,36615 -"27423",3132,46020 -"27424",3132,48084 -"27425",3132,52234 -"27426",3132,54712 -"27427",3132,66094 -"27428",3133,21458 -"27429",3134,3135 -"27430",3135,5004 -"27431",3135,5122 -"27432",3135,5146 -"27433",3135,23639 -"27434",3135,41204 -"27435",3135,41897 -"27436",3135,112111 -"27437",3136,6565 -"27438",3136,12571 -"27439",3136,20694 -"27440",3136,27810 -"27441",3136,31974 -"27442",3136,32399 -"27443",3136,38586 -"27444",3136,60475 -"27445",3136,69271 -"27446",3136,69868 -"27447",3136,112657 -"27448",3137,39644 -"27449",3137,45778 -"27450",3137,61693 -"27451",3137,115927 -"27452",3137,115938 -"27453",3138,91497 -"27454",3138,103488 -"27455",3138,105032 -"27456",3139,5803 -"27457",3139,6585 -"27458",3139,8793 -"27459",3139,12573 -"27460",3139,13479 -"27461",3139,13872 -"27462",3139,20940 -"27463",3139,24844 -"27464",3139,30692 -"27465",3139,30738 -"27466",3139,47605 -"27467",3139,51362 -"27468",3139,59693 -"27469",3139,70338 -"27470",3139,77950 -"27471",3139,83517 -"27472",3139,94140 -"27473",3140,30450 -"27474",3140,67664 -"27475",3141,30790 -"27476",3141,66839 -"27477",3142,8301 -"27478",3142,11869 -"27479",3142,11988 -"27480",3142,22930 -"27481",3142,23723 -"27482",3142,30858 -"27483",3142,31986 -"27484",3142,33811 -"27485",3142,37238 -"27486",3142,38896 -"27487",3142,39115 -"27488",3142,41351 -"27489",3142,41779 -"27490",3142,53353 -"27491",3143,29857 -"27492",3143,45298 -"27493",3143,49427 -"27494",3143,87230 -"27495",3143,103785 -"27496",3143,110363 -"27497",3144,8103 -"27498",3144,13482 -"27499",3144,17750 -"27500",3144,30222 -"27501",3144,31951 -"27502",3144,36185 -"27503",3144,55352 -"27504",3144,87276 -"27505",3144,89994 -"27506",3144,110916 -"27507",3146,3147 -"27508",3146,6938 -"27509",3146,7252 -"27510",3146,10208 -"27511",3146,11563 -"27512",3146,11610 -"27513",3146,11910 -"27514",3146,23884 -"27515",3146,30656 -"27516",3146,31310 -"27517",3146,31596 -"27518",3146,31771 -"27519",3146,41529 -"27520",3146,42335 -"27521",3146,42813 -"27522",3146,54919 -"27523",3146,55273 -"27524",3146,55564 -"27525",3146,58521 -"27526",3146,61074 -"27527",3146,63222 -"27528",3147,6945 -"27529",3147,10613 -"27530",3147,13779 -"27531",3147,14988 -"27532",3147,17026 -"27533",3147,18306 -"27534",3147,22961 -"27535",3147,23356 -"27536",3147,38584 -"27537",3147,39306 -"27538",3147,59732 -"27539",3147,64932 -"27540",3147,69726 -"27541",3147,107602 -"27542",3148,32129 -"27543",3148,34154 -"27544",3149,15811 -"27545",3149,16671 -"27546",3149,41425 -"27547",3150,3158 -"27548",3150,6223 -"27549",3150,11270 -"27550",3150,17496 -"27551",3150,18512 -"27552",3150,28763 -"27553",3150,29397 -"27554",3150,50496 -"27555",3150,76179 -"27556",3150,77722 -"27557",3150,102736 -"27558",3152,4011 -"27559",3152,9425 -"27560",3152,11882 -"27561",3152,27732 -"27562",3152,102229 -"27563",3153,4724 -"27564",3153,6635 -"27565",3153,7678 -"27566",3153,12005 -"27567",3153,12711 -"27568",3153,24251 -"27569",3153,32105 -"27570",3153,32631 -"27571",3153,45175 -"27572",3153,53935 -"27573",3153,78459 -"27574",3153,103262 -"27575",3153,103263 -"27576",3153,103273 -"27577",3154,3163 -"27578",3154,43780 -"27579",3155,58891 -"27580",3156,4140 -"27581",3156,35741 -"27582",3157,24849 -"27583",3157,41092 -"27584",3157,46692 -"27585",3157,84900 -"27586",3158,3623 -"27587",3158,6223 -"27588",3158,11270 -"27589",3158,12206 -"27590",3158,12717 -"27591",3158,12879 -"27592",3158,12966 -"27593",3158,13104 -"27594",3158,14266 -"27595",3158,18261 -"27596",3158,18512 -"27597",3158,19372 -"27598",3158,26437 -"27599",3158,26937 -"27600",3158,29397 -"27601",3158,31711 -"27602",3158,32805 -"27603",3158,42067 -"27604",3158,46172 -"27605",3158,50132 -"27606",3158,50448 -"27607",3158,50496 -"27608",3158,57221 -"27609",3158,60009 -"27610",3158,60466 -"27611",3158,77722 -"27612",3158,82103 -"27613",3158,84137 -"27614",3158,85411 -"27615",3158,85938 -"27616",3159,3329 -"27617",3159,4249 -"27618",3159,4548 -"27619",3159,4993 -"27620",3159,5842 -"27621",3159,7971 -"27622",3159,8244 -"27623",3159,9007 -"27624",3159,13806 -"27625",3159,14411 -"27626",3159,14994 -"27627",3159,15070 -"27628",3159,17809 -"27629",3159,18970 -"27630",3159,25631 -"27631",3159,37066 -"27632",3159,37067 -"27633",3159,37172 -"27634",3159,37910 -"27635",3159,37928 -"27636",3159,37929 -"27637",3159,37946 -"27638",3159,37978 -"27639",3159,37995 -"27640",3159,38015 -"27641",3159,38029 -"27642",3159,38033 -"27643",3159,38058 -"27644",3159,38060 -"27645",3159,43726 -"27646",3159,46880 -"27647",3159,69023 -"27648",3159,73333 -"27649",3160,24798 -"27650",3160,43736 -"27651",3160,43829 -"27652",3160,86122 -"27653",3161,5422 -"27654",3161,5492 -"27655",3161,9121 -"27656",3161,22130 -"27657",3161,31206 -"27658",3161,35256 -"27659",3161,35998 -"27660",3161,40019 -"27661",3161,54234 -"27662",3161,64394 -"27663",3161,64416 -"27664",3161,64443 -"27665",3161,85783 -"27666",3162,11707 -"27667",3162,14855 -"27668",3162,27238 -"27669",3162,42057 -"27670",3162,48051 -"27671",3162,57977 -"27672",3162,92822 -"27673",3163,16496 -"27674",3163,18735 -"27675",3163,21471 -"27676",3163,22653 -"27677",3163,25585 -"27678",3163,29707 -"27679",3163,29843 -"27680",3163,33556 -"27681",3163,33558 -"27682",3163,33559 -"27683",3163,33611 -"27684",3163,33678 -"27685",3163,45395 -"27686",3163,45897 -"27687",3163,46102 -"27688",3163,48900 -"27689",3163,49841 -"27690",3163,54746 -"27691",3163,54754 -"27692",3163,57555 -"27693",3164,6030 -"27694",3164,6832 -"27695",3164,6941 -"27696",3164,7066 -"27697",3164,16767 -"27698",3164,17957 -"27699",3164,20284 -"27700",3164,22566 -"27701",3164,27278 -"27702",3164,28050 -"27703",3164,28168 -"27704",3164,49019 -"27705",3164,51575 -"27706",3165,62933 -"27707",3166,3247 -"27708",3166,5755 -"27709",3166,7640 -"27710",3166,23250 -"27711",3166,31443 -"27712",3166,68027 -"27713",3167,6110 -"27714",3167,12312 -"27715",3167,15643 -"27716",3167,19899 -"27717",3167,29456 -"27718",3167,46467 -"27719",3167,67505 -"27720",3167,78094 -"27721",3167,78256 -"27722",3167,79244 -"27723",3167,81360 -"27724",3167,110816 -"27725",3168,3258 -"27726",3168,18866 -"27727",3169,3183 -"27728",3169,3228 -"27729",3169,3249 -"27730",3169,3288 -"27731",3170,3190 -"27732",3170,3780 -"27733",3170,5406 -"27734",3170,8227 -"27735",3170,9306 -"27736",3170,9623 -"27737",3170,9686 -"27738",3170,9785 -"27739",3170,11936 -"27740",3170,17830 -"27741",3170,17902 -"27742",3170,19584 -"27743",3170,20951 -"27744",3170,25651 -"27745",3170,33522 -"27746",3170,41436 -"27747",3170,41581 -"27748",3170,43363 -"27749",3170,52830 -"27750",3170,53147 -"27751",3171,5714 -"27752",3171,15453 -"27753",3171,16052 -"27754",3171,22591 -"27755",3171,22998 -"27756",3171,32334 -"27757",3171,35186 -"27758",3171,35877 -"27759",3171,42196 -"27760",3171,42642 -"27761",3171,50956 -"27762",3171,60516 -"27763",3171,84268 -"27764",3171,86735 -"27765",3171,90641 -"27766",3171,113479 -"27767",3173,14808 -"27768",3173,17595 -"27769",3173,18067 -"27770",3173,19124 -"27771",3173,44418 -"27772",3173,71441 -"27773",3173,90891 -"27774",3173,90908 -"27775",3173,91169 -"27776",3174,3177 -"27777",3174,5495 -"27778",3174,36000 -"27779",3174,39127 -"27780",3174,39243 -"27781",3175,3377 -"27782",3175,3896 -"27783",3175,14422 -"27784",3175,17084 -"27785",3175,36199 -"27786",3176,11828 -"27787",3176,16948 -"27788",3176,32155 -"27789",3176,39701 -"27790",3176,40171 -"27791",3176,40702 -"27792",3176,46872 -"27793",3176,70451 -"27794",3176,73249 -"27795",3176,78485 -"27796",3177,17523 -"27797",3177,21420 -"27798",3177,23816 -"27799",3177,24685 -"27800",3177,36000 -"27801",3177,39243 -"27802",3177,61333 -"27803",3177,87044 -"27804",3178,10645 -"27805",3178,23797 -"27806",3178,42923 -"27807",3179,5246 -"27808",3179,6312 -"27809",3179,7459 -"27810",3179,14883 -"27811",3179,15945 -"27812",3179,19603 -"27813",3179,20968 -"27814",3179,24814 -"27815",3179,32686 -"27816",3179,33858 -"27817",3179,36834 -"27818",3179,38697 -"27819",3179,55261 -"27820",3179,57563 -"27821",3179,67591 -"27822",3179,68720 -"27823",3179,68915 -"27824",3179,75971 -"27825",3180,11141 -"27826",3180,99754 -"27827",3180,101350 -"27828",3180,101351 -"27829",3180,103501 -"27830",3180,110019 -"27831",3180,110021 -"27832",3181,3223 -"27833",3181,5401 -"27834",3181,8141 -"27835",3181,30537 -"27836",3181,115224 -"27837",3181,118034 -"27838",3181,118341 -"27839",3182,5553 -"27840",3182,7215 -"27841",3182,17638 -"27842",3182,18203 -"27843",3182,19610 -"27844",3182,20155 -"27845",3182,21213 -"27846",3182,23860 -"27847",3182,24186 -"27848",3182,24232 -"27849",3182,31893 -"27850",3182,44334 -"27851",3182,44433 -"27852",3182,44603 -"27853",3182,75346 -"27854",3183,3228 -"27855",3183,3249 -"27856",3183,3288 -"27857",3183,54120 -"27858",3185,6262 -"27859",3185,6755 -"27860",3185,12441 -"27861",3185,16064 -"27862",3185,50434 -"27863",3186,8181 -"27864",3186,16755 -"27865",3186,30713 -"27866",3186,67951 -"27867",3187,3297 -"27868",3187,3332 -"27869",3187,3360 -"27870",3187,3366 -"27871",3187,11324 -"27872",3187,11391 -"27873",3187,20664 -"27874",3187,20680 -"27875",3187,26109 -"27876",3187,29371 -"27877",3187,32072 -"27878",3187,39102 -"27879",3187,42744 -"27880",3187,43907 -"27881",3187,58059 -"27882",3187,69141 -"27883",3187,73617 -"27884",3187,74878 -"27885",3187,80451 -"27886",3187,83225 -"27887",3187,85302 -"27888",3187,90155 -"27889",3187,100658 -"27890",3188,87231 -"27891",3188,95267 -"27892",3189,86748 -"27893",3189,97245 -"27894",3190,3821 -"27895",3190,4609 -"27896",3190,7419 -"27897",3190,9110 -"27898",3190,9686 -"27899",3190,9787 -"27900",3190,11829 -"27901",3190,19584 -"27902",3190,21474 -"27903",3190,23050 -"27904",3190,25090 -"27905",3190,26285 -"27906",3190,27581 -"27907",3190,28315 -"27908",3190,32458 -"27909",3190,32541 -"27910",3190,34205 -"27911",3190,41436 -"27912",3190,43696 -"27913",3190,45887 -"27914",3190,52830 -"27915",3190,53147 -"27916",3190,62280 -"27917",3190,74078 -"27918",3191,3285 -"27919",3191,3310 -"27920",3191,3314 -"27921",3191,3346 -"27922",3191,11206 -"27923",3191,35999 -"27924",3191,54909 -"27925",3191,75023 -"27926",3191,121926 -"27927",3191,121970 -"27928",3192,3272 -"27929",3192,16129 -"27930",3192,16184 -"27931",3192,19559 -"27932",3192,31489 -"27933",3192,33626 -"27934",3192,48712 -"27935",3192,49125 -"27936",3192,79693 -"27937",3192,86102 -"27938",3192,91219 -"27939",3193,5771 -"27940",3193,47270 -"27941",3193,47324 -"27942",3193,56457 -"27943",3193,56580 -"27944",3193,59760 -"27945",3193,60878 -"27946",3193,76055 -"27947",3193,87051 -"27948",3194,24356 -"27949",3194,70142 -"27950",3194,76891 -"27951",3194,85298 -"27952",3195,3410 -"27953",3195,13507 -"27954",3195,29433 -"27955",3195,32339 -"27956",3195,35620 -"27957",3195,40700 -"27958",3195,47365 -"27959",3195,58301 -"27960",3195,78931 -"27961",3196,14287 -"27962",3197,3275 -"27963",3197,3363 -"27964",3197,3427 -"27965",3197,3435 -"27966",3197,5316 -"27967",3197,48654 -"27968",3198,3397 -"27969",3198,3409 -"27970",3198,3411 -"27971",3198,3436 -"27972",3198,3453 -"27973",3199,3440 -"27974",3199,3450 -"27975",3199,56812 -"27976",3199,87681 -"27977",3200,3457 -"27978",3200,14325 -"27979",3200,18884 -"27980",3200,19976 -"27981",3200,20001 -"27982",3200,25592 -"27983",3200,31655 -"27984",3200,40783 -"27985",3200,45626 -"27986",3200,46986 -"27987",3200,48101 -"27988",3200,49997 -"27989",3200,52464 -"27990",3200,52858 -"27991",3200,69782 -"27992",3200,69832 -"27993",3201,23918 -"27994",3201,47858 -"27995",3201,83380 -"27996",3201,85962 -"27997",3201,101707 -"27998",3201,102081 -"27999",3202,3339 -"28000",3202,68717 -"28001",3202,73822 -"28002",3202,73845 -"28003",3202,73893 -"28004",3203,6215 -"28005",3203,6434 -"28006",3203,6750 -"28007",3203,6751 -"28008",3203,10105 -"28009",3203,10853 -"28010",3203,13307 -"28011",3203,13533 -"28012",3203,14666 -"28013",3203,20326 -"28014",3203,20737 -"28015",3203,23526 -"28016",3203,23626 -"28017",3203,23715 -"28018",3203,26857 -"28019",3203,27497 -"28020",3203,28693 -"28021",3203,33719 -"28022",3203,36317 -"28023",3203,46544 -"28024",3203,53220 -"28025",3203,60878 -"28026",3204,48497 -"28027",3205,3390 -"28028",3205,3499 -"28029",3205,14450 -"28030",3205,20410 -"28031",3205,22260 -"28032",3205,32064 -"28033",3205,32147 -"28034",3206,3214 -"28035",3207,3255 -"28036",3207,37168 -"28037",3207,39534 -"28038",3207,49347 -"28039",3207,51823 -"28040",3207,63691 -"28041",3208,18503 -"28042",3208,30190 -"28043",3208,44589 -"28044",3209,3897 -"28045",3209,3905 -"28046",3209,4498 -"28047",3209,13636 -"28048",3209,13700 -"28049",3209,13871 -"28050",3209,70089 -"28051",3209,72159 -"28052",3210,35174 -"28053",3210,60165 -"28054",3211,10028 -"28055",3211,80065 -"28056",3212,16877 -"28057",3212,28057 -"28058",3212,30768 -"28059",3212,42689 -"28060",3212,45475 -"28061",3212,91591 -"28062",3212,92754 -"28063",3212,94975 -"28064",3212,94990 -"28065",3212,95001 -"28066",3212,95032 -"28067",3212,104954 -"28068",3213,3234 -"28069",3213,6851 -"28070",3213,18214 -"28071",3213,25197 -"28072",3213,30141 -"28073",3214,5344 -"28074",3214,96879 -"28075",3215,25205 -"28076",3215,49697 -"28077",3215,75889 -"28078",3215,88326 -"28079",3215,91566 -"28080",3215,111812 -"28081",3215,113234 -"28082",3215,113899 -"28083",3216,5198 -"28084",3216,5543 -"28085",3216,5785 -"28086",3216,6777 -"28087",3216,9293 -"28088",3216,11517 -"28089",3216,11694 -"28090",3216,17520 -"28091",3216,27946 -"28092",3216,56812 -"28093",3216,69803 -"28094",3216,72847 -"28095",3216,78652 -"28096",3217,8464 -"28097",3217,13978 -"28098",3217,21787 -"28099",3217,27317 -"28100",3217,30366 -"28101",3217,42044 -"28102",3217,42378 -"28103",3217,42564 -"28104",3217,49947 -"28105",3217,57053 -"28106",3217,61002 -"28107",3217,88394 -"28108",3217,91140 -"28109",3218,3789 -"28110",3218,3945 -"28111",3218,4352 -"28112",3218,9315 -"28113",3218,23154 -"28114",3218,32757 -"28115",3218,39546 -"28116",3218,55570 -"28117",3218,57879 -"28118",3218,58581 -"28119",3218,74542 -"28120",3219,59536 -"28121",3219,63446 -"28122",3220,15407 -"28123",3220,34398 -"28124",3220,36987 -"28125",3220,40940 -"28126",3220,51751 -"28127",3220,77363 -"28128",3220,96884 -"28129",3221,28645 -"28130",3221,30724 -"28131",3221,53674 -"28132",3222,3250 -"28133",3222,16449 -"28134",3222,27417 -"28135",3222,31337 -"28136",3222,40343 -"28137",3222,86626 -"28138",3222,86731 -"28139",3223,42644 -"28140",3223,65487 -"28141",3223,97232 -"28142",3223,101166 -"28143",3223,121267 -"28144",3223,122512 -"28145",3224,67684 -"28146",3225,40933 -"28147",3226,4957 -"28148",3226,23470 -"28149",3226,41418 -"28150",3226,79100 -"28151",3227,15821 -"28152",3227,23726 -"28153",3227,56882 -"28154",3227,63047 -"28155",3228,3249 -"28156",3228,3288 -"28157",3228,84216 -"28158",3229,4883 -"28159",3229,4905 -"28160",3229,8948 -"28161",3229,12804 -"28162",3229,17660 -"28163",3229,30669 -"28164",3229,40706 -"28165",3230,43436 -"28166",3230,61810 -"28167",3230,62976 -"28168",3230,66381 -"28169",3231,22207 -"28170",3231,31996 -"28171",3233,3246 -"28172",3233,12846 -"28173",3233,17255 -"28174",3233,17956 -"28175",3233,18251 -"28176",3233,25759 -"28177",3235,5664 -"28178",3235,14807 -"28179",3235,20366 -"28180",3235,31930 -"28181",3235,32035 -"28182",3235,32595 -"28183",3235,40556 -"28184",3235,46050 -"28185",3235,47712 -"28186",3235,47737 -"28187",3235,91405 -"28188",3236,3257 -"28189",3237,9628 -"28190",3237,13357 -"28191",3237,13550 -"28192",3237,17321 -"28193",3237,22578 -"28194",3237,25146 -"28195",3237,60383 -"28196",3237,85218 -"28197",3237,91276 -"28198",3237,100201 -"28199",3238,5906 -"28200",3238,9849 -"28201",3239,24380 -"28202",3239,31548 -"28203",3239,31569 -"28204",3239,31732 -"28205",3239,47188 -"28206",3239,47282 -"28207",3239,62112 -"28208",3239,69377 -"28209",3239,89952 -"28210",3240,4539 -"28211",3240,13065 -"28212",3240,24027 -"28213",3240,44867 -"28214",3241,15478 -"28215",3241,24824 -"28216",3241,24891 -"28217",3241,29711 -"28218",3241,39104 -"28219",3242,4050 -"28220",3242,4098 -"28221",3242,5195 -"28222",3242,8621 -"28223",3242,10404 -"28224",3242,16164 -"28225",3242,17806 -"28226",3242,20563 -"28227",3242,21911 -"28228",3242,22753 -"28229",3242,23480 -"28230",3242,26516 -"28231",3242,27753 -"28232",3242,31423 -"28233",3242,31492 -"28234",3242,38145 -"28235",3242,39058 -"28236",3242,39714 -"28237",3242,44319 -"28238",3242,44858 -"28239",3242,50976 -"28240",3242,51654 -"28241",3242,52653 -"28242",3242,52971 -"28243",3242,57105 -"28244",3242,58035 -"28245",3242,64184 -"28246",3242,81455 -"28247",3242,83165 -"28248",3242,83906 -"28249",3242,83915 -"28250",3242,83949 -"28251",3242,98113 -"28252",3242,99884 -"28253",3242,100134 -"28254",3242,113306 -"28255",3243,107685 -"28256",3244,13199 -"28257",3244,13262 -"28258",3244,13263 -"28259",3244,14270 -"28260",3244,23116 -"28261",3244,23364 -"28262",3244,25014 -"28263",3244,25678 -"28264",3244,47793 -"28265",3244,49546 -"28266",3244,55231 -"28267",3244,62160 -"28268",3244,78339 -"28269",3244,81411 -"28270",3244,82241 -"28271",3244,82448 -"28272",3244,82451 -"28273",3244,82471 -"28274",3244,82484 -"28275",3244,82516 -"28276",3244,82518 -"28277",3244,105743 -"28278",3245,9136 -"28279",3245,14562 -"28280",3245,33801 -"28281",3245,37739 -"28282",3245,53475 -"28283",3245,69529 -"28284",3245,78137 -"28285",3245,79293 -"28286",3245,91560 -"28287",3245,91581 -"28288",3245,91584 -"28289",3245,91616 -"28290",3245,91620 -"28291",3246,57368 -"28292",3246,84675 -"28293",3247,4273 -"28294",3247,5755 -"28295",3247,10116 -"28296",3247,27393 -"28297",3247,55495 -"28298",3247,62515 -"28299",3248,48190 -"28300",3248,90425 -"28301",3249,3288 -"28302",3250,42180 -"28303",3250,58737 -"28304",3250,75743 -"28305",3250,82204 -"28306",3250,87538 -"28307",3250,87557 -"28308",3250,87683 -"28309",3251,23066 -"28310",3251,96043 -"28311",3252,7245 -"28312",3252,12447 -"28313",3252,15459 -"28314",3252,16199 -"28315",3252,18415 -"28316",3252,20563 -"28317",3252,23525 -"28318",3252,33873 -"28319",3252,37307 -"28320",3252,37335 -"28321",3252,38260 -"28322",3252,50367 -"28323",3252,51248 -"28324",3252,61778 -"28325",3252,62025 -"28326",3252,65162 -"28327",3252,65746 -"28328",3252,68475 -"28329",3252,76613 -"28330",3252,81508 -"28331",3252,90884 -"28332",3252,110994 -"28333",3252,120028 -"28334",3252,120929 -"28335",3252,120967 -"28336",3253,10509 -"28337",3253,12278 -"28338",3253,18777 -"28339",3253,22129 -"28340",3253,53502 -"28341",3253,70609 -"28342",3253,80762 -"28343",3253,83273 -"28344",3253,99230 -"28345",3254,17977 -"28346",3254,18124 -"28347",3254,19112 -"28348",3254,48219 -"28349",3254,51063 -"28350",3254,52845 -"28351",3254,58727 -"28352",3254,71517 -"28353",3254,76431 -"28354",3254,92453 -"28355",3254,110880 -"28356",3255,14761 -"28357",3255,17640 -"28358",3255,30916 -"28359",3255,37147 -"28360",3255,49347 -"28361",3255,65316 -"28362",3255,71673 -"28363",3255,76021 -"28364",3255,77326 -"28365",3256,7133 -"28366",3256,82082 -"28367",3257,37939 -"28368",3257,59238 -"28369",3257,63861 -"28370",3257,63901 -"28371",3257,71978 -"28372",3258,5306 -"28373",3258,7617 -"28374",3258,26596 -"28375",3258,31954 -"28376",3258,34985 -"28377",3258,49551 -"28378",3258,58701 -"28379",3258,69131 -"28380",3258,76489 -"28381",3259,36558 -"28382",3259,39067 -"28383",3259,39173 -"28384",3259,39174 -"28385",3260,5626 -"28386",3260,104243 -"28387",3260,123316 -"28388",3261,22970 -"28389",3261,31222 -"28390",3261,31302 -"28391",3261,48563 -"28392",3262,13097 -"28393",3262,35598 -"28394",3262,38357 -"28395",3262,51053 -"28396",3262,51086 -"28397",3262,51148 -"28398",3262,70735 -"28399",3262,101750 -"28400",3262,112990 -"28401",3262,113008 -"28402",3262,115690 -"28403",3263,34107 -"28404",3263,89792 -"28405",3264,4080 -"28406",3264,11152 -"28407",3264,14309 -"28408",3264,19573 -"28409",3264,34405 -"28410",3264,39135 -"28411",3264,48188 -"28412",3264,53712 -"28413",3264,59837 -"28414",3264,61218 -"28415",3264,83968 -"28416",3264,85386 -"28417",3264,89005 -"28418",3264,108172 -"28419",3264,109131 -"28420",3264,117741 -"28421",3264,121726 -"28422",3265,7062 -"28423",3265,8888 -"28424",3265,8942 -"28425",3265,9051 -"28426",3265,9762 -"28427",3265,11292 -"28428",3265,16940 -"28429",3265,35594 -"28430",3265,45113 -"28431",3265,55320 -"28432",3265,73510 -"28433",3265,79212 -"28434",3265,81503 -"28435",3265,96592 -"28436",3265,99446 -"28437",3267,76423 -"28438",3268,3286 -"28439",3268,15761 -"28440",3268,97488 -"28441",3268,102393 -"28442",3269,107136 -"28443",3270,10790 -"28444",3270,13751 -"28445",3270,23552 -"28446",3270,25239 -"28447",3270,25267 -"28448",3270,29173 -"28449",3270,32877 -"28450",3270,35693 -"28451",3270,42568 -"28452",3270,47511 -"28453",3270,52394 -"28454",3270,52436 -"28455",3270,102020 -"28456",3270,112536 -"28457",3271,3903 -"28458",3271,6347 -"28459",3271,7085 -"28460",3271,9270 -"28461",3271,9272 -"28462",3271,9505 -"28463",3271,11913 -"28464",3271,12428 -"28465",3271,12807 -"28466",3271,13142 -"28467",3271,16689 -"28468",3271,17705 -"28469",3271,19036 -"28470",3271,19391 -"28471",3271,23075 -"28472",3271,24729 -"28473",3271,25606 -"28474",3271,28530 -"28475",3271,30258 -"28476",3271,37752 -"28477",3271,38185 -"28478",3271,38683 -"28479",3271,40245 -"28480",3271,43226 -"28481",3271,44440 -"28482",3271,44655 -"28483",3271,44973 -"28484",3271,46177 -"28485",3271,47048 -"28486",3271,48110 -"28487",3271,58508 -"28488",3271,59731 -"28489",3271,62642 -"28490",3271,68091 -"28491",3271,69335 -"28492",3271,74586 -"28493",3271,75245 -"28494",3271,75776 -"28495",3271,75956 -"28496",3271,76387 -"28497",3271,78978 -"28498",3271,79086 -"28499",3271,79212 -"28500",3271,79241 -"28501",3271,79579 -"28502",3271,80239 -"28503",3271,80301 -"28504",3271,81397 -"28505",3271,88340 -"28506",3271,88749 -"28507",3271,89069 -"28508",3271,89373 -"28509",3271,89995 -"28510",3271,90919 -"28511",3271,90936 -"28512",3271,92861 -"28513",3271,93097 -"28514",3271,94231 -"28515",3271,95489 -"28516",3271,96247 -"28517",3271,96363 -"28518",3271,97898 -"28519",3271,112177 -"28520",3271,123201 -"28521",3272,8123 -"28522",3272,17389 -"28523",3272,28366 -"28524",3272,30186 -"28525",3272,31357 -"28526",3272,45403 -"28527",3272,93123 -"28528",3273,7780 -"28529",3273,8856 -"28530",3273,12394 -"28531",3273,18023 -"28532",3273,26335 -"28533",3273,42414 -"28534",3273,96956 -"28535",3273,110776 -"28536",3273,116833 -"28537",3274,5650 -"28538",3274,5701 -"28539",3274,13547 -"28540",3274,15853 -"28541",3274,24191 -"28542",3274,35665 -"28543",3274,37689 -"28544",3274,40117 -"28545",3274,49091 -"28546",3274,54004 -"28547",3274,60860 -"28548",3274,62083 -"28549",3274,63041 -"28550",3274,71858 -"28551",3274,98175 -"28552",3275,3363 -"28553",3276,3635 -"28554",3276,3833 -"28555",3276,3855 -"28556",3276,4581 -"28557",3276,5686 -"28558",3276,7713 -"28559",3276,8197 -"28560",3276,15104 -"28561",3276,15195 -"28562",3276,15430 -"28563",3276,16381 -"28564",3276,16949 -"28565",3276,18514 -"28566",3276,22299 -"28567",3276,23938 -"28568",3276,24250 -"28569",3276,26682 -"28570",3276,29741 -"28571",3276,30876 -"28572",3276,32393 -"28573",3276,32939 -"28574",3276,33113 -"28575",3276,38494 -"28576",3276,38932 -"28577",3276,40643 -"28578",3276,42017 -"28579",3276,42107 -"28580",3276,45787 -"28581",3276,47083 -"28582",3276,49231 -"28583",3276,50061 -"28584",3276,52450 -"28585",3276,54059 -"28586",3276,55370 -"28587",3276,57804 -"28588",3276,59615 -"28589",3276,59940 -"28590",3276,67363 -"28591",3276,71230 -"28592",3276,76278 -"28593",3276,76740 -"28594",3276,76786 -"28595",3276,77272 -"28596",3276,77357 -"28597",3276,77402 -"28598",3276,78248 -"28599",3276,78255 -"28600",3276,78339 -"28601",3276,78445 -"28602",3276,79022 -"28603",3276,79716 -"28604",3276,79989 -"28605",3276,80281 -"28606",3276,81728 -"28607",3276,82196 -"28608",3276,82383 -"28609",3276,82810 -"28610",3276,82854 -"28611",3276,83853 -"28612",3276,83884 -"28613",3276,84379 -"28614",3276,84613 -"28615",3276,85465 -"28616",3276,85610 -"28617",3276,86351 -"28618",3276,86451 -"28619",3276,86882 -"28620",3276,87175 -"28621",3276,87451 -"28622",3276,87521 -"28623",3276,87572 -"28624",3276,87663 -"28625",3276,87721 -"28626",3276,87862 -"28627",3277,20605 -"28628",3277,24289 -"28629",3277,58496 -"28630",3277,77584 -"28631",3277,77609 -"28632",3278,12688 -"28633",3278,16646 -"28634",3278,18920 -"28635",3278,25258 -"28636",3278,38471 -"28637",3279,9448 -"28638",3279,10788 -"28639",3279,14191 -"28640",3279,14708 -"28641",3279,17857 -"28642",3279,19068 -"28643",3279,19082 -"28644",3279,19121 -"28645",3279,21918 -"28646",3279,25013 -"28647",3279,25150 -"28648",3279,25639 -"28649",3279,36954 -"28650",3279,37307 -"28651",3279,41455 -"28652",3279,43149 -"28653",3279,44687 -"28654",3279,50207 -"28655",3279,50488 -"28656",3279,52112 -"28657",3279,53415 -"28658",3279,56357 -"28659",3279,57636 -"28660",3279,58482 -"28661",3279,59798 -"28662",3279,68982 -"28663",3279,70907 -"28664",3279,71683 -"28665",3279,75086 -"28666",3279,77125 -"28667",3279,78398 -"28668",3279,82426 -"28669",3279,84343 -"28670",3279,85000 -"28671",3279,85101 -"28672",3279,91682 -"28673",3279,95267 -"28674",3279,96257 -"28675",3279,97580 -"28676",3279,98727 -"28677",3279,98776 -"28678",3279,100795 -"28679",3279,106824 -"28680",3279,108879 -"28681",3279,109166 -"28682",3279,109858 -"28683",3279,109878 -"28684",3279,112962 -"28685",3279,113990 -"28686",3279,115413 -"28687",3279,116123 -"28688",3279,117258 -"28689",3279,117560 -"28690",3279,118128 -"28691",3279,118836 -"28692",3279,118866 -"28693",3279,118873 -"28694",3279,119131 -"28695",3279,119513 -"28696",3279,119716 -"28697",3279,119769 -"28698",3279,120123 -"28699",3279,120169 -"28700",3279,120725 -"28701",3279,120944 -"28702",3279,121609 -"28703",3279,122007 -"28704",3279,122032 -"28705",3279,122035 -"28706",3279,122724 -"28707",3279,123070 -"28708",3279,123394 -"28709",3279,123490 -"28710",3280,94636 -"28711",3281,3333 -"28712",3281,3338 -"28713",3281,19748 -"28714",3281,59941 -"28715",3281,64051 -"28716",3281,66046 -"28717",3281,68083 -"28718",3281,68097 -"28719",3281,68114 -"28720",3282,6236 -"28721",3282,16996 -"28722",3282,64156 -"28723",3282,95803 -"28724",3282,95910 -"28725",3283,3286 -"28726",3283,3305 -"28727",3283,3354 -"28728",3284,8813 -"28729",3284,11383 -"28730",3284,13019 -"28731",3284,13619 -"28732",3284,19545 -"28733",3284,19657 -"28734",3284,23784 -"28735",3284,25327 -"28736",3284,31765 -"28737",3284,32548 -"28738",3284,34116 -"28739",3284,36514 -"28740",3284,43338 -"28741",3284,46545 -"28742",3284,56284 -"28743",3284,56602 -"28744",3284,56664 -"28745",3284,66681 -"28746",3284,69391 -"28747",3284,76466 -"28748",3284,76707 -"28749",3284,85210 -"28750",3284,85221 -"28751",3284,85223 -"28752",3284,85235 -"28753",3284,85236 -"28754",3284,104861 -"28755",3285,3310 -"28756",3285,3314 -"28757",3285,3346 -"28758",3285,4242 -"28759",3285,8471 -"28760",3285,9716 -"28761",3285,29277 -"28762",3285,30245 -"28763",3285,32582 -"28764",3285,35663 -"28765",3285,54909 -"28766",3285,75747 -"28767",3285,78768 -"28768",3285,83810 -"28769",3285,84757 -"28770",3286,3305 -"28771",3286,3354 -"28772",3286,15761 -"28773",3286,97488 -"28774",3286,102393 -"28775",3287,12666 -"28776",3287,28631 -"28777",3288,64291 -"28778",3288,64677 -"28779",3289,4065 -"28780",3289,7109 -"28781",3289,7867 -"28782",3289,13701 -"28783",3289,27938 -"28784",3289,29791 -"28785",3289,33964 -"28786",3289,35502 -"28787",3289,39239 -"28788",3289,39247 -"28789",3289,39304 -"28790",3289,39305 -"28791",3289,43351 -"28792",3289,45727 -"28793",3289,58319 -"28794",3289,58718 -"28795",3290,34603 -"28796",3290,109767 -"28797",3291,21335 -"28798",3291,40370 -"28799",3291,68452 -"28800",3291,91522 -"28801",3291,91528 -"28802",3291,101912 -"28803",3292,3296 -"28804",3292,30531 -"28805",3292,60643 -"28806",3292,81856 -"28807",3293,3335 -"28808",3293,4202 -"28809",3293,17966 -"28810",3293,28898 -"28811",3293,30368 -"28812",3293,35895 -"28813",3293,52710 -"28814",3294,3336 -"28815",3295,3786 -"28816",3295,26567 -"28817",3295,100443 -"28818",3296,13884 -"28819",3296,46003 -"28820",3296,66111 -"28821",3297,3332 -"28822",3297,3360 -"28823",3297,3366 -"28824",3297,6769 -"28825",3297,17914 -"28826",3297,18820 -"28827",3297,18821 -"28828",3297,32423 -"28829",3297,65786 -"28830",3297,82193 -"28831",3298,78129 -"28832",3298,97060 -"28833",3298,105650 -"28834",3299,52267 -"28835",3299,61950 -"28836",3300,3315 -"28837",3300,4937 -"28838",3300,9031 -"28839",3300,10833 -"28840",3300,40938 -"28841",3300,49594 -"28842",3300,102691 -"28843",3300,105583 -"28844",3301,9342 -"28845",3301,18937 -"28846",3301,22199 -"28847",3301,26807 -"28848",3301,32629 -"28849",3301,37171 -"28850",3301,44312 -"28851",3301,48931 -"28852",3301,70809 -"28853",3301,74812 -"28854",3303,3324 -"28855",3303,16470 -"28856",3303,16513 -"28857",3303,56101 -"28858",3304,9681 -"28859",3305,3354 -"28860",3305,5747 -"28861",3305,6831 -"28862",3305,10032 -"28863",3305,10769 -"28864",3305,10789 -"28865",3305,11006 -"28866",3305,19719 -"28867",3305,20167 -"28868",3305,27694 -"28869",3305,31609 -"28870",3305,37285 -"28871",3305,64213 -"28872",3305,65405 -"28873",3305,90729 -"28874",3306,3361 -"28875",3306,3368 -"28876",3306,5105 -"28877",3306,5750 -"28878",3306,5784 -"28879",3306,6038 -"28880",3306,6713 -"28881",3306,11460 -"28882",3306,12930 -"28883",3306,13910 -"28884",3306,15003 -"28885",3306,20656 -"28886",3306,23976 -"28887",3306,26399 -"28888",3306,26732 -"28889",3306,26986 -"28890",3306,30594 -"28891",3306,33949 -"28892",3306,41099 -"28893",3306,47186 -"28894",3306,51466 -"28895",3306,51514 -"28896",3306,53814 -"28897",3306,59539 -"28898",3306,84434 -"28899",3307,8170 -"28900",3307,13828 -"28901",3307,36498 -"28902",3307,76306 -"28903",3308,20886 -"28904",3308,40602 -"28905",3308,54462 -"28906",3308,55349 -"28907",3308,55489 -"28908",3308,67300 -"28909",3308,103459 -"28910",3308,114527 -"28911",3308,118140 -"28912",3308,119790 -"28913",3309,29162 -"28914",3309,42046 -"28915",3309,87621 -"28916",3309,103383 -"28917",3309,109087 -"28918",3310,3314 -"28919",3310,3346 -"28920",3310,6952 -"28921",3310,11376 -"28922",3310,11404 -"28923",3310,28199 -"28924",3310,32582 -"28925",3310,41025 -"28926",3310,54909 -"28927",3310,115093 -"28928",3311,13378 -"28929",3312,15090 -"28930",3312,26959 -"28931",3312,80581 -"28932",3313,8295 -"28933",3313,12040 -"28934",3313,13295 -"28935",3313,19388 -"28936",3313,30927 -"28937",3313,34725 -"28938",3313,60325 -"28939",3313,79432 -"28940",3313,92160 -"28941",3313,94361 -"28942",3313,113896 -"28943",3313,120492 -"28944",3314,3346 -"28945",3314,8763 -"28946",3314,13886 -"28947",3314,14626 -"28948",3314,42410 -"28949",3314,54903 -"28950",3314,54909 -"28951",3314,66494 -"28952",3314,69436 -"28953",3314,70776 -"28954",3314,70830 -"28955",3314,70839 -"28956",3314,83538 -"28957",3315,4907 -"28958",3315,4937 -"28959",3315,9031 -"28960",3315,10833 -"28961",3315,21517 -"28962",3315,31830 -"28963",3315,45113 -"28964",3315,49594 -"28965",3315,105583 -"28966",3315,112513 -"28967",3315,112538 -"28968",3316,20302 -"28969",3316,38264 -"28970",3316,39024 -"28971",3316,48006 -"28972",3316,52020 -"28973",3316,82764 -"28974",3317,10334 -"28975",3317,12846 -"28976",3317,17255 -"28977",3317,20708 -"28978",3317,30767 -"28979",3317,42914 -"28980",3317,43283 -"28981",3317,47940 -"28982",3317,48688 -"28983",3317,48812 -"28984",3317,49260 -"28985",3317,53491 -"28986",3317,55485 -"28987",3317,56429 -"28988",3317,69597 -"28989",3317,81489 -"28990",3317,84816 -"28991",3317,85404 -"28992",3317,92183 -"28993",3317,97936 -"28994",3317,109843 -"28995",3318,3327 -"28996",3318,14502 -"28997",3318,15089 -"28998",3318,21133 -"28999",3318,31349 -"29000",3318,35891 -"29001",3318,36971 -"29002",3318,40928 -"29003",3318,58017 -"29004",3318,62663 -"29005",3318,77356 -"29006",3319,10135 -"29007",3319,10960 -"29008",3319,11775 -"29009",3319,12265 -"29010",3319,12828 -"29011",3319,20349 -"29012",3319,21153 -"29013",3319,35971 -"29014",3319,41372 -"29015",3319,53006 -"29016",3319,71735 -"29017",3319,88721 -"29018",3319,96978 -"29019",3319,97638 -"29020",3319,98543 -"29021",3319,99338 -"29022",3319,100496 -"29023",3319,111306 -"29024",3319,111312 -"29025",3319,112574 -"29026",3319,116832 -"29027",3319,117013 -"29028",3319,117043 -"29029",3320,22630 -"29030",3320,73202 -"29031",3320,82089 -"29032",3320,110831 -"29033",3321,36753 -"29034",3321,49729 -"29035",3321,53691 -"29036",3322,18680 -"29037",3322,101332 -"29038",3322,111074 -"29039",3322,111090 -"29040",3323,13321 -"29041",3323,18411 -"29042",3323,19429 -"29043",3323,25776 -"29044",3323,39802 -"29045",3323,40404 -"29046",3323,42643 -"29047",3323,59178 -"29048",3323,78253 -"29049",3323,87133 -"29050",3323,108641 -"29051",3323,109374 -"29052",3323,110771 -"29053",3323,111975 -"29054",3323,117674 -"29055",3324,3464 -"29056",3324,6755 -"29057",3324,14293 -"29058",3324,26404 -"29059",3324,32070 -"29060",3324,60644 -"29061",3324,86827 -"29062",3324,92463 -"29063",3325,38766 -"29064",3326,3345 -"29065",3326,3367 -"29066",3326,20656 -"29067",3326,28751 -"29068",3326,28986 -"29069",3326,35742 -"29070",3327,4568 -"29071",3327,14502 -"29072",3327,15089 -"29073",3327,15962 -"29074",3327,16926 -"29075",3327,19483 -"29076",3327,28577 -"29077",3327,29935 -"29078",3327,30222 -"29079",3327,31349 -"29080",3327,32376 -"29081",3327,32503 -"29082",3327,35891 -"29083",3327,36185 -"29084",3327,36971 -"29085",3327,37263 -"29086",3327,39696 -"29087",3327,40928 -"29088",3327,52105 -"29089",3327,56544 -"29090",3327,58017 -"29091",3327,62663 -"29092",3327,73675 -"29093",3327,75253 -"29094",3327,85332 -"29095",3327,92316 -"29096",3327,103642 -"29097",3327,105137 -"29098",3327,107900 -"29099",3327,121291 -"29100",3328,7815 -"29101",3328,10901 -"29102",3328,20323 -"29103",3328,23966 -"29104",3328,26861 -"29105",3328,30017 -"29106",3328,59528 -"29107",3328,94219 -"29108",3328,101907 -"29109",3329,4249 -"29110",3329,8244 -"29111",3329,14994 -"29112",3329,15070 -"29113",3329,19749 -"29114",3329,20591 -"29115",3329,38378 -"29116",3329,55105 -"29117",3329,86410 -"29118",3329,87194 -"29119",3330,26107 -"29120",3330,33012 -"29121",3331,27192 -"29122",3331,27952 -"29123",3331,28400 -"29124",3331,59178 -"29125",3331,62144 -"29126",3331,62699 -"29127",3331,65523 -"29128",3331,70960 -"29129",3331,75522 -"29130",3331,76518 -"29131",3331,119608 -"29132",3332,3360 -"29133",3332,3366 -"29134",3332,17914 -"29135",3332,20680 -"29136",3332,38455 -"29137",3332,39102 -"29138",3332,74878 -"29139",3332,89298 -"29140",3332,100658 -"29141",3332,103847 -"29142",3333,3338 -"29143",3334,21837 -"29144",3334,40359 -"29145",3334,102591 -"29146",3334,102769 -"29147",3334,103094 -"29148",3335,66739 -"29149",3336,6363 -"29150",3336,6403 -"29151",3336,7582 -"29152",3336,11501 -"29153",3336,37285 -"29154",3336,65794 -"29155",3337,83973 -"29156",3339,11725 -"29157",3339,23380 -"29158",3339,26997 -"29159",3339,27663 -"29160",3339,31120 -"29161",3339,34134 -"29162",3339,44259 -"29163",3339,47979 -"29164",3339,51402 -"29165",3339,53095 -"29166",3339,53121 -"29167",3339,53153 -"29168",3339,53573 -"29169",3340,3955 -"29170",3340,5085 -"29171",3340,5363 -"29172",3340,12201 -"29173",3340,12676 -"29174",3340,20121 -"29175",3340,20501 -"29176",3340,23352 -"29177",3340,25126 -"29178",3340,25897 -"29179",3340,41146 -"29180",3340,41957 -"29181",3340,44009 -"29182",3340,44083 -"29183",3340,47791 -"29184",3340,50739 -"29185",3340,52143 -"29186",3340,86878 -"29187",3340,91265 -"29188",3340,93709 -"29189",3340,109875 -"29190",3341,4569 -"29191",3341,13030 -"29192",3341,13632 -"29193",3341,18924 -"29194",3341,21711 -"29195",3341,21746 -"29196",3341,26991 -"29197",3341,32991 -"29198",3341,34495 -"29199",3341,37055 -"29200",3341,38394 -"29201",3341,51462 -"29202",3341,54089 -"29203",3341,59748 -"29204",3341,64108 -"29205",3341,65290 -"29206",3341,65335 -"29207",3341,70400 -"29208",3341,73987 -"29209",3341,95012 -"29210",3342,40804 -"29211",3343,33880 -"29212",3343,82814 -"29213",3344,4435 -"29214",3344,110854 -"29215",3344,118912 -"29216",3345,3367 -"29217",3345,10527 -"29218",3345,21024 -"29219",3345,25672 -"29220",3345,28057 -"29221",3345,28986 -"29222",3345,35420 -"29223",3345,37633 -"29224",3345,38218 -"29225",3345,41023 -"29226",3345,41152 -"29227",3345,42725 -"29228",3345,51921 -"29229",3345,64906 -"29230",3345,69527 -"29231",3345,122961 -"29232",3346,4242 -"29233",3346,10073 -"29234",3346,11206 -"29235",3346,11376 -"29236",3346,38653 -"29237",3346,53793 -"29238",3346,54909 -"29239",3346,87527 -"29240",3347,21657 -"29241",3347,40419 -"29242",3347,58153 -"29243",3347,108304 -"29244",3347,108310 -"29245",3347,119006 -"29246",3348,55852 -"29247",3349,56189 -"29248",3350,3371 -"29249",3350,3418 -"29250",3350,8380 -"29251",3350,15282 -"29252",3350,15580 -"29253",3350,18200 -"29254",3350,19598 -"29255",3350,22892 -"29256",3350,32877 -"29257",3350,64031 -"29258",3351,4143 -"29259",3351,10066 -"29260",3351,17052 -"29261",3351,24292 -"29262",3351,26043 -"29263",3351,29482 -"29264",3351,33436 -"29265",3351,43708 -"29266",3351,44830 -"29267",3351,50487 -"29268",3351,58820 -"29269",3351,69090 -"29270",3351,77599 -"29271",3351,84035 -"29272",3351,89002 -"29273",3351,89826 -"29274",3352,8847 -"29275",3352,10553 -"29276",3352,45678 -"29277",3352,47453 -"29278",3352,53155 -"29279",3352,60281 -"29280",3352,67614 -"29281",3352,85823 -"29282",3352,93056 -"29283",3352,98374 -"29284",3353,3980 -"29285",3353,11833 -"29286",3353,11863 -"29287",3353,11986 -"29288",3353,12009 -"29289",3353,12071 -"29290",3353,17991 -"29291",3353,19103 -"29292",3353,24975 -"29293",3353,33630 -"29294",3353,37518 -"29295",3353,56535 -"29296",3353,82986 -"29297",3354,21730 -"29298",3354,25235 -"29299",3354,39469 -"29300",3354,44908 -"29301",3354,86021 -"29302",3354,93952 -"29303",3355,3433 -"29304",3356,14142 -"29305",3356,15929 -"29306",3356,18750 -"29307",3356,23359 -"29308",3356,26916 -"29309",3356,30795 -"29310",3356,38625 -"29311",3356,50086 -"29312",3356,52559 -"29313",3356,54756 -"29314",3356,55998 -"29315",3356,60363 -"29316",3356,65835 -"29317",3356,69754 -"29318",3356,72142 -"29319",3356,77223 -"29320",3356,92931 -"29321",3356,96421 -"29322",3356,103318 -"29323",3356,108547 -"29324",3356,108664 -"29325",3356,109527 -"29326",3357,10582 -"29327",3357,18547 -"29328",3357,20221 -"29329",3357,31664 -"29330",3357,36141 -"29331",3357,45849 -"29332",3357,59025 -"29333",3357,61198 -"29334",3357,91706 -"29335",3357,92741 -"29336",3357,103805 -"29337",3357,103859 -"29338",3357,111536 -"29339",3359,14558 -"29340",3359,41338 -"29341",3359,54314 -"29342",3359,103392 -"29343",3360,3366 -"29344",3360,27074 -"29345",3360,28452 -"29346",3360,51007 -"29347",3360,56312 -"29348",3360,74878 -"29349",3360,75198 -"29350",3360,86411 -"29351",3360,87190 -"29352",3360,88304 -"29353",3360,89258 -"29354",3360,90630 -"29355",3360,91062 -"29356",3360,96681 -"29357",3360,102934 -"29358",3361,3368 -"29359",3361,5105 -"29360",3361,6038 -"29361",3361,20656 -"29362",3361,26399 -"29363",3361,58429 -"29364",3361,98764 -"29365",3361,102139 -"29366",3362,77553 -"29367",3363,5764 -"29368",3363,10342 -"29369",3363,94621 -"29370",3363,103135 -"29371",3363,108253 -"29372",3363,109533 -"29373",3363,119883 -"29374",3364,14664 -"29375",3364,16567 -"29376",3364,19060 -"29377",3364,22173 -"29378",3364,31381 -"29379",3364,36680 -"29380",3364,97215 -"29381",3365,16155 -"29382",3365,27514 -"29383",3365,94778 -"29384",3365,95922 -"29385",3366,11324 -"29386",3366,11391 -"29387",3366,12890 -"29388",3366,13609 -"29389",3366,16323 -"29390",3366,20680 -"29391",3366,26109 -"29392",3366,28388 -"29393",3366,28452 -"29394",3366,28851 -"29395",3366,28927 -"29396",3366,28970 -"29397",3366,32072 -"29398",3366,39102 -"29399",3366,42744 -"29400",3366,45252 -"29401",3366,48858 -"29402",3366,56312 -"29403",3366,58059 -"29404",3366,63773 -"29405",3366,80451 -"29406",3366,90155 -"29407",3366,100658 -"29408",3366,103847 -"29409",3366,105007 -"29410",3367,5120 -"29411",3367,5123 -"29412",3367,6389 -"29413",3367,6686 -"29414",3367,8577 -"29415",3367,18211 -"29416",3367,20656 -"29417",3367,21627 -"29418",3367,28057 -"29419",3367,28751 -"29420",3367,28986 -"29421",3367,32063 -"29422",3367,32901 -"29423",3367,33570 -"29424",3367,33621 -"29425",3367,33646 -"29426",3367,35742 -"29427",3367,38218 -"29428",3367,42725 -"29429",3367,48692 -"29430",3367,48964 -"29431",3367,51921 -"29432",3367,58855 -"29433",3367,84784 -"29434",3367,92491 -"29435",3367,93559 -"29436",3367,93560 -"29437",3367,95172 -"29438",3368,8456 -"29439",3368,8708 -"29440",3368,14080 -"29441",3368,15632 -"29442",3368,18588 -"29443",3368,19474 -"29444",3368,20656 -"29445",3368,23521 -"29446",3368,34015 -"29447",3368,34989 -"29448",3368,46795 -"29449",3368,48023 -"29450",3368,50204 -"29451",3368,51476 -"29452",3368,51689 -"29453",3368,55185 -"29454",3368,55450 -"29455",3368,64427 -"29456",3368,67788 -"29457",3368,77376 -"29458",3368,79687 -"29459",3368,79718 -"29460",3368,87251 -"29461",3369,105590 -"29462",3369,107277 -"29463",3370,12818 -"29464",3370,12968 -"29465",3370,27061 -"29466",3370,45251 -"29467",3370,63695 -"29468",3370,68406 -"29469",3370,71177 -"29470",3371,3418 -"29471",3371,19598 -"29472",3371,22892 -"29473",3371,24331 -"29474",3371,45981 -"29475",3371,70046 -"29476",3371,77961 -"29477",3371,84909 -"29478",3371,86382 -"29479",3371,89274 -"29480",3372,15004 -"29481",3372,26916 -"29482",3372,72791 -"29483",3373,58872 -"29484",3374,3593 -"29485",3374,17122 -"29486",3374,22629 -"29487",3374,46584 -"29488",3374,53612 -"29489",3374,54410 -"29490",3374,65410 -"29491",3374,68939 -"29492",3375,12013 -"29493",3375,75082 -"29494",3375,105773 -"29495",3376,12043 -"29496",3376,92415 -"29497",3377,3460 -"29498",3377,4919 -"29499",3377,14422 -"29500",3377,15453 -"29501",3377,20108 -"29502",3377,30746 -"29503",3377,36586 -"29504",3377,90886 -"29505",3378,3479 -"29506",3379,32516 -"29507",3380,57666 -"29508",3380,57970 -"29509",3380,61712 -"29510",3381,5064 -"29511",3382,3483 -"29512",3382,90931 -"29513",3383,12759 -"29514",3383,31249 -"29515",3383,45867 -"29516",3383,70844 -"29517",3384,3523 -"29518",3384,30504 -"29519",3385,3506 -"29520",3385,6621 -"29521",3385,37786 -"29522",3385,57244 -"29523",3386,19991 -"29524",3386,23999 -"29525",3386,72285 -"29526",3386,97627 -"29527",3387,4396 -"29528",3387,16321 -"29529",3387,16435 -"29530",3387,16705 -"29531",3388,31369 -"29532",3388,44901 -"29533",3388,60230 -"29534",3388,66578 -"29535",3389,3496 -"29536",3389,22384 -"29537",3389,26348 -"29538",3389,64080 -"29539",3389,93502 -"29540",3389,97042 -"29541",3389,106724 -"29542",3389,120765 -"29543",3390,6672 -"29544",3390,8582 -"29545",3390,9947 -"29546",3390,11484 -"29547",3390,12510 -"29548",3390,12820 -"29549",3390,20646 -"29550",3390,23999 -"29551",3390,26451 -"29552",3390,37190 -"29553",3390,54150 -"29554",3390,60925 -"29555",3390,68280 -"29556",3390,83896 -"29557",3390,94595 -"29558",3391,46692 -"29559",3392,3890 -"29560",3392,6390 -"29561",3392,7063 -"29562",3392,7320 -"29563",3392,7371 -"29564",3392,7823 -"29565",3392,8319 -"29566",3392,9689 -"29567",3392,10079 -"29568",3392,12910 -"29569",3392,15841 -"29570",3392,19975 -"29571",3392,20262 -"29572",3392,22072 -"29573",3392,24326 -"29574",3392,27158 -"29575",3392,36439 -"29576",3392,46483 -"29577",3392,47585 -"29578",3392,50063 -"29579",3392,62407 -"29580",3392,63035 -"29581",3392,68569 -"29582",3392,73025 -"29583",3392,73374 -"29584",3392,78925 -"29585",3392,90643 -"29586",3392,92592 -"29587",3392,94027 -"29588",3392,100502 -"29589",3392,105903 -"29590",3392,105988 -"29591",3393,3394 -"29592",3393,113229 -"29593",3394,14037 -"29594",3394,31252 -"29595",3394,67497 -"29596",3394,68907 -"29597",3395,3397 -"29598",3395,3436 -"29599",3395,3453 -"29600",3395,12523 -"29601",3395,13275 -"29602",3395,17502 -"29603",3395,18641 -"29604",3395,24968 -"29605",3395,27060 -"29606",3395,33013 -"29607",3395,43902 -"29608",3395,44201 -"29609",3395,45977 -"29610",3395,84365 -"29611",3395,87458 -"29612",3395,87618 -"29613",3395,91812 -"29614",3396,3458 -"29615",3396,3495 -"29616",3396,5126 -"29617",3396,7947 -"29618",3396,20162 -"29619",3396,22917 -"29620",3396,27523 -"29621",3396,31731 -"29622",3396,33558 -"29623",3396,85082 -"29624",3397,3409 -"29625",3397,3411 -"29626",3397,3436 -"29627",3397,3453 -"29628",3397,9667 -"29629",3397,13275 -"29630",3398,37685 -"29631",3398,48095 -"29632",3398,78312 -"29633",3398,87444 -"29634",3398,93274 -"29635",3398,98394 -"29636",3398,101426 -"29637",3399,5769 -"29638",3399,43494 -"29639",3399,104836 -"29640",3401,3424 -"29641",3401,6617 -"29642",3401,6619 -"29643",3401,6653 -"29644",3401,17235 -"29645",3401,17337 -"29646",3401,17838 -"29647",3401,17877 -"29648",3401,21245 -"29649",3401,27149 -"29650",3401,29402 -"29651",3401,55010 -"29652",3402,7075 -"29653",3402,11956 -"29654",3402,13806 -"29655",3402,14992 -"29656",3402,15070 -"29657",3402,15166 -"29658",3402,19639 -"29659",3402,20243 -"29660",3402,20591 -"29661",3402,32494 -"29662",3402,33877 -"29663",3402,34658 -"29664",3402,34831 -"29665",3402,44150 -"29666",3402,44258 -"29667",3402,54968 -"29668",3402,55420 -"29669",3402,59958 -"29670",3402,60997 -"29671",3402,64526 -"29672",3402,64760 -"29673",3402,77661 -"29674",3402,78588 -"29675",3402,79009 -"29676",3402,79041 -"29677",3402,98477 -"29678",3403,3405 -"29679",3403,3434 -"29680",3403,3462 -"29681",3403,11022 -"29682",3403,12519 -"29683",3403,13224 -"29684",3403,14397 -"29685",3403,37865 -"29686",3403,88830 -"29687",3403,95202 -"29688",3403,119268 -"29689",3404,6324 -"29690",3404,8639 -"29691",3404,8769 -"29692",3404,9354 -"29693",3404,14855 -"29694",3404,19149 -"29695",3404,26659 -"29696",3404,27171 -"29697",3404,32848 -"29698",3404,37438 -"29699",3404,43153 -"29700",3404,43910 -"29701",3404,46139 -"29702",3404,47348 -"29703",3404,49783 -"29704",3404,55219 -"29705",3404,61034 -"29706",3404,70806 -"29707",3404,80219 -"29708",3404,86490 -"29709",3404,88851 -"29710",3404,89556 -"29711",3405,3434 -"29712",3405,3462 -"29713",3405,7883 -"29714",3405,34334 -"29715",3405,68846 -"29716",3406,3455 -"29717",3406,14972 -"29718",3406,21902 -"29719",3406,108024 -"29720",3407,4613 -"29721",3407,5019 -"29722",3407,6252 -"29723",3407,7063 -"29724",3407,7320 -"29725",3407,8055 -"29726",3407,10079 -"29727",3407,13294 -"29728",3407,14108 -"29729",3407,16946 -"29730",3407,17013 -"29731",3407,22381 -"29732",3407,22641 -"29733",3407,23298 -"29734",3407,23808 -"29735",3407,24326 -"29736",3407,24429 -"29737",3407,25287 -"29738",3407,25565 -"29739",3407,28808 -"29740",3407,39784 -"29741",3407,41719 -"29742",3407,46621 -"29743",3407,47451 -"29744",3407,55795 -"29745",3407,61785 -"29746",3407,69983 -"29747",3407,80305 -"29748",3407,83865 -"29749",3407,84744 -"29750",3407,88232 -"29751",3407,88237 -"29752",3407,91411 -"29753",3407,92592 -"29754",3407,100606 -"29755",3407,101016 -"29756",3407,103031 -"29757",3407,103066 -"29758",3408,45163 -"29759",3408,45523 -"29760",3408,55267 -"29761",3408,56900 -"29762",3408,56923 -"29763",3408,56925 -"29764",3409,3411 -"29765",3409,3436 -"29766",3409,3453 -"29767",3409,17272 -"29768",3409,18641 -"29769",3409,23460 -"29770",3410,11603 -"29771",3410,13507 -"29772",3410,56787 -"29773",3411,3436 -"29774",3411,3453 -"29775",3411,6492 -"29776",3411,9667 -"29777",3411,21933 -"29778",3411,33013 -"29779",3411,40879 -"29780",3411,52699 -"29781",3411,78057 -"29782",3411,87259 -"29783",3411,87458 -"29784",3412,16451 -"29785",3412,24107 -"29786",3412,43045 -"29787",3412,58745 -"29788",3413,9986 -"29789",3413,13201 -"29790",3413,20199 -"29791",3413,43431 -"29792",3413,43924 -"29793",3413,44807 -"29794",3413,46116 -"29795",3413,68770 -"29796",3413,77570 -"29797",3414,7311 -"29798",3414,13064 -"29799",3414,18810 -"29800",3414,47592 -"29801",3414,51193 -"29802",3414,54869 -"29803",3414,62505 -"29804",3414,62731 -"29805",3414,65264 -"29806",3414,66698 -"29807",3414,111446 -"29808",3415,3437 -"29809",3415,28804 -"29810",3415,46793 -"29811",3416,12080 -"29812",3416,12559 -"29813",3416,13655 -"29814",3416,14738 -"29815",3416,15433 -"29816",3416,16482 -"29817",3416,45155 -"29818",3416,61927 -"29819",3417,15300 -"29820",3417,25205 -"29821",3417,25505 -"29822",3417,30871 -"29823",3417,42149 -"29824",3417,48466 -"29825",3417,58235 -"29826",3417,61200 -"29827",3417,62455 -"29828",3417,65236 -"29829",3417,65764 -"29830",3417,68680 -"29831",3418,19598 -"29832",3418,22892 -"29833",3418,25367 -"29834",3418,27926 -"29835",3418,39380 -"29836",3418,48698 -"29837",3418,48982 -"29838",3418,52141 -"29839",3418,89965 -"29840",3418,100630 -"29841",3418,100964 -"29842",3418,121279 -"29843",3419,21772 -"29844",3419,37185 -"29845",3419,54962 -"29846",3419,62291 -"29847",3419,73612 -"29848",3419,73645 -"29849",3420,23956 -"29850",3420,35959 -"29851",3420,41418 -"29852",3420,50969 -"29853",3420,53091 -"29854",3420,61623 -"29855",3420,81751 -"29856",3421,31572 -"29857",3421,31642 -"29858",3421,34689 -"29859",3421,37723 -"29860",3421,103014 -"29861",3422,27471 -"29862",3423,22519 -"29863",3423,70984 -"29864",3424,3761 -"29865",3424,10286 -"29866",3424,15036 -"29867",3424,16404 -"29868",3424,16574 -"29869",3424,23176 -"29870",3424,26929 -"29871",3424,37090 -"29872",3424,68186 -"29873",3425,11253 -"29874",3426,5861 -"29875",3426,9812 -"29876",3426,16117 -"29877",3426,28632 -"29878",3426,32121 -"29879",3426,40438 -"29880",3426,41592 -"29881",3426,49557 -"29882",3426,78860 -"29883",3426,85837 -"29884",3426,88986 -"29885",3426,90048 -"29886",3427,5810 -"29887",3427,5849 -"29888",3427,20362 -"29889",3427,31657 -"29890",3427,45401 -"29891",3428,13194 -"29892",3428,72555 -"29893",3428,75426 -"29894",3428,80887 -"29895",3428,90767 -"29896",3428,107121 -"29897",3429,14449 -"29898",3429,75359 -"29899",3430,24553 -"29900",3430,60339 -"29901",3430,94092 -"29902",3430,115879 -"29903",3431,61088 -"29904",3432,3522 -"29905",3432,5320 -"29906",3432,33219 -"29907",3432,43905 -"29908",3432,93111 -"29909",3432,95068 -"29910",3433,41165 -"29911",3433,72761 -"29912",3433,111185 -"29913",3434,3462 -"29914",3434,9873 -"29915",3434,38538 -"29916",3434,113073 -"29917",3435,5316 -"29918",3435,19479 -"29919",3436,3453 -"29920",3436,6492 -"29921",3436,13275 -"29922",3436,26825 -"29923",3436,40879 -"29924",3436,52699 -"29925",3436,78057 -"29926",3436,83286 -"29927",3436,83291 -"29928",3436,87259 -"29929",3436,87458 -"29930",3437,19093 -"29931",3438,7358 -"29932",3438,10125 -"29933",3438,65224 -"29934",3438,71080 -"29935",3438,71083 -"29936",3438,71149 -"29937",3439,7781 -"29938",3439,79787 -"29939",3440,3450 -"29940",3441,18297 -"29941",3441,19141 -"29942",3441,23521 -"29943",3441,24559 -"29944",3441,53002 -"29945",3441,54918 -"29946",3441,58882 -"29947",3441,81563 -"29948",3441,81567 -"29949",3441,86952 -"29950",3441,87386 -"29951",3441,88031 -"29952",3441,94787 -"29953",3441,107846 -"29954",3442,9295 -"29955",3442,17013 -"29956",3442,17996 -"29957",3442,22967 -"29958",3442,32130 -"29959",3442,34384 -"29960",3442,40703 -"29961",3442,46231 -"29962",3442,58291 -"29963",3442,83780 -"29964",3442,103066 -"29965",3442,103247 -"29966",3442,110469 -"29967",3443,7365 -"29968",3443,8246 -"29969",3443,8790 -"29970",3443,17178 -"29971",3443,40309 -"29972",3443,43299 -"29973",3443,45766 -"29974",3443,63945 -"29975",3443,67827 -"29976",3444,12966 -"29977",3445,20005 -"29978",3446,70760 -"29979",3446,92475 -"29980",3447,37180 -"29981",3447,50522 -"29982",3447,56761 -"29983",3447,116485 -"29984",3448,70841 -"29985",3449,41556 -"29986",3449,101460 -"29987",3449,117321 -"29988",3449,118465 -"29989",3451,3642 -"29990",3451,11446 -"29991",3451,12265 -"29992",3451,12500 -"29993",3451,12757 -"29994",3451,15285 -"29995",3451,15303 -"29996",3451,16700 -"29997",3451,30399 -"29998",3451,30661 -"29999",3451,30992 -"30000",3451,41599 -"30001",3451,43410 -"30002",3451,43507 -"30003",3451,45228 -"30004",3451,50397 -"30005",3451,52437 -"30006",3451,58798 -"30007",3451,61683 -"30008",3451,62813 -"30009",3451,64744 -"30010",3451,66286 -"30011",3451,70498 -"30012",3451,71586 -"30013",3451,72335 -"30014",3451,74232 -"30015",3451,74472 -"30016",3451,76131 -"30017",3451,85119 -"30018",3451,85195 -"30019",3451,88363 -"30020",3451,88712 -"30021",3451,88764 -"30022",3451,88959 -"30023",3451,90491 -"30024",3451,90675 -"30025",3451,91702 -"30026",3451,91933 -"30027",3451,93587 -"30028",3451,96978 -"30029",3451,99162 -"30030",3451,99326 -"30031",3451,99815 -"30032",3451,100277 -"30033",3451,101212 -"30034",3451,106830 -"30035",3451,107575 -"30036",3451,107792 -"30037",3451,107844 -"30038",3451,108762 -"30039",3451,109758 -"30040",3451,116445 -"30041",3451,117073 -"30042",3451,121225 -"30043",3452,9676 -"30044",3453,6492 -"30045",3453,18641 -"30046",3453,21933 -"30047",3453,33013 -"30048",3453,40879 -"30049",3453,52699 -"30050",3453,77683 -"30051",3453,78057 -"30052",3453,78221 -"30053",3453,87259 -"30054",3453,87458 -"30055",3454,16575 -"30056",3454,24329 -"30057",3454,47055 -"30058",3454,49703 -"30059",3454,52685 -"30060",3454,61012 -"30061",3454,95718 -"30062",3454,123221 -"30063",3455,21902 -"30064",3455,24479 -"30065",3455,52327 -"30066",3455,63880 -"30067",3455,70233 -"30068",3455,79529 -"30069",3456,5819 -"30070",3456,21885 -"30071",3456,25788 -"30072",3456,32531 -"30073",3456,80501 -"30074",3457,12140 -"30075",3457,17191 -"30076",3457,18885 -"30077",3457,27543 -"30078",3457,38694 -"30079",3457,39491 -"30080",3457,39617 -"30081",3457,60750 -"30082",3457,60894 -"30083",3457,83744 -"30084",3457,99638 -"30085",3458,3495 -"30086",3458,7262 -"30087",3458,12355 -"30088",3458,31371 -"30089",3458,31731 -"30090",3458,56616 -"30091",3458,70253 -"30092",3459,3977 -"30093",3459,9782 -"30094",3459,22899 -"30095",3459,52303 -"30096",3459,66999 -"30097",3459,109960 -"30098",3460,4821 -"30099",3460,4919 -"30100",3460,14422 -"30101",3460,15453 -"30102",3460,20108 -"30103",3460,36586 -"30104",3460,41919 -"30105",3460,42642 -"30106",3461,36355 -"30107",3461,83571 -"30108",3462,9063 -"30109",3462,47559 -"30110",3462,58233 -"30111",3462,60558 -"30112",3462,88680 -"30113",3463,11734 -"30114",3463,36340 -"30115",3463,47036 -"30116",3463,56422 -"30117",3463,82498 -"30118",3464,3567 -"30119",3464,13150 -"30120",3464,14165 -"30121",3464,23668 -"30122",3464,28200 -"30123",3464,42280 -"30124",3464,46195 -"30125",3464,53230 -"30126",3464,71607 -"30127",3464,79089 -"30128",3464,81850 -"30129",3465,55773 -"30130",3465,59414 -"30131",3466,12087 -"30132",3466,15187 -"30133",3466,43311 -"30134",3467,95099 -"30135",3467,121933 -"30136",3468,3469 -"30137",3468,45140 -"30138",3468,50819 -"30139",3468,56884 -"30140",3468,107759 -"30141",3469,6499 -"30142",3469,9509 -"30143",3469,13603 -"30144",3469,39054 -"30145",3469,49019 -"30146",3469,53740 -"30147",3469,85432 -"30148",3469,89942 -"30149",3470,23548 -"30150",3470,51072 -"30151",3470,102640 -"30152",3471,38023 -"30153",3472,3494 -"30154",3472,20267 -"30155",3472,52773 -"30156",3472,70193 -"30157",3472,107180 -"30158",3473,3625 -"30159",3473,11990 -"30160",3474,16554 -"30161",3474,26566 -"30162",3474,61611 -"30163",3474,75255 -"30164",3474,90709 -"30165",3474,96073 -"30166",3475,3941 -"30167",3475,5833 -"30168",3475,13148 -"30169",3475,14160 -"30170",3475,14412 -"30171",3475,18421 -"30172",3475,20315 -"30173",3475,23418 -"30174",3475,24040 -"30175",3475,26154 -"30176",3475,26626 -"30177",3475,26635 -"30178",3475,26829 -"30179",3475,33589 -"30180",3475,42199 -"30181",3475,43445 -"30182",3475,43453 -"30183",3475,44478 -"30184",3475,44992 -"30185",3475,45507 -"30186",3475,61791 -"30187",3476,5905 -"30188",3476,6373 -"30189",3476,6575 -"30190",3476,7523 -"30191",3476,13754 -"30192",3476,16644 -"30193",3476,19165 -"30194",3476,31605 -"30195",3476,31606 -"30196",3476,57641 -"30197",3476,59485 -"30198",3476,61576 -"30199",3476,64593 -"30200",3476,68613 -"30201",3476,71399 -"30202",3477,5301 -"30203",3477,5526 -"30204",3477,5806 -"30205",3477,6053 -"30206",3477,6063 -"30207",3477,6254 -"30208",3477,6560 -"30209",3477,6673 -"30210",3477,6674 -"30211",3477,7581 -"30212",3477,7765 -"30213",3477,8307 -"30214",3477,8534 -"30215",3477,9366 -"30216",3477,10431 -"30217",3477,10585 -"30218",3477,11766 -"30219",3477,12735 -"30220",3477,12779 -"30221",3477,13360 -"30222",3477,13942 -"30223",3477,14396 -"30224",3477,15027 -"30225",3477,15185 -"30226",3477,15216 -"30227",3477,15964 -"30228",3477,16252 -"30229",3477,16872 -"30230",3477,16875 -"30231",3477,17145 -"30232",3477,17508 -"30233",3477,18060 -"30234",3477,18217 -"30235",3477,18342 -"30236",3477,19257 -"30237",3477,19258 -"30238",3477,21684 -"30239",3477,22462 -"30240",3477,22823 -"30241",3477,22897 -"30242",3477,23147 -"30243",3477,23421 -"30244",3477,23583 -"30245",3477,23632 -"30246",3477,23953 -"30247",3477,24327 -"30248",3477,24495 -"30249",3477,24710 -"30250",3477,25143 -"30251",3477,25303 -"30252",3477,25664 -"30253",3477,26407 -"30254",3477,26694 -"30255",3477,26729 -"30256",3477,26786 -"30257",3477,27111 -"30258",3477,27174 -"30259",3477,27196 -"30260",3477,27710 -"30261",3477,27712 -"30262",3477,27713 -"30263",3477,28703 -"30264",3477,29253 -"30265",3477,29341 -"30266",3477,29560 -"30267",3477,29573 -"30268",3477,29868 -"30269",3477,32438 -"30270",3477,32967 -"30271",3477,33223 -"30272",3477,33881 -"30273",3477,34097 -"30274",3477,34330 -"30275",3477,34513 -"30276",3477,35400 -"30277",3477,36476 -"30278",3477,36547 -"30279",3477,36745 -"30280",3477,37821 -"30281",3477,37931 -"30282",3477,38319 -"30283",3477,39398 -"30284",3477,39492 -"30285",3477,40284 -"30286",3477,40320 -"30287",3477,40373 -"30288",3477,40542 -"30289",3477,41182 -"30290",3477,42131 -"30291",3477,44959 -"30292",3477,46843 -"30293",3477,48331 -"30294",3478,3492 -"30295",3478,3495 -"30296",3478,3563 -"30297",3478,60319 -"30298",3479,6945 -"30299",3479,7202 -"30300",3479,7203 -"30301",3479,7204 -"30302",3479,7215 -"30303",3480,3525 -"30304",3480,3611 -"30305",3480,3624 -"30306",3480,3706 -"30307",3480,3722 -"30308",3480,10500 -"30309",3480,90244 -"30310",3480,90249 -"30311",3480,91915 -"30312",3480,95020 -"30313",3480,95429 -"30314",3481,12192 -"30315",3481,15253 -"30316",3481,19459 -"30317",3481,20443 -"30318",3481,25447 -"30319",3481,31317 -"30320",3481,44487 -"30321",3481,48008 -"30322",3481,49312 -"30323",3481,54214 -"30324",3481,57346 -"30325",3481,65033 -"30326",3481,66862 -"30327",3481,72441 -"30328",3481,74637 -"30329",3481,79586 -"30330",3481,102839 -"30331",3481,103283 -"30332",3482,3999 -"30333",3482,24769 -"30334",3482,51028 -"30335",3483,44209 -"30336",3483,55444 -"30337",3484,12166 -"30338",3484,12167 -"30339",3484,14014 -"30340",3484,23426 -"30341",3484,35182 -"30342",3484,49078 -"30343",3484,78064 -"30344",3484,80638 -"30345",3484,86262 -"30346",3485,3508 -"30347",3485,49081 -"30348",3485,60916 -"30349",3485,77663 -"30350",3486,34886 -"30351",3486,35000 -"30352",3486,56176 -"30353",3486,71953 -"30354",3486,91679 -"30355",3486,108140 -"30356",3487,3617 -"30357",3487,10068 -"30358",3487,13929 -"30359",3487,13970 -"30360",3487,17305 -"30361",3487,17446 -"30362",3487,33617 -"30363",3487,39434 -"30364",3487,40205 -"30365",3487,51746 -"30366",3487,65120 -"30367",3488,24681 -"30368",3488,25534 -"30369",3488,33980 -"30370",3488,37519 -"30371",3488,37884 -"30372",3488,38549 -"30373",3488,44200 -"30374",3488,62052 -"30375",3488,83263 -"30376",3489,10328 -"30377",3489,26734 -"30378",3489,43443 -"30379",3489,47492 -"30380",3489,49152 -"30381",3489,59100 -"30382",3489,74797 -"30383",3489,76551 -"30384",3490,9437 -"30385",3490,55828 -"30386",3490,69017 -"30387",3490,69555 -"30388",3490,70491 -"30389",3490,78502 -"30390",3490,88479 -"30391",3490,89869 -"30392",3490,90482 -"30393",3490,93017 -"30394",3490,94768 -"30395",3490,101023 -"30396",3490,108783 -"30397",3490,113418 -"30398",3490,122548 -"30399",3491,14207 -"30400",3492,3495 -"30401",3492,3563 -"30402",3493,4632 -"30403",3493,5957 -"30404",3493,7075 -"30405",3493,9555 -"30406",3493,10014 -"30407",3493,16200 -"30408",3493,18283 -"30409",3493,21666 -"30410",3493,24720 -"30411",3493,28118 -"30412",3493,33522 -"30413",3493,35583 -"30414",3493,37258 -"30415",3493,49282 -"30416",3493,51144 -"30417",3493,52136 -"30418",3493,56167 -"30419",3493,56211 -"30420",3493,57687 -"30421",3493,57879 -"30422",3493,66934 -"30423",3493,67893 -"30424",3493,69192 -"30425",3493,69485 -"30426",3493,73881 -"30427",3493,74599 -"30428",3493,89627 -"30429",3493,120020 -"30430",3493,121300 -"30431",3494,25032 -"30432",3494,45000 -"30433",3494,46921 -"30434",3494,53281 -"30435",3494,72039 -"30436",3494,100422 -"30437",3494,107526 -"30438",3494,108064 -"30439",3495,3563 -"30440",3495,7072 -"30441",3495,24431 -"30442",3495,31371 -"30443",3495,34539 -"30444",3495,35448 -"30445",3495,35473 -"30446",3495,56616 -"30447",3495,98387 -"30448",3497,9347 -"30449",3497,9355 -"30450",3497,9418 -"30451",3497,45007 -"30452",3497,46793 -"30453",3497,60902 -"30454",3497,64254 -"30455",3497,69865 -"30456",3498,6577 -"30457",3498,37030 -"30458",3498,59866 -"30459",3499,6554 -"30460",3499,7660 -"30461",3499,12245 -"30462",3499,12395 -"30463",3499,17577 -"30464",3499,22260 -"30465",3499,26366 -"30466",3499,29715 -"30467",3499,33142 -"30468",3499,34767 -"30469",3499,34811 -"30470",3499,37732 -"30471",3499,39880 -"30472",3499,42033 -"30473",3499,52376 -"30474",3499,55867 -"30475",3499,72868 -"30476",3499,75028 -"30477",3499,77836 -"30478",3499,88384 -"30479",3499,115319 -"30480",3500,37054 -"30481",3500,39818 -"30482",3501,4055 -"30483",3501,23392 -"30484",3501,93210 -"30485",3502,3788 -"30486",3502,6041 -"30487",3502,10225 -"30488",3502,13781 -"30489",3502,16854 -"30490",3502,23247 -"30491",3502,25767 -"30492",3502,26339 -"30493",3502,26992 -"30494",3502,33350 -"30495",3502,36205 -"30496",3502,40211 -"30497",3502,42364 -"30498",3502,42519 -"30499",3502,42874 -"30500",3502,46586 -"30501",3502,47348 -"30502",3502,51666 -"30503",3502,57058 -"30504",3502,57951 -"30505",3502,70236 -"30506",3502,80569 -"30507",3502,81613 -"30508",3502,89742 -"30509",3502,93263 -"30510",3502,93820 -"30511",3502,96081 -"30512",3502,99070 -"30513",3502,99870 -"30514",3502,100498 -"30515",3502,102215 -"30516",3502,102233 -"30517",3502,104266 -"30518",3502,104662 -"30519",3502,105207 -"30520",3502,105495 -"30521",3502,109622 -"30522",3502,113193 -"30523",3502,114090 -"30524",3502,114817 -"30525",3502,114870 -"30526",3502,120879 -"30527",3502,120961 -"30528",3503,8525 -"30529",3503,11252 -"30530",3503,15940 -"30531",3503,24115 -"30532",3503,26088 -"30533",3503,30907 -"30534",3503,64994 -"30535",3503,75895 -"30536",3503,79236 -"30537",3503,88811 -"30538",3503,88832 -"30539",3503,93562 -"30540",3504,9201 -"30541",3504,11329 -"30542",3504,23396 -"30543",3504,32364 -"30544",3504,36474 -"30545",3504,40763 -"30546",3504,40803 -"30547",3505,3655 -"30548",3506,4403 -"30549",3506,6621 -"30550",3506,11361 -"30551",3506,14880 -"30552",3506,32930 -"30553",3506,44750 -"30554",3506,54656 -"30555",3506,57244 -"30556",3506,70829 -"30557",3506,73428 -"30558",3506,73457 -"30559",3506,73458 -"30560",3507,6931 -"30561",3507,10238 -"30562",3507,33749 -"30563",3507,39214 -"30564",3507,41189 -"30565",3507,53219 -"30566",3507,59766 -"30567",3507,62537 -"30568",3507,67104 -"30569",3508,4396 -"30570",3508,8884 -"30571",3508,16882 -"30572",3508,36537 -"30573",3508,55774 -"30574",3508,76893 -"30575",3509,99902 -"30576",3510,18637 -"30577",3510,29430 -"30578",3510,33653 -"30579",3510,82505 -"30580",3510,83202 -"30581",3510,92061 -"30582",3510,101303 -"30583",3511,92157 -"30584",3512,7153 -"30585",3512,7220 -"30586",3512,27931 -"30587",3512,79723 -"30588",3513,9389 -"30589",3513,11770 -"30590",3513,12827 -"30591",3513,14472 -"30592",3513,15356 -"30593",3513,20128 -"30594",3513,23460 -"30595",3513,25084 -"30596",3513,27476 -"30597",3513,38198 -"30598",3513,39826 -"30599",3513,41785 -"30600",3513,41804 -"30601",3513,41859 -"30602",3513,46959 -"30603",3514,3543 -"30604",3514,4972 -"30605",3514,61477 -"30606",3515,8384 -"30607",3515,8418 -"30608",3515,8431 -"30609",3515,8437 -"30610",3515,12389 -"30611",3515,12415 -"30612",3515,12456 -"30613",3515,12471 -"30614",3515,16122 -"30615",3515,17422 -"30616",3515,21176 -"30617",3515,21849 -"30618",3515,22946 -"30619",3515,40493 -"30620",3515,45302 -"30621",3515,46151 -"30622",3515,48359 -"30623",3515,50701 -"30624",3515,59076 -"30625",3515,60370 -"30626",3515,65028 -"30627",3515,69827 -"30628",3515,80145 -"30629",3515,97051 -"30630",3516,11711 -"30631",3516,12945 -"30632",3516,13092 -"30633",3516,38266 -"30634",3516,59378 -"30635",3517,6197 -"30636",3517,28330 -"30637",3517,33884 -"30638",3517,61669 -"30639",3518,44812 -"30640",3518,96575 -"30641",3519,53734 -"30642",3520,5606 -"30643",3520,8340 -"30644",3520,9572 -"30645",3520,17194 -"30646",3520,18110 -"30647",3520,20517 -"30648",3520,31087 -"30649",3520,33500 -"30650",3520,37627 -"30651",3520,39372 -"30652",3520,40050 -"30653",3520,45498 -"30654",3520,45583 -"30655",3520,74380 -"30656",3521,5631 -"30657",3521,7995 -"30658",3521,10950 -"30659",3521,14182 -"30660",3521,18630 -"30661",3521,26158 -"30662",3521,30446 -"30663",3521,37381 -"30664",3521,39858 -"30665",3521,39870 -"30666",3521,45025 -"30667",3522,118019 -"30668",3524,64116 -"30669",3525,3611 -"30670",3525,3624 -"30671",3525,3706 -"30672",3525,3722 -"30673",3526,9919 -"30674",3526,9920 -"30675",3526,9986 -"30676",3526,10043 -"30677",3526,10053 -"30678",3526,13201 -"30679",3526,21068 -"30680",3526,23517 -"30681",3526,25530 -"30682",3526,27818 -"30683",3526,31521 -"30684",3526,56396 -"30685",3526,63699 -"30686",3526,65310 -"30687",3526,65366 -"30688",3526,65978 -"30689",3527,60105 -"30690",3527,93050 -"30691",3528,42222 -"30692",3528,77890 -"30693",3528,119515 -"30694",3529,3569 -"30695",3529,5403 -"30696",3529,5745 -"30697",3530,33179 -"30698",3531,7828 -"30699",3531,24942 -"30700",3531,50607 -"30701",3531,54250 -"30702",3532,5906 -"30703",3532,5918 -"30704",3532,26397 -"30705",3532,55750 -"30706",3532,55751 -"30707",3533,25154 -"30708",3533,25857 -"30709",3533,32005 -"30710",3534,6871 -"30711",3535,62676 -"30712",3535,73867 -"30713",3535,98516 -"30714",3535,98517 -"30715",3535,98518 -"30716",3535,102812 -"30717",3535,107205 -"30718",3536,10431 -"30719",3536,10585 -"30720",3536,43706 -"30721",3536,93328 -"30722",3537,3568 -"30723",3537,15180 -"30724",3537,20843 -"30725",3537,29289 -"30726",3537,29977 -"30727",3537,30305 -"30728",3538,3683 -"30729",3538,12321 -"30730",3538,16945 -"30731",3538,25115 -"30732",3538,49535 -"30733",3538,51811 -"30734",3538,60145 -"30735",3538,86530 -"30736",3539,13320 -"30737",3539,59845 -"30738",3539,59899 -"30739",3540,18550 -"30740",3540,20040 -"30741",3540,24400 -"30742",3540,41696 -"30743",3540,48761 -"30744",3540,80036 -"30745",3540,93054 -"30746",3540,116955 -"30747",3540,117969 -"30748",3541,15688 -"30749",3541,17304 -"30750",3541,37448 -"30751",3541,37534 -"30752",3541,69952 -"30753",3541,70622 -"30754",3542,18282 -"30755",3542,18429 -"30756",3542,71444 -"30757",3542,77972 -"30758",3543,69519 -"30759",3544,109333 -"30760",3545,66981 -"30761",3546,19743 -"30762",3546,88799 -"30763",3547,3660 -"30764",3548,17664 -"30765",3548,20349 -"30766",3548,35664 -"30767",3548,38128 -"30768",3548,53200 -"30769",3548,53415 -"30770",3548,68340 -"30771",3548,68428 -"30772",3549,27487 -"30773",3549,58708 -"30774",3549,74974 -"30775",3549,76709 -"30776",3549,81688 -"30777",3549,82515 -"30778",3551,50072 -"30779",3551,83182 -"30780",3552,3559 -"30781",3552,3586 -"30782",3552,86802 -"30783",3552,87474 -"30784",3552,95850 -"30785",3552,102850 -"30786",3552,104874 -"30787",3553,14514 -"30788",3553,63807 -"30789",3553,66933 -"30790",3553,97273 -"30791",3553,107965 -"30792",3555,14781 -"30793",3555,38252 -"30794",3555,54481 -"30795",3556,10230 -"30796",3557,19515 -"30797",3557,28039 -"30798",3557,55568 -"30799",3557,78262 -"30800",3557,88240 -"30801",3557,94172 -"30802",3558,61647 -"30803",3558,67574 -"30804",3558,78354 -"30805",3559,3586 -"30806",3559,4643 -"30807",3559,4812 -"30808",3559,16952 -"30809",3559,17085 -"30810",3559,76403 -"30811",3560,9607 -"30812",3560,30749 -"30813",3560,45343 -"30814",3560,105301 -"30815",3561,4101 -"30816",3561,4517 -"30817",3562,69218 -"30818",3562,94048 -"30819",3562,95077 -"30820",3563,8930 -"30821",3563,15444 -"30822",3563,21248 -"30823",3563,27402 -"30824",3563,37419 -"30825",3563,50866 -"30826",3564,35715 -"30827",3564,77410 -"30828",3564,84598 -"30829",3564,114156 -"30830",3565,20373 -"30831",3565,28739 -"30832",3565,64914 -"30833",3565,76762 -"30834",3565,81174 -"30835",3565,102412 -"30836",3566,18654 -"30837",3567,3578 -"30838",3567,13963 -"30839",3567,14918 -"30840",3567,41114 -"30841",3567,43573 -"30842",3568,9008 -"30843",3568,11023 -"30844",3568,32149 -"30845",3568,32384 -"30846",3568,38915 -"30847",3568,43888 -"30848",3568,50400 -"30849",3568,65396 -"30850",3568,88266 -"30851",3568,99743 -"30852",3568,112011 -"30853",3568,122582 -"30854",3568,122616 -"30855",3569,13967 -"30856",3569,40883 -"30857",3569,43500 -"30858",3569,84416 -"30859",3569,95064 -"30860",3570,3583 -"30861",3570,3621 -"30862",3570,4056 -"30863",3570,16587 -"30864",3570,23071 -"30865",3570,31697 -"30866",3571,15175 -"30867",3571,103361 -"30868",3572,8335 -"30869",3572,28439 -"30870",3572,39917 -"30871",3572,49236 -"30872",3573,21534 -"30873",3573,26165 -"30874",3573,42115 -"30875",3573,81292 -"30876",3573,81487 -"30877",3573,88697 -"30878",3573,100716 -"30879",3574,9232 -"30880",3574,42083 -"30881",3574,59888 -"30882",3574,62456 -"30883",3574,74964 -"30884",3574,75119 -"30885",3574,81945 -"30886",3574,96489 -"30887",3574,109315 -"30888",3574,112601 -"30889",3574,120718 -"30890",3575,3699 -"30891",3575,3700 -"30892",3575,4244 -"30893",3575,5195 -"30894",3575,9683 -"30895",3575,16164 -"30896",3575,19027 -"30897",3575,20700 -"30898",3575,41065 -"30899",3575,44636 -"30900",3575,50075 -"30901",3575,54676 -"30902",3575,57184 -"30903",3575,69264 -"30904",3575,93584 -"30905",3575,94603 -"30906",3575,95627 -"30907",3575,100037 -"30908",3575,101113 -"30909",3575,105094 -"30910",3575,108568 -"30911",3575,119320 -"30912",3576,26277 -"30913",3576,37121 -"30914",3577,4040 -"30915",3577,7544 -"30916",3577,9913 -"30917",3577,30033 -"30918",3577,42872 -"30919",3577,66004 -"30920",3577,75175 -"30921",3577,88490 -"30922",3577,92246 -"30923",3577,99553 -"30924",3577,100523 -"30925",3578,13345 -"30926",3578,20419 -"30927",3578,20769 -"30928",3578,30880 -"30929",3578,37981 -"30930",3578,67650 -"30931",3578,81727 -"30932",3578,105615 -"30933",3579,3610 -"30934",3579,6909 -"30935",3579,11578 -"30936",3579,15653 -"30937",3579,15722 -"30938",3579,21346 -"30939",3579,57246 -"30940",3579,91935 -"30941",3580,71280 -"30942",3580,81007 -"30943",3580,97130 -"30944",3581,23433 -"30945",3581,39380 -"30946",3581,48982 -"30947",3581,52141 -"30948",3581,81816 -"30949",3582,5600 -"30950",3582,6511 -"30951",3582,56529 -"30952",3582,56563 -"30953",3582,56564 -"30954",3582,56581 -"30955",3582,56587 -"30956",3583,3621 -"30957",3583,4127 -"30958",3583,36299 -"30959",3583,43135 -"30960",3583,49198 -"30961",3583,49243 -"30962",3584,22476 -"30963",3584,63836 -"30964",3584,66183 -"30965",3584,76687 -"30966",3584,81279 -"30967",3584,86374 -"30968",3584,94612 -"30969",3584,97347 -"30970",3584,97606 -"30971",3584,97680 -"30972",3584,97700 -"30973",3584,97701 -"30974",3585,8529 -"30975",3585,10438 -"30976",3585,15015 -"30977",3585,30285 -"30978",3585,34836 -"30979",3585,36972 -"30980",3585,43140 -"30981",3585,43591 -"30982",3585,44396 -"30983",3585,47614 -"30984",3585,61675 -"30985",3585,65006 -"30986",3585,65007 -"30987",3585,72468 -"30988",3585,75836 -"30989",3585,77208 -"30990",3585,91611 -"30991",3585,109186 -"30992",3585,109421 -"30993",3585,111002 -"30994",3585,114890 -"30995",3586,9020 -"30996",3586,11380 -"30997",3586,59821 -"30998",3586,63663 -"30999",3586,64716 -"31000",3586,64844 -"31001",3586,75649 -"31002",3586,77696 -"31003",3586,86802 -"31004",3586,88982 -"31005",3586,109590 -"31006",3586,109597 -"31007",3587,12417 -"31008",3587,114234 -"31009",3588,14311 -"31010",3588,68153 -"31011",3588,68282 -"31012",3588,79078 -"31013",3589,8800 -"31014",3589,11907 -"31015",3589,22721 -"31016",3589,54562 -"31017",3589,69106 -"31018",3590,3667 -"31019",3590,30491 -"31020",3590,78752 -"31021",3590,99301 -"31022",3590,99339 -"31023",3591,5599 -"31024",3591,20745 -"31025",3591,26336 -"31026",3591,61333 -"31027",3591,92698 -"31028",3591,122372 -"31029",3591,122373 -"31030",3592,25515 -"31031",3592,26853 -"31032",3592,29847 -"31033",3592,47538 -"31034",3592,56852 -"31035",3593,17122 -"31036",3593,22629 -"31037",3593,54132 -"31038",3593,57179 -"31039",3593,66433 -"31040",3593,95388 -"31041",3593,99475 -"31042",3593,99481 -"31043",3594,30703 -"31044",3594,34941 -"31045",3594,38602 -"31046",3595,4226 -"31047",3595,4747 -"31048",3595,6672 -"31049",3595,7023 -"31050",3595,12019 -"31051",3595,19674 -"31052",3595,19899 -"31053",3595,26345 -"31054",3595,26530 -"31055",3595,29073 -"31056",3595,30898 -"31057",3595,37893 -"31058",3595,48260 -"31059",3595,50780 -"31060",3595,58133 -"31061",3595,64960 -"31062",3596,3598 -"31063",3597,3633 -"31064",3597,10957 -"31065",3598,72367 -"31066",3598,75271 -"31067",3599,3620 -"31068",3600,3639 -"31069",3600,13113 -"31070",3600,23203 -"31071",3601,22072 -"31072",3601,53301 -"31073",3601,69983 -"31074",3601,101016 -"31075",3602,3656 -"31076",3602,3663 -"31077",3602,16283 -"31078",3602,29972 -"31079",3603,10582 -"31080",3603,12238 -"31081",3603,16660 -"31082",3603,22124 -"31083",3603,35494 -"31084",3603,49700 -"31085",3603,71533 -"31086",3604,3633 -"31087",3604,10957 -"31088",3604,11806 -"31089",3604,11933 -"31090",3604,24455 -"31091",3604,25930 -"31092",3604,27675 -"31093",3604,37740 -"31094",3604,115345 -"31095",3605,14298 -"31096",3605,16711 -"31097",3605,16856 -"31098",3605,16859 -"31099",3605,17846 -"31100",3606,3640 -"31101",3606,3790 -"31102",3606,30217 -"31103",3606,46513 -"31104",3606,48525 -"31105",3606,51408 -"31106",3607,9460 -"31107",3607,20184 -"31108",3607,34677 -"31109",3607,53999 -"31110",3607,76919 -"31111",3607,114308 -"31112",3608,4433 -"31113",3608,19422 -"31114",3608,28369 -"31115",3608,29037 -"31116",3608,34934 -"31117",3608,42212 -"31118",3608,65362 -"31119",3608,81722 -"31120",3608,84770 -"31121",3608,92881 -"31122",3608,99136 -"31123",3608,101117 -"31124",3608,109262 -"31125",3608,110196 -"31126",3608,110216 -"31127",3609,17706 -"31128",3609,25221 -"31129",3609,38479 -"31130",3609,45757 -"31131",3609,67038 -"31132",3609,71712 -"31133",3609,80911 -"31134",3609,80930 -"31135",3609,84247 -"31136",3609,92563 -"31137",3609,100110 -"31138",3609,103668 -"31139",3611,3624 -"31140",3611,3706 -"31141",3611,3722 -"31142",3612,17606 -"31143",3612,23480 -"31144",3612,38446 -"31145",3612,39190 -"31146",3612,92375 -"31147",3612,95862 -"31148",3612,102824 -"31149",3612,107971 -"31150",3613,33387 -"31151",3614,3983 -"31152",3614,4361 -"31153",3614,10350 -"31154",3614,17257 -"31155",3614,22038 -"31156",3614,24576 -"31157",3614,24972 -"31158",3614,26908 -"31159",3614,39544 -"31160",3614,43874 -"31161",3614,49241 -"31162",3614,58195 -"31163",3614,63041 -"31164",3614,77962 -"31165",3614,88773 -"31166",3615,9208 -"31167",3615,9758 -"31168",3615,27134 -"31169",3615,32553 -"31170",3615,89004 -"31171",3615,114499 -"31172",3616,42200 -"31173",3616,43410 -"31174",3617,5402 -"31175",3617,5924 -"31176",3617,6222 -"31177",3617,8170 -"31178",3617,8659 -"31179",3617,11517 -"31180",3617,12221 -"31181",3617,13828 -"31182",3617,14959 -"31183",3617,17582 -"31184",3617,36498 -"31185",3617,38921 -"31186",3617,47747 -"31187",3617,84475 -"31188",3617,93289 -"31189",3618,88052 -"31190",3619,6980 -"31191",3619,10086 -"31192",3619,13200 -"31193",3619,43078 -"31194",3620,23444 -"31195",3620,43493 -"31196",3620,45191 -"31197",3620,48661 -"31198",3620,71265 -"31199",3620,98922 -"31200",3620,102410 -"31201",3621,4127 -"31202",3621,22670 -"31203",3621,27339 -"31204",3621,35610 -"31205",3621,36299 -"31206",3621,76117 -"31207",3621,89824 -"31208",3622,23697 -"31209",3622,25824 -"31210",3622,27960 -"31211",3622,29749 -"31212",3622,38019 -"31213",3622,50685 -"31214",3622,51398 -"31215",3622,57006 -"31216",3622,58383 -"31217",3622,62245 -"31218",3622,63162 -"31219",3622,63357 -"31220",3622,69814 -"31221",3622,84138 -"31222",3622,84940 -"31223",3622,84941 -"31224",3622,84958 -"31225",3622,87168 -"31226",3622,103294 -"31227",3623,12717 -"31228",3623,18512 -"31229",3623,19372 -"31230",3623,26937 -"31231",3623,50132 -"31232",3623,57221 -"31233",3623,77722 -"31234",3624,3706 -"31235",3624,3722 -"31236",3624,7763 -"31237",3624,16933 -"31238",3624,24575 -"31239",3624,25050 -"31240",3624,29453 -"31241",3624,50550 -"31242",3624,74315 -"31243",3624,110870 -"31244",3624,113022 -"31245",3624,113818 -"31246",3624,118838 -"31247",3624,120590 -"31248",3624,120637 -"31249",3626,5774 -"31250",3626,22837 -"31251",3626,43834 -"31252",3626,49584 -"31253",3626,57637 -"31254",3626,64242 -"31255",3626,77011 -"31256",3626,88531 -"31257",3626,96388 -"31258",3627,6562 -"31259",3627,9134 -"31260",3627,10606 -"31261",3627,15129 -"31262",3627,20371 -"31263",3627,32259 -"31264",3627,42407 -"31265",3627,55730 -"31266",3627,62848 -"31267",3627,71128 -"31268",3627,78206 -"31269",3627,96974 -"31270",3627,99850 -"31271",3627,100252 -"31272",3627,101101 -"31273",3627,108082 -"31274",3628,5418 -"31275",3628,8762 -"31276",3628,9151 -"31277",3628,9191 -"31278",3628,11351 -"31279",3628,11499 -"31280",3628,21192 -"31281",3628,21884 -"31282",3628,30900 -"31283",3628,32369 -"31284",3628,34634 -"31285",3628,35235 -"31286",3628,35891 -"31287",3628,35893 -"31288",3628,39038 -"31289",3628,44778 -"31290",3628,45742 -"31291",3628,54376 -"31292",3628,55067 -"31293",3628,61388 -"31294",3628,63355 -"31295",3628,70592 -"31296",3628,70617 -"31297",3628,70618 -"31298",3628,71006 -"31299",3629,18456 -"31300",3629,23255 -"31301",3629,38156 -"31302",3629,51608 -"31303",3629,53851 -"31304",3629,56952 -"31305",3630,23822 -"31306",3630,60699 -"31307",3631,14821 -"31308",3631,15913 -"31309",3631,32948 -"31310",3631,43644 -"31311",3631,76949 -"31312",3631,77164 -"31313",3631,98912 -"31314",3631,101240 -"31315",3631,114374 -"31316",3631,114427 -"31317",3631,114434 -"31318",3632,9023 -"31319",3632,9859 -"31320",3632,10301 -"31321",3632,12034 -"31322",3632,41272 -"31323",3632,42925 -"31324",3632,56707 -"31325",3632,70082 -"31326",3632,86530 -"31327",3632,103960 -"31328",3632,114107 -"31329",3633,5142 -"31330",3633,6796 -"31331",3633,10798 -"31332",3633,10957 -"31333",3633,13962 -"31334",3633,16335 -"31335",3633,17838 -"31336",3633,22694 -"31337",3633,27222 -"31338",3633,35770 -"31339",3633,40776 -"31340",3633,41345 -"31341",3633,45066 -"31342",3633,51108 -"31343",3633,60494 -"31344",3633,65521 -"31345",3633,75514 -"31346",3633,79270 -"31347",3633,79451 -"31348",3633,96292 -"31349",3633,97227 -"31350",3633,100470 -"31351",3634,8852 -"31352",3634,9404 -"31353",3634,72296 -"31354",3635,3833 -"31355",3635,3855 -"31356",3635,4581 -"31357",3635,5686 -"31358",3635,7713 -"31359",3635,8197 -"31360",3635,8813 -"31361",3635,14731 -"31362",3635,15104 -"31363",3635,15195 -"31364",3635,15430 -"31365",3635,16381 -"31366",3635,16949 -"31367",3635,18514 -"31368",3635,22299 -"31369",3635,23938 -"31370",3635,24250 -"31371",3635,26682 -"31372",3635,29741 -"31373",3635,30876 -"31374",3635,32393 -"31375",3635,32939 -"31376",3635,33113 -"31377",3635,38494 -"31378",3635,38932 -"31379",3635,40643 -"31380",3635,42017 -"31381",3635,42107 -"31382",3635,45787 -"31383",3635,47083 -"31384",3635,49231 -"31385",3635,50061 -"31386",3635,52450 -"31387",3635,54059 -"31388",3635,55370 -"31389",3635,57804 -"31390",3635,58284 -"31391",3635,59615 -"31392",3635,59940 -"31393",3635,67363 -"31394",3635,71230 -"31395",3635,76278 -"31396",3635,76740 -"31397",3635,76786 -"31398",3635,77272 -"31399",3635,77357 -"31400",3635,77402 -"31401",3635,78248 -"31402",3635,78255 -"31403",3635,78339 -"31404",3635,78445 -"31405",3635,79022 -"31406",3635,79716 -"31407",3635,79989 -"31408",3635,80281 -"31409",3635,81728 -"31410",3635,82196 -"31411",3635,82383 -"31412",3635,82810 -"31413",3635,82854 -"31414",3635,83853 -"31415",3635,83884 -"31416",3635,84379 -"31417",3635,84613 -"31418",3635,85236 -"31419",3635,85465 -"31420",3635,85610 -"31421",3635,86351 -"31422",3635,86451 -"31423",3635,86882 -"31424",3635,87175 -"31425",3635,87451 -"31426",3635,87521 -"31427",3635,87572 -"31428",3635,87663 -"31429",3635,87721 -"31430",3635,87862 -"31431",3636,68972 -"31432",3636,70865 -"31433",3637,20966 -"31434",3637,78168 -"31435",3638,3671 -"31436",3638,32525 -"31437",3638,51966 -"31438",3638,81581 -"31439",3638,105644 -"31440",3639,10978 -"31441",3639,13113 -"31442",3639,21532 -"31443",3639,23203 -"31444",3639,23938 -"31445",3639,46485 -"31446",3639,55892 -"31447",3639,100928 -"31448",3640,3790 -"31449",3641,5287 -"31450",3641,5333 -"31451",3642,5577 -"31452",3642,7353 -"31453",3642,11589 -"31454",3642,20666 -"31455",3642,30881 -"31456",3642,46653 -"31457",3642,66369 -"31458",3642,84510 -"31459",3642,92035 -"31460",3642,93398 -"31461",3642,98985 -"31462",3642,100659 -"31463",3642,103485 -"31464",3643,11944 -"31465",3643,13205 -"31466",3643,19161 -"31467",3643,21503 -"31468",3643,39844 -"31469",3643,42127 -"31470",3643,44002 -"31471",3643,44010 -"31472",3643,44100 -"31473",3643,46348 -"31474",3643,47854 -"31475",3643,64953 -"31476",3643,66378 -"31477",3644,11303 -"31478",3644,16546 -"31479",3644,52426 -"31480",3644,62355 -"31481",3644,82774 -"31482",3644,100264 -"31483",3644,101228 -"31484",3644,110280 -"31485",3645,28069 -"31486",3645,38650 -"31487",3646,3657 -"31488",3646,6356 -"31489",3646,7301 -"31490",3646,13505 -"31491",3646,80101 -"31492",3646,115968 -"31493",3647,8134 -"31494",3647,31623 -"31495",3647,40576 -"31496",3648,18793 -"31497",3648,31726 -"31498",3648,31853 -"31499",3648,118332 -"31500",3649,4664 -"31501",3649,19208 -"31502",3649,22053 -"31503",3649,83842 -"31504",3650,31798 -"31505",3651,22837 -"31506",3651,82695 -"31507",3651,100770 -"31508",3651,100771 -"31509",3652,20435 -"31510",3653,12319 -"31511",3653,13149 -"31512",3653,14589 -"31513",3653,54018 -"31514",3653,54047 -"31515",3653,58256 -"31516",3653,58267 -"31517",3654,70948 -"31518",3654,76680 -"31519",3654,93930 -"31520",3655,15302 -"31521",3655,38112 -"31522",3655,66404 -"31523",3655,107459 -"31524",3656,3663 -"31525",3656,15983 -"31526",3656,16283 -"31527",3656,19662 -"31528",3656,22754 -"31529",3656,22945 -"31530",3656,27513 -"31531",3656,28904 -"31532",3656,31573 -"31533",3656,69625 -"31534",3656,80886 -"31535",3656,90154 -"31536",3656,91294 -"31537",3657,6633 -"31538",3657,10502 -"31539",3657,14586 -"31540",3657,14642 -"31541",3657,38642 -"31542",3657,52777 -"31543",3657,61551 -"31544",3658,13290 -"31545",3658,19562 -"31546",3658,21805 -"31547",3658,25185 -"31548",3658,34908 -"31549",3658,40927 -"31550",3658,55532 -"31551",3658,83102 -"31552",3658,99504 -"31553",3658,109540 -"31554",3659,9266 -"31555",3659,10813 -"31556",3659,11924 -"31557",3659,18674 -"31558",3659,30782 -"31559",3659,46659 -"31560",3659,47187 -"31561",3659,49311 -"31562",3659,52324 -"31563",3659,55595 -"31564",3659,63539 -"31565",3659,84654 -"31566",3659,84787 -"31567",3659,96421 -"31568",3659,96442 -"31569",3659,107957 -"31570",3659,116494 -"31571",3659,121027 -"31572",3660,21590 -"31573",3660,26052 -"31574",3660,37204 -"31575",3660,59746 -"31576",3660,69817 -"31577",3660,84253 -"31578",3660,113404 -"31579",3661,31132 -"31580",3662,5032 -"31581",3662,61278 -"31582",3662,69518 -"31583",3662,85446 -"31584",3662,112413 -"31585",3662,115528 -"31586",3662,119319 -"31587",3662,119321 -"31588",3663,16283 -"31589",3663,48441 -"31590",3664,52379 -"31591",3664,54905 -"31592",3664,54950 -"31593",3664,92482 -"31594",3664,94641 -"31595",3665,6224 -"31596",3665,10433 -"31597",3665,29712 -"31598",3665,30022 -"31599",3665,31587 -"31600",3665,37031 -"31601",3665,38091 -"31602",3665,40466 -"31603",3665,40559 -"31604",3665,41645 -"31605",3665,41739 -"31606",3665,53832 -"31607",3665,67817 -"31608",3665,74355 -"31609",3665,82423 -"31610",3665,84653 -"31611",3665,86526 -"31612",3665,88434 -"31613",3665,94572 -"31614",3666,68607 -"31615",3666,73722 -"31616",3666,93343 -"31617",3666,99746 -"31618",3667,9626 -"31619",3667,17550 -"31620",3667,18502 -"31621",3667,26361 -"31622",3667,46586 -"31623",3667,72957 -"31624",3667,99001 -"31625",3667,99070 -"31626",3667,102796 -"31627",3667,110380 -"31628",3667,117898 -"31629",3667,121331 -"31630",3667,121353 -"31631",3667,121358 -"31632",3668,5774 -"31633",3668,6669 -"31634",3668,8183 -"31635",3668,15929 -"31636",3668,19473 -"31637",3668,33635 -"31638",3668,46977 -"31639",3668,48996 -"31640",3668,50604 -"31641",3668,52125 -"31642",3668,54272 -"31643",3668,62278 -"31644",3668,75526 -"31645",3668,79964 -"31646",3668,98266 -"31647",3668,99953 -"31648",3668,108547 -"31649",3668,108579 -"31650",3668,108699 -"31651",3668,115226 -"31652",3668,117158 -"31653",3668,118446 -"31654",3668,119018 -"31655",3668,120022 -"31656",3669,7558 -"31657",3669,7652 -"31658",3669,10930 -"31659",3669,15891 -"31660",3669,35749 -"31661",3669,36630 -"31662",3669,43585 -"31663",3669,46489 -"31664",3669,54112 -"31665",3669,58321 -"31666",3669,85698 -"31667",3669,94054 -"31668",3669,118922 -"31669",3670,5032 -"31670",3670,5809 -"31671",3670,42978 -"31672",3670,85444 -"31673",3670,100735 -"31674",3672,4317 -"31675",3672,9376 -"31676",3672,10202 -"31677",3672,10453 -"31678",3672,13553 -"31679",3672,20697 -"31680",3672,21393 -"31681",3672,23825 -"31682",3672,44351 -"31683",3672,44411 -"31684",3672,59062 -"31685",3672,66270 -"31686",3672,73646 -"31687",3672,79543 -"31688",3672,86232 -"31689",3672,96296 -"31690",3672,108481 -"31691",3673,3703 -"31692",3673,38399 -"31693",3673,110302 -"31694",3674,25405 -"31695",3674,25654 -"31696",3674,29630 -"31697",3674,37008 -"31698",3674,37133 -"31699",3674,37776 -"31700",3674,40902 -"31701",3674,52216 -"31702",3674,66369 -"31703",3674,88869 -"31704",3674,89587 -"31705",3674,92618 -"31706",3674,107987 -"31707",3674,108436 -"31708",3675,8547 -"31709",3675,23947 -"31710",3675,28088 -"31711",3675,28306 -"31712",3675,31880 -"31713",3675,35235 -"31714",3675,40830 -"31715",3675,43170 -"31716",3675,68526 -"31717",3675,74555 -"31718",3675,81901 -"31719",3675,82322 -"31720",3676,21616 -"31721",3676,58840 -"31722",3677,14502 -"31723",3678,8497 -"31724",3678,15119 -"31725",3678,17576 -"31726",3678,24070 -"31727",3678,42622 -"31728",3678,61750 -"31729",3678,67939 -"31730",3678,69521 -"31731",3678,81922 -"31732",3678,82599 -"31733",3678,85062 -"31734",3678,91823 -"31735",3678,97615 -"31736",3678,108615 -"31737",3678,111711 -"31738",3678,113197 -"31739",3679,4226 -"31740",3679,34840 -"31741",3679,82203 -"31742",3680,10997 -"31743",3680,25365 -"31744",3680,29823 -"31745",3680,46313 -"31746",3680,61961 -"31747",3680,63005 -"31748",3680,65931 -"31749",3680,114041 -"31750",3681,4852 -"31751",3681,85024 -"31752",3682,4388 -"31753",3682,17889 -"31754",3682,17947 -"31755",3682,31251 -"31756",3682,52090 -"31757",3682,55161 -"31758",3682,62240 -"31759",3682,62890 -"31760",3683,10935 -"31761",3683,22106 -"31762",3683,25115 -"31763",3683,30308 -"31764",3683,43368 -"31765",3683,65973 -"31766",3683,81229 -"31767",3683,86530 -"31768",3684,6534 -"31769",3684,8620 -"31770",3684,64776 -"31771",3684,69637 -"31772",3684,108552 -"31773",3685,8610 -"31774",3685,15802 -"31775",3685,22003 -"31776",3685,33898 -"31777",3685,34658 -"31778",3685,35668 -"31779",3685,36514 -"31780",3685,38158 -"31781",3685,41091 -"31782",3685,42301 -"31783",3685,57570 -"31784",3685,64964 -"31785",3685,103837 -"31786",3686,6041 -"31787",3686,10139 -"31788",3686,38782 -"31789",3686,44615 -"31790",3686,99040 -"31791",3686,99043 -"31792",3687,63256 -"31793",3688,65763 -"31794",3688,75271 -"31795",3688,91779 -"31796",3689,15877 -"31797",3689,30231 -"31798",3689,122122 -"31799",3690,14474 -"31800",3690,49501 -"31801",3690,84897 -"31802",3690,111491 -"31803",3690,112499 -"31804",3691,13812 -"31805",3691,71335 -"31806",3691,101421 -"31807",3692,101340 -"31808",3693,3735 -"31809",3694,3709 -"31810",3694,12921 -"31811",3694,16338 -"31812",3694,46402 -"31813",3694,49717 -"31814",3694,86059 -"31815",3694,110453 -"31816",3695,3877 -"31817",3695,7109 -"31818",3695,11263 -"31819",3695,15674 -"31820",3695,20021 -"31821",3695,36780 -"31822",3695,42941 -"31823",3695,47470 -"31824",3695,53747 -"31825",3695,69239 -"31826",3695,70114 -"31827",3695,83713 -"31828",3696,37573 -"31829",3696,42801 -"31830",3697,5555 -"31831",3697,12511 -"31832",3697,33966 -"31833",3697,47934 -"31834",3697,79589 -"31835",3698,36255 -"31836",3698,58072 -"31837",3698,77064 -"31838",3699,3700 -"31839",3699,4708 -"31840",3699,4722 -"31841",3699,4763 -"31842",3699,4918 -"31843",3699,6683 -"31844",3699,6830 -"31845",3699,7994 -"31846",3699,10874 -"31847",3699,11986 -"31848",3699,12372 -"31849",3699,15184 -"31850",3699,15626 -"31851",3699,28218 -"31852",3699,31587 -"31853",3699,31588 -"31854",3699,32943 -"31855",3699,38091 -"31856",3699,39964 -"31857",3699,41645 -"31858",3699,51853 -"31859",3699,55590 -"31860",3699,67809 -"31861",3699,78696 -"31862",3700,4708 -"31863",3700,4722 -"31864",3700,4763 -"31865",3700,4918 -"31866",3700,6683 -"31867",3700,6830 -"31868",3700,23738 -"31869",3700,31799 -"31870",3700,37000 -"31871",3700,46039 -"31872",3701,3724 -"31873",3701,10022 -"31874",3701,17672 -"31875",3701,18680 -"31876",3701,19859 -"31877",3701,23955 -"31878",3701,26774 -"31879",3701,40173 -"31880",3701,41820 -"31881",3701,57648 -"31882",3701,69397 -"31883",3701,84208 -"31884",3701,85843 -"31885",3701,93198 -"31886",3701,93199 -"31887",3701,93201 -"31888",3701,93204 -"31889",3701,93211 -"31890",3702,3725 -"31891",3702,72299 -"31892",3702,72579 -"31893",3704,21434 -"31894",3704,26061 -"31895",3704,31819 -"31896",3704,31854 -"31897",3704,80108 -"31898",3705,6463 -"31899",3705,13350 -"31900",3705,13880 -"31901",3705,36753 -"31902",3705,47207 -"31903",3705,66146 -"31904",3705,87372 -"31905",3705,87383 -"31906",3705,87394 -"31907",3705,87405 -"31908",3706,3722 -"31909",3707,16664 -"31910",3707,46258 -"31911",3707,77554 -"31912",3707,80406 -"31913",3707,80407 -"31914",3708,3949 -"31915",3708,3951 -"31916",3708,4062 -"31917",3708,21919 -"31918",3708,21953 -"31919",3708,22013 -"31920",3708,22037 -"31921",3709,18715 -"31922",3709,21459 -"31923",3709,34781 -"31924",3710,15259 -"31925",3710,39194 -"31926",3710,41691 -"31927",3710,49428 -"31928",3711,87861 -"31929",3712,5790 -"31930",3712,25291 -"31931",3712,28629 -"31932",3712,34193 -"31933",3712,74883 -"31934",3712,113344 -"31935",3713,4153 -"31936",3713,22166 -"31937",3713,54176 -"31938",3714,3798 -"31939",3714,3824 -"31940",3714,74840 -"31941",3714,101983 -"31942",3714,107674 -"31943",3714,107675 -"31944",3714,107679 -"31945",3715,3827 -"31946",3715,5154 -"31947",3715,7557 -"31948",3715,20355 -"31949",3715,33927 -"31950",3715,58507 -"31951",3715,59180 -"31952",3715,64806 -"31953",3715,80879 -"31954",3715,97937 -"31955",3715,118748 -"31956",3716,8613 -"31957",3716,8892 -"31958",3716,9518 -"31959",3716,10304 -"31960",3716,12635 -"31961",3716,30981 -"31962",3716,36147 -"31963",3716,36194 -"31964",3716,36224 -"31965",3716,43112 -"31966",3716,46470 -"31967",3716,53063 -"31968",3716,70681 -"31969",3716,88977 -"31970",3716,107718 -"31971",3717,53409 -"31972",3718,25423 -"31973",3718,74006 -"31974",3718,84088 -"31975",3718,99542 -"31976",3719,19378 -"31977",3719,40220 -"31978",3720,10757 -"31979",3720,10787 -"31980",3720,25117 -"31981",3720,45442 -"31982",3720,94416 -"31983",3720,99442 -"31984",3720,102973 -"31985",3721,50590 -"31986",3722,4686 -"31987",3722,41131 -"31988",3722,86437 -"31989",3722,88431 -"31990",3722,103396 -"31991",3722,118244 -"31992",3723,8593 -"31993",3723,13792 -"31994",3723,17966 -"31995",3723,20801 -"31996",3723,34387 -"31997",3723,72009 -"31998",3723,78884 -"31999",3723,109076 -"32000",3726,19380 -"32001",3726,23772 -"32002",3726,26368 -"32003",3726,37214 -"32004",3726,43267 -"32005",3726,45630 -"32006",3726,95614 -"32007",3726,96385 -"32008",3727,6681 -"32009",3728,23469 -"32010",3728,24223 -"32011",3728,29512 -"32012",3728,31668 -"32013",3728,41585 -"32014",3728,42158 -"32015",3728,49359 -"32016",3728,63502 -"32017",3728,65058 -"32018",3728,71560 -"32019",3729,21563 -"32020",3729,21564 -"32021",3729,21625 -"32022",3729,22514 -"32023",3729,22516 -"32024",3729,32302 -"32025",3729,33034 -"32026",3729,78372 -"32027",3729,96019 -"32028",3729,97720 -"32029",3730,12782 -"32030",3731,16271 -"32031",3731,27154 -"32032",3731,51218 -"32033",3731,75324 -"32034",3731,80535 -"32035",3732,9003 -"32036",3732,44293 -"32037",3733,69927 -"32038",3733,90844 -"32039",3734,7145 -"32040",3734,41318 -"32041",3734,45484 -"32042",3734,49430 -"32043",3734,110530 -"32044",3735,8360 -"32045",3735,12118 -"32046",3735,35285 -"32047",3735,77138 -"32048",3735,93909 -"32049",3736,4660 -"32050",3736,9457 -"32051",3736,11062 -"32052",3736,25694 -"32053",3736,37859 -"32054",3736,38050 -"32055",3736,39269 -"32056",3736,44877 -"32057",3736,45749 -"32058",3736,58061 -"32059",3736,59218 -"32060",3736,63757 -"32061",3736,67068 -"32062",3736,82341 -"32063",3736,87194 -"32064",3736,92269 -"32065",3736,92297 -"32066",3736,93219 -"32067",3737,3878 -"32068",3737,9432 -"32069",3737,80429 -"32070",3737,94783 -"32071",3737,110119 -"32072",3738,5014 -"32073",3738,19807 -"32074",3739,3989 -"32075",3739,4064 -"32076",3739,7902 -"32077",3739,9998 -"32078",3739,10032 -"32079",3739,10204 -"32080",3740,11063 -"32081",3740,11471 -"32082",3740,73615 -"32083",3741,10973 -"32084",3742,4614 -"32085",3742,5860 -"32086",3743,7239 -"32087",3743,14022 -"32088",3743,17577 -"32089",3743,19058 -"32090",3743,37732 -"32091",3744,3763 -"32092",3744,4211 -"32093",3744,10357 -"32094",3744,20615 -"32095",3744,28719 -"32096",3744,33015 -"32097",3744,33735 -"32098",3744,56983 -"32099",3744,82023 -"32100",3744,94493 -"32101",3744,113847 -"32102",3745,10981 -"32103",3745,94581 -"32104",3746,3772 -"32105",3746,26808 -"32106",3747,7156 -"32107",3747,11473 -"32108",3747,17314 -"32109",3747,17706 -"32110",3747,17781 -"32111",3747,19798 -"32112",3747,21305 -"32113",3747,21707 -"32114",3747,22597 -"32115",3747,22668 -"32116",3747,22669 -"32117",3747,22683 -"32118",3747,22684 -"32119",3747,25505 -"32120",3747,32602 -"32121",3747,34936 -"32122",3747,50628 -"32123",3747,58759 -"32124",3747,59748 -"32125",3747,60223 -"32126",3747,66331 -"32127",3747,66729 -"32128",3747,74753 -"32129",3747,74844 -"32130",3747,90783 -"32131",3747,92033 -"32132",3747,92680 -"32133",3747,106339 -"32134",3747,108816 -"32135",3747,122193 -"32136",3748,15974 -"32137",3748,31476 -"32138",3748,39611 -"32139",3748,42436 -"32140",3748,53036 -"32141",3748,55288 -"32142",3748,55320 -"32143",3748,55791 -"32144",3748,67120 -"32145",3748,67157 -"32146",3748,111344 -"32147",3749,4496 -"32148",3749,4610 -"32149",3749,8587 -"32150",3749,22634 -"32151",3749,22677 -"32152",3749,61714 -"32153",3749,61952 -"32154",3749,73428 -"32155",3750,9959 -"32156",3750,30552 -"32157",3750,41272 -"32158",3750,48403 -"32159",3750,62450 -"32160",3750,67779 -"32161",3750,75969 -"32162",3750,80868 -"32163",3750,88230 -"32164",3750,89827 -"32165",3750,91824 -"32166",3750,100336 -"32167",3750,100621 -"32168",3750,103996 -"32169",3751,4161 -"32170",3751,4192 -"32171",3751,4405 -"32172",3751,7675 -"32173",3751,58352 -"32174",3751,75368 -"32175",3751,108952 -"32176",3752,4209 -"32177",3752,19745 -"32178",3752,72906 -"32179",3753,4232 -"32180",3753,9683 -"32181",3753,15844 -"32182",3753,16575 -"32183",3753,17521 -"32184",3753,20584 -"32185",3753,20621 -"32186",3753,20633 -"32187",3753,20780 -"32188",3753,21706 -"32189",3753,21788 -"32190",3753,21791 -"32191",3753,22451 -"32192",3753,22466 -"32193",3753,26210 -"32194",3753,34969 -"32195",3753,42574 -"32196",3753,54695 -"32197",3753,57979 -"32198",3753,58427 -"32199",3753,67488 -"32200",3753,76592 -"32201",3753,82693 -"32202",3753,90190 -"32203",3753,93125 -"32204",3753,95718 -"32205",3753,99274 -"32206",3753,103056 -"32207",3754,11457 -"32208",3754,12948 -"32209",3754,17167 -"32210",3754,20622 -"32211",3754,20934 -"32212",3754,29422 -"32213",3754,29434 -"32214",3754,40304 -"32215",3755,8777 -"32216",3755,8905 -"32217",3755,23277 -"32218",3755,28212 -"32219",3755,32978 -"32220",3755,36400 -"32221",3755,41091 -"32222",3755,52198 -"32223",3755,54373 -"32224",3755,62375 -"32225",3755,65275 -"32226",3755,65277 -"32227",3755,65286 -"32228",3755,65288 -"32229",3755,66681 -"32230",3755,107385 -"32231",3755,107398 -"32232",3756,7374 -"32233",3756,41466 -"32234",3757,24524 -"32235",3758,9295 -"32236",3758,13531 -"32237",3758,19314 -"32238",3758,21294 -"32239",3758,21325 -"32240",3758,59164 -"32241",3758,85525 -"32242",3758,91210 -"32243",3758,93184 -"32244",3759,3806 -"32245",3759,3817 -"32246",3759,38494 -"32247",3759,64546 -"32248",3759,66741 -"32249",3760,7723 -"32250",3760,18424 -"32251",3760,28812 -"32252",3760,82402 -"32253",3761,4148 -"32254",3761,4223 -"32255",3761,4353 -"32256",3761,7156 -"32257",3761,26642 -"32258",3762,4198 -"32259",3762,8354 -"32260",3763,4211 -"32261",3764,7836 -"32262",3764,14501 -"32263",3764,69567 -"32264",3764,76377 -"32265",3764,79500 -"32266",3764,84117 -"32267",3765,25153 -"32268",3765,48748 -"32269",3765,79382 -"32270",3765,79587 -"32271",3765,80268 -"32272",3766,32103 -"32273",3767,21080 -"32274",3767,29351 -"32275",3767,54714 -"32276",3767,64508 -"32277",3768,4162 -"32278",3769,9134 -"32279",3769,13034 -"32280",3769,13370 -"32281",3769,19542 -"32282",3769,20664 -"32283",3769,20680 -"32284",3769,23560 -"32285",3769,24225 -"32286",3769,26417 -"32287",3769,29416 -"32288",3769,30066 -"32289",3769,30569 -"32290",3769,32222 -"32291",3769,36051 -"32292",3769,42773 -"32293",3769,49250 -"32294",3769,71307 -"32295",3769,76611 -"32296",3769,78277 -"32297",3769,79699 -"32298",3769,81888 -"32299",3769,107436 -"32300",3770,3789 -"32301",3770,3945 -"32302",3770,14915 -"32303",3770,39546 -"32304",3770,46261 -"32305",3770,47984 -"32306",3771,5723 -"32307",3771,20792 -"32308",3771,30584 -"32309",3771,45112 -"32310",3771,46554 -"32311",3771,55875 -"32312",3771,91500 -"32313",3771,102010 -"32314",3771,102035 -"32315",3771,112915 -"32316",3771,119992 -"32317",3772,27494 -"32318",3773,4215 -"32319",3773,7341 -"32320",3773,11173 -"32321",3773,19614 -"32322",3773,20544 -"32323",3773,30089 -"32324",3773,30526 -"32325",3773,39009 -"32326",3773,82963 -"32327",3773,82970 -"32328",3773,84381 -"32329",3773,84407 -"32330",3774,4555 -"32331",3774,7475 -"32332",3774,9191 -"32333",3774,20656 -"32334",3775,12332 -"32335",3775,16849 -"32336",3775,50872 -"32337",3775,69015 -"32338",3775,95146 -"32339",3775,120175 -"32340",3776,4951 -"32341",3776,28287 -"32342",3776,28342 -"32343",3776,54847 -"32344",3777,4348 -"32345",3777,8145 -"32346",3777,10267 -"32347",3777,25630 -"32348",3777,53183 -"32349",3777,87284 -"32350",3777,91305 -"32351",3777,98542 -"32352",3777,115763 -"32353",3777,122497 -"32354",3778,20706 -"32355",3778,30167 -"32356",3778,39818 -"32357",3778,49131 -"32358",3778,49295 -"32359",3778,82039 -"32360",3778,105959 -"32361",3778,105981 -"32362",3779,3811 -"32363",3779,6744 -"32364",3779,25199 -"32365",3779,40650 -"32366",3780,4097 -"32367",3780,5406 -"32368",3780,6337 -"32369",3780,8395 -"32370",3780,9306 -"32371",3780,9623 -"32372",3780,9785 -"32373",3780,33522 -"32374",3780,37237 -"32375",3780,41349 -"32376",3780,41436 -"32377",3780,43363 -"32378",3780,54247 -"32379",3780,55564 -"32380",3780,118559 -"32381",3781,8010 -"32382",3781,14007 -"32383",3781,37250 -"32384",3781,39295 -"32385",3781,55847 -"32386",3781,75008 -"32387",3782,4667 -"32388",3782,17560 -"32389",3782,22900 -"32390",3782,23003 -"32391",3782,24338 -"32392",3782,31129 -"32393",3782,42019 -"32394",3782,74946 -"32395",3782,77441 -"32396",3782,77940 -"32397",3782,80663 -"32398",3782,95605 -"32399",3782,105688 -"32400",3782,108239 -"32401",3783,4009 -"32402",3784,3785 -"32403",3784,3801 -"32404",3784,3837 -"32405",3784,9867 -"32406",3784,24736 -"32407",3784,43154 -"32408",3784,76779 -"32409",3784,97802 -"32410",3785,3801 -"32411",3785,3837 -"32412",3785,10667 -"32413",3785,12442 -"32414",3785,15731 -"32415",3785,24736 -"32416",3785,28373 -"32417",3785,35631 -"32418",3785,46455 -"32419",3785,49516 -"32420",3785,53312 -"32421",3785,54400 -"32422",3785,58789 -"32423",3785,59667 -"32424",3785,89906 -"32425",3785,101156 -"32426",3785,107544 -"32427",3785,119065 -"32428",3785,120375 -"32429",3785,120455 -"32430",3785,120456 -"32431",3786,6691 -"32432",3786,8136 -"32433",3786,13818 -"32434",3786,14732 -"32435",3786,14876 -"32436",3786,14878 -"32437",3786,14923 -"32438",3786,17194 -"32439",3786,17352 -"32440",3786,17792 -"32441",3786,20517 -"32442",3786,26567 -"32443",3786,32864 -"32444",3787,9558 -"32445",3787,11699 -"32446",3787,13485 -"32447",3788,7695 -"32448",3788,13781 -"32449",3788,16854 -"32450",3788,17770 -"32451",3788,18543 -"32452",3788,24479 -"32453",3788,25152 -"32454",3788,25767 -"32455",3788,26992 -"32456",3788,29037 -"32457",3788,37875 -"32458",3788,38217 -"32459",3788,42682 -"32460",3788,46586 -"32461",3788,50604 -"32462",3788,51666 -"32463",3788,57270 -"32464",3788,58645 -"32465",3788,60307 -"32466",3788,60928 -"32467",3788,61552 -"32468",3788,61648 -"32469",3788,61689 -"32470",3788,61690 -"32471",3788,61708 -"32472",3788,65137 -"32473",3788,65400 -"32474",3788,80041 -"32475",3788,87914 -"32476",3788,89742 -"32477",3788,91770 -"32478",3788,97445 -"32479",3788,97485 -"32480",3788,99162 -"32481",3788,99575 -"32482",3788,101067 -"32483",3788,104662 -"32484",3788,105019 -"32485",3788,105207 -"32486",3788,107050 -"32487",3788,110380 -"32488",3788,110488 -"32489",3788,110719 -"32490",3788,111019 -"32491",3788,120879 -"32492",3788,120961 -"32493",3788,121290 -"32494",3788,121294 -"32495",3789,3945 -"32496",3789,7243 -"32497",3789,22204 -"32498",3789,45783 -"32499",3789,73211 -"32500",3789,86713 -"32501",3790,6546 -"32502",3790,8060 -"32503",3790,41748 -"32504",3790,74373 -"32505",3790,98348 -"32506",3791,7491 -"32507",3791,21819 -"32508",3791,30521 -"32509",3791,42881 -"32510",3791,45710 -"32511",3791,47776 -"32512",3791,51748 -"32513",3791,51789 -"32514",3791,103085 -"32515",3792,87479 -"32516",3792,109728 -"32517",3792,112680 -"32518",3792,112682 -"32519",3792,112693 -"32520",3792,112694 -"32521",3793,22948 -"32522",3794,4926 -"32523",3794,10531 -"32524",3794,17960 -"32525",3794,26460 -"32526",3794,31664 -"32527",3794,31772 -"32528",3794,32243 -"32529",3794,34472 -"32530",3794,40677 -"32531",3794,54734 -"32532",3794,62637 -"32533",3794,70958 -"32534",3794,79412 -"32535",3794,91309 -"32536",3794,100567 -"32537",3794,112749 -"32538",3795,59215 -"32539",3796,61757 -"32540",3796,100463 -"32541",3797,11663 -"32542",3797,31268 -"32543",3797,34662 -"32544",3797,78951 -"32545",3797,79061 -"32546",3798,3824 -"32547",3798,7343 -"32548",3798,12452 -"32549",3798,12769 -"32550",3798,13021 -"32551",3798,13025 -"32552",3798,13073 -"32553",3798,13267 -"32554",3798,15343 -"32555",3798,15693 -"32556",3798,15888 -"32557",3798,17021 -"32558",3798,17968 -"32559",3798,23404 -"32560",3798,23594 -"32561",3798,27047 -"32562",3798,29676 -"32563",3798,29834 -"32564",3798,29845 -"32565",3798,29882 -"32566",3798,29894 -"32567",3798,30007 -"32568",3798,36262 -"32569",3798,74840 -"32570",3798,80023 -"32571",3799,51548 -"32572",3799,72391 -"32573",3799,78529 -"32574",3799,80188 -"32575",3799,80340 -"32576",3799,80366 -"32577",3800,23946 -"32578",3800,30731 -"32579",3800,44864 -"32580",3800,65225 -"32581",3801,3837 -"32582",3801,4690 -"32583",3801,8384 -"32584",3801,10513 -"32585",3801,12724 -"32586",3801,19182 -"32587",3801,21506 -"32588",3801,22653 -"32589",3801,22946 -"32590",3801,24736 -"32591",3801,24938 -"32592",3801,34303 -"32593",3801,63075 -"32594",3801,78089 -"32595",3802,4184 -"32596",3802,16818 -"32597",3802,19214 -"32598",3802,20176 -"32599",3802,23837 -"32600",3802,24636 -"32601",3802,24637 -"32602",3802,25028 -"32603",3802,25905 -"32604",3802,31854 -"32605",3802,44944 -"32606",3802,56303 -"32607",3802,56719 -"32608",3802,57488 -"32609",3802,64524 -"32610",3802,86255 -"32611",3802,86359 -"32612",3802,89010 -"32613",3802,93983 -"32614",3802,109391 -"32615",3802,115727 -"32616",3803,95037 -"32617",3804,11507 -"32618",3804,21138 -"32619",3804,74731 -"32620",3804,74894 -"32621",3804,91249 -"32622",3804,101955 -"32623",3805,6201 -"32624",3805,9519 -"32625",3805,16007 -"32626",3805,17528 -"32627",3805,20059 -"32628",3805,59636 -"32629",3805,72427 -"32630",3805,105532 -"32631",3806,3817 -"32632",3806,16601 -"32633",3806,16629 -"32634",3806,17110 -"32635",3807,10299 -"32636",3807,53672 -"32637",3807,73496 -"32638",3807,94189 -"32639",3808,11260 -"32640",3808,19288 -"32641",3808,72573 -"32642",3808,76008 -"32643",3808,86158 -"32644",3808,107970 -"32645",3809,18782 -"32646",3809,54222 -"32647",3810,3843 -"32648",3810,7275 -"32649",3810,11858 -"32650",3810,13034 -"32651",3810,30427 -"32652",3810,42773 -"32653",3810,61667 -"32654",3810,73990 -"32655",3810,82312 -"32656",3810,85155 -"32657",3810,90070 -"32658",3810,103376 -"32659",3812,21095 -"32660",3812,119138 -"32661",3813,13003 -"32662",3813,30090 -"32663",3813,36611 -"32664",3814,19872 -"32665",3814,56745 -"32666",3814,56782 -"32667",3815,4672 -"32668",3815,8704 -"32669",3815,10379 -"32670",3815,15365 -"32671",3815,22786 -"32672",3815,38496 -"32673",3815,41186 -"32674",3815,50072 -"32675",3815,52217 -"32676",3815,79068 -"32677",3815,85560 -"32678",3815,98578 -"32679",3815,102426 -"32680",3816,17242 -"32681",3816,27534 -"32682",3816,52362 -"32683",3818,32571 -"32684",3819,5289 -"32685",3819,8906 -"32686",3819,17751 -"32687",3819,59807 -"32688",3819,68974 -"32689",3819,114059 -"32690",3820,16895 -"32691",3820,21606 -"32692",3820,32952 -"32693",3820,82849 -"32694",3821,57456 -"32695",3821,68327 -"32696",3822,13908 -"32697",3822,41230 -"32698",3822,47729 -"32699",3822,83341 -"32700",3822,122798 -"32701",3823,39026 -"32702",3823,65092 -"32703",3823,109866 -"32704",3824,9919 -"32705",3824,13021 -"32706",3824,13025 -"32707",3824,17021 -"32708",3824,17968 -"32709",3824,20074 -"32710",3824,23404 -"32711",3824,29845 -"32712",3824,36262 -"32713",3824,43607 -"32714",3824,65994 -"32715",3824,80023 -"32716",3824,84187 -"32717",3824,101748 -"32718",3824,105025 -"32719",3824,115064 -"32720",3824,119842 -"32721",3825,42690 -"32722",3825,82648 -"32723",3826,10037 -"32724",3826,13325 -"32725",3826,26807 -"32726",3826,88791 -"32727",3826,88803 -"32728",3827,5154 -"32729",3827,5698 -"32730",3827,7557 -"32731",3827,8041 -"32732",3827,10805 -"32733",3827,11976 -"32734",3827,16380 -"32735",3827,17451 -"32736",3827,20355 -"32737",3827,20424 -"32738",3827,21951 -"32739",3827,23576 -"32740",3827,32648 -"32741",3827,33927 -"32742",3827,36574 -"32743",3827,37992 -"32744",3827,38467 -"32745",3827,46932 -"32746",3827,78700 -"32747",3827,88336 -"32748",3827,90227 -"32749",3827,94644 -"32750",3828,94276 -"32751",3829,50026 -"32752",3829,54552 -"32753",3829,60632 -"32754",3829,106419 -"32755",3830,5427 -"32756",3830,5457 -"32757",3830,5462 -"32758",3830,5504 -"32759",3830,7363 -"32760",3830,7605 -"32761",3830,7755 -"32762",3830,8611 -"32763",3830,22006 -"32764",3830,22749 -"32765",3830,22803 -"32766",3830,28333 -"32767",3830,30324 -"32768",3830,33337 -"32769",3830,37682 -"32770",3830,38278 -"32771",3830,41278 -"32772",3830,54234 -"32773",3830,57950 -"32774",3830,70879 -"32775",3830,78115 -"32776",3830,90837 -"32777",3830,94440 -"32778",3831,4908 -"32779",3831,25965 -"32780",3831,28130 -"32781",3831,44830 -"32782",3831,56462 -"32783",3831,81094 -"32784",3831,94488 -"32785",3831,121797 -"32786",3832,4621 -"32787",3832,4658 -"32788",3832,4929 -"32789",3832,5284 -"32790",3832,6301 -"32791",3832,7298 -"32792",3832,8842 -"32793",3832,9331 -"32794",3832,9423 -"32795",3832,12081 -"32796",3832,17351 -"32797",3832,17549 -"32798",3832,17632 -"32799",3832,18450 -"32800",3832,18670 -"32801",3832,19607 -"32802",3832,20384 -"32803",3832,20417 -"32804",3832,20528 -"32805",3832,20529 -"32806",3832,20616 -"32807",3832,20722 -"32808",3832,20830 -"32809",3832,34411 -"32810",3832,39240 -"32811",3832,40860 -"32812",3832,44688 -"32813",3832,49470 -"32814",3832,58084 -"32815",3832,80492 -"32816",3832,80979 -"32817",3832,81490 -"32818",3833,3855 -"32819",3833,4216 -"32820",3833,4581 -"32821",3833,5686 -"32822",3833,7713 -"32823",3833,8181 -"32824",3833,8197 -"32825",3833,15104 -"32826",3833,15195 -"32827",3833,15430 -"32828",3833,16381 -"32829",3833,16949 -"32830",3833,18514 -"32831",3833,22299 -"32832",3833,22791 -"32833",3833,23938 -"32834",3833,24250 -"32835",3833,26682 -"32836",3833,29450 -"32837",3833,29741 -"32838",3833,30876 -"32839",3833,32393 -"32840",3833,32939 -"32841",3833,33113 -"32842",3833,34509 -"32843",3833,38494 -"32844",3833,38932 -"32845",3833,40643 -"32846",3833,42017 -"32847",3833,42107 -"32848",3833,45787 -"32849",3833,47083 -"32850",3833,49231 -"32851",3833,50061 -"32852",3833,52450 -"32853",3833,54059 -"32854",3833,55370 -"32855",3833,57804 -"32856",3833,59615 -"32857",3833,59940 -"32858",3833,65649 -"32859",3833,67363 -"32860",3833,71230 -"32861",3833,76278 -"32862",3833,76740 -"32863",3833,76786 -"32864",3833,77272 -"32865",3833,77357 -"32866",3833,77402 -"32867",3833,78248 -"32868",3833,78255 -"32869",3833,78339 -"32870",3833,78445 -"32871",3833,79022 -"32872",3833,79716 -"32873",3833,79989 -"32874",3833,80281 -"32875",3833,81728 -"32876",3833,82196 -"32877",3833,82383 -"32878",3833,82810 -"32879",3833,82854 -"32880",3833,83853 -"32881",3833,83884 -"32882",3833,84379 -"32883",3833,84613 -"32884",3833,85465 -"32885",3833,85610 -"32886",3833,86351 -"32887",3833,86451 -"32888",3833,86882 -"32889",3833,87175 -"32890",3833,87451 -"32891",3833,87521 -"32892",3833,87572 -"32893",3833,87663 -"32894",3833,87721 -"32895",3833,87862 -"32896",3833,93753 -"32897",3833,97276 -"32898",3833,106610 -"32899",3834,5402 -"32900",3834,5924 -"32901",3834,9136 -"32902",3834,9293 -"32903",3834,11517 -"32904",3834,12221 -"32905",3834,12460 -"32906",3834,21954 -"32907",3834,29095 -"32908",3834,33382 -"32909",3834,36569 -"32910",3834,62538 -"32911",3834,88863 -"32912",3834,92570 -"32913",3835,5098 -"32914",3835,5113 -"32915",3835,6961 -"32916",3835,9704 -"32917",3835,10265 -"32918",3835,15548 -"32919",3835,26983 -"32920",3836,4177 -"32921",3836,23625 -"32922",3837,24736 -"32923",3838,3839 -"32924",3838,18015 -"32925",3838,55451 -"32926",3840,7804 -"32927",3840,14295 -"32928",3840,15265 -"32929",3840,33416 -"32930",3840,33490 -"32931",3840,33790 -"32932",3840,54166 -"32933",3840,103945 -"32934",3840,104610 -"32935",3841,3880 -"32936",3841,12841 -"32937",3841,53478 -"32938",3841,53990 -"32939",3841,104169 -"32940",3841,105491 -"32941",3842,62303 -"32942",3843,7254 -"32943",3843,11858 -"32944",3843,18718 -"32945",3843,20704 -"32946",3843,40059 -"32947",3843,50234 -"32948",3843,61667 -"32949",3843,115511 -"32950",3843,120684 -"32951",3844,4303 -"32952",3844,4548 -"32953",3844,7203 -"32954",3844,11910 -"32955",3844,15497 -"32956",3844,35270 -"32957",3844,39053 -"32958",3844,42228 -"32959",3844,42335 -"32960",3845,16803 -"32961",3845,37498 -"32962",3845,51907 -"32963",3845,56728 -"32964",3845,82839 -"32965",3845,88600 -"32966",3845,99082 -"32967",3846,4418 -"32968",3846,11605 -"32969",3846,11646 -"32970",3846,11947 -"32971",3846,23482 -"32972",3846,30149 -"32973",3846,33037 -"32974",3846,40511 -"32975",3847,5130 -"32976",3847,5411 -"32977",3847,5412 -"32978",3847,6996 -"32979",3847,30057 -"32980",3847,30650 -"32981",3847,40716 -"32982",3847,43499 -"32983",3847,49392 -"32984",3847,53293 -"32985",3847,57549 -"32986",3847,58487 -"32987",3848,63715 -"32988",3849,16147 -"32989",3849,34529 -"32990",3849,58031 -"32991",3849,95996 -"32992",3849,105928 -"32993",3849,106150 -"32994",3850,4876 -"32995",3850,88886 -"32996",3850,98372 -"32997",3852,29207 -"32998",3853,4708 -"32999",3853,4709 -"33000",3853,4918 -"33001",3853,6830 -"33002",3853,8334 -"33003",3853,10017 -"33004",3853,32516 -"33005",3853,46039 -"33006",3853,49524 -"33007",3853,70859 -"33008",3853,71514 -"33009",3853,98860 -"33010",3854,4540 -"33011",3854,5008 -"33012",3855,4581 -"33013",3855,4621 -"33014",3855,5686 -"33015",3855,7713 -"33016",3855,8197 -"33017",3855,9423 -"33018",3855,15104 -"33019",3855,15195 -"33020",3855,15430 -"33021",3855,16381 -"33022",3855,16949 -"33023",3855,18514 -"33024",3855,20676 -"33025",3855,22299 -"33026",3855,23938 -"33027",3855,24250 -"33028",3855,26682 -"33029",3855,29741 -"33030",3855,30092 -"33031",3855,30876 -"33032",3855,32393 -"33033",3855,32939 -"33034",3855,33113 -"33035",3855,38494 -"33036",3855,38932 -"33037",3855,40643 -"33038",3855,42017 -"33039",3855,42107 -"33040",3855,45787 -"33041",3855,46023 -"33042",3855,47083 -"33043",3855,49231 -"33044",3855,50061 -"33045",3855,52450 -"33046",3855,54059 -"33047",3855,55370 -"33048",3855,57804 -"33049",3855,59615 -"33050",3855,59940 -"33051",3855,65628 -"33052",3855,67363 -"33053",3855,71230 -"33054",3855,76278 -"33055",3855,76740 -"33056",3855,76786 -"33057",3855,77272 -"33058",3855,77357 -"33059",3855,77402 -"33060",3855,78248 -"33061",3855,78255 -"33062",3855,78339 -"33063",3855,78445 -"33064",3855,79022 -"33065",3855,79716 -"33066",3855,79989 -"33067",3855,80281 -"33068",3855,81728 -"33069",3855,82196 -"33070",3855,82383 -"33071",3855,82810 -"33072",3855,82854 -"33073",3855,83853 -"33074",3855,83884 -"33075",3855,84379 -"33076",3855,84613 -"33077",3855,85465 -"33078",3855,85610 -"33079",3855,86351 -"33080",3855,86451 -"33081",3855,86882 -"33082",3855,87175 -"33083",3855,87451 -"33084",3855,87521 -"33085",3855,87572 -"33086",3855,87663 -"33087",3855,87721 -"33088",3855,87862 -"33089",3856,6597 -"33090",3856,12133 -"33091",3856,15825 -"33092",3856,47499 -"33093",3856,85811 -"33094",3856,86631 -"33095",3856,99048 -"33096",3856,119724 -"33097",3857,5026 -"33098",3857,5114 -"33099",3857,5137 -"33100",3858,12329 -"33101",3858,12395 -"33102",3858,34178 -"33103",3858,40595 -"33104",3858,52972 -"33105",3858,88384 -"33106",3859,26229 -"33107",3859,31667 -"33108",3860,3868 -"33109",3860,4968 -"33110",3860,8123 -"33111",3860,8869 -"33112",3860,13386 -"33113",3860,13938 -"33114",3860,13942 -"33115",3860,15023 -"33116",3860,15490 -"33117",3860,19349 -"33118",3860,20547 -"33119",3860,20623 -"33120",3860,21028 -"33121",3860,21804 -"33122",3860,23116 -"33123",3860,25876 -"33124",3860,25877 -"33125",3860,26099 -"33126",3860,28366 -"33127",3860,30902 -"33128",3860,32488 -"33129",3860,32697 -"33130",3860,32916 -"33131",3860,34247 -"33132",3860,35088 -"33133",3860,49547 -"33134",3860,51843 -"33135",3860,52372 -"33136",3860,53756 -"33137",3860,54385 -"33138",3860,63821 -"33139",3860,77056 -"33140",3860,79000 -"33141",3860,80025 -"33142",3860,84808 -"33143",3860,84828 -"33144",3860,101259 -"33145",3861,5713 -"33146",3861,6280 -"33147",3861,7868 -"33148",3861,9186 -"33149",3861,10313 -"33150",3861,13302 -"33151",3861,17933 -"33152",3861,25165 -"33153",3861,28776 -"33154",3861,46578 -"33155",3861,47078 -"33156",3861,61105 -"33157",3861,61400 -"33158",3861,62277 -"33159",3861,76572 -"33160",3861,86284 -"33161",3861,92835 -"33162",3861,92860 -"33163",3861,94300 -"33164",3861,96634 -"33165",3861,104987 -"33166",3862,3899 -"33167",3862,12204 -"33168",3862,17836 -"33169",3862,123152 -"33170",3863,4040 -"33171",3863,14676 -"33172",3863,20349 -"33173",3863,27726 -"33174",3863,28353 -"33175",3863,35561 -"33176",3863,36360 -"33177",3863,45152 -"33178",3863,54278 -"33179",3863,58423 -"33180",3863,76108 -"33181",3863,76449 -"33182",3863,88674 -"33183",3863,88716 -"33184",3863,90663 -"33185",3863,91900 -"33186",3863,92123 -"33187",3863,93408 -"33188",3863,99022 -"33189",3863,100144 -"33190",3863,100496 -"33191",3863,100523 -"33192",3863,102455 -"33193",3863,102474 -"33194",3863,110557 -"33195",3863,118083 -"33196",3864,90487 -"33197",3865,10685 -"33198",3865,18330 -"33199",3865,25278 -"33200",3865,39547 -"33201",3866,22790 -"33202",3866,43636 -"33203",3866,74561 -"33204",3866,89176 -"33205",3867,16080 -"33206",3867,22740 -"33207",3867,36124 -"33208",3867,46415 -"33209",3867,97565 -"33210",3867,120953 -"33211",3867,120963 -"33212",3868,13147 -"33213",3868,25709 -"33214",3868,48488 -"33215",3868,51702 -"33216",3868,63104 -"33217",3868,79892 -"33218",3868,106737 -"33219",3868,106755 -"33220",3869,47849 -"33221",3869,54155 -"33222",3870,4103 -"33223",3870,11080 -"33224",3870,16345 -"33225",3870,17081 -"33226",3870,55502 -"33227",3870,84153 -"33228",3870,95152 -"33229",3870,104278 -"33230",3870,108505 -"33231",3871,25096 -"33232",3871,30085 -"33233",3871,31442 -"33234",3871,49896 -"33235",3871,92181 -"33236",3871,93679 -"33237",3871,101550 -"33238",3872,4329 -"33239",3872,8945 -"33240",3872,9046 -"33241",3872,10688 -"33242",3872,10788 -"33243",3872,14448 -"33244",3872,15099 -"33245",3872,16669 -"33246",3872,19805 -"33247",3872,21098 -"33248",3872,21918 -"33249",3872,24939 -"33250",3872,25639 -"33251",3872,26432 -"33252",3872,26943 -"33253",3872,28499 -"33254",3872,30866 -"33255",3872,31700 -"33256",3872,32361 -"33257",3872,33275 -"33258",3872,33883 -"33259",3872,36286 -"33260",3872,36767 -"33261",3872,37937 -"33262",3872,40419 -"33263",3872,42608 -"33264",3872,44180 -"33265",3872,45818 -"33266",3872,51476 -"33267",3872,51892 -"33268",3872,53755 -"33269",3872,54168 -"33270",3872,57210 -"33271",3872,58482 -"33272",3872,59172 -"33273",3872,59816 -"33274",3872,61874 -"33275",3872,63274 -"33276",3872,66322 -"33277",3872,67327 -"33278",3872,70854 -"33279",3872,71683 -"33280",3872,72568 -"33281",3872,72628 -"33282",3872,73767 -"33283",3872,78532 -"33284",3872,81609 -"33285",3872,85885 -"33286",3872,91255 -"33287",3872,92247 -"33288",3872,92352 -"33289",3872,92362 -"33290",3872,92929 -"33291",3872,93719 -"33292",3872,94906 -"33293",3872,94946 -"33294",3872,95889 -"33295",3872,96093 -"33296",3872,97988 -"33297",3872,99309 -"33298",3872,99376 -"33299",3872,99450 -"33300",3872,99471 -"33301",3872,99474 -"33302",3872,100916 -"33303",3872,100944 -"33304",3872,101126 -"33305",3872,101329 -"33306",3872,105557 -"33307",3872,107199 -"33308",3872,108743 -"33309",3872,108980 -"33310",3872,109291 -"33311",3872,109933 -"33312",3872,110483 -"33313",3872,110567 -"33314",3872,110572 -"33315",3872,110630 -"33316",3872,110648 -"33317",3872,110711 -"33318",3872,110770 -"33319",3872,110869 -"33320",3872,110911 -"33321",3872,111285 -"33322",3872,111314 -"33323",3872,111362 -"33324",3872,111372 -"33325",3872,111424 -"33326",3872,111433 -"33327",3872,112422 -"33328",3872,113269 -"33329",3872,113430 -"33330",3872,114242 -"33331",3872,114842 -"33332",3872,115427 -"33333",3872,115521 -"33334",3872,115711 -"33335",3873,3989 -"33336",3874,4330 -"33337",3874,6697 -"33338",3874,13233 -"33339",3874,43091 -"33340",3874,43568 -"33341",3874,54752 -"33342",3874,57523 -"33343",3874,61316 -"33344",3874,73315 -"33345",3874,84603 -"33346",3874,105280 -"33347",3874,105285 -"33348",3875,3924 -"33349",3875,5523 -"33350",3875,7045 -"33351",3875,21548 -"33352",3875,40223 -"33353",3875,78386 -"33354",3875,84870 -"33355",3876,9567 -"33356",3876,60960 -"33357",3876,67816 -"33358",3876,68982 -"33359",3877,7109 -"33360",3877,15674 -"33361",3877,20021 -"33362",3877,21770 -"33363",3877,36768 -"33364",3877,36780 -"33365",3877,37683 -"33366",3877,49587 -"33367",3877,70646 -"33368",3877,83713 -"33369",3877,87198 -"33370",3877,90868 -"33371",3878,9432 -"33372",3878,38268 -"33373",3878,46641 -"33374",3878,50457 -"33375",3878,50518 -"33376",3878,60980 -"33377",3878,62602 -"33378",3878,80429 -"33379",3878,89361 -"33380",3878,89836 -"33381",3878,110119 -"33382",3881,9363 -"33383",3881,11018 -"33384",3881,13466 -"33385",3881,19477 -"33386",3881,23302 -"33387",3881,23309 -"33388",3881,23604 -"33389",3881,24933 -"33390",3881,27350 -"33391",3881,32939 -"33392",3881,35014 -"33393",3881,36843 -"33394",3881,37302 -"33395",3881,44956 -"33396",3881,52199 -"33397",3881,57504 -"33398",3881,62822 -"33399",3881,82987 -"33400",3881,101499 -"33401",3882,24322 -"33402",3882,64910 -"33403",3883,15928 -"33404",3883,17759 -"33405",3883,22167 -"33406",3883,23004 -"33407",3883,29891 -"33408",3883,32628 -"33409",3883,54494 -"33410",3883,58614 -"33411",3883,94812 -"33412",3883,94997 -"33413",3883,98105 -"33414",3883,102243 -"33415",3883,112263 -"33416",3883,112267 -"33417",3883,112456 -"33418",3883,112472 -"33419",3884,3897 -"33420",3884,3905 -"33421",3884,8196 -"33422",3884,9481 -"33423",3884,9623 -"33424",3884,10070 -"33425",3884,10450 -"33426",3884,10453 -"33427",3884,10546 -"33428",3884,11552 -"33429",3884,11583 -"33430",3884,11829 -"33431",3884,11936 -"33432",3884,13700 -"33433",3884,13715 -"33434",3884,16687 -"33435",3884,20757 -"33436",3884,26959 -"33437",3884,30770 -"33438",3884,30773 -"33439",3884,30924 -"33440",3884,33787 -"33441",3884,36912 -"33442",3884,39986 -"33443",3884,46578 -"33444",3884,50772 -"33445",3884,55723 -"33446",3884,72851 -"33447",3884,76143 -"33448",3885,10962 -"33449",3885,29445 -"33450",3885,36856 -"33451",3885,52725 -"33452",3885,104020 -"33453",3885,104031 -"33454",3885,104054 -"33455",3885,106075 -"33456",3886,4734 -"33457",3886,4735 -"33458",3886,4856 -"33459",3886,4986 -"33460",3886,5814 -"33461",3886,6582 -"33462",3886,7629 -"33463",3886,8989 -"33464",3886,10533 -"33465",3886,10534 -"33466",3886,12001 -"33467",3886,16955 -"33468",3886,17943 -"33469",3886,18011 -"33470",3886,23527 -"33471",3886,26385 -"33472",3886,28473 -"33473",3886,28677 -"33474",3886,28788 -"33475",3886,32161 -"33476",3886,34525 -"33477",3886,34821 -"33478",3886,35045 -"33479",3886,36495 -"33480",3886,37450 -"33481",3886,37809 -"33482",3886,53185 -"33483",3886,55615 -"33484",3886,60943 -"33485",3886,64720 -"33486",3886,92498 -"33487",3886,94286 -"33488",3887,5059 -"33489",3887,5115 -"33490",3887,5119 -"33491",3887,10116 -"33492",3887,44154 -"33493",3887,51218 -"33494",3888,14016 -"33495",3888,31896 -"33496",3888,39752 -"33497",3888,68829 -"33498",3888,111622 -"33499",3889,4805 -"33500",3889,15145 -"33501",3889,15928 -"33502",3889,35980 -"33503",3889,53037 -"33504",3889,55690 -"33505",3889,80456 -"33506",3889,87508 -"33507",3889,98088 -"33508",3889,99378 -"33509",3889,100464 -"33510",3889,116310 -"33511",3890,3902 -"33512",3890,3925 -"33513",3890,6390 -"33514",3890,9689 -"33515",3890,10581 -"33516",3890,15841 -"33517",3890,21426 -"33518",3890,27158 -"33519",3890,37363 -"33520",3890,37509 -"33521",3890,46483 -"33522",3890,47585 -"33523",3890,47619 -"33524",3890,62407 -"33525",3890,68569 -"33526",3890,72441 -"33527",3890,73374 -"33528",3890,78925 -"33529",3890,79136 -"33530",3890,90643 -"33531",3890,92592 -"33532",3890,94027 -"33533",3890,100502 -"33534",3890,101189 -"33535",3890,105903 -"33536",3890,105988 -"33537",3891,13329 -"33538",3891,13673 -"33539",3891,67879 -"33540",3892,4227 -"33541",3892,4235 -"33542",3892,4254 -"33543",3892,20315 -"33544",3892,26154 -"33545",3892,26635 -"33546",3892,39117 -"33547",3892,39124 -"33548",3892,49318 -"33549",3893,4718 -"33550",3893,84633 -"33551",3893,109331 -"33552",3893,112828 -"33553",3894,4256 -"33554",3894,7580 -"33555",3894,7604 -"33556",3894,8006 -"33557",3894,21889 -"33558",3894,54452 -"33559",3894,61003 -"33560",3894,71895 -"33561",3894,79483 -"33562",3894,105948 -"33563",3894,106618 -"33564",3894,115056 -"33565",3894,116231 -"33566",3895,3898 -"33567",3895,3977 -"33568",3895,11392 -"33569",3895,27390 -"33570",3895,29176 -"33571",3895,48482 -"33572",3895,108600 -"33573",3896,4821 -"33574",3896,4919 -"33575",3896,14638 -"33576",3896,36586 -"33577",3896,36650 -"33578",3896,42642 -"33579",3896,45055 -"33580",3896,54200 -"33581",3897,3905 -"33582",3897,5619 -"33583",3897,6883 -"33584",3897,7572 -"33585",3897,7621 -"33586",3897,9376 -"33587",3897,9481 -"33588",3897,9623 -"33589",3897,10070 -"33590",3897,10453 -"33591",3897,10546 -"33592",3897,11583 -"33593",3897,11936 -"33594",3897,13636 -"33595",3897,13700 -"33596",3897,13871 -"33597",3897,16687 -"33598",3897,17904 -"33599",3897,19087 -"33600",3897,19584 -"33601",3897,20220 -"33602",3897,26187 -"33603",3897,30924 -"33604",3897,33189 -"33605",3897,33291 -"33606",3897,36671 -"33607",3897,40396 -"33608",3897,41436 -"33609",3897,43696 -"33610",3897,43858 -"33611",3897,45873 -"33612",3897,56935 -"33613",3897,60042 -"33614",3897,70059 -"33615",3898,3977 -"33616",3898,3978 -"33617",3898,4361 -"33618",3898,5934 -"33619",3898,8855 -"33620",3898,8856 -"33621",3898,9782 -"33622",3898,12394 -"33623",3898,12759 -"33624",3898,18381 -"33625",3898,20688 -"33626",3898,24401 -"33627",3898,24474 -"33628",3898,25417 -"33629",3898,29530 -"33630",3898,31078 -"33631",3898,33851 -"33632",3898,37636 -"33633",3898,40453 -"33634",3898,41723 -"33635",3898,43655 -"33636",3898,44666 -"33637",3898,46339 -"33638",3898,58692 -"33639",3898,73148 -"33640",3898,88411 -"33641",3898,92077 -"33642",3898,112326 -"33643",3900,6375 -"33644",3900,14025 -"33645",3900,14064 -"33646",3902,3925 -"33647",3903,6347 -"33648",3903,7085 -"33649",3903,8790 -"33650",3903,9270 -"33651",3903,9272 -"33652",3903,9505 -"33653",3903,11913 -"33654",3903,12428 -"33655",3903,12807 -"33656",3903,13142 -"33657",3903,16689 -"33658",3903,19036 -"33659",3903,19391 -"33660",3903,20081 -"33661",3903,23075 -"33662",3903,25606 -"33663",3903,28530 -"33664",3903,30258 -"33665",3903,38185 -"33666",3903,38683 -"33667",3903,40245 -"33668",3903,43226 -"33669",3903,44655 -"33670",3903,44973 -"33671",3903,46177 -"33672",3903,47048 -"33673",3903,48110 -"33674",3903,58508 -"33675",3903,59731 -"33676",3903,62642 -"33677",3903,68091 -"33678",3903,69335 -"33679",3903,75245 -"33680",3903,75776 -"33681",3903,75956 -"33682",3903,76387 -"33683",3903,78978 -"33684",3903,79212 -"33685",3903,79241 -"33686",3903,79579 -"33687",3903,80239 -"33688",3903,80301 -"33689",3903,81397 -"33690",3903,88108 -"33691",3903,88340 -"33692",3903,88749 -"33693",3903,89069 -"33694",3903,89373 -"33695",3903,89995 -"33696",3903,90919 -"33697",3903,90936 -"33698",3903,92861 -"33699",3903,93097 -"33700",3903,94231 -"33701",3903,94428 -"33702",3903,95489 -"33703",3903,96247 -"33704",3903,96363 -"33705",3903,97898 -"33706",3904,3931 -"33707",3904,3932 -"33708",3904,4012 -"33709",3905,9623 -"33710",3905,10070 -"33711",3905,13636 -"33712",3905,13700 -"33713",3905,13871 -"33714",3905,50772 -"33715",3906,4274 -"33716",3906,4572 -"33717",3906,4651 -"33718",3906,12631 -"33719",3906,25899 -"33720",3906,26324 -"33721",3906,30302 -"33722",3906,37190 -"33723",3906,41423 -"33724",3906,57225 -"33725",3906,80809 -"33726",3907,10990 -"33727",3908,42464 -"33728",3908,55930 -"33729",3908,61034 -"33730",3908,65055 -"33731",3908,88912 -"33732",3909,25772 -"33733",3909,26912 -"33734",3909,59366 -"33735",3909,62905 -"33736",3910,12607 -"33737",3910,34037 -"33738",3911,3966 -"33739",3911,4372 -"33740",3911,4374 -"33741",3911,4402 -"33742",3911,29917 -"33743",3911,37373 -"33744",3911,42036 -"33745",3912,23966 -"33746",3912,31335 -"33747",3912,65553 -"33748",3912,78645 -"33749",3913,3929 -"33750",3913,7595 -"33751",3913,8169 -"33752",3913,8190 -"33753",3913,41259 -"33754",3913,77879 -"33755",3913,78075 -"33756",3914,4423 -"33757",3914,5090 -"33758",3914,6660 -"33759",3914,7967 -"33760",3914,17078 -"33761",3914,21751 -"33762",3914,28774 -"33763",3914,33395 -"33764",3914,40324 -"33765",3914,47338 -"33766",3914,48584 -"33767",3914,54060 -"33768",3914,57679 -"33769",3914,57750 -"33770",3914,57822 -"33771",3914,59485 -"33772",3914,100290 -"33773",3915,21037 -"33774",3915,86538 -"33775",3916,11482 -"33776",3916,21754 -"33777",3917,8198 -"33778",3917,18045 -"33779",3917,18113 -"33780",3917,18213 -"33781",3917,19873 -"33782",3917,23272 -"33783",3917,37308 -"33784",3917,41681 -"33785",3917,55539 -"33786",3917,56562 -"33787",3918,5027 -"33788",3919,5136 -"33789",3920,4669 -"33790",3920,23528 -"33791",3920,37562 -"33792",3920,40453 -"33793",3920,44879 -"33794",3920,52411 -"33795",3920,103554 -"33796",3921,33414 -"33797",3921,101073 -"33798",3922,11254 -"33799",3922,12150 -"33800",3922,22669 -"33801",3922,27154 -"33802",3922,69084 -"33803",3922,82285 -"33804",3922,100244 -"33805",3922,122335 -"33806",3923,28640 -"33807",3923,35516 -"33808",3923,41617 -"33809",3923,82492 -"33810",3923,97810 -"33811",3924,4744 -"33812",3924,7049 -"33813",3924,8409 -"33814",3924,29031 -"33815",3924,34246 -"33816",3924,50043 -"33817",3924,80022 -"33818",3926,88109 -"33819",3927,16911 -"33820",3927,69089 -"33821",3927,116408 -"33822",3928,4465 -"33823",3928,12653 -"33824",3928,17427 -"33825",3928,69836 -"33826",3928,69843 -"33827",3928,107226 -"33828",3928,123072 -"33829",3930,4720 -"33830",3930,53264 -"33831",3930,112673 -"33832",3930,112674 -"33833",3931,3932 -"33834",3931,4012 -"33835",3931,17210 -"33836",3931,20109 -"33837",3931,20154 -"33838",3931,20155 -"33839",3931,20185 -"33840",3932,4012 -"33841",3932,59850 -"33842",3932,67269 -"33843",3932,68936 -"33844",3933,16593 -"33845",3933,30556 -"33846",3933,58356 -"33847",3934,7823 -"33848",3934,7859 -"33849",3934,13272 -"33850",3934,21671 -"33851",3934,30807 -"33852",3935,8545 -"33853",3935,9855 -"33854",3935,33464 -"33855",3935,33846 -"33856",3935,78084 -"33857",3935,78121 -"33858",3935,78162 -"33859",3935,78175 -"33860",3935,84100 -"33861",3936,4558 -"33862",3936,4785 -"33863",3936,6564 -"33864",3936,22277 -"33865",3936,23319 -"33866",3936,25129 -"33867",3936,34335 -"33868",3936,35113 -"33869",3936,36177 -"33870",3936,57891 -"33871",3936,62841 -"33872",3937,4005 -"33873",3937,22955 -"33874",3937,70329 -"33875",3937,70342 -"33876",3937,70369 -"33877",3938,3988 -"33878",3939,3961 -"33879",3939,4289 -"33880",3939,6474 -"33881",3939,7115 -"33882",3939,9530 -"33883",3939,16127 -"33884",3939,20061 -"33885",3939,22402 -"33886",3939,24240 -"33887",3939,25069 -"33888",3939,29114 -"33889",3939,29194 -"33890",3939,37175 -"33891",3939,37987 -"33892",3939,44160 -"33893",3939,46906 -"33894",3939,79457 -"33895",3939,82930 -"33896",3939,83772 -"33897",3939,103687 -"33898",3940,13811 -"33899",3940,17950 -"33900",3940,94686 -"33901",3941,5938 -"33902",3941,14160 -"33903",3941,18150 -"33904",3941,18421 -"33905",3941,20315 -"33906",3941,23418 -"33907",3941,36854 -"33908",3941,71511 -"33909",3941,84895 -"33910",3942,25523 -"33911",3942,40939 -"33912",3942,50258 -"33913",3942,83004 -"33914",3943,3970 -"33915",3943,4045 -"33916",3943,4427 -"33917",3943,6326 -"33918",3943,6900 -"33919",3943,10474 -"33920",3943,24986 -"33921",3943,31909 -"33922",3943,56373 -"33923",3943,57373 -"33924",3943,58810 -"33925",3943,66730 -"33926",3943,67521 -"33927",3943,81674 -"33928",3943,91870 -"33929",3943,108794 -"33930",3943,112215 -"33931",3943,122026 -"33932",3944,63622 -"33933",3945,4352 -"33934",3945,7243 -"33935",3945,10263 -"33936",3945,22948 -"33937",3945,23154 -"33938",3945,26979 -"33939",3945,30436 -"33940",3945,34610 -"33941",3945,47678 -"33942",3945,73211 -"33943",3946,75820 -"33944",3946,84234 -"33945",3947,8609 -"33946",3947,30567 -"33947",3947,38433 -"33948",3948,3995 -"33949",3949,3951 -"33950",3949,4062 -"33951",3949,73499 -"33952",3949,82422 -"33953",3950,16334 -"33954",3950,37648 -"33955",3950,87494 -"33956",3951,4062 -"33957",3951,73499 -"33958",3951,82422 -"33959",3952,5436 -"33960",3953,44834 -"33961",3953,61576 -"33962",3954,12122 -"33963",3954,19311 -"33964",3954,24853 -"33965",3954,37199 -"33966",3954,38347 -"33967",3954,42420 -"33968",3954,44407 -"33969",3954,52119 -"33970",3954,63522 -"33971",3954,68708 -"33972",3954,76151 -"33973",3954,76208 -"33974",3954,92863 -"33975",3954,117620 -"33976",3955,12293 -"33977",3955,18355 -"33978",3955,38378 -"33979",3955,40910 -"33980",3955,58725 -"33981",3955,77028 -"33982",3955,78578 -"33983",3955,97655 -"33984",3956,32122 -"33985",3956,84449 -"33986",3957,10197 -"33987",3957,12778 -"33988",3957,42359 -"33989",3957,56125 -"33990",3957,85983 -"33991",3958,42691 -"33992",3958,42765 -"33993",3958,43448 -"33994",3958,44342 -"33995",3958,58050 -"33996",3958,86798 -"33997",3958,86822 -"33998",3959,4356 -"33999",3959,49191 -"34000",3959,49205 -"34001",3959,49233 -"34002",3959,49275 -"34003",3959,49285 -"34004",3959,49288 -"34005",3959,49316 -"34006",3960,54928 -"34007",3961,4289 -"34008",3961,4725 -"34009",3961,10358 -"34010",3961,20375 -"34011",3961,25588 -"34012",3961,26387 -"34013",3961,43344 -"34014",3961,47156 -"34015",3961,47421 -"34016",3961,58432 -"34017",3961,88439 -"34018",3961,88794 -"34019",3961,93885 -"34020",3961,100398 -"34021",3961,102506 -"34022",3961,111931 -"34023",3962,5281 -"34024",3962,8993 -"34025",3962,12735 -"34026",3962,64125 -"34027",3962,64717 -"34028",3963,6736 -"34029",3963,12070 -"34030",3963,13219 -"34031",3963,13424 -"34032",3963,33136 -"34033",3963,77073 -"34034",3964,11207 -"34035",3964,35987 -"34036",3964,78519 -"34037",3965,73721 -"34038",3965,87995 -"34039",3965,109736 -"34040",3965,112606 -"34041",3965,119846 -"34042",3966,4372 -"34043",3966,4374 -"34044",3966,4402 -"34045",3966,11605 -"34046",3966,16980 -"34047",3966,17931 -"34048",3966,25325 -"34049",3966,29757 -"34050",3966,29917 -"34051",3966,33209 -"34052",3966,34827 -"34053",3966,37373 -"34054",3966,37640 -"34055",3966,37670 -"34056",3966,37719 -"34057",3966,40417 -"34058",3966,42036 -"34059",3966,48445 -"34060",3966,90378 -"34061",3967,8595 -"34062",3967,8875 -"34063",3967,11012 -"34064",3967,13448 -"34065",3967,13789 -"34066",3967,21983 -"34067",3967,34949 -"34068",3967,34962 -"34069",3967,35038 -"34070",3967,35764 -"34071",3967,90006 -"34072",3967,122589 -"34073",3968,30375 -"34074",3968,62425 -"34075",3969,23207 -"34076",3969,26461 -"34077",3969,28801 -"34078",3969,68441 -"34079",3969,68726 -"34080",3969,70115 -"34081",3969,89251 -"34082",3969,93070 -"34083",3970,4045 -"34084",3970,37649 -"34085",3970,52113 -"34086",3970,57473 -"34087",3970,66361 -"34088",3971,25664 -"34089",3971,37780 -"34090",3972,19045 -"34091",3972,86720 -"34092",3973,4342 -"34093",3973,6699 -"34094",3973,32599 -"34095",3973,46976 -"34096",3973,74286 -"34097",3974,4035 -"34098",3974,4036 -"34099",3974,4076 -"34100",3974,4077 -"34101",3974,4078 -"34102",3974,57392 -"34103",3974,57786 -"34104",3975,41617 -"34105",3975,47341 -"34106",3975,87558 -"34107",3975,92495 -"34108",3976,10535 -"34109",3976,12122 -"34110",3976,22420 -"34111",3976,25111 -"34112",3976,25131 -"34113",3976,73959 -"34114",3976,79653 -"34115",3976,103009 -"34116",3976,111943 -"34117",3976,114239 -"34118",3976,114245 -"34119",3977,3978 -"34120",3977,4710 -"34121",3977,5934 -"34122",3977,8855 -"34123",3977,8856 -"34124",3977,9782 -"34125",3977,12394 -"34126",3977,12759 -"34127",3977,16515 -"34128",3977,18381 -"34129",3977,20574 -"34130",3977,20688 -"34131",3977,21632 -"34132",3977,26207 -"34133",3977,27692 -"34134",3977,41723 -"34135",3977,46339 -"34136",3977,49657 -"34137",3977,54693 -"34138",3977,88411 -"34139",3977,91720 -"34140",3977,100499 -"34141",3977,109960 -"34142",3978,4003 -"34143",3978,4303 -"34144",3978,4710 -"34145",3978,5867 -"34146",3978,5938 -"34147",3978,6408 -"34148",3978,6944 -"34149",3978,11216 -"34150",3978,15365 -"34151",3978,18381 -"34152",3978,20528 -"34153",3978,20574 -"34154",3978,22117 -"34155",3978,23614 -"34156",3978,28181 -"34157",3978,36593 -"34158",3978,43696 -"34159",3978,46339 -"34160",3978,49657 -"34161",3978,52168 -"34162",3978,64224 -"34163",3978,67306 -"34164",3978,68045 -"34165",3978,82185 -"34166",3979,19850 -"34167",3979,21821 -"34168",3979,24890 -"34169",3979,97006 -"34170",3979,99613 -"34171",3980,15235 -"34172",3980,24975 -"34173",3980,30092 -"34174",3980,30796 -"34175",3980,39246 -"34176",3980,55084 -"34177",3981,4926 -"34178",3981,7103 -"34179",3981,8499 -"34180",3981,17539 -"34181",3981,32243 -"34182",3981,36459 -"34183",3981,37073 -"34184",3981,54734 -"34185",3981,73753 -"34186",3981,91309 -"34187",3981,103967 -"34188",3981,105183 -"34189",3981,113453 -"34190",3982,19917 -"34191",3983,3990 -"34192",3983,7467 -"34193",3983,17257 -"34194",3983,21124 -"34195",3983,38160 -"34196",3983,58195 -"34197",3983,61211 -"34198",3983,96831 -"34199",3983,113121 -"34200",3984,4057 -"34201",3984,5444 -"34202",3984,8760 -"34203",3984,12221 -"34204",3984,15717 -"34205",3984,19748 -"34206",3984,22433 -"34207",3984,45145 -"34208",3984,55900 -"34209",3984,62544 -"34210",3985,56255 -"34211",3985,67109 -"34212",3985,69410 -"34213",3985,69445 -"34214",3985,80565 -"34215",3985,108034 -"34216",3985,108044 -"34217",3986,17819 -"34218",3986,27598 -"34219",3986,36192 -"34220",3986,36218 -"34221",3986,67817 -"34222",3986,72587 -"34223",3986,83422 -"34224",3986,93854 -"34225",3987,4016 -"34226",3987,4058 -"34227",3988,4774 -"34228",3988,6428 -"34229",3988,7354 -"34230",3988,14083 -"34231",3988,23460 -"34232",3988,24447 -"34233",3988,43594 -"34234",3988,55064 -"34235",3988,68047 -"34236",3988,74974 -"34237",3988,86582 -"34238",3988,87373 -"34239",3988,96894 -"34240",3989,4064 -"34241",3989,7902 -"34242",3989,8318 -"34243",3989,8510 -"34244",3989,9998 -"34245",3989,10032 -"34246",3989,10204 -"34247",3989,11021 -"34248",3989,38568 -"34249",3989,40493 -"34250",3989,75380 -"34251",3990,17550 -"34252",3990,81027 -"34253",3991,4007 -"34254",3991,15532 -"34255",3991,39810 -"34256",3991,95330 -"34257",3992,8123 -"34258",3992,12197 -"34259",3992,13386 -"34260",3992,15110 -"34261",3992,18276 -"34262",3992,39893 -"34263",3992,46177 -"34264",3992,63631 -"34265",3992,77056 -"34266",3992,110872 -"34267",3992,116210 -"34268",3993,10633 -"34269",3993,39242 -"34270",3993,56510 -"34271",3993,83780 -"34272",3995,26995 -"34273",3995,43715 -"34274",3995,46351 -"34275",3995,68000 -"34276",3995,70493 -"34277",3995,70517 -"34278",3995,93953 -"34279",3995,112706 -"34280",3995,119437 -"34281",3996,4108 -"34282",3996,30955 -"34283",3996,71269 -"34284",3996,75989 -"34285",3997,10277 -"34286",3997,20140 -"34287",3997,36624 -"34288",3997,38069 -"34289",3997,38589 -"34290",3997,51385 -"34291",3997,57632 -"34292",3997,57694 -"34293",3997,60981 -"34294",3997,61407 -"34295",3997,61454 -"34296",3997,95246 -"34297",3997,95253 -"34298",3997,115306 -"34299",3997,115320 -"34300",3998,18906 -"34301",3998,29267 -"34302",3998,37427 -"34303",3998,39062 -"34304",3998,47595 -"34305",3998,72682 -"34306",3999,15302 -"34307",3999,22876 -"34308",3999,31813 -"34309",3999,52066 -"34310",3999,74088 -"34311",3999,110783 -"34312",4000,5395 -"34313",4000,9048 -"34314",4000,10079 -"34315",4000,11455 -"34316",4000,15841 -"34317",4000,26469 -"34318",4000,26873 -"34319",4000,28354 -"34320",4000,33622 -"34321",4000,39588 -"34322",4000,45918 -"34323",4000,47585 -"34324",4000,52945 -"34325",4000,70975 -"34326",4000,75921 -"34327",4000,80305 -"34328",4000,82315 -"34329",4000,82808 -"34330",4000,84607 -"34331",4000,101410 -"34332",4001,6122 -"34333",4001,9082 -"34334",4001,11921 -"34335",4001,21007 -"34336",4001,22231 -"34337",4001,27686 -"34338",4001,28909 -"34339",4001,29837 -"34340",4001,29977 -"34341",4001,35053 -"34342",4001,38915 -"34343",4001,39787 -"34344",4001,43673 -"34345",4001,50195 -"34346",4001,55028 -"34347",4001,60906 -"34348",4001,62120 -"34349",4001,62426 -"34350",4001,63427 -"34351",4001,63432 -"34352",4002,12338 -"34353",4002,13489 -"34354",4002,30462 -"34355",4002,36416 -"34356",4002,40920 -"34357",4002,49568 -"34358",4002,50621 -"34359",4002,54458 -"34360",4002,54641 -"34361",4002,56107 -"34362",4002,57411 -"34363",4002,67364 -"34364",4002,67536 -"34365",4002,68659 -"34366",4002,71336 -"34367",4002,75141 -"34368",4002,75470 -"34369",4002,101009 -"34370",4003,4287 -"34371",4003,4373 -"34372",4003,4379 -"34373",4003,4381 -"34374",4003,4678 -"34375",4003,5052 -"34376",4003,6408 -"34377",4003,6944 -"34378",4003,6960 -"34379",4003,6977 -"34380",4003,6989 -"34381",4003,8442 -"34382",4003,10807 -"34383",4003,11216 -"34384",4003,11535 -"34385",4003,15365 -"34386",4003,22117 -"34387",4003,28181 -"34388",4003,40366 -"34389",4003,41197 -"34390",4003,41298 -"34391",4003,47232 -"34392",4003,75338 -"34393",4003,82185 -"34394",4003,89199 -"34395",4004,4041 -"34396",4004,4567 -"34397",4004,8181 -"34398",4004,13632 -"34399",4004,15045 -"34400",4004,15192 -"34401",4004,18293 -"34402",4004,18825 -"34403",4004,18924 -"34404",4004,21080 -"34405",4004,21711 -"34406",4004,21746 -"34407",4004,22519 -"34408",4004,24423 -"34409",4004,26312 -"34410",4004,27487 -"34411",4004,31091 -"34412",4004,33672 -"34413",4004,34252 -"34414",4004,34273 -"34415",4004,34284 -"34416",4004,34317 -"34417",4004,53265 -"34418",4004,56187 -"34419",4004,62801 -"34420",4004,68135 -"34421",4004,90256 -"34422",4004,91480 -"34423",4004,111788 -"34424",4005,26978 -"34425",4005,41838 -"34426",4005,67266 -"34427",4006,25195 -"34428",4006,47516 -"34429",4006,63569 -"34430",4006,64414 -"34431",4006,104912 -"34432",4007,25147 -"34433",4007,79278 -"34434",4008,19057 -"34435",4008,22206 -"34436",4008,22249 -"34437",4008,22313 -"34438",4008,32060 -"34439",4008,32235 -"34440",4008,32312 -"34441",4008,32343 -"34442",4008,35688 -"34443",4008,46239 -"34444",4008,66014 -"34445",4009,44979 -"34446",4010,22080 -"34447",4011,5054 -"34448",4011,6922 -"34449",4011,7049 -"34450",4011,8137 -"34451",4011,8601 -"34452",4011,9174 -"34453",4011,11815 -"34454",4011,11816 -"34455",4011,11831 -"34456",4011,11847 -"34457",4011,11848 -"34458",4011,11882 -"34459",4011,11895 -"34460",4011,11918 -"34461",4011,11938 -"34462",4011,11981 -"34463",4011,12060 -"34464",4011,12061 -"34465",4011,12079 -"34466",4011,23504 -"34467",4011,33533 -"34468",4011,40678 -"34469",4011,94456 -"34470",4011,101687 -"34471",4011,102229 -"34472",4011,108411 -"34473",4011,116763 -"34474",4012,5553 -"34475",4012,11688 -"34476",4012,16502 -"34477",4012,18803 -"34478",4012,21009 -"34479",4012,23735 -"34480",4012,24232 -"34481",4012,34424 -"34482",4012,35080 -"34483",4012,35946 -"34484",4012,68356 -"34485",4013,88432 -"34486",4013,88525 -"34487",4014,12676 -"34488",4014,20121 -"34489",4014,40793 -"34490",4014,68395 -"34491",4015,4369 -"34492",4015,34571 -"34493",4015,83610 -"34494",4016,4058 -"34495",4016,32860 -"34496",4016,39423 -"34497",4017,18642 -"34498",4017,28747 -"34499",4017,43898 -"34500",4017,66504 -"34501",4017,78398 -"34502",4017,100916 -"34503",4018,19343 -"34504",4019,13664 -"34505",4019,16595 -"34506",4019,89984 -"34507",4020,19339 -"34508",4020,26530 -"34509",4020,27926 -"34510",4020,47233 -"34511",4020,70133 -"34512",4021,4539 -"34513",4021,13148 -"34514",4021,20958 -"34515",4021,48682 -"34516",4021,65902 -"34517",4021,73323 -"34518",4022,26695 -"34519",4022,30995 -"34520",4022,63212 -"34521",4022,70219 -"34522",4022,109741 -"34523",4022,115130 -"34524",4023,4257 -"34525",4023,5919 -"34526",4023,6550 -"34527",4023,7243 -"34528",4023,9007 -"34529",4023,13667 -"34530",4023,14617 -"34531",4023,18126 -"34532",4023,22204 -"34533",4023,22263 -"34534",4023,22699 -"34535",4023,24119 -"34536",4023,32838 -"34537",4023,35133 -"34538",4023,37594 -"34539",4023,45107 -"34540",4023,48713 -"34541",4023,53295 -"34542",4023,55072 -"34543",4023,59118 -"34544",4023,64650 -"34545",4023,69210 -"34546",4023,76507 -"34547",4023,84042 -"34548",4023,90960 -"34549",4023,92900 -"34550",4023,108612 -"34551",4023,111870 -"34552",4023,118947 -"34553",4023,121171 -"34554",4024,38580 -"34555",4026,6302 -"34556",4026,15500 -"34557",4026,44200 -"34558",4026,44235 -"34559",4026,93307 -"34560",4027,27451 -"34561",4027,29845 -"34562",4027,67254 -"34563",4027,69682 -"34564",4027,78732 -"34565",4027,90409 -"34566",4027,97440 -"34567",4028,5043 -"34568",4028,14416 -"34569",4028,14896 -"34570",4028,17669 -"34571",4028,17724 -"34572",4028,28738 -"34573",4028,29319 -"34574",4028,34886 -"34575",4028,41499 -"34576",4028,41536 -"34577",4028,42953 -"34578",4028,44237 -"34579",4028,54875 -"34580",4028,96821 -"34581",4029,4758 -"34582",4029,5147 -"34583",4029,5154 -"34584",4029,5155 -"34585",4029,5175 -"34586",4029,8004 -"34587",4029,9217 -"34588",4029,9257 -"34589",4029,14345 -"34590",4029,14412 -"34591",4029,16559 -"34592",4029,16861 -"34593",4029,17303 -"34594",4029,29144 -"34595",4029,45685 -"34596",4029,47013 -"34597",4029,58022 -"34598",4029,86450 -"34599",4030,22208 -"34600",4031,4409 -"34601",4031,19048 -"34602",4032,5105 -"34603",4032,45301 -"34604",4032,51512 -"34605",4032,53964 -"34606",4032,54314 -"34607",4032,54387 -"34608",4032,73372 -"34609",4032,102148 -"34610",4032,115708 -"34611",4033,73741 -"34612",4033,89055 -"34613",4034,4086 -"34614",4034,10755 -"34615",4034,10756 -"34616",4035,4036 -"34617",4035,4076 -"34618",4035,4077 -"34619",4035,4078 -"34620",4036,4076 -"34621",4036,4077 -"34622",4036,4078 -"34623",4037,4342 -"34624",4037,4343 -"34625",4037,6727 -"34626",4037,6865 -"34627",4037,6875 -"34628",4037,7286 -"34629",4037,7287 -"34630",4037,56249 -"34631",4037,62359 -"34632",4037,71503 -"34633",4038,28557 -"34634",4038,53922 -"34635",4038,71774 -"34636",4038,106580 -"34637",4038,109988 -"34638",4039,4166 -"34639",4039,4171 -"34640",4039,4230 -"34641",4039,8664 -"34642",4040,5426 -"34643",4040,5800 -"34644",4040,7544 -"34645",4040,13746 -"34646",4040,26070 -"34647",4040,27726 -"34648",4040,28353 -"34649",4040,30033 -"34650",4040,44816 -"34651",4040,45152 -"34652",4040,45228 -"34653",4040,57326 -"34654",4040,73794 -"34655",4040,75421 -"34656",4040,75599 -"34657",4040,79977 -"34658",4040,84510 -"34659",4040,88674 -"34660",4040,88752 -"34661",4040,91742 -"34662",4040,91900 -"34663",4040,100377 -"34664",4040,101832 -"34665",4040,101886 -"34666",4040,101887 -"34667",4040,102455 -"34668",4040,102474 -"34669",4041,4567 -"34670",4041,8181 -"34671",4041,10476 -"34672",4041,13632 -"34673",4041,15045 -"34674",4041,15192 -"34675",4041,15371 -"34676",4041,17788 -"34677",4041,18293 -"34678",4041,18825 -"34679",4041,18924 -"34680",4041,21080 -"34681",4041,21711 -"34682",4041,21746 -"34683",4041,22519 -"34684",4041,24423 -"34685",4041,26312 -"34686",4041,27487 -"34687",4041,27676 -"34688",4041,31091 -"34689",4041,34252 -"34690",4041,34273 -"34691",4041,34284 -"34692",4041,34317 -"34693",4041,37904 -"34694",4041,45682 -"34695",4041,53265 -"34696",4041,65015 -"34697",4041,68135 -"34698",4041,70400 -"34699",4041,100781 -"34700",4042,4393 -"34701",4042,8912 -"34702",4043,16181 -"34703",4043,21144 -"34704",4043,37819 -"34705",4043,62332 -"34706",4043,66415 -"34707",4043,82333 -"34708",4043,83705 -"34709",4043,113529 -"34710",4044,4046 -"34711",4044,4113 -"34712",4044,32543 -"34713",4044,72855 -"34714",4044,73048 -"34715",4044,92333 -"34716",4046,4113 -"34717",4046,69276 -"34718",4046,74647 -"34719",4047,28409 -"34720",4048,37574 -"34721",4048,109605 -"34722",4049,4843 -"34723",4049,4870 -"34724",4050,4098 -"34725",4050,4244 -"34726",4050,5195 -"34727",4050,6233 -"34728",4050,12480 -"34729",4050,16074 -"34730",4050,16164 -"34731",4050,18771 -"34732",4050,20080 -"34733",4050,20824 -"34734",4050,23506 -"34735",4050,31423 -"34736",4050,31492 -"34737",4050,34492 -"34738",4050,36729 -"34739",4050,38848 -"34740",4050,39714 -"34741",4050,44319 -"34742",4050,44858 -"34743",4050,51022 -"34744",4050,51654 -"34745",4050,53703 -"34746",4050,55762 -"34747",4050,56961 -"34748",4050,57105 -"34749",4050,58035 -"34750",4050,65565 -"34751",4050,67434 -"34752",4050,79676 -"34753",4050,83165 -"34754",4050,83906 -"34755",4050,83915 -"34756",4050,83949 -"34757",4050,93887 -"34758",4050,94808 -"34759",4050,122220 -"34760",4051,76635 -"34761",4051,77071 -"34762",4052,4959 -"34763",4053,18935 -"34764",4054,6953 -"34765",4054,10930 -"34766",4054,17998 -"34767",4054,22109 -"34768",4054,52019 -"34769",4054,55775 -"34770",4054,57237 -"34771",4054,58053 -"34772",4054,60776 -"34773",4054,92026 -"34774",4054,119701 -"34775",4056,42486 -"34776",4056,78369 -"34777",4057,4940 -"34778",4057,7323 -"34779",4057,7605 -"34780",4057,9553 -"34781",4057,15273 -"34782",4057,22749 -"34783",4057,35256 -"34784",4057,37570 -"34785",4057,37682 -"34786",4057,39968 -"34787",4057,40019 -"34788",4057,64443 -"34789",4057,71415 -"34790",4057,71496 -"34791",4058,32860 -"34792",4058,39423 -"34793",4059,8948 -"34794",4059,14178 -"34795",4059,28891 -"34796",4059,35421 -"34797",4059,43972 -"34798",4059,44066 -"34799",4059,62876 -"34800",4059,73332 -"34801",4059,97520 -"34802",4059,97550 -"34803",4060,29460 -"34804",4060,29461 -"34805",4060,29497 -"34806",4060,29553 -"34807",4060,49708 -"34808",4060,66869 -"34809",4060,86561 -"34810",4062,15039 -"34811",4062,21575 -"34812",4062,30442 -"34813",4062,37953 -"34814",4062,40427 -"34815",4062,68986 -"34816",4062,77200 -"34817",4062,92625 -"34818",4062,95391 -"34819",4062,107065 -"34820",4062,107486 -"34821",4062,107601 -"34822",4063,4508 -"34823",4063,11154 -"34824",4063,12007 -"34825",4063,13671 -"34826",4063,16646 -"34827",4063,18097 -"34828",4063,18871 -"34829",4063,22744 -"34830",4063,31750 -"34831",4063,31794 -"34832",4063,31800 -"34833",4063,34200 -"34834",4063,35801 -"34835",4063,36444 -"34836",4063,40948 -"34837",4063,45515 -"34838",4063,49504 -"34839",4063,51233 -"34840",4063,58263 -"34841",4063,58730 -"34842",4063,69934 -"34843",4063,76643 -"34844",4063,86109 -"34845",4064,5429 -"34846",4064,7902 -"34847",4064,9998 -"34848",4064,10032 -"34849",4064,10204 -"34850",4064,11021 -"34851",4065,65813 -"34852",4066,4746 -"34853",4066,5987 -"34854",4066,6242 -"34855",4066,22291 -"34856",4066,22594 -"34857",4066,43283 -"34858",4066,47973 -"34859",4066,76686 -"34860",4066,80496 -"34861",4066,80497 -"34862",4067,34384 -"34863",4067,42428 -"34864",4067,42492 -"34865",4067,85177 -"34866",4068,12584 -"34867",4068,42342 -"34868",4068,51042 -"34869",4068,100354 -"34870",4069,4710 -"34871",4069,5159 -"34872",4069,6194 -"34873",4069,12579 -"34874",4069,22295 -"34875",4069,25564 -"34876",4069,29373 -"34877",4069,30519 -"34878",4069,33266 -"34879",4069,41528 -"34880",4069,42132 -"34881",4069,47840 -"34882",4069,50391 -"34883",4069,63150 -"34884",4069,80056 -"34885",4069,80091 -"34886",4070,5291 -"34887",4070,10948 -"34888",4071,7733 -"34889",4071,10622 -"34890",4071,11485 -"34891",4071,21010 -"34892",4071,29275 -"34893",4071,31182 -"34894",4071,46429 -"34895",4071,72591 -"34896",4071,73810 -"34897",4071,105347 -"34898",4071,106078 -"34899",4072,4074 -"34900",4072,6248 -"34901",4072,8911 -"34902",4072,8951 -"34903",4072,8970 -"34904",4072,10710 -"34905",4072,10784 -"34906",4072,13858 -"34907",4072,23165 -"34908",4072,59804 -"34909",4072,86850 -"34910",4072,93944 -"34911",4072,93954 -"34912",4073,5226 -"34913",4073,11106 -"34914",4073,17473 -"34915",4073,48571 -"34916",4073,48654 -"34917",4073,91922 -"34918",4073,97025 -"34919",4074,5275 -"34920",4075,6330 -"34921",4075,7582 -"34922",4075,30740 -"34923",4075,39702 -"34924",4076,4077 -"34925",4076,4078 -"34926",4076,32854 -"34927",4076,51483 -"34928",4076,80773 -"34929",4076,80775 -"34930",4076,80786 -"34931",4076,80803 -"34932",4076,80830 -"34933",4076,80831 -"34934",4077,4078 -"34935",4077,37210 -"34936",4079,18531 -"34937",4080,13140 -"34938",4080,19402 -"34939",4080,37561 -"34940",4080,86845 -"34941",4080,119814 -"34942",4081,4351 -"34943",4082,4083 -"34944",4082,19633 -"34945",4082,20094 -"34946",4082,21381 -"34947",4082,22394 -"34948",4082,39952 -"34949",4082,40667 -"34950",4082,43729 -"34951",4082,45115 -"34952",4082,45216 -"34953",4082,50707 -"34954",4082,56287 -"34955",4082,59082 -"34956",4082,68274 -"34957",4082,69928 -"34958",4082,72507 -"34959",4084,18296 -"34960",4084,38756 -"34961",4084,48012 -"34962",4085,20101 -"34963",4085,31495 -"34964",4085,75733 -"34965",4086,5524 -"34966",4086,7388 -"34967",4086,7648 -"34968",4086,8741 -"34969",4086,10320 -"34970",4086,10597 -"34971",4086,10694 -"34972",4086,14442 -"34973",4086,23190 -"34974",4086,24867 -"34975",4086,24868 -"34976",4086,25053 -"34977",4086,27794 -"34978",4086,28316 -"34979",4086,29354 -"34980",4086,29751 -"34981",4086,36996 -"34982",4086,41579 -"34983",4086,54608 -"34984",4086,68347 -"34985",4086,78938 -"34986",4086,84322 -"34987",4087,47460 -"34988",4087,54987 -"34989",4087,54992 -"34990",4088,7403 -"34991",4088,8287 -"34992",4088,13224 -"34993",4088,22503 -"34994",4088,78829 -"34995",4088,95502 -"34996",4089,4634 -"34997",4089,5037 -"34998",4089,8166 -"34999",4089,8839 -"35000",4089,9656 -"35001",4089,12634 -"35002",4089,13829 -"35003",4089,15281 -"35004",4089,16871 -"35005",4089,20709 -"35006",4089,21717 -"35007",4089,33090 -"35008",4089,33649 -"35009",4089,47882 -"35010",4089,52765 -"35011",4089,52848 -"35012",4089,52861 -"35013",4089,55106 -"35014",4089,61266 -"35015",4089,61942 -"35016",4089,88448 -"35017",4089,105927 -"35018",4089,107364 -"35019",4090,118998 -"35020",4091,6193 -"35021",4091,33410 -"35022",4091,79390 -"35023",4091,121471 -"35024",4092,4114 -"35025",4093,8648 -"35026",4093,8826 -"35027",4094,6052 -"35028",4094,7471 -"35029",4094,8686 -"35030",4094,8870 -"35031",4094,8888 -"35032",4094,8942 -"35033",4094,9741 -"35034",4094,12640 -"35035",4094,13313 -"35036",4094,14441 -"35037",4094,15378 -"35038",4094,17447 -"35039",4094,19034 -"35040",4094,19580 -"35041",4094,19791 -"35042",4094,23386 -"35043",4094,31235 -"35044",4094,39667 -"35045",4094,47733 -"35046",4094,75883 -"35047",4094,75888 -"35048",4094,75892 -"35049",4094,75893 -"35050",4094,75898 -"35051",4095,15668 -"35052",4095,41746 -"35053",4095,61088 -"35054",4095,62047 -"35055",4095,65151 -"35056",4095,66027 -"35057",4095,93662 -"35058",4095,94795 -"35059",4095,95030 -"35060",4096,27138 -"35061",4096,107474 -"35062",4097,5174 -"35063",4097,5897 -"35064",4097,8716 -"35065",4097,8790 -"35066",4097,10033 -"35067",4097,10332 -"35068",4097,11023 -"35069",4097,16126 -"35070",4097,17497 -"35071",4097,22706 -"35072",4097,23462 -"35073",4097,24810 -"35074",4097,26390 -"35075",4097,26521 -"35076",4097,26531 -"35077",4097,26763 -"35078",4097,50044 -"35079",4097,50213 -"35080",4097,52919 -"35081",4097,72410 -"35082",4097,81739 -"35083",4097,85776 -"35084",4097,88574 -"35085",4097,89928 -"35086",4097,100595 -"35087",4097,101157 -"35088",4097,103577 -"35089",4097,104798 -"35090",4098,15803 -"35091",4098,20824 -"35092",4098,25194 -"35093",4098,31423 -"35094",4098,31492 -"35095",4098,34216 -"35096",4098,38848 -"35097",4098,39714 -"35098",4098,44319 -"35099",4098,44858 -"35100",4098,51654 -"35101",4098,57105 -"35102",4098,58035 -"35103",4098,83165 -"35104",4098,83906 -"35105",4098,83915 -"35106",4098,83949 -"35107",4099,8613 -"35108",4099,16284 -"35109",4099,36548 -"35110",4099,69906 -"35111",4099,83526 -"35112",4099,91019 -"35113",4099,103639 -"35114",4099,103640 -"35115",4099,103850 -"35116",4099,117722 -"35117",4099,117737 -"35118",4100,46608 -"35119",4102,5264 -"35120",4102,13635 -"35121",4102,28580 -"35122",4102,37054 -"35123",4102,40155 -"35124",4102,44647 -"35125",4102,54399 -"35126",4102,58671 -"35127",4102,71561 -"35128",4103,24427 -"35129",4104,4246 -"35130",4104,16273 -"35131",4104,18182 -"35132",4104,31415 -"35133",4105,11531 -"35134",4106,8600 -"35135",4106,45886 -"35136",4106,47183 -"35137",4106,47184 -"35138",4107,4121 -"35139",4107,18891 -"35140",4107,28614 -"35141",4107,36637 -"35142",4107,45282 -"35143",4107,52077 -"35144",4107,56705 -"35145",4107,79837 -"35146",4107,96983 -"35147",4108,6700 -"35148",4108,11470 -"35149",4108,14138 -"35150",4108,15169 -"35151",4108,25835 -"35152",4108,29356 -"35153",4108,29362 -"35154",4108,30955 -"35155",4108,31809 -"35156",4108,45084 -"35157",4108,48096 -"35158",4108,60082 -"35159",4108,67362 -"35160",4108,79744 -"35161",4108,81160 -"35162",4108,81689 -"35163",4108,89675 -"35164",4109,5810 -"35165",4109,10790 -"35166",4109,14309 -"35167",4109,20694 -"35168",4109,24716 -"35169",4109,31219 -"35170",4109,32877 -"35171",4109,39444 -"35172",4109,39853 -"35173",4109,43143 -"35174",4109,48341 -"35175",4109,48414 -"35176",4109,59276 -"35177",4109,63132 -"35178",4109,68194 -"35179",4109,77414 -"35180",4109,78287 -"35181",4109,82368 -"35182",4109,83909 -"35183",4109,83956 -"35184",4109,83957 -"35185",4109,90840 -"35186",4109,93017 -"35187",4109,94353 -"35188",4109,94794 -"35189",4109,95082 -"35190",4109,95439 -"35191",4109,122094 -"35192",4110,6614 -"35193",4111,5852 -"35194",4111,6207 -"35195",4111,101365 -"35196",4112,25173 -"35197",4112,62930 -"35198",4113,10899 -"35199",4113,14090 -"35200",4114,18801 -"35201",4114,21187 -"35202",4114,22689 -"35203",4114,39188 -"35204",4114,52918 -"35205",4114,82510 -"35206",4114,85958 -"35207",4114,86653 -"35208",4116,6603 -"35209",4116,10067 -"35210",4116,16499 -"35211",4116,21905 -"35212",4116,24983 -"35213",4116,27299 -"35214",4116,27314 -"35215",4116,79823 -"35216",4116,88209 -"35217",4116,95448 -"35218",4116,120690 -"35219",4117,32340 -"35220",4117,51434 -"35221",4117,67815 -"35222",4117,92368 -"35223",4118,11148 -"35224",4118,28898 -"35225",4118,33472 -"35226",4118,70636 -"35227",4118,82675 -"35228",4118,82676 -"35229",4119,20333 -"35230",4120,6076 -"35231",4120,6596 -"35232",4120,9624 -"35233",4120,24166 -"35234",4120,28991 -"35235",4120,44674 -"35236",4121,18891 -"35237",4121,28614 -"35238",4121,29000 -"35239",4121,40074 -"35240",4121,52077 -"35241",4121,56705 -"35242",4121,91090 -"35243",4121,92280 -"35244",4121,106651 -"35245",4122,46162 -"35246",4122,62401 -"35247",4122,79028 -"35248",4122,86208 -"35249",4123,4213 -"35250",4123,28636 -"35251",4123,32710 -"35252",4123,80511 -"35253",4123,84532 -"35254",4123,85350 -"35255",4123,85353 -"35256",4123,90364 -"35257",4123,95818 -"35258",4124,107139 -"35259",4124,109785 -"35260",4125,6489 -"35261",4125,73903 -"35262",4125,93947 -"35263",4126,5553 -"35264",4126,12107 -"35265",4126,23305 -"35266",4126,107919 -"35267",4127,18713 -"35268",4127,21925 -"35269",4127,22050 -"35270",4127,22670 -"35271",4127,23071 -"35272",4127,27339 -"35273",4127,36299 -"35274",4127,54921 -"35275",4127,75946 -"35276",4127,91123 -"35277",4128,4189 -"35278",4128,4207 -"35279",4128,4210 -"35280",4128,4236 -"35281",4128,4398 -"35282",4128,4421 -"35283",4128,9463 -"35284",4128,9492 -"35285",4128,23387 -"35286",4128,44825 -"35287",4129,4669 -"35288",4129,4941 -"35289",4129,5304 -"35290",4129,5406 -"35291",4129,6189 -"35292",4129,6280 -"35293",4129,6298 -"35294",4129,7868 -"35295",4129,10365 -"35296",4129,11566 -"35297",4129,12994 -"35298",4129,13822 -"35299",4129,18066 -"35300",4129,22460 -"35301",4129,23528 -"35302",4129,24796 -"35303",4129,28869 -"35304",4129,30030 -"35305",4129,35612 -"35306",4129,37235 -"35307",4129,38736 -"35308",4129,39198 -"35309",4129,41197 -"35310",4129,41464 -"35311",4129,42746 -"35312",4129,50343 -"35313",4129,76482 -"35314",4129,78596 -"35315",4129,78640 -"35316",4129,78675 -"35317",4129,91275 -"35318",4130,4345 -"35319",4130,5315 -"35320",4130,6047 -"35321",4130,6121 -"35322",4130,8456 -"35323",4130,10358 -"35324",4130,12510 -"35325",4130,13364 -"35326",4130,14032 -"35327",4130,17493 -"35328",4130,20150 -"35329",4130,20253 -"35330",4130,21411 -"35331",4130,22088 -"35332",4130,23310 -"35333",4130,26076 -"35334",4130,27187 -"35335",4130,28514 -"35336",4130,29561 -"35337",4130,31767 -"35338",4130,44005 -"35339",4130,44581 -"35340",4130,44983 -"35341",4130,45506 -"35342",4130,46071 -"35343",4130,49424 -"35344",4130,51299 -"35345",4130,52924 -"35346",4130,62488 -"35347",4130,71693 -"35348",4130,74730 -"35349",4130,78032 -"35350",4130,82885 -"35351",4130,84434 -"35352",4130,92817 -"35353",4130,94653 -"35354",4130,98406 -"35355",4130,102881 -"35356",4130,110250 -"35357",4130,110343 -"35358",4130,112480 -"35359",4130,122076 -"35360",4131,4201 -"35361",4131,37879 -"35362",4132,4539 -"35363",4133,35511 -"35364",4133,100091 -"35365",4134,56807 -"35366",4134,69475 -"35367",4134,73844 -"35368",4134,77220 -"35369",4135,22458 -"35370",4135,31231 -"35371",4135,32272 -"35372",4135,33297 -"35373",4135,33314 -"35374",4135,34881 -"35375",4135,37688 -"35376",4135,46365 -"35377",4135,51835 -"35378",4136,4490 -"35379",4136,4564 -"35380",4136,4657 -"35381",4136,4824 -"35382",4136,4830 -"35383",4136,4831 -"35384",4136,5193 -"35385",4136,7215 -"35386",4136,14715 -"35387",4136,27773 -"35388",4136,29815 -"35389",4136,29825 -"35390",4136,30264 -"35391",4136,32814 -"35392",4136,33181 -"35393",4136,46329 -"35394",4136,54968 -"35395",4136,71206 -"35396",4137,51363 -"35397",4137,54363 -"35398",4138,4200 -"35399",4138,4231 -"35400",4138,4236 -"35401",4138,6241 -"35402",4138,13448 -"35403",4138,16603 -"35404",4138,16825 -"35405",4138,24405 -"35406",4138,40889 -"35407",4138,43246 -"35408",4138,70219 -"35409",4138,76065 -"35410",4138,81877 -"35411",4139,71618 -"35412",4139,90108 -"35413",4139,94829 -"35414",4139,97123 -"35415",4140,39910 -"35416",4140,46990 -"35417",4141,4779 -"35418",4141,5036 -"35419",4141,5075 -"35420",4141,5081 -"35421",4141,6221 -"35422",4141,48074 -"35423",4141,58829 -"35424",4141,71675 -"35425",4141,73261 -"35426",4142,29769 -"35427",4142,30076 -"35428",4142,32820 -"35429",4142,37985 -"35430",4142,39261 -"35431",4142,45541 -"35432",4142,46471 -"35433",4142,62244 -"35434",4142,63264 -"35435",4142,82200 -"35436",4142,92508 -"35437",4142,93078 -"35438",4142,93381 -"35439",4142,116926 -"35440",4143,17052 -"35441",4143,25950 -"35442",4143,26043 -"35443",4143,31519 -"35444",4143,36508 -"35445",4143,54476 -"35446",4143,78831 -"35447",4143,79371 -"35448",4143,84035 -"35449",4143,100708 -"35450",4143,100780 -"35451",4144,4673 -"35452",4144,14343 -"35453",4144,15502 -"35454",4144,18072 -"35455",4144,23152 -"35456",4144,32678 -"35457",4144,35911 -"35458",4144,47217 -"35459",4144,93111 -"35460",4145,10173 -"35461",4145,17499 -"35462",4145,17676 -"35463",4145,26527 -"35464",4145,26597 -"35465",4145,39524 -"35466",4145,39628 -"35467",4145,42382 -"35468",4145,46616 -"35469",4145,48644 -"35470",4145,53584 -"35471",4145,59538 -"35472",4145,92358 -"35473",4146,88501 -"35474",4146,91684 -"35475",4146,97050 -"35476",4147,9459 -"35477",4147,14035 -"35478",4148,5318 -"35479",4148,5452 -"35480",4148,6415 -"35481",4148,7130 -"35482",4148,9082 -"35483",4148,12680 -"35484",4148,12998 -"35485",4148,16075 -"35486",4148,16866 -"35487",4148,17942 -"35488",4148,18865 -"35489",4148,20176 -"35490",4148,20252 -"35491",4148,26355 -"35492",4148,26642 -"35493",4148,26929 -"35494",4148,27077 -"35495",4148,29482 -"35496",4148,35702 -"35497",4148,36270 -"35498",4148,41451 -"35499",4148,43757 -"35500",4148,44124 -"35501",4148,47133 -"35502",4148,47414 -"35503",4148,49106 -"35504",4148,57094 -"35505",4148,58898 -"35506",4148,59147 -"35507",4148,59237 -"35508",4148,59359 -"35509",4148,61563 -"35510",4148,61867 -"35511",4148,62007 -"35512",4148,62078 -"35513",4148,62375 -"35514",4148,62633 -"35515",4148,63395 -"35516",4148,64408 -"35517",4148,64418 -"35518",4148,64511 -"35519",4148,65230 -"35520",4148,66145 -"35521",4148,67503 -"35522",4148,67721 -"35523",4148,68816 -"35524",4148,68909 -"35525",4148,68938 -"35526",4148,69332 -"35527",4148,69681 -"35528",4148,70610 -"35529",4148,70611 -"35530",4148,70725 -"35531",4148,71211 -"35532",4148,71505 -"35533",4148,71887 -"35534",4149,8335 -"35535",4149,10769 -"35536",4149,14288 -"35537",4149,14350 -"35538",4149,20229 -"35539",4149,29572 -"35540",4149,29608 -"35541",4149,45617 -"35542",4149,56317 -"35543",4149,56388 -"35544",4149,61970 -"35545",4149,81588 -"35546",4149,85821 -"35547",4149,89097 -"35548",4149,101999 -"35549",4150,47741 -"35550",4150,67721 -"35551",4150,70546 -"35552",4150,94098 -"35553",4150,109297 -"35554",4151,4156 -"35555",4151,4183 -"35556",4151,4188 -"35557",4152,39875 -"35558",4153,4526 -"35559",4153,12677 -"35560",4153,15208 -"35561",4153,19714 -"35562",4153,19828 -"35563",4153,22166 -"35564",4153,25776 -"35565",4153,29102 -"35566",4153,48055 -"35567",4153,48466 -"35568",4153,72281 -"35569",4153,115162 -"35570",4154,31397 -"35571",4154,79194 -"35572",4155,4174 -"35573",4155,4374 -"35574",4155,4558 -"35575",4155,10769 -"35576",4155,12791 -"35577",4155,17083 -"35578",4155,18707 -"35579",4155,30052 -"35580",4155,54080 -"35581",4155,60421 -"35582",4155,63753 -"35583",4155,73991 -"35584",4155,76892 -"35585",4156,4183 -"35586",4156,4188 -"35587",4156,4560 -"35588",4156,9778 -"35589",4156,14838 -"35590",4156,16969 -"35591",4156,31567 -"35592",4156,32734 -"35593",4156,45198 -"35594",4156,58691 -"35595",4156,62695 -"35596",4157,29627 -"35597",4157,48700 -"35598",4157,54138 -"35599",4157,96050 -"35600",4158,6204 -"35601",4158,6321 -"35602",4158,11715 -"35603",4158,12295 -"35604",4158,14052 -"35605",4158,30055 -"35606",4158,30154 -"35607",4158,37069 -"35608",4158,44334 -"35609",4158,58334 -"35610",4158,66323 -"35611",4158,67499 -"35612",4158,73015 -"35613",4158,83444 -"35614",4158,99949 -"35615",4158,101914 -"35616",4158,103631 -"35617",4158,103723 -"35618",4158,103732 -"35619",4158,103759 -"35620",4158,103773 -"35621",4159,52203 -"35622",4159,59570 -"35623",4160,4497 -"35624",4160,87290 -"35625",4160,87304 -"35626",4161,10271 -"35627",4161,11769 -"35628",4161,25241 -"35629",4161,25529 -"35630",4161,25853 -"35631",4161,44529 -"35632",4161,52796 -"35633",4162,7702 -"35634",4162,12448 -"35635",4162,18354 -"35636",4162,18629 -"35637",4162,26794 -"35638",4162,48335 -"35639",4162,87773 -"35640",4163,5908 -"35641",4163,15574 -"35642",4163,17630 -"35643",4163,17722 -"35644",4163,30893 -"35645",4163,31952 -"35646",4163,56289 -"35647",4163,56309 -"35648",4164,36276 -"35649",4164,76998 -"35650",4164,77501 -"35651",4165,4473 -"35652",4165,4798 -"35653",4165,22321 -"35654",4165,22439 -"35655",4165,22449 -"35656",4165,22593 -"35657",4165,37157 -"35658",4165,48086 -"35659",4165,50724 -"35660",4165,63081 -"35661",4165,67704 -"35662",4165,72601 -"35663",4166,4171 -"35664",4166,4230 -"35665",4166,8664 -"35666",4167,4168 -"35667",4167,7656 -"35668",4167,30224 -"35669",4167,35586 -"35670",4167,51651 -"35671",4167,54227 -"35672",4167,60744 -"35673",4167,60838 -"35674",4167,70766 -"35675",4167,83318 -"35676",4167,95197 -"35677",4168,52027 -"35678",4169,8199 -"35679",4169,9851 -"35680",4169,13822 -"35681",4169,15515 -"35682",4169,21445 -"35683",4169,24176 -"35684",4169,31868 -"35685",4169,37905 -"35686",4169,94715 -"35687",4170,13779 -"35688",4171,4230 -"35689",4171,8664 -"35690",4172,4240 -"35691",4172,5599 -"35692",4172,23878 -"35693",4172,33353 -"35694",4172,35667 -"35695",4172,42544 -"35696",4172,44240 -"35697",4172,93090 -"35698",4172,93091 -"35699",4173,4178 -"35700",4173,4206 -"35701",4173,4241 -"35702",4174,4374 -"35703",4174,6052 -"35704",4174,12642 -"35705",4174,17083 -"35706",4174,18707 -"35707",4174,18995 -"35708",4174,21451 -"35709",4174,23697 -"35710",4174,27694 -"35711",4174,30052 -"35712",4174,30708 -"35713",4174,31609 -"35714",4174,32130 -"35715",4174,33569 -"35716",4174,34885 -"35717",4174,54080 -"35718",4174,56317 -"35719",4174,60421 -"35720",4174,73991 -"35721",4174,79973 -"35722",4174,112639 -"35723",4175,4289 -"35724",4175,4897 -"35725",4175,7115 -"35726",4175,7905 -"35727",4175,12975 -"35728",4175,18103 -"35729",4175,38227 -"35730",4175,40519 -"35731",4175,101734 -"35732",4175,101749 -"35733",4176,42958 -"35734",4176,43566 -"35735",4176,45269 -"35736",4178,4206 -"35737",4178,4241 -"35738",4178,12491 -"35739",4179,4203 -"35740",4179,4208 -"35741",4179,8556 -"35742",4179,8940 -"35743",4179,9662 -"35744",4179,9730 -"35745",4179,9765 -"35746",4179,9770 -"35747",4179,9817 -"35748",4179,9835 -"35749",4179,9844 -"35750",4179,9909 -"35751",4179,9930 -"35752",4179,9931 -"35753",4179,9938 -"35754",4179,18191 -"35755",4179,18925 -"35756",4179,36525 -"35757",4179,36576 -"35758",4179,41606 -"35759",4179,66355 -"35760",4180,7253 -"35761",4180,13538 -"35762",4180,17579 -"35763",4180,21081 -"35764",4180,34953 -"35765",4180,48114 -"35766",4180,97813 -"35767",4181,34505 -"35768",4181,52675 -"35769",4182,54503 -"35770",4182,111363 -"35771",4183,4188 -"35772",4183,4875 -"35773",4183,11868 -"35774",4183,15320 -"35775",4183,15784 -"35776",4183,17111 -"35777",4183,19266 -"35778",4183,24611 -"35779",4183,28078 -"35780",4183,37029 -"35781",4183,37494 -"35782",4183,49088 -"35783",4183,49172 -"35784",4183,55895 -"35785",4183,86153 -"35786",4184,17217 -"35787",4184,31854 -"35788",4184,38087 -"35789",4184,42069 -"35790",4184,44944 -"35791",4184,52679 -"35792",4184,62699 -"35793",4184,63205 -"35794",4184,65523 -"35795",4184,70960 -"35796",4184,86255 -"35797",4184,86359 -"35798",4184,90003 -"35799",4185,10198 -"35800",4186,57723 -"35801",4186,79965 -"35802",4187,38113 -"35803",4187,66861 -"35804",4187,116020 -"35805",4188,4229 -"35806",4188,4560 -"35807",4188,9778 -"35808",4188,20630 -"35809",4188,24481 -"35810",4188,32734 -"35811",4188,65722 -"35812",4188,87429 -"35813",4189,4207 -"35814",4189,4210 -"35815",4189,4398 -"35816",4189,4421 -"35817",4189,17030 -"35818",4189,39576 -"35819",4189,49848 -"35820",4189,53569 -"35821",4189,54361 -"35822",4189,63675 -"35823",4189,74977 -"35824",4189,76238 -"35825",4189,76240 -"35826",4189,76242 -"35827",4189,76253 -"35828",4189,76254 -"35829",4189,76258 -"35830",4189,76261 -"35831",4189,76263 -"35832",4189,76409 -"35833",4189,76411 -"35834",4190,14008 -"35835",4190,66306 -"35836",4191,4618 -"35837",4191,4809 -"35838",4191,4810 -"35839",4191,4822 -"35840",4191,4851 -"35841",4191,8772 -"35842",4191,17357 -"35843",4191,24447 -"35844",4191,25538 -"35845",4191,25608 -"35846",4191,25643 -"35847",4191,26271 -"35848",4191,29348 -"35849",4191,29745 -"35850",4191,31380 -"35851",4191,33574 -"35852",4191,39714 -"35853",4191,40293 -"35854",4191,51336 -"35855",4191,51396 -"35856",4191,51410 -"35857",4191,54553 -"35858",4191,64722 -"35859",4191,82208 -"35860",4191,83180 -"35861",4191,83674 -"35862",4191,83906 -"35863",4191,84646 -"35864",4191,87895 -"35865",4191,87897 -"35866",4191,110006 -"35867",4191,113555 -"35868",4192,19903 -"35869",4192,42257 -"35870",4192,46675 -"35871",4192,52023 -"35872",4192,53952 -"35873",4192,54226 -"35874",4192,91401 -"35875",4192,98061 -"35876",4192,115705 -"35877",4193,12945 -"35878",4194,16613 -"35879",4194,20412 -"35880",4194,39100 -"35881",4194,61382 -"35882",4195,7119 -"35883",4195,28969 -"35884",4195,63012 -"35885",4195,69561 -"35886",4195,80251 -"35887",4196,20297 -"35888",4196,39047 -"35889",4197,32662 -"35890",4197,59852 -"35891",4197,72385 -"35892",4197,81870 -"35893",4197,91779 -"35894",4197,108430 -"35895",4197,122496 -"35896",4197,122502 -"35897",4198,8354 -"35898",4198,28898 -"35899",4198,109303 -"35900",4199,21128 -"35901",4199,21270 -"35902",4199,21303 -"35903",4199,21342 -"35904",4199,21362 -"35905",4199,23990 -"35906",4199,39063 -"35907",4199,101762 -"35908",4200,4231 -"35909",4200,4236 -"35910",4201,18590 -"35911",4201,18657 -"35912",4201,19298 -"35913",4201,31119 -"35914",4201,34228 -"35915",4201,37938 -"35916",4201,39210 -"35917",4201,39228 -"35918",4201,41932 -"35919",4202,4448 -"35920",4202,4454 -"35921",4202,4557 -"35922",4202,4616 -"35923",4202,4617 -"35924",4202,8716 -"35925",4202,9376 -"35926",4202,9481 -"35927",4202,9739 -"35928",4202,10453 -"35929",4202,11313 -"35930",4202,11552 -"35931",4202,11582 -"35932",4202,11583 -"35933",4202,11642 -"35934",4202,11644 -"35935",4202,13871 -"35936",4202,15506 -"35937",4202,16687 -"35938",4202,17018 -"35939",4202,20697 -"35940",4202,22061 -"35941",4202,22617 -"35942",4202,30361 -"35943",4202,30368 -"35944",4202,30924 -"35945",4202,31542 -"35946",4202,33787 -"35947",4202,35895 -"35948",4202,40309 -"35949",4202,43574 -"35950",4202,45766 -"35951",4202,49636 -"35952",4202,54805 -"35953",4202,55824 -"35954",4202,56569 -"35955",4202,77478 -"35956",4202,81619 -"35957",4202,90102 -"35958",4202,93755 -"35959",4202,121505 -"35960",4203,4208 -"35961",4203,9246 -"35962",4203,57610 -"35963",4204,13817 -"35964",4204,33094 -"35965",4204,43220 -"35966",4205,4212 -"35967",4206,4241 -"35968",4207,4210 -"35969",4207,4398 -"35970",4207,4421 -"35971",4207,17030 -"35972",4207,49848 -"35973",4207,53569 -"35974",4207,54361 -"35975",4207,63675 -"35976",4207,74977 -"35977",4207,76238 -"35978",4207,76240 -"35979",4207,76242 -"35980",4207,76253 -"35981",4207,76254 -"35982",4207,76258 -"35983",4207,76261 -"35984",4207,76263 -"35985",4207,76409 -"35986",4207,76411 -"35987",4208,18302 -"35988",4208,26720 -"35989",4208,31374 -"35990",4208,32024 -"35991",4208,36712 -"35992",4210,4398 -"35993",4210,4421 -"35994",4211,11840 -"35995",4211,33015 -"35996",4211,33735 -"35997",4211,79752 -"35998",4211,84010 -"35999",4211,84011 -"36000",4212,35002 -"36001",4212,45077 -"36002",4212,45370 -"36003",4212,69359 -"36004",4213,4788 -"36005",4213,5577 -"36006",4213,8277 -"36007",4213,14185 -"36008",4213,18197 -"36009",4213,19221 -"36010",4213,20798 -"36011",4213,22797 -"36012",4213,24882 -"36013",4213,26273 -"36014",4213,34583 -"36015",4213,35041 -"36016",4213,40544 -"36017",4213,60753 -"36018",4213,62056 -"36019",4213,62878 -"36020",4213,63250 -"36021",4213,63424 -"36022",4213,67166 -"36023",4213,70931 -"36024",4213,73156 -"36025",4213,73374 -"36026",4213,88618 -"36027",4213,90675 -"36028",4213,92929 -"36029",4213,94400 -"36030",4213,99169 -"36031",4213,104144 -"36032",4213,105878 -"36033",4213,108844 -"36034",4213,116836 -"36035",4214,26888 -"36036",4214,54384 -"36037",4214,58882 -"36038",4214,69955 -"36039",4215,25560 -"36040",4215,96355 -"36041",4216,26889 -"36042",4216,75586 -"36043",4217,7616 -"36044",4217,12278 -"36045",4217,16539 -"36046",4217,28157 -"36047",4217,36784 -"36048",4217,42523 -"36049",4217,67556 -"36050",4217,74234 -"36051",4217,76646 -"36052",4217,82893 -"36053",4217,83273 -"36054",4217,85189 -"36055",4217,96564 -"36056",4217,96611 -"36057",4218,4283 -"36058",4218,17859 -"36059",4218,43601 -"36060",4218,109953 -"36061",4219,23729 -"36062",4219,52136 -"36063",4220,50649 -"36064",4220,59305 -"36065",4220,82052 -"36066",4221,36339 -"36067",4221,54209 -"36068",4221,57929 -"36069",4222,5517 -"36070",4222,13422 -"36071",4222,31139 -"36072",4222,53104 -"36073",4222,79965 -"36074",4223,20252 -"36075",4223,25221 -"36076",4223,26642 -"36077",4224,4310 -"36078",4224,4640 -"36079",4224,4691 -"36080",4224,111005 -"36081",4225,4634 -"36082",4225,5037 -"36083",4225,14490 -"36084",4225,26632 -"36085",4225,49240 -"36086",4225,49259 -"36087",4225,49389 -"36088",4225,49440 -"36089",4226,4692 -"36090",4226,4747 -"36091",4226,4765 -"36092",4226,4872 -"36093",4226,6491 -"36094",4226,6672 -"36095",4226,7023 -"36096",4226,10266 -"36097",4226,11078 -"36098",4226,15539 -"36099",4226,15643 -"36100",4226,19674 -"36101",4226,24789 -"36102",4226,25473 -"36103",4226,26130 -"36104",4226,26345 -"36105",4226,26451 -"36106",4226,32026 -"36107",4226,32811 -"36108",4226,43517 -"36109",4226,43518 -"36110",4226,48260 -"36111",4226,55543 -"36112",4226,58133 -"36113",4227,4235 -"36114",4227,4254 -"36115",4228,10218 -"36116",4228,11199 -"36117",4228,20994 -"36118",4228,25128 -"36119",4228,66141 -"36120",4228,81600 -"36121",4228,94637 -"36122",4228,117731 -"36123",4229,4560 -"36124",4229,20508 -"36125",4229,22235 -"36126",4229,29596 -"36127",4229,30245 -"36128",4230,8664 -"36129",4231,4236 -"36130",4231,36629 -"36131",4231,44782 -"36132",4231,44825 -"36133",4231,44839 -"36134",4231,45130 -"36135",4231,86766 -"36136",4233,4656 -"36137",4233,4661 -"36138",4234,4504 -"36139",4234,11944 -"36140",4234,12274 -"36141",4234,12355 -"36142",4234,30555 -"36143",4234,54640 -"36144",4235,4254 -"36145",4236,23387 -"36146",4236,36629 -"36147",4236,38974 -"36148",4236,44782 -"36149",4236,44825 -"36150",4236,44839 -"36151",4236,45130 -"36152",4236,89734 -"36153",4236,96597 -"36154",4237,8285 -"36155",4237,20231 -"36156",4237,57334 -"36157",4237,59127 -"36158",4237,61445 -"36159",4237,62513 -"36160",4237,96364 -"36161",4237,118798 -"36162",4238,7255 -"36163",4238,19024 -"36164",4238,20216 -"36165",4238,41514 -"36166",4238,47162 -"36167",4238,54731 -"36168",4238,70738 -"36169",4239,91381 -"36170",4239,97201 -"36171",4239,102978 -"36172",4239,103002 -"36173",4239,103016 -"36174",4240,20641 -"36175",4240,21198 -"36176",4240,23134 -"36177",4240,25384 -"36178",4240,29420 -"36179",4240,32751 -"36180",4240,36356 -"36181",4240,36972 -"36182",4240,53250 -"36183",4240,58530 -"36184",4240,64338 -"36185",4240,64792 -"36186",4240,84743 -"36187",4240,87865 -"36188",4240,121343 -"36189",4241,22328 -"36190",4242,6952 -"36191",4242,8471 -"36192",4242,9506 -"36193",4242,9716 -"36194",4242,10073 -"36195",4242,14626 -"36196",4242,29277 -"36197",4242,32582 -"36198",4242,35663 -"36199",4242,38653 -"36200",4242,53793 -"36201",4242,78768 -"36202",4242,83658 -"36203",4242,83810 -"36204",4242,84757 -"36205",4242,89724 -"36206",4243,16347 -"36207",4243,49379 -"36208",4243,52946 -"36209",4244,5046 -"36210",4244,5195 -"36211",4244,8621 -"36212",4244,10404 -"36213",4244,16164 -"36214",4244,16461 -"36215",4244,16688 -"36216",4244,22753 -"36217",4244,27753 -"36218",4244,30438 -"36219",4244,38449 -"36220",4244,39058 -"36221",4244,40695 -"36222",4244,43652 -"36223",4244,44319 -"36224",4244,51022 -"36225",4244,51654 -"36226",4244,54740 -"36227",4244,65565 -"36228",4244,79942 -"36229",4244,82919 -"36230",4244,85323 -"36231",4245,5974 -"36232",4245,9837 -"36233",4245,13743 -"36234",4245,15155 -"36235",4245,15954 -"36236",4245,18608 -"36237",4245,31403 -"36238",4245,37063 -"36239",4245,42282 -"36240",4245,43706 -"36241",4245,53837 -"36242",4245,82726 -"36243",4245,86139 -"36244",4245,113592 -"36245",4246,18182 -"36246",4246,41927 -"36247",4246,72575 -"36248",4247,4728 -"36249",4248,14103 -"36250",4248,14638 -"36251",4248,19337 -"36252",4248,27409 -"36253",4248,37052 -"36254",4248,44156 -"36255",4248,48431 -"36256",4248,49850 -"36257",4248,56414 -"36258",4248,56523 -"36259",4248,59789 -"36260",4248,60114 -"36261",4248,65654 -"36262",4248,65675 -"36263",4248,65710 -"36264",4248,65751 -"36265",4249,5114 -"36266",4249,6223 -"36267",4249,8244 -"36268",4249,10691 -"36269",4249,11092 -"36270",4249,14489 -"36271",4249,15782 -"36272",4249,17905 -"36273",4249,17926 -"36274",4249,17927 -"36275",4249,21299 -"36276",4249,22345 -"36277",4249,22533 -"36278",4249,22546 -"36279",4249,22731 -"36280",4249,23048 -"36281",4249,28648 -"36282",4249,29939 -"36283",4249,41476 -"36284",4249,45297 -"36285",4249,46010 -"36286",4249,56290 -"36287",4250,29585 -"36288",4251,4285 -"36289",4251,4318 -"36290",4252,7159 -"36291",4252,7161 -"36292",4252,15441 -"36293",4252,17884 -"36294",4252,20572 -"36295",4252,24948 -"36296",4252,24989 -"36297",4252,25048 -"36298",4252,51632 -"36299",4252,67288 -"36300",4253,11082 -"36301",4253,11752 -"36302",4253,24478 -"36303",4253,26748 -"36304",4253,41123 -"36305",4253,41972 -"36306",4253,42275 -"36307",4253,55666 -"36308",4253,60549 -"36309",4253,78080 -"36310",4253,110189 -"36311",4255,5102 -"36312",4255,6937 -"36313",4255,7998 -"36314",4255,10191 -"36315",4255,11371 -"36316",4255,12762 -"36317",4255,23613 -"36318",4255,23843 -"36319",4255,23985 -"36320",4255,47968 -"36321",4255,65520 -"36322",4255,77094 -"36323",4255,79974 -"36324",4255,84975 -"36325",4256,7604 -"36326",4256,8006 -"36327",4256,16538 -"36328",4256,21889 -"36329",4256,26743 -"36330",4256,39312 -"36331",4256,39931 -"36332",4256,47607 -"36333",4256,51152 -"36334",4256,58053 -"36335",4256,63631 -"36336",4256,67911 -"36337",4256,80375 -"36338",4257,9073 -"36339",4257,16766 -"36340",4257,22263 -"36341",4257,32838 -"36342",4257,34465 -"36343",4257,37594 -"36344",4257,40792 -"36345",4257,53080 -"36346",4257,59118 -"36347",4257,64574 -"36348",4257,83729 -"36349",4257,92900 -"36350",4257,96925 -"36351",4257,109343 -"36352",4258,4311 -"36353",4258,18970 -"36354",4258,29818 -"36355",4258,45088 -"36356",4258,49339 -"36357",4258,49776 -"36358",4258,90947 -"36359",4258,113552 -"36360",4259,14075 -"36361",4259,16365 -"36362",4259,21991 -"36363",4259,27150 -"36364",4259,35602 -"36365",4259,116264 -"36366",4259,117709 -"36367",4259,118436 -"36368",4259,119223 -"36369",4259,120639 -"36370",4260,27783 -"36371",4260,79030 -"36372",4260,87172 -"36373",4260,106708 -"36374",4261,4265 -"36375",4261,13741 -"36376",4261,35783 -"36377",4261,86517 -"36378",4262,10279 -"36379",4262,39647 -"36380",4262,53874 -"36381",4262,62822 -"36382",4262,112904 -"36383",4263,80511 -"36384",4263,122646 -"36385",4264,6723 -"36386",4264,18533 -"36387",4264,19823 -"36388",4264,26126 -"36389",4264,49707 -"36390",4264,50188 -"36391",4264,117781 -"36392",4266,5291 -"36393",4266,11457 -"36394",4266,11648 -"36395",4266,12219 -"36396",4266,12403 -"36397",4266,12570 -"36398",4266,15421 -"36399",4266,16650 -"36400",4266,17178 -"36401",4266,19031 -"36402",4266,20934 -"36403",4266,27878 -"36404",4266,34730 -"36405",4266,42133 -"36406",4266,42695 -"36407",4266,46640 -"36408",4266,50137 -"36409",4266,57535 -"36410",4266,59873 -"36411",4266,72597 -"36412",4266,75383 -"36413",4266,80624 -"36414",4266,97874 -"36415",4266,97997 -"36416",4267,6648 -"36417",4267,9839 -"36418",4267,10331 -"36419",4267,24621 -"36420",4267,34259 -"36421",4268,90510 -"36422",4269,37349 -"36423",4270,18357 -"36424",4270,34424 -"36425",4270,36117 -"36426",4270,52397 -"36427",4270,52497 -"36428",4271,32562 -"36429",4271,32576 -"36430",4271,32652 -"36431",4271,32707 -"36432",4271,49232 -"36433",4272,4742 -"36434",4272,4753 -"36435",4273,5755 -"36436",4273,6943 -"36437",4273,10116 -"36438",4273,16731 -"36439",4273,26122 -"36440",4273,27393 -"36441",4273,50052 -"36442",4273,60404 -"36443",4274,4651 -"36444",4274,7540 -"36445",4274,8510 -"36446",4274,8594 -"36447",4274,8636 -"36448",4274,12528 -"36449",4274,12631 -"36450",4274,12642 -"36451",4274,24448 -"36452",4274,25200 -"36453",4274,25288 -"36454",4274,25782 -"36455",4274,27275 -"36456",4274,27332 -"36457",4274,27388 -"36458",4274,27390 -"36459",4274,37031 -"36460",4274,40068 -"36461",4274,40522 -"36462",4274,40559 -"36463",4274,40616 -"36464",4274,51617 -"36465",4274,52299 -"36466",4274,52735 -"36467",4274,53422 -"36468",4274,57225 -"36469",4274,61158 -"36470",4274,67110 -"36471",4274,67652 -"36472",4274,67669 -"36473",4274,73710 -"36474",4274,80809 -"36475",4275,53866 -"36476",4275,58215 -"36477",4276,5903 -"36478",4276,10503 -"36479",4276,22889 -"36480",4276,26548 -"36481",4276,26723 -"36482",4276,29128 -"36483",4276,32320 -"36484",4276,45308 -"36485",4276,49197 -"36486",4276,65948 -"36487",4276,71106 -"36488",4276,86151 -"36489",4276,86584 -"36490",4276,89901 -"36491",4276,100909 -"36492",4277,5983 -"36493",4277,22127 -"36494",4277,68592 -"36495",4277,103281 -"36496",4277,116580 -"36497",4278,4315 -"36498",4278,11978 -"36499",4278,17499 -"36500",4278,19665 -"36501",4278,23919 -"36502",4278,24063 -"36503",4278,43701 -"36504",4278,46076 -"36505",4278,46648 -"36506",4278,68305 -"36507",4278,74152 -"36508",4278,76450 -"36509",4278,82190 -"36510",4278,85230 -"36511",4278,92627 -"36512",4279,27297 -"36513",4279,83907 -"36514",4279,112090 -"36515",4279,119794 -"36516",4280,4331 -"36517",4280,15251 -"36518",4280,24080 -"36519",4280,24792 -"36520",4280,24907 -"36521",4280,27453 -"36522",4280,27989 -"36523",4280,41849 -"36524",4280,46700 -"36525",4280,54775 -"36526",4281,6177 -"36527",4281,7196 -"36528",4281,8913 -"36529",4281,20626 -"36530",4281,26485 -"36531",4281,32988 -"36532",4281,36862 -"36533",4281,42909 -"36534",4281,46733 -"36535",4281,54729 -"36536",4281,63112 -"36537",4281,64326 -"36538",4281,74348 -"36539",4281,80055 -"36540",4281,80625 -"36541",4281,80748 -"36542",4281,80892 -"36543",4281,81046 -"36544",4281,89953 -"36545",4281,91159 -"36546",4281,91202 -"36547",4281,91315 -"36548",4281,91482 -"36549",4281,92757 -"36550",4281,98845 -"36551",4281,99207 -"36552",4281,118099 -"36553",4282,7316 -"36554",4282,15391 -"36555",4282,29030 -"36556",4282,35090 -"36557",4282,37625 -"36558",4282,41411 -"36559",4282,56864 -"36560",4282,59405 -"36561",4283,52177 -"36562",4283,52207 -"36563",4284,5960 -"36564",4284,41718 -"36565",4285,4318 -"36566",4285,103284 -"36567",4286,30200 -"36568",4286,53128 -"36569",4286,70139 -"36570",4286,102854 -"36571",4286,104518 -"36572",4287,4373 -"36573",4287,4379 -"36574",4287,4381 -"36575",4288,62762 -"36576",4288,82291 -"36577",4288,110110 -"36578",4289,7115 -"36579",4289,7290 -"36580",4289,29114 -"36581",4289,38227 -"36582",4289,46906 -"36583",4289,67043 -"36584",4289,79457 -"36585",4289,82930 -"36586",4289,103687 -"36587",4290,4368 -"36588",4290,4425 -"36589",4290,6241 -"36590",4290,7621 -"36591",4290,10859 -"36592",4290,24405 -"36593",4290,43198 -"36594",4290,60455 -"36595",4290,86609 -"36596",4291,23972 -"36597",4291,36144 -"36598",4291,52760 -"36599",4291,76612 -"36600",4291,76997 -"36601",4292,4431 -"36602",4294,25819 -"36603",4295,11150 -"36604",4296,4297 -"36605",4296,4440 -"36606",4296,16084 -"36607",4296,32016 -"36608",4296,67085 -"36609",4297,4440 -"36610",4297,15803 -"36611",4297,33388 -"36612",4297,51749 -"36613",4298,7066 -"36614",4298,15792 -"36615",4298,16221 -"36616",4298,20500 -"36617",4298,25872 -"36618",4298,26732 -"36619",4298,26845 -"36620",4298,26892 -"36621",4298,27608 -"36622",4298,28805 -"36623",4298,35649 -"36624",4298,47532 -"36625",4298,61699 -"36626",4298,80141 -"36627",4298,84952 -"36628",4298,94444 -"36629",4298,101185 -"36630",4298,105536 -"36631",4299,6294 -"36632",4299,97993 -"36633",4300,4502 -"36634",4301,20083 -"36635",4301,24709 -"36636",4301,57090 -"36637",4301,83051 -"36638",4301,120854 -"36639",4302,101933 -"36640",4303,4349 -"36641",4303,4516 -"36642",4303,8402 -"36643",4303,8856 -"36644",4303,11105 -"36645",4303,15365 -"36646",4303,16108 -"36647",4303,16444 -"36648",4303,18935 -"36649",4303,20299 -"36650",4303,35270 -"36651",4303,36593 -"36652",4303,36944 -"36653",4303,38222 -"36654",4303,41723 -"36655",4303,45982 -"36656",4303,46339 -"36657",4303,50585 -"36658",4303,52168 -"36659",4303,56907 -"36660",4303,57163 -"36661",4303,64224 -"36662",4303,71267 -"36663",4304,12379 -"36664",4304,14404 -"36665",4304,16540 -"36666",4304,16777 -"36667",4304,28505 -"36668",4304,30177 -"36669",4304,35424 -"36670",4304,36136 -"36671",4304,41397 -"36672",4304,53013 -"36673",4304,54955 -"36674",4304,80691 -"36675",4305,81360 -"36676",4306,4444 -"36677",4306,4746 -"36678",4306,13077 -"36679",4306,15732 -"36680",4306,17183 -"36681",4306,34472 -"36682",4306,49152 -"36683",4306,55016 -"36684",4306,90091 -"36685",4306,90183 -"36686",4306,90184 -"36687",4307,11963 -"36688",4307,13084 -"36689",4307,15128 -"36690",4307,16143 -"36691",4307,16254 -"36692",4307,18231 -"36693",4307,23628 -"36694",4307,24204 -"36695",4307,27439 -"36696",4307,29932 -"36697",4307,31985 -"36698",4307,32008 -"36699",4307,35933 -"36700",4307,50029 -"36701",4307,50153 -"36702",4307,98828 -"36703",4307,103789 -"36704",4307,106451 -"36705",4308,12809 -"36706",4308,54675 -"36707",4309,9404 -"36708",4309,19702 -"36709",4309,34042 -"36710",4309,46624 -"36711",4309,72296 -"36712",4309,85343 -"36713",4309,121470 -"36714",4310,13840 -"36715",4310,18801 -"36716",4310,21187 -"36717",4310,22710 -"36718",4310,23467 -"36719",4310,26720 -"36720",4310,82461 -"36721",4310,82510 -"36722",4310,82532 -"36723",4310,93198 -"36724",4312,67521 -"36725",4313,4698 -"36726",4313,7020 -"36727",4313,8253 -"36728",4313,9386 -"36729",4313,11946 -"36730",4313,40642 -"36731",4313,41541 -"36732",4313,42366 -"36733",4313,42487 -"36734",4313,42576 -"36735",4313,61518 -"36736",4313,80056 -"36737",4313,105047 -"36738",4314,10478 -"36739",4314,13600 -"36740",4314,14861 -"36741",4314,18214 -"36742",4314,23538 -"36743",4314,25302 -"36744",4314,29782 -"36745",4314,30141 -"36746",4314,35129 -"36747",4314,40463 -"36748",4314,42225 -"36749",4314,42622 -"36750",4314,43519 -"36751",4314,55973 -"36752",4314,60295 -"36753",4314,71725 -"36754",4314,76990 -"36755",4314,83986 -"36756",4314,89725 -"36757",4314,91232 -"36758",4314,92022 -"36759",4314,98541 -"36760",4314,100154 -"36761",4314,103679 -"36762",4314,105892 -"36763",4314,109339 -"36764",4314,113209 -"36765",4314,114266 -"36766",4314,114802 -"36767",4314,118335 -"36768",4314,120853 -"36769",4314,120858 -"36770",4315,74152 -"36771",4316,4993 -"36772",4316,7942 -"36773",4316,15465 -"36774",4316,18475 -"36775",4316,20422 -"36776",4316,32624 -"36777",4316,40906 -"36778",4316,46650 -"36779",4316,49184 -"36780",4316,56448 -"36781",4317,11348 -"36782",4317,14049 -"36783",4317,15408 -"36784",4317,15529 -"36785",4317,15793 -"36786",4317,16946 -"36787",4317,18422 -"36788",4317,23825 -"36789",4317,33059 -"36790",4317,40051 -"36791",4317,42095 -"36792",4317,44351 -"36793",4317,44411 -"36794",4317,59062 -"36795",4317,63300 -"36796",4317,65439 -"36797",4317,73646 -"36798",4317,90344 -"36799",4317,101858 -"36800",4318,6580 -"36801",4318,29599 -"36802",4318,47956 -"36803",4318,108721 -"36804",4319,34601 -"36805",4319,73375 -"36806",4320,29113 -"36807",4320,31444 -"36808",4320,38597 -"36809",4320,49309 -"36810",4320,49655 -"36811",4320,64530 -"36812",4320,67963 -"36813",4320,80385 -"36814",4320,109901 -"36815",4320,117744 -"36816",4321,4696 -"36817",4322,6679 -"36818",4322,33945 -"36819",4322,58851 -"36820",4322,86026 -"36821",4323,11405 -"36822",4323,12229 -"36823",4323,22340 -"36824",4324,7655 -"36825",4324,12759 -"36826",4324,14503 -"36827",4324,33375 -"36828",4324,63263 -"36829",4325,5528 -"36830",4325,11703 -"36831",4325,38886 -"36832",4325,56086 -"36833",4325,57643 -"36834",4326,5960 -"36835",4326,6479 -"36836",4326,14209 -"36837",4326,15492 -"36838",4326,22665 -"36839",4326,25843 -"36840",4326,27809 -"36841",4326,34402 -"36842",4326,57385 -"36843",4326,63119 -"36844",4326,67132 -"36845",4326,72588 -"36846",4326,77377 -"36847",4326,88102 -"36848",4326,96364 -"36849",4326,100220 -"36850",4326,100554 -"36851",4326,100719 -"36852",4327,5940 -"36853",4327,8210 -"36854",4327,12336 -"36855",4327,33534 -"36856",4327,61411 -"36857",4328,11941 -"36858",4328,75882 -"36859",4328,103386 -"36860",4328,103390 -"36861",4328,112453 -"36862",4329,5658 -"36863",4329,7650 -"36864",4329,8348 -"36865",4329,8945 -"36866",4329,9046 -"36867",4329,10639 -"36868",4329,10688 -"36869",4329,10788 -"36870",4329,12387 -"36871",4329,14236 -"36872",4329,14448 -"36873",4329,15099 -"36874",4329,16669 -"36875",4329,19242 -"36876",4329,19805 -"36877",4329,21098 -"36878",4329,21918 -"36879",4329,24939 -"36880",4329,25639 -"36881",4329,26432 -"36882",4329,26943 -"36883",4329,28332 -"36884",4329,28499 -"36885",4329,29318 -"36886",4329,30866 -"36887",4329,31700 -"36888",4329,32361 -"36889",4329,33275 -"36890",4329,33883 -"36891",4329,36286 -"36892",4329,36767 -"36893",4329,37720 -"36894",4329,37937 -"36895",4329,40419 -"36896",4329,42608 -"36897",4329,44180 -"36898",4329,44972 -"36899",4329,45818 -"36900",4329,51476 -"36901",4329,51892 -"36902",4329,53755 -"36903",4329,54168 -"36904",4329,54319 -"36905",4329,57210 -"36906",4329,58482 -"36907",4329,59172 -"36908",4329,59816 -"36909",4329,61874 -"36910",4329,62370 -"36911",4329,63274 -"36912",4329,66322 -"36913",4329,67327 -"36914",4329,70121 -"36915",4329,70854 -"36916",4329,71683 -"36917",4329,72568 -"36918",4329,72628 -"36919",4329,73767 -"36920",4329,74304 -"36921",4329,75026 -"36922",4329,78508 -"36923",4329,78532 -"36924",4329,79290 -"36925",4329,81609 -"36926",4329,85885 -"36927",4329,91255 -"36928",4329,92247 -"36929",4329,92352 -"36930",4329,92362 -"36931",4329,92929 -"36932",4329,93719 -"36933",4329,94906 -"36934",4329,94946 -"36935",4329,95889 -"36936",4329,96093 -"36937",4329,97988 -"36938",4329,99309 -"36939",4329,99376 -"36940",4329,99450 -"36941",4329,99471 -"36942",4329,99474 -"36943",4329,100916 -"36944",4329,100944 -"36945",4329,101126 -"36946",4329,101329 -"36947",4329,105557 -"36948",4329,107199 -"36949",4329,108743 -"36950",4329,108980 -"36951",4329,109291 -"36952",4329,109933 -"36953",4329,110483 -"36954",4329,110567 -"36955",4329,110572 -"36956",4329,110630 -"36957",4329,110648 -"36958",4329,110711 -"36959",4329,110770 -"36960",4329,110869 -"36961",4329,110911 -"36962",4329,111285 -"36963",4329,111314 -"36964",4329,111362 -"36965",4329,111372 -"36966",4329,111424 -"36967",4329,111433 -"36968",4329,112422 -"36969",4329,113269 -"36970",4329,113430 -"36971",4329,114242 -"36972",4329,114842 -"36973",4329,115427 -"36974",4329,115521 -"36975",4329,115711 -"36976",4329,118216 -"36977",4330,5859 -"36978",4330,16051 -"36979",4330,34124 -"36980",4330,43195 -"36981",4330,48822 -"36982",4330,48981 -"36983",4330,60907 -"36984",4330,61710 -"36985",4330,71645 -"36986",4330,77558 -"36987",4330,97709 -"36988",4330,101840 -"36989",4330,116343 -"36990",4330,116590 -"36991",4330,117818 -"36992",4330,117876 -"36993",4332,4774 -"36994",4332,5259 -"36995",4332,30477 -"36996",4332,31928 -"36997",4332,44755 -"36998",4332,50752 -"36999",4332,56021 -"37000",4332,60641 -"37001",4332,110891 -"37002",4332,110930 -"37003",4333,5812 -"37004",4333,33430 -"37005",4333,38347 -"37006",4334,66058 -"37007",4334,115553 -"37008",4335,7643 -"37009",4335,7797 -"37010",4335,20694 -"37011",4335,25212 -"37012",4335,26835 -"37013",4335,28141 -"37014",4335,31301 -"37015",4335,75901 -"37016",4335,92817 -"37017",4336,4399 -"37018",4336,38173 -"37019",4337,62113 -"37020",4337,97834 -"37021",4337,105783 -"37022",4338,83003 -"37023",4338,88088 -"37024",4338,99084 -"37025",4338,111680 -"37026",4339,4361 -"37027",4339,23066 -"37028",4339,73154 -"37029",4340,7442 -"37030",4340,7445 -"37031",4340,7472 -"37032",4340,22977 -"37033",4340,30044 -"37034",4340,30108 -"37035",4340,40143 -"37036",4340,88461 -"37037",4340,97414 -"37038",4340,97431 -"37039",4341,25880 -"37040",4341,36426 -"37041",4341,42053 -"37042",4341,74715 -"37043",4341,76435 -"37044",4341,79067 -"37045",4341,89935 -"37046",4341,109040 -"37047",4341,116938 -"37048",4342,4343 -"37049",4342,6699 -"37050",4342,6727 -"37051",4342,6875 -"37052",4342,18030 -"37053",4342,19800 -"37054",4342,32599 -"37055",4342,39115 -"37056",4342,46976 -"37057",4342,47947 -"37058",4342,53480 -"37059",4343,6257 -"37060",4343,6727 -"37061",4343,6865 -"37062",4343,6875 -"37063",4343,7286 -"37064",4343,7287 -"37065",4343,12642 -"37066",4343,25534 -"37067",4343,38101 -"37068",4343,44804 -"37069",4343,62359 -"37070",4343,66835 -"37071",4343,66882 -"37072",4343,70775 -"37073",4343,92791 -"37074",4343,116044 -"37075",4344,9878 -"37076",4344,27683 -"37077",4344,39328 -"37078",4344,74450 -"37079",4344,78310 -"37080",4345,5315 -"37081",4345,5440 -"37082",4345,5464 -"37083",4345,6811 -"37084",4345,37507 -"37085",4345,44581 -"37086",4345,44983 -"37087",4345,45506 -"37088",4345,48023 -"37089",4345,74730 -"37090",4345,87083 -"37091",4345,89389 -"37092",4345,98406 -"37093",4345,105145 -"37094",4345,110250 -"37095",4346,4364 -"37096",4346,4386 -"37097",4346,4387 -"37098",4346,92229 -"37099",4347,6080 -"37100",4347,6687 -"37101",4347,84048 -"37102",4348,5364 -"37103",4348,15287 -"37104",4348,15670 -"37105",4348,81335 -"37106",4348,84371 -"37107",4348,98542 -"37108",4349,4983 -"37109",4349,5344 -"37110",4349,10277 -"37111",4349,14798 -"37112",4349,20443 -"37113",4349,25901 -"37114",4349,33554 -"37115",4349,37371 -"37116",4349,43991 -"37117",4349,91254 -"37118",4349,102112 -"37119",4350,28679 -"37120",4350,31952 -"37121",4350,39527 -"37122",4350,52814 -"37123",4350,54500 -"37124",4350,58649 -"37125",4350,84399 -"37126",4350,84904 -"37127",4350,91347 -"37128",4350,91451 -"37129",4351,61758 -"37130",4352,7852 -"37131",4352,38240 -"37132",4352,38259 -"37133",4352,45647 -"37134",4352,49044 -"37135",4352,51879 -"37136",4352,52198 -"37137",4352,60100 -"37138",4352,65998 -"37139",4352,66416 -"37140",4352,71462 -"37141",4352,73809 -"37142",4352,82417 -"37143",4352,92236 -"37144",4352,101461 -"37145",4352,113454 -"37146",4352,115647 -"37147",4352,120677 -"37148",4352,120727 -"37149",4353,5313 -"37150",4353,6894 -"37151",4353,7156 -"37152",4353,7172 -"37153",4353,8905 -"37154",4353,26642 -"37155",4353,31411 -"37156",4353,34278 -"37157",4353,39332 -"37158",4353,40427 -"37159",4353,44571 -"37160",4353,54567 -"37161",4354,19857 -"37162",4354,45679 -"37163",4354,58848 -"37164",4355,15279 -"37165",4355,17294 -"37166",4355,20374 -"37167",4355,24037 -"37168",4355,34682 -"37169",4355,35367 -"37170",4355,47046 -"37171",4355,54850 -"37172",4355,72754 -"37173",4355,119090 -"37174",4355,120119 -"37175",4357,39554 -"37176",4357,73870 -"37177",4357,79673 -"37178",4358,23950 -"37179",4358,53578 -"37180",4358,70205 -"37181",4358,71578 -"37182",4358,108582 -"37183",4359,7366 -"37184",4359,14330 -"37185",4359,32939 -"37186",4360,7858 -"37187",4360,9065 -"37188",4360,14666 -"37189",4360,23889 -"37190",4360,30325 -"37191",4360,36018 -"37192",4360,52136 -"37193",4360,72207 -"37194",4361,17257 -"37195",4361,24474 -"37196",4361,24972 -"37197",4361,26104 -"37198",4361,33870 -"37199",4361,59298 -"37200",4361,65296 -"37201",4361,76818 -"37202",4361,91388 -"37203",4361,110697 -"37204",4361,117006 -"37205",4362,4954 -"37206",4362,5355 -"37207",4362,24551 -"37208",4362,29908 -"37209",4362,49412 -"37210",4362,73405 -"37211",4362,80865 -"37212",4362,88723 -"37213",4362,95332 -"37214",4363,94354 -"37215",4364,4386 -"37216",4364,4387 -"37217",4364,15210 -"37218",4364,17801 -"37219",4364,19565 -"37220",4364,19617 -"37221",4364,21702 -"37222",4364,21854 -"37223",4364,41095 -"37224",4364,78307 -"37225",4364,96070 -"37226",4365,6124 -"37227",4365,7555 -"37228",4365,16680 -"37229",4365,27607 -"37230",4365,29731 -"37231",4365,32032 -"37232",4365,32173 -"37233",4365,34152 -"37234",4365,48284 -"37235",4365,48290 -"37236",4365,49370 -"37237",4365,49419 -"37238",4365,56096 -"37239",4365,69394 -"37240",4366,61719 -"37241",4366,67709 -"37242",4366,96984 -"37243",4367,4408 -"37244",4367,9459 -"37245",4367,12347 -"37246",4367,13686 -"37247",4367,19849 -"37248",4367,20718 -"37249",4367,32085 -"37250",4367,37443 -"37251",4367,41019 -"37252",4367,48972 -"37253",4367,49977 -"37254",4367,81753 -"37255",4368,4425 -"37256",4368,6241 -"37257",4368,7056 -"37258",4368,10859 -"37259",4368,11746 -"37260",4368,19759 -"37261",4368,24405 -"37262",4368,25990 -"37263",4368,33944 -"37264",4368,37706 -"37265",4368,39278 -"37266",4368,42932 -"37267",4368,45176 -"37268",4368,45981 -"37269",4368,50492 -"37270",4368,52440 -"37271",4368,52488 -"37272",4368,52532 -"37273",4368,53342 -"37274",4368,60455 -"37275",4368,77726 -"37276",4368,89965 -"37277",4368,100807 -"37278",4368,106426 -"37279",4369,4381 -"37280",4369,5582 -"37281",4369,7785 -"37282",4369,32560 -"37283",4370,4749 -"37284",4370,4775 -"37285",4370,4971 -"37286",4370,19821 -"37287",4370,31523 -"37288",4370,40651 -"37289",4370,63242 -"37290",4370,81344 -"37291",4370,87353 -"37292",4371,15864 -"37293",4371,23442 -"37294",4371,29266 -"37295",4371,39370 -"37296",4371,59281 -"37297",4371,67700 -"37298",4371,67764 -"37299",4372,4374 -"37300",4372,4402 -"37301",4372,29917 -"37302",4372,37373 -"37303",4372,42036 -"37304",4373,4379 -"37305",4373,4381 -"37306",4373,6989 -"37307",4373,10807 -"37308",4373,11284 -"37309",4373,15365 -"37310",4373,22117 -"37311",4373,32323 -"37312",4373,40366 -"37313",4373,43228 -"37314",4373,52063 -"37315",4374,4402 -"37316",4374,17083 -"37317",4374,27694 -"37318",4374,34827 -"37319",4374,40417 -"37320",4374,48445 -"37321",4374,48522 -"37322",4374,65958 -"37323",4375,4477 -"37324",4375,12256 -"37325",4375,119017 -"37326",4376,4388 -"37327",4377,17868 -"37328",4377,44865 -"37329",4377,51758 -"37330",4377,52524 -"37331",4377,96218 -"37332",4377,96258 -"37333",4378,32485 -"37334",4378,32530 -"37335",4378,53950 -"37336",4378,64074 -"37337",4378,77865 -"37338",4379,4381 -"37339",4379,84504 -"37340",4380,14293 -"37341",4380,24973 -"37342",4380,27267 -"37343",4380,32070 -"37344",4380,47419 -"37345",4380,60644 -"37346",4380,86178 -"37347",4380,90305 -"37348",4380,95973 -"37349",4380,97600 -"37350",4380,99996 -"37351",4380,104785 -"37352",4380,109066 -"37353",4380,111792 -"37354",4380,120200 -"37355",4381,5052 -"37356",4381,5582 -"37357",4381,6944 -"37358",4381,6960 -"37359",4381,6977 -"37360",4381,6989 -"37361",4381,7785 -"37362",4381,8402 -"37363",4381,21980 -"37364",4381,22042 -"37365",4381,32560 -"37366",4381,36699 -"37367",4381,41298 -"37368",4381,46508 -"37369",4381,52603 -"37370",4381,52810 -"37371",4381,89199 -"37372",4382,5431 -"37373",4382,31853 -"37374",4382,43507 -"37375",4382,48707 -"37376",4382,51902 -"37377",4382,73344 -"37378",4382,107797 -"37379",4383,81330 -"37380",4384,6278 -"37381",4384,23748 -"37382",4384,26081 -"37383",4384,36942 -"37384",4384,48464 -"37385",4384,49437 -"37386",4384,59283 -"37387",4384,59488 -"37388",4384,70628 -"37389",4385,5414 -"37390",4385,6432 -"37391",4385,6433 -"37392",4385,22756 -"37393",4385,40561 -"37394",4385,44300 -"37395",4385,78915 -"37396",4385,79760 -"37397",4385,109910 -"37398",4385,117598 -"37399",4385,121555 -"37400",4386,4387 -"37401",4386,6595 -"37402",4386,76555 -"37403",4386,87899 -"37404",4386,99160 -"37405",4386,101133 -"37406",4386,103036 -"37407",4387,18717 -"37408",4387,21854 -"37409",4387,66402 -"37410",4387,82532 -"37411",4388,22149 -"37412",4388,55161 -"37413",4388,56153 -"37414",4388,62890 -"37415",4388,107758 -"37416",4388,119004 -"37417",4388,119123 -"37418",4389,13249 -"37419",4389,14386 -"37420",4389,26991 -"37421",4389,85854 -"37422",4390,34818 -"37423",4390,38229 -"37424",4390,56833 -"37425",4391,33179 -"37426",4391,35483 -"37427",4391,38288 -"37428",4391,63280 -"37429",4391,77645 -"37430",4391,89172 -"37431",4391,90903 -"37432",4391,93377 -"37433",4391,93926 -"37434",4392,5990 -"37435",4392,8895 -"37436",4392,10450 -"37437",4392,11886 -"37438",4392,15530 -"37439",4392,17029 -"37440",4392,17981 -"37441",4392,19087 -"37442",4392,28512 -"37443",4392,30579 -"37444",4392,33406 -"37445",4392,38259 -"37446",4392,38435 -"37447",4392,38459 -"37448",4392,38530 -"37449",4392,47360 -"37450",4392,52309 -"37451",4392,54493 -"37452",4392,62019 -"37453",4392,66474 -"37454",4392,72803 -"37455",4392,73453 -"37456",4392,77173 -"37457",4392,77346 -"37458",4392,77396 -"37459",4392,77401 -"37460",4392,77407 -"37461",4392,77417 -"37462",4392,77418 -"37463",4392,77480 -"37464",4392,77532 -"37465",4392,97790 -"37466",4392,97791 -"37467",4393,8912 -"37468",4393,64669 -"37469",4394,6006 -"37470",4394,6449 -"37471",4394,17549 -"37472",4394,20528 -"37473",4394,28249 -"37474",4394,39464 -"37475",4394,39983 -"37476",4394,41895 -"37477",4394,41945 -"37478",4394,44326 -"37479",4394,45239 -"37480",4394,46190 -"37481",4394,58084 -"37482",4394,69142 -"37483",4394,69162 -"37484",4395,9116 -"37485",4395,27728 -"37486",4395,42893 -"37487",4396,17801 -"37488",4397,5535 -"37489",4397,73210 -"37490",4397,98202 -"37491",4398,4421 -"37492",4399,117725 -"37493",4399,117727 -"37494",4400,9996 -"37495",4401,4403 -"37496",4401,56532 -"37497",4401,66919 -"37498",4402,7068 -"37499",4402,10997 -"37500",4402,20492 -"37501",4402,24507 -"37502",4402,32191 -"37503",4402,33211 -"37504",4402,34827 -"37505",4402,37033 -"37506",4402,37373 -"37507",4402,39109 -"37508",4402,39684 -"37509",4402,40493 -"37510",4402,42275 -"37511",4402,42902 -"37512",4402,48445 -"37513",4402,49110 -"37514",4402,51349 -"37515",4402,51974 -"37516",4402,57311 -"37517",4402,60133 -"37518",4402,81094 -"37519",4402,82908 -"37520",4403,12699 -"37521",4403,15244 -"37522",4403,32930 -"37523",4403,33571 -"37524",4403,44750 -"37525",4403,49779 -"37526",4403,54656 -"37527",4403,57493 -"37528",4403,57539 -"37529",4403,70829 -"37530",4404,35579 -"37531",4404,37491 -"37532",4404,50456 -"37533",4404,69497 -"37534",4404,101183 -"37535",4405,7520 -"37536",4405,7675 -"37537",4405,13910 -"37538",4405,14134 -"37539",4405,77682 -"37540",4406,6582 -"37541",4406,13941 -"37542",4406,38342 -"37543",4406,104011 -"37544",4407,48447 -"37545",4407,95251 -"37546",4407,98462 -"37547",4408,12469 -"37548",4409,19048 -"37549",4410,5844 -"37550",4410,21160 -"37551",4411,76855 -"37552",4412,21409 -"37553",4413,20442 -"37554",4413,49985 -"37555",4413,59636 -"37556",4413,59777 -"37557",4414,13354 -"37558",4414,13514 -"37559",4414,14210 -"37560",4414,14588 -"37561",4414,15909 -"37562",4414,16409 -"37563",4414,23311 -"37564",4414,30686 -"37565",4414,30693 -"37566",4414,30706 -"37567",4414,32762 -"37568",4414,43868 -"37569",4414,61541 -"37570",4414,73242 -"37571",4414,76369 -"37572",4414,87443 -"37573",4415,14380 -"37574",4415,16289 -"37575",4415,18287 -"37576",4415,20272 -"37577",4415,64287 -"37578",4415,105844 -"37579",4415,107467 -"37580",4416,57157 -"37581",4416,82323 -"37582",4417,5266 -"37583",4417,6752 -"37584",4417,8880 -"37585",4417,11429 -"37586",4417,16590 -"37587",4417,24282 -"37588",4417,25418 -"37589",4417,30886 -"37590",4417,33755 -"37591",4417,37342 -"37592",4417,41475 -"37593",4417,45192 -"37594",4417,49112 -"37595",4417,65531 -"37596",4418,4527 -"37597",4419,7531 -"37598",4419,20725 -"37599",4419,40729 -"37600",4419,56794 -"37601",4419,81473 -"37602",4420,45468 -"37603",4421,85700 -"37604",4421,85739 -"37605",4421,90473 -"37606",4421,90477 -"37607",4422,33937 -"37608",4423,6660 -"37609",4423,17107 -"37610",4423,33395 -"37611",4423,55541 -"37612",4423,59485 -"37613",4424,29205 -"37614",4424,34380 -"37615",4424,39209 -"37616",4424,72600 -"37617",4424,88829 -"37618",4424,94663 -"37619",4424,100590 -"37620",4424,112471 -"37621",4424,119972 -"37622",4424,120269 -"37623",4424,121199 -"37624",4425,6241 -"37625",4425,11746 -"37626",4425,45176 -"37627",4425,52440 -"37628",4425,52488 -"37629",4425,52532 -"37630",4426,21435 -"37631",4427,29923 -"37632",4427,34068 -"37633",4427,47241 -"37634",4427,52933 -"37635",4427,58810 -"37636",4427,121939 -"37637",4427,121943 -"37638",4428,4441 -"37639",4428,5845 -"37640",4428,24828 -"37641",4428,27483 -"37642",4429,8236 -"37643",4429,21981 -"37644",4429,53747 -"37645",4429,57463 -"37646",4430,4506 -"37647",4430,11341 -"37648",4430,33605 -"37649",4430,50921 -"37650",4430,56203 -"37651",4430,70473 -"37652",4430,75228 -"37653",4430,81952 -"37654",4430,86249 -"37655",4430,86310 -"37656",4430,88059 -"37657",4431,93172 -"37658",4431,99009 -"37659",4431,100120 -"37660",4431,103517 -"37661",4432,4435 -"37662",4432,43537 -"37663",4433,12589 -"37664",4433,13217 -"37665",4433,19422 -"37666",4433,28369 -"37667",4433,29037 -"37668",4433,42212 -"37669",4433,63551 -"37670",4433,65362 -"37671",4433,70811 -"37672",4433,72205 -"37673",4433,81722 -"37674",4433,84770 -"37675",4433,94075 -"37676",4433,97132 -"37677",4433,99136 -"37678",4433,101117 -"37679",4433,109262 -"37680",4433,110196 -"37681",4433,110216 -"37682",4433,117024 -"37683",4434,5775 -"37684",4434,40785 -"37685",4434,43823 -"37686",4434,99526 -"37687",4435,7930 -"37688",4435,19393 -"37689",4435,43537 -"37690",4435,73215 -"37691",4435,110854 -"37692",4436,4530 -"37693",4436,4556 -"37694",4436,20617 -"37695",4437,15038 -"37696",4437,41167 -"37697",4437,53395 -"37698",4437,105300 -"37699",4438,17562 -"37700",4438,61498 -"37701",4438,120480 -"37702",4439,41603 -"37703",4439,61202 -"37704",4439,98996 -"37705",4440,112495 -"37706",4440,113550 -"37707",4442,4960 -"37708",4442,9337 -"37709",4442,9633 -"37710",4442,13949 -"37711",4442,16269 -"37712",4442,30766 -"37713",4443,6206 -"37714",4443,13589 -"37715",4443,16822 -"37716",4443,19370 -"37717",4443,32626 -"37718",4443,32976 -"37719",4443,82610 -"37720",4444,8726 -"37721",4444,11625 -"37722",4444,19426 -"37723",4444,29137 -"37724",4444,51687 -"37725",4444,56360 -"37726",4444,64848 -"37727",4444,64964 -"37728",4445,25777 -"37729",4445,53481 -"37730",4445,57619 -"37731",4446,4460 -"37732",4446,4605 -"37733",4446,51567 -"37734",4446,56499 -"37735",4447,11061 -"37736",4447,16609 -"37737",4447,101077 -"37738",4447,108415 -"37739",4447,108623 -"37740",4448,4454 -"37741",4448,4557 -"37742",4448,4616 -"37743",4448,4617 -"37744",4449,4972 -"37745",4449,11876 -"37746",4449,12877 -"37747",4449,15070 -"37748",4449,20336 -"37749",4449,31724 -"37750",4449,44303 -"37751",4449,46781 -"37752",4449,57317 -"37753",4449,61534 -"37754",4449,82819 -"37755",4450,4492 -"37756",4450,4518 -"37757",4450,4521 -"37758",4450,4594 -"37759",4450,50230 -"37760",4450,55870 -"37761",4450,92764 -"37762",4450,97139 -"37763",4450,103747 -"37764",4451,4456 -"37765",4451,4485 -"37766",4452,4590 -"37767",4452,16016 -"37768",4452,88788 -"37769",4453,28696 -"37770",4453,30881 -"37771",4453,39209 -"37772",4453,45621 -"37773",4453,51968 -"37774",4453,88787 -"37775",4454,4557 -"37776",4454,4616 -"37777",4454,4617 -"37778",4455,44482 -"37779",4455,44483 -"37780",4455,55028 -"37781",4456,4485 -"37782",4456,19604 -"37783",4456,24914 -"37784",4456,25473 -"37785",4456,29996 -"37786",4456,34651 -"37787",4456,118755 -"37788",4456,121687 -"37789",4457,5573 -"37790",4457,6012 -"37791",4457,20873 -"37792",4457,26203 -"37793",4457,34851 -"37794",4457,67924 -"37795",4458,9474 -"37796",4458,12635 -"37797",4458,20641 -"37798",4458,20917 -"37799",4458,21118 -"37800",4458,23134 -"37801",4458,28124 -"37802",4458,38019 -"37803",4458,39238 -"37804",4458,63357 -"37805",4458,81493 -"37806",4458,88518 -"37807",4458,92220 -"37808",4458,105219 -"37809",4458,111515 -"37810",4458,115755 -"37811",4459,4529 -"37812",4460,4605 -"37813",4461,16764 -"37814",4461,72238 -"37815",4462,20679 -"37816",4462,48644 -"37817",4462,80610 -"37818",4462,91957 -"37819",4462,99017 -"37820",4463,7111 -"37821",4463,7228 -"37822",4463,7438 -"37823",4463,10433 -"37824",4463,11389 -"37825",4463,11434 -"37826",4463,23132 -"37827",4463,23273 -"37828",4463,28115 -"37829",4463,29419 -"37830",4463,29617 -"37831",4463,29965 -"37832",4463,30416 -"37833",4463,35302 -"37834",4463,40559 -"37835",4463,41851 -"37836",4463,50495 -"37837",4464,4494 -"37838",4464,13807 -"37839",4464,77491 -"37840",4464,104709 -"37841",4465,6293 -"37842",4465,14586 -"37843",4465,30332 -"37844",4465,51094 -"37845",4465,55541 -"37846",4465,82351 -"37847",4465,90965 -"37848",4465,99480 -"37849",4466,16762 -"37850",4466,30882 -"37851",4466,40619 -"37852",4466,55226 -"37853",4466,62437 -"37854",4466,88301 -"37855",4466,99046 -"37856",4466,104279 -"37857",4466,120543 -"37858",4467,28165 -"37859",4467,28768 -"37860",4467,30937 -"37861",4467,34799 -"37862",4467,36170 -"37863",4467,45843 -"37864",4467,62984 -"37865",4467,80851 -"37866",4467,89818 -"37867",4467,92399 -"37868",4467,101683 -"37869",4467,110310 -"37870",4467,121654 -"37871",4468,4920 -"37872",4468,5120 -"37873",4468,9202 -"37874",4468,30081 -"37875",4468,36759 -"37876",4468,45170 -"37877",4468,60312 -"37878",4468,62854 -"37879",4468,62885 -"37880",4468,71070 -"37881",4468,71406 -"37882",4468,71437 -"37883",4468,82590 -"37884",4469,11041 -"37885",4470,9869 -"37886",4470,45896 -"37887",4471,4586 -"37888",4471,4587 -"37889",4471,9822 -"37890",4471,14452 -"37891",4471,37571 -"37892",4471,37610 -"37893",4471,37648 -"37894",4471,65768 -"37895",4472,5549 -"37896",4472,30568 -"37897",4473,4798 -"37898",4473,16730 -"37899",4473,23721 -"37900",4473,55493 -"37901",4473,55494 -"37902",4473,55514 -"37903",4473,55557 -"37904",4473,55584 -"37905",4473,64463 -"37906",4473,66002 -"37907",4474,32885 -"37908",4474,52157 -"37909",4474,77476 -"37910",4474,83954 -"37911",4475,15188 -"37912",4475,36550 -"37913",4475,81517 -"37914",4475,111297 -"37915",4475,118856 -"37916",4475,118864 -"37917",4475,118886 -"37918",4476,7755 -"37919",4476,10770 -"37920",4476,22130 -"37921",4476,54234 -"37922",4476,90840 -"37923",4476,91431 -"37924",4477,20960 -"37925",4477,45819 -"37926",4477,53840 -"37927",4477,70791 -"37928",4477,94671 -"37929",4477,103292 -"37930",4477,103327 -"37931",4477,104344 -"37932",4478,13321 -"37933",4478,13790 -"37934",4478,14263 -"37935",4478,15090 -"37936",4478,21593 -"37937",4478,24947 -"37938",4478,26861 -"37939",4478,33978 -"37940",4478,36115 -"37941",4478,36116 -"37942",4478,36828 -"37943",4478,37632 -"37944",4478,37727 -"37945",4478,46209 -"37946",4478,47621 -"37947",4478,49082 -"37948",4478,49513 -"37949",4478,49798 -"37950",4478,58404 -"37951",4478,107832 -"37952",4479,4549 -"37953",4479,25270 -"37954",4479,81134 -"37955",4480,53608 -"37956",4481,4482 -"37957",4483,35573 -"37958",4483,37548 -"37959",4483,44749 -"37960",4483,50062 -"37961",4483,67981 -"37962",4484,5618 -"37963",4484,42968 -"37964",4484,45533 -"37965",4484,55763 -"37966",4484,56223 -"37967",4484,61408 -"37968",4484,61441 -"37969",4484,61467 -"37970",4484,61474 -"37971",4485,66711 -"37972",4485,98262 -"37973",4485,108975 -"37974",4486,7029 -"37975",4486,28640 -"37976",4486,56232 -"37977",4486,56845 -"37978",4486,60608 -"37979",4486,112695 -"37980",4486,121905 -"37981",4487,11324 -"37982",4487,34250 -"37983",4487,46076 -"37984",4487,110276 -"37985",4487,123253 -"37986",4487,123258 -"37987",4487,123260 -"37988",4488,21421 -"37989",4488,31228 -"37990",4488,32694 -"37991",4488,34705 -"37992",4488,71770 -"37993",4488,79084 -"37994",4488,88462 -"37995",4488,93488 -"37996",4489,22382 -"37997",4489,41002 -"37998",4489,57433 -"37999",4489,87887 -"38000",4489,93786 -"38001",4490,4564 -"38002",4490,4657 -"38003",4490,4831 -"38004",4490,5193 -"38005",4490,7215 -"38006",4490,20342 -"38007",4490,20441 -"38008",4490,24627 -"38009",4490,27773 -"38010",4490,29825 -"38011",4490,30264 -"38012",4490,46329 -"38013",4490,56390 -"38014",4490,77595 -"38015",4492,4518 -"38016",4492,4521 -"38017",4492,4594 -"38018",4493,53672 -"38019",4494,42331 -"38020",4494,54524 -"38021",4494,61647 -"38022",4494,80483 -"38023",4494,96923 -"38024",4494,108575 -"38025",4495,17072 -"38026",4495,20543 -"38027",4495,29248 -"38028",4495,34017 -"38029",4495,56506 -"38030",4495,83253 -"38031",4495,86403 -"38032",4496,4610 -"38033",4497,9933 -"38034",4497,64134 -"38035",4497,64155 -"38036",4498,4833 -"38037",4498,5102 -"38038",4498,10996 -"38039",4498,11023 -"38040",4498,11108 -"38041",4498,12781 -"38042",4498,12994 -"38043",4498,13822 -"38044",4498,15259 -"38045",4498,22120 -"38046",4498,22519 -"38047",4498,26551 -"38048",4498,30541 -"38049",4498,37320 -"38050",4498,44249 -"38051",4498,46786 -"38052",4498,47610 -"38053",4498,59550 -"38054",4498,62804 -"38055",4499,12336 -"38056",4499,14346 -"38057",4499,16557 -"38058",4499,25350 -"38059",4499,37655 -"38060",4499,38278 -"38061",4499,48344 -"38062",4499,73303 -"38063",4499,79770 -"38064",4499,90760 -"38065",4499,109439 -"38066",4499,111266 -"38067",4499,120059 -"38068",4500,5580 -"38069",4500,6074 -"38070",4500,6153 -"38071",4500,8192 -"38072",4500,8347 -"38073",4500,8457 -"38074",4500,9654 -"38075",4500,9709 -"38076",4500,15116 -"38077",4500,21260 -"38078",4500,21849 -"38079",4500,22380 -"38080",4500,24490 -"38081",4500,24945 -"38082",4500,28987 -"38083",4500,30991 -"38084",4500,44289 -"38085",4500,47423 -"38086",4500,67946 -"38087",4500,91002 -"38088",4500,119628 -"38089",4501,6080 -"38090",4501,10952 -"38091",4501,12564 -"38092",4501,14550 -"38093",4501,30171 -"38094",4501,33339 -"38095",4501,38704 -"38096",4501,46534 -"38097",4501,55421 -"38098",4501,89483 -"38099",4501,122602 -"38100",4502,9473 -"38101",4502,43755 -"38102",4502,76821 -"38103",4502,82587 -"38104",4503,22687 -"38105",4503,58566 -"38106",4504,11944 -"38107",4504,12274 -"38108",4504,12355 -"38109",4504,17718 -"38110",4504,17944 -"38111",4504,18721 -"38112",4504,20410 -"38113",4504,21461 -"38114",4504,22201 -"38115",4504,24512 -"38116",4504,30236 -"38117",4504,30555 -"38118",4504,31371 -"38119",4504,33558 -"38120",4504,33907 -"38121",4504,34906 -"38122",4504,38678 -"38123",4504,38679 -"38124",4504,38680 -"38125",4504,38732 -"38126",4504,38747 -"38127",4504,38759 -"38128",4504,38794 -"38129",4504,39195 -"38130",4504,39322 -"38131",4504,40261 -"38132",4504,56616 -"38133",4504,58047 -"38134",4504,61402 -"38135",4505,99815 -"38136",4506,5177 -"38137",4506,8598 -"38138",4506,11315 -"38139",4506,17303 -"38140",4506,19999 -"38141",4506,24268 -"38142",4506,26446 -"38143",4506,26491 -"38144",4506,26544 -"38145",4506,41590 -"38146",4506,45378 -"38147",4506,45806 -"38148",4506,47110 -"38149",4506,55647 -"38150",4506,58875 -"38151",4506,59156 -"38152",4506,73899 -"38153",4506,75154 -"38154",4506,91921 -"38155",4506,97282 -"38156",4506,97333 -"38157",4506,113721 -"38158",4507,78081 -"38159",4507,86257 -"38160",4507,86260 -"38161",4507,89568 -"38162",4507,89582 -"38163",4507,93771 -"38164",4508,34200 -"38165",4508,40948 -"38166",4509,75418 -"38167",4511,13476 -"38168",4511,46346 -"38169",4511,60934 -"38170",4511,86617 -"38171",4511,86830 -"38172",4511,101906 -"38173",4511,105343 -"38174",4511,111573 -"38175",4512,5490 -"38176",4512,18639 -"38177",4513,28839 -"38178",4513,46382 -"38179",4513,55395 -"38180",4513,64089 -"38181",4513,66143 -"38182",4513,91168 -"38183",4513,103853 -"38184",4514,25996 -"38185",4515,4860 -"38186",4515,11572 -"38187",4515,82878 -"38188",4515,89407 -"38189",4515,93464 -"38190",4515,102496 -"38191",4515,103602 -"38192",4515,106822 -"38193",4515,106841 -"38194",4515,106862 -"38195",4515,106888 -"38196",4515,110374 -"38197",4515,110410 -"38198",4517,66988 -"38199",4517,77969 -"38200",4518,4521 -"38201",4518,4594 -"38202",4519,4522 -"38203",4519,4523 -"38204",4519,4524 -"38205",4519,4576 -"38206",4519,4588 -"38207",4519,4589 -"38208",4519,18585 -"38209",4519,21190 -"38210",4519,37056 -"38211",4519,37057 -"38212",4519,37118 -"38213",4519,37165 -"38214",4519,37166 -"38215",4520,5491 -"38216",4520,15393 -"38217",4520,93812 -"38218",4520,93838 -"38219",4521,4594 -"38220",4521,39939 -"38221",4521,50230 -"38222",4521,55870 -"38223",4521,82382 -"38224",4521,92764 -"38225",4521,97139 -"38226",4521,103747 -"38227",4522,4523 -"38228",4522,4524 -"38229",4522,4576 -"38230",4522,4588 -"38231",4522,4589 -"38232",4522,21190 -"38233",4522,37056 -"38234",4522,37057 -"38235",4522,37118 -"38236",4522,37165 -"38237",4522,37166 -"38238",4523,4524 -"38239",4523,4576 -"38240",4523,4588 -"38241",4523,4589 -"38242",4523,18585 -"38243",4524,4576 -"38244",4524,4588 -"38245",4524,4589 -"38246",4525,7844 -"38247",4525,13306 -"38248",4525,17838 -"38249",4525,31605 -"38250",4525,37544 -"38251",4525,37752 -"38252",4525,57641 -"38253",4526,8905 -"38254",4526,11500 -"38255",4526,12677 -"38256",4526,15208 -"38257",4526,20942 -"38258",4526,21007 -"38259",4526,47784 -"38260",4526,52507 -"38261",4526,55491 -"38262",4526,59632 -"38263",4526,60820 -"38264",4526,62426 -"38265",4526,63367 -"38266",4527,40511 -"38267",4528,7894 -"38268",4528,16151 -"38269",4528,39483 -"38270",4528,47350 -"38271",4528,69216 -"38272",4528,123074 -"38273",4529,7975 -"38274",4529,7976 -"38275",4529,8018 -"38276",4529,8045 -"38277",4529,15609 -"38278",4529,15743 -"38279",4530,4556 -"38280",4530,20617 -"38281",4531,4532 -"38282",4531,21780 -"38283",4531,26249 -"38284",4531,36303 -"38285",4531,36698 -"38286",4531,40152 -"38287",4531,49871 -"38288",4532,13500 -"38289",4532,21645 -"38290",4532,21646 -"38291",4532,21648 -"38292",4532,21691 -"38293",4532,21742 -"38294",4532,21776 -"38295",4532,21780 -"38296",4532,21782 -"38297",4532,21792 -"38298",4532,21836 -"38299",4532,21838 -"38300",4532,21853 -"38301",4532,87449 -"38302",4533,29088 -"38303",4534,48816 -"38304",4534,53120 -"38305",4534,53152 -"38306",4534,59221 -"38307",4534,63048 -"38308",4534,67718 -"38309",4534,122055 -"38310",4535,13765 -"38311",4535,47280 -"38312",4536,4577 -"38313",4536,4841 -"38314",4537,50021 -"38315",4537,55476 -"38316",4537,67451 -"38317",4537,67761 -"38318",4538,112237 -"38319",4538,121593 -"38320",4538,121691 -"38321",4539,5959 -"38322",4539,8604 -"38323",4539,11105 -"38324",4539,13065 -"38325",4539,15479 -"38326",4539,24027 -"38327",4539,28776 -"38328",4539,44867 -"38329",4539,111200 -"38330",4540,5008 -"38331",4540,11719 -"38332",4540,18236 -"38333",4540,22586 -"38334",4540,27907 -"38335",4540,30395 -"38336",4540,30418 -"38337",4540,36651 -"38338",4540,40698 -"38339",4540,46953 -"38340",4540,64503 -"38341",4540,70966 -"38342",4540,78037 -"38343",4540,80519 -"38344",4540,88586 -"38345",4540,92374 -"38346",4540,109695 -"38347",4540,109699 -"38348",4540,109893 -"38349",4540,110362 -"38350",4541,14527 -"38351",4541,24237 -"38352",4541,25170 -"38353",4541,34239 -"38354",4541,50293 -"38355",4541,83409 -"38356",4541,116903 -"38357",4541,118445 -"38358",4542,13329 -"38359",4542,42612 -"38360",4542,45164 -"38361",4542,45201 -"38362",4543,4565 -"38363",4543,21763 -"38364",4543,38728 -"38365",4543,94498 -"38366",4543,94502 -"38367",4543,94503 -"38368",4544,79569 -"38369",4544,89282 -"38370",4544,95432 -"38371",4544,118962 -"38372",4545,25994 -"38373",4545,29052 -"38374",4545,29150 -"38375",4546,10048 -"38376",4546,11278 -"38377",4546,31303 -"38378",4546,33599 -"38379",4546,33618 -"38380",4546,33690 -"38381",4546,33727 -"38382",4547,14914 -"38383",4548,4564 -"38384",4548,6838 -"38385",4548,7971 -"38386",4548,9007 -"38387",4548,15497 -"38388",4548,17285 -"38389",4548,20315 -"38390",4548,21885 -"38391",4548,22008 -"38392",4548,30731 -"38393",4548,39053 -"38394",4548,43726 -"38395",4548,46516 -"38396",4548,57499 -"38397",4548,62929 -"38398",4548,74165 -"38399",4548,81631 -"38400",4548,87822 -"38401",4549,4669 -"38402",4549,28164 -"38403",4549,78446 -"38404",4550,27028 -"38405",4550,80187 -"38406",4550,114378 -"38407",4551,5303 -"38408",4551,7254 -"38409",4551,15146 -"38410",4551,18080 -"38411",4551,21027 -"38412",4551,33035 -"38413",4551,53236 -"38414",4551,53542 -"38415",4551,58945 -"38416",4551,82312 -"38417",4551,84520 -"38418",4551,89135 -"38419",4551,89263 -"38420",4551,99144 -"38421",4551,112176 -"38422",4551,120684 -"38423",4552,5190 -"38424",4552,6530 -"38425",4552,8038 -"38426",4552,13189 -"38427",4552,14721 -"38428",4552,14900 -"38429",4552,19937 -"38430",4552,22986 -"38431",4552,63477 -"38432",4553,25693 -"38433",4553,95712 -"38434",4554,4570 -"38435",4555,7475 -"38436",4555,9191 -"38437",4555,11232 -"38438",4555,20656 -"38439",4555,23001 -"38440",4555,71004 -"38441",4555,88694 -"38442",4555,104298 -"38443",4555,110366 -"38444",4555,119519 -"38445",4556,20617 -"38446",4557,4616 -"38447",4557,4617 -"38448",4558,4785 -"38449",4558,21197 -"38450",4558,23729 -"38451",4558,24853 -"38452",4558,34256 -"38453",4558,34335 -"38454",4558,34885 -"38455",4558,44500 -"38456",4558,52576 -"38457",4558,70902 -"38458",4558,106810 -"38459",4558,114753 -"38460",4559,8157 -"38461",4559,52615 -"38462",4559,55969 -"38463",4559,64439 -"38464",4559,78142 -"38465",4559,79506 -"38466",4559,106108 -"38467",4559,109974 -"38468",4560,9778 -"38469",4560,14838 -"38470",4560,22235 -"38471",4560,24481 -"38472",4560,32734 -"38473",4560,87429 -"38474",4561,6198 -"38475",4561,24354 -"38476",4561,46874 -"38477",4562,70520 -"38478",4563,4626 -"38479",4564,4657 -"38480",4564,4831 -"38481",4564,5193 -"38482",4564,6872 -"38483",4564,6889 -"38484",4564,7215 -"38485",4564,20342 -"38486",4564,20441 -"38487",4564,27773 -"38488",4566,5035 -"38489",4566,5040 -"38490",4566,5091 -"38491",4566,31590 -"38492",4566,39604 -"38493",4566,64528 -"38494",4567,4569 -"38495",4567,4934 -"38496",4567,4944 -"38497",4567,6327 -"38498",4567,13030 -"38499",4567,15045 -"38500",4567,17274 -"38501",4567,17339 -"38502",4567,17411 -"38503",4567,18825 -"38504",4567,21080 -"38505",4567,21711 -"38506",4567,21746 -"38507",4567,22519 -"38508",4567,22543 -"38509",4567,24423 -"38510",4567,26312 -"38511",4567,27487 -"38512",4567,31091 -"38513",4567,34252 -"38514",4567,34273 -"38515",4567,34284 -"38516",4567,34317 -"38517",4567,45682 -"38518",4567,73905 -"38519",4568,4825 -"38520",4568,5598 -"38521",4568,5902 -"38522",4568,10485 -"38523",4568,11593 -"38524",4568,14540 -"38525",4568,18317 -"38526",4568,19518 -"38527",4568,20993 -"38528",4568,21482 -"38529",4568,22579 -"38530",4568,22721 -"38531",4568,24378 -"38532",4568,28577 -"38533",4568,29550 -"38534",4568,31349 -"38535",4568,36185 -"38536",4568,37263 -"38537",4568,37890 -"38538",4568,42188 -"38539",4568,47502 -"38540",4568,49100 -"38541",4568,52105 -"38542",4568,52237 -"38543",4568,52253 -"38544",4568,52271 -"38545",4568,89784 -"38546",4568,90481 -"38547",4568,92316 -"38548",4568,93700 -"38549",4568,96837 -"38550",4568,105056 -"38551",4568,106532 -"38552",4568,106551 -"38553",4569,13030 -"38554",4569,21746 -"38555",4569,22248 -"38556",4569,22543 -"38557",4569,26312 -"38558",4569,26991 -"38559",4569,34495 -"38560",4569,45682 -"38561",4569,64108 -"38562",4569,65335 -"38563",4569,73905 -"38564",4569,73987 -"38565",4569,77362 -"38566",4569,109578 -"38567",4570,6220 -"38568",4570,30804 -"38569",4570,41421 -"38570",4570,45838 -"38571",4570,74015 -"38572",4570,102211 -"38573",4570,105546 -"38574",4570,105562 -"38575",4570,113491 -"38576",4572,4651 -"38577",4573,4817 -"38578",4573,13601 -"38579",4573,15522 -"38580",4573,41404 -"38581",4573,42354 -"38582",4573,42377 -"38583",4574,82046 -"38584",4574,111861 -"38585",4575,10081 -"38586",4575,18554 -"38587",4575,49092 -"38588",4576,4588 -"38589",4576,4589 -"38590",4577,4841 -"38591",4577,87921 -"38592",4578,18534 -"38593",4578,76837 -"38594",4578,82415 -"38595",4579,16245 -"38596",4579,20596 -"38597",4579,49428 -"38598",4579,50223 -"38599",4579,73605 -"38600",4579,78253 -"38601",4579,81471 -"38602",4580,16476 -"38603",4580,27889 -"38604",4580,41227 -"38605",4580,78257 -"38606",4580,98210 -"38607",4581,5686 -"38608",4581,7713 -"38609",4581,8197 -"38610",4581,9807 -"38611",4581,14877 -"38612",4581,15104 -"38613",4581,15195 -"38614",4581,15430 -"38615",4581,16381 -"38616",4581,16949 -"38617",4581,18514 -"38618",4581,22299 -"38619",4581,23609 -"38620",4581,23938 -"38621",4581,24250 -"38622",4581,26682 -"38623",4581,29741 -"38624",4581,30876 -"38625",4581,32393 -"38626",4581,32939 -"38627",4581,33113 -"38628",4581,34916 -"38629",4581,35551 -"38630",4581,36215 -"38631",4581,36272 -"38632",4581,38494 -"38633",4581,38932 -"38634",4581,40643 -"38635",4581,41510 -"38636",4581,42017 -"38637",4581,42107 -"38638",4581,45516 -"38639",4581,45585 -"38640",4581,45609 -"38641",4581,45787 -"38642",4581,47083 -"38643",4581,49231 -"38644",4581,50061 -"38645",4581,52450 -"38646",4581,54059 -"38647",4581,55370 -"38648",4581,57804 -"38649",4581,59615 -"38650",4581,59940 -"38651",4581,66442 -"38652",4581,67363 -"38653",4581,71230 -"38654",4581,75478 -"38655",4581,76278 -"38656",4581,76740 -"38657",4581,76786 -"38658",4581,77272 -"38659",4581,77357 -"38660",4581,77402 -"38661",4581,78248 -"38662",4581,78255 -"38663",4581,78339 -"38664",4581,78445 -"38665",4581,79022 -"38666",4581,79716 -"38667",4581,79989 -"38668",4581,80281 -"38669",4581,81728 -"38670",4581,82196 -"38671",4581,82383 -"38672",4581,82810 -"38673",4581,82854 -"38674",4581,83853 -"38675",4581,83884 -"38676",4581,84379 -"38677",4581,84613 -"38678",4581,85465 -"38679",4581,85610 -"38680",4581,86351 -"38681",4581,86451 -"38682",4581,86863 -"38683",4581,86882 -"38684",4581,87008 -"38685",4581,87175 -"38686",4581,87451 -"38687",4581,87521 -"38688",4581,87572 -"38689",4581,87663 -"38690",4581,87721 -"38691",4581,87862 -"38692",4581,100061 -"38693",4581,100062 -"38694",4582,7140 -"38695",4582,7561 -"38696",4582,13856 -"38697",4582,16725 -"38698",4582,16726 -"38699",4582,16727 -"38700",4582,16745 -"38701",4582,16942 -"38702",4582,21278 -"38703",4582,21890 -"38704",4582,23466 -"38705",4582,23700 -"38706",4582,23751 -"38707",4582,41828 -"38708",4582,78738 -"38709",4582,118736 -"38710",4583,6152 -"38711",4583,19764 -"38712",4583,22572 -"38713",4583,49726 -"38714",4584,10526 -"38715",4584,97219 -"38716",4585,13780 -"38717",4585,20646 -"38718",4585,29004 -"38719",4585,38965 -"38720",4585,55363 -"38721",4585,89067 -"38722",4585,103314 -"38723",4586,4587 -"38724",4586,9539 -"38725",4586,10137 -"38726",4587,11597 -"38727",4587,37571 -"38728",4587,37610 -"38729",4587,37648 -"38730",4587,49321 -"38731",4588,4589 -"38732",4589,15674 -"38733",4589,19026 -"38734",4589,21981 -"38735",4589,33259 -"38736",4589,76886 -"38737",4589,76889 -"38738",4590,61275 -"38739",4590,63110 -"38740",4590,67976 -"38741",4590,68116 -"38742",4590,87592 -"38743",4590,93222 -"38744",4590,96054 -"38745",4590,115791 -"38746",4591,4595 -"38747",4591,4608 -"38748",4591,51976 -"38749",4591,59754 -"38750",4591,90800 -"38751",4591,90954 -"38752",4592,5194 -"38753",4592,7880 -"38754",4592,13617 -"38755",4592,16781 -"38756",4592,18732 -"38757",4592,19377 -"38758",4592,25974 -"38759",4592,42416 -"38760",4592,84349 -"38761",4592,86665 -"38762",4593,68105 -"38763",4593,68144 -"38764",4593,74199 -"38765",4595,4608 -"38766",4595,51976 -"38767",4595,59754 -"38768",4595,76199 -"38769",4595,76206 -"38770",4595,76215 -"38771",4595,90800 -"38772",4595,90954 -"38773",4596,5839 -"38774",4596,13517 -"38775",4596,33652 -"38776",4596,34169 -"38777",4596,87500 -"38778",4597,17577 -"38779",4597,55537 -"38780",4598,22047 -"38781",4598,22059 -"38782",4598,40918 -"38783",4598,41729 -"38784",4598,49955 -"38785",4598,58353 -"38786",4598,59001 -"38787",4598,71760 -"38788",4598,78035 -"38789",4598,79115 -"38790",4598,79122 -"38791",4598,97040 -"38792",4599,16906 -"38793",4599,22874 -"38794",4599,30488 -"38795",4599,31386 -"38796",4599,80006 -"38797",4599,81003 -"38798",4599,103729 -"38799",4599,116592 -"38800",4600,6346 -"38801",4600,12806 -"38802",4600,20179 -"38803",4600,69996 -"38804",4601,22868 -"38805",4601,110490 -"38806",4602,4956 -"38807",4602,5448 -"38808",4602,31871 -"38809",4602,35936 -"38810",4602,38901 -"38811",4602,57013 -"38812",4602,71061 -"38813",4602,118127 -"38814",4603,11875 -"38815",4603,19058 -"38816",4603,33604 -"38817",4603,66358 -"38818",4604,18383 -"38819",4605,35448 -"38820",4605,95694 -"38821",4606,14038 -"38822",4606,14664 -"38823",4606,27192 -"38824",4606,60029 -"38825",4607,16021 -"38826",4607,26733 -"38827",4607,26900 -"38828",4607,27254 -"38829",4607,27502 -"38830",4607,28073 -"38831",4607,41957 -"38832",4607,59240 -"38833",4607,60166 -"38834",4607,69550 -"38835",4607,84700 -"38836",4607,95638 -"38837",4609,11829 -"38838",4609,12578 -"38839",4609,14345 -"38840",4609,21474 -"38841",4609,34205 -"38842",4609,34269 -"38843",4609,38287 -"38844",4609,39224 -"38845",4609,41436 -"38846",4609,43696 -"38847",4609,45685 -"38848",4609,47013 -"38849",4609,52845 -"38850",4609,53808 -"38851",4609,57911 -"38852",4609,65402 -"38853",4609,72921 -"38854",4609,73923 -"38855",4609,74399 -"38856",4609,78715 -"38857",4609,79534 -"38858",4609,95690 -"38859",4609,96004 -"38860",4609,98629 -"38861",4609,98634 -"38862",4609,120978 -"38863",4611,13069 -"38864",4612,10730 -"38865",4612,14518 -"38866",4612,27742 -"38867",4612,33871 -"38868",4612,67834 -"38869",4612,68539 -"38870",4612,71467 -"38871",4612,80134 -"38872",4612,91152 -"38873",4612,121963 -"38874",4613,16946 -"38875",4613,20557 -"38876",4613,24429 -"38877",4613,26663 -"38878",4613,38574 -"38879",4613,55288 -"38880",4613,61785 -"38881",4613,81838 -"38882",4613,84528 -"38883",4613,92592 -"38884",4613,95036 -"38885",4613,101652 -"38886",4614,32045 -"38887",4614,32306 -"38888",4614,118706 -"38889",4614,119976 -"38890",4614,119980 -"38891",4615,23984 -"38892",4615,24611 -"38893",4615,36003 -"38894",4615,44730 -"38895",4615,47978 -"38896",4615,48084 -"38897",4615,54157 -"38898",4615,62843 -"38899",4615,81096 -"38900",4615,81418 -"38901",4615,84401 -"38902",4615,86519 -"38903",4615,96700 -"38904",4615,96701 -"38905",4615,96724 -"38906",4615,98504 -"38907",4615,99646 -"38908",4615,99647 -"38909",4615,109945 -"38910",4616,4617 -"38911",4618,4809 -"38912",4618,4810 -"38913",4618,4822 -"38914",4618,4851 -"38915",4618,7933 -"38916",4618,9483 -"38917",4618,16164 -"38918",4618,36464 -"38919",4618,42248 -"38920",4618,48765 -"38921",4618,51396 -"38922",4618,55820 -"38923",4618,55913 -"38924",4618,67434 -"38925",4618,76573 -"38926",4618,79766 -"38927",4618,90441 -"38928",4618,101492 -"38929",4618,104990 -"38930",4619,4646 -"38931",4619,4808 -"38932",4619,16784 -"38933",4619,16791 -"38934",4619,18131 -"38935",4619,18555 -"38936",4619,37798 -"38937",4619,42222 -"38938",4619,47069 -"38939",4619,48686 -"38940",4619,51430 -"38941",4619,52205 -"38942",4619,54489 -"38943",4619,57287 -"38944",4619,59707 -"38945",4619,60709 -"38946",4619,85349 -"38947",4620,4678 -"38948",4620,8779 -"38949",4620,15564 -"38950",4620,15652 -"38951",4620,34223 -"38952",4621,4658 -"38953",4621,17351 -"38954",4621,17632 -"38955",4621,17938 -"38956",4621,18450 -"38957",4621,20528 -"38958",4621,20830 -"38959",4621,30092 -"38960",4621,41895 -"38961",4621,41900 -"38962",4621,41945 -"38963",4621,42028 -"38964",4621,42030 -"38965",4621,46023 -"38966",4621,46446 -"38967",4621,49470 -"38968",4621,65628 -"38969",4622,8307 -"38970",4622,9273 -"38971",4622,17848 -"38972",4622,17893 -"38973",4622,17894 -"38974",4622,24275 -"38975",4622,32904 -"38976",4622,34108 -"38977",4622,34179 -"38978",4622,35499 -"38979",4622,37105 -"38980",4622,42261 -"38981",4622,42891 -"38982",4622,55030 -"38983",4622,62975 -"38984",4622,86802 -"38985",4623,15162 -"38986",4623,27355 -"38987",4623,34158 -"38988",4623,39516 -"38989",4623,41491 -"38990",4623,51319 -"38991",4623,64786 -"38992",4623,85278 -"38993",4623,85708 -"38994",4623,85716 -"38995",4623,85717 -"38996",4623,85769 -"38997",4623,87805 -"38998",4623,90699 -"38999",4624,4676 -"39000",4624,8618 -"39001",4624,22816 -"39002",4624,27261 -"39003",4624,35251 -"39004",4624,40805 -"39005",4624,49980 -"39006",4624,55549 -"39007",4624,64908 -"39008",4624,83473 -"39009",4624,95971 -"39010",4625,59571 -"39011",4626,37857 -"39012",4626,69327 -"39013",4626,88859 -"39014",4626,115147 -"39015",4627,7883 -"39016",4627,34334 -"39017",4627,39733 -"39018",4627,69181 -"39019",4627,78041 -"39020",4627,92428 -"39021",4627,122102 -"39022",4628,15578 -"39023",4628,29176 -"39024",4628,40231 -"39025",4628,43844 -"39026",4629,4769 -"39027",4629,4770 -"39028",4630,13609 -"39029",4630,13759 -"39030",4630,16006 -"39031",4630,16045 -"39032",4630,16263 -"39033",4630,16323 -"39034",4630,17709 -"39035",4630,20680 -"39036",4630,33938 -"39037",4630,35616 -"39038",4630,39102 -"39039",4630,43937 -"39040",4631,54248 -"39041",4631,58444 -"39042",4631,61567 -"39043",4632,4777 -"39044",4632,5042 -"39045",4632,5957 -"39046",4632,6554 -"39047",4632,12300 -"39048",4632,15835 -"39049",4632,16863 -"39050",4632,18283 -"39051",4632,28118 -"39052",4632,35583 -"39053",4632,37258 -"39054",4632,45280 -"39055",4632,49282 -"39056",4632,52136 -"39057",4632,57687 -"39058",4632,67603 -"39059",4632,67893 -"39060",4632,67943 -"39061",4632,69192 -"39062",4632,69485 -"39063",4632,73881 -"39064",4632,74599 -"39065",4633,24275 -"39066",4633,30997 -"39067",4633,46894 -"39068",4633,74958 -"39069",4633,110657 -"39070",4633,121566 -"39071",4634,5037 -"39072",4634,13882 -"39073",4634,14480 -"39074",4634,14490 -"39075",4634,14509 -"39076",4634,16871 -"39077",4634,33090 -"39078",4635,6502 -"39079",4635,12091 -"39080",4635,16585 -"39081",4635,19020 -"39082",4635,19488 -"39083",4635,24322 -"39084",4635,26822 -"39085",4635,27189 -"39086",4635,28893 -"39087",4635,34192 -"39088",4635,42117 -"39089",4635,43214 -"39090",4635,43263 -"39091",4635,43414 -"39092",4635,54334 -"39093",4635,57067 -"39094",4635,60237 -"39095",4635,67499 -"39096",4635,76214 -"39097",4635,78931 -"39098",4635,95485 -"39099",4635,95561 -"39100",4635,109412 -"39101",4636,17951 -"39102",4636,23005 -"39103",4637,15626 -"39104",4637,22284 -"39105",4637,36763 -"39106",4637,39141 -"39107",4637,51478 -"39108",4637,62725 -"39109",4637,69324 -"39110",4637,69373 -"39111",4637,95697 -"39112",4638,5082 -"39113",4638,5826 -"39114",4638,17326 -"39115",4638,21158 -"39116",4638,29417 -"39117",4638,30019 -"39118",4638,36737 -"39119",4638,82022 -"39120",4638,86375 -"39121",4638,91164 -"39122",4638,93525 -"39123",4638,98165 -"39124",4638,99435 -"39125",4639,7364 -"39126",4639,11460 -"39127",4639,23148 -"39128",4639,23223 -"39129",4639,33319 -"39130",4639,37621 -"39131",4639,39532 -"39132",4640,4691 -"39133",4641,4802 -"39134",4642,12520 -"39135",4642,21414 -"39136",4642,79226 -"39137",4642,79253 -"39138",4642,80038 -"39139",4643,4812 -"39140",4643,19954 -"39141",4643,39406 -"39142",4643,51284 -"39143",4643,81848 -"39144",4643,100649 -"39145",4643,103525 -"39146",4644,4688 -"39147",4644,4804 -"39148",4645,8637 -"39149",4645,18859 -"39150",4645,41275 -"39151",4646,4808 -"39152",4646,23888 -"39153",4646,31770 -"39154",4646,37798 -"39155",4646,43576 -"39156",4646,47262 -"39157",4646,50155 -"39158",4646,51835 -"39159",4646,58262 -"39160",4646,101262 -"39161",4646,110613 -"39162",4646,110617 -"39163",4647,4649 -"39164",4647,16214 -"39165",4647,36898 -"39166",4647,86986 -"39167",4647,88807 -"39168",4648,4790 -"39169",4648,14120 -"39170",4648,22282 -"39171",4648,27973 -"39172",4648,28047 -"39173",4648,29749 -"39174",4648,33915 -"39175",4648,60922 -"39176",4648,73574 -"39177",4648,108141 -"39178",4650,11673 -"39179",4650,29561 -"39180",4650,87485 -"39181",4650,109357 -"39182",4650,109358 -"39183",4651,24448 -"39184",4651,25782 -"39185",4651,51617 -"39186",4651,73710 -"39187",4652,4653 -"39188",4652,4931 -"39189",4652,5095 -"39190",4652,5263 -"39191",4652,7222 -"39192",4652,7382 -"39193",4652,7398 -"39194",4652,12054 -"39195",4652,14347 -"39196",4652,25971 -"39197",4652,26659 -"39198",4652,27862 -"39199",4652,29561 -"39200",4652,34604 -"39201",4652,34735 -"39202",4652,36422 -"39203",4652,37016 -"39204",4652,37053 -"39205",4652,37085 -"39206",4652,37481 -"39207",4652,38462 -"39208",4652,42995 -"39209",4652,44743 -"39210",4652,51471 -"39211",4652,52562 -"39212",4652,55722 -"39213",4652,57254 -"39214",4652,61881 -"39215",4652,75939 -"39216",4652,76099 -"39217",4652,107702 -"39218",4652,118638 -"39219",4653,5095 -"39220",4653,7382 -"39221",4653,7398 -"39222",4653,25813 -"39223",4653,25971 -"39224",4653,31767 -"39225",4653,33893 -"39226",4653,34480 -"39227",4653,36422 -"39228",4653,44743 -"39229",4653,45426 -"39230",4653,51471 -"39231",4653,57254 -"39232",4653,70141 -"39233",4653,77388 -"39234",4653,80732 -"39235",4653,113960 -"39236",4654,8942 -"39237",4654,9058 -"39238",4654,11407 -"39239",4654,14655 -"39240",4654,22946 -"39241",4654,24736 -"39242",4654,24818 -"39243",4654,24861 -"39244",4654,24864 -"39245",4654,39373 -"39246",4654,51021 -"39247",4654,61932 -"39248",4655,7643 -"39249",4655,45079 -"39250",4655,62337 -"39251",4655,100029 -"39252",4656,4661 -"39253",4656,50293 -"39254",4656,90290 -"39255",4656,90300 -"39256",4657,4824 -"39257",4657,4830 -"39258",4657,4831 -"39259",4657,5193 -"39260",4657,7215 -"39261",4657,18203 -"39262",4657,20938 -"39263",4657,27076 -"39264",4657,27773 -"39265",4657,42877 -"39266",4657,54924 -"39267",4657,86813 -"39268",4657,99523 -"39269",4658,6821 -"39270",4658,9423 -"39271",4658,10543 -"39272",4658,17632 -"39273",4658,20528 -"39274",4658,27405 -"39275",4658,41537 -"39276",4658,50638 -"39277",4658,79858 -"39278",4658,80173 -"39279",4658,80211 -"39280",4658,84180 -"39281",4658,94298 -"39282",4658,94332 -"39283",4658,101945 -"39284",4659,5446 -"39285",4659,21932 -"39286",4659,38184 -"39287",4659,44591 -"39288",4659,49068 -"39289",4659,57061 -"39290",4659,58894 -"39291",4659,59768 -"39292",4659,92783 -"39293",4660,6877 -"39294",4660,21347 -"39295",4660,27686 -"39296",4660,30019 -"39297",4660,33173 -"39298",4660,33925 -"39299",4660,36487 -"39300",4660,40345 -"39301",4660,41910 -"39302",4660,61456 -"39303",4660,63641 -"39304",4660,63739 -"39305",4660,65497 -"39306",4660,65716 -"39307",4660,66717 -"39308",4660,71380 -"39309",4660,72535 -"39310",4660,76043 -"39311",4660,91164 -"39312",4660,93219 -"39313",4660,95721 -"39314",4660,96007 -"39315",4660,99435 -"39316",4661,54882 -"39317",4661,79740 -"39318",4661,86779 -"39319",4661,88496 -"39320",4661,114105 -"39321",4661,118526 -"39322",4661,121063 -"39323",4662,27321 -"39324",4662,33536 -"39325",4662,33538 -"39326",4663,10795 -"39327",4663,22207 -"39328",4663,23328 -"39329",4663,23360 -"39330",4663,24888 -"39331",4663,68111 -"39332",4664,4685 -"39333",4665,9555 -"39334",4665,10803 -"39335",4665,13807 -"39336",4665,14090 -"39337",4665,15834 -"39338",4665,16198 -"39339",4665,20938 -"39340",4665,20971 -"39341",4665,25209 -"39342",4665,29808 -"39343",4665,86747 -"39344",4665,94799 -"39345",4665,104706 -"39346",4666,54201 -"39347",4667,5089 -"39348",4667,17674 -"39349",4667,22900 -"39350",4667,42019 -"39351",4667,74946 -"39352",4667,77441 -"39353",4667,108239 -"39354",4668,4669 -"39355",4668,10365 -"39356",4668,13832 -"39357",4668,16715 -"39358",4668,38736 -"39359",4668,46142 -"39360",4668,47403 -"39361",4668,64578 -"39362",4668,98701 -"39363",4669,4678 -"39364",4669,4941 -"39365",4669,6298 -"39366",4669,14819 -"39367",4669,16715 -"39368",4669,18066 -"39369",4669,19797 -"39370",4669,23462 -"39371",4669,23528 -"39372",4669,24311 -"39373",4669,27775 -"39374",4669,28164 -"39375",4669,28212 -"39376",4669,40453 -"39377",4669,43844 -"39378",4669,44549 -"39379",4669,46142 -"39380",4669,46786 -"39381",4669,54723 -"39382",4669,64468 -"39383",4669,64578 -"39384",4669,77614 -"39385",4669,78446 -"39386",4669,80624 -"39387",4669,88537 -"39388",4669,99524 -"39389",4669,102552 -"39390",4669,107089 -"39391",4670,49413 -"39392",4671,5126 -"39393",4671,15122 -"39394",4671,48571 -"39395",4672,31548 -"39396",4673,64396 -"39397",4673,104111 -"39398",4674,27287 -"39399",4674,46056 -"39400",4674,47831 -"39401",4674,51170 -"39402",4674,70327 -"39403",4674,84610 -"39404",4675,7026 -"39405",4675,8417 -"39406",4675,12619 -"39407",4675,13863 -"39408",4675,21083 -"39409",4675,25210 -"39410",4675,25211 -"39411",4675,25279 -"39412",4675,25280 -"39413",4675,25480 -"39414",4675,25699 -"39415",4675,25749 -"39416",4675,25786 -"39417",4675,25808 -"39418",4675,25896 -"39419",4676,65495 -"39420",4676,87136 -"39421",4676,117951 -"39422",4677,8640 -"39423",4677,59064 -"39424",4677,67569 -"39425",4677,71478 -"39426",4678,6298 -"39427",4678,6989 -"39428",4678,10923 -"39429",4678,27775 -"39430",4678,29373 -"39431",4678,40412 -"39432",4678,89199 -"39433",4679,25866 -"39434",4680,56838 -"39435",4681,13836 -"39436",4681,17272 -"39437",4681,19364 -"39438",4681,43191 -"39439",4681,67015 -"39440",4681,67917 -"39441",4681,101634 -"39442",4681,106431 -"39443",4682,43815 -"39444",4682,72684 -"39445",4683,9661 -"39446",4683,24845 -"39447",4683,63133 -"39448",4683,88943 -"39449",4683,106269 -"39450",4684,20054 -"39451",4685,40685 -"39452",4686,4704 -"39453",4686,6841 -"39454",4686,11553 -"39455",4686,19157 -"39456",4686,19409 -"39457",4686,19612 -"39458",4686,50550 -"39459",4686,75930 -"39460",4686,86437 -"39461",4686,100713 -"39462",4686,103011 -"39463",4686,109457 -"39464",4686,118849 -"39465",4686,118860 -"39466",4687,4703 -"39467",4687,5578 -"39468",4687,8011 -"39469",4687,19791 -"39470",4687,25816 -"39471",4687,25958 -"39472",4687,26636 -"39473",4687,35695 -"39474",4687,44319 -"39475",4687,98466 -"39476",4688,4804 -"39477",4688,10305 -"39478",4689,4996 -"39479",4689,7423 -"39480",4689,9384 -"39481",4690,4715 -"39482",4690,8384 -"39483",4690,21506 -"39484",4690,34946 -"39485",4691,4967 -"39486",4691,40746 -"39487",4691,89796 -"39488",4691,89820 -"39489",4692,4747 -"39490",4692,4765 -"39491",4692,6491 -"39492",4692,6672 -"39493",4692,15643 -"39494",4692,17740 -"39495",4692,20311 -"39496",4692,22006 -"39497",4692,25150 -"39498",4692,26451 -"39499",4692,29486 -"39500",4692,30898 -"39501",4692,32811 -"39502",4692,33956 -"39503",4692,43040 -"39504",4692,48260 -"39505",4692,58133 -"39506",4692,64960 -"39507",4692,65884 -"39508",4692,75475 -"39509",4693,4745 -"39510",4693,4762 -"39511",4695,4766 -"39512",4695,5067 -"39513",4695,89906 -"39514",4695,107970 -"39515",4696,39289 -"39516",4696,74058 -"39517",4696,84790 -"39518",4696,84797 -"39519",4696,84798 -"39520",4696,84799 -"39521",4697,10714 -"39522",4697,12575 -"39523",4697,14011 -"39524",4697,26278 -"39525",4698,9386 -"39526",4698,16590 -"39527",4698,22894 -"39528",4698,22907 -"39529",4698,22957 -"39530",4698,22969 -"39531",4698,23170 -"39532",4698,23234 -"39533",4698,23321 -"39534",4698,41517 -"39535",4698,41541 -"39536",4698,47245 -"39537",4698,47279 -"39538",4699,25410 -"39539",4699,48980 -"39540",4699,52280 -"39541",4699,54488 -"39542",4699,54497 -"39543",4699,54816 -"39544",4699,55493 -"39545",4699,64473 -"39546",4699,82621 -"39547",4699,89518 -"39548",4700,21731 -"39549",4700,35763 -"39550",4700,55867 -"39551",4700,63053 -"39552",4700,74158 -"39553",4701,4791 -"39554",4701,4792 -"39555",4701,4917 -"39556",4701,18393 -"39557",4701,27849 -"39558",4701,80270 -"39559",4701,80298 -"39560",4701,80383 -"39561",4701,80384 -"39562",4702,12543 -"39563",4702,45978 -"39564",4702,53947 -"39565",4703,21251 -"39566",4703,71516 -"39567",4703,93555 -"39568",4703,102609 -"39569",4703,119929 -"39570",4704,82217 -"39571",4704,82235 -"39572",4705,7258 -"39573",4705,11339 -"39574",4705,14625 -"39575",4705,15734 -"39576",4705,23326 -"39577",4705,27151 -"39578",4705,34237 -"39579",4705,35545 -"39580",4705,41074 -"39581",4705,44948 -"39582",4705,44949 -"39583",4705,44950 -"39584",4705,55965 -"39585",4705,81469 -"39586",4705,102793 -"39587",4705,107188 -"39588",4705,115230 -"39589",4705,117425 -"39590",4706,4835 -"39591",4707,4716 -"39592",4707,18789 -"39593",4707,46159 -"39594",4707,49726 -"39595",4707,76157 -"39596",4708,4709 -"39597",4708,4722 -"39598",4708,4918 -"39599",4708,6683 -"39600",4708,40136 -"39601",4708,46039 -"39602",4708,46053 -"39603",4708,71514 -"39604",4708,98860 -"39605",4708,115889 -"39606",4709,4918 -"39607",4709,58811 -"39608",4709,58876 -"39609",4710,5531 -"39610",4710,5867 -"39611",4710,5938 -"39612",4710,6194 -"39613",4710,15228 -"39614",4710,18250 -"39615",4710,18381 -"39616",4710,20299 -"39617",4710,30519 -"39618",4710,36754 -"39619",4710,38641 -"39620",4710,41528 -"39621",4710,43252 -"39622",4710,46339 -"39623",4710,48947 -"39624",4710,53576 -"39625",4710,54693 -"39626",4710,65716 -"39627",4710,80056 -"39628",4710,80091 -"39629",4710,92605 -"39630",4710,92615 -"39631",4711,5306 -"39632",4711,6531 -"39633",4711,10031 -"39634",4711,13242 -"39635",4711,13408 -"39636",4711,14361 -"39637",4711,16437 -"39638",4711,16744 -"39639",4711,27193 -"39640",4711,32138 -"39641",4711,38461 -"39642",4711,41439 -"39643",4711,45480 -"39644",4711,49505 -"39645",4711,59039 -"39646",4712,6160 -"39647",4712,7598 -"39648",4712,9069 -"39649",4712,16262 -"39650",4712,18712 -"39651",4712,19017 -"39652",4712,21011 -"39653",4712,21535 -"39654",4712,28709 -"39655",4712,30123 -"39656",4712,33872 -"39657",4712,35288 -"39658",4712,36914 -"39659",4712,40292 -"39660",4712,41225 -"39661",4712,44758 -"39662",4712,50439 -"39663",4712,65590 -"39664",4712,68778 -"39665",4712,72729 -"39666",4712,79128 -"39667",4712,92636 -"39668",4713,5818 -"39669",4713,28587 -"39670",4713,28979 -"39671",4713,43649 -"39672",4713,43938 -"39673",4713,44688 -"39674",4713,44818 -"39675",4713,44827 -"39676",4713,44855 -"39677",4713,47106 -"39678",4713,53653 -"39679",4713,92597 -"39680",4713,94326 -"39681",4714,40789 -"39682",4714,81339 -"39683",4714,90169 -"39684",4715,66781 -"39685",4715,67488 -"39686",4716,45932 -"39687",4717,42358 -"39688",4717,82698 -"39689",4718,9261 -"39690",4718,10218 -"39691",4718,20994 -"39692",4718,76194 -"39693",4719,4850 -"39694",4719,36636 -"39695",4721,39229 -"39696",4721,79801 -"39697",4722,4763 -"39698",4722,4918 -"39699",4722,6683 -"39700",4722,10874 -"39701",4722,15184 -"39702",4723,4879 -"39703",4723,4904 -"39704",4723,30710 -"39705",4723,39627 -"39706",4723,42778 -"39707",4723,43880 -"39708",4723,46680 -"39709",4723,56455 -"39710",4724,4865 -"39711",4724,6585 -"39712",4724,7480 -"39713",4724,17200 -"39714",4724,19252 -"39715",4724,20811 -"39716",4724,45175 -"39717",4724,50317 -"39718",4724,70338 -"39719",4724,77950 -"39720",4724,88703 -"39721",4724,88748 -"39722",4725,8734 -"39723",4725,10358 -"39724",4725,11576 -"39725",4725,12544 -"39726",4725,13824 -"39727",4725,13967 -"39728",4725,16053 -"39729",4725,19637 -"39730",4725,20061 -"39731",4725,20067 -"39732",4725,20375 -"39733",4725,21706 -"39734",4725,23869 -"39735",4725,24562 -"39736",4725,26257 -"39737",4725,33801 -"39738",4725,35529 -"39739",4725,39563 -"39740",4725,42226 -"39741",4725,43344 -"39742",4725,47156 -"39743",4725,52924 -"39744",4725,53475 -"39745",4725,54283 -"39746",4725,59484 -"39747",4725,61108 -"39748",4725,63854 -"39749",4725,67902 -"39750",4725,70996 -"39751",4725,71890 -"39752",4725,74681 -"39753",4725,74730 -"39754",4725,75830 -"39755",4725,79619 -"39756",4725,81167 -"39757",4725,83772 -"39758",4725,86053 -"39759",4725,90114 -"39760",4725,92254 -"39761",4725,93984 -"39762",4725,96444 -"39763",4725,98406 -"39764",4725,100398 -"39765",4725,101088 -"39766",4725,104522 -"39767",4725,108399 -"39768",4725,108765 -"39769",4725,109174 -"39770",4725,121043 -"39771",4725,121999 -"39772",4725,123079 -"39773",4725,123085 -"39774",4726,8508 -"39775",4726,114669 -"39776",4727,4781 -"39777",4727,7489 -"39778",4727,10332 -"39779",4727,12023 -"39780",4727,13295 -"39781",4727,22754 -"39782",4727,27263 -"39783",4727,28904 -"39784",4727,31753 -"39785",4727,41077 -"39786",4727,50766 -"39787",4727,54372 -"39788",4727,65639 -"39789",4727,70488 -"39790",4727,81130 -"39791",4727,81902 -"39792",4727,90154 -"39793",4727,97951 -"39794",4727,97996 -"39795",4727,98315 -"39796",4727,105318 -"39797",4727,105324 -"39798",4727,105358 -"39799",4727,105565 -"39800",4727,119959 -"39801",4728,12962 -"39802",4728,69939 -"39803",4729,4754 -"39804",4729,5712 -"39805",4729,20307 -"39806",4729,39899 -"39807",4729,61119 -"39808",4729,86171 -"39809",4730,6133 -"39810",4730,7433 -"39811",4730,10616 -"39812",4730,19806 -"39813",4730,20291 -"39814",4730,21180 -"39815",4730,21741 -"39816",4730,22669 -"39817",4730,26008 -"39818",4730,27450 -"39819",4730,30442 -"39820",4730,31028 -"39821",4730,31274 -"39822",4730,34162 -"39823",4730,34251 -"39824",4730,35694 -"39825",4730,45760 -"39826",4730,52109 -"39827",4730,55775 -"39828",4730,56783 -"39829",4730,59300 -"39830",4730,81950 -"39831",4731,31934 -"39832",4731,38416 -"39833",4731,81465 -"39834",4731,105580 -"39835",4732,19573 -"39836",4733,4776 -"39837",4733,5844 -"39838",4733,24249 -"39839",4734,4735 -"39840",4734,4856 -"39841",4734,38042 -"39842",4734,65428 -"39843",4735,4856 -"39844",4735,19317 -"39845",4735,21961 -"39846",4735,22057 -"39847",4735,27224 -"39848",4735,29884 -"39849",4735,58163 -"39850",4735,70454 -"39851",4735,96149 -"39852",4735,106469 -"39853",4736,66112 -"39854",4736,90856 -"39855",4736,90876 -"39856",4736,91026 -"39857",4737,9704 -"39858",4737,65731 -"39859",4738,91831 -"39860",4738,92874 -"39861",4738,92890 -"39862",4739,12188 -"39863",4739,13518 -"39864",4739,20969 -"39865",4739,26010 -"39866",4739,47056 -"39867",4739,91875 -"39868",4740,5588 -"39869",4740,68450 -"39870",4740,77318 -"39871",4740,103908 -"39872",4740,108535 -"39873",4741,38783 -"39874",4742,4753 -"39875",4742,6432 -"39876",4742,13637 -"39877",4742,13810 -"39878",4742,15493 -"39879",4742,18225 -"39880",4742,21236 -"39881",4742,21639 -"39882",4742,21667 -"39883",4742,21807 -"39884",4742,22063 -"39885",4742,24453 -"39886",4742,33736 -"39887",4742,33737 -"39888",4742,33738 -"39889",4742,40516 -"39890",4742,41334 -"39891",4742,64312 -"39892",4743,9227 -"39893",4743,13939 -"39894",4743,15391 -"39895",4743,17666 -"39896",4743,18505 -"39897",4743,21885 -"39898",4743,26940 -"39899",4743,31827 -"39900",4743,36588 -"39901",4743,39440 -"39902",4743,40532 -"39903",4743,41446 -"39904",4743,50072 -"39905",4743,55205 -"39906",4743,56864 -"39907",4743,65553 -"39908",4743,76184 -"39909",4743,81248 -"39910",4743,88747 -"39911",4743,107463 -"39912",4744,4880 -"39913",4744,29031 -"39914",4744,34246 -"39915",4744,50043 -"39916",4744,96852 -"39917",4745,4762 -"39918",4745,14054 -"39919",4745,16680 -"39920",4745,27489 -"39921",4745,31957 -"39922",4745,45748 -"39923",4746,7014 -"39924",4746,7852 -"39925",4746,8726 -"39926",4746,12586 -"39927",4746,14055 -"39928",4746,15732 -"39929",4746,15764 -"39930",4746,15766 -"39931",4746,16265 -"39932",4746,17960 -"39933",4746,18965 -"39934",4746,19535 -"39935",4746,34472 -"39936",4746,37279 -"39937",4746,39440 -"39938",4746,40677 -"39939",4746,49152 -"39940",4746,49908 -"39941",4746,53924 -"39942",4746,57056 -"39943",4746,57897 -"39944",4746,59548 -"39945",4746,66138 -"39946",4746,72617 -"39947",4746,72660 -"39948",4746,72662 -"39949",4746,87416 -"39950",4746,90427 -"39951",4747,4765 -"39952",4747,11078 -"39953",4747,18270 -"39954",4747,19674 -"39955",4747,24789 -"39956",4747,24914 -"39957",4747,25473 -"39958",4747,26345 -"39959",4747,26530 -"39960",4747,32026 -"39961",4747,34651 -"39962",4747,37190 -"39963",4747,37893 -"39964",4747,48260 -"39965",4747,54805 -"39966",4747,58133 -"39967",4747,61822 -"39968",4747,85326 -"39969",4747,91322 -"39970",4747,99020 -"39971",4748,7188 -"39972",4748,23862 -"39973",4748,80650 -"39974",4748,111244 -"39975",4749,4775 -"39976",4749,7048 -"39977",4749,12792 -"39978",4749,14359 -"39979",4749,14864 -"39980",4749,14908 -"39981",4749,14938 -"39982",4749,27202 -"39983",4749,39283 -"39984",4749,52304 -"39985",4749,97312 -"39986",4750,22427 -"39987",4750,30120 -"39988",4750,41314 -"39989",4750,61397 -"39990",4750,69125 -"39991",4750,100512 -"39992",4750,116385 -"39993",4751,5165 -"39994",4751,5170 -"39995",4751,11513 -"39996",4751,11624 -"39997",4752,6103 -"39998",4752,79729 -"39999",4752,79747 -"40000",4753,7206 -"40001",4753,17437 -"40002",4753,21807 -"40003",4753,43014 -"40004",4753,53512 -"40005",4753,84452 -"40006",4753,113323 -"40007",4755,31764 -"40008",4755,34307 -"40009",4755,69339 -"40010",4755,117423 -"40011",4755,123104 -"40012",4756,62490 -"40013",4756,75962 -"40014",4756,87909 -"40015",4756,90541 -"40016",4757,24564 -"40017",4757,83003 -"40018",4757,117614 -"40019",4758,5147 -"40020",4758,5154 -"40021",4758,5155 -"40022",4759,5852 -"40023",4759,7890 -"40024",4759,11319 -"40025",4759,11627 -"40026",4759,11650 -"40027",4759,14192 -"40028",4759,14565 -"40029",4759,14654 -"40030",4759,14722 -"40031",4759,15469 -"40032",4759,15939 -"40033",4759,17805 -"40034",4759,17936 -"40035",4759,17970 -"40036",4759,18719 -"40037",4759,20301 -"40038",4759,20391 -"40039",4759,20848 -"40040",4759,29527 -"40041",4759,29557 -"40042",4759,32343 -"40043",4759,34554 -"40044",4759,36040 -"40045",4759,41509 -"40046",4759,44464 -"40047",4759,45158 -"40048",4759,47505 -"40049",4759,48181 -"40050",4759,52767 -"40051",4759,56197 -"40052",4759,68091 -"40053",4759,69990 -"40054",4759,78520 -"40055",4759,78750 -"40056",4759,78817 -"40057",4759,82226 -"40058",4759,82310 -"40059",4759,84262 -"40060",4759,98050 -"40061",4759,104142 -"40062",4760,9508 -"40063",4761,12330 -"40064",4761,12427 -"40065",4761,15809 -"40066",4761,60140 -"40067",4761,80728 -"40068",4761,85362 -"40069",4763,9458 -"40070",4763,10874 -"40071",4763,11474 -"40072",4763,26897 -"40073",4763,29952 -"40074",4763,44636 -"40075",4763,47484 -"40076",4763,62488 -"40077",4763,65406 -"40078",4763,77704 -"40079",4763,88259 -"40080",4763,93424 -"40081",4763,94853 -"40082",4763,95993 -"40083",4763,101344 -"40084",4763,101370 -"40085",4763,101372 -"40086",4764,44747 -"40087",4765,10266 -"40088",4765,26344 -"40089",4765,26535 -"40090",4765,27164 -"40091",4765,30898 -"40092",4765,31651 -"40093",4765,32811 -"40094",4765,37893 -"40095",4765,47720 -"40096",4765,48993 -"40097",4765,58133 -"40098",4765,62957 -"40099",4765,73728 -"40100",4765,107670 -"40101",4765,119444 -"40102",4765,120145 -"40103",4766,5067 -"40104",4766,26679 -"40105",4766,74622 -"40106",4766,86594 -"40107",4767,7614 -"40108",4767,12251 -"40109",4767,20684 -"40110",4767,54538 -"40111",4768,76399 -"40112",4768,118060 -"40113",4769,4770 -"40114",4769,19750 -"40115",4769,19962 -"40116",4770,13011 -"40117",4770,40142 -"40118",4770,65187 -"40119",4770,65202 -"40120",4770,70624 -"40121",4770,94256 -"40122",4771,68104 -"40123",4772,5311 -"40124",4772,51055 -"40125",4772,56468 -"40126",4772,56470 -"40127",4772,61958 -"40128",4772,68439 -"40129",4772,80453 -"40130",4772,97456 -"40131",4772,97457 -"40132",4772,97465 -"40133",4773,5959 -"40134",4773,10527 -"40135",4773,14523 -"40136",4773,18124 -"40137",4773,24498 -"40138",4773,37946 -"40139",4773,40776 -"40140",4773,48219 -"40141",4773,52627 -"40142",4773,53033 -"40143",4773,53075 -"40144",4773,53101 -"40145",4773,76431 -"40146",4773,80069 -"40147",4774,7354 -"40148",4774,10548 -"40149",4774,32496 -"40150",4774,96894 -"40151",4775,12792 -"40152",4775,14359 -"40153",4775,14864 -"40154",4775,14908 -"40155",4775,14938 -"40156",4775,28625 -"40157",4775,33385 -"40158",4775,35452 -"40159",4775,39283 -"40160",4775,52304 -"40161",4775,57092 -"40162",4776,5190 -"40163",4776,5844 -"40164",4776,6509 -"40165",4776,6745 -"40166",4776,7443 -"40167",4776,24249 -"40168",4777,5042 -"40169",4777,5695 -"40170",4777,5721 -"40171",4777,6554 -"40172",4777,6789 -"40173",4777,14344 -"40174",4777,55537 -"40175",4777,91237 -"40176",4778,5167 -"40177",4778,9336 -"40178",4778,9960 -"40179",4778,21319 -"40180",4778,26646 -"40181",4778,27861 -"40182",4778,38142 -"40183",4778,47615 -"40184",4778,50229 -"40185",4778,51390 -"40186",4778,63165 -"40187",4778,63192 -"40188",4778,64906 -"40189",4778,65636 -"40190",4778,107053 -"40191",4779,5036 -"40192",4779,5075 -"40193",4779,5081 -"40194",4779,7538 -"40195",4780,79734 -"40196",4781,8754 -"40197",4781,10324 -"40198",4781,12320 -"40199",4781,32491 -"40200",4781,32763 -"40201",4781,33404 -"40202",4781,35573 -"40203",4781,35612 -"40204",4781,35990 -"40205",4781,53865 -"40206",4782,4783 -"40207",4782,40113 -"40208",4783,5429 -"40209",4783,5432 -"40210",4783,11055 -"40211",4783,20500 -"40212",4783,20766 -"40213",4783,21706 -"40214",4783,22451 -"40215",4783,22466 -"40216",4783,23971 -"40217",4783,68359 -"40218",4783,90190 -"40219",4784,6020 -"40220",4784,11448 -"40221",4784,13595 -"40222",4784,21358 -"40223",4784,22873 -"40224",4784,28648 -"40225",4784,29939 -"40226",4784,34274 -"40227",4784,35304 -"40228",4784,41489 -"40229",4784,45297 -"40230",4784,46721 -"40231",4784,54240 -"40232",4784,55481 -"40233",4784,62269 -"40234",4784,68236 -"40235",4784,68807 -"40236",4784,68813 -"40237",4784,68826 -"40238",4784,68864 -"40239",4784,76580 -"40240",4784,76845 -"40241",4784,85678 -"40242",4784,90509 -"40243",4784,93626 -"40244",4784,93642 -"40245",4784,105432 -"40246",4785,23319 -"40247",4785,25010 -"40248",4785,34335 -"40249",4785,36177 -"40250",4785,37107 -"40251",4785,49210 -"40252",4785,53572 -"40253",4785,58746 -"40254",4785,61603 -"40255",4785,67821 -"40256",4785,73407 -"40257",4785,76985 -"40258",4786,5169 -"40259",4786,9808 -"40260",4786,14789 -"40261",4786,21732 -"40262",4786,22075 -"40263",4786,24190 -"40264",4786,29795 -"40265",4786,39618 -"40266",4786,44004 -"40267",4786,45248 -"40268",4786,50440 -"40269",4786,52460 -"40270",4786,54499 -"40271",4786,54684 -"40272",4786,55223 -"40273",4786,56262 -"40274",4786,56347 -"40275",4786,63562 -"40276",4786,68160 -"40277",4787,4807 -"40278",4788,8277 -"40279",4788,22797 -"40280",4788,94400 -"40281",4788,105878 -"40282",4788,116836 -"40283",4789,4803 -"40284",4789,10933 -"40285",4789,76001 -"40286",4789,76366 -"40287",4789,100930 -"40288",4789,110152 -"40289",4789,120351 -"40290",4790,4791 -"40291",4790,9233 -"40292",4790,11179 -"40293",4790,14678 -"40294",4790,15793 -"40295",4790,18004 -"40296",4790,22282 -"40297",4790,25931 -"40298",4790,27390 -"40299",4790,29694 -"40300",4790,29705 -"40301",4790,29732 -"40302",4790,29749 -"40303",4790,30698 -"40304",4790,38547 -"40305",4790,46723 -"40306",4790,52058 -"40307",4790,52945 -"40308",4790,57638 -"40309",4790,63652 -"40310",4790,65958 -"40311",4790,65977 -"40312",4790,66860 -"40313",4790,75948 -"40314",4790,79231 -"40315",4790,79322 -"40316",4790,84256 -"40317",4790,85309 -"40318",4790,90573 -"40319",4790,92220 -"40320",4790,99444 -"40321",4790,105873 -"40322",4790,109745 -"40323",4790,118667 -"40324",4791,4792 -"40325",4791,4917 -"40326",4791,15793 -"40327",4791,18393 -"40328",4791,28047 -"40329",4791,29705 -"40330",4791,36291 -"40331",4791,45894 -"40332",4791,63652 -"40333",4791,72816 -"40334",4791,73136 -"40335",4791,74073 -"40336",4791,74101 -"40337",4791,75948 -"40338",4791,83434 -"40339",4791,92220 -"40340",4791,99444 -"40341",4791,101817 -"40342",4791,108372 -"40343",4791,109745 -"40344",4792,4917 -"40345",4792,15005 -"40346",4792,15437 -"40347",4792,18393 -"40348",4792,22796 -"40349",4792,29124 -"40350",4792,31507 -"40351",4792,33892 -"40352",4792,40589 -"40353",4792,40687 -"40354",4792,45564 -"40355",4792,64428 -"40356",4792,66860 -"40357",4792,66891 -"40358",4792,75946 -"40359",4793,55735 -"40360",4793,88738 -"40361",4794,15069 -"40362",4794,19861 -"40363",4794,22951 -"40364",4794,24247 -"40365",4794,24373 -"40366",4794,49505 -"40367",4794,98177 -"40368",4794,98178 -"40369",4794,98197 -"40370",4794,98222 -"40371",4794,117320 -"40372",4795,98428 -"40373",4795,121496 -"40374",4796,27580 -"40375",4796,29624 -"40376",4796,52114 -"40377",4796,64922 -"40378",4797,57950 -"40379",4799,4834 -"40380",4799,4840 -"40381",4799,32560 -"40382",4799,35406 -"40383",4799,36324 -"40384",4799,41581 -"40385",4799,46764 -"40386",4799,62936 -"40387",4799,78375 -"40388",4799,84380 -"40389",4800,10101 -"40390",4800,16165 -"40391",4800,22792 -"40392",4800,32452 -"40393",4800,40311 -"40394",4801,20090 -"40395",4802,5745 -"40396",4802,6358 -"40397",4802,7693 -"40398",4802,8399 -"40399",4802,13802 -"40400",4802,21111 -"40401",4802,44795 -"40402",4802,49148 -"40403",4802,57912 -"40404",4802,65840 -"40405",4802,91978 -"40406",4802,92585 -"40407",4802,105158 -"40408",4802,105682 -"40409",4802,113040 -"40410",4802,117866 -"40411",4803,62681 -"40412",4803,104014 -"40413",4803,112283 -"40414",4804,10716 -"40415",4804,12090 -"40416",4804,35634 -"40417",4804,41157 -"40418",4804,41851 -"40419",4804,59490 -"40420",4804,59529 -"40421",4804,87245 -"40422",4805,28818 -"40423",4805,35395 -"40424",4805,39191 -"40425",4805,61424 -"40426",4805,62421 -"40427",4805,72273 -"40428",4805,80456 -"40429",4805,82069 -"40430",4805,89702 -"40431",4805,116310 -"40432",4806,4862 -"40433",4806,15521 -"40434",4806,49664 -"40435",4806,63867 -"40436",4806,88599 -"40437",4807,98788 -"40438",4807,103387 -"40439",4808,6711 -"40440",4808,7014 -"40441",4808,17960 -"40442",4808,20528 -"40443",4808,23124 -"40444",4808,37798 -"40445",4808,51430 -"40446",4808,51835 -"40447",4808,52221 -"40448",4808,56311 -"40449",4809,4810 -"40450",4809,4822 -"40451",4809,4851 -"40452",4809,8876 -"40453",4809,9483 -"40454",4809,10068 -"40455",4809,14879 -"40456",4809,20266 -"40457",4809,20319 -"40458",4809,22938 -"40459",4809,25643 -"40460",4809,28434 -"40461",4809,31383 -"40462",4809,34840 -"40463",4809,35544 -"40464",4809,38618 -"40465",4809,45596 -"40466",4809,48357 -"40467",4809,50239 -"40468",4809,50380 -"40469",4809,51396 -"40470",4809,58035 -"40471",4809,64031 -"40472",4809,65793 -"40473",4809,67434 -"40474",4809,77585 -"40475",4809,78875 -"40476",4809,79766 -"40477",4809,80471 -"40478",4809,82203 -"40479",4809,90441 -"40480",4809,95559 -"40481",4809,99969 -"40482",4809,101783 -"40483",4809,109319 -"40484",4809,111888 -"40485",4810,4822 -"40486",4810,4851 -"40487",4810,8772 -"40488",4810,31380 -"40489",4810,64722 -"40490",4810,79766 -"40491",4810,82208 -"40492",4810,87895 -"40493",4810,87897 -"40494",4811,10313 -"40495",4811,21056 -"40496",4811,34474 -"40497",4811,41387 -"40498",4811,43361 -"40499",4811,71920 -"40500",4811,75804 -"40501",4811,87330 -"40502",4811,96425 -"40503",4813,32103 -"40504",4813,35376 -"40505",4813,68162 -"40506",4814,4858 -"40507",4814,6653 -"40508",4814,8522 -"40509",4814,9164 -"40510",4814,9611 -"40511",4814,12530 -"40512",4814,27149 -"40513",4814,28414 -"40514",4814,28686 -"40515",4814,29402 -"40516",4814,33033 -"40517",4814,33522 -"40518",4814,35493 -"40519",4814,44249 -"40520",4814,51461 -"40521",4814,54622 -"40522",4814,55523 -"40523",4814,58304 -"40524",4814,58367 -"40525",4814,59513 -"40526",4814,68945 -"40527",4814,69207 -"40528",4814,84789 -"40529",4814,93114 -"40530",4814,104424 -"40531",4814,123482 -"40532",4815,9740 -"40533",4815,14255 -"40534",4815,14357 -"40535",4815,19998 -"40536",4815,30544 -"40537",4815,47033 -"40538",4815,73578 -"40539",4815,84883 -"40540",4815,101256 -"40541",4815,105780 -"40542",4816,74479 -"40543",4816,74480 -"40544",4817,6086 -"40545",4817,10512 -"40546",4817,13601 -"40547",4817,13978 -"40548",4817,14015 -"40549",4817,25997 -"40550",4817,28937 -"40551",4817,40172 -"40552",4818,9445 -"40553",4818,11121 -"40554",4818,11211 -"40555",4818,15412 -"40556",4818,15821 -"40557",4818,23823 -"40558",4818,26859 -"40559",4818,47534 -"40560",4818,53899 -"40561",4818,54253 -"40562",4818,64987 -"40563",4818,81527 -"40564",4819,19094 -"40565",4819,34142 -"40566",4820,43533 -"40567",4821,4919 -"40568",4821,11513 -"40569",4821,14638 -"40570",4821,36523 -"40571",4821,36586 -"40572",4821,36646 -"40573",4821,36650 -"40574",4821,40479 -"40575",4821,42642 -"40576",4821,45055 -"40577",4821,48510 -"40578",4821,54200 -"40579",4821,54825 -"40580",4821,63395 -"40581",4821,95334 -"40582",4822,4851 -"40583",4822,5725 -"40584",4822,8258 -"40585",4822,8553 -"40586",4822,8876 -"40587",4822,14019 -"40588",4822,16011 -"40589",4822,27725 -"40590",4822,29745 -"40591",4822,30138 -"40592",4822,30443 -"40593",4822,31380 -"40594",4822,31383 -"40595",4822,33574 -"40596",4822,33604 -"40597",4822,42248 -"40598",4822,51435 -"40599",4822,58035 -"40600",4822,59628 -"40601",4822,63753 -"40602",4822,64630 -"40603",4822,64667 -"40604",4822,90441 -"40605",4822,95559 -"40606",4823,5994 -"40607",4823,21690 -"40608",4823,36893 -"40609",4823,63800 -"40610",4823,69743 -"40611",4823,118892 -"40612",4823,119726 -"40613",4824,4830 -"40614",4824,4831 -"40615",4824,32814 -"40616",4824,44154 -"40617",4824,44159 -"40618",4824,46329 -"40619",4825,10883 -"40620",4825,16094 -"40621",4825,18317 -"40622",4825,31349 -"40623",4825,90481 -"40624",4825,96837 -"40625",4825,101740 -"40626",4825,105056 -"40627",4825,105403 -"40628",4825,108480 -"40629",4826,13841 -"40630",4826,25465 -"40631",4826,28522 -"40632",4826,32106 -"40633",4826,35239 -"40634",4826,35309 -"40635",4826,38764 -"40636",4826,46970 -"40637",4826,56018 -"40638",4826,58733 -"40639",4826,60584 -"40640",4826,119850 -"40641",4827,10364 -"40642",4827,72338 -"40643",4828,19443 -"40644",4829,4863 -"40645",4829,4864 -"40646",4829,4869 -"40647",4829,4911 -"40648",4829,4912 -"40649",4830,4831 -"40650",4830,54823 -"40651",4830,65300 -"40652",4830,86813 -"40653",4831,5193 -"40654",4831,10150 -"40655",4831,20342 -"40656",4831,20441 -"40657",4831,38626 -"40658",4831,87802 -"40659",4832,9332 -"40660",4832,10457 -"40661",4832,10471 -"40662",4832,15921 -"40663",4832,16271 -"40664",4832,18005 -"40665",4832,18224 -"40666",4832,25870 -"40667",4832,27044 -"40668",4832,28820 -"40669",4832,30586 -"40670",4832,43419 -"40671",4832,50879 -"40672",4832,52292 -"40673",4832,55165 -"40674",4832,70275 -"40675",4832,71219 -"40676",4832,88810 -"40677",4832,101218 -"40678",4832,110732 -"40679",4832,111978 -"40680",4832,116184 -"40681",4832,118305 -"40682",4833,5102 -"40683",4833,6070 -"40684",4833,6280 -"40685",4833,6298 -"40686",4833,6653 -"40687",4833,7868 -"40688",4833,12980 -"40689",4833,12994 -"40690",4833,13527 -"40691",4833,17178 -"40692",4833,27149 -"40693",4833,29770 -"40694",4833,38736 -"40695",4833,40108 -"40696",4833,50686 -"40697",4833,51108 -"40698",4833,54622 -"40699",4833,59550 -"40700",4833,59620 -"40701",4833,62344 -"40702",4833,62917 -"40703",4834,4840 -"40704",4834,27861 -"40705",4834,46299 -"40706",4834,77895 -"40707",4834,89335 -"40708",4835,71468 -"40709",4835,91004 -"40710",4836,31229 -"40711",4836,114535 -"40712",4837,23598 -"40713",4838,4993 -"40714",4838,17393 -"40715",4838,32531 -"40716",4838,41428 -"40717",4838,61633 -"40718",4838,62351 -"40719",4839,4849 -"40720",4839,5767 -"40721",4839,36560 -"40722",4839,38299 -"40723",4839,38484 -"40724",4839,49091 -"40725",4839,65553 -"40726",4840,38983 -"40727",4840,65133 -"40728",4840,68885 -"40729",4840,112598 -"40730",4841,7704 -"40731",4841,14522 -"40732",4841,30513 -"40733",4841,42196 -"40734",4841,46787 -"40735",4841,59562 -"40736",4841,61508 -"40737",4841,62968 -"40738",4841,77648 -"40739",4841,98360 -"40740",4841,102962 -"40741",4842,8319 -"40742",4842,8537 -"40743",4842,11751 -"40744",4842,13738 -"40745",4842,20407 -"40746",4842,22072 -"40747",4842,36565 -"40748",4842,38070 -"40749",4842,41719 -"40750",4842,43539 -"40751",4842,50173 -"40752",4842,52327 -"40753",4842,55795 -"40754",4842,58158 -"40755",4842,59326 -"40756",4842,66363 -"40757",4842,97590 -"40758",4842,100274 -"40759",4842,102537 -"40760",4842,102624 -"40761",4842,104131 -"40762",4842,105489 -"40763",4842,113339 -"40764",4843,4870 -"40765",4843,30183 -"40766",4845,9268 -"40767",4845,12866 -"40768",4845,14896 -"40769",4845,23696 -"40770",4845,23713 -"40771",4845,32160 -"40772",4845,41020 -"40773",4845,46072 -"40774",4845,46115 -"40775",4845,47365 -"40776",4845,64730 -"40777",4845,65214 -"40778",4845,67392 -"40779",4845,67443 -"40780",4845,68548 -"40781",4846,17381 -"40782",4846,24305 -"40783",4846,24530 -"40784",4846,27782 -"40785",4846,49535 -"40786",4846,83805 -"40787",4846,87638 -"40788",4846,99773 -"40789",4847,110315 -"40790",4848,13343 -"40791",4848,13982 -"40792",4848,17118 -"40793",4848,17553 -"40794",4848,31650 -"40795",4848,36572 -"40796",4848,36629 -"40797",4848,42109 -"40798",4848,52106 -"40799",4848,52224 -"40800",4848,73239 -"40801",4849,7957 -"40802",4849,16286 -"40803",4849,38482 -"40804",4849,41703 -"40805",4849,48385 -"40806",4849,50213 -"40807",4849,53055 -"40808",4849,53942 -"40809",4849,55591 -"40810",4849,62263 -"40811",4849,74263 -"40812",4849,74312 -"40813",4849,77432 -"40814",4849,95070 -"40815",4849,106628 -"40816",4849,116389 -"40817",4850,21691 -"40818",4850,31624 -"40819",4850,31626 -"40820",4850,31716 -"40821",4850,52506 -"40822",4850,68223 -"40823",4851,29712 -"40824",4851,29785 -"40825",4851,29786 -"40826",4852,23950 -"40827",4852,71578 -"40828",4853,71883 -"40829",4854,36692 -"40830",4855,4859 -"40831",4856,5209 -"40832",4856,10533 -"40833",4856,43193 -"40834",4857,14593 -"40835",4857,69066 -"40836",4857,92276 -"40837",4857,120737 -"40838",4857,120810 -"40839",4858,68945 -"40840",4858,69207 -"40841",4858,75482 -"40842",4859,45245 -"40843",4859,79152 -"40844",4859,79259 -"40845",4860,11572 -"40846",4860,24300 -"40847",4860,30914 -"40848",4860,84832 -"40849",4860,93464 -"40850",4860,108225 -"40851",4860,110374 -"40852",4860,110410 -"40853",4861,20137 -"40854",4861,65572 -"40855",4863,4864 -"40856",4863,4869 -"40857",4863,4911 -"40858",4863,4912 -"40859",4863,24530 -"40860",4863,31275 -"40861",4863,86231 -"40862",4864,4869 -"40863",4864,4911 -"40864",4864,4912 -"40865",4864,6302 -"40866",4864,16547 -"40867",4864,49343 -"40868",4864,51421 -"40869",4865,7434 -"40870",4865,14198 -"40871",4865,15913 -"40872",4865,19874 -"40873",4865,28917 -"40874",4865,36637 -"40875",4865,41637 -"40876",4865,59677 -"40877",4865,68403 -"40878",4865,103305 -"40879",4865,120859 -"40880",4866,15204 -"40881",4866,15412 -"40882",4866,16499 -"40883",4867,31059 -"40884",4867,69878 -"40885",4867,82049 -"40886",4868,7338 -"40887",4868,36620 -"40888",4869,4911 -"40889",4869,4912 -"40890",4871,8396 -"40891",4872,15539 -"40892",4872,15814 -"40893",4872,26130 -"40894",4872,32398 -"40895",4872,47733 -"40896",4872,61588 -"40897",4872,62851 -"40898",4872,72319 -"40899",4873,13472 -"40900",4873,25538 -"40901",4873,49211 -"40902",4873,72081 -"40903",4873,82071 -"40904",4873,87814 -"40905",4873,102159 -"40906",4874,8716 -"40907",4874,8717 -"40908",4874,15557 -"40909",4874,20213 -"40910",4874,34357 -"40911",4874,37681 -"40912",4874,47223 -"40913",4874,50523 -"40914",4874,74413 -"40915",4874,84217 -"40916",4874,88624 -"40917",4875,11868 -"40918",4875,15320 -"40919",4875,15784 -"40920",4875,19266 -"40921",4875,19513 -"40922",4875,24611 -"40923",4875,28078 -"40924",4875,32841 -"40925",4875,40978 -"40926",4875,77559 -"40927",4875,80988 -"40928",4876,18251 -"40929",4877,4894 -"40930",4877,5117 -"40931",4877,94414 -"40932",4878,88156 -"40933",4879,4904 -"40934",4879,8154 -"40935",4879,45091 -"40936",4879,48917 -"40937",4879,54502 -"40938",4879,58845 -"40939",4879,58868 -"40940",4879,64705 -"40941",4880,8210 -"40942",4880,12336 -"40943",4880,14340 -"40944",4880,18070 -"40945",4880,79020 -"40946",4881,5264 -"40947",4881,8606 -"40948",4882,11133 -"40949",4882,25388 -"40950",4882,79603 -"40951",4883,4905 -"40952",4883,5167 -"40953",4883,11441 -"40954",4883,16903 -"40955",4883,20512 -"40956",4883,20515 -"40957",4883,21393 -"40958",4883,22061 -"40959",4883,55486 -"40960",4883,82710 -"40961",4883,84503 -"40962",4883,102555 -"40963",4884,4953 -"40964",4884,4969 -"40965",4884,11869 -"40966",4884,12543 -"40967",4884,15381 -"40968",4884,15718 -"40969",4884,17673 -"40970",4884,18740 -"40971",4884,19154 -"40972",4884,19958 -"40973",4884,23420 -"40974",4884,23723 -"40975",4884,35587 -"40976",4884,38307 -"40977",4884,38371 -"40978",4884,38798 -"40979",4884,43455 -"40980",4884,43460 -"40981",4884,43793 -"40982",4884,44516 -"40983",4884,57377 -"40984",4884,59800 -"40985",4884,63895 -"40986",4884,63935 -"40987",4884,63947 -"40988",4884,63962 -"40989",4885,4916 -"40990",4886,29509 -"40991",4886,66097 -"40992",4886,74028 -"40993",4886,93305 -"40994",4886,111085 -"40995",4887,5187 -"40996",4887,56610 -"40997",4888,27300 -"40998",4888,29680 -"40999",4888,46364 -"41000",4888,62615 -"41001",4889,5771 -"41002",4889,7352 -"41003",4889,9763 -"41004",4889,9866 -"41005",4889,14972 -"41006",4889,15298 -"41007",4889,16162 -"41008",4889,24241 -"41009",4889,33183 -"41010",4889,39410 -"41011",4889,41217 -"41012",4889,44400 -"41013",4889,46732 -"41014",4889,49818 -"41015",4889,58187 -"41016",4889,59557 -"41017",4889,78080 -"41018",4890,26434 -"41019",4890,102928 -"41020",4891,5991 -"41021",4891,6285 -"41022",4891,15522 -"41023",4891,17917 -"41024",4891,19216 -"41025",4891,32411 -"41026",4891,50093 -"41027",4891,82559 -"41028",4891,93395 -"41029",4892,23417 -"41030",4892,27111 -"41031",4892,27662 -"41032",4892,44480 -"41033",4892,65970 -"41034",4892,66074 -"41035",4892,66236 -"41036",4893,4898 -"41037",4893,5216 -"41038",4894,5117 -"41039",4894,39382 -"41040",4894,43624 -"41041",4895,7716 -"41042",4895,10457 -"41043",4895,12861 -"41044",4895,15180 -"41045",4895,30305 -"41046",4895,46700 -"41047",4895,52638 -"41048",4895,68691 -"41049",4895,102364 -"41050",4896,4913 -"41051",4897,12047 -"41052",4897,101734 -"41053",4897,101749 -"41054",4898,5216 -"41055",4898,14797 -"41056",4898,15340 -"41057",4898,17058 -"41058",4898,18436 -"41059",4898,19118 -"41060",4898,20368 -"41061",4898,22128 -"41062",4898,22225 -"41063",4898,43439 -"41064",4898,50189 -"41065",4898,60336 -"41066",4898,60337 -"41067",4898,68694 -"41068",4899,27636 -"41069",4899,47250 -"41070",4899,76144 -"41071",4899,84912 -"41072",4899,85120 -"41073",4900,33103 -"41074",4900,37846 -"41075",4900,63312 -"41076",4900,76738 -"41077",4900,85451 -"41078",4901,14930 -"41079",4901,30717 -"41080",4901,120134 -"41081",4902,53668 -"41082",4902,88367 -"41083",4902,90471 -"41084",4903,5979 -"41085",4903,7467 -"41086",4903,12953 -"41087",4903,19303 -"41088",4903,20892 -"41089",4903,26186 -"41090",4903,27040 -"41091",4903,29999 -"41092",4903,32818 -"41093",4903,38451 -"41094",4903,39421 -"41095",4903,49640 -"41096",4903,55318 -"41097",4903,61916 -"41098",4903,70994 -"41099",4905,30669 -"41100",4905,37652 -"41101",4905,86667 -"41102",4906,11784 -"41103",4906,14103 -"41104",4906,68641 -"41105",4907,24147 -"41106",4907,102460 -"41107",4907,111395 -"41108",4908,25746 -"41109",4908,52657 -"41110",4908,54053 -"41111",4908,78865 -"41112",4908,106068 -"41113",4908,109693 -"41114",4908,118056 -"41115",4909,75937 -"41116",4909,88829 -"41117",4909,106747 -"41118",4910,5577 -"41119",4910,30385 -"41120",4910,76063 -"41121",4910,90785 -"41122",4910,90824 -"41123",4911,4912 -"41124",4913,9808 -"41125",4913,15073 -"41126",4913,15154 -"41127",4913,15891 -"41128",4913,18992 -"41129",4913,20392 -"41130",4913,20790 -"41131",4913,23680 -"41132",4913,23890 -"41133",4913,24463 -"41134",4913,26575 -"41135",4913,37435 -"41136",4913,56078 -"41137",4913,56154 -"41138",4913,56197 -"41139",4913,56224 -"41140",4913,82981 -"41141",4913,83133 -"41142",4914,20754 -"41143",4914,24284 -"41144",4914,24421 -"41145",4914,38126 -"41146",4914,38200 -"41147",4914,39159 -"41148",4914,62151 -"41149",4914,75299 -"41150",4914,75796 -"41151",4914,83576 -"41152",4914,92718 -"41153",4914,100116 -"41154",4915,11782 -"41155",4915,12390 -"41156",4915,31866 -"41157",4915,36593 -"41158",4915,38419 -"41159",4915,39550 -"41160",4915,44925 -"41161",4915,46591 -"41162",4915,49515 -"41163",4915,57682 -"41164",4915,63348 -"41165",4915,73769 -"41166",4915,87907 -"41167",4915,88411 -"41168",4915,89416 -"41169",4915,98950 -"41170",4916,7987 -"41171",4916,10129 -"41172",4916,10880 -"41173",4916,19412 -"41174",4916,22038 -"41175",4916,23465 -"41176",4916,26170 -"41177",4916,26519 -"41178",4916,36280 -"41179",4916,41323 -"41180",4916,43361 -"41181",4916,69139 -"41182",4916,80898 -"41183",4916,85013 -"41184",4917,18393 -"41185",4917,57986 -"41186",4917,101817 -"41187",4918,6683 -"41188",4918,7755 -"41189",4918,16313 -"41190",4918,41747 -"41191",4918,42405 -"41192",4918,45465 -"41193",4918,46039 -"41194",4918,71514 -"41195",4918,98860 -"41196",4919,14638 -"41197",4919,15453 -"41198",4919,20108 -"41199",4919,32711 -"41200",4919,36586 -"41201",4919,39914 -"41202",4919,42642 -"41203",4919,45055 -"41204",4920,4978 -"41205",4920,5491 -"41206",4920,7111 -"41207",4920,7179 -"41208",4920,17241 -"41209",4920,18151 -"41210",4920,21795 -"41211",4920,24363 -"41212",4920,30081 -"41213",4920,34189 -"41214",4920,34206 -"41215",4920,34222 -"41216",4920,44286 -"41217",4920,44287 -"41218",4920,44344 -"41219",4920,44395 -"41220",4920,77548 -"41221",4920,82524 -"41222",4920,82590 -"41223",4920,104378 -"41224",4921,15700 -"41225",4922,70341 -"41226",4923,6613 -"41227",4923,6795 -"41228",4924,4932 -"41229",4924,4977 -"41230",4924,4983 -"41231",4924,5974 -"41232",4924,6977 -"41233",4924,8402 -"41234",4924,12799 -"41235",4924,18426 -"41236",4924,19562 -"41237",4924,20443 -"41238",4924,22116 -"41239",4924,22335 -"41240",4924,23332 -"41241",4924,31606 -"41242",4924,31630 -"41243",4924,37364 -"41244",4924,40404 -"41245",4924,49798 -"41246",4924,74123 -"41247",4924,76890 -"41248",4924,81767 -"41249",4924,100878 -"41250",4924,109925 -"41251",4924,109939 -"41252",4925,14149 -"41253",4926,9882 -"41254",4926,13175 -"41255",4926,14823 -"41256",4926,17728 -"41257",4926,31772 -"41258",4926,32243 -"41259",4926,71816 -"41260",4926,73753 -"41261",4926,79412 -"41262",4926,113453 -"41263",4927,9577 -"41264",4928,43078 -"41265",4929,7105 -"41266",4929,7298 -"41267",4929,18857 -"41268",4929,19607 -"41269",4929,20384 -"41270",4929,20417 -"41271",4930,5046 -"41272",4930,14062 -"41273",4930,57474 -"41274",4931,5095 -"41275",4932,4977 -"41276",4932,4983 -"41277",4932,10364 -"41278",4932,11884 -"41279",4932,17770 -"41280",4932,19526 -"41281",4932,27255 -"41282",4932,38842 -"41283",4932,42619 -"41284",4932,45461 -"41285",4932,47382 -"41286",4932,50208 -"41287",4932,60832 -"41288",4932,63047 -"41289",4932,76296 -"41290",4933,30510 -"41291",4933,42185 -"41292",4933,50887 -"41293",4933,76184 -"41294",4933,77298 -"41295",4934,4944 -"41296",4934,51836 -"41297",4935,7526 -"41298",4935,17830 -"41299",4935,42054 -"41300",4935,71596 -"41301",4935,79235 -"41302",4935,113340 -"41303",4935,113392 -"41304",4935,113394 -"41305",4936,9646 -"41306",4936,26903 -"41307",4936,41809 -"41308",4936,43745 -"41309",4936,43758 -"41310",4936,43994 -"41311",4936,50658 -"41312",4936,62024 -"41313",4937,5967 -"41314",4937,10833 -"41315",4937,12510 -"41316",4937,49594 -"41317",4937,74613 -"41318",4937,99857 -"41319",4937,105583 -"41320",4937,111341 -"41321",4937,114152 -"41322",4938,24799 -"41323",4938,67731 -"41324",4939,90293 -"41325",4939,114304 -"41326",4940,4962 -"41327",4940,5078 -"41328",4940,5422 -"41329",4940,5427 -"41330",4940,5444 -"41331",4940,5457 -"41332",4940,5462 -"41333",4940,5489 -"41334",4940,5492 -"41335",4940,5504 -"41336",4940,7323 -"41337",4940,7605 -"41338",4940,8611 -"41339",4940,9553 -"41340",4940,19738 -"41341",4940,22749 -"41342",4940,22877 -"41343",4940,35256 -"41344",4940,37570 -"41345",4940,37682 -"41346",4940,40019 -"41347",4941,77614 -"41348",4942,13650 -"41349",4942,14193 -"41350",4942,25489 -"41351",4942,50517 -"41352",4942,62493 -"41353",4942,78776 -"41354",4942,80972 -"41355",4942,102764 -"41356",4942,106323 -"41357",4942,116473 -"41358",4943,29893 -"41359",4943,30415 -"41360",4943,59207 -"41361",4943,71422 -"41362",4943,102739 -"41363",4944,9084 -"41364",4944,12746 -"41365",4944,17645 -"41366",4944,20764 -"41367",4944,21906 -"41368",4944,25367 -"41369",4944,25413 -"41370",4944,43654 -"41371",4944,44135 -"41372",4944,44222 -"41373",4944,45161 -"41374",4944,46726 -"41375",4944,47167 -"41376",4944,48464 -"41377",4944,59915 -"41378",4944,62668 -"41379",4944,70473 -"41380",4944,70981 -"41381",4944,71825 -"41382",4944,71837 -"41383",4944,77625 -"41384",4944,79681 -"41385",4944,82452 -"41386",4944,88409 -"41387",4944,90883 -"41388",4944,91383 -"41389",4944,92113 -"41390",4944,97739 -"41391",4944,98904 -"41392",4944,102940 -"41393",4944,118577 -"41394",4944,119085 -"41395",4944,119224 -"41396",4944,119439 -"41397",4944,120085 -"41398",4944,120232 -"41399",4944,121213 -"41400",4945,6381 -"41401",4945,13731 -"41402",4945,19275 -"41403",4945,31575 -"41404",4945,47029 -"41405",4945,52750 -"41406",4945,52884 -"41407",4945,61854 -"41408",4945,61873 -"41409",4945,63041 -"41410",4945,74516 -"41411",4945,76792 -"41412",4945,76847 -"41413",4945,77517 -"41414",4945,77522 -"41415",4945,77528 -"41416",4945,77607 -"41417",4946,8268 -"41418",4946,10889 -"41419",4946,23039 -"41420",4946,23669 -"41421",4946,26273 -"41422",4946,41665 -"41423",4946,43747 -"41424",4946,49195 -"41425",4946,70551 -"41426",4946,71424 -"41427",4947,5728 -"41428",4947,10855 -"41429",4947,15820 -"41430",4947,16482 -"41431",4947,19185 -"41432",4947,20321 -"41433",4947,23115 -"41434",4947,26776 -"41435",4947,26868 -"41436",4947,27221 -"41437",4947,27599 -"41438",4947,38393 -"41439",4947,48836 -"41440",4948,15694 -"41441",4948,79633 -"41442",4948,117254 -"41443",4948,117264 -"41444",4948,117266 -"41445",4949,29122 -"41446",4949,82042 -"41447",4950,5023 -"41448",4950,5024 -"41449",4950,5051 -"41450",4950,14024 -"41451",4950,22053 -"41452",4950,32588 -"41453",4950,34660 -"41454",4950,58821 -"41455",4950,58927 -"41456",4950,58933 -"41457",4951,15865 -"41458",4952,46760 -"41459",4952,82353 -"41460",4952,85587 -"41461",4952,96210 -"41462",4953,4969 -"41463",4953,11869 -"41464",4953,12042 -"41465",4953,14200 -"41466",4953,15381 -"41467",4953,15718 -"41468",4953,15752 -"41469",4953,15952 -"41470",4953,16656 -"41471",4953,17673 -"41472",4953,18740 -"41473",4953,19154 -"41474",4953,19958 -"41475",4953,20444 -"41476",4953,21029 -"41477",4953,23420 -"41478",4953,23723 -"41479",4953,29869 -"41480",4953,30179 -"41481",4953,33011 -"41482",4953,33644 -"41483",4953,34281 -"41484",4953,35587 -"41485",4953,38307 -"41486",4953,39498 -"41487",4953,42418 -"41488",4953,43455 -"41489",4953,43460 -"41490",4953,43793 -"41491",4953,48066 -"41492",4953,48147 -"41493",4953,50515 -"41494",4953,51470 -"41495",4953,57377 -"41496",4953,58294 -"41497",4953,59800 -"41498",4953,63442 -"41499",4953,63895 -"41500",4953,63935 -"41501",4953,63947 -"41502",4953,63962 -"41503",4953,78024 -"41504",4953,84786 -"41505",4953,84818 -"41506",4954,5355 -"41507",4954,24551 -"41508",4955,6520 -"41509",4955,28395 -"41510",4955,52155 -"41511",4955,67619 -"41512",4955,73955 -"41513",4955,73985 -"41514",4955,73993 -"41515",4956,30451 -"41516",4956,31871 -"41517",4956,35936 -"41518",4956,39421 -"41519",4956,58872 -"41520",4957,16583 -"41521",4957,23430 -"41522",4957,23470 -"41523",4957,26300 -"41524",4957,27379 -"41525",4957,41418 -"41526",4957,41953 -"41527",4957,46021 -"41528",4957,50969 -"41529",4957,61245 -"41530",4957,61532 -"41531",4957,61623 -"41532",4958,5079 -"41533",4958,5502 -"41534",4958,26013 -"41535",4958,26356 -"41536",4958,57890 -"41537",4958,59710 -"41538",4958,59905 -"41539",4958,78052 -"41540",4959,6558 -"41541",4960,4964 -"41542",4960,5449 -"41543",4960,5827 -"41544",4960,9337 -"41545",4960,12204 -"41546",4960,16269 -"41547",4960,30766 -"41548",4960,38051 -"41549",4960,49739 -"41550",4961,6570 -"41551",4961,9977 -"41552",4961,10127 -"41553",4961,13027 -"41554",4961,21711 -"41555",4961,27962 -"41556",4961,47112 -"41557",4961,58226 -"41558",4961,63300 -"41559",4961,68135 -"41560",4961,70823 -"41561",4961,71246 -"41562",4961,72696 -"41563",4961,90012 -"41564",4961,90013 -"41565",4962,5078 -"41566",4962,5422 -"41567",4962,5427 -"41568",4962,5444 -"41569",4962,5457 -"41570",4962,5462 -"41571",4962,5489 -"41572",4962,5492 -"41573",4962,5504 -"41574",4962,6508 -"41575",4962,11409 -"41576",4962,12713 -"41577",4962,18615 -"41578",4962,19606 -"41579",4962,20646 -"41580",4962,20864 -"41581",4962,22006 -"41582",4962,51189 -"41583",4962,73227 -"41584",4962,86268 -"41585",4962,89590 -"41586",4962,90190 -"41587",4962,91286 -"41588",4963,6260 -"41589",4963,25577 -"41590",4963,30584 -"41591",4964,5449 -"41592",4964,12204 -"41593",4964,48605 -"41594",4964,49739 -"41595",4964,54847 -"41596",4965,4966 -"41597",4965,5439 -"41598",4965,5445 -"41599",4965,5461 -"41600",4965,5466 -"41601",4965,5470 -"41602",4965,5493 -"41603",4965,28174 -"41604",4965,96165 -"41605",4966,5439 -"41606",4966,5445 -"41607",4966,5461 -"41608",4966,5466 -"41609",4966,5470 -"41610",4966,5493 -"41611",4967,4968 -"41612",4967,18423 -"41613",4967,30659 -"41614",4967,36649 -"41615",4968,8123 -"41616",4968,8869 -"41617",4968,13208 -"41618",4968,13386 -"41619",4968,13938 -"41620",4968,15023 -"41621",4968,20547 -"41622",4968,20623 -"41623",4968,21804 -"41624",4968,23116 -"41625",4968,32697 -"41626",4968,35088 -"41627",4968,44226 -"41628",4968,45403 -"41629",4968,51843 -"41630",4968,53756 -"41631",4968,54385 -"41632",4968,79000 -"41633",4968,80025 -"41634",4968,83598 -"41635",4968,84808 -"41636",4968,84828 -"41637",4970,19515 -"41638",4970,77183 -"41639",4971,21006 -"41640",4971,63242 -"41641",4971,87353 -"41642",4971,94145 -"41643",4972,12877 -"41644",4972,19189 -"41645",4972,22709 -"41646",4972,31724 -"41647",4972,32673 -"41648",4972,40147 -"41649",4972,55472 -"41650",4972,61534 -"41651",4972,70265 -"41652",4972,73513 -"41653",4972,79537 -"41654",4972,79571 -"41655",4972,82819 -"41656",4973,26873 -"41657",4974,4990 -"41658",4974,5102 -"41659",4974,5124 -"41660",4974,5713 -"41661",4974,5866 -"41662",4974,7337 -"41663",4974,7706 -"41664",4974,7815 -"41665",4974,9431 -"41666",4974,10324 -"41667",4974,10527 -"41668",4974,10901 -"41669",4974,14396 -"41670",4974,14426 -"41671",4974,15259 -"41672",4974,27545 -"41673",4974,30584 -"41674",4974,32094 -"41675",4974,36744 -"41676",4974,43574 -"41677",4974,50216 -"41678",4974,51105 -"41679",4974,51927 -"41680",4974,60828 -"41681",4974,67039 -"41682",4974,73278 -"41683",4974,76483 -"41684",4974,78517 -"41685",4974,82499 -"41686",4974,88932 -"41687",4974,89185 -"41688",4974,108079 -"41689",4975,5198 -"41690",4975,7766 -"41691",4975,51466 -"41692",4975,51541 -"41693",4976,5178 -"41694",4976,33827 -"41695",4977,4983 -"41696",4977,11939 -"41697",4977,17645 -"41698",4977,43525 -"41699",4977,47797 -"41700",4977,56812 -"41701",4977,79579 -"41702",4977,81015 -"41703",4978,5491 -"41704",4978,7179 -"41705",4978,21795 -"41706",4978,26865 -"41707",4978,30081 -"41708",4978,34189 -"41709",4978,34222 -"41710",4978,44286 -"41711",4978,44287 -"41712",4978,44344 -"41713",4978,44395 -"41714",4978,66515 -"41715",4978,66577 -"41716",4978,77548 -"41717",4979,40338 -"41718",4979,42792 -"41719",4979,43211 -"41720",4979,48982 -"41721",4980,28731 -"41722",4980,34492 -"41723",4980,50976 -"41724",4980,51654 -"41725",4980,55015 -"41726",4981,9136 -"41727",4981,9311 -"41728",4981,27307 -"41729",4981,27378 -"41730",4981,27447 -"41731",4981,27499 -"41732",4982,5071 -"41733",4983,10471 -"41734",4983,17313 -"41735",4983,20443 -"41736",4983,22116 -"41737",4983,24525 -"41738",4983,37351 -"41739",4983,37364 -"41740",4983,37371 -"41741",4983,44675 -"41742",4983,47767 -"41743",4983,61758 -"41744",4983,77809 -"41745",4983,92706 -"41746",4983,115856 -"41747",4983,115867 -"41748",4984,88287 -"41749",4985,6710 -"41750",4985,7788 -"41751",4985,23027 -"41752",4985,40704 -"41753",4985,46938 -"41754",4985,47338 -"41755",4985,61576 -"41756",4985,74494 -"41757",4985,84700 -"41758",4985,103365 -"41759",4986,5452 -"41760",4986,5475 -"41761",4986,5476 -"41762",4986,5485 -"41763",4986,5814 -"41764",4986,10740 -"41765",4986,11116 -"41766",4986,19021 -"41767",4986,48655 -"41768",4987,24630 -"41769",4987,28404 -"41770",4987,29742 -"41771",4987,45236 -"41772",4987,51079 -"41773",4987,91726 -"41774",4987,95441 -"41775",4988,13232 -"41776",4988,25570 -"41777",4988,94429 -"41778",4988,110057 -"41779",4989,34957 -"41780",4990,5102 -"41781",4990,5124 -"41782",4991,16336 -"41783",4991,16525 -"41784",4991,16561 -"41785",4991,16562 -"41786",4991,38663 -"41787",4992,8340 -"41788",4992,34148 -"41789",4992,45299 -"41790",4992,58341 -"41791",4992,63903 -"41792",4992,66267 -"41793",4993,10129 -"41794",4993,13806 -"41795",4993,18970 -"41796",4993,32666 -"41797",4993,34111 -"41798",4993,40906 -"41799",4993,61633 -"41800",4993,62319 -"41801",4993,64526 -"41802",4993,73333 -"41803",4993,74211 -"41804",4993,77661 -"41805",4993,79041 -"41806",4994,24339 -"41807",4994,29445 -"41808",4994,96797 -"41809",4994,112015 -"41810",4994,115078 -"41811",4995,27534 -"41812",4995,46741 -"41813",4995,106929 -"41814",4997,9875 -"41815",4997,18429 -"41816",4997,34960 -"41817",4997,36305 -"41818",4997,73562 -"41819",4998,66435 -"41820",4998,67865 -"41821",4998,79169 -"41822",4998,97717 -"41823",4998,97777 -"41824",4998,97797 -"41825",4998,97808 -"41826",4998,97814 -"41827",4999,35978 -"41828",5000,39991 -"41829",5001,5083 -"41830",5002,5118 -"41831",5002,53779 -"41832",5003,5487 -"41833",5003,95921 -"41834",5004,5122 -"41835",5004,5146 -"41836",5005,6273 -"41837",5005,23488 -"41838",5005,24027 -"41839",5005,35417 -"41840",5005,35983 -"41841",5005,52535 -"41842",5005,81711 -"41843",5005,104457 -"41844",5005,104471 -"41845",5005,104501 -"41846",5006,9167 -"41847",5006,15002 -"41848",5006,69007 -"41849",5006,120599 -"41850",5007,70922 -"41851",5007,90687 -"41852",5008,41614 -"41853",5008,42408 -"41854",5008,51046 -"41855",5008,97619 -"41856",5009,5125 -"41857",5009,5160 -"41858",5009,31955 -"41859",5009,43173 -"41860",5009,57069 -"41861",5009,68556 -"41862",5009,73244 -"41863",5009,96837 -"41864",5010,5851 -"41865",5010,16286 -"41866",5010,24952 -"41867",5010,37036 -"41868",5010,77565 -"41869",5010,77637 -"41870",5010,78645 -"41871",5011,11182 -"41872",5011,12662 -"41873",5011,12948 -"41874",5011,15578 -"41875",5011,33012 -"41876",5011,39513 -"41877",5011,40231 -"41878",5011,40453 -"41879",5011,43844 -"41880",5011,45532 -"41881",5011,45869 -"41882",5011,49064 -"41883",5011,79422 -"41884",5011,80509 -"41885",5011,80624 -"41886",5011,82474 -"41887",5011,96787 -"41888",5011,111339 -"41889",5012,5069 -"41890",5013,5014 -"41891",5013,20138 -"41892",5013,21121 -"41893",5013,33067 -"41894",5013,41699 -"41895",5013,76370 -"41896",5013,85241 -"41897",5013,88773 -"41898",5013,104207 -"41899",5014,13519 -"41900",5014,16041 -"41901",5014,19807 -"41902",5014,28093 -"41903",5014,41754 -"41904",5014,48624 -"41905",5014,52497 -"41906",5014,63641 -"41907",5014,75454 -"41908",5014,87754 -"41909",5015,6092 -"41910",5015,26299 -"41911",5015,38373 -"41912",5015,41181 -"41913",5015,48699 -"41914",5015,60420 -"41915",5015,70741 -"41916",5015,81587 -"41917",5015,81666 -"41918",5016,6904 -"41919",5016,7425 -"41920",5016,21301 -"41921",5016,21665 -"41922",5016,42367 -"41923",5016,42389 -"41924",5016,42640 -"41925",5016,45619 -"41926",5016,56736 -"41927",5016,57015 -"41928",5016,63987 -"41929",5016,84598 -"41930",5016,89815 -"41931",5017,5962 -"41932",5017,6119 -"41933",5017,6840 -"41934",5017,8651 -"41935",5017,9793 -"41936",5017,10336 -"41937",5017,14520 -"41938",5017,25205 -"41939",5017,37560 -"41940",5017,56173 -"41941",5017,79420 -"41942",5017,95805 -"41943",5017,98715 -"41944",5018,5019 -"41945",5018,7318 -"41946",5018,7367 -"41947",5018,7371 -"41948",5018,13217 -"41949",5018,14108 -"41950",5018,15769 -"41951",5018,15901 -"41952",5018,19523 -"41953",5018,23554 -"41954",5018,34314 -"41955",5018,35802 -"41956",5018,36089 -"41957",5018,41085 -"41958",5018,44821 -"41959",5018,48123 -"41960",5018,50235 -"41961",5018,59210 -"41962",5018,62062 -"41963",5018,62063 -"41964",5018,66454 -"41965",5018,72573 -"41966",5018,81722 -"41967",5018,101016 -"41968",5018,101087 -"41969",5018,101967 -"41970",5018,102401 -"41971",5018,103326 -"41972",5018,105495 -"41973",5018,105955 -"41974",5018,116302 -"41975",5018,116315 -"41976",5018,116325 -"41977",5018,116331 -"41978",5019,6041 -"41979",5019,7551 -"41980",5019,13217 -"41981",5019,17013 -"41982",5019,22320 -"41983",5019,25431 -"41984",5019,25727 -"41985",5019,31266 -"41986",5019,32940 -"41987",5019,47585 -"41988",5019,50235 -"41989",5019,53453 -"41990",5019,63308 -"41991",5019,66030 -"41992",5019,68502 -"41993",5019,71006 -"41994",5019,100446 -"41995",5019,100453 -"41996",5019,100454 -"41997",5019,100606 -"41998",5019,103031 -"41999",5019,103066 -"42000",5019,104646 -"42001",5020,33144 -"42002",5020,47883 -"42003",5020,50399 -"42004",5020,50432 -"42005",5020,54572 -"42006",5020,54716 -"42007",5020,66190 -"42008",5020,114476 -"42009",5021,11948 -"42010",5021,31492 -"42011",5021,40293 -"42012",5021,44858 -"42013",5021,74452 -"42014",5021,79116 -"42015",5021,79145 -"42016",5021,96788 -"42017",5022,40157 -"42018",5022,40787 -"42019",5022,80319 -"42020",5023,5024 -"42021",5023,5051 -"42022",5023,57354 -"42023",5023,69064 -"42024",5024,5047 -"42025",5024,5051 -"42026",5024,14543 -"42027",5024,14752 -"42028",5024,17743 -"42029",5024,41721 -"42030",5024,53920 -"42031",5024,58103 -"42032",5025,5068 -"42033",5026,5114 -"42034",5026,5137 -"42035",5027,42697 -"42036",5028,7105 -"42037",5028,17642 -"42038",5028,18857 -"42039",5028,30128 -"42040",5029,6221 -"42041",5029,12067 -"42042",5029,24210 -"42043",5029,29312 -"42044",5029,45092 -"42045",5029,61890 -"42046",5029,64635 -"42047",5029,69718 -"42048",5029,74577 -"42049",5029,89217 -"42050",5029,111926 -"42051",5030,5049 -"42052",5030,5056 -"42053",5030,54531 -"42054",5031,5142 -"42055",5031,104255 -"42056",5032,15453 -"42057",5032,61278 -"42058",5032,69518 -"42059",5032,85444 -"42060",5032,85446 -"42061",5032,112413 -"42062",5032,115528 -"42063",5032,119319 -"42064",5032,119321 -"42065",5033,9681 -"42066",5033,23315 -"42067",5033,89189 -"42068",5033,89203 -"42069",5033,89978 -"42070",5033,96121 -"42071",5033,96139 -"42072",5033,96147 -"42073",5033,96165 -"42074",5034,12080 -"42075",5034,19106 -"42076",5034,38845 -"42077",5034,53939 -"42078",5035,5040 -"42079",5035,5091 -"42080",5035,41475 -"42081",5035,67188 -"42082",5036,5075 -"42083",5036,5081 -"42084",5036,25789 -"42085",5036,69359 -"42086",5037,8839 -"42087",5037,14480 -"42088",5037,14490 -"42089",5037,14509 -"42090",5037,47882 -"42091",5037,88448 -"42092",5037,93879 -"42093",5037,107364 -"42094",5038,17454 -"42095",5039,27370 -"42096",5039,27467 -"42097",5039,44595 -"42098",5039,61182 -"42099",5039,61259 -"42100",5039,65696 -"42101",5039,103622 -"42102",5040,5091 -"42103",5040,82365 -"42104",5041,5520 -"42105",5041,10358 -"42106",5041,20988 -"42107",5041,21752 -"42108",5041,24293 -"42109",5041,29050 -"42110",5041,29967 -"42111",5041,35807 -"42112",5041,48288 -"42113",5041,49928 -"42114",5041,55308 -"42115",5041,76009 -"42116",5041,94660 -"42117",5042,6554 -"42118",5042,32147 -"42119",5042,72154 -"42120",5042,73241 -"42121",5042,78406 -"42122",5042,82202 -"42123",5042,82203 -"42124",5043,29319 -"42125",5043,41536 -"42126",5043,43333 -"42127",5044,12552 -"42128",5044,12660 -"42129",5044,23129 -"42130",5045,28261 -"42131",5045,46352 -"42132",5045,52572 -"42133",5045,67807 -"42134",5045,69682 -"42135",5045,72567 -"42136",5045,77425 -"42137",5045,97471 -"42138",5046,15054 -"42139",5046,16095 -"42140",5046,24699 -"42141",5046,24854 -"42142",5046,25085 -"42143",5047,6129 -"42144",5047,14543 -"42145",5047,14752 -"42146",5047,33815 -"42147",5047,45503 -"42148",5047,45749 -"42149",5047,46107 -"42150",5047,57787 -"42151",5047,68217 -"42152",5047,70928 -"42153",5047,84302 -"42154",5047,84347 -"42155",5047,84348 -"42156",5047,86597 -"42157",5048,23605 -"42158",5048,39722 -"42159",5048,39967 -"42160",5048,43919 -"42161",5048,46327 -"42162",5048,47693 -"42163",5048,47801 -"42164",5049,5056 -"42165",5050,25517 -"42166",5050,38299 -"42167",5050,41838 -"42168",5050,45766 -"42169",5050,71692 -"42170",5050,79066 -"42171",5052,5531 -"42172",5052,6944 -"42173",5052,6960 -"42174",5052,6977 -"42175",5052,6989 -"42176",5052,8402 -"42177",5052,8442 -"42178",5052,9080 -"42179",5052,10431 -"42180",5052,11079 -"42181",5052,11216 -"42182",5052,13423 -"42183",5052,14077 -"42184",5052,15365 -"42185",5052,18239 -"42186",5052,19581 -"42187",5052,21980 -"42188",5052,22042 -"42189",5052,22117 -"42190",5052,24235 -"42191",5052,26466 -"42192",5052,28181 -"42193",5052,36953 -"42194",5052,37371 -"42195",5052,40253 -"42196",5052,40404 -"42197",5052,41197 -"42198",5052,46486 -"42199",5052,46868 -"42200",5052,47232 -"42201",5052,55297 -"42202",5052,65569 -"42203",5052,75338 -"42204",5052,80911 -"42205",5052,98226 -"42206",5053,11431 -"42207",5053,57542 -"42208",5053,99811 -"42209",5053,99822 -"42210",5054,6615 -"42211",5054,6922 -"42212",5054,7008 -"42213",5054,7049 -"42214",5054,8137 -"42215",5054,8409 -"42216",5054,8601 -"42217",5054,9174 -"42218",5054,11815 -"42219",5054,11816 -"42220",5054,11831 -"42221",5054,11847 -"42222",5054,11848 -"42223",5054,11882 -"42224",5054,11895 -"42225",5054,11918 -"42226",5054,11938 -"42227",5054,11981 -"42228",5054,12060 -"42229",5054,12061 -"42230",5054,12079 -"42231",5054,13950 -"42232",5054,14359 -"42233",5054,17479 -"42234",5054,17538 -"42235",5054,17946 -"42236",5054,19576 -"42237",5054,19821 -"42238",5054,21548 -"42239",5054,21750 -"42240",5054,29557 -"42241",5054,33704 -"42242",5054,33705 -"42243",5054,44464 -"42244",5054,66947 -"42245",5054,66955 -"42246",5054,67141 -"42247",5054,69357 -"42248",5055,9508 -"42249",5055,17255 -"42250",5055,30769 -"42251",5055,33222 -"42252",5055,35001 -"42253",5055,36078 -"42254",5055,41015 -"42255",5055,82257 -"42256",5055,82282 -"42257",5055,82744 -"42258",5055,86079 -"42259",5056,5227 -"42260",5056,6038 -"42261",5056,7826 -"42262",5056,11348 -"42263",5056,16780 -"42264",5056,23195 -"42265",5056,35536 -"42266",5056,37394 -"42267",5056,53618 -"42268",5056,54142 -"42269",5056,57568 -"42270",5056,58268 -"42271",5056,59010 -"42272",5056,76770 -"42273",5056,80251 -"42274",5056,81142 -"42275",5056,90592 -"42276",5056,94536 -"42277",5056,94554 -"42278",5057,7219 -"42279",5057,34688 -"42280",5057,44774 -"42281",5057,53632 -"42282",5057,89714 -"42283",5057,89722 -"42284",5057,94258 -"42285",5057,97707 -"42286",5058,18474 -"42287",5058,18670 -"42288",5058,19164 -"42289",5058,23423 -"42290",5058,23622 -"42291",5058,23688 -"42292",5058,79413 -"42293",5058,105720 -"42294",5059,5115 -"42295",5059,5119 -"42296",5059,44154 -"42297",5060,5128 -"42298",5060,10332 -"42299",5060,21690 -"42300",5060,59069 -"42301",5061,7694 -"42302",5061,29126 -"42303",5061,29581 -"42304",5061,35514 -"42305",5061,37219 -"42306",5061,37310 -"42307",5061,37382 -"42308",5061,43606 -"42309",5061,52943 -"42310",5061,63523 -"42311",5061,69011 -"42312",5061,75510 -"42313",5061,78549 -"42314",5062,12055 -"42315",5062,33849 -"42316",5062,46616 -"42317",5062,47607 -"42318",5063,5065 -"42319",5063,40634 -"42320",5063,96461 -"42321",5064,24718 -"42322",5064,30210 -"42323",5064,36709 -"42324",5064,36881 -"42325",5064,52604 -"42326",5064,63896 -"42327",5064,66691 -"42328",5064,66694 -"42329",5064,78323 -"42330",5064,79253 -"42331",5064,81599 -"42332",5064,84513 -"42333",5064,88718 -"42334",5064,88907 -"42335",5064,94516 -"42336",5065,6353 -"42337",5065,96461 -"42338",5066,14381 -"42339",5066,46642 -"42340",5066,113731 -"42341",5067,15587 -"42342",5067,30259 -"42343",5067,34159 -"42344",5067,57262 -"42345",5067,63033 -"42346",5067,66286 -"42347",5067,76921 -"42348",5067,80578 -"42349",5067,100998 -"42350",5067,106567 -"42351",5067,109259 -"42352",5067,114104 -"42353",5067,118636 -"42354",5067,120140 -"42355",5067,122429 -"42356",5067,122435 -"42357",5068,5981 -"42358",5068,14045 -"42359",5068,22777 -"42360",5068,28363 -"42361",5068,28364 -"42362",5068,28551 -"42363",5068,31786 -"42364",5068,79463 -"42365",5068,91312 -"42366",5068,92150 -"42367",5068,101763 -"42368",5068,116140 -"42369",5068,116483 -"42370",5069,44354 -"42371",5070,5096 -"42372",5070,31982 -"42373",5070,100859 -"42374",5071,16693 -"42375",5071,21417 -"42376",5071,29579 -"42377",5071,42330 -"42378",5071,53564 -"42379",5071,77095 -"42380",5071,84122 -"42381",5071,88435 -"42382",5071,116917 -"42383",5071,117041 -"42384",5072,5622 -"42385",5072,17400 -"42386",5072,30325 -"42387",5072,107886 -"42388",5073,7942 -"42389",5073,20348 -"42390",5073,30452 -"42391",5073,35287 -"42392",5073,56448 -"42393",5073,73147 -"42394",5073,94048 -"42395",5073,99441 -"42396",5073,101468 -"42397",5073,105139 -"42398",5073,109509 -"42399",5073,110797 -"42400",5073,112247 -"42401",5073,115307 -"42402",5073,116888 -"42403",5073,123051 -"42404",5073,123052 -"42405",5074,12430 -"42406",5074,76882 -"42407",5074,77651 -"42408",5075,5081 -"42409",5075,7799 -"42410",5075,9810 -"42411",5075,21885 -"42412",5075,25175 -"42413",5075,29912 -"42414",5075,34079 -"42415",5075,34199 -"42416",5075,41265 -"42417",5075,43961 -"42418",5075,45370 -"42419",5075,57481 -"42420",5075,59401 -"42421",5075,64967 -"42422",5075,65949 -"42423",5075,70254 -"42424",5075,92382 -"42425",5075,113144 -"42426",5076,14511 -"42427",5076,24287 -"42428",5076,24905 -"42429",5076,60343 -"42430",5076,80170 -"42431",5076,82436 -"42432",5076,99925 -"42433",5076,100152 -"42434",5077,30863 -"42435",5077,40452 -"42436",5078,5422 -"42437",5078,5427 -"42438",5078,5444 -"42439",5078,5457 -"42440",5078,5462 -"42441",5078,5489 -"42442",5078,5492 -"42443",5078,5504 -"42444",5079,5502 -"42445",5079,17851 -"42446",5079,94351 -"42447",5079,95313 -"42448",5080,15431 -"42449",5080,22648 -"42450",5080,24845 -"42451",5080,26873 -"42452",5080,38565 -"42453",5080,43549 -"42454",5080,45284 -"42455",5080,52608 -"42456",5080,53453 -"42457",5080,58648 -"42458",5080,60134 -"42459",5080,61572 -"42460",5080,64672 -"42461",5080,65333 -"42462",5080,68997 -"42463",5080,75825 -"42464",5080,77871 -"42465",5080,81914 -"42466",5080,87748 -"42467",5080,93662 -"42468",5080,101967 -"42469",5080,106186 -"42470",5080,107539 -"42471",5080,109337 -"42472",5080,109820 -"42473",5080,110380 -"42474",5080,110394 -"42475",5080,111086 -"42476",5080,119592 -"42477",5080,120033 -"42478",5081,10362 -"42479",5081,61606 -"42480",5083,17041 -"42481",5083,19930 -"42482",5083,35536 -"42483",5083,39982 -"42484",5083,48814 -"42485",5083,58268 -"42486",5084,8582 -"42487",5084,12237 -"42488",5084,13970 -"42489",5084,24312 -"42490",5084,55691 -"42491",5084,63443 -"42492",5084,73466 -"42493",5084,77043 -"42494",5084,90492 -"42495",5084,111832 -"42496",5084,114719 -"42497",5085,12676 -"42498",5085,12988 -"42499",5085,15965 -"42500",5085,16682 -"42501",5085,20121 -"42502",5085,25897 -"42503",5085,41957 -"42504",5086,15215 -"42505",5086,17097 -"42506",5086,39311 -"42507",5086,57070 -"42508",5086,82009 -"42509",5086,118049 -"42510",5086,118052 -"42511",5087,5088 -"42512",5088,7322 -"42513",5088,7366 -"42514",5088,16982 -"42515",5088,23680 -"42516",5088,41940 -"42517",5088,54657 -"42518",5088,59887 -"42519",5088,83932 -"42520",5088,93279 -"42521",5088,107595 -"42522",5088,107631 -"42523",5088,114612 -"42524",5088,115928 -"42525",5089,5395 -"42526",5089,6252 -"42527",5089,25097 -"42528",5089,25697 -"42529",5089,25727 -"42530",5089,41719 -"42531",5089,46850 -"42532",5089,55736 -"42533",5089,93707 -"42534",5089,94780 -"42535",5090,7967 -"42536",5091,66209 -"42537",5091,77502 -"42538",5091,97704 -"42539",5092,7547 -"42540",5092,18350 -"42541",5092,37975 -"42542",5093,23111 -"42543",5093,25293 -"42544",5094,8993 -"42545",5094,25877 -"42546",5094,32833 -"42547",5094,33515 -"42548",5094,33954 -"42549",5095,5263 -"42550",5095,7382 -"42551",5095,7398 -"42552",5095,9328 -"42553",5095,25813 -"42554",5095,25971 -"42555",5095,33893 -"42556",5095,34480 -"42557",5095,36422 -"42558",5095,44743 -"42559",5095,45426 -"42560",5095,51471 -"42561",5095,57254 -"42562",5095,70141 -"42563",5095,71103 -"42564",5095,77388 -"42565",5095,87889 -"42566",5096,11870 -"42567",5096,13117 -"42568",5096,36340 -"42569",5096,43857 -"42570",5096,78795 -"42571",5096,89108 -"42572",5097,5107 -"42573",5097,14589 -"42574",5097,56852 -"42575",5097,67304 -"42576",5097,105209 -"42577",5098,5113 -"42578",5099,18340 -"42579",5099,81935 -"42580",5100,62063 -"42581",5100,104514 -"42582",5101,8678 -"42583",5101,18529 -"42584",5101,19068 -"42585",5101,30847 -"42586",5101,38076 -"42587",5101,42096 -"42588",5101,45630 -"42589",5101,55449 -"42590",5102,5124 -"42591",5102,5234 -"42592",5102,7526 -"42593",5102,11611 -"42594",5102,15432 -"42595",5102,17178 -"42596",5102,19031 -"42597",5102,30541 -"42598",5102,31240 -"42599",5102,32114 -"42600",5102,33871 -"42601",5102,36724 -"42602",5102,46627 -"42603",5102,50137 -"42604",5102,52571 -"42605",5102,54823 -"42606",5102,59620 -"42607",5102,81068 -"42608",5102,85168 -"42609",5102,85169 -"42610",5102,93000 -"42611",5103,15282 -"42612",5103,22119 -"42613",5103,23712 -"42614",5103,26283 -"42615",5103,26370 -"42616",5103,28231 -"42617",5103,38335 -"42618",5103,47959 -"42619",5103,53031 -"42620",5103,58067 -"42621",5103,62429 -"42622",5103,70412 -"42623",5103,78209 -"42624",5104,62549 -"42625",5105,5750 -"42626",5105,11460 -"42627",5105,13910 -"42628",5105,15093 -"42629",5105,20656 -"42630",5105,51512 -"42631",5105,53964 -"42632",5105,54314 -"42633",5105,72738 -"42634",5105,102139 -"42635",5105,102148 -"42636",5106,16996 -"42637",5106,17326 -"42638",5106,17700 -"42639",5106,28345 -"42640",5106,37205 -"42641",5106,43843 -"42642",5106,56006 -"42643",5106,58537 -"42644",5106,74100 -"42645",5106,109919 -"42646",5106,117410 -"42647",5106,118365 -"42648",5107,7622 -"42649",5107,16203 -"42650",5107,25162 -"42651",5107,31969 -"42652",5107,60691 -"42653",5107,61456 -"42654",5107,87833 -"42655",5107,87946 -"42656",5107,88266 -"42657",5107,100719 -"42658",5108,9118 -"42659",5108,9269 -"42660",5108,16347 -"42661",5108,18506 -"42662",5108,22873 -"42663",5108,31987 -"42664",5108,33544 -"42665",5108,36251 -"42666",5108,36274 -"42667",5108,46124 -"42668",5108,89698 -"42669",5108,90070 -"42670",5108,92440 -"42671",5108,115497 -"42672",5109,34913 -"42673",5109,43973 -"42674",5109,47785 -"42675",5109,57143 -"42676",5109,67841 -"42677",5109,82172 -"42678",5109,83216 -"42679",5109,90080 -"42680",5109,102833 -"42681",5110,79334 -"42682",5111,18389 -"42683",5111,18405 -"42684",5111,21329 -"42685",5111,28855 -"42686",5111,33434 -"42687",5111,35908 -"42688",5111,35938 -"42689",5111,35939 -"42690",5111,35940 -"42691",5111,36011 -"42692",5111,36012 -"42693",5111,36013 -"42694",5111,36060 -"42695",5111,36178 -"42696",5112,25582 -"42697",5112,35726 -"42698",5112,48033 -"42699",5112,48034 -"42700",5112,68661 -"42701",5113,37558 -"42702",5113,52410 -"42703",5113,66057 -"42704",5113,88480 -"42705",5113,107084 -"42706",5114,5137 -"42707",5114,6223 -"42708",5114,9108 -"42709",5114,10124 -"42710",5114,15782 -"42711",5114,16316 -"42712",5114,17215 -"42713",5114,21130 -"42714",5114,21299 -"42715",5114,21358 -"42716",5114,22345 -"42717",5114,22533 -"42718",5114,22546 -"42719",5114,22731 -"42720",5114,28714 -"42721",5114,29939 -"42722",5114,38175 -"42723",5114,39330 -"42724",5114,65032 -"42725",5115,5119 -"42726",5115,31185 -"42727",5115,42228 -"42728",5115,44154 -"42729",5115,55028 -"42730",5115,60820 -"42731",5115,63019 -"42732",5115,63222 -"42733",5115,70112 -"42734",5115,116780 -"42735",5116,23209 -"42736",5118,12981 -"42737",5118,14137 -"42738",5118,21364 -"42739",5118,31558 -"42740",5118,37064 -"42741",5118,42306 -"42742",5118,44502 -"42743",5118,53779 -"42744",5119,44154 -"42745",5120,5123 -"42746",5120,9202 -"42747",5120,36759 -"42748",5120,42689 -"42749",5120,45170 -"42750",5120,54917 -"42751",5120,57901 -"42752",5120,71070 -"42753",5120,71406 -"42754",5120,71437 -"42755",5121,19813 -"42756",5121,21456 -"42757",5121,25874 -"42758",5121,40494 -"42759",5121,42546 -"42760",5121,102975 -"42761",5121,113910 -"42762",5122,5146 -"42763",5123,18900 -"42764",5123,28986 -"42765",5123,35420 -"42766",5123,42689 -"42767",5123,46608 -"42768",5123,54917 -"42769",5123,57901 -"42770",5123,57938 -"42771",5123,58854 -"42772",5123,80396 -"42773",5123,83672 -"42774",5123,94520 -"42775",5123,95001 -"42776",5123,102950 -"42777",5123,114679 -"42778",5123,114686 -"42779",5123,114687 -"42780",5125,5160 -"42781",5125,15765 -"42782",5125,17562 -"42783",5125,30222 -"42784",5125,31951 -"42785",5125,32503 -"42786",5125,45328 -"42787",5125,53985 -"42788",5125,58941 -"42789",5125,73675 -"42790",5125,74231 -"42791",5125,74796 -"42792",5125,79656 -"42793",5125,91406 -"42794",5125,91707 -"42795",5125,96837 -"42796",5125,104021 -"42797",5125,105137 -"42798",5126,5972 -"42799",5126,9440 -"42800",5126,11036 -"42801",5126,19717 -"42802",5126,20162 -"42803",5126,21868 -"42804",5126,22705 -"42805",5126,22759 -"42806",5126,34654 -"42807",5126,35955 -"42808",5126,36106 -"42809",5126,36292 -"42810",5126,37310 -"42811",5126,45561 -"42812",5126,47854 -"42813",5126,53181 -"42814",5126,59952 -"42815",5127,11496 -"42816",5127,76410 -"42817",5128,6229 -"42818",5128,21690 -"42819",5128,25722 -"42820",5128,112007 -"42821",5129,40125 -"42822",5129,78063 -"42823",5129,91243 -"42824",5129,91264 -"42825",5130,87032 -"42826",5131,91756 -"42827",5132,5140 -"42828",5133,105791 -"42829",5134,5261 -"42830",5134,10329 -"42831",5134,35702 -"42832",5134,44362 -"42833",5134,46927 -"42834",5134,51439 -"42835",5134,56206 -"42836",5134,56910 -"42837",5134,60163 -"42838",5134,68979 -"42839",5134,69092 -"42840",5134,69101 -"42841",5134,69115 -"42842",5134,69161 -"42843",5134,78643 -"42844",5134,79180 -"42845",5134,79527 -"42846",5134,80723 -"42847",5134,81070 -"42848",5134,90474 -"42849",5134,98459 -"42850",5135,19387 -"42851",5135,19672 -"42852",5135,47883 -"42853",5135,66887 -"42854",5135,87816 -"42855",5135,90181 -"42856",5135,101187 -"42857",5135,105596 -"42858",5136,36052 -"42859",5136,59607 -"42860",5136,59642 -"42861",5138,16310 -"42862",5138,18825 -"42863",5138,32981 -"42864",5138,45080 -"42865",5138,56187 -"42866",5138,81700 -"42867",5138,103590 -"42868",5139,17379 -"42869",5139,43781 -"42870",5140,74061 -"42871",5141,9102 -"42872",5142,13779 -"42873",5142,14047 -"42874",5142,15506 -"42875",5142,16335 -"42876",5142,21286 -"42877",5142,22875 -"42878",5142,23953 -"42879",5142,30834 -"42880",5142,30862 -"42881",5142,35406 -"42882",5142,37489 -"42883",5142,43528 -"42884",5142,45520 -"42885",5142,46786 -"42886",5142,51013 -"42887",5142,64468 -"42888",5142,75514 -"42889",5142,76143 -"42890",5142,79339 -"42891",5142,79642 -"42892",5142,86533 -"42893",5142,91020 -"42894",5143,31266 -"42895",5144,5816 -"42896",5144,13378 -"42897",5144,13425 -"42898",5144,13572 -"42899",5144,16781 -"42900",5144,25900 -"42901",5144,26038 -"42902",5144,26429 -"42903",5144,26458 -"42904",5144,26568 -"42905",5144,40682 -"42906",5144,41510 -"42907",5144,41831 -"42908",5144,60583 -"42909",5144,74186 -"42910",5144,78343 -"42911",5144,80080 -"42912",5144,80480 -"42913",5144,81715 -"42914",5144,81720 -"42915",5144,84284 -"42916",5144,85964 -"42917",5144,89988 -"42918",5144,100485 -"42919",5144,103888 -"42920",5144,110969 -"42921",5145,42440 -"42922",5145,109495 -"42923",5145,111950 -"42924",5146,16739 -"42925",5146,21704 -"42926",5146,22090 -"42927",5146,79025 -"42928",5146,100586 -"42929",5146,120395 -"42930",5146,120402 -"42931",5147,5154 -"42932",5147,5155 -"42933",5147,10420 -"42934",5147,64156 -"42935",5147,65525 -"42936",5147,66100 -"42937",5147,77331 -"42938",5147,101914 -"42939",5147,118415 -"42940",5148,5669 -"42941",5148,5725 -"42942",5148,8533 -"42943",5148,12845 -"42944",5148,28285 -"42945",5148,31458 -"42946",5148,36733 -"42947",5148,47947 -"42948",5148,60025 -"42949",5149,5951 -"42950",5149,38052 -"42951",5149,50604 -"42952",5149,66115 -"42953",5149,89887 -"42954",5149,101087 -"42955",5149,106576 -"42956",5149,108577 -"42957",5149,108836 -"42958",5150,26836 -"42959",5150,52696 -"42960",5150,63520 -"42961",5150,68119 -"42962",5150,69863 -"42963",5150,81616 -"42964",5150,84270 -"42965",5150,94627 -"42966",5150,104608 -"42967",5150,109377 -"42968",5150,112079 -"42969",5150,114688 -"42970",5150,115597 -"42971",5151,9615 -"42972",5151,19827 -"42973",5151,27929 -"42974",5151,35576 -"42975",5151,45088 -"42976",5151,68044 -"42977",5151,114306 -"42978",5152,30303 -"42979",5152,46856 -"42980",5152,47497 -"42981",5152,49524 -"42982",5152,69574 -"42983",5152,69575 -"42984",5152,70302 -"42985",5152,78001 -"42986",5153,20090 -"42987",5153,44206 -"42988",5154,5155 -"42989",5154,7557 -"42990",5154,13867 -"42991",5154,20355 -"42992",5154,33927 -"42993",5154,39518 -"42994",5154,64806 -"42995",5154,72522 -"42996",5154,91688 -"42997",5156,102377 -"42998",5157,11315 -"42999",5157,21375 -"43000",5157,21851 -"43001",5157,51214 -"43002",5157,68345 -"43003",5158,17190 -"43004",5159,11532 -"43005",5159,11668 -"43006",5159,32854 -"43007",5159,32936 -"43008",5159,44406 -"43009",5160,85730 -"43010",5161,7834 -"43011",5161,10127 -"43012",5161,22857 -"43013",5162,51749 -"43014",5162,97623 -"43015",5163,9601 -"43016",5163,41183 -"43017",5164,9337 -"43018",5164,58092 -"43019",5164,59221 -"43020",5164,96790 -"43021",5164,103404 -"43022",5165,5170 -"43023",5165,29181 -"43024",5165,41857 -"43025",5166,5243 -"43026",5166,6845 -"43027",5166,8062 -"43028",5166,8118 -"43029",5166,12226 -"43030",5166,17257 -"43031",5166,21219 -"43032",5166,21969 -"43033",5166,24664 -"43034",5166,27090 -"43035",5166,27448 -"43036",5166,27778 -"43037",5166,30995 -"43038",5166,33820 -"43039",5166,41446 -"43040",5166,46532 -"43041",5166,53132 -"43042",5166,73299 -"43043",5166,73348 -"43044",5166,81600 -"43045",5166,102672 -"43046",5166,110709 -"43047",5167,16903 -"43048",5167,55486 -"43049",5167,63461 -"43050",5167,76441 -"43051",5167,106189 -"43052",5167,115611 -"43053",5168,8671 -"43054",5168,15868 -"43055",5168,24734 -"43056",5168,39752 -"43057",5168,47705 -"43058",5168,52225 -"43059",5168,67648 -"43060",5168,77281 -"43061",5168,84003 -"43062",5168,99343 -"43063",5169,5230 -"43064",5169,6145 -"43065",5169,86169 -"43066",5171,13537 -"43067",5171,22948 -"43068",5171,25221 -"43069",5172,5193 -"43070",5172,16126 -"43071",5172,45763 -"43072",5172,53964 -"43073",5172,61849 -"43074",5172,106361 -"43075",5173,11406 -"43076",5174,16126 -"43077",5175,9217 -"43078",5175,9257 -"43079",5175,22120 -"43080",5175,41910 -"43081",5176,18066 -"43082",5176,32028 -"43083",5176,40381 -"43084",5176,40420 -"43085",5176,43873 -"43086",5176,55414 -"43087",5176,58795 -"43088",5176,60217 -"43089",5176,69207 -"43090",5176,69621 -"43091",5176,77614 -"43092",5176,78471 -"43093",5176,78641 -"43094",5176,78914 -"43095",5177,11315 -"43096",5177,24268 -"43097",5177,47116 -"43098",5177,76974 -"43099",5177,98871 -"43100",5177,113721 -"43101",5179,11140 -"43102",5179,11462 -"43103",5179,17951 -"43104",5179,19173 -"43105",5179,20407 -"43106",5179,24428 -"43107",5179,30410 -"43108",5179,50145 -"43109",5179,57710 -"43110",5181,38236 -"43111",5181,58657 -"43112",5182,63965 -"43113",5182,69569 -"43114",5183,62245 -"43115",5184,5185 -"43116",5184,13428 -"43117",5184,34696 -"43118",5184,49478 -"43119",5184,51733 -"43120",5184,87641 -"43121",5184,87672 -"43122",5185,16028 -"43123",5185,62682 -"43124",5186,19895 -"43125",5186,22495 -"43126",5186,45209 -"43127",5186,72801 -"43128",5186,90101 -"43129",5186,90224 -"43130",5186,91255 -"43131",5186,102168 -"43132",5186,112715 -"43133",5187,15176 -"43134",5187,27969 -"43135",5187,43538 -"43136",5187,57016 -"43137",5188,5189 -"43138",5188,5660 -"43139",5188,20562 -"43140",5188,32706 -"43141",5188,52708 -"43142",5188,57720 -"43143",5188,58979 -"43144",5188,61060 -"43145",5188,72262 -"43146",5188,87818 -"43147",5189,28578 -"43148",5189,30121 -"43149",5189,86179 -"43150",5189,100124 -"43151",5190,41637 -"43152",5190,49500 -"43153",5190,93841 -"43154",5191,6114 -"43155",5191,6155 -"43156",5191,8586 -"43157",5191,25784 -"43158",5191,25849 -"43159",5191,25869 -"43160",5191,25900 -"43161",5191,62212 -"43162",5192,7472 -"43163",5192,8586 -"43164",5192,11376 -"43165",5192,21504 -"43166",5192,21558 -"43167",5192,41389 -"43168",5193,6961 -"43169",5193,7004 -"43170",5193,7215 -"43171",5193,27773 -"43172",5193,29815 -"43173",5193,54307 -"43174",5194,11528 -"43175",5194,13425 -"43176",5194,19377 -"43177",5194,26100 -"43178",5194,53362 -"43179",5194,86665 -"43180",5195,8553 -"43181",5195,16164 -"43182",5195,20319 -"43183",5195,20824 -"43184",5195,23506 -"43185",5195,27137 -"43186",5195,30931 -"43187",5195,39058 -"43188",5195,44319 -"43189",5195,44364 -"43190",5195,45702 -"43191",5195,50312 -"43192",5195,51022 -"43193",5195,51322 -"43194",5195,51654 -"43195",5195,52971 -"43196",5195,55073 -"43197",5195,75874 -"43198",5195,98896 -"43199",5195,120851 -"43200",5195,122876 -"43201",5196,17836 -"43202",5196,18737 -"43203",5196,18922 -"43204",5196,18966 -"43205",5196,39620 -"43206",5197,7758 -"43207",5197,13230 -"43208",5197,15135 -"43209",5197,15395 -"43210",5197,23585 -"43211",5197,29489 -"43212",5197,33473 -"43213",5197,45528 -"43214",5197,47270 -"43215",5197,47324 -"43216",5197,47333 -"43217",5197,97237 -"43218",5198,6789 -"43219",5198,9394 -"43220",5198,12405 -"43221",5198,20293 -"43222",5198,20497 -"43223",5198,20514 -"43224",5198,23005 -"43225",5198,23151 -"43226",5198,25458 -"43227",5198,28596 -"43228",5198,28989 -"43229",5198,30883 -"43230",5198,31413 -"43231",5198,43708 -"43232",5198,47402 -"43233",5198,50487 -"43234",5198,56812 -"43235",5198,62820 -"43236",5198,72847 -"43237",5198,84475 -"43238",5198,88863 -"43239",5198,92570 -"43240",5198,92736 -"43241",5198,102008 -"43242",5198,102022 -"43243",5198,102616 -"43244",5198,102772 -"43245",5198,102815 -"43246",5198,103993 -"43247",5199,11038 -"43248",5199,15441 -"43249",5199,16385 -"43250",5199,28990 -"43251",5199,40050 -"43252",5199,86630 -"43253",5199,98208 -"43254",5199,104549 -"43255",5199,104684 -"43256",5200,6379 -"43257",5200,13676 -"43258",5200,40656 -"43259",5200,60669 -"43260",5200,66780 -"43261",5200,66831 -"43262",5200,66842 -"43263",5200,107139 -"43264",5201,106143 -"43265",5202,5723 -"43266",5202,30829 -"43267",5202,33188 -"43268",5202,48903 -"43269",5202,66198 -"43270",5202,66205 -"43271",5202,90709 -"43272",5203,6253 -"43273",5203,7557 -"43274",5203,20645 -"43275",5203,24642 -"43276",5203,33382 -"43277",5203,40821 -"43278",5203,54721 -"43279",5203,78700 -"43280",5203,86773 -"43281",5203,118688 -"43282",5204,12473 -"43283",5204,26295 -"43284",5204,35380 -"43285",5204,38413 -"43286",5204,69620 -"43287",5204,110784 -"43288",5204,110793 -"43289",5204,111566 -"43290",5205,13031 -"43291",5205,50024 -"43292",5205,55711 -"43293",5205,57258 -"43294",5205,68515 -"43295",5205,94648 -"43296",5205,104698 -"43297",5205,119977 -"43298",5205,120025 -"43299",5205,120038 -"43300",5206,28318 -"43301",5206,68970 -"43302",5206,76953 -"43303",5206,83620 -"43304",5206,83639 -"43305",5207,106681 -"43306",5208,11185 -"43307",5208,117520 -"43308",5208,119502 -"43309",5209,70827 -"43310",5210,11952 -"43311",5210,17316 -"43312",5210,50314 -"43313",5210,64262 -"43314",5210,77142 -"43315",5210,80946 -"43316",5210,84242 -"43317",5210,104422 -"43318",5211,17565 -"43319",5211,51438 -"43320",5211,53291 -"43321",5212,17097 -"43322",5212,20111 -"43323",5212,22403 -"43324",5212,26737 -"43325",5212,29372 -"43326",5212,31612 -"43327",5212,52876 -"43328",5212,53333 -"43329",5212,54760 -"43330",5212,57150 -"43331",5212,74285 -"43332",5212,81694 -"43333",5212,83364 -"43334",5213,7740 -"43335",5213,8328 -"43336",5213,40648 -"43337",5213,45923 -"43338",5213,55290 -"43339",5213,55361 -"43340",5214,34057 -"43341",5214,37894 -"43342",5214,43263 -"43343",5214,54334 -"43344",5214,57067 -"43345",5214,70977 -"43346",5214,89484 -"43347",5214,95775 -"43348",5214,95778 -"43349",5215,12794 -"43350",5215,12897 -"43351",5215,18535 -"43352",5215,29628 -"43353",5215,31485 -"43354",5215,32775 -"43355",5215,40056 -"43356",5215,42655 -"43357",5215,42668 -"43358",5215,42751 -"43359",5215,42762 -"43360",5215,42764 -"43361",5215,42786 -"43362",5215,42810 -"43363",5215,47302 -"43364",5215,60092 -"43365",5215,64525 -"43366",5215,71475 -"43367",5216,10710 -"43368",5216,12266 -"43369",5216,12341 -"43370",5216,15314 -"43371",5216,31851 -"43372",5216,37844 -"43373",5216,43905 -"43374",5216,43947 -"43375",5216,43960 -"43376",5216,49021 -"43377",5216,49040 -"43378",5216,49050 -"43379",5216,69606 -"43380",5216,82995 -"43381",5216,93914 -"43382",5217,31643 -"43383",5217,58875 -"43384",5217,113569 -"43385",5217,113589 -"43386",5218,45129 -"43387",5218,48584 -"43388",5219,42012 -"43389",5219,102789 -"43390",5220,16933 -"43391",5220,28929 -"43392",5220,33840 -"43393",5220,49475 -"43394",5220,52574 -"43395",5220,69313 -"43396",5220,76940 -"43397",5220,77016 -"43398",5221,7784 -"43399",5221,8092 -"43400",5221,17552 -"43401",5221,17568 -"43402",5221,29010 -"43403",5221,32747 -"43404",5221,35592 -"43405",5221,100887 -"43406",5222,6816 -"43407",5222,28892 -"43408",5222,36695 -"43409",5222,77873 -"43410",5222,83539 -"43411",5222,91587 -"43412",5222,101760 -"43413",5223,5245 -"43414",5223,5380 -"43415",5223,8410 -"43416",5223,45756 -"43417",5223,46335 -"43418",5223,46366 -"43419",5223,46400 -"43420",5223,61515 -"43421",5223,107150 -"43422",5223,107151 -"43423",5224,5289 -"43424",5224,53000 -"43425",5224,96802 -"43426",5225,10592 -"43427",5225,16390 -"43428",5225,41118 -"43429",5225,41892 -"43430",5225,69443 -"43431",5226,10001 -"43432",5226,15122 -"43433",5226,17473 -"43434",5226,24039 -"43435",5226,37108 -"43436",5226,48571 -"43437",5226,48654 -"43438",5226,49487 -"43439",5226,57475 -"43440",5226,69735 -"43441",5226,76534 -"43442",5226,90964 -"43443",5227,11348 -"43444",5227,13043 -"43445",5227,16518 -"43446",5227,16780 -"43447",5227,19930 -"43448",5227,33169 -"43449",5227,54142 -"43450",5227,57568 -"43451",5227,103787 -"43452",5228,9209 -"43453",5228,15363 -"43454",5228,61882 -"43455",5228,86996 -"43456",5228,95698 -"43457",5228,99362 -"43458",5228,104829 -"43459",5229,15358 -"43460",5229,16295 -"43461",5229,17057 -"43462",5229,20733 -"43463",5229,28987 -"43464",5229,30955 -"43465",5229,31024 -"43466",5229,31059 -"43467",5229,31124 -"43468",5229,32107 -"43469",5229,37146 -"43470",5229,56140 -"43471",5229,58493 -"43472",5229,67807 -"43473",5230,16741 -"43474",5230,19106 -"43475",5230,23258 -"43476",5230,43611 -"43477",5230,52688 -"43478",5230,63414 -"43479",5230,77875 -"43480",5231,40002 -"43481",5231,40014 -"43482",5231,40016 -"43483",5231,40082 -"43484",5231,40084 -"43485",5231,40118 -"43486",5231,40124 -"43487",5231,50044 -"43488",5232,62094 -"43489",5232,118802 -"43490",5233,8552 -"43491",5233,16629 -"43492",5234,5291 -"43493",5234,14348 -"43494",5234,15017 -"43495",5234,17178 -"43496",5234,19031 -"43497",5234,34911 -"43498",5234,54823 -"43499",5234,62936 -"43500",5234,85648 -"43501",5235,7824 -"43502",5235,9723 -"43503",5235,14924 -"43504",5235,18394 -"43505",5235,19179 -"43506",5235,19182 -"43507",5235,21331 -"43508",5235,26853 -"43509",5235,28535 -"43510",5235,28891 -"43511",5235,39216 -"43512",5235,43286 -"43513",5235,45382 -"43514",5235,49627 -"43515",5235,50077 -"43516",5235,50332 -"43517",5235,54745 -"43518",5235,54848 -"43519",5235,55611 -"43520",5235,57902 -"43521",5235,59037 -"43522",5235,63129 -"43523",5235,63690 -"43524",5235,65028 -"43525",5235,66316 -"43526",5235,66336 -"43527",5235,67345 -"43528",5236,50035 -"43529",5236,72048 -"43530",5237,15485 -"43531",5237,62701 -"43532",5237,98884 -"43533",5238,25626 -"43534",5238,40551 -"43535",5238,41069 -"43536",5238,47746 -"43537",5238,57330 -"43538",5238,68762 -"43539",5238,72649 -"43540",5238,77693 -"43541",5238,82404 -"43542",5238,82433 -"43543",5238,85461 -"43544",5238,89326 -"43545",5238,102422 -"43546",5239,7082 -"43547",5239,8922 -"43548",5239,10338 -"43549",5239,12754 -"43550",5239,14681 -"43551",5239,16259 -"43552",5239,16529 -"43553",5239,20621 -"43554",5239,24552 -"43555",5239,30803 -"43556",5239,38433 -"43557",5239,42909 -"43558",5239,56157 -"43559",5239,76275 -"43560",5239,84194 -"43561",5239,85437 -"43562",5239,93543 -"43563",5239,93603 -"43564",5240,27800 -"43565",5240,38168 -"43566",5240,40965 -"43567",5240,41310 -"43568",5240,47654 -"43569",5240,107794 -"43570",5240,111995 -"43571",5240,114623 -"43572",5241,19565 -"43573",5241,26315 -"43574",5241,34431 -"43575",5241,38931 -"43576",5241,45607 -"43577",5241,61287 -"43578",5241,82483 -"43579",5241,84893 -"43580",5241,102985 -"43581",5241,106119 -"43582",5241,109742 -"43583",5241,119940 -"43584",5242,5243 -"43585",5242,23260 -"43586",5242,99027 -"43587",5243,10582 -"43588",5243,21219 -"43589",5243,31077 -"43590",5243,56110 -"43591",5243,59025 -"43592",5243,64998 -"43593",5243,119130 -"43594",5243,120625 -"43595",5244,9289 -"43596",5244,14775 -"43597",5244,14992 -"43598",5244,19639 -"43599",5244,27412 -"43600",5244,30116 -"43601",5244,32108 -"43602",5244,33137 -"43603",5244,33567 -"43604",5244,34487 -"43605",5244,36403 -"43606",5244,40604 -"43607",5244,44467 -"43608",5244,47973 -"43609",5244,51230 -"43610",5244,51879 -"43611",5244,64804 -"43612",5244,69198 -"43613",5244,74650 -"43614",5244,81648 -"43615",5244,82932 -"43616",5244,87194 -"43617",5244,88817 -"43618",5244,88821 -"43619",5244,90427 -"43620",5244,90521 -"43621",5244,90531 -"43622",5244,92664 -"43623",5244,96916 -"43624",5244,99076 -"43625",5244,99141 -"43626",5244,99174 -"43627",5244,107365 -"43628",5246,6334 -"43629",5246,9190 -"43630",5246,13677 -"43631",5246,14883 -"43632",5246,19603 -"43633",5246,20968 -"43634",5246,29881 -"43635",5246,30066 -"43636",5246,31953 -"43637",5246,35931 -"43638",5246,36834 -"43639",5246,39753 -"43640",5247,8105 -"43641",5247,9704 -"43642",5247,34169 -"43643",5247,96076 -"43644",5248,8932 -"43645",5248,26953 -"43646",5248,36337 -"43647",5248,69172 -"43648",5248,121562 -"43649",5249,10326 -"43650",5249,28581 -"43651",5249,38014 -"43652",5249,76250 -"43653",5250,29842 -"43654",5250,46660 -"43655",5250,91038 -"43656",5251,109731 -"43657",5252,5378 -"43658",5252,5506 -"43659",5253,5436 -"43660",5253,11902 -"43661",5253,38429 -"43662",5253,44321 -"43663",5253,97320 -"43664",5254,5355 -"43665",5254,5367 -"43666",5254,5627 -"43667",5254,12007 -"43668",5254,12087 -"43669",5254,16646 -"43670",5254,17205 -"43671",5254,18920 -"43672",5254,45022 -"43673",5254,52897 -"43674",5255,5306 -"43675",5255,13720 -"43676",5255,23339 -"43677",5255,39569 -"43678",5255,44836 -"43679",5255,46678 -"43680",5255,58988 -"43681",5255,65242 -"43682",5255,80205 -"43683",5255,83018 -"43684",5256,30160 -"43685",5257,5583 -"43686",5258,15906 -"43687",5258,18502 -"43688",5258,18543 -"43689",5258,32194 -"43690",5258,37609 -"43691",5258,52327 -"43692",5258,55795 -"43693",5258,57612 -"43694",5258,68281 -"43695",5258,84033 -"43696",5258,88462 -"43697",5258,105925 -"43698",5259,31928 -"43699",5259,50333 -"43700",5259,50752 -"43701",5259,55842 -"43702",5259,110891 -"43703",5259,110930 -"43704",5260,5290 -"43705",5261,6906 -"43706",5262,5688 -"43707",5263,36422 -"43708",5263,51471 -"43709",5263,56375 -"43710",5263,67383 -"43711",5263,69339 -"43712",5263,75939 -"43713",5263,77388 -"43714",5263,108492 -"43715",5263,108812 -"43716",5265,11457 -"43717",5265,17167 -"43718",5265,26641 -"43719",5265,77673 -"43720",5265,81638 -"43721",5266,6752 -"43722",5266,8880 -"43723",5266,9386 -"43724",5266,14583 -"43725",5266,14761 -"43726",5266,24282 -"43727",5266,30734 -"43728",5266,30886 -"43729",5266,31506 -"43730",5266,33885 -"43731",5266,44626 -"43732",5266,45192 -"43733",5266,47948 -"43734",5266,49112 -"43735",5266,71026 -"43736",5266,74070 -"43737",5267,46920 -"43738",5268,5454 -"43739",5269,19430 -"43740",5269,20534 -"43741",5269,44632 -"43742",5269,77074 -"43743",5269,86469 -"43744",5269,97277 -"43745",5270,14270 -"43746",5270,14902 -"43747",5271,42988 -"43748",5271,43055 -"43749",5271,90135 -"43750",5272,5625 -"43751",5272,6869 -"43752",5272,6888 -"43753",5272,6893 -"43754",5272,10051 -"43755",5272,11396 -"43756",5272,36829 -"43757",5272,86885 -"43758",5273,14442 -"43759",5273,30295 -"43760",5273,39415 -"43761",5273,40248 -"43762",5273,47422 -"43763",5273,69053 -"43764",5273,77243 -"43765",5273,83770 -"43766",5273,85259 -"43767",5273,90182 -"43768",5273,91179 -"43769",5273,92773 -"43770",5273,107851 -"43771",5273,112760 -"43772",5273,112810 -"43773",5274,5451 -"43774",5275,5606 -"43775",5275,9490 -"43776",5275,17793 -"43777",5275,35760 -"43778",5275,39946 -"43779",5275,55436 -"43780",5275,71810 -"43781",5275,91657 -"43782",5275,96212 -"43783",5275,97830 -"43784",5276,5323 -"43785",5276,6234 -"43786",5276,6235 -"43787",5276,8497 -"43788",5276,12120 -"43789",5276,12167 -"43790",5276,12314 -"43791",5276,15239 -"43792",5276,16032 -"43793",5276,27811 -"43794",5276,29519 -"43795",5276,31756 -"43796",5276,31943 -"43797",5276,38503 -"43798",5276,41521 -"43799",5276,42927 -"43800",5276,44727 -"43801",5276,45966 -"43802",5276,49910 -"43803",5276,56214 -"43804",5276,58691 -"43805",5276,83238 -"43806",5276,101904 -"43807",5276,102267 -"43808",5276,102480 -"43809",5277,70408 -"43810",5277,77328 -"43811",5277,93741 -"43812",5277,117538 -"43813",5278,9769 -"43814",5278,35699 -"43815",5278,49400 -"43816",5278,57330 -"43817",5278,58985 -"43818",5278,76448 -"43819",5278,80913 -"43820",5278,84228 -"43821",5278,88484 -"43822",5278,88674 -"43823",5278,106406 -"43824",5279,23421 -"43825",5279,111984 -"43826",5280,61595 -"43827",5281,8993 -"43828",5281,12735 -"43829",5281,13208 -"43830",5281,20921 -"43831",5281,25877 -"43832",5281,43819 -"43833",5281,59455 -"43834",5281,63721 -"43835",5281,63871 -"43836",5281,64125 -"43837",5281,64717 -"43838",5282,21156 -"43839",5282,38108 -"43840",5283,5430 -"43841",5283,5697 -"43842",5283,5727 -"43843",5283,7359 -"43844",5283,8952 -"43845",5283,9532 -"43846",5283,11229 -"43847",5283,13361 -"43848",5283,14288 -"43849",5283,14495 -"43850",5283,15963 -"43851",5283,19843 -"43852",5283,19920 -"43853",5283,21693 -"43854",5283,22326 -"43855",5283,22362 -"43856",5283,22432 -"43857",5283,23222 -"43858",5283,25305 -"43859",5283,25758 -"43860",5283,29489 -"43861",5283,30002 -"43862",5283,30031 -"43863",5283,31902 -"43864",5283,41036 -"43865",5283,41037 -"43866",5283,43001 -"43867",5283,46265 -"43868",5283,50565 -"43869",5283,54705 -"43870",5283,56580 -"43871",5283,64749 -"43872",5283,69704 -"43873",5283,77176 -"43874",5283,78144 -"43875",5283,80242 -"43876",5283,81578 -"43877",5283,82249 -"43878",5283,84252 -"43879",5283,85344 -"43880",5283,87048 -"43881",5283,87060 -"43882",5283,87073 -"43883",5283,96347 -"43884",5283,105822 -"43885",5283,115735 -"43886",5284,6301 -"43887",5284,9423 -"43888",5284,10383 -"43889",5284,11530 -"43890",5284,12081 -"43891",5284,13270 -"43892",5284,15988 -"43893",5284,15989 -"43894",5284,18670 -"43895",5284,20417 -"43896",5284,20528 -"43897",5284,20529 -"43898",5284,20616 -"43899",5284,20722 -"43900",5284,20830 -"43901",5284,21811 -"43902",5284,21968 -"43903",5284,22057 -"43904",5284,22682 -"43905",5284,23469 -"43906",5284,24256 -"43907",5284,27622 -"43908",5284,28823 -"43909",5284,29512 -"43910",5284,31705 -"43911",5284,51234 -"43912",5284,70685 -"43913",5284,81771 -"43914",5284,82187 -"43915",5284,82412 -"43916",5284,88746 -"43917",5285,5289 -"43918",5287,5333 -"43919",5287,18490 -"43920",5287,73171 -"43921",5287,105384 -"43922",5287,115424 -"43923",5288,13381 -"43924",5288,26544 -"43925",5288,103214 -"43926",5289,53000 -"43927",5289,59807 -"43928",5289,96802 -"43929",5289,114059 -"43930",5289,115705 -"43931",5290,6696 -"43932",5290,7213 -"43933",5290,7704 -"43934",5290,7841 -"43935",5290,7865 -"43936",5290,58093 -"43937",5291,10948 -"43938",5291,10996 -"43939",5291,14348 -"43940",5291,14391 -"43941",5291,15432 -"43942",5291,17178 -"43943",5291,18648 -"43944",5291,27878 -"43945",5291,89294 -"43946",5291,92449 -"43947",5292,21620 -"43948",5292,100381 -"43949",5293,5295 -"43950",5293,6983 -"43951",5293,18110 -"43952",5293,20256 -"43953",5294,34315 -"43954",5294,41949 -"43955",5295,6983 -"43956",5295,20256 -"43957",5295,44074 -"43958",5295,44608 -"43959",5295,53225 -"43960",5295,57289 -"43961",5296,8362 -"43962",5296,20020 -"43963",5296,50685 -"43964",5296,77953 -"43965",5296,120063 -"43966",5297,11135 -"43967",5297,16545 -"43968",5297,20413 -"43969",5297,83923 -"43970",5297,85148 -"43971",5297,93317 -"43972",5297,107643 -"43973",5298,39566 -"43974",5298,44524 -"43975",5298,70986 -"43976",5299,5300 -"43977",5299,5324 -"43978",5299,27214 -"43979",5299,30386 -"43980",5299,62898 -"43981",5299,86256 -"43982",5300,5324 -"43983",5300,38278 -"43984",5301,5526 -"43985",5301,5806 -"43986",5301,6053 -"43987",5301,6063 -"43988",5301,6254 -"43989",5301,6560 -"43990",5301,7581 -"43991",5301,8307 -"43992",5301,8534 -"43993",5301,9366 -"43994",5301,11766 -"43995",5301,12735 -"43996",5301,12779 -"43997",5301,13360 -"43998",5301,13942 -"43999",5301,15027 -"44000",5301,15185 -"44001",5301,15216 -"44002",5301,15964 -"44003",5301,16252 -"44004",5301,16872 -"44005",5301,17145 -"44006",5301,17508 -"44007",5301,18060 -"44008",5301,18213 -"44009",5301,18217 -"44010",5301,22462 -"44011",5301,22823 -"44012",5301,23147 -"44013",5301,23421 -"44014",5301,23632 -"44015",5301,23953 -"44016",5301,24495 -"44017",5301,24710 -"44018",5301,25143 -"44019",5301,25303 -"44020",5301,25664 -"44021",5301,26407 -"44022",5301,27174 -"44023",5301,27196 -"44024",5301,27710 -"44025",5301,28703 -"44026",5301,29253 -"44027",5301,29341 -"44028",5301,29560 -"44029",5301,29573 -"44030",5301,29868 -"44031",5301,31474 -"44032",5301,32339 -"44033",5301,32438 -"44034",5301,32967 -"44035",5301,33223 -"44036",5301,33881 -"44037",5301,34097 -"44038",5301,34330 -"44039",5301,34513 -"44040",5301,35400 -"44041",5301,36476 -"44042",5301,36547 -"44043",5301,36745 -"44044",5301,37821 -"44045",5301,37931 -"44046",5301,38319 -"44047",5301,39398 -"44048",5301,39492 -"44049",5301,40307 -"44050",5301,40320 -"44051",5301,40373 -"44052",5301,40542 -"44053",5301,41182 -"44054",5301,42131 -"44055",5301,46843 -"44056",5301,48331 -"44057",5301,55940 -"44058",5301,76350 -"44059",5301,77788 -"44060",5301,88117 -"44061",5302,5643 -"44062",5302,5715 -"44063",5302,6254 -"44064",5302,25974 -"44065",5303,7254 -"44066",5303,15146 -"44067",5303,18718 -"44068",5303,62631 -"44069",5303,75194 -"44070",5303,90778 -"44071",5303,97575 -"44072",5303,97625 -"44073",5304,6280 -"44074",5304,6298 -"44075",5304,6653 -"44076",5304,7868 -"44077",5304,12994 -"44078",5304,13822 -"44079",5304,18066 -"44080",5304,23528 -"44081",5304,24796 -"44082",5304,28212 -"44083",5304,32670 -"44084",5304,34399 -"44085",5304,38736 -"44086",5304,43372 -"44087",5304,45357 -"44088",5304,64578 -"44089",5304,65878 -"44090",5304,68500 -"44091",5304,68702 -"44092",5304,76482 -"44093",5304,79451 -"44094",5304,84346 -"44095",5304,84353 -"44096",5304,87151 -"44097",5304,89762 -"44098",5305,9087 -"44099",5305,9452 -"44100",5305,28034 -"44101",5305,33208 -"44102",5305,77885 -"44103",5305,81408 -"44104",5305,83446 -"44105",5305,83750 -"44106",5305,97087 -"44107",5305,106740 -"44108",5305,112966 -"44109",5305,117575 -"44110",5305,119308 -"44111",5305,119312 -"44112",5305,119347 -"44113",5305,119349 -"44114",5305,119355 -"44115",5305,121845 -"44116",5306,5611 -"44117",5306,7617 -"44118",5306,9580 -"44119",5306,11840 -"44120",5306,16522 -"44121",5306,19068 -"44122",5306,23339 -"44123",5306,26647 -"44124",5306,30715 -"44125",5306,35914 -"44126",5306,39994 -"44127",5306,42920 -"44128",5306,43214 -"44129",5306,59178 -"44130",5306,74939 -"44131",5306,80205 -"44132",5306,81116 -"44133",5306,86455 -"44134",5306,96609 -"44135",5307,12098 -"44136",5308,15914 -"44137",5308,33840 -"44138",5308,45574 -"44139",5308,98248 -"44140",5309,5313 -"44141",5310,5440 -"44142",5310,5464 -"44143",5310,16577 -"44144",5310,20093 -"44145",5310,20186 -"44146",5310,34635 -"44147",5310,34636 -"44148",5310,44915 -"44149",5310,97546 -"44150",5311,5364 -"44151",5311,5486 -"44152",5311,16059 -"44153",5311,17773 -"44154",5311,19267 -"44155",5311,26559 -"44156",5311,36698 -"44157",5311,38281 -"44158",5311,48630 -"44159",5311,52506 -"44160",5311,61958 -"44161",5311,64799 -"44162",5311,68439 -"44163",5311,80453 -"44164",5311,81018 -"44165",5311,91069 -"44166",5311,91124 -"44167",5311,97456 -"44168",5311,97457 -"44169",5311,97465 -"44170",5312,5585 -"44171",5312,9440 -"44172",5312,17897 -"44173",5312,23333 -"44174",5312,55084 -"44175",5312,93037 -"44176",5313,6045 -"44177",5313,9703 -"44178",5313,22116 -"44179",5313,22117 -"44180",5313,22164 -"44181",5313,40059 -"44182",5313,41701 -"44183",5313,78837 -"44184",5314,9414 -"44185",5314,19582 -"44186",5314,53980 -"44187",5314,61743 -"44188",5314,61748 -"44189",5314,61749 -"44190",5314,61815 -"44191",5314,65953 -"44192",5314,89348 -"44193",5314,97170 -"44194",5314,112483 -"44195",5315,8000 -"44196",5315,29034 -"44197",5315,40893 -"44198",5315,44581 -"44199",5315,44983 -"44200",5315,45506 -"44201",5315,47887 -"44202",5315,50977 -"44203",5315,51377 -"44204",5315,60523 -"44205",5315,64806 -"44206",5315,67336 -"44207",5315,74730 -"44208",5315,98406 -"44209",5315,110250 -"44210",5316,9011 -"44211",5316,23144 -"44212",5316,24888 -"44213",5316,28655 -"44214",5316,54654 -"44215",5316,84622 -"44216",5316,113506 -"44217",5316,113541 -"44218",5317,7710 -"44219",5317,19502 -"44220",5317,70493 -"44221",5317,83642 -"44222",5317,98614 -"44223",5317,102315 -"44224",5318,6415 -"44225",5318,9082 -"44226",5318,12680 -"44227",5318,14869 -"44228",5318,16866 -"44229",5318,17942 -"44230",5318,18865 -"44231",5318,26355 -"44232",5318,27077 -"44233",5318,29482 -"44234",5318,35702 -"44235",5318,41451 -"44236",5318,44124 -"44237",5318,47133 -"44238",5318,47414 -"44239",5318,48451 -"44240",5318,49106 -"44241",5318,57094 -"44242",5318,58898 -"44243",5318,59147 -"44244",5318,59237 -"44245",5318,59359 -"44246",5318,61563 -"44247",5318,61867 -"44248",5318,62007 -"44249",5318,62078 -"44250",5318,62375 -"44251",5318,62633 -"44252",5318,63395 -"44253",5318,64408 -"44254",5318,64418 -"44255",5318,64511 -"44256",5318,65230 -"44257",5318,65870 -"44258",5318,66145 -"44259",5318,66323 -"44260",5318,67503 -"44261",5318,67721 -"44262",5318,68816 -"44263",5318,68909 -"44264",5318,68938 -"44265",5318,69332 -"44266",5318,69681 -"44267",5318,70610 -"44268",5318,70611 -"44269",5318,70725 -"44270",5318,70972 -"44271",5318,71211 -"44272",5318,71505 -"44273",5318,71887 -"44274",5319,10392 -"44275",5320,9063 -"44276",5320,34766 -"44277",5320,43905 -"44278",5320,93111 -"44279",5320,111040 -"44280",5321,9652 -"44281",5321,9653 -"44282",5321,12977 -"44283",5321,20319 -"44284",5321,21627 -"44285",5321,22839 -"44286",5321,22884 -"44287",5321,29951 -"44288",5321,31965 -"44289",5321,32731 -"44290",5321,33588 -"44291",5321,33621 -"44292",5321,33634 -"44293",5321,33728 -"44294",5321,33771 -"44295",5321,36343 -"44296",5321,47573 -"44297",5321,51041 -"44298",5321,74814 -"44299",5322,5573 -"44300",5322,8365 -"44301",5322,9383 -"44302",5322,12255 -"44303",5322,16072 -"44304",5322,26393 -"44305",5322,28409 -"44306",5322,51931 -"44307",5322,83383 -"44308",5322,88523 -"44309",5323,6234 -"44310",5323,6235 -"44311",5323,12314 -"44312",5323,18377 -"44313",5323,27811 -"44314",5323,44727 -"44315",5323,44728 -"44316",5323,56174 -"44317",5324,22561 -"44318",5324,68139 -"44319",5324,84503 -"44320",5325,14918 -"44321",5325,28322 -"44322",5325,34120 -"44323",5325,41288 -"44324",5325,65628 -"44325",5325,81315 -"44326",5326,5479 -"44327",5326,59208 -"44328",5327,5339 -"44329",5327,25520 -"44330",5328,9597 -"44331",5328,9801 -"44332",5328,9941 -"44333",5328,11649 -"44334",5328,11658 -"44335",5328,15373 -"44336",5328,25739 -"44337",5328,25811 -"44338",5328,25831 -"44339",5328,25832 -"44340",5328,25863 -"44341",5328,45359 -"44342",5328,83570 -"44343",5328,83609 -"44344",5328,93817 -"44345",5328,107418 -"44346",5329,5338 -"44347",5329,22918 -"44348",5329,34363 -"44349",5329,112219 -"44350",5330,11460 -"44351",5330,12635 -"44352",5330,20187 -"44353",5330,20917 -"44354",5330,20975 -"44355",5330,20988 -"44356",5330,21198 -"44357",5330,26749 -"44358",5330,44082 -"44359",5330,49302 -"44360",5330,50565 -"44361",5330,71342 -"44362",5330,72956 -"44363",5330,74109 -"44364",5330,80174 -"44365",5330,82410 -"44366",5330,82442 -"44367",5330,101134 -"44368",5330,105753 -"44369",5331,5503 -"44370",5331,5959 -"44371",5331,20713 -"44372",5332,5507 -"44373",5334,41621 -"44374",5334,73034 -"44375",5335,12432 -"44376",5335,12449 -"44377",5335,13869 -"44378",5335,15116 -"44379",5335,19881 -"44380",5335,21891 -"44381",5335,23059 -"44382",5335,23326 -"44383",5335,24338 -"44384",5335,24490 -"44385",5335,24558 -"44386",5335,24945 -"44387",5335,25319 -"44388",5335,28154 -"44389",5335,28208 -"44390",5335,28210 -"44391",5335,30983 -"44392",5335,31025 -"44393",5335,34276 -"44394",5335,54558 -"44395",5335,79869 -"44396",5335,81764 -"44397",5335,89757 -"44398",5336,10350 -"44399",5336,11747 -"44400",5336,24519 -"44401",5336,26214 -"44402",5336,62469 -"44403",5337,5357 -"44404",5337,5703 -"44405",5337,9763 -"44406",5337,9764 -"44407",5337,31445 -"44408",5337,55714 -"44409",5337,72665 -"44410",5337,76257 -"44411",5337,76264 -"44412",5337,78849 -"44413",5339,8790 -"44414",5339,23200 -"44415",5339,76318 -"44416",5339,80561 -"44417",5339,89928 -"44418",5339,103976 -"44419",5341,39405 -"44420",5341,49665 -"44421",5341,49691 -"44422",5341,49693 -"44423",5341,49725 -"44424",5342,7484 -"44425",5342,15542 -"44426",5342,23123 -"44427",5343,24745 -"44428",5344,5594 -"44429",5344,12706 -"44430",5344,19063 -"44431",5344,26620 -"44432",5344,33554 -"44433",5344,35553 -"44434",5344,36150 -"44435",5344,41694 -"44436",5344,43640 -"44437",5344,55482 -"44438",5344,60189 -"44439",5344,61668 -"44440",5344,61859 -"44441",5344,66994 -"44442",5345,8986 -"44443",5345,17006 -"44444",5345,20094 -"44445",5345,24599 -"44446",5345,25575 -"44447",5345,26183 -"44448",5345,33676 -"44449",5345,78965 -"44450",5346,6965 -"44451",5346,8976 -"44452",5346,10451 -"44453",5346,15207 -"44454",5346,15495 -"44455",5346,18550 -"44456",5346,21650 -"44457",5346,22351 -"44458",5346,25031 -"44459",5346,26216 -"44460",5346,28093 -"44461",5346,28353 -"44462",5346,29019 -"44463",5346,29026 -"44464",5346,30262 -"44465",5346,30854 -"44466",5346,32413 -"44467",5346,34614 -"44468",5346,34631 -"44469",5346,34668 -"44470",5346,35983 -"44471",5346,38270 -"44472",5346,40113 -"44473",5346,42289 -"44474",5346,48281 -"44475",5346,48380 -"44476",5346,49165 -"44477",5346,50662 -"44478",5346,54021 -"44479",5346,56216 -"44480",5346,59615 -"44481",5346,60918 -"44482",5346,62679 -"44483",5346,62690 -"44484",5346,63105 -"44485",5346,68001 -"44486",5346,68475 -"44487",5346,68917 -"44488",5346,69296 -"44489",5346,70341 -"44490",5346,71106 -"44491",5346,73201 -"44492",5346,73655 -"44493",5346,75767 -"44494",5346,76046 -"44495",5346,76459 -"44496",5346,76808 -"44497",5346,77727 -"44498",5346,78224 -"44499",5346,79222 -"44500",5346,82978 -"44501",5346,83306 -"44502",5346,84465 -"44503",5346,85027 -"44504",5346,88412 -"44505",5346,88732 -"44506",5346,90275 -"44507",5346,90426 -"44508",5346,91112 -"44509",5346,91526 -"44510",5346,93373 -"44511",5346,93425 -"44512",5346,93523 -"44513",5346,94025 -"44514",5346,94520 -"44515",5346,95954 -"44516",5346,97518 -"44517",5346,99544 -"44518",5346,99547 -"44519",5346,99554 -"44520",5346,100595 -"44521",5346,100739 -"44522",5346,100819 -"44523",5346,101898 -"44524",5346,101988 -"44525",5346,102146 -"44526",5346,102201 -"44527",5346,102309 -"44528",5346,102635 -"44529",5346,102730 -"44530",5346,102846 -"44531",5346,103790 -"44532",5346,104095 -"44533",5346,104574 -"44534",5346,104784 -"44535",5346,104845 -"44536",5346,107269 -"44537",5346,107623 -"44538",5346,107714 -"44539",5346,107879 -"44540",5346,107975 -"44541",5347,28183 -"44542",5348,5394 -"44543",5348,5783 -"44544",5348,5963 -"44545",5348,27938 -"44546",5348,28846 -"44547",5348,31638 -"44548",5348,34119 -"44549",5348,36027 -"44550",5348,36830 -"44551",5348,38578 -"44552",5348,41004 -"44553",5348,44477 -"44554",5348,50811 -"44555",5348,51623 -"44556",5348,53448 -"44557",5348,53493 -"44558",5348,53892 -"44559",5348,67811 -"44560",5348,67818 -"44561",5348,75146 -"44562",5348,92948 -"44563",5348,96027 -"44564",5348,96068 -"44565",5348,96766 -"44566",5348,99311 -"44567",5348,105077 -"44568",5349,5351 -"44569",5349,31360 -"44570",5350,8513 -"44571",5350,8798 -"44572",5350,9071 -"44573",5350,12462 -"44574",5350,14986 -"44575",5350,17539 -"44576",5350,29561 -"44577",5350,35926 -"44578",5350,36171 -"44579",5350,36779 -"44580",5350,46071 -"44581",5350,49424 -"44582",5350,53821 -"44583",5350,69716 -"44584",5350,76175 -"44585",5351,57050 -"44586",5351,101645 -"44587",5351,109809 -"44588",5352,9330 -"44589",5352,11008 -"44590",5352,16772 -"44591",5352,34864 -"44592",5352,34890 -"44593",5352,58519 -"44594",5352,66089 -"44595",5352,66870 -"44596",5352,102214 -"44597",5352,119015 -"44598",5353,5392 -"44599",5353,5615 -"44600",5353,7516 -"44601",5353,10355 -"44602",5353,12388 -"44603",5353,21248 -"44604",5353,23141 -"44605",5353,35907 -"44606",5353,42040 -"44607",5353,48082 -"44608",5353,48157 -"44609",5353,48186 -"44610",5354,5414 -"44611",5355,5367 -"44612",5355,12087 -"44613",5355,13709 -"44614",5355,15447 -"44615",5355,16646 -"44616",5355,17205 -"44617",5355,19294 -"44618",5355,22744 -"44619",5355,24551 -"44620",5355,29908 -"44621",5355,44342 -"44622",5355,50616 -"44623",5355,55377 -"44624",5355,64986 -"44625",5355,65259 -"44626",5356,5560 -"44627",5356,10785 -"44628",5356,19425 -"44629",5356,19514 -"44630",5356,19515 -"44631",5356,19705 -"44632",5356,22031 -"44633",5356,48651 -"44634",5356,56095 -"44635",5357,5986 -"44636",5357,6108 -"44637",5357,6366 -"44638",5357,11218 -"44639",5357,12682 -"44640",5357,20908 -"44641",5357,23987 -"44642",5357,29976 -"44643",5357,48935 -"44644",5357,67817 -"44645",5357,90006 -"44646",5357,105051 -"44647",5358,33585 -"44648",5359,11298 -"44649",5359,37011 -"44650",5359,86076 -"44651",5359,95918 -"44652",5359,102324 -"44653",5360,82180 -"44654",5361,12100 -"44655",5361,13227 -"44656",5361,13314 -"44657",5361,14913 -"44658",5361,16059 -"44659",5361,16174 -"44660",5361,17453 -"44661",5361,17824 -"44662",5361,20599 -"44663",5361,23517 -"44664",5361,23963 -"44665",5361,26756 -"44666",5361,27818 -"44667",5361,31619 -"44668",5361,41888 -"44669",5361,43285 -"44670",5361,43353 -"44671",5361,47178 -"44672",5361,51516 -"44673",5361,62045 -"44674",5361,70438 -"44675",5361,78699 -"44676",5361,85534 -"44677",5361,87478 -"44678",5361,90798 -"44679",5361,91115 -"44680",5361,101434 -"44681",5361,102651 -"44682",5361,102681 -"44683",5361,103728 -"44684",5361,103793 -"44685",5361,107920 -"44686",5362,30573 -"44687",5362,30707 -"44688",5363,12676 -"44689",5363,13213 -"44690",5363,20121 -"44691",5363,20182 -"44692",5363,23352 -"44693",5363,25126 -"44694",5363,25897 -"44695",5363,30866 -"44696",5363,44009 -"44697",5363,45573 -"44698",5363,81644 -"44699",5363,87797 -"44700",5363,91265 -"44701",5363,93709 -"44702",5363,96952 -"44703",5364,5486 -"44704",5364,15287 -"44705",5364,15670 -"44706",5364,46152 -"44707",5364,68378 -"44708",5364,81335 -"44709",5365,7972 -"44710",5365,13175 -"44711",5365,17875 -"44712",5365,24023 -"44713",5365,29239 -"44714",5365,50375 -"44715",5365,50402 -"44716",5366,9103 -"44717",5366,103840 -"44718",5367,12087 -"44719",5367,19294 -"44720",5367,37041 -"44721",5367,38044 -"44722",5367,56642 -"44723",5368,13156 -"44724",5368,49794 -"44725",5368,69599 -"44726",5369,7148 -"44727",5369,16499 -"44728",5369,19400 -"44729",5369,32865 -"44730",5369,52589 -"44731",5370,16673 -"44732",5370,22110 -"44733",5370,33911 -"44734",5370,42286 -"44735",5370,50748 -"44736",5370,65281 -"44737",5370,68041 -"44738",5371,17691 -"44739",5371,26171 -"44740",5371,55974 -"44741",5371,67882 -"44742",5371,70625 -"44743",5371,71257 -"44744",5372,5676 -"44745",5372,9511 -"44746",5372,12170 -"44747",5372,19335 -"44748",5372,21229 -"44749",5372,22567 -"44750",5372,40383 -"44751",5372,43941 -"44752",5372,50495 -"44753",5372,53611 -"44754",5372,58946 -"44755",5372,83766 -"44756",5372,83794 -"44757",5372,83795 -"44758",5373,5707 -"44759",5373,62073 -"44760",5373,62088 -"44761",5373,62329 -"44762",5373,62635 -"44763",5373,90072 -"44764",5373,90455 -"44765",5373,93761 -"44766",5373,94425 -"44767",5373,96646 -"44768",5373,96826 -"44769",5373,99451 -"44770",5373,101602 -"44771",5373,105642 -"44772",5373,105852 -"44773",5373,106761 -"44774",5373,108896 -"44775",5373,113061 -"44776",5373,115438 -"44777",5373,115635 -"44778",5373,116008 -"44779",5373,119474 -"44780",5373,120570 -"44781",5373,123456 -"44782",5374,13097 -"44783",5374,16848 -"44784",5374,77293 -"44785",5375,26612 -"44786",5376,5522 -"44787",5376,5950 -"44788",5376,22046 -"44789",5376,22670 -"44790",5376,36374 -"44791",5376,45832 -"44792",5376,60053 -"44793",5376,103162 -"44794",5376,109521 -"44795",5376,112993 -"44796",5376,113068 -"44797",5376,113072 -"44798",5376,114831 -"44799",5376,121231 -"44800",5376,121234 -"44801",5377,38512 -"44802",5378,5506 -"44803",5378,24877 -"44804",5379,5570 -"44805",5379,6162 -"44806",5380,9368 -"44807",5380,9405 -"44808",5380,9439 -"44809",5380,38614 -"44810",5380,40946 -"44811",5380,45756 -"44812",5380,46335 -"44813",5380,46366 -"44814",5380,46400 -"44815",5380,50774 -"44816",5380,54250 -"44817",5380,54480 -"44818",5380,54557 -"44819",5380,59108 -"44820",5380,59461 -"44821",5380,59505 -"44822",5380,59565 -"44823",5381,80936 -"44824",5382,5510 -"44825",5382,5541 -"44826",5383,5540 -"44827",5383,6119 -"44828",5383,22019 -"44829",5383,52282 -"44830",5383,53828 -"44831",5383,65258 -"44832",5383,73961 -"44833",5383,74489 -"44834",5383,75200 -"44835",5383,76818 -"44836",5383,92149 -"44837",5383,112653 -"44838",5384,6334 -"44839",5384,12520 -"44840",5384,26989 -"44841",5384,36165 -"44842",5384,39345 -"44843",5384,42382 -"44844",5384,115852 -"44845",5385,5572 -"44846",5386,79238 -"44847",5386,84629 -"44848",5386,87287 -"44849",5386,92591 -"44850",5386,102132 -"44851",5387,13276 -"44852",5387,46067 -"44853",5387,64010 -"44854",5387,90120 -"44855",5387,114457 -"44856",5388,5429 -"44857",5388,9683 -"44858",5388,11055 -"44859",5388,11123 -"44860",5388,22586 -"44861",5388,56125 -"44862",5388,117899 -"44863",5388,121792 -"44864",5389,25614 -"44865",5389,30040 -"44866",5389,37587 -"44867",5389,87713 -"44868",5390,39139 -"44869",5390,100193 -"44870",5390,110604 -"44871",5391,5396 -"44872",5391,5408 -"44873",5391,19627 -"44874",5391,34036 -"44875",5391,39058 -"44876",5391,51022 -"44877",5391,55590 -"44878",5391,99366 -"44879",5392,5615 -"44880",5392,12388 -"44881",5392,23617 -"44882",5392,28112 -"44883",5392,35476 -"44884",5392,36217 -"44885",5392,41804 -"44886",5392,54749 -"44887",5392,65991 -"44888",5392,80857 -"44889",5393,44832 -"44890",5393,55140 -"44891",5393,94229 -"44892",5394,5783 -"44893",5394,5963 -"44894",5395,6252 -"44895",5395,15929 -"44896",5395,20000 -"44897",5395,26469 -"44898",5395,26873 -"44899",5395,26992 -"44900",5395,36205 -"44901",5395,39588 -"44902",5395,41719 -"44903",5395,41746 -"44904",5395,45918 -"44905",5395,46621 -"44906",5395,46850 -"44907",5395,47104 -"44908",5395,47451 -"44909",5395,52327 -"44910",5395,55795 -"44911",5395,68569 -"44912",5395,70630 -"44913",5395,70925 -"44914",5395,80305 -"44915",5395,81109 -"44916",5395,82808 -"44917",5395,109596 -"44918",5395,115951 -"44919",5395,119046 -"44920",5395,119419 -"44921",5395,119454 -"44922",5395,123379 -"44923",5396,5408 -"44924",5396,80744 -"44925",5397,71022 -"44926",5398,5912 -"44927",5398,8029 -"44928",5398,16335 -"44929",5398,17484 -"44930",5398,21755 -"44931",5398,21914 -"44932",5398,29483 -"44933",5398,36926 -"44934",5399,5400 -"44935",5399,5711 -"44936",5400,5711 -"44937",5400,6805 -"44938",5400,9986 -"44939",5401,40895 -"44940",5401,106077 -"44941",5402,5924 -"44942",5402,6222 -"44943",5402,8170 -"44944",5402,8659 -"44945",5402,11517 -"44946",5402,12221 -"44947",5402,13828 -"44948",5402,14959 -"44949",5402,17582 -"44950",5402,24522 -"44951",5402,29095 -"44952",5402,30883 -"44953",5402,36498 -"44954",5402,38921 -"44955",5402,47747 -"44956",5402,70203 -"44957",5402,82878 -"44958",5402,84475 -"44959",5402,86021 -"44960",5402,88863 -"44961",5402,90562 -"44962",5402,92570 -"44963",5402,93289 -"44964",5402,93348 -"44965",5402,102963 -"44966",5402,102989 -"44967",5402,103032 -"44968",5402,103039 -"44969",5403,5745 -"44970",5403,8522 -"44971",5403,16796 -"44972",5403,20555 -"44973",5403,46691 -"44974",5403,58655 -"44975",5404,29078 -"44976",5404,40808 -"44977",5404,63151 -"44978",5404,70041 -"44979",5404,80685 -"44980",5404,96437 -"44981",5405,5622 -"44982",5405,12375 -"44983",5405,21346 -"44984",5405,34608 -"44985",5405,43213 -"44986",5405,55703 -"44987",5405,55706 -"44988",5405,55803 -"44989",5405,76048 -"44990",5406,6280 -"44991",5406,7868 -"44992",5406,9306 -"44993",5406,9623 -"44994",5406,9785 -"44995",5406,10365 -"44996",5406,11566 -"44997",5406,13822 -"44998",5406,22460 -"44999",5406,28869 -"45000",5406,33522 -"45001",5406,43363 -"45002",5407,45101 -"45003",5407,46329 -"45004",5408,10636 -"45005",5408,20435 -"45006",5408,29185 -"45007",5408,91841 -"45008",5408,94424 -"45009",5409,22797 -"45010",5409,85245 -"45011",5410,6909 -"45012",5410,54762 -"45013",5410,76049 -"45014",5410,95321 -"45015",5410,121965 -"45016",5411,5412 -"45017",5411,6996 -"45018",5412,6996 -"45019",5412,10110 -"45020",5412,25229 -"45021",5413,9567 -"45022",5413,11207 -"45023",5413,26300 -"45024",5413,33658 -"45025",5413,37668 -"45026",5413,46565 -"45027",5413,69182 -"45028",5413,97210 -"45029",5414,5941 -"45030",5414,6432 -"45031",5414,6433 -"45032",5414,22756 -"45033",5414,28741 -"45034",5414,28914 -"45035",5414,28971 -"45036",5414,40561 -"45037",5414,61382 -"45038",5414,67461 -"45039",5414,92400 -"45040",5414,97518 -"45041",5414,117598 -"45042",5415,10481 -"45043",5415,11515 -"45044",5415,14857 -"45045",5415,32429 -"45046",5415,33553 -"45047",5415,36446 -"45048",5415,51546 -"45049",5415,60314 -"45050",5415,64651 -"45051",5415,77326 -"45052",5415,78093 -"45053",5415,90027 -"45054",5416,13667 -"45055",5416,14915 -"45056",5416,21445 -"45057",5416,53491 -"45058",5416,76686 -"45059",5417,57550 -"45060",5417,85310 -"45061",5418,21884 -"45062",5418,26748 -"45063",5418,42312 -"45064",5418,44248 -"45065",5418,44778 -"45066",5418,45742 -"45067",5418,55067 -"45068",5418,93540 -"45069",5419,7043 -"45070",5419,20448 -"45071",5419,39578 -"45072",5419,39579 -"45073",5419,39610 -"45074",5419,39612 -"45075",5419,39631 -"45076",5419,39754 -"45077",5420,7307 -"45078",5420,12052 -"45079",5420,12164 -"45080",5420,30218 -"45081",5420,37860 -"45082",5420,40360 -"45083",5421,13992 -"45084",5421,14280 -"45085",5421,85136 -"45086",5422,5427 -"45087",5422,5444 -"45088",5422,5457 -"45089",5422,5462 -"45090",5422,5489 -"45091",5422,5492 -"45092",5422,5504 -"45093",5422,7323 -"45094",5422,7805 -"45095",5422,9121 -"45096",5422,19548 -"45097",5422,22130 -"45098",5422,31206 -"45099",5422,31671 -"45100",5422,33072 -"45101",5422,35256 -"45102",5422,37570 -"45103",5422,38048 -"45104",5422,40019 -"45105",5422,42899 -"45106",5422,44200 -"45107",5422,45001 -"45108",5422,46641 -"45109",5422,47535 -"45110",5422,47624 -"45111",5422,54234 -"45112",5422,64394 -"45113",5422,64416 -"45114",5422,64443 -"45115",5422,68610 -"45116",5422,68656 -"45117",5422,68666 -"45118",5422,68703 -"45119",5422,76364 -"45120",5422,81278 -"45121",5422,85430 -"45122",5422,89958 -"45123",5422,94440 -"45124",5422,96536 -"45125",5423,24535 -"45126",5424,55305 -"45127",5424,56889 -"45128",5425,7486 -"45129",5425,7736 -"45130",5425,8160 -"45131",5425,19543 -"45132",5425,55982 -"45133",5426,27726 -"45134",5426,45228 -"45135",5426,45293 -"45136",5426,57326 -"45137",5426,66391 -"45138",5426,73295 -"45139",5426,73794 -"45140",5426,75411 -"45141",5426,79977 -"45142",5426,84510 -"45143",5426,88787 -"45144",5426,96772 -"45145",5426,99575 -"45146",5426,100377 -"45147",5427,5444 -"45148",5427,5457 -"45149",5427,5462 -"45150",5427,5489 -"45151",5427,5492 -"45152",5427,5504 -"45153",5427,7755 -"45154",5427,8611 -"45155",5427,12658 -"45156",5427,14180 -"45157",5427,21649 -"45158",5427,22006 -"45159",5427,22130 -"45160",5427,22749 -"45161",5427,28216 -"45162",5427,30547 -"45163",5427,33072 -"45164",5427,35256 -"45165",5427,38048 -"45166",5427,42899 -"45167",5427,44254 -"45168",5427,45001 -"45169",5427,46641 -"45170",5427,54234 -"45171",5427,55556 -"45172",5427,69498 -"45173",5427,76364 -"45174",5427,81278 -"45175",5427,85430 -"45176",5427,89958 -"45177",5427,92176 -"45178",5427,94440 -"45179",5427,96536 -"45180",5428,5468 -"45181",5428,6001 -"45182",5428,16228 -"45183",5428,22472 -"45184",5428,32687 -"45185",5428,49776 -"45186",5428,75261 -"45187",5429,5432 -"45188",5429,6153 -"45189",5429,8510 -"45190",5429,9683 -"45191",5429,9998 -"45192",5429,11055 -"45193",5429,11123 -"45194",5429,12791 -"45195",5429,19248 -"45196",5429,20500 -"45197",5429,38313 -"45198",5429,38362 -"45199",5429,54695 -"45200",5430,5697 -"45201",5430,5971 -"45202",5430,6222 -"45203",5430,6264 -"45204",5430,11817 -"45205",5430,12398 -"45206",5430,15395 -"45207",5430,21330 -"45208",5430,23585 -"45209",5430,27112 -"45210",5430,29731 -"45211",5430,40028 -"45212",5430,45352 -"45213",5430,46173 -"45214",5430,50236 -"45215",5430,56082 -"45216",5430,57612 -"45217",5430,58918 -"45218",5430,59939 -"45219",5430,62041 -"45220",5430,70838 -"45221",5430,79082 -"45222",5430,97237 -"45223",5430,101793 -"45224",5430,108528 -"45225",5430,109663 -"45226",5430,122267 -"45227",5430,122312 -"45228",5431,10973 -"45229",5431,23810 -"45230",5431,30638 -"45231",5431,48707 -"45232",5431,51902 -"45233",5431,73344 -"45234",5431,101317 -"45235",5431,107797 -"45236",5432,21791 -"45237",5432,23971 -"45238",5433,5629 -"45239",5433,5652 -"45240",5433,27555 -"45241",5433,32976 -"45242",5433,42621 -"45243",5434,5441 -"45244",5434,42061 -"45245",5435,5487 -"45246",5435,8060 -"45247",5435,18227 -"45248",5437,19525 -"45249",5437,20415 -"45250",5437,56559 -"45251",5438,7690 -"45252",5438,29451 -"45253",5438,46741 -"45254",5438,46803 -"45255",5439,5445 -"45256",5439,5461 -"45257",5439,5466 -"45258",5439,5470 -"45259",5439,5493 -"45260",5439,9042 -"45261",5439,123162 -"45262",5440,5464 -"45263",5440,24045 -"45264",5440,35562 -"45265",5440,35630 -"45266",5440,37507 -"45267",5440,46283 -"45268",5440,48023 -"45269",5440,72155 -"45270",5440,87083 -"45271",5440,88336 -"45272",5441,27959 -"45273",5441,54006 -"45274",5441,54054 -"45275",5441,67312 -"45276",5441,79308 -"45277",5441,79848 -"45278",5441,111567 -"45279",5443,26974 -"45280",5444,5457 -"45281",5444,5462 -"45282",5444,5489 -"45283",5444,5492 -"45284",5444,5504 -"45285",5444,6508 -"45286",5444,7323 -"45287",5444,7805 -"45288",5444,19548 -"45289",5444,37570 -"45290",5444,47535 -"45291",5444,47624 -"45292",5444,68610 -"45293",5444,68656 -"45294",5444,68666 -"45295",5444,68703 -"45296",5445,5461 -"45297",5445,5466 -"45298",5445,5470 -"45299",5445,5493 -"45300",5445,26014 -"45301",5445,35238 -"45302",5445,38918 -"45303",5446,58894 -"45304",5448,38901 -"45305",5448,52055 -"45306",5448,74438 -"45307",5449,12204 -"45308",5449,26716 -"45309",5449,31217 -"45310",5449,39917 -"45311",5449,49739 -"45312",5449,53219 -"45313",5449,61751 -"45314",5450,16746 -"45315",5451,6517 -"45316",5451,7350 -"45317",5451,23705 -"45318",5451,27837 -"45319",5451,31072 -"45320",5451,34920 -"45321",5451,43634 -"45322",5451,56717 -"45323",5451,69380 -"45324",5451,71644 -"45325",5451,72546 -"45326",5451,95782 -"45327",5451,108141 -"45328",5451,108686 -"45329",5451,114470 -"45330",5451,120789 -"45331",5452,5475 -"45332",5452,5476 -"45333",5452,5485 -"45334",5453,23548 -"45335",5453,35141 -"45336",5454,6888 -"45337",5454,6893 -"45338",5454,25747 -"45339",5454,37449 -"45340",5454,59354 -"45341",5454,63535 -"45342",5454,75589 -"45343",5455,24111 -"45344",5455,57271 -"45345",5455,60625 -"45346",5455,115390 -"45347",5456,6624 -"45348",5456,16457 -"45349",5456,23597 -"45350",5456,29808 -"45351",5456,42479 -"45352",5456,44189 -"45353",5456,57043 -"45354",5456,76683 -"45355",5456,104063 -"45356",5456,106070 -"45357",5456,123368 -"45358",5457,5462 -"45359",5457,5489 -"45360",5457,5492 -"45361",5457,5504 -"45362",5457,9553 -"45363",5457,30324 -"45364",5457,40019 -"45365",5457,54234 -"45366",5458,21489 -"45367",5458,31631 -"45368",5459,31103 -"45369",5459,48764 -"45370",5459,89979 -"45371",5459,92110 -"45372",5459,92325 -"45373",5460,22045 -"45374",5460,71975 -"45375",5461,5466 -"45376",5461,5470 -"45377",5461,5493 -"45378",5461,34419 -"45379",5461,36168 -"45380",5462,5489 -"45381",5462,5492 -"45382",5462,5504 -"45383",5462,7363 -"45384",5462,8611 -"45385",5462,19606 -"45386",5462,21649 -"45387",5462,22006 -"45388",5462,22119 -"45389",5462,22130 -"45390",5462,22570 -"45391",5462,22749 -"45392",5462,22803 -"45393",5462,22877 -"45394",5462,23981 -"45395",5462,28497 -"45396",5462,30946 -"45397",5462,30956 -"45398",5462,31085 -"45399",5462,31206 -"45400",5462,31799 -"45401",5462,33072 -"45402",5462,33337 -"45403",5462,38048 -"45404",5462,38278 -"45405",5462,40735 -"45406",5462,43105 -"45407",5462,54234 -"45408",5462,57950 -"45409",5462,69498 -"45410",5462,76364 -"45411",5462,76465 -"45412",5462,81278 -"45413",5462,82011 -"45414",5462,85430 -"45415",5462,88696 -"45416",5462,89958 -"45417",5462,94440 -"45418",5462,96536 -"45419",5462,100622 -"45420",5462,103004 -"45421",5462,113783 -"45422",5462,117617 -"45423",5463,5524 -"45424",5463,7648 -"45425",5463,8741 -"45426",5463,14902 -"45427",5463,17490 -"45428",5463,17604 -"45429",5463,18455 -"45430",5463,18656 -"45431",5463,20881 -"45432",5463,24839 -"45433",5463,24867 -"45434",5463,24868 -"45435",5463,25053 -"45436",5463,31489 -"45437",5463,31785 -"45438",5463,32270 -"45439",5463,36880 -"45440",5463,46837 -"45441",5463,46849 -"45442",5463,46881 -"45443",5463,48712 -"45444",5463,55446 -"45445",5463,77676 -"45446",5463,79727 -"45447",5463,81848 -"45448",5463,83305 -"45449",5463,83846 -"45450",5463,91218 -"45451",5463,91465 -"45452",5463,95724 -"45453",5463,103324 -"45454",5463,103536 -"45455",5463,105110 -"45456",5463,106037 -"45457",5463,106975 -"45458",5463,114971 -"45459",5463,122930 -"45460",5464,34648 -"45461",5464,36077 -"45462",5464,37507 -"45463",5464,48023 -"45464",5464,60238 -"45465",5464,61413 -"45466",5464,76564 -"45467",5464,83526 -"45468",5464,91280 -"45469",5464,103397 -"45470",5465,5760 -"45471",5465,16300 -"45472",5465,19252 -"45473",5465,22952 -"45474",5465,30512 -"45475",5465,32406 -"45476",5465,50997 -"45477",5465,51328 -"45478",5465,93220 -"45479",5466,5470 -"45480",5466,5493 -"45481",5466,6418 -"45482",5466,7150 -"45483",5466,121383 -"45484",5467,13781 -"45485",5467,27403 -"45486",5467,46569 -"45487",5468,79933 -"45488",5469,13052 -"45489",5469,13732 -"45490",5469,14189 -"45491",5469,16313 -"45492",5469,19698 -"45493",5469,21712 -"45494",5469,23834 -"45495",5469,24362 -"45496",5469,26865 -"45497",5469,28217 -"45498",5469,30081 -"45499",5469,31603 -"45500",5469,33091 -"45501",5469,34470 -"45502",5469,34950 -"45503",5469,34965 -"45504",5469,36455 -"45505",5469,36962 -"45506",5469,37333 -"45507",5469,41575 -"45508",5469,46128 -"45509",5469,46706 -"45510",5469,53455 -"45511",5469,53473 -"45512",5469,59194 -"45513",5469,78738 -"45514",5469,79088 -"45515",5469,82456 -"45516",5469,82513 -"45517",5469,82521 -"45518",5469,82524 -"45519",5469,83096 -"45520",5469,86828 -"45521",5469,92495 -"45522",5469,93499 -"45523",5469,97635 -"45524",5469,110821 -"45525",5469,122644 -"45526",5470,5493 -"45527",5470,91998 -"45528",5471,5772 -"45529",5472,28661 -"45530",5472,40935 -"45531",5472,41036 -"45532",5472,77682 -"45533",5472,82909 -"45534",5472,122336 -"45535",5473,71502 -"45536",5474,37464 -"45537",5474,37508 -"45538",5474,50738 -"45539",5475,5476 -"45540",5475,5485 -"45541",5475,7194 -"45542",5475,10446 -"45543",5475,16955 -"45544",5475,26232 -"45545",5475,26362 -"45546",5475,28088 -"45547",5475,28917 -"45548",5476,5485 -"45549",5476,78062 -"45550",5477,44811 -"45551",5477,87807 -"45552",5478,24755 -"45553",5478,75215 -"45554",5478,92156 -"45555",5479,31235 -"45556",5479,43859 -"45557",5479,57544 -"45558",5479,81524 -"45559",5480,24222 -"45560",5480,35233 -"45561",5480,101810 -"45562",5480,104088 -"45563",5480,108954 -"45564",5480,121223 -"45565",5480,123167 -"45566",5482,18818 -"45567",5482,111670 -"45568",5483,25858 -"45569",5483,29370 -"45570",5483,30249 -"45571",5483,37312 -"45572",5483,43784 -"45573",5483,52917 -"45574",5483,58779 -"45575",5483,103497 -"45576",5484,7361 -"45577",5484,8704 -"45578",5484,12664 -"45579",5484,14800 -"45580",5484,17210 -"45581",5484,22349 -"45582",5484,26355 -"45583",5484,26884 -"45584",5484,31837 -"45585",5484,32738 -"45586",5484,32739 -"45587",5484,38714 -"45588",5484,39317 -"45589",5484,60524 -"45590",5484,73960 -"45591",5484,77624 -"45592",5484,93852 -"45593",5484,98578 -"45594",5484,99091 -"45595",5487,12753 -"45596",5487,31315 -"45597",5487,36423 -"45598",5487,37789 -"45599",5487,64016 -"45600",5487,74970 -"45601",5487,95921 -"45602",5488,62330 -"45603",5489,5492 -"45604",5489,5504 -"45605",5489,5569 -"45606",5489,6465 -"45607",5489,7066 -"45608",5489,7471 -"45609",5489,8866 -"45610",5489,8870 -"45611",5489,9362 -"45612",5489,15396 -"45613",5489,21577 -"45614",5489,24861 -"45615",5489,27946 -"45616",5489,32017 -"45617",5489,60811 -"45618",5489,77039 -"45619",5489,84932 -"45620",5491,7111 -"45621",5491,7179 -"45622",5491,15393 -"45623",5491,17241 -"45624",5491,18151 -"45625",5491,21795 -"45626",5491,23095 -"45627",5491,34206 -"45628",5491,35840 -"45629",5491,36950 -"45630",5491,52133 -"45631",5491,64632 -"45632",5491,64681 -"45633",5491,93812 -"45634",5491,93838 -"45635",5492,5504 -"45636",5492,9121 -"45637",5492,12713 -"45638",5492,13520 -"45639",5492,16609 -"45640",5492,17410 -"45641",5492,18510 -"45642",5492,22130 -"45643",5492,31206 -"45644",5492,31582 -"45645",5492,35256 -"45646",5492,36025 -"45647",5492,40019 -"45648",5492,40176 -"45649",5492,53925 -"45650",5492,54234 -"45651",5492,64394 -"45652",5492,64416 -"45653",5492,64443 -"45654",5492,77026 -"45655",5492,78444 -"45656",5492,79442 -"45657",5492,79443 -"45658",5492,84436 -"45659",5493,44168 -"45660",5494,7082 -"45661",5494,16820 -"45662",5494,23698 -"45663",5494,94866 -"45664",5494,99469 -"45665",5496,21824 -"45666",5496,41814 -"45667",5496,43684 -"45668",5496,44881 -"45669",5496,48969 -"45670",5496,48977 -"45671",5496,48983 -"45672",5496,49005 -"45673",5496,49010 -"45674",5496,49028 -"45675",5497,25341 -"45676",5497,26322 -"45677",5497,31010 -"45678",5497,52020 -"45679",5497,54069 -"45680",5497,54553 -"45681",5497,54896 -"45682",5497,60180 -"45683",5497,77796 -"45684",5497,85800 -"45685",5498,98909 -"45686",5499,21711 -"45687",5499,63351 -"45688",5499,65063 -"45689",5499,108822 -"45690",5499,109049 -"45691",5499,115375 -"45692",5500,16898 -"45693",5500,66250 -"45694",5500,91583 -"45695",5500,112023 -"45696",5500,115004 -"45697",5501,37568 -"45698",5501,73401 -"45699",5503,8391 -"45700",5503,37704 -"45701",5503,48381 -"45702",5503,51809 -"45703",5503,56372 -"45704",5504,7323 -"45705",5504,7363 -"45706",5504,7755 -"45707",5504,7805 -"45708",5504,8611 -"45709",5504,8621 -"45710",5504,15282 -"45711",5504,19548 -"45712",5504,21649 -"45713",5504,22006 -"45714",5504,22130 -"45715",5504,22570 -"45716",5504,22749 -"45717",5504,22803 -"45718",5504,22877 -"45719",5504,26075 -"45720",5504,30663 -"45721",5504,37570 -"45722",5504,47535 -"45723",5504,47624 -"45724",5504,54234 -"45725",5504,68610 -"45726",5504,68656 -"45727",5504,68666 -"45728",5504,68703 -"45729",5504,69498 -"45730",5504,71478 -"45731",5504,78502 -"45732",5504,80429 -"45733",5504,94440 -"45734",5504,101970 -"45735",5505,58621 -"45736",5507,13705 -"45737",5507,60636 -"45738",5507,77892 -"45739",5508,26478 -"45740",5508,41094 -"45741",5508,44792 -"45742",5509,39114 -"45743",5510,5541 -"45744",5510,7630 -"45745",5511,53740 -"45746",5511,60578 -"45747",5511,85043 -"45748",5511,94897 -"45749",5512,30119 -"45750",5512,40735 -"45751",5512,61731 -"45752",5512,94606 -"45753",5512,102050 -"45754",5513,7245 -"45755",5513,8165 -"45756",5513,8193 -"45757",5513,10036 -"45758",5513,31050 -"45759",5513,34450 -"45760",5513,41839 -"45761",5513,42224 -"45762",5513,45633 -"45763",5513,48932 -"45764",5513,49144 -"45765",5513,55641 -"45766",5514,9817 -"45767",5514,16810 -"45768",5514,25681 -"45769",5514,26279 -"45770",5514,29640 -"45771",5514,38737 -"45772",5514,40346 -"45773",5514,49588 -"45774",5514,54028 -"45775",5514,60569 -"45776",5514,85889 -"45777",5514,86604 -"45778",5515,10133 -"45779",5515,10207 -"45780",5515,34654 -"45781",5515,36786 -"45782",5515,52980 -"45783",5515,67596 -"45784",5515,67601 -"45785",5515,67679 -"45786",5515,72200 -"45787",5516,5576 -"45788",5516,17048 -"45789",5516,25224 -"45790",5516,27208 -"45791",5516,58209 -"45792",5517,8013 -"45793",5517,8069 -"45794",5517,13422 -"45795",5517,16372 -"45796",5517,31139 -"45797",5517,53104 -"45798",5517,112018 -"45799",5517,121168 -"45800",5518,6485 -"45801",5518,29562 -"45802",5518,56591 -"45803",5518,57008 -"45804",5519,13246 -"45805",5520,10358 -"45806",5520,20444 -"45807",5520,32919 -"45808",5520,33914 -"45809",5520,34750 -"45810",5520,35926 -"45811",5520,46071 -"45812",5520,62244 -"45813",5520,101133 -"45814",5520,110343 -"45815",5520,110499 -"45816",5521,7212 -"45817",5521,7239 -"45818",5522,83753 -"45819",5523,5557 -"45820",5523,5559 -"45821",5523,5573 -"45822",5523,5579 -"45823",5523,5872 -"45824",5523,7045 -"45825",5523,21548 -"45826",5523,78386 -"45827",5524,7388 -"45828",5524,7648 -"45829",5524,17032 -"45830",5524,24805 -"45831",5524,29067 -"45832",5524,36880 -"45833",5524,49125 -"45834",5524,60726 -"45835",5524,71538 -"45836",5525,5634 -"45837",5525,12877 -"45838",5525,14739 -"45839",5525,31825 -"45840",5525,45934 -"45841",5526,5548 -"45842",5526,5549 -"45843",5526,5806 -"45844",5526,6053 -"45845",5526,6063 -"45846",5526,6254 -"45847",5526,6560 -"45848",5526,7581 -"45849",5526,8307 -"45850",5526,8534 -"45851",5526,9366 -"45852",5526,11766 -"45853",5526,12735 -"45854",5526,12779 -"45855",5526,13360 -"45856",5526,13940 -"45857",5526,13942 -"45858",5526,14882 -"45859",5526,15027 -"45860",5526,15185 -"45861",5526,15216 -"45862",5526,15964 -"45863",5526,16252 -"45864",5526,16540 -"45865",5526,16872 -"45866",5526,17145 -"45867",5526,17508 -"45868",5526,18060 -"45869",5526,18217 -"45870",5526,22462 -"45871",5526,22823 -"45872",5526,23147 -"45873",5526,23358 -"45874",5526,23421 -"45875",5526,23474 -"45876",5526,23632 -"45877",5526,23953 -"45878",5526,24495 -"45879",5526,24710 -"45880",5526,25143 -"45881",5526,25303 -"45882",5526,25664 -"45883",5526,26407 -"45884",5526,27174 -"45885",5526,27196 -"45886",5526,27710 -"45887",5526,28584 -"45888",5526,28703 -"45889",5526,29253 -"45890",5526,29341 -"45891",5526,29560 -"45892",5526,29573 -"45893",5526,29868 -"45894",5526,32438 -"45895",5526,32967 -"45896",5526,33223 -"45897",5526,33881 -"45898",5526,34097 -"45899",5526,34330 -"45900",5526,34513 -"45901",5526,35400 -"45902",5526,36476 -"45903",5526,36547 -"45904",5526,36745 -"45905",5526,37821 -"45906",5526,37931 -"45907",5526,38319 -"45908",5526,39398 -"45909",5526,39492 -"45910",5526,40320 -"45911",5526,40373 -"45912",5526,40542 -"45913",5526,41182 -"45914",5526,42131 -"45915",5526,46843 -"45916",5526,48331 -"45917",5526,50033 -"45918",5526,52444 -"45919",5526,71241 -"45920",5526,76667 -"45921",5527,34893 -"45922",5527,39113 -"45923",5527,41253 -"45924",5527,91238 -"45925",5527,114181 -"45926",5528,11703 -"45927",5528,24219 -"45928",5528,24292 -"45929",5528,24315 -"45930",5528,24367 -"45931",5528,33486 -"45932",5529,5614 -"45933",5529,5628 -"45934",5529,26337 -"45935",5529,42488 -"45936",5529,56992 -"45937",5529,60252 -"45938",5529,65695 -"45939",5529,104263 -"45940",5529,121113 -"45941",5529,123127 -"45942",5530,5605 -"45943",5531,5867 -"45944",5531,6348 -"45945",5531,8402 -"45946",5531,15365 -"45947",5531,16444 -"45948",5531,18250 -"45949",5531,27989 -"45950",5531,34761 -"45951",5531,36754 -"45952",5531,44084 -"45953",5531,46339 -"45954",5531,52168 -"45955",5531,56976 -"45956",5531,57682 -"45957",5531,63348 -"45958",5531,71027 -"45959",5531,75678 -"45960",5531,75696 -"45961",5531,77900 -"45962",5532,16477 -"45963",5532,19767 -"45964",5532,20521 -"45965",5532,42010 -"45966",5532,43681 -"45967",5532,48847 -"45968",5532,50316 -"45969",5532,67913 -"45970",5532,78322 -"45971",5532,84334 -"45972",5532,107518 -"45973",5533,59269 -"45974",5533,91777 -"45975",5533,104947 -"45976",5533,110043 -"45977",5533,110044 -"45978",5534,11104 -"45979",5534,13806 -"45980",5534,37746 -"45981",5535,38270 -"45982",5535,51925 -"45983",5535,73210 -"45984",5535,87689 -"45985",5535,98202 -"45986",5535,119486 -"45987",5536,11036 -"45988",5536,18875 -"45989",5536,27959 -"45990",5536,35620 -"45991",5536,39341 -"45992",5536,42107 -"45993",5536,45345 -"45994",5536,48812 -"45995",5536,62044 -"45996",5536,102122 -"45997",5536,117213 -"45998",5537,52341 -"45999",5537,54570 -"46000",5538,6903 -"46001",5538,10279 -"46002",5538,81755 -"46003",5538,85940 -"46004",5539,12816 -"46005",5539,20116 -"46006",5539,24120 -"46007",5539,29104 -"46008",5539,33341 -"46009",5539,41633 -"46010",5539,91806 -"46011",5539,96931 -"46012",5539,115237 -"46013",5542,62004 -"46014",5542,71813 -"46015",5542,115159 -"46016",5543,9293 -"46017",5543,11517 -"46018",5543,11694 -"46019",5543,36715 -"46020",5543,36831 -"46021",5544,63519 -"46022",5545,15275 -"46023",5545,43783 -"46024",5545,45652 -"46025",5546,72157 -"46026",5546,72193 -"46027",5547,7582 -"46028",5547,11243 -"46029",5547,11501 -"46030",5547,11502 -"46031",5547,24284 -"46032",5547,24285 -"46033",5547,41901 -"46034",5547,58854 -"46035",5547,85077 -"46036",5547,94208 -"46037",5548,5549 -"46038",5548,10870 -"46039",5548,13940 -"46040",5548,14882 -"46041",5548,37991 -"46042",5548,41804 -"46043",5548,81634 -"46044",5548,108084 -"46045",5549,7158 -"46046",5549,9804 -"46047",5549,10978 -"46048",5549,12471 -"46049",5549,13113 -"46050",5549,13940 -"46051",5549,14882 -"46052",5549,23938 -"46053",5549,27221 -"46054",5549,30568 -"46055",5549,32120 -"46056",5549,39824 -"46057",5549,47723 -"46058",5549,49274 -"46059",5549,50954 -"46060",5549,56746 -"46061",5549,75869 -"46062",5549,87441 -"46063",5549,94394 -"46064",5550,29659 -"46065",5550,71582 -"46066",5551,5568 -"46067",5551,10956 -"46068",5551,44335 -"46069",5551,56985 -"46070",5551,57047 -"46071",5551,69074 -"46072",5551,80929 -"46073",5551,82852 -"46074",5552,13523 -"46075",5552,31446 -"46076",5552,60405 -"46077",5552,68286 -"46078",5553,11313 -"46079",5553,12107 -"46080",5553,19811 -"46081",5553,21114 -"46082",5553,31893 -"46083",5553,33929 -"46084",5553,34424 -"46085",5553,35080 -"46086",5553,35946 -"46087",5553,37293 -"46088",5553,48772 -"46089",5553,52565 -"46090",5553,65718 -"46091",5553,66297 -"46092",5553,75346 -"46093",5554,44599 -"46094",5555,12511 -"46095",5555,66320 -"46096",5555,79589 -"46097",5556,19119 -"46098",5556,30365 -"46099",5556,89929 -"46100",5556,89962 -"46101",5556,108885 -"46102",5556,110338 -"46103",5556,118694 -"46104",5556,118757 -"46105",5557,5559 -"46106",5557,5573 -"46107",5557,5579 -"46108",5557,5872 -"46109",5557,7220 -"46110",5557,14626 -"46111",5557,54865 -"46112",5557,57439 -"46113",5557,85314 -"46114",5557,96957 -"46115",5558,78387 -"46116",5558,88430 -"46117",5558,114048 -"46118",5559,5573 -"46119",5559,5579 -"46120",5559,5872 -"46121",5559,17198 -"46122",5560,6025 -"46123",5560,10037 -"46124",5560,22031 -"46125",5560,38119 -"46126",5561,8118 -"46127",5561,10090 -"46128",5561,10350 -"46129",5561,10582 -"46130",5561,15788 -"46131",5561,17498 -"46132",5561,20891 -"46133",5561,26908 -"46134",5561,29455 -"46135",5561,31969 -"46136",5561,32981 -"46137",5561,39282 -"46138",5561,58195 -"46139",5561,78377 -"46140",5561,93823 -"46141",5561,99433 -"46142",5561,105158 -"46143",5561,112004 -"46144",5562,42329 -"46145",5562,54938 -"46146",5562,100532 -"46147",5562,115203 -"46148",5563,9572 -"46149",5563,18743 -"46150",5563,26711 -"46151",5563,33614 -"46152",5563,88050 -"46153",5563,90128 -"46154",5564,25307 -"46155",5564,30235 -"46156",5564,30710 -"46157",5564,38204 -"46158",5564,53502 -"46159",5564,68803 -"46160",5564,87480 -"46161",5565,34678 -"46162",5565,79216 -"46163",5565,80528 -"46164",5565,106959 -"46165",5566,5880 -"46166",5566,5888 -"46167",5566,5914 -"46168",5566,5926 -"46169",5567,28492 -"46170",5567,30669 -"46171",5567,52555 -"46172",5568,7174 -"46173",5568,7638 -"46174",5568,13948 -"46175",5568,14029 -"46176",5568,23127 -"46177",5568,25639 -"46178",5568,30789 -"46179",5568,40772 -"46180",5568,44842 -"46181",5568,55892 -"46182",5568,58919 -"46183",5568,60250 -"46184",5568,61722 -"46185",5568,65792 -"46186",5568,68268 -"46187",5568,69074 -"46188",5568,73440 -"46189",5568,78868 -"46190",5568,82852 -"46191",5568,89139 -"46192",5568,89551 -"46193",5568,91698 -"46194",5569,5578 -"46195",5569,6465 -"46196",5569,6491 -"46197",5569,7471 -"46198",5569,8866 -"46199",5569,8870 -"46200",5569,8883 -"46201",5569,8888 -"46202",5569,9051 -"46203",5569,9362 -"46204",5569,9805 -"46205",5569,11407 -"46206",5569,15396 -"46207",5569,19361 -"46208",5569,24861 -"46209",5569,26066 -"46210",5569,26067 -"46211",5569,27946 -"46212",5569,28969 -"46213",5569,32017 -"46214",5569,34946 -"46215",5569,44648 -"46216",5569,47172 -"46217",5569,64962 -"46218",5569,77039 -"46219",5569,78089 -"46220",5569,84932 -"46221",5569,102006 -"46222",5569,118628 -"46223",5570,10918 -"46224",5570,32621 -"46225",5570,44633 -"46226",5570,44634 -"46227",5570,44635 -"46228",5571,17928 -"46229",5571,30561 -"46230",5571,78789 -"46231",5571,83617 -"46232",5571,83650 -"46233",5572,28347 -"46234",5572,39003 -"46235",5572,39099 -"46236",5573,5579 -"46237",5573,5872 -"46238",5573,7082 -"46239",5573,7148 -"46240",5573,7453 -"46241",5573,7791 -"46242",5573,7877 -"46243",5573,8111 -"46244",5573,9383 -"46245",5573,15808 -"46246",5573,16072 -"46247",5573,28391 -"46248",5573,37097 -"46249",5573,39309 -"46250",5573,39659 -"46251",5573,42445 -"46252",5573,50818 -"46253",5573,51620 -"46254",5573,51792 -"46255",5573,57355 -"46256",5573,63036 -"46257",5573,64747 -"46258",5573,83383 -"46259",5573,88523 -"46260",5573,94147 -"46261",5574,13357 -"46262",5574,13502 -"46263",5574,13524 -"46264",5574,13560 -"46265",5574,31945 -"46266",5574,85603 -"46267",5574,100201 -"46268",5575,7128 -"46269",5575,18783 -"46270",5575,19000 -"46271",5575,32531 -"46272",5575,35287 -"46273",5575,71445 -"46274",5575,88128 -"46275",5575,99091 -"46276",5577,6344 -"46277",5577,6367 -"46278",5577,11446 -"46279",5577,11777 -"46280",5577,12185 -"46281",5577,12665 -"46282",5577,13120 -"46283",5577,13654 -"46284",5577,14241 -"46285",5577,17690 -"46286",5577,18238 -"46287",5577,20113 -"46288",5577,24882 -"46289",5577,24939 -"46290",5577,30385 -"46291",5577,31291 -"46292",5577,35561 -"46293",5577,37346 -"46294",5577,39417 -"46295",5577,40551 -"46296",5577,40841 -"46297",5577,46186 -"46298",5577,46653 -"46299",5577,47741 -"46300",5577,53200 -"46301",5577,53261 -"46302",5577,56321 -"46303",5577,60753 -"46304",5577,69816 -"46305",5577,73794 -"46306",5577,74232 -"46307",5577,75941 -"46308",5577,76063 -"46309",5577,76131 -"46310",5577,77257 -"46311",5577,79977 -"46312",5577,81790 -"46313",5577,81884 -"46314",5577,84510 -"46315",5577,89880 -"46316",5577,90675 -"46317",5577,90785 -"46318",5577,90824 -"46319",5577,90836 -"46320",5577,98858 -"46321",5577,100090 -"46322",5577,102484 -"46323",5577,111435 -"46324",5577,112431 -"46325",5577,113226 -"46326",5577,117119 -"46327",5578,6491 -"46328",5578,8011 -"46329",5578,21928 -"46330",5578,24447 -"46331",5578,25816 -"46332",5578,27628 -"46333",5578,97290 -"46334",5578,103545 -"46335",5579,5872 -"46336",5580,9654 -"46337",5580,21929 -"46338",5580,23011 -"46339",5580,46755 -"46340",5580,49226 -"46341",5580,62679 -"46342",5580,91002 -"46343",5581,5751 -"46344",5581,76099 -"46345",5581,85595 -"46346",5582,7785 -"46347",5582,13321 -"46348",5582,13475 -"46349",5582,15090 -"46350",5582,18454 -"46351",5582,32560 -"46352",5582,32651 -"46353",5582,35797 -"46354",5582,59178 -"46355",5582,62936 -"46356",5582,79303 -"46357",5582,79395 -"46358",5582,109307 -"46359",5583,106656 -"46360",5584,64442 -"46361",5584,71043 -"46362",5585,15985 -"46363",5585,39473 -"46364",5585,45156 -"46365",5585,57021 -"46366",5585,71233 -"46367",5585,101410 -"46368",5585,102584 -"46369",5585,102604 -"46370",5586,21985 -"46371",5586,43482 -"46372",5586,46937 -"46373",5586,93577 -"46374",5586,99786 -"46375",5587,7235 -"46376",5587,15891 -"46377",5587,17950 -"46378",5587,18813 -"46379",5587,23680 -"46380",5587,23786 -"46381",5587,24109 -"46382",5587,25801 -"46383",5587,28772 -"46384",5587,31795 -"46385",5587,33955 -"46386",5587,37435 -"46387",5587,45408 -"46388",5587,45563 -"46389",5587,67522 -"46390",5587,69215 -"46391",5587,99191 -"46392",5587,105262 -"46393",5587,105867 -"46394",5587,107410 -"46395",5587,108872 -"46396",5587,111156 -"46397",5587,113532 -"46398",5587,114895 -"46399",5588,8871 -"46400",5588,9237 -"46401",5588,16984 -"46402",5588,24602 -"46403",5588,37167 -"46404",5588,74842 -"46405",5588,77318 -"46406",5588,97536 -"46407",5588,100937 -"46408",5589,48483 -"46409",5589,69680 -"46410",5589,73131 -"46411",5589,78153 -"46412",5590,14381 -"46413",5590,29674 -"46414",5590,31689 -"46415",5591,13620 -"46416",5591,42195 -"46417",5591,76383 -"46418",5591,81064 -"46419",5591,82761 -"46420",5591,95625 -"46421",5591,98358 -"46422",5592,7724 -"46423",5592,111890 -"46424",5593,109812 -"46425",5594,79974 -"46426",5595,24136 -"46427",5595,52356 -"46428",5595,96516 -"46429",5596,14714 -"46430",5597,27695 -"46431",5597,91653 -"46432",5597,104956 -"46433",5598,6041 -"46434",5598,10567 -"46435",5598,13813 -"46436",5598,28083 -"46437",5598,30471 -"46438",5598,36710 -"46439",5598,37890 -"46440",5598,40128 -"46441",5598,41224 -"46442",5598,81030 -"46443",5598,107136 -"46444",5599,13103 -"46445",5599,15651 -"46446",5599,20745 -"46447",5599,26336 -"46448",5599,42544 -"46449",5599,43183 -"46450",5599,50479 -"46451",5599,61240 -"46452",5599,61333 -"46453",5599,63099 -"46454",5599,69524 -"46455",5599,72173 -"46456",5599,92698 -"46457",5599,112573 -"46458",5599,122372 -"46459",5599,122373 -"46460",5600,6511 -"46461",5600,56529 -"46462",5600,56563 -"46463",5600,56564 -"46464",5600,56581 -"46465",5600,56587 -"46466",5600,114081 -"46467",5601,12600 -"46468",5601,17816 -"46469",5601,73082 -"46470",5602,5632 -"46471",5602,122830 -"46472",5603,18369 -"46473",5603,65478 -"46474",5604,39462 -"46475",5605,27737 -"46476",5605,52008 -"46477",5606,23904 -"46478",5606,58300 -"46479",5606,65979 -"46480",5606,73672 -"46481",5607,48538 -"46482",5607,60367 -"46483",5608,5633 -"46484",5608,68483 -"46485",5609,12123 -"46486",5609,14072 -"46487",5609,41642 -"46488",5609,55071 -"46489",5609,76298 -"46490",5609,96344 -"46491",5609,105523 -"46492",5610,8238 -"46493",5610,17387 -"46494",5610,22186 -"46495",5610,22807 -"46496",5610,23100 -"46497",5610,31890 -"46498",5610,33573 -"46499",5610,33828 -"46500",5610,39464 -"46501",5610,41968 -"46502",5610,49305 -"46503",5610,50001 -"46504",5610,54953 -"46505",5610,83387 -"46506",5611,5982 -"46507",5611,12874 -"46508",5611,19231 -"46509",5611,48524 -"46510",5611,58701 -"46511",5612,102455 -"46512",5613,11286 -"46513",5613,16715 -"46514",5613,27456 -"46515",5613,56986 -"46516",5613,64578 -"46517",5614,5628 -"46518",5614,45399 -"46519",5614,57996 -"46520",5614,60524 -"46521",5614,108338 -"46522",5615,12388 -"46523",5615,15444 -"46524",5615,17351 -"46525",5615,17519 -"46526",5615,18165 -"46527",5615,18404 -"46528",5615,18450 -"46529",5615,18465 -"46530",5615,18909 -"46531",5615,22359 -"46532",5615,23617 -"46533",5615,31734 -"46534",5615,36217 -"46535",5615,41682 -"46536",5615,41804 -"46537",5615,42837 -"46538",5615,48860 -"46539",5615,54749 -"46540",5615,67411 -"46541",5615,79405 -"46542",5616,51423 -"46543",5617,85289 -"46544",5617,90315 -"46545",5617,103646 -"46546",5618,20284 -"46547",5618,42968 -"46548",5618,45533 -"46549",5618,55763 -"46550",5618,56223 -"46551",5618,61408 -"46552",5618,61441 -"46553",5618,61467 -"46554",5618,61474 -"46555",5619,6197 -"46556",5619,9481 -"46557",5619,9623 -"46558",5619,10070 -"46559",5619,14764 -"46560",5619,15506 -"46561",5619,19655 -"46562",5619,20951 -"46563",5619,21207 -"46564",5619,29541 -"46565",5619,30770 -"46566",5619,34805 -"46567",5619,49164 -"46568",5619,51139 -"46569",5619,55582 -"46570",5619,68018 -"46571",5619,68044 -"46572",5619,82706 -"46573",5620,31692 -"46574",5620,37588 -"46575",5620,43305 -"46576",5620,46597 -"46577",5620,49809 -"46578",5620,55654 -"46579",5620,58989 -"46580",5620,61197 -"46581",5620,72943 -"46582",5620,72958 -"46583",5620,72962 -"46584",5620,72982 -"46585",5620,73026 -"46586",5620,85183 -"46587",5620,85239 -"46588",5621,18771 -"46589",5621,23576 -"46590",5621,41575 -"46591",5621,83651 -"46592",5622,5803 -"46593",5622,11218 -"46594",5622,12375 -"46595",5622,14063 -"46596",5622,15402 -"46597",5622,17400 -"46598",5622,21346 -"46599",5622,22036 -"46600",5622,23492 -"46601",5622,23725 -"46602",5622,24259 -"46603",5622,24365 -"46604",5622,29715 -"46605",5622,30325 -"46606",5622,30564 -"46607",5622,34608 -"46608",5622,36197 -"46609",5622,39079 -"46610",5622,39294 -"46611",5622,41178 -"46612",5622,42863 -"46613",5622,43213 -"46614",5622,45684 -"46615",5622,46019 -"46616",5622,55703 -"46617",5622,55706 -"46618",5622,55803 -"46619",5622,57414 -"46620",5622,65972 -"46621",5622,76048 -"46622",5622,76284 -"46623",5622,78929 -"46624",5622,84157 -"46625",5622,94480 -"46626",5622,120110 -"46627",5623,24844 -"46628",5624,8404 -"46629",5624,10625 -"46630",5624,19120 -"46631",5624,61168 -"46632",5624,76160 -"46633",5624,76169 -"46634",5626,38630 -"46635",5626,68094 -"46636",5626,74634 -"46637",5626,85806 -"46638",5626,105872 -"46639",5626,107636 -"46640",5626,123316 -"46641",5627,11154 -"46642",5627,12087 -"46643",5627,19294 -"46644",5627,23498 -"46645",5627,24611 -"46646",5627,25258 -"46647",5627,32233 -"46648",5627,38044 -"46649",5627,52897 -"46650",5627,86283 -"46651",5627,86294 -"46652",5627,97877 -"46653",5629,5652 -"46654",5629,28307 -"46655",5630,25776 -"46656",5630,117744 -"46657",5631,7995 -"46658",5631,13260 -"46659",5631,14182 -"46660",5631,18630 -"46661",5631,26133 -"46662",5631,26158 -"46663",5631,28181 -"46664",5631,30446 -"46665",5631,37381 -"46666",5631,45025 -"46667",5631,60654 -"46668",5631,61199 -"46669",5631,61208 -"46670",5632,27415 -"46671",5632,62401 -"46672",5632,90169 -"46673",5632,112387 -"46674",5632,116183 -"46675",5633,26650 -"46676",5633,26651 -"46677",5634,9272 -"46678",5634,12877 -"46679",5634,12934 -"46680",5634,14739 -"46681",5634,17573 -"46682",5634,20009 -"46683",5634,20247 -"46684",5634,21094 -"46685",5634,21257 -"46686",5634,28432 -"46687",5634,31825 -"46688",5634,32523 -"46689",5634,34033 -"46690",5634,39906 -"46691",5634,52215 -"46692",5634,52951 -"46693",5634,57204 -"46694",5634,74699 -"46695",5634,77077 -"46696",5634,77316 -"46697",5634,78890 -"46698",5634,80053 -"46699",5634,86023 -"46700",5634,90401 -"46701",5634,92468 -"46702",5634,101116 -"46703",5634,122649 -"46704",5634,122650 -"46705",5634,123050 -"46706",5634,123092 -"46707",5634,123111 -"46708",5635,7392 -"46709",5635,11793 -"46710",5635,31580 -"46711",5635,37489 -"46712",5635,41714 -"46713",5635,41999 -"46714",5635,44025 -"46715",5635,63234 -"46716",5635,98657 -"46717",5635,112167 -"46718",5636,30602 -"46719",5637,20679 -"46720",5637,29778 -"46721",5637,50741 -"46722",5637,60836 -"46723",5637,74332 -"46724",5637,79119 -"46725",5637,109995 -"46726",5638,77375 -"46727",5638,81811 -"46728",5638,95154 -"46729",5639,61202 -"46730",5639,79186 -"46731",5639,79386 -"46732",5639,115923 -"46733",5640,109045 -"46734",5641,15251 -"46735",5641,25335 -"46736",5641,25397 -"46737",5641,25851 -"46738",5641,42616 -"46739",5641,53880 -"46740",5641,54066 -"46741",5643,5715 -"46742",5643,6254 -"46743",5643,6262 -"46744",5643,83360 -"46745",5643,85896 -"46746",5644,5647 -"46747",5644,21810 -"46748",5644,23381 -"46749",5644,34488 -"46750",5644,79733 -"46751",5644,89374 -"46752",5645,55596 -"46753",5646,9838 -"46754",5646,32777 -"46755",5646,40660 -"46756",5646,82616 -"46757",5647,11157 -"46758",5647,26725 -"46759",5647,59248 -"46760",5647,70148 -"46761",5648,54674 -"46762",5649,5687 -"46763",5649,5695 -"46764",5649,7263 -"46765",5649,18886 -"46766",5649,19175 -"46767",5649,77975 -"46768",5650,15853 -"46769",5650,26954 -"46770",5650,65182 -"46771",5653,16770 -"46772",5653,45162 -"46773",5653,45199 -"46774",5654,26183 -"46775",5654,75450 -"46776",5654,75462 -"46777",5655,10116 -"46778",5655,30431 -"46779",5655,31443 -"46780",5655,32656 -"46781",5655,40490 -"46782",5655,43443 -"46783",5655,50763 -"46784",5655,59280 -"46785",5656,36321 -"46786",5656,51423 -"46787",5656,109998 -"46788",5657,6672 -"46789",5657,12562 -"46790",5657,17230 -"46791",5657,18496 -"46792",5657,30898 -"46793",5657,31651 -"46794",5657,53395 -"46795",5657,65571 -"46796",5657,74797 -"46797",5658,5659 -"46798",5658,6936 -"46799",5658,6959 -"46800",5658,15577 -"46801",5658,19479 -"46802",5658,37547 -"46803",5658,44502 -"46804",5658,64282 -"46805",5658,98374 -"46806",5659,6436 -"46807",5659,8470 -"46808",5659,11670 -"46809",5659,39625 -"46810",5659,45832 -"46811",5659,57389 -"46812",5659,81880 -"46813",5659,85934 -"46814",5659,113029 -"46815",5659,123306 -"46816",5660,52709 -"46817",5660,62144 -"46818",5660,74911 -"46819",5661,5684 -"46820",5661,44033 -"46821",5662,9979 -"46822",5662,12725 -"46823",5662,12886 -"46824",5662,16092 -"46825",5662,18393 -"46826",5662,21357 -"46827",5662,22455 -"46828",5662,34820 -"46829",5662,36259 -"46830",5662,36578 -"46831",5662,47503 -"46832",5662,49359 -"46833",5662,63478 -"46834",5662,76552 -"46835",5662,76560 -"46836",5662,79185 -"46837",5662,79246 -"46838",5663,5690 -"46839",5663,5693 -"46840",5663,5694 -"46841",5663,12297 -"46842",5663,45095 -"46843",5663,100015 -"46844",5664,8524 -"46845",5664,8868 -"46846",5664,12519 -"46847",5664,20366 -"46848",5664,20918 -"46849",5664,38259 -"46850",5664,46050 -"46851",5664,49770 -"46852",5664,52801 -"46853",5664,87817 -"46854",5664,102398 -"46855",5664,113747 -"46856",5665,6412 -"46857",5665,9031 -"46858",5665,45113 -"46859",5665,109209 -"46860",5666,29465 -"46861",5666,33201 -"46862",5666,49270 -"46863",5666,65362 -"46864",5667,14095 -"46865",5667,25331 -"46866",5667,57142 -"46867",5668,5673 -"46868",5668,73045 -"46869",5668,89996 -"46870",5668,91154 -"46871",5668,112817 -"46872",5669,5725 -"46873",5669,13642 -"46874",5669,22084 -"46875",5669,28285 -"46876",5669,31458 -"46877",5669,36036 -"46878",5669,36733 -"46879",5669,38034 -"46880",5669,42260 -"46881",5669,52701 -"46882",5669,59952 -"46883",5669,61612 -"46884",5669,61643 -"46885",5669,62840 -"46886",5670,20311 -"46887",5670,21453 -"46888",5670,29608 -"46889",5670,68323 -"46890",5670,68985 -"46891",5670,86250 -"46892",5670,95829 -"46893",5670,96824 -"46894",5671,6362 -"46895",5671,13180 -"46896",5671,18640 -"46897",5672,6170 -"46898",5672,11270 -"46899",5672,17859 -"46900",5672,64850 -"46901",5672,64881 -"46902",5672,64911 -"46903",5672,64924 -"46904",5672,68519 -"46905",5673,9128 -"46906",5673,13818 -"46907",5673,16324 -"46908",5673,21242 -"46909",5673,21895 -"46910",5673,22090 -"46911",5673,22889 -"46912",5673,22970 -"46913",5673,23330 -"46914",5673,26723 -"46915",5673,36613 -"46916",5673,52711 -"46917",5673,57974 -"46918",5673,58208 -"46919",5673,58591 -"46920",5673,68222 -"46921",5673,77968 -"46922",5673,83875 -"46923",5673,85242 -"46924",5673,88546 -"46925",5674,9692 -"46926",5675,47994 -"46927",5676,61813 -"46928",5676,116069 -"46929",5677,10959 -"46930",5677,26500 -"46931",5677,50092 -"46932",5677,50093 -"46933",5677,50142 -"46934",5678,11720 -"46935",5678,15828 -"46936",5678,22189 -"46937",5678,24283 -"46938",5678,28976 -"46939",5678,38688 -"46940",5679,36274 -"46941",5679,52654 -"46942",5679,76372 -"46943",5680,6177 -"46944",5680,7196 -"46945",5680,7985 -"46946",5680,8913 -"46947",5680,8922 -"46948",5680,10338 -"46949",5680,11133 -"46950",5680,13415 -"46951",5680,14943 -"46952",5680,15160 -"46953",5680,15401 -"46954",5680,15887 -"46955",5680,16259 -"46956",5680,16529 -"46957",5680,17828 -"46958",5680,24940 -"46959",5680,26713 -"46960",5680,26724 -"46961",5680,26882 -"46962",5680,28784 -"46963",5680,31478 -"46964",5680,32672 -"46965",5680,32988 -"46966",5680,44463 -"46967",5680,44720 -"46968",5680,45865 -"46969",5680,46132 -"46970",5680,46733 -"46971",5680,47438 -"46972",5680,65155 -"46973",5680,71033 -"46974",5680,73409 -"46975",5680,75568 -"46976",5680,80055 -"46977",5680,80625 -"46978",5680,84730 -"46979",5680,90968 -"46980",5680,90972 -"46981",5680,92334 -"46982",5680,92355 -"46983",5680,104590 -"46984",5680,108463 -"46985",5680,116534 -"46986",5680,116545 -"46987",5681,6147 -"46988",5681,41758 -"46989",5681,43888 -"46990",5681,61500 -"46991",5682,16832 -"46992",5682,21158 -"46993",5682,46409 -"46994",5683,5701 -"46995",5683,5706 -"46996",5683,15763 -"46997",5683,30600 -"46998",5683,31801 -"46999",5683,33173 -"47000",5683,45658 -"47001",5683,75250 -"47002",5683,86024 -"47003",5683,87185 -"47004",5683,101895 -"47005",5683,101907 -"47006",5685,6740 -"47007",5685,7491 -"47008",5685,23023 -"47009",5685,25129 -"47010",5685,30749 -"47011",5685,40996 -"47012",5685,41648 -"47013",5685,48371 -"47014",5685,51349 -"47015",5685,62708 -"47016",5685,64036 -"47017",5686,7713 -"47018",5686,8197 -"47019",5686,15104 -"47020",5686,15195 -"47021",5686,15430 -"47022",5686,16381 -"47023",5686,16949 -"47024",5686,18514 -"47025",5686,22299 -"47026",5686,23938 -"47027",5686,24250 -"47028",5686,26682 -"47029",5686,29741 -"47030",5686,30876 -"47031",5686,32393 -"47032",5686,32939 -"47033",5686,33113 -"47034",5686,38494 -"47035",5686,38932 -"47036",5686,40643 -"47037",5686,42017 -"47038",5686,42107 -"47039",5686,45787 -"47040",5686,47083 -"47041",5686,49231 -"47042",5686,50061 -"47043",5686,52450 -"47044",5686,53783 -"47045",5686,54059 -"47046",5686,55047 -"47047",5686,55370 -"47048",5686,57804 -"47049",5686,59615 -"47050",5686,59940 -"47051",5686,67363 -"47052",5686,71230 -"47053",5686,76278 -"47054",5686,76740 -"47055",5686,76786 -"47056",5686,77272 -"47057",5686,77357 -"47058",5686,77402 -"47059",5686,78248 -"47060",5686,78255 -"47061",5686,78339 -"47062",5686,78445 -"47063",5686,79022 -"47064",5686,79716 -"47065",5686,79989 -"47066",5686,80281 -"47067",5686,81728 -"47068",5686,82196 -"47069",5686,82383 -"47070",5686,82810 -"47071",5686,82854 -"47072",5686,83853 -"47073",5686,83884 -"47074",5686,84379 -"47075",5686,84613 -"47076",5686,85465 -"47077",5686,85610 -"47078",5686,86351 -"47079",5686,86451 -"47080",5686,86882 -"47081",5686,87175 -"47082",5686,87451 -"47083",5686,87521 -"47084",5686,87572 -"47085",5686,87663 -"47086",5686,87721 -"47087",5686,87862 -"47088",5687,5695 -"47089",5687,7230 -"47090",5687,32076 -"47091",5687,32112 -"47092",5687,46952 -"47093",5688,18934 -"47094",5688,64841 -"47095",5688,72269 -"47096",5688,96863 -"47097",5689,16274 -"47098",5689,26450 -"47099",5689,32335 -"47100",5689,46365 -"47101",5689,58739 -"47102",5689,87900 -"47103",5689,89538 -"47104",5690,5693 -"47105",5690,5694 -"47106",5690,12297 -"47107",5690,26121 -"47108",5690,27142 -"47109",5691,54452 -"47110",5691,76851 -"47111",5692,5808 -"47112",5692,6972 -"47113",5692,22443 -"47114",5692,83943 -"47115",5692,84832 -"47116",5692,90690 -"47117",5692,120331 -"47118",5693,5694 -"47119",5693,8837 -"47120",5695,5784 -"47121",5695,6789 -"47122",5695,7263 -"47123",5695,12421 -"47124",5695,32064 -"47125",5695,34238 -"47126",5695,34267 -"47127",5695,34282 -"47128",5695,55867 -"47129",5695,72799 -"47130",5695,77975 -"47131",5696,7165 -"47132",5696,16228 -"47133",5696,24729 -"47134",5696,25206 -"47135",5696,29818 -"47136",5696,31216 -"47137",5696,40747 -"47138",5696,41473 -"47139",5696,41679 -"47140",5696,49776 -"47141",5696,50854 -"47142",5696,52042 -"47143",5696,53062 -"47144",5696,55286 -"47145",5696,58745 -"47146",5696,62591 -"47147",5696,87791 -"47148",5696,119778 -"47149",5697,11229 -"47150",5697,19843 -"47151",5697,24550 -"47152",5697,24600 -"47153",5697,24626 -"47154",5697,46265 -"47155",5697,53814 -"47156",5697,61486 -"47157",5697,73651 -"47158",5697,84252 -"47159",5697,93582 -"47160",5697,114084 -"47161",5698,6968 -"47162",5698,16380 -"47163",5698,36574 -"47164",5698,39518 -"47165",5698,47688 -"47166",5698,88336 -"47167",5698,94644 -"47168",5698,101338 -"47169",5699,62153 -"47170",5699,69524 -"47171",5700,7422 -"47172",5701,5706 -"47173",5701,5959 -"47174",5701,12306 -"47175",5701,15763 -"47176",5701,24191 -"47177",5701,27192 -"47178",5701,36146 -"47179",5701,36994 -"47180",5701,37689 -"47181",5701,39396 -"47182",5701,51063 -"47183",5701,53541 -"47184",5701,54004 -"47185",5701,62083 -"47186",5701,65402 -"47187",5701,71858 -"47188",5701,75689 -"47189",5701,75815 -"47190",5702,5705 -"47191",5703,9768 -"47192",5703,21678 -"47193",5703,25035 -"47194",5703,34396 -"47195",5703,41325 -"47196",5703,56887 -"47197",5703,61219 -"47198",5703,61338 -"47199",5703,69709 -"47200",5703,78849 -"47201",5703,79677 -"47202",5703,94477 -"47203",5703,97452 -"47204",5703,98953 -"47205",5703,100098 -"47206",5704,5989 -"47207",5704,6049 -"47208",5704,12031 -"47209",5704,16244 -"47210",5704,24453 -"47211",5704,26293 -"47212",5704,45308 -"47213",5704,51003 -"47214",5704,57949 -"47215",5704,67472 -"47216",5704,78460 -"47217",5704,84602 -"47218",5704,85116 -"47219",5704,86151 -"47220",5704,97761 -"47221",5704,104065 -"47222",5704,105632 -"47223",5704,105666 -"47224",5704,105667 -"47225",5704,112032 -"47226",5704,116792 -"47227",5704,117689 -"47228",5705,6712 -"47229",5705,7944 -"47230",5705,8856 -"47231",5705,9933 -"47232",5705,12171 -"47233",5705,12341 -"47234",5705,12410 -"47235",5705,15019 -"47236",5705,15532 -"47237",5705,15908 -"47238",5705,17536 -"47239",5705,18270 -"47240",5705,20449 -"47241",5705,21088 -"47242",5705,23847 -"47243",5705,24012 -"47244",5705,24910 -"47245",5705,25758 -"47246",5705,26537 -"47247",5705,26872 -"47248",5705,28767 -"47249",5705,28871 -"47250",5705,30334 -"47251",5705,35496 -"47252",5705,37610 -"47253",5705,37636 -"47254",5705,37844 -"47255",5705,39435 -"47256",5705,40131 -"47257",5705,40166 -"47258",5705,40392 -"47259",5705,40905 -"47260",5705,41030 -"47261",5705,41527 -"47262",5705,41529 -"47263",5705,41778 -"47264",5705,43147 -"47265",5705,43234 -"47266",5705,43858 -"47267",5705,44828 -"47268",5705,45657 -"47269",5705,45933 -"47270",5705,46434 -"47271",5705,46788 -"47272",5705,47123 -"47273",5705,47488 -"47274",5705,48909 -"47275",5705,49859 -"47276",5705,50064 -"47277",5705,50067 -"47278",5705,50554 -"47279",5705,50879 -"47280",5705,51783 -"47281",5705,52018 -"47282",5705,53444 -"47283",5705,53527 -"47284",5705,53555 -"47285",5705,54275 -"47286",5705,56628 -"47287",5705,58004 -"47288",5705,58068 -"47289",5705,58633 -"47290",5705,58724 -"47291",5705,61111 -"47292",5705,61127 -"47293",5705,63257 -"47294",5705,63602 -"47295",5705,68287 -"47296",5706,15763 -"47297",5708,25607 -"47298",5708,33880 -"47299",5708,46576 -"47300",5709,41167 -"47301",5710,12372 -"47302",5710,12976 -"47303",5710,13591 -"47304",5710,13597 -"47305",5710,13663 -"47306",5710,18378 -"47307",5710,35872 -"47308",5710,43281 -"47309",5710,78563 -"47310",5710,78696 -"47311",5712,20307 -"47312",5713,10033 -"47313",5713,10070 -"47314",5713,10889 -"47315",5713,13124 -"47316",5713,14182 -"47317",5713,18345 -"47318",5713,24302 -"47319",5713,52764 -"47320",5713,62438 -"47321",5713,68096 -"47322",5713,86558 -"47323",5713,89270 -"47324",5714,9565 -"47325",5714,14699 -"47326",5714,16052 -"47327",5714,19637 -"47328",5714,44902 -"47329",5714,45956 -"47330",5714,48334 -"47331",5714,53935 -"47332",5714,76337 -"47333",5714,77548 -"47334",5714,78132 -"47335",5714,83492 -"47336",5714,88387 -"47337",5715,6254 -"47338",5715,83360 -"47339",5716,5984 -"47340",5716,5986 -"47341",5716,6108 -"47342",5716,6318 -"47343",5716,6366 -"47344",5716,6417 -"47345",5716,7222 -"47346",5716,7233 -"47347",5716,7272 -"47348",5716,8912 -"47349",5716,9978 -"47350",5716,10390 -"47351",5716,11218 -"47352",5716,11734 -"47353",5716,12042 -"47354",5716,14855 -"47355",5716,16352 -"47356",5716,17400 -"47357",5716,21447 -"47358",5716,21848 -"47359",5716,22381 -"47360",5716,23606 -"47361",5716,25264 -"47362",5716,26066 -"47363",5716,28002 -"47364",5716,29561 -"47365",5716,34735 -"47366",5716,34930 -"47367",5716,43344 -"47368",5716,51299 -"47369",5716,53134 -"47370",5716,54929 -"47371",5716,56236 -"47372",5716,67817 -"47373",5716,70806 -"47374",5716,70934 -"47375",5716,72204 -"47376",5716,76904 -"47377",5716,76991 -"47378",5716,77745 -"47379",5716,80219 -"47380",5716,83813 -"47381",5716,91443 -"47382",5717,87407 -"47383",5717,99830 -"47384",5718,12662 -"47385",5719,44032 -"47386",5719,64459 -"47387",5719,85253 -"47388",5720,82255 -"47389",5721,5799 -"47390",5721,7637 -"47391",5721,8824 -"47392",5721,8876 -"47393",5721,15410 -"47394",5721,20646 -"47395",5722,5797 -"47396",5722,12632 -"47397",5722,23099 -"47398",5722,31987 -"47399",5722,33312 -"47400",5722,36274 -"47401",5722,42859 -"47402",5722,43842 -"47403",5722,64803 -"47404",5722,70891 -"47405",5722,71289 -"47406",5722,72084 -"47407",5722,75723 -"47408",5722,76309 -"47409",5722,80808 -"47410",5722,94512 -"47411",5722,102394 -"47412",5722,114233 -"47413",5722,118248 -"47414",5723,30584 -"47415",5723,55875 -"47416",5723,90709 -"47417",5723,94765 -"47418",5723,112915 -"47419",5723,119992 -"47420",5723,121110 -"47421",5724,29045 -"47422",5724,78397 -"47423",5724,84411 -"47424",5725,8533 -"47425",5725,10887 -"47426",5725,12845 -"47427",5725,13642 -"47428",5725,18030 -"47429",5725,22084 -"47430",5725,28285 -"47431",5725,31458 -"47432",5725,33574 -"47433",5725,36036 -"47434",5725,36733 -"47435",5725,39049 -"47436",5725,39050 -"47437",5725,39051 -"47438",5725,39087 -"47439",5725,39115 -"47440",5725,39132 -"47441",5725,39136 -"47442",5725,41922 -"47443",5725,42260 -"47444",5725,47947 -"47445",5725,51435 -"47446",5725,52701 -"47447",5725,58035 -"47448",5725,59952 -"47449",5725,60025 -"47450",5725,61612 -"47451",5725,61643 -"47452",5725,62840 -"47453",5726,104502 -"47454",5728,9830 -"47455",5728,12471 -"47456",5728,13198 -"47457",5728,13405 -"47458",5728,19106 -"47459",5728,21374 -"47460",5728,21532 -"47461",5728,26776 -"47462",5728,27221 -"47463",5728,30413 -"47464",5728,37702 -"47465",5728,37855 -"47466",5728,48836 -"47467",5728,52759 -"47468",5728,59001 -"47469",5728,77576 -"47470",5729,8174 -"47471",5729,11109 -"47472",5729,11832 -"47473",5729,14340 -"47474",5729,14356 -"47475",5729,14485 -"47476",5729,18070 -"47477",5729,24052 -"47478",5729,24165 -"47479",5729,65122 -"47480",5729,67251 -"47481",5730,11163 -"47482",5730,51386 -"47483",5730,61635 -"47484",5730,61641 -"47485",5730,76959 -"47486",5730,76965 -"47487",5731,8523 -"47488",5731,23985 -"47489",5731,26392 -"47490",5731,36521 -"47491",5731,48349 -"47492",5731,49528 -"47493",5732,40533 -"47494",5732,53496 -"47495",5733,39917 -"47496",5733,54027 -"47497",5734,6937 -"47498",5734,12451 -"47499",5734,12814 -"47500",5734,37522 -"47501",5734,50903 -"47502",5734,78940 -"47503",5735,18666 -"47504",5735,34260 -"47505",5735,49473 -"47506",5735,50547 -"47507",5735,51900 -"47508",5735,65051 -"47509",5735,65323 -"47510",5735,69039 -"47511",5735,75997 -"47512",5735,92249 -"47513",5736,114977 -"47514",5737,32120 -"47515",5737,39273 -"47516",5737,44345 -"47517",5738,83558 -"47518",5738,113977 -"47519",5738,114295 -"47520",5739,14855 -"47521",5739,32694 -"47522",5739,45396 -"47523",5739,55234 -"47524",5739,55269 -"47525",5739,56604 -"47526",5740,5787 -"47527",5740,10371 -"47528",5740,10577 -"47529",5740,44092 -"47530",5741,5758 -"47531",5741,8675 -"47532",5741,16383 -"47533",5741,18931 -"47534",5741,52976 -"47535",5742,26841 -"47536",5742,27145 -"47537",5742,84365 -"47538",5743,7232 -"47539",5743,11670 -"47540",5743,22033 -"47541",5743,70613 -"47542",5744,6896 -"47543",5744,10493 -"47544",5744,90459 -"47545",5744,90476 -"47546",5745,6358 -"47547",5745,8781 -"47548",5745,29285 -"47549",5745,33706 -"47550",5745,34809 -"47551",5745,44795 -"47552",5745,49217 -"47553",5745,49230 -"47554",5745,57912 -"47555",5745,65111 -"47556",5745,69312 -"47557",5745,75346 -"47558",5746,5801 -"47559",5746,6046 -"47560",5747,6260 -"47561",5747,6750 -"47562",5747,6751 -"47563",5747,6806 -"47564",5747,10032 -"47565",5747,10789 -"47566",5747,11006 -"47567",5747,19248 -"47568",5747,19719 -"47569",5747,27694 -"47570",5747,29783 -"47571",5747,44960 -"47572",5747,49194 -"47573",5747,49302 -"47574",5747,61982 -"47575",5747,62331 -"47576",5747,65405 -"47577",5747,65947 -"47578",5748,13891 -"47579",5749,46609 -"47580",5749,77515 -"47581",5750,5751 -"47582",5750,5784 -"47583",5750,5899 -"47584",5750,6038 -"47585",5750,6051 -"47586",5750,7627 -"47587",5750,11460 -"47588",5750,12406 -"47589",5750,20656 -"47590",5750,22601 -"47591",5750,23976 -"47592",5750,26986 -"47593",5750,37394 -"47594",5750,43109 -"47595",5750,53618 -"47596",5750,53814 -"47597",5750,59010 -"47598",5750,61262 -"47599",5750,69948 -"47600",5750,80783 -"47601",5750,86742 -"47602",5751,5784 -"47603",5751,5899 -"47604",5751,16971 -"47605",5751,17754 -"47606",5751,67843 -"47607",5751,92410 -"47608",5752,12844 -"47609",5752,25136 -"47610",5754,25315 -"47611",5754,30730 -"47612",5754,30789 -"47613",5754,56605 -"47614",5755,7640 -"47615",5755,8513 -"47616",5755,10116 -"47617",5755,17300 -"47618",5755,27393 -"47619",5755,68027 -"47620",5755,73669 -"47621",5756,59987 -"47622",5756,64382 -"47623",5756,81188 -"47624",5757,6089 -"47625",5757,76725 -"47626",5759,26328 -"47627",5759,84500 -"47628",5759,108490 -"47629",5760,18779 -"47630",5761,45830 -"47631",5761,68372 -"47632",5761,73550 -"47633",5761,73590 -"47634",5762,5763 -"47635",5763,27861 -"47636",5763,69956 -"47637",5763,112400 -"47638",5763,114823 -"47639",5764,7331 -"47640",5764,18390 -"47641",5764,26896 -"47642",5764,29857 -"47643",5764,33854 -"47644",5764,33855 -"47645",5764,33949 -"47646",5764,85785 -"47647",5764,108253 -"47648",5764,109533 -"47649",5765,37617 -"47650",5765,89035 -"47651",5765,110973 -"47652",5766,9174 -"47653",5766,42947 -"47654",5766,43359 -"47655",5766,60299 -"47656",5766,87670 -"47657",5767,5768 -"47658",5767,32045 -"47659",5767,33337 -"47660",5767,38484 -"47661",5767,50769 -"47662",5767,50770 -"47663",5767,91183 -"47664",5768,13720 -"47665",5769,13532 -"47666",5769,13622 -"47667",5769,17091 -"47668",5769,27509 -"47669",5769,29698 -"47670",5769,34893 -"47671",5769,41663 -"47672",5769,43494 -"47673",5769,52960 -"47674",5769,61469 -"47675",5769,81149 -"47676",5769,84204 -"47677",5769,95497 -"47678",5769,97241 -"47679",5769,119672 -"47680",5770,5782 -"47681",5771,8301 -"47682",5771,14972 -"47683",5771,16162 -"47684",5771,24012 -"47685",5771,28105 -"47686",5771,32731 -"47687",5771,35518 -"47688",5771,41642 -"47689",5771,48548 -"47690",5771,51020 -"47691",5771,53353 -"47692",5771,59760 -"47693",5771,87126 -"47694",5772,23455 -"47695",5772,42810 -"47696",5772,57033 -"47697",5772,75571 -"47698",5772,91151 -"47699",5772,99994 -"47700",5772,105619 -"47701",5772,105659 -"47702",5773,49841 -"47703",5773,70253 -"47704",5774,6669 -"47705",5774,8322 -"47706",5774,11867 -"47707",5774,12539 -"47708",5774,14185 -"47709",5774,16223 -"47710",5774,19283 -"47711",5774,30881 -"47712",5774,42800 -"47713",5774,46977 -"47714",5774,52343 -"47715",5774,57667 -"47716",5774,61569 -"47717",5774,63548 -"47718",5774,64826 -"47719",5774,67795 -"47720",5774,76525 -"47721",5774,76716 -"47722",5774,79964 -"47723",5774,85723 -"47724",5774,86424 -"47725",5774,89655 -"47726",5774,89853 -"47727",5774,97815 -"47728",5774,100144 -"47729",5774,100207 -"47730",5774,103257 -"47731",5774,103398 -"47732",5774,109957 -"47733",5774,116235 -"47734",5774,119018 -"47735",5774,120022 -"47736",5775,13598 -"47737",5775,40353 -"47738",5775,40785 -"47739",5775,99526 -"47740",5775,117750 -"47741",5776,26553 -"47742",5776,72273 -"47743",5776,76294 -"47744",5776,82069 -"47745",5776,87856 -"47746",5776,89918 -"47747",5776,100464 -"47748",5776,110299 -"47749",5777,32476 -"47750",5777,49469 -"47751",5777,81845 -"47752",5777,82753 -"47753",5777,84615 -"47754",5777,93092 -"47755",5777,93135 -"47756",5777,118684 -"47757",5778,53670 -"47758",5778,104895 -"47759",5778,105312 -"47760",5779,72772 -"47761",5779,83546 -"47762",5779,110534 -"47763",5780,5781 -"47764",5781,12112 -"47765",5781,44288 -"47766",5781,90839 -"47767",5782,7786 -"47768",5782,11104 -"47769",5782,12416 -"47770",5782,24504 -"47771",5782,24983 -"47772",5782,38941 -"47773",5782,57452 -"47774",5783,5963 -"47775",5783,9600 -"47776",5783,13314 -"47777",5783,17824 -"47778",5783,26993 -"47779",5783,31638 -"47780",5783,34119 -"47781",5783,38578 -"47782",5783,38789 -"47783",5783,41888 -"47784",5783,44080 -"47785",5783,46602 -"47786",5783,47410 -"47787",5783,52145 -"47788",5783,58394 -"47789",5783,65911 -"47790",5783,70272 -"47791",5783,75146 -"47792",5783,79039 -"47793",5783,85750 -"47794",5783,91037 -"47795",5783,91115 -"47796",5783,92948 -"47797",5783,93878 -"47798",5783,96027 -"47799",5783,96068 -"47800",5783,99311 -"47801",5783,101270 -"47802",5783,101354 -"47803",5783,105077 -"47804",5783,109336 -"47805",5783,112701 -"47806",5783,112702 -"47807",5783,112751 -"47808",5783,116576 -"47809",5783,119514 -"47810",5783,120122 -"47811",5783,120133 -"47812",5784,5899 -"47813",5784,11064 -"47814",5784,12421 -"47815",5784,15756 -"47816",5784,32064 -"47817",5784,34238 -"47818",5784,34267 -"47819",5784,34282 -"47820",5784,58429 -"47821",5784,59539 -"47822",5784,60135 -"47823",5784,72799 -"47824",5785,22226 -"47825",5785,30157 -"47826",5785,44921 -"47827",5785,50487 -"47828",5785,51228 -"47829",5785,84475 -"47830",5785,99702 -"47831",5785,100780 -"47832",5785,107134 -"47833",5785,111325 -"47834",5785,112014 -"47835",5785,112932 -"47836",5786,6750 -"47837",5786,14839 -"47838",5786,24427 -"47839",5786,45691 -"47840",5786,48953 -"47841",5786,101314 -"47842",5786,101315 -"47843",5786,113698 -"47844",5787,12037 -"47845",5788,20319 -"47846",5788,26271 -"47847",5788,26322 -"47848",5788,50027 -"47849",5788,72587 -"47850",5788,87477 -"47851",5788,93854 -"47852",5788,102807 -"47853",5789,10824 -"47854",5789,10907 -"47855",5789,22876 -"47856",5789,27363 -"47857",5789,73415 -"47858",5789,80493 -"47859",5790,42513 -"47860",5790,42546 -"47861",5790,51775 -"47862",5790,91636 -"47863",5791,5795 -"47864",5791,62321 -"47865",5792,7815 -"47866",5792,16054 -"47867",5792,37652 -"47868",5792,46486 -"47869",5792,57995 -"47870",5792,81135 -"47871",5792,89185 -"47872",5792,90709 -"47873",5792,99332 -"47874",5793,21903 -"47875",5793,46912 -"47876",5793,72995 -"47877",5793,76180 -"47878",5794,19703 -"47879",5794,38415 -"47880",5794,40159 -"47881",5794,65507 -"47882",5794,68817 -"47883",5794,111218 -"47884",5795,16750 -"47885",5795,27391 -"47886",5796,25583 -"47887",5796,30296 -"47888",5796,32559 -"47889",5796,33352 -"47890",5796,36065 -"47891",5796,103109 -"47892",5798,6151 -"47893",5798,35803 -"47894",5798,111793 -"47895",5799,7239 -"47896",5799,26988 -"47897",5799,72799 -"47898",5799,77836 -"47899",5800,6216 -"47900",5800,27726 -"47901",5800,46850 -"47902",5800,63424 -"47903",5800,75599 -"47904",5800,76158 -"47905",5800,90475 -"47906",5800,90607 -"47907",5800,95777 -"47908",5800,112471 -"47909",5801,6046 -"47910",5801,7034 -"47911",5801,7654 -"47912",5801,17729 -"47913",5801,20319 -"47914",5801,20337 -"47915",5801,22792 -"47916",5801,25816 -"47917",5801,28468 -"47918",5801,35617 -"47919",5801,46577 -"47920",5801,46923 -"47921",5801,57129 -"47922",5801,82077 -"47923",5802,5839 -"47924",5802,5867 -"47925",5802,11499 -"47926",5802,13753 -"47927",5802,18039 -"47928",5802,19718 -"47929",5802,21597 -"47930",5802,25816 -"47931",5802,26342 -"47932",5802,40250 -"47933",5802,40931 -"47934",5802,50690 -"47935",5802,55374 -"47936",5802,59379 -"47937",5802,66417 -"47938",5803,6585 -"47939",5803,12797 -"47940",5803,15402 -"47941",5803,19128 -"47942",5803,23492 -"47943",5803,30325 -"47944",5803,39294 -"47945",5803,40215 -"47946",5803,56644 -"47947",5803,57836 -"47948",5803,59315 -"47949",5803,59693 -"47950",5803,68403 -"47951",5803,84157 -"47952",5803,87837 -"47953",5804,65879 -"47954",5804,76338 -"47955",5804,93843 -"47956",5804,95799 -"47957",5804,95844 -"47958",5805,6317 -"47959",5805,36760 -"47960",5806,6053 -"47961",5806,6063 -"47962",5806,6254 -"47963",5806,6560 -"47964",5806,7581 -"47965",5806,8307 -"47966",5806,8534 -"47967",5806,9366 -"47968",5806,11766 -"47969",5806,12735 -"47970",5806,12779 -"47971",5806,13360 -"47972",5806,13942 -"47973",5806,15027 -"47974",5806,15185 -"47975",5806,15216 -"47976",5806,15964 -"47977",5806,16252 -"47978",5806,16872 -"47979",5806,17145 -"47980",5806,17508 -"47981",5806,18060 -"47982",5806,18217 -"47983",5806,22462 -"47984",5806,22823 -"47985",5806,23147 -"47986",5806,23421 -"47987",5806,23632 -"47988",5806,23953 -"47989",5806,24495 -"47990",5806,24710 -"47991",5806,25143 -"47992",5806,25303 -"47993",5806,25664 -"47994",5806,26407 -"47995",5806,27174 -"47996",5806,27196 -"47997",5806,27710 -"47998",5806,28703 -"47999",5806,29253 -"48000",5806,29341 -"48001",5806,29560 -"48002",5806,29573 -"48003",5806,29868 -"48004",5806,32438 -"48005",5806,32967 -"48006",5806,33223 -"48007",5806,33881 -"48008",5806,34097 -"48009",5806,34330 -"48010",5806,34513 -"48011",5806,35400 -"48012",5806,36476 -"48013",5806,36547 -"48014",5806,36745 -"48015",5806,37821 -"48016",5806,37931 -"48017",5806,38319 -"48018",5806,39398 -"48019",5806,39492 -"48020",5806,40320 -"48021",5806,40373 -"48022",5806,40542 -"48023",5806,41182 -"48024",5806,42131 -"48025",5806,46843 -"48026",5806,48331 -"48027",5807,20524 -"48028",5808,100707 -"48029",5809,37997 -"48030",5809,61278 -"48031",5809,80623 -"48032",5809,80642 -"48033",5809,100735 -"48034",5810,5849 -"48035",5810,17448 -"48036",5810,25596 -"48037",5810,26608 -"48038",5810,29951 -"48039",5810,31219 -"48040",5810,31968 -"48041",5810,32300 -"48042",5810,53789 -"48043",5810,63132 -"48044",5810,71932 -"48045",5810,77414 -"48046",5810,86053 -"48047",5810,103290 -"48048",5811,9429 -"48049",5811,9499 -"48050",5811,17113 -"48051",5811,21012 -"48052",5811,34469 -"48053",5811,55479 -"48054",5812,5864 -"48055",5812,8301 -"48056",5812,11460 -"48057",5812,12480 -"48058",5812,22866 -"48059",5812,29141 -"48060",5812,29811 -"48061",5812,33319 -"48062",5812,35518 -"48063",5812,38789 -"48064",5812,41642 -"48065",5812,48295 -"48066",5812,53353 -"48067",5812,68432 -"48068",5812,78986 -"48069",5812,80867 -"48070",5812,90947 -"48071",5812,99629 -"48072",5812,111004 -"48073",5812,111055 -"48074",5813,7090 -"48075",5813,21035 -"48076",5813,29366 -"48077",5813,31978 -"48078",5813,32724 -"48079",5813,37248 -"48080",5813,40015 -"48081",5813,75248 -"48082",5814,10690 -"48083",5814,33751 -"48084",5814,43869 -"48085",5814,44006 -"48086",5815,22938 -"48087",5816,12829 -"48088",5816,13378 -"48089",5816,13425 -"48090",5816,16781 -"48091",5816,40682 -"48092",5816,41510 -"48093",5816,60583 -"48094",5816,78275 -"48095",5816,78333 -"48096",5816,78343 -"48097",5816,80080 -"48098",5816,81715 -"48099",5816,81720 -"48100",5816,83788 -"48101",5816,84152 -"48102",5817,25213 -"48103",5819,18535 -"48104",5819,31733 -"48105",5819,76472 -"48106",5819,104342 -"48107",5819,106123 -"48108",5820,5835 -"48109",5820,5840 -"48110",5820,5865 -"48111",5820,7406 -"48112",5820,8066 -"48113",5820,22808 -"48114",5820,36217 -"48115",5820,46617 -"48116",5820,49711 -"48117",5820,49952 -"48118",5820,50114 -"48119",5820,63475 -"48120",5820,64253 -"48121",5821,69633 -"48122",5822,9858 -"48123",5822,11556 -"48124",5822,13169 -"48125",5822,14848 -"48126",5822,47495 -"48127",5822,99597 -"48128",5822,99675 -"48129",5822,99676 -"48130",5822,101635 -"48131",5823,42969 -"48132",5823,109743 -"48133",5824,53330 -"48134",5824,81846 -"48135",5825,5826 -"48136",5825,14221 -"48137",5825,77123 -"48138",5825,87545 -"48139",5825,89007 -"48140",5825,104612 -"48141",5825,107317 -"48142",5826,28780 -"48143",5826,65728 -"48144",5826,92138 -"48145",5827,5843 -"48146",5827,5850 -"48147",5827,6255 -"48148",5827,9633 -"48149",5827,16269 -"48150",5827,19880 -"48151",5827,19947 -"48152",5827,19948 -"48153",5827,20495 -"48154",5827,48080 -"48155",5828,11702 -"48156",5828,23954 -"48157",5828,40003 -"48158",5828,51390 -"48159",5829,38564 -"48160",5829,119029 -"48161",5830,5863 -"48162",5830,6336 -"48163",5830,6343 -"48164",5831,29698 -"48165",5831,57082 -"48166",5831,61115 -"48167",5832,6152 -"48168",5832,76054 -"48169",5832,76153 -"48170",5832,82425 -"48171",5833,7321 -"48172",5833,7748 -"48173",5833,8783 -"48174",5833,8971 -"48175",5833,14665 -"48176",5833,15012 -"48177",5833,24040 -"48178",5833,27280 -"48179",5833,38461 -"48180",5833,39428 -"48181",5833,42199 -"48182",5833,43445 -"48183",5833,45435 -"48184",5833,45507 -"48185",5833,59279 -"48186",5833,61791 -"48187",5833,66019 -"48188",5833,67200 -"48189",5833,72062 -"48190",5833,82324 -"48191",5833,85366 -"48192",5833,88067 -"48193",5833,104523 -"48194",5833,110015 -"48195",5833,110124 -"48196",5833,112220 -"48197",5833,116894 -"48198",5834,76026 -"48199",5834,109665 -"48200",5835,5840 -"48201",5835,5865 -"48202",5836,7915 -"48203",5836,25176 -"48204",5836,57590 -"48205",5836,65657 -"48206",5836,74169 -"48207",5836,94035 -"48208",5836,95722 -"48209",5836,97505 -"48210",5837,101477 -"48211",5837,110149 -"48212",5838,39285 -"48213",5838,39396 -"48214",5838,67426 -"48215",5839,5867 -"48216",5839,7315 -"48217",5839,11351 -"48218",5839,17532 -"48219",5839,18343 -"48220",5839,18915 -"48221",5839,19718 -"48222",5839,33652 -"48223",5839,34169 -"48224",5839,40928 -"48225",5839,49120 -"48226",5839,59442 -"48227",5839,87500 -"48228",5840,5865 -"48229",5840,7185 -"48230",5840,7406 -"48231",5840,7429 -"48232",5840,7439 -"48233",5840,18854 -"48234",5840,23201 -"48235",5840,23252 -"48236",5840,23527 -"48237",5840,34692 -"48238",5840,36217 -"48239",5840,48070 -"48240",5840,49711 -"48241",5840,49952 -"48242",5840,50114 -"48243",5840,51300 -"48244",5840,56499 -"48245",5840,68217 -"48246",5841,47743 -"48247",5842,8248 -"48248",5842,18970 -"48249",5842,22424 -"48250",5842,41428 -"48251",5842,43552 -"48252",5842,61633 -"48253",5842,64153 -"48254",5842,116000 -"48255",5842,116037 -"48256",5843,5850 -"48257",5843,6255 -"48258",5843,26634 -"48259",5843,45940 -"48260",5844,15820 -"48261",5844,15899 -"48262",5844,19528 -"48263",5844,24249 -"48264",5844,27119 -"48265",5844,33259 -"48266",5844,51119 -"48267",5844,82525 -"48268",5844,92776 -"48269",5845,7723 -"48270",5845,11036 -"48271",5845,11184 -"48272",5845,21559 -"48273",5845,24828 -"48274",5845,27483 -"48275",5845,27959 -"48276",5845,28341 -"48277",5845,30625 -"48278",5845,31046 -"48279",5845,46072 -"48280",5845,49193 -"48281",5845,52186 -"48282",5845,54054 -"48283",5845,58301 -"48284",5845,75422 -"48285",5846,31700 -"48286",5846,32258 -"48287",5846,82825 -"48288",5846,83726 -"48289",5846,99149 -"48290",5846,99201 -"48291",5846,104762 -"48292",5847,6093 -"48293",5847,16102 -"48294",5847,37836 -"48295",5847,72235 -"48296",5847,89319 -"48297",5848,14676 -"48298",5848,19817 -"48299",5848,24188 -"48300",5848,33329 -"48301",5848,34067 -"48302",5848,45293 -"48303",5848,47444 -"48304",5848,105886 -"48305",5849,17596 -"48306",5849,84711 -"48307",5849,100303 -"48308",5850,6255 -"48309",5851,5890 -"48310",5851,5962 -"48311",5851,7565 -"48312",5851,8592 -"48313",5851,10336 -"48314",5851,11190 -"48315",5851,14140 -"48316",5851,16286 -"48317",5851,30390 -"48318",5851,41591 -"48319",5851,79374 -"48320",5852,6207 -"48321",5852,14192 -"48322",5852,14565 -"48323",5852,14722 -"48324",5852,17805 -"48325",5852,17936 -"48326",5852,17970 -"48327",5853,95890 -"48328",5854,27683 -"48329",5855,16683 -"48330",5855,24833 -"48331",5855,39871 -"48332",5855,59163 -"48333",5855,92827 -"48334",5856,9018 -"48335",5856,38991 -"48336",5856,110228 -"48337",5857,27262 -"48338",5857,44403 -"48339",5857,92718 -"48340",5858,6399 -"48341",5858,68498 -"48342",5858,121129 -"48343",5861,45690 -"48344",5861,88986 -"48345",5861,90048 -"48346",5862,6171 -"48347",5862,44620 -"48348",5862,54214 -"48349",5863,6336 -"48350",5863,6343 -"48351",5863,7330 -"48352",5863,7485 -"48353",5863,8274 -"48354",5863,8327 -"48355",5863,8330 -"48356",5863,8352 -"48357",5863,8357 -"48358",5863,8359 -"48359",5863,8434 -"48360",5863,22659 -"48361",5863,24653 -"48362",5863,27402 -"48363",5863,31117 -"48364",5863,33464 -"48365",5863,40012 -"48366",5863,41471 -"48367",5863,49615 -"48368",5863,53401 -"48369",5863,65153 -"48370",5864,8301 -"48371",5864,12480 -"48372",5864,16260 -"48373",5864,22081 -"48374",5864,34602 -"48375",5864,38059 -"48376",5864,38789 -"48377",5864,42219 -"48378",5864,48295 -"48379",5864,53353 -"48380",5864,54813 -"48381",5864,68432 -"48382",5864,76271 -"48383",5864,76272 -"48384",5864,76273 -"48385",5864,80867 -"48386",5864,99629 -"48387",5864,111004 -"48388",5864,111055 -"48389",5865,6574 -"48390",5865,7028 -"48391",5865,7056 -"48392",5865,7406 -"48393",5865,7410 -"48394",5865,7429 -"48395",5865,7439 -"48396",5865,9944 -"48397",5865,47591 -"48398",5866,78517 -"48399",5866,116886 -"48400",5867,15365 -"48401",5867,18250 -"48402",5867,33405 -"48403",5867,37095 -"48404",5867,44084 -"48405",5867,48586 -"48406",5867,53503 -"48407",5867,57682 -"48408",5868,6326 -"48409",5868,14257 -"48410",5869,43128 -"48411",5869,55943 -"48412",5869,73743 -"48413",5869,74685 -"48414",5869,80672 -"48415",5869,80880 -"48416",5869,80881 -"48417",5870,17804 -"48418",5871,5929 -"48419",5871,31889 -"48420",5871,90352 -"48421",5871,91268 -"48422",5872,14216 -"48423",5872,34502 -"48424",5872,43339 -"48425",5872,43407 -"48426",5873,12281 -"48427",5873,16546 -"48428",5874,6961 -"48429",5874,7655 -"48430",5874,10431 -"48431",5874,10585 -"48432",5874,15331 -"48433",5874,15597 -"48434",5874,24635 -"48435",5874,31403 -"48436",5874,38452 -"48437",5874,42282 -"48438",5874,43252 -"48439",5874,51273 -"48440",5874,55386 -"48441",5874,56100 -"48442",5874,60430 -"48443",5874,71252 -"48444",5874,75255 -"48445",5874,84459 -"48446",5874,86139 -"48447",5875,41835 -"48448",5875,75685 -"48449",5875,81865 -"48450",5876,8360 -"48451",5877,5910 -"48452",5878,119888 -"48453",5879,18639 -"48454",5879,98893 -"48455",5879,105861 -"48456",5879,106563 -"48457",5880,5888 -"48458",5880,5914 -"48459",5880,5926 -"48460",5881,10091 -"48461",5881,20071 -"48462",5881,20235 -"48463",5881,26326 -"48464",5881,37235 -"48465",5881,39979 -"48466",5881,44061 -"48467",5881,57413 -"48468",5881,57697 -"48469",5881,58390 -"48470",5881,59637 -"48471",5881,62809 -"48472",5881,66763 -"48473",5881,72318 -"48474",5881,103823 -"48475",5882,5961 -"48476",5882,10893 -"48477",5882,12241 -"48478",5882,17998 -"48479",5882,24465 -"48480",5882,25900 -"48481",5882,26100 -"48482",5882,30071 -"48483",5882,44095 -"48484",5882,77930 -"48485",5883,60447 -"48486",5884,12724 -"48487",5884,16165 -"48488",5885,16219 -"48489",5886,10203 -"48490",5886,83967 -"48491",5888,5914 -"48492",5888,5926 -"48493",5888,69537 -"48494",5888,116953 -"48495",5889,5934 -"48496",5889,12636 -"48497",5889,17691 -"48498",5889,30618 -"48499",5889,37258 -"48500",5889,46938 -"48501",5889,50877 -"48502",5889,51044 -"48503",5890,5962 -"48504",5890,6119 -"48505",5890,6467 -"48506",5890,8592 -"48507",5890,9116 -"48508",5890,10336 -"48509",5890,11190 -"48510",5890,13678 -"48511",5890,14140 -"48512",5890,14520 -"48513",5890,16286 -"48514",5890,18768 -"48515",5890,19090 -"48516",5890,19460 -"48517",5890,35369 -"48518",5890,37215 -"48519",5890,51121 -"48520",5890,51360 -"48521",5890,51764 -"48522",5890,53828 -"48523",5890,61801 -"48524",5890,70054 -"48525",5890,75404 -"48526",5890,75430 -"48527",5890,76818 -"48528",5890,77565 -"48529",5890,77637 -"48530",5890,78645 -"48531",5890,79420 -"48532",5890,87434 -"48533",5890,92855 -"48534",5890,104828 -"48535",5890,104832 -"48536",5891,7179 -"48537",5891,36900 -"48538",5891,45744 -"48539",5892,19248 -"48540",5892,21415 -"48541",5892,27694 -"48542",5892,56695 -"48543",5893,5906 -"48544",5893,5918 -"48545",5893,6762 -"48546",5893,22477 -"48547",5894,12789 -"48548",5895,12116 -"48549",5895,13572 -"48550",5895,22410 -"48551",5895,22541 -"48552",5895,23498 -"48553",5895,23560 -"48554",5895,41098 -"48555",5895,48501 -"48556",5895,58075 -"48557",5895,67377 -"48558",5895,75124 -"48559",5895,84285 -"48560",5895,88056 -"48561",5896,6293 -"48562",5896,6459 -"48563",5896,6997 -"48564",5896,7798 -"48565",5896,8865 -"48566",5896,13184 -"48567",5896,13808 -"48568",5896,16445 -"48569",5896,21217 -"48570",5896,22855 -"48571",5896,22989 -"48572",5896,23066 -"48573",5896,26739 -"48574",5896,27908 -"48575",5896,29267 -"48576",5896,29526 -"48577",5896,31635 -"48578",5896,32399 -"48579",5896,34172 -"48580",5896,35903 -"48581",5896,40199 -"48582",5896,41691 -"48583",5896,46486 -"48584",5896,51016 -"48585",5896,55861 -"48586",5896,57413 -"48587",5896,72318 -"48588",5896,77031 -"48589",5896,95155 -"48590",5896,96920 -"48591",5896,102561 -"48592",5896,107023 -"48593",5896,108620 -"48594",5896,114882 -"48595",5897,7526 -"48596",5897,10691 -"48597",5897,14194 -"48598",5897,17497 -"48599",5897,23624 -"48600",5897,28904 -"48601",5897,31774 -"48602",5897,50213 -"48603",5897,65402 -"48604",5897,65687 -"48605",5897,75176 -"48606",5897,85277 -"48607",5897,95269 -"48608",5897,96303 -"48609",5897,117675 -"48610",5898,13767 -"48611",5898,37683 -"48612",5899,6211 -"48613",5899,7627 -"48614",5899,15003 -"48615",5899,39982 -"48616",5899,52969 -"48617",5900,6348 -"48618",5901,6010 -"48619",5901,20765 -"48620",5901,24288 -"48621",5901,24303 -"48622",5901,24320 -"48623",5903,10503 -"48624",5903,18318 -"48625",5903,18428 -"48626",5903,26723 -"48627",5903,29128 -"48628",5903,39351 -"48629",5903,45308 -"48630",5903,51740 -"48631",5903,71106 -"48632",5903,78149 -"48633",5903,86151 -"48634",5903,100909 -"48635",5903,123235 -"48636",5904,12650 -"48637",5904,12943 -"48638",5904,13082 -"48639",5904,13421 -"48640",5905,6373 -"48641",5905,6575 -"48642",5905,7523 -"48643",5905,11003 -"48644",5905,16574 -"48645",5905,17337 -"48646",5905,18732 -"48647",5905,22955 -"48648",5905,33701 -"48649",5905,38716 -"48650",5905,66379 -"48651",5905,69956 -"48652",5905,70018 -"48653",5905,83739 -"48654",5906,5918 -"48655",5906,24631 -"48656",5906,25006 -"48657",5906,25421 -"48658",5906,25454 -"48659",5906,26397 -"48660",5906,55750 -"48661",5906,55751 -"48662",5907,6615 -"48663",5907,8217 -"48664",5907,22368 -"48665",5907,22929 -"48666",5907,29557 -"48667",5907,30651 -"48668",5907,43991 -"48669",5907,53358 -"48670",5908,18571 -"48671",5908,25199 -"48672",5908,28410 -"48673",5908,31693 -"48674",5908,33596 -"48675",5908,36129 -"48676",5908,38755 -"48677",5908,39105 -"48678",5908,46951 -"48679",5908,65726 -"48680",5908,68705 -"48681",5908,82801 -"48682",5908,85307 -"48683",5908,88493 -"48684",5908,94398 -"48685",5908,103826 -"48686",5909,11274 -"48687",5909,27590 -"48688",5909,30172 -"48689",5909,41382 -"48690",5909,47366 -"48691",5909,55880 -"48692",5909,59341 -"48693",5909,64460 -"48694",5909,64882 -"48695",5909,84065 -"48696",5909,90845 -"48697",5910,24746 -"48698",5910,26507 -"48699",5910,75302 -"48700",5910,75761 -"48701",5910,75762 -"48702",5910,75763 -"48703",5910,75764 -"48704",5910,75765 -"48705",5911,8094 -"48706",5911,8721 -"48707",5911,9008 -"48708",5911,10239 -"48709",5911,18597 -"48710",5911,18916 -"48711",5911,19524 -"48712",5911,20279 -"48713",5911,20942 -"48714",5911,21008 -"48715",5911,21241 -"48716",5911,25710 -"48717",5911,32706 -"48718",5911,34156 -"48719",5911,51657 -"48720",5911,60209 -"48721",5911,63056 -"48722",5911,70583 -"48723",5911,73960 -"48724",5911,79471 -"48725",5911,94746 -"48726",5911,96199 -"48727",5911,117766 -"48728",5911,117863 -"48729",5912,8029 -"48730",5912,16335 -"48731",5912,17484 -"48732",5912,21755 -"48733",5912,21914 -"48734",5912,29483 -"48735",5912,34618 -"48736",5912,36926 -"48737",5912,61696 -"48738",5913,8809 -"48739",5913,44153 -"48740",5913,63992 -"48741",5913,83785 -"48742",5913,111281 -"48743",5913,122613 -"48744",5914,5926 -"48745",5914,32424 -"48746",5915,20766 -"48747",5915,86444 -"48748",5916,5993 -"48749",5916,6005 -"48750",5916,12362 -"48751",5916,12901 -"48752",5916,20017 -"48753",5916,20095 -"48754",5916,20167 -"48755",5916,24806 -"48756",5916,38432 -"48757",5916,54514 -"48758",5917,24324 -"48759",5917,95573 -"48760",5918,24631 -"48761",5918,25006 -"48762",5918,25421 -"48763",5918,25454 -"48764",5918,26397 -"48765",5918,55750 -"48766",5918,55751 -"48767",5918,88890 -"48768",5918,103455 -"48769",5919,7243 -"48770",5919,9007 -"48771",5919,9178 -"48772",5919,13667 -"48773",5919,17875 -"48774",5919,22699 -"48775",5919,25296 -"48776",5919,62474 -"48777",5919,66587 -"48778",5919,66647 -"48779",5919,66718 -"48780",5919,68728 -"48781",5919,69646 -"48782",5919,72988 -"48783",5919,79666 -"48784",5919,89666 -"48785",5920,6449 -"48786",5920,8992 -"48787",5920,10543 -"48788",5920,13963 -"48789",5920,14918 -"48790",5920,18857 -"48791",5920,20850 -"48792",5920,24653 -"48793",5920,53989 -"48794",5920,65628 -"48795",5920,81315 -"48796",5921,8093 -"48797",5921,22984 -"48798",5921,38741 -"48799",5921,76234 -"48800",5921,83608 -"48801",5921,84782 -"48802",5921,112441 -"48803",5922,6393 -"48804",5922,10652 -"48805",5922,19502 -"48806",5922,23109 -"48807",5922,33872 -"48808",5922,36112 -"48809",5922,54117 -"48810",5922,64100 -"48811",5922,94892 -"48812",5922,94992 -"48813",5923,15142 -"48814",5923,42164 -"48815",5923,51372 -"48816",5923,88222 -"48817",5924,6222 -"48818",5924,6777 -"48819",5924,7556 -"48820",5924,7842 -"48821",5924,8170 -"48822",5924,8476 -"48823",5924,8659 -"48824",5924,9121 -"48825",5924,9135 -"48826",5924,9136 -"48827",5924,9160 -"48828",5924,9182 -"48829",5924,9189 -"48830",5924,9293 -"48831",5924,9311 -"48832",5924,9320 -"48833",5924,11133 -"48834",5924,11517 -"48835",5924,12221 -"48836",5924,13828 -"48837",5924,14561 -"48838",5924,14959 -"48839",5924,17034 -"48840",5924,17582 -"48841",5924,33473 -"48842",5924,36498 -"48843",5924,38921 -"48844",5924,47747 -"48845",5924,56812 -"48846",5924,71516 -"48847",5924,75513 -"48848",5924,84475 -"48849",5924,86129 -"48850",5924,93289 -"48851",5925,72485 -"48852",5927,27035 -"48853",5927,99579 -"48854",5928,37078 -"48855",5928,47878 -"48856",5928,50119 -"48857",5928,101778 -"48858",5928,115322 -"48859",5928,119997 -"48860",5930,45881 -"48861",5931,47955 -"48862",5931,57898 -"48863",5932,6898 -"48864",5932,7001 -"48865",5932,11665 -"48866",5932,16140 -"48867",5932,24954 -"48868",5932,25139 -"48869",5932,26101 -"48870",5932,35674 -"48871",5932,48885 -"48872",5932,50184 -"48873",5932,50660 -"48874",5932,51512 -"48875",5932,58654 -"48876",5932,69564 -"48877",5932,69631 -"48878",5932,75875 -"48879",5932,78544 -"48880",5932,92393 -"48881",5932,101613 -"48882",5932,112010 -"48883",5932,118309 -"48884",5933,14802 -"48885",5933,56139 -"48886",5934,8855 -"48887",5934,8856 -"48888",5934,12394 -"48889",5934,12636 -"48890",5934,12759 -"48891",5934,14361 -"48892",5934,16244 -"48893",5934,16515 -"48894",5934,17691 -"48895",5934,18381 -"48896",5934,18935 -"48897",5934,26207 -"48898",5934,30618 -"48899",5934,41187 -"48900",5934,41723 -"48901",5934,44209 -"48902",5934,46339 -"48903",5934,53273 -"48904",5934,82123 -"48905",5934,97835 -"48906",5935,8544 -"48907",5935,8802 -"48908",5935,11369 -"48909",5935,12947 -"48910",5935,13103 -"48911",5935,15179 -"48912",5935,19864 -"48913",5935,32606 -"48914",5935,33337 -"48915",5935,44269 -"48916",5935,57231 -"48917",5935,60602 -"48918",5935,60905 -"48919",5935,63237 -"48920",5935,63315 -"48921",5935,69346 -"48922",5935,91366 -"48923",5935,112805 -"48924",5935,112816 -"48925",5935,112819 -"48926",5935,120233 -"48927",5936,67285 -"48928",5936,84680 -"48929",5937,11679 -"48930",5937,15320 -"48931",5937,19262 -"48932",5937,22405 -"48933",5937,22406 -"48934",5937,22529 -"48935",5937,22851 -"48936",5937,22852 -"48937",5937,22982 -"48938",5937,22983 -"48939",5937,22994 -"48940",5937,22995 -"48941",5937,23960 -"48942",5937,25118 -"48943",5937,25826 -"48944",5937,32668 -"48945",5937,32841 -"48946",5937,37200 -"48947",5937,39720 -"48948",5937,40978 -"48949",5937,41324 -"48950",5937,41521 -"48951",5937,41825 -"48952",5937,43668 -"48953",5937,51880 -"48954",5937,53636 -"48955",5937,56413 -"48956",5937,62346 -"48957",5937,63073 -"48958",5937,63706 -"48959",5937,75532 -"48960",5937,75934 -"48961",5937,77436 -"48962",5937,78208 -"48963",5937,80988 -"48964",5937,82622 -"48965",5937,83757 -"48966",5937,84015 -"48967",5937,91056 -"48968",5937,92627 -"48969",5937,93703 -"48970",5937,100016 -"48971",5937,100056 -"48972",5937,101356 -"48973",5937,101361 -"48974",5937,101363 -"48975",5937,102059 -"48976",5937,107504 -"48977",5937,108099 -"48978",5937,113431 -"48979",5937,113432 -"48980",5937,120019 -"48981",5937,123011 -"48982",5938,15688 -"48983",5938,30818 -"48984",5938,37946 -"48985",5938,43620 -"48986",5939,17381 -"48987",5939,25687 -"48988",5939,26605 -"48989",5939,26653 -"48990",5939,26780 -"48991",5939,41642 -"48992",5939,48548 -"48993",5939,51765 -"48994",5939,69809 -"48995",5939,78286 -"48996",5939,82002 -"48997",5939,95997 -"48998",5939,113596 -"48999",5939,116522 -"49000",5940,8210 -"49001",5940,8510 -"49002",5940,9391 -"49003",5940,9998 -"49004",5940,10032 -"49005",5940,12336 -"49006",5940,14522 -"49007",5940,42368 -"49008",5940,71025 -"49009",5940,76155 -"49010",5940,78308 -"49011",5940,85313 -"49012",5941,6432 -"49013",5941,6433 -"49014",5941,13150 -"49015",5941,24458 -"49016",5941,38399 -"49017",5941,43014 -"49018",5942,75474 -"49019",5942,96273 -"49020",5943,6260 -"49021",5943,7359 -"49022",5943,21330 -"49023",5943,21693 -"49024",5943,32131 -"49025",5943,32296 -"49026",5943,36331 -"49027",5943,38948 -"49028",5944,7636 -"49029",5944,14081 -"49030",5944,19614 -"49031",5944,34331 -"49032",5944,79874 -"49033",5944,84381 -"49034",5944,99772 -"49035",5945,20812 -"49036",5946,9060 -"49037",5946,11611 -"49038",5946,13512 -"49039",5946,33522 -"49040",5946,43372 -"49041",5946,50195 -"49042",5946,50688 -"49043",5947,90375 -"49044",5947,90382 -"49045",5948,41762 -"49046",5948,43519 -"49047",5948,89315 -"49048",5949,39334 -"49049",5949,45026 -"49050",5949,95421 -"49051",5950,12381 -"49052",5950,22046 -"49053",5950,22423 -"49054",5950,22670 -"49055",5950,27014 -"49056",5950,45113 -"49057",5950,45832 -"49058",5950,45958 -"49059",5950,54344 -"49060",5950,60053 -"49061",5950,77277 -"49062",5950,82952 -"49063",5950,109521 -"49064",5950,111513 -"49065",5950,111539 -"49066",5950,114831 -"49067",5950,121231 -"49068",5950,121234 -"49069",5951,10132 -"49070",5951,11534 -"49071",5951,30590 -"49072",5951,38052 -"49073",5951,42579 -"49074",5951,46430 -"49075",5951,50604 -"49076",5951,66115 -"49077",5951,78355 -"49078",5951,89887 -"49079",5951,101087 -"49080",5951,106576 -"49081",5951,108577 -"49082",5951,108836 -"49083",5952,5955 -"49084",5952,22908 -"49085",5952,75149 -"49086",5953,88867 -"49087",5954,19096 -"49088",5954,53323 -"49089",5954,81838 -"49090",5956,8000 -"49091",5956,14072 -"49092",5956,30408 -"49093",5956,30421 -"49094",5956,39263 -"49095",5956,44911 -"49096",5956,46717 -"49097",5956,49156 -"49098",5956,76023 -"49099",5956,78836 -"49100",5956,78913 -"49101",5956,78957 -"49102",5956,88806 -"49103",5957,8082 -"49104",5957,18283 -"49105",5957,28118 -"49106",5957,35583 -"49107",5957,37258 -"49108",5957,49282 -"49109",5957,52136 -"49110",5957,57687 -"49111",5957,67893 -"49112",5957,69192 -"49113",5957,69485 -"49114",5957,73881 -"49115",5957,74599 -"49116",5958,7487 -"49117",5958,41483 -"49118",5959,10527 -"49119",5959,10678 -"49120",5959,14345 -"49121",5959,15365 -"49122",5959,17285 -"49123",5959,17904 -"49124",5959,18102 -"49125",5959,20574 -"49126",5959,20713 -"49127",5959,20990 -"49128",5959,24498 -"49129",5959,26207 -"49130",5959,31078 -"49131",5959,37636 -"49132",5959,52845 -"49133",5959,58847 -"49134",5959,59103 -"49135",5959,62279 -"49136",5959,75815 -"49137",5959,79880 -"49138",5959,111200 -"49139",5960,15492 -"49140",5960,32447 -"49141",5960,34402 -"49142",5960,36913 -"49143",5960,39486 -"49144",5960,40098 -"49145",5960,51806 -"49146",5960,57795 -"49147",5960,67132 -"49148",5960,67304 -"49149",5960,74797 -"49150",5960,85925 -"49151",5960,89579 -"49152",5960,94181 -"49153",5960,114322 -"49154",5962,6774 -"49155",5962,6819 -"49156",5962,8592 -"49157",5962,9422 -"49158",5962,18768 -"49159",5962,19781 -"49160",5962,24952 -"49161",5962,24996 -"49162",5962,25045 -"49163",5962,26982 -"49164",5962,37036 -"49165",5962,37560 -"49166",5962,38901 -"49167",5962,61377 -"49168",5962,65258 -"49169",5962,68877 -"49170",5962,77637 -"49171",5962,78645 -"49172",5963,23578 -"49173",5963,27938 -"49174",5963,36027 -"49175",5963,36830 -"49176",5963,41004 -"49177",5963,53448 -"49178",5963,53493 -"49179",5963,67811 -"49180",5963,67818 -"49181",5963,82520 -"49182",5964,12513 -"49183",5965,9246 -"49184",5965,33170 -"49185",5965,42184 -"49186",5965,79454 -"49187",5966,5980 -"49188",5966,6003 -"49189",5966,12171 -"49190",5966,19154 -"49191",5966,27992 -"49192",5966,54920 -"49193",5966,97684 -"49194",5966,98328 -"49195",5967,74613 -"49196",5967,99857 -"49197",5967,114152 -"49198",5968,17435 -"49199",5968,31559 -"49200",5969,24858 -"49201",5969,48342 -"49202",5969,123390 -"49203",5970,6013 -"49204",5970,26117 -"49205",5971,6264 -"49206",5971,10523 -"49207",5971,11817 -"49208",5971,12048 -"49209",5971,21330 -"49210",5971,23222 -"49211",5971,23585 -"49212",5971,25913 -"49213",5971,26867 -"49214",5971,27112 -"49215",5971,40028 -"49216",5971,40072 -"49217",5971,45352 -"49218",5971,46525 -"49219",5971,50236 -"49220",5971,53840 -"49221",5971,58918 -"49222",5971,69072 -"49223",5971,79082 -"49224",5971,89503 -"49225",5971,94671 -"49226",5971,97237 -"49227",5971,101793 -"49228",5971,109663 -"49229",5971,112437 -"49230",5971,112527 -"49231",5971,121127 -"49232",5972,9440 -"49233",5972,10964 -"49234",5972,11019 -"49235",5972,11036 -"49236",5972,11067 -"49237",5972,11195 -"49238",5972,11527 -"49239",5972,42107 -"49240",5972,45561 -"49241",5972,48688 -"49242",5972,48812 -"49243",5972,75607 -"49244",5972,84328 -"49245",5972,84662 -"49246",5972,94678 -"49247",5972,96058 -"49248",5973,30857 -"49249",5973,55565 -"49250",5973,64447 -"49251",5973,65123 -"49252",5973,72334 -"49253",5973,78782 -"49254",5973,81465 -"49255",5973,82291 -"49256",5973,89434 -"49257",5973,101878 -"49258",5973,105559 -"49259",5973,116844 -"49260",5973,117064 -"49261",5974,11841 -"49262",5974,13743 -"49263",5974,15954 -"49264",5974,16132 -"49265",5974,19562 -"49266",5974,23230 -"49267",5974,25340 -"49268",5974,31596 -"49269",5974,40404 -"49270",5974,40885 -"49271",5974,45591 -"49272",5974,52048 -"49273",5974,75929 -"49274",5974,77488 -"49275",5974,91735 -"49276",5974,93093 -"49277",5974,112088 -"49278",5974,113592 -"49279",5975,5995 -"49280",5975,40079 -"49281",5975,88581 -"49282",5975,95542 -"49283",5976,5988 -"49284",5976,18064 -"49285",5976,19935 -"49286",5976,27843 -"49287",5976,39026 -"49288",5976,39176 -"49289",5976,39178 -"49290",5976,80997 -"49291",5977,6051 -"49292",5977,9576 -"49293",5977,16680 -"49294",5977,19965 -"49295",5977,23186 -"49296",5977,25881 -"49297",5977,32032 -"49298",5977,32173 -"49299",5977,56676 -"49300",5977,59007 -"49301",5977,63939 -"49302",5977,73466 -"49303",5977,101294 -"49304",5978,52823 -"49305",5978,77246 -"49306",5979,5990 -"49307",5979,6398 -"49308",5979,7467 -"49309",5979,30451 -"49310",5979,65296 -"49311",5979,74438 -"49312",5979,78090 -"49313",5979,80315 -"49314",5979,84162 -"49315",5979,110200 -"49316",5980,6003 -"49317",5980,6473 -"49318",5980,28354 -"49319",5980,40762 -"49320",5980,51435 -"49321",5981,19633 -"49322",5981,19861 -"49323",5981,20094 -"49324",5981,28023 -"49325",5981,28551 -"49326",5982,5998 -"49327",5982,12874 -"49328",5982,19231 -"49329",5982,23453 -"49330",5982,38440 -"49331",5982,39482 -"49332",5982,56916 -"49333",5982,58701 -"49334",5982,86103 -"49335",5982,102677 -"49336",5983,6662 -"49337",5983,28642 -"49338",5983,33716 -"49339",5983,44158 -"49340",5983,48128 -"49341",5983,63674 -"49342",5983,75090 -"49343",5984,5986 -"49344",5984,6108 -"49345",5984,6366 -"49346",5984,6417 -"49347",5984,8798 -"49348",5984,11218 -"49349",5984,23022 -"49350",5984,28443 -"49351",5984,46026 -"49352",5984,56604 -"49353",5984,70645 -"49354",5984,81349 -"49355",5984,91402 -"49356",5985,64979 -"49357",5986,6047 -"49358",5986,6108 -"49359",5986,6366 -"49360",5986,6954 -"49361",5986,7068 -"49362",5986,7823 -"49363",5986,7893 -"49364",5986,8382 -"49365",5986,9119 -"49366",5986,10390 -"49367",5986,10668 -"49368",5986,10717 -"49369",5986,11082 -"49370",5986,11218 -"49371",5986,11927 -"49372",5986,12042 -"49373",5986,12459 -"49374",5986,12682 -"49375",5986,16169 -"49376",5986,16352 -"49377",5986,24478 -"49378",5986,26080 -"49379",5986,29976 -"49380",5986,41814 -"49381",5986,48897 -"49382",5986,55897 -"49383",5986,71990 -"49384",5986,73020 -"49385",5986,78464 -"49386",5986,87529 -"49387",5987,6390 -"49388",5988,17152 -"49389",5988,17232 -"49390",5988,17299 -"49391",5988,17356 -"49392",5988,17361 -"49393",5988,18064 -"49394",5988,19935 -"49395",5988,27843 -"49396",5988,39026 -"49397",5988,39176 -"49398",5988,39178 -"49399",5988,51565 -"49400",5988,69705 -"49401",5988,80997 -"49402",5988,86729 -"49403",5988,96613 -"49404",5988,97388 -"49405",5988,97412 -"49406",5990,15530 -"49407",5990,17981 -"49408",5990,33406 -"49409",5990,38259 -"49410",5990,52309 -"49411",5990,62019 -"49412",5990,66474 -"49413",5990,77173 -"49414",5990,77346 -"49415",5990,77396 -"49416",5990,77401 -"49417",5990,77407 -"49418",5990,77417 -"49419",5990,77418 -"49420",5990,77480 -"49421",5990,77532 -"49422",5991,6285 -"49423",5991,20565 -"49424",5991,28770 -"49425",5991,86771 -"49426",5991,108728 -"49427",5992,22690 -"49428",5993,6005 -"49429",5995,116674 -"49430",5996,43576 -"49431",5996,44269 -"49432",5996,121247 -"49433",5996,121256 -"49434",5997,39420 -"49435",5997,45410 -"49436",5997,47783 -"49437",5997,47835 -"49438",5997,47910 -"49439",5998,41439 -"49440",5998,70598 -"49441",5998,70612 -"49442",5998,83483 -"49443",5999,6012 -"49444",5999,19894 -"49445",5999,21834 -"49446",6000,42303 -"49447",6000,47805 -"49448",6001,19941 -"49449",6001,23068 -"49450",6001,32755 -"49451",6001,38258 -"49452",6001,41194 -"49453",6001,42563 -"49454",6001,43323 -"49455",6001,44790 -"49456",6001,44822 -"49457",6001,44841 -"49458",6001,51607 -"49459",6001,61047 -"49460",6001,70403 -"49461",6001,77996 -"49462",6001,82488 -"49463",6001,84070 -"49464",6001,85619 -"49465",6001,108715 -"49466",6001,109961 -"49467",6001,113116 -"49468",6002,41740 -"49469",6002,100014 -"49470",6002,112864 -"49471",6002,117100 -"49472",6004,87550 -"49473",6004,95451 -"49474",6005,8761 -"49475",6005,14959 -"49476",6005,39729 -"49477",6005,65510 -"49478",6006,7143 -"49479",6006,12081 -"49480",6006,16514 -"49481",6006,20528 -"49482",6006,28249 -"49483",6006,29289 -"49484",6006,38307 -"49485",6006,39983 -"49486",6006,41895 -"49487",6006,41945 -"49488",6006,49471 -"49489",6006,85005 -"49490",6007,29485 -"49491",6007,29545 -"49492",6007,55892 -"49493",6007,69651 -"49494",6007,89139 -"49495",6007,100928 -"49496",6008,6426 -"49497",6008,26834 -"49498",6008,67607 -"49499",6008,99482 -"49500",6008,104042 -"49501",6009,24839 -"49502",6009,51257 -"49503",6009,55180 -"49504",6009,55191 -"49505",6009,55204 -"49506",6009,55258 -"49507",6009,55259 -"49508",6010,62528 -"49509",6011,6632 -"49510",6011,11642 -"49511",6011,14037 -"49512",6011,26972 -"49513",6011,30288 -"49514",6011,91639 -"49515",6011,96248 -"49516",6012,8949 -"49517",6012,20873 -"49518",6013,10417 -"49519",6013,17858 -"49520",6014,6066 -"49521",6015,54295 -"49522",6016,6020 -"49523",6016,44547 -"49524",6016,49789 -"49525",6016,49889 -"49526",6016,105610 -"49527",6017,14523 -"49528",6017,29477 -"49529",6018,10752 -"49530",6018,16852 -"49531",6018,30819 -"49532",6018,45335 -"49533",6018,47873 -"49534",6018,58339 -"49535",6018,67099 -"49536",6018,83695 -"49537",6019,7538 -"49538",6019,22029 -"49539",6019,22447 -"49540",6019,30431 -"49541",6019,53395 -"49542",6020,10393 -"49543",6020,13595 -"49544",6020,14489 -"49545",6020,15030 -"49546",6020,15121 -"49547",6020,15123 -"49548",6020,18116 -"49549",6020,20132 -"49550",6020,21299 -"49551",6020,21358 -"49552",6020,22873 -"49553",6020,23048 -"49554",6020,28648 -"49555",6020,29939 -"49556",6020,34274 -"49557",6020,35304 -"49558",6020,41227 -"49559",6020,41489 -"49560",6020,45297 -"49561",6020,46721 -"49562",6020,48980 -"49563",6020,55481 -"49564",6020,62269 -"49565",6020,68236 -"49566",6020,75425 -"49567",6020,75497 -"49568",6020,76580 -"49569",6020,76589 -"49570",6020,77027 -"49571",6020,81967 -"49572",6020,85678 -"49573",6020,90509 -"49574",6020,91062 -"49575",6020,91768 -"49576",6020,93626 -"49577",6020,93642 -"49578",6020,100438 -"49579",6020,104486 -"49580",6020,107017 -"49581",6020,117271 -"49582",6020,121571 -"49583",6021,63164 -"49584",6021,84832 -"49585",6021,100542 -"49586",6021,117742 -"49587",6021,123367 -"49588",6022,12844 -"49589",6022,49456 -"49590",6023,9207 -"49591",6023,69759 -"49592",6023,79645 -"49593",6024,16914 -"49594",6024,46406 -"49595",6024,69774 -"49596",6024,85780 -"49597",6024,88535 -"49598",6025,20790 -"49599",6025,78915 -"49600",6025,90402 -"49601",6025,96362 -"49602",6025,96372 -"49603",6025,96373 -"49604",6025,96394 -"49605",6026,6057 -"49606",6026,23147 -"49607",6026,24902 -"49608",6026,33016 -"49609",6026,37087 -"49610",6026,47514 -"49611",6026,49759 -"49612",6026,50282 -"49613",6026,51538 -"49614",6026,54241 -"49615",6026,62299 -"49616",6026,63333 -"49617",6026,63383 -"49618",6026,63385 -"49619",6026,69544 -"49620",6026,70375 -"49621",6027,6072 -"49622",6027,6091 -"49623",6027,67235 -"49624",6028,31206 -"49625",6029,6073 -"49626",6030,17957 -"49627",6030,22566 -"49628",6030,28050 -"49629",6030,28168 -"49630",6030,38523 -"49631",6030,38869 -"49632",6030,38965 -"49633",6030,40473 -"49634",6030,54295 -"49635",6030,54768 -"49636",6030,59756 -"49637",6030,63265 -"49638",6031,14508 -"49639",6031,15176 -"49640",6031,28167 -"49641",6031,88174 -"49642",6031,102967 -"49643",6031,103026 -"49644",6032,49497 -"49645",6032,56485 -"49646",6032,56590 -"49647",6033,10015 -"49648",6033,19486 -"49649",6033,36540 -"49650",6033,37080 -"49651",6033,43862 -"49652",6033,71512 -"49653",6034,50531 -"49654",6035,102244 -"49655",6035,106612 -"49656",6036,6085 -"49657",6037,24089 -"49658",6038,6051 -"49659",6038,7627 -"49660",6038,7826 -"49661",6038,11460 -"49662",6038,12930 -"49663",6038,13910 -"49664",6038,15003 -"49665",6038,20656 -"49666",6038,22601 -"49667",6038,23725 -"49668",6038,24106 -"49669",6038,26399 -"49670",6038,26732 -"49671",6038,26986 -"49672",6038,29502 -"49673",6038,30594 -"49674",6038,37394 -"49675",6038,37439 -"49676",6038,37661 -"49677",6038,43109 -"49678",6038,44463 -"49679",6038,50134 -"49680",6038,53814 -"49681",6038,54929 -"49682",6038,58429 -"49683",6038,59010 -"49684",6038,67805 -"49685",6038,69948 -"49686",6038,79082 -"49687",6038,82154 -"49688",6038,84434 -"49689",6039,44847 -"49690",6039,69844 -"49691",6039,89256 -"49692",6039,103871 -"49693",6040,6064 -"49694",6040,7580 -"49695",6040,19177 -"49696",6040,19246 -"49697",6040,21978 -"49698",6040,70184 -"49699",6040,71841 -"49700",6040,72060 -"49701",6040,78611 -"49702",6040,79000 -"49703",6040,80983 -"49704",6040,81951 -"49705",6040,85191 -"49706",6041,10139 -"49707",6041,13813 -"49708",6041,14297 -"49709",6041,21304 -"49710",6041,25431 -"49711",6041,28083 -"49712",6041,29037 -"49713",6041,33201 -"49714",6041,33350 -"49715",6041,40128 -"49716",6041,41127 -"49717",6041,44615 -"49718",6041,56582 -"49719",6041,57951 -"49720",6041,59697 -"49721",6041,62605 -"49722",6041,65362 -"49723",6041,66030 -"49724",6041,73374 -"49725",6041,79806 -"49726",6041,85028 -"49727",6041,99043 -"49728",6041,100446 -"49729",6041,100453 -"49730",6041,100454 -"49731",6041,100549 -"49732",6041,100754 -"49733",6041,101016 -"49734",6041,102401 -"49735",6041,102590 -"49736",6041,102732 -"49737",6041,102796 -"49738",6042,6088 -"49739",6042,8655 -"49740",6042,63787 -"49741",6042,74116 -"49742",6042,79785 -"49743",6042,82684 -"49744",6043,10399 -"49745",6043,31590 -"49746",6043,61233 -"49747",6043,61556 -"49748",6043,81548 -"49749",6044,15752 -"49750",6044,32992 -"49751",6044,45541 -"49752",6044,46373 -"49753",6044,62516 -"49754",6044,68859 -"49755",6044,70858 -"49756",6044,90592 -"49757",6044,105838 -"49758",6044,112678 -"49759",6045,6853 -"49760",6045,8402 -"49761",6045,9703 -"49762",6045,10471 -"49763",6045,15043 -"49764",6045,17313 -"49765",6045,17645 -"49766",6045,20443 -"49767",6045,22116 -"49768",6045,22117 -"49769",6045,22164 -"49770",6045,29352 -"49771",6045,37351 -"49772",6045,40404 -"49773",6045,43679 -"49774",6045,47767 -"49775",6045,56229 -"49776",6045,70564 -"49777",6045,91254 -"49778",6045,92096 -"49779",6045,95707 -"49780",6045,95755 -"49781",6046,6472 -"49782",6046,9539 -"49783",6046,12188 -"49784",6046,17735 -"49785",6046,28513 -"49786",6046,29133 -"49787",6046,35104 -"49788",6046,37666 -"49789",6046,95088 -"49790",6046,95104 -"49791",6047,7553 -"49792",6047,12110 -"49793",6047,14032 -"49794",6047,17789 -"49795",6047,19225 -"49796",6047,23257 -"49797",6047,24859 -"49798",6047,26399 -"49799",6047,27187 -"49800",6047,28672 -"49801",6047,31767 -"49802",6047,38186 -"49803",6047,44005 -"49804",6047,44581 -"49805",6047,45506 -"49806",6047,45890 -"49807",6047,46071 -"49808",6047,48125 -"49809",6047,50395 -"49810",6047,51299 -"49811",6047,52924 -"49812",6047,63315 -"49813",6047,64441 -"49814",6047,66821 -"49815",6047,71544 -"49816",6047,78032 -"49817",6047,78464 -"49818",6047,83043 -"49819",6047,95141 -"49820",6047,105616 -"49821",6047,111679 -"49822",6047,122076 -"49823",6048,6076 -"49824",6048,11318 -"49825",6048,45732 -"49826",6048,46404 -"49827",6049,6562 -"49828",6049,6573 -"49829",6049,6688 -"49830",6049,12031 -"49831",6049,21490 -"49832",6049,24116 -"49833",6049,25886 -"49834",6049,26001 -"49835",6049,26293 -"49836",6049,30459 -"49837",6049,41051 -"49838",6049,41329 -"49839",6049,45308 -"49840",6049,50255 -"49841",6049,51003 -"49842",6049,53432 -"49843",6049,57949 -"49844",6049,95207 -"49845",6049,95211 -"49846",6049,99197 -"49847",6050,6077 -"49848",6051,11460 -"49849",6051,32173 -"49850",6051,35095 -"49851",6051,35550 -"49852",6051,56676 -"49853",6051,63939 -"49854",6051,101294 -"49855",6051,101817 -"49856",6051,110053 -"49857",6052,12640 -"49858",6052,16535 -"49859",6052,21451 -"49860",6052,21849 -"49861",6052,21929 -"49862",6052,31609 -"49863",6052,32452 -"49864",6052,34303 -"49865",6052,34885 -"49866",6052,42273 -"49867",6052,45302 -"49868",6052,48359 -"49869",6052,79973 -"49870",6052,112639 -"49871",6053,6063 -"49872",6053,6254 -"49873",6053,6560 -"49874",6053,7581 -"49875",6053,8307 -"49876",6053,8534 -"49877",6053,9366 -"49878",6053,11766 -"49879",6053,12735 -"49880",6053,12779 -"49881",6053,13360 -"49882",6053,13942 -"49883",6053,15027 -"49884",6053,15185 -"49885",6053,15216 -"49886",6053,15964 -"49887",6053,16252 -"49888",6053,16872 -"49889",6053,17145 -"49890",6053,17508 -"49891",6053,18060 -"49892",6053,18217 -"49893",6053,22462 -"49894",6053,22823 -"49895",6053,23147 -"49896",6053,23421 -"49897",6053,23632 -"49898",6053,23953 -"49899",6053,24495 -"49900",6053,24710 -"49901",6053,25143 -"49902",6053,25303 -"49903",6053,25664 -"49904",6053,26407 -"49905",6053,27174 -"49906",6053,27196 -"49907",6053,27710 -"49908",6053,28703 -"49909",6053,29253 -"49910",6053,29341 -"49911",6053,29560 -"49912",6053,29573 -"49913",6053,29868 -"49914",6053,32438 -"49915",6053,32967 -"49916",6053,33223 -"49917",6053,33881 -"49918",6053,34097 -"49919",6053,34330 -"49920",6053,34513 -"49921",6053,35400 -"49922",6053,36476 -"49923",6053,36547 -"49924",6053,36745 -"49925",6053,37821 -"49926",6053,37931 -"49927",6053,38319 -"49928",6053,39398 -"49929",6053,39492 -"49930",6053,40320 -"49931",6053,40373 -"49932",6053,40542 -"49933",6053,41182 -"49934",6053,42131 -"49935",6053,46843 -"49936",6053,48331 -"49937",6054,89982 -"49938",6054,97016 -"49939",6055,22213 -"49940",6055,47890 -"49941",6056,6067 -"49942",6056,12319 -"49943",6056,19921 -"49944",6056,26298 -"49945",6056,26299 -"49946",6056,26505 -"49947",6056,29599 -"49948",6056,29819 -"49949",6056,33400 -"49950",6056,34094 -"49951",6056,34637 -"49952",6056,38677 -"49953",6056,45011 -"49954",6056,48466 -"49955",6056,52486 -"49956",6056,53996 -"49957",6056,61831 -"49958",6056,79963 -"49959",6056,83804 -"49960",6056,99600 -"49961",6056,104134 -"49962",6056,111938 -"49963",6056,120645 -"49964",6057,28186 -"49965",6057,69133 -"49966",6057,70375 -"49967",6057,73833 -"49968",6057,73834 -"49969",6057,73849 -"49970",6057,75663 -"49971",6058,15499 -"49972",6058,58767 -"49973",6059,37181 -"49974",6059,39555 -"49975",6059,39566 -"49976",6059,39840 -"49977",6059,39841 -"49978",6059,39842 -"49979",6059,39843 -"49980",6059,39901 -"49981",6059,39902 -"49982",6059,39903 -"49983",6059,74032 -"49984",6059,84085 -"49985",6059,90006 -"49986",6060,28966 -"49987",6060,29062 -"49988",6060,29347 -"49989",6060,73036 -"49990",6061,6071 -"49991",6062,7055 -"49992",6062,7980 -"49993",6062,11025 -"49994",6062,16665 -"49995",6062,20614 -"49996",6062,21148 -"49997",6062,24497 -"49998",6062,32583 -"49999",6062,33251 -"50000",6062,36405 -"50001",6062,70243 -"50002",6063,6254 -"50003",6063,6560 -"50004",6063,7581 -"50005",6063,8307 -"50006",6063,8534 -"50007",6063,9366 -"50008",6063,11766 -"50009",6063,12427 -"50010",6063,12735 -"50011",6063,12779 -"50012",6063,13360 -"50013",6063,13792 -"50014",6063,13942 -"50015",6063,15027 -"50016",6063,15185 -"50017",6063,15216 -"50018",6063,15964 -"50019",6063,16252 -"50020",6063,16872 -"50021",6063,17145 -"50022",6063,17508 -"50023",6063,17751 -"50024",6063,18060 -"50025",6063,18217 -"50026",6063,21714 -"50027",6063,22462 -"50028",6063,22823 -"50029",6063,23117 -"50030",6063,23147 -"50031",6063,23421 -"50032",6063,23632 -"50033",6063,23953 -"50034",6063,24495 -"50035",6063,24710 -"50036",6063,25082 -"50037",6063,25143 -"50038",6063,25303 -"50039",6063,25664 -"50040",6063,26407 -"50041",6063,27174 -"50042",6063,27196 -"50043",6063,27710 -"50044",6063,28703 -"50045",6063,29253 -"50046",6063,29341 -"50047",6063,29560 -"50048",6063,29573 -"50049",6063,29868 -"50050",6063,32438 -"50051",6063,32967 -"50052",6063,33223 -"50053",6063,33373 -"50054",6063,33881 -"50055",6063,34097 -"50056",6063,34330 -"50057",6063,34513 -"50058",6063,35400 -"50059",6063,36424 -"50060",6063,36476 -"50061",6063,36547 -"50062",6063,36745 -"50063",6063,37821 -"50064",6063,37931 -"50065",6063,38319 -"50066",6063,39398 -"50067",6063,39492 -"50068",6063,40320 -"50069",6063,40373 -"50070",6063,40542 -"50071",6063,41182 -"50072",6063,42131 -"50073",6063,46843 -"50074",6063,48331 -"50075",6064,8839 -"50076",6064,23043 -"50077",6064,30188 -"50078",6064,34326 -"50079",6064,52434 -"50080",6064,54381 -"50081",6064,78611 -"50082",6064,78628 -"50083",6064,81540 -"50084",6064,103068 -"50085",6064,120234 -"50086",6065,6986 -"50087",6065,15827 -"50088",6065,49682 -"50089",6066,37321 -"50090",6066,65629 -"50091",6066,80502 -"50092",6067,26734 -"50093",6067,55389 -"50094",6068,54445 -"50095",6069,22051 -"50096",6069,25548 -"50097",6069,79674 -"50098",6069,84628 -"50099",6070,6247 -"50100",6071,14392 -"50101",6071,23840 -"50102",6071,26866 -"50103",6071,30830 -"50104",6071,44176 -"50105",6071,95407 -"50106",6072,6091 -"50107",6073,75036 -"50108",6073,75137 -"50109",6074,6075 -"50110",6074,8384 -"50111",6074,12640 -"50112",6074,12724 -"50113",6074,21849 -"50114",6074,22170 -"50115",6074,35952 -"50116",6074,37559 -"50117",6074,39095 -"50118",6074,40099 -"50119",6074,41099 -"50120",6074,45302 -"50121",6074,60087 -"50122",6074,65794 -"50123",6075,20436 -"50124",6076,11318 -"50125",6076,24166 -"50126",6076,45732 -"50127",6076,46404 -"50128",6076,54274 -"50129",6076,56334 -"50130",6077,16152 -"50131",6077,16182 -"50132",6077,24080 -"50133",6077,32895 -"50134",6077,39513 -"50135",6077,60494 -"50136",6077,63772 -"50137",6078,8251 -"50138",6078,9901 -"50139",6078,16545 -"50140",6078,23639 -"50141",6078,23840 -"50142",6078,24116 -"50143",6078,39823 -"50144",6078,46848 -"50145",6078,48171 -"50146",6078,56184 -"50147",6078,76934 -"50148",6078,78577 -"50149",6078,79236 -"50150",6078,81134 -"50151",6078,82174 -"50152",6078,83101 -"50153",6078,83133 -"50154",6078,92947 -"50155",6078,93763 -"50156",6078,103475 -"50157",6078,118232 -"50158",6079,8181 -"50159",6079,42680 -"50160",6079,91744 -"50161",6079,102544 -"50162",6080,6687 -"50163",6080,33339 -"50164",6080,44810 -"50165",6080,122602 -"50166",6081,9801 -"50167",6081,13714 -"50168",6081,27255 -"50169",6081,70436 -"50170",6082,10591 -"50171",6082,30203 -"50172",6082,36489 -"50173",6082,42731 -"50174",6082,77084 -"50175",6082,89961 -"50176",6082,98321 -"50177",6082,98325 -"50178",6083,10410 -"50179",6083,15557 -"50180",6083,18881 -"50181",6083,22138 -"50182",6083,28563 -"50183",6083,37673 -"50184",6083,43383 -"50185",6083,59463 -"50186",6083,67646 -"50187",6084,68977 -"50188",6085,10137 -"50189",6085,10975 -"50190",6085,10976 -"50191",6085,11865 -"50192",6085,11889 -"50193",6085,11891 -"50194",6085,63586 -"50195",6085,69467 -"50196",6086,28937 -"50197",6086,86937 -"50198",6087,79905 -"50199",6087,90863 -"50200",6087,105755 -"50201",6089,16673 -"50202",6089,17830 -"50203",6089,27545 -"50204",6089,29060 -"50205",6089,31535 -"50206",6089,32936 -"50207",6089,48927 -"50208",6089,74025 -"50209",6090,8000 -"50210",6090,13072 -"50211",6090,17649 -"50212",6090,23376 -"50213",6090,29686 -"50214",6090,32969 -"50215",6090,36174 -"50216",6090,44748 -"50217",6090,49521 -"50218",6090,96167 -"50219",6090,113650 -"50220",6090,113655 -"50221",6091,41661 -"50222",6091,51557 -"50223",6091,73377 -"50224",6091,73442 -"50225",6091,94841 -"50226",6091,106267 -"50227",6091,115181 -"50228",6091,122430 -"50229",6092,6738 -"50230",6092,37514 -"50231",6092,39136 -"50232",6092,41181 -"50233",6092,60420 -"50234",6092,70741 -"50235",6093,28002 -"50236",6094,6259 -"50237",6094,10678 -"50238",6094,23314 -"50239",6094,26725 -"50240",6094,50518 -"50241",6094,77905 -"50242",6094,86488 -"50243",6095,6313 -"50244",6095,6316 -"50245",6095,6333 -"50246",6095,7443 -"50247",6095,11349 -"50248",6095,11506 -"50249",6095,16549 -"50250",6095,18943 -"50251",6095,25396 -"50252",6095,26008 -"50253",6095,35319 -"50254",6095,38555 -"50255",6095,44335 -"50256",6095,45760 -"50257",6095,50692 -"50258",6095,81896 -"50259",6095,93208 -"50260",6095,100378 -"50261",6095,114328 -"50262",6096,9543 -"50263",6096,49803 -"50264",6097,32945 -"50265",6098,6123 -"50266",6098,6124 -"50267",6098,6129 -"50268",6098,6145 -"50269",6098,6309 -"50270",6099,6128 -"50271",6099,13032 -"50272",6099,27568 -"50273",6099,51531 -"50274",6099,67179 -"50275",6099,67185 -"50276",6099,95793 -"50277",6100,90190 -"50278",6101,40713 -"50279",6101,41540 -"50280",6101,42290 -"50281",6101,61364 -"50282",6101,64833 -"50283",6101,103680 -"50284",6101,117273 -"50285",6102,19182 -"50286",6102,33430 -"50287",6102,81476 -"50288",6102,83314 -"50289",6103,79747 -"50290",6103,89808 -"50291",6104,8075 -"50292",6104,13043 -"50293",6104,19212 -"50294",6104,30068 -"50295",6104,30961 -"50296",6104,32593 -"50297",6104,41107 -"50298",6104,58951 -"50299",6104,61170 -"50300",6104,83346 -"50301",6104,95276 -"50302",6104,114622 -"50303",6105,49305 -"50304",6105,82657 -"50305",6106,12162 -"50306",6106,115084 -"50307",6107,18155 -"50308",6107,23418 -"50309",6107,24027 -"50310",6107,28849 -"50311",6107,30055 -"50312",6107,30221 -"50313",6107,30291 -"50314",6107,31615 -"50315",6107,31723 -"50316",6107,31760 -"50317",6107,44905 -"50318",6107,46501 -"50319",6107,55464 -"50320",6107,55829 -"50321",6107,60985 -"50322",6107,83398 -"50323",6107,83414 -"50324",6107,84025 -"50325",6108,6366 -"50326",6108,6417 -"50327",6108,11082 -"50328",6108,11218 -"50329",6108,12042 -"50330",6108,12682 -"50331",6108,16352 -"50332",6108,26080 -"50333",6108,29976 -"50334",6108,85431 -"50335",6109,28019 -"50336",6109,55011 -"50337",6109,85517 -"50338",6109,99801 -"50339",6110,15643 -"50340",6110,17052 -"50341",6110,19899 -"50342",6110,61535 -"50343",6110,67505 -"50344",6110,78256 -"50345",6110,81360 -"50346",6110,82202 -"50347",6110,82203 -"50348",6110,89530 -"50349",6110,92274 -"50350",6110,110816 -"50351",6110,114188 -"50352",6110,119954 -"50353",6111,6841 -"50354",6111,21979 -"50355",6111,27900 -"50356",6111,35972 -"50357",6111,41267 -"50358",6111,72093 -"50359",6111,79807 -"50360",6111,85642 -"50361",6111,93341 -"50362",6111,94041 -"50363",6111,102508 -"50364",6111,103893 -"50365",6111,104361 -"50366",6111,104386 -"50367",6111,104401 -"50368",6111,106026 -"50369",6111,106055 -"50370",6112,112503 -"50371",6112,119599 -"50372",6113,8005 -"50373",6113,61995 -"50374",6113,68693 -"50375",6113,88702 -"50376",6113,98535 -"50377",6114,6155 -"50378",6114,8586 -"50379",6114,15719 -"50380",6114,25784 -"50381",6114,25849 -"50382",6114,25869 -"50383",6114,25900 -"50384",6115,11897 -"50385",6115,21295 -"50386",6115,23616 -"50387",6115,52720 -"50388",6115,53971 -"50389",6115,62126 -"50390",6117,6197 -"50391",6117,11657 -"50392",6117,16975 -"50393",6117,24343 -"50394",6117,24720 -"50395",6117,24787 -"50396",6117,39010 -"50397",6117,62280 -"50398",6117,69234 -"50399",6117,69287 -"50400",6118,6195 -"50401",6118,6415 -"50402",6118,85146 -"50403",6118,94944 -"50404",6119,7565 -"50405",6119,10336 -"50406",6119,14520 -"50407",6119,16286 -"50408",6119,18768 -"50409",6119,26402 -"50410",6119,37215 -"50411",6119,53828 -"50412",6119,71054 -"50413",6119,75200 -"50414",6119,76818 -"50415",6119,79147 -"50416",6119,79420 -"50417",6119,83872 -"50418",6119,92149 -"50419",6119,92855 -"50420",6119,109554 -"50421",6119,119184 -"50422",6120,55453 -"50423",6120,95196 -"50424",6121,24823 -"50425",6121,27529 -"50426",6121,37914 -"50427",6121,56786 -"50428",6121,98000 -"50429",6121,109576 -"50430",6121,117992 -"50431",6121,117998 -"50432",6122,9082 -"50433",6122,22231 -"50434",6122,29373 -"50435",6122,29977 -"50436",6122,44660 -"50437",6122,50195 -"50438",6123,6124 -"50439",6123,6129 -"50440",6123,6145 -"50441",6123,6309 -"50442",6123,8918 -"50443",6123,9047 -"50444",6123,28420 -"50445",6123,32369 -"50446",6123,36095 -"50447",6123,40311 -"50448",6123,67226 -"50449",6123,71650 -"50450",6124,6129 -"50451",6124,6145 -"50452",6124,6309 -"50453",6124,7555 -"50454",6124,27607 -"50455",6124,34152 -"50456",6124,48290 -"50457",6124,49370 -"50458",6124,49419 -"50459",6124,51165 -"50460",6125,14536 -"50461",6125,35929 -"50462",6125,41639 -"50463",6125,83350 -"50464",6125,85918 -"50465",6126,73195 -"50466",6127,6535 -"50467",6127,11328 -"50468",6127,15117 -"50469",6127,17566 -"50470",6127,17610 -"50471",6127,28362 -"50472",6127,46007 -"50473",6127,78216 -"50474",6127,88465 -"50475",6129,6145 -"50476",6129,6309 -"50477",6129,8918 -"50478",6129,9047 -"50479",6129,32369 -"50480",6129,33815 -"50481",6129,36095 -"50482",6129,36922 -"50483",6129,40311 -"50484",6129,46107 -"50485",6129,57787 -"50486",6129,67226 -"50487",6129,84302 -"50488",6129,84347 -"50489",6129,84348 -"50490",6130,8253 -"50491",6130,8675 -"50492",6130,8771 -"50493",6130,8833 -"50494",6130,8880 -"50495",6131,6453 -"50496",6131,9557 -"50497",6131,13817 -"50498",6131,13818 -"50499",6131,19348 -"50500",6131,19890 -"50501",6131,21895 -"50502",6131,24181 -"50503",6131,27228 -"50504",6131,30501 -"50505",6131,34762 -"50506",6131,42195 -"50507",6131,58320 -"50508",6131,72241 -"50509",6131,85193 -"50510",6131,86584 -"50511",6132,6204 -"50512",6132,14052 -"50513",6132,14754 -"50514",6132,27255 -"50515",6132,32339 -"50516",6132,32481 -"50517",6132,35233 -"50518",6132,38310 -"50519",6132,43214 -"50520",6132,67499 -"50521",6132,78931 -"50522",6132,114150 -"50523",6133,7433 -"50524",6133,8541 -"50525",6133,10616 -"50526",6133,18571 -"50527",6133,19806 -"50528",6133,21741 -"50529",6133,31274 -"50530",6133,32493 -"50531",6133,32698 -"50532",6133,33192 -"50533",6133,34251 -"50534",6133,36136 -"50535",6133,38770 -"50536",6133,48078 -"50537",6133,76132 -"50538",6133,76675 -"50539",6133,77397 -"50540",6133,81950 -"50541",6133,92912 -"50542",6133,111034 -"50543",6134,6154 -"50544",6134,6263 -"50545",6134,10799 -"50546",6134,13520 -"50547",6134,18510 -"50548",6134,19222 -"50549",6134,21314 -"50550",6134,37418 -"50551",6134,57104 -"50552",6134,72621 -"50553",6134,85365 -"50554",6134,89283 -"50555",6135,27227 -"50556",6136,94765 -"50557",6137,17322 -"50558",6137,17436 -"50559",6137,17999 -"50560",6137,34215 -"50561",6137,36662 -"50562",6137,47319 -"50563",6137,50233 -"50564",6137,51167 -"50565",6138,58805 -"50566",6139,86499 -"50567",6139,115344 -"50568",6140,28361 -"50569",6140,49651 -"50570",6140,77683 -"50571",6140,91812 -"50572",6140,94571 -"50573",6140,104162 -"50574",6141,27681 -"50575",6141,96175 -"50576",6141,111817 -"50577",6142,6185 -"50578",6142,35974 -"50579",6142,77078 -"50580",6143,6144 -"50581",6143,6174 -"50582",6143,33644 -"50583",6143,38925 -"50584",6143,50046 -"50585",6143,50060 -"50586",6144,6174 -"50587",6145,6309 -"50588",6146,6189 -"50589",6147,13070 -"50590",6147,106625 -"50591",6148,42962 -"50592",6148,69364 -"50593",6148,69371 -"50594",6149,54636 -"50595",6149,87268 -"50596",6149,107098 -"50597",6150,25639 -"50598",6150,29499 -"50599",6150,52410 -"50600",6152,9852 -"50601",6152,19764 -"50602",6152,22572 -"50603",6152,32113 -"50604",6152,36960 -"50605",6152,47082 -"50606",6152,49726 -"50607",6152,55820 -"50608",6152,73289 -"50609",6152,77774 -"50610",6152,77795 -"50611",6152,89086 -"50612",6152,95481 -"50613",6152,122970 -"50614",6153,15882 -"50615",6153,20500 -"50616",6153,21706 -"50617",6153,26806 -"50618",6153,34907 -"50619",6153,45224 -"50620",6153,49194 -"50621",6153,54695 -"50622",6153,65130 -"50623",6153,67488 -"50624",6153,73711 -"50625",6153,89223 -"50626",6153,119628 -"50627",6154,6263 -"50628",6154,12713 -"50629",6154,13520 -"50630",6154,15299 -"50631",6154,16304 -"50632",6154,18510 -"50633",6154,22130 -"50634",6154,32591 -"50635",6154,32638 -"50636",6154,33835 -"50637",6154,60064 -"50638",6154,89372 -"50639",6154,101466 -"50640",6154,115476 -"50641",6155,8586 -"50642",6155,25784 -"50643",6155,25849 -"50644",6155,25869 -"50645",6155,25900 -"50646",6156,30714 -"50647",6156,31273 -"50648",6156,46044 -"50649",6157,6304 -"50650",6157,8586 -"50651",6157,9438 -"50652",6157,18808 -"50653",6157,19050 -"50654",6157,21504 -"50655",6157,21558 -"50656",6157,25869 -"50657",6157,32236 -"50658",6157,37565 -"50659",6157,91016 -"50660",6158,6277 -"50661",6159,26812 -"50662",6159,55693 -"50663",6160,21535 -"50664",6160,36914 -"50665",6160,55418 -"50666",6160,62018 -"50667",6160,65590 -"50668",6160,79128 -"50669",6160,89834 -"50670",6160,91302 -"50671",6161,83964 -"50672",6162,6829 -"50673",6162,7330 -"50674",6162,9373 -"50675",6162,10390 -"50676",6162,14199 -"50677",6162,14993 -"50678",6162,20269 -"50679",6162,20588 -"50680",6162,24639 -"50681",6162,24721 -"50682",6162,28067 -"50683",6162,28491 -"50684",6162,28500 -"50685",6162,29636 -"50686",6162,32015 -"50687",6162,35251 -"50688",6162,35672 -"50689",6162,35888 -"50690",6162,46091 -"50691",6162,54879 -"50692",6162,63643 -"50693",6162,71651 -"50694",6162,72418 -"50695",6162,72462 -"50696",6162,72472 -"50697",6162,73197 -"50698",6163,6256 -"50699",6163,64539 -"50700",6164,25062 -"50701",6165,67556 -"50702",6165,67748 -"50703",6165,108417 -"50704",6166,15983 -"50705",6166,15984 -"50706",6167,10326 -"50707",6167,12623 -"50708",6167,34107 -"50709",6167,44748 -"50710",6167,89792 -"50711",6167,90226 -"50712",6168,6203 -"50713",6168,21392 -"50714",6168,43419 -"50715",6168,45054 -"50716",6168,45166 -"50717",6168,50781 -"50718",6168,84574 -"50719",6168,91671 -"50720",6168,93806 -"50721",6168,103028 -"50722",6169,31271 -"50723",6169,42120 -"50724",6169,70644 -"50725",6169,81485 -"50726",6169,113397 -"50727",6171,13013 -"50728",6171,13790 -"50729",6171,22016 -"50730",6171,30054 -"50731",6171,30805 -"50732",6171,54214 -"50733",6171,54971 -"50734",6171,55386 -"50735",6171,56020 -"50736",6171,56050 -"50737",6171,63541 -"50738",6172,15416 -"50739",6172,23507 -"50740",6173,11852 -"50741",6173,33032 -"50742",6173,40138 -"50743",6173,64318 -"50744",6173,87075 -"50745",6173,121211 -"50746",6174,12047 -"50747",6174,45381 -"50748",6175,6375 -"50749",6175,6991 -"50750",6175,10458 -"50751",6175,12338 -"50752",6175,16590 -"50753",6175,26668 -"50754",6175,45847 -"50755",6175,48892 -"50756",6175,61330 -"50757",6175,70656 -"50758",6176,6673 -"50759",6176,9717 -"50760",6176,14396 -"50761",6176,18342 -"50762",6176,19257 -"50763",6176,21684 -"50764",6176,22897 -"50765",6176,56100 -"50766",6176,67909 -"50767",6176,81135 -"50768",6176,81180 -"50769",6177,7196 -"50770",6177,7984 -"50771",6177,7985 -"50772",6177,8913 -"50773",6177,8922 -"50774",6177,11189 -"50775",6177,12312 -"50776",6177,13415 -"50777",6177,15160 -"50778",6177,15401 -"50779",6177,15887 -"50780",6177,16259 -"50781",6177,17828 -"50782",6177,21178 -"50783",6177,24630 -"50784",6177,26485 -"50785",6177,26882 -"50786",6177,28784 -"50787",6177,32672 -"50788",6177,32988 -"50789",6177,46733 -"50790",6177,47438 -"50791",6177,54215 -"50792",6177,54593 -"50793",6177,54729 -"50794",6177,55363 -"50795",6177,63112 -"50796",6177,63328 -"50797",6177,65155 -"50798",6177,71033 -"50799",6177,73409 -"50800",6177,75568 -"50801",6177,80625 -"50802",6177,81046 -"50803",6177,82721 -"50804",6177,90968 -"50805",6177,90972 -"50806",6177,91482 -"50807",6177,104590 -"50808",6177,108463 -"50809",6177,116534 -"50810",6177,116545 -"50811",6178,6298 -"50812",6179,19887 -"50813",6179,19897 -"50814",6179,76228 -"50815",6180,21220 -"50816",6180,28890 -"50817",6180,32071 -"50818",6180,63844 -"50819",6180,82837 -"50820",6180,88300 -"50821",6181,12443 -"50822",6181,37230 -"50823",6181,53312 -"50824",6181,54400 -"50825",6181,59915 -"50826",6181,79954 -"50827",6181,85300 -"50828",6182,20312 -"50829",6182,52776 -"50830",6182,78078 -"50831",6182,100673 -"50832",6183,18928 -"50833",6183,19504 -"50834",6183,36927 -"50835",6183,37461 -"50836",6183,54357 -"50837",6184,45205 -"50838",6184,47173 -"50839",6185,12606 -"50840",6185,62262 -"50841",6185,72162 -"50842",6186,7676 -"50843",6186,11708 -"50844",6186,12027 -"50845",6186,16642 -"50846",6186,60182 -"50847",6186,60253 -"50848",6186,60254 -"50849",6187,20331 -"50850",6187,33429 -"50851",6188,52365 -"50852",6188,52475 -"50853",6189,7010 -"50854",6189,22945 -"50855",6189,23462 -"50856",6189,31753 -"50857",6189,32935 -"50858",6189,45357 -"50859",6189,52462 -"50860",6189,55273 -"50861",6189,55995 -"50862",6189,61504 -"50863",6189,97068 -"50864",6189,114517 -"50865",6191,101597 -"50866",6192,6208 -"50867",6192,6626 -"50868",6192,12631 -"50869",6192,20250 -"50870",6192,29337 -"50871",6192,34612 -"50872",6192,34692 -"50873",6192,41764 -"50874",6192,41804 -"50875",6192,44711 -"50876",6192,50866 -"50877",6192,51610 -"50878",6192,55393 -"50879",6192,57267 -"50880",6192,61094 -"50881",6192,63670 -"50882",6192,71638 -"50883",6193,8686 -"50884",6193,8847 -"50885",6193,8866 -"50886",6193,8870 -"50887",6193,8942 -"50888",6193,8959 -"50889",6193,8961 -"50890",6193,12010 -"50891",6193,13313 -"50892",6193,15396 -"50893",6193,36087 -"50894",6193,49929 -"50895",6193,75921 -"50896",6193,79390 -"50897",6193,81837 -"50898",6193,81838 -"50899",6193,95162 -"50900",6194,27171 -"50901",6194,47840 -"50902",6194,80056 -"50903",6195,6415 -"50904",6196,35153 -"50905",6196,103375 -"50906",6196,105624 -"50907",6196,113077 -"50908",6197,24982 -"50909",6197,29626 -"50910",6197,33493 -"50911",6199,8620 -"50912",6199,35539 -"50913",6199,38251 -"50914",6199,51590 -"50915",6199,55504 -"50916",6199,66081 -"50917",6199,84622 -"50918",6200,6201 -"50919",6200,6202 -"50920",6200,9519 -"50921",6200,28009 -"50922",6201,6202 -"50923",6201,8509 -"50924",6201,9519 -"50925",6201,11717 -"50926",6201,17528 -"50927",6201,19290 -"50928",6201,19867 -"50929",6201,22688 -"50930",6201,28009 -"50931",6201,45994 -"50932",6201,50991 -"50933",6202,19290 -"50934",6204,6321 -"50935",6204,6358 -"50936",6204,11715 -"50937",6204,14052 -"50938",6204,16585 -"50939",6204,27255 -"50940",6204,30154 -"50941",6204,32339 -"50942",6204,37069 -"50943",6204,37385 -"50944",6204,39000 -"50945",6204,43214 -"50946",6204,45389 -"50947",6204,53987 -"50948",6204,58334 -"50949",6204,66323 -"50950",6204,67499 -"50951",6204,73015 -"50952",6204,78931 -"50953",6204,83444 -"50954",6204,87107 -"50955",6204,90529 -"50956",6204,99949 -"50957",6204,101914 -"50958",6204,103631 -"50959",6204,103723 -"50960",6204,103732 -"50961",6204,103759 -"50962",6204,103773 -"50963",6205,24669 -"50964",6205,31100 -"50965",6205,38091 -"50966",6205,60055 -"50967",6205,74355 -"50968",6206,6679 -"50969",6206,12250 -"50970",6206,35155 -"50971",6206,49545 -"50972",6206,63576 -"50973",6206,77395 -"50974",6207,7153 -"50975",6207,9758 -"50976",6207,11866 -"50977",6207,13431 -"50978",6207,19253 -"50979",6207,20470 -"50980",6207,28694 -"50981",6207,28795 -"50982",6207,35467 -"50983",6207,40933 -"50984",6207,52767 -"50985",6207,54865 -"50986",6207,54901 -"50987",6208,7186 -"50988",6208,17504 -"50989",6208,25895 -"50990",6208,33550 -"50991",6208,34444 -"50992",6208,35738 -"50993",6208,37246 -"50994",6208,43694 -"50995",6208,47806 -"50996",6208,56556 -"50997",6208,64797 -"50998",6208,64854 -"50999",6209,25388 -"51000",6209,58911 -"51001",6210,20130 -"51002",6210,31647 -"51003",6210,36397 -"51004",6210,50585 -"51005",6211,19643 -"51006",6211,42078 -"51007",6211,67023 -"51008",6212,43169 -"51009",6212,57474 -"51010",6212,61979 -"51011",6212,100099 -"51012",6213,56298 -"51013",6213,66573 -"51014",6214,34152 -"51015",6214,34779 -"51016",6214,34832 -"51017",6214,34843 -"51018",6214,48854 -"51019",6214,58218 -"51020",6214,58258 -"51021",6214,60043 -"51022",6214,63138 -"51023",6214,65847 -"51024",6214,65916 -"51025",6214,66140 -"51026",6214,66174 -"51027",6214,70936 -"51028",6214,73537 -"51029",6214,73938 -"51030",6214,74931 -"51031",6215,6750 -"51032",6215,6751 -"51033",6215,8369 -"51034",6215,9051 -"51035",6215,10105 -"51036",6215,13307 -"51037",6215,14656 -"51038",6215,14666 -"51039",6215,15396 -"51040",6215,18152 -"51041",6215,18394 -"51042",6215,19862 -"51043",6215,20737 -"51044",6215,21672 -"51045",6215,22027 -"51046",6215,22170 -"51047",6215,23526 -"51048",6215,23626 -"51049",6215,23715 -"51050",6215,24864 -"51051",6215,28477 -"51052",6215,28600 -"51053",6215,30031 -"51054",6215,32398 -"51055",6215,36704 -"51056",6215,40493 -"51057",6215,43001 -"51058",6215,44741 -"51059",6215,47214 -"51060",6215,48035 -"51061",6215,58439 -"51062",6216,7102 -"51063",6216,7423 -"51064",6216,17108 -"51065",6216,18750 -"51066",6216,28534 -"51067",6216,30590 -"51068",6216,34103 -"51069",6216,35943 -"51070",6216,36470 -"51071",6216,37472 -"51072",6216,38564 -"51073",6216,41009 -"51074",6216,41930 -"51075",6216,42999 -"51076",6216,46297 -"51077",6216,46653 -"51078",6216,46760 -"51079",6216,50086 -"51080",6216,52502 -"51081",6216,58100 -"51082",6216,60241 -"51083",6216,62605 -"51084",6216,62766 -"51085",6216,66027 -"51086",6216,69733 -"51087",6216,70233 -"51088",6216,70498 -"51089",6216,73294 -"51090",6216,79849 -"51091",6216,80032 -"51092",6216,87234 -"51093",6216,87389 -"51094",6216,88553 -"51095",6216,90824 -"51096",6216,91026 -"51097",6216,94523 -"51098",6216,97278 -"51099",6216,101052 -"51100",6216,102351 -"51101",6216,103201 -"51102",6216,103637 -"51103",6216,105625 -"51104",6216,105878 -"51105",6216,108190 -"51106",6216,112471 -"51107",6216,112608 -"51108",6216,113253 -"51109",6216,115957 -"51110",6216,117025 -"51111",6216,118083 -"51112",6216,118350 -"51113",6216,119288 -"51114",6216,119979 -"51115",6216,120463 -"51116",6216,120753 -"51117",6216,121167 -"51118",6216,121285 -"51119",6216,121330 -"51120",6216,122370 -"51121",6216,122380 -"51122",6216,123380 -"51123",6217,6800 -"51124",6217,16589 -"51125",6217,16623 -"51126",6217,16730 -"51127",6217,31223 -"51128",6217,31259 -"51129",6217,31756 -"51130",6217,31925 -"51131",6217,34367 -"51132",6217,35289 -"51133",6217,36052 -"51134",6217,51276 -"51135",6217,66398 -"51136",6217,100045 -"51137",6217,110038 -"51138",6217,112158 -"51139",6218,10181 -"51140",6219,74315 -"51141",6220,24962 -"51142",6220,45838 -"51143",6220,74015 -"51144",6220,78593 -"51145",6220,102211 -"51146",6220,105546 -"51147",6220,105562 -"51148",6220,113491 -"51149",6221,6821 -"51150",6221,8865 -"51151",6221,12067 -"51152",6221,19587 -"51153",6221,22030 -"51154",6221,26077 -"51155",6221,26207 -"51156",6221,31605 -"51157",6221,46691 -"51158",6221,74681 -"51159",6222,8170 -"51160",6222,8659 -"51161",6222,11517 -"51162",6222,12221 -"51163",6222,13828 -"51164",6222,14959 -"51165",6222,17582 -"51166",6222,29731 -"51167",6222,36498 -"51168",6222,38921 -"51169",6222,47747 -"51170",6222,84475 -"51171",6222,93289 -"51172",6223,21299 -"51173",6223,22731 -"51174",6223,28593 -"51175",6223,28688 -"51176",6223,28714 -"51177",6223,28763 -"51178",6223,29397 -"51179",6223,33687 -"51180",6223,36148 -"51181",6223,36376 -"51182",6223,37048 -"51183",6224,27837 -"51184",6224,31050 -"51185",6224,31072 -"51186",6224,35302 -"51187",6224,96746 -"51188",6224,107187 -"51189",6225,12954 -"51190",6225,47190 -"51191",6225,96126 -"51192",6226,6739 -"51193",6227,22759 -"51194",6227,26431 -"51195",6227,26499 -"51196",6227,29594 -"51197",6227,30504 -"51198",6227,54003 -"51199",6227,98963 -"51200",6228,23889 -"51201",6228,56070 -"51202",6228,56845 -"51203",6228,76131 -"51204",6228,97132 -"51205",6229,25722 -"51206",6229,110540 -"51207",6229,112007 -"51208",6229,115275 -"51209",6230,6297 -"51210",6230,66192 -"51211",6230,82940 -"51212",6230,103059 -"51213",6231,6853 -"51214",6231,43551 -"51215",6231,43679 -"51216",6231,58297 -"51217",6231,58298 -"51218",6232,6372 -"51219",6233,31271 -"51220",6233,56961 -"51221",6234,6235 -"51222",6234,16949 -"51223",6234,19003 -"51224",6234,20521 -"51225",6234,27811 -"51226",6234,28496 -"51227",6234,31537 -"51228",6234,37454 -"51229",6234,38503 -"51230",6234,41521 -"51231",6234,42688 -"51232",6234,42927 -"51233",6234,44727 -"51234",6234,45966 -"51235",6234,51287 -"51236",6234,58691 -"51237",6234,62669 -"51238",6234,65502 -"51239",6234,68060 -"51240",6234,74813 -"51241",6234,75003 -"51242",6234,82246 -"51243",6234,94655 -"51244",6234,97562 -"51245",6234,102267 -"51246",6234,102480 -"51247",6235,8211 -"51248",6235,8497 -"51249",6235,12024 -"51250",6235,12120 -"51251",6235,14591 -"51252",6235,15239 -"51253",6235,27811 -"51254",6235,31943 -"51255",6235,37454 -"51256",6235,38503 -"51257",6235,44727 -"51258",6235,74813 -"51259",6235,82459 -"51260",6235,83238 -"51261",6235,97562 -"51262",6235,101904 -"51263",6236,17326 -"51264",6236,20395 -"51265",6236,28345 -"51266",6236,30019 -"51267",6236,56067 -"51268",6236,58278 -"51269",6236,64156 -"51270",6236,69545 -"51271",6236,74100 -"51272",6236,91495 -"51273",6236,112650 -"51274",6237,6363 -"51275",6237,6370 -"51276",6237,6389 -"51277",6237,6402 -"51278",6237,6403 -"51279",6237,6404 -"51280",6237,6410 -"51281",6237,6414 -"51282",6237,13170 -"51283",6237,14279 -"51284",6237,23255 -"51285",6237,25198 -"51286",6237,32722 -"51287",6237,45311 -"51288",6237,47452 -"51289",6237,49488 -"51290",6237,51077 -"51291",6237,54328 -"51292",6238,6399 -"51293",6238,35553 -"51294",6238,39418 -"51295",6238,40056 -"51296",6238,65522 -"51297",6238,88284 -"51298",6238,88386 -"51299",6238,97313 -"51300",6239,10360 -"51301",6239,31061 -"51302",6240,9852 -"51303",6240,13801 -"51304",6240,34208 -"51305",6240,112050 -"51306",6241,10859 -"51307",6241,11746 -"51308",6241,14843 -"51309",6241,16248 -"51310",6241,24405 -"51311",6241,39278 -"51312",6241,40889 -"51313",6241,43246 -"51314",6241,45176 -"51315",6241,52440 -"51316",6241,52488 -"51317",6241,52532 -"51318",6241,60455 -"51319",6242,12394 -"51320",6242,13745 -"51321",6242,22291 -"51322",6242,36243 -"51323",6242,46903 -"51324",6242,53223 -"51325",6242,55690 -"51326",6242,55782 -"51327",6242,60283 -"51328",6243,88797 -"51329",6244,7484 -"51330",6244,9952 -"51331",6244,13723 -"51332",6244,46846 -"51333",6244,70003 -"51334",6244,105225 -"51335",6245,6765 -"51336",6245,16416 -"51337",6245,27286 -"51338",6245,27547 -"51339",6245,30153 -"51340",6245,34041 -"51341",6245,63214 -"51342",6245,64605 -"51343",6245,66171 -"51344",6245,67117 -"51345",6245,71266 -"51346",6245,71294 -"51347",6245,71343 -"51348",6246,8999 -"51349",6246,9032 -"51350",6246,9074 -"51351",6246,9115 -"51352",6246,9177 -"51353",6246,9178 -"51354",6246,9180 -"51355",6246,83098 -"51356",6247,102490 -"51357",6248,8911 -"51358",6248,8951 -"51359",6248,8970 -"51360",6248,10710 -"51361",6248,10784 -"51362",6248,23165 -"51363",6248,59804 -"51364",6248,86850 -"51365",6249,6265 -"51366",6249,24523 -"51367",6249,116663 -"51368",6250,13874 -"51369",6250,68760 -"51370",6250,86498 -"51371",6250,114302 -"51372",6251,21091 -"51373",6251,21135 -"51374",6251,21888 -"51375",6251,21912 -"51376",6251,21945 -"51377",6251,22047 -"51378",6251,22067 -"51379",6251,37986 -"51380",6251,38768 -"51381",6252,20524 -"51382",6252,20625 -"51383",6252,41719 -"51384",6252,48759 -"51385",6252,55376 -"51386",6252,69983 -"51387",6252,80305 -"51388",6253,95737 -"51389",6253,106355 -"51390",6254,6560 -"51391",6254,7581 -"51392",6254,8307 -"51393",6254,8534 -"51394",6254,9366 -"51395",6254,11110 -"51396",6254,11766 -"51397",6254,12735 -"51398",6254,12779 -"51399",6254,13360 -"51400",6254,13942 -"51401",6254,15027 -"51402",6254,15185 -"51403",6254,15216 -"51404",6254,15964 -"51405",6254,16252 -"51406",6254,16872 -"51407",6254,17145 -"51408",6254,17508 -"51409",6254,18060 -"51410",6254,18217 -"51411",6254,22462 -"51412",6254,22823 -"51413",6254,23147 -"51414",6254,23421 -"51415",6254,23632 -"51416",6254,23953 -"51417",6254,24495 -"51418",6254,24710 -"51419",6254,25143 -"51420",6254,25303 -"51421",6254,25664 -"51422",6254,26407 -"51423",6254,27174 -"51424",6254,27196 -"51425",6254,27710 -"51426",6254,28703 -"51427",6254,29253 -"51428",6254,29341 -"51429",6254,29560 -"51430",6254,29573 -"51431",6254,29868 -"51432",6254,32438 -"51433",6254,32967 -"51434",6254,33223 -"51435",6254,33881 -"51436",6254,34097 -"51437",6254,34330 -"51438",6254,34513 -"51439",6254,35400 -"51440",6254,36476 -"51441",6254,36547 -"51442",6254,36745 -"51443",6254,37821 -"51444",6254,37931 -"51445",6254,38319 -"51446",6254,39398 -"51447",6254,39492 -"51448",6254,40320 -"51449",6254,40373 -"51450",6254,40542 -"51451",6254,41182 -"51452",6254,42131 -"51453",6254,46843 -"51454",6254,48331 -"51455",6255,10003 -"51456",6255,34377 -"51457",6255,38607 -"51458",6255,50656 -"51459",6255,59071 -"51460",6255,59259 -"51461",6255,75637 -"51462",6256,23936 -"51463",6257,6699 -"51464",6257,6865 -"51465",6257,7286 -"51466",6257,7476 -"51467",6257,14577 -"51468",6257,31609 -"51469",6257,36813 -"51470",6257,72579 -"51471",6257,85190 -"51472",6257,108552 -"51473",6258,13379 -"51474",6258,13559 -"51475",6258,31727 -"51476",6258,41219 -"51477",6258,66788 -"51478",6259,8568 -"51479",6259,15317 -"51480",6259,54864 -"51481",6259,74187 -"51482",6259,78375 -"51483",6259,86488 -"51484",6260,15813 -"51485",6260,19248 -"51486",6260,25577 -"51487",6260,33394 -"51488",6260,34423 -"51489",6260,34885 -"51490",6260,75062 -"51491",6261,11846 -"51492",6261,36259 -"51493",6261,44827 -"51494",6261,46702 -"51495",6261,90356 -"51496",6262,6755 -"51497",6262,14560 -"51498",6262,16064 -"51499",6262,16075 -"51500",6262,31994 -"51501",6262,32040 -"51502",6262,32070 -"51503",6262,43531 -"51504",6262,85896 -"51505",6263,18510 -"51506",6263,21314 -"51507",6263,23362 -"51508",6263,29181 -"51509",6263,48937 -"51510",6263,77026 -"51511",6263,83269 -"51512",6263,84666 -"51513",6264,9624 -"51514",6264,10523 -"51515",6264,40028 -"51516",6264,70724 -"51517",6264,97237 -"51518",6264,101793 -"51519",6264,108528 -"51520",6265,22904 -"51521",6265,35613 -"51522",6266,22302 -"51523",6266,40168 -"51524",6266,48986 -"51525",6266,57609 -"51526",6266,78209 -"51527",6266,86675 -"51528",6266,117166 -"51529",6267,23405 -"51530",6267,33572 -"51531",6267,36042 -"51532",6267,40695 -"51533",6267,45633 -"51534",6267,54150 -"51535",6267,64410 -"51536",6267,65162 -"51537",6267,65691 -"51538",6267,70324 -"51539",6267,72141 -"51540",6267,80425 -"51541",6267,99091 -"51542",6267,120791 -"51543",6268,47019 -"51544",6268,80734 -"51545",6268,81244 -"51546",6269,14573 -"51547",6269,15830 -"51548",6269,36857 -"51549",6269,61406 -"51550",6269,69684 -"51551",6269,77977 -"51552",6269,80678 -"51553",6270,9362 -"51554",6270,15694 -"51555",6270,20063 -"51556",6270,21719 -"51557",6270,24249 -"51558",6270,39494 -"51559",6271,9958 -"51560",6271,11893 -"51561",6271,11955 -"51562",6271,22077 -"51563",6271,26279 -"51564",6271,26372 -"51565",6271,26383 -"51566",6271,26540 -"51567",6271,73212 -"51568",6271,87189 -"51569",6271,87313 -"51570",6271,87387 -"51571",6272,33451 -"51572",6272,33827 -"51573",6272,48339 -"51574",6272,65348 -"51575",6272,91947 -"51576",6272,92413 -"51577",6273,11641 -"51578",6273,15859 -"51579",6273,20109 -"51580",6273,20154 -"51581",6273,23418 -"51582",6273,24984 -"51583",6273,25011 -"51584",6273,28849 -"51585",6273,31723 -"51586",6273,46501 -"51587",6273,84025 -"51588",6274,34104 -"51589",6275,9729 -"51590",6275,15270 -"51591",6276,22467 -"51592",6276,76367 -"51593",6276,100207 -"51594",6276,100668 -"51595",6277,7478 -"51596",6277,15848 -"51597",6277,20528 -"51598",6277,20611 -"51599",6277,46510 -"51600",6278,15800 -"51601",6278,16357 -"51602",6278,22204 -"51603",6278,25442 -"51604",6278,28776 -"51605",6278,40484 -"51606",6278,49507 -"51607",6278,69139 -"51608",6279,6281 -"51609",6279,8797 -"51610",6279,13081 -"51611",6279,15289 -"51612",6279,16629 -"51613",6279,17184 -"51614",6279,22490 -"51615",6279,23717 -"51616",6279,24848 -"51617",6279,25299 -"51618",6279,30144 -"51619",6279,32874 -"51620",6279,35391 -"51621",6279,37353 -"51622",6279,40983 -"51623",6279,48520 -"51624",6279,52530 -"51625",6279,57522 -"51626",6279,60849 -"51627",6279,77481 -"51628",6279,79463 -"51629",6279,91520 -"51630",6279,92507 -"51631",6279,92816 -"51632",6279,93479 -"51633",6280,7868 -"51634",6280,10365 -"51635",6280,11566 -"51636",6280,13527 -"51637",6280,13822 -"51638",6280,16453 -"51639",6280,18066 -"51640",6280,22460 -"51641",6280,29541 -"51642",6280,44125 -"51643",6280,54622 -"51644",6280,62438 -"51645",6280,62917 -"51646",6280,63026 -"51647",6280,71659 -"51648",6280,73684 -"51649",6281,13081 -"51650",6281,15289 -"51651",6281,16629 -"51652",6281,19414 -"51653",6281,22490 -"51654",6281,24848 -"51655",6281,29499 -"51656",6281,30144 -"51657",6281,52530 -"51658",6281,55280 -"51659",6281,78088 -"51660",6281,80802 -"51661",6281,91520 -"51662",6281,92507 -"51663",6281,92816 -"51664",6281,93255 -"51665",6281,93321 -"51666",6281,93479 -"51667",6282,6387 -"51668",6282,8620 -"51669",6282,9337 -"51670",6282,9633 -"51671",6282,20665 -"51672",6282,28655 -"51673",6282,52957 -"51674",6283,19338 -"51675",6283,19492 -"51676",6283,36315 -"51677",6283,41231 -"51678",6283,41273 -"51679",6283,41312 -"51680",6284,7704 -"51681",6284,9418 -"51682",6284,42196 -"51683",6284,77830 -"51684",6285,6527 -"51685",6285,10714 -"51686",6285,11801 -"51687",6285,12245 -"51688",6285,12373 -"51689",6285,17917 -"51690",6285,19216 -"51691",6285,28770 -"51692",6285,29112 -"51693",6285,32411 -"51694",6285,62538 -"51695",6285,67352 -"51696",6285,69528 -"51697",6285,78570 -"51698",6285,79327 -"51699",6285,85639 -"51700",6285,87994 -"51701",6285,88174 -"51702",6285,90056 -"51703",6285,98800 -"51704",6285,107773 -"51705",6286,6323 -"51706",6287,8418 -"51707",6287,8437 -"51708",6287,16636 -"51709",6287,20370 -"51710",6287,20633 -"51711",6287,21176 -"51712",6287,21849 -"51713",6287,30285 -"51714",6287,42121 -"51715",6287,51017 -"51716",6287,51021 -"51717",6287,51035 -"51718",6287,51046 -"51719",6287,51047 -"51720",6287,63347 -"51721",6287,95720 -"51722",6288,24573 -"51723",6288,24762 -"51724",6288,34415 -"51725",6288,36280 -"51726",6288,39658 -"51727",6288,45554 -"51728",6288,69139 -"51729",6288,100531 -"51730",6289,70507 -"51731",6290,32477 -"51732",6290,69393 -"51733",6290,75992 -"51734",6290,88959 -"51735",6290,99880 -"51736",6290,116341 -"51737",6290,117074 -"51738",6290,117645 -"51739",6290,117655 -"51740",6291,8598 -"51741",6291,9385 -"51742",6291,14160 -"51743",6291,18421 -"51744",6291,40627 -"51745",6291,41091 -"51746",6292,25255 -"51747",6292,84070 -"51748",6292,85619 -"51749",6292,105707 -"51750",6293,11538 -"51751",6293,24242 -"51752",6293,32456 -"51753",6293,51094 -"51754",6293,54440 -"51755",6293,81408 -"51756",6293,108075 -"51757",6294,6582 -"51758",6294,8353 -"51759",6294,8491 -"51760",6294,24725 -"51761",6294,34012 -"51762",6294,47248 -"51763",6294,51017 -"51764",6294,63547 -"51765",6294,70020 -"51766",6294,74975 -"51767",6294,82977 -"51768",6294,90921 -"51769",6294,95460 -"51770",6294,95997 -"51771",6294,97993 -"51772",6294,117701 -"51773",6294,117703 -"51774",6294,117707 -"51775",6295,6312 -"51776",6295,6314 -"51777",6295,6334 -"51778",6295,9840 -"51779",6295,20695 -"51780",6295,32124 -"51781",6295,32770 -"51782",6295,47536 -"51783",6295,47537 -"51784",6295,47547 -"51785",6295,47639 -"51786",6295,66191 -"51787",6296,6806 -"51788",6296,18004 -"51789",6296,49332 -"51790",6296,50565 -"51791",6296,54305 -"51792",6296,71342 -"51793",6296,71473 -"51794",6296,81838 -"51795",6296,94565 -"51796",6296,96389 -"51797",6296,107544 -"51798",6296,119005 -"51799",6297,9676 -"51800",6297,113997 -"51801",6298,6511 -"51802",6298,7526 -"51803",6298,13407 -"51804",6298,14819 -"51805",6298,18027 -"51806",6298,18066 -"51807",6298,18415 -"51808",6298,24796 -"51809",6298,25531 -"51810",6298,25646 -"51811",6298,28212 -"51812",6298,33286 -"51813",6298,36183 -"51814",6298,38736 -"51815",6298,49623 -"51816",6298,65162 -"51817",6298,69520 -"51818",6298,76482 -"51819",6298,78811 -"51820",6298,82242 -"51821",6298,84682 -"51822",6298,91862 -"51823",6298,101134 -"51824",6298,101526 -"51825",6298,101965 -"51826",6298,102639 -"51827",6298,104139 -"51828",6299,6306 -"51829",6299,6992 -"51830",6301,6324 -"51831",6301,7105 -"51832",6301,8106 -"51833",6301,9423 -"51834",6301,12011 -"51835",6301,12081 -"51836",6301,13963 -"51837",6301,18670 -"51838",6301,18728 -"51839",6301,18857 -"51840",6301,20417 -"51841",6301,20528 -"51842",6301,20529 -"51843",6301,20616 -"51844",6301,20722 -"51845",6301,20830 -"51846",6301,21079 -"51847",6301,23147 -"51848",6301,28249 -"51849",6301,28695 -"51850",6301,37296 -"51851",6301,38307 -"51852",6301,42028 -"51853",6301,45311 -"51854",6301,48837 -"51855",6301,49470 -"51856",6301,57238 -"51857",6301,57437 -"51858",6301,60040 -"51859",6301,62901 -"51860",6301,63803 -"51861",6301,70536 -"51862",6301,70573 -"51863",6302,7195 -"51864",6302,15500 -"51865",6302,16547 -"51866",6302,17853 -"51867",6302,21576 -"51868",6302,32761 -"51869",6302,33826 -"51870",6302,37100 -"51871",6302,37677 -"51872",6302,44200 -"51873",6302,44235 -"51874",6302,45512 -"51875",6302,49343 -"51876",6302,51421 -"51877",6302,60301 -"51878",6302,60969 -"51879",6302,71702 -"51880",6302,71704 -"51881",6302,71716 -"51882",6302,71741 -"51883",6302,73637 -"51884",6302,93307 -"51885",6302,94918 -"51886",6302,94948 -"51887",6303,6469 -"51888",6303,6523 -"51889",6303,6634 -"51890",6303,25203 -"51891",6303,26453 -"51892",6303,42554 -"51893",6304,29020 -"51894",6305,26908 -"51895",6305,27040 -"51896",6306,48504 -"51897",6306,84482 -"51898",6307,13537 -"51899",6307,20635 -"51900",6307,23245 -"51901",6307,24640 -"51902",6307,24705 -"51903",6307,29140 -"51904",6307,30344 -"51905",6307,34487 -"51906",6307,37491 -"51907",6307,38805 -"51908",6308,7557 -"51909",6308,51876 -"51910",6311,36020 -"51911",6312,6314 -"51912",6312,6334 -"51913",6312,7459 -"51914",6312,9269 -"51915",6312,9840 -"51916",6312,11090 -"51917",6312,12914 -"51918",6312,14380 -"51919",6312,14429 -"51920",6312,14883 -"51921",6312,15926 -"51922",6312,15945 -"51923",6312,16599 -"51924",6312,20695 -"51925",6312,25748 -"51926",6312,32686 -"51927",6312,32966 -"51928",6312,38697 -"51929",6312,40379 -"51930",6312,46568 -"51931",6312,56364 -"51932",6312,65725 -"51933",6312,76796 -"51934",6312,80130 -"51935",6312,82528 -"51936",6312,85433 -"51937",6312,86880 -"51938",6312,94223 -"51939",6312,104735 -"51940",6312,110336 -"51941",6312,111881 -"51942",6312,115766 -"51943",6312,117032 -"51944",6312,121457 -"51945",6313,6824 -"51946",6313,6973 -"51947",6313,16473 -"51948",6313,16549 -"51949",6313,23556 -"51950",6313,33853 -"51951",6313,81896 -"51952",6314,6334 -"51953",6314,9840 -"51954",6314,9948 -"51955",6314,14429 -"51956",6314,20695 -"51957",6314,30089 -"51958",6314,32124 -"51959",6314,32770 -"51960",6314,41260 -"51961",6314,47536 -"51962",6314,47537 -"51963",6314,47547 -"51964",6314,47639 -"51965",6314,56364 -"51966",6314,56366 -"51967",6314,72352 -"51968",6314,76944 -"51969",6314,80090 -"51970",6314,111470 -"51971",6314,117567 -"51972",6315,11518 -"51973",6315,61673 -"51974",6316,6333 -"51975",6316,7278 -"51976",6316,45879 -"51977",6316,59907 -"51978",6317,22294 -"51979",6317,22295 -"51980",6317,24416 -"51981",6317,73561 -"51982",6317,80991 -"51983",6318,6417 -"51984",6318,8210 -"51985",6318,12035 -"51986",6318,12042 -"51987",6318,17400 -"51988",6318,23404 -"51989",6318,34053 -"51990",6318,41214 -"51991",6318,42357 -"51992",6318,49424 -"51993",6318,51299 -"51994",6318,51496 -"51995",6318,52442 -"51996",6318,64472 -"51997",6318,73411 -"51998",6318,76905 -"51999",6318,78587 -"52000",6318,90169 -"52001",6318,102302 -"52002",6318,114364 -"52003",6319,8595 -"52004",6319,15792 -"52005",6319,22261 -"52006",6319,40698 -"52007",6319,55232 -"52008",6319,55244 -"52009",6319,55460 -"52010",6319,57042 -"52011",6319,88007 -"52012",6320,8770 -"52013",6320,22457 -"52014",6320,48888 -"52015",6320,50652 -"52016",6320,83296 -"52017",6320,84034 -"52018",6320,88253 -"52019",6320,90909 -"52020",6320,108186 -"52021",6320,121669 -"52022",6321,7393 -"52023",6321,11715 -"52024",6321,14052 -"52025",6321,30154 -"52026",6321,37069 -"52027",6321,37448 -"52028",6321,37499 -"52029",6321,37534 -"52030",6321,40906 -"52031",6321,53987 -"52032",6321,58334 -"52033",6321,66323 -"52034",6321,67499 -"52035",6321,73015 -"52036",6321,83444 -"52037",6321,99949 -"52038",6321,101914 -"52039",6321,103631 -"52040",6321,103723 -"52041",6321,103732 -"52042",6321,103759 -"52043",6321,103773 -"52044",6322,11443 -"52045",6322,38942 -"52046",6323,17823 -"52047",6323,107567 -"52048",6323,112597 -"52049",6324,9354 -"52050",6324,9499 -"52051",6324,16187 -"52052",6324,51277 -"52053",6324,53596 -"52054",6324,72218 -"52055",6324,97632 -"52056",6325,8438 -"52057",6325,14549 -"52058",6326,7683 -"52059",6326,19938 -"52060",6326,30796 -"52061",6326,32934 -"52062",6326,52996 -"52063",6326,81784 -"52064",6326,93458 -"52065",6326,95123 -"52066",6326,106141 -"52067",6326,106143 -"52068",6326,118875 -"52069",6326,120290 -"52070",6326,120310 -"52071",6327,9647 -"52072",6327,17221 -"52073",6327,17274 -"52074",6327,17339 -"52075",6327,17411 -"52076",6327,18160 -"52077",6327,28128 -"52078",6327,28243 -"52079",6328,10482 -"52080",6329,11721 -"52081",6329,26051 -"52082",6329,36106 -"52083",6329,43586 -"52084",6329,55615 -"52085",6329,65002 -"52086",6330,22843 -"52087",6330,28944 -"52088",6330,39035 -"52089",6330,43770 -"52090",6330,71859 -"52091",6330,76959 -"52092",6330,82542 -"52093",6331,9630 -"52094",6331,27590 -"52095",6331,43478 -"52096",6331,47366 -"52097",6331,78925 -"52098",6331,82315 -"52099",6331,82768 -"52100",6333,29012 -"52101",6333,50692 -"52102",6334,7341 -"52103",6334,7636 -"52104",6334,9895 -"52105",6334,11090 -"52106",6334,12914 -"52107",6334,12915 -"52108",6334,14081 -"52109",6334,14429 -"52110",6334,15926 -"52111",6334,19614 -"52112",6334,29306 -"52113",6334,30066 -"52114",6334,36165 -"52115",6334,39753 -"52116",6334,43120 -"52117",6334,53829 -"52118",6334,56364 -"52119",6334,76796 -"52120",6335,15681 -"52121",6335,17947 -"52122",6335,18855 -"52123",6335,95248 -"52124",6335,95291 -"52125",6336,6343 -"52126",6336,22659 -"52127",6337,54247 -"52128",6337,57697 -"52129",6337,64883 -"52130",6337,96755 -"52131",6337,106802 -"52132",6337,115507 -"52133",6338,49199 -"52134",6339,21151 -"52135",6339,53765 -"52136",6339,84372 -"52137",6339,116289 -"52138",6340,11316 -"52139",6340,11701 -"52140",6340,25195 -"52141",6340,26375 -"52142",6340,35668 -"52143",6340,44381 -"52144",6340,46587 -"52145",6340,54433 -"52146",6340,54871 -"52147",6340,63040 -"52148",6340,64964 -"52149",6341,57530 -"52150",6341,67062 -"52151",6341,105810 -"52152",6342,15536 -"52153",6342,88363 -"52154",6342,88401 -"52155",6343,17738 -"52156",6343,35628 -"52157",6343,39664 -"52158",6343,41519 -"52159",6343,45202 -"52160",6343,45281 -"52161",6343,50864 -"52162",6343,64300 -"52163",6343,74254 -"52164",6343,74374 -"52165",6343,74376 -"52166",6343,75234 -"52167",6343,75246 -"52168",6343,76760 -"52169",6343,76761 -"52170",6344,18048 -"52171",6344,32375 -"52172",6344,47741 -"52173",6344,58637 -"52174",6344,64753 -"52175",6344,79977 -"52176",6344,98892 -"52177",6344,104208 -"52178",6344,107847 -"52179",6344,121213 -"52180",6345,9724 -"52181",6345,19665 -"52182",6345,23550 -"52183",6345,26597 -"52184",6345,32239 -"52185",6345,35278 -"52186",6345,53652 -"52187",6345,56491 -"52188",6345,57443 -"52189",6345,67813 -"52190",6345,76450 -"52191",6346,21353 -"52192",6346,25765 -"52193",6346,32266 -"52194",6346,36337 -"52195",6346,51756 -"52196",6346,100556 -"52197",6347,7085 -"52198",6347,9270 -"52199",6347,9272 -"52200",6347,9505 -"52201",6347,10956 -"52202",6347,11913 -"52203",6347,12428 -"52204",6347,12807 -"52205",6347,13142 -"52206",6347,16689 -"52207",6347,19036 -"52208",6347,19391 -"52209",6347,23075 -"52210",6347,23430 -"52211",6347,25606 -"52212",6347,28530 -"52213",6347,28679 -"52214",6347,30258 -"52215",6347,31678 -"52216",6347,35102 -"52217",6347,35793 -"52218",6347,38185 -"52219",6347,38683 -"52220",6347,40245 -"52221",6347,43226 -"52222",6347,44655 -"52223",6347,44973 -"52224",6347,46177 -"52225",6347,47048 -"52226",6347,48110 -"52227",6347,58508 -"52228",6347,59731 -"52229",6347,62642 -"52230",6347,68091 -"52231",6347,69335 -"52232",6347,75245 -"52233",6347,75776 -"52234",6347,75956 -"52235",6347,76387 -"52236",6347,78978 -"52237",6347,79212 -"52238",6347,79241 -"52239",6347,79579 -"52240",6347,80239 -"52241",6347,80301 -"52242",6347,81397 -"52243",6347,88340 -"52244",6347,88749 -"52245",6347,89069 -"52246",6347,89373 -"52247",6347,89995 -"52248",6347,90919 -"52249",6347,90936 -"52250",6347,92861 -"52251",6347,93097 -"52252",6347,94231 -"52253",6347,95489 -"52254",6347,96247 -"52255",6347,96363 -"52256",6347,97898 -"52257",6348,17053 -"52258",6348,18250 -"52259",6348,18381 -"52260",6348,18935 -"52261",6348,37258 -"52262",6348,44992 -"52263",6348,48187 -"52264",6348,56796 -"52265",6348,58368 -"52266",6348,61879 -"52267",6348,62426 -"52268",6348,63019 -"52269",6348,64173 -"52270",6348,66684 -"52271",6348,66851 -"52272",6349,71715 -"52273",6350,37279 -"52274",6350,44347 -"52275",6350,48998 -"52276",6350,50033 -"52277",6350,55325 -"52278",6351,12751 -"52279",6351,19835 -"52280",6351,21627 -"52281",6351,25338 -"52282",6351,28736 -"52283",6351,46924 -"52284",6351,59438 -"52285",6351,65513 -"52286",6351,68311 -"52287",6351,70894 -"52288",6351,83370 -"52289",6351,87690 -"52290",6351,88251 -"52291",6351,97931 -"52292",6351,102119 -"52293",6351,108704 -"52294",6351,111471 -"52295",6351,112436 -"52296",6351,112446 -"52297",6351,114606 -"52298",6351,114754 -"52299",6351,118999 -"52300",6351,119441 -"52301",6352,8038 -"52302",6352,13215 -"52303",6352,63698 -"52304",6352,76953 -"52305",6353,27996 -"52306",6353,34118 -"52307",6353,51941 -"52308",6353,60373 -"52309",6354,16655 -"52310",6354,23195 -"52311",6354,23427 -"52312",6354,72432 -"52313",6354,74521 -"52314",6354,80897 -"52315",6354,82683 -"52316",6354,113703 -"52317",6357,6358 -"52318",6358,7559 -"52319",6358,8399 -"52320",6358,16585 -"52321",6358,16950 -"52322",6358,18113 -"52323",6358,20216 -"52324",6358,21111 -"52325",6358,21502 -"52326",6358,22506 -"52327",6358,24563 -"52328",6358,29896 -"52329",6358,35727 -"52330",6358,37385 -"52331",6358,44019 -"52332",6358,44795 -"52333",6358,49148 -"52334",6358,63213 -"52335",6358,87107 -"52336",6358,91978 -"52337",6358,92585 -"52338",6358,112144 -"52339",6359,25737 -"52340",6359,50499 -"52341",6359,55226 -"52342",6359,62309 -"52343",6359,75303 -"52344",6359,85690 -"52345",6359,117424 -"52346",6360,8017 -"52347",6360,59608 -"52348",6360,86874 -"52349",6361,6368 -"52350",6361,50510 -"52351",6361,99244 -"52352",6362,40860 -"52353",6363,6370 -"52354",6363,6389 -"52355",6363,6402 -"52356",6363,6403 -"52357",6363,6404 -"52358",6363,6410 -"52359",6363,6414 -"52360",6363,7582 -"52361",6363,11501 -"52362",6363,12128 -"52363",6363,12989 -"52364",6363,13487 -"52365",6363,13533 -"52366",6363,14280 -"52367",6363,21627 -"52368",6363,25483 -"52369",6363,25985 -"52370",6363,26089 -"52371",6363,28228 -"52372",6363,30283 -"52373",6363,32965 -"52374",6363,47098 -"52375",6363,50785 -"52376",6363,51041 -"52377",6363,54306 -"52378",6363,54624 -"52379",6363,70216 -"52380",6364,18314 -"52381",6364,30152 -"52382",6364,44684 -"52383",6364,72122 -"52384",6364,76714 -"52385",6364,77855 -"52386",6364,85592 -"52387",6364,85695 -"52388",6364,86618 -"52389",6364,89668 -"52390",6364,93076 -"52391",6364,93414 -"52392",6364,104069 -"52393",6364,104381 -"52394",6364,105138 -"52395",6364,106702 -"52396",6365,24479 -"52397",6365,28107 -"52398",6365,35802 -"52399",6365,50152 -"52400",6365,87260 -"52401",6365,88308 -"52402",6365,89784 -"52403",6365,100502 -"52404",6365,104662 -"52405",6365,107678 -"52406",6365,109434 -"52407",6366,6417 -"52408",6366,7233 -"52409",6366,8513 -"52410",6366,9978 -"52411",6366,10390 -"52412",6366,11218 -"52413",6366,11576 -"52414",6366,12042 -"52415",6366,12242 -"52416",6366,12682 -"52417",6366,14855 -"52418",6366,15952 -"52419",6366,16127 -"52420",6366,20061 -"52421",6366,23159 -"52422",6366,29561 -"52423",6366,29976 -"52424",6366,33257 -"52425",6366,35658 -"52426",6366,38362 -"52427",6366,39109 -"52428",6366,43344 -"52429",6366,47986 -"52430",6366,48434 -"52431",6366,51299 -"52432",6366,53134 -"52433",6366,54349 -"52434",6366,54929 -"52435",6366,61187 -"52436",6366,62747 -"52437",6366,67894 -"52438",6366,70806 -"52439",6366,70934 -"52440",6366,73464 -"52441",6366,73919 -"52442",6366,81364 -"52443",6366,86490 -"52444",6366,89710 -"52445",6366,95604 -"52446",6366,99329 -"52447",6366,99341 -"52448",6366,103415 -"52449",6366,110246 -"52450",6366,113803 -"52451",6366,115195 -"52452",6366,115233 -"52453",6366,115255 -"52454",6366,115264 -"52455",6367,9949 -"52456",6367,39397 -"52457",6367,68123 -"52458",6368,29103 -"52459",6368,35087 -"52460",6369,7071 -"52461",6369,11790 -"52462",6369,21755 -"52463",6369,25085 -"52464",6369,31313 -"52465",6369,32376 -"52466",6369,35997 -"52467",6369,39384 -"52468",6369,42565 -"52469",6369,46440 -"52470",6369,52195 -"52471",6369,56082 -"52472",6369,87244 -"52473",6369,88479 -"52474",6369,99682 -"52475",6369,112703 -"52476",6369,112839 -"52477",6370,6389 -"52478",6370,6402 -"52479",6370,6403 -"52480",6370,6404 -"52481",6370,6410 -"52482",6370,6414 -"52483",6370,21627 -"52484",6370,26089 -"52485",6370,30283 -"52486",6370,33771 -"52487",6370,53851 -"52488",6370,66700 -"52489",6372,106730 -"52490",6372,108663 -"52491",6372,108724 -"52492",6373,6575 -"52493",6373,7523 -"52494",6374,6615 -"52495",6374,8137 -"52496",6374,8436 -"52497",6374,9506 -"52498",6374,26139 -"52499",6374,32553 -"52500",6374,52767 -"52501",6374,53438 -"52502",6374,78005 -"52503",6374,78768 -"52504",6374,88662 -"52505",6374,91083 -"52506",6374,92766 -"52507",6375,6991 -"52508",6375,14025 -"52509",6375,14064 -"52510",6375,18417 -"52511",6375,21468 -"52512",6375,21492 -"52513",6375,42880 -"52514",6375,45100 -"52515",6375,48892 -"52516",6375,61330 -"52517",6375,69560 -"52518",6375,78305 -"52519",6375,82426 -"52520",6375,85002 -"52521",6375,89733 -"52522",6375,91481 -"52523",6375,100574 -"52524",6376,13575 -"52525",6376,15901 -"52526",6376,20584 -"52527",6376,30930 -"52528",6376,40770 -"52529",6376,44708 -"52530",6376,55745 -"52531",6376,55746 -"52532",6376,67136 -"52533",6376,97308 -"52534",6376,99043 -"52535",6376,100542 -"52536",6376,122419 -"52537",6377,6498 -"52538",6378,41186 -"52539",6378,48946 -"52540",6378,95580 -"52541",6379,6638 -"52542",6379,13676 -"52543",6379,28486 -"52544",6379,35237 -"52545",6379,40656 -"52546",6379,46015 -"52547",6379,53974 -"52548",6379,57899 -"52549",6379,60669 -"52550",6379,63014 -"52551",6379,66780 -"52552",6379,66831 -"52553",6379,66842 -"52554",6379,70023 -"52555",6379,122574 -"52556",6380,36956 -"52557",6380,38208 -"52558",6380,61311 -"52559",6380,96838 -"52560",6381,13731 -"52561",6381,31575 -"52562",6381,51785 -"52563",6381,52750 -"52564",6381,52884 -"52565",6381,63041 -"52566",6381,74516 -"52567",6381,77517 -"52568",6381,77522 -"52569",6381,77528 -"52570",6381,77607 -"52571",6382,47696 -"52572",6382,70707 -"52573",6383,45467 -"52574",6383,51766 -"52575",6383,103075 -"52576",6384,20985 -"52577",6384,30527 -"52578",6384,73836 -"52579",6384,99013 -"52580",6385,6408 -"52581",6385,20080 -"52582",6385,53703 -"52583",6385,56025 -"52584",6385,57628 -"52585",6385,59361 -"52586",6385,59497 -"52587",6385,59498 -"52588",6385,75539 -"52589",6386,6877 -"52590",6386,11782 -"52591",6386,30017 -"52592",6386,105275 -"52593",6387,9337 -"52594",6387,28655 -"52595",6387,45909 -"52596",6387,45910 -"52597",6387,45939 -"52598",6388,22696 -"52599",6388,33548 -"52600",6388,40930 -"52601",6388,44368 -"52602",6388,54708 -"52603",6389,6402 -"52604",6389,6403 -"52605",6389,6404 -"52606",6389,6410 -"52607",6389,6414 -"52608",6389,18616 -"52609",6389,18664 -"52610",6389,25198 -"52611",6389,25433 -"52612",6389,32063 -"52613",6389,55081 -"52614",6389,69384 -"52615",6389,91286 -"52616",6389,100435 -"52617",6390,8011 -"52618",6390,9689 -"52619",6390,12199 -"52620",6390,16165 -"52621",6390,19034 -"52622",6390,19882 -"52623",6390,26462 -"52624",6390,27158 -"52625",6390,31235 -"52626",6390,32813 -"52627",6390,38608 -"52628",6390,46483 -"52629",6390,47435 -"52630",6390,47585 -"52631",6390,62407 -"52632",6390,62602 -"52633",6390,62711 -"52634",6390,63145 -"52635",6390,68569 -"52636",6390,73374 -"52637",6390,78925 -"52638",6390,85286 -"52639",6390,90643 -"52640",6390,92592 -"52641",6390,94027 -"52642",6390,100502 -"52643",6390,105903 -"52644",6390,105988 -"52645",6391,27128 -"52646",6391,27302 -"52647",6391,76999 -"52648",6391,98611 -"52649",6391,98939 -"52650",6392,6425 -"52651",6392,6560 -"52652",6392,21597 -"52653",6392,36807 -"52654",6392,59790 -"52655",6393,13424 -"52656",6393,14947 -"52657",6393,19502 -"52658",6393,21957 -"52659",6393,23109 -"52660",6393,31355 -"52661",6393,33872 -"52662",6393,54117 -"52663",6393,58889 -"52664",6393,83697 -"52665",6393,103276 -"52666",6393,104155 -"52667",6393,104193 -"52668",6394,7438 -"52669",6394,11389 -"52670",6394,11434 -"52671",6394,11516 -"52672",6394,13068 -"52673",6394,18104 -"52674",6394,20176 -"52675",6394,25378 -"52676",6394,27391 -"52677",6394,28815 -"52678",6394,31235 -"52679",6394,36968 -"52680",6394,48076 -"52681",6394,48526 -"52682",6394,62189 -"52683",6394,84415 -"52684",6394,98821 -"52685",6394,99541 -"52686",6394,114505 -"52687",6394,114702 -"52688",6395,40874 -"52689",6396,26997 -"52690",6396,31726 -"52691",6396,92273 -"52692",6397,6973 -"52693",6398,30451 -"52694",6398,38757 -"52695",6398,65296 -"52696",6398,74438 -"52697",6398,78090 -"52698",6399,32335 -"52699",6399,55696 -"52700",6399,99360 -"52701",6400,8428 -"52702",6400,9431 -"52703",6400,9787 -"52704",6400,12691 -"52705",6400,12781 -"52706",6400,13223 -"52707",6400,13446 -"52708",6400,13946 -"52709",6400,14287 -"52710",6400,14715 -"52711",6400,15036 -"52712",6400,15161 -"52713",6400,15515 -"52714",6400,16501 -"52715",6400,17830 -"52716",6400,17993 -"52717",6400,19388 -"52718",6400,20140 -"52719",6400,22120 -"52720",6400,22598 -"52721",6400,22945 -"52722",6400,23050 -"52723",6400,23131 -"52724",6400,24080 -"52725",6400,27866 -"52726",6400,28068 -"52727",6400,29147 -"52728",6400,30525 -"52729",6400,30868 -"52730",6400,31367 -"52731",6400,31670 -"52732",6400,36603 -"52733",6400,37235 -"52734",6400,37905 -"52735",6400,41269 -"52736",6400,41958 -"52737",6400,45357 -"52738",6400,48173 -"52739",6400,49075 -"52740",6400,55273 -"52741",6400,55829 -"52742",6400,61125 -"52743",6400,63772 -"52744",6400,64007 -"52745",6400,77432 -"52746",6400,81986 -"52747",6400,98355 -"52748",6401,73182 -"52749",6402,6403 -"52750",6402,6404 -"52751",6402,6410 -"52752",6402,6414 -"52753",6402,19643 -"52754",6402,25198 -"52755",6402,43609 -"52756",6402,46610 -"52757",6402,92737 -"52758",6402,94208 -"52759",6402,96189 -"52760",6402,96198 -"52761",6403,6404 -"52762",6403,6410 -"52763",6403,6414 -"52764",6403,7582 -"52765",6403,8992 -"52766",6403,11501 -"52767",6403,21402 -"52768",6403,33588 -"52769",6403,37377 -"52770",6403,39535 -"52771",6403,41901 -"52772",6403,46610 -"52773",6403,58796 -"52774",6403,62541 -"52775",6404,6410 -"52776",6404,6414 -"52777",6404,8992 -"52778",6404,19248 -"52779",6404,21402 -"52780",6404,22872 -"52781",6404,58855 -"52782",6404,81778 -"52783",6405,6406 -"52784",6405,11436 -"52785",6405,62588 -"52786",6405,77067 -"52787",6405,90167 -"52788",6405,117690 -"52789",6405,117695 -"52790",6407,12321 -"52791",6407,16945 -"52792",6407,60145 -"52793",6407,71604 -"52794",6407,75899 -"52795",6408,6944 -"52796",6408,11216 -"52797",6408,22117 -"52798",6408,24134 -"52799",6408,28181 -"52800",6408,46847 -"52801",6408,82185 -"52802",6409,6994 -"52803",6409,7786 -"52804",6409,9445 -"52805",6409,10002 -"52806",6409,11211 -"52807",6409,12254 -"52808",6409,12416 -"52809",6409,19400 -"52810",6409,21905 -"52811",6409,22267 -"52812",6409,28880 -"52813",6409,31352 -"52814",6409,47534 -"52815",6409,49550 -"52816",6409,53707 -"52817",6409,54253 -"52818",6409,79409 -"52819",6409,102851 -"52820",6410,6414 -"52821",6410,8992 -"52822",6410,21402 -"52823",6410,25985 -"52824",6410,26089 -"52825",6410,26091 -"52826",6410,37377 -"52827",6410,39535 -"52828",6410,41901 -"52829",6410,58796 -"52830",6410,62541 -"52831",6411,13849 -"52832",6411,32083 -"52833",6411,98660 -"52834",6412,31400 -"52835",6412,106507 -"52836",6413,11222 -"52837",6414,9292 -"52838",6414,9365 -"52839",6414,10702 -"52840",6414,14280 -"52841",6414,19248 -"52842",6414,20136 -"52843",6414,22555 -"52844",6414,25198 -"52845",6414,32421 -"52846",6414,33588 -"52847",6414,33661 -"52848",6414,33672 -"52849",6414,37377 -"52850",6414,39535 -"52851",6414,41901 -"52852",6414,46610 -"52853",6414,51041 -"52854",6414,58796 -"52855",6414,62541 -"52856",6414,81778 -"52857",6415,9082 -"52858",6415,12680 -"52859",6415,16866 -"52860",6415,17942 -"52861",6415,18865 -"52862",6415,26355 -"52863",6415,27077 -"52864",6415,29482 -"52865",6415,33809 -"52866",6415,35702 -"52867",6415,41451 -"52868",6415,44124 -"52869",6415,47133 -"52870",6415,47414 -"52871",6415,49106 -"52872",6415,57094 -"52873",6415,58898 -"52874",6415,59147 -"52875",6415,59237 -"52876",6415,59359 -"52877",6415,61350 -"52878",6415,61563 -"52879",6415,61867 -"52880",6415,62007 -"52881",6415,62078 -"52882",6415,62375 -"52883",6415,62633 -"52884",6415,63395 -"52885",6415,64408 -"52886",6415,64418 -"52887",6415,64511 -"52888",6415,65230 -"52889",6415,66145 -"52890",6415,67503 -"52891",6415,67721 -"52892",6415,68816 -"52893",6415,68909 -"52894",6415,68938 -"52895",6415,69332 -"52896",6415,69681 -"52897",6415,70610 -"52898",6415,70611 -"52899",6415,70725 -"52900",6415,71211 -"52901",6415,71505 -"52902",6415,71887 -"52903",6415,74691 -"52904",6415,106532 -"52905",6416,13955 -"52906",6416,17487 -"52907",6416,25745 -"52908",6416,28178 -"52909",6416,34544 -"52910",6416,42499 -"52911",6416,67349 -"52912",6417,7222 -"52913",6417,7233 -"52914",6417,8067 -"52915",6417,9978 -"52916",6417,11218 -"52917",6417,11576 -"52918",6417,16127 -"52919",6417,16352 -"52920",6417,20061 -"52921",6417,21447 -"52922",6417,22381 -"52923",6417,28002 -"52924",6417,29033 -"52925",6417,29976 -"52926",6417,33257 -"52927",6417,43344 -"52928",6417,48434 -"52929",6417,51299 -"52930",6417,53134 -"52931",6417,54929 -"52932",6417,56236 -"52933",6417,61187 -"52934",6417,67894 -"52935",6417,70806 -"52936",6417,70934 -"52937",6417,72204 -"52938",6417,73464 -"52939",6417,73919 -"52940",6417,81364 -"52941",6417,83813 -"52942",6417,86490 -"52943",6417,89710 -"52944",6417,91443 -"52945",6417,95604 -"52946",6417,99329 -"52947",6417,99341 -"52948",6417,110246 -"52949",6417,113803 -"52950",6417,115195 -"52951",6417,115233 -"52952",6417,115255 -"52953",6417,115264 -"52954",6418,7150 -"52955",6418,60791 -"52956",6419,14184 -"52957",6419,15838 -"52958",6419,16826 -"52959",6419,18103 -"52960",6419,25069 -"52961",6419,31069 -"52962",6419,31174 -"52963",6419,36536 -"52964",6419,36587 -"52965",6419,38227 -"52966",6419,40432 -"52967",6419,47386 -"52968",6419,70256 -"52969",6419,76208 -"52970",6419,76511 -"52971",6419,83772 -"52972",6419,84119 -"52973",6419,84318 -"52974",6419,84352 -"52975",6420,29246 -"52976",6420,42634 -"52977",6421,30014 -"52978",6421,74831 -"52979",6421,86197 -"52980",6422,46431 -"52981",6423,11415 -"52982",6423,20262 -"52983",6423,27089 -"52984",6423,61135 -"52985",6423,66903 -"52986",6424,15063 -"52987",6425,6560 -"52988",6425,7469 -"52989",6425,7654 -"52990",6425,12210 -"52991",6425,21597 -"52992",6425,25816 -"52993",6425,36807 -"52994",6425,38727 -"52995",6425,54069 -"52996",6425,57129 -"52997",6425,59790 -"52998",6426,8653 -"52999",6426,35682 -"53000",6426,38962 -"53001",6426,63413 -"53002",6426,110706 -"53003",6427,6428 -"53004",6427,6561 -"53005",6427,7034 -"53006",6427,17729 -"53007",6427,25816 -"53008",6427,32970 -"53009",6427,41171 -"53010",6427,41453 -"53011",6427,46577 -"53012",6427,46923 -"53013",6427,57129 -"53014",6427,72419 -"53015",6428,6491 -"53016",6428,6561 -"53017",6428,7654 -"53018",6428,7847 -"53019",6428,13167 -"53020",6428,24447 -"53021",6428,25816 -"53022",6428,36798 -"53023",6428,41453 -"53024",6428,45439 -"53025",6428,57544 -"53026",6429,36093 -"53027",6429,84976 -"53028",6429,113516 -"53029",6429,113600 -"53030",6430,58558 -"53031",6430,83079 -"53032",6431,60615 -"53033",6431,61233 -"53034",6431,74195 -"53035",6431,97153 -"53036",6432,6433 -"53037",6432,15493 -"53038",6432,18225 -"53039",6432,22063 -"53040",6432,24453 -"53041",6432,28741 -"53042",6432,33736 -"53043",6432,33737 -"53044",6432,33738 -"53045",6432,40516 -"53046",6432,76604 -"53047",6433,14560 -"53048",6433,22756 -"53049",6433,24712 -"53050",6433,28971 -"53051",6433,40561 -"53052",6433,61382 -"53053",6433,89329 -"53054",6433,117598 -"53055",6434,6564 -"53056",6435,30765 -"53057",6436,15785 -"53058",6436,45903 -"53059",6436,76021 -"53060",6436,89669 -"53061",6436,94527 -"53062",6436,121326 -"53063",6438,10659 -"53064",6438,12551 -"53065",6438,17335 -"53066",6438,20442 -"53067",6438,36017 -"53068",6438,48974 -"53069",6438,55380 -"53070",6438,66613 -"53071",6439,6484 -"53072",6439,40758 -"53073",6439,40759 -"53074",6440,13232 -"53075",6440,18875 -"53076",6440,26073 -"53077",6440,42107 -"53078",6440,42217 -"53079",6440,57266 -"53080",6440,62680 -"53081",6440,62692 -"53082",6440,89317 -"53083",6440,108888 -"53084",6441,6670 -"53085",6441,7039 -"53086",6441,10351 -"53087",6441,24031 -"53088",6441,24161 -"53089",6441,47317 -"53090",6442,6624 -"53091",6442,23012 -"53092",6442,25221 -"53093",6442,52052 -"53094",6443,6706 -"53095",6443,18918 -"53096",6443,32516 -"53097",6444,13704 -"53098",6444,20230 -"53099",6445,6877 -"53100",6445,15548 -"53101",6445,52709 -"53102",6445,60270 -"53103",6445,73126 -"53104",6445,84271 -"53105",6445,84272 -"53106",6446,15942 -"53107",6446,18244 -"53108",6446,26843 -"53109",6446,54518 -"53110",6446,55639 -"53111",6446,57203 -"53112",6446,65826 -"53113",6446,74373 -"53114",6446,82502 -"53115",6446,86837 -"53116",6446,93608 -"53117",6446,94665 -"53118",6446,106985 -"53119",6446,110980 -"53120",6446,115903 -"53121",6447,13273 -"53122",6448,15014 -"53123",6448,55534 -"53124",6449,9175 -"53125",6449,12770 -"53126",6449,18450 -"53127",6449,18857 -"53128",6449,20818 -"53129",6449,20850 -"53130",6449,28249 -"53131",6449,36057 -"53132",6449,45239 -"53133",6449,46190 -"53134",6449,47501 -"53135",6449,54590 -"53136",6450,13030 -"53137",6450,21746 -"53138",6450,22543 -"53139",6450,32292 -"53140",6450,32847 -"53141",6450,32991 -"53142",6450,36118 -"53143",6450,37889 -"53144",6450,54089 -"53145",6450,62364 -"53146",6450,70400 -"53147",6450,77362 -"53148",6450,89652 -"53149",6450,92546 -"53150",6450,114358 -"53151",6452,23038 -"53152",6452,48849 -"53153",6452,72648 -"53154",6453,13662 -"53155",6453,13818 -"53156",6453,16242 -"53157",6453,16324 -"53158",6453,16686 -"53159",6453,17219 -"53160",6453,21895 -"53161",6453,24181 -"53162",6453,34148 -"53163",6453,34217 -"53164",6453,43157 -"53165",6453,45455 -"53166",6453,46530 -"53167",6453,47292 -"53168",6453,47349 -"53169",6453,53620 -"53170",6453,61513 -"53171",6453,61540 -"53172",6453,66267 -"53173",6453,73161 -"53174",6454,7675 -"53175",6454,53846 -"53176",6454,55302 -"53177",6454,67952 -"53178",6454,75368 -"53179",6454,75781 -"53180",6454,94997 -"53181",6455,35875 -"53182",6455,50149 -"53183",6455,53554 -"53184",6455,66191 -"53185",6455,66578 -"53186",6455,101047 -"53187",6456,58381 -"53188",6456,58477 -"53189",6457,15136 -"53190",6457,17819 -"53191",6457,20585 -"53192",6457,21518 -"53193",6457,26688 -"53194",6458,82900 -"53195",6459,7798 -"53196",6459,8865 -"53197",6459,9420 -"53198",6459,10832 -"53199",6459,17242 -"53200",6459,18809 -"53201",6459,22201 -"53202",6459,24011 -"53203",6459,29454 -"53204",6459,34172 -"53205",6459,35903 -"53206",6459,42040 -"53207",6459,48519 -"53208",6459,55861 -"53209",6459,56018 -"53210",6459,63553 -"53211",6459,63558 -"53212",6459,65954 -"53213",6460,6759 -"53214",6460,46450 -"53215",6461,7301 -"53216",6462,7304 -"53217",6462,13381 -"53218",6462,19466 -"53219",6462,56193 -"53220",6462,61105 -"53221",6462,108069 -"53222",6462,108070 -"53223",6463,13699 -"53224",6463,13880 -"53225",6463,19522 -"53226",6463,46114 -"53227",6463,66146 -"53228",6463,76656 -"53229",6463,87372 -"53230",6463,87383 -"53231",6463,87394 -"53232",6463,87405 -"53233",6464,6505 -"53234",6464,25212 -"53235",6464,78746 -"53236",6465,7471 -"53237",6465,8866 -"53238",6465,8870 -"53239",6465,9362 -"53240",6465,15396 -"53241",6465,24861 -"53242",6465,27946 -"53243",6465,43480 -"53244",6465,61580 -"53245",6465,84932 -"53246",6466,6474 -"53247",6466,9978 -"53248",6466,16197 -"53249",6466,16249 -"53250",6466,16826 -"53251",6466,53343 -"53252",6466,77463 -"53253",6467,10336 -"53254",6467,13678 -"53255",6467,35369 -"53256",6467,51121 -"53257",6467,75430 -"53258",6467,77565 -"53259",6467,92855 -"53260",6467,104828 -"53261",6467,104832 -"53262",6467,122500 -"53263",6468,18036 -"53264",6469,6523 -"53265",6469,6634 -"53266",6469,28319 -"53267",6469,64087 -"53268",6469,77485 -"53269",6469,93177 -"53270",6470,6579 -"53271",6470,50482 -"53272",6470,64009 -"53273",6470,86181 -"53274",6470,86233 -"53275",6471,6621 -"53276",6471,6980 -"53277",6471,15830 -"53278",6471,66272 -"53279",6471,66274 -"53280",6471,72342 -"53281",6472,9539 -"53282",6472,23947 -"53283",6472,26462 -"53284",6472,28018 -"53285",6472,35434 -"53286",6472,37666 -"53287",6472,40235 -"53288",6472,52942 -"53289",6472,61088 -"53290",6472,69794 -"53291",6473,8533 -"53292",6473,8553 -"53293",6473,24528 -"53294",6473,36589 -"53295",6473,45530 -"53296",6473,47947 -"53297",6473,49975 -"53298",6473,63698 -"53299",6473,103265 -"53300",6473,103721 -"53301",6474,10626 -"53302",6474,16127 -"53303",6474,29194 -"53304",6475,7529 -"53305",6475,29617 -"53306",6476,22307 -"53307",6476,94570 -"53308",6477,6722 -"53309",6477,9727 -"53310",6477,21279 -"53311",6477,26723 -"53312",6477,40715 -"53313",6477,48198 -"53314",6477,49331 -"53315",6477,59762 -"53316",6477,62664 -"53317",6477,62704 -"53318",6477,72287 -"53319",6477,74098 -"53320",6477,92998 -"53321",6477,96499 -"53322",6477,100374 -"53323",6477,102830 -"53324",6477,114070 -"53325",6478,7281 -"53326",6478,7722 -"53327",6478,85316 -"53328",6478,110430 -"53329",6479,15492 -"53330",6479,23933 -"53331",6479,25843 -"53332",6479,28811 -"53333",6479,29044 -"53334",6479,34402 -"53335",6479,39796 -"53336",6479,46463 -"53337",6479,46528 -"53338",6479,46645 -"53339",6479,49558 -"53340",6479,76821 -"53341",6480,7253 -"53342",6480,7254 -"53343",6480,7275 -"53344",6480,7276 -"53345",6480,7284 -"53346",6480,11858 -"53347",6480,38930 -"53348",6480,88663 -"53349",6481,16220 -"53350",6481,34462 -"53351",6482,7453 -"53352",6482,7842 -"53353",6482,9136 -"53354",6482,13573 -"53355",6482,16461 -"53356",6482,17034 -"53357",6482,22463 -"53358",6482,22928 -"53359",6482,29095 -"53360",6482,33917 -"53361",6482,33918 -"53362",6482,43708 -"53363",6482,92566 -"53364",6482,96228 -"53365",6483,6642 -"53366",6483,6648 -"53367",6486,13692 -"53368",6486,32727 -"53369",6486,42328 -"53370",6486,74688 -"53371",6486,74898 -"53372",6487,7264 -"53373",6487,22508 -"53374",6487,27416 -"53375",6487,38774 -"53376",6487,63146 -"53377",6487,87267 -"53378",6487,93730 -"53379",6487,95264 -"53380",6487,103995 -"53381",6487,109140 -"53382",6487,109147 -"53383",6487,111153 -"53384",6488,40857 -"53385",6489,45316 -"53386",6489,71842 -"53387",6489,71946 -"53388",6489,71994 -"53389",6490,92623 -"53390",6491,15643 -"53391",6491,19361 -"53392",6491,19416 -"53393",6491,24447 -"53394",6491,27628 -"53395",6491,39390 -"53396",6491,40369 -"53397",6491,51095 -"53398",6491,57544 -"53399",6491,64962 -"53400",6491,64997 -"53401",6491,102006 -"53402",6491,118628 -"53403",6492,26825 -"53404",6492,40879 -"53405",6492,47152 -"53406",6492,49651 -"53407",6492,51741 -"53408",6492,52699 -"53409",6492,77683 -"53410",6492,78057 -"53411",6492,78221 -"53412",6492,87259 -"53413",6492,87458 -"53414",6492,116606 -"53415",6492,120185 -"53416",6493,52047 -"53417",6494,13438 -"53418",6494,23254 -"53419",6494,120180 -"53420",6495,23838 -"53421",6495,31822 -"53422",6495,36785 -"53423",6495,54544 -"53424",6496,6641 -"53425",6497,10218 -"53426",6497,10880 -"53427",6497,26520 -"53428",6497,29874 -"53429",6497,29960 -"53430",6497,36280 -"53431",6497,39658 -"53432",6497,43361 -"53433",6497,49241 -"53434",6497,49765 -"53435",6497,71646 -"53436",6497,74448 -"53437",6497,76212 -"53438",6497,76704 -"53439",6497,117400 -"53440",6497,117401 -"53441",6499,13603 -"53442",6500,16136 -"53443",6500,16176 -"53444",6500,18586 -"53445",6500,25376 -"53446",6500,34694 -"53447",6500,42045 -"53448",6500,47213 -"53449",6500,64680 -"53450",6500,83970 -"53451",6500,95675 -"53452",6500,95735 -"53453",6500,102415 -"53454",6501,6922 -"53455",6501,7012 -"53456",6501,7045 -"53457",6501,7048 -"53458",6501,7049 -"53459",6501,33385 -"53460",6501,52304 -"53461",6502,12431 -"53462",6502,22110 -"53463",6502,22269 -"53464",6502,36797 -"53465",6502,36800 -"53466",6502,38672 -"53467",6502,39090 -"53468",6502,43414 -"53469",6502,76214 -"53470",6502,95561 -"53471",6503,13387 -"53472",6503,33537 -"53473",6503,117481 -"53474",6504,13078 -"53475",6504,26973 -"53476",6504,28941 -"53477",6504,29286 -"53478",6504,33957 -"53479",6504,35709 -"53480",6504,49091 -"53481",6504,56500 -"53482",6504,77901 -"53483",6504,111879 -"53484",6504,119727 -"53485",6505,96880 -"53486",6505,111869 -"53487",6506,89219 -"53488",6506,107608 -"53489",6506,118104 -"53490",6506,118105 -"53491",6507,7494 -"53492",6507,7507 -"53493",6507,7580 -"53494",6507,7603 -"53495",6507,7604 -"53496",6507,87935 -"53497",6508,22006 -"53498",6508,32913 -"53499",6508,33072 -"53500",6508,35256 -"53501",6508,35768 -"53502",6508,46339 -"53503",6508,50095 -"53504",6508,59652 -"53505",6508,67556 -"53506",6508,102379 -"53507",6508,115509 -"53508",6509,6745 -"53509",6509,10343 -"53510",6509,11776 -"53511",6509,15183 -"53512",6509,15232 -"53513",6509,15770 -"53514",6509,16729 -"53515",6509,17328 -"53516",6509,21078 -"53517",6509,21369 -"53518",6509,23343 -"53519",6509,24547 -"53520",6509,25082 -"53521",6509,26062 -"53522",6509,26352 -"53523",6509,27799 -"53524",6509,31751 -"53525",6509,34988 -"53526",6509,36031 -"53527",6509,40441 -"53528",6509,43306 -"53529",6509,46620 -"53530",6509,60883 -"53531",6509,82533 -"53532",6509,83680 -"53533",6509,83744 -"53534",6509,89681 -"53535",6509,90234 -"53536",6509,90321 -"53537",6510,10687 -"53538",6510,16273 -"53539",6510,16275 -"53540",6510,22498 -"53541",6510,48355 -"53542",6510,57283 -"53543",6510,61216 -"53544",6510,66244 -"53545",6510,68716 -"53546",6510,68721 -"53547",6510,68779 -"53548",6510,69097 -"53549",6510,69098 -"53550",6511,36183 -"53551",6511,55678 -"53552",6511,56529 -"53553",6511,56563 -"53554",6511,56564 -"53555",6511,56581 -"53556",6511,56587 -"53557",6511,69520 -"53558",6511,91862 -"53559",6511,98940 -"53560",6512,20514 -"53561",6512,32857 -"53562",6512,43349 -"53563",6513,31381 -"53564",6513,48282 -"53565",6513,76680 -"53566",6514,29495 -"53567",6514,29713 -"53568",6514,82632 -"53569",6514,100590 -"53570",6514,103527 -"53571",6515,6600 -"53572",6515,6680 -"53573",6515,7479 -"53574",6515,17253 -"53575",6515,26368 -"53576",6515,30680 -"53577",6515,42552 -"53578",6515,61379 -"53579",6515,65034 -"53580",6515,69889 -"53581",6515,69891 -"53582",6515,69919 -"53583",6515,73852 -"53584",6515,79103 -"53585",6516,13948 -"53586",6516,30789 -"53587",6516,57123 -"53588",6516,69074 -"53589",6516,82405 -"53590",6516,84086 -"53591",6516,88638 -"53592",6516,120915 -"53593",6517,23587 -"53594",6517,23705 -"53595",6517,27837 -"53596",6517,28101 -"53597",6517,31072 -"53598",6517,34920 -"53599",6517,41739 -"53600",6517,43634 -"53601",6517,53129 -"53602",6517,54158 -"53603",6517,59301 -"53604",6517,71644 -"53605",6517,95782 -"53606",6517,96936 -"53607",6517,97290 -"53608",6517,105063 -"53609",6517,108141 -"53610",6517,108686 -"53611",6517,114455 -"53612",6517,114470 -"53613",6517,115494 -"53614",6518,51347 -"53615",6518,82915 -"53616",6518,99613 -"53617",6518,105622 -"53618",6518,107962 -"53619",6518,108844 -"53620",6518,122378 -"53621",6518,122434 -"53622",6518,122439 -"53623",6519,18891 -"53624",6519,29504 -"53625",6519,73532 -"53626",6520,6587 -"53627",6520,39477 -"53628",6520,55135 -"53629",6521,26621 -"53630",6522,6662 -"53631",6522,6801 -"53632",6522,10638 -"53633",6522,11768 -"53634",6522,13454 -"53635",6522,15357 -"53636",6522,21460 -"53637",6522,28582 -"53638",6522,31120 -"53639",6522,33503 -"53640",6522,34210 -"53641",6522,60222 -"53642",6522,61501 -"53643",6522,69335 -"53644",6522,69340 -"53645",6522,79970 -"53646",6522,80892 -"53647",6522,118812 -"53648",6523,6634 -"53649",6524,6569 -"53650",6524,6606 -"53651",6524,6658 -"53652",6524,33720 -"53653",6524,36840 -"53654",6524,41879 -"53655",6524,56553 -"53656",6524,79162 -"53657",6525,56449 -"53658",6525,114116 -"53659",6526,70999 -"53660",6526,95864 -"53661",6527,12245 -"53662",6527,12373 -"53663",6527,36100 -"53664",6527,62538 -"53665",6527,69528 -"53666",6527,78570 -"53667",6527,79327 -"53668",6527,90056 -"53669",6528,12589 -"53670",6528,22542 -"53671",6528,28126 -"53672",6528,33358 -"53673",6528,76057 -"53674",6529,6932 -"53675",6529,21787 -"53676",6529,23957 -"53677",6529,24440 -"53678",6529,41375 -"53679",6529,48881 -"53680",6529,49469 -"53681",6529,65186 -"53682",6529,90025 -"53683",6529,90877 -"53684",6529,98130 -"53685",6529,110449 -"53686",6530,37353 -"53687",6531,8068 -"53688",6531,13306 -"53689",6531,31372 -"53690",6531,37820 -"53691",6531,49551 -"53692",6531,64587 -"53693",6531,73842 -"53694",6531,81157 -"53695",6531,83483 -"53696",6531,94385 -"53697",6532,32996 -"53698",6533,7685 -"53699",6533,45859 -"53700",6533,65296 -"53701",6533,79193 -"53702",6534,9004 -"53703",6534,11572 -"53704",6534,22641 -"53705",6534,26229 -"53706",6534,28162 -"53707",6534,28448 -"53708",6534,32513 -"53709",6534,43370 -"53710",6534,76320 -"53711",6534,90141 -"53712",6534,108552 -"53713",6536,7011 -"53714",6536,91819 -"53715",6536,107442 -"53716",6536,114332 -"53717",6537,95835 -"53718",6538,49593 -"53719",6538,71911 -"53720",6538,120206 -"53721",6539,22902 -"53722",6539,30026 -"53723",6539,30069 -"53724",6539,30184 -"53725",6539,30242 -"53726",6539,30243 -"53727",6539,30258 -"53728",6539,30337 -"53729",6539,30338 -"53730",6539,30495 -"53731",6539,30496 -"53732",6539,30498 -"53733",6539,100934 -"53734",6539,110079 -"53735",6539,122245 -"53736",6539,122488 -"53737",6539,122510 -"53738",6540,30165 -"53739",6540,53877 -"53740",6540,118036 -"53741",6541,20754 -"53742",6541,24421 -"53743",6541,41886 -"53744",6541,61713 -"53745",6541,79738 -"53746",6541,85280 -"53747",6541,93938 -"53748",6542,82668 -"53749",6543,29700 -"53750",6543,57747 -"53751",6544,68940 -"53752",6544,69087 -"53753",6544,69199 -"53754",6545,23597 -"53755",6545,25160 -"53756",6545,28051 -"53757",6545,30549 -"53758",6545,31364 -"53759",6545,80363 -"53760",6545,81258 -"53761",6545,102482 -"53762",6545,102511 -"53763",6546,8060 -"53764",6546,13485 -"53765",6546,41748 -"53766",6546,55372 -"53767",6546,74373 -"53768",6546,98348 -"53769",6547,75876 -"53770",6548,6586 -"53771",6548,21867 -"53772",6548,26834 -"53773",6548,30256 -"53774",6548,34932 -"53775",6548,52626 -"53776",6548,56116 -"53777",6548,74068 -"53778",6548,88221 -"53779",6548,88288 -"53780",6548,89874 -"53781",6548,89887 -"53782",6548,96525 -"53783",6548,101624 -"53784",6548,101827 -"53785",6548,104981 -"53786",6548,105224 -"53787",6548,108430 -"53788",6549,6911 -"53789",6549,24538 -"53790",6549,45670 -"53791",6549,100175 -"53792",6549,115269 -"53793",6549,119112 -"53794",6550,6647 -"53795",6550,11518 -"53796",6550,13971 -"53797",6550,14617 -"53798",6550,16743 -"53799",6550,22204 -"53800",6550,22263 -"53801",6550,25570 -"53802",6550,26415 -"53803",6550,69210 -"53804",6550,80535 -"53805",6550,90762 -"53806",6550,90960 -"53807",6550,121171 -"53808",6551,6685 -"53809",6551,29307 -"53810",6552,86251 -"53811",6552,87116 -"53812",6553,6632 -"53813",6553,42620 -"53814",6553,105843 -"53815",6554,8267 -"53816",6554,16863 -"53817",6554,17577 -"53818",6554,21628 -"53819",6554,28190 -"53820",6554,32147 -"53821",6554,34811 -"53822",6554,46883 -"53823",6554,56348 -"53824",6554,61496 -"53825",6554,67603 -"53826",6554,67943 -"53827",6554,72154 -"53828",6554,73241 -"53829",6554,76284 -"53830",6554,82202 -"53831",6554,82203 -"53832",6554,83173 -"53833",6554,86029 -"53834",6554,90711 -"53835",6554,91922 -"53836",6554,114747 -"53837",6555,7014 -"53838",6555,51430 -"53839",6556,6577 -"53840",6556,51495 -"53841",6557,106564 -"53842",6557,108130 -"53843",6557,108154 -"53844",6558,44522 -"53845",6558,74443 -"53846",6560,7581 -"53847",6560,8307 -"53848",6560,8534 -"53849",6560,9366 -"53850",6560,11766 -"53851",6560,12735 -"53852",6560,12779 -"53853",6560,13360 -"53854",6560,13942 -"53855",6560,15027 -"53856",6560,15185 -"53857",6560,15216 -"53858",6560,15964 -"53859",6560,16252 -"53860",6560,16872 -"53861",6560,17145 -"53862",6560,17508 -"53863",6560,18060 -"53864",6560,18217 -"53865",6560,21597 -"53866",6560,22462 -"53867",6560,22823 -"53868",6560,23147 -"53869",6560,23421 -"53870",6560,23632 -"53871",6560,23953 -"53872",6560,24495 -"53873",6560,24710 -"53874",6560,25143 -"53875",6560,25303 -"53876",6560,25664 -"53877",6560,26407 -"53878",6560,27174 -"53879",6560,27196 -"53880",6560,27710 -"53881",6560,28703 -"53882",6560,29253 -"53883",6560,29341 -"53884",6560,29560 -"53885",6560,29573 -"53886",6560,29868 -"53887",6560,32438 -"53888",6560,32967 -"53889",6560,33223 -"53890",6560,33881 -"53891",6560,34097 -"53892",6560,34330 -"53893",6560,34513 -"53894",6560,35400 -"53895",6560,36476 -"53896",6560,36547 -"53897",6560,36745 -"53898",6560,36807 -"53899",6560,37821 -"53900",6560,37931 -"53901",6560,38319 -"53902",6560,39398 -"53903",6560,39492 -"53904",6560,40320 -"53905",6560,40373 -"53906",6560,40542 -"53907",6560,41182 -"53908",6560,42131 -"53909",6560,46843 -"53910",6560,48331 -"53911",6560,59790 -"53912",6561,7034 -"53913",6561,13167 -"53914",6561,16494 -"53915",6561,21208 -"53916",6561,29160 -"53917",6561,31190 -"53918",6562,6573 -"53919",6562,8136 -"53920",6562,8619 -"53921",6562,9402 -"53922",6562,13817 -"53923",6562,13818 -"53924",6562,14878 -"53925",6562,24116 -"53926",6562,25886 -"53927",6562,26001 -"53928",6562,26563 -"53929",6562,30459 -"53930",6562,41051 -"53931",6562,42151 -"53932",6562,45652 -"53933",6562,50255 -"53934",6562,52515 -"53935",6562,58393 -"53936",6562,60084 -"53937",6562,65314 -"53938",6562,77696 -"53939",6562,79435 -"53940",6562,79450 -"53941",6562,99197 -"53942",6563,6620 -"53943",6563,9369 -"53944",6563,19168 -"53945",6563,44379 -"53946",6563,45574 -"53947",6563,45612 -"53948",6563,68917 -"53949",6564,8112 -"53950",6564,11339 -"53951",6564,20862 -"53952",6564,22277 -"53953",6564,22309 -"53954",6564,25129 -"53955",6564,34483 -"53956",6564,40943 -"53957",6564,62841 -"53958",6565,31974 -"53959",6565,42722 -"53960",6565,65862 -"53961",6565,75076 -"53962",6566,110525 -"53963",6567,11534 -"53964",6567,38143 -"53965",6567,50473 -"53966",6567,60044 -"53967",6567,66760 -"53968",6567,78651 -"53969",6567,95288 -"53970",6567,101526 -"53971",6567,101635 -"53972",6567,106168 -"53973",6567,107359 -"53974",6567,114050 -"53975",6568,27677 -"53976",6569,6606 -"53977",6569,6658 -"53978",6569,14458 -"53979",6570,9977 -"53980",6570,10127 -"53981",6570,13632 -"53982",6570,16164 -"53983",6570,20647 -"53984",6570,20660 -"53985",6570,21711 -"53986",6570,24755 -"53987",6570,27962 -"53988",6570,43752 -"53989",6570,57268 -"53990",6570,63300 -"53991",6570,68135 -"53992",6570,71246 -"53993",6570,72696 -"53994",6570,77098 -"53995",6570,79511 -"53996",6570,96574 -"53997",6570,104303 -"53998",6570,109654 -"53999",6571,31891 -"54000",6572,6882 -"54001",6572,74243 -"54002",6572,74314 -"54003",6573,16848 -"54004",6573,17999 -"54005",6573,22616 -"54006",6573,24116 -"54007",6573,25886 -"54008",6573,26001 -"54009",6573,26005 -"54010",6573,30459 -"54011",6573,50255 -"54012",6573,99197 -"54013",6574,7028 -"54014",6574,7056 -"54015",6574,7406 -"54016",6574,7410 -"54017",6574,7429 -"54018",6574,7439 -"54019",6574,9564 -"54020",6574,21993 -"54021",6574,24031 -"54022",6574,27366 -"54023",6574,27430 -"54024",6574,47591 -"54025",6575,7523 -"54026",6575,26979 -"54027",6575,42851 -"54028",6575,57589 -"54029",6576,12056 -"54030",6576,18670 -"54031",6576,32047 -"54032",6576,48035 -"54033",6576,82657 -"54034",6577,9535 -"54035",6577,26113 -"54036",6577,31243 -"54037",6577,39676 -"54038",6577,91826 -"54039",6578,13348 -"54040",6578,14985 -"54041",6578,17194 -"54042",6578,24116 -"54043",6578,24564 -"54044",6578,29276 -"54045",6578,34953 -"54046",6578,56087 -"54047",6578,61808 -"54048",6578,67410 -"54049",6578,71089 -"54050",6578,72287 -"54051",6578,83890 -"54052",6578,91531 -"54053",6578,101642 -"54054",6578,122614 -"54055",6579,10079 -"54056",6579,13781 -"54057",6579,14912 -"54058",6579,20000 -"54059",6579,30638 -"54060",6579,41382 -"54061",6579,49396 -"54062",6579,52904 -"54063",6579,61785 -"54064",6579,70988 -"54065",6579,75633 -"54066",6579,76012 -"54067",6579,79529 -"54068",6579,80500 -"54069",6579,91517 -"54070",6579,96513 -"54071",6579,106280 -"54072",6579,119275 -"54073",6580,29599 -"54074",6581,7981 -"54075",6581,11377 -"54076",6581,19564 -"54077",6581,26308 -"54078",6581,51609 -"54079",6581,66475 -"54080",6581,81367 -"54081",6581,84316 -"54082",6581,91291 -"54083",6581,93156 -"54084",6581,97461 -"54085",6581,98260 -"54086",6581,115174 -"54087",6581,115276 -"54088",6581,116323 -"54089",6582,8353 -"54090",6582,17943 -"54091",6582,23527 -"54092",6582,28677 -"54093",6582,28788 -"54094",6582,34012 -"54095",6582,36495 -"54096",6582,47248 -"54097",6582,51017 -"54098",6582,63547 -"54099",6582,70020 -"54100",6582,74975 -"54101",6582,82977 -"54102",6582,90921 -"54103",6582,92498 -"54104",6582,95997 -"54105",6582,117701 -"54106",6582,117703 -"54107",6582,117707 -"54108",6583,10652 -"54109",6583,15540 -"54110",6583,39317 -"54111",6583,43030 -"54112",6583,57795 -"54113",6583,66506 -"54114",6583,84415 -"54115",6583,89691 -"54116",6583,96677 -"54117",6583,97268 -"54118",6583,101669 -"54119",6584,14735 -"54120",6584,16779 -"54121",6585,7480 -"54122",6585,7766 -"54123",6585,8692 -"54124",6585,9181 -"54125",6585,14198 -"54126",6585,19449 -"54127",6585,20156 -"54128",6585,21179 -"54129",6585,22510 -"54130",6585,50192 -"54131",6585,51122 -"54132",6585,53495 -"54133",6585,57836 -"54134",6585,59693 -"54135",6585,67788 -"54136",6585,68403 -"54137",6585,70338 -"54138",6585,77950 -"54139",6585,83517 -"54140",6585,86167 -"54141",6585,87837 -"54142",6585,88703 -"54143",6585,101883 -"54144",6585,112770 -"54145",6587,7405 -"54146",6587,24743 -"54147",6587,32323 -"54148",6587,34057 -"54149",6587,39477 -"54150",6587,45444 -"54151",6587,51758 -"54152",6587,79827 -"54153",6588,14656 -"54154",6588,14666 -"54155",6588,19957 -"54156",6588,20480 -"54157",6588,20927 -"54158",6588,23585 -"54159",6588,24748 -"54160",6588,28799 -"54161",6588,29489 -"54162",6588,35673 -"54163",6588,39301 -"54164",6588,39371 -"54165",6588,40028 -"54166",6588,45352 -"54167",6588,45611 -"54168",6588,46525 -"54169",6588,46526 -"54170",6588,46543 -"54171",6588,46544 -"54172",6588,46629 -"54173",6588,46670 -"54174",6588,49084 -"54175",6588,53303 -"54176",6588,60141 -"54177",6588,62411 -"54178",6588,72326 -"54179",6588,72794 -"54180",6588,77839 -"54181",6588,91912 -"54182",6588,101793 -"54183",6588,109663 -"54184",6588,110242 -"54185",6589,11628 -"54186",6589,33301 -"54187",6589,79747 -"54188",6589,87133 -"54189",6590,22069 -"54190",6590,40896 -"54191",6590,54592 -"54192",6591,23266 -"54193",6591,70768 -"54194",6591,75192 -"54195",6591,75309 -"54196",6591,113631 -"54197",6592,11047 -"54198",6592,16543 -"54199",6592,28605 -"54200",6593,74724 -"54201",6594,7241 -"54202",6594,9348 -"54203",6594,10958 -"54204",6594,21122 -"54205",6594,22892 -"54206",6594,24005 -"54207",6594,27017 -"54208",6594,27926 -"54209",6594,30898 -"54210",6594,43432 -"54211",6594,48698 -"54212",6594,49362 -"54213",6594,54304 -"54214",6594,55440 -"54215",6594,57950 -"54216",6594,62254 -"54217",6594,65884 -"54218",6594,75948 -"54219",6594,79912 -"54220",6594,82393 -"54221",6594,83314 -"54222",6594,88699 -"54223",6594,89274 -"54224",6594,98925 -"54225",6594,103275 -"54226",6594,108830 -"54227",6594,108867 -"54228",6594,120309 -"54229",6595,10990 -"54230",6595,20426 -"54231",6595,30569 -"54232",6595,32222 -"54233",6595,53249 -"54234",6595,76555 -"54235",6595,76611 -"54236",6595,77719 -"54237",6595,78277 -"54238",6595,78701 -"54239",6595,79938 -"54240",6595,80610 -"54241",6595,82976 -"54242",6595,85065 -"54243",6595,90721 -"54244",6595,92021 -"54245",6595,101133 -"54246",6595,103036 -"54247",6597,8656 -"54248",6597,8987 -"54249",6597,10736 -"54250",6597,11207 -"54251",6597,15121 -"54252",6597,21606 -"54253",6597,23057 -"54254",6597,33529 -"54255",6597,62587 -"54256",6597,72433 -"54257",6597,72568 -"54258",6597,72574 -"54259",6597,72685 -"54260",6597,73002 -"54261",6597,123432 -"54262",6598,6599 -"54263",6598,6636 -"54264",6598,6715 -"54265",6598,6760 -"54266",6598,6762 -"54267",6599,6636 -"54268",6599,6715 -"54269",6599,6760 -"54270",6599,6762 -"54271",6600,6680 -"54272",6600,10766 -"54273",6600,17253 -"54274",6600,30268 -"54275",6600,46007 -"54276",6600,56360 -"54277",6600,56784 -"54278",6601,37197 -"54279",6601,61679 -"54280",6601,61695 -"54281",6602,6900 -"54282",6602,8185 -"54283",6602,9200 -"54284",6602,10474 -"54285",6602,11884 -"54286",6602,13047 -"54287",6602,15131 -"54288",6602,15692 -"54289",6602,18163 -"54290",6602,18174 -"54291",6602,22627 -"54292",6602,28896 -"54293",6602,34820 -"54294",6602,40905 -"54295",6602,48702 -"54296",6602,53378 -"54297",6602,54200 -"54298",6602,80718 -"54299",6603,21905 -"54300",6603,24983 -"54301",6603,33444 -"54302",6603,79823 -"54303",6603,88209 -"54304",6603,95448 -"54305",6604,6605 -"54306",6604,6971 -"54307",6604,11602 -"54308",6604,21068 -"54309",6604,34693 -"54310",6605,6971 -"54311",6605,9645 -"54312",6605,11263 -"54313",6605,25556 -"54314",6605,74899 -"54315",6605,78219 -"54316",6605,95877 -"54317",6605,119289 -"54318",6606,6658 -"54319",6606,14458 -"54320",6607,17061 -"54321",6607,19985 -"54322",6607,24770 -"54323",6607,96583 -"54324",6608,17085 -"54325",6608,19075 -"54326",6608,19349 -"54327",6608,19667 -"54328",6608,30483 -"54329",6608,45607 -"54330",6608,69708 -"54331",6608,79000 -"54332",6608,81565 -"54333",6609,9756 -"54334",6609,52439 -"54335",6610,120849 -"54336",6611,12610 -"54337",6611,30033 -"54338",6611,48106 -"54339",6611,74643 -"54340",6611,81067 -"54341",6611,85245 -"54342",6611,92017 -"54343",6611,109053 -"54344",6612,12286 -"54345",6612,12301 -"54346",6612,25010 -"54347",6612,32039 -"54348",6612,73920 -"54349",6613,6795 -"54350",6613,22651 -"54351",6613,30567 -"54352",6613,33710 -"54353",6613,33989 -"54354",6615,8137 -"54355",6615,8217 -"54356",6615,9174 -"54357",6615,12061 -"54358",6615,13559 -"54359",6615,13950 -"54360",6615,15873 -"54361",6615,17479 -"54362",6615,17538 -"54363",6615,17541 -"54364",6615,17675 -"54365",6615,21548 -"54366",6615,22368 -"54367",6615,22929 -"54368",6615,24901 -"54369",6615,29557 -"54370",6615,30651 -"54371",6615,31727 -"54372",6615,37074 -"54373",6615,41509 -"54374",6615,41757 -"54375",6615,53358 -"54376",6615,55222 -"54377",6615,64695 -"54378",6615,76738 -"54379",6615,78081 -"54380",6615,78768 -"54381",6615,79453 -"54382",6615,80810 -"54383",6615,83024 -"54384",6615,92632 -"54385",6615,94215 -"54386",6615,94234 -"54387",6615,117382 -"54388",6616,6618 -"54389",6616,6649 -"54390",6616,6914 -"54391",6616,6926 -"54392",6616,6975 -"54393",6616,6976 -"54394",6616,15762 -"54395",6616,35471 -"54396",6616,35481 -"54397",6616,41490 -"54398",6616,59505 -"54399",6616,59699 -"54400",6616,67705 -"54401",6616,101927 -"54402",6617,6619 -"54403",6617,6653 -"54404",6617,8782 -"54405",6618,6649 -"54406",6618,6914 -"54407",6618,6926 -"54408",6618,6975 -"54409",6618,6976 -"54410",6618,35481 -"54411",6618,41490 -"54412",6618,61219 -"54413",6618,67705 -"54414",6618,90325 -"54415",6619,6653 -"54416",6620,100493 -"54417",6620,100511 -"54418",6621,15447 -"54419",6621,17205 -"54420",6621,57244 -"54421",6621,73100 -"54422",6622,8392 -"54423",6622,19155 -"54424",6622,32927 -"54425",6622,37409 -"54426",6623,92125 -"54427",6624,16386 -"54428",6624,16414 -"54429",6624,16457 -"54430",6624,16502 -"54431",6624,18110 -"54432",6624,19940 -"54433",6624,23597 -"54434",6624,24395 -"54435",6624,31774 -"54436",6624,37259 -"54437",6624,40515 -"54438",6624,42256 -"54439",6624,42562 -"54440",6624,44189 -"54441",6624,56169 -"54442",6624,57043 -"54443",6624,76683 -"54444",6624,106070 -"54445",6625,6748 -"54446",6625,42518 -"54447",6625,46739 -"54448",6625,54266 -"54449",6625,54296 -"54450",6626,8438 -"54451",6626,8669 -"54452",6626,9855 -"54453",6626,14549 -"54454",6626,18122 -"54455",6626,24615 -"54456",6626,50866 -"54457",6626,71638 -"54458",6626,74760 -"54459",6626,79456 -"54460",6626,82957 -"54461",6626,82994 -"54462",6626,93049 -"54463",6626,99507 -"54464",6626,115919 -"54465",6626,118961 -"54466",6626,119198 -"54467",6626,121397 -"54468",6626,121404 -"54469",6627,8205 -"54470",6627,21463 -"54471",6627,31028 -"54472",6627,36160 -"54473",6627,38224 -"54474",6627,39105 -"54475",6627,69600 -"54476",6627,70975 -"54477",6628,35926 -"54478",6628,76905 -"54479",6629,6645 -"54480",6629,58558 -"54481",6629,115553 -"54482",6630,6637 -"54483",6630,12740 -"54484",6630,24085 -"54485",6630,26073 -"54486",6630,42107 -"54487",6630,43993 -"54488",6630,44138 -"54489",6630,52621 -"54490",6630,54602 -"54491",6630,56051 -"54492",6630,66960 -"54493",6630,75829 -"54494",6630,92146 -"54495",6630,92147 -"54496",6630,92165 -"54497",6630,92183 -"54498",6631,12029 -"54499",6631,14615 -"54500",6632,32981 -"54501",6633,16823 -"54502",6633,33376 -"54503",6633,42367 -"54504",6633,57514 -"54505",6633,61670 -"54506",6633,63837 -"54507",6633,68833 -"54508",6633,73887 -"54509",6633,79068 -"54510",6633,83301 -"54511",6633,92850 -"54512",6633,115407 -"54513",6634,20264 -"54514",6634,28319 -"54515",6635,6734 -"54516",6635,6980 -"54517",6635,12005 -"54518",6636,6715 -"54519",6636,6760 -"54520",6636,6762 -"54521",6637,6943 -"54522",6637,28648 -"54523",6637,52346 -"54524",6637,76580 -"54525",6637,83242 -"54526",6637,85041 -"54527",6637,105639 -"54528",6638,29428 -"54529",6638,35237 -"54530",6638,46015 -"54531",6638,53974 -"54532",6638,57899 -"54533",6638,63014 -"54534",6638,70023 -"54535",6638,72183 -"54536",6639,13641 -"54537",6639,20004 -"54538",6639,20147 -"54539",6639,20174 -"54540",6639,38021 -"54541",6639,79983 -"54542",6640,19633 -"54543",6640,19810 -"54544",6641,18360 -"54545",6641,19014 -"54546",6641,19487 -"54547",6641,25290 -"54548",6641,37912 -"54549",6641,37941 -"54550",6641,37960 -"54551",6641,38841 -"54552",6641,39460 -"54553",6641,48672 -"54554",6641,48733 -"54555",6641,48751 -"54556",6641,55613 -"54557",6641,55629 -"54558",6641,55630 -"54559",6641,55646 -"54560",6641,55661 -"54561",6641,55669 -"54562",6642,6648 -"54563",6643,12451 -"54564",6643,26036 -"54565",6643,52777 -"54566",6643,60675 -"54567",6643,76853 -"54568",6644,37957 -"54569",6644,39485 -"54570",6644,53672 -"54571",6644,117603 -"54572",6646,34143 -"54573",6646,54956 -"54574",6646,86077 -"54575",6646,86089 -"54576",6646,86101 -"54577",6647,7957 -"54578",6647,37813 -"54579",6647,69872 -"54580",6647,70609 -"54581",6647,83254 -"54582",6647,84680 -"54583",6647,101509 -"54584",6648,45888 -"54585",6649,6914 -"54586",6649,6926 -"54587",6649,6975 -"54588",6649,6976 -"54589",6649,11769 -"54590",6649,11926 -"54591",6649,15762 -"54592",6649,17607 -"54593",6649,20031 -"54594",6649,23846 -"54595",6649,25223 -"54596",6649,29115 -"54597",6649,30626 -"54598",6649,35472 -"54599",6649,35481 -"54600",6649,35963 -"54601",6649,38694 -"54602",6649,38786 -"54603",6649,41490 -"54604",6649,44740 -"54605",6649,47337 -"54606",6649,48484 -"54607",6649,49364 -"54608",6649,55302 -"54609",6649,58052 -"54610",6649,60085 -"54611",6649,67705 -"54612",6649,68561 -"54613",6649,69075 -"54614",6649,71541 -"54615",6649,89308 -"54616",6649,90390 -"54617",6649,92441 -"54618",6649,94806 -"54619",6649,98166 -"54620",6649,105685 -"54621",6650,13718 -"54622",6650,100220 -"54623",6651,6945 -"54624",6651,6992 -"54625",6651,7995 -"54626",6651,8094 -"54627",6651,8629 -"54628",6651,10613 -"54629",6651,14988 -"54630",6651,16956 -"54631",6651,18757 -"54632",6651,27768 -"54633",6651,27944 -"54634",6651,32784 -"54635",6651,46566 -"54636",6651,56823 -"54637",6651,58307 -"54638",6651,62320 -"54639",6651,63323 -"54640",6651,90931 -"54641",6651,93956 -"54642",6652,11966 -"54643",6652,12049 -"54644",6652,12789 -"54645",6652,28168 -"54646",6652,32567 -"54647",6652,57714 -"54648",6652,73717 -"54649",6652,76666 -"54650",6652,77247 -"54651",6652,79585 -"54652",6652,86113 -"54653",6653,38736 -"54654",6653,43372 -"54655",6653,50686 -"54656",6653,51108 -"54657",6653,54622 -"54658",6653,58105 -"54659",6653,62344 -"54660",6653,64359 -"54661",6654,28518 -"54662",6654,73681 -"54663",6655,44079 -"54664",6655,64398 -"54665",6655,64437 -"54666",6656,28457 -"54667",6656,63219 -"54668",6656,104581 -"54669",6657,24894 -"54670",6657,106261 -"54671",6658,14837 -"54672",6658,18259 -"54673",6658,33720 -"54674",6658,37626 -"54675",6658,37643 -"54676",6658,43403 -"54677",6658,83416 -"54678",6658,103907 -"54679",6658,122866 -"54680",6659,41077 -"54681",6659,41290 -"54682",6659,96717 -"54683",6659,108221 -"54684",6659,116566 -"54685",6660,15011 -"54686",6660,33395 -"54687",6660,38076 -"54688",6660,59485 -"54689",6660,62268 -"54690",6661,22375 -"54691",6661,64682 -"54692",6662,38524 -"54693",6662,54677 -"54694",6663,47046 -"54695",6663,53401 -"54696",6663,65404 -"54697",6663,69250 -"54698",6663,76607 -"54699",6663,92264 -"54700",6664,12620 -"54701",6664,104999 -"54702",6665,29227 -"54703",6665,29361 -"54704",6665,40972 -"54705",6665,43206 -"54706",6665,43268 -"54707",6666,23468 -"54708",6667,8845 -"54709",6667,8866 -"54710",6667,8883 -"54711",6667,8888 -"54712",6667,9051 -"54713",6667,42294 -"54714",6668,46171 -"54715",6668,47139 -"54716",6668,63586 -"54717",6669,46977 -"54718",6669,79651 -"54719",6669,79964 -"54720",6669,119018 -"54721",6669,120022 -"54722",6670,7039 -"54723",6670,47317 -"54724",6670,48047 -"54725",6671,10074 -"54726",6671,17118 -"54727",6671,29190 -"54728",6671,38810 -"54729",6671,52224 -"54730",6672,7023 -"54731",6672,11321 -"54732",6672,12820 -"54733",6672,19674 -"54734",6672,23180 -"54735",6672,26451 -"54736",6672,30898 -"54737",6672,31651 -"54738",6672,33956 -"54739",6672,60925 -"54740",6672,64960 -"54741",6672,65884 -"54742",6673,6674 -"54743",6673,6766 -"54744",6673,10585 -"54745",6673,18342 -"54746",6673,21684 -"54747",6673,21815 -"54748",6673,22811 -"54749",6673,22897 -"54750",6673,26694 -"54751",6673,26729 -"54752",6673,26786 -"54753",6673,32465 -"54754",6673,56689 -"54755",6673,59812 -"54756",6673,75364 -"54757",6674,6766 -"54758",6674,16580 -"54759",6674,16875 -"54760",6674,21684 -"54761",6674,27111 -"54762",6675,31838 -"54763",6676,16518 -"54764",6676,62382 -"54765",6677,35374 -"54766",6678,6820 -"54767",6678,19515 -"54768",6678,24564 -"54769",6678,48651 -"54770",6678,55568 -"54771",6679,28948 -"54772",6679,66992 -"54773",6679,79685 -"54774",6679,86026 -"54775",6680,8506 -"54776",6680,15496 -"54777",6680,23049 -"54778",6680,50758 -"54779",6680,59489 -"54780",6680,102450 -"54781",6680,114744 -"54782",6680,114901 -"54783",6681,22193 -"54784",6681,52966 -"54785",6681,66325 -"54786",6681,88180 -"54787",6682,12968 -"54788",6682,81815 -"54789",6683,88259 -"54790",6684,19572 -"54791",6685,20005 -"54792",6686,18211 -"54793",6686,28057 -"54794",6686,32901 -"54795",6686,48692 -"54796",6686,115029 -"54797",6687,50576 -"54798",6689,6980 -"54799",6689,12213 -"54800",6689,18101 -"54801",6689,31898 -"54802",6690,6714 -"54803",6690,22060 -"54804",6690,29626 -"54805",6690,53857 -"54806",6690,64037 -"54807",6690,77654 -"54808",6691,6693 -"54809",6691,17792 -"54810",6691,32864 -"54811",6691,33518 -"54812",6692,25565 -"54813",6693,9402 -"54814",6693,19515 -"54815",6693,39138 -"54816",6693,64713 -"54817",6693,64714 -"54818",6693,67194 -"54819",6693,67598 -"54820",6693,74300 -"54821",6693,74324 -"54822",6694,6764 -"54823",6695,23544 -"54824",6695,24752 -"54825",6695,34103 -"54826",6695,38009 -"54827",6695,57582 -"54828",6695,77257 -"54829",6695,87745 -"54830",6695,88309 -"54831",6695,98985 -"54832",6695,107578 -"54833",6696,7213 -"54834",6696,7704 -"54835",6696,7841 -"54836",6696,7865 -"54837",6697,12470 -"54838",6697,21235 -"54839",6697,41187 -"54840",6697,43568 -"54841",6697,44452 -"54842",6697,57523 -"54843",6697,83848 -"54844",6697,84308 -"54845",6697,84823 -"54846",6698,79608 -"54847",6699,6727 -"54848",6699,6875 -"54849",6699,7476 -"54850",6699,8369 -"54851",6699,32599 -"54852",6699,46976 -"54853",6699,56249 -"54854",6699,85190 -"54855",6700,6723 -"54856",6700,25835 -"54857",6700,29362 -"54858",6700,81160 -"54859",6701,14157 -"54860",6701,21694 -"54861",6701,29312 -"54862",6701,44701 -"54863",6701,55786 -"54864",6701,58873 -"54865",6701,62345 -"54866",6702,13147 -"54867",6702,20921 -"54868",6702,24160 -"54869",6702,28703 -"54870",6702,41611 -"54871",6702,52953 -"54872",6702,54385 -"54873",6702,76403 -"54874",6702,77233 -"54875",6702,82099 -"54876",6702,96062 -"54877",6702,113173 -"54878",6703,71165 -"54879",6703,117390 -"54880",6704,26694 -"54881",6704,29642 -"54882",6704,97401 -"54883",6705,12196 -"54884",6706,10392 -"54885",6706,27051 -"54886",6706,60623 -"54887",6706,76171 -"54888",6706,91126 -"54889",6707,15225 -"54890",6707,71991 -"54891",6707,80143 -"54892",6707,80161 -"54893",6708,20515 -"54894",6708,30148 -"54895",6708,33061 -"54896",6708,50418 -"54897",6708,57511 -"54898",6708,84203 -"54899",6709,16914 -"54900",6709,115737 -"54901",6710,15575 -"54902",6710,19257 -"54903",6710,20817 -"54904",6710,20894 -"54905",6710,20896 -"54906",6710,20957 -"54907",6710,20965 -"54908",6710,27891 -"54909",6710,29667 -"54910",6710,36802 -"54911",6710,37752 -"54912",6710,38440 -"54913",6710,40704 -"54914",6710,47338 -"54915",6710,47558 -"54916",6710,57641 -"54917",6710,57671 -"54918",6710,59916 -"54919",6711,6786 -"54920",6711,16791 -"54921",6711,18555 -"54922",6711,21221 -"54923",6711,31770 -"54924",6711,37798 -"54925",6711,50155 -"54926",6711,52205 -"54927",6711,58262 -"54928",6711,62451 -"54929",6711,85653 -"54930",6711,114525 -"54931",6712,7944 -"54932",6712,8856 -"54933",6712,9933 -"54934",6712,12171 -"54935",6712,12410 -"54936",6712,15019 -"54937",6712,15532 -"54938",6712,15908 -"54939",6712,17536 -"54940",6712,18270 -"54941",6712,20449 -"54942",6712,21088 -"54943",6712,23847 -"54944",6712,24012 -"54945",6712,24910 -"54946",6712,25758 -"54947",6712,26537 -"54948",6712,26872 -"54949",6712,28284 -"54950",6712,28767 -"54951",6712,28871 -"54952",6712,30334 -"54953",6712,30705 -"54954",6712,35496 -"54955",6712,37610 -"54956",6712,37636 -"54957",6712,39435 -"54958",6712,40131 -"54959",6712,40166 -"54960",6712,40392 -"54961",6712,40905 -"54962",6712,41030 -"54963",6712,41527 -"54964",6712,41529 -"54965",6712,41778 -"54966",6712,43147 -"54967",6712,43234 -"54968",6712,43858 -"54969",6712,44828 -"54970",6712,45657 -"54971",6712,45933 -"54972",6712,46434 -"54973",6712,46567 -"54974",6712,46637 -"54975",6712,46639 -"54976",6712,46788 -"54977",6712,46996 -"54978",6712,47123 -"54979",6712,47488 -"54980",6712,48909 -"54981",6712,49859 -"54982",6712,50064 -"54983",6712,50067 -"54984",6712,50554 -"54985",6712,50879 -"54986",6712,51783 -"54987",6712,52018 -"54988",6712,53444 -"54989",6712,53527 -"54990",6712,53555 -"54991",6712,54275 -"54992",6712,55045 -"54993",6712,56628 -"54994",6712,58004 -"54995",6712,58068 -"54996",6712,58633 -"54997",6712,61111 -"54998",6712,61127 -"54999",6712,68287 -"55000",6712,73257 -"55001",6713,7553 -"55002",6713,23148 -"55003",6713,30594 -"55004",6713,30642 -"55005",6713,31319 -"55006",6713,31320 -"55007",6713,37050 -"55008",6713,38059 -"55009",6713,47527 -"55010",6713,86444 -"55011",6714,22060 -"55012",6714,27067 -"55013",6714,73906 -"55014",6715,6760 -"55015",6715,6762 -"55016",6716,9548 -"55017",6716,53791 -"55018",6716,56601 -"55019",6716,79963 -"55020",6716,82413 -"55021",6716,109724 -"55022",6716,114934 -"55023",6716,116383 -"55024",6718,6754 -"55025",6718,8952 -"55026",6718,14495 -"55027",6718,16025 -"55028",6718,17064 -"55029",6718,19920 -"55030",6718,19965 -"55031",6718,21399 -"55032",6718,22480 -"55033",6718,23222 -"55034",6718,29954 -"55035",6718,29987 -"55036",6718,30031 -"55037",6718,31902 -"55038",6718,45946 -"55039",6718,50181 -"55040",6718,56256 -"55041",6718,60878 -"55042",6718,64891 -"55043",6718,71654 -"55044",6718,92662 -"55045",6718,113850 -"55046",6719,10768 -"55047",6719,61649 -"55048",6720,7008 -"55049",6720,76566 -"55050",6720,83025 -"55051",6721,13154 -"55052",6721,15851 -"55053",6721,15852 -"55054",6721,65503 -"55055",6722,18265 -"55056",6722,32678 -"55057",6722,83161 -"55058",6722,96307 -"55059",6722,123075 -"55060",6723,10871 -"55061",6723,11470 -"55062",6723,12583 -"55063",6723,19516 -"55064",6723,19692 -"55065",6723,19693 -"55066",6723,20402 -"55067",6723,26126 -"55068",6723,28845 -"55069",6723,29356 -"55070",6723,29362 -"55071",6723,29375 -"55072",6723,67362 -"55073",6724,18443 -"55074",6724,97724 -"55075",6725,11531 -"55076",6726,13845 -"55077",6726,70808 -"55078",6727,6865 -"55079",6727,6875 -"55080",6727,7286 -"55081",6727,7287 -"55082",6727,56249 -"55083",6727,74286 -"55084",6728,48291 -"55085",6728,99800 -"55086",6729,20320 -"55087",6729,63305 -"55088",6729,69327 -"55089",6729,105023 -"55090",6730,33822 -"55091",6730,47755 -"55092",6730,54020 -"55093",6730,55497 -"55094",6731,15414 -"55095",6731,109481 -"55096",6731,120005 -"55097",6732,10857 -"55098",6732,17400 -"55099",6732,23492 -"55100",6732,29715 -"55101",6732,30325 -"55102",6732,30564 -"55103",6732,36197 -"55104",6732,39301 -"55105",6732,43652 -"55106",6732,54551 -"55107",6732,76284 -"55108",6732,91808 -"55109",6732,94480 -"55110",6732,105771 -"55111",6733,37752 -"55112",6733,52474 -"55113",6733,91025 -"55114",6734,6980 -"55115",6734,56968 -"55116",6735,14231 -"55117",6735,14850 -"55118",6735,34378 -"55119",6736,11169 -"55120",6736,12070 -"55121",6737,6747 -"55122",6737,6841 -"55123",6737,82109 -"55124",6738,69047 -"55125",6739,27680 -"55126",6739,83804 -"55127",6740,25129 -"55128",6740,46394 -"55129",6740,48371 -"55130",6740,53948 -"55131",6740,57466 -"55132",6740,83832 -"55133",6740,108567 -"55134",6740,108948 -"55135",6740,109122 -"55136",6741,7456 -"55137",6742,14838 -"55138",6742,15029 -"55139",6742,23802 -"55140",6742,44730 -"55141",6742,50641 -"55142",6742,65511 -"55143",6743,31953 -"55144",6744,58436 -"55145",6745,15183 -"55146",6745,17328 -"55147",6745,24547 -"55148",6745,25082 -"55149",6745,26062 -"55150",6745,26352 -"55151",6745,36031 -"55152",6745,40441 -"55153",6745,43306 -"55154",6746,7472 -"55155",6746,11614 -"55156",6746,22507 -"55157",6746,66199 -"55158",6746,67267 -"55159",6746,70419 -"55160",6746,105937 -"55161",6747,15452 -"55162",6747,35972 -"55163",6747,45921 -"55164",6747,49468 -"55165",6747,49600 -"55166",6747,50196 -"55167",6747,52053 -"55168",6747,71287 -"55169",6747,71337 -"55170",6747,85642 -"55171",6747,85664 -"55172",6747,95232 -"55173",6747,119560 -"55174",6747,119563 -"55175",6747,121537 -"55176",6747,121541 -"55177",6747,121559 -"55178",6748,20327 -"55179",6749,83433 -"55180",6750,6751 -"55181",6750,6831 -"55182",6750,7637 -"55183",6750,9821 -"55184",6750,13307 -"55185",6750,13533 -"55186",6750,14495 -"55187",6750,20326 -"55188",6750,20480 -"55189",6750,20737 -"55190",6750,21012 -"55191",6750,21672 -"55192",6750,23715 -"55193",6750,25492 -"55194",6750,27497 -"55195",6750,28477 -"55196",6750,28600 -"55197",6750,32131 -"55198",6750,33014 -"55199",6750,34537 -"55200",6750,35528 -"55201",6750,43455 -"55202",6750,46629 -"55203",6750,51165 -"55204",6750,58439 -"55205",6750,61982 -"55206",6750,62784 -"55207",6750,78597 -"55208",6750,78934 -"55209",6750,79347 -"55210",6750,81362 -"55211",6750,86369 -"55212",6750,86381 -"55213",6750,93512 -"55214",6751,8369 -"55215",6751,10105 -"55216",6751,11427 -"55217",6751,12640 -"55218",6751,13307 -"55219",6751,13533 -"55220",6751,14666 -"55221",6751,14936 -"55222",6751,20326 -"55223",6751,20480 -"55224",6751,20737 -"55225",6751,21012 -"55226",6751,21849 -"55227",6751,23526 -"55228",6751,23626 -"55229",6751,23715 -"55230",6751,47214 -"55231",6751,48359 -"55232",6751,62784 -"55233",6752,31506 -"55234",6752,37342 -"55235",6752,41475 -"55236",6752,45192 -"55237",6752,63184 -"55238",6752,70985 -"55239",6753,49146 -"55240",6753,57496 -"55241",6753,102808 -"55242",6755,12441 -"55243",6755,35250 -"55244",6755,71523 -"55245",6756,17476 -"55246",6756,18203 -"55247",6756,18651 -"55248",6756,44269 -"55249",6756,48886 -"55250",6756,62004 -"55251",6756,84499 -"55252",6756,85135 -"55253",6756,88149 -"55254",6757,48999 -"55255",6757,56987 -"55256",6757,59632 -"55257",6757,80728 -"55258",6757,81366 -"55259",6757,82435 -"55260",6757,83478 -"55261",6758,29193 -"55262",6758,56752 -"55263",6758,61908 -"55264",6759,8555 -"55265",6759,9373 -"55266",6759,28641 -"55267",6759,32853 -"55268",6759,34899 -"55269",6759,36142 -"55270",6759,36771 -"55271",6759,42415 -"55272",6759,42470 -"55273",6759,46450 -"55274",6759,49358 -"55275",6759,49380 -"55276",6759,65751 -"55277",6759,66958 -"55278",6760,6762 -"55279",6760,115601 -"55280",6760,115619 -"55281",6761,38396 -"55282",6761,42163 -"55283",6761,110931 -"55284",6762,22477 -"55285",6763,69711 -"55286",6764,7948 -"55287",6764,10814 -"55288",6764,13909 -"55289",6764,24013 -"55290",6764,39585 -"55291",6764,63968 -"55292",6764,82263 -"55293",6764,96722 -"55294",6764,103158 -"55295",6764,105867 -"55296",6765,12217 -"55297",6765,25140 -"55298",6765,66290 -"55299",6766,7369 -"55300",6766,8021 -"55301",6766,8361 -"55302",6766,16041 -"55303",6766,25044 -"55304",6766,49445 -"55305",6766,49984 -"55306",6767,9367 -"55307",6767,25734 -"55308",6767,36912 -"55309",6767,40776 -"55310",6767,110562 -"55311",6768,17552 -"55312",6768,17568 -"55313",6768,30651 -"55314",6768,43657 -"55315",6768,53644 -"55316",6768,55366 -"55317",6768,72549 -"55318",6768,97337 -"55319",6768,107686 -"55320",6768,107706 -"55321",6769,15993 -"55322",6769,55484 -"55323",6769,77591 -"55324",6769,81296 -"55325",6770,6800 -"55326",6770,9265 -"55327",6770,10297 -"55328",6770,29398 -"55329",6770,31547 -"55330",6770,34576 -"55331",6770,42246 -"55332",6770,45198 -"55333",6770,52244 -"55334",6770,93459 -"55335",6771,6790 -"55336",6771,21521 -"55337",6771,33803 -"55338",6771,33890 -"55339",6771,78639 -"55340",6771,78681 -"55341",6771,78945 -"55342",6772,15216 -"55343",6772,33314 -"55344",6772,43061 -"55345",6772,78692 -"55346",6772,83664 -"55347",6772,90314 -"55348",6772,106843 -"55349",6773,8229 -"55350",6773,84807 -"55351",6773,89958 -"55352",6773,106856 -"55353",6773,108750 -"55354",6773,114701 -"55355",6773,118184 -"55356",6774,6819 -"55357",6774,7573 -"55358",6774,8651 -"55359",6774,9544 -"55360",6774,9793 -"55361",6774,11714 -"55362",6774,13255 -"55363",6774,13320 -"55364",6774,13678 -"55365",6774,14578 -"55366",6774,18768 -"55367",6774,26982 -"55368",6774,35530 -"55369",6774,37215 -"55370",6774,47849 -"55371",6774,57329 -"55372",6774,61043 -"55373",6775,6782 -"55374",6775,16301 -"55375",6775,16520 -"55376",6775,21722 -"55377",6775,32375 -"55378",6775,52608 -"55379",6775,78522 -"55380",6775,80284 -"55381",6775,112902 -"55382",6775,116106 -"55383",6775,119656 -"55384",6775,120871 -"55385",6776,38332 -"55386",6776,41545 -"55387",6776,89365 -"55388",6777,6789 -"55389",6777,6831 -"55390",6777,7556 -"55391",6777,7842 -"55392",6777,8659 -"55393",6777,9293 -"55394",6777,11517 -"55395",6777,12460 -"55396",6777,15790 -"55397",6777,17520 -"55398",6777,18119 -"55399",6777,27946 -"55400",6777,56812 -"55401",6777,78652 -"55402",6778,23088 -"55403",6778,82478 -"55404",6779,14626 -"55405",6779,29442 -"55406",6779,30377 -"55407",6779,33240 -"55408",6779,57165 -"55409",6780,39957 -"55410",6780,95764 -"55411",6781,33653 -"55412",6782,10726 -"55413",6782,16747 -"55414",6782,34998 -"55415",6782,35020 -"55416",6782,49047 -"55417",6783,12223 -"55418",6783,45081 -"55419",6783,64242 -"55420",6783,78872 -"55421",6783,90446 -"55422",6783,109329 -"55423",6783,109946 -"55424",6784,115337 -"55425",6784,116223 -"55426",6784,116428 -"55427",6785,46866 -"55428",6785,69030 -"55429",6786,16791 -"55430",6786,31770 -"55431",6787,6803 -"55432",6787,6836 -"55433",6787,9848 -"55434",6787,34861 -"55435",6788,23361 -"55436",6788,24874 -"55437",6788,55327 -"55438",6788,94024 -"55439",6788,104596 -"55440",6789,6831 -"55441",6789,23151 -"55442",6789,30883 -"55443",6789,40494 -"55444",6789,42065 -"55445",6789,43708 -"55446",6789,50487 -"55447",6789,54508 -"55448",6789,88863 -"55449",6789,92570 -"55450",6789,92736 -"55451",6789,102008 -"55452",6789,102022 -"55453",6789,103993 -"55454",6790,26761 -"55455",6790,42709 -"55456",6790,59268 -"55457",6790,116751 -"55458",6791,30944 -"55459",6791,31781 -"55460",6792,22565 -"55461",6792,24942 -"55462",6792,39527 -"55463",6792,40703 -"55464",6792,53881 -"55465",6792,63711 -"55466",6792,76988 -"55467",6792,81689 -"55468",6793,12166 -"55469",6793,23493 -"55470",6793,31547 -"55471",6793,41652 -"55472",6793,95263 -"55473",6794,24001 -"55474",6794,73861 -"55475",6794,92943 -"55476",6794,106555 -"55477",6795,13332 -"55478",6796,13111 -"55479",6796,23462 -"55480",6796,50213 -"55481",6796,66395 -"55482",6796,81454 -"55483",6796,85776 -"55484",6796,85978 -"55485",6796,118484 -"55486",6797,7615 -"55487",6797,50943 -"55488",6797,55399 -"55489",6797,55435 -"55490",6797,55471 -"55491",6797,95672 -"55492",6797,98161 -"55493",6798,20009 -"55494",6799,45958 -"55495",6799,48374 -"55496",6800,22235 -"55497",6800,31756 -"55498",6800,43682 -"55499",6800,53931 -"55500",6800,68664 -"55501",6801,6824 -"55502",6801,9861 -"55503",6801,10638 -"55504",6801,11303 -"55505",6801,11506 -"55506",6801,16552 -"55507",6801,16594 -"55508",6801,27845 -"55509",6801,45760 -"55510",6801,61020 -"55511",6801,61442 -"55512",6801,69597 -"55513",6801,73981 -"55514",6802,7403 -"55515",6802,9425 -"55516",6802,14908 -"55517",6802,14938 -"55518",6802,20848 -"55519",6802,113751 -"55520",6803,6836 -"55521",6803,9154 -"55522",6803,14124 -"55523",6803,26471 -"55524",6803,78359 -"55525",6803,80783 -"55526",6803,96017 -"55527",6804,11139 -"55528",6804,30121 -"55529",6804,84884 -"55530",6804,101918 -"55531",6804,121073 -"55532",6805,9986 -"55533",6805,31354 -"55534",6805,104126 -"55535",6806,29600 -"55536",6806,34384 -"55537",6806,54305 -"55538",6806,82812 -"55539",6806,83396 -"55540",6806,89141 -"55541",6807,14106 -"55542",6807,84390 -"55543",6807,97283 -"55544",6808,6883 -"55545",6808,9376 -"55546",6808,10070 -"55547",6808,11936 -"55548",6808,13636 -"55549",6808,15506 -"55550",6808,16687 -"55551",6808,19695 -"55552",6808,20697 -"55553",6808,22769 -"55554",6808,23953 -"55555",6808,33787 -"55556",6808,40396 -"55557",6808,43631 -"55558",6808,51646 -"55559",6808,53743 -"55560",6808,61435 -"55561",6808,75816 -"55562",6808,78984 -"55563",6809,6994 -"55564",6809,7786 -"55565",6809,9801 -"55566",6809,21905 -"55567",6809,22868 -"55568",6809,24983 -"55569",6809,25570 -"55570",6809,31352 -"55571",6809,36506 -"55572",6809,40864 -"55573",6809,49663 -"55574",6809,50441 -"55575",6809,52589 -"55576",6809,122474 -"55577",6810,14780 -"55578",6810,19821 -"55579",6810,39618 -"55580",6810,39654 -"55581",6810,65068 -"55582",6810,69878 -"55583",6811,12400 -"55584",6811,13109 -"55585",6811,19892 -"55586",6811,20150 -"55587",6811,22374 -"55588",6811,29034 -"55589",6811,31213 -"55590",6811,34648 -"55591",6811,35562 -"55592",6811,40893 -"55593",6811,42388 -"55594",6811,42728 -"55595",6811,45903 -"55596",6811,54765 -"55597",6811,56955 -"55598",6811,60523 -"55599",6811,64502 -"55600",6811,66044 -"55601",6811,83526 -"55602",6811,86548 -"55603",6811,89669 -"55604",6811,89741 -"55605",6811,91279 -"55606",6811,96377 -"55607",6811,102827 -"55608",6811,104867 -"55609",6811,104940 -"55610",6812,6839 -"55611",6813,7588 -"55612",6813,7985 -"55613",6813,10117 -"55614",6813,12391 -"55615",6813,12889 -"55616",6813,18600 -"55617",6813,18767 -"55618",6813,20072 -"55619",6813,21505 -"55620",6813,21607 -"55621",6813,21665 -"55622",6813,23861 -"55623",6813,32630 -"55624",6813,34564 -"55625",6813,34620 -"55626",6813,38525 -"55627",6813,41713 -"55628",6813,42087 -"55629",6813,45047 -"55630",6813,45980 -"55631",6813,48202 -"55632",6813,48212 -"55633",6813,53132 -"55634",6813,53227 -"55635",6813,55111 -"55636",6813,58628 -"55637",6813,61801 -"55638",6813,64350 -"55639",6813,73044 -"55640",6813,73058 -"55641",6813,73335 -"55642",6813,78063 -"55643",6813,78429 -"55644",6813,78569 -"55645",6813,82143 -"55646",6813,83231 -"55647",6813,86471 -"55648",6813,90804 -"55649",6813,91022 -"55650",6813,91045 -"55651",6813,95675 -"55652",6813,101516 -"55653",6813,102387 -"55654",6813,108374 -"55655",6813,108587 -"55656",6813,108893 -"55657",6813,109101 -"55658",6813,109523 -"55659",6813,110993 -"55660",6813,111338 -"55661",6813,111398 -"55662",6813,111409 -"55663",6813,111480 -"55664",6813,112422 -"55665",6813,112648 -"55666",6813,112708 -"55667",6813,112820 -"55668",6813,112997 -"55669",6813,113597 -"55670",6813,114418 -"55671",6813,114582 -"55672",6813,115371 -"55673",6813,116028 -"55674",6813,116604 -"55675",6814,72137 -"55676",6815,7240 -"55677",6816,17527 -"55678",6816,28096 -"55679",6816,77873 -"55680",6816,85188 -"55681",6816,90481 -"55682",6816,101760 -"55683",6817,7685 -"55684",6817,13843 -"55685",6817,24200 -"55686",6817,26410 -"55687",6817,28237 -"55688",6817,32018 -"55689",6817,48338 -"55690",6817,57434 -"55691",6817,57435 -"55692",6817,57449 -"55693",6817,57450 -"55694",6817,59364 -"55695",6817,60766 -"55696",6817,60803 -"55697",6817,63892 -"55698",6817,64774 -"55699",6817,75101 -"55700",6818,7723 -"55701",6818,10438 -"55702",6818,12304 -"55703",6818,16917 -"55704",6818,17366 -"55705",6818,20538 -"55706",6818,45151 -"55707",6818,49915 -"55708",6818,63656 -"55709",6818,72569 -"55710",6818,82416 -"55711",6819,7966 -"55712",6819,8010 -"55713",6819,12475 -"55714",6819,13678 -"55715",6819,14525 -"55716",6819,24242 -"55717",6819,27908 -"55718",6819,28802 -"55719",6820,62484 -"55720",6820,81756 -"55721",6820,90839 -"55722",6820,93867 -"55723",6821,7039 -"55724",6821,7622 -"55725",6821,7799 -"55726",6821,7820 -"55727",6821,13696 -"55728",6821,16437 -"55729",6821,20596 -"55730",6821,31605 -"55731",6821,35380 -"55732",6821,38440 -"55733",6821,41900 -"55734",6821,56137 -"55735",6821,60802 -"55736",6821,62710 -"55737",6821,74304 -"55738",6821,79858 -"55739",6821,83460 -"55740",6821,83483 -"55741",6821,94298 -"55742",6821,94332 -"55743",6822,6826 -"55744",6822,31791 -"55745",6822,56471 -"55746",6822,62616 -"55747",6823,94597 -"55748",6823,102951 -"55749",6824,6973 -"55750",6824,10638 -"55751",6824,16473 -"55752",6824,16594 -"55753",6824,23556 -"55754",6824,33853 -"55755",6824,87270 -"55756",6824,108003 -"55757",6825,7658 -"55758",6825,10064 -"55759",6825,46139 -"55760",6825,66658 -"55761",6825,98313 -"55762",6825,117800 -"55763",6825,117814 -"55764",6825,118726 -"55765",6825,118727 -"55766",6826,7616 -"55767",6826,24323 -"55768",6826,30890 -"55769",6826,36784 -"55770",6826,37506 -"55771",6826,43916 -"55772",6826,62341 -"55773",6826,77611 -"55774",6826,108813 -"55775",6827,70218 -"55776",6827,89580 -"55777",6827,94643 -"55778",6828,6832 -"55779",6828,7992 -"55780",6828,8734 -"55781",6828,9185 -"55782",6828,14562 -"55783",6828,23869 -"55784",6828,28863 -"55785",6828,35181 -"55786",6828,36740 -"55787",6828,40883 -"55788",6828,50807 -"55789",6828,62510 -"55790",6829,15116 -"55791",6829,17938 -"55792",6829,20588 -"55793",6829,26595 -"55794",6829,35488 -"55795",6829,35516 -"55796",6829,39662 -"55797",6829,44306 -"55798",6829,50442 -"55799",6829,54069 -"55800",6829,61581 -"55801",6829,62903 -"55802",6829,69769 -"55803",6829,70507 -"55804",6829,73197 -"55805",6829,80487 -"55806",6830,9196 -"55807",6830,9664 -"55808",6830,10874 -"55809",6830,11203 -"55810",6830,15184 -"55811",6830,23738 -"55812",6830,37762 -"55813",6830,44636 -"55814",6830,46039 -"55815",6830,49846 -"55816",6830,56406 -"55817",6831,10769 -"55818",6831,10789 -"55819",6831,11006 -"55820",6831,23649 -"55821",6831,25577 -"55822",6831,52323 -"55823",6831,52371 -"55824",6831,66332 -"55825",6831,105536 -"55826",6832,6941 -"55827",6832,7066 -"55828",6832,27885 -"55829",6832,29043 -"55830",6832,30883 -"55831",6832,36740 -"55832",6832,40883 -"55833",6832,51247 -"55834",6832,57962 -"55835",6832,79278 -"55836",6833,20766 -"55837",6833,23280 -"55838",6833,37550 -"55839",6834,70559 -"55840",6835,18673 -"55841",6835,22944 -"55842",6835,26327 -"55843",6835,31221 -"55844",6835,33723 -"55845",6835,33858 -"55846",6835,42430 -"55847",6835,60816 -"55848",6835,83145 -"55849",6835,105186 -"55850",6836,16817 -"55851",6836,101213 -"55852",6837,43753 -"55853",6838,18916 -"55854",6838,21885 -"55855",6838,30731 -"55856",6838,74165 -"55857",6838,89529 -"55858",6839,53474 -"55859",6839,73050 -"55860",6839,94331 -"55861",6840,9227 -"55862",6840,56173 -"55863",6840,99433 -"55864",6840,115834 -"55865",6841,17670 -"55866",6841,21979 -"55867",6841,78736 -"55868",6841,85642 -"55869",6841,109457 -"55870",6841,118849 -"55871",6841,118860 -"55872",6842,6845 -"55873",6843,42778 -"55874",6843,60760 -"55875",6843,71024 -"55876",6843,71215 -"55877",6844,23966 -"55878",6845,10563 -"55879",6845,27778 -"55880",6845,60209 -"55881",6845,95788 -"55882",6845,95798 -"55883",6845,107822 -"55884",6845,107841 -"55885",6846,9136 -"55886",6846,33382 -"55887",6846,84475 -"55888",6847,77543 -"55889",6847,122868 -"55890",6848,51807 -"55891",6848,52755 -"55892",6849,10518 -"55893",6849,36324 -"55894",6849,50857 -"55895",6849,71008 -"55896",6849,76343 -"55897",6850,74857 -"55898",6850,115836 -"55899",6850,116728 -"55900",6851,9555 -"55901",6851,14090 -"55902",6851,22667 -"55903",6851,23966 -"55904",6851,31332 -"55905",6851,34138 -"55906",6851,39680 -"55907",6851,45546 -"55908",6851,55355 -"55909",6851,70583 -"55910",6851,73769 -"55911",6851,83660 -"55912",6851,87142 -"55913",6851,91450 -"55914",6851,94659 -"55915",6851,102652 -"55916",6851,111208 -"55917",6851,111992 -"55918",6851,121739 -"55919",6852,42113 -"55920",6853,15043 -"55921",6853,15540 -"55922",6853,20688 -"55923",6853,22116 -"55924",6853,22117 -"55925",6853,33978 -"55926",6853,35792 -"55927",6853,37582 -"55928",6853,40335 -"55929",6853,40404 -"55930",6853,44997 -"55931",6853,45951 -"55932",6853,47767 -"55933",6853,48119 -"55934",6853,49513 -"55935",6853,69678 -"55936",6853,84855 -"55937",6853,119847 -"55938",6854,14236 -"55939",6854,45989 -"55940",6854,83406 -"55941",6855,23242 -"55942",6856,9257 -"55943",6856,10645 -"55944",6856,21715 -"55945",6856,25031 -"55946",6856,41956 -"55947",6856,46192 -"55948",6856,46523 -"55949",6856,47768 -"55950",6857,34501 -"55951",6857,57362 -"55952",6857,69570 -"55953",6857,75804 -"55954",6857,93669 -"55955",6857,105416 -"55956",6857,110847 -"55957",6858,18325 -"55958",6858,43753 -"55959",6858,46439 -"55960",6859,23285 -"55961",6859,55828 -"55962",6859,80799 -"55963",6859,93510 -"55964",6859,119451 -"55965",6859,119452 -"55966",6860,6890 -"55967",6860,28847 -"55968",6860,77784 -"55969",6861,10897 -"55970",6861,28319 -"55971",6861,29801 -"55972",6861,56631 -"55973",6861,57581 -"55974",6861,60961 -"55975",6861,66031 -"55976",6861,77423 -"55977",6861,87840 -"55978",6862,19129 -"55979",6862,77116 -"55980",6862,84153 -"55981",6862,89226 -"55982",6862,93276 -"55983",6862,93292 -"55984",6862,95152 -"55985",6863,7787 -"55986",6863,21507 -"55987",6863,32058 -"55988",6863,38414 -"55989",6863,45881 -"55990",6863,49680 -"55991",6863,56316 -"55992",6863,71251 -"55993",6863,80025 -"55994",6864,15414 -"55995",6864,64311 -"55996",6864,82120 -"55997",6865,6875 -"55998",6865,7286 -"55999",6865,7287 -"56000",6865,14577 -"56001",6865,29083 -"56002",6865,32979 -"56003",6865,36621 -"56004",6865,39459 -"56005",6865,53915 -"56006",6865,86066 -"56007",6865,100461 -"56008",6865,103003 -"56009",6865,106599 -"56010",6866,7112 -"56011",6866,7152 -"56012",6866,8290 -"56013",6866,8332 -"56014",6866,10041 -"56015",6866,67629 -"56016",6866,70416 -"56017",6866,76903 -"56018",6866,101565 -"56019",6866,109154 -"56020",6867,15081 -"56021",6867,29589 -"56022",6868,16865 -"56023",6869,6888 -"56024",6869,6893 -"56025",6869,49728 -"56026",6869,69417 -"56027",6869,97709 -"56028",6869,112068 -"56029",6870,28971 -"56030",6870,44065 -"56031",6870,95693 -"56032",6870,104432 -"56033",6870,106226 -"56034",6871,7223 -"56035",6871,7752 -"56036",6871,63292 -"56037",6872,6889 -"56038",6872,12752 -"56039",6872,20180 -"56040",6872,25373 -"56041",6872,25447 -"56042",6872,31036 -"56043",6872,36754 -"56044",6872,41861 -"56045",6872,61998 -"56046",6872,71267 -"56047",6872,77701 -"56048",6872,80136 -"56049",6872,93390 -"56050",6873,31213 -"56051",6873,82782 -"56052",6874,9083 -"56053",6875,7286 -"56054",6875,7287 -"56055",6875,8369 -"56056",6875,11787 -"56057",6875,12554 -"56058",6875,21277 -"56059",6875,24592 -"56060",6875,37784 -"56061",6875,41839 -"56062",6875,44040 -"56063",6875,56249 -"56064",6875,57864 -"56065",6875,58676 -"56066",6875,68576 -"56067",6875,74286 -"56068",6876,52840 -"56069",6876,58759 -"56070",6876,62809 -"56071",6877,11782 -"56072",6877,15548 -"56073",6877,30017 -"56074",6877,52709 -"56075",6877,60270 -"56076",6877,64506 -"56077",6877,68739 -"56078",6877,105275 -"56079",6878,6905 -"56080",6878,7138 -"56081",6878,9545 -"56082",6878,13044 -"56083",6878,14852 -"56084",6878,18481 -"56085",6878,20451 -"56086",6878,23319 -"56087",6878,26582 -"56088",6878,31820 -"56089",6878,36569 -"56090",6878,45136 -"56091",6878,49962 -"56092",6878,52156 -"56093",6878,55297 -"56094",6878,57892 -"56095",6878,58659 -"56096",6878,72389 -"56097",6878,82125 -"56098",6878,82138 -"56099",6878,82139 -"56100",6878,82141 -"56101",6878,82150 -"56102",6878,82164 -"56103",6878,88765 -"56104",6879,22582 -"56105",6879,65860 -"56106",6879,66397 -"56107",6879,82089 -"56108",6879,94834 -"56109",6880,54536 -"56110",6880,92312 -"56111",6881,37762 -"56112",6881,79611 -"56113",6882,11109 -"56114",6882,15770 -"56115",6882,16968 -"56116",6882,17807 -"56117",6882,25819 -"56118",6882,34634 -"56119",6882,36062 -"56120",6882,59365 -"56121",6882,113310 -"56122",6882,115625 -"56123",6883,9376 -"56124",6883,10450 -"56125",6883,10453 -"56126",6883,10546 -"56127",6883,12136 -"56128",6883,13700 -"56129",6883,14749 -"56130",6883,16687 -"56131",6883,20697 -"56132",6883,24881 -"56133",6883,28068 -"56134",6883,29286 -"56135",6883,30770 -"56136",6883,40396 -"56137",6883,43631 -"56138",6883,53743 -"56139",6883,59975 -"56140",6883,61435 -"56141",6883,72597 -"56142",6883,72851 -"56143",6883,78773 -"56144",6884,13304 -"56145",6885,39372 -"56146",6885,45750 -"56147",6885,102644 -"56148",6886,51254 -"56149",6886,109137 -"56150",6886,109139 -"56151",6886,109142 -"56152",6887,46349 -"56153",6888,6893 -"56154",6888,11635 -"56155",6890,12195 -"56156",6890,13076 -"56157",6890,49161 -"56158",6890,93067 -"56159",6890,99610 -"56160",6890,110358 -"56161",6890,110370 -"56162",6890,111456 -"56163",6891,8120 -"56164",6891,10855 -"56165",6891,19605 -"56166",6891,27999 -"56167",6891,45175 -"56168",6891,72395 -"56169",6892,10708 -"56170",6892,45023 -"56171",6892,45036 -"56172",6892,45065 -"56173",6892,45108 -"56174",6892,45117 -"56175",6892,45118 -"56176",6892,45126 -"56177",6893,25747 -"56178",6893,47432 -"56179",6893,49728 -"56180",6893,72835 -"56181",6893,103926 -"56182",6894,7172 -"56183",6894,31411 -"56184",6894,40427 -"56185",6894,40873 -"56186",6894,45089 -"56187",6894,59847 -"56188",6895,45461 -"56189",6895,56260 -"56190",6895,56343 -"56191",6897,7109 -"56192",6897,35572 -"56193",6897,35618 -"56194",6897,52474 -"56195",6898,7001 -"56196",6898,25139 -"56197",6898,25886 -"56198",6898,35674 -"56199",6898,38266 -"56200",6898,48885 -"56201",6898,50184 -"56202",6898,50660 -"56203",6898,69564 -"56204",6898,69631 -"56205",6899,64003 -"56206",6899,82474 -"56207",6899,118724 -"56208",6900,7293 -"56209",6900,8185 -"56210",6900,10439 -"56211",6900,10474 -"56212",6900,11884 -"56213",6900,18163 -"56214",6900,18174 -"56215",6900,24410 -"56216",6900,24986 -"56217",6900,31909 -"56218",6900,34820 -"56219",6900,38851 -"56220",6900,40905 -"56221",6900,48702 -"56222",6900,56373 -"56223",6900,62630 -"56224",6900,66730 -"56225",6900,81674 -"56226",6900,100934 -"56227",6900,106095 -"56228",6900,117799 -"56229",6901,14231 -"56230",6901,19481 -"56231",6901,31493 -"56232",6901,39998 -"56233",6901,60932 -"56234",6901,76922 -"56235",6901,78841 -"56236",6901,83223 -"56237",6902,27229 -"56238",6902,70653 -"56239",6902,92841 -"56240",6902,110161 -"56241",6903,7187 -"56242",6903,7426 -"56243",6903,15376 -"56244",6903,16124 -"56245",6903,18347 -"56246",6903,20667 -"56247",6903,34297 -"56248",6903,44752 -"56249",6903,46437 -"56250",6903,63525 -"56251",6903,73490 -"56252",6903,81755 -"56253",6903,85940 -"56254",6903,99266 -"56255",6903,117694 -"56256",6904,84598 -"56257",6905,7138 -"56258",6907,23265 -"56259",6907,25277 -"56260",6907,38127 -"56261",6908,14851 -"56262",6908,18942 -"56263",6908,37808 -"56264",6908,47087 -"56265",6908,54661 -"56266",6908,70634 -"56267",6908,105257 -"56268",6908,106359 -"56269",6908,107246 -"56270",6908,117626 -"56271",6908,120690 -"56272",6909,15653 -"56273",6909,15722 -"56274",6909,23492 -"56275",6909,33699 -"56276",6909,54762 -"56277",6909,76049 -"56278",6909,95321 -"56279",6909,121965 -"56280",6910,36421 -"56281",6910,102697 -"56282",6911,7684 -"56283",6911,8562 -"56284",6911,22667 -"56285",6911,24538 -"56286",6911,29808 -"56287",6911,38087 -"56288",6911,43298 -"56289",6911,44749 -"56290",6911,49477 -"56291",6911,57280 -"56292",6911,60808 -"56293",6911,94645 -"56294",6911,99817 -"56295",6912,14409 -"56296",6912,14410 -"56297",6912,16889 -"56298",6912,18686 -"56299",6912,20541 -"56300",6912,33466 -"56301",6912,34265 -"56302",6912,38157 -"56303",6912,52363 -"56304",6912,64598 -"56305",6912,64641 -"56306",6912,64690 -"56307",6913,27642 -"56308",6913,29008 -"56309",6913,45993 -"56310",6914,6926 -"56311",6914,6975 -"56312",6914,6976 -"56313",6914,30274 -"56314",6914,49493 -"56315",6914,91904 -"56316",6915,25572 -"56317",6915,32205 -"56318",6915,45135 -"56319",6915,46465 -"56320",6915,51133 -"56321",6915,57014 -"56322",6915,58141 -"56323",6915,105584 -"56324",6915,108521 -"56325",6916,6919 -"56326",6916,7069 -"56327",6917,8777 -"56328",6917,12160 -"56329",6917,52790 -"56330",6917,65777 -"56331",6917,98576 -"56332",6917,98711 -"56333",6917,98712 -"56334",6918,24888 -"56335",6918,28150 -"56336",6918,31058 -"56337",6918,75581 -"56338",6918,84920 -"56339",6918,90945 -"56340",6918,93857 -"56341",6919,7069 -"56342",6919,118704 -"56343",6920,6997 -"56344",6921,6962 -"56345",6921,32278 -"56346",6921,71874 -"56347",6922,7012 -"56348",6922,7045 -"56349",6922,7048 -"56350",6922,7049 -"56351",6922,8137 -"56352",6922,8436 -"56353",6922,8601 -"56354",6922,9174 -"56355",6922,11815 -"56356",6922,11816 -"56357",6922,11831 -"56358",6922,11847 -"56359",6922,11848 -"56360",6922,11882 -"56361",6922,11895 -"56362",6922,11918 -"56363",6922,11938 -"56364",6922,11981 -"56365",6922,12060 -"56366",6922,12061 -"56367",6922,12079 -"56368",6922,14864 -"56369",6922,20778 -"56370",6922,23504 -"56371",6922,27382 -"56372",6922,62477 -"56373",6922,76434 -"56374",6922,77909 -"56375",6922,77967 -"56376",6922,80549 -"56377",6922,81292 -"56378",6922,81308 -"56379",6922,110837 -"56380",6923,35039 -"56381",6923,90707 -"56382",6923,113816 -"56383",6924,8721 -"56384",6924,41068 -"56385",6924,108312 -"56386",6924,115530 -"56387",6925,6969 -"56388",6925,6990 -"56389",6925,21692 -"56390",6925,55476 -"56391",6925,87617 -"56392",6926,6975 -"56393",6926,6976 -"56394",6926,15762 -"56395",6926,35471 -"56396",6926,35481 -"56397",6926,37515 -"56398",6926,68561 -"56399",6926,91904 -"56400",6927,33829 -"56401",6927,41588 -"56402",6927,55590 -"56403",6927,92326 -"56404",6928,40328 -"56405",6928,48703 -"56406",6928,83119 -"56407",6928,87925 -"56408",6928,91879 -"56409",6928,108089 -"56410",6929,13609 -"56411",6929,35827 -"56412",6929,90421 -"56413",6930,42800 -"56414",6930,62906 -"56415",6931,10238 -"56416",6931,17807 -"56417",6931,19170 -"56418",6931,32073 -"56419",6931,33749 -"56420",6931,39214 -"56421",6931,39792 -"56422",6931,44503 -"56423",6931,50834 -"56424",6931,59766 -"56425",6931,62400 -"56426",6931,62970 -"56427",6931,63154 -"56428",6931,64059 -"56429",6931,74269 -"56430",6932,18092 -"56431",6932,21787 -"56432",6932,30475 -"56433",6932,33286 -"56434",6932,43998 -"56435",6932,69520 -"56436",6932,84779 -"56437",6932,86220 -"56438",6932,90025 -"56439",6932,98130 -"56440",6932,110449 -"56441",6932,116609 -"56442",6933,6957 -"56443",6934,41882 -"56444",6934,59888 -"56445",6935,16655 -"56446",6935,44625 -"56447",6935,65964 -"56448",6936,6959 -"56449",6936,15577 -"56450",6936,19894 -"56451",6936,26764 -"56452",6936,37547 -"56453",6936,40256 -"56454",6936,48191 -"56455",6937,12451 -"56456",6937,41401 -"56457",6937,69232 -"56458",6938,7252 -"56459",6938,9082 -"56460",6938,11563 -"56461",6938,16015 -"56462",6938,20291 -"56463",6938,23847 -"56464",6938,25911 -"56465",6938,25977 -"56466",6938,42813 -"56467",6938,61568 -"56468",6938,69956 -"56469",6938,79642 -"56470",6938,81268 -"56471",6938,94296 -"56472",6938,101143 -"56473",6938,101168 -"56474",6938,101169 -"56475",6938,101206 -"56476",6939,17860 -"56477",6939,47679 -"56478",6939,88908 -"56479",6939,108642 -"56480",6939,114161 -"56481",6939,114905 -"56482",6940,7921 -"56483",6940,8885 -"56484",6940,9113 -"56485",6940,9117 -"56486",6940,9129 -"56487",6940,9145 -"56488",6940,9148 -"56489",6940,9156 -"56490",6940,9172 -"56491",6940,9176 -"56492",6940,9184 -"56493",6940,9291 -"56494",6940,9292 -"56495",6940,11161 -"56496",6940,50495 -"56497",6940,97323 -"56498",6941,18685 -"56499",6941,20284 -"56500",6941,24512 -"56501",6941,27278 -"56502",6941,27885 -"56503",6941,46199 -"56504",6941,51575 -"56505",6941,53840 -"56506",6941,57201 -"56507",6941,57714 -"56508",6941,60523 -"56509",6941,96381 -"56510",6942,17086 -"56511",6942,33010 -"56512",6942,48238 -"56513",6942,62420 -"56514",6942,63513 -"56515",6942,81210 -"56516",6942,107302 -"56517",6942,110938 -"56518",6942,118482 -"56519",6943,12627 -"56520",6943,13378 -"56521",6943,27797 -"56522",6943,28161 -"56523",6943,28796 -"56524",6943,42970 -"56525",6943,48294 -"56526",6943,50052 -"56527",6943,58506 -"56528",6943,64355 -"56529",6943,64425 -"56530",6944,6960 -"56531",6944,6977 -"56532",6944,6989 -"56533",6944,8402 -"56534",6944,9080 -"56535",6944,10807 -"56536",6944,11216 -"56537",6944,12932 -"56538",6944,21375 -"56539",6944,22117 -"56540",6944,28181 -"56541",6944,29721 -"56542",6944,55297 -"56543",6944,63072 -"56544",6944,82185 -"56545",6945,6992 -"56546",6945,7202 -"56547",6945,7203 -"56548",6945,7204 -"56549",6945,7215 -"56550",6945,8094 -"56551",6945,8629 -"56552",6945,10613 -"56553",6945,13779 -"56554",6945,17026 -"56555",6946,45859 -"56556",6946,47703 -"56557",6946,105824 -"56558",6946,112748 -"56559",6946,121871 -"56560",6947,7019 -"56561",6947,7022 -"56562",6948,67429 -"56563",6948,69757 -"56564",6948,100049 -"56565",6948,100051 -"56566",6948,101501 -"56567",6948,114031 -"56568",6948,120127 -"56569",6949,96187 -"56570",6950,7147 -"56571",6950,7288 -"56572",6950,7300 -"56573",6950,93653 -"56574",6950,117942 -"56575",6950,117960 -"56576",6951,7238 -"56577",6951,48709 -"56578",6951,67156 -"56579",6951,68831 -"56580",6951,94088 -"56581",6951,94138 -"56582",6951,109181 -"56583",6952,6953 -"56584",6952,10073 -"56585",6952,10117 -"56586",6952,11376 -"56587",6952,32582 -"56588",6952,83658 -"56589",6952,115093 -"56590",6953,10073 -"56591",6953,11206 -"56592",6953,12481 -"56593",6953,13264 -"56594",6953,22905 -"56595",6953,22977 -"56596",6953,27981 -"56597",6953,56138 -"56598",6953,63725 -"56599",6953,75967 -"56600",6953,84301 -"56601",6953,88173 -"56602",6953,88446 -"56603",6953,88469 -"56604",6953,89209 -"56605",6953,89230 -"56606",6954,22398 -"56607",6954,25264 -"56608",6954,28002 -"56609",6954,39261 -"56610",6954,42872 -"56611",6954,54183 -"56612",6954,82732 -"56613",6954,85318 -"56614",6954,86499 -"56615",6954,112335 -"56616",6955,26659 -"56617",6955,46940 -"56618",6955,83925 -"56619",6955,85395 -"56620",6955,96331 -"56621",6955,105717 -"56622",6955,109706 -"56623",6956,7243 -"56624",6956,22775 -"56625",6956,38050 -"56626",6956,51123 -"56627",6957,55481 -"56628",6958,36201 -"56629",6958,36287 -"56630",6958,36350 -"56631",6958,90829 -"56632",6958,95819 -"56633",6959,9832 -"56634",6959,15577 -"56635",6959,23969 -"56636",6959,30777 -"56637",6959,37547 -"56638",6959,39855 -"56639",6959,44387 -"56640",6959,49017 -"56641",6959,70688 -"56642",6959,70733 -"56643",6959,86033 -"56644",6959,102965 -"56645",6959,109025 -"56646",6960,6989 -"56647",6960,8402 -"56648",6960,22117 -"56649",6960,22353 -"56650",6960,40335 -"56651",6960,52025 -"56652",6960,90697 -"56653",6960,99081 -"56654",6960,101435 -"56655",6961,10265 -"56656",6961,21093 -"56657",6961,21666 -"56658",6961,21969 -"56659",6961,24268 -"56660",6961,24409 -"56661",6961,32384 -"56662",6961,50923 -"56663",6961,51273 -"56664",6961,57879 -"56665",6961,59395 -"56666",6961,81502 -"56667",6961,88266 -"56668",6961,89020 -"56669",6961,103190 -"56670",6961,113721 -"56671",6962,32278 -"56672",6962,68625 -"56673",6963,36295 -"56674",6963,39999 -"56675",6963,63429 -"56676",6963,70469 -"56677",6963,106536 -"56678",6964,22800 -"56679",6964,40201 -"56680",6964,70042 -"56681",6964,70078 -"56682",6965,8976 -"56683",6965,10451 -"56684",6965,13671 -"56685",6965,15207 -"56686",6965,15495 -"56687",6965,17657 -"56688",6965,18550 -"56689",6965,21650 -"56690",6965,22351 -"56691",6965,25031 -"56692",6965,26216 -"56693",6965,28093 -"56694",6965,28353 -"56695",6965,29019 -"56696",6965,29026 -"56697",6965,32413 -"56698",6965,34614 -"56699",6965,34631 -"56700",6965,34668 -"56701",6965,35983 -"56702",6965,38270 -"56703",6965,40113 -"56704",6965,42289 -"56705",6965,48281 -"56706",6965,48380 -"56707",6965,50662 -"56708",6965,51440 -"56709",6965,56216 -"56710",6965,59615 -"56711",6965,62679 -"56712",6965,63105 -"56713",6965,67588 -"56714",6965,68001 -"56715",6965,68475 -"56716",6965,68917 -"56717",6965,69296 -"56718",6965,70774 -"56719",6965,71106 -"56720",6965,73655 -"56721",6965,75767 -"56722",6965,76046 -"56723",6965,76459 -"56724",6965,76808 -"56725",6965,77727 -"56726",6965,78224 -"56727",6965,79222 -"56728",6965,80967 -"56729",6965,82978 -"56730",6965,83306 -"56731",6965,85027 -"56732",6965,88412 -"56733",6965,90275 -"56734",6965,90426 -"56735",6965,91112 -"56736",6965,91526 -"56737",6965,93425 -"56738",6965,93523 -"56739",6965,94520 -"56740",6965,95954 -"56741",6965,99544 -"56742",6965,99547 -"56743",6965,99554 -"56744",6965,100595 -"56745",6965,100739 -"56746",6965,100819 -"56747",6965,101898 -"56748",6965,101988 -"56749",6965,102146 -"56750",6965,102201 -"56751",6965,102309 -"56752",6965,102635 -"56753",6965,102730 -"56754",6965,102846 -"56755",6965,103790 -"56756",6965,104095 -"56757",6965,104574 -"56758",6965,104784 -"56759",6965,104845 -"56760",6965,105049 -"56761",6965,107269 -"56762",6965,107623 -"56763",6965,107714 -"56764",6965,107879 -"56765",6965,107975 -"56766",6965,112501 -"56767",6965,115610 -"56768",6965,115616 -"56769",6965,115617 -"56770",6965,120506 -"56771",6966,11373 -"56772",6967,32416 -"56773",6967,113672 -"56774",6968,7798 -"56775",6968,8613 -"56776",6968,9391 -"56777",6968,9594 -"56778",6968,9826 -"56779",6968,13841 -"56780",6968,14544 -"56781",6968,15690 -"56782",6968,16287 -"56783",6968,18971 -"56784",6968,22702 -"56785",6968,24512 -"56786",6968,25568 -"56787",6968,26076 -"56788",6968,41566 -"56789",6968,60923 -"56790",6968,64413 -"56791",6968,74035 -"56792",6968,75523 -"56793",6969,6990 -"56794",6969,21692 -"56795",6969,55476 -"56796",6969,87617 -"56797",6970,19943 -"56798",6970,30328 -"56799",6970,41215 -"56800",6970,73930 -"56801",6971,9645 -"56802",6971,9828 -"56803",6971,11602 -"56804",6971,13820 -"56805",6971,21068 -"56806",6971,24686 -"56807",6971,25246 -"56808",6971,25499 -"56809",6971,25540 -"56810",6971,25556 -"56811",6971,25598 -"56812",6971,29414 -"56813",6971,35729 -"56814",6971,37444 -"56815",6971,60136 -"56816",6971,68219 -"56817",6971,86076 -"56818",6971,87098 -"56819",6971,97516 -"56820",6971,104813 -"56821",6972,6978 -"56822",6972,22443 -"56823",6972,90690 -"56824",6973,8445 -"56825",6973,11001 -"56826",6973,11303 -"56827",6973,11381 -"56828",6973,11506 -"56829",6973,13172 -"56830",6973,13445 -"56831",6973,16473 -"56832",6973,16552 -"56833",6973,18943 -"56834",6973,23556 -"56835",6973,27008 -"56836",6973,32704 -"56837",6973,33853 -"56838",6973,35906 -"56839",6973,44801 -"56840",6973,46951 -"56841",6973,56338 -"56842",6973,66911 -"56843",6973,71962 -"56844",6973,73021 -"56845",6973,77572 -"56846",6973,81489 -"56847",6973,90990 -"56848",6973,94378 -"56849",6973,99799 -"56850",6973,117557 -"56851",6974,20261 -"56852",6974,38284 -"56853",6974,75498 -"56854",6974,118443 -"56855",6975,6976 -"56856",6975,15762 -"56857",6975,47337 -"56858",6976,15762 -"56859",6976,17607 -"56860",6976,29115 -"56861",6976,35471 -"56862",6976,35481 -"56863",6976,53179 -"56864",6976,62726 -"56865",6976,68120 -"56866",6976,70605 -"56867",6976,87352 -"56868",6976,92194 -"56869",6977,6989 -"56870",6977,11535 -"56871",6977,13321 -"56872",6977,13470 -"56873",6977,15879 -"56874",6977,21383 -"56875",6977,21455 -"56876",6977,21593 -"56877",6977,22116 -"56878",6977,27390 -"56879",6977,41435 -"56880",6977,42695 -"56881",6977,42802 -"56882",6977,44549 -"56883",6977,71851 -"56884",6977,72955 -"56885",6977,73300 -"56886",6977,76286 -"56887",6977,78833 -"56888",6977,96428 -"56889",6979,8248 -"56890",6979,11699 -"56891",6979,29343 -"56892",6979,42331 -"56893",6979,53825 -"56894",6979,79068 -"56895",6980,7607 -"56896",6980,13200 -"56897",6980,15830 -"56898",6980,24368 -"56899",6980,31370 -"56900",6980,31898 -"56901",6980,32031 -"56902",6980,38297 -"56903",6980,40023 -"56904",6980,66272 -"56905",6980,66274 -"56906",6980,72718 -"56907",6981,15964 -"56908",6981,86802 -"56909",6982,7009 -"56910",6982,7099 -"56911",6982,10194 -"56912",6982,10997 -"56913",6982,14103 -"56914",6982,14723 -"56915",6982,19337 -"56916",6982,22311 -"56917",6982,28982 -"56918",6982,43368 -"56919",6982,64892 -"56920",6982,78676 -"56921",6982,94139 -"56922",6982,108497 -"56923",6983,11271 -"56924",6983,11272 -"56925",6983,11315 -"56926",6983,11316 -"56927",6983,15545 -"56928",6983,17945 -"56929",6983,18816 -"56930",6983,20256 -"56931",6983,22295 -"56932",6983,39435 -"56933",6983,44074 -"56934",6983,47203 -"56935",6983,47208 -"56936",6983,47375 -"56937",6983,65636 -"56938",6983,69413 -"56939",6984,16991 -"56940",6986,13061 -"56941",6986,15827 -"56942",6986,19035 -"56943",6986,22612 -"56944",6986,22613 -"56945",6986,22771 -"56946",6986,22774 -"56947",6986,24911 -"56948",6986,35730 -"56949",6986,35890 -"56950",6986,49682 -"56951",6986,53094 -"56952",6986,71373 -"56953",6986,85006 -"56954",6986,85021 -"56955",6986,85046 -"56956",6986,85305 -"56957",6986,92697 -"56958",6987,29643 -"56959",6987,30448 -"56960",6987,39262 -"56961",6987,68842 -"56962",6987,87278 -"56963",6987,104350 -"56964",6987,116204 -"56965",6988,13554 -"56966",6988,26659 -"56967",6988,34786 -"56968",6988,37457 -"56969",6988,58877 -"56970",6988,73071 -"56971",6988,80219 -"56972",6988,81159 -"56973",6988,91967 -"56974",6988,104619 -"56975",6988,107091 -"56976",6988,119549 -"56977",6988,120681 -"56978",6988,120750 -"56979",6988,123375 -"56980",6989,8402 -"56981",6989,11284 -"56982",6989,18177 -"56983",6989,22117 -"56984",6989,36593 -"56985",6989,40335 -"56986",6989,45982 -"56987",6989,52168 -"56988",6989,81787 -"56989",6989,89199 -"56990",6991,10908 -"56991",6991,14064 -"56992",6991,16403 -"56993",6991,18855 -"56994",6991,19340 -"56995",6991,25718 -"56996",6991,32303 -"56997",6991,37766 -"56998",6991,42115 -"56999",6991,45100 -"57000",6991,48892 -"57001",6991,61330 -"57002",6991,62817 -"57003",6991,81392 -"57004",6991,85846 -"57005",6991,91214 -"57006",6991,95044 -"57007",6991,97113 -"57008",6991,107993 -"57009",6991,117975 -"57010",6991,117987 -"57011",6992,7995 -"57012",6992,8568 -"57013",6992,10208 -"57014",6992,10898 -"57015",6992,12445 -"57016",6992,15034 -"57017",6992,17026 -"57018",6992,35873 -"57019",6992,37492 -"57020",6992,37526 -"57021",6992,69880 -"57022",6992,74187 -"57023",6992,78418 -"57024",6992,92377 -"57025",6992,92674 -"57026",6992,116052 -"57027",6993,7207 -"57028",6993,12017 -"57029",6993,99310 -"57030",6994,7786 -"57031",6994,8121 -"57032",6994,15412 -"57033",6994,19341 -"57034",6994,23397 -"57035",6994,24499 -"57036",6994,24583 -"57037",6994,27299 -"57038",6994,31352 -"57039",6994,38214 -"57040",6994,47966 -"57041",6994,76630 -"57042",6994,76631 -"57043",6995,13662 -"57044",6995,20320 -"57045",6995,47249 -"57046",6995,70571 -"57047",6996,23333 -"57048",6996,53293 -"57049",6996,69153 -"57050",6996,77104 -"57051",6997,44781 -"57052",6997,57038 -"57053",6998,34114 -"57054",6998,36801 -"57055",6998,60624 -"57056",6998,63154 -"57057",6998,64747 -"57058",6998,75386 -"57059",6998,84007 -"57060",6999,7310 -"57061",6999,9648 -"57062",6999,9662 -"57063",6999,15281 -"57064",6999,26856 -"57065",6999,35278 -"57066",6999,35317 -"57067",6999,42407 -"57068",6999,44278 -"57069",6999,77633 -"57070",7000,7048 -"57071",7000,37342 -"57072",7001,16140 -"57073",7001,25139 -"57074",7001,35674 -"57075",7001,48885 -"57076",7001,50184 -"57077",7001,50660 -"57078",7001,69564 -"57079",7001,69631 -"57080",7002,32075 -"57081",7002,61111 -"57082",7003,11082 -"57083",7003,27130 -"57084",7003,35658 -"57085",7003,36374 -"57086",7003,60538 -"57087",7003,90569 -"57088",7003,90708 -"57089",7003,119416 -"57090",7004,8010 -"57091",7004,15039 -"57092",7004,23781 -"57093",7004,27685 -"57094",7004,35493 -"57095",7004,36346 -"57096",7004,37807 -"57097",7004,42131 -"57098",7004,48291 -"57099",7004,48867 -"57100",7004,52050 -"57101",7004,54307 -"57102",7004,59067 -"57103",7004,93407 -"57104",7005,7050 -"57105",7005,7051 -"57106",7005,7053 -"57107",7005,7081 -"57108",7005,7088 -"57109",7006,7751 -"57110",7006,47661 -"57111",7006,64285 -"57112",7007,7015 -"57113",7007,7061 -"57114",7007,7279 -"57115",7007,7845 -"57116",7008,8409 -"57117",7008,11938 -"57118",7008,14766 -"57119",7008,14844 -"57120",7008,20209 -"57121",7008,27394 -"57122",7008,29557 -"57123",7008,32556 -"57124",7008,32680 -"57125",7008,32682 -"57126",7008,33704 -"57127",7008,33705 -"57128",7008,66947 -"57129",7008,66955 -"57130",7008,67141 -"57131",7008,76738 -"57132",7008,78498 -"57133",7008,79850 -"57134",7008,94687 -"57135",7008,101534 -"57136",7009,7099 -"57137",7009,97011 -"57138",7010,47647 -"57139",7010,52947 -"57140",7010,55995 -"57141",7011,23757 -"57142",7011,38354 -"57143",7011,82791 -"57144",7011,87676 -"57145",7011,87688 -"57146",7011,89628 -"57147",7011,89658 -"57148",7011,107442 -"57149",7011,114332 -"57150",7012,7045 -"57151",7012,7048 -"57152",7012,7049 -"57153",7012,9807 -"57154",7012,25974 -"57155",7012,36974 -"57156",7012,47672 -"57157",7013,15844 -"57158",7013,20500 -"57159",7013,42409 -"57160",7013,57979 -"57161",7014,7852 -"57162",7014,8726 -"57163",7014,15647 -"57164",7014,23124 -"57165",7014,30241 -"57166",7014,42552 -"57167",7014,49908 -"57168",7014,51430 -"57169",7014,56311 -"57170",7014,72617 -"57171",7014,72660 -"57172",7014,72662 -"57173",7015,7061 -"57174",7015,7279 -"57175",7015,7845 -"57176",7016,7058 -"57177",7016,11809 -"57178",7016,13496 -"57179",7016,61585 -"57180",7016,87882 -"57181",7017,7062 -"57182",7017,54891 -"57183",7018,10717 -"57184",7018,13683 -"57185",7018,17015 -"57186",7018,20569 -"57187",7018,33471 -"57188",7018,41845 -"57189",7018,45007 -"57190",7018,50324 -"57191",7018,50344 -"57192",7018,89793 -"57193",7018,101809 -"57194",7019,7022 -"57195",7020,80056 -"57196",7020,105047 -"57197",7021,7064 -"57198",7022,38215 -"57199",7022,64309 -"57200",7023,25473 -"57201",7023,26344 -"57202",7023,26345 -"57203",7023,32811 -"57204",7023,48260 -"57205",7023,61979 -"57206",7023,67505 -"57207",7023,78256 -"57208",7023,82696 -"57209",7023,84505 -"57210",7023,94650 -"57211",7023,105638 -"57212",7024,12725 -"57213",7024,18393 -"57214",7024,24286 -"57215",7024,30494 -"57216",7024,32633 -"57217",7024,33241 -"57218",7024,33356 -"57219",7024,33433 -"57220",7024,35251 -"57221",7024,50311 -"57222",7024,78838 -"57223",7024,78932 -"57224",7025,37273 -"57225",7026,8417 -"57226",7026,12619 -"57227",7026,13863 -"57228",7026,21083 -"57229",7026,25210 -"57230",7026,25211 -"57231",7026,25279 -"57232",7026,25280 -"57233",7026,25480 -"57234",7026,25699 -"57235",7026,25749 -"57236",7026,25786 -"57237",7026,25808 -"57238",7026,25896 -"57239",7027,53357 -"57240",7027,58596 -"57241",7027,62866 -"57242",7027,62892 -"57243",7027,83120 -"57244",7027,87692 -"57245",7027,115007 -"57246",7027,117011 -"57247",7028,7056 -"57248",7028,7406 -"57249",7028,7410 -"57250",7028,7429 -"57251",7028,7439 -"57252",7028,23252 -"57253",7028,34692 -"57254",7028,45060 -"57255",7028,47591 -"57256",7028,48540 -"57257",7028,101774 -"57258",7028,101856 -"57259",7029,13205 -"57260",7029,20076 -"57261",7029,27195 -"57262",7029,28640 -"57263",7029,29263 -"57264",7029,56232 -"57265",7029,56845 -"57266",7029,65609 -"57267",7029,85631 -"57268",7029,121905 -"57269",7030,7129 -"57270",7030,7144 -"57271",7030,24719 -"57272",7030,25755 -"57273",7031,22970 -"57274",7031,31222 -"57275",7031,48021 -"57276",7031,69965 -"57277",7032,7414 -"57278",7032,8618 -"57279",7033,24394 -"57280",7033,39209 -"57281",7033,60241 -"57282",7033,70233 -"57283",7033,99961 -"57284",7033,108193 -"57285",7033,118083 -"57286",7033,121052 -"57287",7033,121057 -"57288",7034,7654 -"57289",7034,17729 -"57290",7034,21208 -"57291",7034,23216 -"57292",7034,23928 -"57293",7034,23947 -"57294",7034,25816 -"57295",7034,28468 -"57296",7034,40235 -"57297",7034,41453 -"57298",7034,41535 -"57299",7034,41562 -"57300",7034,57129 -"57301",7034,72419 -"57302",7035,7073 -"57303",7035,19633 -"57304",7036,9872 -"57305",7037,7067 -"57306",7037,10251 -"57307",7037,28549 -"57308",7038,7093 -"57309",7038,52661 -"57310",7038,90975 -"57311",7038,107529 -"57312",7039,19218 -"57313",7039,24031 -"57314",7039,24161 -"57315",7040,77786 -"57316",7040,81731 -"57317",7040,83870 -"57318",7040,89883 -"57319",7040,118811 -"57320",7041,9175 -"57321",7041,9845 -"57322",7041,89197 -"57323",7042,9160 -"57324",7042,23697 -"57325",7042,25931 -"57326",7042,33153 -"57327",7042,44485 -"57328",7042,44516 -"57329",7042,44561 -"57330",7042,49129 -"57331",7042,52576 -"57332",7043,39578 -"57333",7043,39579 -"57334",7043,39610 -"57335",7043,39612 -"57336",7043,39631 -"57337",7043,39754 -"57338",7044,13412 -"57339",7045,7048 -"57340",7045,7049 -"57341",7045,8601 -"57342",7045,21548 -"57343",7045,23504 -"57344",7045,36492 -"57345",7045,40933 -"57346",7045,78386 -"57347",7046,61315 -"57348",7046,86818 -"57349",7047,20760 -"57350",7047,55873 -"57351",7047,55904 -"57352",7047,83627 -"57353",7047,90445 -"57354",7047,91471 -"57355",7047,106234 -"57356",7048,7049 -"57357",7048,14850 -"57358",7048,16027 -"57359",7048,20414 -"57360",7048,27394 -"57361",7048,35017 -"57362",7048,37342 -"57363",7048,37421 -"57364",7049,7411 -"57365",7049,7444 -"57366",7049,8137 -"57367",7049,8601 -"57368",7049,9174 -"57369",7049,10957 -"57370",7049,11815 -"57371",7049,11816 -"57372",7049,11831 -"57373",7049,11847 -"57374",7049,11848 -"57375",7049,11882 -"57376",7049,11895 -"57377",7049,11918 -"57378",7049,11938 -"57379",7049,11981 -"57380",7049,12060 -"57381",7049,12061 -"57382",7049,12079 -"57383",7049,17682 -"57384",7049,19576 -"57385",7049,20778 -"57386",7049,23504 -"57387",7049,29319 -"57388",7049,29557 -"57389",7049,36492 -"57390",7049,40933 -"57391",7049,49353 -"57392",7049,54907 -"57393",7049,55720 -"57394",7049,55752 -"57395",7049,68725 -"57396",7049,76434 -"57397",7049,77909 -"57398",7049,81292 -"57399",7049,81308 -"57400",7049,90309 -"57401",7049,94131 -"57402",7050,7051 -"57403",7050,7053 -"57404",7050,7081 -"57405",7050,7088 -"57406",7051,7053 -"57407",7051,7081 -"57408",7051,7088 -"57409",7052,7091 -"57410",7052,12632 -"57411",7052,18275 -"57412",7052,20544 -"57413",7052,21740 -"57414",7052,22873 -"57415",7052,23099 -"57416",7052,25578 -"57417",7052,30096 -"57418",7052,30526 -"57419",7052,30727 -"57420",7052,30840 -"57421",7052,50720 -"57422",7052,70175 -"57423",7052,78728 -"57424",7053,7081 -"57425",7053,7088 -"57426",7054,7257 -"57427",7054,19001 -"57428",7054,50447 -"57429",7054,58711 -"57430",7054,71664 -"57431",7054,95347 -"57432",7054,108151 -"57433",7055,15002 -"57434",7055,15416 -"57435",7055,16630 -"57436",7055,21148 -"57437",7055,24916 -"57438",7055,24928 -"57439",7055,33251 -"57440",7055,38263 -"57441",7055,43481 -"57442",7055,69455 -"57443",7055,81065 -"57444",7055,85392 -"57445",7055,92465 -"57446",7055,96600 -"57447",7056,7406 -"57448",7056,7410 -"57449",7056,7429 -"57450",7056,7439 -"57451",7056,22379 -"57452",7056,22840 -"57453",7056,23252 -"57454",7056,23460 -"57455",7056,25084 -"57456",7056,29266 -"57457",7056,47591 -"57458",7056,52692 -"57459",7056,70140 -"57460",7056,101463 -"57461",7056,106426 -"57462",7057,58478 -"57463",7058,8349 -"57464",7058,13101 -"57465",7058,13806 -"57466",7058,13921 -"57467",7058,15070 -"57468",7058,18834 -"57469",7058,27762 -"57470",7058,31292 -"57471",7058,32062 -"57472",7058,37172 -"57473",7058,37978 -"57474",7058,38917 -"57475",7058,40239 -"57476",7058,40662 -"57477",7058,43726 -"57478",7058,44150 -"57479",7058,44157 -"57480",7058,44235 -"57481",7058,44255 -"57482",7058,44594 -"57483",7058,46684 -"57484",7058,46714 -"57485",7058,52100 -"57486",7058,87982 -"57487",7059,7191 -"57488",7059,7462 -"57489",7060,61818 -"57490",7060,62209 -"57491",7060,76485 -"57492",7060,78463 -"57493",7060,117491 -"57494",7060,117492 -"57495",7061,7279 -"57496",7061,7845 -"57497",7061,66435 -"57498",7062,16940 -"57499",7062,81503 -"57500",7062,96592 -"57501",7063,7371 -"57502",7063,10079 -"57503",7063,14529 -"57504",7063,15841 -"57505",7063,16946 -"57506",7063,17013 -"57507",7063,19718 -"57508",7063,19975 -"57509",7063,20407 -"57510",7063,21133 -"57511",7063,21682 -"57512",7063,22658 -"57513",7063,24326 -"57514",7063,24429 -"57515",7063,26406 -"57516",7063,28808 -"57517",7063,29538 -"57518",7063,31951 -"57519",7063,32940 -"57520",7063,33960 -"57521",7063,35692 -"57522",7063,41713 -"57523",7063,44103 -"57524",7063,46621 -"57525",7063,50179 -"57526",7063,60088 -"57527",7063,61785 -"57528",7063,65395 -"57529",7063,71983 -"57530",7063,74659 -"57531",7063,77612 -"57532",7063,79436 -"57533",7063,81250 -"57534",7063,83578 -"57535",7063,84607 -"57536",7063,88077 -"57537",7063,88155 -"57538",7063,88232 -"57539",7063,88237 -"57540",7063,88462 -"57541",7063,91411 -"57542",7063,94386 -"57543",7063,96144 -"57544",7063,96146 -"57545",7063,103452 -"57546",7063,104021 -"57547",7063,106271 -"57548",7063,114136 -"57549",7063,122346 -"57550",7063,122354 -"57551",7063,122362 -"57552",7064,7768 -"57553",7064,11655 -"57554",7064,15876 -"57555",7064,16540 -"57556",7064,17520 -"57557",7064,17582 -"57558",7064,33158 -"57559",7064,38921 -"57560",7064,42264 -"57561",7064,45125 -"57562",7064,47268 -"57563",7064,47323 -"57564",7064,47351 -"57565",7064,47535 -"57566",7064,47562 -"57567",7064,47623 -"57568",7064,47624 -"57569",7064,49025 -"57570",7064,50252 -"57571",7065,14158 -"57572",7065,69690 -"57573",7065,120930 -"57574",7066,16221 -"57575",7066,20292 -"57576",7066,20500 -"57577",7066,21570 -"57578",7066,26892 -"57579",7066,27278 -"57580",7066,27608 -"57581",7066,27885 -"57582",7066,28805 -"57583",7066,35649 -"57584",7066,47532 -"57585",7066,49019 -"57586",7066,51247 -"57587",7066,51575 -"57588",7066,56700 -"57589",7066,60811 -"57590",7066,61699 -"57591",7066,105536 -"57592",7068,10668 -"57593",7068,10717 -"57594",7068,14161 -"57595",7068,16169 -"57596",7068,81094 -"57597",7070,13360 -"57598",7070,20984 -"57599",7070,21013 -"57600",7070,24621 -"57601",7070,31578 -"57602",7070,36624 -"57603",7070,38069 -"57604",7070,38115 -"57605",7071,8637 -"57606",7071,12824 -"57607",7071,25188 -"57608",7071,25239 -"57609",7071,33572 -"57610",7071,46346 -"57611",7071,46440 -"57612",7071,49267 -"57613",7071,52195 -"57614",7071,78287 -"57615",7071,85540 -"57616",7071,88479 -"57617",7071,94369 -"57618",7071,104497 -"57619",7071,119953 -"57620",7071,119957 -"57621",7072,7296 -"57622",7072,11339 -"57623",7072,34483 -"57624",7072,34539 -"57625",7072,35448 -"57626",7072,35473 -"57627",7072,36059 -"57628",7072,56748 -"57629",7072,57023 -"57630",7072,69333 -"57631",7072,70561 -"57632",7072,72894 -"57633",7074,7285 -"57634",7075,23966 -"57635",7075,32744 -"57636",7075,32863 -"57637",7075,64526 -"57638",7075,78588 -"57639",7075,88365 -"57640",7075,97850 -"57641",7076,19773 -"57642",7076,55435 -"57643",7077,11033 -"57644",7078,15190 -"57645",7078,16747 -"57646",7078,19528 -"57647",7078,20021 -"57648",7078,24346 -"57649",7078,26141 -"57650",7078,26608 -"57651",7078,31968 -"57652",7078,32008 -"57653",7078,34327 -"57654",7078,35542 -"57655",7078,60786 -"57656",7078,60996 -"57657",7078,88086 -"57658",7079,15711 -"57659",7079,27547 -"57660",7079,27558 -"57661",7079,27560 -"57662",7079,27623 -"57663",7079,27635 -"57664",7079,27668 -"57665",7080,7830 -"57666",7080,8997 -"57667",7080,14476 -"57668",7080,23554 -"57669",7080,33201 -"57670",7080,43226 -"57671",7080,50604 -"57672",7080,56266 -"57673",7080,65362 -"57674",7080,70040 -"57675",7080,70063 -"57676",7080,82845 -"57677",7080,99807 -"57678",7080,106679 -"57679",7081,7088 -"57680",7081,28217 -"57681",7081,73196 -"57682",7081,74136 -"57683",7081,74137 -"57684",7081,74546 -"57685",7082,9421 -"57686",7082,9606 -"57687",7082,14681 -"57688",7082,15808 -"57689",7082,28391 -"57690",7082,29925 -"57691",7082,32929 -"57692",7082,33431 -"57693",7082,34158 -"57694",7082,40095 -"57695",7082,51620 -"57696",7082,52294 -"57697",7082,52378 -"57698",7083,29199 -"57699",7083,35558 -"57700",7084,7182 -"57701",7084,7929 -"57702",7084,19593 -"57703",7084,20931 -"57704",7084,21566 -"57705",7084,24123 -"57706",7084,27425 -"57707",7084,31213 -"57708",7084,33814 -"57709",7084,36454 -"57710",7084,42799 -"57711",7084,56903 -"57712",7084,74818 -"57713",7084,86852 -"57714",7084,92270 -"57715",7084,105484 -"57716",7085,9270 -"57717",7085,9272 -"57718",7085,9505 -"57719",7085,11913 -"57720",7085,12428 -"57721",7085,12807 -"57722",7085,13142 -"57723",7085,16689 -"57724",7085,19036 -"57725",7085,19391 -"57726",7085,23075 -"57727",7085,25606 -"57728",7085,28530 -"57729",7085,30258 -"57730",7085,38185 -"57731",7085,38683 -"57732",7085,40245 -"57733",7085,43226 -"57734",7085,44655 -"57735",7085,44973 -"57736",7085,46177 -"57737",7085,47048 -"57738",7085,48110 -"57739",7085,56142 -"57740",7085,58508 -"57741",7085,59731 -"57742",7085,62642 -"57743",7085,68091 -"57744",7085,69335 -"57745",7085,75245 -"57746",7085,75776 -"57747",7085,75956 -"57748",7085,76387 -"57749",7085,78978 -"57750",7085,79212 -"57751",7085,79241 -"57752",7085,79579 -"57753",7085,80239 -"57754",7085,80301 -"57755",7085,81397 -"57756",7085,88340 -"57757",7085,88749 -"57758",7085,89069 -"57759",7085,89373 -"57760",7085,89995 -"57761",7085,90919 -"57762",7085,90936 -"57763",7085,92861 -"57764",7085,93097 -"57765",7085,94231 -"57766",7085,95489 -"57767",7085,96247 -"57768",7085,96363 -"57769",7085,97898 -"57770",7085,107254 -"57771",7085,113668 -"57772",7087,19149 -"57773",7089,22828 -"57774",7089,30688 -"57775",7089,56014 -"57776",7089,56549 -"57777",7089,115849 -"57778",7090,8587 -"57779",7090,10462 -"57780",7090,21035 -"57781",7090,22755 -"57782",7090,50865 -"57783",7090,84556 -"57784",7091,12563 -"57785",7091,12817 -"57786",7091,18275 -"57787",7091,18870 -"57788",7091,19614 -"57789",7091,21740 -"57790",7091,25155 -"57791",7091,27369 -"57792",7091,30096 -"57793",7091,39009 -"57794",7091,50720 -"57795",7091,51750 -"57796",7091,58483 -"57797",7091,76123 -"57798",7091,78728 -"57799",7091,84149 -"57800",7091,85525 -"57801",7092,9505 -"57802",7093,11241 -"57803",7093,17067 -"57804",7093,20393 -"57805",7093,27381 -"57806",7093,28772 -"57807",7093,54166 -"57808",7093,88196 -"57809",7094,67895 -"57810",7095,13270 -"57811",7095,16423 -"57812",7095,17086 -"57813",7095,21811 -"57814",7095,30015 -"57815",7095,30519 -"57816",7095,42962 -"57817",7096,7308 -"57818",7096,7502 -"57819",7096,14556 -"57820",7096,32388 -"57821",7096,51334 -"57822",7096,74000 -"57823",7096,86976 -"57824",7097,9256 -"57825",7097,24789 -"57826",7098,32312 -"57827",7099,25786 -"57828",7099,39160 -"57829",7099,45053 -"57830",7099,62743 -"57831",7099,79239 -"57832",7099,83689 -"57833",7099,89647 -"57834",7099,93182 -"57835",7100,9039 -"57836",7100,53922 -"57837",7100,97875 -"57838",7100,97891 -"57839",7101,91695 -"57840",7101,103165 -"57841",7102,58808 -"57842",7102,72142 -"57843",7102,91194 -"57844",7103,15391 -"57845",7103,29030 -"57846",7103,37625 -"57847",7103,39157 -"57848",7103,53771 -"57849",7103,57159 -"57850",7104,62953 -"57851",7104,64096 -"57852",7104,104400 -"57853",7105,12081 -"57854",7105,17642 -"57855",7105,18857 -"57856",7105,20830 -"57857",7105,31117 -"57858",7105,37296 -"57859",7105,38307 -"57860",7105,45311 -"57861",7105,49470 -"57862",7105,60040 -"57863",7105,70536 -"57864",7105,70573 -"57865",7106,7854 -"57866",7107,7172 -"57867",7107,37953 -"57868",7107,46210 -"57869",7107,74387 -"57870",7107,75089 -"57871",7107,95391 -"57872",7108,7785 -"57873",7109,7825 -"57874",7109,7867 -"57875",7109,15620 -"57876",7109,15674 -"57877",7109,17241 -"57878",7109,18151 -"57879",7109,20021 -"57880",7109,29791 -"57881",7109,33338 -"57882",7109,35572 -"57883",7109,35618 -"57884",7109,36780 -"57885",7109,37683 -"57886",7109,43351 -"57887",7109,45727 -"57888",7109,52442 -"57889",7109,57731 -"57890",7109,58319 -"57891",7109,83713 -"57892",7109,111473 -"57893",7110,7827 -"57894",7110,9511 -"57895",7110,19721 -"57896",7110,50624 -"57897",7110,59318 -"57898",7110,74016 -"57899",7110,83773 -"57900",7110,113839 -"57901",7110,114439 -"57902",7110,118825 -"57903",7111,7867 -"57904",7111,10726 -"57905",7111,11863 -"57906",7111,12009 -"57907",7111,15620 -"57908",7111,16747 -"57909",7111,16890 -"57910",7111,17241 -"57911",7111,18151 -"57912",7111,21795 -"57913",7111,28114 -"57914",7111,30022 -"57915",7111,30239 -"57916",7111,34160 -"57917",7111,34206 -"57918",7111,40466 -"57919",7112,7152 -"57920",7112,121862 -"57921",7113,14969 -"57922",7113,18822 -"57923",7113,23492 -"57924",7113,30564 -"57925",7113,32574 -"57926",7113,34002 -"57927",7113,37402 -"57928",7113,37859 -"57929",7113,39906 -"57930",7113,40358 -"57931",7113,45934 -"57932",7113,52951 -"57933",7113,61036 -"57934",7113,80538 -"57935",7113,94069 -"57936",7113,97012 -"57937",7113,99240 -"57938",7113,103193 -"57939",7114,7134 -"57940",7114,7159 -"57941",7114,7161 -"57942",7114,7715 -"57943",7114,8028 -"57944",7114,13150 -"57945",7114,15441 -"57946",7114,20533 -"57947",7114,20667 -"57948",7114,21995 -"57949",7114,22858 -"57950",7114,42280 -"57951",7114,54061 -"57952",7114,63525 -"57953",7114,71945 -"57954",7114,93435 -"57955",7114,97341 -"57956",7114,110171 -"57957",7115,8609 -"57958",7115,9950 -"57959",7115,15561 -"57960",7115,16127 -"57961",7115,18103 -"57962",7115,20061 -"57963",7115,25069 -"57964",7115,35421 -"57965",7115,36781 -"57966",7115,38227 -"57967",7115,45182 -"57968",7115,56807 -"57969",7115,60535 -"57970",7115,82930 -"57971",7116,9895 -"57972",7116,14305 -"57973",7116,14398 -"57974",7116,14429 -"57975",7116,50755 -"57976",7116,57922 -"57977",7116,101716 -"57978",7117,48097 -"57979",7117,55406 -"57980",7117,116729 -"57981",7118,9316 -"57982",7118,24812 -"57983",7118,26710 -"57984",7118,51234 -"57985",7118,65634 -"57986",7118,66756 -"57987",7118,74126 -"57988",7118,106153 -"57989",7118,106165 -"57990",7119,19930 -"57991",7119,27173 -"57992",7119,41159 -"57993",7119,52618 -"57994",7119,57381 -"57995",7119,62967 -"57996",7119,81142 -"57997",7121,9050 -"57998",7121,115132 -"57999",7122,7124 -"58000",7122,7145 -"58001",7122,7164 -"58002",7122,7169 -"58003",7122,7170 -"58004",7122,17907 -"58005",7122,29075 -"58006",7122,31557 -"58007",7122,55294 -"58008",7122,68417 -"58009",7122,75882 -"58010",7122,77196 -"58011",7122,84200 -"58012",7122,85678 -"58013",7123,11361 -"58014",7123,13375 -"58015",7123,41075 -"58016",7123,94734 -"58017",7123,96387 -"58018",7123,97760 -"58019",7123,99492 -"58020",7123,99972 -"58021",7123,107921 -"58022",7123,109029 -"58023",7123,109031 -"58024",7124,7145 -"58025",7124,7164 -"58026",7124,7169 -"58027",7124,7170 -"58028",7124,31557 -"58029",7125,9532 -"58030",7125,16407 -"58031",7125,20142 -"58032",7125,27215 -"58033",7125,32567 -"58034",7125,69427 -"58035",7125,85460 -"58036",7126,7312 -"58037",7126,8909 -"58038",7126,9343 -"58039",7126,9361 -"58040",7126,9377 -"58041",7126,12988 -"58042",7126,21393 -"58043",7126,27154 -"58044",7126,34445 -"58045",7126,41482 -"58046",7126,41570 -"58047",7126,58560 -"58048",7126,59925 -"58049",7126,65074 -"58050",7126,73058 -"58051",7126,80085 -"58052",7126,80895 -"58053",7126,91017 -"58054",7126,106852 -"58055",7126,106857 -"58056",7126,106897 -"58057",7126,106901 -"58058",7127,17197 -"58059",7128,19829 -"58060",7128,31608 -"58061",7129,7144 -"58062",7130,7353 -"58063",7130,9711 -"58064",7130,10933 -"58065",7130,11254 -"58066",7130,19018 -"58067",7130,19061 -"58068",7130,19082 -"58069",7130,19135 -"58070",7130,22865 -"58071",7130,41501 -"58072",7130,43757 -"58073",7130,67311 -"58074",7130,71139 -"58075",7131,7329 -"58076",7131,7764 -"58077",7132,55381 -"58078",7133,7155 -"58079",7133,28316 -"58080",7133,43691 -"58081",7133,81991 -"58082",7133,82082 -"58083",7133,84265 -"58084",7133,98404 -"58085",7133,98405 -"58086",7133,122006 -"58087",7134,7159 -"58088",7134,7161 -"58089",7134,20667 -"58090",7134,22858 -"58091",7134,24948 -"58092",7134,33878 -"58093",7134,33940 -"58094",7134,34070 -"58095",7134,70428 -"58096",7135,8060 -"58097",7135,16202 -"58098",7135,26965 -"58099",7135,37352 -"58100",7135,46066 -"58101",7136,36602 -"58102",7136,44431 -"58103",7136,64019 -"58104",7137,45965 -"58105",7138,7185 -"58106",7138,7657 -"58107",7138,39434 -"58108",7138,60526 -"58109",7139,10366 -"58110",7139,24694 -"58111",7140,7561 -"58112",7140,16726 -"58113",7140,16745 -"58114",7140,21278 -"58115",7140,23466 -"58116",7140,23700 -"58117",7140,23751 -"58118",7140,27372 -"58119",7140,66784 -"58120",7140,66803 -"58121",7141,17670 -"58122",7141,19565 -"58123",7141,19859 -"58124",7141,36520 -"58125",7141,51956 -"58126",7141,62825 -"58127",7141,77037 -"58128",7141,80354 -"58129",7141,82483 -"58130",7141,84843 -"58131",7141,90243 -"58132",7141,90983 -"58133",7141,94486 -"58134",7141,96872 -"58135",7141,110528 -"58136",7141,121924 -"58137",7142,59888 -"58138",7143,7167 -"58139",7143,16550 -"58140",7143,20528 -"58141",7143,20830 -"58142",7143,21734 -"58143",7143,24328 -"58144",7143,26439 -"58145",7143,35380 -"58146",7143,35849 -"58147",7143,41895 -"58148",7143,46023 -"58149",7143,49471 -"58150",7143,67921 -"58151",7143,67933 -"58152",7143,67985 -"58153",7145,7164 -"58154",7145,7169 -"58155",7145,7170 -"58156",7145,18159 -"58157",7145,31557 -"58158",7145,91721 -"58159",7145,91736 -"58160",7146,8012 -"58161",7146,21122 -"58162",7146,21686 -"58163",7146,88200 -"58164",7147,7288 -"58165",7147,7300 -"58166",7148,7791 -"58167",7149,8740 -"58168",7149,8789 -"58169",7149,8794 -"58170",7149,19328 -"58171",7149,22435 -"58172",7149,34550 -"58173",7150,10176 -"58174",7151,7545 -"58175",7151,119376 -"58176",7152,14807 -"58177",7152,20112 -"58178",7152,41302 -"58179",7152,50915 -"58180",7152,51049 -"58181",7152,59177 -"58182",7152,63392 -"58183",7152,70111 -"58184",7152,76262 -"58185",7152,103034 -"58186",7153,9758 -"58187",7153,54865 -"58188",7153,79723 -"58189",7153,85819 -"58190",7154,7176 -"58191",7156,12998 -"58192",7156,14423 -"58193",7156,17172 -"58194",7156,17314 -"58195",7156,17706 -"58196",7156,17781 -"58197",7156,18437 -"58198",7156,19798 -"58199",7156,21305 -"58200",7156,21707 -"58201",7156,22597 -"58202",7156,22668 -"58203",7156,22669 -"58204",7156,22683 -"58205",7156,22684 -"58206",7156,36145 -"58207",7156,39332 -"58208",7156,42401 -"58209",7156,58902 -"58210",7156,58917 -"58211",7156,58981 -"58212",7156,67338 -"58213",7156,74844 -"58214",7157,17630 -"58215",7157,51460 -"58216",7157,60838 -"58217",7157,77873 -"58218",7157,77902 -"58219",7157,87861 -"58220",7157,123228 -"58221",7158,55373 -"58222",7158,66322 -"58223",7158,120142 -"58224",7159,7161 -"58225",7159,8817 -"58226",7159,9302 -"58227",7159,11364 -"58228",7159,14293 -"58229",7159,14394 -"58230",7159,14877 -"58231",7159,15441 -"58232",7159,19358 -"58233",7159,20667 -"58234",7159,22756 -"58235",7159,22858 -"58236",7159,24948 -"58237",7159,24989 -"58238",7159,26413 -"58239",7159,27267 -"58240",7159,31897 -"58241",7159,32070 -"58242",7159,33878 -"58243",7159,33940 -"58244",7159,34070 -"58245",7159,40561 -"58246",7159,46568 -"58247",7159,50659 -"58248",7159,54737 -"58249",7159,56168 -"58250",7159,60846 -"58251",7159,69291 -"58252",7159,75047 -"58253",7159,78073 -"58254",7159,79331 -"58255",7159,79417 -"58256",7159,79710 -"58257",7159,79711 -"58258",7159,79720 -"58259",7159,79725 -"58260",7159,79738 -"58261",7159,79748 -"58262",7159,79750 -"58263",7159,79754 -"58264",7159,79758 -"58265",7159,79760 -"58266",7159,79771 -"58267",7159,79780 -"58268",7159,79781 -"58269",7159,79803 -"58270",7160,28954 -"58271",7160,34774 -"58272",7160,83598 -"58273",7160,93680 -"58274",7161,8817 -"58275",7161,9302 -"58276",7161,11364 -"58277",7161,14293 -"58278",7161,14394 -"58279",7161,14877 -"58280",7161,15441 -"58281",7161,19358 -"58282",7161,20667 -"58283",7161,22756 -"58284",7161,22858 -"58285",7161,24948 -"58286",7161,24989 -"58287",7161,25048 -"58288",7161,26413 -"58289",7161,27267 -"58290",7161,31897 -"58291",7161,32070 -"58292",7161,33878 -"58293",7161,33940 -"58294",7161,34070 -"58295",7161,40561 -"58296",7161,46568 -"58297",7161,50659 -"58298",7161,54737 -"58299",7161,56168 -"58300",7161,60846 -"58301",7161,69291 -"58302",7161,78073 -"58303",7161,79331 -"58304",7161,79710 -"58305",7161,79711 -"58306",7161,79720 -"58307",7161,79725 -"58308",7161,79738 -"58309",7161,79748 -"58310",7161,79750 -"58311",7161,79754 -"58312",7161,79758 -"58313",7161,79760 -"58314",7161,79771 -"58315",7161,79780 -"58316",7161,79781 -"58317",7161,79803 -"58318",7161,83064 -"58319",7162,7168 -"58320",7162,10033 -"58321",7162,16876 -"58322",7162,17830 -"58323",7162,21485 -"58324",7162,23581 -"58325",7162,27545 -"58326",7162,34106 -"58327",7162,49640 -"58328",7162,51667 -"58329",7162,63077 -"58330",7162,68828 -"58331",7162,68943 -"58332",7162,74370 -"58333",7162,79074 -"58334",7162,80409 -"58335",7162,93028 -"58336",7162,101579 -"58337",7162,103438 -"58338",7163,18304 -"58339",7163,23651 -"58340",7164,7169 -"58341",7164,7170 -"58342",7164,9412 -"58343",7164,13014 -"58344",7164,31557 -"58345",7164,34404 -"58346",7164,68417 -"58347",7164,80789 -"58348",7164,80798 -"58349",7164,84200 -"58350",7165,12032 -"58351",7165,25206 -"58352",7165,43125 -"58353",7165,49507 -"58354",7165,55286 -"58355",7165,72834 -"58356",7165,75338 -"58357",7165,108653 -"58358",7166,25979 -"58359",7169,7170 -"58360",7169,31557 -"58361",7170,13153 -"58362",7170,14073 -"58363",7170,14282 -"58364",7170,14283 -"58365",7170,14389 -"58366",7170,31557 -"58367",7170,45006 -"58368",7170,56007 -"58369",7170,57161 -"58370",7170,61893 -"58371",7170,80679 -"58372",7171,81701 -"58373",7171,83053 -"58374",7171,96034 -"58375",7171,99189 -"58376",7171,106362 -"58377",7172,31411 -"58378",7172,40427 -"58379",7172,46210 -"58380",7172,87069 -"58381",7173,26377 -"58382",7173,38399 -"58383",7173,51054 -"58384",7173,54998 -"58385",7173,63165 -"58386",7174,10484 -"58387",7174,10933 -"58388",7174,11185 -"58389",7174,11207 -"58390",7174,12589 -"58391",7174,15893 -"58392",7174,16301 -"58393",7174,16388 -"58394",7174,16652 -"58395",7174,17259 -"58396",7174,18817 -"58397",7174,19398 -"58398",7174,22442 -"58399",7174,22726 -"58400",7174,22859 -"58401",7174,22924 -"58402",7174,25639 -"58403",7174,25837 -"58404",7174,28126 -"58405",7174,30789 -"58406",7174,31001 -"58407",7174,35285 -"58408",7174,37658 -"58409",7174,38118 -"58410",7174,41746 -"58411",7174,42364 -"58412",7174,52339 -"58413",7174,54065 -"58414",7174,62644 -"58415",7174,68555 -"58416",7174,69441 -"58417",7174,77125 -"58418",7174,83406 -"58419",7174,89299 -"58420",7174,90020 -"58421",7174,91698 -"58422",7174,105415 -"58423",7174,118170 -"58424",7175,32412 -"58425",7176,65211 -"58426",7176,74731 -"58427",7176,119103 -"58428",7177,7696 -"58429",7177,26374 -"58430",7177,32124 -"58431",7177,35482 -"58432",7177,36165 -"58433",7178,13823 -"58434",7179,7876 -"58435",7179,12313 -"58436",7179,13483 -"58437",7179,36900 -"58438",7179,45744 -"58439",7179,56994 -"58440",7179,58766 -"58441",7179,61426 -"58442",7179,61458 -"58443",7179,81729 -"58444",7180,21346 -"58445",7180,24270 -"58446",7180,30165 -"58447",7180,45684 -"58448",7180,56348 -"58449",7180,58694 -"58450",7180,63012 -"58451",7180,99215 -"58452",7180,99334 -"58453",7180,105334 -"58454",7180,109213 -"58455",7180,113599 -"58456",7181,13922 -"58457",7181,34260 -"58458",7181,34471 -"58459",7181,45822 -"58460",7181,58122 -"58461",7181,76289 -"58462",7181,76375 -"58463",7182,33814 -"58464",7182,34475 -"58465",7182,35772 -"58466",7182,74818 -"58467",7182,85356 -"58468",7182,96132 -"58469",7183,14560 -"58470",7183,29293 -"58471",7183,43808 -"58472",7183,68736 -"58473",7183,92400 -"58474",7183,92560 -"58475",7183,112265 -"58476",7184,13893 -"58477",7184,13976 -"58478",7184,18972 -"58479",7184,25877 -"58480",7184,36825 -"58481",7184,55625 -"58482",7184,86613 -"58483",7184,86623 -"58484",7185,7429 -"58485",7185,7439 -"58486",7185,9613 -"58487",7185,18854 -"58488",7185,23201 -"58489",7185,29454 -"58490",7185,34692 -"58491",7185,48070 -"58492",7185,51750 -"58493",7185,56499 -"58494",7185,86402 -"58495",7186,11037 -"58496",7186,11077 -"58497",7186,21415 -"58498",7186,25895 -"58499",7186,30852 -"58500",7186,35738 -"58501",7186,37246 -"58502",7186,43694 -"58503",7186,47806 -"58504",7186,48908 -"58505",7186,49734 -"58506",7186,50050 -"58507",7186,53920 -"58508",7186,62116 -"58509",7186,63326 -"58510",7186,68511 -"58511",7187,7426 -"58512",7187,16124 -"58513",7187,46437 -"58514",7187,51632 -"58515",7187,73490 -"58516",7187,81755 -"58517",7187,99266 -"58518",7188,23862 -"58519",7189,8770 -"58520",7189,10205 -"58521",7189,11654 -"58522",7189,14520 -"58523",7189,14578 -"58524",7189,15012 -"58525",7189,17708 -"58526",7189,33390 -"58527",7189,38094 -"58528",7189,62889 -"58529",7189,70437 -"58530",7189,71564 -"58531",7189,71565 -"58532",7189,75020 -"58533",7189,81640 -"58534",7189,83296 -"58535",7189,86337 -"58536",7189,105695 -"58537",7189,105700 -"58538",7189,112798 -"58539",7189,113495 -"58540",7190,26951 -"58541",7190,88812 -"58542",7191,7462 -"58543",7192,7199 -"58544",7192,94150 -"58545",7192,94161 -"58546",7193,21036 -"58547",7193,24874 -"58548",7193,26048 -"58549",7193,30848 -"58550",7193,32361 -"58551",7193,109253 -"58552",7194,7380 -"58553",7194,9429 -"58554",7194,75989 -"58555",7195,51810 -"58556",7195,71702 -"58557",7195,71704 -"58558",7195,71716 -"58559",7195,71741 -"58560",7195,103686 -"58561",7196,7984 -"58562",7196,7985 -"58563",7196,8922 -"58564",7196,11477 -"58565",7196,12698 -"58566",7196,12755 -"58567",7196,14681 -"58568",7196,14802 -"58569",7196,15160 -"58570",7196,16259 -"58571",7196,17828 -"58572",7196,22960 -"58573",7196,24940 -"58574",7196,28784 -"58575",7196,32672 -"58576",7196,32988 -"58577",7196,38219 -"58578",7196,44463 -"58579",7196,46733 -"58580",7196,54729 -"58581",7196,63112 -"58582",7196,71033 -"58583",7196,76428 -"58584",7196,81046 -"58585",7196,91482 -"58586",7196,96308 -"58587",7196,104590 -"58588",7197,22955 -"58589",7197,46689 -"58590",7197,87042 -"58591",7198,83101 -"58592",7198,89259 -"58593",7198,91976 -"58594",7199,7996 -"58595",7199,37431 -"58596",7199,39023 -"58597",7199,74257 -"58598",7199,74527 -"58599",7199,85375 -"58600",7199,87839 -"58601",7199,87852 -"58602",7200,16978 -"58603",7200,37288 -"58604",7200,111211 -"58605",7201,35839 -"58606",7201,39594 -"58607",7201,42193 -"58608",7202,7203 -"58609",7202,7204 -"58610",7202,7215 -"58611",7203,7204 -"58612",7203,7215 -"58613",7203,8679 -"58614",7203,17332 -"58615",7203,23597 -"58616",7203,24395 -"58617",7203,47944 -"58618",7203,93876 -"58619",7203,93900 -"58620",7203,93906 -"58621",7204,7215 -"58622",7205,10097 -"58623",7205,10563 -"58624",7205,10739 -"58625",7205,11688 -"58626",7205,34829 -"58627",7205,41282 -"58628",7205,42088 -"58629",7205,45520 -"58630",7205,68662 -"58631",7205,72893 -"58632",7205,76145 -"58633",7205,92692 -"58634",7206,21639 -"58635",7206,21807 -"58636",7206,76230 -"58637",7208,28619 -"58638",7208,32574 -"58639",7208,65517 -"58640",7208,116468 -"58641",7208,119093 -"58642",7209,23007 -"58643",7209,23804 -"58644",7209,23828 -"58645",7209,23845 -"58646",7209,23892 -"58647",7209,29953 -"58648",7209,31661 -"58649",7209,34075 -"58650",7209,35258 -"58651",7209,35988 -"58652",7209,36576 -"58653",7209,45942 -"58654",7209,48970 -"58655",7209,56979 -"58656",7209,57022 -"58657",7209,82113 -"58658",7210,9478 -"58659",7210,30757 -"58660",7210,31326 -"58661",7210,41297 -"58662",7210,49077 -"58663",7210,68335 -"58664",7211,8780 -"58665",7212,7239 -"58666",7213,7704 -"58667",7213,7841 -"58668",7213,7865 -"58669",7213,38925 -"58670",7214,8402 -"58671",7214,16091 -"58672",7214,25706 -"58673",7214,60248 -"58674",7215,18203 -"58675",7215,21724 -"58676",7215,27773 -"58677",7215,35417 -"58678",7215,68529 -"58679",7215,86540 -"58680",7216,13904 -"58681",7216,75505 -"58682",7216,95211 -"58683",7217,20363 -"58684",7217,31541 -"58685",7217,32637 -"58686",7217,39766 -"58687",7217,39814 -"58688",7217,41580 -"58689",7217,45289 -"58690",7217,78475 -"58691",7217,82160 -"58692",7217,84155 -"58693",7217,85767 -"58694",7217,87064 -"58695",7218,23253 -"58696",7219,27165 -"58697",7219,29855 -"58698",7219,32521 -"58699",7219,39388 -"58700",7219,40005 -"58701",7219,72223 -"58702",7219,101663 -"58703",7220,8478 -"58704",7220,54865 -"58705",7220,64349 -"58706",7220,85314 -"58707",7221,10106 -"58708",7221,19120 -"58709",7221,33996 -"58710",7222,14372 -"58711",7222,17715 -"58712",7222,22381 -"58713",7222,23606 -"58714",7222,27862 -"58715",7222,61881 -"58716",7222,72204 -"58717",7222,80219 -"58718",7222,83813 -"58719",7222,84563 -"58720",7222,104619 -"58721",7222,107702 -"58722",7223,46525 -"58723",7224,11665 -"58724",7224,13092 -"58725",7224,15265 -"58726",7224,24489 -"58727",7224,24523 -"58728",7224,24554 -"58729",7224,26101 -"58730",7224,55980 -"58731",7224,70410 -"58732",7224,78544 -"58733",7224,79353 -"58734",7224,87600 -"58735",7224,90567 -"58736",7224,94627 -"58737",7224,114226 -"58738",7224,115698 -"58739",7225,35747 -"58740",7225,54729 -"58741",7225,62080 -"58742",7225,80625 -"58743",7226,9150 -"58744",7226,14177 -"58745",7226,25132 -"58746",7226,28925 -"58747",7226,31100 -"58748",7226,32513 -"58749",7226,38091 -"58750",7226,80907 -"58751",7227,28333 -"58752",7228,10164 -"58753",7228,10433 -"58754",7228,11738 -"58755",7228,12202 -"58756",7228,13231 -"58757",7228,14144 -"58758",7228,28115 -"58759",7228,30052 -"58760",7228,30239 -"58761",7228,30420 -"58762",7228,31050 -"58763",7228,32579 -"58764",7228,32663 -"58765",7228,34160 -"58766",7228,36237 -"58767",7228,36978 -"58768",7228,37031 -"58769",7228,40466 -"58770",7228,40559 -"58771",7228,41739 -"58772",7228,41851 -"58773",7228,44994 -"58774",7228,52299 -"58775",7228,53196 -"58776",7228,57384 -"58777",7228,60421 -"58778",7228,75690 -"58779",7228,78809 -"58780",7228,107626 -"58781",7229,11572 -"58782",7229,24570 -"58783",7229,55196 -"58784",7229,64021 -"58785",7229,101798 -"58786",7230,32076 -"58787",7230,32112 -"58788",7231,7242 -"58789",7232,29773 -"58790",7232,37446 -"58791",7232,37495 -"58792",7232,39033 -"58793",7232,46107 -"58794",7232,67957 -"58795",7232,70928 -"58796",7232,76126 -"58797",7232,80996 -"58798",7232,84348 -"58799",7232,96822 -"58800",7232,96823 -"58801",7232,96849 -"58802",7232,96858 -"58803",7232,96859 -"58804",7233,9978 -"58805",7233,10390 -"58806",7233,11218 -"58807",7233,28443 -"58808",7233,30129 -"58809",7233,31786 -"58810",7233,32014 -"58811",7233,32563 -"58812",7233,35926 -"58813",7233,41964 -"58814",7233,43344 -"58815",7233,47348 -"58816",7233,51663 -"58817",7233,53134 -"58818",7233,54929 -"58819",7233,61322 -"58820",7233,70806 -"58821",7233,70934 -"58822",7233,76905 -"58823",7233,76991 -"58824",7233,78010 -"58825",7233,80035 -"58826",7233,102654 -"58827",7233,123025 -"58828",7234,12099 -"58829",7234,12175 -"58830",7234,12310 -"58831",7234,30325 -"58832",7235,15891 -"58833",7235,20251 -"58834",7235,23680 -"58835",7235,24109 -"58836",7235,25801 -"58837",7235,28772 -"58838",7235,31795 -"58839",7235,33549 -"58840",7235,33562 -"58841",7235,37435 -"58842",7235,45408 -"58843",7235,45563 -"58844",7235,53498 -"58845",7235,69215 -"58846",7235,99191 -"58847",7235,105262 -"58848",7235,107410 -"58849",7235,108872 -"58850",7235,111156 -"58851",7235,114895 -"58852",7236,11044 -"58853",7236,19122 -"58854",7236,21883 -"58855",7236,26190 -"58856",7236,35769 -"58857",7236,43118 -"58858",7236,45066 -"58859",7236,54535 -"58860",7236,57577 -"58861",7236,58726 -"58862",7237,16078 -"58863",7239,14022 -"58864",7239,19058 -"58865",7239,32147 -"58866",7239,37732 -"58867",7239,60923 -"58868",7240,9317 -"58869",7240,12288 -"58870",7240,13289 -"58871",7240,50215 -"58872",7240,52184 -"58873",7241,12384 -"58874",7241,13043 -"58875",7241,27926 -"58876",7241,48698 -"58877",7241,48982 -"58878",7241,49362 -"58879",7241,55440 -"58880",7241,79912 -"58881",7241,83314 -"58882",7241,104222 -"58883",7243,9007 -"58884",7243,13667 -"58885",7243,19590 -"58886",7243,22699 -"58887",7243,30548 -"58888",7243,31026 -"58889",7243,34610 -"58890",7243,42743 -"58891",7243,42852 -"58892",7243,43878 -"58893",7243,47678 -"58894",7243,60245 -"58895",7243,73211 -"58896",7243,85452 -"58897",7244,25560 -"58898",7244,26798 -"58899",7244,36093 -"58900",7244,43705 -"58901",7244,46571 -"58902",7244,48100 -"58903",7244,59143 -"58904",7244,62996 -"58905",7244,67778 -"58906",7244,82117 -"58907",7244,84558 -"58908",7244,84599 -"58909",7244,84976 -"58910",7244,91601 -"58911",7244,119262 -"58912",7245,7959 -"58913",7245,8165 -"58914",7245,8193 -"58915",7245,8369 -"58916",7245,8533 -"58917",7245,8553 -"58918",7245,9483 -"58919",7245,10036 -"58920",7245,12447 -"58921",7245,18415 -"58922",7245,20563 -"58923",7245,28839 -"58924",7245,30976 -"58925",7245,31050 -"58926",7245,33239 -"58927",7245,34126 -"58928",7245,37307 -"58929",7245,45633 -"58930",7245,48932 -"58931",7245,49144 -"58932",7245,66376 -"58933",7245,68475 -"58934",7245,76613 -"58935",7245,82593 -"58936",7245,82848 -"58937",7245,90884 -"58938",7245,95740 -"58939",7245,108734 -"58940",7245,115878 -"58941",7246,7248 -"58942",7246,16129 -"58943",7246,23190 -"58944",7246,42151 -"58945",7246,50647 -"58946",7246,51125 -"58947",7246,51822 -"58948",7246,55003 -"58949",7246,58302 -"58950",7246,60822 -"58951",7246,63046 -"58952",7247,13635 -"58953",7247,29540 -"58954",7247,36162 -"58955",7247,72601 -"58956",7247,72853 -"58957",7248,9273 -"58958",7248,38926 -"58959",7248,42996 -"58960",7248,69830 -"58961",7249,29916 -"58962",7250,20515 -"58963",7250,69957 -"58964",7251,9150 -"58965",7251,9292 -"58966",7251,12509 -"58967",7251,33771 -"58968",7251,61929 -"58969",7252,11563 -"58970",7252,11611 -"58971",7252,34833 -"58972",7252,42813 -"58973",7252,50278 -"58974",7252,93965 -"58975",7252,94012 -"58976",7253,7254 -"58977",7253,7275 -"58978",7253,7276 -"58979",7253,7284 -"58980",7253,10367 -"58981",7253,11858 -"58982",7253,12907 -"58983",7253,13538 -"58984",7253,15146 -"58985",7253,17579 -"58986",7253,18718 -"58987",7253,19509 -"58988",7253,19631 -"58989",7253,21027 -"58990",7253,21081 -"58991",7253,28268 -"58992",7253,34953 -"58993",7253,38930 -"58994",7253,50234 -"58995",7253,52380 -"58996",7253,53277 -"58997",7253,58945 -"58998",7253,59511 -"58999",7253,65890 -"59000",7253,70670 -"59001",7253,72390 -"59002",7253,76304 -"59003",7253,82312 -"59004",7253,84520 -"59005",7253,86090 -"59006",7253,88663 -"59007",7253,89135 -"59008",7253,89263 -"59009",7253,110033 -"59010",7254,7275 -"59011",7254,7276 -"59012",7254,7284 -"59013",7254,7580 -"59014",7254,11858 -"59015",7254,12907 -"59016",7254,13538 -"59017",7254,14958 -"59018",7254,15146 -"59019",7254,17022 -"59020",7254,17579 -"59021",7254,18701 -"59022",7254,18718 -"59023",7254,19509 -"59024",7254,19631 -"59025",7254,30800 -"59026",7254,40059 -"59027",7254,46174 -"59028",7254,53542 -"59029",7254,56119 -"59030",7254,75194 -"59031",7254,82312 -"59032",7254,83628 -"59033",7254,88663 -"59034",7254,89135 -"59035",7254,89263 -"59036",7254,94843 -"59037",7254,97575 -"59038",7254,97625 -"59039",7254,100831 -"59040",7254,115514 -"59041",7254,120684 -"59042",7255,10470 -"59043",7255,19024 -"59044",7255,20216 -"59045",7255,27133 -"59046",7256,7269 -"59047",7256,81550 -"59048",7257,12925 -"59049",7257,23043 -"59050",7257,55742 -"59051",7258,27151 -"59052",7258,28698 -"59053",7258,33850 -"59054",7258,41074 -"59055",7258,55965 -"59056",7258,74974 -"59057",7258,81469 -"59058",7258,102793 -"59059",7258,107188 -"59060",7258,115230 -"59061",7258,117425 -"59062",7259,92666 -"59063",7260,47154 -"59064",7260,72180 -"59065",7260,89023 -"59066",7261,7294 -"59067",7261,65610 -"59068",7261,73451 -"59069",7261,94894 -"59070",7262,12355 -"59071",7263,24169 -"59072",7263,33003 -"59073",7263,37064 -"59074",7263,77975 -"59075",7264,28223 -"59076",7265,8452 -"59077",7266,8622 -"59078",7266,10921 -"59079",7266,12521 -"59080",7266,17418 -"59081",7266,29282 -"59082",7266,33429 -"59083",7266,60474 -"59084",7266,64043 -"59085",7266,84689 -"59086",7266,100704 -"59087",7266,120235 -"59088",7266,122384 -"59089",7267,12233 -"59090",7267,12800 -"59091",7267,15121 -"59092",7267,19575 -"59093",7267,22546 -"59094",7267,41853 -"59095",7267,94120 -"59096",7268,11588 -"59097",7268,34496 -"59098",7268,64676 -"59099",7268,78055 -"59100",7268,101662 -"59101",7268,106659 -"59102",7269,10399 -"59103",7269,10914 -"59104",7269,19619 -"59105",7269,21463 -"59106",7269,26008 -"59107",7269,42604 -"59108",7269,44805 -"59109",7269,51633 -"59110",7269,55254 -"59111",7269,67838 -"59112",7269,72510 -"59113",7269,76132 -"59114",7269,101339 -"59115",7269,120336 -"59116",7270,8490 -"59117",7270,8663 -"59118",7270,8866 -"59119",7270,11292 -"59120",7270,15519 -"59121",7270,24864 -"59122",7270,38780 -"59123",7270,40194 -"59124",7270,52915 -"59125",7270,55320 -"59126",7270,103102 -"59127",7270,116361 -"59128",7271,22281 -"59129",7272,11218 -"59130",7272,17575 -"59131",7272,24365 -"59132",7272,35860 -"59133",7272,44717 -"59134",7272,91443 -"59135",7273,55048 -"59136",7274,7314 -"59137",7274,10347 -"59138",7274,12165 -"59139",7274,12474 -"59140",7274,14183 -"59141",7274,19309 -"59142",7274,29580 -"59143",7274,43035 -"59144",7274,45504 -"59145",7274,46627 -"59146",7274,49543 -"59147",7274,52475 -"59148",7274,55628 -"59149",7274,61162 -"59150",7275,7276 -"59151",7275,7284 -"59152",7275,18718 -"59153",7275,19509 -"59154",7275,19631 -"59155",7275,21081 -"59156",7275,21327 -"59157",7275,28268 -"59158",7275,34953 -"59159",7275,41241 -"59160",7275,47607 -"59161",7276,7284 -"59162",7276,11096 -"59163",7276,11180 -"59164",7276,67989 -"59165",7277,16594 -"59166",7278,83208 -"59167",7279,7845 -"59168",7280,25858 -"59169",7281,85316 -"59170",7282,45842 -"59171",7283,14038 -"59172",7283,14664 -"59173",7283,14754 -"59174",7283,24091 -"59175",7283,27192 -"59176",7283,32564 -"59177",7283,35914 -"59178",7283,37466 -"59179",7283,38838 -"59180",7283,40727 -"59181",7283,42117 -"59182",7283,43207 -"59183",7283,47156 -"59184",7283,54021 -"59185",7283,55539 -"59186",7283,60981 -"59187",7283,71174 -"59188",7283,75737 -"59189",7283,75815 -"59190",7283,80966 -"59191",7283,86574 -"59192",7284,7415 -"59193",7284,11858 -"59194",7284,12907 -"59195",7284,15146 -"59196",7284,17619 -"59197",7284,19509 -"59198",7284,19631 -"59199",7284,33035 -"59200",7284,36543 -"59201",7284,38930 -"59202",7284,40495 -"59203",7284,48114 -"59204",7284,53542 -"59205",7284,56119 -"59206",7284,59511 -"59207",7284,75194 -"59208",7284,82312 -"59209",7284,84442 -"59210",7284,84520 -"59211",7284,89263 -"59212",7284,101723 -"59213",7284,110033 -"59214",7284,120684 -"59215",7285,9389 -"59216",7285,21993 -"59217",7285,26911 -"59218",7285,41804 -"59219",7286,7287 -"59220",7286,14577 -"59221",7286,21277 -"59222",7286,23636 -"59223",7286,27215 -"59224",7286,50168 -"59225",7286,69369 -"59226",7286,90989 -"59227",7287,29083 -"59228",7287,39459 -"59229",7287,44804 -"59230",7287,51410 -"59231",7287,70775 -"59232",7287,88487 -"59233",7287,113741 -"59234",7287,113746 -"59235",7288,7300 -"59236",7289,25512 -"59237",7289,35848 -"59238",7289,49105 -"59239",7289,49819 -"59240",7289,54802 -"59241",7289,57166 -"59242",7289,57441 -"59243",7290,7330 -"59244",7290,7420 -"59245",7290,7430 -"59246",7290,17901 -"59247",7290,29832 -"59248",7290,29899 -"59249",7290,29900 -"59250",7290,30011 -"59251",7290,41163 -"59252",7290,46906 -"59253",7290,67043 -"59254",7290,77147 -"59255",7291,7490 -"59256",7291,36055 -"59257",7292,15630 -"59258",7292,23921 -"59259",7292,40922 -"59260",7292,59646 -"59261",7292,94224 -"59262",7292,101649 -"59263",7292,102820 -"59264",7292,111949 -"59265",7292,118375 -"59266",7292,118376 -"59267",7292,122495 -"59268",7293,62630 -"59269",7294,8873 -"59270",7294,15122 -"59271",7294,19479 -"59272",7294,110639 -"59273",7295,24253 -"59274",7295,27083 -"59275",7296,11339 -"59276",7296,14707 -"59277",7296,49787 -"59278",7296,49812 -"59279",7296,65572 -"59280",7296,65617 -"59281",7297,22442 -"59282",7297,28385 -"59283",7297,31163 -"59284",7297,32380 -"59285",7297,34409 -"59286",7297,37901 -"59287",7297,37903 -"59288",7297,38011 -"59289",7297,65835 -"59290",7298,8106 -"59291",7298,13581 -"59292",7298,15232 -"59293",7298,19607 -"59294",7298,20384 -"59295",7298,20417 -"59296",7298,20616 -"59297",7298,25393 -"59298",7298,27706 -"59299",7298,33982 -"59300",7298,42875 -"59301",7298,63896 -"59302",7298,66957 -"59303",7298,75738 -"59304",7298,76375 -"59305",7298,79570 -"59306",7298,85598 -"59307",7299,13302 -"59308",7299,44637 -"59309",7301,80101 -"59310",7301,115968 -"59311",7302,55959 -"59312",7303,8703 -"59313",7303,8762 -"59314",7303,32369 -"59315",7303,56008 -"59316",7303,57669 -"59317",7305,42105 -"59318",7305,53027 -"59319",7305,69171 -"59320",7305,73060 -"59321",7305,91208 -"59322",7306,20432 -"59323",7306,39614 -"59324",7306,39847 -"59325",7306,51842 -"59326",7306,58686 -"59327",7306,123333 -"59328",7307,40360 -"59329",7307,56053 -"59330",7307,90810 -"59331",7307,92047 -"59332",7308,7502 -"59333",7308,69420 -"59334",7309,24762 -"59335",7309,105139 -"59336",7310,12428 -"59337",7310,14431 -"59338",7310,35278 -"59339",7310,39817 -"59340",7310,54257 -"59341",7310,60463 -"59342",7310,80610 -"59343",7311,46912 -"59344",7311,57801 -"59345",7311,72197 -"59346",7312,7611 -"59347",7312,9343 -"59348",7313,8682 -"59349",7313,18028 -"59350",7313,91999 -"59351",7314,29457 -"59352",7315,11351 -"59353",7315,19718 -"59354",7315,21132 -"59355",7315,21133 -"59356",7315,36386 -"59357",7315,44167 -"59358",7315,49120 -"59359",7315,66417 -"59360",7316,15391 -"59361",7316,29030 -"59362",7316,35090 -"59363",7316,41411 -"59364",7316,55187 -"59365",7316,56864 -"59366",7316,67512 -"59367",7316,73066 -"59368",7316,90960 -"59369",7316,99421 -"59370",7317,91758 -"59371",7317,91821 -"59372",7317,120261 -"59373",7317,120264 -"59374",7318,7367 -"59375",7318,7371 -"59376",7318,7862 -"59377",7318,11534 -"59378",7318,20349 -"59379",7318,24872 -"59380",7318,26916 -"59381",7318,27726 -"59382",7318,30265 -"59383",7318,33119 -"59384",7318,34319 -"59385",7318,39313 -"59386",7318,45081 -"59387",7318,46850 -"59388",7318,52343 -"59389",7318,53261 -"59390",7318,63518 -"59391",7318,66454 -"59392",7318,75914 -"59393",7318,76131 -"59394",7318,79977 -"59395",7318,83892 -"59396",7318,90977 -"59397",7318,93785 -"59398",7318,94105 -"59399",7318,95513 -"59400",7318,97580 -"59401",7318,98249 -"59402",7318,100330 -"59403",7318,100998 -"59404",7318,102455 -"59405",7318,104510 -"59406",7318,110327 -"59407",7318,113577 -"59408",7318,116139 -"59409",7319,14526 -"59410",7319,15173 -"59411",7319,15331 -"59412",7319,28901 -"59413",7319,29297 -"59414",7319,34289 -"59415",7319,34777 -"59416",7319,43174 -"59417",7320,10079 -"59418",7320,10274 -"59419",7320,11942 -"59420",7320,13294 -"59421",7320,14108 -"59422",7320,18502 -"59423",7320,26992 -"59424",7320,30396 -"59425",7320,30853 -"59426",7320,36439 -"59427",7320,37363 -"59428",7320,41085 -"59429",7320,46621 -"59430",7320,50063 -"59431",7320,57612 -"59432",7320,58648 -"59433",7320,59603 -"59434",7320,62356 -"59435",7320,63124 -"59436",7320,65400 -"59437",7320,68569 -"59438",7320,73623 -"59439",7320,88232 -"59440",7320,88237 -"59441",7320,91411 -"59442",7320,101016 -"59443",7320,105950 -"59444",7320,110508 -"59445",7320,113237 -"59446",7320,119587 -"59447",7321,8783 -"59448",7321,14468 -"59449",7321,14702 -"59450",7321,16778 -"59451",7321,42923 -"59452",7321,45435 -"59453",7321,66019 -"59454",7321,98618 -"59455",7321,112220 -"59456",7322,7366 -"59457",7322,41232 -"59458",7322,46139 -"59459",7322,46581 -"59460",7322,70575 -"59461",7322,76565 -"59462",7322,79802 -"59463",7322,81882 -"59464",7322,86178 -"59465",7322,90305 -"59466",7322,95973 -"59467",7322,96944 -"59468",7322,115900 -"59469",7322,116720 -"59470",7322,117208 -"59471",7322,118086 -"59472",7322,118090 -"59473",7322,118091 -"59474",7322,118094 -"59475",7322,118098 -"59476",7322,118102 -"59477",7322,118112 -"59478",7323,7605 -"59479",7323,7670 -"59480",7323,7805 -"59481",7323,8760 -"59482",7323,9553 -"59483",7323,11007 -"59484",7323,19548 -"59485",7323,22749 -"59486",7323,35256 -"59487",7323,37570 -"59488",7323,37682 -"59489",7323,47535 -"59490",7323,47624 -"59491",7323,62496 -"59492",7323,68610 -"59493",7323,68633 -"59494",7323,68656 -"59495",7323,68666 -"59496",7323,68703 -"59497",7324,7346 -"59498",7324,48031 -"59499",7324,58630 -"59500",7325,7479 -"59501",7326,61358 -"59502",7326,66385 -"59503",7327,20022 -"59504",7327,34527 -"59505",7327,39360 -"59506",7327,87677 -"59507",7327,87678 -"59508",7328,20343 -"59509",7328,35484 -"59510",7328,72268 -"59511",7328,82224 -"59512",7329,7448 -"59513",7329,7449 -"59514",7329,7764 -"59515",7329,28985 -"59516",7329,54963 -"59517",7330,7420 -"59518",7330,7430 -"59519",7330,7485 -"59520",7330,8274 -"59521",7330,8327 -"59522",7330,8330 -"59523",7330,8352 -"59524",7330,8357 -"59525",7330,8359 -"59526",7330,8434 -"59527",7330,8930 -"59528",7330,10390 -"59529",7330,11514 -"59530",7330,15796 -"59531",7330,20269 -"59532",7330,24144 -"59533",7330,25555 -"59534",7330,25883 -"59535",7330,27402 -"59536",7330,32015 -"59537",7330,35251 -"59538",7330,35672 -"59539",7330,41682 -"59540",7330,45236 -"59541",7330,54879 -"59542",7330,55550 -"59543",7330,60302 -"59544",7330,79204 -"59545",7330,84431 -"59546",7331,7503 -"59547",7331,13075 -"59548",7331,19096 -"59549",7331,29857 -"59550",7331,33854 -"59551",7331,33855 -"59552",7331,33949 -"59553",7331,60688 -"59554",7331,61449 -"59555",7331,64200 -"59556",7331,66938 -"59557",7331,97218 -"59558",7332,7427 -"59559",7332,7440 -"59560",7332,7447 -"59561",7332,7452 -"59562",7332,7455 -"59563",7332,7463 -"59564",7332,7497 -"59565",7333,24502 -"59566",7333,42989 -"59567",7333,61973 -"59568",7333,94078 -"59569",7333,123199 -"59570",7333,123208 -"59571",7334,7392 -"59572",7334,60398 -"59573",7334,114134 -"59574",7335,27933 -"59575",7335,33803 -"59576",7335,51794 -"59577",7335,102818 -"59578",7335,110630 -"59579",7336,14334 -"59580",7336,17994 -"59581",7336,20341 -"59582",7336,56898 -"59583",7336,57108 -"59584",7336,104107 -"59585",7336,104342 -"59586",7337,7815 -"59587",7337,10901 -"59588",7337,11841 -"59589",7337,14396 -"59590",7337,20792 -"59591",7337,22897 -"59592",7337,28922 -"59593",7337,29088 -"59594",7337,30584 -"59595",7337,38452 -"59596",7337,38785 -"59597",7337,43852 -"59598",7337,44577 -"59599",7337,50736 -"59600",7337,51927 -"59601",7337,55830 -"59602",7337,60828 -"59603",7337,61007 -"59604",7337,63617 -"59605",7337,67039 -"59606",7337,77924 -"59607",7337,84533 -"59608",7337,88932 -"59609",7337,89185 -"59610",7337,99332 -"59611",7337,106328 -"59612",7338,7575 -"59613",7338,70719 -"59614",7338,91946 -"59615",7338,113852 -"59616",7339,11233 -"59617",7339,12340 -"59618",7339,12599 -"59619",7339,42747 -"59620",7339,46927 -"59621",7339,51720 -"59622",7339,56164 -"59623",7339,59509 -"59624",7339,59574 -"59625",7339,71271 -"59626",7339,73898 -"59627",7339,80544 -"59628",7339,80886 -"59629",7339,82319 -"59630",7339,94932 -"59631",7339,100559 -"59632",7339,109555 -"59633",7339,109669 -"59634",7339,110827 -"59635",7339,120192 -"59636",7339,120194 -"59637",7339,120197 -"59638",7339,120198 -"59639",7339,120199 -"59640",7339,120215 -"59641",7340,8161 -"59642",7340,8501 -"59643",7340,9591 -"59644",7340,9593 -"59645",7340,9599 -"59646",7340,64689 -"59647",7340,87446 -"59648",7341,7636 -"59649",7341,9840 -"59650",7341,11090 -"59651",7341,11173 -"59652",7341,14081 -"59653",7341,15926 -"59654",7341,19614 -"59655",7341,20544 -"59656",7341,30526 -"59657",7341,32830 -"59658",7341,43120 -"59659",7341,51729 -"59660",7341,55066 -"59661",7341,71084 -"59662",7341,76701 -"59663",7341,76843 -"59664",7341,81448 -"59665",7341,82737 -"59666",7341,82963 -"59667",7341,82970 -"59668",7341,84381 -"59669",7341,84407 -"59670",7341,89596 -"59671",7341,90070 -"59672",7341,99767 -"59673",7341,99771 -"59674",7341,99772 -"59675",7341,99775 -"59676",7341,99777 -"59677",7342,8797 -"59678",7343,12041 -"59679",7343,12452 -"59680",7343,15343 -"59681",7343,15693 -"59682",7343,15888 -"59683",7343,17021 -"59684",7343,17967 -"59685",7343,23120 -"59686",7343,23122 -"59687",7343,23301 -"59688",7343,23594 -"59689",7343,27047 -"59690",7343,29834 -"59691",7343,29845 -"59692",7343,29882 -"59693",7343,29894 -"59694",7343,30007 -"59695",7343,39152 -"59696",7343,52466 -"59697",7343,66373 -"59698",7344,23140 -"59699",7345,7387 -"59700",7345,64231 -"59701",7345,90338 -"59702",7346,118985 -"59703",7347,13098 -"59704",7347,48938 -"59705",7347,80708 -"59706",7348,8886 -"59707",7348,20949 -"59708",7348,29031 -"59709",7348,29680 -"59710",7349,7350 -"59711",7349,70569 -"59712",7350,56717 -"59713",7350,70569 -"59714",7351,27433 -"59715",7351,38119 -"59716",7352,8188 -"59717",7352,11265 -"59718",7352,13934 -"59719",7352,14072 -"59720",7352,17381 -"59721",7352,26052 -"59722",7352,39410 -"59723",7352,44720 -"59724",7352,55071 -"59725",7352,66078 -"59726",7352,78286 -"59727",7353,7838 -"59728",7353,8919 -"59729",7353,10933 -"59730",7353,18048 -"59731",7353,19018 -"59732",7353,19061 -"59733",7353,19082 -"59734",7353,19135 -"59735",7353,26273 -"59736",7353,28838 -"59737",7353,33508 -"59738",7353,34270 -"59739",7353,34319 -"59740",7353,41372 -"59741",7353,50086 -"59742",7353,62674 -"59743",7353,68340 -"59744",7353,70728 -"59745",7353,75427 -"59746",7353,78710 -"59747",7353,88357 -"59748",7353,99396 -"59749",7353,101807 -"59750",7353,101832 -"59751",7353,103074 -"59752",7353,118901 -"59753",7354,10548 -"59754",7354,31421 -"59755",7354,33674 -"59756",7354,38776 -"59757",7354,50464 -"59758",7354,50533 -"59759",7354,89947 -"59760",7354,96894 -"59761",7355,22766 -"59762",7355,25741 -"59763",7355,25871 -"59764",7355,37443 -"59765",7355,41338 -"59766",7355,45763 -"59767",7355,53964 -"59768",7355,61633 -"59769",7355,88413 -"59770",7355,97528 -"59771",7355,103234 -"59772",7355,103392 -"59773",7356,28471 -"59774",7356,87967 -"59775",7357,8470 -"59776",7357,50269 -"59777",7357,68299 -"59778",7357,78086 -"59779",7357,104762 -"59780",7358,38283 -"59781",7358,78194 -"59782",7358,83714 -"59783",7358,100598 -"59784",7359,7637 -"59785",7359,9532 -"59786",7359,13361 -"59787",7359,14288 -"59788",7359,18995 -"59789",7359,19920 -"59790",7359,21693 -"59791",7359,22326 -"59792",7359,22362 -"59793",7359,22432 -"59794",7359,27519 -"59795",7359,29731 -"59796",7359,30031 -"59797",7359,33129 -"59798",7359,36331 -"59799",7359,38019 -"59800",7359,38948 -"59801",7359,41036 -"59802",7359,43001 -"59803",7359,76422 -"59804",7359,78144 -"59805",7359,87060 -"59806",7359,87073 -"59807",7359,101797 -"59808",7360,16144 -"59809",7360,23560 -"59810",7360,32649 -"59811",7360,64611 -"59812",7360,98994 -"59813",7361,26355 -"59814",7361,50536 -"59815",7362,10822 -"59816",7362,37759 -"59817",7362,80582 -"59818",7362,84286 -"59819",7363,28553 -"59820",7363,50372 -"59821",7363,67585 -"59822",7363,84973 -"59823",7363,89092 -"59824",7363,99979 -"59825",7363,104875 -"59826",7363,115020 -"59827",7364,11477 -"59828",7364,12904 -"59829",7364,13415 -"59830",7364,23148 -"59831",7364,37621 -"59832",7365,20725 -"59833",7365,21589 -"59834",7365,45887 -"59835",7365,53052 -"59836",7365,72869 -"59837",7365,81473 -"59838",7366,10729 -"59839",7366,10894 -"59840",7366,16067 -"59841",7366,32413 -"59842",7366,42148 -"59843",7366,60941 -"59844",7366,65892 -"59845",7366,86905 -"59846",7366,91975 -"59847",7366,94060 -"59848",7366,100096 -"59849",7367,7371 -"59850",7367,8615 -"59851",7367,45397 -"59852",7367,46503 -"59853",7367,59326 -"59854",7367,60047 -"59855",7367,66454 -"59856",7367,90824 -"59857",7367,96336 -"59858",7367,97543 -"59859",7367,100751 -"59860",7367,111192 -"59861",7368,10059 -"59862",7368,17777 -"59863",7368,44224 -"59864",7368,55257 -"59865",7369,29313 -"59866",7370,14297 -"59867",7370,15431 -"59868",7370,15668 -"59869",7370,40128 -"59870",7370,48123 -"59871",7370,66073 -"59872",7370,77131 -"59873",7371,10079 -"59874",7371,15929 -"59875",7371,22072 -"59876",7371,28260 -"59877",7371,46503 -"59878",7371,61785 -"59879",7371,66454 -"59880",7371,69983 -"59881",7371,92913 -"59882",7371,100721 -"59883",7372,41333 -"59884",7372,94407 -"59885",7373,7660 -"59886",7373,24066 -"59887",7374,35533 -"59888",7374,41466 -"59889",7374,87016 -"59890",7375,32795 -"59891",7375,40264 -"59892",7375,51389 -"59893",7375,57081 -"59894",7375,57082 -"59895",7375,70811 -"59896",7375,71536 -"59897",7375,99730 -"59898",7375,114736 -"59899",7375,114738 -"59900",7376,28605 -"59901",7376,43650 -"59902",7376,47675 -"59903",7376,47789 -"59904",7376,84040 -"59905",7376,84090 -"59906",7377,33884 -"59907",7377,46040 -"59908",7377,58365 -"59909",7377,71226 -"59910",7377,77961 -"59911",7377,105591 -"59912",7377,107198 -"59913",7378,55172 -"59914",7378,118516 -"59915",7378,121825 -"59916",7379,27134 -"59917",7379,103791 -"59918",7380,13715 -"59919",7380,16560 -"59920",7380,16955 -"59921",7380,17071 -"59922",7380,61925 -"59923",7381,12794 -"59924",7381,15822 -"59925",7381,19879 -"59926",7381,22315 -"59927",7381,54666 -"59928",7381,54672 -"59929",7381,83806 -"59930",7382,7398 -"59931",7382,14944 -"59932",7382,20639 -"59933",7382,25971 -"59934",7382,27810 -"59935",7382,41103 -"59936",7382,44743 -"59937",7382,48703 -"59938",7382,57254 -"59939",7383,60986 -"59940",7383,100947 -"59941",7384,50747 -"59942",7384,88125 -"59943",7385,10465 -"59944",7385,23635 -"59945",7386,54939 -"59946",7386,76651 -"59947",7386,80303 -"59948",7386,92865 -"59949",7386,117145 -"59950",7386,117601 -"59951",7386,120023 -"59952",7386,122893 -"59953",7386,123409 -"59954",7387,39029 -"59955",7387,109927 -"59956",7388,7648 -"59957",7388,16184 -"59958",7388,23187 -"59959",7389,67566 -"59960",7389,78376 -"59961",7390,9895 -"59962",7390,9948 -"59963",7390,82227 -"59964",7392,7939 -"59965",7392,7966 -"59966",7392,13957 -"59967",7392,22029 -"59968",7392,23772 -"59969",7392,41999 -"59970",7392,51859 -"59971",7392,54332 -"59972",7392,59670 -"59973",7392,60398 -"59974",7392,63234 -"59975",7392,63709 -"59976",7392,68474 -"59977",7392,73610 -"59978",7392,90669 -"59979",7392,95278 -"59980",7392,108453 -"59981",7392,112167 -"59982",7392,114134 -"59983",7392,121467 -"59984",7393,37235 -"59985",7393,43214 -"59986",7393,53987 -"59987",7393,67499 -"59988",7394,20021 -"59989",7394,20172 -"59990",7394,20205 -"59991",7394,20226 -"59992",7394,33302 -"59993",7394,34206 -"59994",7394,37816 -"59995",7394,38078 -"59996",7394,51536 -"59997",7394,59522 -"59998",7395,10843 -"59999",7395,19453 -"60000",7395,33356 -"60001",7395,40708 -"60002",7395,53083 -"60003",7395,54156 -"60004",7395,64845 -"60005",7396,8085 -"60006",7396,33353 -"60007",7396,46813 -"60008",7396,97020 -"60009",7397,75021 -"60010",7398,25971 -"60011",7398,44743 -"60012",7398,48277 -"60013",7398,57254 -"60014",7398,77388 -"60015",7399,9302 -"60016",7399,11220 -"60017",7399,11364 -"60018",7399,15520 -"60019",7399,18536 -"60020",7399,29911 -"60021",7399,42263 -"60022",7399,49745 -"60023",7399,55908 -"60024",7399,75700 -"60025",7399,98144 -"60026",7399,98160 -"60027",7400,9529 -"60028",7400,13792 -"60029",7400,18570 -"60030",7400,18582 -"60031",7400,29330 -"60032",7400,34107 -"60033",7401,47142 -"60034",7402,118940 -"60035",7403,13060 -"60036",7403,14058 -"60037",7403,18571 -"60038",7403,19975 -"60039",7403,28883 -"60040",7403,36092 -"60041",7403,39860 -"60042",7403,46951 -"60043",7403,47384 -"60044",7403,48202 -"60045",7403,50105 -"60046",7403,67300 -"60047",7403,86340 -"60048",7403,103826 -"60049",7403,111095 -"60050",7403,113751 -"60051",7404,10134 -"60052",7404,25343 -"60053",7404,46964 -"60054",7404,83220 -"60055",7404,96327 -"60056",7404,112892 -"60057",7404,122222 -"60058",7404,123206 -"60059",7405,12033 -"60060",7405,15176 -"60061",7405,24743 -"60062",7405,32323 -"60063",7405,44022 -"60064",7405,67310 -"60065",7405,67885 -"60066",7405,79827 -"60067",7406,7410 -"60068",7406,7429 -"60069",7406,7439 -"60070",7406,8437 -"60071",7406,9564 -"60072",7406,18095 -"60073",7406,21176 -"60074",7406,22136 -"60075",7406,22808 -"60076",7406,22840 -"60077",7406,23252 -"60078",7406,36217 -"60079",7406,41804 -"60080",7406,42129 -"60081",7406,44100 -"60082",7406,46614 -"60083",7406,47591 -"60084",7406,49711 -"60085",7406,49952 -"60086",7406,50114 -"60087",7406,56323 -"60088",7406,56499 -"60089",7406,63475 -"60090",7406,63503 -"60091",7406,63517 -"60092",7406,63563 -"60093",7406,63575 -"60094",7406,63592 -"60095",7406,67131 -"60096",7406,86954 -"60097",7407,7504 -"60098",7407,12998 -"60099",7407,47885 -"60100",7408,18125 -"60101",7408,41681 -"60102",7408,58501 -"60103",7408,63216 -"60104",7408,63219 -"60105",7408,90417 -"60106",7408,108416 -"60107",7408,108434 -"60108",7408,110214 -"60109",7409,11959 -"60110",7409,15549 -"60111",7409,18810 -"60112",7409,33286 -"60113",7409,38850 -"60114",7409,41960 -"60115",7409,42822 -"60116",7409,63662 -"60117",7409,75067 -"60118",7409,93880 -"60119",7409,105424 -"60120",7410,7429 -"60121",7410,7439 -"60122",7410,22808 -"60123",7410,22840 -"60124",7410,42129 -"60125",7410,47591 -"60126",7410,63517 -"60127",7410,67131 -"60128",7410,86954 -"60129",7411,7444 -"60130",7411,11981 -"60131",7411,14626 -"60132",7411,17479 -"60133",7411,25025 -"60134",7411,29319 -"60135",7411,29557 -"60136",7411,39838 -"60137",7411,41185 -"60138",7411,52917 -"60139",7411,64412 -"60140",7411,78081 -"60141",7411,78768 -"60142",7411,83365 -"60143",7412,87708 -"60144",7413,42254 -"60145",7413,44076 -"60146",7413,117078 -"60147",7414,8618 -"60148",7414,41133 -"60149",7415,17619 -"60150",7415,40495 -"60151",7415,59511 -"60152",7416,38339 -"60153",7416,74224 -"60154",7416,88779 -"60155",7416,115447 -"60156",7417,7441 -"60157",7418,33918 -"60158",7418,40893 -"60159",7418,62170 -"60160",7418,101813 -"60161",7419,9186 -"60162",7419,14218 -"60163",7419,22237 -"60164",7419,28315 -"60165",7419,32541 -"60166",7419,45052 -"60167",7419,80483 -"60168",7419,101319 -"60169",7420,7430 -"60170",7420,12268 -"60171",7420,15768 -"60172",7420,17755 -"60173",7420,17901 -"60174",7420,45020 -"60175",7420,48194 -"60176",7420,49237 -"60177",7420,57837 -"60178",7421,75504 -"60179",7422,77348 -"60180",7422,78941 -"60181",7422,102217 -"60182",7423,41009 -"60183",7423,52916 -"60184",7423,58100 -"60185",7423,70063 -"60186",7423,75941 -"60187",7423,94523 -"60188",7423,98428 -"60189",7423,103465 -"60190",7423,103637 -"60191",7423,105878 -"60192",7423,112471 -"60193",7423,112608 -"60194",7423,114669 -"60195",7423,117153 -"60196",7423,118083 -"60197",7423,118350 -"60198",7423,119979 -"60199",7423,120753 -"60200",7423,121285 -"60201",7423,121330 -"60202",7424,23199 -"60203",7425,7450 -"60204",7425,22438 -"60205",7425,23246 -"60206",7425,56736 -"60207",7425,81930 -"60208",7425,110495 -"60209",7426,16124 -"60210",7426,27245 -"60211",7426,39483 -"60212",7426,46437 -"60213",7426,63839 -"60214",7426,73490 -"60215",7426,81755 -"60216",7426,97192 -"60217",7426,99266 -"60218",7427,7440 -"60219",7427,7447 -"60220",7427,7452 -"60221",7427,7455 -"60222",7427,7463 -"60223",7427,7497 -"60224",7428,8752 -"60225",7428,34170 -"60226",7428,61146 -"60227",7429,7439 -"60228",7429,11770 -"60229",7429,18854 -"60230",7429,23201 -"60231",7429,23252 -"60232",7429,25030 -"60233",7429,25084 -"60234",7429,29266 -"60235",7429,34692 -"60236",7429,47591 -"60237",7429,48070 -"60238",7429,52589 -"60239",7429,56499 -"60240",7429,70140 -"60241",7430,12268 -"60242",7430,16794 -"60243",7430,17755 -"60244",7430,21754 -"60245",7430,31341 -"60246",7430,36103 -"60247",7430,40299 -"60248",7430,43807 -"60249",7430,44623 -"60250",7430,46851 -"60251",7430,56393 -"60252",7430,61412 -"60253",7430,61925 -"60254",7430,65751 -"60255",7430,67339 -"60256",7430,76928 -"60257",7430,76956 -"60258",7430,96823 -"60259",7430,97954 -"60260",7430,97955 -"60261",7430,97972 -"60262",7430,97973 -"60263",7430,97981 -"60264",7430,97987 -"60265",7430,97994 -"60266",7430,97998 -"60267",7430,97999 -"60268",7430,98008 -"60269",7430,98474 -"60270",7431,36026 -"60271",7432,7814 -"60272",7432,54511 -"60273",7432,65857 -"60274",7432,67013 -"60275",7432,94700 -"60276",7433,10616 -"60277",7433,21741 -"60278",7433,31274 -"60279",7433,81950 -"60280",7434,36637 -"60281",7434,48648 -"60282",7434,57619 -"60283",7434,59955 -"60284",7435,12088 -"60285",7435,12181 -"60286",7435,28847 -"60287",7435,31070 -"60288",7435,40987 -"60289",7435,46974 -"60290",7435,46975 -"60291",7435,59121 -"60292",7435,80585 -"60293",7435,80628 -"60294",7435,92530 -"60295",7435,92541 -"60296",7435,108484 -"60297",7436,45472 -"60298",7436,48919 -"60299",7436,92331 -"60300",7436,116643 -"60301",7437,24908 -"60302",7437,112432 -"60303",7438,7529 -"60304",7438,11389 -"60305",7438,11434 -"60306",7438,11516 -"60307",7438,21000 -"60308",7438,23132 -"60309",7438,29419 -"60310",7438,29617 -"60311",7438,29965 -"60312",7438,30416 -"60313",7438,35302 -"60314",7438,50495 -"60315",7439,12631 -"60316",7439,12764 -"60317",7439,13072 -"60318",7439,13530 -"60319",7439,14472 -"60320",7439,15256 -"60321",7439,17694 -"60322",7439,18291 -"60323",7439,18854 -"60324",7439,19208 -"60325",7439,19605 -"60326",7439,20250 -"60327",7439,22840 -"60328",7439,23173 -"60329",7439,23201 -"60330",7439,23252 -"60331",7439,29266 -"60332",7439,31979 -"60333",7439,34692 -"60334",7439,34865 -"60335",7439,36217 -"60336",7439,39021 -"60337",7439,41804 -"60338",7439,41834 -"60339",7439,41859 -"60340",7439,42129 -"60341",7439,42189 -"60342",7439,45060 -"60343",7439,45444 -"60344",7439,46614 -"60345",7439,46617 -"60346",7439,47591 -"60347",7439,47982 -"60348",7439,48070 -"60349",7439,48871 -"60350",7439,51330 -"60351",7439,54749 -"60352",7439,56499 -"60353",7439,56883 -"60354",7439,58927 -"60355",7439,61608 -"60356",7439,63500 -"60357",7439,67556 -"60358",7440,7447 -"60359",7440,7452 -"60360",7440,7455 -"60361",7440,7463 -"60362",7440,7497 -"60363",7441,37768 -"60364",7441,97210 -"60365",7441,115305 -"60366",7441,118558 -"60367",7441,119035 -"60368",7442,7445 -"60369",7442,7472 -"60370",7442,12481 -"60371",7442,13818 -"60372",7442,14042 -"60373",7442,30044 -"60374",7442,30108 -"60375",7442,39037 -"60376",7442,39078 -"60377",7442,49514 -"60378",7442,63267 -"60379",7442,63725 -"60380",7443,7500 -"60381",7443,23989 -"60382",7443,26008 -"60383",7443,45760 -"60384",7443,100378 -"60385",7443,114328 -"60386",7444,10559 -"60387",7444,25025 -"60388",7444,29319 -"60389",7444,29557 -"60390",7444,78817 -"60391",7444,83365 -"60392",7445,7472 -"60393",7445,14042 -"60394",7445,30044 -"60395",7445,30108 -"60396",7445,41243 -"60397",7445,46378 -"60398",7445,61619 -"60399",7446,33655 -"60400",7446,61237 -"60401",7446,79349 -"60402",7446,80904 -"60403",7446,122338 -"60404",7447,7452 -"60405",7447,7455 -"60406",7447,7463 -"60407",7447,7497 -"60408",7448,7449 -"60409",7448,28985 -"60410",7449,28985 -"60411",7449,47874 -"60412",7450,22775 -"60413",7450,45107 -"60414",7451,12649 -"60415",7451,104006 -"60416",7452,7455 -"60417",7452,7463 -"60418",7452,7497 -"60419",7452,27511 -"60420",7452,49415 -"60421",7452,51499 -"60422",7452,51562 -"60423",7452,76931 -"60424",7452,81959 -"60425",7453,10338 -"60426",7453,13780 -"60427",7453,25069 -"60428",7453,32634 -"60429",7453,33917 -"60430",7453,33918 -"60431",7453,42445 -"60432",7453,49881 -"60433",7453,55363 -"60434",7453,98093 -"60435",7453,98252 -"60436",7454,10163 -"60437",7454,33910 -"60438",7454,41927 -"60439",7454,89064 -"60440",7454,113164 -"60441",7455,7463 -"60442",7455,7497 -"60443",7456,86099 -"60444",7457,26172 -"60445",7457,40934 -"60446",7457,43401 -"60447",7457,51099 -"60448",7457,58324 -"60449",7457,74799 -"60450",7457,83007 -"60451",7457,93317 -"60452",7457,97310 -"60453",7458,23488 -"60454",7458,55744 -"60455",7458,84905 -"60456",7459,14883 -"60457",7459,15945 -"60458",7459,27584 -"60459",7459,32686 -"60460",7459,38697 -"60461",7459,63664 -"60462",7460,19451 -"60463",7460,20485 -"60464",7460,21356 -"60465",7460,41300 -"60466",7460,41307 -"60467",7460,46468 -"60468",7460,49341 -"60469",7460,55507 -"60470",7460,55580 -"60471",7460,55581 -"60472",7460,73121 -"60473",7460,80883 -"60474",7460,83129 -"60475",7460,117261 -"60476",7461,82052 -"60477",7461,83084 -"60478",7461,118928 -"60479",7462,15754 -"60480",7462,38626 -"60481",7463,7497 -"60482",7463,23943 -"60483",7463,27345 -"60484",7463,45747 -"60485",7463,112908 -"60486",7463,115895 -"60487",7464,23282 -"60488",7464,105049 -"60489",7464,108166 -"60490",7464,110550 -"60491",7465,9134 -"60492",7465,44514 -"60493",7465,44878 -"60494",7465,49250 -"60495",7465,68498 -"60496",7465,75007 -"60497",7465,85034 -"60498",7465,88893 -"60499",7466,58040 -"60500",7466,62988 -"60501",7466,67455 -"60502",7466,99741 -"60503",7467,17257 -"60504",7467,51162 -"60505",7467,92446 -"60506",7468,16908 -"60507",7468,33904 -"60508",7468,52382 -"60509",7468,54673 -"60510",7468,67089 -"60511",7468,74319 -"60512",7468,116571 -"60513",7469,7670 -"60514",7469,20337 -"60515",7469,21597 -"60516",7469,38727 -"60517",7469,39968 -"60518",7469,44254 -"60519",7469,54069 -"60520",7469,57129 -"60521",7470,29017 -"60522",7470,29070 -"60523",7470,29107 -"60524",7471,8686 -"60525",7471,8866 -"60526",7471,8870 -"60527",7471,8883 -"60528",7471,8888 -"60529",7471,8942 -"60530",7471,9031 -"60531",7471,9051 -"60532",7471,9362 -"60533",7471,9741 -"60534",7471,9805 -"60535",7471,11407 -"60536",7471,12010 -"60537",7471,13313 -"60538",7471,14441 -"60539",7471,15378 -"60540",7471,15396 -"60541",7471,17447 -"60542",7471,19034 -"60543",7471,19580 -"60544",7471,19791 -"60545",7471,23386 -"60546",7471,24785 -"60547",7471,24861 -"60548",7471,24864 -"60549",7471,27946 -"60550",7471,31235 -"60551",7471,39667 -"60552",7471,47733 -"60553",7471,56496 -"60554",7471,75883 -"60555",7471,75888 -"60556",7471,75892 -"60557",7471,75893 -"60558",7471,75898 -"60559",7471,84932 -"60560",7471,98319 -"60561",7472,9038 -"60562",7472,14042 -"60563",7472,18808 -"60564",7472,22507 -"60565",7472,22977 -"60566",7472,25383 -"60567",7472,30044 -"60568",7472,30108 -"60569",7472,35567 -"60570",7472,35585 -"60571",7472,35650 -"60572",7472,35651 -"60573",7472,35662 -"60574",7472,37188 -"60575",7472,39938 -"60576",7472,41389 -"60577",7472,42453 -"60578",7472,47434 -"60579",7472,63725 -"60580",7472,79791 -"60581",7472,79860 -"60582",7472,79887 -"60583",7472,79962 -"60584",7472,81227 -"60585",7473,64981 -"60586",7474,26610 -"60587",7474,119286 -"60588",7474,119368 -"60589",7475,20656 -"60590",7475,85335 -"60591",7476,15685 -"60592",7476,85190 -"60593",7477,14977 -"60594",7477,30422 -"60595",7477,52021 -"60596",7477,104633 -"60597",7477,106976 -"60598",7477,109620 -"60599",7478,9082 -"60600",7478,12502 -"60601",7478,15806 -"60602",7478,16996 -"60603",7478,18229 -"60604",7478,20611 -"60605",7478,22349 -"60606",7478,31688 -"60607",7478,51168 -"60608",7479,8402 -"60609",7479,15251 -"60610",7479,20299 -"60611",7479,25183 -"60612",7479,25238 -"60613",7479,27989 -"60614",7479,30268 -"60615",7479,84882 -"60616",7480,12797 -"60617",7480,13479 -"60618",7480,13518 -"60619",7480,13872 -"60620",7480,30512 -"60621",7480,51122 -"60622",7481,33741 -"60623",7481,37872 -"60624",7481,43654 -"60625",7481,59852 -"60626",7481,64102 -"60627",7481,91573 -"60628",7481,92049 -"60629",7481,100139 -"60630",7481,102635 -"60631",7481,103583 -"60632",7481,109263 -"60633",7482,7584 -"60634",7482,18326 -"60635",7482,37138 -"60636",7482,37736 -"60637",7482,71683 -"60638",7482,77218 -"60639",7482,84228 -"60640",7482,88484 -"60641",7482,88717 -"60642",7482,89853 -"60643",7482,90942 -"60644",7482,92606 -"60645",7482,99575 -"60646",7482,101827 -"60647",7482,109472 -"60648",7483,37022 -"60649",7484,9952 -"60650",7484,15542 -"60651",7484,23123 -"60652",7484,43430 -"60653",7484,46910 -"60654",7484,64909 -"60655",7484,75697 -"60656",7485,8274 -"60657",7485,8327 -"60658",7485,8330 -"60659",7485,8352 -"60660",7485,8357 -"60661",7485,8359 -"60662",7485,8434 -"60663",7485,11514 -"60664",7485,18054 -"60665",7485,25555 -"60666",7485,41682 -"60667",7485,66833 -"60668",7486,8160 -"60669",7486,8738 -"60670",7486,15455 -"60671",7486,19543 -"60672",7486,26124 -"60673",7486,61830 -"60674",7486,65833 -"60675",7487,8495 -"60676",7487,23015 -"60677",7487,30572 -"60678",7487,39875 -"60679",7487,42948 -"60680",7487,46560 -"60681",7487,48026 -"60682",7487,55541 -"60683",7487,55700 -"60684",7487,65833 -"60685",7487,87344 -"60686",7488,7537 -"60687",7488,65002 -"60688",7488,67169 -"60689",7489,12023 -"60690",7489,13295 -"60691",7489,22754 -"60692",7489,26023 -"60693",7489,27263 -"60694",7489,31753 -"60695",7489,41077 -"60696",7489,50766 -"60697",7489,54372 -"60698",7489,77205 -"60699",7489,87980 -"60700",7489,105318 -"60701",7489,105324 -"60702",7489,105358 -"60703",7490,10513 -"60704",7490,24054 -"60705",7490,36055 -"60706",7490,60329 -"60707",7490,74613 -"60708",7490,109860 -"60709",7491,11297 -"60710",7491,30521 -"60711",7491,30749 -"60712",7491,41648 -"60713",7491,51349 -"60714",7491,54634 -"60715",7491,88049 -"60716",7491,103085 -"60717",7491,106999 -"60718",7492,8069 -"60719",7492,54030 -"60720",7493,11259 -"60721",7493,20487 -"60722",7493,23438 -"60723",7493,44730 -"60724",7494,7507 -"60725",7494,7580 -"60726",7494,7603 -"60727",7494,7604 -"60728",7494,40947 -"60729",7494,109295 -"60730",7494,118035 -"60731",7495,75497 -"60732",7495,97255 -"60733",7495,110425 -"60734",7496,11740 -"60735",7496,115123 -"60736",7497,10268 -"60737",7497,15594 -"60738",7497,41381 -"60739",7497,56684 -"60740",7497,60554 -"60741",7497,68398 -"60742",7498,38866 -"60743",7498,39288 -"60744",7498,105410 -"60745",7499,10250 -"60746",7499,22853 -"60747",7499,33103 -"60748",7499,37343 -"60749",7499,37846 -"60750",7499,37888 -"60751",7499,44112 -"60752",7499,82029 -"60753",7499,97654 -"60754",7499,102545 -"60755",7499,108314 -"60756",7500,56298 -"60757",7501,32273 -"60758",7501,79638 -"60759",7501,80113 -"60760",7502,74985 -"60761",7502,87883 -"60762",7502,109860 -"60763",7502,118781 -"60764",7503,40640 -"60765",7503,103240 -"60766",7505,16999 -"60767",7505,20395 -"60768",7505,43424 -"60769",7505,44139 -"60770",7505,48762 -"60771",7505,55344 -"60772",7506,12272 -"60773",7506,20742 -"60774",7506,25527 -"60775",7506,26728 -"60776",7506,44767 -"60777",7506,68087 -"60778",7506,73325 -"60779",7506,83363 -"60780",7506,102137 -"60781",7506,110416 -"60782",7506,120178 -"60783",7507,7580 -"60784",7507,7603 -"60785",7507,7604 -"60786",7508,10841 -"60787",7508,11922 -"60788",7508,15812 -"60789",7508,16380 -"60790",7508,33123 -"60791",7508,33272 -"60792",7508,79649 -"60793",7508,79680 -"60794",7508,84764 -"60795",7509,11062 -"60796",7509,16274 -"60797",7509,22831 -"60798",7509,26382 -"60799",7509,35797 -"60800",7509,37859 -"60801",7509,46758 -"60802",7509,50394 -"60803",7509,57562 -"60804",7509,61036 -"60805",7509,75801 -"60806",7509,79618 -"60807",7509,97088 -"60808",7509,109182 -"60809",7509,109788 -"60810",7509,110061 -"60811",7509,122702 -"60812",7510,19667 -"60813",7510,36949 -"60814",7510,94636 -"60815",7511,10947 -"60816",7511,22420 -"60817",7511,28234 -"60818",7511,28536 -"60819",7511,38365 -"60820",7511,50580 -"60821",7511,56707 -"60822",7511,62743 -"60823",7511,122595 -"60824",7512,14860 -"60825",7512,15144 -"60826",7512,16961 -"60827",7512,17817 -"60828",7512,22428 -"60829",7512,25702 -"60830",7512,28204 -"60831",7512,28922 -"60832",7512,30584 -"60833",7512,39396 -"60834",7512,46079 -"60835",7512,48345 -"60836",7512,52705 -"60837",7512,59016 -"60838",7512,63388 -"60839",7512,63610 -"60840",7512,63650 -"60841",7512,67039 -"60842",7512,71293 -"60843",7512,91231 -"60844",7512,92079 -"60845",7512,121769 -"60846",7512,121774 -"60847",7513,26855 -"60848",7513,47685 -"60849",7513,63693 -"60850",7513,65203 -"60851",7513,79063 -"60852",7513,79567 -"60853",7513,80748 -"60854",7513,81206 -"60855",7513,92336 -"60856",7513,100684 -"60857",7513,101490 -"60858",7513,113571 -"60859",7513,117332 -"60860",7513,120297 -"60861",7514,12016 -"60862",7514,27061 -"60863",7514,31388 -"60864",7514,31599 -"60865",7515,24663 -"60866",7515,25761 -"60867",7515,25976 -"60868",7515,30416 -"60869",7515,32947 -"60870",7515,52441 -"60871",7515,57926 -"60872",7515,63409 -"60873",7515,66664 -"60874",7515,90939 -"60875",7515,91905 -"60876",7515,107396 -"60877",7515,112765 -"60878",7515,112767 -"60879",7516,7517 -"60880",7516,7546 -"60881",7516,7703 -"60882",7516,7766 -"60883",7516,7770 -"60884",7516,7881 -"60885",7516,28626 -"60886",7516,41653 -"60887",7516,82270 -"60888",7517,7546 -"60889",7517,7703 -"60890",7517,7766 -"60891",7517,7770 -"60892",7517,7881 -"60893",7517,27962 -"60894",7517,41653 -"60895",7517,65532 -"60896",7518,15537 -"60897",7518,29218 -"60898",7518,42302 -"60899",7518,47084 -"60900",7518,56926 -"60901",7518,64502 -"60902",7518,81356 -"60903",7518,85736 -"60904",7518,107461 -"60905",7519,13097 -"60906",7519,43581 -"60907",7519,48934 -"60908",7519,62445 -"60909",7519,63075 -"60910",7519,63552 -"60911",7519,71879 -"60912",7519,75984 -"60913",7519,77017 -"60914",7519,80157 -"60915",7519,81779 -"60916",7519,95924 -"60917",7519,105048 -"60918",7520,7521 -"60919",7520,11769 -"60920",7520,13910 -"60921",7520,14134 -"60922",7520,18257 -"60923",7520,31036 -"60924",7520,34254 -"60925",7520,90390 -"60926",7521,49100 -"60927",7522,7915 -"60928",7522,14848 -"60929",7523,9580 -"60930",7523,11352 -"60931",7523,16644 -"60932",7523,41513 -"60933",7523,64593 -"60934",7524,58733 -"60935",7525,49651 -"60936",7525,100801 -"60937",7525,103351 -"60938",7525,111942 -"60939",7526,7706 -"60940",7526,7872 -"60941",7526,9186 -"60942",7526,9214 -"60943",7526,9875 -"60944",7526,16485 -"60945",7526,17830 -"60946",7526,18978 -"60947",7526,23462 -"60948",7526,24027 -"60949",7526,27742 -"60950",7526,33870 -"60951",7526,33871 -"60952",7526,34114 -"60953",7526,34640 -"60954",7526,37352 -"60955",7526,38042 -"60956",7526,39504 -"60957",7526,40352 -"60958",7526,41023 -"60959",7526,41062 -"60960",7526,47237 -"60961",7526,48219 -"60962",7526,52845 -"60963",7526,57697 -"60964",7526,62936 -"60965",7526,63188 -"60966",7526,69873 -"60967",7526,74273 -"60968",7526,79235 -"60969",7526,80409 -"60970",7526,81137 -"60971",7526,85648 -"60972",7526,91849 -"60973",7527,75244 -"60974",7528,12171 -"60975",7528,13086 -"60976",7528,37649 -"60977",7528,40136 -"60978",7528,59498 -"60979",7528,72566 -"60980",7528,75213 -"60981",7528,83508 -"60982",7528,85473 -"60983",7529,8011 -"60984",7529,8885 -"60985",7529,11389 -"60986",7529,12199 -"60987",7529,19882 -"60988",7529,24568 -"60989",7529,26462 -"60990",7529,30416 -"60991",7529,63409 -"60992",7529,63846 -"60993",7529,80429 -"60994",7529,88409 -"60995",7529,89836 -"60996",7529,107649 -"60997",7529,111534 -"60998",7530,10012 -"60999",7530,19027 -"61000",7530,29456 -"61001",7530,41832 -"61002",7530,78743 -"61003",7530,87566 -"61004",7531,9306 -"61005",7531,15788 -"61006",7531,40643 -"61007",7531,40729 -"61008",7531,41679 -"61009",7531,45887 -"61010",7531,56794 -"61011",7531,57228 -"61012",7531,57259 -"61013",7531,71137 -"61014",7531,107836 -"61015",7532,43872 -"61016",7532,47485 -"61017",7532,67540 -"61018",7532,94798 -"61019",7532,101402 -"61020",7532,112301 -"61021",7533,11066 -"61022",7534,72872 -"61023",7534,102688 -"61024",7534,102693 -"61025",7535,39373 -"61026",7535,39448 -"61027",7535,53111 -"61028",7535,53123 -"61029",7536,9655 -"61030",7538,10328 -"61031",7538,19122 -"61032",7538,22029 -"61033",7538,33923 -"61034",7538,50763 -"61035",7538,58954 -"61036",7538,79203 -"61037",7538,81310 -"61038",7538,85925 -"61039",7539,87088 -"61040",7540,16068 -"61041",7540,18774 -"61042",7540,24390 -"61043",7540,24448 -"61044",7540,36225 -"61045",7540,38806 -"61046",7540,53610 -"61047",7540,59534 -"61048",7540,64510 -"61049",7540,83885 -"61050",7540,83886 -"61051",7541,17990 -"61052",7541,21092 -"61053",7541,45031 -"61054",7541,50811 -"61055",7541,76347 -"61056",7541,84205 -"61057",7541,100211 -"61058",7541,101983 -"61059",7541,108805 -"61060",7541,110601 -"61061",7541,110614 -"61062",7541,116147 -"61063",7541,116180 -"61064",7542,7813 -"61065",7542,7823 -"61066",7542,7859 -"61067",7542,7893 -"61068",7542,30173 -"61069",7542,32492 -"61070",7543,37532 -"61071",7543,42312 -"61072",7543,58915 -"61073",7544,24050 -"61074",7544,30033 -"61075",7544,35561 -"61076",7544,52437 -"61077",7544,58373 -"61078",7544,88712 -"61079",7544,94098 -"61080",7544,108934 -"61081",7544,110165 -"61082",7544,118351 -"61083",7545,32440 -"61084",7545,105238 -"61085",7545,116603 -"61086",7545,116614 -"61087",7546,7703 -"61088",7546,7766 -"61089",7546,7770 -"61090",7546,7881 -"61091",7546,41653 -"61092",7548,10158 -"61093",7548,13515 -"61094",7548,31909 -"61095",7548,49581 -"61096",7548,102483 -"61097",7549,21448 -"61098",7549,23232 -"61099",7549,57087 -"61100",7550,29190 -"61101",7550,31260 -"61102",7550,50241 -"61103",7550,76437 -"61104",7551,13217 -"61105",7551,25727 -"61106",7551,53453 -"61107",7551,68502 -"61108",7551,104646 -"61109",7551,108412 -"61110",7552,26677 -"61111",7552,35443 -"61112",7552,78623 -"61113",7552,120916 -"61114",7553,11817 -"61115",7553,14656 -"61116",7553,17789 -"61117",7553,19101 -"61118",7553,20124 -"61119",7553,24859 -"61120",7553,26399 -"61121",7553,30564 -"61122",7553,39301 -"61123",7553,40629 -"61124",7553,52136 -"61125",7553,56082 -"61126",7553,65972 -"61127",7553,86444 -"61128",7553,91184 -"61129",7553,94671 -"61130",7553,111679 -"61131",7554,8087 -"61132",7555,16680 -"61133",7555,24025 -"61134",7555,27607 -"61135",7555,32032 -"61136",7555,32173 -"61137",7555,34152 -"61138",7555,48290 -"61139",7555,49370 -"61140",7555,49419 -"61141",7555,56096 -"61142",7555,61666 -"61143",7555,69394 -"61144",7555,84252 -"61145",7555,95994 -"61146",7555,108232 -"61147",7555,109663 -"61148",7556,11517 -"61149",7556,28062 -"61150",7556,39705 -"61151",7557,11103 -"61152",7557,16380 -"61153",7557,32679 -"61154",7557,33382 -"61155",7557,33812 -"61156",7557,33834 -"61157",7557,33927 -"61158",7557,36574 -"61159",7557,38467 -"61160",7557,39518 -"61161",7557,40821 -"61162",7557,43945 -"61163",7557,46932 -"61164",7557,54721 -"61165",7557,64806 -"61166",7557,80879 -"61167",7557,86773 -"61168",7558,7652 -"61169",7558,74774 -"61170",7558,93098 -"61171",7559,7572 -"61172",7559,7619 -"61173",7559,7621 -"61174",7559,7631 -"61175",7559,7651 -"61176",7559,8058 -"61177",7559,8059 -"61178",7559,8076 -"61179",7559,8083 -"61180",7559,9503 -"61181",7559,13592 -"61182",7559,16735 -"61183",7559,18161 -"61184",7559,21213 -"61185",7559,21430 -"61186",7559,22506 -"61187",7560,21278 -"61188",7560,46383 -"61189",7560,66803 -"61190",7561,16725 -"61191",7561,16726 -"61192",7561,16745 -"61193",7561,21278 -"61194",7561,23466 -"61195",7561,23700 -"61196",7561,23751 -"61197",7561,28035 -"61198",7561,31307 -"61199",7562,43699 -"61200",7562,95485 -"61201",7563,51762 -"61202",7563,52487 -"61203",7563,63259 -"61204",7563,75342 -"61205",7563,75344 -"61206",7564,7630 -"61207",7564,27037 -"61208",7564,62423 -"61209",7565,9742 -"61210",7565,9901 -"61211",7565,10336 -"61212",7565,15902 -"61213",7565,16706 -"61214",7565,21455 -"61215",7565,21593 -"61216",7565,25447 -"61217",7565,30501 -"61218",7565,63029 -"61219",7565,82219 -"61220",7565,111227 -"61221",7565,111234 -"61222",7566,55990 -"61223",7566,72336 -"61224",7566,111994 -"61225",7566,112168 -"61226",7566,112173 -"61227",7567,58791 -"61228",7567,74459 -"61229",7568,80644 -"61230",7568,83444 -"61231",7569,9040 -"61232",7569,23024 -"61233",7569,36431 -"61234",7570,7729 -"61235",7570,9508 -"61236",7570,13060 -"61237",7570,14324 -"61238",7570,17255 -"61239",7570,29146 -"61240",7570,34451 -"61241",7570,47940 -"61242",7570,70747 -"61243",7570,84919 -"61244",7570,92819 -"61245",7570,120794 -"61246",7571,19280 -"61247",7571,67397 -"61248",7572,7619 -"61249",7572,7621 -"61250",7572,7631 -"61251",7572,7651 -"61252",7572,8058 -"61253",7572,8059 -"61254",7572,8076 -"61255",7572,8083 -"61256",7572,13700 -"61257",7572,17904 -"61258",7572,21219 -"61259",7572,21220 -"61260",7572,21240 -"61261",7572,21241 -"61262",7572,21256 -"61263",7572,31918 -"61264",7572,61435 -"61265",7572,72597 -"61266",7572,76601 -"61267",7573,13320 -"61268",7573,14520 -"61269",7573,14578 -"61270",7573,16286 -"61271",7573,47849 -"61272",7574,8209 -"61273",7574,15919 -"61274",7574,18820 -"61275",7574,18821 -"61276",7574,20378 -"61277",7574,32423 -"61278",7574,34545 -"61279",7574,37218 -"61280",7574,46945 -"61281",7574,55235 -"61282",7574,56637 -"61283",7574,61893 -"61284",7574,108334 -"61285",7574,119431 -"61286",7574,119931 -"61287",7575,11814 -"61288",7575,53168 -"61289",7575,75953 -"61290",7575,93116 -"61291",7576,10057 -"61292",7576,91085 -"61293",7576,122026 -"61294",7577,7978 -"61295",7577,19907 -"61296",7578,16605 -"61297",7578,16827 -"61298",7578,17613 -"61299",7579,14062 -"61300",7579,18826 -"61301",7579,37959 -"61302",7579,41912 -"61303",7580,7603 -"61304",7580,7604 -"61305",7580,8006 -"61306",7580,19246 -"61307",7580,46130 -"61308",7580,53584 -"61309",7580,70184 -"61310",7580,78611 -"61311",7580,80983 -"61312",7580,81415 -"61313",7580,81951 -"61314",7580,85191 -"61315",7581,8307 -"61316",7581,8534 -"61317",7581,9366 -"61318",7581,11766 -"61319",7581,12735 -"61320",7581,12779 -"61321",7581,13360 -"61322",7581,13942 -"61323",7581,14817 -"61324",7581,15027 -"61325",7581,15185 -"61326",7581,15216 -"61327",7581,15964 -"61328",7581,16252 -"61329",7581,16872 -"61330",7581,17145 -"61331",7581,17508 -"61332",7581,18060 -"61333",7581,18217 -"61334",7581,22462 -"61335",7581,22823 -"61336",7581,23147 -"61337",7581,23421 -"61338",7581,23632 -"61339",7581,23953 -"61340",7581,24495 -"61341",7581,24710 -"61342",7581,25143 -"61343",7581,25303 -"61344",7581,25664 -"61345",7581,26407 -"61346",7581,27174 -"61347",7581,27196 -"61348",7581,27710 -"61349",7581,28703 -"61350",7581,29253 -"61351",7581,29267 -"61352",7581,29341 -"61353",7581,29560 -"61354",7581,29573 -"61355",7581,29868 -"61356",7581,30486 -"61357",7581,32438 -"61358",7581,32967 -"61359",7581,33223 -"61360",7581,33881 -"61361",7581,34097 -"61362",7581,34330 -"61363",7581,34513 -"61364",7581,35400 -"61365",7581,35706 -"61366",7581,36476 -"61367",7581,36547 -"61368",7581,36745 -"61369",7581,37821 -"61370",7581,37931 -"61371",7581,38319 -"61372",7581,39398 -"61373",7581,39492 -"61374",7581,40320 -"61375",7581,40373 -"61376",7581,40542 -"61377",7581,41182 -"61378",7581,42131 -"61379",7581,46843 -"61380",7581,47396 -"61381",7581,47595 -"61382",7581,48331 -"61383",7581,95178 -"61384",7581,110222 -"61385",7582,11243 -"61386",7582,11501 -"61387",7582,14280 -"61388",7582,29294 -"61389",7582,34464 -"61390",7582,39535 -"61391",7582,57149 -"61392",7582,62541 -"61393",7582,68523 -"61394",7582,74347 -"61395",7582,83093 -"61396",7582,90223 -"61397",7582,111098 -"61398",7583,10969 -"61399",7583,81404 -"61400",7585,89435 -"61401",7585,96394 -"61402",7586,11773 -"61403",7586,24775 -"61404",7586,25863 -"61405",7586,44866 -"61406",7586,48145 -"61407",7586,85070 -"61408",7586,96318 -"61409",7586,104566 -"61410",7586,106456 -"61411",7587,16283 -"61412",7587,16598 -"61413",7587,73820 -"61414",7587,102933 -"61415",7588,7985 -"61416",7588,10117 -"61417",7588,12391 -"61418",7588,12889 -"61419",7588,18600 -"61420",7588,18767 -"61421",7588,20072 -"61422",7588,21505 -"61423",7588,21607 -"61424",7588,21665 -"61425",7588,23861 -"61426",7588,27279 -"61427",7588,32630 -"61428",7588,34564 -"61429",7588,34620 -"61430",7588,38525 -"61431",7588,41713 -"61432",7588,42087 -"61433",7588,45047 -"61434",7588,45980 -"61435",7588,48202 -"61436",7588,48212 -"61437",7588,53132 -"61438",7588,53227 -"61439",7588,55111 -"61440",7588,58628 -"61441",7588,61801 -"61442",7588,64350 -"61443",7588,73044 -"61444",7588,73058 -"61445",7588,73335 -"61446",7588,78063 -"61447",7588,78429 -"61448",7588,78569 -"61449",7588,82143 -"61450",7588,83231 -"61451",7588,86471 -"61452",7588,90804 -"61453",7588,91022 -"61454",7588,91045 -"61455",7588,95675 -"61456",7588,101516 -"61457",7588,102387 -"61458",7588,108374 -"61459",7588,108893 -"61460",7588,109101 -"61461",7588,109523 -"61462",7588,110993 -"61463",7588,111338 -"61464",7588,111398 -"61465",7588,111409 -"61466",7588,111480 -"61467",7588,112422 -"61468",7588,112648 -"61469",7588,112708 -"61470",7588,112820 -"61471",7588,112997 -"61472",7588,113597 -"61473",7588,114418 -"61474",7588,114582 -"61475",7588,115371 -"61476",7588,116028 -"61477",7588,116604 -"61478",7588,122962 -"61479",7589,7596 -"61480",7589,34993 -"61481",7590,12929 -"61482",7590,33063 -"61483",7591,7605 -"61484",7592,12398 -"61485",7592,17074 -"61486",7592,101962 -"61487",7593,30985 -"61488",7593,40721 -"61489",7593,48589 -"61490",7593,58363 -"61491",7593,66588 -"61492",7593,77690 -"61493",7593,77741 -"61494",7593,103711 -"61495",7593,104244 -"61496",7594,45759 -"61497",7594,46741 -"61498",7594,46803 -"61499",7594,47769 -"61500",7594,70752 -"61501",7594,96029 -"61502",7595,74479 -"61503",7596,34034 -"61504",7597,18804 -"61505",7597,19063 -"61506",7597,54052 -"61507",7597,74836 -"61508",7597,96622 -"61509",7597,99029 -"61510",7598,8315 -"61511",7598,9069 -"61512",7598,10221 -"61513",7598,14235 -"61514",7598,17217 -"61515",7598,19017 -"61516",7598,19934 -"61517",7598,40292 -"61518",7598,41225 -"61519",7598,42643 -"61520",7598,46432 -"61521",7598,57675 -"61522",7598,61905 -"61523",7598,89834 -"61524",7598,106958 -"61525",7598,107577 -"61526",7599,11580 -"61527",7599,45646 -"61528",7599,47021 -"61529",7599,105250 -"61530",7600,72995 -"61531",7600,98861 -"61532",7600,113328 -"61533",7600,113512 -"61534",7601,7729 -"61535",7602,13724 -"61536",7602,23783 -"61537",7602,25191 -"61538",7602,97090 -"61539",7603,7604 -"61540",7603,40947 -"61541",7603,59869 -"61542",7603,59912 -"61543",7603,59913 -"61544",7603,70213 -"61545",7604,9203 -"61546",7604,9270 -"61547",7604,15243 -"61548",7604,18184 -"61549",7604,21028 -"61550",7604,21889 -"61551",7604,24515 -"61552",7604,31684 -"61553",7604,38820 -"61554",7604,39312 -"61555",7604,42382 -"61556",7604,46616 -"61557",7604,47607 -"61558",7604,53584 -"61559",7604,73264 -"61560",7604,78341 -"61561",7604,80928 -"61562",7604,82082 -"61563",7604,84591 -"61564",7604,86504 -"61565",7604,87915 -"61566",7604,92487 -"61567",7604,99425 -"61568",7604,107481 -"61569",7605,8611 -"61570",7605,9553 -"61571",7605,22749 -"61572",7605,35256 -"61573",7605,37570 -"61574",7605,37682 -"61575",7606,23574 -"61576",7606,72514 -"61577",7606,91668 -"61578",7606,107638 -"61579",7607,24368 -"61580",7607,31370 -"61581",7607,60700 -"61582",7607,84048 -"61583",7607,88479 -"61584",7607,112782 -"61585",7607,114559 -"61586",7609,7644 -"61587",7609,11351 -"61588",7609,16793 -"61589",7609,37224 -"61590",7610,19448 -"61591",7610,22180 -"61592",7610,22455 -"61593",7610,39765 -"61594",7610,62556 -"61595",7611,23608 -"61596",7611,23773 -"61597",7611,44456 -"61598",7611,44471 -"61599",7611,63610 -"61600",7611,69023 -"61601",7611,72093 -"61602",7611,78671 -"61603",7611,103853 -"61604",7612,55067 -"61605",7612,55128 -"61606",7613,13516 -"61607",7613,16063 -"61608",7613,21328 -"61609",7613,33102 -"61610",7613,82173 -"61611",7614,19586 -"61612",7614,21303 -"61613",7614,29604 -"61614",7614,37010 -"61615",7614,64974 -"61616",7614,69905 -"61617",7614,70477 -"61618",7614,77811 -"61619",7614,96019 -"61620",7614,96405 -"61621",7614,103972 -"61622",7614,103973 -"61623",7614,103977 -"61624",7614,103986 -"61625",7614,103999 -"61626",7615,30974 -"61627",7615,39495 -"61628",7615,39832 -"61629",7615,59921 -"61630",7615,60531 -"61631",7615,75722 -"61632",7615,102426 -"61633",7615,112968 -"61634",7615,121499 -"61635",7616,9871 -"61636",7616,9944 -"61637",7616,12712 -"61638",7616,16539 -"61639",7616,16680 -"61640",7616,21089 -"61641",7616,25490 -"61642",7616,26002 -"61643",7616,26911 -"61644",7616,27622 -"61645",7616,27649 -"61646",7616,29158 -"61647",7616,34245 -"61648",7616,36784 -"61649",7616,39159 -"61650",7616,39761 -"61651",7616,42523 -"61652",7616,43916 -"61653",7616,54152 -"61654",7616,59161 -"61655",7616,65664 -"61656",7616,65700 -"61657",7616,65752 -"61658",7616,77611 -"61659",7616,82332 -"61660",7616,82337 -"61661",7616,82523 -"61662",7616,82893 -"61663",7616,83032 -"61664",7616,95224 -"61665",7617,39814 -"61666",7617,46643 -"61667",7618,8050 -"61668",7618,23181 -"61669",7618,28578 -"61670",7618,45048 -"61671",7619,7621 -"61672",7619,7631 -"61673",7619,7651 -"61674",7619,8058 -"61675",7619,8059 -"61676",7619,8076 -"61677",7619,8083 -"61678",7619,42228 -"61679",7620,8854 -"61680",7620,11418 -"61681",7620,44386 -"61682",7620,63727 -"61683",7620,63759 -"61684",7621,7631 -"61685",7621,7651 -"61686",7621,8058 -"61687",7621,8059 -"61688",7621,8076 -"61689",7621,8083 -"61690",7621,11105 -"61691",7621,11392 -"61692",7621,11859 -"61693",7621,19584 -"61694",7621,30038 -"61695",7621,36320 -"61696",7621,43198 -"61697",7621,45729 -"61698",7621,60128 -"61699",7621,60129 -"61700",7621,86609 -"61701",7622,7820 -"61702",7622,7844 -"61703",7622,10691 -"61704",7622,26874 -"61705",7622,31969 -"61706",7622,39249 -"61707",7622,42142 -"61708",7622,42851 -"61709",7622,57816 -"61710",7622,60802 -"61711",7622,71454 -"61712",7622,74304 -"61713",7622,76660 -"61714",7622,80072 -"61715",7622,97894 -"61716",7622,100006 -"61717",7622,100705 -"61718",7622,100719 -"61719",7623,33918 -"61720",7623,50818 -"61721",7623,54516 -"61722",7624,8132 -"61723",7624,11074 -"61724",7624,17396 -"61725",7624,21518 -"61726",7624,21587 -"61727",7624,22331 -"61728",7624,23417 -"61729",7624,25443 -"61730",7624,28092 -"61731",7624,33113 -"61732",7624,33383 -"61733",7624,33399 -"61734",7624,37439 -"61735",7624,41433 -"61736",7624,57151 -"61737",7624,59043 -"61738",7624,60552 -"61739",7624,66601 -"61740",7624,67860 -"61741",7624,71623 -"61742",7624,80907 -"61743",7624,93173 -"61744",7624,93316 -"61745",7624,93865 -"61746",7624,99428 -"61747",7624,103038 -"61748",7625,42903 -"61749",7625,102646 -"61750",7625,106882 -"61751",7625,106898 -"61752",7626,15548 -"61753",7626,27292 -"61754",7626,54959 -"61755",7626,66455 -"61756",7626,76125 -"61757",7626,82746 -"61758",7627,7666 -"61759",7627,37394 -"61760",7627,38101 -"61761",7627,53814 -"61762",7628,62208 -"61763",7629,8989 -"61764",7629,10533 -"61765",7629,10534 -"61766",7629,15096 -"61767",7629,30172 -"61768",7629,34525 -"61769",7629,35045 -"61770",7629,37809 -"61771",7629,44540 -"61772",7629,79508 -"61773",7630,8234 -"61774",7630,10420 -"61775",7630,13372 -"61776",7630,48197 -"61777",7630,84217 -"61778",7630,99527 -"61779",7630,106292 -"61780",7631,7651 -"61781",7631,8058 -"61782",7631,8059 -"61783",7631,8076 -"61784",7631,8083 -"61785",7631,18873 -"61786",7631,24743 -"61787",7631,29611 -"61788",7631,32323 -"61789",7631,45444 -"61790",7631,47529 -"61791",7632,12323 -"61792",7633,9900 -"61793",7633,48184 -"61794",7633,69314 -"61795",7633,118632 -"61796",7634,63623 -"61797",7634,85335 -"61798",7635,40712 -"61799",7635,46382 -"61800",7635,50367 -"61801",7635,65691 -"61802",7635,76613 -"61803",7635,80425 -"61804",7635,83479 -"61805",7635,84682 -"61806",7636,14081 -"61807",7636,27706 -"61808",7636,34331 -"61809",7636,79874 -"61810",7637,8824 -"61811",7637,8876 -"61812",7637,14495 -"61813",7637,15410 -"61814",7637,20646 -"61815",7637,21672 -"61816",7637,27519 -"61817",7637,30031 -"61818",7637,32131 -"61819",7637,33129 -"61820",7638,12478 -"61821",7638,14428 -"61822",7638,29053 -"61823",7638,47553 -"61824",7638,56097 -"61825",7638,69651 -"61826",7638,69666 -"61827",7639,26869 -"61828",7639,33395 -"61829",7639,39443 -"61830",7639,39569 -"61831",7639,39916 -"61832",7639,55541 -"61833",7639,60536 -"61834",7639,70535 -"61835",7639,114279 -"61836",7640,34987 -"61837",7640,68027 -"61838",7641,7716 -"61839",7641,10165 -"61840",7641,20341 -"61841",7641,28207 -"61842",7641,76420 -"61843",7641,76439 -"61844",7642,27123 -"61845",7642,110231 -"61846",7642,110255 -"61847",7643,7797 -"61848",7643,14731 -"61849",7643,35714 -"61850",7643,38063 -"61851",7643,45079 -"61852",7643,49438 -"61853",7643,62337 -"61854",7643,67298 -"61855",7643,75901 -"61856",7643,92817 -"61857",7643,100029 -"61858",7643,102997 -"61859",7644,8703 -"61860",7644,8762 -"61861",7644,35428 -"61862",7644,57669 -"61863",7644,63981 -"61864",7644,64362 -"61865",7645,25045 -"61866",7646,67133 -"61867",7646,95306 -"61868",7647,57319 -"61869",7647,61048 -"61870",7647,73071 -"61871",7647,76495 -"61872",7647,77734 -"61873",7647,79116 -"61874",7647,101598 -"61875",7647,109103 -"61876",7647,117035 -"61877",7648,8741 -"61878",7648,9273 -"61879",7648,10694 -"61880",7648,16184 -"61881",7648,18656 -"61882",7648,23187 -"61883",7648,24805 -"61884",7648,24867 -"61885",7648,36880 -"61886",7648,38926 -"61887",7648,41579 -"61888",7648,41669 -"61889",7648,45900 -"61890",7648,45901 -"61891",7648,48712 -"61892",7648,60822 -"61893",7648,71538 -"61894",7648,79727 -"61895",7649,17882 -"61896",7649,28601 -"61897",7649,39027 -"61898",7649,39984 -"61899",7649,52646 -"61900",7650,7668 -"61901",7650,11765 -"61902",7650,13891 -"61903",7650,14635 -"61904",7650,16582 -"61905",7650,19242 -"61906",7650,22726 -"61907",7650,28332 -"61908",7650,50021 -"61909",7650,70813 -"61910",7650,83047 -"61911",7650,99478 -"61912",7651,8058 -"61913",7651,8059 -"61914",7651,8076 -"61915",7651,8083 -"61916",7652,33685 -"61917",7652,34512 -"61918",7652,93882 -"61919",7653,12663 -"61920",7653,13882 -"61921",7653,16963 -"61922",7653,34150 -"61923",7653,34243 -"61924",7654,7847 -"61925",7654,12210 -"61926",7654,13167 -"61927",7654,16888 -"61928",7654,17729 -"61929",7654,23633 -"61930",7654,25816 -"61931",7654,28468 -"61932",7654,36798 -"61933",7654,40524 -"61934",7654,41171 -"61935",7654,57129 -"61936",7655,14503 -"61937",7655,15331 -"61938",7655,86139 -"61939",7656,54227 -"61940",7656,60744 -"61941",7656,60838 -"61942",7657,8880 -"61943",7657,11429 -"61944",7657,30886 -"61945",7657,33327 -"61946",7657,33684 -"61947",7657,33985 -"61948",7657,34010 -"61949",7657,34479 -"61950",7657,40392 -"61951",7657,45192 -"61952",7657,45792 -"61953",7657,47352 -"61954",7657,50936 -"61955",7657,58385 -"61956",7657,60098 -"61957",7657,63051 -"61958",7658,26498 -"61959",7658,36049 -"61960",7658,46139 -"61961",7658,47739 -"61962",7658,49914 -"61963",7658,65279 -"61964",7658,65658 -"61965",7658,69143 -"61966",7658,98313 -"61967",7658,117800 -"61968",7658,117814 -"61969",7658,118726 -"61970",7658,118727 -"61971",7660,23569 -"61972",7660,24066 -"61973",7660,45280 -"61974",7660,54305 -"61975",7660,66052 -"61976",7660,77836 -"61977",7660,89479 -"61978",7660,92820 -"61979",7660,93735 -"61980",7660,98593 -"61981",7660,116767 -"61982",7661,32891 -"61983",7662,8257 -"61984",7662,37668 -"61985",7662,41052 -"61986",7662,55947 -"61987",7662,73338 -"61988",7662,79343 -"61989",7663,8345 -"61990",7663,29750 -"61991",7663,33119 -"61992",7663,35464 -"61993",7663,42619 -"61994",7663,43046 -"61995",7663,44436 -"61996",7663,44857 -"61997",7663,52492 -"61998",7663,66313 -"61999",7663,69868 -"62000",7663,70442 -"62001",7663,71932 -"62002",7663,90922 -"62003",7663,92713 -"62004",7663,92817 -"62005",7663,97317 -"62006",7663,98948 -"62007",7663,114647 -"62008",7664,11526 -"62009",7665,20023 -"62010",7665,36907 -"62011",7665,44909 -"62012",7665,70488 -"62013",7665,75549 -"62014",7665,81902 -"62015",7665,92578 -"62016",7666,14423 -"62017",7667,8140 -"62018",7667,8980 -"62019",7667,16262 -"62020",7667,16857 -"62021",7667,27255 -"62022",7667,28069 -"62023",7667,39394 -"62024",7667,39443 -"62025",7667,39875 -"62026",7667,39916 -"62027",7667,39958 -"62028",7667,41980 -"62029",7667,50964 -"62030",7667,52225 -"62031",7667,60815 -"62032",7669,11275 -"62033",7669,36839 -"62034",7669,56122 -"62035",7669,94183 -"62036",7669,100978 -"62037",7670,29173 -"62038",7670,30919 -"62039",7670,37682 -"62040",7670,38775 -"62041",7670,39444 -"62042",7670,39853 -"62043",7670,39968 -"62044",7670,44254 -"62045",7670,55556 -"62046",7670,68633 -"62047",7671,31638 -"62048",7671,77425 -"62049",7671,78991 -"62050",7672,32832 -"62051",7672,42012 -"62052",7672,53624 -"62053",7672,68844 -"62054",7673,7948 -"62055",7674,7676 -"62056",7674,9357 -"62057",7674,21872 -"62058",7674,22005 -"62059",7674,24723 -"62060",7674,71778 -"62061",7674,77715 -"62062",7674,81172 -"62063",7674,91648 -"62064",7674,110028 -"62065",7675,7701 -"62066",7675,8821 -"62067",7675,10271 -"62068",7675,11769 -"62069",7675,25044 -"62070",7675,25241 -"62071",7675,25853 -"62072",7675,26664 -"62073",7675,28399 -"62074",7675,29133 -"62075",7675,29376 -"62076",7675,35187 -"62077",7675,40734 -"62078",7675,45339 -"62079",7675,52796 -"62080",7675,53081 -"62081",7675,53846 -"62082",7675,55302 -"62083",7675,56780 -"62084",7675,58414 -"62085",7675,58418 -"62086",7675,67952 -"62087",7675,75368 -"62088",7675,80029 -"62089",7675,94784 -"62090",7676,43752 -"62091",7676,74649 -"62092",7676,96574 -"62093",7676,96580 -"62094",7676,96586 -"62095",7677,7905 -"62096",7677,11988 -"62097",7678,10817 -"62098",7678,12005 -"62099",7678,12155 -"62100",7678,13075 -"62101",7678,32105 -"62102",7678,32631 -"62103",7678,34471 -"62104",7678,40215 -"62105",7678,78459 -"62106",7679,66595 -"62107",7679,82653 -"62108",7679,86443 -"62109",7679,96366 -"62110",7680,13371 -"62111",7680,19651 -"62112",7680,19704 -"62113",7681,32094 -"62114",7681,42287 -"62115",7681,43433 -"62116",7681,43658 -"62117",7681,75859 -"62118",7681,98738 -"62119",7681,111044 -"62120",7682,15092 -"62121",7682,23310 -"62122",7682,74982 -"62123",7683,7951 -"62124",7683,7955 -"62125",7683,30250 -"62126",7683,32934 -"62127",7683,74265 -"62128",7683,81784 -"62129",7683,93889 -"62130",7683,93890 -"62131",7683,93937 -"62132",7683,93945 -"62133",7683,106143 -"62134",7683,118875 -"62135",7683,120290 -"62136",7683,120310 -"62137",7685,24200 -"62138",7685,24264 -"62139",7685,26410 -"62140",7685,54487 -"62141",7685,59814 -"62142",7685,74862 -"62143",7685,106184 -"62144",7686,25293 -"62145",7686,27290 -"62146",7686,27383 -"62147",7686,27427 -"62148",7686,30512 -"62149",7687,67962 -"62150",7688,31964 -"62151",7689,13584 -"62152",7689,21880 -"62153",7689,38439 -"62154",7689,56813 -"62155",7689,77768 -"62156",7690,8387 -"62157",7690,8403 -"62158",7690,14842 -"62159",7690,27128 -"62160",7690,29451 -"62161",7690,38055 -"62162",7690,43182 -"62163",7690,44411 -"62164",7690,46803 -"62165",7690,92265 -"62166",7690,122254 -"62167",7690,122266 -"62168",7691,35487 -"62169",7691,42999 -"62170",7691,57234 -"62171",7692,7707 -"62172",7692,62113 -"62173",7694,29126 -"62174",7694,35514 -"62175",7694,37219 -"62176",7694,37310 -"62177",7694,37382 -"62178",7694,63523 -"62179",7694,69011 -"62180",7694,78549 -"62181",7694,97260 -"62182",7695,8294 -"62183",7695,17770 -"62184",7695,25767 -"62185",7695,30638 -"62186",7695,40654 -"62187",7695,42682 -"62188",7695,43046 -"62189",7695,50604 -"62190",7695,55136 -"62191",7695,56163 -"62192",7695,57270 -"62193",7695,58645 -"62194",7695,59210 -"62195",7695,59326 -"62196",7695,60928 -"62197",7695,65137 -"62198",7695,72957 -"62199",7695,75953 -"62200",7695,80041 -"62201",7695,80978 -"62202",7695,83029 -"62203",7695,88280 -"62204",7695,89059 -"62205",7695,94762 -"62206",7695,99575 -"62207",7695,101067 -"62208",7695,103201 -"62209",7695,103412 -"62210",7695,104750 -"62211",7695,107050 -"62212",7695,111903 -"62213",7695,112062 -"62214",7695,113534 -"62215",7695,116107 -"62216",7695,118428 -"62217",7695,119327 -"62218",7695,121359 -"62219",7696,14883 -"62220",7696,61631 -"62221",7696,71483 -"62222",7696,87274 -"62223",7697,32156 -"62224",7697,49136 -"62225",7698,17686 -"62226",7698,32042 -"62227",7698,62274 -"62228",7699,7700 -"62229",7699,7927 -"62230",7699,13653 -"62231",7699,13719 -"62232",7699,13731 -"62233",7699,59234 -"62234",7699,119636 -"62235",7700,7927 -"62236",7701,8821 -"62237",7701,10716 -"62238",7701,12188 -"62239",7701,18469 -"62240",7701,25044 -"62241",7701,25241 -"62242",7701,26702 -"62243",7701,29133 -"62244",7701,35187 -"62245",7701,40734 -"62246",7701,52796 -"62247",7701,53081 -"62248",7702,7820 -"62249",7702,18354 -"62250",7702,18629 -"62251",7702,26794 -"62252",7702,29373 -"62253",7702,36802 -"62254",7702,37843 -"62255",7702,39581 -"62256",7702,42214 -"62257",7702,48335 -"62258",7702,79270 -"62259",7703,7766 -"62260",7703,7770 -"62261",7703,7881 -"62262",7703,19883 -"62263",7703,41653 -"62264",7703,53144 -"62265",7703,53569 -"62266",7703,62238 -"62267",7703,104260 -"62268",7703,109409 -"62269",7703,109427 -"62270",7703,109437 -"62271",7704,7841 -"62272",7704,7865 -"62273",7704,9418 -"62274",7704,14522 -"62275",7704,30513 -"62276",7704,42196 -"62277",7704,59562 -"62278",7704,77648 -"62279",7704,77830 -"62280",7705,69606 -"62281",7705,81786 -"62282",7705,108871 -"62283",7705,120860 -"62284",7706,7872 -"62285",7706,42282 -"62286",7706,83020 -"62287",7706,108269 -"62288",7707,9966 -"62289",7707,11942 -"62290",7707,14175 -"62291",7707,14241 -"62292",7707,32740 -"62293",7707,33313 -"62294",7707,47248 -"62295",7707,59389 -"62296",7707,60418 -"62297",7707,68562 -"62298",7707,69845 -"62299",7707,71717 -"62300",7707,76861 -"62301",7707,91192 -"62302",7707,98140 -"62303",7707,100300 -"62304",7707,100774 -"62305",7707,107539 -"62306",7707,110487 -"62307",7707,110488 -"62308",7707,110492 -"62309",7707,118013 -"62310",7708,7957 -"62311",7708,61833 -"62312",7709,78472 -"62313",7710,30735 -"62314",7710,31434 -"62315",7710,59879 -"62316",7710,70493 -"62317",7710,108520 -"62318",7711,9534 -"62319",7711,47975 -"62320",7711,85479 -"62321",7712,18293 -"62322",7712,18924 -"62323",7712,19093 -"62324",7712,27377 -"62325",7712,44413 -"62326",7712,70568 -"62327",7712,75987 -"62328",7712,81272 -"62329",7713,8197 -"62330",7713,9249 -"62331",7713,15104 -"62332",7713,15195 -"62333",7713,15430 -"62334",7713,16381 -"62335",7713,16949 -"62336",7713,18514 -"62337",7713,22299 -"62338",7713,23938 -"62339",7713,24250 -"62340",7713,26682 -"62341",7713,29741 -"62342",7713,30876 -"62343",7713,32393 -"62344",7713,32939 -"62345",7713,33113 -"62346",7713,38494 -"62347",7713,38932 -"62348",7713,40643 -"62349",7713,42017 -"62350",7713,42107 -"62351",7713,45787 -"62352",7713,45936 -"62353",7713,47083 -"62354",7713,49231 -"62355",7713,50061 -"62356",7713,52450 -"62357",7713,54059 -"62358",7713,55370 -"62359",7713,57804 -"62360",7713,59615 -"62361",7713,59940 -"62362",7713,65580 -"62363",7713,67363 -"62364",7713,71230 -"62365",7713,76278 -"62366",7713,76740 -"62367",7713,76786 -"62368",7713,77272 -"62369",7713,77357 -"62370",7713,77402 -"62371",7713,78248 -"62372",7713,78255 -"62373",7713,78339 -"62374",7713,78445 -"62375",7713,79022 -"62376",7713,79716 -"62377",7713,79989 -"62378",7713,80281 -"62379",7713,81728 -"62380",7713,82196 -"62381",7713,82383 -"62382",7713,82810 -"62383",7713,82854 -"62384",7713,83853 -"62385",7713,83884 -"62386",7713,84379 -"62387",7713,84613 -"62388",7713,85465 -"62389",7713,85610 -"62390",7713,86351 -"62391",7713,86451 -"62392",7713,86882 -"62393",7713,87175 -"62394",7713,87451 -"62395",7713,87521 -"62396",7713,87572 -"62397",7713,87663 -"62398",7713,87721 -"62399",7713,87862 -"62400",7714,12343 -"62401",7714,67690 -"62402",7714,98708 -"62403",7715,14164 -"62404",7715,15441 -"62405",7715,20667 -"62406",7715,27874 -"62407",7715,35047 -"62408",7715,47554 -"62409",7715,55364 -"62410",7715,55908 -"62411",7715,68654 -"62412",7715,79655 -"62413",7715,79709 -"62414",7715,79712 -"62415",7715,79737 -"62416",7715,79739 -"62417",7715,79749 -"62418",7715,79751 -"62419",7715,79757 -"62420",7715,79762 -"62421",7715,79767 -"62422",7715,79772 -"62423",7715,79773 -"62424",7715,79793 -"62425",7715,79798 -"62426",7715,79802 -"62427",7715,79811 -"62428",7715,79812 -"62429",7715,85238 -"62430",7715,90633 -"62431",7715,93435 -"62432",7715,97341 -"62433",7715,110171 -"62434",7715,122144 -"62435",7716,68691 -"62436",7716,102364 -"62437",7717,7747 -"62438",7718,28568 -"62439",7718,32363 -"62440",7718,46429 -"62441",7718,52709 -"62442",7718,63904 -"62443",7718,69887 -"62444",7718,74911 -"62445",7718,88920 -"62446",7719,8893 -"62447",7719,14479 -"62448",7719,19712 -"62449",7719,24835 -"62450",7719,27460 -"62451",7719,27785 -"62452",7719,28806 -"62453",7719,37637 -"62454",7719,54268 -"62455",7719,70297 -"62456",7719,80622 -"62457",7719,98082 -"62458",7720,99276 -"62459",7720,109940 -"62460",7721,7740 -"62461",7722,7741 -"62462",7722,13103 -"62463",7722,19552 -"62464",7722,32606 -"62465",7722,41691 -"62466",7722,44269 -"62467",7722,60602 -"62468",7722,74105 -"62469",7722,110430 -"62470",7723,11036 -"62471",7723,17366 -"62472",7723,21559 -"62473",7723,27959 -"62474",7723,72569 -"62475",7724,34270 -"62476",7724,102452 -"62477",7724,111890 -"62478",7724,118457 -"62479",7724,118832 -"62480",7725,20110 -"62481",7725,54570 -"62482",7726,41406 -"62483",7726,106396 -"62484",7726,115870 -"62485",7727,53953 -"62486",7727,64917 -"62487",7727,69650 -"62488",7727,92470 -"62489",7727,92493 -"62490",7728,32907 -"62491",7728,53032 -"62492",7728,62717 -"62493",7728,91718 -"62494",7729,17956 -"62495",7729,40702 -"62496",7729,50033 -"62497",7730,75850 -"62498",7730,103565 -"62499",7730,103894 -"62500",7730,113504 -"62501",7730,113519 -"62502",7731,12120 -"62503",7731,43519 -"62504",7732,78266 -"62505",7732,89771 -"62506",7732,103695 -"62507",7733,10622 -"62508",7733,11485 -"62509",7734,7926 -"62510",7734,22776 -"62511",7734,22999 -"62512",7735,22008 -"62513",7737,15770 -"62514",7737,32513 -"62515",7737,33960 -"62516",7737,37417 -"62517",7737,38643 -"62518",7737,60798 -"62519",7737,66083 -"62520",7737,78924 -"62521",7737,95400 -"62522",7737,95908 -"62523",7738,41448 -"62524",7739,34238 -"62525",7739,46667 -"62526",7740,26949 -"62527",7740,40648 -"62528",7740,45923 -"62529",7743,9086 -"62530",7743,9382 -"62531",7743,14247 -"62532",7743,19504 -"62533",7743,22793 -"62534",7743,25255 -"62535",7743,26912 -"62536",7743,38654 -"62537",7743,65830 -"62538",7743,77415 -"62539",7743,83253 -"62540",7743,88773 -"62541",7743,93632 -"62542",7743,101012 -"62543",7744,7931 -"62544",7744,15877 -"62545",7744,58817 -"62546",7744,77287 -"62547",7745,10031 -"62548",7745,68271 -"62549",7746,36179 -"62550",7746,36269 -"62551",7746,48618 -"62552",7746,76806 -"62553",7746,81215 -"62554",7747,23833 -"62555",7748,8783 -"62556",7748,8971 -"62557",7748,19238 -"62558",7748,27182 -"62559",7748,27720 -"62560",7748,30867 -"62561",7748,31783 -"62562",7748,33097 -"62563",7748,34402 -"62564",7748,39428 -"62565",7748,41439 -"62566",7748,42480 -"62567",7748,44786 -"62568",7748,45435 -"62569",7748,45480 -"62570",7748,48584 -"62571",7748,59039 -"62572",7748,66128 -"62573",7748,68613 -"62574",7748,81721 -"62575",7748,83460 -"62576",7748,100290 -"62577",7748,100782 -"62578",7748,109603 -"62579",7748,112132 -"62580",7748,113057 -"62581",7748,116894 -"62582",7749,12856 -"62583",7749,19712 -"62584",7749,19734 -"62585",7749,24835 -"62586",7749,34225 -"62587",7750,7758 -"62588",7750,32400 -"62589",7751,69918 -"62590",7751,77070 -"62591",7752,15887 -"62592",7752,16259 -"62593",7753,7855 -"62594",7753,38808 -"62595",7754,26874 -"62596",7754,26984 -"62597",7754,39394 -"62598",7754,65938 -"62599",7754,73925 -"62600",7755,8731 -"62601",7755,9553 -"62602",7755,10276 -"62603",7755,10770 -"62604",7755,19738 -"62605",7755,22130 -"62606",7755,27478 -"62607",7755,27992 -"62608",7755,31085 -"62609",7755,31799 -"62610",7755,32974 -"62611",7755,33337 -"62612",7755,35256 -"62613",7755,38048 -"62614",7755,38204 -"62615",7755,41747 -"62616",7755,42405 -"62617",7755,45465 -"62618",7755,46053 -"62619",7755,46681 -"62620",7755,50632 -"62621",7755,53031 -"62622",7755,53635 -"62623",7755,54234 -"62624",7755,56122 -"62625",7755,71434 -"62626",7755,85011 -"62627",7755,87081 -"62628",7755,90840 -"62629",7755,91431 -"62630",7755,94440 -"62631",7755,96536 -"62632",7755,103004 -"62633",7755,105739 -"62634",7755,107464 -"62635",7756,66498 -"62636",7756,70848 -"62637",7757,11342 -"62638",7757,12268 -"62639",7757,83613 -"62640",7758,13248 -"62641",7758,15135 -"62642",7758,16300 -"62643",7758,23585 -"62644",7758,29489 -"62645",7758,33473 -"62646",7758,45528 -"62647",7758,47270 -"62648",7758,47324 -"62649",7758,47333 -"62650",7758,54977 -"62651",7759,15196 -"62652",7759,15266 -"62653",7759,17275 -"62654",7759,33059 -"62655",7759,36625 -"62656",7759,37904 -"62657",7759,61796 -"62658",7759,72257 -"62659",7759,72665 -"62660",7759,76453 -"62661",7759,119668 -"62662",7759,121193 -"62663",7760,43748 -"62664",7760,46984 -"62665",7760,58407 -"62666",7760,63168 -"62667",7760,64089 -"62668",7760,74781 -"62669",7760,82695 -"62670",7760,84550 -"62671",7760,91192 -"62672",7760,91925 -"62673",7760,92595 -"62674",7760,108829 -"62675",7760,119707 -"62676",7761,16228 -"62677",7761,22183 -"62678",7761,35312 -"62679",7761,46726 -"62680",7761,50996 -"62681",7761,62668 -"62682",7762,20381 -"62683",7762,25050 -"62684",7762,45644 -"62685",7762,68787 -"62686",7762,69741 -"62687",7762,83983 -"62688",7762,87870 -"62689",7762,103011 -"62690",7762,109445 -"62691",7762,109449 -"62692",7762,109450 -"62693",7762,109457 -"62694",7763,24575 -"62695",7763,43845 -"62696",7763,45838 -"62697",7763,50550 -"62698",7763,74315 -"62699",7763,77171 -"62700",7763,86437 -"62701",7763,102539 -"62702",7763,102543 -"62703",7763,102700 -"62704",7763,103396 -"62705",7763,110870 -"62706",7763,118670 -"62707",7763,118838 -"62708",7765,7803 -"62709",7765,8402 -"62710",7765,10585 -"62711",7765,10652 -"62712",7765,10865 -"62713",7765,10901 -"62714",7765,13939 -"62715",7765,19251 -"62716",7765,19257 -"62717",7765,19258 -"62718",7765,20532 -"62719",7765,20539 -"62720",7765,23417 -"62721",7765,26729 -"62722",7765,27063 -"62723",7765,28709 -"62724",7765,28893 -"62725",7765,31403 -"62726",7765,37696 -"62727",7765,40230 -"62728",7765,40284 -"62729",7765,43706 -"62730",7765,43864 -"62731",7765,43946 -"62732",7765,43980 -"62733",7765,56100 -"62734",7765,57675 -"62735",7765,60430 -"62736",7765,62844 -"62737",7765,68191 -"62738",7765,69557 -"62739",7765,94205 -"62740",7766,7770 -"62741",7766,7881 -"62742",7766,8692 -"62743",7766,10281 -"62744",7766,25260 -"62745",7766,27549 -"62746",7766,32496 -"62747",7766,41653 -"62748",7766,51541 -"62749",7766,59677 -"62750",7766,91855 -"62751",7767,7831 -"62752",7767,7848 -"62753",7767,7870 -"62754",7768,7805 -"62755",7768,11655 -"62756",7768,15876 -"62757",7768,17520 -"62758",7768,17582 -"62759",7768,25794 -"62760",7768,33158 -"62761",7768,34787 -"62762",7768,35549 -"62763",7768,38921 -"62764",7768,42264 -"62765",7768,47268 -"62766",7768,47323 -"62767",7768,47351 -"62768",7768,47535 -"62769",7768,47562 -"62770",7768,47623 -"62771",7768,47624 -"62772",7768,49025 -"62773",7768,50252 -"62774",7768,69482 -"62775",7768,69483 -"62776",7768,69484 -"62777",7768,69527 -"62778",7768,69676 -"62779",7768,69694 -"62780",7768,69800 -"62781",7768,69894 -"62782",7768,69917 -"62783",7769,10286 -"62784",7769,10453 -"62785",7769,10549 -"62786",7769,30758 -"62787",7769,63588 -"62788",7769,73906 -"62789",7769,78142 -"62790",7769,78143 -"62791",7769,87165 -"62792",7769,88036 -"62793",7769,109800 -"62794",7770,7881 -"62795",7770,41653 -"62796",7770,53110 -"62797",7771,7849 -"62798",7771,83693 -"62799",7772,56090 -"62800",7773,9234 -"62801",7773,12842 -"62802",7773,14064 -"62803",7773,15501 -"62804",7774,12060 -"62805",7774,15384 -"62806",7774,39166 -"62807",7774,39412 -"62808",7774,39414 -"62809",7774,39422 -"62810",7774,39476 -"62811",7774,39478 -"62812",7774,69370 -"62813",7774,97490 -"62814",7775,18736 -"62815",7775,30429 -"62816",7776,8001 -"62817",7776,16041 -"62818",7776,39989 -"62819",7776,52699 -"62820",7776,57832 -"62821",7776,66847 -"62822",7776,74021 -"62823",7777,7875 -"62824",7777,8153 -"62825",7777,9462 -"62826",7777,32643 -"62827",7777,34541 -"62828",7777,52743 -"62829",7777,68794 -"62830",7778,7861 -"62831",7778,21823 -"62832",7778,42303 -"62833",7779,59743 -"62834",7779,60101 -"62835",7779,105984 -"62836",7779,106740 -"62837",7779,119051 -"62838",7780,25413 -"62839",7780,26335 -"62840",7780,42414 -"62841",7780,81994 -"62842",7780,103771 -"62843",7780,114555 -"62844",7781,92867 -"62845",7782,18336 -"62846",7782,29715 -"62847",7782,29986 -"62848",7782,38362 -"62849",7782,42016 -"62850",7782,63059 -"62851",7782,74307 -"62852",7782,75113 -"62853",7782,84047 -"62854",7782,94683 -"62855",7783,24133 -"62856",7783,30471 -"62857",7783,43507 -"62858",7783,47271 -"62859",7783,59584 -"62860",7783,99534 -"62861",7783,99613 -"62862",7783,106338 -"62863",7784,29010 -"62864",7784,32747 -"62865",7784,35592 -"62866",7784,77473 -"62867",7784,93463 -"62868",7785,13475 -"62869",7785,18194 -"62870",7785,18748 -"62871",7785,18978 -"62872",7785,23624 -"62873",7785,32532 -"62874",7785,32560 -"62875",7785,32651 -"62876",7785,35797 -"62877",7785,62936 -"62878",7785,65377 -"62879",7785,79303 -"62880",7785,79395 -"62881",7785,85798 -"62882",7785,100500 -"62883",7786,12359 -"62884",7786,12416 -"62885",7786,19400 -"62886",7786,21905 -"62887",7786,23397 -"62888",7786,24504 -"62889",7786,24983 -"62890",7786,28880 -"62891",7786,33422 -"62892",7786,38941 -"62893",7786,53605 -"62894",7786,88209 -"62895",7786,89822 -"62896",7786,94243 -"62897",7786,100163 -"62898",7786,122474 -"62899",7787,9563 -"62900",7787,12511 -"62901",7787,12516 -"62902",7787,25372 -"62903",7787,47934 -"62904",7787,47945 -"62905",7787,53843 -"62906",7787,64745 -"62907",7787,68818 -"62908",7787,69299 -"62909",7787,71251 -"62910",7789,14212 -"62911",7789,17050 -"62912",7789,20658 -"62913",7789,56491 -"62914",7789,81897 -"62915",7789,95510 -"62916",7789,116940 -"62917",7790,7914 -"62918",7790,8242 -"62919",7792,41759 -"62920",7792,101125 -"62921",7793,37875 -"62922",7793,41304 -"62923",7793,101568 -"62924",7793,104646 -"62925",7794,12217 -"62926",7794,25121 -"62927",7794,29506 -"62928",7794,50560 -"62929",7794,60943 -"62930",7794,61803 -"62931",7794,65799 -"62932",7795,10772 -"62933",7795,15613 -"62934",7795,17581 -"62935",7795,34706 -"62936",7795,34722 -"62937",7795,39681 -"62938",7795,41929 -"62939",7795,45979 -"62940",7795,61252 -"62941",7795,61620 -"62942",7795,63775 -"62943",7796,8177 -"62944",7796,8217 -"62945",7796,14260 -"62946",7796,16949 -"62947",7796,19857 -"62948",7796,62171 -"62949",7796,82792 -"62950",7796,82910 -"62951",7797,8243 -"62952",7797,27006 -"62953",7797,75901 -"62954",7797,92817 -"62955",7798,8865 -"62956",7798,9391 -"62957",7798,9594 -"62958",7798,10148 -"62959",7798,14544 -"62960",7798,15690 -"62961",7798,30906 -"62962",7798,31116 -"62963",7798,34172 -"62964",7798,35903 -"62965",7798,38253 -"62966",7798,40318 -"62967",7798,41438 -"62968",7798,42715 -"62969",7798,53279 -"62970",7798,55861 -"62971",7798,60572 -"62972",7798,60923 -"62973",7798,64413 -"62974",7798,74035 -"62975",7798,75523 -"62976",7798,77253 -"62977",7799,9444 -"62978",7799,12515 -"62979",7799,12802 -"62980",7799,13696 -"62981",7799,20596 -"62982",7799,21885 -"62983",7799,23646 -"62984",7799,26714 -"62985",7799,29912 -"62986",7799,30891 -"62987",7799,31827 -"62988",7799,34199 -"62989",7799,35171 -"62990",7799,37782 -"62991",7799,39581 -"62992",7799,57481 -"62993",7799,59401 -"62994",7799,62762 -"62995",7799,64967 -"62996",7799,65949 -"62997",7799,67935 -"62998",7799,67942 -"62999",7799,67991 -"63000",7799,90725 -"63001",7799,95958 -"63002",7799,96008 -"63003",7799,117125 -"63004",7799,117141 -"63005",7800,45318 -"63006",7800,64409 -"63007",7800,74593 -"63008",7802,67724 -"63009",7804,14295 -"63010",7804,15265 -"63011",7804,18731 -"63012",7804,33416 -"63013",7804,33790 -"63014",7804,103945 -"63015",7804,107003 -"63016",7805,19548 -"63017",7805,37570 -"63018",7805,47535 -"63019",7805,47624 -"63020",7805,54681 -"63021",7805,68610 -"63022",7805,68656 -"63023",7805,68666 -"63024",7805,68703 -"63025",7806,89375 -"63026",7807,21345 -"63027",7807,23312 -"63028",7807,38207 -"63029",7807,71087 -"63030",7808,96953 -"63031",7809,8972 -"63032",7809,15393 -"63033",7810,15052 -"63034",7810,18430 -"63035",7810,19038 -"63036",7810,25043 -"63037",7810,25269 -"63038",7810,25390 -"63039",7810,46884 -"63040",7810,60992 -"63041",7810,63765 -"63042",7811,25147 -"63043",7811,61393 -"63044",7811,87173 -"63045",7811,104413 -"63046",7812,13318 -"63047",7812,16209 -"63048",7812,38043 -"63049",7812,67322 -"63050",7813,7823 -"63051",7813,7859 -"63052",7813,7893 -"63053",7813,53547 -"63054",7814,65857 -"63055",7814,67013 -"63056",7814,94700 -"63057",7815,8395 -"63058",7815,10585 -"63059",7815,10761 -"63060",7815,10901 -"63061",7815,11841 -"63062",7815,14077 -"63063",7815,14396 -"63064",7815,14426 -"63065",7815,15076 -"63066",7815,15226 -"63067",7815,22585 -"63068",7815,22719 -"63069",7815,22897 -"63070",7815,24327 -"63071",7815,25884 -"63072",7815,28922 -"63073",7815,29088 -"63074",7815,30584 -"63075",7815,30784 -"63076",7815,31403 -"63077",7815,33511 -"63078",7815,36146 -"63079",7815,37652 -"63080",7815,38785 -"63081",7815,39396 -"63082",7815,43174 -"63083",7815,43706 -"63084",7815,43852 -"63085",7815,46486 -"63086",7815,53071 -"63087",7815,57995 -"63088",7815,58970 -"63089",7815,60430 -"63090",7815,63617 -"63091",7815,64215 -"63092",7815,67039 -"63093",7815,69119 -"63094",7815,72715 -"63095",7815,76345 -"63096",7815,76483 -"63097",7815,80555 -"63098",7815,81135 -"63099",7815,82499 -"63100",7815,88932 -"63101",7815,89185 -"63102",7815,89688 -"63103",7815,89732 -"63104",7815,90709 -"63105",7815,99332 -"63106",7815,119754 -"63107",7816,10495 -"63108",7816,23406 -"63109",7817,12917 -"63110",7817,103348 -"63111",7817,115648 -"63112",7817,117638 -"63113",7817,119584 -"63114",7817,120672 -"63115",7817,120675 -"63116",7817,120680 -"63117",7817,120682 -"63118",7818,22552 -"63119",7818,35882 -"63120",7818,38916 -"63121",7818,61357 -"63122",7818,83495 -"63123",7818,88791 -"63124",7818,91328 -"63125",7818,122071 -"63126",7819,19277 -"63127",7819,52403 -"63128",7819,78212 -"63129",7820,7844 -"63130",7820,8523 -"63131",7820,9132 -"63132",7820,24396 -"63133",7820,26329 -"63134",7820,26330 -"63135",7820,26332 -"63136",7820,26874 -"63137",7820,36802 -"63138",7820,38440 -"63139",7820,39581 -"63140",7821,95087 -"63141",7822,40269 -"63142",7822,65982 -"63143",7823,7859 -"63144",7823,7893 -"63145",7823,10390 -"63146",7823,11082 -"63147",7823,11927 -"63148",7823,12543 -"63149",7823,20262 -"63150",7823,24478 -"63151",7823,28006 -"63152",7823,41814 -"63153",7823,48826 -"63154",7823,55897 -"63155",7823,71990 -"63156",7823,73020 -"63157",7823,87529 -"63158",7824,15507 -"63159",7824,19643 -"63160",7824,72355 -"63161",7825,7867 -"63162",7825,16747 -"63163",7825,18151 -"63164",7826,10359 -"63165",7826,37394 -"63166",7826,59010 -"63167",7828,21003 -"63168",7828,24473 -"63169",7828,24942 -"63170",7828,35562 -"63171",7828,40893 -"63172",7828,109530 -"63173",7829,11221 -"63174",7829,23802 -"63175",7829,106333 -"63176",7830,8997 -"63177",7830,17557 -"63178",7830,20122 -"63179",7830,25727 -"63180",7830,26536 -"63181",7830,33119 -"63182",7830,33201 -"63183",7830,50604 -"63184",7830,55653 -"63185",7830,56266 -"63186",7830,65362 -"63187",7830,65400 -"63188",7830,66744 -"63189",7830,78451 -"63190",7830,82845 -"63191",7830,84607 -"63192",7830,92931 -"63193",7830,99807 -"63194",7830,104662 -"63195",7830,106679 -"63196",7830,110272 -"63197",7830,110588 -"63198",7830,110603 -"63199",7830,111019 -"63200",7830,115817 -"63201",7830,116107 -"63202",7830,116108 -"63203",7830,116109 -"63204",7831,7848 -"63205",7831,7870 -"63206",7832,62893 -"63207",7832,71901 -"63208",7832,75934 -"63209",7832,79187 -"63210",7832,103033 -"63211",7832,103044 -"63212",7833,7853 -"63213",7833,13378 -"63214",7833,26100 -"63215",7833,26568 -"63216",7833,47057 -"63217",7833,47067 -"63218",7834,10127 -"63219",7834,22857 -"63220",7834,67622 -"63221",7835,29191 -"63222",7836,8806 -"63223",7836,9323 -"63224",7836,11790 -"63225",7836,14501 -"63226",7837,7839 -"63227",7837,21220 -"63228",7837,23385 -"63229",7837,27122 -"63230",7837,27686 -"63231",7837,41881 -"63232",7837,43067 -"63233",7837,44873 -"63234",7837,47516 -"63235",7837,73476 -"63236",7837,74202 -"63237",7837,77433 -"63238",7837,84620 -"63239",7837,98181 -"63240",7837,110281 -"63241",7837,110287 -"63242",7837,110300 -"63243",7837,110309 -"63244",7837,116115 -"63245",7838,18793 -"63246",7838,26186 -"63247",7838,46056 -"63248",7838,70728 -"63249",7838,100610 -"63250",7838,104717 -"63251",7838,117645 -"63252",7839,11313 -"63253",7839,13982 -"63254",7839,26096 -"63255",7839,52391 -"63256",7839,62049 -"63257",7840,13846 -"63258",7840,15743 -"63259",7840,22422 -"63260",7840,31909 -"63261",7840,42491 -"63262",7840,87998 -"63263",7840,104420 -"63264",7840,116193 -"63265",7840,116194 -"63266",7841,7865 -"63267",7841,65181 -"63268",7841,69972 -"63269",7841,70257 -"63270",7842,8170 -"63271",7842,8476 -"63272",7842,8659 -"63273",7842,9121 -"63274",7842,9135 -"63275",7842,9136 -"63276",7842,9160 -"63277",7842,9182 -"63278",7842,9189 -"63279",7842,9293 -"63280",7842,9311 -"63281",7842,9320 -"63282",7842,11517 -"63283",7842,17034 -"63284",7842,17520 -"63285",7842,29095 -"63286",7842,36498 -"63287",7842,38921 -"63288",7842,43708 -"63289",7842,56812 -"63290",7842,84475 -"63291",7842,92157 -"63292",7843,58614 -"63293",7843,59020 -"63294",7843,76704 -"63295",7844,17838 -"63296",7844,18213 -"63297",7844,26874 -"63298",7844,31605 -"63299",7844,37045 -"63300",7844,37544 -"63301",7844,37752 -"63302",7844,38440 -"63303",7844,38452 -"63304",7844,38461 -"63305",7844,41358 -"63306",7844,54060 -"63307",7844,56962 -"63308",7844,57641 -"63309",7844,72300 -"63310",7844,76483 -"63311",7844,81163 -"63312",7844,83483 -"63313",7844,84710 -"63314",7844,89185 -"63315",7845,80758 -"63316",7846,11629 -"63317",7846,22826 -"63318",7846,29044 -"63319",7846,39916 -"63320",7846,42462 -"63321",7846,45477 -"63322",7846,45598 -"63323",7846,46050 -"63324",7846,110742 -"63325",7847,22885 -"63326",7847,24447 -"63327",7847,26322 -"63328",7847,31576 -"63329",7847,41081 -"63330",7847,46577 -"63331",7847,58968 -"63332",7847,64181 -"63333",7847,80065 -"63334",7847,92265 -"63335",7847,114125 -"63336",7848,7870 -"63337",7849,9685 -"63338",7849,9843 -"63339",7849,9905 -"63340",7850,18189 -"63341",7850,25055 -"63342",7850,25715 -"63343",7850,34201 -"63344",7850,70511 -"63345",7850,81702 -"63346",7850,91075 -"63347",7850,91836 -"63348",7850,93826 -"63349",7851,48412 -"63350",7851,82414 -"63351",7851,111893 -"63352",7852,15547 -"63353",7852,15766 -"63354",7852,19535 -"63355",7852,26368 -"63356",7852,31488 -"63357",7852,38259 -"63358",7852,42552 -"63359",7852,51879 -"63360",7852,54395 -"63361",7852,75871 -"63362",7852,75876 -"63363",7852,75877 -"63364",7853,9807 -"63365",7853,11609 -"63366",7853,11756 -"63367",7853,12675 -"63368",7853,18057 -"63369",7853,21687 -"63370",7853,25974 -"63371",7853,27797 -"63372",7853,40671 -"63373",7853,40682 -"63374",7853,41510 -"63375",7853,45585 -"63376",7853,46140 -"63377",7853,64268 -"63378",7853,86311 -"63379",7854,101817 -"63380",7856,47188 -"63381",7856,94032 -"63382",7856,111138 -"63383",7857,10301 -"63384",7857,18553 -"63385",7857,25253 -"63386",7858,10099 -"63387",7858,14604 -"63388",7858,33850 -"63389",7858,34582 -"63390",7858,40764 -"63391",7858,44998 -"63392",7858,50284 -"63393",7858,74974 -"63394",7858,92529 -"63395",7858,104535 -"63396",7859,7893 -"63397",7859,28006 -"63398",7859,32492 -"63399",7859,49110 -"63400",7860,40209 -"63401",7860,40241 -"63402",7861,11208 -"63403",7861,12051 -"63404",7861,17391 -"63405",7861,22714 -"63406",7861,34509 -"63407",7861,42474 -"63408",7861,43144 -"63409",7861,52144 -"63410",7861,56175 -"63411",7861,60304 -"63412",7861,67744 -"63413",7861,83300 -"63414",7861,87255 -"63415",7862,11534 -"63416",7862,11821 -"63417",7862,31982 -"63418",7862,37354 -"63419",7862,38564 -"63420",7862,40551 -"63421",7862,41746 -"63422",7862,62605 -"63423",7862,78543 -"63424",7862,88764 -"63425",7862,96525 -"63426",7862,99736 -"63427",7862,105057 -"63428",7862,108335 -"63429",7863,76255 -"63430",7863,88553 -"63431",7864,36735 -"63432",7864,74768 -"63433",7864,96313 -"63434",7865,65756 -"63435",7865,119058 -"63436",7866,21009 -"63437",7866,25263 -"63438",7866,42699 -"63439",7866,66782 -"63440",7866,79484 -"63441",7867,8236 -"63442",7867,9354 -"63443",7867,14709 -"63444",7867,21712 -"63445",7867,21795 -"63446",7867,22554 -"63447",7867,29195 -"63448",7867,29791 -"63449",7867,34594 -"63450",7867,34950 -"63451",7867,43351 -"63452",7867,45727 -"63453",7867,58319 -"63454",7867,109968 -"63455",7868,10365 -"63456",7868,11566 -"63457",7868,12994 -"63458",7868,13822 -"63459",7868,16715 -"63460",7868,18066 -"63461",7868,22460 -"63462",7868,23528 -"63463",7868,24080 -"63464",7868,24796 -"63465",7868,28869 -"63466",7868,37235 -"63467",7868,39198 -"63468",7868,40453 -"63469",7868,41197 -"63470",7868,41464 -"63471",7868,45357 -"63472",7868,50343 -"63473",7868,58338 -"63474",7868,64578 -"63475",7868,73250 -"63476",7868,82085 -"63477",7868,98602 -"63478",7868,98626 -"63479",7869,11965 -"63480",7869,23469 -"63481",7869,30666 -"63482",7869,36092 -"63483",7869,36280 -"63484",7869,43780 -"63485",7869,45503 -"63486",7869,51234 -"63487",7869,61326 -"63488",7869,104007 -"63489",7869,106468 -"63490",7869,112128 -"63491",7869,117285 -"63492",7870,36404 -"63493",7870,83696 -"63494",7870,90691 -"63495",7870,90714 -"63496",7870,90737 -"63497",7870,90766 -"63498",7871,71010 -"63499",7871,94271 -"63500",7872,23847 -"63501",7873,10812 -"63502",7873,19934 -"63503",7873,47345 -"63504",7873,92778 -"63505",7873,106468 -"63506",7874,69139 -"63507",7876,58766 -"63508",7877,8111 -"63509",7877,11525 -"63510",7877,20553 -"63511",7877,64264 -"63512",7877,67667 -"63513",7877,80654 -"63514",7877,80961 -"63515",7877,81032 -"63516",7878,24953 -"63517",7878,35742 -"63518",7878,39928 -"63519",7878,43710 -"63520",7878,44819 -"63521",7878,74073 -"63522",7878,100129 -"63523",7878,108613 -"63524",7879,25495 -"63525",7880,16781 -"63526",7880,31562 -"63527",7880,42416 -"63528",7880,104431 -"63529",7880,116038 -"63530",7881,10072 -"63531",7881,18566 -"63532",7881,20070 -"63533",7881,22565 -"63534",7881,22653 -"63535",7881,22787 -"63536",7881,25632 -"63537",7881,28626 -"63538",7881,33689 -"63539",7881,33743 -"63540",7881,41653 -"63541",7881,56497 -"63542",7881,57623 -"63543",7881,82270 -"63544",7881,93893 -"63545",7881,115241 -"63546",7882,24476 -"63547",7882,60529 -"63548",7882,62916 -"63549",7882,83123 -"63550",7882,87992 -"63551",7883,14397 -"63552",7883,24023 -"63553",7883,26799 -"63554",7883,29641 -"63555",7883,34144 -"63556",7883,36181 -"63557",7883,38538 -"63558",7883,39733 -"63559",7883,62704 -"63560",7883,63668 -"63561",7883,70423 -"63562",7883,89347 -"63563",7883,89351 -"63564",7883,95478 -"63565",7883,113073 -"63566",7884,16081 -"63567",7884,17679 -"63568",7884,69861 -"63569",7884,113531 -"63570",7885,8801 -"63571",7885,12103 -"63572",7885,13241 -"63573",7885,31116 -"63574",7885,40091 -"63575",7885,40094 -"63576",7885,61972 -"63577",7885,65129 -"63578",7885,86649 -"63579",7885,89578 -"63580",7885,107559 -"63581",7886,24184 -"63582",7886,63023 -"63583",7886,67263 -"63584",7886,70021 -"63585",7887,39558 -"63586",7887,39679 -"63587",7887,63893 -"63588",7887,69233 -"63589",7887,69318 -"63590",7887,75691 -"63591",7887,75751 -"63592",7888,73492 -"63593",7888,73663 -"63594",7889,14348 -"63595",7889,75602 -"63596",7890,12818 -"63597",7890,15739 -"63598",7890,17090 -"63599",7890,20391 -"63600",7890,35231 -"63601",7890,45733 -"63602",7890,51132 -"63603",7890,53650 -"63604",7890,55171 -"63605",7890,60724 -"63606",7890,68488 -"63607",7890,69273 -"63608",7891,9036 -"63609",7891,47925 -"63610",7891,59580 -"63611",7892,13177 -"63612",7892,37387 -"63613",7892,39732 -"63614",7892,43327 -"63615",7892,63033 -"63616",7892,76136 -"63617",7892,76324 -"63618",7892,77358 -"63619",7892,86938 -"63620",7893,10390 -"63621",7893,11082 -"63622",7893,11927 -"63623",7893,24478 -"63624",7893,41814 -"63625",7893,55897 -"63626",7893,71990 -"63627",7893,73020 -"63628",7893,87529 -"63629",7894,47350 -"63630",7895,61430 -"63631",7895,79910 -"63632",7895,93537 -"63633",7896,15080 -"63634",7896,28384 -"63635",7896,30510 -"63636",7896,31865 -"63637",7896,51758 -"63638",7896,100196 -"63639",7897,11294 -"63640",7897,62104 -"63641",7898,7900 -"63642",7898,7903 -"63643",7898,7924 -"63644",7898,7932 -"63645",7898,7935 -"63646",7898,7941 -"63647",7898,11361 -"63648",7898,16866 -"63649",7898,44724 -"63650",7898,45449 -"63651",7898,47818 -"63652",7898,47819 -"63653",7898,47823 -"63654",7898,48931 -"63655",7898,49930 -"63656",7898,54913 -"63657",7898,54978 -"63658",7898,55493 -"63659",7898,65420 -"63660",7898,66852 -"63661",7898,67871 -"63662",7898,93346 -"63663",7899,11239 -"63664",7899,11310 -"63665",7899,13129 -"63666",7899,17172 -"63667",7899,17573 -"63668",7899,18809 -"63669",7899,18901 -"63670",7899,21612 -"63671",7899,32401 -"63672",7899,34831 -"63673",7899,41580 -"63674",7899,43236 -"63675",7899,55472 -"63676",7899,63498 -"63677",7899,67127 -"63678",7899,67331 -"63679",7899,69311 -"63680",7899,71718 -"63681",7899,85496 -"63682",7900,7903 -"63683",7900,7924 -"63684",7900,7932 -"63685",7900,7935 -"63686",7900,7941 -"63687",7900,67871 -"63688",7901,11339 -"63689",7901,12773 -"63690",7901,13808 -"63691",7901,25078 -"63692",7901,100482 -"63693",7901,100700 -"63694",7902,9998 -"63695",7902,10032 -"63696",7902,10204 -"63697",7902,30017 -"63698",7902,52709 -"63699",7902,66850 -"63700",7902,83490 -"63701",7903,7924 -"63702",7903,7932 -"63703",7903,7935 -"63704",7903,7941 -"63705",7903,11398 -"63706",7903,14362 -"63707",7903,14430 -"63708",7903,30718 -"63709",7903,30728 -"63710",7903,31990 -"63711",7903,37786 -"63712",7903,37801 -"63713",7903,44294 -"63714",7903,44307 -"63715",7903,44312 -"63716",7903,44388 -"63717",7903,44408 -"63718",7903,44421 -"63719",7903,44479 -"63720",7903,44505 -"63721",7903,44507 -"63722",7903,67871 -"63723",7904,39317 -"63724",7905,15923 -"63725",7905,21754 -"63726",7905,25044 -"63727",7905,26232 -"63728",7905,40519 -"63729",7905,44345 -"63730",7905,52892 -"63731",7906,14893 -"63732",7906,19042 -"63733",7906,19502 -"63734",7906,21274 -"63735",7906,21957 -"63736",7906,28603 -"63737",7906,29101 -"63738",7906,39573 -"63739",7906,40268 -"63740",7906,41250 -"63741",7906,49477 -"63742",7906,54117 -"63743",7906,76935 -"63744",7906,102426 -"63745",7906,109172 -"63746",7906,115797 -"63747",7906,119433 -"63748",7907,34625 -"63749",7907,55344 -"63750",7907,81993 -"63751",7907,82667 -"63752",7908,37211 -"63753",7908,38265 -"63754",7909,45279 -"63755",7909,69993 -"63756",7909,73295 -"63757",7909,77903 -"63758",7909,108025 -"63759",7910,78883 -"63760",7911,8139 -"63761",7912,46368 -"63762",7912,71527 -"63763",7912,77840 -"63764",7912,116883 -"63765",7913,10794 -"63766",7913,59099 -"63767",7913,64405 -"63768",7914,8242 -"63769",7915,23995 -"63770",7915,84714 -"63771",7915,94035 -"63772",7915,95300 -"63773",7915,123195 -"63774",7916,8283 -"63775",7916,21441 -"63776",7916,29186 -"63777",7916,53446 -"63778",7916,57842 -"63779",7916,95159 -"63780",7917,20419 -"63781",7917,90551 -"63782",7917,91101 -"63783",7918,7925 -"63784",7918,7938 -"63785",7918,8167 -"63786",7918,8626 -"63787",7918,28042 -"63788",7918,59356 -"63789",7918,62730 -"63790",7919,32157 -"63791",7920,8288 -"63792",7920,25427 -"63793",7920,36738 -"63794",7920,45053 -"63795",7920,49342 -"63796",7920,54067 -"63797",7920,55190 -"63798",7920,55542 -"63799",7920,60386 -"63800",7920,70992 -"63801",7920,99276 -"63802",7920,101217 -"63803",7920,104891 -"63804",7921,8472 -"63805",7921,8494 -"63806",7921,8885 -"63807",7921,9113 -"63808",7921,9117 -"63809",7921,9129 -"63810",7921,9145 -"63811",7921,9148 -"63812",7921,9156 -"63813",7921,9172 -"63814",7921,9176 -"63815",7921,9184 -"63816",7921,9291 -"63817",7921,9292 -"63818",7921,14576 -"63819",7921,21205 -"63820",7921,22213 -"63821",7921,29850 -"63822",7921,36650 -"63823",7921,38138 -"63824",7921,38706 -"63825",7921,40756 -"63826",7921,41166 -"63827",7921,41879 -"63828",7921,55268 -"63829",7921,58277 -"63830",7921,71302 -"63831",7921,74291 -"63832",7921,75290 -"63833",7921,75353 -"63834",7921,75384 -"63835",7922,22471 -"63836",7922,25039 -"63837",7922,41491 -"63838",7922,80314 -"63839",7922,80815 -"63840",7922,107324 -"63841",7922,107349 -"63842",7923,13781 -"63843",7923,14693 -"63844",7923,35904 -"63845",7923,42217 -"63846",7923,50482 -"63847",7923,58903 -"63848",7923,74575 -"63849",7923,92341 -"63850",7923,94436 -"63851",7923,96513 -"63852",7923,100164 -"63853",7923,100274 -"63854",7924,7932 -"63855",7924,7935 -"63856",7924,7941 -"63857",7924,9088 -"63858",7924,20812 -"63859",7924,22493 -"63860",7924,26045 -"63861",7924,38431 -"63862",7924,44294 -"63863",7924,67871 -"63864",7924,99473 -"63865",7925,7938 -"63866",7925,8167 -"63867",7925,8626 -"63868",7925,25762 -"63869",7925,59356 -"63870",7925,66932 -"63871",7925,67874 -"63872",7927,10339 -"63873",7927,20421 -"63874",7927,30979 -"63875",7927,41687 -"63876",7927,70757 -"63877",7927,70950 -"63878",7927,77511 -"63879",7927,98863 -"63880",7927,99698 -"63881",7928,8008 -"63882",7929,33814 -"63883",7929,63312 -"63884",7929,81694 -"63885",7929,90974 -"63886",7929,101913 -"63887",7930,17051 -"63888",7930,73215 -"63889",7930,77864 -"63890",7931,29030 -"63891",7931,57159 -"63892",7932,7935 -"63893",7932,7941 -"63894",7932,10610 -"63895",7932,11361 -"63896",7932,32777 -"63897",7932,41075 -"63898",7932,44724 -"63899",7932,45449 -"63900",7932,47818 -"63901",7932,47819 -"63902",7932,47823 -"63903",7932,48931 -"63904",7932,67871 -"63905",7932,99473 -"63906",7932,116895 -"63907",7933,10875 -"63908",7933,12096 -"63909",7933,13954 -"63910",7933,16164 -"63911",7933,24219 -"63912",7933,24755 -"63913",7933,25341 -"63914",7933,26570 -"63915",7933,27278 -"63916",7933,31284 -"63917",7933,34126 -"63918",7933,46108 -"63919",7933,50387 -"63920",7933,51396 -"63921",7933,51819 -"63922",7933,53546 -"63923",7933,55277 -"63924",7933,56476 -"63925",7933,58035 -"63926",7933,58230 -"63927",7933,73384 -"63928",7933,75244 -"63929",7933,80471 -"63930",7933,82767 -"63931",7933,83747 -"63932",7933,89086 -"63933",7933,89087 -"63934",7933,90441 -"63935",7933,94308 -"63936",7933,95482 -"63937",7933,100396 -"63938",7933,106875 -"63939",7934,90597 -"63940",7935,7941 -"63941",7935,67871 -"63942",7936,21088 -"63943",7936,42939 -"63944",7936,47192 -"63945",7936,81887 -"63946",7936,89780 -"63947",7936,104634 -"63948",7937,9801 -"63949",7937,9941 -"63950",7937,13640 -"63951",7937,15076 -"63952",7937,25833 -"63953",7937,32339 -"63954",7937,57759 -"63955",7937,80483 -"63956",7937,94790 -"63957",7938,8167 -"63958",7939,19979 -"63959",7939,39583 -"63960",7939,67963 -"63961",7939,68474 -"63962",7939,69387 -"63963",7939,104673 -"63964",7939,108453 -"63965",7939,114123 -"63966",7940,38127 -"63967",7940,118909 -"63968",7941,22595 -"63969",7941,27889 -"63970",7941,40510 -"63971",7941,67871 -"63972",7941,84581 -"63973",7941,86230 -"63974",7941,111590 -"63975",7941,123410 -"63976",7941,123412 -"63977",7942,16271 -"63978",7942,20348 -"63979",7942,22183 -"63980",7942,27866 -"63981",7942,35287 -"63982",7942,36724 -"63983",7942,47927 -"63984",7942,52507 -"63985",7942,52947 -"63986",7942,56448 -"63987",7942,58233 -"63988",7942,70676 -"63989",7942,72882 -"63990",7942,73147 -"63991",7942,86416 -"63992",7942,93358 -"63993",7942,93359 -"63994",7942,94048 -"63995",7942,96161 -"63996",7942,100878 -"63997",7942,104121 -"63998",7942,105139 -"63999",7942,108808 -"64000",7942,109509 -"64001",7942,116888 -"64002",7942,123051 -"64003",7942,123052 -"64004",7943,11797 -"64005",7943,13660 -"64006",7943,20372 -"64007",7943,20494 -"64008",7943,33356 -"64009",7943,34204 -"64010",7943,38204 -"64011",7943,38755 -"64012",7943,63513 -"64013",7943,64272 -"64014",7943,65551 -"64015",7943,66574 -"64016",7943,67316 -"64017",7943,74267 -"64018",7943,81210 -"64019",7943,88539 -"64020",7943,88645 -"64021",7943,98078 -"64022",7943,110159 -"64023",7943,111698 -"64024",7944,8856 -"64025",7944,9933 -"64026",7944,12171 -"64027",7944,12410 -"64028",7944,15019 -"64029",7944,15532 -"64030",7944,15908 -"64031",7944,17536 -"64032",7944,18270 -"64033",7944,20449 -"64034",7944,21088 -"64035",7944,23847 -"64036",7944,24012 -"64037",7944,24910 -"64038",7944,25758 -"64039",7944,26537 -"64040",7944,26872 -"64041",7944,28767 -"64042",7944,28871 -"64043",7944,30334 -"64044",7944,35496 -"64045",7944,37610 -"64046",7944,37636 -"64047",7944,39435 -"64048",7944,40131 -"64049",7944,40166 -"64050",7944,40392 -"64051",7944,40905 -"64052",7944,41030 -"64053",7944,41527 -"64054",7944,41529 -"64055",7944,41778 -"64056",7944,43147 -"64057",7944,43234 -"64058",7944,43858 -"64059",7944,44828 -"64060",7944,45657 -"64061",7944,45933 -"64062",7944,46434 -"64063",7944,46788 -"64064",7944,47123 -"64065",7944,47488 -"64066",7944,48909 -"64067",7944,49859 -"64068",7944,50064 -"64069",7944,50067 -"64070",7944,50554 -"64071",7944,50879 -"64072",7944,51783 -"64073",7944,52018 -"64074",7944,53354 -"64075",7944,53444 -"64076",7944,53527 -"64077",7944,53555 -"64078",7944,54275 -"64079",7944,56447 -"64080",7944,56628 -"64081",7944,58004 -"64082",7944,58068 -"64083",7944,58633 -"64084",7944,61111 -"64085",7944,61127 -"64086",7944,68287 -"64087",7944,92447 -"64088",7944,111136 -"64089",7945,8221 -"64090",7946,43572 -"64091",7947,11944 -"64092",7947,20268 -"64093",7947,30555 -"64094",7947,33558 -"64095",7947,59242 -"64096",7947,85082 -"64097",7948,9034 -"64098",7948,10727 -"64099",7948,16795 -"64100",7948,23253 -"64101",7948,24104 -"64102",7948,27579 -"64103",7948,27614 -"64104",7948,32372 -"64105",7948,96722 -"64106",7948,97883 -"64107",7948,100361 -"64108",7949,20115 -"64109",7949,65297 -"64110",7949,97771 -"64111",7949,103829 -"64112",7950,8308 -"64113",7950,41675 -"64114",7950,44160 -"64115",7950,64070 -"64116",7950,89584 -"64117",7950,96229 -"64118",7950,97502 -"64119",7950,101655 -"64120",7950,101657 -"64121",7951,7955 -"64122",7951,26341 -"64123",7951,26381 -"64124",7951,26435 -"64125",7951,26487 -"64126",7951,51364 -"64127",7952,56769 -"64128",7953,15196 -"64129",7953,23825 -"64130",7953,69745 -"64131",7953,72257 -"64132",7953,120670 -"64133",7954,9560 -"64134",7954,10008 -"64135",7954,12342 -"64136",7955,26341 -"64137",7955,26381 -"64138",7955,26435 -"64139",7955,26487 -"64140",7955,51364 -"64141",7955,97224 -"64142",7957,61517 -"64143",7957,62744 -"64144",7957,101509 -"64145",7958,32215 -"64146",7958,70575 -"64147",7959,8165 -"64148",7959,8193 -"64149",7959,8369 -"64150",7959,8533 -"64151",7959,8553 -"64152",7960,8678 -"64153",7960,15101 -"64154",7960,16246 -"64155",7960,20341 -"64156",7960,22177 -"64157",7960,22317 -"64158",7960,23798 -"64159",7960,26521 -"64160",7960,33043 -"64161",7960,50044 -"64162",7960,63683 -"64163",7960,71882 -"64164",7960,87077 -"64165",7960,88268 -"64166",7960,105355 -"64167",7960,107352 -"64168",7960,107489 -"64169",7961,7988 -"64170",7962,7966 -"64171",7962,8001 -"64172",7962,8002 -"64173",7962,8026 -"64174",7963,16302 -"64175",7963,23027 -"64176",7963,32085 -"64177",7964,91484 -"64178",7965,8373 -"64179",7966,8001 -"64180",7966,8002 -"64181",7966,8026 -"64182",7966,11104 -"64183",7966,14525 -"64184",7966,34918 -"64185",7966,42502 -"64186",7967,54251 -"64187",7968,11144 -"64188",7968,22696 -"64189",7968,29139 -"64190",7968,49792 -"64191",7968,69023 -"64192",7968,75110 -"64193",7969,18485 -"64194",7970,10528 -"64195",7970,12673 -"64196",7970,14050 -"64197",7970,19266 -"64198",7970,22180 -"64199",7970,22455 -"64200",7970,27124 -"64201",7970,61578 -"64202",7970,69528 -"64203",7970,79940 -"64204",7970,93982 -"64205",7970,94122 -"64206",7970,118015 -"64207",7971,9007 -"64208",7971,17324 -"64209",7971,26970 -"64210",7971,31559 -"64211",7971,43696 -"64212",7971,43726 -"64213",7971,55420 -"64214",7971,64368 -"64215",7971,65445 -"64216",7971,67548 -"64217",7972,13175 -"64218",7973,16643 -"64219",7973,17322 -"64220",7973,17999 -"64221",7973,22015 -"64222",7973,23739 -"64223",7973,33506 -"64224",7973,34242 -"64225",7973,36515 -"64226",7973,36662 -"64227",7973,55046 -"64228",7973,85091 -"64229",7973,89004 -"64230",7973,89073 -"64231",7973,89435 -"64232",7973,101278 -"64233",7973,108608 -"64234",7973,108610 -"64235",7973,114226 -"64236",7974,7992 -"64237",7975,7976 -"64238",7975,8018 -"64239",7975,8045 -"64240",7975,21116 -"64241",7975,21191 -"64242",7975,21234 -"64243",7975,21320 -"64244",7976,8018 -"64245",7976,8045 -"64246",7977,17874 -"64247",7977,26314 -"64248",7977,27302 -"64249",7978,14945 -"64250",7978,32069 -"64251",7978,36446 -"64252",7978,38520 -"64253",7978,64651 -"64254",7978,68729 -"64255",7978,90680 -"64256",7979,59982 -"64257",7979,109247 -"64258",7979,110377 -"64259",7980,16665 -"64260",7980,16748 -"64261",7980,20614 -"64262",7980,21148 -"64263",7980,22659 -"64264",7980,24497 -"64265",7980,32583 -"64266",7980,33251 -"64267",7980,73203 -"64268",7980,78766 -"64269",7981,31715 -"64270",7981,97461 -"64271",7982,8810 -"64272",7982,16992 -"64273",7982,30681 -"64274",7982,76087 -"64275",7983,27124 -"64276",7983,34316 -"64277",7983,44418 -"64278",7983,44777 -"64279",7983,62365 -"64280",7983,81220 -"64281",7984,7985 -"64282",7984,8922 -"64283",7984,11477 -"64284",7984,17828 -"64285",7984,20998 -"64286",7984,22960 -"64287",7984,23991 -"64288",7984,25562 -"64289",7984,27463 -"64290",7984,28784 -"64291",7984,32672 -"64292",7984,36253 -"64293",7984,60929 -"64294",7984,76917 -"64295",7984,91527 -"64296",7984,104590 -"64297",7985,8913 -"64298",7985,8922 -"64299",7985,10117 -"64300",7985,12391 -"64301",7985,12754 -"64302",7985,12889 -"64303",7985,13415 -"64304",7985,15160 -"64305",7985,15401 -"64306",7985,15887 -"64307",7985,16259 -"64308",7985,17828 -"64309",7985,18600 -"64310",7985,18767 -"64311",7985,19723 -"64312",7985,20072 -"64313",7985,21505 -"64314",7985,21607 -"64315",7985,21665 -"64316",7985,23861 -"64317",7985,26882 -"64318",7985,28784 -"64319",7985,30567 -"64320",7985,31478 -"64321",7985,32630 -"64322",7985,32672 -"64323",7985,32988 -"64324",7985,34564 -"64325",7985,34620 -"64326",7985,38525 -"64327",7985,41713 -"64328",7985,42087 -"64329",7985,45047 -"64330",7985,45980 -"64331",7985,47438 -"64332",7985,48202 -"64333",7985,48212 -"64334",7985,53132 -"64335",7985,53227 -"64336",7985,53343 -"64337",7985,55111 -"64338",7985,58628 -"64339",7985,61801 -"64340",7985,64350 -"64341",7985,65155 -"64342",7985,65607 -"64343",7985,71033 -"64344",7985,73044 -"64345",7985,73058 -"64346",7985,73335 -"64347",7985,73409 -"64348",7985,75568 -"64349",7985,76428 -"64350",7985,78063 -"64351",7985,78429 -"64352",7985,78569 -"64353",7985,80625 -"64354",7985,82143 -"64355",7985,83231 -"64356",7985,86471 -"64357",7985,89980 -"64358",7985,90804 -"64359",7985,90968 -"64360",7985,91022 -"64361",7985,91045 -"64362",7985,95675 -"64363",7985,96352 -"64364",7985,101516 -"64365",7985,101873 -"64366",7985,102387 -"64367",7985,104590 -"64368",7985,108374 -"64369",7985,108463 -"64370",7985,108893 -"64371",7985,109101 -"64372",7985,109523 -"64373",7985,110993 -"64374",7985,111338 -"64375",7985,111398 -"64376",7985,111409 -"64377",7985,111480 -"64378",7985,112422 -"64379",7985,112648 -"64380",7985,112708 -"64381",7985,112820 -"64382",7985,112997 -"64383",7985,113597 -"64384",7985,114418 -"64385",7985,114582 -"64386",7985,115371 -"64387",7985,116028 -"64388",7985,116534 -"64389",7985,116545 -"64390",7985,116604 -"64391",7986,8556 -"64392",7986,8557 -"64393",7987,29874 -"64394",7987,29960 -"64395",7987,30170 -"64396",7987,32796 -"64397",7987,47397 -"64398",7987,47526 -"64399",7987,56889 -"64400",7987,69139 -"64401",7987,72634 -"64402",7987,81600 -"64403",7988,20036 -"64404",7988,23297 -"64405",7988,51276 -"64406",7988,80705 -"64407",7988,108159 -"64408",7989,16989 -"64409",7989,17043 -"64410",7989,17044 -"64411",7989,18639 -"64412",7989,106563 -"64413",7990,29662 -"64414",7990,38400 -"64415",7990,51202 -"64416",7990,68240 -"64417",7990,88566 -"64418",7990,111014 -"64419",7991,20775 -"64420",7991,88757 -"64421",7991,88782 -"64422",7992,9293 -"64423",7992,14562 -"64424",7992,14633 -"64425",7992,14718 -"64426",7992,14755 -"64427",7992,14806 -"64428",7992,15028 -"64429",7992,23869 -"64430",7992,28863 -"64431",7992,40883 -"64432",7992,50807 -"64433",7993,50549 -"64434",7993,59621 -"64435",7993,59653 -"64436",7993,69294 -"64437",7994,11986 -"64438",7994,12372 -"64439",7994,15287 -"64440",7994,28218 -"64441",7994,39964 -"64442",7994,69514 -"64443",7994,78696 -"64444",7995,8219 -"64445",7995,8568 -"64446",7995,8629 -"64447",7995,8984 -"64448",7995,10613 -"64449",7995,13779 -"64450",7995,14182 -"64451",7995,16956 -"64452",7995,17748 -"64453",7995,18310 -"64454",7995,18577 -"64455",7995,18630 -"64456",7995,26158 -"64457",7995,27876 -"64458",7995,27944 -"64459",7995,32784 -"64460",7995,33522 -"64461",7995,37381 -"64462",7995,45025 -"64463",7995,46378 -"64464",7995,56823 -"64465",7995,56899 -"64466",7995,61125 -"64467",7996,29214 -"64468",7996,33707 -"64469",7996,37431 -"64470",7996,74257 -"64471",7996,74527 -"64472",7996,85375 -"64473",7996,87839 -"64474",7996,87852 -"64475",7997,34269 -"64476",7997,65553 -"64477",7997,78645 -"64478",7998,8047 -"64479",7998,12129 -"64480",7998,15597 -"64481",7998,47968 -"64482",7998,65520 -"64483",7998,77094 -"64484",7998,77867 -"64485",7998,79974 -"64486",7998,110441 -"64487",7999,24957 -"64488",7999,31445 -"64489",8000,8367 -"64490",8000,14072 -"64491",8000,17649 -"64492",8000,18681 -"64493",8000,27484 -"64494",8000,32969 -"64495",8000,46717 -"64496",8000,49156 -"64497",8000,67336 -"64498",8000,88806 -"64499",8001,8002 -"64500",8001,8026 -"64501",8001,16041 -"64502",8002,8026 -"64503",8003,81834 -"64504",8004,14160 -"64505",8004,14345 -"64506",8004,15688 -"64507",8004,16485 -"64508",8004,17303 -"64509",8004,26275 -"64510",8004,35812 -"64511",8004,37258 -"64512",8004,40627 -"64513",8004,45685 -"64514",8004,46982 -"64515",8004,47013 -"64516",8004,47768 -"64517",8004,48690 -"64518",8004,52845 -"64519",8004,54060 -"64520",8004,54160 -"64521",8004,54187 -"64522",8004,58022 -"64523",8004,78031 -"64524",8004,86450 -"64525",8004,88981 -"64526",8004,91921 -"64527",8004,119423 -"64528",8005,37633 -"64529",8005,61995 -"64530",8005,72688 -"64531",8005,74868 -"64532",8005,83539 -"64533",8005,98535 -"64534",8005,101512 -"64535",8005,101576 -"64536",8005,101577 -"64537",8005,107995 -"64538",8005,112086 -"64539",8005,113777 -"64540",8006,14212 -"64541",8006,21889 -"64542",8006,26743 -"64543",8006,33312 -"64544",8006,35092 -"64545",8006,36399 -"64546",8006,39931 -"64547",8006,47607 -"64548",8006,48237 -"64549",8006,48963 -"64550",8006,51152 -"64551",8006,58053 -"64552",8006,67911 -"64553",8006,69068 -"64554",8006,76929 -"64555",8006,80375 -"64556",8006,95361 -"64557",8006,96505 -"64558",8006,98316 -"64559",8006,114164 -"64560",8007,16248 -"64561",8007,28328 -"64562",8008,24037 -"64563",8008,77911 -"64564",8008,92718 -"64565",8008,92739 -"64566",8009,12155 -"64567",8009,13110 -"64568",8009,15928 -"64569",8009,19891 -"64570",8009,35085 -"64571",8009,40824 -"64572",8009,41801 -"64573",8009,45375 -"64574",8009,51198 -"64575",8009,54109 -"64576",8009,64252 -"64577",8009,67427 -"64578",8010,18203 -"64579",8010,24027 -"64580",8010,24242 -"64581",8010,27908 -"64582",8010,44073 -"64583",8010,47648 -"64584",8010,52198 -"64585",8010,53955 -"64586",8010,57589 -"64587",8010,62040 -"64588",8010,86133 -"64589",8010,91047 -"64590",8010,98984 -"64591",8011,11389 -"64592",8011,11434 -"64593",8011,12199 -"64594",8011,13895 -"64595",8011,14078 -"64596",8011,16165 -"64597",8011,19882 -"64598",8011,25816 -"64599",8011,26462 -"64600",8011,29807 -"64601",8011,34731 -"64602",8011,45377 -"64603",8011,62602 -"64604",8011,63145 -"64605",8011,84168 -"64606",8011,85286 -"64607",8011,87734 -"64608",8011,101632 -"64609",8012,21122 -"64610",8012,21686 -"64611",8013,8014 -"64612",8014,65171 -"64613",8015,14417 -"64614",8015,28767 -"64615",8015,105898 -"64616",8016,8151 -"64617",8016,22124 -"64618",8016,51687 -"64619",8017,14334 -"64620",8017,42213 -"64621",8017,48446 -"64622",8017,87516 -"64623",8017,97012 -"64624",8017,103593 -"64625",8018,8045 -"64626",8018,21116 -"64627",8018,21191 -"64628",8018,21234 -"64629",8018,21320 -"64630",8018,60728 -"64631",8018,64664 -"64632",8018,78336 -"64633",8018,80847 -"64634",8018,88361 -"64635",8018,88369 -"64636",8018,88429 -"64637",8019,23697 -"64638",8019,31105 -"64639",8019,31158 -"64640",8019,78527 -"64641",8019,78531 -"64642",8020,16251 -"64643",8020,25427 -"64644",8020,35896 -"64645",8020,47895 -"64646",8020,52768 -"64647",8020,68887 -"64648",8020,81820 -"64649",8021,8361 -"64650",8021,10704 -"64651",8021,16041 -"64652",8021,49445 -"64653",8021,49984 -"64654",8021,71046 -"64655",8022,8267 -"64656",8022,59568 -"64657",8022,97034 -"64658",8023,28370 -"64659",8023,50014 -"64660",8023,102160 -"64661",8023,104702 -"64662",8023,108759 -"64663",8023,109088 -"64664",8024,64145 -"64665",8025,101897 -"64666",8026,26212 -"64667",8026,62508 -"64668",8026,68474 -"64669",8027,8040 -"64670",8028,50264 -"64671",8028,52686 -"64672",8028,54061 -"64673",8029,13399 -"64674",8029,16335 -"64675",8029,17484 -"64676",8029,21755 -"64677",8029,21914 -"64678",8029,29483 -"64679",8029,34259 -"64680",8029,36926 -"64681",8030,8175 -"64682",8030,8208 -"64683",8030,8252 -"64684",8031,32203 -"64685",8031,32448 -"64686",8031,80250 -"64687",8032,8184 -"64688",8033,8055 -"64689",8033,36205 -"64690",8034,12845 -"64691",8034,15410 -"64692",8035,26405 -"64693",8036,52903 -"64694",8037,13576 -"64695",8037,19570 -"64696",8037,42704 -"64697",8037,42729 -"64698",8038,21783 -"64699",8038,25018 -"64700",8038,57522 -"64701",8039,32879 -"64702",8039,69218 -"64703",8040,21427 -"64704",8040,91450 -"64705",8041,17451 -"64706",8041,21951 -"64707",8041,22575 -"64708",8041,25509 -"64709",8041,78892 -"64710",8041,113781 -"64711",8042,8043 -"64712",8042,8374 -"64713",8042,12633 -"64714",8042,14036 -"64715",8042,16396 -"64716",8042,16507 -"64717",8042,16528 -"64718",8042,16558 -"64719",8042,18764 -"64720",8042,31852 -"64721",8042,76380 -"64722",8042,77167 -"64723",8042,78136 -"64724",8042,78791 -"64725",8043,8374 -"64726",8043,13930 -"64727",8043,14658 -"64728",8043,18764 -"64729",8043,20916 -"64730",8043,36289 -"64731",8043,53360 -"64732",8043,60221 -"64733",8044,8099 -"64734",8044,10098 -"64735",8044,10649 -"64736",8044,13237 -"64737",8044,84384 -"64738",8044,97522 -"64739",8044,100236 -"64740",8044,116731 -"64741",8044,120099 -"64742",8046,22298 -"64743",8046,29294 -"64744",8046,102065 -"64745",8047,44133 -"64746",8047,56195 -"64747",8047,68828 -"64748",8047,116812 -"64749",8048,31074 -"64750",8048,55154 -"64751",8048,56067 -"64752",8048,82964 -"64753",8048,95803 -"64754",8049,8097 -"64755",8049,8108 -"64756",8049,17518 -"64757",8049,22375 -"64758",8049,24614 -"64759",8049,40156 -"64760",8049,40754 -"64761",8049,71594 -"64762",8049,95646 -"64763",8049,104775 -"64764",8051,76703 -"64765",8051,79176 -"64766",8051,83042 -"64767",8051,110659 -"64768",8052,46239 -"64769",8052,59427 -"64770",8052,61516 -"64771",8052,64189 -"64772",8053,8140 -"64773",8053,10980 -"64774",8053,11008 -"64775",8053,35822 -"64776",8053,66034 -"64777",8053,72520 -"64778",8054,12571 -"64779",8054,20694 -"64780",8054,39629 -"64781",8054,44289 -"64782",8054,45228 -"64783",8054,80212 -"64784",8054,103013 -"64785",8054,107556 -"64786",8054,113483 -"64787",8055,13294 -"64788",8055,20407 -"64789",8055,21884 -"64790",8055,22381 -"64791",8055,23808 -"64792",8055,36205 -"64793",8055,36439 -"64794",8055,39784 -"64795",8055,41719 -"64796",8055,53011 -"64797",8055,62407 -"64798",8055,68569 -"64799",8055,76127 -"64800",8055,77441 -"64801",8055,84744 -"64802",8056,43214 -"64803",8057,21358 -"64804",8057,23048 -"64805",8057,63827 -"64806",8058,8059 -"64807",8058,8076 -"64808",8058,8083 -"64809",8059,8076 -"64810",8059,8083 -"64811",8059,35778 -"64812",8060,10241 -"64813",8060,22434 -"64814",8060,23664 -"64815",8060,24305 -"64816",8060,26965 -"64817",8060,41748 -"64818",8060,42875 -"64819",8060,42937 -"64820",8060,44635 -"64821",8060,58241 -"64822",8060,58250 -"64823",8060,58306 -"64824",8060,58353 -"64825",8060,58364 -"64826",8060,58430 -"64827",8060,74373 -"64828",8060,98348 -"64829",8061,10173 -"64830",8061,12716 -"64831",8061,12717 -"64832",8061,13840 -"64833",8061,14427 -"64834",8061,14612 -"64835",8061,14957 -"64836",8061,16340 -"64837",8061,16576 -"64838",8061,18262 -"64839",8061,21450 -"64840",8061,23955 -"64841",8061,29933 -"64842",8061,31711 -"64843",8061,41500 -"64844",8061,41605 -"64845",8061,72163 -"64846",8061,80003 -"64847",8061,80354 -"64848",8061,84843 -"64849",8061,97052 -"64850",8061,116721 -"64851",8062,8118 -"64852",8062,8856 -"64853",8062,12519 -"64854",8062,13537 -"64855",8062,22826 -"64856",8062,25373 -"64857",8062,27666 -"64858",8062,34818 -"64859",8062,44224 -"64860",8062,49241 -"64861",8062,49640 -"64862",8062,51427 -"64863",8062,52957 -"64864",8062,53390 -"64865",8062,61191 -"64866",8062,66718 -"64867",8062,68604 -"64868",8062,77493 -"64869",8062,79149 -"64870",8062,106965 -"64871",8063,8366 -"64872",8063,13298 -"64873",8063,51952 -"64874",8064,14164 -"64875",8064,17884 -"64876",8064,65447 -"64877",8065,20081 -"64878",8066,22808 -"64879",8066,28279 -"64880",8066,46617 -"64881",8066,63475 -"64882",8066,64253 -"64883",8066,109250 -"64884",8067,16626 -"64885",8067,24253 -"64886",8067,58187 -"64887",8068,27032 -"64888",8068,39943 -"64889",8068,39949 -"64890",8069,16372 -"64891",8069,54030 -"64892",8069,112018 -"64893",8069,121168 -"64894",8070,77201 -"64895",8070,83479 -"64896",8070,103824 -"64897",8071,11902 -"64898",8071,20685 -"64899",8071,23279 -"64900",8071,23562 -"64901",8071,102814 -"64902",8072,44065 -"64903",8073,29504 -"64904",8073,34082 -"64905",8073,44373 -"64906",8073,67719 -"64907",8073,73151 -"64908",8073,112736 -"64909",8074,8938 -"64910",8074,9303 -"64911",8074,61016 -"64912",8075,30068 -"64913",8076,8083 -"64914",8076,21430 -"64915",8076,37480 -"64916",8077,21097 -"64917",8077,46978 -"64918",8077,54255 -"64919",8077,54259 -"64920",8077,54295 -"64921",8077,117168 -"64922",8078,13276 -"64923",8078,14952 -"64924",8078,18120 -"64925",8078,22413 -"64926",8078,29368 -"64927",8078,60610 -"64928",8078,64955 -"64929",8078,83037 -"64930",8078,90120 -"64931",8078,99023 -"64932",8078,108039 -"64933",8078,108145 -"64934",8079,55839 -"64935",8080,56226 -"64936",8081,8098 -"64937",8081,8495 -"64938",8081,23015 -"64939",8081,81087 -"64940",8082,23571 -"64941",8082,75639 -"64942",8082,101214 -"64943",8082,117099 -"64944",8083,46724 -"64945",8084,18670 -"64946",8084,88516 -"64947",8084,107954 -"64948",8085,63658 -"64949",8085,79368 -"64950",8086,69279 -"64951",8086,103053 -"64952",8087,12293 -"64953",8087,12947 -"64954",8087,13686 -"64955",8087,30809 -"64956",8087,32606 -"64957",8087,37711 -"64958",8087,102911 -"64959",8088,12103 -"64960",8088,13716 -"64961",8088,21628 -"64962",8088,36499 -"64963",8088,47280 -"64964",8088,83173 -"64965",8088,89606 -"64966",8089,12679 -"64967",8089,46194 -"64968",8089,57440 -"64969",8089,59309 -"64970",8089,69245 -"64971",8089,96865 -"64972",8089,113225 -"64973",8090,10594 -"64974",8090,42509 -"64975",8090,63100 -"64976",8090,77222 -"64977",8091,61600 -"64978",8091,64536 -"64979",8091,64537 -"64980",8091,64559 -"64981",8091,82594 -"64982",8093,55887 -"64983",8093,102463 -"64984",8094,8219 -"64985",8094,8721 -"64986",8094,11365 -"64987",8094,12403 -"64988",8094,17252 -"64989",8094,18648 -"64990",8094,22120 -"64991",8094,29305 -"64992",8094,30351 -"64993",8094,60209 -"64994",8094,61816 -"64995",8094,69956 -"64996",8094,70455 -"64997",8094,77432 -"64998",8094,90584 -"64999",8094,118451 -"65000",8095,49692 -"65001",8095,50139 -"65002",8096,8142 -"65003",8097,8108 -"65004",8097,16609 -"65005",8097,17519 -"65006",8097,22375 -"65007",8097,95646 -"65008",8097,108620 -"65009",8099,10098 -"65010",8099,10650 -"65011",8099,11168 -"65012",8099,36554 -"65013",8099,51546 -"65014",8099,60306 -"65015",8099,62754 -"65016",8101,55690 -"65017",8102,11576 -"65018",8102,11972 -"65019",8102,12635 -"65020",8102,16120 -"65021",8102,19407 -"65022",8102,22347 -"65023",8102,25472 -"65024",8102,33332 -"65025",8102,36316 -"65026",8102,41454 -"65027",8102,64070 -"65028",8102,74681 -"65029",8102,74894 -"65030",8102,91676 -"65031",8102,111521 -"65032",8102,112679 -"65033",8103,13482 -"65034",8103,62623 -"65035",8103,68168 -"65036",8103,85248 -"65037",8103,89994 -"65038",8103,92986 -"65039",8103,106855 -"65040",8103,106872 -"65041",8103,110916 -"65042",8104,66176 -"65043",8104,79968 -"65044",8104,83813 -"65045",8104,83826 -"65046",8105,9704 -"65047",8105,34169 -"65048",8105,36775 -"65049",8105,38337 -"65050",8105,39201 -"65051",8106,12011 -"65052",8106,12081 -"65053",8106,13581 -"65054",8106,15232 -"65055",8106,20417 -"65056",8106,20616 -"65057",8106,25393 -"65058",8106,27706 -"65059",8106,33982 -"65060",8106,42875 -"65061",8106,63896 -"65062",8106,65754 -"65063",8106,75738 -"65064",8106,76375 -"65065",8106,79570 -"65066",8106,85598 -"65067",8107,13706 -"65068",8107,18409 -"65069",8107,18654 -"65070",8107,35664 -"65071",8107,53834 -"65072",8107,57834 -"65073",8107,61818 -"65074",8107,63369 -"65075",8107,98440 -"65076",8107,110765 -"65077",8108,10143 -"65078",8108,15686 -"65079",8108,15735 -"65080",8108,40754 -"65081",8108,41866 -"65082",8108,70409 -"65083",8108,71594 -"65084",8109,45028 -"65085",8109,67804 -"65086",8110,48264 -"65087",8110,50910 -"65088",8110,73626 -"65089",8110,103173 -"65090",8110,104133 -"65091",8111,108011 -"65092",8111,108012 -"65093",8112,19845 -"65094",8112,41125 -"65095",8112,42584 -"65096",8112,51583 -"65097",8113,20496 -"65098",8113,23564 -"65099",8113,24444 -"65100",8113,26248 -"65101",8113,33221 -"65102",8113,35373 -"65103",8113,41793 -"65104",8113,44350 -"65105",8113,46243 -"65106",8113,46637 -"65107",8113,46639 -"65108",8113,48992 -"65109",8113,56859 -"65110",8113,61702 -"65111",8113,62137 -"65112",8113,62228 -"65113",8113,62296 -"65114",8113,62739 -"65115",8113,66523 -"65116",8113,71510 -"65117",8113,72065 -"65118",8113,72069 -"65119",8113,72070 -"65120",8113,72072 -"65121",8113,72077 -"65122",8113,72088 -"65123",8113,72102 -"65124",8113,72106 -"65125",8113,72107 -"65126",8113,74742 -"65127",8114,57107 -"65128",8114,88133 -"65129",8114,104797 -"65130",8115,23759 -"65131",8115,30827 -"65132",8115,38284 -"65133",8115,54675 -"65134",8115,56026 -"65135",8115,64152 -"65136",8116,40243 -"65137",8116,62727 -"65138",8116,91449 -"65139",8116,94634 -"65140",8116,104589 -"65141",8117,27063 -"65142",8117,55435 -"65143",8117,55694 -"65144",8117,61799 -"65145",8117,64781 -"65146",8117,64995 -"65147",8117,67361 -"65148",8117,71612 -"65149",8117,82972 -"65150",8118,17257 -"65151",8118,31394 -"65152",8118,93367 -"65153",8119,10066 -"65154",8119,17052 -"65155",8119,19685 -"65156",8119,20161 -"65157",8119,21136 -"65158",8119,30883 -"65159",8119,31413 -"65160",8119,39704 -"65161",8119,40637 -"65162",8119,50149 -"65163",8119,53460 -"65164",8119,56336 -"65165",8119,58060 -"65166",8119,73601 -"65167",8119,78184 -"65168",8119,88724 -"65169",8119,88975 -"65170",8119,111494 -"65171",8119,116608 -"65172",8119,121996 -"65173",8119,122000 -"65174",8119,122003 -"65175",8120,15709 -"65176",8120,27725 -"65177",8120,30650 -"65178",8120,33708 -"65179",8120,36097 -"65180",8120,42680 -"65181",8120,49208 -"65182",8120,49215 -"65183",8120,49244 -"65184",8120,81015 -"65185",8121,10002 -"65186",8121,11121 -"65187",8121,19400 -"65188",8121,23397 -"65189",8121,36506 -"65190",8121,54791 -"65191",8121,62395 -"65192",8122,8664 -"65193",8122,54300 -"65194",8123,8869 -"65195",8123,13386 -"65196",8123,13938 -"65197",8123,15023 -"65198",8123,15110 -"65199",8123,17389 -"65200",8123,19916 -"65201",8123,20547 -"65202",8123,20623 -"65203",8123,21804 -"65204",8123,23116 -"65205",8123,23454 -"65206",8123,25518 -"65207",8123,28290 -"65208",8123,28366 -"65209",8123,31357 -"65210",8123,32697 -"65211",8123,35088 -"65212",8123,39427 -"65213",8123,45403 -"65214",8123,51843 -"65215",8123,53756 -"65216",8123,54385 -"65217",8123,56485 -"65218",8123,63631 -"65219",8123,76403 -"65220",8123,79000 -"65221",8123,80025 -"65222",8123,82100 -"65223",8123,84299 -"65224",8123,84808 -"65225",8123,84828 -"65226",8123,86339 -"65227",8123,93619 -"65228",8123,94391 -"65229",8123,108578 -"65230",8123,111170 -"65231",8123,112955 -"65232",8123,116210 -"65233",8124,42956 -"65234",8125,11123 -"65235",8125,38504 -"65236",8125,47680 -"65237",8125,47732 -"65238",8125,47771 -"65239",8125,47773 -"65240",8125,54586 -"65241",8125,85376 -"65242",8125,85394 -"65243",8125,85431 -"65244",8126,15143 -"65245",8126,25030 -"65246",8126,37627 -"65247",8126,50254 -"65248",8126,56848 -"65249",8126,77135 -"65250",8126,81170 -"65251",8126,109681 -"65252",8127,38758 -"65253",8127,94105 -"65254",8128,8178 -"65255",8128,8254 -"65256",8128,8255 -"65257",8128,61295 -"65258",8128,61296 -"65259",8128,67219 -"65260",8128,67637 -"65261",8128,73986 -"65262",8128,74207 -"65263",8128,74215 -"65264",8129,8146 -"65265",8129,31032 -"65266",8130,12552 -"65267",8130,12553 -"65268",8130,12623 -"65269",8130,12659 -"65270",8130,12660 -"65271",8130,12661 -"65272",8130,23429 -"65273",8130,24820 -"65274",8131,30450 -"65275",8131,52439 -"65276",8131,55356 -"65277",8131,55357 -"65278",8131,55359 -"65279",8131,71498 -"65280",8131,74447 -"65281",8131,81471 -"65282",8132,11074 -"65283",8132,21587 -"65284",8132,25443 -"65285",8132,28092 -"65286",8132,33113 -"65287",8132,33383 -"65288",8132,33399 -"65289",8134,31623 -"65290",8134,32604 -"65291",8134,36993 -"65292",8134,52435 -"65293",8134,99910 -"65294",8135,15336 -"65295",8135,36475 -"65296",8135,48611 -"65297",8135,75803 -"65298",8135,114441 -"65299",8136,14732 -"65300",8136,14876 -"65301",8136,14878 -"65302",8136,14923 -"65303",8136,17194 -"65304",8136,17352 -"65305",8136,32479 -"65306",8136,39559 -"65307",8136,40406 -"65308",8136,51092 -"65309",8136,77696 -"65310",8136,79435 -"65311",8136,79450 -"65312",8136,80232 -"65313",8136,84928 -"65314",8136,85647 -"65315",8136,96161 -"65316",8136,103203 -"65317",8136,104249 -"65318",8136,106808 -"65319",8137,8601 -"65320",8137,9174 -"65321",8137,11711 -"65322",8137,11815 -"65323",8137,11816 -"65324",8137,11831 -"65325",8137,11847 -"65326",8137,11848 -"65327",8137,11882 -"65328",8137,11895 -"65329",8137,11918 -"65330",8137,11938 -"65331",8137,11981 -"65332",8137,12060 -"65333",8137,12061 -"65334",8137,12079 -"65335",8137,14192 -"65336",8137,14359 -"65337",8137,17479 -"65338",8137,17541 -"65339",8137,17675 -"65340",8137,17805 -"65341",8137,19454 -"65342",8137,19821 -"65343",8137,21548 -"65344",8137,21750 -"65345",8137,22368 -"65346",8137,22869 -"65347",8137,23191 -"65348",8137,27247 -"65349",8137,29557 -"65350",8137,44464 -"65351",8137,52767 -"65352",8137,64087 -"65353",8137,78005 -"65354",8137,78081 -"65355",8137,78817 -"65356",8137,92699 -"65357",8137,93771 -"65358",8137,106523 -"65359",8138,23434 -"65360",8139,12034 -"65361",8139,19149 -"65362",8139,28387 -"65363",8139,31040 -"65364",8139,34858 -"65365",8139,73764 -"65366",8140,10980 -"65367",8140,15427 -"65368",8140,16857 -"65369",8140,18491 -"65370",8140,23156 -"65371",8140,31355 -"65372",8140,35090 -"65373",8140,60815 -"65374",8140,65010 -"65375",8141,51594 -"65376",8141,89007 -"65377",8141,113281 -"65378",8141,115224 -"65379",8142,16058 -"65380",8142,32745 -"65381",8142,62086 -"65382",8142,81891 -"65383",8142,98820 -"65384",8143,19983 -"65385",8144,8147 -"65386",8144,8560 -"65387",8144,13940 -"65388",8144,17822 -"65389",8144,19872 -"65390",8144,23345 -"65391",8144,26311 -"65392",8144,30529 -"65393",8144,74502 -"65394",8145,10267 -"65395",8145,34316 -"65396",8145,53183 -"65397",8145,71376 -"65398",8146,20906 -"65399",8146,38495 -"65400",8146,57592 -"65401",8146,86463 -"65402",8146,110031 -"65403",8147,8560 -"65404",8147,17822 -"65405",8148,63622 -"65406",8149,16064 -"65407",8150,8171 -"65408",8150,8172 -"65409",8150,23030 -"65410",8150,42127 -"65411",8150,58065 -"65412",8153,32643 -"65413",8153,34541 -"65414",8153,35495 -"65415",8153,39947 -"65416",8153,52743 -"65417",8153,59510 -"65418",8154,8509 -"65419",8154,8602 -"65420",8154,45091 -"65421",8154,54502 -"65422",8154,58845 -"65423",8154,58868 -"65424",8154,59541 -"65425",8154,62354 -"65426",8154,66518 -"65427",8155,14445 -"65428",8155,84004 -"65429",8156,51124 -"65430",8156,51971 -"65431",8156,77495 -"65432",8157,10990 -"65433",8157,20910 -"65434",8157,46308 -"65435",8157,49059 -"65436",8157,55775 -"65437",8157,79506 -"65438",8157,94457 -"65439",8157,111150 -"65440",8157,111229 -"65441",8157,114430 -"65442",8158,82398 -"65443",8159,77923 -"65444",8159,115450 -"65445",8159,121114 -"65446",8160,8679 -"65447",8160,10392 -"65448",8160,19543 -"65449",8160,23445 -"65450",8160,44154 -"65451",8160,54523 -"65452",8160,63971 -"65453",8160,78870 -"65454",8161,8501 -"65455",8161,9591 -"65456",8161,9593 -"65457",8161,9599 -"65458",8162,23678 -"65459",8162,47790 -"65460",8162,56991 -"65461",8162,59359 -"65462",8163,39874 -"65463",8163,41263 -"65464",8163,44223 -"65465",8163,45553 -"65466",8163,68145 -"65467",8164,45440 -"65468",8164,66007 -"65469",8164,66008 -"65470",8165,8193 -"65471",8165,8369 -"65472",8165,8533 -"65473",8165,8553 -"65474",8165,10036 -"65475",8165,16712 -"65476",8165,17898 -"65477",8165,18003 -"65478",8165,27241 -"65479",8165,31050 -"65480",8165,34450 -"65481",8165,39866 -"65482",8165,42224 -"65483",8165,42598 -"65484",8165,45633 -"65485",8165,48932 -"65486",8165,49144 -"65487",8165,52944 -"65488",8165,68475 -"65489",8165,68496 -"65490",8166,9783 -"65491",8166,10250 -"65492",8166,33649 -"65493",8166,35222 -"65494",8166,41097 -"65495",8166,46949 -"65496",8166,47225 -"65497",8166,50083 -"65498",8166,52765 -"65499",8166,52848 -"65500",8166,52861 -"65501",8166,55725 -"65502",8166,57085 -"65503",8166,102648 -"65504",8166,102664 -"65505",8168,8538 -"65506",8168,13747 -"65507",8168,21142 -"65508",8168,40736 -"65509",8168,66928 -"65510",8168,72678 -"65511",8169,8190 -"65512",8170,8659 -"65513",8170,9320 -"65514",8170,11517 -"65515",8170,12221 -"65516",8170,13828 -"65517",8170,14959 -"65518",8170,15790 -"65519",8170,17520 -"65520",8170,17582 -"65521",8170,21644 -"65522",8170,36498 -"65523",8170,38921 -"65524",8170,44885 -"65525",8170,45197 -"65526",8170,47747 -"65527",8170,57497 -"65528",8170,76306 -"65529",8170,84475 -"65530",8170,85297 -"65531",8170,92157 -"65532",8170,93289 -"65533",8171,8172 -"65534",8172,12245 -"65535",8172,24648 -"65536",8172,24825 -"65537",8172,28599 -"65538",8172,35360 -"65539",8172,39370 -"65540",8172,52666 -"65541",8172,58485 -"65542",8172,75860 -"65543",8172,79238 -"65544",8173,15813 -"65545",8173,24517 -"65546",8173,78864 -"65547",8174,10620 -"65548",8174,11738 -"65549",8174,41148 -"65550",8174,45927 -"65551",8174,46114 -"65552",8174,82211 -"65553",8175,8208 -"65554",8175,8252 -"65555",8176,9316 -"65556",8176,14880 -"65557",8176,16994 -"65558",8176,48244 -"65559",8176,82284 -"65560",8176,95680 -"65561",8176,104695 -"65562",8176,104710 -"65563",8176,104724 -"65564",8176,104727 -"65565",8176,104729 -"65566",8177,8217 -"65567",8178,8254 -"65568",8178,8255 -"65569",8179,11267 -"65570",8179,13249 -"65571",8179,19014 -"65572",8179,54970 -"65573",8179,55669 -"65574",8179,62934 -"65575",8179,72539 -"65576",8179,77518 -"65577",8179,77689 -"65578",8180,8986 -"65579",8181,12018 -"65580",8181,13409 -"65581",8181,15045 -"65582",8181,15225 -"65583",8181,18293 -"65584",8181,18825 -"65585",8181,18924 -"65586",8181,30095 -"65587",8181,34273 -"65588",8181,41837 -"65589",8181,42680 -"65590",8181,48556 -"65591",8181,56293 -"65592",8181,89252 -"65593",8181,110000 -"65594",8182,10186 -"65595",8182,10594 -"65596",8182,108245 -"65597",8182,112340 -"65598",8183,13870 -"65599",8183,15929 -"65600",8183,33635 -"65601",8183,48996 -"65602",8183,49939 -"65603",8183,50467 -"65604",8183,50544 -"65605",8183,50569 -"65606",8183,52125 -"65607",8183,54272 -"65608",8183,60611 -"65609",8183,62278 -"65610",8183,108699 -"65611",8183,117158 -"65612",8184,69377 -"65613",8184,85341 -"65614",8185,8237 -"65615",8185,10474 -"65616",8185,10782 -"65617",8185,11884 -"65618",8185,15131 -"65619",8185,18163 -"65620",8185,18174 -"65621",8185,22181 -"65622",8185,34820 -"65623",8185,37757 -"65624",8185,40905 -"65625",8185,45437 -"65626",8185,48702 -"65627",8185,53378 -"65628",8185,56373 -"65629",8185,68513 -"65630",8185,73184 -"65631",8186,11657 -"65632",8186,14568 -"65633",8186,31296 -"65634",8186,52982 -"65635",8187,29608 -"65636",8187,41809 -"65637",8187,47428 -"65638",8187,54219 -"65639",8187,66731 -"65640",8187,81795 -"65641",8187,83733 -"65642",8187,89036 -"65643",8187,95829 -"65644",8187,95836 -"65645",8187,103947 -"65646",8187,114870 -"65647",8188,9872 -"65648",8188,11265 -"65649",8188,13934 -"65650",8188,14072 -"65651",8188,26052 -"65652",8188,44720 -"65653",8188,49067 -"65654",8188,55071 -"65655",8189,17699 -"65656",8189,54761 -"65657",8189,108925 -"65658",8190,71769 -"65659",8191,9563 -"65660",8191,21507 -"65661",8191,79337 -"65662",8191,96779 -"65663",8192,8347 -"65664",8192,8376 -"65665",8192,8457 -"65666",8192,15116 -"65667",8192,23059 -"65668",8192,24558 -"65669",8192,26671 -"65670",8192,30983 -"65671",8192,33591 -"65672",8192,34276 -"65673",8192,40580 -"65674",8192,81725 -"65675",8193,8369 -"65676",8193,8533 -"65677",8193,8553 -"65678",8193,18415 -"65679",8193,23480 -"65680",8193,28839 -"65681",8193,34126 -"65682",8193,37307 -"65683",8193,39248 -"65684",8193,42315 -"65685",8193,68475 -"65686",8193,90668 -"65687",8193,101994 -"65688",8194,12533 -"65689",8194,16845 -"65690",8194,28237 -"65691",8194,28995 -"65692",8194,31566 -"65693",8194,40796 -"65694",8194,47264 -"65695",8194,50921 -"65696",8194,52486 -"65697",8194,52554 -"65698",8194,69571 -"65699",8195,30971 -"65700",8195,37182 -"65701",8195,40773 -"65702",8195,48557 -"65703",8195,59839 -"65704",8195,69871 -"65705",8195,70919 -"65706",8196,8227 -"65707",8196,25651 -"65708",8196,37619 -"65709",8196,38712 -"65710",8196,39402 -"65711",8196,43642 -"65712",8196,50772 -"65713",8196,60808 -"65714",8197,14246 -"65715",8197,15104 -"65716",8197,15195 -"65717",8197,15430 -"65718",8197,15772 -"65719",8197,16381 -"65720",8197,16949 -"65721",8197,18514 -"65722",8197,22299 -"65723",8197,23938 -"65724",8197,24250 -"65725",8197,26682 -"65726",8197,29741 -"65727",8197,30876 -"65728",8197,32393 -"65729",8197,32939 -"65730",8197,33113 -"65731",8197,38494 -"65732",8197,38932 -"65733",8197,40643 -"65734",8197,42017 -"65735",8197,42107 -"65736",8197,45787 -"65737",8197,47083 -"65738",8197,49231 -"65739",8197,50061 -"65740",8197,52450 -"65741",8197,54059 -"65742",8197,55370 -"65743",8197,57804 -"65744",8197,59615 -"65745",8197,59940 -"65746",8197,67363 -"65747",8197,71230 -"65748",8197,76278 -"65749",8197,76740 -"65750",8197,76786 -"65751",8197,77272 -"65752",8197,77357 -"65753",8197,77402 -"65754",8197,78248 -"65755",8197,78255 -"65756",8197,78339 -"65757",8197,78445 -"65758",8197,79022 -"65759",8197,79716 -"65760",8197,79989 -"65761",8197,80281 -"65762",8197,81728 -"65763",8197,82196 -"65764",8197,82383 -"65765",8197,82810 -"65766",8197,82854 -"65767",8197,83853 -"65768",8197,83884 -"65769",8197,84379 -"65770",8197,84613 -"65771",8197,85465 -"65772",8197,85610 -"65773",8197,86351 -"65774",8197,86451 -"65775",8197,86882 -"65776",8197,87175 -"65777",8197,87451 -"65778",8197,87521 -"65779",8197,87572 -"65780",8197,87663 -"65781",8197,87721 -"65782",8197,87862 -"65783",8198,15826 -"65784",8198,15846 -"65785",8198,24027 -"65786",8198,27276 -"65787",8198,38457 -"65788",8198,61007 -"65789",8198,64825 -"65790",8199,43156 -"65791",8199,43571 -"65792",8200,26382 -"65793",8200,32509 -"65794",8201,8377 -"65795",8201,58663 -"65796",8201,77490 -"65797",8201,88327 -"65798",8201,96375 -"65799",8202,14008 -"65800",8203,8223 -"65801",8204,9881 -"65802",8204,14051 -"65803",8204,16230 -"65804",8204,28515 -"65805",8204,31515 -"65806",8204,41912 -"65807",8204,43594 -"65808",8204,61857 -"65809",8204,92412 -"65810",8205,8678 -"65811",8205,8719 -"65812",8205,9568 -"65813",8205,13139 -"65814",8205,14170 -"65815",8205,14173 -"65816",8205,14425 -"65817",8205,16118 -"65818",8205,34354 -"65819",8206,15286 -"65820",8206,43836 -"65821",8206,97305 -"65822",8207,8251 -"65823",8207,85148 -"65824",8207,85975 -"65825",8207,91531 -"65826",8207,113956 -"65827",8208,8252 -"65828",8208,12041 -"65829",8208,28504 -"65830",8208,79283 -"65831",8208,79291 -"65832",8208,79335 -"65833",8209,20378 -"65834",8209,46945 -"65835",8210,10717 -"65836",8210,12035 -"65837",8210,12336 -"65838",8210,23404 -"65839",8210,34053 -"65840",8210,41214 -"65841",8210,42368 -"65842",8210,52442 -"65843",8210,79020 -"65844",8211,14591 -"65845",8211,31021 -"65846",8211,82459 -"65847",8212,14213 -"65848",8212,34139 -"65849",8212,56621 -"65850",8212,91826 -"65851",8213,27537 -"65852",8213,44173 -"65853",8213,104417 -"65854",8213,104531 -"65855",8213,107660 -"65856",8213,107715 -"65857",8214,31663 -"65858",8214,43786 -"65859",8214,43809 -"65860",8214,43850 -"65861",8215,55451 -"65862",8216,41041 -"65863",8216,84158 -"65864",8217,12621 -"65865",8217,14260 -"65866",8217,22929 -"65867",8217,30651 -"65868",8217,53636 -"65869",8217,69847 -"65870",8218,13504 -"65871",8218,57086 -"65872",8218,57167 -"65873",8218,64971 -"65874",8218,69852 -"65875",8218,81783 -"65876",8218,98861 -"65877",8218,100723 -"65878",8218,113371 -"65879",8218,117563 -"65880",8218,117564 -"65881",8219,10613 -"65882",8219,11563 -"65883",8219,18577 -"65884",8219,18630 -"65885",8219,50812 -"65886",8219,58448 -"65887",8219,76986 -"65888",8220,47867 -"65889",8221,8941 -"65890",8221,11067 -"65891",8221,18875 -"65892",8221,29578 -"65893",8221,44284 -"65894",8221,62044 -"65895",8221,80572 -"65896",8222,22786 -"65897",8222,23021 -"65898",8222,50759 -"65899",8222,77856 -"65900",8222,90871 -"65901",8223,25100 -"65902",8224,22505 -"65903",8225,40957 -"65904",8225,41056 -"65905",8225,52466 -"65906",8225,53374 -"65907",8226,8424 -"65908",8226,11775 -"65909",8227,9162 -"65910",8227,10979 -"65911",8227,13124 -"65912",8227,14454 -"65913",8227,17830 -"65914",8227,17902 -"65915",8227,20951 -"65916",8227,25651 -"65917",8227,33612 -"65918",8227,37619 -"65919",8227,68197 -"65920",8228,8233 -"65921",8228,8234 -"65922",8229,8755 -"65923",8229,33339 -"65924",8229,89958 -"65925",8229,102050 -"65926",8229,103426 -"65927",8229,119934 -"65928",8230,22377 -"65929",8230,22411 -"65930",8230,22425 -"65931",8231,17766 -"65932",8231,24133 -"65933",8231,24585 -"65934",8231,36470 -"65935",8231,37776 -"65936",8231,41127 -"65937",8231,72367 -"65938",8231,89335 -"65939",8231,97580 -"65940",8231,105587 -"65941",8232,17774 -"65942",8232,47904 -"65943",8233,8234 -"65944",8233,18038 -"65945",8233,38498 -"65946",8233,85675 -"65947",8234,13372 -"65948",8234,106292 -"65949",8234,123285 -"65950",8235,24850 -"65951",8236,9277 -"65952",8236,14709 -"65953",8236,21404 -"65954",8236,21712 -"65955",8236,21795 -"65956",8236,21981 -"65957",8236,25917 -"65958",8236,26133 -"65959",8236,29195 -"65960",8236,29437 -"65961",8236,31819 -"65962",8236,33401 -"65963",8236,33665 -"65964",8236,34594 -"65965",8236,34950 -"65966",8236,48293 -"65967",8236,53064 -"65968",8236,53504 -"65969",8236,53747 -"65970",8236,57463 -"65971",8236,62609 -"65972",8236,65988 -"65973",8236,65997 -"65974",8236,69062 -"65975",8236,69541 -"65976",8236,77464 -"65977",8236,84220 -"65978",8236,91980 -"65979",8236,95417 -"65980",8236,97833 -"65981",8236,105778 -"65982",8236,113524 -"65983",8237,22373 -"65984",8237,68513 -"65985",8237,85875 -"65986",8237,118169 -"65987",8237,119375 -"65988",8237,119994 -"65989",8237,119995 -"65990",8237,120001 -"65991",8238,9236 -"65992",8238,12473 -"65993",8238,20859 -"65994",8238,20977 -"65995",8238,27796 -"65996",8238,31890 -"65997",8238,43008 -"65998",8238,47564 -"65999",8238,61050 -"66000",8238,64857 -"66001",8238,83387 -"66002",8239,28161 -"66003",8239,33525 -"66004",8239,43676 -"66005",8239,45481 -"66006",8239,77342 -"66007",8239,77348 -"66008",8240,9427 -"66009",8240,30512 -"66010",8241,14465 -"66011",8241,17304 -"66012",8241,18875 -"66013",8241,27020 -"66014",8241,27673 -"66015",8241,34514 -"66016",8241,35000 -"66017",8241,37448 -"66018",8241,37563 -"66019",8241,59300 -"66020",8241,82386 -"66021",8242,39740 -"66022",8242,84396 -"66023",8242,93903 -"66024",8243,10396 -"66025",8243,28466 -"66026",8244,8861 -"66027",8244,15436 -"66028",8244,15452 -"66029",8244,15705 -"66030",8244,33717 -"66031",8244,42239 -"66032",8244,45921 -"66033",8244,52053 -"66034",8244,56659 -"66035",8244,70163 -"66036",8244,74477 -"66037",8244,74478 -"66038",8244,74513 -"66039",8244,74560 -"66040",8244,81967 -"66041",8245,30163 -"66042",8245,44551 -"66043",8245,79236 -"66044",8245,79972 -"66045",8245,112037 -"66046",8245,118475 -"66047",8246,8577 -"66048",8246,25756 -"66049",8246,52461 -"66050",8247,19309 -"66051",8247,49109 -"66052",8247,53280 -"66053",8247,121731 -"66054",8248,8933 -"66055",8248,9343 -"66056",8248,10595 -"66057",8248,11699 -"66058",8248,14577 -"66059",8248,16412 -"66060",8248,23985 -"66061",8248,25376 -"66062",8248,29343 -"66063",8248,38168 -"66064",8248,40335 -"66065",8248,40404 -"66066",8248,41096 -"66067",8248,41237 -"66068",8248,41248 -"66069",8248,42331 -"66070",8248,53825 -"66071",8248,54398 -"66072",8248,56862 -"66073",8248,70101 -"66074",8248,79068 -"66075",8248,83638 -"66076",8248,85704 -"66077",8249,15124 -"66078",8249,32265 -"66079",8249,35966 -"66080",8249,40511 -"66081",8249,46752 -"66082",8249,52688 -"66083",8249,63632 -"66084",8249,70982 -"66085",8249,73193 -"66086",8249,82281 -"66087",8249,82997 -"66088",8249,86623 -"66089",8249,98686 -"66090",8249,98703 -"66091",8249,98706 -"66092",8250,8302 -"66093",8251,56184 -"66094",8251,116392 -"66095",8252,12041 -"66096",8252,28504 -"66097",8252,67557 -"66098",8252,79283 -"66099",8252,79291 -"66100",8252,79335 -"66101",8253,8675 -"66102",8253,8771 -"66103",8253,8833 -"66104",8253,8880 -"66105",8253,43276 -"66106",8254,8255 -"66107",8256,9239 -"66108",8256,9240 -"66109",8256,37422 -"66110",8256,37533 -"66111",8256,46210 -"66112",8257,10095 -"66113",8257,16991 -"66114",8257,18996 -"66115",8257,22322 -"66116",8257,22859 -"66117",8257,37668 -"66118",8257,44304 -"66119",8257,48249 -"66120",8257,61605 -"66121",8257,62644 -"66122",8257,73338 -"66123",8257,79343 -"66124",8257,83458 -"66125",8257,117061 -"66126",8257,121164 -"66127",8257,123145 -"66128",8258,14019 -"66129",8258,16011 -"66130",8258,23296 -"66131",8258,27725 -"66132",8258,30443 -"66133",8258,33604 -"66134",8258,50186 -"66135",8258,52011 -"66136",8258,59628 -"66137",8258,63753 -"66138",8258,64630 -"66139",8258,64667 -"66140",8258,79211 -"66141",8258,79224 -"66142",8259,13200 -"66143",8259,14655 -"66144",8259,15770 -"66145",8260,22924 -"66146",8261,28893 -"66147",8262,39418 -"66148",8263,53814 -"66149",8264,18264 -"66150",8264,21167 -"66151",8264,21619 -"66152",8264,25435 -"66153",8264,35407 -"66154",8264,67597 -"66155",8264,69316 -"66156",8264,70159 -"66157",8264,72936 -"66158",8264,89062 -"66159",8264,89120 -"66160",8264,89606 -"66161",8264,90416 -"66162",8264,91060 -"66163",8264,91063 -"66164",8264,91397 -"66165",8264,93033 -"66166",8264,96155 -"66167",8264,96769 -"66168",8264,96771 -"66169",8264,98930 -"66170",8264,108296 -"66171",8265,86856 -"66172",8266,8331 -"66173",8266,10760 -"66174",8266,11485 -"66175",8266,11946 -"66176",8266,14891 -"66177",8266,18397 -"66178",8266,20653 -"66179",8266,22876 -"66180",8266,26443 -"66181",8266,28043 -"66182",8266,28438 -"66183",8266,28568 -"66184",8266,29296 -"66185",8266,31168 -"66186",8266,31170 -"66187",8266,31181 -"66188",8266,31182 -"66189",8266,31184 -"66190",8266,31238 -"66191",8266,31247 -"66192",8266,31269 -"66193",8266,31314 -"66194",8266,52225 -"66195",8266,65557 -"66196",8266,68923 -"66197",8266,74711 -"66198",8267,8393 -"66199",8267,11078 -"66200",8267,21628 -"66201",8267,25771 -"66202",8267,28190 -"66203",8267,31368 -"66204",8267,36499 -"66205",8267,46883 -"66206",8267,52376 -"66207",8267,70506 -"66208",8267,82993 -"66209",8267,89561 -"66210",8267,90528 -"66211",8267,109266 -"66212",8267,120406 -"66213",8267,122575 -"66214",8268,37362 -"66215",8268,37987 -"66216",8268,55712 -"66217",8269,37906 -"66218",8269,46889 -"66219",8269,50109 -"66220",8269,58231 -"66221",8269,72964 -"66222",8269,73074 -"66223",8269,87754 -"66224",8269,110925 -"66225",8269,114124 -"66226",8270,10864 -"66227",8270,17600 -"66228",8270,20683 -"66229",8270,36233 -"66230",8270,38838 -"66231",8270,38893 -"66232",8270,64555 -"66233",8270,78731 -"66234",8270,90524 -"66235",8270,100198 -"66236",8270,103297 -"66237",8270,117628 -"66238",8271,87159 -"66239",8272,8346 -"66240",8272,8967 -"66241",8272,17316 -"66242",8272,42846 -"66243",8272,49717 -"66244",8273,36204 -"66245",8274,8327 -"66246",8274,8330 -"66247",8274,8352 -"66248",8274,8357 -"66249",8274,8359 -"66250",8274,8434 -"66251",8274,11514 -"66252",8274,12080 -"66253",8274,18054 -"66254",8274,20250 -"66255",8274,23569 -"66256",8274,24144 -"66257",8274,25883 -"66258",8274,27445 -"66259",8274,28325 -"66260",8274,30863 -"66261",8274,31377 -"66262",8274,37419 -"66263",8274,38935 -"66264",8274,48274 -"66265",8274,50866 -"66266",8274,55550 -"66267",8274,60302 -"66268",8274,70976 -"66269",8274,79204 -"66270",8274,79616 -"66271",8274,84431 -"66272",8274,91579 -"66273",8274,91585 -"66274",8274,98921 -"66275",8274,99134 -"66276",8274,114779 -"66277",8275,19917 -"66278",8275,20931 -"66279",8275,34475 -"66280",8275,43813 -"66281",8275,44139 -"66282",8275,74267 -"66283",8275,76332 -"66284",8276,21340 -"66285",8276,23045 -"66286",8277,12129 -"66287",8277,17188 -"66288",8277,18238 -"66289",8277,22797 -"66290",8277,25438 -"66291",8277,42282 -"66292",8277,56915 -"66293",8277,65734 -"66294",8277,69866 -"66295",8277,70195 -"66296",8277,77511 -"66297",8277,90751 -"66298",8277,90946 -"66299",8277,94400 -"66300",8277,99143 -"66301",8277,99164 -"66302",8277,105878 -"66303",8277,108926 -"66304",8277,108937 -"66305",8277,113846 -"66306",8277,116476 -"66307",8277,116836 -"66308",8277,118333 -"66309",8278,56296 -"66310",8279,8312 -"66311",8279,8435 -"66312",8279,8600 -"66313",8279,22391 -"66314",8279,22954 -"66315",8279,39727 -"66316",8280,9257 -"66317",8280,23797 -"66318",8280,23824 -"66319",8280,23854 -"66320",8280,23858 -"66321",8280,23874 -"66322",8280,41910 -"66323",8280,63371 -"66324",8280,91164 -"66325",8281,29703 -"66326",8281,54653 -"66327",8281,61312 -"66328",8281,90478 -"66329",8281,97112 -"66330",8281,104458 -"66331",8281,115078 -"66332",8282,9039 -"66333",8282,12262 -"66334",8282,25210 -"66335",8282,28557 -"66336",8282,30011 -"66337",8282,81585 -"66338",8282,81621 -"66339",8284,36826 -"66340",8284,102218 -"66341",8285,53716 -"66342",8285,57334 -"66343",8285,61445 -"66344",8285,62513 -"66345",8285,89764 -"66346",8285,96364 -"66347",8285,118798 -"66348",8286,27039 -"66349",8286,42618 -"66350",8286,98435 -"66351",8286,102680 -"66352",8286,113370 -"66353",8286,117105 -"66354",8287,13224 -"66355",8287,19116 -"66356",8287,22503 -"66357",8287,53542 -"66358",8287,61209 -"66359",8287,78829 -"66360",8287,84520 -"66361",8287,95502 -"66362",8289,11546 -"66363",8289,12312 -"66364",8289,16496 -"66365",8289,18735 -"66366",8289,29456 -"66367",8289,29707 -"66368",8289,32988 -"66369",8289,42505 -"66370",8289,45395 -"66371",8289,47421 -"66372",8289,54553 -"66373",8289,55139 -"66374",8289,56955 -"66375",8289,58553 -"66376",8289,66345 -"66377",8289,69347 -"66378",8289,77664 -"66379",8289,79743 -"66380",8289,97160 -"66381",8289,99207 -"66382",8289,115040 -"66383",8290,8332 -"66384",8290,16369 -"66385",8290,73473 -"66386",8290,76903 -"66387",8290,82089 -"66388",8290,83153 -"66389",8290,98891 -"66390",8290,99313 -"66391",8290,99325 -"66392",8290,99337 -"66393",8290,102485 -"66394",8290,111246 -"66395",8290,121904 -"66396",8291,37139 -"66397",8291,94270 -"66398",8292,8337 -"66399",8292,46059 -"66400",8293,12888 -"66401",8293,27800 -"66402",8293,70283 -"66403",8294,8342 -"66404",8294,59210 -"66405",8294,83029 -"66406",8294,109837 -"66407",8294,111903 -"66408",8294,116107 -"66409",8295,13295 -"66410",8295,94361 -"66411",8296,47498 -"66412",8296,62125 -"66413",8296,68593 -"66414",8297,27350 -"66415",8298,8300 -"66416",8298,10307 -"66417",8298,10994 -"66418",8298,11353 -"66419",8298,11562 -"66420",8298,11592 -"66421",8298,29231 -"66422",8298,43940 -"66423",8298,56174 -"66424",8298,56867 -"66425",8298,85387 -"66426",8299,8325 -"66427",8299,31633 -"66428",8299,44473 -"66429",8299,44501 -"66430",8300,10374 -"66431",8300,11244 -"66432",8300,12162 -"66433",8300,17576 -"66434",8300,20225 -"66435",8300,25826 -"66436",8300,27485 -"66437",8300,27538 -"66438",8300,27677 -"66439",8300,43940 -"66440",8300,76997 -"66441",8300,81770 -"66442",8300,81776 -"66443",8300,86576 -"66444",8300,95366 -"66445",8300,95473 -"66446",8301,11781 -"66447",8301,11869 -"66448",8301,12480 -"66449",8301,22866 -"66450",8301,24012 -"66451",8301,32731 -"66452",8301,33158 -"66453",8301,34397 -"66454",8301,35518 -"66455",8301,37238 -"66456",8301,38789 -"66457",8301,41351 -"66458",8301,41779 -"66459",8301,48295 -"66460",8301,48889 -"66461",8301,53353 -"66462",8301,54059 -"66463",8301,57147 -"66464",8301,68432 -"66465",8301,80867 -"66466",8301,90947 -"66467",8301,92550 -"66468",8301,99629 -"66469",8301,111004 -"66470",8301,111055 -"66471",8302,11916 -"66472",8302,16388 -"66473",8302,22442 -"66474",8302,27726 -"66475",8302,35067 -"66476",8302,45332 -"66477",8302,71055 -"66478",8302,99281 -"66479",8302,99729 -"66480",8302,108189 -"66481",8302,109795 -"66482",8303,23065 -"66483",8303,46285 -"66484",8303,83034 -"66485",8303,115072 -"66486",8304,22291 -"66487",8304,58625 -"66488",8306,9178 -"66489",8306,14632 -"66490",8306,37505 -"66491",8306,57681 -"66492",8306,68876 -"66493",8306,69232 -"66494",8307,8534 -"66495",8307,9366 -"66496",8307,9831 -"66497",8307,10425 -"66498",8307,11766 -"66499",8307,12735 -"66500",8307,12779 -"66501",8307,13360 -"66502",8307,13717 -"66503",8307,13942 -"66504",8307,15027 -"66505",8307,15185 -"66506",8307,15216 -"66507",8307,15964 -"66508",8307,16252 -"66509",8307,16872 -"66510",8307,17145 -"66511",8307,17508 -"66512",8307,17604 -"66513",8307,18060 -"66514",8307,18217 -"66515",8307,21037 -"66516",8307,22462 -"66517",8307,22823 -"66518",8307,23147 -"66519",8307,23421 -"66520",8307,23632 -"66521",8307,23953 -"66522",8307,24495 -"66523",8307,24710 -"66524",8307,25143 -"66525",8307,25303 -"66526",8307,25664 -"66527",8307,26407 -"66528",8307,27174 -"66529",8307,27196 -"66530",8307,27710 -"66531",8307,28703 -"66532",8307,29253 -"66533",8307,29341 -"66534",8307,29560 -"66535",8307,29573 -"66536",8307,29868 -"66537",8307,32438 -"66538",8307,32967 -"66539",8307,33223 -"66540",8307,33881 -"66541",8307,34097 -"66542",8307,34330 -"66543",8307,34513 -"66544",8307,35400 -"66545",8307,35499 -"66546",8307,36476 -"66547",8307,36547 -"66548",8307,36745 -"66549",8307,37821 -"66550",8307,37931 -"66551",8307,38319 -"66552",8307,39398 -"66553",8307,39492 -"66554",8307,40320 -"66555",8307,40373 -"66556",8307,40542 -"66557",8307,41182 -"66558",8307,42131 -"66559",8307,46843 -"66560",8307,48331 -"66561",8307,48712 -"66562",8307,56179 -"66563",8307,76503 -"66564",8307,83285 -"66565",8307,84317 -"66566",8307,84796 -"66567",8307,85737 -"66568",8307,88739 -"66569",8307,103417 -"66570",8307,105567 -"66571",8307,109597 -"66572",8307,110910 -"66573",8307,112421 -"66574",8308,89584 -"66575",8308,97502 -"66576",8309,8328 -"66577",8310,13329 -"66578",8311,29913 -"66579",8311,85590 -"66580",8311,97196 -"66581",8312,8435 -"66582",8312,31119 -"66583",8312,62832 -"66584",8312,78955 -"66585",8313,8341 -"66586",8314,8340 -"66587",8314,8350 -"66588",8314,13878 -"66589",8314,25166 -"66590",8314,98913 -"66591",8314,105828 -"66592",8314,105833 -"66593",8315,13939 -"66594",8315,17838 -"66595",8315,19734 -"66596",8315,19865 -"66597",8315,19934 -"66598",8315,42643 -"66599",8315,57675 -"66600",8315,61978 -"66601",8315,69788 -"66602",8315,110760 -"66603",8316,19525 -"66604",8316,19659 -"66605",8317,18846 -"66606",8317,39929 -"66607",8317,81866 -"66608",8317,92762 -"66609",8317,103061 -"66610",8318,8510 -"66611",8318,10871 -"66612",8319,13738 -"66613",8319,26873 -"66614",8319,28260 -"66615",8319,65362 -"66616",8319,102537 -"66617",8319,102624 -"66618",8319,105489 -"66619",8320,52996 -"66620",8321,14774 -"66621",8321,17338 -"66622",8321,28545 -"66623",8321,64651 -"66624",8321,113423 -"66625",8322,11867 -"66626",8322,14185 -"66627",8322,40447 -"66628",8322,40551 -"66629",8322,50901 -"66630",8322,53187 -"66631",8322,65231 -"66632",8322,68385 -"66633",8322,69629 -"66634",8322,77011 -"66635",8322,94035 -"66636",8322,94105 -"66637",8322,99575 -"66638",8322,102177 -"66639",8322,114705 -"66640",8323,11881 -"66641",8324,14527 -"66642",8324,46813 -"66643",8324,120358 -"66644",8325,8569 -"66645",8325,20793 -"66646",8325,23475 -"66647",8325,24545 -"66648",8325,46828 -"66649",8326,23220 -"66650",8326,43695 -"66651",8326,45774 -"66652",8326,48122 -"66653",8326,80640 -"66654",8326,99087 -"66655",8326,117906 -"66656",8327,8330 -"66657",8327,8352 -"66658",8327,8357 -"66659",8327,8359 -"66660",8327,8434 -"66661",8327,11514 -"66662",8327,24144 -"66663",8327,25883 -"66664",8327,32097 -"66665",8327,60302 -"66666",8327,76746 -"66667",8327,79204 -"66668",8327,84431 -"66669",8329,18268 -"66670",8329,23737 -"66671",8329,93675 -"66672",8330,8352 -"66673",8330,8357 -"66674",8330,8359 -"66675",8330,8434 -"66676",8330,16383 -"66677",8330,38198 -"66678",8330,41058 -"66679",8330,48090 -"66680",8330,50480 -"66681",8331,21196 -"66682",8331,35503 -"66683",8331,43127 -"66684",8331,49495 -"66685",8332,35316 -"66686",8332,38543 -"66687",8332,74564 -"66688",8332,76903 -"66689",8332,77891 -"66690",8332,79905 -"66691",8332,105953 -"66692",8332,106711 -"66693",8332,110415 -"66694",8333,16361 -"66695",8333,16488 -"66696",8333,18402 -"66697",8333,22571 -"66698",8333,25885 -"66699",8333,51099 -"66700",8333,53347 -"66701",8333,82916 -"66702",8333,90701 -"66703",8333,95354 -"66704",8333,96720 -"66705",8333,96722 -"66706",8334,10017 -"66707",8334,14625 -"66708",8334,49524 -"66709",8334,70859 -"66710",8335,10588 -"66711",8335,12238 -"66712",8335,20229 -"66713",8335,23945 -"66714",8335,24317 -"66715",8335,60334 -"66716",8335,60503 -"66717",8335,66692 -"66718",8336,18743 -"66719",8338,24747 -"66720",8338,24857 -"66721",8339,25392 -"66722",8339,33119 -"66723",8339,45429 -"66724",8339,64975 -"66725",8340,8350 -"66726",8340,12288 -"66727",8340,16244 -"66728",8340,17194 -"66729",8340,22221 -"66730",8340,24181 -"66731",8340,33500 -"66732",8340,34148 -"66733",8340,45299 -"66734",8340,45498 -"66735",8340,45583 -"66736",8340,58341 -"66737",8340,66267 -"66738",8340,69512 -"66739",8341,58894 -"66740",8343,12405 -"66741",8343,19161 -"66742",8343,24271 -"66743",8343,24807 -"66744",8343,25508 -"66745",8343,25979 -"66746",8343,36048 -"66747",8343,38051 -"66748",8343,49677 -"66749",8343,53113 -"66750",8343,56741 -"66751",8343,61082 -"66752",8343,61609 -"66753",8343,68960 -"66754",8344,20438 -"66755",8344,47303 -"66756",8345,22833 -"66757",8345,25605 -"66758",8345,33119 -"66759",8345,43046 -"66760",8345,48411 -"66761",8345,52023 -"66762",8345,52492 -"66763",8345,56116 -"66764",8345,66629 -"66765",8345,69355 -"66766",8345,69383 -"66767",8345,71932 -"66768",8345,72367 -"66769",8345,74068 -"66770",8345,86158 -"66771",8345,90818 -"66772",8345,90922 -"66773",8345,92713 -"66774",8345,97317 -"66775",8345,98948 -"66776",8345,103152 -"66777",8345,105224 -"66778",8345,108886 -"66779",8347,8376 -"66780",8347,8457 -"66781",8347,9044 -"66782",8347,15116 -"66783",8347,19881 -"66784",8347,24558 -"66785",8347,26671 -"66786",8347,37800 -"66787",8347,85771 -"66788",8348,27503 -"66789",8348,31373 -"66790",8348,33741 -"66791",8348,44972 -"66792",8348,70121 -"66793",8348,101702 -"66794",8349,27762 -"66795",8349,46684 -"66796",8349,71063 -"66797",8349,87982 -"66798",8350,17464 -"66799",8350,19494 -"66800",8350,22324 -"66801",8350,25261 -"66802",8350,40046 -"66803",8350,45014 -"66804",8350,48004 -"66805",8350,103073 -"66806",8350,108705 -"66807",8350,118182 -"66808",8351,34461 -"66809",8351,85453 -"66810",8352,8357 -"66811",8352,8359 -"66812",8352,8434 -"66813",8352,11514 -"66814",8352,24144 -"66815",8352,25883 -"66816",8352,28325 -"66817",8352,29280 -"66818",8352,30863 -"66819",8352,31377 -"66820",8352,38935 -"66821",8352,60302 -"66822",8352,65153 -"66823",8352,79204 -"66824",8352,84431 -"66825",8352,98921 -"66826",8352,99134 -"66827",8352,114779 -"66828",8353,8406 -"66829",8353,8432 -"66830",8353,8433 -"66831",8353,34012 -"66832",8353,47248 -"66833",8353,51017 -"66834",8353,63547 -"66835",8353,70020 -"66836",8353,74975 -"66837",8353,82977 -"66838",8353,90921 -"66839",8353,95997 -"66840",8353,117701 -"66841",8353,117703 -"66842",8353,117707 -"66843",8354,8355 -"66844",8354,8738 -"66845",8354,9766 -"66846",8354,10473 -"66847",8354,11091 -"66848",8354,11857 -"66849",8354,15310 -"66850",8354,15350 -"66851",8354,15446 -"66852",8354,15486 -"66853",8354,22173 -"66854",8354,23277 -"66855",8354,26203 -"66856",8354,35706 -"66857",8354,87162 -"66858",8356,8404 -"66859",8356,8426 -"66860",8356,8470 -"66861",8356,20681 -"66862",8356,23846 -"66863",8356,24865 -"66864",8357,8359 -"66865",8357,8434 -"66866",8357,11514 -"66867",8357,24144 -"66868",8357,25883 -"66869",8357,32097 -"66870",8357,60302 -"66871",8357,62504 -"66872",8357,67743 -"66873",8357,76746 -"66874",8357,79204 -"66875",8357,83245 -"66876",8357,84431 -"66877",8357,106079 -"66878",8357,116944 -"66879",8358,9798 -"66880",8358,13572 -"66881",8358,14290 -"66882",8358,20371 -"66883",8359,8434 -"66884",8360,16631 -"66885",8360,17314 -"66886",8360,35285 -"66887",8360,44171 -"66888",8360,60960 -"66889",8360,77457 -"66890",8360,82724 -"66891",8360,83520 -"66892",8361,14202 -"66893",8361,15567 -"66894",8361,16041 -"66895",8361,49445 -"66896",8361,49984 -"66897",8362,20020 -"66898",8362,50685 -"66899",8362,75524 -"66900",8362,75953 -"66901",8362,77953 -"66902",8362,78316 -"66903",8362,100616 -"66904",8362,114507 -"66905",8362,117017 -"66906",8362,117020 -"66907",8363,8396 -"66908",8363,88194 -"66909",8363,96700 -"66910",8363,103212 -"66911",8363,110868 -"66912",8363,111684 -"66913",8363,113079 -"66914",8364,15136 -"66915",8365,11311 -"66916",8365,26393 -"66917",8365,28409 -"66918",8365,51931 -"66919",8365,61657 -"66920",8366,18475 -"66921",8366,80866 -"66922",8366,97460 -"66923",8366,106425 -"66924",8366,111417 -"66925",8366,111421 -"66926",8367,27484 -"66927",8367,68349 -"66928",8368,9881 -"66929",8368,17821 -"66930",8368,20361 -"66931",8368,31649 -"66932",8368,78853 -"66933",8368,91093 -"66934",8368,102417 -"66935",8368,107000 -"66936",8369,8533 -"66937",8369,8553 -"66938",8369,47214 -"66939",8369,51435 -"66940",8369,57977 -"66941",8370,8567 -"66942",8370,17238 -"66943",8370,23089 -"66944",8370,53018 -"66945",8370,63022 -"66946",8370,72752 -"66947",8371,8443 -"66948",8371,8480 -"66949",8371,31042 -"66950",8371,43516 -"66951",8371,94151 -"66952",8372,47267 -"66953",8372,67776 -"66954",8372,98851 -"66955",8373,18214 -"66956",8373,18416 -"66957",8373,19557 -"66958",8373,20011 -"66959",8373,20012 -"66960",8373,28727 -"66961",8373,30194 -"66962",8373,65243 -"66963",8373,69521 -"66964",8373,76867 -"66965",8373,85549 -"66966",8373,94495 -"66967",8373,96933 -"66968",8373,100247 -"66969",8374,14036 -"66970",8374,16558 -"66971",8374,18764 -"66972",8374,22039 -"66973",8374,31852 -"66974",8374,33312 -"66975",8374,42541 -"66976",8374,43725 -"66977",8374,47129 -"66978",8374,52022 -"66979",8374,53360 -"66980",8374,53801 -"66981",8374,64052 -"66982",8374,77167 -"66983",8374,78136 -"66984",8374,78791 -"66985",8374,96540 -"66986",8374,96635 -"66987",8374,96692 -"66988",8374,102510 -"66989",8375,79661 -"66990",8376,8457 -"66991",8376,9175 -"66992",8376,12358 -"66993",8376,19881 -"66994",8376,20164 -"66995",8376,20316 -"66996",8376,28154 -"66997",8376,30983 -"66998",8376,33591 -"66999",8376,40580 -"67000",8376,81725 -"67001",8378,31184 -"67002",8378,70780 -"67003",8378,123307 -"67004",8379,8627 -"67005",8380,18200 -"67006",8380,22892 -"67007",8380,24242 -"67008",8380,46833 -"67009",8380,64031 -"67010",8381,21165 -"67011",8381,27061 -"67012",8381,31987 -"67013",8381,39719 -"67014",8381,66931 -"67015",8381,73420 -"67016",8381,77700 -"67017",8381,78391 -"67018",8381,84663 -"67019",8381,119241 -"67020",8381,120301 -"67021",8382,11218 -"67022",8382,12042 -"67023",8382,48897 -"67024",8383,15251 -"67025",8383,16444 -"67026",8383,18005 -"67027",8383,23923 -"67028",8383,30626 -"67029",8383,34761 -"67030",8383,35682 -"67031",8383,36593 -"67032",8383,38917 -"67033",8383,40028 -"67034",8383,42616 -"67035",8383,44675 -"67036",8383,45729 -"67037",8383,46578 -"67038",8383,46819 -"67039",8383,47767 -"67040",8383,48466 -"67041",8383,49282 -"67042",8383,52168 -"67043",8383,52853 -"67044",8383,56082 -"67045",8383,56976 -"67046",8383,57647 -"67047",8383,60800 -"67048",8383,61023 -"67049",8383,62041 -"67050",8383,63396 -"67051",8383,64947 -"67052",8383,66506 -"67053",8383,107075 -"67054",8384,8418 -"67055",8384,8431 -"67056",8384,9003 -"67057",8384,10513 -"67058",8384,12471 -"67059",8384,12640 -"67060",8384,12724 -"67061",8384,15671 -"67062",8384,16679 -"67063",8384,21849 -"67064",8384,22170 -"67065",8384,34303 -"67066",8384,35808 -"67067",8384,38798 -"67068",8384,40099 -"67069",8384,42831 -"67070",8384,46091 -"67071",8384,51017 -"67072",8384,65604 -"67073",8384,80145 -"67074",8384,84720 -"67075",8384,97051 -"67076",8385,55323 -"67077",8385,117073 -"67078",8386,8453 -"67079",8386,21131 -"67080",8386,23802 -"67081",8386,30558 -"67082",8386,32734 -"67083",8386,50161 -"67084",8386,51287 -"67085",8387,8403 -"67086",8388,8390 -"67087",8388,8412 -"67088",8388,33594 -"67089",8388,34115 -"67090",8388,107696 -"67091",8388,107774 -"67092",8389,23576 -"67093",8390,8412 -"67094",8390,13774 -"67095",8390,14623 -"67096",8390,19477 -"67097",8390,21708 -"67098",8390,23302 -"67099",8390,23309 -"67100",8390,24610 -"67101",8390,28054 -"67102",8390,30317 -"67103",8390,30365 -"67104",8390,30378 -"67105",8390,34570 -"67106",8390,36085 -"67107",8390,45131 -"67108",8390,45250 -"67109",8390,45296 -"67110",8391,8609 -"67111",8391,11415 -"67112",8391,12204 -"67113",8391,13205 -"67114",8391,16240 -"67115",8391,18344 -"67116",8391,24431 -"67117",8391,32056 -"67118",8391,32261 -"67119",8391,37704 -"67120",8391,39917 -"67121",8391,46348 -"67122",8391,48381 -"67123",8391,60931 -"67124",8391,68068 -"67125",8392,22996 -"67126",8392,25546 -"67127",8392,44511 -"67128",8392,54532 -"67129",8393,50081 -"67130",8393,76316 -"67131",8394,76174 -"67132",8394,94531 -"67133",8395,9837 -"67134",8395,10585 -"67135",8395,11647 -"67136",8395,19234 -"67137",8395,22246 -"67138",8395,48285 -"67139",8395,48935 -"67140",8395,49825 -"67141",8395,60228 -"67142",8395,65179 -"67143",8395,100788 -"67144",8395,111676 -"67145",8397,19088 -"67146",8397,19522 -"67147",8398,38409 -"67148",8398,72849 -"67149",8398,118464 -"67150",8399,8546 -"67151",8399,16409 -"67152",8399,21111 -"67153",8399,40309 -"67154",8399,40869 -"67155",8399,44795 -"67156",8399,49148 -"67157",8399,58557 -"67158",8399,84438 -"67159",8399,91978 -"67160",8399,92585 -"67161",8399,103720 -"67162",8400,10944 -"67163",8401,11618 -"67164",8401,56535 -"67165",8402,8732 -"67166",8402,10431 -"67167",8402,10901 -"67168",8402,11639 -"67169",8402,14077 -"67170",8402,14396 -"67171",8402,15251 -"67172",8402,16444 -"67173",8402,17313 -"67174",8402,17645 -"67175",8402,19257 -"67176",8402,20299 -"67177",8402,20443 -"67178",8402,20532 -"67179",8402,21093 -"67180",8402,22117 -"67181",8402,23131 -"67182",8402,26694 -"67183",8402,27063 -"67184",8402,27989 -"67185",8402,33489 -"67186",8402,38222 -"67187",8402,39405 -"67188",8402,40253 -"67189",8402,40335 -"67190",8402,40366 -"67191",8402,41712 -"67192",8402,42236 -"67193",8402,42439 -"67194",8402,42723 -"67195",8402,43679 -"67196",8402,46339 -"67197",8402,46486 -"67198",8402,49163 -"67199",8402,54341 -"67200",8402,61906 -"67201",8402,63364 -"67202",8402,75351 -"67203",8402,77308 -"67204",8402,84882 -"67205",8402,86925 -"67206",8402,87101 -"67207",8403,20009 -"67208",8403,44370 -"67209",8404,8426 -"67210",8404,8470 -"67211",8404,13841 -"67212",8404,33036 -"67213",8404,61168 -"67214",8404,94366 -"67215",8404,94370 -"67216",8405,54495 -"67217",8405,108457 -"67218",8405,112615 -"67219",8405,117813 -"67220",8406,8432 -"67221",8406,8433 -"67222",8406,40041 -"67223",8406,49966 -"67224",8406,78814 -"67225",8407,38052 -"67226",8408,8409 -"67227",8408,8436 -"67228",8408,98972 -"67229",8408,112427 -"67230",8409,8436 -"67231",8409,29557 -"67232",8409,33704 -"67233",8409,33705 -"67234",8409,36563 -"67235",8409,45510 -"67236",8409,52233 -"67237",8409,66947 -"67238",8409,66955 -"67239",8409,67141 -"67240",8409,72005 -"67241",8409,85436 -"67242",8409,91656 -"67243",8410,107150 -"67244",8410,107151 -"67245",8411,53385 -"67246",8412,12241 -"67247",8412,63537 -"67248",8412,92026 -"67249",8413,39500 -"67250",8414,15371 -"67251",8414,37904 -"67252",8414,45682 -"67253",8414,110750 -"67254",8415,26773 -"67255",8415,84005 -"67256",8415,84013 -"67257",8415,84014 -"67258",8416,9348 -"67259",8416,12374 -"67260",8416,15282 -"67261",8416,22046 -"67262",8416,22648 -"67263",8416,24716 -"67264",8416,32017 -"67265",8416,37800 -"67266",8416,39367 -"67267",8416,39444 -"67268",8416,39853 -"67269",8416,39865 -"67270",8416,39968 -"67271",8416,40072 -"67272",8416,59939 -"67273",8416,77043 -"67274",8416,88218 -"67275",8416,88699 -"67276",8416,91912 -"67277",8416,94671 -"67278",8416,100212 -"67279",8416,100230 -"67280",8417,12619 -"67281",8417,13863 -"67282",8417,21083 -"67283",8417,25210 -"67284",8417,25211 -"67285",8417,25279 -"67286",8417,25280 -"67287",8417,25480 -"67288",8417,25699 -"67289",8417,25749 -"67290",8417,25786 -"67291",8417,25808 -"67292",8417,25896 -"67293",8418,8431 -"67294",8418,8437 -"67295",8418,9003 -"67296",8418,12456 -"67297",8418,12471 -"67298",8418,15671 -"67299",8418,16122 -"67300",8418,17422 -"67301",8418,21176 -"67302",8418,21849 -"67303",8418,22946 -"67304",8418,30285 -"67305",8418,35808 -"67306",8418,39373 -"67307",8418,41686 -"67308",8418,42273 -"67309",8418,42831 -"67310",8418,45302 -"67311",8418,48359 -"67312",8418,51017 -"67313",8418,51021 -"67314",8418,51035 -"67315",8418,51046 -"67316",8418,51047 -"67317",8418,51568 -"67318",8418,54848 -"67319",8418,60370 -"67320",8418,60371 -"67321",8418,65028 -"67322",8418,69827 -"67323",8419,70219 -"67324",8419,84050 -"67325",8420,10694 -"67326",8421,8884 -"67327",8422,104454 -"67328",8423,10024 -"67329",8423,11880 -"67330",8423,26474 -"67331",8423,59476 -"67332",8423,81122 -"67333",8423,82607 -"67334",8423,90082 -"67335",8423,95882 -"67336",8424,9761 -"67337",8424,11775 -"67338",8424,28013 -"67339",8424,32290 -"67340",8424,34739 -"67341",8424,38608 -"67342",8424,66306 -"67343",8424,102314 -"67344",8424,106252 -"67345",8425,12172 -"67346",8425,21085 -"67347",8425,40609 -"67348",8425,66110 -"67349",8425,68527 -"67350",8425,93248 -"67351",8425,113367 -"67352",8425,113370 -"67353",8425,114946 -"67354",8425,115179 -"67355",8426,8470 -"67356",8426,10650 -"67357",8426,10779 -"67358",8426,10840 -"67359",8426,20170 -"67360",8426,65368 -"67361",8426,115333 -"67362",8427,25792 -"67363",8427,51595 -"67364",8427,87955 -"67365",8428,9227 -"67366",8428,13802 -"67367",8428,16710 -"67368",8428,17210 -"67369",8428,21500 -"67370",8428,23488 -"67371",8428,24508 -"67372",8428,40572 -"67373",8428,46486 -"67374",8428,61192 -"67375",8428,64007 -"67376",8428,77308 -"67377",8429,15284 -"67378",8429,54510 -"67379",8430,19233 -"67380",8430,32836 -"67381",8431,8437 -"67382",8431,9003 -"67383",8431,9821 -"67384",8431,12471 -"67385",8431,14986 -"67386",8431,15671 -"67387",8431,16122 -"67388",8431,17422 -"67389",8431,19182 -"67390",8431,21176 -"67391",8431,21847 -"67392",8431,21849 -"67393",8431,21929 -"67394",8431,22170 -"67395",8431,22946 -"67396",8431,25124 -"67397",8431,32452 -"67398",8431,34303 -"67399",8431,35808 -"67400",8431,37087 -"67401",8431,38186 -"67402",8431,39373 -"67403",8431,41686 -"67404",8431,42273 -"67405",8431,42831 -"67406",8431,50701 -"67407",8431,51568 -"67408",8431,51866 -"67409",8431,54848 -"67410",8431,60370 -"67411",8431,60371 -"67412",8431,65028 -"67413",8431,66452 -"67414",8431,71127 -"67415",8432,8433 -"67416",8434,11514 -"67417",8434,24144 -"67418",8434,25883 -"67419",8434,27127 -"67420",8434,27445 -"67421",8434,28326 -"67422",8434,32097 -"67423",8434,38919 -"67424",8434,55550 -"67425",8434,60302 -"67426",8434,63748 -"67427",8434,79204 -"67428",8434,84431 -"67429",8434,87699 -"67430",8434,90294 -"67431",8434,90306 -"67432",8436,9506 -"67433",8436,11815 -"67434",8436,14766 -"67435",8436,26139 -"67436",8436,32556 -"67437",8436,32680 -"67438",8436,52767 -"67439",8436,69357 -"67440",8436,78768 -"67441",8436,79850 -"67442",8436,91083 -"67443",8436,101534 -"67444",8436,110836 -"67445",8436,111731 -"67446",8437,14986 -"67447",8437,17422 -"67448",8437,21176 -"67449",8437,21849 -"67450",8437,23252 -"67451",8437,30285 -"67452",8437,42129 -"67453",8437,44100 -"67454",8437,48020 -"67455",8437,51017 -"67456",8437,51021 -"67457",8437,51035 -"67458",8437,51046 -"67459",8437,51047 -"67460",8438,9855 -"67461",8438,14034 -"67462",8438,14549 -"67463",8438,42825 -"67464",8438,49578 -"67465",8438,50409 -"67466",8438,79456 -"67467",8438,82957 -"67468",8438,82994 -"67469",8438,84726 -"67470",8439,10313 -"67471",8439,14218 -"67472",8439,17711 -"67473",8439,48936 -"67474",8439,86474 -"67475",8439,111111 -"67476",8440,33312 -"67477",8440,44086 -"67478",8440,87110 -"67479",8441,23820 -"67480",8441,26548 -"67481",8441,30429 -"67482",8441,62303 -"67483",8441,67763 -"67484",8441,83793 -"67485",8441,115776 -"67486",8442,91341 -"67487",8443,8480 -"67488",8443,68187 -"67489",8444,18348 -"67490",8444,23712 -"67491",8444,37551 -"67492",8444,74175 -"67493",8444,93017 -"67494",8444,97366 -"67495",8445,11001 -"67496",8445,13172 -"67497",8445,32291 -"67498",8445,44801 -"67499",8445,53491 -"67500",8445,59882 -"67501",8446,38610 -"67502",8446,41622 -"67503",8446,41623 -"67504",8446,81665 -"67505",8446,94107 -"67506",8447,8596 -"67507",8447,101863 -"67508",8447,121306 -"67509",8448,15616 -"67510",8448,18055 -"67511",8448,23496 -"67512",8448,26710 -"67513",8448,36209 -"67514",8448,39120 -"67515",8449,10471 -"67516",8449,11648 -"67517",8449,22725 -"67518",8449,40730 -"67519",8449,70488 -"67520",8449,77809 -"67521",8449,88266 -"67522",8449,114940 -"67523",8450,112876 -"67524",8451,43777 -"67525",8452,38963 -"67526",8452,65537 -"67527",8452,93362 -"67528",8453,11862 -"67529",8453,12482 -"67530",8453,12628 -"67531",8453,20992 -"67532",8453,21063 -"67533",8453,30558 -"67534",8453,69964 -"67535",8453,81203 -"67536",8453,98558 -"67537",8453,98566 -"67538",8454,14785 -"67539",8454,114103 -"67540",8455,8647 -"67541",8456,10181 -"67542",8456,12954 -"67543",8456,13910 -"67544",8456,15867 -"67545",8456,22088 -"67546",8456,31949 -"67547",8456,34129 -"67548",8456,35042 -"67549",8456,44855 -"67550",8456,45186 -"67551",8456,48023 -"67552",8456,56723 -"67553",8456,56788 -"67554",8456,60603 -"67555",8456,67788 -"67556",8456,75083 -"67557",8456,83043 -"67558",8456,87603 -"67559",8456,93677 -"67560",8456,103682 -"67561",8456,117828 -"67562",8457,15116 -"67563",8457,23059 -"67564",8457,24558 -"67565",8457,26671 -"67566",8457,30983 -"67567",8457,33591 -"67568",8457,34276 -"67569",8457,40580 -"67570",8457,53317 -"67571",8457,75847 -"67572",8457,81725 -"67573",8457,82691 -"67574",8458,62454 -"67575",8458,95374 -"67576",8458,96778 -"67577",8459,85369 -"67578",8460,34963 -"67579",8461,13531 -"67580",8461,24982 -"67581",8461,46231 -"67582",8461,91310 -"67583",8462,60068 -"67584",8462,71333 -"67585",8462,122471 -"67586",8463,16871 -"67587",8463,58125 -"67588",8463,86429 -"67589",8464,21132 -"67590",8464,77136 -"67591",8465,10364 -"67592",8465,15084 -"67593",8465,17685 -"67594",8465,29431 -"67595",8465,45662 -"67596",8465,56913 -"67597",8465,57181 -"67598",8467,11727 -"67599",8467,11883 -"67600",8467,12453 -"67601",8467,13599 -"67602",8467,42301 -"67603",8467,53320 -"67604",8467,70753 -"67605",8468,8898 -"67606",8468,29064 -"67607",8469,22965 -"67608",8469,50713 -"67609",8469,84387 -"67610",8469,102502 -"67611",8470,11670 -"67612",8470,12672 -"67613",8470,31099 -"67614",8470,57389 -"67615",8470,57416 -"67616",8470,109075 -"67617",8470,121421 -"67618",8471,8478 -"67619",8471,9506 -"67620",8471,9716 -"67621",8471,11938 -"67622",8471,13454 -"67623",8471,14626 -"67624",8471,20209 -"67625",8471,23504 -"67626",8471,27807 -"67627",8471,32553 -"67628",8471,32642 -"67629",8471,32682 -"67630",8471,33757 -"67631",8471,46125 -"67632",8471,51027 -"67633",8471,54901 -"67634",8471,58544 -"67635",8471,59209 -"67636",8471,76839 -"67637",8471,78768 -"67638",8471,81708 -"67639",8471,83810 -"67640",8471,84757 -"67641",8471,88406 -"67642",8471,88896 -"67643",8471,89142 -"67644",8471,89724 -"67645",8471,90370 -"67646",8471,94387 -"67647",8471,94867 -"67648",8471,97873 -"67649",8471,98217 -"67650",8471,118247 -"67651",8471,118431 -"67652",8472,8494 -"67653",8472,31820 -"67654",8472,43904 -"67655",8472,58355 -"67656",8472,64270 -"67657",8473,15242 -"67658",8473,15446 -"67659",8473,33406 -"67660",8473,84890 -"67661",8474,13728 -"67662",8474,16192 -"67663",8474,35369 -"67664",8474,38597 -"67665",8474,40959 -"67666",8474,41186 -"67667",8474,58540 -"67668",8474,81151 -"67669",8475,62998 -"67670",8475,112109 -"67671",8476,9121 -"67672",8476,9135 -"67673",8476,9136 -"67674",8476,9160 -"67675",8476,9182 -"67676",8476,9189 -"67677",8476,9293 -"67678",8476,9311 -"67679",8476,9320 -"67680",8476,19719 -"67681",8476,21198 -"67682",8476,23823 -"67683",8476,33153 -"67684",8476,34122 -"67685",8476,40079 -"67686",8476,42049 -"67687",8476,56388 -"67688",8476,66280 -"67689",8476,68801 -"67690",8476,74228 -"67691",8477,9396 -"67692",8477,15788 -"67693",8477,16837 -"67694",8477,18204 -"67695",8477,25740 -"67696",8478,9716 -"67697",8478,9758 -"67698",8478,20845 -"67699",8478,32553 -"67700",8478,32582 -"67701",8478,32642 -"67702",8478,33316 -"67703",8478,33533 -"67704",8478,40678 -"67705",8478,53157 -"67706",8478,53208 -"67707",8478,64504 -"67708",8478,76839 -"67709",8478,78768 -"67710",8478,83798 -"67711",8478,88406 -"67712",8478,91139 -"67713",8478,94457 -"67714",8478,97547 -"67715",8478,100599 -"67716",8478,108403 -"67717",8478,108411 -"67718",8479,22496 -"67719",8479,49928 -"67720",8479,99124 -"67721",8479,100107 -"67722",8481,32478 -"67723",8481,60937 -"67724",8481,104094 -"67725",8481,107211 -"67726",8481,120559 -"67727",8482,51115 -"67728",8482,51129 -"67729",8482,51171 -"67730",8482,51177 -"67731",8482,101195 -"67732",8483,51683 -"67733",8483,51725 -"67734",8483,76778 -"67735",8484,8496 -"67736",8484,15507 -"67737",8484,34414 -"67738",8484,34425 -"67739",8485,9301 -"67740",8485,17794 -"67741",8486,25163 -"67742",8486,32782 -"67743",8486,33590 -"67744",8486,38209 -"67745",8486,62404 -"67746",8486,73217 -"67747",8486,75239 -"67748",8486,79534 -"67749",8486,81285 -"67750",8486,91152 -"67751",8486,100370 -"67752",8486,101529 -"67753",8486,109074 -"67754",8486,112155 -"67755",8486,116087 -"67756",8487,13046 -"67757",8487,23268 -"67758",8487,46104 -"67759",8487,55040 -"67760",8487,55149 -"67761",8487,101680 -"67762",8487,113576 -"67763",8487,114777 -"67764",8488,24528 -"67765",8488,26351 -"67766",8488,28285 -"67767",8488,30149 -"67768",8488,35718 -"67769",8488,76468 -"67770",8488,97335 -"67771",8488,103249 -"67772",8488,103265 -"67773",8488,122176 -"67774",8489,22250 -"67775",8489,27748 -"67776",8489,28630 -"67777",8489,40699 -"67778",8489,45931 -"67779",8489,57294 -"67780",8489,58502 -"67781",8489,63890 -"67782",8489,78324 -"67783",8489,92331 -"67784",8489,122305 -"67785",8490,8894 -"67786",8490,20988 -"67787",8490,25027 -"67788",8490,25157 -"67789",8490,29783 -"67790",8490,44823 -"67791",8490,45976 -"67792",8490,75116 -"67793",8490,77682 -"67794",8490,81872 -"67795",8490,92711 -"67796",8490,93164 -"67797",8490,106564 -"67798",8490,107857 -"67799",8490,107865 -"67800",8491,35550 -"67801",8492,26656 -"67802",8492,47243 -"67803",8492,61577 -"67804",8492,106744 -"67805",8493,37745 -"67806",8493,47408 -"67807",8495,23015 -"67808",8495,26869 -"67809",8495,32798 -"67810",8495,39875 -"67811",8495,42948 -"67812",8495,55541 -"67813",8495,81087 -"67814",8497,12167 -"67815",8497,12628 -"67816",8497,15239 -"67817",8497,31756 -"67818",8497,56214 -"67819",8497,63079 -"67820",8497,74592 -"67821",8497,83238 -"67822",8498,13247 -"67823",8498,17599 -"67824",8498,85914 -"67825",8498,86992 -"67826",8499,14055 -"67827",8499,36459 -"67828",8499,86585 -"67829",8499,91309 -"67830",8499,105183 -"67831",8499,107990 -"67832",8500,27255 -"67833",8500,39619 -"67834",8500,71012 -"67835",8500,85099 -"67836",8500,91978 -"67837",8500,108478 -"67838",8501,9591 -"67839",8501,9593 -"67840",8501,9599 -"67841",8501,14892 -"67842",8501,48941 -"67843",8501,70653 -"67844",8501,111616 -"67845",8501,111674 -"67846",8502,8578 -"67847",8502,32776 -"67848",8502,32852 -"67849",8502,43503 -"67850",8503,15449 -"67851",8503,23804 -"67852",8503,25709 -"67853",8503,33723 -"67854",8503,46800 -"67855",8503,46801 -"67856",8503,79201 -"67857",8503,88400 -"67858",8503,106726 -"67859",8503,107028 -"67860",8503,107042 -"67861",8503,111841 -"67862",8504,99280 -"67863",8505,25785 -"67864",8505,62857 -"67865",8505,95090 -"67866",8506,8523 -"67867",8506,23049 -"67868",8506,34807 -"67869",8506,37045 -"67870",8506,38989 -"67871",8506,42286 -"67872",8506,43893 -"67873",8506,46551 -"67874",8506,103344 -"67875",8506,114901 -"67876",8507,12081 -"67877",8508,12146 -"67878",8508,13047 -"67879",8508,18793 -"67880",8508,31853 -"67881",8508,37354 -"67882",8508,48653 -"67883",8508,69355 -"67884",8508,77511 -"67885",8508,90558 -"67886",8508,99534 -"67887",8508,105661 -"67888",8508,107216 -"67889",8509,8602 -"67890",8509,11717 -"67891",8509,22688 -"67892",8509,45994 -"67893",8509,50991 -"67894",8510,8636 -"67895",8510,9391 -"67896",8510,9998 -"67897",8510,14522 -"67898",8510,24448 -"67899",8510,38313 -"67900",8510,38362 -"67901",8510,52299 -"67902",8510,61158 -"67903",8510,67110 -"67904",8510,67652 -"67905",8510,67669 -"67906",8510,68358 -"67907",8510,68373 -"67908",8511,57683 -"67909",8511,72356 -"67910",8512,24233 -"67911",8512,26308 -"67912",8512,37378 -"67913",8512,38202 -"67914",8512,42089 -"67915",8512,45335 -"67916",8512,71742 -"67917",8512,81602 -"67918",8512,120054 -"67919",8513,10390 -"67920",8513,10505 -"67921",8513,12042 -"67922",8513,12462 -"67923",8513,15481 -"67924",8513,15952 -"67925",8513,21848 -"67926",8513,22005 -"67927",8513,23806 -"67928",8513,47986 -"67929",8513,51071 -"67930",8513,62747 -"67931",8513,73406 -"67932",8513,76030 -"67933",8513,89675 -"67934",8513,98529 -"67935",8513,105389 -"67936",8514,29158 -"67937",8514,32588 -"67938",8514,32589 -"67939",8514,32754 -"67940",8515,63961 -"67941",8516,60157 -"67942",8516,60754 -"67943",8517,27986 -"67944",8517,56269 -"67945",8517,62411 -"67946",8518,12029 -"67947",8519,19376 -"67948",8519,93615 -"67949",8519,96470 -"67950",8520,10534 -"67951",8520,14551 -"67952",8520,14576 -"67953",8520,14601 -"67954",8520,21164 -"67955",8520,36097 -"67956",8521,67004 -"67957",8521,87685 -"67958",8521,92422 -"67959",8521,92442 -"67960",8522,8564 -"67961",8522,10470 -"67962",8522,15826 -"67963",8522,29896 -"67964",8522,35438 -"67965",8522,36233 -"67966",8522,58469 -"67967",8522,58491 -"67968",8522,58500 -"67969",8522,58546 -"67970",8522,58655 -"67971",8523,9132 -"67972",8523,17265 -"67973",8523,17838 -"67974",8523,42286 -"67975",8523,49551 -"67976",8525,16819 -"67977",8525,20466 -"67978",8525,44996 -"67979",8525,46139 -"67980",8525,75895 -"67981",8525,79306 -"67982",8525,85543 -"67983",8525,117208 -"67984",8525,117314 -"67985",8525,118014 -"67986",8526,24382 -"67987",8526,28219 -"67988",8526,29873 -"67989",8526,49793 -"67990",8526,54063 -"67991",8526,89159 -"67992",8526,93301 -"67993",8526,114330 -"67994",8526,118243 -"67995",8527,50775 -"67996",8527,82402 -"67997",8528,105198 -"67998",8528,105220 -"67999",8529,10438 -"68000",8529,13100 -"68001",8529,13313 -"68002",8529,13526 -"68003",8529,19096 -"68004",8529,20538 -"68005",8529,27242 -"68006",8529,35584 -"68007",8529,39389 -"68008",8529,41613 -"68009",8529,62694 -"68010",8529,65006 -"68011",8529,67678 -"68012",8529,77613 -"68013",8529,100715 -"68014",8529,102523 -"68015",8529,111002 -"68016",8530,57665 -"68017",8530,62234 -"68018",8530,69061 -"68019",8531,25117 -"68020",8531,28173 -"68021",8531,37506 -"68022",8531,47743 -"68023",8533,8553 -"68024",8533,12845 -"68025",8533,17898 -"68026",8533,27241 -"68027",8533,28285 -"68028",8533,29073 -"68029",8533,31383 -"68030",8533,31458 -"68031",8533,34450 -"68032",8533,36589 -"68033",8533,42224 -"68034",8533,47947 -"68035",8533,49975 -"68036",8533,51435 -"68037",8533,53300 -"68038",8533,57977 -"68039",8533,60025 -"68040",8533,62840 -"68041",8533,62860 -"68042",8533,64891 -"68043",8533,65566 -"68044",8533,71562 -"68045",8533,77726 -"68046",8533,82356 -"68047",8533,85018 -"68048",8534,9366 -"68049",8534,11766 -"68050",8534,12735 -"68051",8534,12779 -"68052",8534,13360 -"68053",8534,13942 -"68054",8534,15027 -"68055",8534,15185 -"68056",8534,15216 -"68057",8534,15964 -"68058",8534,16252 -"68059",8534,16872 -"68060",8534,17145 -"68061",8534,17508 -"68062",8534,18060 -"68063",8534,18217 -"68064",8534,22462 -"68065",8534,22823 -"68066",8534,23147 -"68067",8534,23421 -"68068",8534,23632 -"68069",8534,23953 -"68070",8534,24495 -"68071",8534,24710 -"68072",8534,25143 -"68073",8534,25303 -"68074",8534,25664 -"68075",8534,26407 -"68076",8534,27174 -"68077",8534,27196 -"68078",8534,27710 -"68079",8534,28703 -"68080",8534,29253 -"68081",8534,29341 -"68082",8534,29560 -"68083",8534,29573 -"68084",8534,29868 -"68085",8534,32438 -"68086",8534,32967 -"68087",8534,33223 -"68088",8534,33881 -"68089",8534,34097 -"68090",8534,34330 -"68091",8534,34513 -"68092",8534,35400 -"68093",8534,36476 -"68094",8534,36547 -"68095",8534,36745 -"68096",8534,37821 -"68097",8534,37931 -"68098",8534,38319 -"68099",8534,39398 -"68100",8534,39492 -"68101",8534,40320 -"68102",8534,40373 -"68103",8534,40542 -"68104",8534,41182 -"68105",8534,42131 -"68106",8534,46843 -"68107",8534,48331 -"68108",8535,27256 -"68109",8535,92252 -"68110",8535,94521 -"68111",8535,110636 -"68112",8536,9498 -"68113",8536,20515 -"68114",8536,20638 -"68115",8536,21283 -"68116",8536,30668 -"68117",8536,30669 -"68118",8536,31410 -"68119",8536,31435 -"68120",8536,31449 -"68121",8536,31506 -"68122",8536,39594 -"68123",8536,42942 -"68124",8536,51406 -"68125",8536,71857 -"68126",8536,71860 -"68127",8536,72047 -"68128",8537,10079 -"68129",8537,10242 -"68130",8537,17013 -"68131",8537,19975 -"68132",8537,20407 -"68133",8537,22165 -"68134",8537,33990 -"68135",8537,51689 -"68136",8537,52327 -"68137",8537,62340 -"68138",8537,62374 -"68139",8537,71176 -"68140",8537,75921 -"68141",8537,78582 -"68142",8538,12701 -"68143",8538,18627 -"68144",8538,84120 -"68145",8538,84126 -"68146",8538,84145 -"68147",8539,9910 -"68148",8540,34700 -"68149",8541,10616 -"68150",8541,36136 -"68151",8541,64642 -"68152",8541,64743 -"68153",8541,90285 -"68154",8542,55360 -"68155",8542,120589 -"68156",8543,32714 -"68157",8544,8802 -"68158",8544,11369 -"68159",8544,19491 -"68160",8544,24719 -"68161",8544,27302 -"68162",8544,33337 -"68163",8544,36514 -"68164",8544,41691 -"68165",8544,43183 -"68166",8544,44269 -"68167",8544,46079 -"68168",8544,57231 -"68169",8544,58909 -"68170",8544,60264 -"68171",8544,69346 -"68172",8544,69524 -"68173",8544,83135 -"68174",8544,95092 -"68175",8544,96722 -"68176",8545,24014 -"68177",8545,33846 -"68178",8545,35217 -"68179",8545,86883 -"68180",8545,104707 -"68181",8547,68526 -"68182",8547,82322 -"68183",8548,19406 -"68184",8548,35004 -"68185",8548,79871 -"68186",8548,80606 -"68187",8548,87228 -"68188",8549,10645 -"68189",8549,81150 -"68190",8550,24387 -"68191",8550,36691 -"68192",8550,39349 -"68193",8550,39350 -"68194",8550,39455 -"68195",8550,50151 -"68196",8550,70507 -"68197",8550,103102 -"68198",8551,24983 -"68199",8551,30084 -"68200",8551,30403 -"68201",8551,70539 -"68202",8551,111112 -"68203",8552,17209 -"68204",8552,28106 -"68205",8552,47689 -"68206",8553,20767 -"68207",8553,27241 -"68208",8553,36589 -"68209",8553,47947 -"68210",8553,49975 -"68211",8553,51435 -"68212",8553,57977 -"68213",8553,59207 -"68214",8554,70845 -"68215",8555,9373 -"68216",8555,9669 -"68217",8555,13601 -"68218",8555,13880 -"68219",8555,21526 -"68220",8555,26141 -"68221",8555,30232 -"68222",8555,40299 -"68223",8555,45846 -"68224",8555,54827 -"68225",8555,61990 -"68226",8555,63633 -"68227",8555,63639 -"68228",8555,63643 -"68229",8555,63679 -"68230",8556,8557 -"68231",8556,8940 -"68232",8556,9662 -"68233",8556,9730 -"68234",8556,9765 -"68235",8556,9770 -"68236",8556,9817 -"68237",8556,9835 -"68238",8556,9844 -"68239",8556,9909 -"68240",8556,9930 -"68241",8556,9931 -"68242",8556,9938 -"68243",8556,14607 -"68244",8556,17730 -"68245",8556,18925 -"68246",8556,23845 -"68247",8556,32482 -"68248",8556,34076 -"68249",8556,35416 -"68250",8556,35504 -"68251",8556,35522 -"68252",8556,35534 -"68253",8556,43201 -"68254",8556,48541 -"68255",8556,76826 -"68256",8558,92794 -"68257",8559,12211 -"68258",8559,12212 -"68259",8559,16531 -"68260",8559,23327 -"68261",8559,24103 -"68262",8559,32577 -"68263",8559,56259 -"68264",8559,57151 -"68265",8559,61612 -"68266",8560,17822 -"68267",8560,38506 -"68268",8560,72279 -"68269",8561,16626 -"68270",8561,52752 -"68271",8562,13939 -"68272",8562,18104 -"68273",8562,18935 -"68274",8562,20363 -"68275",8562,20532 -"68276",8562,27063 -"68277",8562,30123 -"68278",8562,32108 -"68279",8562,34978 -"68280",8562,36914 -"68281",8562,40797 -"68282",8562,50890 -"68283",8562,58229 -"68284",8562,62844 -"68285",8562,65307 -"68286",8562,67347 -"68287",8562,79128 -"68288",8562,89281 -"68289",8563,8616 -"68290",8563,14815 -"68291",8563,19935 -"68292",8563,32115 -"68293",8563,32171 -"68294",8563,86155 -"68295",8563,86213 -"68296",8563,86218 -"68297",8563,86729 -"68298",8563,86885 -"68299",8564,10331 -"68300",8564,20984 -"68301",8564,39594 -"68302",8564,42193 -"68303",8564,75771 -"68304",8565,39493 -"68305",8566,85710 -"68306",8566,120306 -"68307",8567,29085 -"68308",8568,29305 -"68309",8568,36449 -"68310",8568,46786 -"68311",8568,54864 -"68312",8568,74187 -"68313",8568,78375 -"68314",8569,8570 -"68315",8569,23475 -"68316",8569,24545 -"68317",8569,29814 -"68318",8569,32904 -"68319",8569,34179 -"68320",8569,42597 -"68321",8569,62975 -"68322",8569,65962 -"68323",8571,16542 -"68324",8571,86243 -"68325",8571,100465 -"68326",8571,102974 -"68327",8571,104682 -"68328",8572,9000 -"68329",8572,41871 -"68330",8572,72045 -"68331",8572,78036 -"68332",8572,78042 -"68333",8572,78043 -"68334",8572,78232 -"68335",8572,78234 -"68336",8573,19747 -"68337",8573,57043 -"68338",8574,23573 -"68339",8575,8633 -"68340",8575,53196 -"68341",8575,56317 -"68342",8575,86648 -"68343",8575,110997 -"68344",8576,8620 -"68345",8577,28986 -"68346",8577,29439 -"68347",8577,30283 -"68348",8577,39523 -"68349",8577,42725 -"68350",8577,58854 -"68351",8577,68043 -"68352",8577,94520 -"68353",8577,100371 -"68354",8578,9667 -"68355",8578,15479 -"68356",8578,16112 -"68357",8578,16158 -"68358",8578,16180 -"68359",8578,16185 -"68360",8578,16186 -"68361",8578,16208 -"68362",8578,16225 -"68363",8578,16227 -"68364",8579,8614 -"68365",8579,8623 -"68366",8579,8629 -"68367",8580,14690 -"68368",8580,45811 -"68369",8581,8889 -"68370",8581,14583 -"68371",8581,14726 -"68372",8581,14761 -"68373",8581,35557 -"68374",8581,40392 -"68375",8581,48657 -"68376",8581,58086 -"68377",8581,64885 -"68378",8582,9947 -"68379",8582,12237 -"68380",8582,13954 -"68381",8582,13970 -"68382",8582,13996 -"68383",8582,14091 -"68384",8582,20646 -"68385",8582,23999 -"68386",8582,24312 -"68387",8582,48076 -"68388",8582,51652 -"68389",8582,55691 -"68390",8582,57536 -"68391",8582,60300 -"68392",8582,64410 -"68393",8582,65041 -"68394",8582,68280 -"68395",8582,72946 -"68396",8582,73072 -"68397",8582,94595 -"68398",8582,106204 -"68399",8582,111693 -"68400",8582,111832 -"68401",8582,122293 -"68402",8583,8630 -"68403",8583,26300 -"68404",8583,65632 -"68405",8583,81319 -"68406",8583,120214 -"68407",8584,25442 -"68408",8584,34736 -"68409",8584,35423 -"68410",8584,94637 -"68411",8584,97637 -"68412",8585,12135 -"68413",8586,21558 -"68414",8586,25784 -"68415",8586,25849 -"68416",8586,25869 -"68417",8586,25900 -"68418",8586,35264 -"68419",8586,37565 -"68420",8586,65539 -"68421",8586,87703 -"68422",8587,21035 -"68423",8587,73179 -"68424",8587,75841 -"68425",8587,113805 -"68426",8588,21952 -"68427",8589,10330 -"68428",8589,35584 -"68429",8589,38780 -"68430",8589,59340 -"68431",8589,63449 -"68432",8590,8619 -"68433",8590,12861 -"68434",8590,14061 -"68435",8590,17847 -"68436",8590,18352 -"68437",8590,18423 -"68438",8590,20371 -"68439",8590,20398 -"68440",8590,20455 -"68441",8590,32259 -"68442",8590,32412 -"68443",8590,57874 -"68444",8590,58532 -"68445",8591,9881 -"68446",8591,20361 -"68447",8591,30981 -"68448",8591,59560 -"68449",8592,8651 -"68450",8592,9116 -"68451",8592,10336 -"68452",8592,11190 -"68453",8592,13255 -"68454",8592,13320 -"68455",8592,13678 -"68456",8592,14140 -"68457",8592,16286 -"68458",8592,19460 -"68459",8592,19781 -"68460",8592,26982 -"68461",8592,37036 -"68462",8592,38206 -"68463",8592,87262 -"68464",8592,87434 -"68465",8592,99433 -"68466",8593,13792 -"68467",8593,17966 -"68468",8593,35665 -"68469",8593,36424 -"68470",8593,81118 -"68471",8593,109076 -"68472",8594,9511 -"68473",8594,12528 -"68474",8594,25200 -"68475",8594,25288 -"68476",8594,49186 -"68477",8595,11143 -"68478",8595,16277 -"68479",8595,35764 -"68480",8595,42678 -"68481",8595,53419 -"68482",8595,88007 -"68483",8595,97567 -"68484",8595,100329 -"68485",8595,104077 -"68486",8596,8644 -"68487",8596,8960 -"68488",8596,10050 -"68489",8596,10156 -"68490",8596,17456 -"68491",8596,18529 -"68492",8596,36445 -"68493",8596,38532 -"68494",8596,59666 -"68495",8596,80410 -"68496",8596,105984 -"68497",8597,19770 -"68498",8597,34866 -"68499",8597,61794 -"68500",8598,18421 -"68501",8598,26838 -"68502",8598,35812 -"68503",8598,40627 -"68504",8598,43620 -"68505",8598,47110 -"68506",8598,54589 -"68507",8599,8605 -"68508",8599,21689 -"68509",8599,28420 -"68510",8599,35916 -"68511",8599,37009 -"68512",8599,38331 -"68513",8599,45361 -"68514",8600,42268 -"68515",8601,9174 -"68516",8601,10957 -"68517",8601,11815 -"68518",8601,11816 -"68519",8601,11831 -"68520",8601,11847 -"68521",8601,11848 -"68522",8601,11882 -"68523",8601,11895 -"68524",8601,11918 -"68525",8601,11938 -"68526",8601,11981 -"68527",8601,12060 -"68528",8601,12061 -"68529",8601,12079 -"68530",8601,19576 -"68531",8601,20778 -"68532",8601,21548 -"68533",8601,29557 -"68534",8601,36492 -"68535",8601,42953 -"68536",8601,55720 -"68537",8601,55752 -"68538",8601,76434 -"68539",8601,77909 -"68540",8601,81028 -"68541",8601,81292 -"68542",8601,81308 -"68543",8603,20471 -"68544",8604,15479 -"68545",8606,87090 -"68546",8606,87091 -"68547",8607,8724 -"68548",8607,12807 -"68549",8607,22345 -"68550",8607,28413 -"68551",8607,28427 -"68552",8607,33723 -"68553",8607,79374 -"68554",8607,86771 -"68555",8607,89053 -"68556",8607,96608 -"68557",8607,100256 -"68558",8607,103095 -"68559",8607,109078 -"68560",8608,9352 -"68561",8608,22783 -"68562",8608,38285 -"68563",8608,47047 -"68564",8608,47215 -"68565",8608,95544 -"68566",8608,95553 -"68567",8609,16127 -"68568",8609,21429 -"68569",8609,24864 -"68570",8609,32672 -"68571",8609,34172 -"68572",8609,45182 -"68573",8609,82930 -"68574",8609,90968 -"68575",8609,107566 -"68576",8610,9242 -"68577",8610,12306 -"68578",8610,23740 -"68579",8610,24009 -"68580",8610,24627 -"68581",8610,26715 -"68582",8610,27709 -"68583",8610,35668 -"68584",8610,36514 -"68585",8610,38158 -"68586",8610,41091 -"68587",8610,57570 -"68588",8610,64964 -"68589",8610,83719 -"68590",8610,86045 -"68591",8610,89772 -"68592",8610,91955 -"68593",8611,21649 -"68594",8611,22006 -"68595",8611,22119 -"68596",8611,22130 -"68597",8611,22803 -"68598",8611,22877 -"68599",8611,28216 -"68600",8611,28497 -"68601",8611,30547 -"68602",8611,33337 -"68603",8611,37682 -"68604",8611,41278 -"68605",8611,57950 -"68606",8611,69498 -"68607",8611,94440 -"68608",8611,96466 -"68609",8612,74467 -"68610",8612,112216 -"68611",8612,119518 -"68612",8612,119528 -"68613",8612,119597 -"68614",8612,119612 -"68615",8613,16284 -"68616",8613,22702 -"68617",8613,36258 -"68618",8613,60923 -"68619",8613,91019 -"68620",8613,117722 -"68621",8613,117737 -"68622",8613,120403 -"68623",8614,8623 -"68624",8614,8629 -"68625",8615,45397 -"68626",8615,59088 -"68627",8615,90687 -"68628",8615,90824 -"68629",8615,91026 -"68630",8615,96336 -"68631",8616,71304 -"68632",8616,73804 -"68633",8617,66976 -"68634",8618,19379 -"68635",8618,22816 -"68636",8618,42739 -"68637",8618,55549 -"68638",8619,11803 -"68639",8619,12861 -"68640",8619,14061 -"68641",8619,14409 -"68642",8619,18413 -"68643",8619,20455 -"68644",8619,21978 -"68645",8619,26563 -"68646",8619,41339 -"68647",8619,42151 -"68648",8619,51216 -"68649",8619,51217 -"68650",8619,51276 -"68651",8619,51313 -"68652",8619,62872 -"68653",8620,9633 -"68654",8620,66081 -"68655",8620,84622 -"68656",8621,14573 -"68657",8621,15539 -"68658",8621,15938 -"68659",8621,16074 -"68660",8621,16164 -"68661",8621,16461 -"68662",8621,20080 -"68663",8621,20563 -"68664",8621,26516 -"68665",8621,34145 -"68666",8621,37418 -"68667",8621,38145 -"68668",8621,47802 -"68669",8621,48347 -"68670",8621,48473 -"68671",8621,52653 -"68672",8621,52971 -"68673",8621,56836 -"68674",8621,57172 -"68675",8621,57977 -"68676",8621,60064 -"68677",8621,69326 -"68678",8621,79942 -"68679",8621,80678 -"68680",8622,10921 -"68681",8622,22521 -"68682",8622,29053 -"68683",8622,36784 -"68684",8622,47049 -"68685",8622,62029 -"68686",8622,64043 -"68687",8622,87083 -"68688",8622,115972 -"68689",8622,118569 -"68690",8622,118572 -"68691",8623,8629 -"68692",8623,17419 -"68693",8623,21615 -"68694",8623,46853 -"68695",8623,85459 -"68696",8624,9102 -"68697",8624,13888 -"68698",8624,21372 -"68699",8624,23069 -"68700",8624,47923 -"68701",8624,56153 -"68702",8624,57829 -"68703",8624,57973 -"68704",8624,67854 -"68705",8624,70423 -"68706",8624,104878 -"68707",8625,11482 -"68708",8625,24255 -"68709",8625,30111 -"68710",8625,33380 -"68711",8625,51882 -"68712",8625,54758 -"68713",8625,55401 -"68714",8625,56836 -"68715",8625,66544 -"68716",8625,66593 -"68717",8626,59356 -"68718",8627,18251 -"68719",8628,38050 -"68720",8628,69276 -"68721",8629,27876 -"68722",8629,56823 -"68723",8629,58200 -"68724",8629,58458 -"68725",8629,58465 -"68726",8629,58547 -"68727",8629,61125 -"68728",8631,8712 -"68729",8632,34602 -"68730",8632,34673 -"68731",8634,26817 -"68732",8635,10427 -"68733",8635,26339 -"68734",8635,29465 -"68735",8635,30471 -"68736",8635,38009 -"68737",8635,40658 -"68738",8635,41643 -"68739",8635,45726 -"68740",8635,52626 -"68741",8635,63518 -"68742",8635,73138 -"68743",8635,75271 -"68744",8635,76047 -"68745",8635,78487 -"68746",8635,81474 -"68747",8635,85100 -"68748",8635,88309 -"68749",8635,91779 -"68750",8635,102535 -"68751",8635,106275 -"68752",8635,106280 -"68753",8635,110092 -"68754",8636,11274 -"68755",8636,24448 -"68756",8636,27275 -"68757",8636,34412 -"68758",8636,35094 -"68759",8636,35095 -"68760",8636,51762 -"68761",8636,52299 -"68762",8636,61158 -"68763",8636,66735 -"68764",8636,67110 -"68765",8636,67652 -"68766",8636,67669 -"68767",8637,18859 -"68768",8637,76685 -"68769",8637,93197 -"68770",8638,11974 -"68771",8638,12217 -"68772",8639,43910 -"68773",8639,46139 -"68774",8639,49783 -"68775",8640,12794 -"68776",8641,9236 -"68777",8641,10601 -"68778",8641,15279 -"68779",8641,31038 -"68780",8641,34682 -"68781",8641,51234 -"68782",8642,21428 -"68783",8642,32968 -"68784",8642,39916 -"68785",8642,42948 -"68786",8642,65833 -"68787",8642,87526 -"68788",8642,98165 -"68789",8643,25498 -"68790",8643,84328 -"68791",8644,8960 -"68792",8644,10050 -"68793",8644,10156 -"68794",8644,14599 -"68795",8644,15780 -"68796",8644,25230 -"68797",8644,28003 -"68798",8644,44822 -"68799",8644,50418 -"68800",8644,61074 -"68801",8644,88225 -"68802",8644,107060 -"68803",8644,109273 -"68804",8645,13682 -"68805",8645,18874 -"68806",8645,24530 -"68807",8645,81364 -"68808",8645,86600 -"68809",8645,88650 -"68810",8645,95604 -"68811",8645,96099 -"68812",8645,99210 -"68813",8645,102353 -"68814",8645,106528 -"68815",8645,109371 -"68816",8645,109373 -"68817",8645,111155 -"68818",8646,8723 -"68819",8646,9149 -"68820",8646,41763 -"68821",8647,37369 -"68822",8647,42060 -"68823",8647,64890 -"68824",8647,98687 -"68825",8648,8826 -"68826",8648,80366 -"68827",8649,20037 -"68828",8649,29974 -"68829",8649,29975 -"68830",8649,40960 -"68831",8649,73103 -"68832",8649,77897 -"68833",8649,78828 -"68834",8649,82494 -"68835",8649,83558 -"68836",8650,18431 -"68837",8650,33347 -"68838",8651,9793 -"68839",8651,10336 -"68840",8651,11190 -"68841",8651,13320 -"68842",8651,14520 -"68843",8651,16286 -"68844",8651,24952 -"68845",8651,37036 -"68846",8651,56148 -"68847",8651,57329 -"68848",8651,65258 -"68849",8651,98715 -"68850",8652,15041 -"68851",8652,17374 -"68852",8652,18286 -"68853",8652,22131 -"68854",8652,27034 -"68855",8652,28759 -"68856",8652,31279 -"68857",8652,31658 -"68858",8652,36051 -"68859",8652,37653 -"68860",8652,37966 -"68861",8652,44983 -"68862",8652,45709 -"68863",8652,47688 -"68864",8652,50102 -"68865",8652,51863 -"68866",8652,57783 -"68867",8652,59646 -"68868",8652,65800 -"68869",8652,67564 -"68870",8652,69362 -"68871",8652,71693 -"68872",8652,75905 -"68873",8652,76590 -"68874",8652,80852 -"68875",8652,83115 -"68876",8652,86600 -"68877",8652,88782 -"68878",8652,89403 -"68879",8652,92517 -"68880",8652,95356 -"68881",8652,100140 -"68882",8652,105198 -"68883",8652,110250 -"68884",8652,117836 -"68885",8652,122588 -"68886",8652,122819 -"68887",8652,122852 -"68888",8652,122861 -"68889",8652,122863 -"68890",8652,122864 -"68891",8653,14904 -"68892",8654,31656 -"68893",8656,19398 -"68894",8656,33529 -"68895",8657,8658 -"68896",8657,11568 -"68897",8657,24479 -"68898",8657,41551 -"68899",8658,77128 -"68900",8659,11517 -"68901",8659,12221 -"68902",8659,13828 -"68903",8659,14959 -"68904",8659,17034 -"68905",8659,17582 -"68906",8659,19408 -"68907",8659,25680 -"68908",8659,29661 -"68909",8659,31936 -"68910",8659,32577 -"68911",8659,36498 -"68912",8659,38921 -"68913",8659,47747 -"68914",8659,84475 -"68915",8659,92072 -"68916",8659,93289 -"68917",8659,116450 -"68918",8659,122339 -"68919",8660,8714 -"68920",8660,8946 -"68921",8660,9265 -"68922",8660,31756 -"68923",8660,43681 -"68924",8660,45384 -"68925",8660,53648 -"68926",8660,56200 -"68927",8660,67913 -"68928",8660,78322 -"68929",8660,93405 -"68930",8660,93459 -"68931",8660,99291 -"68932",8660,103968 -"68933",8660,103998 -"68934",8661,8662 -"68935",8661,34138 -"68936",8661,83479 -"68937",8661,91442 -"68938",8661,97079 -"68939",8662,66709 -"68940",8662,92006 -"68941",8662,97079 -"68942",8663,15519 -"68943",8663,24864 -"68944",8663,36069 -"68945",8663,40194 -"68946",8663,52915 -"68947",8665,11507 -"68948",8665,85825 -"68949",8666,61926 -"68950",8667,10720 -"68951",8667,37766 -"68952",8667,48021 -"68953",8667,107634 -"68954",8667,121473 -"68955",8667,121477 -"68956",8668,51596 -"68957",8668,114922 -"68958",8669,55507 -"68959",8669,55581 -"68960",8669,74760 -"68961",8669,80736 -"68962",8669,80824 -"68963",8669,93049 -"68964",8670,8680 -"68965",8670,10803 -"68966",8670,23021 -"68967",8670,28252 -"68968",8670,30433 -"68969",8670,36284 -"68970",8670,37259 -"68971",8670,42562 -"68972",8670,64614 -"68973",8670,66782 -"68974",8670,69944 -"68975",8670,76369 -"68976",8670,76696 -"68977",8670,99523 -"68978",8670,119689 -"68979",8670,121474 -"68980",8671,24734 -"68981",8671,33445 -"68982",8671,39752 -"68983",8671,53874 -"68984",8671,102748 -"68985",8672,25575 -"68986",8672,58024 -"68987",8673,20783 -"68988",8673,50049 -"68989",8674,11769 -"68990",8674,18257 -"68991",8674,21145 -"68992",8674,120998 -"68993",8675,8771 -"68994",8675,8833 -"68995",8675,8880 -"68996",8675,9386 -"68997",8675,10200 -"68998",8675,11429 -"68999",8675,30734 -"69000",8675,55225 -"69001",8675,68923 -"69002",8676,9470 -"69003",8676,12462 -"69004",8676,53155 -"69005",8676,85604 -"69006",8676,95418 -"69007",8676,96513 -"69008",8676,105019 -"69009",8676,110450 -"69010",8677,28408 -"69011",8677,38461 -"69012",8677,59039 -"69013",8677,83483 -"69014",8677,94330 -"69015",8678,8679 -"69016",8678,10901 -"69017",8678,13139 -"69018",8678,14814 -"69019",8678,16246 -"69020",8678,37372 -"69021",8678,46027 -"69022",8678,55449 -"69023",8678,56100 -"69024",8678,62844 -"69025",8679,17332 -"69026",8679,21629 -"69027",8679,93876 -"69028",8679,93900 -"69029",8679,93906 -"69030",8680,10803 -"69031",8680,27076 -"69032",8680,28252 -"69033",8680,30433 -"69034",8680,37259 -"69035",8680,40515 -"69036",8680,42562 -"69037",8680,46691 -"69038",8680,50541 -"69039",8680,52704 -"69040",8680,76369 -"69041",8680,77160 -"69042",8680,77175 -"69043",8680,77179 -"69044",8680,100355 -"69045",8681,18001 -"69046",8681,58886 -"69047",8681,61844 -"69048",8681,64582 -"69049",8682,28791 -"69050",8682,120161 -"69051",8683,43958 -"69052",8684,43843 -"69053",8684,46552 -"69054",8684,112256 -"69055",8684,112260 -"69056",8685,32992 -"69057",8685,94291 -"69058",8686,8847 -"69059",8686,8866 -"69060",8686,8870 -"69061",8686,8883 -"69062",8686,8888 -"69063",8686,8942 -"69064",8686,8959 -"69065",8686,8961 -"69066",8686,9741 -"69067",8686,13313 -"69068",8686,14441 -"69069",8686,15378 -"69070",8686,17447 -"69071",8686,19034 -"69072",8686,19791 -"69073",8686,23386 -"69074",8686,28969 -"69075",8686,31235 -"69076",8686,47733 -"69077",8686,75883 -"69078",8686,75888 -"69079",8686,75892 -"69080",8686,75893 -"69081",8686,75898 -"69082",8686,81211 -"69083",8686,90562 -"69084",8686,114798 -"69085",8687,57305 -"69086",8687,57306 -"69087",8687,62403 -"69088",8688,30297 -"69089",8688,40621 -"69090",8689,25862 -"69091",8689,53308 -"69092",8690,44667 -"69093",8690,63767 -"69094",8690,64000 -"69095",8691,11558 -"69096",8691,41867 -"69097",8691,56634 -"69098",8692,9071 -"69099",8692,13949 -"69100",8692,27740 -"69101",8692,80633 -"69102",8692,93713 -"69103",8694,14503 -"69104",8694,53726 -"69105",8694,83275 -"69106",8694,87636 -"69107",8694,93790 -"69108",8695,23716 -"69109",8696,68996 -"69110",8697,24129 -"69111",8697,75693 -"69112",8697,100132 -"69113",8698,13234 -"69114",8698,18524 -"69115",8698,19143 -"69116",8698,19226 -"69117",8698,21799 -"69118",8698,29473 -"69119",8698,38287 -"69120",8698,41062 -"69121",8698,46747 -"69122",8698,58547 -"69123",8698,63011 -"69124",8698,67358 -"69125",8698,85560 -"69126",8698,97410 -"69127",8698,107383 -"69128",8698,123010 -"69129",8699,8844 -"69130",8699,46444 -"69131",8699,61220 -"69132",8699,94101 -"69133",8700,8772 -"69134",8700,9298 -"69135",8700,9483 -"69136",8700,35544 -"69137",8700,88710 -"69138",8701,19194 -"69139",8701,31882 -"69140",8701,37385 -"69141",8701,38552 -"69142",8701,39699 -"69143",8701,76833 -"69144",8701,84657 -"69145",8701,89292 -"69146",8701,90529 -"69147",8701,112585 -"69148",8701,116176 -"69149",8701,117244 -"69150",8701,123186 -"69151",8702,9917 -"69152",8702,106364 -"69153",8703,8762 -"69154",8703,11499 -"69155",8703,13982 -"69156",8703,18039 -"69157",8703,21164 -"69158",8703,30900 -"69159",8703,31880 -"69160",8703,32369 -"69161",8703,34634 -"69162",8703,44704 -"69163",8703,56008 -"69164",8703,57669 -"69165",8703,62313 -"69166",8704,8709 -"69167",8704,14967 -"69168",8704,23571 -"69169",8704,24685 -"69170",8704,29840 -"69171",8704,29927 -"69172",8704,43555 -"69173",8704,44330 -"69174",8704,45469 -"69175",8704,48598 -"69176",8704,50072 -"69177",8704,50489 -"69178",8704,54108 -"69179",8704,79820 -"69180",8704,81883 -"69181",8704,88328 -"69182",8704,122580 -"69183",8705,8734 -"69184",8705,16625 -"69185",8705,19723 -"69186",8705,24446 -"69187",8705,30567 -"69188",8705,30803 -"69189",8705,38433 -"69190",8705,46059 -"69191",8705,55108 -"69192",8705,55162 -"69193",8705,70382 -"69194",8706,9827 -"69195",8706,12654 -"69196",8706,70363 -"69197",8706,101418 -"69198",8707,19973 -"69199",8707,22459 -"69200",8707,71550 -"69201",8707,74364 -"69202",8707,88791 -"69203",8707,88803 -"69204",8707,89789 -"69205",8707,100503 -"69206",8707,112229 -"69207",8707,116239 -"69208",8708,18588 -"69209",8708,38362 -"69210",8708,51476 -"69211",8708,53607 -"69212",8708,71205 -"69213",8708,79687 -"69214",8708,84446 -"69215",8710,54781 -"69216",8710,54782 -"69217",8711,34644 -"69218",8711,52477 -"69219",8711,90484 -"69220",8711,99278 -"69221",8712,10127 -"69222",8712,11580 -"69223",8712,17788 -"69224",8712,20914 -"69225",8712,21711 -"69226",8712,27487 -"69227",8712,30095 -"69228",8712,60019 -"69229",8712,60624 -"69230",8712,70400 -"69231",8712,77362 -"69232",8712,82515 -"69233",8712,92196 -"69234",8712,104132 -"69235",8712,108666 -"69236",8712,120291 -"69237",8712,120293 -"69238",8713,29929 -"69239",8713,102956 -"69240",8714,26042 -"69241",8714,55074 -"69242",8714,65568 -"69243",8714,80992 -"69244",8715,32536 -"69245",8715,49320 -"69246",8715,65935 -"69247",8715,96472 -"69248",8716,8717 -"69249",8716,8790 -"69250",8716,9481 -"69251",8716,10453 -"69252",8716,11583 -"69253",8716,15506 -"69254",8716,20697 -"69255",8716,22224 -"69256",8716,26521 -"69257",8716,29662 -"69258",8716,30686 -"69259",8716,31918 -"69260",8716,35493 -"69261",8716,40380 -"69262",8716,50044 -"69263",8716,78773 -"69264",8716,81739 -"69265",8716,85343 -"69266",8716,85853 -"69267",8716,88160 -"69268",8716,95244 -"69269",8716,95577 -"69270",8716,121892 -"69271",8717,11441 -"69272",8717,15181 -"69273",8717,17902 -"69274",8717,34357 -"69275",8717,50726 -"69276",8717,52319 -"69277",8717,69957 -"69278",8717,92859 -"69279",8717,100100 -"69280",8717,100598 -"69281",8717,105422 -"69282",8717,110023 -"69283",8717,111111 -"69284",8717,111236 -"69285",8717,111247 -"69286",8717,111256 -"69287",8718,15799 -"69288",8718,47167 -"69289",8718,99468 -"69290",8718,99648 -"69291",8718,109368 -"69292",8719,13139 -"69293",8719,13219 -"69294",8719,16163 -"69295",8719,18712 -"69296",8719,19017 -"69297",8719,26805 -"69298",8719,47615 -"69299",8719,48918 -"69300",8719,49201 -"69301",8719,75612 -"69302",8719,89779 -"69303",8719,93259 -"69304",8719,94106 -"69305",8719,94705 -"69306",8719,103446 -"69307",8720,8779 -"69308",8721,8796 -"69309",8721,21241 -"69310",8721,60209 -"69311",8722,10328 -"69312",8722,27393 -"69313",8722,29847 -"69314",8722,29991 -"69315",8722,30802 -"69316",8722,38050 -"69317",8722,40490 -"69318",8722,42149 -"69319",8722,47492 -"69320",8722,56831 -"69321",8723,9149 -"69322",8723,41763 -"69323",8724,31264 -"69324",8725,16857 -"69325",8725,46003 -"69326",8725,55241 -"69327",8725,59806 -"69328",8726,11531 -"69329",8726,13077 -"69330",8726,13530 -"69331",8726,15262 -"69332",8726,17923 -"69333",8726,19273 -"69334",8726,19807 -"69335",8726,28081 -"69336",8726,34100 -"69337",8726,36589 -"69338",8726,45359 -"69339",8726,49908 -"69340",8726,56103 -"69341",8726,57167 -"69342",8726,57186 -"69343",8726,62234 -"69344",8726,71487 -"69345",8726,72317 -"69346",8726,72617 -"69347",8726,72660 -"69348",8726,72662 -"69349",8726,104435 -"69350",8727,25157 -"69351",8727,30676 -"69352",8727,96171 -"69353",8727,102931 -"69354",8727,109784 -"69355",8728,50726 -"69356",8728,61611 -"69357",8729,39526 -"69358",8729,50242 -"69359",8730,23823 -"69360",8730,33523 -"69361",8730,47534 -"69362",8730,48294 -"69363",8730,48715 -"69364",8730,51288 -"69365",8730,65023 -"69366",8730,67246 -"69367",8731,9836 -"69368",8731,10276 -"69369",8731,27478 -"69370",8731,31085 -"69371",8731,38048 -"69372",8731,46681 -"69373",8731,53031 -"69374",8731,53635 -"69375",8731,56122 -"69376",8731,56333 -"69377",8731,56341 -"69378",8731,71434 -"69379",8731,107825 -"69380",8731,117680 -"69381",8732,40089 -"69382",8732,41197 -"69383",8732,46486 -"69384",8732,71245 -"69385",8733,17255 -"69386",8733,17956 -"69387",8733,40635 -"69388",8733,40702 -"69389",8733,50135 -"69390",8733,55850 -"69391",8733,55886 -"69392",8733,79608 -"69393",8734,13967 -"69394",8734,14562 -"69395",8734,23869 -"69396",8734,28863 -"69397",8734,35181 -"69398",8734,43963 -"69399",8735,14451 -"69400",8735,15007 -"69401",8735,30312 -"69402",8735,47075 -"69403",8736,17047 -"69404",8736,109944 -"69405",8736,116067 -"69406",8737,9424 -"69407",8737,45537 -"69408",8737,46139 -"69409",8737,48422 -"69410",8737,73309 -"69411",8737,110444 -"69412",8738,10473 -"69413",8738,11022 -"69414",8738,12070 -"69415",8738,13792 -"69416",8738,15455 -"69417",8738,16445 -"69418",8738,20140 -"69419",8738,24017 -"69420",8738,35706 -"69421",8738,38906 -"69422",8738,61918 -"69423",8739,11641 -"69424",8739,20109 -"69425",8739,20221 -"69426",8739,46432 -"69427",8739,52465 -"69428",8739,52503 -"69429",8739,52504 -"69430",8739,52505 -"69431",8739,77462 -"69432",8739,105723 -"69433",8740,8789 -"69434",8740,8794 -"69435",8740,19328 -"69436",8740,22435 -"69437",8741,9273 -"69438",8741,9462 -"69439",8741,14591 -"69440",8741,17768 -"69441",8741,19559 -"69442",8741,23187 -"69443",8741,24867 -"69444",8741,25053 -"69445",8741,28316 -"69446",8741,29596 -"69447",8741,36880 -"69448",8741,38926 -"69449",8741,39750 -"69450",8741,46881 -"69451",8741,49701 -"69452",8741,50255 -"69453",8741,54077 -"69454",8741,55446 -"69455",8741,82340 -"69456",8741,83846 -"69457",8741,88093 -"69458",8741,90193 -"69459",8741,95126 -"69460",8741,95157 -"69461",8741,105674 -"69462",8742,11887 -"69463",8742,31082 -"69464",8742,46401 -"69465",8742,54648 -"69466",8742,59393 -"69467",8742,72763 -"69468",8742,87741 -"69469",8742,87742 -"69470",8743,8744 -"69471",8743,8795 -"69472",8743,20202 -"69473",8743,44393 -"69474",8743,45786 -"69475",8743,63488 -"69476",8743,79121 -"69477",8743,86460 -"69478",8744,8795 -"69479",8745,9709 -"69480",8745,49391 -"69481",8745,52656 -"69482",8745,66315 -"69483",8745,74112 -"69484",8745,99070 -"69485",8745,99904 -"69486",8746,9128 -"69487",8746,9146 -"69488",8746,9636 -"69489",8747,8757 -"69490",8747,19928 -"69491",8747,87614 -"69492",8748,34669 -"69493",8748,34719 -"69494",8748,38631 -"69495",8748,57938 -"69496",8748,59722 -"69497",8748,63420 -"69498",8748,82708 -"69499",8748,116795 -"69500",8749,8967 -"69501",8749,32659 -"69502",8749,46296 -"69503",8750,23761 -"69504",8751,41526 -"69505",8751,43724 -"69506",8751,100679 -"69507",8751,107743 -"69508",8752,45306 -"69509",8752,52649 -"69510",8752,61146 -"69511",8753,15243 -"69512",8753,16441 -"69513",8753,16505 -"69514",8753,16506 -"69515",8753,16944 -"69516",8753,16965 -"69517",8753,17079 -"69518",8753,53584 -"69519",8754,10324 -"69520",8754,23674 -"69521",8754,24379 -"69522",8754,24662 -"69523",8754,32491 -"69524",8754,35573 -"69525",8754,35612 -"69526",8754,35990 -"69527",8755,25355 -"69528",8755,88478 -"69529",8756,102093 -"69530",8756,114639 -"69531",8757,19928 -"69532",8757,23286 -"69533",8758,21806 -"69534",8758,38183 -"69535",8758,52686 -"69536",8758,60854 -"69537",8758,84800 -"69538",8759,8767 -"69539",8759,47252 -"69540",8760,28662 -"69541",8760,28724 -"69542",8760,51126 -"69543",8760,52764 -"69544",8760,55081 -"69545",8761,14959 -"69546",8761,65510 -"69547",8761,87903 -"69548",8762,9532 -"69549",8762,9689 -"69550",8762,11351 -"69551",8762,11499 -"69552",8762,18360 -"69553",8762,20288 -"69554",8762,24398 -"69555",8762,35428 -"69556",8762,36807 -"69557",8762,40099 -"69558",8762,40494 -"69559",8762,42449 -"69560",8762,55872 -"69561",8762,56008 -"69562",8762,57669 -"69563",8762,63355 -"69564",8762,63981 -"69565",8762,64362 -"69566",8762,70592 -"69567",8762,70617 -"69568",8762,70618 -"69569",8762,82091 -"69570",8763,8774 -"69571",8763,9487 -"69572",8763,9506 -"69573",8763,54903 -"69574",8763,69436 -"69575",8763,70776 -"69576",8763,70830 -"69577",8763,70839 -"69578",8765,22261 -"69579",8765,83174 -"69580",8766,14077 -"69581",8766,41709 -"69582",8766,48653 -"69583",8766,52659 -"69584",8767,47252 -"69585",8768,25722 -"69586",8768,26175 -"69587",8768,26176 -"69588",8768,26284 -"69589",8768,26285 -"69590",8768,26286 -"69591",8768,26323 -"69592",8768,26496 -"69593",8768,33388 -"69594",8768,34501 -"69595",8768,43789 -"69596",8769,10301 -"69597",8770,15083 -"69598",8770,16573 -"69599",8770,22457 -"69600",8770,33390 -"69601",8770,48888 -"69602",8770,57275 -"69603",8770,57276 -"69604",8770,57491 -"69605",8770,57492 -"69606",8770,72576 -"69607",8770,72577 -"69608",8770,74935 -"69609",8770,75020 -"69610",8770,79980 -"69611",8770,81640 -"69612",8770,83296 -"69613",8770,86337 -"69614",8770,88253 -"69615",8770,94118 -"69616",8770,101593 -"69617",8770,112798 -"69618",8770,121961 -"69619",8771,8833 -"69620",8771,8880 -"69621",8771,11429 -"69622",8771,24261 -"69623",8771,24282 -"69624",8771,33378 -"69625",8771,40392 -"69626",8771,78768 -"69627",8771,91342 -"69628",8772,9298 -"69629",8772,9483 -"69630",8772,21269 -"69631",8772,29456 -"69632",8772,31380 -"69633",8772,40472 -"69634",8772,44761 -"69635",8772,46391 -"69636",8772,64722 -"69637",8772,68276 -"69638",8772,73698 -"69639",8772,76573 -"69640",8772,82208 -"69641",8772,87895 -"69642",8772,87897 -"69643",8772,92791 -"69644",8772,100917 -"69645",8773,8909 -"69646",8774,9487 -"69647",8774,9506 -"69648",8775,9049 -"69649",8775,9505 -"69650",8775,29738 -"69651",8775,30584 -"69652",8775,30585 -"69653",8775,63131 -"69654",8775,69678 -"69655",8776,13040 -"69656",8776,13041 -"69657",8776,13132 -"69658",8776,13183 -"69659",8776,13268 -"69660",8777,8905 -"69661",8777,9767 -"69662",8777,13099 -"69663",8777,20289 -"69664",8777,28212 -"69665",8777,29137 -"69666",8777,41091 -"69667",8777,42653 -"69668",8777,47764 -"69669",8777,48282 -"69670",8777,48929 -"69671",8777,57749 -"69672",8777,65777 -"69673",8777,75589 -"69674",8777,75632 -"69675",8777,77705 -"69676",8777,98576 -"69677",8777,98711 -"69678",8777,98712 -"69679",8777,107385 -"69680",8777,107398 -"69681",8778,65696 -"69682",8778,77053 -"69683",8778,77207 -"69684",8778,108798 -"69685",8778,108809 -"69686",8779,15564 -"69687",8779,15652 -"69688",8779,37362 -"69689",8779,45313 -"69690",8779,45366 -"69691",8779,47987 -"69692",8779,48118 -"69693",8779,63887 -"69694",8780,9573 -"69695",8780,32051 -"69696",8780,46939 -"69697",8780,67879 -"69698",8780,68702 -"69699",8781,116997 -"69700",8783,13068 -"69701",8783,24120 -"69702",8783,39428 -"69703",8783,45435 -"69704",8783,58988 -"69705",8783,66019 -"69706",8783,76066 -"69707",8783,112220 -"69708",8783,112506 -"69709",8783,116894 -"69710",8784,10942 -"69711",8784,37990 -"69712",8784,94916 -"69713",8784,110724 -"69714",8785,8979 -"69715",8785,10395 -"69716",8785,17814 -"69717",8785,22826 -"69718",8785,24640 -"69719",8785,31857 -"69720",8785,32109 -"69721",8785,51427 -"69722",8785,52838 -"69723",8785,56263 -"69724",8786,47686 -"69725",8787,21423 -"69726",8787,28378 -"69727",8787,28527 -"69728",8787,90824 -"69729",8788,12288 -"69730",8788,13224 -"69731",8788,17823 -"69732",8788,17948 -"69733",8788,18323 -"69734",8788,44127 -"69735",8788,53874 -"69736",8788,67684 -"69737",8789,8794 -"69738",8789,18488 -"69739",8789,19328 -"69740",8789,39886 -"69741",8789,79100 -"69742",8789,97942 -"69743",8789,98310 -"69744",8789,98311 -"69745",8790,9503 -"69746",8790,9587 -"69747",8790,9623 -"69748",8790,10453 -"69749",8790,11552 -"69750",8790,19794 -"69751",8790,26521 -"69752",8790,50044 -"69753",8790,63588 -"69754",8790,72858 -"69755",8790,78773 -"69756",8790,81739 -"69757",8791,16690 -"69758",8791,30926 -"69759",8791,38879 -"69760",8792,22521 -"69761",8792,25409 -"69762",8792,50878 -"69763",8792,73813 -"69764",8792,86575 -"69765",8792,100811 -"69766",8792,112154 -"69767",8793,13794 -"69768",8793,17369 -"69769",8793,24844 -"69770",8793,29491 -"69771",8793,51243 -"69772",8793,51328 -"69773",8793,55095 -"69774",8793,73571 -"69775",8794,19328 -"69776",8794,34550 -"69777",8794,37787 -"69778",8794,48900 -"69779",8794,52283 -"69780",8794,53722 -"69781",8794,107952 -"69782",8794,111497 -"69783",8794,121321 -"69784",8794,121329 -"69785",8794,121335 -"69786",8794,121342 -"69787",8794,121392 -"69788",8795,36675 -"69789",8795,90494 -"69790",8795,93375 -"69791",8796,35364 -"69792",8796,43974 -"69793",8797,17006 -"69794",8797,24599 -"69795",8797,25575 -"69796",8797,32874 -"69797",8797,37353 -"69798",8797,47107 -"69799",8797,47173 -"69800",8797,60849 -"69801",8797,73882 -"69802",8798,10358 -"69803",8798,10390 -"69804",8798,11218 -"69805",8798,12682 -"69806",8799,43742 -"69807",8799,43763 -"69808",8800,9141 -"69809",8801,11508 -"69810",8801,12103 -"69811",8801,13241 -"69812",8801,36232 -"69813",8801,61972 -"69814",8801,62976 -"69815",8801,64413 -"69816",8801,70467 -"69817",8802,8820 -"69818",8802,11369 -"69819",8802,14369 -"69820",8802,33337 -"69821",8802,57231 -"69822",8802,83506 -"69823",8802,99340 -"69824",8803,24050 -"69825",8803,35296 -"69826",8803,37676 -"69827",8803,48693 -"69828",8803,69488 -"69829",8803,87206 -"69830",8803,94532 -"69831",8803,96545 -"69832",8803,103625 -"69833",8803,111880 -"69834",8804,8805 -"69835",8804,59866 -"69836",8805,24714 -"69837",8805,82081 -"69838",8805,100963 -"69839",8806,9323 -"69840",8806,16995 -"69841",8807,41234 -"69842",8807,56200 -"69843",8807,78320 -"69844",8807,99113 -"69845",8808,8814 -"69846",8808,12887 -"69847",8808,17643 -"69848",8808,29420 -"69849",8808,29705 -"69850",8808,43575 -"69851",8808,50839 -"69852",8808,63163 -"69853",8808,66933 -"69854",8808,70053 -"69855",8808,76127 -"69856",8808,77188 -"69857",8808,78316 -"69858",8808,80725 -"69859",8808,82949 -"69860",8808,88193 -"69861",8808,96103 -"69862",8808,100448 -"69863",8808,101094 -"69864",8808,102685 -"69865",8809,44153 -"69866",8809,83785 -"69867",8809,111281 -"69868",8809,122613 -"69869",8810,9232 -"69870",8810,62249 -"69871",8810,108909 -"69872",8811,23632 -"69873",8811,57818 -"69874",8811,62536 -"69875",8811,79547 -"69876",8811,80798 -"69877",8811,88719 -"69878",8812,9279 -"69879",8812,13251 -"69880",8812,40292 -"69881",8812,99986 -"69882",8813,9016 -"69883",8813,31765 -"69884",8813,32949 -"69885",8813,34116 -"69886",8813,46545 -"69887",8813,64485 -"69888",8813,65456 -"69889",8813,66681 -"69890",8813,68150 -"69891",8813,85210 -"69892",8813,85221 -"69893",8813,85223 -"69894",8813,85235 -"69895",8813,85236 -"69896",8813,94180 -"69897",8813,109514 -"69898",8813,121517 -"69899",8814,12887 -"69900",8814,43575 -"69901",8814,76127 -"69902",8814,77188 -"69903",8814,78316 -"69904",8814,82949 -"69905",8814,88193 -"69906",8815,78305 -"69907",8815,93856 -"69908",8815,94758 -"69909",8815,98313 -"69910",8815,100967 -"69911",8815,102095 -"69912",8816,30581 -"69913",8816,36792 -"69914",8816,45986 -"69915",8816,64230 -"69916",8816,67223 -"69917",8817,9302 -"69918",8817,11364 -"69919",8817,14293 -"69920",8817,14394 -"69921",8817,14877 -"69922",8817,15441 -"69923",8817,19358 -"69924",8817,20667 -"69925",8817,22756 -"69926",8817,24948 -"69927",8817,24989 -"69928",8817,26413 -"69929",8817,27267 -"69930",8817,31897 -"69931",8817,32070 -"69932",8817,40561 -"69933",8817,46568 -"69934",8817,50659 -"69935",8817,54737 -"69936",8817,56168 -"69937",8817,60846 -"69938",8817,69291 -"69939",8817,78073 -"69940",8817,79331 -"69941",8817,79710 -"69942",8817,79711 -"69943",8817,79720 -"69944",8817,79725 -"69945",8817,79738 -"69946",8817,79748 -"69947",8817,79750 -"69948",8817,79754 -"69949",8817,79758 -"69950",8817,79760 -"69951",8817,79771 -"69952",8817,79780 -"69953",8817,79781 -"69954",8817,79803 -"69955",8818,24748 -"69956",8818,25581 -"69957",8818,29420 -"69958",8818,37249 -"69959",8818,57048 -"69960",8818,76585 -"69961",8818,85227 -"69962",8818,109464 -"69963",8820,26480 -"69964",8820,36128 -"69965",8820,48499 -"69966",8820,70579 -"69967",8820,78709 -"69968",8820,81568 -"69969",8820,93059 -"69970",8820,105232 -"69971",8821,12188 -"69972",8821,12531 -"69973",8821,18435 -"69974",8821,25044 -"69975",8821,29133 -"69976",8821,29376 -"69977",8821,35187 -"69978",8821,40734 -"69979",8821,45665 -"69980",8822,71455 -"69981",8823,24253 -"69982",8823,70362 -"69983",8823,87238 -"69984",8824,8876 -"69985",8824,15410 -"69986",8824,20646 -"69987",8824,31383 -"69988",8824,46127 -"69989",8824,78528 -"69990",8825,31908 -"69991",8826,8956 -"69992",8826,15613 -"69993",8826,15752 -"69994",8826,17365 -"69995",8826,24253 -"69996",8826,24644 -"69997",8826,34706 -"69998",8826,41909 -"69999",8826,43793 -"70000",8826,43796 -"70001",8826,47260 -"70002",8826,58187 -"70003",8826,63442 -"70004",8826,63775 -"70005",8826,64423 -"70006",8826,65407 -"70007",8826,65415 -"70008",8826,65538 -"70009",8826,65627 -"70010",8827,18712 -"70011",8827,26939 -"70012",8827,27861 -"70013",8827,29426 -"70014",8827,37372 -"70015",8827,39482 -"70016",8827,71772 -"70017",8828,8829 -"70018",8829,12202 -"70019",8830,36858 -"70020",8830,54793 -"70021",8830,80154 -"70022",8830,102798 -"70023",8830,102959 -"70024",8831,71240 -"70025",8831,91948 -"70026",8831,101221 -"70027",8831,108935 -"70028",8831,120411 -"70029",8832,12669 -"70030",8832,18764 -"70031",8832,23167 -"70032",8832,33312 -"70033",8832,66931 -"70034",8832,73420 -"70035",8832,78283 -"70036",8832,78391 -"70037",8832,81974 -"70038",8832,90046 -"70039",8832,91795 -"70040",8832,95568 -"70041",8832,107047 -"70042",8833,8880 -"70043",8833,9716 -"70044",8833,20318 -"70045",8833,40392 -"70046",8834,26171 -"70047",8834,49765 -"70048",8834,57359 -"70049",8834,59958 -"70050",8834,65182 -"70051",8834,85435 -"70052",8834,105112 -"70053",8835,13571 -"70054",8835,43373 -"70055",8835,71618 -"70056",8835,82055 -"70057",8835,100070 -"70058",8836,25965 -"70059",8836,27774 -"70060",8836,27961 -"70061",8836,28062 -"70062",8836,28063 -"70063",8836,28130 -"70064",8836,28131 -"70065",8837,8838 -"70066",8837,28667 -"70067",8837,45270 -"70068",8837,60486 -"70069",8837,69415 -"70070",8839,10912 -"70071",8839,12634 -"70072",8839,23043 -"70073",8839,34326 -"70074",8839,47882 -"70075",8839,52434 -"70076",8839,54381 -"70077",8839,55725 -"70078",8839,61942 -"70079",8839,65112 -"70080",8839,67150 -"70081",8839,78227 -"70082",8839,78611 -"70083",8839,81540 -"70084",8839,88448 -"70085",8839,90253 -"70086",8839,90546 -"70087",8839,90563 -"70088",8839,95347 -"70089",8839,107364 -"70090",8840,91679 -"70091",8841,8877 -"70092",8841,9337 -"70093",8842,49909 -"70094",8843,15860 -"70095",8843,33762 -"70096",8843,55571 -"70097",8843,104363 -"70098",8845,8866 -"70099",8845,8883 -"70100",8845,8888 -"70101",8845,9051 -"70102",8845,36984 -"70103",8846,9194 -"70104",8846,11534 -"70105",8846,14185 -"70106",8846,14390 -"70107",8846,19647 -"70108",8846,24845 -"70109",8846,34413 -"70110",8846,37354 -"70111",8846,38564 -"70112",8846,65734 -"70113",8846,82010 -"70114",8846,91128 -"70115",8846,101811 -"70116",8846,115372 -"70117",8846,118598 -"70118",8847,8866 -"70119",8847,8870 -"70120",8847,8942 -"70121",8847,8959 -"70122",8847,8961 -"70123",8847,38947 -"70124",8847,84586 -"70125",8848,15208 -"70126",8848,36610 -"70127",8849,57157 -"70128",8850,25558 -"70129",8850,74942 -"70130",8850,94534 -"70131",8851,10677 -"70132",8851,15612 -"70133",8851,33581 -"70134",8851,100775 -"70135",8851,117383 -"70136",8853,18172 -"70137",8854,32193 -"70138",8854,32210 -"70139",8854,63727 -"70140",8854,63759 -"70141",8855,8856 -"70142",8855,12394 -"70143",8855,12752 -"70144",8855,18381 -"70145",8855,23156 -"70146",8855,24622 -"70147",8855,25373 -"70148",8855,30038 -"70149",8855,32262 -"70150",8855,46339 -"70151",8855,47971 -"70152",8855,50474 -"70153",8855,50490 -"70154",8855,50531 -"70155",8855,71267 -"70156",8856,9933 -"70157",8856,11105 -"70158",8856,12171 -"70159",8856,12394 -"70160",8856,12410 -"70161",8856,12759 -"70162",8856,13537 -"70163",8856,15019 -"70164",8856,15532 -"70165",8856,15908 -"70166",8856,16108 -"70167",8856,17536 -"70168",8856,17691 -"70169",8856,18023 -"70170",8856,18270 -"70171",8856,18381 -"70172",8856,18600 -"70173",8856,18935 -"70174",8856,20449 -"70175",8856,20688 -"70176",8856,20985 -"70177",8856,21088 -"70178",8856,21683 -"70179",8856,23156 -"70180",8856,23847 -"70181",8856,24012 -"70182",8856,24910 -"70183",8856,25373 -"70184",8856,25758 -"70185",8856,26537 -"70186",8856,26872 -"70187",8856,28767 -"70188",8856,28871 -"70189",8856,30334 -"70190",8856,35496 -"70191",8856,37610 -"70192",8856,37636 -"70193",8856,39435 -"70194",8856,40131 -"70195",8856,40166 -"70196",8856,40392 -"70197",8856,40905 -"70198",8856,41030 -"70199",8856,41527 -"70200",8856,41529 -"70201",8856,41723 -"70202",8856,41778 -"70203",8856,43147 -"70204",8856,43234 -"70205",8856,43858 -"70206",8856,44209 -"70207",8856,44666 -"70208",8856,44828 -"70209",8856,45657 -"70210",8856,45933 -"70211",8856,46434 -"70212",8856,46788 -"70213",8856,47123 -"70214",8856,47488 -"70215",8856,48909 -"70216",8856,49657 -"70217",8856,49859 -"70218",8856,50064 -"70219",8856,50067 -"70220",8856,50554 -"70221",8856,50879 -"70222",8856,51427 -"70223",8856,51783 -"70224",8856,52018 -"70225",8856,53390 -"70226",8856,53444 -"70227",8856,53527 -"70228",8856,53555 -"70229",8856,54275 -"70230",8856,56628 -"70231",8856,58004 -"70232",8856,58068 -"70233",8856,58633 -"70234",8856,61111 -"70235",8856,61127 -"70236",8856,61191 -"70237",8856,66718 -"70238",8856,68287 -"70239",8856,68604 -"70240",8856,78976 -"70241",8856,79149 -"70242",8856,106965 -"70243",8857,50679 -"70244",8858,11808 -"70245",8858,29494 -"70246",8858,31892 -"70247",8858,45655 -"70248",8858,83862 -"70249",8858,95880 -"70250",8859,68349 -"70251",8860,9602 -"70252",8860,22281 -"70253",8860,29599 -"70254",8860,32834 -"70255",8860,33400 -"70256",8860,33491 -"70257",8860,47949 -"70258",8860,51686 -"70259",8860,63398 -"70260",8860,67016 -"70261",8860,67037 -"70262",8860,67038 -"70263",8860,73580 -"70264",8861,50196 -"70265",8861,52053 -"70266",8861,74513 -"70267",8862,13634 -"70268",8862,32704 -"70269",8863,8981 -"70270",8863,14978 -"70271",8864,27241 -"70272",8864,27303 -"70273",8864,30294 -"70274",8864,35104 -"70275",8864,83364 -"70276",8865,9080 -"70277",8865,12067 -"70278",8865,22030 -"70279",8865,25255 -"70280",8865,34172 -"70281",8865,35903 -"70282",8865,55861 -"70283",8865,69232 -"70284",8865,69298 -"70285",8865,78992 -"70286",8866,8870 -"70287",8866,8883 -"70288",8866,8888 -"70289",8866,8942 -"70290",8866,8959 -"70291",8866,8961 -"70292",8866,9031 -"70293",8866,9051 -"70294",8866,9362 -"70295",8866,9741 -"70296",8866,11407 -"70297",8866,12010 -"70298",8866,13313 -"70299",8866,15396 -"70300",8866,21828 -"70301",8866,24785 -"70302",8866,24861 -"70303",8866,26623 -"70304",8866,27946 -"70305",8866,45650 -"70306",8866,45977 -"70307",8866,56496 -"70308",8866,84932 -"70309",8866,98319 -"70310",8867,13847 -"70311",8867,114251 -"70312",8868,9137 -"70313",8868,12208 -"70314",8868,14326 -"70315",8868,14807 -"70316",8868,16504 -"70317",8868,20918 -"70318",8868,22924 -"70319",8868,34873 -"70320",8868,38259 -"70321",8868,38639 -"70322",8868,43355 -"70323",8868,43579 -"70324",8868,69823 -"70325",8868,78258 -"70326",8868,86875 -"70327",8868,107052 -"70328",8869,13147 -"70329",8869,13386 -"70330",8869,13938 -"70331",8869,13942 -"70332",8869,15023 -"70333",8869,19349 -"70334",8869,20547 -"70335",8869,20623 -"70336",8869,21804 -"70337",8869,23116 -"70338",8869,25567 -"70339",8869,32697 -"70340",8869,35088 -"70341",8869,46919 -"70342",8869,49547 -"70343",8869,51399 -"70344",8869,51843 -"70345",8869,52591 -"70346",8869,53756 -"70347",8869,54385 -"70348",8869,54407 -"70349",8869,79000 -"70350",8869,80025 -"70351",8869,84808 -"70352",8869,84828 -"70353",8869,106808 -"70354",8869,110737 -"70355",8870,8888 -"70356",8870,8942 -"70357",8870,8959 -"70358",8870,8961 -"70359",8870,9362 -"70360",8870,9741 -"70361",8870,13313 -"70362",8870,14441 -"70363",8870,15378 -"70364",8870,15396 -"70365",8870,17447 -"70366",8870,19034 -"70367",8870,19580 -"70368",8870,19791 -"70369",8870,23386 -"70370",8870,24861 -"70371",8870,27946 -"70372",8870,31235 -"70373",8870,39667 -"70374",8870,47733 -"70375",8870,75883 -"70376",8870,75888 -"70377",8870,75892 -"70378",8870,75893 -"70379",8870,75898 -"70380",8870,84932 -"70381",8872,48535 -"70382",8873,13857 -"70383",8873,19479 -"70384",8873,41277 -"70385",8873,85391 -"70386",8873,85400 -"70387",8874,23266 -"70388",8874,43130 -"70389",8875,11012 -"70390",8875,34949 -"70391",8875,34962 -"70392",8875,35038 -"70393",8875,50221 -"70394",8875,65804 -"70395",8875,69278 -"70396",8875,107469 -"70397",8876,12845 -"70398",8876,15410 -"70399",8876,20646 -"70400",8876,28285 -"70401",8876,31383 -"70402",8876,36733 -"70403",8876,39051 -"70404",8876,39115 -"70405",8876,47947 -"70406",8876,49408 -"70407",8876,53817 -"70408",8876,95559 -"70409",8877,9337 -"70410",8878,13622 -"70411",8878,49157 -"70412",8879,33221 -"70413",8879,52200 -"70414",8879,62995 -"70415",8879,64269 -"70416",8880,9386 -"70417",8880,11429 -"70418",8880,14583 -"70419",8880,14726 -"70420",8880,14761 -"70421",8880,24282 -"70422",8880,30734 -"70423",8880,30886 -"70424",8880,40202 -"70425",8880,40392 -"70426",8880,44626 -"70427",8880,45192 -"70428",8880,64104 -"70429",8880,67698 -"70430",8880,71026 -"70431",8880,86418 -"70432",8880,93387 -"70433",8881,14834 -"70434",8881,21053 -"70435",8881,32017 -"70436",8881,34836 -"70437",8881,38019 -"70438",8881,41315 -"70439",8881,65006 -"70440",8881,71597 -"70441",8881,72468 -"70442",8881,77613 -"70443",8881,86232 -"70444",8881,103259 -"70445",8881,103300 -"70446",8881,105092 -"70447",8881,109186 -"70448",8882,83397 -"70449",8882,83564 -"70450",8883,8888 -"70451",8883,8942 -"70452",8883,9031 -"70453",8883,9051 -"70454",8883,9805 -"70455",8883,11350 -"70456",8883,11407 -"70457",8883,12010 -"70458",8883,15396 -"70459",8883,24785 -"70460",8883,24938 -"70461",8883,26623 -"70462",8883,28969 -"70463",8883,45650 -"70464",8883,45977 -"70465",8883,50296 -"70466",8883,56496 -"70467",8883,90562 -"70468",8883,98319 -"70469",8884,16882 -"70470",8884,55774 -"70471",8884,76893 -"70472",8885,9113 -"70473",8885,9117 -"70474",8885,9129 -"70475",8885,9145 -"70476",8885,9148 -"70477",8885,9156 -"70478",8885,9172 -"70479",8885,9176 -"70480",8885,9184 -"70481",8885,9291 -"70482",8885,9292 -"70483",8885,11389 -"70484",8885,24568 -"70485",8885,30416 -"70486",8885,63409 -"70487",8885,63846 -"70488",8885,66664 -"70489",8885,73305 -"70490",8885,88409 -"70491",8885,101616 -"70492",8885,102705 -"70493",8886,14923 -"70494",8886,34246 -"70495",8887,13573 -"70496",8887,13793 -"70497",8887,14002 -"70498",8887,20186 -"70499",8887,24404 -"70500",8887,24687 -"70501",8887,33812 -"70502",8887,49251 -"70503",8887,84018 -"70504",8887,86105 -"70505",8887,86346 -"70506",8887,94250 -"70507",8888,8942 -"70508",8888,9031 -"70509",8888,9051 -"70510",8888,9741 -"70511",8888,9805 -"70512",8888,11407 -"70513",8888,12010 -"70514",8888,13313 -"70515",8888,14441 -"70516",8888,15378 -"70517",8888,17447 -"70518",8888,19034 -"70519",8888,19791 -"70520",8888,22027 -"70521",8888,23386 -"70522",8888,24785 -"70523",8888,31235 -"70524",8888,35594 -"70525",8888,45113 -"70526",8888,47733 -"70527",8888,56496 -"70528",8888,75883 -"70529",8888,75888 -"70530",8888,75892 -"70531",8888,75893 -"70532",8888,75898 -"70533",8888,98319 -"70534",8889,34332 -"70535",8889,57394 -"70536",8890,8936 -"70537",8890,8948 -"70538",8890,9045 -"70539",8890,9239 -"70540",8890,9240 -"70541",8890,9282 -"70542",8890,16409 -"70543",8890,18535 -"70544",8890,22061 -"70545",8890,29249 -"70546",8890,32700 -"70547",8890,37142 -"70548",8890,47198 -"70549",8890,55312 -"70550",8890,57560 -"70551",8890,73058 -"70552",8890,76007 -"70553",8890,95966 -"70554",8890,103491 -"70555",8891,25653 -"70556",8891,29902 -"70557",8891,40628 -"70558",8891,43428 -"70559",8891,45794 -"70560",8891,57737 -"70561",8891,59544 -"70562",8891,65151 -"70563",8891,68821 -"70564",8891,76816 -"70565",8891,85202 -"70566",8891,109692 -"70567",8892,9518 -"70568",8892,10304 -"70569",8892,29105 -"70570",8892,30981 -"70571",8892,31649 -"70572",8892,36147 -"70573",8892,36194 -"70574",8892,36224 -"70575",8892,41912 -"70576",8892,44178 -"70577",8892,49677 -"70578",8892,54388 -"70579",8892,59560 -"70580",8892,69011 -"70581",8892,88079 -"70582",8892,116161 -"70583",8894,25157 -"70584",8895,9416 -"70585",8895,12361 -"70586",8895,15924 -"70587",8895,15965 -"70588",8895,15979 -"70589",8895,16228 -"70590",8895,30586 -"70591",8895,36797 -"70592",8895,40338 -"70593",8895,77280 -"70594",8895,97790 -"70595",8896,14227 -"70596",8896,15919 -"70597",8896,17733 -"70598",8896,18820 -"70599",8896,40267 -"70600",8896,42311 -"70601",8896,65786 -"70602",8896,87396 -"70603",8896,100524 -"70604",8897,9077 -"70605",8897,33110 -"70606",8898,14372 -"70607",8898,29064 -"70608",8898,61937 -"70609",8898,73708 -"70610",8899,8944 -"70611",8899,36003 -"70612",8899,43352 -"70613",8899,46785 -"70614",8900,9013 -"70615",8900,19893 -"70616",8900,60207 -"70617",8900,113767 -"70618",8901,36440 -"70619",8901,40784 -"70620",8901,73531 -"70621",8901,76277 -"70622",8901,77181 -"70623",8901,99958 -"70624",8901,99965 -"70625",8901,101897 -"70626",8901,120748 -"70627",8902,52165 -"70628",8902,52196 -"70629",8902,52246 -"70630",8903,70047 -"70631",8903,81736 -"70632",8903,115197 -"70633",8903,122881 -"70634",8904,8965 -"70635",8904,27021 -"70636",8904,67243 -"70637",8905,11500 -"70638",8905,13812 -"70639",8905,28212 -"70640",8905,41091 -"70641",8905,107385 -"70642",8905,107398 -"70643",8906,11501 -"70644",8906,21968 -"70645",8906,23930 -"70646",8906,24256 -"70647",8906,26775 -"70648",8906,29930 -"70649",8906,31705 -"70650",8906,33774 -"70651",8906,41081 -"70652",8906,47137 -"70653",8906,74926 -"70654",8906,81422 -"70655",8906,84263 -"70656",8906,110844 -"70657",8907,77682 -"70658",8907,78298 -"70659",8908,9597 -"70660",8908,46496 -"70661",8908,81982 -"70662",8908,91227 -"70663",8909,9361 -"70664",8909,21393 -"70665",8909,34445 -"70666",8909,41570 -"70667",8909,59925 -"70668",8909,73058 -"70669",8909,80085 -"70670",8909,80895 -"70671",8909,91017 -"70672",8909,106852 -"70673",8909,106857 -"70674",8909,106897 -"70675",8909,106901 -"70676",8909,110229 -"70677",8910,9762 -"70678",8910,36109 -"70679",8910,67531 -"70680",8910,95162 -"70681",8911,8951 -"70682",8911,8970 -"70683",8911,10710 -"70684",8911,10727 -"70685",8911,10784 -"70686",8911,10814 -"70687",8911,23165 -"70688",8911,25055 -"70689",8911,86850 -"70690",8912,10390 -"70691",8912,11734 -"70692",8913,8922 -"70693",8913,13415 -"70694",8913,15160 -"70695",8913,15401 -"70696",8913,15887 -"70697",8913,16259 -"70698",8913,17828 -"70699",8913,20626 -"70700",8913,24809 -"70701",8913,26882 -"70702",8913,32672 -"70703",8913,32988 -"70704",8913,47438 -"70705",8913,65155 -"70706",8913,71033 -"70707",8913,73409 -"70708",8913,75568 -"70709",8913,80625 -"70710",8913,80892 -"70711",8913,90968 -"70712",8913,92757 -"70713",8913,98845 -"70714",8913,104590 -"70715",8913,108463 -"70716",8913,113733 -"70717",8913,116534 -"70718",8913,116545 -"70719",8913,118099 -"70720",8913,122202 -"70721",8914,11547 -"70722",8914,34085 -"70723",8914,115429 -"70724",8915,33049 -"70725",8915,63487 -"70726",8915,73330 -"70727",8915,85491 -"70728",8915,85506 -"70729",8916,20221 -"70730",8916,30623 -"70731",8916,45849 -"70732",8916,81549 -"70733",8916,82370 -"70734",8916,111375 -"70735",8917,8969 -"70736",8918,9022 -"70737",8918,9044 -"70738",8918,9047 -"70739",8918,11618 -"70740",8919,78710 -"70741",8919,103074 -"70742",8920,8921 -"70743",8920,14340 -"70744",8920,121243 -"70745",8920,121275 -"70746",8921,14340 -"70747",8921,19550 -"70748",8922,13415 -"70749",8922,14681 -"70750",8922,15160 -"70751",8922,15401 -"70752",8922,15887 -"70753",8922,16259 -"70754",8922,17828 -"70755",8922,25562 -"70756",8922,26882 -"70757",8922,32672 -"70758",8922,32988 -"70759",8922,36253 -"70760",8922,42909 -"70761",8922,47438 -"70762",8922,65155 -"70763",8922,71033 -"70764",8922,73409 -"70765",8922,75568 -"70766",8922,76428 -"70767",8922,80625 -"70768",8922,84194 -"70769",8922,85258 -"70770",8922,90968 -"70771",8922,90972 -"70772",8922,91527 -"70773",8922,104590 -"70774",8922,108138 -"70775",8922,108463 -"70776",8922,116534 -"70777",8922,116545 -"70778",8923,9162 -"70779",8923,15300 -"70780",8923,22166 -"70781",8923,22376 -"70782",8923,32377 -"70783",8923,83624 -"70784",8925,17327 -"70785",8925,53685 -"70786",8925,87969 -"70787",8925,98441 -"70788",8926,40370 -"70789",8926,100554 -"70790",8926,107213 -"70791",8927,12688 -"70792",8927,17042 -"70793",8927,17733 -"70794",8927,36444 -"70795",8927,54878 -"70796",8927,69349 -"70797",8928,38641 -"70798",8928,43252 -"70799",8928,48674 -"70800",8928,75957 -"70801",8929,15589 -"70802",8929,17721 -"70803",8929,26151 -"70804",8929,34780 -"70805",8929,43703 -"70806",8929,49031 -"70807",8929,63055 -"70808",8929,64502 -"70809",8929,68382 -"70810",8929,87309 -"70811",8929,108496 -"70812",8929,110965 -"70813",8930,86295 -"70814",8931,9269 -"70815",8931,13721 -"70816",8931,20695 -"70817",8931,26821 -"70818",8931,32770 -"70819",8931,63570 -"70820",8931,87915 -"70821",8932,9204 -"70822",8932,26953 -"70823",8932,56871 -"70824",8932,59505 -"70825",8932,74506 -"70826",8932,91904 -"70827",8932,98166 -"70828",8932,113438 -"70829",8933,9595 -"70830",8933,28352 -"70831",8933,56662 -"70832",8933,73829 -"70833",8933,83568 -"70834",8933,95600 -"70835",8933,105604 -"70836",8933,111520 -"70837",8933,112530 -"70838",8933,113191 -"70839",8934,12900 -"70840",8934,13109 -"70841",8934,22374 -"70842",8934,37495 -"70843",8934,40893 -"70844",8935,9657 -"70845",8935,15409 -"70846",8935,26947 -"70847",8935,62871 -"70848",8935,108161 -"70849",8936,8948 -"70850",8936,9045 -"70851",8936,9239 -"70852",8936,9240 -"70853",8936,9282 -"70854",8936,23488 -"70855",8936,47198 -"70856",8937,14231 -"70857",8937,17804 -"70858",8937,18622 -"70859",8938,12187 -"70860",8938,44285 -"70861",8938,47075 -"70862",8938,55816 -"70863",8938,70372 -"70864",8938,106357 -"70865",8939,26087 -"70866",8940,9662 -"70867",8940,9730 -"70868",8940,9765 -"70869",8940,9770 -"70870",8940,9817 -"70871",8940,9835 -"70872",8940,9844 -"70873",8940,9909 -"70874",8940,9930 -"70875",8940,9931 -"70876",8940,9938 -"70877",8941,11036 -"70878",8941,11067 -"70879",8941,15412 -"70880",8941,17390 -"70881",8941,19400 -"70882",8941,29578 -"70883",8941,36472 -"70884",8941,42107 -"70885",8941,45699 -"70886",8941,46385 -"70887",8941,53787 -"70888",8941,56429 -"70889",8941,92452 -"70890",8941,95678 -"70891",8941,96260 -"70892",8941,96689 -"70893",8941,107880 -"70894",8941,114939 -"70895",8942,8959 -"70896",8942,8961 -"70897",8942,9741 -"70898",8942,11407 -"70899",8942,12010 -"70900",8942,13313 -"70901",8942,13953 -"70902",8942,14655 -"70903",8942,19580 -"70904",8942,24736 -"70905",8942,24818 -"70906",8942,24861 -"70907",8942,24864 -"70908",8942,28969 -"70909",8942,35594 -"70910",8942,39667 -"70911",8942,45113 -"70912",8942,47733 -"70913",8942,64200 -"70914",8942,75605 -"70915",8942,90562 -"70916",8942,104050 -"70917",8942,114798 -"70918",8943,18927 -"70919",8944,18500 -"70920",8944,26026 -"70921",8944,30301 -"70922",8944,30990 -"70923",8944,36003 -"70924",8944,43352 -"70925",8944,46785 -"70926",8944,81451 -"70927",8945,9046 -"70928",8945,10688 -"70929",8945,10788 -"70930",8945,14448 -"70931",8945,15099 -"70932",8945,16669 -"70933",8945,19805 -"70934",8945,21098 -"70935",8945,21918 -"70936",8945,24939 -"70937",8945,25639 -"70938",8945,26432 -"70939",8945,26943 -"70940",8945,28499 -"70941",8945,30866 -"70942",8945,31700 -"70943",8945,32361 -"70944",8945,33275 -"70945",8945,33883 -"70946",8945,35442 -"70947",8945,36286 -"70948",8945,36767 -"70949",8945,37937 -"70950",8945,40419 -"70951",8945,42608 -"70952",8945,44180 -"70953",8945,45818 -"70954",8945,51476 -"70955",8945,51892 -"70956",8945,53755 -"70957",8945,54168 -"70958",8945,57210 -"70959",8945,58482 -"70960",8945,59172 -"70961",8945,59816 -"70962",8945,61874 -"70963",8945,63274 -"70964",8945,66322 -"70965",8945,67327 -"70966",8945,70854 -"70967",8945,71683 -"70968",8945,72568 -"70969",8945,72628 -"70970",8945,73767 -"70971",8945,78532 -"70972",8945,81609 -"70973",8945,85885 -"70974",8945,91255 -"70975",8945,92247 -"70976",8945,92352 -"70977",8945,92362 -"70978",8945,92929 -"70979",8945,93719 -"70980",8945,94906 -"70981",8945,94946 -"70982",8945,95889 -"70983",8945,96093 -"70984",8945,97988 -"70985",8945,99309 -"70986",8945,99376 -"70987",8945,99450 -"70988",8945,99471 -"70989",8945,99474 -"70990",8945,100916 -"70991",8945,100944 -"70992",8945,101126 -"70993",8945,101329 -"70994",8945,105557 -"70995",8945,107199 -"70996",8945,108743 -"70997",8945,108980 -"70998",8945,109291 -"70999",8945,109933 -"71000",8945,110483 -"71001",8945,110567 -"71002",8945,110572 -"71003",8945,110630 -"71004",8945,110648 -"71005",8945,110711 -"71006",8945,110770 -"71007",8945,110869 -"71008",8945,110911 -"71009",8945,111285 -"71010",8945,111314 -"71011",8945,111362 -"71012",8945,111372 -"71013",8945,111424 -"71014",8945,111433 -"71015",8945,112422 -"71016",8945,113269 -"71017",8945,113430 -"71018",8945,114242 -"71019",8945,114842 -"71020",8945,115427 -"71021",8945,115521 -"71022",8945,115711 -"71023",8946,11172 -"71024",8946,11466 -"71025",8946,13671 -"71026",8946,13735 -"71027",8946,16590 -"71028",8946,31816 -"71029",8946,39220 -"71030",8946,43311 -"71031",8946,52245 -"71032",8946,53648 -"71033",8946,54208 -"71034",8946,67913 -"71035",8946,69934 -"71036",8946,79720 -"71037",8946,82325 -"71038",8946,103212 -"71039",8947,11279 -"71040",8947,19330 -"71041",8947,26018 -"71042",8947,58768 -"71043",8948,9045 -"71044",8948,9239 -"71045",8948,9240 -"71046",8948,9282 -"71047",8948,12804 -"71048",8948,14178 -"71049",8948,30669 -"71050",8948,43972 -"71051",8948,44066 -"71052",8948,47198 -"71053",8948,83069 -"71054",8948,84767 -"71055",8949,20432 -"71056",8949,23358 -"71057",8949,44419 -"71058",8949,52934 -"71059",8949,78548 -"71060",8950,59888 -"71061",8950,97956 -"71062",8951,8970 -"71063",8951,10710 -"71064",8951,10727 -"71065",8951,10814 -"71066",8951,20581 -"71067",8951,20755 -"71068",8951,25055 -"71069",8951,86850 -"71070",8951,102889 -"71071",8952,13361 -"71072",8952,22362 -"71073",8952,29489 -"71074",8952,29705 -"71075",8952,29987 -"71076",8952,30002 -"71077",8952,41037 -"71078",8952,42687 -"71079",8952,56580 -"71080",8952,67018 -"71081",8952,77176 -"71082",8952,80242 -"71083",8952,81578 -"71084",8952,85344 -"71085",8952,96347 -"71086",8953,25726 -"71087",8953,29855 -"71088",8953,39872 -"71089",8953,43457 -"71090",8953,96536 -"71091",8954,22372 -"71092",8954,42648 -"71093",8954,93264 -"71094",8955,9018 -"71095",8955,9033 -"71096",8955,24440 -"71097",8955,71926 -"71098",8955,88337 -"71099",8955,109988 -"71100",8955,116824 -"71101",8956,9002 -"71102",8956,9193 -"71103",8956,15752 -"71104",8956,17616 -"71105",8956,36171 -"71106",8956,41909 -"71107",8956,44747 -"71108",8956,45854 -"71109",8956,47260 -"71110",8956,58187 -"71111",8956,61938 -"71112",8956,63442 -"71113",8956,63775 -"71114",8956,94104 -"71115",8956,102238 -"71116",8957,24045 -"71117",8957,33188 -"71118",8957,37108 -"71119",8957,44151 -"71120",8957,90187 -"71121",8957,94343 -"71122",8957,101383 -"71123",8958,41739 -"71124",8958,45269 -"71125",8958,59968 -"71126",8958,64181 -"71127",8958,65625 -"71128",8958,66413 -"71129",8958,74628 -"71130",8958,105063 -"71131",8958,114174 -"71132",8958,114178 -"71133",8959,8961 -"71134",8960,10050 -"71135",8960,10156 -"71136",8960,78931 -"71137",8961,9702 -"71138",8961,19759 -"71139",8961,62485 -"71140",8962,8976 -"71141",8962,52251 -"71142",8962,70415 -"71143",8964,19112 -"71144",8964,115629 -"71145",8966,76024 -"71146",8966,76470 -"71147",8966,79566 -"71148",8966,105539 -"71149",8967,49717 -"71150",8967,50625 -"71151",8968,9009 -"71152",8968,69069 -"71153",8968,104509 -"71154",8969,15171 -"71155",8969,45274 -"71156",8969,96974 -"71157",8969,100107 -"71158",8969,111589 -"71159",8970,10710 -"71160",8970,10727 -"71161",8970,10814 -"71162",8970,13050 -"71163",8970,13122 -"71164",8970,13858 -"71165",8970,16046 -"71166",8970,17589 -"71167",8970,18525 -"71168",8970,22512 -"71169",8970,25055 -"71170",8970,28355 -"71171",8970,29117 -"71172",8970,29122 -"71173",8970,30811 -"71174",8970,34279 -"71175",8970,34614 -"71176",8970,42713 -"71177",8970,49147 -"71178",8970,54061 -"71179",8970,54847 -"71180",8970,59804 -"71181",8970,62458 -"71182",8970,78572 -"71183",8970,84184 -"71184",8970,88199 -"71185",8970,88345 -"71186",8970,96504 -"71187",8970,102889 -"71188",8970,107963 -"71189",8970,111970 -"71190",8971,10042 -"71191",8971,46678 -"71192",8971,51490 -"71193",8971,53524 -"71194",8971,53769 -"71195",8971,71356 -"71196",8971,81721 -"71197",8971,83483 -"71198",8971,87263 -"71199",8971,93678 -"71200",8971,100782 -"71201",8971,112132 -"71202",8971,113863 -"71203",8971,116898 -"71204",8973,45832 -"71205",8973,67352 -"71206",8973,83309 -"71207",8973,85042 -"71208",8973,100060 -"71209",8973,109428 -"71210",8974,24080 -"71211",8974,31018 -"71212",8975,17655 -"71213",8975,26294 -"71214",8975,48749 -"71215",8976,10451 -"71216",8976,12311 -"71217",8976,15207 -"71218",8976,15495 -"71219",8976,17685 -"71220",8976,18163 -"71221",8976,18550 -"71222",8976,18780 -"71223",8976,18782 -"71224",8976,18957 -"71225",8976,21650 -"71226",8976,22351 -"71227",8976,25031 -"71228",8976,26216 -"71229",8976,28093 -"71230",8976,28353 -"71231",8976,28734 -"71232",8976,29019 -"71233",8976,29026 -"71234",8976,29633 -"71235",8976,32413 -"71236",8976,34614 -"71237",8976,34631 -"71238",8976,34668 -"71239",8976,35983 -"71240",8976,38270 -"71241",8976,39490 -"71242",8976,40113 -"71243",8976,42255 -"71244",8976,42289 -"71245",8976,44238 -"71246",8976,47501 -"71247",8976,48281 -"71248",8976,48380 -"71249",8976,50662 -"71250",8976,51979 -"71251",8976,56216 -"71252",8976,56913 -"71253",8976,59010 -"71254",8976,59615 -"71255",8976,62679 -"71256",8976,63105 -"71257",8976,65886 -"71258",8976,68001 -"71259",8976,68475 -"71260",8976,68917 -"71261",8976,69296 -"71262",8976,71106 -"71263",8976,73618 -"71264",8976,73622 -"71265",8976,73655 -"71266",8976,75767 -"71267",8976,76046 -"71268",8976,76459 -"71269",8976,76808 -"71270",8976,77727 -"71271",8976,78224 -"71272",8976,79222 -"71273",8976,82978 -"71274",8976,83306 -"71275",8976,85027 -"71276",8976,87200 -"71277",8976,88412 -"71278",8976,90275 -"71279",8976,90426 -"71280",8976,91112 -"71281",8976,91526 -"71282",8976,93425 -"71283",8976,93523 -"71284",8976,94520 -"71285",8976,95954 -"71286",8976,97687 -"71287",8976,97728 -"71288",8976,97757 -"71289",8976,99544 -"71290",8976,99547 -"71291",8976,99554 -"71292",8976,100595 -"71293",8976,100739 -"71294",8976,100819 -"71295",8976,101898 -"71296",8976,101988 -"71297",8976,102146 -"71298",8976,102201 -"71299",8976,102309 -"71300",8976,102635 -"71301",8976,102730 -"71302",8976,102846 -"71303",8976,103790 -"71304",8976,104095 -"71305",8976,104574 -"71306",8976,104784 -"71307",8976,104845 -"71308",8976,107269 -"71309",8976,107623 -"71310",8976,107714 -"71311",8976,107879 -"71312",8976,107975 -"71313",8977,8978 -"71314",8978,38349 -"71315",8978,85912 -"71316",8978,87264 -"71317",8978,104179 -"71318",8978,117869 -"71319",8979,10185 -"71320",8979,10447 -"71321",8979,23354 -"71322",8979,32109 -"71323",8979,32280 -"71324",8979,35596 -"71325",8979,50456 -"71326",8979,78193 -"71327",8980,10818 -"71328",8980,109003 -"71329",8980,122017 -"71330",8981,11058 -"71331",8981,12091 -"71332",8981,39000 -"71333",8981,45310 -"71334",8981,62638 -"71335",8982,14073 -"71336",8982,15390 -"71337",8982,17907 -"71338",8982,32562 -"71339",8982,42430 -"71340",8982,57854 -"71341",8982,68765 -"71342",8982,80445 -"71343",8983,25150 -"71344",8983,26130 -"71345",8983,28963 -"71346",8983,29073 -"71347",8984,10613 -"71348",8984,18354 -"71349",8984,19806 -"71350",8984,20291 -"71351",8984,25656 -"71352",8984,41955 -"71353",8984,42530 -"71354",8984,42586 -"71355",8984,72181 -"71356",8984,75750 -"71357",8984,91067 -"71358",8984,94579 -"71359",8985,11755 -"71360",8985,28998 -"71361",8985,39326 -"71362",8985,41342 -"71363",8985,41437 -"71364",8986,14026 -"71365",8986,20059 -"71366",8986,21540 -"71367",8986,34633 -"71368",8986,37777 -"71369",8986,45038 -"71370",8986,51249 -"71371",8986,84901 -"71372",8987,9017 -"71373",8987,13694 -"71374",8987,62587 -"71375",8987,106117 -"71376",8988,11200 -"71377",8988,18258 -"71378",8988,21346 -"71379",8988,38403 -"71380",8988,67994 -"71381",8988,89105 -"71382",8989,12001 -"71383",8989,34525 -"71384",8989,35045 -"71385",8989,37809 -"71386",8990,25096 -"71387",8990,42812 -"71388",8990,49898 -"71389",8990,74980 -"71390",8990,102665 -"71391",8991,28681 -"71392",8991,103069 -"71393",8992,10543 -"71394",8992,13963 -"71395",8992,14325 -"71396",8992,21402 -"71397",8992,23096 -"71398",8992,23999 -"71399",8992,34659 -"71400",8992,40764 -"71401",8992,65628 -"71402",8992,81315 -"71403",8993,12735 -"71404",8993,25877 -"71405",8993,44965 -"71406",8993,64125 -"71407",8993,64717 -"71408",8994,49035 -"71409",8994,57713 -"71410",8994,81440 -"71411",8994,98795 -"71412",8994,116665 -"71413",8995,70222 -"71414",8995,74064 -"71415",8996,64172 -"71416",8996,64670 -"71417",8996,80080 -"71418",8996,121721 -"71419",8997,24735 -"71420",8997,26873 -"71421",8997,33201 -"71422",8997,39739 -"71423",8997,50604 -"71424",8997,56266 -"71425",8997,65362 -"71426",8997,81858 -"71427",8997,82845 -"71428",8997,96261 -"71429",8997,99677 -"71430",8997,99807 -"71431",8997,100415 -"71432",8997,104044 -"71433",8997,104085 -"71434",8997,105495 -"71435",8997,106679 -"71436",8997,122285 -"71437",8998,25344 -"71438",8998,54534 -"71439",8998,87800 -"71440",8998,89923 -"71441",8999,9032 -"71442",8999,9074 -"71443",8999,9115 -"71444",8999,9177 -"71445",8999,9178 -"71446",8999,9180 -"71447",8999,38082 -"71448",8999,59683 -"71449",8999,75031 -"71450",9000,41871 -"71451",9000,72045 -"71452",9000,78036 -"71453",9000,78042 -"71454",9000,78043 -"71455",9000,78232 -"71456",9000,78234 -"71457",9001,9039 -"71458",9001,32855 -"71459",9001,34713 -"71460",9001,56159 -"71461",9001,86220 -"71462",9001,86664 -"71463",9003,12471 -"71464",9003,12724 -"71465",9003,15671 -"71466",9003,21176 -"71467",9003,35808 -"71468",9003,42831 -"71469",9003,44293 -"71470",9003,54848 -"71471",9003,57634 -"71472",9003,79038 -"71473",9004,9005 -"71474",9004,46420 -"71475",9004,113725 -"71476",9005,21129 -"71477",9005,32523 -"71478",9005,33993 -"71479",9005,34002 -"71480",9005,34033 -"71481",9005,36010 -"71482",9005,65448 -"71483",9005,68386 -"71484",9005,91744 -"71485",9006,11358 -"71486",9006,17000 -"71487",9006,22610 -"71488",9006,22723 -"71489",9006,69532 -"71490",9006,69646 -"71491",9006,71008 -"71492",9007,13250 -"71493",9007,13667 -"71494",9007,15349 -"71495",9007,21010 -"71496",9007,22699 -"71497",9007,35668 -"71498",9007,38620 -"71499",9007,43726 -"71500",9007,49795 -"71501",9007,50679 -"71502",9007,90230 -"71503",9008,11023 -"71504",9008,21737 -"71505",9008,25533 -"71506",9008,28765 -"71507",9008,32384 -"71508",9008,37205 -"71509",9008,38915 -"71510",9008,43258 -"71511",9008,43888 -"71512",9008,63056 -"71513",9008,68853 -"71514",9008,70583 -"71515",9008,99743 -"71516",9008,122582 -"71517",9008,122616 -"71518",9009,15405 -"71519",9009,32421 -"71520",9009,82872 -"71521",9009,84728 -"71522",9009,84729 -"71523",9009,84777 -"71524",9009,84778 -"71525",9010,75711 -"71526",9011,23144 -"71527",9011,24888 -"71528",9011,27441 -"71529",9011,42955 -"71530",9012,60290 -"71531",9012,67200 -"71532",9012,90702 -"71533",9012,92079 -"71534",9012,99803 -"71535",9013,18779 -"71536",9013,18927 -"71537",9013,19004 -"71538",9014,9027 -"71539",9014,56974 -"71540",9014,81181 -"71541",9015,36550 -"71542",9016,83602 -"71543",9017,11112 -"71544",9017,29416 -"71545",9018,9033 -"71546",9019,27799 -"71547",9019,42582 -"71548",9020,22532 -"71549",9020,24035 -"71550",9020,26587 -"71551",9020,34108 -"71552",9020,41477 -"71553",9020,42861 -"71554",9020,45474 -"71555",9020,55307 -"71556",9020,56155 -"71557",9020,56160 -"71558",9020,56179 -"71559",9020,56226 -"71560",9020,56239 -"71561",9020,56251 -"71562",9020,56267 -"71563",9020,56291 -"71564",9020,56359 -"71565",9020,59821 -"71566",9020,64716 -"71567",9020,86802 -"71568",9020,109590 -"71569",9020,109597 -"71570",9021,12034 -"71571",9021,24174 -"71572",9021,35888 -"71573",9021,36539 -"71574",9021,43877 -"71575",9021,49535 -"71576",9021,49560 -"71577",9021,49561 -"71578",9022,9044 -"71579",9022,9047 -"71580",9022,25707 -"71581",9022,45003 -"71582",9022,58140 -"71583",9022,65576 -"71584",9022,115677 -"71585",9022,117621 -"71586",9022,117672 -"71587",9023,42925 -"71588",9023,86530 -"71589",9024,23484 -"71590",9024,48981 -"71591",9024,70449 -"71592",9024,101840 -"71593",9025,103168 -"71594",9026,24493 -"71595",9026,82699 -"71596",9026,82736 -"71597",9028,11886 -"71598",9028,16118 -"71599",9028,29426 -"71600",9028,38600 -"71601",9028,42520 -"71602",9028,60106 -"71603",9029,9416 -"71604",9029,9617 -"71605",9029,13971 -"71606",9029,14003 -"71607",9029,15443 -"71608",9029,16271 -"71609",9029,18970 -"71610",9029,23115 -"71611",9029,31216 -"71612",9029,31884 -"71613",9029,39256 -"71614",9029,49776 -"71615",9029,62528 -"71616",9029,76165 -"71617",9029,76572 -"71618",9029,80292 -"71619",9029,89367 -"71620",9029,99068 -"71621",9029,99078 -"71622",9030,16029 -"71623",9030,18314 -"71624",9030,24543 -"71625",9030,27482 -"71626",9030,44729 -"71627",9030,51536 -"71628",9030,64938 -"71629",9030,65508 -"71630",9030,76484 -"71631",9030,87061 -"71632",9030,87156 -"71633",9030,88583 -"71634",9030,90057 -"71635",9031,9058 -"71636",9031,9780 -"71637",9031,11407 -"71638",9031,12010 -"71639",9031,21517 -"71640",9031,22027 -"71641",9031,24338 -"71642",9031,31830 -"71643",9031,35954 -"71644",9031,56496 -"71645",9031,77227 -"71646",9031,98319 -"71647",9031,112513 -"71648",9031,112538 -"71649",9031,118453 -"71650",9032,9074 -"71651",9032,9115 -"71652",9032,9177 -"71653",9032,9178 -"71654",9032,9180 -"71655",9032,23125 -"71656",9032,59683 -"71657",9032,60273 -"71658",9032,61761 -"71659",9032,61767 -"71660",9032,66587 -"71661",9032,72689 -"71662",9034,10727 -"71663",9034,16795 -"71664",9034,23253 -"71665",9034,27579 -"71666",9034,27614 -"71667",9034,28996 -"71668",9034,67408 -"71669",9034,82680 -"71670",9034,85276 -"71671",9034,85423 -"71672",9034,85852 -"71673",9034,87005 -"71674",9035,9376 -"71675",9035,16272 -"71676",9035,17018 -"71677",9035,17035 -"71678",9035,17037 -"71679",9035,20220 -"71680",9035,85131 -"71681",9036,11399 -"71682",9036,12205 -"71683",9036,22054 -"71684",9036,23595 -"71685",9036,39056 -"71686",9036,40811 -"71687",9036,43088 -"71688",9036,54032 -"71689",9036,91643 -"71690",9036,92852 -"71691",9036,97624 -"71692",9036,97628 -"71693",9036,97900 -"71694",9037,11470 -"71695",9037,19516 -"71696",9037,51410 -"71697",9037,67362 -"71698",9038,10514 -"71699",9038,35567 -"71700",9038,35585 -"71701",9038,35650 -"71702",9038,35651 -"71703",9038,35662 -"71704",9038,37188 -"71705",9039,12262 -"71706",9039,12303 -"71707",9039,28557 -"71708",9039,30011 -"71709",9039,32855 -"71710",9039,34713 -"71711",9039,42564 -"71712",9039,53922 -"71713",9039,56159 -"71714",9039,61960 -"71715",9039,65316 -"71716",9039,81585 -"71717",9039,81621 -"71718",9039,97875 -"71719",9039,97891 -"71720",9039,98066 -"71721",9041,16749 -"71722",9041,58382 -"71723",9042,123162 -"71724",9043,41829 -"71725",9043,74538 -"71726",9043,91050 -"71727",9043,94051 -"71728",9044,9047 -"71729",9044,16122 -"71730",9044,19881 -"71731",9044,20316 -"71732",9044,24558 -"71733",9044,25679 -"71734",9044,26671 -"71735",9044,37800 -"71736",9044,50134 -"71737",9044,85771 -"71738",9045,9239 -"71739",9045,9240 -"71740",9045,9282 -"71741",9045,47198 -"71742",9045,122100 -"71743",9045,122101 -"71744",9046,10688 -"71745",9046,10788 -"71746",9046,13908 -"71747",9046,14448 -"71748",9046,15099 -"71749",9046,16648 -"71750",9046,16669 -"71751",9046,19805 -"71752",9046,21098 -"71753",9046,21918 -"71754",9046,24939 -"71755",9046,25639 -"71756",9046,26432 -"71757",9046,26943 -"71758",9046,28499 -"71759",9046,30866 -"71760",9046,31700 -"71761",9046,32361 -"71762",9046,33275 -"71763",9046,33883 -"71764",9046,35383 -"71765",9046,36286 -"71766",9046,36767 -"71767",9046,37937 -"71768",9046,38765 -"71769",9046,40419 -"71770",9046,42608 -"71771",9046,44180 -"71772",9046,44304 -"71773",9046,45818 -"71774",9046,51476 -"71775",9046,51892 -"71776",9046,53755 -"71777",9046,54168 -"71778",9046,57210 -"71779",9046,58482 -"71780",9046,59172 -"71781",9046,59816 -"71782",9046,61874 -"71783",9046,63274 -"71784",9046,66322 -"71785",9046,67327 -"71786",9046,70854 -"71787",9046,71683 -"71788",9046,72568 -"71789",9046,72628 -"71790",9046,73767 -"71791",9046,78532 -"71792",9046,81609 -"71793",9046,85885 -"71794",9046,91255 -"71795",9046,92247 -"71796",9046,92352 -"71797",9046,92362 -"71798",9046,92929 -"71799",9046,93719 -"71800",9046,94906 -"71801",9046,94946 -"71802",9046,95889 -"71803",9046,96093 -"71804",9046,97988 -"71805",9046,99309 -"71806",9046,99376 -"71807",9046,99450 -"71808",9046,99471 -"71809",9046,99474 -"71810",9046,100916 -"71811",9046,100944 -"71812",9046,101126 -"71813",9046,101329 -"71814",9046,105557 -"71815",9046,107199 -"71816",9046,108743 -"71817",9046,108980 -"71818",9046,109291 -"71819",9046,109933 -"71820",9046,110483 -"71821",9046,110567 -"71822",9046,110572 -"71823",9046,110630 -"71824",9046,110648 -"71825",9046,110711 -"71826",9046,110770 -"71827",9046,110869 -"71828",9046,110911 -"71829",9046,111285 -"71830",9046,111314 -"71831",9046,111362 -"71832",9046,111372 -"71833",9046,111424 -"71834",9046,111433 -"71835",9046,112422 -"71836",9046,113269 -"71837",9046,113430 -"71838",9046,114242 -"71839",9046,114842 -"71840",9046,115427 -"71841",9046,115521 -"71842",9046,115711 -"71843",9047,30783 -"71844",9047,60200 -"71845",9047,106966 -"71846",9048,11455 -"71847",9048,28354 -"71848",9048,38951 -"71849",9048,46423 -"71850",9048,52945 -"71851",9048,67843 -"71852",9048,70975 -"71853",9048,101410 -"71854",9049,9505 -"71855",9049,19562 -"71856",9049,29738 -"71857",9049,30010 -"71858",9049,30584 -"71859",9049,30585 -"71860",9049,40333 -"71861",9049,40875 -"71862",9050,16833 -"71863",9050,25139 -"71864",9050,29129 -"71865",9050,34441 -"71866",9050,45455 -"71867",9050,70410 -"71868",9050,73322 -"71869",9050,98123 -"71870",9050,104659 -"71871",9050,115132 -"71872",9050,117283 -"71873",9051,9805 -"71874",9051,11407 -"71875",9051,14656 -"71876",9051,24864 -"71877",9051,32398 -"71878",9051,55320 -"71879",9052,11283 -"71880",9052,54457 -"71881",9052,65271 -"71882",9052,97837 -"71883",9052,100102 -"71884",9052,117342 -"71885",9053,10800 -"71886",9053,20173 -"71887",9053,24813 -"71888",9053,27465 -"71889",9053,39386 -"71890",9053,39572 -"71891",9053,57805 -"71892",9053,60372 -"71893",9053,68876 -"71894",9053,69232 -"71895",9053,94025 -"71896",9053,96624 -"71897",9053,97990 -"71898",9053,100620 -"71899",9054,37202 -"71900",9054,44302 -"71901",9054,59245 -"71902",9054,82389 -"71903",9054,110022 -"71904",9055,13262 -"71905",9055,16927 -"71906",9055,52551 -"71907",9055,55638 -"71908",9055,64083 -"71909",9055,64093 -"71910",9055,64118 -"71911",9055,72716 -"71912",9056,35831 -"71913",9056,41786 -"71914",9056,49351 -"71915",9056,57226 -"71916",9057,66731 -"71917",9057,67360 -"71918",9057,80777 -"71919",9057,94290 -"71920",9057,95595 -"71921",9058,9068 -"71922",9058,9780 -"71923",9058,10142 -"71924",9058,14879 -"71925",9058,19808 -"71926",9058,29637 -"71927",9058,31456 -"71928",9058,40343 -"71929",9058,71205 -"71930",9058,77329 -"71931",9058,91412 -"71932",9058,94194 -"71933",9058,101867 -"71934",9059,9085 -"71935",9059,85597 -"71936",9060,13611 -"71937",9060,37905 -"71938",9061,9097 -"71939",9061,28094 -"71940",9061,68365 -"71941",9061,71222 -"71942",9061,71407 -"71943",9061,71455 -"71944",9062,13431 -"71945",9062,26922 -"71946",9062,54909 -"71947",9063,12201 -"71948",9063,21372 -"71949",9063,31035 -"71950",9063,58233 -"71951",9063,88680 -"71952",9064,9066 -"71953",9064,16264 -"71954",9064,35866 -"71955",9064,47912 -"71956",9064,48442 -"71957",9065,17941 -"71958",9065,19249 -"71959",9065,23803 -"71960",9065,23889 -"71961",9065,24683 -"71962",9065,35223 -"71963",9065,36018 -"71964",9065,38756 -"71965",9065,41739 -"71966",9065,48012 -"71967",9065,49143 -"71968",9065,51258 -"71969",9065,67314 -"71970",9065,82003 -"71971",9065,95718 -"71972",9065,106637 -"71973",9065,109272 -"71974",9066,16264 -"71975",9066,35866 -"71976",9066,47912 -"71977",9066,48442 -"71978",9067,55071 -"71979",9067,92161 -"71980",9067,99912 -"71981",9068,10142 -"71982",9069,19017 -"71983",9069,22204 -"71984",9069,24636 -"71985",9069,40292 -"71986",9069,41225 -"71987",9069,42233 -"71988",9069,47615 -"71989",9069,81201 -"71990",9069,98092 -"71991",9069,110217 -"71992",9069,111100 -"71993",9069,113145 -"71994",9070,17039 -"71995",9070,28838 -"71996",9070,38143 -"71997",9070,41976 -"71998",9070,43507 -"71999",9070,44410 -"72000",9070,72972 -"72001",9070,93565 -"72002",9070,95130 -"72003",9070,100553 -"72004",9070,101089 -"72005",9070,107468 -"72006",9070,107490 -"72007",9070,107493 -"72008",9071,13949 -"72009",9071,13992 -"72010",9071,14986 -"72011",9071,16420 -"72012",9071,20628 -"72013",9071,27740 -"72014",9071,29561 -"72015",9071,48718 -"72016",9071,70009 -"72017",9071,71039 -"72018",9071,76175 -"72019",9071,80633 -"72020",9071,83826 -"72021",9071,93713 -"72022",9071,111957 -"72023",9072,27646 -"72024",9072,115448 -"72025",9072,115453 -"72026",9072,115458 -"72027",9073,9080 -"72028",9073,13068 -"72029",9073,13139 -"72030",9073,13219 -"72031",9073,15625 -"72032",9073,18071 -"72033",9073,61192 -"72034",9073,121974 -"72035",9074,9115 -"72036",9074,9177 -"72037",9074,9178 -"72038",9074,9180 -"72039",9074,14632 -"72040",9074,21528 -"72041",9074,82447 -"72042",9074,89028 -"72043",9074,94177 -"72044",9074,116119 -"72045",9075,28269 -"72046",9075,31608 -"72047",9075,37003 -"72048",9075,60546 -"72049",9075,96333 -"72050",9075,108360 -"72051",9075,108995 -"72052",9075,116843 -"72053",9075,117777 -"72054",9075,117779 -"72055",9076,16876 -"72056",9076,116506 -"72057",9078,61346 -"72058",9079,60633 -"72059",9080,12067 -"72060",9080,14077 -"72061",9080,15365 -"72062",9080,40366 -"72063",9080,41298 -"72064",9080,46486 -"72065",9080,48451 -"72066",9080,48796 -"72067",9080,61192 -"72068",9080,115469 -"72069",9080,121974 -"72070",9081,26370 -"72071",9081,32088 -"72072",9082,10464 -"72073",9082,11921 -"72074",9082,12680 -"72075",9082,16866 -"72076",9082,17942 -"72077",9082,18865 -"72078",9082,22231 -"72079",9082,25977 -"72080",9082,26355 -"72081",9082,27077 -"72082",9082,28904 -"72083",9082,29482 -"72084",9082,31427 -"72085",9082,32285 -"72086",9082,34804 -"72087",9082,35702 -"72088",9082,41451 -"72089",9082,42813 -"72090",9082,44124 -"72091",9082,46069 -"72092",9082,47133 -"72093",9082,47414 -"72094",9082,49106 -"72095",9082,50195 -"72096",9082,50575 -"72097",9082,57094 -"72098",9082,58898 -"72099",9082,59147 -"72100",9082,59237 -"72101",9082,59359 -"72102",9082,60219 -"72103",9082,61563 -"72104",9082,61867 -"72105",9082,62007 -"72106",9082,62078 -"72107",9082,62375 -"72108",9082,62633 -"72109",9082,63395 -"72110",9082,64408 -"72111",9082,64418 -"72112",9082,64511 -"72113",9082,65230 -"72114",9082,66145 -"72115",9082,67503 -"72116",9082,67721 -"72117",9082,68816 -"72118",9082,68909 -"72119",9082,68938 -"72120",9082,69332 -"72121",9082,69681 -"72122",9082,70455 -"72123",9082,70610 -"72124",9082,70611 -"72125",9082,70725 -"72126",9082,71211 -"72127",9082,71505 -"72128",9082,71887 -"72129",9082,79642 -"72130",9082,106861 -"72131",9083,19774 -"72132",9084,12746 -"72133",9084,17645 -"72134",9084,20764 -"72135",9084,21906 -"72136",9084,25367 -"72137",9084,25413 -"72138",9084,43654 -"72139",9084,44222 -"72140",9084,45161 -"72141",9084,46726 -"72142",9084,47167 -"72143",9084,48464 -"72144",9084,59915 -"72145",9084,62668 -"72146",9084,70473 -"72147",9084,70981 -"72148",9084,71825 -"72149",9084,71837 -"72150",9084,77625 -"72151",9084,79681 -"72152",9084,82452 -"72153",9084,88409 -"72154",9084,90883 -"72155",9084,91383 -"72156",9084,92113 -"72157",9084,98904 -"72158",9084,102940 -"72159",9084,118577 -"72160",9084,119085 -"72161",9084,119224 -"72162",9084,119439 -"72163",9084,120085 -"72164",9084,120232 -"72165",9084,121213 -"72166",9085,11819 -"72167",9085,25368 -"72168",9085,34771 -"72169",9085,39723 -"72170",9085,50053 -"72171",9085,69517 -"72172",9085,69521 -"72173",9085,75316 -"72174",9086,9382 -"72175",9086,17056 -"72176",9086,19504 -"72177",9086,25255 -"72178",9086,26912 -"72179",9086,46510 -"72180",9086,53787 -"72181",9086,57404 -"72182",9086,65830 -"72183",9086,66667 -"72184",9086,75350 -"72185",9086,75417 -"72186",9086,83253 -"72187",9086,88773 -"72188",9086,93632 -"72189",9086,95492 -"72190",9086,101012 -"72191",9086,105585 -"72192",9087,9452 -"72193",9087,12919 -"72194",9087,27891 -"72195",9087,28034 -"72196",9087,33208 -"72197",9087,38570 -"72198",9087,77885 -"72199",9087,81408 -"72200",9087,83446 -"72201",9087,83750 -"72202",9087,92772 -"72203",9087,95143 -"72204",9087,97087 -"72205",9087,106740 -"72206",9087,107630 -"72207",9087,112966 -"72208",9087,117575 -"72209",9087,119308 -"72210",9087,119312 -"72211",9087,119347 -"72212",9087,119349 -"72213",9087,119355 -"72214",9087,121845 -"72215",9088,13375 -"72216",9088,13712 -"72217",9088,30045 -"72218",9088,32629 -"72219",9088,38431 -"72220",9088,40216 -"72221",9088,40567 -"72222",9088,53445 -"72223",9088,82853 -"72224",9088,97525 -"72225",9088,99965 -"72226",9088,101956 -"72227",9088,104997 -"72228",9089,11954 -"72229",9089,14533 -"72230",9089,17407 -"72231",9089,17598 -"72232",9089,53310 -"72233",9089,74265 -"72234",9089,86007 -"72235",9089,87582 -"72236",9089,90675 -"72237",9089,93934 -"72238",9089,102572 -"72239",9089,104408 -"72240",9089,110172 -"72241",9089,118274 -"72242",9089,118812 -"72243",9090,9243 -"72244",9090,22334 -"72245",9090,25829 -"72246",9090,79181 -"72247",9090,79384 -"72248",9091,81274 -"72249",9091,99242 -"72250",9091,103018 -"72251",9091,106961 -"72252",9092,9161 -"72253",9093,76441 -"72254",9093,121159 -"72255",9094,57694 -"72256",9094,77047 -"72257",9094,77048 -"72258",9095,22244 -"72259",9096,11708 -"72260",9096,57333 -"72261",9097,11925 -"72262",9097,12068 -"72263",9097,26148 -"72264",9097,28112 -"72265",9097,28882 -"72266",9097,32726 -"72267",9097,33380 -"72268",9097,40326 -"72269",9097,42944 -"72270",9097,48716 -"72271",9097,48732 -"72272",9097,68795 -"72273",9097,92339 -"72274",9097,98587 -"72275",9098,47687 -"72276",9098,93403 -"72277",9098,121725 -"72278",9099,37614 -"72279",9099,72394 -"72280",9100,46569 -"72281",9100,64188 -"72282",9100,89501 -"72283",9101,24069 -"72284",9101,90084 -"72285",9102,34334 -"72286",9102,56153 -"72287",9102,67854 -"72288",9103,14863 -"72289",9103,35293 -"72290",9104,27523 -"72291",9104,33481 -"72292",9105,12442 -"72293",9105,22215 -"72294",9105,29969 -"72295",9105,34560 -"72296",9105,34763 -"72297",9105,41315 -"72298",9105,48376 -"72299",9105,53322 -"72300",9105,62694 -"72301",9105,71028 -"72302",9106,30281 -"72303",9107,9702 -"72304",9107,12391 -"72305",9107,16881 -"72306",9107,18915 -"72307",9107,19753 -"72308",9107,24740 -"72309",9107,32163 -"72310",9107,35735 -"72311",9107,39465 -"72312",9107,56599 -"72313",9107,57087 -"72314",9107,70784 -"72315",9107,77427 -"72316",9107,85244 -"72317",9107,93102 -"72318",9107,99384 -"72319",9107,101024 -"72320",9107,106322 -"72321",9107,109385 -"72322",9107,114542 -"72323",9107,115545 -"72324",9107,115644 -"72325",9108,12851 -"72326",9108,38175 -"72327",9108,39330 -"72328",9108,52212 -"72329",9108,65032 -"72330",9108,83441 -"72331",9109,9175 -"72332",9110,74078 -"72333",9112,31431 -"72334",9113,9117 -"72335",9113,9129 -"72336",9113,9145 -"72337",9113,9148 -"72338",9113,9156 -"72339",9113,9172 -"72340",9113,9176 -"72341",9113,9184 -"72342",9113,9291 -"72343",9113,9292 -"72344",9114,12405 -"72345",9114,20514 -"72346",9114,21718 -"72347",9114,25458 -"72348",9114,25491 -"72349",9114,25508 -"72350",9114,77561 -"72351",9114,97489 -"72352",9115,9177 -"72353",9115,9178 -"72354",9115,9180 -"72355",9115,37475 -"72356",9115,38082 -"72357",9115,47249 -"72358",9115,66587 -"72359",9115,68682 -"72360",9115,68691 -"72361",9115,68876 -"72362",9116,19460 -"72363",9116,20531 -"72364",9116,87434 -"72365",9117,9129 -"72366",9117,9145 -"72367",9117,9148 -"72368",9117,9156 -"72369",9117,9172 -"72370",9117,9176 -"72371",9117,9184 -"72372",9117,9291 -"72373",9117,9292 -"72374",9118,9269 -"72375",9118,16347 -"72376",9118,36274 -"72377",9118,83447 -"72378",9118,84992 -"72379",9118,89698 -"72380",9118,90070 -"72381",9118,103724 -"72382",9118,105159 -"72383",9118,105179 -"72384",9119,12459 -"72385",9119,12682 -"72386",9120,57797 -"72387",9120,75666 -"72388",9120,95854 -"72389",9121,9135 -"72390",9121,9136 -"72391",9121,9160 -"72392",9121,9182 -"72393",9121,9189 -"72394",9121,9293 -"72395",9121,9311 -"72396",9121,9320 -"72397",9121,22130 -"72398",9121,31206 -"72399",9121,35256 -"72400",9121,40019 -"72401",9121,52576 -"72402",9121,54234 -"72403",9121,64394 -"72404",9121,64416 -"72405",9121,64443 -"72406",9122,25016 -"72407",9122,25297 -"72408",9122,30192 -"72409",9122,44301 -"72410",9122,53612 -"72411",9122,64553 -"72412",9122,75946 -"72413",9123,29501 -"72414",9123,44053 -"72415",9123,70521 -"72416",9124,9745 -"72417",9124,17539 -"72418",9124,19792 -"72419",9124,24870 -"72420",9124,28367 -"72421",9124,43361 -"72422",9124,44141 -"72423",9124,51539 -"72424",9124,79237 -"72425",9124,89512 -"72426",9124,106632 -"72427",9124,106711 -"72428",9124,122069 -"72429",9124,122074 -"72430",9125,94135 -"72431",9125,98427 -"72432",9126,82263 -"72433",9127,56575 -"72434",9128,9146 -"72435",9128,9636 -"72436",9128,19036 -"72437",9128,21242 -"72438",9128,57974 -"72439",9128,77968 -"72440",9128,97906 -"72441",9129,9145 -"72442",9129,9148 -"72443",9129,9156 -"72444",9129,9172 -"72445",9129,9176 -"72446",9129,9184 -"72447",9129,9291 -"72448",9129,9292 -"72449",9130,76468 -"72450",9131,9155 -"72451",9132,11840 -"72452",9132,27280 -"72453",9132,45480 -"72454",9132,65771 -"72455",9132,83483 -"72456",9132,106454 -"72457",9133,9153 -"72458",9133,9234 -"72459",9133,17947 -"72460",9133,64391 -"72461",9134,13370 -"72462",9134,15214 -"72463",9134,17163 -"72464",9134,19476 -"72465",9134,19542 -"72466",9134,20038 -"72467",9134,24225 -"72468",9134,30569 -"72469",9134,30864 -"72470",9134,38308 -"72471",9134,40317 -"72472",9134,42407 -"72473",9134,49250 -"72474",9134,51472 -"72475",9134,68498 -"72476",9134,71307 -"72477",9134,75007 -"72478",9134,77719 -"72479",9134,78277 -"72480",9134,85034 -"72481",9134,85170 -"72482",9134,90649 -"72483",9134,101133 -"72484",9134,109726 -"72485",9134,120495 -"72486",9135,9136 -"72487",9135,9160 -"72488",9135,9182 -"72489",9135,9189 -"72490",9135,9293 -"72491",9135,9311 -"72492",9135,9320 -"72493",9135,24568 -"72494",9135,48932 -"72495",9135,63409 -"72496",9136,9160 -"72497",9136,9182 -"72498",9136,9189 -"72499",9136,9293 -"72500",9136,9311 -"72501",9136,9320 -"72502",9136,14562 -"72503",9136,18510 -"72504",9136,21385 -"72505",9136,21954 -"72506",9136,23180 -"72507",9136,27307 -"72508",9136,27378 -"72509",9136,27447 -"72510",9136,27499 -"72511",9136,29095 -"72512",9136,33037 -"72513",9136,33382 -"72514",9136,33801 -"72515",9136,37739 -"72516",9136,43433 -"72517",9136,43708 -"72518",9136,48357 -"72519",9136,53475 -"72520",9136,62538 -"72521",9136,66903 -"72522",9136,69529 -"72523",9136,78137 -"72524",9136,79293 -"72525",9136,84475 -"72526",9136,88863 -"72527",9136,91560 -"72528",9136,91581 -"72529",9136,91584 -"72530",9136,91616 -"72531",9136,91620 -"72532",9136,92570 -"72533",9138,9188 -"72534",9138,23110 -"72535",9138,77124 -"72536",9139,10894 -"72537",9139,14111 -"72538",9139,14224 -"72539",9139,14242 -"72540",9139,14719 -"72541",9139,31087 -"72542",9139,37868 -"72543",9139,47896 -"72544",9139,53749 -"72545",9139,94617 -"72546",9139,120394 -"72547",9140,9326 -"72548",9140,20118 -"72549",9142,73044 -"72550",9143,12105 -"72551",9143,16620 -"72552",9143,46298 -"72553",9143,46962 -"72554",9144,13978 -"72555",9144,14137 -"72556",9144,19166 -"72557",9144,24286 -"72558",9144,25311 -"72559",9144,32144 -"72560",9144,33003 -"72561",9144,55855 -"72562",9144,60597 -"72563",9144,80018 -"72564",9145,9148 -"72565",9145,9156 -"72566",9145,9172 -"72567",9145,9176 -"72568",9145,9184 -"72569",9145,9291 -"72570",9145,9292 -"72571",9145,68339 -"72572",9146,9636 -"72573",9146,13679 -"72574",9147,20361 -"72575",9147,30981 -"72576",9147,87874 -"72577",9148,9156 -"72578",9148,9172 -"72579",9148,9176 -"72580",9148,9184 -"72581",9148,9291 -"72582",9148,9292 -"72583",9148,46092 -"72584",9149,41763 -"72585",9149,53360 -"72586",9149,53413 -"72587",9150,12509 -"72588",9150,28018 -"72589",9150,55978 -"72590",9151,9191 -"72591",9151,51816 -"72592",9151,59465 -"72593",9152,14735 -"72594",9152,51891 -"72595",9152,64683 -"72596",9152,75470 -"72597",9152,77354 -"72598",9152,90915 -"72599",9153,9234 -"72600",9153,17947 -"72601",9153,64391 -"72602",9153,98190 -"72603",9154,11098 -"72604",9154,12152 -"72605",9154,13920 -"72606",9154,15254 -"72607",9154,20781 -"72608",9154,25205 -"72609",9154,38094 -"72610",9154,39834 -"72611",9154,59024 -"72612",9154,59610 -"72613",9154,62756 -"72614",9154,74907 -"72615",9154,79420 -"72616",9154,83740 -"72617",9154,96017 -"72618",9154,103573 -"72619",9155,34903 -"72620",9155,44940 -"72621",9155,64288 -"72622",9155,93376 -"72623",9155,112989 -"72624",9155,115850 -"72625",9155,116709 -"72626",9156,9172 -"72627",9156,9176 -"72628",9156,9184 -"72629",9156,9291 -"72630",9156,9292 -"72631",9156,25752 -"72632",9156,39693 -"72633",9156,39724 -"72634",9156,39725 -"72635",9156,39726 -"72636",9157,23159 -"72637",9157,48897 -"72638",9157,97598 -"72639",9158,9312 -"72640",9159,19968 -"72641",9159,37134 -"72642",9159,72728 -"72643",9159,84019 -"72644",9159,98575 -"72645",9160,9182 -"72646",9160,9189 -"72647",9160,9293 -"72648",9160,9311 -"72649",9160,9320 -"72650",9160,10021 -"72651",9160,11774 -"72652",9160,12667 -"72653",9160,19719 -"72654",9160,23697 -"72655",9160,25931 -"72656",9160,33153 -"72657",9160,34122 -"72658",9160,34802 -"72659",9160,34885 -"72660",9160,46312 -"72661",9160,49129 -"72662",9160,52576 -"72663",9160,56388 -"72664",9161,29952 -"72665",9161,36033 -"72666",9161,37917 -"72667",9161,47942 -"72668",9161,51572 -"72669",9161,65800 -"72670",9161,68959 -"72671",9161,78775 -"72672",9161,95434 -"72673",9161,108568 -"72674",9162,9750 -"72675",9162,10979 -"72676",9162,13124 -"72677",9162,13700 -"72678",9162,17397 -"72679",9162,28571 -"72680",9162,37963 -"72681",9162,40396 -"72682",9162,41770 -"72683",9162,51366 -"72684",9162,57238 -"72685",9162,70614 -"72686",9162,86376 -"72687",9162,86558 -"72688",9162,86669 -"72689",9162,105704 -"72690",9163,17351 -"72691",9163,18418 -"72692",9163,18473 -"72693",9163,42839 -"72694",9164,9611 -"72695",9164,58367 -"72696",9165,18231 -"72697",9166,10122 -"72698",9166,11900 -"72699",9166,37659 -"72700",9166,39057 -"72701",9166,47024 -"72702",9166,49106 -"72703",9166,50320 -"72704",9166,55223 -"72705",9166,62212 -"72706",9166,64384 -"72707",9166,64933 -"72708",9166,65941 -"72709",9166,66575 -"72710",9166,66595 -"72711",9166,75412 -"72712",9167,9211 -"72713",9167,15002 -"72714",9167,69007 -"72715",9167,120599 -"72716",9168,9754 -"72717",9169,10823 -"72718",9169,11990 -"72719",9169,24127 -"72720",9169,30478 -"72721",9169,39999 -"72722",9169,90485 -"72723",9171,10191 -"72724",9172,9176 -"72725",9172,9184 -"72726",9172,9291 -"72727",9172,9292 -"72728",9172,18689 -"72729",9172,45667 -"72730",9172,50334 -"72731",9173,24786 -"72732",9173,25215 -"72733",9173,25217 -"72734",9173,58266 -"72735",9173,88190 -"72736",9173,88191 -"72737",9174,11815 -"72738",9174,11816 -"72739",9174,11831 -"72740",9174,11847 -"72741",9174,11848 -"72742",9174,11882 -"72743",9174,11895 -"72744",9174,11918 -"72745",9174,11938 -"72746",9174,11981 -"72747",9174,12060 -"72748",9174,12061 -"72749",9174,12079 -"72750",9174,13379 -"72751",9174,13559 -"72752",9174,14954 -"72753",9174,21548 -"72754",9174,31727 -"72755",9174,31858 -"72756",9174,33240 -"72757",9174,35451 -"72758",9174,41509 -"72759",9174,41757 -"72760",9174,54986 -"72761",9174,61877 -"72762",9174,62477 -"72763",9174,64978 -"72764",9174,76738 -"72765",9174,87670 -"72766",9174,119919 -"72767",9175,9845 -"72768",9175,20818 -"72769",9175,24558 -"72770",9175,26232 -"72771",9175,30983 -"72772",9175,34276 -"72773",9175,36057 -"72774",9175,45239 -"72775",9175,46190 -"72776",9175,47501 -"72777",9175,54590 -"72778",9175,59253 -"72779",9175,89197 -"72780",9176,9184 -"72781",9176,9291 -"72782",9176,9292 -"72783",9177,9178 -"72784",9177,9180 -"72785",9177,37475 -"72786",9177,47249 -"72787",9177,68682 -"72788",9177,68691 -"72789",9177,68876 -"72790",9177,85106 -"72791",9178,9180 -"72792",9178,27865 -"72793",9178,57681 -"72794",9179,33525 -"72795",9179,87764 -"72796",9179,112274 -"72797",9180,59683 -"72798",9181,11776 -"72799",9181,20070 -"72800",9181,22510 -"72801",9181,22627 -"72802",9181,22722 -"72803",9181,23861 -"72804",9181,25260 -"72805",9181,27549 -"72806",9181,27606 -"72807",9181,28896 -"72808",9181,29525 -"72809",9181,36031 -"72810",9181,40734 -"72811",9181,70318 -"72812",9181,74995 -"72813",9181,83292 -"72814",9182,9189 -"72815",9182,9293 -"72816",9182,9311 -"72817",9182,9320 -"72818",9182,34374 -"72819",9182,64245 -"72820",9183,74564 -"72821",9184,9291 -"72822",9184,9292 -"72823",9184,13794 -"72824",9184,48193 -"72825",9184,68576 -"72826",9185,26925 -"72827",9185,89417 -"72828",9186,10434 -"72829",9186,17178 -"72830",9186,22519 -"72831",9186,25436 -"72832",9186,27742 -"72833",9186,31355 -"72834",9186,34446 -"72835",9186,52769 -"72836",9186,62277 -"72837",9186,85648 -"72838",9186,90854 -"72839",9186,92835 -"72840",9186,92860 -"72841",9186,101821 -"72842",9186,111111 -"72843",9187,38442 -"72844",9187,88828 -"72845",9187,106269 -"72846",9187,116029 -"72847",9187,121370 -"72848",9187,121410 -"72849",9187,121411 -"72850",9188,52060 -"72851",9188,89745 -"72852",9189,9293 -"72853",9189,9311 -"72854",9189,9320 -"72855",9189,10769 -"72856",9189,12667 -"72857",9189,13053 -"72858",9189,14273 -"72859",9189,14350 -"72860",9189,19719 -"72861",9189,26066 -"72862",9189,34122 -"72863",9189,34802 -"72864",9189,38019 -"72865",9189,54354 -"72866",9189,56388 -"72867",9189,93713 -"72868",9190,20968 -"72869",9190,21237 -"72870",9190,29881 -"72871",9190,31953 -"72872",9190,35931 -"72873",9190,36250 -"72874",9191,24957 -"72875",9191,31445 -"72876",9191,70181 -"72877",9191,119610 -"72878",9192,15165 -"72879",9192,82630 -"72880",9192,82631 -"72881",9192,82635 -"72882",9192,82653 -"72883",9193,9233 -"72884",9193,12863 -"72885",9193,18004 -"72886",9193,20871 -"72887",9193,21198 -"72888",9193,26305 -"72889",9193,28047 -"72890",9193,29705 -"72891",9193,29732 -"72892",9193,29749 -"72893",9193,32601 -"72894",9193,38772 -"72895",9193,46723 -"72896",9193,48414 -"72897",9193,50219 -"72898",9193,51398 -"72899",9193,84138 -"72900",9193,84193 -"72901",9193,101545 -"72902",9193,115613 -"72903",9194,16047 -"72904",9194,16077 -"72905",9194,20168 -"72906",9194,99961 -"72907",9194,115092 -"72908",9194,121715 -"72909",9195,9216 -"72910",9195,9271 -"72911",9195,15289 -"72912",9195,29382 -"72913",9195,52356 -"72914",9195,81599 -"72915",9195,103534 -"72916",9197,20873 -"72917",9197,34834 -"72918",9197,39145 -"72919",9197,39445 -"72920",9198,30521 -"72921",9198,77345 -"72922",9199,30385 -"72923",9199,38565 -"72924",9199,83217 -"72925",9199,84668 -"72926",9199,85036 -"72927",9200,9201 -"72928",9200,13047 -"72929",9200,15692 -"72930",9200,17328 -"72931",9200,22627 -"72932",9200,26245 -"72933",9200,27549 -"72934",9200,36031 -"72935",9200,37442 -"72936",9200,47423 -"72937",9200,52429 -"72938",9200,59828 -"72939",9200,74995 -"72940",9200,107621 -"72941",9201,11329 -"72942",9201,11482 -"72943",9201,15532 -"72944",9201,15692 -"72945",9201,23396 -"72946",9201,40476 -"72947",9201,71194 -"72948",9201,100948 -"72949",9202,16275 -"72950",9202,36759 -"72951",9202,42689 -"72952",9202,45170 -"72953",9202,57094 -"72954",9202,71070 -"72955",9202,71406 -"72956",9202,71437 -"72957",9202,83913 -"72958",9202,102003 -"72959",9203,9270 -"72960",9203,9627 -"72961",9203,12428 -"72962",9203,17079 -"72963",9203,35278 -"72964",9204,26953 -"72965",9204,56871 -"72966",9204,59505 -"72967",9204,74506 -"72968",9204,91904 -"72969",9204,98166 -"72970",9205,9206 -"72971",9205,63149 -"72972",9205,63182 -"72973",9205,63191 -"72974",9205,63202 -"72975",9205,63304 -"72976",9205,63325 -"72977",9205,63334 -"72978",9205,63335 -"72979",9205,63345 -"72980",9205,63359 -"72981",9205,63376 -"72982",9206,32218 -"72983",9206,32322 -"72984",9206,63149 -"72985",9206,63182 -"72986",9206,63191 -"72987",9206,63202 -"72988",9206,63304 -"72989",9206,63325 -"72990",9206,63334 -"72991",9206,63335 -"72992",9206,63345 -"72993",9206,63359 -"72994",9206,63376 -"72995",9207,79721 -"72996",9207,103250 -"72997",9208,27134 -"72998",9208,89004 -"72999",9209,23882 -"73000",9209,42083 -"73001",9209,74735 -"73002",9209,80690 -"73003",9209,85735 -"73004",9209,89007 -"73005",9209,117054 -"73006",9210,9228 -"73007",9210,13936 -"73008",9210,20928 -"73009",9210,28451 -"73010",9210,56279 -"73011",9210,57154 -"73012",9210,57553 -"73013",9210,74084 -"73014",9210,96587 -"73015",9210,101080 -"73016",9212,12052 -"73017",9213,15003 -"73018",9213,16428 -"73019",9213,20656 -"73020",9213,33195 -"73021",9213,41107 -"73022",9213,69804 -"73023",9213,70073 -"73024",9214,17398 -"73025",9214,22754 -"73026",9214,31317 -"73027",9214,49533 -"73028",9214,51274 -"73029",9214,56817 -"73030",9214,58686 -"73031",9214,62344 -"73032",9214,64491 -"73033",9214,84078 -"73034",9215,9224 -"73035",9215,9229 -"73036",9215,9252 -"73037",9215,9276 -"73038",9215,26455 -"73039",9216,9271 -"73040",9216,15289 -"73041",9216,15656 -"73042",9216,26554 -"73043",9216,29378 -"73044",9216,29382 -"73045",9216,50286 -"73046",9216,52356 -"73047",9216,112055 -"73048",9216,112124 -"73049",9216,114435 -"73050",9217,9257 -"73051",9217,11519 -"73052",9217,17008 -"73053",9217,28816 -"73054",9217,36755 -"73055",9217,37072 -"73056",9217,46192 -"73057",9217,46257 -"73058",9217,47353 -"73059",9217,52770 -"73060",9217,78287 -"73061",9217,83373 -"73062",9217,85971 -"73063",9217,86261 -"73064",9218,12577 -"73065",9218,12596 -"73066",9218,14351 -"73067",9218,15222 -"73068",9218,16205 -"73069",9218,19592 -"73070",9218,22974 -"73071",9218,33385 -"73072",9218,43283 -"73073",9218,44181 -"73074",9218,47777 -"73075",9218,53128 -"73076",9218,53141 -"73077",9218,55315 -"73078",9218,80548 -"73079",9218,80755 -"73080",9218,80797 -"73081",9219,12672 -"73082",9219,22033 -"73083",9219,76772 -"73084",9219,91988 -"73085",9220,9221 -"73086",9220,122835 -"73087",9221,32518 -"73088",9221,37693 -"73089",9221,56285 -"73090",9221,61124 -"73091",9222,41880 -"73092",9223,16049 -"73093",9223,95243 -"73094",9224,9229 -"73095",9224,9252 -"73096",9224,9276 -"73097",9224,34573 -"73098",9224,34574 -"73099",9224,85099 -"73100",9225,76173 -"73101",9226,26624 -"73102",9226,30445 -"73103",9226,45623 -"73104",9226,112627 -"73105",9226,122318 -"73106",9227,13074 -"73107",9227,15391 -"73108",9227,20071 -"73109",9227,20112 -"73110",9227,20235 -"73111",9227,21024 -"73112",9227,24952 -"73113",9227,33137 -"73114",9227,39440 -"73115",9227,40436 -"73116",9227,40572 -"73117",9227,44474 -"73118",9227,57995 -"73119",9227,61192 -"73120",9227,62856 -"73121",9227,67211 -"73122",9227,71142 -"73123",9227,77308 -"73124",9227,95389 -"73125",9227,99947 -"73126",9227,111283 -"73127",9227,111465 -"73128",9227,122182 -"73129",9229,9252 -"73130",9229,9276 -"73131",9229,10625 -"73132",9229,59072 -"73133",9229,97075 -"73134",9230,56939 -"73135",9230,59733 -"73136",9230,61971 -"73137",9230,62520 -"73138",9231,9251 -"73139",9232,25333 -"73140",9232,42661 -"73141",9232,45293 -"73142",9232,62249 -"73143",9232,84444 -"73144",9232,102898 -"73145",9232,112601 -"73146",9232,122551 -"73147",9233,12863 -"73148",9233,29732 -"73149",9233,51398 -"73150",9233,84138 -"73151",9234,17947 -"73152",9234,64391 -"73153",9235,9246 -"73154",9235,9341 -"73155",9235,59065 -"73156",9235,61107 -"73157",9236,9309 -"73158",9236,9316 -"73159",9236,10601 -"73160",9236,15279 -"73161",9236,15988 -"73162",9236,22682 -"73163",9236,23469 -"73164",9236,27796 -"73165",9236,31038 -"73166",9236,34682 -"73167",9236,36106 -"73168",9236,51234 -"73169",9236,53401 -"73170",9236,65455 -"73171",9236,88746 -"73172",9236,114593 -"73173",9236,114594 -"73174",9237,12750 -"73175",9237,15178 -"73176",9237,17983 -"73177",9237,27069 -"73178",9237,28485 -"73179",9237,30951 -"73180",9237,47004 -"73181",9237,74842 -"73182",9237,95388 -"73183",9237,98424 -"73184",9237,101198 -"73185",9237,109127 -"73186",9237,114739 -"73187",9237,116897 -"73188",9238,18515 -"73189",9238,38220 -"73190",9238,46373 -"73191",9238,52734 -"73192",9238,54761 -"73193",9238,83048 -"73194",9239,9240 -"73195",9239,9282 -"73196",9239,16855 -"73197",9239,37422 -"73198",9239,37533 -"73199",9239,37861 -"73200",9239,46210 -"73201",9239,47198 -"73202",9239,75561 -"73203",9240,9282 -"73204",9240,23325 -"73205",9240,26158 -"73206",9240,37142 -"73207",9240,37422 -"73208",9240,37533 -"73209",9240,40008 -"73210",9240,42102 -"73211",9240,46210 -"73212",9240,47198 -"73213",9240,52483 -"73214",9240,78928 -"73215",9240,80870 -"73216",9240,82360 -"73217",9240,82596 -"73218",9240,94418 -"73219",9240,106870 -"73220",9240,106894 -"73221",9241,9580 -"73222",9241,14207 -"73223",9241,42117 -"73224",9241,43207 -"73225",9241,43264 -"73226",9241,43266 -"73227",9241,51082 -"73228",9241,52670 -"73229",9241,61429 -"73230",9241,64751 -"73231",9241,77304 -"73232",9241,77534 -"73233",9242,10332 -"73234",9242,19386 -"73235",9242,22945 -"73236",9242,33173 -"73237",9242,53320 -"73238",9242,53531 -"73239",9242,57128 -"73240",9242,77133 -"73241",9242,90154 -"73242",9242,90235 -"73243",9242,108489 -"73244",9243,22334 -"73245",9243,25829 -"73246",9243,43607 -"73247",9243,79181 -"73248",9244,9579 -"73249",9244,104075 -"73250",9245,9494 -"73251",9245,29488 -"73252",9245,33103 -"73253",9245,34113 -"73254",9245,36615 -"73255",9245,58106 -"73256",9245,68645 -"73257",9245,80473 -"73258",9245,105398 -"73259",9245,107996 -"73260",9245,108314 -"73261",9246,9341 -"73262",9246,18592 -"73263",9246,20439 -"73264",9246,32024 -"73265",9246,57610 -"73266",9246,79454 -"73267",9247,76896 -"73268",9248,93422 -"73269",9250,23472 -"73270",9250,29137 -"73271",9250,35046 -"73272",9250,51193 -"73273",9250,52119 -"73274",9250,53936 -"73275",9250,55078 -"73276",9250,56756 -"73277",9250,63348 -"73278",9250,76208 -"73279",9251,20390 -"73280",9251,27790 -"73281",9251,41301 -"73282",9252,9276 -"73283",9252,34573 -"73284",9252,34574 -"73285",9253,9254 -"73286",9253,16633 -"73287",9254,92129 -"73288",9254,93216 -"73289",9255,12865 -"73290",9255,12902 -"73291",9255,13605 -"73292",9255,22659 -"73293",9255,73203 -"73294",9256,11427 -"73295",9256,23094 -"73296",9256,30760 -"73297",9256,30815 -"73298",9256,32267 -"73299",9256,32761 -"73300",9256,37100 -"73301",9256,59625 -"73302",9256,98601 -"73303",9256,98631 -"73304",9257,10645 -"73305",9257,14412 -"73306",9257,15853 -"73307",9257,16485 -"73308",9257,23797 -"73309",9257,23824 -"73310",9257,23854 -"73311",9257,23858 -"73312",9257,23874 -"73313",9257,25160 -"73314",9257,25469 -"73315",9257,25497 -"73316",9257,25513 -"73317",9257,41062 -"73318",9257,41910 -"73319",9257,43988 -"73320",9257,61193 -"73321",9257,74273 -"73322",9257,74573 -"73323",9257,100943 -"73324",9257,109971 -"73325",9257,115692 -"73326",9257,115993 -"73327",9258,30815 -"73328",9258,46661 -"73329",9258,58111 -"73330",9258,63587 -"73331",9258,65071 -"73332",9258,70608 -"73333",9259,12503 -"73334",9259,15809 -"73335",9259,22680 -"73336",9259,28020 -"73337",9259,41850 -"73338",9259,68460 -"73339",9259,68862 -"73340",9259,74821 -"73341",9259,77217 -"73342",9259,80728 -"73343",9259,83163 -"73344",9259,83914 -"73345",9259,89685 -"73346",9259,89955 -"73347",9259,101146 -"73348",9259,101642 -"73349",9259,119867 -"73350",9260,13506 -"73351",9260,22108 -"73352",9260,23466 -"73353",9260,32611 -"73354",9260,33694 -"73355",9260,39793 -"73356",9260,46051 -"73357",9260,46681 -"73358",9260,52195 -"73359",9260,57781 -"73360",9260,60376 -"73361",9260,60732 -"73362",9260,60759 -"73363",9260,67233 -"73364",9260,78867 -"73365",9260,98852 -"73366",9260,107825 -"73367",9260,119908 -"73368",9261,10218 -"73369",9261,20994 -"73370",9261,32677 -"73371",9261,35109 -"73372",9261,76194 -"73373",9261,81600 -"73374",9261,97292 -"73375",9261,99584 -"73376",9262,12388 -"73377",9262,17783 -"73378",9262,17844 -"73379",9262,17845 -"73380",9262,17911 -"73381",9262,18388 -"73382",9262,18389 -"73383",9262,18405 -"73384",9262,36060 -"73385",9262,60305 -"73386",9262,68767 -"73387",9263,19189 -"73388",9263,23262 -"73389",9263,28432 -"73390",9263,34831 -"73391",9263,76301 -"73392",9263,76303 -"73393",9264,17328 -"73394",9264,66459 -"73395",9264,86841 -"73396",9265,10297 -"73397",9265,22614 -"73398",9265,29398 -"73399",9265,31756 -"73400",9265,43681 -"73401",9265,51287 -"73402",9265,55788 -"73403",9265,56200 -"73404",9265,67913 -"73405",9265,78322 -"73406",9265,85998 -"73407",9265,89683 -"73408",9265,93405 -"73409",9265,93459 -"73410",9265,97783 -"73411",9265,101601 -"73412",9265,108336 -"73413",9266,10520 -"73414",9266,76585 -"73415",9266,84787 -"73416",9266,108373 -"73417",9267,9268 -"73418",9267,71487 -"73419",9267,73434 -"73420",9268,14896 -"73421",9268,46115 -"73422",9268,67299 -"73423",9268,72149 -"73424",9268,92333 -"73425",9269,9840 -"73426",9269,9895 -"73427",9269,11090 -"73428",9269,11204 -"73429",9269,11361 -"73430",9269,13721 -"73431",9269,15926 -"73432",9269,16347 -"73433",9269,16599 -"73434",9269,16672 -"73435",9269,16793 -"73436",9269,19298 -"73437",9269,20695 -"73438",9269,25748 -"73439",9269,26740 -"73440",9269,26760 -"73441",9269,26821 -"73442",9269,29084 -"73443",9269,29416 -"73444",9269,34331 -"73445",9269,36274 -"73446",9269,36330 -"73447",9269,40379 -"73448",9269,41067 -"73449",9269,44744 -"73450",9269,49976 -"73451",9269,50319 -"73452",9269,56364 -"73453",9269,63329 -"73454",9269,65725 -"73455",9269,66055 -"73456",9269,70778 -"73457",9269,72060 -"73458",9269,73051 -"73459",9269,76843 -"73460",9269,80801 -"73461",9269,80938 -"73462",9269,80939 -"73463",9269,80940 -"73464",9269,80941 -"73465",9269,80949 -"73466",9269,80955 -"73467",9269,80956 -"73468",9269,80957 -"73469",9269,80985 -"73470",9269,80989 -"73471",9269,81007 -"73472",9269,81022 -"73473",9269,81026 -"73474",9269,81036 -"73475",9269,81037 -"73476",9269,81038 -"73477",9269,81139 -"73478",9269,82528 -"73479",9269,84591 -"73480",9269,85433 -"73481",9269,85926 -"73482",9269,87915 -"73483",9269,89698 -"73484",9269,90070 -"73485",9269,90784 -"73486",9269,99250 -"73487",9269,101208 -"73488",9269,101666 -"73489",9269,104735 -"73490",9269,110336 -"73491",9269,120465 -"73492",9270,9272 -"73493",9270,9505 -"73494",9270,9571 -"73495",9270,9627 -"73496",9270,11469 -"73497",9270,11913 -"73498",9270,12428 -"73499",9270,12807 -"73500",9270,13142 -"73501",9270,16689 -"73502",9270,19036 -"73503",9270,19391 -"73504",9270,19658 -"73505",9270,23075 -"73506",9270,25606 -"73507",9270,27714 -"73508",9270,28530 -"73509",9270,30258 -"73510",9270,38185 -"73511",9270,38683 -"73512",9270,40245 -"73513",9270,43226 -"73514",9270,44655 -"73515",9270,44973 -"73516",9270,46177 -"73517",9270,47048 -"73518",9270,48110 -"73519",9270,49546 -"73520",9270,58508 -"73521",9270,59731 -"73522",9270,62642 -"73523",9270,67049 -"73524",9270,68091 -"73525",9270,69335 -"73526",9270,75245 -"73527",9270,75776 -"73528",9270,75956 -"73529",9270,76387 -"73530",9270,77812 -"73531",9270,78978 -"73532",9270,79212 -"73533",9270,79241 -"73534",9270,79579 -"73535",9270,80239 -"73536",9270,80301 -"73537",9270,81397 -"73538",9270,82039 -"73539",9270,88340 -"73540",9270,88749 -"73541",9270,89069 -"73542",9270,89373 -"73543",9270,89995 -"73544",9270,90919 -"73545",9270,90936 -"73546",9270,92861 -"73547",9270,93097 -"73548",9270,94231 -"73549",9270,95489 -"73550",9270,96247 -"73551",9270,96363 -"73552",9270,97898 -"73553",9272,9505 -"73554",9272,11913 -"73555",9272,12428 -"73556",9272,12807 -"73557",9272,13142 -"73558",9272,16689 -"73559",9272,19036 -"73560",9272,19391 -"73561",9272,23075 -"73562",9272,23339 -"73563",9272,25606 -"73564",9272,28432 -"73565",9272,28530 -"73566",9272,30258 -"73567",9272,33884 -"73568",9272,38185 -"73569",9272,38683 -"73570",9272,40245 -"73571",9272,43226 -"73572",9272,44655 -"73573",9272,44973 -"73574",9272,46177 -"73575",9272,47048 -"73576",9272,48110 -"73577",9272,57204 -"73578",9272,58508 -"73579",9272,59731 -"73580",9272,62642 -"73581",9272,68091 -"73582",9272,69335 -"73583",9272,74699 -"73584",9272,75245 -"73585",9272,75776 -"73586",9272,75956 -"73587",9272,76387 -"73588",9272,78890 -"73589",9272,78978 -"73590",9272,79212 -"73591",9272,79241 -"73592",9272,79579 -"73593",9272,80239 -"73594",9272,80301 -"73595",9272,81397 -"73596",9272,88340 -"73597",9272,88749 -"73598",9272,89069 -"73599",9272,89373 -"73600",9272,89995 -"73601",9272,90919 -"73602",9272,90936 -"73603",9272,92861 -"73604",9272,93097 -"73605",9272,94231 -"73606",9272,95489 -"73607",9272,96247 -"73608",9272,96363 -"73609",9272,97898 -"73610",9273,9831 -"73611",9273,13147 -"73612",9273,16129 -"73613",9273,16184 -"73614",9273,23187 -"73615",9273,23190 -"73616",9273,29354 -"73617",9273,32904 -"73618",9273,34179 -"73619",9273,37105 -"73620",9273,38926 -"73621",9273,42891 -"73622",9273,42996 -"73623",9273,47094 -"73624",9273,48712 -"73625",9273,50647 -"73626",9273,50761 -"73627",9273,50776 -"73628",9273,54956 -"73629",9274,45505 -"73630",9275,99729 -"73631",9277,20176 -"73632",9277,20560 -"73633",9277,21404 -"73634",9277,21434 -"73635",9277,25378 -"73636",9277,29016 -"73637",9277,29437 -"73638",9277,33401 -"73639",9277,33665 -"73640",9277,38373 -"73641",9277,64993 -"73642",9277,73969 -"73643",9277,74831 -"73644",9277,82603 -"73645",9277,86255 -"73646",9277,88300 -"73647",9277,96279 -"73648",9277,97833 -"73649",9277,105778 -"73650",9277,107292 -"73651",9277,120516 -"73652",9278,84512 -"73653",9280,40804 -"73654",9280,122543 -"73655",9281,23000 -"73656",9281,43298 -"73657",9282,47198 -"73658",9283,41447 -"73659",9284,12368 -"73660",9284,18979 -"73661",9284,31764 -"73662",9284,38950 -"73663",9284,69734 -"73664",9284,89631 -"73665",9284,91564 -"73666",9284,91604 -"73667",9284,91605 -"73668",9284,92013 -"73669",9284,102605 -"73670",9285,13572 -"73671",9285,32792 -"73672",9286,14263 -"73673",9286,45681 -"73674",9287,37363 -"73675",9287,58728 -"73676",9287,78925 -"73677",9287,83224 -"73678",9287,94027 -"73679",9287,100841 -"73680",9288,36483 -"73681",9288,79132 -"73682",9289,14775 -"73683",9289,14992 -"73684",9289,19639 -"73685",9289,27412 -"73686",9289,30116 -"73687",9289,33137 -"73688",9289,33567 -"73689",9289,36403 -"73690",9289,51230 -"73691",9289,51879 -"73692",9289,53160 -"73693",9289,69198 -"73694",9289,74817 -"73695",9289,81648 -"73696",9289,82932 -"73697",9289,88817 -"73698",9289,88821 -"73699",9290,29181 -"73700",9290,33048 -"73701",9290,90837 -"73702",9291,9292 -"73703",9291,48193 -"73704",9291,49274 -"73705",9291,51339 -"73706",9291,55050 -"73707",9291,55232 -"73708",9292,18046 -"73709",9292,19248 -"73710",9292,23523 -"73711",9292,25198 -"73712",9292,32687 -"73713",9292,33771 -"73714",9292,40836 -"73715",9292,44993 -"73716",9292,51041 -"73717",9292,54171 -"73718",9292,61929 -"73719",9293,9311 -"73720",9293,9320 -"73721",9293,11517 -"73722",9293,11655 -"73723",9293,11694 -"73724",9293,12221 -"73725",9293,12778 -"73726",9293,35960 -"73727",9293,39692 -"73728",9293,56812 -"73729",9294,72232 -"73730",9295,9387 -"73731",9295,9584 -"73732",9295,13531 -"73733",9295,15692 -"73734",9295,17996 -"73735",9295,21325 -"73736",9295,34578 -"73737",9295,40703 -"73738",9295,59164 -"73739",9295,75065 -"73740",9295,83894 -"73741",9295,85525 -"73742",9295,91210 -"73743",9295,93184 -"73744",9295,115602 -"73745",9296,30586 -"73746",9296,35252 -"73747",9296,35267 -"73748",9296,63419 -"73749",9296,67072 -"73750",9297,9441 -"73751",9297,38361 -"73752",9297,50605 -"73753",9297,81152 -"73754",9297,110407 -"73755",9298,9483 -"73756",9298,43013 -"73757",9298,51558 -"73758",9298,53633 -"73759",9298,63796 -"73760",9298,88710 -"73761",9298,94947 -"73762",9298,102810 -"73763",9298,103140 -"73764",9299,20798 -"73765",9299,22797 -"73766",9299,85245 -"73767",9299,116836 -"73768",9300,17372 -"73769",9300,17751 -"73770",9300,34891 -"73771",9300,54710 -"73772",9301,29016 -"73773",9301,39225 -"73774",9301,47338 -"73775",9301,47558 -"73776",9302,11220 -"73777",9302,11364 -"73778",9302,14293 -"73779",9302,14394 -"73780",9302,14877 -"73781",9302,15441 -"73782",9302,18536 -"73783",9302,19190 -"73784",9302,19358 -"73785",9302,20667 -"73786",9302,22756 -"73787",9302,24948 -"73788",9302,24989 -"73789",9302,26413 -"73790",9302,27267 -"73791",9302,29911 -"73792",9302,31897 -"73793",9302,32070 -"73794",9302,40561 -"73795",9302,42263 -"73796",9302,46568 -"73797",9302,50659 -"73798",9302,54737 -"73799",9302,55908 -"73800",9302,56168 -"73801",9302,60846 -"73802",9302,69291 -"73803",9302,78073 -"73804",9302,79331 -"73805",9302,79710 -"73806",9302,79711 -"73807",9302,79720 -"73808",9302,79725 -"73809",9302,79738 -"73810",9302,79748 -"73811",9302,79750 -"73812",9302,79754 -"73813",9302,79758 -"73814",9302,79760 -"73815",9302,79771 -"73816",9302,79780 -"73817",9302,79781 -"73818",9302,79803 -"73819",9302,88536 -"73820",9302,92553 -"73821",9304,19675 -"73822",9304,112596 -"73823",9304,113856 -"73824",9305,12217 -"73825",9305,12623 -"73826",9305,22697 -"73827",9305,31558 -"73828",9305,39800 -"73829",9305,41789 -"73830",9305,114449 -"73831",9306,9307 -"73832",9306,9623 -"73833",9306,9785 -"73834",9306,15276 -"73835",9306,15788 -"73836",9306,21474 -"73837",9306,33522 -"73838",9306,40643 -"73839",9306,43299 -"73840",9306,43363 -"73841",9306,45887 -"73842",9306,57228 -"73843",9306,57259 -"73844",9306,59436 -"73845",9306,71137 -"73846",9308,32828 -"73847",9309,9316 -"73848",9309,22227 -"73849",9309,70235 -"73850",9310,21089 -"73851",9310,27190 -"73852",9310,27323 -"73853",9310,32419 -"73854",9310,37483 -"73855",9310,42962 -"73856",9310,64043 -"73857",9310,88628 -"73858",9310,89358 -"73859",9310,97111 -"73860",9310,103310 -"73861",9310,103384 -"73862",9311,9320 -"73863",9311,10843 -"73864",9311,11013 -"73865",9311,14699 -"73866",9311,15626 -"73867",9311,27307 -"73868",9311,27378 -"73869",9311,27447 -"73870",9311,27499 -"73871",9311,30906 -"73872",9311,33218 -"73873",9311,33241 -"73874",9311,33356 -"73875",9311,33433 -"73876",9311,34707 -"73877",9311,36259 -"73878",9311,40708 -"73879",9311,43368 -"73880",9311,49359 -"73881",9311,49540 -"73882",9311,56049 -"73883",9311,59113 -"73884",9311,59786 -"73885",9311,59937 -"73886",9311,64623 -"73887",9311,67841 -"73888",9311,68138 -"73889",9311,74190 -"73890",9311,74318 -"73891",9311,78932 -"73892",9311,82253 -"73893",9311,94909 -"73894",9311,96873 -"73895",9311,99302 -"73896",9311,99321 -"73897",9311,116713 -"73898",9312,15585 -"73899",9312,15801 -"73900",9313,9321 -"73901",9313,14123 -"73902",9313,15978 -"73903",9313,19545 -"73904",9313,19921 -"73905",9313,23784 -"73906",9313,26553 -"73907",9313,29819 -"73908",9313,32283 -"73909",9313,34088 -"73910",9313,37266 -"73911",9313,42045 -"73912",9313,42361 -"73913",9313,61831 -"73914",9313,88041 -"73915",9313,88045 -"73916",9313,110041 -"73917",9314,26318 -"73918",9314,76430 -"73919",9314,106928 -"73920",9314,114404 -"73921",9314,122941 -"73922",9315,15845 -"73923",9315,18545 -"73924",9315,23154 -"73925",9315,25008 -"73926",9315,39546 -"73927",9315,55570 -"73928",9315,57879 -"73929",9316,24812 -"73930",9316,51234 -"73931",9316,64456 -"73932",9316,65634 -"73933",9316,66756 -"73934",9316,76196 -"73935",9316,79941 -"73936",9316,81429 -"73937",9316,87973 -"73938",9316,106153 -"73939",9316,106165 -"73940",9316,109049 -"73941",9317,13289 -"73942",9317,50215 -"73943",9317,52184 -"73944",9318,9879 -"73945",9318,17901 -"73946",9318,19058 -"73947",9318,22287 -"73948",9318,31057 -"73949",9318,41163 -"73950",9318,47575 -"73951",9318,47590 -"73952",9318,87358 -"73953",9319,28698 -"73954",9319,35527 -"73955",9319,43404 -"73956",9319,55084 -"73957",9319,63984 -"73958",9319,72664 -"73959",9319,84505 -"73960",9319,111593 -"73961",9320,21248 -"73962",9321,19921 -"73963",9321,28094 -"73964",9321,32558 -"73965",9321,34872 -"73966",9321,37266 -"73967",9321,37811 -"73968",9321,43465 -"73969",9321,61673 -"73970",9321,61831 -"73971",9321,62371 -"73972",9321,67547 -"73973",9321,77268 -"73974",9321,110041 -"73975",9321,122467 -"73976",9322,13904 -"73977",9322,15573 -"73978",9322,15960 -"73979",9322,19661 -"73980",9322,25541 -"73981",9322,28769 -"73982",9322,33623 -"73983",9322,37839 -"73984",9322,41111 -"73985",9322,45664 -"73986",9322,48521 -"73987",9322,54212 -"73988",9322,62193 -"73989",9322,63490 -"73990",9322,74809 -"73991",9322,75614 -"73992",9322,76639 -"73993",9322,76640 -"73994",9322,77040 -"73995",9322,77055 -"73996",9322,77057 -"73997",9322,77066 -"73998",9322,77095 -"73999",9322,77096 -"74000",9322,77101 -"74001",9322,77102 -"74002",9322,77103 -"74003",9322,77106 -"74004",9322,78665 -"74005",9322,81239 -"74006",9322,91393 -"74007",9322,92785 -"74008",9322,102255 -"74009",9322,103778 -"74010",9322,118007 -"74011",9322,118396 -"74012",9322,122014 -"74013",9322,122969 -"74014",9324,12881 -"74015",9324,13927 -"74016",9324,28118 -"74017",9324,86301 -"74018",9325,16457 -"74019",9325,43027 -"74020",9325,49712 -"74021",9325,78657 -"74022",9325,88396 -"74023",9325,93259 -"74024",9325,93688 -"74025",9325,118730 -"74026",9325,118732 -"74027",9325,120828 -"74028",9327,60143 -"74029",9328,17604 -"74030",9328,31281 -"74031",9328,79693 -"74032",9328,93015 -"74033",9329,9340 -"74034",9329,14792 -"74035",9329,27233 -"74036",9330,16772 -"74037",9331,9968 -"74038",9331,10366 -"74039",9331,11557 -"74040",9331,17351 -"74041",9331,17549 -"74042",9331,17632 -"74043",9331,19468 -"74044",9331,20830 -"74045",9331,20886 -"74046",9331,22643 -"74047",9331,24456 -"74048",9331,34411 -"74049",9331,44688 -"74050",9331,45705 -"74051",9331,58084 -"74052",9331,63946 -"74053",9331,76909 -"74054",9331,80979 -"74055",9331,81490 -"74056",9331,91042 -"74057",9331,100561 -"74058",9331,108677 -"74059",9332,11564 -"74060",9332,16457 -"74061",9332,20382 -"74062",9332,28497 -"74063",9332,30545 -"74064",9332,30586 -"74065",9332,38498 -"74066",9332,40182 -"74067",9332,49712 -"74068",9332,53687 -"74069",9332,55165 -"74070",9332,64864 -"74071",9332,66560 -"74072",9332,68415 -"74073",9332,77753 -"74074",9332,83275 -"74075",9332,88619 -"74076",9332,96245 -"74077",9332,110455 -"74078",9332,110653 -"74079",9333,10328 -"74080",9333,12864 -"74081",9333,14754 -"74082",9333,26102 -"74083",9333,26174 -"74084",9333,38391 -"74085",9333,43826 -"74086",9333,53328 -"74087",9333,55539 -"74088",9333,87006 -"74089",9333,95223 -"74090",9333,95346 -"74091",9334,39535 -"74092",9334,50271 -"74093",9334,84756 -"74094",9334,108940 -"74095",9334,113285 -"74096",9335,88781 -"74097",9336,19615 -"74098",9336,19662 -"74099",9336,20273 -"74100",9336,22945 -"74101",9336,43961 -"74102",9336,44074 -"74103",9336,49283 -"74104",9336,52731 -"74105",9336,63165 -"74106",9336,65636 -"74107",9336,66981 -"74108",9336,68898 -"74109",9336,69891 -"74110",9336,79266 -"74111",9336,79756 -"74112",9336,84491 -"74113",9336,86699 -"74114",9336,89538 -"74115",9336,112890 -"74116",9336,113144 -"74117",9337,10576 -"74118",9337,10827 -"74119",9337,14700 -"74120",9337,15147 -"74121",9337,16269 -"74122",9337,24334 -"74123",9337,24694 -"74124",9337,28655 -"74125",9337,30766 -"74126",9337,33252 -"74127",9337,59221 -"74128",9337,77589 -"74129",9337,84140 -"74130",9337,96790 -"74131",9338,15583 -"74132",9338,24285 -"74133",9338,92255 -"74134",9339,66611 -"74135",9341,33170 -"74136",9341,50319 -"74137",9341,61107 -"74138",9342,15244 -"74139",9342,26807 -"74140",9342,30518 -"74141",9342,31211 -"74142",9342,37171 -"74143",9342,63783 -"74144",9342,70809 -"74145",9342,74666 -"74146",9342,86606 -"74147",9342,88264 -"74148",9342,109031 -"74149",9342,110853 -"74150",9343,41695 -"74151",9343,53759 -"74152",9344,39778 -"74153",9344,43846 -"74154",9344,52718 -"74155",9344,52802 -"74156",9344,52822 -"74157",9344,52828 -"74158",9344,52829 -"74159",9345,14901 -"74160",9345,17014 -"74161",9345,17303 -"74162",9345,40627 -"74163",9345,46982 -"74164",9345,48631 -"74165",9345,48690 -"74166",9345,55434 -"74167",9345,58940 -"74168",9346,32537 -"74169",9347,9355 -"74170",9347,9418 -"74171",9347,18678 -"74172",9347,26366 -"74173",9347,30309 -"74174",9347,38973 -"74175",9347,46614 -"74176",9347,46793 -"74177",9347,82150 -"74178",9347,97851 -"74179",9348,12374 -"74180",9348,24005 -"74181",9348,25132 -"74182",9348,27926 -"74183",9348,32017 -"74184",9348,37800 -"74185",9348,39865 -"74186",9348,40072 -"74187",9348,59939 -"74188",9348,79912 -"74189",9348,88699 -"74190",9348,91912 -"74191",9348,94671 -"74192",9348,98925 -"74193",9348,100230 -"74194",9348,108830 -"74195",9348,108867 -"74196",9349,9398 -"74197",9349,9560 -"74198",9349,10235 -"74199",9349,10278 -"74200",9349,39674 -"74201",9349,43963 -"74202",9349,45775 -"74203",9350,10538 -"74204",9350,25226 -"74205",9350,25308 -"74206",9350,25381 -"74207",9350,27795 -"74208",9350,74391 -"74209",9350,77803 -"74210",9351,29796 -"74211",9351,38922 -"74212",9351,42312 -"74213",9351,46805 -"74214",9351,51564 -"74215",9351,56595 -"74216",9351,56694 -"74217",9351,59425 -"74218",9353,83543 -"74219",9353,97441 -"74220",9353,111115 -"74221",9353,116822 -"74222",9354,18196 -"74223",9354,83857 -"74224",9355,9418 -"74225",9355,15797 -"74226",9355,32136 -"74227",9355,34475 -"74228",9355,46793 -"74229",9356,9671 -"74230",9356,9687 -"74231",9356,9688 -"74232",9357,11353 -"74233",9357,40631 -"74234",9357,80838 -"74235",9357,91648 -"74236",9358,18605 -"74237",9358,32426 -"74238",9358,34306 -"74239",9358,34340 -"74240",9359,58526 -"74241",9359,60361 -"74242",9359,60655 -"74243",9359,60754 -"74244",9359,61809 -"74245",9360,10078 -"74246",9361,21393 -"74247",9361,34445 -"74248",9361,41479 -"74249",9361,41570 -"74250",9361,44425 -"74251",9361,59925 -"74252",9361,73058 -"74253",9361,80085 -"74254",9361,80895 -"74255",9361,91017 -"74256",9361,93302 -"74257",9361,106852 -"74258",9361,106857 -"74259",9361,106897 -"74260",9361,106901 -"74261",9362,15396 -"74262",9362,15632 -"74263",9362,24242 -"74264",9362,24861 -"74265",9362,27946 -"74266",9362,39494 -"74267",9362,46040 -"74268",9362,64232 -"74269",9362,84932 -"74270",9362,87929 -"74271",9363,19119 -"74272",9363,41406 -"74273",9363,42669 -"74274",9363,69206 -"74275",9363,117140 -"74276",9364,16332 -"74277",9364,19101 -"74278",9364,20975 -"74279",9364,25027 -"74280",9364,29783 -"74281",9364,30592 -"74282",9364,36361 -"74283",9364,36972 -"74284",9364,43385 -"74285",9364,43575 -"74286",9364,45151 -"74287",9364,66280 -"74288",9364,72956 -"74289",9364,76284 -"74290",9364,84460 -"74291",9364,98781 -"74292",9364,114072 -"74293",9365,9397 -"74294",9365,11501 -"74295",9365,21929 -"74296",9365,23724 -"74297",9365,37377 -"74298",9365,46610 -"74299",9365,69278 -"74300",9366,11766 -"74301",9366,12735 -"74302",9366,12779 -"74303",9366,13360 -"74304",9366,13942 -"74305",9366,15027 -"74306",9366,15185 -"74307",9366,15216 -"74308",9366,15964 -"74309",9366,16252 -"74310",9366,16872 -"74311",9366,17145 -"74312",9366,17508 -"74313",9366,18060 -"74314",9366,18217 -"74315",9366,22462 -"74316",9366,22823 -"74317",9366,23147 -"74318",9366,23421 -"74319",9366,23632 -"74320",9366,23953 -"74321",9366,24495 -"74322",9366,24710 -"74323",9366,25143 -"74324",9366,25303 -"74325",9366,25664 -"74326",9366,26407 -"74327",9366,27174 -"74328",9366,27196 -"74329",9366,27710 -"74330",9366,28588 -"74331",9366,28703 -"74332",9366,29253 -"74333",9366,29341 -"74334",9366,29560 -"74335",9366,29573 -"74336",9366,29868 -"74337",9366,32438 -"74338",9366,32967 -"74339",9366,33223 -"74340",9366,33881 -"74341",9366,34097 -"74342",9366,34330 -"74343",9366,34513 -"74344",9366,35400 -"74345",9366,36476 -"74346",9366,36547 -"74347",9366,36745 -"74348",9366,37821 -"74349",9366,37931 -"74350",9366,38319 -"74351",9366,39398 -"74352",9366,39492 -"74353",9366,40320 -"74354",9366,40373 -"74355",9366,40542 -"74356",9366,41182 -"74357",9366,42131 -"74358",9366,44201 -"74359",9366,46843 -"74360",9366,48331 -"74361",9366,101243 -"74362",9367,30280 -"74363",9367,49091 -"74364",9367,57207 -"74365",9367,70358 -"74366",9367,91974 -"74367",9367,110562 -"74368",9368,9405 -"74369",9368,9439 -"74370",9369,17095 -"74371",9369,29094 -"74372",9369,70323 -"74373",9369,94979 -"74374",9370,22072 -"74375",9370,31214 -"74376",9370,34945 -"74377",9370,46503 -"74378",9370,68569 -"74379",9370,71627 -"74380",9370,80723 -"74381",9370,100583 -"74382",9371,15616 -"74383",9371,18291 -"74384",9371,18343 -"74385",9371,18464 -"74386",9371,24065 -"74387",9372,9411 -"74388",9373,24639 -"74389",9373,28067 -"74390",9373,28070 -"74391",9373,28491 -"74392",9373,35888 -"74393",9373,36695 -"74394",9373,42606 -"74395",9373,49359 -"74396",9373,72418 -"74397",9373,91587 -"74398",9374,9521 -"74399",9374,58582 -"74400",9374,89114 -"74401",9374,91800 -"74402",9375,16583 -"74403",9376,9481 -"74404",9376,9503 -"74405",9376,10453 -"74406",9376,13715 -"74407",9376,15455 -"74408",9376,15506 -"74409",9376,20220 -"74410",9376,20697 -"74411",9376,24274 -"74412",9376,31918 -"74413",9376,53743 -"74414",9376,66270 -"74415",9376,76795 -"74416",9376,81619 -"74417",9376,85131 -"74418",9376,85941 -"74419",9376,96296 -"74420",9377,99538 -"74421",9378,16729 -"74422",9378,34654 -"74423",9378,35474 -"74424",9378,47197 -"74425",9378,58091 -"74426",9378,59573 -"74427",9378,65583 -"74428",9379,9570 -"74429",9379,17925 -"74430",9379,75248 -"74431",9380,9977 -"74432",9380,13632 -"74433",9380,13656 -"74434",9380,13864 -"74435",9381,66464 -"74436",9381,66465 -"74437",9381,100456 -"74438",9382,19504 -"74439",9382,25255 -"74440",9382,26912 -"74441",9382,27772 -"74442",9382,65830 -"74443",9382,83253 -"74444",9382,88773 -"74445",9382,93632 -"74446",9382,101012 -"74447",9383,15541 -"74448",9383,25399 -"74449",9383,37097 -"74450",9383,37242 -"74451",9383,37360 -"74452",9383,37383 -"74453",9384,75941 -"74454",9385,41091 -"74455",9386,11429 -"74456",9386,11946 -"74457",9386,30734 -"74458",9386,38155 -"74459",9386,41517 -"74460",9386,41541 -"74461",9386,42366 -"74462",9386,42487 -"74463",9386,42576 -"74464",9386,44626 -"74465",9386,45192 -"74466",9386,54356 -"74467",9387,9584 -"74468",9388,34439 -"74469",9388,45446 -"74470",9388,47039 -"74471",9388,51192 -"74472",9388,51232 -"74473",9388,88101 -"74474",9388,92338 -"74475",9388,92349 -"74476",9388,92360 -"74477",9388,92376 -"74478",9388,92388 -"74479",9388,92391 -"74480",9389,11770 -"74481",9389,12827 -"74482",9389,14472 -"74483",9389,15356 -"74484",9389,17156 -"74485",9389,20128 -"74486",9389,21950 -"74487",9389,21993 -"74488",9389,22292 -"74489",9389,23100 -"74490",9389,23460 -"74491",9389,24323 -"74492",9389,25030 -"74493",9389,25084 -"74494",9389,26911 -"74495",9389,38176 -"74496",9389,38198 -"74497",9389,38692 -"74498",9389,39826 -"74499",9389,41785 -"74500",9389,41804 -"74501",9389,41859 -"74502",9389,50001 -"74503",9389,64321 -"74504",9389,69826 -"74505",9389,83371 -"74506",9390,27082 -"74507",9390,30657 -"74508",9390,68899 -"74509",9391,9594 -"74510",9391,9998 -"74511",9391,12310 -"74512",9391,14522 -"74513",9391,15560 -"74514",9391,15690 -"74515",9391,21472 -"74516",9391,22762 -"74517",9391,26486 -"74518",9391,27124 -"74519",9391,28569 -"74520",9391,30906 -"74521",9391,31418 -"74522",9391,59698 -"74523",9391,75523 -"74524",9391,92346 -"74525",9392,29493 -"74526",9392,47974 -"74527",9392,48204 -"74528",9392,76937 -"74529",9392,82275 -"74530",9392,94483 -"74531",9392,95549 -"74532",9392,95563 -"74533",9392,106444 -"74534",9393,9455 -"74535",9393,10059 -"74536",9393,11424 -"74537",9393,12306 -"74538",9393,13079 -"74539",9393,13124 -"74540",9393,13191 -"74541",9393,17923 -"74542",9393,21703 -"74543",9393,33925 -"74544",9393,39544 -"74545",9393,39882 -"74546",9393,42132 -"74547",9393,43604 -"74548",9393,48291 -"74549",9393,48522 -"74550",9393,51512 -"74551",9393,75689 -"74552",9393,77320 -"74553",9393,98625 -"74554",9394,11446 -"74555",9394,18238 -"74556",9394,18326 -"74557",9394,26926 -"74558",9394,31413 -"74559",9394,31460 -"74560",9394,36089 -"74561",9394,71899 -"74562",9394,84770 -"74563",9394,88712 -"74564",9394,102341 -"74565",9394,102616 -"74566",9394,104277 -"74567",9394,111983 -"74568",9395,9719 -"74569",9395,18213 -"74570",9395,55539 -"74571",9395,61477 -"74572",9396,9554 -"74573",9397,10294 -"74574",9397,18393 -"74575",9397,22664 -"74576",9397,22695 -"74577",9397,22720 -"74578",9397,22732 -"74579",9397,22741 -"74580",9397,22758 -"74581",9397,22796 -"74582",9397,32996 -"74583",9397,42242 -"74584",9397,66066 -"74585",9397,78891 -"74586",9398,9560 -"74587",9398,10235 -"74588",9398,10278 -"74589",9398,39674 -"74590",9399,9404 -"74591",9400,9406 -"74592",9400,9407 -"74593",9401,9420 -"74594",9401,12934 -"74595",9401,18809 -"74596",9401,24454 -"74597",9401,25336 -"74598",9401,31724 -"74599",9401,36817 -"74600",9401,41804 -"74601",9401,51221 -"74602",9401,69756 -"74603",9402,13817 -"74604",9402,13818 -"74605",9402,15014 -"74606",9402,41051 -"74607",9402,45652 -"74608",9402,52515 -"74609",9402,53122 -"74610",9402,58393 -"74611",9402,60032 -"74612",9402,60057 -"74613",9402,60084 -"74614",9402,65314 -"74615",9402,71831 -"74616",9402,72637 -"74617",9402,72908 -"74618",9402,72909 -"74619",9403,18400 -"74620",9403,28288 -"74621",9403,38625 -"74622",9403,42217 -"74623",9403,47506 -"74624",9403,48123 -"74625",9403,53672 -"74626",9403,65052 -"74627",9403,65103 -"74628",9403,79450 -"74629",9403,81594 -"74630",9403,81613 -"74631",9403,85916 -"74632",9403,117109 -"74633",9403,122678 -"74634",9404,46209 -"74635",9404,46891 -"74636",9404,59016 -"74637",9404,72296 -"74638",9404,92744 -"74639",9404,106564 -"74640",9404,110436 -"74641",9404,115364 -"74642",9405,9439 -"74643",9405,21730 -"74644",9405,39036 -"74645",9405,39441 -"74646",9405,39469 -"74647",9405,39488 -"74648",9405,39506 -"74649",9405,66860 -"74650",9405,95865 -"74651",9405,108697 -"74652",9405,115987 -"74653",9406,9407 -"74654",9406,34754 -"74655",9407,10381 -"74656",9407,11144 -"74657",9407,13329 -"74658",9407,66633 -"74659",9407,84351 -"74660",9407,85967 -"74661",9407,89130 -"74662",9408,40204 -"74663",9408,51772 -"74664",9408,83022 -"74665",9408,83057 -"74666",9408,83063 -"74667",9408,83078 -"74668",9409,12041 -"74669",9409,17063 -"74670",9409,46942 -"74671",9409,63490 -"74672",9409,97099 -"74673",9410,9464 -"74674",9411,19485 -"74675",9412,41830 -"74676",9412,68417 -"74677",9412,68447 -"74678",9412,84200 -"74679",9413,59923 -"74680",9414,12530 -"74681",9414,53980 -"74682",9414,61743 -"74683",9414,61748 -"74684",9414,61749 -"74685",9414,61815 -"74686",9415,12039 -"74687",9415,41071 -"74688",9415,114936 -"74689",9416,9617 -"74690",9416,14003 -"74691",9416,30859 -"74692",9416,31884 -"74693",9416,32347 -"74694",9416,61632 -"74695",9416,102601 -"74696",9417,9477 -"74697",9417,9485 -"74698",9417,11872 -"74699",9417,25031 -"74700",9417,26692 -"74701",9417,34745 -"74702",9417,41710 -"74703",9417,41960 -"74704",9417,78105 -"74705",9417,88872 -"74706",9417,107084 -"74707",9418,12789 -"74708",9418,30513 -"74709",9418,32020 -"74710",9418,40883 -"74711",9418,42196 -"74712",9418,46793 -"74713",9418,49881 -"74714",9418,77830 -"74715",9418,81816 -"74716",9418,87022 -"74717",9419,31538 -"74718",9419,31848 -"74719",9419,82581 -"74720",9420,12934 -"74721",9420,16816 -"74722",9420,17162 -"74723",9420,18247 -"74724",9420,18809 -"74725",9420,18834 -"74726",9420,20206 -"74727",9420,22201 -"74728",9420,25336 -"74729",9420,41804 -"74730",9420,42040 -"74731",9420,56018 -"74732",9420,65954 -"74733",9420,86023 -"74734",9420,90401 -"74735",9421,9606 -"74736",9422,10336 -"74737",9422,16286 -"74738",9422,18768 -"74739",9422,23053 -"74740",9422,24952 -"74741",9422,24996 -"74742",9422,25045 -"74743",9422,28380 -"74744",9422,37503 -"74745",9422,51121 -"74746",9422,55951 -"74747",9422,60617 -"74748",9422,68877 -"74749",9422,71534 -"74750",9423,12081 -"74751",9423,17351 -"74752",9423,17549 -"74753",9423,17632 -"74754",9423,18450 -"74755",9423,18670 -"74756",9423,20417 -"74757",9423,20528 -"74758",9423,20529 -"74759",9423,20616 -"74760",9423,20722 -"74761",9423,20830 -"74762",9423,27405 -"74763",9423,30892 -"74764",9423,41114 -"74765",9423,41537 -"74766",9423,44688 -"74767",9423,58084 -"74768",9423,61795 -"74769",9423,72218 -"74770",9423,80173 -"74771",9423,80211 -"74772",9424,45537 -"74773",9425,11366 -"74774",9425,27059 -"74775",9425,27732 -"74776",9425,77508 -"74777",9425,80549 -"74778",9425,91959 -"74779",9425,91995 -"74780",9425,102229 -"74781",9426,93719 -"74782",9427,13479 -"74783",9427,19252 -"74784",9427,30512 -"74785",9427,32922 -"74786",9428,15636 -"74787",9428,19637 -"74788",9428,32857 -"74789",9428,38576 -"74790",9428,50269 -"74791",9428,50656 -"74792",9428,53935 -"74793",9428,56835 -"74794",9428,63915 -"74795",9428,77969 -"74796",9429,12169 -"74797",9429,15813 -"74798",9429,17113 -"74799",9429,19123 -"74800",9429,21012 -"74801",9429,25577 -"74802",9429,46579 -"74803",9429,59253 -"74804",9429,67946 -"74805",9429,78691 -"74806",9429,80287 -"74807",9429,90727 -"74808",9430,9603 -"74809",9430,10190 -"74810",9430,14076 -"74811",9431,50137 -"74812",9431,55273 -"74813",9431,62272 -"74814",9431,77432 -"74815",9432,24663 -"74816",9432,29684 -"74817",9432,34731 -"74818",9432,60980 -"74819",9432,71654 -"74820",9432,73283 -"74821",9432,79804 -"74822",9432,80429 -"74823",9432,89361 -"74824",9432,98045 -"74825",9432,101616 -"74826",9432,110119 -"74827",9432,110863 -"74828",9433,25862 -"74829",9433,27335 -"74830",9433,31986 -"74831",9433,42126 -"74832",9433,43137 -"74833",9433,43919 -"74834",9434,43516 -"74835",9435,16289 -"74836",9435,72685 -"74837",9436,9515 -"74838",9437,14378 -"74839",9438,30268 -"74840",9438,35847 -"74841",9439,17100 -"74842",9439,18705 -"74843",9439,41142 -"74844",9439,45330 -"74845",9439,67242 -"74846",9439,80839 -"74847",9439,82950 -"74848",9439,82951 -"74849",9439,82979 -"74850",9440,11019 -"74851",9440,11036 -"74852",9440,27959 -"74853",9440,33185 -"74854",9440,45561 -"74855",9440,48688 -"74856",9440,98228 -"74857",9440,106032 -"74858",9441,38361 -"74859",9441,50605 -"74860",9441,53667 -"74861",9441,81152 -"74862",9441,110407 -"74863",9441,111367 -"74864",9441,118286 -"74865",9441,121590 -"74866",9442,28142 -"74867",9442,28219 -"74868",9442,42998 -"74869",9442,46365 -"74870",9442,53971 -"74871",9442,62660 -"74872",9442,88819 -"74873",9442,89552 -"74874",9442,99634 -"74875",9442,100988 -"74876",9442,110211 -"74877",9443,11047 -"74878",9443,19602 -"74879",9443,25380 -"74880",9443,26824 -"74881",9443,74052 -"74882",9443,85334 -"74883",9443,111497 -"74884",9443,111502 -"74885",9444,13842 -"74886",9444,20745 -"74887",9444,21624 -"74888",9444,23646 -"74889",9444,26714 -"74890",9444,33538 -"74891",9444,34682 -"74892",9444,39581 -"74893",9444,42066 -"74894",9444,46275 -"74895",9444,91532 -"74896",9444,95958 -"74897",9444,96008 -"74898",9444,108143 -"74899",9444,117125 -"74900",9444,117141 -"74901",9444,117230 -"74902",9445,11211 -"74903",9445,19400 -"74904",9445,23823 -"74905",9445,26859 -"74906",9445,31352 -"74907",9445,40864 -"74908",9445,47534 -"74909",9445,53707 -"74910",9445,53899 -"74911",9445,54253 -"74912",9445,62395 -"74913",9445,79409 -"74914",9446,36981 -"74915",9446,55691 -"74916",9446,55975 -"74917",9446,59480 -"74918",9446,59481 -"74919",9446,64141 -"74920",9446,83712 -"74921",9446,83743 -"74922",9446,83747 -"74923",9447,10098 -"74924",9448,10788 -"74925",9448,14191 -"74926",9448,14708 -"74927",9448,17857 -"74928",9448,19068 -"74929",9448,19082 -"74930",9448,21918 -"74931",9448,25013 -"74932",9448,25150 -"74933",9448,25639 -"74934",9448,36954 -"74935",9448,37307 -"74936",9448,41455 -"74937",9448,43149 -"74938",9448,44687 -"74939",9448,50207 -"74940",9448,50488 -"74941",9448,52112 -"74942",9448,53415 -"74943",9448,56357 -"74944",9448,57636 -"74945",9448,58482 -"74946",9448,59798 -"74947",9448,70907 -"74948",9448,71683 -"74949",9448,77125 -"74950",9448,78398 -"74951",9448,82426 -"74952",9448,84343 -"74953",9448,85000 -"74954",9448,85101 -"74955",9448,91682 -"74956",9448,95267 -"74957",9448,97580 -"74958",9448,98727 -"74959",9448,98776 -"74960",9448,100795 -"74961",9448,106824 -"74962",9448,108879 -"74963",9448,109166 -"74964",9448,109858 -"74965",9448,109878 -"74966",9448,112962 -"74967",9448,113990 -"74968",9448,115413 -"74969",9448,116123 -"74970",9448,117258 -"74971",9448,117560 -"74972",9448,118128 -"74973",9448,118836 -"74974",9448,118866 -"74975",9448,118873 -"74976",9448,119131 -"74977",9448,119513 -"74978",9448,119716 -"74979",9448,119769 -"74980",9448,120123 -"74981",9448,120169 -"74982",9448,120725 -"74983",9448,120944 -"74984",9448,121609 -"74985",9448,122007 -"74986",9448,122032 -"74987",9448,122035 -"74988",9448,122724 -"74989",9448,123070 -"74990",9448,123394 -"74991",9448,123490 -"74992",9449,18532 -"74993",9449,43737 -"74994",9449,47817 -"74995",9449,48161 -"74996",9449,55222 -"74997",9449,98399 -"74998",9450,108380 -"74999",9451,9852 -"75000",9451,10419 -"75001",9451,16146 -"75002",9451,37922 -"75003",9451,38059 -"75004",9451,69403 -"75005",9451,89684 -"75006",9451,98014 -"75007",9451,106865 -"75008",9451,111407 -"75009",9451,113393 -"75010",9451,115818 -"75011",9452,28034 -"75012",9452,33208 -"75013",9452,77885 -"75014",9452,81408 -"75015",9452,83446 -"75016",9452,83750 -"75017",9452,97087 -"75018",9452,106740 -"75019",9452,112966 -"75020",9452,117575 -"75021",9452,119308 -"75022",9452,119312 -"75023",9452,119347 -"75024",9452,119349 -"75025",9452,119355 -"75026",9452,121845 -"75027",9453,14188 -"75028",9453,14731 -"75029",9453,24256 -"75030",9453,26034 -"75031",9453,26834 -"75032",9453,39253 -"75033",9453,45152 -"75034",9453,50294 -"75035",9453,57367 -"75036",9453,59230 -"75037",9453,73294 -"75038",9453,84607 -"75039",9453,86332 -"75040",9453,89655 -"75041",9453,92926 -"75042",9453,94722 -"75043",9453,100553 -"75044",9453,101299 -"75045",9453,102396 -"75046",9454,25838 -"75047",9454,28522 -"75048",9454,29568 -"75049",9454,45764 -"75050",9454,50014 -"75051",9454,55862 -"75052",9454,57857 -"75053",9454,58573 -"75054",9454,77025 -"75055",9454,113987 -"75056",9455,13124 -"75057",9455,13822 -"75058",9455,18168 -"75059",9455,39544 -"75060",9455,40111 -"75061",9455,77945 -"75062",9455,93243 -"75063",9456,30998 -"75064",9457,13356 -"75065",9457,18600 -"75066",9457,20991 -"75067",9457,44877 -"75068",9457,45749 -"75069",9457,58061 -"75070",9457,59218 -"75071",9457,63757 -"75072",9457,67068 -"75073",9457,77929 -"75074",9457,82341 -"75075",9457,92269 -"75076",9457,92297 -"75077",9459,12347 -"75078",9459,14035 -"75079",9459,14202 -"75080",9459,15549 -"75081",9459,21292 -"75082",9459,28195 -"75083",9459,30702 -"75084",9459,81753 -"75085",9461,14091 -"75086",9461,16747 -"75087",9461,17125 -"75088",9461,17586 -"75089",9461,22216 -"75090",9461,37884 -"75091",9461,39173 -"75092",9461,47947 -"75093",9461,52268 -"75094",9461,57307 -"75095",9461,57843 -"75096",9461,57913 -"75097",9461,60348 -"75098",9461,61478 -"75099",9461,73771 -"75100",9461,73772 -"75101",9461,79104 -"75102",9462,9831 -"75103",9462,10435 -"75104",9462,10597 -"75105",9462,14902 -"75106",9462,18656 -"75107",9462,19559 -"75108",9462,24275 -"75109",9462,28316 -"75110",9462,30198 -"75111",9462,48712 -"75112",9462,49884 -"75113",9462,50255 -"75114",9462,67939 -"75115",9462,84462 -"75116",9462,88093 -"75117",9463,9492 -"75118",9463,51140 -"75119",9463,97978 -"75120",9463,97984 -"75121",9463,98001 -"75122",9464,110951 -"75123",9465,18544 -"75124",9465,25501 -"75125",9465,43097 -"75126",9465,62155 -"75127",9465,87756 -"75128",9465,88943 -"75129",9465,108926 -"75130",9465,117044 -"75131",9465,118271 -"75132",9465,119977 -"75133",9465,123198 -"75134",9466,30762 -"75135",9466,31987 -"75136",9466,40183 -"75137",9466,43271 -"75138",9466,51229 -"75139",9466,51343 -"75140",9466,52259 -"75141",9466,100562 -"75142",9467,12518 -"75143",9467,15670 -"75144",9467,17392 -"75145",9467,17474 -"75146",9467,21774 -"75147",9467,27030 -"75148",9467,29737 -"75149",9467,38049 -"75150",9467,75910 -"75151",9468,54904 -"75152",9469,9480 -"75153",9469,9832 -"75154",9469,10118 -"75155",9469,11662 -"75156",9469,12672 -"75157",9469,13988 -"75158",9469,14615 -"75159",9469,15636 -"75160",9469,16013 -"75161",9469,23787 -"75162",9469,29095 -"75163",9469,31177 -"75164",9469,34168 -"75165",9469,49962 -"75166",9469,52308 -"75167",9469,54229 -"75168",9469,95728 -"75169",9470,39218 -"75170",9470,53155 -"75171",9470,62450 -"75172",9470,63637 -"75173",9470,111117 -"75174",9471,24996 -"75175",9471,35596 -"75176",9471,83090 -"75177",9472,33083 -"75178",9472,76405 -"75179",9473,25841 -"75180",9473,48466 -"75181",9473,51123 -"75182",9473,63221 -"75183",9473,118651 -"75184",9475,59178 -"75185",9475,74939 -"75186",9475,80329 -"75187",9476,120027 -"75188",9477,9485 -"75189",9477,37998 -"75190",9477,46257 -"75191",9477,58841 -"75192",9477,77638 -"75193",9477,82450 -"75194",9477,82509 -"75195",9478,11153 -"75196",9478,30757 -"75197",9478,31326 -"75198",9478,41297 -"75199",9478,49077 -"75200",9478,50161 -"75201",9478,52244 -"75202",9478,56799 -"75203",9478,63486 -"75204",9478,68335 -"75205",9478,69163 -"75206",9478,69195 -"75207",9478,69211 -"75208",9478,69213 -"75209",9478,88726 -"75210",9479,40781 -"75211",9479,76392 -"75212",9480,9832 -"75213",9480,10118 -"75214",9481,10387 -"75215",9481,10453 -"75216",9481,11552 -"75217",9481,11582 -"75218",9481,11583 -"75219",9481,11642 -"75220",9481,11644 -"75221",9481,11936 -"75222",9481,13871 -"75223",9481,15506 -"75224",9481,16553 -"75225",9481,16687 -"75226",9481,20220 -"75227",9481,20697 -"75228",9481,24274 -"75229",9481,30770 -"75230",9481,30773 -"75231",9481,30924 -"75232",9481,33787 -"75233",9481,41220 -"75234",9481,45766 -"75235",9481,47302 -"75236",9481,54794 -"75237",9481,55824 -"75238",9481,113264 -"75239",9482,60024 -"75240",9482,70269 -"75241",9482,80544 -"75242",9482,90802 -"75243",9483,25643 -"75244",9483,33239 -"75245",9483,36464 -"75246",9483,50239 -"75247",9483,67434 -"75248",9483,76573 -"75249",9483,104990 -"75250",9484,11105 -"75251",9484,15338 -"75252",9484,17933 -"75253",9484,18218 -"75254",9484,18772 -"75255",9484,21001 -"75256",9484,25656 -"75257",9484,29681 -"75258",9484,39418 -"75259",9484,40723 -"75260",9484,40727 -"75261",9484,47482 -"75262",9484,52847 -"75263",9484,89944 -"75264",9484,97297 -"75265",9484,106868 -"75266",9484,108668 -"75267",9485,30749 -"75268",9486,32720 -"75269",9486,65703 -"75270",9486,81282 -"75271",9486,81314 -"75272",9487,9506 -"75273",9487,33697 -"75274",9488,13055 -"75275",9489,9757 -"75276",9489,10525 -"75277",9489,10814 -"75278",9489,13221 -"75279",9489,25055 -"75280",9489,35932 -"75281",9489,36058 -"75282",9489,51400 -"75283",9489,55939 -"75284",9489,65909 -"75285",9490,17793 -"75286",9490,35760 -"75287",9490,39946 -"75288",9490,96212 -"75289",9490,97830 -"75290",9491,10868 -"75291",9491,11282 -"75292",9491,13082 -"75293",9491,21465 -"75294",9491,26928 -"75295",9492,14554 -"75296",9492,16747 -"75297",9492,20452 -"75298",9492,36064 -"75299",9492,39387 -"75300",9492,42473 -"75301",9492,44760 -"75302",9492,45173 -"75303",9492,45256 -"75304",9493,10904 -"75305",9493,30116 -"75306",9493,32329 -"75307",9493,40604 -"75308",9493,45630 -"75309",9493,59100 -"75310",9493,89738 -"75311",9493,90525 -"75312",9493,98391 -"75313",9493,107351 -"75314",9493,108170 -"75315",9493,115498 -"75316",9493,117671 -"75317",9494,50115 -"75318",9495,41323 -"75319",9495,73563 -"75320",9495,77592 -"75321",9495,78098 -"75322",9495,112417 -"75323",9495,115220 -"75324",9497,86530 -"75325",9498,20515 -"75326",9498,31410 -"75327",9498,31435 -"75328",9498,35765 -"75329",9498,39594 -"75330",9498,42942 -"75331",9498,51406 -"75332",9498,71857 -"75333",9498,71860 -"75334",9498,72047 -"75335",9499,51277 -"75336",9499,53596 -"75337",9499,97632 -"75338",9500,9512 -"75339",9500,9592 -"75340",9500,9850 -"75341",9500,51629 -"75342",9501,17800 -"75343",9501,82313 -"75344",9501,98539 -"75345",9501,111830 -"75346",9501,121758 -"75347",9501,121764 -"75348",9502,27397 -"75349",9502,35854 -"75350",9503,9587 -"75351",9503,9623 -"75352",9503,10453 -"75353",9503,14715 -"75354",9503,16687 -"75355",9503,19794 -"75356",9503,19827 -"75357",9503,23953 -"75358",9503,31234 -"75359",9503,33962 -"75360",9503,44181 -"75361",9503,53743 -"75362",9503,63588 -"75363",9503,67872 -"75364",9503,72858 -"75365",9503,74370 -"75366",9503,78773 -"75367",9503,83243 -"75368",9503,88574 -"75369",9504,11081 -"75370",9504,27123 -"75371",9504,38094 -"75372",9504,47654 -"75373",9504,52633 -"75374",9504,55226 -"75375",9504,81796 -"75376",9504,84788 -"75377",9504,94350 -"75378",9505,11913 -"75379",9505,12428 -"75380",9505,12807 -"75381",9505,13142 -"75382",9505,16689 -"75383",9505,19036 -"75384",9505,19391 -"75385",9505,23075 -"75386",9505,25606 -"75387",9505,28530 -"75388",9505,30258 -"75389",9505,35368 -"75390",9505,38185 -"75391",9505,38683 -"75392",9505,40245 -"75393",9505,41824 -"75394",9505,43226 -"75395",9505,44655 -"75396",9505,44973 -"75397",9505,46177 -"75398",9505,47048 -"75399",9505,48110 -"75400",9505,57536 -"75401",9505,58508 -"75402",9505,59731 -"75403",9505,62642 -"75404",9505,68091 -"75405",9505,69335 -"75406",9505,69678 -"75407",9505,75245 -"75408",9505,75776 -"75409",9505,75956 -"75410",9505,76387 -"75411",9505,78978 -"75412",9505,79212 -"75413",9505,79241 -"75414",9505,79579 -"75415",9505,80239 -"75416",9505,80301 -"75417",9505,81397 -"75418",9505,88340 -"75419",9505,88749 -"75420",9505,89069 -"75421",9505,89373 -"75422",9505,89995 -"75423",9505,90919 -"75424",9505,90936 -"75425",9505,91231 -"75426",9505,92861 -"75427",9505,93097 -"75428",9505,94231 -"75429",9505,95489 -"75430",9505,96247 -"75431",9505,96363 -"75432",9505,97898 -"75433",9506,9716 -"75434",9506,14789 -"75435",9506,22977 -"75436",9506,26139 -"75437",9506,29557 -"75438",9506,31929 -"75439",9506,32553 -"75440",9506,32582 -"75441",9506,32642 -"75442",9506,32664 -"75443",9506,40678 -"75444",9506,51027 -"75445",9506,52767 -"75446",9506,56138 -"75447",9506,59209 -"75448",9506,69114 -"75449",9506,69231 -"75450",9506,69436 -"75451",9506,76839 -"75452",9506,78768 -"75453",9506,88173 -"75454",9506,88406 -"75455",9506,88896 -"75456",9506,89142 -"75457",9506,90370 -"75458",9506,91083 -"75459",9506,91715 -"75460",9506,92766 -"75461",9506,94387 -"75462",9506,97266 -"75463",9506,97873 -"75464",9506,102409 -"75465",9506,107905 -"75466",9506,119489 -"75467",9507,43644 -"75468",9508,13060 -"75469",9508,14324 -"75470",9508,17255 -"75471",9508,29146 -"75472",9508,33080 -"75473",9508,34451 -"75474",9508,40505 -"75475",9508,43283 -"75476",9508,46642 -"75477",9508,47384 -"75478",9508,47940 -"75479",9508,63686 -"75480",9508,85777 -"75481",9508,92819 -"75482",9508,120794 -"75483",9509,39054 -"75484",9509,49019 -"75485",9509,53740 -"75486",9509,85432 -"75487",9509,89942 -"75488",9510,52831 -"75489",9510,62163 -"75490",9510,62195 -"75491",9510,62559 -"75492",9510,82397 -"75493",9510,82549 -"75494",9510,82551 -"75495",9510,82565 -"75496",9511,12170 -"75497",9511,12618 -"75498",9511,12642 -"75499",9511,19335 -"75500",9511,21229 -"75501",9511,22567 -"75502",9511,23132 -"75503",9511,25899 -"75504",9511,30302 -"75505",9511,38798 -"75506",9511,40383 -"75507",9511,43941 -"75508",9511,50495 -"75509",9511,53611 -"75510",9511,58946 -"75511",9511,68564 -"75512",9511,83766 -"75513",9511,83794 -"75514",9511,83795 -"75515",9511,91619 -"75516",9512,51629 -"75517",9512,74246 -"75518",9513,11549 -"75519",9513,38277 -"75520",9513,55206 -"75521",9513,89909 -"75522",9513,95682 -"75523",9514,77202 -"75524",9515,48085 -"75525",9515,71203 -"75526",9515,71713 -"75527",9516,19899 -"75528",9516,27422 -"75529",9516,34596 -"75530",9516,47759 -"75531",9516,95658 -"75532",9516,103093 -"75533",9517,9563 -"75534",9518,10304 -"75535",9518,30981 -"75536",9518,36147 -"75537",9518,36194 -"75538",9518,36224 -"75539",9518,74788 -"75540",9518,84764 -"75541",9519,9520 -"75542",9519,9541 -"75543",9519,17528 -"75544",9519,28009 -"75545",9519,29462 -"75546",9519,85355 -"75547",9520,9541 -"75548",9520,17528 -"75549",9521,106541 -"75550",9522,13077 -"75551",9522,19807 -"75552",9522,20009 -"75553",9522,21220 -"75554",9522,22124 -"75555",9522,26734 -"75556",9522,32835 -"75557",9522,34100 -"75558",9522,36888 -"75559",9522,37611 -"75560",9522,37731 -"75561",9522,39440 -"75562",9522,46193 -"75563",9522,47500 -"75564",9522,50609 -"75565",9522,50751 -"75566",9522,56360 -"75567",9522,57196 -"75568",9523,13853 -"75569",9523,16364 -"75570",9523,21901 -"75571",9523,24551 -"75572",9523,29590 -"75573",9523,29908 -"75574",9523,31029 -"75575",9523,68354 -"75576",9524,14693 -"75577",9524,59307 -"75578",9524,63091 -"75579",9524,86431 -"75580",9524,97718 -"75581",9525,9983 -"75582",9525,10297 -"75583",9525,27728 -"75584",9525,31756 -"75585",9525,51287 -"75586",9525,56200 -"75587",9525,76248 -"75588",9525,78320 -"75589",9525,83222 -"75590",9526,15087 -"75591",9526,29579 -"75592",9526,33819 -"75593",9526,33922 -"75594",9526,33941 -"75595",9527,87355 -"75596",9528,30432 -"75597",9529,13359 -"75598",9529,13792 -"75599",9529,16160 -"75600",9529,16830 -"75601",9529,18570 -"75602",9529,18582 -"75603",9529,19587 -"75604",9529,26272 -"75605",9529,28898 -"75606",9529,46691 -"75607",9529,52583 -"75608",9529,106260 -"75609",9530,24240 -"75610",9530,37175 -"75611",9530,37987 -"75612",9531,30916 -"75613",9531,31763 -"75614",9531,36446 -"75615",9531,40997 -"75616",9531,49759 -"75617",9531,49917 -"75618",9532,9689 -"75619",9532,13361 -"75620",9532,14288 -"75621",9532,16407 -"75622",9532,19920 -"75623",9532,21693 -"75624",9532,22326 -"75625",9532,22362 -"75626",9532,22432 -"75627",9532,24398 -"75628",9532,30031 -"75629",9532,40099 -"75630",9532,40494 -"75631",9532,41036 -"75632",9532,43001 -"75633",9532,78144 -"75634",9532,87060 -"75635",9532,87073 -"75636",9533,94108 -"75637",9533,96439 -"75638",9533,121955 -"75639",9535,12210 -"75640",9535,23529 -"75641",9535,25311 -"75642",9535,31842 -"75643",9535,43049 -"75644",9535,52156 -"75645",9535,55975 -"75646",9535,55992 -"75647",9535,70901 -"75648",9535,71146 -"75649",9536,38550 -"75650",9536,94637 -"75651",9537,9565 -"75652",9537,9566 -"75653",9538,9799 -"75654",9538,35781 -"75655",9538,39545 -"75656",9538,43610 -"75657",9538,51428 -"75658",9538,60201 -"75659",9538,62357 -"75660",9538,74237 -"75661",9538,77719 -"75662",9538,86358 -"75663",9538,92682 -"75664",9538,93710 -"75665",9538,94697 -"75666",9538,111119 -"75667",9538,121143 -"75668",9539,10137 -"75669",9539,12188 -"75670",9539,12680 -"75671",9539,18192 -"75672",9539,29133 -"75673",9539,37666 -"75674",9539,44529 -"75675",9539,78044 -"75676",9540,9810 -"75677",9540,9984 -"75678",9540,12502 -"75679",9540,13321 -"75680",9540,40253 -"75681",9540,78334 -"75682",9540,99156 -"75683",9541,17528 -"75684",9541,22855 -"75685",9541,26013 -"75686",9542,12837 -"75687",9542,23197 -"75688",9542,36388 -"75689",9542,59175 -"75690",9542,76230 -"75691",9542,87492 -"75692",9542,102251 -"75693",9542,105282 -"75694",9543,30650 -"75695",9543,39276 -"75696",9543,49803 -"75697",9543,54186 -"75698",9543,103452 -"75699",9544,9726 -"75700",9544,13255 -"75701",9544,13320 -"75702",9544,19315 -"75703",9544,19316 -"75704",9544,29120 -"75705",9544,35530 -"75706",9544,66899 -"75707",9545,10154 -"75708",9545,10229 -"75709",9545,12157 -"75710",9545,13044 -"75711",9545,14852 -"75712",9545,18481 -"75713",9545,21422 -"75714",9545,25141 -"75715",9545,31820 -"75716",9545,44142 -"75717",9545,45136 -"75718",9545,49962 -"75719",9545,50169 -"75720",9545,50276 -"75721",9545,55297 -"75722",9545,57892 -"75723",9545,58659 -"75724",9545,70996 -"75725",9545,71004 -"75726",9545,82125 -"75727",9545,82138 -"75728",9545,82139 -"75729",9545,82141 -"75730",9545,82150 -"75731",9545,82164 -"75732",9547,65935 -"75733",9547,72757 -"75734",9547,74548 -"75735",9548,9550 -"75736",9548,13798 -"75737",9548,29892 -"75738",9548,41072 -"75739",9548,44224 -"75740",9548,53791 -"75741",9548,57250 -"75742",9548,75077 -"75743",9548,77375 -"75744",9548,79963 -"75745",9548,83833 -"75746",9548,86816 -"75747",9548,112191 -"75748",9549,26081 -"75749",9549,35780 -"75750",9549,39030 -"75751",9549,47200 -"75752",9549,59224 -"75753",9549,70948 -"75754",9549,77280 -"75755",9549,84207 -"75756",9549,99584 -"75757",9550,29892 -"75758",9550,41072 -"75759",9550,48469 -"75760",9550,51911 -"75761",9550,60645 -"75762",9550,61435 -"75763",9550,75077 -"75764",9550,78788 -"75765",9550,106879 -"75766",9551,38202 -"75767",9551,119305 -"75768",9551,119318 -"75769",9552,41908 -"75770",9552,52517 -"75771",9552,105113 -"75772",9553,19606 -"75773",9553,22749 -"75774",9553,30647 -"75775",9553,35256 -"75776",9553,37570 -"75777",9553,37682 -"75778",9553,40019 -"75779",9553,57710 -"75780",9553,75780 -"75781",9553,81230 -"75782",9555,10844 -"75783",9555,16198 -"75784",9555,16200 -"75785",9555,21877 -"75786",9555,22667 -"75787",9555,30034 -"75788",9555,30993 -"75789",9555,33938 -"75790",9555,34415 -"75791",9555,40112 -"75792",9555,87142 -"75793",9555,89627 -"75794",9555,89730 -"75795",9555,111208 -"75796",9555,120020 -"75797",9555,121300 -"75798",9555,121739 -"75799",9556,19242 -"75800",9556,27726 -"75801",9556,75915 -"75802",9556,110422 -"75803",9556,112105 -"75804",9557,13818 -"75805",9557,19348 -"75806",9557,27228 -"75807",9557,34762 -"75808",9558,11699 -"75809",9558,13485 -"75810",9558,21542 -"75811",9558,56194 -"75812",9558,57141 -"75813",9558,98995 -"75814",9559,80897 -"75815",9560,10235 -"75816",9560,10278 -"75817",9560,12342 -"75818",9560,15491 -"75819",9560,39674 -"75820",9560,52969 -"75821",9560,76620 -"75822",9560,83004 -"75823",9561,9657 -"75824",9561,72353 -"75825",9562,15401 -"75826",9562,28689 -"75827",9562,35841 -"75828",9562,50116 -"75829",9562,50308 -"75830",9563,10822 -"75831",9563,18144 -"75832",9563,21397 -"75833",9563,34229 -"75834",9563,37785 -"75835",9563,37810 -"75836",9563,45050 -"75837",9563,46473 -"75838",9563,47945 -"75839",9563,50884 -"75840",9563,64626 -"75841",9563,64627 -"75842",9563,64661 -"75843",9563,64745 -"75844",9563,67033 -"75845",9563,79337 -"75846",9563,88147 -"75847",9563,96779 -"75848",9564,13324 -"75849",9564,13530 -"75850",9564,21993 -"75851",9564,23252 -"75852",9564,24031 -"75853",9564,27366 -"75854",9564,27430 -"75855",9564,33435 -"75856",9564,41288 -"75857",9564,47564 -"75858",9565,9566 -"75859",9565,19637 -"75860",9565,50269 -"75861",9565,53063 -"75862",9565,53935 -"75863",9565,68405 -"75864",9565,71529 -"75865",9565,73546 -"75866",9565,73603 -"75867",9565,83492 -"75868",9565,84950 -"75869",9565,99149 -"75870",9565,112556 -"75871",9565,113056 -"75872",9565,114925 -"75873",9565,119993 -"75874",9566,89402 -"75875",9567,42971 -"75876",9567,67816 -"75877",9567,68756 -"75878",9567,68982 -"75879",9567,112474 -"75880",9568,42101 -"75881",9568,44582 -"75882",9568,56303 -"75883",9568,63583 -"75884",9569,12113 -"75885",9569,44520 -"75886",9569,45008 -"75887",9569,120414 -"75888",9569,120430 -"75889",9569,123382 -"75890",9570,45745 -"75891",9570,59731 -"75892",9570,81007 -"75893",9570,90010 -"75894",9570,99492 -"75895",9571,9627 -"75896",9571,27714 -"75897",9571,50741 -"75898",9571,67049 -"75899",9571,82039 -"75900",9571,82274 -"75901",9571,82280 -"75902",9571,93553 -"75903",9572,10064 -"75904",9572,14732 -"75905",9572,16165 -"75906",9572,16545 -"75907",9572,19210 -"75908",9572,21352 -"75909",9572,39372 -"75910",9572,40050 -"75911",9572,47011 -"75912",9572,49212 -"75913",9572,59764 -"75914",9572,74380 -"75915",9572,79722 -"75916",9572,82131 -"75917",9572,82948 -"75918",9572,91637 -"75919",9572,91772 -"75920",9572,92163 -"75921",9572,97240 -"75922",9572,98208 -"75923",9572,114856 -"75924",9572,117325 -"75925",9573,9575 -"75926",9573,9621 -"75927",9574,9622 -"75928",9575,9621 -"75929",9575,107103 -"75930",9576,9614 -"75931",9576,9615 -"75932",9576,14054 -"75933",9576,16680 -"75934",9576,32173 -"75935",9576,73466 -"75936",9576,96370 -"75937",9577,41823 -"75938",9577,70503 -"75939",9578,12056 -"75940",9578,18894 -"75941",9578,29773 -"75942",9578,33815 -"75943",9578,45503 -"75944",9578,46107 -"75945",9578,70928 -"75946",9578,76126 -"75947",9578,76564 -"75948",9579,19379 -"75949",9579,31952 -"75950",9579,40296 -"75951",9579,45797 -"75952",9579,65726 -"75953",9579,79143 -"75954",9580,11441 -"75955",9580,39396 -"75956",9580,86455 -"75957",9580,91775 -"75958",9581,11571 -"75959",9581,27543 -"75960",9581,39617 -"75961",9581,49149 -"75962",9581,76547 -"75963",9581,94002 -"75964",9582,26543 -"75965",9583,23039 -"75966",9584,10157 -"75967",9584,87656 -"75968",9585,16341 -"75969",9585,20770 -"75970",9585,31800 -"75971",9585,38021 -"75972",9585,39439 -"75973",9585,53775 -"75974",9585,55973 -"75975",9585,64390 -"75976",9585,67783 -"75977",9585,79983 -"75978",9585,91232 -"75979",9585,93630 -"75980",9585,100942 -"75981",9585,113514 -"75982",9585,113587 -"75983",9586,95289 -"75984",9586,104412 -"75985",9586,112546 -"75986",9586,122623 -"75987",9586,122629 -"75988",9587,9623 -"75989",9587,35589 -"75990",9587,35724 -"75991",9587,87767 -"75992",9587,87855 -"75993",9588,33023 -"75994",9588,37656 -"75995",9589,34804 -"75996",9589,35980 -"75997",9589,56629 -"75998",9590,78577 -"75999",9590,82687 -"76000",9590,82989 -"76001",9591,9593 -"76002",9591,9599 -"76003",9591,16299 -"76004",9592,9850 -"76005",9592,13582 -"76006",9592,18649 -"76007",9592,69081 -"76008",9593,9599 -"76009",9593,73909 -"76010",9593,74568 -"76011",9593,75239 -"76012",9593,122382 -"76013",9593,122407 -"76014",9594,10148 -"76015",9594,10181 -"76016",9594,15560 -"76017",9594,17295 -"76018",9594,23508 -"76019",9594,26486 -"76020",9594,36781 -"76021",9594,42715 -"76022",9594,44772 -"76023",9594,45182 -"76024",9594,46444 -"76025",9594,53279 -"76026",9594,77253 -"76027",9594,78192 -"76028",9594,101338 -"76029",9595,15329 -"76030",9595,21392 -"76031",9595,28748 -"76032",9595,87858 -"76033",9595,107448 -"76034",9595,119787 -"76035",9596,10055 -"76036",9596,39047 -"76037",9597,11649 -"76038",9597,11658 -"76039",9597,15373 -"76040",9597,22494 -"76041",9597,23230 -"76042",9597,25739 -"76043",9597,25811 -"76044",9597,25831 -"76045",9597,25832 -"76046",9597,25863 -"76047",9597,45359 -"76048",9597,81934 -"76049",9597,81982 -"76050",9597,82880 -"76051",9598,30026 -"76052",9598,56853 -"76053",9598,62555 -"76054",9598,76223 -"76055",9598,76224 -"76056",9598,76451 -"76057",9598,76455 -"76058",9598,76456 -"76059",9598,76476 -"76060",9599,14892 -"76061",9599,21750 -"76062",9599,24848 -"76063",9599,30144 -"76064",9599,94688 -"76065",9600,9641 -"76066",9600,36027 -"76067",9600,39762 -"76068",9600,46602 -"76069",9600,70272 -"76070",9601,15431 -"76071",9601,41183 -"76072",9601,42832 -"76073",9601,51751 -"76074",9601,69201 -"76075",9601,73473 -"76076",9601,76783 -"76077",9601,77621 -"76078",9601,90743 -"76079",9602,11057 -"76080",9602,11124 -"76081",9602,12126 -"76082",9602,16588 -"76083",9602,18309 -"76084",9602,21057 -"76085",9602,29196 -"76086",9602,32834 -"76087",9602,33400 -"76088",9602,47949 -"76089",9603,10190 -"76090",9604,31494 -"76091",9604,43527 -"76092",9604,47064 -"76093",9604,52473 -"76094",9604,53434 -"76095",9605,13839 -"76096",9605,29738 -"76097",9605,36932 -"76098",9605,40229 -"76099",9605,55226 -"76100",9605,55459 -"76101",9605,78592 -"76102",9605,83437 -"76103",9605,111848 -"76104",9605,122151 -"76105",9607,57733 -"76106",9608,113638 -"76107",9609,13461 -"76108",9609,25305 -"76109",9609,29962 -"76110",9609,30002 -"76111",9609,57638 -"76112",9609,60428 -"76113",9609,66159 -"76114",9609,67018 -"76115",9609,70166 -"76116",9610,31862 -"76117",9610,81403 -"76118",9610,91221 -"76119",9610,112012 -"76120",9611,16444 -"76121",9611,30479 -"76122",9611,40404 -"76123",9611,56229 -"76124",9611,58367 -"76125",9612,33718 -"76126",9612,39561 -"76127",9612,76464 -"76128",9613,17242 -"76129",9613,19605 -"76130",9613,20162 -"76131",9613,29454 -"76132",9613,32741 -"76133",9613,38792 -"76134",9613,45329 -"76135",9613,72232 -"76136",9613,86402 -"76137",9613,95046 -"76138",9614,9615 -"76139",9614,18027 -"76140",9614,23582 -"76141",9615,37503 -"76142",9615,52315 -"76143",9615,53975 -"76144",9615,62039 -"76145",9615,76722 -"76146",9616,13674 -"76147",9616,13879 -"76148",9616,15548 -"76149",9616,29147 -"76150",9616,46174 -"76151",9616,46562 -"76152",9616,52068 -"76153",9616,54932 -"76154",9616,61700 -"76155",9616,67239 -"76156",9616,81212 -"76157",9616,81545 -"76158",9616,85441 -"76159",9616,103167 -"76160",9617,10230 -"76161",9617,14003 -"76162",9617,15921 -"76163",9617,18970 -"76164",9617,25351 -"76165",9617,29387 -"76166",9617,29818 -"76167",9617,41679 -"76168",9617,47213 -"76169",9617,56787 -"76170",9617,69037 -"76171",9617,81381 -"76172",9617,98243 -"76173",9617,103890 -"76174",9617,112875 -"76175",9617,113552 -"76176",9618,11213 -"76177",9618,15078 -"76178",9619,33286 -"76179",9619,79210 -"76180",9619,95027 -"76181",9619,100225 -"76182",9619,111512 -"76183",9620,32897 -"76184",9620,56542 -"76185",9620,87626 -"76186",9621,36320 -"76187",9621,39741 -"76188",9621,40956 -"76189",9621,55090 -"76190",9622,28573 -"76191",9622,38239 -"76192",9622,82992 -"76193",9622,85817 -"76194",9622,102094 -"76195",9623,9785 -"76196",9623,10070 -"76197",9623,10546 -"76198",9623,11829 -"76199",9623,13592 -"76200",9623,16687 -"76201",9623,17285 -"76202",9623,19087 -"76203",9623,30770 -"76204",9623,30924 -"76205",9623,33522 -"76206",9623,36671 -"76207",9623,43363 -"76208",9623,50772 -"76209",9623,51375 -"76210",9623,51519 -"76211",9623,53743 -"76212",9623,59803 -"76213",9623,60645 -"76214",9624,36423 -"76215",9624,75968 -"76216",9624,77498 -"76217",9624,81912 -"76218",9624,105124 -"76219",9624,120010 -"76220",9625,17603 -"76221",9625,24545 -"76222",9625,112882 -"76223",9626,46586 -"76224",9626,49576 -"76225",9626,64612 -"76226",9626,72957 -"76227",9626,99070 -"76228",9626,102796 -"76229",9626,110380 -"76230",9626,121331 -"76231",9626,121353 -"76232",9626,121358 -"76233",9627,9724 -"76234",9627,12428 -"76235",9627,27714 -"76236",9627,50741 -"76237",9627,82274 -"76238",9627,82280 -"76239",9628,10253 -"76240",9628,13357 -"76241",9628,13550 -"76242",9628,13875 -"76243",9628,22578 -"76244",9628,30968 -"76245",9628,43447 -"76246",9628,52887 -"76247",9628,65068 -"76248",9628,76395 -"76249",9628,82272 -"76250",9628,85218 -"76251",9628,91276 -"76252",9628,97013 -"76253",9628,100201 -"76254",9628,102800 -"76255",9628,115846 -"76256",9629,37175 -"76257",9629,91987 -"76258",9630,11274 -"76259",9630,11455 -"76260",9630,27590 -"76261",9630,38223 -"76262",9630,47366 -"76263",9630,50978 -"76264",9630,53186 -"76265",9630,82768 -"76266",9630,85038 -"76267",9630,110203 -"76268",9631,19096 -"76269",9631,23312 -"76270",9631,25282 -"76271",9631,37108 -"76272",9631,38707 -"76273",9631,45954 -"76274",9631,46185 -"76275",9631,53120 -"76276",9631,67011 -"76277",9631,85358 -"76278",9631,104090 -"76279",9632,13382 -"76280",9632,17668 -"76281",9632,44727 -"76282",9632,54957 -"76283",9632,118335 -"76284",9633,10576 -"76285",9633,11103 -"76286",9633,13949 -"76287",9633,16269 -"76288",9633,20260 -"76289",9633,21503 -"76290",9633,24694 -"76291",9633,35752 -"76292",9633,37478 -"76293",9633,39708 -"76294",9633,52751 -"76295",9633,52824 -"76296",9633,80832 -"76297",9633,111593 -"76298",9634,29080 -"76299",9634,40680 -"76300",9634,53404 -"76301",9634,92908 -"76302",9635,9768 -"76303",9635,33300 -"76304",9635,63829 -"76305",9635,74941 -"76306",9635,79677 -"76307",9637,63702 -"76308",9638,39249 -"76309",9638,44742 -"76310",9638,88673 -"76311",9638,90003 -"76312",9639,10052 -"76313",9640,81260 -"76314",9640,82795 -"76315",9642,24051 -"76316",9642,85745 -"76317",9642,119434 -"76318",9642,122189 -"76319",9642,122219 -"76320",9643,9666 -"76321",9643,9823 -"76322",9643,9877 -"76323",9643,10640 -"76324",9643,10830 -"76325",9644,23449 -"76326",9644,25535 -"76327",9644,48392 -"76328",9644,71417 -"76329",9644,80777 -"76330",9644,80995 -"76331",9644,106988 -"76332",9645,9649 -"76333",9645,9733 -"76334",9645,9803 -"76335",9645,9828 -"76336",9645,13964 -"76337",9645,14455 -"76338",9645,21068 -"76339",9645,25530 -"76340",9645,25540 -"76341",9645,25556 -"76342",9645,37444 -"76343",9645,63821 -"76344",9645,71913 -"76345",9645,75805 -"76346",9645,95858 -"76347",9645,95863 -"76348",9645,95877 -"76349",9646,19799 -"76350",9646,22278 -"76351",9646,26903 -"76352",9646,27319 -"76353",9646,34123 -"76354",9646,47106 -"76355",9646,47852 -"76356",9646,49870 -"76357",9646,66234 -"76358",9646,72345 -"76359",9646,75160 -"76360",9646,83440 -"76361",9647,18160 -"76362",9647,23441 -"76363",9647,28243 -"76364",9647,55942 -"76365",9648,12000 -"76366",9648,12624 -"76367",9648,27937 -"76368",9648,41792 -"76369",9648,45309 -"76370",9648,77228 -"76371",9648,77229 -"76372",9648,77259 -"76373",9649,9803 -"76374",9649,9828 -"76375",9649,13964 -"76376",9649,51497 -"76377",9649,52061 -"76378",9649,67425 -"76379",9649,75805 -"76380",9650,10157 -"76381",9650,53220 -"76382",9650,61298 -"76383",9650,63302 -"76384",9651,15767 -"76385",9651,68243 -"76386",9652,9653 -"76387",9652,12977 -"76388",9652,13174 -"76389",9652,20319 -"76390",9652,21627 -"76391",9652,22839 -"76392",9652,22884 -"76393",9652,31965 -"76394",9652,33588 -"76395",9652,33621 -"76396",9652,33634 -"76397",9652,33728 -"76398",9652,33771 -"76399",9652,51041 -"76400",9652,77961 -"76401",9652,83093 -"76402",9652,119326 -"76403",9653,22839 -"76404",9653,33588 -"76405",9653,39124 -"76406",9653,43453 -"76407",9653,47468 -"76408",9654,19225 -"76409",9654,21929 -"76410",9654,23011 -"76411",9654,23257 -"76412",9654,28987 -"76413",9654,34613 -"76414",9654,40113 -"76415",9654,52293 -"76416",9654,56624 -"76417",9654,60088 -"76418",9654,62679 -"76419",9654,67726 -"76420",9654,75470 -"76421",9654,82625 -"76422",9654,91002 -"76423",9655,22222 -"76424",9655,22856 -"76425",9655,23591 -"76426",9655,27691 -"76427",9656,13034 -"76428",9656,15214 -"76429",9656,15281 -"76430",9656,18646 -"76431",9656,20679 -"76432",9656,24536 -"76433",9656,55325 -"76434",9656,73520 -"76435",9656,73990 -"76436",9656,78524 -"76437",9656,80485 -"76438",9656,80610 -"76439",9656,80611 -"76440",9656,93553 -"76441",9656,93774 -"76442",9656,94297 -"76443",9656,97257 -"76444",9656,102760 -"76445",9656,105927 -"76446",9656,105981 -"76447",9656,106518 -"76448",9656,118552 -"76449",9657,26947 -"76450",9657,47478 -"76451",9657,61607 -"76452",9657,62871 -"76453",9658,9766 -"76454",9658,9767 -"76455",9658,9892 -"76456",9658,60340 -"76457",9658,79623 -"76458",9658,91580 -"76459",9658,91623 -"76460",9659,9683 -"76461",9659,9893 -"76462",9659,38497 -"76463",9659,70012 -"76464",9659,113341 -"76465",9660,9695 -"76466",9660,11817 -"76467",9660,20230 -"76468",9660,21176 -"76469",9660,29468 -"76470",9660,80014 -"76471",9660,93666 -"76472",9661,24845 -"76473",9661,63133 -"76474",9661,88943 -"76475",9662,9730 -"76476",9662,9765 -"76477",9662,9770 -"76478",9662,9817 -"76479",9662,9835 -"76480",9662,9844 -"76481",9662,9909 -"76482",9662,9930 -"76483",9662,9931 -"76484",9662,9938 -"76485",9662,16889 -"76486",9662,31453 -"76487",9662,39818 -"76488",9662,48541 -"76489",9663,25116 -"76490",9663,25737 -"76491",9664,9865 -"76492",9664,9951 -"76493",9664,11203 -"76494",9664,49846 -"76495",9664,56406 -"76496",9665,9773 -"76497",9665,28838 -"76498",9665,39114 -"76499",9665,45974 -"76500",9665,62769 -"76501",9665,66291 -"76502",9665,66332 -"76503",9665,72329 -"76504",9665,85908 -"76505",9665,100245 -"76506",9666,9823 -"76507",9666,9877 -"76508",9666,10640 -"76509",9666,10830 -"76510",9667,53175 -"76511",9667,96973 -"76512",9667,96986 -"76513",9667,103705 -"76514",9668,20641 -"76515",9668,37597 -"76516",9669,13880 -"76517",9669,24639 -"76518",9669,30232 -"76519",9669,45846 -"76520",9670,10498 -"76521",9670,28998 -"76522",9670,32780 -"76523",9670,32947 -"76524",9670,34837 -"76525",9670,85676 -"76526",9670,115268 -"76527",9671,9687 -"76528",9671,9688 -"76529",9672,20804 -"76530",9672,24746 -"76531",9672,24917 -"76532",9672,38063 -"76533",9673,10173 -"76534",9673,10701 -"76535",9673,16026 -"76536",9673,18673 -"76537",9673,32169 -"76538",9673,42390 -"76539",9673,71999 -"76540",9673,80171 -"76541",9673,80304 -"76542",9674,18305 -"76543",9674,92120 -"76544",9674,109877 -"76545",9674,111670 -"76546",9674,115916 -"76547",9675,20713 -"76548",9676,121768 -"76549",9677,20947 -"76550",9677,55412 -"76551",9678,11823 -"76552",9678,19113 -"76553",9678,36930 -"76554",9678,45550 -"76555",9678,77802 -"76556",9678,94500 -"76557",9678,101911 -"76558",9679,15649 -"76559",9679,50748 -"76560",9679,55576 -"76561",9679,65798 -"76562",9679,65837 -"76563",9680,10727 -"76564",9680,13909 -"76565",9680,32664 -"76566",9680,53347 -"76567",9681,11334 -"76568",9681,23315 -"76569",9681,83969 -"76570",9681,89189 -"76571",9681,89203 -"76572",9681,89654 -"76573",9681,89978 -"76574",9681,96121 -"76575",9681,96139 -"76576",9681,96147 -"76577",9681,96165 -"76578",9682,9697 -"76579",9682,19277 -"76580",9682,52964 -"76581",9682,65722 -"76582",9682,67913 -"76583",9683,9893 -"76584",9683,11055 -"76585",9683,11123 -"76586",9683,15844 -"76587",9683,16575 -"76588",9683,17521 -"76589",9683,19027 -"76590",9683,19901 -"76591",9683,26210 -"76592",9683,34969 -"76593",9683,44636 -"76594",9683,52685 -"76595",9683,54676 -"76596",9683,57184 -"76597",9683,57979 -"76598",9683,65130 -"76599",9683,70012 -"76600",9683,81779 -"76601",9683,82693 -"76602",9683,91908 -"76603",9683,93125 -"76604",9683,93584 -"76605",9683,95627 -"76606",9683,101113 -"76607",9683,103733 -"76608",9683,119320 -"76609",9684,9933 -"76610",9684,43346 -"76611",9684,87304 -"76612",9684,95128 -"76613",9684,102054 -"76614",9684,106321 -"76615",9685,9843 -"76616",9685,9905 -"76617",9686,9785 -"76618",9686,12709 -"76619",9686,15276 -"76620",9686,15593 -"76621",9686,15921 -"76622",9686,17053 -"76623",9686,17825 -"76624",9686,19584 -"76625",9686,20117 -"76626",9686,20725 -"76627",9686,26275 -"76628",9686,32458 -"76629",9686,40643 -"76630",9686,45887 -"76631",9686,49513 -"76632",9686,49806 -"76633",9686,54519 -"76634",9686,74078 -"76635",9686,82968 -"76636",9686,86450 -"76637",9687,9688 -"76638",9687,21775 -"76639",9687,21794 -"76640",9687,28549 -"76641",9689,17013 -"76642",9689,24398 -"76643",9689,27158 -"76644",9689,40099 -"76645",9689,40494 -"76646",9689,46483 -"76647",9689,47585 -"76648",9689,62407 -"76649",9689,68569 -"76650",9689,73374 -"76651",9689,78925 -"76652",9689,90643 -"76653",9689,92592 -"76654",9689,94027 -"76655",9689,100502 -"76656",9689,105903 -"76657",9689,105988 -"76658",9690,9804 -"76659",9690,9830 -"76660",9690,9870 -"76661",9690,35782 -"76662",9690,53604 -"76663",9691,15426 -"76664",9691,49490 -"76665",9691,72263 -"76666",9692,75305 -"76667",9692,75460 -"76668",9693,82438 -"76669",9694,10207 -"76670",9694,14987 -"76671",9694,15019 -"76672",9694,15205 -"76673",9695,20230 -"76674",9696,9742 -"76675",9696,9901 -"76676",9696,9922 -"76677",9696,47446 -"76678",9696,63029 -"76679",9696,80011 -"76680",9697,13748 -"76681",9697,17416 -"76682",9698,48282 -"76683",9699,24496 -"76684",9699,24671 -"76685",9699,60178 -"76686",9699,90564 -"76687",9699,96074 -"76688",9700,74586 -"76689",9701,10502 -"76690",9701,25062 -"76691",9701,41951 -"76692",9701,51700 -"76693",9701,57394 -"76694",9701,67270 -"76695",9701,81176 -"76696",9702,23521 -"76697",9702,35525 -"76698",9702,51680 -"76699",9702,68801 -"76700",9702,76766 -"76701",9702,91020 -"76702",9702,101743 -"76703",9702,107691 -"76704",9703,18005 -"76705",9703,22116 -"76706",9703,22117 -"76707",9703,22164 -"76708",9703,34600 -"76709",9703,37364 -"76710",9703,45951 -"76711",9703,47232 -"76712",9703,48451 -"76713",9703,91370 -"76714",9703,95707 -"76715",9704,9705 -"76716",9704,34169 -"76717",9704,35107 -"76718",9704,73754 -"76719",9704,86470 -"76720",9704,91061 -"76721",9705,97966 -"76722",9706,27585 -"76723",9706,33863 -"76724",9706,89555 -"76725",9707,9875 -"76726",9708,27444 -"76727",9708,31228 -"76728",9708,38961 -"76729",9708,45603 -"76730",9708,71806 -"76731",9708,120155 -"76732",9708,120186 -"76733",9709,9805 -"76734",9709,11777 -"76735",9709,13413 -"76736",9709,14865 -"76737",9709,20694 -"76738",9709,21260 -"76739",9709,26440 -"76740",9709,35904 -"76741",9709,36205 -"76742",9709,38575 -"76743",9709,43654 -"76744",9709,44289 -"76745",9709,47423 -"76746",9709,50235 -"76747",9709,52656 -"76748",9709,52904 -"76749",9709,53252 -"76750",9709,56474 -"76751",9709,62793 -"76752",9709,66315 -"76753",9709,74112 -"76754",9709,78102 -"76755",9709,79136 -"76756",9709,79183 -"76757",9709,99070 -"76758",9709,99904 -"76759",9709,101155 -"76760",9709,101189 -"76761",9709,102226 -"76762",9710,11000 -"76763",9710,17765 -"76764",9710,36134 -"76765",9710,44085 -"76766",9710,45817 -"76767",9710,46405 -"76768",9710,52575 -"76769",9710,76127 -"76770",9710,88525 -"76771",9711,51103 -"76772",9711,53200 -"76773",9711,67311 -"76774",9711,120140 -"76775",9712,17243 -"76776",9712,72922 -"76777",9712,101112 -"76778",9713,9789 -"76779",9713,20133 -"76780",9713,33395 -"76781",9713,77377 -"76782",9713,91317 -"76783",9714,9916 -"76784",9715,9797 -"76785",9715,9879 -"76786",9716,9800 -"76787",9716,13036 -"76788",9716,19205 -"76789",9716,24261 -"76790",9716,31929 -"76791",9716,32553 -"76792",9716,32582 -"76793",9716,32664 -"76794",9716,40392 -"76795",9716,41185 -"76796",9716,46125 -"76797",9716,52210 -"76798",9716,53270 -"76799",9716,56138 -"76800",9716,58544 -"76801",9716,65360 -"76802",9716,69231 -"76803",9716,69436 -"76804",9716,76839 -"76805",9716,78768 -"76806",9716,83810 -"76807",9716,84757 -"76808",9716,98217 -"76809",9716,105436 -"76810",9716,108403 -"76811",9716,118247 -"76812",9716,118431 -"76813",9717,14396 -"76814",9717,56100 -"76815",9717,81135 -"76816",9717,81180 -"76817",9718,12230 -"76818",9718,49133 -"76819",9718,70621 -"76820",9718,70648 -"76821",9718,94601 -"76822",9718,94723 -"76823",9718,94724 -"76824",9720,9766 -"76825",9720,18357 -"76826",9721,36182 -"76827",9722,13258 -"76828",9722,13759 -"76829",9722,18864 -"76830",9722,34142 -"76831",9722,55083 -"76832",9722,61274 -"76833",9722,82112 -"76834",9723,11239 -"76835",9723,16850 -"76836",9723,19215 -"76837",9723,22580 -"76838",9723,22581 -"76839",9723,22657 -"76840",9723,22709 -"76841",9723,22767 -"76842",9723,26853 -"76843",9723,28535 -"76844",9723,28891 -"76845",9723,31718 -"76846",9723,36187 -"76847",9723,40358 -"76848",9723,42529 -"76849",9723,42578 -"76850",9723,42662 -"76851",9723,43286 -"76852",9723,45382 -"76853",9723,49061 -"76854",9723,49627 -"76855",9723,50077 -"76856",9723,50332 -"76857",9723,54745 -"76858",9723,55611 -"76859",9723,57902 -"76860",9723,59037 -"76861",9724,16713 -"76862",9724,17531 -"76863",9724,21789 -"76864",9724,23550 -"76865",9724,23689 -"76866",9724,29543 -"76867",9724,32350 -"76868",9724,37684 -"76869",9724,38099 -"76870",9724,42956 -"76871",9724,45440 -"76872",9724,53652 -"76873",9724,56491 -"76874",9724,59784 -"76875",9724,68587 -"76876",9724,69220 -"76877",9724,74378 -"76878",9724,74654 -"76879",9724,76450 -"76880",9724,79045 -"76881",9724,89053 -"76882",9724,91763 -"76883",9725,9743 -"76884",9725,32268 -"76885",9725,49189 -"76886",9725,59147 -"76887",9725,101324 -"76888",9725,121269 -"76889",9726,29120 -"76890",9727,10093 -"76891",9727,15463 -"76892",9727,33244 -"76893",9727,58168 -"76894",9727,107951 -"76895",9728,50362 -"76896",9728,50957 -"76897",9728,50958 -"76898",9729,22546 -"76899",9729,36840 -"76900",9729,41853 -"76901",9729,60653 -"76902",9730,9765 -"76903",9730,9770 -"76904",9730,9817 -"76905",9730,9835 -"76906",9730,9844 -"76907",9730,9909 -"76908",9730,9930 -"76909",9730,9931 -"76910",9730,9938 -"76911",9730,81174 -"76912",9731,12770 -"76913",9731,106904 -"76914",9731,106925 -"76915",9732,9795 -"76916",9733,86674 -"76917",9734,15525 -"76918",9734,42538 -"76919",9735,19358 -"76920",9735,32070 -"76921",9735,104161 -"76922",9736,26433 -"76923",9736,31594 -"76924",9736,42192 -"76925",9736,54757 -"76926",9736,54795 -"76927",9737,21384 -"76928",9737,30900 -"76929",9737,35428 -"76930",9737,36798 -"76931",9737,40946 -"76932",9737,42449 -"76933",9737,44704 -"76934",9737,49235 -"76935",9737,55954 -"76936",9737,56556 -"76937",9737,57669 -"76938",9737,59534 -"76939",9737,61783 -"76940",9738,118070 -"76941",9738,118071 -"76942",9739,10070 -"76943",9739,10387 -"76944",9739,10450 -"76945",9739,10546 -"76946",9739,20220 -"76947",9739,20697 -"76948",9739,22120 -"76949",9739,23455 -"76950",9739,29147 -"76951",9739,54805 -"76952",9739,58348 -"76953",9739,62204 -"76954",9739,64864 -"76955",9739,89217 -"76956",9739,90342 -"76957",9739,93755 -"76958",9740,9802 -"76959",9740,9899 -"76960",9740,13551 -"76961",9740,14255 -"76962",9740,19998 -"76963",9740,30544 -"76964",9740,47033 -"76965",9740,73578 -"76966",9740,80003 -"76967",9740,82569 -"76968",9740,84883 -"76969",9740,95238 -"76970",9740,95258 -"76971",9740,98136 -"76972",9740,101256 -"76973",9740,105687 -"76974",9740,105780 -"76975",9740,116294 -"76976",9740,116295 -"76977",9741,13313 -"76978",9741,14441 -"76979",9741,15378 -"76980",9741,17447 -"76981",9741,19034 -"76982",9741,19580 -"76983",9741,19791 -"76984",9741,23386 -"76985",9741,24785 -"76986",9741,31235 -"76987",9741,38780 -"76988",9741,39667 -"76989",9741,47733 -"76990",9741,75883 -"76991",9741,75888 -"76992",9741,75892 -"76993",9741,75893 -"76994",9741,75898 -"76995",9742,9901 -"76996",9742,9922 -"76997",9742,18516 -"76998",9742,46255 -"76999",9742,63029 -"77000",9742,88910 -"77001",9742,92106 -"77002",9742,109005 -"77003",9742,121698 -"77004",9744,9825 -"77005",9745,62330 -"77006",9745,79375 -"77007",9745,83926 -"77008",9746,14084 -"77009",9746,54504 -"77010",9747,43111 -"77011",9747,43194 -"77012",9748,55849 -"77013",9748,57607 -"77014",9749,74300 -"77015",9749,75236 -"77016",9749,103493 -"77017",9750,13700 -"77018",9751,25473 -"77019",9751,67823 -"77020",9751,87243 -"77021",9751,106853 -"77022",9751,119388 -"77023",9751,119394 -"77024",9752,36018 -"77025",9752,78694 -"77026",9752,104198 -"77027",9753,82161 -"77028",9753,114237 -"77029",9754,9755 -"77030",9754,87589 -"77031",9755,55467 -"77032",9755,55478 -"77033",9755,55488 -"77034",9756,20902 -"77035",9756,23101 -"77036",9756,39656 -"77037",9756,40283 -"77038",9756,49974 -"77039",9756,53190 -"77040",9756,58036 -"77041",9756,69366 -"77042",9756,75469 -"77043",9756,86434 -"77044",9756,92273 -"77045",9756,94790 -"77046",9756,97248 -"77047",9756,97267 -"77048",9756,97270 -"77049",9758,9800 -"77050",9758,23974 -"77051",9758,32553 -"77052",9758,32712 -"77053",9758,33533 -"77054",9758,40678 -"77055",9758,45263 -"77056",9758,54865 -"77057",9758,74912 -"77058",9758,76839 -"77059",9758,78695 -"77060",9758,78726 -"77061",9758,78768 -"77062",9758,80834 -"77063",9758,91139 -"77064",9758,91856 -"77065",9758,102163 -"77066",9758,108403 -"77067",9758,110359 -"77068",9759,93834 -"77069",9760,31627 -"77070",9761,66306 -"77071",9761,84153 -"77072",9762,11292 -"77073",9762,13859 -"77074",9762,33965 -"77075",9762,41427 -"77076",9762,44504 -"77077",9762,53323 -"77078",9762,54580 -"77079",9762,66212 -"77080",9762,67531 -"77081",9762,81838 -"77082",9762,88126 -"77083",9762,95162 -"77084",9763,9764 -"77085",9763,30103 -"77086",9763,58187 -"77087",9764,16366 -"77088",9764,33809 -"77089",9764,48222 -"77090",9764,92059 -"77091",9764,92279 -"77092",9765,9770 -"77093",9765,9817 -"77094",9765,9835 -"77095",9765,9844 -"77096",9765,9909 -"77097",9765,9930 -"77098",9765,9931 -"77099",9765,9938 -"77100",9766,9767 -"77101",9766,9892 -"77102",9766,11857 -"77103",9766,15242 -"77104",9766,34819 -"77105",9766,114891 -"77106",9767,9892 -"77107",9767,15854 -"77108",9767,16482 -"77109",9767,17206 -"77110",9767,24358 -"77111",9767,46485 -"77112",9767,50449 -"77113",9767,52306 -"77114",9767,60170 -"77115",9767,74184 -"77116",9767,77705 -"77117",9767,98576 -"77118",9768,13120 -"77119",9768,38787 -"77120",9768,58959 -"77121",9768,58971 -"77122",9768,61338 -"77123",9768,62224 -"77124",9768,79677 -"77125",9768,94477 -"77126",9769,12545 -"77127",9769,12610 -"77128",9769,13163 -"77129",9769,14274 -"77130",9769,18836 -"77131",9769,28369 -"77132",9769,30129 -"77133",9769,35296 -"77134",9769,38648 -"77135",9769,46026 -"77136",9769,53200 -"77137",9769,57330 -"77138",9769,80913 -"77139",9769,86430 -"77140",9769,88484 -"77141",9769,88899 -"77142",9769,89320 -"77143",9769,89760 -"77144",9769,91779 -"77145",9769,91798 -"77146",9769,95469 -"77147",9769,100859 -"77148",9769,114706 -"77149",9769,123298 -"77150",9770,9817 -"77151",9770,9835 -"77152",9770,9844 -"77153",9770,9909 -"77154",9770,9930 -"77155",9770,9931 -"77156",9770,9938 -"77157",9771,9852 -"77158",9771,9935 -"77159",9771,29189 -"77160",9772,34983 -"77161",9772,70039 -"77162",9772,102947 -"77163",9773,31706 -"77164",9773,45974 -"77165",9773,66291 -"77166",9773,66332 -"77167",9774,93533 -"77168",9775,47617 -"77169",9775,47618 -"77170",9776,35441 -"77171",9777,28508 -"77172",9777,32691 -"77173",9777,46017 -"77174",9777,46029 -"77175",9777,46290 -"77176",9777,46323 -"77177",9778,11153 -"77178",9778,32734 -"77179",9778,50644 -"77180",9778,57388 -"77181",9778,57617 -"77182",9778,62695 -"77183",9778,62697 -"77184",9778,65722 -"77185",9778,71697 -"77186",9778,71732 -"77187",9779,13735 -"77188",9779,16590 -"77189",9779,23234 -"77190",9779,25331 -"77191",9779,49921 -"77192",9780,12449 -"77193",9780,15116 -"77194",9780,24066 -"77195",9780,33856 -"77196",9781,28801 -"77197",9781,47389 -"77198",9781,68688 -"77199",9781,70115 -"77200",9782,12394 -"77201",9782,12759 -"77202",9782,18381 -"77203",9782,20688 -"77204",9782,21632 -"77205",9782,24695 -"77206",9782,25373 -"77207",9782,37636 -"77208",9782,38419 -"77209",9782,41723 -"77210",9782,43655 -"77211",9782,45654 -"77212",9782,50585 -"77213",9782,52255 -"77214",9782,58692 -"77215",9782,60039 -"77216",9782,69688 -"77217",9782,69818 -"77218",9782,73148 -"77219",9782,84084 -"77220",9782,91720 -"77221",9782,93421 -"77222",9782,100499 -"77223",9782,109960 -"77224",9782,112326 -"77225",9783,10107 -"77226",9783,12892 -"77227",9783,33649 -"77228",9783,50083 -"77229",9783,55725 -"77230",9783,102648 -"77231",9783,102664 -"77232",9784,10087 -"77233",9784,58813 -"77234",9784,84785 -"77235",9785,15965 -"77236",9785,33522 -"77237",9785,43363 -"77238",9785,44024 -"77239",9785,52526 -"77240",9786,36810 -"77241",9786,36811 -"77242",9786,42335 -"77243",9786,44219 -"77244",9786,54919 -"77245",9786,58521 -"77246",9787,12781 -"77247",9787,12816 -"77248",9787,15506 -"77249",9787,16501 -"77250",9787,18345 -"77251",9787,25163 -"77252",9787,28068 -"77253",9787,33962 -"77254",9787,41633 -"77255",9787,47232 -"77256",9787,48955 -"77257",9787,62280 -"77258",9787,86864 -"77259",9787,86873 -"77260",9788,64609 -"77261",9788,83104 -"77262",9789,20133 -"77263",9790,10303 -"77264",9790,11156 -"77265",9790,12004 -"77266",9790,17756 -"77267",9790,21571 -"77268",9790,22504 -"77269",9790,38426 -"77270",9790,41921 -"77271",9790,52540 -"77272",9790,55060 -"77273",9790,67386 -"77274",9790,85064 -"77275",9790,92460 -"77276",9790,100036 -"77277",9791,16995 -"77278",9791,18135 -"77279",9791,39482 -"77280",9791,41133 -"77281",9791,45565 -"77282",9791,45859 -"77283",9791,59184 -"77284",9791,64439 -"77285",9791,67741 -"77286",9791,76696 -"77287",9792,57326 -"77288",9792,67465 -"77289",9793,10336 -"77290",9793,16921 -"77291",9793,17137 -"77292",9793,32900 -"77293",9793,37036 -"77294",9793,37215 -"77295",9793,48338 -"77296",9793,63445 -"77297",9793,70473 -"77298",9793,81805 -"77299",9793,97466 -"77300",9793,102982 -"77301",9794,36931 -"77302",9794,58590 -"77303",9795,37730 -"77304",9795,44546 -"77305",9795,48599 -"77306",9795,49263 -"77307",9795,54759 -"77308",9795,103110 -"77309",9795,116172 -"77310",9796,27087 -"77311",9797,9879 -"77312",9797,21710 -"77313",9797,112617 -"77314",9797,121800 -"77315",9798,9799 -"77316",9798,43610 -"77317",9798,59010 -"77318",9798,86358 -"77319",9798,112478 -"77320",9798,113808 -"77321",9799,16317 -"77322",9799,20822 -"77323",9799,35781 -"77324",9799,43005 -"77325",9799,43610 -"77326",9799,50741 -"77327",9799,60201 -"77328",9799,62357 -"77329",9799,81888 -"77330",9799,86358 -"77331",9799,86571 -"77332",9799,93710 -"77333",9799,94697 -"77334",9799,99159 -"77335",9799,100880 -"77336",9799,104937 -"77337",9799,111119 -"77338",9800,33215 -"77339",9800,40678 -"77340",9800,45263 -"77341",9800,64131 -"77342",9800,72723 -"77343",9800,75305 -"77344",9800,78726 -"77345",9800,78768 -"77346",9800,84757 -"77347",9800,99599 -"77348",9801,9941 -"77349",9801,11707 -"77350",9801,15373 -"77351",9801,17213 -"77352",9801,25833 -"77353",9801,32339 -"77354",9801,36506 -"77355",9801,84665 -"77356",9801,93817 -"77357",9801,107418 -"77358",9802,9899 -"77359",9802,12717 -"77360",9802,13551 -"77361",9802,14234 -"77362",9802,14266 -"77363",9802,14357 -"77364",9802,14574 -"77365",9802,50191 -"77366",9802,61169 -"77367",9802,82569 -"77368",9802,116294 -"77369",9802,119302 -"77370",9802,119645 -"77371",9803,9828 -"77372",9803,16733 -"77373",9803,21047 -"77374",9803,25556 -"77375",9803,65366 -"77376",9803,84820 -"77377",9804,9830 -"77378",9804,9870 -"77379",9804,12478 -"77380",9804,24977 -"77381",9804,37634 -"77382",9804,39824 -"77383",9804,50954 -"77384",9805,11407 -"77385",9805,24938 -"77386",9805,31509 -"77387",9806,9959 -"77388",9807,25974 -"77389",9807,34916 -"77390",9807,41510 -"77391",9807,45516 -"77392",9807,45585 -"77393",9807,45609 -"77394",9808,14789 -"77395",9808,15073 -"77396",9808,16771 -"77397",9808,20018 -"77398",9808,23197 -"77399",9808,24028 -"77400",9808,24097 -"77401",9808,24125 -"77402",9808,28891 -"77403",9808,46139 -"77404",9808,112439 -"77405",9809,16178 -"77406",9809,31124 -"77407",9809,55970 -"77408",9809,55989 -"77409",9809,73214 -"77410",9809,77641 -"77411",9809,96641 -"77412",9810,9984 -"77413",9810,12502 -"77414",9810,13915 -"77415",9810,25175 -"77416",9810,45370 -"77417",9810,46664 -"77418",9810,65949 -"77419",9811,56454 -"77420",9811,68214 -"77421",9811,88627 -"77422",9811,111608 -"77423",9812,10155 -"77424",9812,32121 -"77425",9812,40441 -"77426",9812,41592 -"77427",9812,55712 -"77428",9813,9888 -"77429",9813,11890 -"77430",9813,53802 -"77431",9813,61790 -"77432",9813,74844 -"77433",9814,9815 -"77434",9814,15783 -"77435",9814,32775 -"77436",9814,60671 -"77437",9814,72434 -"77438",9816,19119 -"77439",9816,20264 -"77440",9816,27350 -"77441",9816,57504 -"77442",9816,67353 -"77443",9816,74432 -"77444",9816,74487 -"77445",9816,74598 -"77446",9816,74600 -"77447",9816,80232 -"77448",9816,82652 -"77449",9816,95776 -"77450",9816,101499 -"77451",9816,116758 -"77452",9817,9835 -"77453",9817,9844 -"77454",9817,9909 -"77455",9817,9930 -"77456",9817,9931 -"77457",9817,9938 -"77458",9817,25681 -"77459",9817,81174 -"77460",9818,21688 -"77461",9818,66923 -"77462",9819,63142 -"77463",9820,10834 -"77464",9821,13533 -"77465",9821,16122 -"77466",9821,19182 -"77467",9821,20326 -"77468",9821,21176 -"77469",9821,21847 -"77470",9821,50701 -"77471",9821,65028 -"77472",9821,71127 -"77473",9821,83998 -"77474",9821,86369 -"77475",9821,86381 -"77476",9822,65768 -"77477",9823,9877 -"77478",9823,10640 -"77479",9823,10830 -"77480",9824,92513 -"77481",9824,104737 -"77482",9825,21662 -"77483",9825,24172 -"77484",9825,24581 -"77485",9825,40701 -"77486",9825,40736 -"77487",9825,46009 -"77488",9825,46191 -"77489",9825,63003 -"77490",9826,72674 -"77491",9826,110876 -"77492",9827,9848 -"77493",9827,9886 -"77494",9827,10765 -"77495",9827,12654 -"77496",9827,70363 -"77497",9827,101418 -"77498",9828,12245 -"77499",9828,71276 -"77500",9828,71311 -"77501",9828,87098 -"77502",9829,9957 -"77503",9829,79513 -"77504",9829,79734 -"77505",9830,9870 -"77506",9830,21374 -"77507",9830,37855 -"77508",9831,13717 -"77509",9831,24275 -"77510",9831,27794 -"77511",9831,58536 -"77512",9831,80975 -"77513",9831,80993 -"77514",9831,84495 -"77515",9832,10118 -"77516",9832,11662 -"77517",9832,17609 -"77518",9832,31177 -"77519",9832,73422 -"77520",9832,86033 -"77521",9832,86756 -"77522",9832,109025 -"77523",9833,12857 -"77524",9833,20249 -"77525",9833,23878 -"77526",9833,25989 -"77527",9833,35667 -"77528",9834,14923 -"77529",9834,23240 -"77530",9834,44065 -"77531",9835,9844 -"77532",9835,9909 -"77533",9835,9930 -"77534",9835,9931 -"77535",9835,9938 -"77536",9836,10276 -"77537",9836,10455 -"77538",9836,36446 -"77539",9836,45377 -"77540",9836,48398 -"77541",9836,56333 -"77542",9836,56341 -"77543",9836,97864 -"77544",9836,112451 -"77545",9836,113918 -"77546",9837,12129 -"77547",9837,18608 -"77548",9837,42282 -"77549",9837,53837 -"77550",9837,82726 -"77551",9837,103184 -"77552",9838,32777 -"77553",9838,40660 -"77554",9838,82128 -"77555",9838,85565 -"77556",9838,107513 -"77557",9839,97363 -"77558",9840,9910 -"77559",9840,11090 -"77560",9840,16478 -"77561",9840,20695 -"77562",9840,21044 -"77563",9840,32124 -"77564",9840,32770 -"77565",9840,40379 -"77566",9840,47536 -"77567",9840,47537 -"77568",9840,47547 -"77569",9840,47639 -"77570",9840,49708 -"77571",9840,53345 -"77572",9840,55066 -"77573",9840,68262 -"77574",9840,71084 -"77575",9840,76701 -"77576",9840,79891 -"77577",9840,80130 -"77578",9840,82737 -"77579",9840,82970 -"77580",9840,83455 -"77581",9840,84591 -"77582",9840,89596 -"77583",9840,95274 -"77584",9840,99767 -"77585",9840,99771 -"77586",9840,99772 -"77587",9840,99775 -"77588",9840,99777 -"77589",9840,101208 -"77590",9840,101766 -"77591",9840,104735 -"77592",9840,104905 -"77593",9840,107619 -"77594",9840,117650 -"77595",9840,117654 -"77596",9840,117665 -"77597",9840,118372 -"77598",9840,122988 -"77599",9841,51587 -"77600",9841,103492 -"77601",9842,15040 -"77602",9843,9905 -"77603",9844,9909 -"77604",9844,9930 -"77605",9844,9931 -"77606",9844,9938 -"77607",9845,24337 -"77608",9845,35488 -"77609",9845,89197 -"77610",9845,95605 -"77611",9846,9847 -"77612",9846,9860 -"77613",9846,84302 -"77614",9847,9860 -"77615",9847,16742 -"77616",9847,42703 -"77617",9847,55205 -"77618",9847,81361 -"77619",9847,98565 -"77620",9847,98571 -"77621",9847,98588 -"77622",9848,9886 -"77623",9848,10765 -"77624",9848,34861 -"77625",9848,73401 -"77626",9851,21445 -"77627",9851,22269 -"77628",9851,24176 -"77629",9851,25035 -"77630",9851,45166 -"77631",9851,76278 -"77632",9852,10875 -"77633",9852,13248 -"77634",9852,13801 -"77635",9852,16059 -"77636",9852,16174 -"77637",9852,16572 -"77638",9852,16740 -"77639",9852,20643 -"77640",9852,22174 -"77641",9852,23148 -"77642",9852,32113 -"77643",9852,34208 -"77644",9852,37922 -"77645",9852,38059 -"77646",9852,41504 -"77647",9852,42219 -"77648",9852,43458 -"77649",9852,47082 -"77650",9852,73289 -"77651",9852,90492 -"77652",9852,107487 -"77653",9852,111407 -"77654",9852,122970 -"77655",9853,39535 -"77656",9853,61642 -"77657",9854,38099 -"77658",9855,14549 -"77659",9855,33464 -"77660",9855,79456 -"77661",9855,82957 -"77662",9855,82994 -"77663",9855,90149 -"77664",9855,90160 -"77665",9856,18452 -"77666",9856,24877 -"77667",9856,41351 -"77668",9856,42379 -"77669",9856,74719 -"77670",9856,81820 -"77671",9856,83061 -"77672",9856,88439 -"77673",9856,97918 -"77674",9856,111105 -"77675",9857,44384 -"77676",9857,84573 -"77677",9858,11556 -"77678",9858,13169 -"77679",9858,14848 -"77680",9858,47495 -"77681",9858,51846 -"77682",9858,58001 -"77683",9858,64762 -"77684",9858,92116 -"77685",9858,99333 -"77686",9858,99597 -"77687",9858,99675 -"77688",9858,99676 -"77689",9858,101635 -"77690",9859,9883 -"77691",9859,17906 -"77692",9859,18869 -"77693",9859,24405 -"77694",9859,40889 -"77695",9860,12164 -"77696",9860,14204 -"77697",9860,16541 -"77698",9860,21512 -"77699",9860,24847 -"77700",9860,34491 -"77701",9860,49200 -"77702",9860,52041 -"77703",9860,53350 -"77704",9860,64862 -"77705",9860,67229 -"77706",9860,97806 -"77707",9861,64116 -"77708",9862,9939 -"77709",9862,14673 -"77710",9862,23752 -"77711",9862,33348 -"77712",9862,86672 -"77713",9862,87310 -"77714",9862,98025 -"77715",9863,56431 -"77716",9863,59394 -"77717",9863,69779 -"77718",9863,88457 -"77719",9863,110886 -"77720",9864,50263 -"77721",9864,59823 -"77722",9865,9951 -"77723",9865,16727 -"77724",9865,22202 -"77725",9865,37519 -"77726",9866,14972 -"77727",9866,15298 -"77728",9866,17134 -"77729",9866,44400 -"77730",9866,54178 -"77731",9866,59633 -"77732",9866,63018 -"77733",9866,67098 -"77734",9867,43154 -"77735",9867,74788 -"77736",9867,76779 -"77737",9867,97802 -"77738",9868,22004 -"77739",9868,51133 -"77740",9868,51835 -"77741",9868,102947 -"77742",9869,45896 -"77743",9869,70626 -"77744",9871,9944 -"77745",9871,13270 -"77746",9871,16539 -"77747",9871,26911 -"77748",9871,27649 -"77749",9871,29158 -"77750",9871,36784 -"77751",9871,38963 -"77752",9871,39159 -"77753",9871,39761 -"77754",9871,45705 -"77755",9871,47049 -"77756",9871,52258 -"77757",9871,52594 -"77758",9871,54152 -"77759",9871,59161 -"77760",9871,59308 -"77761",9871,65700 -"77762",9871,65752 -"77763",9871,82187 -"77764",9871,82332 -"77765",9871,82337 -"77766",9871,82893 -"77767",9871,100924 -"77768",9871,118432 -"77769",9872,11265 -"77770",9872,13934 -"77771",9872,14072 -"77772",9872,17017 -"77773",9872,39755 -"77774",9872,39770 -"77775",9872,41870 -"77776",9872,54059 -"77777",9872,79898 -"77778",9873,38538 -"77779",9873,65004 -"77780",9873,85308 -"77781",9873,95068 -"77782",9873,100068 -"77783",9873,113073 -"77784",9873,118869 -"77785",9874,18283 -"77786",9874,112364 -"77787",9875,34960 -"77788",9875,47155 -"77789",9876,10161 -"77790",9876,14790 -"77791",9876,16383 -"77792",9876,27841 -"77793",9876,28120 -"77794",9876,42824 -"77795",9876,42825 -"77796",9876,42876 -"77797",9876,42907 -"77798",9876,46493 -"77799",9876,46748 -"77800",9876,55507 -"77801",9876,57455 -"77802",9876,58661 -"77803",9876,78380 -"77804",9876,117616 -"77805",9877,10640 -"77806",9877,10830 -"77807",9877,18492 -"77808",9877,27587 -"77809",9877,30836 -"77810",9877,48965 -"77811",9878,22966 -"77812",9878,25004 -"77813",9878,27683 -"77814",9878,62089 -"77815",9878,74450 -"77816",9878,76721 -"77817",9878,78310 -"77818",9878,97540 -"77819",9878,97741 -"77820",9878,105848 -"77821",9879,31057 -"77822",9879,33732 -"77823",9879,45618 -"77824",9879,47575 -"77825",9879,47590 -"77826",9879,59677 -"77827",9879,70105 -"77828",9879,77660 -"77829",9879,86084 -"77830",9880,41266 -"77831",9881,9923 -"77832",9881,14762 -"77833",9881,15430 -"77834",9881,20073 -"77835",9881,20361 -"77836",9881,26579 -"77837",9881,30015 -"77838",9881,30981 -"77839",9881,31515 -"77840",9881,31649 -"77841",9881,34304 -"77842",9881,35916 -"77843",9881,36095 -"77844",9881,41912 -"77845",9881,43594 -"77846",9881,49526 -"77847",9881,54388 -"77848",9881,61857 -"77849",9881,69502 -"77850",9881,82262 -"77851",9881,88571 -"77852",9881,92412 -"77853",9881,100433 -"77854",9881,102417 -"77855",9881,102550 -"77856",9881,107000 -"77857",9882,13175 -"77858",9882,14823 -"77859",9882,48474 -"77860",9882,80257 -"77861",9882,103089 -"77862",9884,19702 -"77863",9884,20204 -"77864",9884,24290 -"77865",9884,24453 -"77866",9884,30675 -"77867",9884,42572 -"77868",9884,57841 -"77869",9884,57959 -"77870",9884,75213 -"77871",9884,79817 -"77872",9884,90510 -"77873",9884,92425 -"77874",9884,108591 -"77875",9884,113802 -"77876",9885,10758 -"77877",9886,10765 -"77878",9886,50937 -"77879",9887,49274 -"77880",9888,20648 -"77881",9888,116967 -"77882",9889,25144 -"77883",9890,71757 -"77884",9891,88741 -"77885",9893,14738 -"77886",9893,17521 -"77887",9893,19901 -"77888",9893,20766 -"77889",9893,34969 -"77890",9893,38313 -"77891",9893,42409 -"77892",9893,75567 -"77893",9893,81779 -"77894",9893,82693 -"77895",9893,91314 -"77896",9893,98196 -"77897",9894,9906 -"77898",9894,16057 -"77899",9894,65369 -"77900",9895,9948 -"77901",9895,11090 -"77902",9895,12914 -"77903",9895,12915 -"77904",9895,14305 -"77905",9895,14398 -"77906",9895,14429 -"77907",9895,15926 -"77908",9895,15995 -"77909",9895,19711 -"77910",9895,25345 -"77911",9895,26760 -"77912",9895,26821 -"77913",9895,29306 -"77914",9895,36330 -"77915",9895,49976 -"77916",9895,56041 -"77917",9895,68251 -"77918",9895,68262 -"77919",9895,73051 -"77920",9895,77947 -"77921",9895,80801 -"77922",9895,84591 -"77923",9895,90070 -"77924",9895,90784 -"77925",9895,99250 -"77926",9895,101208 -"77927",9895,101666 -"77928",9896,48252 -"77929",9896,48753 -"77930",9896,80325 -"77931",9897,23598 -"77932",9897,69677 -"77933",9897,82395 -"77934",9897,84734 -"77935",9897,90639 -"77936",9898,13124 -"77937",9898,14454 -"77938",9898,19827 -"77939",9898,21458 -"77940",9898,29808 -"77941",9898,120620 -"77942",9898,122611 -"77943",9899,12717 -"77944",9899,30839 -"77945",9899,74631 -"77946",9899,111132 -"77947",9899,113426 -"77948",9899,116294 -"77949",9899,116971 -"77950",9901,9922 -"77951",9901,15646 -"77952",9901,16593 -"77953",9901,30501 -"77954",9901,47446 -"77955",9901,52202 -"77956",9901,52369 -"77957",9901,59264 -"77958",9901,63029 -"77959",9901,65223 -"77960",9901,80011 -"77961",9901,82219 -"77962",9901,83101 -"77963",9901,83966 -"77964",9901,84440 -"77965",9901,88074 -"77966",9901,88425 -"77967",9901,88910 -"77968",9901,92106 -"77969",9901,93658 -"77970",9901,95059 -"77971",9901,95354 -"77972",9901,95611 -"77973",9901,99658 -"77974",9901,101802 -"77975",9901,105373 -"77976",9901,108996 -"77977",9901,118232 -"77978",9902,10838 -"77979",9902,11240 -"77980",9902,12862 -"77981",9902,80438 -"77982",9902,97199 -"77983",9903,19146 -"77984",9903,19309 -"77985",9903,23964 -"77986",9903,27442 -"77987",9903,29346 -"77988",9903,31639 -"77989",9903,40368 -"77990",9903,41238 -"77991",9903,52756 -"77992",9903,64857 -"77993",9903,69250 -"77994",9903,71560 -"77995",9903,71947 -"77996",9903,80173 -"77997",9904,18759 -"77998",9904,38160 -"77999",9907,89302 -"78000",9907,106496 -"78001",9907,106502 -"78002",9908,10078 -"78003",9908,25630 -"78004",9908,27867 -"78005",9908,31228 -"78006",9908,79609 -"78007",9908,82798 -"78008",9908,87102 -"78009",9908,87120 -"78010",9908,98028 -"78011",9908,98157 -"78012",9908,98176 -"78013",9909,9930 -"78014",9909,9931 -"78015",9909,9938 -"78016",9909,23174 -"78017",9909,32010 -"78018",9910,9948 -"78019",9910,11090 -"78020",9910,15478 -"78021",9910,15926 -"78022",9910,20695 -"78023",9910,23155 -"78024",9910,26718 -"78025",9910,26719 -"78026",9910,73051 -"78027",9910,88951 -"78028",9910,110336 -"78029",9910,115877 -"78030",9910,120263 -"78031",9910,122558 -"78032",9911,20928 -"78033",9912,11135 -"78034",9912,15809 -"78035",9912,24483 -"78036",9912,27848 -"78037",9912,45487 -"78038",9912,50893 -"78039",9912,63970 -"78040",9912,77217 -"78041",9912,79504 -"78042",9912,93317 -"78043",9912,102999 -"78044",9913,42872 -"78045",9913,55785 -"78046",9913,66004 -"78047",9913,77501 -"78048",9913,88490 -"78049",9913,92246 -"78050",9913,99553 -"78051",9913,100523 -"78052",9914,51295 -"78053",9915,78667 -"78054",9916,13711 -"78055",9916,25430 -"78056",9916,33352 -"78057",9916,84124 -"78058",9916,87898 -"78059",9917,13824 -"78060",9917,106364 -"78061",9918,19685 -"78062",9918,79288 -"78063",9918,79643 -"78064",9919,9920 -"78065",9919,9986 -"78066",9919,10043 -"78067",9919,10053 -"78068",9919,13201 -"78069",9919,23628 -"78070",9919,29202 -"78071",9919,65994 -"78072",9919,93052 -"78073",9919,101748 -"78074",9919,109164 -"78075",9920,9986 -"78076",9920,10043 -"78077",9920,10053 -"78078",9920,13201 -"78079",9920,23628 -"78080",9920,26751 -"78081",9920,29202 -"78082",9920,31520 -"78083",9920,31521 -"78084",9920,31554 -"78085",9920,31659 -"78086",9920,31660 -"78087",9920,40838 -"78088",9920,54113 -"78089",9920,72902 -"78090",9921,10056 -"78091",9921,10195 -"78092",9921,10196 -"78093",9921,20742 -"78094",9921,28028 -"78095",9922,15646 -"78096",9922,16593 -"78097",9922,18516 -"78098",9922,19348 -"78099",9922,47446 -"78100",9922,52369 -"78101",9922,63029 -"78102",9922,80011 -"78103",9922,92106 -"78104",9922,95059 -"78105",9923,41912 -"78106",9924,89362 -"78107",9925,36842 -"78108",9927,13609 -"78109",9927,42744 -"78110",9927,43907 -"78111",9927,58059 -"78112",9928,11218 -"78113",9928,14032 -"78114",9928,45506 -"78115",9929,55372 -"78116",9929,93662 -"78117",9930,9931 -"78118",9930,9938 -"78119",9931,9938 -"78120",9932,24221 -"78121",9932,106880 -"78122",9932,121984 -"78123",9933,12171 -"78124",9933,12410 -"78125",9933,15019 -"78126",9933,15532 -"78127",9933,15908 -"78128",9933,17536 -"78129",9933,18270 -"78130",9933,20449 -"78131",9933,21088 -"78132",9933,23847 -"78133",9933,24012 -"78134",9933,24910 -"78135",9933,25758 -"78136",9933,26537 -"78137",9933,26872 -"78138",9933,28767 -"78139",9933,28871 -"78140",9933,30334 -"78141",9933,35496 -"78142",9933,37610 -"78143",9933,37636 -"78144",9933,39435 -"78145",9933,40131 -"78146",9933,40166 -"78147",9933,40392 -"78148",9933,40905 -"78149",9933,41030 -"78150",9933,41527 -"78151",9933,41529 -"78152",9933,41778 -"78153",9933,43147 -"78154",9933,43234 -"78155",9933,43858 -"78156",9933,44828 -"78157",9933,45657 -"78158",9933,45933 -"78159",9933,46434 -"78160",9933,46788 -"78161",9933,47123 -"78162",9933,47488 -"78163",9933,48909 -"78164",9933,49859 -"78165",9933,50064 -"78166",9933,50067 -"78167",9933,50554 -"78168",9933,50879 -"78169",9933,51783 -"78170",9933,52018 -"78171",9933,53444 -"78172",9933,53527 -"78173",9933,53555 -"78174",9933,54275 -"78175",9933,56628 -"78176",9933,58004 -"78177",9933,58068 -"78178",9933,58633 -"78179",9933,61111 -"78180",9933,61127 -"78181",9933,68287 -"78182",9934,79388 -"78183",9935,10221 -"78184",9935,13068 -"78185",9935,19475 -"78186",9935,19934 -"78187",9935,20832 -"78188",9935,25711 -"78189",9935,30123 -"78190",9935,30586 -"78191",9935,32684 -"78192",9935,33502 -"78193",9935,34394 -"78194",9935,36914 -"78195",9935,38087 -"78196",9935,38109 -"78197",9935,38498 -"78198",9935,40035 -"78199",9935,40797 -"78200",9935,41557 -"78201",9935,54742 -"78202",9935,57675 -"78203",9935,61058 -"78204",9935,61175 -"78205",9935,62844 -"78206",9935,66436 -"78207",9935,66478 -"78208",9935,66503 -"78209",9935,66890 -"78210",9935,119126 -"78211",9935,119127 -"78212",9936,116963 -"78213",9937,27056 -"78214",9937,34611 -"78215",9939,81899 -"78216",9939,84588 -"78217",9939,103661 -"78218",9939,112360 -"78219",9940,40290 -"78220",9940,90478 -"78221",9941,13640 -"78222",9941,25833 -"78223",9941,26205 -"78224",9941,83570 -"78225",9941,83609 -"78226",9941,85299 -"78227",9942,72944 -"78228",9943,16131 -"78229",9944,12923 -"78230",9944,14190 -"78231",9944,15632 -"78232",9944,16539 -"78233",9944,19894 -"78234",9944,24299 -"78235",9944,27649 -"78236",9944,29158 -"78237",9944,36878 -"78238",9944,45705 -"78239",9944,54152 -"78240",9944,65439 -"78241",9944,65700 -"78242",9944,65752 -"78243",9945,11636 -"78244",9945,98278 -"78245",9946,103222 -"78246",9947,20646 -"78247",9947,23999 -"78248",9947,29657 -"78249",9947,34976 -"78250",9947,68280 -"78251",9947,82208 -"78252",9947,93959 -"78253",9947,94595 -"78254",9947,107010 -"78255",9947,107019 -"78256",9947,107024 -"78257",9947,107032 -"78258",9947,107040 -"78259",9947,107058 -"78260",9948,11090 -"78261",9948,14380 -"78262",9948,15926 -"78263",9948,20695 -"78264",9948,29306 -"78265",9948,73051 -"78266",9948,85433 -"78267",9948,107481 -"78268",9948,115877 -"78269",9948,117032 -"78270",9948,117567 -"78271",9949,23610 -"78272",9949,46598 -"78273",9949,69429 -"78274",9949,71515 -"78275",9950,17158 -"78276",9950,18399 -"78277",9950,25069 -"78278",9950,28409 -"78279",9950,35421 -"78280",9950,36781 -"78281",9950,38135 -"78282",9950,42250 -"78283",9950,45182 -"78284",9950,50990 -"78285",9950,51222 -"78286",9950,61031 -"78287",9950,70727 -"78288",9950,82919 -"78289",9950,82929 -"78290",9950,82930 -"78291",9950,84146 -"78292",9950,86423 -"78293",9950,93280 -"78294",9952,20897 -"78295",9952,23123 -"78296",9952,64909 -"78297",9952,84890 -"78298",9952,113475 -"78299",9952,113663 -"78300",9953,12364 -"78301",9953,12509 -"78302",9953,35790 -"78303",9953,37082 -"78304",9953,51417 -"78305",9953,72119 -"78306",9953,72276 -"78307",9953,81101 -"78308",9953,81104 -"78309",9954,12683 -"78310",9954,18985 -"78311",9954,38028 -"78312",9954,48264 -"78313",9954,62504 -"78314",9954,75677 -"78315",9954,75918 -"78316",9954,77960 -"78317",9954,78990 -"78318",9954,82701 -"78319",9954,89671 -"78320",9954,95620 -"78321",9954,100556 -"78322",9954,101170 -"78323",9954,110226 -"78324",9955,20082 -"78325",9955,45827 -"78326",9955,46822 -"78327",9955,51058 -"78328",9955,81618 -"78329",9955,82483 -"78330",9955,84893 -"78331",9955,92553 -"78332",9955,97298 -"78333",9955,100054 -"78334",9956,94483 -"78335",9957,117591 -"78336",9958,11893 -"78337",9958,11955 -"78338",9958,17269 -"78339",9958,26383 -"78340",9958,50210 -"78341",9958,59811 -"78342",9958,72080 -"78343",9959,48403 -"78344",9959,75969 -"78345",9959,78935 -"78346",9959,99110 -"78347",9959,102725 -"78348",9959,119470 -"78349",9959,120166 -"78350",9960,34883 -"78351",9960,57346 -"78352",9960,59032 -"78353",9960,66815 -"78354",9960,83203 -"78355",9960,90097 -"78356",9960,94180 -"78357",9960,111760 -"78358",9961,9963 -"78359",9961,80058 -"78360",9961,85878 -"78361",9961,89346 -"78362",9961,91691 -"78363",9961,98065 -"78364",9961,103429 -"78365",9961,104233 -"78366",9961,104240 -"78367",9962,10083 -"78368",9962,10147 -"78369",9963,30096 -"78370",9963,64257 -"78371",9963,78203 -"78372",9963,78323 -"78373",9963,80058 -"78374",9963,89346 -"78375",9963,98065 -"78376",9963,103429 -"78377",9963,104233 -"78378",9963,104240 -"78379",9964,101181 -"78380",9965,9966 -"78381",9966,91192 -"78382",9966,107915 -"78383",9967,10024 -"78384",9968,17549 -"78385",9968,24456 -"78386",9968,76909 -"78387",9969,46693 -"78388",9969,66699 -"78389",9969,77189 -"78390",9969,96521 -"78391",9970,10086 -"78392",9970,10212 -"78393",9971,10006 -"78394",9971,10096 -"78395",9971,10097 -"78396",9972,13248 -"78397",9972,24353 -"78398",9972,51319 -"78399",9972,55802 -"78400",9972,70715 -"78401",9972,82813 -"78402",9972,84219 -"78403",9972,85708 -"78404",9972,95668 -"78405",9972,100113 -"78406",9972,100148 -"78407",9973,10125 -"78408",9973,10182 -"78409",9974,9992 -"78410",9974,9994 -"78411",9974,9995 -"78412",9974,10060 -"78413",9974,10061 -"78414",9974,10062 -"78415",9974,10063 -"78416",9974,10080 -"78417",9974,10103 -"78418",9974,31646 -"78419",9974,43778 -"78420",9974,43785 -"78421",9974,43838 -"78422",9974,43849 -"78423",9975,17863 -"78424",9975,36415 -"78425",9976,12143 -"78426",9976,28278 -"78427",9976,28778 -"78428",9976,44336 -"78429",9976,45770 -"78430",9976,82250 -"78431",9976,83011 -"78432",9977,10127 -"78433",9977,13631 -"78434",9977,15205 -"78435",9977,20629 -"78436",9977,21711 -"78437",9977,63300 -"78438",9977,64108 -"78439",9977,68135 -"78440",9977,71246 -"78441",9977,72696 -"78442",9977,100309 -"78443",9977,105117 -"78444",9978,11218 -"78445",9978,14855 -"78446",9978,16197 -"78447",9978,16249 -"78448",9978,16352 -"78449",9978,21178 -"78450",9978,21411 -"78451",9978,26818 -"78452",9978,29561 -"78453",9978,33281 -"78454",9978,43191 -"78455",9978,43344 -"78456",9978,48434 -"78457",9978,53134 -"78458",9978,53618 -"78459",9978,54929 -"78460",9978,70806 -"78461",9978,70934 -"78462",9978,71693 -"78463",9978,84434 -"78464",9978,91443 -"78465",9978,94718 -"78466",9979,70131 -"78467",9979,79185 -"78468",9979,79246 -"78469",9980,10017 -"78470",9980,10224 -"78471",9980,25078 -"78472",9980,37392 -"78473",9981,10269 -"78474",9982,26969 -"78475",9982,27911 -"78476",9982,30887 -"78477",9984,12502 -"78478",9984,15806 -"78479",9984,20611 -"78480",9984,31688 -"78481",9984,56706 -"78482",9984,56847 -"78483",9984,56849 -"78484",9985,12737 -"78485",9985,68256 -"78486",9985,69591 -"78487",9985,82371 -"78488",9985,84628 -"78489",9985,101489 -"78490",9986,10043 -"78491",9986,10053 -"78492",9986,13201 -"78493",9986,16056 -"78494",9986,20199 -"78495",9986,23628 -"78496",9986,29202 -"78497",9986,31520 -"78498",9986,31521 -"78499",9986,31554 -"78500",9986,31659 -"78501",9986,31660 -"78502",9986,43431 -"78503",9986,54113 -"78504",9986,57091 -"78505",9986,65994 -"78506",9986,93052 -"78507",9987,26241 -"78508",9987,32775 -"78509",9987,41053 -"78510",9987,45373 -"78511",9987,50323 -"78512",9987,60171 -"78513",9987,66775 -"78514",9987,69758 -"78515",9987,89790 -"78516",9987,95005 -"78517",9988,12195 -"78518",9988,12260 -"78519",9988,12333 -"78520",9989,15415 -"78521",9989,48076 -"78522",9989,58243 -"78523",9990,10099 -"78524",9991,10121 -"78525",9991,22569 -"78526",9991,26337 -"78527",9991,34768 -"78528",9991,42488 -"78529",9991,53311 -"78530",9991,54037 -"78531",9991,59867 -"78532",9991,79032 -"78533",9991,81356 -"78534",9991,112467 -"78535",9992,9994 -"78536",9992,9995 -"78537",9992,10060 -"78538",9992,10061 -"78539",9992,10062 -"78540",9992,10063 -"78541",9992,10080 -"78542",9992,10103 -"78543",9992,38658 -"78544",9992,42307 -"78545",9992,44937 -"78546",9992,61802 -"78547",9992,81582 -"78548",9992,82636 -"78549",9992,82784 -"78550",9992,82800 -"78551",9992,82833 -"78552",9992,82969 -"78553",9992,103012 -"78554",9993,12958 -"78555",9993,13336 -"78556",9993,25008 -"78557",9993,30344 -"78558",9993,33596 -"78559",9993,101250 -"78560",9994,9995 -"78561",9994,10060 -"78562",9994,10061 -"78563",9994,10062 -"78564",9994,10063 -"78565",9994,10080 -"78566",9994,10103 -"78567",9994,28423 -"78568",9994,28481 -"78569",9995,10060 -"78570",9995,10061 -"78571",9995,10062 -"78572",9995,10063 -"78573",9995,10080 -"78574",9995,10103 -"78575",9995,32115 -"78576",9995,32171 -"78577",9995,36795 -"78578",9995,37465 -"78579",9995,59201 -"78580",9995,59302 -"78581",9995,59328 -"78582",9995,66736 -"78583",9996,20138 -"78584",9996,26415 -"78585",9996,51430 -"78586",9997,16781 -"78587",9997,26944 -"78588",9997,26955 -"78589",9997,27532 -"78590",9997,31449 -"78591",9997,54861 -"78592",9997,56222 -"78593",9998,10032 -"78594",9998,10204 -"78595",9998,14522 -"78596",9998,38313 -"78597",9998,38362 -"78598",9999,45821 -"78599",9999,48038 -"78600",9999,77508 -"78601",9999,109105 -"78602",10000,42046 -"78603",10002,38302 -"78604",10002,58955 -"78605",10002,65790 -"78606",10002,71209 -"78607",10002,72187 -"78608",10002,102851 -"78609",10003,10136 -"78610",10003,34377 -"78611",10003,38607 -"78612",10003,59071 -"78613",10003,75637 -"78614",10004,10037 -"78615",10004,26138 -"78616",10004,39484 -"78617",10004,51323 -"78618",10004,67797 -"78619",10004,106161 -"78620",10005,11018 -"78621",10005,11038 -"78622",10005,11129 -"78623",10005,11130 -"78624",10005,19477 -"78625",10005,27350 -"78626",10005,57727 -"78627",10005,63780 -"78628",10006,10096 -"78629",10006,10097 -"78630",10006,32094 -"78631",10006,37837 -"78632",10006,40827 -"78633",10007,23055 -"78634",10007,107454 -"78635",10008,10046 -"78636",10008,12342 -"78637",10009,16428 -"78638",10009,22008 -"78639",10009,57724 -"78640",10009,94814 -"78641",10009,107751 -"78642",10010,20419 -"78643",10010,25490 -"78644",10010,50254 -"78645",10010,54705 -"78646",10010,67556 -"78647",10010,75275 -"78648",10010,120488 -"78649",10011,19044 -"78650",10011,19146 -"78651",10011,56806 -"78652",10011,72326 -"78653",10012,10130 -"78654",10012,18277 -"78655",10012,30488 -"78656",10012,30636 -"78657",10012,32409 -"78658",10012,40041 -"78659",10012,40951 -"78660",10012,41486 -"78661",10012,42748 -"78662",10012,53031 -"78663",10012,58221 -"78664",10012,64395 -"78665",10012,82161 -"78666",10012,82409 -"78667",10012,87566 -"78668",10012,93615 -"78669",10012,101970 -"78670",10012,103426 -"78671",10012,108718 -"78672",10012,119943 -"78673",10012,122098 -"78674",10012,122541 -"78675",10013,10250 -"78676",10014,10819 -"78677",10014,16200 -"78678",10014,21957 -"78679",10014,22243 -"78680",10014,22244 -"78681",10014,23966 -"78682",10014,31332 -"78683",10014,31335 -"78684",10014,51352 -"78685",10014,56211 -"78686",10014,70583 -"78687",10014,80664 -"78688",10014,87907 -"78689",10014,89627 -"78690",10014,91450 -"78691",10014,112104 -"78692",10014,115339 -"78693",10015,13827 -"78694",10015,15316 -"78695",10015,17268 -"78696",10015,26243 -"78697",10015,27689 -"78698",10015,36161 -"78699",10015,41067 -"78700",10015,43922 -"78701",10015,85551 -"78702",10016,29458 -"78703",10016,76771 -"78704",10016,86238 -"78705",10016,90694 -"78706",10017,10224 -"78707",10017,34237 -"78708",10017,34338 -"78709",10017,49524 -"78710",10017,60211 -"78711",10017,66124 -"78712",10017,70859 -"78713",10018,53867 -"78714",10018,72209 -"78715",10019,10124 -"78716",10019,10220 -"78717",10020,51873 -"78718",10020,95166 -"78719",10021,10115 -"78720",10021,11774 -"78721",10021,79324 -"78722",10021,108266 -"78723",10022,10860 -"78724",10022,17672 -"78725",10022,18680 -"78726",10022,33466 -"78727",10022,34142 -"78728",10022,34769 -"78729",10022,35240 -"78730",10022,35829 -"78731",10022,42032 -"78732",10022,59212 -"78733",10022,61351 -"78734",10022,61512 -"78735",10022,69397 -"78736",10022,75352 -"78737",10022,105877 -"78738",10022,116782 -"78739",10023,23270 -"78740",10023,27014 -"78741",10023,32823 -"78742",10023,90328 -"78743",10023,104810 -"78744",10023,109521 -"78745",10023,115452 -"78746",10023,115456 -"78747",10024,11212 -"78748",10024,11423 -"78749",10024,11880 -"78750",10024,26474 -"78751",10024,27535 -"78752",10024,28089 -"78753",10024,38717 -"78754",10024,51102 -"78755",10024,61483 -"78756",10024,62358 -"78757",10024,65305 -"78758",10024,71582 -"78759",10024,74369 -"78760",10024,76252 -"78761",10024,76427 -"78762",10024,81122 -"78763",10024,81817 -"78764",10024,96436 -"78765",10025,21850 -"78766",10026,39262 -"78767",10027,10794 -"78768",10027,28049 -"78769",10027,30884 -"78770",10027,32791 -"78771",10027,32799 -"78772",10027,32816 -"78773",10027,32846 -"78774",10027,32873 -"78775",10027,32887 -"78776",10027,32910 -"78777",10027,32942 -"78778",10027,32987 -"78779",10027,33050 -"78780",10027,33051 -"78781",10027,33109 -"78782",10027,84555 -"78783",10028,18164 -"78784",10028,25386 -"78785",10028,31933 -"78786",10028,83855 -"78787",10029,25985 -"78788",10030,26156 -"78789",10031,36708 -"78790",10031,38461 -"78791",10031,41439 -"78792",10031,45480 -"78793",10031,59039 -"78794",10031,102636 -"78795",10032,10204 -"78796",10032,11055 -"78797",10032,13288 -"78798",10032,14225 -"78799",10032,14294 -"78800",10032,14304 -"78801",10032,14364 -"78802",10032,14384 -"78803",10032,29070 -"78804",10032,38313 -"78805",10032,65405 -"78806",10032,66224 -"78807",10033,10258 -"78808",10033,11023 -"78809",10033,11099 -"78810",10033,14338 -"78811",10033,14401 -"78812",10033,15548 -"78813",10033,17830 -"78814",10033,19807 -"78815",10033,21485 -"78816",10033,23462 -"78817",10033,23581 -"78818",10033,26390 -"78819",10033,26521 -"78820",10033,26531 -"78821",10033,29403 -"78822",10033,30758 -"78823",10033,47188 -"78824",10033,47282 -"78825",10033,50213 -"78826",10033,51245 -"78827",10033,51329 -"78828",10033,59662 -"78829",10033,68096 -"78830",10033,69718 -"78831",10033,72410 -"78832",10033,75686 -"78833",10033,98133 -"78834",10033,101721 -"78835",10034,26333 -"78836",10034,76377 -"78837",10034,93290 -"78838",10034,94908 -"78839",10034,99112 -"78840",10034,99121 -"78841",10034,101999 -"78842",10034,120666 -"78843",10034,122959 -"78844",10035,47917 -"78845",10035,53687 -"78846",10035,54523 -"78847",10035,56274 -"78848",10035,56305 -"78849",10035,56368 -"78850",10035,63296 -"78851",10036,28839 -"78852",10036,30976 -"78853",10036,31050 -"78854",10036,45633 -"78855",10036,48932 -"78856",10036,49144 -"78857",10036,50367 -"78858",10036,71973 -"78859",10036,100717 -"78860",10037,18992 -"78861",10037,19056 -"78862",10037,20313 -"78863",10037,26807 -"78864",10037,33070 -"78865",10037,82030 -"78866",10038,42382 -"78867",10038,102645 -"78868",10039,13707 -"78869",10039,22719 -"78870",10040,10209 -"78871",10040,10260 -"78872",10041,43397 -"78873",10041,59591 -"78874",10041,67629 -"78875",10041,70416 -"78876",10041,104822 -"78877",10042,53769 -"78878",10042,81721 -"78879",10042,100782 -"78880",10042,113863 -"78881",10043,10053 -"78882",10043,13201 -"78883",10043,34543 -"78884",10043,77260 -"78885",10043,77425 -"78886",10043,77426 -"78887",10044,30182 -"78888",10044,41412 -"78889",10044,44627 -"78890",10044,58777 -"78891",10044,66740 -"78892",10044,72782 -"78893",10044,83304 -"78894",10044,83337 -"78895",10044,101231 -"78896",10045,34739 -"78897",10045,60837 -"78898",10047,10427 -"78899",10047,16110 -"78900",10047,24341 -"78901",10047,76084 -"78902",10047,79345 -"78903",10047,88597 -"78904",10047,96542 -"78905",10047,99070 -"78906",10047,101235 -"78907",10047,119236 -"78908",10047,119239 -"78909",10048,11278 -"78910",10048,31303 -"78911",10048,33599 -"78912",10048,33618 -"78913",10048,33690 -"78914",10048,33727 -"78915",10048,90273 -"78916",10049,32654 -"78917",10050,10156 -"78918",10050,14588 -"78919",10050,22289 -"78920",10050,26297 -"78921",10050,28003 -"78922",10050,36445 -"78923",10050,38532 -"78924",10050,42412 -"78925",10050,43852 -"78926",10050,44822 -"78927",10050,48682 -"78928",10050,52319 -"78929",10050,60841 -"78930",10050,63691 -"78931",10050,65529 -"78932",10050,88225 -"78933",10050,89446 -"78934",10050,93951 -"78935",10050,104294 -"78936",10050,105984 -"78937",10050,110383 -"78938",10051,11396 -"78939",10051,36829 -"78940",10052,25897 -"78941",10052,59664 -"78942",10053,13201 -"78943",10053,103728 -"78944",10053,114108 -"78945",10054,35828 -"78946",10054,41640 -"78947",10054,85804 -"78948",10055,11775 -"78949",10056,10195 -"78950",10056,10196 -"78951",10056,17455 -"78952",10056,35623 -"78953",10056,84357 -"78954",10057,60967 -"78955",10057,97338 -"78956",10057,97378 -"78957",10058,69751 -"78958",10059,13790 -"78959",10059,13915 -"78960",10059,17777 -"78961",10059,25288 -"78962",10059,25802 -"78963",10059,28288 -"78964",10059,42985 -"78965",10059,44224 -"78966",10059,50677 -"78967",10059,64744 -"78968",10059,110726 -"78969",10060,10061 -"78970",10060,10062 -"78971",10060,10063 -"78972",10060,10080 -"78973",10060,10103 -"78974",10061,10062 -"78975",10061,10063 -"78976",10061,10080 -"78977",10061,10103 -"78978",10061,38658 -"78979",10061,42307 -"78980",10061,61802 -"78981",10061,79820 -"78982",10061,81582 -"78983",10061,82636 -"78984",10061,82784 -"78985",10061,82800 -"78986",10061,82833 -"78987",10061,82969 -"78988",10061,88836 -"78989",10061,89663 -"78990",10061,89738 -"78991",10061,89740 -"78992",10062,10063 -"78993",10062,10080 -"78994",10062,10103 -"78995",10062,28423 -"78996",10062,28481 -"78997",10063,10080 -"78998",10063,10103 -"78999",10063,38658 -"79000",10063,42307 -"79001",10063,44937 -"79002",10063,61802 -"79003",10063,81582 -"79004",10063,82636 -"79005",10063,82784 -"79006",10063,82800 -"79007",10063,82833 -"79008",10063,82969 -"79009",10063,103012 -"79010",10064,59764 -"79011",10064,117325 -"79012",10065,22574 -"79013",10065,45769 -"79014",10065,67222 -"79015",10065,81503 -"79016",10065,104460 -"79017",10065,113656 -"79018",10065,113662 -"79019",10066,12460 -"79020",10066,17034 -"79021",10066,17052 -"79022",10066,25951 -"79023",10066,30883 -"79024",10066,31413 -"79025",10066,56812 -"79026",10066,63777 -"79027",10066,94019 -"79028",10066,123220 -"79029",10067,20104 -"79030",10067,27399 -"79031",10067,38014 -"79032",10067,39987 -"79033",10067,60664 -"79034",10067,65651 -"79035",10067,65742 -"79036",10067,73010 -"79037",10068,10149 -"79038",10068,13929 -"79039",10068,13970 -"79040",10068,25643 -"79041",10068,26264 -"79042",10068,33612 -"79043",10068,58432 -"79044",10068,58871 -"79045",10068,60656 -"79046",10068,73570 -"79047",10068,74393 -"79048",10068,88439 -"79049",10068,94603 -"79050",10068,99969 -"79051",10068,106714 -"79052",10068,106717 -"79053",10069,25828 -"79054",10069,26797 -"79055",10069,92696 -"79056",10069,96675 -"79057",10069,101058 -"79058",10069,103364 -"79059",10070,10387 -"79060",10070,10450 -"79061",10070,10453 -"79062",10070,10546 -"79063",10070,11552 -"79064",10070,11936 -"79065",10070,15506 -"79066",10070,16987 -"79067",10070,22769 -"79068",10070,23953 -"79069",10070,24919 -"79070",10070,30924 -"79071",10070,36671 -"79072",10070,43858 -"79073",10070,50772 -"79074",10070,51625 -"79075",10070,61435 -"79076",10070,78984 -"79077",10071,13638 -"79078",10071,96262 -"79079",10072,22565 -"79080",10072,22653 -"79081",10072,22787 -"79082",10073,10117 -"79083",10073,11206 -"79084",10073,13264 -"79085",10073,38653 -"79086",10073,53793 -"79087",10073,102345 -"79088",10074,27567 -"79089",10075,18172 -"79090",10076,10143 -"79091",10076,17897 -"79092",10076,29246 -"79093",10076,33965 -"79094",10076,46023 -"79095",10076,86285 -"79096",10076,119520 -"79097",10077,17306 -"79098",10077,19497 -"79099",10077,36152 -"79100",10077,43428 -"79101",10077,70711 -"79102",10077,76855 -"79103",10077,81002 -"79104",10077,89784 -"79105",10077,109390 -"79106",10078,25630 -"79107",10078,27867 -"79108",10078,63572 -"79109",10078,84006 -"79110",10078,92477 -"79111",10078,110782 -"79112",10079,13294 -"79113",10079,13781 -"79114",10079,14108 -"79115",10079,15841 -"79116",10079,17013 -"79117",10079,19975 -"79118",10079,20000 -"79119",10079,20407 -"79120",10079,21133 -"79121",10079,22072 -"79122",10079,22641 -"79123",10079,24326 -"79124",10079,24429 -"79125",10079,28808 -"79126",10079,31951 -"79127",10079,32940 -"79128",10079,38213 -"79129",10079,41713 -"79130",10079,46621 -"79131",10079,47585 -"79132",10079,49620 -"79133",10079,52136 -"79134",10079,55795 -"79135",10079,61785 -"79136",10079,64361 -"79137",10079,71176 -"79138",10079,74636 -"79139",10079,74659 -"79140",10079,75921 -"79141",10079,76029 -"79142",10079,78582 -"79143",10079,80222 -"79144",10079,80305 -"79145",10079,81250 -"79146",10079,82315 -"79147",10079,82965 -"79148",10079,83578 -"79149",10079,83865 -"79150",10079,84607 -"79151",10079,88232 -"79152",10079,88237 -"79153",10079,88895 -"79154",10079,91411 -"79155",10079,91562 -"79156",10079,94909 -"79157",10079,96144 -"79158",10079,96146 -"79159",10079,96837 -"79160",10079,97766 -"79161",10079,101016 -"79162",10079,104286 -"79163",10079,114622 -"79164",10080,10103 -"79165",10080,19195 -"79166",10080,38658 -"79167",10080,42307 -"79168",10080,57698 -"79169",10080,61802 -"79170",10080,74430 -"79171",10080,77428 -"79172",10080,81582 -"79173",10080,82636 -"79174",10080,82784 -"79175",10080,82800 -"79176",10080,82833 -"79177",10080,82969 -"79178",10080,112550 -"79179",10080,112557 -"79180",10080,112558 -"79181",10080,112563 -"79182",10081,16587 -"79183",10081,18554 -"79184",10081,23071 -"79185",10081,39967 -"79186",10081,49092 -"79187",10081,58413 -"79188",10081,60424 -"79189",10081,67182 -"79190",10081,68600 -"79191",10082,90953 -"79192",10082,108293 -"79193",10083,10147 -"79194",10083,56205 -"79195",10084,28250 -"79196",10084,58880 -"79197",10085,52885 -"79198",10086,10212 -"79199",10086,64821 -"79200",10087,11127 -"79201",10087,22553 -"79202",10087,30153 -"79203",10087,33491 -"79204",10087,48918 -"79205",10087,84785 -"79206",10087,89743 -"79207",10087,94602 -"79208",10088,14387 -"79209",10088,21518 -"79210",10088,42792 -"79211",10089,20309 -"79212",10089,23900 -"79213",10089,54538 -"79214",10090,10582 -"79215",10090,20891 -"79216",10090,24041 -"79217",10090,24176 -"79218",10090,24191 -"79219",10090,25035 -"79220",10090,31969 -"79221",10090,41992 -"79222",10090,78377 -"79223",10090,78677 -"79224",10090,84044 -"79225",10090,90664 -"79226",10090,92192 -"79227",10090,105158 -"79228",10091,14794 -"79229",10091,20071 -"79230",10091,20235 -"79231",10091,21298 -"79232",10091,24242 -"79233",10091,57413 -"79234",10091,101552 -"79235",10091,112573 -"79236",10092,57209 -"79237",10092,78243 -"79238",10093,15463 -"79239",10093,67026 -"79240",10093,67054 -"79241",10093,67055 -"79242",10093,67326 -"79243",10093,67343 -"79244",10093,107951 -"79245",10093,119692 -"79246",10094,86671 -"79247",10095,32979 -"79248",10095,52339 -"79249",10095,53090 -"79250",10095,57846 -"79251",10095,68499 -"79252",10095,71852 -"79253",10095,74938 -"79254",10095,82473 -"79255",10095,112795 -"79256",10095,113360 -"79257",10095,119602 -"79258",10095,123473 -"79259",10096,10097 -"79260",10097,10739 -"79261",10097,28997 -"79262",10097,32094 -"79263",10097,45520 -"79264",10098,10480 -"79265",10098,10481 -"79266",10098,10482 -"79267",10098,10533 -"79268",10098,10633 -"79269",10098,10650 -"79270",10098,11168 -"79271",10098,18120 -"79272",10098,27030 -"79273",10098,36554 -"79274",10098,43736 -"79275",10098,47726 -"79276",10098,51546 -"79277",10098,57594 -"79278",10098,60306 -"79279",10098,66153 -"79280",10098,101993 -"79281",10098,113486 -"79282",10099,22627 -"79283",10099,23861 -"79284",10099,24433 -"79285",10099,33524 -"79286",10099,33850 -"79287",10099,39564 -"79288",10099,74974 -"79289",10100,73750 -"79290",10100,75901 -"79291",10100,78806 -"79292",10100,82045 -"79293",10100,95469 -"79294",10101,10144 -"79295",10102,10183 -"79296",10102,43308 -"79297",10102,55769 -"79298",10102,65561 -"79299",10102,111257 -"79300",10103,58252 -"79301",10104,10145 -"79302",10104,10146 -"79303",10104,10254 -"79304",10104,14000 -"79305",10104,16614 -"79306",10104,17059 -"79307",10104,17102 -"79308",10104,17211 -"79309",10104,17212 -"79310",10104,17355 -"79311",10104,18165 -"79312",10104,19744 -"79313",10104,19980 -"79314",10104,21420 -"79315",10104,23098 -"79316",10104,26623 -"79317",10104,29172 -"79318",10104,29332 -"79319",10104,30622 -"79320",10104,30665 -"79321",10104,30697 -"79322",10104,31525 -"79323",10104,32190 -"79324",10104,32294 -"79325",10104,40030 -"79326",10104,41558 -"79327",10104,43087 -"79328",10104,46757 -"79329",10104,50358 -"79330",10104,56905 -"79331",10104,90582 -"79332",10105,14666 -"79333",10105,20326 -"79334",10105,20737 -"79335",10105,23526 -"79336",10105,23626 -"79337",10105,23715 -"79338",10105,24443 -"79339",10105,29715 -"79340",10105,30875 -"79341",10105,31307 -"79342",10105,69791 -"79343",10105,106249 -"79344",10105,120094 -"79345",10105,120875 -"79346",10106,10164 -"79347",10106,33996 -"79348",10107,16082 -"79349",10107,36212 -"79350",10107,54381 -"79351",10108,14909 -"79352",10108,54619 -"79353",10108,74341 -"79354",10109,18204 -"79355",10110,10153 -"79356",10111,10255 -"79357",10112,10494 -"79358",10112,37199 -"79359",10112,52707 -"79360",10112,76942 -"79361",10112,81001 -"79362",10112,98759 -"79363",10113,24701 -"79364",10114,111992 -"79365",10114,121627 -"79366",10115,79324 -"79367",10115,108266 -"79368",10116,27016 -"79369",10116,27393 -"79370",10116,31443 -"79371",10116,40098 -"79372",10117,12391 -"79373",10117,12889 -"79374",10117,18600 -"79375",10117,18767 -"79376",10117,20072 -"79377",10117,21505 -"79378",10117,21607 -"79379",10117,21665 -"79380",10117,23861 -"79381",10117,32630 -"79382",10117,34564 -"79383",10117,34620 -"79384",10117,38525 -"79385",10117,41713 -"79386",10117,42087 -"79387",10117,42201 -"79388",10117,45047 -"79389",10117,45980 -"79390",10117,48202 -"79391",10117,48212 -"79392",10117,53132 -"79393",10117,53227 -"79394",10117,55111 -"79395",10117,58628 -"79396",10117,61801 -"79397",10117,64350 -"79398",10117,73044 -"79399",10117,73058 -"79400",10117,73335 -"79401",10117,78063 -"79402",10117,78413 -"79403",10117,78429 -"79404",10117,78569 -"79405",10117,82143 -"79406",10117,83231 -"79407",10117,86471 -"79408",10117,90804 -"79409",10117,91022 -"79410",10117,91045 -"79411",10117,95675 -"79412",10117,101516 -"79413",10117,102387 -"79414",10117,108374 -"79415",10117,108893 -"79416",10117,109101 -"79417",10117,109523 -"79418",10117,110993 -"79419",10117,111338 -"79420",10117,111398 -"79421",10117,111409 -"79422",10117,111480 -"79423",10117,112422 -"79424",10117,112648 -"79425",10117,112708 -"79426",10117,112820 -"79427",10117,112997 -"79428",10117,113597 -"79429",10117,114418 -"79430",10117,114582 -"79431",10117,115371 -"79432",10117,116028 -"79433",10117,116604 -"79434",10117,117798 -"79435",10117,117809 -"79436",10117,117819 -"79437",10119,12121 -"79438",10119,13759 -"79439",10119,32707 -"79440",10119,78778 -"79441",10119,79913 -"79442",10119,112898 -"79443",10120,31268 -"79444",10120,62194 -"79445",10120,110710 -"79446",10120,111709 -"79447",10120,119136 -"79448",10121,15569 -"79449",10121,22569 -"79450",10121,26337 -"79451",10121,47190 -"79452",10121,53311 -"79453",10121,68029 -"79454",10121,78157 -"79455",10121,81356 -"79456",10121,93927 -"79457",10121,96550 -"79458",10123,10208 -"79459",10123,29305 -"79460",10123,34833 -"79461",10123,35406 -"79462",10123,36449 -"79463",10123,41916 -"79464",10123,43159 -"79465",10123,55273 -"79466",10123,64468 -"79467",10123,87443 -"79468",10124,10220 -"79469",10124,15270 -"79470",10124,17905 -"79471",10124,22039 -"79472",10124,22533 -"79473",10124,52022 -"79474",10124,74074 -"79475",10124,86083 -"79476",10124,86117 -"79477",10125,10182 -"79478",10125,65224 -"79479",10125,71080 -"79480",10125,71083 -"79481",10125,71149 -"79482",10126,42509 -"79483",10126,72727 -"79484",10126,112713 -"79485",10127,11580 -"79486",10127,11949 -"79487",10127,13864 -"79488",10127,16608 -"79489",10127,20629 -"79490",10127,20914 -"79491",10127,22857 -"79492",10127,37055 -"79493",10127,68698 -"79494",10127,68903 -"79495",10127,76884 -"79496",10127,106195 -"79497",10127,121968 -"79498",10128,15151 -"79499",10128,16613 -"79500",10128,16814 -"79501",10128,17159 -"79502",10128,20580 -"79503",10128,21146 -"79504",10128,26138 -"79505",10128,30954 -"79506",10128,33278 -"79507",10128,39100 -"79508",10128,46944 -"79509",10128,71745 -"79510",10128,75886 -"79511",10128,84422 -"79512",10128,97261 -"79513",10128,97266 -"79514",10128,98025 -"79515",10128,98099 -"79516",10128,107421 -"79517",10129,13806 -"79518",10129,29116 -"79519",10129,41323 -"79520",10129,43361 -"79521",10129,50148 -"79522",10129,64526 -"79523",10129,69139 -"79524",10129,74211 -"79525",10129,77592 -"79526",10129,77661 -"79527",10129,79041 -"79528",10129,85013 -"79529",10130,83148 -"79530",10130,94850 -"79531",10130,105301 -"79532",10130,113283 -"79533",10130,114398 -"79534",10130,120032 -"79535",10131,31177 -"79536",10132,42579 -"79537",10132,46430 -"79538",10132,78355 -"79539",10133,10207 -"79540",10133,36786 -"79541",10135,10188 -"79542",10135,18233 -"79543",10135,21511 -"79544",10135,34308 -"79545",10135,41372 -"79546",10135,48215 -"79547",10135,53006 -"79548",10135,58371 -"79549",10135,64018 -"79550",10135,71599 -"79551",10135,88721 -"79552",10135,100496 -"79553",10135,111306 -"79554",10135,111312 -"79555",10135,111732 -"79556",10135,116832 -"79557",10137,63586 -"79558",10137,87322 -"79559",10138,15117 -"79560",10138,17737 -"79561",10138,28893 -"79562",10138,56794 -"79563",10138,73035 -"79564",10139,44615 -"79565",10140,13807 -"79566",10140,16106 -"79567",10140,28358 -"79568",10140,30017 -"79569",10140,33682 -"79570",10140,41187 -"79571",10140,49164 -"79572",10140,55449 -"79573",10140,76574 -"79574",10140,105618 -"79575",10141,10214 -"79576",10141,10650 -"79577",10141,11005 -"79578",10141,46763 -"79579",10141,114303 -"79580",10142,12170 -"79581",10142,13658 -"79582",10142,17663 -"79583",10142,18957 -"79584",10142,65101 -"79585",10143,11450 -"79586",10143,11682 -"79587",10143,12456 -"79588",10143,15235 -"79589",10143,20343 -"79590",10143,28091 -"79591",10143,28274 -"79592",10143,30092 -"79593",10143,30827 -"79594",10143,40146 -"79595",10143,40579 -"79596",10143,42216 -"79597",10143,55084 -"79598",10143,71594 -"79599",10143,113434 -"79600",10144,50602 -"79601",10144,51756 -"79602",10145,10146 -"79603",10145,10254 -"79604",10145,11559 -"79605",10145,13551 -"79606",10145,14000 -"79607",10145,14001 -"79608",10145,14145 -"79609",10145,16614 -"79610",10145,17059 -"79611",10145,18165 -"79612",10145,19744 -"79613",10145,19980 -"79614",10145,29332 -"79615",10145,30827 -"79616",10145,32513 -"79617",10145,43087 -"79618",10145,46757 -"79619",10145,47549 -"79620",10145,61706 -"79621",10145,68217 -"79622",10146,10254 -"79623",10146,11559 -"79624",10146,12717 -"79625",10146,14000 -"79626",10146,16614 -"79627",10146,17059 -"79628",10146,17212 -"79629",10146,30074 -"79630",10146,30176 -"79631",10146,33309 -"79632",10146,42895 -"79633",10146,46757 -"79634",10146,66129 -"79635",10146,79024 -"79636",10146,105003 -"79637",10146,105043 -"79638",10147,12574 -"79639",10147,78954 -"79640",10147,78981 -"79641",10148,10181 -"79642",10148,10628 -"79643",10148,14544 -"79644",10148,21472 -"79645",10148,23508 -"79646",10148,27124 -"79647",10148,36258 -"79648",10148,42715 -"79649",10148,84405 -"79650",10148,108540 -"79651",10148,114922 -"79652",10149,20178 -"79653",10149,23989 -"79654",10149,71807 -"79655",10151,10322 -"79656",10151,20083 -"79657",10151,28838 -"79658",10151,56254 -"79659",10151,83051 -"79660",10151,107185 -"79661",10151,115821 -"79662",10151,115839 -"79663",10152,16925 -"79664",10152,68315 -"79665",10152,69950 -"79666",10154,10229 -"79667",10156,47648 -"79668",10156,74005 -"79669",10157,52064 -"79670",10157,61298 -"79671",10158,10843 -"79672",10158,12790 -"79673",10158,22870 -"79674",10158,25797 -"79675",10158,27261 -"79676",10158,31683 -"79677",10158,31693 -"79678",10158,31814 -"79679",10158,31909 -"79680",10158,33433 -"79681",10158,35251 -"79682",10158,53083 -"79683",10158,53108 -"79684",10158,53513 -"79685",10158,73848 -"79686",10158,82149 -"79687",10158,85188 -"79688",10158,101780 -"79689",10159,46676 -"79690",10159,46765 -"79691",10159,70908 -"79692",10159,75310 -"79693",10159,87323 -"79694",10160,27449 -"79695",10160,48005 -"79696",10160,62456 -"79697",10160,123329 -"79698",10161,14790 -"79699",10161,35755 -"79700",10161,46748 -"79701",10161,57455 -"79702",10161,58661 -"79703",10161,77958 -"79704",10162,14352 -"79705",10162,25218 -"79706",10162,50798 -"79707",10162,57823 -"79708",10163,28604 -"79709",10163,52808 -"79710",10163,53985 -"79711",10163,59467 -"79712",10163,66618 -"79713",10163,89064 -"79714",10164,14144 -"79715",10164,29337 -"79716",10164,30052 -"79717",10164,32663 -"79718",10164,34444 -"79719",10164,34654 -"79720",10164,35798 -"79721",10164,35955 -"79722",10164,52299 -"79723",10164,60421 -"79724",10164,62729 -"79725",10164,75690 -"79726",10165,20341 -"79727",10165,55029 -"79728",10166,28889 -"79729",10166,43898 -"79730",10166,54394 -"79731",10166,83997 -"79732",10167,41311 -"79733",10167,68558 -"79734",10168,47208 -"79735",10169,15962 -"79736",10170,21596 -"79737",10171,19924 -"79738",10171,122391 -"79739",10172,103139 -"79740",10172,114528 -"79741",10173,10701 -"79742",10173,12807 -"79743",10173,13951 -"79744",10173,14427 -"79745",10173,16871 -"79746",10173,16963 -"79747",10173,17556 -"79748",10173,17676 -"79749",10173,21450 -"79750",10173,24515 -"79751",10173,24760 -"79752",10173,26527 -"79753",10173,26597 -"79754",10173,30966 -"79755",10173,33723 -"79756",10173,43701 -"79757",10173,52648 -"79758",10173,87321 -"79759",10174,10226 -"79760",10174,58779 -"79761",10175,28707 -"79762",10175,46522 -"79763",10175,68735 -"79764",10175,72332 -"79765",10175,110824 -"79766",10177,104718 -"79767",10178,118044 -"79768",10178,122458 -"79769",10179,33913 -"79770",10180,17890 -"79771",10180,79123 -"79772",10181,22407 -"79773",10181,22750 -"79774",10181,22762 -"79775",10181,23508 -"79776",10181,36258 -"79777",10181,45186 -"79778",10181,60603 -"79779",10182,83320 -"79780",10183,43463 -"79781",10184,27824 -"79782",10184,42941 -"79783",10184,49998 -"79784",10184,106809 -"79785",10184,114830 -"79786",10185,29612 -"79787",10185,88686 -"79788",10186,50529 -"79789",10187,101924 -"79790",10189,14712 -"79791",10189,25987 -"79792",10189,42644 -"79793",10189,60672 -"79794",10189,100959 -"79795",10189,101032 -"79796",10192,26730 -"79797",10192,31138 -"79798",10192,46564 -"79799",10192,46927 -"79800",10192,69140 -"79801",10192,102361 -"79802",10192,115415 -"79803",10192,115442 -"79804",10192,115488 -"79805",10193,30288 -"79806",10194,28874 -"79807",10194,34015 -"79808",10194,64949 -"79809",10194,74087 -"79810",10194,74365 -"79811",10194,102096 -"79812",10194,102120 -"79813",10195,10196 -"79814",10196,20585 -"79815",10196,26608 -"79816",10196,43275 -"79817",10196,72744 -"79818",10197,12778 -"79819",10197,18034 -"79820",10197,18192 -"79821",10198,21422 -"79822",10198,23001 -"79823",10198,52485 -"79824",10198,61220 -"79825",10198,92296 -"79826",10199,14914 -"79827",10199,26425 -"79828",10199,27229 -"79829",10199,38612 -"79830",10199,39236 -"79831",10199,82655 -"79832",10200,10502 -"79833",10200,33805 -"79834",10200,68923 -"79835",10200,102549 -"79836",10201,10217 -"79837",10201,17716 -"79838",10201,49033 -"79839",10202,11572 -"79840",10202,13553 -"79841",10202,17221 -"79842",10202,23086 -"79843",10202,23133 -"79844",10202,28162 -"79845",10202,55775 -"79846",10202,62324 -"79847",10202,88543 -"79848",10203,53539 -"79849",10203,83967 -"79850",10204,13288 -"79851",10204,14225 -"79852",10204,14294 -"79853",10204,14304 -"79854",10204,14364 -"79855",10204,14384 -"79856",10205,11654 -"79857",10205,14520 -"79858",10205,14578 -"79859",10205,15012 -"79860",10205,71565 -"79861",10205,73926 -"79862",10205,90909 -"79863",10205,94279 -"79864",10205,94350 -"79865",10206,21468 -"79866",10206,75891 -"79867",10206,99044 -"79868",10206,107635 -"79869",10206,119372 -"79870",10207,11965 -"79871",10207,14987 -"79872",10207,15019 -"79873",10207,15205 -"79874",10207,28758 -"79875",10207,36786 -"79876",10207,48564 -"79877",10207,69271 -"79878",10207,88793 -"79879",10208,12445 -"79880",10208,31596 -"79881",10208,33341 -"79882",10208,35406 -"79883",10208,36449 -"79884",10208,41916 -"79885",10208,55273 -"79886",10208,61074 -"79887",10208,64468 -"79888",10208,64499 -"79889",10208,74187 -"79890",10208,77800 -"79891",10208,80391 -"79892",10208,104636 -"79893",10209,10260 -"79894",10210,12380 -"79895",10210,35715 -"79896",10210,51916 -"79897",10210,71874 -"79898",10210,110772 -"79899",10211,39233 -"79900",10211,93578 -"79901",10212,52635 -"79902",10212,94137 -"79903",10213,48297 -"79904",10213,78807 -"79905",10213,99033 -"79906",10213,99821 -"79907",10213,120622 -"79908",10213,120624 -"79909",10215,23081 -"79910",10215,23259 -"79911",10215,23268 -"79912",10215,23533 -"79913",10215,50693 -"79914",10215,60876 -"79915",10215,63170 -"79916",10215,95958 -"79917",10215,96008 -"79918",10215,96223 -"79919",10216,22376 -"79920",10217,17716 -"79921",10217,49033 -"79922",10218,20994 -"79923",10218,25128 -"79924",10218,35109 -"79925",10218,39658 -"79926",10218,48921 -"79927",10218,51427 -"79928",10218,66141 -"79929",10218,76194 -"79930",10218,76212 -"79931",10218,81600 -"79932",10218,92494 -"79933",10218,99584 -"79934",10218,110747 -"79935",10219,28893 -"79936",10219,52404 -"79937",10219,74206 -"79938",10220,26597 -"79939",10220,26604 -"79940",10220,56590 -"79941",10221,10652 -"79942",10221,13068 -"79943",10221,14235 -"79944",10221,17838 -"79945",10221,19934 -"79946",10221,20832 -"79947",10221,40926 -"79948",10221,42069 -"79949",10221,57675 -"79950",10221,61175 -"79951",10221,62699 -"79952",10221,62844 -"79953",10221,73976 -"79954",10221,89834 -"79955",10221,90003 -"79956",10222,11142 -"79957",10222,14631 -"79958",10222,14983 -"79959",10222,16583 -"79960",10222,21003 -"79961",10222,24198 -"79962",10222,30636 -"79963",10222,34653 -"79964",10222,40895 -"79965",10222,42188 -"79966",10222,42748 -"79967",10222,46512 -"79968",10222,47277 -"79969",10222,47939 -"79970",10222,49348 -"79971",10222,54694 -"79972",10222,60085 -"79973",10222,78300 -"79974",10222,81413 -"79975",10222,102414 -"79976",10222,107371 -"79977",10223,17687 -"79978",10223,26869 -"79979",10223,27467 -"79980",10223,42948 -"79981",10223,60536 -"79982",10223,67137 -"79983",10223,94335 -"79984",10224,44134 -"79985",10225,25727 -"79986",10225,41719 -"79987",10225,46850 -"79988",10225,49402 -"79989",10225,66950 -"79990",10225,69257 -"79991",10225,88462 -"79992",10225,92077 -"79993",10225,92285 -"79994",10225,92305 -"79995",10225,95804 -"79996",10225,99263 -"79997",10225,99491 -"79998",10225,99677 -"79999",10225,104266 -"80000",10225,105019 -"80001",10225,105030 -"80002",10225,110563 -"80003",10226,12506 -"80004",10227,21158 -"80005",10227,30493 -"80006",10227,37946 -"80007",10227,53763 -"80008",10227,54081 -"80009",10227,64310 -"80010",10228,57725 -"80011",10228,58359 -"80012",10228,67641 -"80013",10229,31479 -"80014",10230,15921 -"80015",10230,29387 -"80016",10230,29818 -"80017",10230,43419 -"80018",10230,71219 -"80019",10230,107877 -"80020",10231,27496 -"80021",10231,78438 -"80022",10231,79032 -"80023",10231,86978 -"80024",10232,18118 -"80025",10232,48937 -"80026",10232,86032 -"80027",10233,10531 -"80028",10233,13705 -"80029",10233,17585 -"80030",10233,25148 -"80031",10233,33450 -"80032",10233,38320 -"80033",10233,42852 -"80034",10233,47927 -"80035",10233,48325 -"80036",10233,48389 -"80037",10233,54802 -"80038",10233,56740 -"80039",10233,56993 -"80040",10233,79534 -"80041",10233,87416 -"80042",10233,89453 -"80043",10233,103089 -"80044",10233,109489 -"80045",10234,10437 -"80046",10235,10278 -"80047",10235,39674 -"80048",10236,28537 -"80049",10236,28726 -"80050",10236,43703 -"80051",10236,80210 -"80052",10237,36353 -"80053",10237,37310 -"80054",10237,48418 -"80055",10237,51845 -"80056",10238,10325 -"80057",10238,10327 -"80058",10238,10505 -"80059",10238,10506 -"80060",10239,17612 -"80061",10239,25710 -"80062",10239,27987 -"80063",10239,33380 -"80064",10239,40295 -"80065",10239,48869 -"80066",10239,70024 -"80067",10239,85871 -"80068",10239,87472 -"80069",10240,50456 -"80070",10240,71371 -"80071",10240,106090 -"80072",10240,108525 -"80073",10240,112068 -"80074",10241,10308 -"80075",10241,10469 -"80076",10241,10507 -"80077",10241,15952 -"80078",10241,22434 -"80079",10241,31979 -"80080",10241,33555 -"80081",10241,42508 -"80082",10241,42937 -"80083",10241,44635 -"80084",10241,45970 -"80085",10241,47982 -"80086",10241,48066 -"80087",10241,48179 -"80088",10241,55517 -"80089",10241,57390 -"80090",10241,58241 -"80091",10241,58250 -"80092",10241,58294 -"80093",10241,58306 -"80094",10241,58353 -"80095",10241,58364 -"80096",10241,58430 -"80097",10241,59120 -"80098",10241,60976 -"80099",10241,64921 -"80100",10242,28391 -"80101",10242,62340 -"80102",10242,62374 -"80103",10242,84744 -"80104",10243,11324 -"80105",10243,11390 -"80106",10243,11391 -"80107",10243,11468 -"80108",10243,85134 -"80109",10243,85164 -"80110",10244,10472 -"80111",10244,10591 -"80112",10244,21055 -"80113",10244,35086 -"80114",10244,97191 -"80115",10244,97212 -"80116",10244,105227 -"80117",10245,68095 -"80118",10245,104745 -"80119",10245,114079 -"80120",10246,11765 -"80121",10246,16397 -"80122",10246,85036 -"80123",10246,95739 -"80124",10246,95769 -"80125",10247,10282 -"80126",10247,10406 -"80127",10247,10514 -"80128",10247,10515 -"80129",10247,11370 -"80130",10247,11497 -"80131",10247,30082 -"80132",10247,30888 -"80133",10247,43698 -"80134",10247,48744 -"80135",10247,52603 -"80136",10247,62985 -"80137",10247,75371 -"80138",10247,81343 -"80139",10247,96321 -"80140",10247,96337 -"80141",10247,99731 -"80142",10247,101323 -"80143",10247,102845 -"80144",10247,104957 -"80145",10247,109815 -"80146",10247,111066 -"80147",10247,113278 -"80148",10247,113314 -"80149",10247,114723 -"80150",10247,116644 -"80151",10247,117804 -"80152",10247,121414 -"80153",10247,122345 -"80154",10247,122353 -"80155",10247,122358 -"80156",10247,122360 -"80157",10247,122366 -"80158",10247,122367 -"80159",10247,122376 -"80160",10247,122383 -"80161",10247,122393 -"80162",10247,122394 -"80163",10247,122398 -"80164",10247,122402 -"80165",10247,122403 -"80166",10247,122409 -"80167",10247,122412 -"80168",10247,122414 -"80169",10247,122415 -"80170",10247,122417 -"80171",10247,122418 -"80172",10247,122421 -"80173",10247,122422 -"80174",10247,122437 -"80175",10247,122438 -"80176",10247,122440 -"80177",10247,123424 -"80178",10248,22640 -"80179",10248,84056 -"80180",10248,99111 -"80181",10248,121108 -"80182",10249,70443 -"80183",10249,70467 -"80184",10250,17480 -"80185",10250,26464 -"80186",10250,34845 -"80187",10250,41097 -"80188",10250,46949 -"80189",10250,47225 -"80190",10250,57085 -"80191",10250,59701 -"80192",10250,66094 -"80193",10250,66165 -"80194",10250,66166 -"80195",10250,66167 -"80196",10250,71444 -"80197",10251,28549 -"80198",10251,33849 -"80199",10252,35401 -"80200",10253,13875 -"80201",10253,58239 -"80202",10253,65068 -"80203",10254,11559 -"80204",10254,14000 -"80205",10254,16614 -"80206",10254,17059 -"80207",10254,17102 -"80208",10254,17211 -"80209",10254,17212 -"80210",10254,17355 -"80211",10254,22153 -"80212",10254,23098 -"80213",10254,29332 -"80214",10254,32513 -"80215",10254,40030 -"80216",10254,61321 -"80217",10254,61706 -"80218",10254,68217 -"80219",10254,77341 -"80220",10254,92264 -"80221",10254,94087 -"80222",10256,12041 -"80223",10256,13073 -"80224",10256,13904 -"80225",10256,19661 -"80226",10256,23542 -"80227",10256,24934 -"80228",10256,29211 -"80229",10256,29756 -"80230",10256,29758 -"80231",10256,29805 -"80232",10256,29882 -"80233",10256,31985 -"80234",10256,35436 -"80235",10256,35460 -"80236",10256,36850 -"80237",10256,53535 -"80238",10256,60063 -"80239",10256,83841 -"80240",10256,83945 -"80241",10256,86796 -"80242",10256,96301 -"80243",10256,98592 -"80244",10256,104489 -"80245",10256,107949 -"80246",10256,110496 -"80247",10256,111226 -"80248",10256,115099 -"80249",10256,115725 -"80250",10256,115753 -"80251",10256,117130 -"80252",10256,118454 -"80253",10256,122014 -"80254",10257,32649 -"80255",10257,43297 -"80256",10257,47852 -"80257",10257,48819 -"80258",10257,51590 -"80259",10257,58361 -"80260",10258,11023 -"80261",10258,14401 -"80262",10258,21207 -"80263",10258,24451 -"80264",10258,26444 -"80265",10258,27395 -"80266",10258,43642 -"80267",10258,67617 -"80268",10258,69718 -"80269",10258,72203 -"80270",10258,109738 -"80271",10259,70362 -"80272",10260,91233 -"80273",10261,10286 -"80274",10261,17056 -"80275",10261,17684 -"80276",10261,18550 -"80277",10261,26620 -"80278",10261,35797 -"80279",10261,53478 -"80280",10261,55226 -"80281",10261,85632 -"80282",10261,96617 -"80283",10262,21233 -"80284",10262,44022 -"80285",10262,50634 -"80286",10262,52958 -"80287",10262,111844 -"80288",10263,10940 -"80289",10263,24096 -"80290",10263,45729 -"80291",10263,46261 -"80292",10263,57897 -"80293",10263,59909 -"80294",10263,59976 -"80295",10263,80933 -"80296",10264,36578 -"80297",10264,46229 -"80298",10264,51197 -"80299",10264,62903 -"80300",10264,65713 -"80301",10264,75343 -"80302",10265,21665 -"80303",10265,21666 -"80304",10265,26983 -"80305",10265,35655 -"80306",10265,41604 -"80307",10265,43266 -"80308",10265,52670 -"80309",10265,59632 -"80310",10265,59765 -"80311",10265,60691 -"80312",10265,61456 -"80313",10265,81502 -"80314",10265,83490 -"80315",10265,83919 -"80316",10265,84868 -"80317",10265,85933 -"80318",10265,89020 -"80319",10265,101907 -"80320",10265,112960 -"80321",10265,115843 -"80322",10266,10958 -"80323",10266,15643 -"80324",10266,19674 -"80325",10266,25005 -"80326",10266,25473 -"80327",10266,26451 -"80328",10266,26530 -"80329",10266,48260 -"80330",10266,50063 -"80331",10266,58133 -"80332",10266,71006 -"80333",10266,74906 -"80334",10266,77267 -"80335",10266,78256 -"80336",10266,84194 -"80337",10267,20070 -"80338",10267,28826 -"80339",10267,33754 -"80340",10267,37962 -"80341",10267,43104 -"80342",10267,43198 -"80343",10267,45886 -"80344",10267,51769 -"80345",10267,53183 -"80346",10267,62782 -"80347",10268,15594 -"80348",10268,25194 -"80349",10268,31230 -"80350",10268,41381 -"80351",10268,56684 -"80352",10268,68398 -"80353",10268,77905 -"80354",10268,95708 -"80355",10268,114560 -"80356",10269,12566 -"80357",10269,12882 -"80358",10269,15304 -"80359",10269,23421 -"80360",10269,39767 -"80361",10269,89222 -"80362",10270,38364 -"80363",10270,93505 -"80364",10270,98639 -"80365",10270,121967 -"80366",10270,121973 -"80367",10271,11769 -"80368",10271,15526 -"80369",10271,25241 -"80370",10271,25529 -"80371",10271,25853 -"80372",10271,29133 -"80373",10271,40134 -"80374",10271,44529 -"80375",10271,44713 -"80376",10271,44740 -"80377",10271,52796 -"80378",10271,57707 -"80379",10271,58414 -"80380",10271,58418 -"80381",10272,17106 -"80382",10273,10276 -"80383",10273,10290 -"80384",10273,10463 -"80385",10273,10489 -"80386",10273,10490 -"80387",10274,11423 -"80388",10274,11942 -"80389",10274,16010 -"80390",10274,18502 -"80391",10274,26992 -"80392",10274,30396 -"80393",10274,35802 -"80394",10274,37363 -"80395",10274,41128 -"80396",10274,46503 -"80397",10274,53397 -"80398",10274,57612 -"80399",10274,57746 -"80400",10274,58648 -"80401",10274,59603 -"80402",10274,62356 -"80403",10274,63124 -"80404",10274,65400 -"80405",10274,67167 -"80406",10274,68481 -"80407",10274,73623 -"80408",10274,105950 -"80409",10274,110508 -"80410",10274,113237 -"80411",10274,119210 -"80412",10274,119587 -"80413",10275,51967 -"80414",10275,117459 -"80415",10276,10290 -"80416",10276,10463 -"80417",10276,10489 -"80418",10276,10490 -"80419",10276,24592 -"80420",10276,27478 -"80421",10276,31085 -"80422",10276,34443 -"80423",10276,38048 -"80424",10276,40296 -"80425",10276,46681 -"80426",10276,53031 -"80427",10276,53635 -"80428",10276,54371 -"80429",10276,56022 -"80430",10276,56122 -"80431",10276,56333 -"80432",10276,56341 -"80433",10276,71434 -"80434",10276,84897 -"80435",10276,98204 -"80436",10276,122025 -"80437",10277,25564 -"80438",10277,25901 -"80439",10277,44341 -"80440",10277,76419 -"80441",10277,102112 -"80442",10278,39674 -"80443",10278,45775 -"80444",10279,20279 -"80445",10279,21059 -"80446",10279,22936 -"80447",10279,39647 -"80448",10279,45465 -"80449",10279,48150 -"80450",10279,53729 -"80451",10279,53730 -"80452",10279,53874 -"80453",10279,55865 -"80454",10279,62822 -"80455",10279,64576 -"80456",10279,81287 -"80457",10279,86453 -"80458",10279,89301 -"80459",10279,90518 -"80460",10279,91550 -"80461",10279,93524 -"80462",10279,98743 -"80463",10279,103367 -"80464",10279,109545 -"80465",10279,112904 -"80466",10279,113718 -"80467",10279,120641 -"80468",10280,10291 -"80469",10280,48815 -"80470",10281,12071 -"80471",10281,52762 -"80472",10282,10406 -"80473",10282,10514 -"80474",10282,10515 -"80475",10282,11370 -"80476",10282,11497 -"80477",10282,79289 -"80478",10282,83463 -"80479",10282,85224 -"80480",10282,86168 -"80481",10282,90929 -"80482",10282,90935 -"80483",10282,91066 -"80484",10282,91070 -"80485",10282,91094 -"80486",10282,91095 -"80487",10282,91096 -"80488",10282,91100 -"80489",10283,77747 -"80490",10285,13680 -"80491",10285,51067 -"80492",10285,69921 -"80493",10285,74045 -"80494",10285,97458 -"80495",10285,97486 -"80496",10286,10453 -"80497",10286,10549 -"80498",10286,11108 -"80499",10286,13296 -"80500",10286,16404 -"80501",10286,16574 -"80502",10286,17993 -"80503",10286,26694 -"80504",10286,32620 -"80505",10286,40055 -"80506",10286,49640 -"80507",10286,55226 -"80508",10286,56042 -"80509",10286,57912 -"80510",10286,61787 -"80511",10286,85632 -"80512",10286,96617 -"80513",10286,101367 -"80514",10287,10357 -"80515",10287,10391 -"80516",10287,10545 -"80517",10287,58867 -"80518",10287,85243 -"80519",10287,103649 -"80520",10287,119616 -"80521",10287,120823 -"80522",10288,14864 -"80523",10290,10463 -"80524",10290,10489 -"80525",10290,10490 -"80526",10291,48815 -"80527",10292,13007 -"80528",10293,38061 -"80529",10293,53921 -"80530",10293,111483 -"80531",10294,10454 -"80532",10294,18393 -"80533",10294,22664 -"80534",10294,22695 -"80535",10294,22720 -"80536",10294,22732 -"80537",10294,22741 -"80538",10294,22758 -"80539",10294,22796 -"80540",10294,74944 -"80541",10294,101679 -"80542",10294,101854 -"80543",10294,101874 -"80544",10295,19526 -"80545",10295,74591 -"80546",10295,76355 -"80547",10295,76390 -"80548",10295,101179 -"80549",10295,108017 -"80550",10296,17385 -"80551",10296,33042 -"80552",10296,36310 -"80553",10296,36311 -"80554",10296,36322 -"80555",10296,36368 -"80556",10296,36373 -"80557",10296,36406 -"80558",10296,36407 -"80559",10296,38485 -"80560",10296,40043 -"80561",10296,90674 -"80562",10297,10483 -"80563",10297,10573 -"80564",10297,11562 -"80565",10297,17875 -"80566",10297,31756 -"80567",10297,45384 -"80568",10297,51287 -"80569",10297,56105 -"80570",10297,56200 -"80571",10297,78320 -"80572",10297,93459 -"80573",10299,12823 -"80574",10299,12930 -"80575",10299,17474 -"80576",10299,20780 -"80577",10299,34578 -"80578",10299,38197 -"80579",10299,39028 -"80580",10299,39403 -"80581",10299,40632 -"80582",10299,47106 -"80583",10299,49323 -"80584",10299,53672 -"80585",10299,55489 -"80586",10299,56469 -"80587",10299,59964 -"80588",10299,71481 -"80589",10299,73496 -"80590",10300,10457 -"80591",10300,10499 -"80592",10300,14819 -"80593",10300,29116 -"80594",10300,30586 -"80595",10300,68423 -"80596",10301,18553 -"80597",10301,23389 -"80598",10301,23390 -"80599",10301,28536 -"80600",10301,31315 -"80601",10301,56592 -"80602",10301,65695 -"80603",10301,68404 -"80604",10301,71099 -"80605",10301,90655 -"80606",10301,95949 -"80607",10301,114335 -"80608",10302,10399 -"80609",10303,10416 -"80610",10303,17756 -"80611",10303,43656 -"80612",10303,67386 -"80613",10304,15967 -"80614",10304,30981 -"80615",10304,36147 -"80616",10304,36194 -"80617",10304,36224 -"80618",10304,49085 -"80619",10304,85760 -"80620",10306,10408 -"80621",10307,10994 -"80622",10307,11562 -"80623",10307,11592 -"80624",10307,50825 -"80625",10308,10469 -"80626",10308,10507 -"80627",10309,10410 -"80628",10309,10411 -"80629",10309,10564 -"80630",10309,10600 -"80631",10310,11493 -"80632",10310,12105 -"80633",10310,12639 -"80634",10310,35217 -"80635",10310,44894 -"80636",10310,62307 -"80637",10310,75878 -"80638",10310,81506 -"80639",10310,94086 -"80640",10310,108982 -"80641",10310,119893 -"80642",10311,33835 -"80643",10311,60064 -"80644",10312,14957 -"80645",10312,20392 -"80646",10312,20393 -"80647",10312,21113 -"80648",10312,23786 -"80649",10312,25801 -"80650",10312,33598 -"80651",10312,33961 -"80652",10312,50071 -"80653",10312,63013 -"80654",10312,71493 -"80655",10312,82427 -"80656",10312,86395 -"80657",10313,14218 -"80658",10313,17711 -"80659",10313,34474 -"80660",10313,48731 -"80661",10313,48936 -"80662",10313,50322 -"80663",10313,71909 -"80664",10313,85804 -"80665",10313,96425 -"80666",10314,28286 -"80667",10314,58104 -"80668",10314,69060 -"80669",10314,105211 -"80670",10314,117854 -"80671",10314,119346 -"80672",10315,40142 -"80673",10315,109694 -"80674",10316,12335 -"80675",10316,30895 -"80676",10316,89514 -"80677",10316,109144 -"80678",10317,12361 -"80679",10317,71074 -"80680",10318,10949 -"80681",10318,11122 -"80682",10318,56734 -"80683",10318,56785 -"80684",10319,10422 -"80685",10319,10501 -"80686",10319,84480 -"80687",10319,120956 -"80688",10320,10435 -"80689",10320,10511 -"80690",10320,31146 -"80691",10321,60758 -"80692",10321,71714 -"80693",10321,89125 -"80694",10322,118339 -"80695",10323,10402 -"80696",10324,10527 -"80697",10324,10996 -"80698",10324,11648 -"80699",10324,11657 -"80700",10324,12320 -"80701",10324,19031 -"80702",10324,19362 -"80703",10324,24379 -"80704",10324,24662 -"80705",10324,29203 -"80706",10324,29422 -"80707",10324,29434 -"80708",10324,31321 -"80709",10324,32491 -"80710",10324,35573 -"80711",10324,35612 -"80712",10324,42695 -"80713",10324,42700 -"80714",10324,42740 -"80715",10324,42741 -"80716",10324,51108 -"80717",10324,57487 -"80718",10324,65840 -"80719",10324,81684 -"80720",10325,10327 -"80721",10325,10505 -"80722",10325,10506 -"80723",10325,28601 -"80724",10325,33241 -"80725",10326,10359 -"80726",10326,12623 -"80727",10326,34107 -"80728",10326,41789 -"80729",10326,44748 -"80730",10326,45773 -"80731",10326,76250 -"80732",10326,77601 -"80733",10326,89792 -"80734",10326,90226 -"80735",10326,93924 -"80736",10327,10505 -"80737",10327,10506 -"80738",10327,56450 -"80739",10328,12249 -"80740",10328,21669 -"80741",10328,23948 -"80742",10328,26661 -"80743",10328,28459 -"80744",10328,29104 -"80745",10328,29847 -"80746",10328,33923 -"80747",10328,36411 -"80748",10328,40490 -"80749",10328,42149 -"80750",10328,50763 -"80751",10328,74518 -"80752",10328,81310 -"80753",10328,90658 -"80754",10329,44362 -"80755",10329,111764 -"80756",10330,16269 -"80757",10330,20538 -"80758",10330,27964 -"80759",10330,63448 -"80760",10331,12403 -"80761",10331,13360 -"80762",10331,15201 -"80763",10331,15251 -"80764",10331,16685 -"80765",10331,20984 -"80766",10331,21013 -"80767",10331,29267 -"80768",10331,38069 -"80769",10331,39594 -"80770",10331,40360 -"80771",10331,43147 -"80772",10331,56817 -"80773",10332,10551 -"80774",10332,13779 -"80775",10332,22945 -"80776",10332,27742 -"80777",10332,27914 -"80778",10332,34805 -"80779",10332,59069 -"80780",10332,68687 -"80781",10332,72410 -"80782",10332,75200 -"80783",10332,79266 -"80784",10332,90154 -"80785",10332,94710 -"80786",10332,103577 -"80787",10332,108489 -"80788",10332,112624 -"80789",10333,22838 -"80790",10333,26478 -"80791",10333,26561 -"80792",10333,42559 -"80793",10333,64019 -"80794",10333,96898 -"80795",10333,103543 -"80796",10333,103906 -"80797",10333,117496 -"80798",10333,118203 -"80799",10333,118204 -"80800",10334,42914 -"80801",10334,43283 -"80802",10334,47940 -"80803",10334,48688 -"80804",10334,48812 -"80805",10334,49260 -"80806",10334,53491 -"80807",10334,69597 -"80808",10334,84816 -"80809",10335,51468 -"80810",10335,51527 -"80811",10336,11190 -"80812",10336,13678 -"80813",10336,16286 -"80814",10336,35369 -"80815",10336,37036 -"80816",10336,37516 -"80817",10336,40331 -"80818",10336,41591 -"80819",10336,51121 -"80820",10336,63041 -"80821",10336,65258 -"80822",10336,75430 -"80823",10336,76818 -"80824",10336,77565 -"80825",10336,77637 -"80826",10336,79374 -"80827",10336,86644 -"80828",10336,87305 -"80829",10336,92855 -"80830",10336,99433 -"80831",10336,104828 -"80832",10336,104832 -"80833",10337,18072 -"80834",10337,18319 -"80835",10337,72829 -"80836",10337,79864 -"80837",10337,103782 -"80838",10338,12754 -"80839",10338,13780 -"80840",10338,14681 -"80841",10338,16529 -"80842",10338,25069 -"80843",10338,30803 -"80844",10338,38433 -"80845",10338,47438 -"80846",10338,76275 -"80847",10338,90972 -"80848",10338,92334 -"80849",10338,92355 -"80850",10338,93543 -"80851",10338,93603 -"80852",10338,98093 -"80853",10338,98252 -"80854",10339,30979 -"80855",10339,47128 -"80856",10339,98863 -"80857",10339,99698 -"80858",10339,117189 -"80859",10340,32412 -"80860",10340,93371 -"80861",10340,93600 -"80862",10341,39487 -"80863",10341,60839 -"80864",10341,73972 -"80865",10342,70387 -"80866",10343,11776 -"80867",10343,15232 -"80868",10343,15770 -"80869",10343,16729 -"80870",10343,19532 -"80871",10343,20049 -"80872",10343,21078 -"80873",10343,21369 -"80874",10343,25798 -"80875",10343,25799 -"80876",10343,25834 -"80877",10343,31751 -"80878",10343,31927 -"80879",10343,32090 -"80880",10343,34988 -"80881",10343,36031 -"80882",10343,60883 -"80883",10343,82533 -"80884",10343,83680 -"80885",10343,83744 -"80886",10343,89681 -"80887",10343,90234 -"80888",10343,90321 -"80889",10343,91271 -"80890",10343,111457 -"80891",10344,10456 -"80892",10344,19866 -"80893",10344,94123 -"80894",10344,103389 -"80895",10345,17475 -"80896",10345,59310 -"80897",10345,86216 -"80898",10346,10677 -"80899",10346,10679 -"80900",10346,38507 -"80901",10348,74358 -"80902",10349,20874 -"80903",10349,31257 -"80904",10349,56825 -"80905",10349,70607 -"80906",10350,11747 -"80907",10350,17257 -"80908",10350,24972 -"80909",10350,30125 -"80910",10350,35589 -"80911",10350,39544 -"80912",10350,49241 -"80913",10350,52750 -"80914",10350,63041 -"80915",10350,74516 -"80916",10350,81027 -"80917",10350,89900 -"80918",10350,112004 -"80919",10352,38077 -"80920",10352,40200 -"80921",10353,10413 -"80922",10353,20902 -"80923",10353,56622 -"80924",10353,62220 -"80925",10353,75237 -"80926",10353,103446 -"80927",10354,11380 -"80928",10354,11764 -"80929",10354,26735 -"80930",10354,33270 -"80931",10354,36329 -"80932",10354,55258 -"80933",10354,97666 -"80934",10355,21248 -"80935",10355,21269 -"80936",10355,23141 -"80937",10355,35907 -"80938",10355,37339 -"80939",10355,42040 -"80940",10355,48082 -"80941",10355,48157 -"80942",10355,48186 -"80943",10356,41093 -"80944",10356,77427 -"80945",10357,10391 -"80946",10357,10545 -"80947",10357,27291 -"80948",10357,27465 -"80949",10357,45208 -"80950",10357,47663 -"80951",10357,47664 -"80952",10357,47760 -"80953",10357,56983 -"80954",10357,82023 -"80955",10357,113847 -"80956",10358,10390 -"80957",10358,14032 -"80958",10358,20150 -"80959",10358,20375 -"80960",10358,32919 -"80961",10358,33914 -"80962",10358,34632 -"80963",10358,35926 -"80964",10358,43344 -"80965",10358,46071 -"80966",10358,46471 -"80967",10358,47156 -"80968",10358,51299 -"80969",10358,62244 -"80970",10358,74796 -"80971",10358,82885 -"80972",10358,94306 -"80973",10358,99371 -"80974",10358,100398 -"80975",10358,102881 -"80976",10358,110343 -"80977",10359,31703 -"80978",10359,35100 -"80979",10359,54336 -"80980",10359,57599 -"80981",10359,73181 -"80982",10359,106915 -"80983",10359,112586 -"80984",10360,82563 -"80985",10360,104955 -"80986",10361,52208 -"80987",10361,91285 -"80988",10361,108097 -"80989",10361,108102 -"80990",10362,12515 -"80991",10362,13246 -"80992",10362,13480 -"80993",10362,13579 -"80994",10362,13696 -"80995",10362,28113 -"80996",10362,30891 -"80997",10362,31606 -"80998",10362,33413 -"80999",10362,40623 -"81000",10362,58829 -"81001",10362,61606 -"81002",10362,62732 -"81003",10362,65070 -"81004",10362,117141 -"81005",10362,117142 -"81006",10362,118591 -"81007",10362,118711 -"81008",10362,119921 -"81009",10362,120494 -"81010",10362,120546 -"81011",10362,120579 -"81012",10363,10556 -"81013",10363,36931 -"81014",10363,77982 -"81015",10363,94339 -"81016",10364,10415 -"81017",10364,11350 -"81018",10364,12202 -"81019",10364,14551 -"81020",10364,15084 -"81021",10364,19526 -"81022",10364,31061 -"81023",10364,35825 -"81024",10364,38138 -"81025",10364,41855 -"81026",10364,47382 -"81027",10364,71932 -"81028",10364,106674 -"81029",10365,10395 -"81030",10365,11566 -"81031",10365,13822 -"81032",10365,13832 -"81033",10365,22460 -"81034",10365,47256 -"81035",10365,81145 -"81036",10366,10532 -"81037",10366,10576 -"81038",10366,11478 -"81039",10366,19989 -"81040",10366,22643 -"81041",10366,45705 -"81042",10366,80211 -"81043",10366,83241 -"81044",10366,96130 -"81045",10366,112933 -"81046",10367,52380 -"81047",10367,70670 -"81048",10368,10542 -"81049",10368,89700 -"81050",10368,94797 -"81051",10368,94805 -"81052",10368,94810 -"81053",10369,42569 -"81054",10370,19093 -"81055",10370,19202 -"81056",10370,19891 -"81057",10370,27377 -"81058",10370,44089 -"81059",10370,57462 -"81060",10371,10577 -"81061",10371,10930 -"81062",10371,32883 -"81063",10371,51808 -"81064",10371,91850 -"81065",10372,79219 -"81066",10373,13696 -"81067",10373,16437 -"81068",10373,54731 -"81069",10373,57671 -"81070",10374,11244 -"81071",10374,20225 -"81072",10374,27538 -"81073",10374,27677 -"81074",10374,29782 -"81075",10374,37058 -"81076",10374,86576 -"81077",10375,45800 -"81078",10376,10584 -"81079",10376,18181 -"81080",10376,23664 -"81081",10376,23746 -"81082",10376,26598 -"81083",10376,27033 -"81084",10376,39662 -"81085",10376,90934 -"81086",10377,10562 -"81087",10377,11445 -"81088",10377,14226 -"81089",10377,50660 -"81090",10377,78928 -"81091",10378,10493 -"81092",10378,10587 -"81093",10378,10599 -"81094",10379,16818 -"81095",10379,41186 -"81096",10379,57757 -"81097",10380,33464 -"81098",10380,47297 -"81099",10380,57988 -"81100",10380,88288 -"81101",10381,66633 -"81102",10381,77542 -"81103",10381,84351 -"81104",10382,33825 -"81105",10382,48155 -"81106",10382,60066 -"81107",10382,64502 -"81108",10383,12388 -"81109",10383,22359 -"81110",10383,23688 -"81111",10383,25033 -"81112",10383,28412 -"81113",10383,36784 -"81114",10383,45545 -"81115",10383,66756 -"81116",10383,68727 -"81117",10384,42809 -"81118",10384,47440 -"81119",10384,56141 -"81120",10384,56645 -"81121",10384,73392 -"81122",10384,80016 -"81123",10384,98134 -"81124",10384,98318 -"81125",10384,99824 -"81126",10385,10476 -"81127",10385,15266 -"81128",10385,22543 -"81129",10385,32847 -"81130",10385,37417 -"81131",10385,62145 -"81132",10385,69250 -"81133",10385,72257 -"81134",10385,76399 -"81135",10386,82130 -"81136",10387,10450 -"81137",10387,10546 -"81138",10387,20220 -"81139",10387,24274 -"81140",10387,33768 -"81141",10387,41220 -"81142",10387,47480 -"81143",10387,53743 -"81144",10387,72597 -"81145",10387,78773 -"81146",10387,92775 -"81147",10387,99818 -"81148",10387,99827 -"81149",10387,99828 -"81150",10388,10547 -"81151",10388,26034 -"81152",10388,32161 -"81153",10388,47290 -"81154",10388,50346 -"81155",10388,52013 -"81156",10388,57787 -"81157",10388,67788 -"81158",10388,107228 -"81159",10389,10561 -"81160",10389,16495 -"81161",10389,19069 -"81162",10389,22057 -"81163",10389,29884 -"81164",10389,79320 -"81165",10390,11082 -"81166",10390,11218 -"81167",10390,11734 -"81168",10390,11927 -"81169",10390,12042 -"81170",10390,15952 -"81171",10390,20269 -"81172",10390,24478 -"81173",10390,31337 -"81174",10390,31786 -"81175",10390,32015 -"81176",10390,35251 -"81177",10390,35672 -"81178",10390,39960 -"81179",10390,41814 -"81180",10390,41964 -"81181",10390,47348 -"81182",10390,47986 -"81183",10390,54879 -"81184",10390,55897 -"81185",10390,62747 -"81186",10390,65425 -"81187",10390,71990 -"81188",10390,72466 -"81189",10390,73020 -"81190",10390,76991 -"81191",10390,80035 -"81192",10390,87529 -"81193",10390,123025 -"81194",10391,10545 -"81195",10392,28922 -"81196",10392,38785 -"81197",10392,63019 -"81198",10392,63550 -"81199",10392,63730 -"81200",10392,68103 -"81201",10392,70325 -"81202",10393,28648 -"81203",10393,41227 -"81204",10393,87025 -"81205",10393,104760 -"81206",10393,104780 -"81207",10394,11192 -"81208",10394,31433 -"81209",10394,51422 -"81210",10394,55215 -"81211",10394,64374 -"81212",10394,103211 -"81213",10395,56263 -"81214",10396,24777 -"81215",10396,41245 -"81216",10396,47150 -"81217",10396,55955 -"81218",10397,32574 -"81219",10397,52215 -"81220",10398,10400 -"81221",10398,14965 -"81222",10398,36144 -"81223",10398,48117 -"81224",10398,59420 -"81225",10398,59434 -"81226",10399,10914 -"81227",10399,21463 -"81228",10399,67838 -"81229",10399,97016 -"81230",10399,99300 -"81231",10399,107025 -"81232",10400,14838 -"81233",10400,29371 -"81234",10400,36144 -"81235",10400,48117 -"81236",10400,55321 -"81237",10400,59420 -"81238",10400,59434 -"81239",10400,101376 -"81240",10400,113857 -"81241",10400,113875 -"81242",10401,10528 -"81243",10401,13413 -"81244",10401,19448 -"81245",10401,39765 -"81246",10401,49378 -"81247",10401,54894 -"81248",10401,65971 -"81249",10401,65981 -"81250",10401,86060 -"81251",10401,89799 -"81252",10401,95613 -"81253",10402,12969 -"81254",10402,85358 -"81255",10403,16179 -"81256",10403,20098 -"81257",10404,38391 -"81258",10404,39058 -"81259",10404,54740 -"81260",10404,64184 -"81261",10405,74108 -"81262",10406,10514 -"81263",10406,10515 -"81264",10406,11370 -"81265",10406,11497 -"81266",10406,96085 -"81267",10408,51935 -"81268",10409,11041 -"81269",10409,17108 -"81270",10409,28127 -"81271",10409,53985 -"81272",10409,74369 -"81273",10409,74664 -"81274",10409,75017 -"81275",10409,94732 -"81276",10409,101089 -"81277",10409,101288 -"81278",10409,101364 -"81279",10409,101369 -"81280",10409,104716 -"81281",10409,104730 -"81282",10410,10411 -"81283",10410,10564 -"81284",10410,10600 -"81285",10410,45257 -"81286",10410,59463 -"81287",10410,67646 -"81288",10411,10564 -"81289",10411,10600 -"81290",10412,10510 -"81291",10412,15265 -"81292",10412,40303 -"81293",10412,40362 -"81294",10412,49822 -"81295",10412,64534 -"81296",10412,111379 -"81297",10413,56622 -"81298",10413,74782 -"81299",10413,96581 -"81300",10414,10497 -"81301",10414,26045 -"81302",10414,36440 -"81303",10414,38195 -"81304",10414,44572 -"81305",10414,81461 -"81306",10416,34707 -"81307",10417,10560 -"81308",10417,17858 -"81309",10417,28262 -"81310",10417,55260 -"81311",10418,10529 -"81312",10418,18522 -"81313",10418,109360 -"81314",10418,120826 -"81315",10419,26654 -"81316",10419,34208 -"81317",10419,37050 -"81318",10419,39156 -"81319",10419,64429 -"81320",10419,80841 -"81321",10419,103098 -"81322",10419,115833 -"81323",10420,12067 -"81324",10420,13427 -"81325",10420,16445 -"81326",10420,17008 -"81327",10420,23568 -"81328",10420,24277 -"81329",10420,25011 -"81330",10420,28816 -"81331",10420,30972 -"81332",10420,31416 -"81333",10420,33253 -"81334",10420,38513 -"81335",10420,45671 -"81336",10420,59965 -"81337",10420,97151 -"81338",10421,10579 -"81339",10421,14861 -"81340",10421,25197 -"81341",10421,42246 -"81342",10421,43633 -"81343",10421,63910 -"81344",10422,10501 -"81345",10423,71848 -"81346",10423,92963 -"81347",10424,28608 -"81348",10424,82377 -"81349",10425,29015 -"81350",10425,31633 -"81351",10425,45899 -"81352",10425,64461 -"81353",10425,68347 -"81354",10425,78315 -"81355",10425,84751 -"81356",10425,103878 -"81357",10425,109493 -"81358",10426,83565 -"81359",10426,88595 -"81360",10427,16110 -"81361",10427,21867 -"81362",10427,24341 -"81363",10427,26339 -"81364",10427,27726 -"81365",10427,29465 -"81366",10427,30471 -"81367",10427,38009 -"81368",10427,41643 -"81369",10427,45726 -"81370",10427,50173 -"81371",10427,52002 -"81372",10427,52626 -"81373",10427,54168 -"81374",10427,63518 -"81375",10427,69067 -"81376",10427,73138 -"81377",10427,75271 -"81378",10427,75633 -"81379",10427,76047 -"81380",10427,78487 -"81381",10427,79227 -"81382",10427,79345 -"81383",10427,81474 -"81384",10427,88309 -"81385",10427,88597 -"81386",10427,91779 -"81387",10427,92996 -"81388",10427,94791 -"81389",10427,96542 -"81390",10427,99070 -"81391",10427,99583 -"81392",10427,101235 -"81393",10427,102535 -"81394",10427,106217 -"81395",10427,106275 -"81396",10427,106280 -"81397",10427,115326 -"81398",10427,119236 -"81399",10427,119239 -"81400",10428,25500 -"81401",10428,106043 -"81402",10429,10605 -"81403",10429,16905 -"81404",10429,24358 -"81405",10429,90579 -"81406",10430,18951 -"81407",10431,10585 -"81408",10431,11841 -"81409",10431,14396 -"81410",10431,19258 -"81411",10431,20785 -"81412",10431,22585 -"81413",10431,22748 -"81414",10431,31403 -"81415",10431,33511 -"81416",10431,39339 -"81417",10431,40307 -"81418",10431,56100 -"81419",10431,60430 -"81420",10431,76483 -"81421",10431,77924 -"81422",10431,91231 -"81423",10432,47387 -"81424",10432,92853 -"81425",10432,95891 -"81426",10433,28114 -"81427",10433,28115 -"81428",10433,29712 -"81429",10433,40466 -"81430",10433,40559 -"81431",10433,41851 -"81432",10433,53832 -"81433",10434,31355 -"81434",10434,34162 -"81435",10434,45728 -"81436",10435,10511 -"81437",10435,16129 -"81438",10435,17270 -"81439",10435,30198 -"81440",10436,14319 -"81441",10436,16659 -"81442",10436,78509 -"81443",10436,78510 -"81444",10436,78539 -"81445",10436,99030 -"81446",10437,28824 -"81447",10437,30959 -"81448",10437,33506 -"81449",10437,39935 -"81450",10437,43127 -"81451",10437,84118 -"81452",10437,94405 -"81453",10437,94409 -"81454",10437,103378 -"81455",10438,12304 -"81456",10438,15015 -"81457",10438,20538 -"81458",10438,34836 -"81459",10438,43140 -"81460",10438,43591 -"81461",10438,45151 -"81462",10438,47614 -"81463",10438,49915 -"81464",10438,61675 -"81465",10438,63656 -"81466",10438,65006 -"81467",10438,65007 -"81468",10438,72468 -"81469",10438,77208 -"81470",10438,82416 -"81471",10438,109186 -"81472",10438,109421 -"81473",10438,114890 -"81474",10439,10474 -"81475",10439,15925 -"81476",10439,24410 -"81477",10439,25401 -"81478",10439,31909 -"81479",10439,53237 -"81480",10439,56373 -"81481",10439,56411 -"81482",10439,57373 -"81483",10439,102301 -"81484",10439,113955 -"81485",10440,63409 -"81486",10441,17539 -"81487",10441,17666 -"81488",10441,48468 -"81489",10441,71816 -"81490",10441,83825 -"81491",10441,112126 -"81492",10442,11290 -"81493",10442,29332 -"81494",10442,32513 -"81495",10442,45875 -"81496",10442,74061 -"81497",10442,80828 -"81498",10442,105248 -"81499",10442,117936 -"81500",10442,119620 -"81501",10443,12196 -"81502",10443,16216 -"81503",10443,47507 -"81504",10444,30638 -"81505",10444,33903 -"81506",10444,42542 -"81507",10444,73136 -"81508",10445,60845 -"81509",10445,69888 -"81510",10445,95114 -"81511",10445,104492 -"81512",10445,107097 -"81513",10445,107108 -"81514",10445,107110 -"81515",10445,107114 -"81516",10445,107127 -"81517",10445,107140 -"81518",10445,122662 -"81519",10445,122672 -"81520",10445,122708 -"81521",10446,16955 -"81522",10446,26232 -"81523",10446,28088 -"81524",10446,30239 -"81525",10447,20635 -"81526",10447,23245 -"81527",10447,23354 -"81528",10447,23355 -"81529",10447,28891 -"81530",10447,30866 -"81531",10447,32280 -"81532",10447,34730 -"81533",10447,36527 -"81534",10447,50456 -"81535",10447,52420 -"81536",10447,52838 -"81537",10447,61191 -"81538",10447,66652 -"81539",10447,69497 -"81540",10447,77565 -"81541",10447,88236 -"81542",10448,45616 -"81543",10449,73268 -"81544",10450,10453 -"81545",10450,10546 -"81546",10450,11417 -"81547",10450,11552 -"81548",10450,11936 -"81549",10450,13700 -"81550",10450,13715 -"81551",10450,15816 -"81552",10450,22364 -"81553",10450,24881 -"81554",10450,27771 -"81555",10450,28068 -"81556",10450,29286 -"81557",10450,30770 -"81558",10450,49813 -"81559",10450,59975 -"81560",10451,15207 -"81561",10451,15495 -"81562",10451,18550 -"81563",10451,21650 -"81564",10451,22351 -"81565",10451,25031 -"81566",10451,26216 -"81567",10451,28093 -"81568",10451,28353 -"81569",10451,29019 -"81570",10451,29026 -"81571",10451,32413 -"81572",10451,34614 -"81573",10451,34631 -"81574",10451,34668 -"81575",10451,35750 -"81576",10451,35983 -"81577",10451,38270 -"81578",10451,40113 -"81579",10451,40275 -"81580",10451,42289 -"81581",10451,48281 -"81582",10451,48380 -"81583",10451,50662 -"81584",10451,53883 -"81585",10451,56216 -"81586",10451,59615 -"81587",10451,62679 -"81588",10451,63105 -"81589",10451,68001 -"81590",10451,68475 -"81591",10451,68917 -"81592",10451,69296 -"81593",10451,71106 -"81594",10451,73655 -"81595",10451,75767 -"81596",10451,76046 -"81597",10451,76459 -"81598",10451,76808 -"81599",10451,77727 -"81600",10451,78224 -"81601",10451,79222 -"81602",10451,82978 -"81603",10451,83306 -"81604",10451,85027 -"81605",10451,88412 -"81606",10451,90275 -"81607",10451,90426 -"81608",10451,91112 -"81609",10451,91526 -"81610",10451,93425 -"81611",10451,93523 -"81612",10451,94520 -"81613",10451,95954 -"81614",10451,99544 -"81615",10451,99547 -"81616",10451,99554 -"81617",10451,100595 -"81618",10451,100739 -"81619",10451,100819 -"81620",10451,101898 -"81621",10451,101988 -"81622",10451,102146 -"81623",10451,102201 -"81624",10451,102309 -"81625",10451,102635 -"81626",10451,102730 -"81627",10451,102846 -"81628",10451,103790 -"81629",10451,104095 -"81630",10451,104574 -"81631",10451,104784 -"81632",10451,104845 -"81633",10451,107269 -"81634",10451,107623 -"81635",10451,107714 -"81636",10451,107879 -"81637",10451,107975 -"81638",10452,16534 -"81639",10452,61973 -"81640",10453,10549 -"81641",10453,11552 -"81642",10453,11582 -"81643",10453,11583 -"81644",10453,11642 -"81645",10453,11644 -"81646",10453,11936 -"81647",10453,13700 -"81648",10453,13715 -"81649",10453,15506 -"81650",10453,17904 -"81651",10453,19087 -"81652",10453,20220 -"81653",10453,20697 -"81654",10453,24274 -"81655",10453,24881 -"81656",10453,28068 -"81657",10453,29286 -"81658",10453,30770 -"81659",10453,33962 -"81660",10453,40396 -"81661",10453,45873 -"81662",10453,53743 -"81663",10453,59975 -"81664",10453,66270 -"81665",10453,70059 -"81666",10453,72597 -"81667",10453,81619 -"81668",10453,96296 -"81669",10453,103549 -"81670",10453,112048 -"81671",10453,112054 -"81672",10455,36446 -"81673",10455,119899 -"81674",10457,15921 -"81675",10457,52638 -"81676",10457,68423 -"81677",10457,111978 -"81678",10458,10522 -"81679",10458,11065 -"81680",10458,12338 -"81681",10458,16590 -"81682",10458,19347 -"81683",10458,26668 -"81684",10458,27201 -"81685",10458,45847 -"81686",10458,46666 -"81687",10458,54124 -"81688",10458,61330 -"81689",10458,80377 -"81690",10458,88582 -"81691",10458,90540 -"81692",10458,91476 -"81693",10458,117514 -"81694",10459,31958 -"81695",10460,29566 -"81696",10461,60060 -"81697",10461,71281 -"81698",10461,73460 -"81699",10462,21035 -"81700",10462,22755 -"81701",10462,28651 -"81702",10462,28759 -"81703",10462,56532 -"81704",10462,56588 -"81705",10462,63808 -"81706",10462,64067 -"81707",10462,81332 -"81708",10462,84556 -"81709",10463,10489 -"81710",10463,10490 -"81711",10463,21982 -"81712",10463,53809 -"81713",10464,32285 -"81714",10464,49765 -"81715",10464,60219 -"81716",10465,10534 -"81717",10465,12779 -"81718",10465,23635 -"81719",10465,30555 -"81720",10465,37301 -"81721",10465,46059 -"81722",10465,53349 -"81723",10465,56616 -"81724",10465,56639 -"81725",10465,58531 -"81726",10465,59196 -"81727",10465,72068 -"81728",10465,72113 -"81729",10466,18841 -"81730",10467,10525 -"81731",10467,87423 -"81732",10468,34398 -"81733",10469,10507 -"81734",10470,15826 -"81735",10470,20216 -"81736",10470,35438 -"81737",10471,11603 -"81738",10471,11648 -"81739",10471,20443 -"81740",10471,22116 -"81741",10471,30251 -"81742",10471,37351 -"81743",10471,37371 -"81744",10471,38287 -"81745",10471,47767 -"81746",10471,67895 -"81747",10471,68423 -"81748",10471,92096 -"81749",10471,96616 -"81750",10471,98785 -"81751",10471,101218 -"81752",10471,103741 -"81753",10471,107408 -"81754",10471,111978 -"81755",10471,114667 -"81756",10472,21055 -"81757",10472,25616 -"81758",10472,84811 -"81759",10473,10590 -"81760",10473,23277 -"81761",10473,35706 -"81762",10473,87162 -"81763",10474,10782 -"81764",10474,10924 -"81765",10474,11884 -"81766",10474,15131 -"81767",10474,18163 -"81768",10474,18174 -"81769",10474,22181 -"81770",10474,24410 -"81771",10474,24986 -"81772",10474,31441 -"81773",10474,31909 -"81774",10474,32267 -"81775",10474,34820 -"81776",10474,40905 -"81777",10474,45151 -"81778",10474,45437 -"81779",10474,48702 -"81780",10474,56373 -"81781",10474,66730 -"81782",10474,77111 -"81783",10474,80268 -"81784",10474,81674 -"81785",10474,90008 -"81786",10474,90009 -"81787",10475,12228 -"81788",10475,27527 -"81789",10475,42062 -"81790",10475,44978 -"81791",10475,62989 -"81792",10475,66997 -"81793",10475,79036 -"81794",10475,83435 -"81795",10475,84768 -"81796",10475,87968 -"81797",10475,117000 -"81798",10475,117554 -"81799",10475,123413 -"81800",10476,11721 -"81801",10476,14952 -"81802",10476,15371 -"81803",10476,34495 -"81804",10476,49772 -"81805",10476,51080 -"81806",10476,73987 -"81807",10476,91434 -"81808",10477,14383 -"81809",10477,18402 -"81810",10477,24130 -"81811",10477,25886 -"81812",10477,53372 -"81813",10477,59003 -"81814",10477,80784 -"81815",10477,104587 -"81816",10478,23538 -"81817",10478,42622 -"81818",10478,54957 -"81819",10478,76990 -"81820",10478,91232 -"81821",10478,109339 -"81822",10478,114266 -"81823",10478,118335 -"81824",10478,120853 -"81825",10478,120858 -"81826",10479,16270 -"81827",10479,42229 -"81828",10479,61204 -"81829",10479,68753 -"81830",10480,10481 -"81831",10480,10482 -"81832",10480,10633 -"81833",10480,11168 -"81834",10481,10482 -"81835",10481,10633 -"81836",10481,10920 -"81837",10481,11168 -"81838",10481,17301 -"81839",10481,40796 -"81840",10481,51546 -"81841",10481,53215 -"81842",10481,66569 -"81843",10481,79046 -"81844",10481,115333 -"81845",10481,115335 -"81846",10481,118534 -"81847",10482,10633 -"81848",10482,11168 -"81849",10482,80189 -"81850",10482,91929 -"81851",10483,10573 -"81852",10483,25713 -"81853",10483,108633 -"81854",10484,13908 -"81855",10484,16388 -"81856",10484,16652 -"81857",10484,34533 -"81858",10484,35470 -"81859",10484,37668 -"81860",10484,61806 -"81861",10484,83406 -"81862",10484,89288 -"81863",10485,19518 -"81864",10485,31955 -"81865",10485,83578 -"81866",10486,80855 -"81867",10486,95484 -"81868",10487,32964 -"81869",10487,62831 -"81870",10487,75332 -"81871",10487,86537 -"81872",10488,11078 -"81873",10488,12398 -"81874",10488,14666 -"81875",10488,18394 -"81876",10488,20737 -"81877",10488,23725 -"81878",10488,27497 -"81879",10488,27586 -"81880",10488,30325 -"81881",10488,30564 -"81882",10488,46173 -"81883",10488,46196 -"81884",10488,52136 -"81885",10488,54556 -"81886",10488,56082 -"81887",10488,57968 -"81888",10488,60878 -"81889",10488,61153 -"81890",10488,66827 -"81891",10488,67763 -"81892",10488,72207 -"81893",10488,97295 -"81894",10489,10490 -"81895",10489,39928 -"81896",10490,30048 -"81897",10490,33636 -"81898",10490,85719 -"81899",10490,89841 -"81900",10490,90492 -"81901",10491,23819 -"81902",10491,30071 -"81903",10491,41025 -"81904",10491,93925 -"81905",10491,94114 -"81906",10491,110768 -"81907",10491,110807 -"81908",10492,36580 -"81909",10492,101696 -"81910",10493,10587 -"81911",10493,10599 -"81912",10493,90459 -"81913",10493,90476 -"81914",10495,23406 -"81915",10496,68022 -"81916",10496,71322 -"81917",10499,31216 -"81918",10499,101072 -"81919",10500,80811 -"81920",10500,85887 -"81921",10500,90249 -"81922",10500,91915 -"81923",10502,11629 -"81924",10502,12280 -"81925",10502,20363 -"81926",10502,25062 -"81927",10502,31541 -"81928",10502,32637 -"81929",10502,41951 -"81930",10502,42374 -"81931",10502,42462 -"81932",10502,42549 -"81933",10502,45624 -"81934",10502,45874 -"81935",10502,48345 -"81936",10502,57394 -"81937",10502,68923 -"81938",10502,79510 -"81939",10502,113605 -"81940",10502,113612 -"81941",10503,12031 -"81942",10503,26723 -"81943",10503,29128 -"81944",10503,34392 -"81945",10503,41989 -"81946",10503,45308 -"81947",10503,55436 -"81948",10503,59672 -"81949",10503,59804 -"81950",10503,71106 -"81951",10503,81052 -"81952",10503,81066 -"81953",10503,83191 -"81954",10503,86151 -"81955",10503,90399 -"81956",10503,100909 -"81957",10503,106494 -"81958",10503,117686 -"81959",10504,10673 -"81960",10504,34744 -"81961",10504,98062 -"81962",10504,114067 -"81963",10505,10506 -"81964",10505,15481 -"81965",10505,21029 -"81966",10505,22005 -"81967",10505,23806 -"81968",10505,35732 -"81969",10505,38406 -"81970",10505,51071 -"81971",10505,67823 -"81972",10505,73406 -"81973",10505,76030 -"81974",10505,98529 -"81975",10505,105389 -"81976",10507,15952 -"81977",10507,17892 -"81978",10507,20672 -"81979",10507,32726 -"81980",10507,33555 -"81981",10507,42508 -"81982",10507,42937 -"81983",10507,45970 -"81984",10507,47238 -"81985",10507,48066 -"81986",10507,48147 -"81987",10507,48179 -"81988",10507,51031 -"81989",10507,52716 -"81990",10507,57390 -"81991",10507,58241 -"81992",10507,58294 -"81993",10507,59120 -"81994",10507,63450 -"81995",10507,72403 -"81996",10507,74789 -"81997",10507,75055 -"81998",10507,75099 -"81999",10507,75327 -"82000",10507,75448 -"82001",10508,11054 -"82002",10508,11148 -"82003",10508,11191 -"82004",10510,17999 -"82005",10511,13980 -"82006",10511,27749 -"82007",10511,27765 -"82008",10511,27794 -"82009",10511,31146 -"82010",10511,31903 -"82011",10511,44063 -"82012",10511,64454 -"82013",10511,71854 -"82014",10512,13601 -"82015",10512,13978 -"82016",10512,25997 -"82017",10512,116724 -"82018",10513,15974 -"82019",10513,19182 -"82020",10513,21506 -"82021",10513,23649 -"82022",10513,24054 -"82023",10513,24938 -"82024",10513,34946 -"82025",10513,35719 -"82026",10513,49674 -"82027",10513,51017 -"82028",10513,51021 -"82029",10513,60329 -"82030",10513,66280 -"82031",10513,68043 -"82032",10513,69712 -"82033",10513,71342 -"82034",10513,74613 -"82035",10513,78089 -"82036",10513,79004 -"82037",10513,80825 -"82038",10513,84720 -"82039",10513,87019 -"82040",10513,87883 -"82041",10513,109860 -"82042",10514,10515 -"82043",10514,11370 -"82044",10514,11497 -"82045",10515,11370 -"82046",10515,11497 -"82047",10515,57111 -"82048",10515,57601 -"82049",10515,90929 -"82050",10516,13934 -"82051",10516,44720 -"82052",10516,55071 -"82053",10516,68563 -"82054",10516,88873 -"82055",10516,88876 -"82056",10516,122799 -"82057",10517,43016 -"82058",10517,65942 -"82059",10517,122953 -"82060",10518,31047 -"82061",10518,36324 -"82062",10518,71008 -"82063",10518,76343 -"82064",10519,50466 -"82065",10519,89334 -"82066",10521,76201 -"82067",10522,11065 -"82068",10522,56116 -"82069",10522,78356 -"82070",10522,82637 -"82071",10522,91476 -"82072",10522,95293 -"82073",10522,103693 -"82074",10522,115564 -"82075",10522,115570 -"82076",10523,20552 -"82077",10523,40028 -"82078",10523,79804 -"82079",10523,82776 -"82080",10523,89503 -"82081",10523,91935 -"82082",10523,97237 -"82083",10523,101793 -"82084",10524,12934 -"82085",10524,17172 -"82086",10524,18809 -"82087",10524,24438 -"82088",10524,37257 -"82089",10524,42578 -"82090",10524,66239 -"82091",10524,77736 -"82092",10525,29122 -"82093",10525,51400 -"82094",10526,43780 -"82095",10526,66811 -"82096",10527,11607 -"82097",10527,21024 -"82098",10527,21474 -"82099",10527,25672 -"82100",10527,32609 -"82101",10527,34269 -"82102",10527,36755 -"82103",10527,37633 -"82104",10527,41023 -"82105",10527,41910 -"82106",10527,42699 -"82107",10527,46200 -"82108",10527,48005 -"82109",10527,53943 -"82110",10527,54401 -"82111",10527,64906 -"82112",10527,67039 -"82113",10527,118273 -"82114",10527,122961 -"82115",10528,12340 -"82116",10528,13413 -"82117",10528,14050 -"82118",10528,20797 -"82119",10528,22180 -"82120",10528,24661 -"82121",10528,79937 -"82122",10528,85397 -"82123",10528,90958 -"82124",10528,93982 -"82125",10528,114106 -"82126",10528,114107 -"82127",10529,14029 -"82128",10529,34411 -"82129",10529,38369 -"82130",10529,52817 -"82131",10529,60229 -"82132",10529,61790 -"82133",10529,68528 -"82134",10530,93027 -"82135",10530,110683 -"82136",10530,118353 -"82137",10530,118355 -"82138",10530,122966 -"82139",10531,17960 -"82140",10531,19239 -"82141",10531,31664 -"82142",10531,35438 -"82143",10531,40677 -"82144",10531,42852 -"82145",10531,47256 -"82146",10531,48325 -"82147",10531,48389 -"82148",10531,50278 -"82149",10531,56740 -"82150",10531,73840 -"82151",10531,79106 -"82152",10531,101497 -"82153",10532,10576 -"82154",10532,10827 -"82155",10532,15147 -"82156",10532,20260 -"82157",10532,28655 -"82158",10533,10534 -"82159",10533,20633 -"82160",10533,35045 -"82161",10533,38197 -"82162",10533,81416 -"82163",10533,88011 -"82164",10534,28473 -"82165",10534,35045 -"82166",10534,84850 -"82167",10534,90289 -"82168",10536,41250 -"82169",10536,42432 -"82170",10536,75188 -"82171",10536,88605 -"82172",10537,11864 -"82173",10537,34565 -"82174",10537,67945 -"82175",10537,80986 -"82176",10537,92710 -"82177",10537,105359 -"82178",10538,10586 -"82179",10538,74391 -"82180",10539,22357 -"82181",10539,48250 -"82182",10539,63079 -"82183",10539,102716 -"82184",10539,115816 -"82185",10541,18962 -"82186",10541,85894 -"82187",10541,116647 -"82188",10542,27952 -"82189",10542,38221 -"82190",10542,42848 -"82191",10542,49477 -"82192",10542,69413 -"82193",10542,74526 -"82194",10543,13868 -"82195",10543,13963 -"82196",10543,14918 -"82197",10543,17351 -"82198",10543,20419 -"82199",10543,27642 -"82200",10543,31992 -"82201",10543,32422 -"82202",10543,34120 -"82203",10543,39077 -"82204",10543,44326 -"82205",10543,45635 -"82206",10543,46042 -"82207",10543,53989 -"82208",10543,65628 -"82209",10543,69642 -"82210",10543,69652 -"82211",10543,81315 -"82212",10543,94325 -"82213",10543,101446 -"82214",10543,107716 -"82215",10543,107893 -"82216",10543,107894 -"82217",10543,118655 -"82218",10544,104406 -"82219",10545,29997 -"82220",10545,47664 -"82221",10545,95062 -"82222",10546,11936 -"82223",10546,13111 -"82224",10546,13636 -"82225",10546,14749 -"82226",10546,15506 -"82227",10546,15816 -"82228",10546,30924 -"82229",10546,36671 -"82230",10546,40396 -"82231",10546,41436 -"82232",10546,42315 -"82233",10547,24291 -"82234",10547,76190 -"82235",10547,81095 -"82236",10547,82256 -"82237",10547,103358 -"82238",10547,119062 -"82239",10548,10716 -"82240",10548,11487 -"82241",10548,31421 -"82242",10548,33850 -"82243",10548,40605 -"82244",10548,47199 -"82245",10548,60433 -"82246",10548,89947 -"82247",10548,115520 -"82248",10550,20569 -"82249",10550,31828 -"82250",10550,34158 -"82251",10550,40095 -"82252",10550,51319 -"82253",10550,52579 -"82254",10550,70715 -"82255",10550,80871 -"82256",10550,80912 -"82257",10550,83641 -"82258",10550,100551 -"82259",10551,10658 -"82260",10551,11990 -"82261",10551,22945 -"82262",10551,24080 -"82263",10551,25442 -"82264",10551,28904 -"82265",10551,30525 -"82266",10551,35109 -"82267",10551,38716 -"82268",10551,54372 -"82269",10551,55273 -"82270",10551,72410 -"82271",10551,90154 -"82272",10551,92744 -"82273",10551,94492 -"82274",10551,103577 -"82275",10551,105913 -"82276",10551,110234 -"82277",10552,11598 -"82278",10552,43019 -"82279",10553,15439 -"82280",10553,17240 -"82281",10553,20093 -"82282",10553,24348 -"82283",10553,25267 -"82284",10553,37191 -"82285",10553,39154 -"82286",10553,49768 -"82287",10553,49965 -"82288",10553,53155 -"82289",10553,58763 -"82290",10553,69808 -"82291",10553,72076 -"82292",10553,72111 -"82293",10553,88230 -"82294",10553,96536 -"82295",10553,119452 -"82296",10553,119914 -"82297",10554,31186 -"82298",10554,36233 -"82299",10555,30059 -"82300",10557,10931 -"82301",10557,14972 -"82302",10557,17381 -"82303",10557,24012 -"82304",10557,34104 -"82305",10557,50435 -"82306",10557,54715 -"82307",10557,57459 -"82308",10557,63155 -"82309",10557,74290 -"82310",10557,81981 -"82311",10557,89169 -"82312",10557,100132 -"82313",10558,25556 -"82314",10558,32128 -"82315",10558,34053 -"82316",10558,55681 -"82317",10558,108098 -"82318",10559,10635 -"82319",10559,14433 -"82320",10559,14626 -"82321",10559,14722 -"82322",10559,16956 -"82323",10559,20291 -"82324",10559,26441 -"82325",10559,30377 -"82326",10559,40571 -"82327",10559,55221 -"82328",10559,64174 -"82329",10559,79642 -"82330",10559,86859 -"82331",10559,95578 -"82332",10559,95754 -"82333",10559,96570 -"82334",10560,10888 -"82335",10560,11034 -"82336",10560,16034 -"82337",10560,16298 -"82338",10560,73842 -"82339",10561,10571 -"82340",10561,11032 -"82341",10561,16495 -"82342",10561,19069 -"82343",10561,22057 -"82344",10561,29884 -"82345",10561,56639 -"82346",10561,68988 -"82347",10561,79320 -"82348",10561,93128 -"82349",10562,11445 -"82350",10563,42890 -"82351",10563,45520 -"82352",10563,46624 -"82353",10563,89020 -"82354",10563,95788 -"82355",10563,95798 -"82356",10564,10600 -"82357",10565,23476 -"82358",10566,11398 -"82359",10566,38431 -"82360",10566,40013 -"82361",10566,40216 -"82362",10566,44294 -"82363",10566,51029 -"82364",10566,58589 -"82365",10566,77181 -"82366",10566,85565 -"82367",10566,90113 -"82368",10566,97706 -"82369",10566,105050 -"82370",10566,115338 -"82371",10566,115820 -"82372",10566,119086 -"82373",10568,14761 -"82374",10568,21154 -"82375",10568,21156 -"82376",10569,13793 -"82377",10569,58141 -"82378",10570,24009 -"82379",10571,11032 -"82380",10571,15106 -"82381",10571,23572 -"82382",10571,30424 -"82383",10571,31152 -"82384",10571,61242 -"82385",10571,65172 -"82386",10572,27984 -"82387",10572,31462 -"82388",10572,38876 -"82389",10572,66475 -"82390",10572,82990 -"82391",10573,56937 -"82392",10573,94018 -"82393",10573,108275 -"82394",10573,123357 -"82395",10573,123358 -"82396",10574,33762 -"82397",10574,109011 -"82398",10575,41542 -"82399",10576,14700 -"82400",10576,15147 -"82401",10576,20260 -"82402",10576,45611 -"82403",10576,63315 -"82404",10576,91661 -"82405",10576,97498 -"82406",10576,114522 -"82407",10577,12193 -"82408",10577,15834 -"82409",10577,24376 -"82410",10577,30093 -"82411",10577,49964 -"82412",10578,15375 -"82413",10578,16192 -"82414",10578,21395 -"82415",10578,37063 -"82416",10578,53837 -"82417",10578,81934 -"82418",10578,86891 -"82419",10578,100791 -"82420",10579,35289 -"82421",10579,39720 -"82422",10579,48719 -"82423",10579,66670 -"82424",10580,80537 -"82425",10581,22537 -"82426",10581,74208 -"82427",10581,95932 -"82428",10582,10737 -"82429",10582,12238 -"82430",10582,20891 -"82431",10582,23645 -"82432",10582,31664 -"82433",10582,31969 -"82434",10582,36141 -"82435",10582,66614 -"82436",10582,78377 -"82437",10582,92741 -"82438",10582,105158 -"82439",10582,109416 -"82440",10582,121677 -"82441",10583,11513 -"82442",10583,32711 -"82443",10583,66772 -"82444",10583,78903 -"82445",10583,83407 -"82446",10583,85232 -"82447",10584,26598 -"82448",10584,27033 -"82449",10584,27170 -"82450",10584,35773 -"82451",10584,64226 -"82452",10584,70027 -"82453",10584,79367 -"82454",10584,92599 -"82455",10585,10761 -"82456",10585,11841 -"82457",10585,13939 -"82458",10585,15226 -"82459",10585,18342 -"82460",10585,19257 -"82461",10585,20792 -"82462",10585,21431 -"82463",10585,21467 -"82464",10585,24635 -"82465",10585,26694 -"82466",10585,26729 -"82467",10585,26786 -"82468",10585,26912 -"82469",10585,31403 -"82470",10585,43852 -"82471",10585,53071 -"82472",10585,56100 -"82473",10585,58970 -"82474",10585,60430 -"82475",10585,69932 -"82476",10585,94898 -"82477",10585,99010 -"82478",10587,10599 -"82479",10588,12238 -"82480",10588,23945 -"82481",10588,37255 -"82482",10589,12551 -"82483",10589,15466 -"82484",10589,36720 -"82485",10589,96464 -"82486",10590,26203 -"82487",10591,12332 -"82488",10591,22247 -"82489",10591,27031 -"82490",10591,27179 -"82491",10591,30203 -"82492",10591,36489 -"82493",10591,42731 -"82494",10591,49277 -"82495",10591,50872 -"82496",10591,54960 -"82497",10591,77849 -"82498",10591,95146 -"82499",10591,98321 -"82500",10591,98325 -"82501",10592,14248 -"82502",10592,27001 -"82503",10592,79406 -"82504",10592,83419 -"82505",10592,85419 -"82506",10592,99247 -"82507",10592,107934 -"82508",10592,112050 -"82509",10593,41142 -"82510",10593,59012 -"82511",10593,91512 -"82512",10594,63100 -"82513",10594,72972 -"82514",10594,85294 -"82515",10595,14577 -"82516",10595,17498 -"82517",10595,34239 -"82518",10595,41096 -"82519",10595,81077 -"82520",10595,109194 -"82521",10596,13416 -"82522",10596,40797 -"82523",10596,58875 -"82524",10596,71042 -"82525",10596,95255 -"82526",10596,97062 -"82527",10596,104377 -"82528",10597,11803 -"82529",10597,14061 -"82530",10597,24868 -"82531",10597,29354 -"82532",10597,32259 -"82533",10597,48712 -"82534",10597,49805 -"82535",10597,54608 -"82536",10597,67939 -"82537",10597,77519 -"82538",10597,80653 -"82539",10597,91539 -"82540",10597,103536 -"82541",10597,107322 -"82542",10597,107423 -"82543",10597,107428 -"82544",10597,108631 -"82545",10598,42353 -"82546",10598,81683 -"82547",10599,65484 -"82548",10599,102466 -"82549",10600,42442 -"82550",10601,15279 -"82551",10601,21868 -"82552",10601,23918 -"82553",10601,30555 -"82554",10601,31038 -"82555",10601,34193 -"82556",10601,34682 -"82557",10601,35702 -"82558",10601,41739 -"82559",10601,46725 -"82560",10601,48987 -"82561",10601,51234 -"82562",10601,74628 -"82563",10601,74883 -"82564",10601,77332 -"82565",10601,81272 -"82566",10601,93461 -"82567",10601,104693 -"82568",10602,11318 -"82569",10602,11855 -"82570",10602,12877 -"82571",10602,13223 -"82572",10602,14992 -"82573",10602,22548 -"82574",10602,28481 -"82575",10602,32311 -"82576",10602,32349 -"82577",10602,34033 -"82578",10602,36010 -"82579",10602,41904 -"82580",10602,45696 -"82581",10602,47686 -"82582",10602,47973 -"82583",10602,50425 -"82584",10602,57253 -"82585",10602,66261 -"82586",10602,68457 -"82587",10602,69198 -"82588",10602,77565 -"82589",10602,78974 -"82590",10602,86023 -"82591",10602,86497 -"82592",10602,87813 -"82593",10602,88773 -"82594",10602,90993 -"82595",10602,90994 -"82596",10602,92417 -"82597",10602,100319 -"82598",10602,101250 -"82599",10602,101462 -"82600",10602,109885 -"82601",10602,110742 -"82602",10602,112606 -"82603",10602,116142 -"82604",10602,116150 -"82605",10602,116151 -"82606",10602,116152 -"82607",10602,116155 -"82608",10602,116159 -"82609",10602,116163 -"82610",10602,116165 -"82611",10602,116166 -"82612",10602,116171 -"82613",10602,116677 -"82614",10602,116678 -"82615",10603,18715 -"82616",10603,52390 -"82617",10603,56440 -"82618",10603,56930 -"82619",10603,61063 -"82620",10603,63413 -"82621",10603,66890 -"82622",10604,31983 -"82623",10605,13260 -"82624",10605,14994 -"82625",10605,16905 -"82626",10605,16907 -"82627",10605,17031 -"82628",10605,32490 -"82629",10605,33877 -"82630",10606,39489 -"82631",10606,60835 -"82632",10606,91418 -"82633",10606,99681 -"82634",10606,113710 -"82635",10606,117585 -"82636",10606,121088 -"82637",10607,18580 -"82638",10607,33690 -"82639",10607,38705 -"82640",10607,38867 -"82641",10607,46700 -"82642",10607,62142 -"82643",10607,101612 -"82644",10608,42972 -"82645",10608,67142 -"82646",10608,122641 -"82647",10609,61150 -"82648",10610,11361 -"82649",10610,17925 -"82650",10610,32777 -"82651",10611,12380 -"82652",10611,15699 -"82653",10612,11025 -"82654",10612,11606 -"82655",10612,13760 -"82656",10612,22931 -"82657",10612,24497 -"82658",10612,49664 -"82659",10612,54929 -"82660",10612,54940 -"82661",10612,70379 -"82662",10612,79752 -"82663",10612,100089 -"82664",10612,108333 -"82665",10613,10634 -"82666",10613,11563 -"82667",10613,13779 -"82668",10613,17026 -"82669",10613,50812 -"82670",10613,58448 -"82671",10614,10697 -"82672",10614,10804 -"82673",10615,10836 -"82674",10615,10941 -"82675",10615,29890 -"82676",10615,65163 -"82677",10615,70020 -"82678",10615,74453 -"82679",10616,11255 -"82680",10616,21741 -"82681",10616,31274 -"82682",10616,52109 -"82683",10616,56783 -"82684",10616,58629 -"82685",10616,76132 -"82686",10616,76675 -"82687",10616,81950 -"82688",10617,12930 -"82689",10618,11075 -"82690",10618,23760 -"82691",10618,48974 -"82692",10618,106873 -"82693",10618,107439 -"82694",10619,10936 -"82695",10619,20294 -"82696",10620,11427 -"82697",10620,12313 -"82698",10620,19264 -"82699",10620,33799 -"82700",10620,34594 -"82701",10620,40775 -"82702",10620,41148 -"82703",10620,41158 -"82704",10620,45927 -"82705",10620,46114 -"82706",10621,21000 -"82707",10621,54660 -"82708",10621,83873 -"82709",10622,14891 -"82710",10622,67582 -"82711",10622,84936 -"82712",10622,86357 -"82713",10622,88913 -"82714",10622,90255 -"82715",10622,102191 -"82716",10622,111540 -"82717",10623,10684 -"82718",10623,33148 -"82719",10623,40218 -"82720",10623,42960 -"82721",10623,91735 -"82722",10624,10676 -"82723",10624,10706 -"82724",10624,10815 -"82725",10624,10854 -"82726",10624,60195 -"82727",10624,91296 -"82728",10625,23388 -"82729",10625,26917 -"82730",10625,33592 -"82731",10625,33594 -"82732",10625,43817 -"82733",10625,45593 -"82734",10625,48906 -"82735",10625,54773 -"82736",10625,56645 -"82737",10625,76396 -"82738",10625,76728 -"82739",10625,76900 -"82740",10625,77017 -"82741",10625,77965 -"82742",10625,85736 -"82743",10625,96353 -"82744",10625,96926 -"82745",10625,96927 -"82746",10625,97957 -"82747",10625,98449 -"82748",10625,103864 -"82749",10625,106407 -"82750",10626,29194 -"82751",10626,63252 -"82752",10626,105414 -"82753",10627,25931 -"82754",10627,26082 -"82755",10627,43382 -"82756",10628,10875 -"82757",10628,11811 -"82758",10628,20783 -"82759",10628,21394 -"82760",10628,23531 -"82761",10628,25122 -"82762",10628,108540 -"82763",10628,114922 -"82764",10629,23444 -"82765",10629,35000 -"82766",10629,63377 -"82767",10630,70504 -"82768",10630,84359 -"82769",10631,11159 -"82770",10631,14695 -"82771",10631,36894 -"82772",10631,39302 -"82773",10631,43833 -"82774",10631,46422 -"82775",10631,49320 -"82776",10631,53667 -"82777",10631,65671 -"82778",10631,75984 -"82779",10631,80062 -"82780",10631,86621 -"82781",10631,89954 -"82782",10631,97843 -"82783",10631,98294 -"82784",10631,101933 -"82785",10631,108860 -"82786",10631,109387 -"82787",10631,109405 -"82788",10631,109410 -"82789",10631,110049 -"82790",10631,110052 -"82791",10631,110166 -"82792",10631,122731 -"82793",10632,80130 -"82794",10632,101766 -"82795",10633,11168 -"82796",10633,21975 -"82797",10633,36554 -"82798",10633,57594 -"82799",10633,73205 -"82800",10635,14626 -"82801",10636,10637 -"82802",10636,10826 -"82803",10636,20435 -"82804",10636,62166 -"82805",10636,79869 -"82806",10636,91841 -"82807",10636,94424 -"82808",10637,10826 -"82809",10637,15116 -"82810",10637,18277 -"82811",10637,20435 -"82812",10637,21891 -"82813",10637,74433 -"82814",10637,81764 -"82815",10637,85290 -"82816",10637,95233 -"82817",10637,96590 -"82818",10638,13172 -"82819",10638,16552 -"82820",10638,16777 -"82821",10638,23556 -"82822",10638,27008 -"82823",10638,43081 -"82824",10638,68761 -"82825",10638,79599 -"82826",10638,85778 -"82827",10638,109347 -"82828",10638,119364 -"82829",10639,22442 -"82830",10639,24745 -"82831",10639,25371 -"82832",10639,41561 -"82833",10639,44842 -"82834",10639,54278 -"82835",10639,56178 -"82836",10639,60960 -"82837",10639,61615 -"82838",10639,83406 -"82839",10639,91068 -"82840",10639,99299 -"82841",10640,10830 -"82842",10640,27587 -"82843",10640,30836 -"82844",10640,48965 -"82845",10641,14116 -"82846",10641,23568 -"82847",10641,91005 -"82848",10642,10912 -"82849",10642,65164 -"82850",10643,20729 -"82851",10643,28394 -"82852",10644,24105 -"82853",10645,21715 -"82854",10645,23797 -"82855",10645,23854 -"82856",10645,25031 -"82857",10645,29417 -"82858",10645,33753 -"82859",10645,39501 -"82860",10645,40563 -"82861",10645,42923 -"82862",10645,46192 -"82863",10645,46257 -"82864",10645,46258 -"82865",10645,47768 -"82866",10645,51060 -"82867",10645,52750 -"82868",10645,52770 -"82869",10645,52773 -"82870",10645,64864 -"82871",10645,82022 -"82872",10645,89708 -"82873",10645,99435 -"82874",10646,16849 -"82875",10646,43432 -"82876",10646,99173 -"82877",10646,101653 -"82878",10646,108647 -"82879",10646,112853 -"82880",10647,10899 -"82881",10648,25748 -"82882",10648,39507 -"82883",10648,47178 -"82884",10649,10650 -"82885",10649,10779 -"82886",10649,10920 -"82887",10649,11005 -"82888",10650,10779 -"82889",10650,10920 -"82890",10650,11005 -"82891",10650,11168 -"82892",10650,25594 -"82893",10650,36554 -"82894",10650,60306 -"82895",10651,10871 -"82896",10651,22516 -"82897",10651,30418 -"82898",10651,50508 -"82899",10651,55712 -"82900",10651,64503 -"82901",10651,72530 -"82902",10651,88986 -"82903",10651,104280 -"82904",10651,112884 -"82905",10652,15540 -"82906",10652,19017 -"82907",10652,19502 -"82908",10652,24832 -"82909",10652,28630 -"82910",10652,36112 -"82911",10652,39447 -"82912",10652,40926 -"82913",10652,41077 -"82914",10652,51075 -"82915",10652,64100 -"82916",10652,81056 -"82917",10652,81125 -"82918",10652,90893 -"82919",10652,92904 -"82920",10652,94892 -"82921",10652,94992 -"82922",10652,94995 -"82923",10652,105665 -"82924",10653,10850 -"82925",10653,11099 -"82926",10653,27123 -"82927",10653,38094 -"82928",10653,83917 -"82929",10654,34372 -"82930",10654,35074 -"82931",10654,35114 -"82932",10654,35115 -"82933",10654,35116 -"82934",10654,35117 -"82935",10654,35118 -"82936",10654,35119 -"82937",10654,35120 -"82938",10654,35121 -"82939",10654,35122 -"82940",10654,35125 -"82941",10654,35126 -"82942",10654,35127 -"82943",10654,35128 -"82944",10654,35130 -"82945",10654,35138 -"82946",10654,35139 -"82947",10654,35144 -"82948",10654,35145 -"82949",10654,35149 -"82950",10654,35150 -"82951",10654,35151 -"82952",10654,35152 -"82953",10654,35164 -"82954",10654,35165 -"82955",10654,35166 -"82956",10654,35167 -"82957",10654,35168 -"82958",10654,35169 -"82959",10654,35170 -"82960",10654,35190 -"82961",10654,35191 -"82962",10654,35192 -"82963",10654,35193 -"82964",10654,35194 -"82965",10654,35197 -"82966",10654,35198 -"82967",10654,35199 -"82968",10654,35200 -"82969",10654,35204 -"82970",10654,35205 -"82971",10654,35206 -"82972",10654,35207 -"82973",10654,35208 -"82974",10654,35210 -"82975",10654,35211 -"82976",10654,35212 -"82977",10654,35213 -"82978",10654,35220 -"82979",10654,35221 -"82980",10654,35225 -"82981",10654,35226 -"82982",10654,35227 -"82983",10654,35228 -"82984",10654,35229 -"82985",10654,35246 -"82986",10654,35247 -"82987",10654,35248 -"82988",10654,35249 -"82989",10654,35255 -"82990",10654,35271 -"82991",10654,35272 -"82992",10654,35273 -"82993",10654,35274 -"82994",10654,35275 -"82995",10654,35276 -"82996",10654,35277 -"82997",10654,35279 -"82998",10654,35280 -"82999",10654,35297 -"83000",10654,35298 -"83001",10654,35300 -"83002",10654,35310 -"83003",10654,35311 -"83004",10654,35313 -"83005",10654,35314 -"83006",10654,35315 -"83007",10654,35321 -"83008",10654,35322 -"83009",10654,35323 -"83010",10654,35324 -"83011",10654,35326 -"83012",10654,35327 -"83013",10654,35328 -"83014",10654,35330 -"83015",10654,35331 -"83016",10654,35332 -"83017",10654,35337 -"83018",10654,35343 -"83019",10654,35344 -"83020",10654,35345 -"83021",10654,35346 -"83022",10654,35347 -"83023",10654,35348 -"83024",10654,35353 -"83025",10654,35354 -"83026",10654,35355 -"83027",10654,35356 -"83028",10654,35357 -"83029",10654,35362 -"83030",10654,35363 -"83031",10654,35461 -"83032",10654,35685 -"83033",10654,35686 -"83034",10654,35687 -"83035",10654,35862 -"83036",10654,35863 -"83037",10654,35864 -"83038",10654,35865 -"83039",10654,35866 -"83040",10654,35867 -"83041",10654,35956 -"83042",10654,35957 -"83043",10654,35968 -"83044",10654,35969 -"83045",10654,35970 -"83046",10654,36094 -"83047",10654,51445 -"83048",10654,59531 -"83049",10654,63789 -"83050",10655,10775 -"83051",10655,41054 -"83052",10655,62411 -"83053",10655,77240 -"83054",10655,120476 -"83055",10656,16014 -"83056",10656,44845 -"83057",10656,55044 -"83058",10656,106525 -"83059",10657,23353 -"83060",10657,27999 -"83061",10657,30796 -"83062",10657,45329 -"83063",10657,67571 -"83064",10658,77384 -"83065",10658,103577 -"83066",10659,11075 -"83067",10659,12551 -"83068",10659,16115 -"83069",10659,17335 -"83070",10659,26504 -"83071",10659,36017 -"83072",10659,48974 -"83073",10659,49985 -"83074",10659,57693 -"83075",10659,57958 -"83076",10660,16326 -"83077",10661,25140 -"83078",10661,72910 -"83079",10662,79685 -"83080",10663,11014 -"83081",10663,42433 -"83082",10663,66277 -"83083",10663,69030 -"83084",10663,86065 -"83085",10664,45693 -"83086",10664,62095 -"83087",10664,76427 -"83088",10664,93684 -"83089",10665,10861 -"83090",10665,13160 -"83091",10665,17066 -"83092",10665,27012 -"83093",10665,32077 -"83094",10665,33552 -"83095",10666,44001 -"83096",10667,15731 -"83097",10667,28373 -"83098",10667,35631 -"83099",10667,58789 -"83100",10667,59667 -"83101",10667,73277 -"83102",10667,89906 -"83103",10667,97279 -"83104",10667,120455 -"83105",10667,120456 -"83106",10668,10717 -"83107",10668,11514 -"83108",10668,14161 -"83109",10668,16169 -"83110",10668,26066 -"83111",10668,26080 -"83112",10668,32975 -"83113",10668,37985 -"83114",10668,41972 -"83115",10668,42429 -"83116",10668,53442 -"83117",10668,54003 -"83118",10668,55666 -"83119",10668,62244 -"83120",10668,94107 -"83121",10668,115840 -"83122",10669,97077 -"83123",10670,29841 -"83124",10670,32481 -"83125",10670,36351 -"83126",10670,53969 -"83127",10670,66645 -"83128",10670,72706 -"83129",10670,82146 -"83130",10670,84198 -"83131",10671,14067 -"83132",10672,12261 -"83133",10672,19699 -"83134",10672,71429 -"83135",10672,100845 -"83136",10674,23911 -"83137",10674,43141 -"83138",10674,74624 -"83139",10675,14501 -"83140",10675,48722 -"83141",10676,10706 -"83142",10676,10815 -"83143",10676,10854 -"83144",10677,10679 -"83145",10677,33581 -"83146",10677,117383 -"83147",10678,12655 -"83148",10678,26725 -"83149",10678,33599 -"83150",10680,14673 -"83151",10680,21808 -"83152",10680,41515 -"83153",10680,84202 -"83154",10680,99406 -"83155",10680,103661 -"83156",10680,109436 -"83157",10680,113749 -"83158",10680,120182 -"83159",10680,120434 -"83160",10681,10733 -"83161",10681,60836 -"83162",10682,10831 -"83163",10682,67706 -"83164",10685,10744 -"83165",10685,10851 -"83166",10685,14371 -"83167",10685,14386 -"83168",10685,18330 -"83169",10685,22351 -"83170",10685,25278 -"83171",10685,27144 -"83172",10685,31013 -"83173",10685,77933 -"83174",10685,83333 -"83175",10685,83363 -"83176",10686,10759 -"83177",10686,10834 -"83178",10686,10919 -"83179",10686,74861 -"83180",10686,74992 -"83181",10687,48355 -"83182",10687,52487 -"83183",10687,57283 -"83184",10687,61216 -"83185",10687,66244 -"83186",10687,68716 -"83187",10687,68721 -"83188",10687,68779 -"83189",10687,69097 -"83190",10687,69098 -"83191",10688,10788 -"83192",10688,14448 -"83193",10688,15099 -"83194",10688,16669 -"83195",10688,19805 -"83196",10688,21098 -"83197",10688,21918 -"83198",10688,24939 -"83199",10688,25639 -"83200",10688,26432 -"83201",10688,26943 -"83202",10688,28499 -"83203",10688,30866 -"83204",10688,31700 -"83205",10688,32361 -"83206",10688,33275 -"83207",10688,33883 -"83208",10688,36286 -"83209",10688,36767 -"83210",10688,37937 -"83211",10688,40419 -"83212",10688,42608 -"83213",10688,44180 -"83214",10688,45818 -"83215",10688,51476 -"83216",10688,51892 -"83217",10688,53755 -"83218",10688,54168 -"83219",10688,57210 -"83220",10688,58482 -"83221",10688,59172 -"83222",10688,59816 -"83223",10688,61874 -"83224",10688,63274 -"83225",10688,66322 -"83226",10688,67327 -"83227",10688,70854 -"83228",10688,71683 -"83229",10688,72568 -"83230",10688,72628 -"83231",10688,73767 -"83232",10688,78532 -"83233",10688,81609 -"83234",10688,85885 -"83235",10688,91255 -"83236",10688,92247 -"83237",10688,92352 -"83238",10688,92362 -"83239",10688,92929 -"83240",10688,93719 -"83241",10688,94906 -"83242",10688,94946 -"83243",10688,95889 -"83244",10688,96093 -"83245",10688,97988 -"83246",10688,99309 -"83247",10688,99376 -"83248",10688,99450 -"83249",10688,99471 -"83250",10688,99474 -"83251",10688,100916 -"83252",10688,100944 -"83253",10688,101126 -"83254",10688,101329 -"83255",10688,105557 -"83256",10688,107199 -"83257",10688,108743 -"83258",10688,108980 -"83259",10688,109291 -"83260",10688,109933 -"83261",10688,110483 -"83262",10688,110567 -"83263",10688,110572 -"83264",10688,110630 -"83265",10688,110648 -"83266",10688,110711 -"83267",10688,110770 -"83268",10688,110869 -"83269",10688,110911 -"83270",10688,111285 -"83271",10688,111314 -"83272",10688,111362 -"83273",10688,111372 -"83274",10688,111424 -"83275",10688,111433 -"83276",10688,112422 -"83277",10688,113269 -"83278",10688,113430 -"83279",10688,114242 -"83280",10688,114842 -"83281",10688,115427 -"83282",10688,115521 -"83283",10688,115711 -"83284",10689,47388 -"83285",10690,30636 -"83286",10690,43869 -"83287",10690,44006 -"83288",10690,73128 -"83289",10690,96122 -"83290",10691,11092 -"83291",10691,21404 -"83292",10691,23837 -"83293",10691,25519 -"83294",10691,28687 -"83295",10691,31819 -"83296",10691,32340 -"83297",10691,38301 -"83298",10691,39249 -"83299",10691,41476 -"83300",10691,46349 -"83301",10691,53328 -"83302",10691,57795 -"83303",10691,64547 -"83304",10691,65687 -"83305",10691,72721 -"83306",10691,76173 -"83307",10691,80324 -"83308",10691,96279 -"83309",10692,10693 -"83310",10692,10698 -"83311",10692,10873 -"83312",10692,10927 -"83313",10692,11010 -"83314",10692,13940 -"83315",10692,28095 -"83316",10692,30159 -"83317",10692,30190 -"83318",10692,34718 -"83319",10692,69965 -"83320",10692,75347 -"83321",10692,85420 -"83322",10693,10698 -"83323",10693,10873 -"83324",10693,10927 -"83325",10693,28095 -"83326",10693,30159 -"83327",10694,23190 -"83328",10694,27794 -"83329",10694,36880 -"83330",10694,41579 -"83331",10694,41669 -"83332",10694,54608 -"83333",10694,119690 -"83334",10695,10923 -"83335",10696,104341 -"83336",10697,10804 -"83337",10697,116141 -"83338",10698,10873 -"83339",10698,10927 -"83340",10698,28095 -"83341",10698,30190 -"83342",10698,46848 -"83343",10698,64494 -"83344",10698,69965 -"83345",10698,107787 -"83346",10699,24200 -"83347",10699,27634 -"83348",10699,29055 -"83349",10699,39583 -"83350",10699,46578 -"83351",10699,61681 -"83352",10699,71858 -"83353",10699,92568 -"83354",10700,11550 -"83355",10700,15654 -"83356",10700,18201 -"83357",10700,20926 -"83358",10700,22073 -"83359",10700,43512 -"83360",10700,46386 -"83361",10700,52234 -"83362",10700,76612 -"83363",10700,81611 -"83364",10700,83735 -"83365",10701,16026 -"83366",10701,16340 -"83367",10701,16713 -"83368",10701,17695 -"83369",10701,21450 -"83370",10701,21896 -"83371",10701,32169 -"83372",10701,33723 -"83373",10701,43701 -"83374",10701,46648 -"83375",10701,50468 -"83376",10701,76510 -"83377",10701,80171 -"83378",10701,80304 -"83379",10701,83184 -"83380",10701,83773 -"83381",10701,86117 -"83382",10701,88480 -"83383",10701,91207 -"83384",10701,91220 -"83385",10701,92537 -"83386",10701,97442 -"83387",10701,110956 -"83388",10701,111140 -"83389",10701,115926 -"83390",10701,118554 -"83391",10701,118565 -"83392",10701,118634 -"83393",10701,118639 -"83394",10702,32178 -"83395",10702,37000 -"83396",10702,50126 -"83397",10702,58796 -"83398",10702,73052 -"83399",10703,35654 -"83400",10703,81847 -"83401",10703,95727 -"83402",10703,97614 -"83403",10704,71046 -"83404",10705,11569 -"83405",10706,10815 -"83406",10706,10854 -"83407",10707,42847 -"83408",10707,63248 -"83409",10708,10918 -"83410",10708,45023 -"83411",10708,45036 -"83412",10708,45065 -"83413",10708,45108 -"83414",10708,45117 -"83415",10708,45118 -"83416",10708,45126 -"83417",10709,22670 -"83418",10709,27014 -"83419",10709,27609 -"83420",10709,82498 -"83421",10709,92883 -"83422",10709,109521 -"83423",10709,117532 -"83424",10710,10727 -"83425",10710,10814 -"83426",10710,13050 -"83427",10710,13122 -"83428",10710,25055 -"83429",10711,10729 -"83430",10711,10846 -"83431",10711,10894 -"83432",10711,86668 -"83433",10711,97316 -"83434",10711,112725 -"83435",10711,113028 -"83436",10712,19994 -"83437",10712,23754 -"83438",10712,29836 -"83439",10712,34175 -"83440",10712,42752 -"83441",10712,46138 -"83442",10712,64648 -"83443",10712,69274 -"83444",10713,11252 -"83445",10713,14350 -"83446",10713,14505 -"83447",10713,56317 -"83448",10713,82180 -"83449",10714,68058 -"83450",10714,76152 -"83451",10714,83127 -"83452",10714,83137 -"83453",10714,103484 -"83454",10715,18363 -"83455",10715,86493 -"83456",10715,92460 -"83457",10715,94773 -"83458",10716,11487 -"83459",10716,26702 -"83460",10716,29907 -"83461",10716,35634 -"83462",10716,40605 -"83463",10716,41168 -"83464",10716,42407 -"83465",10716,47199 -"83466",10716,53365 -"83467",10716,59529 -"83468",10716,65371 -"83469",10716,77874 -"83470",10716,98637 -"83471",10716,98648 -"83472",10716,115520 -"83473",10717,16169 -"83474",10717,17015 -"83475",10717,33471 -"83476",10717,41845 -"83477",10717,45007 -"83478",10717,50324 -"83479",10717,50344 -"83480",10717,70398 -"83481",10717,75778 -"83482",10718,10817 -"83483",10718,10855 -"83484",10718,26018 -"83485",10718,27360 -"83486",10718,27440 -"83487",10718,42990 -"83488",10718,67436 -"83489",10718,67460 -"83490",10718,67462 -"83491",10718,69505 -"83492",10719,11584 -"83493",10719,23257 -"83494",10719,36130 -"83495",10719,63237 -"83496",10719,63315 -"83497",10720,10849 -"83498",10720,10908 -"83499",10720,31431 -"83500",10720,38665 -"83501",10720,45100 -"83502",10720,74679 -"83503",10720,89549 -"83504",10720,91569 -"83505",10720,91801 -"83506",10720,93796 -"83507",10720,110129 -"83508",10720,110137 -"83509",10720,123263 -"83510",10720,123402 -"83511",10721,63176 -"83512",10721,66476 -"83513",10721,71456 -"83514",10721,104269 -"83515",10722,12804 -"83516",10722,18217 -"83517",10722,19351 -"83518",10722,85917 -"83519",10723,45593 -"83520",10723,60066 -"83521",10724,74321 -"83522",10724,77848 -"83523",10725,10886 -"83524",10725,25573 -"83525",10726,16747 -"83526",10726,34998 -"83527",10726,35020 -"83528",10726,36056 -"83529",10726,55987 -"83530",10726,93102 -"83531",10726,100007 -"83532",10727,10814 -"83533",10727,12670 -"83534",10727,13909 -"83535",10727,16795 -"83536",10727,23253 -"83537",10727,24104 -"83538",10727,25055 -"83539",10727,27579 -"83540",10727,27614 -"83541",10727,96722 -"83542",10727,97883 -"83543",10728,14809 -"83544",10729,10846 -"83545",10729,10894 -"83546",10729,16067 -"83547",10729,32413 -"83548",10729,42148 -"83549",10729,60941 -"83550",10729,65892 -"83551",10729,86905 -"83552",10729,91975 -"83553",10729,94060 -"83554",10730,68539 -"83555",10730,80134 -"83556",10730,91152 -"83557",10731,10751 -"83558",10731,44145 -"83559",10731,57502 -"83560",10731,57503 -"83561",10731,57524 -"83562",10731,57543 -"83563",10731,57555 -"83564",10732,10866 -"83565",10732,37817 -"83566",10732,49926 -"83567",10732,67599 -"83568",10732,81106 -"83569",10732,81124 -"83570",10732,85890 -"83571",10732,86651 -"83572",10734,11052 -"83573",10734,21411 -"83574",10735,13784 -"83575",10735,101247 -"83576",10736,14489 -"83577",10736,15121 -"83578",10736,23057 -"83579",10736,84893 -"83580",10737,19734 -"83581",10737,23645 -"83582",10737,31447 -"83583",10737,45849 -"83584",10737,46218 -"83585",10737,47965 -"83586",10737,55239 -"83587",10737,59732 -"83588",10737,68374 -"83589",10737,92805 -"83590",10737,101857 -"83591",10737,109416 -"83592",10737,109490 -"83593",10738,12382 -"83594",10738,42093 -"83595",10738,63766 -"83596",10738,64815 -"83597",10738,76633 -"83598",10738,76634 -"83599",10738,76656 -"83600",10738,76661 -"83601",10738,76775 -"83602",10738,76949 -"83603",10738,76950 -"83604",10738,76951 -"83605",10739,15336 -"83606",10739,15338 -"83607",10739,16595 -"83608",10739,43188 -"83609",10739,45508 -"83610",10739,45520 -"83611",10739,62513 -"83612",10739,77275 -"83613",10740,11049 -"83614",10740,11050 -"83615",10740,11116 -"83616",10740,48655 -"83617",10741,58559 -"83618",10742,11214 -"83619",10742,23492 -"83620",10742,36197 -"83621",10742,54556 -"83622",10742,59376 -"83623",10743,12332 -"83624",10743,19207 -"83625",10743,22942 -"83626",10743,32041 -"83627",10743,59843 -"83628",10744,10851 -"83629",10744,15529 -"83630",10744,27099 -"83631",10744,28037 -"83632",10744,57633 -"83633",10744,61033 -"83634",10744,69250 -"83635",10744,90256 -"83636",10744,91308 -"83637",10744,112724 -"83638",10745,12943 -"83639",10746,10859 -"83640",10746,14253 -"83641",10746,16881 -"83642",10747,14740 -"83643",10747,15601 -"83644",10747,16894 -"83645",10747,17354 -"83646",10747,18765 -"83647",10747,19506 -"83648",10747,19536 -"83649",10747,33551 -"83650",10747,44662 -"83651",10747,49992 -"83652",10747,52180 -"83653",10747,55712 -"83654",10747,62188 -"83655",10747,79870 -"83656",10747,88029 -"83657",10747,88695 -"83658",10747,88986 -"83659",10747,90790 -"83660",10747,91162 -"83661",10747,91163 -"83662",10747,91165 -"83663",10747,91170 -"83664",10747,91201 -"83665",10747,109892 -"83666",10748,97743 -"83667",10749,12632 -"83668",10749,19318 -"83669",10749,23099 -"83670",10749,42340 -"83671",10749,42461 -"83672",10749,42859 -"83673",10749,75723 -"83674",10749,82628 -"83675",10749,85643 -"83676",10749,99045 -"83677",10749,114360 -"83678",10749,122243 -"83679",10749,123209 -"83680",10749,123222 -"83681",10749,123224 -"83682",10749,123229 -"83683",10749,123232 -"83684",10749,123234 -"83685",10749,123250 -"83686",10750,10764 -"83687",10750,105370 -"83688",10752,15370 -"83689",10752,15387 -"83690",10752,15388 -"83691",10752,15448 -"83692",10752,15528 -"83693",10752,16852 -"83694",10752,40910 -"83695",10752,47343 -"83696",10752,47873 -"83697",10752,49589 -"83698",10752,51589 -"83699",10752,58339 -"83700",10752,59100 -"83701",10752,83695 -"83702",10753,18108 -"83703",10753,79763 -"83704",10753,89431 -"83705",10753,109859 -"83706",10754,19680 -"83707",10754,46486 -"83708",10755,10756 -"83709",10755,12214 -"83710",10755,80117 -"83711",10755,91823 -"83712",10756,46849 -"83713",10757,10787 -"83714",10758,39791 -"83715",10758,39805 -"83716",10758,52564 -"83717",10758,73288 -"83718",10758,94365 -"83719",10759,10834 -"83720",10759,10919 -"83721",10760,11485 -"83722",10760,11946 -"83723",10760,14891 -"83724",10760,18397 -"83725",10760,20653 -"83726",10760,21976 -"83727",10760,26443 -"83728",10760,28043 -"83729",10760,28438 -"83730",10760,28568 -"83731",10760,29296 -"83732",10760,31168 -"83733",10760,31170 -"83734",10760,31181 -"83735",10760,31182 -"83736",10760,31184 -"83737",10760,31238 -"83738",10760,31247 -"83739",10760,31269 -"83740",10760,31314 -"83741",10760,31829 -"83742",10760,31913 -"83743",10760,74662 -"83744",10760,77109 -"83745",10761,10901 -"83746",10761,12159 -"83747",10761,15226 -"83748",10761,22585 -"83749",10761,24327 -"83750",10761,38062 -"83751",10761,43706 -"83752",10761,53071 -"83753",10761,58970 -"83754",10761,60430 -"83755",10761,81135 -"83756",10761,87050 -"83757",10762,10798 -"83758",10762,30463 -"83759",10762,45127 -"83760",10762,49644 -"83761",10762,50652 -"83762",10762,74167 -"83763",10762,78359 -"83764",10762,105759 -"83765",10762,107435 -"83766",10762,107908 -"83767",10762,107913 -"83768",10762,107924 -"83769",10762,107930 -"83770",10762,107978 -"83771",10762,115679 -"83772",10763,10844 -"83773",10764,14196 -"83774",10764,49536 -"83775",10764,51205 -"83776",10764,78635 -"83777",10765,43687 -"83778",10765,53329 -"83779",10766,14915 -"83780",10766,46261 -"83781",10767,18171 -"83782",10768,14917 -"83783",10768,46951 -"83784",10768,54856 -"83785",10768,100248 -"83786",10768,100270 -"83787",10769,10789 -"83788",10769,11006 -"83789",10769,12791 -"83790",10769,13053 -"83791",10769,16432 -"83792",10769,17931 -"83793",10769,19248 -"83794",10769,19719 -"83795",10769,21861 -"83796",10769,23697 -"83797",10769,49194 -"83798",10769,52570 -"83799",10769,54354 -"83800",10769,56388 -"83801",10769,61982 -"83802",10769,62841 -"83803",10769,76892 -"83804",10770,22130 -"83805",10770,54234 -"83806",10770,90840 -"83807",10770,91431 -"83808",10771,20991 -"83809",10771,49282 -"83810",10771,54708 -"83811",10772,17581 -"83812",10772,20790 -"83813",10772,107105 -"83814",10772,110507 -"83815",10773,26762 -"83816",10773,35085 -"83817",10773,45379 -"83818",10773,50668 -"83819",10773,79502 -"83820",10773,109048 -"83821",10773,109071 -"83822",10773,111052 -"83823",10774,52624 -"83824",10774,73444 -"83825",10774,92601 -"83826",10774,92602 -"83827",10775,45998 -"83828",10776,11131 -"83829",10776,27978 -"83830",10776,63101 -"83831",10777,17315 -"83832",10777,32782 -"83833",10778,27845 -"83834",10779,10920 -"83835",10779,11005 -"83836",10779,11251 -"83837",10779,26076 -"83838",10779,28639 -"83839",10779,47688 -"83840",10779,94653 -"83841",10779,96476 -"83842",10780,83211 -"83843",10781,14051 -"83844",10782,18174 -"83845",10782,27042 -"83846",10782,32267 -"83847",10782,48702 -"83848",10782,98263 -"83849",10782,98264 -"83850",10782,98288 -"83851",10783,12139 -"83852",10783,13294 -"83853",10783,29170 -"83854",10783,32861 -"83855",10783,32940 -"83856",10783,53543 -"83857",10784,23165 -"83858",10784,33939 -"83859",10785,18493 -"83860",10785,19056 -"83861",10785,19137 -"83862",10785,19425 -"83863",10785,19514 -"83864",10785,19515 -"83865",10785,19679 -"83866",10785,19705 -"83867",10785,20313 -"83868",10785,22031 -"83869",10785,22810 -"83870",10785,30164 -"83871",10785,33019 -"83872",10786,21383 -"83873",10786,46379 -"83874",10786,52573 -"83875",10786,55312 -"83876",10786,78138 -"83877",10786,82171 -"83878",10786,87772 -"83879",10787,15875 -"83880",10787,41195 -"83881",10787,48223 -"83882",10787,77359 -"83883",10788,14191 -"83884",10788,14448 -"83885",10788,14708 -"83886",10788,15099 -"83887",10788,16669 -"83888",10788,17857 -"83889",10788,19068 -"83890",10788,19082 -"83891",10788,19805 -"83892",10788,21098 -"83893",10788,21918 -"83894",10788,23316 -"83895",10788,23361 -"83896",10788,24939 -"83897",10788,25013 -"83898",10788,25150 -"83899",10788,25639 -"83900",10788,26432 -"83901",10788,26943 -"83902",10788,28499 -"83903",10788,30866 -"83904",10788,31700 -"83905",10788,32361 -"83906",10788,33275 -"83907",10788,33883 -"83908",10788,36286 -"83909",10788,36767 -"83910",10788,36954 -"83911",10788,37307 -"83912",10788,37937 -"83913",10788,40419 -"83914",10788,41455 -"83915",10788,42608 -"83916",10788,43149 -"83917",10788,44180 -"83918",10788,44687 -"83919",10788,45818 -"83920",10788,45990 -"83921",10788,50207 -"83922",10788,50488 -"83923",10788,51476 -"83924",10788,51892 -"83925",10788,52112 -"83926",10788,53415 -"83927",10788,53755 -"83928",10788,54168 -"83929",10788,56357 -"83930",10788,57210 -"83931",10788,57636 -"83932",10788,58482 -"83933",10788,59172 -"83934",10788,59798 -"83935",10788,59816 -"83936",10788,61874 -"83937",10788,63274 -"83938",10788,66322 -"83939",10788,67327 -"83940",10788,70854 -"83941",10788,70907 -"83942",10788,71683 -"83943",10788,72568 -"83944",10788,72628 -"83945",10788,72891 -"83946",10788,73767 -"83947",10788,77125 -"83948",10788,78398 -"83949",10788,78532 -"83950",10788,81609 -"83951",10788,82426 -"83952",10788,84343 -"83953",10788,85000 -"83954",10788,85101 -"83955",10788,85885 -"83956",10788,91255 -"83957",10788,91682 -"83958",10788,92247 -"83959",10788,92352 -"83960",10788,92362 -"83961",10788,92929 -"83962",10788,93719 -"83963",10788,94906 -"83964",10788,94946 -"83965",10788,95206 -"83966",10788,95267 -"83967",10788,95889 -"83968",10788,96093 -"83969",10788,97580 -"83970",10788,97988 -"83971",10788,98727 -"83972",10788,98776 -"83973",10788,99309 -"83974",10788,99376 -"83975",10788,99450 -"83976",10788,99471 -"83977",10788,99474 -"83978",10788,100795 -"83979",10788,100916 -"83980",10788,100944 -"83981",10788,101126 -"83982",10788,101329 -"83983",10788,105557 -"83984",10788,106824 -"83985",10788,107199 -"83986",10788,108743 -"83987",10788,108879 -"83988",10788,108980 -"83989",10788,109166 -"83990",10788,109291 -"83991",10788,109858 -"83992",10788,109878 -"83993",10788,109933 -"83994",10788,110483 -"83995",10788,110567 -"83996",10788,110572 -"83997",10788,110630 -"83998",10788,110648 -"83999",10788,110711 -"84000",10788,110770 -"84001",10788,110869 -"84002",10788,110911 -"84003",10788,111285 -"84004",10788,111314 -"84005",10788,111362 -"84006",10788,111372 -"84007",10788,111424 -"84008",10788,111433 -"84009",10788,112422 -"84010",10788,112962 -"84011",10788,113269 -"84012",10788,113430 -"84013",10788,113990 -"84014",10788,114242 -"84015",10788,114842 -"84016",10788,115413 -"84017",10788,115427 -"84018",10788,115521 -"84019",10788,115711 -"84020",10788,116123 -"84021",10788,117258 -"84022",10788,117560 -"84023",10788,118128 -"84024",10788,118836 -"84025",10788,118866 -"84026",10788,118873 -"84027",10788,119131 -"84028",10788,119513 -"84029",10788,119716 -"84030",10788,119769 -"84031",10788,120123 -"84032",10788,120169 -"84033",10788,120725 -"84034",10788,120944 -"84035",10788,121609 -"84036",10788,122007 -"84037",10788,122032 -"84038",10788,122035 -"84039",10788,122724 -"84040",10788,123070 -"84041",10788,123394 -"84042",10788,123490 -"84043",10789,11006 -"84044",10789,25027 -"84045",10789,27694 -"84046",10789,31297 -"84047",10789,49194 -"84048",10789,49302 -"84049",10789,76330 -"84050",10789,87538 -"84051",10789,87557 -"84052",10789,102713 -"84053",10790,14115 -"84054",10790,15190 -"84055",10790,20694 -"84056",10790,24716 -"84057",10790,25267 -"84058",10790,30386 -"84059",10790,35693 -"84060",10790,39395 -"84061",10790,53271 -"84062",10790,59699 -"84063",10790,76862 -"84064",10790,78669 -"84065",10790,90188 -"84066",10790,90840 -"84067",10790,95418 -"84068",10790,95439 -"84069",10790,96305 -"84070",10790,112073 -"84071",10790,112096 -"84072",10791,70182 -"84073",10791,121362 -"84074",10792,95639 -"84075",10793,17288 -"84076",10793,22173 -"84077",10793,26336 -"84078",10793,36725 -"84079",10793,51738 -"84080",10793,56053 -"84081",10793,91778 -"84082",10794,28049 -"84083",10794,32791 -"84084",10794,32799 -"84085",10794,32816 -"84086",10794,32846 -"84087",10794,32873 -"84088",10794,32887 -"84089",10794,32910 -"84090",10794,32942 -"84091",10794,32987 -"84092",10794,33050 -"84093",10794,33051 -"84094",10794,33109 -"84095",10795,22207 -"84096",10795,68111 -"84097",10796,44892 -"84098",10796,97659 -"84099",10797,10872 -"84100",10797,25531 -"84101",10797,34239 -"84102",10797,43574 -"84103",10797,69617 -"84104",10797,109194 -"84105",10798,10957 -"84106",10798,30463 -"84107",10798,35770 -"84108",10798,45127 -"84109",10798,49644 -"84110",10798,50652 -"84111",10798,74167 -"84112",10798,78359 -"84113",10798,105759 -"84114",10798,107435 -"84115",10798,107908 -"84116",10798,107913 -"84117",10798,107924 -"84118",10798,107930 -"84119",10798,107978 -"84120",10799,11048 -"84121",10799,16609 -"84122",10799,18510 -"84123",10799,26155 -"84124",10799,31579 -"84125",10799,31582 -"84126",10799,31671 -"84127",10799,33835 -"84128",10799,40176 -"84129",10799,47771 -"84130",10799,48937 -"84131",10799,59843 -"84132",10799,70990 -"84133",10799,78444 -"84134",10799,85365 -"84135",10799,89283 -"84136",10799,97583 -"84137",10800,15195 -"84138",10800,44431 -"84139",10800,57805 -"84140",10800,80950 -"84141",10800,97990 -"84142",10800,99809 -"84143",10800,100620 -"84144",10800,101617 -"84145",10800,105826 -"84146",10800,109158 -"84147",10800,118975 -"84148",10800,118979 -"84149",10801,61473 -"84150",10801,99644 -"84151",10802,18897 -"84152",10803,14715 -"84153",10803,18345 -"84154",10803,19239 -"84155",10803,20995 -"84156",10803,23781 -"84157",10803,30433 -"84158",10803,42234 -"84159",10803,42328 -"84160",10803,42562 -"84161",10803,42877 -"84162",10803,54584 -"84163",10803,76369 -"84164",10803,77175 -"84165",10803,84614 -"84166",10804,25152 -"84167",10805,11062 -"84168",10805,33927 -"84169",10805,37992 -"84170",10805,57155 -"84171",10805,78700 -"84172",10805,90227 -"84173",10806,32312 -"84174",10806,32343 -"84175",10806,57374 -"84176",10807,14023 -"84177",10807,15365 -"84178",10807,21375 -"84179",10807,22117 -"84180",10807,22561 -"84181",10807,23539 -"84182",10807,29721 -"84183",10807,40335 -"84184",10807,40366 -"84185",10807,44805 -"84186",10807,60392 -"84187",10808,94354 -"84188",10808,100321 -"84189",10808,100561 -"84190",10808,107531 -"84191",10808,122919 -"84192",10809,27415 -"84193",10809,73451 -"84194",10810,11608 -"84195",10810,11724 -"84196",10810,11757 -"84197",10810,32893 -"84198",10810,56573 -"84199",10811,14809 -"84200",10811,20180 -"84201",10811,41679 -"84202",10813,44274 -"84203",10813,46659 -"84204",10813,52324 -"84205",10813,52890 -"84206",10813,60633 -"84207",10813,61571 -"84208",10813,88530 -"84209",10814,16795 -"84210",10814,25055 -"84211",10814,35932 -"84212",10814,36058 -"84213",10814,85423 -"84214",10814,85852 -"84215",10814,103158 -"84216",10815,10854 -"84217",10816,13526 -"84218",10816,38564 -"84219",10817,10855 -"84220",10817,12155 -"84221",10817,13075 -"84222",10817,18927 -"84223",10817,32273 -"84224",10817,34471 -"84225",10817,40215 -"84226",10817,46518 -"84227",10817,59315 -"84228",10817,62023 -"84229",10817,64059 -"84230",10818,100351 -"84231",10818,122017 -"84232",10819,16200 -"84233",10819,21957 -"84234",10819,22243 -"84235",10819,22244 -"84236",10819,25165 -"84237",10819,25601 -"84238",10819,31335 -"84239",10819,80664 -"84240",10819,87907 -"84241",10819,91450 -"84242",10819,110465 -"84243",10819,112102 -"84244",10819,112104 -"84245",10819,114692 -"84246",10819,115339 -"84247",10820,26994 -"84248",10820,28219 -"84249",10820,31810 -"84250",10820,57725 -"84251",10820,91854 -"84252",10820,95933 -"84253",10820,101236 -"84254",10820,101775 -"84255",10820,106738 -"84256",10821,10856 -"84257",10821,52414 -"84258",10821,53608 -"84259",10821,77083 -"84260",10821,81838 -"84261",10821,91611 -"84262",10821,94759 -"84263",10821,106490 -"84264",10821,109133 -"84265",10821,110667 -"84266",10821,111235 -"84267",10821,111486 -"84268",10821,120375 -"84269",10822,16109 -"84270",10822,18144 -"84271",10822,26946 -"84272",10822,37759 -"84273",10822,44614 -"84274",10822,45050 -"84275",10822,55122 -"84276",10822,64626 -"84277",10822,64627 -"84278",10822,64661 -"84279",10822,80582 -"84280",10822,81245 -"84281",10823,11441 -"84282",10823,24127 -"84283",10823,35914 -"84284",10823,39999 -"84285",10823,44074 -"84286",10823,51848 -"84287",10823,63165 -"84288",10823,79266 -"84289",10823,82205 -"84290",10823,90232 -"84291",10823,106641 -"84292",10823,106662 -"84293",10823,117297 -"84294",10824,10907 -"84295",10824,45593 -"84296",10824,89243 -"84297",10824,93379 -"84298",10825,13903 -"84299",10825,83480 -"84300",10825,100536 -"84301",10825,106062 -"84302",10825,106079 -"84303",10825,107692 -"84304",10826,62166 -"84305",10826,74433 -"84306",10826,79869 -"84307",10826,89757 -"84308",10827,16578 -"84309",10827,37408 -"84310",10827,52824 -"84311",10827,116730 -"84312",10828,25097 -"84313",10828,79508 -"84314",10829,18989 -"84315",10829,91355 -"84316",10830,27587 -"84317",10830,30836 -"84318",10830,48965 -"84319",10831,44630 -"84320",10831,48332 -"84321",10831,57458 -"84322",10831,60356 -"84323",10831,67706 -"84324",10832,17944 -"84325",10832,29983 -"84326",10832,30092 -"84327",10832,30284 -"84328",10832,30850 -"84329",10832,32252 -"84330",10832,44086 -"84331",10832,48519 -"84332",10832,56535 -"84333",10832,60179 -"84334",10832,63553 -"84335",10832,63558 -"84336",10832,72925 -"84337",10832,75692 -"84338",10833,10895 -"84339",10833,20124 -"84340",10833,24054 -"84341",10833,30285 -"84342",10833,37353 -"84343",10833,49594 -"84344",10833,60798 -"84345",10833,63237 -"84346",10833,73715 -"84347",10833,76732 -"84348",10833,105583 -"84349",10834,10919 -"84350",10834,14789 -"84351",10834,16353 -"84352",10834,34559 -"84353",10834,34575 -"84354",10834,35749 -"84355",10834,46489 -"84356",10834,50517 -"84357",10834,58687 -"84358",10834,62214 -"84359",10835,34270 -"84360",10835,53288 -"84361",10835,70004 -"84362",10835,75312 -"84363",10835,78240 -"84364",10835,103816 -"84365",10835,123355 -"84366",10836,10941 -"84367",10836,60557 -"84368",10836,62010 -"84369",10837,11392 -"84370",10837,21001 -"84371",10837,27685 -"84372",10837,34496 -"84373",10837,45801 -"84374",10837,55829 -"84375",10837,55843 -"84376",10837,55844 -"84377",10837,55860 -"84378",10837,55871 -"84379",10837,55883 -"84380",10837,55888 -"84381",10837,55912 -"84382",10837,55946 -"84383",10837,55957 -"84384",10838,11125 -"84385",10838,80438 -"84386",10839,20666 -"84387",10839,63250 -"84388",10839,102977 -"84389",10841,11922 -"84390",10841,12082 -"84391",10841,12544 -"84392",10841,12637 -"84393",10841,13237 -"84394",10841,16544 -"84395",10841,19561 -"84396",10841,20714 -"84397",10841,23148 -"84398",10841,25562 -"84399",10841,26732 -"84400",10841,27226 -"84401",10841,38467 -"84402",10841,39705 -"84403",10841,50406 -"84404",10841,52203 -"84405",10841,66358 -"84406",10841,83429 -"84407",10841,92471 -"84408",10841,92505 -"84409",10842,14542 -"84410",10842,17869 -"84411",10842,19590 -"84412",10842,21843 -"84413",10842,27525 -"84414",10843,11013 -"84415",10843,13703 -"84416",10843,15626 -"84417",10843,19453 -"84418",10843,29995 -"84419",10843,31814 -"84420",10843,33356 -"84421",10843,33433 -"84422",10843,40708 -"84423",10843,43368 -"84424",10843,49696 -"84425",10843,50946 -"84426",10843,53083 -"84427",10843,54156 -"84428",10843,59113 -"84429",10843,64845 -"84430",10843,68138 -"84431",10843,74318 -"84432",10843,113702 -"84433",10844,21011 -"84434",10844,28753 -"84435",10844,35709 -"84436",10844,69927 -"84437",10845,25895 -"84438",10845,47778 -"84439",10845,57351 -"84440",10845,57549 -"84441",10845,57803 -"84442",10845,63556 -"84443",10845,63753 -"84444",10845,75181 -"84445",10845,81687 -"84446",10845,81806 -"84447",10846,10894 -"84448",10846,64452 -"84449",10847,19438 -"84450",10847,43831 -"84451",10847,93408 -"84452",10848,10903 -"84453",10848,11241 -"84454",10848,18477 -"84455",10848,19006 -"84456",10848,20790 -"84457",10848,49118 -"84458",10848,102321 -"84459",10849,42648 -"84460",10849,68992 -"84461",10849,78705 -"84462",10849,106224 -"84463",10849,106707 -"84464",10851,12783 -"84465",10851,12923 -"84466",10851,53712 -"84467",10852,16625 -"84468",10852,24279 -"84469",10852,24347 -"84470",10853,26857 -"84471",10855,12456 -"84472",10855,19185 -"84473",10855,19605 -"84474",10855,23115 -"84475",10855,24024 -"84476",10855,27999 -"84477",10855,34277 -"84478",10855,38393 -"84479",10855,84853 -"84480",10856,34200 -"84481",10856,100830 -"84482",10856,101202 -"84483",10857,12465 -"84484",10857,14656 -"84485",10857,15722 -"84486",10857,17400 -"84487",10857,17662 -"84488",10857,19907 -"84489",10857,23492 -"84490",10857,23725 -"84491",10857,24259 -"84492",10857,24365 -"84493",10857,24578 -"84494",10857,25927 -"84495",10857,29715 -"84496",10857,30325 -"84497",10857,30564 -"84498",10857,31970 -"84499",10857,33893 -"84500",10857,34480 -"84501",10857,36197 -"84502",10857,39301 -"84503",10857,43652 -"84504",10857,43803 -"84505",10857,54551 -"84506",10857,76208 -"84507",10857,76284 -"84508",10857,79346 -"84509",10857,79349 -"84510",10857,82919 -"84511",10857,84047 -"84512",10857,91808 -"84513",10857,94480 -"84514",10857,114829 -"84515",10858,11307 -"84516",10859,12034 -"84517",10859,18749 -"84518",10859,24405 -"84519",10859,24979 -"84520",10859,29385 -"84521",10859,38145 -"84522",10859,42295 -"84523",10859,59729 -"84524",10859,60455 -"84525",10859,68372 -"84526",10859,71749 -"84527",10859,81313 -"84528",10859,81338 -"84529",10859,84799 -"84530",10859,85178 -"84531",10859,85535 -"84532",10859,85536 -"84533",10861,21140 -"84534",10861,43056 -"84535",10862,19381 -"84536",10862,94472 -"84537",10863,46585 -"84538",10865,51289 -"84539",10865,57479 -"84540",10865,95209 -"84541",10866,37817 -"84542",10866,49926 -"84543",10866,63972 -"84544",10866,67599 -"84545",10866,86651 -"84546",10867,58040 -"84547",10868,13082 -"84548",10868,21465 -"84549",10868,26928 -"84550",10868,43437 -"84551",10869,48313 -"84552",10869,108103 -"84553",10870,23127 -"84554",10870,23196 -"84555",10870,28770 -"84556",10870,29930 -"84557",10870,30479 -"84558",10870,41418 -"84559",10870,70056 -"84560",10870,86669 -"84561",10870,103960 -"84562",10870,116802 -"84563",10871,11470 -"84564",10871,12583 -"84565",10871,15523 -"84566",10871,19516 -"84567",10871,20402 -"84568",10871,24276 -"84569",10871,28845 -"84570",10871,29356 -"84571",10871,29375 -"84572",10871,30260 -"84573",10871,31124 -"84574",10871,31462 -"84575",10871,35195 -"84576",10871,38362 -"84577",10871,45305 -"84578",10871,59013 -"84579",10871,59022 -"84580",10871,70250 -"84581",10871,79744 -"84582",10871,86702 -"84583",10871,92846 -"84584",10871,97434 -"84585",10871,97435 -"84586",10871,108727 -"84587",10872,12878 -"84588",10872,15159 -"84589",10872,17008 -"84590",10872,18648 -"84591",10872,47768 -"84592",10872,54589 -"84593",10872,64192 -"84594",10872,80397 -"84595",10872,91550 -"84596",10873,10927 -"84597",10873,30190 -"84598",10874,15184 -"84599",10874,19027 -"84600",10874,26141 -"84601",10874,41625 -"84602",10874,44636 -"84603",10874,46039 -"84604",10874,48768 -"84605",10874,76284 -"84606",10874,80951 -"84607",10874,88258 -"84608",10874,88259 -"84609",10875,12096 -"84610",10875,16059 -"84611",10875,16174 -"84612",10875,16572 -"84613",10875,16740 -"84614",10875,34126 -"84615",10875,71816 -"84616",10875,80535 -"84617",10875,89086 -"84618",10875,89087 -"84619",10875,90492 -"84620",10875,94308 -"84621",10875,95482 -"84622",10876,39927 -"84623",10876,40348 -"84624",10876,41715 -"84625",10876,44764 -"84626",10876,53294 -"84627",10876,66189 -"84628",10876,86826 -"84629",10877,10902 -"84630",10878,12069 -"84631",10878,13276 -"84632",10878,39220 -"84633",10878,39645 -"84634",10878,47285 -"84635",10878,48541 -"84636",10878,53016 -"84637",10878,61829 -"84638",10878,71330 -"84639",10878,83927 -"84640",10879,17474 -"84641",10879,41818 -"84642",10879,50333 -"84643",10879,55842 -"84644",10879,75032 -"84645",10879,79369 -"84646",10879,87376 -"84647",10880,11027 -"84648",10880,13065 -"84649",10880,23465 -"84650",10880,24027 -"84651",10880,24041 -"84652",10880,24142 -"84653",10880,24176 -"84654",10880,24191 -"84655",10880,41323 -"84656",10880,45166 -"84657",10880,49241 -"84658",10880,49765 -"84659",10880,54824 -"84660",10880,54890 -"84661",10881,47312 -"84662",10881,108178 -"84663",10881,108398 -"84664",10881,116269 -"84665",10882,16908 -"84666",10883,52105 -"84667",10883,52219 -"84668",10883,52271 -"84669",10883,69410 -"84670",10883,92881 -"84671",10883,101740 -"84672",10883,102571 -"84673",10883,103719 -"84674",10883,112242 -"84675",10883,114668 -"84676",10883,121773 -"84677",10884,10988 -"84678",10884,50737 -"84679",10884,54050 -"84680",10884,69382 -"84681",10884,78790 -"84682",10884,89938 -"84683",10884,95153 -"84684",10884,97977 -"84685",10884,98137 -"84686",10885,37181 -"84687",10885,48230 -"84688",10886,25573 -"84689",10886,72622 -"84690",10886,85406 -"84691",10887,28285 -"84692",10887,36733 -"84693",10887,41922 -"84694",10887,49408 -"84695",10887,59952 -"84696",10888,11034 -"84697",10888,13806 -"84698",10888,42071 -"84699",10889,27462 -"84700",10889,29566 -"84701",10889,32531 -"84702",10889,40160 -"84703",10889,51011 -"84704",10889,54021 -"84705",10890,11035 -"84706",10890,14661 -"84707",10890,39058 -"84708",10890,44319 -"84709",10890,51022 -"84710",10891,11077 -"84711",10891,11134 -"84712",10891,11210 -"84713",10893,13602 -"84714",10893,18188 -"84715",10893,25900 -"84716",10893,26038 -"84717",10893,26100 -"84718",10893,36630 -"84719",10893,41831 -"84720",10893,42463 -"84721",10893,42840 -"84722",10893,42887 -"84723",10893,44095 -"84724",10893,89524 -"84725",10894,14224 -"84726",10894,14242 -"84727",10894,16067 -"84728",10894,32413 -"84729",10894,42148 -"84730",10894,60941 -"84731",10894,65892 -"84732",10894,82184 -"84733",10894,83789 -"84734",10894,86905 -"84735",10894,91975 -"84736",10894,94060 -"84737",10895,47869 -"84738",10895,52695 -"84739",10896,23637 -"84740",10896,27798 -"84741",10896,31629 -"84742",10896,51775 -"84743",10897,28319 -"84744",10897,60961 -"84745",10897,66031 -"84746",10897,77423 -"84747",10897,87840 -"84748",10898,44792 -"84749",10898,47739 -"84750",10898,49794 -"84751",10898,52925 -"84752",10899,87000 -"84753",10900,90590 -"84754",10900,93350 -"84755",10901,11841 -"84756",10901,13939 -"84757",10901,14426 -"84758",10901,18342 -"84759",10901,19257 -"84760",10901,20532 -"84761",10901,22897 -"84762",10901,23417 -"84763",10901,24327 -"84764",10901,27063 -"84765",10901,28893 -"84766",10901,29088 -"84767",10901,38452 -"84768",10901,45999 -"84769",10901,51927 -"84770",10901,52057 -"84771",10901,56100 -"84772",10901,57765 -"84773",10901,63949 -"84774",10901,69472 -"84775",10901,69557 -"84776",10901,76483 -"84777",10901,82499 -"84778",10901,88932 -"84779",10902,29199 -"84780",10902,36478 -"84781",10902,39208 -"84782",10902,43871 -"84783",10902,44187 -"84784",10902,52550 -"84785",10902,65704 -"84786",10902,87644 -"84787",10902,87649 -"84788",10903,19006 -"84789",10903,83671 -"84790",10903,91628 -"84791",10903,108176 -"84792",10905,56783 -"84793",10905,64948 -"84794",10905,78443 -"84795",10905,102132 -"84796",10905,102862 -"84797",10905,102884 -"84798",10905,102906 -"84799",10906,11223 -"84800",10906,48059 -"84801",10906,71364 -"84802",10907,28146 -"84803",10908,14025 -"84804",10908,15501 -"84805",10908,18855 -"84806",10908,37330 -"84807",10908,43932 -"84808",10908,45100 -"84809",10908,72722 -"84810",10908,89549 -"84811",10908,91569 -"84812",10909,14648 -"84813",10909,17973 -"84814",10909,39785 -"84815",10909,75624 -"84816",10909,106661 -"84817",10909,108468 -"84818",10910,14539 -"84819",10910,40227 -"84820",10911,12874 -"84821",10911,27551 -"84822",10911,39374 -"84823",10911,44075 -"84824",10911,46662 -"84825",10912,12634 -"84826",10912,23043 -"84827",10912,45569 -"84828",10912,55725 -"84829",10912,56504 -"84830",10912,70264 -"84831",10912,86912 -"84832",10913,59234 -"84833",10913,91141 -"84834",10914,11506 -"84835",10914,11697 -"84836",10914,16462 -"84837",10914,16483 -"84838",10914,16552 -"84839",10914,18343 -"84840",10914,18943 -"84841",10914,19984 -"84842",10914,20432 -"84843",10914,21276 -"84844",10914,21463 -"84845",10914,28099 -"84846",10914,31164 -"84847",10914,32449 -"84848",10914,32897 -"84849",10914,36136 -"84850",10914,38699 -"84851",10914,44419 -"84852",10914,45443 -"84853",10914,50238 -"84854",10914,50889 -"84855",10914,63878 -"84856",10914,67838 -"84857",10914,68628 -"84858",10914,78548 -"84859",10914,85681 -"84860",10914,86237 -"84861",10915,13963 -"84862",10915,28568 -"84863",10915,62334 -"84864",10915,66805 -"84865",10915,107997 -"84866",10916,10969 -"84867",10916,18373 -"84868",10916,24369 -"84869",10916,36431 -"84870",10916,80372 -"84871",10916,92585 -"84872",10916,112144 -"84873",10917,18006 -"84874",10917,19872 -"84875",10917,77093 -"84876",10917,77659 -"84877",10918,13865 -"84878",10918,24639 -"84879",10918,28491 -"84880",10918,32621 -"84881",10918,44633 -"84882",10918,44634 -"84883",10918,44635 -"84884",10918,57866 -"84885",10920,11005 -"84886",10920,17301 -"84887",10920,53215 -"84888",10920,79046 -"84889",10920,118534 -"84890",10921,17929 -"84891",10921,47049 -"84892",10921,48681 -"84893",10921,64043 -"84894",10921,105249 -"84895",10921,114511 -"84896",10922,25318 -"84897",10922,28584 -"84898",10922,60849 -"84899",10922,81277 -"84900",10922,86428 -"84901",10922,86445 -"84902",10923,11771 -"84903",10923,25032 -"84904",10923,29373 -"84905",10923,40980 -"84906",10923,41783 -"84907",10923,46921 -"84908",10923,72590 -"84909",10923,88957 -"84910",10923,119287 -"84911",10924,15131 -"84912",10924,48702 -"84913",10924,57608 -"84914",10924,77111 -"84915",10924,90008 -"84916",10924,90009 -"84917",10925,46698 -"84918",10926,24208 -"84919",10926,55602 -"84920",10926,55603 -"84921",10926,73435 -"84922",10927,20002 -"84923",10927,28095 -"84924",10927,46848 -"84925",10928,19579 -"84926",10928,62060 -"84927",10928,70693 -"84928",10929,19733 -"84929",10929,59070 -"84930",10929,86974 -"84931",10929,89203 -"84932",10929,89940 -"84933",10929,107335 -"84934",10930,10990 -"84935",10930,11528 -"84936",10930,26100 -"84937",10930,43585 -"84938",10930,46489 -"84939",10930,54112 -"84940",10930,57982 -"84941",10930,58171 -"84942",10930,58174 -"84943",10930,91850 -"84944",10932,19363 -"84945",10932,81126 -"84946",10933,11207 -"84947",10933,17314 -"84948",10933,17982 -"84949",10933,19018 -"84950",10933,19061 -"84951",10933,19082 -"84952",10933,19135 -"84953",10933,35383 -"84954",10933,38565 -"84955",10933,40841 -"84956",10933,44171 -"84957",10933,52339 -"84958",10933,60635 -"84959",10933,65231 -"84960",10933,75421 -"84961",10933,81191 -"84962",10933,88716 -"84963",10933,99623 -"84964",10934,32622 -"84965",10934,33231 -"84966",10934,49006 -"84967",10934,49668 -"84968",10934,53225 -"84969",10934,63176 -"84970",10934,84657 -"84971",10934,118713 -"84972",10935,20873 -"84973",10935,25029 -"84974",10935,25115 -"84975",10935,71604 -"84976",10935,86530 -"84977",10936,21819 -"84978",10936,21820 -"84979",10936,39368 -"84980",10937,31101 -"84981",10937,53839 -"84982",10937,73534 -"84983",10937,81598 -"84984",10937,110494 -"84985",10938,62909 -"84986",10939,19373 -"84987",10939,27543 -"84988",10939,30626 -"84989",10939,41962 -"84990",10939,94907 -"84991",10940,14202 -"84992",10940,22124 -"84993",10940,25840 -"84994",10940,34804 -"84995",10940,51193 -"84996",10940,51687 -"84997",10940,52974 -"84998",10940,53074 -"84999",10940,53080 -"85000",10940,53570 -"85001",10940,56360 -"85002",10940,57897 -"85003",10940,59976 -"85004",10940,59986 -"85005",10940,69547 -"85006",10941,29956 -"85007",10941,36190 -"85008",10941,39173 -"85009",10941,44828 -"85010",10941,48206 -"85011",10941,48268 -"85012",10941,48296 -"85013",10941,51626 -"85014",10941,57811 -"85015",10941,57843 -"85016",10943,40290 -"85017",10943,58541 -"85018",10943,59883 -"85019",10943,63436 -"85020",10943,84454 -"85021",10943,85945 -"85022",10943,102871 -"85023",10944,13813 -"85024",10944,16073 -"85025",10944,18238 -"85026",10944,38120 -"85027",10944,55998 -"85028",10944,57210 -"85029",10944,59088 -"85030",10944,89300 -"85031",10944,90607 -"85032",10944,90675 -"85033",10944,90946 -"85034",10944,91900 -"85035",10944,96632 -"85036",10944,99482 -"85037",10944,100144 -"85038",10944,103422 -"85039",10944,104204 -"85040",10944,104447 -"85041",10944,108193 -"85042",10944,108802 -"85043",10944,115092 -"85044",10944,116377 -"85045",10944,117044 -"85046",10944,119634 -"85047",10945,11419 -"85048",10945,17507 -"85049",10945,27311 -"85050",10945,32990 -"85051",10945,35436 -"85052",10945,39063 -"85053",10945,39375 -"85054",10945,52401 -"85055",10945,59614 -"85056",10945,61077 -"85057",10945,63817 -"85058",10945,73266 -"85059",10945,74183 -"85060",10945,77097 -"85061",10945,104124 -"85062",10945,106312 -"85063",10945,111226 -"85064",10945,117932 -"85065",10945,118913 -"85066",10946,54930 -"85067",10946,92073 -"85068",10947,21516 -"85069",10947,22420 -"85070",10947,28454 -"85071",10947,35525 -"85072",10947,38365 -"85073",10948,39442 -"85074",10948,42499 -"85075",10948,42700 -"85076",10948,45357 -"85077",10948,81421 -"85078",10948,88575 -"85079",10949,11122 -"85080",10949,75927 -"85081",10950,17808 -"85082",10950,65702 -"85083",10951,21760 -"85084",10951,21967 -"85085",10951,22018 -"85086",10951,72875 -"85087",10952,11213 -"85088",10952,89483 -"85089",10953,27459 -"85090",10953,59413 -"85091",10953,75770 -"85092",10954,28234 -"85093",10954,39509 -"85094",10954,117295 -"85095",10954,117310 -"85096",10955,14236 -"85097",10955,52339 -"85098",10955,97912 -"85099",10956,23385 -"85100",10956,23430 -"85101",10956,31064 -"85102",10956,31678 -"85103",10956,31894 -"85104",10956,41042 -"85105",10956,41732 -"85106",10956,50969 -"85107",10956,56097 -"85108",10956,61532 -"85109",10956,87113 -"85110",10956,92551 -"85111",10957,19530 -"85112",10957,35770 -"85113",10957,35792 -"85114",10957,41345 -"85115",10957,42919 -"85116",10957,45066 -"85117",10957,96292 -"85118",10958,10959 -"85119",10958,12374 -"85120",10958,27017 -"85121",10958,43432 -"85122",10958,48212 -"85123",10958,48260 -"85124",10958,52141 -"85125",10958,54304 -"85126",10958,78256 -"85127",10958,79912 -"85128",10958,87415 -"85129",10958,92012 -"85130",10958,98293 -"85131",10958,115121 -"85132",10959,26500 -"85133",10959,50092 -"85134",10959,50093 -"85135",10959,50142 -"85136",10960,12772 -"85137",10960,14288 -"85138",10960,14769 -"85139",10960,14770 -"85140",10960,14788 -"85141",10960,14999 -"85142",10960,21119 -"85143",10960,21153 -"85144",10960,45316 -"85145",10960,49879 -"85146",10960,59700 -"85147",10960,82180 -"85148",10960,83615 -"85149",10960,86793 -"85150",10961,11111 -"85151",10961,11135 -"85152",10962,60328 -"85153",10963,27750 -"85154",10963,42709 -"85155",10963,43142 -"85156",10963,50273 -"85157",10963,50333 -"85158",10963,51373 -"85159",10963,93858 -"85160",10963,93989 -"85161",10963,94578 -"85162",10963,118867 -"85163",10963,119157 -"85164",10963,119161 -"85165",10963,119164 -"85166",10963,120091 -"85167",10964,11019 -"85168",10964,11067 -"85169",10964,11195 -"85170",10964,11527 -"85171",10964,42107 -"85172",10965,33023 -"85173",10965,35880 -"85174",10965,86019 -"85175",10965,95785 -"85176",10966,10982 -"85177",10966,37962 -"85178",10966,44347 -"85179",10966,54879 -"85180",10967,79222 -"85181",10967,100731 -"85182",10968,11934 -"85183",10968,12069 -"85184",10968,12087 -"85185",10968,13671 -"85186",10968,19095 -"85187",10968,37899 -"85188",10968,40961 -"85189",10968,46666 -"85190",10968,58804 -"85191",10968,68392 -"85192",10968,76293 -"85193",10968,79821 -"85194",10968,85638 -"85195",10968,85661 -"85196",10968,88304 -"85197",10969,19729 -"85198",10969,21214 -"85199",10969,21502 -"85200",10969,42381 -"85201",10969,80372 -"85202",10969,82115 -"85203",10969,83402 -"85204",10969,92585 -"85205",10969,112144 -"85206",10970,41924 -"85207",10970,62423 -"85208",10970,82947 -"85209",10970,100951 -"85210",10970,101025 -"85211",10970,101442 -"85212",10970,101475 -"85213",10971,68067 -"85214",10971,71063 -"85215",10972,90806 -"85216",10973,23810 -"85217",10973,27069 -"85218",10973,30638 -"85219",10973,90946 -"85220",10973,98858 -"85221",10973,100477 -"85222",10973,101445 -"85223",10973,110896 -"85224",10973,112916 -"85225",10974,82270 -"85226",10975,10976 -"85227",10975,11865 -"85228",10975,11889 -"85229",10975,11891 -"85230",10975,20405 -"85231",10975,23121 -"85232",10975,31641 -"85233",10975,38216 -"85234",10975,48812 -"85235",10975,67919 -"85236",10975,69297 -"85237",10975,84327 -"85238",10976,11865 -"85239",10976,11889 -"85240",10976,11891 -"85241",10977,13526 -"85242",10977,53323 -"85243",10977,59340 -"85244",10977,59346 -"85245",10977,59357 -"85246",10978,12471 -"85247",10978,21532 -"85248",10978,23938 -"85249",10978,27221 -"85250",10978,32120 -"85251",10978,49274 -"85252",10978,50954 -"85253",10978,56746 -"85254",10978,75869 -"85255",10978,80154 -"85256",10978,90096 -"85257",10978,100928 -"85258",10980,11079 -"85259",10980,11371 -"85260",10980,13834 -"85261",10980,13873 -"85262",10980,18586 -"85263",10980,19311 -"85264",10980,31926 -"85265",10980,33273 -"85266",10980,38931 -"85267",10980,38983 -"85268",10980,41096 -"85269",10980,41546 -"85270",10980,42317 -"85271",10980,45017 -"85272",10980,47810 -"85273",10980,55744 -"85274",10980,56195 -"85275",10980,70397 -"85276",10980,79068 -"85277",10980,79074 -"85278",10980,80421 -"85279",10980,98124 -"85280",10980,99832 -"85281",10980,117658 -"85282",10981,70578 -"85283",10982,29421 -"85284",10982,40983 -"85285",10982,45245 -"85286",10982,50707 -"85287",10982,72507 -"85288",10983,11147 -"85289",10983,11264 -"85290",10983,11442 -"85291",10983,16170 -"85292",10983,41014 -"85293",10983,41622 -"85294",10983,51575 -"85295",10983,76210 -"85296",10983,86598 -"85297",10983,86619 -"85298",10984,11636 -"85299",10984,74323 -"85300",10985,12041 -"85301",10985,17967 -"85302",10985,19661 -"85303",10985,52147 -"85304",10985,66373 -"85305",10985,72567 -"85306",10985,78665 -"85307",10985,79197 -"85308",10985,86362 -"85309",10986,11081 -"85310",10986,11098 -"85311",10986,11099 -"85312",10986,11100 -"85313",10987,25620 -"85314",10987,35112 -"85315",10987,102441 -"85316",10987,113409 -"85317",10989,17733 -"85318",10989,18821 -"85319",10989,18940 -"85320",10989,19048 -"85321",10989,24827 -"85322",10989,29590 -"85323",10989,33460 -"85324",10989,37218 -"85325",10989,40175 -"85326",10989,41765 -"85327",10989,41768 -"85328",10989,41869 -"85329",10989,46729 -"85330",10989,46807 -"85331",10989,46808 -"85332",10989,46929 -"85333",10989,46945 -"85334",10990,14212 -"85335",10990,20426 -"85336",10990,32222 -"85337",10990,58171 -"85338",10990,58174 -"85339",10990,59239 -"85340",10990,90721 -"85341",10990,113112 -"85342",10991,11174 -"85343",10991,60604 -"85344",10991,66003 -"85345",10991,66207 -"85346",10991,70915 -"85347",10992,12041 -"85348",10993,12826 -"85349",10993,33099 -"85350",10993,33112 -"85351",10993,97979 -"85352",10993,99323 -"85353",10993,118455 -"85354",10994,11562 -"85355",10994,11592 -"85356",10995,29152 -"85357",10995,41416 -"85358",10995,50506 -"85359",10996,11023 -"85360",10996,11108 -"85361",10996,14348 -"85362",10996,18648 -"85363",10996,31321 -"85364",10996,33871 -"85365",10996,37344 -"85366",10996,39442 -"85367",10996,39944 -"85368",10996,46343 -"85369",10996,62262 -"85370",10996,65840 -"85371",10996,72885 -"85372",10996,81197 -"85373",10996,81684 -"85374",10996,92449 -"85375",10996,104063 -"85376",10997,29823 -"85377",10997,41347 -"85378",10997,46313 -"85379",10997,48709 -"85380",10997,63005 -"85381",10997,65931 -"85382",10997,82908 -"85383",10998,14722 -"85384",10998,14864 -"85385",10998,68542 -"85386",10998,78750 -"85387",10998,110332 -"85388",10999,56759 -"85389",11000,17765 -"85390",11000,20224 -"85391",11000,44085 -"85392",11000,46405 -"85393",11000,51599 -"85394",11001,13172 -"85395",11001,16546 -"85396",11001,16552 -"85397",11001,36092 -"85398",11001,44801 -"85399",11002,17841 -"85400",11002,20648 -"85401",11002,31678 -"85402",11003,45708 -"85403",11003,50573 -"85404",11003,65173 -"85405",11004,32043 -"85406",11004,37292 -"85407",11004,44781 -"85408",11004,99640 -"85409",11004,100282 -"85410",11004,101557 -"85411",11005,20689 -"85412",11006,19248 -"85413",11006,19719 -"85414",11006,29783 -"85415",11006,44960 -"85416",11006,49302 -"85417",11006,61982 -"85418",11006,65947 -"85419",11008,11429 -"85420",11008,24207 -"85421",11008,25747 -"85422",11008,40906 -"85423",11008,41883 -"85424",11008,49158 -"85425",11008,72520 -"85426",11008,75984 -"85427",11008,80223 -"85428",11008,80329 -"85429",11008,101750 -"85430",11008,108732 -"85431",11008,121220 -"85432",11009,56717 -"85433",11009,98998 -"85434",11010,69965 -"85435",11010,85420 -"85436",11011,27342 -"85437",11012,34949 -"85438",11012,34962 -"85439",11012,35038 -"85440",11013,15626 -"85441",11013,33433 -"85442",11013,43368 -"85443",11013,59113 -"85444",11013,68138 -"85445",11015,36163 -"85446",11016,18553 -"85447",11016,65751 -"85448",11018,11038 -"85449",11018,11129 -"85450",11018,11130 -"85451",11018,11750 -"85452",11018,19119 -"85453",11018,19477 -"85454",11018,20705 -"85455",11018,21424 -"85456",11018,27350 -"85457",11018,32203 -"85458",11018,32939 -"85459",11018,45463 -"85460",11018,52199 -"85461",11018,52813 -"85462",11018,70323 -"85463",11018,84422 -"85464",11018,89458 -"85465",11018,92557 -"85466",11018,96188 -"85467",11018,96197 -"85468",11018,101499 -"85469",11018,102079 -"85470",11018,103270 -"85471",11018,103678 -"85472",11018,109115 -"85473",11018,109116 -"85474",11018,109119 -"85475",11018,109121 -"85476",11019,11067 -"85477",11019,11195 -"85478",11019,11527 -"85479",11019,27959 -"85480",11019,42107 -"85481",11019,48688 -"85482",11019,62044 -"85483",11019,87619 -"85484",11019,119149 -"85485",11020,32183 -"85486",11021,22451 -"85487",11021,106506 -"85488",11022,12671 -"85489",11022,15455 -"85490",11022,20555 -"85491",11022,24017 -"85492",11022,69920 -"85493",11022,95202 -"85494",11022,122995 -"85495",11023,11108 -"85496",11023,12424 -"85497",11023,14401 -"85498",11023,17053 -"85499",11023,20942 -"85500",11023,26521 -"85501",11023,27686 -"85502",11023,31802 -"85503",11023,32384 -"85504",11023,38615 -"85505",11023,38915 -"85506",11023,43138 -"85507",11023,43888 -"85508",11023,50313 -"85509",11023,55491 -"85510",11023,56001 -"85511",11023,59703 -"85512",11023,61879 -"85513",11023,63019 -"85514",11023,63703 -"85515",11023,64465 -"85516",11023,67600 -"85517",11023,86472 -"85518",11023,99743 -"85519",11023,122582 -"85520",11023,122616 -"85521",11024,21681 -"85522",11024,58628 -"85523",11024,115791 -"85524",11025,11138 -"85525",11025,11456 -"85526",11025,18551 -"85527",11025,24497 -"85528",11025,36405 -"85529",11025,45007 -"85530",11025,48569 -"85531",11025,54163 -"85532",11025,70243 -"85533",11025,73296 -"85534",11025,81094 -"85535",11025,81466 -"85536",11026,11029 -"85537",11027,29874 -"85538",11027,34474 -"85539",11027,49765 -"85540",11028,31001 -"85541",11028,105497 -"85542",11029,13678 -"85543",11029,14140 -"85544",11029,16754 -"85545",11029,30344 -"85546",11029,35596 -"85547",11029,37095 -"85548",11029,67199 -"85549",11029,74460 -"85550",11030,45883 -"85551",11030,58894 -"85552",11030,65496 -"85553",11030,84943 -"85554",11030,105498 -"85555",11030,115493 -"85556",11031,93678 -"85557",11031,111960 -"85558",11031,117061 -"85559",11032,23447 -"85560",11032,29884 -"85561",11032,43265 -"85562",11033,26842 -"85563",11033,32785 -"85564",11033,57582 -"85565",11033,91253 -"85566",11034,12480 -"85567",11034,23340 -"85568",11034,62956 -"85569",11034,75911 -"85570",11034,110162 -"85571",11036,14465 -"85572",11036,15412 -"85573",11036,17390 -"85574",11036,19400 -"85575",11036,20999 -"85576",11036,21559 -"85577",11036,24195 -"85578",11036,27020 -"85579",11036,27959 -"85580",11036,34514 -"85581",11036,35000 -"85582",11036,42107 -"85583",11036,45345 -"85584",11036,45561 -"85585",11036,45699 -"85586",11036,48459 -"85587",11036,48812 -"85588",11036,51346 -"85589",11036,52499 -"85590",11036,54450 -"85591",11036,54570 -"85592",11036,54895 -"85593",11036,62044 -"85594",11036,77303 -"85595",11036,81957 -"85596",11036,89922 -"85597",11036,102122 -"85598",11036,107880 -"85599",11036,113038 -"85600",11037,11077 -"85601",11037,21415 -"85602",11037,30852 -"85603",11037,37246 -"85604",11037,53920 -"85605",11037,62116 -"85606",11037,63326 -"85607",11038,11129 -"85608",11038,11130 -"85609",11038,96854 -"85610",11039,11444 -"85611",11040,72852 -"85612",11040,116270 -"85613",11041,17108 -"85614",11041,28127 -"85615",11041,36363 -"85616",11041,74369 -"85617",11041,74664 -"85618",11041,75017 -"85619",11041,94033 -"85620",11041,101089 -"85621",11041,101288 -"85622",11041,101364 -"85623",11041,101369 -"85624",11041,106586 -"85625",11042,11132 -"85626",11042,82366 -"85627",11043,12964 -"85628",11043,17770 -"85629",11043,18528 -"85630",11043,28838 -"85631",11043,30339 -"85632",11043,37260 -"85633",11043,41976 -"85634",11043,50922 -"85635",11043,54912 -"85636",11043,64102 -"85637",11043,66369 -"85638",11043,69355 -"85639",11043,102169 -"85640",11043,105070 -"85641",11043,123048 -"85642",11044,19122 -"85643",11044,33032 -"85644",11044,43118 -"85645",11044,45066 -"85646",11044,57577 -"85647",11044,93951 -"85648",11044,112415 -"85649",11045,44877 -"85650",11045,46901 -"85651",11045,56984 -"85652",11045,66956 -"85653",11045,74766 -"85654",11045,86555 -"85655",11046,15507 -"85656",11046,16932 -"85657",11046,30136 -"85658",11046,74954 -"85659",11047,16543 -"85660",11047,24187 -"85661",11047,25380 -"85662",11047,28605 -"85663",11047,60488 -"85664",11047,60532 -"85665",11047,90335 -"85666",11047,105711 -"85667",11047,111497 -"85668",11047,111502 -"85669",11049,11050 -"85670",11049,11116 -"85671",11049,48591 -"85672",11049,48592 -"85673",11049,48643 -"85674",11049,48655 -"85675",11049,48662 -"85676",11049,51312 -"85677",11050,11116 -"85678",11050,48591 -"85679",11050,48592 -"85680",11050,48643 -"85681",11050,48655 -"85682",11050,48662 -"85683",11050,51312 -"85684",11051,97061 -"85685",11051,111862 -"85686",11052,35629 -"85687",11053,13786 -"85688",11053,46561 -"85689",11053,50214 -"85690",11053,58628 -"85691",11054,11148 -"85692",11054,11191 -"85693",11054,28266 -"85694",11054,28276 -"85695",11054,28334 -"85696",11054,28657 -"85697",11055,11123 -"85698",11055,11620 -"85699",11055,19901 -"85700",11055,20500 -"85701",11055,22586 -"85702",11055,27501 -"85703",11055,44796 -"85704",11055,52685 -"85705",11055,79136 -"85706",11055,84183 -"85707",11055,90211 -"85708",11055,91492 -"85709",11055,91523 -"85710",11055,91553 -"85711",11056,28088 -"85712",11056,31880 -"85713",11056,41246 -"85714",11057,11124 -"85715",11057,19295 -"85716",11057,22281 -"85717",11057,47949 -"85718",11058,11958 -"85719",11058,44140 -"85720",11058,45310 -"85721",11058,62146 -"85722",11058,62638 -"85723",11058,88564 -"85724",11058,94881 -"85725",11058,94882 -"85726",11058,94891 -"85727",11059,33162 -"85728",11060,23964 -"85729",11060,67760 -"85730",11061,45711 -"85731",11062,15074 -"85732",11062,19364 -"85733",11062,25694 -"85734",11062,28859 -"85735",11062,31148 -"85736",11062,31718 -"85737",11062,32574 -"85738",11062,39269 -"85739",11062,39906 -"85740",11062,50394 -"85741",11062,57204 -"85742",11062,61036 -"85743",11062,66287 -"85744",11062,74405 -"85745",11062,79267 -"85746",11062,94069 -"85747",11062,109182 -"85748",11062,109788 -"85749",11062,110061 -"85750",11063,11471 -"85751",11063,73615 -"85752",11064,31336 -"85753",11064,34738 -"85754",11064,68620 -"85755",11065,13671 -"85756",11065,13709 -"85757",11065,13735 -"85758",11065,13861 -"85759",11065,18097 -"85760",11065,20139 -"85761",11065,20201 -"85762",11065,26649 -"85763",11065,26656 -"85764",11065,26668 -"85765",11065,27141 -"85766",11065,28945 -"85767",11065,33973 -"85768",11065,67588 -"85769",11065,89695 -"85770",11065,101604 -"85771",11065,103097 -"85772",11065,103118 -"85773",11065,103143 -"85774",11065,120941 -"85775",11065,120946 -"85776",11066,12151 -"85777",11067,11195 -"85778",11067,11527 -"85779",11067,29578 -"85780",11067,42107 -"85781",11067,56429 -"85782",11067,121391 -"85783",11068,55036 -"85784",11068,55068 -"85785",11069,23293 -"85786",11069,53412 -"85787",11069,69803 -"85788",11069,103362 -"85789",11070,15342 -"85790",11071,11160 -"85791",11071,35005 -"85792",11072,41848 -"85793",11073,14113 -"85794",11073,21886 -"85795",11073,42680 -"85796",11073,76209 -"85797",11073,76290 -"85798",11073,99216 -"85799",11073,110102 -"85800",11073,110708 -"85801",11074,21518 -"85802",11074,21587 -"85803",11074,25443 -"85804",11074,26688 -"85805",11074,28092 -"85806",11074,29114 -"85807",11074,29295 -"85808",11074,31307 -"85809",11074,33113 -"85810",11074,33383 -"85811",11074,33399 -"85812",11074,58753 -"85813",11074,58799 -"85814",11074,64413 -"85815",11074,76336 -"85816",11074,82377 -"85817",11074,101046 -"85818",11075,16115 -"85819",11075,23760 -"85820",11075,24120 -"85821",11075,36017 -"85822",11075,37504 -"85823",11075,48974 -"85824",11075,56081 -"85825",11076,57640 -"85826",11076,65234 -"85827",11076,70932 -"85828",11077,11134 -"85829",11077,11210 -"85830",11077,14239 -"85831",11077,21415 -"85832",11077,30852 -"85833",11077,37246 -"85834",11077,53920 -"85835",11077,57616 -"85836",11077,57622 -"85837",11077,62116 -"85838",11077,63326 -"85839",11078,24789 -"85840",11078,30942 -"85841",11078,36499 -"85842",11078,38523 -"85843",11078,50170 -"85844",11078,55827 -"85845",11078,58451 -"85846",11078,70506 -"85847",11078,71654 -"85848",11078,76469 -"85849",11078,109266 -"85850",11079,13887 -"85851",11079,15365 -"85852",11079,18122 -"85853",11079,20688 -"85854",11079,34625 -"85855",11079,38419 -"85856",11079,38981 -"85857",11079,54739 -"85858",11079,55297 -"85859",11079,72673 -"85860",11079,82790 -"85861",11079,93449 -"85862",11079,94525 -"85863",11080,14286 -"85864",11080,16345 -"85865",11080,74180 -"85866",11080,78271 -"85867",11080,84153 -"85868",11080,95152 -"85869",11080,104278 -"85870",11081,11098 -"85871",11081,11099 -"85872",11081,11100 -"85873",11081,13720 -"85874",11081,21445 -"85875",11081,27123 -"85876",11081,50747 -"85877",11081,53151 -"85878",11081,62533 -"85879",11081,84788 -"85880",11081,90499 -"85881",11082,11218 -"85882",11082,11927 -"85883",11082,12042 -"85884",11082,12543 -"85885",11082,12682 -"85886",11082,16352 -"85887",11082,20376 -"85888",11082,20377 -"85889",11082,20516 -"85890",11082,24478 -"85891",11082,26080 -"85892",11082,26119 -"85893",11082,32191 -"85894",11082,32492 -"85895",11082,33211 -"85896",11082,38398 -"85897",11082,41814 -"85898",11082,41972 -"85899",11082,42275 -"85900",11082,49084 -"85901",11082,49110 -"85902",11082,55897 -"85903",11082,57311 -"85904",11082,61920 -"85905",11082,71990 -"85906",11082,73020 -"85907",11082,87529 -"85908",11083,16923 -"85909",11083,22394 -"85910",11083,44384 -"85911",11083,96684 -"85912",11084,86357 -"85913",11085,11817 -"85914",11085,53005 -"85915",11085,63954 -"85916",11086,11462 -"85917",11086,11463 -"85918",11086,34574 -"85919",11086,35683 -"85920",11086,68929 -"85921",11087,48714 -"85922",11087,84544 -"85923",11087,86250 -"85924",11088,11115 -"85925",11088,55779 -"85926",11088,84621 -"85927",11088,85368 -"85928",11088,115432 -"85929",11089,11101 -"85930",11089,120817 -"85931",11089,120873 -"85932",11090,12914 -"85933",11090,14380 -"85934",11090,14429 -"85935",11090,15926 -"85936",11090,15945 -"85937",11090,16793 -"85938",11090,20695 -"85939",11090,25345 -"85940",11090,29306 -"85941",11090,29416 -"85942",11090,45810 -"85943",11090,45841 -"85944",11090,46249 -"85945",11090,47537 -"85946",11090,56041 -"85947",11090,56364 -"85948",11090,73051 -"85949",11090,76843 -"85950",11090,77947 -"85951",11090,80801 -"85952",11090,81707 -"85953",11090,81926 -"85954",11090,83455 -"85955",11090,84263 -"85956",11090,84591 -"85957",11090,85433 -"85958",11090,87915 -"85959",11090,90070 -"85960",11090,101122 -"85961",11090,101208 -"85962",11090,101666 -"85963",11090,102840 -"85964",11090,104715 -"85965",11090,107481 -"85966",11090,114866 -"85967",11090,114923 -"85968",11090,115877 -"85969",11090,117032 -"85970",11091,18965 -"85971",11091,34192 -"85972",11091,61337 -"85973",11091,61908 -"85974",11092,41476 -"85975",11092,51037 -"85976",11093,11095 -"85977",11093,14208 -"85978",11093,14810 -"85979",11093,17672 -"85980",11093,39721 -"85981",11093,51918 -"85982",11093,84002 -"85983",11093,95524 -"85984",11093,97678 -"85985",11094,27512 -"85986",11094,30627 -"85987",11094,71128 -"85988",11094,100252 -"85989",11094,104433 -"85990",11096,11180 -"85991",11096,32878 -"85992",11096,56331 -"85993",11096,56361 -"85994",11097,23291 -"85995",11098,11099 -"85996",11098,11100 -"85997",11098,15254 -"85998",11098,24952 -"85999",11098,27123 -"86000",11098,29961 -"86001",11098,38094 -"86002",11098,42039 -"86003",11098,50747 -"86004",11098,56094 -"86005",11098,63644 -"86006",11098,74907 -"86007",11098,83740 -"86008",11098,111791 -"86009",11098,118845 -"86010",11099,11100 -"86011",11099,17497 -"86012",11099,19501 -"86013",11099,20421 -"86014",11099,23581 -"86015",11099,25734 -"86016",11099,27123 -"86017",11099,27545 -"86018",11099,29403 -"86019",11099,38094 -"86020",11099,52217 -"86021",11099,59662 -"86022",11099,59885 -"86023",11099,62066 -"86024",11099,65017 -"86025",11099,83917 -"86026",11099,88997 -"86027",11099,94933 -"86028",11100,38094 -"86029",11100,99467 -"86030",11101,45818 -"86031",11101,89880 -"86032",11102,11478 -"86033",11102,11666 -"86034",11102,19789 -"86035",11102,111580 -"86036",11102,121650 -"86037",11103,13205 -"86038",11103,16269 -"86039",11103,17473 -"86040",11103,21503 -"86041",11103,24065 -"86042",11103,29930 -"86043",11103,31217 -"86044",11103,36574 -"86045",11103,37478 -"86046",11103,39426 -"86047",11103,39517 -"86048",11103,39518 -"86049",11103,58046 -"86050",11103,58047 -"86051",11103,58124 -"86052",11103,68643 -"86053",11103,70975 -"86054",11103,85482 -"86055",11103,85483 -"86056",11103,101548 -"86057",11104,11209 -"86058",11104,13195 -"86059",11104,32936 -"86060",11104,42502 -"86061",11105,15365 -"86062",11105,17218 -"86063",11105,18935 -"86064",11105,29307 -"86065",11105,43660 -"86066",11105,52168 -"86067",11105,57163 -"86068",11106,36422 -"86069",11106,58013 -"86070",11106,91922 -"86071",11106,97025 -"86072",11107,44555 -"86073",11108,26551 -"86074",11108,38736 -"86075",11109,14485 -"86076",11109,52142 -"86077",11109,52176 -"86078",11109,65122 -"86079",11109,67251 -"86080",11110,13958 -"86081",11110,20085 -"86082",11110,22784 -"86083",11110,49367 -"86084",11110,58324 -"86085",11110,62445 -"86086",11110,68460 -"86087",11110,79779 -"86088",11110,79789 -"86089",11110,107259 -"86090",11111,11135 -"86091",11112,29416 -"86092",11112,56503 -"86093",11113,18896 -"86094",11113,96527 -"86095",11113,96528 -"86096",11113,96529 -"86097",11113,96530 -"86098",11113,96546 -"86099",11113,96547 -"86100",11113,96548 -"86101",11113,96549 -"86102",11113,96555 -"86103",11113,96559 -"86104",11113,96567 -"86105",11113,96584 -"86106",11113,96670 -"86107",11114,59399 -"86108",11115,83432 -"86109",11115,122213 -"86110",11116,48655 -"86111",11117,19832 -"86112",11118,28193 -"86113",11118,38280 -"86114",11118,51639 -"86115",11118,51644 -"86116",11118,121095 -"86117",11119,12631 -"86118",11119,19605 -"86119",11119,40891 -"86120",11119,46247 -"86121",11120,71394 -"86122",11120,106282 -"86123",11120,106293 -"86124",11120,106305 -"86125",11121,11211 -"86126",11121,13984 -"86127",11121,15412 -"86128",11121,19400 -"86129",11121,50052 -"86130",11121,60583 -"86131",11121,115518 -"86132",11123,38504 -"86133",11123,47680 -"86134",11123,47732 -"86135",11123,47771 -"86136",11123,47773 -"86137",11123,69707 -"86138",11124,54728 -"86139",11124,66848 -"86140",11124,66868 -"86141",11124,66910 -"86142",11124,66924 -"86143",11125,13055 -"86144",11125,23800 -"86145",11125,25634 -"86146",11125,35679 -"86147",11125,35964 -"86148",11125,36059 -"86149",11125,36121 -"86150",11125,40882 -"86151",11125,57718 -"86152",11125,116265 -"86153",11126,21330 -"86154",11126,23585 -"86155",11126,23667 -"86156",11126,27519 -"86157",11126,39909 -"86158",11126,49349 -"86159",11126,70123 -"86160",11126,76693 -"86161",11126,87048 -"86162",11126,87051 -"86163",11126,111971 -"86164",11126,112951 -"86165",11126,114461 -"86166",11127,12381 -"86167",11127,13121 -"86168",11127,17061 -"86169",11127,22012 -"86170",11127,22553 -"86171",11127,24770 -"86172",11127,27162 -"86173",11127,27286 -"86174",11127,28065 -"86175",11127,30153 -"86176",11127,33002 -"86177",11127,37482 -"86178",11127,43049 -"86179",11127,49642 -"86180",11127,57828 -"86181",11127,67034 -"86182",11127,68919 -"86183",11127,80124 -"86184",11127,82914 -"86185",11127,82937 -"86186",11128,21086 -"86187",11128,30863 -"86188",11128,30892 -"86189",11129,11130 -"86190",11129,24016 -"86191",11131,117182 -"86192",11132,18728 -"86193",11132,18746 -"86194",11132,18824 -"86195",11132,18841 -"86196",11132,18850 -"86197",11133,16259 -"86198",11133,26724 -"86199",11133,28784 -"86200",11133,79603 -"86201",11133,93289 -"86202",11133,102531 -"86203",11134,11210 -"86204",11135,13224 -"86205",11135,15502 -"86206",11135,15809 -"86207",11135,19687 -"86208",11135,24483 -"86209",11135,25270 -"86210",11135,26567 -"86211",11135,27544 -"86212",11135,27848 -"86213",11135,31222 -"86214",11135,31302 -"86215",11135,45455 -"86216",11135,45487 -"86217",11135,46848 -"86218",11135,48764 -"86219",11135,51448 -"86220",11135,52742 -"86221",11135,58168 -"86222",11135,63970 -"86223",11135,67458 -"86224",11135,68501 -"86225",11135,72241 -"86226",11135,75824 -"86227",11135,75838 -"86228",11135,76934 -"86229",11135,78662 -"86230",11135,83191 -"86231",11135,83193 -"86232",11135,84487 -"86233",11135,84527 -"86234",11135,85673 -"86235",11135,89979 -"86236",11135,89990 -"86237",11135,92261 -"86238",11135,93317 -"86239",11135,95443 -"86240",11135,95661 -"86241",11135,108976 -"86242",11135,110023 -"86243",11136,18547 -"86244",11136,23645 -"86245",11136,30742 -"86246",11136,41338 -"86247",11136,44474 -"86248",11136,46767 -"86249",11136,48686 -"86250",11136,51087 -"86251",11136,56977 -"86252",11136,58235 -"86253",11136,89772 -"86254",11136,103466 -"86255",11137,40463 -"86256",11137,80098 -"86257",11137,101331 -"86258",11137,101404 -"86259",11138,48569 -"86260",11139,30121 -"86261",11139,84884 -"86262",11140,11305 -"86263",11140,50765 -"86264",11140,111121 -"86265",11140,118152 -"86266",11141,63635 -"86267",11141,99754 -"86268",11141,101350 -"86269",11141,101351 -"86270",11142,21003 -"86271",11142,30636 -"86272",11142,33576 -"86273",11142,42188 -"86274",11142,42748 -"86275",11142,47939 -"86276",11142,60085 -"86277",11142,62726 -"86278",11142,78300 -"86279",11142,78332 -"86280",11142,101112 -"86281",11142,107371 -"86282",11143,15038 -"86283",11143,17128 -"86284",11143,118850 -"86285",11144,22117 -"86286",11144,52018 -"86287",11144,70946 -"86288",11144,77712 -"86289",11145,18847 -"86290",11145,105262 -"86291",11145,110659 -"86292",11146,20518 -"86293",11146,21134 -"86294",11146,32930 -"86295",11146,33789 -"86296",11146,52822 -"86297",11146,57521 -"86298",11146,57545 -"86299",11146,63976 -"86300",11147,11264 -"86301",11147,11442 -"86302",11148,11191 -"86303",11148,28266 -"86304",11148,28276 -"86305",11148,28334 -"86306",11148,28657 -"86307",11148,33472 -"86308",11148,70636 -"86309",11148,82675 -"86310",11148,82676 -"86311",11149,94414 -"86312",11150,21573 -"86313",11150,25852 -"86314",11150,40514 -"86315",11150,40597 -"86316",11150,51199 -"86317",11150,76711 -"86318",11150,90834 -"86319",11150,116755 -"86320",11151,11245 -"86321",11151,18773 -"86322",11152,19573 -"86323",11152,27696 -"86324",11152,34405 -"86325",11152,39135 -"86326",11152,48188 -"86327",11152,53968 -"86328",11152,61253 -"86329",11152,85386 -"86330",11152,89005 -"86331",11153,57617 -"86332",11153,65722 -"86333",11153,71697 -"86334",11153,71732 -"86335",11154,12007 -"86336",11154,18097 -"86337",11154,18871 -"86338",11154,25258 -"86339",11154,31751 -"86340",11154,38044 -"86341",11154,43448 -"86342",11154,51440 -"86343",11154,97877 -"86344",11155,38716 -"86345",11155,74871 -"86346",11155,90931 -"86347",11156,12004 -"86348",11156,22504 -"86349",11157,11637 -"86350",11157,59248 -"86351",11157,70148 -"86352",11158,36344 -"86353",11158,40754 -"86354",11158,89636 -"86355",11159,64849 -"86356",11159,75639 -"86357",11159,82222 -"86358",11159,98578 -"86359",11160,26697 -"86360",11160,26775 -"86361",11160,35005 -"86362",11160,44600 -"86363",11160,45458 -"86364",11160,65861 -"86365",11160,90111 -"86366",11161,12461 -"86367",11161,97323 -"86368",11162,96429 -"86369",11162,96446 -"86370",11162,112122 -"86371",11163,61635 -"86372",11163,61641 -"86373",11164,19325 -"86374",11164,21144 -"86375",11164,25097 -"86376",11164,109834 -"86377",11165,97566 -"86378",11166,38476 -"86379",11166,65907 -"86380",11166,76325 -"86381",11167,34947 -"86382",11167,38075 -"86383",11167,74427 -"86384",11168,25823 -"86385",11168,36554 -"86386",11168,60306 -"86387",11168,95009 -"86388",11169,24843 -"86389",11169,32909 -"86390",11169,60112 -"86391",11170,43922 -"86392",11170,54743 -"86393",11171,19451 -"86394",11171,19508 -"86395",11171,19638 -"86396",11171,22499 -"86397",11171,24850 -"86398",11171,28959 -"86399",11171,30413 -"86400",11171,73808 -"86401",11172,13735 -"86402",11172,16590 -"86403",11172,20139 -"86404",11172,20201 -"86405",11172,28008 -"86406",11172,28945 -"86407",11172,28983 -"86408",11172,49921 -"86409",11172,82325 -"86410",11173,19614 -"86411",11173,20544 -"86412",11173,27369 -"86413",11173,30526 -"86414",11173,39009 -"86415",11173,39671 -"86416",11173,39672 -"86417",11173,39709 -"86418",11173,82963 -"86419",11173,82970 -"86420",11173,84381 -"86421",11173,84407 -"86422",11173,87056 -"86423",11175,106049 -"86424",11176,42444 -"86425",11177,17631 -"86426",11177,46049 -"86427",11177,52053 -"86428",11178,17714 -"86429",11178,21695 -"86430",11178,36226 -"86431",11178,118171 -"86432",11179,14678 -"86433",11179,27390 -"86434",11179,52945 -"86435",11179,57638 -"86436",11179,85309 -"86437",11181,11182 -"86438",11182,29422 -"86439",11182,101371 -"86440",11183,63557 -"86441",11183,72057 -"86442",11183,73749 -"86443",11183,74831 -"86444",11183,91293 -"86445",11183,93696 -"86446",11183,104563 -"86447",11184,17944 -"86448",11184,38794 -"86449",11184,79902 -"86450",11185,14301 -"86451",11185,27594 -"86452",11185,35285 -"86453",11185,77125 -"86454",11185,96839 -"86455",11186,14879 -"86456",11186,14895 -"86457",11186,14926 -"86458",11187,25299 -"86459",11187,42394 -"86460",11187,53823 -"86461",11187,54750 -"86462",11187,56753 -"86463",11188,29146 -"86464",11189,21178 -"86465",11189,24630 -"86466",11189,47126 -"86467",11189,54593 -"86468",11189,55363 -"86469",11189,61144 -"86470",11189,63328 -"86471",11189,81816 -"86472",11189,90968 -"86473",11190,14140 -"86474",11190,16286 -"86475",11190,29628 -"86476",11190,47342 -"86477",11190,51941 -"86478",11191,28266 -"86479",11191,28276 -"86480",11191,28334 -"86481",11191,28657 -"86482",11192,17478 -"86483",11192,17679 -"86484",11192,27978 -"86485",11192,28313 -"86486",11192,35450 -"86487",11192,91746 -"86488",11192,106655 -"86489",11193,19493 -"86490",11193,23601 -"86491",11193,36104 -"86492",11193,37603 -"86493",11194,15732 -"86494",11194,100118 -"86495",11195,11527 -"86496",11195,38699 -"86497",11195,42107 -"86498",11196,17207 -"86499",11196,25956 -"86500",11196,40969 -"86501",11196,40991 -"86502",11196,49007 -"86503",11196,63533 -"86504",11196,71892 -"86505",11196,93343 -"86506",11196,98031 -"86507",11197,31026 -"86508",11198,16381 -"86509",11198,92773 -"86510",11199,15721 -"86511",11199,18131 -"86512",11199,20994 -"86513",11199,25128 -"86514",11199,117731 -"86515",11200,38403 -"86516",11200,67994 -"86517",11200,79800 -"86518",11201,11819 -"86519",11201,78648 -"86520",11202,46061 -"86521",11202,102072 -"86522",11203,49846 -"86523",11203,56406 -"86524",11204,11281 -"86525",11204,12915 -"86526",11204,14883 -"86527",11204,16599 -"86528",11204,16672 -"86529",11204,19603 -"86530",11204,20968 -"86531",11204,26821 -"86532",11204,31953 -"86533",11204,32486 -"86534",11204,32570 -"86535",11205,11330 -"86536",11206,11376 -"86537",11206,13264 -"86538",11206,13823 -"86539",11206,19130 -"86540",11206,19700 -"86541",11206,22453 -"86542",11206,33336 -"86543",11206,43378 -"86544",11206,53793 -"86545",11206,67134 -"86546",11206,71901 -"86547",11206,87527 -"86548",11207,13750 -"86549",11207,14088 -"86550",11207,15825 -"86551",11207,25909 -"86552",11207,33658 -"86553",11207,35987 -"86554",11207,37601 -"86555",11207,46338 -"86556",11207,46565 -"86557",11207,52339 -"86558",11207,53539 -"86559",11207,55198 -"86560",11207,78019 -"86561",11207,78240 -"86562",11207,83081 -"86563",11207,92105 -"86564",11207,97210 -"86565",11207,106567 -"86566",11207,121678 -"86567",11208,13591 -"86568",11208,17391 -"86569",11208,22714 -"86570",11208,26766 -"86571",11208,32842 -"86572",11208,43144 -"86573",11208,52144 -"86574",11208,74250 -"86575",11208,81482 -"86576",11208,87255 -"86577",11208,88347 -"86578",11208,97091 -"86579",11208,100127 -"86580",11208,115353 -"86581",11211,15412 -"86582",11211,15821 -"86583",11211,19102 -"86584",11211,19400 -"86585",11211,19956 -"86586",11211,24195 -"86587",11211,28918 -"86588",11211,35430 -"86589",11211,40864 -"86590",11211,43996 -"86591",11211,47534 -"86592",11211,53530 -"86593",11211,53707 -"86594",11211,79409 -"86595",11211,97245 -"86596",11211,106664 -"86597",11211,108074 -"86598",11212,16844 -"86599",11212,51102 -"86600",11213,15078 -"86601",11213,32920 -"86602",11213,43961 -"86603",11213,56755 -"86604",11213,73198 -"86605",11214,30325 -"86606",11214,47126 -"86607",11214,98805 -"86608",11215,21061 -"86609",11216,22117 -"86610",11216,28181 -"86611",11216,41197 -"86612",11216,47232 -"86613",11216,75338 -"86614",11216,82185 -"86615",11217,21152 -"86616",11218,12042 -"86617",11218,12682 -"86618",11218,14656 -"86619",11218,14666 -"86620",11218,14855 -"86621",11218,16352 -"86622",11218,16557 -"86623",11218,16577 -"86624",11218,24365 -"86625",11218,26080 -"86626",11218,26818 -"86627",11218,29561 -"86628",11218,29976 -"86629",11218,35860 -"86630",11218,39294 -"86631",11218,43344 -"86632",11218,44717 -"86633",11218,48935 -"86634",11218,53134 -"86635",11218,54929 -"86636",11218,70806 -"86637",11218,70934 -"86638",11219,11295 -"86639",11219,11320 -"86640",11219,120821 -"86641",11220,11364 -"86642",11220,13258 -"86643",11220,18536 -"86644",11220,23721 -"86645",11220,24044 -"86646",11220,29911 -"86647",11220,42263 -"86648",11220,48858 -"86649",11220,55908 -"86650",11220,59542 -"86651",11220,82112 -"86652",11221,11353 -"86653",11221,11807 -"86654",11221,14260 -"86655",11221,78217 -"86656",11223,18227 -"86657",11223,21338 -"86658",11223,21343 -"86659",11223,23216 -"86660",11223,69941 -"86661",11224,11507 -"86662",11224,18741 -"86663",11224,20329 -"86664",11224,27025 -"86665",11224,42022 -"86666",11224,57426 -"86667",11224,57466 -"86668",11224,77717 -"86669",11224,88939 -"86670",11225,11503 -"86671",11226,51185 -"86672",11226,51256 -"86673",11226,51262 -"86674",11226,51266 -"86675",11227,13657 -"86676",11227,88320 -"86677",11227,94238 -"86678",11227,112337 -"86679",11228,14772 -"86680",11228,16143 -"86681",11228,16254 -"86682",11228,21212 -"86683",11228,23517 -"86684",11228,39008 -"86685",11229,16578 -"86686",11229,21340 -"86687",11229,40028 -"86688",11229,45441 -"86689",11229,46265 -"86690",11229,53005 -"86691",11229,57246 -"86692",11229,79082 -"86693",11229,80326 -"86694",11229,80390 -"86695",11230,24359 -"86696",11230,51546 -"86697",11230,82145 -"86698",11230,87970 -"86699",11231,11258 -"86700",11231,11326 -"86701",11231,11377 -"86702",11231,80630 -"86703",11232,11805 -"86704",11232,71004 -"86705",11232,72510 -"86706",11232,88694 -"86707",11232,110366 -"86708",11233,12599 -"86709",11233,51720 -"86710",11233,56164 -"86711",11233,73898 -"86712",11233,82319 -"86713",11233,100559 -"86714",11233,101872 -"86715",11233,109555 -"86716",11233,109669 -"86717",11233,120192 -"86718",11233,120194 -"86719",11233,120197 -"86720",11233,120198 -"86721",11233,120199 -"86722",11233,120215 -"86723",11234,75950 -"86724",11235,14098 -"86725",11235,15229 -"86726",11235,32701 -"86727",11235,69792 -"86728",11235,106050 -"86729",11236,11428 -"86730",11236,31376 -"86731",11236,31378 -"86732",11236,31409 -"86733",11236,31425 -"86734",11236,41351 -"86735",11236,81889 -"86736",11236,82021 -"86737",11237,50666 -"86738",11237,106278 -"86739",11237,110507 -"86740",11238,37690 -"86741",11239,17573 -"86742",11239,21612 -"86743",11239,27195 -"86744",11239,28432 -"86745",11239,32401 -"86746",11239,33528 -"86747",11239,57204 -"86748",11239,102886 -"86749",11239,102893 -"86750",11240,97199 -"86751",11241,11429 -"86752",11241,12259 -"86753",11241,12721 -"86754",11241,12913 -"86755",11241,12968 -"86756",11241,22784 -"86757",11241,44055 -"86758",11241,54166 -"86759",11241,91628 -"86760",11242,66697 -"86761",11242,92398 -"86762",11242,103336 -"86763",11242,104919 -"86764",11242,105448 -"86765",11242,105461 -"86766",11242,120397 -"86767",11242,122758 -"86768",11242,122762 -"86769",11243,11501 -"86770",11243,11502 -"86771",11243,90223 -"86772",11244,11259 -"86773",11244,18220 -"86774",11244,18634 -"86775",11244,19003 -"86776",11244,22982 -"86777",11244,27538 -"86778",11244,27677 -"86779",11244,31744 -"86780",11244,43940 -"86781",11244,76764 -"86782",11244,76997 -"86783",11244,79317 -"86784",11244,79877 -"86785",11244,100566 -"86786",11244,101869 -"86787",11244,101881 -"86788",11244,113333 -"86789",11244,114484 -"86790",11244,114486 -"86791",11244,114534 -"86792",11246,11355 -"86793",11246,11454 -"86794",11246,114665 -"86795",11247,94343 -"86796",11248,11601 -"86797",11248,37196 -"86798",11248,39563 -"86799",11248,39865 -"86800",11248,54013 -"86801",11248,106875 -"86802",11248,118291 -"86803",11249,14856 -"86804",11249,30916 -"86805",11250,18279 -"86806",11250,35769 -"86807",11250,46712 -"86808",11251,12717 -"86809",11251,14574 -"86810",11252,14392 -"86811",11252,15553 -"86812",11252,24115 -"86813",11252,24209 -"86814",11252,25850 -"86815",11252,26088 -"86816",11253,21093 -"86817",11253,50099 -"86818",11253,50494 -"86819",11254,19858 -"86820",11254,22669 -"86821",11254,22684 -"86822",11254,24802 -"86823",11254,75648 -"86824",11254,80905 -"86825",11254,97135 -"86826",11254,120061 -"86827",11255,58629 -"86828",11256,32513 -"86829",11256,71166 -"86830",11256,79899 -"86831",11256,94553 -"86832",11256,106929 -"86833",11256,110606 -"86834",11257,11389 -"86835",11257,11434 -"86836",11257,11516 -"86837",11257,15241 -"86838",11257,34731 -"86839",11257,45377 -"86840",11257,63846 -"86841",11257,82926 -"86842",11257,102433 -"86843",11258,11326 -"86844",11258,11377 -"86845",11259,20004 -"86846",11259,20487 -"86847",11259,22235 -"86848",11259,22251 -"86849",11259,24248 -"86850",11259,44730 -"86851",11259,99405 -"86852",11259,102829 -"86853",11259,113333 -"86854",11259,118369 -"86855",11260,17829 -"86856",11260,48996 -"86857",11260,75526 -"86858",11260,83307 -"86859",11260,100454 -"86860",11261,44808 -"86861",11261,48521 -"86862",11261,79050 -"86863",11261,79975 -"86864",11261,95477 -"86865",11261,95862 -"86866",11261,98322 -"86867",11261,117808 -"86868",11262,24850 -"86869",11262,31159 -"86870",11263,11368 -"86871",11263,11605 -"86872",11263,26253 -"86873",11263,52448 -"86874",11263,74899 -"86875",11263,95877 -"86876",11263,119289 -"86877",11264,11442 -"86878",11265,13934 -"86879",11265,14072 -"86880",11265,18463 -"86881",11265,26052 -"86882",11265,44720 -"86883",11265,55071 -"86884",11265,59756 -"86885",11265,78286 -"86886",11265,104070 -"86887",11266,20558 -"86888",11267,12783 -"86889",11267,13249 -"86890",11267,19394 -"86891",11267,24826 -"86892",11267,28196 -"86893",11267,33204 -"86894",11267,36455 -"86895",11267,42980 -"86896",11267,45406 -"86897",11267,45517 -"86898",11267,54970 -"86899",11267,58137 -"86900",11267,58194 -"86901",11267,58852 -"86902",11267,60005 -"86903",11267,72539 -"86904",11267,94389 -"86905",11268,69396 -"86906",11269,11288 -"86907",11269,11406 -"86908",11269,13348 -"86909",11269,21236 -"86910",11269,28760 -"86911",11269,91979 -"86912",11269,113323 -"86913",11270,12717 -"86914",11270,14266 -"86915",11270,20365 -"86916",11270,31711 -"86917",11270,43728 -"86918",11270,46172 -"86919",11270,50640 -"86920",11270,77722 -"86921",11270,84137 -"86922",11270,84566 -"86923",11270,85938 -"86924",11271,11272 -"86925",11271,11315 -"86926",11271,11316 -"86927",11271,22740 -"86928",11271,27882 -"86929",11271,44073 -"86930",11271,44074 -"86931",11271,50964 -"86932",11271,53946 -"86933",11272,11315 -"86934",11272,11316 -"86935",11272,35553 -"86936",11272,35797 -"86937",11272,37688 -"86938",11272,44073 -"86939",11272,44495 -"86940",11272,44579 -"86941",11272,50964 -"86942",11272,58348 -"86943",11272,59218 -"86944",11272,60940 -"86945",11272,65980 -"86946",11272,93189 -"86947",11272,113976 -"86948",11273,11411 -"86949",11273,24680 -"86950",11273,74081 -"86951",11273,78537 -"86952",11273,78540 -"86953",11273,116050 -"86954",11274,11393 -"86955",11274,27590 -"86956",11274,30172 -"86957",11274,34412 -"86958",11274,35094 -"86959",11274,35095 -"86960",11274,38223 -"86961",11274,41382 -"86962",11274,47366 -"86963",11274,49467 -"86964",11274,50978 -"86965",11274,59341 -"86966",11274,84065 -"86967",11274,85038 -"86968",11275,56122 -"86969",11275,94183 -"86970",11275,100978 -"86971",11276,12114 -"86972",11276,17275 -"86973",11276,44355 -"86974",11277,21667 -"86975",11277,77595 -"86976",11277,117177 -"86977",11278,16351 -"86978",11278,22702 -"86979",11278,33618 -"86980",11278,41892 -"86981",11278,56308 -"86982",11278,87627 -"86983",11278,101949 -"86984",11278,118718 -"86985",11279,18689 -"86986",11279,19330 -"86987",11279,26018 -"86988",11279,44148 -"86989",11279,45171 -"86990",11279,45304 -"86991",11279,50327 -"86992",11279,50334 -"86993",11279,50932 -"86994",11280,11440 -"86995",11281,32486 -"86996",11282,11455 -"86997",11282,29516 -"86998",11282,74359 -"86999",11283,117342 -"87000",11284,16444 -"87001",11284,18005 -"87002",11284,28211 -"87003",11285,11327 -"87004",11285,11378 -"87005",11285,44368 -"87006",11285,52659 -"87007",11285,56889 -"87008",11285,63419 -"87009",11285,100432 -"87010",11285,102637 -"87011",11285,123475 -"87012",11286,16715 -"87013",11286,27456 -"87014",11286,65175 -"87015",11286,79421 -"87016",11286,82334 -"87017",11287,12194 -"87018",11287,19094 -"87019",11287,19190 -"87020",11287,26698 -"87021",11287,28851 -"87022",11287,28970 -"87023",11287,30993 -"87024",11287,35513 -"87025",11287,36919 -"87026",11287,47367 -"87027",11287,103924 -"87028",11287,103941 -"87029",11288,11406 -"87030",11288,30003 -"87031",11288,31829 -"87032",11288,63838 -"87033",11288,68589 -"87034",11288,121165 -"87035",11289,19010 -"87036",11289,31154 -"87037",11289,51407 -"87038",11289,71889 -"87039",11290,22153 -"87040",11290,29332 -"87041",11290,30665 -"87042",11290,39120 -"87043",11290,69009 -"87044",11290,74061 -"87045",11290,90484 -"87046",11290,91112 -"87047",11291,25198 -"87048",11291,36516 -"87049",11291,40145 -"87050",11291,52384 -"87051",11291,87163 -"87052",11291,105385 -"87053",11292,11465 -"87054",11292,13521 -"87055",11292,15396 -"87056",11292,22027 -"87057",11292,31476 -"87058",11292,33166 -"87059",11292,34836 -"87060",11292,38019 -"87061",11292,38780 -"87062",11292,41315 -"87063",11292,49675 -"87064",11292,51334 -"87065",11292,54550 -"87066",11292,85835 -"87067",11292,86232 -"87068",11292,92327 -"87069",11292,94605 -"87070",11292,103589 -"87071",11292,105092 -"87072",11293,17959 -"87073",11293,27479 -"87074",11293,32117 -"87075",11293,41451 -"87076",11294,21780 -"87077",11294,21836 -"87078",11294,41919 -"87079",11294,62104 -"87080",11294,89554 -"87081",11295,11320 -"87082",11295,80964 -"87083",11296,69766 -"87084",11297,17734 -"87085",11297,30749 -"87086",11297,38848 -"87087",11297,88049 -"87088",11297,94913 -"87089",11297,103572 -"87090",11297,103624 -"87091",11298,13361 -"87092",11298,13412 -"87093",11298,24362 -"87094",11298,37011 -"87095",11298,45049 -"87096",11298,82306 -"87097",11298,86076 -"87098",11298,89987 -"87099",11298,97172 -"87100",11298,102324 -"87101",11299,13494 -"87102",11299,36792 -"87103",11299,66655 -"87104",11299,99921 -"87105",11299,100746 -"87106",11299,118965 -"87107",11299,118966 -"87108",11299,119918 -"87109",11300,11388 -"87110",11300,11498 -"87111",11300,77485 -"87112",11300,97314 -"87113",11301,14149 -"87114",11301,44945 -"87115",11301,51119 -"87116",11301,87135 -"87117",11301,116550 -"87118",11302,12695 -"87119",11302,14227 -"87120",11302,15521 -"87121",11302,21028 -"87122",11302,42263 -"87123",11302,64628 -"87124",11302,65412 -"87125",11302,70212 -"87126",11302,73658 -"87127",11302,93774 -"87128",11302,117783 -"87129",11303,11349 -"87130",11303,11381 -"87131",11303,11506 -"87132",11303,16473 -"87133",11303,16540 -"87134",11303,16546 -"87135",11303,16552 -"87136",11303,16777 -"87137",11303,21460 -"87138",11303,27845 -"87139",11303,30177 -"87140",11303,30200 -"87141",11303,33853 -"87142",11303,41560 -"87143",11303,45443 -"87144",11303,51492 -"87145",11303,52332 -"87146",11303,53258 -"87147",11303,60117 -"87148",11303,80840 -"87149",11303,81489 -"87150",11303,82744 -"87151",11303,100264 -"87152",11303,101228 -"87153",11303,101564 -"87154",11303,103826 -"87155",11303,110280 -"87156",11303,114115 -"87157",11303,115160 -"87158",11303,120668 -"87159",11304,11403 -"87160",11305,28556 -"87161",11305,30648 -"87162",11305,30790 -"87163",11305,32965 -"87164",11305,33513 -"87165",11305,40466 -"87166",11305,41812 -"87167",11305,46816 -"87168",11306,29727 -"87169",11306,34433 -"87170",11306,84309 -"87171",11307,21024 -"87172",11308,13485 -"87173",11309,11639 -"87174",11309,77331 -"87175",11309,102946 -"87176",11309,103311 -"87177",11310,12586 -"87178",11310,19189 -"87179",11310,20160 -"87180",11310,20767 -"87181",11310,25671 -"87182",11310,28432 -"87183",11310,30721 -"87184",11310,32401 -"87185",11310,34831 -"87186",11310,41580 -"87187",11310,43236 -"87188",11310,55472 -"87189",11310,59922 -"87190",11310,69311 -"87191",11310,73553 -"87192",11310,83837 -"87193",11310,85496 -"87194",11311,11496 -"87195",11312,19621 -"87196",11312,49086 -"87197",11312,73898 -"87198",11312,98939 -"87199",11312,112148 -"87200",11313,21107 -"87201",11313,21114 -"87202",11313,21316 -"87203",11313,31893 -"87204",11313,40309 -"87205",11313,56569 -"87206",11313,62049 -"87207",11314,17522 -"87208",11314,43291 -"87209",11314,64175 -"87210",11314,88234 -"87211",11315,11316 -"87212",11315,24268 -"87213",11315,35565 -"87214",11315,68345 -"87215",11315,87726 -"87216",11315,95690 -"87217",11315,113721 -"87218",11316,46587 -"87219",11316,54871 -"87220",11317,26757 -"87221",11317,53475 -"87222",11317,55112 -"87223",11317,73492 -"87224",11317,74730 -"87225",11317,84416 -"87226",11317,89829 -"87227",11317,93366 -"87228",11317,99742 -"87229",11317,103128 -"87230",11317,111988 -"87231",11317,115131 -"87232",11318,30742 -"87233",11318,32311 -"87234",11318,45732 -"87235",11318,46404 -"87236",11318,47686 -"87237",11318,52969 -"87238",11319,11627 -"87239",11319,11650 -"87240",11319,14249 -"87241",11319,18719 -"87242",11319,117121 -"87243",11320,47034 -"87244",11321,11869 -"87245",11321,12019 -"87246",11321,12374 -"87247",11321,19339 -"87248",11321,24078 -"87249",11321,26344 -"87250",11321,29996 -"87251",11321,30898 -"87252",11321,34651 -"87253",11321,35633 -"87254",11321,37893 -"87255",11321,48260 -"87256",11321,86744 -"87257",11322,13136 -"87258",11322,43711 -"87259",11323,94658 -"87260",11323,110463 -"87261",11323,111572 -"87262",11323,111585 -"87263",11323,111598 -"87264",11324,11390 -"87265",11324,11391 -"87266",11324,11468 -"87267",11324,13609 -"87268",11324,16323 -"87269",11324,20664 -"87270",11324,20680 -"87271",11324,26109 -"87272",11324,32072 -"87273",11324,34250 -"87274",11324,39102 -"87275",11324,42744 -"87276",11324,58059 -"87277",11324,63773 -"87278",11324,67227 -"87279",11324,75190 -"87280",11324,80451 -"87281",11324,98911 -"87282",11324,100524 -"87283",11324,102586 -"87284",11324,103847 -"87285",11324,110276 -"87286",11324,113919 -"87287",11324,117832 -"87288",11324,122628 -"87289",11325,19655 -"87290",11325,19802 -"87291",11325,21383 -"87292",11326,11377 -"87293",11327,11378 -"87294",11328,11412 -"87295",11328,17566 -"87296",11328,17610 -"87297",11328,33627 -"87298",11329,11482 -"87299",11329,14887 -"87300",11329,15692 -"87301",11329,23396 -"87302",11329,40476 -"87303",11329,52362 -"87304",11330,31396 -"87305",11330,48043 -"87306",11331,12563 -"87307",11331,39012 -"87308",11332,25278 -"87309",11332,32001 -"87310",11332,37050 -"87311",11332,42991 -"87312",11332,78580 -"87313",11332,84856 -"87314",11333,41567 -"87315",11333,51133 -"87316",11334,77779 -"87317",11334,83969 -"87318",11334,84116 -"87319",11334,84131 -"87320",11335,17342 -"87321",11335,32637 -"87322",11335,38440 -"87323",11335,45983 -"87324",11335,46463 -"87325",11335,48348 -"87326",11335,82827 -"87327",11336,29626 -"87328",11336,42819 -"87329",11336,58521 -"87330",11337,11338 -"87331",11338,13586 -"87332",11338,15114 -"87333",11338,44587 -"87334",11338,66962 -"87335",11338,68157 -"87336",11338,86637 -"87337",11338,95147 -"87338",11339,12773 -"87339",11339,14625 -"87340",11339,15734 -"87341",11339,20061 -"87342",11339,25078 -"87343",11339,28409 -"87344",11339,34237 -"87345",11339,34483 -"87346",11339,35545 -"87347",11339,36227 -"87348",11339,40943 -"87349",11339,41050 -"87350",11339,49787 -"87351",11339,49812 -"87352",11339,62590 -"87353",11339,64254 -"87354",11339,69333 -"87355",11339,70561 -"87356",11339,72894 -"87357",11340,33444 -"87358",11341,45643 -"87359",11341,47634 -"87360",11341,81686 -"87361",11342,36071 -"87362",11342,36263 -"87363",11342,42332 -"87364",11342,50965 -"87365",11342,53567 -"87366",11342,53713 -"87367",11342,53719 -"87368",11342,59880 -"87369",11343,28132 -"87370",11343,43218 -"87371",11343,103083 -"87372",11343,103154 -"87373",11343,107336 -"87374",11343,115122 -"87375",11344,89845 -"87376",11345,34840 -"87377",11346,39878 -"87378",11346,49351 -"87379",11346,79900 -"87380",11347,12781 -"87381",11347,22120 -"87382",11347,24020 -"87383",11347,24302 -"87384",11347,44603 -"87385",11347,45779 -"87386",11347,53617 -"87387",11347,61192 -"87388",11347,71467 -"87389",11347,88427 -"87390",11347,94132 -"87391",11348,11586 -"87392",11348,15529 -"87393",11348,16780 -"87394",11348,28455 -"87395",11348,32991 -"87396",11348,44351 -"87397",11348,44411 -"87398",11348,54142 -"87399",11348,62819 -"87400",11348,79373 -"87401",11348,90586 -"87402",11348,95810 -"87403",11348,104289 -"87404",11348,108142 -"87405",11348,112430 -"87406",11349,11381 -"87407",11349,11506 -"87408",11349,16594 -"87409",11349,25396 -"87410",11349,35319 -"87411",11349,38555 -"87412",11349,50135 -"87413",11349,50692 -"87414",11349,81426 -"87415",11350,11884 -"87416",11350,12202 -"87417",11350,26834 -"87418",11350,31061 -"87419",11350,45152 -"87420",11350,71932 -"87421",11350,99901 -"87422",11351,11499 -"87423",11351,16793 -"87424",11351,19718 -"87425",11351,22021 -"87426",11351,37224 -"87427",11351,44796 -"87428",11351,49120 -"87429",11351,70592 -"87430",11351,70617 -"87431",11351,70618 -"87432",11352,19165 -"87433",11352,21080 -"87434",11352,22107 -"87435",11352,52284 -"87436",11352,60260 -"87437",11352,82165 -"87438",11353,19767 -"87439",11353,40631 -"87440",11353,43940 -"87441",11353,65923 -"87442",11353,78217 -"87443",11353,80838 -"87444",11353,85387 -"87445",11354,47957 -"87446",11355,11454 -"87447",11355,14323 -"87448",11356,14789 -"87449",11356,17454 -"87450",11356,17526 -"87451",11356,28585 -"87452",11356,35598 -"87453",11356,45100 -"87454",11356,91750 -"87455",11356,104478 -"87456",11356,105118 -"87457",11356,107337 -"87458",11357,24612 -"87459",11357,33284 -"87460",11357,34232 -"87461",11357,51224 -"87462",11358,13136 -"87463",11358,13406 -"87464",11358,15140 -"87465",11358,15895 -"87466",11358,25295 -"87467",11358,25296 -"87468",11358,31186 -"87469",11358,38721 -"87470",11358,38824 -"87471",11358,40101 -"87472",11358,64110 -"87473",11358,75537 -"87474",11358,106709 -"87475",11359,26843 -"87476",11359,27277 -"87477",11359,28566 -"87478",11359,86837 -"87479",11360,41330 -"87480",11360,41448 -"87481",11360,67091 -"87482",11360,78975 -"87483",11360,80343 -"87484",11360,93989 -"87485",11360,97834 -"87486",11360,98887 -"87487",11360,106906 -"87488",11361,14880 -"87489",11361,17925 -"87490",11361,29084 -"87491",11361,31211 -"87492",11361,32777 -"87493",11361,36440 -"87494",11361,40567 -"87495",11361,41067 -"87496",11361,41075 -"87497",11361,44724 -"87498",11361,44744 -"87499",11361,45449 -"87500",11361,47818 -"87501",11361,47819 -"87502",11361,47823 -"87503",11361,48931 -"87504",11361,50319 -"87505",11361,56156 -"87506",11361,63940 -"87507",11361,66055 -"87508",11361,70778 -"87509",11361,72060 -"87510",11361,80938 -"87511",11361,80939 -"87512",11361,80940 -"87513",11361,80941 -"87514",11361,80949 -"87515",11361,80955 -"87516",11361,80956 -"87517",11361,80957 -"87518",11361,80985 -"87519",11361,80989 -"87520",11361,81007 -"87521",11361,81022 -"87522",11361,81026 -"87523",11361,81036 -"87524",11361,81037 -"87525",11361,81038 -"87526",11361,81139 -"87527",11361,92833 -"87528",11361,93162 -"87529",11361,94956 -"87530",11361,95524 -"87531",11361,96387 -"87532",11361,97760 -"87533",11361,107921 -"87534",11361,109029 -"87535",11361,109031 -"87536",11362,16415 -"87537",11362,17156 -"87538",11362,22950 -"87539",11362,31572 -"87540",11362,50619 -"87541",11362,55911 -"87542",11362,67317 -"87543",11362,72449 -"87544",11362,107407 -"87545",11363,15439 -"87546",11363,17448 -"87547",11363,19528 -"87548",11363,20034 -"87549",11363,20135 -"87550",11363,26608 -"87551",11364,14293 -"87552",11364,14394 -"87553",11364,14877 -"87554",11364,15441 -"87555",11364,18536 -"87556",11364,19358 -"87557",11364,20667 -"87558",11364,22756 -"87559",11364,24948 -"87560",11364,24989 -"87561",11364,26413 -"87562",11364,27267 -"87563",11364,29911 -"87564",11364,31897 -"87565",11364,32070 -"87566",11364,40561 -"87567",11364,42263 -"87568",11364,46568 -"87569",11364,48970 -"87570",11364,50659 -"87571",11364,54737 -"87572",11364,55908 -"87573",11364,56168 -"87574",11364,60846 -"87575",11364,69291 -"87576",11364,78073 -"87577",11364,79331 -"87578",11364,79710 -"87579",11364,79711 -"87580",11364,79720 -"87581",11364,79725 -"87582",11364,79738 -"87583",11364,79748 -"87584",11364,79750 -"87585",11364,79754 -"87586",11364,79758 -"87587",11364,79760 -"87588",11364,79771 -"87589",11364,79780 -"87590",11364,79781 -"87591",11364,79803 -"87592",11364,98144 -"87593",11364,98160 -"87594",11365,40110 -"87595",11365,70455 -"87596",11366,20851 -"87597",11366,27382 -"87598",11366,80549 -"87599",11366,89564 -"87600",11366,89797 -"87601",11366,97226 -"87602",11366,112317 -"87603",11366,113206 -"87604",11366,121179 -"87605",11366,123024 -"87606",11366,123027 -"87607",11367,15961 -"87608",11367,58522 -"87609",11368,58568 -"87610",11368,73042 -"87611",11368,78873 -"87612",11368,115630 -"87613",11369,12947 -"87614",11369,13222 -"87615",11369,14800 -"87616",11369,17478 -"87617",11369,27302 -"87618",11369,30874 -"87619",11369,31905 -"87620",11369,33337 -"87621",11369,36105 -"87622",11369,56147 -"87623",11369,57231 -"87624",11369,60905 -"87625",11369,63315 -"87626",11369,79032 -"87627",11369,94106 -"87628",11369,104356 -"87629",11369,111913 -"87630",11369,111914 -"87631",11369,111955 -"87632",11369,120333 -"87633",11370,11497 -"87634",11371,13834 -"87635",11371,13873 -"87636",11371,19311 -"87637",11371,31926 -"87638",11371,41096 -"87639",11371,42317 -"87640",11371,42331 -"87641",11372,13268 -"87642",11372,17252 -"87643",11372,25098 -"87644",11372,42787 -"87645",11372,45860 -"87646",11372,48116 -"87647",11372,53499 -"87648",11372,69175 -"87649",11372,77467 -"87650",11372,79360 -"87651",11372,86896 -"87652",11373,54003 -"87653",11374,85024 -"87654",11375,41811 -"87655",11375,42119 -"87656",11375,70685 -"87657",11375,85280 -"87658",11375,85463 -"87659",11375,103874 -"87660",11376,11404 -"87661",11376,28199 -"87662",11376,29277 -"87663",11376,32582 -"87664",11376,53793 -"87665",11376,87527 -"87666",11376,115093 -"87667",11377,17936 -"87668",11377,26308 -"87669",11377,45335 -"87670",11377,48486 -"87671",11377,51609 -"87672",11378,104008 -"87673",11379,20374 -"87674",11379,24366 -"87675",11379,39114 -"87676",11379,42778 -"87677",11379,50308 -"87678",11379,50623 -"87679",11379,50624 -"87680",11379,51234 -"87681",11379,53105 -"87682",11379,56735 -"87683",11379,56766 -"87684",11379,66062 -"87685",11379,68065 -"87686",11379,104656 -"87687",11380,26735 -"87688",11380,33270 -"87689",11380,36329 -"87690",11380,63663 -"87691",11380,64844 -"87692",11380,75649 -"87693",11381,11506 -"87694",11381,13172 -"87695",11381,23556 -"87696",11381,31120 -"87697",11381,44801 -"87698",11381,72067 -"87699",11381,76717 -"87700",11382,13610 -"87701",11382,49532 -"87702",11382,52461 -"87703",11382,57998 -"87704",11382,62343 -"87705",11382,72414 -"87706",11382,73488 -"87707",11382,78654 -"87708",11382,79621 -"87709",11382,83386 -"87710",11382,83415 -"87711",11382,104003 -"87712",11383,12794 -"87713",11383,13545 -"87714",11383,13619 -"87715",11383,18983 -"87716",11383,25327 -"87717",11383,26788 -"87718",11383,32548 -"87719",11383,36514 -"87720",11383,51724 -"87721",11383,56418 -"87722",11383,56602 -"87723",11383,56664 -"87724",11383,56855 -"87725",11383,67127 -"87726",11383,81421 -"87727",11383,90823 -"87728",11383,108345 -"87729",11384,26071 -"87730",11384,46680 -"87731",11384,117899 -"87732",11384,117901 -"87733",11385,31877 -"87734",11385,69427 -"87735",11385,71908 -"87736",11385,72893 -"87737",11385,87254 -"87738",11385,90036 -"87739",11385,114628 -"87740",11386,12501 -"87741",11386,13096 -"87742",11386,13453 -"87743",11386,18786 -"87744",11386,22595 -"87745",11386,22763 -"87746",11386,22804 -"87747",11386,45449 -"87748",11386,66852 -"87749",11386,69885 -"87750",11386,84098 -"87751",11386,84576 -"87752",11386,89492 -"87753",11386,89520 -"87754",11386,89525 -"87755",11386,89540 -"87756",11386,90852 -"87757",11387,86704 -"87758",11388,11498 -"87759",11389,11434 -"87760",11389,11516 -"87761",11389,12199 -"87762",11389,19882 -"87763",11389,23132 -"87764",11389,24568 -"87765",11389,26462 -"87766",11389,29419 -"87767",11389,29617 -"87768",11389,29762 -"87769",11389,29965 -"87770",11389,30416 -"87771",11389,34731 -"87772",11389,35302 -"87773",11389,40783 -"87774",11389,50495 -"87775",11389,57926 -"87776",11389,63409 -"87777",11389,63846 -"87778",11389,71285 -"87779",11389,74127 -"87780",11389,76127 -"87781",11389,80429 -"87782",11389,88409 -"87783",11389,88808 -"87784",11389,89836 -"87785",11389,99353 -"87786",11389,107649 -"87787",11390,11391 -"87788",11390,11468 -"87789",11391,11468 -"87790",11391,13609 -"87791",11391,16045 -"87792",11391,16323 -"87793",11391,20680 -"87794",11391,26109 -"87795",11391,35616 -"87796",11391,39102 -"87797",11391,42744 -"87798",11391,58059 -"87799",11391,80451 -"87800",11392,11859 -"87801",11392,12173 -"87802",11392,15072 -"87803",11392,15338 -"87804",11392,19584 -"87805",11392,20273 -"87806",11392,20662 -"87807",11392,20953 -"87808",11392,21001 -"87809",11392,27390 -"87810",11392,27685 -"87811",11392,30257 -"87812",11392,34496 -"87813",11392,37624 -"87814",11392,45729 -"87815",11392,45801 -"87816",11392,48482 -"87817",11392,49456 -"87818",11392,55829 -"87819",11392,55843 -"87820",11392,55844 -"87821",11392,55860 -"87822",11392,55871 -"87823",11392,55883 -"87824",11392,55888 -"87825",11392,55912 -"87826",11392,55946 -"87827",11392,55957 -"87828",11392,62842 -"87829",11392,77800 -"87830",11392,78055 -"87831",11392,107435 -"87832",11392,114195 -"87833",11392,120148 -"87834",11392,120152 -"87835",11393,18314 -"87836",11393,35094 -"87837",11393,39122 -"87838",11393,43832 -"87839",11393,49373 -"87840",11393,52327 -"87841",11394,45701 -"87842",11394,60055 -"87843",11394,96595 -"87844",11395,28135 -"87845",11395,66089 -"87846",11395,68798 -"87847",11395,113552 -"87848",11395,119884 -"87849",11396,14534 -"87850",11396,14749 -"87851",11396,23949 -"87852",11396,23966 -"87853",11396,32012 -"87854",11396,36829 -"87855",11396,59827 -"87856",11396,67767 -"87857",11396,73217 -"87858",11396,73225 -"87859",11396,74763 -"87860",11396,83105 -"87861",11396,87878 -"87862",11396,87892 -"87863",11397,12086 -"87864",11397,55951 -"87865",11398,14362 -"87866",11398,14430 -"87867",11398,30718 -"87868",11398,30728 -"87869",11398,31990 -"87870",11398,37786 -"87871",11398,37801 -"87872",11398,38431 -"87873",11398,40013 -"87874",11398,40216 -"87875",11398,44294 -"87876",11398,44307 -"87877",11398,44312 -"87878",11398,44388 -"87879",11398,44408 -"87880",11398,44421 -"87881",11398,44479 -"87882",11398,44505 -"87883",11398,44507 -"87884",11398,58589 -"87885",11398,77181 -"87886",11398,85565 -"87887",11398,97706 -"87888",11398,105050 -"87889",11398,115338 -"87890",11398,115820 -"87891",11398,119086 -"87892",11399,92852 -"87893",11400,57013 -"87894",11400,123369 -"87895",11401,37554 -"87896",11401,123378 -"87897",11402,88103 -"87898",11402,116249 -"87899",11403,16776 -"87900",11403,100775 -"87901",11404,114575 -"87902",11405,38489 -"87903",11405,49580 -"87904",11405,60814 -"87905",11405,94960 -"87906",11405,96739 -"87907",11405,99209 -"87908",11405,102356 -"87909",11405,108983 -"87910",11405,109067 -"87911",11407,12010 -"87912",11407,14655 -"87913",11407,17447 -"87914",11407,24736 -"87915",11407,24785 -"87916",11407,24818 -"87917",11407,24861 -"87918",11407,24864 -"87919",11407,37790 -"87920",11407,56496 -"87921",11407,98319 -"87922",11408,31718 -"87923",11408,54236 -"87924",11409,18615 -"87925",11409,20646 -"87926",11409,51189 -"87927",11409,89590 -"87928",11409,90190 -"87929",11409,91286 -"87930",11410,75593 -"87931",11410,92048 -"87932",11410,106414 -"87933",11410,121934 -"87934",11412,74563 -"87935",11413,13764 -"87936",11413,72449 -"87937",11414,11777 -"87938",11414,48922 -"87939",11414,95002 -"87940",11415,13205 -"87941",11415,16240 -"87942",11415,18344 -"87943",11415,20262 -"87944",11415,27195 -"87945",11415,29930 -"87946",11415,49739 -"87947",11415,55726 -"87948",11415,60931 -"87949",11416,11488 -"87950",11416,54029 -"87951",11419,14742 -"87952",11419,15547 -"87953",11419,18328 -"87954",11419,27311 -"87955",11419,35436 -"87956",11419,39375 -"87957",11419,63817 -"87958",11419,65742 -"87959",11419,73266 -"87960",11419,74183 -"87961",11419,104124 -"87962",11419,111226 -"87963",11419,117932 -"87964",11420,54206 -"87965",11421,12204 -"87966",11421,14976 -"87967",11421,55529 -"87968",11422,83202 -"87969",11423,19652 -"87970",11423,27535 -"87971",11423,38717 -"87972",11423,61840 -"87973",11423,62358 -"87974",11423,68481 -"87975",11423,76252 -"87976",11423,76509 -"87977",11424,13079 -"87978",11424,13191 -"87979",11425,26940 -"87980",11425,46532 -"87981",11425,79286 -"87982",11425,91266 -"87983",11426,18967 -"87984",11426,20391 -"87985",11426,38005 -"87986",11426,67648 -"87987",11426,80529 -"87988",11426,80542 -"87989",11426,106645 -"87990",11427,12640 -"87991",11427,19264 -"87992",11427,20326 -"87993",11427,20737 -"87994",11427,21849 -"87995",11427,30760 -"87996",11427,37100 -"87997",11427,48359 -"87998",11428,31376 -"87999",11428,31378 -"88000",11428,31409 -"88001",11428,31425 -"88002",11428,41351 -"88003",11429,11511 -"88004",11429,14761 -"88005",11429,24207 -"88006",11429,30734 -"88007",11429,31431 -"88008",11429,34818 -"88009",11429,37342 -"88010",11429,40392 -"88011",11429,47245 -"88012",11429,49112 -"88013",11429,49158 -"88014",11429,67828 -"88015",11429,89685 -"88016",11429,99067 -"88017",11430,18621 -"88018",11430,23392 -"88019",11430,93119 -"88020",11431,31667 -"88021",11431,57542 -"88022",11431,72876 -"88023",11431,107629 -"88024",11432,16652 -"88025",11432,38445 -"88026",11432,43249 -"88027",11433,12041 -"88028",11433,14921 -"88029",11433,15059 -"88030",11433,15693 -"88031",11433,16943 -"88032",11433,16967 -"88033",11433,17004 -"88034",11433,17021 -"88035",11433,17063 -"88036",11433,21417 -"88037",11433,23120 -"88038",11433,23404 -"88039",11433,27047 -"88040",11433,31826 -"88041",11433,33360 -"88042",11433,37512 -"88043",11434,11516 -"88044",11434,14078 -"88045",11434,19882 -"88046",11434,23132 -"88047",11434,24568 -"88048",11434,29419 -"88049",11434,29617 -"88050",11434,29965 -"88051",11434,30416 -"88052",11434,34731 -"88053",11434,35302 -"88054",11434,38016 -"88055",11434,45377 -"88056",11434,50495 -"88057",11434,62219 -"88058",11434,79640 -"88059",11434,82965 -"88060",11434,107297 -"88061",11435,11500 -"88062",11435,33327 -"88063",11436,27810 -"88064",11436,42701 -"88065",11436,47404 -"88066",11436,62588 -"88067",11436,75233 -"88068",11436,88089 -"88069",11436,90167 -"88070",11436,117690 -"88071",11436,117695 -"88072",11437,11481 -"88073",11437,41554 -"88074",11437,59345 -"88075",11437,59387 -"88076",11437,59910 -"88077",11437,106285 -"88078",11438,11581 -"88079",11439,38731 -"88080",11439,96892 -"88081",11440,19248 -"88082",11440,23509 -"88083",11440,49879 -"88084",11440,63075 -"88085",11440,86021 -"88086",11441,14523 -"88087",11441,15181 -"88088",11441,15879 -"88089",11441,22061 -"88090",11441,26822 -"88091",11441,27192 -"88092",11441,35914 -"88093",11441,37142 -"88094",11441,38838 -"88095",11441,42920 -"88096",11441,46082 -"88097",11441,63394 -"88098",11441,74413 -"88099",11441,81316 -"88100",11441,86463 -"88101",11441,95165 -"88102",11441,114536 -"88103",11441,115096 -"88104",11443,11490 -"88105",11443,28840 -"88106",11443,29063 -"88107",11443,95622 -"88108",11443,102832 -"88109",11443,111875 -"88110",11444,25676 -"88111",11444,25791 -"88112",11444,49985 -"88113",11444,65822 -"88114",11444,79696 -"88115",11444,82480 -"88116",11444,122140 -"88117",11445,12701 -"88118",11445,15441 -"88119",11445,62126 -"88120",11445,99930 -"88121",11445,103434 -"88122",11446,30661 -"88123",11446,64672 -"88124",11446,67127 -"88125",11446,74232 -"88126",11446,77311 -"88127",11446,80913 -"88128",11446,88712 -"88129",11446,91933 -"88130",11446,99736 -"88131",11446,100090 -"88132",11446,101682 -"88133",11446,104277 -"88134",11446,111435 -"88135",11447,22447 -"88136",11447,23997 -"88137",11447,24030 -"88138",11447,24208 -"88139",11447,26590 -"88140",11447,29847 -"88141",11447,29991 -"88142",11447,32454 -"88143",11447,37308 -"88144",11447,41401 -"88145",11447,41428 -"88146",11447,45295 -"88147",11447,59848 -"88148",11448,13595 -"88149",11448,16239 -"88150",11448,16455 -"88151",11448,16476 -"88152",11448,21358 -"88153",11448,28648 -"88154",11448,35304 -"88155",11448,45297 -"88156",11448,68967 -"88157",11448,76580 -"88158",11448,76589 -"88159",11448,76845 -"88160",11448,79045 -"88161",11449,55647 -"88162",11449,95610 -"88163",11450,11682 -"88164",11450,14332 -"88165",11450,15235 -"88166",11450,28091 -"88167",11450,30850 -"88168",11450,32021 -"88169",11450,40146 -"88170",11450,40579 -"88171",11450,43404 -"88172",11450,54675 -"88173",11450,55084 -"88174",11450,66544 -"88175",11450,96997 -"88176",11451,11452 -"88177",11451,43789 -"88178",11451,99949 -"88179",11452,104998 -"88180",11453,43434 -"88181",11453,87510 -"88182",11454,25143 -"88183",11454,31471 -"88184",11454,95044 -"88185",11455,28354 -"88186",11455,30751 -"88187",11455,52945 -"88188",11455,62736 -"88189",11455,70975 -"88190",11455,101410 -"88191",11455,110203 -"88192",11456,18551 -"88193",11456,26095 -"88194",11456,29004 -"88195",11456,33485 -"88196",11456,47276 -"88197",11456,48569 -"88198",11456,81094 -"88199",11456,81466 -"88200",11457,17167 -"88201",11457,26641 -"88202",11457,29422 -"88203",11457,29434 -"88204",11457,43528 -"88205",11457,54433 -"88206",11457,112159 -"88207",11458,40462 -"88208",11458,53592 -"88209",11458,71956 -"88210",11458,72011 -"88211",11458,102477 -"88212",11459,11677 -"88213",11459,11737 -"88214",11459,12408 -"88215",11460,11512 -"88216",11460,20656 -"88217",11460,20766 -"88218",11460,21198 -"88219",11460,22601 -"88220",11460,26749 -"88221",11460,33949 -"88222",11460,37394 -"88223",11460,39532 -"88224",11460,41099 -"88225",11460,41642 -"88226",11460,44082 -"88227",11460,47186 -"88228",11460,49302 -"88229",11460,50565 -"88230",11460,53618 -"88231",11460,61262 -"88232",11460,65653 -"88233",11460,65655 -"88234",11460,65663 -"88235",11460,65674 -"88236",11460,65717 -"88237",11460,71342 -"88238",11460,72956 -"88239",11460,80783 -"88240",11460,82350 -"88241",11460,82410 -"88242",11460,82442 -"88243",11460,110053 -"88244",11461,19248 -"88245",11461,36121 -"88246",11461,47890 -"88247",11461,48605 -"88248",11461,56695 -"88249",11461,63075 -"88250",11462,11463 -"88251",11462,17951 -"88252",11462,19173 -"88253",11462,20407 -"88254",11463,11685 -"88255",11463,19453 -"88256",11463,32753 -"88257",11463,83737 -"88258",11463,84942 -"88259",11463,88072 -"88260",11463,117418 -"88261",11464,70781 -"88262",11465,52553 -"88263",11465,102540 -"88264",11465,102557 -"88265",11466,14079 -"88266",11466,19902 -"88267",11466,32079 -"88268",11466,42737 -"88269",11466,48084 -"88270",11466,48253 -"88271",11466,49232 -"88272",11466,51233 -"88273",11466,71489 -"88274",11466,79415 -"88275",11466,103212 -"88276",11467,11483 -"88277",11467,26659 -"88278",11467,26688 -"88279",11467,26900 -"88280",11467,30129 -"88281",11467,36691 -"88282",11467,42083 -"88283",11467,42995 -"88284",11467,77823 -"88285",11467,90799 -"88286",11467,92219 -"88287",11467,109509 -"88288",11467,111001 -"88289",11467,122043 -"88290",11469,13340 -"88291",11469,15214 -"88292",11469,19658 -"88293",11469,24225 -"88294",11469,43242 -"88295",11469,46291 -"88296",11469,77812 -"88297",11470,15169 -"88298",11470,19516 -"88299",11470,19692 -"88300",11470,19693 -"88301",11470,20402 -"88302",11470,28845 -"88303",11470,28987 -"88304",11470,29356 -"88305",11470,29362 -"88306",11470,29375 -"88307",11470,30029 -"88308",11470,30260 -"88309",11470,30955 -"88310",11470,48096 -"88311",11470,51410 -"88312",11470,67362 -"88313",11470,79744 -"88314",11470,81689 -"88315",11470,89675 -"88316",11471,44364 -"88317",11471,73615 -"88318",11472,19709 -"88319",11472,19728 -"88320",11472,77778 -"88321",11472,113811 -"88322",11473,17795 -"88323",11473,21189 -"88324",11473,114058 -"88325",11474,17742 -"88326",11474,21778 -"88327",11474,26895 -"88328",11474,29952 -"88329",11474,47484 -"88330",11475,13592 -"88331",11475,14047 -"88332",11475,24027 -"88333",11475,32789 -"88334",11475,33049 -"88335",11475,34052 -"88336",11475,38042 -"88337",11475,39217 -"88338",11475,40352 -"88339",11475,47237 -"88340",11475,49854 -"88341",11476,17477 -"88342",11476,18080 -"88343",11476,24120 -"88344",11476,24487 -"88345",11476,24685 -"88346",11476,26355 -"88347",11476,30841 -"88348",11476,39369 -"88349",11476,41445 -"88350",11477,11781 -"88351",11477,13415 -"88352",11477,20149 -"88353",11477,20375 -"88354",11477,24012 -"88355",11477,25743 -"88356",11477,31208 -"88357",11477,37550 -"88358",11477,59772 -"88359",11477,65972 -"88360",11477,66227 -"88361",11477,84234 -"88362",11477,86444 -"88363",11477,89631 -"88364",11477,102025 -"88365",11477,120104 -"88366",11478,11666 -"88367",11478,56408 -"88368",11478,96130 -"88369",11478,98526 -"88370",11478,103715 -"88371",11478,111580 -"88372",11478,121650 -"88373",11479,58105 -"88374",11479,62999 -"88375",11479,63000 -"88376",11479,63026 -"88377",11480,23865 -"88378",11480,26410 -"88379",11481,60337 -"88380",11481,60932 -"88381",11481,71696 -"88382",11481,77798 -"88383",11482,12127 -"88384",11482,12146 -"88385",11482,13047 -"88386",11482,13135 -"88387",11482,14887 -"88388",11482,15692 -"88389",11482,23396 -"88390",11482,23959 -"88391",11482,35756 -"88392",11482,36390 -"88393",11482,40476 -"88394",11482,42296 -"88395",11482,53835 -"88396",11482,115508 -"88397",11483,13123 -"88398",11483,49821 -"88399",11483,61028 -"88400",11483,65055 -"88401",11485,11946 -"88402",11485,12174 -"88403",11485,14891 -"88404",11485,18397 -"88405",11485,20653 -"88406",11485,26443 -"88407",11485,28043 -"88408",11485,28438 -"88409",11485,28568 -"88410",11485,29296 -"88411",11485,31168 -"88412",11485,31170 -"88413",11485,31181 -"88414",11485,31182 -"88415",11485,31184 -"88416",11485,31238 -"88417",11485,31247 -"88418",11485,31269 -"88419",11485,31314 -"88420",11485,57383 -"88421",11485,74088 -"88422",11485,77109 -"88423",11485,80162 -"88424",11486,16000 -"88425",11486,20375 -"88426",11486,26732 -"88427",11486,31191 -"88428",11486,31208 -"88429",11486,35591 -"88430",11486,47654 -"88431",11486,52198 -"88432",11486,62943 -"88433",11486,85509 -"88434",11486,104718 -"88435",11487,40605 -"88436",11487,47199 -"88437",11487,115520 -"88438",11489,19401 -"88439",11489,62952 -"88440",11489,71707 -"88441",11491,121462 -"88442",11492,37812 -"88443",11493,12371 -"88444",11493,12639 -"88445",11493,13877 -"88446",11493,14845 -"88447",11493,16620 -"88448",11493,29930 -"88449",11493,46969 -"88450",11493,55581 -"88451",11493,61162 -"88452",11493,62307 -"88453",11493,97249 -"88454",11494,23725 -"88455",11494,38406 -"88456",11494,56551 -"88457",11494,84085 -"88458",11494,91087 -"88459",11495,28126 -"88460",11495,28288 -"88461",11495,37658 -"88462",11495,76581 -"88463",11495,88151 -"88464",11495,93002 -"88465",11495,95206 -"88466",11496,24576 -"88467",11496,26941 -"88468",11497,57111 -"88469",11497,57601 -"88470",11497,90929 -"88471",11498,77485 -"88472",11499,18039 -"88473",11499,19718 -"88474",11499,24998 -"88475",11499,42264 -"88476",11499,44704 -"88477",11499,51608 -"88478",11499,70592 -"88479",11499,70617 -"88480",11499,70618 -"88481",11500,11852 -"88482",11500,14847 -"88483",11500,21944 -"88484",11500,31546 -"88485",11500,36107 -"88486",11500,36725 -"88487",11500,37662 -"88488",11500,51738 -"88489",11500,51924 -"88490",11500,54844 -"88491",11500,60054 -"88492",11500,68530 -"88493",11500,79432 -"88494",11500,91521 -"88495",11500,91734 -"88496",11500,98815 -"88497",11501,11502 -"88498",11501,14280 -"88499",11501,29294 -"88500",11501,37377 -"88501",11501,39535 -"88502",11501,41033 -"88503",11501,41901 -"88504",11501,62541 -"88505",11501,66429 -"88506",11501,76200 -"88507",11502,14280 -"88508",11502,37377 -"88509",11502,41901 -"88510",11502,51781 -"88511",11502,58854 -"88512",11502,89052 -"88513",11502,92982 -"88514",11502,114112 -"88515",11503,22640 -"88516",11503,39588 -"88517",11503,64025 -"88518",11503,79602 -"88519",11503,79658 -"88520",11503,84652 -"88521",11504,14031 -"88522",11504,42465 -"88523",11505,12620 -"88524",11505,40857 -"88525",11505,47124 -"88526",11505,63526 -"88527",11506,14404 -"88528",11506,16552 -"88529",11506,16925 -"88530",11506,18943 -"88531",11506,21132 -"88532",11506,28099 -"88533",11506,31164 -"88534",11506,32449 -"88535",11506,38699 -"88536",11506,44335 -"88537",11506,45760 -"88538",11506,46874 -"88539",11506,48161 -"88540",11506,50238 -"88541",11506,52878 -"88542",11506,60875 -"88543",11506,68628 -"88544",11506,73981 -"88545",11506,82879 -"88546",11506,83005 -"88547",11506,104366 -"88548",11507,12351 -"88549",11507,21138 -"88550",11507,34509 -"88551",11507,63879 -"88552",11507,67744 -"88553",11507,70605 -"88554",11507,74894 -"88555",11507,79410 -"88556",11507,85825 -"88557",11507,91744 -"88558",11507,95197 -"88559",11507,101955 -"88560",11508,23491 -"88561",11508,33891 -"88562",11508,36232 -"88563",11508,46596 -"88564",11508,54680 -"88565",11508,62976 -"88566",11508,64413 -"88567",11508,65003 -"88568",11510,57297 -"88569",11510,63497 -"88570",11510,95669 -"88571",11511,15455 -"88572",11511,22686 -"88573",11511,82959 -"88574",11513,17782 -"88575",11513,32711 -"88576",11513,33052 -"88577",11513,76019 -"88578",11513,87620 -"88579",11514,12080 -"88580",11514,16169 -"88581",11514,24144 -"88582",11514,25883 -"88583",11514,27445 -"88584",11514,28325 -"88585",11514,42429 -"88586",11514,55550 -"88587",11514,60302 -"88588",11514,79204 -"88589",11514,79616 -"88590",11514,81140 -"88591",11514,84431 -"88592",11514,115840 -"88593",11515,33583 -"88594",11515,66423 -"88595",11515,82119 -"88596",11515,90027 -"88597",11516,16165 -"88598",11516,19322 -"88599",11516,21000 -"88600",11516,24568 -"88601",11516,24663 -"88602",11516,34731 -"88603",11516,34739 -"88604",11516,45377 -"88605",11516,54855 -"88606",11516,57926 -"88607",11516,62219 -"88608",11516,63409 -"88609",11517,11694 -"88610",11517,12221 -"88611",11517,13828 -"88612",11517,14959 -"88613",11517,17034 -"88614",11517,17520 -"88615",11517,17582 -"88616",11517,27946 -"88617",11517,36498 -"88618",11517,38921 -"88619",11517,47747 -"88620",11517,56812 -"88621",11517,78652 -"88622",11517,84475 -"88623",11517,93289 -"88624",11518,12052 -"88625",11518,12533 -"88626",11518,13971 -"88627",11518,14617 -"88628",11518,21025 -"88629",11518,22204 -"88630",11518,22263 -"88631",11518,22462 -"88632",11518,24264 -"88633",11518,24847 -"88634",11518,33827 -"88635",11518,35780 -"88636",11518,61673 -"88637",11518,69210 -"88638",11518,108791 -"88639",11518,110456 -"88640",11518,115035 -"88641",11519,17008 -"88642",11519,28816 -"88643",11519,34785 -"88644",11519,36755 -"88645",11519,46257 -"88646",11519,85971 -"88647",11520,20088 -"88648",11520,44055 -"88649",11520,94320 -"88650",11520,95319 -"88651",11521,18645 -"88652",11521,39194 -"88653",11521,40173 -"88654",11521,52287 -"88655",11521,57773 -"88656",11521,72710 -"88657",11521,115667 -"88658",11522,42197 -"88659",11522,58809 -"88660",11522,86439 -"88661",11522,109932 -"88662",11522,111966 -"88663",11522,117129 -"88664",11522,120496 -"88665",11523,76039 -"88666",11523,84689 -"88667",11524,49464 -"88668",11524,59441 -"88669",11525,20553 -"88670",11525,67232 -"88671",11526,36196 -"88672",11526,103932 -"88673",11527,42107 -"88674",11528,13425 -"88675",11528,13602 -"88676",11528,18188 -"88677",11528,26100 -"88678",11529,49980 -"88679",11529,55760 -"88680",11530,16850 -"88681",11530,18670 -"88682",11530,20754 -"88683",11530,21968 -"88684",11530,22682 -"88685",11530,27128 -"88686",11530,31705 -"88687",11530,33435 -"88688",11530,48861 -"88689",11530,52597 -"88690",11530,61975 -"88691",11530,63477 -"88692",11530,71260 -"88693",11530,81771 -"88694",11530,88746 -"88695",11530,102994 -"88696",11531,19807 -"88697",11531,57167 -"88698",11531,57186 -"88699",11532,32854 -"88700",11532,32936 -"88701",11532,33898 -"88702",11532,63070 -"88703",11532,63071 -"88704",11532,64964 -"88705",11533,22770 -"88706",11533,29820 -"88707",11533,39890 -"88708",11533,44616 -"88709",11533,57054 -"88710",11534,11777 -"88711",11534,12500 -"88712",11534,14185 -"88713",11534,14390 -"88714",11534,22797 -"88715",11534,24845 -"88716",11534,27147 -"88717",11534,31982 -"88718",11534,32226 -"88719",11534,34103 -"88720",11534,38143 -"88721",11534,38536 -"88722",11534,38564 -"88723",11534,40551 -"88724",11534,43287 -"88725",11534,47444 -"88726",11534,48160 -"88727",11534,50473 -"88728",11534,51111 -"88729",11534,53200 -"88730",11534,53261 -"88731",11534,63518 -"88732",11534,65734 -"88733",11534,66760 -"88734",11534,74232 -"88735",11534,79227 -"88736",11534,80913 -"88737",11534,83892 -"88738",11534,85245 -"88739",11534,88109 -"88740",11534,88280 -"88741",11534,88291 -"88742",11534,88308 -"88743",11534,91128 -"88744",11534,92017 -"88745",11534,94608 -"88746",11534,94789 -"88747",11534,95288 -"88748",11534,98185 -"88749",11534,99034 -"88750",11534,99575 -"88751",11534,101811 -"88752",11534,102484 -"88753",11534,107359 -"88754",11534,108131 -"88755",11534,114050 -"88756",11535,15226 -"88757",11535,34195 -"88758",11535,34744 -"88759",11535,34757 -"88760",11535,34804 -"88761",11535,43463 -"88762",11535,51518 -"88763",11535,76161 -"88764",11535,76606 -"88765",11535,76647 -"88766",11535,76648 -"88767",11535,76673 -"88768",11535,81162 -"88769",11535,88426 -"88770",11536,29057 -"88771",11537,26700 -"88772",11537,72465 -"88773",11538,33662 -"88774",11538,59134 -"88775",11539,11836 -"88776",11539,12847 -"88777",11539,28998 -"88778",11539,30155 -"88779",11539,49892 -"88780",11539,75606 -"88781",11539,86927 -"88782",11540,11576 -"88783",11540,12635 -"88784",11540,13418 -"88785",11540,15872 -"88786",11540,18941 -"88787",11540,21138 -"88788",11540,29435 -"88789",11540,40481 -"88790",11540,44611 -"88791",11540,51017 -"88792",11540,55784 -"88793",11540,71544 -"88794",11540,74894 -"88795",11540,87692 -"88796",11540,90802 -"88797",11540,90850 -"88798",11540,101395 -"88799",11540,104084 -"88800",11540,110650 -"88801",11541,11696 -"88802",11541,11788 -"88803",11542,57060 -"88804",11542,57153 -"88805",11542,73635 -"88806",11542,88089 -"88807",11543,11544 -"88808",11544,57853 -"88809",11544,60242 -"88810",11544,76193 -"88811",11544,99161 -"88812",11545,11806 -"88813",11546,16496 -"88814",11546,18735 -"88815",11546,29707 -"88816",11546,45395 -"88817",11546,69347 -"88818",11547,35615 -"88819",11547,36828 -"88820",11547,54696 -"88821",11547,88991 -"88822",11548,12046 -"88823",11548,12092 -"88824",11548,21466 -"88825",11548,58095 -"88826",11548,58588 -"88827",11549,14590 -"88828",11549,37914 -"88829",11549,38277 -"88830",11549,42641 -"88831",11549,55206 -"88832",11549,68453 -"88833",11549,95682 -"88834",11550,11669 -"88835",11550,12024 -"88836",11550,12705 -"88837",11550,13429 -"88838",11550,13840 -"88839",11550,15558 -"88840",11550,15728 -"88841",11550,15744 -"88842",11550,17727 -"88843",11550,18201 -"88844",11550,18427 -"88845",11550,21160 -"88846",11550,22073 -"88847",11550,22746 -"88848",11550,23728 -"88849",11550,23730 -"88850",11550,23910 -"88851",11550,29782 -"88852",11550,34018 -"88853",11550,34576 -"88854",11550,42225 -"88855",11550,42688 -"88856",11550,42692 -"88857",11550,42774 -"88858",11550,48084 -"88859",11550,52234 -"88860",11550,65246 -"88861",11550,68768 -"88862",11550,69670 -"88863",11550,83735 -"88864",11550,92085 -"88865",11550,92669 -"88866",11550,122277 -"88867",11550,122279 -"88868",11551,113329 -"88869",11552,11936 -"88870",11552,13715 -"88871",11552,13871 -"88872",11552,16687 -"88873",11552,30924 -"88874",11552,33787 -"88875",11552,45766 -"88876",11552,55824 -"88877",11553,19157 -"88878",11553,19409 -"88879",11553,24575 -"88880",11553,25941 -"88881",11553,26092 -"88882",11553,33108 -"88883",11553,34782 -"88884",11553,50220 -"88885",11553,50277 -"88886",11553,53761 -"88887",11553,72657 -"88888",11553,75930 -"88889",11554,21618 -"88890",11554,27631 -"88891",11554,33654 -"88892",11554,42081 -"88893",11554,78177 -"88894",11554,80266 -"88895",11554,85608 -"88896",11554,92642 -"88897",11555,14068 -"88898",11555,31804 -"88899",11555,39918 -"88900",11555,76901 -"88901",11555,103909 -"88902",11556,13169 -"88903",11556,14848 -"88904",11556,33024 -"88905",11556,47495 -"88906",11556,65075 -"88907",11556,65192 -"88908",11556,99597 -"88909",11556,99675 -"88910",11556,99676 -"88911",11556,101635 -"88912",11558,21232 -"88913",11558,65161 -"88914",11559,12717 -"88915",11559,14000 -"88916",11559,16614 -"88917",11559,17059 -"88918",11559,20979 -"88919",11559,29332 -"88920",11559,30074 -"88921",11559,32513 -"88922",11559,40155 -"88923",11559,42372 -"88924",11559,42895 -"88925",11559,46757 -"88926",11559,61706 -"88927",11559,66129 -"88928",11559,68217 -"88929",11560,58604 -"88930",11560,71949 -"88931",11560,76070 -"88932",11561,18202 -"88933",11561,60111 -"88934",11561,61283 -"88935",11561,102063 -"88936",11561,109978 -"88937",11561,109979 -"88938",11561,109980 -"88939",11561,109981 -"88940",11562,11592 -"88941",11562,35289 -"88942",11562,51287 -"88943",11562,56105 -"88944",11562,56200 -"88945",11562,58512 -"88946",11562,59682 -"88947",11562,61202 -"88948",11562,83222 -"88949",11562,95745 -"88950",11562,98541 -"88951",11562,113930 -"88952",11563,16286 -"88953",11563,40008 -"88954",11563,42813 -"88955",11563,50812 -"88956",11563,58448 -"88957",11563,83882 -"88958",11563,91483 -"88959",11563,95938 -"88960",11564,11809 -"88961",11565,24019 -"88962",11565,40255 -"88963",11565,42752 -"88964",11565,51851 -"88965",11566,13822 -"88966",11566,14004 -"88967",11566,22460 -"88968",11567,11632 -"88969",11567,11888 -"88970",11568,41551 -"88971",11569,16387 -"88972",11569,17348 -"88973",11569,29225 -"88974",11569,46789 -"88975",11569,58323 -"88976",11569,75470 -"88977",11569,84986 -"88978",11569,86503 -"88979",11569,88158 -"88980",11570,19939 -"88981",11570,67215 -"88982",11571,11996 -"88983",11571,17043 -"88984",11571,29171 -"88985",11571,36609 -"88986",11571,41543 -"88987",11571,52204 -"88988",11571,62297 -"88989",11572,14842 -"88990",11572,15420 -"88991",11572,16729 -"88992",11572,20358 -"88993",11572,22641 -"88994",11572,24570 -"88995",11572,26229 -"88996",11572,28162 -"88997",11572,32513 -"88998",11572,32921 -"88999",11572,40621 -"89000",11572,46420 -"89001",11572,46447 -"89002",11572,46838 -"89003",11572,62324 -"89004",11572,64021 -"89005",11572,79899 -"89006",11572,93464 -"89007",11572,101798 -"89008",11572,110374 -"89009",11572,110410 -"89010",11572,121318 -"89011",11573,14139 -"89012",11573,24299 -"89013",11573,53485 -"89014",11573,71481 -"89015",11574,77209 -"89016",11574,104508 -"89017",11575,55136 -"89018",11576,12110 -"89019",11576,12635 -"89020",11576,13418 -"89021",11576,16120 -"89022",11576,16127 -"89023",11576,19407 -"89024",11576,20061 -"89025",11576,21138 -"89026",11576,22347 -"89027",11576,25281 -"89028",11576,29435 -"89029",11576,33257 -"89030",11576,33332 -"89031",11576,36706 -"89032",11576,37866 -"89033",11576,44611 -"89034",11576,45007 -"89035",11576,48434 -"89036",11576,51017 -"89037",11576,51299 -"89038",11576,52924 -"89039",11576,54283 -"89040",11576,55784 -"89041",11576,61187 -"89042",11576,64070 -"89043",11576,67894 -"89044",11576,67902 -"89045",11576,71544 -"89046",11576,73464 -"89047",11576,73919 -"89048",11576,74681 -"89049",11576,74894 -"89050",11576,81364 -"89051",11576,83772 -"89052",11576,86490 -"89053",11576,87692 -"89054",11576,89710 -"89055",11576,90114 -"89056",11576,90802 -"89057",11576,90850 -"89058",11576,95604 -"89059",11576,98406 -"89060",11576,99329 -"89061",11576,99341 -"89062",11576,101395 -"89063",11576,108765 -"89064",11576,110246 -"89065",11576,113803 -"89066",11576,115195 -"89067",11576,115233 -"89068",11576,115255 -"89069",11576,115264 -"89070",11576,116660 -"89071",11576,121043 -"89072",11576,121999 -"89073",11576,123079 -"89074",11576,123085 -"89075",11577,19504 -"89076",11577,35726 -"89077",11577,47081 -"89078",11577,55472 -"89079",11577,58976 -"89080",11578,21346 -"89081",11578,29585 -"89082",11578,57246 -"89083",11578,91935 -"89084",11579,35098 -"89085",11579,52997 -"89086",11580,20629 -"89087",11580,20914 -"89088",11580,23825 -"89089",11580,27128 -"89090",11580,27302 -"89091",11580,27306 -"89092",11580,31743 -"89093",11580,36789 -"89094",11580,37055 -"89095",11580,47021 -"89096",11580,53631 -"89097",11580,58877 -"89098",11580,60686 -"89099",11580,63237 -"89100",11580,65439 -"89101",11580,74318 -"89102",11580,76392 -"89103",11580,92265 -"89104",11580,92310 -"89105",11580,97039 -"89106",11580,105117 -"89107",11580,105250 -"89108",11580,111463 -"89109",11580,119663 -"89110",11580,123330 -"89111",11581,38019 -"89112",11581,40062 -"89113",11581,50892 -"89114",11581,89243 -"89115",11581,95770 -"89116",11581,100642 -"89117",11581,113504 -"89118",11581,121187 -"89119",11582,11583 -"89120",11582,11642 -"89121",11582,11644 -"89122",11583,11642 -"89123",11583,11644 -"89124",11583,11936 -"89125",11583,16687 -"89126",11583,17904 -"89127",11583,22335 -"89128",11583,31918 -"89129",11583,36912 -"89130",11583,78773 -"89131",11584,11645 -"89132",11584,23257 -"89133",11584,36130 -"89134",11584,63315 -"89135",11585,11793 -"89136",11585,19063 -"89137",11585,29851 -"89138",11585,29888 -"89139",11585,29889 -"89140",11585,29997 -"89141",11586,23511 -"89142",11587,11810 -"89143",11587,20175 -"89144",11587,34324 -"89145",11587,34509 -"89146",11587,38522 -"89147",11587,38853 -"89148",11587,57466 -"89149",11587,66427 -"89150",11587,114007 -"89151",11587,115699 -"89152",11587,116629 -"89153",11588,11783 -"89154",11588,18218 -"89155",11588,31353 -"89156",11588,34496 -"89157",11588,35680 -"89158",11588,36346 -"89159",11588,40316 -"89160",11588,64676 -"89161",11588,69831 -"89162",11588,70275 -"89163",11588,75675 -"89164",11588,77389 -"89165",11588,78055 -"89166",11588,110398 -"89167",11589,11977 -"89168",11589,17562 -"89169",11589,24429 -"89170",11589,30881 -"89171",11589,38022 -"89172",11589,46850 -"89173",11589,60481 -"89174",11589,62527 -"89175",11589,79376 -"89176",11589,85942 -"89177",11589,88911 -"89178",11589,91770 -"89179",11589,93398 -"89180",11589,96518 -"89181",11589,99735 -"89182",11589,100659 -"89183",11589,102734 -"89184",11589,110380 -"89185",11589,119237 -"89186",11589,119795 -"89187",11590,25920 -"89188",11590,26382 -"89189",11590,26450 -"89190",11590,37688 -"89191",11590,52670 -"89192",11590,55345 -"89193",11590,77769 -"89194",11591,42969 -"89195",11591,52793 -"89196",11591,88442 -"89197",11591,105632 -"89198",11591,113756 -"89199",11591,113760 -"89200",11591,113764 -"89201",11593,11600 -"89202",11593,20993 -"89203",11593,37890 -"89204",11593,42188 -"89205",11593,49100 -"89206",11593,50001 -"89207",11593,50784 -"89208",11593,52237 -"89209",11593,52253 -"89210",11593,52271 -"89211",11594,71861 -"89212",11594,110934 -"89213",11594,123470 -"89214",11595,14072 -"89215",11595,16430 -"89216",11595,17381 -"89217",11595,20400 -"89218",11595,23056 -"89219",11595,61440 -"89220",11595,78286 -"89221",11595,90827 -"89222",11596,27657 -"89223",11596,31861 -"89224",11596,53741 -"89225",11596,53853 -"89226",11596,57886 -"89227",11597,27990 -"89228",11599,54023 -"89229",11599,100575 -"89230",11600,11792 -"89231",11600,69507 -"89232",11600,76002 -"89233",11601,12096 -"89234",11601,22524 -"89235",11601,26570 -"89236",11601,28460 -"89237",11601,28560 -"89238",11601,28639 -"89239",11601,37196 -"89240",11601,39865 -"89241",11601,41544 -"89242",11601,45390 -"89243",11601,46108 -"89244",11601,51819 -"89245",11601,58230 -"89246",11601,79244 -"89247",11601,86325 -"89248",11601,100396 -"89249",11601,106875 -"89250",11601,115537 -"89251",11601,115718 -"89252",11601,118291 -"89253",11602,11675 -"89254",11602,13820 -"89255",11602,21068 -"89256",11602,24686 -"89257",11602,25246 -"89258",11602,25499 -"89259",11602,25530 -"89260",11602,25540 -"89261",11602,25556 -"89262",11602,25598 -"89263",11602,31797 -"89264",11602,34693 -"89265",11602,41575 -"89266",11602,65376 -"89267",11603,61174 -"89268",11603,103741 -"89269",11603,111978 -"89270",11604,16855 -"89271",11605,11646 -"89272",11605,15557 -"89273",11605,15771 -"89274",11605,16980 -"89275",11605,17931 -"89276",11605,26253 -"89277",11605,33209 -"89278",11605,52448 -"89279",11605,68532 -"89280",11605,82367 -"89281",11605,86799 -"89282",11606,12389 -"89283",11606,13760 -"89284",11606,17807 -"89285",11606,54940 -"89286",11607,33870 -"89287",11607,39526 -"89288",11608,11724 -"89289",11608,11757 -"89290",11609,11756 -"89291",11609,13634 -"89292",11609,21687 -"89293",11609,21909 -"89294",11609,40671 -"89295",11609,46140 -"89296",11611,27852 -"89297",11611,34833 -"89298",11611,36724 -"89299",11611,59963 -"89300",11611,93965 -"89301",11611,94012 -"89302",11612,25068 -"89303",11613,25230 -"89304",11613,77477 -"89305",11614,23249 -"89306",11614,66199 -"89307",11614,67267 -"89308",11614,70587 -"89309",11615,11687 -"89310",11615,85222 -"89311",11616,20954 -"89312",11616,30733 -"89313",11616,30982 -"89314",11616,31035 -"89315",11616,59154 -"89316",11616,61436 -"89317",11616,63657 -"89318",11616,70953 -"89319",11616,71830 -"89320",11617,16559 -"89321",11617,16653 -"89322",11618,24194 -"89323",11618,33995 -"89324",11618,45566 -"89325",11618,47517 -"89326",11618,54200 -"89327",11618,56535 -"89328",11618,77203 -"89329",11618,97299 -"89330",11619,115460 -"89331",11620,12054 -"89332",11620,20311 -"89333",11620,22586 -"89334",11620,27501 -"89335",11620,91492 -"89336",11620,91523 -"89337",11620,91553 -"89338",11621,11754 -"89339",11621,11838 -"89340",11621,67427 -"89341",11622,22887 -"89342",11622,43986 -"89343",11622,48483 -"89344",11622,58628 -"89345",11622,71764 -"89346",11622,117697 -"89347",11623,45003 -"89348",11624,42642 -"89349",11624,44612 -"89350",11624,116768 -"89351",11625,19426 -"89352",11625,20343 -"89353",11625,29137 -"89354",11625,40711 -"89355",11625,52538 -"89356",11625,54675 -"89357",11625,55084 -"89358",11625,57417 -"89359",11625,57963 -"89360",11625,63448 -"89361",11625,64964 -"89362",11626,11686 -"89363",11626,13630 -"89364",11626,31124 -"89365",11626,50637 -"89366",11626,56682 -"89367",11626,56691 -"89368",11627,11650 -"89369",11627,18719 -"89370",11627,20935 -"89371",11627,50238 -"89372",11627,52767 -"89373",11627,60380 -"89374",11627,64723 -"89375",11627,65244 -"89376",11627,65301 -"89377",11627,74066 -"89378",11627,83709 -"89379",11628,54547 -"89380",11628,58964 -"89381",11628,87046 -"89382",11629,20468 -"89383",11629,29044 -"89384",11629,32637 -"89385",11629,33735 -"89386",11629,39916 -"89387",11629,41951 -"89388",11629,42374 -"89389",11629,42462 -"89390",11629,45477 -"89391",11629,45598 -"89392",11629,81954 -"89393",11630,11925 -"89394",11630,12068 -"89395",11630,91329 -"89396",11631,13452 -"89397",11631,18196 -"89398",11631,22549 -"89399",11631,22659 -"89400",11632,11888 -"89401",11633,11635 -"89402",11633,11713 -"89403",11634,52582 -"89404",11635,11713 -"89405",11635,23614 -"89406",11635,33680 -"89407",11635,41091 -"89408",11635,47166 -"89409",11635,52538 -"89410",11635,57523 -"89411",11635,58875 -"89412",11635,63453 -"89413",11636,73337 -"89414",11636,79212 -"89415",11636,98278 -"89416",11638,19531 -"89417",11638,27719 -"89418",11638,27798 -"89419",11638,37853 -"89420",11638,60690 -"89421",11638,74578 -"89422",11639,29535 -"89423",11639,46339 -"89424",11639,98463 -"89425",11639,103091 -"89426",11640,27901 -"89427",11640,27902 -"89428",11641,17210 -"89429",11641,20109 -"89430",11641,20154 -"89431",11641,23797 -"89432",11641,24027 -"89433",11641,28849 -"89434",11641,30055 -"89435",11641,30221 -"89436",11641,31723 -"89437",11641,35417 -"89438",11641,46501 -"89439",11641,67535 -"89440",11641,76890 -"89441",11641,80555 -"89442",11641,81711 -"89443",11642,11644 -"89444",11642,16798 -"89445",11642,50947 -"89446",11642,58576 -"89447",11642,59184 -"89448",11642,85892 -"89449",11642,96248 -"89450",11643,11795 -"89451",11644,31738 -"89452",11646,23573 -"89453",11646,52961 -"89454",11647,13150 -"89455",11647,23668 -"89456",11647,28200 -"89457",11647,46195 -"89458",11647,57574 -"89459",11648,12570 -"89460",11648,19031 -"89461",11648,19362 -"89462",11648,20934 -"89463",11648,22117 -"89464",11648,23539 -"89465",11648,33012 -"89466",11648,37351 -"89467",11648,40026 -"89468",11648,42695 -"89469",11648,57478 -"89470",11649,11658 -"89471",11649,14170 -"89472",11649,22897 -"89473",11649,25739 -"89474",11649,25811 -"89475",11649,25831 -"89476",11649,25832 -"89477",11649,25863 -"89478",11649,28893 -"89479",11649,37385 -"89480",11649,43214 -"89481",11649,45359 -"89482",11649,56795 -"89483",11649,56805 -"89484",11650,18719 -"89485",11650,84534 -"89486",11650,87940 -"89487",11651,17189 -"89488",11651,19605 -"89489",11651,22972 -"89490",11651,23350 -"89491",11651,34752 -"89492",11651,37026 -"89493",11651,41418 -"89494",11651,60250 -"89495",11651,79100 -"89496",11651,80180 -"89497",11652,30348 -"89498",11652,57027 -"89499",11652,68299 -"89500",11652,70457 -"89501",11653,41198 -"89502",11653,86114 -"89503",11653,99416 -"89504",11653,111538 -"89505",11654,14520 -"89506",11654,14578 -"89507",11654,15012 -"89508",11655,12778 -"89509",11655,13835 -"89510",11655,15876 -"89511",11655,17520 -"89512",11655,17582 -"89513",11655,33158 -"89514",11655,35960 -"89515",11655,38921 -"89516",11655,39692 -"89517",11655,42264 -"89518",11655,47268 -"89519",11655,47323 -"89520",11655,47351 -"89521",11655,47535 -"89522",11655,47562 -"89523",11655,47623 -"89524",11655,47624 -"89525",11655,49025 -"89526",11655,50252 -"89527",11656,11726 -"89528",11656,19486 -"89529",11657,12320 -"89530",11657,16574 -"89531",11657,29402 -"89532",11657,31296 -"89533",11657,37068 -"89534",11657,38736 -"89535",11657,52982 -"89536",11657,62280 -"89537",11658,12091 -"89538",11658,13915 -"89539",11658,15373 -"89540",11658,15562 -"89541",11658,16585 -"89542",11658,23230 -"89543",11658,39000 -"89544",11658,41062 -"89545",11658,50519 -"89546",11658,60994 -"89547",11658,71012 -"89548",11658,81934 -"89549",11658,82880 -"89550",11658,88212 -"89551",11659,50807 -"89552",11660,49051 -"89553",11660,58804 -"89554",11660,90262 -"89555",11661,11698 -"89556",11662,14615 -"89557",11662,16013 -"89558",11662,18372 -"89559",11662,23787 -"89560",11662,29095 -"89561",11662,30296 -"89562",11662,31177 -"89563",11662,51628 -"89564",11662,79591 -"89565",11662,88527 -"89566",11662,93337 -"89567",11663,34662 -"89568",11663,78951 -"89569",11663,79061 -"89570",11663,83596 -"89571",11664,24265 -"89572",11664,36618 -"89573",11665,18701 -"89574",11665,26101 -"89575",11665,32923 -"89576",11665,50331 -"89577",11665,55980 -"89578",11665,90567 -"89579",11665,96323 -"89580",11665,96543 -"89581",11665,96605 -"89582",11666,31283 -"89583",11666,45431 -"89584",11666,67992 -"89585",11666,111580 -"89586",11666,121650 -"89587",11670,22033 -"89588",11670,36461 -"89589",11670,37547 -"89590",11670,39556 -"89591",11670,48392 -"89592",11670,50001 -"89593",11670,57389 -"89594",11670,59412 -"89595",11670,81880 -"89596",11670,91988 -"89597",11670,104637 -"89598",11671,23217 -"89599",11671,28115 -"89600",11671,47092 -"89601",11671,54751 -"89602",11671,74329 -"89603",11671,74384 -"89604",11672,50294 -"89605",11673,87485 -"89606",11673,109357 -"89607",11674,11677 -"89608",11674,26628 -"89609",11676,25193 -"89610",11676,40406 -"89611",11676,46157 -"89612",11676,81965 -"89613",11676,95242 -"89614",11676,113405 -"89615",11677,11737 -"89616",11677,12408 -"89617",11678,112930 -"89618",11679,11868 -"89619",11679,13854 -"89620",11679,15654 -"89621",11679,22983 -"89622",11679,39720 -"89623",11679,41170 -"89624",11679,70633 -"89625",11679,75034 -"89626",11679,78208 -"89627",11679,89258 -"89628",11679,91056 -"89629",11679,98906 -"89630",11680,24667 -"89631",11680,37733 -"89632",11680,40550 -"89633",11680,67780 -"89634",11680,79057 -"89635",11680,97177 -"89636",11680,97689 -"89637",11681,48481 -"89638",11681,52588 -"89639",11681,95294 -"89640",11682,28091 -"89641",11682,34080 -"89642",11682,39135 -"89643",11682,40579 -"89644",11682,58749 -"89645",11683,11973 -"89646",11683,63426 -"89647",11684,32338 -"89648",11685,11798 -"89649",11685,18990 -"89650",11685,27899 -"89651",11685,57573 -"89652",11685,83737 -"89653",11688,18203 -"89654",11688,19239 -"89655",11688,34829 -"89656",11688,35417 -"89657",11688,41282 -"89658",11688,68662 -"89659",11688,76145 -"89660",11689,44947 -"89661",11689,87352 -"89662",11690,14235 -"89663",11690,35553 -"89664",11691,11749 -"89665",11691,49899 -"89666",11691,49906 -"89667",11691,49913 -"89668",11692,45133 -"89669",11692,49120 -"89670",11692,58354 -"89671",11692,82344 -"89672",11692,103642 -"89673",11693,70520 -"89674",11694,97481 -"89675",11695,19265 -"89676",11695,51455 -"89677",11695,110507 -"89678",11696,11788 -"89679",11696,20089 -"89680",11696,20678 -"89681",11696,92220 -"89682",11697,11876 -"89683",11697,12627 -"89684",11697,20432 -"89685",11697,22346 -"89686",11697,33523 -"89687",11697,41923 -"89688",11697,56472 -"89689",11697,59005 -"89690",11698,22109 -"89691",11698,62097 -"89692",11698,63325 -"89693",11699,13485 -"89694",11699,29343 -"89695",11699,40674 -"89696",11699,42045 -"89697",11699,42331 -"89698",11699,46090 -"89699",11699,50972 -"89700",11699,53825 -"89701",11699,55551 -"89702",11699,64680 -"89703",11699,69617 -"89704",11699,79068 -"89705",11699,85728 -"89706",11699,90186 -"89707",11699,112045 -"89708",11700,63156 -"89709",11700,74864 -"89710",11700,74887 -"89711",11702,13643 -"89712",11702,17539 -"89713",11702,24289 -"89714",11702,25119 -"89715",11702,28098 -"89716",11702,60825 -"89717",11702,77497 -"89718",11702,92036 -"89719",11702,106056 -"89720",11702,106072 -"89721",11703,12544 -"89722",11703,16544 -"89723",11703,18557 -"89724",11703,18807 -"89725",11703,24468 -"89726",11703,32013 -"89727",11703,37569 -"89728",11703,46285 -"89729",11703,56397 -"89730",11703,60780 -"89731",11704,36152 -"89732",11704,57951 -"89733",11705,36386 -"89734",11705,53485 -"89735",11705,118460 -"89736",11706,11839 -"89737",11706,99890 -"89738",11707,48051 -"89739",11707,57814 -"89740",11708,60182 -"89741",11708,60253 -"89742",11708,60254 -"89743",11708,93888 -"89744",11709,16115 -"89745",11709,55476 -"89746",11709,57846 -"89747",11709,58587 -"89748",11709,59136 -"89749",11709,68389 -"89750",11709,68671 -"89751",11709,75915 -"89752",11709,78810 -"89753",11709,92593 -"89754",11709,98859 -"89755",11710,59322 -"89756",11710,84638 -"89757",11710,86435 -"89758",11710,92055 -"89759",11710,94076 -"89760",11711,59378 -"89761",11712,12027 -"89762",11714,19960 -"89763",11714,34465 -"89764",11714,35530 -"89765",11714,40230 -"89766",11714,44152 -"89767",11714,66240 -"89768",11715,14052 -"89769",11715,30154 -"89770",11715,37069 -"89771",11715,44721 -"89772",11715,58334 -"89773",11715,66323 -"89774",11715,67499 -"89775",11715,73015 -"89776",11715,83444 -"89777",11715,99949 -"89778",11715,101914 -"89779",11715,103631 -"89780",11715,103723 -"89781",11715,103732 -"89782",11715,103759 -"89783",11715,103773 -"89784",11716,17810 -"89785",11716,60690 -"89786",11716,69545 -"89787",11716,109919 -"89788",11717,22688 -"89789",11717,22875 -"89790",11717,45994 -"89791",11717,50991 -"89792",11717,67368 -"89793",11718,19043 -"89794",11718,51928 -"89795",11718,93197 -"89796",11718,106701 -"89797",11718,107618 -"89798",11718,115841 -"89799",11719,20020 -"89800",11719,26655 -"89801",11719,30395 -"89802",11719,34022 -"89803",11719,88586 -"89804",11719,90840 -"89805",11719,92374 -"89806",11719,96117 -"89807",11719,109893 -"89808",11719,110362 -"89809",11719,113644 -"89810",11720,22189 -"89811",11720,42742 -"89812",11720,45404 -"89813",11720,45486 -"89814",11721,12473 -"89815",11721,17632 -"89816",11721,34578 -"89817",11721,55615 -"89818",11722,112617 -"89819",11722,121596 -"89820",11723,24119 -"89821",11723,40806 -"89822",11723,49536 -"89823",11723,71893 -"89824",11724,11757 -"89825",11724,26088 -"89826",11724,46985 -"89827",11724,74956 -"89828",11724,107301 -"89829",11724,107410 -"89830",11725,23380 -"89831",11725,26997 -"89832",11725,27663 -"89833",11725,31120 -"89834",11725,34134 -"89835",11725,44259 -"89836",11725,47979 -"89837",11725,53095 -"89838",11725,53121 -"89839",11725,53153 -"89840",11725,53573 -"89841",11726,14259 -"89842",11726,14442 -"89843",11726,63519 -"89844",11726,74046 -"89845",11726,98789 -"89846",11726,100019 -"89847",11726,100034 -"89848",11726,100994 -"89849",11727,11883 -"89850",11727,12453 -"89851",11727,13599 -"89852",11727,42301 -"89853",11727,53320 -"89854",11727,60713 -"89855",11727,106306 -"89856",11728,14807 -"89857",11728,17005 -"89858",11728,17051 -"89859",11728,17065 -"89860",11728,22548 -"89861",11728,28401 -"89862",11728,28402 -"89863",11728,30609 -"89864",11728,38639 -"89865",11728,46050 -"89866",11728,59177 -"89867",11729,11771 -"89868",11730,41865 -"89869",11730,72552 -"89870",11733,25878 -"89871",11734,56422 -"89872",11735,35367 -"89873",11735,117355 -"89874",11736,14429 -"89875",11737,12408 -"89876",11738,11927 -"89877",11738,14144 -"89878",11738,29962 -"89879",11738,45454 -"89880",11738,82211 -"89881",11739,79723 -"89882",11740,13303 -"89883",11740,14072 -"89884",11740,14972 -"89885",11740,15298 -"89886",11740,32731 -"89887",11740,51119 -"89888",11740,54059 -"89889",11740,55055 -"89890",11740,55071 -"89891",11740,99256 -"89892",11740,115123 -"89893",11741,28041 -"89894",11741,38032 -"89895",11741,75337 -"89896",11742,15567 -"89897",11742,18710 -"89898",11742,37742 -"89899",11742,38560 -"89900",11742,43452 -"89901",11742,43454 -"89902",11742,44240 -"89903",11743,11951 -"89904",11743,12020 -"89905",11744,47879 -"89906",11745,16301 -"89907",11745,88511 -"89908",11745,89288 -"89909",11745,89983 -"89910",11745,96522 -"89911",11745,98155 -"89912",11746,14843 -"89913",11746,17122 -"89914",11746,19759 -"89915",11746,23252 -"89916",11746,24099 -"89917",11746,25990 -"89918",11746,39278 -"89919",11746,43198 -"89920",11746,45176 -"89921",11746,47362 -"89922",11746,52440 -"89923",11746,52488 -"89924",11746,52532 -"89925",11746,62071 -"89926",11746,64963 -"89927",11746,73240 -"89928",11746,105693 -"89929",11747,16551 -"89930",11747,18586 -"89931",11747,29858 -"89932",11747,35447 -"89933",11747,55573 -"89934",11747,56448 -"89935",11747,60827 -"89936",11747,77094 -"89937",11747,82716 -"89938",11747,106858 -"89939",11748,11764 -"89940",11749,47804 -"89941",11749,49899 -"89942",11749,49906 -"89943",11749,49913 -"89944",11750,19119 -"89945",11750,27350 -"89946",11750,30375 -"89947",11750,41954 -"89948",11750,45463 -"89949",11750,89458 -"89950",11750,96188 -"89951",11750,96197 -"89952",11751,22965 -"89953",11751,38070 -"89954",11751,50173 -"89955",11751,100274 -"89956",11752,41123 -"89957",11752,60549 -"89958",11752,78080 -"89959",11752,84928 -"89960",11753,49754 -"89961",11753,49761 -"89962",11753,49784 -"89963",11754,11838 -"89964",11754,26681 -"89965",11754,83985 -"89966",11754,102547 -"89967",11754,102563 -"89968",11755,27653 -"89969",11755,28998 -"89970",11755,39326 -"89971",11755,41342 -"89972",11755,41437 -"89973",11756,21687 -"89974",11756,40671 -"89975",11756,46140 -"89976",11758,77147 -"89977",11758,97396 -"89978",11758,99625 -"89979",11759,63878 -"89980",11759,64383 -"89981",11759,82333 -"89982",11759,95209 -"89983",11760,14882 -"89984",11760,23430 -"89985",11760,41561 -"89986",11760,50710 -"89987",11760,69576 -"89988",11760,88373 -"89989",11760,94910 -"89990",11760,123160 -"89991",11760,123163 -"89992",11761,15682 -"89993",11762,14738 -"89994",11763,50152 -"89995",11763,85408 -"89996",11764,55258 -"89997",11765,21630 -"89998",11765,47188 -"89999",11765,50021 -"90000",11765,55476 -"90001",11765,57310 -"90002",11765,65747 -"90003",11765,83287 -"90004",11765,83630 -"90005",11765,85036 -"90006",11765,87208 -"90007",11765,93888 -"90008",11765,99114 -"90009",11765,108811 -"90010",11765,115305 -"90011",11766,12735 -"90012",11766,12779 -"90013",11766,13360 -"90014",11766,13942 -"90015",11766,15027 -"90016",11766,15185 -"90017",11766,15216 -"90018",11766,15964 -"90019",11766,16252 -"90020",11766,16872 -"90021",11766,17145 -"90022",11766,17508 -"90023",11766,18060 -"90024",11766,18217 -"90025",11766,22462 -"90026",11766,22823 -"90027",11766,23147 -"90028",11766,23421 -"90029",11766,23632 -"90030",11766,23953 -"90031",11766,24495 -"90032",11766,24710 -"90033",11766,25143 -"90034",11766,25303 -"90035",11766,25664 -"90036",11766,26407 -"90037",11766,27174 -"90038",11766,27196 -"90039",11766,27710 -"90040",11766,28703 -"90041",11766,29253 -"90042",11766,29341 -"90043",11766,29560 -"90044",11766,29573 -"90045",11766,29868 -"90046",11766,32438 -"90047",11766,32967 -"90048",11766,33223 -"90049",11766,33881 -"90050",11766,34097 -"90051",11766,34330 -"90052",11766,34513 -"90053",11766,35400 -"90054",11766,36476 -"90055",11766,36547 -"90056",11766,36745 -"90057",11766,37821 -"90058",11766,37931 -"90059",11766,38319 -"90060",11766,39398 -"90061",11766,39492 -"90062",11766,40320 -"90063",11766,40373 -"90064",11766,40542 -"90065",11766,41182 -"90066",11766,42131 -"90067",11766,46843 -"90068",11766,48331 -"90069",11767,39820 -"90070",11767,51806 -"90071",11767,62061 -"90072",11767,79722 -"90073",11767,99970 -"90074",11768,23227 -"90075",11768,44840 -"90076",11768,104765 -"90077",11769,17607 -"90078",11769,18257 -"90079",11769,18588 -"90080",11769,24617 -"90081",11769,25223 -"90082",11769,25529 -"90083",11769,29376 -"90084",11769,34254 -"90085",11769,39433 -"90086",11769,44740 -"90087",11769,46181 -"90088",11769,54846 -"90089",11769,55302 -"90090",11769,60085 -"90091",11769,62926 -"90092",11769,69075 -"90093",11769,86164 -"90094",11769,87220 -"90095",11769,87902 -"90096",11769,89308 -"90097",11769,90390 -"90098",11769,95604 -"90099",11770,12827 -"90100",11770,14472 -"90101",11770,15356 -"90102",11770,17156 -"90103",11770,20128 -"90104",11770,23460 -"90105",11770,24323 -"90106",11770,25030 -"90107",11770,25084 -"90108",11770,38198 -"90109",11770,39826 -"90110",11770,41785 -"90111",11770,41804 -"90112",11770,41859 -"90113",11771,33432 -"90114",11771,69119 -"90115",11771,88957 -"90116",11771,119287 -"90117",11772,21520 -"90118",11772,94403 -"90119",11772,116097 -"90120",11773,15331 -"90121",11773,29300 -"90122",11773,47460 -"90123",11773,60828 -"90124",11773,84658 -"90125",11774,12210 -"90126",11774,119448 -"90127",11775,40053 -"90128",11775,57258 -"90129",11775,59309 -"90130",11775,74068 -"90131",11775,88712 -"90132",11776,15232 -"90133",11776,15770 -"90134",11776,16729 -"90135",11776,21078 -"90136",11776,21369 -"90137",11776,23861 -"90138",11776,27549 -"90139",11776,31751 -"90140",11776,34988 -"90141",11776,36031 -"90142",11776,54200 -"90143",11776,60883 -"90144",11776,74995 -"90145",11776,82533 -"90146",11776,83680 -"90147",11776,83744 -"90148",11776,89681 -"90149",11776,90234 -"90150",11776,90321 -"90151",11777,13654 -"90152",11777,24939 -"90153",11777,26440 -"90154",11777,31123 -"90155",11777,32226 -"90156",11777,35904 -"90157",11777,36205 -"90158",11777,38575 -"90159",11777,46186 -"90160",11777,48160 -"90161",11777,50235 -"90162",11777,51111 -"90163",11777,53252 -"90164",11777,62793 -"90165",11777,78102 -"90166",11777,79183 -"90167",11777,81790 -"90168",11777,88280 -"90169",11777,88291 -"90170",11777,88308 -"90171",11777,89880 -"90172",11777,97132 -"90173",11777,97141 -"90174",11777,101155 -"90175",11777,101189 -"90176",11778,15737 -"90177",11778,24266 -"90178",11778,29761 -"90179",11778,39211 -"90180",11778,44101 -"90181",11778,54646 -"90182",11778,72536 -"90183",11778,74300 -"90184",11778,86185 -"90185",11778,87149 -"90186",11778,99823 -"90187",11779,50858 -"90188",11779,56600 -"90189",11780,13794 -"90190",11781,20671 -"90191",11781,24012 -"90192",11781,43760 -"90193",11781,43816 -"90194",11781,90947 -"90195",11782,21665 -"90196",11782,30017 -"90197",11782,33870 -"90198",11782,57879 -"90199",11782,76078 -"90200",11782,81502 -"90201",11782,105275 -"90202",11783,33882 -"90203",11783,33894 -"90204",11783,35162 -"90205",11783,36346 -"90206",11783,40727 -"90207",11783,42451 -"90208",11783,61919 -"90209",11783,64676 -"90210",11783,71793 -"90211",11783,89311 -"90212",11784,14103 -"90213",11784,14723 -"90214",11784,15218 -"90215",11784,18553 -"90216",11784,22311 -"90217",11784,63196 -"90218",11784,68641 -"90219",11784,87086 -"90220",11784,87939 -"90221",11785,12091 -"90222",11785,39425 -"90223",11787,15942 -"90224",11787,34758 -"90225",11787,43240 -"90226",11787,56661 -"90227",11787,94665 -"90228",11787,110823 -"90229",11789,11800 -"90230",11789,13373 -"90231",11789,63778 -"90232",11789,79604 -"90233",11791,80772 -"90234",11791,81826 -"90235",11792,69507 -"90236",11793,16829 -"90237",11793,52671 -"90238",11793,62208 -"90239",11794,28369 -"90240",11794,45726 -"90241",11795,47640 -"90242",11795,81830 -"90243",11796,82700 -"90244",11797,34204 -"90245",11797,66574 -"90246",11797,86707 -"90247",11797,122604 -"90248",11799,73659 -"90249",11800,59554 -"90250",11801,55337 -"90251",11802,11940 -"90252",11802,12998 -"90253",11802,18380 -"90254",11802,24802 -"90255",11802,25505 -"90256",11802,37483 -"90257",11802,47148 -"90258",11802,70678 -"90259",11802,75648 -"90260",11802,80477 -"90261",11802,81615 -"90262",11802,100758 -"90263",11802,100776 -"90264",11803,14061 -"90265",11803,17847 -"90266",11803,18413 -"90267",11803,20371 -"90268",11803,20455 -"90269",11803,26563 -"90270",11803,32259 -"90271",11803,32412 -"90272",11803,37096 -"90273",11803,49805 -"90274",11803,51216 -"90275",11803,51217 -"90276",11803,51276 -"90277",11803,51313 -"90278",11803,74054 -"90279",11803,77519 -"90280",11803,80653 -"90281",11803,105303 -"90282",11803,106065 -"90283",11803,107322 -"90284",11803,107423 -"90285",11803,107428 -"90286",11804,81913 -"90287",11804,82057 -"90288",11805,44075 -"90289",11805,111832 -"90290",11805,111860 -"90291",11806,11933 -"90292",11806,44812 -"90293",11806,49041 -"90294",11806,79245 -"90295",11806,82271 -"90296",11806,86551 -"90297",11806,115345 -"90298",11806,122875 -"90299",11807,43657 -"90300",11807,104657 -"90301",11807,104666 -"90302",11808,38797 -"90303",11808,61603 -"90304",11808,83862 -"90305",11808,89615 -"90306",11808,89620 -"90307",11809,13496 -"90308",11809,61585 -"90309",11809,87882 -"90310",11811,12316 -"90311",11811,12867 -"90312",11811,20783 -"90313",11811,25122 -"90314",11811,32730 -"90315",11811,47606 -"90316",11811,79774 -"90317",11811,82609 -"90318",11811,89319 -"90319",11812,11894 -"90320",11812,11896 -"90321",11812,12072 -"90322",11812,12487 -"90323",11812,12488 -"90324",11812,12641 -"90325",11813,27485 -"90326",11813,27538 -"90327",11813,27677 -"90328",11813,31925 -"90329",11813,53959 -"90330",11813,62902 -"90331",11814,53168 -"90332",11814,75953 -"90333",11814,93116 -"90334",11815,11816 -"90335",11815,11831 -"90336",11815,11847 -"90337",11815,11848 -"90338",11815,11882 -"90339",11815,11895 -"90340",11815,11918 -"90341",11815,11938 -"90342",11815,11981 -"90343",11815,12060 -"90344",11815,12061 -"90345",11815,12079 -"90346",11815,14626 -"90347",11815,18057 -"90348",11815,26139 -"90349",11815,30404 -"90350",11815,32642 -"90351",11815,40678 -"90352",11815,76913 -"90353",11815,78005 -"90354",11815,79391 -"90355",11815,81462 -"90356",11815,81544 -"90357",11815,86560 -"90358",11815,88374 -"90359",11815,88662 -"90360",11815,102229 -"90361",11815,108411 -"90362",11815,110836 -"90363",11815,111731 -"90364",11815,123348 -"90365",11816,11831 -"90366",11816,11847 -"90367",11816,11848 -"90368",11816,11882 -"90369",11816,11895 -"90370",11816,11918 -"90371",11816,11938 -"90372",11816,11981 -"90373",11816,12060 -"90374",11816,12061 -"90375",11816,12079 -"90376",11816,17682 -"90377",11816,23504 -"90378",11816,27687 -"90379",11816,36240 -"90380",11816,49353 -"90381",11816,62477 -"90382",11816,76434 -"90383",11816,78604 -"90384",11816,80088 -"90385",11816,81939 -"90386",11816,89261 -"90387",11816,109242 -"90388",11816,109252 -"90389",11816,109923 -"90390",11816,110799 -"90391",11816,111729 -"90392",11816,117161 -"90393",11816,117169 -"90394",11816,117174 -"90395",11816,123191 -"90396",11816,123192 -"90397",11817,12048 -"90398",11817,15395 -"90399",11817,16352 -"90400",11817,16578 -"90401",11817,20230 -"90402",11817,22197 -"90403",11817,23585 -"90404",11817,26867 -"90405",11817,39570 -"90406",11817,40028 -"90407",11817,40072 -"90408",11817,49084 -"90409",11817,50236 -"90410",11817,53005 -"90411",11817,56082 -"90412",11817,63954 -"90413",11817,67998 -"90414",11817,70838 -"90415",11817,74109 -"90416",11817,79082 -"90417",11817,80242 -"90418",11817,94671 -"90419",11817,97237 -"90420",11817,101793 -"90421",11817,109663 -"90422",11817,114713 -"90423",11817,122267 -"90424",11817,122312 -"90425",11818,18772 -"90426",11818,29886 -"90427",11819,25368 -"90428",11819,34771 -"90429",11819,39723 -"90430",11819,75316 -"90431",11819,78648 -"90432",11820,51295 -"90433",11820,73125 -"90434",11821,12185 -"90435",11821,12500 -"90436",11821,20048 -"90437",11821,31982 -"90438",11821,37354 -"90439",11821,38564 -"90440",11821,38625 -"90441",11821,40768 -"90442",11821,61963 -"90443",11821,66286 -"90444",11821,76347 -"90445",11821,88764 -"90446",11821,90677 -"90447",11821,99510 -"90448",11821,99618 -"90449",11821,99736 -"90450",11821,104808 -"90451",11821,106214 -"90452",11822,44014 -"90453",11822,52872 -"90454",11823,17413 -"90455",11823,19113 -"90456",11823,22566 -"90457",11823,29537 -"90458",11823,33354 -"90459",11823,35466 -"90460",11823,45269 -"90461",11823,77802 -"90462",11823,85712 -"90463",11823,100818 -"90464",11824,12781 -"90465",11824,22120 -"90466",11824,35640 -"90467",11824,72004 -"90468",11825,41468 -"90469",11825,44670 -"90470",11825,99067 -"90471",11826,36746 -"90472",11826,86499 -"90473",11826,108499 -"90474",11826,119532 -"90475",11827,11980 -"90476",11827,14487 -"90477",11827,14610 -"90478",11827,35757 -"90479",11827,82058 -"90480",11827,109876 -"90481",11828,14125 -"90482",11828,53267 -"90483",11829,13592 -"90484",11829,15276 -"90485",11829,16687 -"90486",11829,17285 -"90487",11829,19087 -"90488",11829,21474 -"90489",11829,30924 -"90490",11829,34205 -"90491",11829,40169 -"90492",11829,41436 -"90493",11829,43696 -"90494",11829,43858 -"90495",11829,51375 -"90496",11829,76143 -"90497",11830,11892 -"90498",11830,11968 -"90499",11830,12003 -"90500",11831,11847 -"90501",11831,11848 -"90502",11831,11882 -"90503",11831,11895 -"90504",11831,11918 -"90505",11831,11938 -"90506",11831,11981 -"90507",11831,12060 -"90508",11831,12061 -"90509",11831,12079 -"90510",11831,14844 -"90511",11831,23504 -"90512",11831,49353 -"90513",11831,78604 -"90514",11831,80088 -"90515",11831,81939 -"90516",11831,107595 -"90517",11831,109252 -"90518",11831,112534 -"90519",11831,123191 -"90520",11831,123192 -"90521",11832,14340 -"90522",11832,14485 -"90523",11832,22599 -"90524",11832,24052 -"90525",11832,24165 -"90526",11832,28108 -"90527",11833,11863 -"90528",11833,11986 -"90529",11833,12009 -"90530",11833,12071 -"90531",11833,32277 -"90532",11833,34016 -"90533",11833,85920 -"90534",11833,105895 -"90535",11834,22461 -"90536",11834,22914 -"90537",11834,28300 -"90538",11834,36210 -"90539",11834,40581 -"90540",11834,48312 -"90541",11834,52041 -"90542",11834,68433 -"90543",11835,12062 -"90544",11835,46943 -"90545",11836,59113 -"90546",11837,12008 -"90547",11837,19770 -"90548",11837,24471 -"90549",11837,46212 -"90550",11837,57510 -"90551",11837,58842 -"90552",11837,58940 -"90553",11837,75326 -"90554",11838,39992 -"90555",11838,67427 -"90556",11840,11904 -"90557",11840,19231 -"90558",11840,23448 -"90559",11840,29667 -"90560",11840,33413 -"90561",11840,39449 -"90562",11840,41439 -"90563",11840,47558 -"90564",11840,48625 -"90565",11840,49551 -"90566",11840,50662 -"90567",11840,54060 -"90568",11840,59039 -"90569",11840,65771 -"90570",11840,67130 -"90571",11840,71454 -"90572",11840,74795 -"90573",11840,77280 -"90574",11840,83460 -"90575",11840,83483 -"90576",11840,99717 -"90577",11840,118292 -"90578",11841,16585 -"90579",11841,20532 -"90580",11841,22585 -"90581",11841,23230 -"90582",11841,24327 -"90583",11841,30584 -"90584",11841,31403 -"90585",11841,40848 -"90586",11841,43706 -"90587",11841,43852 -"90588",11841,47081 -"90589",11841,52048 -"90590",11841,56100 -"90591",11841,58970 -"90592",11841,76483 -"90593",11841,77488 -"90594",11841,83673 -"90595",11841,84533 -"90596",11841,89185 -"90597",11841,91231 -"90598",11842,90897 -"90599",11842,95630 -"90600",11842,117059 -"90601",11843,17511 -"90602",11843,22431 -"90603",11843,50776 -"90604",11844,12025 -"90605",11844,55460 -"90606",11844,80220 -"90607",11844,81382 -"90608",11845,31110 -"90609",11846,12094 -"90610",11846,16092 -"90611",11846,29197 -"90612",11846,30936 -"90613",11846,36259 -"90614",11846,71440 -"90615",11846,90356 -"90616",11847,11848 -"90617",11847,11882 -"90618",11847,11895 -"90619",11847,11918 -"90620",11847,11938 -"90621",11847,11981 -"90622",11847,12060 -"90623",11847,12061 -"90624",11847,12079 -"90625",11847,14864 -"90626",11847,17682 -"90627",11847,20778 -"90628",11847,25692 -"90629",11847,49353 -"90630",11847,55275 -"90631",11847,76434 -"90632",11847,81308 -"90633",11847,81939 -"90634",11847,82011 -"90635",11847,82328 -"90636",11847,85990 -"90637",11847,109242 -"90638",11847,109252 -"90639",11847,109923 -"90640",11847,110778 -"90641",11847,117174 -"90642",11848,11882 -"90643",11848,11895 -"90644",11848,11918 -"90645",11848,11938 -"90646",11848,11981 -"90647",11848,12060 -"90648",11848,12061 -"90649",11848,12079 -"90650",11849,95907 -"90651",11849,95914 -"90652",11850,15574 -"90653",11850,57713 -"90654",11850,85188 -"90655",11850,88538 -"90656",11851,22376 -"90657",11851,53296 -"90658",11851,53843 -"90659",11851,78477 -"90660",11852,20173 -"90661",11852,21944 -"90662",11852,36107 -"90663",11852,36400 -"90664",11852,37662 -"90665",11852,42500 -"90666",11852,48710 -"90667",11852,51924 -"90668",11852,65398 -"90669",11852,68530 -"90670",11852,70209 -"90671",11852,73315 -"90672",11852,76680 -"90673",11852,91521 -"90674",11852,101262 -"90675",11852,113567 -"90676",11852,114219 -"90677",11852,114558 -"90678",11853,22033 -"90679",11854,41842 -"90680",11855,12877 -"90681",11855,13223 -"90682",11855,14992 -"90683",11855,22548 -"90684",11855,28481 -"90685",11855,32349 -"90686",11855,34033 -"90687",11855,36010 -"90688",11855,41904 -"90689",11855,45696 -"90690",11855,47973 -"90691",11855,50425 -"90692",11855,57253 -"90693",11855,66261 -"90694",11855,68457 -"90695",11855,69198 -"90696",11855,77565 -"90697",11855,78974 -"90698",11855,86023 -"90699",11855,87813 -"90700",11855,88773 -"90701",11855,90993 -"90702",11855,90994 -"90703",11855,92417 -"90704",11855,100319 -"90705",11855,101250 -"90706",11855,101462 -"90707",11855,109885 -"90708",11855,110742 -"90709",11855,112606 -"90710",11855,116142 -"90711",11855,116150 -"90712",11855,116151 -"90713",11855,116152 -"90714",11855,116155 -"90715",11855,116159 -"90716",11855,116163 -"90717",11855,116165 -"90718",11855,116166 -"90719",11855,116171 -"90720",11855,116677 -"90721",11855,116678 -"90722",11856,11985 -"90723",11856,12550 -"90724",11856,51065 -"90725",11856,54061 -"90726",11856,72127 -"90727",11856,83476 -"90728",11856,83496 -"90729",11857,20130 -"90730",11857,22173 -"90731",11857,28093 -"90732",11857,41982 -"90733",11857,44370 -"90734",11857,54489 -"90735",11857,54718 -"90736",11857,79819 -"90737",11857,91028 -"90738",11857,103825 -"90739",11858,12487 -"90740",11858,12907 -"90741",11858,15146 -"90742",11858,17022 -"90743",11858,17579 -"90744",11858,18144 -"90745",11858,19509 -"90746",11858,19631 -"90747",11858,36543 -"90748",11858,38930 -"90749",11858,48152 -"90750",11858,48218 -"90751",11858,48237 -"90752",11858,48245 -"90753",11858,48303 -"90754",11858,48305 -"90755",11858,57880 -"90756",11858,59538 -"90757",11858,61667 -"90758",11858,67837 -"90759",11858,82312 -"90760",11858,88663 -"90761",11858,89135 -"90762",11858,89263 -"90763",11858,101824 -"90764",11858,110033 -"90765",11858,114026 -"90766",11859,12080 -"90767",11859,18122 -"90768",11859,19584 -"90769",11859,27390 -"90770",11859,32863 -"90771",11859,33522 -"90772",11859,37841 -"90773",11859,38419 -"90774",11859,45729 -"90775",11859,50816 -"90776",11859,54739 -"90777",11859,107903 -"90778",11859,107911 -"90779",11860,13593 -"90780",11860,13805 -"90781",11860,15560 -"90782",11860,19597 -"90783",11860,21230 -"90784",11860,25114 -"90785",11860,31418 -"90786",11860,36882 -"90787",11860,44156 -"90788",11860,59698 -"90789",11860,66248 -"90790",11860,69841 -"90791",11860,84191 -"90792",11861,45920 -"90793",11861,53792 -"90794",11861,53848 -"90795",11862,21568 -"90796",11862,45680 -"90797",11862,86086 -"90798",11863,11986 -"90799",11863,12009 -"90800",11863,12071 -"90801",11863,15620 -"90802",11863,16747 -"90803",11863,16890 -"90804",11863,39236 -"90805",11865,11889 -"90806",11865,11891 -"90807",11866,28694 -"90808",11866,28795 -"90809",11867,12123 -"90810",11867,13482 -"90811",11867,14185 -"90812",11867,27726 -"90813",11867,38565 -"90814",11867,44037 -"90815",11867,52264 -"90816",11867,70728 -"90817",11867,73515 -"90818",11867,74232 -"90819",11867,79450 -"90820",11867,99263 -"90821",11868,15320 -"90822",11868,15451 -"90823",11868,22983 -"90824",11868,24611 -"90825",11868,26722 -"90826",11868,37029 -"90827",11868,37494 -"90828",11868,49088 -"90829",11868,49172 -"90830",11868,50455 -"90831",11868,50516 -"90832",11868,50528 -"90833",11868,78208 -"90834",11868,80988 -"90835",11869,11988 -"90836",11869,12081 -"90837",11869,15718 -"90838",11869,17673 -"90839",11869,18740 -"90840",11869,19154 -"90841",11869,20616 -"90842",11869,23420 -"90843",11869,23723 -"90844",11869,28259 -"90845",11869,29289 -"90846",11869,35587 -"90847",11869,36315 -"90848",11869,37238 -"90849",11869,38307 -"90850",11869,41351 -"90851",11869,41779 -"90852",11869,43455 -"90853",11869,43460 -"90854",11869,44327 -"90855",11869,45310 -"90856",11869,50113 -"90857",11869,53353 -"90858",11869,57377 -"90859",11869,59800 -"90860",11869,63895 -"90861",11869,63935 -"90862",11869,63947 -"90863",11869,63962 -"90864",11869,86744 -"90865",11870,11971 -"90866",11870,18341 -"90867",11870,20609 -"90868",11870,23168 -"90869",11870,25557 -"90870",11870,32811 -"90871",11870,36340 -"90872",11870,37167 -"90873",11870,63953 -"90874",11870,65052 -"90875",11870,79212 -"90876",11870,89108 -"90877",11870,99051 -"90878",11870,107673 -"90879",11870,107684 -"90880",11871,26054 -"90881",11871,39507 -"90882",11871,40004 -"90883",11871,61921 -"90884",11872,27531 -"90885",11872,46258 -"90886",11872,80262 -"90887",11872,80337 -"90888",11872,83644 -"90889",11872,83729 -"90890",11872,94557 -"90891",11873,79334 -"90892",11874,35599 -"90893",11874,37498 -"90894",11874,47495 -"90895",11874,51751 -"90896",11874,54125 -"90897",11874,81741 -"90898",11874,87116 -"90899",11875,27522 -"90900",11875,27547 -"90901",11875,31836 -"90902",11875,33604 -"90903",11875,43224 -"90904",11875,49174 -"90905",11875,53708 -"90906",11876,12627 -"90907",11876,13454 -"90908",11876,17088 -"90909",11876,20336 -"90910",11876,22346 -"90911",11876,30417 -"90912",11876,38073 -"90913",11876,50692 -"90914",11876,52444 -"90915",11876,52988 -"90916",11876,56472 -"90917",11876,56555 -"90918",11876,59005 -"90919",11878,17594 -"90920",11878,17602 -"90921",11878,59415 -"90922",11879,11928 -"90923",11879,40466 -"90924",11880,26474 -"90925",11880,28083 -"90926",11880,76915 -"90927",11880,81122 -"90928",11880,87925 -"90929",11880,103323 -"90930",11881,47883 -"90931",11882,11895 -"90932",11882,11918 -"90933",11882,11938 -"90934",11882,11981 -"90935",11882,12060 -"90936",11882,12061 -"90937",11882,12079 -"90938",11882,66959 -"90939",11883,12453 -"90940",11883,13599 -"90941",11883,23208 -"90942",11883,50465 -"90943",11883,70753 -"90944",11883,89680 -"90945",11884,12202 -"90946",11884,15084 -"90947",11884,18163 -"90948",11884,18174 -"90949",11884,25605 -"90950",11884,31061 -"90951",11884,31915 -"90952",11884,34820 -"90953",11884,35825 -"90954",11884,40905 -"90955",11884,48702 -"90956",11884,118223 -"90957",11885,58964 -"90958",11886,12581 -"90959",11886,16118 -"90960",11886,19087 -"90961",11886,29426 -"90962",11886,30579 -"90963",11886,38435 -"90964",11886,38459 -"90965",11886,38530 -"90966",11886,42520 -"90967",11886,60106 -"90968",11887,76040 -"90969",11887,105357 -"90970",11888,23959 -"90971",11888,47797 -"90972",11889,11891 -"90973",11890,16631 -"90974",11890,53802 -"90975",11890,61790 -"90976",11890,74844 -"90977",11890,94186 -"90978",11891,47179 -"90979",11891,53508 -"90980",11891,55538 -"90981",11891,63689 -"90982",11891,81762 -"90983",11892,11968 -"90984",11892,12003 -"90985",11893,11955 -"90986",11893,35928 -"90987",11893,47332 -"90988",11893,47343 -"90989",11893,56512 -"90990",11893,56572 -"90991",11893,74682 -"90992",11894,11896 -"90993",11894,12072 -"90994",11894,12487 -"90995",11894,12488 -"90996",11894,12641 -"90997",11895,11918 -"90998",11895,11938 -"90999",11895,11981 -"91000",11895,12060 -"91001",11895,12061 -"91002",11895,12079 -"91003",11896,12072 -"91004",11896,12487 -"91005",11896,12488 -"91006",11896,12641 -"91007",11897,14467 -"91008",11897,14719 -"91009",11897,14750 -"91010",11897,21295 -"91011",11897,38399 -"91012",11897,51551 -"91013",11897,52720 -"91014",11897,54461 -"91015",11897,57037 -"91016",11897,62126 -"91017",11897,79780 -"91018",11897,80382 -"91019",11897,83006 -"91020",11897,104820 -"91021",11897,112814 -"91022",11897,113886 -"91023",11898,16410 -"91024",11899,12489 -"91025",11899,46896 -"91026",11899,46903 -"91027",11899,61908 -"91028",11901,15790 -"91029",11901,53604 -"91030",11901,58700 -"91031",11902,20685 -"91032",11902,63978 -"91033",11902,82619 -"91034",11903,12083 -"91035",11904,14606 -"91036",11904,17248 -"91037",11904,32221 -"91038",11904,32637 -"91039",11904,57094 -"91040",11904,77520 -"91041",11904,110923 -"91042",11905,33958 -"91043",11906,88763 -"91044",11907,46850 -"91045",11907,99424 -"91046",11908,23901 -"91047",11908,29154 -"91048",11908,50663 -"91049",11908,52055 -"91050",11908,58628 -"91051",11910,15497 -"91052",11910,24395 -"91053",11910,31802 -"91054",11910,41529 -"91055",11910,42228 -"91056",11910,42335 -"91057",11910,54919 -"91058",11910,55564 -"91059",11910,56172 -"91060",11910,63222 -"91061",11911,15957 -"91062",11911,16151 -"91063",11911,39576 -"91064",11911,39605 -"91065",11911,39606 -"91066",11911,100609 -"91067",11911,109318 -"91068",11912,12122 -"91069",11912,19893 -"91070",11912,34346 -"91071",11912,43474 -"91072",11912,44089 -"91073",11912,49046 -"91074",11912,53653 -"91075",11912,74280 -"91076",11913,12428 -"91077",11913,12807 -"91078",11913,13142 -"91079",11913,16689 -"91080",11913,17364 -"91081",11913,19036 -"91082",11913,19391 -"91083",11913,23075 -"91084",11913,25606 -"91085",11913,28530 -"91086",11913,30258 -"91087",11913,35154 -"91088",11913,38185 -"91089",11913,38683 -"91090",11913,40245 -"91091",11913,43226 -"91092",11913,44655 -"91093",11913,44973 -"91094",11913,46177 -"91095",11913,47048 -"91096",11913,48110 -"91097",11913,50479 -"91098",11913,58508 -"91099",11913,59054 -"91100",11913,59731 -"91101",11913,62642 -"91102",11913,64522 -"91103",11913,68091 -"91104",11913,69335 -"91105",11913,75245 -"91106",11913,75776 -"91107",11913,75956 -"91108",11913,76387 -"91109",11913,78978 -"91110",11913,79212 -"91111",11913,79241 -"91112",11913,79579 -"91113",11913,80239 -"91114",11913,80301 -"91115",11913,81397 -"91116",11913,88340 -"91117",11913,88749 -"91118",11913,89069 -"91119",11913,89373 -"91120",11913,89995 -"91121",11913,90919 -"91122",11913,90936 -"91123",11913,92861 -"91124",11913,93097 -"91125",11913,94231 -"91126",11913,95489 -"91127",11913,96247 -"91128",11913,96363 -"91129",11913,97898 -"91130",11913,108139 -"91131",11914,28906 -"91132",11914,29075 -"91133",11914,46271 -"91134",11915,12050 -"91135",11916,13891 -"91136",11916,18606 -"91137",11916,21103 -"91138",11916,22442 -"91139",11916,43430 -"91140",11916,69419 -"91141",11916,71055 -"91142",11917,12016 -"91143",11917,12259 -"91144",11917,39719 -"91145",11917,73420 -"91146",11917,82972 -"91147",11918,11938 -"91148",11918,11981 -"91149",11918,12060 -"91150",11918,12061 -"91151",11918,12079 -"91152",11918,25692 -"91153",11918,27732 -"91154",11918,78604 -"91155",11919,23586 -"91156",11919,65399 -"91157",11919,65431 -"91158",11919,65432 -"91159",11919,65465 -"91160",11919,65466 -"91161",11919,65950 -"91162",11920,26858 -"91163",11921,20315 -"91164",11921,25046 -"91165",11921,28119 -"91166",11921,28816 -"91167",11921,32863 -"91168",11921,35053 -"91169",11921,38615 -"91170",11921,43673 -"91171",11921,44322 -"91172",11921,49643 -"91173",11921,55028 -"91174",11921,56900 -"91175",11921,58643 -"91176",11921,60820 -"91177",11921,62120 -"91178",11921,62426 -"91179",11921,63408 -"91180",11921,63427 -"91181",11921,63432 -"91182",11921,72059 -"91183",11921,73246 -"91184",11921,73387 -"91185",11923,13637 -"91186",11924,49311 -"91187",11924,63539 -"91188",11925,12068 -"91189",11925,19248 -"91190",11925,28112 -"91191",11925,28882 -"91192",11925,32726 -"91193",11925,33352 -"91194",11925,33380 -"91195",11925,35281 -"91196",11925,42944 -"91197",11925,48716 -"91198",11925,48732 -"91199",11925,68795 -"91200",11925,75633 -"91201",11926,15762 -"91202",11926,20031 -"91203",11926,22466 -"91204",11926,29115 -"91205",11926,35471 -"91206",11926,35481 -"91207",11926,35963 -"91208",11926,47337 -"91209",11926,48484 -"91210",11926,49364 -"91211",11926,58052 -"91212",11926,59505 -"91213",11926,68120 -"91214",11926,68561 -"91215",11926,71541 -"91216",11926,78076 -"91217",11926,91904 -"91218",11926,92441 -"91219",11926,94806 -"91220",11926,98166 -"91221",11926,101927 -"91222",11926,105685 -"91223",11927,20492 -"91224",11927,24478 -"91225",11927,24507 -"91226",11927,26721 -"91227",11927,31122 -"91228",11927,38398 -"91229",11927,38568 -"91230",11927,41190 -"91231",11927,41814 -"91232",11927,41839 -"91233",11927,42959 -"91234",11927,50328 -"91235",11927,55897 -"91236",11927,61067 -"91237",11927,71990 -"91238",11927,73020 -"91239",11927,87529 -"91240",11928,26524 -"91241",11928,53604 -"91242",11928,53988 -"91243",11928,67511 -"91244",11929,46651 -"91245",11929,62603 -"91246",11929,68617 -"91247",11929,79677 -"91248",11929,99721 -"91249",11930,12138 -"91250",11930,13296 -"91251",11930,30017 -"91252",11930,81502 -"91253",11930,104334 -"91254",11931,33942 -"91255",11931,89023 -"91256",11931,105178 -"91257",11932,25054 -"91258",11933,46497 -"91259",11933,52659 -"91260",11933,68895 -"91261",11933,82123 -"91262",11933,97426 -"91263",11933,115345 -"91264",11934,12069 -"91265",11934,12087 -"91266",11934,17709 -"91267",11934,42911 -"91268",11934,76826 -"91269",11935,30131 -"91270",11935,48619 -"91271",11935,105609 -"91272",11935,119026 -"91273",11935,122078 -"91274",11935,122079 -"91275",11935,122080 -"91276",11936,13715 -"91277",11936,15506 -"91278",11936,15816 -"91279",11936,17904 -"91280",11936,19794 -"91281",11936,21207 -"91282",11936,22335 -"91283",11936,22769 -"91284",11936,25651 -"91285",11936,26310 -"91286",11936,30770 -"91287",11936,30773 -"91288",11936,30924 -"91289",11936,36912 -"91290",11936,41581 -"91291",11936,51146 -"91292",11936,53743 -"91293",11936,61435 -"91294",11936,78984 -"91295",11936,85560 -"91296",11937,35175 -"91297",11937,35538 -"91298",11937,38312 -"91299",11937,41543 -"91300",11937,48101 -"91301",11937,51818 -"91302",11937,53875 -"91303",11937,60925 -"91304",11937,61579 -"91305",11937,62476 -"91306",11937,65316 -"91307",11937,71451 -"91308",11937,72346 -"91309",11937,75163 -"91310",11937,85109 -"91311",11937,86664 -"91312",11938,11981 -"91313",11938,12060 -"91314",11938,12061 -"91315",11938,12079 -"91316",11938,13454 -"91317",11938,14626 -"91318",11938,14844 -"91319",11938,20209 -"91320",11938,20778 -"91321",11938,20848 -"91322",11938,23504 -"91323",11938,27807 -"91324",11938,29557 -"91325",11938,32556 -"91326",11938,33757 -"91327",11938,49353 -"91328",11938,62477 -"91329",11938,64695 -"91330",11938,69946 -"91331",11938,76434 -"91332",11938,76839 -"91333",11938,78604 -"91334",11938,80088 -"91335",11938,81308 -"91336",11938,81443 -"91337",11938,81462 -"91338",11938,81708 -"91339",11938,81939 -"91340",11938,88374 -"91341",11938,89286 -"91342",11938,94867 -"91343",11938,100599 -"91344",11938,101534 -"91345",11938,101684 -"91346",11938,101685 -"91347",11938,101706 -"91348",11938,102163 -"91349",11938,102175 -"91350",11938,102193 -"91351",11938,102200 -"91352",11938,107595 -"91353",11938,107960 -"91354",11938,109252 -"91355",11938,110837 -"91356",11938,111729 -"91357",11938,112534 -"91358",11938,123191 -"91359",11938,123192 -"91360",11940,39332 -"91361",11940,47244 -"91362",11940,47284 -"91363",11940,47326 -"91364",11940,47354 -"91365",11941,69225 -"91366",11941,81881 -"91367",11941,98522 -"91368",11941,98527 -"91369",11941,104668 -"91370",11941,112453 -"91371",11942,18502 -"91372",11942,26992 -"91373",11942,30396 -"91374",11942,32740 -"91375",11942,35973 -"91376",11942,36205 -"91377",11942,37363 -"91378",11942,47248 -"91379",11942,57612 -"91380",11942,58648 -"91381",11942,59603 -"91382",11942,62356 -"91383",11942,63124 -"91384",11942,65400 -"91385",11942,71717 -"91386",11942,73623 -"91387",11942,88462 -"91388",11942,94443 -"91389",11942,98140 -"91390",11942,98955 -"91391",11942,99043 -"91392",11942,100300 -"91393",11942,105330 -"91394",11942,105349 -"91395",11942,105950 -"91396",11942,110508 -"91397",11942,113237 -"91398",11942,119587 -"91399",11943,12192 -"91400",11944,12274 -"91401",11944,12355 -"91402",11944,17718 -"91403",11944,17944 -"91404",11944,19161 -"91405",11944,20268 -"91406",11944,20410 -"91407",11944,21461 -"91408",11944,22201 -"91409",11944,30236 -"91410",11944,30555 -"91411",11944,31371 -"91412",11944,33907 -"91413",11944,34906 -"91414",11944,38678 -"91415",11944,38679 -"91416",11944,38680 -"91417",11944,38732 -"91418",11944,38747 -"91419",11944,38759 -"91420",11944,38794 -"91421",11944,39195 -"91422",11944,39322 -"91423",11944,42127 -"91424",11944,49565 -"91425",11944,59242 -"91426",11944,64953 -"91427",11944,102133 -"91428",11945,21644 -"91429",11945,34669 -"91430",11945,46034 -"91431",11945,61762 -"91432",11945,67721 -"91433",11945,80106 -"91434",11945,94741 -"91435",11945,111574 -"91436",11946,14891 -"91437",11946,18397 -"91438",11946,20653 -"91439",11946,26443 -"91440",11946,28043 -"91441",11946,28438 -"91442",11946,28568 -"91443",11946,29296 -"91444",11946,31168 -"91445",11946,31170 -"91446",11946,31181 -"91447",11946,31182 -"91448",11946,31184 -"91449",11946,31238 -"91450",11946,31247 -"91451",11946,31269 -"91452",11946,31314 -"91453",11946,58923 -"91454",11946,62569 -"91455",11947,18974 -"91456",11947,28919 -"91457",11947,29003 -"91458",11947,33037 -"91459",11947,36673 -"91460",11947,42049 -"91461",11947,43381 -"91462",11948,25559 -"91463",11948,28310 -"91464",11948,32461 -"91465",11948,38193 -"91466",11948,40446 -"91467",11948,49838 -"91468",11948,51486 -"91469",11948,55805 -"91470",11948,70139 -"91471",11948,70535 -"91472",11948,84215 -"91473",11948,89703 -"91474",11948,96788 -"91475",11948,99714 -"91476",11948,102019 -"91477",11948,104252 -"91478",11948,104383 -"91479",11948,108450 -"91480",11949,28350 -"91481",11949,58313 -"91482",11949,68903 -"91483",11949,106195 -"91484",11950,12244 -"91485",11950,14330 -"91486",11950,33299 -"91487",11951,12020 -"91488",11951,59349 -"91489",11952,17316 -"91490",11952,50314 -"91491",11952,80946 -"91492",11952,84242 -"91493",11953,31016 -"91494",11953,39567 -"91495",11954,15581 -"91496",11954,18409 -"91497",11954,19180 -"91498",11954,19601 -"91499",11954,31001 -"91500",11954,44903 -"91501",11954,76057 -"91502",11954,101567 -"91503",11955,26383 -"91504",11955,50210 -"91505",11956,13806 -"91506",11956,14992 -"91507",11956,19639 -"91508",11956,20591 -"91509",11956,32494 -"91510",11956,33405 -"91511",11956,34831 -"91512",11956,44258 -"91513",11956,54968 -"91514",11956,59958 -"91515",11956,64760 -"91516",11956,77661 -"91517",11956,79009 -"91518",11956,79041 -"91519",11957,22567 -"91520",11957,32338 -"91521",11957,52276 -"91522",11957,52557 -"91523",11957,68564 -"91524",11957,83795 -"91525",11957,91596 -"91526",11957,91619 -"91527",11957,95167 -"91528",11957,118749 -"91529",11958,15180 -"91530",11958,15683 -"91531",11958,38834 -"91532",11958,46700 -"91533",11958,54528 -"91534",11958,66907 -"91535",11958,74484 -"91536",11958,88564 -"91537",11959,15058 -"91538",11959,18810 -"91539",11959,33286 -"91540",11959,52730 -"91541",11959,105424 -"91542",11960,16464 -"91543",11960,53059 -"91544",11961,33201 -"91545",11961,38782 -"91546",11961,40128 -"91547",11961,63531 -"91548",11961,88943 -"91549",11961,99070 -"91550",11961,99344 -"91551",11961,99695 -"91552",11961,99707 -"91553",11961,115474 -"91554",11961,121568 -"91555",11962,12038 -"91556",11962,66968 -"91557",11963,13084 -"91558",11963,15128 -"91559",11963,16143 -"91560",11963,16254 -"91561",11963,18231 -"91562",11963,23628 -"91563",11963,24204 -"91564",11963,27139 -"91565",11963,27439 -"91566",11963,29932 -"91567",11963,31985 -"91568",11963,32008 -"91569",11963,50153 -"91570",11963,52456 -"91571",11963,59372 -"91572",11963,74809 -"91573",11963,97440 -"91574",11963,106451 -"91575",11964,11965 -"91576",11965,23469 -"91577",11965,51234 -"91578",11965,56780 -"91579",11965,66756 -"91580",11965,69271 -"91581",11965,88793 -"91582",11965,112128 -"91583",11966,12049 -"91584",11966,21571 -"91585",11966,22566 -"91586",11966,27885 -"91587",11966,28064 -"91588",11966,32567 -"91589",11966,49019 -"91590",11966,53840 -"91591",11966,57714 -"91592",11966,73717 -"91593",11967,19312 -"91594",11968,12003 -"91595",11968,119803 -"91596",11968,119838 -"91597",11969,58635 -"91598",11969,111429 -"91599",11969,121244 -"91600",11970,11987 -"91601",11970,12007 -"91602",11971,20609 -"91603",11971,23168 -"91604",11971,65052 -"91605",11972,12635 -"91606",11972,37268 -"91607",11972,74894 -"91608",11973,19797 -"91609",11973,35019 -"91610",11973,110104 -"91611",11973,117233 -"91612",11973,117234 -"91613",11974,12217 -"91614",11974,24167 -"91615",11974,31248 -"91616",11974,48984 -"91617",11974,56770 -"91618",11975,29505 -"91619",11975,49919 -"91620",11976,16567 -"91621",11976,22420 -"91622",11976,23924 -"91623",11976,32648 -"91624",11976,33927 -"91625",11976,38365 -"91626",11976,54847 -"91627",11976,64415 -"91628",11976,118147 -"91629",11977,27654 -"91630",11977,37008 -"91631",11977,80932 -"91632",11977,82859 -"91633",11977,97132 -"91634",11977,98818 -"91635",11978,23919 -"91636",11978,24063 -"91637",11978,39524 -"91638",11978,47586 -"91639",11978,76450 -"91640",11978,82190 -"91641",11978,85230 -"91642",11978,92627 -"91643",11979,25291 -"91644",11979,30853 -"91645",11979,38032 -"91646",11979,41462 -"91647",11979,69257 -"91648",11980,14946 -"91649",11980,15779 -"91650",11980,15933 -"91651",11980,16004 -"91652",11981,12060 -"91653",11981,12061 -"91654",11981,12079 -"91655",11981,13379 -"91656",11981,14626 -"91657",11981,29319 -"91658",11981,62477 -"91659",11981,64412 -"91660",11982,15054 -"91661",11982,15122 -"91662",11983,13837 -"91663",11983,15937 -"91664",11983,16971 -"91665",11983,25976 -"91666",11983,50933 -"91667",11983,62629 -"91668",11983,92322 -"91669",11983,94783 -"91670",11983,109350 -"91671",11983,113302 -"91672",11984,12075 -"91673",11984,20180 -"91674",11985,72127 -"91675",11985,83476 -"91676",11985,83496 -"91677",11986,12009 -"91678",11986,12071 -"91679",11986,12372 -"91680",11986,17991 -"91681",11986,28218 -"91682",11986,33630 -"91683",11986,37518 -"91684",11986,39964 -"91685",11986,56535 -"91686",11986,78696 -"91687",11986,82986 -"91688",11987,12007 -"91689",11988,17535 -"91690",11988,18452 -"91691",11988,23559 -"91692",11988,23722 -"91693",11988,23723 -"91694",11988,30858 -"91695",11988,31986 -"91696",11988,32581 -"91697",11988,33158 -"91698",11988,33811 -"91699",11988,38896 -"91700",11988,40312 -"91701",11988,40437 -"91702",11988,42126 -"91703",11988,48070 -"91704",11988,48545 -"91705",11988,59001 -"91706",11988,62021 -"91707",11988,62116 -"91708",11989,52654 -"91709",11989,103232 -"91710",11990,22503 -"91711",11990,22754 -"91712",11990,24127 -"91713",11990,25788 -"91714",11990,38386 -"91715",11990,38716 -"91716",11990,44795 -"91717",11990,45526 -"91718",11990,54372 -"91719",11990,86699 -"91720",11990,102476 -"91721",11990,104180 -"91722",11990,104539 -"91723",11990,104555 -"91724",11991,12086 -"91725",11992,27707 -"91726",11993,16522 -"91727",11993,51916 -"91728",11993,56147 -"91729",11993,58559 -"91730",11994,61896 -"91731",11995,62774 -"91732",11995,78065 -"91733",11995,95758 -"91734",11995,111370 -"91735",11997,45854 -"91736",11998,28781 -"91737",11998,47271 -"91738",11999,12780 -"91739",11999,12984 -"91740",11999,22270 -"91741",11999,27063 -"91742",11999,32670 -"91743",11999,45189 -"91744",11999,57675 -"91745",11999,57765 -"91746",11999,70047 -"91747",12000,13125 -"91748",12000,13671 -"91749",12000,27937 -"91750",12000,32233 -"91751",12000,45309 -"91752",12000,77228 -"91753",12000,77229 -"91754",12000,77259 -"91755",12000,90443 -"91756",12001,86282 -"91757",12002,23481 -"91758",12002,57604 -"91759",12002,57950 -"91760",12002,87308 -"91761",12002,89257 -"91762",12002,89283 -"91763",12002,89287 -"91764",12002,97583 -"91765",12003,56028 -"91766",12003,85537 -"91767",12003,103474 -"91768",12004,17756 -"91769",12004,18363 -"91770",12004,19072 -"91771",12004,21570 -"91772",12004,22504 -"91773",12004,27885 -"91774",12004,45876 -"91775",12004,67725 -"91776",12004,83093 -"91777",12004,110735 -"91778",12005,19128 -"91779",12005,32105 -"91780",12005,32631 -"91781",12005,71525 -"91782",12005,73114 -"91783",12006,74469 -"91784",12007,12688 -"91785",12007,17678 -"91786",12007,18871 -"91787",12007,18920 -"91788",12007,23483 -"91789",12007,45022 -"91790",12007,69934 -"91791",12007,84027 -"91792",12007,89258 -"91793",12007,100830 -"91794",12008,48756 -"91795",12008,48757 -"91796",12008,48782 -"91797",12009,12071 -"91798",12009,15620 -"91799",12009,16747 -"91800",12009,16890 -"91801",12009,41396 -"91802",12010,13953 -"91803",12010,24864 -"91804",12010,31509 -"91805",12010,32300 -"91806",12010,56496 -"91807",12010,71776 -"91808",12010,75605 -"91809",12010,75921 -"91810",12010,98319 -"91811",12011,12081 -"91812",12012,20314 -"91813",12012,28776 -"91814",12012,38226 -"91815",12012,39030 -"91816",12012,76704 -"91817",12012,80506 -"91818",12012,87206 -"91819",12012,88135 -"91820",12012,105416 -"91821",12012,114189 -"91822",12013,37095 -"91823",12014,80578 -"91824",12015,33607 -"91825",12015,47925 -"91826",12015,72833 -"91827",12016,12259 -"91828",12016,27061 -"91829",12016,79972 -"91830",12016,82972 -"91831",12016,83019 -"91832",12016,91379 -"91833",12017,13329 -"91834",12017,30451 -"91835",12017,69623 -"91836",12017,99310 -"91837",12017,99565 -"91838",12017,110340 -"91839",12018,14952 -"91840",12018,15045 -"91841",12018,19093 -"91842",12018,21711 -"91843",12018,26170 -"91844",12018,26652 -"91845",12018,29097 -"91846",12018,34273 -"91847",12018,41407 -"91848",12018,48556 -"91849",12018,85683 -"91850",12018,85780 -"91851",12018,103195 -"91852",12019,12374 -"91853",12019,23664 -"91854",12019,24078 -"91855",12019,26965 -"91856",12019,29996 -"91857",12019,30898 -"91858",12019,34726 -"91859",12019,37893 -"91860",12020,59349 -"91861",12021,29750 -"91862",12021,49302 -"91863",12022,15575 -"91864",12022,30675 -"91865",12022,36420 -"91866",12022,87871 -"91867",12023,12037 -"91868",12023,13295 -"91869",12023,19662 -"91870",12023,22754 -"91871",12023,27263 -"91872",12023,31753 -"91873",12023,38716 -"91874",12023,41077 -"91875",12023,50766 -"91876",12023,54372 -"91877",12023,73797 -"91878",12023,103554 -"91879",12023,103577 -"91880",12023,105318 -"91881",12023,105324 -"91882",12023,105358 -"91883",12023,106969 -"91884",12023,110241 -"91885",12024,14591 -"91886",12024,15558 -"91887",12024,17727 -"91888",12024,34576 -"91889",12024,61750 -"91890",12024,74813 -"91891",12024,78335 -"91892",12024,83238 -"91893",12024,97562 -"91894",12026,12104 -"91895",12026,12317 -"91896",12026,12370 -"91897",12026,86556 -"91898",12027,39996 -"91899",12027,108359 -"91900",12028,21488 -"91901",12029,37000 -"91902",12029,39093 -"91903",12030,32178 -"91904",12030,32317 -"91905",12031,26293 -"91906",12031,45308 -"91907",12031,51003 -"91908",12031,57949 -"91909",12032,75338 -"91910",12032,109868 -"91911",12033,15176 -"91912",12033,17135 -"91913",12033,17630 -"91914",12033,17951 -"91915",12033,27297 -"91916",12033,38808 -"91917",12033,50459 -"91918",12033,58535 -"91919",12033,86113 -"91920",12034,23978 -"91921",12034,24174 -"91922",12034,24669 -"91923",12034,24979 -"91924",12034,28387 -"91925",12034,31040 -"91926",12034,32943 -"91927",12034,34858 -"91928",12034,35888 -"91929",12034,36539 -"91930",12034,38091 -"91931",12034,43877 -"91932",12034,49406 -"91933",12034,49535 -"91934",12034,49560 -"91935",12034,49561 -"91936",12034,59191 -"91937",12035,23404 -"91938",12035,24511 -"91939",12035,28144 -"91940",12035,34053 -"91941",12035,41214 -"91942",12035,51883 -"91943",12035,52442 -"91944",12035,69154 -"91945",12036,30439 -"91946",12036,44550 -"91947",12036,47852 -"91948",12036,65560 -"91949",12036,99700 -"91950",12038,36657 -"91951",12038,50217 -"91952",12038,61604 -"91953",12039,14674 -"91954",12039,19885 -"91955",12039,39031 -"91956",12039,104135 -"91957",12039,118441 -"91958",12040,19388 -"91959",12040,30927 -"91960",12041,13073 -"91961",12041,15343 -"91962",12041,15693 -"91963",12041,16853 -"91964",12041,16943 -"91965",12041,16967 -"91966",12041,17004 -"91967",12041,17021 -"91968",12041,17063 -"91969",12041,17967 -"91970",12041,19661 -"91971",12041,23120 -"91972",12041,23542 -"91973",12041,28504 -"91974",12041,35436 -"91975",12041,52466 -"91976",12041,63490 -"91977",12041,66373 -"91978",12041,78665 -"91979",12041,79197 -"91980",12041,79283 -"91981",12041,79291 -"91982",12041,79335 -"91983",12041,83841 -"91984",12041,86607 -"91985",12041,86796 -"91986",12041,91213 -"91987",12041,91217 -"91988",12041,110496 -"91989",12042,12674 -"91990",12042,12682 -"91991",12042,15952 -"91992",12042,16352 -"91993",12042,17400 -"91994",12042,26080 -"91995",12042,29976 -"91996",12042,33011 -"91997",12042,33644 -"91998",12042,34281 -"91999",12042,39109 -"92000",12042,42418 -"92001",12042,47986 -"92002",12042,48066 -"92003",12042,48147 -"92004",12042,54349 -"92005",12042,58294 -"92006",12042,62747 -"92007",12044,19332 -"92008",12044,22354 -"92009",12044,25152 -"92010",12044,33349 -"92011",12044,38625 -"92012",12045,20951 -"92013",12045,21698 -"92014",12045,21877 -"92015",12045,34155 -"92016",12045,38282 -"92017",12045,45766 -"92018",12045,95938 -"92019",12045,97719 -"92020",12046,12092 -"92021",12046,32009 -"92022",12047,45381 -"92023",12048,26867 -"92024",12048,50236 -"92025",12048,101793 -"92026",12049,12789 -"92027",12049,79585 -"92028",12050,43830 -"92029",12051,42474 -"92030",12051,52144 -"92031",12051,60304 -"92032",12051,116877 -"92033",12052,12164 -"92034",12052,24847 -"92035",12052,30218 -"92036",12052,33968 -"92037",12052,44467 -"92038",12052,50651 -"92039",12052,59814 -"92040",12052,85063 -"92041",12053,14155 -"92042",12054,30732 -"92043",12054,42260 -"92044",12054,55722 -"92045",12055,17426 -"92046",12055,33849 -"92047",12055,46616 -"92048",12055,47607 -"92049",12055,56513 -"92050",12055,79229 -"92051",12055,91510 -"92052",12055,112737 -"92053",12055,117152 -"92054",12056,48035 -"92055",12057,17587 -"92056",12058,14345 -"92057",12058,67021 -"92058",12059,72732 -"92059",12060,12061 -"92060",12060,12079 -"92061",12060,12288 -"92062",12060,19454 -"92063",12060,21548 -"92064",12060,22368 -"92065",12060,22557 -"92066",12060,22869 -"92067",12060,27247 -"92068",12060,40835 -"92069",12060,64087 -"92070",12060,64695 -"92071",12060,76042 -"92072",12060,78267 -"92073",12060,81042 -"92074",12060,89321 -"92075",12061,12079 -"92076",12061,13950 -"92077",12061,14954 -"92078",12061,15312 -"92079",12061,17538 -"92080",12061,17588 -"92081",12061,19441 -"92082",12061,19454 -"92083",12061,20848 -"92084",12061,21548 -"92085",12061,22368 -"92086",12061,22869 -"92087",12061,25025 -"92088",12061,27247 -"92089",12061,29557 -"92090",12061,35451 -"92091",12061,41509 -"92092",12061,41757 -"92093",12061,56737 -"92094",12061,61877 -"92095",12061,76738 -"92096",12061,78768 -"92097",12061,94215 -"92098",12061,94234 -"92099",12061,96647 -"92100",12061,97517 -"92101",12062,50948 -"92102",12062,51348 -"92103",12063,47317 -"92104",12063,55021 -"92105",12063,72089 -"92106",12064,104339 -"92107",12066,12080 -"92108",12067,12080 -"92109",12067,15826 -"92110",12067,16445 -"92111",12067,16696 -"92112",12067,19433 -"92113",12067,26158 -"92114",12067,27454 -"92115",12067,29526 -"92116",12067,34017 -"92117",12067,34359 -"92118",12067,37638 -"92119",12067,38513 -"92120",12067,38816 -"92121",12067,39062 -"92122",12067,39741 -"92123",12067,40331 -"92124",12067,42455 -"92125",12067,52249 -"92126",12067,52302 -"92127",12067,52952 -"92128",12067,54581 -"92129",12067,57231 -"92130",12067,78216 -"92131",12067,103788 -"92132",12067,115779 -"92133",12068,28112 -"92134",12068,28882 -"92135",12068,32726 -"92136",12068,33380 -"92137",12068,42944 -"92138",12068,48716 -"92139",12068,48732 -"92140",12068,68795 -"92141",12069,12087 -"92142",12069,39220 -"92143",12069,40961 -"92144",12069,79821 -"92145",12069,85638 -"92146",12069,85661 -"92147",12070,13792 -"92148",12070,42178 -"92149",12070,57776 -"92150",12070,90813 -"92151",12071,15775 -"92152",12071,17221 -"92153",12071,19394 -"92154",12071,25546 -"92155",12071,28157 -"92156",12071,28659 -"92157",12072,12487 -"92158",12072,12488 -"92159",12072,12641 -"92160",12073,44530 -"92161",12073,48081 -"92162",12073,74824 -"92163",12073,84602 -"92164",12073,88546 -"92165",12074,14285 -"92166",12074,30584 -"92167",12075,15959 -"92168",12075,18530 -"92169",12075,18843 -"92170",12075,34614 -"92171",12075,88464 -"92172",12075,89304 -"92173",12076,56261 -"92174",12076,71353 -"92175",12076,82498 -"92176",12076,94099 -"92177",12077,67030 -"92178",12077,73500 -"92179",12078,15549 -"92180",12078,30847 -"92181",12078,49837 -"92182",12078,60580 -"92183",12078,61916 -"92184",12078,66917 -"92185",12079,23504 -"92186",12079,25692 -"92187",12079,32423 -"92188",12079,49353 -"92189",12079,62477 -"92190",12079,63463 -"92191",12079,69357 -"92192",12079,76913 -"92193",12079,80088 -"92194",12079,81939 -"92195",12079,89261 -"92196",12079,107960 -"92197",12079,109252 -"92198",12079,117161 -"92199",12079,117169 -"92200",12079,117174 -"92201",12079,122842 -"92202",12080,27390 -"92203",12080,27445 -"92204",12080,28325 -"92205",12080,28326 -"92206",12080,37841 -"92207",12080,38816 -"92208",12080,55550 -"92209",12080,60302 -"92210",12080,77404 -"92211",12080,79204 -"92212",12080,79616 -"92213",12081,16514 -"92214",12081,18670 -"92215",12081,18857 -"92216",12081,20417 -"92217",12081,20528 -"92218",12081,20529 -"92219",12081,20616 -"92220",12081,20722 -"92221",12081,20830 -"92222",12081,29289 -"92223",12081,37296 -"92224",12081,38307 -"92225",12081,45310 -"92226",12081,45311 -"92227",12081,49470 -"92228",12081,50113 -"92229",12081,60040 -"92230",12081,70536 -"92231",12081,70573 -"92232",12082,12637 -"92233",12083,17033 -"92234",12083,17326 -"92235",12083,47432 -"92236",12083,78715 -"92237",12083,109919 -"92238",12083,110366 -"92239",12084,17824 -"92240",12084,23879 -"92241",12084,23963 -"92242",12084,26756 -"92243",12084,41888 -"92244",12084,61325 -"92245",12084,65896 -"92246",12084,65911 -"92247",12084,67005 -"92248",12084,67948 -"92249",12085,44407 -"92250",12085,63180 -"92251",12085,67485 -"92252",12085,77873 -"92253",12085,111613 -"92254",12085,112179 -"92255",12086,20176 -"92256",12086,28380 -"92257",12086,31686 -"92258",12086,37516 -"92259",12086,41760 -"92260",12086,55951 -"92261",12086,64146 -"92262",12086,68877 -"92263",12086,92778 -"92264",12087,15187 -"92265",12087,16646 -"92266",12087,17205 -"92267",12087,20923 -"92268",12087,22744 -"92269",12087,24611 -"92270",12087,36444 -"92271",12087,37041 -"92272",12087,37899 -"92273",12087,41035 -"92274",12087,79821 -"92275",12088,26367 -"92276",12088,34758 -"92277",12088,61624 -"92278",12088,99413 -"92279",12089,81459 -"92280",12090,40734 -"92281",12090,40790 -"92282",12090,87245 -"92283",12091,16585 -"92284",12091,19099 -"92285",12091,32360 -"92286",12091,39000 -"92287",12091,43263 -"92288",12091,71012 -"92289",12091,106786 -"92290",12092,32964 -"92291",12092,73470 -"92292",12093,34738 -"92293",12093,43825 -"92294",12093,56033 -"92295",12093,85257 -"92296",12094,16092 -"92297",12094,18393 -"92298",12094,29197 -"92299",12094,30936 -"92300",12094,62903 -"92301",12094,71440 -"92302",12095,105582 -"92303",12096,14879 -"92304",12096,22524 -"92305",12096,26570 -"92306",12096,28434 -"92307",12096,34126 -"92308",12096,51819 -"92309",12096,58230 -"92310",12096,77774 -"92311",12096,86325 -"92312",12096,89086 -"92313",12096,89087 -"92314",12096,91412 -"92315",12096,94308 -"92316",12096,95482 -"92317",12096,100396 -"92318",12096,109814 -"92319",12096,115718 -"92320",12096,119313 -"92321",12097,12101 -"92322",12097,12339 -"92323",12097,12384 -"92324",12097,24922 -"92325",12097,28170 -"92326",12097,28275 -"92327",12098,13002 -"92328",12098,44793 -"92329",12098,110707 -"92330",12099,12175 -"92331",12099,12310 -"92332",12099,30325 -"92333",12100,16910 -"92334",12100,17453 -"92335",12100,23517 -"92336",12100,23963 -"92337",12100,25644 -"92338",12100,34591 -"92339",12100,35972 -"92340",12100,43285 -"92341",12100,43353 -"92342",12100,43811 -"92343",12100,43895 -"92344",12100,43935 -"92345",12100,43966 -"92346",12100,43968 -"92347",12100,43992 -"92348",12100,43997 -"92349",12100,43999 -"92350",12100,44000 -"92351",12100,53387 -"92352",12101,12339 -"92353",12101,12384 -"92354",12101,47156 -"92355",12101,94519 -"92356",12101,112647 -"92357",12102,12177 -"92358",12102,12180 -"92359",12102,12249 -"92360",12102,12397 -"92361",12102,80708 -"92362",12102,103227 -"92363",12103,16040 -"92364",12103,17475 -"92365",12103,30906 -"92366",12103,31116 -"92367",12103,33822 -"92368",12103,33831 -"92369",12103,40091 -"92370",12103,40094 -"92371",12103,49614 -"92372",12103,50203 -"92373",12103,54680 -"92374",12103,54840 -"92375",12103,70467 -"92376",12104,12317 -"92377",12104,12370 -"92378",12104,45002 -"92379",12105,12371 -"92380",12105,12639 -"92381",12105,16620 -"92382",12105,17165 -"92383",12105,20701 -"92384",12105,21566 -"92385",12105,22053 -"92386",12105,23006 -"92387",12105,28988 -"92388",12105,31497 -"92389",12105,35217 -"92390",12105,44894 -"92391",12105,46298 -"92392",12105,46962 -"92393",12105,52926 -"92394",12105,79126 -"92395",12105,79472 -"92396",12106,41903 -"92397",12106,52759 -"92398",12106,59896 -"92399",12106,64574 -"92400",12108,39975 -"92401",12109,12110 -"92402",12109,82437 -"92403",12109,95895 -"92404",12110,36756 -"92405",12110,43603 -"92406",12110,51299 -"92407",12110,69093 -"92408",12110,71544 -"92409",12110,76830 -"92410",12110,76904 -"92411",12110,105616 -"92412",12111,32611 -"92413",12111,35440 -"92414",12111,46681 -"92415",12111,61190 -"92416",12111,77489 -"92417",12111,88926 -"92418",12112,44276 -"92419",12112,44288 -"92420",12112,90839 -"92421",12112,94278 -"92422",12112,97769 -"92423",12113,44520 -"92424",12113,45008 -"92425",12113,81978 -"92426",12113,120414 -"92427",12113,120430 -"92428",12113,123382 -"92429",12114,17221 -"92430",12114,23133 -"92431",12115,12993 -"92432",12115,55365 -"92433",12116,13340 -"92434",12116,22410 -"92435",12116,33940 -"92436",12116,36840 -"92437",12116,42407 -"92438",12116,48501 -"92439",12116,55605 -"92440",12116,67787 -"92441",12116,78524 -"92442",12117,12311 -"92443",12117,18270 -"92444",12117,35714 -"92445",12117,38178 -"92446",12117,42085 -"92447",12117,44238 -"92448",12117,50823 -"92449",12117,61001 -"92450",12117,73486 -"92451",12117,102106 -"92452",12117,107185 -"92453",12118,12150 -"92454",12119,12273 -"92455",12119,30833 -"92456",12119,80027 -"92457",12120,27811 -"92458",12120,31794 -"92459",12120,31800 -"92460",12120,31943 -"92461",12120,34191 -"92462",12120,34248 -"92463",12120,43519 -"92464",12120,44088 -"92465",12120,56867 -"92466",12120,83238 -"92467",12120,85201 -"92468",12120,91830 -"92469",12120,101904 -"92470",12121,13609 -"92471",12121,13759 -"92472",12121,17709 -"92473",12121,19002 -"92474",12121,32707 -"92475",12121,33938 -"92476",12121,34616 -"92477",12121,42733 -"92478",12121,42744 -"92479",12121,42911 -"92480",12121,48858 -"92481",12121,70032 -"92482",12121,76826 -"92483",12121,88536 -"92484",12121,92553 -"92485",12121,97213 -"92486",12121,105181 -"92487",12121,107008 -"92488",12121,107043 -"92489",12121,107044 -"92490",12121,108214 -"92491",12122,36784 -"92492",12122,38347 -"92493",12122,42420 -"92494",12122,42483 -"92495",12122,43474 -"92496",12122,44089 -"92497",12122,49800 -"92498",12122,53653 -"92499",12122,82758 -"92500",12122,84131 -"92501",12122,111943 -"92502",12123,25648 -"92503",12123,33635 -"92504",12123,41642 -"92505",12123,42197 -"92506",12123,55071 -"92507",12123,62750 -"92508",12123,68284 -"92509",12123,76298 -"92510",12123,96344 -"92511",12123,102749 -"92512",12123,110319 -"92513",12124,78610 -"92514",12124,103924 -"92515",12124,104937 -"92516",12125,12266 -"92517",12125,12341 -"92518",12126,21057 -"92519",12126,26488 -"92520",12126,34357 -"92521",12127,12146 -"92522",12127,13047 -"92523",12127,13135 -"92524",12127,70057 -"92525",12128,12480 -"92526",12128,13487 -"92527",12128,18520 -"92528",12128,22017 -"92529",12128,25483 -"92530",12128,30564 -"92531",12128,47098 -"92532",12128,50785 -"92533",12128,54306 -"92534",12128,63179 -"92535",12128,65972 -"92536",12128,70216 -"92537",12128,86793 -"92538",12128,90541 -"92539",12129,42282 -"92540",12129,69866 -"92541",12129,103184 -"92542",12130,12334 -"92543",12130,28874 -"92544",12130,36175 -"92545",12130,60643 -"92546",12130,75144 -"92547",12131,25104 -"92548",12131,27740 -"92549",12131,37596 -"92550",12131,109196 -"92551",12132,12566 -"92552",12132,12903 -"92553",12132,20070 -"92554",12132,36194 -"92555",12132,36437 -"92556",12132,68385 -"92557",12134,91371 -"92558",12134,91412 -"92559",12134,91413 -"92560",12135,19851 -"92561",12135,22153 -"92562",12135,41518 -"92563",12135,67748 -"92564",12135,73792 -"92565",12135,77611 -"92566",12136,12203 -"92567",12136,12287 -"92568",12136,20223 -"92569",12136,21485 -"92570",12136,28068 -"92571",12136,28400 -"92572",12136,50354 -"92573",12136,51245 -"92574",12136,62929 -"92575",12136,76518 -"92576",12136,83913 -"92577",12136,85560 -"92578",12136,95821 -"92579",12136,102915 -"92580",12136,103356 -"92581",12136,110284 -"92582",12136,114517 -"92583",12137,12165 -"92584",12140,27543 -"92585",12140,28363 -"92586",12140,31389 -"92587",12140,39617 -"92588",12140,46263 -"92589",12140,48101 -"92590",12140,48809 -"92591",12141,20684 -"92592",12141,39065 -"92593",12141,46964 -"92594",12142,12412 -"92595",12142,30945 -"92596",12142,31129 -"92597",12142,33638 -"92598",12143,12294 -"92599",12143,12379 -"92600",12143,15206 -"92601",12143,24766 -"92602",12143,85589 -"92603",12143,87248 -"92604",12143,95266 -"92605",12144,19973 -"92606",12145,36016 -"92607",12145,60300 -"92608",12146,13047 -"92609",12146,13135 -"92610",12146,15692 -"92611",12146,22627 -"92612",12146,22722 -"92613",12146,54200 -"92614",12146,61543 -"92615",12146,107603 -"92616",12147,12148 -"92617",12147,12230 -"92618",12148,12230 -"92619",12149,12232 -"92620",12149,12282 -"92621",12149,12318 -"92622",12149,59085 -"92623",12149,69031 -"92624",12150,19444 -"92625",12150,20582 -"92626",12150,37483 -"92627",12150,53090 -"92628",12150,93888 -"92629",12150,107530 -"92630",12150,109008 -"92631",12150,109584 -"92632",12150,117212 -"92633",12151,26904 -"92634",12151,59171 -"92635",12151,66306 -"92636",12151,84153 -"92637",12151,84841 -"92638",12151,98783 -"92639",12152,12153 -"92640",12152,12957 -"92641",12152,18390 -"92642",12152,19303 -"92643",12152,19491 -"92644",12152,24972 -"92645",12152,25205 -"92646",12152,31905 -"92647",12152,42431 -"92648",12152,46767 -"92649",12152,48972 -"92650",12152,51528 -"92651",12152,59602 -"92652",12152,79158 -"92653",12152,79420 -"92654",12152,96248 -"92655",12152,120840 -"92656",12153,16510 -"92657",12153,49022 -"92658",12153,58238 -"92659",12154,34796 -"92660",12155,13110 -"92661",12155,17996 -"92662",12155,40824 -"92663",12155,41801 -"92664",12155,45375 -"92665",12155,51198 -"92666",12155,62023 -"92667",12155,64252 -"92668",12155,76657 -"92669",12156,49181 -"92670",12156,64315 -"92671",12156,67457 -"92672",12156,116070 -"92673",12158,14874 -"92674",12158,23278 -"92675",12158,24729 -"92676",12158,29351 -"92677",12158,36927 -"92678",12158,41881 -"92679",12158,43067 -"92680",12158,45308 -"92681",12158,50969 -"92682",12158,52671 -"92683",12158,77728 -"92684",12158,100909 -"92685",12158,116115 -"92686",12158,121959 -"92687",12159,14426 -"92688",12159,38452 -"92689",12159,76314 -"92690",12159,78173 -"92691",12160,37832 -"92692",12160,42088 -"92693",12161,21098 -"92694",12161,73597 -"92695",12161,74646 -"92696",12161,86628 -"92697",12161,92928 -"92698",12161,99423 -"92699",12161,109143 -"92700",12161,111373 -"92701",12162,17576 -"92702",12162,53321 -"92703",12162,71732 -"92704",12162,115084 -"92705",12163,15391 -"92706",12163,29057 -"92707",12163,40881 -"92708",12163,41411 -"92709",12163,69338 -"92710",12163,83700 -"92711",12163,92036 -"92712",12164,14204 -"92713",12164,21512 -"92714",12164,30218 -"92715",12164,49200 -"92716",12164,53350 -"92717",12164,64862 -"92718",12165,12474 -"92719",12165,55554 -"92720",12165,61162 -"92721",12166,12167 -"92722",12166,20139 -"92723",12166,25233 -"92724",12166,31547 -"92725",12167,15239 -"92726",12167,31756 -"92727",12167,56214 -"92728",12168,13244 -"92729",12169,17113 -"92730",12170,17663 -"92731",12170,18957 -"92732",12170,21229 -"92733",12170,27110 -"92734",12170,64217 -"92735",12170,86553 -"92736",12171,12410 -"92737",12171,15019 -"92738",12171,15532 -"92739",12171,15908 -"92740",12171,17536 -"92741",12171,18270 -"92742",12171,20449 -"92743",12171,21088 -"92744",12171,23847 -"92745",12171,24012 -"92746",12171,24910 -"92747",12171,25758 -"92748",12171,26537 -"92749",12171,26872 -"92750",12171,28767 -"92751",12171,28871 -"92752",12171,30334 -"92753",12171,35496 -"92754",12171,37610 -"92755",12171,37636 -"92756",12171,39435 -"92757",12171,40131 -"92758",12171,40166 -"92759",12171,40392 -"92760",12171,40905 -"92761",12171,41030 -"92762",12171,41527 -"92763",12171,41529 -"92764",12171,41778 -"92765",12171,43147 -"92766",12171,43234 -"92767",12171,43858 -"92768",12171,44828 -"92769",12171,45657 -"92770",12171,45933 -"92771",12171,46434 -"92772",12171,46788 -"92773",12171,47123 -"92774",12171,47488 -"92775",12171,48909 -"92776",12171,49859 -"92777",12171,50064 -"92778",12171,50067 -"92779",12171,50554 -"92780",12171,50879 -"92781",12171,51783 -"92782",12171,52018 -"92783",12171,53444 -"92784",12171,53527 -"92785",12171,53555 -"92786",12171,54275 -"92787",12171,56628 -"92788",12171,58004 -"92789",12171,58068 -"92790",12171,58633 -"92791",12171,61111 -"92792",12171,61127 -"92793",12171,68287 -"92794",12172,58707 -"92795",12172,110111 -"92796",12172,110616 -"92797",12172,115179 -"92798",12173,12193 -"92799",12173,20273 -"92800",12173,20662 -"92801",12173,20953 -"92802",12173,21001 -"92803",12174,19515 -"92804",12174,20790 -"92805",12174,26443 -"92806",12174,31314 -"92807",12174,46429 -"92808",12174,46464 -"92809",12175,12310 -"92810",12175,30325 -"92811",12175,68026 -"92812",12175,82007 -"92813",12175,85124 -"92814",12175,90577 -"92815",12175,91145 -"92816",12175,100344 -"92817",12175,118585 -"92818",12175,119894 -"92819",12175,120757 -"92820",12175,120758 -"92821",12176,79780 -"92822",12176,84669 -"92823",12176,90398 -"92824",12176,99138 -"92825",12176,102012 -"92826",12176,103203 -"92827",12176,104161 -"92828",12176,105890 -"92829",12176,114479 -"92830",12177,12180 -"92831",12177,12249 -"92832",12177,12397 -"92833",12177,48594 -"92834",12177,60247 -"92835",12177,105596 -"92836",12177,117782 -"92837",12178,21235 -"92838",12178,53737 -"92839",12178,62877 -"92840",12178,77317 -"92841",12179,45139 -"92842",12179,46272 -"92843",12179,53691 -"92844",12179,63226 -"92845",12179,71513 -"92846",12180,12249 -"92847",12180,12397 -"92848",12180,114574 -"92849",12181,28770 -"92850",12181,28847 -"92851",12181,31070 -"92852",12181,33337 -"92853",12181,41278 -"92854",12181,45987 -"92855",12181,48579 -"92856",12181,58265 -"92857",12181,76266 -"92858",12181,80585 -"92859",12181,80628 -"92860",12181,90837 -"92861",12182,71011 -"92862",12183,12297 -"92863",12184,28909 -"92864",12184,61456 -"92865",12184,65422 -"92866",12185,12500 -"92867",12185,21105 -"92868",12185,22837 -"92869",12185,26592 -"92870",12185,28623 -"92871",12185,37354 -"92872",12185,38625 -"92873",12185,39417 -"92874",12185,40551 -"92875",12185,40768 -"92876",12185,42064 -"92877",12185,45350 -"92878",12185,57258 -"92879",12185,61963 -"92880",12185,62878 -"92881",12185,76131 -"92882",12185,78806 -"92883",12185,79977 -"92884",12185,84510 -"92885",12185,88764 -"92886",12185,99618 -"92887",12185,100390 -"92888",12185,101615 -"92889",12185,103090 -"92890",12186,98463 -"92891",12187,17056 -"92892",12187,29353 -"92893",12187,31682 -"92894",12187,34700 -"92895",12187,57404 -"92896",12187,64849 -"92897",12187,70372 -"92898",12187,98458 -"92899",12187,103460 -"92900",12187,104169 -"92901",12187,115548 -"92902",12188,12703 -"92903",12188,23664 -"92904",12188,26010 -"92905",12188,29133 -"92906",12188,40790 -"92907",12188,95464 -"92908",12188,106949 -"92909",12189,24493 -"92910",12189,24548 -"92911",12189,99525 -"92912",12190,32193 -"92913",12190,32210 -"92914",12191,12854 -"92915",12191,53239 -"92916",12192,15251 -"92917",12192,15253 -"92918",12192,17802 -"92919",12192,18005 -"92920",12192,27989 -"92921",12192,30974 -"92922",12192,34486 -"92923",12192,40349 -"92924",12192,41950 -"92925",12192,54214 -"92926",12192,102425 -"92927",12193,15338 -"92928",12193,16539 -"92929",12193,18218 -"92930",12193,21001 -"92931",12193,22129 -"92932",12193,24376 -"92933",12193,30093 -"92934",12193,40269 -"92935",12193,46262 -"92936",12193,53408 -"92937",12193,56295 -"92938",12193,66943 -"92939",12193,67767 -"92940",12194,19094 -"92941",12194,19190 -"92942",12194,34616 -"92943",12194,35513 -"92944",12194,36919 -"92945",12194,78301 -"92946",12194,92553 -"92947",12194,97530 -"92948",12194,107158 -"92949",12195,12260 -"92950",12195,12333 -"92951",12196,12331 -"92952",12196,40538 -"92953",12196,44599 -"92954",12196,57684 -"92955",12196,61924 -"92956",12196,76936 -"92957",12196,91752 -"92958",12196,96026 -"92959",12196,98367 -"92960",12197,45024 -"92961",12197,81663 -"92962",12198,12220 -"92963",12198,12779 -"92964",12198,13899 -"92965",12198,16154 -"92966",12198,31152 -"92967",12198,46611 -"92968",12198,104119 -"92969",12198,108498 -"92970",12199,13167 -"92971",12199,14668 -"92972",12199,19034 -"92973",12199,19104 -"92974",12199,19105 -"92975",12199,19188 -"92976",12199,19882 -"92977",12199,21439 -"92978",12199,22792 -"92979",12199,25842 -"92980",12199,26462 -"92981",12199,26636 -"92982",12199,28018 -"92983",12199,31235 -"92984",12199,46469 -"92985",12199,47435 -"92986",12199,47445 -"92987",12199,49737 -"92988",12199,51790 -"92989",12199,52327 -"92990",12199,62711 -"92991",12199,73448 -"92992",12199,97823 -"92993",12200,12818 -"92994",12200,15265 -"92995",12200,41601 -"92996",12200,118257 -"92997",12201,12676 -"92998",12201,17000 -"92999",12201,20501 -"93000",12201,24023 -"93001",12201,37774 -"93002",12201,41146 -"93003",12201,41957 -"93004",12201,50739 -"93005",12201,51458 -"93006",12201,52143 -"93007",12201,63668 -"93008",12201,65004 -"93009",12201,73190 -"93010",12201,74786 -"93011",12201,93975 -"93012",12201,104034 -"93013",12201,107783 -"93014",12202,13231 -"93015",12202,15084 -"93016",12202,42216 -"93017",12202,52626 -"93018",12202,56913 -"93019",12202,93808 -"93020",12203,12287 -"93021",12204,13205 -"93022",12204,13780 -"93023",12204,15887 -"93024",12204,23857 -"93025",12204,24431 -"93026",12204,24434 -"93027",12204,30747 -"93028",12204,30803 -"93029",12204,30849 -"93030",12204,39917 -"93031",12204,40981 -"93032",12204,49739 -"93033",12205,24314 -"93034",12205,24420 -"93035",12205,37775 -"93036",12205,39056 -"93037",12205,43088 -"93038",12205,58934 -"93039",12205,77370 -"93040",12206,12879 -"93041",12206,12966 -"93042",12207,15752 -"93043",12208,12293 -"93044",12208,12357 -"93045",12208,14807 -"93046",12208,20364 -"93047",12208,20918 -"93048",12208,22077 -"93049",12208,30609 -"93050",12208,31488 -"93051",12208,33787 -"93052",12208,52801 -"93053",12208,59791 -"93054",12208,62781 -"93055",12208,66042 -"93056",12208,68906 -"93057",12208,96415 -"93058",12209,12225 -"93059",12209,12315 -"93060",12209,12731 -"93061",12210,22179 -"93062",12210,23928 -"93063",12210,25124 -"93064",12210,25816 -"93065",12210,28468 -"93066",12210,31842 -"93067",12210,38576 -"93068",12210,41453 -"93069",12210,52156 -"93070",12210,55992 -"93071",12210,57447 -"93072",12210,70901 -"93073",12210,71146 -"93074",12210,82077 -"93075",12210,119448 -"93076",12211,16531 -"93077",12211,24103 -"93078",12212,50797 -"93079",12213,45343 -"93080",12213,61019 -"93081",12213,65594 -"93082",12213,83215 -"93083",12213,97198 -"93084",12214,14442 -"93085",12214,17032 -"93086",12214,25678 -"93087",12214,44435 -"93088",12214,58346 -"93089",12214,59289 -"93090",12214,78938 -"93091",12214,96976 -"93092",12215,91814 -"93093",12215,91860 -"93094",12215,91966 -"93095",12216,37297 -"93096",12217,25140 -"93097",12217,27256 -"93098",12217,29506 -"93099",12217,49373 -"93100",12217,60338 -"93101",12217,61803 -"93102",12217,63868 -"93103",12217,63874 -"93104",12217,64605 -"93105",12217,65799 -"93106",12217,66171 -"93107",12218,21229 -"93108",12218,23001 -"93109",12218,24981 -"93110",12218,25141 -"93111",12218,48711 -"93112",12219,19031 -"93113",12219,80624 -"93114",12220,13899 -"93115",12220,22025 -"93116",12220,22057 -"93117",12220,31152 -"93118",12220,39923 -"93119",12220,46222 -"93120",12220,58110 -"93121",12220,58163 -"93122",12220,58164 -"93123",12220,84886 -"93124",12221,13828 -"93125",12221,14959 -"93126",12221,17582 -"93127",12221,19748 -"93128",12221,36498 -"93129",12221,38921 -"93130",12221,45145 -"93131",12221,47747 -"93132",12221,55900 -"93133",12221,62544 -"93134",12221,84475 -"93135",12221,93289 -"93136",12222,33504 -"93137",12222,46269 -"93138",12223,12265 -"93139",12223,18238 -"93140",12223,20666 -"93141",12223,26273 -"93142",12223,33201 -"93143",12223,36533 -"93144",12223,42052 -"93145",12223,78872 -"93146",12223,83892 -"93147",12223,88764 -"93148",12223,90446 -"93149",12223,92035 -"93150",12223,101100 -"93151",12223,104204 -"93152",12223,108193 -"93153",12224,19296 -"93154",12224,19347 -"93155",12224,23570 -"93156",12224,61241 -"93157",12224,88171 -"93158",12225,12315 -"93159",12225,12731 -"93160",12226,17257 -"93161",12226,41992 -"93162",12226,42792 -"93163",12226,50108 -"93164",12226,53132 -"93165",12226,92671 -"93166",12226,106268 -"93167",12226,116234 -"93168",12227,12985 -"93169",12227,46093 -"93170",12227,87613 -"93171",12228,21250 -"93172",12228,32748 -"93173",12228,41243 -"93174",12228,44996 -"93175",12228,59078 -"93176",12228,61349 -"93177",12228,66564 -"93178",12228,79036 -"93179",12228,81392 -"93180",12228,83435 -"93181",12228,84768 -"93182",12228,87968 -"93183",12228,89721 -"93184",12228,89724 -"93185",12228,89728 -"93186",12229,35233 -"93187",12229,36935 -"93188",12229,72039 -"93189",12230,26304 -"93190",12230,42820 -"93191",12230,45123 -"93192",12230,45542 -"93193",12230,65885 -"93194",12230,70621 -"93195",12230,70648 -"93196",12230,94601 -"93197",12230,94723 -"93198",12230,94724 -"93199",12231,33425 -"93200",12231,69737 -"93201",12231,101939 -"93202",12232,12282 -"93203",12232,12318 -"93204",12233,12800 -"93205",12233,17038 -"93206",12233,17499 -"93207",12233,24760 -"93208",12233,28215 -"93209",12233,56525 -"93210",12233,67869 -"93211",12234,22467 -"93212",12234,25471 -"93213",12234,55942 -"93214",12234,59322 -"93215",12234,67311 -"93216",12234,72568 -"93217",12234,75763 -"93218",12234,76077 -"93219",12234,78872 -"93220",12234,84819 -"93221",12234,103331 -"93222",12234,112779 -"93223",12234,112787 -"93224",12234,112849 -"93225",12234,113692 -"93226",12234,114200 -"93227",12235,45402 -"93228",12236,22422 -"93229",12236,65713 -"93230",12236,67842 -"93231",12236,94450 -"93232",12237,13970 -"93233",12237,24312 -"93234",12237,55691 -"93235",12237,73466 -"93236",12237,77043 -"93237",12237,90492 -"93238",12237,114719 -"93239",12238,13130 -"93240",12238,14116 -"93241",12238,16660 -"93242",12238,23260 -"93243",12238,23945 -"93244",12238,31447 -"93245",12238,31614 -"93246",12238,32110 -"93247",12238,39487 -"93248",12238,39977 -"93249",12238,42635 -"93250",12238,42716 -"93251",12238,44020 -"93252",12238,52940 -"93253",12238,74008 -"93254",12238,92805 -"93255",12238,99662 -"93256",12238,115059 -"93257",12239,12325 -"93258",12240,12409 -"93259",12240,32044 -"93260",12241,17998 -"93261",12241,24523 -"93262",12241,26100 -"93263",12241,52186 -"93264",12241,55775 -"93265",12241,60776 -"93266",12241,62562 -"93267",12241,63537 -"93268",12241,77046 -"93269",12241,77930 -"93270",12241,80570 -"93271",12241,85972 -"93272",12241,90412 -"93273",12241,91117 -"93274",12241,91120 -"93275",12241,92026 -"93276",12242,12949 -"93277",12242,35658 -"93278",12242,38362 -"93279",12242,84881 -"93280",12243,72440 -"93281",12245,12373 -"93282",12245,16459 -"93283",12245,18796 -"93284",12245,28599 -"93285",12245,32737 -"93286",12245,33320 -"93287",12245,37915 -"93288",12245,44561 -"93289",12245,53662 -"93290",12245,55867 -"93291",12245,57864 -"93292",12245,58997 -"93293",12245,62538 -"93294",12245,69528 -"93295",12245,75028 -"93296",12245,78570 -"93297",12245,79327 -"93298",12245,86820 -"93299",12245,87896 -"93300",12245,90056 -"93301",12245,115319 -"93302",12246,25466 -"93303",12246,38473 -"93304",12247,23275 -"93305",12248,40968 -"93306",12248,41086 -"93307",12248,41343 -"93308",12248,76226 -"93309",12248,81867 -"93310",12248,100842 -"93311",12248,113679 -"93312",12248,120151 -"93313",12248,120154 -"93314",12249,12397 -"93315",12249,26661 -"93316",12249,36411 -"93317",12250,12537 -"93318",12250,22640 -"93319",12250,67488 -"93320",12251,28742 -"93321",12251,33930 -"93322",12251,35464 -"93323",12251,41150 -"93324",12251,42577 -"93325",12251,43688 -"93326",12251,62665 -"93327",12251,66423 -"93328",12251,73415 -"93329",12251,110635 -"93330",12251,110683 -"93331",12251,110687 -"93332",12252,12685 -"93333",12252,44480 -"93334",12252,100983 -"93335",12253,32208 -"93336",12253,32248 -"93337",12253,35616 -"93338",12253,93445 -"93339",12254,38102 -"93340",12254,106332 -"93341",12254,116912 -"93342",12255,12369 -"93343",12256,12365 -"93344",12257,12620 -"93345",12257,42146 -"93346",12257,57119 -"93347",12257,90900 -"93348",12257,95234 -"93349",12257,104647 -"93350",12257,109707 -"93351",12257,116924 -"93352",12257,117544 -"93353",12258,42957 -"93354",12258,65442 -"93355",12259,12721 -"93356",12259,12913 -"93357",12259,14291 -"93358",12259,14493 -"93359",12259,15228 -"93360",12259,15265 -"93361",12259,17067 -"93362",12259,18731 -"93363",12259,19419 -"93364",12259,20844 -"93365",12259,20867 -"93366",12259,20884 -"93367",12259,21165 -"93368",12259,21290 -"93369",12259,27061 -"93370",12259,45839 -"93371",12259,79972 -"93372",12259,82360 -"93373",12259,82972 -"93374",12259,91379 -"93375",12259,91628 -"93376",12260,12333 -"93377",12261,41180 -"93378",12261,92074 -"93379",12261,92330 -"93380",12262,28557 -"93381",12262,30011 -"93382",12262,43998 -"93383",12262,81585 -"93384",12262,81621 -"93385",12263,19492 -"93386",12263,26865 -"93387",12263,29482 -"93388",12263,30081 -"93389",12264,16695 -"93390",12264,23173 -"93391",12265,13756 -"93392",12265,16981 -"93393",12265,17229 -"93394",12265,18238 -"93395",12265,19030 -"93396",12265,25501 -"93397",12265,30881 -"93398",12265,33201 -"93399",12265,36533 -"93400",12265,37354 -"93401",12265,38586 -"93402",12265,50057 -"93403",12265,57330 -"93404",12265,65108 -"93405",12265,65231 -"93406",12265,79227 -"93407",12265,85738 -"93408",12265,90558 -"93409",12265,90836 -"93410",12265,91192 -"93411",12265,94168 -"93412",12265,97638 -"93413",12265,99326 -"93414",12265,99613 -"93415",12265,99736 -"93416",12265,100629 -"93417",12265,109882 -"93418",12265,109958 -"93419",12266,12341 -"93420",12266,17952 -"93421",12266,21372 -"93422",12266,37844 -"93423",12266,43905 -"93424",12266,43947 -"93425",12266,43960 -"93426",12266,49021 -"93427",12266,49040 -"93428",12266,49050 -"93429",12266,51032 -"93430",12266,51092 -"93431",12266,82995 -"93432",12267,79833 -"93433",12268,13115 -"93434",12268,18807 -"93435",12268,43807 -"93436",12268,63643 -"93437",12269,19333 -"93438",12269,59064 -"93439",12270,34140 -"93440",12271,12305 -"93441",12272,20742 -"93442",12272,120178 -"93443",12273,51751 -"93444",12273,87220 -"93445",12273,99583 -"93446",12274,12355 -"93447",12274,24789 -"93448",12274,30555 -"93449",12275,12354 -"93450",12276,22881 -"93451",12276,33702 -"93452",12276,45567 -"93453",12276,49441 -"93454",12276,49604 -"93455",12276,49605 -"93456",12276,49617 -"93457",12276,49629 -"93458",12276,49633 -"93459",12276,49634 -"93460",12276,49637 -"93461",12276,49638 -"93462",12276,49639 -"93463",12276,49648 -"93464",12276,49656 -"93465",12276,49659 -"93466",12276,49669 -"93467",12276,49670 -"93468",12276,49676 -"93469",12276,49684 -"93470",12276,49685 -"93471",12276,49686 -"93472",12276,49687 -"93473",12276,49702 -"93474",12276,49704 -"93475",12276,49705 -"93476",12276,49706 -"93477",12276,49721 -"93478",12276,49732 -"93479",12276,49735 -"93480",12276,49736 -"93481",12276,49740 -"93482",12276,49750 -"93483",12276,49852 -"93484",12276,64531 -"93485",12276,84582 -"93486",12276,116943 -"93487",12277,29472 -"93488",12278,16539 -"93489",12278,16680 -"93490",12278,19894 -"93491",12278,22129 -"93492",12278,26911 -"93493",12278,27084 -"93494",12278,32728 -"93495",12278,34865 -"93496",12278,41664 -"93497",12278,42189 -"93498",12278,42279 -"93499",12278,42523 -"93500",12278,45918 -"93501",12278,60629 -"93502",12278,63502 -"93503",12278,67556 -"93504",12278,76646 -"93505",12278,80762 -"93506",12278,82332 -"93507",12278,82893 -"93508",12278,83273 -"93509",12278,85189 -"93510",12278,86125 -"93511",12278,91993 -"93512",12278,97181 -"93513",12278,99230 -"93514",12279,41454 -"93515",12279,85372 -"93516",12280,20363 -"93517",12280,21580 -"93518",12280,31541 -"93519",12280,34491 -"93520",12280,39572 -"93521",12280,41979 -"93522",12280,53650 -"93523",12280,57394 -"93524",12282,12318 -"93525",12282,52977 -"93526",12282,74328 -"93527",12282,74343 -"93528",12282,75139 -"93529",12283,31654 -"93530",12283,33228 -"93531",12284,27851 -"93532",12285,31987 -"93533",12286,12301 -"93534",12288,13224 -"93535",12288,16244 -"93536",12288,17823 -"93537",12288,17948 -"93538",12288,18323 -"93539",12288,22221 -"93540",12288,26548 -"93541",12288,44127 -"93542",12288,45299 -"93543",12288,48967 -"93544",12288,64695 -"93545",12288,76042 -"93546",12289,33046 -"93547",12289,85261 -"93548",12290,12378 -"93549",12290,16363 -"93550",12290,34572 -"93551",12290,43139 -"93552",12290,65252 -"93553",12290,65618 -"93554",12290,104922 -"93555",12290,104936 -"93556",12290,108889 -"93557",12290,109333 -"93558",12291,12377 -"93559",12291,13473 -"93560",12291,20679 -"93561",12291,101931 -"93562",12292,20622 -"93563",12292,28227 -"93564",12292,34686 -"93565",12292,40304 -"93566",12292,49064 -"93567",12292,86312 -"93568",12292,103726 -"93569",12292,103751 -"93570",12293,12357 -"93571",12293,24021 -"93572",12293,47737 -"93573",12293,78578 -"93574",12293,82418 -"93575",12293,97655 -"93576",12294,12379 -"93577",12296,17998 -"93578",12296,23839 -"93579",12296,42677 -"93580",12298,12382 -"93581",12298,12981 -"93582",12298,20472 -"93583",12298,21364 -"93584",12298,34035 -"93585",12298,35433 -"93586",12298,96400 -"93587",12299,23703 -"93588",12299,90457 -"93589",12299,112463 -"93590",12300,36512 -"93591",12300,37023 -"93592",12300,39448 -"93593",12301,24117 -"93594",12302,12951 -"93595",12302,12993 -"93596",12302,108356 -"93597",12303,30070 -"93598",12304,20538 -"93599",12304,45151 -"93600",12304,45170 -"93601",12304,49915 -"93602",12304,63656 -"93603",12304,82416 -"93604",12304,122685 -"93605",12305,25783 -"93606",12305,55288 -"93607",12305,102577 -"93608",12306,13550 -"93609",12306,15567 -"93610",12306,42132 -"93611",12306,57570 -"93612",12306,83719 -"93613",12306,100675 -"93614",12308,15366 -"93615",12308,32528 -"93616",12308,35158 -"93617",12308,52445 -"93618",12309,12329 -"93619",12310,21472 -"93620",12310,22762 -"93621",12310,27124 -"93622",12310,30325 -"93623",12310,59698 -"93624",12310,110810 -"93625",12311,19713 -"93626",12311,24878 -"93627",12311,27612 -"93628",12311,30574 -"93629",12311,48273 -"93630",12311,48327 -"93631",12311,48407 -"93632",12311,48853 -"93633",12311,57569 -"93634",12312,12583 -"93635",12312,21269 -"93636",12312,26485 -"93637",12312,26882 -"93638",12312,27740 -"93639",12312,28731 -"93640",12312,29456 -"93641",12312,30256 -"93642",12312,31492 -"93643",12312,32988 -"93644",12312,38449 -"93645",12312,40695 -"93646",12312,48829 -"93647",12312,51410 -"93648",12312,51944 -"93649",12312,54096 -"93650",12312,71296 -"93651",12312,73391 -"93652",12312,74730 -"93653",12312,79244 -"93654",12312,79743 -"93655",12312,81689 -"93656",12312,82767 -"93657",12312,83165 -"93658",12312,83180 -"93659",12312,83949 -"93660",12312,88714 -"93661",12312,92648 -"93662",12312,113306 -"93663",12312,114864 -"93664",12312,115040 -"93665",12313,56994 -"93666",12313,61426 -"93667",12313,61458 -"93668",12314,29231 -"93669",12315,12731 -"93670",12316,25294 -"93671",12316,26254 -"93672",12316,56014 -"93673",12316,103175 -"93674",12317,12370 -"93675",12317,86556 -"93676",12319,13149 -"93677",12319,14760 -"93678",12319,26298 -"93679",12319,26299 -"93680",12319,26505 -"93681",12319,33769 -"93682",12319,34467 -"93683",12319,51534 -"93684",12319,52494 -"93685",12319,54018 -"93686",12319,54047 -"93687",12320,12411 -"93688",12320,32763 -"93689",12320,40572 -"93690",12320,72294 -"93691",12320,74144 -"93692",12321,22140 -"93693",12321,49535 -"93694",12321,51811 -"93695",12321,60145 -"93696",12321,71604 -"93697",12322,26428 -"93698",12322,59926 -"93699",12322,87549 -"93700",12323,14122 -"93701",12323,109150 -"93702",12324,12353 -"93703",12324,22806 -"93704",12324,25002 -"93705",12324,33573 -"93706",12324,47803 -"93707",12324,57301 -"93708",12324,95155 -"93709",12324,104288 -"93710",12324,104304 -"93711",12326,12460 -"93712",12326,14681 -"93713",12326,16541 -"93714",12326,23293 -"93715",12326,25967 -"93716",12326,27860 -"93717",12326,31519 -"93718",12326,36569 -"93719",12326,54522 -"93720",12326,78997 -"93721",12326,86650 -"93722",12326,87780 -"93723",12326,97759 -"93724",12327,34729 -"93725",12327,90971 -"93726",12327,116040 -"93727",12327,116929 -"93728",12329,12395 -"93729",12329,34178 -"93730",12329,40595 -"93731",12329,52972 -"93732",12329,88384 -"93733",12330,12427 -"93734",12330,12503 -"93735",12330,13024 -"93736",12330,88141 -"93737",12330,95511 -"93738",12331,61063 -"93739",12331,68413 -"93740",12331,95967 -"93741",12332,15661 -"93742",12332,22247 -"93743",12332,27420 -"93744",12332,49277 -"93745",12332,59205 -"93746",12332,77849 -"93747",12332,95146 -"93748",12332,100978 -"93749",12332,103120 -"93750",12332,111438 -"93751",12334,36175 -"93752",12334,65047 -"93753",12334,72596 -"93754",12334,73573 -"93755",12334,73856 -"93756",12334,75144 -"93757",12336,103457 -"93758",12337,85966 -"93759",12337,121506 -"93760",12338,16590 -"93761",12338,19296 -"93762",12338,19297 -"93763",12338,19347 -"93764",12338,26668 -"93765",12338,28961 -"93766",12338,36088 -"93767",12338,40920 -"93768",12338,45847 -"93769",12338,46666 -"93770",12338,47050 -"93771",12338,48892 -"93772",12338,50621 -"93773",12338,57411 -"93774",12338,67536 -"93775",12338,69057 -"93776",12338,70656 -"93777",12338,71336 -"93778",12338,88723 -"93779",12338,91476 -"93780",12338,109201 -"93781",12338,122015 -"93782",12339,12384 -"93783",12339,22738 -"93784",12339,22984 -"93785",12339,94015 -"93786",12339,94519 -"93787",12339,99209 -"93788",12340,13413 -"93789",12340,15644 -"93790",12340,20797 -"93791",12340,25484 -"93792",12340,34338 -"93793",12340,46927 -"93794",12340,60330 -"93795",12340,62590 -"93796",12340,74373 -"93797",12340,75032 -"93798",12340,80886 -"93799",12340,90958 -"93800",12340,90968 -"93801",12341,26038 -"93802",12341,31851 -"93803",12341,37844 -"93804",12341,39321 -"93805",12341,40826 -"93806",12341,43905 -"93807",12341,43947 -"93808",12341,43960 -"93809",12341,49021 -"93810",12341,49040 -"93811",12341,49050 -"93812",12341,53362 -"93813",12341,58724 -"93814",12341,63257 -"93815",12341,69606 -"93816",12341,88469 -"93817",12341,93914 -"93818",12342,14974 -"93819",12343,12383 -"93820",12343,22282 -"93821",12343,30698 -"93822",12343,35095 -"93823",12343,43836 -"93824",12343,50219 -"93825",12343,50913 -"93826",12343,55438 -"93827",12343,73138 -"93828",12343,79958 -"93829",12343,86646 -"93830",12343,98708 -"93831",12344,28675 -"93832",12344,49090 -"93833",12345,12349 -"93834",12345,25921 -"93835",12346,84609 -"93836",12346,95220 -"93837",12346,101489 -"93838",12346,113479 -"93839",12346,117801 -"93840",12347,81753 -"93841",12348,30106 -"93842",12349,89869 -"93843",12350,36483 -"93844",12350,53861 -"93845",12350,69862 -"93846",12350,69888 -"93847",12351,34509 -"93848",12351,61152 -"93849",12351,79410 -"93850",12351,112463 -"93851",12352,20549 -"93852",12352,43420 -"93853",12352,53796 -"93854",12352,60433 -"93855",12352,82678 -"93856",12353,37511 -"93857",12354,117567 -"93858",12355,24645 -"93859",12355,30555 -"93860",12355,31731 -"93861",12355,47490 -"93862",12356,12413 -"93863",12356,17043 -"93864",12356,48101 -"93865",12356,49149 -"93866",12356,55577 -"93867",12356,59087 -"93868",12356,66722 -"93869",12356,90393 -"93870",12356,113682 -"93871",12357,45348 -"93872",12358,15026 -"93873",12358,15116 -"93874",12358,19123 -"93875",12358,19881 -"93876",12358,20164 -"93877",12358,20316 -"93878",12358,23059 -"93879",12358,24338 -"93880",12358,24945 -"93881",12358,25526 -"93882",12358,25980 -"93883",12358,28154 -"93884",12358,30983 -"93885",12358,33591 -"93886",12358,50505 -"93887",12358,72598 -"93888",12358,75897 -"93889",12358,91033 -"93890",12358,99089 -"93891",12358,99765 -"93892",12360,29323 -"93893",12360,46890 -"93894",12360,50023 -"93895",12360,54385 -"93896",12360,57017 -"93897",12360,76403 -"93898",12360,77056 -"93899",12360,83598 -"93900",12360,85072 -"93901",12360,96062 -"93902",12360,104866 -"93903",12360,105721 -"93904",12360,107154 -"93905",12361,15443 -"93906",12361,15921 -"93907",12361,16228 -"93908",12361,19655 -"93909",12361,27044 -"93910",12361,28163 -"93911",12361,28257 -"93912",12361,28283 -"93913",12361,28315 -"93914",12361,30586 -"93915",12361,44368 -"93916",12361,52638 -"93917",12361,77280 -"93918",12361,96304 -"93919",12362,12901 -"93920",12362,13053 -"93921",12362,13075 -"93922",12362,14537 -"93923",12362,18073 -"93924",12362,20940 -"93925",12362,21179 -"93926",12362,21285 -"93927",12362,24806 -"93928",12362,44148 -"93929",12362,44654 -"93930",12362,53604 -"93931",12362,63048 -"93932",12362,67511 -"93933",12362,79257 -"93934",12362,84298 -"93935",12362,86520 -"93936",12363,23416 -"93937",12364,12509 -"93938",12364,67339 -"93939",12365,40090 -"93940",12366,82194 -"93941",12366,95281 -"93942",12367,38773 -"93943",12367,39980 -"93944",12367,76081 -"93945",12368,18979 -"93946",12368,19261 -"93947",12368,38950 -"93948",12368,54007 -"93949",12368,59263 -"93950",12368,69734 -"93951",12368,89631 -"93952",12371,12639 -"93953",12371,14845 -"93954",12371,17165 -"93955",12371,29930 -"93956",12371,33184 -"93957",12371,37735 -"93958",12371,41247 -"93959",12371,46969 -"93960",12371,51366 -"93961",12371,62307 -"93962",12371,79472 -"93963",12371,82877 -"93964",12371,97249 -"93965",12371,107285 -"93966",12372,12775 -"93967",12372,12976 -"93968",12372,28218 -"93969",12372,39964 -"93970",12372,43281 -"93971",12372,78563 -"93972",12372,78696 -"93973",12373,27011 -"93974",12373,32769 -"93975",12373,62538 -"93976",12373,63840 -"93977",12373,69528 -"93978",12373,78570 -"93979",12373,79327 -"93980",12373,90056 -"93981",12373,110808 -"93982",12374,13261 -"93983",12374,19899 -"93984",12374,24005 -"93985",12374,24078 -"93986",12374,29996 -"93987",12374,30898 -"93988",12374,32017 -"93989",12374,32811 -"93990",12374,34136 -"93991",12374,37800 -"93992",12374,39865 -"93993",12374,40072 -"93994",12374,40135 -"93995",12374,43432 -"93996",12374,48698 -"93997",12374,59939 -"93998",12374,78256 -"93999",12374,81148 -"94000",12374,82393 -"94001",12374,88699 -"94002",12374,91912 -"94003",12374,94671 -"94004",12374,100230 -"94005",12374,115121 -"94006",12375,21346 -"94007",12375,34608 -"94008",12375,55703 -"94009",12375,55706 -"94010",12375,55803 -"94011",12375,57414 -"94012",12376,44012 -"94013",12376,89248 -"94014",12376,115969 -"94015",12377,20679 -"94016",12379,14404 -"94017",12379,41397 -"94018",12379,53724 -"94019",12379,54955 -"94020",12379,77197 -"94021",12379,80691 -"94022",12380,15699 -"94023",12380,61119 -"94024",12380,72612 -"94025",12380,85807 -"94026",12381,12386 -"94027",12381,25584 -"94028",12381,26619 -"94029",12381,27162 -"94030",12381,30153 -"94031",12381,37482 -"94032",12381,45576 -"94033",12381,45958 -"94034",12381,57828 -"94035",12381,82914 -"94036",12381,82937 -"94037",12381,90860 -"94038",12381,122056 -"94039",12382,12981 -"94040",12382,24161 -"94041",12382,45347 -"94042",12382,62748 -"94043",12382,64876 -"94044",12383,28626 -"94045",12383,53632 -"94046",12384,25230 -"94047",12384,27495 -"94048",12384,30487 -"94049",12384,39839 -"94050",12384,54304 -"94051",12384,71085 -"94052",12384,98925 -"94053",12384,105417 -"94054",12384,105782 -"94055",12385,44932 -"94056",12385,93440 -"94057",12385,122631 -"94058",12385,123504 -"94059",12386,27668 -"94060",12387,14236 -"94061",12387,115890 -"94062",12387,116967 -"94063",12388,15444 -"94064",12388,17783 -"94065",12388,17844 -"94066",12388,17845 -"94067",12388,17911 -"94068",12388,18388 -"94069",12388,18389 -"94070",12388,18404 -"94071",12388,18405 -"94072",12388,22359 -"94073",12388,23617 -"94074",12388,28112 -"94075",12388,36217 -"94076",12388,41804 -"94077",12388,41948 -"94078",12388,53333 -"94079",12388,54749 -"94080",12388,65991 -"94081",12388,66857 -"94082",12388,67189 -"94083",12388,67221 -"94084",12388,68767 -"94085",12388,81989 -"94086",12388,82009 -"94087",12389,12415 -"94088",12389,17807 -"94089",12389,50701 -"94090",12390,46591 -"94091",12391,12889 -"94092",12391,18600 -"94093",12391,18767 -"94094",12391,20072 -"94095",12391,21505 -"94096",12391,21607 -"94097",12391,21665 -"94098",12391,23861 -"94099",12391,24555 -"94100",12391,31130 -"94101",12391,32630 -"94102",12391,34564 -"94103",12391,34620 -"94104",12391,38525 -"94105",12391,41713 -"94106",12391,42087 -"94107",12391,45047 -"94108",12391,45980 -"94109",12391,48202 -"94110",12391,48212 -"94111",12391,49265 -"94112",12391,53132 -"94113",12391,53227 -"94114",12391,55111 -"94115",12391,57380 -"94116",12391,58628 -"94117",12391,61801 -"94118",12391,64350 -"94119",12391,73044 -"94120",12391,73058 -"94121",12391,73335 -"94122",12391,78063 -"94123",12391,78429 -"94124",12391,78569 -"94125",12391,82143 -"94126",12391,83231 -"94127",12391,86471 -"94128",12391,90191 -"94129",12391,90804 -"94130",12391,91022 -"94131",12391,91045 -"94132",12391,92306 -"94133",12391,93102 -"94134",12391,95675 -"94135",12391,101516 -"94136",12391,102387 -"94137",12391,108374 -"94138",12391,108893 -"94139",12391,109101 -"94140",12391,109523 -"94141",12391,110993 -"94142",12391,111338 -"94143",12391,111398 -"94144",12391,111409 -"94145",12391,111480 -"94146",12391,112422 -"94147",12391,112648 -"94148",12391,112708 -"94149",12391,112820 -"94150",12391,112997 -"94151",12391,113597 -"94152",12391,114418 -"94153",12391,114582 -"94154",12391,115371 -"94155",12391,115644 -"94156",12391,116028 -"94157",12391,116604 -"94158",12392,27506 -"94159",12392,27613 -"94160",12392,30150 -"94161",12392,89510 -"94162",12393,12945 -"94163",12393,42604 -"94164",12394,12759 -"94165",12394,13745 -"94166",12394,16515 -"94167",12394,18023 -"94168",12394,18381 -"94169",12394,18935 -"94170",12394,20688 -"94171",12394,21632 -"94172",12394,25373 -"94173",12394,26207 -"94174",12394,31429 -"94175",12394,32262 -"94176",12394,37832 -"94177",12394,38847 -"94178",12394,41723 -"94179",12394,46640 -"94180",12394,49657 -"94181",12394,50585 -"94182",12395,21628 -"94183",12395,32147 -"94184",12395,34178 -"94185",12395,36236 -"94186",12395,40595 -"94187",12395,46883 -"94188",12395,52376 -"94189",12395,52972 -"94190",12395,88384 -"94191",12396,29969 -"94192",12396,41875 -"94193",12396,45109 -"94194",12396,73965 -"94195",12398,19965 -"94196",12398,47435 -"94197",12398,52136 -"94198",12398,55727 -"94199",12398,56082 -"94200",12398,79804 -"94201",12399,20705 -"94202",12399,23604 -"94203",12399,32939 -"94204",12399,44956 -"94205",12399,52199 -"94206",12399,101074 -"94207",12399,101499 -"94208",12399,103151 -"94209",12399,103206 -"94210",12400,40893 -"94211",12400,42728 -"94212",12400,91279 -"94213",12400,111343 -"94214",12401,12402 -"94215",12401,26883 -"94216",12401,62448 -"94217",12402,16804 -"94218",12402,17143 -"94219",12402,62448 -"94220",12402,77675 -"94221",12403,17252 -"94222",12403,21013 -"94223",12403,22120 -"94224",12403,46640 -"94225",12403,69956 -"94226",12403,69995 -"94227",12403,70455 -"94228",12404,33431 -"94229",12405,25458 -"94230",12405,25491 -"94231",12405,25508 -"94232",12405,25979 -"94233",12405,28596 -"94234",12405,28989 -"94235",12405,35011 -"94236",12405,36048 -"94237",12405,38051 -"94238",12405,40095 -"94239",12405,42935 -"94240",12405,61082 -"94241",12405,61609 -"94242",12405,66345 -"94243",12405,68960 -"94244",12405,78516 -"94245",12406,45658 -"94246",12406,49245 -"94247",12407,68901 -"94248",12408,26628 -"94249",12408,45473 -"94250",12408,70973 -"94251",12409,17321 -"94252",12409,18128 -"94253",12409,29960 -"94254",12409,36473 -"94255",12409,37689 -"94256",12409,50633 -"94257",12409,66514 -"94258",12409,69525 -"94259",12409,94722 -"94260",12410,15019 -"94261",12410,15095 -"94262",12410,15532 -"94263",12410,15908 -"94264",12410,17536 -"94265",12410,18056 -"94266",12410,18123 -"94267",12410,18124 -"94268",12410,18150 -"94269",12410,18170 -"94270",12410,18270 -"94271",12410,20010 -"94272",12410,20449 -"94273",12410,21088 -"94274",12410,23847 -"94275",12410,24012 -"94276",12410,24910 -"94277",12410,25758 -"94278",12410,26537 -"94279",12410,26872 -"94280",12410,28767 -"94281",12410,28871 -"94282",12410,30334 -"94283",12410,35496 -"94284",12410,37610 -"94285",12410,37636 -"94286",12410,39435 -"94287",12410,40131 -"94288",12410,40166 -"94289",12410,40392 -"94290",12410,40905 -"94291",12410,41030 -"94292",12410,41527 -"94293",12410,41529 -"94294",12410,41778 -"94295",12410,43147 -"94296",12410,43234 -"94297",12410,43858 -"94298",12410,44341 -"94299",12410,44828 -"94300",12410,45657 -"94301",12410,45933 -"94302",12410,46434 -"94303",12410,46788 -"94304",12410,47123 -"94305",12410,47488 -"94306",12410,48219 -"94307",12410,48909 -"94308",12410,49859 -"94309",12410,50064 -"94310",12410,50067 -"94311",12410,50554 -"94312",12410,50879 -"94313",12410,51783 -"94314",12410,52018 -"94315",12410,52845 -"94316",12410,53444 -"94317",12410,53527 -"94318",12410,53555 -"94319",12410,54275 -"94320",12410,56628 -"94321",12410,56796 -"94322",12410,58004 -"94323",12410,58068 -"94324",12410,58633 -"94325",12410,59965 -"94326",12410,61111 -"94327",12410,61127 -"94328",12410,65402 -"94329",12410,67839 -"94330",12410,68287 -"94331",12410,85346 -"94332",12410,99298 -"94333",12410,109384 -"94334",12413,61090 -"94335",12415,21847 -"94336",12415,21929 -"94337",12415,45302 -"94338",12415,48359 -"94339",12415,50701 -"94340",12415,51568 -"94341",12415,51866 -"94342",12415,57225 -"94343",12415,66023 -"94344",12416,13235 -"94345",12416,15794 -"94346",12416,24504 -"94347",12416,24983 -"94348",12416,38941 -"94349",12417,22596 -"94350",12417,114234 -"94351",12418,12578 -"94352",12418,92453 -"94353",12418,93334 -"94354",12419,16400 -"94355",12420,12440 -"94356",12420,12518 -"94357",12420,15713 -"94358",12420,28735 -"94359",12420,46887 -"94360",12420,48010 -"94361",12420,53458 -"94362",12420,55012 -"94363",12420,64025 -"94364",12420,66791 -"94365",12420,69011 -"94366",12420,81153 -"94367",12420,97260 -"94368",12420,99545 -"94369",12420,99572 -"94370",12421,32064 -"94371",12421,34238 -"94372",12421,34267 -"94373",12421,34282 -"94374",12421,72799 -"94375",12422,15932 -"94376",12422,16114 -"94377",12423,15937 -"94378",12423,29158 -"94379",12423,33653 -"94380",12423,76314 -"94381",12423,92321 -"94382",12423,104141 -"94383",12423,114643 -"94384",12424,17053 -"94385",12424,38615 -"94386",12424,38813 -"94387",12424,43138 -"94388",12424,54589 -"94389",12424,55491 -"94390",12424,63703 -"94391",12425,12612 -"94392",12425,12614 -"94393",12425,60702 -"94394",12425,90428 -"94395",12426,14158 -"94396",12426,22198 -"94397",12426,27554 -"94398",12426,80898 -"94399",12427,12503 -"94400",12427,13024 -"94401",12427,58609 -"94402",12428,12624 -"94403",12428,12807 -"94404",12428,13142 -"94405",12428,16689 -"94406",12428,18398 -"94407",12428,19036 -"94408",12428,19391 -"94409",12428,23075 -"94410",12428,25606 -"94411",12428,28530 -"94412",12428,30258 -"94413",12428,38185 -"94414",12428,38683 -"94415",12428,40245 -"94416",12428,43226 -"94417",12428,44655 -"94418",12428,44973 -"94419",12428,46177 -"94420",12428,47048 -"94421",12428,48110 -"94422",12428,58508 -"94423",12428,59731 -"94424",12428,62642 -"94425",12428,68091 -"94426",12428,69335 -"94427",12428,75245 -"94428",12428,75776 -"94429",12428,75956 -"94430",12428,76387 -"94431",12428,78978 -"94432",12428,79212 -"94433",12428,79241 -"94434",12428,79579 -"94435",12428,80239 -"94436",12428,80301 -"94437",12428,81397 -"94438",12428,88340 -"94439",12428,88749 -"94440",12428,89069 -"94441",12428,89373 -"94442",12428,89995 -"94443",12428,90919 -"94444",12428,90936 -"94445",12428,92861 -"94446",12428,93097 -"94447",12428,94231 -"94448",12428,95489 -"94449",12428,96247 -"94450",12428,96363 -"94451",12428,97898 -"94452",12429,12559 -"94453",12429,37277 -"94454",12429,50706 -"94455",12429,52517 -"94456",12429,60050 -"94457",12429,61781 -"94458",12429,92209 -"94459",12429,94346 -"94460",12429,101300 -"94461",12429,104268 -"94462",12429,118328 -"94463",12430,48788 -"94464",12430,81781 -"94465",12431,40153 -"94466",12431,40164 -"94467",12431,40253 -"94468",12431,43284 -"94469",12431,57547 -"94470",12432,12449 -"94471",12432,24066 -"94472",12432,25319 -"94473",12432,25720 -"94474",12432,79869 -"94475",12432,81764 -"94476",12432,89757 -"94477",12433,12512 -"94478",12433,50445 -"94479",12433,50805 -"94480",12434,14717 -"94481",12434,25119 -"94482",12434,27604 -"94483",12434,43837 -"94484",12434,47669 -"94485",12434,68958 -"94486",12435,32765 -"94487",12435,39549 -"94488",12435,66849 -"94489",12435,69439 -"94490",12436,23025 -"94491",12436,24135 -"94492",12437,16413 -"94493",12437,57386 -"94494",12437,64145 -"94495",12438,81676 -"94496",12438,99151 -"94497",12439,12498 -"94498",12439,12649 -"94499",12440,12518 -"94500",12440,51546 -"94501",12442,29969 -"94502",12442,41315 -"94503",12442,46455 -"94504",12442,53312 -"94505",12442,53322 -"94506",12442,54400 -"94507",12442,85017 -"94508",12442,101156 -"94509",12442,107544 -"94510",12442,119065 -"94511",12442,120375 -"94512",12443,20058 -"94513",12443,21435 -"94514",12443,31657 -"94515",12443,44439 -"94516",12443,49332 -"94517",12443,53312 -"94518",12443,54400 -"94519",12443,59915 -"94520",12443,79954 -"94521",12443,85300 -"94522",12443,92467 -"94523",12443,100412 -"94524",12443,105283 -"94525",12443,110954 -"94526",12443,118408 -"94527",12444,64307 -"94528",12445,56779 -"94529",12445,100416 -"94530",12446,12681 -"94531",12446,13699 -"94532",12446,33782 -"94533",12446,33933 -"94534",12446,42546 -"94535",12446,61747 -"94536",12446,62158 -"94537",12446,62173 -"94538",12447,12583 -"94539",12447,18415 -"94540",12447,76613 -"94541",12447,90884 -"94542",12448,12774 -"94543",12448,33374 -"94544",12448,34628 -"94545",12448,35553 -"94546",12448,40309 -"94547",12448,57369 -"94548",12448,61744 -"94549",12448,66870 -"94550",12449,13869 -"94551",12449,15116 -"94552",12449,25319 -"94553",12449,34036 -"94554",12449,42269 -"94555",12449,48274 -"94556",12449,61581 -"94557",12449,81764 -"94558",12449,89757 -"94559",12450,34725 -"94560",12450,43545 -"94561",12450,76947 -"94562",12450,83409 -"94563",12450,121328 -"94564",12451,12814 -"94565",12451,32211 -"94566",12452,12684 -"94567",12452,15343 -"94568",12452,15693 -"94569",12452,15888 -"94570",12452,15960 -"94571",12452,15976 -"94572",12452,16043 -"94573",12452,17021 -"94574",12452,23594 -"94575",12452,23972 -"94576",12452,27047 -"94577",12452,29834 -"94578",12452,29845 -"94579",12452,29882 -"94580",12452,29894 -"94581",12452,30007 -"94582",12452,75320 -"94583",12453,13599 -"94584",12453,19680 -"94585",12453,20781 -"94586",12453,28681 -"94587",12453,61030 -"94588",12453,67883 -"94589",12454,38657 -"94590",12454,93825 -"94591",12454,93833 -"94592",12454,93860 -"94593",12455,12473 -"94594",12455,12632 -"94595",12455,12633 -"94596",12456,16122 -"94597",12456,20343 -"94598",12456,21176 -"94599",12456,30092 -"94600",12456,30827 -"94601",12456,40146 -"94602",12456,42216 -"94603",12456,45302 -"94604",12456,48359 -"94605",12456,55084 -"94606",12456,65028 -"94607",12456,69827 -"94608",12456,84853 -"94609",12457,72673 -"94610",12458,18583 -"94611",12458,27025 -"94612",12458,57466 -"94613",12458,110232 -"94614",12459,12682 -"94615",12459,14372 -"94616",12459,27780 -"94617",12459,36691 -"94618",12459,80219 -"94619",12459,81159 -"94620",12459,84563 -"94621",12459,102654 -"94622",12459,104202 -"94623",12459,108801 -"94624",12459,118584 -"94625",12460,17034 -"94626",12460,23293 -"94627",12460,31519 -"94628",12460,36569 -"94629",12460,54522 -"94630",12460,56812 -"94631",12460,58846 -"94632",12460,97759 -"94633",12460,100780 -"94634",12461,12528 -"94635",12461,12602 -"94636",12461,29419 -"94637",12461,81190 -"94638",12462,36442 -"94639",12462,38277 -"94640",12462,55206 -"94641",12462,73192 -"94642",12462,84458 -"94643",12462,95418 -"94644",12463,30199 -"94645",12464,12499 -"94646",12464,12538 -"94647",12464,12643 -"94648",12464,12699 -"94649",12464,13607 -"94650",12464,13661 -"94651",12465,25190 -"94652",12465,31618 -"94653",12465,31970 -"94654",12465,33893 -"94655",12465,34480 -"94656",12465,54551 -"94657",12466,39621 -"94658",12466,83043 -"94659",12466,96226 -"94660",12466,98173 -"94661",12466,102312 -"94662",12466,103817 -"94663",12467,58100 -"94664",12467,75179 -"94665",12467,82927 -"94666",12467,89585 -"94667",12467,90600 -"94668",12467,91274 -"94669",12467,103625 -"94670",12467,108384 -"94671",12468,46277 -"94672",12468,59237 -"94673",12468,96968 -"94674",12470,18789 -"94675",12470,72615 -"94676",12470,75921 -"94677",12470,77750 -"94678",12470,122534 -"94679",12471,12640 -"94680",12471,12724 -"94681",12471,13198 -"94682",12471,13283 -"94683",12471,15671 -"94684",12471,17422 -"94685",12471,21176 -"94686",12471,21532 -"94687",12471,22846 -"94688",12471,22946 -"94689",12471,23938 -"94690",12471,27221 -"94691",12471,32120 -"94692",12471,34303 -"94693",12471,34316 -"94694",12471,35808 -"94695",12471,42216 -"94696",12471,42831 -"94697",12471,48359 -"94698",12471,49274 -"94699",12471,50954 -"94700",12471,57168 -"94701",12471,69367 -"94702",12471,75869 -"94703",12472,12493 -"94704",12472,56962 -"94705",12472,56982 -"94706",12472,73611 -"94707",12472,98300 -"94708",12473,12632 -"94709",12473,12633 -"94710",12473,13072 -"94711",12473,17632 -"94712",12473,19894 -"94713",12473,22875 -"94714",12473,24323 -"94715",12473,26295 -"94716",12473,26911 -"94717",12473,28695 -"94718",12473,31890 -"94719",12473,32961 -"94720",12473,35350 -"94721",12473,38413 -"94722",12473,43008 -"94723",12473,47564 -"94724",12473,69620 -"94725",12473,77611 -"94726",12473,110784 -"94727",12473,110793 -"94728",12473,111566 -"94729",12473,117771 -"94730",12474,23725 -"94731",12474,24935 -"94732",12474,30564 -"94733",12474,33778 -"94734",12474,35673 -"94735",12474,47126 -"94736",12474,54551 -"94737",12474,55628 -"94738",12474,61162 -"94739",12474,77839 -"94740",12474,103193 -"94741",12475,28802 -"94742",12475,53014 -"94743",12475,70392 -"94744",12475,82766 -"94745",12475,90775 -"94746",12475,101614 -"94747",12475,114400 -"94748",12475,120717 -"94749",12476,12627 -"94750",12476,19571 -"94751",12476,35000 -"94752",12476,75422 -"94753",12477,18365 -"94754",12477,19241 -"94755",12477,22644 -"94756",12477,54308 -"94757",12478,14428 -"94758",12478,29053 -"94759",12478,39824 -"94760",12478,47553 -"94761",12478,56097 -"94762",12478,67191 -"94763",12478,69651 -"94764",12478,69666 -"94765",12479,12604 -"94766",12479,23377 -"94767",12479,23440 -"94768",12480,17852 -"94769",12480,22017 -"94770",12480,25483 -"94771",12480,38789 -"94772",12480,40735 -"94773",12480,41491 -"94774",12480,48295 -"94775",12480,53353 -"94776",12480,67662 -"94777",12480,68432 -"94778",12480,80867 -"94779",12480,86793 -"94780",12480,99629 -"94781",12480,111004 -"94782",12480,111055 -"94783",12481,13818 -"94784",12481,22765 -"94785",12481,22977 -"94786",12481,39037 -"94787",12481,50719 -"94788",12481,56138 -"94789",12481,75967 -"94790",12481,88173 -"94791",12481,88446 -"94792",12481,88469 -"94793",12482,15744 -"94794",12482,19767 -"94795",12482,21063 -"94796",12482,24332 -"94797",12482,27511 -"94798",12482,28638 -"94799",12482,32079 -"94800",12482,40631 -"94801",12482,41925 -"94802",12482,49786 -"94803",12482,50243 -"94804",12482,50244 -"94805",12482,51233 -"94806",12482,52036 -"94807",12482,76505 -"94808",12482,79415 -"94809",12482,81396 -"94810",12482,121534 -"94811",12482,123158 -"94812",12483,25526 -"94813",12484,32163 -"94814",12485,33752 -"94815",12485,51157 -"94816",12486,12526 -"94817",12487,12488 -"94818",12487,12641 -"94819",12487,17579 -"94820",12487,18144 -"94821",12487,48152 -"94822",12487,48218 -"94823",12487,48237 -"94824",12487,48245 -"94825",12487,48303 -"94826",12487,48305 -"94827",12488,12641 -"94828",12488,19779 -"94829",12488,99241 -"94830",12489,31292 -"94831",12489,35375 -"94832",12490,18079 -"94833",12490,18730 -"94834",12490,23692 -"94835",12490,68396 -"94836",12490,81077 -"94837",12490,83430 -"94838",12490,86081 -"94839",12490,86861 -"94840",12490,100687 -"94841",12490,108852 -"94842",12490,119403 -"94843",12490,119406 -"94844",12491,13568 -"94845",12491,22556 -"94846",12491,39765 -"94847",12492,27483 -"94848",12492,28805 -"94849",12492,30557 -"94850",12492,46732 -"94851",12492,54178 -"94852",12492,55071 -"94853",12492,59221 -"94854",12492,66976 -"94855",12494,12667 -"94856",12494,49924 -"94857",12494,49925 -"94858",12495,12496 -"94859",12495,13543 -"94860",12495,22734 -"94861",12495,54407 -"94862",12495,97459 -"94863",12495,110737 -"94864",12495,121714 -"94865",12496,13543 -"94866",12497,62746 -"94867",12497,78120 -"94868",12498,12649 -"94869",12499,12538 -"94870",12499,12643 -"94871",12499,12699 -"94872",12499,13607 -"94873",12499,13661 -"94874",12499,40413 -"94875",12500,18238 -"94876",12500,22797 -"94877",12500,30086 -"94878",12500,30290 -"94879",12500,31982 -"94880",12500,32174 -"94881",12500,32740 -"94882",12500,35971 -"94883",12500,38536 -"94884",12500,38625 -"94885",12500,38648 -"94886",12500,40203 -"94887",12500,40768 -"94888",12500,53200 -"94889",12500,59309 -"94890",12500,59816 -"94891",12500,61963 -"94892",12500,63518 -"94893",12500,70233 -"94894",12500,72329 -"94895",12500,75825 -"94896",12500,76131 -"94897",12500,86373 -"94898",12500,88712 -"94899",12500,88764 -"94900",12500,89760 -"94901",12500,90663 -"94902",12500,90875 -"94903",12500,91167 -"94904",12500,92017 -"94905",12500,92606 -"94906",12500,98647 -"94907",12500,99618 -"94908",12500,102093 -"94909",12500,102484 -"94910",12500,103111 -"94911",12500,108762 -"94912",12500,108926 -"94913",12500,108937 -"94914",12500,112945 -"94915",12501,69885 -"94916",12501,89492 -"94917",12501,89520 -"94918",12501,89525 -"94919",12501,89540 -"94920",12502,12653 -"94921",12502,16996 -"94922",12502,18229 -"94923",12502,28765 -"94924",12503,13024 -"94925",12503,15809 -"94926",12503,30459 -"94927",12503,66060 -"94928",12503,68460 -"94929",12503,69844 -"94930",12503,77686 -"94931",12503,80728 -"94932",12503,85481 -"94933",12503,89685 -"94934",12504,27694 -"94935",12504,29783 -"94936",12504,60034 -"94937",12504,70810 -"94938",12504,72389 -"94939",12505,12548 -"94940",12506,114408 -"94941",12507,30129 -"94942",12507,35531 -"94943",12507,70255 -"94944",12508,12537 -"94945",12509,16579 -"94946",12509,52721 -"94947",12510,14032 -"94948",12510,45506 -"94949",12510,77745 -"94950",12510,108962 -"94951",12511,12516 -"94952",12511,47934 -"94953",12511,79589 -"94954",12511,91652 -"94955",12511,92024 -"94956",12511,109108 -"94957",12511,111712 -"94958",12513,33785 -"94959",12513,93288 -"94960",12513,115750 -"94961",12515,13696 -"94962",12515,15712 -"94963",12515,20596 -"94964",12515,23646 -"94965",12515,62732 -"94966",12515,62762 -"94967",12515,68520 -"94968",12515,79646 -"94969",12515,90725 -"94970",12515,104983 -"94971",12515,107273 -"94972",12516,18283 -"94973",12516,52071 -"94974",12517,12729 -"94975",12517,20977 -"94976",12517,39464 -"94977",12517,42652 -"94978",12517,56854 -"94979",12517,57905 -"94980",12518,15670 -"94981",12518,17392 -"94982",12518,17474 -"94983",12518,27030 -"94984",12518,27116 -"94985",12518,38359 -"94986",12518,51546 -"94987",12518,116542 -"94988",12519,20991 -"94989",12519,22723 -"94990",12519,33268 -"94991",12519,34334 -"94992",12519,37853 -"94993",12519,37865 -"94994",12519,38206 -"94995",12519,43379 -"94996",12519,46815 -"94997",12519,62595 -"94998",12519,88830 -"94999",12519,95073 -"95000",12519,104279 -"95001",12519,119760 -"95002",12520,39345 -"95003",12520,79226 -"95004",12520,79253 -"95005",12520,80038 -"95006",12522,28148 -"95007",12523,43902 -"95008",12523,45977 -"95009",12523,63907 -"95010",12523,84365 -"95011",12523,87618 -"95012",12524,12686 -"95013",12524,17460 -"95014",12524,20742 -"95015",12524,22185 -"95016",12524,24658 -"95017",12524,26062 -"95018",12524,29051 -"95019",12524,44532 -"95020",12524,44557 -"95021",12524,45181 -"95022",12524,56464 -"95023",12524,57690 -"95024",12524,61601 -"95025",12524,82087 -"95026",12524,82411 -"95027",12524,82535 -"95028",12524,117550 -"95029",12524,118258 -"95030",12525,72915 -"95031",12525,72942 -"95032",12526,32828 -"95033",12527,14269 -"95034",12527,45941 -"95035",12527,87362 -"95036",12528,12602 -"95037",12528,25200 -"95038",12528,25288 -"95039",12529,105877 -"95040",12530,13871 -"95041",12530,19524 -"95042",12530,19584 -"95043",12530,24787 -"95044",12530,25046 -"95045",12530,26285 -"95046",12530,29541 -"95047",12530,33033 -"95048",12530,36324 -"95049",12530,39820 -"95050",12530,41581 -"95051",12530,62986 -"95052",12530,71659 -"95053",12530,71910 -"95054",12530,73960 -"95055",12530,84789 -"95056",12530,89726 -"95057",12530,114253 -"95058",12532,87001 -"95059",12533,18662 -"95060",12533,21025 -"95061",12533,33451 -"95062",12533,35780 -"95063",12533,115315 -"95064",12534,13293 -"95065",12534,15808 -"95066",12534,31947 -"95067",12534,35636 -"95068",12534,35677 -"95069",12534,52795 -"95070",12535,12554 -"95071",12535,13732 -"95072",12535,16941 -"95073",12535,25175 -"95074",12535,29498 -"95075",12535,45370 -"95076",12535,97917 -"95077",12536,72064 -"95078",12538,12643 -"95079",12538,12699 -"95080",12538,13607 -"95081",12538,13661 -"95082",12539,18168 -"95083",12539,18739 -"95084",12539,18916 -"95085",12539,20657 -"95086",12539,21972 -"95087",12539,52633 -"95088",12539,74580 -"95089",12540,76602 -"95090",12540,79971 -"95091",12540,80880 -"95092",12540,92928 -"95093",12540,96713 -"95094",12541,47865 -"95095",12541,69471 -"95096",12541,75670 -"95097",12541,81758 -"95098",12541,93766 -"95099",12541,112209 -"95100",12542,12929 -"95101",12542,16881 -"95102",12542,36377 -"95103",12542,68372 -"95104",12543,12930 -"95105",12543,24478 -"95106",12543,38341 -"95107",12543,40312 -"95108",12543,44499 -"95109",12543,48104 -"95110",12543,48183 -"95111",12543,48525 -"95112",12544,16544 -"95113",12544,18058 -"95114",12544,19637 -"95115",12544,20714 -"95116",12544,25562 -"95117",12544,27226 -"95118",12544,28470 -"95119",12544,35529 -"95120",12544,36298 -"95121",12544,38467 -"95122",12544,42226 -"95123",12544,63854 -"95124",12544,74730 -"95125",12544,82657 -"95126",12544,92471 -"95127",12544,92505 -"95128",12544,109174 -"95129",12545,28369 -"95130",12545,50397 -"95131",12545,59088 -"95132",12545,63424 -"95133",12545,68933 -"95134",12545,71932 -"95135",12545,72319 -"95136",12545,72770 -"95137",12545,74045 -"95138",12545,88752 -"95139",12545,89825 -"95140",12545,91900 -"95141",12545,102339 -"95142",12545,103258 -"95143",12546,12721 -"95144",12546,36662 -"95145",12546,81468 -"95146",12546,81496 -"95147",12547,18020 -"95148",12547,32260 -"95149",12547,44618 -"95150",12547,64668 -"95151",12549,16334 -"95152",12549,16363 -"95153",12549,16385 -"95154",12549,35498 -"95155",12549,35519 -"95156",12550,60415 -"95157",12550,104984 -"95158",12551,17335 -"95159",12551,36017 -"95160",12551,48974 -"95161",12551,55380 -"95162",12552,12553 -"95163",12552,12623 -"95164",12552,12659 -"95165",12552,12660 -"95166",12552,12661 -"95167",12552,23129 -"95168",12552,26602 -"95169",12553,12623 -"95170",12553,12659 -"95171",12553,12660 -"95172",12553,12661 -"95173",12553,35965 -"95174",12553,35979 -"95175",12553,36022 -"95176",12554,13732 -"95177",12554,16941 -"95178",12554,59492 -"95179",12555,12662 -"95180",12556,12680 -"95181",12557,15215 -"95182",12557,15377 -"95183",12557,22112 -"95184",12557,45489 -"95185",12558,24357 -"95186",12558,67964 -"95187",12558,96554 -"95188",12558,106138 -"95189",12559,13655 -"95190",12559,23194 -"95191",12559,43718 -"95192",12559,59269 -"95193",12559,59940 -"95194",12559,68942 -"95195",12559,77639 -"95196",12559,92867 -"95197",12560,35350 -"95198",12560,53845 -"95199",12560,62130 -"95200",12561,12605 -"95201",12561,39531 -"95202",12562,15879 -"95203",12562,31651 -"95204",12562,32155 -"95205",12562,65571 -"95206",12562,111283 -"95207",12562,111465 -"95208",12563,15832 -"95209",12563,15897 -"95210",12563,15898 -"95211",12563,21740 -"95212",12563,43705 -"95213",12563,43740 -"95214",12563,43750 -"95215",12563,43791 -"95216",12563,43797 -"95217",12564,13704 -"95218",12564,14550 -"95219",12564,30171 -"95220",12564,102949 -"95221",12565,14335 -"95222",12566,16894 -"95223",12566,30477 -"95224",12566,42962 -"95225",12566,46506 -"95226",12566,83053 -"95227",12566,112717 -"95228",12567,13783 -"95229",12568,83761 -"95230",12569,28079 -"95231",12569,60608 -"95232",12569,119267 -"95233",12570,20934 -"95234",12570,29434 -"95235",12570,33871 -"95236",12570,42695 -"95237",12570,53998 -"95238",12571,14188 -"95239",12571,16442 -"95240",12571,20694 -"95241",12571,44289 -"95242",12571,45228 -"95243",12571,59760 -"95244",12571,67607 -"95245",12571,71753 -"95246",12571,80212 -"95247",12571,87473 -"95248",12571,99566 -"95249",12571,103013 -"95250",12571,107556 -"95251",12571,113483 -"95252",12571,114140 -"95253",12572,12648 -"95254",12572,12650 -"95255",12572,12651 -"95256",12572,12668 -"95257",12572,12943 -"95258",12572,13082 -"95259",12572,13421 -"95260",12572,13549 -"95261",12572,14848 -"95262",12572,107483 -"95263",12573,51362 -"95264",12573,77950 -"95265",12575,14011 -"95266",12575,26277 -"95267",12575,26278 -"95268",12575,38387 -"95269",12575,38856 -"95270",12575,87735 -"95271",12577,12595 -"95272",12577,12596 -"95273",12577,14351 -"95274",12577,15222 -"95275",12577,16205 -"95276",12577,19592 -"95277",12577,33385 -"95278",12577,44181 -"95279",12577,80548 -"95280",12577,80755 -"95281",12577,80797 -"95282",12578,14345 -"95283",12578,31416 -"95284",12578,31707 -"95285",12578,35921 -"95286",12578,36019 -"95287",12578,36915 -"95288",12578,36994 -"95289",12578,45685 -"95290",12578,46653 -"95291",12578,62715 -"95292",12578,65402 -"95293",12578,73923 -"95294",12578,74399 -"95295",12578,78715 -"95296",12578,90507 -"95297",12578,95690 -"95298",12579,24608 -"95299",12579,28069 -"95300",12579,29576 -"95301",12579,34880 -"95302",12580,12611 -"95303",12580,20026 -"95304",12580,26125 -"95305",12580,80543 -"95306",12580,85259 -"95307",12580,85295 -"95308",12581,23052 -"95309",12581,36156 -"95310",12581,45689 -"95311",12582,18495 -"95312",12582,18619 -"95313",12582,18620 -"95314",12582,49793 -"95315",12582,53506 -"95316",12582,64386 -"95317",12583,26031 -"95318",12583,27740 -"95319",12583,29362 -"95320",12583,29375 -"95321",12583,30260 -"95322",12583,31124 -"95323",12583,35195 -"95324",12583,47119 -"95325",12583,54096 -"95326",12583,54100 -"95327",12583,67362 -"95328",12583,73391 -"95329",12583,79743 -"95330",12583,81689 -"95331",12583,90897 -"95332",12584,51042 -"95333",12584,85738 -"95334",12584,96202 -"95335",12584,99326 -"95336",12585,20698 -"95337",12585,52807 -"95338",12585,66065 -"95339",12586,19364 -"95340",12586,40604 -"95341",12586,46668 -"95342",12586,49044 -"95343",12586,49346 -"95344",12586,68823 -"95345",12586,73553 -"95346",12586,90427 -"95347",12587,15294 -"95348",12587,42119 -"95349",12587,62151 -"95350",12587,91568 -"95351",12588,12657 -"95352",12588,33098 -"95353",12588,37775 -"95354",12588,76946 -"95355",12588,90397 -"95356",12588,106951 -"95357",12589,12591 -"95358",12589,12665 -"95359",12589,23872 -"95360",12589,25837 -"95361",12589,53656 -"95362",12589,74338 -"95363",12589,94075 -"95364",12589,121351 -"95365",12590,23215 -"95366",12590,93043 -"95367",12591,12665 -"95368",12592,43996 -"95369",12593,12742 -"95370",12593,44142 -"95371",12593,46695 -"95372",12594,76970 -"95373",12595,12596 -"95374",12596,14351 -"95375",12596,15222 -"95376",12596,16205 -"95377",12596,19592 -"95378",12596,33385 -"95379",12596,44181 -"95380",12596,80548 -"95381",12596,80755 -"95382",12596,80797 -"95383",12597,14241 -"95384",12598,12611 -"95385",12598,13938 -"95386",12598,14259 -"95387",12598,14442 -"95388",12598,14594 -"95389",12598,14595 -"95390",12598,14658 -"95391",12598,17389 -"95392",12598,28366 -"95393",12598,32488 -"95394",12598,33403 -"95395",12598,38959 -"95396",12599,21682 -"95397",12599,34173 -"95398",12599,51720 -"95399",12599,56164 -"95400",12599,70365 -"95401",12599,73898 -"95402",12599,79436 -"95403",12599,82319 -"95404",12599,98549 -"95405",12599,100559 -"95406",12599,109555 -"95407",12599,109669 -"95408",12599,120192 -"95409",12599,120194 -"95410",12599,120197 -"95411",12599,120198 -"95412",12599,120199 -"95413",12599,120215 -"95414",12600,24047 -"95415",12600,74878 -"95416",12600,114581 -"95417",12601,23948 -"95418",12601,40335 -"95419",12601,60799 -"95420",12601,68741 -"95421",12601,92459 -"95422",12601,97204 -"95423",12601,111575 -"95424",12601,121302 -"95425",12602,34946 -"95426",12602,52735 -"95427",12602,54161 -"95428",12602,72674 -"95429",12602,78089 -"95430",12602,90606 -"95431",12602,122218 -"95432",12603,12697 -"95433",12606,73304 -"95434",12606,83226 -"95435",12607,43216 -"95436",12608,29110 -"95437",12608,93342 -"95438",12609,85887 -"95439",12610,19030 -"95440",12610,26273 -"95441",12610,30033 -"95442",12610,30881 -"95443",12610,39417 -"95444",12610,45081 -"95445",12610,48106 -"95446",12610,50901 -"95447",12610,65670 -"95448",12610,85245 -"95449",12610,92017 -"95450",12610,97580 -"95451",12610,98249 -"95452",12610,109879 -"95453",12610,110826 -"95454",12610,113417 -"95455",12610,116341 -"95456",12611,14259 -"95457",12611,20026 -"95458",12611,31146 -"95459",12611,69649 -"95460",12611,80167 -"95461",12611,81290 -"95462",12611,81328 -"95463",12611,81333 -"95464",12612,12614 -"95465",12612,60702 -"95466",12613,34623 -"95467",12613,82054 -"95468",12613,82079 -"95469",12614,34910 -"95470",12614,60702 -"95471",12615,57487 -"95472",12616,48752 -"95473",12616,120361 -"95474",12617,24429 -"95475",12617,26873 -"95476",12617,58777 -"95477",12617,62605 -"95478",12617,65362 -"95479",12617,99424 -"95480",12617,110327 -"95481",12617,121099 -"95482",12618,12642 -"95483",12618,39590 -"95484",12618,55454 -"95485",12618,93875 -"95486",12619,13863 -"95487",12619,21083 -"95488",12619,25210 -"95489",12619,25211 -"95490",12619,25279 -"95491",12619,25280 -"95492",12619,25480 -"95493",12619,25699 -"95494",12619,25749 -"95495",12619,25786 -"95496",12619,25808 -"95497",12619,25896 -"95498",12620,21722 -"95499",12620,22981 -"95500",12620,47453 -"95501",12620,53788 -"95502",12620,77642 -"95503",12620,77941 -"95504",12620,120248 -"95505",12621,14260 -"95506",12622,48067 -"95507",12622,97619 -"95508",12622,106778 -"95509",12623,12659 -"95510",12623,12660 -"95511",12623,12661 -"95512",12623,34107 -"95513",12623,44748 -"95514",12623,89792 -"95515",12623,90226 -"95516",12624,35317 -"95517",12624,41792 -"95518",12624,82612 -"95519",12625,14423 -"95520",12625,25225 -"95521",12625,40167 -"95522",12625,49755 -"95523",12625,49857 -"95524",12625,107183 -"95525",12626,25041 -"95526",12626,50491 -"95527",12627,13378 -"95528",12627,13454 -"95529",12627,22346 -"95530",12627,27797 -"95531",12627,28161 -"95532",12627,32704 -"95533",12627,34442 -"95534",12627,38123 -"95535",12627,42970 -"95536",12627,50052 -"95537",12627,56472 -"95538",12627,56555 -"95539",12627,58301 -"95540",12627,58506 -"95541",12627,58772 -"95542",12627,59005 -"95543",12627,60875 -"95544",12627,67443 -"95545",12627,69950 -"95546",12627,70451 -"95547",12628,69964 -"95548",12628,98558 -"95549",12628,98566 -"95550",12629,42575 -"95551",12630,57676 -"95552",12630,77450 -"95553",12631,13072 -"95554",12631,13530 -"95555",12631,14472 -"95556",12631,17189 -"95557",12631,19208 -"95558",12631,20250 -"95559",12631,29266 -"95560",12631,32281 -"95561",12631,32596 -"95562",12631,34865 -"95563",12631,38137 -"95564",12631,39552 -"95565",12631,48871 -"95566",12631,57225 -"95567",12631,67556 -"95568",12631,80809 -"95569",12632,12633 -"95570",12632,14380 -"95571",12632,16347 -"95572",12632,23099 -"95573",12632,31987 -"95574",12632,33312 -"95575",12632,33544 -"95576",12632,36274 -"95577",12632,42461 -"95578",12632,42859 -"95579",12632,43271 -"95580",12632,58392 -"95581",12632,58411 -"95582",12632,61678 -"95583",12632,70891 -"95584",12632,72084 -"95585",12632,75646 -"95586",12632,75723 -"95587",12632,76309 -"95588",12632,76372 -"95589",12632,80808 -"95590",12632,82100 -"95591",12632,82948 -"95592",12632,85643 -"95593",12632,94512 -"95594",12632,102394 -"95595",12632,114233 -"95596",12632,118199 -"95597",12633,22873 -"95598",12633,30066 -"95599",12633,31852 -"95600",12633,36274 -"95601",12633,42900 -"95602",12633,70366 -"95603",12633,76179 -"95604",12633,76372 -"95605",12633,76380 -"95606",12633,81960 -"95607",12633,102936 -"95608",12634,54381 -"95609",12634,55106 -"95610",12634,58711 -"95611",12634,61942 -"95612",12634,67150 -"95613",12634,80518 -"95614",12634,80908 -"95615",12634,90670 -"95616",12634,95593 -"95617",12635,14288 -"95618",12635,20061 -"95619",12635,20917 -"95620",12635,20975 -"95621",12635,20988 -"95622",12635,21138 -"95623",12635,29435 -"95624",12635,44611 -"95625",12635,49129 -"95626",12635,51017 -"95627",12635,55784 -"95628",12635,66280 -"95629",12635,71544 -"95630",12635,74894 -"95631",12635,87692 -"95632",12635,90802 -"95633",12635,90850 -"95634",12635,101395 -"95635",12635,111521 -"95636",12636,17691 -"95637",12636,23322 -"95638",12636,30618 -"95639",12636,38722 -"95640",12636,81150 -"95641",12636,106296 -"95642",12636,110124 -"95643",12638,14959 -"95644",12638,15632 -"95645",12638,20164 -"95646",12638,36086 -"95647",12638,39271 -"95648",12638,41689 -"95649",12638,48711 -"95650",12638,55577 -"95651",12638,85255 -"95652",12638,88186 -"95653",12638,88202 -"95654",12638,104988 -"95655",12639,17165 -"95656",12639,21566 -"95657",12639,22053 -"95658",12639,23006 -"95659",12639,31497 -"95660",12639,32954 -"95661",12639,35217 -"95662",12639,44894 -"95663",12639,46043 -"95664",12639,46962 -"95665",12639,48860 -"95666",12639,52926 -"95667",12639,78331 -"95668",12640,12724 -"95669",12640,16535 -"95670",12640,16564 -"95671",12640,18596 -"95672",12640,20326 -"95673",12640,20737 -"95674",12640,21682 -"95675",12640,21828 -"95676",12640,21847 -"95677",12640,21849 -"95678",12640,21929 -"95679",12640,22170 -"95680",12640,29538 -"95681",12640,31197 -"95682",12640,32452 -"95683",12640,33981 -"95684",12640,34303 -"95685",12640,40099 -"95686",12640,40493 -"95687",12640,48359 -"95688",12640,49226 -"95689",12640,49645 -"95690",12640,50445 -"95691",12640,51765 -"95692",12640,60088 -"95693",12640,64099 -"95694",12642,17083 -"95695",12642,17878 -"95696",12642,18995 -"95697",12642,27275 -"95698",12642,31609 -"95699",12642,33569 -"95700",12642,52735 -"95701",12642,56317 -"95702",12642,116044 -"95703",12643,12699 -"95704",12643,13607 -"95705",12643,13661 -"95706",12644,33333 -"95707",12644,88635 -"95708",12645,46071 -"95709",12645,60280 -"95710",12645,60475 -"95711",12645,61034 -"95712",12645,72112 -"95713",12645,77400 -"95714",12645,89646 -"95715",12646,13584 -"95716",12647,14728 -"95717",12647,64135 -"95718",12647,70252 -"95719",12647,112249 -"95720",12647,112254 -"95721",12647,112259 -"95722",12648,12650 -"95723",12648,12651 -"95724",12648,12668 -"95725",12648,12943 -"95726",12648,13082 -"95727",12648,13421 -"95728",12648,13549 -"95729",12648,51338 -"95730",12648,54873 -"95731",12648,54997 -"95732",12648,64278 -"95733",12648,75587 -"95734",12648,99182 -"95735",12648,99897 -"95736",12649,30310 -"95737",12649,34700 -"95738",12649,61531 -"95739",12649,104006 -"95740",12650,12651 -"95741",12650,12668 -"95742",12650,12943 -"95743",12650,13082 -"95744",12650,13421 -"95745",12650,13549 -"95746",12650,51685 -"95747",12651,12668 -"95748",12651,12943 -"95749",12651,13082 -"95750",12651,13421 -"95751",12651,13549 -"95752",12651,28632 -"95753",12651,51619 -"95754",12651,62579 -"95755",12652,29314 -"95756",12652,39884 -"95757",12652,42235 -"95758",12652,42337 -"95759",12653,15038 -"95760",12653,17382 -"95761",12653,17427 -"95762",12653,17491 -"95763",12653,107585 -"95764",12654,62082 -"95765",12654,70363 -"95766",12654,101418 -"95767",12655,20379 -"95768",12655,91206 -"95769",12656,32446 -"95770",12656,32644 -"95771",12656,32685 -"95772",12656,32698 -"95773",12656,32749 -"95774",12656,34961 -"95775",12656,102553 -"95776",12657,33098 -"95777",12657,66999 -"95778",12657,76946 -"95779",12657,90397 -"95780",12657,97111 -"95781",12657,106951 -"95782",12657,115164 -"95783",12659,12660 -"95784",12659,12661 -"95785",12659,28542 -"95786",12659,43747 -"95787",12659,58562 -"95788",12659,58641 -"95789",12660,12661 -"95790",12660,23129 -"95791",12661,72990 -"95792",12662,15578 -"95793",12662,39470 -"95794",12662,43844 -"95795",12662,61205 -"95796",12662,79422 -"95797",12663,13882 -"95798",12663,14357 -"95799",12663,16963 -"95800",12663,34150 -"95801",12663,34243 -"95802",12663,82191 -"95803",12664,23101 -"95804",12664,48598 -"95805",12665,70813 -"95806",12665,111409 -"95807",12666,66666 -"95808",12667,18995 -"95809",12667,82080 -"95810",12667,86921 -"95811",12667,123360 -"95812",12668,12943 -"95813",12668,13082 -"95814",12668,13421 -"95815",12668,13549 -"95816",12669,18764 -"95817",12669,90046 -"95818",12669,95568 -"95819",12669,107047 -"95820",12671,14079 -"95821",12671,16830 -"95822",12671,29763 -"95823",12671,33289 -"95824",12671,33373 -"95825",12671,35895 -"95826",12671,46691 -"95827",12671,47920 -"95828",12671,55000 -"95829",12671,69920 -"95830",12671,71436 -"95831",12671,72944 -"95832",12671,81519 -"95833",12671,103391 -"95834",12671,118890 -"95835",12672,13988 -"95836",12672,15636 -"95837",12672,22033 -"95838",12672,23787 -"95839",12672,34168 -"95840",12672,36254 -"95841",12672,49722 -"95842",12672,49962 -"95843",12672,76772 -"95844",12672,82798 -"95845",12672,82892 -"95846",12672,91988 -"95847",12673,15913 -"95848",12673,20797 -"95849",12673,39556 -"95850",12673,41617 -"95851",12673,54478 -"95852",12673,85839 -"95853",12675,18057 -"95854",12675,40682 -"95855",12675,86311 -"95856",12676,12988 -"95857",12676,20121 -"95858",12676,20182 -"95859",12676,20501 -"95860",12676,23352 -"95861",12676,25126 -"95862",12676,28390 -"95863",12676,40793 -"95864",12676,41146 -"95865",12676,41957 -"95866",12676,43976 -"95867",12676,44009 -"95868",12676,44083 -"95869",12676,46282 -"95870",12676,50341 -"95871",12676,50739 -"95872",12676,52143 -"95873",12676,62592 -"95874",12676,73190 -"95875",12676,87797 -"95876",12676,91265 -"95877",12676,96952 -"95878",12677,15208 -"95879",12677,22029 -"95880",12677,31111 -"95881",12677,35596 -"95882",12677,41498 -"95883",12677,41530 -"95884",12677,41969 -"95885",12677,58829 -"95886",12677,59619 -"95887",12677,63377 -"95888",12677,67393 -"95889",12677,70070 -"95890",12677,84199 -"95891",12677,100237 -"95892",12677,100272 -"95893",12677,109551 -"95894",12678,90537 -"95895",12678,112465 -"95896",12678,112906 -"95897",12678,112910 -"95898",12679,35599 -"95899",12679,43553 -"95900",12679,79950 -"95901",12680,16866 -"95902",12680,17942 -"95903",12680,18865 -"95904",12680,26355 -"95905",12680,27077 -"95906",12680,29482 -"95907",12680,35702 -"95908",12680,41451 -"95909",12680,44124 -"95910",12680,47133 -"95911",12680,47414 -"95912",12680,49106 -"95913",12680,56633 -"95914",12680,57094 -"95915",12680,58898 -"95916",12680,59147 -"95917",12680,59237 -"95918",12680,59359 -"95919",12680,61563 -"95920",12680,61867 -"95921",12680,62007 -"95922",12680,62078 -"95923",12680,62375 -"95924",12680,62633 -"95925",12680,63395 -"95926",12680,64408 -"95927",12680,64418 -"95928",12680,64511 -"95929",12680,65230 -"95930",12680,66145 -"95931",12680,67503 -"95932",12680,67721 -"95933",12680,68816 -"95934",12680,68909 -"95935",12680,68938 -"95936",12680,69332 -"95937",12680,69681 -"95938",12680,70610 -"95939",12680,70611 -"95940",12680,70725 -"95941",12680,71211 -"95942",12680,71505 -"95943",12680,71887 -"95944",12680,78044 -"95945",12682,14656 -"95946",12682,14666 -"95947",12682,16352 -"95948",12682,26080 -"95949",12682,29976 -"95950",12683,12801 -"95951",12683,18985 -"95952",12683,24732 -"95953",12683,29666 -"95954",12683,38028 -"95955",12683,78990 -"95956",12683,79379 -"95957",12683,84863 -"95958",12683,85417 -"95959",12683,86698 -"95960",12683,95620 -"95961",12683,100556 -"95962",12683,102792 -"95963",12686,20742 -"95964",12686,44666 -"95965",12686,52670 -"95966",12686,55673 -"95967",12686,70488 -"95968",12686,82411 -"95969",12687,15226 -"95970",12687,32346 -"95971",12687,56100 -"95972",12687,71519 -"95973",12688,16646 -"95974",12688,18920 -"95975",12688,25258 -"95976",12688,36444 -"95977",12688,49504 -"95978",12688,69934 -"95979",12688,89674 -"95980",12688,96625 -"95981",12689,48962 -"95982",12689,73090 -"95983",12689,86138 -"95984",12689,88171 -"95985",12689,92730 -"95986",12690,68552 -"95987",12690,94898 -"95988",12691,19722 -"95989",12691,22598 -"95990",12691,22945 -"95991",12691,23050 -"95992",12691,25898 -"95993",12691,27650 -"95994",12691,27742 -"95995",12691,27866 -"95996",12691,27914 -"95997",12691,30541 -"95998",12691,33625 -"95999",12691,33701 -"96000",12691,33779 -"96001",12691,36724 -"96002",12691,61439 -"96003",12691,77513 -"96004",12691,79451 -"96005",12691,85396 -"96006",12691,96960 -"96007",12692,25069 -"96008",12692,36454 -"96009",12692,49086 -"96010",12692,58184 -"96011",12692,82930 -"96012",12693,15338 -"96013",12693,18218 -"96014",12693,18672 -"96015",12693,21001 -"96016",12693,29681 -"96017",12693,38187 -"96018",12693,55486 -"96019",12693,55829 -"96020",12693,55860 -"96021",12693,62842 -"96022",12693,66943 -"96023",12693,78969 -"96024",12693,84148 -"96025",12693,86564 -"96026",12694,15061 -"96027",12694,25405 -"96028",12695,15521 -"96029",12695,70212 -"96030",12695,110700 -"96031",12695,110755 -"96032",12696,33916 -"96033",12696,55148 -"96034",12696,80241 -"96035",12697,41756 -"96036",12698,14802 -"96037",12698,26882 -"96038",12698,27463 -"96039",12698,32988 -"96040",12698,37664 -"96041",12698,37973 -"96042",12698,38219 -"96043",12698,39299 -"96044",12698,54729 -"96045",12698,60805 -"96046",12698,65322 -"96047",12698,71033 -"96048",12698,71753 -"96049",12698,71917 -"96050",12698,76428 -"96051",12698,80625 -"96052",12698,84194 -"96053",12698,91916 -"96054",12698,96308 -"96055",12698,96749 -"96056",12698,96756 -"96057",12699,13607 -"96058",12699,13661 -"96059",12699,38822 -"96060",12699,57539 -"96061",12700,24222 -"96062",12700,116133 -"96063",12701,15441 -"96064",12701,18627 -"96065",12701,62126 -"96066",12701,99930 -"96067",12702,63881 -"96068",12703,15942 -"96069",12703,22311 -"96070",12703,23664 -"96071",12703,39097 -"96072",12703,64996 -"96073",12703,77366 -"96074",12704,44752 -"96075",12704,64903 -"96076",12704,121600 -"96077",12704,121604 -"96078",12704,121608 -"96079",12705,14260 -"96080",12705,15558 -"96081",12705,15728 -"96082",12705,16949 -"96083",12705,17727 -"96084",12705,18427 -"96085",12705,20926 -"96086",12705,22746 -"96087",12705,23728 -"96088",12705,23730 -"96089",12705,23910 -"96090",12705,31223 -"96091",12705,32234 -"96092",12705,34576 -"96093",12705,36615 -"96094",12705,53644 -"96095",12705,54712 -"96096",12705,60681 -"96097",12705,61860 -"96098",12705,62573 -"96099",12705,64450 -"96100",12705,66094 -"96101",12705,66820 -"96102",12706,20273 -"96103",12706,23010 -"96104",12706,26620 -"96105",12706,27192 -"96106",12706,43017 -"96107",12706,43933 -"96108",12706,45591 -"96109",12706,51082 -"96110",12706,61668 -"96111",12706,91041 -"96112",12707,31293 -"96113",12708,46459 -"96114",12708,67887 -"96115",12709,20725 -"96116",12709,24268 -"96117",12709,31732 -"96118",12709,96351 -"96119",12710,12853 -"96120",12710,20591 -"96121",12711,53935 -"96122",12712,13236 -"96123",12712,15143 -"96124",12712,16539 -"96125",12712,16790 -"96126",12712,23789 -"96127",12712,26911 -"96128",12712,27649 -"96129",12712,28173 -"96130",12712,29266 -"96131",12712,36784 -"96132",12712,39761 -"96133",12712,41664 -"96134",12712,42523 -"96135",12712,49800 -"96136",12712,63500 -"96137",12712,63502 -"96138",12712,65700 -"96139",12712,82332 -"96140",12712,83032 -"96141",12712,87844 -"96142",12712,90774 -"96143",12712,90944 -"96144",12713,13520 -"96145",12713,16304 -"96146",12713,17410 -"96147",12713,18510 -"96148",12713,20864 -"96149",12713,22130 -"96150",12713,23482 -"96151",12713,31430 -"96152",12713,32591 -"96153",12713,32638 -"96154",12713,38448 -"96155",12713,40176 -"96156",12713,41137 -"96157",12713,53925 -"96158",12713,62129 -"96159",12713,78444 -"96160",12713,84435 -"96161",12713,84436 -"96162",12713,86842 -"96163",12713,89372 -"96164",12713,100656 -"96165",12713,101466 -"96166",12713,115476 -"96167",12714,12741 -"96168",12714,74064 -"96169",12714,105642 -"96170",12715,83289 -"96171",12715,92771 -"96172",12715,92794 -"96173",12716,12717 -"96174",12716,18262 -"96175",12716,31711 -"96176",12716,72163 -"96177",12717,14266 -"96178",12717,14357 -"96179",12717,14429 -"96180",12717,14574 -"96181",12717,17499 -"96182",12717,18262 -"96183",12717,18512 -"96184",12717,19372 -"96185",12717,22345 -"96186",12717,27917 -"96187",12717,28881 -"96188",12717,29933 -"96189",12717,30074 -"96190",12717,30839 -"96191",12717,31420 -"96192",12717,31711 -"96193",12717,34183 -"96194",12717,41500 -"96195",12717,41605 -"96196",12717,42895 -"96197",12717,46757 -"96198",12717,51212 -"96199",12717,66129 -"96200",12717,72163 -"96201",12717,77722 -"96202",12717,80003 -"96203",12717,84137 -"96204",12717,85938 -"96205",12718,99248 -"96206",12719,12843 -"96207",12719,16640 -"96208",12719,57894 -"96209",12719,63859 -"96210",12719,66187 -"96211",12719,70916 -"96212",12719,71131 -"96213",12719,72832 -"96214",12720,44909 -"96215",12720,44943 -"96216",12721,12913 -"96217",12721,12968 -"96218",12721,14493 -"96219",12721,15228 -"96220",12721,15265 -"96221",12721,17067 -"96222",12721,27061 -"96223",12721,33765 -"96224",12721,33790 -"96225",12721,35598 -"96226",12721,36662 -"96227",12721,72553 -"96228",12721,79399 -"96229",12721,81468 -"96230",12721,81496 -"96231",12722,81633 -"96232",12723,25065 -"96233",12724,15671 -"96234",12724,15761 -"96235",12724,17422 -"96236",12724,21176 -"96237",12724,21849 -"96238",12724,22170 -"96239",12724,32452 -"96240",12724,34303 -"96241",12724,37278 -"96242",12724,38186 -"96243",12724,39095 -"96244",12724,40099 -"96245",12724,42216 -"96246",12724,46730 -"96247",12724,48359 -"96248",12724,49226 -"96249",12724,50445 -"96250",12724,54848 -"96251",12724,57634 -"96252",12724,66992 -"96253",12725,12744 -"96254",12725,12886 -"96255",12725,34820 -"96256",12725,36578 -"96257",12725,49359 -"96258",12726,17866 -"96259",12727,12855 -"96260",12728,18232 -"96261",12728,19604 -"96262",12728,24025 -"96263",12728,30137 -"96264",12728,31957 -"96265",12728,46589 -"96266",12728,63075 -"96267",12728,63494 -"96268",12728,70981 -"96269",12728,77184 -"96270",12728,78507 -"96271",12728,78550 -"96272",12728,78551 -"96273",12729,12847 -"96274",12729,14161 -"96275",12729,15008 -"96276",12729,15729 -"96277",12729,16318 -"96278",12729,17867 -"96279",12729,18740 -"96280",12729,18756 -"96281",12729,18912 -"96282",12729,19062 -"96283",12729,20606 -"96284",12729,20722 -"96285",12729,20977 -"96286",12729,26238 -"96287",12729,28084 -"96288",12729,42508 -"96289",12729,42652 -"96290",12729,42724 -"96291",12729,54016 -"96292",12729,69384 -"96293",12730,71234 -"96294",12730,94540 -"96295",12730,101923 -"96296",12730,104972 -"96297",12731,58556 -"96298",12731,74782 -"96299",12732,18867 -"96300",12732,22513 -"96301",12732,28424 -"96302",12733,12734 -"96303",12733,12938 -"96304",12734,12938 -"96305",12735,12779 -"96306",12735,13360 -"96307",12735,13918 -"96308",12735,13938 -"96309",12735,13942 -"96310",12735,15023 -"96311",12735,15027 -"96312",12735,15185 -"96313",12735,15216 -"96314",12735,15964 -"96315",12735,16252 -"96316",12735,16872 -"96317",12735,17145 -"96318",12735,17508 -"96319",12735,18060 -"96320",12735,18217 -"96321",12735,20623 -"96322",12735,22462 -"96323",12735,22823 -"96324",12735,23147 -"96325",12735,23421 -"96326",12735,23632 -"96327",12735,23953 -"96328",12735,24495 -"96329",12735,24710 -"96330",12735,25143 -"96331",12735,25303 -"96332",12735,25664 -"96333",12735,26407 -"96334",12735,27174 -"96335",12735,27196 -"96336",12735,27710 -"96337",12735,28703 -"96338",12735,29253 -"96339",12735,29341 -"96340",12735,29560 -"96341",12735,29573 -"96342",12735,29868 -"96343",12735,32438 -"96344",12735,32967 -"96345",12735,33223 -"96346",12735,33470 -"96347",12735,33881 -"96348",12735,34097 -"96349",12735,34330 -"96350",12735,34513 -"96351",12735,35400 -"96352",12735,36476 -"96353",12735,36547 -"96354",12735,36745 -"96355",12735,37821 -"96356",12735,37931 -"96357",12735,38319 -"96358",12735,39398 -"96359",12735,39492 -"96360",12735,40320 -"96361",12735,40373 -"96362",12735,40542 -"96363",12735,41182 -"96364",12735,42131 -"96365",12735,46843 -"96366",12735,48331 -"96367",12735,64125 -"96368",12735,64717 -"96369",12735,77056 -"96370",12735,108973 -"96371",12736,20678 -"96372",12736,27781 -"96373",12737,29450 -"96374",12737,50990 -"96375",12737,69591 -"96376",12737,93584 -"96377",12738,12924 -"96378",12738,69186 -"96379",12739,12742 -"96380",12739,12859 -"96381",12740,14315 -"96382",12740,17519 -"96383",12740,18666 -"96384",12740,24085 -"96385",12740,26073 -"96386",12740,37690 -"96387",12740,37691 -"96388",12740,40568 -"96389",12740,42107 -"96390",12740,43993 -"96391",12740,44138 -"96392",12740,52621 -"96393",12740,54602 -"96394",12740,56051 -"96395",12740,57613 -"96396",12740,66960 -"96397",12740,75829 -"96398",12740,86552 -"96399",12740,92146 -"96400",12740,92147 -"96401",12740,92165 -"96402",12740,92183 -"96403",12741,31425 -"96404",12741,43031 -"96405",12741,59996 -"96406",12741,72097 -"96407",12741,90453 -"96408",12741,90454 -"96409",12741,90466 -"96410",12742,12859 -"96411",12742,44142 -"96412",12742,46695 -"96413",12743,20941 -"96414",12743,20942 -"96415",12743,21007 -"96416",12743,21008 -"96417",12743,29013 -"96418",12743,36598 -"96419",12744,12886 -"96420",12745,29180 -"96421",12746,12941 -"96422",12746,17645 -"96423",12746,20764 -"96424",12746,21906 -"96425",12746,25367 -"96426",12746,25413 -"96427",12746,43654 -"96428",12746,44222 -"96429",12746,45161 -"96430",12746,46726 -"96431",12746,47167 -"96432",12746,48464 -"96433",12746,52756 -"96434",12746,56806 -"96435",12746,59915 -"96436",12746,62668 -"96437",12746,70473 -"96438",12746,70981 -"96439",12746,71825 -"96440",12746,71837 -"96441",12746,77625 -"96442",12746,78763 -"96443",12746,79681 -"96444",12746,82452 -"96445",12746,88409 -"96446",12746,90883 -"96447",12746,91383 -"96448",12746,92113 -"96449",12746,98904 -"96450",12746,102940 -"96451",12746,118577 -"96452",12746,119085 -"96453",12746,119224 -"96454",12746,119439 -"96455",12746,120085 -"96456",12746,120232 -"96457",12746,121213 -"96458",12747,12751 -"96459",12747,24919 -"96460",12748,19000 -"96461",12749,13913 -"96462",12749,13986 -"96463",12749,20860 -"96464",12749,112258 -"96465",12750,12960 -"96466",12750,17983 -"96467",12750,33031 -"96468",12750,47004 -"96469",12750,49266 -"96470",12750,97929 -"96471",12750,109127 -"96472",12751,20319 -"96473",12751,21627 -"96474",12751,22839 -"96475",12751,22884 -"96476",12751,22888 -"96477",12751,59438 -"96478",12751,68311 -"96479",12751,81827 -"96480",12751,83370 -"96481",12752,25373 -"96482",12752,29168 -"96483",12752,31036 -"96484",12752,50474 -"96485",12752,50490 -"96486",12752,50531 -"96487",12752,69499 -"96488",12752,84464 -"96489",12752,97207 -"96490",12752,113989 -"96491",12752,120537 -"96492",12753,13923 -"96493",12753,31315 -"96494",12753,63406 -"96495",12753,87841 -"96496",12753,95388 -"96497",12753,114069 -"96498",12753,114075 -"96499",12754,14681 -"96500",12754,16529 -"96501",12754,30803 -"96502",12754,31478 -"96503",12754,38433 -"96504",12754,76275 -"96505",12754,76428 -"96506",12754,93543 -"96507",12754,93603 -"96508",12754,101873 -"96509",12755,16259 -"96510",12755,25522 -"96511",12755,40045 -"96512",12755,40093 -"96513",12755,76428 -"96514",12756,12880 -"96515",12756,12893 -"96516",12757,88712 -"96517",12757,90491 -"96518",12757,99396 -"96519",12758,12805 -"96520",12759,18381 -"96521",12759,20688 -"96522",12759,21632 -"96523",12759,23842 -"96524",12759,25373 -"96525",12759,26207 -"96526",12759,31249 -"96527",12759,34505 -"96528",12759,41723 -"96529",12759,44209 -"96530",12759,46640 -"96531",12759,53274 -"96532",12759,55344 -"96533",12759,78976 -"96534",12759,88064 -"96535",12759,94525 -"96536",12759,97835 -"96537",12760,19055 -"96538",12760,37702 -"96539",12761,37558 -"96540",12761,42727 -"96541",12761,104004 -"96542",12761,121723 -"96543",12762,12814 -"96544",12762,32442 -"96545",12762,36986 -"96546",12762,48217 -"96547",12762,52633 -"96548",12762,68374 -"96549",12762,86810 -"96550",12763,12765 -"96551",12763,18750 -"96552",12763,22408 -"96553",12763,26536 -"96554",12763,26592 -"96555",12763,40350 -"96556",12763,42441 -"96557",12763,46186 -"96558",12763,62295 -"96559",12763,89689 -"96560",12763,94396 -"96561",12763,105550 -"96562",12764,35960 -"96563",12764,36172 -"96564",12764,37157 -"96565",12764,39692 -"96566",12764,59140 -"96567",12765,57050 -"96568",12765,87241 -"96569",12765,87898 -"96570",12766,20876 -"96571",12766,48306 -"96572",12766,55573 -"96573",12766,74371 -"96574",12766,110277 -"96575",12766,110375 -"96576",12767,14886 -"96577",12767,15091 -"96578",12767,15642 -"96579",12767,33449 -"96580",12767,47293 -"96581",12767,51414 -"96582",12767,75637 -"96583",12767,76323 -"96584",12767,76327 -"96585",12768,37119 -"96586",12768,52261 -"96587",12769,12821 -"96588",12769,12962 -"96589",12769,13021 -"96590",12769,13025 -"96591",12769,13073 -"96592",12769,13267 -"96593",12769,49407 -"96594",12769,69070 -"96595",12769,96726 -"96596",12769,118272 -"96597",12770,12823 -"96598",12770,13162 -"96599",12770,15670 -"96600",12770,30176 -"96601",12770,40632 -"96602",12770,52064 -"96603",12770,90282 -"96604",12770,92654 -"96605",12771,14141 -"96606",12771,76132 -"96607",12772,12810 -"96608",12772,12811 -"96609",12772,12978 -"96610",12772,13423 -"96611",12772,14288 -"96612",12772,22417 -"96613",12772,80911 -"96614",12772,82180 -"96615",12773,12852 -"96616",12773,13808 -"96617",12773,22145 -"96618",12773,22195 -"96619",12773,25078 -"96620",12773,46742 -"96621",12773,46842 -"96622",12773,49787 -"96623",12773,61783 -"96624",12773,62326 -"96625",12773,83862 -"96626",12774,26736 -"96627",12774,33374 -"96628",12774,35553 -"96629",12774,40309 -"96630",12774,52519 -"96631",12774,59493 -"96632",12774,61744 -"96633",12774,71195 -"96634",12775,12976 -"96635",12776,12779 -"96636",12776,19317 -"96637",12776,21275 -"96638",12776,22057 -"96639",12776,41565 -"96640",12776,43077 -"96641",12776,49255 -"96642",12776,58163 -"96643",12776,83009 -"96644",12776,83844 -"96645",12776,85910 -"96646",12776,89921 -"96647",12776,95992 -"96648",12776,96013 -"96649",12777,13216 -"96650",12777,15264 -"96651",12777,35813 -"96652",12777,37045 -"96653",12777,85502 -"96654",12777,102887 -"96655",12778,15790 -"96656",12778,17245 -"96657",12778,17502 -"96658",12778,19608 -"96659",12778,20424 -"96660",12778,21933 -"96661",12778,24753 -"96662",12778,26704 -"96663",12778,35960 -"96664",12778,39692 -"96665",12778,52699 -"96666",12778,60899 -"96667",12779,13360 -"96668",12779,13899 -"96669",12779,13942 -"96670",12779,15027 -"96671",12779,15185 -"96672",12779,15216 -"96673",12779,15964 -"96674",12779,16154 -"96675",12779,16252 -"96676",12779,16495 -"96677",12779,16872 -"96678",12779,17145 -"96679",12779,17508 -"96680",12779,18060 -"96681",12779,18217 -"96682",12779,19317 -"96683",12779,20343 -"96684",12779,22462 -"96685",12779,22823 -"96686",12779,23147 -"96687",12779,23421 -"96688",12779,23632 -"96689",12779,23953 -"96690",12779,24495 -"96691",12779,24710 -"96692",12779,25143 -"96693",12779,25303 -"96694",12779,25664 -"96695",12779,26407 -"96696",12779,27174 -"96697",12779,27196 -"96698",12779,27710 -"96699",12779,28703 -"96700",12779,29253 -"96701",12779,29341 -"96702",12779,29560 -"96703",12779,29573 -"96704",12779,29868 -"96705",12779,32438 -"96706",12779,32967 -"96707",12779,33223 -"96708",12779,33881 -"96709",12779,34097 -"96710",12779,34330 -"96711",12779,34513 -"96712",12779,35400 -"96713",12779,36476 -"96714",12779,36547 -"96715",12779,36745 -"96716",12779,37301 -"96717",12779,37821 -"96718",12779,37931 -"96719",12779,38319 -"96720",12779,39398 -"96721",12779,39492 -"96722",12779,40320 -"96723",12779,40373 -"96724",12779,40542 -"96725",12779,41182 -"96726",12779,42131 -"96727",12779,46611 -"96728",12779,46843 -"96729",12779,48331 -"96730",12779,53349 -"96731",12779,56616 -"96732",12779,56639 -"96733",12779,58163 -"96734",12779,65513 -"96735",12779,88882 -"96736",12779,88895 -"96737",12779,88897 -"96738",12779,96013 -"96739",12780,12984 -"96740",12781,12994 -"96741",12781,13822 -"96742",12781,13946 -"96743",12781,15515 -"96744",12781,16987 -"96745",12781,22064 -"96746",12781,22120 -"96747",12781,27453 -"96748",12781,29147 -"96749",12781,29417 -"96750",12781,37977 -"96751",12781,46384 -"96752",12781,54173 -"96753",12781,61192 -"96754",12781,64376 -"96755",12781,71467 -"96756",12781,77432 -"96757",12781,97365 -"96758",12781,108815 -"96759",12781,114648 -"96760",12781,121888 -"96761",12782,16007 -"96762",12783,12923 -"96763",12783,13249 -"96764",12783,58194 -"96765",12783,60005 -"96766",12783,94389 -"96767",12784,30141 -"96768",12784,94495 -"96769",12785,12858 -"96770",12785,15860 -"96771",12786,23139 -"96772",12786,62590 -"96773",12786,70092 -"96774",12786,72959 -"96775",12787,28439 -"96776",12787,73109 -"96777",12788,12972 -"96778",12788,19685 -"96779",12788,33526 -"96780",12788,59299 -"96781",12789,15397 -"96782",12789,18977 -"96783",12789,21924 -"96784",12789,22059 -"96785",12789,26608 -"96786",12789,45711 -"96787",12789,76741 -"96788",12789,77830 -"96789",12789,79585 -"96790",12789,96593 -"96791",12790,12918 -"96792",12790,33588 -"96793",12790,43275 -"96794",12790,85188 -"96795",12790,93336 -"96796",12791,19248 -"96797",12791,25384 -"96798",12791,25385 -"96799",12791,25813 -"96800",12791,27275 -"96801",12791,56514 -"96802",12791,56942 -"96803",12791,59196 -"96804",12791,70993 -"96805",12791,76892 -"96806",12792,14059 -"96807",12792,14359 -"96808",12792,14864 -"96809",12792,14908 -"96810",12792,14938 -"96811",12792,39283 -"96812",12792,57423 -"96813",12792,57945 -"96814",12793,12795 -"96815",12793,12796 -"96816",12793,12812 -"96817",12793,12849 -"96818",12794,12897 -"96819",12794,13619 -"96820",12794,21207 -"96821",12794,29628 -"96822",12794,31485 -"96823",12794,32775 -"96824",12794,42655 -"96825",12794,42668 -"96826",12794,42751 -"96827",12794,42762 -"96828",12794,42764 -"96829",12794,42786 -"96830",12794,42810 -"96831",12794,47302 -"96832",12794,49765 -"96833",12794,51205 -"96834",12794,54666 -"96835",12794,54672 -"96836",12794,63498 -"96837",12794,64158 -"96838",12794,64260 -"96839",12794,73398 -"96840",12794,73733 -"96841",12794,87418 -"96842",12794,95352 -"96843",12795,12796 -"96844",12795,12812 -"96845",12795,12849 -"96846",12796,12812 -"96847",12796,12849 -"96848",12797,13479 -"96849",12797,13518 -"96850",12797,13872 -"96851",12797,30998 -"96852",12797,57960 -"96853",12797,67007 -"96854",12797,69571 -"96855",12797,73945 -"96856",12798,24336 -"96857",12798,67941 -"96858",12798,88436 -"96859",12798,94713 -"96860",12799,22561 -"96861",12799,27454 -"96862",12799,30450 -"96863",12799,40253 -"96864",12799,41861 -"96865",12799,60614 -"96866",12799,89982 -"96867",12799,94397 -"96868",12799,109925 -"96869",12799,109939 -"96870",12800,48410 -"96871",12800,48419 -"96872",12800,63997 -"96873",12800,76814 -"96874",12801,79379 -"96875",12801,85417 -"96876",12802,31630 -"96877",12802,77809 -"96878",12803,30121 -"96879",12803,106358 -"96880",12803,106375 -"96881",12804,19351 -"96882",12804,24126 -"96883",12804,30669 -"96884",12804,32504 -"96885",12804,87838 -"96886",12804,92878 -"96887",12804,105255 -"96888",12804,105304 -"96889",12805,61789 -"96890",12806,13801 -"96891",12806,17041 -"96892",12806,69996 -"96893",12807,13142 -"96894",12807,14427 -"96895",12807,16340 -"96896",12807,16689 -"96897",12807,17556 -"96898",12807,19036 -"96899",12807,19391 -"96900",12807,22345 -"96901",12807,22546 -"96902",12807,23075 -"96903",12807,25606 -"96904",12807,28530 -"96905",12807,28691 -"96906",12807,30258 -"96907",12807,38185 -"96908",12807,38683 -"96909",12807,40245 -"96910",12807,43226 -"96911",12807,44655 -"96912",12807,44973 -"96913",12807,46177 -"96914",12807,47048 -"96915",12807,48110 -"96916",12807,56659 -"96917",12807,58508 -"96918",12807,59731 -"96919",12807,62642 -"96920",12807,68091 -"96921",12807,69335 -"96922",12807,75245 -"96923",12807,75776 -"96924",12807,75956 -"96925",12807,76387 -"96926",12807,78978 -"96927",12807,79212 -"96928",12807,79241 -"96929",12807,79579 -"96930",12807,80239 -"96931",12807,80301 -"96932",12807,81397 -"96933",12807,84848 -"96934",12807,84866 -"96935",12807,88340 -"96936",12807,88749 -"96937",12807,89053 -"96938",12807,89069 -"96939",12807,89373 -"96940",12807,89995 -"96941",12807,90919 -"96942",12807,90936 -"96943",12807,91015 -"96944",12807,92861 -"96945",12807,93097 -"96946",12807,94231 -"96947",12807,95489 -"96948",12807,96247 -"96949",12807,96363 -"96950",12807,96608 -"96951",12807,97898 -"96952",12808,41852 -"96953",12808,76005 -"96954",12808,93290 -"96955",12808,120804 -"96956",12809,12908 -"96957",12809,24359 -"96958",12809,33120 -"96959",12809,36348 -"96960",12809,122690 -"96961",12810,12811 -"96962",12810,12978 -"96963",12811,12978 -"96964",12812,12849 -"96965",12812,31846 -"96966",12812,43338 -"96967",12812,46701 -"96968",12812,64829 -"96969",12812,80635 -"96970",12813,13881 -"96971",12814,32211 -"96972",12814,33273 -"96973",12814,92052 -"96974",12814,98062 -"96975",12814,98124 -"96976",12814,104185 -"96977",12814,121465 -"96978",12815,13620 -"96979",12815,13650 -"96980",12815,14193 -"96981",12815,14337 -"96982",12815,24218 -"96983",12815,25489 -"96984",12815,31550 -"96985",12815,34559 -"96986",12815,34575 -"96987",12815,39823 -"96988",12815,44244 -"96989",12815,50517 -"96990",12815,58415 -"96991",12815,82038 -"96992",12815,83541 -"96993",12815,107701 -"96994",12816,18345 -"96995",12816,20116 -"96996",12816,41633 -"96997",12816,48598 -"96998",12816,74187 -"96999",12816,87610 -"97000",12816,102462 -"97001",12816,111661 -"97002",12816,115724 -"97003",12817,18870 -"97004",12817,25560 -"97005",12817,36093 -"97006",12817,45862 -"97007",12817,46571 -"97008",12817,78819 -"97009",12817,84558 -"97010",12817,91601 -"97011",12817,101935 -"97012",12817,104823 -"97013",12818,12968 -"97014",12818,15739 -"97015",12818,17090 -"97016",12818,18731 -"97017",12818,27061 -"97018",12818,34643 -"97019",12818,35231 -"97020",12818,41601 -"97021",12818,45251 -"97022",12818,45733 -"97023",12818,51132 -"97024",12818,53650 -"97025",12818,60724 -"97026",12818,63695 -"97027",12818,67794 -"97028",12818,68341 -"97029",12818,68406 -"97030",12818,68488 -"97031",12818,69273 -"97032",12818,69305 -"97033",12818,92241 -"97034",12818,116243 -"97035",12819,15496 -"97036",12819,18547 -"97037",12819,20086 -"97038",12819,20146 -"97039",12819,20221 -"97040",12819,29353 -"97041",12819,30631 -"97042",12819,30742 -"97043",12819,52095 -"97044",12819,65089 -"97045",12819,74561 -"97046",12819,88665 -"97047",12819,97189 -"97048",12819,102152 -"97049",12819,113150 -"97050",12819,118360 -"97051",12820,26451 -"97052",12820,60925 -"97053",12820,92012 -"97054",12820,103648 -"97055",12821,12962 -"97056",12821,27191 -"97057",12821,35933 -"97058",12821,49407 -"97059",12821,53535 -"97060",12821,53564 -"97061",12822,12934 -"97062",12822,20206 -"97063",12822,80923 -"97064",12823,12903 -"97065",12823,12930 -"97066",12823,14126 -"97067",12823,14139 -"97068",12823,15670 -"97069",12823,17474 -"97070",12823,30176 -"97071",12823,41883 -"97072",12823,59964 -"97073",12823,81798 -"97074",12823,100846 -"97075",12823,101610 -"97076",12823,105851 -"97077",12824,94369 -"97078",12825,12979 -"97079",12825,106407 -"97080",12826,23584 -"97081",12827,14472 -"97082",12827,15356 -"97083",12827,20128 -"97084",12827,20979 -"97085",12827,23460 -"97086",12827,25084 -"97087",12827,32957 -"97088",12827,38198 -"97089",12827,39826 -"97090",12827,41785 -"97091",12827,41804 -"97092",12827,41859 -"97093",12827,42232 -"97094",12827,48070 -"97095",12827,48545 -"97096",12827,50965 -"97097",12827,58377 -"97098",12827,61706 -"97099",12827,68217 -"97100",12827,75657 -"97101",12828,34090 -"97102",12828,35041 -"97103",12828,59805 -"97104",12828,71735 -"97105",12828,74309 -"97106",12828,79849 -"97107",12828,82677 -"97108",12828,100496 -"97109",12828,106566 -"97110",12830,16610 -"97111",12830,53169 -"97112",12831,66998 -"97113",12832,20199 -"97114",12832,41188 -"97115",12832,43924 -"97116",12832,44725 -"97117",12832,44753 -"97118",12832,44807 -"97119",12832,63699 -"97120",12833,57187 -"97121",12834,24624 -"97122",12834,94190 -"97123",12835,14731 -"97124",12835,26019 -"97125",12835,48106 -"97126",12835,60483 -"97127",12835,69816 -"97128",12835,73063 -"97129",12835,88407 -"97130",12835,96651 -"97131",12835,108754 -"97132",12835,108763 -"97133",12835,108886 -"97134",12836,42762 -"97135",12836,63856 -"97136",12836,117595 -"97137",12837,20131 -"97138",12837,36388 -"97139",12837,87492 -"97140",12837,105282 -"97141",12838,20235 -"97142",12838,21298 -"97143",12838,49731 -"97144",12838,57413 -"97145",12838,72470 -"97146",12838,89332 -"97147",12838,104784 -"97148",12838,105366 -"97149",12839,109245 -"97150",12840,17426 -"97151",12841,48367 -"97152",12841,61835 -"97153",12841,72248 -"97154",12841,86739 -"97155",12841,91138 -"97156",12842,14064 -"97157",12842,15501 -"97158",12842,19210 -"97159",12842,19896 -"97160",12842,21300 -"97161",12844,54128 -"97162",12844,79216 -"97163",12844,95775 -"97164",12845,18030 -"97165",12845,26351 -"97166",12845,28285 -"97167",12845,31458 -"97168",12845,39051 -"97169",12845,43429 -"97170",12845,47947 -"97171",12845,53817 -"97172",12845,60025 -"97173",12846,30767 -"97174",12847,18775 -"97175",12847,30155 -"97176",12847,41437 -"97177",12847,69384 -"97178",12848,25077 -"97179",12848,40939 -"97180",12848,65947 -"97181",12848,66280 -"97182",12848,66687 -"97183",12849,24160 -"97184",12849,24332 -"97185",12849,30194 -"97186",12849,76955 -"97187",12849,93462 -"97188",12849,96174 -"97189",12850,30072 -"97190",12850,54351 -"97191",12850,100807 -"97192",12850,106031 -"97193",12851,24905 -"97194",12851,28691 -"97195",12851,28743 -"97196",12851,31526 -"97197",12851,56465 -"97198",12851,80600 -"97199",12851,83441 -"97200",12851,85635 -"97201",12852,13808 -"97202",12853,14395 -"97203",12853,27672 -"97204",12853,36726 -"97205",12853,80439 -"97206",12854,13135 -"97207",12854,22510 -"97208",12854,33674 -"97209",12854,33732 -"97210",12854,34459 -"97211",12854,59524 -"97212",12854,59525 -"97213",12855,57674 -"97214",12856,19734 -"97215",12856,21347 -"97216",12856,21626 -"97217",12856,24835 -"97218",12856,39883 -"97219",12856,46664 -"97220",12856,48074 -"97221",12856,59100 -"97222",12856,68520 -"97223",12857,26348 -"97224",12857,73050 -"97225",12857,116965 -"97226",12858,112353 -"97227",12860,25790 -"97228",12860,31982 -"97229",12860,66553 -"97230",12860,67739 -"97231",12860,109957 -"97232",12860,116837 -"97233",12861,14061 -"97234",12861,15180 -"97235",12861,17847 -"97236",12861,20371 -"97237",12861,20455 -"97238",12861,29821 -"97239",12861,32259 -"97240",12861,46700 -"97241",12861,77519 -"97242",12861,91053 -"97243",12861,107290 -"97244",12861,107423 -"97245",12862,16530 -"97246",12863,29732 -"97247",12863,41018 -"97248",12863,51398 -"97249",12863,78304 -"97250",12863,80735 -"97251",12863,84138 -"97252",12864,29708 -"97253",12864,38391 -"97254",12865,12902 -"97255",12865,16748 -"97256",12865,25357 -"97257",12865,26643 -"97258",12865,42623 -"97259",12865,62012 -"97260",12866,68548 -"97261",12866,71408 -"97262",12867,20783 -"97263",12867,25122 -"97264",12867,27607 -"97265",12867,89319 -"97266",12868,26267 -"97267",12868,27398 -"97268",12868,27737 -"97269",12868,46861 -"97270",12868,75279 -"97271",12869,12870 -"97272",12869,72163 -"97273",12870,72163 -"97274",12871,12872 -"97275",12871,73886 -"97276",12871,73900 -"97277",12871,95965 -"97278",12871,100813 -"97279",12872,54505 -"97280",12872,58672 -"97281",12873,14972 -"97282",12873,41870 -"97283",12873,54059 -"97284",12873,59557 -"97285",12874,19231 -"97286",12874,20029 -"97287",12874,46662 -"97288",12874,58701 -"97289",12874,62138 -"97290",12874,76480 -"97291",12874,90842 -"97292",12875,13752 -"97293",12875,32795 -"97294",12875,43402 -"97295",12875,75812 -"97296",12875,87514 -"97297",12875,98115 -"97298",12875,98126 -"97299",12876,25765 -"97300",12876,28389 -"97301",12876,68242 -"97302",12876,100556 -"97303",12877,13223 -"97304",12877,14739 -"97305",12877,14992 -"97306",12877,22548 -"97307",12877,28481 -"97308",12877,31724 -"97309",12877,31825 -"97310",12877,32349 -"97311",12877,34033 -"97312",12877,36010 -"97313",12877,41904 -"97314",12877,41926 -"97315",12877,45696 -"97316",12877,47973 -"97317",12877,50425 -"97318",12877,57253 -"97319",12877,61534 -"97320",12877,66261 -"97321",12877,68457 -"97322",12877,69198 -"97323",12877,77565 -"97324",12877,78974 -"97325",12877,82819 -"97326",12877,83202 -"97327",12877,86023 -"97328",12877,87813 -"97329",12877,88773 -"97330",12877,90993 -"97331",12877,90994 -"97332",12877,92417 -"97333",12877,96612 -"97334",12877,100319 -"97335",12877,101250 -"97336",12877,101462 -"97337",12877,109885 -"97338",12877,110742 -"97339",12877,112606 -"97340",12877,116142 -"97341",12877,116150 -"97342",12877,116151 -"97343",12877,116152 -"97344",12877,116155 -"97345",12877,116159 -"97346",12877,116163 -"97347",12877,116165 -"97348",12877,116166 -"97349",12877,116171 -"97350",12877,116677 -"97351",12877,116678 -"97352",12878,15159 -"97353",12878,47768 -"97354",12878,64192 -"97355",12879,12966 -"97356",12879,16871 -"97357",12879,16963 -"97358",12879,18261 -"97359",12879,53340 -"97360",12879,76179 -"97361",12879,81504 -"97362",12879,82430 -"97363",12880,12893 -"97364",12880,45001 -"97365",12881,13683 -"97366",12881,13927 -"97367",12881,54508 -"97368",12881,80826 -"97369",12881,82071 -"97370",12881,86301 -"97371",12883,33220 -"97372",12884,43604 -"97373",12884,62534 -"97374",12885,39457 -"97375",12885,117782 -"97376",12885,120176 -"97377",12886,16092 -"97378",12886,18393 -"97379",12886,21357 -"97380",12886,22455 -"97381",12886,33241 -"97382",12886,35351 -"97383",12886,36259 -"97384",12886,40935 -"97385",12886,44565 -"97386",12886,45023 -"97387",12886,47503 -"97388",12886,60027 -"97389",12886,61853 -"97390",12886,61866 -"97391",12886,70734 -"97392",12886,76552 -"97393",12886,76560 -"97394",12887,17376 -"97395",12887,20089 -"97396",12887,21399 -"97397",12887,23395 -"97398",12887,29420 -"97399",12887,43575 -"97400",12887,76127 -"97401",12887,77188 -"97402",12887,78316 -"97403",12887,78568 -"97404",12887,81912 -"97405",12887,82949 -"97406",12887,88193 -"97407",12887,110039 -"97408",12888,27800 -"97409",12888,70283 -"97410",12889,18600 -"97411",12889,18767 -"97412",12889,20072 -"97413",12889,21505 -"97414",12889,21607 -"97415",12889,21665 -"97416",12889,23861 -"97417",12889,32630 -"97418",12889,34564 -"97419",12889,34620 -"97420",12889,35499 -"97421",12889,38525 -"97422",12889,41713 -"97423",12889,42087 -"97424",12889,45047 -"97425",12889,45980 -"97426",12889,48202 -"97427",12889,48212 -"97428",12889,53132 -"97429",12889,53227 -"97430",12889,55111 -"97431",12889,58628 -"97432",12889,61801 -"97433",12889,64350 -"97434",12889,72333 -"97435",12889,73044 -"97436",12889,73058 -"97437",12889,73335 -"97438",12889,78063 -"97439",12889,78429 -"97440",12889,78569 -"97441",12889,82143 -"97442",12889,83231 -"97443",12889,86339 -"97444",12889,86471 -"97445",12889,86802 -"97446",12889,90804 -"97447",12889,91022 -"97448",12889,91045 -"97449",12889,95117 -"97450",12889,95675 -"97451",12889,101516 -"97452",12889,102387 -"97453",12889,108374 -"97454",12889,108893 -"97455",12889,109101 -"97456",12889,109523 -"97457",12889,109573 -"97458",12889,109590 -"97459",12889,109597 -"97460",12889,110993 -"97461",12889,111338 -"97462",12889,111398 -"97463",12889,111409 -"97464",12889,111480 -"97465",12889,112422 -"97466",12889,112648 -"97467",12889,112708 -"97468",12889,112820 -"97469",12889,112937 -"97470",12889,112997 -"97471",12889,113597 -"97472",12889,114418 -"97473",12889,114582 -"97474",12889,115371 -"97475",12889,116028 -"97476",12889,116604 -"97477",12890,28388 -"97478",12890,28452 -"97479",12890,28851 -"97480",12890,28970 -"97481",12891,14518 -"97482",12891,27897 -"97483",12891,29417 -"97484",12891,107661 -"97485",12893,49032 -"97486",12893,50610 -"97487",12893,50790 -"97488",12893,67633 -"97489",12893,71414 -"97490",12894,24138 -"97491",12894,25012 -"97492",12894,34905 -"97493",12894,43250 -"97494",12894,48350 -"97495",12894,64926 -"97496",12894,92927 -"97497",12894,102468 -"97498",12895,24728 -"97499",12895,51859 -"97500",12895,53476 -"97501",12895,58296 -"97502",12895,85446 -"97503",12895,115528 -"97504",12895,121675 -"97505",12896,34023 -"97506",12897,29628 -"97507",12897,31485 -"97508",12897,32775 -"97509",12897,42655 -"97510",12897,42668 -"97511",12897,42751 -"97512",12897,42762 -"97513",12897,42764 -"97514",12897,42786 -"97515",12897,42810 -"97516",12897,49164 -"97517",12897,69174 -"97518",12897,117139 -"97519",12898,24783 -"97520",12898,91498 -"97521",12899,17864 -"97522",12899,24463 -"97523",12899,104622 -"97524",12899,107119 -"97525",12900,34723 -"97526",12900,57340 -"97527",12900,111965 -"97528",12901,12982 -"97529",12901,20017 -"97530",12901,24806 -"97531",12901,28300 -"97532",12901,30970 -"97533",12901,32249 -"97534",12901,32913 -"97535",12901,36082 -"97536",12901,38432 -"97537",12901,39212 -"97538",12901,46040 -"97539",12901,48225 -"97540",12901,48283 -"97541",12901,55968 -"97542",12901,57281 -"97543",12901,66222 -"97544",12901,66223 -"97545",12901,66263 -"97546",12901,66312 -"97547",12901,66353 -"97548",12901,67501 -"97549",12901,67511 -"97550",12901,87651 -"97551",12903,12930 -"97552",12903,17474 -"97553",12903,30176 -"97554",12903,36194 -"97555",12903,36437 -"97556",12903,40909 -"97557",12903,53485 -"97558",12903,68385 -"97559",12905,76012 -"97560",12905,111733 -"97561",12906,36523 -"97562",12906,36586 -"97563",12906,42642 -"97564",12906,47440 -"97565",12906,54200 -"97566",12906,60516 -"97567",12906,78259 -"97568",12906,84702 -"97569",12907,15146 -"97570",12907,18718 -"97571",12907,19509 -"97572",12907,19631 -"97573",12907,21027 -"97574",12907,52380 -"97575",12907,58945 -"97576",12907,59511 -"97577",12907,72390 -"97578",12907,77023 -"97579",12907,82312 -"97580",12907,84520 -"97581",12907,86090 -"97582",12907,88663 -"97583",12907,89135 -"97584",12907,110033 -"97585",12908,36348 -"97586",12908,74335 -"97587",12909,30795 -"97588",12909,42524 -"97589",12909,117178 -"97590",12910,12911 -"97591",12910,16946 -"97592",12910,18958 -"97593",12910,20000 -"97594",12910,31214 -"97595",12910,46621 -"97596",12910,50235 -"97597",12910,59326 -"97598",12910,61785 -"97599",12910,62793 -"97600",12910,67825 -"97601",12910,68844 -"97602",12910,70925 -"97603",12910,77441 -"97604",12910,95030 -"97605",12910,98343 -"97606",12910,100502 -"97607",12910,100583 -"97608",12910,102204 -"97609",12910,102731 -"97610",12911,17013 -"97611",12911,21870 -"97612",12911,22641 -"97613",12912,12953 -"97614",12912,41914 -"97615",12913,12968 -"97616",12913,14493 -"97617",12913,15228 -"97618",12913,27061 -"97619",12913,33765 -"97620",12913,94755 -"97621",12913,97887 -"97622",12913,97893 -"97623",12914,12915 -"97624",12914,14429 -"97625",12914,15478 -"97626",12914,15926 -"97627",12914,15995 -"97628",12914,16793 -"97629",12914,20695 -"97630",12914,32966 -"97631",12914,52809 -"97632",12914,76796 -"97633",12915,14883 -"97634",12915,19603 -"97635",12915,20968 -"97636",12915,26821 -"97637",12915,31953 -"97638",12915,32486 -"97639",12915,32570 -"97640",12915,82528 -"97641",12915,86089 -"97642",12915,89151 -"97643",12915,92630 -"97644",12915,95236 -"97645",12915,95268 -"97646",12915,95273 -"97647",12915,95274 -"97648",12915,95275 -"97649",12916,41911 -"97650",12916,43212 -"97651",12916,83464 -"97652",12916,92927 -"97653",12916,95648 -"97654",12917,88672 -"97655",12917,103348 -"97656",12917,115648 -"97657",12917,117638 -"97658",12917,119584 -"97659",12917,120672 -"97660",12917,120675 -"97661",12917,120680 -"97662",12917,120682 -"97663",12920,57480 -"97664",12920,72057 -"97665",12921,57947 -"97666",12922,112601 -"97667",12923,15632 -"97668",12923,28632 -"97669",12923,48607 -"97670",12923,54265 -"97671",12923,57212 -"97672",12923,65081 -"97673",12924,45494 -"97674",12924,59136 -"97675",12924,68053 -"97676",12924,100318 -"97677",12924,123465 -"97678",12925,20489 -"97679",12925,20709 -"97680",12925,21034 -"97681",12925,34326 -"97682",12926,93851 -"97683",12927,65744 -"97684",12928,17475 -"97685",12928,18877 -"97686",12928,26343 -"97687",12928,26468 -"97688",12928,35707 -"97689",12928,45067 -"97690",12928,47422 -"97691",12928,77243 -"97692",12928,79129 -"97693",12928,81980 -"97694",12928,97468 -"97695",12929,28387 -"97696",12929,33063 -"97697",12929,44449 -"97698",12930,14126 -"97699",12930,15670 -"97700",12930,27600 -"97701",12930,32004 -"97702",12930,41127 -"97703",12930,41717 -"97704",12930,42818 -"97705",12930,57965 -"97706",12930,59964 -"97707",12930,84434 -"97708",12930,95101 -"97709",12931,62650 -"97710",12931,65580 -"97711",12931,72322 -"97712",12931,75853 -"97713",12931,81199 -"97714",12931,81233 -"97715",12931,81234 -"97716",12931,109827 -"97717",12931,112983 -"97718",12932,30413 -"97719",12932,47695 -"97720",12932,47723 -"97721",12932,47724 -"97722",12932,47758 -"97723",12932,55566 -"97724",12932,70982 -"97725",12933,30545 -"97726",12933,72118 -"97727",12934,17162 -"97728",12934,17172 -"97729",12934,18809 -"97730",12934,18834 -"97731",12934,24438 -"97732",12934,25336 -"97733",12934,42578 -"97734",12934,67047 -"97735",12934,79618 -"97736",12934,80053 -"97737",12934,84959 -"97738",12934,86023 -"97739",12934,90401 -"97740",12934,94069 -"97741",12935,25624 -"97742",12936,20595 -"97743",12936,20598 -"97744",12936,20663 -"97745",12937,21780 -"97746",12937,36698 -"97747",12937,48763 -"97748",12937,76634 -"97749",12937,77521 -"97750",12937,87725 -"97751",12938,41515 -"97752",12938,48639 -"97753",12938,55651 -"97754",12938,99406 -"97755",12939,59239 -"97756",12940,32176 -"97757",12942,16520 -"97758",12942,37870 -"97759",12942,89776 -"97760",12943,13082 -"97761",12943,13421 -"97762",12943,13549 -"97763",12943,27683 -"97764",12943,56972 -"97765",12943,62579 -"97766",12943,76406 -"97767",12943,77352 -"97768",12943,77643 -"97769",12944,13933 -"97770",12944,14107 -"97771",12945,39466 -"97772",12946,68275 -"97773",12947,13222 -"97774",12947,30794 -"97775",12947,30874 -"97776",12947,31905 -"97777",12947,32606 -"97778",12947,33337 -"97779",12947,36105 -"97780",12947,39282 -"97781",12947,41252 -"97782",12947,41691 -"97783",12947,56147 -"97784",12947,57231 -"97785",12947,72173 -"97786",12947,81499 -"97787",12947,94106 -"97788",12947,111913 -"97789",12947,111914 -"97790",12947,111955 -"97791",12947,112805 -"97792",12947,112816 -"97793",12947,112819 -"97794",12948,14173 -"97795",12948,17178 -"97796",12948,17972 -"97797",12948,18794 -"97798",12948,26542 -"97799",12948,30380 -"97800",12948,33012 -"97801",12948,36327 -"97802",12948,40231 -"97803",12948,40304 -"97804",12948,40453 -"97805",12948,41435 -"97806",12948,42695 -"97807",12948,42700 -"97808",12948,44549 -"97809",12948,45518 -"97810",12948,45532 -"97811",12948,45869 -"97812",12948,49064 -"97813",12948,50072 -"97814",12948,57478 -"97815",12948,58138 -"97816",12948,61293 -"97817",12948,71914 -"97818",12948,72520 -"97819",12948,74144 -"97820",12948,77459 -"97821",12948,79057 -"97822",12948,79422 -"97823",12948,82474 -"97824",12948,96232 -"97825",12948,99758 -"97826",12948,101460 -"97827",12948,105876 -"97828",12950,27273 -"97829",12950,58451 -"97830",12950,78691 -"97831",12950,83331 -"97832",12950,83374 -"97833",12951,12993 -"97834",12951,27475 -"97835",12952,13247 -"97836",12953,29999 -"97837",12953,69810 -"97838",12954,47190 -"97839",12954,52985 -"97840",12954,54037 -"97841",12954,96126 -"97842",12955,23222 -"97843",12955,23585 -"97844",12955,57474 -"97845",12955,120802 -"97846",12956,22618 -"97847",12956,51836 -"97848",12956,53979 -"97849",12956,57880 -"97850",12956,74892 -"97851",12956,84520 -"97852",12957,42431 -"97853",12958,25008 -"97854",12958,30344 -"97855",12958,101250 -"97856",12959,18336 -"97857",12959,44390 -"97858",12959,95523 -"97859",12961,25243 -"97860",12962,23817 -"97861",12962,26149 -"97862",12962,29758 -"97863",12962,35933 -"97864",12962,49330 -"97865",12962,49407 -"97866",12962,50848 -"97867",12962,52466 -"97868",12962,53535 -"97869",12962,53564 -"97870",12962,69939 -"97871",12962,82830 -"97872",12962,110072 -"97873",12962,112891 -"97874",12962,112976 -"97875",12963,14921 -"97876",12963,33360 -"97877",12963,45512 -"97878",12963,49741 -"97879",12963,91177 -"97880",12963,91761 -"97881",12963,91796 -"97882",12964,28838 -"97883",12964,41976 -"97884",12964,63250 -"97885",12964,105070 -"97886",12965,17830 -"97887",12965,57571 -"97888",12965,89903 -"97889",12966,16871 -"97890",12966,31221 -"97891",12966,43377 -"97892",12966,51505 -"97893",12966,53340 -"97894",12966,62868 -"97895",12966,81504 -"97896",12966,85905 -"97897",12966,91514 -"97898",12966,99831 -"97899",12966,103516 -"97900",12966,103692 -"97901",12966,110500 -"97902",12966,118708 -"97903",12966,118710 -"97904",12967,49019 -"97905",12968,13024 -"97906",12968,15265 -"97907",12968,20867 -"97908",12968,22512 -"97909",12968,25718 -"97910",12968,25719 -"97911",12968,25764 -"97912",12968,25912 -"97913",12968,27061 -"97914",12968,33790 -"97915",12968,45251 -"97916",12968,48174 -"97917",12968,63695 -"97918",12968,68338 -"97919",12968,68406 -"97920",12968,81815 -"97921",12968,81847 -"97922",12968,85764 -"97923",12970,22317 -"97924",12970,29142 -"97925",12970,64932 -"97926",12970,88286 -"97927",12970,90196 -"97928",12971,27228 -"97929",12971,84825 -"97930",12972,38182 -"97931",12972,61757 -"97932",12972,67273 -"97933",12972,71159 -"97934",12972,108988 -"97935",12973,42883 -"97936",12973,80950 -"97937",12974,54863 -"97938",12974,81331 -"97939",12975,18103 -"97940",12976,13703 -"97941",12976,43281 -"97942",12976,78563 -"97943",12976,78696 -"97944",12977,33588 -"97945",12977,33621 -"97946",12977,41637 -"97947",12980,12994 -"97948",12981,14713 -"97949",12981,31558 -"97950",12981,37728 -"97951",12981,42306 -"97952",12982,14652 -"97953",12982,20167 -"97954",12982,21350 -"97955",12982,69384 -"97956",12983,44548 -"97957",12983,90921 -"97958",12984,50153 -"97959",12984,62950 -"97960",12984,67187 -"97961",12984,70852 -"97962",12984,70871 -"97963",12986,44224 -"97964",12987,13377 -"97965",12987,13463 -"97966",12987,21472 -"97967",12987,22762 -"97968",12987,49314 -"97969",12987,56774 -"97970",12987,60148 -"97971",12987,63545 -"97972",12988,27154 -"97973",12989,13487 -"97974",12989,50785 -"97975",12989,113503 -"97976",12990,54830 -"97977",12990,84437 -"97978",12990,84468 -"97979",12991,12992 -"97980",12991,14247 -"97981",12991,14411 -"97982",12991,83418 -"97983",12992,14247 -"97984",12992,14411 -"97985",12992,38584 -"97986",12993,20559 -"97987",12993,27522 -"97988",12993,55097 -"97989",12993,57673 -"97990",12993,59024 -"97991",12994,13822 -"97992",12994,14819 -"97993",12994,23528 -"97994",12994,25531 -"97995",12994,39198 -"97996",12994,41197 -"97997",12994,44129 -"97998",12994,45357 -"97999",12994,46786 -"98000",12994,49064 -"98001",12994,51895 -"98002",12994,64468 -"98003",12994,64578 -"98004",12994,76416 -"98005",12995,12997 -"98006",12996,31333 -"98007",12996,36793 -"98008",12996,59072 -"98009",12996,77631 -"98010",12997,91509 -"98011",12998,16075 -"98012",12998,18380 -"98013",12998,31089 -"98014",12998,37211 -"98015",12998,38479 -"98016",12998,45757 -"98017",12998,47885 -"98018",12998,74577 -"98019",12998,80911 -"98020",12998,80930 -"98021",12998,88306 -"98022",12998,89104 -"98023",12998,91825 -"98024",12998,93606 -"98025",12998,103668 -"98026",12998,104551 -"98027",12999,70063 -"98028",13000,42882 -"98029",13000,46397 -"98030",13000,73806 -"98031",13000,84412 -"98032",13000,117237 -"98033",13001,14307 -"98034",13001,29800 -"98035",13001,39861 -"98036",13001,73676 -"98037",13001,93873 -"98038",13001,121909 -"98039",13002,13954 -"98040",13002,31380 -"98041",13002,44761 -"98042",13002,54304 -"98043",13002,110707 -"98044",13003,68698 -"98045",13003,80754 -"98046",13003,97529 -"98047",13003,114635 -"98048",13003,120850 -"98049",13003,120852 -"98050",13003,121033 -"98051",13003,121037 -"98052",13004,13005 -"98053",13004,22305 -"98054",13004,25350 -"98055",13004,64688 -"98056",13005,39327 -"98057",13005,55426 -"98058",13006,13046 -"98059",13006,13240 -"98060",13007,24264 -"98061",13007,31512 -"98062",13007,32317 -"98063",13007,32497 -"98064",13007,34117 -"98065",13007,43689 -"98066",13007,52041 -"98067",13007,58211 -"98068",13007,59814 -"98069",13007,67165 -"98070",13007,73659 -"98071",13007,73743 -"98072",13007,73875 -"98073",13007,73896 -"98074",13008,33274 -"98075",13008,35668 -"98076",13008,61355 -"98077",13008,95069 -"98078",13009,46697 -"98079",13009,113492 -"98080",13010,13628 -"98081",13010,101868 -"98082",13011,13085 -"98083",13011,22811 -"98084",13011,26382 -"98085",13011,65187 -"98086",13011,65202 -"98087",13011,70624 -"98088",13011,71141 -"98089",13011,71180 -"98090",13012,13665 -"98091",13012,41857 -"98092",13012,48937 -"98093",13012,82216 -"98094",13012,101390 -"98095",13012,104883 -"98096",13012,120189 -"98097",13013,14725 -"98098",13013,26035 -"98099",13013,40253 -"98100",13013,40335 -"98101",13013,51317 -"98102",13013,87961 -"98103",13013,116858 -"98104",13014,34404 -"98105",13014,46232 -"98106",13014,80789 -"98107",13014,80798 -"98108",13015,13133 -"98109",13015,32814 -"98110",13015,51354 -"98111",13015,51355 -"98112",13015,65289 -"98113",13015,73313 -"98114",13015,74185 -"98115",13015,74467 -"98116",13015,74957 -"98117",13015,94998 -"98118",13015,97106 -"98119",13015,108110 -"98120",13015,118195 -"98121",13015,118200 -"98122",13015,118202 -"98123",13015,118226 -"98124",13016,32616 -"98125",13016,90873 -"98126",13017,78066 -"98127",13017,116083 -"98128",13018,16851 -"98129",13018,18043 -"98130",13018,21254 -"98131",13018,22491 -"98132",13018,22492 -"98133",13020,14060 -"98134",13020,22552 -"98135",13020,64293 -"98136",13020,64656 -"98137",13020,73178 -"98138",13021,13025 -"98139",13021,13073 -"98140",13021,13267 -"98141",13021,29845 -"98142",13021,71913 -"98143",13022,35669 -"98144",13022,100175 -"98145",13023,13484 -"98146",13023,57967 -"98147",13024,15265 -"98148",13024,17067 -"98149",13024,18731 -"98150",13024,60340 -"98151",13024,81847 -"98152",13024,102128 -"98153",13024,115698 -"98154",13024,115760 -"98155",13025,13073 -"98156",13025,13267 -"98157",13025,19661 -"98158",13025,29845 -"98159",13025,30007 -"98160",13025,63490 -"98161",13026,14229 -"98162",13027,31479 -"98163",13027,32502 -"98164",13027,47101 -"98165",13027,73316 -"98166",13028,113460 -"98167",13029,13350 -"98168",13029,31984 -"98169",13029,42575 -"98170",13029,49729 -"98171",13029,56367 -"98172",13029,66057 -"98173",13029,78352 -"98174",13029,87412 -"98175",13029,91593 -"98176",13029,101242 -"98177",13030,14952 -"98178",13030,17785 -"98179",13030,17830 -"98180",13030,21746 -"98181",13030,22543 -"98182",13030,26312 -"98183",13030,26991 -"98184",13030,28243 -"98185",13030,34317 -"98186",13030,34495 -"98187",13030,36118 -"98188",13030,38394 -"98189",13030,45682 -"98190",13030,47683 -"98191",13030,62801 -"98192",13030,64108 -"98193",13030,69250 -"98194",13030,70400 -"98195",13030,73905 -"98196",13030,73987 -"98197",13030,78009 -"98198",13030,81641 -"98199",13030,85995 -"98200",13030,90256 -"98201",13030,93802 -"98202",13030,93910 -"98203",13030,106733 -"98204",13030,108666 -"98205",13030,110416 -"98206",13031,46592 -"98207",13031,83350 -"98208",13031,100008 -"98209",13032,51531 -"98210",13032,67179 -"98211",13032,67185 -"98212",13033,47855 -"98213",13033,111069 -"98214",13033,118319 -"98215",13034,13370 -"98216",13034,16935 -"98217",13034,18646 -"98218",13034,26554 -"98219",13034,29378 -"98220",13034,42773 -"98221",13034,55481 -"98222",13034,60768 -"98223",13034,61667 -"98224",13034,71015 -"98225",13034,83874 -"98226",13034,85155 -"98227",13034,95265 -"98228",13034,105859 -"98229",13034,105981 -"98230",13034,109826 -"98231",13034,111181 -"98232",13034,111426 -"98233",13034,111440 -"98234",13035,32161 -"98235",13035,33520 -"98236",13035,39040 -"98237",13035,39433 -"98238",13035,74220 -"98239",13035,93047 -"98240",13035,103530 -"98241",13035,103634 -"98242",13035,103851 -"98243",13036,13171 -"98244",13037,62654 -"98245",13037,76827 -"98246",13037,77938 -"98247",13038,25302 -"98248",13038,38021 -"98249",13038,83229 -"98250",13038,84516 -"98251",13038,89725 -"98252",13038,107768 -"98253",13038,108501 -"98254",13038,109945 -"98255",13038,112246 -"98256",13038,113016 -"98257",13038,118998 -"98258",13038,119352 -"98259",13038,123068 -"98260",13038,123080 -"98261",13038,123083 -"98262",13038,123095 -"98263",13039,39098 -"98264",13039,46067 -"98265",13039,64580 -"98266",13040,13041 -"98267",13040,13132 -"98268",13040,13183 -"98269",13040,13268 -"98270",13041,13132 -"98271",13041,13183 -"98272",13041,13268 -"98273",13041,80971 -"98274",13042,13146 -"98275",13043,17632 -"98276",13043,19930 -"98277",13043,30068 -"98278",13043,33169 -"98279",13043,35536 -"98280",13043,54484 -"98281",13043,58951 -"98282",13043,91277 -"98283",13043,104418 -"98284",13043,114578 -"98285",13043,119185 -"98286",13044,14852 -"98287",13044,18481 -"98288",13044,31820 -"98289",13044,45136 -"98290",13044,49962 -"98291",13044,55297 -"98292",13044,57892 -"98293",13044,58659 -"98294",13044,82125 -"98295",13044,82138 -"98296",13044,82139 -"98297",13044,82141 -"98298",13044,82150 -"98299",13044,82164 -"98300",13045,43314 -"98301",13045,57615 -"98302",13045,59973 -"98303",13045,79538 -"98304",13046,13240 -"98305",13046,13388 -"98306",13046,14373 -"98307",13046,15990 -"98308",13046,17625 -"98309",13046,20732 -"98310",13046,23726 -"98311",13046,26506 -"98312",13046,44404 -"98313",13046,46104 -"98314",13046,50382 -"98315",13046,55500 -"98316",13046,56490 -"98317",13046,59484 -"98318",13046,64103 -"98319",13046,70406 -"98320",13046,105635 -"98321",13046,113576 -"98322",13046,114777 -"98323",13047,13135 -"98324",13047,22627 -"98325",13047,36390 -"98326",13047,38837 -"98327",13047,47797 -"98328",13047,59828 -"98329",13047,61543 -"98330",13047,74995 -"98331",13047,83708 -"98332",13047,90205 -"98333",13048,13170 -"98334",13048,13198 -"98335",13048,13282 -"98336",13048,13283 -"98337",13049,57013 -"98338",13049,63856 -"98339",13050,13122 -"98340",13050,57237 -"98341",13050,103945 -"98342",13051,93913 -"98343",13051,116634 -"98344",13052,13732 -"98345",13052,19698 -"98346",13052,21712 -"98347",13052,26865 -"98348",13052,30081 -"98349",13052,33091 -"98350",13052,34470 -"98351",13052,34950 -"98352",13052,34965 -"98353",13052,36455 -"98354",13052,41575 -"98355",13052,46128 -"98356",13052,57184 -"98357",13052,78738 -"98358",13052,82456 -"98359",13052,82513 -"98360",13052,82521 -"98361",13052,82524 -"98362",13053,13075 -"98363",13053,14537 -"98364",13053,18073 -"98365",13053,38432 -"98366",13053,44148 -"98367",13053,67501 -"98368",13053,67511 -"98369",13054,30191 -"98370",13054,64450 -"98371",13055,15184 -"98372",13055,15202 -"98373",13055,23800 -"98374",13055,25634 -"98375",13055,32833 -"98376",13055,35964 -"98377",13055,36059 -"98378",13055,36121 -"98379",13055,87941 -"98380",13056,36523 -"98381",13057,100825 -"98382",13057,100835 -"98383",13058,37491 -"98384",13059,78011 -"98385",13059,85618 -"98386",13059,114296 -"98387",13059,114426 -"98388",13060,22297 -"98389",13060,27504 -"98390",13060,40505 -"98391",13060,43283 -"98392",13060,43751 -"98393",13060,46642 -"98394",13060,47384 -"98395",13060,50135 -"98396",13060,71624 -"98397",13060,85777 -"98398",13061,16373 -"98399",13061,17394 -"98400",13061,19035 -"98401",13061,24911 -"98402",13061,85046 -"98403",13061,85305 -"98404",13061,92697 -"98405",13062,16646 -"98406",13062,18500 -"98407",13062,18871 -"98408",13062,26577 -"98409",13062,27235 -"98410",13062,58761 -"98411",13062,61232 -"98412",13062,62536 -"98413",13062,81923 -"98414",13062,89695 -"98415",13062,107102 -"98416",13063,13766 -"98417",13063,14143 -"98418",13063,48184 -"98419",13063,107516 -"98420",13063,113503 -"98421",13064,47592 -"98422",13064,62505 -"98423",13065,13655 -"98424",13065,13920 -"98425",13065,41636 -"98426",13065,43361 -"98427",13065,74848 -"98428",13065,90499 -"98429",13065,91427 -"98430",13065,91455 -"98431",13065,106931 -"98432",13065,107491 -"98433",13065,109586 -"98434",13065,109588 -"98435",13066,13083 -"98436",13066,13137 -"98437",13066,13138 -"98438",13066,13218 -"98439",13066,13277 -"98440",13066,13815 -"98441",13066,68440 -"98442",13067,13155 -"98443",13067,95455 -"98444",13068,13139 -"98445",13068,13219 -"98446",13068,18104 -"98447",13068,19934 -"98448",13068,20832 -"98449",13068,25378 -"98450",13068,39927 -"98451",13068,42643 -"98452",13068,44480 -"98453",13068,47162 -"98454",13068,50242 -"98455",13068,58988 -"98456",13068,61175 -"98457",13068,62189 -"98458",13068,62844 -"98459",13068,87946 -"98460",13068,90715 -"98461",13068,91713 -"98462",13068,93259 -"98463",13068,95163 -"98464",13068,99144 -"98465",13068,105791 -"98466",13068,111100 -"98467",13068,112409 -"98468",13068,112506 -"98469",13068,114740 -"98470",13069,44040 -"98471",13069,89920 -"98472",13069,93453 -"98473",13070,28240 -"98474",13070,55699 -"98475",13070,55753 -"98476",13070,55755 -"98477",13070,59563 -"98478",13071,13391 -"98479",13071,13474 -"98480",13071,13477 -"98481",13071,13513 -"98482",13071,13536 -"98483",13071,23950 -"98484",13071,34050 -"98485",13071,67066 -"98486",13071,67255 -"98487",13072,13178 -"98488",13072,13249 -"98489",13072,13530 -"98490",13072,19208 -"98491",13072,19894 -"98492",13072,20250 -"98493",13072,22136 -"98494",13072,29266 -"98495",13072,29686 -"98496",13072,33486 -"98497",13072,34865 -"98498",13072,36837 -"98499",13072,38916 -"98500",13072,48871 -"98501",13072,49957 -"98502",13072,53497 -"98503",13072,57925 -"98504",13072,63477 -"98505",13072,67556 -"98506",13072,77611 -"98507",13072,97275 -"98508",13072,100241 -"98509",13072,102116 -"98510",13072,102240 -"98511",13073,13267 -"98512",13073,14669 -"98513",13073,19661 -"98514",13073,23542 -"98515",13073,35436 -"98516",13073,74809 -"98517",13073,83841 -"98518",13073,86796 -"98519",13073,110496 -"98520",13074,17000 -"98521",13074,20071 -"98522",13074,20235 -"98523",13074,33946 -"98524",13074,45051 -"98525",13074,62856 -"98526",13074,67211 -"98527",13074,67515 -"98528",13074,70087 -"98529",13074,71142 -"98530",13074,77776 -"98531",13074,92198 -"98532",13074,93190 -"98533",13074,94611 -"98534",13074,99947 -"98535",13074,102822 -"98536",13074,115911 -"98537",13074,115925 -"98538",13074,115974 -"98539",13074,116300 -"98540",13075,14537 -"98541",13075,14548 -"98542",13075,34471 -"98543",13075,40215 -"98544",13075,48283 -"98545",13075,48816 -"98546",13075,61449 -"98547",13075,66938 -"98548",13075,97218 -"98549",13076,15706 -"98550",13076,49161 -"98551",13076,79530 -"98552",13076,87379 -"98553",13076,109056 -"98554",13077,20009 -"98555",13077,32835 -"98556",13077,36589 -"98557",13077,46824 -"98558",13077,47500 -"98559",13077,55016 -"98560",13077,56103 -"98561",13077,71487 -"98562",13079,13191 -"98563",13079,40856 -"98564",13079,42985 -"98565",13079,47756 -"98566",13079,62011 -"98567",13079,97941 -"98568",13080,13107 -"98569",13080,13144 -"98570",13080,13209 -"98571",13080,13269 -"98572",13081,15289 -"98573",13081,16629 -"98574",13081,22490 -"98575",13081,24848 -"98576",13081,30144 -"98577",13081,52530 -"98578",13081,78088 -"98579",13081,91520 -"98580",13081,92507 -"98581",13081,92816 -"98582",13081,93255 -"98583",13081,93321 -"98584",13081,93479 -"98585",13082,13421 -"98586",13082,13549 -"98587",13082,14848 -"98588",13082,21465 -"98589",13082,25696 -"98590",13082,25698 -"98591",13082,25773 -"98592",13082,25809 -"98593",13082,25810 -"98594",13082,26928 -"98595",13082,32946 -"98596",13083,13137 -"98597",13083,13138 -"98598",13083,13218 -"98599",13083,13277 -"98600",13083,13815 -"98601",13083,62895 -"98602",13084,15128 -"98603",13084,18231 -"98604",13084,24204 -"98605",13084,29932 -"98606",13084,39780 -"98607",13084,50153 -"98608",13084,79069 -"98609",13084,94808 -"98610",13084,105374 -"98611",13084,105729 -"98612",13084,105730 -"98613",13084,105761 -"98614",13084,106451 -"98615",13087,26146 -"98616",13087,27642 -"98617",13087,43008 -"98618",13087,44212 -"98619",13087,46887 -"98620",13087,51417 -"98621",13087,63573 -"98622",13087,63973 -"98623",13087,83000 -"98624",13087,84102 -"98625",13087,98979 -"98626",13087,111118 -"98627",13087,111139 -"98628",13087,111145 -"98629",13087,111147 -"98630",13087,111148 -"98631",13087,111157 -"98632",13087,111158 -"98633",13087,111161 -"98634",13087,114125 -"98635",13087,123194 -"98636",13088,13160 -"98637",13088,13253 -"98638",13089,13165 -"98639",13090,13127 -"98640",13090,18833 -"98641",13090,23504 -"98642",13090,27382 -"98643",13090,62477 -"98644",13090,80549 -"98645",13090,110778 -"98646",13091,13109 -"98647",13091,15079 -"98648",13091,64211 -"98649",13092,14265 -"98650",13092,22363 -"98651",13092,38266 -"98652",13092,77178 -"98653",13092,77182 -"98654",13092,79353 -"98655",13093,13096 -"98656",13093,13712 -"98657",13093,38195 -"98658",13093,41075 -"98659",13093,99473 -"98660",13093,105954 -"98661",13094,13955 -"98662",13094,19031 -"98663",13095,29302 -"98664",13095,55725 -"98665",13096,13335 -"98666",13096,13712 -"98667",13096,27889 -"98668",13096,45449 -"98669",13096,45450 -"98670",13096,45562 -"98671",13096,48781 -"98672",13096,54913 -"98673",13096,66852 -"98674",13096,79359 -"98675",13096,79639 -"98676",13096,86214 -"98677",13096,90852 -"98678",13096,100084 -"98679",13096,100359 -"98680",13096,116395 -"98681",13096,116484 -"98682",13097,17999 -"98683",13097,18209 -"98684",13097,20027 -"98685",13097,45938 -"98686",13097,51148 -"98687",13097,60267 -"98688",13097,62445 -"98689",13097,63075 -"98690",13097,72926 -"98691",13097,77293 -"98692",13097,85855 -"98693",13097,91193 -"98694",13097,91603 -"98695",13097,95924 -"98696",13097,101750 -"98697",13097,112773 -"98698",13097,112990 -"98699",13097,113008 -"98700",13097,115690 -"98701",13098,101514 -"98702",13099,43545 -"98703",13099,47114 -"98704",13099,48981 -"98705",13099,52235 -"98706",13099,57897 -"98707",13100,13526 -"98708",13100,19096 -"98709",13100,20538 -"98710",13100,27242 -"98711",13100,41613 -"98712",13100,43527 -"98713",13100,67678 -"98714",13100,109601 -"98715",13102,21744 -"98716",13102,67023 -"98717",13103,13176 -"98718",13103,13250 -"98719",13103,15349 -"98720",13103,24719 -"98721",13103,27944 -"98722",13103,29104 -"98723",13103,32606 -"98724",13103,34376 -"98725",13103,35140 -"98726",13103,35141 -"98727",13103,42205 -"98728",13103,58132 -"98729",13103,60264 -"98730",13103,60602 -"98731",13103,60905 -"98732",13103,63237 -"98733",13103,63315 -"98734",13103,67304 -"98735",13103,69524 -"98736",13103,72173 -"98737",13103,83996 -"98738",13103,112573 -"98739",13104,13688 -"98740",13104,45297 -"98741",13104,49029 -"98742",13104,56342 -"98743",13104,77722 -"98744",13105,46205 -"98745",13105,57213 -"98746",13105,58648 -"98747",13105,68903 -"98748",13105,69257 -"98749",13106,55356 -"98750",13107,13144 -"98751",13107,13209 -"98752",13107,13269 -"98753",13107,22002 -"98754",13108,14160 -"98755",13108,15575 -"98756",13108,39913 -"98757",13108,106831 -"98758",13109,17707 -"98759",13109,22374 -"98760",13109,31003 -"98761",13109,36077 -"98762",13109,40893 -"98763",13109,48602 -"98764",13109,66044 -"98765",13109,69636 -"98766",13109,82189 -"98767",13109,100229 -"98768",13109,109220 -"98769",13110,20787 -"98770",13110,26699 -"98771",13110,26700 -"98772",13110,26830 -"98773",13110,26831 -"98774",13110,40824 -"98775",13110,41801 -"98776",13110,45375 -"98777",13110,51198 -"98778",13110,54109 -"98779",13110,64252 -"98780",13111,15506 -"98781",13111,23462 -"98782",13111,30904 -"98783",13111,36944 -"98784",13111,50213 -"98785",13111,52168 -"98786",13111,67440 -"98787",13111,67845 -"98788",13111,76417 -"98789",13111,84201 -"98790",13111,91267 -"98791",13111,94063 -"98792",13111,118484 -"98793",13112,21614 -"98794",13112,79859 -"98795",13112,79879 -"98796",13112,86280 -"98797",13112,111358 -"98798",13112,111605 -"98799",13113,23203 -"98800",13113,23938 -"98801",13113,45068 -"98802",13113,55892 -"98803",13113,100928 -"98804",13114,14583 -"98805",13114,14726 -"98806",13114,14761 -"98807",13114,82238 -"98808",13116,50660 -"98809",13116,87912 -"98810",13116,98812 -"98811",13117,113471 -"98812",13117,113478 -"98813",13118,20619 -"98814",13118,98408 -"98815",13119,16843 -"98816",13119,17515 -"98817",13119,20525 -"98818",13119,53661 -"98819",13119,119414 -"98820",13120,34542 -"98821",13120,51990 -"98822",13120,52536 -"98823",13120,61338 -"98824",13120,77471 -"98825",13120,87828 -"98826",13120,97444 -"98827",13120,99344 -"98828",13120,118113 -"98829",13120,119895 -"98830",13121,80124 -"98831",13123,13141 -"98832",13123,38196 -"98833",13123,39537 -"98834",13123,39616 -"98835",13123,40053 -"98836",13123,53406 -"98837",13123,75634 -"98838",13123,101646 -"98839",13123,119673 -"98840",13123,122981 -"98841",13124,14454 -"98842",13124,22578 -"98843",13124,23322 -"98844",13124,24538 -"98845",13124,25502 -"98846",13124,27927 -"98847",13124,27929 -"98848",13124,31112 -"98849",13124,37977 -"98850",13124,43872 -"98851",13124,43876 -"98852",13124,43906 -"98853",13124,43982 -"98854",13124,45579 -"98855",13124,47516 -"98856",13124,47873 -"98857",13124,51847 -"98858",13124,55748 -"98859",13124,69692 -"98860",13126,17349 -"98861",13126,18271 -"98862",13126,22311 -"98863",13126,77382 -"98864",13126,87080 -"98865",13127,107029 -"98866",13128,14773 -"98867",13129,13243 -"98868",13129,24438 -"98869",13129,28678 -"98870",13129,31724 -"98871",13129,40238 -"98872",13129,52215 -"98873",13129,56763 -"98874",13129,58837 -"98875",13129,58838 -"98876",13129,63498 -"98877",13129,66985 -"98878",13129,67127 -"98879",13129,67331 -"98880",13129,67450 -"98881",13129,71718 -"98882",13130,38554 -"98883",13131,34763 -"98884",13131,42443 -"98885",13131,42457 -"98886",13131,42501 -"98887",13131,60479 -"98888",13131,86681 -"98889",13132,13183 -"98890",13132,13268 -"98891",13134,60682 -"98892",13134,65341 -"98893",13135,33732 -"98894",13136,13770 -"98895",13136,14401 -"98896",13136,15140 -"98897",13136,25295 -"98898",13136,31186 -"98899",13136,34021 -"98900",13136,36631 -"98901",13136,40101 -"98902",13136,41068 -"98903",13136,43711 -"98904",13136,92835 -"98905",13136,92860 -"98906",13136,103353 -"98907",13137,13138 -"98908",13137,13218 -"98909",13137,13277 -"98910",13137,13815 -"98911",13138,13218 -"98912",13138,13277 -"98913",13138,13815 -"98914",13139,13219 -"98915",13139,13424 -"98916",13139,14947 -"98917",13139,26805 -"98918",13139,37372 -"98919",13139,38611 -"98920",13139,40292 -"98921",13139,55132 -"98922",13139,55449 -"98923",13139,61591 -"98924",13139,94705 -"98925",13139,106705 -"98926",13139,111374 -"98927",13139,111977 -"98928",13139,112172 -"98929",13140,13203 -"98930",13140,25860 -"98931",13140,37561 -"98932",13142,16689 -"98933",13142,19036 -"98934",13142,19391 -"98935",13142,23075 -"98936",13142,25606 -"98937",13142,28530 -"98938",13142,30258 -"98939",13142,38185 -"98940",13142,38683 -"98941",13142,40245 -"98942",13142,43226 -"98943",13142,44655 -"98944",13142,44973 -"98945",13142,46177 -"98946",13142,47048 -"98947",13142,48110 -"98948",13142,58508 -"98949",13142,59731 -"98950",13142,62642 -"98951",13142,68091 -"98952",13142,69335 -"98953",13142,75245 -"98954",13142,75776 -"98955",13142,75956 -"98956",13142,76387 -"98957",13142,78978 -"98958",13142,79212 -"98959",13142,79241 -"98960",13142,79579 -"98961",13142,80239 -"98962",13142,80301 -"98963",13142,81397 -"98964",13142,88340 -"98965",13142,88749 -"98966",13142,89069 -"98967",13142,89373 -"98968",13142,89995 -"98969",13142,90919 -"98970",13142,90936 -"98971",13142,92861 -"98972",13142,93097 -"98973",13142,94231 -"98974",13142,95489 -"98975",13142,96247 -"98976",13142,96363 -"98977",13142,97898 -"98978",13143,13725 -"98979",13143,13806 -"98980",13143,13868 -"98981",13143,55349 -"98982",13144,13209 -"98983",13144,13269 -"98984",13145,20230 -"98985",13145,43295 -"98986",13145,49185 -"98987",13146,47392 -"98988",13146,59657 -"98989",13146,118662 -"98990",13147,13860 -"98991",13147,13938 -"98992",13147,16952 -"98993",13147,41611 -"98994",13147,96062 -"98995",13148,20958 -"98996",13148,21213 -"98997",13148,23226 -"98998",13148,24232 -"98999",13148,44334 -"99000",13148,48682 -"99001",13148,50349 -"99002",13148,61551 -"99003",13149,15391 -"99004",13149,54018 -"99005",13149,54047 -"99006",13149,55187 -"99007",13149,55205 -"99008",13149,65062 -"99009",13150,14674 -"99010",13150,16797 -"99011",13150,18112 -"99012",13150,21995 -"99013",13150,23091 -"99014",13150,23668 -"99015",13150,28187 -"99016",13150,28200 -"99017",13150,28424 -"99018",13150,32389 -"99019",13150,39647 -"99020",13150,41618 -"99021",13150,42280 -"99022",13150,43929 -"99023",13150,45407 -"99024",13150,46195 -"99025",13150,52544 -"99026",13150,52584 -"99027",13150,53230 -"99028",13150,61948 -"99029",13150,71607 -"99030",13150,71945 -"99031",13150,79075 -"99032",13150,79089 -"99033",13150,79131 -"99034",13150,81850 -"99035",13150,83006 -"99036",13150,85832 -"99037",13150,93085 -"99038",13150,99199 -"99039",13150,107125 -"99040",13150,107131 -"99041",13150,121492 -"99042",13151,16347 -"99043",13151,36274 -"99044",13151,52654 -"99045",13151,59143 -"99046",13151,76309 -"99047",13151,102394 -"99048",13151,102527 -"99049",13151,103674 -"99050",13152,13215 -"99051",13153,14073 -"99052",13153,14283 -"99053",13153,35384 -"99054",13153,45006 -"99055",13153,56007 -"99056",13153,66584 -"99057",13153,70145 -"99058",13154,15851 -"99059",13154,15852 -"99060",13154,67959 -"99061",13155,48475 -"99062",13156,15553 -"99063",13156,17093 -"99064",13156,24115 -"99065",13156,36577 -"99066",13156,40815 -"99067",13156,49621 -"99068",13156,53926 -"99069",13156,64172 -"99070",13156,69599 -"99071",13156,80513 -"99072",13156,81113 -"99073",13156,85756 -"99074",13157,20015 -"99075",13157,71556 -"99076",13158,19252 -"99077",13158,20261 -"99078",13158,23663 -"99079",13158,27517 -"99080",13158,28274 -"99081",13158,30092 -"99082",13158,38284 -"99083",13158,38783 -"99084",13158,46946 -"99085",13158,55084 -"99086",13158,56686 -"99087",13158,67541 -"99088",13158,84234 -"99089",13159,21434 -"99090",13159,28687 -"99091",13159,32182 -"99092",13159,38308 -"99093",13159,43889 -"99094",13159,57795 -"99095",13159,66645 -"99096",13159,89293 -"99097",13159,91980 -"99098",13160,13253 -"99099",13160,33552 -"99100",13161,33131 -"99101",13161,113077 -"99102",13162,90282 -"99103",13162,92654 -"99104",13163,14241 -"99105",13163,20349 -"99106",13163,56811 -"99107",13163,90836 -"99108",13163,113193 -"99109",13164,116444 -"99110",13164,119776 -"99111",13165,16765 -"99112",13165,18272 -"99113",13165,18435 -"99114",13165,30589 -"99115",13165,31361 -"99116",13165,50801 -"99117",13166,21153 -"99118",13166,25919 -"99119",13166,38795 -"99120",13167,22792 -"99121",13167,25842 -"99122",13167,32940 -"99123",13167,47435 -"99124",13167,49737 -"99125",13167,51790 -"99126",13167,52327 -"99127",13168,17047 -"99128",13169,14848 -"99129",13169,24076 -"99130",13169,24149 -"99131",13169,25689 -"99132",13169,25753 -"99133",13169,32293 -"99134",13169,47495 -"99135",13169,49420 -"99136",13169,70940 -"99137",13169,99597 -"99138",13169,99675 -"99139",13169,99676 -"99140",13169,101635 -"99141",13169,115757 -"99142",13170,13198 -"99143",13170,13282 -"99144",13170,13283 -"99145",13171,14165 -"99146",13171,18357 -"99147",13171,20204 -"99148",13171,20280 -"99149",13171,33041 -"99150",13171,62949 -"99151",13171,65174 -"99152",13171,95874 -"99153",13172,13445 -"99154",13172,16552 -"99155",13172,21460 -"99156",13172,23556 -"99157",13172,26832 -"99158",13172,27008 -"99159",13172,31274 -"99160",13172,43081 -"99161",13172,44801 -"99162",13172,55604 -"99163",13172,60031 -"99164",13172,68177 -"99165",13172,68761 -"99166",13172,71962 -"99167",13172,73021 -"99168",13172,77572 -"99169",13172,79599 -"99170",13172,99799 -"99171",13172,109347 -"99172",13172,110627 -"99173",13172,112225 -"99174",13173,14427 -"99175",13173,15085 -"99176",13173,17556 -"99177",13173,17648 -"99178",13173,17676 -"99179",13173,17695 -"99180",13173,33723 -"99181",13173,115926 -"99182",13174,22839 -"99183",13174,33621 -"99184",13174,58855 -"99185",13174,68311 -"99186",13174,83093 -"99187",13174,83646 -"99188",13174,119326 -"99189",13175,14823 -"99190",13175,26460 -"99191",13175,52912 -"99192",13175,54734 -"99193",13175,71816 -"99194",13176,13250 -"99195",13176,15453 -"99196",13176,22514 -"99197",13176,38590 -"99198",13176,90608 -"99199",13177,37387 -"99200",13177,39732 -"99201",13177,43327 -"99202",13177,63033 -"99203",13177,76136 -"99204",13177,86938 -"99205",13178,13530 -"99206",13178,18854 -"99207",13178,22840 -"99208",13178,24031 -"99209",13178,25068 -"99210",13178,49711 -"99211",13178,57925 -"99212",13178,60698 -"99213",13178,63592 -"99214",13178,65664 -"99215",13178,65700 -"99216",13178,65752 -"99217",13179,40298 -"99218",13179,41908 -"99219",13179,55596 -"99220",13179,74939 -"99221",13179,108313 -"99222",13179,114297 -"99223",13179,114590 -"99224",13180,18640 -"99225",13180,56446 -"99226",13181,16820 -"99227",13181,28299 -"99228",13181,94692 -"99229",13182,93094 -"99230",13182,112714 -"99231",13183,13268 -"99232",13183,31904 -"99233",13184,20154 -"99234",13184,27908 -"99235",13184,31635 -"99236",13184,44891 -"99237",13184,44905 -"99238",13185,17497 -"99239",13185,37371 -"99240",13186,39999 -"99241",13186,59723 -"99242",13187,20708 -"99243",13187,25040 -"99244",13187,27783 -"99245",13187,33483 -"99246",13187,36136 -"99247",13187,36160 -"99248",13187,38224 -"99249",13187,39614 -"99250",13187,76807 -"99251",13187,79818 -"99252",13187,112120 -"99253",13187,122198 -"99254",13188,14813 -"99255",13188,63217 -"99256",13188,92909 -"99257",13189,41360 -"99258",13190,17155 -"99259",13190,20893 -"99260",13190,26427 -"99261",13190,97789 -"99262",13191,13798 -"99263",13191,26400 -"99264",13191,36802 -"99265",13191,46588 -"99266",13191,56570 -"99267",13191,63041 -"99268",13192,33835 -"99269",13192,34492 -"99270",13192,48829 -"99271",13192,51410 -"99272",13192,51987 -"99273",13192,69759 -"99274",13192,71296 -"99275",13192,83165 -"99276",13193,21698 -"99277",13193,60808 -"99278",13193,87498 -"99279",13194,63413 -"99280",13195,15067 -"99281",13195,19020 -"99282",13195,32936 -"99283",13195,33772 -"99284",13195,38378 -"99285",13196,26076 -"99286",13196,52860 -"99287",13196,98476 -"99288",13197,15278 -"99289",13198,13282 -"99290",13198,13283 -"99291",13198,13405 -"99292",13198,21374 -"99293",13198,21532 -"99294",13198,24280 -"99295",13198,32120 -"99296",13198,43696 -"99297",13198,44813 -"99298",13198,51011 -"99299",13198,51069 -"99300",13198,52759 -"99301",13198,54664 -"99302",13198,57168 -"99303",13199,13262 -"99304",13199,13263 -"99305",13200,17221 -"99306",13200,30943 -"99307",13200,36552 -"99308",13200,37193 -"99309",13200,43897 -"99310",13200,45638 -"99311",13200,45759 -"99312",13200,51513 -"99313",13200,52001 -"99314",13200,52031 -"99315",13200,61776 -"99316",13200,96909 -"99317",13201,20199 -"99318",13201,23628 -"99319",13201,27026 -"99320",13201,29202 -"99321",13201,31520 -"99322",13201,31521 -"99323",13201,31554 -"99324",13201,31659 -"99325",13201,31660 -"99326",13201,43431 -"99327",13201,54113 -"99328",13201,65994 -"99329",13201,93052 -"99330",13202,16350 -"99331",13202,31366 -"99332",13202,54529 -"99333",13203,16168 -"99334",13203,18418 -"99335",13203,22370 -"99336",13203,24241 -"99337",13203,41250 -"99338",13203,41402 -"99339",13203,62164 -"99340",13203,77219 -"99341",13203,80248 -"99342",13203,103688 -"99343",13203,105061 -"99344",13203,107054 -"99345",13203,107316 -"99346",13203,108546 -"99347",13203,116336 -"99348",13203,122590 -"99349",13204,31603 -"99350",13205,17473 -"99351",13205,19161 -"99352",13205,24431 -"99353",13205,27195 -"99354",13205,29930 -"99355",13205,39426 -"99356",13205,39517 -"99357",13205,39518 -"99358",13205,39844 -"99359",13205,44002 -"99360",13205,44010 -"99361",13205,48418 -"99362",13205,49185 -"99363",13205,49739 -"99364",13205,55726 -"99365",13205,75275 -"99366",13205,85631 -"99367",13206,14447 -"99368",13207,24254 -"99369",13207,28118 -"99370",13207,45687 -"99371",13207,81246 -"99372",13207,121030 -"99373",13208,15023 -"99374",13208,25877 -"99375",13208,31357 -"99376",13208,32916 -"99377",13208,44226 -"99378",13208,44647 -"99379",13208,45403 -"99380",13208,47907 -"99381",13208,59455 -"99382",13208,62020 -"99383",13208,63721 -"99384",13208,63871 -"99385",13208,64973 -"99386",13208,79000 -"99387",13208,92862 -"99388",13208,107720 -"99389",13208,111169 -"99390",13208,111174 -"99391",13209,13269 -"99392",13209,35587 -"99393",13209,39292 -"99394",13209,39432 -"99395",13210,33647 -"99396",13211,13333 -"99397",13212,14564 -"99398",13212,63954 -"99399",13213,15483 -"99400",13213,16673 -"99401",13213,25126 -"99402",13213,30866 -"99403",13213,41283 -"99404",13213,45573 -"99405",13214,19915 -"99406",13214,52656 -"99407",13215,63698 -"99408",13215,64387 -"99409",13217,14108 -"99410",13217,15769 -"99411",13217,15901 -"99412",13217,17766 -"99413",13217,19523 -"99414",13217,23554 -"99415",13217,25727 -"99416",13217,34182 -"99417",13217,34314 -"99418",13217,35802 -"99419",13217,36089 -"99420",13217,40128 -"99421",13217,43527 -"99422",13217,47921 -"99423",13217,48123 -"99424",13217,50235 -"99425",13217,53453 -"99426",13217,59210 -"99427",13217,62063 -"99428",13217,63551 -"99429",13217,68502 -"99430",13217,69049 -"99431",13217,70811 -"99432",13217,72205 -"99433",13217,72573 -"99434",13217,81722 -"99435",13217,91411 -"99436",13217,92592 -"99437",13217,97132 -"99438",13217,101016 -"99439",13217,101087 -"99440",13217,102341 -"99441",13217,102401 -"99442",13217,104646 -"99443",13217,105495 -"99444",13217,105955 -"99445",13217,110376 -"99446",13217,110380 -"99447",13217,116302 -"99448",13217,116315 -"99449",13217,116325 -"99450",13217,116331 -"99451",13218,13277 -"99452",13218,13815 -"99453",13219,13939 -"99454",13219,14947 -"99455",13219,16163 -"99456",13219,26805 -"99457",13219,29408 -"99458",13219,56118 -"99459",13219,64169 -"99460",13219,90524 -"99461",13219,94705 -"99462",13219,105985 -"99463",13219,112541 -"99464",13220,13485 -"99465",13220,33146 -"99466",13220,41539 -"99467",13220,41642 -"99468",13220,51051 -"99469",13220,106869 -"99470",13221,25803 -"99471",13221,34549 -"99472",13221,51400 -"99473",13221,55939 -"99474",13221,65909 -"99475",13222,39282 -"99476",13222,63041 -"99477",13222,72689 -"99478",13222,103445 -"99479",13223,13256 -"99480",13223,13946 -"99481",13223,14992 -"99482",13223,22548 -"99483",13223,28481 -"99484",13223,32349 -"99485",13223,34033 -"99486",13223,36010 -"99487",13223,41904 -"99488",13223,45696 -"99489",13223,47973 -"99490",13223,49075 -"99491",13223,50425 -"99492",13223,57253 -"99493",13223,66261 -"99494",13223,68275 -"99495",13223,68457 -"99496",13223,69198 -"99497",13223,77565 -"99498",13223,78974 -"99499",13223,86023 -"99500",13223,87813 -"99501",13223,88773 -"99502",13223,90993 -"99503",13223,90994 -"99504",13223,92417 -"99505",13223,100319 -"99506",13223,101250 -"99507",13223,101462 -"99508",13223,109885 -"99509",13223,110742 -"99510",13223,112606 -"99511",13223,116142 -"99512",13223,116150 -"99513",13223,116151 -"99514",13223,116152 -"99515",13223,116155 -"99516",13223,116159 -"99517",13223,116163 -"99518",13223,116165 -"99519",13223,116166 -"99520",13223,116171 -"99521",13223,116677 -"99522",13223,116678 -"99523",13224,17823 -"99524",13224,17948 -"99525",13224,18286 -"99526",13224,18323 -"99527",13224,22503 -"99528",13224,41602 -"99529",13224,43307 -"99530",13224,43354 -"99531",13224,44127 -"99532",13224,44735 -"99533",13224,48764 -"99534",13224,60752 -"99535",13224,68501 -"99536",13224,78829 -"99537",13224,83191 -"99538",13224,84602 -"99539",13224,86151 -"99540",13224,88546 -"99541",13224,92261 -"99542",13224,95502 -"99543",13224,106141 -"99544",13224,108554 -"99545",13224,108976 -"99546",13224,109224 -"99547",13224,110023 -"99548",13225,44988 -"99549",13226,24553 -"99550",13226,24612 -"99551",13226,62572 -"99552",13227,17824 -"99553",13227,20599 -"99554",13227,26756 -"99555",13227,41888 -"99556",13227,85534 -"99557",13228,43205 -"99558",13228,52936 -"99559",13228,68308 -"99560",13228,88651 -"99561",13229,22757 -"99562",13229,80550 -"99563",13229,113814 -"99564",13230,15395 -"99565",13230,23585 -"99566",13230,40363 -"99567",13230,97237 -"99568",13232,93314 -"99569",13232,112141 -"99570",13233,53221 -"99571",13233,54752 -"99572",13233,95192 -"99573",13234,21799 -"99574",13234,38736 -"99575",13234,44129 -"99576",13234,48790 -"99577",13234,67863 -"99578",13234,81182 -"99579",13234,104639 -"99580",13235,15794 -"99581",13236,23789 -"99582",13236,25117 -"99583",13236,26002 -"99584",13236,27084 -"99585",13236,28173 -"99586",13236,31572 -"99587",13236,42515 -"99588",13237,19561 -"99589",13237,23148 -"99590",13237,23280 -"99591",13237,26732 -"99592",13237,35776 -"99593",13237,37621 -"99594",13237,50406 -"99595",13237,52203 -"99596",13237,60198 -"99597",13237,66358 -"99598",13237,67372 -"99599",13237,68471 -"99600",13237,69628 -"99601",13237,75749 -"99602",13237,75753 -"99603",13237,76079 -"99604",13237,76082 -"99605",13237,76197 -"99606",13238,27276 -"99607",13238,66163 -"99608",13239,14547 -"99609",13239,34859 -"99610",13239,37127 -"99611",13239,49960 -"99612",13239,54872 -"99613",13241,57926 -"99614",13241,61972 -"99615",13243,27450 -"99616",13243,29227 -"99617",13243,74555 -"99618",13244,24570 -"99619",13245,24802 -"99620",13246,18600 -"99621",13246,21670 -"99622",13246,28113 -"99623",13246,30891 -"99624",13246,31606 -"99625",13246,32531 -"99626",13246,33413 -"99627",13246,35822 -"99628",13246,58829 -"99629",13246,65070 -"99630",13246,66879 -"99631",13246,117141 -"99632",13246,117142 -"99633",13246,118591 -"99634",13246,119921 -"99635",13246,120546 -"99636",13246,120579 -"99637",13247,34528 -"99638",13247,69723 -"99639",13247,85914 -"99640",13247,86992 -"99641",13248,13294 -"99642",13248,13837 -"99643",13248,20643 -"99644",13248,41504 -"99645",13248,63298 -"99646",13248,66866 -"99647",13248,70934 -"99648",13248,85708 -"99649",13248,107487 -"99650",13249,13530 -"99651",13249,14386 -"99652",13249,15775 -"99653",13249,19394 -"99654",13249,22136 -"99655",13249,29828 -"99656",13249,33661 -"99657",13249,45406 -"99658",13249,45517 -"99659",13249,47197 -"99660",13249,48871 -"99661",13249,53497 -"99662",13249,54970 -"99663",13249,55643 -"99664",13249,55655 -"99665",13249,58194 -"99666",13249,60005 -"99667",13249,72539 -"99668",13249,94389 -"99669",13250,71689 -"99670",13252,21621 -"99671",13252,42012 -"99672",13252,70508 -"99673",13252,107037 -"99674",13252,119344 -"99675",13253,88538 -"99676",13254,13541 -"99677",13254,18891 -"99678",13254,66653 -"99679",13254,66678 -"99680",13254,95247 -"99681",13254,100483 -"99682",13255,13320 -"99683",13255,30563 -"99684",13255,38206 -"99685",13255,40230 -"99686",13255,40971 -"99687",13255,45249 -"99688",13255,45888 -"99689",13255,60018 -"99690",13257,26399 -"99691",13257,87515 -"99692",13257,95027 -"99693",13258,18061 -"99694",13258,23721 -"99695",13258,68856 -"99696",13258,79725 -"99697",13258,83334 -"99698",13258,87432 -"99699",13259,24275 -"99700",13259,67035 -"99701",13259,87029 -"99702",13259,121566 -"99703",13260,16907 -"99704",13260,17326 -"99705",13260,30446 -"99706",13260,43641 -"99707",13260,53482 -"99708",13260,65935 -"99709",13260,97365 -"99710",13262,13263 -"99711",13262,52551 -"99712",13262,55638 -"99713",13262,64083 -"99714",13262,64093 -"99715",13262,64118 -"99716",13263,13821 -"99717",13263,14902 -"99718",13263,22611 -"99719",13263,25785 -"99720",13263,54618 -"99721",13263,56365 -"99722",13263,58483 -"99723",13263,59287 -"99724",13263,65165 -"99725",13263,82860 -"99726",13263,88289 -"99727",13263,89665 -"99728",13263,89820 -"99729",13263,91687 -"99730",13263,95289 -"99731",13263,111535 -"99732",13265,13266 -"99733",13265,48591 -"99734",13265,48592 -"99735",13265,48643 -"99736",13265,48655 -"99737",13265,51068 -"99738",13265,52716 -"99739",13265,65852 -"99740",13265,65874 -"99741",13265,65875 -"99742",13265,65889 -"99743",13265,65897 -"99744",13265,65908 -"99745",13265,66279 -"99746",13268,17252 -"99747",13268,25098 -"99748",13268,29292 -"99749",13268,40693 -"99750",13268,42787 -"99751",13268,45860 -"99752",13268,48116 -"99753",13268,53499 -"99754",13268,69175 -"99755",13268,77467 -"99756",13268,79360 -"99757",13268,80282 -"99758",13268,86896 -"99759",13268,121727 -"99760",13269,13355 -"99761",13269,15878 -"99762",13269,25542 -"99763",13269,32581 -"99764",13269,37238 -"99765",13269,40312 -"99766",13269,42126 -"99767",13269,48889 -"99768",13269,56965 -"99769",13269,60710 -"99770",13269,62495 -"99771",13269,62850 -"99772",13269,62863 -"99773",13269,75548 -"99774",13270,15143 -"99775",13270,15988 -"99776",13270,15989 -"99777",13270,17086 -"99778",13270,18670 -"99779",13270,21811 -"99780",13270,23496 -"99781",13270,24812 -"99782",13270,28823 -"99783",13270,29512 -"99784",13270,31668 -"99785",13270,31890 -"99786",13270,31901 -"99787",13270,32903 -"99788",13270,34967 -"99789",13270,35367 -"99790",13270,59853 -"99791",13270,66800 -"99792",13270,68300 -"99793",13270,82187 -"99794",13270,82412 -"99795",13270,82895 -"99796",13270,85772 -"99797",13270,96022 -"99798",13270,97204 -"99799",13270,97752 -"99800",13270,100924 -"99801",13270,103499 -"99802",13270,106973 -"99803",13270,115834 -"99804",13270,118432 -"99805",13270,120432 -"99806",13271,17672 -"99807",13271,19859 -"99808",13271,20177 -"99809",13271,23467 -"99810",13271,23561 -"99811",13271,23666 -"99812",13271,38820 -"99813",13271,60366 -"99814",13271,79515 -"99815",13271,85709 -"99816",13271,97555 -"99817",13272,21671 -"99818",13272,24478 -"99819",13272,30173 -"99820",13272,30807 -"99821",13273,13850 -"99822",13274,33725 -"99823",13274,61540 -"99824",13274,90572 -"99825",13276,18120 -"99826",13276,22168 -"99827",13276,22413 -"99828",13276,29368 -"99829",13276,46067 -"99830",13276,60610 -"99831",13276,64010 -"99832",13276,64955 -"99833",13276,90120 -"99834",13276,99023 -"99835",13276,101834 -"99836",13276,108039 -"99837",13276,108145 -"99838",13277,13815 -"99839",13278,20601 -"99840",13278,34990 -"99841",13279,78048 -"99842",13279,81484 -"99843",13280,33782 -"99844",13280,42546 -"99845",13280,65117 -"99846",13280,65181 -"99847",13281,35546 -"99848",13282,13283 -"99849",13282,21532 -"99850",13282,54664 -"99851",13283,21532 -"99852",13283,32120 -"99853",13283,36617 -"99854",13283,46595 -"99855",13283,55197 -"99856",13283,57168 -"99857",13283,58814 -"99858",13283,61059 -"99859",13283,62143 -"99860",13283,62149 -"99861",13284,28446 -"99862",13284,46773 -"99863",13284,107828 -"99864",13285,14960 -"99865",13285,25819 -"99866",13285,37199 -"99867",13285,71105 -"99868",13286,18789 -"99869",13287,16910 -"99870",13288,14225 -"99871",13288,14294 -"99872",13288,14304 -"99873",13288,14364 -"99874",13288,14384 -"99875",13289,50215 -"99876",13289,52184 -"99877",13289,54884 -"99878",13289,63299 -"99879",13289,64127 -"99880",13290,13351 -"99881",13290,19562 -"99882",13290,30125 -"99883",13290,34908 -"99884",13290,40117 -"99885",13290,46746 -"99886",13290,50456 -"99887",13290,66072 -"99888",13290,93310 -"99889",13291,14846 -"99890",13292,22911 -"99891",13292,55057 -"99892",13292,59908 -"99893",13292,84051 -"99894",13292,86857 -"99895",13293,13332 -"99896",13293,13423 -"99897",13293,20245 -"99898",13293,31947 -"99899",13293,32009 -"99900",13293,41370 -"99901",13293,46417 -"99902",13293,49386 -"99903",13293,55461 -"99904",13293,63203 -"99905",13293,63354 -"99906",13293,63373 -"99907",13293,84132 -"99908",13294,13837 -"99909",13294,22381 -"99910",13294,23808 -"99911",13294,26116 -"99912",13294,29170 -"99913",13294,32861 -"99914",13294,32940 -"99915",13294,38213 -"99916",13294,39784 -"99917",13294,41719 -"99918",13294,46621 -"99919",13294,49620 -"99920",13294,74636 -"99921",13294,80305 -"99922",13294,82965 -"99923",13294,84744 -"99924",13294,87129 -"99925",13294,88232 -"99926",13294,88895 -"99927",13294,91411 -"99928",13294,91562 -"99929",13294,96837 -"99930",13294,101016 -"99931",13294,114622 -"99932",13295,13310 -"99933",13295,14714 -"99934",13295,22460 -"99935",13295,22598 -"99936",13295,22754 -"99937",13295,22945 -"99938",13295,27263 -"99939",13295,28904 -"99940",13295,31753 -"99941",13295,41077 -"99942",13295,46398 -"99943",13295,50766 -"99944",13295,54372 -"99945",13295,89928 -"99946",13295,94361 -"99947",13295,105318 -"99948",13295,105324 -"99949",13295,105358 -"99950",13296,14348 -"99951",13296,20725 -"99952",13296,30017 -"99953",13296,38068 -"99954",13296,53543 -"99955",13296,57879 -"99956",13296,58979 -"99957",13296,61951 -"99958",13296,81502 -"99959",13296,104334 -"99960",13297,17131 -"99961",13297,27717 -"99962",13297,27751 -"99963",13297,33226 -"99964",13297,37233 -"99965",13297,42858 -"99966",13297,49980 -"99967",13297,67449 -"99968",13297,72550 -"99969",13297,82975 -"99970",13297,105798 -"99971",13297,105799 -"99972",13297,105802 -"99973",13297,109294 -"99974",13298,14334 -"99975",13298,38380 -"99976",13298,51952 -"99977",13298,85633 -"99978",13299,41680 -"99979",13299,101711 -"99980",13299,111618 -"99981",13300,34601 -"99982",13300,40766 -"99983",13300,93931 -"99984",13300,93978 -"99985",13300,111422 -"99986",13301,52331 -"99987",13302,22123 -"99988",13303,14972 -"99989",13303,15298 -"99990",13303,32731 -"99991",13303,51119 -"99992",13303,54059 -"99993",13303,55055 -"99994",13303,55071 -"99995",13304,49269 -"99996",13305,34424 -"99997",13305,35103 -"99998",13305,75208 -"99999",13306,25257 -"100000",13306,31372 -"100001",13306,49551 -"100002",13306,57554 -"100003",13306,63365 -"100004",13306,75325 -"100005",13306,83483 -"100006",13307,13533 -"100007",13307,20326 -"100008",13307,20480 -"100009",13307,20737 -"100010",13307,21012 -"100011",13307,23715 -"100012",13307,27497 -"100013",13307,33719 -"100014",13307,44741 -"100015",13307,46544 -"100016",13307,48035 -"100017",13307,61920 -"100018",13308,34244 -"100019",13308,34259 -"100020",13309,20707 -"100021",13310,14714 -"100022",13311,19072 -"100023",13311,20628 -"100024",13311,33914 -"100025",13311,46071 -"100026",13311,76905 -"100027",13311,77250 -"100028",13311,112089 -"100029",13312,13615 -"100030",13312,13974 -"100031",13313,14441 -"100032",13313,15378 -"100033",13313,17447 -"100034",13313,19034 -"100035",13313,19580 -"100036",13313,19791 -"100037",13313,23386 -"100038",13313,24785 -"100039",13313,31235 -"100040",13313,34582 -"100041",13313,39667 -"100042",13313,47733 -"100043",13313,49929 -"100044",13313,75883 -"100045",13313,75888 -"100046",13313,75892 -"100047",13313,75893 -"100048",13313,75898 -"100049",13314,14913 -"100050",13314,16059 -"100051",13314,16174 -"100052",13314,17824 -"100053",13314,26559 -"100054",13314,26993 -"100055",13314,27818 -"100056",13314,31619 -"100057",13314,41888 -"100058",13314,42175 -"100059",13314,51516 -"100060",13314,60966 -"100061",13314,65911 -"100062",13314,85534 -"100063",13314,90798 -"100064",13314,91115 -"100065",13314,101434 -"100066",13314,107920 -"100067",13314,108244 -"100068",13315,21210 -"100069",13315,32918 -"100070",13315,53614 -"100071",13315,95852 -"100072",13316,17500 -"100073",13316,18612 -"100074",13316,32663 -"100075",13316,35253 -"100076",13316,48945 -"100077",13316,60677 -"100078",13316,62946 -"100079",13316,66245 -"100080",13316,71628 -"100081",13316,71640 -"100082",13317,14963 -"100083",13317,37676 -"100084",13317,74731 -"100085",13317,77714 -"100086",13317,83797 -"100087",13317,87692 -"100088",13317,98929 -"100089",13318,24779 -"100090",13318,45212 -"100091",13318,67322 -"100092",13318,67489 -"100093",13318,85438 -"100094",13318,89812 -"100095",13318,98004 -"100096",13318,99455 -"100097",13318,110484 -"100098",13319,13385 -"100099",13319,57265 -"100100",13320,14520 -"100101",13320,40230 -"100102",13320,47849 -"100103",13320,56148 -"100104",13320,57329 -"100105",13320,66899 -"100106",13321,22561 -"100107",13321,40253 -"100108",13321,40335 -"100109",13321,42643 -"100110",13321,59178 -"100111",13321,61727 -"100112",13321,74939 -"100113",13321,85144 -"100114",13321,96229 -"100115",13322,28930 -"100116",13323,13324 -"100117",13323,13426 -"100118",13323,13468 -"100119",13323,13530 -"100120",13323,13548 -"100121",13323,95395 -"100122",13323,95506 -"100123",13323,95529 -"100124",13323,100099 -"100125",13323,100100 -"100126",13324,13426 -"100127",13324,13468 -"100128",13324,13530 -"100129",13324,13548 -"100130",13324,19218 -"100131",13324,23201 -"100132",13324,23252 -"100133",13324,23460 -"100134",13324,24128 -"100135",13324,33435 -"100136",13324,60477 -"100137",13324,71207 -"100138",13325,33070 -"100139",13325,44912 -"100140",13325,77756 -"100141",13326,39968 -"100142",13326,48698 -"100143",13326,49071 -"100144",13326,49362 -"100145",13326,72597 -"100146",13326,86617 -"100147",13326,86777 -"100148",13326,88699 -"100149",13326,91462 -"100150",13327,13352 -"100151",13327,22367 -"100152",13327,47889 -"100153",13328,13353 -"100154",13328,13453 -"100155",13329,13673 -"100156",13329,20299 -"100157",13329,36593 -"100158",13329,38638 -"100159",13329,42612 -"100160",13329,45164 -"100161",13329,45201 -"100162",13329,52168 -"100163",13329,61602 -"100164",13330,19931 -"100165",13331,17444 -"100166",13331,25956 -"100167",13331,26672 -"100168",13331,36956 -"100169",13331,45410 -"100170",13331,46178 -"100171",13331,47943 -"100172",13331,48810 -"100173",13332,13423 -"100174",13334,54293 -"100175",13335,13800 -"100176",13335,27889 -"100177",13335,31950 -"100178",13335,32735 -"100179",13335,40510 -"100180",13335,54913 -"100181",13335,55493 -"100182",13335,79359 -"100183",13335,79639 -"100184",13335,80536 -"100185",13335,84581 -"100186",13335,90852 -"100187",13335,93642 -"100188",13335,97914 -"100189",13335,97930 -"100190",13335,103989 -"100191",13335,110035 -"100192",13335,116395 -"100193",13335,116484 -"100194",13335,117735 -"100195",13336,18548 -"100196",13337,39083 -"100197",13337,56374 -"100198",13337,87040 -"100199",13337,99274 -"100200",13337,103310 -"100201",13337,115734 -"100202",13337,118085 -"100203",13337,119072 -"100204",13337,120738 -"100205",13338,17231 -"100206",13338,17246 -"100207",13338,17261 -"100208",13338,17325 -"100209",13338,50245 -"100210",13339,38824 -"100211",13340,15214 -"100212",13340,24225 -"100213",13340,42407 -"100214",13340,43242 -"100215",13341,13462 -"100216",13341,16620 -"100217",13341,20331 -"100218",13341,29930 -"100219",13341,48860 -"100220",13341,51366 -"100221",13341,52926 -"100222",13341,55151 -"100223",13341,79472 -"100224",13342,40138 -"100225",13342,40501 -"100226",13342,48280 -"100227",13343,13346 -"100228",13343,36572 -"100229",13343,36629 -"100230",13344,14949 -"100231",13344,15555 -"100232",13345,20769 -"100233",13345,26071 -"100234",13345,67650 -"100235",13345,81727 -"100236",13347,15053 -"100237",13347,15078 -"100238",13347,49326 -"100239",13347,79813 -"100240",13348,21236 -"100241",13348,23931 -"100242",13348,24502 -"100243",13348,24564 -"100244",13348,42989 -"100245",13348,49128 -"100246",13348,53512 -"100247",13348,55293 -"100248",13348,61973 -"100249",13348,67410 -"100250",13348,76346 -"100251",13348,79817 -"100252",13348,80303 -"100253",13348,81359 -"100254",13348,85521 -"100255",13348,94078 -"100256",13348,94375 -"100257",13348,111849 -"100258",13348,113323 -"100259",13348,118173 -"100260",13348,119111 -"100261",13349,29713 -"100262",13350,31984 -"100263",13350,36753 -"100264",13350,49729 -"100265",13350,56367 -"100266",13350,91593 -"100267",13351,13806 -"100268",13353,13453 -"100269",13354,13447 -"100270",13354,13514 -"100271",13354,14210 -"100272",13354,23311 -"100273",13354,24376 -"100274",13354,30686 -"100275",13354,30693 -"100276",13354,30706 -"100277",13354,34357 -"100278",13354,40218 -"100279",13354,48615 -"100280",13354,59865 -"100281",13354,92459 -"100282",13354,113868 -"100283",13355,13432 -"100284",13355,19492 -"100285",13355,25542 -"100286",13355,26245 -"100287",13355,40752 -"100288",13355,46513 -"100289",13355,50895 -"100290",13355,51851 -"100291",13355,80217 -"100292",13356,16084 -"100293",13356,16857 -"100294",13356,18600 -"100295",13356,34127 -"100296",13356,35822 -"100297",13356,40373 -"100298",13356,55241 -"100299",13356,76514 -"100300",13356,77929 -"100301",13357,13502 -"100302",13357,13524 -"100303",13357,13550 -"100304",13357,13560 -"100305",13357,22578 -"100306",13357,31945 -"100307",13357,82140 -"100308",13357,85218 -"100309",13357,85603 -"100310",13357,91276 -"100311",13357,100201 -"100312",13358,15118 -"100313",13358,25367 -"100314",13358,39968 -"100315",13359,15540 -"100316",13359,17018 -"100317",13359,19587 -"100318",13359,20220 -"100319",13359,28837 -"100320",13359,28853 -"100321",13359,28854 -"100322",13359,33373 -"100323",13359,34753 -"100324",13359,35895 -"100325",13359,37709 -"100326",13359,46691 -"100327",13359,48291 -"100328",13359,49122 -"100329",13359,55829 -"100330",13359,55883 -"100331",13359,69113 -"100332",13359,93254 -"100333",13359,93407 -"100334",13359,93415 -"100335",13359,94819 -"100336",13359,94904 -"100337",13359,98993 -"100338",13359,106260 -"100339",13360,13942 -"100340",13360,15021 -"100341",13360,15027 -"100342",13360,15185 -"100343",13360,15201 -"100344",13360,15216 -"100345",13360,15964 -"100346",13360,16252 -"100347",13360,16872 -"100348",13360,17145 -"100349",13360,17508 -"100350",13360,18060 -"100351",13360,18217 -"100352",13360,20984 -"100353",13360,22462 -"100354",13360,22823 -"100355",13360,23147 -"100356",13360,23421 -"100357",13360,23632 -"100358",13360,23953 -"100359",13360,24495 -"100360",13360,24710 -"100361",13360,25143 -"100362",13360,25303 -"100363",13360,25664 -"100364",13360,26407 -"100365",13360,27174 -"100366",13360,27196 -"100367",13360,27710 -"100368",13360,28703 -"100369",13360,29253 -"100370",13360,29341 -"100371",13360,29560 -"100372",13360,29573 -"100373",13360,29673 -"100374",13360,29868 -"100375",13360,31578 -"100376",13360,32438 -"100377",13360,32967 -"100378",13360,33223 -"100379",13360,33446 -"100380",13360,33881 -"100381",13360,34097 -"100382",13360,34330 -"100383",13360,34513 -"100384",13360,35400 -"100385",13360,36476 -"100386",13360,36547 -"100387",13360,36624 -"100388",13360,36745 -"100389",13360,37821 -"100390",13360,37931 -"100391",13360,38069 -"100392",13360,38115 -"100393",13360,38319 -"100394",13360,39398 -"100395",13360,39492 -"100396",13360,40320 -"100397",13360,40373 -"100398",13360,40542 -"100399",13360,41182 -"100400",13360,42131 -"100401",13360,46843 -"100402",13360,48331 -"100403",13360,50918 -"100404",13361,13412 -"100405",13361,13953 -"100406",13361,14288 -"100407",13361,14839 -"100408",13361,19920 -"100409",13361,21672 -"100410",13361,21693 -"100411",13361,22027 -"100412",13361,22326 -"100413",13361,22362 -"100414",13361,22432 -"100415",13361,24362 -"100416",13361,29489 -"100417",13361,30031 -"100418",13361,33360 -"100419",13361,41036 -"100420",13361,41037 -"100421",13361,43001 -"100422",13361,44500 -"100423",13361,44729 -"100424",13361,45049 -"100425",13361,46266 -"100426",13361,47209 -"100427",13361,48521 -"100428",13361,56082 -"100429",13361,59114 -"100430",13361,72096 -"100431",13361,77176 -"100432",13361,78144 -"100433",13361,78591 -"100434",13361,81578 -"100435",13361,82306 -"100436",13361,85344 -"100437",13361,87060 -"100438",13361,87073 -"100439",13361,96347 -"100440",13361,97172 -"100441",13361,105822 -"100442",13362,32111 -"100443",13363,43699 -"100444",13363,103670 -"100445",13363,104625 -"100446",13364,15092 -"100447",13364,28514 -"100448",13364,28611 -"100449",13364,34632 -"100450",13364,39261 -"100451",13364,46026 -"100452",13364,46471 -"100453",13364,50232 -"100454",13364,52281 -"100455",13364,61150 -"100456",13364,62244 -"100457",13364,68383 -"100458",13364,81119 -"100459",13364,82732 -"100460",13364,85275 -"100461",13364,86338 -"100462",13364,95953 -"100463",13364,99371 -"100464",13364,103665 -"100465",13364,108056 -"100466",13364,110343 -"100467",13365,83384 -"100468",13366,58896 -"100469",13366,58929 -"100470",13366,101312 -"100471",13366,101316 -"100472",13367,46503 -"100473",13368,31053 -"100474",13368,56650 -"100475",13369,53340 -"100476",13369,75826 -"100477",13370,15214 -"100478",13370,17556 -"100479",13370,20038 -"100480",13370,29778 -"100481",13370,30569 -"100482",13370,51472 -"100483",13370,73520 -"100484",13370,78277 -"100485",13370,79483 -"100486",13370,80970 -"100487",13370,86358 -"100488",13370,90649 -"100489",13370,101133 -"100490",13370,105859 -"100491",13370,109726 -"100492",13371,122018 -"100493",13372,16136 -"100494",13372,30515 -"100495",13372,39139 -"100496",13372,42882 -"100497",13372,44454 -"100498",13372,44866 -"100499",13372,74573 -"100500",13372,75338 -"100501",13372,106292 -"100502",13373,63778 -"100503",13373,79604 -"100504",13374,13526 -"100505",13374,21053 -"100506",13374,24216 -"100507",13374,28870 -"100508",13374,65006 -"100509",13375,13712 -"100510",13375,22044 -"100511",13375,38431 -"100512",13375,40216 -"100513",13375,51029 -"100514",13375,53445 -"100515",13375,75059 -"100516",13375,83530 -"100517",13375,99492 -"100518",13375,99972 -"100519",13375,107921 -"100520",13375,108797 -"100521",13375,109029 -"100522",13376,43487 -"100523",13376,43953 -"100524",13376,84773 -"100525",13376,89816 -"100526",13377,13463 -"100527",13377,52630 -"100528",13377,62812 -"100529",13378,13425 -"100530",13378,16733 -"100531",13378,16781 -"100532",13378,18468 -"100533",13378,27797 -"100534",13378,28161 -"100535",13378,40682 -"100536",13378,41510 -"100537",13378,42970 -"100538",13378,50052 -"100539",13378,53530 -"100540",13378,60583 -"100541",13378,78343 -"100542",13378,80080 -"100543",13378,81715 -"100544",13378,81720 -"100545",13378,90642 -"100546",13378,96795 -"100547",13379,13559 -"100548",13379,17891 -"100549",13379,30404 -"100550",13379,62477 -"100551",13379,91631 -"100552",13379,93156 -"100553",13379,94215 -"100554",13379,120563 -"100555",13379,120647 -"100556",13380,13483 -"100557",13380,16727 -"100558",13380,22138 -"100559",13380,22191 -"100560",13380,22202 -"100561",13380,22216 -"100562",13380,25441 -"100563",13380,25534 -"100564",13380,25547 -"100565",13380,25549 -"100566",13380,35542 -"100567",13380,48129 -"100568",13380,48768 -"100569",13380,84565 -"100570",13381,58313 -"100571",13381,61105 -"100572",13381,108069 -"100573",13381,108070 -"100574",13381,116462 -"100575",13382,25322 -"100576",13382,30757 -"100577",13382,44727 -"100578",13382,49077 -"100579",13382,51287 -"100580",13382,56200 -"100581",13382,74813 -"100582",13382,78751 -"100583",13382,79470 -"100584",13382,101376 -"100585",13383,45174 -"100586",13383,57282 -"100587",13383,58704 -"100588",13384,13410 -"100589",13384,13570 -"100590",13384,59884 -"100591",13384,61174 -"100592",13384,100682 -"100593",13385,14124 -"100594",13385,30510 -"100595",13385,35477 -"100596",13385,42786 -"100597",13385,54258 -"100598",13385,57265 -"100599",13386,13938 -"100600",13386,15023 -"100601",13386,20547 -"100602",13386,20623 -"100603",13386,21804 -"100604",13386,23116 -"100605",13386,32697 -"100606",13386,35088 -"100607",13386,46177 -"100608",13386,51843 -"100609",13386,53756 -"100610",13386,54385 -"100611",13386,79000 -"100612",13386,80025 -"100613",13386,84808 -"100614",13386,84828 -"100615",13386,108974 -"100616",13387,13508 -"100617",13387,17666 -"100618",13387,18965 -"100619",13387,32944 -"100620",13387,34351 -"100621",13387,37625 -"100622",13387,37639 -"100623",13387,40158 -"100624",13387,52940 -"100625",13387,53771 -"100626",13387,71816 -"100627",13387,78020 -"100628",13388,15990 -"100629",13388,32422 -"100630",13388,40495 -"100631",13388,46388 -"100632",13388,75708 -"100633",13388,75830 -"100634",13388,76917 -"100635",13388,100140 -"100636",13388,100398 -"100637",13388,100460 -"100638",13389,26303 -"100639",13389,26762 -"100640",13389,106211 -"100641",13390,116232 -"100642",13391,13474 -"100643",13391,13477 -"100644",13391,13513 -"100645",13391,13536 -"100646",13392,13393 -"100647",13393,35833 -"100648",13394,34270 -"100649",13394,63424 -"100650",13394,71325 -"100651",13394,76717 -"100652",13394,94984 -"100653",13395,13562 -"100654",13396,16287 -"100655",13396,26648 -"100656",13397,29403 -"100657",13397,30871 -"100658",13397,68425 -"100659",13397,85361 -"100660",13397,97480 -"100661",13397,121128 -"100662",13398,15548 -"100663",13398,16876 -"100664",13398,19501 -"100665",13398,19655 -"100666",13398,21485 -"100667",13398,23581 -"100668",13398,25734 -"100669",13398,29403 -"100670",13398,52217 -"100671",13398,74394 -"100672",13398,88036 -"100673",13400,13425 -"100674",13400,14712 -"100675",13400,14789 -"100676",13400,15301 -"100677",13400,16781 -"100678",13400,24625 -"100679",13400,26038 -"100680",13400,26100 -"100681",13400,26457 -"100682",13400,31251 -"100683",13400,33165 -"100684",13400,38556 -"100685",13400,44095 -"100686",13400,44964 -"100687",13400,46140 -"100688",13400,51512 -"100689",13400,52413 -"100690",13400,53362 -"100691",13400,74186 -"100692",13400,80936 -"100693",13400,84270 -"100694",13400,91715 -"100695",13401,21786 -"100696",13401,24363 -"100697",13401,28465 -"100698",13401,36239 -"100699",13401,36481 -"100700",13401,76886 -"100701",13402,15019 -"100702",13402,17137 -"100703",13402,17595 -"100704",13402,38819 -"100705",13402,53219 -"100706",13402,54020 -"100707",13402,62442 -"100708",13402,65679 -"100709",13403,20793 -"100710",13403,36329 -"100711",13403,42861 -"100712",13403,45474 -"100713",13403,45899 -"100714",13404,13683 -"100715",13404,13927 -"100716",13404,14150 -"100717",13405,13430 -"100718",13405,19106 -"100719",13405,21374 -"100720",13405,21532 -"100721",13405,23115 -"100722",13405,24280 -"100723",13405,24685 -"100724",13405,27221 -"100725",13405,36986 -"100726",13405,37471 -"100727",13405,37702 -"100728",13405,43696 -"100729",13405,44813 -"100730",13405,51011 -"100731",13405,54664 -"100732",13406,15895 -"100733",13408,16437 -"100734",13408,16744 -"100735",13409,56293 -"100736",13409,73479 -"100737",13409,91391 -"100738",13409,110000 -"100739",13410,59884 -"100740",13410,61174 -"100741",13412,24362 -"100742",13412,29024 -"100743",13412,45049 -"100744",13412,82306 -"100745",13412,97172 -"100746",13413,16201 -"100747",13413,19448 -"100748",13413,20797 -"100749",13413,22209 -"100750",13413,36458 -"100751",13413,38616 -"100752",13413,39556 -"100753",13413,39765 -"100754",13413,42845 -"100755",13413,43635 -"100756",13413,49378 -"100757",13413,49534 -"100758",13413,56474 -"100759",13413,57732 -"100760",13413,59947 -"100761",13413,60895 -"100762",13413,65971 -"100763",13413,65981 -"100764",13413,69892 -"100765",13413,79136 -"100766",13413,88506 -"100767",13413,89799 -"100768",13413,90845 -"100769",13413,90879 -"100770",13413,90889 -"100771",13413,90958 -"100772",13413,92996 -"100773",13413,93218 -"100774",13413,99152 -"100775",13413,102226 -"100776",13413,106318 -"100777",13414,43991 -"100778",13414,51231 -"100779",13414,51264 -"100780",13414,104731 -"100781",13415,14428 -"100782",13415,14801 -"100783",13415,15160 -"100784",13415,15401 -"100785",13415,15887 -"100786",13415,16259 -"100787",13415,16801 -"100788",13415,17828 -"100789",13415,20998 -"100790",13415,23137 -"100791",13415,26387 -"100792",13415,26644 -"100793",13415,26882 -"100794",13415,32672 -"100795",13415,32988 -"100796",13415,38219 -"100797",13415,39897 -"100798",13415,40245 -"100799",13415,42604 -"100800",13415,42778 -"100801",13415,47438 -"100802",13415,63693 -"100803",13415,65155 -"100804",13415,71033 -"100805",13415,73409 -"100806",13415,75568 -"100807",13415,79063 -"100808",13415,80625 -"100809",13415,90293 -"100810",13415,90968 -"100811",13415,104590 -"100812",13415,108463 -"100813",13415,111611 -"100814",13415,116534 -"100815",13415,116545 -"100816",13415,120686 -"100817",13416,40410 -"100818",13416,56303 -"100819",13416,97062 -"100820",13416,103168 -"100821",13416,103217 -"100822",13417,26929 -"100823",13417,37483 -"100824",13417,41134 -"100825",13417,42285 -"100826",13417,42756 -"100827",13417,62247 -"100828",13417,66994 -"100829",13417,68586 -"100830",13417,68688 -"100831",13417,80911 -"100832",13417,85646 -"100833",13417,95056 -"100834",13418,13488 -"100835",13418,29812 -"100836",13418,104084 -"100837",13419,37704 -"100838",13420,13422 -"100839",13420,24613 -"100840",13420,40246 -"100841",13420,89035 -"100842",13420,94972 -"100843",13420,101691 -"100844",13420,110017 -"100845",13421,13549 -"100846",13421,54997 -"100847",13421,75587 -"100848",13422,31139 -"100849",13422,44087 -"100850",13422,53104 -"100851",13422,57405 -"100852",13422,64654 -"100853",13422,77289 -"100854",13422,92687 -"100855",13422,97881 -"100856",13422,110017 -"100857",13423,22417 -"100858",13423,29249 -"100859",13423,33999 -"100860",13423,52398 -"100861",13423,80911 -"100862",13423,87949 -"100863",13424,13718 -"100864",13424,19502 -"100865",13424,23109 -"100866",13424,26647 -"100867",13424,26807 -"100868",13424,87481 -"100869",13425,16781 -"100870",13425,24465 -"100871",13425,26038 -"100872",13425,26100 -"100873",13425,26457 -"100874",13425,30071 -"100875",13425,40682 -"100876",13425,41510 -"100877",13425,44095 -"100878",13425,53034 -"100879",13425,53362 -"100880",13425,60583 -"100881",13425,66003 -"100882",13425,70777 -"100883",13425,71344 -"100884",13425,78343 -"100885",13425,80080 -"100886",13425,81616 -"100887",13425,81715 -"100888",13425,81720 -"100889",13425,92755 -"100890",13426,13468 -"100891",13426,13530 -"100892",13426,13548 -"100893",13426,81826 -"100894",13427,14385 -"100895",13427,14412 -"100896",13427,16861 -"100897",13427,20982 -"100898",13427,26275 -"100899",13427,28119 -"100900",13427,38513 -"100901",13427,39501 -"100902",13427,43302 -"100903",13427,45671 -"100904",13427,45826 -"100905",13427,47826 -"100906",13427,65198 -"100907",13427,66100 -"100908",13427,84852 -"100909",13427,102476 -"100910",13428,47710 -"100911",13428,51733 -"100912",13428,62682 -"100913",13428,85994 -"100914",13428,87641 -"100915",13428,87672 -"100916",13429,17727 -"100917",13429,18201 -"100918",13429,23728 -"100919",13429,34728 -"100920",13429,42225 -"100921",13429,42688 -"100922",13429,42692 -"100923",13429,42774 -"100924",13429,64778 -"100925",13429,68768 -"100926",13429,69670 -"100927",13431,19253 -"100928",13431,27931 -"100929",13431,28099 -"100930",13431,28797 -"100931",13431,80183 -"100932",13431,86055 -"100933",13431,86095 -"100934",13431,88667 -"100935",13431,103443 -"100936",13433,16790 -"100937",13433,24998 -"100938",13433,59795 -"100939",13433,84573 -"100940",13434,47127 -"100941",13434,122523 -"100942",13435,15396 -"100943",13435,40194 -"100944",13435,65226 -"100945",13435,65263 -"100946",13436,77613 -"100947",13437,103080 -"100948",13437,117073 -"100949",13438,81271 -"100950",13439,14983 -"100951",13439,34318 -"100952",13439,45003 -"100953",13439,70333 -"100954",13439,70605 -"100955",13439,87359 -"100956",13439,88989 -"100957",13439,113841 -"100958",13439,122201 -"100959",13440,13506 -"100960",13441,13565 -"100961",13441,101482 -"100962",13442,16367 -"100963",13442,24960 -"100964",13442,95639 -"100965",13443,33717 -"100966",13443,43997 -"100967",13443,91115 -"100968",13443,92244 -"100969",13444,14251 -"100970",13444,52180 -"100971",13444,83787 -"100972",13444,87110 -"100973",13445,50369 -"100974",13445,71962 -"100975",13445,76490 -"100976",13445,92204 -"100977",13445,99799 -"100978",13445,104306 -"100979",13446,13537 -"100980",13446,13946 -"100981",13446,31495 -"100982",13446,50072 -"100983",13446,57404 -"100984",13447,13514 -"100985",13447,30686 -"100986",13447,40218 -"100987",13447,50076 -"100988",13448,13450 -"100989",13448,13789 -"100990",13448,21983 -"100991",13448,39432 -"100992",13448,70219 -"100993",13449,21446 -"100994",13449,111133 -"100995",13450,18286 -"100996",13450,20182 -"100997",13450,66478 -"100998",13450,70183 -"100999",13450,79843 -"101000",13450,80726 -"101001",13450,81644 -"101002",13450,83985 -"101003",13450,86440 -"101004",13451,31585 -"101005",13451,40622 -"101006",13451,67639 -"101007",13451,67640 -"101008",13451,91487 -"101009",13451,91488 -"101010",13451,117460 -"101011",13452,22549 -"101012",13452,22659 -"101013",13452,54983 -"101014",13453,18193 -"101015",13453,22595 -"101016",13453,22763 -"101017",13453,22804 -"101018",13453,27889 -"101019",13453,40510 -"101020",13453,41805 -"101021",13453,45449 -"101022",13453,45450 -"101023",13453,48781 -"101024",13453,55018 -"101025",13453,70596 -"101026",13453,79639 -"101027",13453,81622 -"101028",13453,86195 -"101029",13453,86214 -"101030",13453,86223 -"101031",13453,86230 -"101032",13453,92366 -"101033",13453,112808 -"101034",13454,16546 -"101035",13454,18240 -"101036",13454,20209 -"101037",13454,27807 -"101038",13454,33757 -"101039",13454,56555 -"101040",13454,62647 -"101041",13454,81708 -"101042",13454,94867 -"101043",13455,13482 -"101044",13456,14201 -"101045",13456,43940 -"101046",13456,84792 -"101047",13456,86320 -"101048",13456,106330 -"101049",13456,109339 -"101050",13456,111300 -"101051",13457,47346 -"101052",13458,38204 -"101053",13458,40293 -"101054",13458,44502 -"101055",13458,73171 -"101056",13458,79612 -"101057",13458,86514 -"101058",13458,106640 -"101059",13458,117356 -"101060",13458,117369 -"101061",13458,119564 -"101062",13458,119567 -"101063",13458,119614 -"101064",13459,13840 -"101065",13459,38354 -"101066",13459,111058 -"101067",13460,35972 -"101068",13460,36114 -"101069",13461,66159 -"101070",13461,70166 -"101071",13464,49757 -"101072",13465,14978 -"101073",13465,59235 -"101074",13465,59237 -"101075",13466,19253 -"101076",13466,19263 -"101077",13466,19321 -"101078",13466,19477 -"101079",13466,19551 -"101080",13466,23309 -"101081",13466,27350 -"101082",13466,54865 -"101083",13466,54901 -"101084",13466,68651 -"101085",13466,79289 -"101086",13466,85314 -"101087",13466,90929 -"101088",13466,115830 -"101089",13467,14855 -"101090",13467,16557 -"101091",13467,27862 -"101092",13467,42981 -"101093",13467,42995 -"101094",13467,55827 -"101095",13468,13530 -"101096",13468,13548 -"101097",13468,34444 -"101098",13468,36125 -"101099",13468,36619 -"101100",13468,36644 -"101101",13468,67511 -"101102",13469,87560 -"101103",13469,121841 -"101104",13470,22117 -"101105",13470,28181 -"101106",13471,32144 -"101107",13471,50946 -"101108",13471,56049 -"101109",13473,101931 -"101110",13474,13477 -"101111",13474,13513 -"101112",13474,13536 -"101113",13475,18978 -"101114",13475,32532 -"101115",13475,32560 -"101116",13475,32651 -"101117",13475,59727 -"101118",13475,62936 -"101119",13476,33889 -"101120",13476,36364 -"101121",13476,45539 -"101122",13476,46346 -"101123",13476,47061 -"101124",13476,48555 -"101125",13476,56620 -"101126",13476,86830 -"101127",13476,104925 -"101128",13476,108670 -"101129",13476,121519 -"101130",13476,121521 -"101131",13476,121522 -"101132",13476,121524 -"101133",13477,13513 -"101134",13477,13536 -"101135",13477,20824 -"101136",13477,23598 -"101137",13477,25097 -"101138",13477,33305 -"101139",13478,13890 -"101140",13478,19532 -"101141",13478,88030 -"101142",13479,13518 -"101143",13479,13872 -"101144",13479,19252 -"101145",13479,30692 -"101146",13479,32922 -"101147",13479,34540 -"101148",13479,53495 -"101149",13479,61449 -"101150",13480,13579 -"101151",13481,77255 -"101152",13481,86011 -"101153",13482,41302 -"101154",13482,89994 -"101155",13482,91157 -"101156",13482,110916 -"101157",13483,16526 -"101158",13483,16747 -"101159",13483,19151 -"101160",13483,22191 -"101161",13483,25534 -"101162",13483,37519 -"101163",13483,43738 -"101164",13483,44631 -"101165",13483,46750 -"101166",13483,48590 -"101167",13483,48622 -"101168",13483,48659 -"101169",13483,55809 -"101170",13483,56994 -"101171",13483,61458 -"101172",13484,34642 -"101173",13484,60137 -"101174",13484,84162 -"101175",13484,87697 -"101176",13484,94576 -"101177",13485,19983 -"101178",13485,48375 -"101179",13485,49291 -"101180",13485,49293 -"101181",13485,55372 -"101182",13486,57237 -"101183",13486,70165 -"101184",13486,95040 -"101185",13486,97787 -"101186",13487,25483 -"101187",13487,47098 -"101188",13487,50785 -"101189",13487,54306 -"101190",13487,70216 -"101191",13487,87784 -"101192",13487,88258 -"101193",13488,42788 -"101194",13489,20735 -"101195",13489,23973 -"101196",13489,27857 -"101197",13489,35396 -"101198",13489,35695 -"101199",13489,48923 -"101200",13489,64150 -"101201",13489,98067 -"101202",13489,108732 -"101203",13490,51035 -"101204",13490,60381 -"101205",13490,78089 -"101206",13491,55335 -"101207",13492,37032 -"101208",13493,44253 -"101209",13493,54284 -"101210",13493,63569 -"101211",13493,63692 -"101212",13494,35670 -"101213",13494,36792 -"101214",13494,99921 -"101215",13494,118965 -"101216",13494,118966 -"101217",13495,26233 -"101218",13495,37583 -"101219",13495,57262 -"101220",13495,70728 -"101221",13495,88055 -"101222",13495,94722 -"101223",13495,95130 -"101224",13495,100090 -"101225",13495,102339 -"101226",13495,111435 -"101227",13495,113971 -"101228",13496,16166 -"101229",13496,16257 -"101230",13496,17210 -"101231",13496,20964 -"101232",13496,54004 -"101233",13496,61585 -"101234",13496,87882 -"101235",13496,94096 -"101236",13496,107232 -"101237",13497,17882 -"101238",13497,32810 -"101239",13497,46253 -"101240",13497,55229 -"101241",13497,63113 -"101242",13497,69310 -"101243",13497,71025 -"101244",13497,73394 -"101245",13497,77507 -"101246",13498,21393 -"101247",13498,31435 -"101248",13498,33616 -"101249",13498,76895 -"101250",13498,77072 -"101251",13499,76007 -"101252",13500,21645 -"101253",13500,21646 -"101254",13500,21648 -"101255",13500,21691 -"101256",13500,21742 -"101257",13500,21776 -"101258",13500,21780 -"101259",13500,21782 -"101260",13500,21792 -"101261",13500,21836 -"101262",13500,21838 -"101263",13500,21853 -"101264",13501,26041 -"101265",13502,13524 -"101266",13502,13560 -"101267",13503,26141 -"101268",13503,77993 -"101269",13503,79314 -"101270",13503,84705 -"101271",13503,86149 -"101272",13504,41365 -"101273",13504,57086 -"101274",13504,57167 -"101275",13504,73613 -"101276",13504,74141 -"101277",13505,29035 -"101278",13506,23466 -"101279",13506,32611 -"101280",13506,60376 -"101281",13507,72432 -"101282",13509,30075 -"101283",13510,36360 -"101284",13510,79977 -"101285",13510,88712 -"101286",13511,22393 -"101287",13511,79748 -"101288",13511,110317 -"101289",13513,13536 -"101290",13514,14210 -"101291",13514,14588 -"101292",13514,15909 -"101293",13514,24376 -"101294",13514,32504 -"101295",13514,38445 -"101296",13514,40218 -"101297",13514,48328 -"101298",13514,48615 -"101299",13514,50076 -"101300",13514,52839 -"101301",13514,59865 -"101302",13514,94586 -"101303",13515,57984 -"101304",13516,16063 -"101305",13516,30507 -"101306",13516,59133 -"101307",13516,79177 -"101308",13516,96970 -"101309",13517,29104 -"101310",13517,48111 -"101311",13517,79594 -"101312",13517,113557 -"101313",13517,116997 -"101314",13518,13872 -"101315",13518,15686 -"101316",13518,20969 -"101317",13518,21479 -"101318",13518,24068 -"101319",13518,24128 -"101320",13518,27427 -"101321",13518,29000 -"101322",13518,32922 -"101323",13518,39291 -"101324",13518,39737 -"101325",13518,40707 -"101326",13518,59955 -"101327",13518,60477 -"101328",13518,63331 -"101329",13518,67424 -"101330",13518,74909 -"101331",13518,114774 -"101332",13520,16304 -"101333",13520,18510 -"101334",13520,27180 -"101335",13520,31582 -"101336",13520,36025 -"101337",13520,53925 -"101338",13520,74756 -"101339",13520,89372 -"101340",13520,101466 -"101341",13520,106493 -"101342",13520,115476 -"101343",13521,15974 -"101344",13521,17447 -"101345",13521,85835 -"101346",13521,94605 -"101347",13522,74412 -"101348",13522,79470 -"101349",13522,79478 -"101350",13523,14488 -"101351",13523,26748 -"101352",13523,27054 -"101353",13523,53660 -"101354",13523,68286 -"101355",13523,74080 -"101356",13523,101738 -"101357",13523,116129 -"101358",13524,13560 -"101359",13525,38739 -"101360",13525,55761 -"101361",13525,96914 -"101362",13525,104265 -"101363",13526,19096 -"101364",13526,20538 -"101365",13526,24216 -"101366",13526,27242 -"101367",13526,28870 -"101368",13526,36334 -"101369",13526,36335 -"101370",13526,36336 -"101371",13526,41613 -"101372",13526,45495 -"101373",13526,53323 -"101374",13526,59340 -"101375",13526,65006 -"101376",13526,67678 -"101377",13526,97676 -"101378",13526,109186 -"101379",13527,59788 -"101380",13527,74337 -"101381",13528,17952 -"101382",13528,19972 -"101383",13528,20880 -"101384",13528,20883 -"101385",13528,21372 -"101386",13528,30733 -"101387",13528,53073 -"101388",13528,76374 -"101389",13528,96457 -"101390",13529,90350 -"101391",13529,109087 -"101392",13530,13548 -"101393",13530,15256 -"101394",13530,19208 -"101395",13530,20250 -"101396",13530,22136 -"101397",13530,22840 -"101398",13530,23460 -"101399",13530,29266 -"101400",13530,33435 -"101401",13530,34865 -"101402",13530,41804 -"101403",13530,46247 -"101404",13530,48871 -"101405",13530,53497 -"101406",13530,57417 -"101407",13530,63500 -"101408",13530,67556 -"101409",13531,17996 -"101410",13531,18182 -"101411",13531,21325 -"101412",13531,59164 -"101413",13531,85525 -"101414",13531,91210 -"101415",13531,93184 -"101416",13532,17091 -"101417",13532,17858 -"101418",13532,25314 -"101419",13532,33536 -"101420",13532,41250 -"101421",13532,63342 -"101422",13532,66495 -"101423",13532,81149 -"101424",13532,121443 -"101425",13533,20326 -"101426",13533,20480 -"101427",13533,21012 -"101428",13533,25985 -"101429",13533,26089 -"101430",13533,27578 -"101431",13533,32965 -"101432",13533,46544 -"101433",13533,53220 -"101434",13533,57164 -"101435",13533,60878 -"101436",13533,64505 -"101437",13533,86369 -"101438",13533,86381 -"101439",13534,54215 -"101440",13534,60780 -"101441",13535,19520 -"101442",13535,19539 -"101443",13535,20545 -"101444",13535,20659 -"101445",13535,39061 -"101446",13535,39088 -"101447",13536,18064 -"101448",13537,20635 -"101449",13537,23245 -"101450",13537,23354 -"101451",13537,24640 -"101452",13537,25008 -"101453",13537,25373 -"101454",13537,28273 -"101455",13537,30344 -"101456",13537,32109 -"101457",13537,34730 -"101458",13537,37491 -"101459",13537,50278 -"101460",13537,51427 -"101461",13537,52838 -"101462",13537,53390 -"101463",13537,59097 -"101464",13537,61191 -"101465",13537,66718 -"101466",13537,67895 -"101467",13537,68604 -"101468",13537,79149 -"101469",13537,100131 -"101470",13537,101250 -"101471",13537,106965 -"101472",13538,17579 -"101473",13538,19631 -"101474",13538,21081 -"101475",13538,34953 -"101476",13538,52380 -"101477",13539,72969 -"101478",13540,26309 -"101479",13540,49870 -"101480",13540,93610 -"101481",13540,100389 -"101482",13541,74803 -"101483",13541,88502 -"101484",13541,95247 -"101485",13541,118960 -"101486",13541,119809 -"101487",13542,15220 -"101488",13542,19099 -"101489",13542,29574 -"101490",13542,33337 -"101491",13542,37046 -"101492",13542,46183 -"101493",13542,117038 -"101494",13543,25525 -"101495",13543,46331 -"101496",13543,114046 -"101497",13544,18543 -"101498",13544,23014 -"101499",13544,41085 -"101500",13544,44427 -"101501",13544,68972 -"101502",13544,100291 -"101503",13544,101484 -"101504",13545,25327 -"101505",13545,67127 -"101506",13546,17286 -"101507",13546,22571 -"101508",13546,33445 -"101509",13547,21972 -"101510",13547,31589 -"101511",13547,38296 -"101512",13547,45039 -"101513",13547,45085 -"101514",13547,60860 -"101515",13547,62083 -"101516",13550,13556 -"101517",13550,13577 -"101518",13550,22578 -"101519",13550,85218 -"101520",13550,91276 -"101521",13550,100201 -"101522",13551,17432 -"101523",13551,22486 -"101524",13551,22544 -"101525",13551,22550 -"101526",13551,27524 -"101527",13551,28881 -"101528",13551,30544 -"101529",13551,36890 -"101530",13551,51691 -"101531",13551,59945 -"101532",13551,82569 -"101533",13551,86328 -"101534",13551,86367 -"101535",13552,26924 -"101536",13553,16107 -"101537",13553,16729 -"101538",13553,23526 -"101539",13553,32657 -"101540",13553,33778 -"101541",13553,55124 -"101542",13553,59056 -"101543",13553,78290 -"101544",13554,21004 -"101545",13554,24657 -"101546",13554,27903 -"101547",13554,28611 -"101548",13554,28627 -"101549",13554,73071 -"101550",13554,81878 -"101551",13554,109645 -"101552",13554,120520 -"101553",13554,122794 -"101554",13555,76884 -"101555",13555,105117 -"101556",13555,120485 -"101557",13556,13577 -"101558",13557,24857 -"101559",13557,53599 -"101560",13557,54224 -"101561",13557,94064 -"101562",13558,37052 -"101563",13558,56523 -"101564",13558,71699 -"101565",13559,15312 -"101566",13559,15873 -"101567",13559,24901 -"101568",13559,28451 -"101569",13559,37074 -"101570",13559,41219 -"101571",13559,41509 -"101572",13559,49719 -"101573",13559,50094 -"101574",13559,61877 -"101575",13559,64695 -"101576",13559,76738 -"101577",13559,79453 -"101578",13559,93156 -"101579",13559,97461 -"101580",13559,115129 -"101581",13559,115350 -"101582",13560,17321 -"101583",13560,82140 -"101584",13561,18875 -"101585",13561,24195 -"101586",13561,25554 -"101587",13561,35620 -"101588",13561,71689 -"101589",13561,80572 -"101590",13561,82386 -"101591",13561,98013 -"101592",13561,109522 -"101593",13561,111498 -"101594",13562,25482 -"101595",13562,34049 -"101596",13562,34065 -"101597",13563,14464 -"101598",13563,14466 -"101599",13563,14541 -"101600",13563,14619 -"101601",13563,14697 -"101602",13564,14748 -"101603",13566,73638 -"101604",13566,82629 -"101605",13566,110441 -"101606",13566,111623 -"101607",13566,111625 -"101608",13566,121479 -"101609",13566,122387 -"101610",13567,40010 -"101611",13567,43301 -"101612",13567,50688 -"101613",13567,85807 -"101614",13568,23028 -"101615",13568,39592 -"101616",13568,39765 -"101617",13568,44194 -"101618",13568,45452 -"101619",13568,106464 -"101620",13569,16714 -"101621",13569,32356 -"101622",13571,26766 -"101623",13571,30602 -"101624",13571,74250 -"101625",13571,79592 -"101626",13571,80185 -"101627",13571,80190 -"101628",13571,80216 -"101629",13572,17374 -"101630",13572,20371 -"101631",13572,22541 -"101632",13572,25955 -"101633",13572,32792 -"101634",13572,51630 -"101635",13572,55325 -"101636",13572,67377 -"101637",13572,75124 -"101638",13572,80480 -"101639",13572,81888 -"101640",13572,84285 -"101641",13572,88056 -"101642",13572,93925 -"101643",13572,122666 -"101644",13573,13574 -"101645",13573,13793 -"101646",13573,20186 -"101647",13573,22463 -"101648",13573,22575 -"101649",13573,22928 -"101650",13573,23151 -"101651",13573,24404 -"101652",13573,24687 -"101653",13573,34507 -"101654",13573,36077 -"101655",13573,49251 -"101656",13573,86346 -"101657",13575,28619 -"101658",13575,44819 -"101659",13575,105766 -"101660",13576,19570 -"101661",13576,42704 -"101662",13576,42729 -"101663",13578,15646 -"101664",13578,24181 -"101665",13578,26108 -"101666",13578,52515 -"101667",13578,65408 -"101668",13578,65463 -"101669",13578,97577 -"101670",13578,111070 -"101671",13580,22980 -"101672",13580,28103 -"101673",13580,28219 -"101674",13580,98206 -"101675",13581,15232 -"101676",13581,18832 -"101677",13581,20417 -"101678",13581,20616 -"101679",13581,25393 -"101680",13581,27706 -"101681",13581,33982 -"101682",13581,42875 -"101683",13581,63896 -"101684",13581,75738 -"101685",13581,76375 -"101686",13581,79570 -"101687",13581,85598 -"101688",13582,18649 -"101689",13582,57302 -"101690",13582,69081 -"101691",13582,78187 -"101692",13582,82043 -"101693",13582,91990 -"101694",13582,114465 -"101695",13583,15212 -"101696",13583,66127 -"101697",13583,85097 -"101698",13584,17861 -"101699",13584,19804 -"101700",13584,51929 -"101701",13584,52983 -"101702",13584,56813 -"101703",13584,113945 -"101704",13586,15114 -"101705",13586,29982 -"101706",13586,30024 -"101707",13586,35815 -"101708",13586,43651 -"101709",13586,44392 -"101710",13586,59226 -"101711",13586,96178 -"101712",13586,108183 -"101713",13587,13664 -"101714",13587,85303 -"101715",13587,85304 -"101716",13588,56716 -"101717",13589,16822 -"101718",13590,37820 -"101719",13590,79586 -"101720",13591,13597 -"101721",13591,13663 -"101722",13591,52133 -"101723",13591,63879 -"101724",13592,16735 -"101725",13592,18161 -"101726",13592,19087 -"101727",13592,24027 -"101728",13592,33049 -"101729",13592,39217 -"101730",13592,78379 -"101731",13593,13626 -"101732",13593,13805 -"101733",13593,30266 -"101734",13593,30835 -"101735",13593,31418 -"101736",13593,33648 -"101737",13593,38885 -"101738",13593,43756 -"101739",13593,44156 -"101740",13593,47197 -"101741",13593,47931 -"101742",13593,59573 -"101743",13593,59698 -"101744",13593,60472 -"101745",13594,25253 -"101746",13595,13708 -"101747",13595,13772 -"101748",13595,14489 -"101749",13595,17531 -"101750",13595,21358 -"101751",13595,28648 -"101752",13595,32239 -"101753",13595,35304 -"101754",13595,41227 -"101755",13595,41489 -"101756",13595,45297 -"101757",13595,61431 -"101758",13595,67289 -"101759",13595,76580 -"101760",13595,76589 -"101761",13595,76845 -"101762",13595,82217 -"101763",13595,82235 -"101764",13595,105648 -"101765",13595,107148 -"101766",13595,107936 -"101767",13595,112756 -"101768",13596,16757 -"101769",13596,32724 -"101770",13596,86109 -"101771",13596,95797 -"101772",13597,13663 -"101773",13598,14058 -"101774",13598,20708 -"101775",13598,33596 -"101776",13598,35096 -"101777",13598,40353 -"101778",13598,45027 -"101779",13598,52158 -"101780",13598,68705 -"101781",13598,69656 -"101782",13598,89350 -"101783",13598,103179 -"101784",13598,103826 -"101785",13598,115536 -"101786",13598,116973 -"101787",13598,120787 -"101788",13598,121510 -"101789",13598,122106 -"101790",13598,122128 -"101791",13599,40388 -"101792",13599,53320 -"101793",13599,66917 -"101794",13599,66949 -"101795",13599,66972 -"101796",13599,66973 -"101797",13600,20770 -"101798",13600,35129 -"101799",13600,35189 -"101800",13600,39439 -"101801",13600,42136 -"101802",13600,87195 -"101803",13600,87237 -"101804",13600,92022 -"101805",13600,100154 -"101806",13601,13880 -"101807",13601,13978 -"101808",13601,25997 -"101809",13601,30455 -"101810",13601,34566 -"101811",13601,41559 -"101812",13601,45846 -"101813",13601,60659 -"101814",13601,69768 -"101815",13601,84529 -"101816",13602,18188 -"101817",13602,18808 -"101818",13602,25900 -"101819",13602,26100 -"101820",13602,42840 -"101821",13602,42887 -"101822",13602,50803 -"101823",13602,58171 -"101824",13602,69214 -"101825",13604,22983 -"101826",13604,29775 -"101827",13604,78916 -"101828",13604,83757 -"101829",13604,109348 -"101830",13605,22427 -"101831",13605,73203 -"101832",13605,96633 -"101833",13606,35066 -"101834",13607,13661 -"101835",13608,14527 -"101836",13608,23503 -"101837",13608,48092 -"101838",13608,52056 -"101839",13609,13759 -"101840",13609,15993 -"101841",13609,16045 -"101842",13609,16048 -"101843",13609,16263 -"101844",13609,16323 -"101845",13609,16524 -"101846",13609,17709 -"101847",13609,20680 -"101848",13609,23321 -"101849",13609,26109 -"101850",13609,30993 -"101851",13609,40726 -"101852",13609,42733 -"101853",13609,42744 -"101854",13609,42910 -"101855",13609,42911 -"101856",13609,43907 -"101857",13609,43937 -"101858",13609,48621 -"101859",13609,58059 -"101860",13609,76826 -"101861",13609,80451 -"101862",13610,49532 -"101863",13610,52461 -"101864",13610,57998 -"101865",13610,72414 -"101866",13610,73488 -"101867",13610,79621 -"101868",13612,21547 -"101869",13612,22352 -"101870",13612,38001 -"101871",13612,38098 -"101872",13612,60567 -"101873",13612,60886 -"101874",13612,74702 -"101875",13612,85619 -"101876",13612,86515 -"101877",13612,92102 -"101878",13612,106118 -"101879",13612,112631 -"101880",13612,113834 -"101881",13613,13776 -"101882",13613,74424 -"101883",13613,83050 -"101884",13614,51663 -"101885",13615,13974 -"101886",13615,45709 -"101887",13615,94249 -"101888",13616,24043 -"101889",13618,13687 -"101890",13618,13840 -"101891",13619,29927 -"101892",13619,31803 -"101893",13619,32548 -"101894",13619,36514 -"101895",13619,40681 -"101896",13619,43873 -"101897",13619,49765 -"101898",13619,51943 -"101899",13619,51959 -"101900",13619,56602 -"101901",13619,56664 -"101902",13619,63498 -"101903",13620,14193 -"101904",13620,14337 -"101905",13620,24218 -"101906",13620,25489 -"101907",13620,25524 -"101908",13620,29507 -"101909",13620,31550 -"101910",13620,34559 -"101911",13620,34575 -"101912",13620,39823 -"101913",13620,42195 -"101914",13620,44244 -"101915",13620,50517 -"101916",13620,58415 -"101917",13620,68397 -"101918",13620,76383 -"101919",13620,81064 -"101920",13620,82761 -"101921",13620,83541 -"101922",13620,96694 -"101923",13620,98358 -"101924",13620,102764 -"101925",13620,103694 -"101926",13620,104849 -"101927",13620,107701 -"101928",13620,110746 -"101929",13620,113754 -"101930",13621,13734 -"101931",13621,13757 -"101932",13621,16816 -"101933",13622,17091 -"101934",13622,30451 -"101935",13622,38878 -"101936",13622,49157 -"101937",13622,52960 -"101938",13622,66748 -"101939",13622,68604 -"101940",13622,95497 -"101941",13623,13651 -"101942",13623,108716 -"101943",13624,39384 -"101944",13624,49278 -"101945",13624,49279 -"101946",13625,13760 -"101947",13625,27082 -"101948",13626,21306 -"101949",13627,17018 -"101950",13627,17303 -"101951",13627,41958 -"101952",13627,52845 -"101953",13628,52228 -"101954",13628,52628 -"101955",13629,21172 -"101956",13629,31836 -"101957",13629,36786 -"101958",13629,45765 -"101959",13629,48478 -"101960",13629,72055 -"101961",13629,72176 -"101962",13629,77170 -"101963",13629,78694 -"101964",13629,81563 -"101965",13629,90357 -"101966",13629,93717 -"101967",13629,97387 -"101968",13629,97407 -"101969",13629,97411 -"101970",13629,97413 -"101971",13629,105601 -"101972",13630,56682 -"101973",13630,56691 -"101974",13631,20629 -"101975",13631,20914 -"101976",13631,43752 -"101977",13631,51825 -"101978",13631,89456 -"101979",13631,102290 -"101980",13631,102329 -"101981",13632,13656 -"101982",13632,13864 -"101983",13632,20914 -"101984",13632,21711 -"101985",13632,37055 -"101986",13632,54089 -"101987",13632,64108 -"101988",13632,68135 -"101989",13632,73987 -"101990",13632,95012 -"101991",13633,15887 -"101992",13633,25538 -"101993",13633,45269 -"101994",13633,52707 -"101995",13633,65257 -"101996",13633,77844 -"101997",13633,85027 -"101998",13633,96664 -"101999",13633,105148 -"102000",13633,113738 -"102001",13633,114491 -"102002",13634,13846 -"102003",13634,32120 -"102004",13634,42745 -"102005",13634,43547 -"102006",13635,29540 -"102007",13635,36162 -"102008",13635,37054 -"102009",13635,54399 -"102010",13635,72601 -"102011",13635,72853 -"102012",13636,13700 -"102013",13636,13871 -"102014",13636,19695 -"102015",13636,21430 -"102016",13636,23953 -"102017",13636,33787 -"102018",13636,36671 -"102019",13637,13810 -"102020",13637,18225 -"102021",13637,21236 -"102022",13637,21807 -"102023",13637,41334 -"102024",13637,43021 -"102025",13637,64312 -"102026",13638,46472 -"102027",13638,53690 -"102028",13638,58066 -"102029",13638,60002 -"102030",13638,96262 -"102031",13638,101751 -"102032",13638,101777 -"102033",13639,13755 -"102034",13639,13825 -"102035",13639,61605 -"102036",13640,59067 -"102037",13640,62040 -"102038",13640,84278 -"102039",13641,20004 -"102040",13641,20147 -"102041",13641,20174 -"102042",13641,20770 -"102043",13641,32264 -"102044",13641,37945 -"102045",13642,13805 -"102046",13642,16617 -"102047",13642,16618 -"102048",13642,22084 -"102049",13642,23618 -"102050",13642,36670 -"102051",13642,42260 -"102052",13642,52701 -"102053",13642,61612 -"102054",13642,61643 -"102055",13643,17666 -"102056",13643,31664 -"102057",13643,38480 -"102058",13643,56740 -"102059",13643,57056 -"102060",13643,60177 -"102061",13643,60360 -"102062",13643,77497 -"102063",13643,89280 -"102064",13643,100622 -"102065",13643,103089 -"102066",13643,114812 -"102067",13644,54026 -"102068",13644,77409 -"102069",13644,85999 -"102070",13644,89819 -"102071",13644,100306 -"102072",13645,16659 -"102073",13645,20344 -"102074",13645,43646 -"102075",13645,88070 -"102076",13646,13819 -"102077",13647,27046 -"102078",13647,30451 -"102079",13647,31394 -"102080",13648,57333 -"102081",13649,32829 -"102082",13650,78776 -"102083",13650,80972 -"102084",13650,83541 -"102085",13650,94003 -"102086",13651,94783 -"102087",13652,15820 -"102088",13652,16087 -"102089",13652,24750 -"102090",13652,24756 -"102091",13652,37739 -"102092",13652,37934 -"102093",13652,48856 -"102094",13652,60385 -"102095",13653,13719 -"102096",13653,13731 -"102097",13654,24939 -"102098",13654,38625 -"102099",13654,46186 -"102100",13654,59794 -"102101",13654,81790 -"102102",13654,84510 -"102103",13654,89880 -"102104",13654,92062 -"102105",13655,63440 -"102106",13655,75894 -"102107",13655,86580 -"102108",13656,13864 -"102109",13658,13848 -"102110",13658,80739 -"102111",13658,85774 -"102112",13659,22912 -"102113",13659,39540 -"102114",13659,74192 -"102115",13659,94175 -"102116",13659,94216 -"102117",13659,113319 -"102118",13660,15803 -"102119",13660,15900 -"102120",13660,20372 -"102121",13660,20494 -"102122",13660,33356 -"102123",13660,38204 -"102124",13660,38755 -"102125",13660,63513 -"102126",13660,64272 -"102127",13660,81210 -"102128",13660,88645 -"102129",13660,98078 -"102130",13660,100752 -"102131",13660,111698 -"102132",13662,14498 -"102133",13662,17219 -"102134",13662,47249 -"102135",13663,20016 -"102136",13664,16595 -"102137",13664,31255 -"102138",13665,75169 -"102139",13666,23593 -"102140",13666,74368 -"102141",13667,22699 -"102142",13667,25873 -"102143",13667,33124 -"102144",13667,50009 -"102145",13667,61240 -"102146",13667,66091 -"102147",13667,90960 -"102148",13667,103654 -"102149",13668,24543 -"102150",13668,37333 -"102151",13668,103820 -"102152",13669,95838 -"102153",13669,117052 -"102154",13670,34123 -"102155",13670,115851 -"102156",13670,120435 -"102157",13671,13709 -"102158",13671,13735 -"102159",13671,13861 -"102160",13671,16646 -"102161",13671,17657 -"102162",13671,18097 -"102163",13671,19095 -"102164",13671,26668 -"102165",13671,28945 -"102166",13671,36444 -"102167",13671,39220 -"102168",13671,58059 -"102169",13671,67588 -"102170",13671,68392 -"102171",13671,76293 -"102172",13671,80967 -"102173",13671,88304 -"102174",13671,88723 -"102175",13671,89695 -"102176",13671,91476 -"102177",13671,101604 -"102178",13671,103097 -"102179",13671,103118 -"102180",13671,103143 -"102181",13671,120506 -"102182",13672,93155 -"102183",13673,38638 -"102184",13673,84648 -"102185",13674,26739 -"102186",13674,27757 -"102187",13674,43118 -"102188",13674,46041 -"102189",13674,46174 -"102190",13674,46562 -"102191",13674,54932 -"102192",13674,54933 -"102193",13674,54935 -"102194",13674,54961 -"102195",13674,60921 -"102196",13674,66024 -"102197",13674,67239 -"102198",13674,105576 -"102199",13675,30870 -"102200",13675,60508 -"102201",13675,62234 -"102202",13676,14803 -"102203",13676,40656 -"102204",13676,52703 -"102205",13676,52714 -"102206",13676,60669 -"102207",13676,60769 -"102208",13676,66780 -"102209",13676,66831 -"102210",13676,66842 -"102211",13676,84164 -"102212",13678,14140 -"102213",13678,35369 -"102214",13678,37036 -"102215",13678,39408 -"102216",13678,51121 -"102217",13678,52724 -"102218",13678,75430 -"102219",13678,76818 -"102220",13678,77565 -"102221",13678,78472 -"102222",13678,87262 -"102223",13678,92855 -"102224",13678,104828 -"102225",13678,104832 -"102226",13679,18986 -"102227",13679,20949 -"102228",13679,34246 -"102229",13679,38937 -"102230",13679,61021 -"102231",13680,15337 -"102232",13680,20270 -"102233",13680,31132 -"102234",13680,40764 -"102235",13680,45691 -"102236",13680,51067 -"102237",13680,97458 -"102238",13680,97486 -"102239",13681,13742 -"102240",13681,54251 -"102241",13682,13744 -"102242",13682,30689 -"102243",13682,42610 -"102244",13682,61719 -"102245",13682,62552 -"102246",13682,66607 -"102247",13682,68771 -"102248",13683,13927 -"102249",13683,14150 -"102250",13683,39003 -"102251",13684,36700 -"102252",13684,38358 -"102253",13684,108458 -"102254",13685,13823 -"102255",13686,13702 -"102256",13686,13971 -"102257",13686,20718 -"102258",13686,37577 -"102259",13686,41019 -"102260",13686,48972 -"102261",13686,49977 -"102262",13687,13840 -"102263",13687,78921 -"102264",13688,18346 -"102265",13688,58190 -"102266",13688,77153 -"102267",13688,88763 -"102268",13688,89634 -"102269",13688,95816 -"102270",13688,99132 -"102271",13688,99139 -"102272",13688,99148 -"102273",13688,111592 -"102274",13689,91469 -"102275",13689,97763 -"102276",13690,20633 -"102277",13690,62427 -"102278",13690,87460 -"102279",13690,100793 -"102280",13690,101729 -"102281",13690,103616 -"102282",13691,55072 -"102283",13691,113125 -"102284",13692,110743 -"102285",13693,28752 -"102286",13693,39175 -"102287",13693,42009 -"102288",13693,80826 -"102289",13693,102294 -"102290",13694,65873 -"102291",13695,25325 -"102292",13695,26095 -"102293",13695,29917 -"102294",13695,31629 -"102295",13695,39914 -"102296",13695,41780 -"102297",13695,52011 -"102298",13695,69591 -"102299",13695,79179 -"102300",13695,79214 -"102301",13695,97510 -"102302",13696,20596 -"102303",13696,31606 -"102304",13696,38440 -"102305",13696,54731 -"102306",13696,57671 -"102307",13697,46461 -"102308",13697,56632 -"102309",13697,75223 -"102310",13698,30180 -"102311",13698,67912 -"102312",13698,71431 -"102313",13698,72498 -"102314",13698,72513 -"102315",13699,19183 -"102316",13699,21456 -"102317",13699,24978 -"102318",13699,33782 -"102319",13699,33933 -"102320",13699,36993 -"102321",13699,42546 -"102322",13699,43598 -"102323",13699,47443 -"102324",13699,55645 -"102325",13699,59125 -"102326",13699,60833 -"102327",13699,72027 -"102328",13699,84567 -"102329",13699,99910 -"102330",13699,105468 -"102331",13699,115762 -"102332",13700,13871 -"102333",13700,15506 -"102334",13700,17904 -"102335",13700,24881 -"102336",13700,27771 -"102337",13700,28068 -"102338",13700,29286 -"102339",13700,30770 -"102340",13700,30773 -"102341",13700,30924 -"102342",13700,36912 -"102343",13700,39986 -"102344",13700,40169 -"102345",13700,40564 -"102346",13700,46578 -"102347",13700,51146 -"102348",13700,59975 -"102349",13701,27938 -"102350",13701,39239 -"102351",13701,39247 -"102352",13701,39304 -"102353",13701,39305 -"102354",13701,41066 -"102355",13701,41104 -"102356",13701,41188 -"102357",13702,37577 -"102358",13702,45071 -"102359",13702,45467 -"102360",13702,57114 -"102361",13702,66020 -"102362",13703,113628 -"102363",13704,29511 -"102364",13704,36018 -"102365",13704,102949 -"102366",13705,19935 -"102367",13705,21817 -"102368",13705,26816 -"102369",13705,33450 -"102370",13705,38320 -"102371",13705,56740 -"102372",13705,57575 -"102373",13705,68680 -"102374",13705,77892 -"102375",13705,87416 -"102376",13705,89453 -"102377",13705,109489 -"102378",13706,13791 -"102379",13706,18654 -"102380",13706,33741 -"102381",13706,93624 -"102382",13708,13772 -"102383",13708,31690 -"102384",13708,85225 -"102385",13708,105072 -"102386",13708,119464 -"102387",13709,13735 -"102388",13709,13861 -"102389",13709,29908 -"102390",13710,41311 -"102391",13711,25430 -"102392",13711,33352 -"102393",13711,84124 -"102394",13712,32629 -"102395",13712,36440 -"102396",13712,40216 -"102397",13712,44294 -"102398",13712,73700 -"102399",13712,82853 -"102400",13712,90010 -"102401",13712,91009 -"102402",13712,100961 -"102403",13712,101956 -"102404",13712,108797 -"102405",13713,51739 -"102406",13713,117920 -"102407",13715,61925 -"102408",13716,59585 -"102409",13716,59598 -"102410",13716,64071 -"102411",13716,89606 -"102412",13717,55997 -"102413",13718,14566 -"102414",13718,27952 -"102415",13718,28408 -"102416",13718,71566 -"102417",13718,83179 -"102418",13718,102426 -"102419",13718,107053 -"102420",13718,107303 -"102421",13719,13731 -"102422",13720,25914 -"102423",13720,35576 -"102424",13720,38482 -"102425",13720,46384 -"102426",13720,65242 -"102427",13721,13722 -"102428",13721,14380 -"102429",13721,16347 -"102430",13721,18287 -"102431",13721,20695 -"102432",13721,25748 -"102433",13721,26821 -"102434",13721,29306 -"102435",13721,29471 -"102436",13721,41260 -"102437",13721,49379 -"102438",13721,52910 -"102439",13721,52946 -"102440",13721,65725 -"102441",13721,76843 -"102442",13721,80130 -"102443",13721,81202 -"102444",13721,87915 -"102445",13721,100994 -"102446",13721,101384 -"102447",13724,18269 -"102448",13724,35186 -"102449",13724,46711 -"102450",13724,58812 -"102451",13724,59702 -"102452",13724,84268 -"102453",13724,85864 -"102454",13724,86166 -"102455",13724,94835 -"102456",13725,13806 -"102457",13725,13868 -"102458",13726,13775 -"102459",13726,17276 -"102460",13726,28422 -"102461",13727,109026 -"102462",13728,22880 -"102463",13728,27210 -"102464",13728,102209 -"102465",13728,113027 -"102466",13729,47004 -"102467",13730,84521 -"102468",13730,117421 -"102469",13730,117423 -"102470",13731,31575 -"102471",13731,52750 -"102472",13731,52884 -"102473",13731,63041 -"102474",13731,74516 -"102475",13731,77517 -"102476",13731,77522 -"102477",13731,77528 -"102478",13731,77607 -"102479",13731,109524 -"102480",13732,16941 -"102481",13732,19698 -"102482",13732,21712 -"102483",13732,26865 -"102484",13732,30081 -"102485",13732,33091 -"102486",13732,34470 -"102487",13732,34950 -"102488",13732,34965 -"102489",13732,36455 -"102490",13732,41575 -"102491",13732,46128 -"102492",13732,78738 -"102493",13732,82456 -"102494",13732,82513 -"102495",13732,82521 -"102496",13732,82524 -"102497",13733,17710 -"102498",13733,22469 -"102499",13733,41973 -"102500",13733,80599 -"102501",13733,83045 -"102502",13733,84657 -"102503",13733,90346 -"102504",13733,92344 -"102505",13734,13757 -"102506",13735,13861 -"102507",13735,16590 -"102508",13735,23234 -"102509",13735,25331 -"102510",13735,28663 -"102511",13735,28706 -"102512",13735,28749 -"102513",13735,28899 -"102514",13735,49903 -"102515",13735,49918 -"102516",13735,49921 -"102517",13735,82325 -"102518",13735,97064 -"102519",13735,97158 -"102520",13735,97190 -"102521",13735,119008 -"102522",13736,13862 -"102523",13737,18508 -"102524",13737,20723 -"102525",13738,102537 -"102526",13738,102624 -"102527",13738,105489 -"102528",13739,19955 -"102529",13739,21813 -"102530",13739,33967 -"102531",13739,34092 -"102532",13739,62033 -"102533",13739,70565 -"102534",13739,71453 -"102535",13739,77254 -"102536",13739,78571 -"102537",13739,88678 -"102538",13739,98259 -"102539",13740,26800 -"102540",13740,34487 -"102541",13740,41581 -"102542",13740,107365 -"102543",13743,15954 -"102544",13743,21395 -"102545",13743,26694 -"102546",13743,36915 -"102547",13743,37063 -"102548",13743,39066 -"102549",13743,39694 -"102550",13743,52050 -"102551",13743,52368 -"102552",13743,54467 -"102553",13743,56796 -"102554",13743,58748 -"102555",13743,59567 -"102556",13743,72349 -"102557",13743,75351 -"102558",13743,97689 -"102559",13743,104524 -"102560",13743,104830 -"102561",13743,113592 -"102562",13746,15472 -"102563",13746,26070 -"102564",13746,44816 -"102565",13746,75421 -"102566",13746,88752 -"102567",13746,89655 -"102568",13746,91742 -"102569",13746,101832 -"102570",13746,101886 -"102571",13746,101887 -"102572",13746,105174 -"102573",13747,21142 -"102574",13747,40736 -"102575",13747,66928 -"102576",13747,72678 -"102577",13747,91392 -"102578",13748,16970 -"102579",13748,17416 -"102580",13748,26946 -"102581",13748,39878 -"102582",13748,78002 -"102583",13748,80351 -"102584",13748,98205 -"102585",13748,109108 -"102586",13748,111657 -"102587",13749,35394 -"102588",13749,103844 -"102589",13749,103899 -"102590",13750,46338 -"102591",13750,78508 -"102592",13750,86983 -"102593",13751,32877 -"102594",13751,62174 -"102595",13752,29949 -"102596",13752,32795 -"102597",13752,40213 -"102598",13752,41250 -"102599",13752,49945 -"102600",13752,52960 -"102601",13752,55569 -"102602",13752,57082 -"102603",13752,58238 -"102604",13752,113468 -"102605",13752,117139 -"102606",13753,28502 -"102607",13753,29449 -"102608",13753,32802 -"102609",13753,40931 -"102610",13753,43173 -"102611",13753,45891 -"102612",13753,48149 -"102613",13753,50690 -"102614",13753,55374 -"102615",13753,59379 -"102616",13753,66417 -"102617",13753,69720 -"102618",13753,76029 -"102619",13753,101740 -"102620",13754,55132 -"102621",13755,13825 -"102622",13755,15184 -"102623",13755,17506 -"102624",13755,25114 -"102625",13755,32833 -"102626",13755,35813 -"102627",13755,38433 -"102628",13755,50739 -"102629",13755,89980 -"102630",13756,38497 -"102631",13756,116553 -"102632",13757,24026 -"102633",13757,29610 -"102634",13757,50469 -"102635",13757,50546 -"102636",13757,87518 -"102637",13758,16540 -"102638",13758,22051 -"102639",13758,33352 -"102640",13758,33428 -"102641",13758,74309 -"102642",13758,78421 -"102643",13759,15993 -"102644",13759,16006 -"102645",13759,16045 -"102646",13759,16048 -"102647",13759,16263 -"102648",13759,16323 -"102649",13759,18864 -"102650",13759,20680 -"102651",13759,28927 -"102652",13759,30934 -"102653",13759,30993 -"102654",13759,32707 -"102655",13759,33938 -"102656",13759,34142 -"102657",13759,35616 -"102658",13759,38802 -"102659",13759,39102 -"102660",13759,42733 -"102661",13759,42744 -"102662",13759,42910 -"102663",13759,42911 -"102664",13759,61274 -"102665",13759,76803 -"102666",13759,82228 -"102667",13760,27082 -"102668",13760,54940 -"102669",13761,68407 -"102670",13761,70432 -"102671",13762,39446 -"102672",13762,103409 -"102673",13763,13814 -"102674",13763,17265 -"102675",13763,82626 -"102676",13763,82646 -"102677",13763,82647 -"102678",13763,82661 -"102679",13763,82662 -"102680",13763,82663 -"102681",13763,82811 -"102682",13763,82832 -"102683",13763,82836 -"102684",13765,42055 -"102685",13765,118615 -"102686",13766,14143 -"102687",13768,14314 -"102688",13768,116316 -"102689",13768,116332 -"102690",13769,13851 -"102691",13769,21087 -"102692",13769,32089 -"102693",13769,62582 -"102694",13769,62647 -"102695",13769,97203 -"102696",13770,23108 -"102697",13770,57162 -"102698",13770,80622 -"102699",13771,24652 -"102700",13771,38652 -"102701",13771,94201 -"102702",13771,98490 -"102703",13773,55515 -"102704",13774,14623 -"102705",13774,21708 -"102706",13774,23309 -"102707",13774,35953 -"102708",13774,36395 -"102709",13774,48487 -"102710",13775,28422 -"102711",13776,94690 -"102712",13777,19261 -"102713",13778,46497 -"102714",13778,118180 -"102715",13779,17026 -"102716",13779,19731 -"102717",13779,20116 -"102718",13779,24120 -"102719",13779,33575 -"102720",13779,35406 -"102721",13779,41916 -"102722",13779,48598 -"102723",13779,50100 -"102724",13779,52260 -"102725",13779,55370 -"102726",13779,64468 -"102727",13779,65299 -"102728",13779,65619 -"102729",13779,78521 -"102730",13779,79642 -"102731",13779,80260 -"102732",13779,84300 -"102733",13779,91806 -"102734",13779,103926 -"102735",13779,111322 -"102736",13780,15887 -"102737",13780,18494 -"102738",13780,24434 -"102739",13780,25069 -"102740",13780,29004 -"102741",13780,30747 -"102742",13780,30803 -"102743",13780,30849 -"102744",13780,38433 -"102745",13780,38965 -"102746",13780,49548 -"102747",13780,55363 -"102748",13780,65679 -"102749",13780,83431 -"102750",13780,98093 -"102751",13780,98252 -"102752",13781,16854 -"102753",13781,20000 -"102754",13781,25767 -"102755",13781,26992 -"102756",13781,35751 -"102757",13781,46586 -"102758",13781,51666 -"102759",13781,60345 -"102760",13781,61785 -"102761",13781,62464 -"102762",13781,67795 -"102763",13781,72635 -"102764",13781,81790 -"102765",13781,88308 -"102766",13781,89742 -"102767",13781,95995 -"102768",13781,100498 -"102769",13781,100549 -"102770",13781,104044 -"102771",13781,105207 -"102772",13781,111086 -"102773",13781,120879 -"102774",13781,120961 -"102775",13782,69057 -"102776",13783,46008 -"102777",13784,19222 -"102778",13785,13787 -"102779",13785,22678 -"102780",13785,40379 -"102781",13785,49981 -"102782",13785,107589 -"102783",13786,16841 -"102784",13786,24670 -"102785",13786,40184 -"102786",13786,46561 -"102787",13786,50214 -"102788",13786,59412 -"102789",13786,59486 -"102790",13786,84806 -"102791",13786,118433 -"102792",13787,122946 -"102793",13788,23712 -"102794",13788,40732 -"102795",13788,44422 -"102796",13789,21983 -"102797",13789,56245 -"102798",13789,102375 -"102799",13790,21593 -"102800",13790,23948 -"102801",13790,37632 -"102802",13790,37727 -"102803",13790,37843 -"102804",13790,39670 -"102805",13790,42985 -"102806",13790,46432 -"102807",13790,76173 -"102808",13790,91597 -"102809",13790,98105 -"102810",13791,80084 -"102811",13792,18570 -"102812",13792,18582 -"102813",13792,33373 -"102814",13792,34753 -"102815",13792,35665 -"102816",13792,36424 -"102817",13792,45337 -"102818",13792,49357 -"102819",13792,57445 -"102820",13792,57776 -"102821",13792,59685 -"102822",13792,62204 -"102823",13792,71436 -"102824",13792,72269 -"102825",13792,100458 -"102826",13793,14002 -"102827",13793,20186 -"102828",13793,73559 -"102829",13793,84018 -"102830",13793,86105 -"102831",13793,86346 -"102832",13794,17369 -"102833",13794,29491 -"102834",13794,55095 -"102835",13794,55712 -"102836",13794,73571 -"102837",13795,31164 -"102838",13795,52493 -"102839",13795,58606 -"102840",13795,79818 -"102841",13795,94926 -"102842",13795,117098 -"102843",13796,25774 -"102844",13797,41488 -"102845",13797,48174 -"102846",13797,119873 -"102847",13798,15266 -"102848",13798,21395 -"102849",13798,37843 -"102850",13798,55117 -"102851",13798,63041 -"102852",13798,86816 -"102853",13798,87384 -"102854",13798,90603 -"102855",13799,117553 -"102856",13800,27889 -"102857",13800,31950 -"102858",13800,55493 -"102859",13801,17041 -"102860",13801,24691 -"102861",13801,24733 -"102862",13801,30594 -"102863",13801,34208 -"102864",13801,50406 -"102865",13801,87753 -"102866",13802,16070 -"102867",13802,17210 -"102868",13802,18803 -"102869",13802,18804 -"102870",13802,29627 -"102871",13802,40024 -"102872",13802,40366 -"102873",13802,40869 -"102874",13802,46486 -"102875",13802,57995 -"102876",13802,77308 -"102877",13802,80945 -"102878",13802,100627 -"102879",13803,14623 -"102880",13803,19784 -"102881",13803,21768 -"102882",13803,21777 -"102883",13803,21818 -"102884",13803,21833 -"102885",13803,23309 -"102886",13803,35953 -"102887",13803,36038 -"102888",13803,36049 -"102889",13803,36085 -"102890",13804,91725 -"102891",13804,99658 -"102892",13805,30835 -"102893",13805,31418 -"102894",13805,31694 -"102895",13805,38885 -"102896",13805,44156 -"102897",13805,47197 -"102898",13805,59573 -"102899",13805,59698 -"102900",13805,60472 -"102901",13806,13868 -"102902",13806,14411 -"102903",13806,14992 -"102904",13806,14994 -"102905",13806,15070 -"102906",13806,15166 -"102907",13806,17809 -"102908",13806,18834 -"102909",13806,20243 -"102910",13806,33877 -"102911",13806,34658 -"102912",13806,37066 -"102913",13806,37067 -"102914",13806,37172 -"102915",13806,37910 -"102916",13806,37928 -"102917",13806,37929 -"102918",13806,37946 -"102919",13806,37978 -"102920",13806,37995 -"102921",13806,38015 -"102922",13806,38029 -"102923",13806,38033 -"102924",13806,38058 -"102925",13806,38060 -"102926",13806,38917 -"102927",13806,44150 -"102928",13806,44157 -"102929",13806,44235 -"102930",13806,44255 -"102931",13806,46880 -"102932",13806,54968 -"102933",13806,55420 -"102934",13806,60997 -"102935",13806,64526 -"102936",13806,64760 -"102937",13806,74211 -"102938",13806,77661 -"102939",13806,79041 -"102940",13806,98477 -"102941",13807,14090 -"102942",13807,30017 -"102943",13807,52709 -"102944",13808,22855 -"102945",13808,40199 -"102946",13808,51016 -"102947",13808,77031 -"102948",13808,95155 -"102949",13808,96920 -"102950",13808,102561 -"102951",13808,107023 -"102952",13808,108620 -"102953",13808,114882 -"102954",13809,14446 -"102955",13809,75775 -"102956",13810,18225 -"102957",13810,41334 -"102958",13810,64312 -"102959",13811,17950 -"102960",13812,15625 -"102961",13812,18340 -"102962",13812,23277 -"102963",13812,43568 -"102964",13812,50520 -"102965",13812,55205 -"102966",13812,57523 -"102967",13812,71335 -"102968",13812,93930 -"102969",13812,101421 -"102970",13812,113117 -"102971",13813,28083 -"102972",13813,28224 -"102973",13813,38120 -"102974",13813,40128 -"102975",13813,58373 -"102976",13813,79183 -"102977",13813,84607 -"102978",13813,85574 -"102979",13813,114129 -"102980",13813,117044 -"102981",13813,119644 -"102982",13813,121011 -"102983",13815,71693 -"102984",13816,32404 -"102985",13816,32441 -"102986",13816,58058 -"102987",13816,75165 -"102988",13817,13818 -"102989",13817,30501 -"102990",13817,30816 -"102991",13817,30830 -"102992",13817,34121 -"102993",13817,41051 -"102994",13817,42195 -"102995",13817,42555 -"102996",13817,42628 -"102997",13817,45652 -"102998",13817,52515 -"102999",13817,56673 -"103000",13817,58320 -"103001",13817,58393 -"103002",13817,60084 -"103003",13817,65314 -"103004",13818,19279 -"103005",13818,20517 -"103006",13818,21895 -"103007",13818,24116 -"103008",13818,24181 -"103009",13818,36101 -"103010",13818,39037 -"103011",13818,41051 -"103012",13818,45652 -"103013",13818,52515 -"103014",13818,56044 -"103015",13818,58393 -"103016",13818,60084 -"103017",13818,65314 -"103018",13818,66259 -"103019",13819,33635 -"103020",13819,61288 -"103021",13819,76131 -"103022",13819,88777 -"103023",13820,24686 -"103024",13820,25246 -"103025",13820,25499 -"103026",13820,25540 -"103027",13820,25556 -"103028",13820,25598 -"103029",13820,37482 -"103030",13820,83378 -"103031",13820,117394 -"103032",13821,22611 -"103033",13821,25785 -"103034",13821,34601 -"103035",13821,41666 -"103036",13821,41735 -"103037",13821,54618 -"103038",13821,56365 -"103039",13821,89820 -"103040",13821,111535 -"103041",13821,111601 -"103042",13822,13946 -"103043",13822,15515 -"103044",13822,16501 -"103045",13822,18066 -"103046",13822,18345 -"103047",13822,19662 -"103048",13822,21650 -"103049",13822,22460 -"103050",13822,22945 -"103051",13822,24796 -"103052",13822,27914 -"103053",13822,28869 -"103054",13822,31868 -"103055",13822,33871 -"103056",13822,34077 -"103057",13822,35728 -"103058",13822,37905 -"103059",13822,37977 -"103060",13822,42746 -"103061",13822,50466 -"103062",13822,56995 -"103063",13822,57697 -"103064",13822,87151 -"103065",13822,87497 -"103066",13822,116167 -"103067",13823,18808 -"103068",13823,19130 -"103069",13823,71901 -"103070",13824,13979 -"103071",13824,14755 -"103072",13824,16053 -"103073",13824,20732 -"103074",13824,22226 -"103075",13824,23726 -"103076",13824,23869 -"103077",13824,24375 -"103078",13824,24562 -"103079",13824,25493 -"103080",13824,25680 -"103081",13824,25812 -"103082",13824,28130 -"103083",13824,28131 -"103084",13824,30883 -"103085",13824,39563 -"103086",13824,43708 -"103087",13824,44532 -"103088",13824,46388 -"103089",13824,55112 -"103090",13824,59484 -"103091",13824,61108 -"103092",13824,73492 -"103093",13824,74675 -"103094",13824,74730 -"103095",13824,75708 -"103096",13824,76590 -"103097",13824,76917 -"103098",13824,77506 -"103099",13824,89951 -"103100",13824,91422 -"103101",13824,93333 -"103102",13824,96444 -"103103",13824,99380 -"103104",13824,99742 -"103105",13824,100140 -"103106",13824,104522 -"103107",13824,110013 -"103108",13824,112148 -"103109",13826,48982 -"103110",13826,61249 -"103111",13826,104896 -"103112",13826,104916 -"103113",13827,15316 -"103114",13827,18724 -"103115",13827,19001 -"103116",13827,20115 -"103117",13827,26243 -"103118",13827,27576 -"103119",13827,27689 -"103120",13827,41067 -"103121",13827,65165 -"103122",13827,85551 -"103123",13828,13967 -"103124",13828,14373 -"103125",13828,14959 -"103126",13828,17582 -"103127",13828,18394 -"103128",13828,20067 -"103129",13828,26506 -"103130",13828,26660 -"103131",13828,31561 -"103132",13828,36498 -"103133",13828,38921 -"103134",13828,39703 -"103135",13828,41228 -"103136",13828,46311 -"103137",13828,47747 -"103138",13828,60385 -"103139",13828,70203 -"103140",13828,76306 -"103141",13828,81167 -"103142",13828,84475 -"103143",13828,85794 -"103144",13828,93289 -"103145",13829,20709 -"103146",13829,21034 -"103147",13829,21717 -"103148",13829,37858 -"103149",13829,78869 -"103150",13829,79153 -"103151",13830,43717 -"103152",13831,13947 -"103153",13831,23756 -"103154",13831,29667 -"103155",13831,33314 -"103156",13831,64634 -"103157",13831,89817 -"103158",13832,99524 -"103159",13832,115693 -"103160",13833,19400 -"103161",13833,26846 -"103162",13833,30208 -"103163",13833,36506 -"103164",13833,39378 -"103165",13833,39647 -"103166",13833,40710 -"103167",13833,42068 -"103168",13833,62395 -"103169",13833,63270 -"103170",13833,64873 -"103171",13833,64894 -"103172",13833,64930 -"103173",13833,64958 -"103174",13834,13873 -"103175",13834,19311 -"103176",13834,31926 -"103177",13834,39386 -"103178",13834,41096 -"103179",13834,42317 -"103180",13834,46990 -"103181",13834,105218 -"103182",13835,25387 -"103183",13835,59955 -"103184",13835,61188 -"103185",13835,62316 -"103186",13835,92080 -"103187",13836,17272 -"103188",13836,43191 -"103189",13836,64387 -"103190",13836,77961 -"103191",13837,15937 -"103192",13837,16971 -"103193",13837,25976 -"103194",13837,40368 -"103195",13837,44332 -"103196",13837,50933 -"103197",13837,62629 -"103198",13837,82965 -"103199",13837,92321 -"103200",13837,92322 -"103201",13837,94783 -"103202",13837,107432 -"103203",13837,109350 -"103204",13837,113302 -"103205",13838,106058 -"103206",13838,107312 -"103207",13839,28678 -"103208",13839,78592 -"103209",13840,14612 -"103210",13840,18883 -"103211",13840,21187 -"103212",13840,22746 -"103213",13840,23467 -"103214",13840,23955 -"103215",13840,34250 -"103216",13840,34265 -"103217",13840,38354 -"103218",13840,40617 -"103219",13840,48084 -"103220",13840,80354 -"103221",13840,82510 -"103222",13840,84843 -"103223",13840,93198 -"103224",13840,97052 -"103225",13840,116721 -"103226",13841,14544 -"103227",13841,28522 -"103228",13841,46790 -"103229",13841,56018 -"103230",13841,58733 -"103231",13841,60584 -"103232",13841,94366 -"103233",13841,94370 -"103234",13842,33536 -"103235",13842,33537 -"103236",13842,33538 -"103237",13842,40806 -"103238",13842,64382 -"103239",13842,66693 -"103240",13842,73706 -"103241",13842,82169 -"103242",13842,83523 -"103243",13842,84204 -"103244",13842,86319 -"103245",13842,104390 -"103246",13843,15673 -"103247",13843,28237 -"103248",13843,59364 -"103249",13843,60766 -"103250",13843,60803 -"103251",13843,63892 -"103252",13843,64774 -"103253",13843,65056 -"103254",13843,75101 -"103255",13844,18186 -"103256",13844,18187 -"103257",13844,21338 -"103258",13844,62223 -"103259",13845,48822 -"103260",13846,22422 -"103261",13846,22716 -"103262",13846,22733 -"103263",13846,40671 -"103264",13846,42491 -"103265",13846,42708 -"103266",13846,42745 -"103267",13846,58665 -"103268",13846,63966 -"103269",13847,79351 -"103270",13849,28544 -"103271",13849,59040 -"103272",13849,72965 -"103273",13850,18841 -"103274",13850,59640 -"103275",13851,16480 -"103276",13851,32089 -"103277",13851,36296 -"103278",13851,39192 -"103279",13852,24350 -"103280",13852,29778 -"103281",13852,50741 -"103282",13852,105059 -"103283",13853,15993 -"103284",13853,16364 -"103285",13853,19184 -"103286",13853,55484 -"103287",13853,64185 -"103288",13853,73617 -"103289",13853,89383 -"103290",13853,89387 -"103291",13853,89391 -"103292",13853,89422 -"103293",13853,93846 -"103294",13853,119435 -"103295",13855,20349 -"103296",13855,78651 -"103297",13855,90875 -"103298",13856,16942 -"103299",13858,33632 -"103300",13858,46149 -"103301",13858,54847 -"103302",13858,59804 -"103303",13858,78572 -"103304",13858,114666 -"103305",13859,16874 -"103306",13859,23059 -"103307",13859,65506 -"103308",13859,84075 -"103309",13861,16590 -"103310",13861,16824 -"103311",13861,18097 -"103312",13861,35216 -"103313",13862,17665 -"103314",13862,74553 -"103315",13863,18271 -"103316",13863,18734 -"103317",13863,21083 -"103318",13863,25210 -"103319",13863,25211 -"103320",13863,25279 -"103321",13863,25280 -"103322",13863,25480 -"103323",13863,25699 -"103324",13863,25749 -"103325",13863,25786 -"103326",13863,25808 -"103327",13863,25896 -"103328",13863,28817 -"103329",13863,38544 -"103330",13864,37055 -"103331",13864,68698 -"103332",13864,68903 -"103333",13864,84404 -"103334",13864,97519 -"103335",13865,14012 -"103336",13865,14027 -"103337",13865,14089 -"103338",13865,14112 -"103339",13865,24639 -"103340",13865,27735 -"103341",13865,28491 -"103342",13865,32719 -"103343",13865,54783 -"103344",13865,55833 -"103345",13865,57866 -"103346",13865,59634 -"103347",13865,61596 -"103348",13865,63763 -"103349",13865,63768 -"103350",13865,63769 -"103351",13865,63925 -"103352",13866,15962 -"103353",13867,24277 -"103354",13867,88708 -"103355",13868,14775 -"103356",13868,17351 -"103357",13868,27642 -"103358",13868,28409 -"103359",13868,34700 -"103360",13868,35406 -"103361",13868,46566 -"103362",13868,69652 -"103363",13868,74187 -"103364",13868,96022 -"103365",13868,101165 -"103366",13869,14616 -"103367",13869,81764 -"103368",13869,89757 -"103369",13870,13957 -"103370",13870,30731 -"103371",13870,44864 -"103372",13870,74171 -"103373",13871,15506 -"103374",13871,16687 -"103375",13871,24787 -"103376",13871,29326 -"103377",13871,29541 -"103378",13871,30924 -"103379",13871,33787 -"103380",13871,43858 -"103381",13871,45766 -"103382",13871,55824 -"103383",13871,71388 -"103384",13872,27262 -"103385",13872,28075 -"103386",13872,30738 -"103387",13872,41629 -"103388",13872,51362 -"103389",13872,55500 -"103390",13872,66938 -"103391",13872,93831 -"103392",13872,93912 -"103393",13873,19311 -"103394",13873,31926 -"103395",13873,41096 -"103396",13873,42317 -"103397",13873,95735 -"103398",13873,108858 -"103399",13874,68760 -"103400",13874,114704 -"103401",13874,121215 -"103402",13875,14028 -"103403",13875,14130 -"103404",13875,24467 -"103405",13875,27109 -"103406",13875,29381 -"103407",13875,29404 -"103408",13875,29433 -"103409",13875,65068 -"103410",13875,81597 -"103411",13875,87433 -"103412",13876,30033 -"103413",13876,88829 -"103414",13877,33233 -"103415",13877,35583 -"103416",13878,25166 -"103417",13878,68464 -"103418",13878,74566 -"103419",13878,103073 -"103420",13878,105828 -"103421",13878,105833 -"103422",13879,15548 -"103423",13879,50581 -"103424",13879,54748 -"103425",13879,54932 -"103426",13879,60808 -"103427",13879,61700 -"103428",13880,17721 -"103429",13880,17938 -"103430",13880,24639 -"103431",13880,24721 -"103432",13880,30232 -"103433",13880,45846 -"103434",13880,66146 -"103435",13880,87372 -"103436",13880,87383 -"103437",13880,87394 -"103438",13880,87405 -"103439",13881,51011 -"103440",13881,61264 -"103441",13881,93412 -"103442",13882,13951 -"103443",13882,16871 -"103444",13882,16963 -"103445",13882,21289 -"103446",13882,34150 -"103447",13882,34243 -"103448",13882,45572 -"103449",13882,50771 -"103450",13882,51505 -"103451",13882,57248 -"103452",13882,71346 -"103453",13882,83486 -"103454",13882,102123 -"103455",13883,17536 -"103456",13883,21005 -"103457",13883,38301 -"103458",13883,69516 -"103459",13883,75370 -"103460",13883,84562 -"103461",13883,109712 -"103462",13884,27018 -"103463",13884,33461 -"103464",13884,62264 -"103465",13884,67389 -"103466",13884,108136 -"103467",13885,14805 -"103468",13885,20056 -"103469",13885,23856 -"103470",13885,26206 -"103471",13885,33614 -"103472",13886,13924 -"103473",13886,14067 -"103474",13886,69033 -"103475",13886,79275 -"103476",13887,18122 -"103477",13887,38419 -"103478",13887,54739 -"103479",13887,57715 -"103480",13887,72673 -"103481",13888,21372 -"103482",13888,57829 -"103483",13888,57973 -"103484",13889,13968 -"103485",13889,14082 -"103486",13889,14136 -"103487",13889,57347 -"103488",13890,19532 -"103489",13890,71285 -"103490",13890,84972 -"103491",13890,88030 -"103492",13890,88808 -"103493",13891,16582 -"103494",13891,38741 -"103495",13891,50194 -"103496",13891,69419 -"103497",13891,108020 -"103498",13891,119928 -"103499",13892,23217 -"103500",13892,71672 -"103501",13893,13976 -"103502",13893,32197 -"103503",13893,33469 -"103504",13893,42390 -"103505",13893,68902 -"103506",13893,81504 -"103507",13894,40200 -"103508",13895,15799 -"103509",13895,19882 -"103510",13895,21082 -"103511",13895,21101 -"103512",13895,21119 -"103513",13895,21153 -"103514",13895,21574 -"103515",13895,21617 -"103516",13895,22963 -"103517",13895,29807 -"103518",13895,52371 -"103519",13895,84168 -"103520",13896,18714 -"103521",13896,26007 -"103522",13896,72889 -"103523",13896,81456 -"103524",13897,62852 -"103525",13897,87103 -"103526",13897,88713 -"103527",13897,93437 -"103528",13897,94133 -"103529",13898,19672 -"103530",13898,52509 -"103531",13899,16154 -"103532",13899,39923 -"103533",13899,68808 -"103534",13899,84886 -"103535",13900,13903 -"103536",13901,47492 -"103537",13902,32675 -"103538",13902,38164 -"103539",13902,82668 -"103540",13903,83480 -"103541",13903,106062 -"103542",13903,106079 -"103543",13904,14921 -"103544",13904,19661 -"103545",13904,41111 -"103546",13904,65951 -"103547",13904,65952 -"103548",13904,75614 -"103549",13904,91695 -"103550",13904,104489 -"103551",13904,111226 -"103552",13904,112936 -"103553",13905,16456 -"103554",13905,27910 -"103555",13905,67041 -"103556",13905,82944 -"103557",13905,101295 -"103558",13905,115622 -"103559",13906,46940 -"103560",13907,63006 -"103561",13907,102762 -"103562",13908,14088 -"103563",13908,35470 -"103564",13908,37668 -"103565",13908,44972 -"103566",13908,46565 -"103567",13908,48697 -"103568",13908,57846 -"103569",13908,62221 -"103570",13908,68538 -"103571",13908,83406 -"103572",13908,92035 -"103573",13908,100017 -"103574",13908,101006 -"103575",13908,113360 -"103576",13908,117091 -"103577",13908,118251 -"103578",13908,122798 -"103579",13909,22571 -"103580",13909,22926 -"103581",13909,25885 -"103582",13909,28996 -"103583",13909,53347 -"103584",13909,82263 -"103585",13909,103158 -"103586",13909,112185 -"103587",13909,115309 -"103588",13909,115342 -"103589",13909,115343 -"103590",13910,14134 -"103591",13910,22499 -"103592",13910,22549 -"103593",13910,26399 -"103594",13910,26732 -"103595",13910,30594 -"103596",13910,31767 -"103597",13910,44855 -"103598",13910,78093 -"103599",13910,83043 -"103600",13911,36196 -"103601",13911,41827 -"103602",13911,42514 -"103603",13911,44695 -"103604",13911,77234 -"103605",13911,94085 -"103606",13912,17965 -"103607",13912,61481 -"103608",13912,74313 -"103609",13912,82435 -"103610",13912,110139 -"103611",13913,13986 -"103612",13913,69792 -"103613",13914,46958 -"103614",13914,47014 -"103615",13914,47070 -"103616",13914,47079 -"103617",13914,70559 -"103618",13915,15562 -"103619",13915,17777 -"103620",13915,25288 -"103621",13915,45379 -"103622",13915,46275 -"103623",13915,50677 -"103624",13915,52633 -"103625",13915,76184 -"103626",13915,110726 -"103627",13916,18747 -"103628",13916,44560 -"103629",13916,54430 -"103630",13916,69840 -"103631",13916,115212 -"103632",13917,14663 -"103633",13917,20092 -"103634",13917,20101 -"103635",13917,26186 -"103636",13917,27294 -"103637",13917,28925 -"103638",13917,39979 -"103639",13917,45554 -"103640",13917,47392 -"103641",13917,50575 -"103642",13917,62305 -"103643",13917,68622 -"103644",13917,70081 -"103645",13917,70473 -"103646",13917,104751 -"103647",13917,107402 -"103648",13917,116804 -"103649",13917,122361 -"103650",13918,13938 -"103651",13918,13942 -"103652",13918,20739 -"103653",13918,22710 -"103654",13919,13920 -"103655",13919,14018 -"103656",13919,14124 -"103657",13919,14351 -"103658",13919,14413 -"103659",13919,82413 -"103660",13919,97696 -"103661",13920,14018 -"103662",13920,14124 -"103663",13920,14351 -"103664",13920,14413 -"103665",13920,16660 -"103666",13920,17524 -"103667",13920,35830 -"103668",13920,40213 -"103669",13920,47417 -"103670",13920,66887 -"103671",13920,74848 -"103672",13920,90499 -"103673",13920,103573 -"103674",13920,106931 -"103675",13920,109586 -"103676",13920,109588 -"103677",13921,43726 -"103678",13922,15632 -"103679",13922,20915 -"103680",13922,21960 -"103681",13922,45822 -"103682",13922,70706 -"103683",13922,76289 -"103684",13922,76375 -"103685",13923,14618 -"103686",13923,19753 -"103687",13923,25228 -"103688",13923,29936 -"103689",13923,58617 -"103690",13923,63406 -"103691",13923,66990 -"103692",13923,87841 -"103693",13923,96176 -"103694",13923,101772 -"103695",13923,109233 -"103696",13923,114069 -"103697",13923,114075 -"103698",13923,119022 -"103699",13924,14067 -"103700",13925,18472 -"103701",13925,47176 -"103702",13925,48242 -"103703",13925,51836 -"103704",13925,53979 -"103705",13926,22661 -"103706",13927,14150 -"103707",13927,44506 -"103708",13927,86301 -"103709",13927,123439 -"103710",13928,24705 -"103711",13929,13970 -"103712",13929,13996 -"103713",13929,14091 -"103714",13929,23965 -"103715",13929,36941 -"103716",13929,36962 -"103717",13929,44153 -"103718",13929,48037 -"103719",13929,52268 -"103720",13929,55691 -"103721",13929,64410 -"103722",13929,72823 -"103723",13929,77043 -"103724",13929,77327 -"103725",13929,83712 -"103726",13929,83747 -"103727",13929,91371 -"103728",13929,92397 -"103729",13929,94101 -"103730",13929,102757 -"103731",13929,107487 -"103732",13929,109799 -"103733",13929,120524 -"103734",13930,20916 -"103735",13930,31420 -"103736",13930,36289 -"103737",13930,55605 -"103738",13931,27146 -"103739",13931,56801 -"103740",13932,34700 -"103741",13933,14107 -"103742",13933,20137 -"103743",13933,23081 -"103744",13933,31079 -"103745",13933,54226 -"103746",13933,78693 -"103747",13934,14072 -"103748",13934,26052 -"103749",13934,44720 -"103750",13934,55071 -"103751",13935,53871 -"103752",13935,116132 -"103753",13936,43535 -"103754",13937,62691 -"103755",13937,88227 -"103756",13938,13942 -"103757",13938,15023 -"103758",13938,16952 -"103759",13938,17389 -"103760",13938,19075 -"103761",13938,19349 -"103762",13938,19484 -"103763",13938,20547 -"103764",13938,20623 -"103765",13938,21804 -"103766",13938,23116 -"103767",13938,28366 -"103768",13938,28580 -"103769",13938,32697 -"103770",13938,32916 -"103771",13938,35088 -"103772",13938,39205 -"103773",13938,39427 -"103774",13938,44647 -"103775",13938,45403 -"103776",13938,49547 -"103777",13938,51843 -"103778",13938,53756 -"103779",13938,54385 -"103780",13938,74948 -"103781",13938,79000 -"103782",13938,80025 -"103783",13938,84808 -"103784",13938,84828 -"103785",13939,14947 -"103786",13939,17838 -"103787",13939,19734 -"103788",13939,19865 -"103789",13939,19934 -"103790",13939,25442 -"103791",13939,27320 -"103792",13939,27468 -"103793",13939,27861 -"103794",13939,28893 -"103795",13939,29408 -"103796",13939,29495 -"103797",13939,31345 -"103798",13939,31403 -"103799",13939,39374 -"103800",13939,40797 -"103801",13939,45322 -"103802",13939,55173 -"103803",13939,61978 -"103804",13939,69557 -"103805",13939,72323 -"103806",13939,79128 -"103807",13939,80205 -"103808",13939,80324 -"103809",13939,89779 -"103810",13939,111557 -"103811",13939,112541 -"103812",13940,14882 -"103813",13940,23345 -"103814",13940,68977 -"103815",13940,74502 -"103816",13940,75347 -"103817",13941,21691 -"103818",13941,21838 -"103819",13941,39908 -"103820",13941,69561 -"103821",13941,69923 -"103822",13942,15023 -"103823",13942,15027 -"103824",13942,15185 -"103825",13942,15216 -"103826",13942,15964 -"103827",13942,16252 -"103828",13942,16872 -"103829",13942,17145 -"103830",13942,17508 -"103831",13942,18060 -"103832",13942,18217 -"103833",13942,22462 -"103834",13942,22823 -"103835",13942,23147 -"103836",13942,23421 -"103837",13942,23632 -"103838",13942,23953 -"103839",13942,24495 -"103840",13942,24710 -"103841",13942,25143 -"103842",13942,25303 -"103843",13942,25664 -"103844",13942,26407 -"103845",13942,27174 -"103846",13942,27196 -"103847",13942,27710 -"103848",13942,28703 -"103849",13942,29253 -"103850",13942,29341 -"103851",13942,29560 -"103852",13942,29573 -"103853",13942,29868 -"103854",13942,30343 -"103855",13942,31357 -"103856",13942,32438 -"103857",13942,32967 -"103858",13942,33223 -"103859",13942,33881 -"103860",13942,34097 -"103861",13942,34330 -"103862",13942,34513 -"103863",13942,35400 -"103864",13942,36476 -"103865",13942,36547 -"103866",13942,36745 -"103867",13942,37821 -"103868",13942,37931 -"103869",13942,38319 -"103870",13942,39398 -"103871",13942,39492 -"103872",13942,40320 -"103873",13942,40373 -"103874",13942,40542 -"103875",13942,41182 -"103876",13942,42131 -"103877",13942,46843 -"103878",13942,48331 -"103879",13942,49547 -"103880",13942,51843 -"103881",13942,77199 -"103882",13943,29062 -"103883",13943,41057 -"103884",13944,37625 -"103885",13944,108810 -"103886",13944,108817 -"103887",13945,14787 -"103888",13945,22633 -"103889",13945,41116 -"103890",13945,44427 -"103891",13945,58230 -"103892",13945,64447 -"103893",13945,92724 -"103894",13945,105651 -"103895",13946,13969 -"103896",13946,14023 -"103897",13946,14194 -"103898",13946,15515 -"103899",13946,16474 -"103900",13946,16501 -"103901",13946,22120 -"103902",13946,27914 -"103903",13946,28068 -"103904",13946,29147 -"103905",13946,29286 -"103906",13946,37977 -"103907",13946,42497 -"103908",13946,48955 -"103909",13946,49075 -"103910",13946,57697 -"103911",13946,59975 -"103912",13946,61192 -"103913",13946,71467 -"103914",13946,72757 -"103915",13946,77432 -"103916",13946,82255 -"103917",13946,88205 -"103918",13946,90903 -"103919",13946,96472 -"103920",13947,14287 -"103921",13947,21513 -"103922",13947,29667 -"103923",13947,47338 -"103924",13947,49315 -"103925",13947,51112 -"103926",13947,72626 -"103927",13947,76840 -"103928",13947,83102 -"103929",13948,14029 -"103930",13948,69074 -"103931",13948,80929 -"103932",13948,81459 -"103933",13948,82405 -"103934",13949,27740 -"103935",13949,80633 -"103936",13949,93713 -"103937",13950,14626 -"103938",13950,17028 -"103939",13950,17537 -"103940",13950,17538 -"103941",13950,17669 -"103942",13950,17671 -"103943",13950,21548 -"103944",13950,28451 -"103945",13950,35451 -"103946",13950,76738 -"103947",13951,14427 -"103948",13951,16871 -"103949",13951,16963 -"103950",13951,21289 -"103951",13951,37178 -"103952",13951,45644 -"103953",13951,49142 -"103954",13951,49259 -"103955",13951,51505 -"103956",13951,53340 -"103957",13951,57248 -"103958",13951,81504 -"103959",13951,83486 -"103960",13951,87054 -"103961",13951,87870 -"103962",13951,101590 -"103963",13951,103011 -"103964",13951,122938 -"103965",13952,79631 -"103966",13952,113676 -"103967",13953,15396 -"103968",13953,22027 -"103969",13953,32300 -"103970",13953,35594 -"103971",13953,45113 -"103972",13953,52561 -"103973",13953,56082 -"103974",13954,13970 -"103975",13954,27278 -"103976",13954,30324 -"103977",13954,30594 -"103978",13954,44958 -"103979",13954,51396 -"103980",13954,59968 -"103981",13954,70046 -"103982",13954,79766 -"103983",13954,90624 -"103984",13954,92369 -"103985",13954,104297 -"103986",13954,111693 -"103987",13955,18454 -"103988",13955,27459 -"103989",13956,68888 -"103990",13956,98832 -"103991",13956,110350 -"103992",13956,110351 -"103993",13956,110408 -"103994",13956,122131 -"103995",13957,20083 -"103996",13957,20509 -"103997",13957,32956 -"103998",13957,44786 -"103999",13957,54332 -"104000",13957,73610 -"104001",13957,96385 -"104002",13957,115033 -"104003",13958,119915 -"104004",13959,15179 -"104005",13959,19734 -"104006",13959,37667 -"104007",13959,46218 -"104008",13959,61337 -"104009",13959,61684 -"104010",13959,76528 -"104011",13959,78677 -"104012",13959,86193 -"104013",13959,88175 -"104014",13959,91746 -"104015",13960,29040 -"104016",13960,29541 -"104017",13960,44475 -"104018",13960,69234 -"104019",13960,82318 -"104020",13960,82343 -"104021",13961,30130 -"104022",13961,55599 -"104023",13961,58363 -"104024",13962,14127 -"104025",13962,54794 -"104026",13962,79598 -"104027",13962,98364 -"104028",13963,14918 -"104029",13963,20417 -"104030",13963,20419 -"104031",13963,21079 -"104032",13963,24774 -"104033",13963,41114 -"104034",13963,51298 -"104035",13963,57837 -"104036",13963,65628 -"104037",13963,76659 -"104038",13963,76737 -"104039",13963,81315 -"104040",13963,94842 -"104041",13965,14186 -"104042",13965,14336 -"104043",13965,25268 -"104044",13965,32596 -"104045",13965,70701 -"104046",13965,73784 -"104047",13965,98320 -"104048",13966,14189 -"104049",13966,15771 -"104050",13966,22511 -"104051",13966,23508 -"104052",13966,24139 -"104053",13966,24150 -"104054",13966,26552 -"104055",13966,42516 -"104056",13966,43560 -"104057",13966,65376 -"104058",13966,75669 -"104059",13966,76524 -"104060",13966,80281 -"104061",13966,80778 -"104062",13966,88954 -"104063",13966,93322 -"104064",13966,93556 -"104065",13966,106829 -"104066",13966,110821 -"104067",13966,112927 -"104068",13967,21213 -"104069",13967,22172 -"104070",13967,26660 -"104071",13967,31561 -"104072",13967,34475 -"104073",13967,84416 -"104074",13967,91616 -"104075",13967,95064 -"104076",13967,96240 -"104077",13968,14082 -"104078",13968,14136 -"104079",13969,14023 -"104080",13969,14194 -"104081",13969,28068 -"104082",13969,29286 -"104083",13969,30758 -"104084",13969,50354 -"104085",13969,53739 -"104086",13969,56217 -"104087",13970,13996 -"104088",13970,14091 -"104089",13970,17016 -"104090",13970,18510 -"104091",13970,23965 -"104092",13970,24312 -"104093",13970,24852 -"104094",13970,27278 -"104095",13970,29050 -"104096",13970,31919 -"104097",13970,32098 -"104098",13970,36962 -"104099",13970,43458 -"104100",13970,48076 -"104101",13970,51652 -"104102",13970,53630 -"104103",13970,55691 -"104104",13970,62324 -"104105",13970,68142 -"104106",13970,68280 -"104107",13970,71411 -"104108",13970,72823 -"104109",13970,72946 -"104110",13970,73072 -"104111",13970,73289 -"104112",13970,73466 -"104113",13970,77043 -"104114",13970,90492 -"104115",13970,101482 -"104116",13970,102757 -"104117",13970,106204 -"104118",13970,111832 -"104119",13970,114719 -"104120",13971,14617 -"104121",13971,17133 -"104122",13971,22204 -"104123",13971,22263 -"104124",13971,24847 -"104125",13971,25206 -"104126",13971,46281 -"104127",13971,64042 -"104128",13971,68415 -"104129",13971,69210 -"104130",13971,88704 -"104131",13972,38825 -"104132",13973,54796 -"104133",13973,78868 -"104134",13974,31445 -"104135",13974,32963 -"104136",13974,36050 -"104137",13974,79040 -"104138",13974,83601 -"104139",13974,83707 -"104140",13974,83726 -"104141",13974,97005 -"104142",13974,110315 -"104143",13974,116864 -"104144",13975,14062 -"104145",13975,31574 -"104146",13975,31691 -"104147",13975,40913 -"104148",13975,48022 -"104149",13975,48075 -"104150",13976,18276 -"104151",13976,18972 -"104152",13976,19916 -"104153",13976,29100 -"104154",13976,78104 -"104155",13976,80025 -"104156",13976,85072 -"104157",13976,101118 -"104158",13977,14036 -"104159",13978,14097 -"104160",13978,25997 -"104161",13978,84529 -"104162",13978,88394 -"104163",13979,14373 -"104164",13979,28282 -"104165",13979,30763 -"104166",13979,35459 -"104167",13979,46388 -"104168",13979,83855 -"104169",13979,87720 -"104170",13979,101349 -"104171",13979,115299 -"104172",13979,121995 -"104173",13980,20793 -"104174",13980,26938 -"104175",13980,31903 -"104176",13981,13987 -"104177",13981,21145 -"104178",13981,32546 -"104179",13981,41782 -"104180",13981,53260 -"104181",13981,62591 -"104182",13982,17083 -"104183",13982,17553 -"104184",13982,18789 -"104185",13982,22855 -"104186",13982,31105 -"104187",13982,35945 -"104188",13982,35996 -"104189",13982,37666 -"104190",13982,39051 -"104191",13982,50524 -"104192",13982,81918 -"104193",13983,23197 -"104194",13983,34629 -"104195",13983,38685 -"104196",13983,68332 -"104197",13983,84390 -"104198",13983,98552 -"104199",13984,32245 -"104200",13984,34437 -"104201",13985,20733 -"104202",13986,31095 -"104203",13986,32699 -"104204",13986,32701 -"104205",13986,43501 -"104206",13987,17476 -"104207",13987,23138 -"104208",13987,28501 -"104209",13987,37350 -"104210",13987,38380 -"104211",13987,41902 -"104212",13987,57494 -"104213",13987,62487 -"104214",13987,68086 -"104215",13987,72022 -"104216",13987,77107 -"104217",13988,14615 -"104218",13988,15636 -"104219",13988,23787 -"104220",13988,34168 -"104221",13988,49962 -"104222",13989,81887 -"104223",13990,13994 -"104224",13990,14077 -"104225",13990,68074 -"104226",13991,19016 -"104227",13991,50304 -"104228",13991,51678 -"104229",13991,84036 -"104230",13991,107852 -"104231",13991,107997 -"104232",13991,108963 -"104233",13992,14032 -"104234",13992,14039 -"104235",13992,14188 -"104236",13992,14986 -"104237",13992,16420 -"104238",13992,25192 -"104239",13992,29561 -"104240",13992,30580 -"104241",13992,51259 -"104242",13992,69019 -"104243",13992,71387 -"104244",13992,78632 -"104245",13992,85136 -"104246",13992,99108 -"104247",13992,104790 -"104248",13992,122871 -"104249",13992,122874 -"104250",13993,22764 -"104251",13993,24511 -"104252",13994,14077 -"104253",13995,18548 -"104254",13995,33327 -"104255",13995,39057 -"104256",13995,39128 -"104257",13995,39161 -"104258",13995,49106 -"104259",13995,50320 -"104260",13995,50796 -"104261",13995,57430 -"104262",13995,58550 -"104263",13995,61859 -"104264",13995,64384 -"104265",13995,64933 -"104266",13995,66439 -"104267",13995,66636 -"104268",13995,66814 -"104269",13995,67927 -"104270",13995,71898 -"104271",13995,71996 -"104272",13995,72003 -"104273",13996,14091 -"104274",13996,49611 -"104275",13997,26377 -"104276",13997,49477 -"104277",13997,53370 -"104278",13997,53405 -"104279",13997,61145 -"104280",13997,73029 -"104281",13997,73737 -"104282",13997,105377 -"104283",13997,117724 -"104284",13998,14116 -"104285",13998,17960 -"104286",13998,39157 -"104287",13998,40158 -"104288",13998,40677 -"104289",13998,73753 -"104290",13998,87416 -"104291",13998,91732 -"104292",13998,95156 -"104293",13999,37865 -"104294",13999,122661 -"104295",14000,14001 -"104296",14000,14145 -"104297",14000,16614 -"104298",14000,17059 -"104299",14000,17102 -"104300",14000,17211 -"104301",14000,17212 -"104302",14000,17355 -"104303",14000,23098 -"104304",14000,33309 -"104305",14000,40155 -"104306",14000,42372 -"104307",14000,46757 -"104308",14000,52477 -"104309",14000,52521 -"104310",14001,14145 -"104311",14001,61706 -"104312",14002,20186 -"104313",14002,44915 -"104314",14002,49251 -"104315",14002,59381 -"104316",14002,80693 -"104317",14002,84018 -"104318",14002,86105 -"104319",14002,95160 -"104320",14002,118900 -"104321",14003,17645 -"104322",14003,31884 -"104323",14003,39256 -"104324",14003,44030 -"104325",14003,47213 -"104326",14003,68423 -"104327",14003,69751 -"104328",14003,98785 -"104329",14003,103890 -"104330",14005,16489 -"104331",14005,18869 -"104332",14005,82329 -"104333",14006,24926 -"104334",14006,27380 -"104335",14006,53716 -"104336",14007,18475 -"104337",14007,26961 -"104338",14007,38816 -"104339",14007,39435 -"104340",14007,42920 -"104341",14007,56048 -"104342",14007,66476 -"104343",14007,68436 -"104344",14007,70316 -"104345",14007,87731 -"104346",14007,88297 -"104347",14007,90598 -"104348",14007,92042 -"104349",14007,108957 -"104350",14007,117784 -"104351",14007,123088 -"104352",14007,123089 -"104353",14008,66306 -"104354",14008,99263 -"104355",14008,106890 -"104356",14009,56046 -"104357",14010,18330 -"104358",14011,14066 -"104359",14011,34204 -"104360",14012,14027 -"104361",14012,14089 -"104362",14012,14112 -"104363",14013,22240 -"104364",14013,30651 -"104365",14013,81054 -"104366",14013,95397 -"104367",14013,99457 -"104368",14013,113102 -"104369",14013,119176 -"104370",14014,23426 -"104371",14014,49078 -"104372",14014,80638 -"104373",14015,14101 -"104374",14015,18393 -"104375",14015,40172 -"104376",14016,17543 -"104377",14016,18490 -"104378",14016,18498 -"104379",14016,18628 -"104380",14016,19181 -"104381",14016,31896 -"104382",14016,34168 -"104383",14016,36461 -"104384",14016,39752 -"104385",14016,68829 -"104386",14016,111622 -"104387",14017,40077 -"104388",14017,70734 -"104389",14017,89664 -"104390",14017,110132 -"104391",14017,111823 -"104392",14017,116791 -"104393",14017,118278 -"104394",14018,14124 -"104395",14018,14351 -"104396",14018,14413 -"104397",14018,75912 -"104398",14019,14085 -"104399",14019,16011 -"104400",14019,17938 -"104401",14019,27725 -"104402",14019,30443 -"104403",14019,33604 -"104404",14019,35516 -"104405",14019,59628 -"104406",14019,63753 -"104407",14019,63761 -"104408",14019,64630 -"104409",14019,64667 -"104410",14019,80353 -"104411",14019,80466 -"104412",14019,80487 -"104413",14019,113026 -"104414",14020,19965 -"104415",14020,45855 -"104416",14020,47324 -"104417",14020,83679 -"104418",14021,14022 -"104419",14022,14279 -"104420",14022,19058 -"104421",14022,37732 -"104422",14023,14194 -"104423",14023,16286 -"104424",14023,22786 -"104425",14023,27248 -"104426",14023,29286 -"104427",14023,57697 -"104428",14023,60392 -"104429",14023,83736 -"104430",14024,21740 -"104431",14024,22053 -"104432",14024,32588 -"104433",14024,34660 -"104434",14024,36103 -"104435",14024,43735 -"104436",14024,51712 -"104437",14024,58821 -"104438",14024,58927 -"104439",14024,58933 -"104440",14024,60006 -"104441",14024,60015 -"104442",14024,60764 -"104443",14025,14064 -"104444",14025,15501 -"104445",14025,37330 -"104446",14025,43932 -"104447",14025,89550 -"104448",14025,115227 -"104449",14026,14178 -"104450",14027,14089 -"104451",14027,14112 -"104452",14027,31502 -"104453",14027,31936 -"104454",14027,73725 -"104455",14028,14130 -"104456",14029,30789 -"104457",14029,44842 -"104458",14029,55892 -"104459",14029,58919 -"104460",14029,60229 -"104461",14029,61790 -"104462",14029,65792 -"104463",14029,69074 -"104464",14029,78868 -"104465",14029,81289 -"104466",14029,82852 -"104467",14029,91698 -"104468",14029,95762 -"104469",14030,21622 -"104470",14030,89616 -"104471",14030,105680 -"104472",14030,123472 -"104473",14032,14039 -"104474",14032,14188 -"104475",14032,15092 -"104476",14032,17493 -"104477",14032,18019 -"104478",14032,20150 -"104479",14032,21411 -"104480",14032,27187 -"104481",14032,31767 -"104482",14032,32919 -"104483",14032,44005 -"104484",14032,44581 -"104485",14032,45506 -"104486",14032,46071 -"104487",14032,51299 -"104488",14032,52924 -"104489",14032,71479 -"104490",14032,75403 -"104491",14032,76905 -"104492",14032,78032 -"104493",14032,82885 -"104494",14032,84434 -"104495",14032,92817 -"104496",14032,102881 -"104497",14032,122076 -"104498",14033,18645 -"104499",14036,16528 -"104500",14036,16558 -"104501",14036,31852 -"104502",14036,76372 -"104503",14036,76380 -"104504",14036,77167 -"104505",14036,77983 -"104506",14036,78136 -"104507",14036,78791 -"104508",14036,96003 -"104509",14037,63228 -"104510",14037,76164 -"104511",14037,106253 -"104512",14037,108354 -"104513",14038,14664 -"104514",14038,27192 -"104515",14038,35914 -"104516",14038,40727 -"104517",14038,60029 -"104518",14038,75815 -"104519",14038,80966 -"104520",14039,14188 -"104521",14039,24436 -"104522",14039,29033 -"104523",14039,35926 -"104524",14039,46071 -"104525",14039,91021 -"104526",14040,14158 -"104527",14041,14086 -"104528",14042,30044 -"104529",14042,39037 -"104530",14042,39039 -"104531",14042,39078 -"104532",14042,50635 -"104533",14042,83614 -"104534",14042,83621 -"104535",14043,31109 -"104536",14043,65039 -"104537",14043,84271 -"104538",14044,14139 -"104539",14044,14190 -"104540",14044,38077 -"104541",14044,38088 -"104542",14044,38174 -"104543",14044,38192 -"104544",14044,38197 -"104545",14044,38233 -"104546",14046,56774 -"104547",14046,63446 -"104548",14046,66096 -"104549",14046,67990 -"104550",14046,70904 -"104551",14047,14182 -"104552",14047,21286 -"104553",14047,32789 -"104554",14047,40352 -"104555",14047,47237 -"104556",14047,49854 -"104557",14047,110754 -"104558",14048,74476 -"104559",14048,87132 -"104560",14048,92248 -"104561",14049,15408 -"104562",14049,15529 -"104563",14050,22180 -"104564",14050,27788 -"104565",14050,28635 -"104566",14050,28661 -"104567",14050,28758 -"104568",14050,29789 -"104569",14050,36235 -"104570",14050,36458 -"104571",14050,61866 -"104572",14050,85397 -"104573",14050,93982 -"104574",14050,114106 -"104575",14050,114107 -"104576",14051,16230 -"104577",14051,20361 -"104578",14051,28515 -"104579",14051,31515 -"104580",14051,31649 -"104581",14051,41912 -"104582",14051,43594 -"104583",14052,16585 -"104584",14052,27255 -"104585",14052,28879 -"104586",14052,30154 -"104587",14052,32339 -"104588",14052,37069 -"104589",14052,38310 -"104590",14052,58334 -"104591",14052,66323 -"104592",14052,67499 -"104593",14052,73015 -"104594",14052,78054 -"104595",14052,83444 -"104596",14052,94160 -"104597",14052,99949 -"104598",14052,101914 -"104599",14052,103631 -"104600",14052,103723 -"104601",14052,103732 -"104602",14052,103759 -"104603",14052,103773 -"104604",14053,88292 -"104605",14053,105191 -"104606",14054,14128 -"104607",14054,16680 -"104608",14054,23257 -"104609",14054,26451 -"104610",14054,27489 -"104611",14054,27747 -"104612",14054,27849 -"104613",14054,29192 -"104614",14054,31957 -"104615",14054,36357 -"104616",14054,43599 -"104617",14054,45748 -"104618",14054,48284 -"104619",14054,55468 -"104620",14054,59007 -"104621",14054,61666 -"104622",14054,73466 -"104623",14054,99444 -"104624",14054,101294 -"104625",14054,108021 -"104626",14054,108372 -"104627",14054,122464 -"104628",14055,17666 -"104629",14055,20453 -"104630",14055,41253 -"104631",14055,52912 -"104632",14055,57056 -"104633",14055,71816 -"104634",14055,87416 -"104635",14056,20392 -"104636",14056,25801 -"104637",14056,59337 -"104638",14056,59887 -"104639",14056,69215 -"104640",14056,70227 -"104641",14056,105262 -"104642",14056,110454 -"104643",14057,15045 -"104644",14057,15225 -"104645",14057,17275 -"104646",14057,23133 -"104647",14057,23825 -"104648",14057,24935 -"104649",14057,27962 -"104650",14057,31970 -"104651",14057,53265 -"104652",14057,57268 -"104653",14057,59056 -"104654",14057,79351 -"104655",14057,79821 -"104656",14057,84404 -"104657",14057,87083 -"104658",14057,95531 -"104659",14058,18571 -"104660",14058,20708 -"104661",14058,26713 -"104662",14058,31164 -"104663",14058,33596 -"104664",14058,36160 -"104665",14058,45443 -"104666",14058,46951 -"104667",14058,53128 -"104668",14058,53746 -"104669",14058,59039 -"104670",14058,76807 -"104671",14058,81489 -"104672",14058,103826 -"104673",14058,108968 -"104674",14058,117098 -"104675",14060,32771 -"104676",14060,54185 -"104677",14061,17847 -"104678",14061,18352 -"104679",14061,18413 -"104680",14061,18423 -"104681",14061,20371 -"104682",14061,20398 -"104683",14061,20455 -"104684",14061,21978 -"104685",14061,26563 -"104686",14061,29554 -"104687",14061,29821 -"104688",14061,32259 -"104689",14061,32412 -"104690",14061,41339 -"104691",14061,42151 -"104692",14061,49081 -"104693",14061,49805 -"104694",14061,50513 -"104695",14061,50696 -"104696",14061,50779 -"104697",14061,50802 -"104698",14061,51216 -"104699",14061,51217 -"104700",14061,51276 -"104701",14061,51313 -"104702",14061,62872 -"104703",14061,77519 -"104704",14061,80653 -"104705",14061,107322 -"104706",14061,107423 -"104707",14061,107428 -"104708",14062,14402 -"104709",14062,14771 -"104710",14062,14821 -"104711",14062,18826 -"104712",14062,37687 -"104713",14062,44052 -"104714",14062,53104 -"104715",14062,57380 -"104716",14062,59442 -"104717",14062,59571 -"104718",14063,21346 -"104719",14063,29935 -"104720",14063,30222 -"104721",14063,36197 -"104722",14063,57414 -"104723",14063,120110 -"104724",14064,15501 -"104725",14064,18855 -"104726",14064,32303 -"104727",14064,47563 -"104728",14064,47587 -"104729",14064,69560 -"104730",14065,47191 -"104731",14065,74143 -"104732",14065,117328 -"104733",14067,31622 -"104734",14067,31710 -"104735",14069,20937 -"104736",14069,39299 -"104737",14069,54729 -"104738",14069,71753 -"104739",14069,93724 -"104740",14070,25162 -"104741",14070,72263 -"104742",14071,18863 -"104743",14071,22384 -"104744",14071,63534 -"104745",14071,109260 -"104746",14072,17381 -"104747",14072,24012 -"104748",14072,26052 -"104749",14072,29043 -"104750",14072,32661 -"104751",14072,32671 -"104752",14072,37412 -"104753",14072,40649 -"104754",14072,43635 -"104755",14072,44720 -"104756",14072,45975 -"104757",14072,46717 -"104758",14072,46732 -"104759",14072,49156 -"104760",14072,54059 -"104761",14072,55071 -"104762",14072,59756 -"104763",14072,63736 -"104764",14072,78286 -"104765",14072,79898 -"104766",14072,88806 -"104767",14072,90827 -"104768",14072,111050 -"104769",14072,111369 -"104770",14073,14282 -"104771",14073,14283 -"104772",14073,14389 -"104773",14073,32562 -"104774",14073,42430 -"104775",14073,45006 -"104776",14073,56007 -"104777",14073,66584 -"104778",14073,68765 -"104779",14073,70145 -"104780",14074,26338 -"104781",14074,87058 -"104782",14074,105625 -"104783",14075,18026 -"104784",14075,20107 -"104785",14075,37305 -"104786",14075,41183 -"104787",14075,50266 -"104788",14075,52920 -"104789",14075,76704 -"104790",14075,90007 -"104791",14075,108349 -"104792",14075,113156 -"104793",14075,116264 -"104794",14076,14142 -"104795",14077,15365 -"104796",14077,16434 -"104797",14077,18104 -"104798",14077,22117 -"104799",14077,22585 -"104800",14077,22719 -"104801",14077,22897 -"104802",14077,24327 -"104803",14077,32257 -"104804",14077,40174 -"104805",14077,40335 -"104806",14077,40404 -"104807",14077,46486 -"104808",14077,54341 -"104809",14077,57675 -"104810",14077,68074 -"104811",14077,92438 -"104812",14077,116339 -"104813",14077,122191 -"104814",14078,19882 -"104815",14078,34731 -"104816",14078,45377 -"104817",14079,29488 -"104818",14079,32079 -"104819",14079,35895 -"104820",14079,69444 -"104821",14079,71436 -"104822",14079,85956 -"104823",14079,103229 -"104824",14079,108586 -"104825",14079,118890 -"104826",14080,14146 -"104827",14080,14147 -"104828",14080,15301 -"104829",14080,19474 -"104830",14080,22566 -"104831",14080,22850 -"104832",14080,57192 -"104833",14080,88851 -"104834",14080,96254 -"104835",14080,98704 -"104836",14080,110499 -"104837",14080,119910 -"104838",14081,19614 -"104839",14081,32830 -"104840",14081,34331 -"104841",14081,51729 -"104842",14081,79874 -"104843",14081,81448 -"104844",14081,99772 -"104845",14082,14136 -"104846",14083,27580 -"104847",14083,29624 -"104848",14083,43594 -"104849",14083,63960 -"104850",14084,54504 -"104851",14084,55925 -"104852",14085,30128 -"104853",14085,44455 -"104854",14085,64675 -"104855",14085,110261 -"104856",14086,43421 -"104857",14086,49449 -"104858",14086,58494 -"104859",14086,86274 -"104860",14087,101479 -"104861",14088,67407 -"104862",14089,14112 -"104863",14090,20942 -"104864",14090,32149 -"104865",14090,34138 -"104866",14090,36687 -"104867",14090,71047 -"104868",14090,91450 -"104869",14090,91626 -"104870",14091,17125 -"104871",14091,23965 -"104872",14091,24312 -"104873",14091,35378 -"104874",14091,48076 -"104875",14091,51652 -"104876",14091,55691 -"104877",14091,72823 -"104878",14091,72946 -"104879",14091,73072 -"104880",14091,73289 -"104881",14091,90492 -"104882",14091,101482 -"104883",14091,102757 -"104884",14091,111832 -"104885",14091,112163 -"104886",14092,41358 -"104887",14092,80333 -"104888",14092,105679 -"104889",14093,44436 -"104890",14093,70553 -"104891",14093,73352 -"104892",14093,102260 -"104893",14093,106674 -"104894",14093,114960 -"104895",14094,28630 -"104896",14094,59558 -"104897",14095,25331 -"104898",14095,57142 -"104899",14096,15911 -"104900",14096,41114 -"104901",14096,55718 -"104902",14096,55768 -"104903",14098,14099 -"104904",14098,55607 -"104905",14098,106050 -"104906",14100,85568 -"104907",14101,84657 -"104908",14101,91299 -"104909",14101,110820 -"104910",14102,98253 -"104911",14102,98254 -"104912",14103,14638 -"104913",14103,19337 -"104914",14103,22106 -"104915",14103,22140 -"104916",14103,22310 -"104917",14103,22311 -"104918",14103,25248 -"104919",14103,26965 -"104920",14103,27409 -"104921",14103,28982 -"104922",14103,37052 -"104923",14103,44156 -"104924",14103,48431 -"104925",14103,56414 -"104926",14103,56523 -"104927",14103,60114 -"104928",14103,65654 -"104929",14103,65675 -"104930",14103,65710 -"104931",14103,65751 -"104932",14103,68641 -"104933",14104,59082 -"104934",14104,60650 -"104935",14104,90837 -"104936",14105,14184 -"104937",14105,17997 -"104938",14105,36536 -"104939",14105,45273 -"104940",14105,46988 -"104941",14105,48083 -"104942",14105,51083 -"104943",14105,56565 -"104944",14105,109093 -"104945",14106,24646 -"104946",14106,30743 -"104947",14106,52753 -"104948",14106,70480 -"104949",14107,63620 -"104950",14107,109211 -"104951",14107,109662 -"104952",14108,15769 -"104953",14108,15901 -"104954",14108,18502 -"104955",14108,19523 -"104956",14108,20000 -"104957",14108,22072 -"104958",14108,22641 -"104959",14108,23554 -"104960",14108,23947 -"104961",14108,24429 -"104962",14108,25287 -"104963",14108,25565 -"104964",14108,34314 -"104965",14108,35802 -"104966",14108,35975 -"104967",14108,36089 -"104968",14108,37875 -"104969",14108,41713 -"104970",14108,43527 -"104971",14108,48123 -"104972",14108,49607 -"104973",14108,50235 -"104974",14108,57990 -"104975",14108,58855 -"104976",14108,59210 -"104977",14108,59760 -"104978",14108,62063 -"104979",14108,66115 -"104980",14108,68569 -"104981",14108,69049 -"104982",14108,72573 -"104983",14108,80222 -"104984",14108,81722 -"104985",14108,89594 -"104986",14108,90643 -"104987",14108,92592 -"104988",14108,95061 -"104989",14108,96336 -"104990",14108,101016 -"104991",14108,101087 -"104992",14108,102401 -"104993",14108,104711 -"104994",14108,105495 -"104995",14108,105955 -"104996",14108,111987 -"104997",14108,116302 -"104998",14108,116315 -"104999",14108,116325 -"105000",14108,116331 -"105001",14109,20499 -"105002",14109,24877 -"105003",14109,37953 -"105004",14109,51104 -"105005",14109,57878 -"105006",14109,70665 -"105007",14109,74091 -"105008",14109,77200 -"105009",14109,93892 -"105010",14109,93921 -"105011",14110,80964 -"105012",14110,95188 -"105013",14111,14719 -"105014",14111,15376 -"105015",14111,21059 -"105016",14111,21639 -"105017",14111,23233 -"105018",14111,27780 -"105019",14111,37665 -"105020",14111,51823 -"105021",14111,65127 -"105022",14111,65429 -"105023",14111,74720 -"105024",14111,81219 -"105025",14111,83889 -"105026",14111,88686 -"105027",14111,91939 -"105028",14111,112909 -"105029",14111,119485 -"105030",14111,122583 -"105031",14111,122587 -"105032",14111,122763 -"105033",14111,122766 -"105034",14113,21886 -"105035",14114,94122 -"105036",14115,17596 -"105037",14115,21923 -"105038",14115,38156 -"105039",14115,68409 -"105040",14115,78912 -"105041",14116,39977 -"105042",14116,42635 -"105043",14116,74888 -"105044",14117,33715 -"105045",14117,93854 -"105046",14118,19214 -"105047",14118,30652 -"105048",14118,43518 -"105049",14118,48506 -"105050",14118,100133 -"105051",14118,102593 -"105052",14119,34187 -"105053",14119,34321 -"105054",14119,81829 -"105055",14120,15714 -"105056",14120,28635 -"105057",14120,31243 -"105058",14120,34323 -"105059",14120,57561 -"105060",14120,60922 -"105061",14120,64431 -"105062",14120,66310 -"105063",14120,75076 -"105064",14120,75408 -"105065",14120,82600 -"105066",14120,95545 -"105067",14120,104550 -"105068",14120,108227 -"105069",14121,25735 -"105070",14121,28976 -"105071",14121,65803 -"105072",14121,66132 -"105073",14121,111706 -"105074",14123,27284 -"105075",14124,14351 -"105076",14124,14413 -"105077",14124,28081 -"105078",14124,30510 -"105079",14124,35477 -"105080",14124,41470 -"105081",14124,42786 -"105082",14124,44131 -"105083",14124,45127 -"105084",14124,48561 -"105085",14124,51512 -"105086",14124,51941 -"105087",14124,54258 -"105088",14124,74605 -"105089",14124,78359 -"105090",14124,80783 -"105091",14124,97553 -"105092",14124,97557 -"105093",14126,46231 -"105094",14126,59964 -"105095",14127,44707 -"105096",14127,47997 -"105097",14127,54083 -"105098",14127,75176 -"105099",14127,107106 -"105100",14129,47259 -"105101",14129,50870 -"105102",14129,65104 -"105103",14129,82579 -"105104",14129,85095 -"105105",14129,88512 -"105106",14131,14133 -"105107",14131,15451 -"105108",14131,20853 -"105109",14131,26074 -"105110",14131,26202 -"105111",14131,52274 -"105112",14131,104205 -"105113",14131,119234 -"105114",14132,16951 -"105115",14134,23161 -"105116",14134,55302 -"105117",14134,59924 -"105118",14134,95312 -"105119",14134,101670 -"105120",14135,35657 -"105121",14135,63226 -"105122",14136,98811 -"105123",14137,21364 -"105124",14137,33003 -"105125",14137,37064 -"105126",14137,60597 -"105127",14137,76887 -"105128",14137,80018 -"105129",14139,14190 -"105130",14139,29149 -"105131",14139,41667 -"105132",14139,41733 -"105133",14139,53485 -"105134",14139,70476 -"105135",14139,73612 -"105136",14139,73614 -"105137",14139,93858 -"105138",14139,100912 -"105139",14140,16286 -"105140",14140,24154 -"105141",14140,31066 -"105142",14140,37036 -"105143",14140,54001 -"105144",14140,78375 -"105145",14140,87305 -"105146",14140,93980 -"105147",14140,112564 -"105148",14141,21408 -"105149",14141,25285 -"105150",14141,43283 -"105151",14141,58082 -"105152",14141,61680 -"105153",14142,15929 -"105154",14142,23359 -"105155",14142,30795 -"105156",14142,52559 -"105157",14142,63208 -"105158",14142,63209 -"105159",14142,69754 -"105160",14142,108547 -"105161",14143,25443 -"105162",14143,50410 -"105163",14143,65665 -"105164",14143,65693 -"105165",14144,18374 -"105166",14144,21198 -"105167",14144,28217 -"105168",14144,29962 -"105169",14144,30052 -"105170",14144,32663 -"105171",14144,34330 -"105172",14144,40657 -"105173",14144,45454 -"105174",14144,52299 -"105175",14144,57041 -"105176",14144,60421 -"105177",14144,61871 -"105178",14144,62043 -"105179",14144,75690 -"105180",14145,61706 -"105181",14146,14147 -"105182",14146,21571 -"105183",14146,22566 -"105184",14146,29537 -"105185",14146,41921 -"105186",14146,55891 -"105187",14146,79713 -"105188",14146,98608 -"105189",14147,35172 -"105190",14147,37199 -"105191",14147,38659 -"105192",14147,41921 -"105193",14147,57714 -"105194",14147,61813 -"105195",14147,69036 -"105196",14147,89892 -"105197",14148,79919 -"105198",14149,22751 -"105199",14149,24385 -"105200",14149,27401 -"105201",14149,44759 -"105202",14149,47640 -"105203",14149,49521 -"105204",14149,62366 -"105205",14149,71971 -"105206",14149,99854 -"105207",14151,17614 -"105208",14151,23220 -"105209",14151,24845 -"105210",14151,25907 -"105211",14151,62655 -"105212",14152,22475 -"105213",14152,100677 -"105214",14153,24170 -"105215",14153,53789 -"105216",14154,54616 -"105217",14155,14156 -"105218",14155,39607 -"105219",14155,70206 -"105220",14155,75876 -"105221",14155,105832 -"105222",14156,72729 -"105223",14156,72900 -"105224",14157,28641 -"105225",14158,30537 -"105226",14158,40258 -"105227",14158,43544 -"105228",14158,54396 -"105229",14158,69690 -"105230",14158,89224 -"105231",14158,94091 -"105232",14158,119589 -"105233",14159,31296 -"105234",14159,36946 -"105235",14160,15575 -"105236",14160,15688 -"105237",14160,17014 -"105238",14160,18421 -"105239",14160,20315 -"105240",14160,23418 -"105241",14160,26275 -"105242",14160,27459 -"105243",14160,35812 -"105244",14160,37258 -"105245",14160,40489 -"105246",14160,40627 -"105247",14160,41590 -"105248",14160,43620 -"105249",14160,46872 -"105250",14160,46982 -"105251",14160,48631 -"105252",14160,48690 -"105253",14160,51144 -"105254",14160,54160 -"105255",14160,54187 -"105256",14160,62667 -"105257",14160,80794 -"105258",14161,16169 -"105259",14161,27401 -"105260",14161,27497 -"105261",14161,46900 -"105262",14161,57710 -"105263",14161,60920 -"105264",14162,33316 -"105265",14162,43830 -"105266",14163,21353 -"105267",14163,22329 -"105268",14163,25691 -"105269",14163,25765 -"105270",14163,25915 -"105271",14163,32000 -"105272",14163,34988 -"105273",14163,122914 -"105274",14163,122954 -"105275",14165,20204 -"105276",14165,20428 -"105277",14165,23668 -"105278",14165,23752 -"105279",14165,25868 -"105280",14165,27093 -"105281",14165,33041 -"105282",14165,37651 -"105283",14165,40872 -"105284",14165,41730 -"105285",14165,43221 -"105286",14165,43417 -"105287",14165,53024 -"105288",14165,57037 -"105289",14165,62949 -"105290",14165,65174 -"105291",14165,81263 -"105292",14165,81412 -"105293",14166,27522 -"105294",14167,15094 -"105295",14168,15111 -"105296",14168,24388 -"105297",14168,24403 -"105298",14168,37437 -"105299",14168,85111 -"105300",14169,39747 -"105301",14169,76907 -"105302",14169,100579 -"105303",14169,100593 -"105304",14170,14173 -"105305",14170,14425 -"105306",14170,22897 -"105307",14170,37385 -"105308",14170,43214 -"105309",14170,76518 -"105310",14170,88137 -"105311",14170,107793 -"105312",14171,31467 -"105313",14172,14568 -"105314",14172,22873 -"105315",14172,26337 -"105316",14172,28648 -"105317",14172,33464 -"105318",14172,39626 -"105319",14172,65695 -"105320",14172,111651 -"105321",14173,14425 -"105322",14173,14931 -"105323",14173,17972 -"105324",14173,52044 -"105325",14173,68383 -"105326",14174,14399 -"105327",14174,19414 -"105328",14174,23662 -"105329",14174,23717 -"105330",14174,26787 -"105331",14174,45216 -"105332",14174,81676 -"105333",14174,81682 -"105334",14175,14241 -"105335",14175,30590 -"105336",14175,36089 -"105337",14175,46430 -"105338",14176,15561 -"105339",14176,25932 -"105340",14176,63320 -"105341",14176,63353 -"105342",14176,63384 -"105343",14176,77618 -"105344",14176,79625 -"105345",14178,43972 -"105346",14178,44066 -"105347",14179,46517 -"105348",14179,51367 -"105349",14179,54814 -"105350",14179,107820 -"105351",14180,15771 -"105352",14180,23508 -"105353",14180,24139 -"105354",14180,24150 -"105355",14180,30062 -"105356",14180,34749 -"105357",14180,43560 -"105358",14180,44499 -"105359",14180,48121 -"105360",14180,48162 -"105361",14180,92176 -"105362",14181,18535 -"105363",14181,22061 -"105364",14181,30211 -"105365",14181,30394 -"105366",14181,37533 -"105367",14182,18630 -"105368",14182,21650 -"105369",14182,26158 -"105370",14182,28181 -"105371",14182,33978 -"105372",14182,37381 -"105373",14182,44487 -"105374",14182,44497 -"105375",14182,44675 -"105376",14182,45025 -"105377",14182,45178 -"105378",14182,46578 -"105379",14182,52764 -"105380",14182,64310 -"105381",14182,69429 -"105382",14183,22112 -"105383",14183,22288 -"105384",14184,16826 -"105385",14184,17997 -"105386",14184,34734 -"105387",14184,40432 -"105388",14184,76208 -"105389",14184,83772 -"105390",14184,84119 -"105391",14184,84318 -"105392",14184,84352 -"105393",14185,14228 -"105394",14185,14241 -"105395",14185,14390 -"105396",14185,18238 -"105397",14185,18750 -"105398",14185,24845 -"105399",14185,31291 -"105400",14185,35457 -"105401",14185,38564 -"105402",14185,40628 -"105403",14185,55998 -"105404",14185,57262 -"105405",14185,57326 -"105406",14185,65734 -"105407",14185,66241 -"105408",14185,69613 -"105409",14185,76158 -"105410",14185,88764 -"105411",14185,89874 -"105412",14185,90558 -"105413",14185,91128 -"105414",14185,92430 -"105415",14185,101620 -"105416",14185,101811 -"105417",14185,103320 -"105418",14185,104144 -"105419",14185,109733 -"105420",14185,113952 -"105421",14185,121565 -"105422",14186,14336 -"105423",14187,102914 -"105424",14188,19526 -"105425",14188,24746 -"105426",14188,26034 -"105427",14188,39253 -"105428",14188,44857 -"105429",14188,45152 -"105430",14188,51443 -"105431",14188,56116 -"105432",14188,57367 -"105433",14188,60464 -"105434",14188,68844 -"105435",14188,71932 -"105436",14188,86332 -"105437",14188,88288 -"105438",14188,88443 -"105439",14188,92926 -"105440",14188,94619 -"105441",14188,94722 -"105442",14188,95288 -"105443",14188,119970 -"105444",14189,16313 -"105445",14189,23834 -"105446",14189,24362 -"105447",14189,31603 -"105448",14189,35997 -"105449",14189,48051 -"105450",14189,49517 -"105451",14189,67849 -"105452",14189,83096 -"105453",14189,97635 -"105454",14189,106829 -"105455",14189,110821 -"105456",14189,122644 -"105457",14191,14708 -"105458",14191,17857 -"105459",14191,19068 -"105460",14191,19082 -"105461",14191,21918 -"105462",14191,25013 -"105463",14191,25150 -"105464",14191,25639 -"105465",14191,36380 -"105466",14191,36383 -"105467",14191,36954 -"105468",14191,37307 -"105469",14191,41455 -"105470",14191,43149 -"105471",14191,44687 -"105472",14191,50207 -"105473",14191,50488 -"105474",14191,52112 -"105475",14191,53415 -"105476",14191,56357 -"105477",14191,57636 -"105478",14191,58482 -"105479",14191,59798 -"105480",14191,70907 -"105481",14191,71683 -"105482",14191,77125 -"105483",14191,78398 -"105484",14191,82426 -"105485",14191,84343 -"105486",14191,85000 -"105487",14191,85101 -"105488",14191,85811 -"105489",14191,91682 -"105490",14191,91866 -"105491",14191,95267 -"105492",14191,97580 -"105493",14191,98727 -"105494",14191,98776 -"105495",14191,100795 -"105496",14191,106824 -"105497",14191,108879 -"105498",14191,109166 -"105499",14191,109858 -"105500",14191,109878 -"105501",14191,112962 -"105502",14191,113990 -"105503",14191,115413 -"105504",14191,116123 -"105505",14191,117258 -"105506",14191,117560 -"105507",14191,118128 -"105508",14191,118836 -"105509",14191,118866 -"105510",14191,118873 -"105511",14191,119131 -"105512",14191,119513 -"105513",14191,119716 -"105514",14191,119769 -"105515",14191,120123 -"105516",14191,120169 -"105517",14191,120725 -"105518",14191,120944 -"105519",14191,121609 -"105520",14191,122007 -"105521",14191,122032 -"105522",14191,122035 -"105523",14191,122724 -"105524",14191,123070 -"105525",14191,123394 -"105526",14191,123490 -"105527",14192,14565 -"105528",14192,14722 -"105529",14192,17805 -"105530",14192,17936 -"105531",14192,17970 -"105532",14192,44464 -"105533",14192,52767 -"105534",14192,78817 -"105535",14192,93771 -"105536",14193,14337 -"105537",14193,25489 -"105538",14193,25524 -"105539",14193,29507 -"105540",14193,30501 -"105541",14193,31550 -"105542",14193,34559 -"105543",14193,34575 -"105544",14193,39823 -"105545",14193,50517 -"105546",14193,58687 -"105547",14193,71606 -"105548",14193,80972 -"105549",14193,83154 -"105550",14193,83541 -"105551",14193,83718 -"105552",14193,85264 -"105553",14193,96562 -"105554",14193,96694 -"105555",14193,99920 -"105556",14193,101540 -"105557",14193,102764 -"105558",14193,103694 -"105559",14193,107701 -"105560",14193,112432 -"105561",14193,112924 -"105562",14193,116473 -"105563",14193,118697 -"105564",14193,121838 -"105565",14194,15515 -"105566",14194,22786 -"105567",14194,28400 -"105568",14194,29286 -"105569",14194,30758 -"105570",14194,31367 -"105571",14194,33137 -"105572",14194,33870 -"105573",14194,34106 -"105574",14194,57592 -"105575",14194,59975 -"105576",14194,83736 -"105577",14195,14432 -"105578",14195,37470 -"105579",14195,50003 -"105580",14195,87209 -"105581",14197,49505 -"105582",14197,76207 -"105583",14197,81735 -"105584",14198,18200 -"105585",14198,102534 -"105586",14199,23745 -"105587",14199,25153 -"105588",14199,26595 -"105589",14199,28491 -"105590",14199,28500 -"105591",14199,29636 -"105592",14199,33405 -"105593",14199,36578 -"105594",14199,44306 -"105595",14199,67145 -"105596",14199,79382 -"105597",14199,79587 -"105598",14199,88282 -"105599",14199,95602 -"105600",14200,15752 -"105601",14200,21029 -"105602",14200,51470 -"105603",14200,63442 -"105604",14200,78024 -"105605",14200,84786 -"105606",14200,84818 -"105607",14201,14349 -"105608",14201,20478 -"105609",14201,23863 -"105610",14201,30757 -"105611",14201,31326 -"105612",14201,34248 -"105613",14201,43682 -"105614",14201,44728 -"105615",14201,55895 -"105616",14201,76962 -"105617",14201,76979 -"105618",14201,79470 -"105619",14201,81329 -"105620",14201,83976 -"105621",14201,87957 -"105622",14201,88865 -"105623",14201,91319 -"105624",14201,106418 -"105625",14202,15549 -"105626",14202,15567 -"105627",14202,20615 -"105628",14202,24124 -"105629",14202,24376 -"105630",14202,34804 -"105631",14202,53074 -"105632",14202,53080 -"105633",14202,64183 -"105634",14203,16094 -"105635",14203,58941 -"105636",14204,21512 -"105637",14204,24264 -"105638",14204,49200 -"105639",14204,53350 -"105640",14204,59814 -"105641",14204,64862 -"105642",14204,86823 -"105643",14205,28704 -"105644",14205,101531 -"105645",14206,30639 -"105646",14207,18113 -"105647",14207,23019 -"105648",14207,42117 -"105649",14207,43207 -"105650",14207,43266 -"105651",14207,50581 -"105652",14207,54021 -"105653",14207,55620 -"105654",14207,57356 -"105655",14207,62690 -"105656",14207,63873 -"105657",14207,70341 -"105658",14207,77534 -"105659",14207,90941 -"105660",14207,92288 -"105661",14207,107020 -"105662",14207,107053 -"105663",14207,107722 -"105664",14207,107732 -"105665",14207,107746 -"105666",14207,110828 -"105667",14208,37629 -"105668",14208,116593 -"105669",14208,116615 -"105670",14208,116616 -"105671",14208,119087 -"105672",14209,43106 -"105673",14209,113215 -"105674",14210,15909 -"105675",14210,20204 -"105676",14210,23311 -"105677",14210,24376 -"105678",14210,30686 -"105679",14210,30693 -"105680",14210,30706 -"105681",14210,48864 -"105682",14210,50076 -"105683",14210,59865 -"105684",14210,80220 -"105685",14210,97935 -"105686",14210,107788 -"105687",14211,46206 -"105688",14211,62974 -"105689",14212,17038 -"105690",14212,17050 -"105691",14212,20426 -"105692",14212,22357 -"105693",14212,24063 -"105694",14212,26597 -"105695",14212,38910 -"105696",14212,44105 -"105697",14212,46325 -"105698",14212,46993 -"105699",14212,56491 -"105700",14212,64464 -"105701",14212,65375 -"105702",14212,71458 -"105703",14212,80454 -"105704",14212,81504 -"105705",14212,94312 -"105706",14212,96505 -"105707",14212,103011 -"105708",14212,112972 -"105709",14212,114062 -"105710",14213,34139 -"105711",14213,108282 -"105712",14214,34622 -"105713",14214,43362 -"105714",14214,85308 -"105715",14214,103580 -"105716",14214,113073 -"105717",14215,41100 -"105718",14216,34502 -"105719",14216,43339 -"105720",14216,43407 -"105721",14217,31400 -"105722",14217,72641 -"105723",14217,107099 -"105724",14218,31351 -"105725",14218,45092 -"105726",14218,46226 -"105727",14218,48936 -"105728",14218,68541 -"105729",14219,17092 -"105730",14219,78304 -"105731",14220,39158 -"105732",14220,113843 -"105733",14221,53085 -"105734",14221,61595 -"105735",14221,66450 -"105736",14221,67255 -"105737",14221,81596 -"105738",14221,89007 -"105739",14221,94429 -"105740",14221,96939 -"105741",14222,14240 -"105742",14223,31544 -"105743",14223,77749 -"105744",14223,113547 -"105745",14224,14242 -"105746",14225,14294 -"105747",14225,14304 -"105748",14225,14364 -"105749",14225,14384 -"105750",14226,50660 -"105751",14226,78928 -"105752",14227,14296 -"105753",14227,18536 -"105754",14227,18702 -"105755",14227,23828 -"105756",14227,27859 -"105757",14227,40267 -"105758",14227,42263 -"105759",14227,43768 -"105760",14227,70212 -"105761",14227,87935 -"105762",14227,91712 -"105763",14227,100524 -"105764",14227,103690 -"105765",14227,103710 -"105766",14227,115346 -"105767",14228,57326 -"105768",14228,90558 -"105769",14228,90720 -"105770",14228,91925 -"105771",14228,113952 -"105772",14229,15176 -"105773",14229,51647 -"105774",14229,75202 -"105775",14229,81380 -"105776",14230,14406 -"105777",14230,15666 -"105778",14230,15761 -"105779",14230,21870 -"105780",14230,47773 -"105781",14230,47863 -"105782",14230,72615 -"105783",14230,77612 -"105784",14231,17804 -"105785",14231,31493 -"105786",14231,39998 -"105787",14231,78841 -"105788",14231,83223 -"105789",14231,85891 -"105790",14231,90044 -"105791",14231,90086 -"105792",14231,90088 -"105793",14231,98352 -"105794",14232,58434 -"105795",14232,90242 -"105796",14233,20962 -"105797",14234,14255 -"105798",14234,14256 -"105799",14234,14266 -"105800",14234,14357 -"105801",14234,31711 -"105802",14235,14425 -"105803",14235,19934 -"105804",14235,35553 -"105805",14235,57675 -"105806",14235,89834 -"105807",14235,100828 -"105808",14235,114042 -"105809",14236,16388 -"105810",14236,19242 -"105811",14236,23331 -"105812",14236,37668 -"105813",14236,37720 -"105814",14236,52339 -"105815",14236,55360 -"105816",14236,56767 -"105817",14236,59982 -"105818",14236,76217 -"105819",14236,97912 -"105820",14236,103708 -"105821",14236,113041 -"105822",14236,115890 -"105823",14236,116967 -"105824",14237,21052 -"105825",14237,35776 -"105826",14237,49753 -"105827",14237,60482 -"105828",14237,67087 -"105829",14237,69867 -"105830",14237,85271 -"105831",14237,94472 -"105832",14237,102066 -"105833",14237,106320 -"105834",14238,44903 -"105835",14238,100582 -"105836",14239,18100 -"105837",14239,57616 -"105838",14239,57622 -"105839",14239,64445 -"105840",14240,31877 -"105841",14240,111934 -"105842",14241,18238 -"105843",14241,18326 -"105844",14241,20349 -"105845",14241,25653 -"105846",14241,26916 -"105847",14241,38397 -"105848",14241,38564 -"105849",14241,64633 -"105850",14241,68562 -"105851",14241,76390 -"105852",14241,76443 -"105853",14241,84510 -"105854",14241,90836 -"105855",14241,99613 -"105856",14241,104404 -"105857",14243,26635 -"105858",14243,46516 -"105859",14243,100665 -"105860",14243,101960 -"105861",14244,14899 -"105862",14244,18113 -"105863",14244,21474 -"105864",14244,28022 -"105865",14244,28506 -"105866",14244,34557 -"105867",14244,38069 -"105868",14244,47232 -"105869",14244,51094 -"105870",14244,51275 -"105871",14244,66906 -"105872",14244,67107 -"105873",14244,76704 -"105874",14244,79586 -"105875",14244,101425 -"105876",14245,14298 -"105877",14245,16711 -"105878",14245,48531 -"105879",14246,34968 -"105880",14246,43917 -"105881",14247,14411 -"105882",14247,17776 -"105883",14247,45051 -"105884",14248,27001 -"105885",14249,20935 -"105886",14249,117121 -"105887",14250,16714 -"105888",14250,45201 -"105889",14250,47963 -"105890",14251,76023 -"105891",14251,83787 -"105892",14252,17365 -"105893",14252,24253 -"105894",14252,37431 -"105895",14252,43455 -"105896",14252,51866 -"105897",14252,62649 -"105898",14253,69552 -"105899",14254,95797 -"105900",14254,100307 -"105901",14255,14256 -"105902",14255,14266 -"105903",14255,14357 -"105904",14255,19998 -"105905",14255,30544 -"105906",14255,47033 -"105907",14255,73578 -"105908",14255,84883 -"105909",14255,95258 -"105910",14255,98136 -"105911",14255,101256 -"105912",14255,103256 -"105913",14255,104359 -"105914",14255,105780 -"105915",14256,14266 -"105916",14256,14357 -"105917",14256,17432 -"105918",14256,24212 -"105919",14256,26167 -"105920",14256,74631 -"105921",14256,80003 -"105922",14256,86596 -"105923",14256,114173 -"105924",14256,114349 -"105925",14256,119378 -"105926",14256,121144 -"105927",14257,100229 -"105928",14257,109167 -"105929",14258,49647 -"105930",14258,65859 -"105931",14258,96908 -"105932",14258,105515 -"105933",14259,14442 -"105934",14259,36540 -"105935",14260,16949 -"105936",14260,17727 -"105937",14260,27811 -"105938",14260,31943 -"105939",14260,34576 -"105940",14260,53644 -"105941",14260,54712 -"105942",14260,56133 -"105943",14260,67913 -"105944",14260,74813 -"105945",14260,76481 -"105946",14260,79913 -"105947",14260,97562 -"105948",14261,15320 -"105949",14261,15784 -"105950",14261,19266 -"105951",14261,20012 -"105952",14261,81096 -"105953",14261,95410 -"105954",14262,31877 -"105955",14262,107295 -"105956",14263,15090 -"105957",14263,15253 -"105958",14263,50059 -"105959",14263,57346 -"105960",14263,60799 -"105961",14263,68093 -"105962",14263,95425 -"105963",14263,98049 -"105964",14263,98054 -"105965",14264,26437 -"105966",14264,26464 -"105967",14264,26937 -"105968",14264,28714 -"105969",14264,65021 -"105970",14265,38266 -"105971",14265,60818 -"105972",14266,14357 -"105973",14266,15847 -"105974",14266,20365 -"105975",14266,28648 -"105976",14266,30839 -"105977",14266,31420 -"105978",14266,31711 -"105979",14266,76845 -"105980",14266,77722 -"105981",14266,84137 -"105982",14266,85938 -"105983",14266,90887 -"105984",14266,96588 -"105985",14267,15138 -"105986",14267,18517 -"105987",14267,101280 -"105988",14268,33620 -"105989",14269,45941 -"105990",14269,47505 -"105991",14269,71237 -"105992",14269,87362 -"105993",14269,87476 -"105994",14269,95689 -"105995",14269,116986 -"105996",14270,14902 -"105997",14270,23116 -"105998",14270,25678 -"105999",14270,25877 -"106000",14270,47793 -"106001",14270,47794 -"106002",14270,47843 -"106003",14270,47882 -"106004",14270,72304 -"106005",14270,78339 -"106006",14270,82241 -"106007",14270,93339 -"106008",14271,17924 -"106009",14271,21246 -"106010",14271,56902 -"106011",14271,69055 -"106012",14271,86347 -"106013",14271,86840 -"106014",14272,20397 -"106015",14272,23830 -"106016",14272,58180 -"106017",14272,68017 -"106018",14272,75301 -"106019",14272,82829 -"106020",14272,99352 -"106021",14272,113619 -"106022",14273,14350 -"106023",14273,38019 -"106024",14274,25945 -"106025",14274,25975 -"106026",14274,78408 -"106027",14274,88899 -"106028",14274,104122 -"106029",14274,109364 -"106030",14275,35923 -"106031",14275,78794 -"106032",14275,85248 -"106033",14276,14316 -"106034",14276,14403 -"106035",14277,50602 -"106036",14277,69263 -"106037",14277,69409 -"106038",14277,114677 -"106039",14278,14821 -"106040",14278,21357 -"106041",14278,21516 -"106042",14278,27788 -"106043",14278,32633 -"106044",14278,36458 -"106045",14278,98912 -"106046",14278,107403 -"106047",14279,22574 -"106048",14279,28693 -"106049",14279,32722 -"106050",14279,35180 -"106051",14279,39968 -"106052",14279,45311 -"106053",14279,49488 -"106054",14279,54328 -"106055",14279,60545 -"106056",14279,60559 -"106057",14280,19223 -"106058",14280,20136 -"106059",14280,21929 -"106060",14280,25985 -"106061",14280,26089 -"106062",14280,26091 -"106063",14280,29121 -"106064",14280,41901 -"106065",14280,46610 -"106066",14280,58510 -"106067",14280,99860 -"106068",14280,101930 -"106069",14281,14374 -"106070",14281,14434 -"106071",14281,14435 -"106072",14281,22064 -"106073",14281,39915 -"106074",14281,87774 -"106075",14281,93501 -"106076",14282,14283 -"106077",14282,14389 -"106078",14283,14389 -"106079",14283,66584 -"106080",14283,70145 -"106081",14284,27497 -"106082",14284,57710 -"106083",14285,20018 -"106084",14286,16345 -"106085",14286,18993 -"106086",14286,25842 -"106087",14286,78271 -"106088",14287,16501 -"106089",14287,21513 -"106090",14287,25162 -"106091",14287,29667 -"106092",14287,31843 -"106093",14287,44843 -"106094",14287,72092 -"106095",14287,85622 -"106096",14287,89817 -"106097",14287,93682 -"106098",14287,102117 -"106099",14287,106800 -"106100",14288,14350 -"106101",14288,16855 -"106102",14288,19920 -"106103",14288,21118 -"106104",14288,21198 -"106105",14288,21693 -"106106",14288,22282 -"106107",14288,22326 -"106108",14288,22362 -"106109",14288,22432 -"106110",14288,24397 -"106111",14288,29572 -"106112",14288,29608 -"106113",14288,30031 -"106114",14288,38019 -"106115",14288,41036 -"106116",14288,43001 -"106117",14288,45617 -"106118",14288,49129 -"106119",14288,56317 -"106120",14288,58508 -"106121",14288,59350 -"106122",14288,61970 -"106123",14288,69913 -"106124",14288,77188 -"106125",14288,78144 -"106126",14288,81440 -"106127",14288,81588 -"106128",14288,82180 -"106129",14288,82949 -"106130",14288,84256 -"106131",14288,85821 -"106132",14288,87060 -"106133",14288,87073 -"106134",14288,89097 -"106135",14288,94826 -"106136",14288,101999 -"106137",14289,14443 -"106138",14290,15582 -"106139",14290,31264 -"106140",14290,31280 -"106141",14290,48343 -"106142",14290,48501 -"106143",14290,51190 -"106144",14290,81888 -"106145",14290,88805 -"106146",14290,91644 -"106147",14290,93710 -"106148",14291,32540 -"106149",14291,50572 -"106150",14291,53034 -"106151",14291,60480 -"106152",14291,62880 -"106153",14291,81645 -"106154",14291,82360 -"106155",14291,101499 -"106156",14292,33162 -"106157",14292,56958 -"106158",14292,61855 -"106159",14292,62961 -"106160",14292,67456 -"106161",14292,102632 -"106162",14292,121936 -"106163",14292,122913 -"106164",14293,14394 -"106165",14293,14877 -"106166",14293,15441 -"106167",14293,16513 -"106168",14293,16982 -"106169",14293,19358 -"106170",14293,19699 -"106171",14293,20667 -"106172",14293,22756 -"106173",14293,24948 -"106174",14293,24989 -"106175",14293,26413 -"106176",14293,27267 -"106177",14293,31897 -"106178",14293,32070 -"106179",14293,40561 -"106180",14293,43367 -"106181",14293,46568 -"106182",14293,50659 -"106183",14293,54737 -"106184",14293,56168 -"106185",14293,60644 -"106186",14293,60846 -"106187",14293,65152 -"106188",14293,69291 -"106189",14293,71429 -"106190",14293,78073 -"106191",14293,79331 -"106192",14293,79710 -"106193",14293,79711 -"106194",14293,79720 -"106195",14293,79725 -"106196",14293,79738 -"106197",14293,79748 -"106198",14293,79750 -"106199",14293,79754 -"106200",14293,79758 -"106201",14293,79760 -"106202",14293,79771 -"106203",14293,79780 -"106204",14293,79781 -"106205",14293,79803 -"106206",14293,92463 -"106207",14293,92501 -"106208",14294,14304 -"106209",14294,14364 -"106210",14294,14384 -"106211",14294,116727 -"106212",14295,15265 -"106213",14295,33416 -"106214",14295,33790 -"106215",14295,103945 -"106216",14297,40128 -"106217",14297,65362 -"106218",14297,77131 -"106219",14297,99534 -"106220",14297,100754 -"106221",14297,117150 -"106222",14298,16711 -"106223",14298,16856 -"106224",14298,16859 -"106225",14298,17846 -"106226",14299,14355 -"106227",14299,59136 -"106228",14300,83477 -"106229",14300,87674 -"106230",14301,29841 -"106231",14301,77140 -"106232",14301,92208 -"106233",14301,92979 -"106234",14301,93757 -"106235",14301,94236 -"106236",14301,94425 -"106237",14301,94429 -"106238",14301,94454 -"106239",14301,96839 -"106240",14301,117274 -"106241",14302,19451 -"106242",14302,25637 -"106243",14302,36070 -"106244",14302,36180 -"106245",14303,77463 -"106246",14304,14364 -"106247",14304,14384 -"106248",14305,14398 -"106249",14305,14429 -"106250",14306,37173 -"106251",14307,54474 -"106252",14307,95553 -"106253",14308,17926 -"106254",14308,28714 -"106255",14308,42475 -"106256",14308,46559 -"106257",14308,47580 -"106258",14308,69435 -"106259",14309,60849 -"106260",14309,82368 -"106261",14309,83909 -"106262",14309,83956 -"106263",14309,83957 -"106264",14309,109679 -"106265",14309,121726 -"106266",14310,34663 -"106267",14310,38832 -"106268",14310,59200 -"106269",14310,90171 -"106270",14311,68153 -"106271",14311,68282 -"106272",14312,47257 -"106273",14312,49216 -"106274",14312,54783 -"106275",14313,28242 -"106276",14313,40663 -"106277",14313,60302 -"106278",14315,34356 -"106279",14315,93533 -"106280",14316,14403 -"106281",14316,46017 -"106282",14316,58171 -"106283",14316,58174 -"106284",14316,74774 -"106285",14317,24467 -"106286",14317,24674 -"106287",14317,29381 -"106288",14317,34520 -"106289",14317,39529 -"106290",14317,41020 -"106291",14317,46146 -"106292",14317,54724 -"106293",14317,54984 -"106294",14317,55562 -"106295",14318,14369 -"106296",14318,14370 -"106297",14318,76063 -"106298",14320,56125 -"106299",14320,85983 -"106300",14320,88670 -"106301",14321,23985 -"106302",14321,56694 -"106303",14322,14377 -"106304",14322,41211 -"106305",14322,53237 -"106306",14322,63476 -"106307",14322,88701 -"106308",14322,98324 -"106309",14323,14444 -"106310",14323,15659 -"106311",14324,14381 -"106312",14324,14445 -"106313",14324,17255 -"106314",14324,20087 -"106315",14324,22448 -"106316",14324,29146 -"106317",14324,33159 -"106318",14324,34451 -"106319",14324,47940 -"106320",14324,53491 -"106321",14324,63686 -"106322",14324,76686 -"106323",14324,92819 -"106324",14324,95364 -"106325",14324,120794 -"106326",14325,18844 -"106327",14325,18884 -"106328",14325,18885 -"106329",14325,31655 -"106330",14325,32617 -"106331",14325,34977 -"106332",14325,40311 -"106333",14325,47676 -"106334",14325,48101 -"106335",14325,50209 -"106336",14325,58375 -"106337",14325,71733 -"106338",14325,77379 -"106339",14326,14807 -"106340",14326,15063 -"106341",14326,21906 -"106342",14326,26701 -"106343",14326,31787 -"106344",14326,38639 -"106345",14326,50268 -"106346",14326,50915 -"106347",14326,53784 -"106348",14326,77882 -"106349",14326,103698 -"106350",14326,104319 -"106351",14326,107728 -"106352",14327,77359 -"106353",14328,17725 -"106354",14328,17944 -"106355",14328,18260 -"106356",14328,28091 -"106357",14328,30236 -"106358",14328,34001 -"106359",14328,36079 -"106360",14329,64127 -"106361",14330,27038 -"106362",14330,30538 -"106363",14330,33181 -"106364",14330,54940 -"106365",14330,56302 -"106366",14330,56326 -"106367",14330,56327 -"106368",14331,14388 -"106369",14331,19952 -"106370",14331,22836 -"106371",14331,55326 -"106372",14331,63286 -"106373",14331,64296 -"106374",14332,17771 -"106375",14332,20261 -"106376",14332,20343 -"106377",14332,20344 -"106378",14332,20416 -"106379",14332,28091 -"106380",14332,54675 -"106381",14333,52246 -"106382",14333,74125 -"106383",14333,103772 -"106384",14334,17994 -"106385",14334,30175 -"106386",14334,30350 -"106387",14334,40065 -"106388",14334,75788 -"106389",14334,94642 -"106390",14334,104107 -"106391",14334,105825 -"106392",14334,112504 -"106393",14335,83303 -"106394",14337,25489 -"106395",14337,25524 -"106396",14337,44244 -"106397",14337,50517 -"106398",14337,96562 -"106399",14337,96694 -"106400",14338,47282 -"106401",14339,46523 -"106402",14339,68427 -"106403",14339,100492 -"106404",14340,14356 -"106405",14340,14485 -"106406",14340,18070 -"106407",14340,19939 -"106408",14340,21680 -"106409",14340,24052 -"106410",14340,24165 -"106411",14340,35514 -"106412",14340,45035 -"106413",14340,84275 -"106414",14340,86780 -"106415",14341,24040 -"106416",14341,27254 -"106417",14341,43699 -"106418",14341,44854 -"106419",14341,60434 -"106420",14341,64587 -"106421",14342,53670 -"106422",14342,89986 -"106423",14343,35870 -"106424",14343,41513 -"106425",14343,42281 -"106426",14343,50877 -"106427",14343,58498 -"106428",14343,85468 -"106429",14343,97847 -"106430",14343,97944 -"106431",14344,17985 -"106432",14344,17991 -"106433",14344,18119 -"106434",14344,18458 -"106435",14344,27635 -"106436",14344,27668 -"106437",14344,53582 -"106438",14345,17303 -"106439",14345,30612 -"106440",14345,31416 -"106441",14345,31707 -"106442",14345,32301 -"106443",14345,32609 -"106444",14345,36737 -"106445",14345,36915 -"106446",14345,36994 -"106447",14345,37094 -"106448",14345,41091 -"106449",14345,44591 -"106450",14345,45685 -"106451",14345,47013 -"106452",14345,52845 -"106453",14345,58022 -"106454",14345,58847 -"106455",14345,65402 -"106456",14345,65481 -"106457",14345,65516 -"106458",14345,72673 -"106459",14345,73923 -"106460",14345,74399 -"106461",14345,78715 -"106462",14345,86450 -"106463",14345,95690 -"106464",14345,98280 -"106465",14345,118415 -"106466",14346,16557 -"106467",14346,79770 -"106468",14347,26659 -"106469",14347,27862 -"106470",14347,34604 -"106471",14347,42995 -"106472",14347,76099 -"106473",14347,99704 -"106474",14348,19592 -"106475",14348,29203 -"106476",14348,45052 -"106477",14348,52706 -"106478",14348,54823 -"106479",14348,62936 -"106480",14348,97093 -"106481",14349,25416 -"106482",14349,29371 -"106483",14349,36144 -"106484",14349,52760 -"106485",14349,89725 -"106486",14349,98515 -"106487",14349,116023 -"106488",14350,16855 -"106489",14350,16940 -"106490",14350,20975 -"106491",14350,23649 -"106492",14350,28124 -"106493",14350,29572 -"106494",14350,29608 -"106495",14350,36361 -"106496",14350,38019 -"106497",14350,45617 -"106498",14350,48895 -"106499",14350,50565 -"106500",14350,52576 -"106501",14350,56317 -"106502",14350,58508 -"106503",14350,61970 -"106504",14350,69913 -"106505",14350,71342 -"106506",14350,78025 -"106507",14350,81588 -"106508",14350,82080 -"106509",14350,85821 -"106510",14350,86809 -"106511",14350,89097 -"106512",14350,99386 -"106513",14350,101999 -"106514",14351,14413 -"106515",14351,15222 -"106516",14351,15848 -"106517",14351,16205 -"106518",14351,19592 -"106519",14351,33385 -"106520",14351,35980 -"106521",14351,44181 -"106522",14351,80548 -"106523",14351,80755 -"106524",14351,80797 -"106525",14351,85520 -"106526",14351,93208 -"106527",14352,25218 -"106528",14352,50798 -"106529",14352,101264 -"106530",14353,14366 -"106531",14353,16065 -"106532",14353,22403 -"106533",14353,31612 -"106534",14353,33679 -"106535",14353,36298 -"106536",14353,38146 -"106537",14353,44472 -"106538",14353,44556 -"106539",14353,45782 -"106540",14353,67914 -"106541",14354,36007 -"106542",14356,14485 -"106543",14356,18070 -"106544",14356,45035 -"106545",14357,20365 -"106546",14357,26167 -"106547",14357,30839 -"106548",14357,31420 -"106549",14357,51212 -"106550",14357,67289 -"106551",14357,76845 -"106552",14357,82191 -"106553",14357,86596 -"106554",14357,90736 -"106555",14357,95665 -"106556",14357,110759 -"106557",14357,110812 -"106558",14358,35545 -"106559",14358,73395 -"106560",14358,73612 -"106561",14359,14864 -"106562",14359,14908 -"106563",14359,14938 -"106564",14359,19821 -"106565",14359,33385 -"106566",14359,39283 -"106567",14360,39134 -"106568",14360,57110 -"106569",14360,62227 -"106570",14361,14664 -"106571",14361,14728 -"106572",14361,23339 -"106573",14361,38761 -"106574",14361,45885 -"106575",14361,68176 -"106576",14361,89713 -"106577",14362,14430 -"106578",14362,30718 -"106579",14362,30728 -"106580",14362,31990 -"106581",14362,37786 -"106582",14362,37801 -"106583",14362,44294 -"106584",14362,44307 -"106585",14362,44312 -"106586",14362,44388 -"106587",14362,44408 -"106588",14362,44421 -"106589",14362,44479 -"106590",14362,44505 -"106591",14362,44507 -"106592",14362,108797 -"106593",14363,30918 -"106594",14363,33990 -"106595",14363,82923 -"106596",14364,14384 -"106597",14365,47204 -"106598",14365,51175 -"106599",14365,52175 -"106600",14365,55324 -"106601",14365,88857 -"106602",14365,100462 -"106603",14365,110173 -"106604",14365,110663 -"106605",14366,23610 -"106606",14366,23623 -"106607",14366,24710 -"106608",14368,49037 -"106609",14368,69624 -"106610",14368,71576 -"106611",14369,14370 -"106612",14369,18768 -"106613",14369,31719 -"106614",14369,33353 -"106615",14369,83506 -"106616",14369,86656 -"106617",14369,86688 -"106618",14369,106123 -"106619",14370,49267 -"106620",14370,57304 -"106621",14370,120326 -"106622",14371,14386 -"106623",14372,20265 -"106624",14372,21447 -"106625",14372,21902 -"106626",14372,24739 -"106627",14372,27780 -"106628",14372,27806 -"106629",14372,33578 -"106630",14372,39186 -"106631",14372,40417 -"106632",14372,61937 -"106633",14372,71595 -"106634",14372,73708 -"106635",14372,78489 -"106636",14372,79260 -"106637",14372,80219 -"106638",14372,84563 -"106639",14372,86974 -"106640",14372,99108 -"106641",14372,99806 -"106642",14372,104619 -"106643",14372,105084 -"106644",14372,112387 -"106645",14372,115075 -"106646",14372,117035 -"106647",14372,118584 -"106648",14372,118946 -"106649",14372,122043 -"106650",14373,15838 -"106651",14373,15990 -"106652",14373,20067 -"106653",14373,33107 -"106654",14373,39703 -"106655",14373,44404 -"106656",14373,100890 -"106657",14374,14434 -"106658",14374,14435 -"106659",14374,41924 -"106660",14374,41938 -"106661",14374,42000 -"106662",14374,42001 -"106663",14374,42027 -"106664",14374,46236 -"106665",14374,60872 -"106666",14375,57725 -"106667",14376,37609 -"106668",14376,73825 -"106669",14376,75591 -"106670",14378,51581 -"106671",14378,71269 -"106672",14378,82628 -"106673",14378,97253 -"106674",14378,99391 -"106675",14378,107207 -"106676",14379,30046 -"106677",14379,86696 -"106678",14379,87894 -"106679",14379,98907 -"106680",14380,18287 -"106681",14380,20544 -"106682",14380,20579 -"106683",14380,20695 -"106684",14380,25345 -"106685",14380,29306 -"106686",14380,33429 -"106687",14380,36283 -"106688",14380,53801 -"106689",14380,54689 -"106690",14380,61678 -"106691",14380,66305 -"106692",14380,67438 -"106693",14380,70686 -"106694",14380,70875 -"106695",14380,70891 -"106696",14380,73051 -"106697",14380,73701 -"106698",14380,80130 -"106699",14380,81202 -"106700",14380,86880 -"106701",14380,102840 -"106702",14380,104588 -"106703",14380,110336 -"106704",14380,111881 -"106705",14380,117685 -"106706",14380,121457 -"106707",14381,14445 -"106708",14381,24892 -"106709",14381,46642 -"106710",14381,69219 -"106711",14382,22413 -"106712",14382,22544 -"106713",14382,30035 -"106714",14382,78326 -"106715",14382,78684 -"106716",14382,87984 -"106717",14385,26434 -"106718",14385,60685 -"106719",14386,45406 -"106720",14387,15056 -"106721",14387,15082 -"106722",14387,15206 -"106723",14387,21765 -"106724",14387,28106 -"106725",14387,29273 -"106726",14387,53166 -"106727",14387,57343 -"106728",14387,83692 -"106729",14387,96213 -"106730",14387,96551 -"106731",14387,102689 -"106732",14387,102690 -"106733",14387,102707 -"106734",14387,115304 -"106735",14388,22836 -"106736",14388,51188 -"106737",14388,80592 -"106738",14388,81084 -"106739",14389,18546 -"106740",14389,36162 -"106741",14389,102254 -"106742",14390,14973 -"106743",14390,24845 -"106744",14390,30667 -"106745",14390,38564 -"106746",14390,65734 -"106747",14390,91128 -"106748",14390,101615 -"106749",14390,101811 -"106750",14391,89294 -"106751",14392,15369 -"106752",14392,15553 -"106753",14392,24115 -"106754",14392,24209 -"106755",14392,25934 -"106756",14392,26866 -"106757",14392,34217 -"106758",14392,78152 -"106759",14392,80513 -"106760",14392,95407 -"106761",14393,19557 -"106762",14393,24332 -"106763",14393,50243 -"106764",14393,73146 -"106765",14393,90081 -"106766",14393,94495 -"106767",14394,14877 -"106768",14394,15441 -"106769",14394,19358 -"106770",14394,20667 -"106771",14394,22756 -"106772",14394,24948 -"106773",14394,24989 -"106774",14394,26413 -"106775",14394,27267 -"106776",14394,29645 -"106777",14394,30499 -"106778",14394,31897 -"106779",14394,32070 -"106780",14394,40561 -"106781",14394,46568 -"106782",14394,49644 -"106783",14394,50659 -"106784",14394,51181 -"106785",14394,54737 -"106786",14394,56168 -"106787",14394,60846 -"106788",14394,63666 -"106789",14394,69291 -"106790",14394,78073 -"106791",14394,79331 -"106792",14394,79710 -"106793",14394,79711 -"106794",14394,79720 -"106795",14394,79725 -"106796",14394,79738 -"106797",14394,79748 -"106798",14394,79750 -"106799",14394,79754 -"106800",14394,79758 -"106801",14394,79760 -"106802",14394,79771 -"106803",14394,79780 -"106804",14394,79781 -"106805",14394,79803 -"106806",14394,81452 -"106807",14394,86591 -"106808",14395,24142 -"106809",14395,35887 -"106810",14395,37320 -"106811",14395,45096 -"106812",14395,72190 -"106813",14395,73592 -"106814",14395,91920 -"106815",14396,18342 -"106816",14396,21467 -"106817",14396,22585 -"106818",14396,24327 -"106819",14396,26162 -"106820",14396,31372 -"106821",14396,31403 -"106822",14396,34745 -"106823",14396,37513 -"106824",14396,38452 -"106825",14396,39396 -"106826",14396,51927 -"106827",14396,56100 -"106828",14396,58970 -"106829",14396,61125 -"106830",14396,72715 -"106831",14396,76483 -"106832",14396,77924 -"106833",14396,79100 -"106834",14396,81135 -"106835",14396,81163 -"106836",14396,81180 -"106837",14396,88932 -"106838",14396,89185 -"106839",14396,99332 -"106840",14396,100563 -"106841",14396,106328 -"106842",14397,29641 -"106843",14398,14429 -"106844",14398,44514 -"106845",14400,35264 -"106846",14400,58527 -"106847",14400,76491 -"106848",14400,77402 -"106849",14400,77634 -"106850",14400,77810 -"106851",14400,77822 -"106852",14400,77869 -"106853",14401,47078 -"106854",14401,79100 -"106855",14401,92835 -"106856",14401,92860 -"106857",14401,97188 -"106858",14402,30494 -"106859",14402,31130 -"106860",14402,37687 -"106861",14402,44052 -"106862",14402,49265 -"106863",14402,53104 -"106864",14402,57380 -"106865",14402,58045 -"106866",14402,59442 -"106867",14402,59571 -"106868",14402,66843 -"106869",14402,102612 -"106870",14404,32704 -"106871",14404,36136 -"106872",14404,41978 -"106873",14404,50692 -"106874",14404,71600 -"106875",14405,30849 -"106876",14405,39092 -"106877",14407,41657 -"106878",14408,45547 -"106879",14408,80821 -"106880",14408,81668 -"106881",14409,14410 -"106882",14409,17927 -"106883",14409,21252 -"106884",14409,21978 -"106885",14409,28732 -"106886",14409,31745 -"106887",14409,32414 -"106888",14409,42151 -"106889",14409,53289 -"106890",14409,61281 -"106891",14411,14994 -"106892",14411,15070 -"106893",14411,17809 -"106894",14411,37066 -"106895",14411,37067 -"106896",14411,37172 -"106897",14411,37910 -"106898",14411,37928 -"106899",14411,37929 -"106900",14411,37946 -"106901",14411,37978 -"106902",14411,37995 -"106903",14411,38015 -"106904",14411,38029 -"106905",14411,38033 -"106906",14411,38058 -"106907",14411,38060 -"106908",14411,46880 -"106909",14412,15853 -"106910",14412,16861 -"106911",14412,25626 -"106912",14412,26829 -"106913",14412,28947 -"106914",14412,37072 -"106915",14412,43453 -"106916",14412,43988 -"106917",14412,92751 -"106918",14413,35980 -"106919",14413,40213 -"106920",14413,47417 -"106921",14413,71304 -"106922",14413,116692 -"106923",14414,24727 -"106924",14414,24796 -"106925",14415,68103 -"106926",14416,14896 -"106927",14416,42953 -"106928",14416,44237 -"106929",14416,96821 -"106930",14417,28767 -"106931",14417,105898 -"106932",14418,57609 -"106933",14418,60281 -"106934",14418,60812 -"106935",14418,63637 -"106936",14418,87201 -"106937",14418,90837 -"106938",14418,93017 -"106939",14418,113783 -"106940",14419,41831 -"106941",14419,100944 -"106942",14420,37133 -"106943",14420,72883 -"106944",14420,115992 -"106945",14422,15453 -"106946",14422,36650 -"106947",14422,40479 -"106948",14422,41919 -"106949",14423,18437 -"106950",14423,25225 -"106951",14423,32140 -"106952",14423,34439 -"106953",14423,42401 -"106954",14423,58902 -"106955",14423,58917 -"106956",14423,58981 -"106957",14423,67338 -"106958",14423,72967 -"106959",14424,29181 -"106960",14424,49966 -"106961",14424,83023 -"106962",14424,96680 -"106963",14424,103278 -"106964",14425,18622 -"106965",14425,19207 -"106966",14425,28630 -"106967",14425,28709 -"106968",14425,78324 -"106969",14426,15846 -"106970",14426,18342 -"106971",14426,22585 -"106972",14426,23417 -"106973",14426,30584 -"106974",14426,34381 -"106975",14426,36420 -"106976",14426,45788 -"106977",14426,46027 -"106978",14426,63949 -"106979",14426,64928 -"106980",14426,76314 -"106981",14426,81985 -"106982",14426,82499 -"106983",14426,88932 -"106984",14426,118600 -"106985",14427,14431 -"106986",14427,14957 -"106987",14427,15782 -"106988",14427,16340 -"106989",14427,16356 -"106990",14427,16871 -"106991",14427,16963 -"106992",14427,17556 -"106993",14427,17648 -"106994",14427,17676 -"106995",14427,17695 -"106996",14427,18184 -"106997",14427,21896 -"106998",14427,22345 -"106999",14427,26527 -"107000",14427,33723 -"107001",14427,55104 -"107002",14427,58148 -"107003",14427,72163 -"107004",14427,84235 -"107005",14427,89053 -"107006",14427,96608 -"107007",14428,20124 -"107008",14428,26644 -"107009",14428,29053 -"107010",14428,30391 -"107011",14428,39897 -"107012",14428,47553 -"107013",14428,56097 -"107014",14428,69651 -"107015",14428,69666 -"107016",14428,83106 -"107017",14428,119506 -"107018",14429,15478 -"107019",14429,15926 -"107020",14429,15995 -"107021",14429,16793 -"107022",14429,20695 -"107023",14429,27917 -"107024",14429,28881 -"107025",14429,30089 -"107026",14429,41260 -"107027",14429,52809 -"107028",14429,56364 -"107029",14429,56366 -"107030",14429,76796 -"107031",14429,80948 -"107032",14429,81707 -"107033",14429,92630 -"107034",14430,30718 -"107035",14430,30728 -"107036",14430,31990 -"107037",14430,37786 -"107038",14430,37801 -"107039",14430,44294 -"107040",14430,44307 -"107041",14430,44312 -"107042",14430,44388 -"107043",14430,44408 -"107044",14430,44421 -"107045",14430,44479 -"107046",14430,44505 -"107047",14430,44507 -"107048",14431,15214 -"107049",14431,16317 -"107050",14431,16935 -"107051",14431,18646 -"107052",14431,20679 -"107053",14431,22345 -"107054",14431,39817 -"107055",14431,42773 -"107056",14431,54257 -"107057",14431,58148 -"107058",14431,60023 -"107059",14431,60736 -"107060",14431,72163 -"107061",14433,24803 -"107062",14433,43991 -"107063",14433,46574 -"107064",14433,79918 -"107065",14433,91829 -"107066",14433,94218 -"107067",14433,95578 -"107068",14434,14435 -"107069",14435,60872 -"107070",14435,82269 -"107071",14435,82352 -"107072",14436,14882 -"107073",14436,76798 -"107074",14437,18711 -"107075",14437,43525 -"107076",14437,46486 -"107077",14437,56054 -"107078",14437,65050 -"107079",14437,66412 -"107080",14437,83100 -"107081",14437,88643 -"107082",14437,97254 -"107083",14437,113108 -"107084",14438,22826 -"107085",14438,48426 -"107086",14438,51537 -"107087",14438,79669 -"107088",14438,82666 -"107089",14438,92506 -"107090",14439,25654 -"107091",14439,33071 -"107092",14439,90271 -"107093",14440,14714 -"107094",14440,15090 -"107095",14440,15578 -"107096",14440,17700 -"107097",14440,20982 -"107098",14440,31630 -"107099",14440,35990 -"107100",14440,40231 -"107101",14440,41464 -"107102",14440,45532 -"107103",14440,72520 -"107104",14440,79586 -"107105",14440,88537 -"107106",14440,111339 -"107107",14440,115717 -"107108",14441,15378 -"107109",14441,17447 -"107110",14441,19034 -"107111",14441,19188 -"107112",14441,19791 -"107113",14441,23386 -"107114",14441,29109 -"107115",14441,31235 -"107116",14441,47733 -"107117",14441,62711 -"107118",14441,64462 -"107119",14441,75883 -"107120",14441,75888 -"107121",14441,75892 -"107122",14441,75893 -"107123",14441,75898 -"107124",14442,14594 -"107125",14442,14595 -"107126",14442,14658 -"107127",14442,16563 -"107128",14442,17032 -"107129",14442,24805 -"107130",14442,24994 -"107131",14442,28316 -"107132",14442,29354 -"107133",14442,29751 -"107134",14442,30566 -"107135",14442,31146 -"107136",14442,31180 -"107137",14442,31242 -"107138",14442,31281 -"107139",14442,34601 -"107140",14442,36996 -"107141",14442,43922 -"107142",14442,52910 -"107143",14442,59289 -"107144",14442,83770 -"107145",14442,91179 -"107146",14442,97533 -"107147",14442,97548 -"107148",14442,97561 -"107149",14442,100650 -"107150",14442,100958 -"107151",14443,18718 -"107152",14445,42721 -"107153",14446,43079 -"107154",14446,52492 -"107155",14446,101368 -"107156",14447,55799 -"107157",14447,58604 -"107158",14447,62535 -"107159",14447,62550 -"107160",14447,62563 -"107161",14448,15099 -"107162",14448,16669 -"107163",14448,19805 -"107164",14448,21098 -"107165",14448,21918 -"107166",14448,22367 -"107167",14448,24939 -"107168",14448,25639 -"107169",14448,26432 -"107170",14448,26943 -"107171",14448,28499 -"107172",14448,30866 -"107173",14448,31700 -"107174",14448,32361 -"107175",14448,33275 -"107176",14448,33883 -"107177",14448,36286 -"107178",14448,36767 -"107179",14448,37937 -"107180",14448,40419 -"107181",14448,42608 -"107182",14448,44180 -"107183",14448,45818 -"107184",14448,49287 -"107185",14448,51476 -"107186",14448,51892 -"107187",14448,53335 -"107188",14448,53755 -"107189",14448,54168 -"107190",14448,55327 -"107191",14448,57136 -"107192",14448,57210 -"107193",14448,58482 -"107194",14448,59172 -"107195",14448,59816 -"107196",14448,61874 -"107197",14448,63274 -"107198",14448,66322 -"107199",14448,67327 -"107200",14448,70854 -"107201",14448,71683 -"107202",14448,72568 -"107203",14448,72628 -"107204",14448,73767 -"107205",14448,78532 -"107206",14448,81609 -"107207",14448,85885 -"107208",14448,91255 -"107209",14448,92247 -"107210",14448,92352 -"107211",14448,92362 -"107212",14448,92929 -"107213",14448,93719 -"107214",14448,94906 -"107215",14448,94946 -"107216",14448,95889 -"107217",14448,96093 -"107218",14448,97945 -"107219",14448,97988 -"107220",14448,99309 -"107221",14448,99376 -"107222",14448,99450 -"107223",14448,99471 -"107224",14448,99474 -"107225",14448,100916 -"107226",14448,100944 -"107227",14448,101126 -"107228",14448,101329 -"107229",14448,105557 -"107230",14448,107199 -"107231",14448,108743 -"107232",14448,108980 -"107233",14448,109291 -"107234",14448,109789 -"107235",14448,109933 -"107236",14448,110483 -"107237",14448,110567 -"107238",14448,110572 -"107239",14448,110630 -"107240",14448,110648 -"107241",14448,110711 -"107242",14448,110770 -"107243",14448,110869 -"107244",14448,110911 -"107245",14448,111285 -"107246",14448,111314 -"107247",14448,111362 -"107248",14448,111372 -"107249",14448,111424 -"107250",14448,111433 -"107251",14448,112422 -"107252",14448,113269 -"107253",14448,113430 -"107254",14448,114242 -"107255",14448,114842 -"107256",14448,115427 -"107257",14448,115521 -"107258",14448,115711 -"107259",14449,19460 -"107260",14449,19841 -"107261",14449,20562 -"107262",14449,26908 -"107263",14449,75359 -"107264",14449,88991 -"107265",14450,29069 -"107266",14450,84275 -"107267",14451,14457 -"107268",14451,15007 -"107269",14451,30312 -"107270",14453,14881 -"107271",14453,18400 -"107272",14453,36123 -"107273",14453,54233 -"107274",14453,85861 -"107275",14454,19686 -"107276",14454,22339 -"107277",14454,27500 -"107278",14454,29808 -"107279",14454,33612 -"107280",14454,35480 -"107281",14454,37619 -"107282",14454,43334 -"107283",14454,43561 -"107284",14454,51648 -"107285",14455,16841 -"107286",14455,24214 -"107287",14455,25530 -"107288",14455,31940 -"107289",14455,32007 -"107290",14455,32605 -"107291",14455,32721 -"107292",14455,40780 -"107293",14455,46942 -"107294",14455,47588 -"107295",14455,56957 -"107296",14455,64624 -"107297",14455,72409 -"107298",14455,72565 -"107299",14455,74834 -"107300",14455,82105 -"107301",14455,83031 -"107302",14455,83049 -"107303",14455,84962 -"107304",14455,89008 -"107305",14455,100588 -"107306",14456,15038 -"107307",14456,15095 -"107308",14456,23033 -"107309",14456,36535 -"107310",14456,54119 -"107311",14456,83644 -"107312",14457,28449 -"107313",14457,31408 -"107314",14457,31516 -"107315",14457,55616 -"107316",14457,74925 -"107317",14458,14459 -"107318",14458,14461 -"107319",14459,14461 -"107320",14459,38916 -"107321",14459,114256 -"107322",14460,42936 -"107323",14462,18603 -"107324",14462,24755 -"107325",14462,30735 -"107326",14462,43275 -"107327",14462,80519 -"107328",14462,96278 -"107329",14463,26163 -"107330",14463,94088 -"107331",14463,107543 -"107332",14464,14466 -"107333",14464,14541 -"107334",14464,14619 -"107335",14464,14697 -"107336",14465,18875 -"107337",14465,27020 -"107338",14465,34514 -"107339",14465,35000 -"107340",14465,36120 -"107341",14465,52499 -"107342",14465,62044 -"107343",14465,75422 -"107344",14465,77845 -"107345",14465,82844 -"107346",14465,111935 -"107347",14466,14541 -"107348",14466,14619 -"107349",14466,14697 -"107350",14466,23212 -"107351",14466,32248 -"107352",14467,14719 -"107353",14467,14750 -"107354",14467,27780 -"107355",14467,85116 -"107356",14467,102559 -"107357",14467,118920 -"107358",14468,14702 -"107359",14469,92974 -"107360",14470,15782 -"107361",14470,22410 -"107362",14470,27714 -"107363",14470,27828 -"107364",14470,40644 -"107365",14470,56491 -"107366",14471,73251 -"107367",14471,82063 -"107368",14471,99739 -"107369",14472,15356 -"107370",14472,17189 -"107371",14472,19208 -"107372",14472,19605 -"107373",14472,20128 -"107374",14472,23173 -"107375",14472,23460 -"107376",14472,25084 -"107377",14472,29454 -"107378",14472,32957 -"107379",14472,38137 -"107380",14472,38198 -"107381",14472,39552 -"107382",14472,39826 -"107383",14472,40121 -"107384",14472,41764 -"107385",14472,41785 -"107386",14472,41804 -"107387",14472,41859 -"107388",14472,45444 -"107389",14472,45632 -"107390",14472,51330 -"107391",14472,52153 -"107392",14472,56425 -"107393",14473,43957 -"107394",14473,45287 -"107395",14473,45952 -"107396",14473,95129 -"107397",14473,95137 -"107398",14473,95139 -"107399",14474,17011 -"107400",14474,84897 -"107401",14474,87496 -"107402",14474,112499 -"107403",14474,113442 -"107404",14475,14548 -"107405",14475,14550 -"107406",14475,80014 -"107407",14476,14693 -"107408",14476,19927 -"107409",14476,23554 -"107410",14476,24623 -"107411",14476,43226 -"107412",14476,70040 -"107413",14476,70063 -"107414",14476,70559 -"107415",14476,71469 -"107416",14476,80567 -"107417",14476,81560 -"107418",14476,86628 -"107419",14476,90946 -"107420",14476,122395 -"107421",14477,15035 -"107422",14477,15249 -"107423",14477,39450 -"107424",14478,19074 -"107425",14478,26790 -"107426",14478,31435 -"107427",14478,32809 -"107428",14478,42102 -"107429",14478,54786 -"107430",14479,66940 -"107431",14479,79422 -"107432",14480,14490 -"107433",14480,14509 -"107434",14480,41097 -"107435",14481,32836 -"107436",14481,56112 -"107437",14482,57150 -"107438",14482,92736 -"107439",14482,100780 -"107440",14482,103979 -"107441",14483,23747 -"107442",14484,14672 -"107443",14485,18070 -"107444",14485,24052 -"107445",14485,24165 -"107446",14485,69137 -"107447",14485,84275 -"107448",14485,86780 -"107449",14486,14528 -"107450",14486,30042 -"107451",14487,14610 -"107452",14488,17662 -"107453",14488,20229 -"107454",14488,26748 -"107455",14488,27054 -"107456",14488,34582 -"107457",14488,67427 -"107458",14489,15030 -"107459",14489,15121 -"107460",14489,15123 -"107461",14489,17927 -"107462",14489,21358 -"107463",14489,22731 -"107464",14489,23048 -"107465",14489,26362 -"107466",14489,28648 -"107467",14489,29939 -"107468",14489,34257 -"107469",14489,34274 -"107470",14489,35304 -"107471",14489,41489 -"107472",14489,45297 -"107473",14489,48823 -"107474",14489,55481 -"107475",14489,61431 -"107476",14489,62269 -"107477",14489,64190 -"107478",14489,75425 -"107479",14489,76580 -"107480",14489,76589 -"107481",14489,77027 -"107482",14489,80100 -"107483",14489,81904 -"107484",14489,81967 -"107485",14489,99395 -"107486",14490,14509 -"107487",14490,26632 -"107488",14490,49240 -"107489",14490,49259 -"107490",14490,49389 -"107491",14490,49440 -"107492",14490,98962 -"107493",14491,54045 -"107494",14491,110240 -"107495",14492,99995 -"107496",14493,15228 -"107497",14493,23473 -"107498",14493,44987 -"107499",14493,70096 -"107500",14493,102499 -"107501",14493,104753 -"107502",14494,75079 -"107503",14494,115643 -"107504",14495,15963 -"107505",14495,16025 -"107506",14495,18152 -"107507",14495,21672 -"107508",14495,21693 -"107509",14495,22326 -"107510",14495,22362 -"107511",14495,22432 -"107512",14495,22480 -"107513",14495,23222 -"107514",14495,26430 -"107515",14495,29987 -"107516",14495,30002 -"107517",14495,32131 -"107518",14495,41037 -"107519",14495,44500 -"107520",14495,50181 -"107521",14495,61970 -"107522",14495,66066 -"107523",14495,70217 -"107524",14495,70779 -"107525",14495,85138 -"107526",14495,92662 -"107527",14496,68416 -"107528",14497,14540 -"107529",14497,23712 -"107530",14497,73883 -"107531",14497,91153 -"107532",14498,21324 -"107533",14498,22304 -"107534",14498,26375 -"107535",14498,32959 -"107536",14498,34550 -"107537",14498,48561 -"107538",14499,62754 -"107539",14500,15148 -"107540",14500,51540 -"107541",14500,51541 -"107542",14501,21865 -"107543",14501,48722 -"107544",14501,93920 -"107545",14501,93957 -"107546",14502,21132 -"107547",14502,21133 -"107548",14502,31349 -"107549",14502,35891 -"107550",14502,36971 -"107551",14502,77356 -"107552",14502,81221 -"107553",14502,81222 -"107554",14503,40463 -"107555",14503,40848 -"107556",14503,45536 -"107557",14503,48822 -"107558",14503,53726 -"107559",14503,53837 -"107560",14503,57541 -"107561",14503,69997 -"107562",14503,81934 -"107563",14503,83275 -"107564",14503,93483 -"107565",14503,93790 -"107566",14503,104384 -"107567",14503,110227 -"107568",14503,110885 -"107569",14503,110936 -"107570",14503,120754 -"107571",14504,46655 -"107572",14505,25931 -"107573",14505,56317 -"107574",14505,59350 -"107575",14505,78316 -"107576",14505,82180 -"107577",14505,82949 -"107578",14506,14521 -"107579",14506,14553 -"107580",14506,14554 -"107581",14506,14579 -"107582",14506,14624 -"107583",14506,14686 -"107584",14506,14757 -"107585",14506,14758 -"107586",14506,14759 -"107587",14506,37315 -"107588",14506,37317 -"107589",14507,18088 -"107590",14507,23423 -"107591",14507,24678 -"107592",14507,24825 -"107593",14507,32737 -"107594",14507,33024 -"107595",14507,33160 -"107596",14507,33320 -"107597",14507,38534 -"107598",14507,38539 -"107599",14507,38540 -"107600",14507,57172 -"107601",14507,69384 -"107602",14507,89811 -"107603",14509,41534 -"107604",14509,45363 -"107605",14509,50448 -"107606",14509,54110 -"107607",14510,14608 -"107608",14510,14628 -"107609",14510,35056 -"107610",14510,45196 -"107611",14510,56170 -"107612",14510,63081 -"107613",14510,71622 -"107614",14510,71722 -"107615",14511,72507 -"107616",14512,32450 -"107617",14512,34484 -"107618",14512,61968 -"107619",14512,91749 -"107620",14513,34633 -"107621",14514,97273 -"107622",14515,14516 -"107623",14515,14600 -"107624",14515,14660 -"107625",14515,14667 -"107626",14515,102114 -"107627",14516,14600 -"107628",14516,14660 -"107629",14516,14667 -"107630",14517,100743 -"107631",14518,19405 -"107632",14518,21650 -"107633",14518,27897 -"107634",14518,29417 -"107635",14518,33179 -"107636",14518,45025 -"107637",14518,48955 -"107638",14518,53482 -"107639",14518,54173 -"107640",14518,54242 -"107641",14518,80134 -"107642",14518,83135 -"107643",14518,91152 -"107644",14518,104098 -"107645",14518,107661 -"107646",14519,41542 -"107647",14519,47521 -"107648",14519,54585 -"107649",14520,14578 -"107650",14520,15012 -"107651",14520,16286 -"107652",14520,24952 -"107653",14520,37215 -"107654",14520,37503 -"107655",14520,61163 -"107656",14521,14553 -"107657",14521,14554 -"107658",14521,14579 -"107659",14521,14624 -"107660",14521,14686 -"107661",14521,14757 -"107662",14521,14758 -"107663",14521,14759 -"107664",14522,30513 -"107665",14522,42196 -"107666",14522,59562 -"107667",14522,77648 -"107668",14523,25920 -"107669",14523,29477 -"107670",14523,42920 -"107671",14523,49387 -"107672",14523,85959 -"107673",14523,109345 -"107674",14524,14613 -"107675",14525,14868 -"107676",14525,19127 -"107677",14525,19380 -"107678",14525,19781 -"107679",14525,31589 -"107680",14525,33514 -"107681",14525,60385 -"107682",14525,69895 -"107683",14526,17953 -"107684",14526,29297 -"107685",14526,34777 -"107686",14526,43204 -"107687",14526,45933 -"107688",14526,113051 -"107689",14526,117145 -"107690",14526,117630 -"107691",14526,118189 -"107692",14527,45905 -"107693",14527,46813 -"107694",14527,54405 -"107695",14527,121409 -"107696",14528,48153 -"107697",14528,50249 -"107698",14529,16946 -"107699",14529,19975 -"107700",14529,33960 -"107701",14529,46621 -"107702",14529,61785 -"107703",14529,62726 -"107704",14529,75958 -"107705",14529,77202 -"107706",14529,88232 -"107707",14529,89036 -"107708",14529,94884 -"107709",14529,103271 -"107710",14530,73561 -"107711",14530,75976 -"107712",14530,82063 -"107713",14531,29859 -"107714",14531,30052 -"107715",14531,30698 -"107716",14531,30708 -"107717",14531,45558 -"107718",14531,58439 -"107719",14532,25238 -"107720",14532,27879 -"107721",14532,30268 -"107722",14532,72410 -"107723",14532,73684 -"107724",14532,104963 -"107725",14532,117597 -"107726",14533,25858 -"107727",14533,31401 -"107728",14534,14749 -"107729",14534,23949 -"107730",14534,34269 -"107731",14534,59827 -"107732",14534,74763 -"107733",14534,83105 -"107734",14534,87878 -"107735",14534,87892 -"107736",14535,18479 -"107737",14535,20057 -"107738",14535,42572 -"107739",14535,45848 -"107740",14535,46214 -"107741",14535,46304 -"107742",14535,70566 -"107743",14536,35929 -"107744",14536,41639 -"107745",14536,61848 -"107746",14536,83350 -"107747",14536,85217 -"107748",14536,85918 -"107749",14536,89669 -"107750",14537,21179 -"107751",14537,21198 -"107752",14537,24612 -"107753",14537,26524 -"107754",14537,48191 -"107755",14537,51827 -"107756",14537,53957 -"107757",14537,53988 -"107758",14537,58378 -"107759",14537,59684 -"107760",14537,59783 -"107761",14537,67511 -"107762",14538,59934 -"107763",14538,83480 -"107764",14539,14612 -"107765",14539,19409 -"107766",14539,24905 -"107767",14539,25941 -"107768",14539,26092 -"107769",14539,29958 -"107770",14539,33862 -"107771",14539,34782 -"107772",14540,21482 -"107773",14540,23836 -"107774",14540,29550 -"107775",14540,29790 -"107776",14540,47502 -"107777",14540,65096 -"107778",14540,75421 -"107779",14540,89784 -"107780",14540,93700 -"107781",14540,104852 -"107782",14540,106532 -"107783",14540,106551 -"107784",14541,14619 -"107785",14541,14697 -"107786",14542,14720 -"107787",14542,43036 -"107788",14542,44345 -"107789",14542,60154 -"107790",14543,14752 -"107791",14545,14607 -"107792",14546,25408 -"107793",14546,37322 -"107794",14546,45476 -"107795",14546,45566 -"107796",14547,14829 -"107797",14547,19392 -"107798",14547,31361 -"107799",14547,34859 -"107800",14547,41003 -"107801",14547,43226 -"107802",14547,54872 -"107803",14547,57990 -"107804",14547,90444 -"107805",14548,14550 -"107806",14548,19819 -"107807",14548,30171 -"107808",14548,48283 -"107809",14548,48816 -"107810",14549,18122 -"107811",14549,79456 -"107812",14549,82957 -"107813",14549,82994 -"107814",14550,30171 -"107815",14551,14576 -"107816",14551,16252 -"107817",14551,36097 -"107818",14551,51568 -"107819",14552,30211 -"107820",14553,14554 -"107821",14553,14579 -"107822",14553,14624 -"107823",14553,14686 -"107824",14553,14757 -"107825",14553,14758 -"107826",14553,14759 -"107827",14554,14579 -"107828",14554,14624 -"107829",14554,14686 -"107830",14554,14757 -"107831",14554,14758 -"107832",14554,14759 -"107833",14554,83324 -"107834",14555,20040 -"107835",14555,42469 -"107836",14555,118190 -"107837",14556,32388 -"107838",14556,51334 -"107839",14556,74000 -"107840",14556,86976 -"107841",14557,20040 -"107842",14557,24900 -"107843",14557,33440 -"107844",14557,34062 -"107845",14557,34144 -"107846",14557,34291 -"107847",14557,34334 -"107848",14557,34403 -"107849",14557,61703 -"107850",14557,84490 -"107851",14558,16126 -"107852",14558,24124 -"107853",14558,41338 -"107854",14558,53964 -"107855",14558,54314 -"107856",14558,54387 -"107857",14558,103392 -"107858",14559,87883 -"107859",14560,19323 -"107860",14560,19327 -"107861",14560,28741 -"107862",14560,28744 -"107863",14560,43808 -"107864",14560,68736 -"107865",14560,89329 -"107866",14560,92400 -"107867",14560,92560 -"107868",14560,112265 -"107869",14561,20311 -"107870",14561,22226 -"107871",14561,27463 -"107872",14561,33801 -"107873",14561,34563 -"107874",14561,43708 -"107875",14561,51874 -"107876",14561,52457 -"107877",14561,63810 -"107878",14561,69253 -"107879",14561,74090 -"107880",14561,97587 -"107881",14561,114645 -"107882",14561,116305 -"107883",14562,14633 -"107884",14562,14718 -"107885",14562,14755 -"107886",14562,23835 -"107887",14562,23869 -"107888",14562,25486 -"107889",14562,26660 -"107890",14562,28863 -"107891",14562,33801 -"107892",14562,35181 -"107893",14562,37739 -"107894",14562,40883 -"107895",14562,41228 -"107896",14562,41233 -"107897",14562,49036 -"107898",14562,53475 -"107899",14562,58993 -"107900",14562,69529 -"107901",14562,70772 -"107902",14562,77034 -"107903",14562,78137 -"107904",14562,79293 -"107905",14562,91560 -"107906",14562,91581 -"107907",14562,91584 -"107908",14562,91616 -"107909",14562,91620 -"107910",14562,93883 -"107911",14562,93886 -"107912",14563,36163 -"107913",14563,89203 -"107914",14564,20111 -"107915",14564,22403 -"107916",14564,36103 -"107917",14564,49653 -"107918",14564,58276 -"107919",14564,71066 -"107920",14564,71682 -"107921",14565,14722 -"107922",14565,17805 -"107923",14565,17936 -"107924",14565,17970 -"107925",14565,18719 -"107926",14565,56197 -"107927",14565,61009 -"107928",14565,61109 -"107929",14565,104869 -"107930",14565,104910 -"107931",14565,111164 -"107932",14566,27952 -"107933",14566,28408 -"107934",14566,57067 -"107935",14566,67499 -"107936",14566,97948 -"107937",14567,28167 -"107938",14567,28458 -"107939",14568,47092 -"107940",14568,100002 -"107941",14569,45245 -"107942",14569,69034 -"107943",14570,15312 -"107944",14571,36737 -"107945",14572,83611 -"107946",14572,83798 -"107947",14572,101479 -"107948",14573,15539 -"107949",14573,58010 -"107950",14573,80678 -"107951",14573,93976 -"107952",14573,94006 -"107953",14573,94007 -"107954",14574,19480 -"107955",14574,47053 -"107956",14574,50191 -"107957",14574,69732 -"107958",14574,72163 -"107959",14575,91643 -"107960",14575,106746 -"107961",14575,123094 -"107962",14576,14601 -"107963",14576,36097 -"107964",14576,38138 -"107965",14576,41166 -"107966",14576,42216 -"107967",14576,52626 -"107968",14577,41096 -"107969",14577,45455 -"107970",14578,15012 -"107971",14578,26803 -"107972",14578,30805 -"107973",14578,47849 -"107974",14578,50306 -"107975",14578,102323 -"107976",14578,102335 -"107977",14579,14624 -"107978",14579,14686 -"107979",14579,14757 -"107980",14579,14758 -"107981",14579,14759 -"107982",14580,16733 -"107983",14580,58058 -"107984",14580,62483 -"107985",14581,34078 -"107986",14581,43783 -"107987",14582,35601 -"107988",14582,59430 -"107989",14582,87809 -"107990",14582,87830 -"107991",14582,87832 -"107992",14582,87842 -"107993",14583,14726 -"107994",14583,14761 -"107995",14583,30734 -"107996",14583,30886 -"107997",14583,45047 -"107998",14583,82238 -"107999",14584,18220 -"108000",14584,52760 -"108001",14584,96661 -"108002",14584,100965 -"108003",14584,113425 -"108004",14584,113494 -"108005",14584,113498 -"108006",14585,55771 -"108007",14586,14642 -"108008",14586,17966 -"108009",14586,42837 -"108010",14586,49105 -"108011",14586,55541 -"108012",14586,57394 -"108013",14586,75376 -"108014",14586,79847 -"108015",14586,84266 -"108016",14586,86112 -"108017",14586,94025 -"108018",14586,94645 -"108019",14586,108106 -"108020",14586,114787 -"108021",14586,118914 -"108022",14587,27767 -"108023",14588,16409 -"108024",14588,24376 -"108025",14588,24456 -"108026",14588,26297 -"108027",14588,43852 -"108028",14588,59865 -"108029",14588,60841 -"108030",14588,61618 -"108031",14588,63691 -"108032",14588,89446 -"108033",14588,99532 -"108034",14588,104294 -"108035",14588,110383 -"108036",14588,117113 -"108037",14588,120447 -"108038",14589,53395 -"108039",14589,56852 -"108040",14589,84463 -"108041",14589,105209 -"108042",14590,30928 -"108043",14590,68453 -"108044",14590,80356 -"108045",14591,22929 -"108046",14591,29596 -"108047",14591,39720 -"108048",14591,49883 -"108049",14591,53302 -"108050",14591,56413 -"108051",14591,66177 -"108052",14591,82246 -"108053",14591,82459 -"108054",14592,14651 -"108055",14592,14701 -"108056",14592,17046 -"108057",14592,17103 -"108058",14593,92276 -"108059",14593,120737 -"108060",14593,120810 -"108061",14594,14595 -"108062",14594,14658 -"108063",14594,19486 -"108064",14595,14658 -"108065",14595,15023 -"108066",14595,28156 -"108067",14595,31357 -"108068",14595,51890 -"108069",14595,60303 -"108070",14595,63104 -"108071",14595,79990 -"108072",14595,83598 -"108073",14595,89051 -"108074",14595,120793 -"108075",14596,89164 -"108076",14597,14709 -"108077",14597,15504 -"108078",14598,14599 -"108079",14598,14606 -"108080",14598,14715 -"108081",14598,14717 -"108082",14599,14606 -"108083",14599,14715 -"108084",14599,14717 -"108085",14599,30767 -"108086",14599,34045 -"108087",14599,38532 -"108088",14599,64597 -"108089",14600,14660 -"108090",14600,14667 -"108091",14601,16741 -"108092",14601,24825 -"108093",14601,33383 -"108094",14601,39005 -"108095",14601,39006 -"108096",14601,39018 -"108097",14601,45704 -"108098",14601,56442 -"108099",14601,60465 -"108100",14601,60544 -"108101",14601,71623 -"108102",14602,25360 -"108103",14602,45791 -"108104",14602,45821 -"108105",14604,14657 -"108106",14605,32822 -"108107",14605,95214 -"108108",14606,14715 -"108109",14606,14717 -"108110",14606,15749 -"108111",14606,20363 -"108112",14606,31541 -"108113",14606,33568 -"108114",14606,33692 -"108115",14606,42860 -"108116",14606,70656 -"108117",14607,17730 -"108118",14607,18925 -"108119",14607,23845 -"108120",14607,32482 -"108121",14607,34076 -"108122",14607,35416 -"108123",14607,35504 -"108124",14607,35522 -"108125",14607,35534 -"108126",14608,14628 -"108127",14609,28353 -"108128",14609,57483 -"108129",14609,105230 -"108130",14611,75607 -"108131",14612,23955 -"108132",14612,28691 -"108133",14612,45716 -"108134",14612,45836 -"108135",14612,45838 -"108136",14612,45845 -"108137",14612,80354 -"108138",14612,84843 -"108139",14612,97052 -"108140",14612,116721 -"108141",14613,61305 -"108142",14613,73596 -"108143",14613,106587 -"108144",14614,14643 -"108145",14614,41069 -"108146",14614,45892 -"108147",14615,16013 -"108148",14615,18372 -"108149",14615,18798 -"108150",14615,29095 -"108151",14615,30296 -"108152",14615,51628 -"108153",14615,79591 -"108154",14615,93337 -"108155",14615,95728 -"108156",14616,33960 -"108157",14616,36207 -"108158",14616,37196 -"108159",14616,53368 -"108160",14616,71509 -"108161",14616,73786 -"108162",14616,76882 -"108163",14616,96560 -"108164",14617,22204 -"108165",14617,22263 -"108166",14617,27552 -"108167",14617,53696 -"108168",14617,69210 -"108169",14617,90960 -"108170",14617,121171 -"108171",14618,93777 -"108172",14619,14697 -"108173",14620,26490 -"108174",14620,85403 -"108175",14620,108263 -"108176",14620,117584 -"108177",14621,39358 -"108178",14621,91816 -"108179",14622,108456 -"108180",14623,19477 -"108181",14623,21708 -"108182",14623,23302 -"108183",14623,23309 -"108184",14623,24610 -"108185",14623,25947 -"108186",14623,30317 -"108187",14623,34570 -"108188",14623,35953 -"108189",14623,36038 -"108190",14623,36049 -"108191",14623,36085 -"108192",14623,36395 -"108193",14623,45131 -"108194",14623,45250 -"108195",14623,45296 -"108196",14623,48487 -"108197",14623,59753 -"108198",14623,68131 -"108199",14624,14686 -"108200",14624,14757 -"108201",14624,14758 -"108202",14624,14759 -"108203",14625,14627 -"108204",14625,15734 -"108205",14625,34237 -"108206",14625,35545 -"108207",14625,36227 -"108208",14625,41050 -"108209",14625,57919 -"108210",14626,26539 -"108211",14626,28701 -"108212",14626,29319 -"108213",14626,29442 -"108214",14626,30377 -"108215",14626,32553 -"108216",14626,33240 -"108217",14626,38081 -"108218",14626,38835 -"108219",14626,38964 -"108220",14626,39804 -"108221",14626,39838 -"108222",14626,41185 -"108223",14626,52917 -"108224",14626,54865 -"108225",14626,54903 -"108226",14626,57165 -"108227",14626,62489 -"108228",14626,64412 -"108229",14626,66494 -"108230",14626,78081 -"108231",14626,78768 -"108232",14626,81462 -"108233",14626,85314 -"108234",14626,88374 -"108235",14626,89724 -"108236",14626,96957 -"108237",14626,102150 -"108238",14627,98538 -"108239",14629,29016 -"108240",14629,59975 -"108241",14629,68943 -"108242",14629,75935 -"108243",14630,39215 -"108244",14631,14983 -"108245",14631,22641 -"108246",14631,26481 -"108247",14631,34653 -"108248",14631,37406 -"108249",14631,46893 -"108250",14631,47030 -"108251",14631,52004 -"108252",14631,53179 -"108253",14631,55398 -"108254",14631,71560 -"108255",14631,81854 -"108256",14631,84881 -"108257",14631,87359 -"108258",14631,90082 -"108259",14631,92122 -"108260",14631,100872 -"108261",14631,101858 -"108262",14631,109338 -"108263",14631,116752 -"108264",14632,27865 -"108265",14632,70188 -"108266",14632,73462 -"108267",14632,89028 -"108268",14633,14718 -"108269",14633,14755 -"108270",14633,33852 -"108271",14633,37670 -"108272",14633,45037 -"108273",14633,76468 -"108274",14634,14714 -"108275",14634,17795 -"108276",14636,18486 -"108277",14636,20344 -"108278",14637,14956 -"108279",14637,21501 -"108280",14638,19337 -"108281",14638,20721 -"108282",14638,27409 -"108283",14638,37052 -"108284",14638,44156 -"108285",14638,45055 -"108286",14638,46327 -"108287",14638,48431 -"108288",14638,56414 -"108289",14638,56523 -"108290",14638,60114 -"108291",14638,61441 -"108292",14638,65654 -"108293",14638,65675 -"108294",14638,65710 -"108295",14638,65751 -"108296",14638,67205 -"108297",14638,70667 -"108298",14638,72479 -"108299",14639,21660 -"108300",14640,15675 -"108301",14640,17973 -"108302",14640,77381 -"108303",14641,16955 -"108304",14641,52663 -"108305",14642,37522 -"108306",14642,42331 -"108307",14642,48055 -"108308",14642,50903 -"108309",14642,53825 -"108310",14642,53826 -"108311",14643,55894 -"108312",14644,14712 -"108313",14644,38556 -"108314",14644,51512 -"108315",14644,94627 -"108316",14645,44663 -"108317",14645,66815 -"108318",14646,28375 -"108319",14646,78373 -"108320",14646,94815 -"108321",14647,15086 -"108322",14647,30651 -"108323",14647,55366 -"108324",14647,76962 -"108325",14647,89342 -"108326",14649,15170 -"108327",14649,121573 -"108328",14650,19281 -"108329",14650,31449 -"108330",14650,32494 -"108331",14651,14701 -"108332",14651,17046 -"108333",14651,17103 -"108334",14651,69463 -"108335",14651,81304 -"108336",14652,15378 -"108337",14652,19034 -"108338",14652,19791 -"108339",14652,19976 -"108340",14652,21225 -"108341",14652,22792 -"108342",14652,26636 -"108343",14652,28018 -"108344",14652,35434 -"108345",14652,37874 -"108346",14652,49997 -"108347",14652,57501 -"108348",14652,57525 -"108349",14653,19984 -"108350",14653,40436 -"108351",14653,46922 -"108352",14653,72752 -"108353",14653,83935 -"108354",14653,99217 -"108355",14653,102282 -"108356",14653,107249 -"108357",14653,116164 -"108358",14654,14684 -"108359",14654,14761 -"108360",14654,15939 -"108361",14654,17805 -"108362",14654,20468 -"108363",14654,20848 -"108364",14654,21154 -"108365",14654,29527 -"108366",14654,29557 -"108367",14654,31431 -"108368",14654,41635 -"108369",14654,52767 -"108370",14654,64227 -"108371",14654,65287 -"108372",14654,68091 -"108373",14654,72515 -"108374",14654,78716 -"108375",14654,82226 -"108376",14654,109304 -"108377",14654,111254 -"108378",14655,15770 -"108379",14655,24736 -"108380",14655,24818 -"108381",14655,24861 -"108382",14655,24864 -"108383",14655,55064 -"108384",14655,56812 -"108385",14655,87681 -"108386",14656,14666 -"108387",14656,17662 -"108388",14656,19101 -"108389",14656,20124 -"108390",14656,21672 -"108391",14656,23697 -"108392",14656,24864 -"108393",14656,27586 -"108394",14656,29489 -"108395",14656,30031 -"108396",14656,32398 -"108397",14656,35673 -"108398",14656,40629 -"108399",14656,43001 -"108400",14656,49084 -"108401",14656,52136 -"108402",14656,54551 -"108403",14657,28618 -"108404",14657,46095 -"108405",14658,16563 -"108406",14658,24994 -"108407",14658,34601 -"108408",14658,39451 -"108409",14658,41735 -"108410",14658,50584 -"108411",14658,54732 -"108412",14658,55346 -"108413",14658,57922 -"108414",14658,64898 -"108415",14658,64912 -"108416",14658,67475 -"108417",14658,73375 -"108418",14658,73527 -"108419",14658,83070 -"108420",14658,83770 -"108421",14658,87306 -"108422",14658,88289 -"108423",14658,93202 -"108424",14658,100650 -"108425",14658,100727 -"108426",14658,110796 -"108427",14658,112198 -"108428",14658,114402 -"108429",14658,116932 -"108430",14658,118785 -"108431",14659,54710 -"108432",14660,14667 -"108433",14661,16174 -"108434",14661,21195 -"108435",14661,22279 -"108436",14661,35703 -"108437",14661,38101 -"108438",14661,39058 -"108439",14661,41922 -"108440",14661,55827 -"108441",14662,32992 -"108442",14662,87393 -"108443",14662,91337 -"108444",14663,47392 -"108445",14663,51498 -"108446",14663,52171 -"108447",14663,77764 -"108448",14663,82705 -"108449",14663,101637 -"108450",14664,14754 -"108451",14664,16567 -"108452",14664,27192 -"108453",14664,31381 -"108454",14664,36680 -"108455",14664,37443 -"108456",14664,38838 -"108457",14664,40727 -"108458",14664,41783 -"108459",14664,43376 -"108460",14664,45763 -"108461",14664,51512 -"108462",14664,58872 -"108463",14664,60029 -"108464",14664,82144 -"108465",14664,88413 -"108466",14664,89713 -"108467",14664,90024 -"108468",14664,97215 -"108469",14664,102147 -"108470",14664,102148 -"108471",14665,14784 -"108472",14665,17877 -"108473",14665,18748 -"108474",14665,21026 -"108475",14665,22049 -"108476",14665,24396 -"108477",14665,28675 -"108478",14665,28718 -"108479",14665,36802 -"108480",14665,40840 -"108481",14665,55567 -"108482",14665,59039 -"108483",14665,62553 -"108484",14665,63654 -"108485",14665,72062 -"108486",14665,73261 -"108487",14665,86836 -"108488",14665,92974 -"108489",14665,103554 -"108490",14665,110124 -"108491",14665,111763 -"108492",14666,18394 -"108493",14666,19907 -"108494",14666,20326 -"108495",14666,20480 -"108496",14666,20737 -"108497",14666,23222 -"108498",14666,23526 -"108499",14666,23626 -"108500",14666,23715 -"108501",14666,26066 -"108502",14666,27497 -"108503",14666,27586 -"108504",14666,28383 -"108505",14666,28799 -"108506",14666,30325 -"108507",14666,30405 -"108508",14666,32131 -"108509",14666,32252 -"108510",14666,34384 -"108511",14666,39301 -"108512",14666,39371 -"108513",14666,40028 -"108514",14666,45352 -"108515",14666,46525 -"108516",14666,46526 -"108517",14666,46543 -"108518",14666,46544 -"108519",14666,46629 -"108520",14666,46670 -"108521",14666,52136 -"108522",14666,53303 -"108523",14666,56082 -"108524",14666,61153 -"108525",14666,63939 -"108526",14666,66827 -"108527",14666,72207 -"108528",14666,78087 -"108529",14666,86849 -"108530",14668,15107 -"108531",14668,22792 -"108532",14668,28018 -"108533",14668,30298 -"108534",14668,30428 -"108535",14668,35434 -"108536",14669,15003 -"108537",14669,25743 -"108538",14669,25902 -"108539",14669,29845 -"108540",14669,31061 -"108541",14669,42026 -"108542",14669,53764 -"108543",14669,68215 -"108544",14669,74809 -"108545",14669,81516 -"108546",14669,81554 -"108547",14669,95496 -"108548",14669,104012 -"108549",14669,107855 -"108550",14669,107869 -"108551",14669,107873 -"108552",14669,113897 -"108553",14670,16753 -"108554",14670,47852 -"108555",14671,30180 -"108556",14671,86662 -"108557",14672,18556 -"108558",14672,33171 -"108559",14672,49057 -"108560",14672,53262 -"108561",14672,55812 -"108562",14672,55831 -"108563",14672,55832 -"108564",14672,55854 -"108565",14672,55863 -"108566",14672,55872 -"108567",14672,55903 -"108568",14672,55915 -"108569",14672,55916 -"108570",14673,17159 -"108571",14673,21046 -"108572",14673,25504 -"108573",14673,28189 -"108574",14673,46551 -"108575",14673,48973 -"108576",14673,51773 -"108577",14673,69590 -"108578",14673,86436 -"108579",14673,98025 -"108580",14673,99406 -"108581",14673,107574 -"108582",14674,16797 -"108583",14674,39031 -"108584",14674,96451 -"108585",14674,104174 -"108586",14675,14747 -"108587",14676,26916 -"108588",14676,31450 -"108589",14676,33741 -"108590",14676,38143 -"108591",14676,49431 -"108592",14676,50397 -"108593",14676,64475 -"108594",14676,64744 -"108595",14676,64811 -"108596",14676,66369 -"108597",14676,70233 -"108598",14676,70304 -"108599",14676,70811 -"108600",14676,76158 -"108601",14676,77223 -"108602",14676,80661 -"108603",14676,85245 -"108604",14676,86462 -"108605",14676,90875 -"108606",14676,93344 -"108607",14676,99623 -"108608",14676,102396 -"108609",14677,14784 -"108610",14678,27390 -"108611",14678,27973 -"108612",14678,28047 -"108613",14678,52945 -"108614",14678,57638 -"108615",14678,85309 -"108616",14679,41374 -"108617",14679,54887 -"108618",14679,55070 -"108619",14679,63591 -"108620",14679,81819 -"108621",14679,119068 -"108622",14680,22433 -"108623",14680,24681 -"108624",14681,16529 -"108625",14681,16541 -"108626",14681,20621 -"108627",14681,24552 -"108628",14681,27860 -"108629",14681,30803 -"108630",14681,36569 -"108631",14681,38433 -"108632",14681,56157 -"108633",14681,76275 -"108634",14681,78997 -"108635",14681,84194 -"108636",14681,85437 -"108637",14681,86650 -"108638",14681,87780 -"108639",14681,93543 -"108640",14681,93603 -"108641",14682,15579 -"108642",14682,93337 -"108643",14682,107201 -"108644",14682,113883 -"108645",14682,116860 -"108646",14683,20704 -"108647",14683,27527 -"108648",14683,52881 -"108649",14685,29594 -"108650",14685,30504 -"108651",14685,78758 -"108652",14686,14757 -"108653",14686,14758 -"108654",14686,14759 -"108655",14687,28589 -"108656",14687,41348 -"108657",14688,78533 -"108658",14689,43316 -"108659",14689,63914 -"108660",14689,70837 -"108661",14689,73879 -"108662",14689,109163 -"108663",14691,16422 -"108664",14691,51525 -"108665",14691,78318 -"108666",14692,29307 -"108667",14692,67945 -"108668",14693,21805 -"108669",14693,35624 -"108670",14693,50482 -"108671",14693,79508 -"108672",14693,86431 -"108673",14693,90289 -"108674",14693,90824 -"108675",14694,81476 -"108676",14695,43833 -"108677",14695,49320 -"108678",14695,65671 -"108679",14695,75984 -"108680",14695,80062 -"108681",14695,86621 -"108682",14695,89954 -"108683",14695,98294 -"108684",14695,109387 -"108685",14695,109405 -"108686",14695,109410 -"108687",14696,38043 -"108688",14696,49105 -"108689",14698,14756 -"108690",14698,49367 -"108691",14698,49446 -"108692",14699,16052 -"108693",14699,19637 -"108694",14699,33356 -"108695",14699,36608 -"108696",14699,36951 -"108697",14699,37468 -"108698",14699,40708 -"108699",14699,50269 -"108700",14699,50382 -"108701",14699,53083 -"108702",14699,53935 -"108703",14699,59484 -"108704",14699,59786 -"108705",14699,62424 -"108706",14699,67841 -"108707",14699,70567 -"108708",14699,71110 -"108709",14699,76917 -"108710",14699,90922 -"108711",14699,97317 -"108712",14699,99302 -"108713",14700,15147 -"108714",14701,17046 -"108715",14701,17103 -"108716",14703,22110 -"108717",14703,22114 -"108718",14703,22129 -"108719",14703,22210 -"108720",14703,22269 -"108721",14703,27761 -"108722",14703,40302 -"108723",14703,78514 -"108724",14703,86990 -"108725",14704,53252 -"108726",14705,14866 -"108727",14705,68799 -"108728",14705,75672 -"108729",14705,77466 -"108730",14705,77914 -"108731",14705,121547 -"108732",14706,23620 -"108733",14706,52444 -"108734",14706,52493 -"108735",14706,65791 -"108736",14707,44888 -"108737",14707,76808 -"108738",14707,120090 -"108739",14708,17857 -"108740",14708,19068 -"108741",14708,19082 -"108742",14708,21918 -"108743",14708,25013 -"108744",14708,25150 -"108745",14708,25639 -"108746",14708,34945 -"108747",14708,36954 -"108748",14708,37307 -"108749",14708,41455 -"108750",14708,43149 -"108751",14708,44687 -"108752",14708,50207 -"108753",14708,50488 -"108754",14708,52112 -"108755",14708,52857 -"108756",14708,53415 -"108757",14708,56357 -"108758",14708,57636 -"108759",14708,58482 -"108760",14708,59798 -"108761",14708,70907 -"108762",14708,71683 -"108763",14708,77125 -"108764",14708,78398 -"108765",14708,82426 -"108766",14708,84343 -"108767",14708,84578 -"108768",14708,85000 -"108769",14708,85101 -"108770",14708,85650 -"108771",14708,91682 -"108772",14708,95267 -"108773",14708,97580 -"108774",14708,98727 -"108775",14708,98776 -"108776",14708,100795 -"108777",14708,106824 -"108778",14708,106908 -"108779",14708,108879 -"108780",14708,109166 -"108781",14708,109858 -"108782",14708,109878 -"108783",14708,112962 -"108784",14708,113990 -"108785",14708,115413 -"108786",14708,116123 -"108787",14708,117258 -"108788",14708,117560 -"108789",14708,118128 -"108790",14708,118836 -"108791",14708,118866 -"108792",14708,118873 -"108793",14708,119131 -"108794",14708,119513 -"108795",14708,119716 -"108796",14708,119769 -"108797",14708,120123 -"108798",14708,120169 -"108799",14708,120725 -"108800",14708,120944 -"108801",14708,121609 -"108802",14708,122007 -"108803",14708,122032 -"108804",14708,122035 -"108805",14708,122724 -"108806",14708,123070 -"108807",14708,123394 -"108808",14708,123490 -"108809",14709,15504 -"108810",14709,21712 -"108811",14709,21795 -"108812",14709,29195 -"108813",14709,34594 -"108814",14709,34950 -"108815",14709,87156 -"108816",14709,100546 -"108817",14709,100547 -"108818",14709,105081 -"108819",14710,80631 -"108820",14711,53724 -"108821",14711,82709 -"108822",14711,97582 -"108823",14711,97593 -"108824",14712,25987 -"108825",14712,26100 -"108826",14712,26457 -"108827",14712,42644 -"108828",14712,59804 -"108829",14712,60672 -"108830",14712,61517 -"108831",14712,72526 -"108832",14712,100959 -"108833",14712,101032 -"108834",14713,15574 -"108835",14713,37728 -"108836",14714,20622 -"108837",14714,20934 -"108838",14714,34176 -"108839",14714,40231 -"108840",14714,46343 -"108841",14714,57478 -"108842",14714,111339 -"108843",14715,14717 -"108844",14715,17993 -"108845",14715,20140 -"108846",14715,22274 -"108847",14715,23131 -"108848",14715,23781 -"108849",14715,24009 -"108850",14715,30154 -"108851",14715,30525 -"108852",14715,31353 -"108853",14715,33181 -"108854",14715,34024 -"108855",14715,40396 -"108856",14715,41264 -"108857",14715,41958 -"108858",14715,42234 -"108859",14715,42328 -"108860",14715,44822 -"108861",14715,45357 -"108862",14715,48173 -"108863",14715,52785 -"108864",14715,55829 -"108865",14715,58501 -"108866",14716,110191 -"108867",14717,19596 -"108868",14717,25119 -"108869",14717,27604 -"108870",14717,29217 -"108871",14717,43837 -"108872",14717,47669 -"108873",14717,68958 -"108874",14717,106848 -"108875",14718,14755 -"108876",14718,18139 -"108877",14718,22052 -"108878",14718,22656 -"108879",14718,108552 -"108880",14719,14750 -"108881",14719,23345 -"108882",14719,52147 -"108883",14721,23394 -"108884",14722,14864 -"108885",14722,15469 -"108886",14722,17805 -"108887",14722,17936 -"108888",14722,17970 -"108889",14722,30377 -"108890",14722,32343 -"108891",14722,36040 -"108892",14722,51636 -"108893",14722,56197 -"108894",14722,61109 -"108895",14722,64174 -"108896",14722,78750 -"108897",14722,82226 -"108898",14722,95754 -"108899",14722,96570 -"108900",14722,101178 -"108901",14722,107554 -"108902",14722,110332 -"108903",14723,16092 -"108904",14723,22311 -"108905",14723,29995 -"108906",14723,31531 -"108907",14723,33241 -"108908",14723,73848 -"108909",14723,75343 -"108910",14724,15269 -"108911",14724,74787 -"108912",14724,107500 -"108913",14725,40253 -"108914",14725,40335 -"108915",14725,51317 -"108916",14725,116858 -"108917",14726,14761 -"108918",14726,24282 -"108919",14726,37328 -"108920",14726,40202 -"108921",14726,40392 -"108922",14726,48657 -"108923",14726,71026 -"108924",14726,82238 -"108925",14727,81509 -"108926",14727,84212 -"108927",14727,86986 -"108928",14727,91186 -"108929",14727,105365 -"108930",14727,110149 -"108931",14727,111778 -"108932",14727,112812 -"108933",14727,112867 -"108934",14727,114243 -"108935",14727,117057 -"108936",14728,20729 -"108937",14728,35832 -"108938",14728,68176 -"108939",14729,14979 -"108940",14730,58261 -"108941",14731,19172 -"108942",14731,24746 -"108943",14731,38063 -"108944",14731,45545 -"108945",14731,45794 -"108946",14731,50294 -"108947",14731,51103 -"108948",14731,58284 -"108949",14731,60483 -"108950",14731,69779 -"108951",14731,72764 -"108952",14731,74591 -"108953",14731,76359 -"108954",14731,78400 -"108955",14731,79003 -"108956",14731,84607 -"108957",14731,87894 -"108958",14731,88457 -"108959",14731,90400 -"108960",14731,90513 -"108961",14731,92017 -"108962",14731,101299 -"108963",14731,101524 -"108964",14731,101785 -"108965",14731,103064 -"108966",14731,109733 -"108967",14731,123182 -"108968",14732,14876 -"108969",14732,14878 -"108970",14732,14923 -"108971",14732,21352 -"108972",14732,82948 -"108973",14732,122134 -"108974",14732,122825 -"108975",14733,14837 -"108976",14733,14875 -"108977",14734,35604 -"108978",14734,119595 -"108979",14735,16779 -"108980",14735,51891 -"108981",14735,64683 -"108982",14735,75470 -"108983",14735,90915 -"108984",14735,123350 -"108985",14736,14816 -"108986",14736,14997 -"108987",14736,75829 -"108988",14737,19432 -"108989",14738,15433 -"108990",14738,34969 -"108991",14738,45608 -"108992",14738,80699 -"108993",14738,91314 -"108994",14738,93887 -"108995",14739,19315 -"108996",14739,21257 -"108997",14739,26097 -"108998",14739,31825 -"108999",14739,33879 -"109000",14739,122650 -"109001",14739,123050 -"109002",14739,123092 -"109003",14739,123111 -"109004",14740,16894 -"109005",14740,17264 -"109006",14740,78432 -"109007",14740,86539 -"109008",14741,19686 -"109009",14741,33612 -"109010",14742,15547 -"109011",14742,17812 -"109012",14742,61636 -"109013",14743,15361 -"109014",14743,15362 -"109015",14744,18351 -"109016",14744,61409 -"109017",14744,83654 -"109018",14744,88302 -"109019",14744,105918 -"109020",14745,95917 -"109021",14745,105902 -"109022",14745,106485 -"109023",14746,66591 -"109024",14746,84656 -"109025",14747,53905 -"109026",14747,56017 -"109027",14748,33777 -"109028",14748,33943 -"109029",14748,33944 -"109030",14748,69348 -"109031",14749,15651 -"109032",14749,17178 -"109033",14749,32012 -"109034",14749,38836 -"109035",14749,40133 -"109036",14749,40396 -"109037",14749,50704 -"109038",14749,58212 -"109039",14749,59827 -"109040",14749,61435 -"109041",14750,14812 -"109042",14750,21554 -"109043",14750,51937 -"109044",14750,83210 -"109045",14750,86672 -"109046",14750,94635 -"109047",14750,109218 -"109048",14750,117903 -"109049",14751,58950 -"109050",14752,15022 -"109051",14753,110304 -"109052",14754,17567 -"109053",14754,24091 -"109054",14754,26102 -"109055",14754,27192 -"109056",14754,27429 -"109057",14754,32564 -"109058",14754,37443 -"109059",14754,40123 -"109060",14754,41783 -"109061",14754,43214 -"109062",14754,43376 -"109063",14754,45763 -"109064",14754,49916 -"109065",14754,51512 -"109066",14754,54021 -"109067",14754,55539 -"109068",14754,58872 -"109069",14754,71174 -"109070",14754,75737 -"109071",14754,87006 -"109072",14754,88413 -"109073",14754,94048 -"109074",14754,95485 -"109075",14754,102147 -"109076",14754,102148 -"109077",14755,39563 -"109078",14755,112148 -"109079",14757,14758 -"109080",14757,14759 -"109081",14758,14759 -"109082",14760,15067 -"109083",14760,15978 -"109084",14760,16160 -"109085",14760,29819 -"109086",14760,34088 -"109087",14760,36159 -"109088",14760,36247 -"109089",14760,37266 -"109090",14760,52494 -"109091",14760,121206 -"109092",14761,22609 -"109093",14761,24261 -"109094",14761,30734 -"109095",14761,30781 -"109096",14761,30886 -"109097",14761,35557 -"109098",14761,40202 -"109099",14761,49347 -"109100",14761,57805 -"109101",14761,58086 -"109102",14761,71673 -"109103",14761,82238 -"109104",14762,30015 -"109105",14762,30981 -"109106",14762,35515 -"109107",14762,35897 -"109108",14762,35916 -"109109",14762,36095 -"109110",14762,41983 -"109111",14762,43203 -"109112",14762,43594 -"109113",14762,43764 -"109114",14762,45338 -"109115",14762,45414 -"109116",14762,53462 -"109117",14762,54388 -"109118",14762,54872 -"109119",14762,61857 -"109120",14763,37880 -"109121",14763,84159 -"109122",14763,93892 -"109123",14764,14765 -"109124",14764,19584 -"109125",14764,19655 -"109126",14764,28315 -"109127",14764,112525 -"109128",14765,30597 -"109129",14765,40601 -"109130",14765,47498 -"109131",14765,62500 -"109132",14765,70372 -"109133",14765,77296 -"109134",14765,80335 -"109135",14765,99414 -"109136",14765,104191 -"109137",14765,110725 -"109138",14765,116815 -"109139",14766,14844 -"109140",14766,20209 -"109141",14766,25692 -"109142",14766,27394 -"109143",14766,32556 -"109144",14766,32680 -"109145",14766,32682 -"109146",14766,33780 -"109147",14766,46686 -"109148",14766,77967 -"109149",14766,94241 -"109150",14766,100709 -"109151",14766,101534 -"109152",14766,101684 -"109153",14766,102703 -"109154",14766,112672 -"109155",14766,114826 -"109156",14767,21439 -"109157",14767,41344 -"109158",14767,43859 -"109159",14768,100566 -"109160",14769,14770 -"109161",14769,14788 -"109162",14769,14999 -"109163",14769,80646 -"109164",14770,14788 -"109165",14770,14999 -"109166",14770,33369 -"109167",14770,50057 -"109168",14771,14821 -"109169",14771,25972 -"109170",14772,16143 -"109171",14772,16254 -"109172",14772,16493 -"109173",14772,17453 -"109174",14772,20469 -"109175",14772,23517 -"109176",14772,27439 -"109177",14772,28145 -"109178",14772,31636 -"109179",14772,44477 -"109180",14772,117562 -"109181",14773,22464 -"109182",14773,47981 -"109183",14773,78949 -"109184",14774,22097 -"109185",14774,22816 -"109186",14774,25506 -"109187",14774,28545 -"109188",14774,30807 -"109189",14774,33781 -"109190",14774,42858 -"109191",14774,92813 -"109192",14774,113359 -"109193",14775,14992 -"109194",14775,16732 -"109195",14775,19639 -"109196",14775,21681 -"109197",14775,27412 -"109198",14775,30116 -"109199",14775,32108 -"109200",14775,32280 -"109201",14775,33137 -"109202",14775,33567 -"109203",14775,34487 -"109204",14775,34700 -"109205",14775,36403 -"109206",14775,39670 -"109207",14775,47973 -"109208",14775,51230 -"109209",14775,51879 -"109210",14775,61191 -"109211",14775,69198 -"109212",14775,73803 -"109213",14775,78754 -"109214",14775,78899 -"109215",14775,81648 -"109216",14775,82932 -"109217",14775,87194 -"109218",14775,88817 -"109219",14775,88821 -"109220",14775,90427 -"109221",14775,107365 -"109222",14776,23373 -"109223",14776,73491 -"109224",14776,78659 -"109225",14776,85872 -"109226",14776,86819 -"109227",14776,99018 -"109228",14776,101378 -"109229",14776,106596 -"109230",14776,106598 -"109231",14776,113012 -"109232",14777,41302 -"109233",14777,44489 -"109234",14777,57099 -"109235",14778,20523 -"109236",14778,73543 -"109237",14778,76818 -"109238",14778,114840 -"109239",14779,14885 -"109240",14779,14925 -"109241",14780,41396 -"109242",14781,17700 -"109243",14781,20622 -"109244",14781,35135 -"109245",14781,39198 -"109246",14781,41464 -"109247",14781,45869 -"109248",14781,47113 -"109249",14781,57478 -"109250",14781,71914 -"109251",14781,79422 -"109252",14782,59732 -"109253",14783,17532 -"109254",14783,70986 -"109255",14783,76249 -"109256",14783,107155 -"109257",14784,37544 -"109258",14784,73261 -"109259",14785,28654 -"109260",14785,114103 -"109261",14786,49477 -"109262",14786,75717 -"109263",14786,107956 -"109264",14787,25267 -"109265",14787,29173 -"109266",14787,55556 -"109267",14787,92724 -"109268",14788,14999 -"109269",14788,21331 -"109270",14788,31085 -"109271",14788,33369 -"109272",14788,50348 -"109273",14788,50701 -"109274",14788,50815 -"109275",14788,54282 -"109276",14788,54328 -"109277",14788,60123 -"109278",14789,17058 -"109279",14789,21558 -"109280",14789,21732 -"109281",14789,24190 -"109282",14789,24465 -"109283",14789,27661 -"109284",14789,28585 -"109285",14789,29795 -"109286",14789,30275 -"109287",14789,33165 -"109288",14789,35264 -"109289",14789,35598 -"109290",14789,35749 -"109291",14789,37881 -"109292",14789,46489 -"109293",14789,54499 -"109294",14789,54684 -"109295",14789,63538 -"109296",14789,68160 -"109297",14789,77785 -"109298",14789,83312 -"109299",14789,90370 -"109300",14789,91715 -"109301",14789,91750 -"109302",14789,104478 -"109303",14789,105118 -"109304",14789,107337 -"109305",14790,16383 -"109306",14790,21247 -"109307",14790,27841 -"109308",14790,28120 -"109309",14790,30640 -"109310",14790,33464 -"109311",14790,33982 -"109312",14790,34131 -"109313",14790,38067 -"109314",14790,41209 -"109315",14790,42824 -"109316",14790,42825 -"109317",14790,42876 -"109318",14790,42907 -"109319",14790,44462 -"109320",14790,46748 -"109321",14790,52795 -"109322",14790,55507 -"109323",14790,55968 -"109324",14790,57455 -"109325",14790,58661 -"109326",14790,60806 -"109327",14790,67248 -"109328",14790,76530 -"109329",14790,79456 -"109330",14791,16582 -"109331",14791,18887 -"109332",14791,47862 -"109333",14791,62396 -"109334",14791,89878 -"109335",14791,97054 -"109336",14791,120425 -"109337",14791,123400 -"109338",14792,16427 -"109339",14792,27233 -"109340",14792,66400 -"109341",14793,56918 -"109342",14793,71075 -"109343",14793,81883 -"109344",14794,20916 -"109345",14794,24242 -"109346",14794,25785 -"109347",14794,44226 -"109348",14794,70446 -"109349",14794,80516 -"109350",14794,81231 -"109351",14794,89820 -"109352",14794,100893 -"109353",14794,105252 -"109354",14794,111541 -"109355",14794,122618 -"109356",14795,89202 -"109357",14795,114131 -"109358",14796,74208 -"109359",14796,80427 -"109360",14797,14871 -"109361",14797,49459 -"109362",14797,51053 -"109363",14799,105797 -"109364",14800,16662 -"109365",14800,16798 -"109366",14800,32284 -"109367",14800,40463 -"109368",14800,55591 -"109369",14800,60524 -"109370",14800,67121 -"109371",14800,71445 -"109372",14800,79660 -"109373",14800,95910 -"109374",14800,109905 -"109375",14800,110430 -"109376",14801,26387 -"109377",14801,63693 -"109378",14801,90293 -"109379",14802,14943 -"109380",14802,16259 -"109381",14802,16625 -"109382",14802,25588 -"109383",14802,26882 -"109384",14802,27452 -"109385",14802,32988 -"109386",14802,40432 -"109387",14802,42505 -"109388",14802,45719 -"109389",14802,46733 -"109390",14802,47872 -"109391",14802,55501 -"109392",14802,58432 -"109393",14802,58553 -"109394",14802,63112 -"109395",14802,68824 -"109396",14802,72683 -"109397",14802,73877 -"109398",14802,75568 -"109399",14802,77664 -"109400",14802,79637 -"109401",14802,80055 -"109402",14802,80892 -"109403",14802,83427 -"109404",14802,90307 -"109405",14802,94942 -"109406",14802,96308 -"109407",14802,99375 -"109408",14802,101286 -"109409",14802,106012 -"109410",14802,119280 -"109411",14802,121801 -"109412",14802,123023 -"109413",14802,123147 -"109414",14803,52703 -"109415",14803,52714 -"109416",14803,60769 -"109417",14803,61291 -"109418",14803,66842 -"109419",14803,84164 -"109420",14804,23649 -"109421",14804,41471 -"109422",14805,26206 -"109423",14805,33064 -"109424",14805,33614 -"109425",14805,42549 -"109426",14805,70869 -"109427",14805,112948 -"109428",14806,36172 -"109429",14807,20918 -"109430",14807,22548 -"109431",14807,30609 -"109432",14807,34873 -"109433",14807,38639 -"109434",14807,40560 -"109435",14807,46050 -"109436",14807,59177 -"109437",14807,60985 -"109438",14807,103332 -"109439",14807,104512 -"109440",14807,105194 -"109441",14808,17595 -"109442",14808,19124 -"109443",14808,44418 -"109444",14808,90891 -"109445",14808,90908 -"109446",14808,91169 -"109447",14809,23418 -"109448",14809,45892 -"109449",14809,48261 -"109450",14810,16705 -"109451",14810,17485 -"109452",14810,17672 -"109453",14810,18801 -"109454",14810,19609 -"109455",14810,19859 -"109456",14810,36712 -"109457",14810,39721 -"109458",14810,56709 -"109459",14810,66558 -"109460",14810,77087 -"109461",14810,78101 -"109462",14810,84054 -"109463",14810,84893 -"109464",14811,49392 -"109465",14811,59419 -"109466",14812,36193 -"109467",14812,47957 -"109468",14812,94635 -"109469",14812,106022 -"109470",14812,108857 -"109471",14812,109218 -"109472",14813,14927 -"109473",14813,60057 -"109474",14813,63217 -"109475",14815,86155 -"109476",14815,86213 -"109477",14815,86218 -"109478",14815,86729 -"109479",14815,86885 -"109480",14816,14997 -"109481",14817,29267 -"109482",14817,30486 -"109483",14817,32790 -"109484",14817,35706 -"109485",14817,37582 -"109486",14817,39062 -"109487",14817,45357 -"109488",14817,47396 -"109489",14817,47595 -"109490",14817,59847 -"109491",14817,71185 -"109492",14817,83475 -"109493",14817,95178 -"109494",14817,110222 -"109495",14817,115286 -"109496",14818,14998 -"109497",14818,15338 -"109498",14818,15385 -"109499",14818,18122 -"109500",14818,18803 -"109501",14818,19610 -"109502",14818,28116 -"109503",14818,37636 -"109504",14818,39446 -"109505",14818,45779 -"109506",14818,48682 -"109507",14818,53810 -"109508",14818,74549 -"109509",14818,98899 -"109510",14819,15783 -"109511",14819,18066 -"109512",14819,20697 -"109513",14819,20726 -"109514",14819,23528 -"109515",14819,25646 -"109516",14819,28212 -"109517",14819,39198 -"109518",14819,46786 -"109519",14819,47302 -"109520",14819,81990 -"109521",14819,82873 -"109522",14819,112381 -"109523",14820,27376 -"109524",14820,27380 -"109525",14820,40017 -"109526",14821,17338 -"109527",14821,21357 -"109528",14821,27788 -"109529",14821,31531 -"109530",14821,32948 -"109531",14821,35913 -"109532",14821,36458 -"109533",14821,43920 -"109534",14821,57512 -"109535",14821,90435 -"109536",14821,98070 -"109537",14821,98912 -"109538",14821,107403 -"109539",14821,115935 -"109540",14822,40231 -"109541",14822,57478 -"109542",14822,105893 -"109543",14823,48468 -"109544",14823,91309 -"109545",14824,77613 -"109546",14825,33425 -"109547",14825,69737 -"109548",14825,97247 -"109549",14826,46453 -"109550",14826,46502 -"109551",14826,46934 -"109552",14826,93232 -"109553",14826,93239 -"109554",14826,93598 -"109555",14827,14894 -"109556",14827,15007 -"109557",14827,35305 -"109558",14828,23036 -"109559",14829,18078 -"109560",14829,41003 -"109561",14829,43226 -"109562",14830,16348 -"109563",14831,15096 -"109564",14832,14889 -"109565",14833,14872 -"109566",14833,14873 -"109567",14833,44874 -"109568",14833,84866 -"109569",14833,93012 -"109570",14834,22946 -"109571",14834,27105 -"109572",14834,31742 -"109573",14834,34946 -"109574",14834,78089 -"109575",14834,80825 -"109576",14835,68640 -"109577",14835,73110 -"109578",14836,108970 -"109579",14837,14875 -"109580",14837,43403 -"109581",14837,56357 -"109582",14837,103357 -"109583",14837,108910 -"109584",14838,23802 -"109585",14838,63486 -"109586",14839,41551 -"109587",14839,47416 -"109588",14839,54140 -"109589",14839,54145 -"109590",14839,54215 -"109591",14840,15991 -"109592",14841,15941 -"109593",14842,27128 -"109594",14842,34233 -"109595",14842,34463 -"109596",14842,38055 -"109597",14842,43182 -"109598",14842,92265 -"109599",14842,99642 -"109600",14842,122254 -"109601",14842,122266 -"109602",14843,39278 -"109603",14843,79830 -"109604",14843,86013 -"109605",14843,93481 -"109606",14843,96201 -"109607",14843,100392 -"109608",14844,20209 -"109609",14844,27394 -"109610",14844,32556 -"109611",14844,32680 -"109612",14844,32682 -"109613",14844,52767 -"109614",14844,79850 -"109615",14844,80088 -"109616",14844,89286 -"109617",14844,94241 -"109618",14844,94687 -"109619",14844,100709 -"109620",14844,101534 -"109621",14844,101684 -"109622",14844,101685 -"109623",14844,101706 -"109624",14844,107595 -"109625",14844,109252 -"109626",14844,112534 -"109627",14845,29930 -"109628",14845,34612 -"109629",14845,41770 -"109630",14845,43340 -"109631",14845,46962 -"109632",14845,46969 -"109633",14845,50699 -"109634",14845,52864 -"109635",14845,59398 -"109636",14845,64505 -"109637",14845,85532 -"109638",14846,14928 -"109639",14846,39678 -"109640",14846,47700 -"109641",14846,64810 -"109642",14846,67401 -"109643",14846,99579 -"109644",14846,109382 -"109645",14847,19663 -"109646",14847,31546 -"109647",14847,32407 -"109648",14848,47495 -"109649",14848,99597 -"109650",14848,99675 -"109651",14848,99676 -"109652",14848,101635 -"109653",14849,49359 -"109654",14850,20414 -"109655",14850,20807 -"109656",14850,27394 -"109657",14850,37421 -"109658",14851,32689 -"109659",14851,62755 -"109660",14851,76292 -"109661",14851,91503 -"109662",14851,113192 -"109663",14852,18481 -"109664",14852,31820 -"109665",14852,44142 -"109666",14852,45136 -"109667",14852,49962 -"109668",14852,55297 -"109669",14852,57892 -"109670",14852,58659 -"109671",14852,82125 -"109672",14852,82138 -"109673",14852,82139 -"109674",14852,82141 -"109675",14852,82150 -"109676",14852,82164 -"109677",14852,86582 -"109678",14852,86650 -"109679",14853,56358 -"109680",14854,15454 -"109681",14854,39576 -"109682",14854,63723 -"109683",14854,71518 -"109684",14854,71648 -"109685",14854,107141 -"109686",14855,16352 -"109687",14855,16557 -"109688",14855,16577 -"109689",14855,18348 -"109690",14855,26328 -"109691",14855,27238 -"109692",14855,27780 -"109693",14855,27844 -"109694",14855,27862 -"109695",14855,29561 -"109696",14855,30076 -"109697",14855,30278 -"109698",14855,32625 -"109699",14855,32639 -"109700",14855,32694 -"109701",14855,42057 -"109702",14855,42981 -"109703",14855,42995 -"109704",14855,44521 -"109705",14855,46026 -"109706",14855,53840 -"109707",14855,56604 -"109708",14855,60475 -"109709",14855,61034 -"109710",14855,64472 -"109711",14855,66976 -"109712",14855,80219 -"109713",14855,94360 -"109714",14855,114526 -"109715",14856,14857 -"109716",14856,14945 -"109717",14856,17338 -"109718",14856,30916 -"109719",14856,33553 -"109720",14856,73854 -"109721",14856,89232 -"109722",14857,14945 -"109723",14857,15321 -"109724",14857,21488 -"109725",14857,35037 -"109726",14857,38104 -"109727",14857,38105 -"109728",14857,38520 -"109729",14857,64651 -"109730",14857,77326 -"109731",14858,15600 -"109732",14858,25741 -"109733",14859,55248 -"109734",14859,83508 -"109735",14861,17096 -"109736",14861,25197 -"109737",14861,31049 -"109738",14861,32368 -"109739",14861,42225 -"109740",14861,42246 -"109741",14861,49170 -"109742",14861,60295 -"109743",14861,63582 -"109744",14861,63910 -"109745",14862,40807 -"109746",14862,42122 -"109747",14862,86271 -"109748",14862,86942 -"109749",14862,115070 -"109750",14863,18956 -"109751",14863,21540 -"109752",14863,23717 -"109753",14863,25805 -"109754",14863,35293 -"109755",14863,37900 -"109756",14863,45216 -"109757",14863,54744 -"109758",14864,14908 -"109759",14864,14938 -"109760",14864,17805 -"109761",14864,21548 -"109762",14864,27382 -"109763",14864,33385 -"109764",14864,39283 -"109765",14864,39804 -"109766",14864,50261 -"109767",14864,55245 -"109768",14864,62477 -"109769",14864,77967 -"109770",14864,78750 -"109771",14864,80549 -"109772",14864,85990 -"109773",14864,104795 -"109774",14864,104805 -"109775",14864,104807 -"109776",14864,108067 -"109777",14864,110332 -"109778",14864,110778 -"109779",14864,113206 -"109780",14865,21260 -"109781",14865,34314 -"109782",14865,34526 -"109783",14865,44289 -"109784",14865,47423 -"109785",14865,72956 -"109786",14865,76819 -"109787",14865,89038 -"109788",14865,90795 -"109789",14865,90873 -"109790",14865,95800 -"109791",14865,104399 -"109792",14866,77466 -"109793",14867,18168 -"109794",14867,51144 -"109795",14867,62816 -"109796",14867,63987 -"109797",14867,81823 -"109798",14867,84350 -"109799",14868,19127 -"109800",14868,19380 -"109801",14868,19781 -"109802",14868,24789 -"109803",14868,26818 -"109804",14868,32069 -"109805",14868,34216 -"109806",14868,42185 -"109807",14868,53065 -"109808",14868,61951 -"109809",14868,63041 -"109810",14868,82169 -"109811",14870,15779 -"109812",14870,15933 -"109813",14870,24980 -"109814",14870,75632 -"109815",14870,98491 -"109816",14870,98492 -"109817",14870,98940 -"109818",14871,49459 -"109819",14872,14873 -"109820",14872,103867 -"109821",14874,16134 -"109822",14874,23278 -"109823",14874,23956 -"109824",14874,24729 -"109825",14874,29351 -"109826",14874,36927 -"109827",14874,41881 -"109828",14874,43067 -"109829",14874,45308 -"109830",14874,50969 -"109831",14874,60706 -"109832",14874,85139 -"109833",14874,100909 -"109834",14874,116115 -"109835",14874,121959 -"109836",14875,85582 -"109837",14875,85621 -"109838",14875,116878 -"109839",14876,14878 -"109840",14876,14923 -"109841",14876,17194 -"109842",14876,17352 -"109843",14876,23731 -"109844",14876,23819 -"109845",14876,23820 -"109846",14876,23840 -"109847",14876,25286 -"109848",14876,30811 -"109849",14876,33363 -"109850",14876,39559 -"109851",14876,50486 -"109852",14876,84928 -"109853",14876,85647 -"109854",14876,103203 -"109855",14877,15441 -"109856",14877,19358 -"109857",14877,20667 -"109858",14877,22756 -"109859",14877,24948 -"109860",14877,24989 -"109861",14877,26413 -"109862",14877,27267 -"109863",14877,31897 -"109864",14877,31994 -"109865",14877,32070 -"109866",14877,35551 -"109867",14877,40561 -"109868",14877,45516 -"109869",14877,46568 -"109870",14877,50659 -"109871",14877,54737 -"109872",14877,56168 -"109873",14877,60846 -"109874",14877,66442 -"109875",14877,69291 -"109876",14877,78073 -"109877",14877,79331 -"109878",14877,79710 -"109879",14877,79711 -"109880",14877,79720 -"109881",14877,79725 -"109882",14877,79738 -"109883",14877,79748 -"109884",14877,79750 -"109885",14877,79754 -"109886",14877,79758 -"109887",14877,79760 -"109888",14877,79771 -"109889",14877,79780 -"109890",14877,79781 -"109891",14877,79803 -"109892",14877,81505 -"109893",14877,81534 -"109894",14878,14923 -"109895",14878,23639 -"109896",14879,14895 -"109897",14879,14926 -"109898",14879,16199 -"109899",14879,20266 -"109900",14879,28434 -"109901",14879,33873 -"109902",14879,34840 -"109903",14879,37192 -"109904",14879,39248 -"109905",14879,45596 -"109906",14879,48357 -"109907",14879,50380 -"109908",14879,51396 -"109909",14879,58035 -"109910",14879,64031 -"109911",14879,65869 -"109912",14879,67434 -"109913",14879,69930 -"109914",14879,77774 -"109915",14879,78875 -"109916",14879,79766 -"109917",14879,80471 -"109918",14879,82203 -"109919",14879,87345 -"109920",14879,91371 -"109921",14879,91412 -"109922",14879,101783 -"109923",14879,107991 -"109924",14879,109319 -"109925",14879,109814 -"109926",14879,111888 -"109927",14879,117436 -"109928",14879,119982 -"109929",14879,119996 -"109930",14879,120028 -"109931",14879,121222 -"109932",14881,85861 -"109933",14882,17282 -"109934",14882,29054 -"109935",14882,41561 -"109936",14882,50710 -"109937",14882,50954 -"109938",14882,94377 -"109939",14882,94910 -"109940",14883,15945 -"109941",14883,19603 -"109942",14883,20968 -"109943",14883,24814 -"109944",14883,26821 -"109945",14883,31953 -"109946",14883,32486 -"109947",14883,32570 -"109948",14883,32686 -"109949",14883,38697 -"109950",14883,47960 -"109951",14883,50504 -"109952",14883,55261 -"109953",14883,57563 -"109954",14883,60256 -"109955",14883,63215 -"109956",14883,67591 -"109957",14883,68720 -"109958",14883,68915 -"109959",14883,69453 -"109960",14883,71483 -"109961",14883,71506 -"109962",14883,75971 -"109963",14884,18083 -"109964",14884,31782 -"109965",14884,51404 -"109966",14884,63416 -"109967",14885,14925 -"109968",14885,20529 -"109969",14885,25760 -"109970",14885,35909 -"109971",14885,35910 -"109972",14885,35935 -"109973",14885,36001 -"109974",14885,36029 -"109975",14885,36045 -"109976",14885,36046 -"109977",14885,36080 -"109978",14885,36081 -"109979",14885,36082 -"109980",14885,36102 -"109981",14886,15642 -"109982",14886,16269 -"109983",14886,29857 -"109984",14886,74846 -"109985",14886,109618 -"109986",14887,15692 -"109987",14887,28587 -"109988",14887,41201 -"109989",14887,43938 -"109990",14887,49406 -"109991",14887,59066 -"109992",14887,59132 -"109993",14888,15287 -"109994",14888,15620 -"109995",14888,17601 -"109996",14888,17826 -"109997",14888,19741 -"109998",14888,20950 -"109999",14888,22314 -"110000",14888,26713 -"110001",14888,39122 -"110002",14888,39603 -"110003",14888,41575 -"110004",14888,46351 -"110005",14888,56122 -"110006",14888,57781 -"110007",14888,61593 -"110008",14888,77855 -"110009",14888,78927 -"110010",14888,88966 -"110011",14888,93076 -"110012",14888,96678 -"110013",14888,99776 -"110014",14889,22146 -"110015",14889,38210 -"110016",14889,88613 -"110017",14890,81609 -"110018",14891,18397 -"110019",14891,20653 -"110020",14891,26443 -"110021",14891,28043 -"110022",14891,28438 -"110023",14891,28568 -"110024",14891,29296 -"110025",14891,31168 -"110026",14891,31170 -"110027",14891,31181 -"110028",14891,31182 -"110029",14891,31184 -"110030",14891,31238 -"110031",14891,31247 -"110032",14891,31269 -"110033",14891,31314 -"110034",14891,62334 -"110035",14891,86357 -"110036",14892,69187 -"110037",14893,21274 -"110038",14893,53932 -"110039",14893,76935 -"110040",14893,102426 -"110041",14894,15007 -"110042",14894,35305 -"110043",14895,14926 -"110044",14895,69351 -"110045",14895,117629 -"110046",14896,17761 -"110047",14896,42953 -"110048",14896,44237 -"110049",14896,46115 -"110050",14896,53040 -"110051",14896,53176 -"110052",14896,67299 -"110053",14896,96821 -"110054",14897,35674 -"110055",14897,41823 -"110056",14897,87450 -"110057",14898,43916 -"110058",14901,24597 -"110059",14901,38461 -"110060",14901,40627 -"110061",14901,47032 -"110062",14901,93648 -"110063",14901,116441 -"110064",14902,23183 -"110065",14902,24297 -"110066",14902,29751 -"110067",14902,38243 -"110068",14902,49562 -"110069",14902,59289 -"110070",14902,83305 -"110071",14902,84796 -"110072",14902,89665 -"110073",14902,89796 -"110074",14902,95289 -"110075",14902,95461 -"110076",14902,100649 -"110077",14902,103324 -"110078",14902,114971 -"110079",14902,122930 -"110080",14903,22687 -"110081",14903,24828 -"110082",14903,24924 -"110083",14904,23299 -"110084",14905,62487 -"110085",14906,82722 -"110086",14907,48530 -"110087",14907,52276 -"110088",14907,88058 -"110089",14907,106534 -"110090",14907,106544 -"110091",14908,14938 -"110092",14908,39283 -"110093",14908,70180 -"110094",14909,26426 -"110095",14909,54619 -"110096",14910,14980 -"110097",14910,49681 -"110098",14910,55980 -"110099",14910,84443 -"110100",14910,89991 -"110101",14910,111795 -"110102",14910,111876 -"110103",14910,111878 -"110104",14910,111884 -"110105",14911,37339 -"110106",14911,42729 -"110107",14911,66330 -"110108",14913,14981 -"110109",14913,51516 -"110110",14913,90798 -"110111",14913,91115 -"110112",14913,101434 -"110113",14913,107920 -"110114",14914,26425 -"110115",14914,38612 -"110116",14914,39236 -"110117",14915,21445 -"110118",14915,23154 -"110119",14915,31327 -"110120",14915,46261 -"110121",14915,47778 -"110122",14915,47984 -"110123",14915,61160 -"110124",14916,14982 -"110125",14916,17092 -"110126",14917,18217 -"110127",14917,54856 -"110128",14918,34120 -"110129",14918,41114 -"110130",14918,41288 -"110131",14918,44326 -"110132",14918,49470 -"110133",14918,53989 -"110134",14918,69642 -"110135",14918,73257 -"110136",14919,56076 -"110137",14920,79247 -"110138",14921,15057 -"110139",14921,15059 -"110140",14921,15343 -"110141",14921,20905 -"110142",14921,21417 -"110143",14921,23594 -"110144",14921,27047 -"110145",14921,27120 -"110146",14921,29477 -"110147",14921,31140 -"110148",14921,31826 -"110149",14921,33360 -"110150",14921,37512 -"110151",14921,37576 -"110152",14921,41449 -"110153",14921,42814 -"110154",14921,49741 -"110155",14921,54235 -"110156",14921,60991 -"110157",14921,65951 -"110158",14921,65952 -"110159",14921,72096 -"110160",14921,74863 -"110161",14921,76584 -"110162",14921,76639 -"110163",14921,83245 -"110164",14921,85557 -"110165",14921,91695 -"110166",14921,96576 -"110167",14921,97440 -"110168",14921,100239 -"110169",14921,113099 -"110170",14922,28611 -"110171",14922,28805 -"110172",14922,42864 -"110173",14922,46537 -"110174",14922,58418 -"110175",14923,19687 -"110176",14923,20704 -"110177",14923,23639 -"110178",14923,24116 -"110179",14923,49641 -"110180",14924,14936 -"110181",14924,14989 -"110182",14924,14990 -"110183",14924,16527 -"110184",14924,16578 -"110185",14924,18361 -"110186",14924,24544 -"110187",14924,30402 -"110188",14924,30725 -"110189",14924,39570 -"110190",14924,40028 -"110191",14924,40072 -"110192",14924,44521 -"110193",14924,62323 -"110194",14924,69072 -"110195",14924,92104 -"110196",14924,112838 -"110197",14925,20529 -"110198",14925,25760 -"110199",14925,29963 -"110200",14925,35909 -"110201",14925,35910 -"110202",14925,35935 -"110203",14925,36001 -"110204",14925,36029 -"110205",14925,36045 -"110206",14925,36046 -"110207",14925,36080 -"110208",14925,36081 -"110209",14925,36082 -"110210",14925,36102 -"110211",14927,55528 -"110212",14929,100656 -"110213",14931,47150 -"110214",14931,73481 -"110215",14932,15041 -"110216",14933,21366 -"110217",14933,28685 -"110218",14933,88991 -"110219",14934,17222 -"110220",14934,29240 -"110221",14935,51370 -"110222",14935,51389 -"110223",14936,20326 -"110224",14936,24544 -"110225",14936,30402 -"110226",14936,30725 -"110227",14936,34904 -"110228",14936,45528 -"110229",14936,60630 -"110230",14936,60702 -"110231",14937,30936 -"110232",14937,68269 -"110233",14937,78357 -"110234",14937,78505 -"110235",14938,33385 -"110236",14938,39283 -"110237",14939,40335 -"110238",14940,17162 -"110239",14940,24416 -"110240",14940,43447 -"110241",14940,84959 -"110242",14940,94246 -"110243",14941,45325 -"110244",14941,100940 -"110245",14942,29707 -"110246",14942,29720 -"110247",14942,49841 -"110248",14942,82523 -"110249",14943,15401 -"110250",14943,23788 -"110251",14943,26485 -"110252",14943,26881 -"110253",14943,26882 -"110254",14943,40432 -"110255",14943,54729 -"110256",14943,55501 -"110257",14943,58432 -"110258",14943,61104 -"110259",14943,62169 -"110260",14943,72683 -"110261",14943,79063 -"110262",14943,79494 -"110263",14943,80055 -"110264",14943,80491 -"110265",14943,84730 -"110266",14943,89452 -"110267",14943,90293 -"110268",14943,98116 -"110269",14943,101286 -"110270",14943,109392 -"110271",14943,121801 -"110272",14943,123023 -"110273",14943,123147 -"110274",14944,39143 -"110275",14944,93572 -"110276",14945,25440 -"110277",14945,30916 -"110278",14945,31391 -"110279",14945,32415 -"110280",14945,33553 -"110281",14945,36446 -"110282",14945,38520 -"110283",14945,43926 -"110284",14945,59089 -"110285",14945,77326 -"110286",14945,80182 -"110287",14946,15779 -"110288",14946,15933 -"110289",14946,16004 -"110290",14946,21947 -"110291",14946,28088 -"110292",14946,35845 -"110293",14946,36589 -"110294",14946,37581 -"110295",14946,46317 -"110296",14947,19502 -"110297",14947,24918 -"110298",14947,29408 -"110299",14947,55132 -"110300",14947,83697 -"110301",14947,112541 -"110302",14948,20356 -"110303",14949,15555 -"110304",14949,26688 -"110305",14949,52218 -"110306",14949,67694 -"110307",14950,60736 -"110308",14950,87899 -"110309",14951,37138 -"110310",14951,70026 -"110311",14952,15045 -"110312",14952,16193 -"110313",14952,17275 -"110314",14952,21711 -"110315",14952,24732 -"110316",14952,32266 -"110317",14952,34317 -"110318",14952,36337 -"110319",14952,39381 -"110320",14952,62801 -"110321",14952,66016 -"110322",14952,85995 -"110323",14952,90256 -"110324",14952,100781 -"110325",14952,108666 -"110326",14953,18081 -"110327",14953,28611 -"110328",14953,32413 -"110329",14953,71739 -"110330",14953,115480 -"110331",14954,21548 -"110332",14954,61877 -"110333",14954,64174 -"110334",14954,76738 -"110335",14955,38664 -"110336",14955,51815 -"110337",14955,51830 -"110338",14955,51831 -"110339",14955,51925 -"110340",14956,16438 -"110341",14957,15782 -"110342",14957,16871 -"110343",14957,21450 -"110344",14957,22345 -"110345",14957,22546 -"110346",14957,55104 -"110347",14957,84235 -"110348",14957,89053 -"110349",14957,96608 -"110350",14958,15146 -"110351",14958,18701 -"110352",14958,18718 -"110353",14958,26513 -"110354",14958,51054 -"110355",14958,56095 -"110356",14958,57256 -"110357",14959,17582 -"110358",14959,18203 -"110359",14959,19920 -"110360",14959,24009 -"110361",14959,35235 -"110362",14959,36498 -"110363",14959,38921 -"110364",14959,39271 -"110365",14959,39729 -"110366",14959,47747 -"110367",14959,55577 -"110368",14959,65510 -"110369",14959,84475 -"110370",14959,88186 -"110371",14959,88202 -"110372",14959,93289 -"110373",14959,113481 -"110374",14960,37193 -"110375",14960,37199 -"110376",14960,71105 -"110377",14960,101254 -"110378",14961,28836 -"110379",14962,15062 -"110380",14962,61677 -"110381",14962,121128 -"110382",14964,27317 -"110383",14966,31628 -"110384",14966,36986 -"110385",14966,69554 -"110386",14968,20145 -"110387",14968,28190 -"110388",14968,35610 -"110389",14968,116577 -"110390",14969,34002 -"110391",14969,37402 -"110392",14969,37859 -"110393",14969,40358 -"110394",14969,45934 -"110395",14969,61036 -"110396",14969,97012 -"110397",14970,35476 -"110398",14970,35707 -"110399",14970,38839 -"110400",14970,45489 -"110401",14970,47369 -"110402",14970,52258 -"110403",14970,57806 -"110404",14971,16224 -"110405",14971,44957 -"110406",14971,63061 -"110407",14971,81306 -"110408",14971,84767 -"110409",14971,92821 -"110410",14971,95522 -"110411",14972,15174 -"110412",14972,15298 -"110413",14972,16162 -"110414",14972,17381 -"110415",14972,19107 -"110416",14972,20149 -"110417",14972,20694 -"110418",14972,21902 -"110419",14972,24012 -"110420",14972,26052 -"110421",14972,32731 -"110422",14972,35156 -"110423",14972,41642 -"110424",14972,41870 -"110425",14972,48151 -"110426",14972,48548 -"110427",14972,48595 -"110428",14972,51119 -"110429",14972,54059 -"110430",14972,54715 -"110431",14972,55055 -"110432",14972,55071 -"110433",14972,56857 -"110434",14972,59557 -"110435",14972,77792 -"110436",14972,84969 -"110437",14972,88515 -"110438",14972,98368 -"110439",14972,99912 -"110440",14972,99977 -"110441",14973,23929 -"110442",14973,25207 -"110443",14973,25371 -"110444",14973,30199 -"110445",14973,30667 -"110446",14973,40551 -"110447",14973,59088 -"110448",14973,70066 -"110449",14973,70204 -"110450",14973,90749 -"110451",14973,91965 -"110452",14973,95326 -"110453",14974,14975 -"110454",14974,15203 -"110455",14974,15290 -"110456",14974,70841 -"110457",14975,15203 -"110458",14975,15290 -"110459",14976,30803 -"110460",14976,49483 -"110461",14976,49548 -"110462",14976,55529 -"110463",14976,81947 -"110464",14977,52021 -"110465",14977,104633 -"110466",14977,106976 -"110467",14977,109620 -"110468",14977,109705 -"110469",14978,46700 -"110470",14978,51449 -"110471",14978,59235 -"110472",14978,59237 -"110473",14978,82078 -"110474",14978,83143 -"110475",14978,92173 -"110476",14979,85148 -"110477",14981,67289 -"110478",14981,91842 -"110479",14981,95230 -"110480",14981,95238 -"110481",14981,95258 -"110482",14982,22721 -"110483",14982,23915 -"110484",14982,38608 -"110485",14982,39169 -"110486",14982,103584 -"110487",14983,30636 -"110488",14983,33958 -"110489",14983,34314 -"110490",14983,34653 -"110491",14983,41490 -"110492",14983,44994 -"110493",14983,59303 -"110494",14983,59699 -"110495",14983,70333 -"110496",14983,70605 -"110497",14983,81832 -"110498",14983,111647 -"110499",14983,111757 -"110500",14983,120635 -"110501",14983,122347 -"110502",14983,123347 -"110503",14983,123349 -"110504",14984,56601 -"110505",14986,16420 -"110506",14986,29561 -"110507",14986,36779 -"110508",14986,51021 -"110509",14987,23179 -"110510",14987,28699 -"110511",14987,30751 -"110512",14987,60523 -"110513",14987,61410 -"110514",14987,61418 -"110515",14987,85950 -"110516",14987,87536 -"110517",14987,107375 -"110518",14988,16015 -"110519",14988,18630 -"110520",14988,19447 -"110521",14988,53857 -"110522",14988,56823 -"110523",14989,14990 -"110524",14991,19979 -"110525",14991,20083 -"110526",14991,21304 -"110527",14991,22475 -"110528",14991,24689 -"110529",14991,26992 -"110530",14991,29713 -"110531",14991,32194 -"110532",14991,37776 -"110533",14991,44864 -"110534",14991,45279 -"110535",14991,88272 -"110536",14991,107844 -"110537",14992,15166 -"110538",14992,19639 -"110539",14992,20243 -"110540",14992,20591 -"110541",14992,22548 -"110542",14992,27412 -"110543",14992,28481 -"110544",14992,30116 -"110545",14992,32108 -"110546",14992,32349 -"110547",14992,32494 -"110548",14992,33137 -"110549",14992,33567 -"110550",14992,33877 -"110551",14992,34033 -"110552",14992,34487 -"110553",14992,34658 -"110554",14992,34831 -"110555",14992,36010 -"110556",14992,36403 -"110557",14992,38639 -"110558",14992,40329 -"110559",14992,41904 -"110560",14992,44150 -"110561",14992,44258 -"110562",14992,45696 -"110563",14992,47973 -"110564",14992,50425 -"110565",14992,51230 -"110566",14992,51879 -"110567",14992,54968 -"110568",14992,55420 -"110569",14992,57253 -"110570",14992,59958 -"110571",14992,60985 -"110572",14992,60997 -"110573",14992,66261 -"110574",14992,68457 -"110575",14992,69198 -"110576",14992,77565 -"110577",14992,77661 -"110578",14992,78974 -"110579",14992,79009 -"110580",14992,79041 -"110581",14992,81648 -"110582",14992,82932 -"110583",14992,86023 -"110584",14992,86734 -"110585",14992,87194 -"110586",14992,87813 -"110587",14992,88773 -"110588",14992,88817 -"110589",14992,88821 -"110590",14992,90427 -"110591",14992,90993 -"110592",14992,90994 -"110593",14992,92417 -"110594",14992,98477 -"110595",14992,100319 -"110596",14992,101250 -"110597",14992,101462 -"110598",14992,102142 -"110599",14992,107365 -"110600",14992,109885 -"110601",14992,110742 -"110602",14992,112606 -"110603",14992,116142 -"110604",14992,116150 -"110605",14992,116151 -"110606",14992,116152 -"110607",14992,116155 -"110608",14992,116159 -"110609",14992,116163 -"110610",14992,116165 -"110611",14992,116166 -"110612",14992,116171 -"110613",14992,116677 -"110614",14992,116678 -"110615",14993,24721 -"110616",14993,28067 -"110617",14993,35824 -"110618",14993,46089 -"110619",14993,46091 -"110620",14993,49017 -"110621",14993,62187 -"110622",14993,63643 -"110623",14993,66616 -"110624",14993,67659 -"110625",14993,71651 -"110626",14993,72462 -"110627",14993,72472 -"110628",14994,15070 -"110629",14994,17809 -"110630",14994,19749 -"110631",14994,20591 -"110632",14994,37066 -"110633",14994,37067 -"110634",14994,37172 -"110635",14994,37910 -"110636",14994,37928 -"110637",14994,37929 -"110638",14994,37946 -"110639",14994,37978 -"110640",14994,37995 -"110641",14994,38015 -"110642",14994,38029 -"110643",14994,38033 -"110644",14994,38058 -"110645",14994,38060 -"110646",14994,38378 -"110647",14994,46880 -"110648",14994,86410 -"110649",14995,49214 -"110650",14995,58197 -"110651",14996,41569 -"110652",14996,47379 -"110653",14996,53558 -"110654",14996,64885 -"110655",14996,82238 -"110656",14996,101469 -"110657",14998,15385 -"110658",14998,17341 -"110659",14998,18803 -"110660",14998,20185 -"110661",14998,22211 -"110662",14998,22274 -"110663",14998,28116 -"110664",14998,29119 -"110665",14998,33882 -"110666",14998,35417 -"110667",14998,38532 -"110668",14998,48682 -"110669",14998,75816 -"110670",14998,76792 -"110671",14998,79534 -"110672",14998,89890 -"110673",14998,94132 -"110674",14998,99342 -"110675",14998,111790 -"110676",14998,113345 -"110677",14998,120575 -"110678",15000,76440 -"110679",15001,30005 -"110680",15001,49713 -"110681",15001,104247 -"110682",15001,118622 -"110683",15001,120330 -"110684",15002,15416 -"110685",15002,16630 -"110686",15002,24916 -"110687",15002,24928 -"110688",15002,25234 -"110689",15002,43481 -"110690",15002,69007 -"110691",15002,77063 -"110692",15002,84074 -"110693",15002,85392 -"110694",15002,85801 -"110695",15002,87541 -"110696",15002,92465 -"110697",15002,120599 -"110698",15003,33195 -"110699",15003,34255 -"110700",15003,34426 -"110701",15003,39325 -"110702",15003,41107 -"110703",15003,44819 -"110704",15003,53814 -"110705",15005,15437 -"110706",15005,22796 -"110707",15005,63292 -"110708",15005,66891 -"110709",15005,75946 -"110710",15005,76927 -"110711",15005,85706 -"110712",15005,95837 -"110713",15005,106883 -"110714",15005,109577 -"110715",15006,44432 -"110716",15006,84108 -"110717",15007,30312 -"110718",15007,35305 -"110719",15007,57282 -"110720",15008,15729 -"110721",15008,16318 -"110722",15008,17867 -"110723",15008,18740 -"110724",15008,18756 -"110725",15008,18912 -"110726",15008,19062 -"110727",15008,22186 -"110728",15008,30067 -"110729",15008,30083 -"110730",15008,42783 -"110731",15008,47736 -"110732",15009,15138 -"110733",15009,26505 -"110734",15009,48594 -"110735",15009,61692 -"110736",15009,114905 -"110737",15010,15124 -"110738",15010,115357 -"110739",15011,18748 -"110740",15011,29504 -"110741",15011,32067 -"110742",15011,39449 -"110743",15011,46678 -"110744",15011,47815 -"110745",15011,50662 -"110746",15011,83483 -"110747",15011,97096 -"110748",15011,104516 -"110749",15011,104523 -"110750",15011,106376 -"110751",15011,109603 -"110752",15011,118293 -"110753",15012,27280 -"110754",15012,42613 -"110755",15012,81936 -"110756",15012,98732 -"110757",15013,31780 -"110758",15013,112189 -"110759",15014,15018 -"110760",15014,15250 -"110761",15015,34836 -"110762",15015,43140 -"110763",15015,43591 -"110764",15015,47614 -"110765",15015,61675 -"110766",15015,65006 -"110767",15015,69717 -"110768",15015,72468 -"110769",15015,77208 -"110770",15015,109186 -"110771",15015,109421 -"110772",15015,114890 -"110773",15016,44943 -"110774",15017,72049 -"110775",15017,106675 -"110776",15018,15250 -"110777",15019,15205 -"110778",15019,15532 -"110779",15019,15700 -"110780",15019,15908 -"110781",15019,17536 -"110782",15019,18270 -"110783",15019,20449 -"110784",15019,21088 -"110785",15019,23847 -"110786",15019,24012 -"110787",15019,24910 -"110788",15019,25758 -"110789",15019,26537 -"110790",15019,26872 -"110791",15019,28767 -"110792",15019,28871 -"110793",15019,30334 -"110794",15019,35496 -"110795",15019,35776 -"110796",15019,37610 -"110797",15019,37636 -"110798",15019,39435 -"110799",15019,40131 -"110800",15019,40166 -"110801",15019,40392 -"110802",15019,40905 -"110803",15019,41030 -"110804",15019,41527 -"110805",15019,41529 -"110806",15019,41778 -"110807",15019,43147 -"110808",15019,43234 -"110809",15019,43858 -"110810",15019,44828 -"110811",15019,45657 -"110812",15019,45933 -"110813",15019,46434 -"110814",15019,46788 -"110815",15019,47123 -"110816",15019,47488 -"110817",15019,48909 -"110818",15019,49859 -"110819",15019,50064 -"110820",15019,50067 -"110821",15019,50554 -"110822",15019,50879 -"110823",15019,51783 -"110824",15019,52018 -"110825",15019,53444 -"110826",15019,53527 -"110827",15019,53555 -"110828",15019,54275 -"110829",15019,56082 -"110830",15019,56628 -"110831",15019,58004 -"110832",15019,58068 -"110833",15019,58633 -"110834",15019,61111 -"110835",15019,61127 -"110836",15019,68287 -"110837",15019,75345 -"110838",15019,76244 -"110839",15020,16367 -"110840",15020,30337 -"110841",15021,15201 -"110842",15021,21302 -"110843",15021,26419 -"110844",15021,28966 -"110845",15021,52680 -"110846",15021,57904 -"110847",15021,59203 -"110848",15021,73332 -"110849",15021,82453 -"110850",15021,87924 -"110851",15021,87932 -"110852",15021,87942 -"110853",15022,15184 -"110854",15023,19667 -"110855",15023,20536 -"110856",15023,20547 -"110857",15023,20623 -"110858",15023,21804 -"110859",15023,23116 -"110860",15023,28366 -"110861",15023,30343 -"110862",15023,31357 -"110863",15023,32697 -"110864",15023,32916 -"110865",15023,35088 -"110866",15023,45403 -"110867",15023,49628 -"110868",15023,51843 -"110869",15023,52372 -"110870",15023,53756 -"110871",15023,54385 -"110872",15023,63104 -"110873",15023,77199 -"110874",15023,79000 -"110875",15023,80025 -"110876",15023,84808 -"110877",15023,84828 -"110878",15023,86790 -"110879",15023,111999 -"110880",15023,115495 -"110881",15024,22350 -"110882",15024,83065 -"110883",15024,91320 -"110884",15024,95687 -"110885",15024,120426 -"110886",15025,47495 -"110887",15025,51846 -"110888",15025,65311 -"110889",15026,23059 -"110890",15026,25980 -"110891",15026,50505 -"110892",15026,99765 -"110893",15027,15185 -"110894",15027,15216 -"110895",15027,15964 -"110896",15027,16252 -"110897",15027,16872 -"110898",15027,17145 -"110899",15027,17508 -"110900",15027,18060 -"110901",15027,18217 -"110902",15027,22462 -"110903",15027,22823 -"110904",15027,23147 -"110905",15027,23421 -"110906",15027,23632 -"110907",15027,23953 -"110908",15027,24495 -"110909",15027,24710 -"110910",15027,25143 -"110911",15027,25303 -"110912",15027,25664 -"110913",15027,26407 -"110914",15027,27174 -"110915",15027,27196 -"110916",15027,27710 -"110917",15027,28703 -"110918",15027,29253 -"110919",15027,29341 -"110920",15027,29560 -"110921",15027,29573 -"110922",15027,29868 -"110923",15027,32438 -"110924",15027,32967 -"110925",15027,33223 -"110926",15027,33881 -"110927",15027,34097 -"110928",15027,34330 -"110929",15027,34513 -"110930",15027,35400 -"110931",15027,36476 -"110932",15027,36547 -"110933",15027,36745 -"110934",15027,37821 -"110935",15027,37931 -"110936",15027,38319 -"110937",15027,39398 -"110938",15027,39492 -"110939",15027,40320 -"110940",15027,40373 -"110941",15027,40542 -"110942",15027,41182 -"110943",15027,42131 -"110944",15027,46843 -"110945",15027,48331 -"110946",15027,56270 -"110947",15027,71265 -"110948",15027,77348 -"110949",15027,85537 -"110950",15027,86936 -"110951",15027,92271 -"110952",15027,92287 -"110953",15027,92323 -"110954",15027,99599 -"110955",15027,106285 -"110956",15027,116431 -"110957",15028,16678 -"110958",15028,23869 -"110959",15028,37604 -"110960",15028,86627 -"110961",15030,15121 -"110962",15030,15123 -"110963",15030,62269 -"110964",15031,45630 -"110965",15032,25427 -"110966",15032,25480 -"110967",15032,25786 -"110968",15032,34842 -"110969",15032,39160 -"110970",15032,51207 -"110971",15032,98077 -"110972",15033,35470 -"110973",15033,36885 -"110974",15034,15111 -"110975",15035,15249 -"110976",15035,17304 -"110977",15035,30269 -"110978",15035,65169 -"110979",15035,81566 -"110980",15035,84408 -"110981",15035,114205 -"110982",15036,15161 -"110983",15036,15199 -"110984",15036,16404 -"110985",15036,24080 -"110986",15036,30941 -"110987",15036,33686 -"110988",15036,34261 -"110989",15036,37090 -"110990",15036,81223 -"110991",15036,86240 -"110992",15037,21617 -"110993",15037,21805 -"110994",15037,57990 -"110995",15037,70009 -"110996",15037,87326 -"110997",15037,105764 -"110998",15038,15095 -"110999",15038,17023 -"111000",15038,29819 -"111001",15038,41167 -"111002",15038,53395 -"111003",15038,61673 -"111004",15038,105300 -"111005",15038,114222 -"111006",15039,17261 -"111007",15039,21575 -"111008",15039,23781 -"111009",15039,31411 -"111010",15039,37211 -"111011",15039,37953 -"111012",15039,40427 -"111013",15039,48867 -"111014",15039,51573 -"111015",15039,52050 -"111016",15039,68986 -"111017",15039,75089 -"111018",15039,77560 -"111019",15039,80477 -"111020",15039,81754 -"111021",15039,92625 -"111022",15039,95391 -"111023",15039,107486 -"111024",15039,107601 -"111025",15040,17108 -"111026",15041,18286 -"111027",15041,22131 -"111028",15041,28759 -"111029",15041,31264 -"111030",15041,31280 -"111031",15041,51863 -"111032",15041,75905 -"111033",15041,80852 -"111034",15041,83115 -"111035",15042,15069 -"111036",15043,16444 -"111037",15043,20443 -"111038",15043,22117 -"111039",15043,40404 -"111040",15043,46960 -"111041",15043,47767 -"111042",15043,64310 -"111043",15043,79146 -"111044",15043,109925 -"111045",15044,25483 -"111046",15044,59592 -"111047",15045,15192 -"111048",15045,15196 -"111049",15045,15225 -"111050",15045,15266 -"111051",15045,15267 -"111052",15045,18293 -"111053",15045,18825 -"111054",15045,18924 -"111055",15045,21080 -"111056",15045,21711 -"111057",15045,21774 -"111058",15045,22519 -"111059",15045,24299 -"111060",15045,24423 -"111061",15045,27487 -"111062",15045,31091 -"111063",15045,33095 -"111064",15045,34252 -"111065",15045,34273 -"111066",15045,34284 -"111067",15045,34317 -"111068",15045,37904 -"111069",15045,40129 -"111070",15045,56187 -"111071",15045,62788 -"111072",15045,91899 -"111073",15046,42540 -"111074",15047,15227 -"111075",15047,22756 -"111076",15047,79760 -"111077",15047,121555 -"111078",15047,121860 -"111079",15048,18860 -"111080",15048,18861 -"111081",15049,34190 -"111082",15049,88802 -"111083",15050,15128 -"111084",15051,42406 -"111085",15051,45681 -"111086",15051,52659 -"111087",15051,57490 -"111088",15051,66338 -"111089",15051,76350 -"111090",15052,25043 -"111091",15052,25269 -"111092",15052,25390 -"111093",15052,46884 -"111094",15052,59153 -"111095",15052,60992 -"111096",15052,63765 -"111097",15053,15078 -"111098",15053,17877 -"111099",15053,30127 -"111100",15053,31605 -"111101",15053,49326 -"111102",15054,15091 -"111103",15054,15122 -"111104",15054,15207 -"111105",15054,15260 -"111106",15054,15261 -"111107",15054,15513 -"111108",15054,17473 -"111109",15054,25147 -"111110",15054,56509 -"111111",15054,57279 -"111112",15055,67755 -"111113",15055,68788 -"111114",15055,88159 -"111115",15055,91788 -"111116",15055,91847 -"111117",15055,91851 -"111118",15056,15082 -"111119",15056,15206 -"111120",15056,26222 -"111121",15056,28106 -"111122",15056,47643 -"111123",15057,15059 -"111124",15057,21066 -"111125",15057,21092 -"111126",15057,27047 -"111127",15057,27120 -"111128",15057,37576 -"111129",15057,61598 -"111130",15057,76584 -"111131",15057,93069 -"111132",15057,105138 -"111133",15057,105692 -"111134",15057,110308 -"111135",15057,110496 -"111136",15057,117928 -"111137",15057,119306 -"111138",15057,120340 -"111139",15057,120359 -"111140",15058,15093 -"111141",15058,47592 -"111142",15059,15343 -"111143",15059,21066 -"111144",15059,21417 -"111145",15059,23594 -"111146",15059,27047 -"111147",15059,29477 -"111148",15059,31140 -"111149",15059,31826 -"111150",15059,33360 -"111151",15059,37512 -"111152",15059,37576 -"111153",15059,42814 -"111154",15059,44729 -"111155",15059,48521 -"111156",15059,65951 -"111157",15059,65952 -"111158",15059,66110 -"111159",15059,74863 -"111160",15059,85429 -"111161",15059,85557 -"111162",15059,86279 -"111163",15059,87198 -"111164",15059,93969 -"111165",15059,97440 -"111166",15059,100239 -"111167",15059,100360 -"111168",15060,15221 -"111169",15060,19565 -"111170",15060,84893 -"111171",15061,25405 -"111172",15061,53672 -"111173",15063,39204 -"111174",15063,74088 -"111175",15063,106991 -"111176",15064,15163 -"111177",15064,23536 -"111178",15065,78253 -"111179",15065,80812 -"111180",15065,120230 -"111181",15066,95065 -"111182",15067,29819 -"111183",15067,33772 -"111184",15067,47808 -"111185",15067,61831 -"111186",15067,68924 -"111187",15067,71531 -"111188",15067,84387 -"111189",15067,88256 -"111190",15067,111538 -"111191",15067,112522 -"111192",15067,112875 -"111193",15068,15120 -"111194",15069,19861 -"111195",15069,22951 -"111196",15069,24247 -"111197",15069,24373 -"111198",15069,33333 -"111199",15069,66607 -"111200",15069,86919 -"111201",15070,17809 -"111202",15070,18834 -"111203",15070,19749 -"111204",15070,20591 -"111205",15070,34429 -"111206",15070,37066 -"111207",15070,37067 -"111208",15070,37172 -"111209",15070,37910 -"111210",15070,37928 -"111211",15070,37929 -"111212",15070,37946 -"111213",15070,37978 -"111214",15070,37995 -"111215",15070,38015 -"111216",15070,38029 -"111217",15070,38033 -"111218",15070,38058 -"111219",15070,38060 -"111220",15070,38378 -"111221",15070,38917 -"111222",15070,44150 -"111223",15070,44157 -"111224",15070,44235 -"111225",15070,44255 -"111226",15070,46880 -"111227",15070,64760 -"111228",15070,86410 -"111229",15070,97851 -"111230",15071,15252 -"111231",15071,23817 -"111232",15071,29845 -"111233",15071,41111 -"111234",15071,45727 -"111235",15071,63490 -"111236",15071,78182 -"111237",15071,102110 -"111238",15071,102497 -"111239",15071,103448 -"111240",15071,103456 -"111241",15071,114054 -"111242",15072,55844 -"111243",15072,107435 -"111244",15072,120148 -"111245",15072,120152 -"111246",15073,15154 -"111247",15073,18847 -"111248",15073,24028 -"111249",15073,24097 -"111250",15073,24125 -"111251",15073,25418 -"111252",15073,76615 -"111253",15073,111337 -"111254",15074,20126 -"111255",15074,27471 -"111256",15074,31148 -"111257",15074,40043 -"111258",15074,51675 -"111259",15074,59064 -"111260",15074,63327 -"111261",15074,64586 -"111262",15074,79267 -"111263",15074,81355 -"111264",15074,83178 -"111265",15074,99825 -"111266",15074,109801 -"111267",15074,109981 -"111268",15074,120678 -"111269",15075,15088 -"111270",15075,17098 -"111271",15075,24115 -"111272",15075,57072 -"111273",15075,69352 -"111274",15075,72827 -"111275",15075,93562 -"111276",15076,33511 -"111277",15076,92600 -"111278",15077,92046 -"111279",15077,97986 -"111280",15077,105464 -"111281",15077,105476 -"111282",15077,115039 -"111283",15078,46463 -"111284",15078,52059 -"111285",15078,69121 -"111286",15078,101658 -"111287",15078,107449 -"111288",15078,109603 -"111289",15078,111946 -"111290",15080,30597 -"111291",15080,51758 -"111292",15080,77304 -"111293",15082,15206 -"111294",15082,28106 -"111295",15082,63037 -"111296",15082,120834 -"111297",15083,34079 -"111298",15083,50594 -"111299",15083,54082 -"111300",15083,57275 -"111301",15083,57491 -"111302",15083,70437 -"111303",15083,77449 -"111304",15083,79980 -"111305",15083,83296 -"111306",15084,18163 -"111307",15084,18174 -"111308",15084,18657 -"111309",15084,28705 -"111310",15084,39028 -"111311",15084,42590 -"111312",15084,45932 -"111313",15084,52626 -"111314",15084,95760 -"111315",15084,97503 -"111316",15085,18933 -"111317",15085,45921 -"111318",15085,50468 -"111319",15085,109244 -"111320",15085,115926 -"111321",15085,117242 -"111322",15086,23535 -"111323",15086,55366 -"111324",15086,76962 -"111325",15086,97092 -"111326",15087,33819 -"111327",15087,33922 -"111328",15087,33941 -"111329",15088,106569 -"111330",15088,117865 -"111331",15088,121662 -"111332",15089,15962 -"111333",15089,19718 -"111334",15089,35891 -"111335",15089,40928 -"111336",15089,58017 -"111337",15089,62663 -"111338",15089,81199 -"111339",15089,107985 -"111340",15089,110337 -"111341",15089,115483 -"111342",15090,18535 -"111343",15090,29373 -"111344",15090,33978 -"111345",15090,41533 -"111346",15090,48008 -"111347",15090,64358 -"111348",15090,72407 -"111349",15090,72682 -"111350",15090,79586 -"111351",15090,83507 -"111352",15091,15207 -"111353",15091,15260 -"111354",15091,15261 -"111355",15091,25147 -"111356",15091,46669 -"111357",15091,47293 -"111358",15091,56508 -"111359",15091,56509 -"111360",15091,56545 -"111361",15091,64200 -"111362",15091,76323 -"111363",15091,76327 -"111364",15092,23310 -"111365",15092,74982 -"111366",15092,75403 -"111367",15092,78032 -"111368",15094,39044 -"111369",15094,62704 -"111370",15095,22243 -"111371",15095,22244 -"111372",15095,33045 -"111373",15095,34514 -"111374",15095,56809 -"111375",15095,60733 -"111376",15095,99298 -"111377",15095,99951 -"111378",15095,99997 -"111379",15095,109384 -"111380",15096,17879 -"111381",15096,30172 -"111382",15096,44540 -"111383",15097,31436 -"111384",15097,111867 -"111385",15098,15244 -"111386",15099,16669 -"111387",15099,19805 -"111388",15099,21098 -"111389",15099,21918 -"111390",15099,23153 -"111391",15099,24939 -"111392",15099,25639 -"111393",15099,26432 -"111394",15099,26943 -"111395",15099,28499 -"111396",15099,30866 -"111397",15099,31700 -"111398",15099,32361 -"111399",15099,32451 -"111400",15099,33275 -"111401",15099,33883 -"111402",15099,36286 -"111403",15099,36767 -"111404",15099,37937 -"111405",15099,40419 -"111406",15099,42608 -"111407",15099,44180 -"111408",15099,45818 -"111409",15099,51476 -"111410",15099,51892 -"111411",15099,53755 -"111412",15099,54168 -"111413",15099,57210 -"111414",15099,58482 -"111415",15099,59172 -"111416",15099,59816 -"111417",15099,61874 -"111418",15099,63274 -"111419",15099,66322 -"111420",15099,67327 -"111421",15099,70854 -"111422",15099,71683 -"111423",15099,72568 -"111424",15099,72628 -"111425",15099,73767 -"111426",15099,78532 -"111427",15099,79287 -"111428",15099,81609 -"111429",15099,85885 -"111430",15099,91255 -"111431",15099,92247 -"111432",15099,92352 -"111433",15099,92362 -"111434",15099,92929 -"111435",15099,93719 -"111436",15099,94906 -"111437",15099,94946 -"111438",15099,95889 -"111439",15099,96093 -"111440",15099,97988 -"111441",15099,99309 -"111442",15099,99376 -"111443",15099,99450 -"111444",15099,99471 -"111445",15099,99474 -"111446",15099,100916 -"111447",15099,100944 -"111448",15099,101126 -"111449",15099,101329 -"111450",15099,105557 -"111451",15099,107199 -"111452",15099,108743 -"111453",15099,108980 -"111454",15099,109291 -"111455",15099,109933 -"111456",15099,110483 -"111457",15099,110567 -"111458",15099,110572 -"111459",15099,110630 -"111460",15099,110648 -"111461",15099,110711 -"111462",15099,110770 -"111463",15099,110869 -"111464",15099,110911 -"111465",15099,111285 -"111466",15099,111314 -"111467",15099,111362 -"111468",15099,111372 -"111469",15099,111424 -"111470",15099,111433 -"111471",15099,112422 -"111472",15099,113269 -"111473",15099,113430 -"111474",15099,114242 -"111475",15099,114842 -"111476",15099,115427 -"111477",15099,115521 -"111478",15099,115711 -"111479",15100,80382 -"111480",15101,15247 -"111481",15101,15248 -"111482",15101,23798 -"111483",15101,63683 -"111484",15101,74340 -"111485",15102,15125 -"111486",15102,56437 -"111487",15102,60335 -"111488",15102,61429 -"111489",15102,61475 -"111490",15103,15188 -"111491",15103,80875 -"111492",15104,15195 -"111493",15104,15430 -"111494",15104,16381 -"111495",15104,16949 -"111496",15104,18514 -"111497",15104,22299 -"111498",15104,23938 -"111499",15104,24250 -"111500",15104,26682 -"111501",15104,29741 -"111502",15104,30876 -"111503",15104,32393 -"111504",15104,32939 -"111505",15104,33113 -"111506",15104,38494 -"111507",15104,38932 -"111508",15104,40643 -"111509",15104,42017 -"111510",15104,42107 -"111511",15104,45787 -"111512",15104,47083 -"111513",15104,49231 -"111514",15104,50061 -"111515",15104,52450 -"111516",15104,54059 -"111517",15104,55370 -"111518",15104,57804 -"111519",15104,59615 -"111520",15104,59940 -"111521",15104,67363 -"111522",15104,71230 -"111523",15104,76278 -"111524",15104,76740 -"111525",15104,76786 -"111526",15104,77272 -"111527",15104,77357 -"111528",15104,77402 -"111529",15104,78248 -"111530",15104,78255 -"111531",15104,78339 -"111532",15104,78445 -"111533",15104,79022 -"111534",15104,79716 -"111535",15104,79989 -"111536",15104,80281 -"111537",15104,81728 -"111538",15104,82196 -"111539",15104,82383 -"111540",15104,82810 -"111541",15104,82854 -"111542",15104,83853 -"111543",15104,83884 -"111544",15104,84379 -"111545",15104,84613 -"111546",15104,85465 -"111547",15104,85610 -"111548",15104,86351 -"111549",15104,86451 -"111550",15104,86882 -"111551",15104,87175 -"111552",15104,87451 -"111553",15104,87521 -"111554",15104,87572 -"111555",15104,87663 -"111556",15104,87721 -"111557",15104,87862 -"111558",15105,74647 -"111559",15106,19308 -"111560",15106,19309 -"111561",15106,19310 -"111562",15106,19395 -"111563",15106,19482 -"111564",15106,21493 -"111565",15106,23572 -"111566",15106,61242 -"111567",15107,17489 -"111568",15107,42261 -"111569",15107,44473 -"111570",15107,45899 -"111571",15107,50253 -"111572",15107,90611 -"111573",15107,109493 -"111574",15108,23257 -"111575",15108,48215 -"111576",15108,82730 -"111577",15109,21892 -"111578",15109,22290 -"111579",15109,48886 -"111580",15109,60546 -"111581",15109,69377 -"111582",15109,84945 -"111583",15110,19916 -"111584",15110,23454 -"111585",15110,56485 -"111586",15110,79000 -"111587",15110,116210 -"111588",15111,18331 -"111589",15111,40724 -"111590",15111,85111 -"111591",15111,85184 -"111592",15112,15219 -"111593",15112,15273 -"111594",15113,16666 -"111595",15113,29374 -"111596",15113,55069 -"111597",15113,99164 -"111598",15113,115178 -"111599",15113,120035 -"111600",15113,120140 -"111601",15113,121548 -"111602",15113,121552 -"111603",15113,122682 -"111604",15114,45828 -"111605",15114,54238 -"111606",15115,36995 -"111607",15115,37040 -"111608",15115,37041 -"111609",15115,45515 -"111610",15116,19881 -"111611",15116,20435 -"111612",15116,21891 -"111613",15116,23059 -"111614",15116,24338 -"111615",15116,24490 -"111616",15116,28154 -"111617",15116,28208 -"111618",15116,28210 -"111619",15116,29068 -"111620",15116,30983 -"111621",15116,31025 -"111622",15116,34276 -"111623",15116,35488 -"111624",15116,39662 -"111625",15116,61581 -"111626",15116,74433 -"111627",15116,79869 -"111628",15116,95233 -"111629",15117,28362 -"111630",15117,28893 -"111631",15117,30572 -"111632",15117,38453 -"111633",15118,22547 -"111634",15118,25367 -"111635",15118,35030 -"111636",15118,39141 -"111637",15118,39968 -"111638",15118,43432 -"111639",15118,45981 -"111640",15118,48212 -"111641",15118,48698 -"111642",15118,48982 -"111643",15118,55440 -"111644",15118,70799 -"111645",15118,70833 -"111646",15118,70838 -"111647",15118,88737 -"111648",15118,102861 -"111649",15118,102878 -"111650",15118,104217 -"111651",15119,16477 -"111652",15119,44727 -"111653",15119,46877 -"111654",15119,56174 -"111655",15119,65643 -"111656",15119,85062 -"111657",15119,91961 -"111658",15120,15696 -"111659",15120,18563 -"111660",15120,18603 -"111661",15120,18655 -"111662",15120,19012 -"111663",15120,27543 -"111664",15120,39271 -"111665",15120,60673 -"111666",15120,60785 -"111667",15120,64666 -"111668",15120,71967 -"111669",15120,79448 -"111670",15120,83849 -"111671",15120,112202 -"111672",15121,15123 -"111673",15121,19575 -"111674",15121,21299 -"111675",15121,22546 -"111676",15121,23057 -"111677",15121,31428 -"111678",15121,62269 -"111679",15121,101971 -"111680",15122,15727 -"111681",15122,19096 -"111682",15122,37108 -"111683",15122,48571 -"111684",15122,49487 -"111685",15122,64200 -"111686",15122,65752 -"111687",15122,69867 -"111688",15122,72449 -"111689",15122,76534 -"111690",15122,85945 -"111691",15122,86065 -"111692",15122,90964 -"111693",15122,91140 -"111694",15122,103946 -"111695",15123,62269 -"111696",15124,35966 -"111697",15125,116389 -"111698",15126,16828 -"111699",15126,18254 -"111700",15126,30232 -"111701",15126,48557 -"111702",15126,51474 -"111703",15126,56093 -"111704",15126,60890 -"111705",15126,62131 -"111706",15126,74845 -"111707",15126,87371 -"111708",15127,16477 -"111709",15127,41521 -"111710",15128,18231 -"111711",15128,29932 -"111712",15128,50153 -"111713",15128,81298 -"111714",15128,113282 -"111715",15129,32259 -"111716",15129,78206 -"111717",15129,99116 -"111718",15130,29349 -"111719",15131,17878 -"111720",15131,27042 -"111721",15131,36498 -"111722",15131,48702 -"111723",15131,53378 -"111724",15131,77111 -"111725",15131,80694 -"111726",15131,90008 -"111727",15131,90009 -"111728",15132,52520 -"111729",15132,77653 -"111730",15132,78383 -"111731",15132,78389 -"111732",15132,83016 -"111733",15132,97389 -"111734",15132,97542 -"111735",15132,98076 -"111736",15133,109376 -"111737",15133,122572 -"111738",15133,122584 -"111739",15134,23810 -"111740",15134,106237 -"111741",15135,17064 -"111742",15135,29489 -"111743",15135,33473 -"111744",15135,38390 -"111745",15135,45528 -"111746",15135,47270 -"111747",15135,47324 -"111748",15135,47333 -"111749",15135,94372 -"111750",15136,65696 -"111751",15136,94637 -"111752",15136,94828 -"111753",15136,101277 -"111754",15136,122397 -"111755",15137,92627 -"111756",15137,99405 -"111757",15137,109607 -"111758",15138,18517 -"111759",15138,101280 -"111760",15139,19714 -"111761",15139,60258 -"111762",15139,122660 -"111763",15140,25295 -"111764",15140,31186 -"111765",15140,40101 -"111766",15141,33837 -"111767",15141,53330 -"111768",15141,81686 -"111769",15141,97451 -"111770",15142,89281 -"111771",15143,16790 -"111772",15143,36784 -"111773",15143,77135 -"111774",15143,83819 -"111775",15143,86495 -"111776",15144,16961 -"111777",15144,30064 -"111778",15144,80237 -"111779",15144,92079 -"111780",15145,102131 -"111781",15146,18701 -"111782",15146,18718 -"111783",15146,21027 -"111784",15146,36543 -"111785",15146,50234 -"111786",15146,53277 -"111787",15146,53542 -"111788",15146,58945 -"111789",15146,82312 -"111790",15146,84520 -"111791",15146,86090 -"111792",15146,89135 -"111793",15146,89263 -"111794",15146,91240 -"111795",15147,20260 -"111796",15147,28655 -"111797",15149,38055 -"111798",15150,15840 -"111799",15150,19902 -"111800",15150,24044 -"111801",15150,25118 -"111802",15150,48084 -"111803",15150,54416 -"111804",15151,16385 -"111805",15151,26138 -"111806",15151,38119 -"111807",15151,61085 -"111808",15151,81092 -"111809",15151,82174 -"111810",15151,86979 -"111811",15151,90757 -"111812",15151,92317 -"111813",15151,98025 -"111814",15151,105713 -"111815",15152,31048 -"111816",15153,24539 -"111817",15153,26180 -"111818",15153,47839 -"111819",15154,15710 -"111820",15154,18954 -"111821",15154,22576 -"111822",15154,36602 -"111823",15154,88834 -"111824",15154,99466 -"111825",15154,112862 -"111826",15155,31596 -"111827",15155,33652 -"111828",15155,33978 -"111829",15155,37063 -"111830",15155,46647 -"111831",15155,77488 -"111832",15155,81934 -"111833",15155,93148 -"111834",15155,96401 -"111835",15155,104830 -"111836",15156,16978 -"111837",15156,22793 -"111838",15156,39742 -"111839",15156,46870 -"111840",15156,64014 -"111841",15157,41654 -"111842",15157,56339 -"111843",15157,98854 -"111844",15157,100417 -"111845",15158,70107 -"111846",15158,100704 -"111847",15159,31988 -"111848",15159,32706 -"111849",15159,42832 -"111850",15159,47768 -"111851",15159,55355 -"111852",15159,58638 -"111853",15159,64192 -"111854",15159,70016 -"111855",15159,76521 -"111856",15160,15401 -"111857",15160,15887 -"111858",15160,16259 -"111859",15160,17828 -"111860",15160,26882 -"111861",15160,32672 -"111862",15160,32988 -"111863",15160,33241 -"111864",15160,47438 -"111865",15160,65155 -"111866",15160,71033 -"111867",15160,73409 -"111868",15160,75568 -"111869",15160,80625 -"111870",15160,90968 -"111871",15160,104590 -"111872",15160,108463 -"111873",15160,116534 -"111874",15160,116545 -"111875",15161,15199 -"111876",15161,22945 -"111877",15161,24007 -"111878",15161,50072 -"111879",15161,50283 -"111880",15161,63772 -"111881",15161,84888 -"111882",15161,84898 -"111883",15161,90154 -"111884",15161,91275 -"111885",15161,98355 -"111886",15162,28460 -"111887",15162,34158 -"111888",15162,64786 -"111889",15162,68597 -"111890",15162,96749 -"111891",15162,101813 -"111892",15162,116209 -"111893",15162,123464 -"111894",15163,65414 -"111895",15164,54816 -"111896",15164,79717 -"111897",15164,98866 -"111898",15164,105445 -"111899",15164,117529 -"111900",15164,119190 -"111901",15165,48952 -"111902",15165,49106 -"111903",15165,61619 -"111904",15165,65941 -"111905",15165,66643 -"111906",15165,66704 -"111907",15165,82630 -"111908",15165,82631 -"111909",15165,82635 -"111910",15165,82653 -"111911",15165,85795 -"111912",15166,20243 -"111913",15166,33877 -"111914",15166,34658 -"111915",15166,44150 -"111916",15166,55420 -"111917",15166,60997 -"111918",15166,77661 -"111919",15166,79041 -"111920",15166,98477 -"111921",15167,31793 -"111922",15167,33959 -"111923",15167,37477 -"111924",15167,49884 -"111925",15167,50514 -"111926",15167,78938 -"111927",15167,89641 -"111928",15167,90193 -"111929",15167,100584 -"111930",15167,103598 -"111931",15167,106317 -"111932",15167,109493 -"111933",15167,110570 -"111934",15167,110727 -"111935",15167,110805 -"111936",15168,31692 -"111937",15168,105182 -"111938",15169,48096 -"111939",15169,67362 -"111940",15169,89675 -"111941",15170,30607 -"111942",15170,31678 -"111943",15170,54321 -"111944",15170,61532 -"111945",15170,66219 -"111946",15172,41546 -"111947",15174,17381 -"111948",15174,55071 -"111949",15174,56857 -"111950",15174,99912 -"111951",15175,94926 -"111952",15176,20063 -"111953",15176,51647 -"111954",15177,19530 -"111955",15177,20033 -"111956",15177,29434 -"111957",15177,42746 -"111958",15177,48497 -"111959",15177,105934 -"111960",15177,105965 -"111961",15178,52128 -"111962",15179,30065 -"111963",15179,31487 -"111964",15179,47664 -"111965",15179,51698 -"111966",15179,57231 -"111967",15179,58867 -"111968",15179,91366 -"111969",15179,105904 -"111970",15180,15683 -"111971",15180,20843 -"111972",15180,29289 -"111973",15180,29977 -"111974",15180,30305 -"111975",15180,46700 -"111976",15180,54528 -"111977",15180,90943 -"111978",15181,17902 -"111979",15181,52319 -"111980",15181,92859 -"111981",15182,27726 -"111982",15182,28845 -"111983",15182,77044 -"111984",15183,17328 -"111985",15183,24547 -"111986",15183,25082 -"111987",15183,26062 -"111988",15183,26352 -"111989",15183,32090 -"111990",15183,36031 -"111991",15183,40441 -"111992",15183,43306 -"111993",15183,53824 -"111994",15183,121423 -"111995",15183,121432 -"111996",15184,26141 -"111997",15184,31799 -"111998",15184,36036 -"111999",15184,44636 -"112000",15184,54676 -"112001",15185,15216 -"112002",15185,15964 -"112003",15185,16252 -"112004",15185,16872 -"112005",15185,17145 -"112006",15185,17508 -"112007",15185,18060 -"112008",15185,18217 -"112009",15185,22462 -"112010",15185,22823 -"112011",15185,23147 -"112012",15185,23421 -"112013",15185,23632 -"112014",15185,23953 -"112015",15185,24495 -"112016",15185,24710 -"112017",15185,25143 -"112018",15185,25303 -"112019",15185,25664 -"112020",15185,26407 -"112021",15185,27174 -"112022",15185,27196 -"112023",15185,27710 -"112024",15185,28703 -"112025",15185,29253 -"112026",15185,29341 -"112027",15185,29560 -"112028",15185,29573 -"112029",15185,29868 -"112030",15185,32438 -"112031",15185,32967 -"112032",15185,33223 -"112033",15185,33881 -"112034",15185,34097 -"112035",15185,34330 -"112036",15185,34513 -"112037",15185,35400 -"112038",15185,36476 -"112039",15185,36547 -"112040",15185,36745 -"112041",15185,37821 -"112042",15185,37931 -"112043",15185,38319 -"112044",15185,39398 -"112045",15185,39492 -"112046",15185,40300 -"112047",15185,40320 -"112048",15185,40373 -"112049",15185,40542 -"112050",15185,41182 -"112051",15185,42131 -"112052",15185,46843 -"112053",15185,48331 -"112054",15186,118855 -"112055",15187,15277 -"112056",15187,41920 -"112057",15187,42014 -"112058",15188,19051 -"112059",15188,36550 -"112060",15188,111297 -"112061",15188,118856 -"112062",15188,118864 -"112063",15188,118886 -"112064",15189,15823 -"112065",15189,18576 -"112066",15189,19430 -"112067",15190,19528 -"112068",15190,20034 -"112069",15190,22470 -"112070",15190,23552 -"112071",15190,24346 -"112072",15190,26141 -"112073",15190,26608 -"112074",15190,30386 -"112075",15190,31968 -"112076",15190,39395 -"112077",15190,41676 -"112078",15190,60786 -"112079",15190,60996 -"112080",15190,63637 -"112081",15190,71530 -"112082",15190,104579 -"112083",15191,15211 -"112084",15192,15196 -"112085",15192,15225 -"112086",15192,15266 -"112087",15192,15267 -"112088",15192,34284 -"112089",15192,44135 -"112090",15192,79702 -"112091",15192,92196 -"112092",15192,108666 -"112093",15193,19029 -"112094",15193,25434 -"112095",15193,52366 -"112096",15194,31236 -"112097",15194,76236 -"112098",15194,87758 -"112099",15194,103487 -"112100",15194,109637 -"112101",15195,15430 -"112102",15195,16381 -"112103",15195,16949 -"112104",15195,18514 -"112105",15195,22299 -"112106",15195,23938 -"112107",15195,24250 -"112108",15195,26682 -"112109",15195,29741 -"112110",15195,30876 -"112111",15195,32393 -"112112",15195,32939 -"112113",15195,33113 -"112114",15195,38494 -"112115",15195,38932 -"112116",15195,40643 -"112117",15195,42017 -"112118",15195,42107 -"112119",15195,45787 -"112120",15195,47083 -"112121",15195,49231 -"112122",15195,50061 -"112123",15195,52450 -"112124",15195,54059 -"112125",15195,55370 -"112126",15195,57804 -"112127",15195,59615 -"112128",15195,59940 -"112129",15195,67363 -"112130",15195,71230 -"112131",15195,76278 -"112132",15195,76740 -"112133",15195,76786 -"112134",15195,77272 -"112135",15195,77357 -"112136",15195,77402 -"112137",15195,78248 -"112138",15195,78255 -"112139",15195,78339 -"112140",15195,78445 -"112141",15195,79022 -"112142",15195,79716 -"112143",15195,79989 -"112144",15195,80281 -"112145",15195,80950 -"112146",15195,81728 -"112147",15195,82196 -"112148",15195,82383 -"112149",15195,82810 -"112150",15195,82854 -"112151",15195,83853 -"112152",15195,83884 -"112153",15195,84379 -"112154",15195,84613 -"112155",15195,85465 -"112156",15195,85610 -"112157",15195,86351 -"112158",15195,86451 -"112159",15195,86882 -"112160",15195,87175 -"112161",15195,87451 -"112162",15195,87521 -"112163",15195,87572 -"112164",15195,87663 -"112165",15195,87721 -"112166",15195,87862 -"112167",15195,101617 -"112168",15195,105826 -"112169",15195,109158 -"112170",15195,118975 -"112171",15195,118979 -"112172",15195,119713 -"112173",15196,15225 -"112174",15196,15266 -"112175",15196,15267 -"112176",15196,18924 -"112177",15196,22005 -"112178",15196,55758 -"112179",15196,69745 -"112180",15196,72257 -"112181",15196,99617 -"112182",15196,120670 -"112183",15197,16106 -"112184",15197,37988 -"112185",15198,21707 -"112186",15198,23434 -"112187",15198,117815 -"112188",15199,55748 -"112189",15199,119869 -"112190",15200,34922 -"112191",15200,54450 -"112192",15200,57274 -"112193",15200,66394 -"112194",15200,83552 -"112195",15200,88579 -"112196",15200,101765 -"112197",15200,102122 -"112198",15200,102298 -"112199",15200,103289 -"112200",15200,103298 -"112201",15200,107733 -"112202",15201,40360 -"112203",15201,43147 -"112204",15202,19054 -"112205",15202,19248 -"112206",15202,32833 -"112207",15202,34444 -"112208",15202,38911 -"112209",15202,40501 -"112210",15202,40882 -"112211",15202,40982 -"112212",15202,40998 -"112213",15202,41050 -"112214",15202,41058 -"112215",15202,41060 -"112216",15202,49355 -"112217",15202,62410 -"112218",15202,62418 -"112219",15202,87941 -"112220",15203,15290 -"112221",15203,82247 -"112222",15204,15412 -"112223",15205,30751 -"112224",15205,54252 -"112225",15205,64108 -"112226",15205,100309 -"112227",15205,105117 -"112228",15206,25049 -"112229",15206,26028 -"112230",15206,28106 -"112231",15206,28364 -"112232",15207,15260 -"112233",15207,15261 -"112234",15207,15495 -"112235",15207,18550 -"112236",15207,21650 -"112237",15207,22351 -"112238",15207,25031 -"112239",15207,26216 -"112240",15207,28093 -"112241",15207,28353 -"112242",15207,29019 -"112243",15207,29026 -"112244",15207,32413 -"112245",15207,33814 -"112246",15207,34614 -"112247",15207,34631 -"112248",15207,34668 -"112249",15207,35983 -"112250",15207,38270 -"112251",15207,40113 -"112252",15207,42289 -"112253",15207,46669 -"112254",15207,48281 -"112255",15207,48380 -"112256",15207,50662 -"112257",15207,56216 -"112258",15207,56508 -"112259",15207,56509 -"112260",15207,56545 -"112261",15207,59615 -"112262",15207,62679 -"112263",15207,63105 -"112264",15207,63407 -"112265",15207,68001 -"112266",15207,68475 -"112267",15207,68917 -"112268",15207,69296 -"112269",15207,71106 -"112270",15207,73655 -"112271",15207,73898 -"112272",15207,74818 -"112273",15207,75767 -"112274",15207,76046 -"112275",15207,76459 -"112276",15207,76808 -"112277",15207,77727 -"112278",15207,78224 -"112279",15207,79222 -"112280",15207,82978 -"112281",15207,83306 -"112282",15207,85027 -"112283",15207,85356 -"112284",15207,88412 -"112285",15207,90275 -"112286",15207,90426 -"112287",15207,91112 -"112288",15207,91526 -"112289",15207,92300 -"112290",15207,93425 -"112291",15207,93523 -"112292",15207,94520 -"112293",15207,95954 -"112294",15207,99544 -"112295",15207,99547 -"112296",15207,99554 -"112297",15207,100595 -"112298",15207,100739 -"112299",15207,100819 -"112300",15207,101898 -"112301",15207,101988 -"112302",15207,102146 -"112303",15207,102201 -"112304",15207,102309 -"112305",15207,102635 -"112306",15207,102730 -"112307",15207,102846 -"112308",15207,103790 -"112309",15207,104095 -"112310",15207,104574 -"112311",15207,104784 -"112312",15207,104845 -"112313",15207,107269 -"112314",15207,107623 -"112315",15207,107714 -"112316",15207,107879 -"112317",15207,107975 -"112318",15208,36610 -"112319",15209,41107 -"112320",15209,41162 -"112321",15209,48814 -"112322",15209,58951 -"112323",15209,89911 -"112324",15209,108655 -"112325",15210,78307 -"112326",15210,96070 -"112327",15211,23692 -"112328",15211,114353 -"112329",15212,45061 -"112330",15212,79626 -"112331",15212,80234 -"112332",15213,32707 -"112333",15213,120529 -"112334",15214,19542 -"112335",15214,20038 -"112336",15214,20679 -"112337",15214,24225 -"112338",15214,30569 -"112339",15214,40317 -"112340",15214,42707 -"112341",15214,42773 -"112342",15214,43242 -"112343",15214,51472 -"112344",15214,64044 -"112345",15214,73520 -"112346",15214,82510 -"112347",15214,84590 -"112348",15214,90649 -"112349",15214,101133 -"112350",15214,109726 -"112351",15214,111154 -"112352",15214,118552 -"112353",15215,15985 -"112354",15215,18704 -"112355",15215,19317 -"112356",15215,27517 -"112357",15215,55218 -"112358",15215,56531 -"112359",15215,59992 -"112360",15215,61242 -"112361",15215,67559 -"112362",15215,76563 -"112363",15215,82009 -"112364",15215,95659 -"112365",15215,107588 -"112366",15215,118049 -"112367",15215,118052 -"112368",15216,15964 -"112369",15216,16252 -"112370",15216,16872 -"112371",15216,17145 -"112372",15216,17508 -"112373",15216,18060 -"112374",15216,18217 -"112375",15216,22462 -"112376",15216,22823 -"112377",15216,23147 -"112378",15216,23421 -"112379",15216,23632 -"112380",15216,23953 -"112381",15216,24495 -"112382",15216,24710 -"112383",15216,25143 -"112384",15216,25303 -"112385",15216,25664 -"112386",15216,26407 -"112387",15216,27174 -"112388",15216,27196 -"112389",15216,27710 -"112390",15216,28703 -"112391",15216,29253 -"112392",15216,29341 -"112393",15216,29560 -"112394",15216,29573 -"112395",15216,29868 -"112396",15216,32438 -"112397",15216,32967 -"112398",15216,33223 -"112399",15216,33881 -"112400",15216,34097 -"112401",15216,34330 -"112402",15216,34513 -"112403",15216,35400 -"112404",15216,36476 -"112405",15216,36547 -"112406",15216,36745 -"112407",15216,37821 -"112408",15216,37931 -"112409",15216,38319 -"112410",15216,39398 -"112411",15216,39492 -"112412",15216,40320 -"112413",15216,40373 -"112414",15216,40542 -"112415",15216,41182 -"112416",15216,42131 -"112417",15216,46843 -"112418",15216,48331 -"112419",15217,19065 -"112420",15218,87086 -"112421",15219,15273 -"112422",15219,31167 -"112423",15219,55092 -"112424",15219,60963 -"112425",15219,61226 -"112426",15220,48418 -"112427",15220,51193 -"112428",15220,53936 -"112429",15220,54217 -"112430",15221,41383 -"112431",15221,53097 -"112432",15221,79911 -"112433",15221,91395 -"112434",15221,99255 -"112435",15221,112730 -"112436",15222,16205 -"112437",15222,19434 -"112438",15222,19592 -"112439",15222,33385 -"112440",15222,44181 -"112441",15222,80548 -"112442",15222,80755 -"112443",15222,80797 -"112444",15223,15251 -"112445",15223,46038 -"112446",15223,53757 -"112447",15223,53813 -"112448",15223,92260 -"112449",15223,104225 -"112450",15224,30306 -"112451",15224,43595 -"112452",15224,56115 -"112453",15225,15266 -"112454",15225,15267 -"112455",15225,22103 -"112456",15225,30095 -"112457",15225,46037 -"112458",15225,81641 -"112459",15225,88535 -"112460",15225,113308 -"112461",15225,118630 -"112462",15226,18342 -"112463",15226,19258 -"112464",15226,23740 -"112465",15226,27111 -"112466",15226,32346 -"112467",15226,43706 -"112468",15226,53071 -"112469",15226,56100 -"112470",15226,58970 -"112471",15226,60430 -"112472",15226,63950 -"112473",15226,71519 -"112474",15226,76483 -"112475",15226,76606 -"112476",15226,76647 -"112477",15226,76648 -"112478",15226,76673 -"112479",15226,78160 -"112480",15226,95307 -"112481",15226,106328 -"112482",15226,111614 -"112483",15228,80056 -"112484",15230,47028 -"112485",15230,82167 -"112486",15231,18078 -"112487",15231,40955 -"112488",15231,52023 -"112489",15231,54872 -"112490",15231,70009 -"112491",15232,15479 -"112492",15232,15770 -"112493",15232,16729 -"112494",15232,20417 -"112495",15232,20616 -"112496",15232,21078 -"112497",15232,21369 -"112498",15232,25393 -"112499",15232,26148 -"112500",15232,27706 -"112501",15232,31751 -"112502",15232,33982 -"112503",15232,34988 -"112504",15232,36031 -"112505",15232,42875 -"112506",15232,50579 -"112507",15232,60883 -"112508",15232,63896 -"112509",15232,75738 -"112510",15232,76375 -"112511",15232,79570 -"112512",15232,82533 -"112513",15232,83680 -"112514",15232,83744 -"112515",15232,85598 -"112516",15232,89681 -"112517",15232,90234 -"112518",15232,90321 -"112519",15232,98548 -"112520",15232,98667 -"112521",15233,28687 -"112522",15234,31460 -"112523",15235,20333 -"112524",15235,20343 -"112525",15235,30827 -"112526",15235,34277 -"112527",15235,40146 -"112528",15235,43404 -"112529",15235,46023 -"112530",15235,46717 -"112531",15235,56026 -"112532",15235,66544 -"112533",15235,102853 -"112534",15235,113434 -"112535",15236,15543 -"112536",15236,19204 -"112537",15236,65143 -"112538",15236,85086 -"112539",15236,86130 -"112540",15237,42411 -"112541",15237,43192 -"112542",15237,93638 -"112543",15237,93639 -"112544",15237,99292 -"112545",15237,99434 -"112546",15238,32442 -"112547",15238,32696 -"112548",15238,52633 -"112549",15238,66294 -"112550",15238,85509 -"112551",15238,87975 -"112552",15238,95704 -"112553",15238,111258 -"112554",15238,112874 -"112555",15239,31756 -"112556",15239,56214 -"112557",15239,72189 -"112558",15240,18250 -"112559",15241,16345 -"112560",15241,21106 -"112561",15241,25223 -"112562",15241,30821 -"112563",15241,56319 -"112564",15241,118295 -"112565",15241,118722 -"112566",15241,118723 -"112567",15242,39889 -"112568",15243,21028 -"112569",15243,21889 -"112570",15243,23952 -"112571",15243,33966 -"112572",15243,36399 -"112573",15243,36693 -"112574",15243,38820 -"112575",15244,49779 -"112576",15244,59372 -"112577",15244,68215 -"112578",15244,70809 -"112579",15244,70825 -"112580",15244,80197 -"112581",15244,110978 -"112582",15244,111454 -"112583",15245,20131 -"112584",15245,24115 -"112585",15245,49621 -"112586",15245,61463 -"112587",15245,61875 -"112588",15245,108185 -"112589",15246,43069 -"112590",15247,15248 -"112591",15247,41475 -"112592",15247,65113 -"112593",15247,77935 -"112594",15250,18268 -"112595",15250,27851 -"112596",15250,33019 -"112597",15250,42214 -"112598",15251,16685 -"112599",15251,17053 -"112600",15251,17810 -"112601",15251,20299 -"112602",15251,20984 -"112603",15251,21455 -"112604",15251,24080 -"112605",15251,25397 -"112606",15251,27453 -"112607",15251,27989 -"112608",15251,29473 -"112609",15251,29541 -"112610",15251,34486 -"112611",15251,37424 -"112612",15251,40444 -"112613",15251,41811 -"112614",15251,45149 -"112615",15251,46819 -"112616",15251,49798 -"112617",15251,52853 -"112618",15251,54775 -"112619",15251,55081 -"112620",15251,56817 -"112621",15251,56976 -"112622",15251,60800 -"112623",15251,61653 -"112624",15251,70705 -"112625",15251,84882 -"112626",15252,74183 -"112627",15253,18304 -"112628",15253,18305 -"112629",15253,21032 -"112630",15253,22825 -"112631",15253,24306 -"112632",15253,27086 -"112633",15253,31630 -"112634",15253,32274 -"112635",15253,41861 -"112636",15253,42700 -"112637",15253,45532 -"112638",15253,48451 -"112639",15253,49798 -"112640",15253,57346 -"112641",15253,67039 -"112642",15253,68093 -"112643",15253,79586 -"112644",15253,81424 -"112645",15253,105565 -"112646",15253,114287 -"112647",15254,23277 -"112648",15254,38094 -"112649",15254,41203 -"112650",15254,50896 -"112651",15254,55169 -"112652",15254,58395 -"112653",15254,71565 -"112654",15254,74907 -"112655",15254,83740 -"112656",15256,17694 -"112657",15256,18291 -"112658",15256,29266 -"112659",15256,41804 -"112660",15256,46247 -"112661",15256,63500 -"112662",15256,104385 -"112663",15257,107088 -"112664",15257,114515 -"112665",15258,100041 -"112666",15259,45188 -"112667",15259,46786 -"112668",15260,15261 -"112669",15260,29262 -"112670",15260,46669 -"112671",15260,56508 -"112672",15260,56509 -"112673",15260,56545 -"112674",15260,104371 -"112675",15261,17473 -"112676",15261,21090 -"112677",15261,25147 -"112678",15261,56509 -"112679",15261,57279 -"112680",15261,110265 -"112681",15262,19273 -"112682",15262,28081 -"112683",15263,89374 -"112684",15264,21557 -"112685",15264,30978 -"112686",15264,35540 -"112687",15264,41593 -"112688",15264,41754 -"112689",15264,52851 -"112690",15264,63641 -"112691",15264,75877 -"112692",15264,76288 -"112693",15264,112589 -"112694",15265,17067 -"112695",15265,18731 -"112696",15265,20844 -"112697",15265,20867 -"112698",15265,20884 -"112699",15265,33416 -"112700",15265,33790 -"112701",15265,40303 -"112702",15265,40362 -"112703",15265,49822 -"112704",15265,58147 -"112705",15265,64534 -"112706",15265,68338 -"112707",15265,75387 -"112708",15265,94627 -"112709",15265,102128 -"112710",15265,103945 -"112711",15265,115698 -"112712",15265,115760 -"112713",15266,15267 -"112714",15266,27099 -"112715",15266,29059 -"112716",15266,29086 -"112717",15266,32847 -"112718",15266,46540 -"112719",15266,72257 -"112720",15267,18924 -"112721",15267,58096 -"112722",15267,110640 -"112723",15267,111687 -"112724",15268,29102 -"112725",15268,39653 -"112726",15268,50903 -"112727",15270,16965 -"112728",15270,86083 -"112729",15270,86117 -"112730",15271,31503 -"112731",15271,54342 -"112732",15272,19797 -"112733",15273,56535 -"112734",15273,59941 -"112735",15273,60257 -"112736",15273,62922 -"112737",15273,64051 -"112738",15273,64117 -"112739",15273,64251 -"112740",15273,64557 -"112741",15273,64582 -"112742",15273,71415 -"112743",15273,71496 -"112744",15274,20166 -"112745",15274,82023 -"112746",15275,43783 -"112747",15275,45652 -"112748",15276,15499 -"112749",15276,15593 -"112750",15276,18032 -"112751",15276,21474 -"112752",15276,40169 -"112753",15276,40360 -"112754",15276,43299 -"112755",15276,44125 -"112756",15276,45887 -"112757",15276,46096 -"112758",15276,49959 -"112759",15276,67394 -"112760",15277,69102 -"112761",15278,62061 -"112762",15279,15616 -"112763",15279,31038 -"112764",15279,34682 -"112765",15279,51234 -"112766",15279,84361 -"112767",15280,32484 -"112768",15281,30120 -"112769",15281,32124 -"112770",15281,35317 -"112771",15281,42407 -"112772",15281,50771 -"112773",15281,93553 -"112774",15281,99159 -"112775",15281,105927 -"112776",15281,106518 -"112777",15281,111181 -"112778",15282,22046 -"112779",15282,22119 -"112780",15282,23712 -"112781",15282,26075 -"112782",15282,26283 -"112783",15282,26963 -"112784",15282,27953 -"112785",15282,30663 -"112786",15282,32877 -"112787",15282,39367 -"112788",15282,39444 -"112789",15282,39853 -"112790",15282,39968 -"112791",15282,48444 -"112792",15282,53155 -"112793",15282,59014 -"112794",15282,69632 -"112795",15282,71478 -"112796",15282,77089 -"112797",15282,78502 -"112798",15282,78669 -"112799",15282,99900 -"112800",15282,101970 -"112801",15282,103990 -"112802",15282,104771 -"112803",15282,105811 -"112804",15282,116478 -"112805",15283,17838 -"112806",15283,26600 -"112807",15283,33413 -"112808",15283,34402 -"112809",15283,65188 -"112810",15283,83916 -"112811",15283,90745 -"112812",15283,107515 -"112813",15283,108299 -"112814",15284,33593 -"112815",15284,42842 -"112816",15284,44494 -"112817",15284,44776 -"112818",15284,54510 -"112819",15284,60843 -"112820",15284,61737 -"112821",15284,61738 -"112822",15284,61741 -"112823",15284,63349 -"112824",15285,15303 -"112825",15285,22513 -"112826",15285,32194 -"112827",15285,38564 -"112828",15286,92466 -"112829",15286,92479 -"112830",15287,15670 -"112831",15287,17601 -"112832",15287,19854 -"112833",15287,76659 -"112834",15287,81335 -"112835",15288,96108 -"112836",15288,107748 -"112837",15288,112166 -"112838",15289,16629 -"112839",15289,19414 -"112840",15289,22490 -"112841",15289,24848 -"112842",15289,25686 -"112843",15289,26554 -"112844",15289,29382 -"112845",15289,30144 -"112846",15289,30422 -"112847",15289,39419 -"112848",15289,52530 -"112849",15289,74054 -"112850",15289,78088 -"112851",15289,81599 -"112852",15289,91520 -"112853",15289,92507 -"112854",15289,92816 -"112855",15289,93255 -"112856",15289,93321 -"112857",15289,93479 -"112858",15289,120790 -"112859",15290,18652 -"112860",15290,18868 -"112861",15290,33357 -"112862",15290,38958 -"112863",15290,59335 -"112864",15290,64363 -"112865",15290,66258 -"112866",15290,81338 -"112867",15290,84105 -"112868",15290,84107 -"112869",15290,84643 -"112870",15290,97396 -"112871",15290,103087 -"112872",15291,15305 -"112873",15292,22928 -"112874",15292,45611 -"112875",15292,118687 -"112876",15293,15810 -"112877",15293,34406 -"112878",15293,39179 -"112879",15293,69191 -"112880",15293,84471 -"112881",15293,113991 -"112882",15295,31471 -"112883",15295,33897 -"112884",15295,61029 -"112885",15295,65464 -"112886",15295,65487 -"112887",15295,73094 -"112888",15295,79749 -"112889",15296,15416 -"112890",15296,18868 -"112891",15296,21148 -"112892",15296,24497 -"112893",15296,30370 -"112894",15296,33068 -"112895",15296,33251 -"112896",15296,36405 -"112897",15296,38263 -"112898",15296,38958 -"112899",15296,43481 -"112900",15296,69455 -"112901",15296,75846 -"112902",15296,75858 -"112903",15296,91023 -"112904",15296,107264 -"112905",15297,50085 -"112906",15297,87700 -"112907",15297,112962 -"112908",15298,21786 -"112909",15298,29976 -"112910",15298,30046 -"112911",15298,31965 -"112912",15298,32731 -"112913",15298,42320 -"112914",15298,48010 -"112915",15298,51119 -"112916",15298,52721 -"112917",15298,54059 -"112918",15298,55055 -"112919",15298,55071 -"112920",15298,105075 -"112921",15299,60064 -"112922",15300,19714 -"112923",15300,22166 -"112924",15300,26800 -"112925",15300,33619 -"112926",15300,34700 -"112927",15300,48466 -"112928",15300,56053 -"112929",15300,61531 -"112930",15300,62668 -"112931",15300,65236 -"112932",15300,68680 -"112933",15300,73502 -"112934",15300,80424 -"112935",15300,81706 -"112936",15300,105521 -"112937",15301,21571 -"112938",15301,22566 -"112939",15301,29537 -"112940",15301,29538 -"112941",15301,54607 -"112942",15301,88851 -"112943",15301,119910 -"112944",15302,107459 -"112945",15302,119932 -"112946",15303,21785 -"112947",15303,38346 -"112948",15303,74611 -"112949",15304,21935 -"112950",15304,72149 -"112951",15305,22207 -"112952",15305,28258 -"112953",15305,31961 -"112954",15305,57793 -"112955",15305,66815 -"112956",15305,68111 -"112957",15305,68249 -"112958",15305,80059 -"112959",15305,95055 -"112960",15306,97880 -"112961",15307,38424 -"112962",15308,43259 -"112963",15308,43260 -"112964",15309,52924 -"112965",15309,53251 -"112966",15309,61525 -"112967",15309,68079 -"112968",15309,93225 -"112969",15310,15350 -"112970",15310,15446 -"112971",15310,15486 -"112972",15310,35390 -"112973",15310,46372 -"112974",15310,107399 -"112975",15311,23066 -"112976",15311,24242 -"112977",15311,36099 -"112978",15311,48689 -"112979",15311,50543 -"112980",15311,51048 -"112981",15311,53727 -"112982",15311,106832 -"112983",15312,24654 -"112984",15312,24655 -"112985",15312,24780 -"112986",15312,24836 -"112987",15312,24901 -"112988",15312,28451 -"112989",15312,37074 -"112990",15312,41757 -"112991",15312,61877 -"112992",15312,76738 -"112993",15312,94215 -"112994",15312,96647 -"112995",15313,23732 -"112996",15313,32841 -"112997",15313,43556 -"112998",15313,43741 -"112999",15313,63496 -"113000",15313,78698 -"113001",15314,15505 -"113002",15314,15510 -"113003",15315,28596 -"113004",15315,35011 -"113005",15315,51765 -"113006",15315,52003 -"113007",15315,66896 -"113008",15316,26243 -"113009",15316,40233 -"113010",15316,60291 -"113011",15316,60315 -"113012",15316,65112 -"113013",15316,85551 -"113014",15318,45257 -"113015",15318,50322 -"113016",15318,75753 -"113017",15319,76293 -"113018",15319,87190 -"113019",15320,15451 -"113020",15320,15784 -"113021",15320,19266 -"113022",15320,23919 -"113023",15320,24611 -"113024",15320,26360 -"113025",15320,26722 -"113026",15320,28078 -"113027",15320,31567 -"113028",15320,32841 -"113029",15320,37029 -"113030",15320,37494 -"113031",15320,40978 -"113032",15320,49088 -"113033",15320,49172 -"113034",15320,56310 -"113035",15320,81096 -"113036",15320,82190 -"113037",15320,95410 -"113038",15321,15383 -"113039",15321,18424 -"113040",15321,18558 -"113041",15321,32411 -"113042",15321,45588 -"113043",15321,73980 -"113044",15321,81518 -"113045",15321,84117 -"113046",15321,93275 -"113047",15321,115140 -"113048",15321,115144 -"113049",15322,34464 -"113050",15323,70229 -"113051",15325,15726 -"113052",15326,15345 -"113053",15326,20811 -"113054",15326,28074 -"113055",15327,17229 -"113056",15327,99585 -"113057",15328,88210 -"113058",15329,21392 -"113059",15329,28748 -"113060",15329,63350 -"113061",15330,15429 -"113062",15330,15489 -"113063",15331,23322 -"113064",15331,34289 -"113065",15331,60774 -"113066",15331,86139 -"113067",15331,95796 -"113068",15331,97383 -"113069",15332,15446 -"113070",15332,15544 -"113071",15332,15545 -"113072",15332,19747 -"113073",15333,82411 -"113074",15333,90116 -"113075",15334,15375 -"113076",15335,25969 -"113077",15335,77168 -"113078",15336,15338 -"113079",15336,65236 -"113080",15336,66689 -"113081",15336,83848 -"113082",15336,84598 -"113083",15336,85608 -"113084",15337,17237 -"113085",15337,24433 -"113086",15337,30876 -"113087",15337,51394 -"113088",15337,56024 -"113089",15337,79851 -"113090",15337,84469 -"113091",15338,18218 -"113092",15338,18772 -"113093",15338,19423 -"113094",15338,21001 -"113095",15338,21314 -"113096",15338,30257 -"113097",15338,37558 -"113098",15338,45803 -"113099",15338,46262 -"113100",15338,52750 -"113101",15338,53408 -"113102",15338,55486 -"113103",15338,55843 -"113104",15338,56963 -"113105",15338,62764 -"113106",15338,62842 -"113107",15338,66943 -"113108",15338,78055 -"113109",15338,84229 -"113110",15338,99582 -"113111",15338,99636 -"113112",15338,111689 -"113113",15338,112067 -"113114",15338,114195 -"113115",15338,115681 -"113116",15339,50134 -"113117",15339,60549 -"113118",15340,15488 -"113119",15340,18436 -"113120",15340,19118 -"113121",15340,20368 -"113122",15341,51889 -"113123",15341,54123 -"113124",15341,57817 -"113125",15341,57836 -"113126",15342,20955 -"113127",15342,30068 -"113128",15342,53885 -"113129",15342,54142 -"113130",15342,92345 -"113131",15342,97340 -"113132",15343,15693 -"113133",15343,15888 -"113134",15343,17021 -"113135",15343,18149 -"113136",15343,23594 -"113137",15343,27047 -"113138",15343,27120 -"113139",15343,28911 -"113140",15343,29477 -"113141",15343,29834 -"113142",15343,29845 -"113143",15343,29882 -"113144",15343,29894 -"113145",15343,30007 -"113146",15343,31140 -"113147",15343,33360 -"113148",15343,34594 -"113149",15343,35840 -"113150",15343,36385 -"113151",15343,37512 -"113152",15343,37576 -"113153",15343,38366 -"113154",15343,42556 -"113155",15343,42558 -"113156",15343,42630 -"113157",15343,58593 -"113158",15343,59114 -"113159",15343,59936 -"113160",15343,65951 -"113161",15343,65952 -"113162",15343,74809 -"113163",15343,74863 -"113164",15343,75784 -"113165",15343,76128 -"113166",15343,76584 -"113167",15343,85429 -"113168",15343,85557 -"113169",15343,90925 -"113170",15343,91217 -"113171",15344,33053 -"113172",15344,77511 -"113173",15345,18897 -"113174",15345,35982 -"113175",15345,36936 -"113176",15346,67739 -"113177",15346,75271 -"113178",15346,85306 -"113179",15346,91779 -"113180",15346,103675 -"113181",15346,116743 -"113182",15347,15422 -"113183",15347,15471 -"113184",15347,15474 -"113185",15347,15533 -"113186",15347,15552 -"113187",15348,15421 -"113188",15349,33031 -"113189",15349,34376 -"113190",15349,35668 -"113191",15349,63332 -"113192",15349,71447 -"113193",15350,15446 -"113194",15350,15486 -"113195",15350,96409 -"113196",15351,19305 -"113197",15351,28578 -"113198",15351,28676 -"113199",15351,64478 -"113200",15352,18114 -"113201",15352,25613 -"113202",15352,25899 -"113203",15352,53011 -"113204",15352,57612 -"113205",15352,68569 -"113206",15352,71943 -"113207",15352,72980 -"113208",15352,76744 -"113209",15352,84546 -"113210",15352,84770 -"113211",15352,84881 -"113212",15352,96518 -"113213",15352,101484 -"113214",15352,101981 -"113215",15352,102732 -"113216",15352,104662 -"113217",15352,111317 -"113218",15352,111604 -"113219",15352,114282 -"113220",15352,117005 -"113221",15353,25209 -"113222",15353,29284 -"113223",15353,30802 -"113224",15353,31969 -"113225",15353,32392 -"113226",15353,52467 -"113227",15354,15433 -"113228",15355,19942 -"113229",15355,32421 -"113230",15355,120052 -"113231",15356,20128 -"113232",15356,23460 -"113233",15356,25084 -"113234",15356,38198 -"113235",15356,39826 -"113236",15356,41785 -"113237",15356,41804 -"113238",15356,41859 -"113239",15356,64051 -"113240",15357,34901 -"113241",15358,20733 -"113242",15358,28987 -"113243",15358,30955 -"113244",15358,31024 -"113245",15358,31059 -"113246",15358,31124 -"113247",15359,18158 -"113248",15359,91597 -"113249",15360,16160 -"113250",15360,25789 -"113251",15360,32071 -"113252",15360,40513 -"113253",15360,52830 -"113254",15360,70403 -"113255",15360,77124 -"113256",15360,81460 -"113257",15360,84447 -"113258",15360,85619 -"113259",15360,103741 -"113260",15360,119945 -"113261",15361,15362 -"113262",15361,45697 -"113263",15361,63131 -"113264",15361,65351 -"113265",15361,65353 -"113266",15363,99612 -"113267",15364,53377 -"113268",15364,65375 -"113269",15364,76510 -"113270",15364,79483 -"113271",15364,80970 -"113272",15364,86532 -"113273",15364,110875 -"113274",15365,18005 -"113275",15365,18935 -"113276",15365,20574 -"113277",15365,22117 -"113278",15365,31078 -"113279",15365,36593 -"113280",15365,40366 -"113281",15365,41197 -"113282",15365,46339 -"113283",15365,46486 -"113284",15365,50585 -"113285",15365,52168 -"113286",15365,55297 -"113287",15365,57682 -"113288",15365,63364 -"113289",15365,68780 -"113290",15366,35158 -"113291",15367,24540 -"113292",15367,70697 -"113293",15368,20409 -"113294",15368,39258 -"113295",15368,81116 -"113296",15369,15476 -"113297",15369,78152 -"113298",15370,15387 -"113299",15370,15388 -"113300",15370,15448 -"113301",15370,15528 -"113302",15370,16852 -"113303",15370,51589 -"113304",15371,17858 -"113305",15371,24835 -"113306",15371,29698 -"113307",15371,33095 -"113308",15371,38922 -"113309",15371,39874 -"113310",15371,41663 -"113311",15371,52960 -"113312",15371,53219 -"113313",15371,60758 -"113314",15371,64525 -"113315",15371,69384 -"113316",15371,88908 -"113317",15371,90388 -"113318",15371,101984 -"113319",15371,102015 -"113320",15371,107076 -"113321",15372,15961 -"113322",15372,23539 -"113323",15372,23782 -"113324",15373,17677 -"113325",15373,32339 -"113326",15373,65294 -"113327",15374,17243 -"113328",15375,86891 -"113329",15376,18347 -"113330",15376,20667 -"113331",15376,24453 -"113332",15376,24863 -"113333",15376,40217 -"113334",15376,44752 -"113335",15376,51551 -"113336",15376,72985 -"113337",15376,83889 -"113338",15377,15508 -"113339",15377,22112 -"113340",15377,45489 -"113341",15377,68547 -"113342",15377,82641 -"113343",15377,84827 -"113344",15377,104955 -"113345",15377,106082 -"113346",15378,17447 -"113347",15378,19034 -"113348",15378,19791 -"113349",15378,23386 -"113350",15378,31235 -"113351",15378,37874 -"113352",15378,40235 -"113353",15378,46727 -"113354",15378,47733 -"113355",15378,67201 -"113356",15378,75883 -"113357",15378,75888 -"113358",15378,75892 -"113359",15378,75893 -"113360",15378,75898 -"113361",15378,80894 -"113362",15378,90304 -"113363",15378,106291 -"113364",15379,24572 -"113365",15379,45930 -"113366",15379,63210 -"113367",15380,68743 -"113368",15381,19956 -"113369",15381,19958 -"113370",15381,38371 -"113371",15381,38798 -"113372",15381,43793 -"113373",15381,44293 -"113374",15381,72510 -"113375",15381,85947 -"113376",15382,75516 -"113377",15383,18558 -"113378",15383,68619 -"113379",15383,110779 -"113380",15384,52596 -"113381",15384,67419 -"113382",15384,104774 -"113383",15386,91660 -"113384",15387,15388 -"113385",15387,15448 -"113386",15387,15528 -"113387",15387,16852 -"113388",15387,51589 -"113389",15388,15448 -"113390",15388,15528 -"113391",15388,16852 -"113392",15388,51589 -"113393",15389,95277 -"113394",15389,99103 -"113395",15389,108268 -"113396",15389,108276 -"113397",15389,108283 -"113398",15390,18191 -"113399",15390,22076 -"113400",15390,23007 -"113401",15390,23214 -"113402",15390,26543 -"113403",15390,30641 -"113404",15390,36448 -"113405",15390,38405 -"113406",15390,41606 -"113407",15390,46081 -"113408",15390,49981 -"113409",15390,56744 -"113410",15390,70999 -"113411",15390,77367 -"113412",15390,78311 -"113413",15390,78319 -"113414",15390,80167 -"113415",15390,107986 -"113416",15391,17923 -"113417",15391,17940 -"113418",15391,29030 -"113419",15391,29057 -"113420",15391,36588 -"113421",15391,37625 -"113422",15391,39440 -"113423",15391,40881 -"113424",15391,53771 -"113425",15391,55187 -"113426",15391,55205 -"113427",15391,56864 -"113428",15391,57107 -"113429",15391,57159 -"113430",15391,57963 -"113431",15391,59405 -"113432",15391,65062 -"113433",15391,67512 -"113434",15391,73066 -"113435",15391,83700 -"113436",15391,86593 -"113437",15391,90960 -"113438",15391,99421 -"113439",15392,25326 -"113440",15392,28038 -"113441",15392,88481 -"113442",15393,50160 -"113443",15393,69389 -"113444",15393,70581 -"113445",15393,70586 -"113446",15393,78724 -"113447",15393,93812 -"113448",15393,93838 -"113449",15394,26315 -"113450",15394,48676 -"113451",15394,55654 -"113452",15394,57854 -"113453",15395,23585 -"113454",15395,50236 -"113455",15395,56082 -"113456",15395,70838 -"113457",15395,79082 -"113458",15395,97237 -"113459",15395,101793 -"113460",15395,109663 -"113461",15395,122267 -"113462",15395,122312 -"113463",15396,22027 -"113464",15396,22170 -"113465",15396,24861 -"113466",15396,27946 -"113467",15396,36087 -"113468",15396,40194 -"113469",15396,43480 -"113470",15396,45113 -"113471",15396,47733 -"113472",15396,61580 -"113473",15396,68190 -"113474",15396,69778 -"113475",15396,69825 -"113476",15396,72923 -"113477",15396,84932 -"113478",15397,26608 -"113479",15397,29009 -"113480",15397,41116 -"113481",15397,42899 -"113482",15397,45711 -"113483",15397,57203 -"113484",15397,76741 -"113485",15397,94125 -"113486",15397,96593 -"113487",15397,113933 -"113488",15398,85963 -"113489",15398,85985 -"113490",15399,15400 -"113491",15399,85270 -"113492",15401,15887 -"113493",15401,16259 -"113494",15401,16625 -"113495",15401,17828 -"113496",15401,26882 -"113497",15401,32672 -"113498",15401,32988 -"113499",15401,47438 -"113500",15401,55833 -"113501",15401,64796 -"113502",15401,65155 -"113503",15401,71033 -"113504",15401,73409 -"113505",15401,75568 -"113506",15401,80055 -"113507",15401,80625 -"113508",15401,84194 -"113509",15401,90968 -"113510",15401,97762 -"113511",15401,98845 -"113512",15401,99952 -"113513",15401,100875 -"113514",15401,104590 -"113515",15401,108463 -"113516",15401,116534 -"113517",15401,116545 -"113518",15402,23492 -"113519",15402,23725 -"113520",15402,29715 -"113521",15402,29976 -"113522",15402,30325 -"113523",15402,34608 -"113524",15402,35673 -"113525",15402,35926 -"113526",15402,39294 -"113527",15402,42863 -"113528",15402,45684 -"113529",15402,46071 -"113530",15402,46080 -"113531",15402,46173 -"113532",15402,46196 -"113533",15402,54556 -"113534",15402,78929 -"113535",15402,84157 -"113536",15403,15482 -"113537",15404,40870 -"113538",15404,98589 -"113539",15405,32421 -"113540",15405,42683 -"113541",15405,69902 -"113542",15405,82872 -"113543",15405,84728 -"113544",15405,84729 -"113545",15405,84777 -"113546",15405,84778 -"113547",15406,53267 -"113548",15406,57043 -"113549",15406,76683 -"113550",15406,77707 -"113551",15406,83668 -"113552",15406,97128 -"113553",15407,31155 -"113554",15407,31166 -"113555",15407,33237 -"113556",15407,33372 -"113557",15407,34398 -"113558",15407,36987 -"113559",15408,15529 -"113560",15408,18422 -"113561",15408,28455 -"113562",15408,35049 -"113563",15408,38854 -"113564",15408,40051 -"113565",15408,44351 -"113566",15408,46048 -"113567",15408,50275 -"113568",15408,62819 -"113569",15408,65135 -"113570",15408,71975 -"113571",15409,57495 -"113572",15410,20646 -"113573",15410,36733 -"113574",15410,37686 -"113575",15410,47947 -"113576",15410,49408 -"113577",15411,31752 -"113578",15411,117949 -"113579",15412,16499 -"113580",15412,17390 -"113581",15412,19102 -"113582",15412,19400 -"113583",15412,19956 -"113584",15412,24195 -"113585",15412,28918 -"113586",15412,31131 -"113587",15412,35430 -"113588",15412,45699 -"113589",15412,53530 -"113590",15412,62395 -"113591",15412,77000 -"113592",15412,97245 -"113593",15412,106664 -"113594",15412,107880 -"113595",15412,108074 -"113596",15413,32613 -"113597",15413,105098 -"113598",15413,122209 -"113599",15413,122211 -"113600",15414,32675 -"113601",15414,109481 -"113602",15414,120005 -"113603",15415,89729 -"113604",15415,90580 -"113605",15416,16630 -"113606",15416,20496 -"113607",15416,21148 -"113608",15416,21308 -"113609",15416,24497 -"113610",15416,24862 -"113611",15416,24916 -"113612",15416,24928 -"113613",15416,33068 -"113614",15416,33251 -"113615",15416,36405 -"113616",15416,38263 -"113617",15416,43481 -"113618",15416,75846 -"113619",15416,75858 -"113620",15416,85392 -"113621",15416,92465 -"113622",15417,38332 -"113623",15417,99187 -"113624",15418,15498 -"113625",15418,15644 -"113626",15418,46814 -"113627",15418,53812 -"113628",15419,73144 -"113629",15419,107378 -"113630",15421,16650 -"113631",15421,34730 -"113632",15421,42133 -"113633",15421,57535 -"113634",15421,97874 -"113635",15421,97997 -"113636",15422,15471 -"113637",15422,15474 -"113638",15422,15533 -"113639",15422,15552 -"113640",15423,22345 -"113641",15423,58563 -"113642",15423,58612 -"113643",15424,61846 -"113644",15425,20960 -"113645",15425,31703 -"113646",15425,75032 -"113647",15425,79568 -"113648",15425,97004 -"113649",15426,60765 -"113650",15427,23156 -"113651",15427,55744 -"113652",15427,66906 -"113653",15427,96571 -"113654",15427,100540 -"113655",15428,41529 -"113656",15428,55564 -"113657",15428,56172 -"113658",15428,57871 -"113659",15428,99551 -"113660",15429,15489 -"113661",15429,21044 -"113662",15429,29306 -"113663",15429,56364 -"113664",15429,76796 -"113665",15430,16381 -"113666",15430,16949 -"113667",15430,18514 -"113668",15430,22299 -"113669",15430,23938 -"113670",15430,24250 -"113671",15430,26682 -"113672",15430,29741 -"113673",15430,30876 -"113674",15430,30981 -"113675",15430,32393 -"113676",15430,32939 -"113677",15430,33113 -"113678",15430,38494 -"113679",15430,38932 -"113680",15430,40643 -"113681",15430,42017 -"113682",15430,42107 -"113683",15430,45787 -"113684",15430,47083 -"113685",15430,49231 -"113686",15430,50061 -"113687",15430,52450 -"113688",15430,54059 -"113689",15430,55370 -"113690",15430,57804 -"113691",15430,59615 -"113692",15430,59940 -"113693",15430,67363 -"113694",15430,71230 -"113695",15430,76278 -"113696",15430,76740 -"113697",15430,76786 -"113698",15430,77272 -"113699",15430,77357 -"113700",15430,77402 -"113701",15430,78248 -"113702",15430,78255 -"113703",15430,78339 -"113704",15430,78445 -"113705",15430,79022 -"113706",15430,79716 -"113707",15430,79989 -"113708",15430,80281 -"113709",15430,81728 -"113710",15430,82196 -"113711",15430,82383 -"113712",15430,82810 -"113713",15430,82854 -"113714",15430,83853 -"113715",15430,83884 -"113716",15430,84379 -"113717",15430,84613 -"113718",15430,85465 -"113719",15430,85610 -"113720",15430,86351 -"113721",15430,86451 -"113722",15430,86882 -"113723",15430,87175 -"113724",15430,87451 -"113725",15430,87521 -"113726",15430,87572 -"113727",15430,87663 -"113728",15430,87721 -"113729",15430,87862 -"113730",15430,102417 -"113731",15430,107000 -"113732",15431,15668 -"113733",15431,26116 -"113734",15431,38564 -"113735",15431,53453 -"113736",15431,64584 -"113737",15431,64672 -"113738",15431,66073 -"113739",15431,68697 -"113740",15431,73361 -"113741",15431,75817 -"113742",15431,76131 -"113743",15431,79227 -"113744",15431,88531 -"113745",15431,94098 -"113746",15431,107556 -"113747",15431,108412 -"113748",15431,118041 -"113749",15432,23613 -"113750",15432,27878 -"113751",15432,65840 -"113752",15432,81068 -"113753",15432,88883 -"113754",15432,90280 -"113755",15434,71241 -"113756",15435,69980 -"113757",15436,15452 -"113758",15436,33115 -"113759",15437,19982 -"113760",15437,22796 -"113761",15437,59741 -"113762",15437,64181 -"113763",15437,66891 -"113764",15437,75946 -"113765",15437,78119 -"113766",15437,79845 -"113767",15437,80560 -"113768",15437,83434 -"113769",15437,84179 -"113770",15437,84474 -"113771",15437,109745 -"113772",15438,23771 -"113773",15438,53012 -"113774",15438,55093 -"113775",15438,76142 -"113776",15438,93402 -"113777",15438,99172 -"113778",15438,103229 -"113779",15438,111693 -"113780",15439,17448 -"113781",15439,19528 -"113782",15439,20034 -"113783",15439,20093 -"113784",15439,20135 -"113785",15439,24348 -"113786",15439,26608 -"113787",15439,47293 -"113788",15439,49268 -"113789",15439,49768 -"113790",15439,51414 -"113791",15439,55701 -"113792",15439,85056 -"113793",15439,85901 -"113794",15440,55297 -"113795",15441,15442 -"113796",15441,19358 -"113797",15441,20533 -"113798",15441,20604 -"113799",15441,20667 -"113800",15441,22756 -"113801",15441,24948 -"113802",15441,24989 -"113803",15441,26413 -"113804",15441,27267 -"113805",15441,31897 -"113806",15441,32070 -"113807",15441,40561 -"113808",15441,46568 -"113809",15441,50659 -"113810",15441,50953 -"113811",15441,51678 -"113812",15441,54737 -"113813",15441,56168 -"113814",15441,60846 -"113815",15441,62126 -"113816",15441,67288 -"113817",15441,69291 -"113818",15441,78073 -"113819",15441,79331 -"113820",15441,79655 -"113821",15441,79710 -"113822",15441,79711 -"113823",15441,79720 -"113824",15441,79725 -"113825",15441,79738 -"113826",15441,79748 -"113827",15441,79750 -"113828",15441,79754 -"113829",15441,79758 -"113830",15441,79760 -"113831",15441,79771 -"113832",15441,79780 -"113833",15441,79781 -"113834",15441,79803 -"113835",15441,85238 -"113836",15441,86104 -"113837",15441,90633 -"113838",15441,99930 -"113839",15441,101056 -"113840",15442,98981 -"113841",15443,46872 -"113842",15443,48721 -"113843",15443,113766 -"113844",15444,21248 -"113845",15444,27402 -"113846",15444,42837 -"113847",15444,50866 -"113848",15444,53333 -"113849",15444,67221 -"113850",15445,16881 -"113851",15445,25092 -"113852",15445,27526 -"113853",15445,47283 -"113854",15445,48044 -"113855",15445,75451 -"113856",15445,77588 -"113857",15445,82398 -"113858",15445,93808 -"113859",15445,109394 -"113860",15445,109438 -"113861",15445,115436 -"113862",15446,15486 -"113863",15446,33406 -"113864",15447,17205 -"113865",15447,22744 -"113866",15447,27074 -"113867",15447,27937 -"113868",15447,43311 -"113869",15447,50616 -"113870",15448,15528 -"113871",15448,16852 -"113872",15448,51589 -"113873",15449,23804 -"113874",15449,25709 -"113875",15449,33723 -"113876",15449,50371 -"113877",15449,88400 -"113878",15449,102088 -"113879",15449,111841 -"113880",15450,77980 -"113881",15450,93814 -"113882",15451,20853 -"113883",15451,25197 -"113884",15451,26074 -"113885",15451,26202 -"113886",15452,35972 -"113887",15452,42239 -"113888",15452,45921 -"113889",15452,49600 -"113890",15452,50196 -"113891",15452,50601 -"113892",15452,50611 -"113893",15452,50626 -"113894",15452,52053 -"113895",15452,71287 -"113896",15452,71337 -"113897",15453,16052 -"113898",15453,18490 -"113899",15453,19682 -"113900",15453,20108 -"113901",15453,32334 -"113902",15453,36065 -"113903",15453,36586 -"113904",15453,39508 -"113905",15453,41919 -"113906",15453,42642 -"113907",15453,79612 -"113908",15453,86735 -"113909",15453,90608 -"113910",15453,92492 -"113911",15453,100532 -"113912",15453,101709 -"113913",15453,118969 -"113914",15455,17037 -"113915",15455,33397 -"113916",15455,82959 -"113917",15456,51198 -"113918",15457,16064 -"113919",15457,27573 -"113920",15458,35004 -"113921",15459,16712 -"113922",15459,19678 -"113923",15459,23525 -"113924",15459,33239 -"113925",15459,38260 -"113926",15459,43892 -"113927",15459,50367 -"113928",15459,51248 -"113929",15459,62025 -"113930",15459,65162 -"113931",15459,65691 -"113932",15459,68475 -"113933",15459,81508 -"113934",15459,82242 -"113935",15459,108085 -"113936",15459,120028 -"113937",15460,38992 -"113938",15461,118731 -"113939",15461,119585 -"113940",15462,20029 -"113941",15462,24815 -"113942",15462,32067 -"113943",15462,36473 -"113944",15462,37752 -"113945",15462,39449 -"113946",15462,50662 -"113947",15462,51490 -"113948",15462,55390 -"113949",15462,69938 -"113950",15462,77280 -"113951",15462,121796 -"113952",15463,16452 -"113953",15463,107951 -"113954",15464,26562 -"113955",15465,15578 -"113956",15465,16228 -"113957",15465,18475 -"113958",15465,20586 -"113959",15465,22166 -"113960",15465,29176 -"113961",15465,40599 -"113962",15465,46650 -"113963",15465,48466 -"113964",15465,49184 -"113965",15465,50996 -"113966",15465,77413 -"113967",15465,80424 -"113968",15465,82302 -"113969",15465,82303 -"113970",15465,85553 -"113971",15465,101907 -"113972",15467,46547 -"113973",15467,76690 -"113974",15468,54962 -"113975",15468,68515 -"113976",15468,113199 -"113977",15469,15939 -"113978",15469,17805 -"113979",15469,17936 -"113980",15469,17970 -"113981",15469,32343 -"113982",15469,36040 -"113983",15469,87362 -"113984",15469,98050 -"113985",15469,104223 -"113986",15469,113292 -"113987",15471,15474 -"113988",15471,15533 -"113989",15471,15552 -"113990",15471,68587 -"113991",15471,98375 -"113992",15471,98395 -"113993",15471,98480 -"113994",15471,98482 -"113995",15471,98483 -"113996",15471,98497 -"113997",15471,98498 -"113998",15471,98501 -"113999",15471,98502 -"114000",15472,26489 -"114001",15472,58568 -"114002",15472,67739 -"114003",15472,88717 -"114004",15472,95453 -"114005",15472,103334 -"114006",15472,105174 -"114007",15473,16652 -"114008",15473,23430 -"114009",15473,23548 -"114010",15473,31678 -"114011",15473,37923 -"114012",15473,44842 -"114013",15473,56097 -"114014",15473,61532 -"114015",15473,78977 -"114016",15473,81428 -"114017",15473,84830 -"114018",15473,85399 -"114019",15473,91068 -"114020",15473,118483 -"114021",15474,15533 -"114022",15474,15552 -"114023",15474,68587 -"114024",15474,98375 -"114025",15474,98395 -"114026",15474,98480 -"114027",15474,98482 -"114028",15474,98483 -"114029",15474,98497 -"114030",15474,98498 -"114031",15474,98501 -"114032",15474,98502 -"114033",15475,24124 -"114034",15475,31865 -"114035",15475,47975 -"114036",15475,79752 -"114037",15475,81569 -"114038",15477,24522 -"114039",15477,26687 -"114040",15477,34480 -"114041",15477,47475 -"114042",15477,67216 -"114043",15477,92875 -"114044",15477,92942 -"114045",15477,120618 -"114046",15478,15926 -"114047",15478,15995 -"114048",15478,16793 -"114049",15478,20695 -"114050",15478,24824 -"114051",15478,24891 -"114052",15478,27426 -"114053",15478,32686 -"114054",15478,34331 -"114055",15478,39104 -"114056",15478,52809 -"114057",15478,64807 -"114058",15478,73051 -"114059",15478,106784 -"114060",15478,106796 -"114061",15479,16112 -"114062",15479,16158 -"114063",15479,16180 -"114064",15479,16185 -"114065",15479,16186 -"114066",15479,16208 -"114067",15479,16225 -"114068",15479,16227 -"114069",15480,97564 -"114070",15481,22005 -"114071",15481,23806 -"114072",15481,50229 -"114073",15481,51071 -"114074",15481,70275 -"114075",15481,73406 -"114076",15481,76030 -"114077",15481,94709 -"114078",15481,98529 -"114079",15481,105389 -"114080",15482,29281 -"114081",15483,16673 -"114082",15483,35848 -"114083",15483,66364 -"114084",15484,56893 -"114085",15485,44213 -"114086",15485,98884 -"114087",15485,105261 -"114088",15485,115920 -"114089",15486,96409 -"114090",15487,15535 -"114091",15487,51123 -"114092",15487,60210 -"114093",15487,72697 -"114094",15491,16367 -"114095",15491,52969 -"114096",15491,83004 -"114097",15492,34402 -"114098",15492,34985 -"114099",15492,39582 -"114100",15492,39623 -"114101",15492,46645 -"114102",15492,54078 -"114103",15492,67132 -"114104",15492,84415 -"114105",15492,85450 -"114106",15493,15695 -"114107",15493,18225 -"114108",15493,22063 -"114109",15493,24453 -"114110",15493,33736 -"114111",15493,33737 -"114112",15493,33738 -"114113",15493,40516 -"114114",15493,78382 -"114115",15494,15769 -"114116",15494,25212 -"114117",15494,35904 -"114118",15494,36338 -"114119",15494,50063 -"114120",15494,62793 -"114121",15494,93820 -"114122",15495,15496 -"114123",15495,18550 -"114124",15495,21650 -"114125",15495,22351 -"114126",15495,25031 -"114127",15495,26216 -"114128",15495,28093 -"114129",15495,28353 -"114130",15495,29019 -"114131",15495,29026 -"114132",15495,32413 -"114133",15495,34614 -"114134",15495,34631 -"114135",15495,34668 -"114136",15495,35983 -"114137",15495,38270 -"114138",15495,40113 -"114139",15495,42289 -"114140",15495,48259 -"114141",15495,48281 -"114142",15495,48380 -"114143",15495,50662 -"114144",15495,56216 -"114145",15495,59615 -"114146",15495,62679 -"114147",15495,63105 -"114148",15495,68001 -"114149",15495,68475 -"114150",15495,68917 -"114151",15495,69296 -"114152",15495,71106 -"114153",15495,73655 -"114154",15495,75767 -"114155",15495,76046 -"114156",15495,76459 -"114157",15495,76808 -"114158",15495,77727 -"114159",15495,78224 -"114160",15495,79222 -"114161",15495,82978 -"114162",15495,83306 -"114163",15495,85027 -"114164",15495,88412 -"114165",15495,90275 -"114166",15495,90426 -"114167",15495,91112 -"114168",15495,91526 -"114169",15495,93425 -"114170",15495,93523 -"114171",15495,94520 -"114172",15495,95954 -"114173",15495,99544 -"114174",15495,99547 -"114175",15495,99554 -"114176",15495,100595 -"114177",15495,100739 -"114178",15495,100819 -"114179",15495,101898 -"114180",15495,101988 -"114181",15495,102146 -"114182",15495,102201 -"114183",15495,102309 -"114184",15495,102635 -"114185",15495,102730 -"114186",15495,102846 -"114187",15495,103790 -"114188",15495,104095 -"114189",15495,104574 -"114190",15495,104784 -"114191",15495,104845 -"114192",15495,107269 -"114193",15495,107623 -"114194",15495,107714 -"114195",15495,107879 -"114196",15495,107975 -"114197",15496,18051 -"114198",15496,27925 -"114199",15496,57552 -"114200",15496,61826 -"114201",15496,66942 -"114202",15496,71394 -"114203",15496,73852 -"114204",15497,39053 -"114205",15497,63222 -"114206",15498,26698 -"114207",15498,49069 -"114208",15498,56091 -"114209",15498,85040 -"114210",15498,102934 -"114211",15499,15593 -"114212",15499,32592 -"114213",15499,39217 -"114214",15499,42455 -"114215",15499,43853 -"114216",15499,43854 -"114217",15499,44121 -"114218",15499,56822 -"114219",15499,56890 -"114220",15499,56935 -"114221",15499,63181 -"114222",15499,71680 -"114223",15499,72788 -"114224",15500,18458 -"114225",15500,20659 -"114226",15500,26106 -"114227",15500,27337 -"114228",15500,37677 -"114229",15500,42399 -"114230",15500,44684 -"114231",15500,45512 -"114232",15500,49343 -"114233",15500,57565 -"114234",15500,73637 -"114235",15500,77855 -"114236",15500,89668 -"114237",15500,94918 -"114238",15500,94948 -"114239",15500,96678 -"114240",15500,104381 -"114241",15501,37330 -"114242",15501,40934 -"114243",15501,43932 -"114244",15501,45100 -"114245",15501,68100 -"114246",15501,96349 -"114247",15502,19972 -"114248",15502,27544 -"114249",15502,31222 -"114250",15502,31302 -"114251",15502,45455 -"114252",15502,46848 -"114253",15502,48742 -"114254",15502,51448 -"114255",15502,58168 -"114256",15502,63668 -"114257",15502,72241 -"114258",15502,75824 -"114259",15502,83191 -"114260",15502,83193 -"114261",15502,95872 -"114262",15502,100772 -"114263",15502,101063 -"114264",15502,112233 -"114265",15503,41591 -"114266",15504,67427 -"114267",15505,15510 -"114268",15505,21352 -"114269",15505,47434 -"114270",15505,65478 -"114271",15505,84717 -"114272",15505,120342 -"114273",15505,120388 -"114274",15506,16501 -"114275",15506,17037 -"114276",15506,17872 -"114277",15506,20697 -"114278",15506,20951 -"114279",15506,23324 -"114280",15506,23953 -"114281",15506,24274 -"114282",15506,25163 -"114283",15506,28068 -"114284",15506,30110 -"114285",15506,30770 -"114286",15506,33962 -"114287",15506,35413 -"114288",15506,40396 -"114289",15506,43858 -"114290",15506,60645 -"114291",15506,66270 -"114292",15506,76143 -"114293",15506,78773 -"114294",15506,81619 -"114295",15506,84109 -"114296",15506,86864 -"114297",15506,86873 -"114298",15506,92674 -"114299",15506,93074 -"114300",15506,93824 -"114301",15506,94564 -"114302",15507,16564 -"114303",15507,17941 -"114304",15507,22287 -"114305",15507,23876 -"114306",15507,23976 -"114307",15507,27173 -"114308",15507,34414 -"114309",15507,34425 -"114310",15507,76216 -"114311",15507,81142 -"114312",15509,27673 -"114313",15509,57942 -"114314",15509,97498 -"114315",15509,97514 -"114316",15511,103202 -"114317",15512,20636 -"114318",15512,25026 -"114319",15512,51922 -"114320",15512,122774 -"114321",15513,16861 -"114322",15513,39007 -"114323",15513,64630 -"114324",15513,115161 -"114325",15514,15591 -"114326",15514,100190 -"114327",15514,116102 -"114328",15515,22120 -"114329",15515,24080 -"114330",15515,29286 -"114331",15515,30758 -"114332",15515,31868 -"114333",15515,37235 -"114334",15515,37905 -"114335",15515,48955 -"114336",15515,57697 -"114337",15515,59975 -"114338",15515,71467 -"114339",15515,73721 -"114340",15515,90552 -"114341",15516,24440 -"114342",15516,40941 -"114343",15516,93058 -"114344",15517,24871 -"114345",15517,113442 -"114346",15518,66895 -"114347",15519,23430 -"114348",15519,24864 -"114349",15519,34814 -"114350",15519,40194 -"114351",15519,52915 -"114352",15519,53707 -"114353",15519,69074 -"114354",15519,80929 -"114355",15519,82852 -"114356",15519,102640 -"114357",15519,119094 -"114358",15519,120044 -"114359",15519,122850 -"114360",15520,15588 -"114361",15520,49745 -"114362",15520,79790 -"114363",15520,87487 -"114364",15521,49981 -"114365",15521,63867 -"114366",15521,70212 -"114367",15521,79874 -"114368",15521,84591 -"114369",15521,99250 -"114370",15521,104735 -"114371",15521,110336 -"114372",15522,16092 -"114373",15522,41404 -"114374",15522,42354 -"114375",15522,42377 -"114376",15522,50093 -"114377",15522,67841 -"114378",15522,82559 -"114379",15522,93395 -"114380",15523,19516 -"114381",15523,24276 -"114382",15523,28845 -"114383",15523,29375 -"114384",15523,30260 -"114385",15523,44415 -"114386",15523,44940 -"114387",15523,59013 -"114388",15523,70250 -"114389",15523,79744 -"114390",15523,85457 -"114391",15523,86702 -"114392",15523,92846 -"114393",15523,97434 -"114394",15523,97435 -"114395",15524,25893 -"114396",15524,122103 -"114397",15526,29133 -"114398",15526,29376 -"114399",15526,37893 -"114400",15526,48260 -"114401",15527,19495 -"114402",15527,74949 -"114403",15528,16852 -"114404",15528,51589 -"114405",15529,28037 -"114406",15529,44351 -"114407",15529,45776 -"114408",15529,95810 -"114409",15530,16740 -"114410",15530,17981 -"114411",15530,26992 -"114412",15530,31696 -"114413",15530,33406 -"114414",15530,38259 -"114415",15530,52309 -"114416",15530,62019 -"114417",15530,66474 -"114418",15530,77173 -"114419",15530,77346 -"114420",15530,77396 -"114421",15530,77401 -"114422",15530,77407 -"114423",15530,77417 -"114424",15530,77418 -"114425",15530,77480 -"114426",15530,77532 -"114427",15531,23502 -"114428",15531,37897 -"114429",15531,71004 -"114430",15531,77759 -"114431",15531,85510 -"114432",15532,15908 -"114433",15532,17536 -"114434",15532,17958 -"114435",15532,18270 -"114436",15532,20449 -"114437",15532,21088 -"114438",15532,23847 -"114439",15532,24012 -"114440",15532,24910 -"114441",15532,25758 -"114442",15532,26537 -"114443",15532,26872 -"114444",15532,28767 -"114445",15532,28871 -"114446",15532,30334 -"114447",15532,35496 -"114448",15532,37610 -"114449",15532,37636 -"114450",15532,39435 -"114451",15532,40131 -"114452",15532,40166 -"114453",15532,40392 -"114454",15532,40905 -"114455",15532,41030 -"114456",15532,41527 -"114457",15532,41529 -"114458",15532,41778 -"114459",15532,43147 -"114460",15532,43234 -"114461",15532,43858 -"114462",15532,44828 -"114463",15532,45657 -"114464",15532,45933 -"114465",15532,46434 -"114466",15532,46788 -"114467",15532,47123 -"114468",15532,47488 -"114469",15532,48909 -"114470",15532,49859 -"114471",15532,50064 -"114472",15532,50067 -"114473",15532,50554 -"114474",15532,50879 -"114475",15532,51783 -"114476",15532,52018 -"114477",15532,53444 -"114478",15532,53527 -"114479",15532,53555 -"114480",15532,54275 -"114481",15532,56628 -"114482",15532,58004 -"114483",15532,58068 -"114484",15532,58633 -"114485",15532,61111 -"114486",15532,61127 -"114487",15532,68287 -"114488",15532,95330 -"114489",15533,15552 -"114490",15534,45346 -"114491",15534,45370 -"114492",15534,45387 -"114493",15534,45676 -"114494",15534,107273 -"114495",15535,23966 -"114496",15536,15648 -"114497",15536,16159 -"114498",15536,70359 -"114499",15536,81214 -"114500",15536,88363 -"114501",15536,88401 -"114502",15536,105625 -"114503",15536,111298 -"114504",15536,112309 -"114505",15537,29218 -"114506",15537,38186 -"114507",15537,47084 -"114508",15537,47190 -"114509",15537,56926 -"114510",15537,76396 -"114511",15537,79032 -"114512",15537,81356 -"114513",15537,85736 -"114514",15537,96353 -"114515",15538,29605 -"114516",15538,47867 -"114517",15538,80405 -"114518",15538,82996 -"114519",15538,94251 -"114520",15539,22006 -"114521",15539,26130 -"114522",15539,30227 -"114523",15539,56836 -"114524",15539,57977 -"114525",15539,69326 -"114526",15539,80270 -"114527",15539,94440 -"114528",15539,95316 -"114529",15540,49122 -"114530",15540,69113 -"114531",15540,72944 -"114532",15540,85776 -"114533",15540,90584 -"114534",15540,100458 -"114535",15541,25399 -"114536",15541,37097 -"114537",15541,37242 -"114538",15541,37360 -"114539",15541,37383 -"114540",15542,23123 -"114541",15543,18278 -"114542",15543,22320 -"114543",15543,36823 -"114544",15543,62875 -"114545",15543,63057 -"114546",15543,68418 -"114547",15544,15545 -"114548",15544,75849 -"114549",15545,39435 -"114550",15545,47203 -"114551",15545,56916 -"114552",15546,35702 -"114553",15547,19535 -"114554",15547,26368 -"114555",15547,51879 -"114556",15547,52524 -"114557",15547,61037 -"114558",15547,73809 -"114559",15547,96433 -"114560",15548,16876 -"114561",15548,17830 -"114562",15548,19501 -"114563",15548,19655 -"114564",15548,21099 -"114565",15548,21485 -"114566",15548,24268 -"114567",15548,25734 -"114568",15548,26983 -"114569",15548,27545 -"114570",15548,31548 -"114571",15548,32762 -"114572",15548,48395 -"114573",15548,52217 -"114574",15548,52709 -"114575",15548,54932 -"114576",15548,59395 -"114577",15548,59662 -"114578",15548,60270 -"114579",15548,61700 -"114580",15548,65017 -"114581",15548,65912 -"114582",15548,73126 -"114583",15548,77211 -"114584",15548,82101 -"114585",15548,83487 -"114586",15548,83490 -"114587",15548,84271 -"114588",15548,84272 -"114589",15548,90299 -"114590",15548,90841 -"114591",15548,98133 -"114592",15548,106453 -"114593",15548,115736 -"114594",15548,118993 -"114595",15549,47567 -"114596",15549,52169 -"114597",15549,53320 -"114598",15549,60580 -"114599",15549,66917 -"114600",15550,32467 -"114601",15550,65542 -"114602",15550,79984 -"114603",15551,24856 -"114604",15553,17093 -"114605",15553,24115 -"114606",15553,24209 -"114607",15553,26866 -"114608",15553,26923 -"114609",15553,73089 -"114610",15553,73123 -"114611",15553,80513 -"114612",15553,85756 -"114613",15554,49303 -"114614",15554,68306 -"114615",15554,73371 -"114616",15554,122075 -"114617",15554,123481 -"114618",15555,41029 -"114619",15555,48168 -"114620",15556,24615 -"114621",15556,35702 -"114622",15557,15717 -"114623",15557,15771 -"114624",15557,22138 -"114625",15557,28563 -"114626",15557,33453 -"114627",15557,37673 -"114628",15557,47223 -"114629",15557,50523 -"114630",15557,55061 -"114631",15557,56009 -"114632",15557,88624 -"114633",15558,15654 -"114634",15558,15728 -"114635",15558,15744 -"114636",15558,17727 -"114637",15558,18427 -"114638",15558,22632 -"114639",15558,22724 -"114640",15558,22746 -"114641",15558,23728 -"114642",15558,23730 -"114643",15558,23910 -"114644",15558,26464 -"114645",15558,31223 -"114646",15558,48084 -"114647",15558,53093 -"114648",15558,61860 -"114649",15558,83975 -"114650",15559,15818 -"114651",15559,15958 -"114652",15559,27556 -"114653",15559,27813 -"114654",15559,77656 -"114655",15560,16729 -"114656",15560,17295 -"114657",15560,19597 -"114658",15560,21526 -"114659",15560,26486 -"114660",15560,28569 -"114661",15560,36790 -"114662",15560,75523 -"114663",15560,81628 -"114664",15561,18103 -"114665",15561,56807 -"114666",15561,79625 -"114667",15562,44310 -"114668",15562,50695 -"114669",15563,15694 -"114670",15563,100451 -"114671",15564,15652 -"114672",15564,37146 -"114673",15564,58357 -"114674",15564,64812 -"114675",15564,75479 -"114676",15564,91137 -"114677",15564,107933 -"114678",15564,110577 -"114679",15564,122761 -"114680",15565,16768 -"114681",15565,22108 -"114682",15565,102434 -"114683",15566,88133 -"114684",15567,53320 -"114685",15568,21020 -"114686",15568,96002 -"114687",15569,44800 -"114688",15569,46857 -"114689",15569,81356 -"114690",15569,93927 -"114691",15570,15594 -"114692",15570,15660 -"114693",15570,41381 -"114694",15572,15617 -"114695",15572,34181 -"114696",15572,57479 -"114697",15573,15960 -"114698",15573,33623 -"114699",15573,45664 -"114700",15573,62193 -"114701",15573,63490 -"114702",15573,76639 -"114703",15573,76640 -"114704",15573,77040 -"114705",15573,77055 -"114706",15573,77057 -"114707",15573,77066 -"114708",15573,77095 -"114709",15573,77096 -"114710",15573,77101 -"114711",15573,77102 -"114712",15573,77103 -"114713",15573,77106 -"114714",15573,79923 -"114715",15573,97602 -"114716",15573,105892 -"114717",15573,122064 -"114718",15573,122065 -"114719",15574,30893 -"114720",15574,31952 -"114721",15574,85188 -"114722",15574,88538 -"114723",15575,24840 -"114724",15575,35299 -"114725",15575,36802 -"114726",15575,47558 -"114727",15575,53904 -"114728",15575,57671 -"114729",15575,59156 -"114730",15575,72095 -"114731",15576,25793 -"114732",15576,68352 -"114733",15577,37547 -"114734",15577,91420 -"114735",15578,20622 -"114736",15578,29176 -"114737",15578,40231 -"114738",15578,41435 -"114739",15578,43844 -"114740",15578,45532 -"114741",15578,72520 -"114742",15578,79422 -"114743",15579,93337 -"114744",15579,113883 -"114745",15580,15637 -"114746",15580,21576 -"114747",15580,22753 -"114748",15580,22892 -"114749",15580,24789 -"114750",15580,29342 -"114751",15580,33360 -"114752",15580,39336 -"114753",15580,44279 -"114754",15580,70046 -"114755",15580,76128 -"114756",15580,89274 -"114757",15580,89965 -"114758",15580,100630 -"114759",15580,100964 -"114760",15581,47082 -"114761",15582,27714 -"114762",15582,31264 -"114763",15582,31265 -"114764",15582,31280 -"114765",15582,48343 -"114766",15582,51190 -"114767",15582,91340 -"114768",15582,107357 -"114769",15582,115300 -"114770",15583,23533 -"114771",15583,24285 -"114772",15583,32425 -"114773",15583,32632 -"114774",15583,32741 -"114775",15583,87931 -"114776",15583,92255 -"114777",15583,102384 -"114778",15583,110432 -"114779",15584,15946 -"114780",15584,32110 -"114781",15584,40930 -"114782",15585,15801 -"114783",15585,81475 -"114784",15586,31741 -"114785",15586,33441 -"114786",15586,37344 -"114787",15586,82586 -"114788",15587,30259 -"114789",15587,33821 -"114790",15587,34159 -"114791",15587,49391 -"114792",15587,52237 -"114793",15587,57262 -"114794",15587,61286 -"114795",15587,63033 -"114796",15587,66286 -"114797",15587,76921 -"114798",15587,80578 -"114799",15587,89472 -"114800",15587,100998 -"114801",15587,106567 -"114802",15587,109259 -"114803",15587,114104 -"114804",15587,118636 -"114805",15587,120140 -"114806",15587,122429 -"114807",15587,122435 -"114808",15588,20217 -"114809",15588,36820 -"114810",15588,48231 -"114811",15588,50661 -"114812",15588,56013 -"114813",15588,89496 -"114814",15589,30117 -"114815",15589,68382 -"114816",15589,87309 -"114817",15590,19713 -"114818",15590,19963 -"114819",15590,22829 -"114820",15590,23298 -"114821",15590,40347 -"114822",15590,57109 -"114823",15590,68472 -"114824",15591,20400 -"114825",15591,52721 -"114826",15591,82501 -"114827",15591,99318 -"114828",15591,101607 -"114829",15592,26520 -"114830",15593,18032 -"114831",15593,44125 -"114832",15593,45887 -"114833",15594,15660 -"114834",15594,41381 -"114835",15594,56684 -"114836",15594,68398 -"114837",15595,16297 -"114838",15596,15612 -"114839",15596,15680 -"114840",15596,33870 -"114841",15596,39609 -"114842",15596,96283 -"114843",15597,16443 -"114844",15597,95963 -"114845",15598,53936 -"114846",15598,93140 -"114847",15599,15708 -"114848",15600,37095 -"114849",15600,39234 -"114850",15600,42107 -"114851",15600,89648 -"114852",15600,102862 -"114853",15601,16894 -"114854",15601,17354 -"114855",15601,18765 -"114856",15601,19506 -"114857",15601,19536 -"114858",15601,33551 -"114859",15601,44662 -"114860",15601,79870 -"114861",15601,88695 -"114862",15601,90790 -"114863",15601,91162 -"114864",15601,91163 -"114865",15601,91165 -"114866",15601,91170 -"114867",15601,91201 -"114868",15602,24231 -"114869",15602,27704 -"114870",15602,38665 -"114871",15602,57357 -"114872",15602,70869 -"114873",15602,85406 -"114874",15603,16189 -"114875",15603,51661 -"114876",15603,58623 -"114877",15604,15759 -"114878",15604,23275 -"114879",15604,29455 -"114880",15604,85277 -"114881",15604,100531 -"114882",15605,17880 -"114883",15605,78532 -"114884",15605,86296 -"114885",15605,106048 -"114886",15606,18814 -"114887",15606,27574 -"114888",15607,18363 -"114889",15607,19022 -"114890",15607,19113 -"114891",15607,20292 -"114892",15607,21570 -"114893",15607,21571 -"114894",15607,22566 -"114895",15607,22850 -"114896",15607,27278 -"114897",15607,27392 -"114898",15607,29183 -"114899",15607,35705 -"114900",15607,41921 -"114901",15607,42619 -"114902",15607,46648 -"114903",15607,65146 -"114904",15607,68959 -"114905",15607,70651 -"114906",15607,82462 -"114907",15607,94530 -"114908",15607,98150 -"114909",15607,111957 -"114910",15608,16648 -"114911",15608,22442 -"114912",15608,30853 -"114913",15608,55373 -"114914",15609,15743 -"114915",15609,32918 -"114916",15609,43743 -"114917",15609,52389 -"114918",15609,79626 -"114919",15609,87099 -"114920",15609,87607 -"114921",15609,88594 -"114922",15609,98356 -"114923",15610,17569 -"114924",15610,18375 -"114925",15610,19005 -"114926",15610,19228 -"114927",15610,19495 -"114928",15610,19496 -"114929",15610,19555 -"114930",15610,19782 -"114931",15610,19822 -"114932",15610,19888 -"114933",15610,20303 -"114934",15610,20322 -"114935",15610,20360 -"114936",15610,20490 -"114937",15610,20899 -"114938",15611,15754 -"114939",15611,16720 -"114940",15612,15680 -"114941",15612,16918 -"114942",15612,35048 -"114943",15612,50295 -"114944",15612,52066 -"114945",15612,81660 -"114946",15612,100775 -"114947",15612,121207 -"114948",15613,24253 -"114949",15613,34706 -"114950",15613,41909 -"114951",15613,65627 -"114952",15613,72701 -"114953",15614,18884 -"114954",15614,18885 -"114955",15614,27543 -"114956",15614,39564 -"114957",15614,39617 -"114958",15614,40234 -"114959",15614,48101 -"114960",15614,53097 -"114961",15614,74669 -"114962",15614,76275 -"114963",15614,79437 -"114964",15614,94002 -"114965",15614,95011 -"114966",15615,18639 -"114967",15616,18055 -"114968",15616,18291 -"114969",15616,18343 -"114970",15616,18464 -"114971",15616,24065 -"114972",15616,34517 -"114973",15616,34682 -"114974",15616,44403 -"114975",15616,51234 -"114976",15616,65904 -"114977",15616,66823 -"114978",15616,80772 -"114979",15616,84361 -"114980",15616,103302 -"114981",15617,57479 -"114982",15617,93581 -"114983",15617,93599 -"114984",15618,15619 -"114985",15618,15913 -"114986",15619,15913 -"114987",15619,106204 -"114988",15620,16747 -"114989",15620,16890 -"114990",15620,17826 -"114991",15620,20423 -"114992",15620,22420 -"114993",15620,23779 -"114994",15620,28201 -"114995",15620,39827 -"114996",15620,44684 -"114997",15620,49461 -"114998",15620,61593 -"114999",15620,71005 -"115000",15620,85592 -"115001",15620,93076 -"115002",15620,96678 -"115003",15621,25065 -"115004",15622,21686 -"115005",15622,22641 -"115006",15622,25860 -"115007",15622,28880 -"115008",15622,29050 -"115009",15622,29170 -"115010",15622,36450 -"115011",15622,44122 -"115012",15622,45402 -"115013",15622,50499 -"115014",15622,57745 -"115015",15622,61785 -"115016",15622,62437 -"115017",15622,69390 -"115018",15622,94491 -"115019",15622,111582 -"115020",15623,29186 -"115021",15623,106412 -"115022",15624,18443 -"115023",15624,23236 -"115024",15624,27879 -"115025",15624,34096 -"115026",15624,44177 -"115027",15624,53534 -"115028",15624,55120 -"115029",15624,56019 -"115030",15624,56130 -"115031",15624,56147 -"115032",15624,61089 -"115033",15624,65856 -"115034",15624,67106 -"115035",15624,69372 -"115036",15624,85019 -"115037",15624,89772 -"115038",15624,90724 -"115039",15624,94274 -"115040",15624,107775 -"115041",15624,117381 -"115042",15625,38484 -"115043",15626,21974 -"115044",15626,24924 -"115045",15626,31100 -"115046",15626,33433 -"115047",15626,36192 -"115048",15626,39171 -"115049",15626,41645 -"115050",15626,43368 -"115051",15626,51853 -"115052",15626,55549 -"115053",15626,55590 -"115054",15626,59113 -"115055",15626,67809 -"115056",15626,68138 -"115057",15626,76668 -"115058",15626,83473 -"115059",15626,93185 -"115060",15626,109123 -"115061",15626,110879 -"115062",15626,118580 -"115063",15626,120265 -"115064",15626,122377 -"115065",15627,57963 -"115066",15627,93431 -"115067",15628,15819 -"115068",15628,18500 -"115069",15628,22489 -"115070",15628,22907 -"115071",15628,33086 -"115072",15628,36739 -"115073",15628,51058 -"115074",15628,56286 -"115075",15628,88177 -"115076",15628,96681 -"115077",15628,102848 -"115078",15628,115986 -"115079",15628,122081 -"115080",15628,122104 -"115081",15628,122143 -"115082",15628,122147 -"115083",15628,122149 -"115084",15629,38304 -"115085",15629,51517 -"115086",15629,101669 -"115087",15629,108733 -"115088",15631,15715 -"115089",15632,20915 -"115090",15632,34421 -"115091",15632,36086 -"115092",15632,39373 -"115093",15632,46795 -"115094",15632,47334 -"115095",15632,56209 -"115096",15632,62285 -"115097",15632,64232 -"115098",15632,67116 -"115099",15632,67788 -"115100",15632,69712 -"115101",15632,70706 -"115102",15632,74059 -"115103",15632,77376 -"115104",15632,85255 -"115105",15633,15766 -"115106",15633,36811 -"115107",15633,104211 -"115108",15634,33655 -"115109",15635,15786 -"115110",15635,33918 -"115111",15635,40487 -"115112",15635,48803 -"115113",15635,50818 -"115114",15635,64715 -"115115",15636,15747 -"115116",15636,15966 -"115117",15636,19637 -"115118",15636,23787 -"115119",15636,34168 -"115120",15636,49962 -"115121",15636,50269 -"115122",15636,53935 -"115123",15636,56835 -"115124",15636,77969 -"115125",15637,29342 -"115126",15637,39336 -"115127",15638,15985 -"115128",15639,28623 -"115129",15639,69653 -"115130",15639,69703 -"115131",15640,19063 -"115132",15640,20176 -"115133",15640,26876 -"115134",15640,27861 -"115135",15640,28666 -"115136",15640,31686 -"115137",15640,37209 -"115138",15640,40428 -"115139",15640,42520 -"115140",15640,43050 -"115141",15640,47968 -"115142",15640,53423 -"115143",15640,58015 -"115144",15640,59404 -"115145",15640,59850 -"115146",15640,81915 -"115147",15640,96315 -"115148",15640,108733 -"115149",15641,15800 -"115150",15643,19674 -"115151",15643,19899 -"115152",15643,20120 -"115153",15643,24699 -"115154",15643,25473 -"115155",15643,26345 -"115156",15643,27164 -"115157",15643,27792 -"115158",15643,32811 -"115159",15643,40861 -"115160",15643,48228 -"115161",15643,48260 -"115162",15643,55395 -"115163",15643,64960 -"115164",15643,67505 -"115165",15643,74906 -"115166",15643,78256 -"115167",15643,81360 -"115168",15643,91345 -"115169",15643,110816 -"115170",15644,53812 -"115171",15644,61110 -"115172",15644,65490 -"115173",15644,65707 -"115174",15644,66733 -"115175",15644,70167 -"115176",15644,73142 -"115177",15644,75058 -"115178",15644,76241 -"115179",15644,91313 -"115180",15644,99835 -"115181",15645,19899 -"115182",15645,43432 -"115183",15646,16324 -"115184",15646,16468 -"115185",15646,24181 -"115186",15646,52369 -"115187",15646,52515 -"115188",15646,63029 -"115189",15646,65408 -"115190",15646,65463 -"115191",15648,16159 -"115192",15648,55297 -"115193",15648,70359 -"115194",15648,81214 -"115195",15648,105625 -"115196",15648,111298 -"115197",15648,112309 -"115198",15649,20631 -"115199",15649,30246 -"115200",15649,30709 -"115201",15649,47017 -"115202",15649,50748 -"115203",15649,65798 -"115204",15649,65837 -"115205",15649,97311 -"115206",15649,97343 -"115207",15650,21202 -"115208",15650,26478 -"115209",15650,26556 -"115210",15650,123290 -"115211",15651,16959 -"115212",15651,17133 -"115213",15651,29473 -"115214",15651,50479 -"115215",15651,71689 -"115216",15651,73630 -"115217",15651,74805 -"115218",15653,15722 -"115219",15653,34803 -"115220",15653,84523 -"115221",15654,15728 -"115222",15654,15744 -"115223",15654,26668 -"115224",15654,34113 -"115225",15654,48084 -"115226",15654,50613 -"115227",15654,68023 -"115228",15654,68060 -"115229",15654,76612 -"115230",15654,83975 -"115231",15654,104843 -"115232",15654,111353 -"115233",15655,17646 -"115234",15655,27944 -"115235",15655,57632 -"115236",15655,76144 -"115237",15655,80564 -"115238",15656,26554 -"115239",15656,29174 -"115240",15656,29378 -"115241",15656,29382 -"115242",15656,47307 -"115243",15656,52356 -"115244",15656,60768 -"115245",15656,63631 -"115246",15656,66249 -"115247",15656,78779 -"115248",15656,97853 -"115249",15656,114435 -"115250",15657,27685 -"115251",15657,55829 -"115252",15657,55883 -"115253",15657,61551 -"115254",15657,68636 -"115255",15658,15718 -"115256",15658,15729 -"115257",15658,23420 -"115258",15658,26251 -"115259",15658,27796 -"115260",15658,28001 -"115261",15658,28084 -"115262",15660,51576 -"115263",15661,22247 -"115264",15661,46810 -"115265",15661,105795 -"115266",15662,42513 -"115267",15662,107426 -"115268",15663,25468 -"115269",15664,15678 -"115270",15664,15952 -"115271",15665,21908 -"115272",15665,33100 -"115273",15665,34063 -"115274",15665,54604 -"115275",15665,64699 -"115276",15665,116442 -"115277",15665,116688 -"115278",15666,15761 -"115279",15666,21870 -"115280",15666,47773 -"115281",15666,47863 -"115282",15666,70697 -"115283",15666,77612 -"115284",15666,121017 -"115285",15667,73918 -"115286",15668,15669 -"115287",15668,29943 -"115288",15668,59326 -"115289",15668,66027 -"115290",15668,66073 -"115291",15668,68196 -"115292",15668,69488 -"115293",15668,89029 -"115294",15668,93662 -"115295",15668,99396 -"115296",15669,29943 -"115297",15669,33402 -"115298",15669,41746 -"115299",15669,44615 -"115300",15669,57210 -"115301",15669,57652 -"115302",15669,59326 -"115303",15669,66027 -"115304",15669,89029 -"115305",15669,99396 -"115306",15669,99595 -"115307",15669,102192 -"115308",15669,104451 -"115309",15669,115984 -"115310",15669,122073 -"115311",15670,17392 -"115312",15670,17474 -"115313",15670,26422 -"115314",15670,41601 -"115315",15670,47714 -"115316",15670,58602 -"115317",15670,81335 -"115318",15670,107826 -"115319",15671,17422 -"115320",15671,21176 -"115321",15671,34303 -"115322",15671,35808 -"115323",15671,42216 -"115324",15671,42831 -"115325",15671,48359 -"115326",15671,51866 -"115327",15671,54848 -"115328",15671,57634 -"115329",15671,60539 -"115330",15672,71605 -"115331",15672,94585 -"115332",15672,108702 -"115333",15673,15788 -"115334",15673,33650 -"115335",15674,20021 -"115336",15674,21770 -"115337",15674,21981 -"115338",15674,24629 -"115339",15674,24679 -"115340",15674,26532 -"115341",15674,36780 -"115342",15674,53747 -"115343",15674,83713 -"115344",15676,27356 -"115345",15676,61116 -"115346",15677,119640 -"115347",15677,122568 -"115348",15678,15952 -"115349",15679,21225 -"115350",15679,44540 -"115351",15681,18855 -"115352",15681,19527 -"115353",15681,43686 -"115354",15682,61774 -"115355",15682,108989 -"115356",15682,109032 -"115357",15683,16108 -"115358",15683,16351 -"115359",15683,37279 -"115360",15683,46700 -"115361",15683,51449 -"115362",15683,54124 -"115363",15683,54340 -"115364",15683,54528 -"115365",15684,18663 -"115366",15684,57086 -"115367",15685,16365 -"115368",15686,15735 -"115369",15686,24068 -"115370",15686,24128 -"115371",15686,41866 -"115372",15686,51328 -"115373",15686,70409 -"115374",15686,105634 -"115375",15687,43961 -"115376",15687,87011 -"115377",15688,18224 -"115378",15688,21093 -"115379",15688,25870 -"115380",15688,26275 -"115381",15688,35812 -"115382",15688,37258 -"115383",15688,37946 -"115384",15688,40627 -"115385",15688,43620 -"115386",15688,46872 -"115387",15688,46982 -"115388",15688,48690 -"115389",15688,54160 -"115390",15688,54187 -"115391",15688,54589 -"115392",15688,64970 -"115393",15688,70622 -"115394",15688,108128 -"115395",15689,18400 -"115396",15689,24582 -"115397",15689,24708 -"115398",15689,30385 -"115399",15689,46966 -"115400",15689,47943 -"115401",15689,72329 -"115402",15689,87853 -"115403",15689,91032 -"115404",15689,97558 -"115405",15689,99144 -"115406",15689,117044 -"115407",15689,118995 -"115408",15690,40318 -"115409",15690,41438 -"115410",15690,60923 -"115411",15690,75523 -"115412",15691,24284 -"115413",15691,33033 -"115414",15691,35291 -"115415",15691,35571 -"115416",15691,36597 -"115417",15691,38126 -"115418",15691,41948 -"115419",15691,61713 -"115420",15691,62151 -"115421",15691,66756 -"115422",15691,90918 -"115423",15691,100655 -"115424",15691,107609 -"115425",15691,110842 -"115426",15692,23396 -"115427",15692,24251 -"115428",15692,24255 -"115429",15692,24346 -"115430",15692,27982 -"115431",15692,28587 -"115432",15692,43938 -"115433",15692,59828 -"115434",15692,65991 -"115435",15693,15888 -"115436",15693,17021 -"115437",15693,17967 -"115438",15693,23120 -"115439",15693,23404 -"115440",15693,23594 -"115441",15693,27047 -"115442",15693,29834 -"115443",15693,29845 -"115444",15693,29882 -"115445",15693,29894 -"115446",15693,30007 -"115447",15693,35933 -"115448",15693,52466 -"115449",15693,59187 -"115450",15693,66373 -"115451",15693,66631 -"115452",15694,20063 -"115453",15694,79633 -"115454",15694,89411 -"115455",15694,100346 -"115456",15694,117254 -"115457",15694,117264 -"115458",15694,117266 -"115459",15694,121146 -"115460",15696,18563 -"115461",15696,27543 -"115462",15696,75125 -"115463",15696,80760 -"115464",15696,83849 -"115465",15696,112202 -"115466",15697,15824 -"115467",15698,46075 -"115468",15698,54076 -"115469",15698,57757 -"115470",15699,72014 -"115471",15699,109611 -"115472",15699,111724 -"115473",15700,15701 -"115474",15700,29929 -"115475",15700,29982 -"115476",15700,35776 -"115477",15700,35815 -"115478",15700,56082 -"115479",15700,75345 -"115480",15700,76244 -"115481",15701,68617 -"115482",15701,68882 -"115483",15701,102312 -"115484",15702,27782 -"115485",15702,47745 -"115486",15702,104723 -"115487",15702,121752 -"115488",15703,53316 -"115489",15703,60603 -"115490",15703,67102 -"115491",15703,103682 -"115492",15703,119025 -"115493",15704,16223 -"115494",15704,35067 -"115495",15704,69572 -"115496",15704,102455 -"115497",15704,102520 -"115498",15705,15740 -"115499",15705,42239 -"115500",15705,45921 -"115501",15705,74477 -"115502",15705,74478 -"115503",15705,74560 -"115504",15706,107386 -"115505",15706,107393 -"115506",15707,16023 -"115507",15707,16498 -"115508",15707,16677 -"115509",15707,44926 -"115510",15707,111063 -"115511",15708,16093 -"115512",15708,32377 -"115513",15708,113381 -"115514",15708,113412 -"115515",15708,113446 -"115516",15709,27725 -"115517",15709,33708 -"115518",15709,42680 -"115519",15709,47387 -"115520",15709,49208 -"115521",15709,49215 -"115522",15709,49244 -"115523",15709,50977 -"115524",15709,67690 -"115525",15709,104746 -"115526",15709,113204 -"115527",15709,113266 -"115528",15710,15730 -"115529",15710,78113 -"115530",15710,88834 -"115531",15710,94544 -"115532",15710,98597 -"115533",15710,99466 -"115534",15710,110593 -"115535",15710,122328 -"115536",15710,122332 -"115537",15710,122333 -"115538",15711,16308 -"115539",15711,27278 -"115540",15711,27547 -"115541",15711,27558 -"115542",15711,27560 -"115543",15711,27623 -"115544",15711,27635 -"115545",15711,27668 -"115546",15711,71507 -"115547",15711,71665 -"115548",15711,82848 -"115549",15711,89590 -"115550",15712,18080 -"115551",15712,50887 -"115552",15712,68520 -"115553",15712,104983 -"115554",15712,118364 -"115555",15713,24649 -"115556",15713,24650 -"115557",15713,28735 -"115558",15713,40494 -"115559",15713,46887 -"115560",15713,48010 -"115561",15713,53458 -"115562",15713,55012 -"115563",15713,64025 -"115564",15713,69011 -"115565",15713,97260 -"115566",15713,99545 -"115567",15713,99572 -"115568",15714,15957 -"115569",15714,31243 -"115570",15714,64431 -"115571",15714,65504 -"115572",15714,72428 -"115573",15714,86039 -"115574",15714,105533 -"115575",15715,94374 -"115576",15716,15844 -"115577",15716,30458 -"115578",15716,82437 -"115579",15716,93887 -"115580",15716,99274 -"115581",15717,15771 -"115582",15717,22433 -"115583",15717,104218 -"115584",15718,15729 -"115585",15718,17673 -"115586",15718,18740 -"115587",15718,19154 -"115588",15718,23420 -"115589",15718,23723 -"115590",15718,35587 -"115591",15718,38307 -"115592",15718,43455 -"115593",15718,43460 -"115594",15718,57377 -"115595",15718,59800 -"115596",15718,63895 -"115597",15718,63935 -"115598",15718,63947 -"115599",15718,63962 -"115600",15719,16307 -"115601",15720,20291 -"115602",15720,25656 -"115603",15720,78375 -"115604",15721,18131 -"115605",15721,25128 -"115606",15721,47293 -"115607",15721,51414 -"115608",15721,51964 -"115609",15722,17662 -"115610",15722,37859 -"115611",15722,65972 -"115612",15722,112349 -"115613",15723,119902 -"115614",15724,23543 -"115615",15724,29058 -"115616",15724,34553 -"115617",15724,35089 -"115618",15724,49615 -"115619",15724,54390 -"115620",15724,120986 -"115621",15725,29025 -"115622",15725,49326 -"115623",15725,56750 -"115624",15725,85952 -"115625",15726,27885 -"115626",15726,71087 -"115627",15727,33188 -"115628",15727,37108 -"115629",15727,37408 -"115630",15727,44539 -"115631",15727,60990 -"115632",15727,64200 -"115633",15727,75318 -"115634",15728,15744 -"115635",15728,15784 -"115636",15728,48084 -"115637",15728,52234 -"115638",15728,58913 -"115639",15728,79159 -"115640",15728,81611 -"115641",15728,81677 -"115642",15728,82622 -"115643",15728,92669 -"115644",15728,99296 -"115645",15728,100711 -"115646",15728,115747 -"115647",15728,118631 -"115648",15728,119504 -"115649",15729,17867 -"115650",15729,18740 -"115651",15729,19170 -"115652",15729,20606 -"115653",15729,22186 -"115654",15729,26238 -"115655",15729,28084 -"115656",15729,36057 -"115657",15729,39464 -"115658",15729,39596 -"115659",15729,42508 -"115660",15729,42652 -"115661",15729,42724 -"115662",15729,42783 -"115663",15729,42791 -"115664",15729,43054 -"115665",15729,53995 -"115666",15729,92068 -"115667",15729,93193 -"115668",15730,116074 -"115669",15731,28373 -"115670",15731,35631 -"115671",15731,58789 -"115672",15731,59667 -"115673",15731,88120 -"115674",15731,89906 -"115675",15731,102883 -"115676",15731,120455 -"115677",15731,120456 -"115678",15732,22319 -"115679",15732,34472 -"115680",15732,49152 -"115681",15732,87421 -"115682",15733,16022 -"115683",15733,16384 -"115684",15733,34037 -"115685",15733,52517 -"115686",15733,55438 -"115687",15733,56595 -"115688",15733,56767 -"115689",15733,86448 -"115690",15733,86580 -"115691",15733,86622 -"115692",15734,34237 -"115693",15734,35545 -"115694",15734,104932 -"115695",15735,16235 -"115696",15735,16236 -"115697",15735,19252 -"115698",15735,19463 -"115699",15735,41866 -"115700",15735,53391 -"115701",15735,70409 -"115702",15735,94280 -"115703",15735,105319 -"115704",15735,105353 -"115705",15736,15738 -"115706",15736,37606 -"115707",15736,53597 -"115708",15737,19383 -"115709",15737,22631 -"115710",15737,22649 -"115711",15737,22652 -"115712",15737,22745 -"115713",15737,24261 -"115714",15737,24282 -"115715",15737,44101 -"115716",15737,83625 -"115717",15739,17090 -"115718",15739,35231 -"115719",15739,45733 -"115720",15739,46341 -"115721",15739,51132 -"115722",15739,53650 -"115723",15739,60724 -"115724",15739,68488 -"115725",15739,69273 -"115726",15740,73889 -"115727",15740,74560 -"115728",15740,113780 -"115729",15741,38631 -"115730",15741,55790 -"115731",15741,55933 -"115732",15741,55947 -"115733",15741,55959 -"115734",15742,16398 -"115735",15742,16500 -"115736",15743,52389 -"115737",15743,79626 -"115738",15743,87607 -"115739",15744,19324 -"115740",15744,20521 -"115741",15744,22632 -"115742",15744,22724 -"115743",15744,22746 -"115744",15744,23730 -"115745",15744,29782 -"115746",15744,48084 -"115747",15744,48585 -"115748",15744,48612 -"115749",15744,48645 -"115750",15744,65246 -"115751",15744,79415 -"115752",15744,81396 -"115753",15744,122277 -"115754",15744,122279 -"115755",15745,19213 -"115756",15745,27451 -"115757",15745,33180 -"115758",15745,33338 -"115759",15745,39712 -"115760",15745,45727 -"115761",15745,48968 -"115762",15745,71913 -"115763",15745,72086 -"115764",15745,91538 -"115765",15745,93950 -"115766",15745,105361 -"115767",15746,107891 -"115768",15747,15966 -"115769",15747,34168 -"115770",15747,61430 -"115771",15748,15809 -"115772",15748,80728 -"115773",15748,83914 -"115774",15749,20363 -"115775",15749,22956 -"115776",15749,31541 -"115777",15749,54625 -"115778",15750,16209 -"115779",15750,25921 -"115780",15750,64047 -"115781",15750,64048 -"115782",15751,64506 -"115783",15752,21029 -"115784",15752,41909 -"115785",15752,47260 -"115786",15752,51470 -"115787",15752,58187 -"115788",15752,61309 -"115789",15752,63442 -"115790",15752,63775 -"115791",15752,74031 -"115792",15752,77746 -"115793",15752,78024 -"115794",15752,84786 -"115795",15752,84818 -"115796",15753,92818 -"115797",15754,16720 -"115798",15755,16586 -"115799",15755,29177 -"115800",15755,29178 -"115801",15755,78803 -"115802",15756,16428 -"115803",15756,58429 -"115804",15757,36073 -"115805",15757,41329 -"115806",15757,67763 -"115807",15758,27802 -"115808",15760,68979 -"115809",15760,93762 -"115810",15760,101588 -"115811",15761,97488 -"115812",15761,102393 -"115813",15762,20031 -"115814",15762,29115 -"115815",15762,35471 -"115816",15762,35481 -"115817",15762,35963 -"115818",15762,48484 -"115819",15762,49364 -"115820",15762,58052 -"115821",15762,59505 -"115822",15762,59699 -"115823",15762,62726 -"115824",15762,68120 -"115825",15762,68561 -"115826",15762,71541 -"115827",15762,87352 -"115828",15762,91904 -"115829",15762,92441 -"115830",15762,93147 -"115831",15762,94806 -"115832",15762,98166 -"115833",15762,105685 -"115834",15762,117950 -"115835",15762,119336 -"115836",15763,23418 -"115837",15763,36068 -"115838",15763,45787 -"115839",15763,48690 -"115840",15763,58022 -"115841",15764,18017 -"115842",15764,32493 -"115843",15764,42601 -"115844",15764,43360 -"115845",15764,51535 -"115846",15764,69994 -"115847",15764,87278 -"115848",15764,95708 -"115849",15764,105306 -"115850",15765,30222 -"115851",15765,31951 -"115852",15765,41556 -"115853",15765,48387 -"115854",15765,52986 -"115855",15765,79656 -"115856",15765,85526 -"115857",15765,85831 -"115858",15765,91433 -"115859",15765,99868 -"115860",15766,25091 -"115861",15766,32347 -"115862",15766,53012 -"115863",15766,76697 -"115864",15766,93632 -"115865",15767,20611 -"115866",15767,28256 -"115867",15767,36141 -"115868",15767,54079 -"115869",15767,56280 -"115870",15767,106752 -"115871",15768,17755 -"115872",15768,48194 -"115873",15768,49237 -"115874",15769,15901 -"115875",15769,19523 -"115876",15769,23554 -"115877",15769,25212 -"115878",15769,34314 -"115879",15769,35802 -"115880",15769,35904 -"115881",15769,36089 -"115882",15769,36338 -"115883",15769,48123 -"115884",15769,50063 -"115885",15769,50235 -"115886",15769,59210 -"115887",15769,62063 -"115888",15769,62793 -"115889",15769,72573 -"115890",15769,81722 -"115891",15769,93820 -"115892",15769,101016 -"115893",15769,101087 -"115894",15769,102401 -"115895",15769,105495 -"115896",15769,105955 -"115897",15769,116302 -"115898",15769,116315 -"115899",15769,116325 -"115900",15769,116331 -"115901",15769,121745 -"115902",15770,16729 -"115903",15770,17328 -"115904",15770,20358 -"115905",15770,21078 -"115906",15770,21369 -"115907",15770,25819 -"115908",15770,26229 -"115909",15770,27616 -"115910",15770,31751 -"115911",15770,34988 -"115912",15770,36031 -"115913",15770,36288 -"115914",15770,37417 -"115915",15770,37555 -"115916",15770,38643 -"115917",15770,44331 -"115918",15770,60883 -"115919",15770,82533 -"115920",15770,83680 -"115921",15770,83744 -"115922",15770,89681 -"115923",15770,90234 -"115924",15770,90321 -"115925",15770,113310 -"115926",15771,21193 -"115927",15771,23508 -"115928",15771,24139 -"115929",15771,24150 -"115930",15771,25492 -"115931",15771,26998 -"115932",15771,30062 -"115933",15771,33255 -"115934",15771,34749 -"115935",15771,43560 -"115936",15771,44499 -"115937",15771,48121 -"115938",15771,48162 -"115939",15771,86799 -"115940",15773,16839 -"115941",15773,18750 -"115942",15773,48276 -"115943",15773,100578 -"115944",15774,25719 -"115945",15774,49796 -"115946",15775,15776 -"115947",15775,16107 -"115948",15775,19394 -"115949",15775,28659 -"115950",15775,33661 -"115951",15775,50095 -"115952",15776,37567 -"115953",15776,44461 -"115954",15776,44512 -"115955",15776,44853 -"115956",15777,79966 -"115957",15777,92672 -"115958",15777,93476 -"115959",15777,93477 -"115960",15777,93491 -"115961",15778,61266 -"115962",15778,112903 -"115963",15779,15933 -"115964",15779,16004 -"115965",15779,97146 -"115966",15781,66212 -"115967",15782,16871 -"115968",15782,21299 -"115969",15782,21450 -"115970",15782,22345 -"115971",15782,22533 -"115972",15782,22546 -"115973",15782,22731 -"115974",15782,55104 -"115975",15782,84235 -"115976",15782,89053 -"115977",15782,96608 -"115978",15782,97178 -"115979",15783,32775 -"115980",15783,50350 -"115981",15783,77852 -"115982",15783,82873 -"115983",15784,16969 -"115984",15784,16977 -"115985",15784,17094 -"115986",15784,19266 -"115987",15784,28078 -"115988",15784,41324 -"115989",15784,41825 -"115990",15784,56310 -"115991",15784,76826 -"115992",15784,77436 -"115993",15784,80988 -"115994",15784,85802 -"115995",15784,92669 -"115996",15784,99296 -"115997",15784,100056 -"115998",15784,100711 -"115999",15785,45903 -"116000",15785,66319 -"116001",15785,89669 -"116002",15785,121326 -"116003",15786,26394 -"116004",15786,26439 -"116005",15786,26541 -"116006",15787,34906 -"116007",15787,48500 -"116008",15787,51447 -"116009",15787,51487 -"116010",15788,37982 -"116011",15788,40643 -"116012",15788,45887 -"116013",15788,52262 -"116014",15788,57228 -"116015",15788,57259 -"116016",15788,58195 -"116017",15788,71137 -"116018",15788,99433 -"116019",15788,108022 -"116020",15789,16509 -"116021",15789,24548 -"116022",15790,27946 -"116023",15790,28569 -"116024",15790,29736 -"116025",15790,44885 -"116026",15790,53604 -"116027",15790,61417 -"116028",15790,62190 -"116029",15790,102289 -"116030",15791,16563 -"116031",15791,19184 -"116032",15791,40187 -"116033",15791,41735 -"116034",15791,50930 -"116035",15791,51549 -"116036",15791,54732 -"116037",15791,55484 -"116038",15791,89391 -"116039",15791,89422 -"116040",15791,91973 -"116041",15791,92773 -"116042",15791,94273 -"116043",15791,110942 -"116044",15792,22261 -"116045",15792,24591 -"116046",15792,25872 -"116047",15792,26732 -"116048",15792,26845 -"116049",15792,55232 -"116050",15792,55244 -"116051",15792,55460 -"116052",15793,16821 -"116053",15793,29705 -"116054",15793,52097 -"116055",15793,63652 -"116056",15793,64248 -"116057",15793,68814 -"116058",15793,75948 -"116059",15793,92220 -"116060",15793,99444 -"116061",15793,105742 -"116062",15793,109745 -"116063",15794,16392 -"116064",15794,52589 -"116065",15794,79354 -"116066",15795,16448 -"116067",15795,16517 -"116068",15795,31366 -"116069",15795,42489 -"116070",15796,27402 -"116071",15796,37419 -"116072",15796,39073 -"116073",15796,52015 -"116074",15796,55550 -"116075",15796,59500 -"116076",15797,49710 -"116077",15797,105733 -"116078",15797,105749 -"116079",15797,105760 -"116080",15797,105880 -"116081",15798,19806 -"116082",15798,24464 -"116083",15799,21101 -"116084",15799,21119 -"116085",15799,21574 -"116086",15799,21617 -"116087",15799,23526 -"116088",15799,26638 -"116089",15799,27537 -"116090",15799,44374 -"116091",15799,77018 -"116092",15799,79033 -"116093",15799,81326 -"116094",15799,81369 -"116095",15799,99468 -"116096",15799,109186 -"116097",15799,109233 -"116098",15799,109368 -"116099",15800,17318 -"116100",15800,41545 -"116101",15800,41755 -"116102",15801,22475 -"116103",15801,58397 -"116104",15802,31827 -"116105",15802,33898 -"116106",15802,41192 -"116107",15802,42301 -"116108",15802,53260 -"116109",15802,57570 -"116110",15802,60714 -"116111",15802,63944 -"116112",15802,69040 -"116113",15802,103837 -"116114",15802,109950 -"116115",15803,15900 -"116116",15803,25194 -"116117",15803,33388 -"116118",15803,51749 -"116119",15803,56308 -"116120",15803,69688 -"116121",15804,26409 -"116122",15804,31860 -"116123",15804,68230 -"116124",15805,18221 -"116125",15806,17310 -"116126",15807,20777 -"116127",15807,36850 -"116128",15807,46280 -"116129",15807,96301 -"116130",15807,104124 -"116131",15807,118895 -"116132",15807,120446 -"116133",15807,123284 -"116134",15808,18255 -"116135",15808,20237 -"116136",15808,28391 -"116137",15808,40487 -"116138",15808,40964 -"116139",15808,41238 -"116140",15808,51620 -"116141",15808,51931 -"116142",15808,61848 -"116143",15809,23477 -"116144",15809,24483 -"116145",15809,27848 -"116146",15809,27851 -"116147",15809,28020 -"116148",15809,30163 -"116149",15809,30459 -"116150",15809,45487 -"116151",15809,46254 -"116152",15809,47827 -"116153",15809,63970 -"116154",15809,68460 -"116155",15809,77217 -"116156",15809,80061 -"116157",15809,80728 -"116158",15809,83914 -"116159",15809,85481 -"116160",15809,86350 -"116161",15809,86523 -"116162",15809,89685 -"116163",15809,91869 -"116164",15809,92497 -"116165",15809,92511 -"116166",15809,93317 -"116167",15809,101642 -"116168",15809,110418 -"116169",15810,69191 -"116170",15811,58189 -"116171",15812,16380 -"116172",15812,33123 -"116173",15812,33174 -"116174",15812,33194 -"116175",15812,33206 -"116176",15812,33247 -"116177",15812,33272 -"116178",15812,33325 -"116179",15812,33331 -"116180",15813,17931 -"116181",15813,19298 -"116182",15813,24517 -"116183",15813,33394 -"116184",15813,34423 -"116185",15813,48244 -"116186",15813,58078 -"116187",15813,76892 -"116188",15814,61588 -"116189",15814,62851 -"116190",15815,56401 -"116191",15816,52089 -"116192",15816,54794 -"116193",15816,58503 -"116194",15816,83599 -"116195",15817,17502 -"116196",15817,26267 -"116197",15817,26871 -"116198",15817,27001 -"116199",15817,27023 -"116200",15817,29066 -"116201",15818,15958 -"116202",15818,44028 -"116203",15818,79386 -"116204",15818,86690 -"116205",15818,104838 -"116206",15819,18500 -"116207",15819,22489 -"116208",15819,51058 -"116209",15820,15899 -"116210",15820,16087 -"116211",15820,19528 -"116212",15820,24756 -"116213",15820,26776 -"116214",15820,27599 -"116215",15820,33259 -"116216",15820,37739 -"116217",15820,37934 -"116218",15820,38393 -"116219",15820,48856 -"116220",15820,51119 -"116221",15820,52506 -"116222",15820,60385 -"116223",15820,82525 -"116224",15820,92776 -"116225",15823,18576 -"116226",15823,19430 -"116227",15823,28723 -"116228",15823,38916 -"116229",15823,45612 -"116230",15824,21133 -"116231",15824,29235 -"116232",15824,34416 -"116233",15824,70902 -"116234",15824,81070 -"116235",15824,95193 -"116236",15825,23194 -"116237",15825,27316 -"116238",15825,35470 -"116239",15825,49338 -"116240",15825,52339 -"116241",15825,69553 -"116242",15825,86127 -"116243",15825,88809 -"116244",15825,89015 -"116245",15826,18113 -"116246",15826,24027 -"116247",15826,26158 -"116248",15826,29896 -"116249",15826,35438 -"116250",15826,36233 -"116251",15826,37308 -"116252",15826,42455 -"116253",15826,58469 -"116254",15826,58491 -"116255",15826,58500 -"116256",15826,58546 -"116257",15826,78216 -"116258",15827,15915 -"116259",15827,17394 -"116260",15827,19035 -"116261",15827,19081 -"116262",15827,23423 -"116263",15827,24911 -"116264",15827,24943 -"116265",15827,25312 -"116266",15827,33830 -"116267",15827,35730 -"116268",15827,35890 -"116269",15827,49682 -"116270",15827,55189 -"116271",15827,72158 -"116272",15827,92739 -"116273",15827,114289 -"116274",15827,114910 -"116275",15827,115785 -"116276",15829,71585 -"116277",15830,17596 -"116278",15830,30029 -"116279",15830,58734 -"116280",15830,61406 -"116281",15830,66272 -"116282",15830,66274 -"116283",15830,89423 -"116284",15830,90093 -"116285",15830,112952 -"116286",15831,52267 -"116287",15832,15897 -"116288",15832,15898 -"116289",15832,39709 -"116290",15832,102554 -"116291",15833,20562 -"116292",15833,33405 -"116293",15833,82689 -"116294",15834,16198 -"116295",15834,20971 -"116296",15834,44092 -"116297",15834,54187 -"116298",15834,91921 -"116299",15834,104949 -"116300",15835,16863 -"116301",15836,15904 -"116302",15836,31257 -"116303",15836,70683 -"116304",15837,21164 -"116305",15837,22807 -"116306",15837,23100 -"116307",15837,31890 -"116308",15837,32047 -"116309",15837,33573 -"116310",15837,34149 -"116311",15837,34316 -"116312",15837,41471 -"116313",15837,49305 -"116314",15837,88384 -"116315",15838,15990 -"116316",15838,40432 -"116317",15838,84119 -"116318",15839,16019 -"116319",15839,47909 -"116320",15839,111211 -"116321",15840,15972 -"116322",15840,18367 -"116323",15840,19902 -"116324",15840,26094 -"116325",15840,76504 -"116326",15840,76505 -"116327",15840,102973 -"116328",15841,17013 -"116329",15841,19975 -"116330",15841,21426 -"116331",15841,24649 -"116332",15841,28808 -"116333",15841,30302 -"116334",15841,32940 -"116335",15841,37363 -"116336",15841,37509 -"116337",15841,41713 -"116338",15841,46621 -"116339",15841,47585 -"116340",15841,50163 -"116341",15841,50173 -"116342",15841,57410 -"116343",15841,61785 -"116344",15841,69447 -"116345",15841,75921 -"116346",15841,79136 -"116347",15841,82315 -"116348",15841,83865 -"116349",15841,84607 -"116350",15841,88232 -"116351",15841,90643 -"116352",15841,101189 -"116353",15841,102067 -"116354",15841,107293 -"116355",15841,110208 -"116356",15842,60000 -"116357",15843,15883 -"116358",15843,16002 -"116359",15843,16003 -"116360",15844,20500 -"116361",15844,21225 -"116362",15844,22466 -"116363",15844,22968 -"116364",15844,24770 -"116365",15844,32381 -"116366",15844,34969 -"116367",15844,35146 -"116368",15844,54073 -"116369",15844,57979 -"116370",15844,66750 -"116371",15844,67488 -"116372",15844,69223 -"116373",15844,71059 -"116374",15844,86553 -"116375",15844,90190 -"116376",15844,94987 -"116377",15844,123225 -"116378",15844,123246 -"116379",15844,123251 -"116380",15844,123254 -"116381",15845,18545 -"116382",15845,25008 -"116383",15845,30793 -"116384",15845,37853 -"116385",15845,38206 -"116386",15845,38291 -"116387",15845,38338 -"116388",15845,57490 -"116389",15845,66829 -"116390",15845,110411 -"116391",15846,23417 -"116392",15846,28487 -"116393",15846,39425 -"116394",15846,48462 -"116395",15847,31711 -"116396",15847,96588 -"116397",15849,105628 -"116398",15849,105631 -"116399",15850,15870 -"116400",15850,53592 -"116401",15851,15852 -"116402",15851,93678 -"116403",15852,34401 -"116404",15852,91719 -"116405",15852,99330 -"116406",15852,111960 -"116407",15853,25160 -"116408",15853,26908 -"116409",15853,43988 -"116410",15853,47122 -"116411",15853,51780 -"116412",15854,44064 -"116413",15854,52974 -"116414",15855,23950 -"116415",15855,89112 -"116416",15856,88813 -"116417",15856,88814 -"116418",15857,61727 -"116419",15857,72869 -"116420",15858,28061 -"116421",15858,95204 -"116422",15859,20154 -"116423",15859,23418 -"116424",15859,24984 -"116425",15859,28849 -"116426",15859,84025 -"116427",15860,22095 -"116428",15861,89817 -"116429",15862,27958 -"116430",15862,56590 -"116431",15863,30552 -"116432",15863,71032 -"116433",15863,78559 -"116434",15864,36237 -"116435",15864,59281 -"116436",15864,67764 -"116437",15865,22684 -"116438",15865,42496 -"116439",15865,59282 -"116440",15865,66829 -"116441",15866,21351 -"116442",15867,23035 -"116443",15867,39426 -"116444",15867,44863 -"116445",15867,55238 -"116446",15867,56723 -"116447",15867,56788 -"116448",15867,62015 -"116449",15867,67496 -"116450",15867,85602 -"116451",15867,96484 -"116452",15867,96491 -"116453",15867,103784 -"116454",15868,15916 -"116455",15868,16046 -"116456",15868,18525 -"116457",15868,24734 -"116458",15868,26172 -"116459",15868,26389 -"116460",15868,26513 -"116461",15868,30682 -"116462",15868,34905 -"116463",15868,38538 -"116464",15868,47557 -"116465",15868,47705 -"116466",15868,52225 -"116467",15868,67648 -"116468",15868,84003 -"116469",15869,15907 -"116470",15869,44990 -"116471",15869,82637 -"116472",15871,24241 -"116473",15871,32832 -"116474",15871,53624 -"116475",15871,67734 -"116476",15871,70546 -"116477",15871,88995 -"116478",15871,89689 -"116479",15871,90052 -"116480",15871,90530 -"116481",15871,94396 -"116482",15871,107604 -"116483",15871,108222 -"116484",15871,108239 -"116485",15871,117222 -"116486",15871,117473 -"116487",15872,40481 -"116488",15872,44611 -"116489",15872,74894 -"116490",15872,91249 -"116491",15872,94764 -"116492",15872,101395 -"116493",15872,104084 -"116494",15872,107948 -"116495",15872,110650 -"116496",15873,31727 -"116497",15873,31729 -"116498",15873,33215 -"116499",15873,36967 -"116500",15873,37074 -"116501",15873,40664 -"116502",15873,41509 -"116503",15873,41757 -"116504",15873,77264 -"116505",15873,79453 -"116506",15873,93522 -"116507",15874,16908 -"116508",15874,33904 -"116509",15874,67089 -"116510",15875,25167 -"116511",15875,37661 -"116512",15875,41195 -"116513",15876,17208 -"116514",15876,17520 -"116515",15876,17582 -"116516",15876,25874 -"116517",15876,33158 -"116518",15876,38921 -"116519",15876,42264 -"116520",15876,47268 -"116521",15876,47323 -"116522",15876,47351 -"116523",15876,47535 -"116524",15876,47562 -"116525",15876,47623 -"116526",15876,47624 -"116527",15876,49025 -"116528",15876,50252 -"116529",15877,24603 -"116530",15878,25542 -"116531",15878,34930 -"116532",15878,37238 -"116533",15878,53292 -"116534",15879,22116 -"116535",15879,32541 -"116536",15879,34357 -"116537",15879,51100 -"116538",15879,52815 -"116539",15879,68006 -"116540",15879,74413 -"116541",15879,76286 -"116542",15880,19206 -"116543",15880,21536 -"116544",15880,74078 -"116545",15881,33157 -"116546",15881,54278 -"116547",15881,63493 -"116548",15881,85014 -"116549",15881,93112 -"116550",15881,106359 -"116551",15881,108193 -"116552",15881,119263 -"116553",15882,22793 -"116554",15882,26806 -"116555",15882,51046 -"116556",15883,16002 -"116557",15883,16003 -"116558",15884,15885 -"116559",15884,18162 -"116560",15885,18162 -"116561",15886,15914 -"116562",15887,16259 -"116563",15887,17828 -"116564",15887,18298 -"116565",15887,21178 -"116566",15887,24434 -"116567",15887,26882 -"116568",15887,28784 -"116569",15887,30747 -"116570",15887,30803 -"116571",15887,30849 -"116572",15887,32672 -"116573",15887,32988 -"116574",15887,40645 -"116575",15887,44463 -"116576",15887,46040 -"116577",15887,47438 -"116578",15887,52707 -"116579",15887,65155 -"116580",15887,65257 -"116581",15887,71033 -"116582",15887,73409 -"116583",15887,75568 -"116584",15887,76428 -"116585",15887,80625 -"116586",15887,81046 -"116587",15887,84194 -"116588",15887,89980 -"116589",15887,90968 -"116590",15887,90972 -"116591",15887,104590 -"116592",15887,108463 -"116593",15887,116534 -"116594",15887,116545 -"116595",15888,15960 -"116596",15888,15976 -"116597",15888,16043 -"116598",15888,17021 -"116599",15888,23594 -"116600",15888,23972 -"116601",15888,27047 -"116602",15888,29834 -"116603",15888,29845 -"116604",15888,29882 -"116605",15888,29894 -"116606",15888,30007 -"116607",15888,75320 -"116608",15889,21524 -"116609",15889,25899 -"116610",15889,63206 -"116611",15889,81614 -"116612",15889,88959 -"116613",15890,16127 -"116614",15890,25069 -"116615",15891,23786 -"116616",15891,37435 -"116617",15891,53498 -"116618",15891,71493 -"116619",15892,46070 -"116620",15892,46147 -"116621",15893,17259 -"116622",15893,22442 -"116623",15893,31001 -"116624",15893,41746 -"116625",15893,42364 -"116626",15893,116032 -"116627",15894,16020 -"116628",15894,19925 -"116629",15894,102805 -"116630",15894,117911 -"116631",15896,31313 -"116632",15897,15898 -"116633",15898,25949 -"116634",15898,62996 -"116635",15898,72469 -"116636",15898,122298 -"116637",15899,15918 -"116638",15899,19528 -"116639",15899,33259 -"116640",15899,51119 -"116641",15899,54483 -"116642",15899,82525 -"116643",15899,92776 -"116644",15900,41523 -"116645",15900,48558 -"116646",15900,121750 -"116647",15901,19523 -"116648",15901,23554 -"116649",15901,34314 -"116650",15901,35802 -"116651",15901,36089 -"116652",15901,40770 -"116653",15901,48123 -"116654",15901,50235 -"116655",15901,59210 -"116656",15901,62063 -"116657",15901,72573 -"116658",15901,81722 -"116659",15901,97308 -"116660",15901,99043 -"116661",15901,101016 -"116662",15901,101087 -"116663",15901,102401 -"116664",15901,105495 -"116665",15901,105955 -"116666",15901,116302 -"116667",15901,116315 -"116668",15901,116325 -"116669",15901,116331 -"116670",15902,15987 -"116671",15902,16014 -"116672",15902,22987 -"116673",15902,23349 -"116674",15903,16917 -"116675",15903,17066 -"116676",15903,21761 -"116677",15903,40204 -"116678",15903,82315 -"116679",15903,82787 -"116680",15903,85658 -"116681",15903,93847 -"116682",15903,98712 -"116683",15903,107385 -"116684",15903,110607 -"116685",15904,57301 -"116686",15904,57315 -"116687",15904,105431 -"116688",15905,91466 -"116689",15906,18502 -"116690",15906,18543 -"116691",15906,24650 -"116692",15906,41151 -"116693",15906,47675 -"116694",15906,50315 -"116695",15906,64806 -"116696",15906,108533 -"116697",15908,16652 -"116698",15908,17536 -"116699",15908,18270 -"116700",15908,20449 -"116701",15908,21088 -"116702",15908,23847 -"116703",15908,24012 -"116704",15908,24910 -"116705",15908,25758 -"116706",15908,26537 -"116707",15908,26872 -"116708",15908,28767 -"116709",15908,28871 -"116710",15908,30334 -"116711",15908,35496 -"116712",15908,37610 -"116713",15908,37636 -"116714",15908,39435 -"116715",15908,40131 -"116716",15908,40166 -"116717",15908,40392 -"116718",15908,40905 -"116719",15908,41030 -"116720",15908,41527 -"116721",15908,41529 -"116722",15908,41778 -"116723",15908,43147 -"116724",15908,43234 -"116725",15908,43858 -"116726",15908,44828 -"116727",15908,45657 -"116728",15908,45933 -"116729",15908,46434 -"116730",15908,46788 -"116731",15908,47123 -"116732",15908,47488 -"116733",15908,48909 -"116734",15908,49859 -"116735",15908,50064 -"116736",15908,50067 -"116737",15908,50554 -"116738",15908,50879 -"116739",15908,51783 -"116740",15908,52018 -"116741",15908,53444 -"116742",15908,53527 -"116743",15908,53555 -"116744",15908,54275 -"116745",15908,56628 -"116746",15908,58004 -"116747",15908,58068 -"116748",15908,58633 -"116749",15908,61111 -"116750",15908,61127 -"116751",15908,68287 -"116752",15908,78532 -"116753",15908,120771 -"116754",15908,121962 -"116755",15909,48955 -"116756",15909,108427 -"116757",15910,37381 -"116758",15910,40272 -"116759",15910,46891 -"116760",15910,87350 -"116761",15910,115547 -"116762",15911,41114 -"116763",15911,55718 -"116764",15911,55768 -"116765",15912,41228 -"116766",15912,75708 -"116767",15912,76917 -"116768",15913,54478 -"116769",15914,25301 -"116770",15914,79209 -"116771",15914,98248 -"116772",15916,16046 -"116773",15916,16848 -"116774",15916,27544 -"116775",15916,75823 -"116776",15916,75824 -"116777",15916,75838 -"116778",15916,75925 -"116779",15916,76934 -"116780",15917,26500 -"116781",15917,27416 -"116782",15917,44369 -"116783",15917,44789 -"116784",15917,50092 -"116785",15917,63146 -"116786",15917,76668 -"116787",15917,79703 -"116788",15917,85369 -"116789",15919,17733 -"116790",15919,18821 -"116791",15920,96801 -"116792",15921,21207 -"116793",15921,27500 -"116794",15921,29387 -"116795",15921,29818 -"116796",15921,30586 -"116797",15921,32325 -"116798",15921,33824 -"116799",15921,41581 -"116800",15921,47232 -"116801",15921,48008 -"116802",15921,49513 -"116803",15921,67623 -"116804",15921,68423 -"116805",15921,76972 -"116806",15921,82968 -"116807",15921,85198 -"116808",15921,85199 -"116809",15921,96721 -"116810",15921,101331 -"116811",15922,16890 -"116812",15922,20563 -"116813",15922,40439 -"116814",15922,44634 -"116815",15922,74095 -"116816",15922,85754 -"116817",15922,97433 -"116818",15924,15965 -"116819",15924,15979 -"116820",15925,21318 -"116821",15925,22310 -"116822",15925,24986 -"116823",15925,32389 -"116824",15925,41211 -"116825",15925,57373 -"116826",15925,102311 -"116827",15925,106591 -"116828",15925,108483 -"116829",15925,113560 -"116830",15926,15995 -"116831",15926,16599 -"116832",15926,20695 -"116833",15926,23155 -"116834",15926,23336 -"116835",15926,25345 -"116836",15926,25748 -"116837",15926,29306 -"116838",15926,44602 -"116839",15926,56364 -"116840",15926,73051 -"116841",15926,76701 -"116842",15926,76796 -"116843",15926,76843 -"116844",15926,77947 -"116845",15926,80130 -"116846",15926,80948 -"116847",15926,80973 -"116848",15926,85433 -"116849",15926,96758 -"116850",15926,101208 -"116851",15926,107481 -"116852",15927,34169 -"116853",15927,67132 -"116854",15928,38938 -"116855",15928,41759 -"116856",15928,41801 -"116857",15928,54109 -"116858",15928,93365 -"116859",15928,93547 -"116860",15928,97071 -"116861",15928,99378 -"116862",15929,23359 -"116863",15929,24699 -"116864",15929,28260 -"116865",15929,30795 -"116866",15929,33635 -"116867",15929,36205 -"116868",15929,46850 -"116869",15929,48996 -"116870",15929,52125 -"116871",15929,52559 -"116872",15929,54272 -"116873",15929,62278 -"116874",15929,66143 -"116875",15929,69754 -"116876",15929,69983 -"116877",15929,81109 -"116878",15929,108547 -"116879",15929,108699 -"116880",15929,117158 -"116881",15929,119046 -"116882",15929,123379 -"116883",15930,16013 -"116884",15930,16111 -"116885",15930,17609 -"116886",15930,29095 -"116887",15930,52308 -"116888",15931,16171 -"116889",15931,106925 -"116890",15932,16114 -"116891",15932,49631 -"116892",15932,64931 -"116893",15932,89998 -"116894",15932,118294 -"116895",15933,16004 -"116896",15933,18153 -"116897",15933,24980 -"116898",15933,75632 -"116899",15933,81416 -"116900",15933,98491 -"116901",15933,98492 -"116902",15934,23081 -"116903",15934,88191 -"116904",15934,92721 -"116905",15935,67477 -"116906",15935,103258 -"116907",15936,32716 -"116908",15936,54535 -"116909",15936,56740 -"116910",15936,56985 -"116911",15936,72182 -"116912",15936,75359 -"116913",15937,16971 -"116914",15937,25976 -"116915",15937,29158 -"116916",15937,50933 -"116917",15937,62629 -"116918",15937,92321 -"116919",15937,92322 -"116920",15937,94783 -"116921",15937,96763 -"116922",15937,104141 -"116923",15937,107432 -"116924",15937,109350 -"116925",15937,113302 -"116926",15938,21429 -"116927",15938,33209 -"116928",15938,37418 -"116929",15938,42179 -"116930",15938,47223 -"116931",15938,47802 -"116932",15938,48347 -"116933",15938,48473 -"116934",15938,64542 -"116935",15938,81094 -"116936",15938,81497 -"116937",15938,91683 -"116938",15938,97601 -"116939",15938,97607 -"116940",15939,15992 -"116941",15939,17805 -"116942",15939,17936 -"116943",15939,17970 -"116944",15939,18827 -"116945",15939,20848 -"116946",15939,29527 -"116947",15939,29557 -"116948",15939,32343 -"116949",15939,36040 -"116950",15939,44464 -"116951",15939,52767 -"116952",15939,68091 -"116953",15939,78817 -"116954",15939,82226 -"116955",15939,82310 -"116956",15939,83556 -"116957",15939,93203 -"116958",15939,93226 -"116959",15940,36577 -"116960",15940,53926 -"116961",15940,64172 -"116962",15940,69471 -"116963",15940,78305 -"116964",15940,99044 -"116965",15941,21454 -"116966",15941,21685 -"116967",15942,34758 -"116968",15942,54518 -"116969",15942,56661 -"116970",15942,64699 -"116971",15942,94665 -"116972",15942,110980 -"116973",15942,115903 -"116974",15943,51653 -"116975",15944,26679 -"116976",15944,116274 -"116977",15945,32686 -"116978",15945,38697 -"116979",15945,39104 -"116980",15945,50648 -"116981",15945,54737 -"116982",15945,59631 -"116983",15945,63631 -"116984",15945,63664 -"116985",15945,64514 -"116986",15945,90128 -"116987",15945,101122 -"116988",15945,114866 -"116989",15945,114923 -"116990",15945,115766 -"116991",15947,40878 -"116992",15948,23709 -"116993",15949,58970 -"116994",15950,16009 -"116995",15950,22242 -"116996",15950,37365 -"116997",15950,39969 -"116998",15950,48042 -"116999",15950,74893 -"117000",15950,77708 -"117001",15950,77727 -"117002",15950,115650 -"117003",15951,92292 -"117004",15952,22434 -"117005",15952,33011 -"117006",15952,33555 -"117007",15952,33644 -"117008",15952,34281 -"117009",15952,42418 -"117010",15952,42508 -"117011",15952,42937 -"117012",15952,45970 -"117013",15952,47986 -"117014",15952,48066 -"117015",15952,48147 -"117016",15952,48179 -"117017",15952,57390 -"117018",15952,58294 -"117019",15952,59120 -"117020",15952,62747 -"117021",15953,80925 -"117022",15953,89926 -"117023",15953,95042 -"117024",15953,106947 -"117025",15954,33652 -"117026",15954,33681 -"117027",15954,33682 -"117028",15954,36068 -"117029",15954,46647 -"117030",15954,48575 -"117031",15954,71793 -"117032",15954,95662 -"117033",15954,108494 -"117034",15954,108524 -"117035",15954,108545 -"117036",15954,113592 -"117037",15955,88391 -"117038",15956,49941 -"117039",15957,16151 -"117040",15957,17548 -"117041",15957,23545 -"117042",15957,31243 -"117043",15957,49524 -"117044",15957,50110 -"117045",15957,50174 -"117046",15958,18775 -"117047",15958,31371 -"117048",15958,37713 -"117049",15958,39121 -"117050",15958,39155 -"117051",15959,18530 -"117052",15960,15976 -"117053",15960,16043 -"117054",15960,33623 -"117055",15960,45664 -"117056",15960,62193 -"117057",15960,63490 -"117058",15960,75320 -"117059",15960,76639 -"117060",15960,76640 -"117061",15960,77040 -"117062",15960,77055 -"117063",15960,77057 -"117064",15960,77066 -"117065",15960,77095 -"117066",15960,77096 -"117067",15960,77101 -"117068",15960,77102 -"117069",15960,77103 -"117070",15960,77106 -"117071",15961,71477 -"117072",15961,106881 -"117073",15961,119187 -"117074",15962,19718 -"117075",15962,32503 -"117076",15962,52105 -"117077",15962,53124 -"117078",15962,58017 -"117079",15962,66511 -"117080",15962,73675 -"117081",15962,77204 -"117082",15962,79230 -"117083",15962,79518 -"117084",15962,103537 -"117085",15962,104834 -"117086",15962,104852 -"117087",15962,105578 -"117088",15962,110337 -"117089",15962,116213 -"117090",15963,47333 -"117091",15964,16252 -"117092",15964,16872 -"117093",15964,17145 -"117094",15964,17508 -"117095",15964,18060 -"117096",15964,18217 -"117097",15964,22462 -"117098",15964,22823 -"117099",15964,23147 -"117100",15964,23421 -"117101",15964,23632 -"117102",15964,23953 -"117103",15964,24495 -"117104",15964,24710 -"117105",15964,25143 -"117106",15964,25303 -"117107",15964,25664 -"117108",15964,26407 -"117109",15964,27174 -"117110",15964,27196 -"117111",15964,27710 -"117112",15964,28703 -"117113",15964,29253 -"117114",15964,29341 -"117115",15964,29560 -"117116",15964,29573 -"117117",15964,29868 -"117118",15964,32438 -"117119",15964,32967 -"117120",15964,33223 -"117121",15964,33881 -"117122",15964,34097 -"117123",15964,34330 -"117124",15964,34513 -"117125",15964,35400 -"117126",15964,36476 -"117127",15964,36547 -"117128",15964,36745 -"117129",15964,37821 -"117130",15964,37931 -"117131",15964,38319 -"117132",15964,39398 -"117133",15964,39492 -"117134",15964,40320 -"117135",15964,40373 -"117136",15964,40542 -"117137",15964,41182 -"117138",15964,42131 -"117139",15964,46843 -"117140",15964,48331 -"117141",15964,62342 -"117142",15964,83285 -"117143",15965,15979 -"117144",15965,16682 -"117145",15965,26258 -"117146",15965,28135 -"117147",15965,51218 -"117148",15965,52525 -"117149",15965,54812 -"117150",15965,84864 -"117151",15965,92459 -"117152",15965,101281 -"117153",15965,116701 -"117154",15965,121058 -"117155",15965,121126 -"117156",15965,121130 -"117157",15966,16013 -"117158",15966,23787 -"117159",15966,29078 -"117160",15966,29447 -"117161",15967,20967 -"117162",15967,28619 -"117163",15967,85760 -"117164",15968,20576 -"117165",15968,25623 -"117166",15968,60171 -"117167",15968,111264 -"117168",15969,16314 -"117169",15969,61842 -"117170",15969,88165 -"117171",15970,16325 -"117172",15970,20671 -"117173",15970,23942 -"117174",15970,65036 -"117175",15970,117504 -"117176",15971,30784 -"117177",15973,17761 -"117178",15973,42953 -"117179",15974,17447 -"117180",15974,27840 -"117181",15974,31476 -"117182",15974,39611 -"117183",15974,42436 -"117184",15974,53036 -"117185",15974,55288 -"117186",15974,55320 -"117187",15974,55791 -"117188",15974,67120 -"117189",15974,67157 -"117190",15974,82795 -"117191",15975,38142 -"117192",15976,16043 -"117193",15976,60456 -"117194",15976,75320 -"117195",15976,85638 -"117196",15976,90443 -"117197",15977,68268 -"117198",15977,74717 -"117199",15977,108959 -"117200",15977,108979 -"117201",15977,108981 -"117202",15978,18906 -"117203",15978,19545 -"117204",15978,19921 -"117205",15978,23784 -"117206",15978,25023 -"117207",15978,26505 -"117208",15978,26553 -"117209",15978,29819 -"117210",15978,34088 -"117211",15978,36159 -"117212",15978,36247 -"117213",15978,37266 -"117214",15978,62371 -"117215",15978,72252 -"117216",15978,97000 -"117217",15978,111538 -"117218",15979,16003 -"117219",15979,42517 -"117220",15980,53166 -"117221",15981,16024 -"117222",15981,38393 -"117223",15982,24401 -"117224",15982,25747 -"117225",15982,31621 -"117226",15983,15984 -"117227",15983,27513 -"117228",15983,31252 -"117229",15983,51048 -"117230",15983,55072 -"117231",15983,55608 -"117232",15983,57888 -"117233",15983,58461 -"117234",15983,115618 -"117235",15983,116519 -"117236",15984,19929 -"117237",15984,26875 -"117238",15985,19317 -"117239",15985,27517 -"117240",15985,56531 -"117241",15985,59992 -"117242",15985,61242 -"117243",15985,67559 -"117244",15985,71233 -"117245",15985,101410 -"117246",15985,102584 -"117247",15985,102604 -"117248",15985,107588 -"117249",15986,63268 -"117250",15987,16014 -"117251",15987,26046 -"117252",15988,15989 -"117253",15988,21811 -"117254",15988,23688 -"117255",15988,25086 -"117256",15988,28823 -"117257",15988,31668 -"117258",15988,82187 -"117259",15988,82412 -"117260",15989,21811 -"117261",15989,28823 -"117262",15989,82412 -"117263",15989,83255 -"117264",15989,85352 -"117265",15990,20732 -"117266",15990,23726 -"117267",15990,27168 -"117268",15990,59484 -"117269",15990,75830 -"117270",15991,51485 -"117271",15991,108144 -"117272",15991,113131 -"117273",15991,120893 -"117274",15992,18827 -"117275",15993,16045 -"117276",15993,16048 -"117277",15993,19184 -"117278",15993,54208 -"117279",15993,55484 -"117280",15993,64185 -"117281",15993,76793 -"117282",15993,77591 -"117283",15993,81296 -"117284",15993,89383 -"117285",15993,89387 -"117286",15993,89391 -"117287",15993,89422 -"117288",15993,93846 -"117289",15993,93870 -"117290",15993,94638 -"117291",15994,18645 -"117292",15994,31420 -"117293",15994,39507 -"117294",15994,100840 -"117295",15995,16793 -"117296",15995,52809 -"117297",15996,20739 -"117298",15996,22710 -"117299",15996,29743 -"117300",15996,47907 -"117301",15996,48269 -"117302",15996,90721 -"117303",15996,97882 -"117304",15997,17682 -"117305",15997,48489 -"117306",15997,78000 -"117307",15998,18382 -"117308",15998,50144 -"117309",15998,56683 -"117310",15998,71785 -"117311",15998,75977 -"117312",15998,80887 -"117313",15998,94166 -"117314",15999,16044 -"117315",16000,20766 -"117316",16000,23042 -"117317",16000,25950 -"117318",16000,31191 -"117319",16000,31208 -"117320",16000,39676 -"117321",16000,52156 -"117322",16000,64231 -"117323",16000,66666 -"117324",16000,94913 -"117325",16000,98349 -"117326",16002,16003 -"117327",16003,26805 -"117328",16003,64513 -"117329",16005,16228 -"117330",16006,16045 -"117331",16006,16323 -"117332",16006,20680 -"117333",16006,33938 -"117334",16006,35616 -"117335",16006,39102 -"117336",16006,56312 -"117337",16006,89464 -"117338",16006,90610 -"117339",16006,103847 -"117340",16006,111353 -"117341",16006,118879 -"117342",16008,43320 -"117343",16008,72521 -"117344",16008,99573 -"117345",16010,19100 -"117346",16010,24704 -"117347",16010,29410 -"117348",16010,32477 -"117349",16010,48535 -"117350",16011,23807 -"117351",16011,27725 -"117352",16011,30443 -"117353",16011,33604 -"117354",16011,47030 -"117355",16011,59628 -"117356",16011,63753 -"117357",16011,64630 -"117358",16011,64667 -"117359",16011,90027 -"117360",16012,26967 -"117361",16012,31958 -"117362",16012,87001 -"117363",16012,93420 -"117364",16013,16111 -"117365",16013,17609 -"117366",16013,23787 -"117367",16013,34168 -"117368",16013,95728 -"117369",16014,44845 -"117370",16014,68229 -"117371",16014,106525 -"117372",16015,18354 -"117373",16015,19344 -"117374",16015,25911 -"117375",16015,46727 -"117376",16015,70455 -"117377",16016,100617 -"117378",16017,34588 -"117379",16017,36658 -"117380",16017,76389 -"117381",16017,76390 -"117382",16017,76397 -"117383",16017,76442 -"117384",16017,76463 -"117385",16017,76479 -"117386",16018,30782 -"117387",16018,41412 -"117388",16020,16083 -"117389",16020,27287 -"117390",16020,30289 -"117391",16020,40652 -"117392",16021,18834 -"117393",16021,27254 -"117394",16021,27502 -"117395",16021,28164 -"117396",16021,29407 -"117397",16021,29504 -"117398",16021,37059 -"117399",16021,37905 -"117400",16021,41167 -"117401",16021,43164 -"117402",16021,44293 -"117403",16021,47703 -"117404",16021,47754 -"117405",16021,47984 -"117406",16021,48025 -"117407",16021,48918 -"117408",16021,61058 -"117409",16021,69131 -"117410",16021,72707 -"117411",16021,73192 -"117412",16021,76924 -"117413",16021,91734 -"117414",16022,16384 -"117415",16022,56767 -"117416",16023,16498 -"117417",16023,16677 -"117418",16023,46806 -"117419",16023,56579 -"117420",16024,38393 -"117421",16024,40923 -"117422",16025,23222 -"117423",16025,50181 -"117424",16025,92662 -"117425",16026,17676 -"117426",16026,17695 -"117427",16026,19553 -"117428",16026,27458 -"117429",16026,32169 -"117430",16026,35781 -"117431",16026,80171 -"117432",16026,80304 -"117433",16026,83773 -"117434",16026,110585 -"117435",16027,34927 -"117436",16027,35017 -"117437",16028,30989 -"117438",16029,16747 -"117439",16029,17241 -"117440",16029,21795 -"117441",16029,23567 -"117442",16029,25263 -"117443",16029,27482 -"117444",16029,28923 -"117445",16029,30081 -"117446",16029,34206 -"117447",16029,34212 -"117448",16029,35542 -"117449",16029,36768 -"117450",16029,36780 -"117451",16029,36816 -"117452",16029,37683 -"117453",16029,44729 -"117454",16029,61892 -"117455",16029,64938 -"117456",16029,65508 -"117457",16029,67045 -"117458",16029,72120 -"117459",16029,76484 -"117460",16029,79805 -"117461",16029,88583 -"117462",16029,90057 -"117463",16030,59821 -"117464",16030,90918 -"117465",16031,39364 -"117466",16032,28931 -"117467",16032,39640 -"117468",16032,42927 -"117469",16032,49996 -"117470",16032,58691 -"117471",16032,62734 -"117472",16032,64527 -"117473",16032,69838 -"117474",16032,69847 -"117475",16033,16418 -"117476",16033,19712 -"117477",16033,25185 -"117478",16033,30926 -"117479",16033,34225 -"117480",16034,89637 -"117481",16034,91719 -"117482",16034,109453 -"117483",16035,41446 -"117484",16036,18476 -"117485",16036,26818 -"117486",16036,32429 -"117487",16036,54229 -"117488",16036,82169 -"117489",16037,56400 -"117490",16037,96579 -"117491",16037,98100 -"117492",16038,16673 -"117493",16038,38441 -"117494",16038,46841 -"117495",16039,112061 -"117496",16040,28039 -"117497",16040,33822 -"117498",16040,33831 -"117499",16040,40094 -"117500",16040,50203 -"117501",16040,60377 -"117502",16040,81059 -"117503",16040,91111 -"117504",16040,111835 -"117505",16040,111839 -"117506",16040,111895 -"117507",16041,17963 -"117508",16041,28093 -"117509",16041,29677 -"117510",16041,34671 -"117511",16041,36067 -"117512",16041,41754 -"117513",16041,49445 -"117514",16041,49984 -"117515",16041,52497 -"117516",16041,57832 -"117517",16041,62222 -"117518",16041,62223 -"117519",16041,62287 -"117520",16041,63641 -"117521",16041,68325 -"117522",16041,75454 -"117523",16041,78582 -"117524",16042,62393 -"117525",16042,99596 -"117526",16042,117583 -"117527",16043,75320 -"117528",16044,25590 -"117529",16044,42658 -"117530",16044,43860 -"117531",16044,62344 -"117532",16045,16048 -"117533",16045,16263 -"117534",16045,16323 -"117535",16045,20680 -"117536",16045,25330 -"117537",16045,30993 -"117538",16045,33938 -"117539",16045,34142 -"117540",16045,35616 -"117541",16045,39102 -"117542",16045,42910 -"117543",16045,43901 -"117544",16045,43937 -"117545",16045,90308 -"117546",16045,90311 -"117547",16046,19687 -"117548",16046,19964 -"117549",16046,28914 -"117550",16046,49147 -"117551",16046,54201 -"117552",16046,59804 -"117553",16048,28388 -"117554",16049,22779 -"117555",16049,46770 -"117556",16049,55375 -"117557",16049,84492 -"117558",16050,38801 -"117559",16050,49655 -"117560",16050,83827 -"117561",16050,107374 -"117562",16051,60907 -"117563",16052,19637 -"117564",16052,48334 -"117565",16052,53935 -"117566",16053,16127 -"117567",16053,20067 -"117568",16053,23869 -"117569",16053,26097 -"117570",16053,26757 -"117571",16053,28639 -"117572",16053,30918 -"117573",16053,35529 -"117574",16053,42226 -"117575",16053,46388 -"117576",16053,48434 -"117577",16053,53333 -"117578",16053,59484 -"117579",16053,61108 -"117580",16053,67902 -"117581",16053,70996 -"117582",16053,74730 -"117583",16053,75830 -"117584",16053,76590 -"117585",16053,79619 -"117586",16053,93984 -"117587",16053,96444 -"117588",16053,100670 -"117589",16053,104522 -"117590",16053,108765 -"117591",16053,110013 -"117592",16054,74855 -"117593",16054,74960 -"117594",16054,74996 -"117595",16055,65250 -"117596",16055,68280 -"117597",16055,78741 -"117598",16055,110334 -"117599",16056,29765 -"117600",16056,29766 -"117601",16056,29767 -"117602",16056,37839 -"117603",16057,16188 -"117604",16057,18627 -"117605",16057,19726 -"117606",16057,20027 -"117607",16057,29533 -"117608",16057,29780 -"117609",16057,40143 -"117610",16057,64604 -"117611",16057,65369 -"117612",16058,19004 -"117613",16058,49048 -"117614",16058,66155 -"117615",16058,87186 -"117616",16059,16174 -"117617",16059,16572 -"117618",16059,16740 -"117619",16059,17734 -"117620",16059,17824 -"117621",16059,20599 -"117622",16059,26559 -"117623",16059,26756 -"117624",16059,29135 -"117625",16059,38281 -"117626",16059,41888 -"117627",16059,42175 -"117628",16059,81018 -"117629",16059,90263 -"117630",16059,91069 -"117631",16059,91124 -"117632",16059,102868 -"117633",16059,105078 -"117634",16060,16061 -"117635",16060,16077 -"117636",16060,16088 -"117637",16060,16089 -"117638",16060,16138 -"117639",16060,16139 -"117640",16061,16077 -"117641",16061,16088 -"117642",16061,16089 -"117643",16061,16138 -"117644",16061,16139 -"117645",16062,84197 -"117646",16062,119021 -"117647",16062,119026 -"117648",16064,27573 -"117649",16064,38647 -"117650",16064,60644 -"117651",16065,17027 -"117652",16065,20028 -"117653",16065,29372 -"117654",16065,31612 -"117655",16065,38146 -"117656",16065,42856 -"117657",16065,44472 -"117658",16065,44556 -"117659",16065,48316 -"117660",16065,68652 -"117661",16065,105213 -"117662",16066,18095 -"117663",16067,32413 -"117664",16067,42148 -"117665",16067,60941 -"117666",16067,65892 -"117667",16067,86905 -"117668",16067,91975 -"117669",16067,94060 -"117670",16068,17175 -"117671",16069,16130 -"117672",16070,16128 -"117673",16071,16193 -"117674",16071,16247 -"117675",16071,16309 -"117676",16071,25961 -"117677",16071,82444 -"117678",16071,82455 -"117679",16071,82566 -"117680",16071,109948 -"117681",16072,57355 -"117682",16072,83383 -"117683",16072,88523 -"117684",16073,40551 -"117685",16073,67315 -"117686",16073,79186 -"117687",16073,90675 -"117688",16073,100144 -"117689",16073,104204 -"117690",16074,16164 -"117691",16074,16461 -"117692",16074,34492 -"117693",16074,38135 -"117694",16074,44099 -"117695",16074,52653 -"117696",16074,65565 -"117697",16074,79676 -"117698",16075,31994 -"117699",16075,32040 -"117700",16075,32070 -"117701",16076,84084 -"117702",16077,16088 -"117703",16077,16089 -"117704",16077,16138 -"117705",16077,16139 -"117706",16079,48809 -"117707",16079,49997 -"117708",16079,74669 -"117709",16081,17679 -"117710",16081,20556 -"117711",16081,31724 -"117712",16081,32523 -"117713",16081,35726 -"117714",16081,37882 -"117715",16081,41887 -"117716",16081,41926 -"117717",16081,42283 -"117718",16081,69861 -"117719",16081,79032 -"117720",16081,79943 -"117721",16081,94088 -"117722",16081,109828 -"117723",16081,113531 -"117724",16082,30550 -"117725",16082,36212 -"117726",16082,38997 -"117727",16082,55220 -"117728",16083,16724 -"117729",16083,30289 -"117730",16084,23355 -"117731",16084,34127 -"117732",16084,35822 -"117733",16084,37782 -"117734",16084,40373 -"117735",16084,50122 -"117736",16084,63077 -"117737",16084,67085 -"117738",16084,76514 -"117739",16085,80349 -"117740",16085,89927 -"117741",16086,16296 -"117742",16086,33085 -"117743",16086,35102 -"117744",16086,36762 -"117745",16086,61204 -"117746",16086,85139 -"117747",16086,99085 -"117748",16086,112021 -"117749",16086,123081 -"117750",16087,24756 -"117751",16087,37739 -"117752",16087,37934 -"117753",16087,48856 -"117754",16087,60385 -"117755",16088,16089 -"117756",16088,16138 -"117757",16088,16139 -"117758",16088,82571 -"117759",16088,111336 -"117760",16089,16138 -"117761",16089,16139 -"117762",16090,16567 -"117763",16090,52840 -"117764",16090,61374 -"117765",16090,78158 -"117766",16090,78287 -"117767",16091,16141 -"117768",16091,21180 -"117769",16091,25706 -"117770",16091,64199 -"117771",16091,96434 -"117772",16091,105406 -"117773",16092,18393 -"117774",16092,21357 -"117775",16092,22455 -"117776",16092,29995 -"117777",16092,33241 -"117778",16092,36259 -"117779",16092,44913 -"117780",16092,47503 -"117781",16092,62394 -"117782",16092,71440 -"117783",16092,76552 -"117784",16092,76560 -"117785",16093,16148 -"117786",16093,32377 -"117787",16093,113381 -"117788",16093,113412 -"117789",16093,113446 -"117790",16094,58941 -"117791",16095,16164 -"117792",16095,22524 -"117793",16095,24854 -"117794",16095,26663 -"117795",16095,44364 -"117796",16095,56712 -"117797",16095,72744 -"117798",16095,100134 -"117799",16096,19043 -"117800",16096,19217 -"117801",16096,23806 -"117802",16096,30076 -"117803",16096,89994 -"117804",16096,102723 -"117805",16096,104790 -"117806",16097,74617 -"117807",16097,120191 -"117808",16098,22422 -"117809",16098,23095 -"117810",16098,24132 -"117811",16098,108595 -"117812",16098,116578 -"117813",16098,122615 -"117814",16099,19931 -"117815",16099,20423 -"117816",16099,29900 -"117817",16099,33261 -"117818",16099,55965 -"117819",16099,56046 -"117820",16099,57264 -"117821",16099,57313 -"117822",16099,69943 -"117823",16099,74327 -"117824",16099,89500 -"117825",16100,33741 -"117826",16101,28736 -"117827",16101,60275 -"117828",16101,114213 -"117829",16102,16313 -"117830",16103,50223 -"117831",16103,52940 -"117832",16103,53628 -"117833",16103,67862 -"117834",16103,118855 -"117835",16104,19758 -"117836",16104,27718 -"117837",16104,67734 -"117838",16104,89182 -"117839",16104,94672 -"117840",16105,20411 -"117841",16105,47942 -"117842",16105,74927 -"117843",16105,94599 -"117844",16105,113535 -"117845",16105,113842 -"117846",16106,29193 -"117847",16106,33298 -"117848",16106,33682 -"117849",16106,37988 -"117850",16106,38891 -"117851",16106,65419 -"117852",16106,113860 -"117853",16106,113881 -"117854",16107,19394 -"117855",16107,27402 -"117856",16107,33661 -"117857",16107,33778 -"117858",16108,26179 -"117859",16108,31078 -"117860",16108,50585 -"117861",16108,54340 -"117862",16108,59370 -"117863",16108,62142 -"117864",16109,26946 -"117865",16109,48925 -"117866",16109,50884 -"117867",16109,65686 -"117868",16109,68257 -"117869",16109,81245 -"117870",16110,24341 -"117871",16110,30180 -"117872",16110,37628 -"117873",16110,47451 -"117874",16110,79345 -"117875",16110,88597 -"117876",16110,96542 -"117877",16110,99070 -"117878",16110,101235 -"117879",16110,103615 -"117880",16110,105753 -"117881",16110,119236 -"117882",16110,119239 -"117883",16110,121039 -"117884",16111,17609 -"117885",16111,29095 -"117886",16111,32098 -"117887",16111,32881 -"117888",16111,39556 -"117889",16111,46533 -"117890",16111,52308 -"117891",16111,59539 -"117892",16111,101000 -"117893",16111,104106 -"117894",16111,116504 -"117895",16112,16158 -"117896",16112,16180 -"117897",16112,16185 -"117898",16112,16186 -"117899",16112,16208 -"117900",16112,16225 -"117901",16112,16227 -"117902",16112,16580 -"117903",16112,20539 -"117904",16112,27111 -"117905",16112,29104 -"117906",16113,16171 -"117907",16115,17020 -"117908",16115,26508 -"117909",16115,30979 -"117910",16115,33384 -"117911",16115,34344 -"117912",16115,59982 -"117913",16115,75915 -"117914",16115,78810 -"117915",16115,86175 -"117916",16115,96685 -"117917",16115,110440 -"117918",16115,110608 -"117919",16115,117102 -"117920",16115,121550 -"117921",16116,65861 -"117922",16117,46381 -"117923",16117,60634 -"117924",16117,78860 -"117925",16117,86329 -"117926",16118,29426 -"117927",16118,34354 -"117928",16118,42520 -"117929",16118,50401 -"117930",16118,60106 -"117931",16119,27168 -"117932",16119,60593 -"117933",16119,105635 -"117934",16119,117332 -"117935",16119,121048 -"117936",16120,18941 -"117937",16120,19407 -"117938",16120,21138 -"117939",16120,22347 -"117940",16120,22639 -"117941",16120,29723 -"117942",16120,33332 -"117943",16120,34937 -"117944",16120,36706 -"117945",16120,44506 -"117946",16120,55606 -"117947",16120,64070 -"117948",16120,74681 -"117949",16120,74731 -"117950",16120,85895 -"117951",16120,116281 -"117952",16121,16218 -"117953",16121,16278 -"117954",16121,34047 -"117955",16122,17422 -"117956",16122,19179 -"117957",16122,19182 -"117958",16122,21176 -"117959",16122,21847 -"117960",16122,22946 -"117961",16122,24060 -"117962",16122,25672 -"117963",16122,28139 -"117964",16122,34303 -"117965",16122,34946 -"117966",16122,37033 -"117967",16122,37087 -"117968",16122,42273 -"117969",16122,45302 -"117970",16122,48359 -"117971",16122,50134 -"117972",16122,50701 -"117973",16122,54848 -"117974",16122,60370 -"117975",16122,60371 -"117976",16122,65028 -"117977",16122,69827 -"117978",16122,70365 -"117979",16122,71127 -"117980",16122,92902 -"117981",16123,38162 -"117982",16123,47787 -"117983",16123,51652 -"117984",16123,54327 -"117985",16123,58693 -"117986",16123,98974 -"117987",16123,120448 -"117988",16124,46437 -"117989",16124,58923 -"117990",16124,72542 -"117991",16124,73490 -"117992",16124,81755 -"117993",16124,99266 -"117994",16124,110441 -"117995",16124,111665 -"117996",16124,111669 -"117997",16125,22490 -"117998",16125,23343 -"117999",16125,25730 -"118000",16125,26062 -"118001",16125,34003 -"118002",16125,56382 -"118003",16125,89681 -"118004",16125,92265 -"118005",16126,22341 -"118006",16126,25242 -"118007",16126,26390 -"118008",16126,35873 -"118009",16126,43230 -"118010",16126,45763 -"118011",16126,49876 -"118012",16126,53964 -"118013",16126,84899 -"118014",16126,114319 -"118015",16126,116810 -"118016",16126,116991 -"118017",16126,117723 -"118018",16127,17158 -"118019",16127,17997 -"118020",16127,20061 -"118021",16127,24982 -"118022",16127,25069 -"118023",16127,29194 -"118024",16127,33257 -"118025",16127,35421 -"118026",16127,35529 -"118027",16127,36587 -"118028",16127,36781 -"118029",16127,39402 -"118030",16127,40432 -"118031",16127,40725 -"118032",16127,42853 -"118033",16127,45182 -"118034",16127,47386 -"118035",16127,48434 -"118036",16127,52739 -"118037",16127,53343 -"118038",16127,57977 -"118039",16127,60535 -"118040",16127,61187 -"118041",16127,67894 -"118042",16127,68801 -"118043",16127,73464 -"118044",16127,73919 -"118045",16127,80512 -"118046",16127,81364 -"118047",16127,82930 -"118048",16127,83772 -"118049",16127,86490 -"118050",16127,86966 -"118051",16127,89710 -"118052",16127,90804 -"118053",16127,91669 -"118054",16127,93209 -"118055",16127,95604 -"118056",16127,99329 -"118057",16127,99341 -"118058",16127,100140 -"118059",16127,101113 -"118060",16127,110246 -"118061",16127,113803 -"118062",16127,115195 -"118063",16127,115233 -"118064",16127,115255 -"118065",16127,115264 -"118066",16129,16184 -"118067",16129,17270 -"118068",16129,18461 -"118069",16129,21701 -"118070",16129,23190 -"118071",16129,31489 -"118072",16129,31847 -"118073",16129,38926 -"118074",16129,42151 -"118075",16129,47118 -"118076",16129,50615 -"118077",16129,50647 -"118078",16129,51125 -"118079",16129,55003 -"118080",16129,58302 -"118081",16129,60822 -"118082",16129,63046 -"118083",16129,71495 -"118084",16130,63350 -"118085",16131,20851 -"118086",16132,25340 -"118087",16133,20379 -"118088",16133,91673 -"118089",16134,120410 -"118090",16135,16191 -"118091",16135,26721 -"118092",16135,43481 -"118093",16135,62617 -"118094",16136,26501 -"118095",16136,42882 -"118096",16136,45017 -"118097",16136,47213 -"118098",16136,47810 -"118099",16136,52507 -"118100",16136,74573 -"118101",16136,79074 -"118102",16136,95675 -"118103",16136,102415 -"118104",16136,113074 -"118105",16137,31548 -"118106",16137,31569 -"118107",16138,16139 -"118108",16138,29061 -"118109",16138,44451 -"118110",16138,72226 -"118111",16138,78153 -"118112",16138,99459 -"118113",16138,99703 -"118114",16139,83190 -"118115",16140,24954 -"118116",16140,118309 -"118117",16142,16494 -"118118",16142,27097 -"118119",16142,49758 -"118120",16143,16254 -"118121",16143,20777 -"118122",16143,23628 -"118123",16143,27439 -"118124",16143,28145 -"118125",16143,29676 -"118126",16143,31985 -"118127",16143,32008 -"118128",16143,56994 -"118129",16144,23560 -"118130",16144,24936 -"118131",16144,27827 -"118132",16144,91711 -"118133",16144,98994 -"118134",16145,30158 -"118135",16145,56004 -"118136",16145,94520 -"118137",16145,108026 -"118138",16146,22081 -"118139",16146,24888 -"118140",16146,26654 -"118141",16146,28377 -"118142",16146,29926 -"118143",16146,37922 -"118144",16146,38779 -"118145",16146,47527 -"118146",16146,54344 -"118147",16146,59668 -"118148",16146,89160 -"118149",16146,89684 -"118150",16146,95600 -"118151",16146,95846 -"118152",16147,58031 -"118153",16149,37037 -"118154",16149,39731 -"118155",16149,70075 -"118156",16149,112579 -"118157",16150,16393 -"118158",16150,57610 -"118159",16150,74326 -"118160",16150,75821 -"118161",16150,109691 -"118162",16151,17548 -"118163",16151,17716 -"118164",16151,26064 -"118165",16151,35777 -"118166",16151,36422 -"118167",16151,49033 -"118168",16151,49215 -"118169",16151,56505 -"118170",16151,95652 -"118171",16152,16182 -"118172",16152,22598 -"118173",16152,22754 -"118174",16152,32895 -"118175",16152,92424 -"118176",16153,16305 -"118177",16153,16306 -"118178",16155,27514 -"118179",16155,51459 -"118180",16155,94778 -"118181",16155,95922 -"118182",16156,19325 -"118183",16156,61861 -"118184",16157,21340 -"118185",16157,59939 -"118186",16157,92609 -"118187",16157,102264 -"118188",16158,16180 -"118189",16158,16185 -"118190",16158,16186 -"118191",16158,16208 -"118192",16158,16225 -"118193",16158,16227 -"118194",16159,70359 -"118195",16159,81214 -"118196",16159,105625 -"118197",16159,111298 -"118198",16159,112309 -"118199",16160,28081 -"118200",16160,32548 -"118201",16160,34088 -"118202",16160,37266 -"118203",16160,38535 -"118204",16160,46903 -"118205",16160,50127 -"118206",16160,52494 -"118207",16160,68789 -"118208",16160,68891 -"118209",16160,68914 -"118210",16160,84554 -"118211",16160,105123 -"118212",16160,121206 -"118213",16161,16754 -"118214",16161,30842 -"118215",16161,31176 -"118216",16161,43856 -"118217",16161,82546 -"118218",16162,46817 -"118219",16162,57623 -"118220",16162,109314 -"118221",16163,41225 -"118222",16164,16461 -"118223",16164,17895 -"118224",16164,20319 -"118225",16164,20563 -"118226",16164,22753 -"118227",16164,26436 -"118228",16164,26516 -"118229",16164,27753 -"118230",16164,28731 -"118231",16164,34492 -"118232",16164,39058 -"118233",16164,40695 -"118234",16164,44319 -"118235",16164,52653 -"118236",16164,52971 -"118237",16164,56712 -"118238",16164,62810 -"118239",16164,65565 -"118240",16164,67434 -"118241",16164,77098 -"118242",16164,79511 -"118243",16164,79676 -"118244",16164,79942 -"118245",16164,85323 -"118246",16164,89274 -"118247",16164,98896 -"118248",16164,99884 -"118249",16164,100134 -"118250",16164,109654 -"118251",16164,114355 -"118252",16164,119219 -"118253",16165,26462 -"118254",16165,34731 -"118255",16165,47435 -"118256",16165,54855 -"118257",16165,62219 -"118258",16165,62711 -"118259",16165,73283 -"118260",16165,93192 -"118261",16166,16257 -"118262",16166,49423 -"118263",16167,20146 -"118264",16167,24185 -"118265",16167,30251 -"118266",16167,34418 -"118267",16167,102924 -"118268",16168,16204 -"118269",16168,17734 -"118270",16168,22370 -"118271",16168,29450 -"118272",16168,34509 -"118273",16168,37333 -"118274",16168,41402 -"118275",16168,62164 -"118276",16168,77219 -"118277",16168,80248 -"118278",16168,96040 -"118279",16168,101865 -"118280",16168,105061 -"118281",16168,107054 -"118282",16168,107316 -"118283",16168,108546 -"118284",16168,112207 -"118285",16168,116336 -"118286",16169,26080 -"118287",16169,42429 -"118288",16169,53442 -"118289",16169,54003 -"118290",16169,115840 -"118291",16170,39043 -"118292",16170,41014 -"118293",16170,41622 -"118294",16170,51575 -"118295",16170,76210 -"118296",16170,86598 -"118297",16170,86619 -"118298",16170,91907 -"118299",16170,94185 -"118300",16170,113942 -"118301",16172,16312 -"118302",16172,21721 -"118303",16172,62211 -"118304",16172,89016 -"118305",16172,92647 -"118306",16173,18124 -"118307",16173,18150 -"118308",16173,52522 -"118309",16174,16572 -"118310",16174,16740 -"118311",16174,20599 -"118312",16174,26559 -"118313",16174,26756 -"118314",16174,29135 -"118315",16174,39058 -"118316",16174,41888 -"118317",16174,42175 -"118318",16174,48484 -"118319",16174,81018 -"118320",16174,91124 -"118321",16174,105078 -"118322",16175,20323 -"118323",16175,41327 -"118324",16175,61930 -"118325",16175,75255 -"118326",16175,77015 -"118327",16175,94620 -"118328",16176,27154 -"118329",16176,40906 -"118330",16176,47927 -"118331",16176,52947 -"118332",16176,60167 -"118333",16176,69179 -"118334",16176,78996 -"118335",16176,79600 -"118336",16176,102138 -"118337",16177,75662 -"118338",16177,121535 -"118339",16179,20006 -"118340",16179,20098 -"118341",16179,30300 -"118342",16179,89045 -"118343",16180,16185 -"118344",16180,16186 -"118345",16180,16208 -"118346",16180,16225 -"118347",16180,16227 -"118348",16180,24237 -"118349",16182,32895 -"118350",16183,16426 -"118351",16184,23187 -"118352",16184,24867 -"118353",16184,29751 -"118354",16184,45901 -"118355",16184,49757 -"118356",16184,51106 -"118357",16184,51114 -"118358",16184,51125 -"118359",16184,67711 -"118360",16184,67712 -"118361",16184,67713 -"118362",16184,67714 -"118363",16185,16186 -"118364",16185,16208 -"118365",16185,16225 -"118366",16185,16227 -"118367",16186,16208 -"118368",16186,16225 -"118369",16186,16227 -"118370",16187,36086 -"118371",16187,41649 -"118372",16187,79653 -"118373",16188,17159 -"118374",16188,20412 -"118375",16188,23402 -"118376",16188,24628 -"118377",16188,27433 -"118378",16188,38119 -"118379",16188,52717 -"118380",16190,96188 -"118381",16192,21395 -"118382",16192,37063 -"118383",16192,40959 -"118384",16192,43580 -"118385",16192,52750 -"118386",16192,53837 -"118387",16192,67942 -"118388",16192,81934 -"118389",16192,99359 -"118390",16192,100791 -"118391",16192,104192 -"118392",16192,105448 -"118393",16192,105461 -"118394",16192,115313 -"118395",16193,16247 -"118396",16193,16309 -"118397",16193,24793 -"118398",16193,24858 -"118399",16193,68920 -"118400",16193,93830 -"118401",16193,100924 -"118402",16194,16294 -"118403",16194,30248 -"118404",16194,32405 -"118405",16194,55668 -"118406",16194,82568 -"118407",16194,101654 -"118408",16195,21518 -"118409",16195,23911 -"118410",16195,55192 -"118411",16195,55592 -"118412",16195,57844 -"118413",16195,99102 -"118414",16196,29677 -"118415",16196,32718 -"118416",16197,16249 -"118417",16198,28227 -"118418",16198,51225 -"118419",16198,52962 -"118420",16198,53760 -"118421",16198,63439 -"118422",16199,33239 -"118423",16199,37307 -"118424",16199,50367 -"118425",16199,61778 -"118426",16199,76613 -"118427",16199,81508 -"118428",16199,86129 -"118429",16199,87345 -"118430",16199,90884 -"118431",16200,22243 -"118432",16200,22244 -"118433",16200,31332 -"118434",16200,87907 -"118435",16200,89627 -"118436",16200,112104 -"118437",16200,115339 -"118438",16200,120020 -"118439",16200,121300 -"118440",16201,90845 -"118441",16201,93218 -"118442",16201,103965 -"118443",16202,38819 -"118444",16202,39331 -"118445",16202,48950 -"118446",16202,59261 -"118447",16205,19592 -"118448",16205,33385 -"118449",16205,44181 -"118450",16205,51038 -"118451",16205,80548 -"118452",16205,80755 -"118453",16205,80797 -"118454",16206,111686 -"118455",16206,114614 -"118456",16207,16327 -"118457",16207,45083 -"118458",16208,16225 -"118459",16208,16227 -"118460",16210,88566 -"118461",16211,23123 -"118462",16211,35664 -"118463",16211,43890 -"118464",16211,89672 -"118465",16211,123082 -"118466",16212,47111 -"118467",16213,17480 -"118468",16213,60736 -"118469",16214,16233 -"118470",16214,86986 -"118471",16214,100823 -"118472",16214,108058 -"118473",16215,40748 -"118474",16215,44902 -"118475",16215,45061 -"118476",16215,52229 -"118477",16215,52527 -"118478",16215,57391 -"118479",16215,89072 -"118480",16215,93970 -"118481",16215,97205 -"118482",16215,119744 -"118483",16216,47507 -"118484",16217,35544 -"118485",16218,16278 -"118486",16218,34047 -"118487",16218,47965 -"118488",16218,84370 -"118489",16218,87417 -"118490",16218,93533 -"118491",16219,38988 -"118492",16221,17502 -"118493",16221,18211 -"118494",16221,20500 -"118495",16221,21055 -"118496",16221,21905 -"118497",16221,24735 -"118498",16221,26346 -"118499",16221,26892 -"118500",16221,27608 -"118501",16221,28188 -"118502",16221,28805 -"118503",16221,28877 -"118504",16221,28880 -"118505",16221,28944 -"118506",16221,32255 -"118507",16221,35649 -"118508",16221,43770 -"118509",16221,47532 -"118510",16221,51386 -"118511",16221,57664 -"118512",16221,61699 -"118513",16221,70078 -"118514",16221,82155 -"118515",16221,84952 -"118516",16221,94444 -"118517",16221,95913 -"118518",16221,95925 -"118519",16221,95935 -"118520",16221,105536 -"118521",16222,57331 -"118522",16222,57339 -"118523",16223,30881 -"118524",16223,41687 -"118525",16223,57262 -"118526",16223,57326 -"118527",16223,61569 -"118528",16223,63548 -"118529",16223,86424 -"118530",16223,92017 -"118531",16223,100207 -"118532",16223,100533 -"118533",16223,101375 -"118534",16223,102455 -"118535",16224,95297 -"118536",16225,16227 -"118537",16226,23688 -"118538",16226,50716 -"118539",16226,64466 -"118540",16228,21669 -"118541",16228,22183 -"118542",16228,25206 -"118543",16228,35312 -"118544",16228,46726 -"118545",16228,48466 -"118546",16228,49776 -"118547",16228,50996 -"118548",16228,56787 -"118549",16228,62668 -"118550",16228,68423 -"118551",16228,71219 -"118552",16228,77280 -"118553",16228,101218 -"118554",16228,119828 -"118555",16230,28515 -"118556",16230,41912 -"118557",16230,43594 -"118558",16231,70579 -"118559",16232,18959 -"118560",16232,43593 -"118561",16232,44131 -"118562",16232,90692 -"118563",16232,110691 -"118564",16234,25295 -"118565",16234,54268 -"118566",16234,70808 -"118567",16234,89345 -"118568",16235,16236 -"118569",16235,41471 -"118570",16236,17130 -"118571",16236,22906 -"118572",16236,35306 -"118573",16236,80021 -"118574",16237,52138 -"118575",16238,60672 -"118576",16238,70914 -"118577",16238,71065 -"118578",16238,74244 -"118579",16238,107646 -"118580",16239,16455 -"118581",16239,16476 -"118582",16239,93618 -"118583",16239,97467 -"118584",16239,97472 -"118585",16240,18344 -"118586",16240,46062 -"118587",16240,60931 -"118588",16240,66491 -"118589",16240,66765 -"118590",16241,29403 -"118591",16241,36912 -"118592",16241,59993 -"118593",16242,16686 -"118594",16242,41091 -"118595",16242,43409 -"118596",16242,52799 -"118597",16243,19125 -"118598",16243,20944 -"118599",16244,17691 -"118600",16244,20182 -"118601",16244,22221 -"118602",16244,37722 -"118603",16244,45299 -"118604",16244,59727 -"118605",16244,69512 -"118606",16244,70964 -"118607",16244,106073 -"118608",16245,18586 -"118609",16245,22424 -"118610",16245,32067 -"118611",16245,42045 -"118612",16245,45017 -"118613",16245,71212 -"118614",16245,77094 -"118615",16245,85553 -"118616",16245,85869 -"118617",16245,95675 -"118618",16245,95735 -"118619",16245,117993 -"118620",16247,16309 -"118621",16250,68086 -"118622",16251,47895 -"118623",16251,51251 -"118624",16251,52768 -"118625",16251,68887 -"118626",16251,79741 -"118627",16251,81820 -"118628",16252,16872 -"118629",16252,17145 -"118630",16252,17508 -"118631",16252,18060 -"118632",16252,18217 -"118633",16252,22160 -"118634",16252,22462 -"118635",16252,22823 -"118636",16252,23147 -"118637",16252,23421 -"118638",16252,23632 -"118639",16252,23953 -"118640",16252,24495 -"118641",16252,24710 -"118642",16252,25143 -"118643",16252,25303 -"118644",16252,25664 -"118645",16252,26407 -"118646",16252,27132 -"118647",16252,27174 -"118648",16252,27196 -"118649",16252,27710 -"118650",16252,28703 -"118651",16252,29253 -"118652",16252,29341 -"118653",16252,29560 -"118654",16252,29573 -"118655",16252,29868 -"118656",16252,32438 -"118657",16252,32967 -"118658",16252,33223 -"118659",16252,33881 -"118660",16252,34097 -"118661",16252,34330 -"118662",16252,34513 -"118663",16252,35400 -"118664",16252,36476 -"118665",16252,36547 -"118666",16252,36745 -"118667",16252,37821 -"118668",16252,37931 -"118669",16252,38319 -"118670",16252,39398 -"118671",16252,39492 -"118672",16252,40320 -"118673",16252,40373 -"118674",16252,40542 -"118675",16252,41182 -"118676",16252,42131 -"118677",16252,46843 -"118678",16252,48331 -"118679",16252,51641 -"118680",16252,52738 -"118681",16252,53702 -"118682",16252,61103 -"118683",16252,65604 -"118684",16253,38373 -"118685",16253,55969 -"118686",16253,83102 -"118687",16253,84415 -"118688",16253,117858 -"118689",16254,77425 -"118690",16254,96862 -"118691",16254,97852 -"118692",16255,97709 -"118693",16255,115904 -"118694",16256,19087 -"118695",16256,29934 -"118696",16256,36828 -"118697",16256,65037 -"118698",16256,86217 -"118699",16256,86813 -"118700",16257,105101 -"118701",16258,25708 -"118702",16258,41939 -"118703",16258,66539 -"118704",16259,16529 -"118705",16259,16625 -"118706",16259,17806 -"118707",16259,17828 -"118708",16259,17895 -"118709",16259,26713 -"118710",16259,26724 -"118711",16259,26882 -"118712",16259,31341 -"118713",16259,31478 -"118714",16259,32672 -"118715",16259,32988 -"118716",16259,42909 -"118717",16259,44463 -"118718",16259,46132 -"118719",16259,46733 -"118720",16259,47438 -"118721",16259,63112 -"118722",16259,63934 -"118723",16259,65155 -"118724",16259,70413 -"118725",16259,71033 -"118726",16259,73409 -"118727",16259,75568 -"118728",16259,76428 -"118729",16259,79063 -"118730",16259,80625 -"118731",16259,81046 -"118732",16259,84194 -"118733",16259,90968 -"118734",16259,92971 -"118735",16259,100314 -"118736",16259,104590 -"118737",16259,108463 -"118738",16259,116534 -"118739",16259,116545 -"118740",16260,52542 -"118741",16260,76271 -"118742",16260,76272 -"118743",16260,76273 -"118744",16261,25812 -"118745",16261,72614 -"118746",16261,72638 -"118747",16261,77232 -"118748",16262,16857 -"118749",16262,21011 -"118750",16262,41557 -"118751",16262,50964 -"118752",16263,17709 -"118753",16263,27632 -"118754",16263,30993 -"118755",16263,34938 -"118756",16264,35866 -"118757",16264,47912 -"118758",16264,48052 -"118759",16264,48442 -"118760",16264,48443 -"118761",16264,48491 -"118762",16264,48512 -"118763",16264,48542 -"118764",16264,48543 -"118765",16265,17539 -"118766",16265,30073 -"118767",16265,62637 -"118768",16265,66288 -"118769",16265,71816 -"118770",16266,28707 -"118771",16267,16391 -"118772",16267,16542 -"118773",16267,18386 -"118774",16267,24793 -"118775",16267,27007 -"118776",16267,32690 -"118777",16267,34568 -"118778",16267,55148 -"118779",16267,59995 -"118780",16267,75170 -"118781",16267,75564 -"118782",16267,102909 -"118783",16267,106261 -"118784",16267,112302 -"118785",16268,34690 -"118786",16268,39170 -"118787",16268,47743 -"118788",16268,62735 -"118789",16268,73165 -"118790",16268,89783 -"118791",16269,19161 -"118792",16269,20424 -"118793",16269,20495 -"118794",16269,21176 -"118795",16269,21503 -"118796",16269,23530 -"118797",16269,30766 -"118798",16269,34582 -"118799",16269,37478 -"118800",16269,38051 -"118801",16269,45561 -"118802",16269,48080 -"118803",16269,56232 -"118804",16270,68753 -"118805",16270,118959 -"118806",16271,22183 -"118807",16271,23115 -"118808",16271,35312 -"118809",16271,38788 -"118810",16271,52507 -"118811",16271,54313 -"118812",16271,56448 -"118813",16271,76371 -"118814",16272,17018 -"118815",16272,17035 -"118816",16272,17037 -"118817",16273,16275 -"118818",16273,22498 -"118819",16273,110382 -"118820",16274,19016 -"118821",16274,27756 -"118822",16274,32335 -"118823",16274,32359 -"118824",16274,32379 -"118825",16274,46365 -"118826",16274,70707 -"118827",16274,72553 -"118828",16274,78521 -"118829",16274,97088 -"118830",16275,22498 -"118831",16276,37891 -"118832",16277,95377 -"118833",16277,100938 -"118834",16278,34047 -"118835",16278,47965 -"118836",16278,84370 -"118837",16278,93533 -"118838",16279,16315 -"118839",16279,40963 -"118840",16280,25778 -"118841",16280,68788 -"118842",16280,106394 -"118843",16280,111609 -"118844",16281,32901 -"118845",16281,40022 -"118846",16281,48632 -"118847",16281,48692 -"118848",16281,48739 -"118849",16281,48794 -"118850",16281,48806 -"118851",16281,52325 -"118852",16281,110250 -"118853",16281,112956 -"118854",16281,114813 -"118855",16282,21410 -"118856",16282,21497 -"118857",16282,47719 -"118858",16283,66043 -"118859",16283,80886 -"118860",16283,91294 -"118861",16283,94482 -"118862",16283,120422 -"118863",16283,120470 -"118864",16284,18281 -"118865",16284,21391 -"118866",16284,34648 -"118867",16284,91019 -"118868",16284,117722 -"118869",16284,117737 -"118870",16285,17602 -"118871",16286,18768 -"118872",16286,20116 -"118873",16286,27248 -"118874",16286,34833 -"118875",16286,35406 -"118876",16286,37503 -"118877",16286,44533 -"118878",16286,48598 -"118879",16286,50213 -"118880",16286,53055 -"118881",16286,53626 -"118882",16286,57697 -"118883",16286,58398 -"118884",16286,66675 -"118885",16286,78375 -"118886",16286,93960 -"118887",16286,95938 -"118888",16286,116389 -"118889",16287,26648 -"118890",16287,34679 -"118891",16287,90250 -"118892",16287,90316 -"118893",16287,90317 -"118894",16288,59773 -"118895",16288,99064 -"118896",16289,20272 -"118897",16289,72685 -"118898",16289,87608 -"118899",16290,23050 -"118900",16290,31621 -"118901",16290,46973 -"118902",16290,53061 -"118903",16290,83579 -"118904",16290,103491 -"118905",16291,18142 -"118906",16291,59889 -"118907",16292,42560 -"118908",16292,69541 -"118909",16292,81161 -"118910",16292,89974 -"118911",16293,16366 -"118912",16294,91080 -"118913",16294,91181 -"118914",16294,98556 -"118915",16294,112361 -"118916",16294,113112 -"118917",16295,17057 -"118918",16295,32107 -"118919",16295,37146 -"118920",16295,50276 -"118921",16296,30094 -"118922",16296,72815 -"118923",16296,75312 -"118924",16296,83406 -"118925",16296,120284 -"118926",16297,65337 -"118927",16297,70839 -"118928",16297,80654 -"118929",16298,20009 -"118930",16298,37859 -"118931",16298,40469 -"118932",16298,45934 -"118933",16298,73945 -"118934",16298,79344 -"118935",16298,79618 -"118936",16298,94069 -"118937",16298,94097 -"118938",16299,19265 -"118939",16299,23227 -"118940",16299,23394 -"118941",16299,29804 -"118942",16300,30512 -"118943",16301,32375 -"118944",16301,39055 -"118945",16301,40591 -"118946",16301,54065 -"118947",16301,66341 -"118948",16301,89288 -"118949",16301,100523 -"118950",16301,120871 -"118951",16302,23027 -"118952",16302,32085 -"118953",16302,45305 -"118954",16302,48580 -"118955",16302,72951 -"118956",16303,16699 -"118957",16303,18014 -"118958",16303,21162 -"118959",16304,18510 -"118960",16304,27180 -"118961",16304,53639 -"118962",16304,77036 -"118963",16304,89372 -"118964",16304,90884 -"118965",16304,101466 -"118966",16304,102725 -"118967",16304,115476 -"118968",16305,16306 -"118969",16305,38870 -"118970",16305,41537 -"118971",16305,56265 -"118972",16305,82201 -"118973",16307,68692 -"118974",16308,27278 -"118975",16308,37818 -"118976",16308,81221 -"118977",16308,82848 -"118978",16308,86136 -"118979",16308,89590 -"118980",16308,107092 -"118981",16309,30180 -"118982",16309,40369 -"118983",16309,43033 -"118984",16309,57420 -"118985",16310,19843 -"118986",16310,94692 -"118987",16310,106212 -"118988",16310,112757 -"118989",16310,122717 -"118990",16311,18931 -"118991",16311,33568 -"118992",16311,44982 -"118993",16312,19379 -"118994",16312,22816 -"118995",16312,44042 -"118996",16312,55303 -"118997",16312,62252 -"118998",16312,109480 -"118999",16313,21649 -"119000",16313,22079 -"119001",16313,22511 -"119002",16313,23508 -"119003",16313,23834 -"119004",16313,24049 -"119005",16313,24362 -"119006",16313,26802 -"119007",16313,31603 -"119008",16313,32352 -"119009",16313,32516 -"119010",16313,43560 -"119011",16313,50632 -"119012",16313,83096 -"119013",16313,90263 -"119014",16313,97635 -"119015",16313,106829 -"119016",16313,110821 -"119017",16313,118714 -"119018",16313,122644 -"119019",16314,61842 -"119020",16314,62813 -"119021",16315,40963 -"119022",16315,82682 -"119023",16317,42773 -"119024",16317,86571 -"119025",16318,17867 -"119026",16318,18740 -"119027",16318,18756 -"119028",16318,18912 -"119029",16318,19062 -"119030",16318,42486 -"119031",16318,42652 -"119032",16319,57310 -"119033",16319,114049 -"119034",16319,117091 -"119035",16319,117816 -"119036",16320,27231 -"119037",16320,31244 -"119038",16320,44598 -"119039",16320,57218 -"119040",16320,105872 -"119041",16320,122092 -"119042",16321,16435 -"119043",16321,16705 -"119044",16321,79601 -"119045",16322,89670 -"119046",16323,17709 -"119047",16323,20664 -"119048",16323,20680 -"119049",16323,26109 -"119050",16323,32005 -"119051",16323,32072 -"119052",16323,33938 -"119053",16323,35616 -"119054",16323,39102 -"119055",16323,42911 -"119056",16323,45252 -"119057",16323,49111 -"119058",16323,76826 -"119059",16323,80451 -"119060",16323,90155 -"119061",16323,97213 -"119062",16324,16468 -"119063",16324,22090 -"119064",16324,31222 -"119065",16324,43157 -"119066",16324,45014 -"119067",16324,56673 -"119068",16324,58208 -"119069",16324,58591 -"119070",16324,69965 -"119071",16324,76281 -"119072",16324,77666 -"119073",16324,80730 -"119074",16325,16717 -"119075",16325,18763 -"119076",16325,20671 -"119077",16325,30113 -"119078",16325,33990 -"119079",16325,34432 -"119080",16325,54934 -"119081",16325,69446 -"119082",16326,19299 -"119083",16326,20602 -"119084",16326,20693 -"119085",16326,54169 -"119086",16326,72067 -"119087",16327,28632 -"119088",16327,29788 -"119089",16328,18364 -"119090",16328,44238 -"119091",16328,44994 -"119092",16328,79207 -"119093",16329,69463 -"119094",16329,84354 -"119095",16329,90997 -"119096",16329,104040 -"119097",16329,115595 -"119098",16329,115612 -"119099",16329,115646 -"119100",16329,115653 -"119101",16329,115654 -"119102",16329,115659 -"119103",16330,16526 -"119104",16330,20657 -"119105",16330,23292 -"119106",16330,28067 -"119107",16330,30971 -"119108",16330,44945 -"119109",16330,44974 -"119110",16331,59809 -"119111",16332,20975 -"119112",16332,36972 -"119113",16332,72956 -"119114",16332,87820 -"119115",16332,96009 -"119116",16333,35555 -"119117",16334,16363 -"119118",16334,16385 -"119119",16334,20414 -"119120",16334,35498 -"119121",16334,35519 -"119122",16334,37648 -"119123",16334,87494 -"119124",16335,17484 -"119125",16335,21755 -"119126",16335,21914 -"119127",16335,26790 -"119128",16335,29483 -"119129",16335,35406 -"119130",16335,36926 -"119131",16335,55273 -"119132",16335,64468 -"119133",16335,75514 -"119134",16335,77432 -"119135",16335,82181 -"119136",16335,91599 -"119137",16335,94063 -"119138",16336,16525 -"119139",16336,16561 -"119140",16336,16562 -"119141",16336,18109 -"119142",16336,48158 -"119143",16336,66283 -"119144",16337,30504 -"119145",16337,60150 -"119146",16337,93410 -"119147",16337,97195 -"119148",16337,98506 -"119149",16338,37948 -"119150",16338,44337 -"119151",16338,73505 -"119152",16338,110453 -"119153",16339,17508 -"119154",16339,27148 -"119155",16339,32184 -"119156",16339,32307 -"119157",16339,32309 -"119158",16339,45672 -"119159",16339,66622 -"119160",16339,110399 -"119161",16340,16356 -"119162",16340,18262 -"119163",16340,21450 -"119164",16340,33723 -"119165",16340,41500 -"119166",16340,41605 -"119167",16340,50468 -"119168",16340,53377 -"119169",16340,76510 -"119170",16340,91015 -"119171",16340,91207 -"119172",16340,91220 -"119173",16340,92537 -"119174",16340,116516 -"119175",16341,23980 -"119176",16341,30194 -"119177",16341,50243 -"119178",16341,64390 -"119179",16341,67783 -"119180",16341,78217 -"119181",16341,90733 -"119182",16341,90763 -"119183",16341,113514 -"119184",16341,113587 -"119185",16342,18420 -"119186",16342,40347 -"119187",16343,23670 -"119188",16343,62151 -"119189",16343,87945 -"119190",16343,96053 -"119191",16343,105924 -"119192",16344,108686 -"119193",16345,21106 -"119194",16345,25223 -"119195",16345,30821 -"119196",16345,73349 -"119197",16345,84153 -"119198",16345,92798 -"119199",16345,95152 -"119200",16345,99707 -"119201",16345,104278 -"119202",16345,113540 -"119203",16345,118295 -"119204",16345,118722 -"119205",16345,118723 -"119206",16346,30376 -"119207",16346,45743 -"119208",16346,64577 -"119209",16346,91226 -"119210",16347,16563 -"119211",16347,31125 -"119212",16347,36274 -"119213",16347,49379 -"119214",16347,52946 -"119215",16347,59143 -"119216",16347,89698 -"119217",16347,90070 -"119218",16347,100994 -"119219",16347,102394 -"119220",16347,102527 -"119221",16348,67414 -"119222",16348,113932 -"119223",16349,33706 -"119224",16349,47787 -"119225",16349,55442 -"119226",16349,67740 -"119227",16349,88174 -"119228",16350,24222 -"119229",16350,32221 -"119230",16350,66499 -"119231",16351,25194 -"119232",16351,31303 -"119233",16351,37279 -"119234",16351,51449 -"119235",16351,88664 -"119236",16351,101949 -"119237",16352,16557 -"119238",16352,16577 -"119239",16352,20908 -"119240",16352,21447 -"119241",16352,21848 -"119242",16352,23606 -"119243",16352,25264 -"119244",16352,26080 -"119245",16352,28002 -"119246",16352,34735 -"119247",16352,40072 -"119248",16352,50236 -"119249",16352,51299 -"119250",16352,56236 -"119251",16352,67817 -"119252",16353,50517 -"119253",16353,58687 -"119254",16354,17051 -"119255",16354,18586 -"119256",16354,25376 -"119257",16354,25651 -"119258",16354,32541 -"119259",16354,34694 -"119260",16354,34710 -"119261",16354,34818 -"119262",16354,34892 -"119263",16354,34900 -"119264",16354,50788 -"119265",16354,52956 -"119266",16354,62393 -"119267",16354,77880 -"119268",16354,85778 -"119269",16354,87000 -"119270",16354,89362 -"119271",16354,107906 -"119272",16354,120792 -"119273",16355,16602 -"119274",16355,25937 -"119275",16357,17224 -"119276",16357,26081 -"119277",16357,49507 -"119278",16357,55827 -"119279",16357,69796 -"119280",16357,106140 -"119281",16357,116820 -"119282",16358,55080 -"119283",16358,64468 -"119284",16358,71255 -"119285",16359,28233 -"119286",16359,93953 -"119287",16360,16555 -"119288",16361,16488 -"119289",16361,18402 -"119290",16361,22571 -"119291",16361,25885 -"119292",16361,51099 -"119293",16361,56762 -"119294",16361,82916 -"119295",16361,85670 -"119296",16361,90701 -"119297",16361,95354 -"119298",16361,96720 -"119299",16361,96722 -"119300",16362,30019 -"119301",16362,39501 -"119302",16362,44712 -"119303",16362,92751 -"119304",16363,16385 -"119305",16363,74873 -"119306",16363,104922 -"119307",16363,104936 -"119308",16364,75193 -"119309",16365,21665 -"119310",16365,21991 -"119311",16365,22501 -"119312",16365,23369 -"119313",16365,30570 -"119314",16365,35602 -"119315",16365,37139 -"119316",16365,53098 -"119317",16365,118436 -"119318",16366,17070 -"119319",16366,33809 -"119320",16366,38599 -"119321",16366,39368 -"119322",16366,48222 -"119323",16366,51493 -"119324",16366,74180 -"119325",16366,92059 -"119326",16366,92279 -"119327",16367,35675 -"119328",16368,70460 -"119329",16368,92910 -"119330",16369,16504 -"119331",16369,83153 -"119332",16369,99313 -"119333",16369,99325 -"119334",16369,99337 -"119335",16370,50287 -"119336",16370,77958 -"119337",16370,121271 -"119338",16371,37675 -"119339",16371,66671 -"119340",16372,108681 -"119341",16372,112018 -"119342",16372,120923 -"119343",16372,121168 -"119344",16373,17394 -"119345",16373,52992 -"119346",16373,109488 -"119347",16374,65106 -"119348",16374,90346 -"119349",16375,60276 -"119350",16375,120706 -"119351",16375,120715 -"119352",16376,79154 -"119353",16376,86663 -"119354",16377,21286 -"119355",16377,30786 -"119356",16377,97886 -"119357",16377,107829 -"119358",16378,30369 -"119359",16378,49801 -"119360",16378,52483 -"119361",16378,98969 -"119362",16379,16415 -"119363",16379,120781 -"119364",16380,26806 -"119365",16380,33123 -"119366",16380,33272 -"119367",16380,38604 -"119368",16380,38791 -"119369",16380,49194 -"119370",16380,53896 -"119371",16380,72713 -"119372",16380,72824 -"119373",16380,72826 -"119374",16380,72830 -"119375",16380,72840 -"119376",16380,72842 -"119377",16380,72847 -"119378",16380,91614 -"119379",16380,104280 -"119380",16380,107617 -"119381",16381,16949 -"119382",16381,17340 -"119383",16381,18514 -"119384",16381,22299 -"119385",16381,23938 -"119386",16381,24250 -"119387",16381,26682 -"119388",16381,29741 -"119389",16381,30876 -"119390",16381,31242 -"119391",16381,32393 -"119392",16381,32435 -"119393",16381,32939 -"119394",16381,33113 -"119395",16381,38494 -"119396",16381,38932 -"119397",16381,40643 -"119398",16381,42017 -"119399",16381,42107 -"119400",16381,45787 -"119401",16381,47083 -"119402",16381,49231 -"119403",16381,50061 -"119404",16381,52450 -"119405",16381,54059 -"119406",16381,55370 -"119407",16381,57804 -"119408",16381,58965 -"119409",16381,59615 -"119410",16381,59940 -"119411",16381,67363 -"119412",16381,69903 -"119413",16381,71230 -"119414",16381,76278 -"119415",16381,76740 -"119416",16381,76786 -"119417",16381,77272 -"119418",16381,77357 -"119419",16381,77402 -"119420",16381,78248 -"119421",16381,78255 -"119422",16381,78339 -"119423",16381,78445 -"119424",16381,79022 -"119425",16381,79716 -"119426",16381,79989 -"119427",16381,80281 -"119428",16381,81728 -"119429",16381,82196 -"119430",16381,82383 -"119431",16381,82810 -"119432",16381,82854 -"119433",16381,83853 -"119434",16381,83884 -"119435",16381,84379 -"119436",16381,84613 -"119437",16381,85465 -"119438",16381,85610 -"119439",16381,86351 -"119440",16381,86451 -"119441",16381,86882 -"119442",16381,87089 -"119443",16381,87175 -"119444",16381,87451 -"119445",16381,87521 -"119446",16381,87572 -"119447",16381,87663 -"119448",16381,87721 -"119449",16381,87862 -"119450",16381,92773 -"119451",16381,92936 -"119452",16381,99605 -"119453",16381,107720 -"119454",16382,21311 -"119455",16382,30358 -"119456",16382,32117 -"119457",16382,32748 -"119458",16382,42062 -"119459",16382,42159 -"119460",16382,68462 -"119461",16383,28120 -"119462",16383,33464 -"119463",16383,33982 -"119464",16383,34131 -"119465",16383,34765 -"119466",16383,35254 -"119467",16383,38198 -"119468",16383,41058 -"119469",16383,42824 -"119470",16383,42825 -"119471",16383,42876 -"119472",16383,42907 -"119473",16383,46493 -"119474",16383,48090 -"119475",16383,50480 -"119476",16384,47889 -"119477",16384,70526 -"119478",16384,74826 -"119479",16384,86580 -"119480",16385,28990 -"119481",16385,35498 -"119482",16385,35519 -"119483",16385,47254 -"119484",16385,104549 -"119485",16385,104684 -"119486",16385,105713 -"119487",16386,16414 -"119488",16386,16457 -"119489",16386,16502 -"119490",16386,25390 -"119491",16386,44154 -"119492",16386,47917 -"119493",16386,67915 -"119494",16387,46789 -"119495",16387,76141 -"119496",16388,17664 -"119497",16388,22367 -"119498",16388,27466 -"119499",16388,30265 -"119500",16388,33275 -"119501",16388,35470 -"119502",16388,37720 -"119503",16388,41953 -"119504",16388,44972 -"119505",16388,62644 -"119506",16388,63812 -"119507",16388,69079 -"119508",16388,78019 -"119509",16388,78346 -"119510",16388,86503 -"119511",16388,89884 -"119512",16388,91698 -"119513",16388,94877 -"119514",16388,97142 -"119515",16388,110661 -"119516",16389,41827 -"119517",16389,62375 -"119518",16390,20006 -"119519",16390,41118 -"119520",16390,46506 -"119521",16390,55298 -"119522",16390,56705 -"119523",16390,69443 -"119524",16390,80736 -"119525",16390,83632 -"119526",16390,84254 -"119527",16391,16542 -"119528",16392,106666 -"119529",16394,75434 -"119530",16394,91878 -"119531",16394,91917 -"119532",16394,92171 -"119533",16394,104301 -"119534",16394,104313 -"119535",16395,20139 -"119536",16395,23338 -"119537",16395,42424 -"119538",16395,42768 -"119539",16395,47596 -"119540",16395,49903 -"119541",16395,49918 -"119542",16395,49921 -"119543",16395,99521 -"119544",16395,99522 -"119545",16396,16507 -"119546",16396,16528 -"119547",16396,16558 -"119548",16396,22873 -"119549",16396,43772 -"119550",16396,43842 -"119551",16396,59028 -"119552",16396,71396 -"119553",16396,75723 -"119554",16396,76372 -"119555",16396,86969 -"119556",16397,23431 -"119557",16397,73070 -"119558",16397,94221 -"119559",16397,106169 -"119560",16397,108544 -"119561",16397,119699 -"119562",16398,16500 -"119563",16399,18568 -"119564",16399,44854 -"119565",16399,69413 -"119566",16400,28115 -"119567",16400,37651 -"119568",16400,40862 -"119569",16400,50377 -"119570",16400,73495 -"119571",16401,25170 -"119572",16401,35552 -"119573",16401,117247 -"119574",16402,16736 -"119575",16402,94555 -"119576",16402,115815 -"119577",16402,116839 -"119578",16403,18417 -"119579",16403,18855 -"119580",16403,25718 -"119581",16403,32642 -"119582",16403,58696 -"119583",16403,81392 -"119584",16403,91214 -"119585",16403,97113 -"119586",16403,107993 -"119587",16404,16574 -"119588",16404,22754 -"119589",16404,30525 -"119590",16404,31753 -"119591",16404,37090 -"119592",16404,68559 -"119593",16405,16514 -"119594",16405,16782 -"119595",16405,28861 -"119596",16406,19738 -"119597",16406,26078 -"119598",16406,31437 -"119599",16406,52678 -"119600",16406,91387 -"119601",16406,100613 -"119602",16408,16559 -"119603",16408,16653 -"119604",16408,33450 -"119605",16408,37162 -"119606",16408,43496 -"119607",16408,46390 -"119608",16408,56131 -"119609",16408,58517 -"119610",16408,79105 -"119611",16408,108437 -"119612",16409,18451 -"119613",16409,25651 -"119614",16409,32541 -"119615",16409,32700 -"119616",16409,37142 -"119617",16409,57560 -"119618",16409,73058 -"119619",16409,95966 -"119620",16410,20150 -"119621",16410,40876 -"119622",16411,18821 -"119623",16411,20378 -"119624",16411,20820 -"119625",16411,23720 -"119626",16411,24197 -"119627",16411,42993 -"119628",16411,53270 -"119629",16411,77436 -"119630",16411,84683 -"119631",16411,90905 -"119632",16412,33567 -"119633",16413,57386 -"119634",16413,64145 -"119635",16414,16457 -"119636",16414,16502 -"119637",16415,55911 -"119638",16416,27547 -"119639",16416,27635 -"119640",16416,27668 -"119641",16416,30153 -"119642",16416,48261 -"119643",16416,63214 -"119644",16416,64605 -"119645",16416,66171 -"119646",16416,67117 -"119647",16416,71266 -"119648",16416,71294 -"119649",16416,71343 -"119650",16417,23456 -"119651",16417,46511 -"119652",16417,92075 -"119653",16417,98844 -"119654",16418,17776 -"119655",16418,22723 -"119656",16418,27049 -"119657",16418,28331 -"119658",16418,30433 -"119659",16418,32424 -"119660",16418,37548 -"119661",16418,38606 -"119662",16418,80639 -"119663",16418,81907 -"119664",16419,23850 -"119665",16420,25192 -"119666",16420,30580 -"119667",16420,31971 -"119668",16420,37458 -"119669",16420,51259 -"119670",16420,69019 -"119671",16420,71387 -"119672",16420,78632 -"119673",16420,99108 -"119674",16420,104790 -"119675",16421,84830 -"119676",16422,18212 -"119677",16422,42423 -"119678",16422,50261 -"119679",16422,51525 -"119680",16423,17387 -"119681",16423,22807 -"119682",16423,23423 -"119683",16423,30015 -"119684",16424,54215 -"119685",16425,46850 -"119686",16425,51751 -"119687",16425,89742 -"119688",16425,102551 -"119689",16426,66661 -"119690",16427,66400 -"119691",16427,67796 -"119692",16427,67891 -"119693",16428,20656 -"119694",16428,22008 -"119695",16428,33195 -"119696",16428,92436 -"119697",16429,18364 -"119698",16429,19309 -"119699",16429,20577 -"119700",16429,20675 -"119701",16429,20676 -"119702",16429,21943 -"119703",16430,53881 -"119704",16430,61440 -"119705",16430,65567 -"119706",16430,93078 -"119707",16431,16973 -"119708",16431,35141 -"119709",16431,55408 -"119710",16432,21861 -"119711",16432,56388 -"119712",16433,37282 -"119713",16433,45795 -"119714",16433,59347 -"119715",16433,63220 -"119716",16434,57675 -"119717",16434,116339 -"119718",16435,16705 -"119719",16436,19753 -"119720",16436,95631 -"119721",16437,16744 -"119722",16437,24396 -"119723",16437,29163 -"119724",16437,32067 -"119725",16437,35813 -"119726",16437,38185 -"119727",16437,40840 -"119728",16437,41557 -"119729",16437,45480 -"119730",16437,49201 -"119731",16437,54060 -"119732",16437,74130 -"119733",16437,83460 -"119734",16437,83483 -"119735",16440,16539 -"119736",16440,94383 -"119737",16441,16505 -"119738",16441,16506 -"119739",16441,16944 -"119740",16441,16965 -"119741",16441,17079 -"119742",16441,49911 -"119743",16441,66617 -"119744",16442,59760 -"119745",16442,114140 -"119746",16443,33168 -"119747",16443,43254 -"119748",16443,55499 -"119749",16443,89091 -"119750",16443,89272 -"119751",16444,16706 -"119752",16444,18005 -"119753",16444,18418 -"119754",16444,20299 -"119755",16444,22117 -"119756",16444,28211 -"119757",16444,30479 -"119758",16444,37351 -"119759",16444,40404 -"119760",16444,44675 -"119761",16444,45773 -"119762",16444,45992 -"119763",16444,47767 -"119764",16444,48466 -"119765",16444,51596 -"119766",16444,52815 -"119767",16444,56229 -"119768",16444,68006 -"119769",16444,91698 -"119770",16444,93332 -"119771",16445,16696 -"119772",16445,19433 -"119773",16445,20140 -"119774",16445,22030 -"119775",16445,26158 -"119776",16445,26739 -"119777",16445,27454 -"119778",16445,27786 -"119779",16445,27908 -"119780",16445,29267 -"119781",16445,29526 -"119782",16445,29664 -"119783",16445,34017 -"119784",16445,34359 -"119785",16445,37871 -"119786",16445,38513 -"119787",16445,38589 -"119788",16445,39062 -"119789",16445,40331 -"119790",16445,42455 -"119791",16445,46486 -"119792",16445,52249 -"119793",16445,52302 -"119794",16445,54581 -"119795",16445,54794 -"119796",16445,69931 -"119797",16445,83475 -"119798",16445,89982 -"119799",16445,103788 -"119800",16445,115779 -"119801",16446,27198 -"119802",16446,32769 -"119803",16446,71272 -"119804",16446,107668 -"119805",16447,31447 -"119806",16447,44732 -"119807",16447,78658 -"119808",16448,16517 -"119809",16449,51109 -"119810",16450,73616 -"119811",16453,44917 -"119812",16454,81097 -"119813",16455,16476 -"119814",16455,66852 -"119815",16455,66920 -"119816",16456,27910 -"119817",16456,67041 -"119818",16456,101295 -"119819",16457,16502 -"119820",16457,23597 -"119821",16457,44189 -"119822",16457,49712 -"119823",16457,57043 -"119824",16457,76683 -"119825",16457,88396 -"119826",16457,93259 -"119827",16457,106070 -"119828",16457,110653 -"119829",16458,49680 -"119830",16458,96427 -"119831",16458,108875 -"119832",16458,119460 -"119833",16459,28599 -"119834",16459,57864 -"119835",16459,86820 -"119836",16460,20194 -"119837",16460,29316 -"119838",16460,61257 -"119839",16461,17034 -"119840",16461,27753 -"119841",16461,39058 -"119842",16461,40695 -"119843",16461,73384 -"119844",16461,79942 -"119845",16461,92566 -"119846",16461,101405 -"119847",16462,16473 -"119848",16462,16483 -"119849",16462,16540 -"119850",16462,16549 -"119851",16462,16552 -"119852",16462,21276 -"119853",16462,27008 -"119854",16462,27314 -"119855",16462,31120 -"119856",16462,33853 -"119857",16462,36136 -"119858",16462,36160 -"119859",16462,45443 -"119860",16462,63878 -"119861",16462,78548 -"119862",16463,44672 -"119863",16464,17311 -"119864",16464,24916 -"119865",16464,34509 -"119866",16464,53059 -"119867",16465,114568 -"119868",16466,51484 -"119869",16466,63774 -"119870",16466,105079 -"119871",16467,32116 -"119872",16467,60641 -"119873",16469,19171 -"119874",16469,20811 -"119875",16469,20878 -"119876",16469,82218 -"119877",16469,103072 -"119878",16470,16513 -"119879",16470,33979 -"119880",16471,33971 -"119881",16471,70043 -"119882",16471,72384 -"119883",16472,27328 -"119884",16472,76147 -"119885",16472,91851 -"119886",16472,114019 -"119887",16472,114077 -"119888",16473,16540 -"119889",16473,16546 -"119890",16473,16777 -"119891",16473,23556 -"119892",16473,27008 -"119893",16473,30177 -"119894",16473,33853 -"119895",16473,45443 -"119896",16473,56119 -"119897",16473,100513 -"119898",16474,16501 -"119899",16475,19783 -"119900",16475,53681 -"119901",16476,83484 -"119902",16477,20225 -"119903",16477,23913 -"119904",16477,28496 -"119905",16477,37058 -"119906",16477,39723 -"119907",16477,43681 -"119908",16477,53901 -"119909",16477,55093 -"119910",16477,63073 -"119911",16477,65643 -"119912",16477,82020 -"119913",16477,102014 -"119914",16478,53345 -"119915",16478,101766 -"119916",16478,117650 -"119917",16478,117665 -"119918",16479,43608 -"119919",16480,22339 -"119920",16480,26227 -"119921",16480,41051 -"119922",16480,54454 -"119923",16480,62647 -"119924",16480,67578 -"119925",16480,72860 -"119926",16481,16553 -"119927",16482,17206 -"119928",16482,19185 -"119929",16482,23115 -"119930",16482,24358 -"119931",16482,26868 -"119932",16482,27221 -"119933",16482,48836 -"119934",16482,52306 -"119935",16482,61927 -"119936",16482,94945 -"119937",16482,98576 -"119938",16483,16540 -"119939",16483,16549 -"119940",16483,16552 -"119941",16483,18571 -"119942",16483,21276 -"119943",16483,36136 -"119944",16483,36160 -"119945",16483,39105 -"119946",16483,45443 -"119947",16483,47300 -"119948",16483,63878 -"119949",16483,78548 -"119950",16485,34640 -"119951",16485,41062 -"119952",16485,45685 -"119953",16485,47237 -"119954",16485,47768 -"119955",16485,48219 -"119956",16485,52845 -"119957",16485,57308 -"119958",16485,58022 -"119959",16485,59200 -"119960",16485,63188 -"119961",16485,74273 -"119962",16485,74573 -"119963",16485,100373 -"119964",16485,108368 -"119965",16485,115692 -"119966",16486,17375 -"119967",16486,17406 -"119968",16486,18729 -"119969",16486,28486 -"119970",16486,83563 -"119971",16486,120479 -"119972",16487,23986 -"119973",16487,38350 -"119974",16487,38450 -"119975",16489,18869 -"119976",16489,46411 -"119977",16490,48083 -"119978",16490,58184 -"119979",16491,67826 -"119980",16491,68573 -"119981",16491,81302 -"119982",16492,39722 -"119983",16492,39967 -"119984",16493,32831 -"119985",16493,32849 -"119986",16493,44477 -"119987",16494,29160 -"119988",16494,31190 -"119989",16495,19069 -"119990",16495,19317 -"119991",16495,22057 -"119992",16495,29884 -"119993",16495,30798 -"119994",16495,43077 -"119995",16495,46001 -"119996",16495,46073 -"119997",16495,76075 -"119998",16495,79320 -"119999",16495,83218 -"120000",16495,101992 -"120001",16496,18735 -"120002",16496,29707 -"120003",16496,40199 -"120004",16496,45395 -"120005",16496,48900 -"120006",16496,49841 -"120007",16496,54746 -"120008",16496,54754 -"120009",16496,69347 -"120010",16496,76912 -"120011",16496,93571 -"120012",16497,17240 -"120013",16497,26608 -"120014",16497,33572 -"120015",16497,39520 -"120016",16497,49965 -"120017",16497,53155 -"120018",16497,69245 -"120019",16497,71208 -"120020",16497,74977 -"120021",16497,78688 -"120022",16497,85951 -"120023",16497,90049 -"120024",16497,93017 -"120025",16497,100336 -"120026",16498,16677 -"120027",16498,101701 -"120028",16498,107355 -"120029",16498,107358 -"120030",16498,107363 -"120031",16498,107369 -"120032",16498,107370 -"120033",16498,107379 -"120034",16498,107395 -"120035",16499,25554 -"120036",16499,31352 -"120037",16499,32865 -"120038",16499,33948 -"120039",16499,42107 -"120040",16499,75617 -"120041",16499,79823 -"120042",16499,84544 -"120043",16499,92836 -"120044",16500,29099 -"120045",16500,32142 -"120046",16501,24095 -"120047",16501,25163 -"120048",16501,27914 -"120049",16501,28068 -"120050",16501,29286 -"120051",16501,29417 -"120052",16501,31367 -"120053",16501,33962 -"120054",16501,50354 -"120055",16501,57697 -"120056",16501,59975 -"120057",16501,65935 -"120058",16501,68540 -"120059",16501,86864 -"120060",16501,86873 -"120061",16501,86943 -"120062",16501,97365 -"120063",16502,18803 -"120064",16502,22274 -"120065",16502,24020 -"120066",16502,36959 -"120067",16502,39731 -"120068",16502,40869 -"120069",16502,41341 -"120070",16502,122935 -"120071",16503,67792 -"120072",16503,87813 -"120073",16503,90993 -"120074",16503,116165 -"120075",16505,16506 -"120076",16505,16944 -"120077",16505,16965 -"120078",16505,17079 -"120079",16505,24760 -"120080",16505,42867 -"120081",16506,16944 -"120082",16506,16965 -"120083",16506,17079 -"120084",16506,19575 -"120085",16507,16528 -"120086",16507,16558 -"120087",16508,26382 -"120088",16508,56655 -"120089",16508,68481 -"120090",16508,88820 -"120091",16508,88831 -"120092",16511,19046 -"120093",16511,46105 -"120094",16512,25467 -"120095",16513,18610 -"120096",16513,19699 -"120097",16513,31994 -"120098",16513,60644 -"120099",16513,71429 -"120100",16513,100845 -"120101",16514,16782 -"120102",16514,18857 -"120103",16514,27108 -"120104",16514,28861 -"120105",16514,29241 -"120106",16514,29331 -"120107",16514,38307 -"120108",16514,45310 -"120109",16514,45311 -"120110",16514,45394 -"120111",16514,48583 -"120112",16514,56697 -"120113",16514,61704 -"120114",16515,18935 -"120115",16515,26207 -"120116",16515,46339 -"120117",16516,38516 -"120118",16518,62382 -"120119",16518,90368 -"120120",16519,27608 -"120121",16519,35661 -"120122",16519,36569 -"120123",16519,84450 -"120124",16519,84475 -"120125",16520,16575 -"120126",16520,24133 -"120127",16520,78522 -"120128",16520,80284 -"120129",16520,84056 -"120130",16520,89776 -"120131",16520,119656 -"120132",16520,120626 -"120133",16521,55940 -"120134",16521,77744 -"120135",16521,100558 -"120136",16522,19456 -"120137",16522,21784 -"120138",16522,42888 -"120139",16522,53714 -"120140",16522,69232 -"120141",16522,81753 -"120142",16522,90688 -"120143",16522,100993 -"120144",16522,103445 -"120145",16522,106123 -"120146",16523,60597 -"120147",16523,87861 -"120148",16524,32668 -"120149",16524,40726 -"120150",16524,53644 -"120151",16524,56133 -"120152",16524,81096 -"120153",16524,82246 -"120154",16524,96915 -"120155",16525,16561 -"120156",16525,16562 -"120157",16525,110623 -"120158",16525,116982 -"120159",16525,116983 -"120160",16525,123034 -"120161",16525,123393 -"120162",16526,16747 -"120163",16526,20657 -"120164",16526,23292 -"120165",16526,30971 -"120166",16526,36771 -"120167",16526,45552 -"120168",16526,48557 -"120169",16527,16578 -"120170",16527,18361 -"120171",16527,25913 -"120172",16527,30402 -"120173",16527,39570 -"120174",16527,40629 -"120175",16527,40692 -"120176",16527,44521 -"120177",16527,61838 -"120178",16527,62323 -"120179",16527,69072 -"120180",16527,71217 -"120181",16527,71244 -"120182",16528,16558 -"120183",16528,20579 -"120184",16528,22873 -"120185",16528,31852 -"120186",16528,42541 -"120187",16528,42712 -"120188",16528,76380 -"120189",16528,78136 -"120190",16528,96003 -"120191",16529,26713 -"120192",16529,26724 -"120193",16529,30803 -"120194",16529,31478 -"120195",16529,38433 -"120196",16529,46132 -"120197",16529,46733 -"120198",16529,76275 -"120199",16529,93543 -"120200",16529,93603 -"120201",16530,42345 -"120202",16530,47600 -"120203",16530,56237 -"120204",16530,58891 -"120205",16530,64567 -"120206",16531,24103 -"120207",16531,27670 -"120208",16531,28662 -"120209",16531,28724 -"120210",16531,33223 -"120211",16531,65558 -"120212",16531,72453 -"120213",16531,73530 -"120214",16532,27856 -"120215",16533,28975 -"120216",16534,84669 -"120217",16536,42596 -"120218",16536,123314 -"120219",16536,123340 -"120220",16537,17462 -"120221",16537,18678 -"120222",16537,21636 -"120223",16537,112376 -"120224",16537,118072 -"120225",16538,21599 -"120226",16538,21889 -"120227",16538,35092 -"120228",16538,48237 -"120229",16538,54452 -"120230",16538,61003 -"120231",16538,61363 -"120232",16538,63631 -"120233",16538,81415 -"120234",16538,95361 -"120235",16538,108766 -"120236",16538,110574 -"120237",16538,115056 -"120238",16539,16680 -"120239",16539,22129 -"120240",16539,22226 -"120241",16539,26911 -"120242",16539,27649 -"120243",16539,29158 -"120244",16539,32728 -"120245",16539,36784 -"120246",16539,39761 -"120247",16539,42179 -"120248",16539,42279 -"120249",16539,54152 -"120250",16539,59161 -"120251",16539,60840 -"120252",16539,65752 -"120253",16539,80762 -"120254",16539,82332 -"120255",16539,82337 -"120256",16539,82893 -"120257",16539,91993 -"120258",16539,93289 -"120259",16539,97181 -"120260",16539,110685 -"120261",16540,16549 -"120262",16540,16552 -"120263",16540,16777 -"120264",16540,19768 -"120265",16540,27839 -"120266",16540,30177 -"120267",16540,38699 -"120268",16540,40079 -"120269",16540,50033 -"120270",16540,53013 -"120271",16540,76667 -"120272",16541,27860 -"120273",16541,36569 -"120274",16541,78997 -"120275",16541,86650 -"120276",16541,87780 -"120277",16541,97806 -"120278",16542,24753 -"120279",16542,24793 -"120280",16542,24794 -"120281",16542,24826 -"120282",16542,24858 -"120283",16542,24895 -"120284",16542,28984 -"120285",16542,31209 -"120286",16542,32052 -"120287",16542,33916 -"120288",16543,24187 -"120289",16543,25380 -"120290",16543,25579 -"120291",16543,28605 -"120292",16543,63777 -"120293",16543,74052 -"120294",16543,90335 -"120295",16543,105711 -"120296",16543,107952 -"120297",16544,22463 -"120298",16544,39705 -"120299",16544,57680 -"120300",16544,83429 -"120301",16545,19687 -"120302",16545,24138 -"120303",16545,24400 -"120304",16545,26426 -"120305",16545,26567 -"120306",16545,31503 -"120307",16545,42195 -"120308",16545,44820 -"120309",16545,47330 -"120310",16545,48967 -"120311",16545,52742 -"120312",16545,53332 -"120313",16545,56673 -"120314",16545,60380 -"120315",16545,63412 -"120316",16545,64918 -"120317",16545,68501 -"120318",16545,76383 -"120319",16545,78577 -"120320",16545,81134 -"120321",16545,82174 -"120322",16545,82435 -"120323",16545,85148 -"120324",16545,85673 -"120325",16545,91486 -"120326",16545,97940 -"120327",16545,102999 -"120328",16545,103475 -"120329",16545,104542 -"120330",16545,106554 -"120331",16545,107212 -"120332",16545,107643 -"120333",16545,114235 -"120334",16545,119455 -"120335",16546,16552 -"120336",16546,16777 -"120337",16546,18240 -"120338",16546,27845 -"120339",16546,33358 -"120340",16546,36092 -"120341",16546,51492 -"120342",16546,53258 -"120343",16546,100264 -"120344",16546,101228 -"120345",16546,110280 -"120346",16547,17853 -"120347",16547,19458 -"120348",16547,25367 -"120349",16547,31322 -"120350",16547,32761 -"120351",16547,41148 -"120352",16547,44235 -"120353",16547,46114 -"120354",16547,49343 -"120355",16547,51421 -"120356",16547,65570 -"120357",16547,88027 -"120358",16547,107339 -"120359",16548,19290 -"120360",16549,16552 -"120361",16549,17627 -"120362",16549,30177 -"120363",16549,81896 -"120364",16550,41105 -"120365",16550,53989 -"120366",16552,16777 -"120367",16552,18943 -"120368",16552,19806 -"120369",16552,20007 -"120370",16552,23254 -"120371",16552,23284 -"120372",16552,23379 -"120373",16552,23406 -"120374",16552,23443 -"120375",16552,23512 -"120376",16552,23513 -"120377",16552,23556 -"120378",16552,27008 -"120379",16552,27845 -"120380",16552,28099 -"120381",16552,31164 -"120382",16552,31274 -"120383",16552,32449 -"120384",16552,36092 -"120385",16552,38699 -"120386",16552,43081 -"120387",16552,45443 -"120388",16552,50238 -"120389",16552,51064 -"120390",16552,52332 -"120391",16552,56338 -"120392",16552,60031 -"120393",16552,66911 -"120394",16552,68628 -"120395",16552,68761 -"120396",16552,71962 -"120397",16552,75159 -"120398",16552,77572 -"120399",16552,79599 -"120400",16552,90990 -"120401",16552,99799 -"120402",16552,104306 -"120403",16552,109347 -"120404",16552,111596 -"120405",16552,119364 -"120406",16553,27412 -"120407",16553,67792 -"120408",16553,92417 -"120409",16553,99671 -"120410",16553,115780 -"120411",16553,115801 -"120412",16554,26566 -"120413",16554,61611 -"120414",16554,66779 -"120415",16554,96073 -"120416",16554,102599 -"120417",16554,107006 -"120418",16555,26916 -"120419",16555,48310 -"120420",16555,71139 -"120421",16556,23224 -"120422",16556,23591 -"120423",16556,28263 -"120424",16556,32564 -"120425",16556,45565 -"120426",16556,85013 -"120427",16556,86459 -"120428",16556,99426 -"120429",16557,16577 -"120430",16557,27780 -"120431",16557,27862 -"120432",16557,29561 -"120433",16557,30076 -"120434",16557,30278 -"120435",16557,32625 -"120436",16557,32639 -"120437",16557,32694 -"120438",16557,38993 -"120439",16557,42981 -"120440",16557,42995 -"120441",16557,46026 -"120442",16557,65098 -"120443",16557,70645 -"120444",16557,79770 -"120445",16558,20579 -"120446",16558,31852 -"120447",16558,42541 -"120448",16558,42712 -"120449",16558,76372 -"120450",16558,77167 -"120451",16558,78791 -"120452",16559,16653 -"120453",16559,29144 -"120454",16560,16955 -"120455",16560,17071 -"120456",16560,19860 -"120457",16560,31246 -"120458",16560,48587 -"120459",16561,16562 -"120460",16563,19184 -"120461",16563,24994 -"120462",16563,31125 -"120463",16563,34601 -"120464",16563,40248 -"120465",16563,50930 -"120466",16563,55484 -"120467",16563,89391 -"120468",16563,89422 -"120469",16563,91179 -"120470",16563,91973 -"120471",16563,98101 -"120472",16563,100727 -"120473",16564,18596 -"120474",16564,18846 -"120475",16564,19759 -"120476",16564,21682 -"120477",16564,21828 -"120478",16564,21847 -"120479",16564,21849 -"120480",16564,23876 -"120481",16564,27173 -"120482",16564,81142 -"120483",16564,120094 -"120484",16565,16638 -"120485",16565,25010 -"120486",16566,16792 -"120487",16566,16833 -"120488",16566,47520 -"120489",16566,80294 -"120490",16566,82286 -"120491",16566,94142 -"120492",16566,100651 -"120493",16566,100652 -"120494",16566,100654 -"120495",16566,120722 -"120496",16567,31127 -"120497",16567,31381 -"120498",16567,36680 -"120499",16567,64415 -"120500",16567,97215 -"120501",16568,34262 -"120502",16569,30336 -"120503",16569,68719 -"120504",16569,97610 -"120505",16570,69584 -"120506",16570,88764 -"120507",16571,41856 -"120508",16571,52364 -"120509",16571,52512 -"120510",16571,52513 -"120511",16571,52530 -"120512",16572,16740 -"120513",16573,28022 -"120514",16573,30344 -"120515",16573,41969 -"120516",16573,57492 -"120517",16573,57821 -"120518",16573,66728 -"120519",16573,72576 -"120520",16573,72577 -"120521",16573,73768 -"120522",16574,17235 -"120523",16574,17337 -"120524",16574,27149 -"120525",16574,29402 -"120526",16574,33701 -"120527",16574,37068 -"120528",16574,38716 -"120529",16574,38736 -"120530",16574,41939 -"120531",16574,54622 -"120532",16574,60747 -"120533",16574,62280 -"120534",16574,66379 -"120535",16574,69956 -"120536",16574,70018 -"120537",16575,19556 -"120538",16575,26210 -"120539",16575,28981 -"120540",16575,71261 -"120541",16575,82693 -"120542",16575,93125 -"120543",16576,16910 -"120544",16576,105639 -"120545",16577,33775 -"120546",16578,18361 -"120547",16578,23585 -"120548",16578,39570 -"120549",16578,40028 -"120550",16578,44521 -"120551",16578,45352 -"120552",16578,50236 -"120553",16578,56082 -"120554",16578,62323 -"120555",16578,69072 -"120556",16578,79082 -"120557",16578,80326 -"120558",16578,80390 -"120559",16578,90966 -"120560",16578,94671 -"120561",16578,108528 -"120562",16578,120932 -"120563",16579,16600 -"120564",16579,16658 -"120565",16579,52721 -"120566",16580,20539 -"120567",16580,21684 -"120568",16580,27111 -"120569",16580,31403 -"120570",16580,35157 -"120571",16580,43706 -"120572",16581,46087 -"120573",16581,65661 -"120574",16581,72130 -"120575",16581,74217 -"120576",16582,22726 -"120577",16582,49655 -"120578",16582,62396 -"120579",16582,97054 -"120580",16582,120425 -"120581",16583,23956 -"120582",16583,27379 -"120583",16583,35102 -"120584",16583,37721 -"120585",16583,44718 -"120586",16583,60706 -"120587",16583,61532 -"120588",16583,61623 -"120589",16583,69651 -"120590",16583,84794 -"120591",16583,92251 -"120592",16584,18390 -"120593",16584,31406 -"120594",16584,80116 -"120595",16584,96046 -"120596",16585,19099 -"120597",16585,19258 -"120598",16585,27189 -"120599",16585,27255 -"120600",16585,28686 -"120601",16585,31403 -"120602",16585,32339 -"120603",16585,37270 -"120604",16585,37385 -"120605",16585,39000 -"120606",16585,44402 -"120607",16585,47460 -"120608",16585,60346 -"120609",16585,67499 -"120610",16585,71012 -"120611",16585,76576 -"120612",16585,78054 -"120613",16585,78931 -"120614",16585,80075 -"120615",16585,87107 -"120616",16585,94591 -"120617",16586,26459 -"120618",16586,29177 -"120619",16586,29178 -"120620",16586,56049 -"120621",16586,92455 -"120622",16586,95176 -"120623",16586,116240 -"120624",16586,116241 -"120625",16587,16809 -"120626",16587,18554 -"120627",16587,18615 -"120628",16587,18616 -"120629",16587,18713 -"120630",16587,22423 -"120631",16587,22670 -"120632",16587,23071 -"120633",16587,29661 -"120634",16587,45831 -"120635",16587,45832 -"120636",16587,45958 -"120637",16588,24185 -"120638",16588,30621 -"120639",16588,34094 -"120640",16589,16623 -"120641",16589,16730 -"120642",16589,32534 -"120643",16589,34367 -"120644",16589,40274 -"120645",16589,41925 -"120646",16589,49996 -"120647",16590,16824 -"120648",16590,22894 -"120649",16590,22907 -"120650",16590,22957 -"120651",16590,22969 -"120652",16590,23234 -"120653",16590,25331 -"120654",16590,25418 -"120655",16590,26668 -"120656",16590,30886 -"120657",16590,31816 -"120658",16590,45847 -"120659",16590,49921 -"120660",16590,54208 -"120661",16590,65531 -"120662",16590,82325 -"120663",16591,67065 -"120664",16592,18747 -"120665",16592,66015 -"120666",16592,66632 -"120667",16592,89325 -"120668",16592,92978 -"120669",16592,101021 -"120670",16592,111861 -"120671",16593,16613 -"120672",16593,16739 -"120673",16593,16814 -"120674",16593,47446 -"120675",16593,52369 -"120676",16593,58356 -"120677",16593,59264 -"120678",16593,84440 -"120679",16593,90142 -"120680",16593,92106 -"120681",16593,95059 -"120682",16593,95611 -"120683",16593,105086 -"120684",16593,107262 -"120685",16593,108996 -"120686",16593,113153 -"120687",16593,114228 -"120688",16594,80691 -"120689",16595,38295 -"120690",16595,48056 -"120691",16595,60046 -"120692",16595,77275 -"120693",16596,48003 -"120694",16596,84184 -"120695",16596,103676 -"120696",16596,118159 -"120697",16596,118162 -"120698",16596,118183 -"120699",16597,16805 -"120700",16598,16710 -"120701",16598,17599 -"120702",16598,22786 -"120703",16598,41279 -"120704",16598,69477 -"120705",16598,73820 -"120706",16598,76855 -"120707",16598,78409 -"120708",16598,102933 -"120709",16599,16672 -"120710",16599,23155 -"120711",16599,23336 -"120712",16599,25748 -"120713",16599,40379 -"120714",16599,44602 -"120715",16599,65725 -"120716",16599,68262 -"120717",16599,80948 -"120718",16599,85433 -"120719",16599,90784 -"120720",16599,96758 -"120721",16599,104735 -"120722",16599,110336 -"120723",16600,16658 -"120724",16600,70998 -"120725",16601,16629 -"120726",16601,17110 -"120727",16601,18679 -"120728",16601,18800 -"120729",16601,18956 -"120730",16601,19414 -"120731",16602,56559 -"120732",16602,76134 -"120733",16602,81918 -"120734",16603,16825 -"120735",16603,26278 -"120736",16603,39069 -"120737",16603,84435 -"120738",16604,34725 -"120739",16605,16827 -"120740",16605,17613 -"120741",16605,35664 -"120742",16606,21947 -"120743",16606,22093 -"120744",16607,16817 -"120745",16608,25278 -"120746",16608,28010 -"120747",16608,31743 -"120748",16608,32353 -"120749",16608,35564 -"120750",16608,36189 -"120751",16608,84842 -"120752",16608,84856 -"120753",16608,109700 -"120754",16608,112697 -"120755",16608,114949 -"120756",16609,18510 -"120757",16609,22942 -"120758",16609,31579 -"120759",16609,33835 -"120760",16609,35915 -"120761",16609,36025 -"120762",16609,40176 -"120763",16609,41857 -"120764",16609,43550 -"120765",16609,68810 -"120766",16609,77026 -"120767",16609,78444 -"120768",16609,79442 -"120769",16609,79443 -"120770",16609,82793 -"120771",16609,88696 -"120772",16609,89283 -"120773",16609,93383 -"120774",16609,97583 -"120775",16609,101077 -"120776",16609,108415 -"120777",16610,101183 -"120778",16611,47633 -"120779",16612,52307 -"120780",16613,16739 -"120781",16613,16814 -"120782",16613,17159 -"120783",16613,20412 -"120784",16613,30954 -"120785",16613,39100 -"120786",16613,43523 -"120787",16613,46944 -"120788",16613,53971 -"120789",16613,55908 -"120790",16613,61382 -"120791",16613,61538 -"120792",16613,64916 -"120793",16613,65667 -"120794",16613,82879 -"120795",16613,84587 -"120796",16613,84588 -"120797",16613,88819 -"120798",16613,89076 -"120799",16613,94339 -"120800",16613,97261 -"120801",16613,97266 -"120802",16613,98099 -"120803",16613,100068 -"120804",16613,105728 -"120805",16613,107421 -"120806",16613,111406 -"120807",16613,116653 -"120808",16614,17059 -"120809",16614,19744 -"120810",16614,19980 -"120811",16614,26623 -"120812",16614,30622 -"120813",16614,30665 -"120814",16614,40030 -"120815",16614,40155 -"120816",16614,42372 -"120817",16614,59495 -"120818",16614,66129 -"120819",16614,72129 -"120820",16614,76826 -"120821",16614,92264 -"120822",16614,94087 -"120823",16615,18264 -"120824",16615,39985 -"120825",16615,85737 -"120826",16615,88785 -"120827",16615,101131 -"120828",16615,101148 -"120829",16615,101149 -"120830",16616,22649 -"120831",16616,31640 -"120832",16616,67402 -"120833",16616,70869 -"120834",16617,16618 -"120835",16617,16649 -"120836",16617,18852 -"120837",16617,30973 -"120838",16617,31041 -"120839",16617,33438 -"120840",16617,36670 -"120841",16617,57372 -"120842",16617,67990 -"120843",16618,16649 -"120844",16618,18852 -"120845",16618,21864 -"120846",16618,31041 -"120847",16618,36062 -"120848",16618,71871 -"120849",16619,20060 -"120850",16619,21968 -"120851",16619,21983 -"120852",16619,36237 -"120853",16620,23006 -"120854",16620,29930 -"120855",16620,46298 -"120856",16620,46962 -"120857",16620,51366 -"120858",16620,52926 -"120859",16620,55151 -"120860",16620,96490 -"120861",16621,16728 -"120862",16622,62494 -"120863",16622,87996 -"120864",16623,16730 -"120865",16623,32534 -"120866",16623,34367 -"120867",16623,40274 -"120868",16623,41925 -"120869",16623,49996 -"120870",16624,19008 -"120871",16624,19009 -"120872",16624,19156 -"120873",16624,19157 -"120874",16624,19300 -"120875",16624,19390 -"120876",16624,19403 -"120877",16624,19467 -"120878",16624,19588 -"120879",16624,19656 -"120880",16624,19825 -"120881",16625,19598 -"120882",16625,19723 -"120883",16625,24279 -"120884",16625,24347 -"120885",16625,24446 -"120886",16625,25588 -"120887",16625,30567 -"120888",16625,38433 -"120889",16625,38949 -"120890",16625,42505 -"120891",16625,43345 -"120892",16625,46733 -"120893",16625,55108 -"120894",16625,55162 -"120895",16625,57468 -"120896",16625,63112 -"120897",16625,64796 -"120898",16625,80748 -"120899",16625,84194 -"120900",16625,89511 -"120901",16627,18621 -"120902",16628,16993 -"120903",16628,28249 -"120904",16628,38307 -"120905",16628,38367 -"120906",16629,17110 -"120907",16629,18800 -"120908",16629,18956 -"120909",16629,22490 -"120910",16629,24848 -"120911",16629,30144 -"120912",16629,52530 -"120913",16629,78088 -"120914",16629,87647 -"120915",16629,92507 -"120916",16629,92509 -"120917",16629,92816 -"120918",16629,93255 -"120919",16629,93321 -"120920",16629,93479 -"120921",16630,16665 -"120922",16630,18601 -"120923",16630,18652 -"120924",16630,18868 -"120925",16630,20496 -"120926",16630,21148 -"120927",16630,21308 -"120928",16630,24916 -"120929",16630,24928 -"120930",16630,85392 -"120931",16630,88630 -"120932",16630,92465 -"120933",16630,102509 -"120934",16631,32641 -"120935",16632,57484 -"120936",16633,17688 -"120937",16634,98329 -"120938",16636,20370 -"120939",16636,20633 -"120940",16636,33842 -"120941",16636,59735 -"120942",16636,63347 -"120943",16636,95720 -"120944",16637,117035 -"120945",16638,22475 -"120946",16638,25010 -"120947",16638,31301 -"120948",16638,39639 -"120949",16638,44297 -"120950",16639,16979 -"120951",16639,16980 -"120952",16639,66649 -"120953",16641,45282 -"120954",16641,77608 -"120955",16643,16797 -"120956",16643,34242 -"120957",16643,101278 -"120958",16643,108608 -"120959",16643,108610 -"120960",16644,19165 -"120961",16644,41513 -"120962",16644,64593 -"120963",16644,83965 -"120964",16645,19712 -"120965",16645,22723 -"120966",16645,34092 -"120967",16645,108964 -"120968",16646,17205 -"120969",16646,18097 -"120970",16646,18920 -"120971",16646,25258 -"120972",16646,36444 -"120973",16646,69934 -"120974",16646,85840 -"120975",16647,18236 -"120976",16648,19772 -"120977",16648,32380 -"120978",16648,63274 -"120979",16648,69182 -"120980",16648,77615 -"120981",16648,103279 -"120982",16649,17725 -"120983",16649,17873 -"120984",16649,17943 -"120985",16649,17944 -"120986",16649,18852 -"120987",16649,31041 -"120988",16649,33327 -"120989",16650,34730 -"120990",16650,42133 -"120991",16650,57535 -"120992",16650,97874 -"120993",16650,97997 -"120994",16651,19867 -"120995",16651,21349 -"120996",16651,44384 -"120997",16651,80673 -"120998",16652,21264 -"120999",16652,61532 -"121000",16652,78532 -"121001",16652,78977 -"121002",16652,82496 -"121003",16652,106559 -"121004",16652,120771 -"121005",16653,80708 -"121006",16653,110295 -"121007",16654,40044 -"121008",16654,74919 -"121009",16654,81472 -"121010",16654,101990 -"121011",16655,40993 -"121012",16655,56777 -"121013",16655,68983 -"121014",16655,72432 -"121015",16655,74446 -"121016",16655,77501 -"121017",16655,79784 -"121018",16655,82683 -"121019",16655,84113 -"121020",16655,84621 -"121021",16655,95956 -"121022",16655,113703 -"121023",16657,25371 -"121024",16657,86221 -"121025",16657,91699 -"121026",16658,116363 -"121027",16659,32344 -"121028",16659,42649 -"121029",16659,57261 -"121030",16659,73243 -"121031",16659,85637 -"121032",16659,99030 -"121033",16659,108348 -"121034",16659,108358 -"121035",16659,108362 -"121036",16660,17524 -"121037",16660,28357 -"121038",16660,30332 -"121039",16660,32944 -"121040",16660,39487 -"121041",16660,40213 -"121042",16660,52912 -"121043",16660,62886 -"121044",16660,71816 -"121045",16660,92805 -"121046",16660,106846 -"121047",16661,19651 -"121048",16661,72308 -"121049",16661,87109 -"121050",16661,97657 -"121051",16661,100976 -"121052",16661,119770 -"121053",16661,120160 -"121054",16662,25702 -"121055",16662,31068 -"121056",16662,75015 -"121057",16663,20223 -"121058",16663,105360 -"121059",16663,123247 -"121060",16664,17544 -"121061",16664,29422 -"121062",16664,42572 -"121063",16664,45532 -"121064",16664,58806 -"121065",16664,67507 -"121066",16664,71270 -"121067",16664,72178 -"121068",16664,75628 -"121069",16664,121595 -"121070",16665,18601 -"121071",16665,18652 -"121072",16665,18868 -"121073",16665,20614 -"121074",16665,21148 -"121075",16665,24497 -"121076",16665,24862 -"121077",16665,29043 -"121078",16665,32583 -"121079",16665,33068 -"121080",16665,33251 -"121081",16665,36405 -"121082",16665,50276 -"121083",16665,89942 -"121084",16667,56386 -"121085",16668,49159 -"121086",16668,53463 -"121087",16668,53468 -"121088",16668,57002 -"121089",16669,19805 -"121090",16669,21098 -"121091",16669,21918 -"121092",16669,24939 -"121093",16669,25639 -"121094",16669,26432 -"121095",16669,26943 -"121096",16669,28499 -"121097",16669,30866 -"121098",16669,31700 -"121099",16669,32361 -"121100",16669,33275 -"121101",16669,33883 -"121102",16669,36286 -"121103",16669,36767 -"121104",16669,37937 -"121105",16669,40419 -"121106",16669,42608 -"121107",16669,44180 -"121108",16669,45818 -"121109",16669,51476 -"121110",16669,51892 -"121111",16669,53755 -"121112",16669,54168 -"121113",16669,57210 -"121114",16669,58482 -"121115",16669,59172 -"121116",16669,59816 -"121117",16669,61874 -"121118",16669,63274 -"121119",16669,66322 -"121120",16669,67327 -"121121",16669,70854 -"121122",16669,71683 -"121123",16669,72568 -"121124",16669,72628 -"121125",16669,73767 -"121126",16669,78532 -"121127",16669,81609 -"121128",16669,85885 -"121129",16669,91255 -"121130",16669,92247 -"121131",16669,92352 -"121132",16669,92362 -"121133",16669,92929 -"121134",16669,93719 -"121135",16669,94906 -"121136",16669,94946 -"121137",16669,95889 -"121138",16669,96093 -"121139",16669,97988 -"121140",16669,99309 -"121141",16669,99376 -"121142",16669,99450 -"121143",16669,99471 -"121144",16669,99474 -"121145",16669,100916 -"121146",16669,100944 -"121147",16669,101126 -"121148",16669,101329 -"121149",16669,105346 -"121150",16669,105557 -"121151",16669,107199 -"121152",16669,108743 -"121153",16669,108980 -"121154",16669,109291 -"121155",16669,109933 -"121156",16669,110483 -"121157",16669,110567 -"121158",16669,110572 -"121159",16669,110630 -"121160",16669,110648 -"121161",16669,110711 -"121162",16669,110770 -"121163",16669,110869 -"121164",16669,110911 -"121165",16669,111285 -"121166",16669,111314 -"121167",16669,111362 -"121168",16669,111372 -"121169",16669,111424 -"121170",16669,111433 -"121171",16669,112422 -"121172",16669,113269 -"121173",16669,113430 -"121174",16669,114242 -"121175",16669,114842 -"121176",16669,115427 -"121177",16669,115521 -"121178",16669,115711 -"121179",16670,26196 -"121180",16670,35367 -"121181",16670,111381 -"121182",16671,49104 -"121183",16671,115891 -"121184",16672,19298 -"121185",16672,26740 -"121186",16672,32124 -"121187",16672,34331 -"121188",16672,46571 -"121189",16672,76027 -"121190",16672,77351 -"121191",16672,93647 -"121192",16673,18024 -"121193",16673,20745 -"121194",16673,20892 -"121195",16673,29060 -"121196",16673,32936 -"121197",16673,33911 -"121198",16673,46638 -"121199",16673,65281 -"121200",16673,68041 -"121201",16673,74025 -"121202",16673,79215 -"121203",16674,17431 -"121204",16674,91426 -"121205",16674,93594 -"121206",16675,39730 -"121207",16675,46496 -"121208",16675,77263 -"121209",16676,16841 -"121210",16676,60646 -"121211",16677,44926 -"121212",16677,111063 -"121213",16678,16695 -"121214",16678,27734 -"121215",16678,69094 -"121216",16679,38636 -"121217",16680,19965 -"121218",16680,21330 -"121219",16680,24025 -"121220",16680,26002 -"121221",16680,27489 -"121222",16680,31957 -"121223",16680,32032 -"121224",16680,32131 -"121225",16680,32173 -"121226",16680,32728 -"121227",16680,34245 -"121228",16680,37845 -"121229",16680,40186 -"121230",16680,45213 -"121231",16680,45748 -"121232",16680,49370 -"121233",16680,56096 -"121234",16680,56676 -"121235",16680,59007 -"121236",16680,61666 -"121237",16680,73466 -"121238",16680,84252 -"121239",16680,89736 -"121240",16680,95994 -"121241",16680,96370 -"121242",16680,108232 -"121243",16680,109663 -"121244",16681,40848 -"121245",16681,41376 -"121246",16681,78434 -"121247",16681,82880 -"121248",16681,82922 -"121249",16683,24833 -"121250",16683,92827 -"121251",16683,113786 -"121252",16684,16850 -"121253",16684,21094 -"121254",16684,23775 -"121255",16684,40358 -"121256",16684,43164 -"121257",16685,20984 -"121258",16685,56817 -"121259",16685,110922 -"121260",16686,51878 -"121261",16686,83101 -"121262",16686,83133 -"121263",16686,97082 -"121264",16686,102043 -"121265",16686,108607 -"121266",16687,17285 -"121267",16687,20697 -"121268",16687,30924 -"121269",16687,33787 -"121270",16687,43631 -"121271",16687,43696 -"121272",16687,45766 -"121273",16687,51375 -"121274",16687,55824 -"121275",16688,20563 -"121276",16688,22753 -"121277",16688,23756 -"121278",16688,29330 -"121279",16688,29574 -"121280",16688,35544 -"121281",16688,38449 -"121282",16688,38514 -"121283",16688,39058 -"121284",16688,39282 -"121285",16688,42186 -"121286",16688,44836 -"121287",16688,61576 -"121288",16688,62482 -"121289",16688,63282 -"121290",16688,80205 -"121291",16688,85323 -"121292",16688,89713 -"121293",16688,91760 -"121294",16688,100093 -"121295",16688,100097 -"121296",16688,100134 -"121297",16688,100936 -"121298",16689,19036 -"121299",16689,19391 -"121300",16689,23075 -"121301",16689,25606 -"121302",16689,28530 -"121303",16689,30258 -"121304",16689,38185 -"121305",16689,38683 -"121306",16689,40245 -"121307",16689,43226 -"121308",16689,44655 -"121309",16689,44973 -"121310",16689,46177 -"121311",16689,47048 -"121312",16689,48110 -"121313",16689,58508 -"121314",16689,59731 -"121315",16689,62642 -"121316",16689,64069 -"121317",16689,68091 -"121318",16689,69335 -"121319",16689,75245 -"121320",16689,75776 -"121321",16689,75956 -"121322",16689,76387 -"121323",16689,78978 -"121324",16689,79212 -"121325",16689,79241 -"121326",16689,79579 -"121327",16689,80239 -"121328",16689,80301 -"121329",16689,81397 -"121330",16689,88340 -"121331",16689,88749 -"121332",16689,89069 -"121333",16689,89373 -"121334",16689,89995 -"121335",16689,90919 -"121336",16689,90936 -"121337",16689,92861 -"121338",16689,93097 -"121339",16689,94231 -"121340",16689,95489 -"121341",16689,96247 -"121342",16689,96363 -"121343",16689,97898 -"121344",16690,17000 -"121345",16690,25255 -"121346",16690,26954 -"121347",16690,30433 -"121348",16690,31406 -"121349",16690,32359 -"121350",16690,38879 -"121351",16690,46365 -"121352",16690,65938 -"121353",16690,68901 -"121354",16690,76370 -"121355",16690,88268 -"121356",16690,88286 -"121357",16690,93632 -"121358",16691,19207 -"121359",16691,42738 -"121360",16691,68074 -"121361",16691,97738 -"121362",16691,102429 -"121363",16692,16799 -"121364",16692,16800 -"121365",16693,21417 -"121366",16693,29579 -"121367",16693,84122 -"121368",16693,88435 -"121369",16694,81927 -"121370",16694,84828 -"121371",16694,88485 -"121372",16694,90358 -"121373",16694,93993 -"121374",16694,106314 -"121375",16695,46719 -"121376",16696,27454 -"121377",16696,39062 -"121378",16696,40331 -"121379",16696,52249 -"121380",16696,52302 -"121381",16696,77956 -"121382",16696,101761 -"121383",16696,115779 -"121384",16697,16698 -"121385",16697,16847 -"121386",16697,52645 -"121387",16697,70118 -"121388",16697,70122 -"121389",16698,16847 -"121390",16698,64607 -"121391",16699,21162 -"121392",16699,27002 -"121393",16699,39182 -"121394",16699,43795 -"121395",16699,105305 -"121396",16699,105410 -"121397",16700,77471 -"121398",16700,90339 -"121399",16701,16719 -"121400",16702,33587 -"121401",16702,77811 -"121402",16702,84881 -"121403",16703,39665 -"121404",16703,74606 -"121405",16703,74608 -"121406",16704,57045 -"121407",16706,20382 -"121408",16706,21455 -"121409",16706,25239 -"121410",16706,25447 -"121411",16706,44597 -"121412",16706,45773 -"121413",16706,52764 -"121414",16707,32397 -"121415",16707,60267 -"121416",16707,104010 -"121417",16708,18206 -"121418",16709,46283 -"121419",16709,48602 -"121420",16709,88736 -"121421",16709,89488 -"121422",16709,91859 -"121423",16709,102827 -"121424",16709,104867 -"121425",16709,109764 -"121426",16710,17599 -"121427",16710,21500 -"121428",16710,24508 -"121429",16711,16856 -"121430",16711,16859 -"121431",16711,17846 -"121432",16711,46610 -"121433",16711,72961 -"121434",16711,86928 -"121435",16712,18003 -"121436",16712,25168 -"121437",16712,27096 -"121438",16712,33239 -"121439",16712,39866 -"121440",16712,42598 -"121441",16712,51558 -"121442",16712,52944 -"121443",16712,68475 -"121444",16712,68496 -"121445",16712,103140 -"121446",16713,17531 -"121447",16713,17641 -"121448",16713,20658 -"121449",16713,38099 -"121450",16713,45440 -"121451",16713,50468 -"121452",16713,56491 -"121453",16713,67813 -"121454",16713,74378 -"121455",16713,80860 -"121456",16713,86536 -"121457",16713,88480 -"121458",16713,118639 -"121459",16713,122490 -"121460",16714,45201 -"121461",16714,47963 -"121462",16715,18066 -"121463",16715,23462 -"121464",16715,23528 -"121465",16715,27456 -"121466",16715,27775 -"121467",16715,39198 -"121468",16715,46142 -"121469",16715,50561 -"121470",16715,64578 -"121471",16715,79652 -"121472",16715,99524 -"121473",16716,16802 -"121474",16717,19789 -"121475",16717,22921 -"121476",16717,38977 -"121477",16717,66895 -"121478",16717,95708 -"121479",16718,20743 -"121480",16718,22382 -"121481",16718,22383 -"121482",16718,42142 -"121483",16718,47159 -"121484",16718,55044 -"121485",16718,55115 -"121486",16718,55262 -"121487",16718,68674 -"121488",16718,72090 -"121489",16718,81502 -"121490",16719,41963 -"121491",16719,87671 -"121492",16719,106127 -"121493",16720,97636 -"121494",16721,111175 -"121495",16721,111501 -"121496",16721,117009 -"121497",16722,35285 -"121498",16722,37792 -"121499",16722,55454 -"121500",16722,62507 -"121501",16722,72592 -"121502",16722,123281 -"121503",16723,40868 -"121504",16723,121379 -"121505",16725,16726 -"121506",16725,16727 -"121507",16725,16745 -"121508",16725,19534 -"121509",16725,21193 -"121510",16725,28035 -"121511",16725,30650 -"121512",16725,40716 -"121513",16725,57147 -"121514",16725,61957 -"121515",16725,63062 -"121516",16725,63086 -"121517",16725,63087 -"121518",16725,63098 -"121519",16725,63106 -"121520",16725,63118 -"121521",16725,63128 -"121522",16725,63136 -"121523",16725,63137 -"121524",16725,63144 -"121525",16726,16727 -"121526",16726,16745 -"121527",16726,21278 -"121528",16726,23466 -"121529",16726,23700 -"121530",16726,23751 -"121531",16727,16745 -"121532",16727,21278 -"121533",16727,27372 -"121534",16727,64591 -"121535",16728,55405 -"121536",16728,61461 -"121537",16728,61886 -"121538",16729,19597 -"121539",16729,20358 -"121540",16729,21078 -"121541",16729,21369 -"121542",16729,24570 -"121543",16729,28162 -"121544",16729,31751 -"121545",16729,32921 -"121546",16729,34988 -"121547",16729,36031 -"121548",16729,46420 -"121549",16729,46447 -"121550",16729,46838 -"121551",16729,55192 -"121552",16729,55635 -"121553",16729,60883 -"121554",16729,82533 -"121555",16729,83680 -"121556",16729,83744 -"121557",16729,89681 -"121558",16729,90234 -"121559",16729,90321 -"121560",16730,23721 -"121561",16730,32534 -"121562",16730,34367 -"121563",16730,40274 -"121564",16730,55798 -"121565",16730,64527 -"121566",16730,66002 -"121567",16730,66094 -"121568",16730,66165 -"121569",16730,66401 -"121570",16731,26122 -"121571",16731,55885 -"121572",16732,17116 -"121573",16732,18505 -"121574",16732,81495 -"121575",16732,87965 -"121576",16732,108560 -"121577",16733,28161 -"121578",16733,33476 -"121579",16733,40682 -"121580",16733,58506 -"121581",16733,59115 -"121582",16733,60583 -"121583",16733,69154 -"121584",16733,72932 -"121585",16733,77930 -"121586",16733,84270 -"121587",16734,20098 -"121588",16734,60692 -"121589",16734,81208 -"121590",16734,115990 -"121591",16735,18161 -"121592",16737,38575 -"121593",16737,44274 -"121594",16737,61688 -"121595",16737,69539 -"121596",16737,73220 -"121597",16737,79140 -"121598",16737,85548 -"121599",16737,92680 -"121600",16738,16803 -"121601",16738,26263 -"121602",16738,108706 -"121603",16739,16814 -"121604",16739,120395 -"121605",16739,120402 -"121606",16740,26559 -"121607",16740,31696 -"121608",16741,22331 -"121609",16741,24825 -"121610",16741,25443 -"121611",16741,33383 -"121612",16741,39006 -"121613",16741,39018 -"121614",16741,60465 -"121615",16741,60544 -"121616",16741,80907 -"121617",16742,16743 -"121618",16742,24183 -"121619",16742,34522 -"121620",16742,42703 -"121621",16742,55205 -"121622",16742,81361 -"121623",16742,82882 -"121624",16742,98565 -"121625",16742,98571 -"121626",16742,98588 -"121627",16743,22263 -"121628",16743,24183 -"121629",16744,23847 -"121630",16745,21278 -"121631",16745,23466 -"121632",16745,23700 -"121633",16745,23751 -"121634",16746,43309 -"121635",16747,16890 -"121636",16747,18151 -"121637",16747,20021 -"121638",16747,32008 -"121639",16747,34998 -"121640",16747,35020 -"121641",16747,37884 -"121642",16747,39173 -"121643",16747,39355 -"121644",16747,41158 -"121645",16747,42473 -"121646",16747,45552 -"121647",16747,47947 -"121648",16747,57307 -"121649",16747,60348 -"121650",16747,61478 -"121651",16747,65508 -"121652",16747,71118 -"121653",16747,71530 -"121654",16747,71554 -"121655",16748,18196 -"121656",16748,20614 -"121657",16748,35992 -"121658",16748,40764 -"121659",16748,70585 -"121660",16748,73203 -"121661",16748,74251 -"121662",16748,76999 -"121663",16748,78766 -"121664",16749,84623 -"121665",16749,108123 -"121666",16750,17476 -"121667",16750,27391 -"121668",16750,35282 -"121669",16750,41473 -"121670",16750,60101 -"121671",16750,96806 -"121672",16750,97840 -"121673",16751,16862 -"121674",16751,31148 -"121675",16751,55512 -"121676",16751,65448 -"121677",16751,101452 -"121678",16751,101458 -"121679",16752,46709 -"121680",16753,21177 -"121681",16754,24972 -"121682",16754,26908 -"121683",16754,30842 -"121684",16754,31176 -"121685",16754,43856 -"121686",16754,45051 -"121687",16754,82546 -"121688",16754,119641 -"121689",16756,76452 -"121690",16756,76559 -"121691",16757,21658 -"121692",16757,30629 -"121693",16757,30632 -"121694",16757,83530 -"121695",16757,98276 -"121696",16758,54569 -"121697",16758,71162 -"121698",16759,34667 -"121699",16759,54248 -"121700",16759,54575 -"121701",16760,20022 -"121702",16760,20047 -"121703",16760,20176 -"121704",16760,20252 -"121705",16760,20499 -"121706",16760,25378 -"121707",16760,27320 -"121708",16760,27861 -"121709",16760,29495 -"121710",16760,39482 -"121711",16760,52018 -"121712",16760,53423 -"121713",16760,60506 -"121714",16760,64146 -"121715",16760,89779 -"121716",16761,103788 -"121717",16762,30882 -"121718",16762,40619 -"121719",16762,62437 -"121720",16763,42757 -"121721",16763,65200 -"121722",16763,66472 -"121723",16763,68819 -"121724",16763,114970 -"121725",16763,120462 -"121726",16764,72238 -"121727",16765,62106 -"121728",16766,53080 -"121729",16766,96925 -"121730",16766,109343 -"121731",16767,17041 -"121732",16767,58524 -"121733",16767,65601 -"121734",16767,96875 -"121735",16767,96885 -"121736",16768,22108 -"121737",16768,47189 -"121738",16768,94089 -"121739",16769,25588 -"121740",16769,42604 -"121741",16769,47421 -"121742",16769,58432 -"121743",16769,75568 -"121744",16769,108463 -"121745",16769,111931 -"121746",16770,29903 -"121747",16770,32038 -"121748",16771,23197 -"121749",16772,20279 -"121750",16772,26096 -"121751",16772,58710 -"121752",16772,94798 -"121753",16773,17001 -"121754",16773,35753 -"121755",16773,82666 -"121756",16773,93652 -"121757",16773,93660 -"121758",16773,93676 -"121759",16774,25855 -"121760",16775,29417 -"121761",16776,17877 -"121762",16776,24396 -"121763",16776,46463 -"121764",16776,59916 -"121765",16776,76288 -"121766",16776,94995 -"121767",16777,23556 -"121768",16777,27008 -"121769",16777,30177 -"121770",16777,32137 -"121771",16777,80669 -"121772",16777,119364 -"121773",16778,17539 -"121774",16778,19940 -"121775",16778,21715 -"121776",16778,23854 -"121777",16778,36755 -"121778",16778,42923 -"121779",16778,46192 -"121780",16778,46523 -"121781",16778,49833 -"121782",16778,50478 -"121783",16778,52773 -"121784",16778,56981 -"121785",16778,63546 -"121786",16778,65828 -"121787",16778,83644 -"121788",16778,88398 -"121789",16780,23195 -"121790",16780,27383 -"121791",16780,35536 -"121792",16780,53618 -"121793",16780,58268 -"121794",16780,64488 -"121795",16780,74073 -"121796",16780,76770 -"121797",16780,81142 -"121798",16780,90592 -"121799",16780,94536 -"121800",16780,94554 -"121801",16780,101164 -"121802",16781,18057 -"121803",16781,18188 -"121804",16781,18468 -"121805",16781,26038 -"121806",16781,26457 -"121807",16781,30844 -"121808",16781,31449 -"121809",16781,40682 -"121810",16781,41510 -"121811",16781,42416 -"121812",16781,44095 -"121813",16781,60583 -"121814",16781,78343 -"121815",16781,80080 -"121816",16781,81715 -"121817",16781,81720 -"121818",16783,19113 -"121819",16783,22566 -"121820",16783,52561 -"121821",16783,61881 -"121822",16783,67488 -"121823",16783,90106 -"121824",16784,18555 -"121825",16784,51430 -"121826",16784,56311 -"121827",16784,61423 -"121828",16784,66480 -"121829",16784,83328 -"121830",16785,31262 -"121831",16785,50207 -"121832",16785,57855 -"121833",16785,113051 -"121834",16786,25659 -"121835",16786,44356 -"121836",16786,63429 -"121837",16786,66978 -"121838",16786,72104 -"121839",16786,74388 -"121840",16786,101093 -"121841",16786,106752 -"121842",16786,119978 -"121843",16786,120037 -"121844",16787,16818 -"121845",16788,41862 -"121846",16788,117945 -"121847",16789,41328 -"121848",16789,48494 -"121849",16789,76072 -"121850",16789,87578 -"121851",16789,88681 -"121852",16789,90423 -"121853",16789,97171 -"121854",16789,106495 -"121855",16789,119493 -"121856",16789,119499 -"121857",16790,22875 -"121858",16790,36225 -"121859",16790,36784 -"121860",16790,65338 -"121861",16791,18555 -"121862",16791,31770 -"121863",16791,42222 -"121864",16791,52205 -"121865",16791,59707 -"121866",16791,85349 -"121867",16791,93139 -"121868",16791,111255 -"121869",16792,16833 -"121870",16792,29824 -"121871",16792,35404 -"121872",16792,39873 -"121873",16792,85586 -"121874",16792,86341 -"121875",16793,37224 -"121876",16793,52809 -"121877",16794,21754 -"121878",16794,31341 -"121879",16794,31379 -"121880",16794,36103 -"121881",16794,40299 -"121882",16794,44623 -"121883",16794,46851 -"121884",16794,56393 -"121885",16794,61412 -"121886",16794,65751 -"121887",16794,67339 -"121888",16794,76928 -"121889",16794,76956 -"121890",16794,96823 -"121891",16794,97954 -"121892",16794,97955 -"121893",16794,97972 -"121894",16794,97973 -"121895",16794,97981 -"121896",16794,97987 -"121897",16794,97994 -"121898",16794,97998 -"121899",16794,97999 -"121900",16794,98008 -"121901",16795,16860 -"121902",16795,22571 -"121903",16795,23253 -"121904",16795,27579 -"121905",16795,27614 -"121906",16795,28996 -"121907",16795,52820 -"121908",16795,80195 -"121909",16795,82680 -"121910",16795,112092 -"121911",16796,18934 -"121912",16796,19587 -"121913",16796,20555 -"121914",16796,46691 -"121915",16796,49636 -"121916",16797,55568 -"121917",16797,62713 -"121918",16797,67826 -"121919",16798,32284 -"121920",16798,60907 -"121921",16798,89544 -"121922",16799,16800 -"121923",16799,18102 -"121924",16799,44981 -"121925",16799,59067 -"121926",16799,90924 -"121927",16799,119942 -"121928",16800,85808 -"121929",16800,106765 -"121930",16800,107567 -"121931",16801,27463 -"121932",16801,54729 -"121933",16801,74743 -"121934",16801,83427 -"121935",16801,88187 -"121936",16801,91678 -"121937",16801,99207 -"121938",16802,20798 -"121939",16802,25648 -"121940",16802,33146 -"121941",16802,70208 -"121942",16802,100287 -"121943",16802,100992 -"121944",16803,93602 -"121945",16803,106743 -"121946",16804,20241 -"121947",16804,43278 -"121948",16805,30071 -"121949",16805,74247 -"121950",16806,17010 -"121951",16806,63196 -"121952",16807,28248 -"121953",16808,38162 -"121954",16808,103721 -"121955",16808,121431 -"121956",16809,17305 -"121957",16809,22423 -"121958",16809,22670 -"121959",16809,23071 -"121960",16809,29661 -"121961",16809,37256 -"121962",16809,45831 -"121963",16809,45832 -"121964",16809,45958 -"121965",16809,52593 -"121966",16809,54344 -"121967",16810,32868 -"121968",16811,16829 -"121969",16811,16864 -"121970",16811,16996 -"121971",16811,17977 -"121972",16811,17978 -"121973",16811,17979 -"121974",16811,18229 -"121975",16811,30393 -"121976",16811,31074 -"121977",16811,36811 -"121978",16811,68853 -"121979",16811,68931 -"121980",16811,69545 -"121981",16811,81502 -"121982",16812,23240 -"121983",16812,123042 -"121984",16813,67799 -"121985",16813,110769 -"121986",16814,17159 -"121987",16814,21186 -"121988",16814,21808 -"121989",16814,25504 -"121990",16814,31885 -"121991",16814,39100 -"121992",16814,43523 -"121993",16814,50582 -"121994",16814,65667 -"121995",16814,67373 -"121996",16814,86010 -"121997",16814,100594 -"121998",16814,107421 -"121999",16815,60390 -"122000",16815,102587 -"122001",16816,17162 -"122002",16816,19905 -"122003",16817,20982 -"122004",16817,26861 -"122005",16817,27685 -"122006",16817,37579 -"122007",16817,38722 -"122008",16817,67266 -"122009",16817,69320 -"122010",16817,69337 -"122011",16817,101213 -"122012",16818,20176 -"122013",16818,33154 -"122014",16818,109391 -"122015",16819,17179 -"122016",16819,44996 -"122017",16819,79306 -"122018",16819,82321 -"122019",16819,88937 -"122020",16820,28299 -"122021",16820,99469 -"122022",16821,78092 -"122023",16823,57375 -"122024",16823,65990 -"122025",16826,18103 -"122026",16826,22402 -"122027",16826,23461 -"122028",16826,38227 -"122029",16826,52294 -"122030",16826,52693 -"122031",16826,53343 -"122032",16826,57644 -"122033",16826,57775 -"122034",16826,58432 -"122035",16826,66926 -"122036",16826,69043 -"122037",16826,76208 -"122038",16826,76511 -"122039",16826,77463 -"122040",16826,83772 -"122041",16826,84119 -"122042",16826,84318 -"122043",16826,84352 -"122044",16826,91683 -"122045",16827,17613 -"122046",16827,26338 -"122047",16827,28746 -"122048",16827,36529 -"122049",16827,65835 -"122050",16827,85348 -"122051",16827,86044 -"122052",16828,24913 -"122053",16828,37170 -"122054",16828,39467 -"122055",16828,48557 -"122056",16828,56093 -"122057",16829,16864 -"122058",16829,20418 -"122059",16830,24274 -"122060",16830,28898 -"122061",16830,33373 -"122062",16830,40537 -"122063",16830,41391 -"122064",16830,45337 -"122065",16830,46691 -"122066",16830,54764 -"122067",16830,55000 -"122068",16830,66302 -"122069",16830,72369 -"122070",16830,78884 -"122071",16831,50484 -"122072",16833,25139 -"122073",16833,34441 -"122074",16833,45455 -"122075",16833,104659 -"122076",16833,120722 -"122077",16834,23394 -"122078",16834,34362 -"122079",16834,34386 -"122080",16835,21408 -"122081",16835,21409 -"122082",16835,33664 -"122083",16835,33697 -"122084",16835,34537 -"122085",16835,35096 -"122086",16835,35333 -"122087",16835,40785 -"122088",16835,47230 -"122089",16835,94022 -"122090",16835,98330 -"122091",16836,44292 -"122092",16836,68574 -"122093",16836,72264 -"122094",16836,113002 -"122095",16836,118393 -"122096",16836,118395 -"122097",16836,118396 -"122098",16836,118399 -"122099",16837,25740 -"122100",16838,72632 -"122101",16838,87128 -"122102",16839,21330 -"122103",16839,48276 -"122104",16839,55110 -"122105",16839,61067 -"122106",16840,40991 -"122107",16840,70553 -"122108",16841,40184 -"122109",16841,67425 -"122110",16841,84806 -"122111",16842,52125 -"122112",16842,73540 -"122113",16843,46528 -"122114",16843,51097 -"122115",16843,53661 -"122116",16843,55169 -"122117",16843,67802 -"122118",16843,100802 -"122119",16843,119414 -"122120",16843,121068 -"122121",16844,35057 -"122122",16845,40796 -"122123",16845,47264 -"122124",16846,19838 -"122125",16846,72179 -"122126",16846,92650 -"122127",16846,107823 -"122128",16847,22718 -"122129",16848,21419 -"122130",16848,27544 -"122131",16848,50255 -"122132",16848,55436 -"122133",16848,74987 -"122134",16848,83228 -"122135",16848,86357 -"122136",16849,42845 -"122137",16849,50872 -"122138",16849,69015 -"122139",16849,86658 -"122140",16849,97714 -"122141",16849,99173 -"122142",16849,108647 -"122143",16849,112853 -"122144",16849,120175 -"122145",16850,18670 -"122146",16850,19215 -"122147",16850,22580 -"122148",16850,22581 -"122149",16850,22657 -"122150",16850,22682 -"122151",16850,22709 -"122152",16850,22767 -"122153",16850,24454 -"122154",16850,25204 -"122155",16851,18043 -"122156",16851,46199 -"122157",16852,47873 -"122158",16852,51589 -"122159",16852,58339 -"122160",16852,83695 -"122161",16853,17021 -"122162",16854,25767 -"122163",16854,26992 -"122164",16854,46586 -"122165",16854,51666 -"122166",16854,89742 -"122167",16854,105207 -"122168",16854,120879 -"122169",16854,120961 -"122170",16854,121569 -"122171",16855,31609 -"122172",16855,37861 -"122173",16855,61970 -"122174",16855,82949 -"122175",16855,101505 -"122176",16855,103969 -"122177",16856,16859 -"122178",16856,17846 -"122179",16857,18491 -"122180",16857,20991 -"122181",16857,35090 -"122182",16857,35822 -"122183",16857,40373 -"122184",16857,46003 -"122185",16857,50964 -"122186",16857,55241 -"122187",16857,65255 -"122188",16858,27880 -"122189",16858,28396 -"122190",16858,52524 -"122191",16858,70684 -"122192",16859,17846 -"122193",16860,34066 -"122194",16861,25626 -"122195",16861,27531 -"122196",16861,28119 -"122197",16861,28947 -"122198",16861,39501 -"122199",16861,47826 -"122200",16861,84144 -"122201",16861,103566 -"122202",16863,67603 -"122203",16863,67943 -"122204",16864,17033 -"122205",16864,18978 -"122206",16864,27742 -"122207",16864,30135 -"122208",16864,30541 -"122209",16864,31321 -"122210",16864,32355 -"122211",16864,61846 -"122212",16864,74025 -"122213",16865,57410 -"122214",16866,17942 -"122215",16866,18865 -"122216",16866,26355 -"122217",16866,27077 -"122218",16866,29482 -"122219",16866,35702 -"122220",16866,41451 -"122221",16866,44124 -"122222",16866,45449 -"122223",16866,47133 -"122224",16866,47414 -"122225",16866,49106 -"122226",16866,49930 -"122227",16866,57094 -"122228",16866,58898 -"122229",16866,59147 -"122230",16866,59237 -"122231",16866,59359 -"122232",16866,61563 -"122233",16866,61867 -"122234",16866,62007 -"122235",16866,62078 -"122236",16866,62375 -"122237",16866,62633 -"122238",16866,62969 -"122239",16866,63395 -"122240",16866,64408 -"122241",16866,64418 -"122242",16866,64511 -"122243",16866,65230 -"122244",16866,66145 -"122245",16866,67503 -"122246",16866,67721 -"122247",16866,68816 -"122248",16866,68909 -"122249",16866,68938 -"122250",16866,69332 -"122251",16866,69681 -"122252",16866,70610 -"122253",16866,70611 -"122254",16866,70725 -"122255",16866,71211 -"122256",16866,71505 -"122257",16866,71887 -"122258",16867,55020 -"122259",16867,65391 -"122260",16868,20185 -"122261",16868,20545 -"122262",16868,22211 -"122263",16868,31353 -"122264",16868,66230 -"122265",16868,72836 -"122266",16868,98976 -"122267",16869,16939 -"122268",16869,17062 -"122269",16869,20079 -"122270",16869,39586 -"122271",16869,59745 -"122272",16869,82483 -"122273",16869,91729 -"122274",16869,112942 -"122275",16869,118209 -"122276",16869,120322 -"122277",16870,47006 -"122278",16870,65638 -"122279",16870,94708 -"122280",16871,16963 -"122281",16871,18261 -"122282",16871,31221 -"122283",16871,33090 -"122284",16871,35558 -"122285",16871,37178 -"122286",16871,43271 -"122287",16871,43377 -"122288",16871,51505 -"122289",16871,53340 -"122290",16871,55104 -"122291",16871,57248 -"122292",16871,61739 -"122293",16871,71458 -"122294",16871,81504 -"122295",16871,82430 -"122296",16871,83486 -"122297",16871,84235 -"122298",16871,89053 -"122299",16871,92130 -"122300",16871,96332 -"122301",16871,96356 -"122302",16871,96608 -"122303",16871,98814 -"122304",16872,17145 -"122305",16872,17508 -"122306",16872,18060 -"122307",16872,18217 -"122308",16872,22462 -"122309",16872,22823 -"122310",16872,23147 -"122311",16872,23421 -"122312",16872,23632 -"122313",16872,23953 -"122314",16872,24495 -"122315",16872,24710 -"122316",16872,25143 -"122317",16872,25303 -"122318",16872,25664 -"122319",16872,26025 -"122320",16872,26407 -"122321",16872,27174 -"122322",16872,27196 -"122323",16872,27710 -"122324",16872,28703 -"122325",16872,29253 -"122326",16872,29341 -"122327",16872,29560 -"122328",16872,29573 -"122329",16872,29868 -"122330",16872,32438 -"122331",16872,32967 -"122332",16872,33223 -"122333",16872,33881 -"122334",16872,34097 -"122335",16872,34330 -"122336",16872,34458 -"122337",16872,34513 -"122338",16872,35400 -"122339",16872,36476 -"122340",16872,36547 -"122341",16872,36745 -"122342",16872,37821 -"122343",16872,37931 -"122344",16872,38319 -"122345",16872,39398 -"122346",16872,39492 -"122347",16872,40320 -"122348",16872,40373 -"122349",16872,40542 -"122350",16872,41182 -"122351",16872,42131 -"122352",16872,46843 -"122353",16872,48331 -"122354",16873,19527 -"122355",16873,63093 -"122356",16873,63116 -"122357",16873,63141 -"122358",16875,27111 -"122359",16875,43706 -"122360",16875,43707 -"122361",16875,43852 -"122362",16876,17029 -"122363",16876,17830 -"122364",16876,19501 -"122365",16876,21485 -"122366",16876,25734 -"122367",16876,27545 -"122368",16876,29854 -"122369",16876,31569 -"122370",16876,48395 -"122371",16876,52217 -"122372",16876,65598 -"122373",16876,77211 -"122374",16876,79074 -"122375",16876,80409 -"122376",16876,93028 -"122377",16876,99078 -"122378",16876,116506 -"122379",16877,91591 -"122380",16877,94975 -"122381",16877,94990 -"122382",16877,95001 -"122383",16877,95032 -"122384",16877,100796 -"122385",16877,119654 -"122386",16878,32338 -"122387",16878,88058 -"122388",16879,17118 -"122389",16879,17120 -"122390",16879,17296 -"122391",16880,57882 -"122392",16881,18915 -"122393",16881,24978 -"122394",16881,25092 -"122395",16881,27526 -"122396",16881,30247 -"122397",16881,30494 -"122398",16881,35360 -"122399",16881,35735 -"122400",16881,39494 -"122401",16881,40889 -"122402",16881,46151 -"122403",16881,47283 -"122404",16881,62832 -"122405",16881,68372 -"122406",16881,70133 -"122407",16881,73180 -"122408",16881,75451 -"122409",16881,77588 -"122410",16881,78746 -"122411",16881,82398 -"122412",16881,93808 -"122413",16881,109394 -"122414",16881,109438 -"122415",16881,115436 -"122416",16882,24469 -"122417",16882,31963 -"122418",16882,51276 -"122419",16882,63096 -"122420",16882,76893 -"122421",16882,78360 -"122422",16882,78362 -"122423",16883,76294 -"122424",16884,16885 -"122425",16884,17073 -"122426",16885,17073 -"122427",16885,36042 -"122428",16885,37125 -"122429",16885,48374 -"122430",16885,98824 -"122431",16885,105114 -"122432",16886,16924 -"122433",16886,17856 -"122434",16886,107147 -"122435",16887,30081 -"122436",16887,44476 -"122437",16887,44677 -"122438",16887,71369 -"122439",16887,71382 -"122440",16888,18171 -"122441",16888,21482 -"122442",16888,23633 -"122443",16888,36798 -"122444",16888,40524 -"122445",16888,41171 -"122446",16888,43338 -"122447",16888,64962 -"122448",16888,68844 -"122449",16888,73675 -"122450",16888,88155 -"122451",16888,93495 -"122452",16888,96403 -"122453",16888,100029 -"122454",16888,118005 -"122455",16888,118016 -"122456",16889,20541 -"122457",16889,31874 -"122458",16889,31917 -"122459",16889,33466 -"122460",16889,37201 -"122461",16889,39818 -"122462",16889,47628 -"122463",16889,52363 -"122464",16889,54399 -"122465",16889,64444 -"122466",16889,64598 -"122467",16889,64641 -"122468",16889,64690 -"122469",16890,20563 -"122470",16890,74095 -"122471",16890,85754 -"122472",16891,46963 -"122473",16891,97940 -"122474",16892,26456 -"122475",16892,78749 -"122476",16892,90604 -"122477",16893,23820 -"122478",16893,78999 -"122479",16893,89733 -"122480",16893,99968 -"122481",16893,101209 -"122482",16893,119617 -"122483",16894,17069 -"122484",16894,17264 -"122485",16894,17354 -"122486",16894,18765 -"122487",16894,19506 -"122488",16894,19536 -"122489",16894,33551 -"122490",16894,42962 -"122491",16894,44662 -"122492",16894,52119 -"122493",16894,72530 -"122494",16894,78432 -"122495",16894,79870 -"122496",16894,83053 -"122497",16894,86539 -"122498",16894,88695 -"122499",16894,90790 -"122500",16894,91162 -"122501",16894,91163 -"122502",16894,91165 -"122503",16894,91170 -"122504",16894,91201 -"122505",16894,107192 -"122506",16895,32952 -"122507",16896,16985 -"122508",16896,17027 -"122509",16896,17084 -"122510",16896,20105 -"122511",16896,44290 -"122512",16896,47115 -"122513",16896,48917 -"122514",16896,49214 -"122515",16896,61872 -"122516",16896,61885 -"122517",16896,62110 -"122518",16896,62130 -"122519",16896,62176 -"122520",16896,62186 -"122521",16896,69992 -"122522",16897,17119 -"122523",16897,30583 -"122524",16897,30660 -"122525",16897,39155 -"122526",16898,17100 -"122527",16898,19777 -"122528",16898,30946 -"122529",16898,45753 -"122530",16898,57977 -"122531",16898,66250 -"122532",16898,76709 -"122533",16898,78094 -"122534",16898,102050 -"122535",16898,106299 -"122536",16898,111195 -"122537",16899,18521 -"122538",16899,18536 -"122539",16899,18805 -"122540",16899,59906 -"122541",16899,101987 -"122542",16899,120347 -"122543",16900,17011 -"122544",16900,59665 -"122545",16900,92404 -"122546",16900,110325 -"122547",16901,16922 -"122548",16901,29610 -"122549",16901,33165 -"122550",16901,33798 -"122551",16901,64120 -"122552",16902,16904 -"122553",16902,16974 -"122554",16902,50407 -"122555",16902,72646 -"122556",16903,30211 -"122557",16903,44563 -"122558",16903,55486 -"122559",16903,66300 -"122560",16903,77242 -"122561",16903,85917 -"122562",16903,88744 -"122563",16903,121722 -"122564",16904,16974 -"122565",16905,16907 -"122566",16905,17031 -"122567",16905,76370 -"122568",16906,27753 -"122569",16906,101245 -"122570",16907,17031 -"122571",16908,33904 -"122572",16908,67089 -"122573",16908,84737 -"122574",16908,89963 -"122575",16908,116571 -"122576",16909,18873 -"122577",16909,20561 -"122578",16909,34870 -"122579",16909,80360 -"122580",16910,17453 -"122581",16910,18883 -"122582",16910,23307 -"122583",16910,35972 -"122584",16910,60457 -"122585",16910,64992 -"122586",16910,73658 -"122587",16910,92353 -"122588",16910,93995 -"122589",16910,101503 -"122590",16912,17077 -"122591",16912,22608 -"122592",16913,17401 -"122593",16914,41840 -"122594",16914,46406 -"122595",16915,96408 -"122596",16915,96454 -"122597",16916,29173 -"122598",16916,50534 -"122599",16916,102428 -"122600",16917,17066 -"122601",16918,81660 -"122602",16919,23915 -"122603",16919,38618 -"122604",16919,58900 -"122605",16919,79845 -"122606",16919,83380 -"122607",16919,90259 -"122608",16920,16990 -"122609",16920,46379 -"122610",16921,33536 -"122611",16921,66151 -"122612",16922,24026 -"122613",16922,30968 -"122614",16922,32745 -"122615",16923,54612 -"122616",16923,96684 -"122617",16924,17856 -"122618",16925,68315 -"122619",16925,69950 -"122620",16926,20506 -"122621",16926,24920 -"122622",16926,31951 -"122623",16926,32376 -"122624",16926,43173 -"122625",16926,51572 -"122626",16926,97588 -"122627",16926,107900 -"122628",16929,52206 -"122629",16929,68460 -"122630",16929,74799 -"122631",16929,80061 -"122632",16929,100862 -"122633",16929,102801 -"122634",16929,102831 -"122635",16930,28020 -"122636",16930,74799 -"122637",16930,93317 -"122638",16930,101216 -"122639",16931,47318 -"122640",16932,29001 -"122641",16932,30136 -"122642",16932,74954 -"122643",16933,29453 -"122644",16933,110870 -"122645",16934,78997 -"122646",16935,16938 -"122647",16935,18646 -"122648",16935,20679 -"122649",16935,23149 -"122650",16935,26554 -"122651",16935,29378 -"122652",16935,29778 -"122653",16935,55481 -"122654",16935,60023 -"122655",16935,60768 -"122656",16935,71015 -"122657",16935,73520 -"122658",16935,80066 -"122659",16935,91667 -"122660",16935,95265 -"122661",16935,109803 -"122662",16935,109821 -"122663",16935,111296 -"122664",16935,111426 -"122665",16935,111440 -"122666",16936,31349 -"122667",16936,79584 -"122668",16937,19058 -"122669",16937,28453 -"122670",16937,34222 -"122671",16937,34965 -"122672",16937,44395 -"122673",16937,47317 -"122674",16937,55332 -"122675",16937,56584 -"122676",16937,70543 -"122677",16938,23149 -"122678",16938,106165 -"122679",16939,17062 -"122680",16939,80478 -"122681",16939,105936 -"122682",16939,105948 -"122683",16939,105970 -"122684",16940,36361 -"122685",16940,52576 -"122686",16940,62266 -"122687",16940,71342 -"122688",16940,81503 -"122689",16940,96592 -"122690",16940,105753 -"122691",16942,53612 -"122692",16942,63247 -"122693",16942,78998 -"122694",16943,16967 -"122695",16943,17004 -"122696",16943,17021 -"122697",16943,17063 -"122698",16944,16965 -"122699",16944,17079 -"122700",16945,18800 -"122701",16945,47413 -"122702",16945,75899 -"122703",16945,79935 -"122704",16945,109061 -"122705",16946,19975 -"122706",16946,20000 -"122707",16946,24429 -"122708",16946,33960 -"122709",16946,44351 -"122710",16946,46621 -"122711",16946,47585 -"122712",16946,59326 -"122713",16946,61785 -"122714",16946,63300 -"122715",16946,67825 -"122716",16946,68844 -"122717",16946,77441 -"122718",16946,88232 -"122719",16946,92592 -"122720",16946,100502 -"122721",16946,100583 -"122722",16946,101858 -"122723",16947,16950 -"122724",16948,32155 -"122725",16948,32347 -"122726",16948,49182 -"122727",16948,64635 -"122728",16948,69718 -"122729",16948,76572 -"122730",16948,99078 -"122731",16948,99186 -"122732",16949,17727 -"122733",16949,18514 -"122734",16949,19857 -"122735",16949,22299 -"122736",16949,23938 -"122737",16949,24250 -"122738",16949,26682 -"122739",16949,29741 -"122740",16949,30876 -"122741",16949,32393 -"122742",16949,32939 -"122743",16949,33113 -"122744",16949,38494 -"122745",16949,38932 -"122746",16949,40643 -"122747",16949,42017 -"122748",16949,42107 -"122749",16949,45787 -"122750",16949,47083 -"122751",16949,49231 -"122752",16949,50061 -"122753",16949,52450 -"122754",16949,53636 -"122755",16949,53644 -"122756",16949,54059 -"122757",16949,54712 -"122758",16949,55370 -"122759",16949,57804 -"122760",16949,59615 -"122761",16949,59940 -"122762",16949,67363 -"122763",16949,71230 -"122764",16949,76278 -"122765",16949,76740 -"122766",16949,76786 -"122767",16949,77272 -"122768",16949,77357 -"122769",16949,77402 -"122770",16949,78248 -"122771",16949,78255 -"122772",16949,78339 -"122773",16949,78445 -"122774",16949,78960 -"122775",16949,78961 -"122776",16949,79022 -"122777",16949,79716 -"122778",16949,79989 -"122779",16949,80281 -"122780",16949,81728 -"122781",16949,82196 -"122782",16949,82246 -"122783",16949,82383 -"122784",16949,82810 -"122785",16949,82854 -"122786",16949,83853 -"122787",16949,83884 -"122788",16949,84379 -"122789",16949,84613 -"122790",16949,85465 -"122791",16949,85610 -"122792",16949,86351 -"122793",16949,86451 -"122794",16949,86882 -"122795",16949,87175 -"122796",16949,87451 -"122797",16949,87521 -"122798",16949,87572 -"122799",16949,87663 -"122800",16949,87721 -"122801",16949,87862 -"122802",16949,94121 -"122803",16949,97783 -"122804",16951,25018 -"122805",16951,69812 -"122806",16951,82074 -"122807",16951,97259 -"122808",16952,17085 -"122809",16952,19075 -"122810",16952,26099 -"122811",16952,30483 -"122812",16952,37814 -"122813",16953,78534 -"122814",16953,94268 -"122815",16953,107240 -"122816",16954,18603 -"122817",16954,18655 -"122818",16954,18681 -"122819",16954,34444 -"122820",16954,36359 -"122821",16954,37246 -"122822",16955,17071 -"122823",16955,26232 -"122824",16955,26385 -"122825",16955,28088 -"122826",16956,20291 -"122827",16956,26441 -"122828",16956,32784 -"122829",16956,40571 -"122830",16956,62373 -"122831",16956,79642 -"122832",16957,17182 -"122833",16957,50053 -"122834",16957,52244 -"122835",16957,52245 -"122836",16958,57551 -"122837",16959,17133 -"122838",16959,57231 -"122839",16959,60905 -"122840",16960,17002 -"122841",16960,17003 -"122842",16961,42069 -"122843",16961,92079 -"122844",16962,17020 -"122845",16962,67247 -"122846",16962,67268 -"122847",16962,67318 -"122848",16963,18261 -"122849",16963,34150 -"122850",16963,34243 -"122851",16963,37178 -"122852",16963,43271 -"122853",16963,43377 -"122854",16963,51505 -"122855",16963,53340 -"122856",16963,53735 -"122857",16963,62624 -"122858",16963,62724 -"122859",16963,92130 -"122860",16963,96332 -"122861",16964,40458 -"122862",16964,82046 -"122863",16964,101675 -"122864",16965,17079 -"122865",16965,49911 -"122866",16965,66617 -"122867",16966,24431 -"122868",16967,17004 -"122869",16967,17021 -"122870",16967,17063 -"122871",16968,25819 -"122872",16968,34634 -"122873",16968,115625 -"122874",16969,16977 -"122875",16969,17094 -"122876",16969,27359 -"122877",16969,30558 -"122878",16969,42010 -"122879",16969,45198 -"122880",16969,57617 -"122881",16969,68060 -"122882",16970,26946 -"122883",16970,80351 -"122884",16970,109108 -"122885",16971,17754 -"122886",16971,25976 -"122887",16971,50933 -"122888",16971,62629 -"122889",16971,67805 -"122890",16971,67810 -"122891",16971,67843 -"122892",16971,92322 -"122893",16971,92410 -"122894",16971,94783 -"122895",16971,109350 -"122896",16971,113302 -"122897",16972,17030 -"122898",16972,17088 -"122899",16972,73907 -"122900",16972,84528 -"122901",16973,35141 -"122902",16975,24343 -"122903",16975,24720 -"122904",16975,24787 -"122905",16975,39010 -"122906",16975,75616 -"122907",16976,19687 -"122908",16976,118649 -"122909",16976,118650 -"122910",16977,17094 -"122911",16977,61491 -"122912",16978,22793 -"122913",16978,39742 -"122914",16978,52889 -"122915",16978,64014 -"122916",16978,76697 -"122917",16978,78677 -"122918",16979,16980 -"122919",16979,90927 -"122920",16979,90938 -"122921",16980,17931 -"122922",16980,33209 -"122923",16981,29138 -"122924",16981,31620 -"122925",16981,39803 -"122926",16981,41317 -"122927",16981,48976 -"122928",16981,53533 -"122929",16981,71805 -"122930",16981,76523 -"122931",16982,60644 -"122932",16982,71429 -"122933",16982,75785 -"122934",16982,107595 -"122935",16982,107631 -"122936",16982,112205 -"122937",16983,58376 -"122938",16984,34879 -"122939",16984,37167 -"122940",16984,40628 -"122941",16984,42608 -"122942",16984,59863 -"122943",16984,72940 -"122944",16984,74699 -"122945",16984,84924 -"122946",16984,91178 -"122947",16984,97636 -"122948",16984,103074 -"122949",16985,17027 -"122950",16986,88917 -"122951",16987,22064 -"122952",16988,34905 -"122953",16988,96835 -"122954",16989,17043 -"122955",16989,17044 -"122956",16992,39626 -"122957",16992,52415 -"122958",16992,54789 -"122959",16992,102598 -"122960",16993,20747 -"122961",16993,23793 -"122962",16993,23939 -"122963",16993,47101 -"122964",16993,56945 -"122965",16993,56966 -"122966",16993,67097 -"122967",16994,24817 -"122968",16994,31086 -"122969",16994,48244 -"122970",16994,94029 -"122971",16994,95680 -"122972",16994,98080 -"122973",16994,104695 -"122974",16994,104710 -"122975",16994,104724 -"122976",16994,104727 -"122977",16994,104729 -"122978",16995,18135 -"122979",16995,26596 -"122980",16995,26920 -"122981",16995,29504 -"122982",16995,45859 -"122983",16995,57709 -"122984",16995,64439 -"122985",16995,67741 -"122986",16995,68095 -"122987",16995,82413 -"122988",16995,84700 -"122989",16995,100671 -"122990",16996,17033 -"122991",16996,17056 -"122992",16996,17326 -"122993",16996,18229 -"122994",16996,30037 -"122995",16996,30393 -"122996",16996,37205 -"122997",16996,51985 -"122998",16996,56067 -"122999",16996,68931 -"123000",16996,74100 -"123001",16996,82964 -"123002",16996,105689 -"123003",16996,106240 -"123004",16996,109919 -"123005",16996,112622 -"123006",16996,114900 -"123007",16997,25546 -"123008",16998,31160 -"123009",16998,46379 -"123010",16999,19465 -"123011",16999,36285 -"123012",16999,55344 -"123013",16999,98190 -"123014",17000,17776 -"123015",17000,21445 -"123016",17000,21952 -"123017",17000,22610 -"123018",17000,22723 -"123019",17000,22793 -"123020",17000,24023 -"123021",17000,29407 -"123022",17000,34021 -"123023",17000,34334 -"123024",17000,37774 -"123025",17000,38739 -"123026",17000,39742 -"123027",17000,39956 -"123028",17000,45051 -"123029",17000,59234 -"123030",17000,59848 -"123031",17000,62704 -"123032",17000,63224 -"123033",17000,70014 -"123034",17000,94611 -"123035",17000,104878 -"123036",17002,17003 -"123037",17002,45511 -"123038",17002,52011 -"123039",17002,61410 -"123040",17002,66390 -"123041",17002,71756 -"123042",17002,74404 -"123043",17002,74694 -"123044",17002,121787 -"123045",17004,17021 -"123046",17004,17063 -"123047",17005,17051 -"123048",17005,17065 -"123049",17007,61602 -"123050",17007,104148 -"123051",17008,18648 -"123052",17008,20232 -"123053",17008,24277 -"123054",17008,25580 -"123055",17008,28816 -"123056",17008,31416 -"123057",17008,36126 -"123058",17008,36755 -"123059",17008,41956 -"123060",17008,44712 -"123061",17008,46257 -"123062",17008,54589 -"123063",17008,85971 -"123064",17008,101580 -"123065",17008,102174 -"123066",17008,107704 -"123067",17009,80593 -"123068",17010,63196 -"123069",17012,46908 -"123070",17012,51717 -"123071",17012,76509 -"123072",17013,19975 -"123073",17013,20000 -"123074",17013,21133 -"123075",17013,22641 -"123076",17013,30302 -"123077",17013,31951 -"123078",17013,32940 -"123079",17013,34384 -"123080",17013,36876 -"123081",17013,37509 -"123082",17013,41713 -"123083",17013,43173 -"123084",17013,46483 -"123085",17013,46621 -"123086",17013,47585 -"123087",17013,50235 -"123088",17013,60467 -"123089",17013,61785 -"123090",17013,64361 -"123091",17013,69011 -"123092",17013,71176 -"123093",17013,74659 -"123094",17013,76029 -"123095",17013,78582 -"123096",17013,81250 -"123097",17013,83578 -"123098",17013,88208 -"123099",17013,90643 -"123100",17013,96144 -"123101",17013,96146 -"123102",17013,96837 -"123103",17013,97766 -"123104",17013,100606 -"123105",17013,103031 -"123106",17013,103066 -"123107",17013,106010 -"123108",17013,110469 -"123109",17013,121979 -"123110",17014,17303 -"123111",17014,18421 -"123112",17014,21093 -"123113",17014,21283 -"123114",17014,21851 -"123115",17014,24597 -"123116",17014,30818 -"123117",17014,35816 -"123118",17014,36068 -"123119",17014,38813 -"123120",17014,40627 -"123121",17014,41590 -"123122",17014,46982 -"123123",17014,48631 -"123124",17014,55434 -"123125",17015,33471 -"123126",17015,41845 -"123127",17015,45007 -"123128",17015,50324 -"123129",17015,50344 -"123130",17015,55606 -"123131",17015,64254 -"123132",17016,17054 -"123133",17016,65053 -"123134",17016,71411 -"123135",17016,72946 -"123136",17016,85540 -"123137",17016,89183 -"123138",17016,92684 -"123139",17018,17035 -"123140",17018,17037 -"123141",17018,21228 -"123142",17018,25768 -"123143",17018,30368 -"123144",17018,37709 -"123145",17018,41958 -"123146",17019,78530 -"123147",17020,33384 -"123148",17020,40047 -"123149",17020,44972 -"123150",17020,59982 -"123151",17020,78909 -"123152",17020,86175 -"123153",17020,91384 -"123154",17020,110608 -"123155",17020,121550 -"123156",17021,17063 -"123157",17021,17968 -"123158",17021,23594 -"123159",17021,27047 -"123160",17021,29834 -"123161",17021,29845 -"123162",17021,29882 -"123163",17021,29894 -"123164",17021,30007 -"123165",17021,52147 -"123166",17021,79197 -"123167",17021,86362 -"123168",17021,91213 -"123169",17021,91217 -"123170",17021,104110 -"123171",17022,19631 -"123172",17022,33035 -"123173",17022,34953 -"123174",17022,47906 -"123175",17022,48114 -"123176",17022,75194 -"123177",17023,41167 -"123178",17023,61673 -"123179",17023,92965 -"123180",17023,114222 -"123181",17024,53997 -"123182",17024,83500 -"123183",17025,30605 -"123184",17025,116715 -"123185",17027,20028 -"123186",17027,24876 -"123187",17027,29372 -"123188",17027,31612 -"123189",17027,38146 -"123190",17027,40646 -"123191",17027,52846 -"123192",17027,52876 -"123193",17027,53333 -"123194",17027,85329 -"123195",17028,17537 -"123196",17028,17538 -"123197",17028,17669 -"123198",17028,17671 -"123199",17029,19087 -"123200",17029,28512 -"123201",17029,35446 -"123202",17029,38435 -"123203",17029,47360 -"123204",17029,54493 -"123205",17029,59802 -"123206",17029,72803 -"123207",17029,73453 -"123208",17029,75668 -"123209",17029,78504 -"123210",17029,78506 -"123211",17029,97791 -"123212",17030,17088 -"123213",17030,45835 -"123214",17030,49848 -"123215",17030,53569 -"123216",17030,54361 -"123217",17030,63675 -"123218",17030,74977 -"123219",17030,76238 -"123220",17030,76240 -"123221",17030,76242 -"123222",17030,76253 -"123223",17030,76254 -"123224",17030,76258 -"123225",17030,76261 -"123226",17030,76263 -"123227",17030,76409 -"123228",17030,76411 -"123229",17031,29358 -"123230",17031,76370 -"123231",17031,85803 -"123232",17032,25053 -"123233",17032,29067 -"123234",17032,33626 -"123235",17032,59289 -"123236",17032,65962 -"123237",17032,99602 -"123238",17032,100143 -"123239",17033,17056 -"123240",17033,17326 -"123241",17033,17810 -"123242",17033,17811 -"123243",17033,18247 -"123244",17033,23150 -"123245",17033,28345 -"123246",17033,30057 -"123247",17033,36737 -"123248",17033,60131 -"123249",17033,68853 -"123250",17033,74533 -"123251",17033,82022 -"123252",17033,102045 -"123253",17033,109919 -"123254",17033,118365 -"123255",17034,33987 -"123256",17034,56812 -"123257",17034,92566 -"123258",17035,17037 -"123259",17035,21228 -"123260",17035,25768 -"123261",17035,32555 -"123262",17036,45279 -"123263",17036,47000 -"123264",17036,47943 -"123265",17036,50204 -"123266",17036,50302 -"123267",17036,61448 -"123268",17036,77978 -"123269",17036,79849 -"123270",17036,88544 -"123271",17036,97836 -"123272",17037,17285 -"123273",17037,20697 -"123274",17037,21168 -"123275",17037,21228 -"123276",17037,25768 -"123277",17037,30368 -"123278",17037,32555 -"123279",17037,44322 -"123280",17037,49289 -"123281",17037,52704 -"123282",17037,52710 -"123283",17037,66270 -"123284",17038,17499 -"123285",17038,17695 -"123286",17038,24760 -"123287",17038,24884 -"123288",17038,28215 -"123289",17038,29603 -"123290",17038,38910 -"123291",17038,68818 -"123292",17038,77627 -"123293",17038,77630 -"123294",17039,18311 -"123295",17039,22948 -"123296",17039,28534 -"123297",17039,28838 -"123298",17039,30638 -"123299",17039,30881 -"123300",17039,38143 -"123301",17039,41976 -"123302",17039,43507 -"123303",17039,44410 -"123304",17039,57330 -"123305",17039,72972 -"123306",17039,73004 -"123307",17039,93565 -"123308",17039,100553 -"123309",17039,101089 -"123310",17039,107468 -"123311",17039,107490 -"123312",17039,107493 -"123313",17040,99496 -"123314",17041,19930 -"123315",17041,28228 -"123316",17041,48300 -"123317",17041,65601 -"123318",17041,96875 -"123319",17041,96885 -"123320",17043,17044 -"123321",17043,29171 -"123322",17043,36609 -"123323",17043,38312 -"123324",17043,49149 -"123325",17043,50634 -"123326",17043,50958 -"123327",17043,52204 -"123328",17043,59087 -"123329",17043,61090 -"123330",17043,62297 -"123331",17043,62919 -"123332",17043,74551 -"123333",17043,76268 -"123334",17043,106107 -"123335",17043,119527 -"123336",17044,26645 -"123337",17044,26746 -"123338",17045,28305 -"123339",17045,57143 -"123340",17046,17103 -"123341",17047,81116 -"123342",17047,116067 -"123343",17048,17049 -"123344",17048,25224 -"123345",17048,58209 -"123346",17049,68628 -"123347",17049,71735 -"123348",17050,56491 -"123349",17051,17065 -"123350",17051,22262 -"123351",17051,25376 -"123352",17051,25651 -"123353",17051,28401 -"123354",17051,32541 -"123355",17051,34694 -"123356",17051,34710 -"123357",17051,34818 -"123358",17051,34892 -"123359",17051,34900 -"123360",17051,77864 -"123361",17051,87000 -"123362",17051,96371 -"123363",17052,22226 -"123364",17052,26043 -"123365",17052,30883 -"123366",17052,31413 -"123367",17052,82203 -"123368",17052,84035 -"123369",17052,92274 -"123370",17053,17810 -"123371",17053,20336 -"123372",17053,27989 -"123373",17053,38615 -"123374",17053,43138 -"123375",17053,49806 -"123376",17053,55491 -"123377",17053,63703 -"123378",17053,75152 -"123379",17055,23818 -"123380",17055,23940 -"123381",17055,23986 -"123382",17055,43731 -"123383",17055,71587 -"123384",17056,17477 -"123385",17056,26884 -"123386",17056,30393 -"123387",17056,53478 -"123388",17056,67478 -"123389",17056,100985 -"123390",17057,37146 -"123391",17058,17179 -"123392",17058,43439 -"123393",17058,44004 -"123394",17058,50189 -"123395",17058,59830 -"123396",17058,60336 -"123397",17058,60337 -"123398",17058,68694 -"123399",17058,72191 -"123400",17058,104395 -"123401",17059,17102 -"123402",17059,17211 -"123403",17059,17212 -"123404",17059,17355 -"123405",17059,21420 -"123406",17059,26623 -"123407",17059,29172 -"123408",17059,29332 -"123409",17059,30622 -"123410",17059,30665 -"123411",17059,30697 -"123412",17059,32513 -"123413",17059,33309 -"123414",17059,42895 -"123415",17059,61706 -"123416",17059,66129 -"123417",17059,68217 -"123418",17059,72129 -"123419",17060,76773 -"123420",17061,19985 -"123421",17061,22553 -"123422",17061,24770 -"123423",17061,25721 -"123424",17061,27162 -"123425",17061,27256 -"123426",17061,27286 -"123427",17061,27466 -"123428",17061,27854 -"123429",17061,30153 -"123430",17061,34041 -"123431",17061,35040 -"123432",17061,53708 -"123433",17061,60685 -"123434",17061,63214 -"123435",17061,64605 -"123436",17061,66171 -"123437",17061,69438 -"123438",17061,70050 -"123439",17061,71343 -"123440",17061,71471 -"123441",17061,96114 -"123442",17061,96170 -"123443",17062,48963 -"123444",17062,114881 -"123445",17063,60365 -"123446",17063,63490 -"123447",17064,18394 -"123448",17064,19965 -"123449",17064,21330 -"123450",17064,42687 -"123451",17064,45946 -"123452",17064,47324 -"123453",17064,71654 -"123454",17064,85089 -"123455",17064,94372 -"123456",17064,116808 -"123457",17064,119204 -"123458",17065,28401 -"123459",17065,28402 -"123460",17065,43414 -"123461",17065,46809 -"123462",17066,21761 -"123463",17066,32077 -"123464",17066,68293 -"123465",17067,20844 -"123466",17067,20867 -"123467",17067,20884 -"123468",17067,21165 -"123469",17067,22784 -"123470",17067,27061 -"123471",17067,40334 -"123472",17067,48813 -"123473",17067,60340 -"123474",17067,60871 -"123475",17067,63695 -"123476",17067,70629 -"123477",17067,74181 -"123478",17067,97122 -"123479",17068,17403 -"123480",17068,37776 -"123481",17068,72666 -"123482",17068,84058 -"123483",17068,95867 -"123484",17069,17264 -"123485",17069,88986 -"123486",17070,17140 -"123487",17070,20866 -"123488",17070,21003 -"123489",17070,28013 -"123490",17070,35057 -"123491",17070,36822 -"123492",17070,38148 -"123493",17070,38599 -"123494",17070,38608 -"123495",17070,51493 -"123496",17070,58890 -"123497",17070,74180 -"123498",17070,81790 -"123499",17070,81791 -"123500",17070,109462 -"123501",17072,34017 -"123502",17072,52759 -"123503",17072,56506 -"123504",17072,83253 -"123505",17072,86403 -"123506",17073,20920 -"123507",17073,29158 -"123508",17073,62819 -"123509",17073,65903 -"123510",17073,78358 -"123511",17073,117278 -"123512",17075,17277 -"123513",17076,35477 -"123514",17077,29782 -"123515",17077,52779 -"123516",17078,21751 -"123517",17078,39443 -"123518",17078,41753 -"123519",17078,42948 -"123520",17078,57679 -"123521",17078,72062 -"123522",17078,88243 -"123523",17078,102897 -"123524",17078,104844 -"123525",17079,28521 -"123526",17079,31684 -"123527",17079,32610 -"123528",17079,33974 -"123529",17079,35278 -"123530",17079,46130 -"123531",17079,47607 -"123532",17080,49087 -"123533",17080,51035 -"123534",17080,69712 -"123535",17080,78089 -"123536",17082,25468 -"123537",17082,35734 -"123538",17082,57095 -"123539",17082,59312 -"123540",17082,59462 -"123541",17082,61122 -"123542",17082,61123 -"123543",17083,18995 -"123544",17083,31609 -"123545",17083,33569 -"123546",17083,37666 -"123547",17083,39051 -"123548",17083,56317 -"123549",17084,20105 -"123550",17084,36199 -"123551",17084,44290 -"123552",17084,47115 -"123553",17084,47145 -"123554",17084,48917 -"123555",17084,49214 -"123556",17084,61872 -"123557",17084,61885 -"123558",17084,62110 -"123559",17084,62130 -"123560",17084,62176 -"123561",17084,62186 -"123562",17084,69992 -"123563",17085,19075 -"123564",17085,34247 -"123565",17085,49497 -"123566",17085,52118 -"123567",17085,69708 -"123568",17086,33010 -"123569",17086,102580 -"123570",17086,106759 -"123571",17086,118482 -"123572",17087,20481 -"123573",17087,42297 -"123574",17087,75917 -"123575",17087,87939 -"123576",17088,20336 -"123577",17088,21439 -"123578",17088,24078 -"123579",17088,30417 -"123580",17088,32704 -"123581",17088,37519 -"123582",17088,41344 -"123583",17088,45744 -"123584",17088,58702 -"123585",17088,58822 -"123586",17088,69354 -"123587",17089,17419 -"123588",17089,28384 -"123589",17089,28395 -"123590",17089,28396 -"123591",17089,28541 -"123592",17089,32908 -"123593",17089,70684 -"123594",17089,94096 -"123595",17090,17101 -"123596",17090,33755 -"123597",17090,35231 -"123598",17090,45733 -"123599",17090,51132 -"123600",17090,53650 -"123601",17090,60672 -"123602",17090,60724 -"123603",17090,61213 -"123604",17090,68488 -"123605",17090,69273 -"123606",17091,42432 -"123607",17091,81149 -"123608",17091,101172 -"123609",17091,119672 -"123610",17092,17114 -"123611",17092,29145 -"123612",17092,34915 -"123613",17092,76299 -"123614",17092,78647 -"123615",17092,79524 -"123616",17092,87868 -"123617",17092,90150 -"123618",17093,24115 -"123619",17093,25934 -"123620",17093,25969 -"123621",17093,26088 -"123622",17093,26866 -"123623",17093,26923 -"123624",17093,40815 -"123625",17093,40850 -"123626",17093,80513 -"123627",17093,85756 -"123628",17095,55361 -"123629",17095,77139 -"123630",17095,92715 -"123631",17096,63582 -"123632",17097,22403 -"123633",17097,29372 -"123634",17097,37542 -"123635",17097,52261 -"123636",17097,53333 -"123637",17098,17954 -"123638",17098,24115 -"123639",17098,26866 -"123640",17098,57072 -"123641",17098,69352 -"123642",17098,72827 -"123643",17098,73727 -"123644",17098,93562 -"123645",17099,80844 -"123646",17099,88415 -"123647",17100,17958 -"123648",17100,19516 -"123649",17100,41142 -"123650",17100,44662 -"123651",17100,45330 -"123652",17100,83033 -"123653",17100,83067 -"123654",17102,17211 -"123655",17102,17212 -"123656",17102,17355 -"123657",17102,21420 -"123658",17102,26623 -"123659",17102,29172 -"123660",17102,29332 -"123661",17102,30622 -"123662",17102,30665 -"123663",17102,30697 -"123664",17102,45650 -"123665",17102,45875 -"123666",17102,58595 -"123667",17102,74061 -"123668",17102,80828 -"123669",17102,80829 -"123670",17102,99278 -"123671",17104,46840 -"123672",17105,17106 -"123673",17105,84678 -"123674",17107,20683 -"123675",17107,25843 -"123676",17107,32329 -"123677",17107,40033 -"123678",17107,49217 -"123679",17107,55541 -"123680",17107,55851 -"123681",17107,61529 -"123682",17107,77077 -"123683",17107,90745 -"123684",17108,17279 -"123685",17108,28127 -"123686",17108,28534 -"123687",17108,30590 -"123688",17108,32891 -"123689",17108,35943 -"123690",17108,36127 -"123691",17108,37472 -"123692",17108,42999 -"123693",17108,46297 -"123694",17108,46878 -"123695",17108,70233 -"123696",17108,71603 -"123697",17108,74298 -"123698",17108,74369 -"123699",17108,74664 -"123700",17108,75017 -"123701",17108,88553 -"123702",17108,94164 -"123703",17108,101089 -"123704",17108,101288 -"123705",17108,101364 -"123706",17108,101369 -"123707",17108,119288 -"123708",17108,119638 -"123709",17108,122370 -"123710",17108,122380 -"123711",17108,122679 -"123712",17108,123380 -"123713",17109,33859 -"123714",17109,78722 -"123715",17109,78747 -"123716",17109,100181 -"123717",17110,96066 -"123718",17111,31326 -"123719",17111,46086 -"123720",17111,55895 -"123721",17111,63073 -"123722",17111,92703 -"123723",17111,100777 -"123724",17111,111089 -"123725",17112,17202 -"123726",17112,17415 -"123727",17112,31113 -"123728",17112,39792 -"123729",17112,49752 -"123730",17112,51783 -"123731",17112,59238 -"123732",17112,59587 -"123733",17112,59977 -"123734",17112,69821 -"123735",17112,71052 -"123736",17112,71978 -"123737",17113,47366 -"123738",17115,17374 -"123739",17115,24236 -"123740",17116,27119 -"123741",17116,27209 -"123742",17116,34488 -"123743",17116,55365 -"123744",17116,95416 -"123745",17116,103788 -"123746",17117,27910 -"123747",17117,36361 -"123748",17117,43575 -"123749",17117,78358 -"123750",17117,81423 -"123751",17118,17120 -"123752",17118,17296 -"123753",17118,29190 -"123754",17119,30555 -"123755",17119,31560 -"123756",17120,17296 -"123757",17121,54204 -"123758",17122,22629 -"123759",17122,24405 -"123760",17122,43198 -"123761",17122,62071 -"123762",17122,65410 -"123763",17122,68939 -"123764",17122,73240 -"123765",17122,74417 -"123766",17123,29210 -"123767",17123,113539 -"123768",17124,22062 -"123769",17124,23169 -"123770",17124,30849 -"123771",17124,32265 -"123772",17124,59660 -"123773",17124,63476 -"123774",17124,72547 -"123775",17126,40788 -"123776",17126,65033 -"123777",17127,18264 -"123778",17129,17180 -"123779",17129,17283 -"123780",17129,47856 -"123781",17129,48496 -"123782",17130,36257 -"123783",17130,59792 -"123784",17130,68177 -"123785",17130,80420 -"123786",17130,83150 -"123787",17130,88009 -"123788",17131,72550 -"123789",17131,105798 -"123790",17131,105799 -"123791",17131,105802 -"123792",17132,17344 -"123793",17132,17345 -"123794",17133,17206 -"123795",17133,18029 -"123796",17133,27771 -"123797",17133,31495 -"123798",17133,32538 -"123799",17133,33337 -"123800",17133,37162 -"123801",17133,38402 -"123802",17133,40138 -"123803",17133,58340 -"123804",17133,117916 -"123805",17134,25433 -"123806",17134,27195 -"123807",17134,31232 -"123808",17134,40437 -"123809",17134,44400 -"123810",17134,46732 -"123811",17134,50282 -"123812",17134,54178 -"123813",17134,59633 -"123814",17134,60784 -"123815",17134,63018 -"123816",17134,67098 -"123817",17135,17630 -"123818",17135,27297 -"123819",17135,31952 -"123820",17136,36638 -"123821",17136,43382 -"123822",17136,101647 -"123823",17136,101674 -"123824",17137,48338 -"123825",17137,57695 -"123826",17137,60004 -"123827",17137,63445 -"123828",17138,91768 -"123829",17138,107068 -"123830",17139,33840 -"123831",17141,24789 -"123832",17142,90409 -"123833",17143,102333 -"123834",17144,27602 -"123835",17144,114011 -"123836",17145,17508 -"123837",17145,18060 -"123838",17145,18217 -"123839",17145,22462 -"123840",17145,22823 -"123841",17145,23147 -"123842",17145,23421 -"123843",17145,23632 -"123844",17145,23953 -"123845",17145,24495 -"123846",17145,24710 -"123847",17145,25143 -"123848",17145,25303 -"123849",17145,25664 -"123850",17145,26407 -"123851",17145,27174 -"123852",17145,27196 -"123853",17145,27710 -"123854",17145,28703 -"123855",17145,29253 -"123856",17145,29341 -"123857",17145,29560 -"123858",17145,29573 -"123859",17145,29868 -"123860",17145,32438 -"123861",17145,32967 -"123862",17145,33223 -"123863",17145,33881 -"123864",17145,34097 -"123865",17145,34330 -"123866",17145,34513 -"123867",17145,35400 -"123868",17145,36476 -"123869",17145,36547 -"123870",17145,36745 -"123871",17145,37821 -"123872",17145,37931 -"123873",17145,38319 -"123874",17145,39398 -"123875",17145,39492 -"123876",17145,40320 -"123877",17145,40373 -"123878",17145,40542 -"123879",17145,41182 -"123880",17145,42131 -"123881",17145,46843 -"123882",17145,48331 -"123883",17146,26160 -"123884",17146,36206 -"123885",17146,67820 -"123886",17146,72676 -"123887",17147,17656 -"123888",17148,32287 -"123889",17149,21389 -"123890",17149,22466 -"123891",17149,70076 -"123892",17150,17208 -"123893",17151,17286 -"123894",17151,17309 -"123895",17152,17232 -"123896",17152,17299 -"123897",17152,17356 -"123898",17152,17361 -"123899",17153,17421 -"123900",17153,27014 -"123901",17153,82498 -"123902",17154,25000 -"123903",17154,50800 -"123904",17155,17197 -"123905",17155,17271 -"123906",17155,20893 -"123907",17155,36489 -"123908",17155,50102 -"123909",17155,57517 -"123910",17155,95380 -"123911",17155,97789 -"123912",17156,23346 -"123913",17156,23793 -"123914",17156,24323 -"123915",17156,36332 -"123916",17157,28366 -"123917",17158,23092 -"123918",17158,24982 -"123919",17158,25069 -"123920",17158,28409 -"123921",17158,29194 -"123922",17158,42250 -"123923",17158,80512 -"123924",17159,20412 -"123925",17159,20580 -"123926",17159,21808 -"123927",17159,28189 -"123928",17159,30954 -"123929",17159,33278 -"123930",17159,39100 -"123931",17159,43523 -"123932",17159,43637 -"123933",17159,46551 -"123934",17159,61538 -"123935",17159,75886 -"123936",17159,81433 -"123937",17159,84587 -"123938",17159,84588 -"123939",17159,86010 -"123940",17159,97261 -"123941",17159,97266 -"123942",17159,98099 -"123943",17159,107574 -"123944",17159,109226 -"123945",17160,30926 -"123946",17160,60758 -"123947",17160,81907 -"123948",17160,111203 -"123949",17161,19307 -"123950",17161,28451 -"123951",17161,40271 -"123952",17161,67896 -"123953",17162,24416 -"123954",17162,35601 -"123955",17162,84959 -"123956",17163,19476 -"123957",17163,19542 -"123958",17163,24225 -"123959",17163,30864 -"123960",17163,42773 -"123961",17163,48988 -"123962",17163,61121 -"123963",17163,77719 -"123964",17163,78201 -"123965",17163,113303 -"123966",17164,17185 -"123967",17165,46043 -"123968",17165,46962 -"123969",17165,48860 -"123970",17165,79472 -"123971",17165,80944 -"123972",17165,107285 -"123973",17166,17179 -"123974",17166,17250 -"123975",17167,29422 -"123976",17167,29434 -"123977",17167,49064 -"123978",17168,28920 -"123979",17168,89632 -"123980",17168,97652 -"123981",17169,71699 -"123982",17169,84742 -"123983",17170,51891 -"123984",17171,17284 -"123985",17172,18809 -"123986",17172,20929 -"123987",17172,24438 -"123988",17172,32401 -"123989",17172,42578 -"123990",17172,56647 -"123991",17172,68174 -"123992",17172,71584 -"123993",17172,82980 -"123994",17173,97037 -"123995",17174,17186 -"123996",17174,17190 -"123997",17176,59287 -"123998",17176,97788 -"123999",17176,100893 -"124000",17176,115240 -"124001",17176,115273 -"124002",17177,51148 -"124003",17177,51167 -"124004",17178,17693 -"124005",17178,18648 -"124006",17178,18794 -"124007",17178,19031 -"124008",17178,21997 -"124009",17178,25436 -"124010",17178,27742 -"124011",17178,27866 -"124012",17178,28072 -"124013",17178,29203 -"124014",17178,31868 -"124015",17178,32200 -"124016",17178,33871 -"124017",17178,38736 -"124018",17178,40133 -"124019",17178,40309 -"124020",17178,45532 -"124021",17178,45766 -"124022",17178,46343 -"124023",17178,50137 -"124024",17178,54823 -"124025",17178,59520 -"124026",17178,59620 -"124027",17178,62936 -"124028",17178,72634 -"124029",17178,81137 -"124030",17178,81535 -"124031",17178,90944 -"124032",17178,106329 -"124033",17178,109598 -"124034",17178,115021 -"124035",17179,17250 -"124036",17179,44996 -"124037",17179,61897 -"124038",17180,17283 -"124039",17180,34511 -"124040",17180,47856 -"124041",17180,69221 -"124042",17181,17192 -"124043",17182,38527 -"124044",17182,38581 -"124045",17183,51193 -"124046",17183,56280 -"124047",17184,27225 -"124048",17184,40983 -"124049",17184,46655 -"124050",17185,21144 -"124051",17185,112511 -"124052",17186,17190 -"124053",17187,37080 -"124054",17187,82723 -"124055",17188,65734 -"124056",17188,99164 -"124057",17189,17694 -"124058",17189,19208 -"124059",17189,19605 -"124060",17189,20250 -"124061",17189,23173 -"124062",17189,25084 -"124063",17189,30880 -"124064",17189,32957 -"124065",17189,37146 -"124066",17189,38137 -"124067",17189,39552 -"124068",17189,45444 -"124069",17189,50480 -"124070",17189,50746 -"124071",17189,59643 -"124072",17189,64051 -"124073",17191,39469 -"124074",17191,48809 -"124075",17191,51854 -"124076",17191,54338 -"124077",17191,60894 -"124078",17191,72742 -"124079",17192,55017 -"124080",17192,59266 -"124081",17193,33209 -"124082",17193,82367 -"124083",17193,97046 -"124084",17194,17352 -"124085",17194,20517 -"124086",17194,21352 -"124087",17194,25286 -"124088",17194,29276 -"124089",17194,30811 -"124090",17194,33363 -"124091",17194,33500 -"124092",17194,37627 -"124093",17194,40486 -"124094",17194,45498 -"124095",17194,45583 -"124096",17194,71089 -"124097",17194,75502 -"124098",17195,53200 -"124099",17196,19963 -"124100",17196,32998 -"124101",17196,59582 -"124102",17196,60870 -"124103",17196,105739 -"124104",17197,17271 -"124105",17197,20259 -"124106",17197,36489 -"124107",17197,50102 -"124108",17197,57517 -"124109",17197,81256 -"124110",17197,94939 -"124111",17197,95380 -"124112",17199,35052 -"124113",17199,38920 -"124114",17199,91790 -"124115",17199,114157 -"124116",17200,19252 -"124117",17200,19449 -"124118",17200,20156 -"124119",17200,30512 -"124120",17200,44526 -"124121",17200,50717 -"124122",17200,70338 -"124123",17200,86016 -"124124",17201,17302 -"124125",17202,17415 -"124126",17203,36020 -"124127",17204,33127 -"124128",17204,44303 -"124129",17204,58310 -"124130",17205,64986 -"124131",17206,18029 -"124132",17206,24358 -"124133",17206,26491 -"124134",17206,26785 -"124135",17206,44402 -"124136",17206,52306 -"124137",17206,54847 -"124138",17206,97774 -"124139",17206,98301 -"124140",17206,98302 -"124141",17206,98576 -"124142",17207,20083 -"124143",17207,20583 -"124144",17207,43398 -"124145",17207,71892 -"124146",17208,25874 -"124147",17208,37234 -"124148",17209,17359 -"124149",17209,17395 -"124150",17209,28106 -"124151",17209,47689 -"124152",17210,20109 -"124153",17210,20154 -"124154",17210,20155 -"124155",17210,20185 -"124156",17210,22211 -"124157",17210,23456 -"124158",17210,24020 -"124159",17210,32138 -"124160",17210,35417 -"124161",17210,38813 -"124162",17210,40366 -"124163",17210,42813 -"124164",17210,44474 -"124165",17210,46486 -"124166",17210,71703 -"124167",17210,76890 -"124168",17210,77308 -"124169",17210,80555 -"124170",17210,92850 -"124171",17210,93852 -"124172",17211,17212 -"124173",17211,17355 -"124174",17211,21420 -"124175",17211,23098 -"124176",17211,26623 -"124177",17211,29172 -"124178",17211,29332 -"124179",17211,30622 -"124180",17211,30665 -"124181",17211,30697 -"124182",17211,31054 -"124183",17211,31525 -"124184",17211,32190 -"124185",17211,32294 -"124186",17212,17355 -"124187",17212,22153 -"124188",17212,27032 -"124189",17212,34073 -"124190",17212,42895 -"124191",17212,55383 -"124192",17212,77343 -"124193",17212,90582 -"124194",17213,49515 -"124195",17214,17377 -"124196",17214,23087 -"124197",17214,23131 -"124198",17214,23206 -"124199",17214,54549 -"124200",17214,57689 -"124201",17215,21130 -"124202",17215,21299 -"124203",17215,21358 -"124204",17216,50549 -"124205",17216,50791 -"124206",17217,34997 -"124207",17217,41604 -"124208",17217,44854 -"124209",17217,46773 -"124210",17217,57914 -"124211",17217,57921 -"124212",17217,65523 -"124213",17217,80413 -"124214",17217,88307 -"124215",17217,106958 -"124216",17217,107577 -"124217",17217,120188 -"124218",17218,28384 -"124219",17218,28395 -"124220",17218,29307 -"124221",17218,31165 -"124222",17218,35230 -"124223",17218,73399 -"124224",17218,77013 -"124225",17218,90705 -"124226",17218,111000 -"124227",17220,39769 -"124228",17220,88552 -"124229",17221,23133 -"124230",17221,25546 -"124231",17221,28128 -"124232",17221,28243 -"124233",17221,36552 -"124234",17221,42338 -"124235",17221,43897 -"124236",17221,45759 -"124237",17221,55041 -"124238",17222,61505 -"124239",17223,49850 -"124240",17223,65128 -"124241",17223,81141 -"124242",17223,93704 -"124243",17225,17236 -"124244",17225,45781 -"124245",17226,63435 -"124246",17226,65700 -"124247",17227,34279 -"124248",17228,18276 -"124249",17229,30661 -"124250",17229,40895 -"124251",17229,58100 -"124252",17229,60044 -"124253",17229,70671 -"124254",17229,73597 -"124255",17229,81570 -"124256",17229,95771 -"124257",17229,99585 -"124258",17230,39486 -"124259",17230,53941 -"124260",17230,71407 -"124261",17231,17246 -"124262",17231,17261 -"124263",17231,17325 -"124264",17232,17299 -"124265",17232,17356 -"124266",17232,17361 -"124267",17233,18485 -"124268",17233,32678 -"124269",17233,81626 -"124270",17233,93500 -"124271",17234,48217 -"124272",17235,17337 -"124273",17235,22945 -"124274",17235,27149 -"124275",17235,29402 -"124276",17235,37068 -"124277",17235,41939 -"124278",17235,44333 -"124279",17235,46578 -"124280",17235,48844 -"124281",17235,50303 -"124282",17235,50686 -"124283",17235,54622 -"124284",17235,55010 -"124285",17235,58105 -"124286",17235,59433 -"124287",17235,60747 -"124288",17235,62280 -"124289",17235,62506 -"124290",17235,63026 -"124291",17235,64359 -"124292",17235,67527 -"124293",17236,45781 -"124294",17237,51394 -"124295",17237,79851 -"124296",17237,84469 -"124297",17238,18014 -"124298",17239,52339 -"124299",17239,59269 -"124300",17240,35072 -"124301",17240,37191 -"124302",17240,39520 -"124303",17240,41116 -"124304",17240,47355 -"124305",17240,58763 -"124306",17240,69245 -"124307",17240,69808 -"124308",17240,71208 -"124309",17240,72076 -"124310",17240,72111 -"124311",17240,89630 -"124312",17240,90093 -"124313",17241,18151 -"124314",17241,20021 -"124315",17241,21795 -"124316",17241,28509 -"124317",17241,34040 -"124318",17241,34206 -"124319",17241,68489 -"124320",17241,72120 -"124321",17241,77652 -"124322",17241,77654 -"124323",17241,79805 -"124324",17242,19605 -"124325",17242,21461 -"124326",17242,29454 -"124327",17242,33843 -"124328",17242,38792 -"124329",17242,41764 -"124330",17242,45329 -"124331",17242,51859 -"124332",17242,51875 -"124333",17242,52213 -"124334",17242,56602 -"124335",17242,56815 -"124336",17242,64095 -"124337",17243,72922 -"124338",17243,101112 -"124339",17244,24198 -"124340",17244,96000 -"124341",17244,98230 -"124342",17245,42338 -"124343",17245,62927 -"124344",17246,17261 -"124345",17246,17325 -"124346",17246,22037 -"124347",17246,36689 -"124348",17246,36702 -"124349",17246,36703 -"124350",17247,65723 -"124351",17247,80061 -"124352",17247,80728 -"124353",17247,113060 -"124354",17248,36438 -"124355",17248,53868 -"124356",17248,61259 -"124357",17248,69004 -"124358",17248,70379 -"124359",17248,81117 -"124360",17248,88778 -"124361",17248,99140 -"124362",17248,109129 -"124363",17248,118671 -"124364",17248,118673 -"124365",17248,118677 -"124366",17248,122793 -"124367",17248,122884 -"124368",17249,17307 -"124369",17249,17370 -"124370",17249,17408 -"124371",17250,86746 -"124372",17251,17333 -"124373",17251,43227 -"124374",17251,55130 -"124375",17251,73665 -"124376",17251,82040 -"124377",17252,22120 -"124378",17252,25098 -"124379",17252,42787 -"124380",17252,45860 -"124381",17252,48116 -"124382",17252,53499 -"124383",17252,69175 -"124384",17252,69956 -"124385",17252,70455 -"124386",17252,77467 -"124387",17252,79360 -"124388",17252,86896 -"124389",17252,107610 -"124390",17253,19680 -"124391",17253,22558 -"124392",17253,42552 -"124393",17254,18854 -"124394",17254,36057 -"124395",17255,17956 -"124396",17255,18251 -"124397",17255,25759 -"124398",17255,29146 -"124399",17255,30769 -"124400",17255,34451 -"124401",17255,34551 -"124402",17255,43283 -"124403",17255,47940 -"124404",17255,48812 -"124405",17255,50135 -"124406",17255,53491 -"124407",17255,63917 -"124408",17255,65697 -"124409",17255,92819 -"124410",17255,93029 -"124411",17255,120794 -"124412",17256,48872 -"124413",17256,51688 -"124414",17256,55717 -"124415",17256,63108 -"124416",17256,86182 -"124417",17256,100196 -"124418",17257,19498 -"124419",17257,21124 -"124420",17257,24972 -"124421",17257,26908 -"124422",17257,35589 -"124423",17257,39544 -"124424",17257,41991 -"124425",17257,49023 -"124426",17257,49241 -"124427",17257,53132 -"124428",17257,55608 -"124429",17257,58195 -"124430",17257,61211 -"124431",17257,63041 -"124432",17257,81027 -"124433",17257,81811 -"124434",17257,99288 -"124435",17257,119622 -"124436",17258,28915 -"124437",17258,53624 -"124438",17259,22384 -"124439",17259,22442 -"124440",17259,29918 -"124441",17259,30881 -"124442",17259,31001 -"124443",17259,41746 -"124444",17259,42364 -"124445",17259,45081 -"124446",17259,47444 -"124447",17259,49444 -"124448",17259,50397 -"124449",17259,63250 -"124450",17259,64351 -"124451",17259,73794 -"124452",17259,80565 -"124453",17259,90446 -"124454",17259,90558 -"124455",17259,92017 -"124456",17259,92062 -"124457",17259,103182 -"124458",17259,108886 -"124459",17259,120498 -"124460",17260,75315 -"124461",17261,17325 -"124462",17261,21652 -"124463",17261,24210 -"124464",17261,37953 -"124465",17261,63884 -"124466",17261,80689 -"124467",17261,89104 -"124468",17261,94978 -"124469",17262,51521 -"124470",17263,46449 -"124471",17264,17689 -"124472",17264,52119 -"124473",17264,78432 -"124474",17264,86539 -"124475",17264,91201 -"124476",17264,96630 -"124477",17265,23612 -"124478",17265,77990 -"124479",17265,82626 -"124480",17265,82646 -"124481",17265,82647 -"124482",17265,82661 -"124483",17265,82662 -"124484",17265,82663 -"124485",17265,82811 -"124486",17265,82832 -"124487",17265,82836 -"124488",17265,93311 -"124489",17266,19635 -"124490",17267,74099 -"124491",17268,27689 -"124492",17269,36835 -"124493",17269,55715 -"124494",17269,59811 -"124495",17269,60891 -"124496",17269,60958 -"124497",17269,72080 -"124498",17272,43191 -"124499",17273,25444 -"124500",17273,53224 -"124501",17273,69095 -"124502",17273,92994 -"124503",17274,17339 -"124504",17274,17411 -"124505",17274,33569 -"124506",17275,23825 -"124507",17275,24935 -"124508",17275,30872 -"124509",17275,39223 -"124510",17275,44355 -"124511",17275,53265 -"124512",17275,59504 -"124513",17275,65844 -"124514",17275,72257 -"124515",17275,76725 -"124516",17275,77362 -"124517",17275,80982 -"124518",17275,108666 -"124519",17275,117333 -"124520",17275,121193 -"124521",17276,22264 -"124522",17276,113481 -"124523",17277,79362 -"124524",17278,57373 -"124525",17278,121260 -"124526",17279,46878 -"124527",17280,26404 -"124528",17281,62063 -"124529",17282,17420 -"124530",17282,21843 -"124531",17282,27525 -"124532",17282,27799 -"124533",17282,27968 -"124534",17282,42216 -"124535",17282,50810 -"124536",17282,50954 -"124537",17283,56649 -"124538",17284,80584 -"124539",17285,17904 -"124540",17285,18102 -"124541",17285,22008 -"124542",17285,33405 -"124543",17285,36944 -"124544",17285,38042 -"124545",17285,44181 -"124546",17285,49289 -"124547",17285,51375 -"124548",17285,53035 -"124549",17285,57499 -"124550",17285,59103 -"124551",17285,62929 -"124552",17285,64773 -"124553",17285,75815 -"124554",17285,81631 -"124555",17285,87822 -"124556",17286,17309 -"124557",17286,22571 -"124558",17286,33445 -"124559",17287,17376 -"124560",17287,19339 -"124561",17288,26336 -"124562",17288,36725 -"124563",17288,51738 -"124564",17288,51924 -"124565",17288,52940 -"124566",17288,91778 -"124567",17288,99436 -"124568",17289,17290 -"124569",17289,18479 -"124570",17289,30003 -"124571",17289,60589 -"124572",17289,72985 -"124573",17289,106161 -"124574",17291,47979 -"124575",17291,54297 -"124576",17292,30297 -"124577",17293,71054 -"124578",17293,71448 -"124579",17293,94615 -"124580",17294,29166 -"124581",17294,71509 -"124582",17294,75921 -"124583",17295,24914 -"124584",17295,29073 -"124585",17295,45157 -"124586",17295,76247 -"124587",17295,103297 -"124588",17297,41633 -"124589",17297,70843 -"124590",17298,63523 -"124591",17298,66639 -"124592",17298,112100 -"124593",17298,117218 -"124594",17299,17356 -"124595",17299,17361 -"124596",17301,19478 -"124597",17301,31616 -"124598",17301,45086 -"124599",17301,53215 -"124600",17301,69414 -"124601",17301,71778 -"124602",17301,79046 -"124603",17301,93734 -"124604",17301,116308 -"124605",17301,118534 -"124606",17303,40627 -"124607",17303,45685 -"124608",17303,46982 -"124609",17303,47013 -"124610",17303,55434 -"124611",17303,58022 -"124612",17303,75154 -"124613",17303,86450 -"124614",17304,37448 -"124615",17304,37534 -"124616",17304,59300 -"124617",17304,65169 -"124618",17304,82386 -"124619",17304,114205 -"124620",17305,18713 -"124621",17305,27260 -"124622",17305,29661 -"124623",17305,33617 -"124624",17305,36374 -"124625",17305,37256 -"124626",17305,37758 -"124627",17305,38818 -"124628",17305,43135 -"124629",17305,44068 -"124630",17305,45958 -"124631",17305,50588 -"124632",17305,52593 -"124633",17305,54344 -"124634",17306,49982 -"124635",17306,51677 -"124636",17307,17370 -"124637",17307,17408 -"124638",17307,50908 -"124639",17307,62861 -"124640",17307,62883 -"124641",17308,17329 -"124642",17310,20611 -"124643",17310,23707 -"124644",17310,30207 -"124645",17310,36505 -"124646",17310,56280 -"124647",17310,56849 -"124648",17312,28045 -"124649",17312,31918 -"124650",17313,17645 -"124651",17313,20443 -"124652",17313,22116 -"124653",17313,27742 -"124654",17313,37351 -"124655",17313,37371 -"124656",17313,43679 -"124657",17313,69700 -"124658",17313,76168 -"124659",17314,17706 -"124660",17314,17781 -"124661",17314,19798 -"124662",17314,21305 -"124663",17314,21707 -"124664",17314,22597 -"124665",17314,22668 -"124666",17314,22669 -"124667",17314,22683 -"124668",17314,22684 -"124669",17314,46776 -"124670",17314,48160 -"124671",17314,61113 -"124672",17314,74844 -"124673",17316,50314 -"124674",17316,80946 -"124675",17316,84242 -"124676",17316,102986 -"124677",17317,54418 -"124678",17317,66466 -"124679",17317,114480 -"124680",17317,114531 -"124681",17318,25940 -"124682",17318,34399 -"124683",17318,48565 -"124684",17319,85822 -"124685",17320,99435 -"124686",17321,36473 -"124687",17321,37689 -"124688",17321,60383 -"124689",17321,66514 -"124690",17322,17436 -"124691",17322,17999 -"124692",17322,23739 -"124693",17322,34215 -"124694",17322,36662 -"124695",17322,41079 -"124696",17322,44199 -"124697",17322,47319 -"124698",17322,50233 -"124699",17322,61983 -"124700",17322,85091 -"124701",17323,31005 -"124702",17323,39969 -"124703",17324,26970 -"124704",17324,65445 -"124705",17325,65204 -"124706",17326,17700 -"124707",17326,30019 -"124708",17326,30393 -"124709",17326,36737 -"124710",17326,43843 -"124711",17326,56067 -"124712",17326,60131 -"124713",17326,61456 -"124714",17326,64156 -"124715",17326,69545 -"124716",17326,74100 -"124717",17326,82022 -"124718",17326,95910 -"124719",17326,96833 -"124720",17326,102045 -"124721",17326,109919 -"124722",17326,112650 -"124723",17326,118365 -"124724",17327,19353 -"124725",17327,30126 -"124726",17327,60116 -"124727",17327,87969 -"124728",17327,97009 -"124729",17327,98441 -"124730",17328,18689 -"124731",17328,21369 -"124732",17328,21677 -"124733",17328,24547 -"124734",17328,25082 -"124735",17328,25819 -"124736",17328,26062 -"124737",17328,26352 -"124738",17328,36031 -"124739",17328,36288 -"124740",17328,37442 -"124741",17328,39845 -"124742",17328,40441 -"124743",17328,43306 -"124744",17328,44606 -"124745",17328,89290 -"124746",17328,107621 -"124747",17328,113310 -"124748",17328,113315 -"124749",17329,38884 -"124750",17329,64572 -"124751",17329,81087 -"124752",17329,116208 -"124753",17329,119521 -"124754",17330,25907 -"124755",17330,46409 -"124756",17330,50570 -"124757",17330,71461 -"124758",17330,72262 -"124759",17330,85296 -"124760",17331,22517 -"124761",17331,72934 -"124762",17331,88957 -"124763",17331,120811 -"124764",17331,121452 -"124765",17332,93876 -"124766",17332,93900 -"124767",17332,93906 -"124768",17333,55130 -"124769",17333,80030 -"124770",17334,54590 -"124771",17334,56964 -"124772",17335,25615 -"124773",17336,50982 -"124774",17336,50991 -"124775",17337,21245 -"124776",17337,27149 -"124777",17337,29402 -"124778",17337,33701 -"124779",17337,37748 -"124780",17337,38488 -"124781",17337,38716 -"124782",17337,66379 -"124783",17337,69956 -"124784",17337,70018 -"124785",17338,22273 -"124786",17338,31531 -"124787",17338,33464 -"124788",17338,35112 -"124789",17338,57512 -"124790",17338,61656 -"124791",17338,76560 -"124792",17338,80268 -"124793",17338,90435 -"124794",17338,94199 -"124795",17338,98070 -"124796",17338,113119 -"124797",17338,118707 -"124798",17338,122764 -"124799",17339,17411 -"124800",17339,18160 -"124801",17339,28243 -"124802",17339,46852 -"124803",17339,81491 -"124804",17340,99605 -"124805",17342,32637 -"124806",17342,38440 -"124807",17342,74449 -"124808",17343,27109 -"124809",17343,48459 -"124810",17343,92623 -"124811",17343,98879 -"124812",17344,17345 -"124813",17344,48931 -"124814",17344,67020 -"124815",17346,17386 -"124816",17347,38844 -"124817",17347,101878 -"124818",17347,109785 -"124819",17348,75470 -"124820",17349,42172 -"124821",17349,77382 -"124822",17349,79285 -"124823",17349,81357 -"124824",17349,88622 -"124825",17349,111352 -"124826",17349,120062 -"124827",17350,22457 -"124828",17350,29844 -"124829",17350,37767 -"124830",17350,44090 -"124831",17350,44212 -"124832",17351,17632 -"124833",17351,17938 -"124834",17351,18909 -"124835",17351,20528 -"124836",17351,20722 -"124837",17351,20830 -"124838",17351,25679 -"124839",17351,26295 -"124840",17351,27642 -"124841",17351,30321 -"124842",17351,31734 -"124843",17351,34411 -"124844",17351,41895 -"124845",17351,41900 -"124846",17351,41945 -"124847",17351,42028 -"124848",17351,42030 -"124849",17351,44688 -"124850",17351,46042 -"124851",17351,48671 -"124852",17351,48860 -"124853",17351,58084 -"124854",17351,59398 -"124855",17351,73257 -"124856",17351,79405 -"124857",17351,80979 -"124858",17351,81490 -"124859",17351,115437 -"124860",17352,47865 -"124861",17353,17358 -"124862",17353,17373 -"124863",17353,34390 -"124864",17353,56124 -"124865",17353,66804 -"124866",17353,71935 -"124867",17354,17369 -"124868",17354,18765 -"124869",17354,19506 -"124870",17354,19536 -"124871",17354,27549 -"124872",17354,30150 -"124873",17354,33551 -"124874",17354,40438 -"124875",17354,44662 -"124876",17354,77835 -"124877",17354,79870 -"124878",17354,85837 -"124879",17354,88695 -"124880",17354,90790 -"124881",17354,91162 -"124882",17354,91163 -"124883",17354,91165 -"124884",17354,91170 -"124885",17354,91201 -"124886",17354,113821 -"124887",17355,21420 -"124888",17355,48741 -"124889",17356,17361 -"124890",17357,31383 -"124891",17357,31385 -"124892",17357,31423 -"124893",17357,31492 -"124894",17357,40293 -"124895",17357,69327 -"124896",17357,82767 -"124897",17357,83906 -"124898",17357,88714 -"124899",17357,96818 -"124900",17357,97899 -"124901",17358,17373 -"124902",17359,17395 -"124903",17362,89036 -"124904",17362,102226 -"124905",17362,104852 -"124906",17362,106458 -"124907",17362,106576 -"124908",17363,63939 -"124909",17364,64522 -"124910",17365,24644 -"124911",17365,24953 -"124912",17365,37431 -"124913",17365,43455 -"124914",17365,43793 -"124915",17365,43796 -"124916",17365,51866 -"124917",17366,45759 -"124918",17366,54631 -"124919",17366,72569 -"124920",17366,73977 -"124921",17366,79944 -"124922",17366,102018 -"124923",17366,110796 -"124924",17367,17383 -"124925",17367,37455 -"124926",17367,41937 -"124927",17367,73914 -"124928",17367,73924 -"124929",17368,92576 -"124930",17369,28017 -"124931",17369,29491 -"124932",17369,55095 -"124933",17369,73571 -"124934",17370,17408 -"124935",17370,25034 -"124936",17370,33624 -"124937",17370,37938 -"124938",17370,60722 -"124939",17370,62832 -"124940",17370,63759 -"124941",17370,78955 -"124942",17371,24432 -"124943",17371,82235 -"124944",17372,25192 -"124945",17372,34891 -"124946",17374,25955 -"124947",17374,43573 -"124948",17375,17406 -"124949",17376,20089 -"124950",17376,21399 -"124951",17376,25813 -"124952",17376,78568 -"124953",17376,81912 -"124954",17376,96266 -"124955",17377,55017 -"124956",17377,57689 -"124957",17378,48253 -"124958",17379,43781 -"124959",17380,21142 -"124960",17380,66585 -"124961",17381,24305 -"124962",17381,27804 -"124963",17381,29919 -"124964",17381,35156 -"124965",17381,41642 -"124966",17381,48548 -"124967",17381,54715 -"124968",17381,55071 -"124969",17381,78286 -"124970",17381,78428 -"124971",17381,84969 -"124972",17381,87034 -"124973",17381,90787 -"124974",17381,90827 -"124975",17381,100132 -"124976",17381,100644 -"124977",17381,105671 -"124978",17381,110275 -"124979",17382,31006 -"124980",17382,45778 -"124981",17382,54409 -"124982",17382,107585 -"124983",17384,42801 -"124984",17384,99640 -"124985",17385,18202 -"124986",17385,36310 -"124987",17385,36311 -"124988",17385,36322 -"124989",17385,36368 -"124990",17385,36373 -"124991",17385,36406 -"124992",17385,36407 -"124993",17385,40043 -"124994",17385,40454 -"124995",17385,50394 -"124996",17386,34348 -"124997",17387,60170 -"124998",17388,19828 -"124999",17388,86417 -"125000",17389,28366 -"125001",17389,31357 -"125002",17389,45403 -"125003",17389,59344 -"125004",17390,19400 -"125005",17390,21061 -"125006",17390,28918 -"125007",17390,29578 -"125008",17390,35000 -"125009",17390,35620 -"125010",17390,42107 -"125011",17390,43197 -"125012",17390,44127 -"125013",17390,45699 -"125014",17390,48812 -"125015",17390,75422 -"125016",17390,90783 -"125017",17390,107880 -"125018",17391,17683 -"125019",17391,22714 -"125020",17391,43144 -"125021",17391,87255 -"125022",17392,17474 -"125023",17392,110387 -"125024",17393,18421 -"125025",17393,54160 -"125026",17394,23796 -"125027",17394,23899 -"125028",17394,23902 -"125029",17394,65574 -"125030",17395,22410 -"125031",17395,22541 -"125032",17395,31280 -"125033",17395,41098 -"125034",17395,73203 -"125035",17396,21518 -"125036",17396,21844 -"125037",17396,25443 -"125038",17396,30961 -"125039",17396,32931 -"125040",17396,33113 -"125041",17396,45704 -"125042",17396,46025 -"125043",17396,60552 -"125044",17396,66601 -"125045",17396,67860 -"125046",17396,70528 -"125047",17396,90337 -"125048",17396,93173 -"125049",17396,93865 -"125050",17396,95133 -"125051",17396,99428 -"125052",17396,107081 -"125053",17396,122130 -"125054",17397,28511 -"125055",17397,37963 -"125056",17397,50062 -"125057",17399,48456 -"125058",17400,26086 -"125059",17400,30325 -"125060",17400,30564 -"125061",17400,31306 -"125062",17400,34608 -"125063",17400,36197 -"125064",17400,39301 -"125065",17400,75403 -"125066",17400,79082 -"125067",17401,65594 -"125068",17402,21219 -"125069",17402,32442 -"125070",17402,34033 -"125071",17402,46050 -"125072",17402,64021 -"125073",17402,101250 -"125074",17402,117163 -"125075",17404,27811 -"125076",17404,29230 -"125077",17404,29231 -"125078",17405,38322 -"125079",17405,86535 -"125080",17409,17418 -"125081",17410,40176 -"125082",17410,53925 -"125083",17410,78444 -"125084",17410,84435 -"125085",17410,84436 -"125086",17412,41969 -"125087",17412,68320 -"125088",17412,71477 -"125089",17413,29537 -"125090",17416,60454 -"125091",17416,80828 -"125092",17416,123016 -"125093",17417,57656 -"125094",17417,113888 -"125095",17418,37178 -"125096",17418,55466 -"125097",17418,65490 -"125098",17418,72084 -"125099",17418,84689 -"125100",17418,108292 -"125101",17419,28384 -"125102",17419,28395 -"125103",17419,28396 -"125104",17419,28541 -"125105",17419,46853 -"125106",17419,55717 -"125107",17419,85459 -"125108",17419,96258 -"125109",17422,21176 -"125110",17422,22946 -"125111",17422,34303 -"125112",17422,39373 -"125113",17422,41686 -"125114",17422,42216 -"125115",17422,42273 -"125116",17422,48359 -"125117",17422,51568 -"125118",17422,54848 -"125119",17422,60370 -"125120",17422,60371 -"125121",17422,65028 -"125122",17422,70708 -"125123",17423,74503 -"125124",17424,28833 -"125125",17424,29290 -"125126",17425,36875 -"125127",17426,46616 -"125128",17426,52084 -"125129",17426,79229 -"125130",17427,23275 -"125131",17427,23276 -"125132",17427,36865 -"125133",17427,65296 -"125134",17427,74445 -"125135",17427,78992 -"125136",17427,90004 -"125137",17427,97246 -"125138",17427,100199 -"125139",17427,108429 -"125140",17428,26325 -"125141",17428,62775 -"125142",17428,70835 -"125143",17429,17606 -"125144",17430,17625 -"125145",17430,17997 -"125146",17430,18280 -"125147",17430,18594 -"125148",17430,47257 -"125149",17430,49216 -"125150",17430,54783 -"125151",17430,57174 -"125152",17430,57178 -"125153",17431,112076 -"125154",17432,22544 -"125155",17432,27524 -"125156",17432,36890 -"125157",17432,74631 -"125158",17432,82191 -"125159",17432,95437 -"125160",17432,98509 -"125161",17432,114173 -"125162",17433,32640 -"125163",17433,34682 -"125164",17433,39114 -"125165",17433,73997 -"125166",17433,84081 -"125167",17433,88516 -"125168",17433,88587 -"125169",17433,90174 -"125170",17434,24763 -"125171",17434,37809 -"125172",17434,49300 -"125173",17434,108507 -"125174",17434,123076 -"125175",17435,28111 -"125176",17435,33035 -"125177",17435,43221 -"125178",17435,50109 -"125179",17436,17999 -"125180",17436,34215 -"125181",17436,34242 -"125182",17436,34299 -"125183",17436,36662 -"125184",17436,47319 -"125185",17436,50233 -"125186",17438,77697 -"125187",17439,24175 -"125188",17439,26814 -"125189",17439,34719 -"125190",17439,98934 -"125191",17439,99381 -"125192",17439,121652 -"125193",17439,121655 -"125194",17440,26109 -"125195",17441,39733 -"125196",17441,44298 -"125197",17441,51551 -"125198",17441,59807 -"125199",17441,69181 -"125200",17441,110407 -"125201",17441,113802 -"125202",17441,116410 -"125203",17442,68338 -"125204",17442,73120 -"125205",17442,114938 -"125206",17443,50916 -"125207",17443,56600 -"125208",17443,65459 -"125209",17443,68031 -"125210",17444,26672 -"125211",17444,50703 -"125212",17444,78285 -"125213",17445,17510 -"125214",17445,17864 -"125215",17445,26498 -"125216",17445,53709 -"125217",17445,63626 -"125218",17446,17582 -"125219",17447,19034 -"125220",17447,19791 -"125221",17447,23386 -"125222",17447,31235 -"125223",17447,37790 -"125224",17447,47733 -"125225",17447,59687 -"125226",17447,65440 -"125227",17447,75883 -"125228",17447,75888 -"125229",17447,75892 -"125230",17447,75893 -"125231",17447,75898 -"125232",17448,19528 -"125233",17448,20034 -"125234",17448,20135 -"125235",17448,26608 -"125236",17448,41655 -"125237",17449,38770 -"125238",17450,45581 -"125239",17450,74318 -"125240",17450,100403 -"125241",17451,21951 -"125242",17451,49970 -"125243",17451,66727 -"125244",17451,102976 -"125245",17452,85410 -"125246",17452,93529 -"125247",17452,117478 -"125248",17453,17824 -"125249",17453,23517 -"125250",17453,23963 -"125251",17453,25644 -"125252",17453,26756 -"125253",17453,27818 -"125254",17453,34591 -"125255",17453,35972 -"125256",17453,41888 -"125257",17453,43255 -"125258",17453,43285 -"125259",17453,43315 -"125260",17453,43353 -"125261",17453,43811 -"125262",17453,43895 -"125263",17453,43935 -"125264",17453,43966 -"125265",17453,43968 -"125266",17453,43992 -"125267",17453,43997 -"125268",17453,43999 -"125269",17453,44000 -"125270",17453,57810 -"125271",17453,83977 -"125272",17453,85599 -"125273",17453,85612 -"125274",17454,17526 -"125275",17454,41271 -"125276",17454,82178 -"125277",17454,89546 -"125278",17456,23131 -"125279",17456,41915 -"125280",17456,51412 -"125281",17456,72820 -"125282",17457,29250 -"125283",17457,30967 -"125284",17457,34682 -"125285",17457,42258 -"125286",17457,47046 -"125287",17457,62430 -"125288",17458,31417 -"125289",17458,51913 -"125290",17458,53043 -"125291",17458,53621 -"125292",17458,86888 -"125293",17458,87307 -"125294",17458,87314 -"125295",17459,28592 -"125296",17459,40954 -"125297",17459,41085 -"125298",17459,48707 -"125299",17459,49300 -"125300",17459,66744 -"125301",17459,68569 -"125302",17459,101967 -"125303",17459,106576 -"125304",17460,45181 -"125305",17460,57690 -"125306",17460,82411 -"125307",17460,82535 -"125308",17461,27726 -"125309",17461,90354 -"125310",17463,111136 -"125311",17463,113732 -"125312",17465,22498 -"125313",17466,28851 -"125314",17466,72647 -"125315",17466,72705 -"125316",17467,67154 -"125317",17468,17647 -"125318",17468,21702 -"125319",17468,21854 -"125320",17468,29570 -"125321",17468,115875 -"125322",17468,115887 -"125323",17469,24419 -"125324",17469,40039 -"125325",17469,40643 -"125326",17469,59158 -"125327",17469,86781 -"125328",17469,118150 -"125329",17470,72877 -"125330",17471,17542 -"125331",17471,32892 -"125332",17471,35188 -"125333",17471,84053 -"125334",17472,26873 -"125335",17472,44615 -"125336",17472,86203 -"125337",17473,20879 -"125338",17473,25147 -"125339",17473,28640 -"125340",17473,30025 -"125341",17473,37408 -"125342",17473,39426 -"125343",17473,39517 -"125344",17473,39518 -"125345",17473,56509 -"125346",17473,57279 -"125347",17473,65140 -"125348",17473,82935 -"125349",17473,97920 -"125350",17474,38197 -"125351",17474,39028 -"125352",17474,41818 -"125353",17474,47106 -"125354",17474,56469 -"125355",17474,76362 -"125356",17475,30906 -"125357",17475,45067 -"125358",17475,49614 -"125359",17475,59310 -"125360",17475,86216 -"125361",17475,97468 -"125362",17476,17803 -"125363",17476,18203 -"125364",17476,23138 -"125365",17476,28603 -"125366",17476,28764 -"125367",17476,37350 -"125368",17476,68086 -"125369",17476,77107 -"125370",17476,84499 -"125371",17476,98182 -"125372",17477,23571 -"125373",17477,24120 -"125374",17477,24127 -"125375",17477,28506 -"125376",17477,31717 -"125377",17477,32787 -"125378",17477,47273 -"125379",17477,50072 -"125380",17477,53478 -"125381",17477,59726 -"125382",17477,87858 -"125383",17477,108753 -"125384",17477,114505 -"125385",17477,120281 -"125386",17477,121442 -"125387",17478,35450 -"125388",17478,57231 -"125389",17478,63315 -"125390",17478,67665 -"125391",17478,67770 -"125392",17478,79032 -"125393",17478,91746 -"125394",17478,104356 -"125395",17478,120333 -"125396",17478,120840 -"125397",17479,17541 -"125398",17479,17675 -"125399",17479,17946 -"125400",17479,20039 -"125401",17479,21548 -"125402",17479,39838 -"125403",17479,40664 -"125404",17479,45335 -"125405",17479,60056 -"125406",17479,60651 -"125407",17479,104392 -"125408",17479,104393 -"125409",17480,21633 -"125410",17480,32513 -"125411",17480,34845 -"125412",17480,42446 -"125413",17480,96417 -"125414",17481,17482 -"125415",17481,27872 -"125416",17481,49941 -"125417",17481,50378 -"125418",17481,78147 -"125419",17481,98456 -"125420",17481,98489 -"125421",17483,17653 -"125422",17484,17997 -"125423",17484,21755 -"125424",17484,21914 -"125425",17484,29483 -"125426",17484,36926 -"125427",17484,40432 -"125428",17484,48298 -"125429",17484,53343 -"125430",17484,82930 -"125431",17485,22857 -"125432",17486,17487 -"125433",17486,17636 -"125434",17487,17636 -"125435",17487,73501 -"125436",17487,122125 -"125437",17488,17621 -"125438",17488,90293 -"125439",17489,17490 -"125440",17489,17511 -"125441",17489,17603 -"125442",17489,17604 -"125443",17489,31281 -"125444",17489,40281 -"125445",17489,42261 -"125446",17489,44473 -"125447",17489,45899 -"125448",17489,56463 -"125449",17489,69645 -"125450",17489,90611 -"125451",17490,17511 -"125452",17490,17603 -"125453",17490,17604 -"125454",17490,95724 -"125455",17490,103536 -"125456",17490,114971 -"125457",17491,19488 -"125458",17491,52525 -"125459",17491,59953 -"125460",17491,74558 -"125461",17491,74653 -"125462",17491,87835 -"125463",17491,94004 -"125464",17492,39156 -"125465",17492,74024 -"125466",17493,18019 -"125467",17493,45506 -"125468",17493,76905 -"125469",17493,115561 -"125470",17494,38625 -"125471",17494,78085 -"125472",17494,92123 -"125473",17495,17628 -"125474",17496,18512 -"125475",17496,18562 -"125476",17496,18587 -"125477",17496,18677 -"125478",17496,30808 -"125479",17496,74316 -"125480",17497,25734 -"125481",17497,30306 -"125482",17497,50213 -"125483",17497,59651 -"125484",17497,59832 -"125485",17497,65017 -"125486",17497,99994 -"125487",17498,18916 -"125488",17498,49649 -"125489",17498,52217 -"125490",17498,60075 -"125491",17498,79597 -"125492",17498,104718 -"125493",17498,107923 -"125494",17498,109161 -"125495",17498,112874 -"125496",17498,122200 -"125497",17499,19546 -"125498",17499,28215 -"125499",17499,29378 -"125500",17499,42867 -"125501",17499,44105 -"125502",17499,46076 -"125503",17499,56481 -"125504",17499,56521 -"125505",17499,56525 -"125506",17499,74152 -"125507",17500,63687 -"125508",17500,73963 -"125509",17500,73979 -"125510",17500,73999 -"125511",17501,34757 -"125512",17501,47120 -"125513",17501,92962 -"125514",17502,18641 -"125515",17502,19847 -"125516",17502,26267 -"125517",17502,26871 -"125518",17502,27001 -"125519",17502,27023 -"125520",17502,27060 -"125521",17502,28010 -"125522",17502,28944 -"125523",17502,29066 -"125524",17502,32255 -"125525",17502,43770 -"125526",17502,46861 -"125527",17502,59600 -"125528",17502,78314 -"125529",17502,82155 -"125530",17503,42233 -"125531",17504,42387 -"125532",17505,66894 -"125533",17506,33615 -"125534",17508,18060 -"125535",17508,18217 -"125536",17508,22462 -"125537",17508,22823 -"125538",17508,23147 -"125539",17508,23421 -"125540",17508,23632 -"125541",17508,23953 -"125542",17508,24495 -"125543",17508,24710 -"125544",17508,25143 -"125545",17508,25303 -"125546",17508,25664 -"125547",17508,26407 -"125548",17508,27174 -"125549",17508,27196 -"125550",17508,27710 -"125551",17508,28025 -"125552",17508,28703 -"125553",17508,29253 -"125554",17508,29341 -"125555",17508,29560 -"125556",17508,29573 -"125557",17508,29725 -"125558",17508,29868 -"125559",17508,32184 -"125560",17508,32307 -"125561",17508,32309 -"125562",17508,32438 -"125563",17508,32967 -"125564",17508,33223 -"125565",17508,33881 -"125566",17508,34097 -"125567",17508,34330 -"125568",17508,34513 -"125569",17508,34854 -"125570",17508,35400 -"125571",17508,36476 -"125572",17508,36547 -"125573",17508,36745 -"125574",17508,37821 -"125575",17508,37931 -"125576",17508,38319 -"125577",17508,39398 -"125578",17508,39492 -"125579",17508,40320 -"125580",17508,40373 -"125581",17508,40542 -"125582",17508,41182 -"125583",17508,42131 -"125584",17508,45672 -"125585",17508,46843 -"125586",17508,47821 -"125587",17508,47846 -"125588",17508,48331 -"125589",17509,66116 -"125590",17509,79783 -"125591",17509,81810 -"125592",17511,17603 -"125593",17511,17604 -"125594",17511,18461 -"125595",17511,38271 -"125596",17511,45114 -"125597",17511,54246 -"125598",17511,64302 -"125599",17511,64769 -"125600",17512,17637 -"125601",17512,106488 -"125602",17513,20301 -"125603",17513,36040 -"125604",17513,87366 -"125605",17513,87388 -"125606",17514,17554 -"125607",17514,32368 -"125608",17516,83087 -"125609",17516,94399 -"125610",17516,103194 -"125611",17516,105530 -"125612",17516,105534 -"125613",17516,105537 -"125614",17516,105547 -"125615",17516,105552 -"125616",17516,105563 -"125617",17517,17598 -"125618",17518,17597 -"125619",17518,26524 -"125620",17518,30650 -"125621",17518,46426 -"125622",17518,46692 -"125623",17518,80014 -"125624",17518,82161 -"125625",17518,83517 -"125626",17518,120249 -"125627",17519,18404 -"125628",17519,18465 -"125629",17519,20156 -"125630",17519,25552 -"125631",17519,40568 -"125632",17519,95646 -"125633",17520,17582 -"125634",17520,27946 -"125635",17520,33158 -"125636",17520,36498 -"125637",17520,38921 -"125638",17520,42264 -"125639",17520,47268 -"125640",17520,47323 -"125641",17520,47351 -"125642",17520,47535 -"125643",17520,47562 -"125644",17520,47623 -"125645",17520,47624 -"125646",17520,49025 -"125647",17520,50252 -"125648",17520,78652 -"125649",17520,84475 -"125650",17520,92157 -"125651",17521,19556 -"125652",17521,21706 -"125653",17521,21788 -"125654",17521,21791 -"125655",17521,22451 -"125656",17521,22466 -"125657",17521,26210 -"125658",17521,34969 -"125659",17521,57979 -"125660",17521,75567 -"125661",17521,82693 -"125662",17522,64175 -"125663",17522,88234 -"125664",17523,17681 -"125665",17523,24685 -"125666",17523,106911 -"125667",17524,30132 -"125668",17524,30223 -"125669",17524,43264 -"125670",17524,79747 -"125671",17524,81753 -"125672",17525,29499 -"125673",17525,30323 -"125674",17525,30335 -"125675",17525,52592 -"125676",17525,57884 -"125677",17525,75343 -"125678",17525,89532 -"125679",17525,106995 -"125680",17527,28096 -"125681",17527,88936 -"125682",17528,28009 -"125683",17528,29462 -"125684",17529,20719 -"125685",17529,86761 -"125686",17529,87954 -"125687",17529,122549 -"125688",17530,33775 -"125689",17531,17641 -"125690",17531,17676 -"125691",17531,20658 -"125692",17531,23689 -"125693",17531,27745 -"125694",17531,28648 -"125695",17531,32239 -"125696",17531,37684 -"125697",17531,43005 -"125698",17531,43701 -"125699",17531,44105 -"125700",17531,56491 -"125701",17531,68587 -"125702",17531,69319 -"125703",17531,72578 -"125704",17531,74016 -"125705",17531,80454 -"125706",17531,88480 -"125707",17531,94574 -"125708",17531,100518 -"125709",17531,105648 -"125710",17532,18631 -"125711",17532,21597 -"125712",17532,37692 -"125713",17532,51608 -"125714",17532,66417 -"125715",17533,44277 -"125716",17533,46104 -"125717",17533,46863 -"125718",17533,50382 -"125719",17533,111391 -"125720",17534,83169 -"125721",17534,99539 -"125722",17534,117198 -"125723",17535,18452 -"125724",17535,88439 -"125725",17535,90589 -"125726",17535,122059 -"125727",17536,18270 -"125728",17536,20449 -"125729",17536,21088 -"125730",17536,23847 -"125731",17536,24012 -"125732",17536,24910 -"125733",17536,25758 -"125734",17536,26537 -"125735",17536,26872 -"125736",17536,28767 -"125737",17536,28871 -"125738",17536,30334 -"125739",17536,35496 -"125740",17536,37610 -"125741",17536,37636 -"125742",17536,39435 -"125743",17536,40131 -"125744",17536,40166 -"125745",17536,40392 -"125746",17536,40905 -"125747",17536,41030 -"125748",17536,41527 -"125749",17536,41529 -"125750",17536,41778 -"125751",17536,43147 -"125752",17536,43234 -"125753",17536,43858 -"125754",17536,44828 -"125755",17536,45657 -"125756",17536,45933 -"125757",17536,46434 -"125758",17536,46788 -"125759",17536,47123 -"125760",17536,47488 -"125761",17536,48909 -"125762",17536,49859 -"125763",17536,50064 -"125764",17536,50067 -"125765",17536,50554 -"125766",17536,50879 -"125767",17536,51783 -"125768",17536,52018 -"125769",17536,53444 -"125770",17536,53527 -"125771",17536,53555 -"125772",17536,54275 -"125773",17536,56628 -"125774",17536,58004 -"125775",17536,58068 -"125776",17536,58633 -"125777",17536,61111 -"125778",17536,61127 -"125779",17536,68287 -"125780",17536,109712 -"125781",17537,17538 -"125782",17537,17669 -"125783",17537,17671 -"125784",17537,79608 -"125785",17538,17669 -"125786",17538,17671 -"125787",17538,21548 -"125788",17539,18080 -"125789",17539,19792 -"125790",17539,30073 -"125791",17539,62637 -"125792",17539,69716 -"125793",17540,17618 -"125794",17541,17675 -"125795",17541,30964 -"125796",17541,30975 -"125797",17541,31144 -"125798",17541,64470 -"125799",17543,121449 -"125800",17545,17546 -"125801",17545,17547 -"125802",17546,17547 -"125803",17546,86466 -"125804",17547,112452 -"125805",17548,17716 -"125806",17548,19771 -"125807",17548,23529 -"125808",17548,23545 -"125809",17548,26064 -"125810",17548,27608 -"125811",17548,49033 -"125812",17548,49215 -"125813",17548,49524 -"125814",17548,50110 -"125815",17548,50174 -"125816",17548,53290 -"125817",17549,17595 -"125818",17549,17632 -"125819",17549,24456 -"125820",17549,28695 -"125821",17549,31117 -"125822",17549,44326 -"125823",17549,46190 -"125824",17549,49470 -"125825",17549,58084 -"125826",17549,63946 -"125827",17549,76909 -"125828",17550,22038 -"125829",17550,24972 -"125830",17550,26361 -"125831",17550,26908 -"125832",17550,99001 -"125833",17550,117898 -"125834",17551,27383 -"125835",17551,33166 -"125836",17552,17568 -"125837",17552,114126 -"125838",17553,31650 -"125839",17553,44027 -"125840",17553,52224 -"125841",17554,32368 -"125842",17554,44038 -"125843",17554,59872 -"125844",17554,67438 -"125845",17555,24072 -"125846",17556,17648 -"125847",17556,17676 -"125848",17556,17695 -"125849",17556,33723 -"125850",17556,52841 -"125851",17556,53377 -"125852",17556,100896 -"125853",17557,17558 -"125854",17557,26536 -"125855",17557,37488 -"125856",17557,55653 -"125857",17557,60016 -"125858",17557,65400 -"125859",17557,86062 -"125860",17557,87408 -"125861",17557,95034 -"125862",17557,102913 -"125863",17557,110588 -"125864",17557,110603 -"125865",17558,32896 -"125866",17559,35565 -"125867",17559,81474 -"125868",17560,19903 -"125869",17560,23003 -"125870",17560,23059 -"125871",17560,23257 -"125872",17560,24338 -"125873",17560,46931 -"125874",17560,66737 -"125875",17560,73432 -"125876",17560,75230 -"125877",17560,80663 -"125878",17560,83856 -"125879",17560,84121 -"125880",17560,87252 -"125881",17560,95605 -"125882",17561,25555 -"125883",17561,93000 -"125884",17562,19416 -"125885",17562,24429 -"125886",17562,29935 -"125887",17562,32503 -"125888",17562,45328 -"125889",17562,46850 -"125890",17562,60481 -"125891",17562,61498 -"125892",17562,62726 -"125893",17562,81413 -"125894",17562,81895 -"125895",17562,88911 -"125896",17562,91770 -"125897",17562,96518 -"125898",17562,98227 -"125899",17562,99735 -"125900",17562,102734 -"125901",17562,110380 -"125902",17562,119237 -"125903",17562,120480 -"125904",17563,27646 -"125905",17564,107428 -"125906",17566,17610 -"125907",17567,18547 -"125908",17567,18663 -"125909",17567,23202 -"125910",17567,27429 -"125911",17567,31614 -"125912",17567,33182 -"125913",17567,33560 -"125914",17567,33565 -"125915",17567,33767 -"125916",17567,37669 -"125917",17567,49916 -"125918",17567,51913 -"125919",17567,56664 -"125920",17567,78734 -"125921",17567,93181 -"125922",17569,18375 -"125923",17569,19005 -"125924",17569,19228 -"125925",17569,19495 -"125926",17569,19496 -"125927",17569,19555 -"125928",17569,19782 -"125929",17569,19822 -"125930",17569,19888 -"125931",17569,20303 -"125932",17569,20322 -"125933",17569,20360 -"125934",17569,20490 -"125935",17569,20899 -"125936",17570,43578 -"125937",17570,93487 -"125938",17570,100837 -"125939",17571,36637 -"125940",17571,50955 -"125941",17571,54915 -"125942",17571,57845 -"125943",17571,79188 -"125944",17571,98080 -"125945",17571,100639 -"125946",17571,107109 -"125947",17571,107124 -"125948",17572,17639 -"125949",17572,18020 -"125950",17572,26956 -"125951",17572,38074 -"125952",17572,39134 -"125953",17572,40098 -"125954",17572,41691 -"125955",17572,91597 -"125956",17572,99856 -"125957",17572,102954 -"125958",17572,115211 -"125959",17572,122909 -"125960",17573,17658 -"125961",17573,20247 -"125962",17573,21612 -"125963",17573,24454 -"125964",17573,32401 -"125965",17573,52215 -"125966",17573,52951 -"125967",17573,57204 -"125968",17573,83516 -"125969",17574,41582 -"125970",17576,17935 -"125971",17576,24070 -"125972",17576,25826 -"125973",17576,29231 -"125974",17576,43940 -"125975",17576,67939 -"125976",17576,81770 -"125977",17576,81776 -"125978",17576,82599 -"125979",17576,91823 -"125980",17576,103920 -"125981",17576,109930 -"125982",17576,112235 -"125983",17577,25927 -"125984",17577,29715 -"125985",17577,32250 -"125986",17577,34811 -"125987",17577,51723 -"125988",17577,55537 -"125989",17577,71679 -"125990",17577,88061 -"125991",17578,18652 -"125992",17578,20060 -"125993",17578,36993 -"125994",17578,45044 -"125995",17578,49846 -"125996",17578,62275 -"125997",17578,77631 -"125998",17578,88687 -"125999",17578,88823 -"126000",17578,88826 -"126001",17579,18144 -"126002",17579,19631 -"126003",17579,21081 -"126004",17579,34953 -"126005",17579,48152 -"126006",17579,48218 -"126007",17579,48237 -"126008",17579,48245 -"126009",17579,48303 -"126010",17579,48305 -"126011",17579,52380 -"126012",17579,76304 -"126013",17579,89263 -"126014",17580,40533 -"126015",17580,90189 -"126016",17581,50135 -"126017",17582,33158 -"126018",17582,36498 -"126019",17582,38921 -"126020",17582,42264 -"126021",17582,47268 -"126022",17582,47323 -"126023",17582,47351 -"126024",17582,47535 -"126025",17582,47562 -"126026",17582,47623 -"126027",17582,47624 -"126028",17582,47747 -"126029",17582,49025 -"126030",17582,50252 -"126031",17582,84475 -"126032",17582,93289 -"126033",17583,17663 -"126034",17584,22287 -"126035",17584,63711 -"126036",17584,88255 -"126037",17585,33450 -"126038",17585,56352 -"126039",17585,56993 -"126040",17585,103089 -"126041",17587,19217 -"126042",17589,44055 -"126043",17589,79722 -"126044",17589,102459 -"126045",17589,113470 -"126046",17589,113482 -"126047",17590,17591 -"126048",17590,63498 -"126049",17590,102157 -"126050",17592,21746 -"126051",17592,22115 -"126052",17592,24723 -"126053",17592,28450 -"126054",17592,33387 -"126055",17592,34317 -"126056",17592,41266 -"126057",17592,51661 -"126058",17592,60429 -"126059",17592,96627 -"126060",17592,96666 -"126061",17593,54847 -"126062",17594,17602 -"126063",17594,99784 -"126064",17595,17632 -"126065",17595,17878 -"126066",17595,19124 -"126067",17595,26702 -"126068",17595,38819 -"126069",17595,39884 -"126070",17595,44418 -"126071",17595,46052 -"126072",17595,48880 -"126073",17595,49769 -"126074",17595,54020 -"126075",17595,63869 -"126076",17595,65679 -"126077",17595,77815 -"126078",17595,77862 -"126079",17595,90891 -"126080",17595,90908 -"126081",17595,91169 -"126082",17596,21923 -"126083",17596,23712 -"126084",17596,26307 -"126085",17596,28271 -"126086",17596,33267 -"126087",17596,68409 -"126088",17596,74175 -"126089",17596,77514 -"126090",17596,90093 -"126091",17596,114543 -"126092",17596,114550 -"126093",17598,45813 -"126094",17598,63020 -"126095",17598,104705 -"126096",17599,58568 -"126097",17599,68535 -"126098",17600,78731 -"126099",17601,39603 -"126100",17601,57781 -"126101",17601,63278 -"126102",17603,17604 -"126103",17603,24545 -"126104",17603,64302 -"126105",17603,103598 -"126106",17603,112882 -"126107",17604,18656 -"126108",17604,20881 -"126109",17604,31785 -"126110",17604,46837 -"126111",17604,76503 -"126112",17604,84796 -"126113",17605,17656 -"126114",17605,117758 -"126115",17607,19249 -"126116",17607,25223 -"126117",17607,29115 -"126118",17607,35471 -"126119",17607,44740 -"126120",17607,53179 -"126121",17607,55302 -"126122",17607,60085 -"126123",17607,68120 -"126124",17607,69075 -"126125",17607,70605 -"126126",17607,89308 -"126127",17607,90390 -"126128",17607,92194 -"126129",17608,24867 -"126130",17608,38926 -"126131",17608,55931 -"126132",17608,60822 -"126133",17608,77676 -"126134",17608,91218 -"126135",17608,91219 -"126136",17608,99929 -"126137",17611,38006 -"126138",17611,60010 -"126139",17612,23985 -"126140",17612,41096 -"126141",17612,75222 -"126142",17612,79068 -"126143",17612,84975 -"126144",17614,23434 -"126145",17614,38132 -"126146",17614,62655 -"126147",17614,110095 -"126148",17615,17651 -"126149",17615,52029 -"126150",17615,60683 -"126151",17615,63261 -"126152",17616,24644 -"126153",17616,36171 -"126154",17616,44747 -"126155",17616,45854 -"126156",17616,47260 -"126157",17616,55289 -"126158",17616,94104 -"126159",17616,102238 -"126160",17617,27955 -"126161",17617,29274 -"126162",17617,46630 -"126163",17618,21469 -"126164",17618,30949 -"126165",17618,47533 -"126166",17618,80096 -"126167",17618,80748 -"126168",17618,101608 -"126169",17618,102908 -"126170",17619,40495 -"126171",17619,59511 -"126172",17619,72723 -"126173",17620,27100 -"126174",17620,70586 -"126175",17620,93490 -"126176",17621,20594 -"126177",17622,48765 -"126178",17623,18804 -"126179",17623,65437 -"126180",17624,39465 -"126181",17624,71899 -"126182",17624,88952 -"126183",17625,26506 -"126184",17625,31069 -"126185",17625,55833 -"126186",17625,55849 -"126187",17626,21416 -"126188",17626,22247 -"126189",17626,26862 -"126190",17626,34786 -"126191",17626,46810 -"126192",17626,63400 -"126193",17626,84586 -"126194",17626,105795 -"126195",17626,111408 -"126196",17627,50103 -"126197",17627,66596 -"126198",17627,78973 -"126199",17627,84277 -"126200",17627,97036 -"126201",17627,105237 -"126202",17627,105254 -"126203",17628,32821 -"126204",17628,32937 -"126205",17628,32938 -"126206",17628,33284 -"126207",17628,94472 -"126208",17629,37396 -"126209",17629,58705 -"126210",17629,65682 -"126211",17629,81620 -"126212",17630,17722 -"126213",17630,27297 -"126214",17630,28612 -"126215",17630,30893 -"126216",17630,37376 -"126217",17630,51460 -"126218",17630,57710 -"126219",17630,60838 -"126220",17630,65774 -"126221",17630,86113 -"126222",17630,106144 -"126223",17630,123228 -"126224",17631,35972 -"126225",17631,52053 -"126226",17631,71571 -"126227",17631,81040 -"126228",17631,85664 -"126229",17631,95232 -"126230",17631,102508 -"126231",17631,103596 -"126232",17631,107500 -"126233",17631,114995 -"126234",17632,17938 -"126235",17632,20528 -"126236",17632,20830 -"126237",17632,27642 -"126238",17632,34411 -"126239",17632,34469 -"126240",17632,41537 -"126241",17632,41895 -"126242",17632,41900 -"126243",17632,41945 -"126244",17632,42028 -"126245",17632,42030 -"126246",17632,44688 -"126247",17632,46023 -"126248",17632,54484 -"126249",17632,58084 -"126250",17632,80173 -"126251",17632,80211 -"126252",17632,80979 -"126253",17632,80990 -"126254",17632,81490 -"126255",17633,35374 -"126256",17633,103123 -"126257",17634,82948 -"126258",17635,92179 -"126259",17636,26299 -"126260",17636,34637 -"126261",17636,38333 -"126262",17636,68789 -"126263",17637,21898 -"126264",17637,27885 -"126265",17637,28168 -"126266",17637,32752 -"126267",17637,35705 -"126268",17637,76178 -"126269",17637,94500 -"126270",17637,94773 -"126271",17638,18203 -"126272",17638,19610 -"126273",17638,59188 -"126274",17638,121502 -"126275",17640,37147 -"126276",17640,41569 -"126277",17640,49347 -"126278",17641,45227 -"126279",17641,49715 -"126280",17641,67813 -"126281",17641,69289 -"126282",17641,93149 -"126283",17641,93160 -"126284",17641,94156 -"126285",17641,94167 -"126286",17641,97416 -"126287",17642,18857 -"126288",17642,19590 -"126289",17642,19680 -"126290",17642,31117 -"126291",17643,87118 -"126292",17644,63846 -"126293",17644,80219 -"126294",17644,84488 -"126295",17645,20764 -"126296",17645,21906 -"126297",17645,25367 -"126298",17645,25413 -"126299",17645,43654 -"126300",17645,43679 -"126301",17645,44222 -"126302",17645,45161 -"126303",17645,46726 -"126304",17645,47167 -"126305",17645,48464 -"126306",17645,59915 -"126307",17645,62668 -"126308",17645,68423 -"126309",17645,69751 -"126310",17645,70473 -"126311",17645,70981 -"126312",17645,71825 -"126313",17645,71837 -"126314",17645,77625 -"126315",17645,79681 -"126316",17645,82452 -"126317",17645,88409 -"126318",17645,89943 -"126319",17645,90883 -"126320",17645,91383 -"126321",17645,92113 -"126322",17645,95425 -"126323",17645,98904 -"126324",17645,100552 -"126325",17645,102940 -"126326",17645,110059 -"126327",17645,118577 -"126328",17645,119085 -"126329",17645,119224 -"126330",17645,119439 -"126331",17645,120085 -"126332",17645,120232 -"126333",17645,121213 -"126334",17646,17677 -"126335",17646,19405 -"126336",17646,19794 -"126337",17646,23332 -"126338",17646,27672 -"126339",17646,27699 -"126340",17646,40653 -"126341",17646,57632 -"126342",17646,60227 -"126343",17646,66131 -"126344",17646,69126 -"126345",17646,79217 -"126346",17646,79407 -"126347",17646,80522 -"126348",17646,80528 -"126349",17646,80564 -"126350",17646,80842 -"126351",17646,114501 -"126352",17646,115740 -"126353",17647,49443 -"126354",17647,67183 -"126355",17648,17676 -"126356",17648,17695 -"126357",17648,33723 -"126358",17649,49521 -"126359",17649,71971 -"126360",17650,38381 -"126361",17650,43135 -"126362",17650,92794 -"126363",17650,103869 -"126364",17652,19321 -"126365",17652,55521 -"126366",17652,58183 -"126367",17652,122697 -"126368",17653,23034 -"126369",17653,31408 -"126370",17654,20009 -"126371",17654,51829 -"126372",17654,89093 -"126373",17654,95695 -"126374",17655,111441 -"126375",17655,114996 -"126376",17655,121446 -"126377",17656,20056 -"126378",17656,117758 -"126379",17657,17678 -"126380",17657,18871 -"126381",17657,18920 -"126382",17657,28945 -"126383",17657,37899 -"126384",17657,67588 -"126385",17657,68942 -"126386",17657,78961 -"126387",17657,80967 -"126388",17657,84801 -"126389",17657,103143 -"126390",17659,19654 -"126391",17659,35577 -"126392",17659,41094 -"126393",17659,43426 -"126394",17661,29411 -"126395",17661,30383 -"126396",17662,20229 -"126397",17662,24259 -"126398",17662,24365 -"126399",17662,25927 -"126400",17662,30564 -"126401",17662,33118 -"126402",17662,34582 -"126403",17662,36794 -"126404",17662,43803 -"126405",17662,54551 -"126406",17662,82919 -"126407",17663,18957 -"126408",17663,76815 -"126409",17663,76820 -"126410",17663,76821 -"126411",17663,76883 -"126412",17663,95498 -"126413",17663,97455 -"126414",17664,20349 -"126415",17664,22367 -"126416",17664,24745 -"126417",17664,35470 -"126418",17664,35664 -"126419",17664,38128 -"126420",17664,53200 -"126421",17664,53415 -"126422",17664,63812 -"126423",17664,68340 -"126424",17664,68428 -"126425",17664,78346 -"126426",17664,86503 -"126427",17664,89756 -"126428",17664,91698 -"126429",17664,94877 -"126430",17664,97142 -"126431",17664,101702 -"126432",17664,104576 -"126433",17664,115665 -"126434",17664,117061 -"126435",17666,18965 -"126436",17666,30073 -"126437",17666,31664 -"126438",17666,32944 -"126439",17666,40158 -"126440",17666,52940 -"126441",17666,53771 -"126442",17666,71816 -"126443",17666,81248 -"126444",17666,103089 -"126445",17666,105183 -"126446",17667,20691 -"126447",17667,99758 -"126448",17669,17671 -"126449",17669,28738 -"126450",17669,36055 -"126451",17670,17672 -"126452",17670,18303 -"126453",17670,19859 -"126454",17670,23955 -"126455",17670,29056 -"126456",17670,33315 -"126457",17670,36520 -"126458",17670,47479 -"126459",17670,56552 -"126460",17670,57630 -"126461",17670,77037 -"126462",17670,80354 -"126463",17670,84208 -"126464",17670,84843 -"126465",17670,90983 -"126466",17670,101502 -"126467",17670,103923 -"126468",17670,114332 -"126469",17670,119890 -"126470",17670,121924 -"126471",17670,122965 -"126472",17671,73177 -"126473",17672,18680 -"126474",17672,20177 -"126475",17672,23467 -"126476",17672,23561 -"126477",17672,23666 -"126478",17672,23955 -"126479",17672,29056 -"126480",17672,33466 -"126481",17672,34142 -"126482",17672,36520 -"126483",17672,39721 -"126484",17672,47725 -"126485",17672,59212 -"126486",17672,61351 -"126487",17672,62446 -"126488",17672,69397 -"126489",17672,98520 -"126490",17672,101502 -"126491",17673,18740 -"126492",17673,19154 -"126493",17673,21864 -"126494",17673,23420 -"126495",17673,23618 -"126496",17673,23723 -"126497",17673,31041 -"126498",17673,33648 -"126499",17673,35587 -"126500",17673,35594 -"126501",17673,38307 -"126502",17673,43455 -"126503",17673,43460 -"126504",17673,48470 -"126505",17673,52892 -"126506",17673,57377 -"126507",17673,59800 -"126508",17673,63895 -"126509",17673,63935 -"126510",17673,63947 -"126511",17673,63962 -"126512",17673,66012 -"126513",17673,66068 -"126514",17674,19733 -"126515",17675,27131 -"126516",17675,27328 -"126517",17675,54571 -"126518",17676,17695 -"126519",17676,19366 -"126520",17676,26527 -"126521",17676,26597 -"126522",17676,27458 -"126523",17676,33723 -"126524",17676,44105 -"126525",17676,88480 -"126526",17676,94574 -"126527",17678,45022 -"126528",17678,45827 -"126529",17678,82512 -"126530",17679,27978 -"126531",17679,28313 -"126532",17679,65401 -"126533",17679,69861 -"126534",17679,113531 -"126535",17680,46025 -"126536",17680,46444 -"126537",17680,64263 -"126538",17680,69138 -"126539",17680,103727 -"126540",17682,48489 -"126541",17682,49353 -"126542",17682,76434 -"126543",17682,78000 -"126544",17684,53478 -"126545",17684,102336 -"126546",17685,17712 -"126547",17685,18163 -"126548",17685,18782 -"126549",17685,35825 -"126550",17685,45662 -"126551",17685,47501 -"126552",17685,51979 -"126553",17685,56913 -"126554",17685,57181 -"126555",17685,87200 -"126556",17687,26869 -"126557",17687,27467 -"126558",17687,39443 -"126559",17687,42948 -"126560",17687,60536 -"126561",17687,67137 -"126562",17687,76694 -"126563",17687,81737 -"126564",17687,94335 -"126565",17687,106499 -"126566",17687,106511 -"126567",17687,119596 -"126568",17688,20776 -"126569",17688,56571 -"126570",17688,96158 -"126571",17688,110789 -"126572",17688,110806 -"126573",17689,34503 -"126574",17689,81958 -"126575",17689,91201 -"126576",17690,56321 -"126577",17690,105336 -"126578",17691,19421 -"126579",17691,20182 -"126580",17691,20688 -"126581",17691,21683 -"126582",17691,30618 -"126583",17691,41187 -"126584",17691,59727 -"126585",17691,70625 -"126586",17691,71257 -"126587",17691,95412 -"126588",17691,106073 -"126589",17692,37827 -"126590",17692,45777 -"126591",17693,19031 -"126592",17693,38736 -"126593",17693,64303 -"126594",17694,18291 -"126595",17694,29266 -"126596",17694,41804 -"126597",17695,22345 -"126598",17695,22444 -"126599",17695,33723 -"126600",17695,41605 -"126601",17695,68818 -"126602",17695,83773 -"126603",17695,92583 -"126604",17696,39748 -"126605",17697,73375 -"126606",17698,24568 -"126607",17698,28191 -"126608",17698,28308 -"126609",17698,29308 -"126610",17698,35826 -"126611",17698,52735 -"126612",17698,57738 -"126613",17698,70521 -"126614",17698,73305 -"126615",17699,54761 -"126616",17699,108925 -"126617",17700,20395 -"126618",17700,20982 -"126619",17700,23539 -"126620",17700,23782 -"126621",17700,24379 -"126622",17700,24662 -"126623",17700,30514 -"126624",17700,30635 -"126625",17700,30637 -"126626",17700,31321 -"126627",17700,33012 -"126628",17700,36994 -"126629",17700,39198 -"126630",17700,40572 -"126631",17700,43843 -"126632",17700,43844 -"126633",17700,47113 -"126634",17700,48574 -"126635",17700,49064 -"126636",17700,65402 -"126637",17700,80624 -"126638",17700,83924 -"126639",17700,88537 -"126640",17700,109919 -"126641",17700,115717 -"126642",17701,17827 -"126643",17701,18021 -"126644",17701,50502 -"126645",17701,67692 -"126646",17701,67746 -"126647",17701,67751 -"126648",17701,67766 -"126649",17701,67768 -"126650",17701,67769 -"126651",17701,67773 -"126652",17702,35931 -"126653",17703,17704 -"126654",17703,17739 -"126655",17703,63863 -"126656",17704,17739 -"126657",17704,51735 -"126658",17704,79735 -"126659",17705,47954 -"126660",17705,74586 -"126661",17705,79086 -"126662",17705,112177 -"126663",17705,123201 -"126664",17706,17779 -"126665",17706,17781 -"126666",17706,19798 -"126667",17706,21305 -"126668",17706,21707 -"126669",17706,22597 -"126670",17706,22668 -"126671",17706,22669 -"126672",17706,22683 -"126673",17706,22684 -"126674",17706,22773 -"126675",17706,25505 -"126676",17706,38479 -"126677",17706,45757 -"126678",17706,58873 -"126679",17706,69012 -"126680",17706,72508 -"126681",17706,73773 -"126682",17706,74844 -"126683",17706,77560 -"126684",17706,80477 -"126685",17706,83636 -"126686",17706,84247 -"126687",17706,88306 -"126688",17706,88323 -"126689",17706,100110 -"126690",17706,115886 -"126691",17706,120869 -"126692",17706,120872 -"126693",17707,36077 -"126694",17707,68220 -"126695",17708,33390 -"126696",17708,48888 -"126697",17708,113495 -"126698",17709,20664 -"126699",17709,42733 -"126700",17709,42911 -"126701",17709,49111 -"126702",17710,92344 -"126703",17711,38068 -"126704",17711,85804 -"126705",17711,86474 -"126706",17712,34280 -"126707",17713,80357 -"126708",17714,30520 -"126709",17715,120144 -"126710",17716,20952 -"126711",17716,21538 -"126712",17716,21631 -"126713",17716,26064 -"126714",17716,31243 -"126715",17716,39605 -"126716",17716,42721 -"126717",17716,42747 -"126718",17716,49033 -"126719",17716,49215 -"126720",17716,60867 -"126721",17716,75790 -"126722",17716,114655 -"126723",17717,17732 -"126724",17717,17791 -"126725",17717,17833 -"126726",17717,17900 -"126727",17717,17939 -"126728",17717,35879 -"126729",17718,17944 -"126730",17718,20410 -"126731",17718,21461 -"126732",17718,22201 -"126733",17718,24349 -"126734",17718,28875 -"126735",17718,29983 -"126736",17718,30196 -"126737",17718,30236 -"126738",17718,31371 -"126739",17718,33907 -"126740",17718,34906 -"126741",17718,38678 -"126742",17718,38679 -"126743",17718,38680 -"126744",17718,38732 -"126745",17718,38747 -"126746",17718,38759 -"126747",17718,38794 -"126748",17718,39195 -"126749",17718,39322 -"126750",17719,19522 -"126751",17720,20804 -"126752",17720,22997 -"126753",17720,59805 -"126754",17720,64475 -"126755",17720,75901 -"126756",17720,105930 -"126757",17721,17938 -"126758",17721,108496 -"126759",17722,121310 -"126760",17722,121367 -"126761",17723,48598 -"126762",17723,113884 -"126763",17724,23471 -"126764",17724,26765 -"126765",17724,26779 -"126766",17724,39632 -"126767",17724,41478 -"126768",17724,41536 -"126769",17724,58191 -"126770",17724,91679 -"126771",17725,17873 -"126772",17725,17943 -"126773",17725,17944 -"126774",17725,23527 -"126775",17725,28788 -"126776",17725,30236 -"126777",17725,36079 -"126778",17725,38692 -"126779",17725,68590 -"126780",17725,69368 -"126781",17725,75001 -"126782",17725,78195 -"126783",17725,89440 -"126784",17725,92472 -"126785",17725,92498 -"126786",17725,92520 -"126787",17726,33949 -"126788",17726,40191 -"126789",17726,58533 -"126790",17727,18427 -"126791",17727,22746 -"126792",17727,23640 -"126793",17727,23728 -"126794",17727,23730 -"126795",17727,23910 -"126796",17727,30191 -"126797",17727,32234 -"126798",17727,40776 -"126799",17727,48084 -"126800",17727,54712 -"126801",17727,64778 -"126802",17727,65246 -"126803",17727,83735 -"126804",17727,98794 -"126805",17727,104175 -"126806",17727,113333 -"126807",17727,122057 -"126808",17728,44020 -"126809",17729,20319 -"126810",17729,20337 -"126811",17729,23216 -"126812",17729,25353 -"126813",17729,25816 -"126814",17729,28468 -"126815",17729,32970 -"126816",17729,33128 -"126817",17729,33140 -"126818",17729,41171 -"126819",17729,41453 -"126820",17729,41562 -"126821",17729,46577 -"126822",17729,46923 -"126823",17729,57129 -"126824",17729,72419 -"126825",17729,82077 -"126826",17730,18302 -"126827",17730,18925 -"126828",17730,23845 -"126829",17730,32482 -"126830",17730,33858 -"126831",17730,34076 -"126832",17730,35416 -"126833",17730,35504 -"126834",17730,35522 -"126835",17730,35534 -"126836",17731,69718 -"126837",17732,17791 -"126838",17732,17833 -"126839",17732,17900 -"126840",17732,17939 -"126841",17732,35879 -"126842",17733,18940 -"126843",17733,19048 -"126844",17733,26054 -"126845",17733,29590 -"126846",17733,37218 -"126847",17733,41765 -"126848",17733,41768 -"126849",17733,41869 -"126850",17733,46729 -"126851",17733,46807 -"126852",17733,46808 -"126853",17733,46929 -"126854",17733,46945 -"126855",17733,87396 -"126856",17733,90858 -"126857",17733,91557 -"126858",17733,104859 -"126859",17733,104864 -"126860",17733,104865 -"126861",17733,104882 -"126862",17733,117888 -"126863",17734,26889 -"126864",17734,29450 -"126865",17734,32385 -"126866",17734,34509 -"126867",17734,52172 -"126868",17734,94913 -"126869",17734,102544 -"126870",17734,102868 -"126871",17734,103572 -"126872",17734,103624 -"126873",17735,27343 -"126874",17736,18439 -"126875",17736,18726 -"126876",17736,18893 -"126877",17737,56794 -"126878",17738,18006 -"126879",17738,18022 -"126880",17738,18167 -"126881",17738,35628 -"126882",17738,48783 -"126883",17738,50864 -"126884",17738,64300 -"126885",17738,74254 -"126886",17738,74374 -"126887",17738,74376 -"126888",17738,75234 -"126889",17738,75246 -"126890",17738,103029 -"126891",17739,37358 -"126892",17739,51735 -"126893",17739,79735 -"126894",17739,83934 -"126895",17739,89428 -"126896",17739,116039 -"126897",17740,20311 -"126898",17740,23534 -"126899",17740,29486 -"126900",17740,30648 -"126901",17740,33956 -"126902",17740,36004 -"126903",17740,50118 -"126904",17740,75475 -"126905",17741,17776 -"126906",17742,26895 -"126907",17742,45861 -"126908",17743,22312 -"126909",17743,37645 -"126910",17743,48754 -"126911",17743,53920 -"126912",17743,56492 -"126913",17743,88842 -"126914",17743,111205 -"126915",17743,116174 -"126916",17744,50839 -"126917",17744,59198 -"126918",17744,83092 -"126919",17746,50524 -"126920",17747,21833 -"126921",17747,23249 -"126922",17747,23309 -"126923",17747,24610 -"126924",17747,31314 -"126925",17747,66266 -"126926",17748,18310 -"126927",17748,18577 -"126928",17748,72715 -"126929",17749,30522 -"126930",17749,89238 -"126931",17749,89474 -"126932",17750,36185 -"126933",17750,103146 -"126934",17751,23117 -"126935",17751,36991 -"126936",17751,54710 -"126937",17752,105870 -"126938",17752,107260 -"126939",17753,70078 -"126940",17753,76130 -"126941",17753,76641 -"126942",17754,18171 -"126943",17754,27648 -"126944",17754,30182 -"126945",17754,86647 -"126946",17754,89956 -"126947",17754,92410 -"126948",17755,17901 -"126949",17755,20444 -"126950",17755,23976 -"126951",17755,25569 -"126952",17755,31057 -"126953",17755,31118 -"126954",17755,32773 -"126955",17755,39681 -"126956",17755,41163 -"126957",17755,41929 -"126958",17755,48194 -"126959",17755,49237 -"126960",17755,57837 -"126961",17755,86537 -"126962",17756,18363 -"126963",17756,19022 -"126964",17756,19023 -"126965",17756,19072 -"126966",17756,19113 -"126967",17756,43656 -"126968",17756,52540 -"126969",17756,67386 -"126970",17756,92460 -"126971",17757,88846 -"126972",17757,95537 -"126973",17758,17839 -"126974",17758,18294 -"126975",17758,33659 -"126976",17759,23004 -"126977",17759,29891 -"126978",17759,54494 -"126979",17759,58614 -"126980",17759,98105 -"126981",17759,102243 -"126982",17759,112263 -"126983",17759,112267 -"126984",17759,112456 -"126985",17759,112472 -"126986",17760,33029 -"126987",17760,43267 -"126988",17760,119231 -"126989",17761,17763 -"126990",17761,17775 -"126991",17761,89787 -"126992",17761,90221 -"126993",17762,18699 -"126994",17762,30857 -"126995",17763,17775 -"126996",17764,18539 -"126997",17764,64070 -"126998",17764,64254 -"126999",17764,71133 -"127000",17765,44085 -"127001",17765,46405 -"127002",17765,82448 -"127003",17765,116062 -"127004",17765,116063 -"127005",17766,23136 -"127006",17766,37776 -"127007",17766,70066 -"127008",17766,117785 -"127009",17766,119070 -"127010",17767,19763 -"127011",17767,28557 -"127012",17767,47258 -"127013",17767,51876 -"127014",17767,52157 -"127015",17767,97891 -"127016",17767,115387 -"127017",17767,115922 -"127018",17768,18656 -"127019",17768,28316 -"127020",17768,29191 -"127021",17768,36880 -"127022",17768,39750 -"127023",17768,49125 -"127024",17768,69830 -"127025",17768,82340 -"127026",17768,91823 -"127027",17770,23787 -"127028",17770,25767 -"127029",17770,42682 -"127030",17770,50604 -"127031",17770,57186 -"127032",17770,57270 -"127033",17770,58645 -"127034",17770,60928 -"127035",17770,65137 -"127036",17770,66369 -"127037",17770,75825 -"127038",17770,77239 -"127039",17770,80041 -"127040",17770,86778 -"127041",17770,94412 -"127042",17770,99575 -"127043",17770,101067 -"127044",17770,107050 -"127045",17772,17973 -"127046",17772,23290 -"127047",17773,17835 -"127048",17773,19267 -"127049",17773,25742 -"127050",17773,36698 -"127051",17773,38627 -"127052",17773,52506 -"127053",17773,64799 -"127054",17774,27880 -"127055",17774,35806 -"127056",17774,47904 -"127057",17774,105316 -"127058",17775,22392 -"127059",17776,20138 -"127060",17776,26954 -"127061",17776,30433 -"127062",17776,38606 -"127063",17776,81907 -"127064",17776,91949 -"127065",17777,25288 -"127066",17777,27449 -"127067",17777,44224 -"127068",17777,50677 -"127069",17777,86816 -"127070",17777,110726 -"127071",17777,114893 -"127072",17778,17910 -"127073",17780,17782 -"127074",17780,18511 -"127075",17780,77127 -"127076",17780,86156 -"127077",17781,19798 -"127078",17781,21305 -"127079",17781,21707 -"127080",17781,22597 -"127081",17781,22668 -"127082",17781,22669 -"127083",17781,22683 -"127084",17781,22684 -"127085",17781,74844 -"127086",17782,18511 -"127087",17782,32711 -"127088",17782,40262 -"127089",17782,87620 -"127090",17783,17844 -"127091",17783,17845 -"127092",17783,17911 -"127093",17783,18388 -"127094",17783,18389 -"127095",17783,18405 -"127096",17783,49886 -"127097",17783,68767 -"127098",17784,25437 -"127099",17784,31878 -"127100",17784,74870 -"127101",17784,111036 -"127102",17785,17830 -"127103",17785,19354 -"127104",17785,21598 -"127105",17785,30744 -"127106",17785,69500 -"127107",17785,81500 -"127108",17785,107552 -"127109",17785,120505 -"127110",17785,120513 -"127111",17786,41953 -"127112",17786,62644 -"127113",17786,63065 -"127114",17786,91068 -"127115",17786,99474 -"127116",17786,114190 -"127117",17787,19184 -"127118",17788,18825 -"127119",17788,26312 -"127120",17788,45682 -"127121",17788,53265 -"127122",17788,106265 -"127123",17788,108666 -"127124",17788,109083 -"127125",17789,17908 -"127126",17789,24859 -"127127",17789,40280 -"127128",17789,41313 -"127129",17789,56630 -"127130",17789,111679 -"127131",17790,19727 -"127132",17790,21376 -"127133",17790,24639 -"127134",17790,25610 -"127135",17790,29539 -"127136",17790,33777 -"127137",17790,41028 -"127138",17791,17833 -"127139",17791,17900 -"127140",17791,17939 -"127141",17791,35879 -"127142",17791,50607 -"127143",17791,54250 -"127144",17791,77439 -"127145",17792,32864 -"127146",17792,33019 -"127147",17792,42595 -"127148",17792,48973 -"127149",17792,52326 -"127150",17792,52358 -"127151",17792,54947 -"127152",17792,61434 -"127153",17793,35760 -"127154",17793,39946 -"127155",17793,96212 -"127156",17793,97830 -"127157",17794,40699 -"127158",17794,61175 -"127159",17794,75876 -"127160",17794,101022 -"127161",17795,101221 -"127162",17795,101621 -"127163",17795,110423 -"127164",17796,18984 -"127165",17796,19097 -"127166",17796,19098 -"127167",17796,19145 -"127168",17796,39776 -"127169",17797,28048 -"127170",17798,63090 -"127171",17798,109626 -"127172",17799,27279 -"127173",17799,54697 -"127174",17799,78308 -"127175",17800,98539 -"127176",17800,111830 -"127177",17800,121758 -"127178",17800,121764 -"127179",17802,18005 -"127180",17802,21957 -"127181",17802,30974 -"127182",17802,46424 -"127183",17805,17936 -"127184",17805,17970 -"127185",17805,20848 -"127186",17805,21548 -"127187",17805,26951 -"127188",17805,29527 -"127189",17805,29557 -"127190",17805,33385 -"127191",17805,36040 -"127192",17805,44464 -"127193",17805,52767 -"127194",17805,68091 -"127195",17805,82226 -"127196",17805,104910 -"127197",17806,17895 -"127198",17806,23480 -"127199",17806,31062 -"127200",17806,42909 -"127201",17806,43231 -"127202",17806,49189 -"127203",17806,81455 -"127204",17807,27322 -"127205",17807,58938 -"127206",17807,59110 -"127207",17807,65796 -"127208",17809,37066 -"127209",17809,37067 -"127210",17809,37172 -"127211",17809,37910 -"127212",17809,37928 -"127213",17809,37929 -"127214",17809,37946 -"127215",17809,37978 -"127216",17809,37995 -"127217",17809,38015 -"127218",17809,38029 -"127219",17809,38033 -"127220",17809,38058 -"127221",17809,38060 -"127222",17809,46880 -"127223",17810,17811 -"127224",17810,17978 -"127225",17810,19584 -"127226",17810,27989 -"127227",17810,28765 -"127228",17810,30057 -"127229",17810,31074 -"127230",17810,33522 -"127231",17810,39680 -"127232",17810,40269 -"127233",17810,43138 -"127234",17810,43843 -"127235",17810,61371 -"127236",17810,64156 -"127237",17810,68250 -"127238",17810,68853 -"127239",17810,69545 -"127240",17810,99435 -"127241",17810,105689 -"127242",17810,106240 -"127243",17810,109919 -"127244",17810,118365 -"127245",17811,18345 -"127246",17811,27136 -"127247",17811,30057 -"127248",17811,35406 -"127249",17811,62659 -"127250",17811,68687 -"127251",17811,68853 -"127252",17811,80391 -"127253",17812,40100 -"127254",17812,58327 -"127255",17812,61532 -"127256",17813,33002 -"127257",17814,25008 -"127258",17814,32109 -"127259",17815,75532 -"127260",17816,73082 -"127261",17816,82705 -"127262",17816,85593 -"127263",17817,25702 -"127264",17817,57369 -"127265",17818,39294 -"127266",17818,45684 -"127267",17818,46173 -"127268",17818,55536 -"127269",17818,77541 -"127270",17818,79171 -"127271",17818,94480 -"127272",17819,21518 -"127273",17819,24106 -"127274",17819,27598 -"127275",17819,33383 -"127276",17819,36192 -"127277",17819,36218 -"127278",17819,57930 -"127279",17819,84373 -"127280",17819,94653 -"127281",17819,106407 -"127282",17820,76248 -"127283",17821,23727 -"127284",17821,23729 -"127285",17821,23833 -"127286",17821,23883 -"127287",17821,23962 -"127288",17821,23970 -"127289",17821,78853 -"127290",17821,91093 -"127291",17823,17948 -"127292",17823,18323 -"127293",17823,44127 -"127294",17823,107567 -"127295",17823,112597 -"127296",17824,18179 -"127297",17824,20599 -"127298",17824,23517 -"127299",17824,23761 -"127300",17824,23963 -"127301",17824,26559 -"127302",17824,26756 -"127303",17824,26993 -"127304",17824,39207 -"127305",17824,41888 -"127306",17824,49276 -"127307",17824,60966 -"127308",17824,65911 -"127309",17824,85534 -"127310",17824,85599 -"127311",17824,85612 -"127312",17824,90263 -"127313",17824,91115 -"127314",17825,17902 -"127315",17825,27929 -"127316",17825,40643 -"127317",17825,67440 -"127318",17825,74078 -"127319",17825,95038 -"127320",17826,23779 -"127321",17826,39498 -"127322",17826,71005 -"127323",17827,18021 -"127324",17828,24766 -"127325",17828,24940 -"127326",17828,26387 -"127327",17828,26882 -"127328",17828,28784 -"127329",17828,32672 -"127330",17828,32988 -"127331",17828,37845 -"127332",17828,40245 -"127333",17828,45959 -"127334",17828,47438 -"127335",17828,55833 -"127336",17828,65155 -"127337",17828,70927 -"127338",17828,71033 -"127339",17828,73409 -"127340",17828,75568 -"127341",17828,76511 -"127342",17828,80625 -"127343",17828,90968 -"127344",17828,104590 -"127345",17828,108463 -"127346",17828,116534 -"127347",17828,116545 -"127348",17829,23381 -"127349",17829,75526 -"127350",17829,83307 -"127351",17829,83752 -"127352",17829,100454 -"127353",17830,17902 -"127354",17830,18345 -"127355",17830,20951 -"127356",17830,21485 -"127357",17830,24268 -"127358",17830,25651 -"127359",17830,27545 -"127360",17830,29403 -"127361",17830,32936 -"127362",17830,36449 -"127363",17830,37905 -"127364",17830,37977 -"127365",17830,51667 -"127366",17830,61192 -"127367",17830,77432 -"127368",17830,79235 -"127369",17830,80409 -"127370",17830,87151 -"127371",17830,106453 -"127372",17830,108669 -"127373",17830,110480 -"127374",17830,116908 -"127375",17831,22530 -"127376",17831,63250 -"127377",17831,77223 -"127378",17831,89585 -"127379",17831,89587 -"127380",17831,89605 -"127381",17831,109721 -"127382",17832,19868 -"127383",17832,51654 -"127384",17833,17900 -"127385",17833,17939 -"127386",17833,35879 -"127387",17834,17955 -"127388",17834,19346 -"127389",17834,44518 -"127390",17834,53264 -"127391",17834,75783 -"127392",17835,25742 -"127393",17836,18737 -"127394",17836,18922 -"127395",17836,18966 -"127396",17836,91592 -"127397",17836,94932 -"127398",17836,123152 -"127399",17838,17877 -"127400",17838,17933 -"127401",17838,19734 -"127402",17838,19865 -"127403",17838,19934 -"127404",17838,24396 -"127405",17838,24846 -"127406",17838,27040 -"127407",17838,30891 -"127408",17838,31605 -"127409",17838,33413 -"127410",17838,37544 -"127411",17838,37752 -"127412",17838,40840 -"127413",17838,48025 -"127414",17838,48348 -"127415",17838,51108 -"127416",17838,53769 -"127417",17838,57641 -"127418",17838,59039 -"127419",17838,59478 -"127420",17838,65188 -"127421",17838,81572 -"127422",17838,83916 -"127423",17838,107515 -"127424",17839,46752 -"127425",17839,47472 -"127426",17840,18444 -"127427",17840,21018 -"127428",17840,27952 -"127429",17840,31831 -"127430",17840,41662 -"127431",17840,46030 -"127432",17840,46358 -"127433",17840,46392 -"127434",17841,20648 -"127435",17841,55091 -"127436",17841,111930 -"127437",17842,58107 -"127438",17842,98035 -"127439",17843,21398 -"127440",17843,21474 -"127441",17843,26157 -"127442",17843,100768 -"127443",17844,17845 -"127444",17844,17911 -"127445",17844,18388 -"127446",17844,18389 -"127447",17844,18405 -"127448",17844,68767 -"127449",17844,72976 -"127450",17844,73028 -"127451",17845,17911 -"127452",17845,18388 -"127453",17845,18389 -"127454",17845,18405 -"127455",17845,68767 -"127456",17847,18352 -"127457",17847,18423 -"127458",17847,20371 -"127459",17847,20398 -"127460",17847,20455 -"127461",17847,29821 -"127462",17847,32259 -"127463",17847,32412 -"127464",17847,32430 -"127465",17847,32431 -"127466",17847,49805 -"127467",17847,77519 -"127468",17847,80653 -"127469",17847,80705 -"127470",17847,83034 -"127471",17847,107423 -"127472",17848,17893 -"127473",17848,17894 -"127474",17848,69830 -"127475",17848,120287 -"127476",17849,55558 -"127477",17849,71982 -"127478",17850,37135 -"127479",17850,74289 -"127480",17850,79610 -"127481",17851,94351 -"127482",17851,95313 -"127483",17852,22331 -"127484",17852,24112 -"127485",17852,32600 -"127486",17852,51426 -"127487",17852,53642 -"127488",17852,66891 -"127489",17852,67662 -"127490",17852,68543 -"127491",17852,68549 -"127492",17852,83980 -"127493",17852,107190 -"127494",17852,107233 -"127495",17853,32761 -"127496",17853,35269 -"127497",17853,42400 -"127498",17853,46114 -"127499",17853,65570 -"127500",17853,81057 -"127501",17853,88624 -"127502",17854,25785 -"127503",17854,73517 -"127504",17854,85050 -"127505",17854,92210 -"127506",17855,80763 -"127507",17856,40688 -"127508",17856,40689 -"127509",17857,19068 -"127510",17857,19082 -"127511",17857,21918 -"127512",17857,25013 -"127513",17857,25150 -"127514",17857,25639 -"127515",17857,35156 -"127516",17857,36954 -"127517",17857,37307 -"127518",17857,41455 -"127519",17857,43149 -"127520",17857,44687 -"127521",17857,46674 -"127522",17857,50207 -"127523",17857,50488 -"127524",17857,52112 -"127525",17857,53415 -"127526",17857,56357 -"127527",17857,57636 -"127528",17857,58482 -"127529",17857,59798 -"127530",17857,70907 -"127531",17857,71683 -"127532",17857,77125 -"127533",17857,78398 -"127534",17857,82426 -"127535",17857,84343 -"127536",17857,85000 -"127537",17857,85101 -"127538",17857,91682 -"127539",17857,95267 -"127540",17857,97580 -"127541",17857,98727 -"127542",17857,98776 -"127543",17857,100795 -"127544",17857,106401 -"127545",17857,106824 -"127546",17857,108879 -"127547",17857,108934 -"127548",17857,109166 -"127549",17857,109858 -"127550",17857,109878 -"127551",17857,112962 -"127552",17857,113990 -"127553",17857,115413 -"127554",17857,116123 -"127555",17857,117258 -"127556",17857,117560 -"127557",17857,118128 -"127558",17857,118836 -"127559",17857,118866 -"127560",17857,118873 -"127561",17857,119131 -"127562",17857,119513 -"127563",17857,119716 -"127564",17857,119769 -"127565",17857,120123 -"127566",17857,120169 -"127567",17857,120725 -"127568",17857,120944 -"127569",17857,121609 -"127570",17857,122007 -"127571",17857,122032 -"127572",17857,122035 -"127573",17857,122724 -"127574",17857,123070 -"127575",17857,123394 -"127576",17857,123490 -"127577",17858,19089 -"127578",17858,21252 -"127579",17858,21269 -"127580",17858,25757 -"127581",17858,33536 -"127582",17858,33538 -"127583",17858,39874 -"127584",17858,49510 -"127585",17858,49511 -"127586",17858,49536 -"127587",17858,57082 -"127588",17858,66693 -"127589",17858,87947 -"127590",17858,118010 -"127591",17858,119651 -"127592",17859,19132 -"127593",17859,43601 -"127594",17859,52177 -"127595",17859,64850 -"127596",17859,64881 -"127597",17859,64911 -"127598",17859,64924 -"127599",17860,86871 -"127600",17861,24859 -"127601",17861,33188 -"127602",17861,50204 -"127603",17861,63012 -"127604",17861,88408 -"127605",17861,90187 -"127606",17862,55495 -"127607",17863,48223 -"127608",17864,19654 -"127609",17864,24463 -"127610",17864,28891 -"127611",17864,35953 -"127612",17864,50411 -"127613",17864,63626 -"127614",17864,70354 -"127615",17864,81281 -"127616",17864,92842 -"127617",17864,97114 -"127618",17864,97121 -"127619",17864,97126 -"127620",17864,97127 -"127621",17864,97131 -"127622",17864,103114 -"127623",17864,103130 -"127624",17864,103145 -"127625",17864,107119 -"127626",17865,22514 -"127627",17865,22516 -"127628",17865,88124 -"127629",17865,104708 -"127630",17866,91875 -"127631",17867,18740 -"127632",17867,18756 -"127633",17867,18912 -"127634",17867,19062 -"127635",17867,19117 -"127636",17867,20606 -"127637",17867,26238 -"127638",17867,28084 -"127639",17867,42508 -"127640",17867,42652 -"127641",17867,42724 -"127642",17868,28395 -"127643",17868,44865 -"127644",17868,68243 -"127645",17868,87117 -"127646",17870,22911 -"127647",17870,47512 -"127648",17870,66712 -"127649",17871,32126 -"127650",17871,39361 -"127651",17871,39362 -"127652",17871,54381 -"127653",17872,23953 -"127654",17872,40396 -"127655",17873,17943 -"127656",17873,17944 -"127657",17873,70524 -"127658",17873,88210 -"127659",17875,29244 -"127660",17875,40939 -"127661",17875,51287 -"127662",17875,56200 -"127663",17875,83004 -"127664",17875,89666 -"127665",17876,82476 -"127666",17877,19801 -"127667",17877,24396 -"127668",17877,28718 -"127669",17877,29163 -"127670",17877,30127 -"127671",17877,35372 -"127672",17877,37297 -"127673",17877,46463 -"127674",17877,48348 -"127675",17877,49326 -"127676",17877,55541 -"127677",17877,59916 -"127678",17877,60002 -"127679",17877,62019 -"127680",17877,62553 -"127681",17877,72704 -"127682",17877,76288 -"127683",17877,94126 -"127684",17877,112359 -"127685",17878,26702 -"127686",17878,77815 -"127687",17878,77862 -"127688",17879,23813 -"127689",17879,24408 -"127690",17879,24437 -"127691",17879,24970 -"127692",17879,35339 -"127693",17879,39013 -"127694",17879,79313 -"127695",17879,87675 -"127696",17879,89989 -"127697",17879,92228 -"127698",17879,102128 -"127699",17880,24584 -"127700",17880,99234 -"127701",17880,121617 -"127702",17881,17892 -"127703",17881,73949 -"127704",17881,74017 -"127705",17882,32810 -"127706",17882,39984 -"127707",17882,46253 -"127708",17882,52646 -"127709",17882,55229 -"127710",17882,58197 -"127711",17882,59991 -"127712",17882,63113 -"127713",17882,69310 -"127714",17882,70743 -"127715",17882,70898 -"127716",17882,70939 -"127717",17882,70951 -"127718",17882,71025 -"127719",17882,73394 -"127720",17882,77507 -"127721",17882,90464 -"127722",17883,21144 -"127723",17883,35301 -"127724",17883,44151 -"127725",17883,53450 -"127726",17883,113772 -"127727",17884,89696 -"127728",17885,35386 -"127729",17886,29524 -"127730",17886,58322 -"127731",17886,61376 -"127732",17886,73878 -"127733",17887,22955 -"127734",17887,80501 -"127735",17888,18237 -"127736",17888,108344 -"127737",17889,17947 -"127738",17891,31729 -"127739",17891,66788 -"127740",17891,110324 -"127741",17892,20672 -"127742",17892,32726 -"127743",17892,47238 -"127744",17892,72403 -"127745",17892,75055 -"127746",17892,75327 -"127747",17892,75448 -"127748",17893,17894 -"127749",17895,34749 -"127750",17895,52457 -"127751",17895,56946 -"127752",17895,75161 -"127753",17895,76841 -"127754",17895,79942 -"127755",17895,81455 -"127756",17895,93948 -"127757",17895,97635 -"127758",17895,99884 -"127759",17896,18567 -"127760",17896,30807 -"127761",17896,35902 -"127762",17896,45739 -"127763",17896,68377 -"127764",17897,46023 -"127765",17897,55084 -"127766",17897,72161 -"127767",17897,93037 -"127768",17898,34450 -"127769",17898,41839 -"127770",17898,42224 -"127771",17898,47214 -"127772",17898,51905 -"127773",17899,18133 -"127774",17899,21097 -"127775",17899,98232 -"127776",17900,17939 -"127777",17900,35879 -"127778",17901,19537 -"127779",17901,19634 -"127780",17901,20423 -"127781",17901,22287 -"127782",17901,23976 -"127783",17901,31057 -"127784",17901,41163 -"127785",17901,45020 -"127786",17901,77147 -"127787",17901,86537 -"127788",17902,20951 -"127789",17902,25651 -"127790",17902,52319 -"127791",17902,87327 -"127792",17902,92859 -"127793",17903,18643 -"127794",17903,21336 -"127795",17903,29558 -"127796",17903,110026 -"127797",17904,18113 -"127798",17904,19087 -"127799",17904,22335 -"127800",17904,26182 -"127801",17904,32568 -"127802",17904,33539 -"127803",17904,36912 -"127804",17904,40396 -"127805",17904,45873 -"127806",17904,59103 -"127807",17904,61225 -"127808",17904,75815 -"127809",17904,76601 -"127810",17906,34046 -"127811",17906,53612 -"127812",17906,56908 -"127813",17906,68939 -"127814",17906,73730 -"127815",17907,29075 -"127816",17907,37588 -"127817",17907,55294 -"127818",17907,57854 -"127819",17907,80445 -"127820",17907,90758 -"127821",17908,27725 -"127822",17908,76930 -"127823",17909,39650 -"127824",17909,41391 -"127825",17909,117353 -"127826",17910,90050 -"127827",17911,18388 -"127828",17911,18389 -"127829",17911,18405 -"127830",17911,47003 -"127831",17911,68767 -"127832",17911,103555 -"127833",17912,49437 -"127834",17912,73226 -"127835",17913,21080 -"127836",17913,21803 -"127837",17914,28452 -"127838",17914,28927 -"127839",17914,29863 -"127840",17914,33935 -"127841",17914,39102 -"127842",17914,43907 -"127843",17914,45111 -"127844",17914,56312 -"127845",17914,73617 -"127846",17914,80451 -"127847",17914,86559 -"127848",17914,98911 -"127849",17914,121424 -"127850",17915,50915 -"127851",17915,68669 -"127852",17916,93506 -"127853",17917,19216 -"127854",17917,32411 -"127855",17917,41845 -"127856",17917,42766 -"127857",17917,57819 -"127858",17917,78589 -"127859",17918,39375 -"127860",17918,77097 -"127861",17919,17920 -"127862",17919,27368 -"127863",17919,78579 -"127864",17921,18214 -"127865",17921,30141 -"127866",17921,34355 -"127867",17921,49415 -"127868",17921,54416 -"127869",17921,65841 -"127870",17921,69517 -"127871",17921,97642 -"127872",17921,102628 -"127873",17921,110696 -"127874",17921,110741 -"127875",17921,118425 -"127876",17922,67509 -"127877",17922,83963 -"127878",17922,101742 -"127879",17923,17940 -"127880",17923,21703 -"127881",17923,33435 -"127882",17923,33925 -"127883",17923,39882 -"127884",17923,46100 -"127885",17923,46193 -"127886",17923,46824 -"127887",17923,46909 -"127888",17923,51512 -"127889",17923,59944 -"127890",17923,85155 -"127891",17923,87083 -"127892",17923,94873 -"127893",17923,95940 -"127894",17923,98625 -"127895",17923,98997 -"127896",17923,104435 -"127897",17924,22658 -"127898",17924,25446 -"127899",17924,82416 -"127900",17924,86347 -"127901",17924,94826 -"127902",17924,95932 -"127903",17924,95981 -"127904",17924,113957 -"127905",17925,32724 -"127906",17925,74812 -"127907",17925,75248 -"127908",17925,88652 -"127909",17925,93162 -"127910",17926,28714 -"127911",17926,46228 -"127912",17926,46559 -"127913",17926,47580 -"127914",17926,69435 -"127915",17926,72374 -"127916",17926,72417 -"127917",17927,18460 -"127918",17927,23048 -"127919",17927,45297 -"127920",17927,46010 -"127921",17928,83617 -"127922",17928,83650 -"127923",17930,18741 -"127924",17930,27945 -"127925",17930,97640 -"127926",17931,33209 -"127927",17931,43803 -"127928",17931,48244 -"127929",17931,58078 -"127930",17931,68820 -"127931",17931,76892 -"127932",17931,85836 -"127933",17931,86125 -"127934",17931,87933 -"127935",17932,39602 -"127936",17932,39985 -"127937",17932,42918 -"127938",17932,78874 -"127939",17932,103248 -"127940",17933,18935 -"127941",17933,20971 -"127942",17933,21256 -"127943",17933,26102 -"127944",17933,30362 -"127945",17933,32781 -"127946",17933,37661 -"127947",17933,38838 -"127948",17933,38893 -"127949",17933,39418 -"127950",17933,40727 -"127951",17933,47482 -"127952",17933,52830 -"127953",17933,52847 -"127954",17933,61047 -"127955",17933,71173 -"127956",17933,72650 -"127957",17933,76601 -"127958",17933,104098 -"127959",17933,106399 -"127960",17933,112636 -"127961",17933,113591 -"127962",17933,113606 -"127963",17934,26387 -"127964",17934,64790 -"127965",17934,74743 -"127966",17934,80625 -"127967",17934,91211 -"127968",17936,17970 -"127969",17936,20113 -"127970",17936,27826 -"127971",17936,32343 -"127972",17936,36040 -"127973",17936,45335 -"127974",17936,48486 -"127975",17936,57992 -"127976",17936,98050 -"127977",17936,104223 -"127978",17936,113292 -"127979",17937,35807 -"127980",17937,48318 -"127981",17937,76610 -"127982",17937,97084 -"127983",17937,97107 -"127984",17938,20528 -"127985",17938,26595 -"127986",17938,35516 -"127987",17938,41895 -"127988",17938,41900 -"127989",17938,41945 -"127990",17938,42028 -"127991",17938,42030 -"127992",17938,80353 -"127993",17938,80466 -"127994",17938,80487 -"127995",17939,35879 -"127996",17940,19807 -"127997",17940,29819 -"127998",17940,36247 -"127999",17940,38333 -"128000",17940,41685 -"128001",17941,19384 -"128002",17941,23803 -"128003",17941,23918 -"128004",17941,32843 -"128005",17941,38873 -"128006",17941,45035 -"128007",17941,46340 -"128008",17941,47260 -"128009",17941,48012 -"128010",17941,63277 -"128011",17942,18865 -"128012",17942,26355 -"128013",17942,27077 -"128014",17942,29482 -"128015",17942,29874 -"128016",17942,35702 -"128017",17942,40238 -"128018",17942,41451 -"128019",17942,44124 -"128020",17942,47133 -"128021",17942,47414 -"128022",17942,49106 -"128023",17942,51094 -"128024",17942,51941 -"128025",17942,57094 -"128026",17942,58898 -"128027",17942,59147 -"128028",17942,59237 -"128029",17942,59359 -"128030",17942,61563 -"128031",17942,61867 -"128032",17942,62007 -"128033",17942,62078 -"128034",17942,62375 -"128035",17942,62633 -"128036",17942,63395 -"128037",17942,64408 -"128038",17942,64418 -"128039",17942,64511 -"128040",17942,65230 -"128041",17942,66145 -"128042",17942,67503 -"128043",17942,67721 -"128044",17942,68816 -"128045",17942,68909 -"128046",17942,68938 -"128047",17942,69332 -"128048",17942,69681 -"128049",17942,70610 -"128050",17942,70611 -"128051",17942,70725 -"128052",17942,71211 -"128053",17942,71505 -"128054",17942,71887 -"128055",17943,17944 -"128056",17943,23333 -"128057",17943,23527 -"128058",17943,24569 -"128059",17943,28475 -"128060",17943,28677 -"128061",17943,28788 -"128062",17943,36495 -"128063",17943,38794 -"128064",17943,52201 -"128065",17943,53782 -"128066",17943,55666 -"128067",17943,56026 -"128068",17943,68684 -"128069",17943,89440 -"128070",17943,91571 -"128071",17943,91592 -"128072",17943,92498 -"128073",17943,93742 -"128074",17944,20410 -"128075",17944,21461 -"128076",17944,22201 -"128077",17944,30236 -"128078",17944,31371 -"128079",17944,33907 -"128080",17944,34906 -"128081",17944,38678 -"128082",17944,38679 -"128083",17944,38680 -"128084",17944,38732 -"128085",17944,38747 -"128086",17944,38759 -"128087",17944,38794 -"128088",17944,39195 -"128089",17944,39322 -"128090",17944,79902 -"128091",17945,39360 -"128092",17945,66994 -"128093",17946,39838 -"128094",17946,40664 -"128095",17946,104392 -"128096",17946,104393 -"128097",17947,64391 -"128098",17947,95248 -"128099",17947,95291 -"128100",17948,18286 -"128101",17948,18323 -"128102",17948,41957 -"128103",17948,44127 -"128104",17948,48747 -"128105",17948,61959 -"128106",17948,86949 -"128107",17948,98437 -"128108",17948,119377 -"128109",17949,55373 -"128110",17949,69419 -"128111",17949,92066 -"128112",17950,105867 -"128113",17950,111603 -"128114",17951,19173 -"128115",17951,20407 -"128116",17951,23005 -"128117",17951,27261 -"128118",17951,28026 -"128119",17951,29320 -"128120",17951,35251 -"128121",17951,59126 -"128122",17951,95315 -"128123",17952,20099 -"128124",17952,21372 -"128125",17952,30733 -"128126",17952,30811 -"128127",17952,40000 -"128128",17952,51032 -"128129",17952,51092 -"128130",17952,80412 -"128131",17952,82869 -"128132",17952,91189 -"128133",17952,96457 -"128134",17953,17969 -"128135",17953,34777 -"128136",17953,43204 -"128137",17953,45933 -"128138",17953,54177 -"128139",17953,55429 -"128140",17953,58627 -"128141",17953,61941 -"128142",17954,74728 -"128143",17954,79236 -"128144",17954,88161 -"128145",17954,103363 -"128146",17954,105402 -"128147",17954,110303 -"128148",17954,110312 -"128149",17954,112287 -"128150",17954,118970 -"128151",17955,57635 -"128152",17956,25759 -"128153",17956,40635 -"128154",17956,40702 -"128155",17956,50033 -"128156",17956,50135 -"128157",17957,22566 -"128158",17957,28050 -"128159",17957,28168 -"128160",17958,19516 -"128161",17958,44662 -"128162",17958,55064 -"128163",17958,83033 -"128164",17958,83067 -"128165",17958,95330 -"128166",17958,97344 -"128167",17958,102245 -"128168",17958,102246 -"128169",17958,102285 -"128170",17960,24576 -"128171",17960,31664 -"128172",17960,40677 -"128173",17960,42222 -"128174",17960,45902 -"128175",17960,51430 -"128176",17961,39864 -"128177",17962,39699 -"128178",17962,43321 -"128179",17962,74415 -"128180",17962,95851 -"128181",17962,111848 -"128182",17962,111995 -"128183",17962,120543 -"128184",17963,34671 -"128185",17963,76248 -"128186",17964,18776 -"128187",17964,57326 -"128188",17964,64843 -"128189",17964,70864 -"128190",17964,88280 -"128191",17964,88357 -"128192",17964,90946 -"128193",17964,94269 -"128194",17964,95369 -"128195",17964,95378 -"128196",17964,95379 -"128197",17964,95426 -"128198",17964,115052 -"128199",17965,74313 -"128200",17965,97183 -"128201",17966,18582 -"128202",17966,20801 -"128203",17966,42837 -"128204",17966,80362 -"128205",17966,98401 -"128206",17966,99650 -"128207",17966,99653 -"128208",17966,99673 -"128209",17966,108007 -"128210",17966,109076 -"128211",17966,123108 -"128212",17967,19661 -"128213",17967,23120 -"128214",17967,52466 -"128215",17967,66373 -"128216",17967,67483 -"128217",17967,78665 -"128218",17967,79197 -"128219",17970,32343 -"128220",17970,98050 -"128221",17970,104223 -"128222",17970,113292 -"128223",17971,18386 -"128224",17971,18387 -"128225",17971,18403 -"128226",17972,29102 -"128227",17972,32211 -"128228",17972,33824 -"128229",17972,41659 -"128230",17972,55744 -"128231",17972,68833 -"128232",17972,78940 -"128233",17972,79074 -"128234",17972,85704 -"128235",17973,39785 -"128236",17973,106661 -"128237",17973,108468 -"128238",17974,18732 -"128239",17974,31695 -"128240",17974,51602 -"128241",17974,53536 -"128242",17974,76239 -"128243",17975,43984 -"128244",17975,53115 -"128245",17976,60514 -"128246",17977,17978 -"128247",17977,17979 -"128248",17977,18229 -"128249",17977,24278 -"128250",17977,48219 -"128251",17977,83275 -"128252",17977,83858 -"128253",17978,17979 -"128254",17978,18229 -"128255",17978,28765 -"128256",17978,35676 -"128257",17979,18229 -"128258",17980,66076 -"128259",17980,68855 -"128260",17980,82486 -"128261",17980,87595 -"128262",17980,119488 -"128263",17981,33406 -"128264",17981,38259 -"128265",17981,52309 -"128266",17981,62019 -"128267",17981,66474 -"128268",17981,77173 -"128269",17981,77346 -"128270",17981,77396 -"128271",17981,77401 -"128272",17981,77407 -"128273",17981,77417 -"128274",17981,77418 -"128275",17981,77480 -"128276",17981,77532 -"128277",17982,19082 -"128278",17982,19242 -"128279",17982,22577 -"128280",17982,25982 -"128281",17982,35383 -"128282",17983,47004 -"128283",17983,65357 -"128284",17983,109127 -"128285",17984,23882 -"128286",17984,62469 -"128287",17984,81071 -"128288",17984,82716 -"128289",17984,92246 -"128290",17984,111202 -"128291",17985,17991 -"128292",17985,18119 -"128293",17985,18458 -"128294",17985,29077 -"128295",17985,29256 -"128296",17985,35910 -"128297",17985,43087 -"128298",17985,59096 -"128299",17985,61322 -"128300",17985,64860 -"128301",17985,65966 -"128302",17985,76199 -"128303",17985,82688 -"128304",17985,82725 -"128305",17985,82752 -"128306",17985,100155 -"128307",17987,24659 -"128308",17988,18194 -"128309",17988,25379 -"128310",17988,30755 -"128311",17988,79015 -"128312",17988,107446 -"128313",17988,107462 -"128314",17989,36944 -"128315",17989,57489 -"128316",17990,21092 -"128317",17990,28712 -"128318",17990,45031 -"128319",17990,76347 -"128320",17990,100211 -"128321",17990,101983 -"128322",17990,116147 -"128323",17990,116180 -"128324",17991,18119 -"128325",17991,18458 -"128326",17991,33630 -"128327",17991,37518 -"128328",17991,47501 -"128329",17991,56535 -"128330",17991,82986 -"128331",17992,21704 -"128332",17992,26173 -"128333",17992,91351 -"128334",17993,20140 -"128335",17993,23131 -"128336",17993,30525 -"128337",17993,41958 -"128338",17993,45357 -"128339",17993,55829 -"128340",17993,91507 -"128341",17993,91942 -"128342",17994,17995 -"128343",17994,104107 -"128344",17995,76680 -"128345",17995,88766 -"128346",17996,18182 -"128347",17996,40703 -"128348",17996,65983 -"128349",17997,18103 -"128350",17997,18280 -"128351",17997,31174 -"128352",17997,32963 -"128353",17997,34734 -"128354",17997,36536 -"128355",17997,36587 -"128356",17997,40432 -"128357",17997,40519 -"128358",17997,40725 -"128359",17997,47257 -"128360",17997,52739 -"128361",17997,53343 -"128362",17997,56807 -"128363",17997,77220 -"128364",17997,83140 -"128365",17998,22109 -"128366",17998,24523 -"128367",17998,26100 -"128368",17998,34165 -"128369",17998,40826 -"128370",17998,41389 -"128371",17998,46308 -"128372",17998,49147 -"128373",17998,52019 -"128374",17998,52186 -"128375",17998,53362 -"128376",17998,55775 -"128377",17998,57237 -"128378",17998,60776 -"128379",17998,60900 -"128380",17998,62562 -"128381",17998,67195 -"128382",17998,77046 -"128383",17998,77930 -"128384",17998,85972 -"128385",17998,90412 -"128386",17998,91117 -"128387",17998,91120 -"128388",17998,119701 -"128389",17998,122451 -"128390",17999,18209 -"128391",17999,23739 -"128392",17999,34215 -"128393",17999,36662 -"128394",17999,45947 -"128395",17999,47254 -"128396",17999,47319 -"128397",17999,50233 -"128398",17999,62126 -"128399",17999,84536 -"128400",18000,86932 -"128401",18000,86956 -"128402",18001,21176 -"128403",18001,32452 -"128404",18001,34582 -"128405",18001,38576 -"128406",18001,53159 -"128407",18001,58886 -"128408",18001,61844 -"128409",18001,63746 -"128410",18002,57721 -"128411",18002,60843 -"128412",18002,66090 -"128413",18003,18128 -"128414",18003,18174 -"128415",18003,22591 -"128416",18003,35186 -"128417",18003,39866 -"128418",18003,42598 -"128419",18003,52944 -"128420",18003,68475 -"128421",18003,68496 -"128422",18004,20641 -"128423",18004,20871 -"128424",18004,21198 -"128425",18004,23450 -"128426",18004,29694 -"128427",18004,29705 -"128428",18004,29732 -"128429",18004,29749 -"128430",18004,36356 -"128431",18004,38772 -"128432",18004,39353 -"128433",18004,46723 -"128434",18004,50219 -"128435",18004,50565 -"128436",18004,52197 -"128437",18004,71342 -"128438",18004,81493 -"128439",18004,84138 -"128440",18004,84193 -"128441",18004,86809 -"128442",18004,94565 -"128443",18004,96389 -"128444",18004,101999 -"128445",18004,103065 -"128446",18004,105490 -"128447",18004,105602 -"128448",18005,18173 -"128449",18005,18224 -"128450",18005,28211 -"128451",18005,30974 -"128452",18005,37364 -"128453",18005,44675 -"128454",18005,47767 -"128455",18005,48466 -"128456",18005,53591 -"128457",18005,53592 -"128458",18006,18022 -"128459",18006,18167 -"128460",18006,19872 -"128461",18006,28508 -"128462",18006,57812 -"128463",18006,77093 -"128464",18006,77659 -"128465",18007,50316 -"128466",18007,84476 -"128467",18007,93711 -"128468",18008,18471 -"128469",18008,18487 -"128470",18009,37929 -"128471",18009,70853 -"128472",18010,18235 -"128473",18011,18202 -"128474",18011,18216 -"128475",18011,23679 -"128476",18011,34812 -"128477",18011,55615 -"128478",18011,60943 -"128479",18011,67122 -"128480",18011,68660 -"128481",18012,35078 -"128482",18013,22155 -"128483",18013,22156 -"128484",18013,22207 -"128485",18013,22271 -"128486",18013,22286 -"128487",18013,40546 -"128488",18013,71832 -"128489",18013,72020 -"128490",18014,21162 -"128491",18014,47925 -"128492",18014,51295 -"128493",18014,53166 -"128494",18014,70364 -"128495",18015,23712 -"128496",18015,33267 -"128497",18015,55451 -"128498",18015,80799 -"128499",18015,96994 -"128500",18015,103978 -"128501",18015,119550 -"128502",18016,18234 -"128503",18017,25194 -"128504",18017,33599 -"128505",18017,40071 -"128506",18017,43360 -"128507",18017,51535 -"128508",18017,51749 -"128509",18017,95708 -"128510",18017,105306 -"128511",18018,18076 -"128512",18019,45506 -"128513",18019,76905 -"128514",18020,25317 -"128515",18020,34033 -"128516",18020,44618 -"128517",18020,76173 -"128518",18020,118476 -"128519",18022,18167 -"128520",18022,67969 -"128521",18022,79169 -"128522",18022,94148 -"128523",18022,106025 -"128524",18022,106036 -"128525",18022,106059 -"128526",18023,51488 -"128527",18024,36722 -"128528",18025,18446 -"128529",18025,52209 -"128530",18025,74273 -"128531",18025,121551 -"128532",18026,21074 -"128533",18026,43914 -"128534",18026,44675 -"128535",18026,50266 -"128536",18026,52920 -"128537",18026,108349 -"128538",18027,18415 -"128539",18027,65162 -"128540",18027,78811 -"128541",18027,82242 -"128542",18027,84682 -"128543",18027,94623 -"128544",18027,101134 -"128545",18027,102135 -"128546",18027,102639 -"128547",18027,104139 -"128548",18028,37053 -"128549",18028,45541 -"128550",18028,68475 -"128551",18028,107581 -"128552",18028,113334 -"128553",18029,71995 -"128554",18030,26351 -"128555",18030,31458 -"128556",18030,39172 -"128557",18030,43429 -"128558",18030,59361 -"128559",18030,71077 -"128560",18031,49369 -"128561",18031,87414 -"128562",18031,89207 -"128563",18031,117190 -"128564",18031,121931 -"128565",18032,22339 -"128566",18032,31351 -"128567",18032,44125 -"128568",18033,67027 -"128569",18034,18192 -"128570",18035,108735 -"128571",18036,23558 -"128572",18036,32365 -"128573",18036,73220 -"128574",18036,89463 -"128575",18036,95404 -"128576",18037,18098 -"128577",18038,21537 -"128578",18038,26626 -"128579",18038,32505 -"128580",18038,34343 -"128581",18038,36425 -"128582",18038,38498 -"128583",18038,40020 -"128584",18038,43074 -"128585",18038,44523 -"128586",18038,51060 -"128587",18038,57931 -"128588",18038,61589 -"128589",18038,64864 -"128590",18038,77586 -"128591",18038,79401 -"128592",18038,80249 -"128593",18038,80262 -"128594",18038,80280 -"128595",18038,80312 -"128596",18038,80337 -"128597",18038,80338 -"128598",18039,44704 -"128599",18039,66417 -"128600",18040,68308 -"128601",18040,70838 -"128602",18040,94061 -"128603",18040,95365 -"128604",18041,26326 -"128605",18041,51162 -"128606",18042,29504 -"128607",18042,40291 -"128608",18042,80031 -"128609",18042,87288 -"128610",18044,38901 -"128611",18044,103483 -"128612",18045,18113 -"128613",18045,19695 -"128614",18045,19729 -"128615",18045,19873 -"128616",18045,57912 -"128617",18045,73569 -"128618",18045,73604 -"128619",18046,18049 -"128620",18046,28724 -"128621",18046,35960 -"128622",18046,38146 -"128623",18046,39692 -"128624",18046,40836 -"128625",18046,44993 -"128626",18046,52049 -"128627",18046,60148 -"128628",18046,61709 -"128629",18047,79516 -"128630",18047,84367 -"128631",18048,19758 -"128632",18048,28838 -"128633",18048,32375 -"128634",18048,33508 -"128635",18048,34319 -"128636",18048,38565 -"128637",18048,39458 -"128638",18048,43244 -"128639",18048,50086 -"128640",18048,50901 -"128641",18048,58637 -"128642",18048,59798 -"128643",18048,68340 -"128644",18048,70728 -"128645",18048,80657 -"128646",18048,87159 -"128647",18048,90977 -"128648",18048,100578 -"128649",18048,101279 -"128650",18048,106576 -"128651",18048,110536 -"128652",18048,120533 -"128653",18048,122905 -"128654",18049,27911 -"128655",18050,23509 -"128656",18050,86129 -"128657",18050,95935 -"128658",18050,114459 -"128659",18050,116757 -"128660",18051,24966 -"128661",18051,37974 -"128662",18051,62606 -"128663",18052,51616 -"128664",18053,32706 -"128665",18054,25555 -"128666",18054,66833 -"128667",18056,34269 -"128668",18056,44341 -"128669",18056,47013 -"128670",18056,72545 -"128671",18056,74718 -"128672",18056,99298 -"128673",18057,18188 -"128674",18057,18468 -"128675",18057,32642 -"128676",18057,40678 -"128677",18057,40682 -"128678",18057,44095 -"128679",18057,48884 -"128680",18057,49072 -"128681",18057,77930 -"128682",18057,81544 -"128683",18057,86311 -"128684",18057,96420 -"128685",18057,102229 -"128686",18057,108411 -"128687",18057,119091 -"128688",18057,119129 -"128689",18057,123348 -"128690",18058,41110 -"128691",18058,42747 -"128692",18058,49167 -"128693",18058,94932 -"128694",18059,29588 -"128695",18059,59013 -"128696",18059,59038 -"128697",18059,73003 -"128698",18060,18217 -"128699",18060,22462 -"128700",18060,22823 -"128701",18060,23147 -"128702",18060,23421 -"128703",18060,23632 -"128704",18060,23953 -"128705",18060,24495 -"128706",18060,24710 -"128707",18060,25143 -"128708",18060,25303 -"128709",18060,25664 -"128710",18060,26407 -"128711",18060,27174 -"128712",18060,27196 -"128713",18060,27710 -"128714",18060,28703 -"128715",18060,29253 -"128716",18060,29341 -"128717",18060,29560 -"128718",18060,29573 -"128719",18060,29868 -"128720",18060,32438 -"128721",18060,32967 -"128722",18060,33223 -"128723",18060,33881 -"128724",18060,34097 -"128725",18060,34330 -"128726",18060,34513 -"128727",18060,35400 -"128728",18060,36476 -"128729",18060,36547 -"128730",18060,36745 -"128731",18060,37821 -"128732",18060,37931 -"128733",18060,38319 -"128734",18060,39398 -"128735",18060,39492 -"128736",18060,40320 -"128737",18060,40373 -"128738",18060,40542 -"128739",18060,41182 -"128740",18060,42131 -"128741",18060,46843 -"128742",18060,48331 -"128743",18061,33878 -"128744",18061,60176 -"128745",18061,79725 -"128746",18061,83334 -"128747",18061,87432 -"128748",18061,117032 -"128749",18062,30763 -"128750",18062,32422 -"128751",18062,43479 -"128752",18062,60385 -"128753",18062,64103 -"128754",18062,73016 -"128755",18062,76917 -"128756",18062,77506 -"128757",18063,67129 -"128758",18063,84847 -"128759",18063,91791 -"128760",18063,91797 -"128761",18063,96598 -"128762",18063,98987 -"128763",18064,18137 -"128764",18064,18140 -"128765",18064,27843 -"128766",18064,31037 -"128767",18064,61575 -"128768",18064,80997 -"128769",18064,83172 -"128770",18064,83248 -"128771",18064,83278 -"128772",18064,83279 -"128773",18064,83280 -"128774",18064,83295 -"128775",18064,83299 -"128776",18064,85145 -"128777",18064,117983 -"128778",18064,117985 -"128779",18064,117986 -"128780",18065,18449 -"128781",18066,22460 -"128782",18066,23462 -"128783",18066,23528 -"128784",18066,24796 -"128785",18066,28049 -"128786",18066,28869 -"128787",18066,36724 -"128788",18066,38736 -"128789",18066,40453 -"128790",18066,43873 -"128791",18066,44555 -"128792",18066,45357 -"128793",18066,45532 -"128794",18066,45869 -"128795",18066,46142 -"128796",18066,46786 -"128797",18066,58338 -"128798",18066,64468 -"128799",18066,64578 -"128800",18066,76482 -"128801",18066,81990 -"128802",18066,83470 -"128803",18066,84353 -"128804",18066,84533 -"128805",18066,87151 -"128806",18066,91275 -"128807",18066,96793 -"128808",18066,99524 -"128809",18066,107438 -"128810",18066,107457 -"128811",18067,18111 -"128812",18067,18314 -"128813",18067,18416 -"128814",18067,18447 -"128815",18067,25122 -"128816",18067,71441 -"128817",18068,30920 -"128818",18069,18950 -"128819",18069,23219 -"128820",18069,23289 -"128821",18069,23290 -"128822",18069,88534 -"128823",18070,66664 -"128824",18071,22460 -"128825",18071,58138 -"128826",18072,18265 -"128827",18072,18319 -"128828",18072,18485 -"128829",18072,32678 -"128830",18072,33447 -"128831",18072,35911 -"128832",18072,36897 -"128833",18072,45582 -"128834",18072,47217 -"128835",18072,54425 -"128836",18072,57418 -"128837",18072,75700 -"128838",18072,79864 -"128839",18072,93111 -"128840",18072,100374 -"128841",18072,100428 -"128842",18073,21179 -"128843",18073,22420 -"128844",18073,63048 -"128845",18073,65028 -"128846",18073,66938 -"128847",18073,67511 -"128848",18073,69446 -"128849",18073,81167 -"128850",18073,104116 -"128851",18075,30891 -"128852",18075,74256 -"128853",18076,26592 -"128854",18076,62154 -"128855",18076,80299 -"128856",18076,95813 -"128857",18077,31767 -"128858",18077,42767 -"128859",18077,57706 -"128860",18077,60838 -"128861",18077,60877 -"128862",18077,110504 -"128863",18078,18552 -"128864",18078,24830 -"128865",18078,25289 -"128866",18078,40955 -"128867",18078,40990 -"128868",18078,40991 -"128869",18078,41003 -"128870",18078,43226 -"128871",18078,52023 -"128872",18078,54872 -"128873",18078,70009 -"128874",18079,57914 -"128875",18079,70126 -"128876",18079,75231 -"128877",18079,79114 -"128878",18079,92678 -"128879",18080,20218 -"128880",18080,22193 -"128881",18080,24487 -"128882",18080,24685 -"128883",18080,35787 -"128884",18080,37782 -"128885",18080,50887 -"128886",18080,53142 -"128887",18080,81652 -"128888",18080,91647 -"128889",18080,99144 -"128890",18080,112176 -"128891",18080,118364 -"128892",18080,120684 -"128893",18081,18299 -"128894",18081,28611 -"128895",18081,32413 -"128896",18081,71739 -"128897",18081,115480 -"128898",18082,29391 -"128899",18082,65618 -"128900",18082,75706 -"128901",18082,97974 -"128902",18084,23462 -"128903",18085,27890 -"128904",18085,28233 -"128905",18085,31603 -"128906",18085,81264 -"128907",18086,52093 -"128908",18086,78133 -"128909",18086,79504 -"128910",18086,100764 -"128911",18086,116024 -"128912",18087,57210 -"128913",18087,57258 -"128914",18087,57652 -"128915",18088,29114 -"128916",18088,31307 -"128917",18088,31613 -"128918",18088,57151 -"128919",18088,57172 -"128920",18088,67367 -"128921",18089,18567 -"128922",18089,96325 -"128923",18090,30342 -"128924",18090,33885 -"128925",18090,47245 -"128926",18090,47279 -"128927",18090,48563 -"128928",18090,48581 -"128929",18090,48910 -"128930",18090,58350 -"128931",18091,48386 -"128932",18091,74879 -"128933",18091,79225 -"128934",18091,116307 -"128935",18092,75163 -"128936",18092,116609 -"128937",18093,18159 -"128938",18093,45484 -"128939",18094,33673 -"128940",18094,46935 -"128941",18094,61415 -"128942",18095,22136 -"128943",18095,22808 -"128944",18095,46614 -"128945",18095,56323 -"128946",18095,56499 -"128947",18095,61093 -"128948",18095,63475 -"128949",18095,63503 -"128950",18095,63517 -"128951",18095,63563 -"128952",18095,63575 -"128953",18095,63592 -"128954",18095,63628 -"128955",18095,65449 -"128956",18095,69432 -"128957",18095,69777 -"128958",18095,71365 -"128959",18095,72532 -"128960",18095,75519 -"128961",18095,75529 -"128962",18095,75575 -"128963",18096,60551 -"128964",18096,112206 -"128965",18097,18871 -"128966",18097,19347 -"128967",18097,20139 -"128968",18097,20201 -"128969",18097,31875 -"128970",18097,35216 -"128971",18097,36444 -"128972",18097,45484 -"128973",18097,51440 -"128974",18097,78356 -"128975",18097,105508 -"128976",18098,23826 -"128977",18098,24157 -"128978",18098,44352 -"128979",18098,45383 -"128980",18098,48774 -"128981",18098,49405 -"128982",18098,49435 -"128983",18098,62910 -"128984",18098,62973 -"128985",18098,64517 -"128986",18098,67579 -"128987",18098,67595 -"128988",18098,67608 -"128989",18098,67615 -"128990",18098,67626 -"128991",18098,67627 -"128992",18098,67632 -"128993",18098,67660 -"128994",18098,67742 -"128995",18099,19818 -"128996",18099,40909 -"128997",18100,18542 -"128998",18100,64445 -"128999",18102,44981 -"129000",18102,58022 -"129001",18102,62208 -"129002",18102,101580 -"129003",18103,31069 -"129004",18103,31174 -"129005",18103,40432 -"129006",18103,42404 -"129007",18103,52693 -"129008",18103,53343 -"129009",18103,56807 -"129010",18103,66926 -"129011",18103,76511 -"129012",18103,109564 -"129013",18103,109594 -"129014",18104,20532 -"129015",18104,25378 -"129016",18104,27063 -"129017",18104,30123 -"129018",18104,32257 -"129019",18104,34978 -"129020",18104,62189 -"129021",18104,67347 -"129022",18104,68074 -"129023",18104,92438 -"129024",18104,122191 -"129025",18105,18254 -"129026",18105,29109 -"129027",18105,37274 -"129028",18105,67543 -"129029",18106,18332 -"129030",18107,18127 -"129031",18107,26181 -"129032",18108,29710 -"129033",18108,44763 -"129034",18108,77635 -"129035",18108,79763 -"129036",18108,81272 -"129037",18109,66283 -"129038",18110,27882 -"129039",18110,37259 -"129040",18110,42562 -"129041",18110,53225 -"129042",18111,18314 -"129043",18111,18416 -"129044",18111,18447 -"129045",18111,25122 -"129046",18112,32389 -"129047",18112,45407 -"129048",18112,46195 -"129049",18112,79075 -"129050",18112,79089 -"129051",18112,79131 -"129052",18112,91748 -"129053",18113,26182 -"129054",18113,29896 -"129055",18113,32568 -"129056",18113,33539 -"129057",18113,38589 -"129058",18113,39062 -"129059",18113,41528 -"129060",18113,42117 -"129061",18113,69630 -"129062",18113,70157 -"129063",18113,70818 -"129064",18114,25613 -"129065",18114,25899 -"129066",18114,42171 -"129067",18114,57612 -"129068",18114,72980 -"129069",18114,84546 -"129070",18114,84612 -"129071",18114,84770 -"129072",18114,96518 -"129073",18114,100751 -"129074",18114,101484 -"129075",18114,104662 -"129076",18114,109506 -"129077",18114,111317 -"129078",18114,114276 -"129079",18114,114507 -"129080",18114,114514 -"129081",18114,114516 -"129082",18115,42230 -"129083",18116,20132 -"129084",18116,38898 -"129085",18116,72494 -"129086",18116,117271 -"129087",18116,121571 -"129088",18117,18175 -"129089",18117,18222 -"129090",18117,18476 -"129091",18119,18458 -"129092",18119,87462 -"129093",18120,21031 -"129094",18120,22413 -"129095",18120,23679 -"129096",18120,24816 -"129097",18120,29368 -"129098",18120,39871 -"129099",18120,40129 -"129100",18120,43978 -"129101",18120,44848 -"129102",18120,46367 -"129103",18120,53326 -"129104",18120,60610 -"129105",18120,64955 -"129106",18120,76218 -"129107",18120,81458 -"129108",18120,90120 -"129109",18120,94292 -"129110",18120,96585 -"129111",18120,99023 -"129112",18120,108039 -"129113",18120,108145 -"129114",18121,29555 -"129115",18121,42608 -"129116",18121,50086 -"129117",18121,58637 -"129118",18121,62771 -"129119",18121,70233 -"129120",18121,86210 -"129121",18121,103201 -"129122",18121,117883 -"129123",18122,22125 -"129124",18122,28160 -"129125",18122,34011 -"129126",18122,38419 -"129127",18122,39446 -"129128",18122,40461 -"129129",18122,44594 -"129130",18122,54647 -"129131",18122,54739 -"129132",18122,57478 -"129133",18122,72673 -"129134",18122,120277 -"129135",18123,18124 -"129136",18123,18150 -"129137",18123,18170 -"129138",18123,51063 -"129139",18123,72489 -"129140",18123,76129 -"129141",18123,110162 -"129142",18124,18150 -"129143",18124,18170 -"129144",18124,20010 -"129145",18124,34269 -"129146",18124,51063 -"129147",18124,52522 -"129148",18124,52845 -"129149",18124,60228 -"129150",18124,75815 -"129151",18124,76431 -"129152",18124,80069 -"129153",18125,18803 -"129154",18125,22274 -"129155",18125,24232 -"129156",18125,24627 -"129157",18125,26140 -"129158",18125,31353 -"129159",18125,36959 -"129160",18125,37037 -"129161",18125,38592 -"129162",18125,45734 -"129163",18125,50733 -"129164",18125,62595 -"129165",18125,92181 -"129166",18125,108416 -"129167",18126,22263 -"129168",18126,22699 -"129169",18126,22775 -"129170",18126,24119 -"129171",18126,31614 -"129172",18126,43717 -"129173",18126,50399 -"129174",18126,55072 -"129175",18126,59732 -"129176",18126,64650 -"129177",18126,76507 -"129178",18126,90762 -"129179",18126,90960 -"129180",18126,92900 -"129181",18126,96073 -"129182",18126,108612 -"129183",18126,111624 -"129184",18126,111870 -"129185",18126,118947 -"129186",18128,18174 -"129187",18128,28353 -"129188",18128,50633 -"129189",18128,68367 -"129190",18128,75271 -"129191",18128,83706 -"129192",18128,93235 -"129193",18128,94722 -"129194",18128,95254 -"129195",18128,96525 -"129196",18129,44748 -"129197",18130,53379 -"129198",18130,79786 -"129199",18130,121393 -"129200",18131,25128 -"129201",18131,31645 -"129202",18131,31720 -"129203",18131,31737 -"129204",18131,31739 -"129205",18131,48686 -"129206",18134,61456 -"129207",18135,18312 -"129208",18135,18370 -"129209",18135,29504 -"129210",18135,45859 -"129211",18135,64439 -"129212",18135,67741 -"129213",18135,68095 -"129214",18135,74053 -"129215",18135,84700 -"129216",18135,113151 -"129217",18136,44486 -"129218",18136,44503 -"129219",18137,18140 -"129220",18137,31037 -"129221",18137,72075 -"129222",18138,22289 -"129223",18138,40724 -"129224",18138,75128 -"129225",18138,76314 -"129226",18138,77421 -"129227",18138,92061 -"129228",18138,103563 -"129229",18138,103579 -"129230",18138,116257 -"129231",18139,80317 -"129232",18140,31037 -"129233",18140,83172 -"129234",18140,83248 -"129235",18140,83278 -"129236",18140,83279 -"129237",18140,83280 -"129238",18140,83295 -"129239",18140,83299 -"129240",18141,62727 -"129241",18142,18157 -"129242",18142,25956 -"129243",18142,68607 -"129244",18143,19165 -"129245",18143,20233 -"129246",18143,36255 -"129247",18143,45866 -"129248",18143,47713 -"129249",18144,48152 -"129250",18144,48218 -"129251",18144,48237 -"129252",18144,48245 -"129253",18144,48303 -"129254",18144,48305 -"129255",18145,57570 -"129256",18145,67479 -"129257",18146,32884 -"129258",18146,57353 -"129259",18146,70228 -"129260",18147,26658 -"129261",18147,26682 -"129262",18149,28911 -"129263",18149,42386 -"129264",18149,48031 -"129265",18149,98114 -"129266",18149,119536 -"129267",18150,18170 -"129268",18150,28440 -"129269",18150,49308 -"129270",18150,52522 -"129271",18150,79769 -"129272",18150,84895 -"129273",18150,108446 -"129274",18150,114716 -"129275",18150,115716 -"129276",18151,20021 -"129277",18151,21712 -"129278",18151,21795 -"129279",18151,22191 -"129280",18151,34206 -"129281",18151,44267 -"129282",18151,65508 -"129283",18151,71118 -"129284",18151,71530 -"129285",18151,71554 -"129286",18151,72744 -"129287",18151,77888 -"129288",18152,18394 -"129289",18153,81416 -"129290",18154,21973 -"129291",18154,65037 -"129292",18154,65038 -"129293",18154,65039 -"129294",18154,65040 -"129295",18154,65084 -"129296",18155,30028 -"129297",18155,31615 -"129298",18155,31760 -"129299",18155,54553 -"129300",18155,73894 -"129301",18155,86399 -"129302",18155,108737 -"129303",18155,109076 -"129304",18157,18270 -"129305",18157,25956 -"129306",18157,44238 -"129307",18157,57028 -"129308",18157,71094 -"129309",18157,86263 -"129310",18157,102106 -"129311",18157,113401 -"129312",18157,113415 -"129313",18158,19677 -"129314",18158,22091 -"129315",18158,34784 -"129316",18158,76378 -"129317",18158,98409 -"129318",18159,45484 -"129319",18159,78356 -"129320",18159,91721 -"129321",18159,91736 -"129322",18160,33672 -"129323",18160,107700 -"129324",18161,21430 -"129325",18161,31403 -"129326",18161,52391 -"129327",18161,76483 -"129328",18161,81744 -"129329",18161,93566 -"129330",18162,18521 -"129331",18162,18536 -"129332",18162,18592 -"129333",18162,18646 -"129334",18162,18702 -"129335",18163,18174 -"129336",18163,18782 -"129337",18163,34820 -"129338",18163,40905 -"129339",18163,47501 -"129340",18163,48702 -"129341",18163,51979 -"129342",18163,56913 -"129343",18163,66601 -"129344",18163,67860 -"129345",18163,80719 -"129346",18163,87200 -"129347",18163,93865 -"129348",18163,95760 -"129349",18165,23617 -"129350",18165,30479 -"129351",18165,43087 -"129352",18165,46757 -"129353",18165,65991 -"129354",18165,67411 -"129355",18166,54794 -"129356",18166,72951 -"129357",18166,73897 -"129358",18166,80872 -"129359",18166,119605 -"129360",18168,18345 -"129361",18168,18916 -"129362",18168,21111 -"129363",18168,26310 -"129364",18168,37905 -"129365",18168,37977 -"129366",18168,43696 -"129367",18168,44273 -"129368",18168,52633 -"129369",18168,52650 -"129370",18168,60988 -"129371",18168,63965 -"129372",18168,72898 -"129373",18168,76086 -"129374",18168,110063 -"129375",18169,18220 -"129376",18169,23984 -"129377",18169,26147 -"129378",18169,119060 -"129379",18170,118505 -"129380",18171,21482 -"129381",18171,70831 -"129382",18171,73675 -"129383",18171,88155 -"129384",18171,96403 -"129385",18172,18245 -"129386",18172,18246 -"129387",18173,18224 -"129388",18173,32207 -"129389",18173,40122 -"129390",18173,46872 -"129391",18173,62591 -"129392",18173,70622 -"129393",18173,71063 -"129394",18173,75734 -"129395",18174,32267 -"129396",18174,34820 -"129397",18174,40905 -"129398",18174,48702 -"129399",18175,18222 -"129400",18175,18476 -"129401",18176,87208 -"129402",18176,90623 -"129403",18176,101794 -"129404",18177,18967 -"129405",18177,38665 -"129406",18177,45731 -"129407",18177,45733 -"129408",18177,64674 -"129409",18177,92730 -"129410",18178,18193 -"129411",18179,41888 -"129412",18180,25706 -"129413",18181,23664 -"129414",18181,23746 -"129415",18181,39662 -"129416",18182,58564 -"129417",18182,83780 -"129418",18182,107245 -"129419",18183,25033 -"129420",18183,38086 -"129421",18183,58433 -"129422",18183,81691 -"129423",18183,108969 -"129424",18184,24515 -"129425",18184,24884 -"129426",18184,32350 -"129427",18184,35092 -"129428",18184,44572 -"129429",18184,47607 -"129430",18184,73264 -"129431",18184,76814 -"129432",18184,80928 -"129433",18184,85110 -"129434",18184,86504 -"129435",18184,111140 -"129436",18184,117029 -"129437",18185,20171 -"129438",18185,53016 -"129439",18186,18187 -"129440",18188,18468 -"129441",18189,107709 -"129442",18190,22348 -"129443",18190,22401 -"129444",18190,23850 -"129445",18190,25814 -"129446",18190,32228 -"129447",18190,50568 -"129448",18190,50938 -"129449",18190,59813 -"129450",18190,65027 -"129451",18190,79652 -"129452",18190,85580 -"129453",18190,121902 -"129454",18191,26543 -"129455",18191,41606 -"129456",18191,46081 -"129457",18191,80167 -"129458",18192,23690 -"129459",18192,24844 -"129460",18192,29342 -"129461",18192,36808 -"129462",18192,40311 -"129463",18192,49373 -"129464",18192,85960 -"129465",18192,94380 -"129466",18192,94390 -"129467",18193,22595 -"129468",18193,45449 -"129469",18193,45450 -"129470",18193,45485 -"129471",18193,48781 -"129472",18193,55018 -"129473",18193,66852 -"129474",18193,70596 -"129475",18193,86195 -"129476",18193,86223 -"129477",18193,86230 -"129478",18193,90852 -"129479",18193,101735 -"129480",18193,111355 -"129481",18194,18748 -"129482",18194,18978 -"129483",18194,27742 -"129484",18194,32560 -"129485",18194,41410 -"129486",18194,43820 -"129487",18194,91849 -"129488",18195,35308 -"129489",18196,20614 -"129490",18196,22659 -"129491",18197,19332 -"129492",18197,33349 -"129493",18197,34518 -"129494",18197,40544 -"129495",18197,58985 -"129496",18197,67166 -"129497",18197,72947 -"129498",18197,80717 -"129499",18197,91770 -"129500",18197,105207 -"129501",18198,44237 -"129502",18199,105345 -"129503",18199,105352 -"129504",18200,24806 -"129505",18200,50932 -"129506",18200,86444 -"129507",18201,20926 -"129508",18201,23728 -"129509",18201,29782 -"129510",18201,42225 -"129511",18201,42688 -"129512",18201,42692 -"129513",18201,42774 -"129514",18201,52234 -"129515",18201,52779 -"129516",18201,54712 -"129517",18202,18216 -"129518",18202,49066 -"129519",18202,50394 -"129520",18202,51558 -"129521",18202,60111 -"129522",18202,61283 -"129523",18202,96738 -"129524",18202,102063 -"129525",18202,109978 -"129526",18202,109979 -"129527",18202,109980 -"129528",18202,109981 -"129529",18203,20938 -"129530",18203,24009 -"129531",18203,24302 -"129532",18203,34371 -"129533",18203,35417 -"129534",18203,48841 -"129535",18203,48886 -"129536",18203,59188 -"129537",18203,62351 -"129538",18203,65631 -"129539",18203,75002 -"129540",18203,84499 -"129541",18203,121502 -"129542",18204,37370 -"129543",18204,52054 -"129544",18204,52055 -"129545",18205,37071 -"129546",18206,23987 -"129547",18206,24034 -"129548",18206,38587 -"129549",18206,45320 -"129550",18206,53161 -"129551",18207,49259 -"129552",18207,49354 -"129553",18207,49429 -"129554",18208,37452 -"129555",18208,55892 -"129556",18208,66202 -"129557",18209,62445 -"129558",18209,91603 -"129559",18210,23429 -"129560",18210,35377 -"129561",18210,36038 -"129562",18210,99790 -"129563",18210,100838 -"129564",18211,21055 -"129565",18211,23631 -"129566",18211,28057 -"129567",18211,28877 -"129568",18211,32901 -"129569",18211,42725 -"129570",18211,48692 -"129571",18211,84357 -"129572",18211,84784 -"129573",18213,22585 -"129574",18213,23272 -"129575",18213,31474 -"129576",18213,31802 -"129577",18213,32568 -"129578",18213,33978 -"129579",18213,39694 -"129580",18213,40307 -"129581",18213,46300 -"129582",18213,47621 -"129583",18213,49575 -"129584",18213,54060 -"129585",18213,54447 -"129586",18213,54467 -"129587",18213,55539 -"129588",18213,61477 -"129589",18213,62526 -"129590",18213,70393 -"129591",18213,76350 -"129592",18213,81163 -"129593",18213,88117 -"129594",18213,99332 -"129595",18213,113384 -"129596",18214,25197 -"129597",18214,30141 -"129598",18214,43519 -"129599",18214,49415 -"129600",18214,53775 -"129601",18214,55973 -"129602",18214,65243 -"129603",18214,83883 -"129604",18214,94495 -"129605",18214,98541 -"129606",18214,110696 -"129607",18215,32828 -"129608",18215,45813 -"129609",18215,101786 -"129610",18217,20638 -"129611",18217,22462 -"129612",18217,22823 -"129613",18217,23147 -"129614",18217,23421 -"129615",18217,23632 -"129616",18217,23953 -"129617",18217,24105 -"129618",18217,24495 -"129619",18217,24710 -"129620",18217,25143 -"129621",18217,25303 -"129622",18217,25664 -"129623",18217,26407 -"129624",18217,27174 -"129625",18217,27196 -"129626",18217,27710 -"129627",18217,28703 -"129628",18217,29253 -"129629",18217,29341 -"129630",18217,29560 -"129631",18217,29573 -"129632",18217,29868 -"129633",18217,32438 -"129634",18217,32967 -"129635",18217,33223 -"129636",18217,33881 -"129637",18217,34097 -"129638",18217,34330 -"129639",18217,34513 -"129640",18217,35400 -"129641",18217,36476 -"129642",18217,36547 -"129643",18217,36745 -"129644",18217,37821 -"129645",18217,37931 -"129646",18217,38319 -"129647",18217,39398 -"129648",18217,39492 -"129649",18217,40320 -"129650",18217,40373 -"129651",18217,40542 -"129652",18217,41182 -"129653",18217,42131 -"129654",18217,46843 -"129655",18217,48331 -"129656",18218,18672 -"129657",18218,21001 -"129658",18218,46262 -"129659",18218,48291 -"129660",18218,53408 -"129661",18218,66943 -"129662",18218,85443 -"129663",18218,111689 -"129664",18219,41393 -"129665",18220,18634 -"129666",18220,19003 -"129667",18220,52702 -"129668",18220,52760 -"129669",18220,91574 -"129670",18220,100965 -"129671",18220,113425 -"129672",18220,113494 -"129673",18220,113498 -"129674",18220,115594 -"129675",18221,81733 -"129676",18222,18476 -"129677",18223,48218 -"129678",18223,48305 -"129679",18223,67621 -"129680",18223,78534 -"129681",18223,78840 -"129682",18223,84072 -"129683",18223,88550 -"129684",18223,115444 -"129685",18224,25870 -"129686",18224,27311 -"129687",18224,30586 -"129688",18224,43189 -"129689",18224,44368 -"129690",18224,46872 -"129691",18224,53591 -"129692",18224,53592 -"129693",18224,56796 -"129694",18224,64346 -"129695",18224,69028 -"129696",18224,72873 -"129697",18224,86315 -"129698",18225,21639 -"129699",18225,22063 -"129700",18225,22863 -"129701",18225,22919 -"129702",18225,24453 -"129703",18225,33736 -"129704",18225,33737 -"129705",18225,33738 -"129706",18225,40516 -"129707",18225,41334 -"129708",18225,64312 -"129709",18225,82445 -"129710",18226,31936 -"129711",18226,53475 -"129712",18226,63851 -"129713",18226,80947 -"129714",18226,91581 -"129715",18226,102008 -"129716",18226,106919 -"129717",18226,106935 -"129718",18226,107117 -"129719",18227,69941 -"129720",18228,49499 -"129721",18229,28765 -"129722",18229,68853 -"129723",18229,68931 -"129724",18229,71137 -"129725",18229,94717 -"129726",18229,94755 -"129727",18230,34607 -"129728",18230,52591 -"129729",18230,68421 -"129730",18231,24204 -"129731",18231,29932 -"129732",18231,50153 -"129733",18231,77964 -"129734",18232,18995 -"129735",18232,21197 -"129736",18232,25385 -"129737",18232,25477 -"129738",18232,27849 -"129739",18232,29750 -"129740",18232,31530 -"129741",18232,37612 -"129742",18232,39335 -"129743",18232,43385 -"129744",18232,55299 -"129745",18232,58652 -"129746",18232,63075 -"129747",18232,64201 -"129748",18232,76534 -"129749",18232,77184 -"129750",18232,77349 -"129751",18232,78068 -"129752",18232,78507 -"129753",18232,78550 -"129754",18232,78551 -"129755",18232,80270 -"129756",18232,81588 -"129757",18232,82016 -"129758",18232,82028 -"129759",18232,84896 -"129760",18232,91922 -"129761",18232,98781 -"129762",18232,102881 -"129763",18233,20083 -"129764",18233,26019 -"129765",18233,35041 -"129766",18233,39835 -"129767",18233,41372 -"129768",18233,48215 -"129769",18233,64018 -"129770",18233,71469 -"129771",18233,76110 -"129772",18233,82943 -"129773",18233,89594 -"129774",18233,91073 -"129775",18233,99534 -"129776",18233,100496 -"129777",18233,101524 -"129778",18233,109010 -"129779",18234,30828 -"129780",18235,42152 -"129781",18235,43484 -"129782",18236,24447 -"129783",18236,30418 -"129784",18236,36651 -"129785",18236,41169 -"129786",18236,47423 -"129787",18236,64503 -"129788",18236,80519 -"129789",18236,89562 -"129790",18236,104280 -"129791",18236,112884 -"129792",18236,113051 -"129793",18236,113056 -"129794",18236,113065 -"129795",18237,18999 -"129796",18237,80577 -"129797",18238,18326 -"129798",18238,26273 -"129799",18238,29902 -"129800",18238,33201 -"129801",18238,36533 -"129802",18238,38564 -"129803",18238,43037 -"129804",18238,55998 -"129805",18238,56915 -"129806",18238,64102 -"129807",18238,70233 -"129808",18238,75825 -"129809",18238,85928 -"129810",18238,88764 -"129811",18238,89880 -"129812",18238,90751 -"129813",18238,90767 -"129814",18238,100614 -"129815",18238,108802 -"129816",18238,108926 -"129817",18238,108937 -"129818",18238,109946 -"129819",18238,110269 -"129820",18239,22560 -"129821",18240,18571 -"129822",18240,39105 -"129823",18240,76807 -"129824",18241,38814 -"129825",18241,61553 -"129826",18241,69474 -"129827",18241,98150 -"129828",18241,109765 -"129829",18242,53696 -"129830",18242,106842 -"129831",18243,18536 -"129832",18244,18334 -"129833",18244,18366 -"129834",18244,18378 -"129835",18244,55639 -"129836",18244,74373 -"129837",18244,88741 -"129838",18244,94665 -"129839",18244,106985 -"129840",18245,18246 -"129841",18245,19736 -"129842",18245,27846 -"129843",18245,28241 -"129844",18246,56749 -"129845",18247,18866 -"129846",18247,21810 -"129847",18247,22931 -"129848",18247,23596 -"129849",18247,28345 -"129850",18247,35403 -"129851",18248,20419 -"129852",18248,20803 -"129853",18248,71082 -"129854",18248,79364 -"129855",18248,82898 -"129856",18248,100561 -"129857",18248,113548 -"129858",18248,116503 -"129859",18249,27907 -"129860",18249,35062 -"129861",18249,39268 -"129862",18249,45531 -"129863",18249,45808 -"129864",18249,64503 -"129865",18249,75220 -"129866",18249,82765 -"129867",18249,89935 -"129868",18249,98801 -"129869",18249,108488 -"129870",18249,118013 -"129871",18250,49257 -"129872",18250,65716 -"129873",18250,86336 -"129874",18251,33159 -"129875",18251,43283 -"129876",18251,47940 -"129877",18251,48812 -"129878",18251,70373 -"129879",18251,86079 -"129880",18252,39721 -"129881",18252,56010 -"129882",18252,68917 -"129883",18252,82856 -"129884",18252,85182 -"129885",18252,93940 -"129886",18252,93941 -"129887",18253,60663 -"129888",18254,18572 -"129889",18254,33181 -"129890",18254,44346 -"129891",18254,48593 -"129892",18254,51474 -"129893",18254,51809 -"129894",18254,55936 -"129895",18254,57328 -"129896",18254,58990 -"129897",18254,74854 -"129898",18254,89739 -"129899",18255,44823 -"129900",18255,49928 -"129901",18255,79719 -"129902",18255,95314 -"129903",18255,100792 -"129904",18255,117661 -"129905",18255,117662 -"129906",18255,119988 -"129907",18255,121899 -"129908",18255,122070 -"129909",18256,30048 -"129910",18257,20640 -"129911",18257,29376 -"129912",18257,34254 -"129913",18257,38773 -"129914",18257,38862 -"129915",18257,61345 -"129916",18257,73786 -"129917",18257,86361 -"129918",18257,90390 -"129919",18257,100251 -"129920",18258,36276 -"129921",18258,38403 -"129922",18258,86634 -"129923",18258,92832 -"129924",18258,92869 -"129925",18259,19721 -"129926",18259,37626 -"129927",18259,83416 -"129928",18260,20578 -"129929",18260,27165 -"129930",18260,32366 -"129931",18260,32521 -"129932",18260,53476 -"129933",18260,56346 -"129934",18260,64023 -"129935",18260,64292 -"129936",18260,64316 -"129937",18261,37178 -"129938",18261,43271 -"129939",18261,43377 -"129940",18261,44132 -"129941",18261,82460 -"129942",18261,82465 -"129943",18261,82467 -"129944",18262,21450 -"129945",18262,29933 -"129946",18262,41500 -"129947",18262,41605 -"129948",18262,97459 -"129949",18263,18315 -"129950",18263,18359 -"129951",18263,19029 -"129952",18263,76134 -"129953",18263,76583 -"129954",18263,79324 -"129955",18263,83574 -"129956",18263,100076 -"129957",18263,113004 -"129958",18264,18801 -"129959",18264,21167 -"129960",18264,21619 -"129961",18264,25435 -"129962",18264,32916 -"129963",18264,34247 -"129964",18264,35407 -"129965",18264,39985 -"129966",18264,44498 -"129967",18264,49497 -"129968",18264,55675 -"129969",18264,60748 -"129970",18264,67597 -"129971",18264,69316 -"129972",18264,70159 -"129973",18264,72936 -"129974",18264,89062 -"129975",18264,89120 -"129976",18264,89606 -"129977",18264,89653 -"129978",18264,90416 -"129979",18264,91060 -"129980",18264,91063 -"129981",18264,91397 -"129982",18264,93033 -"129983",18264,94513 -"129984",18264,96155 -"129985",18264,96769 -"129986",18264,96771 -"129987",18264,98930 -"129988",18265,18319 -"129989",18265,32678 -"129990",18265,60431 -"129991",18265,74785 -"129992",18265,83161 -"129993",18265,89207 -"129994",18265,103795 -"129995",18265,107594 -"129996",18265,120405 -"129997",18265,120864 -"129998",18266,42313 -"129999",18266,45811 -"130000",18266,66254 -"130001",18266,68697 -"130002",18267,18295 -"130003",18267,70161 -"130004",18267,72244 -"130005",18267,72282 -"130006",18267,72349 -"130007",18267,76554 -"130008",18268,33019 -"130009",18269,21263 -"130010",18269,35186 -"130011",18269,59702 -"130012",18269,84268 -"130013",18269,85864 -"130014",18270,18518 -"130015",18270,20449 -"130016",18270,21088 -"130017",18270,23847 -"130018",18270,24012 -"130019",18270,24910 -"130020",18270,25758 -"130021",18270,25956 -"130022",18270,26537 -"130023",18270,26872 -"130024",18270,28767 -"130025",18270,28871 -"130026",18270,30334 -"130027",18270,35496 -"130028",18270,37610 -"130029",18270,37636 -"130030",18270,39435 -"130031",18270,40131 -"130032",18270,40166 -"130033",18270,40392 -"130034",18270,40905 -"130035",18270,41030 -"130036",18270,41527 -"130037",18270,41529 -"130038",18270,41778 -"130039",18270,43147 -"130040",18270,43234 -"130041",18270,43858 -"130042",18270,44828 -"130043",18270,44864 -"130044",18270,45657 -"130045",18270,45933 -"130046",18270,46434 -"130047",18270,46788 -"130048",18270,47123 -"130049",18270,47488 -"130050",18270,48909 -"130051",18270,49859 -"130052",18270,50064 -"130053",18270,50067 -"130054",18270,50477 -"130055",18270,50554 -"130056",18270,50879 -"130057",18270,51783 -"130058",18270,52018 -"130059",18270,53444 -"130060",18270,53527 -"130061",18270,53555 -"130062",18270,54275 -"130063",18270,56628 -"130064",18270,58004 -"130065",18270,58068 -"130066",18270,58633 -"130067",18270,61111 -"130068",18270,61127 -"130069",18270,68287 -"130070",18270,71094 -"130071",18270,73486 -"130072",18270,102106 -"130073",18270,119962 -"130074",18271,18483 -"130075",18271,18734 -"130076",18271,18769 -"130077",18271,22311 -"130078",18271,28817 -"130079",18271,75772 -"130080",18271,87080 -"130081",18271,91472 -"130082",18272,18435 -"130083",18272,37224 -"130084",18272,37246 -"130085",18273,44055 -"130086",18273,58600 -"130087",18274,29125 -"130088",18275,18433 -"130089",18275,18870 -"130090",18275,19656 -"130091",18275,21740 -"130092",18275,25155 -"130093",18275,25818 -"130094",18275,30096 -"130095",18275,40995 -"130096",18275,43467 -"130097",18275,46571 -"130098",18275,50720 -"130099",18275,51750 -"130100",18275,78123 -"130101",18275,78728 -"130102",18275,78887 -"130103",18275,84062 -"130104",18275,85525 -"130105",18276,19916 -"130106",18276,20739 -"130107",18276,25525 -"130108",18276,29100 -"130109",18276,31357 -"130110",18276,39893 -"130111",18276,47907 -"130112",18276,54385 -"130113",18276,62020 -"130114",18276,63045 -"130115",18276,69523 -"130116",18276,73736 -"130117",18276,76403 -"130118",18276,85072 -"130119",18276,92645 -"130120",18277,30636 -"130121",18277,40951 -"130122",18277,42748 -"130123",18277,58221 -"130124",18277,96590 -"130125",18278,29233 -"130126",18278,63422 -"130127",18279,19562 -"130128",18279,41687 -"130129",18279,72600 -"130130",18279,76131 -"130131",18279,84546 -"130132",18279,97278 -"130133",18279,99603 -"130134",18279,100941 -"130135",18279,109035 -"130136",18279,109761 -"130137",18280,18594 -"130138",18280,47257 -"130139",18280,49216 -"130140",18280,54783 -"130141",18280,57174 -"130142",18280,57178 -"130143",18280,68185 -"130144",18280,83577 -"130145",18280,92299 -"130146",18281,21391 -"130147",18281,42744 -"130148",18281,43505 -"130149",18281,43548 -"130150",18281,43596 -"130151",18281,43621 -"130152",18281,43633 -"130153",18282,18429 -"130154",18282,71444 -"130155",18283,28118 -"130156",18283,35583 -"130157",18283,37258 -"130158",18283,49282 -"130159",18283,52071 -"130160",18283,52136 -"130161",18283,57687 -"130162",18283,67893 -"130163",18283,69192 -"130164",18283,69485 -"130165",18283,73881 -"130166",18283,74599 -"130167",18283,79337 -"130168",18284,44766 -"130169",18285,27085 -"130170",18285,27973 -"130171",18285,31914 -"130172",18285,66740 -"130173",18285,79656 -"130174",18285,110599 -"130175",18286,19740 -"130176",18286,19801 -"130177",18286,19855 -"130178",18286,20182 -"130179",18286,22131 -"130180",18286,27306 -"130181",18286,27626 -"130182",18286,28759 -"130183",18286,66478 -"130184",18286,75905 -"130185",18286,80726 -"130186",18286,83115 -"130187",18286,83985 -"130188",18286,86151 -"130189",18286,106141 -"130190",18286,109224 -"130191",18286,117803 -"130192",18286,119377 -"130193",18287,18484 -"130194",18287,19201 -"130195",18287,20695 -"130196",18287,25748 -"130197",18287,29306 -"130198",18287,37178 -"130199",18287,42900 -"130200",18287,51505 -"130201",18287,61678 -"130202",18287,65725 -"130203",18287,73701 -"130204",18287,76843 -"130205",18287,77167 -"130206",18287,87537 -"130207",18287,87733 -"130208",18287,88438 -"130209",18287,106442 -"130210",18287,122654 -"130211",18288,66785 -"130212",18288,96231 -"130213",18288,96239 -"130214",18289,18408 -"130215",18289,22169 -"130216",18289,24189 -"130217",18289,29081 -"130218",18289,29474 -"130219",18289,30536 -"130220",18289,34008 -"130221",18289,42565 -"130222",18289,44733 -"130223",18289,44810 -"130224",18289,47702 -"130225",18289,54560 -"130226",18289,66318 -"130227",18289,69388 -"130228",18289,83183 -"130229",18289,93486 -"130230",18289,98503 -"130231",18289,101112 -"130232",18289,101924 -"130233",18289,106489 -"130234",18290,52155 -"130235",18290,53084 -"130236",18290,63535 -"130237",18291,18343 -"130238",18291,18464 -"130239",18291,19605 -"130240",18291,24065 -"130241",18291,29266 -"130242",18291,32737 -"130243",18291,41804 -"130244",18291,60492 -"130245",18291,62958 -"130246",18292,18466 -"130247",18292,73045 -"130248",18292,83075 -"130249",18292,83087 -"130250",18293,18825 -"130251",18293,18924 -"130252",18293,105100 -"130253",18293,105167 -"130254",18295,50361 -"130255",18296,41739 -"130256",18296,49188 -"130257",18296,50608 -"130258",18296,56751 -"130259",18296,59301 -"130260",18296,62166 -"130261",18296,64181 -"130262",18296,67614 -"130263",18296,75310 -"130264",18296,82003 -"130265",18296,84940 -"130266",18297,19141 -"130267",18297,20578 -"130268",18297,24559 -"130269",18297,63457 -"130270",18297,88031 -"130271",18298,18358 -"130272",18298,81046 -"130273",18298,109256 -"130274",18300,50781 -"130275",18300,58833 -"130276",18301,26282 -"130277",18301,67216 -"130278",18301,90480 -"130279",18301,91261 -"130280",18301,92010 -"130281",18301,113489 -"130282",18302,32024 -"130283",18303,18680 -"130284",18303,23955 -"130285",18303,31110 -"130286",18303,36520 -"130287",18303,39602 -"130288",18303,48265 -"130289",18303,55637 -"130290",18303,64214 -"130291",18303,76112 -"130292",18303,84208 -"130293",18303,90038 -"130294",18303,90243 -"130295",18303,102059 -"130296",18303,113588 -"130297",18303,114332 -"130298",18303,114804 -"130299",18303,118125 -"130300",18304,18305 -"130301",18304,23651 -"130302",18305,71877 -"130303",18305,78605 -"130304",18306,107602 -"130305",18307,20207 -"130306",18307,27513 -"130307",18307,40264 -"130308",18307,97241 -"130309",18308,49069 -"130310",18309,29196 -"130311",18309,32834 -"130312",18309,34418 -"130313",18309,38456 -"130314",18309,38888 -"130315",18309,47949 -"130316",18309,47956 -"130317",18309,47984 -"130318",18309,48918 -"130319",18309,58333 -"130320",18309,63388 -"130321",18309,73172 -"130322",18310,18577 -"130323",18310,23503 -"130324",18310,23597 -"130325",18310,29552 -"130326",18311,18446 -"130327",18311,22948 -"130328",18312,18370 -"130329",18313,26442 -"130330",18313,54658 -"130331",18313,62079 -"130332",18313,79939 -"130333",18314,18416 -"130334",18314,18447 -"130335",18314,24543 -"130336",18314,25122 -"130337",18314,30152 -"130338",18314,35094 -"130339",18314,39122 -"130340",18314,43832 -"130341",18314,44684 -"130342",18314,76714 -"130343",18314,85592 -"130344",18314,85987 -"130345",18314,89668 -"130346",18314,93076 -"130347",18314,93175 -"130348",18314,93414 -"130349",18314,104381 -"130350",18314,105138 -"130351",18315,18359 -"130352",18315,19029 -"130353",18315,50970 -"130354",18315,76134 -"130355",18315,83574 -"130356",18315,100076 -"130357",18315,113004 -"130358",18316,36674 -"130359",18316,40575 -"130360",18316,42014 -"130361",18316,79557 -"130362",18316,81523 -"130363",18316,83530 -"130364",18316,86071 -"130365",18316,98436 -"130366",18316,98451 -"130367",18317,31349 -"130368",18317,90481 -"130369",18317,96837 -"130370",18317,104021 -"130371",18317,105056 -"130372",18318,18319 -"130373",18318,18428 -"130374",18318,51181 -"130375",18318,51280 -"130376",18318,86663 -"130377",18319,18428 -"130378",18319,32678 -"130379",18319,45582 -"130380",18319,45628 -"130381",18319,57418 -"130382",18319,79864 -"130383",18319,83161 -"130384",18319,87097 -"130385",18320,18322 -"130386",18320,18455 -"130387",18321,18680 -"130388",18321,19859 -"130389",18321,24931 -"130390",18321,27570 -"130391",18321,110003 -"130392",18322,18455 -"130393",18322,87775 -"130394",18322,87850 -"130395",18323,26931 -"130396",18323,44127 -"130397",18323,48764 -"130398",18324,18438 -"130399",18326,18750 -"130400",18326,26916 -"130401",18326,44911 -"130402",18326,47506 -"130403",18326,59464 -"130404",18326,62766 -"130405",18326,71683 -"130406",18326,76443 -"130407",18326,77218 -"130408",18326,84510 -"130409",18326,86373 -"130410",18326,86727 -"130411",18326,88484 -"130412",18326,90946 -"130413",18326,99246 -"130414",18326,103200 -"130415",18326,106938 -"130416",18327,18338 -"130417",18327,43245 -"130418",18328,65742 -"130419",18329,18384 -"130420",18329,18406 -"130421",18329,23402 -"130422",18329,27433 -"130423",18330,25278 -"130424",18330,34376 -"130425",18331,40724 -"130426",18331,46764 -"130427",18331,52907 -"130428",18331,85184 -"130429",18331,110777 -"130430",18332,87415 -"130431",18333,18392 -"130432",18333,32734 -"130433",18333,52244 -"130434",18333,56200 -"130435",18334,18366 -"130436",18334,18378 -"130437",18335,61499 -"130438",18336,38545 -"130439",18336,46754 -"130440",18337,19145 -"130441",18337,79135 -"130442",18337,91977 -"130443",18338,48177 -"130444",18338,75904 -"130445",18338,121905 -"130446",18339,108355 -"130447",18339,108369 -"130448",18340,50520 -"130449",18340,63176 -"130450",18340,70254 -"130451",18340,92545 -"130452",18340,93930 -"130453",18340,100199 -"130454",18340,118663 -"130455",18341,23168 -"130456",18341,25557 -"130457",18341,32811 -"130458",18341,36340 -"130459",18341,37167 -"130460",18341,63953 -"130461",18341,79212 -"130462",18341,99051 -"130463",18341,107673 -"130464",18341,107684 -"130465",18342,21684 -"130466",18342,22585 -"130467",18342,22897 -"130468",18342,24327 -"130469",18342,26694 -"130470",18342,26729 -"130471",18342,26786 -"130472",18342,27058 -"130473",18342,31403 -"130474",18342,33682 -"130475",18342,33978 -"130476",18342,38452 -"130477",18342,40666 -"130478",18342,45788 -"130479",18342,64215 -"130480",18342,64267 -"130481",18342,76483 -"130482",18342,84821 -"130483",18342,90709 -"130484",18342,90762 -"130485",18342,91475 -"130486",18342,110218 -"130487",18342,110227 -"130488",18342,113384 -"130489",18342,113402 -"130490",18342,116002 -"130491",18342,119253 -"130492",18342,121157 -"130493",18342,121186 -"130494",18343,18464 -"130495",18343,24065 -"130496",18343,34384 -"130497",18343,43764 -"130498",18343,44419 -"130499",18343,72363 -"130500",18343,106481 -"130501",18344,18432 -"130502",18344,60931 -"130503",18345,35406 -"130504",18345,36449 -"130505",18345,37905 -"130506",18345,40096 -"130507",18345,41633 -"130508",18345,68687 -"130509",18345,77432 -"130510",18345,80391 -"130511",18345,95703 -"130512",18345,108669 -"130513",18345,121880 -"130514",18346,58190 -"130515",18346,89080 -"130516",18346,99798 -"130517",18346,100438 -"130518",18346,111592 -"130519",18346,115949 -"130520",18347,20667 -"130521",18347,24948 -"130522",18347,24989 -"130523",18347,33878 -"130524",18347,44752 -"130525",18347,79710 -"130526",18348,25264 -"130527",18348,37551 -"130528",18348,40732 -"130529",18348,41737 -"130530",18348,47102 -"130531",18348,55930 -"130532",18348,61034 -"130533",18348,64472 -"130534",18348,68475 -"130535",18348,69117 -"130536",18348,76099 -"130537",18348,78367 -"130538",18348,80219 -"130539",18348,89211 -"130540",18348,111478 -"130541",18348,114526 -"130542",18348,115457 -"130543",18348,118584 -"130544",18349,18368 -"130545",18349,32018 -"130546",18350,21451 -"130547",18350,21461 -"130548",18350,24011 -"130549",18350,37975 -"130550",18350,67671 -"130551",18350,84748 -"130552",18352,18413 -"130553",18352,18423 -"130554",18352,20371 -"130555",18352,20398 -"130556",18352,20455 -"130557",18352,32412 -"130558",18353,25282 -"130559",18353,29857 -"130560",18353,35178 -"130561",18353,35188 -"130562",18353,35805 -"130563",18353,35849 -"130564",18353,36004 -"130565",18354,18629 -"130566",18354,20291 -"130567",18354,25911 -"130568",18354,26441 -"130569",18354,26794 -"130570",18354,48335 -"130571",18354,70455 -"130572",18354,91067 -"130573",18354,97419 -"130574",18355,51879 -"130575",18356,51799 -"130576",18357,20280 -"130577",18357,21972 -"130578",18358,94543 -"130579",18359,76582 -"130580",18359,76583 -"130581",18360,19487 -"130582",18360,25290 -"130583",18360,36367 -"130584",18360,37912 -"130585",18360,37941 -"130586",18360,37960 -"130587",18360,38841 -"130588",18360,39460 -"130589",18360,51348 -"130590",18361,39570 -"130591",18361,44521 -"130592",18361,62323 -"130593",18361,69072 -"130594",18361,75066 -"130595",18362,21858 -"130596",18362,25325 -"130597",18362,25408 -"130598",18362,45601 -"130599",18363,70651 -"130600",18363,86493 -"130601",18363,92460 -"130602",18363,94530 -"130603",18363,94773 -"130604",18364,19309 -"130605",18364,20577 -"130606",18364,20675 -"130607",18364,20676 -"130608",18364,20931 -"130609",18364,20955 -"130610",18364,22772 -"130611",18364,33814 -"130612",18364,35286 -"130613",18364,37348 -"130614",18364,46635 -"130615",18364,55618 -"130616",18364,76553 -"130617",18364,81463 -"130618",18364,85356 -"130619",18364,86785 -"130620",18364,88924 -"130621",18364,91891 -"130622",18364,92270 -"130623",18364,101298 -"130624",18364,104846 -"130625",18364,108057 -"130626",18364,109200 -"130627",18364,115088 -"130628",18364,117907 -"130629",18364,117970 -"130630",18364,119836 -"130631",18365,54308 -"130632",18366,18378 -"130633",18366,21795 -"130634",18366,59191 -"130635",18366,68017 -"130636",18366,75939 -"130637",18367,52997 -"130638",18368,23848 -"130639",18368,23849 -"130640",18368,32018 -"130641",18369,65478 -"130642",18369,91369 -"130643",18369,117123 -"130644",18369,121012 -"130645",18371,20449 -"130646",18371,68124 -"130647",18372,27220 -"130648",18372,28201 -"130649",18372,29095 -"130650",18372,77624 -"130651",18372,79591 -"130652",18373,23748 -"130653",18373,24095 -"130654",18373,30658 -"130655",18373,59283 -"130656",18373,90098 -"130657",18373,93574 -"130658",18374,28991 -"130659",18374,40466 -"130660",18374,42557 -"130661",18375,19005 -"130662",18375,19228 -"130663",18375,19495 -"130664",18375,19496 -"130665",18375,19555 -"130666",18375,19782 -"130667",18375,19822 -"130668",18375,19888 -"130669",18375,20303 -"130670",18375,20322 -"130671",18375,20360 -"130672",18375,20490 -"130673",18375,20899 -"130674",18376,38548 -"130675",18376,40621 -"130676",18377,20004 -"130677",18377,30245 -"130678",18379,46532 -"130679",18381,20688 -"130680",18381,25373 -"130681",18381,26207 -"130682",18381,28622 -"130683",18381,32262 -"130684",18381,35822 -"130685",18381,37636 -"130686",18381,41723 -"130687",18381,42088 -"130688",18381,46339 -"130689",18381,49657 -"130690",18381,50585 -"130691",18381,72918 -"130692",18381,100499 -"130693",18381,114966 -"130694",18382,18446 -"130695",18382,30287 -"130696",18382,49080 -"130697",18382,50144 -"130698",18382,50157 -"130699",18382,63024 -"130700",18382,65980 -"130701",18382,82633 -"130702",18383,37674 -"130703",18383,111727 -"130704",18383,122606 -"130705",18384,18406 -"130706",18385,67562 -"130707",18385,86984 -"130708",18386,18387 -"130709",18386,18403 -"130710",18386,24793 -"130711",18386,27007 -"130712",18386,32690 -"130713",18386,34568 -"130714",18386,42917 -"130715",18386,48105 -"130716",18386,52194 -"130717",18386,55148 -"130718",18386,58273 -"130719",18386,61267 -"130720",18386,75564 -"130721",18386,106261 -"130722",18387,18403 -"130723",18387,29329 -"130724",18388,18389 -"130725",18388,18405 -"130726",18388,68767 -"130727",18389,18405 -"130728",18389,68767 -"130729",18389,110533 -"130730",18390,18866 -"130731",18390,19303 -"130732",18390,46767 -"130733",18390,79158 -"130734",18390,79985 -"130735",18391,34614 -"130736",18391,50621 -"130737",18391,81219 -"130738",18391,92516 -"130739",18393,21357 -"130740",18393,22455 -"130741",18393,22664 -"130742",18393,22695 -"130743",18393,22720 -"130744",18393,22732 -"130745",18393,22741 -"130746",18393,22758 -"130747",18393,22796 -"130748",18393,24286 -"130749",18393,32633 -"130750",18393,33241 -"130751",18393,33356 -"130752",18393,33367 -"130753",18393,33433 -"130754",18393,35251 -"130755",18393,36259 -"130756",18393,39592 -"130757",18393,44306 -"130758",18393,47503 -"130759",18393,54879 -"130760",18393,59160 -"130761",18393,62903 -"130762",18393,76552 -"130763",18393,76560 -"130764",18393,78838 -"130765",18393,78932 -"130766",18393,80268 -"130767",18393,88506 -"130768",18394,21330 -"130769",18394,23222 -"130770",18394,24066 -"130771",18394,27497 -"130772",18394,30405 -"130773",18394,32131 -"130774",18394,36358 -"130775",18394,45352 -"130776",18394,46543 -"130777",18394,60878 -"130778",18394,63939 -"130779",18394,74565 -"130780",18394,85089 -"130781",18394,86849 -"130782",18395,18878 -"130783",18395,20188 -"130784",18395,22400 -"130785",18395,71478 -"130786",18395,78723 -"130787",18395,100789 -"130788",18395,112073 -"130789",18395,112752 -"130790",18396,19240 -"130791",18397,20653 -"130792",18397,26443 -"130793",18397,28043 -"130794",18397,28438 -"130795",18397,28568 -"130796",18397,29296 -"130797",18397,31168 -"130798",18397,31170 -"130799",18397,31181 -"130800",18397,31182 -"130801",18397,31184 -"130802",18397,31238 -"130803",18397,31247 -"130804",18397,31269 -"130805",18397,31314 -"130806",18397,34148 -"130807",18399,22991 -"130808",18399,40843 -"130809",18399,51055 -"130810",18399,85407 -"130811",18399,102613 -"130812",18399,102621 -"130813",18400,24651 -"130814",18400,25653 -"130815",18400,37676 -"130816",18400,42217 -"130817",18400,74409 -"130818",18400,79450 -"130819",18400,89046 -"130820",18400,91032 -"130821",18400,99198 -"130822",18400,103228 -"130823",18400,118995 -"130824",18400,120134 -"130825",18401,48683 -"130826",18401,98413 -"130827",18401,115506 -"130828",18402,24130 -"130829",18402,25885 -"130830",18402,25886 -"130831",18402,51099 -"130832",18402,52820 -"130833",18402,53347 -"130834",18402,81692 -"130835",18402,82916 -"130836",18403,42917 -"130837",18403,48105 -"130838",18403,52194 -"130839",18403,58273 -"130840",18404,18465 -"130841",18404,23617 -"130842",18404,41948 -"130843",18404,42837 -"130844",18404,95155 -"130845",18405,21329 -"130846",18405,28855 -"130847",18405,33434 -"130848",18405,35908 -"130849",18405,35938 -"130850",18405,35939 -"130851",18405,35940 -"130852",18405,36011 -"130853",18405,36012 -"130854",18405,36013 -"130855",18405,36060 -"130856",18405,36178 -"130857",18405,60305 -"130858",18405,68767 -"130859",18407,40443 -"130860",18408,29081 -"130861",18408,34008 -"130862",18408,42565 -"130863",18408,44810 -"130864",18408,47702 -"130865",18408,63724 -"130866",18408,98503 -"130867",18408,101924 -"130868",18409,30265 -"130869",18409,35664 -"130870",18409,37658 -"130871",18409,39125 -"130872",18409,117579 -"130873",18410,27142 -"130874",18410,60697 -"130875",18411,19429 -"130876",18412,57676 -"130877",18413,18423 -"130878",18413,20371 -"130879",18413,20455 -"130880",18413,24469 -"130881",18413,26563 -"130882",18413,51216 -"130883",18413,51217 -"130884",18413,51276 -"130885",18413,51313 -"130886",18414,27104 -"130887",18414,75278 -"130888",18415,23525 -"130889",18415,34126 -"130890",18415,37307 -"130891",18415,42198 -"130892",18415,54820 -"130893",18415,61778 -"130894",18415,65162 -"130895",18415,68475 -"130896",18415,76613 -"130897",18415,78811 -"130898",18415,82242 -"130899",18415,84682 -"130900",18415,90884 -"130901",18415,101134 -"130902",18415,102639 -"130903",18415,103140 -"130904",18415,104139 -"130905",18416,18447 -"130906",18416,25122 -"130907",18417,18855 -"130908",18417,42973 -"130909",18417,69560 -"130910",18417,79036 -"130911",18417,81392 -"130912",18417,90447 -"130913",18417,90804 -"130914",18417,92286 -"130915",18418,18473 -"130916",18418,24241 -"130917",18418,32604 -"130918",18418,50017 -"130919",18418,52268 -"130920",18418,58943 -"130921",18418,59031 -"130922",18418,68391 -"130923",18418,72235 -"130924",18418,93001 -"130925",18418,93166 -"130926",18418,99574 -"130927",18418,100172 -"130928",18418,102288 -"130929",18418,106254 -"130930",18418,106360 -"130931",18418,106370 -"130932",18418,106379 -"130933",18418,106385 -"130934",18419,27036 -"130935",18420,27241 -"130936",18420,48698 -"130937",18420,76568 -"130938",18420,76741 -"130939",18421,20315 -"130940",18421,20450 -"130941",18421,23418 -"130942",18421,40627 -"130943",18421,41590 -"130944",18421,48631 -"130945",18421,54160 -"130946",18421,54187 -"130947",18421,65624 -"130948",18422,40051 -"130949",18422,44351 -"130950",18423,20371 -"130951",18423,20398 -"130952",18423,20455 -"130953",18423,21438 -"130954",18423,32412 -"130955",18423,87630 -"130956",18424,32411 -"130957",18424,45588 -"130958",18424,49626 -"130959",18424,82402 -"130960",18424,104159 -"130961",18425,44889 -"130962",18426,23279 -"130963",18426,27861 -"130964",18426,30362 -"130965",18426,35813 -"130966",18426,48625 -"130967",18426,50306 -"130968",18426,51736 -"130969",18426,57641 -"130970",18426,69788 -"130971",18426,74123 -"130972",18426,88067 -"130973",18426,91713 -"130974",18426,96672 -"130975",18426,96687 -"130976",18427,18470 -"130977",18427,22746 -"130978",18427,23728 -"130979",18427,23730 -"130980",18427,23910 -"130981",18427,23972 -"130982",18427,42692 -"130983",18427,46020 -"130984",18427,52234 -"130985",18427,81611 -"130986",18429,71444 -"130987",18430,19239 -"130988",18430,25209 -"130989",18430,44154 -"130990",18430,44252 -"130991",18430,46989 -"130992",18430,65631 -"130993",18431,27857 -"130994",18431,55926 -"130995",18433,40995 -"130996",18433,43467 -"130997",18433,58450 -"130998",18433,65276 -"130999",18434,21555 -"131000",18434,23863 -"131001",18434,31326 -"131002",18435,37086 -"131003",18435,37183 -"131004",18435,37187 -"131005",18435,45665 -"131006",18435,50801 -"131007",18435,52299 -"131008",18435,57891 -"131009",18436,19118 -"131010",18436,20368 -"131011",18437,42401 -"131012",18437,58902 -"131013",18437,58917 -"131014",18437,58981 -"131015",18437,67338 -"131016",18439,18726 -"131017",18439,18893 -"131018",18440,30662 -"131019",18440,99167 -"131020",18440,102565 -"131021",18441,34353 -"131022",18442,41418 -"131023",18442,43386 -"131024",18443,36591 -"131025",18443,55120 -"131026",18443,56019 -"131027",18443,64822 -"131028",18443,65856 -"131029",18444,34400 -"131030",18444,38013 -"131031",18444,39211 -"131032",18444,88377 -"131033",18444,89637 -"131034",18444,112878 -"131035",18445,90973 -"131036",18447,25122 -"131037",18448,22625 -"131038",18448,34227 -"131039",18448,56502 -"131040",18448,83731 -"131041",18449,27746 -"131042",18449,54586 -"131043",18449,72295 -"131044",18449,91696 -"131045",18450,20528 -"131046",18450,20830 -"131047",18450,27405 -"131048",18450,49470 -"131049",18450,72218 -"131050",18451,82198 -"131051",18451,98943 -"131052",18452,74719 -"131053",18452,83061 -"131054",18453,69782 -"131055",18453,79437 -"131056",18453,90145 -"131057",18453,90146 -"131058",18453,100514 -"131059",18453,108643 -"131060",18454,62772 -"131061",18454,75295 -"131062",18455,32270 -"131063",18455,91218 -"131064",18456,20226 -"131065",18456,21310 -"131066",18456,23255 -"131067",18456,30610 -"131068",18456,34255 -"131069",18456,40912 -"131070",18456,41116 -"131071",18456,57396 -"131072",18456,60484 -"131073",18457,44849 -"131074",18457,45689 -"131075",18457,73976 -"131076",18458,19520 -"131077",18458,20545 -"131078",18459,18638 -"131079",18459,18683 -"131080",18459,43538 -"131081",18461,31489 -"131082",18461,31847 -"131083",18461,38271 -"131084",18461,47118 -"131085",18462,18703 -"131086",18462,27383 -"131087",18462,38778 -"131088",18462,67480 -"131089",18463,43188 -"131090",18463,93734 -"131091",18463,95745 -"131092",18464,24065 -"131093",18465,96149 -"131094",18466,40504 -"131095",18466,40530 -"131096",18466,40561 -"131097",18467,21119 -"131098",18467,38268 -"131099",18467,41303 -"131100",18467,64164 -"131101",18467,67585 -"131102",18467,91401 -"131103",18467,98956 -"131104",18467,110863 -"131105",18468,40143 -"131106",18468,44095 -"131107",18468,69214 -"131108",18468,73755 -"131109",18468,77930 -"131110",18471,18487 -"131111",18472,51836 -"131112",18472,53979 -"131113",18472,73912 -"131114",18473,19763 -"131115",18473,29329 -"131116",18473,64474 -"131117",18475,34351 -"131118",18475,38816 -"131119",18475,42920 -"131120",18475,46650 -"131121",18475,49184 -"131122",18475,53029 -"131123",18475,84185 -"131124",18475,95723 -"131125",18475,117561 -"131126",18476,26818 -"131127",18476,30021 -"131128",18476,62754 -"131129",18476,68710 -"131130",18476,73372 -"131131",18476,74518 -"131132",18476,95795 -"131133",18476,96435 -"131134",18477,18921 -"131135",18477,19006 -"131136",18477,19114 -"131137",18477,62977 -"131138",18477,75347 -"131139",18478,27290 -"131140",18478,46215 -"131141",18479,20057 -"131142",18479,30003 -"131143",18479,38399 -"131144",18479,58146 -"131145",18479,60589 -"131146",18479,81917 -"131147",18479,89752 -"131148",18479,106161 -"131149",18481,31820 -"131150",18481,45136 -"131151",18481,49962 -"131152",18481,55297 -"131153",18481,57892 -"131154",18481,58659 -"131155",18481,82125 -"131156",18481,82138 -"131157",18481,82139 -"131158",18481,82141 -"131159",18481,82150 -"131160",18481,82164 -"131161",18481,84735 -"131162",18481,96274 -"131163",18482,88505 -"131164",18483,66289 -"131165",18483,90478 -"131166",18483,102395 -"131167",18485,32678 -"131168",18485,36897 -"131169",18485,48458 -"131170",18486,43646 -"131171",18487,22375 -"131172",18487,43015 -"131173",18488,32844 -"131174",18488,39886 -"131175",18488,64525 -"131176",18489,57326 -"131177",18490,18498 -"131178",18490,18628 -"131179",18490,19181 -"131180",18490,34168 -"131181",18490,73171 -"131182",18490,79612 -"131183",18490,105384 -"131184",18490,115424 -"131185",18491,121913 -"131186",18492,21218 -"131187",18492,21862 -"131188",18492,22089 -"131189",18492,58737 -"131190",18492,85416 -"131191",18492,87361 -"131192",18492,87391 -"131193",18493,19515 -"131194",18493,19679 -"131195",18493,20848 -"131196",18493,21554 -"131197",18493,22031 -"131198",18493,27814 -"131199",18493,82897 -"131200",18493,82917 -"131201",18494,38027 -"131202",18494,55268 -"131203",18494,71302 -"131204",18495,18619 -"131205",18495,18620 -"131206",18495,74989 -"131207",18495,110629 -"131208",18496,22029 -"131209",18496,22447 -"131210",18496,23948 -"131211",18496,34359 -"131212",18496,56358 -"131213",18496,60825 -"131214",18496,67304 -"131215",18496,72995 -"131216",18496,74797 -"131217",18496,80885 -"131218",18496,85559 -"131219",18496,88303 -"131220",18497,21544 -"131221",18497,22091 -"131222",18498,18628 -"131223",18498,19181 -"131224",18498,34168 -"131225",18498,72141 -"131226",18498,90765 -"131227",18499,21241 -"131228",18499,31918 -"131229",18499,53172 -"131230",18499,111228 -"131231",18500,22489 -"131232",18500,26026 -"131233",18500,27235 -"131234",18500,51058 -"131235",18500,58761 -"131236",18500,62536 -"131237",18501,18668 -"131238",18501,26364 -"131239",18501,30618 -"131240",18501,74964 -"131241",18501,121385 -"131242",18502,18543 -"131243",18502,26992 -"131244",18502,30396 -"131245",18502,37363 -"131246",18502,37875 -"131247",18502,49607 -"131248",18502,57612 -"131249",18502,58648 -"131250",18502,59603 -"131251",18502,62356 -"131252",18502,63124 -"131253",18502,65400 -"131254",18502,69049 -"131255",18502,73623 -"131256",18502,105950 -"131257",18502,110508 -"131258",18502,111987 -"131259",18502,113237 -"131260",18502,119587 -"131261",18503,30190 -"131262",18503,44589 -"131263",18503,81758 -"131264",18504,29654 -"131265",18504,92310 -"131266",18505,22872 -"131267",18505,26957 -"131268",18505,66728 -"131269",18505,67895 -"131270",18505,81495 -"131271",18505,87965 -"131272",18505,93424 -"131273",18505,93429 -"131274",18505,108560 -"131275",18506,18972 -"131276",18506,22873 -"131277",18506,39985 -"131278",18506,46124 -"131279",18506,54000 -"131280",18506,92440 -"131281",18507,18525 -"131282",18508,42347 -"131283",18508,49430 -"131284",18508,75283 -"131285",18508,122693 -"131286",18508,122728 -"131287",18509,25461 -"131288",18509,82665 -"131289",18509,83942 -"131290",18509,107907 -"131291",18510,27158 -"131292",18510,31582 -"131293",18510,31919 -"131294",18510,32098 -"131295",18510,33037 -"131296",18510,36025 -"131297",18510,43550 -"131298",18510,53925 -"131299",18510,55156 -"131300",18510,68810 -"131301",18510,77026 -"131302",18510,78416 -"131303",18510,78444 -"131304",18510,78541 -"131305",18510,78553 -"131306",18510,78563 -"131307",18510,79442 -"131308",18510,79443 -"131309",18510,84666 -"131310",18510,85365 -"131311",18510,89283 -"131312",18510,89372 -"131313",18510,101466 -"131314",18510,108415 -"131315",18510,115476 -"131316",18511,18557 -"131317",18511,40262 -"131318",18512,18562 -"131319",18512,18587 -"131320",18512,18677 -"131321",18512,19372 -"131322",18512,29397 -"131323",18512,50496 -"131324",18512,77722 -"131325",18513,47169 -"131326",18513,53022 -"131327",18513,72478 -"131328",18513,72481 -"131329",18514,19121 -"131330",18514,22299 -"131331",18514,22396 -"131332",18514,23938 -"131333",18514,24250 -"131334",18514,26682 -"131335",18514,29741 -"131336",18514,30876 -"131337",18514,32393 -"131338",18514,32939 -"131339",18514,33113 -"131340",18514,35296 -"131341",18514,38494 -"131342",18514,38932 -"131343",18514,40643 -"131344",18514,42017 -"131345",18514,42107 -"131346",18514,45787 -"131347",18514,47083 -"131348",18514,49231 -"131349",18514,50061 -"131350",18514,51103 -"131351",18514,52450 -"131352",18514,54059 -"131353",18514,55370 -"131354",18514,57804 -"131355",18514,59615 -"131356",18514,59940 -"131357",18514,67363 -"131358",18514,71230 -"131359",18514,76278 -"131360",18514,76740 -"131361",18514,76786 -"131362",18514,77272 -"131363",18514,77357 -"131364",18514,77402 -"131365",18514,78248 -"131366",18514,78255 -"131367",18514,78339 -"131368",18514,78445 -"131369",18514,79022 -"131370",18514,79716 -"131371",18514,79989 -"131372",18514,80281 -"131373",18514,81728 -"131374",18514,82196 -"131375",18514,82383 -"131376",18514,82810 -"131377",18514,82854 -"131378",18514,83853 -"131379",18514,83884 -"131380",18514,84379 -"131381",18514,84613 -"131382",18514,85465 -"131383",18514,85610 -"131384",18514,86351 -"131385",18514,86451 -"131386",18514,86882 -"131387",18514,87175 -"131388",18514,87451 -"131389",18514,87521 -"131390",18514,87572 -"131391",18514,87663 -"131392",18514,87721 -"131393",18514,87862 -"131394",18514,111754 -"131395",18515,29623 -"131396",18515,37503 -"131397",18515,39159 -"131398",18515,71086 -"131399",18515,73102 -"131400",18515,82381 -"131401",18515,119340 -"131402",18516,19348 -"131403",18517,33772 -"131404",18517,34637 -"131405",18517,101280 -"131406",18519,42623 -"131407",18520,22017 -"131408",18520,25774 -"131409",18520,35718 -"131410",18520,86742 -"131411",18520,97752 -"131412",18520,104076 -"131413",18521,18536 -"131414",18521,18592 -"131415",18521,18646 -"131416",18521,18702 -"131417",18521,59906 -"131418",18521,101987 -"131419",18522,109360 -"131420",18522,120826 -"131421",18523,18890 -"131422",18523,18910 -"131423",18523,19583 -"131424",18523,45259 -"131425",18523,67977 -"131426",18523,70122 -"131427",18523,78697 -"131428",18523,92527 -"131429",18523,94955 -"131430",18523,95915 -"131431",18523,115566 -"131432",18524,18608 -"131433",18524,65970 -"131434",18524,78617 -"131435",18524,82505 -"131436",18524,82726 -"131437",18525,24316 -"131438",18525,26389 -"131439",18525,34279 -"131440",18525,34614 -"131441",18525,34905 -"131442",18525,47024 -"131443",18525,47557 -"131444",18525,53467 -"131445",18525,91376 -"131446",18526,23362 -"131447",18526,27022 -"131448",18526,31579 -"131449",18526,72446 -"131450",18527,20791 -"131451",18527,47466 -"131452",18528,19850 -"131453",18528,37260 -"131454",18528,64753 -"131455",18528,77952 -"131456",18528,88008 -"131457",18529,28540 -"131458",18529,36445 -"131459",18529,72860 -"131460",18529,80410 -"131461",18530,26212 -"131462",18530,37929 -"131463",18530,38015 -"131464",18530,58252 -"131465",18530,60909 -"131466",18530,62377 -"131467",18530,63632 -"131468",18530,72314 -"131469",18531,68947 -"131470",18531,69851 -"131471",18531,121782 -"131472",18532,79336 -"131473",18532,88595 -"131474",18533,50188 -"131475",18534,76837 -"131476",18534,82415 -"131477",18535,20713 -"131478",18535,22061 -"131479",18535,26353 -"131480",18535,30211 -"131481",18535,37533 -"131482",18535,38922 -"131483",18535,44066 -"131484",18535,50822 -"131485",18535,55404 -"131486",18535,55424 -"131487",18535,55483 -"131488",18535,57209 -"131489",18535,58220 -"131490",18535,59768 -"131491",18535,60092 -"131492",18535,64665 -"131493",18535,83806 -"131494",18535,91383 -"131495",18535,102048 -"131496",18536,18592 -"131497",18536,18646 -"131498",18536,18702 -"131499",18536,29911 -"131500",18536,42263 -"131501",18536,55908 -"131502",18536,101987 -"131503",18536,103413 -"131504",18537,18538 -"131505",18537,18647 -"131506",18537,31187 -"131507",18537,83124 -"131508",18537,92152 -"131509",18538,18647 -"131510",18540,22163 -"131511",18540,22287 -"131512",18540,27140 -"131513",18541,37954 -"131514",18541,52013 -"131515",18541,52933 -"131516",18541,86913 -"131517",18542,27348 -"131518",18542,56559 -"131519",18542,76134 -"131520",18542,79080 -"131521",18542,101017 -"131522",18542,101018 -"131523",18542,106688 -"131524",18543,20749 -"131525",18543,24479 -"131526",18543,27473 -"131527",18543,31951 -"131528",18543,34319 -"131529",18543,35904 -"131530",18543,37875 -"131531",18543,41085 -"131532",18543,44427 -"131533",18543,46483 -"131534",18543,48707 -"131535",18543,51666 -"131536",18543,57612 -"131537",18543,65400 -"131538",18543,66744 -"131539",18543,66886 -"131540",18543,67825 -"131541",18543,68281 -"131542",18543,75025 -"131543",18543,76213 -"131544",18543,77871 -"131545",18543,80153 -"131546",18543,80305 -"131547",18543,80605 -"131548",18543,82401 -"131549",18543,87914 -"131550",18543,91770 -"131551",18543,92592 -"131552",18543,96336 -"131553",18543,96513 -"131554",18543,97485 -"131555",18543,99070 -"131556",18543,99263 -"131557",18543,100291 -"131558",18543,100502 -"131559",18543,101484 -"131560",18543,101681 -"131561",18543,101967 -"131562",18543,104662 -"131563",18543,105207 -"131564",18543,106225 -"131565",18543,109007 -"131566",18543,109020 -"131567",18543,109958 -"131568",18543,110380 -"131569",18543,110488 -"131570",18543,110719 -"131571",18543,111335 -"131572",18543,113473 -"131573",18543,115910 -"131574",18543,121290 -"131575",18543,121294 -"131576",18544,28369 -"131577",18544,40551 -"131578",18544,43729 -"131579",18544,57330 -"131580",18544,89761 -"131581",18544,97908 -"131582",18544,107575 -"131583",18544,118271 -"131584",18544,119284 -"131585",18545,25008 -"131586",18545,30793 -"131587",18545,30965 -"131588",18545,31137 -"131589",18545,38206 -"131590",18545,54540 -"131591",18545,60997 -"131592",18545,63445 -"131593",18545,69671 -"131594",18545,80743 -"131595",18546,23721 -"131596",18546,29096 -"131597",18546,36162 -"131598",18546,102254 -"131599",18547,18663 -"131600",18547,20173 -"131601",18547,20221 -"131602",18547,23645 -"131603",18547,30623 -"131604",18547,30742 -"131605",18547,33182 -"131606",18547,36400 -"131607",18547,44452 -"131608",18547,45953 -"131609",18547,47965 -"131610",18547,62877 -"131611",18547,68734 -"131612",18547,74561 -"131613",18547,77317 -"131614",18547,88649 -"131615",18547,102152 -"131616",18547,106510 -"131617",18548,27908 -"131618",18548,28237 -"131619",18548,28844 -"131620",18548,35404 -"131621",18549,35426 -"131622",18549,86502 -"131623",18550,21650 -"131624",18550,22351 -"131625",18550,25031 -"131626",18550,26216 -"131627",18550,28093 -"131628",18550,28353 -"131629",18550,29019 -"131630",18550,29026 -"131631",18550,32413 -"131632",18550,34614 -"131633",18550,34631 -"131634",18550,34668 -"131635",18550,35983 -"131636",18550,38270 -"131637",18550,40113 -"131638",18550,41696 -"131639",18550,42289 -"131640",18550,48281 -"131641",18550,48380 -"131642",18550,50662 -"131643",18550,56216 -"131644",18550,59615 -"131645",18550,62679 -"131646",18550,63105 -"131647",18550,68001 -"131648",18550,68475 -"131649",18550,68917 -"131650",18550,69296 -"131651",18550,71106 -"131652",18550,73655 -"131653",18550,75767 -"131654",18550,76046 -"131655",18550,76459 -"131656",18550,76808 -"131657",18550,77727 -"131658",18550,78224 -"131659",18550,79222 -"131660",18550,82978 -"131661",18550,83306 -"131662",18550,85027 -"131663",18550,88412 -"131664",18550,90275 -"131665",18550,90426 -"131666",18550,91112 -"131667",18550,91526 -"131668",18550,93425 -"131669",18550,93523 -"131670",18550,94520 -"131671",18550,95954 -"131672",18550,99485 -"131673",18550,99544 -"131674",18550,99547 -"131675",18550,99554 -"131676",18550,100595 -"131677",18550,100739 -"131678",18550,100819 -"131679",18550,101898 -"131680",18550,101988 -"131681",18550,102146 -"131682",18550,102201 -"131683",18550,102309 -"131684",18550,102635 -"131685",18550,102730 -"131686",18550,102846 -"131687",18550,103790 -"131688",18550,104095 -"131689",18550,104574 -"131690",18550,104784 -"131691",18550,104845 -"131692",18550,107269 -"131693",18550,107623 -"131694",18550,107714 -"131695",18550,107879 -"131696",18550,107975 -"131697",18550,108491 -"131698",18551,48569 -"131699",18551,53803 -"131700",18551,61095 -"131701",18551,64254 -"131702",18551,76770 -"131703",18551,81094 -"131704",18551,81466 -"131705",18552,21617 -"131706",18552,25289 -"131707",18552,28370 -"131708",18552,38443 -"131709",18552,41003 -"131710",18552,43226 -"131711",18552,57620 -"131712",18552,89418 -"131713",18552,107782 -"131714",18553,25253 -"131715",18553,65695 -"131716",18553,90655 -"131717",18554,18615 -"131718",18554,18616 -"131719",18554,18713 -"131720",18554,23071 -"131721",18554,49092 -"131722",18555,21221 -"131723",18555,42222 -"131724",18555,52205 -"131725",18555,52221 -"131726",18555,57287 -"131727",18555,59707 -"131728",18555,66480 -"131729",18555,85349 -"131730",18555,85653 -"131731",18555,99373 -"131732",18555,116285 -"131733",18556,18696 -"131734",18556,33171 -"131735",18556,49057 -"131736",18556,53262 -"131737",18556,54209 -"131738",18556,55812 -"131739",18556,55831 -"131740",18556,55832 -"131741",18556,55854 -"131742",18556,55863 -"131743",18556,55872 -"131744",18556,55903 -"131745",18556,55915 -"131746",18556,55916 -"131747",18557,18807 -"131748",18557,40262 -"131749",18557,83613 -"131750",18557,83677 -"131751",18558,27080 -"131752",18558,104370 -"131753",18559,48335 -"131754",18559,54336 -"131755",18559,61006 -"131756",18560,18686 -"131757",18561,42083 -"131758",18561,111676 -"131759",18562,18587 -"131760",18562,18677 -"131761",18562,28528 -"131762",18563,18655 -"131763",18563,32617 -"131764",18563,60673 -"131765",18563,60785 -"131766",18563,60804 -"131767",18563,66252 -"131768",18563,69782 -"131769",18563,76315 -"131770",18563,79448 -"131771",18563,91635 -"131772",18563,94363 -"131773",18564,18565 -"131774",18564,18636 -"131775",18564,32387 -"131776",18564,42613 -"131777",18564,59717 -"131778",18564,92887 -"131779",18565,18636 -"131780",18565,27803 -"131781",18565,30509 -"131782",18565,30510 -"131783",18565,30548 -"131784",18565,31303 -"131785",18565,31304 -"131786",18565,92930 -"131787",18566,93893 -"131788",18567,33488 -"131789",18567,41617 -"131790",18567,45739 -"131791",18567,61298 -"131792",18567,64540 -"131793",18567,90356 -"131794",18567,96325 -"131795",18568,33277 -"131796",18568,44854 -"131797",18568,59178 -"131798",18568,60162 -"131799",18569,38382 -"131800",18569,53614 -"131801",18569,64686 -"131802",18569,106142 -"131803",18570,18582 -"131804",18571,20708 -"131805",18571,23358 -"131806",18571,26713 -"131807",18571,27783 -"131808",18571,31164 -"131809",18571,33596 -"131810",18571,36136 -"131811",18571,36160 -"131812",18571,38770 -"131813",18571,39105 -"131814",18571,39614 -"131815",18571,45443 -"131816",18571,46951 -"131817",18571,47300 -"131818",18571,55571 -"131819",18571,58686 -"131820",18571,64743 -"131821",18571,76132 -"131822",18571,76675 -"131823",18571,76807 -"131824",18571,85307 -"131825",18571,92953 -"131826",18571,94398 -"131827",18571,103826 -"131828",18571,104841 -"131829",18571,108968 -"131830",18571,114265 -"131831",18571,115674 -"131832",18571,117098 -"131833",18571,122198 -"131834",18573,31924 -"131835",18573,32058 -"131836",18573,36892 -"131837",18573,45881 -"131838",18573,54679 -"131839",18573,90833 -"131840",18573,92071 -"131841",18573,97294 -"131842",18573,122599 -"131843",18574,30728 -"131844",18574,65054 -"131845",18575,18693 -"131846",18575,65101 -"131847",18576,19430 -"131848",18576,29709 -"131849",18577,18630 -"131850",18577,45741 -"131851",18577,63321 -"131852",18578,29207 -"131853",18578,61278 -"131854",18578,70672 -"131855",18578,97855 -"131856",18578,97879 -"131857",18579,29697 -"131858",18579,40517 -"131859",18579,59360 -"131860",18580,40577 -"131861",18581,55406 -"131862",18582,20558 -"131863",18582,20984 -"131864",18582,21013 -"131865",18582,22030 -"131866",18582,35551 -"131867",18582,37427 -"131868",18582,51201 -"131869",18582,64841 -"131870",18582,65953 -"131871",18582,73397 -"131872",18582,82453 -"131873",18582,93021 -"131874",18583,27025 -"131875",18583,57466 -"131876",18583,110232 -"131877",18583,111301 -"131878",18583,118242 -"131879",18583,118245 -"131880",18584,22171 -"131881",18584,22172 -"131882",18584,30721 -"131883",18584,68823 -"131884",18584,70239 -"131885",18584,109978 -"131886",18585,49062 -"131887",18586,21860 -"131888",18586,34694 -"131889",18586,38983 -"131890",18586,55573 -"131891",18586,79068 -"131892",18586,90151 -"131893",18586,107906 -"131894",18587,18677 -"131895",18587,46172 -"131896",18587,84566 -"131897",18587,110602 -"131898",18587,120600 -"131899",18588,34254 -"131900",18588,39433 -"131901",18588,79687 -"131902",18588,87220 -"131903",18589,25602 -"131904",18589,104250 -"131905",18589,105962 -"131906",18589,106220 -"131907",18590,18657 -"131908",18590,19054 -"131909",18590,19298 -"131910",18590,34228 -"131911",18590,37938 -"131912",18590,39210 -"131913",18590,39228 -"131914",18591,79073 -"131915",18591,112988 -"131916",18592,18646 -"131917",18592,18702 -"131918",18592,25286 -"131919",18592,32024 -"131920",18592,70774 -"131921",18592,73368 -"131922",18592,80228 -"131923",18592,80374 -"131924",18593,55794 -"131925",18593,76257 -"131926",18593,90482 -"131927",18593,98724 -"131928",18593,121528 -"131929",18594,24434 -"131930",18594,30747 -"131931",18594,32001 -"131932",18594,49216 -"131933",18594,53343 -"131934",18594,54783 -"131935",18594,57174 -"131936",18594,57178 -"131937",18594,121864 -"131938",18595,77618 -"131939",18595,92580 -"131940",18596,21682 -"131941",18596,21828 -"131942",18596,21847 -"131943",18596,21849 -"131944",18596,94853 -"131945",18597,18916 -"131946",18598,18650 -"131947",18598,24993 -"131948",18598,27943 -"131949",18598,38134 -"131950",18598,38151 -"131951",18598,93202 -"131952",18599,18712 -"131953",18599,29014 -"131954",18599,37267 -"131955",18599,42756 -"131956",18600,18767 -"131957",18600,20072 -"131958",18600,21505 -"131959",18600,21607 -"131960",18600,21665 -"131961",18600,21670 -"131962",18600,23861 -"131963",18600,32630 -"131964",18600,34564 -"131965",18600,34620 -"131966",18600,35822 -"131967",18600,38525 -"131968",18600,41713 -"131969",18600,42087 -"131970",18600,42088 -"131971",18600,45047 -"131972",18600,45980 -"131973",18600,48202 -"131974",18600,48212 -"131975",18600,53132 -"131976",18600,53227 -"131977",18600,55111 -"131978",18600,58628 -"131979",18600,61801 -"131980",18600,64350 -"131981",18600,73044 -"131982",18600,73058 -"131983",18600,73335 -"131984",18600,77929 -"131985",18600,78063 -"131986",18600,78429 -"131987",18600,78569 -"131988",18600,82143 -"131989",18600,83231 -"131990",18600,86471 -"131991",18600,90804 -"131992",18600,91022 -"131993",18600,91045 -"131994",18600,95675 -"131995",18600,98190 -"131996",18600,101516 -"131997",18600,102387 -"131998",18600,108374 -"131999",18600,108815 -"132000",18600,108893 -"132001",18600,109101 -"132002",18600,109523 -"132003",18600,109965 -"132004",18600,110993 -"132005",18600,111338 -"132006",18600,111398 -"132007",18600,111409 -"132008",18600,111480 -"132009",18600,112422 -"132010",18600,112648 -"132011",18600,112708 -"132012",18600,112820 -"132013",18600,112997 -"132014",18600,113597 -"132015",18600,114418 -"132016",18600,114582 -"132017",18600,115371 -"132018",18600,116028 -"132019",18600,116604 -"132020",18600,123323 -"132021",18601,18652 -"132022",18601,18868 -"132023",18602,49108 -"132024",18602,89964 -"132025",18602,120595 -"132026",18603,18655 -"132027",18603,18681 -"132028",18603,19012 -"132029",18603,39564 -"132030",18603,43275 -"132031",18603,64666 -"132032",18603,71967 -"132033",18603,74442 -"132034",18603,80519 -"132035",18603,96278 -"132036",18604,29324 -"132037",18607,57330 -"132038",18607,59309 -"132039",18607,75901 -"132040",18607,97059 -"132041",18607,99471 -"132042",18607,117673 -"132043",18608,42282 -"132044",18608,47621 -"132045",18608,53837 -"132046",18608,82726 -"132047",18609,18633 -"132048",18609,23300 -"132049",18609,36342 -"132050",18609,42672 -"132051",18609,46580 -"132052",18610,53017 -"132053",18610,53971 -"132054",18610,58039 -"132055",18610,94405 -"132056",18610,103378 -"132057",18610,115421 -"132058",18611,41336 -"132059",18611,118386 -"132060",18612,32663 -"132061",18612,60677 -"132062",18612,62946 -"132063",18612,66245 -"132064",18612,71628 -"132065",18612,71640 -"132066",18613,38909 -"132067",18613,115254 -"132068",18614,36643 -"132069",18615,18616 -"132070",18615,18713 -"132071",18615,20646 -"132072",18615,23071 -"132073",18615,26183 -"132074",18615,35549 -"132075",18615,51189 -"132076",18615,52764 -"132077",18615,56261 -"132078",18615,60424 -"132079",18615,60850 -"132080",18615,77424 -"132081",18615,89590 -"132082",18615,90190 -"132083",18615,91286 -"132084",18615,116915 -"132085",18616,18713 -"132086",18616,25198 -"132087",18616,100435 -"132088",18617,60779 -"132089",18617,77416 -"132090",18617,89687 -"132091",18617,90543 -"132092",18617,93583 -"132093",18617,97293 -"132094",18617,97514 -"132095",18617,104272 -"132096",18617,108722 -"132097",18617,113879 -"132098",18617,114567 -"132099",18618,19972 -"132100",18618,21372 -"132101",18618,80412 -"132102",18619,18620 -"132103",18619,65709 -"132104",18619,74989 -"132105",18619,107963 -"132106",18619,110629 -"132107",18619,111452 -"132108",18619,117225 -"132109",18621,20461 -"132110",18621,23576 -"132111",18621,71907 -"132112",18621,84111 -"132113",18621,86919 -"132114",18622,28709 -"132115",18622,78324 -"132116",18622,115538 -"132117",18623,28198 -"132118",18623,28522 -"132119",18623,39872 -"132120",18623,52315 -"132121",18623,63502 -"132122",18623,70529 -"132123",18623,110982 -"132124",18624,27584 -"132125",18624,101929 -"132126",18624,112517 -"132127",18625,18812 -"132128",18625,18854 -"132129",18626,54346 -"132130",18627,19558 -"132131",18627,19726 -"132132",18627,29038 -"132133",18627,29780 -"132134",18627,40143 -"132135",18627,64604 -"132136",18627,109767 -"132137",18628,19181 -"132138",18628,34168 -"132139",18628,99201 -"132140",18629,26794 -"132141",18629,30786 -"132142",18629,48335 -"132143",18629,82309 -"132144",18630,26158 -"132145",18630,37381 -"132146",18630,45025 -"132147",18630,76181 -"132148",18631,31197 -"132149",18631,51608 -"132150",18632,28283 -"132151",18632,33125 -"132152",18632,33875 -"132153",18632,40722 -"132154",18632,40723 -"132155",18632,73176 -"132156",18632,73237 -"132157",18633,23300 -"132158",18633,36342 -"132159",18633,112390 -"132160",18634,19003 -"132161",18634,51499 -"132162",18634,76505 -"132163",18635,33396 -"132164",18635,33414 -"132165",18635,33645 -"132166",18636,105099 -"132167",18636,105294 -"132168",18637,29430 -"132169",18637,83202 -"132170",18638,18666 -"132171",18638,18697 -"132172",18638,18715 -"132173",18638,43538 -"132174",18638,57670 -"132175",18638,102244 -"132176",18638,105319 -"132177",18639,105861 -"132178",18639,106563 -"132179",18641,27060 -"132180",18641,33013 -"132181",18641,44201 -"132182",18641,83286 -"132183",18641,83291 -"132184",18641,119365 -"132185",18642,66504 -"132186",18643,29558 -"132187",18644,49064 -"132188",18644,96428 -"132189",18645,18659 -"132190",18645,20709 -"132191",18645,26668 -"132192",18645,31420 -"132193",18645,33103 -"132194",18645,37343 -"132195",18645,39507 -"132196",18645,41097 -"132197",18645,45024 -"132198",18645,47225 -"132199",18645,55220 -"132200",18645,70530 -"132201",18645,72425 -"132202",18645,72710 -"132203",18645,81121 -"132204",18645,83824 -"132205",18645,88310 -"132206",18645,100566 -"132207",18645,100840 -"132208",18645,104498 -"132209",18645,110703 -"132210",18645,110712 -"132211",18645,110857 -"132212",18645,115667 -"132213",18645,120917 -"132214",18646,18702 -"132215",18646,20679 -"132216",18646,60023 -"132217",18646,60768 -"132218",18646,91712 -"132219",18646,93774 -"132220",18646,103710 -"132221",18646,111181 -"132222",18646,112569 -"132223",18646,119565 -"132224",18648,19239 -"132225",18648,27742 -"132226",18648,33871 -"132227",18648,36724 -"132228",18648,39442 -"132229",18648,39944 -"132230",18648,44115 -"132231",18648,46343 -"132232",18648,50137 -"132233",18648,51316 -"132234",18648,54589 -"132235",18648,58655 -"132236",18648,106230 -"132237",18648,108451 -"132238",18648,113620 -"132239",18648,118451 -"132240",18649,46109 -"132241",18649,51886 -"132242",18649,69081 -"132243",18652,18868 -"132244",18652,20060 -"132245",18652,33357 -"132246",18652,45044 -"132247",18652,49846 -"132248",18652,66258 -"132249",18652,77631 -"132250",18652,88687 -"132251",18652,88823 -"132252",18652,88826 -"132253",18652,103087 -"132254",18653,32417 -"132255",18653,56337 -"132256",18653,82440 -"132257",18653,96299 -"132258",18653,109287 -"132259",18653,118318 -"132260",18655,18681 -"132261",18655,20001 -"132262",18655,46032 -"132263",18655,47676 -"132264",18655,54360 -"132265",18655,60673 -"132266",18655,60785 -"132267",18655,66252 -"132268",18655,79448 -"132269",18655,91518 -"132270",18655,110198 -"132271",18656,20881 -"132272",18656,28316 -"132273",18656,31785 -"132274",18656,43123 -"132275",18656,46837 -"132276",18656,48712 -"132277",18656,49125 -"132278",18656,84796 -"132279",18657,19054 -"132280",18657,19298 -"132281",18657,34228 -"132282",18657,37938 -"132283",18657,39210 -"132284",18657,39228 -"132285",18658,44886 -"132286",18658,44968 -"132287",18658,68261 -"132288",18660,35988 -"132289",18660,64433 -"132290",18661,47975 -"132291",18661,53037 -"132292",18661,105029 -"132293",18661,118610 -"132294",18662,31669 -"132295",18662,33451 -"132296",18663,30623 -"132297",18664,25198 -"132298",18664,91286 -"132299",18665,34154 -"132300",18665,54196 -"132301",18665,60481 -"132302",18665,88462 -"132303",18665,105478 -"132304",18666,18697 -"132305",18666,18715 -"132306",18666,22471 -"132307",18666,24503 -"132308",18666,25552 -"132309",18666,49473 -"132310",18666,51900 -"132311",18666,55311 -"132312",18666,57613 -"132313",18666,69039 -"132314",18666,84127 -"132315",18666,86552 -"132316",18666,98465 -"132317",18666,120238 -"132318",18667,36509 -"132319",18668,59032 -"132320",18668,62181 -"132321",18669,32519 -"132322",18669,59715 -"132323",18669,69678 -"132324",18670,19164 -"132325",18670,20417 -"132326",18670,20528 -"132327",18670,20529 -"132328",18670,20616 -"132329",18670,20722 -"132330",18670,20830 -"132331",18670,21811 -"132332",18670,22682 -"132333",18670,23423 -"132334",18670,23622 -"132335",18670,23688 -"132336",18670,24812 -"132337",18670,26251 -"132338",18670,27796 -"132339",18670,28823 -"132340",18670,29512 -"132341",18670,31159 -"132342",18670,42652 -"132343",18670,47582 -"132344",18670,47736 -"132345",18670,49359 -"132346",18670,66756 -"132347",18670,80417 -"132348",18670,88516 -"132349",18670,97752 -"132350",18670,107954 -"132351",18671,33985 -"132352",18671,46954 -"132353",18671,47034 -"132354",18671,47076 -"132355",18671,47077 -"132356",18671,62914 -"132357",18672,18895 -"132358",18672,21001 -"132359",18672,29681 -"132360",18672,34496 -"132361",18672,48291 -"132362",18672,48817 -"132363",18672,55486 -"132364",18672,60662 -"132365",18672,66943 -"132366",18673,30492 -"132367",18673,60816 -"132368",18673,73264 -"132369",18673,101818 -"132370",18674,96421 -"132371",18674,96442 -"132372",18675,19383 -"132373",18675,29761 -"132374",18675,35007 -"132375",18675,35008 -"132376",18675,45874 -"132377",18676,23684 -"132378",18678,49948 -"132379",18678,112376 -"132380",18680,19859 -"132381",18680,24931 -"132382",18680,26946 -"132383",18680,27570 -"132384",18680,36520 -"132385",18680,69397 -"132386",18680,80309 -"132387",18680,90038 -"132388",18680,113588 -"132389",18681,32969 -"132390",18681,33010 -"132391",18682,35068 -"132392",18682,35684 -"132393",18682,50773 -"132394",18682,103982 -"132395",18682,103994 -"132396",18682,104000 -"132397",18683,35306 -"132398",18684,25145 -"132399",18685,18688 -"132400",18685,24512 -"132401",18685,64507 -"132402",18685,109033 -"132403",18686,83567 -"132404",18687,20488 -"132405",18687,35097 -"132406",18689,19330 -"132407",18689,21677 -"132408",18689,25819 -"132409",18689,45667 -"132410",18689,50334 -"132411",18690,19268 -"132412",18691,19431 -"132413",18691,22462 -"132414",18691,32395 -"132415",18691,33451 -"132416",18691,33827 -"132417",18691,37854 -"132418",18691,54472 -"132419",18691,56718 -"132420",18691,56873 -"132421",18691,61673 -"132422",18691,62165 -"132423",18691,74862 -"132424",18691,116764 -"132425",18691,120845 -"132426",18692,51015 -"132427",18692,66007 -"132428",18692,86911 -"132429",18694,25069 -"132430",18694,34519 -"132431",18694,35421 -"132432",18694,38227 -"132433",18694,94396 -"132434",18694,113694 -"132435",18695,25466 -"132436",18695,81266 -"132437",18696,26248 -"132438",18696,36801 -"132439",18696,44252 -"132440",18696,51381 -"132441",18697,18715 -"132442",18697,24111 -"132443",18697,49597 -"132444",18697,95892 -"132445",18698,25543 -"132446",18698,35307 -"132447",18698,77937 -"132448",18699,95936 -"132449",18700,19025 -"132450",18700,28848 -"132451",18700,28902 -"132452",18700,98100 -"132453",18700,98743 -"132454",18701,18718 -"132455",18702,23828 -"132456",18702,42263 -"132457",18702,43768 -"132458",18702,49983 -"132459",18702,63885 -"132460",18702,66021 -"132461",18702,70212 -"132462",18702,87935 -"132463",18702,110723 -"132464",18702,110738 -"132465",18702,115346 -"132466",18703,62538 -"132467",18704,76563 -"132468",18705,67242 -"132469",18705,82950 -"132470",18705,82951 -"132471",18705,82979 -"132472",18706,19824 -"132473",18706,22281 -"132474",18706,26488 -"132475",18706,38139 -"132476",18706,45898 -"132477",18706,84319 -"132478",18706,94602 -"132479",18706,106530 -"132480",18707,26985 -"132481",18707,27313 -"132482",18707,30052 -"132483",18707,33569 -"132484",18707,54080 -"132485",18707,60421 -"132486",18707,73991 -"132487",18707,75948 -"132488",18707,84256 -"132489",18707,86252 -"132490",18707,107233 -"132491",18707,110373 -"132492",18708,61138 -"132493",18709,89520 -"132494",18711,33256 -"132495",18711,65050 -"132496",18711,75964 -"132497",18712,22669 -"132498",18712,26939 -"132499",18712,27861 -"132500",18712,28574 -"132501",18712,30123 -"132502",18712,33872 -"132503",18712,35288 -"132504",18712,35462 -"132505",18712,37932 -"132506",18712,37953 -"132507",18712,39332 -"132508",18712,39482 -"132509",18712,42756 -"132510",18712,43545 -"132511",18712,47148 -"132512",18712,47968 -"132513",18712,48008 -"132514",18712,80647 -"132515",18712,92636 -"132516",18712,103446 -"132517",18712,106450 -"132518",18713,39722 -"132519",18713,91286 -"132520",18715,34781 -"132521",18715,42583 -"132522",18715,56417 -"132523",18715,56440 -"132524",18715,56930 -"132525",18716,18948 -"132526",18716,22399 -"132527",18716,36358 -"132528",18716,36928 -"132529",18716,44787 -"132530",18717,19472 -"132531",18717,21854 -"132532",18718,21027 -"132533",18718,38438 -"132534",18718,47607 -"132535",18718,58945 -"132536",18718,75194 -"132537",18718,84520 -"132538",18718,85101 -"132539",18718,86090 -"132540",18718,97575 -"132541",18718,97625 -"132542",18718,117185 -"132543",18719,20935 -"132544",18719,31870 -"132545",18719,36040 -"132546",18719,53548 -"132547",18719,60380 -"132548",18719,67831 -"132549",18719,78520 -"132550",18719,98816 -"132551",18719,114089 -"132552",18720,37283 -"132553",18721,18775 -"132554",18721,30546 -"132555",18721,30583 -"132556",18721,34375 -"132557",18721,34481 -"132558",18721,64162 -"132559",18721,70399 -"132560",18722,18787 -"132561",18722,18858 -"132562",18723,34507 -"132563",18723,62901 -"132564",18723,90143 -"132565",18724,22564 -"132566",18724,27576 -"132567",18724,27689 -"132568",18724,40361 -"132569",18724,76408 -"132570",18725,24171 -"132571",18726,18893 -"132572",18727,21909 -"132573",18727,28786 -"132574",18727,40671 -"132575",18727,40701 -"132576",18727,40736 -"132577",18728,18746 -"132578",18728,18824 -"132579",18728,18841 -"132580",18728,18850 -"132581",18728,20528 -"132582",18728,20830 -"132583",18728,28695 -"132584",18728,41895 -"132585",18728,42028 -"132586",18728,44163 -"132587",18728,57437 -"132588",18728,62901 -"132589",18728,63803 -"132590",18729,18939 -"132591",18729,28486 -"132592",18729,83563 -"132593",18729,94820 -"132594",18729,108963 -"132595",18729,120479 -"132596",18730,23692 -"132597",18730,28396 -"132598",18730,49414 -"132599",18730,66541 -"132600",18730,74698 -"132601",18730,77080 -"132602",18730,81077 -"132603",18730,83430 -"132604",18730,86861 -"132605",18731,18766 -"132606",18731,21165 -"132607",18731,26085 -"132608",18731,34575 -"132609",18731,34643 -"132610",18731,40305 -"132611",18731,44946 -"132612",18731,48485 -"132613",18731,48505 -"132614",18731,51265 -"132615",18731,61568 -"132616",18731,68341 -"132617",18731,69305 -"132618",18731,102128 -"132619",18731,115698 -"132620",18731,115760 -"132621",18732,22955 -"132622",18732,31018 -"132623",18732,34863 -"132624",18732,51602 -"132625",18732,76239 -"132626",18732,83739 -"132627",18732,90955 -"132628",18733,42504 -"132629",18733,44559 -"132630",18733,77486 -"132631",18733,77489 -"132632",18734,18769 -"132633",18734,28817 -"132634",18734,38544 -"132635",18735,29707 -"132636",18735,33611 -"132637",18735,45395 -"132638",18735,46102 -"132639",18735,52728 -"132640",18735,57555 -"132641",18735,69347 -"132642",18736,44589 -"132643",18737,18922 -"132644",18737,18966 -"132645",18738,18872 -"132646",18738,62401 -"132647",18739,25735 -"132648",18740,18756 -"132649",18740,18912 -"132650",18740,19062 -"132651",18740,19154 -"132652",18740,19164 -"132653",18740,20977 -"132654",18740,22186 -"132655",18740,23420 -"132656",18740,23723 -"132657",18740,35587 -"132658",18740,38307 -"132659",18740,43455 -"132660",18740,43460 -"132661",18740,57377 -"132662",18740,59800 -"132663",18740,60453 -"132664",18740,61923 -"132665",18740,63895 -"132666",18740,63935 -"132667",18740,63947 -"132668",18740,63962 -"132669",18740,73712 -"132670",18741,32542 -"132671",18741,46714 -"132672",18741,51349 -"132673",18741,51654 -"132674",18741,78366 -"132675",18742,19106 -"132676",18742,20946 -"132677",18742,65248 -"132678",18743,21171 -"132679",18743,21250 -"132680",18743,83657 -"132681",18743,119582 -"132682",18744,18758 -"132683",18744,18836 -"132684",18744,26622 -"132685",18745,80342 -"132686",18745,112005 -"132687",18746,18824 -"132688",18746,18841 -"132689",18746,18850 -"132690",18746,64673 -"132691",18747,44560 -"132692",18747,66015 -"132693",18747,66632 -"132694",18747,69840 -"132695",18747,89325 -"132696",18747,92978 -"132697",18747,101021 -"132698",18747,106118 -"132699",18747,111861 -"132700",18747,115212 -"132701",18748,18978 -"132702",18748,20811 -"132703",18748,28718 -"132704",18748,29504 -"132705",18748,32532 -"132706",18748,32560 -"132707",18748,32651 -"132708",18748,40840 -"132709",18748,46678 -"132710",18748,50662 -"132711",18748,59039 -"132712",18748,97096 -"132713",18748,104516 -"132714",18748,104523 -"132715",18749,24978 -"132716",18749,24979 -"132717",18749,25092 -"132718",18749,40913 -"132719",18749,59729 -"132720",18749,68372 -"132721",18749,84799 -"132722",18750,18819 -"132723",18750,38625 -"132724",18750,42441 -"132725",18750,47506 -"132726",18750,52502 -"132727",18750,57262 -"132728",18750,59464 -"132729",18750,60241 -"132730",18750,62295 -"132731",18750,62766 -"132732",18750,65333 -"132733",18750,68284 -"132734",18750,70233 -"132735",18750,70498 -"132736",18750,72142 -"132737",18750,74094 -"132738",18750,75942 -"132739",18750,86373 -"132740",18750,86462 -"132741",18750,86727 -"132742",18750,87389 -"132743",18750,88764 -"132744",18750,90946 -"132745",18750,97278 -"132746",18750,100578 -"132747",18750,103201 -"132748",18750,105625 -"132749",18750,106938 -"132750",18750,110032 -"132751",18750,110037 -"132752",18750,110318 -"132753",18750,111435 -"132754",18750,111621 -"132755",18750,115957 -"132756",18750,122041 -"132757",18751,18830 -"132758",18751,18961 -"132759",18751,18976 -"132760",18751,77382 -"132761",18752,19838 -"132762",18753,34534 -"132763",18753,41718 -"132764",18753,76838 -"132765",18753,78039 -"132766",18753,92722 -"132767",18753,95338 -"132768",18753,95827 -"132769",18753,116279 -"132770",18754,18755 -"132771",18754,31638 -"132772",18754,92948 -"132773",18754,99311 -"132774",18754,101270 -"132775",18755,31638 -"132776",18755,51163 -"132777",18755,92948 -"132778",18756,18912 -"132779",18756,19062 -"132780",18756,47736 -"132781",18757,24343 -"132782",18757,71834 -"132783",18758,18836 -"132784",18759,29143 -"132785",18759,72639 -"132786",18760,42211 -"132787",18760,96166 -"132788",18761,18795 -"132789",18761,18915 -"132790",18761,23998 -"132791",18761,24000 -"132792",18762,24308 -"132793",18762,51484 -"132794",18763,19789 -"132795",18763,24776 -"132796",18763,25455 -"132797",18763,33990 -"132798",18763,47030 -"132799",18763,69446 -"132800",18763,72226 -"132801",18763,103079 -"132802",18764,22039 -"132803",18764,31852 -"132804",18764,33312 -"132805",18764,52022 -"132806",18764,53360 -"132807",18764,53801 -"132808",18764,60221 -"132809",18764,64052 -"132810",18764,78136 -"132811",18764,78393 -"132812",18764,78791 -"132813",18764,81189 -"132814",18764,82118 -"132815",18764,90046 -"132816",18764,95568 -"132817",18764,96540 -"132818",18764,96635 -"132819",18764,96692 -"132820",18764,107047 -"132821",18765,19506 -"132822",18765,19536 -"132823",18765,33551 -"132824",18765,44662 -"132825",18765,77835 -"132826",18765,79870 -"132827",18765,82692 -"132828",18765,88695 -"132829",18765,90790 -"132830",18765,91162 -"132831",18765,91163 -"132832",18765,91165 -"132833",18765,91170 -"132834",18765,91201 -"132835",18766,76080 -"132836",18766,98479 -"132837",18766,98505 -"132838",18767,20072 -"132839",18767,21505 -"132840",18767,21607 -"132841",18767,21665 -"132842",18767,23861 -"132843",18767,32630 -"132844",18767,34564 -"132845",18767,34620 -"132846",18767,38525 -"132847",18767,41713 -"132848",18767,42087 -"132849",18767,45047 -"132850",18767,45980 -"132851",18767,48202 -"132852",18767,48212 -"132853",18767,53132 -"132854",18767,53227 -"132855",18767,55111 -"132856",18767,58628 -"132857",18767,61801 -"132858",18767,64350 -"132859",18767,73044 -"132860",18767,73058 -"132861",18767,73335 -"132862",18767,78063 -"132863",18767,78429 -"132864",18767,78569 -"132865",18767,82143 -"132866",18767,83231 -"132867",18767,86471 -"132868",18767,90804 -"132869",18767,91022 -"132870",18767,91045 -"132871",18767,95675 -"132872",18767,101516 -"132873",18767,102387 -"132874",18767,108374 -"132875",18767,108893 -"132876",18767,109101 -"132877",18767,109523 -"132878",18767,110993 -"132879",18767,111338 -"132880",18767,111398 -"132881",18767,111409 -"132882",18767,111480 -"132883",18767,112422 -"132884",18767,112648 -"132885",18767,112708 -"132886",18767,112820 -"132887",18767,112997 -"132888",18767,113597 -"132889",18767,114418 -"132890",18767,114582 -"132891",18767,115371 -"132892",18767,116028 -"132893",18767,116604 -"132894",18768,24952 -"132895",18768,24996 -"132896",18768,25045 -"132897",18768,26402 -"132898",18768,31719 -"132899",18768,43489 -"132900",18768,51136 -"132901",18768,53828 -"132902",18768,68877 -"132903",18768,84630 -"132904",18768,92855 -"132905",18768,100993 -"132906",18768,106123 -"132907",18768,114840 -"132908",18770,29804 -"132909",18770,32909 -"132910",18770,34322 -"132911",18770,54245 -"132912",18771,36729 -"132913",18771,60118 -"132914",18771,94808 -"132915",18772,20779 -"132916",18772,29886 -"132917",18772,47955 -"132918",18772,62379 -"132919",18772,86564 -"132920",18773,81353 -"132921",18774,38806 -"132922",18775,19131 -"132923",18775,31371 -"132924",18775,37713 -"132925",18775,39121 -"132926",18775,39155 -"132927",18776,34023 -"132928",18776,70956 -"132929",18776,108604 -"132930",18777,53502 -"132931",18777,70609 -"132932",18778,41263 -"132933",18778,57550 -"132934",18778,62192 -"132935",18778,104441 -"132936",18778,104483 -"132937",18779,18927 -"132938",18779,19004 -"132939",18779,19463 -"132940",18779,27750 -"132941",18779,34054 -"132942",18779,39849 -"132943",18779,48960 -"132944",18779,48989 -"132945",18779,49048 -"132946",18779,50164 -"132947",18779,104697 -"132948",18780,18782 -"132949",18780,18957 -"132950",18781,24988 -"132951",18781,79228 -"132952",18782,18957 -"132953",18782,25956 -"132954",18782,47501 -"132955",18782,51979 -"132956",18782,56913 -"132957",18782,57569 -"132958",18782,87200 -"132959",18783,19000 -"132960",18783,31608 -"132961",18784,33840 -"132962",18784,48081 -"132963",18784,59003 -"132964",18784,70310 -"132965",18784,83024 -"132966",18784,117914 -"132967",18785,19270 -"132968",18786,22595 -"132969",18786,45449 -"132970",18786,66852 -"132971",18786,84098 -"132972",18786,84576 -"132973",18786,90852 -"132974",18787,18858 -"132975",18787,20100 -"132976",18787,38607 -"132977",18787,40225 -"132978",18787,46852 -"132979",18787,48170 -"132980",18787,63021 -"132981",18787,108259 -"132982",18787,119001 -"132983",18788,21147 -"132984",18789,22141 -"132985",18789,51930 -"132986",18789,72615 -"132987",18789,75921 -"132988",18790,21321 -"132989",18790,22837 -"132990",18790,29037 -"132991",18790,43116 -"132992",18790,85609 -"132993",18790,92539 -"132994",18790,98422 -"132995",18790,100207 -"132996",18790,103244 -"132997",18790,108470 -"132998",18790,108474 -"132999",18790,109949 -"133000",18791,70662 -"133001",18792,20787 -"133002",18792,26830 -"133003",18792,58008 -"133004",18792,59426 -"133005",18792,102243 -"133006",18792,102275 -"133007",18793,31726 -"133008",18793,31853 -"133009",18793,36034 -"133010",18793,37926 -"133011",18793,37949 -"133012",18793,118332 -"133013",18794,41464 -"133014",18794,45532 -"133015",18794,83430 -"133016",18795,18915 -"133017",18795,73210 -"133018",18795,120788 -"133019",18796,18998 -"133020",18796,51194 -"133021",18796,70013 -"133022",18796,87896 -"133023",18799,37378 -"133024",18799,78817 -"133025",18800,18956 -"133026",18800,47413 -"133027",18800,65326 -"133028",18800,65327 -"133029",18800,65328 -"133030",18800,65329 -"133031",18800,65330 -"133032",18800,65340 -"133033",18800,65372 -"133034",18800,65996 -"133035",18800,79935 -"133036",18800,109061 -"133037",18801,20921 -"133038",18801,22710 -"133039",18801,26720 -"133040",18801,36712 -"133041",18801,44498 -"133042",18801,50023 -"133043",18801,50161 -"133044",18801,55675 -"133045",18801,56709 -"133046",18801,66558 -"133047",18801,77288 -"133048",18801,80615 -"133049",18801,83773 -"133050",18801,84893 -"133051",18801,85958 -"133052",18801,87249 -"133053",18801,93590 -"133054",18801,93617 -"133055",18801,93680 -"133056",18801,93815 -"133057",18801,98436 -"133058",18801,116181 -"133059",18801,116726 -"133060",18802,18803 -"133061",18802,18804 -"133062",18803,18804 -"133063",18803,20185 -"133064",18803,24020 -"133065",18803,24186 -"133066",18803,29627 -"133067",18803,31353 -"133068",18803,33017 -"133069",18803,36959 -"133070",18803,40024 -"133071",18803,48682 -"133072",18803,62246 -"133073",18803,80945 -"133074",18803,83244 -"133075",18804,19024 -"133076",18804,19063 -"133077",18804,31150 -"133078",18804,39731 -"133079",18804,40869 -"133080",18804,80945 -"133081",18804,87501 -"133082",18804,87507 -"133083",18804,118215 -"133084",18806,23776 -"133085",18806,51376 -"133086",18807,115152 -"133087",18808,19050 -"133088",18808,21504 -"133089",18808,25869 -"133090",18808,32236 -"133091",18808,50803 -"133092",18808,54428 -"133093",18808,58171 -"133094",18808,63538 -"133095",18809,18822 -"133096",18809,18834 -"133097",18809,20767 -"133098",18809,21612 -"133099",18809,22201 -"133100",18809,24438 -"133101",18809,24454 -"133102",18809,31724 -"133103",18809,36817 -"133104",18809,41580 -"133105",18809,42040 -"133106",18809,42578 -"133107",18809,44044 -"133108",18809,51221 -"133109",18809,56018 -"133110",18809,65954 -"133111",18809,66239 -"133112",18809,77736 -"133113",18810,33286 -"133114",18810,62731 -"133115",18810,65264 -"133116",18810,105424 -"133117",18810,111446 -"133118",18811,96065 -"133119",18812,18854 -"133120",18813,18847 -"133121",18813,18954 -"133122",18813,24109 -"133123",18813,25261 -"133124",18813,25801 -"133125",18813,28772 -"133126",18813,37435 -"133127",18813,40120 -"133128",18813,67522 -"133129",18813,69215 -"133130",18813,99191 -"133131",18813,111156 -"133132",18814,18815 -"133133",18814,18938 -"133134",18814,40652 -"133135",18814,43012 -"133136",18814,106183 -"133137",18815,18938 -"133138",18815,40652 -"133139",18815,120177 -"133140",18816,66476 -"133141",18816,104480 -"133142",18816,105581 -"133143",18817,38118 -"133144",18818,20565 -"133145",18818,28045 -"133146",18818,37316 -"133147",18818,70527 -"133148",18818,81400 -"133149",18818,97342 -"133150",18820,18821 -"133151",18820,18940 -"133152",18820,31305 -"133153",18820,32423 -"133154",18820,42311 -"133155",18820,46945 -"133156",18820,52409 -"133157",18820,64239 -"133158",18820,64244 -"133159",18820,65048 -"133160",18820,65786 -"133161",18820,82193 -"133162",18820,90858 -"133163",18820,108334 -"133164",18820,123356 -"133165",18821,18940 -"133166",18821,20378 -"133167",18821,32423 -"133168",18821,33460 -"133169",18821,34845 -"133170",18821,42993 -"133171",18821,46929 -"133172",18821,54179 -"133173",18821,63312 -"133174",18821,79493 -"133175",18821,80473 -"133176",18821,82193 -"133177",18821,93061 -"133178",18822,18834 -"133179",18822,22657 -"133180",18822,22767 -"133181",18822,31724 -"133182",18822,32329 -"133183",18822,32334 -"133184",18822,32349 -"133185",18822,32401 -"133186",18822,39416 -"133187",18822,39515 -"133188",18822,44044 -"133189",18823,86410 -"133190",18824,18841 -"133191",18824,18850 -"133192",18825,18924 -"133193",18825,21080 -"133194",18825,22519 -"133195",18825,24423 -"133196",18825,26770 -"133197",18825,27487 -"133198",18825,31091 -"133199",18825,34252 -"133200",18825,34273 -"133201",18825,34284 -"133202",18825,34317 -"133203",18825,56187 -"133204",18825,81700 -"133205",18825,103590 -"133206",18825,106265 -"133207",18827,26165 -"133208",18827,58191 -"133209",18827,81292 -"133210",18827,81487 -"133211",18827,82310 -"133212",18827,93203 -"133213",18827,93226 -"133214",18827,104200 -"133215",18827,105829 -"133216",18828,19636 -"133217",18828,22721 -"133218",18828,42364 -"133219",18828,62583 -"133220",18828,76556 -"133221",18829,22416 -"133222",18829,47314 -"133223",18829,50917 -"133224",18829,57096 -"133225",18830,18961 -"133226",18830,18976 -"133227",18830,98770 -"133228",18831,18964 -"133229",18833,25120 -"133230",18833,25692 -"133231",18833,40678 -"133232",18833,45263 -"133233",18833,48866 -"133234",18833,68503 -"133235",18833,78704 -"133236",18833,80549 -"133237",18833,82573 -"133238",18833,101687 -"133239",18833,106103 -"133240",18833,106137 -"133241",18833,110359 -"133242",18833,110381 -"133243",18834,25336 -"133244",18834,27254 -"133245",18834,37172 -"133246",18834,37905 -"133247",18834,37978 -"133248",18834,38917 -"133249",18834,43164 -"133250",18834,44150 -"133251",18834,44157 -"133252",18834,44235 -"133253",18834,44255 -"133254",18834,48918 -"133255",18834,91734 -"133256",18835,48228 -"133257",18835,53912 -"133258",18835,78473 -"133259",18836,21987 -"133260",18836,32333 -"133261",18836,36419 -"133262",18836,45332 -"133263",18836,52116 -"133264",18836,54421 -"133265",18836,61288 -"133266",18836,64516 -"133267",18836,73747 -"133268",18836,76110 -"133269",18836,91212 -"133270",18836,92058 -"133271",18836,99022 -"133272",18836,100207 -"133273",18836,100859 -"133274",18836,103043 -"133275",18837,18876 -"133276",18837,18896 -"133277",18837,18953 -"133278",18838,54553 -"133279",18838,111054 -"133280",18839,42518 -"133281",18840,70987 -"133282",18841,18850 -"133283",18841,49598 -"133284",18841,59640 -"133285",18842,30881 -"133286",18842,37354 -"133287",18843,34614 -"133288",18843,88464 -"133289",18843,89304 -"133290",18844,18884 -"133291",18844,18885 -"133292",18844,20001 -"133293",18844,27543 -"133294",18844,32617 -"133295",18844,36060 -"133296",18844,39491 -"133297",18844,39617 -"133298",18844,40931 -"133299",18844,50209 -"133300",18844,53495 -"133301",18844,55500 -"133302",18844,55554 -"133303",18844,83277 -"133304",18845,20843 -"133305",18845,29936 -"133306",18845,33342 -"133307",18845,107680 -"133308",18846,39929 -"133309",18846,81866 -"133310",18846,103061 -"133311",18847,18954 -"133312",18847,105262 -"133313",18847,110659 -"133314",18848,29541 -"133315",18848,84046 -"133316",18849,85503 -"133317",18851,42930 -"133318",18851,49607 -"133319",18852,31041 -"133320",18853,47683 -"133321",18853,60308 -"133322",18853,74596 -"133323",18853,85743 -"133324",18854,22840 -"133325",18854,23201 -"133326",18854,24031 -"133327",18854,34692 -"133328",18854,36057 -"133329",18854,48070 -"133330",18854,49711 -"133331",18854,56499 -"133332",18854,60698 -"133333",18854,63592 -"133334",18854,65434 -"133335",18854,65449 -"133336",18854,65664 -"133337",18854,65700 -"133338",18854,65752 -"133339",18854,84149 -"133340",18854,94301 -"133341",18855,32303 -"133342",18855,43932 -"133343",18855,45100 -"133344",18855,47563 -"133345",18855,47587 -"133346",18855,57072 -"133347",18855,69560 -"133348",18855,79036 -"133349",18855,79822 -"133350",18855,81392 -"133351",18855,96349 -"133352",18856,27983 -"133353",18856,31692 -"133354",18856,38044 -"133355",18856,43167 -"133356",18856,58317 -"133357",18856,58328 -"133358",18856,60437 -"133359",18856,64986 -"133360",18857,20830 -"133361",18857,20850 -"133362",18857,29331 -"133363",18857,37296 -"133364",18857,38307 -"133365",18857,45310 -"133366",18857,45311 -"133367",18857,48583 -"133368",18857,49470 -"133369",18857,56697 -"133370",18857,60040 -"133371",18857,61704 -"133372",18857,69879 -"133373",18857,70536 -"133374",18857,70573 -"133375",18858,46852 -"133376",18858,48170 -"133377",18858,63021 -"133378",18858,108259 -"133379",18860,18861 -"133380",18860,33473 -"133381",18861,22142 -"133382",18862,99487 -"133383",18863,109260 -"133384",18864,34142 -"133385",18864,37058 -"133386",18864,54957 -"133387",18864,61274 -"133388",18864,72061 -"133389",18864,76997 -"133390",18865,26355 -"133391",18865,27077 -"133392",18865,29482 -"133393",18865,35702 -"133394",18865,41451 -"133395",18865,44124 -"133396",18865,47133 -"133397",18865,47414 -"133398",18865,49106 -"133399",18865,57094 -"133400",18865,58898 -"133401",18865,59147 -"133402",18865,59237 -"133403",18865,59359 -"133404",18865,61563 -"133405",18865,61867 -"133406",18865,62007 -"133407",18865,62078 -"133408",18865,62375 -"133409",18865,62633 -"133410",18865,63395 -"133411",18865,64408 -"133412",18865,64418 -"133413",18865,64511 -"133414",18865,65230 -"133415",18865,66145 -"133416",18865,67503 -"133417",18865,67552 -"133418",18865,67721 -"133419",18865,68816 -"133420",18865,68909 -"133421",18865,68938 -"133422",18865,69332 -"133423",18865,69681 -"133424",18865,70610 -"133425",18865,70611 -"133426",18865,70725 -"133427",18865,71211 -"133428",18865,71505 -"133429",18865,71887 -"133430",18866,19073 -"133431",18866,20249 -"133432",18866,21220 -"133433",18866,22484 -"133434",18866,43204 -"133435",18866,45579 -"133436",18866,60279 -"133437",18866,61724 -"133438",18866,61882 -"133439",18866,69920 -"133440",18866,74554 -"133441",18866,75473 -"133442",18866,76391 -"133443",18866,83275 -"133444",18866,89266 -"133445",18866,94212 -"133446",18866,97235 -"133447",18866,105055 -"133448",18868,24862 -"133449",18868,36405 -"133450",18869,24405 -"133451",18869,41009 -"133452",18870,21738 -"133453",18870,21740 -"133454",18870,24744 -"133455",18870,25155 -"133456",18870,25818 -"133457",18870,36093 -"133458",18870,43750 -"133459",18870,43791 -"133460",18870,47584 -"133461",18870,51587 -"133462",18870,51750 -"133463",18870,56948 -"133464",18870,59143 -"133465",18870,84552 -"133466",18870,84558 -"133467",18870,84599 -"133468",18870,85525 -"133469",18870,86757 -"133470",18870,86763 -"133471",18870,86768 -"133472",18870,100925 -"133473",18870,101570 -"133474",18871,18920 -"133475",18871,26577 -"133476",18871,27235 -"133477",18871,32233 -"133478",18871,36444 -"133479",18871,41274 -"133480",18871,45760 -"133481",18871,51440 -"133482",18871,58761 -"133483",18871,62536 -"133484",18871,76676 -"133485",18871,76826 -"133486",18871,80798 -"133487",18871,81923 -"133488",18871,82512 -"133489",18871,89695 -"133490",18871,107102 -"133491",18873,30319 -"133492",18874,24530 -"133493",18874,52924 -"133494",18874,52972 -"133495",18874,78103 -"133496",18874,79325 -"133497",18874,81364 -"133498",18874,86600 -"133499",18874,88650 -"133500",18874,95604 -"133501",18874,96099 -"133502",18874,99210 -"133503",18874,102353 -"133504",18874,106528 -"133505",18874,109371 -"133506",18874,109373 -"133507",18874,111155 -"133508",18874,111653 -"133509",18875,21480 -"133510",18875,24195 -"133511",18875,25554 -"133512",18875,26073 -"133513",18875,27020 -"133514",18875,34514 -"133515",18875,35000 -"133516",18875,35620 -"133517",18875,39025 -"133518",18875,42107 -"133519",18875,57266 -"133520",18875,62044 -"133521",18875,62680 -"133522",18875,62692 -"133523",18875,75067 -"133524",18875,82386 -"133525",18875,98013 -"133526",18876,18896 -"133527",18876,18953 -"133528",18877,26273 -"133529",18877,47422 -"133530",18877,53840 -"133531",18877,57787 -"133532",18877,77243 -"133533",18877,81980 -"133534",18878,38086 -"133535",18878,39695 -"133536",18878,40483 -"133537",18878,40536 -"133538",18878,40549 -"133539",18878,68393 -"133540",18878,71478 -"133541",18878,73195 -"133542",18878,88351 -"133543",18878,97319 -"133544",18878,98247 -"133545",18878,112073 -"133546",18879,40799 -"133547",18879,40810 -"133548",18879,55100 -"133549",18879,112985 -"133550",18879,113006 -"133551",18879,113007 -"133552",18879,115689 -"133553",18880,62610 -"133554",18881,28563 -"133555",18881,36385 -"133556",18881,36391 -"133557",18881,42558 -"133558",18881,43383 -"133559",18881,50527 -"133560",18881,52766 -"133561",18881,55447 -"133562",18881,56941 -"133563",18881,56970 -"133564",18882,18903 -"133565",18882,33063 -"133566",18883,40617 -"133567",18884,18885 -"133568",18884,20001 -"133569",18884,31655 -"133570",18884,37580 -"133571",18884,39271 -"133572",18884,39617 -"133573",18884,45626 -"133574",18884,48101 -"133575",18884,49997 -"133576",18884,50209 -"133577",18884,52464 -"133578",18884,52858 -"133579",18884,60673 -"133580",18884,60804 -"133581",18884,66252 -"133582",18884,69782 -"133583",18884,69832 -"133584",18884,71733 -"133585",18885,39491 -"133586",18885,50209 -"133587",18885,66252 -"133588",18885,78061 -"133589",18885,99638 -"133590",18886,19175 -"133591",18886,76894 -"133592",18887,47862 -"133593",18887,51104 -"133594",18888,21166 -"133595",18888,22806 -"133596",18888,69941 -"133597",18889,20143 -"133598",18889,52608 -"133599",18889,55990 -"133600",18889,66194 -"133601",18889,75953 -"133602",18889,86506 -"133603",18889,109337 -"133604",18889,123006 -"133605",18890,18910 -"133606",18891,24166 -"133607",18891,28614 -"133608",18891,52077 -"133609",18891,56705 -"133610",18891,79837 -"133611",18891,91090 -"133612",18891,100483 -"133613",18891,106651 -"133614",18892,26018 -"133615",18892,56610 -"133616",18892,72094 -"133617",18894,29773 -"133618",18894,33815 -"133619",18894,37495 -"133620",18894,39698 -"133621",18894,45503 -"133622",18894,46107 -"133623",18894,70928 -"133624",18894,76126 -"133625",18894,76564 -"133626",18894,84903 -"133627",18894,94475 -"133628",18896,18953 -"133629",18896,96527 -"133630",18896,96528 -"133631",18896,96529 -"133632",18896,96530 -"133633",18896,96546 -"133634",18896,96547 -"133635",18896,96548 -"133636",18896,96549 -"133637",18896,96555 -"133638",18896,96559 -"133639",18896,96567 -"133640",18896,96584 -"133641",18896,96670 -"133642",18897,37514 -"133643",18898,38150 -"133644",18898,43342 -"133645",18898,49001 -"133646",18898,57589 -"133647",18898,72892 -"133648",18898,75196 -"133649",18898,100828 -"133650",18899,20066 -"133651",18899,66701 -"133652",18900,57938 -"133653",18901,25768 -"133654",18902,45349 -"133655",18904,24268 -"133656",18904,29589 -"133657",18904,38641 -"133658",18904,43252 -"133659",18904,66513 -"133660",18904,68193 -"133661",18904,92723 -"133662",18904,93743 -"133663",18905,32796 -"133664",18905,65696 -"133665",18907,43018 -"133666",18907,79173 -"133667",18907,110506 -"133668",18908,64186 -"133669",18908,65342 -"133670",18909,31734 -"133671",18909,48860 -"133672",18909,79405 -"133673",18910,107719 -"133674",18911,48366 -"133675",18911,48724 -"133676",18911,50906 -"133677",18911,51056 -"133678",18911,51101 -"133679",18911,74142 -"133680",18911,74164 -"133681",18912,19062 -"133682",18912,43464 -"133683",18912,57563 -"133684",18913,26438 -"133685",18913,57174 -"133686",18913,81173 -"133687",18913,90120 -"133688",18913,101805 -"133689",18913,101825 -"133690",18913,101835 -"133691",18914,21952 -"133692",18915,59442 -"133693",18915,68372 -"133694",18915,76237 -"133695",18916,26049 -"133696",18916,45379 -"133697",18916,47654 -"133698",18916,48615 -"133699",18916,52633 -"133700",18916,55365 -"133701",18916,66011 -"133702",18916,92792 -"133703",18916,104718 -"133704",18916,112874 -"133705",18917,39872 -"133706",18917,43457 -"133707",18917,49763 -"133708",18917,49814 -"133709",18917,49942 -"133710",18917,95245 -"133711",18917,112842 -"133712",18917,121263 -"133713",18918,55466 -"133714",18919,23388 -"133715",18919,44195 -"133716",18919,46316 -"133717",18919,86941 -"133718",18919,91334 -"133719",18919,123453 -"133720",18920,25258 -"133721",18920,45022 -"133722",18921,19006 -"133723",18921,19114 -"133724",18921,62977 -"133725",18921,75347 -"133726",18922,18966 -"133727",18923,26497 -"133728",18923,32414 -"133729",18923,34846 -"133730",18923,59425 -"133731",18923,60054 -"133732",18924,22005 -"133733",18924,40051 -"133734",18924,58096 -"133735",18924,64108 -"133736",18924,80109 -"133737",18924,81485 -"133738",18924,111687 -"133739",18925,23845 -"133740",18925,32482 -"133741",18925,34076 -"133742",18925,35416 -"133743",18925,35504 -"133744",18925,35522 -"133745",18925,35534 -"133746",18925,48970 -"133747",18926,68186 -"133748",18926,72262 -"133749",18926,90999 -"133750",18926,115294 -"133751",18927,19004 -"133752",18927,27427 -"133753",18927,54009 -"133754",18927,62023 -"133755",18928,36373 -"133756",18928,43235 -"133757",18928,46748 -"133758",18928,50409 -"133759",18928,54271 -"133760",18928,54357 -"133761",18928,117010 -"133762",18928,122710 -"133763",18929,40098 -"133764",18929,52761 -"133765",18930,38132 -"133766",18930,39744 -"133767",18930,40211 -"133768",18930,41254 -"133769",18931,33568 -"133770",18931,44982 -"133771",18931,53842 -"133772",18932,35027 -"133773",18932,67953 -"133774",18932,79932 -"133775",18933,21450 -"133776",18933,41467 -"133777",18933,50468 -"133778",18933,74016 -"133779",18933,100713 -"133780",18933,115926 -"133781",18934,23488 -"133782",18934,64841 -"133783",18935,20574 -"133784",18935,21748 -"133785",18935,25165 -"133786",18935,29837 -"133787",18935,31332 -"133788",18935,31334 -"133789",18935,31335 -"133790",18935,36944 -"133791",18935,41723 -"133792",18935,43256 -"133793",18935,44694 -"133794",18935,46339 -"133795",18935,50585 -"133796",18935,62731 -"133797",18936,86118 -"133798",18936,87445 -"133799",18937,48931 -"133800",18938,40652 -"133801",18938,59856 -"133802",18940,31305 -"133803",18940,33460 -"133804",18940,42311 -"133805",18940,46729 -"133806",18940,46892 -"133807",18940,80679 -"133808",18940,90858 -"133809",18940,107593 -"133810",18940,107605 -"133811",18940,108334 -"133812",18941,28664 -"133813",18941,36706 -"133814",18942,95661 -"133815",18942,99253 -"133816",18942,107246 -"133817",18943,23358 -"133818",18943,28099 -"133819",18943,31164 -"133820",18943,32449 -"133821",18943,38699 -"133822",18943,50238 -"133823",18943,68628 -"133824",18943,82265 -"133825",18943,82277 -"133826",18943,94149 -"133827",18944,18945 -"133828",18945,21840 -"133829",18945,67002 -"133830",18945,70314 -"133831",18946,48834 -"133832",18946,52345 -"133833",18947,26218 -"133834",18947,39657 -"133835",18947,46465 -"133836",18947,81419 -"133837",18947,93143 -"133838",18947,110494 -"133839",18947,117524 -"133840",18948,36928 -"133841",18949,23441 -"133842",18950,88534 -"133843",18952,84306 -"133844",18953,21942 -"133845",18953,24718 -"133846",18953,81714 -"133847",18953,85878 -"133848",18953,90560 -"133849",18953,95560 -"133850",18953,101985 -"133851",18953,118924 -"133852",18953,119008 -"133853",18953,119012 -"133854",18954,40057 -"133855",18954,63555 -"133856",18954,65587 -"133857",18954,72827 -"133858",18954,85963 -"133859",18954,106569 -"133860",18954,112862 -"133861",18955,41772 -"133862",18956,19265 -"133863",18956,23394 -"133864",18956,23717 -"133865",18956,25299 -"133866",18956,27970 -"133867",18956,37900 -"133868",18956,57522 -"133869",18956,60849 -"133870",18956,62084 -"133871",18957,23894 -"133872",18957,27630 -"133873",18957,54293 -"133874",18959,110691 -"133875",18960,59829 -"133876",18961,18976 -"133877",18961,72305 -"133878",18962,85012 -"133879",18963,48769 -"133880",18963,112019 -"133881",18963,112355 -"133882",18963,117831 -"133883",18964,51092 -"133884",18964,53932 -"133885",18965,30073 -"133886",18965,32944 -"133887",18965,34192 -"133888",18965,36141 -"133889",18965,40158 -"133890",18965,52940 -"133891",18965,53771 -"133892",18965,57056 -"133893",18965,61337 -"133894",18965,61908 -"133895",18965,71816 -"133896",18965,78020 -"133897",18965,92741 -"133898",18965,111750 -"133899",18967,38665 -"133900",18967,45047 -"133901",18967,45731 -"133902",18967,72743 -"133903",18967,80542 -"133904",18967,88997 -"133905",18967,92824 -"133906",18967,106645 -"133907",18967,112170 -"133908",18968,19248 -"133909",18969,43751 -"133910",18970,24273 -"133911",18970,27154 -"133912",18970,28820 -"133913",18970,29818 -"133914",18970,32531 -"133915",18970,34111 -"133916",18970,41428 -"133917",18970,45088 -"133918",18970,49339 -"133919",18970,49776 -"133920",18970,61633 -"133921",18970,73333 -"133922",18970,116000 -"133923",18972,39985 -"133924",18972,54000 -"133925",18972,78104 -"133926",18973,21179 -"133927",18973,33855 -"133928",18973,46040 -"133929",18973,47388 -"133930",18973,57700 -"133931",18973,58723 -"133932",18973,60642 -"133933",18973,63239 -"133934",18973,67511 -"133935",18973,72640 -"133936",18974,19220 -"133937",18974,20914 -"133938",18974,26578 -"133939",18974,32586 -"133940",18974,44757 -"133941",18974,45406 -"133942",18974,58137 -"133943",18974,61131 -"133944",18975,21628 -"133945",18975,46883 -"133946",18975,49912 -"133947",18975,50301 -"133948",18975,68371 -"133949",18975,87591 -"133950",18975,98876 -"133951",18975,118950 -"133952",18977,20527 -"133953",18977,51246 -"133954",18977,54825 -"133955",18977,73558 -"133956",18978,20811 -"133957",18978,23462 -"133958",18978,27742 -"133959",18978,30541 -"133960",18978,32355 -"133961",18978,32532 -"133962",18978,32560 -"133963",18978,32651 -"133964",18978,33870 -"133965",18978,41410 -"133966",18978,62936 -"133967",18978,65377 -"133968",18978,81137 -"133969",18978,91849 -"133970",18978,107528 -"133971",18978,111193 -"133972",18978,115021 -"133973",18979,26401 -"133974",18979,38950 -"133975",18979,69734 -"133976",18979,89631 -"133977",18980,73171 -"133978",18980,79678 -"133979",18981,52188 -"133980",18981,56166 -"133981",18981,75235 -"133982",18982,25713 -"133983",18982,56937 -"133984",18982,82389 -"133985",18982,108671 -"133986",18983,19196 -"133987",18983,41198 -"133988",18983,109026 -"133989",18984,19097 -"133990",18984,19098 -"133991",18984,19145 -"133992",18984,36518 -"133993",18984,36555 -"133994",18984,39776 -"133995",18984,79759 -"133996",18984,113366 -"133997",18985,29666 -"133998",18985,38028 -"133999",18985,78990 -"134000",18985,95620 -"134001",18985,100556 -"134002",18986,19036 -"134003",18986,20949 -"134004",18986,38833 -"134005",18986,38887 -"134006",18986,38937 -"134007",18986,39058 -"134008",18986,45223 -"134009",18986,61021 -"134010",18987,26922 -"134011",18987,28900 -"134012",18987,79065 -"134013",18987,98653 -"134014",18987,100530 -"134015",18987,102355 -"134016",18988,50621 -"134017",18988,114386 -"134018",18989,26399 -"134019",18989,58796 -"134020",18990,40040 -"134021",18991,79501 -"134022",18992,62162 -"134023",18992,99398 -"134024",18992,110280 -"134025",18994,89585 -"134026",18994,118578 -"134027",18994,121529 -"134028",18995,21197 -"134029",18995,29731 -"134030",18995,31609 -"134031",18995,33569 -"134032",18995,56317 -"134033",18995,58652 -"134034",18995,58684 -"134035",18996,19121 -"134036",18996,43310 -"134037",18996,99861 -"134038",18997,44836 -"134039",18997,59572 -"134040",18997,78299 -"134041",18998,70013 -"134042",18998,93733 -"134043",18999,78719 -"134044",18999,80577 -"134045",18999,105295 -"134046",19000,35405 -"134047",19001,50447 -"134048",19001,58711 -"134049",19001,62160 -"134050",19001,65274 -"134051",19001,95347 -"134052",19001,108151 -"134053",19002,19324 -"134054",19002,20011 -"134055",19002,24044 -"134056",19002,26698 -"134057",19002,32234 -"134058",19002,36615 -"134059",19002,44896 -"134060",19002,44986 -"134061",19002,48084 -"134062",19002,48858 -"134063",19002,58059 -"134064",19002,60366 -"134065",19002,67227 -"134066",19002,70032 -"134067",19002,76826 -"134068",19002,87072 -"134069",19002,88536 -"134070",19002,92553 -"134071",19002,93019 -"134072",19002,98525 -"134073",19002,105119 -"134074",19002,105181 -"134075",19002,107008 -"134076",19002,107043 -"134077",19002,107044 -"134078",19002,112103 -"134079",19003,74813 -"134080",19003,76481 -"134081",19003,94655 -"134082",19003,111240 -"134083",19003,120017 -"134084",19004,21313 -"134085",19004,26648 -"134086",19004,34054 -"134087",19004,49048 -"134088",19004,64049 -"134089",19004,66155 -"134090",19004,87186 -"134091",19005,19228 -"134092",19005,19495 -"134093",19005,19496 -"134094",19005,19555 -"134095",19005,19782 -"134096",19005,19822 -"134097",19005,19888 -"134098",19005,20303 -"134099",19005,20322 -"134100",19005,20360 -"134101",19005,20490 -"134102",19005,20899 -"134103",19006,19114 -"134104",19006,44055 -"134105",19006,59579 -"134106",19006,78861 -"134107",19006,79722 -"134108",19006,91628 -"134109",19006,106954 -"134110",19007,50025 -"134111",19007,66812 -"134112",19008,19009 -"134113",19008,19156 -"134114",19008,19157 -"134115",19008,19300 -"134116",19008,19390 -"134117",19008,19403 -"134118",19008,19467 -"134119",19008,19588 -"134120",19008,19656 -"134121",19008,19825 -"134122",19009,19156 -"134123",19009,19157 -"134124",19009,19300 -"134125",19009,19390 -"134126",19009,19403 -"134127",19009,19467 -"134128",19009,19588 -"134129",19009,19656 -"134130",19009,19825 -"134131",19009,34018 -"134132",19009,64745 -"134133",19010,20179 -"134134",19010,22265 -"134135",19010,22886 -"134136",19010,26612 -"134137",19010,31154 -"134138",19010,32214 -"134139",19010,39059 -"134140",19010,41945 -"134141",19010,42126 -"134142",19010,51407 -"134143",19010,55153 -"134144",19010,69865 -"134145",19010,71163 -"134146",19010,71889 -"134147",19012,27543 -"134148",19012,35736 -"134149",19012,36918 -"134150",19012,38312 -"134151",19012,39491 -"134152",19012,40311 -"134153",19012,41325 -"134154",19012,46263 -"134155",19012,48101 -"134156",19012,50272 -"134157",19012,50957 -"134158",19012,50958 -"134159",19012,64666 -"134160",19012,71967 -"134161",19013,29529 -"134162",19013,88178 -"134163",19014,48672 -"134164",19014,48733 -"134165",19014,48751 -"134166",19014,55613 -"134167",19014,55629 -"134168",19014,55630 -"134169",19014,55646 -"134170",19014,55661 -"134171",19014,55669 -"134172",19014,62934 -"134173",19014,77518 -"134174",19014,77689 -"134175",19015,19142 -"134176",19015,24514 -"134177",19016,46365 -"134178",19016,82917 -"134179",19016,107997 -"134180",19017,28630 -"134181",19017,33872 -"134182",19017,39447 -"134183",19017,40292 -"134184",19017,41225 -"134185",19017,44758 -"134186",19017,81056 -"134187",19017,81125 -"134188",19017,94106 -"134189",19017,106892 -"134190",19017,119126 -"134191",19018,19061 -"134192",19018,19082 -"134193",19018,19135 -"134194",19019,61147 -"134195",19020,19127 -"134196",19020,19195 -"134197",19020,19380 -"134198",19020,34192 -"134199",19020,53165 -"134200",19020,56653 -"134201",19020,60237 -"134202",19020,69557 -"134203",19022,19023 -"134204",19022,19072 -"134205",19022,19113 -"134206",19022,27278 -"134207",19022,27392 -"134208",19022,29538 -"134209",19022,35705 -"134210",19022,39684 -"134211",19022,74221 -"134212",19023,19072 -"134213",19023,19113 -"134214",19024,19063 -"134215",19024,20216 -"134216",19024,62246 -"134217",19025,22936 -"134218",19025,33942 -"134219",19025,43519 -"134220",19025,53028 -"134221",19026,19155 -"134222",19026,25276 -"134223",19026,33259 -"134224",19027,25892 -"134225",19027,31115 -"134226",19027,31799 -"134227",19027,39245 -"134228",19027,41832 -"134229",19027,44636 -"134230",19027,47176 -"134231",19027,49509 -"134232",19027,52771 -"134233",19027,54676 -"134234",19027,56476 -"134235",19027,57184 -"134236",19027,64968 -"134237",19027,65008 -"134238",19027,65029 -"134239",19027,77279 -"134240",19027,78516 -"134241",19027,84052 -"134242",19027,91908 -"134243",19027,93584 -"134244",19027,94932 -"134245",19027,95627 -"134246",19027,101113 -"134247",19027,110040 -"134248",19027,119320 -"134249",19028,19187 -"134250",19028,22049 -"134251",19028,26329 -"134252",19028,27891 -"134253",19028,47815 -"134254",19028,89798 -"134255",19029,25434 -"134256",19029,27630 -"134257",19029,52224 -"134258",19029,54058 -"134259",19029,72219 -"134260",19029,83574 -"134261",19029,100076 -"134262",19029,113004 -"134263",19030,19066 -"134264",19030,19237 -"134265",19030,30881 -"134266",19030,50901 -"134267",19030,65670 -"134268",19030,87511 -"134269",19030,88656 -"134270",19030,92017 -"134271",19030,96091 -"134272",19031,19362 -"134273",19031,37320 -"134274",19031,38736 -"134275",19031,54823 -"134276",19031,59520 -"134277",19031,68230 -"134278",19031,80624 -"134279",19031,81137 -"134280",19032,26486 -"134281",19033,35603 -"134282",19033,53951 -"134283",19034,19104 -"134284",19034,19105 -"134285",19034,19188 -"134286",19034,19791 -"134287",19034,20102 -"134288",19034,22792 -"134289",19034,23386 -"134290",19034,26636 -"134291",19034,28018 -"134292",19034,31235 -"134293",19034,35434 -"134294",19034,47733 -"134295",19034,75883 -"134296",19034,75888 -"134297",19034,75892 -"134298",19034,75893 -"134299",19034,75898 -"134300",19035,19081 -"134301",19035,24911 -"134302",19035,35730 -"134303",19035,35890 -"134304",19035,71373 -"134305",19035,85046 -"134306",19035,85305 -"134307",19035,92697 -"134308",19036,19391 -"134309",19036,23075 -"134310",19036,25606 -"134311",19036,28530 -"134312",19036,30258 -"134313",19036,38185 -"134314",19036,38683 -"134315",19036,40245 -"134316",19036,43226 -"134317",19036,44655 -"134318",19036,44973 -"134319",19036,46177 -"134320",19036,47048 -"134321",19036,48110 -"134322",19036,56032 -"134323",19036,56044 -"134324",19036,58508 -"134325",19036,59731 -"134326",19036,62642 -"134327",19036,68091 -"134328",19036,69335 -"134329",19036,75245 -"134330",19036,75776 -"134331",19036,75956 -"134332",19036,76387 -"134333",19036,78978 -"134334",19036,79212 -"134335",19036,79241 -"134336",19036,79579 -"134337",19036,80239 -"134338",19036,80301 -"134339",19036,81397 -"134340",19036,88340 -"134341",19036,88749 -"134342",19036,89069 -"134343",19036,89373 -"134344",19036,89995 -"134345",19036,90919 -"134346",19036,90936 -"134347",19036,92861 -"134348",19036,93097 -"134349",19036,94231 -"134350",19036,95489 -"134351",19036,96247 -"134352",19036,96363 -"134353",19036,97898 -"134354",19036,97906 -"134355",19037,23296 -"134356",19037,66361 -"134357",19038,28511 -"134358",19038,28686 -"134359",19038,50335 -"134360",19038,53772 -"134361",19038,62932 -"134362",19038,79731 -"134363",19038,111525 -"134364",19039,101896 -"134365",19040,45526 -"134366",19040,70730 -"134367",19040,92189 -"134368",19041,19381 -"134369",19041,31218 -"134370",19043,19217 -"134371",19043,29079 -"134372",19043,51928 -"134373",19043,78847 -"134374",19043,93197 -"134375",19043,96254 -"134376",19043,106701 -"134377",19043,107618 -"134378",19043,112654 -"134379",19043,115841 -"134380",19044,19146 -"134381",19044,24137 -"134382",19044,56159 -"134383",19044,83395 -"134384",19044,99794 -"134385",19045,86720 -"134386",19047,25745 -"134387",19047,27345 -"134388",19047,76539 -"134389",19047,106840 -"134390",19047,106871 -"134391",19048,29590 -"134392",19048,41765 -"134393",19048,41768 -"134394",19048,41869 -"134395",19049,19356 -"134396",19049,38517 -"134397",19049,92477 -"134398",19049,102905 -"134399",19049,102942 -"134400",19050,21504 -"134401",19050,25869 -"134402",19050,32236 -"134403",19050,86782 -"134404",19051,44007 -"134405",19052,20423 -"134406",19052,45134 -"134407",19052,70200 -"134408",19052,90017 -"134409",19053,34165 -"134410",19053,34221 -"134411",19054,19248 -"134412",19054,34444 -"134413",19054,40501 -"134414",19054,40882 -"134415",19054,45444 -"134416",19054,62410 -"134417",19054,62418 -"134418",19054,71297 -"134419",19054,73493 -"134420",19055,77734 -"134421",19056,97315 -"134422",19057,32060 -"134423",19057,32235 -"134424",19057,35688 -"134425",19057,36038 -"134426",19057,46239 -"134427",19057,66014 -"134428",19058,35542 -"134429",19058,36768 -"134430",19058,37732 -"134431",19058,38621 -"134432",19058,41280 -"134433",19058,48317 -"134434",19058,54701 -"134435",19058,55332 -"134436",19058,65458 -"134437",19058,65508 -"134438",19058,87358 -"134439",19058,91872 -"134440",19059,25982 -"134441",19060,21139 -"134442",19060,64376 -"134443",19060,64939 -"134444",19060,102647 -"134445",19061,19082 -"134446",19061,19135 -"134447",19062,22186 -"134448",19063,20071 -"134449",19063,20216 -"134450",19063,29851 -"134451",19063,29888 -"134452",19063,29889 -"134453",19063,29997 -"134454",19063,34730 -"134455",19063,52392 -"134456",19063,61091 -"134457",19063,62856 -"134458",19063,63183 -"134459",19063,80945 -"134460",19063,86786 -"134461",19063,101071 -"134462",19063,102729 -"134463",19063,116886 -"134464",19064,25278 -"134465",19064,39024 -"134466",19065,20721 -"134467",19065,48044 -"134468",19065,69892 -"134469",19066,19237 -"134470",19066,27688 -"134471",19066,85093 -"134472",19066,102518 -"134473",19066,106769 -"134474",19067,19138 -"134475",19067,19618 -"134476",19067,62459 -"134477",19068,19082 -"134478",19068,21918 -"134479",19068,25013 -"134480",19068,25150 -"134481",19068,25639 -"134482",19068,30974 -"134483",19068,36954 -"134484",19068,37307 -"134485",19068,37820 -"134486",19068,41455 -"134487",19068,43149 -"134488",19068,44687 -"134489",19068,50207 -"134490",19068,50488 -"134491",19068,52112 -"134492",19068,53415 -"134493",19068,55449 -"134494",19068,56357 -"134495",19068,57636 -"134496",19068,58482 -"134497",19068,59798 -"134498",19068,70907 -"134499",19068,71683 -"134500",19068,77125 -"134501",19068,77449 -"134502",19068,78398 -"134503",19068,80205 -"134504",19068,81116 -"134505",19068,82426 -"134506",19068,84343 -"134507",19068,85000 -"134508",19068,85101 -"134509",19068,91682 -"134510",19068,95267 -"134511",19068,97580 -"134512",19068,98727 -"134513",19068,98776 -"134514",19068,100795 -"134515",19068,106824 -"134516",19068,108879 -"134517",19068,109166 -"134518",19068,109858 -"134519",19068,109878 -"134520",19068,112962 -"134521",19068,113990 -"134522",19068,115413 -"134523",19068,116123 -"134524",19068,117258 -"134525",19068,117560 -"134526",19068,118128 -"134527",19068,118836 -"134528",19068,118866 -"134529",19068,118873 -"134530",19068,119131 -"134531",19068,119513 -"134532",19068,119716 -"134533",19068,119769 -"134534",19068,120123 -"134535",19068,120169 -"134536",19068,120725 -"134537",19068,120944 -"134538",19068,121609 -"134539",19068,122007 -"134540",19068,122032 -"134541",19068,122035 -"134542",19068,122724 -"134543",19068,123070 -"134544",19068,123394 -"134545",19068,123490 -"134546",19069,22057 -"134547",19069,29884 -"134548",19069,31488 -"134549",19069,31825 -"134550",19069,40329 -"134551",19069,77077 -"134552",19069,79320 -"134553",19069,105527 -"134554",19070,44560 -"134555",19070,61047 -"134556",19070,111313 -"134557",19070,112629 -"134558",19071,27045 -"134559",19071,29291 -"134560",19071,62231 -"134561",19071,64655 -"134562",19071,66650 -"134563",19071,68499 -"134564",19071,68634 -"134565",19071,71161 -"134566",19072,19113 -"134567",19072,22504 -"134568",19072,27885 -"134569",19072,45876 -"134570",19072,57777 -"134571",19072,59391 -"134572",19072,62048 -"134573",19073,21220 -"134574",19073,24330 -"134575",19073,39032 -"134576",19073,48624 -"134577",19073,62608 -"134578",19073,87873 -"134579",19073,94785 -"134580",19073,94903 -"134581",19073,118735 -"134582",19074,26790 -"134583",19074,42102 -"134584",19074,45212 -"134585",19074,54786 -"134586",19075,28580 -"134587",19075,39205 -"134588",19075,39427 -"134589",19075,46177 -"134590",19075,58511 -"134591",19075,74948 -"134592",19076,41174 -"134593",19076,43051 -"134594",19076,46723 -"134595",19076,51638 -"134596",19076,55468 -"134597",19076,82831 -"134598",19076,85079 -"134599",19076,96238 -"134600",19076,99444 -"134601",19076,106074 -"134602",19076,112841 -"134603",19077,34387 -"134604",19077,64841 -"134605",19077,72009 -"134606",19078,59755 -"134607",19078,120698 -"134608",19079,56850 -"134609",19079,86142 -"134610",19079,108251 -"134611",19080,22043 -"134612",19080,31499 -"134613",19080,74283 -"134614",19080,74430 -"134615",19080,74486 -"134616",19080,74544 -"134617",19082,19135 -"134618",19082,21918 -"134619",19082,25013 -"134620",19082,25150 -"134621",19082,25639 -"134622",19082,36954 -"134623",19082,37307 -"134624",19082,41455 -"134625",19082,43149 -"134626",19082,44687 -"134627",19082,50207 -"134628",19082,50488 -"134629",19082,52112 -"134630",19082,53415 -"134631",19082,56357 -"134632",19082,57636 -"134633",19082,58482 -"134634",19082,59798 -"134635",19082,70907 -"134636",19082,71683 -"134637",19082,77125 -"134638",19082,78398 -"134639",19082,82426 -"134640",19082,84343 -"134641",19082,85000 -"134642",19082,85101 -"134643",19082,91682 -"134644",19082,95267 -"134645",19082,97580 -"134646",19082,98727 -"134647",19082,98776 -"134648",19082,100795 -"134649",19082,106824 -"134650",19082,108879 -"134651",19082,109166 -"134652",19082,109858 -"134653",19082,109878 -"134654",19082,112962 -"134655",19082,113990 -"134656",19082,115413 -"134657",19082,116123 -"134658",19082,117258 -"134659",19082,117560 -"134660",19082,118128 -"134661",19082,118836 -"134662",19082,118866 -"134663",19082,118873 -"134664",19082,119131 -"134665",19082,119513 -"134666",19082,119716 -"134667",19082,119769 -"134668",19082,120123 -"134669",19082,120169 -"134670",19082,120725 -"134671",19082,120944 -"134672",19082,121609 -"134673",19082,122007 -"134674",19082,122032 -"134675",19082,122035 -"134676",19082,122724 -"134677",19082,123070 -"134678",19082,123394 -"134679",19082,123490 -"134680",19083,19160 -"134681",19083,40232 -"134682",19083,69321 -"134683",19084,19236 -"134684",19084,27444 -"134685",19084,122651 -"134686",19085,23118 -"134687",19086,91807 -"134688",19087,30579 -"134689",19087,36912 -"134690",19087,38435 -"134691",19087,38459 -"134692",19087,38530 -"134693",19087,40396 -"134694",19087,45873 -"134695",19087,49096 -"134696",19087,69124 -"134697",19087,90931 -"134698",19088,19522 -"134699",19089,20231 -"134700",19089,27809 -"134701",19089,57082 -"134702",19090,30049 -"134703",19091,43013 -"134704",19091,114312 -"134705",19091,117335 -"134706",19092,19756 -"134707",19092,21233 -"134708",19092,29110 -"134709",19092,40913 -"134710",19092,41093 -"134711",19092,44669 -"134712",19092,91466 -"134713",19092,93342 -"134714",19092,102753 -"134715",19092,110503 -"134716",19092,118121 -"134717",19093,19202 -"134718",19093,22055 -"134719",19093,58689 -"134720",19093,59053 -"134721",19093,60019 -"134722",19094,19190 -"134723",19094,20820 -"134724",19094,35513 -"134725",19094,38241 -"134726",19094,40557 -"134727",19095,68392 -"134728",19095,76293 -"134729",19095,80942 -"134730",19095,80967 -"134731",19095,88304 -"134732",19095,89079 -"134733",19096,20538 -"134734",19096,23315 -"134735",19096,27242 -"134736",19096,33854 -"134737",19096,41613 -"134738",19096,44396 -"134739",19096,58854 -"134740",19096,59390 -"134741",19096,60990 -"134742",19096,64200 -"134743",19096,67678 -"134744",19096,69867 -"134745",19096,91140 -"134746",19096,116930 -"134747",19096,116934 -"134748",19097,19098 -"134749",19097,19145 -"134750",19097,39776 -"134751",19098,19145 -"134752",19098,39776 -"134753",19098,79759 -"134754",19099,73678 -"134755",19099,74058 -"134756",19099,119119 -"134757",19100,32477 -"134758",19100,48535 -"134759",19101,20124 -"134760",19101,25027 -"134761",19101,30364 -"134762",19101,30592 -"134763",19101,40629 -"134764",19101,66280 -"134765",19101,72956 -"134766",19102,19956 -"134767",19102,35430 -"134768",19102,53530 -"134769",19102,97245 -"134770",19102,106664 -"134771",19103,24219 -"134772",19103,49867 -"134773",19103,51030 -"134774",19103,53635 -"134775",19104,19105 -"134776",19104,19188 -"134777",19104,47058 -"134778",19104,88808 -"134779",19105,19188 -"134780",19106,20946 -"134781",19106,37702 -"134782",19107,24436 -"134783",19107,39261 -"134784",19107,54688 -"134785",19107,69859 -"134786",19107,80219 -"134787",19107,101789 -"134788",19107,108572 -"134789",19107,109153 -"134790",19108,60044 -"134791",19109,99040 -"134792",19109,99344 -"134793",19109,99807 -"134794",19109,99936 -"134795",19111,19386 -"134796",19111,38288 -"134797",19111,48594 -"134798",19111,76102 -"134799",19111,80214 -"134800",19112,76674 -"134801",19112,103855 -"134802",19113,20292 -"134803",19113,21865 -"134804",19113,22566 -"134805",19113,29537 -"134806",19113,41921 -"134807",19113,45269 -"134808",19113,88278 -"134809",19113,88321 -"134810",19113,96476 -"134811",19113,96928 -"134812",19113,98150 -"134813",19113,101911 -"134814",19113,106157 -"134815",19114,104856 -"134816",19116,23339 -"134817",19116,60060 -"134818",19117,22807 -"134819",19117,31890 -"134820",19117,43345 -"134821",19118,20368 -"134822",19118,21687 -"134823",19118,32002 -"134824",19118,43991 -"134825",19118,58878 -"134826",19119,27350 -"134827",19119,31282 -"134828",19119,32939 -"134829",19119,36440 -"134830",19119,37140 -"134831",19119,41406 -"134832",19119,45296 -"134833",19119,45463 -"134834",19119,73531 -"134835",19119,79306 -"134836",19119,80232 -"134837",19119,82652 -"134838",19119,89458 -"134839",19119,95776 -"134840",19119,96188 -"134841",19119,96197 -"134842",19119,101499 -"134843",19119,101850 -"134844",19119,116117 -"134845",19119,120384 -"134846",19120,76160 -"134847",19120,76169 -"134848",19121,22396 -"134849",19121,27050 -"134850",19121,34533 -"134851",19121,45818 -"134852",19121,59322 -"134853",19121,79172 -"134854",19121,88558 -"134855",19121,113055 -"134856",19122,22029 -"134857",19122,22861 -"134858",19122,43118 -"134859",19122,45066 -"134860",19122,57577 -"134861",19122,85925 -"134862",19123,23059 -"134863",19123,46579 -"134864",19123,59253 -"134865",19123,67946 -"134866",19123,90727 -"134867",19124,44418 -"134868",19124,90891 -"134869",19124,90908 -"134870",19124,91169 -"134871",19125,20944 -"134872",19125,80354 -"134873",19126,100132 -"134874",19126,112379 -"134875",19127,19195 -"134876",19127,19380 -"134877",19127,19781 -"134878",19127,34296 -"134879",19127,34894 -"134880",19128,30603 -"134881",19128,38166 -"134882",19128,40215 -"134883",19128,45391 -"134884",19128,88735 -"134885",19128,88743 -"134886",19128,88748 -"134887",19129,38497 -"134888",19129,77116 -"134889",19129,82111 -"134890",19129,89226 -"134891",19130,44221 -"134892",19130,63538 -"134893",19130,71901 -"134894",19132,19133 -"134895",19132,19372 -"134896",19132,31924 -"134897",19132,64924 -"134898",19132,67289 -"134899",19132,75285 -"134900",19132,76558 -"134901",19132,87870 -"134902",19132,92130 -"134903",19132,103011 -"134904",19132,117691 -"134905",19133,19372 -"134906",19136,36365 -"134907",19136,36452 -"134908",19136,39481 -"134909",19137,19515 -"134910",19137,20313 -"134911",19138,33913 -"134912",19138,41062 -"134913",19138,55414 -"134914",19139,46952 -"134915",19139,57863 -"134916",19139,57932 -"134917",19140,92026 -"134918",19141,23585 -"134919",19141,24559 -"134920",19141,27586 -"134921",19141,45352 -"134922",19141,49084 -"134923",19141,50236 -"134924",19141,88031 -"134925",19141,91912 -"134926",19141,94671 -"134927",19141,97237 -"134928",19142,24514 -"134929",19142,91422 -"134930",19143,19226 -"134931",19144,37088 -"134932",19145,39776 -"134933",19145,50483 -"134934",19145,91977 -"134935",19145,120597 -"134936",19146,29346 -"134937",19146,31639 -"134938",19146,41238 -"134939",19146,69250 -"134940",19146,71560 -"134941",19147,27271 -"134942",19147,27309 -"134943",19147,27709 -"134944",19148,42953 -"134945",19149,37438 -"134946",19149,52555 -"134947",19149,52568 -"134948",19149,56039 -"134949",19150,19153 -"134950",19150,49057 -"134951",19151,22191 -"134952",19151,74929 -"134953",19152,29202 -"134954",19152,59205 -"134955",19152,122684 -"134956",19153,32567 -"134957",19153,45086 -"134958",19154,20606 -"134959",19154,23147 -"134960",19154,23420 -"134961",19154,23723 -"134962",19154,27706 -"134963",19154,31159 -"134964",19154,31295 -"134965",19154,35587 -"134966",19154,38307 -"134967",19154,38367 -"134968",19154,43455 -"134969",19154,43460 -"134970",19154,48157 -"134971",19154,52892 -"134972",19154,56247 -"134973",19154,57377 -"134974",19154,59675 -"134975",19154,59705 -"134976",19154,59800 -"134977",19154,61923 -"134978",19154,63895 -"134979",19154,63935 -"134980",19154,63947 -"134981",19154,63962 -"134982",19154,97684 -"134983",19154,98328 -"134984",19155,32927 -"134985",19155,37409 -"134986",19156,19157 -"134987",19156,19300 -"134988",19156,19390 -"134989",19156,19403 -"134990",19156,19467 -"134991",19156,19588 -"134992",19156,19656 -"134993",19156,19825 -"134994",19157,19300 -"134995",19157,19390 -"134996",19157,19403 -"134997",19157,19467 -"134998",19157,19588 -"134999",19157,19656 -"135000",19157,19825 -"135001",19157,36378 -"135002",19157,36379 -"135003",19157,36412 -"135004",19157,75930 -"135005",19158,22642 -"135006",19158,69071 -"135007",19159,32956 -"135008",19161,24431 -"135009",19161,36018 -"135010",19161,36353 -"135011",19161,39844 -"135012",19161,42127 -"135013",19161,44002 -"135014",19161,44010 -"135015",19161,64953 -"135016",19162,37516 -"135017",19162,55288 -"135018",19162,58984 -"135019",19162,94379 -"135020",19162,99195 -"135021",19163,66842 -"135022",19163,90385 -"135023",19164,20977 -"135024",19164,23423 -"135025",19164,23622 -"135026",19164,23688 -"135027",19164,26251 -"135028",19164,31159 -"135029",19164,42652 -"135030",19164,47582 -"135031",19164,47736 -"135032",19165,67128 -"135033",19166,24286 -"135034",19166,28169 -"135035",19166,32144 -"135036",19166,34837 -"135037",19166,55855 -"135038",19167,36792 -"135039",19167,39743 -"135040",19167,56842 -"135041",19167,57889 -"135042",19168,68917 -"135043",19169,27891 -"135044",19169,40142 -"135045",19169,40324 -"135046",19169,40709 -"135047",19169,42094 -"135048",19169,49164 -"135049",19169,49273 -"135050",19169,56419 -"135051",19169,60471 -"135052",19169,60536 -"135053",19170,21161 -"135054",19170,33380 -"135055",19170,50834 -"135056",19170,59766 -"135057",19170,59950 -"135058",19170,59964 -"135059",19170,62970 -"135060",19170,63154 -"135061",19170,64059 -"135062",19170,74269 -"135063",19170,92068 -"135064",19170,93193 -"135065",19171,20655 -"135066",19171,47149 -"135067",19172,24501 -"135068",19172,29701 -"135069",19172,29955 -"135070",19172,72764 -"135071",19172,87894 -"135072",19172,119837 -"135073",19173,20407 -"135074",19173,23005 -"135075",19173,31861 -"135076",19173,40154 -"135077",19173,44420 -"135078",19173,62369 -"135079",19173,68606 -"135080",19173,71187 -"135081",19174,84799 -"135082",19174,88772 -"135083",19174,90470 -"135084",19176,40419 -"135085",19176,77484 -"135086",19177,19246 -"135087",19177,21978 -"135088",19177,83442 -"135089",19177,99223 -"135090",19177,101506 -"135091",19177,115967 -"135092",19178,72135 -"135093",19178,107677 -"135094",19179,21331 -"135095",19179,23966 -"135096",19179,28139 -"135097",19179,32319 -"135098",19179,39216 -"135099",19179,48530 -"135100",19179,48701 -"135101",19179,63129 -"135102",19179,63690 -"135103",19179,65028 -"135104",19179,72868 -"135105",19179,77434 -"135106",19179,78281 -"135107",19179,93544 -"135108",19179,97032 -"135109",19180,27594 -"135110",19180,69079 -"135111",19181,23846 -"135112",19181,24522 -"135113",19181,34168 -"135114",19181,55686 -"135115",19181,75293 -"135116",19181,104032 -"135117",19182,21176 -"135118",19182,21506 -"135119",19182,21847 -"135120",19182,24938 -"135121",19182,33430 -"135122",19182,50701 -"135123",19182,54848 -"135124",19182,65028 -"135125",19182,66316 -"135126",19182,66336 -"135127",19182,71127 -"135128",19182,83314 -"135129",19183,19199 -"135130",19183,19813 -"135131",19183,24978 -"135132",19183,36993 -"135133",19183,43598 -"135134",19183,99910 -"135135",19183,105468 -"135136",19183,115762 -"135137",19184,50930 -"135138",19184,55484 -"135139",19184,64185 -"135140",19184,89383 -"135141",19184,89387 -"135142",19184,89391 -"135143",19184,89422 -"135144",19184,91973 -"135145",19184,93846 -"135146",19185,19605 -"135147",19185,20321 -"135148",19185,23115 -"135149",19185,26776 -"135150",19185,26868 -"135151",19185,27221 -"135152",19185,35241 -"135153",19185,37452 -"135154",19185,48836 -"135155",19185,79629 -"135156",19186,62672 -"135157",19186,72090 -"135158",19186,72178 -"135159",19186,74115 -"135160",19186,74193 -"135161",19186,74983 -"135162",19187,21398 -"135163",19187,29163 -"135164",19188,62711 -"135165",19189,20160 -"135166",19189,22709 -"135167",19189,23262 -"135168",19189,25671 -"135169",19189,28432 -"135170",19189,30721 -"135171",19189,31778 -"135172",19189,32673 -"135173",19189,34831 -"135174",19189,37461 -"135175",19189,40147 -"135176",19189,55472 -"135177",19189,70265 -"135178",19189,73513 -"135179",19189,73553 -"135180",19189,76294 -"135181",19189,76301 -"135182",19189,76303 -"135183",19189,78890 -"135184",19189,79537 -"135185",19189,79571 -"135186",19189,94598 -"135187",19189,95106 -"135188",19189,102893 -"135189",19189,109828 -"135190",19190,26698 -"135191",19190,35513 -"135192",19190,36919 -"135193",19190,88536 -"135194",19190,92553 -"135195",19191,58824 -"135196",19191,64880 -"135197",19191,68762 -"135198",19191,91282 -"135199",19191,101827 -"135200",19192,19243 -"135201",19192,57214 -"135202",19193,44085 -"135203",19193,44683 -"135204",19194,31882 -"135205",19194,76833 -"135206",19194,84657 -"135207",19194,89292 -"135208",19195,19380 -"135209",19195,57698 -"135210",19195,74430 -"135211",19197,67363 -"135212",19197,100898 -"135213",19198,24886 -"135214",19198,30358 -"135215",19198,45425 -"135216",19198,56666 -"135217",19198,77430 -"135218",19200,19242 -"135219",19201,45344 -"135220",19201,84689 -"135221",19201,97965 -"135222",19202,48708 -"135223",19202,91001 -"135224",19202,91006 -"135225",19203,42750 -"135226",19203,60553 -"135227",19204,23130 -"135228",19204,64097 -"135229",19204,76377 -"135230",19204,87161 -"135231",19204,93840 -"135232",19204,114811 -"135233",19204,120109 -"135234",19205,52185 -"135235",19205,52767 -"135236",19205,68594 -"135237",19205,78726 -"135238",19205,80834 -"135239",19205,82573 -"135240",19205,91229 -"135241",19205,99289 -"135242",19205,108553 -"135243",19205,110359 -"135244",19205,112268 -"135245",19205,113585 -"135246",19205,116515 -"135247",19205,117804 -"135248",19205,117942 -"135249",19205,121950 -"135250",19206,53487 -"135251",19206,74078 -"135252",19207,24163 -"135253",19207,28709 -"135254",19207,30865 -"135255",19207,68778 -"135256",19207,75282 -"135257",19207,75484 -"135258",19207,114042 -"135259",19208,19605 -"135260",19208,20250 -"135261",19208,22053 -"135262",19208,23173 -"135263",19208,23244 -"135264",19208,29266 -"135265",19208,31038 -"135266",19208,34411 -"135267",19208,34865 -"135268",19208,35702 -"135269",19208,38137 -"135270",19208,39552 -"135271",19208,41333 -"135272",19208,45444 -"135273",19208,48871 -"135274",19208,50480 -"135275",19208,50746 -"135276",19208,64051 -"135277",19208,66823 -"135278",19208,66846 -"135279",19208,67556 -"135280",19209,19280 -"135281",19209,19323 -"135282",19209,19327 -"135283",19209,19455 -"135284",19209,63845 -"135285",19209,70668 -"135286",19209,82481 -"135287",19209,84619 -"135288",19209,123269 -"135289",19209,123271 -"135290",19210,21300 -"135291",19211,24543 -"135292",19211,24749 -"135293",19211,77006 -"135294",19212,83346 -"135295",19212,95276 -"135296",19212,119644 -"135297",19213,33180 -"135298",19213,33338 -"135299",19213,36736 -"135300",19213,70710 -"135301",19213,74525 -"135302",19213,114267 -"135303",19214,20053 -"135304",19214,24636 -"135305",19214,24637 -"135306",19214,91741 -"135307",19215,22580 -"135308",19215,22581 -"135309",19215,22657 -"135310",19215,22709 -"135311",19215,22767 -"135312",19215,35080 -"135313",19215,39515 -"135314",19215,42529 -"135315",19215,45473 -"135316",19216,32411 -"135317",19217,103503 -"135318",19218,23201 -"135319",19218,23252 -"135320",19218,23460 -"135321",19219,34770 -"135322",19219,39501 -"135323",19219,47826 -"135324",19220,57191 -"135325",19221,52104 -"135326",19221,60753 -"135327",19221,63250 -"135328",19221,70931 -"135329",19221,99169 -"135330",19222,23180 -"135331",19222,26425 -"135332",19222,72621 -"135333",19222,89283 -"135334",19222,113485 -"135335",19222,115476 -"135336",19222,115948 -"135337",19222,121000 -"135338",19223,26089 -"135339",19223,33427 -"135340",19224,30542 -"135341",19224,46570 -"135342",19224,73976 -"135343",19224,94995 -"135344",19224,99970 -"135345",19225,24342 -"135346",19225,28672 -"135347",19225,40113 -"135348",19225,48125 -"135349",19225,50395 -"135350",19225,52293 -"135351",19225,58942 -"135352",19225,67726 -"135353",19225,70029 -"135354",19225,77747 -"135355",19225,81821 -"135356",19226,85808 -"135357",19227,35099 -"135358",19227,37197 -"135359",19227,41817 -"135360",19227,41855 -"135361",19227,61025 -"135362",19227,72526 -"135363",19227,88509 -"135364",19228,19495 -"135365",19228,19496 -"135366",19228,19555 -"135367",19228,19782 -"135368",19228,19822 -"135369",19228,19888 -"135370",19228,20303 -"135371",19228,20322 -"135372",19228,20360 -"135373",19228,20490 -"135374",19228,20899 -"135375",19229,20446 -"135376",19229,20463 -"135377",19229,22506 -"135378",19229,44512 -"135379",19229,44970 -"135380",19230,80275 -"135381",19231,22049 -"135382",19231,23448 -"135383",19231,44836 -"135384",19231,56983 -"135385",19231,58701 -"135386",19231,82733 -"135387",19231,83327 -"135388",19231,87139 -"135389",19231,96990 -"135390",19232,56097 -"135391",19233,32836 -"135392",19234,21944 -"135393",19234,23010 -"135394",19234,23126 -"135395",19234,41203 -"135396",19234,59080 -"135397",19234,59095 -"135398",19234,59286 -"135399",19234,80047 -"135400",19235,85484 -"135401",19235,112556 -"135402",19235,113913 -"135403",19238,24846 -"135404",19238,27720 -"135405",19238,39430 -"135406",19238,42969 -"135407",19238,65188 -"135408",19238,67401 -"135409",19238,68613 -"135410",19238,79319 -"135411",19238,99144 -"135412",19238,121619 -"135413",19239,29815 -"135414",19239,35438 -"135415",19239,37259 -"135416",19239,44252 -"135417",19239,46989 -"135418",19239,47256 -"135419",19239,48682 -"135420",19239,50278 -"135421",19239,50541 -"135422",19239,54627 -"135423",19239,65518 -"135424",19239,66782 -"135425",19239,68686 -"135426",19239,76369 -"135427",19239,79106 -"135428",19239,94573 -"135429",19239,101497 -"135430",19240,95101 -"135431",19241,22644 -"135432",19242,28332 -"135433",19242,48113 -"135434",19242,75915 -"135435",19242,117347 -"135436",19243,44248 -"135437",19243,44778 -"135438",19243,53562 -"135439",19243,63961 -"135440",19244,45799 -"135441",19244,67836 -"135442",19244,76520 -"135443",19244,76600 -"135444",19244,76626 -"135445",19245,19603 -"135446",19246,57910 -"135447",19246,70184 -"135448",19246,78611 -"135449",19246,80983 -"135450",19246,81951 -"135451",19246,85191 -"135452",19248,19719 -"135453",19248,21415 -"135454",19248,23523 -"135455",19248,23697 -"135456",19248,25198 -"135457",19248,27694 -"135458",19248,29783 -"135459",19248,32687 -"135460",19248,34444 -"135461",19248,36121 -"135462",19248,40501 -"135463",19248,40882 -"135464",19248,44960 -"135465",19248,47890 -"135466",19248,48605 -"135467",19248,49302 -"135468",19248,54171 -"135469",19248,56695 -"135470",19248,61982 -"135471",19248,62410 -"135472",19248,62418 -"135473",19248,62841 -"135474",19248,63075 -"135475",19248,65947 -"135476",19248,75633 -"135477",19248,81778 -"135478",19249,24683 -"135479",19249,29115 -"135480",19250,71862 -"135481",19250,86033 -"135482",19250,91988 -"135483",19250,98374 -"135484",19250,118400 -"135485",19251,37696 -"135486",19251,37697 -"135487",19252,19463 -"135488",19252,22952 -"135489",19252,30092 -"135490",19252,32406 -"135491",19252,32922 -"135492",19252,48776 -"135493",19252,56686 -"135494",19252,64636 -"135495",19252,92111 -"135496",19252,93685 -"135497",19253,21654 -"135498",19253,25953 -"135499",19253,42410 -"135500",19253,48593 -"135501",19253,54860 -"135502",19253,54865 -"135503",19253,54901 -"135504",19253,54903 -"135505",19253,85314 -"135506",19254,19435 -"135507",19255,71785 -"135508",19255,86733 -"135509",19256,31461 -"135510",19257,19258 -"135511",19257,20532 -"135512",19257,24635 -"135513",19257,26912 -"135514",19257,27063 -"135515",19257,42133 -"135516",19257,56100 -"135517",19257,60430 -"135518",19257,69472 -"135519",19257,94205 -"135520",19258,27111 -"135521",19258,28686 -"135522",19258,31403 -"135523",19258,32091 -"135524",19258,33511 -"135525",19258,43946 -"135526",19258,63950 -"135527",19258,77924 -"135528",19258,80075 -"135529",19258,102507 -"135530",19259,59692 -"135531",19259,99770 -"135532",19260,19314 -"135533",19260,19385 -"135534",19260,19446 -"135535",19261,98697 -"135536",19262,37200 -"135537",19262,43668 -"135538",19262,63073 -"135539",19262,92627 -"135540",19262,101356 -"135541",19262,101361 -"135542",19262,101363 -"135543",19262,108099 -"135544",19263,19321 -"135545",19263,19477 -"135546",19263,19551 -"135547",19263,93497 -"135548",19265,22490 -"135549",19265,23227 -"135550",19265,23394 -"135551",19265,29804 -"135552",19265,47173 -"135553",19265,47600 -"135554",19265,59439 -"135555",19265,62084 -"135556",19266,26722 -"135557",19266,28078 -"135558",19266,37494 -"135559",19266,40978 -"135560",19267,19957 -"135561",19267,44641 -"135562",19267,47605 -"135563",19267,52506 -"135564",19267,64799 -"135565",19267,72073 -"135566",19268,24498 -"135567",19268,67794 -"135568",19268,68338 -"135569",19268,92241 -"135570",19268,93006 -"135571",19268,93099 -"135572",19269,44143 -"135573",19269,59122 -"135574",19269,106054 -"135575",19270,19399 -"135576",19270,41615 -"135577",19270,53511 -"135578",19271,28022 -"135579",19271,41001 -"135580",19272,19531 -"135581",19272,60255 -"135582",19272,92248 -"135583",19273,20889 -"135584",19273,20912 -"135585",19273,20922 -"135586",19273,28081 -"135587",19274,28275 -"135588",19276,59279 -"135589",19277,20131 -"135590",19277,22929 -"135591",19277,31900 -"135592",19277,52403 -"135593",19277,52964 -"135594",19277,65722 -"135595",19277,67913 -"135596",19278,19458 -"135597",19279,44736 -"135598",19279,44737 -"135599",19279,45652 -"135600",19279,60084 -"135601",19280,42595 -"135602",19280,54237 -"135603",19281,19436 -"135604",19281,30368 -"135605",19281,77853 -"135606",19281,81997 -"135607",19281,98011 -"135608",19282,23333 -"135609",19282,34001 -"135610",19282,88063 -"135611",19282,99934 -"135612",19282,110972 -"135613",19283,33785 -"135614",19283,38481 -"135615",19283,41687 -"135616",19283,64826 -"135617",19283,93353 -"135618",19283,99107 -"135619",19283,109957 -"135620",19283,113854 -"135621",19284,19642 -"135622",19285,29508 -"135623",19285,29522 -"135624",19285,29546 -"135625",19285,29548 -"135626",19285,29563 -"135627",19285,29577 -"135628",19285,29591 -"135629",19286,60307 -"135630",19286,73404 -"135631",19287,39472 -"135632",19287,60048 -"135633",19287,63239 -"135634",19287,74471 -"135635",19287,103425 -"135636",19288,23644 -"135637",19288,36281 -"135638",19288,59211 -"135639",19288,84400 -"135640",19288,88146 -"135641",19288,90836 -"135642",19288,99281 -"135643",19288,101082 -"135644",19288,101620 -"135645",19288,117020 -"135646",19289,55656 -"135647",19289,92607 -"135648",19290,20094 -"135649",19290,21826 -"135650",19290,24018 -"135651",19290,26013 -"135652",19290,28974 -"135653",19290,107935 -"135654",19291,28180 -"135655",19291,46287 -"135656",19292,54318 -"135657",19292,90527 -"135658",19292,122226 -"135659",19293,19470 -"135660",19293,19507 -"135661",19294,55377 -"135662",19294,116250 -"135663",19295,22281 -"135664",19295,31068 -"135665",19295,33400 -"135666",19296,19297 -"135667",19296,19347 -"135668",19296,19366 -"135669",19296,23570 -"135670",19296,36088 -"135671",19296,47050 -"135672",19296,69057 -"135673",19296,88171 -"135674",19296,109201 -"135675",19297,19347 -"135676",19297,19366 -"135677",19297,36088 -"135678",19297,47050 -"135679",19297,69057 -"135680",19297,88171 -"135681",19297,109201 -"135682",19297,112109 -"135683",19298,19572 -"135684",19298,26740 -"135685",19298,34228 -"135686",19298,34331 -"135687",19298,37938 -"135688",19298,39210 -"135689",19298,39228 -"135690",19298,63898 -"135691",19299,19630 -"135692",19299,20602 -"135693",19299,20693 -"135694",19299,21750 -"135695",19299,27571 -"135696",19299,54040 -"135697",19299,79282 -"135698",19299,84166 -"135699",19299,115378 -"135700",19300,19390 -"135701",19300,19403 -"135702",19300,19467 -"135703",19300,19588 -"135704",19300,19656 -"135705",19300,19825 -"135706",19301,28846 -"135707",19301,32831 -"135708",19301,44016 -"135709",19301,44080 -"135710",19301,87499 -"135711",19302,66520 -"135712",19302,75493 -"135713",19302,89613 -"135714",19302,93535 -"135715",19302,108694 -"135716",19302,112540 -"135717",19303,27448 -"135718",19303,27449 -"135719",19303,46767 -"135720",19303,79158 -"135721",19304,19614 -"135722",19304,19711 -"135723",19305,25574 -"135724",19306,26813 -"135725",19308,19309 -"135726",19308,19310 -"135727",19308,19395 -"135728",19308,19482 -"135729",19308,22288 -"135730",19308,70435 -"135731",19309,19310 -"135732",19309,19395 -"135733",19309,19482 -"135734",19309,20577 -"135735",19309,20675 -"135736",19309,20676 -"135737",19309,29580 -"135738",19309,45504 -"135739",19309,49109 -"135740",19309,66463 -"135741",19310,19395 -"135742",19310,19482 -"135743",19311,31926 -"135744",19311,41096 -"135745",19311,42317 -"135746",19311,68708 -"135747",19311,76151 -"135748",19311,92863 -"135749",19311,117620 -"135750",19312,23248 -"135751",19312,73732 -"135752",19312,74007 -"135753",19313,46353 -"135754",19313,107889 -"135755",19314,19385 -"135756",19314,19446 -"135757",19314,21325 -"135758",19314,64925 -"135759",19314,68910 -"135760",19314,78323 -"135761",19314,80058 -"135762",19314,80152 -"135763",19314,82206 -"135764",19314,89336 -"135765",19314,89346 -"135766",19314,91210 -"135767",19314,93184 -"135768",19314,98791 -"135769",19314,98804 -"135770",19315,19316 -"135771",19315,41403 -"135772",19317,22057 -"135773",19317,27224 -"135774",19317,27517 -"135775",19317,29884 -"135776",19317,56531 -"135777",19317,58163 -"135778",19317,59992 -"135779",19317,61242 -"135780",19317,67559 -"135781",19317,70454 -"135782",19317,83844 -"135783",19317,96149 -"135784",19317,106469 -"135785",19317,107588 -"135786",19319,31867 -"135787",19319,31872 -"135788",19319,57639 -"135789",19320,104927 -"135790",19321,19477 -"135791",19321,19551 -"135792",19321,38933 -"135793",19321,50154 -"135794",19321,53709 -"135795",19321,55521 -"135796",19321,60762 -"135797",19321,68878 -"135798",19321,79918 -"135799",19321,82360 -"135800",19322,57926 -"135801",19323,19327 -"135802",19323,19455 -"135803",19323,28741 -"135804",19323,28744 -"135805",19323,29293 -"135806",19323,47884 -"135807",19323,52881 -"135808",19324,20011 -"135809",19324,22746 -"135810",19324,29488 -"135811",19324,36615 -"135812",19324,44896 -"135813",19324,44986 -"135814",19324,47225 -"135815",19324,48084 -"135816",19324,48585 -"135817",19324,48612 -"135818",19324,48645 -"135819",19324,60366 -"135820",19324,82622 -"135821",19324,105088 -"135822",19325,109834 -"135823",19326,23589 -"135824",19326,51106 -"135825",19327,19455 -"135826",19327,28741 -"135827",19327,28744 -"135828",19327,29293 -"135829",19327,63672 -"135830",19327,72207 -"135831",19328,34801 -"135832",19328,36420 -"135833",19328,44976 -"135834",19328,45948 -"135835",19328,66875 -"135836",19329,34446 -"135837",19329,106986 -"135838",19330,26018 -"135839",19330,26380 -"135840",19330,26454 -"135841",19331,102934 -"135842",19332,25152 -"135843",19332,33349 -"135844",19332,38625 -"135845",19332,80717 -"135846",19332,91770 -"135847",19332,103077 -"135848",19332,117092 -"135849",19334,19388 -"135850",19334,40779 -"135851",19334,45129 -"135852",19334,64310 -"135853",19334,64358 -"135854",19334,75737 -"135855",19335,19580 -"135856",19335,22567 -"135857",19335,23132 -"135858",19335,38798 -"135859",19335,40383 -"135860",19335,43941 -"135861",19335,50495 -"135862",19335,53611 -"135863",19335,58946 -"135864",19335,83766 -"135865",19335,83794 -"135866",19335,83795 -"135867",19335,91619 -"135868",19336,58908 -"135869",19336,98216 -"135870",19336,98224 -"135871",19337,22106 -"135872",19337,22140 -"135873",19337,22310 -"135874",19337,22311 -"135875",19337,27409 -"135876",19337,37052 -"135877",19337,41347 -"135878",19337,44156 -"135879",19337,48431 -"135880",19337,56414 -"135881",19337,56523 -"135882",19337,60114 -"135883",19337,64892 -"135884",19337,65654 -"135885",19337,65675 -"135886",19337,65710 -"135887",19337,65751 -"135888",19337,78676 -"135889",19338,19452 -"135890",19338,20429 -"135891",19338,36315 -"135892",19338,41231 -"135893",19338,41273 -"135894",19338,41312 -"135895",19338,47611 -"135896",19338,50700 -"135897",19338,68764 -"135898",19338,69954 -"135899",19338,78006 -"135900",19338,99564 -"135901",19339,24078 -"135902",19339,26344 -"135903",19339,26530 -"135904",19339,47233 -"135905",19340,45100 -"135906",19340,78999 -"135907",19340,105870 -"135908",19341,37671 -"135909",19341,37672 -"135910",19341,37699 -"135911",19342,24058 -"135912",19343,27881 -"135913",19344,46490 -"135914",19344,48629 -"135915",19344,77445 -"135916",19344,77469 -"135917",19345,22919 -"135918",19345,31472 -"135919",19345,31508 -"135920",19345,52230 -"135921",19347,19366 -"135922",19347,23570 -"135923",19347,27998 -"135924",19347,28961 -"135925",19347,45484 -"135926",19347,78356 -"135927",19347,88171 -"135928",19347,88723 -"135929",19347,91476 -"135930",19348,27228 -"135931",19348,34762 -"135932",19348,76500 -"135933",19348,114931 -"135934",19349,19667 -"135935",19349,52591 -"135936",19349,54385 -"135937",19349,68883 -"135938",19349,68956 -"135939",19349,77056 -"135940",19349,79000 -"135941",19349,81565 -"135942",19350,23174 -"135943",19350,24949 -"135944",19350,26262 -"135945",19351,32327 -"135946",19351,68872 -"135947",19351,86705 -"135948",19351,86789 -"135949",19351,87636 -"135950",19351,99670 -"135951",19351,105304 -"135952",19352,54151 -"135953",19353,60116 -"135954",19353,97009 -"135955",19354,21062 -"135956",19354,21598 -"135957",19354,27929 -"135958",19354,45200 -"135959",19354,90037 -"135960",19354,98446 -"135961",19354,112398 -"135962",19355,19441 -"135963",19355,46153 -"135964",19355,57678 -"135965",19355,80630 -"135966",19355,81183 -"135967",19355,85200 -"135968",19355,89202 -"135969",19355,97222 -"135970",19357,29658 -"135971",19357,76523 -"135972",19358,20667 -"135973",19358,22756 -"135974",19358,24948 -"135975",19358,24989 -"135976",19358,26413 -"135977",19358,27267 -"135978",19358,31897 -"135979",19358,32070 -"135980",19358,40561 -"135981",19358,41232 -"135982",19358,46568 -"135983",19358,50659 -"135984",19358,54737 -"135985",19358,56168 -"135986",19358,60846 -"135987",19358,63375 -"135988",19358,69291 -"135989",19358,78073 -"135990",19358,79243 -"135991",19358,79331 -"135992",19358,79710 -"135993",19358,79711 -"135994",19358,79720 -"135995",19358,79725 -"135996",19358,79738 -"135997",19358,79739 -"135998",19358,79748 -"135999",19358,79750 -"136000",19358,79754 -"136001",19358,79758 -"136002",19358,79760 -"136003",19358,79771 -"136004",19358,79780 -"136005",19358,79781 -"136006",19358,79803 -"136007",19358,84669 -"136008",19358,90305 -"136009",19358,99138 -"136010",19358,104161 -"136011",19358,105460 -"136012",19358,109066 -"136013",19358,114529 -"136014",19358,118207 -"136015",19358,118237 -"136016",19359,36635 -"136017",19359,40772 -"136018",19360,19411 -"136019",19360,19427 -"136020",19360,19428 -"136021",19360,19437 -"136022",19360,19454 -"136023",19361,102006 -"136024",19361,118628 -"136025",19363,23767 -"136026",19364,19504 -"136027",19364,22709 -"136028",19364,28432 -"136029",19364,30721 -"136030",19364,30874 -"136031",19364,32523 -"136032",19364,41580 -"136033",19364,43236 -"136034",19364,46668 -"136035",19364,67917 -"136036",19364,68823 -"136037",19364,73553 -"136038",19365,45241 -"136039",19367,62822 -"136040",19367,68460 -"136041",19367,85481 -"136042",19368,38671 -"136043",19368,39852 -"136044",19368,87258 -"136045",19369,93260 -"136046",19370,32626 -"136047",19372,74872 -"136048",19372,77722 -"136049",19372,79165 -"136050",19372,82103 -"136051",19373,27543 -"136052",19373,30626 -"136053",19373,41962 -"136054",19374,32142 -"136055",19374,47925 -"136056",19375,98583 -"136057",19376,42720 -"136058",19376,59852 -"136059",19376,111436 -"136060",19377,86665 -"136061",19378,19440 -"136062",19378,40220 -"136063",19378,81381 -"136064",19378,104024 -"136065",19378,104049 -"136066",19379,22816 -"136067",19379,31952 -"136068",19379,36129 -"136069",19379,45797 -"136070",19379,46332 -"136071",19379,46377 -"136072",19379,49980 -"136073",19379,57093 -"136074",19379,62252 -"136075",19379,64908 -"136076",19379,65726 -"136077",19379,71955 -"136078",19379,74108 -"136079",19379,77823 -"136080",19379,79646 -"136081",19379,80925 -"136082",19379,83473 -"136083",19379,95971 -"136084",19379,114006 -"136085",19380,19500 -"136086",19380,19781 -"136087",19380,21933 -"136088",19380,33066 -"136089",19380,34216 -"136090",19380,35958 -"136091",19380,39989 -"136092",19380,73902 -"136093",19380,82449 -"136094",19380,82468 -"136095",19381,20943 -"136096",19383,44101 -"136097",19384,23803 -"136098",19384,23918 -"136099",19384,30239 -"136100",19384,48012 -"136101",19384,48031 -"136102",19384,56751 -"136103",19384,80560 -"136104",19385,19446 -"136105",19386,19387 -"136106",19386,33032 -"136107",19386,41863 -"136108",19386,53044 -"136109",19386,56144 -"136110",19386,57068 -"136111",19386,65772 -"136112",19386,73983 -"136113",19386,81724 -"136114",19387,60247 -"136115",19387,88665 -"136116",19388,22945 -"136117",19388,24907 -"136118",19388,30927 -"136119",19388,49283 -"136120",19388,73797 -"136121",19388,83377 -"136122",19388,103577 -"136123",19389,29634 -"136124",19389,43986 -"136125",19389,108719 -"136126",19389,110415 -"136127",19389,114047 -"136128",19390,19403 -"136129",19390,19467 -"136130",19390,19588 -"136131",19390,19656 -"136132",19390,19825 -"136133",19391,23075 -"136134",19391,25606 -"136135",19391,28530 -"136136",19391,30258 -"136137",19391,38185 -"136138",19391,38683 -"136139",19391,40245 -"136140",19391,43226 -"136141",19391,44655 -"136142",19391,44973 -"136143",19391,46177 -"136144",19391,47048 -"136145",19391,48110 -"136146",19391,58508 -"136147",19391,59731 -"136148",19391,62642 -"136149",19391,68091 -"136150",19391,69335 -"136151",19391,75245 -"136152",19391,75776 -"136153",19391,75956 -"136154",19391,76387 -"136155",19391,78978 -"136156",19391,79212 -"136157",19391,79241 -"136158",19391,79579 -"136159",19391,80239 -"136160",19391,80301 -"136161",19391,81397 -"136162",19391,88340 -"136163",19391,88749 -"136164",19391,89069 -"136165",19391,89373 -"136166",19391,89995 -"136167",19391,90919 -"136168",19391,90936 -"136169",19391,92861 -"136170",19391,93097 -"136171",19391,94231 -"136172",19391,95489 -"136173",19391,96247 -"136174",19391,96363 -"136175",19391,97898 -"136176",19392,34859 -"136177",19392,41003 -"136178",19392,43226 -"136179",19392,52289 -"136180",19392,54872 -"136181",19392,57990 -"136182",19392,70009 -"136183",19392,93110 -"136184",19393,28256 -"136185",19393,47296 -"136186",19393,54782 -"136187",19393,59627 -"136188",19393,67478 -"136189",19393,79733 -"136190",19393,97505 -"136191",19393,102587 -"136192",19393,109217 -"136193",19393,111858 -"136194",19394,25546 -"136195",19394,28659 -"136196",19394,33661 -"136197",19394,33671 -"136198",19394,45406 -"136199",19394,45409 -"136200",19394,45517 -"136201",19394,47356 -"136202",19394,50095 -"136203",19394,55064 -"136204",19395,19482 -"136205",19395,45504 -"136206",19396,24239 -"136207",19396,55042 -"136208",19397,55235 -"136209",19397,71374 -"136210",19397,77174 -"136211",19397,119431 -"136212",19398,22442 -"136213",19398,58382 -"136214",19398,62295 -"136215",19398,70139 -"136216",19400,19956 -"136217",19400,24195 -"136218",19400,26846 -"136219",19400,28918 -"136220",19400,30208 -"136221",19400,36506 -"136222",19400,39378 -"136223",19400,39647 -"136224",19400,40710 -"136225",19400,40864 -"136226",19400,42068 -"136227",19400,45699 -"136228",19400,47534 -"136229",19400,52589 -"136230",19400,53707 -"136231",19400,62395 -"136232",19400,64873 -"136233",19400,64894 -"136234",19400,64930 -"136235",19400,64958 -"136236",19400,73960 -"136237",19400,79409 -"136238",19400,107880 -"136239",19400,108074 -"136240",19401,26263 -"136241",19401,40932 -"136242",19402,106146 -"136243",19402,119814 -"136244",19403,19467 -"136245",19403,19588 -"136246",19403,19656 -"136247",19403,19825 -"136248",19404,100872 -"136249",19405,21286 -"136250",19405,26133 -"136251",19405,27897 -"136252",19405,29253 -"136253",19405,48955 -"136254",19405,59690 -"136255",19405,66131 -"136256",19405,77738 -"136257",19405,79216 -"136258",19405,79217 -"136259",19405,79407 -"136260",19405,80522 -"136261",19405,80528 -"136262",19405,80564 -"136263",19405,80842 -"136264",19405,91152 -"136265",19405,103219 -"136266",19405,104098 -"136267",19405,123043 -"136268",19406,79871 -"136269",19406,81060 -"136270",19406,110018 -"136271",19406,114333 -"136272",19407,19417 -"136273",19407,22347 -"136274",19407,33332 -"136275",19407,64070 -"136276",19407,74681 -"136277",19408,25680 -"136278",19408,28130 -"136279",19408,92072 -"136280",19408,100708 -"136281",19408,114631 -"136282",19408,116450 -"136283",19408,122339 -"136284",19409,24509 -"136285",19409,24575 -"136286",19409,24905 -"136287",19409,25941 -"136288",19409,26092 -"136289",19409,34782 -"136290",19409,43845 -"136291",19409,50550 -"136292",19409,53761 -"136293",19409,85320 -"136294",19409,85325 -"136295",19409,85554 -"136296",19409,86437 -"136297",19409,95116 -"136298",19410,74341 -"136299",19411,19427 -"136300",19411,19428 -"136301",19411,19437 -"136302",19411,19454 -"136303",19412,30093 -"136304",19412,38642 -"136305",19412,48395 -"136306",19413,94760 -"136307",19414,26787 -"136308",19414,29499 -"136309",19414,30422 -"136310",19414,39419 -"136311",19414,45216 -"136312",19414,55280 -"136313",19414,80802 -"136314",19414,81676 -"136315",19414,81682 -"136316",19415,95399 -"136317",19415,114012 -"136318",19416,39390 -"136319",19416,40369 -"136320",19416,43173 -"136321",19416,66417 -"136322",19418,19589 -"136323",19418,22947 -"136324",19418,94373 -"136325",19419,21290 -"136326",19419,22056 -"136327",19419,23975 -"136328",19419,41180 -"136329",19419,44969 -"136330",19419,45839 -"136331",19419,47841 -"136332",19419,61665 -"136333",19419,82618 -"136334",19419,83947 -"136335",19419,102644 -"136336",19420,44305 -"136337",19420,101651 -"136338",19421,22339 -"136339",19421,64370 -"136340",19421,70537 -"136341",19421,86824 -"136342",19421,95412 -"136343",19422,28369 -"136344",19422,29037 -"136345",19422,30685 -"136346",19422,35077 -"136347",19422,42212 -"136348",19422,65362 -"136349",19422,81722 -"136350",19422,84770 -"136351",19422,99136 -"136352",19422,101117 -"136353",19422,109262 -"136354",19422,110196 -"136355",19422,110216 -"136356",19423,22281 -"136357",19423,77268 -"136358",19423,81868 -"136359",19424,48278 -"136360",19424,57956 -"136361",19424,64631 -"136362",19425,19514 -"136363",19425,19515 -"136364",19425,19705 -"136365",19426,19545 -"136366",19426,29137 -"136367",19426,55187 -"136368",19426,64964 -"136369",19426,71531 -"136370",19427,19428 -"136371",19427,19437 -"136372",19427,19454 -"136373",19427,48199 -"136374",19428,19437 -"136375",19428,19454 -"136376",19429,76619 -"136377",19429,113985 -"136378",19430,43559 -"136379",19430,56906 -"136380",19430,74189 -"136381",19430,83495 -"136382",19430,98945 -"136383",19430,122441 -"136384",19430,122442 -"136385",19430,122443 -"136386",19430,122446 -"136387",19432,19490 -"136388",19432,60746 -"136389",19433,19491 -"136390",19433,25989 -"136391",19433,34359 -"136392",19433,39062 -"136393",19433,49977 -"136394",19433,52249 -"136395",19433,62305 -"136396",19433,103788 -"136397",19433,109990 -"136398",19435,73501 -"136399",19437,19454 -"136400",19438,32575 -"136401",19438,70221 -"136402",19439,27606 -"136403",19439,117545 -"136404",19439,121866 -"136405",19441,56737 -"136406",19442,19485 -"136407",19442,23371 -"136408",19442,29626 -"136409",19443,22528 -"136410",19443,88102 -"136411",19444,31064 -"136412",19444,36713 -"136413",19444,59518 -"136414",19444,69419 -"136415",19444,92867 -"136416",19444,109584 -"136417",19444,118672 -"136418",19445,89990 -"136419",19446,21325 -"136420",19446,39779 -"136421",19446,80058 -"136422",19447,27876 -"136423",19447,48598 -"136424",19447,49923 -"136425",19447,75481 -"136426",19448,22180 -"136427",19448,22455 -"136428",19448,28425 -"136429",19448,39765 -"136430",19448,44194 -"136431",19448,45815 -"136432",19448,49378 -"136433",19448,52080 -"136434",19448,62556 -"136435",19448,65971 -"136436",19448,65981 -"136437",19449,28515 -"136438",19449,32349 -"136439",19449,54365 -"136440",19449,56508 -"136441",19449,59074 -"136442",19449,70338 -"136443",19449,87837 -"136444",19449,101883 -"136445",19450,114709 -"136446",19451,19508 -"136447",19451,19638 -"136448",19451,55507 -"136449",19451,55580 -"136450",19451,55581 -"136451",19452,71038 -"136452",19453,29995 -"136453",19453,33356 -"136454",19453,36366 -"136455",19453,40708 -"136456",19453,53083 -"136457",19453,54156 -"136458",19453,55714 -"136459",19453,64502 -"136460",19453,64845 -"136461",19453,95949 -"136462",19454,21548 -"136463",19454,22368 -"136464",19454,22869 -"136465",19454,27247 -"136466",19455,20987 -"136467",19455,32215 -"136468",19455,80382 -"136469",19456,43174 -"136470",19456,43195 -"136471",19456,43204 -"136472",19456,109825 -"136473",19457,23972 -"136474",19457,105885 -"136475",19458,25367 -"136476",19458,35385 -"136477",19458,41672 -"136478",19458,88027 -"136479",19458,107339 -"136480",19460,20562 -"136481",19460,22146 -"136482",19460,54844 -"136483",19460,76572 -"136484",19460,87434 -"136485",19460,87544 -"136486",19460,91118 -"136487",19460,111752 -"136488",19460,117286 -"136489",19460,117287 -"136490",19461,42853 -"136491",19461,49962 -"136492",19461,63742 -"136493",19462,21915 -"136494",19463,39849 -"136495",19463,48776 -"136496",19463,49317 -"136497",19463,50164 -"136498",19463,92111 -"136499",19463,93685 -"136500",19464,34425 -"136501",19464,40328 -"136502",19464,47507 -"136503",19464,48814 -"136504",19464,50927 -"136505",19464,104143 -"136506",19464,110992 -"136507",19465,27044 -"136508",19465,36285 -"136509",19465,68423 -"136510",19465,119688 -"136511",19467,19588 -"136512",19467,19656 -"136513",19467,19825 -"136514",19468,20886 -"136515",19468,45226 -"136516",19468,45291 -"136517",19469,42201 -"136518",19469,72580 -"136519",19470,19507 -"136520",19470,64637 -"136521",19470,84786 -"136522",19470,86820 -"136523",19470,115466 -"136524",19470,121605 -"136525",19471,19745 -"136526",19471,23403 -"136527",19471,41142 -"136528",19471,53881 -"136529",19471,63711 -"136530",19473,50604 -"136531",19473,54272 -"136532",19473,75526 -"136533",19473,98266 -"136534",19473,99953 -"136535",19473,108579 -"136536",19473,118446 -"136537",19474,102751 -"136538",19475,21973 -"136539",19475,24232 -"136540",19475,30123 -"136541",19475,34394 -"136542",19475,36914 -"136543",19475,38498 -"136544",19475,94705 -"136545",19475,119126 -"136546",19475,119127 -"136547",19476,49250 -"136548",19476,77719 -"136549",19476,78201 -"136550",19476,109726 -"136551",19477,19551 -"136552",19477,21332 -"136553",19477,21708 -"136554",19477,23302 -"136555",19477,23309 -"136556",19477,24610 -"136557",19477,24933 -"136558",19477,27350 -"136559",19477,28825 -"136560",19477,28956 -"136561",19477,30317 -"136562",19477,30365 -"136563",19477,34570 -"136564",19477,36085 -"136565",19477,36843 -"136566",19477,37302 -"136567",19477,44956 -"136568",19477,45131 -"136569",19477,45250 -"136570",19477,45296 -"136571",19477,73045 -"136572",19477,74140 -"136573",19477,77021 -"136574",19477,89633 -"136575",19477,96944 -"136576",19477,102064 -"136577",19477,108997 -"136578",19478,55497 -"136579",19478,69293 -"136580",19479,23889 -"136581",19479,24855 -"136582",19479,64282 -"136583",19479,102069 -"136584",19479,106788 -"136585",19479,114146 -"136586",19481,20956 -"136587",19481,20959 -"136588",19481,34006 -"136589",19481,60932 -"136590",19481,86327 -"136591",19483,42930 -"136592",19483,50690 -"136593",19483,55210 -"136594",19483,75253 -"136595",19483,99070 -"136596",19484,33359 -"136597",19484,45403 -"136598",19484,53756 -"136599",19484,104322 -"136600",19484,104330 -"136601",19484,104443 -"136602",19485,70624 -"136603",19486,23183 -"136604",19486,36540 -"136605",19486,37080 -"136606",19487,25290 -"136607",19487,37912 -"136608",19487,37941 -"136609",19487,37960 -"136610",19487,38841 -"136611",19487,39222 -"136612",19487,39276 -"136613",19487,39460 -"136614",19487,42508 -"136615",19487,47220 -"136616",19487,48672 -"136617",19487,48733 -"136618",19487,48734 -"136619",19487,48751 -"136620",19487,48783 -"136621",19487,48785 -"136622",19488,30373 -"136623",19488,32155 -"136624",19488,32240 -"136625",19488,52525 -"136626",19488,59953 -"136627",19488,74558 -"136628",19488,74653 -"136629",19488,75054 -"136630",19488,107496 -"136631",19489,19777 -"136632",19489,39048 -"136633",19489,42082 -"136634",19491,22699 -"136635",19491,31905 -"136636",19491,35457 -"136637",19491,38279 -"136638",19491,41691 -"136639",19491,43183 -"136640",19491,48210 -"136641",19491,57231 -"136642",19491,60264 -"136643",19491,60905 -"136644",19491,62305 -"136645",19491,81248 -"136646",19491,83135 -"136647",19491,109990 -"136648",19491,112738 -"136649",19492,26245 -"136650",19492,29482 -"136651",19492,33242 -"136652",19492,44880 -"136653",19492,47276 -"136654",19492,50895 -"136655",19492,51451 -"136656",19492,51851 -"136657",19492,55363 -"136658",19492,56546 -"136659",19492,64611 -"136660",19492,78223 -"136661",19492,102330 -"136662",19492,102347 -"136663",19493,38730 -"136664",19493,91874 -"136665",19494,22324 -"136666",19494,41173 -"136667",19495,19496 -"136668",19495,19555 -"136669",19495,19782 -"136670",19495,19822 -"136671",19495,19888 -"136672",19495,20303 -"136673",19495,20322 -"136674",19495,20360 -"136675",19495,20490 -"136676",19495,20899 -"136677",19495,58281 -"136678",19495,74949 -"136679",19495,119000 -"136680",19496,19555 -"136681",19496,19782 -"136682",19496,19822 -"136683",19496,19888 -"136684",19496,20303 -"136685",19496,20322 -"136686",19496,20360 -"136687",19496,20490 -"136688",19496,20899 -"136689",19496,41135 -"136690",19496,41184 -"136691",19497,32832 -"136692",19497,45291 -"136693",19497,70711 -"136694",19497,76855 -"136695",19498,21336 -"136696",19498,49241 -"136697",19498,55608 -"136698",19498,59589 -"136699",19499,22044 -"136700",19499,81007 -"136701",19500,35958 -"136702",19500,82449 -"136703",19500,82468 -"136704",19501,25734 -"136705",19501,52217 -"136706",19501,59662 -"136707",19501,77211 -"136708",19501,88997 -"136709",19501,107558 -"136710",19502,21274 -"136711",19502,21567 -"136712",19502,23109 -"136713",19502,26807 -"136714",19502,34609 -"136715",19502,36112 -"136716",19502,38676 -"136717",19502,38888 -"136718",19502,43262 -"136719",19502,49477 -"136720",19502,51683 -"136721",19502,54117 -"136722",19502,54598 -"136723",19502,64100 -"136724",19502,83642 -"136725",19502,83697 -"136726",19502,94106 -"136727",19502,94892 -"136728",19502,94992 -"136729",19502,119433 -"136730",19503,19504 -"136731",19503,22709 -"136732",19503,34831 -"136733",19503,74013 -"136734",19503,75458 -"136735",19504,22657 -"136736",19504,22709 -"136737",19504,25255 -"136738",19504,26912 -"136739",19504,32523 -"136740",19504,37461 -"136741",19504,39241 -"136742",19504,39269 -"136743",19504,39279 -"136744",19504,46668 -"136745",19504,55472 -"136746",19504,65830 -"136747",19504,67015 -"136748",19504,75458 -"136749",19504,83253 -"136750",19504,88773 -"136751",19504,93632 -"136752",19504,101012 -"136753",19505,19517 -"136754",19505,19574 -"136755",19506,19536 -"136756",19506,20359 -"136757",19506,23140 -"136758",19506,33551 -"136759",19506,44662 -"136760",19506,77835 -"136761",19506,79870 -"136762",19506,82050 -"136763",19506,82064 -"136764",19506,88695 -"136765",19506,90790 -"136766",19506,91162 -"136767",19506,91163 -"136768",19506,91165 -"136769",19506,91170 -"136770",19506,91201 -"136771",19506,106452 -"136772",19507,29797 -"136773",19507,46276 -"136774",19508,19638 -"136775",19508,22499 -"136776",19508,22549 -"136777",19508,23347 -"136778",19508,24850 -"136779",19508,28959 -"136780",19508,30413 -"136781",19508,45997 -"136782",19509,21081 -"136783",19509,21327 -"136784",19509,30800 -"136785",19509,34953 -"136786",19509,41241 -"136787",19509,48114 -"136788",19509,52380 -"136789",19509,59511 -"136790",19509,65890 -"136791",19509,82312 -"136792",19510,56202 -"136793",19510,86290 -"136794",19510,111101 -"136795",19510,111114 -"136796",19510,111230 -"136797",19511,21796 -"136798",19511,45210 -"136799",19512,20731 -"136800",19512,20858 -"136801",19512,74981 -"136802",19513,28078 -"136803",19513,32841 -"136804",19513,38021 -"136805",19513,79983 -"136806",19513,81417 -"136807",19513,81418 -"136808",19514,19515 -"136809",19514,19705 -"136810",19515,19679 -"136811",19515,19705 -"136812",19515,20313 -"136813",19515,22031 -"136814",19515,30164 -"136815",19515,31314 -"136816",19515,39138 -"136817",19515,48651 -"136818",19515,56095 -"136819",19515,56768 -"136820",19515,64713 -"136821",19515,64714 -"136822",19515,67194 -"136823",19515,67598 -"136824",19515,74300 -"136825",19515,74324 -"136826",19515,77183 -"136827",19515,78262 -"136828",19515,88240 -"136829",19516,19692 -"136830",19516,19693 -"136831",19516,20402 -"136832",19516,24276 -"136833",19516,28845 -"136834",19516,29362 -"136835",19516,29375 -"136836",19516,30260 -"136837",19516,44662 -"136838",19516,51410 -"136839",19516,59013 -"136840",19516,67362 -"136841",19516,70250 -"136842",19516,79744 -"136843",19516,83033 -"136844",19516,83067 -"136845",19516,86702 -"136846",19516,87236 -"136847",19516,92846 -"136848",19516,97434 -"136849",19516,97435 -"136850",19517,19574 -"136851",19519,20001 -"136852",19519,46263 -"136853",19519,49997 -"136854",19519,55500 -"136855",19519,59087 -"136856",19519,69782 -"136857",19519,83501 -"136858",19519,112202 -"136859",19519,113667 -"136860",19520,20545 -"136861",19521,19732 -"136862",19521,24064 -"136863",19521,62810 -"136864",19521,119037 -"136865",19522,21376 -"136866",19522,46114 -"136867",19522,53627 -"136868",19522,53740 -"136869",19522,70124 -"136870",19522,76656 -"136871",19522,86730 -"136872",19523,23554 -"136873",19523,34182 -"136874",19523,34314 -"136875",19523,35802 -"136876",19523,36089 -"136877",19523,41687 -"136878",19523,41713 -"136879",19523,43527 -"136880",19523,47921 -"136881",19523,48123 -"136882",19523,48297 -"136883",19523,48433 -"136884",19523,50235 -"136885",19523,50397 -"136886",19523,54952 -"136887",19523,59210 -"136888",19523,62063 -"136889",19523,67525 -"136890",19523,69049 -"136891",19523,72573 -"136892",19523,77871 -"136893",19523,81000 -"136894",19523,81722 -"136895",19523,90021 -"136896",19523,91411 -"136897",19523,92592 -"136898",19523,94768 -"136899",19523,99070 -"136900",19523,99482 -"136901",19523,101016 -"136902",19523,101087 -"136903",19523,102341 -"136904",19523,102401 -"136905",19523,105495 -"136906",19523,105955 -"136907",19523,110376 -"136908",19523,110380 -"136909",19523,116302 -"136910",19523,116315 -"136911",19523,116325 -"136912",19523,116331 -"136913",19524,20942 -"136914",19524,21008 -"136915",19524,32706 -"136916",19524,45416 -"136917",19524,52650 -"136918",19524,73960 -"136919",19524,94746 -"136920",19525,19659 -"136921",19525,86642 -"136922",19526,35825 -"136923",19526,60464 -"136924",19526,76355 -"136925",19526,101179 -"136926",19527,43686 -"136927",19528,20034 -"136928",19528,20135 -"136929",19528,24346 -"136930",19528,26141 -"136931",19528,26608 -"136932",19528,31968 -"136933",19528,33259 -"136934",19528,34309 -"136935",19528,51119 -"136936",19528,60786 -"136937",19528,60996 -"136938",19528,82525 -"136939",19528,92776 -"136940",19529,20351 -"136941",19530,48497 -"136942",19531,27719 -"136943",19531,27798 -"136944",19531,37853 -"136945",19531,52421 -"136946",19531,60690 -"136947",19531,74578 -"136948",19532,31927 -"136949",19532,35336 -"136950",19532,88030 -"136951",19532,105314 -"136952",19532,113680 -"136953",19533,22008 -"136954",19533,23621 -"136955",19533,42313 -"136956",19533,59792 -"136957",19533,59808 -"136958",19533,80915 -"136959",19533,120994 -"136960",19534,30650 -"136961",19534,40716 -"136962",19534,57147 -"136963",19534,61957 -"136964",19534,63062 -"136965",19534,63086 -"136966",19534,63087 -"136967",19534,63098 -"136968",19534,63106 -"136969",19534,63118 -"136970",19534,63128 -"136971",19534,63136 -"136972",19534,63137 -"136973",19534,63144 -"136974",19535,19680 -"136975",19535,26368 -"136976",19535,26375 -"136977",19535,51879 -"136978",19536,33551 -"136979",19536,44662 -"136980",19536,77835 -"136981",19536,79870 -"136982",19536,88695 -"136983",19536,90790 -"136984",19536,91162 -"136985",19536,91163 -"136986",19536,91165 -"136987",19536,91170 -"136988",19536,91201 -"136989",19537,19634 -"136990",19537,20423 -"136991",19537,74494 -"136992",19537,83409 -"136993",19538,26659 -"136994",19538,30129 -"136995",19538,78278 -"136996",19538,88804 -"136997",19538,90169 -"136998",19538,102654 -"136999",19540,23391 -"137000",19540,29512 -"137001",19540,41267 -"137002",19540,48001 -"137003",19540,49455 -"137004",19540,58699 -"137005",19540,63930 -"137006",19540,82284 -"137007",19540,106573 -"137008",19540,106696 -"137009",19540,106727 -"137010",19541,26748 -"137011",19541,65589 -"137012",19542,24225 -"137013",19542,32222 -"137014",19542,36051 -"137015",19542,42707 -"137016",19542,42773 -"137017",19542,48988 -"137018",19542,61121 -"137019",19542,76611 -"137020",19542,79699 -"137021",19543,84319 -"137022",19543,89502 -"137023",19544,34098 -"137024",19544,49223 -"137025",19544,76534 -"137026",19545,19921 -"137027",19545,23784 -"137028",19545,29819 -"137029",19545,34088 -"137030",19545,36514 -"137031",19545,37266 -"137032",19545,41048 -"137033",19545,61585 -"137034",19545,62226 -"137035",19545,71531 -"137036",19546,29378 -"137037",19546,42773 -"137038",19546,42867 -"137039",19546,45798 -"137040",19546,88891 -"137041",19546,97853 -"137042",19547,42919 -"137043",19547,62438 -"137044",19548,22119 -"137045",19548,37570 -"137046",19548,44636 -"137047",19548,47535 -"137048",19548,47624 -"137049",19548,54171 -"137050",19548,57077 -"137051",19548,68610 -"137052",19548,68656 -"137053",19548,68666 -"137054",19548,68703 -"137055",19548,69739 -"137056",19548,71963 -"137057",19548,81511 -"137058",19548,92968 -"137059",19548,95562 -"137060",19548,114942 -"137061",19549,99241 -"137062",19550,26135 -"137063",19550,56029 -"137064",19550,75851 -"137065",19550,87865 -"137066",19550,115865 -"137067",19550,120519 -"137068",19553,23550 -"137069",19553,37684 -"137070",19553,38099 -"137071",19553,49076 -"137072",19553,57454 -"137073",19553,65712 -"137074",19553,82962 -"137075",19554,19994 -"137076",19554,23754 -"137077",19554,23755 -"137078",19554,23758 -"137079",19554,30687 -"137080",19554,62992 -"137081",19555,19782 -"137082",19555,19822 -"137083",19555,19888 -"137084",19555,20303 -"137085",19555,20322 -"137086",19555,20360 -"137087",19555,20490 -"137088",19555,20899 -"137089",19556,20212 -"137090",19557,20011 -"137091",19557,20012 -"137092",19557,23771 -"137093",19557,24332 -"137094",19557,26813 -"137095",19557,26833 -"137096",19557,50243 -"137097",19557,55093 -"137098",19557,61750 -"137099",19557,69521 -"137100",19557,77038 -"137101",19557,94495 -"137102",19557,103229 -"137103",19557,110524 -"137104",19557,110551 -"137105",19558,25803 -"137106",19558,29038 -"137107",19558,40495 -"137108",19558,41164 -"137109",19559,33626 -"137110",19559,36975 -"137111",19559,39911 -"137112",19559,48712 -"137113",19559,49125 -"137114",19559,50255 -"137115",19559,86102 -"137116",19559,88093 -"137117",19559,91219 -"137118",19559,103714 -"137119",19559,118023 -"137120",19560,22094 -"137121",19560,23815 -"137122",19561,23148 -"137123",19561,26732 -"137124",19561,35581 -"137125",19561,45290 -"137126",19561,50406 -"137127",19561,51585 -"137128",19561,52203 -"137129",19561,53586 -"137130",19561,66358 -"137131",19562,29131 -"137132",19562,34908 -"137133",19562,40404 -"137134",19562,40449 -"137135",19562,53977 -"137136",19562,74859 -"137137",19562,79648 -"137138",19562,80274 -"137139",19562,108299 -"137140",19563,24745 -"137141",19563,26526 -"137142",19563,30265 -"137143",19563,41524 -"137144",19563,49971 -"137145",19564,115174 -"137146",19565,19617 -"137147",19565,19859 -"137148",19565,27679 -"137149",19565,36061 -"137150",19565,82483 -"137151",19565,84208 -"137152",19565,84893 -"137153",19565,90243 -"137154",19565,94486 -"137155",19565,96872 -"137156",19565,106119 -"137157",19565,109431 -"137158",19565,110528 -"137159",19566,79484 -"137160",19566,105597 -"137161",19567,23763 -"137162",19569,21765 -"137163",19570,42704 -"137164",19570,42729 -"137165",19570,60236 -"137166",19570,60320 -"137167",19571,33186 -"137168",19571,36654 -"137169",19572,38181 -"137170",19572,41301 -"137171",19572,59659 -"137172",19572,63898 -"137173",19573,34405 -"137174",19573,39135 -"137175",19573,48188 -"137176",19573,85386 -"137177",19573,89005 -"137178",19574,28445 -"137179",19574,82244 -"137180",19574,97229 -"137181",19574,110591 -"137182",19575,21299 -"137183",19575,22546 -"137184",19575,33687 -"137185",19575,52179 -"137186",19575,52328 -"137187",19575,54816 -"137188",19576,55720 -"137189",19576,55752 -"137190",19576,69357 -"137191",19577,25740 -"137192",19577,40851 -"137193",19577,61004 -"137194",19578,40894 -"137195",19578,46100 -"137196",19578,84276 -"137197",19579,62060 -"137198",19579,70693 -"137199",19580,27164 -"137200",19580,39601 -"137201",19580,39667 -"137202",19580,47733 -"137203",19580,60088 -"137204",19580,79436 -"137205",19580,86245 -"137206",19581,36953 -"137207",19582,27620 -"137208",19582,65953 -"137209",19582,97170 -"137210",19582,112483 -"137211",19583,45259 -"137212",19583,67977 -"137213",19583,77487 -"137214",19583,78697 -"137215",19583,94431 -"137216",19583,94955 -"137217",19583,95915 -"137218",19584,21510 -"137219",19584,26285 -"137220",19584,27581 -"137221",19584,28315 -"137222",19584,31335 -"137223",19584,39680 -"137224",19584,45729 -"137225",19584,52038 -"137226",19584,61371 -"137227",19584,64156 -"137228",19584,64816 -"137229",19585,49482 -"137230",19585,84333 -"137231",19586,29604 -"137232",19586,64974 -"137233",19586,69905 -"137234",19586,70477 -"137235",19586,77811 -"137236",19586,96019 -"137237",19586,103972 -"137238",19586,103973 -"137239",19586,103977 -"137240",19586,103986 -"137241",19586,103999 -"137242",19587,26207 -"137243",19587,41391 -"137244",19587,46691 -"137245",19587,53325 -"137246",19587,55000 -"137247",19587,77707 -"137248",19587,106260 -"137249",19587,119088 -"137250",19588,19656 -"137251",19588,19825 -"137252",19589,27644 -"137253",19589,34933 -"137254",19589,36065 -"137255",19589,74267 -"137256",19589,78437 -"137257",19589,95220 -"137258",19589,102903 -"137259",19589,117474 -"137260",19590,31663 -"137261",19590,60245 -"137262",19590,61030 -"137263",19590,85452 -"137264",19591,24593 -"137265",19591,25981 -"137266",19591,31329 -"137267",19592,29203 -"137268",19592,33385 -"137269",19592,44181 -"137270",19592,54823 -"137271",19592,80548 -"137272",19592,80755 -"137273",19592,80797 -"137274",19593,19645 -"137275",19593,19648 -"137276",19593,19724 -"137277",19593,33814 -"137278",19594,26338 -"137279",19594,37568 -"137280",19594,73295 -"137281",19594,77239 -"137282",19594,89786 -"137283",19594,95771 -"137284",19594,99198 -"137285",19594,100424 -"137286",19594,102518 -"137287",19594,110466 -"137288",19594,118743 -"137289",19594,118745 -"137290",19594,123411 -"137291",19595,20356 -"137292",19596,29217 -"137293",19597,21230 -"137294",19597,25114 -"137295",19597,29214 -"137296",19597,30906 -"137297",19597,33831 -"137298",19597,44156 -"137299",19597,50378 -"137300",19597,56860 -"137301",19597,60926 -"137302",19597,66248 -"137303",19597,84191 -"137304",19598,25588 -"137305",19598,28784 -"137306",19598,42505 -"137307",19598,42675 -"137308",19598,89511 -"137309",19599,77068 -"137310",19599,86405 -"137311",19600,36771 -"137312",19600,58528 -"137313",19600,64326 -"137314",19600,64678 -"137315",19601,44903 -"137316",19601,72801 -"137317",19601,76057 -"137318",19601,79100 -"137319",19602,57936 -"137320",19602,85334 -"137321",19603,20968 -"137322",19603,25262 -"137323",19603,26821 -"137324",19603,31953 -"137325",19603,32486 -"137326",19603,32570 -"137327",19603,32686 -"137328",19603,34331 -"137329",19603,36834 -"137330",19603,50504 -"137331",19603,77306 -"137332",19603,93389 -"137333",19604,24025 -"137334",19604,25473 -"137335",19604,31957 -"137336",19604,34651 -"137337",19604,37845 -"137338",19604,72785 -"137339",19605,20250 -"137340",19605,23115 -"137341",19605,23173 -"137342",19605,23244 -"137343",19605,26849 -"137344",19605,27999 -"137345",19605,29454 -"137346",19605,29611 -"137347",19605,31038 -"137348",19605,32957 -"137349",19605,34411 -"137350",19605,35702 -"137351",19605,38792 -"137352",19605,40891 -"137353",19605,41333 -"137354",19605,45329 -"137355",19605,45444 -"137356",19605,45632 -"137357",19605,46247 -"137358",19605,50480 -"137359",19605,51330 -"137360",19605,60492 -"137361",19605,66823 -"137362",19605,66846 -"137363",19606,22006 -"137364",19606,31836 -"137365",19606,44455 -"137366",19606,46654 -"137367",19606,46680 -"137368",19606,51802 -"137369",19606,51882 -"137370",19606,54596 -"137371",19606,73227 -"137372",19606,81278 -"137373",19607,20384 -"137374",19607,20417 -"137375",19607,31537 -"137376",19607,44434 -"137377",19607,57788 -"137378",19607,64512 -"137379",19607,66599 -"137380",19608,24753 -"137381",19608,52699 -"137382",19609,19859 -"137383",19609,82148 -"137384",19610,28116 -"137385",19611,24824 -"137386",19611,32686 -"137387",19611,50504 -"137388",19611,60256 -"137389",19612,92862 -"137390",19612,100713 -"137391",19612,103011 -"137392",19612,104396 -"137393",19612,116650 -"137394",19612,122257 -"137395",19613,29019 -"137396",19614,19711 -"137397",19614,20544 -"137398",19614,27369 -"137399",19614,30526 -"137400",19614,39009 -"137401",19614,43120 -"137402",19614,82963 -"137403",19614,82970 -"137404",19614,84149 -"137405",19614,84381 -"137406",19614,84407 -"137407",19614,99772 -"137408",19615,83571 -"137409",19616,19729 -"137410",19616,19731 -"137411",19617,33108 -"137412",19617,57773 -"137413",19617,82483 -"137414",19617,92230 -"137415",19617,102167 -"137416",19617,102211 -"137417",19617,103923 -"137418",19617,113588 -"137419",19617,114804 -"137420",19618,21543 -"137421",19618,38728 -"137422",19618,89118 -"137423",19618,89269 -"137424",19619,42604 -"137425",19620,24593 -"137426",19620,27330 -"137427",19620,27341 -"137428",19620,27984 -"137429",19620,33642 -"137430",19620,33748 -"137431",19620,33796 -"137432",19620,79375 -"137433",19621,19917 -"137434",19621,21566 -"137435",19621,24123 -"137436",19621,26703 -"137437",19621,28130 -"137438",19621,31213 -"137439",19621,33814 -"137440",19621,35286 -"137441",19621,36441 -"137442",19621,36454 -"137443",19621,47423 -"137444",19621,49073 -"137445",19621,49086 -"137446",19621,56903 -"137447",19621,68024 -"137448",19621,73898 -"137449",19621,74818 -"137450",19621,85356 -"137451",19621,92270 -"137452",19621,92300 -"137453",19621,93171 -"137454",19621,104931 -"137455",19621,105484 -"137456",19621,105485 -"137457",19621,123060 -"137458",19622,23492 -"137459",19622,24259 -"137460",19622,28477 -"137461",19622,33719 -"137462",19622,33874 -"137463",19622,39371 -"137464",19622,46544 -"137465",19622,46629 -"137466",19622,51574 -"137467",19622,51672 -"137468",19622,51933 -"137469",19623,19681 -"137470",19624,19946 -"137471",19624,26941 -"137472",19625,79303 -"137473",19626,30103 -"137474",19627,34036 -"137475",19627,48190 -"137476",19627,52510 -"137477",19627,55590 -"137478",19627,83867 -"137479",19627,93753 -"137480",19627,93953 -"137481",19628,24055 -"137482",19628,32241 -"137483",19628,46432 -"137484",19628,52341 -"137485",19628,59177 -"137486",19628,62772 -"137487",19628,71576 -"137488",19628,73049 -"137489",19629,90018 -"137490",19629,98731 -"137491",19629,98742 -"137492",19630,21750 -"137493",19630,51096 -"137494",19631,21081 -"137495",19631,33035 -"137496",19631,52380 -"137497",19631,70453 -"137498",19631,89135 -"137499",19632,48798 -"137500",19632,118024 -"137501",19632,118931 -"137502",19633,19810 -"137503",19633,20094 -"137504",19633,27270 -"137505",19633,27443 -"137506",19633,27976 -"137507",19633,38632 -"137508",19634,20423 -"137509",19634,25680 -"137510",19634,27577 -"137511",19635,28365 -"137512",19636,90021 -"137513",19636,103393 -"137514",19636,103440 -"137515",19637,20067 -"137516",19637,23869 -"137517",19637,26249 -"137518",19637,26780 -"137519",19637,28131 -"137520",19637,30150 -"137521",19637,35529 -"137522",19637,42226 -"137523",19637,50269 -"137524",19637,53935 -"137525",19637,56835 -"137526",19637,62424 -"137527",19637,63854 -"137528",19637,70203 -"137529",19637,71529 -"137530",19637,74730 -"137531",19637,77969 -"137532",19637,81167 -"137533",19637,85644 -"137534",19637,98939 -"137535",19637,101088 -"137536",19637,108399 -"137537",19637,109174 -"137538",19637,113056 -"137539",19637,117679 -"137540",19639,20591 -"137541",19639,21871 -"137542",19639,27412 -"137543",19639,30116 -"137544",19639,32334 -"137545",19639,32494 -"137546",19639,33137 -"137547",19639,33567 -"137548",19639,34831 -"137549",19639,36319 -"137550",19639,36333 -"137551",19639,36403 -"137552",19639,40043 -"137553",19639,44258 -"137554",19639,51230 -"137555",19639,51879 -"137556",19639,54968 -"137557",19639,59958 -"137558",19639,69198 -"137559",19639,77661 -"137560",19639,79009 -"137561",19639,79041 -"137562",19639,81648 -"137563",19639,82932 -"137564",19639,88817 -"137565",19639,88821 -"137566",19640,25252 -"137567",19640,25474 -"137568",19640,75673 -"137569",19640,93107 -"137570",19640,104491 -"137571",19640,109311 -"137572",19640,119362 -"137573",19641,26981 -"137574",19641,42432 -"137575",19641,49414 -"137576",19641,97235 -"137577",19642,28135 -"137578",19642,69542 -"137579",19642,107013 -"137580",19643,92737 -"137581",19644,21417 -"137582",19644,21770 -"137583",19644,24571 -"137584",19644,31140 -"137585",19644,31985 -"137586",19644,32008 -"137587",19644,34594 -"137588",19644,44729 -"137589",19644,45727 -"137590",19644,48521 -"137591",19644,51883 -"137592",19644,74183 -"137593",19644,76128 -"137594",19644,78966 -"137595",19644,80616 -"137596",19644,84517 -"137597",19644,88583 -"137598",19644,90501 -"137599",19644,92785 -"137600",19644,96576 -"137601",19644,108098 -"137602",19645,19648 -"137603",19645,19724 -"137604",19645,85598 -"137605",19646,22919 -"137606",19646,28570 -"137607",19646,33755 -"137608",19646,34737 -"137609",19646,39233 -"137610",19646,39934 -"137611",19646,43367 -"137612",19646,57037 -"137613",19646,65049 -"137614",19646,65174 -"137615",19646,65273 -"137616",19647,64992 -"137617",19647,75429 -"137618",19647,84926 -"137619",19648,19724 -"137620",19649,19663 -"137621",19649,19664 -"137622",19649,19691 -"137623",19650,26292 -"137624",19650,27611 -"137625",19650,34024 -"137626",19650,53063 -"137627",19650,55693 -"137628",19650,78132 -"137629",19650,104762 -"137630",19651,19704 -"137631",19651,28080 -"137632",19651,30489 -"137633",19651,48313 -"137634",19651,78440 -"137635",19652,19850 -"137636",19652,25223 -"137637",19652,36939 -"137638",19652,45768 -"137639",19652,48911 -"137640",19652,61840 -"137641",19652,68350 -"137642",19652,76509 -"137643",19652,78304 -"137644",19652,96953 -"137645",19652,107001 -"137646",19653,19655 -"137647",19653,20051 -"137648",19653,48307 -"137649",19654,28891 -"137650",19654,35953 -"137651",19654,50411 -"137652",19654,70354 -"137653",19654,97114 -"137654",19654,97121 -"137655",19654,97126 -"137656",19654,97127 -"137657",19654,97131 -"137658",19655,20051 -"137659",19655,20725 -"137660",19655,21207 -"137661",19655,59662 -"137662",19655,81473 -"137663",19656,19825 -"137664",19656,24905 -"137665",19657,76707 -"137666",19658,41359 -"137667",19658,77580 -"137668",19658,77812 -"137669",19658,79818 -"137670",19658,82274 -"137671",19660,44237 -"137672",19660,44247 -"137673",19660,45750 -"137674",19661,23542 -"137675",19661,27451 -"137676",19661,29202 -"137677",19661,29845 -"137678",19661,30007 -"137679",19661,33722 -"137680",19661,35436 -"137681",19661,41111 -"137682",19661,63490 -"137683",19661,66373 -"137684",19661,67483 -"137685",19661,72567 -"137686",19661,75614 -"137687",19661,77337 -"137688",19661,78665 -"137689",19661,83841 -"137690",19661,86796 -"137691",19661,88025 -"137692",19661,94777 -"137693",19661,96301 -"137694",19661,110496 -"137695",19661,111226 -"137696",19661,111356 -"137697",19661,115700 -"137698",19661,115722 -"137699",19661,115725 -"137700",19662,22754 -"137701",19662,22945 -"137702",19662,24907 -"137703",19662,28904 -"137704",19662,38716 -"137705",19662,52731 -"137706",19662,65843 -"137707",19662,69625 -"137708",19662,86699 -"137709",19662,90154 -"137710",19662,117684 -"137711",19663,19664 -"137712",19663,19691 -"137713",19663,20440 -"137714",19663,31546 -"137715",19663,32407 -"137716",19663,60501 -"137717",19663,78884 -"137718",19663,99846 -"137719",19664,19691 -"137720",19665,45227 -"137721",19665,46648 -"137722",19665,56491 -"137723",19665,80037 -"137724",19665,93149 -"137725",19666,78184 -"137726",19667,23116 -"137727",19667,28366 -"137728",19667,30343 -"137729",19667,36949 -"137730",19667,45403 -"137731",19667,52372 -"137732",19667,53414 -"137733",19667,73736 -"137734",19667,77199 -"137735",19667,79000 -"137736",19667,79540 -"137737",19667,80615 -"137738",19667,81565 -"137739",19667,115495 -"137740",19668,30672 -"137741",19668,32198 -"137742",19668,38322 -"137743",19668,80396 -"137744",19669,45683 -"137745",19670,25132 -"137746",19671,40570 -"137747",19672,116073 -"137748",19673,22232 -"137749",19673,59816 -"137750",19673,67186 -"137751",19673,69785 -"137752",19673,73951 -"137753",19673,75763 -"137754",19673,77693 -"137755",19673,78288 -"137756",19673,81570 -"137757",19673,88046 -"137758",19673,98892 -"137759",19673,109506 -"137760",19673,117549 -"137761",19673,122007 -"137762",19674,23180 -"137763",19674,25473 -"137764",19674,26345 -"137765",19674,26451 -"137766",19674,27164 -"137767",19674,27792 -"137768",19674,30898 -"137769",19674,37190 -"137770",19674,48260 -"137771",19674,52635 -"137772",19674,54805 -"137773",19674,58133 -"137774",19674,67155 -"137775",19674,74906 -"137776",19674,85789 -"137777",19674,86036 -"137778",19675,29687 -"137779",19675,38900 -"137780",19675,97145 -"137781",19675,112596 -"137782",19675,113856 -"137783",19676,20161 -"137784",19676,20162 -"137785",19676,24572 -"137786",19676,32741 -"137787",19676,56395 -"137788",19676,93035 -"137789",19677,28005 -"137790",19677,88627 -"137791",19677,98409 -"137792",19677,116076 -"137793",19678,23525 -"137794",19678,38260 -"137795",19678,62025 -"137796",19678,81508 -"137797",19678,82242 -"137798",19679,22031 -"137799",19679,40504 -"137800",19679,97504 -"137801",19679,122196 -"137802",19679,122340 -"137803",19679,122349 -"137804",19679,122399 -"137805",19680,20781 -"137806",19680,22558 -"137807",19680,26375 -"137808",19680,32838 -"137809",19680,42552 -"137810",19680,43319 -"137811",19680,61030 -"137812",19680,66877 -"137813",19680,84167 -"137814",19681,58316 -"137815",19681,62681 -"137816",19681,65683 -"137817",19681,88104 -"137818",19681,93216 -"137819",19681,96475 -"137820",19681,116080 -"137821",19682,20108 -"137822",19682,20964 -"137823",19682,32334 -"137824",19682,36065 -"137825",19682,40935 -"137826",19682,41617 -"137827",19682,41919 -"137828",19682,45502 -"137829",19682,50956 -"137830",19682,78530 -"137831",19682,90641 -"137832",19682,92492 -"137833",19683,19781 -"137834",19683,21810 -"137835",19683,25792 -"137836",19684,23387 -"137837",19684,92089 -"137838",19684,92090 -"137839",19684,97300 -"137840",19685,20234 -"137841",19685,23684 -"137842",19685,53460 -"137843",19685,79288 -"137844",19685,79643 -"137845",19685,88179 -"137846",19686,23156 -"137847",19686,31631 -"137848",19686,35480 -"137849",19686,37619 -"137850",19686,37826 -"137851",19687,19964 -"137852",19687,20413 -"137853",19687,23840 -"137854",19687,24400 -"137855",19687,25286 -"137856",19687,26426 -"137857",19687,26548 -"137858",19687,26567 -"137859",19687,28020 -"137860",19687,29776 -"137861",19687,44231 -"137862",19687,52742 -"137863",19687,53332 -"137864",19687,57824 -"137865",19687,60380 -"137866",19687,68501 -"137867",19687,82435 -"137868",19687,85673 -"137869",19687,89371 -"137870",19687,102999 -"137871",19687,104542 -"137872",19687,119455 -"137873",19688,22105 -"137874",19688,31621 -"137875",19688,32700 -"137876",19688,46973 -"137877",19688,61999 -"137878",19688,95966 -"137879",19688,96539 -"137880",19689,22555 -"137881",19689,36218 -"137882",19689,38091 -"137883",19689,46888 -"137884",19689,106445 -"137885",19690,21379 -"137886",19690,36275 -"137887",19690,74812 -"137888",19690,78800 -"137889",19690,82853 -"137890",19690,121874 -"137891",19691,57227 -"137892",19691,107460 -"137893",19692,19693 -"137894",19692,20402 -"137895",19693,20402 -"137896",19695,19873 -"137897",19695,33787 -"137898",19695,57912 -"137899",19695,73569 -"137900",19696,46026 -"137901",19696,62244 -"137902",19696,103665 -"137903",19696,113448 -"137904",19696,114392 -"137905",19697,54352 -"137906",19697,72254 -"137907",19697,72280 -"137908",19698,21712 -"137909",19698,26865 -"137910",19698,30081 -"137911",19698,33091 -"137912",19698,34470 -"137913",19698,34950 -"137914",19698,34965 -"137915",19698,36455 -"137916",19698,41575 -"137917",19698,46128 -"137918",19698,78738 -"137919",19698,82456 -"137920",19698,82513 -"137921",19698,82521 -"137922",19698,82524 -"137923",19699,23586 -"137924",19699,52399 -"137925",19699,60644 -"137926",19699,71429 -"137927",19699,100845 -"137928",19700,22453 -"137929",19700,33336 -"137930",19700,43378 -"137931",19700,43564 -"137932",19701,42031 -"137933",19702,20428 -"137934",19702,57841 -"137935",19702,57959 -"137936",19702,64484 -"137937",19702,65403 -"137938",19702,72348 -"137939",19702,79817 -"137940",19702,90510 -"137941",19702,92425 -"137942",19702,108591 -"137943",19702,113802 -"137944",19702,116792 -"137945",19702,117134 -"137946",19702,121470 -"137947",19704,65350 -"137948",19705,22015 -"137949",19705,37303 -"137950",19705,47957 -"137951",19705,48553 -"137952",19705,48651 -"137953",19705,49958 -"137954",19705,56095 -"137955",19705,60331 -"137956",19705,79254 -"137957",19705,90479 -"137958",19705,111777 -"137959",19706,42045 -"137960",19706,84030 -"137961",19706,113316 -"137962",19707,56712 -"137963",19708,46890 -"137964",19708,76135 -"137965",19708,108725 -"137966",19708,110657 -"137967",19709,19728 -"137968",19709,20116 -"137969",19709,99517 -"137970",19710,19754 -"137971",19710,114230 -"137972",19711,26821 -"137973",19711,29306 -"137974",19711,41260 -"137975",19712,22183 -"137976",19712,22723 -"137977",19712,25185 -"137978",19712,28806 -"137979",19712,30926 -"137980",19712,34092 -"137981",19712,34225 -"137982",19712,39249 -"137983",19712,70297 -"137984",19712,79568 -"137985",19712,86990 -"137986",19712,92805 -"137987",19712,108964 -"137988",19713,19963 -"137989",19713,22829 -"137990",19713,23298 -"137991",19713,24878 -"137992",19713,37119 -"137993",19713,48273 -"137994",19713,48327 -"137995",19713,48407 -"137996",19713,48853 -"137997",19713,50467 -"137998",19713,57937 -"137999",19713,68472 -"138000",19713,121346 -"138001",19714,19828 -"138002",19714,22166 -"138003",19714,34700 -"138004",19714,41376 -"138005",19714,48466 -"138006",19714,50996 -"138007",19714,60258 -"138008",19714,87568 -"138009",19714,87980 -"138010",19714,108518 -"138011",19714,111747 -"138012",19714,114193 -"138013",19714,114611 -"138014",19714,114794 -"138015",19714,122660 -"138016",19715,25997 -"138017",19715,56492 -"138018",19715,62463 -"138019",19715,106746 -"138020",19715,109298 -"138021",19715,109302 -"138022",19715,110478 -"138023",19716,97927 -"138024",19717,20230 -"138025",19717,21868 -"138026",19717,22620 -"138027",19717,22705 -"138028",19717,22759 -"138029",19717,22760 -"138030",19717,64200 -"138031",19717,67011 -"138032",19717,71073 -"138033",19718,21597 -"138034",19718,22021 -"138035",19718,25816 -"138036",19718,26342 -"138037",19718,28107 -"138038",19718,31951 -"138039",19718,40250 -"138040",19718,40928 -"138041",19718,44704 -"138042",19718,49120 -"138043",19718,49235 -"138044",19718,54476 -"138045",19718,65395 -"138046",19718,71983 -"138047",19718,72363 -"138048",19718,77612 -"138049",19718,78626 -"138050",19718,88077 -"138051",19718,94386 -"138052",19718,103452 -"138053",19718,106271 -"138054",19719,21198 -"138055",19719,23697 -"138056",19719,27694 -"138057",19719,29783 -"138058",19719,31609 -"138059",19719,38019 -"138060",19719,44960 -"138061",19719,49302 -"138062",19719,61982 -"138063",19719,62841 -"138064",19719,65947 -"138065",19719,66280 -"138066",19719,68801 -"138067",19720,21579 -"138068",19720,24027 -"138069",19720,29733 -"138070",19720,30055 -"138071",19720,50521 -"138072",19720,50541 -"138073",19720,51150 -"138074",19720,51151 -"138075",19720,51223 -"138076",19720,53484 -"138077",19721,27745 -"138078",19721,32239 -"138079",19721,43667 -"138080",19721,44105 -"138081",19721,57443 -"138082",19721,63997 -"138083",19721,83773 -"138084",19721,106307 -"138085",19721,107153 -"138086",19721,107173 -"138087",19721,107184 -"138088",19722,30541 -"138089",19722,36724 -"138090",19722,77513 -"138091",19722,85396 -"138092",19723,24446 -"138093",19723,30567 -"138094",19723,30803 -"138095",19723,38433 -"138096",19723,55108 -"138097",19723,55162 -"138098",19723,70382 -"138099",19723,80625 -"138100",19723,89980 -"138101",19725,27797 -"138102",19725,28161 -"138103",19725,30249 -"138104",19725,31763 -"138105",19725,41668 -"138106",19725,43784 -"138107",19725,50052 -"138108",19725,66067 -"138109",19725,66082 -"138110",19725,66960 -"138111",19725,78548 -"138112",19725,86067 -"138113",19725,86632 -"138114",19725,87619 -"138115",19725,100683 -"138116",19726,29780 -"138117",19726,40143 -"138118",19726,56791 -"138119",19726,64604 -"138120",19729,19731 -"138121",19729,40869 -"138122",19729,42381 -"138123",19729,83402 -"138124",19729,92585 -"138125",19730,68943 -"138126",19730,71918 -"138127",19731,36449 -"138128",19731,60468 -"138129",19731,80260 -"138130",19731,91806 -"138131",19731,100768 -"138132",19731,111322 -"138133",19732,29600 -"138134",19732,30688 -"138135",19732,54206 -"138136",19732,115824 -"138137",19732,117917 -"138138",19733,59070 -"138139",19733,86974 -"138140",19733,89203 -"138141",19733,89940 -"138142",19733,107335 -"138143",19734,19865 -"138144",19734,19934 -"138145",19734,24835 -"138146",19734,25185 -"138147",19734,36631 -"138148",19734,45849 -"138149",19734,46218 -"138150",19734,78677 -"138151",19734,88767 -"138152",19734,92805 -"138153",19735,90977 -"138154",19736,19766 -"138155",19736,27846 -"138156",19736,52062 -"138157",19737,38084 -"138158",19737,100200 -"138159",19738,26370 -"138160",19738,33048 -"138161",19738,40323 -"138162",19738,69664 -"138163",19738,85011 -"138164",19738,90837 -"138165",19738,102725 -"138166",19738,114784 -"138167",19738,120443 -"138168",19739,19777 -"138169",19740,19801 -"138170",19740,19855 -"138171",19740,20182 -"138172",19740,46815 -"138173",19740,46826 -"138174",19740,72801 -"138175",19740,93999 -"138176",19740,115364 -"138177",19740,115696 -"138178",19741,19837 -"138179",19741,19854 -"138180",19741,26713 -"138181",19741,39122 -"138182",19741,46433 -"138183",19741,53579 -"138184",19741,54141 -"138185",19741,54192 -"138186",19741,56122 -"138187",19742,19925 -"138188",19743,19924 -"138189",19743,65687 -"138190",19743,82619 -"138191",19743,121793 -"138192",19744,19980 -"138193",19744,24032 -"138194",19744,24299 -"138195",19744,31898 -"138196",19744,42818 -"138197",19744,46885 -"138198",19744,65335 -"138199",19744,80838 -"138200",19744,83504 -"138201",19744,96390 -"138202",19744,107497 -"138203",19745,33841 -"138204",19745,72906 -"138205",19745,75727 -"138206",19746,19787 -"138207",19746,19889 -"138208",19746,68608 -"138209",19746,71125 -"138210",19747,27561 -"138211",19747,53131 -"138212",19748,28064 -"138213",19748,45145 -"138214",19748,55900 -"138215",19748,59941 -"138216",19748,62544 -"138217",19748,64051 -"138218",19748,68083 -"138219",19748,68097 -"138220",19748,68114 -"138221",19749,20591 -"138222",19749,38378 -"138223",19749,86410 -"138224",19750,19962 -"138225",19751,22516 -"138226",19751,30672 -"138227",19751,42490 -"138228",19751,43711 -"138229",19751,49180 -"138230",19751,61576 -"138231",19751,75954 -"138232",19751,86023 -"138233",19751,90401 -"138234",19752,22146 -"138235",19753,21264 -"138236",19753,35069 -"138237",19753,39278 -"138238",19753,39318 -"138239",19753,39331 -"138240",19753,70784 -"138241",19753,91877 -"138242",19753,95631 -"138243",19754,105544 -"138244",19755,20399 -"138245",19756,44669 -"138246",19757,19857 -"138247",19757,26819 -"138248",19757,42817 -"138249",19757,53644 -"138250",19757,56133 -"138251",19757,78322 -"138252",19758,32487 -"138253",19758,32832 -"138254",19758,43244 -"138255",19758,44054 -"138256",19758,53624 -"138257",19758,67734 -"138258",19758,88995 -"138259",19758,90875 -"138260",19758,100425 -"138261",19759,23076 -"138262",19759,24099 -"138263",19759,37706 -"138264",19759,39278 -"138265",19759,67737 -"138266",19759,100807 -"138267",19760,19906 -"138268",19760,21854 -"138269",19761,30148 -"138270",19762,43243 -"138271",19762,64476 -"138272",19762,82601 -"138273",19763,28557 -"138274",19763,29329 -"138275",19763,47258 -"138276",19763,97891 -"138277",19763,115922 -"138278",19764,22572 -"138279",19764,29600 -"138280",19764,33028 -"138281",19764,49726 -"138282",19764,95923 -"138283",19764,102745 -"138284",19764,109485 -"138285",19765,69290 -"138286",19767,30301 -"138287",19767,40631 -"138288",19767,48250 -"138289",19767,50899 -"138290",19767,53489 -"138291",19767,57388 -"138292",19767,113140 -"138293",19768,21586 -"138294",19768,27839 -"138295",19768,34776 -"138296",19768,40079 -"138297",19768,43590 -"138298",19768,67259 -"138299",19768,80181 -"138300",19768,92183 -"138301",19768,97908 -"138302",19768,97936 -"138303",19769,25844 -"138304",19769,87709 -"138305",19769,91719 -"138306",19769,96137 -"138307",19770,24471 -"138308",19770,36228 -"138309",19770,40558 -"138310",19770,43426 -"138311",19770,61794 -"138312",19770,64658 -"138313",19770,64726 -"138314",19771,72064 -"138315",19772,77615 -"138316",19774,28878 -"138317",19774,65968 -"138318",19774,99167 -"138319",19775,19971 -"138320",19775,20069 -"138321",19776,20150 -"138322",19777,30946 -"138323",19777,46440 -"138324",19777,57977 -"138325",19777,74175 -"138326",19777,83871 -"138327",19777,90320 -"138328",19777,102050 -"138329",19777,111195 -"138330",19778,51494 -"138331",19778,106683 -"138332",19779,99241 -"138333",19780,39249 -"138334",19781,37036 -"138335",19781,85636 -"138336",19782,19822 -"138337",19782,19888 -"138338",19782,20303 -"138339",19782,20322 -"138340",19782,20360 -"138341",19782,20490 -"138342",19782,20899 -"138343",19783,53681 -"138344",19784,19995 -"138345",19784,21768 -"138346",19784,21777 -"138347",19784,21818 -"138348",19784,21833 -"138349",19785,32874 -"138350",19785,47173 -"138351",19786,19988 -"138352",19786,54980 -"138353",19786,65625 -"138354",19786,77752 -"138355",19786,122479 -"138356",19787,19889 -"138357",19788,22322 -"138358",19788,28974 -"138359",19788,48817 -"138360",19788,56605 -"138361",19788,99288 -"138362",19788,100909 -"138363",19788,103190 -"138364",19788,111993 -"138365",19788,122016 -"138366",19789,34432 -"138367",19789,36157 -"138368",19789,38977 -"138369",19790,19978 -"138370",19791,23386 -"138371",19791,31235 -"138372",19791,47733 -"138373",19791,75883 -"138374",19791,75888 -"138375",19791,75892 -"138376",19791,75893 -"138377",19791,75898 -"138378",19792,19993 -"138379",19792,26179 -"138380",19792,42699 -"138381",19792,51147 -"138382",19792,53621 -"138383",19792,64983 -"138384",19792,65025 -"138385",19792,65090 -"138386",19792,89843 -"138387",19793,21330 -"138388",19793,23509 -"138389",19793,29026 -"138390",19793,29486 -"138391",19793,33473 -"138392",19793,48284 -"138393",19793,107271 -"138394",19793,107291 -"138395",19794,23953 -"138396",19794,27699 -"138397",19794,31234 -"138398",19794,34710 -"138399",19794,40396 -"138400",19794,40653 -"138401",19794,44181 -"138402",19794,51146 -"138403",19794,60227 -"138404",19794,61435 -"138405",19794,63588 -"138406",19794,72858 -"138407",19794,78773 -"138408",19794,80977 -"138409",19794,92860 -"138410",19796,22543 -"138411",19796,32767 -"138412",19796,105517 -"138413",19797,20236 -"138414",19797,23114 -"138415",19797,30318 -"138416",19797,46142 -"138417",19797,46786 -"138418",19797,74422 -"138419",19798,21305 -"138420",19798,21707 -"138421",19798,22597 -"138422",19798,22668 -"138423",19798,22669 -"138424",19798,22683 -"138425",19798,22684 -"138426",19798,34884 -"138427",19798,42756 -"138428",19798,47862 -"138429",19798,68441 -"138430",19798,68688 -"138431",19798,69447 -"138432",19798,74844 -"138433",19798,97242 -"138434",19798,101069 -"138435",19799,34123 -"138436",19799,47852 -"138437",19799,74151 -"138438",19801,19855 -"138439",19801,20182 -"138440",19801,35372 -"138441",19801,41705 -"138442",19801,62019 -"138443",19802,21533 -"138444",19802,33537 -"138445",19802,33538 -"138446",19802,49104 -"138447",19802,59630 -"138448",19802,80546 -"138449",19802,91670 -"138450",19803,71775 -"138451",19803,72018 -"138452",19804,32533 -"138453",19804,44423 -"138454",19804,49827 -"138455",19804,78096 -"138456",19805,21098 -"138457",19805,21918 -"138458",19805,24939 -"138459",19805,25639 -"138460",19805,26432 -"138461",19805,26943 -"138462",19805,28499 -"138463",19805,30866 -"138464",19805,31700 -"138465",19805,32361 -"138466",19805,33275 -"138467",19805,33883 -"138468",19805,36286 -"138469",19805,36767 -"138470",19805,37937 -"138471",19805,40419 -"138472",19805,42608 -"138473",19805,44180 -"138474",19805,45818 -"138475",19805,51476 -"138476",19805,51892 -"138477",19805,53755 -"138478",19805,54168 -"138479",19805,57210 -"138480",19805,58482 -"138481",19805,59172 -"138482",19805,59816 -"138483",19805,61874 -"138484",19805,63274 -"138485",19805,66322 -"138486",19805,67327 -"138487",19805,70854 -"138488",19805,71683 -"138489",19805,72568 -"138490",19805,72628 -"138491",19805,73767 -"138492",19805,78532 -"138493",19805,81609 -"138494",19805,85885 -"138495",19805,91255 -"138496",19805,92247 -"138497",19805,92352 -"138498",19805,92362 -"138499",19805,92929 -"138500",19805,93719 -"138501",19805,94906 -"138502",19805,94946 -"138503",19805,95889 -"138504",19805,96093 -"138505",19805,97988 -"138506",19805,99309 -"138507",19805,99376 -"138508",19805,99450 -"138509",19805,99471 -"138510",19805,99474 -"138511",19805,100916 -"138512",19805,100944 -"138513",19805,101126 -"138514",19805,101329 -"138515",19805,105557 -"138516",19805,107199 -"138517",19805,108743 -"138518",19805,108980 -"138519",19805,109291 -"138520",19805,109933 -"138521",19805,110483 -"138522",19805,110567 -"138523",19805,110572 -"138524",19805,110630 -"138525",19805,110648 -"138526",19805,110711 -"138527",19805,110770 -"138528",19805,110869 -"138529",19805,110911 -"138530",19805,111285 -"138531",19805,111314 -"138532",19805,111362 -"138533",19805,111372 -"138534",19805,111424 -"138535",19805,111433 -"138536",19805,112422 -"138537",19805,113269 -"138538",19805,113430 -"138539",19805,114242 -"138540",19805,114842 -"138541",19805,115427 -"138542",19805,115521 -"138543",19805,115711 -"138544",19806,21180 -"138545",19806,22085 -"138546",19806,23254 -"138547",19806,23284 -"138548",19806,23379 -"138549",19806,23406 -"138550",19806,23443 -"138551",19806,23512 -"138552",19806,23513 -"138553",19806,24464 -"138554",19806,26008 -"138555",19806,34162 -"138556",19806,34251 -"138557",19806,47583 -"138558",19806,56783 -"138559",19806,58629 -"138560",19806,59300 -"138561",19806,60979 -"138562",19806,65316 -"138563",19806,67789 -"138564",19806,68681 -"138565",19806,75159 -"138566",19806,75750 -"138567",19806,75955 -"138568",19806,76132 -"138569",19806,76497 -"138570",19806,76675 -"138571",19806,77397 -"138572",19806,81983 -"138573",19806,104976 -"138574",19806,120908 -"138575",19807,22124 -"138576",19807,25170 -"138577",19807,29137 -"138578",19807,36247 -"138579",19807,39440 -"138580",19807,41685 -"138581",19807,46824 -"138582",19807,47188 -"138583",19807,51687 -"138584",19807,52974 -"138585",19807,56360 -"138586",19807,57167 -"138587",19807,57186 -"138588",19807,57897 -"138589",19807,60508 -"138590",19807,60509 -"138591",19807,60537 -"138592",19807,64969 -"138593",19807,68943 -"138594",19807,69718 -"138595",19808,23268 -"138596",19808,71205 -"138597",19808,77329 -"138598",19809,19836 -"138599",19809,19923 -"138600",19809,20002 -"138601",19810,27270 -"138602",19810,27443 -"138603",19810,27976 -"138604",19810,28404 -"138605",19810,28433 -"138606",19810,37783 -"138607",19810,106197 -"138608",19812,33457 -"138609",19813,21456 -"138610",19813,111751 -"138611",19814,25583 -"138612",19814,29136 -"138613",19814,29450 -"138614",19814,32871 -"138615",19814,34428 -"138616",19814,46804 -"138617",19814,67417 -"138618",19814,104907 -"138619",19814,107406 -"138620",19815,95300 -"138621",19815,115256 -"138622",19815,115260 -"138623",19816,25922 -"138624",19816,80538 -"138625",19816,84706 -"138626",19816,84707 -"138627",19816,84772 -"138628",19817,24188 -"138629",19817,34067 -"138630",19817,47444 -"138631",19818,19827 -"138632",19818,19828 -"138633",19818,19830 -"138634",19818,23630 -"138635",19818,40909 -"138636",19819,30171 -"138637",19819,79397 -"138638",19819,80177 -"138639",19820,51223 -"138640",19820,66466 -"138641",19821,35674 -"138642",19821,39618 -"138643",19821,39654 -"138644",19821,59378 -"138645",19821,81344 -"138646",19822,19888 -"138647",19822,20303 -"138648",19822,20322 -"138649",19822,20360 -"138650",19822,20490 -"138651",19822,20899 -"138652",19823,29982 -"138653",19823,43084 -"138654",19823,49707 -"138655",19823,53290 -"138656",19823,90150 -"138657",19824,33653 -"138658",19825,85007 -"138659",19825,97284 -"138660",19825,97285 -"138661",19826,29616 -"138662",19826,29838 -"138663",19826,30016 -"138664",19826,42012 -"138665",19826,46748 -"138666",19826,67375 -"138667",19826,86505 -"138668",19826,94462 -"138669",19826,109114 -"138670",19827,19828 -"138671",19827,19830 -"138672",19827,21458 -"138673",19827,68044 -"138674",19827,74370 -"138675",19827,88574 -"138676",19827,120620 -"138677",19827,122611 -"138678",19828,19830 -"138679",19828,22166 -"138680",19828,25776 -"138681",19828,34700 -"138682",19828,48466 -"138683",19828,86417 -"138684",19828,96310 -"138685",19831,31611 -"138686",19831,75967 -"138687",19831,88173 -"138688",19832,20239 -"138689",19832,23118 -"138690",19832,23188 -"138691",19832,46782 -"138692",19832,49844 -"138693",19832,58967 -"138694",19832,70309 -"138695",19832,92708 -"138696",19832,92753 -"138697",19833,23422 -"138698",19833,44978 -"138699",19833,45062 -"138700",19833,49001 -"138701",19833,52269 -"138702",19833,92635 -"138703",19833,117195 -"138704",19833,117196 -"138705",19833,117554 -"138706",19833,120051 -"138707",19834,23797 -"138708",19834,24984 -"138709",19834,30291 -"138710",19834,101068 -"138711",19835,19866 -"138712",19835,19930 -"138713",19835,20008 -"138714",19835,28736 -"138715",19835,65513 -"138716",19835,70894 -"138717",19835,87690 -"138718",19835,97931 -"138719",19835,106537 -"138720",19835,108704 -"138721",19835,111471 -"138722",19835,118999 -"138723",19835,119441 -"138724",19836,19923 -"138725",19836,20002 -"138726",19837,19854 -"138727",19837,33902 -"138728",19837,39122 -"138729",19837,46433 -"138730",19837,53579 -"138731",19837,54141 -"138732",19837,54192 -"138733",19838,26421 -"138734",19838,38004 -"138735",19838,46305 -"138736",19838,67145 -"138737",19838,78529 -"138738",19838,100801 -"138739",19838,107823 -"138740",19838,111531 -"138741",19838,118402 -"138742",19839,62319 -"138743",19839,74529 -"138744",19840,19877 -"138745",19841,22175 -"138746",19841,26908 -"138747",19841,29102 -"138748",19841,41656 -"138749",19841,50213 -"138750",19841,59025 -"138751",19841,59173 -"138752",19841,92671 -"138753",19841,95937 -"138754",19841,110194 -"138755",19842,48827 -"138756",19842,68292 -"138757",19842,84623 -"138758",19843,44784 -"138759",19843,84252 -"138760",19844,28396 -"138761",19844,49091 -"138762",19845,33593 -"138763",19846,19919 -"138764",19846,19949 -"138765",19846,22328 -"138766",19846,22624 -"138767",19846,33424 -"138768",19846,61769 -"138769",19846,83902 -"138770",19848,31210 -"138771",19849,34908 -"138772",19849,37956 -"138773",19849,53798 -"138774",19849,54284 -"138775",19849,54314 -"138776",19849,55532 -"138777",19849,90411 -"138778",19850,19903 -"138779",19850,20118 -"138780",19850,21821 -"138781",19850,24890 -"138782",19850,40890 -"138783",19850,77940 -"138784",19850,77952 -"138785",19850,99613 -"138786",19850,107001 -"138787",19851,22153 -"138788",19851,23098 -"138789",19851,26552 -"138790",19851,26623 -"138791",19851,29172 -"138792",19851,29332 -"138793",19851,41518 -"138794",19851,48573 -"138795",19851,67748 -"138796",19851,73792 -"138797",19851,77611 -"138798",19851,77640 -"138799",19851,93355 -"138800",19852,27221 -"138801",19852,71172 -"138802",19853,53808 -"138803",19855,20182 -"138804",19856,22510 -"138805",19856,31208 -"138806",19856,51067 -"138807",19858,19953 -"138808",19858,24802 -"138809",19858,31719 -"138810",19858,49876 -"138811",19858,75648 -"138812",19858,94756 -"138813",19858,102827 -"138814",19859,23955 -"138815",19859,24931 -"138816",19859,26774 -"138817",19859,27570 -"138818",19859,36520 -"138819",19859,38820 -"138820",19859,40173 -"138821",19859,41820 -"138822",19859,57648 -"138823",19859,77037 -"138824",19859,80354 -"138825",19859,82483 -"138826",19859,84208 -"138827",19859,84843 -"138828",19859,85843 -"138829",19859,90243 -"138830",19859,90983 -"138831",19859,93198 -"138832",19859,93199 -"138833",19859,93201 -"138834",19859,93204 -"138835",19859,93211 -"138836",19859,94486 -"138837",19859,96872 -"138838",19859,97555 -"138839",19859,100994 -"138840",19859,108616 -"138841",19859,110528 -"138842",19859,117739 -"138843",19859,121924 -"138844",19860,20240 -"138845",19860,48587 -"138846",19861,22951 -"138847",19861,24247 -"138848",19861,24373 -"138849",19861,28023 -"138850",19862,20797 -"138851",19862,28425 -"138852",19862,36704 -"138853",19862,40493 -"138854",19862,44194 -"138855",19862,53159 -"138856",19863,47574 -"138857",19863,84645 -"138858",19863,94706 -"138859",19863,98557 -"138860",19863,101154 -"138861",19864,32606 -"138862",19864,81336 -"138863",19864,110339 -"138864",19864,110340 -"138865",19865,19934 -"138866",19866,19930 -"138867",19866,20008 -"138868",19866,62882 -"138869",19866,94123 -"138870",19866,103389 -"138871",19867,21349 -"138872",19867,43739 -"138873",19867,43754 -"138874",19867,44384 -"138875",19868,39695 -"138876",19868,64068 -"138877",19869,23916 -"138878",19869,51209 -"138879",19869,60724 -"138880",19870,75732 -"138881",19870,109184 -"138882",19871,25451 -"138883",19871,45047 -"138884",19871,51387 -"138885",19871,62276 -"138886",19871,103835 -"138887",19871,104802 -"138888",19872,26311 -"138889",19872,30529 -"138890",19872,56745 -"138891",19872,56782 -"138892",19872,77093 -"138893",19872,77659 -"138894",19873,37308 -"138895",19873,37324 -"138896",19873,40309 -"138897",19873,52292 -"138898",19873,52296 -"138899",19873,57912 -"138900",19873,60487 -"138901",19873,73569 -"138902",19873,73604 -"138903",19874,28917 -"138904",19874,89985 -"138905",19874,90289 -"138906",19874,103305 -"138907",19875,19894 -"138908",19875,24323 -"138909",19875,25102 -"138910",19875,25117 -"138911",19875,29053 -"138912",19875,77892 -"138913",19875,87083 -"138914",19875,89415 -"138915",19875,100241 -"138916",19876,20208 -"138917",19876,20258 -"138918",19877,30263 -"138919",19878,37168 -"138920",19878,73412 -"138921",19878,77703 -"138922",19878,97961 -"138923",19879,60540 -"138924",19880,19947 -"138925",19880,19948 -"138926",19881,20164 -"138927",19881,20316 -"138928",19881,21891 -"138929",19881,23059 -"138930",19881,24226 -"138931",19881,24372 -"138932",19881,24945 -"138933",19881,26671 -"138934",19881,28154 -"138935",19881,28208 -"138936",19881,28210 -"138937",19881,30983 -"138938",19881,31025 -"138939",19881,37800 -"138940",19881,69530 -"138941",19881,70822 -"138942",19881,72598 -"138943",19881,75897 -"138944",19881,76716 -"138945",19881,85771 -"138946",19881,92327 -"138947",19881,94938 -"138948",19881,99089 -"138949",19882,26462 -"138950",19882,29807 -"138951",19882,34731 -"138952",19882,38555 -"138953",19882,45377 -"138954",19882,46240 -"138955",19882,62602 -"138956",19882,64085 -"138957",19882,84168 -"138958",19883,62238 -"138959",19883,104186 -"138960",19883,104206 -"138961",19884,19910 -"138962",19884,31117 -"138963",19884,41638 -"138964",19884,41684 -"138965",19884,42380 -"138966",19884,42503 -"138967",19884,56912 -"138968",19885,30352 -"138969",19885,51458 -"138970",19885,75100 -"138971",19885,104135 -"138972",19885,118441 -"138973",19886,41222 -"138974",19886,44924 -"138975",19886,48483 -"138976",19887,19897 -"138977",19888,20303 -"138978",19888,20322 -"138979",19888,20360 -"138980",19888,20490 -"138981",19888,20899 -"138982",19890,72241 -"138983",19890,85193 -"138984",19890,86584 -"138985",19891,28196 -"138986",19891,28304 -"138987",19892,31003 -"138988",19892,33431 -"138989",19892,36433 -"138990",19892,37507 -"138991",19892,46716 -"138992",19892,52588 -"138993",19892,56955 -"138994",19892,91279 -"138995",19892,91861 -"138996",19892,100332 -"138997",19893,43902 -"138998",19893,49046 -"138999",19894,25564 -"139000",19894,26414 -"139001",19894,27084 -"139002",19894,27622 -"139003",19894,34865 -"139004",19894,48191 -"139005",19894,57758 -"139006",19894,59557 -"139007",19894,77611 -"139008",19894,100674 -"139009",19898,33909 -"139010",19898,34756 -"139011",19898,113128 -"139012",19899,23318 -"139013",19899,23480 -"139014",19899,26530 -"139015",19899,27422 -"139016",19899,27926 -"139017",19899,32811 -"139018",19899,34596 -"139019",19899,43432 -"139020",19899,47759 -"139021",19899,48228 -"139022",19899,48698 -"139023",19899,64960 -"139024",19899,67505 -"139025",19899,78256 -"139026",19899,81148 -"139027",19899,81360 -"139028",19899,82202 -"139029",19899,95658 -"139030",19899,103093 -"139031",19899,110816 -"139032",19900,20433 -"139033",19900,35929 -"139034",19900,79195 -"139035",19901,22638 -"139036",19901,81779 -"139037",19901,103056 -"139038",19902,26042 -"139039",19902,26105 -"139040",19902,32321 -"139041",19902,51233 -"139042",19902,51279 -"139043",19902,51867 -"139044",19902,54416 -"139045",19902,70632 -"139046",19902,71489 -"139047",19902,74260 -"139048",19902,85538 -"139049",19903,24490 -"139050",19903,37618 -"139051",19903,42257 -"139052",19903,46675 -"139053",19903,54226 -"139054",19903,98061 -"139055",19903,106349 -"139056",19903,106466 -"139057",19903,108107 -"139058",19904,20331 -"139059",19904,40777 -"139060",19904,85053 -"139061",19905,38740 -"139062",19905,106731 -"139063",19905,109652 -"139064",19905,113807 -"139065",19907,24365 -"139066",19907,34384 -"139067",19907,54551 -"139068",19907,69264 -"139069",19907,82183 -"139070",19908,41403 -"139071",19908,66257 -"139072",19908,70179 -"139073",19908,78129 -"139074",19908,85936 -"139075",19908,117977 -"139076",19909,24690 -"139077",19909,47373 -"139078",19910,20340 -"139079",19910,65616 -"139080",19911,93293 -"139081",19912,34685 -"139082",19913,34603 -"139083",19913,60216 -"139084",19913,81794 -"139085",19913,109767 -"139086",19913,115892 -"139087",19914,62240 -"139088",19914,81494 -"139089",19916,20739 -"139090",19916,23454 -"139091",19916,29100 -"139092",19916,39893 -"139093",19916,56485 -"139094",19916,63045 -"139095",19916,77677 -"139096",19916,79000 -"139097",19916,85072 -"139098",19917,20931 -"139099",19917,28130 -"139100",19917,33814 -"139101",19917,34475 -"139102",19917,35286 -"139103",19917,37348 -"139104",19917,43813 -"139105",19917,49073 -"139106",19917,49086 -"139107",19918,52616 -"139108",19918,108834 -"139109",19919,19949 -"139110",19920,21693 -"139111",19920,22326 -"139112",19920,22362 -"139113",19920,22432 -"139114",19920,22480 -"139115",19920,29954 -"139116",19920,30031 -"139117",19920,41036 -"139118",19920,43001 -"139119",19920,78144 -"139120",19920,87060 -"139121",19920,87073 -"139122",19920,113481 -"139123",19921,19936 -"139124",19921,23784 -"139125",19921,26505 -"139126",19921,29819 -"139127",19921,34088 -"139128",19921,34548 -"139129",19921,37266 -"139130",19921,38333 -"139131",19921,50127 -"139132",19921,51534 -"139133",19921,61585 -"139134",19921,61831 -"139135",19921,73396 -"139136",19921,81413 -"139137",19921,104134 -"139138",19921,111938 -"139139",19922,40125 -"139140",19922,122696 -"139141",19923,20002 -"139142",19924,25162 -"139143",19924,58728 -"139144",19924,65687 -"139145",19924,69345 -"139146",19924,70821 -"139147",19924,75313 -"139148",19924,82619 -"139149",19924,105665 -"139150",19924,106520 -"139151",19924,121212 -"139152",19925,111026 -"139153",19926,28455 -"139154",19926,45916 -"139155",19930,20008 -"139156",19930,26169 -"139157",19930,32901 -"139158",19930,33169 -"139159",19930,48692 -"139160",19930,54142 -"139161",19930,57381 -"139162",19930,57473 -"139163",19930,59010 -"139164",19930,62767 -"139165",19930,66873 -"139166",19930,70117 -"139167",19931,33592 -"139168",19931,63505 -"139169",19931,72464 -"139170",19931,121763 -"139171",19932,20081 -"139172",19932,20994 -"139173",19932,38879 -"139174",19932,39658 -"139175",19932,40338 -"139176",19932,43211 -"139177",19932,69139 -"139178",19932,76402 -"139179",19932,86512 -"139180",19932,86513 -"139181",19932,89686 -"139182",19933,22023 -"139183",19934,20832 -"139184",19934,26729 -"139185",19934,34978 -"139186",19934,50100 -"139187",19934,57675 -"139188",19934,61175 -"139189",19934,62844 -"139190",19934,89834 -"139191",19934,92778 -"139192",19934,121070 -"139193",19935,39026 -"139194",19935,39176 -"139195",19935,39178 -"139196",19935,51511 -"139197",19935,57575 -"139198",19936,33418 -"139199",19936,37266 -"139200",19936,38333 -"139201",19936,47256 -"139202",19936,51534 -"139203",19936,52494 -"139204",19936,55057 -"139205",19936,65194 -"139206",19936,74445 -"139207",19936,97572 -"139208",19936,121483 -"139209",19936,121486 -"139210",19937,21166 -"139211",19937,27065 -"139212",19937,34310 -"139213",19937,34993 -"139214",19937,38792 -"139215",19937,38945 -"139216",19937,48871 -"139217",19937,49238 -"139218",19937,63477 -"139219",19937,73022 -"139220",19937,97275 -"139221",19937,98790 -"139222",19937,113458 -"139223",19938,69926 -"139224",19938,77946 -"139225",19939,21680 -"139226",19939,23614 -"139227",19939,40977 -"139228",19940,20995 -"139229",19940,40515 -"139230",19940,42256 -"139231",19940,42877 -"139232",19940,42923 -"139233",19940,56981 -"139234",19940,69671 -"139235",19940,84614 -"139236",19940,88396 -"139237",19940,91734 -"139238",19940,93452 -"139239",19940,97003 -"139240",19940,97890 -"139241",19940,114425 -"139242",19941,41194 -"139243",19941,43323 -"139244",19941,44790 -"139245",19941,44822 -"139246",19941,44841 -"139247",19944,31801 -"139248",19944,43989 -"139249",19944,48601 -"139250",19947,19948 -"139251",19950,21873 -"139252",19951,53057 -"139253",19951,98769 -"139254",19951,106382 -"139255",19952,55326 -"139256",19952,64296 -"139257",19954,39406 -"139258",19954,81848 -"139259",19954,90124 -"139260",19954,100649 -"139261",19955,26166 -"139262",19955,33967 -"139263",19955,34092 -"139264",19955,97043 -"139265",19955,97044 -"139266",19956,24195 -"139267",19956,28918 -"139268",19956,35430 -"139269",19956,35620 -"139270",19956,38798 -"139271",19956,46385 -"139272",19956,53530 -"139273",19956,89612 -"139274",19956,97245 -"139275",19956,97477 -"139276",19956,106664 -"139277",19956,108074 -"139278",19957,24748 -"139279",19957,44641 -"139280",19957,62411 -"139281",19957,72794 -"139282",19957,110242 -"139283",19958,43793 -"139284",19959,24817 -"139285",19959,24879 -"139286",19959,35306 -"139287",19960,35241 -"139288",19961,31514 -"139289",19963,22829 -"139290",19963,23298 -"139291",19963,26075 -"139292",19963,26283 -"139293",19963,47511 -"139294",19963,59623 -"139295",19963,60281 -"139296",19963,62612 -"139297",19963,68472 -"139298",19963,74175 -"139299",19963,75459 -"139300",19963,79786 -"139301",19963,80799 -"139302",19963,89869 -"139303",19963,89958 -"139304",19963,93896 -"139305",19963,100525 -"139306",19963,105392 -"139307",19963,105739 -"139308",19963,108914 -"139309",19963,109172 -"139310",19963,109383 -"139311",19964,96735 -"139312",19965,38734 -"139313",19965,42687 -"139314",19965,45541 -"139315",19965,45946 -"139316",19965,59007 -"139317",19965,61920 -"139318",19965,71654 -"139319",19965,83679 -"139320",19966,24055 -"139321",19966,44534 -"139322",19966,81352 -"139323",19966,93088 -"139324",19966,94453 -"139325",19967,67708 -"139326",19968,23541 -"139327",19968,51084 -"139328",19968,57359 -"139329",19968,60877 -"139330",19968,64382 -"139331",19968,77626 -"139332",19968,97696 -"139333",19969,20005 -"139334",19969,31344 -"139335",19969,36999 -"139336",19970,20115 -"139337",19971,20069 -"139338",19972,20880 -"139339",19972,20883 -"139340",19972,20954 -"139341",19972,31233 -"139342",19972,74592 -"139343",19972,76605 -"139344",19972,83133 -"139345",19972,83761 -"139346",19972,95872 -"139347",19972,99793 -"139348",19972,100772 -"139349",19972,101063 -"139350",19973,22459 -"139351",19973,33429 -"139352",19973,48447 -"139353",19973,71550 -"139354",19973,74364 -"139355",19973,88449 -"139356",19973,89789 -"139357",19973,92140 -"139358",19973,112229 -"139359",19973,113753 -"139360",19973,116239 -"139361",19975,20000 -"139362",19975,22641 -"139363",19975,30302 -"139364",19975,32940 -"139365",19975,46621 -"139366",19975,46951 -"139367",19975,61785 -"139368",19975,67300 -"139369",19975,68705 -"139370",19975,71176 -"139371",19975,75921 -"139372",19975,78582 -"139373",19975,79697 -"139374",19975,94398 -"139375",19976,29198 -"139376",19976,29342 -"139377",19976,31348 -"139378",19976,40311 -"139379",19976,40783 -"139380",19976,56186 -"139381",19976,56320 -"139382",19977,43204 -"139383",19977,57308 -"139384",19978,38141 -"139385",19978,89637 -"139386",19979,20083 -"139387",19979,22475 -"139388",19979,24709 -"139389",19979,29713 -"139390",19979,39583 -"139391",19979,44864 -"139392",19979,62781 -"139393",19979,63709 -"139394",19979,72568 -"139395",19979,106685 -"139396",19979,112574 -"139397",19979,114123 -"139398",19980,70291 -"139399",19981,28309 -"139400",19981,28354 -"139401",19981,32172 -"139402",19982,20542 -"139403",19982,28814 -"139404",19982,59741 -"139405",19982,72674 -"139406",19982,83434 -"139407",19983,22799 -"139408",19983,48375 -"139409",19983,96917 -"139410",19985,87375 -"139411",19986,80724 -"139412",19987,79450 -"139413",19988,54980 -"139414",19988,65625 -"139415",19988,79809 -"139416",19989,122917 -"139417",19990,64361 -"139418",19991,23999 -"139419",19991,72285 -"139420",19991,97627 -"139421",19992,20263 -"139422",19992,39859 -"139423",19992,64322 -"139424",19994,23754 -"139425",19994,23755 -"139426",19994,23758 -"139427",19994,30687 -"139428",19994,34175 -"139429",19994,42752 -"139430",19994,62992 -"139431",19994,64648 -"139432",19994,75070 -"139433",19994,87520 -"139434",19996,20698 -"139435",19997,23332 -"139436",19997,24306 -"139437",19997,24439 -"139438",19997,40253 -"139439",19997,55241 -"139440",19998,30544 -"139441",19998,47033 -"139442",19998,73578 -"139443",19998,84883 -"139444",19998,96594 -"139445",19998,101256 -"139446",19998,105780 -"139447",19999,20801 -"139448",19999,41590 -"139449",19999,46982 -"139450",19999,54017 -"139451",19999,72039 -"139452",19999,73899 -"139453",19999,83390 -"139454",19999,91921 -"139455",19999,110441 -"139456",20000,23947 -"139457",20000,24429 -"139458",20000,29948 -"139459",20000,31951 -"139460",20000,41719 -"139461",20000,43173 -"139462",20000,46621 -"139463",20000,52327 -"139464",20000,55795 -"139465",20000,59326 -"139466",20000,61785 -"139467",20000,67825 -"139468",20000,68844 -"139469",20000,70925 -"139470",20000,77441 -"139471",20000,79183 -"139472",20000,100502 -"139473",20000,100583 -"139474",20001,21225 -"139475",20001,29198 -"139476",20001,31655 -"139477",20001,32617 -"139478",20001,35736 -"139479",20001,36516 -"139480",20001,45626 -"139481",20001,48101 -"139482",20001,49997 -"139483",20001,50209 -"139484",20001,52464 -"139485",20001,52858 -"139486",20001,69782 -"139487",20001,69832 -"139488",20001,76315 -"139489",20001,83277 -"139490",20001,91518 -"139491",20002,28095 -"139492",20003,44686 -"139493",20003,81433 -"139494",20004,20147 -"139495",20004,20174 -"139496",20004,20487 -"139497",20004,22235 -"139498",20004,22251 -"139499",20004,38021 -"139500",20004,79983 -"139501",20006,83632 -"139502",20006,84254 -"139503",20009,26783 -"139504",20009,29137 -"139505",20009,32835 -"139506",20009,37859 -"139507",20009,40424 -"139508",20009,40469 -"139509",20009,44370 -"139510",20009,47500 -"139511",20009,51829 -"139512",20009,73945 -"139513",20009,79344 -"139514",20009,79618 -"139515",20009,94069 -"139516",20009,94097 -"139517",20009,95695 -"139518",20009,101116 -"139519",20010,52845 -"139520",20011,20012 -"139521",20011,24228 -"139522",20011,29775 -"139523",20011,32817 -"139524",20011,32986 -"139525",20011,36615 -"139526",20011,44896 -"139527",20011,44986 -"139528",20011,48084 -"139529",20011,60366 -"139530",20012,20926 -"139531",20012,22405 -"139532",20012,26743 -"139533",20012,32841 -"139534",20013,20014 -"139535",20013,96148 -"139536",20013,112946 -"139537",20013,120172 -"139538",20015,21802 -"139539",20017,20095 -"139540",20017,20167 -"139541",20017,24806 -"139542",20017,32892 -"139543",20017,38432 -"139544",20017,39212 -"139545",20017,46040 -"139546",20017,48283 -"139547",20017,55968 -"139548",20017,67501 -"139549",20017,67511 -"139550",20017,87651 -"139551",20018,23197 -"139552",20018,31513 -"139553",20018,45514 -"139554",20018,46139 -"139555",20018,49621 -"139556",20018,51733 -"139557",20018,52881 -"139558",20018,54684 -"139559",20018,56347 -"139560",20018,64495 -"139561",20018,71710 -"139562",20018,80015 -"139563",20018,85543 -"139564",20018,118239 -"139565",20018,121085 -"139566",20018,121802 -"139567",20019,20082 -"139568",20019,20139 -"139569",20019,20190 -"139570",20019,20201 -"139571",20019,82870 -"139572",20020,20137 -"139573",20020,34022 -"139574",20020,50685 -"139575",20020,57360 -"139576",20020,69498 -"139577",20020,77953 -"139578",20020,90840 -"139579",20020,96117 -"139580",20021,20172 -"139581",20021,20205 -"139582",20021,20226 -"139583",20021,21770 -"139584",20021,28708 -"139585",20021,32008 -"139586",20021,33338 -"139587",20021,34327 -"139588",20021,34594 -"139589",20021,34615 -"139590",20021,35542 -"139591",20021,36768 -"139592",20021,36780 -"139593",20021,37683 -"139594",20021,49587 -"139595",20021,49878 -"139596",20021,52442 -"139597",20021,57731 -"139598",20021,58419 -"139599",20021,64372 -"139600",20021,70646 -"139601",20021,83713 -"139602",20021,90868 -"139603",20022,20047 -"139604",20022,20176 -"139605",20022,20252 -"139606",20022,20499 -"139607",20022,27320 -"139608",20022,27861 -"139609",20022,34527 -"139610",20022,35792 -"139611",20022,39360 -"139612",20022,39482 -"139613",20022,60506 -"139614",20022,87677 -"139615",20022,87678 -"139616",20023,36907 -"139617",20023,92578 -"139618",20024,27062 -"139619",20024,30942 -"139620",20025,20254 -"139621",20026,26125 -"139622",20026,31146 -"139623",20026,51936 -"139624",20026,69649 -"139625",20026,80543 -"139626",20026,81333 -"139627",20026,85259 -"139628",20026,85295 -"139629",20027,34107 -"139630",20027,39846 -"139631",20027,40143 -"139632",20027,41079 -"139633",20027,44199 -"139634",20027,60267 -"139635",20027,84775 -"139636",20027,88591 -"139637",20027,91193 -"139638",20028,21022 -"139639",20028,26448 -"139640",20028,29372 -"139641",20028,29592 -"139642",20028,31612 -"139643",20028,44453 -"139644",20028,88850 -"139645",20028,92838 -"139646",20028,92844 -"139647",20028,92937 -"139648",20028,97509 -"139649",20029,20165 -"139650",20029,23774 -"139651",20029,35287 -"139652",20029,37752 -"139653",20029,51490 -"139654",20029,55390 -"139655",20029,100688 -"139656",20029,121796 -"139657",20030,26573 -"139658",20030,40134 -"139659",20030,67952 -"139660",20030,69235 -"139661",20030,78484 -"139662",20030,80339 -"139663",20030,80370 -"139664",20031,29115 -"139665",20031,35481 -"139666",20031,35963 -"139667",20031,49364 -"139668",20031,58052 -"139669",20031,71541 -"139670",20031,72043 -"139671",20031,92441 -"139672",20031,94806 -"139673",20031,98166 -"139674",20031,105685 -"139675",20031,112212 -"139676",20032,28057 -"139677",20032,84891 -"139678",20032,106725 -"139679",20034,20135 -"139680",20034,26608 -"139681",20034,28231 -"139682",20034,76824 -"139683",20034,80039 -"139684",20034,103216 -"139685",20034,106856 -"139686",20034,116868 -"139687",20035,50202 -"139688",20036,20052 -"139689",20036,23297 -"139690",20036,73644 -"139691",20036,108159 -"139692",20037,29975 -"139693",20037,73103 -"139694",20037,77897 -"139695",20037,78828 -"139696",20037,82494 -"139697",20037,83558 -"139698",20038,30569 -"139699",20038,51472 -"139700",20038,90649 -"139701",20038,101133 -"139702",20038,109726 -"139703",20039,54548 -"139704",20039,60651 -"139705",20040,24400 -"139706",20040,24900 -"139707",20040,33440 -"139708",20040,34062 -"139709",20040,34144 -"139710",20040,34291 -"139711",20040,34334 -"139712",20040,34403 -"139713",20040,42469 -"139714",20040,48761 -"139715",20040,80036 -"139716",20040,93054 -"139717",20040,116955 -"139718",20040,117969 -"139719",20041,20225 -"139720",20042,20171 -"139721",20043,47256 -"139722",20043,56067 -"139723",20043,64156 -"139724",20043,76789 -"139725",20044,20045 -"139726",20044,20046 -"139727",20044,20295 -"139728",20044,20296 -"139729",20044,54817 -"139730",20044,102929 -"139731",20044,102957 -"139732",20044,102995 -"139733",20044,103023 -"139734",20045,20046 -"139735",20045,20295 -"139736",20045,20296 -"139737",20045,63375 -"139738",20046,20295 -"139739",20046,20296 -"139740",20047,20176 -"139741",20047,20252 -"139742",20047,20499 -"139743",20048,49287 -"139744",20048,106214 -"139745",20049,30015 -"139746",20049,32090 -"139747",20049,34988 -"139748",20049,44178 -"139749",20049,52006 -"139750",20049,83514 -"139751",20049,85197 -"139752",20049,91271 -"139753",20049,93913 -"139754",20049,95851 -"139755",20049,104506 -"139756",20049,116634 -"139757",20049,118127 -"139758",20050,20332 -"139759",20050,50791 -"139760",20051,98875 -"139761",20052,68417 -"139762",20052,84200 -"139763",20052,89518 -"139764",20052,97858 -"139765",20052,103949 -"139766",20053,20055 -"139767",20053,20066 -"139768",20053,91741 -"139769",20053,98865 -"139770",20054,21722 -"139771",20054,23008 -"139772",20054,44939 -"139773",20054,60155 -"139774",20055,20066 -"139775",20055,98865 -"139776",20056,23856 -"139777",20056,41752 -"139778",20056,41883 -"139779",20056,121071 -"139780",20057,33363 -"139781",20057,35261 -"139782",20057,44430 -"139783",20057,50146 -"139784",20057,52369 -"139785",20057,56679 -"139786",20057,59529 -"139787",20057,72494 -"139788",20057,81346 -"139789",20057,101041 -"139790",20058,21435 -"139791",20058,31657 -"139792",20058,40861 -"139793",20058,44439 -"139794",20058,49332 -"139795",20058,68646 -"139796",20058,81838 -"139797",20058,92467 -"139798",20058,100088 -"139799",20058,107544 -"139800",20058,115005 -"139801",20058,115943 -"139802",20058,118408 -"139803",20059,21540 -"139804",20059,21765 -"139805",20059,58943 -"139806",20060,21968 -"139807",20060,36237 -"139808",20060,45044 -"139809",20060,49846 -"139810",20060,77631 -"139811",20060,88687 -"139812",20060,88823 -"139813",20060,88826 -"139814",20061,21138 -"139815",20061,25069 -"139816",20061,25281 -"139817",20061,28409 -"139818",20061,33257 -"139819",20061,37866 -"139820",20061,42250 -"139821",20061,45007 -"139822",20061,48434 -"139823",20061,52924 -"139824",20061,54283 -"139825",20061,61187 -"139826",20061,64254 -"139827",20061,67894 -"139828",20061,67902 -"139829",20061,73464 -"139830",20061,73919 -"139831",20061,74681 -"139832",20061,74894 -"139833",20061,81364 -"139834",20061,82930 -"139835",20061,83772 -"139836",20061,86490 -"139837",20061,89710 -"139838",20061,90114 -"139839",20061,95604 -"139840",20061,98406 -"139841",20061,99329 -"139842",20061,99341 -"139843",20061,108765 -"139844",20061,110246 -"139845",20061,113803 -"139846",20061,115195 -"139847",20061,115233 -"139848",20061,115255 -"139849",20061,115264 -"139850",20061,116660 -"139851",20061,121043 -"139852",20061,121999 -"139853",20061,123079 -"139854",20061,123085 -"139855",20062,41283 -"139856",20062,99942 -"139857",20063,21719 -"139858",20063,30353 -"139859",20063,33478 -"139860",20064,47823 -"139861",20064,115095 -"139862",20065,52270 -"139863",20065,56293 -"139864",20065,58288 -"139865",20065,83760 -"139866",20066,48855 -"139867",20066,66701 -"139868",20066,70625 -"139869",20066,72737 -"139870",20067,21706 -"139871",20067,22052 -"139872",20067,23869 -"139873",20067,24562 -"139874",20067,33801 -"139875",20067,34964 -"139876",20067,39563 -"139877",20067,39703 -"139878",20067,46311 -"139879",20067,53333 -"139880",20067,53475 -"139881",20067,67902 -"139882",20067,74730 -"139883",20067,76399 -"139884",20067,79619 -"139885",20067,97160 -"139886",20067,98250 -"139887",20067,100140 -"139888",20067,110013 -"139889",20067,112148 -"139890",20068,20334 -"139891",20068,66202 -"139892",20068,75449 -"139893",20069,35436 -"139894",20069,35933 -"139895",20069,77337 -"139896",20069,97440 -"139897",20070,25260 -"139898",20070,27549 -"139899",20070,27606 -"139900",20070,29525 -"139901",20070,41877 -"139902",20070,57623 -"139903",20070,74995 -"139904",20070,83292 -"139905",20070,97827 -"139906",20071,20235 -"139907",20071,20464 -"139908",20071,52171 -"139909",20071,53544 -"139910",20071,62856 -"139911",20071,63183 -"139912",20071,67211 -"139913",20071,71142 -"139914",20071,72510 -"139915",20071,99947 -"139916",20071,101071 -"139917",20071,112573 -"139918",20071,116886 -"139919",20072,21505 -"139920",20072,21607 -"139921",20072,21665 -"139922",20072,23861 -"139923",20072,32630 -"139924",20072,34564 -"139925",20072,34620 -"139926",20072,38525 -"139927",20072,41713 -"139928",20072,42087 -"139929",20072,45047 -"139930",20072,45980 -"139931",20072,48202 -"139932",20072,48212 -"139933",20072,53132 -"139934",20072,53227 -"139935",20072,55111 -"139936",20072,58628 -"139937",20072,61801 -"139938",20072,64350 -"139939",20072,73044 -"139940",20072,73058 -"139941",20072,73335 -"139942",20072,78063 -"139943",20072,78429 -"139944",20072,78569 -"139945",20072,82143 -"139946",20072,83231 -"139947",20072,86471 -"139948",20072,90804 -"139949",20072,91022 -"139950",20072,91045 -"139951",20072,95675 -"139952",20072,101516 -"139953",20072,102387 -"139954",20072,108374 -"139955",20072,108893 -"139956",20072,109101 -"139957",20072,109523 -"139958",20072,110993 -"139959",20072,111338 -"139960",20072,111398 -"139961",20072,111409 -"139962",20072,111480 -"139963",20072,112422 -"139964",20072,112648 -"139965",20072,112708 -"139966",20072,112820 -"139967",20072,112997 -"139968",20072,113597 -"139969",20072,114418 -"139970",20072,114582 -"139971",20072,115371 -"139972",20072,116028 -"139973",20072,116604 -"139974",20073,20361 -"139975",20073,31515 -"139976",20073,31649 -"139977",20073,43594 -"139978",20073,45338 -"139979",20073,45339 -"139980",20073,45414 -"139981",20073,49526 -"139982",20074,20199 -"139983",20074,29845 -"139984",20074,115064 -"139985",20074,119842 -"139986",20075,55497 -"139987",20075,112078 -"139988",20076,94192 -"139989",20077,40339 -"139990",20077,66383 -"139991",20077,68908 -"139992",20077,69058 -"139993",20077,69076 -"139994",20078,59382 -"139995",20080,26516 -"139996",20080,46641 -"139997",20080,50518 -"139998",20080,53703 -"139999",20080,53908 -"140000",20080,55762 -"140001",20080,56025 -"140002",20080,56301 -"140003",20080,59361 -"140004",20080,59497 -"140005",20080,59498 -"140006",20080,70388 -"140007",20080,70425 -"140008",20081,41183 -"140009",20081,55305 -"140010",20081,87736 -"140011",20082,20139 -"140012",20082,20190 -"140013",20082,20201 -"140014",20082,51058 -"140015",20082,81618 -"140016",20082,82870 -"140017",20083,22475 -"140018",20083,29713 -"140019",20083,30731 -"140020",20083,35041 -"140021",20083,44864 -"140022",20083,57090 -"140023",20083,71892 -"140024",20083,82943 -"140025",20083,86050 -"140026",20083,89594 -"140027",20083,90364 -"140028",20083,99534 -"140029",20084,21910 -"140030",20084,45589 -"140031",20084,99019 -"140032",20085,20949 -"140033",20085,68460 -"140034",20085,107259 -"140035",20086,20146 -"140036",20086,33565 -"140037",20086,62610 -"140038",20086,62611 -"140039",20088,30164 -"140040",20088,43212 -"140041",20088,44055 -"140042",20088,67582 -"140043",20088,94320 -"140044",20088,95319 -"140045",20088,95648 -"140046",20088,95957 -"140047",20088,95983 -"140048",20089,20678 -"140049",20089,21399 -"140050",20089,77221 -"140051",20089,78568 -"140052",20089,81912 -"140053",20090,22694 -"140054",20090,27003 -"140055",20090,38054 -"140056",20090,40357 -"140057",20090,44206 -"140058",20090,49002 -"140059",20090,62248 -"140060",20090,62264 -"140061",20090,62265 -"140062",20091,32113 -"140063",20091,36796 -"140064",20091,44553 -"140065",20091,52823 -"140066",20091,100691 -"140067",20093,20186 -"140068",20093,21151 -"140069",20093,24348 -"140070",20093,48444 -"140071",20093,49768 -"140072",20093,90147 -"140073",20093,90840 -"140074",20094,21750 -"140075",20094,79463 -"140076",20094,87679 -"140077",20094,92507 -"140078",20094,107069 -"140079",20095,20167 -"140080",20096,53269 -"140081",20097,24627 -"140082",20100,20151 -"140083",20100,62205 -"140084",20100,113887 -"140085",20101,27294 -"140086",20101,30332 -"140087",20101,37062 -"140088",20101,42612 -"140089",20101,47845 -"140090",20101,70081 -"140091",20101,70473 -"140092",20101,78691 -"140093",20101,118250 -"140094",20101,122361 -"140095",20103,20306 -"140096",20104,39987 -"140097",20104,42757 -"140098",20104,60664 -"140099",20104,73010 -"140100",20104,97066 -"140101",20105,25967 -"140102",20105,36569 -"140103",20105,47115 -"140104",20105,61872 -"140105",20105,61885 -"140106",20105,62110 -"140107",20105,62130 -"140108",20105,62176 -"140109",20105,62186 -"140110",20106,21763 -"140111",20106,36651 -"140112",20107,34050 -"140113",20107,35640 -"140114",20107,90007 -"140115",20107,113156 -"140116",20108,22310 -"140117",20108,36586 -"140118",20108,40832 -"140119",20108,51580 -"140120",20108,114207 -"140121",20109,20154 -"140122",20109,20155 -"140123",20109,20185 -"140124",20109,31723 -"140125",20109,33489 -"140126",20109,37316 -"140127",20109,46501 -"140128",20111,22403 -"140129",20111,36103 -"140130",20111,49653 -"140131",20111,58276 -"140132",20111,71066 -"140133",20111,71682 -"140134",20111,95575 -"140135",20112,41530 -"140136",20112,42205 -"140137",20112,50915 -"140138",20112,53961 -"140139",20112,59177 -"140140",20112,66728 -"140141",20112,67393 -"140142",20112,70111 -"140143",20112,74256 -"140144",20112,76262 -"140145",20112,80095 -"140146",20112,85560 -"140147",20112,92804 -"140148",20112,100131 -"140149",20112,100963 -"140150",20112,114822 -"140151",20113,35561 -"140152",20113,57992 -"140153",20113,60753 -"140154",20113,73794 -"140155",20113,98858 -"140156",20114,30804 -"140157",20114,45102 -"140158",20114,45838 -"140159",20114,70348 -"140160",20114,77444 -"140161",20114,93609 -"140162",20114,106776 -"140163",20115,25678 -"140164",20115,25785 -"140165",20115,29817 -"140166",20115,56365 -"140167",20115,65165 -"140168",20115,65297 -"140169",20115,82860 -"140170",20115,97771 -"140171",20115,103829 -"140172",20116,24120 -"140173",20116,41633 -"140174",20116,44533 -"140175",20116,64157 -"140176",20116,77621 -"140177",20116,91806 -"140178",20116,99517 -"140179",20116,100775 -"140180",20116,102462 -"140181",20116,111315 -"140182",20117,26275 -"140183",20117,39192 -"140184",20117,40643 -"140185",20117,64635 -"140186",20117,86450 -"140187",20117,88844 -"140188",20118,40890 -"140189",20119,20317 -"140190",20119,25650 -"140191",20119,33775 -"140192",20120,24699 -"140193",20120,32811 -"140194",20120,36922 -"140195",20120,48063 -"140196",20120,55395 -"140197",20120,56738 -"140198",20120,73876 -"140199",20120,75988 -"140200",20120,81675 -"140201",20120,122561 -"140202",20121,20182 -"140203",20121,24023 -"140204",20121,25126 -"140205",20121,25897 -"140206",20121,40793 -"140207",20121,41957 -"140208",20121,44083 -"140209",20121,46282 -"140210",20121,87797 -"140211",20121,96952 -"140212",20122,20748 -"140213",20122,25727 -"140214",20122,33119 -"140215",20122,65400 -"140216",20122,78451 -"140217",20122,84607 -"140218",20122,110272 -"140219",20122,111019 -"140220",20122,115817 -"140221",20122,116107 -"140222",20122,116108 -"140223",20122,116109 -"140224",20123,20217 -"140225",20124,27592 -"140226",20124,28820 -"140227",20124,40134 -"140228",20124,40629 -"140229",20124,46967 -"140230",20124,55288 -"140231",20124,63237 -"140232",20124,66280 -"140233",20124,72956 -"140234",20125,28709 -"140235",20125,30123 -"140236",20125,41715 -"140237",20125,49164 -"140238",20125,50439 -"140239",20125,68778 -"140240",20125,74249 -"140241",20125,75428 -"140242",20125,75484 -"140243",20125,114042 -"140244",20125,117996 -"140245",20127,27241 -"140246",20127,39538 -"140247",20128,23460 -"140248",20128,25084 -"140249",20128,25985 -"140250",20128,38198 -"140251",20128,39826 -"140252",20128,41785 -"140253",20128,41804 -"140254",20128,41859 -"140255",20128,60220 -"140256",20128,60557 -"140257",20129,30113 -"140258",20129,59966 -"140259",20129,82611 -"140260",20130,31647 -"140261",20130,40297 -"140262",20130,44370 -"140263",20130,46640 -"140264",20130,54489 -"140265",20130,54718 -"140266",20130,91028 -"140267",20131,26498 -"140268",20131,27972 -"140269",20131,35371 -"140270",20131,36388 -"140271",20131,56737 -"140272",20131,84390 -"140273",20131,87492 -"140274",20131,93739 -"140275",20131,98633 -"140276",20131,101115 -"140277",20131,105282 -"140278",20132,72494 -"140279",20132,80293 -"140280",20132,95265 -"140281",20132,96500 -"140282",20132,108788 -"140283",20132,117271 -"140284",20132,118489 -"140285",20132,121571 -"140286",20133,99752 -"140287",20134,38586 -"140288",20135,26608 -"140289",20136,46610 -"140290",20137,25387 -"140291",20137,31079 -"140292",20137,49836 -"140293",20137,50318 -"140294",20137,50444 -"140295",20137,50667 -"140296",20137,64085 -"140297",20137,78693 -"140298",20137,86579 -"140299",20138,25255 -"140300",20138,36222 -"140301",20138,43974 -"140302",20138,57535 -"140303",20138,77249 -"140304",20138,85241 -"140305",20138,87693 -"140306",20138,104207 -"140307",20139,20190 -"140308",20139,20201 -"140309",20139,27331 -"140310",20139,27461 -"140311",20139,28008 -"140312",20139,28945 -"140313",20139,28983 -"140314",20139,31324 -"140315",20139,31943 -"140316",20139,47596 -"140317",20139,49903 -"140318",20139,49918 -"140319",20139,49921 -"140320",20139,82737 -"140321",20140,23131 -"140322",20140,27786 -"140323",20140,30525 -"140324",20140,34825 -"140325",20140,35134 -"140326",20140,38589 -"140327",20140,41958 -"140328",20140,42455 -"140329",20140,45357 -"140330",20140,55829 -"140331",20140,69931 -"140332",20140,95246 -"140333",20140,95253 -"140334",20141,56070 -"140335",20141,67594 -"140336",20141,76323 -"140337",20141,111593 -"140338",20143,52608 -"140339",20143,55990 -"140340",20143,75953 -"140341",20143,109337 -"140342",20143,123006 -"140343",20144,20307 -"140344",20145,29392 -"140345",20146,24185 -"140346",20146,30251 -"140347",20146,31077 -"140348",20146,34418 -"140349",20146,71267 -"140350",20146,72789 -"140351",20146,102924 -"140352",20146,106905 -"140353",20146,106977 -"140354",20146,118337 -"140355",20146,120115 -"140356",20147,20174 -"140357",20148,52096 -"140358",20148,110721 -"140359",20149,26362 -"140360",20149,29244 -"140361",20149,37550 -"140362",20149,41870 -"140363",20149,54059 -"140364",20149,57132 -"140365",20149,59756 -"140366",20149,59772 -"140367",20149,77792 -"140368",20149,89631 -"140369",20149,102025 -"140370",20150,35562 -"140371",20150,45506 -"140372",20150,45903 -"140373",20150,48023 -"140374",20150,49689 -"140375",20150,51299 -"140376",20150,56955 -"140377",20150,61657 -"140378",20150,64502 -"140379",20150,64806 -"140380",20150,67102 -"140381",20150,71329 -"140382",20150,71693 -"140383",20150,77001 -"140384",20150,82885 -"140385",20150,83526 -"140386",20150,94653 -"140387",20150,102881 -"140388",20150,110250 -"140389",20150,110343 -"140390",20151,30260 -"140391",20152,37343 -"140392",20152,51002 -"140393",20152,93609 -"140394",20152,98525 -"140395",20152,111353 -"140396",20153,20444 -"140397",20153,20483 -"140398",20153,39095 -"140399",20153,82760 -"140400",20154,20155 -"140401",20154,20185 -"140402",20154,28849 -"140403",20154,31723 -"140404",20154,35080 -"140405",20154,44891 -"140406",20154,44905 -"140407",20154,46501 -"140408",20154,47768 -"140409",20154,52256 -"140410",20155,20185 -"140411",20155,21213 -"140412",20155,23860 -"140413",20155,24186 -"140414",20155,26140 -"140415",20155,31328 -"140416",20155,39731 -"140417",20155,44433 -"140418",20155,44603 -"140419",20155,45734 -"140420",20156,40091 -"140421",20156,40545 -"140422",20156,53495 -"140423",20156,61449 -"140424",20156,83517 -"140425",20156,86660 -"140426",20157,38976 -"140427",20157,51858 -"140428",20157,54096 -"140429",20157,88374 -"140430",20157,108114 -"140431",20158,21053 -"140432",20158,21899 -"140433",20158,24238 -"140434",20158,27763 -"140435",20158,30321 -"140436",20158,44069 -"140437",20158,52614 -"140438",20158,68634 -"140439",20158,106803 -"140440",20158,109805 -"140441",20158,111396 -"140442",20158,111929 -"140443",20158,111932 -"140444",20158,111939 -"140445",20159,33623 -"140446",20159,33758 -"140447",20159,121219 -"140448",20160,25671 -"140449",20160,28432 -"140450",20160,30416 -"140451",20160,30721 -"140452",20160,73553 -"140453",20161,20162 -"140454",20161,22398 -"140455",20161,24572 -"140456",20161,52220 -"140457",20161,58060 -"140458",20161,87542 -"140459",20162,20758 -"140460",20162,24572 -"140461",20162,37301 -"140462",20162,46062 -"140463",20162,50667 -"140464",20162,54202 -"140465",20162,54226 -"140466",20162,81033 -"140467",20164,20316 -"140468",20164,23059 -"140469",20164,28154 -"140470",20164,30983 -"140471",20164,34276 -"140472",20164,56185 -"140473",20164,75897 -"140474",20164,95605 -"140475",20164,113957 -"140476",20169,31100 -"140477",20169,45148 -"140478",20169,120935 -"140479",20170,27282 -"140480",20170,27982 -"140481",20170,32574 -"140482",20170,35245 -"140483",20170,41201 -"140484",20170,44827 -"140485",20170,47106 -"140486",20170,53594 -"140487",20170,64929 -"140488",20170,114286 -"140489",20170,115333 -"140490",20171,29826 -"140491",20171,37567 -"140492",20171,44970 -"140493",20171,53486 -"140494",20171,55164 -"140495",20171,69781 -"140496",20171,70627 -"140497",20172,20205 -"140498",20172,20226 -"140499",20173,36400 -"140500",20173,39386 -"140501",20173,41253 -"140502",20173,42500 -"140503",20173,48710 -"140504",20173,48822 -"140505",20173,65398 -"140506",20173,70209 -"140507",20173,73315 -"140508",20173,106510 -"140509",20173,108668 -"140510",20173,113567 -"140511",20173,114558 -"140512",20174,20770 -"140513",20175,23042 -"140514",20175,38522 -"140515",20175,114007 -"140516",20175,115699 -"140517",20175,121132 -"140518",20176,20252 -"140519",20176,20499 -"140520",20176,20560 -"140521",20176,27861 -"140522",20176,30865 -"140523",20176,31686 -"140524",20176,31819 -"140525",20176,32340 -"140526",20176,34527 -"140527",20176,36968 -"140528",20176,40428 -"140529",20176,53423 -"140530",20176,64146 -"140531",20176,64993 -"140532",20176,98821 -"140533",20176,99541 -"140534",20176,109391 -"140535",20176,116121 -"140536",20177,23467 -"140537",20177,23561 -"140538",20177,23666 -"140539",20177,24931 -"140540",20177,27570 -"140541",20177,63625 -"140542",20177,79854 -"140543",20179,33161 -"140544",20179,38649 -"140545",20179,41027 -"140546",20179,45072 -"140547",20179,55529 -"140548",20179,73229 -"140549",20180,20283 -"140550",20180,41679 -"140551",20180,51385 -"140552",20180,64224 -"140553",20180,71267 -"140554",20181,41285 -"140555",20182,59727 -"140556",20182,79843 -"140557",20182,81644 -"140558",20182,87797 -"140559",20182,96607 -"140560",20182,96952 -"140561",20182,106073 -"140562",20183,81260 -"140563",20183,106170 -"140564",20184,34677 -"140565",20184,53999 -"140566",20184,76919 -"140567",20184,114308 -"140568",20185,22274 -"140569",20185,23860 -"140570",20185,24020 -"140571",20185,24186 -"140572",20185,26140 -"140573",20185,28252 -"140574",20185,29119 -"140575",20185,31353 -"140576",20185,37259 -"140577",20185,38987 -"140578",20185,40515 -"140579",20185,45315 -"140580",20185,51151 -"140581",20185,63296 -"140582",20185,69944 -"140583",20185,77175 -"140584",20185,89890 -"140585",20185,92784 -"140586",20185,99523 -"140587",20185,111789 -"140588",20185,119311 -"140589",20186,22575 -"140590",20186,24404 -"140591",20186,34507 -"140592",20186,44915 -"140593",20186,49251 -"140594",20186,59381 -"140595",20186,63894 -"140596",20186,63899 -"140597",20186,84018 -"140598",20186,86105 -"140599",20186,95160 -"140600",20187,20975 -"140601",20187,28015 -"140602",20187,36361 -"140603",20187,36972 -"140604",20187,101134 -"140605",20187,105602 -"140606",20188,22400 -"140607",20188,29415 -"140608",20188,29427 -"140609",20188,29438 -"140610",20188,43079 -"140611",20188,78723 -"140612",20188,100471 -"140613",20188,100789 -"140614",20189,51460 -"140615",20189,60838 -"140616",20190,20201 -"140617",20190,27234 -"140618",20190,27235 -"140619",20190,27331 -"140620",20190,27408 -"140621",20190,27461 -"140622",20191,66014 -"140623",20191,70068 -"140624",20191,81759 -"140625",20191,82287 -"140626",20193,58300 -"140627",20194,21390 -"140628",20194,29316 -"140629",20194,61257 -"140630",20194,81385 -"140631",20195,20314 -"140632",20195,105071 -"140633",20196,21862 -"140634",20197,87570 -"140635",20198,20338 -"140636",20198,44014 -"140637",20198,100370 -"140638",20199,26751 -"140639",20199,43431 -"140640",20199,43924 -"140641",20199,44725 -"140642",20199,44753 -"140643",20199,44807 -"140644",20199,54113 -"140645",20200,36302 -"140646",20200,40812 -"140647",20200,42285 -"140648",20200,43705 -"140649",20200,47553 -"140650",20200,62199 -"140651",20200,81615 -"140652",20200,83336 -"140653",20201,26315 -"140654",20201,28008 -"140655",20201,28856 -"140656",20201,28945 -"140657",20201,28983 -"140658",20201,31324 -"140659",20201,32961 -"140660",20201,49921 -"140661",20201,61310 -"140662",20201,82737 -"140663",20202,63488 -"140664",20202,79121 -"140665",20202,86460 -"140666",20203,32584 -"140667",20203,32585 -"140668",20203,122600 -"140669",20203,122612 -"140670",20203,122617 -"140671",20203,122622 -"140672",20204,34737 -"140673",20204,35981 -"140674",20204,48864 -"140675",20204,52047 -"140676",20204,57037 -"140677",20204,62949 -"140678",20204,83560 -"140679",20204,83889 -"140680",20204,105817 -"140681",20204,107788 -"140682",20205,20226 -"140683",20208,20258 -"140684",20208,22355 -"140685",20208,49074 -"140686",20209,23504 -"140687",20209,27394 -"140688",20209,27807 -"140689",20209,32556 -"140690",20209,32680 -"140691",20209,32682 -"140692",20209,33757 -"140693",20209,46264 -"140694",20209,47218 -"140695",20209,49986 -"140696",20209,52767 -"140697",20209,80088 -"140698",20209,81443 -"140699",20209,81708 -"140700",20209,94867 -"140701",20209,96667 -"140702",20209,98339 -"140703",20209,99217 -"140704",20209,100756 -"140705",20209,101788 -"140706",20209,101944 -"140707",20210,23556 -"140708",20210,26160 -"140709",20210,27314 -"140710",20210,33853 -"140711",20210,103553 -"140712",20211,34555 -"140713",20211,64055 -"140714",20211,79445 -"140715",20211,79510 -"140716",20212,113202 -"140717",20213,29924 -"140718",20213,67032 -"140719",20213,84217 -"140720",20214,25599 -"140721",20215,45169 -"140722",20215,95194 -"140723",20216,24563 -"140724",20216,44795 -"140725",20217,48231 -"140726",20217,56013 -"140727",20218,20219 -"140728",20218,22193 -"140729",20218,28111 -"140730",20218,35787 -"140731",20218,47385 -"140732",20218,50419 -"140733",20218,53142 -"140734",20218,81652 -"140735",20219,74869 -"140736",20220,22120 -"140737",20220,28837 -"140738",20220,28853 -"140739",20220,28854 -"140740",20220,33373 -"140741",20220,47480 -"140742",20220,55000 -"140743",20220,85131 -"140744",20220,92775 -"140745",20220,94819 -"140746",20220,94904 -"140747",20220,98993 -"140748",20221,41827 -"140749",20221,45849 -"140750",20221,46218 -"140751",20221,51835 -"140752",20221,61198 -"140753",20221,74561 -"140754",20221,102152 -"140755",20221,116185 -"140756",20222,51138 -"140757",20222,51149 -"140758",20223,85560 -"140759",20223,92871 -"140760",20223,94611 -"140761",20223,105360 -"140762",20225,27485 -"140763",20225,27677 -"140764",20225,33489 -"140765",20225,37058 -"140766",20225,46785 -"140767",20225,63073 -"140768",20225,85061 -"140769",20225,86576 -"140770",20225,95366 -"140771",20225,95473 -"140772",20226,34255 -"140773",20227,100712 -"140774",20228,91074 -"140775",20229,24397 -"140776",20229,34582 -"140777",20230,21868 -"140778",20230,22620 -"140779",20230,22705 -"140780",20230,22759 -"140781",20230,22760 -"140782",20230,47369 -"140783",20230,49185 -"140784",20231,37925 -"140785",20232,35403 -"140786",20232,36126 -"140787",20232,47816 -"140788",20232,54269 -"140789",20232,60575 -"140790",20232,63569 -"140791",20233,47713 -"140792",20234,46444 -"140793",20234,99706 -"140794",20234,113122 -"140795",20235,49731 -"140796",20235,51143 -"140797",20235,62856 -"140798",20235,67211 -"140799",20235,71142 -"140800",20235,76287 -"140801",20235,99947 -"140802",20235,101552 -"140803",20236,27285 -"140804",20236,33582 -"140805",20236,36917 -"140806",20236,51506 -"140807",20236,71724 -"140808",20236,71766 -"140809",20236,74991 -"140810",20236,105162 -"140811",20238,42507 -"140812",20238,78703 -"140813",20239,78167 -"140814",20239,100080 -"140815",20242,108016 -"140816",20243,29119 -"140817",20243,33877 -"140818",20243,34548 -"140819",20243,34658 -"140820",20243,35368 -"140821",20243,44150 -"140822",20243,55420 -"140823",20243,60997 -"140824",20243,77661 -"140825",20243,79041 -"140826",20243,98477 -"140827",20244,33447 -"140828",20245,49386 -"140829",20245,63203 -"140830",20245,63354 -"140831",20245,63373 -"140832",20245,74866 -"140833",20245,81553 -"140834",20245,105087 -"140835",20246,20276 -"140836",20246,20492 -"140837",20246,69341 -"140838",20246,69458 -"140839",20246,69459 -"140840",20246,98813 -"140841",20247,23606 -"140842",20247,32401 -"140843",20247,52215 -"140844",20247,52951 -"140845",20247,79344 -"140846",20247,79618 -"140847",20248,20815 -"140848",20248,58343 -"140849",20248,101671 -"140850",20248,107105 -"140851",20248,108657 -"140852",20248,116535 -"140853",20249,22484 -"140854",20249,35667 -"140855",20249,41754 -"140856",20249,79986 -"140857",20249,80035 -"140858",20250,23173 -"140859",20250,26849 -"140860",20250,27445 -"140861",20250,29266 -"140862",20250,30880 -"140863",20250,32957 -"140864",20250,34692 -"140865",20250,34865 -"140866",20250,37419 -"140867",20250,37965 -"140868",20250,41764 -"140869",20250,41804 -"140870",20250,45444 -"140871",20250,48871 -"140872",20250,50746 -"140873",20250,50866 -"140874",20250,57267 -"140875",20250,67556 -"140876",20251,20393 -"140877",20251,33549 -"140878",20251,33562 -"140879",20251,37642 -"140880",20251,56863 -"140881",20252,20499 -"140882",20252,25221 -"140883",20252,26642 -"140884",20252,26929 -"140885",20252,31149 -"140886",20252,64146 -"140887",20252,75089 -"140888",20252,80647 -"140889",20252,114023 -"140890",20253,23058 -"140891",20253,30076 -"140892",20253,34632 -"140893",20253,45506 -"140894",20253,50232 -"140895",20253,63264 -"140896",20253,74634 -"140897",20253,102881 -"140898",20253,109173 -"140899",20253,112480 -"140900",20253,116926 -"140901",20253,119074 -"140902",20254,20507 -"140903",20254,30130 -"140904",20254,30137 -"140905",20254,30145 -"140906",20254,30229 -"140907",20255,26992 -"140908",20255,105120 -"140909",20256,40218 -"140910",20256,50076 -"140911",20256,51774 -"140912",20257,55317 -"140913",20257,83173 -"140914",20258,47470 -"140915",20259,45560 -"140916",20259,70296 -"140917",20260,28655 -"140918",20260,91661 -"140919",20260,97498 -"140920",20260,114522 -"140921",20261,20343 -"140922",20261,20344 -"140923",20261,20416 -"140924",20261,29588 -"140925",20261,38284 -"140926",20261,38783 -"140927",20261,46946 -"140928",20261,67541 -"140929",20261,71847 -"140930",20261,75498 -"140931",20261,83162 -"140932",20261,91887 -"140933",20261,91893 -"140934",20261,108742 -"140935",20261,108768 -"140936",20261,118443 -"140937",20262,20281 -"140938",20262,25887 -"140939",20262,36455 -"140940",20262,47317 -"140941",20262,70088 -"140942",20262,72123 -"140943",20263,39859 -"140944",20263,57293 -"140945",20263,70307 -"140946",20263,97263 -"140947",20264,25089 -"140948",20264,25099 -"140949",20264,54778 -"140950",20264,60383 -"140951",20264,77472 -"140952",20265,21902 -"140953",20265,78608 -"140954",20265,84563 -"140955",20265,86974 -"140956",20265,99806 -"140957",20265,105084 -"140958",20266,28434 -"140959",20266,34840 -"140960",20266,45596 -"140961",20266,48357 -"140962",20266,50380 -"140963",20266,51396 -"140964",20266,58035 -"140965",20266,64031 -"140966",20266,67434 -"140967",20266,78875 -"140968",20266,79766 -"140969",20266,80471 -"140970",20266,82203 -"140971",20266,101783 -"140972",20266,109319 -"140973",20266,111888 -"140974",20267,39192 -"140975",20267,49643 -"140976",20267,49877 -"140977",20267,52773 -"140978",20267,61890 -"140979",20267,70193 -"140980",20267,73539 -"140981",20267,74917 -"140982",20267,80404 -"140983",20267,96961 -"140984",20268,24417 -"140985",20268,27585 -"140986",20268,30555 -"140987",20268,53988 -"140988",20268,59242 -"140989",20268,68227 -"140990",20269,24169 -"140991",20269,32015 -"140992",20269,35251 -"140993",20269,35672 -"140994",20269,36154 -"140995",20269,51089 -"140996",20269,54879 -"140997",20269,60000 -"140998",20269,63239 -"140999",20269,92513 -"141000",20269,120829 -"141001",20270,100275 -"141002",20271,20936 -"141003",20271,21726 -"141004",20271,27606 -"141005",20271,38101 -"141006",20271,40040 -"141007",20271,40049 -"141008",20271,57623 -"141009",20271,57646 -"141010",20271,72033 -"141011",20271,92241 -"141012",20271,98954 -"141013",20273,20662 -"141014",20273,20953 -"141015",20273,21001 -"141016",20273,23230 -"141017",20273,26620 -"141018",20273,35790 -"141019",20273,40727 -"141020",20273,43961 -"141021",20273,44582 -"141022",20273,45157 -"141023",20273,45591 -"141024",20273,45801 -"141025",20273,46262 -"141026",20273,47168 -"141027",20273,48821 -"141028",20273,61529 -"141029",20273,64907 -"141030",20273,84491 -"141031",20273,86513 -"141032",20273,97692 -"141033",20273,107968 -"141034",20273,112890 -"141035",20273,113144 -"141036",20273,114634 -"141037",20274,20493 -"141038",20274,20809 -"141039",20275,20834 -"141040",20275,20849 -"141041",20275,20854 -"141042",20275,21464 -"141043",20276,20492 -"141044",20277,20431 -"141045",20277,36941 -"141046",20277,39319 -"141047",20277,43827 -"141048",20277,52268 -"141049",20277,57913 -"141050",20277,75650 -"141051",20277,103371 -"141052",20277,120203 -"141053",20277,120218 -"141054",20278,20279 -"141055",20278,32175 -"141056",20278,35503 -"141057",20279,21733 -"141058",20279,21972 -"141059",20279,23091 -"141060",20279,25113 -"141061",20279,35503 -"141062",20279,39589 -"141063",20279,39647 -"141064",20279,46662 -"141065",20279,53983 -"141066",20279,55865 -"141067",20279,63165 -"141068",20279,64576 -"141069",20279,78805 -"141070",20279,81287 -"141071",20279,91550 -"141072",20279,92382 -"141073",20279,102311 -"141074",20279,106363 -"141075",20279,106387 -"141076",20279,106395 -"141077",20279,113718 -"141078",20281,20456 -"141079",20281,39527 -"141080",20281,56315 -"141081",20281,99123 -"141082",20281,104764 -"141083",20282,20328 -"141084",20282,53640 -"141085",20282,69227 -"141086",20283,21145 -"141087",20283,22082 -"141088",20283,46003 -"141089",20283,64307 -"141090",20283,84341 -"141091",20283,94847 -"141092",20283,94848 -"141093",20283,119417 -"141094",20285,30246 -"141095",20285,30420 -"141096",20285,45371 -"141097",20285,45372 -"141098",20285,45439 -"141099",20286,81249 -"141100",20287,38772 -"141101",20287,51953 -"141102",20287,62266 -"141103",20287,95465 -"141104",20288,24649 -"141105",20288,31034 -"141106",20288,34634 -"141107",20288,35428 -"141108",20288,42449 -"141109",20289,28098 -"141110",20289,36266 -"141111",20290,22600 -"141112",20290,57960 -"141113",20290,63765 -"141114",20290,98899 -"141115",20290,107832 -"141116",20291,25911 -"141117",20291,26441 -"141118",20291,30442 -"141119",20291,40571 -"141120",20291,69956 -"141121",20291,70455 -"141122",20291,78375 -"141123",20291,79642 -"141124",20291,81268 -"141125",20291,90931 -"141126",20291,91067 -"141127",20291,101143 -"141128",20291,101168 -"141129",20291,101169 -"141130",20292,21570 -"141131",20292,21571 -"141132",20292,27885 -"141133",20292,41921 -"141134",20292,102544 -"141135",20293,20497 -"141136",20293,20514 -"141137",20293,25458 -"141138",20293,29490 -"141139",20293,47402 -"141140",20294,112072 -"141141",20295,20296 -"141142",20296,45893 -"141143",20297,61925 -"141144",20298,20429 -"141145",20299,20383 -"141146",20299,23239 -"141147",20299,27989 -"141148",20299,34761 -"141149",20299,36593 -"141150",20299,43419 -"141151",20299,45982 -"141152",20299,46484 -"141153",20299,46640 -"141154",20299,46872 -"141155",20299,49820 -"141156",20299,51791 -"141157",20299,52168 -"141158",20299,58570 -"141159",20299,58607 -"141160",20299,70006 -"141161",20299,80056 -"141162",20299,84882 -"141163",20299,92605 -"141164",20299,92615 -"141165",20300,20410 -"141166",20301,20848 -"141167",20301,36040 -"141168",20301,56197 -"141169",20301,69990 -"141170",20301,84262 -"141171",20301,87366 -"141172",20301,87388 -"141173",20301,98050 -"141174",20301,104142 -"141175",20302,38264 -"141176",20302,48006 -"141177",20303,20322 -"141178",20303,20360 -"141179",20303,20490 -"141180",20303,20899 -"141181",20303,25780 -"141182",20304,42099 -"141183",20304,62808 -"141184",20304,76957 -"141185",20305,20324 -"141186",20305,20453 -"141187",20305,24217 -"141188",20305,25060 -"141189",20305,31086 -"141190",20306,70029 -"141191",20306,77256 -"141192",20306,84714 -"141193",20306,99238 -"141194",20306,115731 -"141195",20308,37544 -"141196",20309,23900 -"141197",20309,54538 -"141198",20309,82645 -"141199",20310,53858 -"141200",20310,78038 -"141201",20310,90218 -"141202",20310,106837 -"141203",20311,27463 -"141204",20311,27849 -"141205",20311,29486 -"141206",20311,29608 -"141207",20311,31691 -"141208",20311,33801 -"141209",20311,33956 -"141210",20311,41276 -"141211",20311,43708 -"141212",20311,44796 -"141213",20311,68323 -"141214",20311,68985 -"141215",20311,75475 -"141216",20311,86129 -"141217",20311,86250 -"141218",20311,95829 -"141219",20311,96824 -"141220",20311,96850 -"141221",20311,97237 -"141222",20311,115997 -"141223",20311,116015 -"141224",20312,44816 -"141225",20312,57624 -"141226",20312,67298 -"141227",20312,78078 -"141228",20312,83017 -"141229",20312,100673 -"141230",20312,122161 -"141231",20313,33070 -"141232",20313,39666 -"141233",20313,79927 -"141234",20314,38226 -"141235",20314,39030 -"141236",20315,23418 -"141237",20315,26154 -"141238",20315,28119 -"141239",20315,28816 -"141240",20315,29206 -"141241",20315,36546 -"141242",20315,39124 -"141243",20315,39561 -"141244",20315,43200 -"141245",20315,43453 -"141246",20315,45323 -"141247",20315,46258 -"141248",20315,46516 -"141249",20315,49318 -"141250",20315,53170 -"141251",20316,24558 -"141252",20316,25679 -"141253",20316,30983 -"141254",20317,25650 -"141255",20318,20467 -"141256",20318,20468 -"141257",20319,20337 -"141258",20319,20824 -"141259",20319,21627 -"141260",20319,22839 -"141261",20319,22884 -"141262",20319,22888 -"141263",20319,24447 -"141264",20319,26271 -"141265",20319,26322 -"141266",20319,27753 -"141267",20319,28468 -"141268",20319,31965 -"141269",20319,32745 -"141270",20319,33588 -"141271",20319,33621 -"141272",20319,33634 -"141273",20319,33728 -"141274",20319,33771 -"141275",20319,34492 -"141276",20319,36335 -"141277",20319,44585 -"141278",20319,44648 -"141279",20319,46577 -"141280",20319,50027 -"141281",20319,61228 -"141282",20319,62810 -"141283",20319,63317 -"141284",20319,64997 -"141285",20319,75144 -"141286",20319,82754 -"141287",20319,84953 -"141288",20319,86648 -"141289",20319,88101 -"141290",20319,98494 -"141291",20319,101231 -"141292",20319,101547 -"141293",20319,102006 -"141294",20319,102107 -"141295",20319,102149 -"141296",20320,36464 -"141297",20320,63305 -"141298",20320,69327 -"141299",20320,70571 -"141300",20320,89598 -"141301",20320,104990 -"141302",20320,109571 -"141303",20320,113518 -"141304",20321,23115 -"141305",20321,26776 -"141306",20321,27221 -"141307",20321,31856 -"141308",20321,31894 -"141309",20321,48836 -"141310",20322,20360 -"141311",20322,20490 -"141312",20322,20899 -"141313",20323,26253 -"141314",20323,75255 -"141315",20323,94620 -"141316",20324,20453 -"141317",20325,28453 -"141318",20326,20480 -"141319",20326,20737 -"141320",20326,21012 -"141321",20326,21849 -"141322",20326,23715 -"141323",20326,28477 -"141324",20326,31307 -"141325",20326,39371 -"141326",20326,46544 -"141327",20326,48359 -"141328",20326,53220 -"141329",20326,60878 -"141330",20326,62784 -"141331",20326,73991 -"141332",20326,86369 -"141333",20326,86381 -"141334",20327,21963 -"141335",20327,32591 -"141336",20327,34040 -"141337",20327,41163 -"141338",20327,45558 -"141339",20327,51592 -"141340",20327,59767 -"141341",20328,53640 -"141342",20328,69227 -"141343",20330,25042 -"141344",20330,122754 -"141345",20331,20830 -"141346",20331,23458 -"141347",20331,35473 -"141348",20331,46585 -"141349",20331,48860 -"141350",20331,53679 -"141351",20331,67185 -"141352",20331,85053 -"141353",20332,20465 -"141354",20332,51996 -"141355",20332,55574 -"141356",20332,74640 -"141357",20332,80284 -"141358",20332,116106 -"141359",20333,25856 -"141360",20333,30850 -"141361",20333,39263 -"141362",20333,57288 -"141363",20333,102853 -"141364",20335,55470 -"141365",20335,72398 -"141366",20336,22346 -"141367",20336,30417 -"141368",20336,32704 -"141369",20336,38073 -"141370",20336,52444 -"141371",20336,84839 -"141372",20337,28468 -"141373",20337,46577 -"141374",20338,81529 -"141375",20339,47709 -"141376",20340,20347 -"141377",20340,65616 -"141378",20340,85215 -"141379",20341,30207 -"141380",20341,32609 -"141381",20341,33043 -"141382",20341,41679 -"141383",20341,41758 -"141384",20341,56898 -"141385",20341,71882 -"141386",20341,107489 -"141387",20342,20441 -"141388",20343,20344 -"141389",20343,20416 -"141390",20343,30092 -"141391",20343,30827 -"141392",20343,40146 -"141393",20343,42216 -"141394",20343,54675 -"141395",20343,55084 -"141396",20343,65513 -"141397",20343,82224 -"141398",20343,88882 -"141399",20343,88895 -"141400",20343,88897 -"141401",20344,20416 -"141402",20344,41202 -"141403",20344,71847 -"141404",20344,88070 -"141405",20344,108742 -"141406",20344,108768 -"141407",20345,20475 -"141408",20345,104960 -"141409",20345,115649 -"141410",20346,20348 -"141411",20346,20479 -"141412",20346,113743 -"141413",20346,123444 -"141414",20348,20479 -"141415",20348,35287 -"141416",20348,56448 -"141417",20348,67432 -"141418",20348,73147 -"141419",20348,87553 -"141420",20348,94048 -"141421",20348,99248 -"141422",20348,105139 -"141423",20348,105462 -"141424",20348,109509 -"141425",20348,116888 -"141426",20348,123051 -"141427",20348,123052 -"141428",20349,21727 -"141429",20349,26128 -"141430",20349,26233 -"141431",20349,35664 -"141432",20349,35971 -"141433",20349,36360 -"141434",20349,37609 -"141435",20349,38128 -"141436",20349,38565 -"141437",20349,40940 -"141438",20349,42608 -"141439",20349,53006 -"141440",20349,53200 -"141441",20349,53261 -"141442",20349,53415 -"141443",20349,54278 -"141444",20349,57326 -"141445",20349,57330 -"141446",20349,63424 -"141447",20349,66369 -"141448",20349,68340 -"141449",20349,68428 -"141450",20349,68626 -"141451",20349,69816 -"141452",20349,72822 -"141453",20349,73295 -"141454",20349,73374 -"141455",20349,75763 -"141456",20349,76108 -"141457",20349,78651 -"141458",20349,79977 -"141459",20349,83892 -"141460",20349,88716 -"141461",20349,90663 -"141462",20349,90836 -"141463",20349,90875 -"141464",20349,91073 -"141465",20349,92123 -"141466",20349,93408 -"141467",20349,98543 -"141468",20349,99022 -"141469",20349,99542 -"141470",20349,100144 -"141471",20349,100496 -"141472",20349,102437 -"141473",20349,102455 -"141474",20349,107819 -"141475",20349,112824 -"141476",20349,112844 -"141477",20349,112845 -"141478",20349,116139 -"141479",20349,116498 -"141480",20349,117013 -"141481",20349,117043 -"141482",20350,61049 -"141483",20350,93128 -"141484",20350,99666 -"141485",20351,34178 -"141486",20351,109288 -"141487",20352,38364 -"141488",20352,39522 -"141489",20352,97786 -"141490",20352,97799 -"141491",20353,26257 -"141492",20353,44277 -"141493",20354,20445 -"141494",20355,23352 -"141495",20355,32108 -"141496",20355,57295 -"141497",20355,71404 -"141498",20355,84764 -"141499",20355,87949 -"141500",20356,54893 -"141501",20356,57419 -"141502",20357,41344 -"141503",20358,26229 -"141504",20358,27616 -"141505",20358,28162 -"141506",20358,46838 -"141507",20359,23140 -"141508",20359,47548 -"141509",20359,63654 -"141510",20359,69615 -"141511",20359,82064 -"141512",20359,83724 -"141513",20359,91458 -"141514",20359,102114 -"141515",20359,102319 -"141516",20359,106452 -"141517",20359,112234 -"141518",20359,112257 -"141519",20359,112448 -"141520",20359,116465 -"141521",20360,20490 -"141522",20360,20899 -"141523",20360,40733 -"141524",20361,30015 -"141525",20361,31515 -"141526",20361,31649 -"141527",20361,43594 -"141528",20361,45338 -"141529",20361,45339 -"141530",20361,45414 -"141531",20361,54388 -"141532",20361,59560 -"141533",20361,79474 -"141534",20361,92412 -"141535",20361,102417 -"141536",20361,107000 -"141537",20362,37481 -"141538",20362,75470 -"141539",20363,21580 -"141540",20363,22956 -"141541",20363,31541 -"141542",20363,32637 -"141543",20363,34491 -"141544",20363,39572 -"141545",20363,39766 -"141546",20363,39814 -"141547",20363,47528 -"141548",20363,50890 -"141549",20363,53650 -"141550",20363,54625 -"141551",20363,55487 -"141552",20363,81568 -"141553",20363,89281 -"141554",20364,20366 -"141555",20364,20918 -"141556",20364,31488 -"141557",20364,114562 -"141558",20365,24837 -"141559",20365,42124 -"141560",20365,69732 -"141561",20365,76845 -"141562",20365,90736 -"141563",20365,110759 -"141564",20365,110812 -"141565",20366,20918 -"141566",20366,21553 -"141567",20366,37928 -"141568",20366,40322 -"141569",20366,40329 -"141570",20366,40346 -"141571",20366,40436 -"141572",20366,40455 -"141573",20366,40718 -"141574",20366,40862 -"141575",20366,46050 -"141576",20366,54637 -"141577",20366,60771 -"141578",20366,70111 -"141579",20367,20476 -"141580",20367,34779 -"141581",20367,43461 -"141582",20367,57596 -"141583",20367,63138 -"141584",20367,73353 -"141585",20368,22860 -"141586",20368,40495 -"141587",20368,50974 -"141588",20368,77984 -"141589",20369,53043 -"141590",20369,62774 -"141591",20369,79112 -"141592",20370,20633 -"141593",20370,25825 -"141594",20370,29737 -"141595",20370,43546 -"141596",20370,63347 -"141597",20370,95720 -"141598",20371,20398 -"141599",20371,20455 -"141600",20371,32259 -"141601",20371,32412 -"141602",20371,32430 -"141603",20371,32431 -"141604",20371,77519 -"141605",20371,80653 -"141606",20372,20494 -"141607",20372,33356 -"141608",20372,38204 -"141609",20372,38755 -"141610",20372,63513 -"141611",20372,64272 -"141612",20372,81210 -"141613",20372,88645 -"141614",20372,94782 -"141615",20372,95035 -"141616",20372,98078 -"141617",20372,111259 -"141618",20372,111698 -"141619",20373,22929 -"141620",20373,31428 -"141621",20373,46780 -"141622",20373,49140 -"141623",20374,22156 -"141624",20374,35367 -"141625",20374,40565 -"141626",20374,50308 -"141627",20374,50623 -"141628",20374,51234 -"141629",20374,54850 -"141630",20374,72754 -"141631",20374,119090 -"141632",20374,120119 -"141633",20375,25743 -"141634",20375,25872 -"141635",20375,25902 -"141636",20375,31208 -"141637",20375,32658 -"141638",20375,43344 -"141639",20375,47156 -"141640",20375,51631 -"141641",20375,84234 -"141642",20375,86444 -"141643",20375,100398 -"141644",20376,20377 -"141645",20376,20516 -"141646",20377,20516 -"141647",20378,42993 -"141648",20378,46945 -"141649",20379,42971 -"141650",20379,50595 -"141651",20380,33797 -"141652",20380,34738 -"141653",20380,39146 -"141654",20380,51593 -"141655",20380,56033 -"141656",20380,56524 -"141657",20380,57419 -"141658",20380,58441 -"141659",20380,67258 -"141660",20380,70207 -"141661",20380,70210 -"141662",20380,74424 -"141663",20380,75304 -"141664",20380,83050 -"141665",20380,83543 -"141666",20380,88953 -"141667",20380,109587 -"141668",20380,112214 -"141669",20380,115784 -"141670",20381,25050 -"141671",20381,68787 -"141672",20381,98039 -"141673",20382,41335 -"141674",20382,68415 -"141675",20382,110455 -"141676",20384,20417 -"141677",20384,56943 -"141678",20384,57532 -"141679",20384,63659 -"141680",20385,76466 -"141681",20385,86935 -"141682",20385,96357 -"141683",20386,25134 -"141684",20386,29211 -"141685",20386,113320 -"141686",20386,114068 -"141687",20386,115883 -"141688",20386,115896 -"141689",20387,20447 -"141690",20387,20469 -"141691",20388,20527 -"141692",20389,101987 -"141693",20390,32472 -"141694",20390,41301 -"141695",20390,62157 -"141696",20390,79239 -"141697",20391,20848 -"141698",20391,24282 -"141699",20391,38038 -"141700",20391,45158 -"141701",20391,64129 -"141702",20391,65577 -"141703",20391,67648 -"141704",20391,70869 -"141705",20391,78662 -"141706",20391,78672 -"141707",20392,20393 -"141708",20392,23680 -"141709",20392,24109 -"141710",20392,25801 -"141711",20392,33598 -"141712",20392,33961 -"141713",20392,50071 -"141714",20392,59887 -"141715",20392,69215 -"141716",20392,70227 -"141717",20392,75555 -"141718",20392,105262 -"141719",20392,110454 -"141720",20393,24109 -"141721",20393,30831 -"141722",20393,33598 -"141723",20393,33961 -"141724",20393,115966 -"141725",20394,20454 -"141726",20394,27438 -"141727",20394,113047 -"141728",20394,113674 -"141729",20394,120830 -"141730",20395,20586 -"141731",20395,28345 -"141732",20395,31664 -"141733",20395,33012 -"141734",20395,39482 -"141735",20395,44139 -"141736",20395,52845 -"141737",20395,58278 -"141738",20395,62827 -"141739",20395,67539 -"141740",20395,108717 -"141741",20395,118293 -"141742",20396,79715 -"141743",20396,98836 -"141744",20397,27135 -"141745",20397,58180 -"141746",20397,58558 -"141747",20397,59191 -"141748",20397,68017 -"141749",20397,75301 -"141750",20397,100910 -"141751",20397,109284 -"141752",20397,112529 -"141753",20397,113619 -"141754",20397,119505 -"141755",20398,20455 -"141756",20398,32412 -"141757",20399,44669 -"141758",20399,106825 -"141759",20400,23056 -"141760",20400,58435 -"141761",20400,97848 -"141762",20401,22069 -"141763",20401,113995 -"141764",20401,122901 -"141765",20402,28845 -"141766",20402,29356 -"141767",20402,29375 -"141768",20402,38362 -"141769",20403,30216 -"141770",20403,92246 -"141771",20403,106491 -"141772",20404,20939 -"141773",20405,27973 -"141774",20405,46330 -"141775",20405,46469 -"141776",20405,55468 -"141777",20405,116635 -"141778",20405,122609 -"141779",20406,56321 -"141780",20407,23776 -"141781",20407,24326 -"141782",20407,29989 -"141783",20407,32940 -"141784",20407,36205 -"141785",20407,36439 -"141786",20407,46170 -"141787",20407,52327 -"141788",20407,53011 -"141789",20407,62407 -"141790",20407,76127 -"141791",20407,84607 -"141792",20407,91411 -"141793",20407,94707 -"141794",20408,26261 -"141795",20408,33542 -"141796",20408,49261 -"141797",20408,49920 -"141798",20408,81175 -"141799",20408,105042 -"141800",20408,105080 -"141801",20408,109111 -"141802",20409,33536 -"141803",20409,63701 -"141804",20409,72725 -"141805",20410,21461 -"141806",20410,22201 -"141807",20410,30236 -"141808",20410,31371 -"141809",20410,33907 -"141810",20410,34906 -"141811",20410,38678 -"141812",20410,38679 -"141813",20410,38680 -"141814",20410,38732 -"141815",20410,38747 -"141816",20410,38759 -"141817",20410,38794 -"141818",20410,39195 -"141819",20410,39322 -"141820",20411,47942 -"141821",20411,74927 -"141822",20411,94599 -"141823",20411,113535 -"141824",20411,113842 -"141825",20412,20580 -"141826",20412,21808 -"141827",20412,29533 -"141828",20412,39100 -"141829",20412,61382 -"141830",20412,66092 -"141831",20412,91081 -"141832",20412,91105 -"141833",20413,23840 -"141834",20413,27544 -"141835",20413,33979 -"141836",20413,48967 -"141837",20413,52742 -"141838",20413,53332 -"141839",20413,85148 -"141840",20413,89371 -"141841",20413,91531 -"141842",20413,106174 -"141843",20413,115194 -"141844",20414,27394 -"141845",20416,82392 -"141846",20416,118443 -"141847",20417,20528 -"141848",20417,20529 -"141849",20417,20616 -"141850",20417,20722 -"141851",20417,20830 -"141852",20417,21079 -"141853",20417,25393 -"141854",20417,27706 -"141855",20417,33982 -"141856",20417,42875 -"141857",20417,63896 -"141858",20417,75738 -"141859",20417,76375 -"141860",20417,79570 -"141861",20417,85598 -"141862",20418,20982 -"141863",20418,28203 -"141864",20418,43843 -"141865",20418,47994 -"141866",20418,49253 -"141867",20418,57308 -"141868",20418,59861 -"141869",20418,74711 -"141870",20418,107341 -"141871",20419,25490 -"141872",20419,37930 -"141873",20419,39077 -"141874",20419,53989 -"141875",20419,69168 -"141876",20419,74962 -"141877",20419,90551 -"141878",20419,91101 -"141879",20419,107716 -"141880",20419,107893 -"141881",20419,107894 -"141882",20419,113548 -"141883",20420,20449 -"141884",20421,25734 -"141885",20421,27545 -"141886",20421,29403 -"141887",20421,35342 -"141888",20421,58952 -"141889",20421,59662 -"141890",20421,71545 -"141891",20422,22183 -"141892",20422,24273 -"141893",20422,34742 -"141894",20423,22420 -"141895",20423,28201 -"141896",20423,29900 -"141897",20423,55965 -"141898",20423,56046 -"141899",20423,57264 -"141900",20423,57313 -"141901",20424,36574 -"141902",20424,58091 -"141903",20425,21241 -"141904",20425,24380 -"141905",20425,65802 -"141906",20425,69377 -"141907",20426,24225 -"141908",20426,24321 -"141909",20426,24386 -"141910",20426,30569 -"141911",20426,49250 -"141912",20426,51888 -"141913",20426,53249 -"141914",20426,77719 -"141915",20426,78277 -"141916",20426,78701 -"141917",20426,79938 -"141918",20426,90721 -"141919",20426,92021 -"141920",20427,62807 -"141921",20427,71124 -"141922",20428,44406 -"141923",20428,62949 -"141924",20430,92778 -"141925",20432,32704 -"141926",20432,50889 -"141927",20434,22807 -"141928",20434,23100 -"141929",20434,29089 -"141930",20434,32047 -"141931",20435,20505 -"141932",20435,20506 -"141933",20435,21891 -"141934",20435,60855 -"141935",20435,74433 -"141936",20435,91841 -"141937",20435,94424 -"141938",20435,95233 -"141939",20435,113221 -"141940",20437,25839 -"141941",20437,111560 -"141942",20437,119844 -"141943",20438,120736 -"141944",20440,78884 -"141945",20440,99846 -"141946",20441,23398 -"141947",20441,36487 -"141948",20441,44074 -"141949",20441,71866 -"141950",20441,88096 -"141951",20442,59636 -"141952",20442,59777 -"141953",20443,22116 -"141954",20443,37351 -"141955",20443,37364 -"141956",20443,37371 -"141957",20443,44675 -"141958",20443,45677 -"141959",20443,45951 -"141960",20443,46960 -"141961",20443,47232 -"141962",20443,47767 -"141963",20443,56229 -"141964",20443,77809 -"141965",20443,79586 -"141966",20443,91254 -"141967",20443,92096 -"141968",20443,92706 -"141969",20443,95425 -"141970",20443,109925 -"141971",20443,115856 -"141972",20443,115867 -"141973",20444,20483 -"141974",20444,39498 -"141975",20444,65558 -"141976",20445,28950 -"141977",20445,59296 -"141978",20445,74714 -"141979",20446,20463 -"141980",20447,20469 -"141981",20448,34300 -"141982",20448,68595 -"141983",20449,21088 -"141984",20449,23847 -"141985",20449,24012 -"141986",20449,24910 -"141987",20449,25758 -"141988",20449,26537 -"141989",20449,26872 -"141990",20449,28767 -"141991",20449,28871 -"141992",20449,30334 -"141993",20449,35496 -"141994",20449,37610 -"141995",20449,37636 -"141996",20449,39435 -"141997",20449,40131 -"141998",20449,40166 -"141999",20449,40392 -"142000",20449,40905 -"142001",20449,41030 -"142002",20449,41527 -"142003",20449,41529 -"142004",20449,41778 -"142005",20449,43147 -"142006",20449,43234 -"142007",20449,43858 -"142008",20449,44828 -"142009",20449,45657 -"142010",20449,45933 -"142011",20449,46434 -"142012",20449,46788 -"142013",20449,47123 -"142014",20449,47488 -"142015",20449,48909 -"142016",20449,49859 -"142017",20449,50064 -"142018",20449,50067 -"142019",20449,50554 -"142020",20449,50879 -"142021",20449,51783 -"142022",20449,52018 -"142023",20449,53444 -"142024",20449,53527 -"142025",20449,53555 -"142026",20449,54275 -"142027",20449,56628 -"142028",20449,58004 -"142029",20449,58068 -"142030",20449,58633 -"142031",20449,61111 -"142032",20449,61127 -"142033",20449,68287 -"142034",20451,29613 -"142035",20451,32472 -"142036",20451,103246 -"142037",20451,103286 -"142038",20451,103379 -"142039",20452,20837 -"142040",20452,20872 -"142041",20452,21051 -"142042",20452,36064 -"142043",20453,52912 -"142044",20454,25177 -"142045",20455,24469 -"142046",20455,32412 -"142047",20455,41339 -"142048",20455,42151 -"142049",20455,57874 -"142050",20455,58532 -"142051",20455,68937 -"142052",20456,28684 -"142053",20456,71987 -"142054",20456,74190 -"142055",20456,104026 -"142056",20457,29203 -"142057",20457,62879 -"142058",20458,93723 -"142059",20459,30832 -"142060",20459,72416 -"142061",20459,83832 -"142062",20460,28929 -"142063",20460,49128 -"142064",20460,101980 -"142065",20461,20462 -"142066",20461,71907 -"142067",20461,84111 -"142068",20461,86919 -"142069",20464,59637 -"142070",20464,66689 -"142071",20465,82884 -"142072",20465,82925 -"142073",20466,79306 -"142074",20466,80796 -"142075",20466,117314 -"142076",20467,20468 -"142077",20467,113358 -"142078",20468,33758 -"142079",20468,41635 -"142080",20468,81954 -"142081",20469,27439 -"142082",20469,27853 -"142083",20469,45354 -"142084",20469,53564 -"142085",20469,56625 -"142086",20469,58319 -"142087",20469,68254 -"142088",20471,36023 -"142089",20471,45871 -"142090",20472,21364 -"142091",20472,35433 -"142092",20472,37112 -"142093",20472,86132 -"142094",20472,96400 -"142095",20473,23373 -"142096",20473,25144 -"142097",20473,92045 -"142098",20474,20919 -"142099",20475,35656 -"142100",20477,20978 -"142101",20477,20980 -"142102",20477,36501 -"142103",20478,23863 -"142104",20478,34248 -"142105",20478,49895 -"142106",20479,21349 -"142107",20479,48122 -"142108",20479,73880 -"142109",20480,21012 -"142110",20480,28799 -"142111",20480,39301 -"142112",20480,39371 -"142113",20480,40028 -"142114",20480,46525 -"142115",20480,46526 -"142116",20480,46543 -"142117",20480,46544 -"142118",20480,46629 -"142119",20480,46670 -"142120",20482,31948 -"142121",20482,39755 -"142122",20482,63888 -"142123",20484,20491 -"142124",20484,41679 -"142125",20485,85814 -"142126",20485,105662 -"142127",20485,117330 -"142128",20486,23326 -"142129",20486,24226 -"142130",20486,24338 -"142131",20486,24443 -"142132",20486,34276 -"142133",20486,40665 -"142134",20486,64026 -"142135",20486,68418 -"142136",20486,68472 -"142137",20486,68517 -"142138",20486,88339 -"142139",20486,117080 -"142140",20486,117093 -"142141",20487,22235 -"142142",20487,22251 -"142143",20487,22632 -"142144",20487,23913 -"142145",20487,23984 -"142146",20487,29596 -"142147",20487,31808 -"142148",20487,42136 -"142149",20487,44730 -"142150",20487,63073 -"142151",20487,78217 -"142152",20487,83238 -"142153",20488,22047 -"142154",20488,26611 -"142155",20488,35097 -"142156",20488,39387 -"142157",20488,50970 -"142158",20488,59019 -"142159",20488,70514 -"142160",20489,20709 -"142161",20489,21034 -"142162",20490,20899 -"142163",20491,22252 -"142164",20491,24525 -"142165",20492,24507 -"142166",20492,26721 -"142167",20492,31122 -"142168",20492,32191 -"142169",20492,37033 -"142170",20492,40493 -"142171",20492,41190 -"142172",20492,42959 -"142173",20492,49110 -"142174",20492,50328 -"142175",20492,60133 -"142176",20492,61067 -"142177",20493,20809 -"142178",20493,36992 -"142179",20493,80656 -"142180",20493,90287 -"142181",20494,22293 -"142182",20494,30837 -"142183",20494,32813 -"142184",20494,33356 -"142185",20494,38204 -"142186",20494,38755 -"142187",20494,55324 -"142188",20494,56049 -"142189",20494,63513 -"142190",20494,64272 -"142191",20494,65551 -"142192",20494,73848 -"142193",20494,78968 -"142194",20494,81210 -"142195",20494,81859 -"142196",20494,83160 -"142197",20494,88645 -"142198",20494,91781 -"142199",20494,98078 -"142200",20494,98880 -"142201",20494,102483 -"142202",20494,107780 -"142203",20494,110131 -"142204",20494,110147 -"142205",20494,110155 -"142206",20494,110173 -"142207",20494,111698 -"142208",20494,112774 -"142209",20495,33284 -"142210",20495,48080 -"142211",20496,21148 -"142212",20496,21308 -"142213",20496,22882 -"142214",20496,23564 -"142215",20496,26248 -"142216",20496,33221 -"142217",20496,33251 -"142218",20496,35373 -"142219",20496,36405 -"142220",20496,41793 -"142221",20496,44350 -"142222",20496,46243 -"142223",20496,46637 -"142224",20496,46639 -"142225",20496,48992 -"142226",20496,56859 -"142227",20496,61702 -"142228",20496,62137 -"142229",20496,62228 -"142230",20496,62296 -"142231",20496,62739 -"142232",20496,66523 -"142233",20496,71510 -"142234",20496,72065 -"142235",20496,72069 -"142236",20496,72070 -"142237",20496,72072 -"142238",20496,72077 -"142239",20496,72088 -"142240",20496,72102 -"142241",20496,72106 -"142242",20496,72107 -"142243",20496,74742 -"142244",20497,20514 -"142245",20497,47402 -"142246",20497,65936 -"142247",20499,40428 -"142248",20500,26892 -"142249",20500,27608 -"142250",20500,28805 -"142251",20500,32213 -"142252",20500,34793 -"142253",20500,35649 -"142254",20500,38313 -"142255",20500,44796 -"142256",20500,47532 -"142257",20500,54695 -"142258",20500,57979 -"142259",20500,61699 -"142260",20500,105536 -"142261",20501,20520 -"142262",20501,21828 -"142263",20501,37651 -"142264",20501,41146 -"142265",20501,41957 -"142266",20501,49298 -"142267",20501,50739 -"142268",20501,52143 -"142269",20501,88560 -"142270",20501,92840 -"142271",20502,21209 -"142272",20502,21213 -"142273",20503,74077 -"142274",20503,105926 -"142275",20504,29962 -"142276",20505,20506 -"142277",20506,24341 -"142278",20506,43173 -"142279",20506,97588 -"142280",20507,30130 -"142281",20507,30137 -"142282",20507,30145 -"142283",20507,30229 -"142284",20507,42934 -"142285",20507,59297 -"142286",20507,95663 -"142287",20508,22544 -"142288",20508,31547 -"142289",20508,35409 -"142290",20508,66665 -"142291",20508,69934 -"142292",20510,20511 -"142293",20510,55759 -"142294",20511,43767 -"142295",20511,119013 -"142296",20512,20515 -"142297",20512,51406 -"142298",20513,38968 -"142299",20513,78094 -"142300",20514,25979 -"142301",20514,32857 -"142302",20514,43349 -"142303",20514,47402 -"142304",20515,31410 -"142305",20515,31435 -"142306",20515,33669 -"142307",20515,35765 -"142308",20515,37652 -"142309",20515,39594 -"142310",20515,42942 -"142311",20515,51406 -"142312",20515,57511 -"142313",20515,59448 -"142314",20515,62785 -"142315",20515,71857 -"142316",20515,71860 -"142317",20515,72047 -"142318",20517,25261 -"142319",20517,27300 -"142320",20517,27352 -"142321",20517,32196 -"142322",20517,37627 -"142323",20517,83258 -"142324",20517,83648 -"142325",20519,63386 -"142326",20519,68589 -"142327",20521,29871 -"142328",20521,45384 -"142329",20521,46549 -"142330",20521,48847 -"142331",20521,50316 -"142332",20521,51287 -"142333",20521,52234 -"142334",20521,58217 -"142335",20521,84334 -"142336",20522,77800 -"142337",20522,91507 -"142338",20523,120556 -"142339",20524,20625 -"142340",20524,47666 -"142341",20524,83147 -"142342",20525,34117 -"142343",20525,41441 -"142344",20525,62415 -"142345",20526,40386 -"142346",20526,40387 -"142347",20526,80858 -"142348",20526,115138 -"142349",20527,25038 -"142350",20527,25127 -"142351",20527,36806 -"142352",20527,38859 -"142353",20528,20529 -"142354",20528,20616 -"142355",20528,20722 -"142356",20528,20830 -"142357",20528,21251 -"142358",20528,23614 -"142359",20528,26439 -"142360",20528,30321 -"142361",20528,38883 -"142362",20528,41537 -"142363",20528,41895 -"142364",20528,41900 -"142365",20528,41945 -"142366",20528,42028 -"142367",20528,42030 -"142368",20528,49470 -"142369",20528,49471 -"142370",20528,52221 -"142371",20528,67306 -"142372",20528,79858 -"142373",20528,80173 -"142374",20528,80211 -"142375",20529,20616 -"142376",20529,20722 -"142377",20529,20830 -"142378",20529,23185 -"142379",20529,25542 -"142380",20529,25760 -"142381",20529,35909 -"142382",20529,35910 -"142383",20529,35935 -"142384",20529,36001 -"142385",20529,36029 -"142386",20529,36045 -"142387",20529,36046 -"142388",20529,36080 -"142389",20529,36081 -"142390",20529,36082 -"142391",20529,36102 -"142392",20529,41900 -"142393",20530,74474 -"142394",20530,96059 -"142395",20530,96752 -"142396",20530,96902 -"142397",20530,105095 -"142398",20530,111578 -"142399",20531,67396 -"142400",20532,22585 -"142401",20532,27063 -"142402",20532,30123 -"142403",20532,31403 -"142404",20532,34978 -"142405",20532,46027 -"142406",20532,57759 -"142407",20532,67347 -"142408",20533,20604 -"142409",20533,36853 -"142410",20534,20734 -"142411",20534,38675 -"142412",20534,97277 -"142413",20535,59864 -"142414",20535,98605 -"142415",20537,23742 -"142416",20537,32150 -"142417",20537,94275 -"142418",20537,95109 -"142419",20538,27242 -"142420",20538,41613 -"142421",20538,45151 -"142422",20538,49915 -"142423",20538,54294 -"142424",20538,63656 -"142425",20538,67678 -"142426",20538,82416 -"142427",20538,97453 -"142428",20539,27111 -"142429",20539,43706 -"142430",20539,43864 -"142431",20539,43946 -"142432",20539,43980 -"142433",20540,52166 -"142434",20540,60510 -"142435",20540,84303 -"142436",20541,20706 -"142437",20541,33466 -"142438",20541,52363 -"142439",20541,64598 -"142440",20541,64641 -"142441",20541,64690 -"142442",20544,20579 -"142443",20544,25578 -"142444",20544,30526 -"142445",20544,30727 -"142446",20544,30840 -"142447",20544,32933 -"142448",20544,38389 -"142449",20544,39116 -"142450",20544,43725 -"142451",20544,43772 -"142452",20544,43842 -"142453",20544,70175 -"142454",20544,82963 -"142455",20544,82970 -"142456",20544,84381 -"142457",20544,84407 -"142458",20545,20659 -"142459",20545,72836 -"142460",20545,77857 -"142461",20545,80281 -"142462",20545,121873 -"142463",20546,22844 -"142464",20546,57457 -"142465",20546,72505 -"142466",20546,91827 -"142467",20546,119392 -"142468",20546,119393 -"142469",20547,20623 -"142470",20547,20696 -"142471",20547,21804 -"142472",20547,23116 -"142473",20547,28290 -"142474",20547,28366 -"142475",20547,30343 -"142476",20547,32697 -"142477",20547,35088 -"142478",20547,43819 -"142479",20547,51843 -"142480",20547,53756 -"142481",20547,54385 -"142482",20547,56160 -"142483",20547,69308 -"142484",20547,71642 -"142485",20547,77056 -"142486",20547,79000 -"142487",20547,80025 -"142488",20547,83598 -"142489",20547,84808 -"142490",20547,84828 -"142491",20547,93619 -"142492",20547,93680 -"142493",20547,104866 -"142494",20548,20568 -"142495",20548,109988 -"142496",20548,115137 -"142497",20550,21799 -"142498",20550,22469 -"142499",20550,25046 -"142500",20550,45166 -"142501",20550,52866 -"142502",20550,53204 -"142503",20550,58279 -"142504",20550,87374 -"142505",20550,90346 -"142506",20550,99090 -"142507",20550,112188 -"142508",20551,34918 -"142509",20553,67667 -"142510",20553,80654 -"142511",20553,80961 -"142512",20553,81032 -"142513",20554,20760 -"142514",20554,68635 -"142515",20554,81317 -"142516",20554,86039 -"142517",20554,108781 -"142518",20555,20716 -"142519",20555,34387 -"142520",20555,46691 -"142521",20555,49132 -"142522",20555,87562 -"142523",20556,37063 -"142524",20556,37882 -"142525",20556,41887 -"142526",20556,41926 -"142527",20556,42283 -"142528",20556,49063 -"142529",20557,26663 -"142530",20559,55097 -"142531",20559,57673 -"142532",20559,59024 -"142533",20560,116121 -"142534",20562,21665 -"142535",20562,21666 -"142536",20562,32706 -"142537",20562,34216 -"142538",20562,46591 -"142539",20562,50295 -"142540",20562,56907 -"142541",20562,58979 -"142542",20562,62722 -"142543",20562,63644 -"142544",20562,74911 -"142545",20562,115924 -"142546",20563,26516 -"142547",20563,27753 -"142548",20563,29574 -"142549",20563,35544 -"142550",20563,38145 -"142551",20563,39058 -"142552",20563,42186 -"142553",20563,51654 -"142554",20563,52653 -"142555",20563,52971 -"142556",20563,62482 -"142557",20563,63282 -"142558",20563,68708 -"142559",20563,74095 -"142560",20563,83180 -"142561",20563,85018 -"142562",20563,85518 -"142563",20563,85754 -"142564",20563,91760 -"142565",20563,100134 -"142566",20563,108734 -"142567",20564,20788 -"142568",20564,85634 -"142569",20565,32568 -"142570",20565,37130 -"142571",20565,81400 -"142572",20565,105612 -"142573",20566,52569 -"142574",20567,20781 -"142575",20568,117580 -"142576",20569,24355 -"142577",20569,73910 -"142578",20569,86430 -"142579",20569,94863 -"142580",20569,100551 -"142581",20569,100937 -"142582",20569,101445 -"142583",20569,101809 -"142584",20570,79928 -"142585",20571,20629 -"142586",20571,20654 -"142587",20572,20667 -"142588",20572,51632 -"142589",20573,56159 -"142590",20573,61267 -"142591",20573,69507 -"142592",20573,85197 -"142593",20573,122937 -"142594",20574,46339 -"142595",20574,50585 -"142596",20574,58692 -"142597",20574,58947 -"142598",20574,62731 -"142599",20575,20750 -"142600",20575,28834 -"142601",20575,33084 -"142602",20575,35740 -"142603",20575,53654 -"142604",20575,76232 -"142605",20575,79216 -"142606",20575,83200 -"142607",20575,85098 -"142608",20575,88362 -"142609",20575,89528 -"142610",20575,115224 -"142611",20576,25623 -"142612",20576,46925 -"142613",20576,49922 -"142614",20576,90396 -"142615",20576,92055 -"142616",20576,92631 -"142617",20576,101296 -"142618",20576,111264 -"142619",20577,20675 -"142620",20577,20676 -"142621",20578,32366 -"142622",20578,32521 -"142623",20578,63457 -"142624",20579,30526 -"142625",20579,42541 -"142626",20579,42712 -"142627",20580,21808 -"142628",20580,75886 -"142629",20581,20755 -"142630",20582,29110 -"142631",20582,69419 -"142632",20582,71139 -"142633",20582,76637 -"142634",20582,80905 -"142635",20582,90107 -"142636",20583,27612 -"142637",20583,71892 -"142638",20583,81807 -"142639",20583,85732 -"142640",20583,95037 -"142641",20583,119786 -"142642",20584,20621 -"142643",20584,20633 -"142644",20584,20780 -"142645",20584,67136 -"142646",20585,35360 -"142647",20585,39160 -"142648",20585,43275 -"142649",20585,59036 -"142650",20585,80645 -"142651",20586,52845 -"142652",20586,59395 -"142653",20586,72054 -"142654",20586,81502 -"142655",20586,84722 -"142656",20586,93473 -"142657",20587,24995 -"142658",20588,23232 -"142659",20588,30151 -"142660",20588,31204 -"142661",20588,34073 -"142662",20588,55319 -"142663",20588,73197 -"142664",20589,20767 -"142665",20590,53168 -"142666",20590,68848 -"142667",20590,92684 -"142668",20590,93116 -"142669",20591,32494 -"142670",20591,34831 -"142671",20591,38378 -"142672",20591,44258 -"142673",20591,54968 -"142674",20591,59958 -"142675",20591,77661 -"142676",20591,79009 -"142677",20591,79041 -"142678",20591,86410 -"142679",20592,20593 -"142680",20592,20670 -"142681",20592,20672 -"142682",20592,20737 -"142683",20592,20738 -"142684",20593,20670 -"142685",20593,20672 -"142686",20593,20737 -"142687",20593,20738 -"142688",20594,23006 -"142689",20594,24586 -"142690",20594,28889 -"142691",20594,74348 -"142692",20594,108387 -"142693",20594,117956 -"142694",20595,20598 -"142695",20595,20663 -"142696",20596,24396 -"142697",20596,50223 -"142698",20596,53924 -"142699",20596,71816 -"142700",20596,78253 -"142701",20596,114941 -"142702",20597,20690 -"142703",20598,20663 -"142704",20598,68496 -"142705",20598,100964 -"142706",20599,26756 -"142707",20599,27818 -"142708",20599,36685 -"142709",20599,41888 -"142710",20599,56396 -"142711",20600,20726 -"142712",20602,20693 -"142713",20603,26728 -"142714",20603,51983 -"142715",20603,53272 -"142716",20603,53540 -"142717",20604,31188 -"142718",20604,36853 -"142719",20604,51632 -"142720",20604,111319 -"142721",20606,26238 -"142722",20606,27706 -"142723",20606,28084 -"142724",20606,31159 -"142725",20606,31295 -"142726",20606,42508 -"142727",20606,42652 -"142728",20606,42724 -"142729",20606,56247 -"142730",20607,32243 -"142731",20607,91309 -"142732",20608,32092 -"142733",20610,56760 -"142734",20610,56821 -"142735",20610,75355 -"142736",20611,30207 -"142737",20611,31688 -"142738",20611,56706 -"142739",20611,56847 -"142740",20611,56849 -"142741",20612,44170 -"142742",20612,75918 -"142743",20613,83180 -"142744",20614,20756 -"142745",20614,21148 -"142746",20614,24497 -"142747",20614,32583 -"142748",20614,33251 -"142749",20615,20787 -"142750",20615,24124 -"142751",20615,36696 -"142752",20615,59615 -"142753",20616,20722 -"142754",20616,20830 -"142755",20616,25393 -"142756",20616,27706 -"142757",20616,28259 -"142758",20616,33982 -"142759",20616,36315 -"142760",20616,42875 -"142761",20616,44327 -"142762",20616,63896 -"142763",20616,75738 -"142764",20616,76375 -"142765",20616,79570 -"142766",20616,85598 -"142767",20617,21577 -"142768",20617,21588 -"142769",20617,44006 -"142770",20618,20689 -"142771",20618,40696 -"142772",20619,51218 -"142773",20619,98408 -"142774",20620,21960 -"142775",20620,73974 -"142776",20620,81506 -"142777",20620,86792 -"142778",20621,20633 -"142779",20621,20780 -"142780",20621,48799 -"142781",20621,68478 -"142782",20621,84194 -"142783",20622,20934 -"142784",20622,35990 -"142785",20622,40304 -"142786",20622,40453 -"142787",20622,41435 -"142788",20622,43844 -"142789",20622,45869 -"142790",20622,49064 -"142791",20622,53998 -"142792",20622,79422 -"142793",20622,84251 -"142794",20622,86312 -"142795",20623,20696 -"142796",20623,21804 -"142797",20623,23116 -"142798",20623,32697 -"142799",20623,35088 -"142800",20623,51843 -"142801",20623,53756 -"142802",20623,54385 -"142803",20623,79000 -"142804",20623,80025 -"142805",20623,84808 -"142806",20623,84828 -"142807",20623,93312 -"142808",20623,94471 -"142809",20624,20687 -"142810",20624,20699 -"142811",20624,20711 -"142812",20624,20761 -"142813",20624,26537 -"142814",20624,35420 -"142815",20624,69752 -"142816",20625,33263 -"142817",20626,32988 -"142818",20626,80892 -"142819",20626,92757 -"142820",20626,98845 -"142821",20626,118099 -"142822",20628,20908 -"142823",20628,32418 -"142824",20628,33914 -"142825",20628,46071 -"142826",20628,51534 -"142827",20628,71039 -"142828",20628,76905 -"142829",20628,77250 -"142830",20628,83826 -"142831",20628,88040 -"142832",20628,105603 -"142833",20629,20654 -"142834",20629,43625 -"142835",20629,52624 -"142836",20629,66756 -"142837",20629,68903 -"142838",20629,85056 -"142839",20629,96508 -"142840",20630,20650 -"142841",20630,28060 -"142842",20630,28634 -"142843",20630,28658 -"142844",20630,71489 -"142845",20630,103129 -"142846",20631,39281 -"142847",20631,50904 -"142848",20631,50905 -"142849",20632,45299 -"142850",20632,55482 -"142851",20632,83261 -"142852",20632,92269 -"142853",20633,20780 -"142854",20633,24299 -"142855",20633,25688 -"142856",20633,25823 -"142857",20633,25825 -"142858",20633,25891 -"142859",20633,25898 -"142860",20633,28173 -"142861",20633,29737 -"142862",20633,33655 -"142863",20633,38197 -"142864",20633,42121 -"142865",20633,49323 -"142866",20633,63347 -"142867",20633,67022 -"142868",20633,67029 -"142869",20633,67609 -"142870",20633,84329 -"142871",20633,95720 -"142872",20633,100793 -"142873",20633,103616 -"142874",20633,107495 -"142875",20633,111772 -"142876",20634,37536 -"142877",20634,38609 -"142878",20634,89591 -"142879",20634,114928 -"142880",20635,23245 -"142881",20635,29140 -"142882",20635,34487 -"142883",20635,34870 -"142884",20635,61078 -"142885",20635,61191 -"142886",20635,61816 -"142887",20636,25026 -"142888",20637,28320 -"142889",20637,45159 -"142890",20637,45160 -"142891",20638,21283 -"142892",20638,24105 -"142893",20638,24126 -"142894",20638,30668 -"142895",20638,30669 -"142896",20638,31410 -"142897",20638,31435 -"142898",20638,31449 -"142899",20638,31506 -"142900",20639,27810 -"142901",20639,41103 -"142902",20639,48703 -"142903",20639,53574 -"142904",20639,53630 -"142905",20641,21118 -"142906",20641,21198 -"142907",20641,23134 -"142908",20641,23450 -"142909",20641,26471 -"142910",20641,37597 -"142911",20641,38019 -"142912",20641,39238 -"142913",20641,43575 -"142914",20641,63357 -"142915",20641,71342 -"142916",20641,78025 -"142917",20641,81440 -"142918",20641,85821 -"142919",20641,88518 -"142920",20641,101999 -"142921",20641,105490 -"142922",20641,111308 -"142923",20642,33554 -"142924",20642,60189 -"142925",20642,94905 -"142926",20642,98510 -"142927",20642,105875 -"142928",20643,41504 -"142929",20643,71184 -"142930",20643,72560 -"142931",20643,72585 -"142932",20643,107487 -"142933",20644,65669 -"142934",20644,65749 -"142935",20646,20784 -"142936",20646,23999 -"142937",20646,51189 -"142938",20646,68280 -"142939",20646,89067 -"142940",20646,89590 -"142941",20646,90190 -"142942",20646,91286 -"142943",20646,94595 -"142944",20647,20714 -"142945",20647,46241 -"142946",20647,53732 -"142947",20647,54321 -"142948",20648,30877 -"142949",20648,34577 -"142950",20648,48079 -"142951",20648,75680 -"142952",20648,77616 -"142953",20648,79961 -"142954",20649,91438 -"142955",20649,97820 -"142956",20650,64329 -"142957",20650,79470 -"142958",20651,20732 -"142959",20651,28702 -"142960",20651,46707 -"142961",20651,93106 -"142962",20651,101237 -"142963",20651,101238 -"142964",20652,58888 -"142965",20652,59049 -"142966",20652,63078 -"142967",20653,26443 -"142968",20653,28043 -"142969",20653,28438 -"142970",20653,28568 -"142971",20653,29296 -"142972",20653,31168 -"142973",20653,31170 -"142974",20653,31181 -"142975",20653,31182 -"142976",20653,31184 -"142977",20653,31238 -"142978",20653,31247 -"142979",20653,31269 -"142980",20653,31314 -"142981",20654,52624 -"142982",20654,96508 -"142983",20656,21844 -"142984",20656,26399 -"142985",20656,26986 -"142986",20656,28751 -"142987",20656,28986 -"142988",20656,33195 -"142989",20656,35742 -"142990",20656,37394 -"142991",20656,89948 -"142992",20656,118787 -"142993",20657,23292 -"142994",20657,30971 -"142995",20657,38811 -"142996",20658,22357 -"142997",20658,54316 -"142998",20658,56491 -"142999",20658,72578 -"143000",20658,74016 -"143001",20658,81897 -"143002",20658,95510 -"143003",20658,96620 -"143004",20658,116940 -"143005",20659,21225 -"143006",20659,26106 -"143007",20659,36273 -"143008",20659,37708 -"143009",20659,57565 -"143010",20659,72795 -"143011",20659,76515 -"143012",20659,77855 -"143013",20659,89668 -"143014",20659,96678 -"143015",20659,104381 -"143016",20660,20914 -"143017",20660,20920 -"143018",20660,27962 -"143019",20660,68135 -"143020",20660,76884 -"143021",20660,112419 -"143022",20661,25081 -"143023",20661,72521 -"143024",20661,74550 -"143025",20661,88181 -"143026",20661,92383 -"143027",20661,95664 -"143028",20661,97136 -"143029",20662,20953 -"143030",20662,21001 -"143031",20664,20680 -"143032",20664,32072 -"143033",20664,42773 -"143034",20664,42911 -"143035",20664,49111 -"143036",20664,80451 -"143037",20664,83225 -"143038",20665,45316 -"143039",20666,31678 -"143040",20666,61532 -"143041",20666,65683 -"143042",20666,66369 -"143043",20666,74304 -"143044",20666,75655 -"143045",20666,83406 -"143046",20666,83892 -"143047",20666,88764 -"143048",20666,92035 -"143049",20666,98985 -"143050",20666,101100 -"143051",20666,104204 -"143052",20666,108193 -"143053",20666,111983 -"143054",20667,22756 -"143055",20667,24948 -"143056",20667,24989 -"143057",20667,26413 -"143058",20667,27267 -"143059",20667,31897 -"143060",20667,32070 -"143061",20667,40561 -"143062",20667,44752 -"143063",20667,46568 -"143064",20667,50659 -"143065",20667,54737 -"143066",20667,56168 -"143067",20667,60846 -"143068",20667,63139 -"143069",20667,69291 -"143070",20667,78073 -"143071",20667,79331 -"143072",20667,79655 -"143073",20667,79710 -"143074",20667,79711 -"143075",20667,79720 -"143076",20667,79725 -"143077",20667,79738 -"143078",20667,79748 -"143079",20667,79750 -"143080",20667,79754 -"143081",20667,79758 -"143082",20667,79760 -"143083",20667,79771 -"143084",20667,79780 -"143085",20667,79781 -"143086",20667,79803 -"143087",20667,85238 -"143088",20667,90633 -"143089",20668,43196 -"143090",20668,70394 -"143091",20668,90387 -"143092",20668,98978 -"143093",20668,118988 -"143094",20668,118992 -"143095",20669,31381 -"143096",20669,31401 -"143097",20669,54663 -"143098",20670,20672 -"143099",20670,20737 -"143100",20670,20738 -"143101",20671,87532 -"143102",20671,88703 -"143103",20672,20737 -"143104",20672,20738 -"143105",20672,32726 -"143106",20672,47238 -"143107",20672,48147 -"143108",20672,48583 -"143109",20672,50159 -"143110",20672,52716 -"143111",20672,57260 -"143112",20672,61594 -"143113",20672,66380 -"143114",20672,66382 -"143115",20672,72089 -"143116",20672,72403 -"143117",20672,74789 -"143118",20672,75055 -"143119",20672,75099 -"143120",20672,75327 -"143121",20672,75448 -"143122",20673,54951 -"143123",20674,50088 -"143124",20674,57020 -"143125",20674,69941 -"143126",20674,70235 -"143127",20674,76912 -"143128",20674,97494 -"143129",20674,97495 -"143130",20675,20676 -"143131",20676,82210 -"143132",20677,42390 -"143133",20677,50371 -"143134",20678,21399 -"143135",20678,27781 -"143136",20678,67041 -"143137",20679,42773 -"143138",20679,60023 -"143139",20679,73520 -"143140",20679,118552 -"143141",20679,119339 -"143142",20680,26109 -"143143",20680,28927 -"143144",20680,33938 -"143145",20680,35616 -"143146",20680,39102 -"143147",20680,41444 -"143148",20680,42244 -"143149",20680,42744 -"143150",20680,42773 -"143151",20680,43907 -"143152",20680,46443 -"143153",20680,48858 -"143154",20680,51517 -"143155",20680,58059 -"143156",20680,62857 -"143157",20680,80451 -"143158",20680,91551 -"143159",20680,98515 -"143160",20680,100658 -"143161",20680,110320 -"143162",20680,110839 -"143163",20680,110999 -"143164",20680,114560 -"143165",20680,115614 -"143166",20680,117638 -"143167",20680,117643 -"143168",20680,117644 -"143169",20681,21138 -"143170",20681,23846 -"143171",20681,24865 -"143172",20682,74058 -"143173",20683,25843 -"143174",20683,36233 -"143175",20683,38838 -"143176",20683,38893 -"143177",20683,40033 -"143178",20683,49217 -"143179",20683,55851 -"143180",20683,61529 -"143181",20683,63740 -"143182",20683,90524 -"143183",20683,90745 -"143184",20683,103297 -"143185",20684,29224 -"143186",20684,38085 -"143187",20684,43113 -"143188",20684,48770 -"143189",20684,100534 -"143190",20685,90350 -"143191",20685,101513 -"143192",20686,60662 -"143193",20687,20699 -"143194",20687,20711 -"143195",20687,20761 -"143196",20688,21683 -"143197",20688,25373 -"143198",20688,30690 -"143199",20688,31078 -"143200",20688,32262 -"143201",20688,41723 -"143202",20688,72918 -"143203",20688,88411 -"143204",20689,34632 -"143205",20689,37482 -"143206",20689,39381 -"143207",20689,44288 -"143208",20689,44481 -"143209",20689,56510 -"143210",20689,60308 -"143211",20690,26517 -"143212",20691,121659 -"143213",20692,109004 -"143214",20693,31008 -"143215",20694,21246 -"143216",20694,22072 -"143217",20694,24716 -"143218",20694,25212 -"143219",20694,26835 -"143220",20694,28141 -"143221",20694,38586 -"143222",20694,41642 -"143223",20694,41713 -"143224",20694,44289 -"143225",20694,45228 -"143226",20694,80212 -"143227",20694,90840 -"143228",20694,95439 -"143229",20694,100274 -"143230",20694,103013 -"143231",20694,107556 -"143232",20694,112657 -"143233",20694,113483 -"143234",20695,25748 -"143235",20695,26821 -"143236",20695,29306 -"143237",20695,30089 -"143238",20695,32124 -"143239",20695,32770 -"143240",20695,41260 -"143241",20695,47536 -"143242",20695,47537 -"143243",20695,47547 -"143244",20695,47639 -"143245",20695,56364 -"143246",20695,56366 -"143247",20695,65725 -"143248",20695,73051 -"143249",20695,76843 -"143250",20695,80130 -"143251",20695,80948 -"143252",20695,80973 -"143253",20695,81422 -"143254",20695,87915 -"143255",20695,102840 -"143256",20695,104588 -"143257",20695,104735 -"143258",20695,115877 -"143259",20697,20726 -"143260",20697,43631 -"143261",20697,54805 -"143262",20697,64864 -"143263",20697,66270 -"143264",20697,93755 -"143265",20697,96296 -"143266",20698,64364 -"143267",20698,73104 -"143268",20699,20711 -"143269",20699,20761 -"143270",20700,22130 -"143271",20700,44636 -"143272",20700,60689 -"143273",20700,80889 -"143274",20700,93383 -"143275",20700,97012 -"143276",20700,100002 -"143277",20700,101836 -"143278",20701,28988 -"143279",20701,79472 -"143280",20702,23549 -"143281",20702,23566 -"143282",20702,23655 -"143283",20702,23762 -"143284",20702,23780 -"143285",20702,25953 -"143286",20704,23639 -"143287",20704,24116 -"143288",20704,25270 -"143289",20704,27527 -"143290",20704,40059 -"143291",20704,52881 -"143292",20704,115511 -"143293",20705,23604 -"143294",20705,32939 -"143295",20705,43991 -"143296",20705,44956 -"143297",20705,52199 -"143298",20705,53709 -"143299",20705,80448 -"143300",20705,94409 -"143301",20705,94669 -"143302",20705,101074 -"143303",20705,101499 -"143304",20705,103151 -"143305",20705,103206 -"143306",20706,23177 -"143307",20706,36520 -"143308",20706,49131 -"143309",20706,49295 -"143310",20707,39455 -"143311",20708,36160 -"143312",20708,39614 -"143313",20708,45027 -"143314",20708,68705 -"143315",20709,21034 -"143316",20709,21717 -"143317",20709,41097 -"143318",20709,45325 -"143319",20709,47225 -"143320",20709,52029 -"143321",20709,55220 -"143322",20709,69495 -"143323",20709,70999 -"143324",20709,100033 -"143325",20709,121394 -"143326",20709,121464 -"143327",20710,27179 -"143328",20710,28032 -"143329",20710,90527 -"143330",20711,20761 -"143331",20711,71711 -"143332",20711,95679 -"143333",20711,95685 -"143334",20711,102376 -"143335",20712,21194 -"143336",20712,39897 -"143337",20712,48180 -"143338",20712,56933 -"143339",20713,26207 -"143340",20713,40572 -"143341",20713,45532 -"143342",20713,71864 -"143343",20713,95684 -"143344",20714,25562 -"143345",20714,27226 -"143346",20714,38467 -"143347",20714,92471 -"143348",20714,92505 -"143349",20715,20913 -"143350",20715,31931 -"143351",20715,34271 -"143352",20715,34923 -"143353",20715,55179 -"143354",20715,62288 -"143355",20715,65669 -"143356",20715,84087 -"143357",20715,99953 -"143358",20717,27752 -"143359",20717,45669 -"143360",20718,23452 -"143361",20718,29104 -"143362",20718,41019 -"143363",20718,48972 -"143364",20718,49977 -"143365",20719,24772 -"143366",20719,55785 -"143367",20719,80000 -"143368",20719,83234 -"143369",20719,85154 -"143370",20719,86761 -"143371",20719,88636 -"143372",20719,105941 -"143373",20719,106047 -"143374",20719,107889 -"143375",20719,119841 -"143376",20719,120011 -"143377",20719,122549 -"143378",20720,20752 -"143379",20720,40361 -"143380",20720,64814 -"143381",20720,87265 -"143382",20720,120723 -"143383",20722,20830 -"143384",20722,20977 -"143385",20722,22057 -"143386",20722,30321 -"143387",20723,115735 -"143388",20724,42390 -"143389",20724,101606 -"143390",20724,109518 -"143391",20724,112745 -"143392",20724,122099 -"143393",20724,122138 -"143394",20725,21207 -"143395",20725,47232 -"143396",20725,57259 -"143397",20725,57879 -"143398",20725,58979 -"143399",20725,73421 -"143400",20725,81473 -"143401",20725,86925 -"143402",20725,109925 -"143403",20726,21485 -"143404",20726,29336 -"143405",20726,29854 -"143406",20726,36912 -"143407",20726,53592 -"143408",20726,53743 -"143409",20726,62325 -"143410",20726,76143 -"143411",20726,85384 -"143412",20726,85519 -"143413",20726,92871 -"143414",20727,24414 -"143415",20727,30757 -"143416",20727,31326 -"143417",20727,35183 -"143418",20727,46086 -"143419",20727,49077 -"143420",20727,49079 -"143421",20728,53225 -"143422",20728,104480 -"143423",20729,35832 -"143424",20730,21067 -"143425",20730,22053 -"143426",20730,40925 -"143427",20730,41641 -"143428",20730,41649 -"143429",20730,41689 -"143430",20730,41690 -"143431",20730,41770 -"143432",20731,29227 -"143433",20731,71216 -"143434",20732,23726 -"143435",20732,25812 -"143436",20732,59484 -"143437",20733,24852 -"143438",20733,28987 -"143439",20733,30955 -"143440",20733,31024 -"143441",20733,31059 -"143442",20733,31124 -"143443",20733,35072 -"143444",20733,54096 -"143445",20733,62679 -"143446",20734,38675 -"143447",20734,74808 -"143448",20734,81659 -"143449",20735,58002 -"143450",20736,30149 -"143451",20737,20738 -"143452",20737,21849 -"143453",20737,23526 -"143454",20737,23626 -"143455",20737,23715 -"143456",20737,27497 -"143457",20737,28477 -"143458",20737,35811 -"143459",20737,48359 -"143460",20737,56082 -"143461",20737,61153 -"143462",20737,66827 -"143463",20737,72207 -"143464",20737,75562 -"143465",20739,20741 -"143466",20739,22710 -"143467",20739,44226 -"143468",20739,63045 -"143469",20739,76403 -"143470",20739,83598 -"143471",20739,93123 -"143472",20739,99838 -"143473",20739,106011 -"143474",20739,106695 -"143475",20740,79149 -"143476",20742,21078 -"143477",20742,21369 -"143478",20742,22351 -"143479",20742,25527 -"143480",20742,26728 -"143481",20742,28028 -"143482",20742,33914 -"143483",20742,41266 -"143484",20742,41337 -"143485",20742,42338 -"143486",20742,44557 -"143487",20742,49494 -"143488",20742,65809 -"143489",20742,79373 -"143490",20743,47159 -"143491",20743,53205 -"143492",20743,55044 -"143493",20743,55115 -"143494",20743,55262 -"143495",20743,69261 -"143496",20743,106383 -"143497",20744,51283 -"143498",20745,20892 -"143499",20745,21023 -"143500",20745,21624 -"143501",20745,26336 -"143502",20745,28631 -"143503",20745,33538 -"143504",20745,37211 -"143505",20745,39127 -"143506",20745,39421 -"143507",20745,42066 -"143508",20745,61333 -"143509",20745,81387 -"143510",20745,92698 -"143511",20745,122372 -"143512",20745,122373 -"143513",20746,20759 -"143514",20747,25079 -"143515",20748,43654 -"143516",20748,44903 -"143517",20748,73374 -"143518",20749,46503 -"143519",20749,71585 -"143520",20749,71603 -"143521",20749,72957 -"143522",20749,80605 -"143523",20749,88712 -"143524",20749,102806 -"143525",20749,105622 -"143526",20749,106225 -"143527",20749,106674 -"143528",20749,109007 -"143529",20749,109020 -"143530",20749,109527 -"143531",20749,111965 -"143532",20749,122920 -"143533",20749,122921 -"143534",20749,123381 -"143535",20750,33084 -"143536",20750,50923 -"143537",20750,56864 -"143538",20750,58085 -"143539",20750,65239 -"143540",20750,66309 -"143541",20750,73674 -"143542",20750,77610 -"143543",20750,92903 -"143544",20750,94115 -"143545",20750,97840 -"143546",20750,115224 -"143547",20751,76632 -"143548",20752,27943 -"143549",20752,30295 -"143550",20753,20793 -"143551",20754,24284 -"143552",20754,24421 -"143553",20754,31705 -"143554",20754,35697 -"143555",20754,38200 -"143556",20754,59227 -"143557",20754,61713 -"143558",20754,70137 -"143559",20754,75796 -"143560",20754,80772 -"143561",20754,82669 -"143562",20754,85280 -"143563",20756,26352 -"143564",20757,26959 -"143565",20757,55723 -"143566",20758,50667 -"143567",20758,54202 -"143568",20758,54226 -"143569",20759,21637 -"143570",20759,63932 -"143571",20760,55873 -"143572",20760,55904 -"143573",20761,36276 -"143574",20761,45962 -"143575",20761,47015 -"143576",20761,65544 -"143577",20762,51877 -"143578",20762,69927 -"143579",20762,90844 -"143580",20763,41442 -"143581",20763,41966 -"143582",20763,42668 -"143583",20763,47342 -"143584",20763,66775 -"143585",20763,71475 -"143586",20764,21906 -"143587",20764,25367 -"143588",20764,25413 -"143589",20764,32977 -"143590",20764,43654 -"143591",20764,44222 -"143592",20764,45161 -"143593",20764,46726 -"143594",20764,47167 -"143595",20764,48464 -"143596",20764,59915 -"143597",20764,62668 -"143598",20764,70473 -"143599",20764,70981 -"143600",20764,71825 -"143601",20764,71837 -"143602",20764,77625 -"143603",20764,79681 -"143604",20764,82452 -"143605",20764,84008 -"143606",20764,88409 -"143607",20764,90883 -"143608",20764,91383 -"143609",20764,92113 -"143610",20764,98904 -"143611",20764,102940 -"143612",20764,118577 -"143613",20764,119085 -"143614",20764,119224 -"143615",20764,119439 -"143616",20764,120085 -"143617",20764,120232 -"143618",20764,121213 -"143619",20765,24288 -"143620",20765,24303 -"143621",20765,24320 -"143622",20765,36732 -"143623",20765,40071 -"143624",20766,23280 -"143625",20766,24941 -"143626",20766,31208 -"143627",20766,37550 -"143628",20766,39676 -"143629",20766,42409 -"143630",20766,52156 -"143631",20766,82350 -"143632",20766,89684 -"143633",20767,28818 -"143634",20767,32334 -"143635",20767,32401 -"143636",20767,35446 -"143637",20767,38902 -"143638",20767,41580 -"143639",20767,59207 -"143640",20767,91884 -"143641",20767,105710 -"143642",20768,20797 -"143643",20768,20799 -"143644",20768,21603 -"143645",20769,81727 -"143646",20769,87930 -"143647",20769,100856 -"143648",20770,32264 -"143649",20770,35784 -"143650",20770,38021 -"143651",20770,39439 -"143652",20770,64937 -"143653",20770,79983 -"143654",20770,83356 -"143655",20770,84481 -"143656",20770,84516 -"143657",20770,101591 -"143658",20770,105153 -"143659",20770,112611 -"143660",20770,112615 -"143661",20770,120858 -"143662",20771,31353 -"143663",20771,31407 -"143664",20772,28671 -"143665",20772,44437 -"143666",20773,42585 -"143667",20773,50143 -"143668",20773,69674 -"143669",20773,97369 -"143670",20774,37122 -"143671",20774,57795 -"143672",20774,80324 -"143673",20775,88757 -"143674",20775,88782 -"143675",20776,42343 -"143676",20776,56571 -"143677",20776,96158 -"143678",20777,46280 -"143679",20777,56994 -"143680",20778,29557 -"143681",20778,76434 -"143682",20778,77909 -"143683",20778,81292 -"143684",20778,81308 -"143685",20778,81939 -"143686",20778,82011 -"143687",20778,82328 -"143688",20779,62379 -"143689",20780,38197 -"143690",20780,42121 -"143691",20780,46831 -"143692",20780,49323 -"143693",20780,56469 -"143694",20780,68478 -"143695",20780,77545 -"143696",20780,111772 -"143697",20780,117910 -"143698",20781,28288 -"143699",20781,56451 -"143700",20781,56901 -"143701",20781,61030 -"143702",20782,53430 -"143703",20782,57559 -"143704",20782,67123 -"143705",20782,67487 -"143706",20782,67492 -"143707",20782,67510 -"143708",20782,67565 -"143709",20783,25122 -"143710",20783,44364 -"143711",20783,56952 -"143712",20783,63801 -"143713",20783,89319 -"143714",20783,106279 -"143715",20785,39966 -"143716",20786,92680 -"143717",20787,26699 -"143718",20787,26700 -"143719",20787,26830 -"143720",20787,26831 -"143721",20787,54109 -"143722",20787,58008 -"143723",20787,59426 -"143724",20787,102243 -"143725",20787,102275 -"143726",20789,44493 -"143727",20789,44694 -"143728",20789,87795 -"143729",20790,24463 -"143730",20790,29665 -"143731",20790,46429 -"143732",20790,46464 -"143733",20790,78915 -"143734",20790,82981 -"143735",20790,96362 -"143736",20790,96372 -"143737",20790,96373 -"143738",20790,96394 -"143739",20790,103475 -"143740",20790,107105 -"143741",20790,111450 -"143742",20790,121053 -"143743",20791,64008 -"143744",20791,66486 -"143745",20791,92765 -"143746",20791,104429 -"143747",20791,117802 -"143748",20792,21431 -"143749",20792,21467 -"143750",20792,26694 -"143751",20792,30996 -"143752",20792,45112 -"143753",20792,46554 -"143754",20792,91447 -"143755",20792,91500 -"143756",20792,102010 -"143757",20792,102035 -"143758",20793,23475 -"143759",20793,26938 -"143760",20793,31903 -"143761",20793,44473 -"143762",20793,45899 -"143763",20793,46828 -"143764",20793,55307 -"143765",20793,90611 -"143766",20794,59053 -"143767",20795,50691 -"143768",20796,27510 -"143769",20796,38492 -"143770",20796,40634 -"143771",20796,51798 -"143772",20796,58421 -"143773",20796,61473 -"143774",20796,82705 -"143775",20797,20799 -"143776",20797,21603 -"143777",20797,28425 -"143778",20797,44194 -"143779",20797,49534 -"143780",20797,59947 -"143781",20797,84967 -"143782",20797,90958 -"143783",20797,100151 -"143784",20797,106318 -"143785",20797,111545 -"143786",20798,22797 -"143787",20798,48106 -"143788",20798,73156 -"143789",20798,92035 -"143790",20798,100287 -"143791",20798,108844 -"143792",20799,21603 -"143793",20799,82231 -"143794",20800,32920 -"143795",20800,57404 -"143796",20800,60860 -"143797",20801,76227 -"143798",20802,44019 -"143799",20802,81357 -"143800",20803,71082 -"143801",20804,38063 -"143802",20804,45545 -"143803",20804,52965 -"143804",20804,64475 -"143805",20804,71136 -"143806",20804,75901 -"143807",20805,83082 -"143808",20805,99710 -"143809",20805,109865 -"143810",20805,113466 -"143811",20806,57593 -"143812",20806,71768 -"143813",20806,88842 -"143814",20806,100218 -"143815",20806,117414 -"143816",20806,123003 -"143817",20807,77008 -"143818",20807,79764 -"143819",20807,102404 -"143820",20808,27863 -"143821",20808,64736 -"143822",20808,95423 -"143823",20808,95618 -"143824",20810,44579 -"143825",20810,68679 -"143826",20811,27022 -"143827",20811,27670 -"143828",20811,28074 -"143829",20811,28724 -"143830",20811,30745 -"143831",20811,32532 -"143832",20811,32560 -"143833",20811,32651 -"143834",20811,35743 -"143835",20811,42253 -"143836",20811,43095 -"143837",20812,26045 -"143838",20812,32629 -"143839",20812,99473 -"143840",20813,80132 -"143841",20813,84004 -"143842",20814,63761 -"143843",20815,58343 -"143844",20815,75610 -"143845",20815,89611 -"143846",20815,101671 -"143847",20815,107105 -"143848",20815,108657 -"143849",20815,116535 -"143850",20816,21065 -"143851",20817,20894 -"143852",20817,20896 -"143853",20817,20957 -"143854",20817,20965 -"143855",20817,26035 -"143856",20817,56230 -"143857",20818,20835 -"143858",20818,20850 -"143859",20818,20852 -"143860",20818,20874 -"143861",20818,20915 -"143862",20818,21067 -"143863",20818,36057 -"143864",20818,45239 -"143865",20818,46190 -"143866",20818,47501 -"143867",20818,54590 -"143868",20819,28250 -"143869",20819,46568 -"143870",20819,52231 -"143871",20819,53345 -"143872",20819,65515 -"143873",20819,92503 -"143874",20819,112125 -"143875",20820,24197 -"143876",20820,25197 -"143877",20820,26262 -"143878",20820,38241 -"143879",20821,20902 -"143880",20822,26856 -"143881",20822,43005 -"143882",20822,50741 -"143883",20822,81888 -"143884",20822,99159 -"143885",20822,104937 -"143886",20823,20933 -"143887",20823,20974 -"143888",20823,21016 -"143889",20824,21686 -"143890",20824,23534 -"143891",20824,27137 -"143892",20824,37707 -"143893",20824,39058 -"143894",20824,40695 -"143895",20824,42186 -"143896",20824,51022 -"143897",20824,51322 -"143898",20824,51944 -"143899",20824,51987 -"143900",20824,75979 -"143901",20824,78256 -"143902",20824,79011 -"143903",20824,94462 -"143904",20824,95212 -"143905",20824,108820 -"143906",20824,109068 -"143907",20824,111047 -"143908",20824,111060 -"143909",20824,111212 -"143910",20825,82151 -"143911",20826,20842 -"143912",20826,28670 -"143913",20826,62102 -"143914",20827,50622 -"143915",20827,50645 -"143916",20827,85710 -"143917",20827,106277 -"143918",20828,42458 -"143919",20828,82091 -"143920",20829,49810 -"143921",20829,67298 -"143922",20829,76047 -"143923",20829,92943 -"143924",20829,105703 -"143925",20829,107763 -"143926",20829,107778 -"143927",20830,26439 -"143928",20830,34411 -"143929",20830,37296 -"143930",20830,38307 -"143931",20830,38883 -"143932",20830,44688 -"143933",20830,45311 -"143934",20830,46023 -"143935",20830,49470 -"143936",20830,58084 -"143937",20830,60040 -"143938",20830,67185 -"143939",20830,70536 -"143940",20830,70573 -"143941",20830,80979 -"143942",20830,81490 -"143943",20831,101553 -"143944",20831,103730 -"143945",20831,118371 -"143946",20832,61175 -"143947",20832,62844 -"143948",20832,84570 -"143949",20832,119126 -"143950",20833,29662 -"143951",20834,20849 -"143952",20834,20854 -"143953",20834,21464 -"143954",20835,20850 -"143955",20835,20852 -"143956",20835,20874 -"143957",20835,20915 -"143958",20835,21067 -"143959",20835,43185 -"143960",20835,58597 -"143961",20836,20871 -"143962",20837,20872 -"143963",20837,21051 -"143964",20838,39245 -"143965",20839,75294 -"143966",20839,80888 -"143967",20839,118549 -"143968",20840,108639 -"143969",20841,20935 -"143970",20843,20991 -"143971",20843,29289 -"143972",20843,29977 -"143973",20843,30305 -"143974",20843,35553 -"143975",20843,45337 -"143976",20843,54189 -"143977",20843,66981 -"143978",20843,102234 -"143979",20844,20867 -"143980",20844,20884 -"143981",20844,27061 -"143982",20845,31929 -"143983",20845,32642 -"143984",20845,78371 -"143985",20845,85147 -"143986",20845,88469 -"143987",20845,100035 -"143988",20845,111219 -"143989",20846,28818 -"143990",20846,47663 -"143991",20846,67006 -"143992",20846,71222 -"143993",20846,71641 -"143994",20847,22352 -"143995",20847,33530 -"143996",20847,75873 -"143997",20847,76545 -"143998",20847,91348 -"143999",20847,94088 -"144000",20847,94138 -"144001",20847,97254 -"144002",20847,103296 -"144003",20847,116937 -"144004",20847,120778 -"144005",20848,25025 -"144006",20848,29527 -"144007",20848,29557 -"144008",20848,34579 -"144009",20848,35407 -"144010",20848,38038 -"144011",20848,52767 -"144012",20848,56197 -"144013",20848,68091 -"144014",20848,69990 -"144015",20848,71265 -"144016",20848,77002 -"144017",20848,80531 -"144018",20848,82226 -"144019",20848,84262 -"144020",20848,97517 -"144021",20848,98050 -"144022",20848,104142 -"144023",20849,20854 -"144024",20849,21464 -"144025",20849,49207 -"144026",20849,95646 -"144027",20849,107409 -"144028",20850,20852 -"144029",20850,20874 -"144030",20850,20915 -"144031",20850,21067 -"144032",20851,89564 -"144033",20851,97226 -"144034",20852,20874 -"144035",20852,20915 -"144036",20852,21067 -"144037",20852,43455 -"144038",20853,26074 -"144039",20853,26202 -"144040",20854,21464 -"144041",20854,101021 -"144042",20855,20856 -"144043",20855,21026 -"144044",20855,71145 -"144045",20856,21026 -"144046",20856,70456 -"144047",20856,77576 -"144048",20857,46425 -"144049",20859,20977 -"144050",20860,25839 -"144051",20860,107453 -"144052",20860,114792 -"144053",20861,30801 -"144054",20861,41806 -"144055",20861,46980 -"144056",20861,67826 -"144057",20861,108752 -"144058",20861,114483 -"144059",20862,22309 -"144060",20862,46794 -"144061",20862,53088 -"144062",20863,46128 -"144063",20863,50523 -"144064",20864,76333 -"144065",20864,114654 -"144066",20865,36432 -"144067",20865,38024 -"144068",20865,39031 -"144069",20865,66182 -"144070",20865,104135 -"144071",20865,113028 -"144072",20866,21003 -"144073",20866,90082 -"144074",20867,20884 -"144075",20867,22512 -"144076",20867,51967 -"144077",20869,21039 -"144078",20869,43304 -"144079",20870,106129 -"144080",20871,21198 -"144081",20871,27973 -"144082",20871,28047 -"144083",20871,29705 -"144084",20871,33569 -"144085",20871,38772 -"144086",20871,44413 -"144087",20871,46723 -"144088",20871,50219 -"144089",20871,52058 -"144090",20871,56107 -"144091",20871,71528 -"144092",20871,84138 -"144093",20871,84193 -"144094",20871,104609 -"144095",20871,105131 -"144096",20871,108303 -"144097",20872,21051 -"144098",20872,39566 -"144099",20872,55517 -"144100",20872,70245 -"144101",20873,21600 -"144102",20873,60374 -"144103",20873,67586 -"144104",20873,83991 -"144105",20873,84747 -"144106",20873,102023 -"144107",20874,20915 -"144108",20874,21067 -"144109",20874,31257 -"144110",20874,31639 -"144111",20874,50902 -"144112",20874,58274 -"144113",20874,99871 -"144114",20874,117887 -"144115",20874,120561 -"144116",20875,22960 -"144117",20875,37243 -"144118",20875,115107 -"144119",20876,33564 -"144120",20877,22905 -"144121",20877,33685 -"144122",20878,44280 -"144123",20878,53394 -"144124",20878,67802 -"144125",20879,28640 -"144126",20879,37408 -"144127",20879,56139 -"144128",20879,76534 -"144129",20880,20883 -"144130",20880,20954 -"144131",20881,31785 -"144132",20881,46837 -"144133",20882,67607 -"144134",20883,20954 -"144135",20885,23977 -"144136",20886,24456 -"144137",20886,43441 -"144138",20886,55349 -"144139",20886,55489 -"144140",20886,76909 -"144141",20886,80286 -"144142",20886,94354 -"144143",20886,100561 -"144144",20887,21152 -"144145",20887,58139 -"144146",20888,30285 -"144147",20888,81059 -"144148",20889,20912 -"144149",20889,20922 -"144150",20889,64877 -"144151",20889,103636 -"144152",20890,76974 -"144153",20890,95839 -"144154",20891,31969 -"144155",20891,36445 -"144156",20891,38184 -"144157",20891,78377 -"144158",20891,105158 -"144159",20891,118018 -"144160",20892,21023 -"144161",20892,28631 -"144162",20892,29060 -"144163",20892,32543 -"144164",20892,37211 -"144165",20892,39127 -"144166",20892,39421 -"144167",20892,50197 -"144168",20892,50989 -"144169",20892,55019 -"144170",20892,60574 -"144171",20892,81387 -"144172",20893,36489 -"144173",20893,36694 -"144174",20893,41218 -"144175",20893,57517 -"144176",20893,79251 -"144177",20893,94695 -"144178",20893,95380 -"144179",20893,97789 -"144180",20893,107159 -"144181",20893,109920 -"144182",20894,20896 -"144183",20894,20957 -"144184",20894,20965 -"144185",20894,26400 -"144186",20894,37297 -"144187",20894,74915 -"144188",20894,96233 -"144189",20895,74351 -"144190",20896,20957 -"144191",20896,20965 -"144192",20896,115217 -"144193",20896,116697 -"144194",20897,23123 -"144195",20897,62168 -"144196",20897,64909 -"144197",20898,21655 -"144198",20898,104109 -"144199",20898,107164 -"144200",20898,113541 -"144201",20898,121152 -"144202",20900,20901 -"144203",20900,21057 -"144204",20900,100178 -"144205",20901,21057 -"144206",20901,63413 -"144207",20901,73864 -"144208",20902,23101 -"144209",20902,39656 -"144210",20902,40283 -"144211",20902,49974 -"144212",20902,53190 -"144213",20902,58036 -"144214",20902,69366 -"144215",20902,75469 -"144216",20902,86434 -"144217",20902,94790 -"144218",20902,97248 -"144219",20902,97267 -"144220",20902,97270 -"144221",20902,103446 -"144222",20903,25298 -"144223",20903,49870 -"144224",20903,83440 -"144225",20903,122607 -"144226",20904,27586 -"144227",20904,32296 -"144228",20904,60878 -"144229",20904,62419 -"144230",20905,21066 -"144231",20905,24934 -"144232",20905,41449 -"144233",20905,42814 -"144234",20905,54212 -"144235",20905,54235 -"144236",20905,60991 -"144237",20905,76639 -"144238",20905,91695 -"144239",20905,97440 -"144240",20905,100239 -"144241",20905,113099 -"144242",20905,120555 -"144243",20906,42102 -"144244",20906,74579 -"144245",20906,84390 -"144246",20906,86463 -"144247",20906,96817 -"144248",20906,96846 -"144249",20906,96864 -"144250",20907,59631 -"144251",20907,76006 -"144252",20907,87901 -"144253",20907,95986 -"144254",20907,95998 -"144255",20909,22437 -"144256",20909,25612 -"144257",20910,118523 -"144258",20911,24937 -"144259",20912,20922 -"144260",20912,68039 -"144261",20914,20920 -"144262",20914,51825 -"144263",20914,68135 -"144264",20915,21067 -"144265",20915,21634 -"144266",20915,24505 -"144267",20915,79653 -"144268",20915,85188 -"144269",20915,88698 -"144270",20915,93122 -"144271",20916,25785 -"144272",20916,36289 -"144273",20916,36681 -"144274",20916,44226 -"144275",20916,89820 -"144276",20916,103223 -"144277",20916,103663 -"144278",20916,104236 -"144279",20916,105180 -"144280",20916,105215 -"144281",20917,20975 -"144282",20917,20988 -"144283",20917,66280 -"144284",20918,28574 -"144285",20918,30609 -"144286",20918,37372 -"144287",20918,49683 -"144288",20919,59230 -"144289",20919,87234 -"144290",20919,100523 -"144291",20919,103200 -"144292",20920,29158 -"144293",20920,45627 -"144294",20920,62819 -"144295",20920,79373 -"144296",20920,117278 -"144297",20921,22710 -"144298",20921,24160 -"144299",20921,25877 -"144300",20921,28290 -"144301",20921,28703 -"144302",20921,29100 -"144303",20921,35619 -"144304",20921,41611 -"144305",20921,43819 -"144306",20921,52953 -"144307",20921,54385 -"144308",20921,57017 -"144309",20921,59455 -"144310",20921,63045 -"144311",20921,66101 -"144312",20921,76403 -"144313",20921,77056 -"144314",20921,77233 -"144315",20921,80615 -"144316",20921,93312 -"144317",20921,95976 -"144318",20921,110263 -"144319",20921,119358 -"144320",20923,21759 -"144321",20923,22744 -"144322",20923,41035 -"144323",20923,79821 -"144324",20923,87282 -"144325",20924,20925 -"144326",20924,21046 -"144327",20924,108851 -"144328",20924,108870 -"144329",20924,108878 -"144330",20925,21046 -"144331",20926,22405 -"144332",20926,26743 -"144333",20926,32841 -"144334",20926,35182 -"144335",20926,48084 -"144336",20926,52234 -"144337",20926,54712 -"144338",20926,56133 -"144339",20926,62862 -"144340",20927,40028 -"144341",20927,45352 -"144342",20927,60141 -"144343",20927,101793 -"144344",20929,32401 -"144345",20929,68174 -"144346",20929,82980 -"144347",20930,61570 -"144348",20931,33814 -"144349",20931,34475 -"144350",20931,35286 -"144351",20931,36454 -"144352",20931,37348 -"144353",20931,42799 -"144354",20931,43813 -"144355",20931,73898 -"144356",20931,74818 -"144357",20931,89284 -"144358",20931,92270 -"144359",20932,64405 -"144360",20933,20974 -"144361",20933,21016 -"144362",20933,36808 -"144363",20933,37942 -"144364",20933,40005 -"144365",20934,42695 -"144366",20934,64497 -"144367",20936,21726 -"144368",20937,39299 -"144369",20937,54729 -"144370",20938,20958 -"144371",20938,20995 -"144372",20938,26782 -"144373",20938,27823 -"144374",20938,46387 -"144375",20938,47600 -"144376",20938,49481 -"144377",20938,53355 -"144378",20938,67070 -"144379",20938,98306 -"144380",20939,26456 -"144381",20939,27187 -"144382",20939,42705 -"144383",20939,55475 -"144384",20939,62492 -"144385",20939,66077 -"144386",20939,79014 -"144387",20939,98604 -"144388",20940,51243 -"144389",20940,51328 -"144390",20940,83517 -"144391",20940,89451 -"144392",20940,94140 -"144393",20941,20942 -"144394",20941,21007 -"144395",20941,21008 -"144396",20941,23966 -"144397",20941,29837 -"144398",20941,30305 -"144399",20941,32384 -"144400",20941,38691 -"144401",20941,38915 -"144402",20941,45685 -"144403",20941,62991 -"144404",20941,63126 -"144405",20941,63143 -"144406",20941,63287 -"144407",20941,63344 -"144408",20942,21007 -"144409",20942,21008 -"144410",20942,31802 -"144411",20942,32706 -"144412",20942,38615 -"144413",20942,44273 -"144414",20942,47784 -"144415",20942,50195 -"144416",20942,55491 -"144417",20942,56001 -"144418",20942,59632 -"144419",20942,60820 -"144420",20942,62426 -"144421",20942,73960 -"144422",20942,90288 -"144423",20942,94746 -"144424",20942,96199 -"144425",20942,116254 -"144426",20943,89509 -"144427",20943,91752 -"144428",20944,80354 -"144429",20945,23469 -"144430",20947,55412 -"144431",20947,101757 -"144432",20948,57318 -"144433",20948,71786 -"144434",20949,29031 -"144435",20949,29680 -"144436",20949,50381 -"144437",20949,55841 -"144438",20949,55869 -"144439",20949,55890 -"144440",20949,55958 -"144441",20949,61021 -"144442",20950,22314 -"144443",20950,39603 -"144444",20950,46351 -"144445",20950,57781 -"144446",20950,77855 -"144447",20950,88966 -"144448",20950,99776 -"144449",20951,21207 -"144450",20951,21877 -"144451",20951,25651 -"144452",20951,38282 -"144453",20951,40241 -"144454",20951,53057 -"144455",20951,60645 -"144456",20951,68018 -"144457",20951,69621 -"144458",20951,90638 -"144459",20951,91845 -"144460",20951,92674 -"144461",20951,92984 -"144462",20951,95096 -"144463",20951,95938 -"144464",20952,39605 -"144465",20952,72874 -"144466",20953,21001 -"144467",20954,30733 -"144468",20954,30982 -"144469",20954,31035 -"144470",20955,33350 -"144471",20956,20959 -"144472",20957,20965 -"144473",20958,20995 -"144474",20958,48682 -"144475",20958,104080 -"144476",20961,26476 -"144477",20962,21559 -"144478",20962,53994 -"144479",20962,54973 -"144480",20962,61534 -"144481",20963,75438 -"144482",20964,36065 -"144483",20964,50956 -"144484",20964,72355 -"144485",20965,85862 -"144486",20966,21040 -"144487",20966,21074 -"144488",20966,42358 -"144489",20966,117086 -"144490",20967,21052 -"144491",20967,28619 -"144492",20967,98290 -"144493",20967,99095 -"144494",20968,26821 -"144495",20968,29881 -"144496",20968,31953 -"144497",20968,32486 -"144498",20968,32570 -"144499",20968,35931 -"144500",20968,75971 -"144501",20969,24068 -"144502",20969,27219 -"144503",20969,29000 -"144504",20969,40707 -"144505",20969,47056 -"144506",20969,91875 -"144507",20970,45217 -"144508",20970,83873 -"144509",20970,85137 -"144510",20970,88324 -"144511",20971,23421 -"144512",20971,64635 -"144513",20972,64915 -"144514",20973,24647 -"144515",20973,24648 -"144516",20973,32600 -"144517",20974,21016 -"144518",20974,45056 -"144519",20974,114440 -"144520",20975,20988 -"144521",20975,28015 -"144522",20975,36361 -"144523",20975,36972 -"144524",20975,50565 -"144525",20975,72956 -"144526",20975,78025 -"144527",20975,82080 -"144528",20975,86809 -"144529",20975,105602 -"144530",20975,120030 -"144531",20976,53753 -"144532",20976,69672 -"144533",20976,87509 -"144534",20976,112686 -"144535",20978,20980 -"144536",20978,27601 -"144537",20978,36501 -"144538",20979,25084 -"144539",20979,32957 -"144540",20979,42220 -"144541",20979,42232 -"144542",20979,49860 -"144543",20979,50309 -"144544",20979,50965 -"144545",20979,58377 -"144546",20979,61706 -"144547",20979,68217 -"144548",20979,69658 -"144549",20979,69665 -"144550",20979,69679 -"144551",20979,69699 -"144552",20979,75657 -"144553",20980,21983 -"144554",20980,36501 -"144555",20980,42897 -"144556",20980,59144 -"144557",20980,60534 -"144558",20980,68473 -"144559",20980,109582 -"144560",20980,111018 -"144561",20980,111387 -"144562",20980,111390 -"144563",20980,111428 -"144564",20981,97702 -"144565",20981,113226 -"144566",20982,21158 -"144567",20982,26275 -"144568",20982,43843 -"144569",20982,57229 -"144570",20982,74040 -"144571",20982,82014 -"144572",20982,82022 -"144573",20982,88537 -"144574",20982,99435 -"144575",20982,100373 -"144576",20982,115717 -"144577",20982,116589 -"144578",20983,68258 -"144579",20984,21013 -"144580",20984,36624 -"144581",20984,38069 -"144582",20984,38115 -"144583",20984,39594 -"144584",20984,46989 -"144585",20984,49306 -"144586",20984,56710 -"144587",20984,56817 -"144588",20984,56936 -"144589",20985,30527 -"144590",20986,65299 -"144591",20986,87115 -"144592",20986,87122 -"144593",20987,32215 -"144594",20987,89296 -"144595",20988,44823 -"144596",20988,45976 -"144597",20988,47018 -"144598",20988,75116 -"144599",20988,81872 -"144600",20988,84386 -"144601",20988,92711 -"144602",20988,93164 -"144603",20988,106564 -"144604",20988,107857 -"144605",20988,107865 -"144606",20988,109710 -"144607",20989,29159 -"144608",20989,82711 -"144609",20990,62279 -"144610",20991,23245 -"144611",20991,24017 -"144612",20991,31355 -"144613",20991,37782 -"144614",20991,39694 -"144615",20991,46003 -"144616",20991,47953 -"144617",20991,62595 -"144618",20992,21063 -"144619",20993,37890 -"144620",20993,42188 -"144621",20993,43160 -"144622",20993,49100 -"144623",20993,52237 -"144624",20993,52253 -"144625",20993,52271 -"144626",20993,66726 -"144627",20993,84439 -"144628",20994,35109 -"144629",20994,66141 -"144630",20994,69139 -"144631",20994,75013 -"144632",20994,76194 -"144633",20994,77305 -"144634",20994,93332 -"144635",20995,24403 -"144636",20995,42528 -"144637",20995,42877 -"144638",20995,77175 -"144639",20995,84614 -"144640",20995,94315 -"144641",20995,97003 -"144642",20996,50590 -"144643",20996,71249 -"144644",20997,81047 -"144645",20998,23223 -"144646",20998,23280 -"144647",20998,23991 -"144648",20998,26732 -"144649",20998,37621 -"144650",20998,53778 -"144651",20998,79224 -"144652",20999,27870 -"144653",20999,44786 -"144654",20999,60684 -"144655",20999,94128 -"144656",21000,30416 -"144657",21000,34739 -"144658",21000,54660 -"144659",21000,71285 -"144660",21000,83907 -"144661",21000,88409 -"144662",21000,104991 -"144663",21000,106040 -"144664",21000,106041 -"144665",21001,27685 -"144666",21001,29681 -"144667",21001,34496 -"144668",21001,40723 -"144669",21001,45801 -"144670",21001,46262 -"144671",21001,48291 -"144672",21001,53408 -"144673",21001,55486 -"144674",21001,55829 -"144675",21001,55843 -"144676",21001,55844 -"144677",21001,55860 -"144678",21001,55871 -"144679",21001,55883 -"144680",21001,55888 -"144681",21001,55912 -"144682",21001,55946 -"144683",21001,55957 -"144684",21001,57960 -"144685",21001,60662 -"144686",21001,66943 -"144687",21001,67405 -"144688",21001,78055 -"144689",21001,78901 -"144690",21001,111689 -"144691",21002,23961 -"144692",21002,25965 -"144693",21002,28130 -"144694",21002,59722 -"144695",21002,69803 -"144696",21002,84508 -"144697",21003,24942 -"144698",21003,40128 -"144699",21003,47939 -"144700",21003,50086 -"144701",21003,58809 -"144702",21003,60085 -"144703",21003,75825 -"144704",21003,78300 -"144705",21003,78872 -"144706",21003,94575 -"144707",21003,98893 -"144708",21003,99987 -"144709",21003,107371 -"144710",21004,38282 -"144711",21004,41269 -"144712",21004,86890 -"144713",21004,90564 -"144714",21004,95615 -"144715",21005,59576 -"144716",21007,21008 -"144717",21007,23966 -"144718",21007,26912 -"144719",21007,29837 -"144720",21007,29970 -"144721",21007,29971 -"144722",21007,30034 -"144723",21007,30305 -"144724",21007,32384 -"144725",21007,38691 -"144726",21007,38915 -"144727",21007,40634 -"144728",21007,45365 -"144729",21007,47784 -"144730",21007,50195 -"144731",21007,55491 -"144732",21007,59632 -"144733",21007,60820 -"144734",21007,62426 -"144735",21007,64526 -"144736",21008,25533 -"144737",21008,29013 -"144738",21008,32706 -"144739",21008,36598 -"144740",21008,39820 -"144741",21008,59703 -"144742",21008,73960 -"144743",21008,76521 -"144744",21008,89937 -"144745",21008,94746 -"144746",21009,21017 -"144747",21009,23735 -"144748",21009,24232 -"144749",21009,25263 -"144750",21009,42699 -"144751",21009,66782 -"144752",21009,79484 -"144753",21010,38620 -"144754",21010,49795 -"144755",21010,50679 -"144756",21011,35709 -"144757",21011,113387 -"144758",21011,120644 -"144759",21013,24621 -"144760",21013,35551 -"144761",21013,38495 -"144762",21013,55296 -"144763",21013,82453 -"144764",21014,33338 -"144765",21014,62570 -"144766",21014,98154 -"144767",21014,115487 -"144768",21015,30611 -"144769",21017,48841 -"144770",21017,48933 -"144771",21017,87988 -"144772",21017,87989 -"144773",21018,27952 -"144774",21018,31831 -"144775",21018,41662 -"144776",21018,46030 -"144777",21018,46358 -"144778",21018,46392 -"144779",21019,21022 -"144780",21019,104651 -"144781",21019,104677 -"144782",21020,96002 -"144783",21021,26731 -"144784",21021,28552 -"144785",21021,30704 -"144786",21021,108407 -"144787",21022,44564 -"144788",21023,37211 -"144789",21023,39127 -"144790",21023,43882 -"144791",21023,56038 -"144792",21023,68145 -"144793",21023,81387 -"144794",21024,21885 -"144795",21024,25672 -"144796",21024,29997 -"144797",21024,37633 -"144798",21024,41023 -"144799",21024,53928 -"144800",21024,64906 -"144801",21024,66728 -"144802",21024,74256 -"144803",21024,89117 -"144804",21024,100260 -"144805",21024,103654 -"144806",21024,122961 -"144807",21025,35780 -"144808",21025,57013 -"144809",21025,85562 -"144810",21026,28718 -"144811",21026,30486 -"144812",21026,37722 -"144813",21026,43329 -"144814",21026,46300 -"144815",21026,60439 -"144816",21026,60913 -"144817",21026,93190 -"144818",21027,58945 -"144819",21027,84520 -"144820",21027,86090 -"144821",21028,31357 -"144822",21028,33974 -"144823",21028,38820 -"144824",21028,54385 -"144825",21029,35732 -"144826",21029,38406 -"144827",21029,51470 -"144828",21029,63442 -"144829",21029,67823 -"144830",21029,78024 -"144831",21029,84786 -"144832",21029,84818 -"144833",21030,24666 -"144834",21030,107149 -"144835",21031,23679 -"144836",21032,22825 -"144837",21032,48451 -"144838",21032,63955 -"144839",21032,114287 -"144840",21033,23846 -"144841",21033,36971 -"144842",21033,38500 -"144843",21033,48170 -"144844",21033,75409 -"144845",21034,78869 -"144846",21034,79153 -"144847",21035,22755 -"144848",21035,28651 -"144849",21035,28759 -"144850",21035,75841 -"144851",21035,84556 -"144852",21036,26048 -"144853",21036,30265 -"144854",21036,56473 -"144855",21037,112905 -"144856",21038,28608 -"144857",21040,68225 -"144858",21041,21799 -"144859",21041,27081 -"144860",21041,39270 -"144861",21041,73489 -"144862",21042,21044 -"144863",21042,91968 -"144864",21043,101003 -"144865",21043,110720 -"144866",21044,49708 -"144867",21044,59631 -"144868",21044,81174 -"144869",21044,83455 -"144870",21044,101208 -"144871",21044,104715 -"144872",21045,41806 -"144873",21046,86436 -"144874",21046,116149 -"144875",21047,25556 -"144876",21047,35729 -"144877",21047,65366 -"144878",21047,65951 -"144879",21047,84820 -"144880",21048,57953 -"144881",21048,61446 -"144882",21048,80135 -"144883",21049,35992 -"144884",21050,23273 -"144885",21052,21403 -"144886",21052,23708 -"144887",21052,43225 -"144888",21052,46068 -"144889",21052,60482 -"144890",21052,69867 -"144891",21052,77310 -"144892",21052,87665 -"144893",21052,92299 -"144894",21052,94472 -"144895",21052,99732 -"144896",21052,102066 -"144897",21052,103875 -"144898",21053,43398 -"144899",21053,44069 -"144900",21053,65006 -"144901",21053,68634 -"144902",21053,75870 -"144903",21053,103259 -"144904",21053,103300 -"144905",21053,111396 -"144906",21053,111929 -"144907",21053,111932 -"144908",21053,111939 -"144909",21054,50657 -"144910",21054,70313 -"144911",21054,99167 -"144912",21054,104314 -"144913",21055,28877 -"144914",21055,39535 -"144915",21055,41033 -"144916",21055,41901 -"144917",21055,51781 -"144918",21055,63309 -"144919",21055,79468 -"144920",21055,102286 -"144921",21055,120607 -"144922",21056,22280 -"144923",21056,38879 -"144924",21056,46603 -"144925",21056,91963 -"144926",21056,115027 -"144927",21057,34094 -"144928",21057,37797 -"144929",21057,40566 -"144930",21057,46590 -"144931",21057,47629 -"144932",21057,47809 -"144933",21057,47949 -"144934",21057,47956 -"144935",21058,31293 -"144936",21059,23091 -"144937",21059,32123 -"144938",21059,45465 -"144939",21059,51823 -"144940",21059,53375 -"144941",21059,58462 -"144942",21059,60550 -"144943",21059,61948 -"144944",21059,72049 -"144945",21059,75095 -"144946",21059,103367 -"144947",21059,120641 -"144948",21060,21108 -"144949",21060,45197 -"144950",21060,49373 -"144951",21060,63722 -"144952",21060,70868 -"144953",21060,70909 -"144954",21061,29578 -"144955",21062,58446 -"144956",21062,84741 -"144957",21063,27511 -"144958",21063,28638 -"144959",21063,32079 -"144960",21063,32118 -"144961",21063,32231 -"144962",21063,32321 -"144963",21063,35289 -"144964",21063,51233 -"144965",21063,76505 -"144966",21063,121534 -"144967",21063,123158 -"144968",21064,65492 -"144969",21065,80601 -"144970",21066,37576 -"144971",21066,60063 -"144972",21066,65951 -"144973",21066,65952 -"144974",21067,22053 -"144975",21067,40925 -"144976",21067,41641 -"144977",21067,41649 -"144978",21067,41689 -"144979",21067,41690 -"144980",21067,41770 -"144981",21068,25530 -"144982",21068,27818 -"144983",21068,31521 -"144984",21068,31797 -"144985",21068,34693 -"144986",21068,37444 -"144987",21068,56396 -"144988",21068,65310 -"144989",21068,65366 -"144990",21069,21236 -"144991",21069,22916 -"144992",21069,37665 -"144993",21069,43014 -"144994",21069,55270 -"144995",21069,57216 -"144996",21069,57241 -"144997",21069,104416 -"144998",21069,112123 -"144999",21070,40548 -"145000",21071,72827 -"145001",21072,104143 -"145002",21073,49579 -"145003",21073,89744 -"145004",21073,89935 -"145005",21074,25778 -"145006",21074,43914 -"145007",21075,21271 -"145008",21075,21323 -"145009",21075,68021 -"145010",21076,21095 -"145011",21076,21151 -"145012",21076,47493 -"145013",21076,69081 -"145014",21076,82595 -"145015",21076,108617 -"145016",21076,119862 -"145017",21077,21324 -"145018",21078,21369 -"145019",21078,31751 -"145020",21078,34988 -"145021",21078,36031 -"145022",21078,59056 -"145023",21078,60883 -"145024",21078,82533 -"145025",21078,83680 -"145026",21078,83744 -"145027",21078,89681 -"145028",21078,90234 -"145029",21078,90321 -"145030",21079,42573 -"145031",21079,85923 -"145032",21080,21803 -"145033",21080,22519 -"145034",21080,24423 -"145035",21080,25622 -"145036",21080,27487 -"145037",21080,31091 -"145038",21080,34252 -"145039",21080,34273 -"145040",21080,34284 -"145041",21080,34317 -"145042",21080,43584 -"145043",21080,43652 -"145044",21080,60260 -"145045",21080,81641 -"145046",21080,81647 -"145047",21080,82165 -"145048",21081,21327 -"145049",21081,34953 -"145050",21082,21101 -"145051",21082,21119 -"145052",21082,21153 -"145053",21082,67912 -"145054",21083,25210 -"145055",21083,25211 -"145056",21083,25279 -"145057",21083,25280 -"145058",21083,25480 -"145059",21083,25699 -"145060",21083,25749 -"145061",21083,25786 -"145062",21083,25808 -"145063",21083,25896 -"145064",21083,106644 -"145065",21084,23091 -"145066",21084,25113 -"145067",21084,48747 -"145068",21084,51823 -"145069",21084,88686 -"145070",21085,66110 -"145071",21085,113367 -"145072",21085,113370 -"145073",21085,114946 -"145074",21086,30863 -"145075",21086,30892 -"145076",21086,36282 -"145077",21086,46748 -"145078",21087,25920 -"145079",21087,28204 -"145080",21087,35292 -"145081",21087,36296 -"145082",21087,44261 -"145083",21087,45697 -"145084",21087,97203 -"145085",21088,23847 -"145086",21088,24012 -"145087",21088,24262 -"145088",21088,24910 -"145089",21088,25758 -"145090",21088,26537 -"145091",21088,26872 -"145092",21088,28767 -"145093",21088,28871 -"145094",21088,30334 -"145095",21088,35496 -"145096",21088,37610 -"145097",21088,37636 -"145098",21088,39435 -"145099",21088,40131 -"145100",21088,40166 -"145101",21088,40392 -"145102",21088,40905 -"145103",21088,41030 -"145104",21088,41527 -"145105",21088,41529 -"145106",21088,41778 -"145107",21088,42939 -"145108",21088,43147 -"145109",21088,43234 -"145110",21088,43858 -"145111",21088,44828 -"145112",21088,45657 -"145113",21088,45933 -"145114",21088,46434 -"145115",21088,46788 -"145116",21088,47082 -"145117",21088,47123 -"145118",21088,47192 -"145119",21088,47488 -"145120",21088,48909 -"145121",21088,49859 -"145122",21088,50064 -"145123",21088,50067 -"145124",21088,50554 -"145125",21088,50879 -"145126",21088,51783 -"145127",21088,52018 -"145128",21088,53444 -"145129",21088,53527 -"145130",21088,53555 -"145131",21088,54275 -"145132",21088,55965 -"145133",21088,56046 -"145134",21088,56628 -"145135",21088,58004 -"145136",21088,58068 -"145137",21088,58633 -"145138",21088,61111 -"145139",21088,61127 -"145140",21088,68287 -"145141",21088,81887 -"145142",21088,83249 -"145143",21088,89780 -"145144",21088,104634 -"145145",21089,32419 -"145146",21089,42962 -"145147",21089,78270 -"145148",21089,103310 -"145149",21089,105273 -"145150",21089,115485 -"145151",21089,117512 -"145152",21090,56509 -"145153",21090,76544 -"145154",21091,21135 -"145155",21091,21888 -"145156",21091,21912 -"145157",21091,21945 -"145158",21091,22047 -"145159",21091,22067 -"145160",21091,39070 -"145161",21091,39884 -"145162",21091,85031 -"145163",21091,103255 -"145164",21092,28712 -"145165",21092,45031 -"145166",21092,76347 -"145167",21092,100211 -"145168",21092,101983 -"145169",21092,105138 -"145170",21092,116147 -"145171",21092,116180 -"145172",21092,119306 -"145173",21093,21283 -"145174",21093,21851 -"145175",21093,24597 -"145176",21093,32704 -"145177",21093,38813 -"145178",21093,44345 -"145179",21093,46720 -"145180",21093,48440 -"145181",21093,54160 -"145182",21093,54589 -"145183",21094,23775 -"145184",21094,30721 -"145185",21094,32523 -"145186",21094,34831 -"145187",21094,36538 -"145188",21094,39906 -"145189",21094,46668 -"145190",21094,77077 -"145191",21094,77316 -"145192",21094,90427 -"145193",21094,92468 -"145194",21094,95106 -"145195",21095,21151 -"145196",21095,66708 -"145197",21095,82578 -"145198",21095,102479 -"145199",21095,106327 -"145200",21095,119138 -"145201",21096,23082 -"145202",21096,64814 -"145203",21096,80589 -"145204",21096,93202 -"145205",21098,21918 -"145206",21098,24939 -"145207",21098,25639 -"145208",21098,26432 -"145209",21098,26943 -"145210",21098,28499 -"145211",21098,30866 -"145212",21098,31700 -"145213",21098,32361 -"145214",21098,33275 -"145215",21098,33883 -"145216",21098,36286 -"145217",21098,36767 -"145218",21098,37937 -"145219",21098,40419 -"145220",21098,42608 -"145221",21098,44180 -"145222",21098,45818 -"145223",21098,47232 -"145224",21098,51476 -"145225",21098,51892 -"145226",21098,53755 -"145227",21098,54168 -"145228",21098,57210 -"145229",21098,58482 -"145230",21098,59172 -"145231",21098,59816 -"145232",21098,61874 -"145233",21098,63274 -"145234",21098,66322 -"145235",21098,67327 -"145236",21098,70854 -"145237",21098,71683 -"145238",21098,72568 -"145239",21098,72628 -"145240",21098,73597 -"145241",21098,73767 -"145242",21098,74646 -"145243",21098,78532 -"145244",21098,81609 -"145245",21098,85885 -"145246",21098,86628 -"145247",21098,91255 -"145248",21098,92247 -"145249",21098,92352 -"145250",21098,92362 -"145251",21098,92928 -"145252",21098,92929 -"145253",21098,93719 -"145254",21098,94906 -"145255",21098,94946 -"145256",21098,95889 -"145257",21098,96093 -"145258",21098,97988 -"145259",21098,99309 -"145260",21098,99376 -"145261",21098,99423 -"145262",21098,99450 -"145263",21098,99471 -"145264",21098,99474 -"145265",21098,100916 -"145266",21098,100944 -"145267",21098,101126 -"145268",21098,101329 -"145269",21098,105557 -"145270",21098,107199 -"145271",21098,108743 -"145272",21098,108980 -"145273",21098,109143 -"145274",21098,109291 -"145275",21098,109933 -"145276",21098,110483 -"145277",21098,110567 -"145278",21098,110572 -"145279",21098,110630 -"145280",21098,110648 -"145281",21098,110711 -"145282",21098,110770 -"145283",21098,110869 -"145284",21098,110911 -"145285",21098,111285 -"145286",21098,111314 -"145287",21098,111362 -"145288",21098,111372 -"145289",21098,111373 -"145290",21098,111424 -"145291",21098,111433 -"145292",21098,112422 -"145293",21098,113269 -"145294",21098,113430 -"145295",21098,114242 -"145296",21098,114842 -"145297",21098,115427 -"145298",21098,115521 -"145299",21098,115711 -"145300",21099,31548 -"145301",21099,31569 -"145302",21099,31732 -"145303",21099,77211 -"145304",21099,80859 -"145305",21099,90299 -"145306",21099,101721 -"145307",21099,115736 -"145308",21100,27822 -"145309",21100,32911 -"145310",21100,52806 -"145311",21100,70802 -"145312",21100,90798 -"145313",21101,21119 -"145314",21101,21153 -"145315",21101,21574 -"145316",21101,21617 -"145317",21101,44122 -"145318",21101,52371 -"145319",21101,70064 -"145320",21101,84578 -"145321",21101,113451 -"145322",21101,115270 -"145323",21102,63717 -"145324",21102,96338 -"145325",21102,118640 -"145326",21103,35142 -"145327",21104,33473 -"145328",21104,50118 -"145329",21104,71516 -"145330",21104,85344 -"145331",21104,88699 -"145332",21104,116375 -"145333",21105,40841 -"145334",21105,41346 -"145335",21105,43348 -"145336",21105,48106 -"145337",21105,64633 -"145338",21106,25223 -"145339",21106,30821 -"145340",21106,39368 -"145341",21106,47701 -"145342",21106,56319 -"145343",21106,65669 -"145344",21106,70682 -"145345",21106,86342 -"145346",21106,118295 -"145347",21106,118722 -"145348",21106,118723 -"145349",21107,21316 -"145350",21107,23024 -"145351",21108,26201 -"145352",21109,21138 -"145353",21111,21214 -"145354",21111,40309 -"145355",21111,44795 -"145356",21111,49148 -"145357",21111,56569 -"145358",21111,57912 -"145359",21111,89028 -"145360",21111,91978 -"145361",21111,92585 -"145362",21112,27296 -"145363",21112,88329 -"145364",21112,88335 -"145365",21113,23786 -"145366",21113,25801 -"145367",21113,40684 -"145368",21113,45408 -"145369",21113,63013 -"145370",21113,71493 -"145371",21113,77798 -"145372",21113,82427 -"145373",21113,84518 -"145374",21113,86395 -"145375",21113,94701 -"145376",21115,29704 -"145377",21115,82195 -"145378",21115,88385 -"145379",21115,111045 -"145380",21115,113437 -"145381",21115,114275 -"145382",21115,114278 -"145383",21116,21191 -"145384",21116,21234 -"145385",21116,21320 -"145386",21117,88774 -"145387",21117,99529 -"145388",21117,99850 -"145389",21117,99851 -"145390",21118,21179 -"145391",21118,21197 -"145392",21118,21198 -"145393",21118,21285 -"145394",21118,25316 -"145395",21118,25577 -"145396",21118,38019 -"145397",21118,39238 -"145398",21118,56317 -"145399",21118,63357 -"145400",21118,80625 -"145401",21118,88518 -"145402",21119,21153 -"145403",21119,38268 -"145404",21119,45316 -"145405",21119,59700 -"145406",21119,67585 -"145407",21119,86715 -"145408",21119,91401 -"145409",21119,98956 -"145410",21120,24045 -"145411",21120,27656 -"145412",21120,33486 -"145413",21120,35630 -"145414",21120,39551 -"145415",21120,41277 -"145416",21120,41278 -"145417",21120,44091 -"145418",21120,46283 -"145419",21120,46715 -"145420",21120,46716 -"145421",21120,61413 -"145422",21120,64806 -"145423",21120,66653 -"145424",21120,72155 -"145425",21120,83526 -"145426",21120,89558 -"145427",21120,93136 -"145428",21120,100229 -"145429",21120,100332 -"145430",21120,109771 -"145431",21120,109832 -"145432",21120,111143 -"145433",21120,119662 -"145434",21120,119676 -"145435",21120,123165 -"145436",21121,22484 -"145437",21121,33067 -"145438",21121,43475 -"145439",21121,81761 -"145440",21121,88352 -"145441",21122,21686 -"145442",21122,56371 -"145443",21122,57950 -"145444",21122,62254 -"145445",21122,67999 -"145446",21122,71654 -"145447",21122,75948 -"145448",21122,94435 -"145449",21122,97899 -"145450",21122,97903 -"145451",21122,97915 -"145452",21122,97922 -"145453",21122,97943 -"145454",21122,103275 -"145455",21123,21916 -"145456",21124,21125 -"145457",21124,21215 -"145458",21124,25536 -"145459",21124,40416 -"145460",21124,73252 -"145461",21124,90864 -"145462",21124,111880 -"145463",21124,115347 -"145464",21125,21215 -"145465",21126,69446 -"145466",21127,76740 -"145467",21127,101112 -"145468",21127,116138 -"145469",21128,21270 -"145470",21128,21303 -"145471",21128,21342 -"145472",21128,21362 -"145473",21128,82793 -"145474",21130,21299 -"145475",21130,21358 -"145476",21130,22969 -"145477",21131,51287 -"145478",21131,61202 -"145479",21131,66609 -"145480",21131,84913 -"145481",21131,87447 -"145482",21131,93405 -"145483",21131,100024 -"145484",21131,116046 -"145485",21132,21133 -"145486",21132,36971 -"145487",21132,82879 -"145488",21133,36971 -"145489",21133,41713 -"145490",21133,74659 -"145491",21133,81250 -"145492",21133,83578 -"145493",21133,96144 -"145494",21133,96146 -"145495",21134,31468 -"145496",21135,21888 -"145497",21135,21912 -"145498",21135,21945 -"145499",21135,22047 -"145500",21135,22067 -"145501",21136,40637 -"145502",21136,50149 -"145503",21136,73601 -"145504",21136,78184 -"145505",21136,88724 -"145506",21137,36072 -"145507",21137,49256 -"145508",21137,56929 -"145509",21137,73008 -"145510",21137,76729 -"145511",21138,29435 -"145512",21138,44611 -"145513",21138,51017 -"145514",21138,55784 -"145515",21138,57644 -"145516",21138,71544 -"145517",21138,74731 -"145518",21138,74894 -"145519",21138,85895 -"145520",21138,87692 -"145521",21138,90802 -"145522",21138,90850 -"145523",21138,101395 -"145524",21138,101955 -"145525",21138,110650 -"145526",21139,64376 -"145527",21139,102647 -"145528",21140,25503 -"145529",21140,47055 -"145530",21141,22217 -"145531",21142,21920 -"145532",21142,22078 -"145533",21142,40736 -"145534",21142,66928 -"145535",21142,72678 -"145536",21143,42896 -"145537",21143,72900 -"145538",21143,87510 -"145539",21144,44151 -"145540",21144,58431 -"145541",21144,60155 -"145542",21144,61603 -"145543",21144,83705 -"145544",21144,84525 -"145545",21144,84535 -"145546",21144,113529 -"145547",21144,113560 -"145548",21145,23418 -"145549",21145,23610 -"145550",21145,27211 -"145551",21145,28283 -"145552",21145,29818 -"145553",21145,35571 -"145554",21145,48261 -"145555",21145,49339 -"145556",21145,49776 -"145557",21145,62591 -"145558",21145,84341 -"145559",21145,86070 -"145560",21145,115691 -"145561",21145,120998 -"145562",21146,21186 -"145563",21146,47896 -"145564",21146,71745 -"145565",21146,107421 -"145566",21147,61749 -"145567",21148,21308 -"145568",21148,24444 -"145569",21148,24497 -"145570",21148,24862 -"145571",21148,24887 -"145572",21148,24896 -"145573",21148,24928 -"145574",21148,24929 -"145575",21148,32583 -"145576",21148,33068 -"145577",21148,33251 -"145578",21148,36044 -"145579",21148,36405 -"145580",21148,38263 -"145581",21148,43481 -"145582",21148,55638 -"145583",21148,69455 -"145584",21148,75846 -"145585",21148,75858 -"145586",21148,81065 -"145587",21148,84074 -"145588",21149,23944 -"145589",21149,25367 -"145590",21149,43790 -"145591",21149,43920 -"145592",21149,48212 -"145593",21149,49071 -"145594",21150,21178 -"145595",21150,21363 -"145596",21150,27014 -"145597",21151,21752 -"145598",21151,22511 -"145599",21151,24716 -"145600",21151,48288 -"145601",21151,48444 -"145602",21151,52124 -"145603",21151,53765 -"145604",21151,59253 -"145605",21151,68194 -"145606",21151,68195 -"145607",21151,68393 -"145608",21151,80596 -"145609",21151,84372 -"145610",21151,90093 -"145611",21151,90840 -"145612",21151,111331 -"145613",21152,36339 -"145614",21152,53835 -"145615",21152,54825 -"145616",21152,54874 -"145617",21152,60890 -"145618",21154,21156 -"145619",21154,41494 -"145620",21154,64128 -"145621",21155,21298 -"145622",21155,22989 -"145623",21155,40314 -"145624",21155,67851 -"145625",21156,38108 -"145626",21157,22459 -"145627",21157,32142 -"145628",21157,106505 -"145629",21157,112229 -"145630",21158,24009 -"145631",21158,57229 -"145632",21158,82014 -"145633",21158,82022 -"145634",21158,99435 -"145635",21159,57040 -"145636",21159,64732 -"145637",21159,67996 -"145638",21159,80699 -"145639",21159,101920 -"145640",21159,120801 -"145641",21160,27359 -"145642",21160,31547 -"145643",21160,34018 -"145644",21160,46020 -"145645",21160,50507 -"145646",21160,50613 -"145647",21160,66512 -"145648",21161,21582 -"145649",21161,59950 -"145650",21161,59964 -"145651",21163,50739 -"145652",21163,52143 -"145653",21163,53954 -"145654",21163,99453 -"145655",21164,31880 -"145656",21164,34149 -"145657",21164,34316 -"145658",21164,62313 -"145659",21165,27061 -"145660",21165,39719 -"145661",21166,49238 -"145662",21166,81186 -"145663",21166,98790 -"145664",21167,21619 -"145665",21167,25435 -"145666",21167,35407 -"145667",21167,67597 -"145668",21167,69316 -"145669",21167,70159 -"145670",21167,72936 -"145671",21167,89062 -"145672",21167,89120 -"145673",21167,89606 -"145674",21167,90416 -"145675",21167,91060 -"145676",21167,91063 -"145677",21167,91397 -"145678",21167,93033 -"145679",21167,96155 -"145680",21167,96769 -"145681",21167,96771 -"145682",21167,98930 -"145683",21168,21228 -"145684",21168,44035 -"145685",21169,21332 -"145686",21170,21226 -"145687",21170,22588 -"145688",21170,22622 -"145689",21170,24902 -"145690",21171,21250 -"145691",21172,31404 -"145692",21172,36786 -"145693",21172,48478 -"145694",21172,72055 -"145695",21173,22000 -"145696",21173,40977 -"145697",21174,26113 -"145698",21174,54480 -"145699",21174,59505 -"145700",21174,67705 -"145701",21174,68101 -"145702",21174,68102 -"145703",21174,68120 -"145704",21174,68140 -"145705",21175,61048 -"145706",21176,21847 -"145707",21176,21849 -"145708",21176,22946 -"145709",21176,23252 -"145710",21176,28139 -"145711",21176,29468 -"145712",21176,30285 -"145713",21176,32452 -"145714",21176,33057 -"145715",21176,34303 -"145716",21176,34582 -"145717",21176,38576 -"145718",21176,41686 -"145719",21176,42129 -"145720",21176,42216 -"145721",21176,42273 -"145722",21176,43713 -"145723",21176,44100 -"145724",21176,45302 -"145725",21176,48359 -"145726",21176,50701 -"145727",21176,51017 -"145728",21176,51021 -"145729",21176,51035 -"145730",21176,51046 -"145731",21176,51047 -"145732",21176,54848 -"145733",21176,57225 -"145734",21176,57744 -"145735",21176,60370 -"145736",21176,60371 -"145737",21176,63746 -"145738",21176,65028 -"145739",21176,66023 -"145740",21176,69827 -"145741",21176,71127 -"145742",21176,87329 -"145743",21176,87332 -"145744",21176,87333 -"145745",21177,24180 -"145746",21177,40282 -"145747",21177,120824 -"145748",21178,21363 -"145749",21178,21882 -"145750",21178,23807 -"145751",21178,24630 -"145752",21178,27014 -"145753",21178,33281 -"145754",21178,33990 -"145755",21178,36374 -"145756",21178,43191 -"145757",21178,44983 -"145758",21178,53134 -"145759",21178,53618 -"145760",21178,54593 -"145761",21178,55363 -"145762",21178,63328 -"145763",21178,75772 -"145764",21178,85476 -"145765",21178,88542 -"145766",21178,90968 -"145767",21178,91848 -"145768",21178,94718 -"145769",21179,21197 -"145770",21179,21198 -"145771",21179,21285 -"145772",21179,24612 -"145773",21179,44148 -"145774",21179,48816 -"145775",21179,58723 -"145776",21179,59693 -"145777",21179,63048 -"145778",21179,63239 -"145779",21179,67511 -"145780",21179,70338 -"145781",21179,77950 -"145782",21179,86167 -"145783",21179,86520 -"145784",21180,21623 -"145785",21180,26008 -"145786",21180,27450 -"145787",21180,34162 -"145788",21180,76497 -"145789",21181,32088 -"145790",21183,28424 -"145791",21183,33303 -"145792",21183,51922 -"145793",21183,52047 -"145794",21183,53512 -"145795",21183,65273 -"145796",21183,68954 -"145797",21183,90828 -"145798",21183,93319 -"145799",21183,93384 -"145800",21183,96392 -"145801",21183,104432 -"145802",21183,107555 -"145803",21184,21621 -"145804",21184,29469 -"145805",21184,29502 -"145806",21184,29523 -"145807",21184,29528 -"145808",21184,33622 -"145809",21184,34154 -"145810",21184,37399 -"145811",21184,54366 -"145812",21185,21351 -"145813",21185,21988 -"145814",21186,50582 -"145815",21186,67373 -"145816",21186,86010 -"145817",21187,23467 -"145818",21187,52918 -"145819",21187,82510 -"145820",21187,85958 -"145821",21187,93198 -"145822",21188,36422 -"145823",21188,58177 -"145824",21189,43134 -"145825",21189,54543 -"145826",21190,37056 -"145827",21190,37057 -"145828",21190,37118 -"145829",21190,37165 -"145830",21190,37166 -"145831",21190,82918 -"145832",21191,21234 -"145833",21191,21320 -"145834",21192,21939 -"145835",21192,21955 -"145836",21192,29597 -"145837",21192,31604 -"145838",21192,32009 -"145839",21192,49891 -"145840",21192,57664 -"145841",21192,57728 -"145842",21192,57735 -"145843",21192,57756 -"145844",21193,25492 -"145845",21193,26998 -"145846",21193,27585 -"145847",21193,27681 -"145848",21193,28035 -"145849",21193,37047 -"145850",21193,37750 -"145851",21193,38237 -"145852",21193,38245 -"145853",21193,39122 -"145854",21193,51906 -"145855",21193,85552 -"145856",21194,48180 -"145857",21194,113949 -"145858",21195,36390 -"145859",21195,41922 -"145860",21196,27977 -"145861",21196,28438 -"145862",21196,35503 -"145863",21196,44687 -"145864",21196,49495 -"145865",21196,74711 -"145866",21196,88311 -"145867",21196,92616 -"145868",21196,96255 -"145869",21196,98181 -"145870",21196,101597 -"145871",21196,106991 -"145872",21197,21198 -"145873",21197,21285 -"145874",21197,58652 -"145875",21197,82180 -"145876",21198,21285 -"145877",21198,22282 -"145878",21198,23134 -"145879",21198,23450 -"145880",21198,23697 -"145881",21198,26749 -"145882",21198,29705 -"145883",21198,31539 -"145884",21198,36356 -"145885",21198,36972 -"145886",21198,38772 -"145887",21198,43385 -"145888",21198,44082 -"145889",21198,46723 -"145890",21198,49129 -"145891",21198,49302 -"145892",21198,50219 -"145893",21198,50565 -"145894",21198,52197 -"145895",21198,52576 -"145896",21198,53250 -"145897",21198,58508 -"145898",21198,66280 -"145899",21198,68801 -"145900",21198,71342 -"145901",21198,72956 -"145902",21198,76285 -"145903",21198,78025 -"145904",21198,81440 -"145905",21198,81493 -"145906",21198,82410 -"145907",21198,82442 -"145908",21198,82949 -"145909",21198,84138 -"145910",21198,84193 -"145911",21198,85821 -"145912",21198,94262 -"145913",21198,94826 -"145914",21198,101999 -"145915",21198,105490 -"145916",21199,21222 -"145917",21199,27062 -"145918",21199,33264 -"145919",21199,35042 -"145920",21199,35093 -"145921",21199,52972 -"145922",21199,54260 -"145923",21199,66052 -"145924",21199,75286 -"145925",21199,77913 -"145926",21199,83763 -"145927",21199,84333 -"145928",21199,90488 -"145929",21199,107901 -"145930",21200,47473 -"145931",21200,61414 -"145932",21201,27959 -"145933",21201,34437 -"145934",21201,35429 -"145935",21201,79308 -"145936",21201,79823 -"145937",21201,92993 -"145938",21201,95138 -"145939",21201,112273 -"145940",21202,26478 -"145941",21202,26556 -"145942",21202,44780 -"145943",21204,48037 -"145944",21206,60591 -"145945",21206,69032 -"145946",21207,24451 -"145947",21207,26599 -"145948",21207,27500 -"145949",21207,38749 -"145950",21207,40380 -"145951",21207,41581 -"145952",21207,43642 -"145953",21207,67623 -"145954",21207,68018 -"145955",21207,73684 -"145956",21207,76972 -"145957",21207,81473 -"145958",21209,21213 -"145959",21209,23735 -"145960",21209,24009 -"145961",21209,24627 -"145962",21209,39604 -"145963",21209,41282 -"145964",21209,91017 -"145965",21210,76590 -"145966",21210,93333 -"145967",21211,40959 -"145968",21211,78893 -"145969",21212,21244 -"145970",21213,23226 -"145971",21213,23860 -"145972",21213,24009 -"145973",21213,24186 -"145974",21213,24232 -"145975",21213,37037 -"145976",21213,38969 -"145977",21213,44334 -"145978",21213,44433 -"145979",21213,44603 -"145980",21213,50349 -"145981",21213,61551 -"145982",21213,91616 -"145983",21214,21502 -"145984",21214,34809 -"145985",21214,36899 -"145986",21214,46573 -"145987",21214,57912 -"145988",21214,82115 -"145989",21215,27498 -"145990",21215,79800 -"145991",21215,118438 -"145992",21215,120126 -"145993",21215,120150 -"145994",21216,33357 -"145995",21216,54982 -"145996",21217,21887 -"145997",21218,21862 -"145998",21218,22089 -"145999",21219,21220 -"146000",21219,21240 -"146001",21219,21241 -"146002",21219,21256 -"146003",21219,32442 -"146004",21219,34033 -"146005",21219,41062 -"146006",21219,46050 -"146007",21219,64021 -"146008",21219,101250 -"146009",21219,117163 -"146010",21220,21240 -"146011",21220,21241 -"146012",21220,21256 -"146013",21220,23385 -"146014",21220,27686 -"146015",21220,38817 -"146016",21220,39950 -"146017",21220,41881 -"146018",21220,43067 -"146019",21220,44873 -"146020",21220,62856 -"146021",21220,63183 -"146022",21220,63844 -"146023",21220,65802 -"146024",21220,73476 -"146025",21220,74055 -"146026",21220,74202 -"146027",21220,77433 -"146028",21220,84620 -"146029",21220,92835 -"146030",21220,92860 -"146031",21220,96634 -"146032",21220,97188 -"146033",21220,98133 -"146034",21220,98181 -"146035",21220,110281 -"146036",21220,110287 -"146037",21220,110300 -"146038",21220,110309 -"146039",21220,116115 -"146040",21221,85653 -"146041",21223,75873 -"146042",21223,87106 -"146043",21223,87749 -"146044",21223,115096 -"146045",21223,122675 -"146046",21224,44578 -"146047",21224,49800 -"146048",21224,55254 -"146049",21224,58629 -"146050",21224,106162 -"146051",21224,115155 -"146052",21224,117765 -"146053",21224,117767 -"146054",21225,26793 -"146055",21225,27543 -"146056",21225,37708 -"146057",21225,38701 -"146058",21225,46636 -"146059",21225,49997 -"146060",21225,57501 -"146061",21225,57525 -"146062",21225,76275 -"146063",21225,76315 -"146064",21225,76515 -"146065",21226,22588 -"146066",21226,22622 -"146067",21226,24902 -"146068",21227,27154 -"146069",21227,66897 -"146070",21227,74014 -"146071",21227,75744 -"146072",21228,25768 -"146073",21229,21422 -"146074",21229,23001 -"146075",21229,42450 -"146076",21229,42799 -"146077",21229,48773 -"146078",21229,56045 -"146079",21229,71253 -"146080",21229,85947 -"146081",21229,115902 -"146082",21230,44156 -"146083",21230,66248 -"146084",21230,84191 -"146085",21231,23988 -"146086",21231,31213 -"146087",21231,38752 -"146088",21231,40719 -"146089",21231,60385 -"146090",21231,78560 -"146091",21232,65168 -"146092",21233,22422 -"146093",21233,35888 -"146094",21233,40913 -"146095",21233,44022 -"146096",21233,56373 -"146097",21233,87053 -"146098",21233,109682 -"146099",21233,109873 -"146100",21233,109889 -"146101",21233,109898 -"146102",21233,109907 -"146103",21234,21320 -"146104",21235,39134 -"146105",21235,53737 -"146106",21236,21807 -"146107",21236,28621 -"146108",21236,28760 -"146109",21236,31508 -"146110",21236,53512 -"146111",21236,53749 -"146112",21236,57216 -"146113",21236,57241 -"146114",21236,57856 -"146115",21236,79817 -"146116",21236,80303 -"146117",21236,81359 -"146118",21236,91979 -"146119",21236,92865 -"146120",21236,92880 -"146121",21236,92896 -"146122",21238,48807 -"146123",21238,61937 -"146124",21238,62908 -"146125",21238,64966 -"146126",21238,65079 -"146127",21239,22003 -"146128",21240,21241 -"146129",21240,21256 -"146130",21240,31918 -"146131",21240,63844 -"146132",21240,72597 -"146133",21240,74055 -"146134",21240,76601 -"146135",21240,92835 -"146136",21240,92860 -"146137",21240,96634 -"146138",21240,97188 -"146139",21240,98133 -"146140",21240,101371 -"146141",21240,106791 -"146142",21241,21256 -"146143",21241,24380 -"146144",21241,31918 -"146145",21241,53172 -"146146",21241,65802 -"146147",21241,69377 -"146148",21241,74055 -"146149",21241,79100 -"146150",21241,94622 -"146151",21241,98133 -"146152",21242,27230 -"146153",21242,57974 -"146154",21242,77968 -"146155",21242,90962 -"146156",21242,106980 -"146157",21243,28449 -"146158",21245,27149 -"146159",21245,29402 -"146160",21245,85776 -"146161",21245,87254 -"146162",21246,86347 -"146163",21246,86840 -"146164",21247,25382 -"146165",21247,55507 -"146166",21247,64906 -"146167",21248,23141 -"146168",21248,27402 -"146169",21248,27624 -"146170",21248,35907 -"146171",21248,42040 -"146172",21248,42837 -"146173",21248,48082 -"146174",21248,48157 -"146175",21248,48186 -"146176",21248,50866 -"146177",21249,22591 -"146178",21249,25191 -"146179",21249,35186 -"146180",21249,35877 -"146181",21249,35885 -"146182",21249,44193 -"146183",21249,60956 -"146184",21249,84268 -"146185",21249,115544 -"146186",21250,61349 -"146187",21250,81392 -"146188",21252,21269 -"146189",21252,32414 -"146190",21252,33088 -"146191",21252,45992 -"146192",21252,72797 -"146193",21253,98260 -"146194",21254,22491 -"146195",21254,22492 -"146196",21255,53425 -"146197",21255,55367 -"146198",21255,90075 -"146199",21255,98528 -"146200",21256,43690 -"146201",21256,52830 -"146202",21256,92835 -"146203",21256,92860 -"146204",21256,96634 -"146205",21256,97188 -"146206",21256,104098 -"146207",21257,22519 -"146208",21257,122650 -"146209",21257,123050 -"146210",21257,123092 -"146211",21257,123111 -"146212",21258,29158 -"146213",21258,85075 -"146214",21258,85162 -"146215",21259,30340 -"146216",21259,38042 -"146217",21259,49954 -"146218",21259,60477 -"146219",21259,64636 -"146220",21259,85880 -"146221",21259,88473 -"146222",21259,94403 -"146223",21259,101210 -"146224",21260,23257 -"146225",21260,44289 -"146226",21260,47423 -"146227",21260,52345 -"146228",21260,59939 -"146229",21260,76249 -"146230",21261,62588 -"146231",21261,63294 -"146232",21261,76723 -"146233",21261,90738 -"146234",21261,99205 -"146235",21262,32233 -"146236",21262,91476 -"146237",21263,35186 -"146238",21263,35334 -"146239",21263,36066 -"146240",21263,51303 -"146241",21264,24526 -"146242",21264,40816 -"146243",21264,51703 -"146244",21264,55787 -"146245",21264,64139 -"146246",21264,66282 -"146247",21264,66357 -"146248",21264,91877 -"146249",21264,102171 -"146250",21264,120582 -"146251",21265,92270 -"146252",21266,27500 -"146253",21266,40492 -"146254",21266,43207 -"146255",21266,50581 -"146256",21266,63873 -"146257",21266,76623 -"146258",21266,89865 -"146259",21266,95417 -"146260",21266,96263 -"146261",21266,101908 -"146262",21266,110996 -"146263",21266,112083 -"146264",21267,26948 -"146265",21268,99381 -"146266",21269,25757 -"146267",21269,29456 -"146268",21269,30256 -"146269",21269,31492 -"146270",21269,37339 -"146271",21269,40695 -"146272",21269,51654 -"146273",21269,52653 -"146274",21269,71296 -"146275",21269,73384 -"146276",21269,82767 -"146277",21269,83180 -"146278",21269,83949 -"146279",21269,88714 -"146280",21269,105061 -"146281",21270,21303 -"146282",21270,21342 -"146283",21270,21362 -"146284",21271,21323 -"146285",21272,21273 -"146286",21272,22589 -"146287",21272,22875 -"146288",21272,34069 -"146289",21272,81623 -"146290",21273,82821 -"146291",21274,26874 -"146292",21274,36344 -"146293",21274,40731 -"146294",21274,49477 -"146295",21274,52086 -"146296",21274,54117 -"146297",21274,95909 -"146298",21274,95955 -"146299",21274,102426 -"146300",21274,113525 -"146301",21274,119433 -"146302",21275,22025 -"146303",21275,24213 -"146304",21275,24789 -"146305",21275,27147 -"146306",21275,34898 -"146307",21275,43077 -"146308",21275,67221 -"146309",21275,79668 -"146310",21275,80012 -"146311",21275,89771 -"146312",21275,118545 -"146313",21276,27845 -"146314",21276,36136 -"146315",21276,38699 -"146316",21276,45443 -"146317",21276,53013 -"146318",21276,54287 -"146319",21276,56338 -"146320",21276,63878 -"146321",21276,68014 -"146322",21276,78548 -"146323",21276,93208 -"146324",21277,23636 -"146325",21277,24592 -"146326",21277,27215 -"146327",21277,69369 -"146328",21278,23466 -"146329",21278,23700 -"146330",21278,23751 -"146331",21278,46321 -"146332",21278,46345 -"146333",21278,46351 -"146334",21278,46383 -"146335",21278,66803 -"146336",21279,21372 -"146337",21279,40715 -"146338",21279,72287 -"146339",21279,72528 -"146340",21279,72542 -"146341",21279,72551 -"146342",21280,25259 -"146343",21280,39950 -"146344",21280,107501 -"146345",21281,42236 -"146346",21281,42284 -"146347",21282,36278 -"146348",21283,21851 -"146349",21283,24597 -"146350",21283,25090 -"146351",21283,25747 -"146352",21283,28119 -"146353",21283,30668 -"146354",21283,30669 -"146355",21283,31410 -"146356",21283,31435 -"146357",21283,31449 -"146358",21283,31506 -"146359",21283,37697 -"146360",21283,38813 -"146361",21283,45462 -"146362",21283,48352 -"146363",21283,48379 -"146364",21283,48757 -"146365",21284,21315 -"146366",21284,21367 -"146367",21284,24811 -"146368",21284,34366 -"146369",21284,36404 -"146370",21284,36895 -"146371",21284,37010 -"146372",21284,53314 -"146373",21284,58911 -"146374",21284,82147 -"146375",21284,85530 -"146376",21284,85583 -"146377",21285,84298 -"146378",21286,26133 -"146379",21286,29253 -"146380",21286,91152 -"146381",21286,97886 -"146382",21286,107829 -"146383",21287,28261 -"146384",21287,29882 -"146385",21287,97182 -"146386",21287,109228 -"146387",21288,37278 -"146388",21288,42666 -"146389",21288,56245 -"146390",21288,73919 -"146391",21288,88650 -"146392",21289,21344 -"146393",21289,35558 -"146394",21289,45572 -"146395",21289,45644 -"146396",21289,49259 -"146397",21289,53340 -"146398",21289,82235 -"146399",21289,83983 -"146400",21289,84312 -"146401",21289,87054 -"146402",21289,87870 -"146403",21289,91156 -"146404",21289,91514 -"146405",21289,96356 -"146406",21289,101447 -"146407",21289,101590 -"146408",21289,103011 -"146409",21289,105435 -"146410",21290,44447 -"146411",21290,45839 -"146412",21290,57446 -"146413",21290,62453 -"146414",21290,63375 -"146415",21290,64172 -"146416",21290,65088 -"146417",21290,78305 -"146418",21290,84287 -"146419",21290,90533 -"146420",21290,93856 -"146421",21290,94172 -"146422",21291,27656 -"146423",21292,25564 -"146424",21292,25841 -"146425",21292,28030 -"146426",21292,31020 -"146427",21292,38557 -"146428",21292,49700 -"146429",21292,65969 -"146430",21293,22553 -"146431",21293,24770 -"146432",21293,33604 -"146433",21293,36121 -"146434",21293,38439 -"146435",21293,43224 -"146436",21293,48605 -"146437",21293,53708 -"146438",21293,65265 -"146439",21294,21325 -"146440",21295,52720 -"146441",21295,62126 -"146442",21296,64021 -"146443",21297,25348 -"146444",21297,42022 -"146445",21297,52172 -"146446",21297,69979 -"146447",21297,78186 -"146448",21297,80221 -"146449",21297,112772 -"146450",21298,22989 -"146451",21298,34117 -"146452",21298,40314 -"146453",21298,54776 -"146454",21298,54800 -"146455",21298,69683 -"146456",21298,72470 -"146457",21298,105366 -"146458",21299,21358 -"146459",21299,22345 -"146460",21299,22533 -"146461",21299,22546 -"146462",21299,22731 -"146463",21299,23048 -"146464",21299,28648 -"146465",21299,33687 -"146466",21299,48980 -"146467",21299,52179 -"146468",21299,52328 -"146469",21299,54816 -"146470",21299,111620 -"146471",21301,56797 -"146472",21301,82716 -"146473",21301,89815 -"146474",21302,28966 -"146475",21302,52680 -"146476",21302,57904 -"146477",21302,59203 -"146478",21302,73332 -"146479",21302,82453 -"146480",21302,87924 -"146481",21302,87932 -"146482",21302,87942 -"146483",21303,21342 -"146484",21303,21362 -"146485",21303,37010 -"146486",21303,96405 -"146487",21304,26926 -"146488",21304,33350 -"146489",21304,41085 -"146490",21304,53252 -"146491",21304,57341 -"146492",21304,62605 -"146493",21304,67067 -"146494",21304,78872 -"146495",21304,79806 -"146496",21304,92592 -"146497",21304,102732 -"146498",21304,106017 -"146499",21304,123297 -"146500",21305,21707 -"146501",21305,22597 -"146502",21305,22668 -"146503",21305,22669 -"146504",21305,22683 -"146505",21305,22684 -"146506",21305,31838 -"146507",21305,74844 -"146508",21306,22048 -"146509",21306,59573 -"146510",21307,32985 -"146511",21308,32717 -"146512",21309,27313 -"146513",21310,47355 -"146514",21310,74086 -"146515",21311,32748 -"146516",21311,47067 -"146517",21311,60730 -"146518",21311,108632 -"146519",21311,108646 -"146520",21311,111270 -"146521",21312,21373 -"146522",21312,21647 -"146523",21313,26648 -"146524",21313,40326 -"146525",21313,49048 -"146526",21313,111249 -"146527",21314,21330 -"146528",21314,23362 -"146529",21314,23482 -"146530",21314,29181 -"146531",21314,83269 -"146532",21315,21367 -"146533",21315,36404 -"146534",21315,53314 -"146535",21315,82147 -"146536",21315,85530 -"146537",21315,85583 -"146538",21317,121012 -"146539",21318,70896 -"146540",21319,51903 -"146541",21319,101337 -"146542",21320,67611 -"146543",21322,46848 -"146544",21322,55075 -"146545",21322,65591 -"146546",21322,85193 -"146547",21323,36306 -"146548",21324,26375 -"146549",21324,34550 -"146550",21324,48561 -"146551",21325,58601 -"146552",21325,59164 -"146553",21325,64925 -"146554",21325,80058 -"146555",21325,80152 -"146556",21325,85525 -"146557",21325,91210 -"146558",21325,93184 -"146559",21325,98791 -"146560",21325,98804 -"146561",21326,23741 -"146562",21326,35808 -"146563",21326,72257 -"146564",21326,104293 -"146565",21327,34953 -"146566",21328,29668 -"146567",21328,77191 -"146568",21328,84715 -"146569",21328,112161 -"146570",21328,113689 -"146571",21329,28855 -"146572",21329,33434 -"146573",21329,35908 -"146574",21329,35938 -"146575",21329,35939 -"146576",21329,35940 -"146577",21329,36011 -"146578",21329,36012 -"146579",21329,36013 -"146580",21329,36060 -"146581",21329,36178 -"146582",21330,21693 -"146583",21330,23362 -"146584",21330,23482 -"146585",21330,23509 -"146586",21330,27112 -"146587",21330,27586 -"146588",21330,29486 -"146589",21330,31609 -"146590",21330,31957 -"146591",21330,32131 -"146592",21330,32296 -"146593",21330,33473 -"146594",21330,40028 -"146595",21330,45352 -"146596",21330,48284 -"146597",21330,58918 -"146598",21330,60878 -"146599",21330,79082 -"146600",21330,85089 -"146601",21330,87048 -"146602",21330,87051 -"146603",21330,89736 -"146604",21330,107271 -"146605",21330,107291 -"146606",21331,31085 -"146607",21331,32338 -"146608",21331,34946 -"146609",21331,39216 -"146610",21331,39373 -"146611",21331,50815 -"146612",21331,52276 -"146613",21331,54161 -"146614",21331,63129 -"146615",21331,63690 -"146616",21331,65028 -"146617",21331,72674 -"146618",21331,79033 -"146619",21331,118657 -"146620",21332,73851 -"146621",21332,73860 -"146622",21333,90762 -"146623",21333,90960 -"146624",21334,31907 -"146625",21334,36502 -"146626",21334,53275 -"146627",21334,62824 -"146628",21334,74406 -"146629",21334,92986 -"146630",21334,107863 -"146631",21335,68452 -"146632",21336,69558 -"146633",21337,22167 -"146634",21337,26700 -"146635",21337,32628 -"146636",21337,33845 -"146637",21337,41759 -"146638",21337,54109 -"146639",21337,92217 -"146640",21337,94997 -"146641",21337,101125 -"146642",21338,21343 -"146643",21339,51132 -"146644",21340,22692 -"146645",21340,40028 -"146646",21340,53005 -"146647",21340,59939 -"146648",21340,72202 -"146649",21340,92609 -"146650",21340,102264 -"146651",21341,71049 -"146652",21341,77017 -"146653",21341,87806 -"146654",21342,21362 -"146655",21342,39983 -"146656",21344,57883 -"146657",21344,83983 -"146658",21344,84312 -"146659",21345,49773 -"146660",21346,24270 -"146661",21346,33443 -"146662",21346,34608 -"146663",21346,36197 -"146664",21346,36373 -"146665",21346,39294 -"146666",21346,45684 -"146667",21346,49608 -"146668",21346,55703 -"146669",21346,55706 -"146670",21346,55803 -"146671",21346,57246 -"146672",21346,57414 -"146673",21346,63012 -"146674",21346,71500 -"146675",21346,89105 -"146676",21346,91935 -"146677",21346,92657 -"146678",21346,95321 -"146679",21346,96828 -"146680",21346,99334 -"146681",21346,105334 -"146682",21346,113599 -"146683",21346,120110 -"146684",21347,22484 -"146685",21347,30019 -"146686",21347,33925 -"146687",21347,41019 -"146688",21347,41910 -"146689",21347,63641 -"146690",21347,65497 -"146691",21347,66717 -"146692",21347,71380 -"146693",21347,72307 -"146694",21347,72535 -"146695",21347,77535 -"146696",21347,79568 -"146697",21347,91164 -"146698",21347,95721 -"146699",21347,96007 -"146700",21347,98257 -"146701",21347,99435 -"146702",21348,33840 -"146703",21349,44384 -"146704",21349,68712 -"146705",21350,69384 -"146706",21351,21988 -"146707",21351,43261 -"146708",21351,52344 -"146709",21351,72866 -"146710",21352,29279 -"146711",21352,33500 -"146712",21352,44190 -"146713",21352,52257 -"146714",21352,62689 -"146715",21352,76996 -"146716",21352,79722 -"146717",21352,79917 -"146718",21352,79956 -"146719",21352,79963 -"146720",21352,80050 -"146721",21352,82131 -"146722",21352,82948 -"146723",21352,91637 -"146724",21352,91772 -"146725",21352,92163 -"146726",21352,105512 -"146727",21352,122134 -"146728",21352,122825 -"146729",21353,22329 -"146730",21353,25691 -"146731",21353,25765 -"146732",21353,25915 -"146733",21353,30016 -"146734",21353,32266 -"146735",21353,36468 -"146736",21353,41812 -"146737",21353,47252 -"146738",21353,66793 -"146739",21353,66839 -"146740",21353,88097 -"146741",21354,22465 -"146742",21354,46957 -"146743",21354,62653 -"146744",21354,62971 -"146745",21354,72215 -"146746",21354,82240 -"146747",21354,99523 -"146748",21355,21801 -"146749",21356,49341 -"146750",21357,21516 -"146751",21357,22455 -"146752",21357,27788 -"146753",21357,32633 -"146754",21357,36259 -"146755",21357,44194 -"146756",21357,47503 -"146757",21357,49868 -"146758",21357,61306 -"146759",21357,61320 -"146760",21357,61322 -"146761",21357,61332 -"146762",21357,61578 -"146763",21357,61613 -"146764",21357,76552 -"146765",21357,76560 -"146766",21357,98912 -"146767",21358,22873 -"146768",21358,23048 -"146769",21358,23057 -"146770",21358,28648 -"146771",21358,29939 -"146772",21358,34274 -"146773",21358,35304 -"146774",21358,41227 -"146775",21358,41489 -"146776",21358,45297 -"146777",21358,48823 -"146778",21358,52746 -"146779",21358,55481 -"146780",21358,61431 -"146781",21358,62269 -"146782",21358,63827 -"146783",21358,68236 -"146784",21358,68967 -"146785",21358,76580 -"146786",21358,76589 -"146787",21358,81904 -"146788",21358,85678 -"146789",21358,90509 -"146790",21358,93626 -"146791",21358,93642 -"146792",21358,96503 -"146793",21358,101971 -"146794",21359,60821 -"146795",21359,100725 -"146796",21359,100729 -"146797",21360,23467 -"146798",21361,31488 -"146799",21361,65733 -"146800",21361,67047 -"146801",21361,72460 -"146802",21361,86429 -"146803",21361,110742 -"146804",21362,79232 -"146805",21363,27014 -"146806",21364,35433 -"146807",21364,37064 -"146808",21364,96400 -"146809",21365,26288 -"146810",21366,28685 -"146811",21367,24811 -"146812",21367,36404 -"146813",21367,53314 -"146814",21367,82147 -"146815",21367,85530 -"146816",21367,85583 -"146817",21368,22417 -"146818",21368,45648 -"146819",21368,52191 -"146820",21368,52263 -"146821",21368,52471 -"146822",21368,61599 -"146823",21368,63171 -"146824",21368,86612 -"146825",21368,86620 -"146826",21368,91082 -"146827",21368,107729 -"146828",21369,22351 -"146829",21369,30524 -"146830",21369,31751 -"146831",21369,34988 -"146832",21369,36031 -"146833",21369,51184 -"146834",21369,60883 -"146835",21369,82064 -"146836",21369,82533 -"146837",21369,83680 -"146838",21369,83744 -"146839",21369,89681 -"146840",21369,90234 -"146841",21369,90321 -"146842",21370,22245 -"146843",21371,24863 -"146844",21371,50038 -"146845",21371,61687 -"146846",21371,73948 -"146847",21371,77163 -"146848",21372,30811 -"146849",21372,31035 -"146850",21372,51032 -"146851",21372,51092 -"146852",21372,57829 -"146853",21372,57973 -"146854",21372,62664 -"146855",21372,74786 -"146856",21372,76374 -"146857",21372,78845 -"146858",21372,78846 -"146859",21372,80412 -"146860",21372,82869 -"146861",21372,85308 -"146862",21372,88840 -"146863",21372,91189 -"146864",21372,96457 -"146865",21372,104799 -"146866",21373,21647 -"146867",21373,35185 -"146868",21373,35242 -"146869",21373,51332 -"146870",21373,51333 -"146871",21373,51344 -"146872",21373,51345 -"146873",21373,51378 -"146874",21373,51416 -"146875",21374,24280 -"146876",21374,36986 -"146877",21374,37471 -"146878",21374,37855 -"146879",21374,43696 -"146880",21374,44813 -"146881",21374,51011 -"146882",21374,54664 -"146883",21375,21851 -"146884",21375,29721 -"146885",21376,21377 -"146886",21376,29539 -"146887",21376,33777 -"146888",21376,38953 -"146889",21376,39445 -"146890",21376,41028 -"146891",21376,53740 -"146892",21376,70124 -"146893",21376,86730 -"146894",21377,57278 -"146895",21377,64191 -"146896",21377,116544 -"146897",21378,36201 -"146898",21379,48199 -"146899",21379,55674 -"146900",21379,100411 -"146901",21379,106446 -"146902",21380,58992 -"146903",21380,61293 -"146904",21380,98785 -"146905",21380,109703 -"146906",21381,22397 -"146907",21382,31594 -"146908",21383,21455 -"146909",21383,21593 -"146910",21383,27075 -"146911",21383,52573 -"146912",21383,78138 -"146913",21383,82171 -"146914",21384,21452 -"146915",21384,30900 -"146916",21384,31010 -"146917",21384,31034 -"146918",21384,35428 -"146919",21384,56106 -"146920",21384,74830 -"146921",21384,74997 -"146922",21385,23180 -"146923",21385,45075 -"146924",21385,66903 -"146925",21385,106397 -"146926",21386,21745 -"146927",21387,39819 -"146928",21387,52619 -"146929",21387,52912 -"146930",21387,82032 -"146931",21388,41855 -"146932",21388,46451 -"146933",21388,57999 -"146934",21388,79169 -"146935",21388,104235 -"146936",21388,104237 -"146937",21388,104259 -"146938",21389,21523 -"146939",21389,22466 -"146940",21389,37373 -"146941",21389,42574 -"146942",21389,49739 -"146943",21389,70076 -"146944",21389,120021 -"146945",21391,33975 -"146946",21391,40319 -"146947",21391,40340 -"146948",21392,21703 -"146949",21392,28748 -"146950",21392,33330 -"146951",21392,40338 -"146952",21392,43371 -"146953",21392,43419 -"146954",21392,45166 -"146955",21392,50781 -"146956",21392,52035 -"146957",21392,53204 -"146958",21392,64993 -"146959",21392,65358 -"146960",21392,84574 -"146961",21392,91566 -"146962",21393,34445 -"146963",21393,41570 -"146964",21393,59062 -"146965",21393,59925 -"146966",21393,73058 -"146967",21393,80085 -"146968",21393,80895 -"146969",21393,82710 -"146970",21393,84503 -"146971",21393,91017 -"146972",21393,102555 -"146973",21393,106852 -"146974",21393,106857 -"146975",21393,106897 -"146976",21393,106901 -"146977",21393,108481 -"146978",21394,23531 -"146979",21394,34767 -"146980",21394,59755 -"146981",21394,66708 -"146982",21394,76824 -"146983",21394,90626 -"146984",21394,115455 -"146985",21395,37063 -"146986",21395,53837 -"146987",21395,81934 -"146988",21395,88149 -"146989",21395,88359 -"146990",21395,97689 -"146991",21395,100791 -"146992",21395,104830 -"146993",21396,21533 -"146994",21396,39147 -"146995",21397,21592 -"146996",21397,37785 -"146997",21397,37810 -"146998",21397,45227 -"146999",21397,63708 -"147000",21397,104396 -"147001",21397,107153 -"147002",21397,107184 -"147003",21397,109300 -"147004",21398,21474 -"147005",21399,30490 -"147006",21399,38547 -"147007",21399,64891 -"147008",21399,67041 -"147009",21399,78568 -"147010",21399,81912 -"147011",21399,114749 -"147012",21400,29923 -"147013",21400,83164 -"147014",21400,84408 -"147015",21401,34129 -"147016",21401,37507 -"147017",21401,77001 -"147018",21401,83526 -"147019",21402,21570 -"147020",21402,22930 -"147021",21402,27885 -"147022",21402,56700 -"147023",21402,60811 -"147024",21402,65945 -"147025",21402,65985 -"147026",21402,110735 -"147027",21403,26064 -"147028",21403,43225 -"147029",21403,70408 -"147030",21403,92299 -"147031",21403,99732 -"147032",21403,101302 -"147033",21403,103875 -"147034",21404,21428 -"147035",21404,21434 -"147036",21404,25936 -"147037",21404,29437 -"147038",21404,31819 -"147039",21404,32340 -"147040",21404,33401 -"147041",21404,33665 -"147042",21404,38301 -"147043",21404,42214 -"147044",21404,50265 -"147045",21404,63332 -"147046",21404,75576 -"147047",21404,86513 -"147048",21404,96279 -"147049",21404,97833 -"147050",21404,105778 -"147051",21404,117348 -"147052",21405,48155 -"147053",21405,60066 -"147054",21405,64502 -"147055",21405,70219 -"147056",21405,76542 -"147057",21405,80882 -"147058",21405,99773 -"147059",21405,113757 -"147060",21406,42574 -"147061",21406,76478 -"147062",21406,86065 -"147063",21406,92093 -"147064",21407,26496 -"147065",21407,33388 -"147066",21407,33727 -"147067",21407,49124 -"147068",21407,49178 -"147069",21407,49987 -"147070",21407,54124 -"147071",21408,21409 -"147072",21408,25285 -"147073",21408,33697 -"147074",21408,35696 -"147075",21408,41612 -"147076",21408,43283 -"147077",21408,44536 -"147078",21408,58082 -"147079",21408,112750 -"147080",21409,78968 -"147081",21410,21497 -"147082",21410,32165 -"147083",21410,37005 -"147084",21410,47719 -"147085",21411,27187 -"147086",21411,31658 -"147087",21411,45506 -"147088",21411,48434 -"147089",21411,84434 -"147090",21411,105616 -"147091",21412,31643 -"147092",21412,63194 -"147093",21412,98537 -"147094",21412,121333 -"147095",21413,26523 -"147096",21413,27258 -"147097",21413,89331 -"147098",21413,101693 -"147099",21415,27694 -"147100",21415,30650 -"147101",21415,30852 -"147102",21415,37246 -"147103",21415,53920 -"147104",21415,56695 -"147105",21415,60001 -"147106",21415,62116 -"147107",21415,63326 -"147108",21416,27755 -"147109",21416,65379 -"147110",21416,110656 -"147111",21417,24571 -"147112",21417,27047 -"147113",21417,29579 -"147114",21417,31826 -"147115",21417,31985 -"147116",21417,32008 -"147117",21417,33360 -"147118",21417,34594 -"147119",21417,37512 -"147120",21417,72567 -"147121",21417,84122 -"147122",21417,84517 -"147123",21417,88435 -"147124",21418,21527 -"147125",21418,21591 -"147126",21419,83228 -"147127",21419,86357 -"147128",21420,23816 -"147129",21420,26623 -"147130",21420,29172 -"147131",21420,29332 -"147132",21420,30622 -"147133",21420,30665 -"147134",21420,30697 -"147135",21420,61333 -"147136",21421,31228 -"147137",21421,88462 -"147138",21422,21672 -"147139",21422,27924 -"147140",21422,28123 -"147141",21422,30309 -"147142",21422,39019 -"147143",21422,41108 -"147144",21422,45136 -"147145",21422,48773 -"147146",21422,56883 -"147147",21422,59023 -"147148",21422,60224 -"147149",21422,61220 -"147150",21422,63114 -"147151",21422,70996 -"147152",21422,71004 -"147153",21422,92296 -"147154",21422,114305 -"147155",21423,25212 -"147156",21423,28378 -"147157",21423,28527 -"147158",21423,38052 -"147159",21423,77871 -"147160",21423,90824 -"147161",21423,108709 -"147162",21424,32203 -"147163",21424,34661 -"147164",21424,52199 -"147165",21424,52813 -"147166",21424,70323 -"147167",21424,84422 -"147168",21424,92557 -"147169",21424,102079 -"147170",21424,103270 -"147171",21424,103678 -"147172",21424,109115 -"147173",21424,109116 -"147174",21424,109119 -"147175",21424,109121 -"147176",21425,38574 -"147177",21425,53323 -"147178",21425,53608 -"147179",21425,60798 -"147180",21425,86696 -"147181",21425,96416 -"147182",21425,101309 -"147183",21425,102007 -"147184",21426,37363 -"147185",21426,37509 -"147186",21426,79136 -"147187",21426,90643 -"147188",21426,101189 -"147189",21426,108091 -"147190",21426,120453 -"147191",21427,91450 -"147192",21428,32968 -"147193",21428,33522 -"147194",21428,76245 -"147195",21429,24864 -"147196",21429,42179 -"147197",21429,47177 -"147198",21429,64542 -"147199",21429,81094 -"147200",21429,81497 -"147201",21429,91683 -"147202",21429,97601 -"147203",21429,97607 -"147204",21430,36671 -"147205",21430,90329 -"147206",21431,21467 -"147207",21431,46393 -"147208",21431,50100 -"147209",21431,56066 -"147210",21431,82499 -"147211",21432,34375 -"147212",21433,21606 -"147213",21433,64834 -"147214",21433,77019 -"147215",21434,21513 -"147216",21434,24142 -"147217",21434,25936 -"147218",21434,31819 -"147219",21434,31854 -"147220",21434,32182 -"147221",21434,46349 -"147222",21434,70201 -"147223",21434,75576 -"147224",21434,82603 -"147225",21434,86255 -"147226",21434,86513 -"147227",21434,91188 -"147228",21434,91980 -"147229",21434,117348 -"147230",21435,31657 -"147231",21435,44439 -"147232",21435,49332 -"147233",21435,59898 -"147234",21435,92467 -"147235",21435,111550 -"147236",21435,118408 -"147237",21436,21545 -"147238",21436,39685 -"147239",21436,39777 -"147240",21437,60362 -"147241",21438,27512 -"147242",21438,87630 -"147243",21438,100255 -"147244",21438,114403 -"147245",21439,28216 -"147246",21439,31235 -"147247",21439,37082 -"147248",21439,41344 -"147249",21439,43859 -"147250",21439,47445 -"147251",21439,48696 -"147252",21439,73639 -"147253",21440,52072 -"147254",21440,85561 -"147255",21440,88720 -"147256",21440,114025 -"147257",21441,29186 -"147258",21441,48814 -"147259",21441,53446 -"147260",21441,57568 -"147261",21441,91321 -"147262",21441,95159 -"147263",21442,64410 -"147264",21442,67283 -"147265",21443,32641 -"147266",21443,55198 -"147267",21443,93888 -"147268",21443,118932 -"147269",21444,48271 -"147270",21444,51101 -"147271",21444,64234 -"147272",21444,68152 -"147273",21444,76152 -"147274",21444,81763 -"147275",21444,81772 -"147276",21444,81777 -"147277",21444,87009 -"147278",21445,24176 -"147279",21445,27123 -"147280",21445,29407 -"147281",21445,29408 -"147282",21445,29556 -"147283",21445,38739 -"147284",21445,57675 -"147285",21445,96808 -"147286",21445,99658 -"147287",21445,104701 -"147288",21446,99476 -"147289",21446,111133 -"147290",21446,114959 -"147291",21446,123283 -"147292",21447,26659 -"147293",21447,28002 -"147294",21447,51299 -"147295",21447,56236 -"147296",21447,64472 -"147297",21447,65964 -"147298",21447,75163 -"147299",21447,79260 -"147300",21447,89169 -"147301",21447,89240 -"147302",21447,90589 -"147303",21447,100184 -"147304",21448,23232 -"147305",21448,33519 -"147306",21448,43368 -"147307",21448,52092 -"147308",21448,57087 -"147309",21448,68693 -"147310",21448,69633 -"147311",21448,75168 -"147312",21448,78092 -"147313",21448,98056 -"147314",21448,98078 -"147315",21449,58416 -"147316",21450,21896 -"147317",21450,38910 -"147318",21450,41500 -"147319",21450,41605 -"147320",21450,53377 -"147321",21450,74016 -"147322",21450,76510 -"147323",21450,76624 -"147324",21450,92537 -"147325",21450,97442 -"147326",21450,100713 -"147327",21450,102153 -"147328",21450,116516 -"147329",21451,21461 -"147330",21451,28614 -"147331",21451,31609 -"147332",21451,34885 -"147333",21451,69657 -"147334",21451,79973 -"147335",21451,112639 -"147336",21453,35379 -"147337",21453,86812 -"147338",21453,108729 -"147339",21454,21685 -"147340",21454,25733 -"147341",21454,30484 -"147342",21454,36021 -"147343",21454,44921 -"147344",21454,50487 -"147345",21454,66557 -"147346",21454,92419 -"147347",21455,21593 -"147348",21455,22825 -"147349",21455,23498 -"147350",21455,23922 -"147351",21455,25447 -"147352",21455,30634 -"147353",21455,41197 -"147354",21455,48451 -"147355",21455,48501 -"147356",21455,52764 -"147357",21455,55081 -"147358",21455,89212 -"147359",21456,23264 -"147360",21456,43598 -"147361",21456,51131 -"147362",21456,68621 -"147363",21456,84567 -"147364",21457,21550 -"147365",21457,23312 -"147366",21457,23648 -"147367",21457,24559 -"147368",21457,47387 -"147369",21457,47388 -"147370",21458,32114 -"147371",21458,47994 -"147372",21458,50671 -"147373",21458,68044 -"147374",21458,94046 -"147375",21458,101453 -"147376",21458,111106 -"147377",21458,120620 -"147378",21458,122611 -"147379",21460,27845 -"147380",21460,30200 -"147381",21460,41560 -"147382",21460,45443 -"147383",21460,51492 -"147384",21460,60031 -"147385",21460,68177 -"147386",21460,71962 -"147387",21460,81489 -"147388",21460,91844 -"147389",21460,101228 -"147390",21460,103826 -"147391",21460,104394 -"147392",21460,113610 -"147393",21460,118030 -"147394",21460,118031 -"147395",21460,122288 -"147396",21461,22201 -"147397",21461,29454 -"147398",21461,30236 -"147399",21461,31371 -"147400",21461,32598 -"147401",21461,33907 -"147402",21461,34906 -"147403",21461,38678 -"147404",21461,38679 -"147405",21461,38680 -"147406",21461,38732 -"147407",21461,38747 -"147408",21461,38759 -"147409",21461,38794 -"147410",21461,39195 -"147411",21461,39322 -"147412",21461,41764 -"147413",21461,51859 -"147414",21461,51875 -"147415",21461,52213 -"147416",21461,82298 -"147417",21462,29265 -"147418",21463,31028 -"147419",21463,31164 -"147420",21463,36136 -"147421",21463,36160 -"147422",21463,39105 -"147423",21463,46951 -"147424",21463,47300 -"147425",21463,58686 -"147426",21463,67838 -"147427",21463,70975 -"147428",21465,26928 -"147429",21465,32292 -"147430",21465,33237 -"147431",21465,40852 -"147432",21465,45468 -"147433",21465,54948 -"147434",21467,24327 -"147435",21467,58970 -"147436",21467,79100 -"147437",21467,81163 -"147438",21468,26866 -"147439",21468,30907 -"147440",21468,37368 -"147441",21468,44447 -"147442",21468,49621 -"147443",21468,53905 -"147444",21468,53926 -"147445",21468,57446 -"147446",21468,78305 -"147447",21468,89863 -"147448",21468,99044 -"147449",21468,99809 -"147450",21468,100574 -"147451",21468,100967 -"147452",21469,88824 -"147453",21470,21525 -"147454",21470,99805 -"147455",21470,99834 -"147456",21471,48900 -"147457",21471,55392 -"147458",21472,21518 -"147459",21472,22762 -"147460",21472,27124 -"147461",21472,37479 -"147462",21472,37663 -"147463",21472,56068 -"147464",21472,56125 -"147465",21472,56143 -"147466",21472,56165 -"147467",21472,59698 -"147468",21473,22270 -"147469",21473,22855 -"147470",21473,39410 -"147471",21473,40667 -"147472",21473,98830 -"147473",21473,98839 -"147474",21474,24720 -"147475",21474,34205 -"147476",21474,34269 -"147477",21474,38001 -"147478",21474,41436 -"147479",21474,43696 -"147480",21474,69702 -"147481",21474,69718 -"147482",21474,79586 -"147483",21475,51351 -"147484",21475,51369 -"147485",21475,51400 -"147486",21475,60126 -"147487",21475,87577 -"147488",21476,54526 -"147489",21476,74497 -"147490",21476,74498 -"147491",21477,31562 -"147492",21477,31564 -"147493",21477,31617 -"147494",21477,36612 -"147495",21477,39850 -"147496",21477,47722 -"147497",21477,47731 -"147498",21478,44507 -"147499",21478,58074 -"147500",21478,58589 -"147501",21478,81007 -"147502",21478,85533 -"147503",21478,92613 -"147504",21478,95524 -"147505",21478,97706 -"147506",21478,100814 -"147507",21478,103799 -"147508",21478,105050 -"147509",21478,110511 -"147510",21478,113823 -"147511",21479,21541 -"147512",21479,27219 -"147513",21479,32922 -"147514",21479,40156 -"147515",21479,40165 -"147516",21479,40200 -"147517",21479,40280 -"147518",21479,46665 -"147519",21479,48533 -"147520",21479,59955 -"147521",21479,60477 -"147522",21479,61188 -"147523",21479,62678 -"147524",21479,67424 -"147525",21479,91875 -"147526",21479,99131 -"147527",21479,114774 -"147528",21481,38909 -"147529",21481,48470 -"147530",21481,70872 -"147531",21481,78218 -"147532",21482,29550 -"147533",21482,47502 -"147534",21482,73675 -"147535",21482,88155 -"147536",21482,89784 -"147537",21482,93700 -"147538",21482,96403 -"147539",21482,106532 -"147540",21482,106551 -"147541",21483,21499 -"147542",21484,21517 -"147543",21485,23581 -"147544",21485,28068 -"147545",21485,29336 -"147546",21485,29403 -"147547",21485,29854 -"147548",21485,34106 -"147549",21485,36912 -"147550",21485,48395 -"147551",21485,62325 -"147552",21485,74394 -"147553",21485,77211 -"147554",21485,88036 -"147555",21485,98133 -"147556",21486,21568 -"147557",21486,21569 -"147558",21486,21608 -"147559",21486,32734 -"147560",21487,35576 -"147561",21487,35788 -"147562",21487,40643 -"147563",21487,42256 -"147564",21487,57259 -"147565",21487,60666 -"147566",21487,71137 -"147567",21487,115975 -"147568",21487,115976 -"147569",21487,116747 -"147570",21488,28425 -"147571",21488,90886 -"147572",21488,93100 -"147573",21488,106117 -"147574",21491,23855 -"147575",21491,43985 -"147576",21491,95536 -"147577",21493,92233 -"147578",21493,107440 -"147579",21494,21812 -"147580",21495,27284 -"147581",21495,63943 -"147582",21496,35850 -"147583",21496,58894 -"147584",21496,90313 -"147585",21496,90924 -"147586",21497,47719 -"147587",21499,66217 -"147588",21499,72567 -"147589",21500,24508 -"147590",21501,25430 -"147591",21501,32719 -"147592",21501,71440 -"147593",21502,37324 -"147594",21502,40869 -"147595",21502,82115 -"147596",21503,33992 -"147597",21503,37478 -"147598",21503,86065 -"147599",21503,86842 -"147600",21504,21558 -"147601",21504,21732 -"147602",21504,25869 -"147603",21504,26518 -"147604",21504,32236 -"147605",21504,35264 -"147606",21504,39595 -"147607",21504,60604 -"147608",21505,21607 -"147609",21505,21665 -"147610",21505,23861 -"147611",21505,32630 -"147612",21505,34564 -"147613",21505,34620 -"147614",21505,38525 -"147615",21505,41713 -"147616",21505,42087 -"147617",21505,45047 -"147618",21505,45980 -"147619",21505,48202 -"147620",21505,48212 -"147621",21505,53132 -"147622",21505,53227 -"147623",21505,55111 -"147624",21505,58628 -"147625",21505,61801 -"147626",21505,64350 -"147627",21505,73044 -"147628",21505,73058 -"147629",21505,73335 -"147630",21505,78063 -"147631",21505,78429 -"147632",21505,78569 -"147633",21505,82143 -"147634",21505,83231 -"147635",21505,86471 -"147636",21505,90804 -"147637",21505,91022 -"147638",21505,91045 -"147639",21505,95675 -"147640",21505,101516 -"147641",21505,102387 -"147642",21505,108374 -"147643",21505,108893 -"147644",21505,109101 -"147645",21505,109523 -"147646",21505,110993 -"147647",21505,111338 -"147648",21505,111398 -"147649",21505,111409 -"147650",21505,111480 -"147651",21505,112422 -"147652",21505,112648 -"147653",21505,112708 -"147654",21505,112820 -"147655",21505,112997 -"147656",21505,113597 -"147657",21505,114418 -"147658",21505,114582 -"147659",21505,115371 -"147660",21505,116028 -"147661",21505,116604 -"147662",21505,122532 -"147663",21506,23491 -"147664",21506,24938 -"147665",21507,25919 -"147666",21507,53843 -"147667",21507,56316 -"147668",21507,71251 -"147669",21507,71444 -"147670",21507,81259 -"147671",21508,57056 -"147672",21508,57110 -"147673",21508,57121 -"147674",21509,22106 -"147675",21510,97297 -"147676",21511,53006 -"147677",21511,100496 -"147678",21512,49200 -"147679",21512,53350 -"147680",21512,64862 -"147681",21513,23051 -"147682",21513,31854 -"147683",21513,40428 -"147684",21513,42160 -"147685",21513,46349 -"147686",21513,53423 -"147687",21513,61586 -"147688",21513,65522 -"147689",21513,70201 -"147690",21513,84415 -"147691",21513,91188 -"147692",21514,21769 -"147693",21514,27362 -"147694",21514,84806 -"147695",21515,81299 -"147696",21516,28454 -"147697",21516,32633 -"147698",21516,58344 -"147699",21516,69228 -"147700",21516,69252 -"147701",21516,98912 -"147702",21518,22331 -"147703",21518,23417 -"147704",21518,24106 -"147705",21518,25443 -"147706",21518,26076 -"147707",21518,31307 -"147708",21518,33113 -"147709",21518,33383 -"147710",21518,33399 -"147711",21518,37439 -"147712",21518,46025 -"147713",21518,55192 -"147714",21518,55592 -"147715",21518,57844 -"147716",21518,80907 -"147717",21518,84541 -"147718",21518,104562 -"147719",21519,21578 -"147720",21519,22047 -"147721",21519,83681 -"147722",21521,33803 -"147723",21521,78639 -"147724",21521,78681 -"147725",21521,78945 -"147726",21522,49375 -"147727",21522,49430 -"147728",21522,54229 -"147729",21522,54537 -"147730",21522,113248 -"147731",21522,116585 -"147732",21524,25899 -"147733",21524,63206 -"147734",21524,81614 -"147735",21524,88959 -"147736",21526,26141 -"147737",21526,40299 -"147738",21526,45093 -"147739",21527,21591 -"147740",21527,49035 -"147741",21527,53779 -"147742",21528,82447 -"147743",21528,106836 -"147744",21528,116119 -"147745",21529,47444 -"147746",21530,21598 -"147747",21531,74493 -"147748",21531,87488 -"147749",21531,88526 -"147750",21531,97946 -"147751",21531,106487 -"147752",21532,23115 -"147753",21532,27221 -"147754",21532,59001 -"147755",21533,33537 -"147756",21533,33538 -"147757",21533,39147 -"147758",21533,55984 -"147759",21533,59630 -"147760",21533,91670 -"147761",21534,88697 -"147762",21535,21536 -"147763",21535,21537 -"147764",21535,21629 -"147765",21535,29582 -"147766",21535,36914 -"147767",21535,65590 -"147768",21535,79128 -"147769",21535,91198 -"147770",21535,103446 -"147771",21536,21537 -"147772",21536,21629 -"147773",21537,21629 -"147774",21537,36425 -"147775",21537,38498 -"147776",21538,21631 -"147777",21539,105438 -"147778",21539,105439 -"147779",21540,23717 -"147780",21540,54744 -"147781",21540,61419 -"147782",21541,27219 -"147783",21541,32922 -"147784",21541,40156 -"147785",21541,40165 -"147786",21541,40200 -"147787",21541,40280 -"147788",21541,46665 -"147789",21541,48533 -"147790",21541,59955 -"147791",21541,60477 -"147792",21541,91875 -"147793",21541,99131 -"147794",21543,79237 -"147795",21543,79905 -"147796",21543,92065 -"147797",21545,82783 -"147798",21545,91196 -"147799",21546,24417 -"147800",21546,96908 -"147801",21547,51868 -"147802",21547,87737 -"147803",21547,92242 -"147804",21547,117674 -"147805",21547,121265 -"147806",21547,121266 -"147807",21548,22368 -"147808",21548,22869 -"147809",21548,27247 -"147810",21548,28451 -"147811",21548,33385 -"147812",21548,35451 -"147813",21548,36967 -"147814",21548,41509 -"147815",21548,41757 -"147816",21548,43830 -"147817",21548,55222 -"147818",21548,61877 -"147819",21548,64695 -"147820",21548,67218 -"147821",21548,69559 -"147822",21548,76738 -"147823",21548,78386 -"147824",21548,78768 -"147825",21548,80917 -"147826",21548,94215 -"147827",21548,94234 -"147828",21549,21586 -"147829",21551,21614 -"147830",21552,28066 -"147831",21552,31966 -"147832",21552,65778 -"147833",21553,37928 -"147834",21553,40322 -"147835",21553,40329 -"147836",21553,40346 -"147837",21553,40436 -"147838",21553,40455 -"147839",21553,86980 -"147840",21553,92324 -"147841",21554,23752 -"147842",21554,40504 -"147843",21554,82897 -"147844",21554,82917 -"147845",21554,94339 -"147846",21556,36365 -"147847",21557,39607 -"147848",21557,41754 -"147849",21557,47542 -"147850",21557,50439 -"147851",21557,59671 -"147852",21557,59956 -"147853",21557,68038 -"147854",21557,69557 -"147855",21557,75818 -"147856",21557,75877 -"147857",21558,21732 -"147858",21558,29795 -"147859",21558,30275 -"147860",21558,35264 -"147861",21558,37565 -"147862",21558,37881 -"147863",21558,38309 -"147864",21558,85830 -"147865",21559,27959 -"147866",21559,53994 -"147867",21559,54973 -"147868",21559,72150 -"147869",21560,52130 -"147870",21560,57697 -"147871",21561,36863 -"147872",21562,37126 -"147873",21563,21564 -"147874",21563,21625 -"147875",21563,33034 -"147876",21564,21625 -"147877",21564,33034 -"147878",21565,107234 -"147879",21565,107249 -"147880",21566,22053 -"147881",21566,23006 -"147882",21566,24123 -"147883",21566,26703 -"147884",21566,31497 -"147885",21566,33814 -"147886",21566,35217 -"147887",21566,36441 -"147888",21566,36454 -"147889",21566,42799 -"147890",21566,46962 -"147891",21566,51656 -"147892",21566,52926 -"147893",21566,74818 -"147894",21566,92270 -"147895",21566,92300 -"147896",21567,23109 -"147897",21567,94106 -"147898",21568,21569 -"147899",21568,21608 -"147900",21568,54157 -"147901",21568,68071 -"147902",21568,68127 -"147903",21568,71986 -"147904",21569,21608 -"147905",21569,42697 -"147906",21569,54157 -"147907",21569,71986 -"147908",21570,21571 -"147909",21570,25635 -"147910",21570,27885 -"147911",21570,37401 -"147912",21570,54929 -"147913",21570,56700 -"147914",21570,60811 -"147915",21570,66946 -"147916",21570,67725 -"147917",21570,76178 -"147918",21570,78010 -"147919",21570,83093 -"147920",21570,96381 -"147921",21570,110735 -"147922",21571,22504 -"147923",21571,22566 -"147924",21571,27885 -"147925",21571,28064 -"147926",21571,29537 -"147927",21571,29538 -"147928",21571,38426 -"147929",21571,41921 -"147930",21571,46648 -"147931",21571,49019 -"147932",21571,53840 -"147933",21571,55060 -"147934",21571,85064 -"147935",21572,24746 -"147936",21573,25763 -"147937",21573,25797 -"147938",21573,30474 -"147939",21573,53083 -"147940",21573,61995 -"147941",21573,72083 -"147942",21573,74190 -"147943",21573,88506 -"147944",21574,21617 -"147945",21574,38478 -"147946",21575,26227 -"147947",21575,26847 -"147948",21575,37953 -"147949",21575,40427 -"147950",21575,67983 -"147951",21575,68986 -"147952",21575,92625 -"147953",21575,95391 -"147954",21575,107486 -"147955",21575,107601 -"147956",21576,22753 -"147957",21576,27482 -"147958",21576,32267 -"147959",21576,33826 -"147960",21576,49119 -"147961",21576,55025 -"147962",21576,57811 -"147963",21576,60301 -"147964",21576,86198 -"147965",21576,86225 -"147966",21576,89965 -"147967",21576,100630 -"147968",21576,101138 -"147969",21576,104127 -"147970",21576,111473 -"147971",21576,113033 -"147972",21577,21588 -"147973",21577,66878 -"147974",21577,107296 -"147975",21577,112344 -"147976",21577,112515 -"147977",21579,62842 -"147978",21580,21595 -"147979",21580,21613 -"147980",21580,30886 -"147981",21580,31541 -"147982",21580,34491 -"147983",21580,39572 -"147984",21580,53650 -"147985",21581,73439 -"147986",21581,74130 -"147987",21582,55392 -"147988",21583,21585 -"147989",21583,32074 -"147990",21583,74471 -"147991",21584,42472 -"147992",21584,48676 -"147993",21584,56539 -"147994",21584,66505 -"147995",21585,32074 -"147996",21585,74471 -"147997",21586,34776 -"147998",21586,36563 -"147999",21586,38899 -"148000",21586,38984 -"148001",21586,38994 -"148002",21586,49121 -"148003",21586,67259 -"148004",21586,80181 -"148005",21586,92183 -"148006",21586,97908 -"148007",21586,97936 -"148008",21587,25443 -"148009",21587,28092 -"148010",21587,33113 -"148011",21587,33383 -"148012",21587,33399 -"148013",21587,73464 -"148014",21589,53052 -"148015",21589,72869 -"148016",21593,29973 -"148017",21593,37632 -"148018",21593,37727 -"148019",21593,63029 -"148020",21593,82219 -"148021",21593,111386 -"148022",21594,81453 -"148023",21594,95458 -"148024",21595,21613 -"148025",21595,107377 -"148026",21596,114353 -"148027",21597,25816 -"148028",21597,26342 -"148029",21597,36807 -"148030",21597,38727 -"148031",21597,40250 -"148032",21597,54069 -"148033",21597,57129 -"148034",21597,59790 -"148035",21597,72363 -"148036",21597,92379 -"148037",21598,69500 -"148038",21599,61363 -"148039",21599,89629 -"148040",21599,115056 -"148041",21600,33181 -"148042",21600,54940 -"148043",21600,57328 -"148044",21600,60374 -"148045",21600,67586 -"148046",21601,55337 -"148047",21601,66853 -"148048",21601,117478 -"148049",21603,30150 -"148050",21603,44068 -"148051",21603,44079 -"148052",21603,44081 -"148053",21603,48893 -"148054",21603,48894 -"148055",21604,26764 -"148056",21605,114857 -"148057",21606,82849 -"148058",21607,21665 -"148059",21607,23861 -"148060",21607,32630 -"148061",21607,34564 -"148062",21607,34620 -"148063",21607,38525 -"148064",21607,41713 -"148065",21607,42087 -"148066",21607,45047 -"148067",21607,45980 -"148068",21607,47714 -"148069",21607,48202 -"148070",21607,48212 -"148071",21607,53132 -"148072",21607,53227 -"148073",21607,55111 -"148074",21607,58628 -"148075",21607,61801 -"148076",21607,64350 -"148077",21607,73044 -"148078",21607,73058 -"148079",21607,73335 -"148080",21607,78063 -"148081",21607,78429 -"148082",21607,78569 -"148083",21607,82143 -"148084",21607,83231 -"148085",21607,86471 -"148086",21607,90804 -"148087",21607,91022 -"148088",21607,91045 -"148089",21607,95675 -"148090",21607,101516 -"148091",21607,102387 -"148092",21607,108374 -"148093",21607,108893 -"148094",21607,109101 -"148095",21607,109523 -"148096",21607,110993 -"148097",21607,111338 -"148098",21607,111398 -"148099",21607,111409 -"148100",21607,111480 -"148101",21607,112422 -"148102",21607,112648 -"148103",21607,112708 -"148104",21607,112820 -"148105",21607,112997 -"148106",21607,113597 -"148107",21607,114418 -"148108",21607,114582 -"148109",21607,115371 -"148110",21607,116028 -"148111",21607,116604 -"148112",21609,39290 -"148113",21609,69619 -"148114",21609,85467 -"148115",21609,98710 -"148116",21609,113630 -"148117",21609,115390 -"148118",21609,119526 -"148119",21609,119569 -"148120",21610,75379 -"148121",21611,49974 -"148122",21611,86965 -"148123",21611,106325 -"148124",21612,22709 -"148125",21612,31724 -"148126",21612,32401 -"148127",21612,34921 -"148128",21612,85311 -"148129",21614,46136 -"148130",21615,24301 -"148131",21615,24384 -"148132",21615,24412 -"148133",21615,24438 -"148134",21615,27490 -"148135",21615,36817 -"148136",21615,78100 -"148137",21616,29619 -"148138",21616,89071 -"148139",21616,106326 -"148140",21617,21805 -"148141",21617,43398 -"148142",21617,44122 -"148143",21617,57990 -"148144",21617,64935 -"148145",21617,70009 -"148146",21617,70064 -"148147",21617,84578 -"148148",21617,87326 -"148149",21617,113451 -"148150",21619,25435 -"148151",21619,35407 -"148152",21619,42046 -"148153",21619,67597 -"148154",21619,69316 -"148155",21619,70159 -"148156",21619,72936 -"148157",21619,87621 -"148158",21619,89062 -"148159",21619,89120 -"148160",21619,89606 -"148161",21619,90416 -"148162",21619,91060 -"148163",21619,91063 -"148164",21619,91397 -"148165",21619,93033 -"148166",21619,96155 -"148167",21619,96769 -"148168",21619,96771 -"148169",21619,98930 -"148170",21620,36613 -"148171",21620,84717 -"148172",21620,119887 -"148173",21621,29469 -"148174",21621,29502 -"148175",21621,29523 -"148176",21621,29528 -"148177",21621,32090 -"148178",21621,32175 -"148179",21621,34154 -"148180",21621,67180 -"148181",21621,107037 -"148182",21622,89616 -"148183",21622,105680 -"148184",21623,106578 -"148185",21624,22117 -"148186",21624,47232 -"148187",21625,33034 -"148188",21626,23278 -"148189",21626,26271 -"148190",21626,33390 -"148191",21626,67393 -"148192",21626,68520 -"148193",21626,77565 -"148194",21626,92887 -"148195",21627,22839 -"148196",21627,22884 -"148197",21627,22888 -"148198",21627,26089 -"148199",21627,30283 -"148200",21627,31965 -"148201",21627,33588 -"148202",21627,33621 -"148203",21627,33634 -"148204",21627,33728 -"148205",21627,33771 -"148206",21627,37628 -"148207",21627,58855 -"148208",21627,62266 -"148209",21627,92491 -"148210",21627,93559 -"148211",21627,93560 -"148212",21628,25771 -"148213",21628,28190 -"148214",21628,32147 -"148215",21628,36499 -"148216",21628,46883 -"148217",21628,47280 -"148218",21628,50301 -"148219",21628,52376 -"148220",21628,55317 -"148221",21628,83173 -"148222",21628,87591 -"148223",21628,89606 -"148224",21628,122575 -"148225",21630,76217 -"148226",21630,120822 -"148227",21632,69688 -"148228",21632,69818 -"148229",21633,34845 -"148230",21633,42446 -"148231",21633,96417 -"148232",21634,21635 -"148233",21634,21636 -"148234",21634,24505 -"148235",21634,60706 -"148236",21634,79653 -"148237",21634,93122 -"148238",21634,113041 -"148239",21635,21636 -"148240",21635,45231 -"148241",21635,71588 -"148242",21635,81490 -"148243",21635,112288 -"148244",21636,25883 -"148245",21636,36086 -"148246",21636,40219 -"148247",21636,41041 -"148248",21636,45045 -"148249",21636,111499 -"148250",21637,62108 -"148251",21637,84763 -"148252",21638,22094 -"148253",21638,40060 -"148254",21638,53921 -"148255",21638,94188 -"148256",21639,21667 -"148257",21639,21807 -"148258",21639,22863 -"148259",21639,22919 -"148260",21639,43014 -"148261",21639,86703 -"148262",21639,93981 -"148263",21639,120224 -"148264",21639,121625 -"148265",21640,21845 -"148266",21640,75680 -"148267",21641,25747 -"148268",21641,48429 -"148269",21641,64405 -"148270",21641,69693 -"148271",21641,75935 -"148272",21641,89091 -"148273",21642,34017 -"148274",21642,48833 -"148275",21642,70696 -"148276",21643,44405 -"148277",21644,36984 -"148278",21644,37014 -"148279",21644,45197 -"148280",21644,57497 -"148281",21644,61762 -"148282",21644,85297 -"148283",21644,93271 -"148284",21645,21646 -"148285",21645,21648 -"148286",21645,21691 -"148287",21645,21742 -"148288",21645,21776 -"148289",21645,21780 -"148290",21645,21782 -"148291",21645,21792 -"148292",21645,21836 -"148293",21645,21838 -"148294",21645,21853 -"148295",21646,21648 -"148296",21646,21691 -"148297",21646,21742 -"148298",21646,21776 -"148299",21646,21780 -"148300",21646,21782 -"148301",21646,21792 -"148302",21646,21836 -"148303",21646,21838 -"148304",21646,21853 -"148305",21648,21691 -"148306",21648,21742 -"148307",21648,21776 -"148308",21648,21780 -"148309",21648,21782 -"148310",21648,21792 -"148311",21648,21836 -"148312",21648,21838 -"148313",21648,21853 -"148314",21649,21779 -"148315",21649,22006 -"148316",21649,57977 -"148317",21649,69498 -"148318",21649,94440 -"148319",21650,22351 -"148320",21650,25031 -"148321",21650,26216 -"148322",21650,28093 -"148323",21650,28353 -"148324",21650,29019 -"148325",21650,29026 -"148326",21650,32413 -"148327",21650,33179 -"148328",21650,33871 -"148329",21650,34614 -"148330",21650,34631 -"148331",21650,34668 -"148332",21650,35983 -"148333",21650,37352 -"148334",21650,38042 -"148335",21650,38270 -"148336",21650,40001 -"148337",21650,40113 -"148338",21650,40653 -"148339",21650,42289 -"148340",21650,44487 -"148341",21650,45025 -"148342",21650,48281 -"148343",21650,48380 -"148344",21650,48955 -"148345",21650,50662 -"148346",21650,50705 -"148347",21650,54173 -"148348",21650,54242 -"148349",21650,56216 -"148350",21650,59615 -"148351",21650,62679 -"148352",21650,63105 -"148353",21650,68001 -"148354",21650,68475 -"148355",21650,68917 -"148356",21650,69296 -"148357",21650,71106 -"148358",21650,73655 -"148359",21650,75767 -"148360",21650,76046 -"148361",21650,76459 -"148362",21650,76808 -"148363",21650,77727 -"148364",21650,78224 -"148365",21650,79222 -"148366",21650,82978 -"148367",21650,83306 -"148368",21650,85027 -"148369",21650,88412 -"148370",21650,90275 -"148371",21650,90426 -"148372",21650,91112 -"148373",21650,91526 -"148374",21650,93425 -"148375",21650,93523 -"148376",21650,94520 -"148377",21650,95954 -"148378",21650,99544 -"148379",21650,99547 -"148380",21650,99554 -"148381",21650,100595 -"148382",21650,100739 -"148383",21650,100819 -"148384",21650,101898 -"148385",21650,101988 -"148386",21650,102146 -"148387",21650,102201 -"148388",21650,102309 -"148389",21650,102635 -"148390",21650,102730 -"148391",21650,102846 -"148392",21650,103790 -"148393",21650,104095 -"148394",21650,104574 -"148395",21650,104784 -"148396",21650,104845 -"148397",21650,107269 -"148398",21650,107623 -"148399",21650,107714 -"148400",21650,107879 -"148401",21650,107975 -"148402",21650,116167 -"148403",21650,122826 -"148404",21651,34845 -"148405",21651,37858 -"148406",21651,44112 -"148407",21651,55220 -"148408",21651,71251 -"148409",21651,71444 -"148410",21651,79268 -"148411",21651,79321 -"148412",21651,79337 -"148413",21651,79493 -"148414",21651,83659 -"148415",21651,84579 -"148416",21652,21705 -"148417",21653,46157 -"148418",21653,81965 -"148419",21654,29678 -"148420",21654,40815 -"148421",21654,47751 -"148422",21654,80942 -"148423",21654,86573 -"148424",21654,96083 -"148425",21655,104109 -"148426",21655,113541 -"148427",21655,121152 -"148428",21656,42341 -"148429",21656,42696 -"148430",21656,43293 -"148431",21656,45580 -"148432",21656,48467 -"148433",21656,50022 -"148434",21656,50873 -"148435",21656,50874 -"148436",21656,50875 -"148437",21656,50876 -"148438",21656,50944 -"148439",21656,50945 -"148440",21656,50985 -"148441",21656,50986 -"148442",21656,50993 -"148443",21656,50994 -"148444",21657,55518 -"148445",21657,61159 -"148446",21658,30629 -"148447",21658,30632 -"148448",21658,92542 -"148449",21658,92571 -"148450",21660,78167 -"148451",21661,21689 -"148452",21662,24172 -"148453",21662,24581 -"148454",21662,40701 -"148455",21662,40736 -"148456",21662,46009 -"148457",21662,46191 -"148458",21662,49202 -"148459",21662,56126 -"148460",21663,22227 -"148461",21663,47046 -"148462",21663,77550 -"148463",21663,117355 -"148464",21664,64665 -"148465",21665,21666 -"148466",21665,23369 -"148467",21665,23861 -"148468",21665,30017 -"148469",21665,32630 -"148470",21665,34564 -"148471",21665,34620 -"148472",21665,37139 -"148473",21665,38525 -"148474",21665,41713 -"148475",21665,42087 -"148476",21665,42367 -"148477",21665,42389 -"148478",21665,42640 -"148479",21665,45047 -"148480",21665,45619 -"148481",21665,45980 -"148482",21665,48202 -"148483",21665,48212 -"148484",21665,53132 -"148485",21665,53227 -"148486",21665,54119 -"148487",21665,55111 -"148488",21665,57720 -"148489",21665,58628 -"148490",21665,60691 -"148491",21665,61801 -"148492",21665,63611 -"148493",21665,64350 -"148494",21665,73044 -"148495",21665,73058 -"148496",21665,73335 -"148497",21665,74884 -"148498",21665,78063 -"148499",21665,78429 -"148500",21665,78569 -"148501",21665,82143 -"148502",21665,83231 -"148503",21665,86471 -"148504",21665,90804 -"148505",21665,91022 -"148506",21665,91045 -"148507",21665,95675 -"148508",21665,101516 -"148509",21665,102387 -"148510",21665,106240 -"148511",21665,108374 -"148512",21665,108893 -"148513",21665,109101 -"148514",21665,109523 -"148515",21665,110993 -"148516",21665,111338 -"148517",21665,111398 -"148518",21665,111409 -"148519",21665,111480 -"148520",21665,112422 -"148521",21665,112648 -"148522",21665,112708 -"148523",21665,112820 -"148524",21665,112997 -"148525",21665,113597 -"148526",21665,114418 -"148527",21665,114582 -"148528",21665,115371 -"148529",21665,116028 -"148530",21665,116604 -"148531",21666,21969 -"148532",21666,23966 -"148533",21666,24268 -"148534",21666,32592 -"148535",21666,34990 -"148536",21666,41536 -"148537",21666,52368 -"148538",21666,52750 -"148539",21666,53884 -"148540",21666,54418 -"148541",21666,57879 -"148542",21666,59395 -"148543",21666,59632 -"148544",21666,59765 -"148545",21666,61916 -"148546",21666,68539 -"148547",21666,70447 -"148548",21666,70696 -"148549",21666,76423 -"148550",21666,83490 -"148551",21666,85933 -"148552",21666,101287 -"148553",21666,101907 -"148554",21666,104467 -"148555",21666,106272 -"148556",21666,112960 -"148557",21666,113721 -"148558",21666,115843 -"148559",21667,21807 -"148560",21667,77595 -"148561",21667,81347 -"148562",21667,117177 -"148563",21668,21749 -"148564",21668,23463 -"148565",21668,64711 -"148566",21668,104113 -"148567",21668,107916 -"148568",21668,119659 -"148569",21669,56787 -"148570",21670,35822 -"148571",21670,51434 -"148572",21670,58549 -"148573",21670,77929 -"148574",21670,92368 -"148575",21670,98838 -"148576",21670,98889 -"148577",21670,98910 -"148578",21670,98999 -"148579",21671,24478 -"148580",21671,26080 -"148581",21672,21693 -"148582",21672,22326 -"148583",21672,22362 -"148584",21672,22432 -"148585",21672,22480 -"148586",21672,25305 -"148587",21672,27924 -"148588",21672,28123 -"148589",21672,30031 -"148590",21672,32131 -"148591",21672,43001 -"148592",21672,46266 -"148593",21673,33835 -"148594",21674,21689 -"148595",21675,21677 -"148596",21675,21734 -"148597",21675,30930 -"148598",21675,37633 -"148599",21675,95491 -"148600",21676,22520 -"148601",21677,21734 -"148602",21677,25819 -"148603",21677,81005 -"148604",21677,81006 -"148605",21677,81013 -"148606",21679,50524 -"148607",21679,96662 -"148608",21681,21817 -"148609",21681,27090 -"148610",21681,27448 -"148611",21681,29154 -"148612",21681,31022 -"148613",21681,31134 -"148614",21681,49027 -"148615",21681,51841 -"148616",21681,58628 -"148617",21681,78399 -"148618",21681,90692 -"148619",21681,92506 -"148620",21681,115791 -"148621",21682,21828 -"148622",21682,21847 -"148623",21682,21849 -"148624",21682,22653 -"148625",21682,29538 -"148626",21682,39667 -"148627",21682,70365 -"148628",21682,76598 -"148629",21682,79436 -"148630",21682,98549 -"148631",21684,22897 -"148632",21684,26729 -"148633",21684,44959 -"148634",21684,47460 -"148635",21684,63799 -"148636",21684,74257 -"148637",21684,78618 -"148638",21684,81075 -"148639",21684,84337 -"148640",21684,84350 -"148641",21684,88164 -"148642",21685,32288 -"148643",21685,38017 -"148644",21685,52469 -"148645",21686,21758 -"148646",21686,62437 -"148647",21686,63317 -"148648",21686,79011 -"148649",21686,88232 -"148650",21686,95212 -"148651",21687,40671 -"148652",21687,46140 -"148653",21688,81361 -"148654",21689,35916 -"148655",21689,38331 -"148656",21689,45361 -"148657",21690,109039 -"148658",21691,21742 -"148659",21691,21776 -"148660",21691,21780 -"148661",21691,21782 -"148662",21691,21792 -"148663",21691,21836 -"148664",21691,21838 -"148665",21691,21853 -"148666",21691,39908 -"148667",21691,69561 -"148668",21691,69923 -"148669",21692,21756 -"148670",21692,55476 -"148671",21692,80675 -"148672",21692,87617 -"148673",21693,22326 -"148674",21693,22362 -"148675",21693,22432 -"148676",21693,22480 -"148677",21693,25305 -"148678",21693,27236 -"148679",21693,30031 -"148680",21693,30173 -"148681",21693,41036 -"148682",21693,43001 -"148683",21693,44462 -"148684",21693,78144 -"148685",21693,80571 -"148686",21693,87060 -"148687",21693,87073 -"148688",21693,97040 -"148689",21694,44701 -"148690",21694,62345 -"148691",21694,86784 -"148692",21695,36226 -"148693",21695,44274 -"148694",21695,50608 -"148695",21695,61571 -"148696",21695,65625 -"148697",21695,84136 -"148698",21695,92033 -"148699",21695,96421 -"148700",21696,41903 -"148701",21696,48860 -"148702",21696,74523 -"148703",21696,109516 -"148704",21696,118557 -"148705",21697,35826 -"148706",21698,33448 -"148707",21698,60808 -"148708",21698,87498 -"148709",21699,37589 -"148710",21699,39991 -"148711",21700,33577 -"148712",21700,33584 -"148713",21701,79165 -"148714",21702,21854 -"148715",21703,24972 -"148716",21703,30280 -"148717",21703,33330 -"148718",21703,33925 -"148719",21703,39882 -"148720",21703,49837 -"148721",21703,51512 -"148722",21703,94799 -"148723",21703,98625 -"148724",21704,22534 -"148725",21704,22730 -"148726",21704,47550 -"148727",21704,79686 -"148728",21704,100586 -"148729",21704,110485 -"148730",21704,115845 -"148731",21704,117539 -"148732",21706,21788 -"148733",21706,21791 -"148734",21706,22451 -"148735",21706,22466 -"148736",21706,22586 -"148737",21706,23557 -"148738",21706,23683 -"148739",21706,23971 -"148740",21706,31879 -"148741",21706,33801 -"148742",21706,34907 -"148743",21706,38790 -"148744",21706,40883 -"148745",21706,45224 -"148746",21706,53475 -"148747",21706,61066 -"148748",21706,96242 -"148749",21706,96251 -"148750",21706,96265 -"148751",21706,96267 -"148752",21707,22597 -"148753",21707,22668 -"148754",21707,22669 -"148755",21707,22683 -"148756",21707,22684 -"148757",21707,74844 -"148758",21708,23302 -"148759",21708,24610 -"148760",21708,24933 -"148761",21708,28054 -"148762",21708,30317 -"148763",21708,34570 -"148764",21708,35953 -"148765",21708,36085 -"148766",21708,36395 -"148767",21708,45131 -"148768",21708,45250 -"148769",21708,45296 -"148770",21708,48487 -"148771",21708,69194 -"148772",21708,98020 -"148773",21709,22385 -"148774",21709,65486 -"148775",21710,112617 -"148776",21710,121800 -"148777",21711,21746 -"148778",21711,22543 -"148779",21711,25599 -"148780",21711,26312 -"148781",21711,26991 -"148782",21711,31091 -"148783",21711,37055 -"148784",21711,37904 -"148785",21711,41400 -"148786",21711,53265 -"148787",21711,54089 -"148788",21711,59504 -"148789",21711,60624 -"148790",21711,63300 -"148791",21711,64108 -"148792",21711,68135 -"148793",21711,71246 -"148794",21711,71660 -"148795",21711,72696 -"148796",21711,73987 -"148797",21711,77362 -"148798",21711,82515 -"148799",21711,92196 -"148800",21711,95012 -"148801",21711,104132 -"148802",21711,120291 -"148803",21711,120293 -"148804",21712,21786 -"148805",21712,21795 -"148806",21712,26865 -"148807",21712,29195 -"148808",21712,30081 -"148809",21712,33091 -"148810",21712,34470 -"148811",21712,34594 -"148812",21712,34950 -"148813",21712,34965 -"148814",21712,36455 -"148815",21712,41575 -"148816",21712,46128 -"148817",21712,78738 -"148818",21712,82456 -"148819",21712,82513 -"148820",21712,82521 -"148821",21712,82524 -"148822",21713,26225 -"148823",21714,30566 -"148824",21714,60822 -"148825",21714,64729 -"148826",21715,23854 -"148827",21715,23917 -"148828",21715,30291 -"148829",21715,46192 -"148830",21715,47768 -"148831",21715,47826 -"148832",21715,50478 -"148833",21715,52770 -"148834",21715,59158 -"148835",21715,88398 -"148836",21715,118414 -"148837",21716,21775 -"148838",21716,21794 -"148839",21718,51437 -"148840",21718,71316 -"148841",21718,71397 -"148842",21718,71420 -"148843",21720,33812 -"148844",21720,73763 -"148845",21721,62211 -"148846",21721,71092 -"148847",21721,85546 -"148848",21721,92647 -"148849",21722,60155 -"148850",21722,77941 -"148851",21722,116884 -"148852",21723,96271 -"148853",21724,25821 -"148854",21724,68529 -"148855",21725,52419 -"148856",21726,30072 -"148857",21726,82608 -"148858",21727,72329 -"148859",21727,97507 -"148860",21728,23446 -"148861",21728,29487 -"148862",21728,68927 -"148863",21729,33144 -"148864",21729,45105 -"148865",21730,39036 -"148866",21730,39441 -"148867",21730,39469 -"148868",21730,39488 -"148869",21730,39506 -"148870",21731,38911 -"148871",21732,24190 -"148872",21732,29795 -"148873",21732,30275 -"148874",21732,31699 -"148875",21732,35264 -"148876",21732,37565 -"148877",21732,37881 -"148878",21732,40495 -"148879",21732,41034 -"148880",21732,44004 -"148881",21732,54499 -"148882",21732,54684 -"148883",21732,68160 -"148884",21732,91304 -"148885",21733,21972 -"148886",21733,39647 -"148887",21733,53983 -"148888",21733,78805 -"148889",21733,106363 -"148890",21733,106387 -"148891",21733,106395 -"148892",21734,26439 -"148893",21734,30930 -"148894",21734,35380 -"148895",21734,35849 -"148896",21734,41895 -"148897",21734,67921 -"148898",21734,67933 -"148899",21734,67985 -"148900",21734,115302 -"148901",21735,52342 -"148902",21735,91771 -"148903",21736,85825 -"148904",21737,43258 -"148905",21738,21740 -"148906",21738,47584 -"148907",21738,62517 -"148908",21739,29727 -"148909",21739,35077 -"148910",21739,117413 -"148911",21739,117715 -"148912",21740,25155 -"148913",21740,25560 -"148914",21740,30096 -"148915",21740,36093 -"148916",21740,42382 -"148917",21740,43750 -"148918",21740,43791 -"148919",21740,46571 -"148920",21740,48046 -"148921",21740,50720 -"148922",21740,51587 -"148923",21740,51750 -"148924",21740,59143 -"148925",21740,78123 -"148926",21740,78728 -"148927",21740,78887 -"148928",21740,84062 -"148929",21740,84552 -"148930",21740,84558 -"148931",21740,84599 -"148932",21740,85525 -"148933",21740,100925 -"148934",21740,101570 -"148935",21740,103731 -"148936",21740,103738 -"148937",21740,103743 -"148938",21740,103746 -"148939",21741,31274 -"148940",21741,45730 -"148941",21741,47218 -"148942",21741,80088 -"148943",21741,81950 -"148944",21741,84294 -"148945",21741,88297 -"148946",21741,91083 -"148947",21741,101534 -"148948",21741,110998 -"148949",21741,111048 -"148950",21741,111067 -"148951",21742,21776 -"148952",21742,21780 -"148953",21742,21782 -"148954",21742,21792 -"148955",21742,21836 -"148956",21742,21838 -"148957",21742,21853 -"148958",21743,29582 -"148959",21743,30845 -"148960",21743,32762 -"148961",21744,29376 -"148962",21744,34254 -"148963",21744,35187 -"148964",21744,35253 -"148965",21744,37666 -"148966",21744,37724 -"148967",21745,56336 -"148968",21745,75568 -"148969",21745,98456 -"148970",21745,116353 -"148971",21745,116689 -"148972",21746,22543 -"148973",21746,26991 -"148974",21746,34317 -"148975",21746,34495 -"148976",21746,45682 -"148977",21746,59504 -"148978",21746,70400 -"148979",21746,73905 -"148980",21746,73987 -"148981",21746,74400 -"148982",21746,77362 -"148983",21747,31479 -"148984",21748,51778 -"148985",21748,112392 -"148986",21750,24848 -"148987",21750,29557 -"148988",21750,30144 -"148989",21750,35842 -"148990",21750,41352 -"148991",21750,79463 -"148992",21750,92507 -"148993",21750,93754 -"148994",21750,94688 -"148995",21750,114413 -"148996",21750,114950 -"148997",21750,114986 -"148998",21751,28774 -"148999",21751,55541 -"149000",21751,57679 -"149001",21751,59566 -"149002",21751,60413 -"149003",21751,68895 -"149004",21751,72062 -"149005",21752,22511 -"149006",21752,29967 -"149007",21752,35807 -"149008",21752,48288 -"149009",21752,80596 -"149010",21752,90093 -"149011",21752,94660 -"149012",21753,21800 -"149013",21753,33649 -"149014",21753,52848 -"149015",21753,54381 -"149016",21753,86590 -"149017",21753,101456 -"149018",21754,25044 -"149019",21754,31341 -"149020",21754,36103 -"149021",21754,40299 -"149022",21754,44623 -"149023",21754,46851 -"149024",21754,47171 -"149025",21754,56393 -"149026",21754,61412 -"149027",21754,65751 -"149028",21754,67339 -"149029",21754,76928 -"149030",21754,76956 -"149031",21754,96823 -"149032",21754,97954 -"149033",21754,97955 -"149034",21754,97972 -"149035",21754,97973 -"149036",21754,97981 -"149037",21754,97987 -"149038",21754,97994 -"149039",21754,97998 -"149040",21754,97999 -"149041",21754,98008 -"149042",21755,21914 -"149043",21755,29483 -"149044",21755,36926 -"149045",21757,21790 -"149046",21757,24345 -"149047",21757,45150 -"149048",21757,84496 -"149049",21758,38047 -"149050",21758,97913 -"149051",21760,21967 -"149052",21760,22018 -"149053",21761,76707 -"149054",21762,31824 -"149055",21762,40577 -"149056",21762,45889 -"149057",21762,67047 -"149058",21762,68344 -"149059",21762,107641 -"149060",21762,107650 -"149061",21763,29315 -"149062",21763,33149 -"149063",21763,36651 -"149064",21763,64503 -"149065",21763,70966 -"149066",21763,73354 -"149067",21763,75178 -"149068",21763,85444 -"149069",21763,94498 -"149070",21763,94502 -"149071",21763,94503 -"149072",21763,113342 -"149073",21763,119133 -"149074",21764,21832 -"149075",21764,49760 -"149076",21764,50951 -"149077",21764,85986 -"149078",21765,29273 -"149079",21765,83692 -"149080",21765,96213 -"149081",21765,96551 -"149082",21765,102689 -"149083",21765,102690 -"149084",21765,102707 -"149085",21765,109210 -"149086",21766,54175 -"149087",21767,38565 -"149088",21767,87330 -"149089",21768,21777 -"149090",21768,21818 -"149091",21768,21833 -"149092",21770,24679 -"149093",21770,45727 -"149094",21770,48521 -"149095",21770,53747 -"149096",21770,70646 -"149097",21772,27128 -"149098",21772,59213 -"149099",21772,59431 -"149100",21772,109644 -"149101",21772,114175 -"149102",21772,119220 -"149103",21773,38624 -"149104",21773,55112 -"149105",21773,83569 -"149106",21773,85662 -"149107",21773,92254 -"149108",21773,92437 -"149109",21774,23679 -"149110",21774,24299 -"149111",21774,27030 -"149112",21774,29368 -"149113",21774,29737 -"149114",21774,33095 -"149115",21774,38784 -"149116",21774,40129 -"149117",21774,43571 -"149118",21774,53485 -"149119",21774,64955 -"149120",21774,78052 -"149121",21774,91512 -"149122",21774,91899 -"149123",21774,102646 -"149124",21775,21794 -"149125",21775,100759 -"149126",21776,21780 -"149127",21776,21782 -"149128",21776,21792 -"149129",21776,21836 -"149130",21776,21838 -"149131",21776,21853 -"149132",21777,21818 -"149133",21777,21833 -"149134",21779,113090 -"149135",21780,21782 -"149136",21780,21792 -"149137",21780,21836 -"149138",21780,21838 -"149139",21780,21853 -"149140",21780,31626 -"149141",21780,36698 -"149142",21780,40152 -"149143",21780,48763 -"149144",21780,61841 -"149145",21780,76634 -"149146",21780,77505 -"149147",21780,77521 -"149148",21780,77523 -"149149",21780,77582 -"149150",21780,87449 -"149151",21781,80697 -"149152",21781,92485 -"149153",21782,21792 -"149154",21782,21836 -"149155",21782,21838 -"149156",21782,21853 -"149157",21783,86633 -"149158",21784,106123 -"149159",21786,21795 -"149160",21786,24363 -"149161",21786,25762 -"149162",21786,29976 -"149163",21786,34965 -"149164",21786,36239 -"149165",21786,36481 -"149166",21786,52721 -"149167",21786,105075 -"149168",21787,32476 -"149169",21787,42139 -"149170",21787,49469 -"149171",21787,98130 -"149172",21787,110449 -"149173",21788,21791 -"149174",21788,22451 -"149175",21788,22466 -"149176",21789,32350 -"149177",21789,42956 -"149178",21789,91763 -"149179",21791,22451 -"149180",21791,22466 -"149181",21791,106513 -"149182",21792,21836 -"149183",21792,21838 -"149184",21792,21853 -"149185",21793,35538 -"149186",21793,35556 -"149187",21793,35568 -"149188",21793,39189 -"149189",21793,51515 -"149190",21793,52199 -"149191",21793,66299 -"149192",21794,22038 -"149193",21794,40379 -"149194",21794,67121 -"149195",21794,112637 -"149196",21794,112649 -"149197",21795,29195 -"149198",21795,34189 -"149199",21795,34206 -"149200",21795,34222 -"149201",21795,34594 -"149202",21795,34950 -"149203",21795,35840 -"149204",21795,36768 -"149205",21795,36780 -"149206",21795,36816 -"149207",21795,44286 -"149208",21795,44287 -"149209",21795,44344 -"149210",21795,44395 -"149211",21795,52133 -"149212",21795,61892 -"149213",21795,66515 -"149214",21795,66577 -"149215",21795,77548 -"149216",21795,82524 -"149217",21796,38846 -"149218",21796,43278 -"149219",21796,58893 -"149220",21797,21798 -"149221",21797,59198 -"149222",21799,50423 -"149223",21799,53209 -"149224",21801,28451 -"149225",21803,63300 -"149226",21804,23116 -"149227",21804,32697 -"149228",21804,35088 -"149229",21804,51843 -"149230",21804,53756 -"149231",21804,54385 -"149232",21804,79000 -"149233",21804,80025 -"149234",21804,84808 -"149235",21804,84828 -"149236",21805,40927 -"149237",21805,57990 -"149238",21805,70009 -"149239",21805,80790 -"149240",21805,87326 -"149241",21805,99504 -"149242",21805,109540 -"149243",21805,111867 -"149244",21805,119535 -"149245",21805,122185 -"149246",21806,28185 -"149247",21806,67508 -"149248",21808,25504 -"149249",21808,31885 -"149250",21808,49601 -"149251",21808,103661 -"149252",21809,37688 -"149253",21810,23381 -"149254",21810,25792 -"149255",21810,34488 -"149256",21811,23688 -"149257",21811,24256 -"149258",21811,29512 -"149259",21811,49359 -"149260",21811,61975 -"149261",21811,82412 -"149262",21812,24267 -"149263",21813,23586 -"149264",21813,77254 -"149265",21813,82543 -"149266",21813,106937 -"149267",21814,22462 -"149268",21814,24847 -"149269",21814,32330 -"149270",21814,33451 -"149271",21814,40792 -"149272",21814,42233 -"149273",21814,54204 -"149274",21814,58548 -"149275",21814,60738 -"149276",21814,65511 -"149277",21814,67165 -"149278",21814,74862 -"149279",21815,22811 -"149280",21815,34147 -"149281",21815,40114 -"149282",21815,56689 -"149283",21815,117453 -"149284",21816,60464 -"149285",21816,79256 -"149286",21816,92658 -"149287",21816,118297 -"149288",21817,26816 -"149289",21817,38320 -"149290",21818,21833 -"149291",21819,21820 -"149292",21819,42881 -"149293",21821,24890 -"149294",21821,30485 -"149295",21821,35457 -"149296",21821,99613 -"149297",21821,108945 -"149298",21821,108946 -"149299",21822,24207 -"149300",21822,30954 -"149301",21823,25767 -"149302",21823,26926 -"149303",21823,42303 -"149304",21823,51475 -"149305",21823,51789 -"149306",21824,49211 -"149307",21825,31593 -"149308",21825,76532 -"149309",21825,77518 -"149310",21825,87153 -"149311",21825,87170 -"149312",21825,87174 -"149313",21826,26013 -"149314",21826,68202 -"149315",21826,79333 -"149316",21826,97071 -"149317",21827,48415 -"149318",21827,72366 -"149319",21827,78787 -"149320",21828,21847 -"149321",21828,21849 -"149322",21828,21929 -"149323",21828,24619 -"149324",21828,38186 -"149325",21828,42374 -"149326",21828,50824 -"149327",21828,53954 -"149328",21829,76132 -"149329",21830,88927 -"149330",21830,113809 -"149331",21830,113812 -"149332",21831,30222 -"149333",21831,44248 -"149334",21831,44778 -"149335",21831,63961 -"149336",21832,25203 -"149337",21832,31251 -"149338",21833,23309 -"149339",21833,24610 -"149340",21834,27434 -"149341",21834,58674 -"149342",21835,23171 -"149343",21835,60957 -"149344",21835,86455 -"149345",21835,94511 -"149346",21835,103132 -"149347",21836,21838 -"149348",21836,21853 -"149349",21836,89112 -"149350",21837,25090 -"149351",21837,61457 -"149352",21838,21853 -"149353",21838,31626 -"149354",21838,39908 -"149355",21838,61841 -"149356",21838,69561 -"149357",21838,69923 -"149358",21839,24051 -"149359",21839,79065 -"149360",21839,86222 -"149361",21841,72231 -"149362",21841,88415 -"149363",21841,88428 -"149364",21841,88532 -"149365",21842,33867 -"149366",21843,27525 -"149367",21843,41855 -"149368",21844,29114 -"149369",21844,32931 -"149370",21844,58467 -"149371",21844,70528 -"149372",21844,89948 -"149373",21844,118787 -"149374",21846,48412 -"149375",21847,21849 -"149376",21847,34065 -"149377",21847,50701 -"149378",21847,65028 -"149379",21847,71127 -"149380",21847,94853 -"149381",21848,23606 -"149382",21848,25264 -"149383",21848,34735 -"149384",21848,67817 -"149385",21848,100636 -"149386",21848,108046 -"149387",21848,113231 -"149388",21849,21929 -"149389",21849,22170 -"149390",21849,23891 -"149391",21849,25124 -"149392",21849,30285 -"149393",21849,32452 -"149394",21849,34303 -"149395",21849,37087 -"149396",21849,38186 -"149397",21849,40099 -"149398",21849,42273 -"149399",21849,45302 -"149400",21849,48359 -"149401",21849,49559 -"149402",21849,51017 -"149403",21849,51021 -"149404",21849,51035 -"149405",21849,51046 -"149406",21849,51047 -"149407",21849,51568 -"149408",21849,51866 -"149409",21849,57225 -"149410",21850,36206 -"149411",21850,75538 -"149412",21851,24597 -"149413",21851,27595 -"149414",21851,38813 -"149415",21852,23276 -"149416",21852,25512 -"149417",21852,29779 -"149418",21852,46505 -"149419",21852,54116 -"149420",21855,97085 -"149421",21856,34454 -"149422",21857,21908 -"149423",21857,21959 -"149424",21858,22010 -"149425",21858,25408 -"149426",21859,51117 -"149427",21860,74516 -"149428",21861,56388 -"149429",21862,22089 -"149430",21862,79117 -"149431",21862,81478 -"149432",21862,82399 -"149433",21862,118991 -"149434",21863,45584 -"149435",21864,23618 -"149436",21864,31041 -"149437",21864,68105 -"149438",21864,68144 -"149439",21864,69884 -"149440",21864,71871 -"149441",21865,22566 -"149442",21865,98150 -"149443",21865,106157 -"149444",21866,21999 -"149445",21866,39075 -"149446",21867,22833 -"149447",21867,29605 -"149448",21867,29684 -"149449",21867,47630 -"149450",21867,61499 -"149451",21867,77649 -"149452",21867,88288 -"149453",21867,89874 -"149454",21867,91282 -"149455",21867,96525 -"149456",21867,108430 -"149457",21867,111109 -"149458",21868,22620 -"149459",21868,22705 -"149460",21868,22759 -"149461",21868,22760 -"149462",21868,46725 -"149463",21868,47369 -"149464",21868,53181 -"149465",21868,61361 -"149466",21868,63515 -"149467",21868,93877 -"149468",21869,21958 -"149469",21870,80847 -"149470",21871,23775 -"149471",21871,49340 -"149472",21871,49346 -"149473",21872,22005 -"149474",21872,35803 -"149475",21872,59499 -"149476",21872,71778 -"149477",21872,100275 -"149478",21872,110028 -"149479",21872,111658 -"149480",21873,55363 -"149481",21873,68929 -"149482",21873,98628 -"149483",21874,21962 -"149484",21874,83624 -"149485",21877,34216 -"149486",21877,38282 -"149487",21877,40451 -"149488",21877,54932 -"149489",21877,57206 -"149490",21877,68018 -"149491",21877,72405 -"149492",21877,76350 -"149493",21877,89730 -"149494",21877,92029 -"149495",21877,95938 -"149496",21877,108440 -"149497",21877,118686 -"149498",21877,120960 -"149499",21878,63205 -"149500",21879,22120 -"149501",21879,114969 -"149502",21880,32731 -"149503",21880,38439 -"149504",21880,77768 -"149505",21880,86242 -"149506",21880,115163 -"149507",21881,22007 -"149508",21881,22091 -"149509",21881,66826 -"149510",21881,81941 -"149511",21882,22046 -"149512",21882,25178 -"149513",21882,33281 -"149514",21882,43572 -"149515",21882,64237 -"149516",21883,34975 -"149517",21883,44653 -"149518",21883,52891 -"149519",21883,93283 -"149520",21883,106836 -"149521",21883,115149 -"149522",21884,21956 -"149523",21884,23736 -"149524",21884,44778 -"149525",21884,45742 -"149526",21884,55067 -"149527",21884,77441 -"149528",21885,21969 -"149529",21885,22028 -"149530",21885,25444 -"149531",21885,26027 -"149532",21885,26940 -"149533",21885,30731 -"149534",21885,32442 -"149535",21885,32531 -"149536",21885,34199 -"149537",21885,39646 -"149538",21885,40532 -"149539",21885,41446 -"149540",21885,51168 -"149541",21885,56706 -"149542",21885,57481 -"149543",21885,59401 -"149544",21885,64967 -"149545",21885,65553 -"149546",21885,74165 -"149547",21885,74256 -"149548",21885,81451 -"149549",21885,88747 -"149550",21886,41544 -"149551",21886,42992 -"149552",21886,90160 -"149553",21886,99216 -"149554",21886,108485 -"149555",21886,110102 -"149556",21886,112539 -"149557",21886,114718 -"149558",21887,23360 -"149559",21887,38335 -"149560",21887,51931 -"149561",21888,21912 -"149562",21888,21945 -"149563",21888,22047 -"149564",21888,22067 -"149565",21888,37986 -"149566",21888,38768 -"149567",21889,23952 -"149568",21889,37004 -"149569",21889,67911 -"149570",21889,81415 -"149571",21890,23981 -"149572",21890,41828 -"149573",21890,78738 -"149574",21891,23059 -"149575",21891,23326 -"149576",21891,24338 -"149577",21891,24490 -"149578",21891,28154 -"149579",21891,29068 -"149580",21891,30983 -"149581",21891,34276 -"149582",21891,44994 -"149583",21891,54558 -"149584",21891,74433 -"149585",21891,95233 -"149586",21892,22290 -"149587",21892,70535 -"149588",21893,46105 -"149589",21894,24906 -"149590",21894,38124 -"149591",21894,87776 -"149592",21894,103166 -"149593",21894,118205 -"149594",21895,22889 -"149595",21895,24181 -"149596",21895,26723 -"149597",21895,31222 -"149598",21895,31302 -"149599",21895,92950 -"149600",21896,33723 -"149601",21896,76510 -"149602",21896,86117 -"149603",21897,34905 -"149604",21897,50074 -"149605",21898,94773 -"149606",21898,96928 -"149607",21899,33117 -"149608",21899,52614 -"149609",21899,84174 -"149610",21899,93949 -"149611",21899,95875 -"149612",21899,106803 -"149613",21900,62469 -"149614",21900,93844 -"149615",21901,36883 -"149616",21901,36952 -"149617",21901,36966 -"149618",21901,52690 -"149619",21901,63658 -"149620",21901,80352 -"149621",21902,22976 -"149622",21902,78367 -"149623",21902,84563 -"149624",21902,86974 -"149625",21902,90169 -"149626",21902,99806 -"149627",21902,105084 -"149628",21902,114530 -"149629",21902,117747 -"149630",21902,119722 -"149631",21902,122401 -"149632",21903,46912 -"149633",21903,60416 -"149634",21903,72995 -"149635",21903,85961 -"149636",21903,101569 -"149637",21903,108936 -"149638",21903,111682 -"149639",21904,43706 -"149640",21905,22267 -"149641",21905,24983 -"149642",21905,26346 -"149643",21905,28880 -"149644",21905,35003 -"149645",21905,46546 -"149646",21905,50441 -"149647",21905,53605 -"149648",21905,53707 -"149649",21905,79823 -"149650",21905,88209 -"149651",21905,95448 -"149652",21906,21933 -"149653",21906,22029 -"149654",21906,24055 -"149655",21906,25367 -"149656",21906,25413 -"149657",21906,29576 -"149658",21906,34017 -"149659",21906,43654 -"149660",21906,44222 -"149661",21906,45161 -"149662",21906,46726 -"149663",21906,47167 -"149664",21906,48464 -"149665",21906,54581 -"149666",21906,55765 -"149667",21906,59915 -"149668",21906,62668 -"149669",21906,69398 -"149670",21906,70111 -"149671",21906,70473 -"149672",21906,70981 -"149673",21906,71825 -"149674",21906,71837 -"149675",21906,77625 -"149676",21906,78246 -"149677",21906,79681 -"149678",21906,81467 -"149679",21906,82452 -"149680",21906,85556 -"149681",21906,88409 -"149682",21906,90883 -"149683",21906,91383 -"149684",21906,92113 -"149685",21906,92324 -"149686",21906,98904 -"149687",21906,102940 -"149688",21906,104888 -"149689",21906,118577 -"149690",21906,119085 -"149691",21906,119224 -"149692",21906,119439 -"149693",21906,119760 -"149694",21906,120085 -"149695",21906,120232 -"149696",21906,121213 -"149697",21907,96431 -"149698",21907,98071 -"149699",21907,115894 -"149700",21908,21959 -"149701",21908,33100 -"149702",21908,34063 -"149703",21909,21971 -"149704",21909,28786 -"149705",21909,40671 -"149706",21909,40701 -"149707",21909,40736 -"149708",21909,46191 -"149709",21909,74439 -"149710",21910,45589 -"149711",21910,87554 -"149712",21910,110986 -"149713",21910,111079 -"149714",21910,111087 -"149715",21910,117365 -"149716",21911,22118 -"149717",21911,24995 -"149718",21911,28731 -"149719",21911,30438 -"149720",21911,31243 -"149721",21911,31385 -"149722",21911,34000 -"149723",21911,34492 -"149724",21911,45715 -"149725",21911,48031 -"149726",21911,56870 -"149727",21911,71296 -"149728",21911,72236 -"149729",21911,73790 -"149730",21911,80649 -"149731",21911,86550 -"149732",21911,95881 -"149733",21911,99884 -"149734",21911,109383 -"149735",21911,111761 -"149736",21911,119428 -"149737",21912,21945 -"149738",21912,22047 -"149739",21912,22067 -"149740",21913,59654 -"149741",21914,29483 -"149742",21914,36926 -"149743",21915,31696 -"149744",21915,56610 -"149745",21916,56906 -"149746",21916,62317 -"149747",21916,108302 -"149748",21916,111487 -"149749",21917,67102 -"149750",21917,71803 -"149751",21918,24939 -"149752",21918,25013 -"149753",21918,25150 -"149754",21918,25639 -"149755",21918,26432 -"149756",21918,26943 -"149757",21918,28499 -"149758",21918,30866 -"149759",21918,31700 -"149760",21918,32361 -"149761",21918,33275 -"149762",21918,33883 -"149763",21918,36286 -"149764",21918,36767 -"149765",21918,36954 -"149766",21918,37307 -"149767",21918,37937 -"149768",21918,40419 -"149769",21918,41455 -"149770",21918,42608 -"149771",21918,43149 -"149772",21918,44180 -"149773",21918,44687 -"149774",21918,45818 -"149775",21918,50207 -"149776",21918,50488 -"149777",21918,51476 -"149778",21918,51892 -"149779",21918,52112 -"149780",21918,53415 -"149781",21918,53755 -"149782",21918,54168 -"149783",21918,56357 -"149784",21918,57210 -"149785",21918,57636 -"149786",21918,58482 -"149787",21918,59172 -"149788",21918,59798 -"149789",21918,59816 -"149790",21918,61874 -"149791",21918,63274 -"149792",21918,66322 -"149793",21918,67327 -"149794",21918,70854 -"149795",21918,70907 -"149796",21918,71683 -"149797",21918,72568 -"149798",21918,72628 -"149799",21918,73767 -"149800",21918,77125 -"149801",21918,78398 -"149802",21918,78532 -"149803",21918,81609 -"149804",21918,82426 -"149805",21918,84343 -"149806",21918,85000 -"149807",21918,85101 -"149808",21918,85885 -"149809",21918,89706 -"149810",21918,91255 -"149811",21918,91682 -"149812",21918,92247 -"149813",21918,92352 -"149814",21918,92362 -"149815",21918,92929 -"149816",21918,93719 -"149817",21918,94906 -"149818",21918,94946 -"149819",21918,95267 -"149820",21918,95889 -"149821",21918,96093 -"149822",21918,97580 -"149823",21918,97988 -"149824",21918,98727 -"149825",21918,98776 -"149826",21918,99064 -"149827",21918,99309 -"149828",21918,99376 -"149829",21918,99450 -"149830",21918,99471 -"149831",21918,99474 -"149832",21918,100795 -"149833",21918,100916 -"149834",21918,100944 -"149835",21918,101126 -"149836",21918,101329 -"149837",21918,105557 -"149838",21918,106824 -"149839",21918,107199 -"149840",21918,108743 -"149841",21918,108879 -"149842",21918,108980 -"149843",21918,109166 -"149844",21918,109291 -"149845",21918,109774 -"149846",21918,109858 -"149847",21918,109878 -"149848",21918,109933 -"149849",21918,110483 -"149850",21918,110567 -"149851",21918,110572 -"149852",21918,110630 -"149853",21918,110648 -"149854",21918,110711 -"149855",21918,110770 -"149856",21918,110869 -"149857",21918,110911 -"149858",21918,111285 -"149859",21918,111314 -"149860",21918,111362 -"149861",21918,111372 -"149862",21918,111424 -"149863",21918,111433 -"149864",21918,112422 -"149865",21918,112962 -"149866",21918,113269 -"149867",21918,113430 -"149868",21918,113990 -"149869",21918,114242 -"149870",21918,114842 -"149871",21918,115413 -"149872",21918,115427 -"149873",21918,115521 -"149874",21918,115711 -"149875",21918,116123 -"149876",21918,117258 -"149877",21918,117560 -"149878",21918,118128 -"149879",21918,118836 -"149880",21918,118866 -"149881",21918,118873 -"149882",21918,119131 -"149883",21918,119513 -"149884",21918,119716 -"149885",21918,119769 -"149886",21918,120123 -"149887",21918,120169 -"149888",21918,120725 -"149889",21918,120944 -"149890",21918,121609 -"149891",21918,122007 -"149892",21918,122032 -"149893",21918,122035 -"149894",21918,122724 -"149895",21918,123070 -"149896",21918,123394 -"149897",21918,123490 -"149898",21919,21953 -"149899",21919,22013 -"149900",21919,22037 -"149901",21919,37832 -"149902",21920,22078 -"149903",21920,25395 -"149904",21920,29748 -"149905",21920,32735 -"149906",21920,36456 -"149907",21920,55493 -"149908",21920,64737 -"149909",21920,79639 -"149910",21920,89520 -"149911",21920,98292 -"149912",21920,117713 -"149913",21921,22023 -"149914",21921,27864 -"149915",21921,27908 -"149916",21921,60103 -"149917",21921,87246 -"149918",21921,88131 -"149919",21921,115332 -"149920",21922,61882 -"149921",21922,85663 -"149922",21923,38156 -"149923",21923,50557 -"149924",21923,68409 -"149925",21923,78912 -"149926",21924,22059 -"149927",21924,81636 -"149928",21925,22050 -"149929",21925,105117 -"149930",21926,21927 -"149931",21926,31655 -"149932",21926,62540 -"149933",21929,23724 -"149934",21929,25124 -"149935",21929,32452 -"149936",21929,34303 -"149937",21929,38186 -"149938",21929,40493 -"149939",21929,42273 -"149940",21929,45302 -"149941",21929,48359 -"149942",21929,49559 -"149943",21929,51568 -"149944",21929,51866 -"149945",21929,57225 -"149946",21929,62679 -"149947",21930,51557 -"149948",21931,59315 -"149949",21932,38184 -"149950",21932,39393 -"149951",21932,39700 -"149952",21932,44591 -"149953",21932,49068 -"149954",21932,57061 -"149955",21932,59768 -"149956",21933,22029 -"149957",21933,26252 -"149958",21933,33013 -"149959",21933,37102 -"149960",21933,39989 -"149961",21933,40879 -"149962",21933,52699 -"149963",21933,96151 -"149964",21935,21952 -"149965",21936,79941 -"149966",21936,110461 -"149967",21937,21938 -"149968",21937,22277 -"149969",21937,22309 -"149970",21938,22277 -"149971",21938,22309 -"149972",21938,71295 -"149973",21939,21955 -"149974",21939,31604 -"149975",21939,57728 -"149976",21940,21998 -"149977",21940,26282 -"149978",21940,97091 -"149979",21941,69121 -"149980",21941,105034 -"149981",21942,54103 -"149982",21942,70663 -"149983",21942,70882 -"149984",21942,73297 -"149985",21942,95560 -"149986",21944,23126 -"149987",21944,36107 -"149988",21944,41203 -"149989",21944,51924 -"149990",21944,68530 -"149991",21944,91521 -"149992",21945,22047 -"149993",21945,22067 -"149994",21945,29764 -"149995",21946,41462 -"149996",21946,80920 -"149997",21946,102288 -"149998",21946,115609 -"149999",21947,22093 -"150000",21947,47462 -"150001",21948,32804 -"150002",21948,32993 -"150003",21948,33130 -"150004",21948,41823 -"150005",21948,98499 -"150006",21948,98512 -"150007",21949,25170 -"150008",21949,55716 -"150009",21949,90978 -"150010",21951,47374 -"150011",21953,22013 -"150012",21953,22037 -"150013",21954,33382 -"150014",21954,62538 -"150015",21954,88863 -"150016",21954,92570 -"150017",21955,31604 -"150018",21955,57728 -"150019",21955,63577 -"150020",21957,39607 -"150021",21957,39958 -"150022",21957,40944 -"150023",21957,60828 -"150024",21957,64906 -"150025",21957,80664 -"150026",21957,87907 -"150027",21957,100220 -"150028",21957,103276 -"150029",21957,115339 -"150030",21957,115797 -"150031",21957,119874 -"150032",21958,40051 -"150033",21958,62393 -"150034",21958,96873 -"150035",21958,99641 -"150036",21958,100151 -"150037",21958,108634 -"150038",21958,117756 -"150039",21959,48431 -"150040",21959,56414 -"150041",21959,56415 -"150042",21959,56428 -"150043",21960,81506 -"150044",21960,86792 -"150045",21963,45558 -"150046",21963,51592 -"150047",21963,53639 -"150048",21963,54972 -"150049",21963,59767 -"150050",21964,25650 -"150051",21964,25859 -"150052",21964,25866 -"150053",21964,80505 -"150054",21965,100013 -"150055",21966,21970 -"150056",21967,22018 -"150057",21967,61366 -"150058",21967,62862 -"150059",21968,22682 -"150060",21968,36237 -"150061",21968,41081 -"150062",21968,61975 -"150063",21968,70578 -"150064",21968,75299 -"150065",21968,81771 -"150066",21968,88746 -"150067",21969,22028 -"150068",21969,24268 -"150069",21969,26941 -"150070",21969,27090 -"150071",21969,27448 -"150072",21969,27798 -"150073",21969,30995 -"150074",21969,31470 -"150075",21969,41446 -"150076",21969,45080 -"150077",21969,46532 -"150078",21969,49282 -"150079",21969,63041 -"150080",21969,102672 -"150081",21970,114549 -"150082",21972,24453 -"150083",21972,31589 -"150084",21972,33736 -"150085",21972,35292 -"150086",21972,39647 -"150087",21972,53983 -"150088",21972,78805 -"150089",21972,106363 -"150090",21972,106387 -"150091",21972,106395 -"150092",21973,43488 -"150093",21973,50076 -"150094",21973,65037 -"150095",21973,65038 -"150096",21973,65039 -"150097",21973,65040 -"150098",21973,65084 -"150099",21974,41842 -"150100",21974,109123 -"150101",21976,52742 -"150102",21976,56726 -"150103",21976,59672 -"150104",21976,65223 -"150105",21976,74662 -"150106",21976,97439 -"150107",21976,97483 -"150108",21976,97484 -"150109",21976,98152 -"150110",21977,22062 -"150111",21978,31745 -"150112",21978,42151 -"150113",21978,53289 -"150114",21978,61281 -"150115",21978,62872 -"150116",21978,65699 -"150117",21978,71841 -"150118",21979,35972 -"150119",21979,42744 -"150120",21979,45921 -"150121",21979,46049 -"150122",21979,54816 -"150123",21979,98741 -"150124",21979,102508 -"150125",21980,22042 -"150126",21981,26532 -"150127",21981,53747 -"150128",21981,57463 -"150129",21981,107760 -"150130",21981,114853 -"150131",21981,116045 -"150132",21983,39432 -"150133",21984,35388 -"150134",21984,54771 -"150135",21984,54804 -"150136",21985,99786 -"150137",21985,105096 -"150138",21986,109494 -"150139",21986,113804 -"150140",21987,28132 -"150141",21987,34583 -"150142",21987,36419 -"150143",21987,52116 -"150144",21987,60717 -"150145",21987,63889 -"150146",21987,73747 -"150147",21987,76110 -"150148",21987,89697 -"150149",21987,92058 -"150150",21987,95469 -"150151",21987,103043 -"150152",21987,103269 -"150153",21987,106876 -"150154",21988,73254 -"150155",21988,77547 -"150156",21989,30036 -"150157",21989,65984 -"150158",21990,46691 -"150159",21990,53987 -"150160",21990,63825 -"150161",21991,35602 -"150162",21991,118436 -"150163",21992,110227 -"150164",21992,110936 -"150165",21992,118416 -"150166",21993,22292 -"150167",21993,24031 -"150168",21993,26911 -"150169",21993,27366 -"150170",21993,27430 -"150171",21993,41804 -"150172",21994,25870 -"150173",21994,61908 -"150174",21995,42280 -"150175",21995,55865 -"150176",21995,71945 -"150177",21995,107263 -"150178",21996,53393 -"150179",21996,81081 -"150180",21997,39217 -"150181",21997,46343 -"150182",21997,62936 -"150183",21997,81535 -"150184",21999,39075 -"150185",22000,40977 -"150186",22001,70807 -"150187",22003,46368 -"150188",22003,85458 -"150189",22003,88547 -"150190",22005,23806 -"150191",22005,51071 -"150192",22005,68170 -"150193",22005,73406 -"150194",22005,76030 -"150195",22005,77715 -"150196",22005,98529 -"150197",22005,105389 -"150198",22006,22749 -"150199",22006,28333 -"150200",22006,30324 -"150201",22006,30898 -"150202",22006,65793 -"150203",22006,69498 -"150204",22006,73227 -"150205",22006,76364 -"150206",22006,80270 -"150207",22006,94440 -"150208",22006,95316 -"150209",22007,22091 -"150210",22008,57499 -"150211",22008,62929 -"150212",22008,81631 -"150213",22008,87822 -"150214",22009,102968 -"150215",22009,121717 -"150216",22010,50471 -"150217",22010,66554 -"150218",22010,66598 -"150219",22011,23788 -"150220",22011,79979 -"150221",22011,96621 -"150222",22011,112549 -"150223",22011,114552 -"150224",22011,114557 -"150225",22012,27286 -"150226",22012,33002 -"150227",22012,43049 -"150228",22012,68919 -"150229",22013,22037 -"150230",22014,22092 -"150231",22015,33506 -"150232",22015,70240 -"150233",22016,30054 -"150234",22016,54971 -"150235",22016,55386 -"150236",22016,56020 -"150237",22016,56050 -"150238",22016,63541 -"150239",22017,25483 -"150240",22017,86793 -"150241",22019,24996 -"150242",22019,55951 -"150243",22019,77615 -"150244",22019,112653 -"150245",22020,23399 -"150246",22020,46079 -"150247",22022,44759 -"150248",22024,22083 -"150249",22025,22057 -"150250",22025,24789 -"150251",22026,22030 -"150252",22026,36462 -"150253",22027,22170 -"150254",22027,35594 -"150255",22027,35954 -"150256",22027,51334 -"150257",22027,56082 -"150258",22027,107123 -"150259",22027,107142 -"150260",22028,57896 -"150261",22029,23772 -"150262",22029,26853 -"150263",22029,28880 -"150264",22029,39486 -"150265",22029,43443 -"150266",22029,54579 -"150267",22029,59619 -"150268",22029,63377 -"150269",22029,67963 -"150270",22029,74287 -"150271",22029,75620 -"150272",22029,109551 -"150273",22029,121868 -"150274",22030,26158 -"150275",22030,29267 -"150276",22030,37427 -"150277",22030,37871 -"150278",22030,39062 -"150279",22030,42455 -"150280",22030,54794 -"150281",22030,89982 -"150282",22030,93021 -"150283",22032,27922 -"150284",22032,71321 -"150285",22032,72808 -"150286",22032,100803 -"150287",22033,33269 -"150288",22033,76772 -"150289",22033,88509 -"150290",22033,91988 -"150291",22034,32455 -"150292",22034,89823 -"150293",22034,103339 -"150294",22034,108282 -"150295",22035,22094 -"150296",22035,22098 -"150297",22035,108242 -"150298",22035,115728 -"150299",22036,24259 -"150300",22036,34172 -"150301",22036,34211 -"150302",22036,34333 -"150303",22037,36689 -"150304",22037,36702 -"150305",22037,36703 -"150306",22038,24534 -"150307",22038,24972 -"150308",22038,26908 -"150309",22038,27592 -"150310",22038,36280 -"150311",22038,40954 -"150312",22038,53813 -"150313",22038,57647 -"150314",22038,67121 -"150315",22038,67252 -"150316",22038,69429 -"150317",22038,70109 -"150318",22038,78971 -"150319",22038,80898 -"150320",22038,94702 -"150321",22039,33312 -"150322",22039,52022 -"150323",22039,53360 -"150324",22039,64052 -"150325",22039,67438 -"150326",22039,96540 -"150327",22039,96635 -"150328",22039,96692 -"150329",22040,31748 -"150330",22040,58259 -"150331",22040,61883 -"150332",22040,96745 -"150333",22041,48665 -"150334",22041,48666 -"150335",22041,48766 -"150336",22041,65254 -"150337",22041,75292 -"150338",22041,93974 -"150339",22042,47599 -"150340",22042,64065 -"150341",22042,68757 -"150342",22043,36249 -"150343",22044,69385 -"150344",22044,92053 -"150345",22045,23825 -"150346",22045,56083 -"150347",22046,22670 -"150348",22046,26963 -"150349",22046,27953 -"150350",22046,48444 -"150351",22046,53155 -"150352",22046,59014 -"150353",22046,60053 -"150354",22046,105811 -"150355",22046,109521 -"150356",22046,114831 -"150357",22046,116478 -"150358",22046,121231 -"150359",22046,121234 -"150360",22047,22067 -"150361",22047,26611 -"150362",22047,46199 -"150363",22047,50970 -"150364",22047,58353 -"150365",22047,71760 -"150366",22048,27578 -"150367",22048,44711 -"150368",22048,54051 -"150369",22048,57164 -"150370",22048,72218 -"150371",22049,26329 -"150372",22049,39482 -"150373",22049,40840 -"150374",22049,49201 -"150375",22049,55567 -"150376",22049,69121 -"150377",22049,92974 -"150378",22049,112506 -"150379",22051,25548 -"150380",22051,33352 -"150381",22051,33428 -"150382",22051,79674 -"150383",22051,84628 -"150384",22051,107431 -"150385",22051,113479 -"150386",22052,23869 -"150387",22052,25943 -"150388",22052,26506 -"150389",22052,27489 -"150390",22052,27727 -"150391",22052,34964 -"150392",22052,38267 -"150393",22052,39563 -"150394",22052,45037 -"150395",22052,52942 -"150396",22052,55111 -"150397",22052,59484 -"150398",22052,61088 -"150399",22052,73918 -"150400",22052,74730 -"150401",22052,121175 -"150402",22053,23006 -"150403",22053,31038 -"150404",22053,31497 -"150405",22053,34660 -"150406",22053,35217 -"150407",22053,40925 -"150408",22053,41641 -"150409",22053,41649 -"150410",22053,41689 -"150411",22053,41690 -"150412",22053,41770 -"150413",22053,46962 -"150414",22053,52926 -"150415",22053,72654 -"150416",22055,48779 -"150417",22056,23975 -"150418",22057,27224 -"150419",22057,29884 -"150420",22057,41971 -"150421",22057,46225 -"150422",22057,58163 -"150423",22057,70454 -"150424",22057,79320 -"150425",22057,83844 -"150426",22057,87041 -"150427",22057,96149 -"150428",22057,106469 -"150429",22058,45926 -"150430",22058,57394 -"150431",22058,91930 -"150432",22058,119043 -"150433",22058,119045 -"150434",22058,119048 -"150435",22059,40918 -"150436",22059,49955 -"150437",22060,22193 -"150438",22060,22236 -"150439",22060,22237 -"150440",22060,31331 -"150441",22060,48860 -"150442",22061,30148 -"150443",22061,30211 -"150444",22061,30255 -"150445",22061,31542 -"150446",22061,37533 -"150447",22061,37631 -"150448",22061,49636 -"150449",22061,64313 -"150450",22061,70726 -"150451",22062,30849 -"150452",22062,32265 -"150453",22062,58018 -"150454",22062,59660 -"150455",22063,24453 -"150456",22063,33736 -"150457",22063,33737 -"150458",22063,33738 -"150459",22063,40516 -"150460",22064,39915 -"150461",22065,61389 -"150462",22066,52276 -"150463",22066,76749 -"150464",22068,22204 -"150465",22068,22262 -"150466",22068,22263 -"150467",22069,40896 -"150468",22070,80469 -"150469",22070,105283 -"150470",22071,28962 -"150471",22071,51768 -"150472",22071,62543 -"150473",22072,24429 -"150474",22072,25565 -"150475",22072,31214 -"150476",22072,34945 -"150477",22072,35904 -"150478",22072,35975 -"150479",22072,41713 -"150480",22072,41719 -"150481",22072,42355 -"150482",22072,43527 -"150483",22072,46503 -"150484",22072,47585 -"150485",22072,55795 -"150486",22072,57990 -"150487",22072,58855 -"150488",22072,68569 -"150489",22072,69983 -"150490",22072,76192 -"150491",22072,80723 -"150492",22072,90643 -"150493",22072,91411 -"150494",22072,92592 -"150495",22072,96336 -"150496",22072,97590 -"150497",22072,100274 -"150498",22073,22296 -"150499",22074,22182 -"150500",22074,29368 -"150501",22074,114546 -"150502",22075,77984 -"150503",22075,91304 -"150504",22076,107986 -"150505",22077,26383 -"150506",22077,40455 -"150507",22077,50210 -"150508",22077,55202 -"150509",22077,60569 -"150510",22077,64583 -"150511",22077,68906 -"150512",22077,73212 -"150513",22078,79107 -"150514",22080,83706 -"150515",22081,22285 -"150516",22081,26644 -"150517",22081,26654 -"150518",22081,28377 -"150519",22081,38059 -"150520",22081,54344 -"150521",22081,89160 -"150522",22081,96935 -"150523",22084,42260 -"150524",22084,52701 -"150525",22084,61612 -"150526",22084,61643 -"150527",22085,23444 -"150528",22085,23513 -"150529",22085,38384 -"150530",22085,58629 -"150531",22085,68681 -"150532",22085,104976 -"150533",22086,60919 -"150534",22086,64930 -"150535",22086,68867 -"150536",22086,95488 -"150537",22086,99356 -"150538",22086,122472 -"150539",22087,42555 -"150540",22087,99240 -"150541",22087,113163 -"150542",22087,121580 -"150543",22088,26076 -"150544",22088,29432 -"150545",22088,34989 -"150546",22088,44581 -"150547",22088,44983 -"150548",22088,45186 -"150549",22088,49595 -"150550",22088,55185 -"150551",22088,56125 -"150552",22088,62488 -"150553",22088,67788 -"150554",22088,68352 -"150555",22088,70266 -"150556",22088,80120 -"150557",22088,87603 -"150558",22088,103682 -"150559",22088,106100 -"150560",22088,112378 -"150561",22089,52288 -"150562",22089,89032 -"150563",22089,91027 -"150564",22089,91125 -"150565",22090,22889 -"150566",22090,26723 -"150567",22090,27189 -"150568",22090,29534 -"150569",22090,31222 -"150570",22090,35076 -"150571",22090,45014 -"150572",22090,72960 -"150573",22090,79025 -"150574",22090,105996 -"150575",22090,113902 -"150576",22090,114769 -"150577",22091,34784 -"150578",22091,76378 -"150579",22091,83488 -"150580",22091,106281 -"150581",22092,30254 -"150582",22092,101739 -"150583",22092,104409 -"150584",22092,115083 -"150585",22092,116761 -"150586",22094,22098 -"150587",22094,22676 -"150588",22094,23815 -"150589",22094,41623 -"150590",22094,45004 -"150591",22094,108242 -"150592",22095,55527 -"150593",22095,55600 -"150594",22096,23887 -"150595",22096,93508 -"150596",22097,25506 -"150597",22097,58801 -"150598",22097,113359 -"150599",22099,39428 -"150600",22100,24976 -"150601",22100,27605 -"150602",22100,44942 -"150603",22100,108223 -"150604",22101,59330 -"150605",22102,29400 -"150606",22102,60503 -"150607",22103,26312 -"150608",22103,37698 -"150609",22103,46037 -"150610",22103,81641 -"150611",22103,105064 -"150612",22104,110824 -"150613",22105,31621 -"150614",22105,32700 -"150615",22105,46973 -"150616",22105,61999 -"150617",22105,95966 -"150618",22105,96539 -"150619",22106,22140 -"150620",22106,22310 -"150621",22106,22311 -"150622",22106,25115 -"150623",22106,27474 -"150624",22106,36868 -"150625",22106,47357 -"150626",22106,81229 -"150627",22106,114299 -"150628",22106,115376 -"150629",22106,119277 -"150630",22107,65727 -"150631",22108,22314 -"150632",22108,32611 -"150633",22108,45753 -"150634",22108,57781 -"150635",22108,61329 -"150636",22108,66200 -"150637",22108,67233 -"150638",22108,115148 -"150639",22109,53066 -"150640",22109,61619 -"150641",22109,62097 -"150642",22109,63325 -"150643",22109,66624 -"150644",22110,22114 -"150645",22110,22129 -"150646",22110,22210 -"150647",22110,22269 -"150648",22110,36800 -"150649",22110,38672 -"150650",22110,42286 -"150651",22111,22113 -"150652",22112,22288 -"150653",22112,45489 -"150654",22112,45504 -"150655",22113,61270 -"150656",22114,22129 -"150657",22114,22210 -"150658",22114,22269 -"150659",22114,62781 -"150660",22114,106229 -"150661",22114,117318 -"150662",22115,24723 -"150663",22115,28450 -"150664",22115,37417 -"150665",22115,48364 -"150666",22115,96463 -"150667",22115,96627 -"150668",22115,96666 -"150669",22115,98094 -"150670",22116,22117 -"150671",22116,22164 -"150672",22116,29352 -"150673",22116,35270 -"150674",22116,37351 -"150675",22116,37364 -"150676",22116,37371 -"150677",22116,44675 -"150678",22116,45677 -"150679",22116,46202 -"150680",22116,47232 -"150681",22116,47767 -"150682",22116,69429 -"150683",22116,70748 -"150684",22116,76286 -"150685",22116,86925 -"150686",22116,92706 -"150687",22116,96616 -"150688",22116,100878 -"150689",22117,22164 -"150690",22117,22561 -"150691",22117,23539 -"150692",22117,28181 -"150693",22117,37351 -"150694",22117,40026 -"150695",22117,40335 -"150696",22117,40366 -"150697",22117,40404 -"150698",22117,41197 -"150699",22117,45951 -"150700",22117,47232 -"150701",22117,52815 -"150702",22117,74761 -"150703",22117,75338 -"150704",22117,77152 -"150705",22117,82185 -"150706",22117,85144 -"150707",22117,89199 -"150708",22117,106015 -"150709",22118,28731 -"150710",22118,30438 -"150711",22118,31385 -"150712",22118,45715 -"150713",22118,55465 -"150714",22118,77001 -"150715",22118,109383 -"150716",22119,23712 -"150717",22119,26283 -"150718",22119,54171 -"150719",22119,58783 -"150720",22119,69789 -"150721",22119,95562 -"150722",22119,96045 -"150723",22119,97464 -"150724",22119,103978 -"150725",22119,108718 -"150726",22119,119225 -"150727",22119,119227 -"150728",22119,119228 -"150729",22119,119229 -"150730",22119,119233 -"150731",22120,25814 -"150732",22120,29286 -"150733",22120,30549 -"150734",22120,30758 -"150735",22120,33957 -"150736",22120,34106 -"150737",22120,37905 -"150738",22120,37977 -"150739",22120,42530 -"150740",22120,61192 -"150741",22120,69956 -"150742",22120,70455 -"150743",22120,71467 -"150744",22120,72757 -"150745",22120,85560 -"150746",22120,88205 -"150747",22120,90903 -"150748",22120,92674 -"150749",22120,92847 -"150750",22120,92871 -"150751",22120,92889 -"150752",22120,100048 -"150753",22121,28072 -"150754",22122,65580 -"150755",22124,25170 -"150756",22124,25840 -"150757",22124,26734 -"150758",22124,27627 -"150759",22124,34100 -"150760",22124,35494 -"150761",22124,39440 -"150762",22124,46193 -"150763",22124,46824 -"150764",22124,51687 -"150765",22124,52974 -"150766",22124,55389 -"150767",22124,56360 -"150768",22124,57897 -"150769",22125,31355 -"150770",22125,40461 -"150771",22125,40727 -"150772",22125,82667 -"150773",22125,100834 -"150774",22125,117761 -"150775",22125,118793 -"150776",22125,118822 -"150777",22126,92532 -"150778",22126,98473 -"150779",22127,38093 -"150780",22127,68592 -"150781",22128,22225 -"150782",22128,60336 -"150783",22128,63190 -"150784",22128,64991 -"150785",22128,93301 -"150786",22129,22210 -"150787",22129,22269 -"150788",22129,34865 -"150789",22129,55829 -"150790",22129,80547 -"150791",22129,80762 -"150792",22129,83273 -"150793",22129,91283 -"150794",22129,99230 -"150795",22130,22305 -"150796",22130,22570 -"150797",22130,22749 -"150798",22130,22803 -"150799",22130,28216 -"150800",22130,28553 -"150801",22130,30547 -"150802",22130,31085 -"150803",22130,31206 -"150804",22130,32591 -"150805",22130,32638 -"150806",22130,33337 -"150807",22130,35256 -"150808",22130,38448 -"150809",22130,40019 -"150810",22130,40735 -"150811",22130,54234 -"150812",22130,64394 -"150813",22130,64416 -"150814",22130,64443 -"150815",22130,71208 -"150816",22130,71643 -"150817",22130,84212 -"150818",22130,90840 -"150819",22130,91431 -"150820",22130,105277 -"150821",22130,105315 -"150822",22130,108747 -"150823",22130,109153 -"150824",22130,117373 -"150825",22131,28658 -"150826",22131,28759 -"150827",22131,42204 -"150828",22131,75905 -"150829",22131,83115 -"150830",22131,91830 -"150831",22134,22240 -"150832",22135,38538 -"150833",22135,56441 -"150834",22135,88680 -"150835",22135,104878 -"150836",22136,22808 -"150837",22136,22840 -"150838",22136,24031 -"150839",22136,24093 -"150840",22136,28159 -"150841",22136,28214 -"150842",22136,28265 -"150843",22136,28279 -"150844",22136,28311 -"150845",22136,28322 -"150846",22136,29266 -"150847",22136,41859 -"150848",22136,46614 -"150849",22136,48871 -"150850",22136,50358 -"150851",22136,53497 -"150852",22136,56323 -"150853",22136,56499 -"150854",22136,63475 -"150855",22136,63503 -"150856",22136,63517 -"150857",22136,63563 -"150858",22136,63575 -"150859",22136,63592 -"150860",22136,95928 -"150861",22137,70199 -"150862",22137,112312 -"150863",22138,22191 -"150864",22138,22202 -"150865",22138,22216 -"150866",22138,28563 -"150867",22138,37673 -"150868",22139,35446 -"150869",22139,44697 -"150870",22140,22310 -"150871",22140,22311 -"150872",22141,39684 -"150873",22141,43173 -"150874",22141,51930 -"150875",22141,55288 -"150876",22141,62266 -"150877",22141,78082 -"150878",22141,80193 -"150879",22141,84022 -"150880",22141,90802 -"150881",22141,105911 -"150882",22141,115561 -"150883",22142,81213 -"150884",22143,31283 -"150885",22144,71535 -"150886",22145,22195 -"150887",22145,53539 -"150888",22146,22272 -"150889",22146,38210 -"150890",22146,71570 -"150891",22146,100662 -"150892",22146,117286 -"150893",22146,117287 -"150894",22147,100528 -"150895",22147,108905 -"150896",22147,119443 -"150897",22148,22149 -"150898",22149,44572 -"150899",22149,55161 -"150900",22149,62937 -"150901",22149,107758 -"150902",22149,119004 -"150903",22149,119123 -"150904",22150,34262 -"150905",22150,40170 -"150906",22150,40244 -"150907",22151,97501 -"150908",22151,105317 -"150909",22151,105362 -"150910",22151,116762 -"150911",22151,122516 -"150912",22152,58336 -"150913",22153,23098 -"150914",22153,41518 -"150915",22153,67748 -"150916",22153,73792 -"150917",22153,77611 -"150918",22154,32224 -"150919",22154,98752 -"150920",22155,22156 -"150921",22155,22207 -"150922",22155,22271 -"150923",22155,22286 -"150924",22155,42962 -"150925",22155,73735 -"150926",22155,77632 -"150927",22156,22207 -"150928",22156,22271 -"150929",22156,22286 -"150930",22156,37535 -"150931",22156,50308 -"150932",22157,26526 -"150933",22157,74576 -"150934",22157,87384 -"150935",22157,101397 -"150936",22157,113629 -"150937",22157,115561 -"150938",22157,118390 -"150939",22158,84011 -"150940",22158,91358 -"150941",22159,43902 -"150942",22159,107478 -"150943",22159,107479 -"150944",22160,23147 -"150945",22161,36998 -"150946",22161,53641 -"150947",22161,90287 -"150948",22161,95840 -"150949",22162,51712 -"150950",22163,22287 -"150951",22163,32996 -"150952",22163,49872 -"150953",22164,26030 -"150954",22164,26332 -"150955",22164,26898 -"150956",22164,63077 -"150957",22164,68104 -"150958",22164,102227 -"150959",22164,106348 -"150960",22165,24121 -"150961",22165,45186 -"150962",22165,51689 -"150963",22165,67788 -"150964",22165,77376 -"150965",22166,29343 -"150966",22166,42530 -"150967",22166,48466 -"150968",22166,50996 -"150969",22166,52507 -"150970",22166,87568 -"150971",22166,96310 -"150972",22166,108518 -"150973",22167,26700 -"150974",22167,32628 -"150975",22167,38938 -"150976",22167,54127 -"150977",22167,58614 -"150978",22167,70934 -"150979",22168,31461 -"150980",22168,37788 -"150981",22168,43575 -"150982",22168,45419 -"150983",22168,50670 -"150984",22168,53050 -"150985",22168,53480 -"150986",22168,61622 -"150987",22168,99158 -"150988",22168,101352 -"150989",22169,44733 -"150990",22169,44810 -"150991",22169,86356 -"150992",22169,98503 -"150993",22169,101112 -"150994",22169,101924 -"150995",22169,102414 -"150996",22169,120551 -"150997",22170,34303 -"150998",22170,40099 -"150999",22170,47868 -"151000",22170,56196 -"151001",22171,22172 -"151002",22171,70239 -"151003",22172,70239 -"151004",22172,79371 -"151005",22172,96240 -"151006",22173,56053 -"151007",22173,82526 -"151008",22174,37922 -"151009",22174,38059 -"151010",22174,90137 -"151011",22175,61341 -"151012",22176,26609 -"151013",22176,26889 -"151014",22177,22317 -"151015",22178,22184 -"151016",22178,44721 -"151017",22178,81569 -"151018",22178,109790 -"151019",22179,38576 -"151020",22179,49970 -"151021",22179,57447 -"151022",22180,22455 -"151023",22180,39765 -"151024",22180,61578 -"151025",22180,93773 -"151026",22180,93982 -"151027",22180,95613 -"151028",22180,108530 -"151029",22181,27042 -"151030",22181,31909 -"151031",22181,45437 -"151032",22181,69300 -"151033",22183,24273 -"151034",22183,34742 -"151035",22183,35312 -"151036",22183,46726 -"151037",22183,50996 -"151038",22183,52507 -"151039",22183,56448 -"151040",22183,62668 -"151041",22183,79568 -"151042",22183,108808 -"151043",22185,24587 -"151044",22185,57825 -"151045",22185,59677 -"151046",22185,82087 -"151047",22185,95494 -"151048",22185,117550 -"151049",22185,118258 -"151050",22186,33828 -"151051",22186,42783 -"151052",22186,47736 -"151053",22186,54953 -"151054",22187,79255 -"151055",22188,36600 -"151056",22188,71275 -"151057",22189,83962 -"151058",22189,114775 -"151059",22190,22304 -"151060",22190,71750 -"151061",22191,22202 -"151062",22191,22216 -"151063",22191,33241 -"151064",22191,48590 -"151065",22191,61458 -"151066",22192,35995 -"151067",22192,60551 -"151068",22193,22236 -"151069",22193,22237 -"151070",22193,27412 -"151071",22193,30891 -"151072",22193,32531 -"151073",22193,35787 -"151074",22193,38259 -"151075",22193,39581 -"151076",22193,46664 -"151077",22193,52966 -"151078",22193,53142 -"151079",22193,62019 -"151080",22193,65733 -"151081",22193,72249 -"151082",22193,81652 -"151083",22193,88180 -"151084",22194,28748 -"151085",22194,57009 -"151086",22194,60723 -"151087",22194,80819 -"151088",22194,107425 -"151089",22195,33496 -"151090",22196,26493 -"151091",22197,29093 -"151092",22197,80242 -"151093",22197,109279 -"151094",22198,27554 -"151095",22199,74812 -"151096",22200,22258 -"151097",22200,65491 -"151098",22201,24011 -"151099",22201,30236 -"151100",22201,31371 -"151101",22201,33907 -"151102",22201,34906 -"151103",22201,38678 -"151104",22201,38679 -"151105",22201,38680 -"151106",22201,38732 -"151107",22201,38747 -"151108",22201,38759 -"151109",22201,38794 -"151110",22201,39195 -"151111",22201,39322 -"151112",22201,39826 -"151113",22201,42040 -"151114",22201,50965 -"151115",22201,56018 -"151116",22201,56815 -"151117",22201,65954 -"151118",22202,22216 -"151119",22202,43738 -"151120",22202,59311 -"151121",22202,61728 -"151122",22203,36354 -"151123",22203,51915 -"151124",22204,22262 -"151125",22204,22263 -"151126",22204,37172 -"151127",22204,48713 -"151128",22204,51724 -"151129",22204,53696 -"151130",22204,55019 -"151131",22204,69210 -"151132",22204,71310 -"151133",22204,77991 -"151134",22204,81310 -"151135",22204,84042 -"151136",22204,87337 -"151137",22204,98966 -"151138",22205,71793 -"151139",22206,22249 -"151140",22206,22313 -"151141",22206,66014 -"151142",22207,22271 -"151143",22207,22286 -"151144",22207,23328 -"151145",22207,23360 -"151146",22207,28297 -"151147",22207,31658 -"151148",22207,31961 -"151149",22207,31996 -"151150",22207,68111 -"151151",22207,68249 -"151152",22207,82268 -"151153",22208,29979 -"151154",22208,58004 -"151155",22208,94920 -"151156",22209,39556 -"151157",22209,57732 -"151158",22209,88506 -"151159",22210,22269 -"151160",22210,37737 -"151161",22210,40144 -"151162",22210,47170 -"151163",22210,53633 -"151164",22210,55305 -"151165",22210,70418 -"151166",22211,22274 -"151167",22211,23735 -"151168",22211,24020 -"151169",22211,45734 -"151170",22211,79534 -"151171",22211,94132 -"151172",22211,94573 -"151173",22211,111790 -"151174",22211,113345 -"151175",22212,22407 -"151176",22212,53814 -"151177",22212,55336 -"151178",22212,68214 -"151179",22212,68215 -"151180",22212,96021 -"151181",22213,33814 -"151182",22213,41879 -"151183",22213,47890 -"151184",22213,51971 -"151185",22213,56903 -"151186",22215,24915 -"151187",22215,34560 -"151188",22215,34763 -"151189",22215,48376 -"151190",22215,62694 -"151191",22215,71028 -"151192",22215,98246 -"151193",22216,31671 -"151194",22216,36559 -"151195",22216,37314 -"151196",22216,37884 -"151197",22216,39355 -"151198",22216,47009 -"151199",22216,47947 -"151200",22216,55021 -"151201",22216,57307 -"151202",22216,57372 -"151203",22216,57843 -"151204",22216,60301 -"151205",22216,60310 -"151206",22216,60348 -"151207",22216,60407 -"151208",22216,61478 -"151209",22217,24308 -"151210",22217,117762 -"151211",22218,45379 -"151212",22218,52633 -"151213",22218,62487 -"151214",22218,63886 -"151215",22218,96161 -"151216",22219,46161 -"151217",22220,74816 -"151218",22221,37722 -"151219",22221,45299 -"151220",22221,57949 -"151221",22221,70964 -"151222",22221,84602 -"151223",22222,22856 -"151224",22222,23591 -"151225",22223,111000 -"151226",22224,30686 -"151227",22224,34218 -"151228",22224,35493 -"151229",22224,88160 -"151230",22224,95244 -"151231",22224,95577 -"151232",22225,43209 -"151233",22225,55223 -"151234",22226,24562 -"151235",22226,28063 -"151236",22226,30157 -"151237",22226,30883 -"151238",22226,41558 -"151239",22226,43708 -"151240",22226,50487 -"151241",22226,51874 -"151242",22226,77506 -"151243",22226,84475 -"151244",22226,93289 -"151245",22226,96911 -"151246",22226,110685 -"151247",22227,24313 -"151248",22227,24366 -"151249",22227,34337 -"151250",22227,70235 -"151251",22227,89167 -"151252",22228,22338 -"151253",22228,22515 -"151254",22228,23546 -"151255",22228,69990 -"151256",22228,100292 -"151257",22228,103104 -"151258",22228,103122 -"151259",22228,103127 -"151260",22229,30897 -"151261",22229,41101 -"151262",22229,91298 -"151263",22229,108659 -"151264",22230,78941 -"151265",22230,80684 -"151266",22231,31074 -"151267",22231,31176 -"151268",22231,32607 -"151269",22231,34856 -"151270",22231,37582 -"151271",22231,37638 -"151272",22231,42282 -"151273",22231,46347 -"151274",22231,50195 -"151275",22231,55386 -"151276",22231,71252 -"151277",22231,72535 -"151278",22231,73948 -"151279",22231,74725 -"151280",22231,76412 -"151281",22231,87771 -"151282",22231,87958 -"151283",22231,99445 -"151284",22232,59816 -"151285",22232,67186 -"151286",22232,73951 -"151287",22232,78288 -"151288",22232,98892 -"151289",22232,117549 -"151290",22233,35902 -"151291",22233,100055 -"151292",22233,116688 -"151293",22234,120764 -"151294",22235,22251 -"151295",22235,22632 -"151296",22235,29596 -"151297",22235,30245 -"151298",22235,44031 -"151299",22236,22237 -"151300",22236,79034 -"151301",22237,25792 -"151302",22238,79929 -"151303",22238,79930 -"151304",22239,60671 -"151305",22240,95397 -"151306",22241,26255 -"151307",22241,32449 -"151308",22242,25627 -"151309",22242,37365 -"151310",22242,46458 -"151311",22242,48042 -"151312",22242,83424 -"151313",22242,115650 -"151314",22243,22244 -"151315",22243,25601 -"151316",22243,31185 -"151317",22243,33045 -"151318",22243,42043 -"151319",22243,87907 -"151320",22243,89627 -"151321",22243,112104 -"151322",22244,33045 -"151323",22244,78588 -"151324",22244,87907 -"151325",22244,112104 -"151326",22246,69870 -"151327",22247,26862 -"151328",22247,71955 -"151329",22247,95146 -"151330",22247,104534 -"151331",22249,22313 -"151332",22249,32235 -"151333",22249,32312 -"151334",22249,32343 -"151335",22249,41355 -"151336",22249,41456 -"151337",22249,66014 -"151338",22249,86903 -"151339",22249,111276 -"151340",22250,84188 -"151341",22252,46867 -"151342",22252,71709 -"151343",22252,84564 -"151344",22252,97644 -"151345",22253,22940 -"151346",22253,24162 -"151347",22253,34931 -"151348",22253,36753 -"151349",22253,41607 -"151350",22253,65410 -"151351",22253,65430 -"151352",22253,65444 -"151353",22253,70478 -"151354",22253,73382 -"151355",22253,97660 -"151356",22253,105092 -"151357",22253,121736 -"151358",22254,75359 -"151359",22255,83150 -"151360",22256,23138 -"151361",22256,34137 -"151362",22256,34395 -"151363",22256,40675 -"151364",22256,53875 -"151365",22256,60409 -"151366",22256,67313 -"151367",22256,78994 -"151368",22256,79357 -"151369",22256,81527 -"151370",22256,109363 -"151371",22256,113058 -"151372",22257,39446 -"151373",22257,53655 -"151374",22257,72677 -"151375",22257,100499 -"151376",22257,119551 -"151377",22258,65491 -"151378",22259,22605 -"151379",22259,98353 -"151380",22260,32147 -"151381",22261,47799 -"151382",22261,55232 -"151383",22261,55244 -"151384",22261,55460 -"151385",22261,75431 -"151386",22261,86917 -"151387",22261,98500 -"151388",22262,22263 -"151389",22262,28401 -"151390",22262,62393 -"151391",22262,87000 -"151392",22262,96374 -"151393",22263,24119 -"151394",22263,31614 -"151395",22263,32838 -"151396",22263,34522 -"151397",22263,35133 -"151398",22263,37594 -"151399",22263,43717 -"151400",22263,46261 -"151401",22263,53295 -"151402",22263,55072 -"151403",22263,59118 -"151404",22263,64650 -"151405",22263,69210 -"151406",22263,73057 -"151407",22263,86595 -"151408",22263,90762 -"151409",22263,90960 -"151410",22263,92900 -"151411",22263,118947 -"151412",22263,121171 -"151413",22265,22886 -"151414",22265,26612 -"151415",22265,39059 -"151416",22265,55153 -"151417",22265,71163 -"151418",22266,50980 -"151419",22266,72176 -"151420",22266,109856 -"151421",22266,122225 -"151422",22268,36396 -"151423",22269,36800 -"151424",22269,38672 -"151425",22269,62591 -"151426",22270,22506 -"151427",22270,22855 -"151428",22270,30553 -"151429",22270,40667 -"151430",22270,46948 -"151431",22270,56746 -"151432",22270,93503 -"151433",22270,100362 -"151434",22270,107441 -"151435",22271,22286 -"151436",22272,85667 -"151437",22272,108001 -"151438",22273,31441 -"151439",22273,31531 -"151440",22273,33464 -"151441",22273,36458 -"151442",22273,59113 -"151443",22273,61656 -"151444",22273,76560 -"151445",22273,80268 -"151446",22273,98664 -"151447",22274,23735 -"151448",22274,29119 -"151449",22274,31353 -"151450",22274,35417 -"151451",22274,45734 -"151452",22274,75816 -"151453",22274,79534 -"151454",22274,80555 -"151455",22274,89890 -"151456",22274,94132 -"151457",22274,111790 -"151458",22274,113345 -"151459",22275,43555 -"151460",22275,47492 -"151461",22275,123073 -"151462",22276,53767 -"151463",22276,78921 -"151464",22276,89628 -"151465",22276,92185 -"151466",22277,22309 -"151467",22277,25129 -"151468",22277,62841 -"151469",22278,27940 -"151470",22278,43802 -"151471",22278,56585 -"151472",22279,57012 -"151473",22280,91963 -"151474",22280,115027 -"151475",22280,118976 -"151476",22281,31068 -"151477",22281,45011 -"151478",22281,47949 -"151479",22281,69661 -"151480",22281,84319 -"151481",22282,27973 -"151482",22282,28047 -"151483",22282,30698 -"151484",22282,51591 -"151485",22282,52058 -"151486",22282,55438 -"151487",22282,65958 -"151488",22282,65977 -"151489",22282,82949 -"151490",22282,95008 -"151491",22283,55954 -"151492",22284,36763 -"151493",22284,39141 -"151494",22284,51478 -"151495",22284,69087 -"151496",22284,69324 -"151497",22284,69373 -"151498",22285,38059 -"151499",22286,40546 -"151500",22287,23976 -"151501",22287,27140 -"151502",22287,27166 -"151503",22287,27173 -"151504",22287,32020 -"151505",22287,41402 -"151506",22287,53194 -"151507",22287,61067 -"151508",22287,76216 -"151509",22287,80563 -"151510",22289,116257 -"151511",22290,30043 -"151512",22291,58625 -"151513",22293,28002 -"151514",22293,32813 -"151515",22293,46026 -"151516",22293,50093 -"151517",22293,55324 -"151518",22293,56049 -"151519",22293,61309 -"151520",22293,65551 -"151521",22293,73848 -"151522",22293,78968 -"151523",22293,81859 -"151524",22293,83160 -"151525",22293,86499 -"151526",22293,91781 -"151527",22293,102483 -"151528",22293,104064 -"151529",22293,110131 -"151530",22293,110147 -"151531",22293,110155 -"151532",22293,110173 -"151533",22293,112774 -"151534",22294,22295 -"151535",22294,26096 -"151536",22294,39360 -"151537",22294,44073 -"151538",22294,45189 -"151539",22294,62712 -"151540",22295,44073 -"151541",22295,44074 -"151542",22297,26997 -"151543",22297,57721 -"151544",22298,57302 -"151545",22298,102065 -"151546",22299,23938 -"151547",22299,24250 -"151548",22299,26682 -"151549",22299,29741 -"151550",22299,30876 -"151551",22299,32393 -"151552",22299,32939 -"151553",22299,33113 -"151554",22299,38494 -"151555",22299,38932 -"151556",22299,40643 -"151557",22299,42017 -"151558",22299,42107 -"151559",22299,45787 -"151560",22299,47083 -"151561",22299,49231 -"151562",22299,50061 -"151563",22299,52450 -"151564",22299,54059 -"151565",22299,55370 -"151566",22299,57804 -"151567",22299,59615 -"151568",22299,59940 -"151569",22299,67363 -"151570",22299,71230 -"151571",22299,76278 -"151572",22299,76740 -"151573",22299,76786 -"151574",22299,77272 -"151575",22299,77357 -"151576",22299,77402 -"151577",22299,78248 -"151578",22299,78255 -"151579",22299,78339 -"151580",22299,78445 -"151581",22299,79022 -"151582",22299,79716 -"151583",22299,79989 -"151584",22299,80281 -"151585",22299,81728 -"151586",22299,82196 -"151587",22299,82383 -"151588",22299,82810 -"151589",22299,82854 -"151590",22299,83853 -"151591",22299,83884 -"151592",22299,84379 -"151593",22299,84613 -"151594",22299,85465 -"151595",22299,85610 -"151596",22299,86351 -"151597",22299,86451 -"151598",22299,86882 -"151599",22299,87175 -"151600",22299,87451 -"151601",22299,87521 -"151602",22299,87572 -"151603",22299,87663 -"151604",22299,87721 -"151605",22299,87862 -"151606",22300,88278 -"151607",22301,56981 -"151608",22302,57609 -"151609",22303,103126 -"151610",22304,72901 -"151611",22305,25350 -"151612",22305,64688 -"151613",22306,60482 -"151614",22306,70408 -"151615",22306,99980 -"151616",22306,106151 -"151617",22307,28268 -"151618",22307,89263 -"151619",22307,94570 -"151620",22308,80723 -"151621",22308,91107 -"151622",22310,22311 -"151623",22310,39289 -"151624",22311,23664 -"151625",22311,33776 -"151626",22311,43368 -"151627",22311,60008 -"151628",22311,64892 -"151629",22311,75772 -"151630",22311,87080 -"151631",22311,94139 -"151632",22311,94835 -"151633",22311,108497 -"151634",22313,32235 -"151635",22313,32246 -"151636",22313,32312 -"151637",22313,32343 -"151638",22313,66014 -"151639",22313,84502 -"151640",22314,39603 -"151641",22314,57781 -"151642",22315,47861 -"151643",22315,70637 -"151644",22315,83806 -"151645",22316,29260 -"151646",22316,59199 -"151647",22317,64932 -"151648",22317,65581 -"151649",22317,88286 -"151650",22317,90196 -"151651",22318,29103 -"151652",22319,58323 -"151653",22320,22380 -"151654",22320,36823 -"151655",22320,62875 -"151656",22320,63057 -"151657",22320,65926 -"151658",22320,68418 -"151659",22321,22439 -"151660",22321,22449 -"151661",22321,22593 -"151662",22322,48249 -"151663",22322,117061 -"151664",22322,121164 -"151665",22322,123145 -"151666",22323,22502 -"151667",22324,22445 -"151668",22324,82770 -"151669",22325,24969 -"151670",22326,22362 -"151671",22326,22432 -"151672",22326,22480 -"151673",22326,30031 -"151674",22326,41036 -"151675",22326,43001 -"151676",22326,67018 -"151677",22326,67041 -"151678",22326,78144 -"151679",22326,87060 -"151680",22326,87073 -"151681",22327,22488 -"151682",22328,33424 -"151683",22328,65042 -"151684",22328,98384 -"151685",22329,25691 -"151686",22329,25765 -"151687",22329,25915 -"151688",22329,26801 -"151689",22329,27730 -"151690",22329,32090 -"151691",22329,34988 -"151692",22329,36468 -"151693",22329,47928 -"151694",22329,47935 -"151695",22329,105053 -"151696",22329,105154 -"151697",22329,122914 -"151698",22329,122954 -"151699",22329,123161 -"151700",22330,28106 -"151701",22331,23417 -"151702",22331,25443 -"151703",22331,37439 -"151704",22331,57151 -"151705",22331,66891 -"151706",22331,69930 -"151707",22331,71623 -"151708",22331,80907 -"151709",22331,83980 -"151710",22331,93173 -"151711",22331,93316 -"151712",22331,107190 -"151713",22331,107233 -"151714",22332,26386 -"151715",22332,28535 -"151716",22332,35769 -"151717",22332,41140 -"151718",22332,46390 -"151719",22332,50479 -"151720",22332,62250 -"151721",22332,62251 -"151722",22333,85330 -"151723",22333,86836 -"151724",22334,22420 -"151725",22334,25829 -"151726",22334,64819 -"151727",22334,79181 -"151728",22334,100953 -"151729",22334,101934 -"151730",22335,32345 -"151731",22335,36912 -"151732",22335,43858 -"151733",22335,45590 -"151734",22335,67448 -"151735",22336,22419 -"151736",22336,22500 -"151737",22336,40550 -"151738",22337,22526 -"151739",22337,22566 -"151740",22337,22650 -"151741",22338,22350 -"151742",22338,22515 -"151743",22338,23546 -"151744",22338,49170 -"151745",22338,50206 -"151746",22338,63311 -"151747",22338,75794 -"151748",22338,101159 -"151749",22338,114712 -"151750",22338,116765 -"151751",22339,22497 -"151752",22339,31351 -"151753",22339,39192 -"151754",22339,43515 -"151755",22339,43561 -"151756",22339,45092 -"151757",22339,46226 -"151758",22339,69515 -"151759",22339,86824 -"151760",22339,99186 -"151761",22340,74135 -"151762",22341,48221 -"151763",22342,22464 -"151764",22343,22751 -"151765",22344,68738 -"151766",22345,22444 -"151767",22345,22533 -"151768",22345,22546 -"151769",22345,22731 -"151770",22345,23689 -"151771",22345,35678 -"151772",22345,41605 -"151773",22345,58148 -"151774",22345,58563 -"151775",22345,58612 -"151776",22345,72163 -"151777",22345,89053 -"151778",22345,96608 -"151779",22345,103019 -"151780",22346,56472 -"151781",22346,59005 -"151782",22347,33332 -"151783",22347,64070 -"151784",22347,74681 -"151785",22348,22401 -"151786",22348,101086 -"151787",22348,101090 -"151788",22350,22515 -"151789",22350,83065 -"151790",22350,120426 -"151791",22351,25031 -"151792",22351,26044 -"151793",22351,26216 -"151794",22351,28093 -"151795",22351,28353 -"151796",22351,29019 -"151797",22351,29026 -"151798",22351,29688 -"151799",22351,30524 -"151800",22351,30943 -"151801",22351,32342 -"151802",22351,32413 -"151803",22351,34614 -"151804",22351,34631 -"151805",22351,34668 -"151806",22351,35983 -"151807",22351,38270 -"151808",22351,40113 -"151809",22351,42289 -"151810",22351,46741 -"151811",22351,46803 -"151812",22351,47356 -"151813",22351,48281 -"151814",22351,48380 -"151815",22351,50662 -"151816",22351,51184 -"151817",22351,56216 -"151818",22351,59615 -"151819",22351,62679 -"151820",22351,63105 -"151821",22351,67722 -"151822",22351,68001 -"151823",22351,68475 -"151824",22351,68917 -"151825",22351,69296 -"151826",22351,71106 -"151827",22351,73655 -"151828",22351,75767 -"151829",22351,76046 -"151830",22351,76459 -"151831",22351,76808 -"151832",22351,77727 -"151833",22351,77933 -"151834",22351,78224 -"151835",22351,79222 -"151836",22351,82978 -"151837",22351,83306 -"151838",22351,83333 -"151839",22351,83363 -"151840",22351,85027 -"151841",22351,88412 -"151842",22351,90275 -"151843",22351,90426 -"151844",22351,91112 -"151845",22351,91526 -"151846",22351,93425 -"151847",22351,93523 -"151848",22351,94520 -"151849",22351,95954 -"151850",22351,99544 -"151851",22351,99547 -"151852",22351,99554 -"151853",22351,100595 -"151854",22351,100739 -"151855",22351,100819 -"151856",22351,101898 -"151857",22351,101988 -"151858",22351,102146 -"151859",22351,102201 -"151860",22351,102309 -"151861",22351,102635 -"151862",22351,102730 -"151863",22351,102846 -"151864",22351,103790 -"151865",22351,104095 -"151866",22351,104574 -"151867",22351,104784 -"151868",22351,104845 -"151869",22351,107269 -"151870",22351,107623 -"151871",22351,107714 -"151872",22351,107879 -"151873",22351,107975 -"151874",22352,33923 -"151875",22352,56054 -"151876",22352,74702 -"151877",22352,75873 -"151878",22352,86515 -"151879",22352,97254 -"151880",22353,90697 -"151881",22353,99081 -"151882",22353,101435 -"151883",22354,101755 -"151884",22355,49074 -"151885",22355,57463 -"151886",22355,85039 -"151887",22355,96744 -"151888",22356,55480 -"151889",22357,45440 -"151890",22357,54316 -"151891",22357,67813 -"151892",22357,72578 -"151893",22357,74016 -"151894",22357,76624 -"151895",22357,94574 -"151896",22357,96620 -"151897",22357,102467 -"151898",22357,104754 -"151899",22357,107633 -"151900",22357,110107 -"151901",22358,23920 -"151902",22358,79024 -"151903",22359,23617 -"151904",22359,28412 -"151905",22359,29250 -"151906",22359,55580 -"151907",22359,62678 -"151908",22359,67189 -"151909",22359,68727 -"151910",22359,80060 -"151911",22359,101940 -"151912",22359,109891 -"151913",22359,111472 -"151914",22359,117664 -"151915",22360,22412 -"151916",22360,89369 -"151917",22361,23281 -"151918",22362,22432 -"151919",22362,22480 -"151920",22362,29489 -"151921",22362,30031 -"151922",22362,41036 -"151923",22362,41037 -"151924",22362,43001 -"151925",22362,77176 -"151926",22362,78144 -"151927",22362,81578 -"151928",22362,85344 -"151929",22362,87060 -"151930",22362,87073 -"151931",22362,96347 -"151932",22362,105822 -"151933",22363,77178 -"151934",22363,77182 -"151935",22365,22366 -"151936",22365,29541 -"151937",22365,41810 -"151938",22365,45359 -"151939",22365,65289 -"151940",22366,47196 -"151941",22367,35470 -"151942",22367,45813 -"151943",22367,63812 -"151944",22367,78346 -"151945",22367,86503 -"151946",22367,88151 -"151947",22367,91698 -"151948",22367,93695 -"151949",22367,94877 -"151950",22367,97142 -"151951",22367,122330 -"151952",22368,22869 -"151953",22368,27247 -"151954",22368,53358 -"151955",22369,48522 -"151956",22369,89667 -"151957",22370,41402 -"151958",22370,62164 -"151959",22370,77219 -"151960",22370,80248 -"151961",22370,105061 -"151962",22370,107054 -"151963",22370,107316 -"151964",22370,108546 -"151965",22370,116336 -"151966",22371,32174 -"151967",22371,33635 -"151968",22371,45668 -"151969",22372,33122 -"151970",22372,55601 -"151971",22372,75825 -"151972",22373,38342 -"151973",22373,85875 -"151974",22373,96316 -"151975",22373,105816 -"151976",22373,105837 -"151977",22373,118169 -"151978",22373,119375 -"151979",22373,119994 -"151980",22373,119995 -"151981",22373,120001 -"151982",22374,28532 -"151983",22374,29034 -"151984",22374,40893 -"151985",22374,54765 -"151986",22374,68435 -"151987",22374,99960 -"151988",22375,38342 -"151989",22375,43015 -"151990",22375,95646 -"151991",22375,104324 -"151992",22375,108390 -"151993",22376,22424 -"151994",22376,34700 -"151995",22376,81335 -"151996",22376,83624 -"151997",22376,97017 -"151998",22377,22411 -"151999",22377,22425 -"152000",22377,42239 -"152001",22377,42347 -"152002",22377,106614 -"152003",22377,106631 -"152004",22377,106646 -"152005",22378,22482 -"152006",22378,37653 -"152007",22379,44060 -"152008",22379,44070 -"152009",22379,47283 -"152010",22379,59891 -"152011",22379,101463 -"152012",22380,27306 -"152013",22380,35287 -"152014",22380,45132 -"152015",22380,47423 -"152016",22380,67427 -"152017",22380,70874 -"152018",22380,115199 -"152019",22381,23808 -"152020",22381,29033 -"152021",22381,30212 -"152022",22381,39784 -"152023",22381,41719 -"152024",22381,52301 -"152025",22381,61034 -"152026",22381,71274 -"152027",22381,72204 -"152028",22381,75694 -"152029",22381,83813 -"152030",22381,84744 -"152031",22381,101598 -"152032",22382,22383 -"152033",22382,82571 -"152034",22383,55115 -"152035",22383,73758 -"152036",22383,89216 -"152037",22384,73794 -"152038",22384,75030 -"152039",22384,80565 -"152040",22384,92062 -"152041",22384,99022 -"152042",22384,103182 -"152043",22384,111587 -"152044",22385,88963 -"152045",22386,25019 -"152046",22387,32087 -"152047",22387,36416 -"152048",22387,48802 -"152049",22387,56107 -"152050",22387,61420 -"152051",22387,75470 -"152052",22387,76299 -"152053",22387,78576 -"152054",22387,79031 -"152055",22387,100851 -"152056",22387,102331 -"152057",22388,22546 -"152058",22388,67869 -"152059",22389,40575 -"152060",22389,48931 -"152061",22389,81523 -"152062",22390,47137 -"152063",22390,72004 -"152064",22390,116229 -"152065",22390,120163 -"152066",22391,22954 -"152067",22391,25959 -"152068",22391,39727 -"152069",22391,58046 -"152070",22394,44384 -"152071",22395,106794 -"152072",22395,109636 -"152073",22395,121805 -"152074",22396,52398 -"152075",22396,78953 -"152076",22396,109311 -"152077",22396,109933 -"152078",22398,39261 -"152079",22398,42610 -"152080",22398,75797 -"152081",22398,82732 -"152082",22398,96025 -"152083",22398,112335 -"152084",22399,36358 -"152085",22399,58690 -"152086",22400,24882 -"152087",22400,78723 -"152088",22400,100789 -"152089",22400,104945 -"152090",22400,114309 -"152091",22401,90645 -"152092",22402,23461 -"152093",22402,44160 -"152094",22402,52294 -"152095",22402,52693 -"152096",22402,57644 -"152097",22402,83772 -"152098",22403,24710 -"152099",22403,26737 -"152100",22403,27355 -"152101",22403,29372 -"152102",22403,31612 -"152103",22403,33679 -"152104",22403,36103 -"152105",22403,38146 -"152106",22403,46373 -"152107",22403,48328 -"152108",22403,49653 -"152109",22403,52876 -"152110",22403,53333 -"152111",22403,54760 -"152112",22403,57150 -"152113",22403,57760 -"152114",22403,58276 -"152115",22403,64507 -"152116",22403,66258 -"152117",22403,71066 -"152118",22403,71682 -"152119",22403,77506 -"152120",22403,79836 -"152121",22403,83364 -"152122",22404,24298 -"152123",22404,24638 -"152124",22404,65797 -"152125",22405,22406 -"152126",22405,22529 -"152127",22405,22851 -"152128",22405,22852 -"152129",22405,22982 -"152130",22405,22983 -"152131",22405,22994 -"152132",22405,22995 -"152133",22405,23960 -"152134",22405,25826 -"152135",22405,26743 -"152136",22405,32841 -"152137",22405,75532 -"152138",22406,22529 -"152139",22406,22851 -"152140",22406,22852 -"152141",22406,22982 -"152142",22406,22983 -"152143",22406,22994 -"152144",22406,22995 -"152145",22406,23960 -"152146",22406,25826 -"152147",22406,75532 -"152148",22407,22750 -"152149",22407,22762 -"152150",22407,29287 -"152151",22407,36976 -"152152",22407,53814 -"152153",22407,57844 -"152154",22407,64295 -"152155",22407,66504 -"152156",22407,68214 -"152157",22407,68215 -"152158",22408,26536 -"152159",22408,47428 -"152160",22408,63998 -"152161",22408,64002 -"152162",22408,87124 -"152163",22408,99807 -"152164",22408,120179 -"152165",22409,28378 -"152166",22409,32066 -"152167",22409,46776 -"152168",22409,49810 -"152169",22409,69251 -"152170",22409,72239 -"152171",22409,75786 -"152172",22409,75807 -"152173",22409,75808 -"152174",22409,75965 -"152175",22409,75975 -"152176",22409,75990 -"152177",22409,75991 -"152178",22409,75998 -"152179",22410,22427 -"152180",22410,22541 -"152181",22410,27714 -"152182",22410,27828 -"152183",22410,31280 -"152184",22410,41098 -"152185",22410,45499 -"152186",22410,48501 -"152187",22410,59467 -"152188",22410,73203 -"152189",22411,22425 -"152190",22412,71306 -"152191",22412,104163 -"152192",22412,104420 -"152193",22412,108198 -"152194",22412,119866 -"152195",22412,119905 -"152196",22412,119911 -"152197",22413,22544 -"152198",22413,29368 -"152199",22413,30035 -"152200",22413,40129 -"152201",22413,60610 -"152202",22413,64955 -"152203",22413,76218 -"152204",22413,78326 -"152205",22413,87984 -"152206",22413,90120 -"152207",22413,91899 -"152208",22413,99023 -"152209",22413,108039 -"152210",22413,108145 -"152211",22414,22523 -"152212",22414,22538 -"152213",22415,40639 -"152214",22417,40095 -"152215",22417,45648 -"152216",22417,52398 -"152217",22417,52471 -"152218",22417,57457 -"152219",22417,62916 -"152220",22417,79979 -"152221",22417,80911 -"152222",22417,86612 -"152223",22417,86620 -"152224",22417,87949 -"152225",22418,118008 -"152226",22419,22500 -"152227",22419,47148 -"152228",22419,81615 -"152229",22419,81653 -"152230",22419,110912 -"152231",22420,25111 -"152232",22420,25131 -"152233",22420,28201 -"152234",22420,38365 -"152235",22420,44195 -"152236",22420,48906 -"152237",22420,97811 -"152238",22420,101996 -"152239",22421,47489 -"152240",22421,55822 -"152241",22421,110636 -"152242",22422,23095 -"152243",22422,51197 -"152244",22422,56373 -"152245",22422,65713 -"152246",22422,79730 -"152247",22422,89278 -"152248",22422,104420 -"152249",22422,108198 -"152250",22423,22670 -"152251",22423,23071 -"152252",22423,27260 -"152253",22423,29661 -"152254",22423,45831 -"152255",22423,45832 -"152256",22423,45958 -"152257",22424,27154 -"152258",22424,39646 -"152259",22424,95592 -"152260",22426,22475 -"152261",22426,22531 -"152262",22427,22541 -"152263",22427,27512 -"152264",22427,41098 -"152265",22427,60201 -"152266",22427,61397 -"152267",22428,30584 -"152268",22428,43852 -"152269",22428,67039 -"152270",22428,99332 -"152271",22429,69429 -"152272",22429,91323 -"152273",22429,104023 -"152274",22429,113234 -"152275",22430,22559 -"152276",22430,22642 -"152277",22430,90567 -"152278",22430,108730 -"152279",22431,26569 -"152280",22431,50776 -"152281",22432,22480 -"152282",22432,25305 -"152283",22432,26430 -"152284",22432,28674 -"152285",22432,29987 -"152286",22432,30002 -"152287",22432,30031 -"152288",22432,41036 -"152289",22432,43001 -"152290",22432,44500 -"152291",22432,57055 -"152292",22432,57100 -"152293",22432,57112 -"152294",22432,57148 -"152295",22432,70217 -"152296",22432,78144 -"152297",22432,87060 -"152298",22432,87073 -"152299",22433,28509 -"152300",22433,48236 -"152301",22433,77652 -"152302",22434,22481 -"152303",22434,38971 -"152304",22434,42937 -"152305",22434,44635 -"152306",22434,45970 -"152307",22434,48066 -"152308",22434,48132 -"152309",22434,48147 -"152310",22434,48179 -"152311",22434,51068 -"152312",22434,58241 -"152313",22434,58250 -"152314",22434,58294 -"152315",22434,58306 -"152316",22434,58353 -"152317",22434,58364 -"152318",22434,58430 -"152319",22435,24492 -"152320",22435,53722 -"152321",22435,102902 -"152322",22436,27902 -"152323",22436,34382 -"152324",22436,95507 -"152325",22436,95521 -"152326",22437,23950 -"152327",22437,25612 -"152328",22439,22449 -"152329",22439,22593 -"152330",22440,34322 -"152331",22440,41601 -"152332",22441,22545 -"152333",22442,23361 -"152334",22442,24708 -"152335",22442,28385 -"152336",22442,28944 -"152337",22442,31001 -"152338",22442,31163 -"152339",22442,32380 -"152340",22442,41746 -"152341",22442,42364 -"152342",22442,54278 -"152343",22442,71055 -"152344",22442,78532 -"152345",22442,79904 -"152346",22442,85399 -"152347",22442,115719 -"152348",22443,30090 -"152349",22443,51864 -"152350",22443,90690 -"152351",22444,41605 -"152352",22444,68007 -"152353",22444,103019 -"152354",22446,49916 -"152355",22447,37308 -"152356",22447,41681 -"152357",22447,52947 -"152358",22447,53395 -"152359",22448,45818 -"152360",22448,116807 -"152361",22449,22593 -"152362",22450,22576 -"152363",22450,22679 -"152364",22450,25180 -"152365",22450,41762 -"152366",22450,107120 -"152367",22450,108824 -"152368",22451,22466 -"152369",22451,23971 -"152370",22451,32213 -"152371",22451,106506 -"152372",22452,22521 -"152373",22452,34499 -"152374",22452,56635 -"152375",22453,33336 -"152376",22453,43378 -"152377",22453,43564 -"152378",22454,66753 -"152379",22455,36259 -"152380",22455,39765 -"152381",22455,47503 -"152382",22455,61578 -"152383",22455,61613 -"152384",22455,76552 -"152385",22455,76560 -"152386",22455,100151 -"152387",22456,47928 -"152388",22457,27193 -"152389",22457,28520 -"152390",22457,37767 -"152391",22457,44090 -"152392",22457,44212 -"152393",22457,48888 -"152394",22457,69537 -"152395",22457,83296 -"152396",22457,88253 -"152397",22457,90119 -"152398",22457,109769 -"152399",22457,116457 -"152400",22458,32272 -"152401",22458,32495 -"152402",22458,33297 -"152403",22458,33314 -"152404",22459,56865 -"152405",22459,71550 -"152406",22459,74364 -"152407",22459,89789 -"152408",22459,112229 -"152409",22459,116239 -"152410",22460,24796 -"152411",22460,26107 -"152412",22460,26132 -"152413",22460,28440 -"152414",22460,28869 -"152415",22460,28904 -"152416",22460,30541 -"152417",22460,36810 -"152418",22460,37235 -"152419",22460,39198 -"152420",22460,40453 -"152421",22460,41435 -"152422",22460,42746 -"152423",22460,43844 -"152424",22460,45532 -"152425",22460,50343 -"152426",22460,57478 -"152427",22460,64468 -"152428",22460,78833 -"152429",22460,79422 -"152430",22460,91275 -"152431",22461,40581 -"152432",22461,52041 -"152433",22462,22823 -"152434",22462,23147 -"152435",22462,23421 -"152436",22462,23632 -"152437",22462,23953 -"152438",22462,24084 -"152439",22462,24107 -"152440",22462,24495 -"152441",22462,24710 -"152442",22462,25143 -"152443",22462,25303 -"152444",22462,25664 -"152445",22462,25729 -"152446",22462,25754 -"152447",22462,26259 -"152448",22462,26407 -"152449",22462,27174 -"152450",22462,27196 -"152451",22462,27710 -"152452",22462,28703 -"152453",22462,29253 -"152454",22462,29341 -"152455",22462,29560 -"152456",22462,29573 -"152457",22462,29868 -"152458",22462,32395 -"152459",22462,32438 -"152460",22462,32967 -"152461",22462,33223 -"152462",22462,33451 -"152463",22462,33881 -"152464",22462,34097 -"152465",22462,34330 -"152466",22462,34513 -"152467",22462,35400 -"152468",22462,36476 -"152469",22462,36547 -"152470",22462,36745 -"152471",22462,37821 -"152472",22462,37854 -"152473",22462,37931 -"152474",22462,38319 -"152475",22462,39398 -"152476",22462,39492 -"152477",22462,40220 -"152478",22462,40320 -"152479",22462,40373 -"152480",22462,40542 -"152481",22462,40792 -"152482",22462,41182 -"152483",22462,42131 -"152484",22462,46843 -"152485",22462,48331 -"152486",22462,49182 -"152487",22462,56718 -"152488",22462,56873 -"152489",22462,62165 -"152490",22462,67165 -"152491",22462,74862 -"152492",22462,85063 -"152493",22462,116764 -"152494",22462,120845 -"152495",22464,73648 -"152496",22464,94681 -"152497",22464,112183 -"152498",22464,112367 -"152499",22465,31687 -"152500",22465,62653 -"152501",22465,62971 -"152502",22465,71836 -"152503",22465,72215 -"152504",22465,82240 -"152505",22465,89145 -"152506",22465,109423 -"152507",22465,109424 -"152508",22465,119484 -"152509",22465,122022 -"152510",22465,122029 -"152511",22466,23971 -"152512",22466,35471 -"152513",22466,35481 -"152514",22466,59505 -"152515",22466,70076 -"152516",22466,72213 -"152517",22466,78076 -"152518",22466,91904 -"152519",22466,101927 -"152520",22467,59322 -"152521",22468,22496 -"152522",22468,43502 -"152523",22468,45490 -"152524",22468,61603 -"152525",22468,63199 -"152526",22468,65784 -"152527",22468,75781 -"152528",22468,76985 -"152529",22468,93258 -"152530",22468,99614 -"152531",22469,45367 -"152532",22471,24503 -"152533",22471,25552 -"152534",22471,80314 -"152535",22471,80815 -"152536",22473,34433 -"152537",22474,31501 -"152538",22475,22531 -"152539",22475,25010 -"152540",22475,29713 -"152541",22475,44864 -"152542",22475,48514 -"152543",22475,70498 -"152544",22475,109301 -"152545",22476,63836 -"152546",22476,66183 -"152547",22476,76687 -"152548",22476,81279 -"152549",22476,86374 -"152550",22476,94612 -"152551",22476,97347 -"152552",22476,97606 -"152553",22476,97680 -"152554",22476,97700 -"152555",22476,97701 -"152556",22478,28341 -"152557",22478,34180 -"152558",22478,49193 -"152559",22478,77646 -"152560",22479,84391 -"152561",22479,117528 -"152562",22480,26430 -"152563",22480,29954 -"152564",22480,30031 -"152565",22480,44500 -"152566",22480,45603 -"152567",22480,70217 -"152568",22481,26304 -"152569",22483,49831 -"152570",22483,89610 -"152571",22484,25255 -"152572",22484,27873 -"152573",22484,41019 -"152574",22485,54404 -"152575",22485,56611 -"152576",22485,100087 -"152577",22485,105458 -"152578",22485,115470 -"152579",22485,115472 -"152580",22485,115479 -"152581",22485,120245 -"152582",22486,22550 -"152583",22487,31219 -"152584",22487,61862 -"152585",22487,68393 -"152586",22487,93017 -"152587",22488,33416 -"152588",22488,83671 -"152589",22489,51058 -"152590",22490,25730 -"152591",22490,26062 -"152592",22490,27023 -"152593",22490,30144 -"152594",22490,47600 -"152595",22490,50991 -"152596",22490,52530 -"152597",22490,61834 -"152598",22490,81641 -"152599",22490,92507 -"152600",22490,92816 -"152601",22490,93479 -"152602",22491,22492 -"152603",22491,44760 -"152604",22492,44760 -"152605",22493,32629 -"152606",22493,38431 -"152607",22493,44294 -"152608",22493,58272 -"152609",22493,87808 -"152610",22493,99748 -"152611",22495,45209 -"152612",22495,72801 -"152613",22495,102168 -"152614",22495,112715 -"152615",22496,42465 -"152616",22496,113617 -"152617",22497,46096 -"152618",22497,75686 -"152619",22498,23298 -"152620",22498,50610 -"152621",22499,22549 -"152622",22499,23347 -"152623",22499,24850 -"152624",22499,28959 -"152625",22499,29919 -"152626",22499,30413 -"152627",22499,33924 -"152628",22499,33926 -"152629",22499,37621 -"152630",22499,39773 -"152631",22499,45535 -"152632",22499,48552 -"152633",22500,47148 -"152634",22500,81615 -"152635",22500,81653 -"152636",22500,98627 -"152637",22501,30607 -"152638",22501,33699 -"152639",22501,34492 -"152640",22501,114248 -"152641",22502,46790 -"152642",22502,115831 -"152643",22503,22754 -"152644",22503,66421 -"152645",22503,78829 -"152646",22503,95502 -"152647",22504,38426 -"152648",22504,41921 -"152649",22504,55060 -"152650",22504,85064 -"152651",22505,41252 -"152652",22506,49320 -"152653",22506,85613 -"152654",22507,22977 -"152655",22507,42463 -"152656",22507,50635 -"152657",22508,93730 -"152658",22508,109147 -"152659",22509,24025 -"152660",22510,24433 -"152661",22510,26331 -"152662",22510,29171 -"152663",22510,33674 -"152664",22510,33732 -"152665",22510,34459 -"152666",22510,36609 -"152667",22510,42574 -"152668",22510,45616 -"152669",22510,45618 -"152670",22510,45626 -"152671",22510,45650 -"152672",22510,45659 -"152673",22510,45691 -"152674",22510,48286 -"152675",22510,51067 -"152676",22511,23269 -"152677",22511,23508 -"152678",22511,26141 -"152679",22511,28591 -"152680",22511,30969 -"152681",22511,35997 -"152682",22511,42516 -"152683",22511,43560 -"152684",22511,46442 -"152685",22511,46601 -"152686",22511,47223 -"152687",22511,48051 -"152688",22511,48288 -"152689",22511,49517 -"152690",22511,53917 -"152691",22511,64941 -"152692",22511,65376 -"152693",22511,65800 -"152694",22511,75669 -"152695",22511,80281 -"152696",22511,80596 -"152697",22511,80778 -"152698",22511,84498 -"152699",22511,86799 -"152700",22511,88954 -"152701",22511,90093 -"152702",22511,93322 -"152703",22511,93531 -"152704",22511,97635 -"152705",22511,102004 -"152706",22511,112927 -"152707",22512,33790 -"152708",22512,94499 -"152709",22512,96504 -"152710",22513,84232 -"152711",22513,112960 -"152712",22514,22516 -"152713",22514,50156 -"152714",22514,73640 -"152715",22514,93345 -"152716",22514,111291 -"152717",22514,111295 -"152718",22515,23546 -"152719",22515,37464 -"152720",22515,50738 -"152721",22515,69990 -"152722",22515,100292 -"152723",22515,103104 -"152724",22515,103122 -"152725",22515,103127 -"152726",22516,30418 -"152727",22516,32302 -"152728",22516,47441 -"152729",22516,47442 -"152730",22516,50508 -"152731",22516,64503 -"152732",22516,71524 -"152733",22516,74943 -"152734",22516,96019 -"152735",22516,104280 -"152736",22516,108806 -"152737",22516,112884 -"152738",22517,37805 -"152739",22517,43017 -"152740",22518,86305 -"152741",22518,86422 -"152742",22519,22543 -"152743",22519,24423 -"152744",22519,27487 -"152745",22519,31091 -"152746",22519,34252 -"152747",22519,34273 -"152748",22519,34284 -"152749",22519,34317 -"152750",22519,38288 -"152751",22519,44249 -"152752",22519,47610 -"152753",22519,52769 -"152754",22519,70984 -"152755",22520,39677 -"152756",22520,39690 -"152757",22521,98794 -"152758",22521,104175 -"152759",22521,113376 -"152760",22522,71011 -"152761",22522,100165 -"152762",22522,100166 -"152763",22522,100177 -"152764",22522,100259 -"152765",22522,100519 -"152766",22523,22538 -"152767",22523,64835 -"152768",22523,65414 -"152769",22523,65498 -"152770",22524,22633 -"152771",22524,24755 -"152772",22524,26570 -"152773",22524,51819 -"152774",22524,56712 -"152775",22524,58230 -"152776",22524,62243 -"152777",22524,86325 -"152778",22524,87105 -"152779",22524,87632 -"152780",22524,92220 -"152781",22524,92724 -"152782",22524,100396 -"152783",22524,115718 -"152784",22524,120671 -"152785",22525,99641 -"152786",22526,22566 -"152787",22526,22650 -"152788",22527,22536 -"152789",22527,22789 -"152790",22527,28483 -"152791",22527,58329 -"152792",22527,58757 -"152793",22527,62305 -"152794",22527,120121 -"152795",22528,57896 -"152796",22528,88102 -"152797",22528,96447 -"152798",22529,22851 -"152799",22529,22852 -"152800",22529,22982 -"152801",22529,22983 -"152802",22529,22994 -"152803",22529,22995 -"152804",22529,23960 -"152805",22529,25826 -"152806",22529,75532 -"152807",22530,53916 -"152808",22530,63250 -"152809",22530,95731 -"152810",22530,99812 -"152811",22530,109721 -"152812",22531,28677 -"152813",22531,28787 -"152814",22531,28788 -"152815",22532,40759 -"152816",22532,45474 -"152817",22532,63771 -"152818",22532,77870 -"152819",22532,86352 -"152820",22532,99397 -"152821",22532,99605 -"152822",22532,100727 -"152823",22532,112542 -"152824",22532,113848 -"152825",22532,117475 -"152826",22532,118219 -"152827",22533,22546 -"152828",22533,22731 -"152829",22533,74074 -"152830",22534,22730 -"152831",22534,27404 -"152832",22534,27530 -"152833",22534,89991 -"152834",22534,89996 -"152835",22534,90932 -"152836",22535,22647 -"152837",22535,53062 -"152838",22536,22789 -"152839",22537,35094 -"152840",22537,74208 -"152841",22537,85454 -"152842",22537,109601 -"152843",22537,120666 -"152844",22539,46081 -"152845",22539,102325 -"152846",22540,27345 -"152847",22540,30584 -"152848",22540,39589 -"152849",22540,47927 -"152850",22540,60258 -"152851",22540,67815 -"152852",22540,95675 -"152853",22540,96371 -"152854",22541,31280 -"152855",22541,32540 -"152856",22541,34329 -"152857",22541,41098 -"152858",22541,48501 -"152859",22541,54093 -"152860",22541,67377 -"152861",22541,73203 -"152862",22541,75124 -"152863",22541,84285 -"152864",22541,88056 -"152865",22541,93567 -"152866",22542,32380 -"152867",22542,32850 -"152868",22542,109166 -"152869",22543,26991 -"152870",22543,32767 -"152871",22543,34939 -"152872",22543,42338 -"152873",22543,45682 -"152874",22543,59504 -"152875",22543,62145 -"152876",22543,64108 -"152877",22543,69250 -"152878",22543,70400 -"152879",22543,72665 -"152880",22543,77362 -"152881",22543,78009 -"152882",22543,91457 -"152883",22543,93802 -"152884",22543,93910 -"152885",22543,105278 -"152886",22543,120777 -"152887",22544,27524 -"152888",22544,30035 -"152889",22544,31547 -"152890",22544,35409 -"152891",22544,36890 -"152892",22544,41693 -"152893",22544,50191 -"152894",22544,66665 -"152895",22544,68322 -"152896",22544,69934 -"152897",22544,75207 -"152898",22544,78326 -"152899",22544,87984 -"152900",22546,22731 -"152901",22546,28691 -"152902",22546,36840 -"152903",22546,41853 -"152904",22546,42390 -"152905",22546,49911 -"152906",22546,55419 -"152907",22546,56659 -"152908",22547,27017 -"152909",22547,34596 -"152910",22547,49579 -"152911",22547,50008 -"152912",22547,73728 -"152913",22547,89744 -"152914",22547,89747 -"152915",22547,103420 -"152916",22548,28481 -"152917",22548,30609 -"152918",22548,32035 -"152919",22548,32349 -"152920",22548,34033 -"152921",22548,36010 -"152922",22548,38639 -"152923",22548,41904 -"152924",22548,45696 -"152925",22548,46050 -"152926",22548,47973 -"152927",22548,48138 -"152928",22548,49640 -"152929",22548,50425 -"152930",22548,53045 -"152931",22548,57253 -"152932",22548,59177 -"152933",22548,61214 -"152934",22548,66261 -"152935",22548,68457 -"152936",22548,69198 -"152937",22548,77565 -"152938",22548,78974 -"152939",22548,86023 -"152940",22548,87813 -"152941",22548,88773 -"152942",22548,90993 -"152943",22548,90994 -"152944",22548,92417 -"152945",22548,100319 -"152946",22548,101250 -"152947",22548,101462 -"152948",22548,109885 -"152949",22548,110742 -"152950",22548,112606 -"152951",22548,116142 -"152952",22548,116150 -"152953",22548,116151 -"152954",22548,116152 -"152955",22548,116155 -"152956",22548,116159 -"152957",22548,116163 -"152958",22548,116165 -"152959",22548,116166 -"152960",22548,116171 -"152961",22548,116677 -"152962",22548,116678 -"152963",22549,22659 -"152964",22549,23347 -"152965",22549,25448 -"152966",22549,30413 -"152967",22549,33924 -"152968",22549,33926 -"152969",22549,39773 -"152970",22550,99194 -"152971",22550,114976 -"152972",22551,26228 -"152973",22552,38916 -"152974",22552,64293 -"152975",22552,64656 -"152976",22552,71900 -"152977",22552,73178 -"152978",22553,24770 -"152979",22553,27162 -"152980",22553,27256 -"152981",22553,27286 -"152982",22553,27854 -"152983",22553,28065 -"152984",22553,30153 -"152985",22553,34041 -"152986",22553,35040 -"152987",22553,43224 -"152988",22553,53708 -"152989",22553,96114 -"152990",22553,96170 -"152991",22554,24203 -"152992",22554,26071 -"152993",22554,101495 -"152994",22554,109968 -"152995",22555,32943 -"152996",22555,48851 -"152997",22555,48899 -"152998",22555,58796 -"152999",22555,61562 -"153000",22557,39016 -"153001",22557,39085 -"153002",22557,65881 -"153003",22557,65918 -"153004",22557,78267 -"153005",22557,89321 -"153006",22558,42552 -"153007",22559,22642 -"153008",22559,42992 -"153009",22559,76699 -"153010",22559,105982 -"153011",22559,113005 -"153012",22559,113017 -"153013",22560,22561 -"153014",22560,74085 -"153015",22561,23539 -"153016",22561,30450 -"153017",22561,40335 -"153018",22561,40404 -"153019",22561,41861 -"153020",22561,85144 -"153021",22562,88568 -"153022",22562,99069 -"153023",22563,22689 -"153024",22563,40976 -"153025",22564,23844 -"153026",22564,29774 -"153027",22564,116601 -"153028",22564,119400 -"153029",22565,22653 -"153030",22565,22787 -"153031",22565,40703 -"153032",22566,22650 -"153033",22566,22850 -"153034",22566,27885 -"153035",22566,28050 -"153036",22566,28064 -"153037",22566,28168 -"153038",22566,29537 -"153039",22566,45269 -"153040",22566,46648 -"153041",22566,49019 -"153042",22566,53840 -"153043",22566,61553 -"153044",22566,61881 -"153045",22566,64498 -"153046",22566,82462 -"153047",22566,94500 -"153048",22566,98150 -"153049",22566,106157 -"153050",22566,109777 -"153051",22567,40383 -"153052",22567,43941 -"153053",22567,44942 -"153054",22567,50495 -"153055",22567,53611 -"153056",22567,53836 -"153057",22567,58946 -"153058",22567,78235 -"153059",22567,78249 -"153060",22567,83766 -"153061",22567,83794 -"153062",22567,83795 -"153063",22567,118749 -"153064",22568,44661 -"153065",22568,88481 -"153066",22568,103595 -"153067",22568,106106 -"153068",22569,29413 -"153069",22569,47190 -"153070",22569,54037 -"153071",22569,58021 -"153072",22569,65695 -"153073",22569,79312 -"153074",22569,81356 -"153075",22569,91547 -"153076",22569,95876 -"153077",22569,96982 -"153078",22569,106083 -"153079",22569,106115 -"153080",22569,110186 -"153081",22569,112467 -"153082",22569,122181 -"153083",22570,22749 -"153084",22570,22803 -"153085",22570,22877 -"153086",22570,29173 -"153087",22570,49768 -"153088",22570,49867 -"153089",22570,49965 -"153090",22570,94440 -"153091",22571,22926 -"153092",22571,24104 -"153093",22571,25885 -"153094",22571,28996 -"153095",22571,32664 -"153096",22571,33445 -"153097",22571,39585 -"153098",22571,52820 -"153099",22571,53347 -"153100",22571,56762 -"153101",22571,82916 -"153102",22571,84760 -"153103",22571,90252 -"153104",22571,90726 -"153105",22571,95354 -"153106",22571,96720 -"153107",22571,96722 -"153108",22571,99684 -"153109",22571,103158 -"153110",22571,112185 -"153111",22571,113379 -"153112",22572,22813 -"153113",22572,46719 -"153114",22572,46753 -"153115",22572,47806 -"153116",22572,49726 -"153117",22572,114825 -"153118",22573,22671 -"153119",22573,22736 -"153120",22573,26753 -"153121",22573,42440 -"153122",22573,82595 -"153123",22574,38065 -"153124",22574,45769 -"153125",22574,64447 -"153126",22574,67222 -"153127",22574,73381 -"153128",22574,104460 -"153129",22574,105540 -"153130",22574,105651 -"153131",22574,107506 -"153132",22574,121141 -"153133",22575,24404 -"153134",22575,34507 -"153135",22575,49251 -"153136",22575,78892 -"153137",22576,22679 -"153138",22576,25180 -"153139",22578,23322 -"153140",22578,27927 -"153141",22578,27929 -"153142",22578,37977 -"153143",22578,85218 -"153144",22578,91276 -"153145",22578,100201 -"153146",22579,22721 -"153147",22579,100970 -"153148",22580,22581 -"153149",22580,22657 -"153150",22580,22709 -"153151",22580,22767 -"153152",22580,37461 -"153153",22580,46668 -"153154",22580,54769 -"153155",22581,22657 -"153156",22581,22709 -"153157",22581,22767 -"153158",22581,31718 -"153159",22581,33255 -"153160",22581,35080 -"153161",22581,36187 -"153162",22581,42529 -"153163",22581,49061 -"153164",22581,66969 -"153165",22581,85496 -"153166",22581,87194 -"153167",22582,96087 -"153168",22583,22584 -"153169",22583,44104 -"153170",22583,44245 -"153171",22583,52610 -"153172",22583,88573 -"153173",22584,91325 -"153174",22585,22897 -"153175",22585,24327 -"153176",22585,31403 -"153177",22585,39694 -"153178",22585,43706 -"153179",22585,46841 -"153180",22585,47621 -"153181",22585,54447 -"153182",22585,54467 -"153183",22585,56100 -"153184",22585,58970 -"153185",22585,60430 -"153186",22585,73304 -"153187",22585,76483 -"153188",22585,91231 -"153189",22585,92695 -"153190",22586,23134 -"153191",22586,23649 -"153192",22586,26806 -"153193",22586,27501 -"153194",22586,34969 -"153195",22586,36951 -"153196",22586,45608 -"153197",22586,49194 -"153198",22586,52396 -"153199",22586,56766 -"153200",22586,60828 -"153201",22586,61066 -"153202",22586,69603 -"153203",22586,76382 -"153204",22586,90211 -"153205",22586,91492 -"153206",22586,91523 -"153207",22586,91553 -"153208",22587,22742 -"153209",22587,23112 -"153210",22587,36855 -"153211",22587,70510 -"153212",22587,73987 -"153213",22587,91434 -"153214",22587,108522 -"153215",22587,110416 -"153216",22588,22622 -"153217",22588,102804 -"153218",22589,22590 -"153219",22589,34069 -"153220",22591,24110 -"153221",22591,25191 -"153222",22591,35186 -"153223",22591,35877 -"153224",22591,35885 -"153225",22591,44193 -"153226",22591,68700 -"153227",22591,84268 -"153228",22591,86735 -"153229",22591,90379 -"153230",22591,94750 -"153231",22591,96563 -"153232",22592,51776 -"153233",22592,54981 -"153234",22594,27988 -"153235",22594,43283 -"153236",22594,58614 -"153237",22594,76686 -"153238",22594,80496 -"153239",22594,80497 -"153240",22595,22763 -"153241",22595,22804 -"153242",22595,27889 -"153243",22595,40510 -"153244",22595,41805 -"153245",22595,45449 -"153246",22595,45450 -"153247",22595,48781 -"153248",22595,66852 -"153249",22595,70596 -"153250",22595,79639 -"153251",22595,84098 -"153252",22595,84576 -"153253",22595,84581 -"153254",22595,86195 -"153255",22595,86214 -"153256",22595,86223 -"153257",22595,86230 -"153258",22595,90852 -"153259",22595,111590 -"153260",22595,123410 -"153261",22595,123412 -"153262",22596,39793 -"153263",22596,97233 -"153264",22597,22668 -"153265",22597,22669 -"153266",22597,22683 -"153267",22597,22684 -"153268",22597,50356 -"153269",22597,73144 -"153270",22597,74844 -"153271",22597,86448 -"153272",22598,22754 -"153273",22598,22945 -"153274",22598,23050 -"153275",22600,57960 -"153276",22601,58429 -"153277",22602,53554 -"153278",22603,22707 -"153279",22603,27975 -"153280",22603,38219 -"153281",22603,59678 -"153282",22603,90948 -"153283",22603,98606 -"153284",22603,99375 -"153285",22603,100526 -"153286",22604,68243 -"153287",22604,74561 -"153288",22604,81770 -"153289",22604,87146 -"153290",22604,99389 -"153291",22604,122586 -"153292",22606,36503 -"153293",22606,45815 -"153294",22606,46307 -"153295",22606,46681 -"153296",22606,59204 -"153297",22606,63853 -"153298",22606,68098 -"153299",22607,55835 -"153300",22609,78135 -"153301",22609,92421 -"153302",22609,102567 -"153303",22609,114538 -"153304",22610,22723 -"153305",22611,22783 -"153306",22611,25785 -"153307",22611,54618 -"153308",22611,59287 -"153309",22611,70997 -"153310",22611,82860 -"153311",22611,88289 -"153312",22611,89820 -"153313",22611,91687 -"153314",22611,95289 -"153315",22611,111535 -"153316",22611,111601 -"153317",22612,22613 -"153318",22612,22771 -"153319",22612,22774 -"153320",22613,22771 -"153321",22613,22774 -"153322",22614,27811 -"153323",22614,50329 -"153324",22614,51233 -"153325",22614,56128 -"153326",22614,63486 -"153327",22614,65568 -"153328",22614,79913 -"153329",22614,85998 -"153330",22614,89683 -"153331",22614,99291 -"153332",22614,101601 -"153333",22614,103968 -"153334",22615,22630 -"153335",22616,22617 -"153336",22616,22663 -"153337",22616,29328 -"153338",22616,93670 -"153339",22617,22663 -"153340",22617,33122 -"153341",22617,44155 -"153342",22618,22623 -"153343",22618,80282 -"153344",22619,49363 -"153345",22620,22705 -"153346",22620,22759 -"153347",22620,22760 -"153348",22620,64200 -"153349",22620,67011 -"153350",22621,44431 -"153351",22621,63464 -"153352",22621,111045 -"153353",22624,38410 -"153354",22624,83902 -"153355",22626,65961 -"153356",22626,81586 -"153357",22626,121523 -"153358",22627,22722 -"153359",22627,23063 -"153360",22627,23861 -"153361",22627,23959 -"153362",22627,24433 -"153363",22627,25260 -"153364",22627,28896 -"153365",22627,33524 -"153366",22627,48215 -"153367",22627,54200 -"153368",22627,58371 -"153369",22627,59828 -"153370",22627,61543 -"153371",22627,71253 -"153372",22627,90205 -"153373",22627,107603 -"153374",22628,75781 -"153375",22628,94402 -"153376",22628,102859 -"153377",22630,111504 -"153378",22630,117466 -"153379",22630,121835 -"153380",22631,22649 -"153381",22631,22652 -"153382",22631,22745 -"153383",22631,38811 -"153384",22632,22724 -"153385",22632,22746 -"153386",22632,30671 -"153387",22632,44031 -"153388",22632,44730 -"153389",22632,78217 -"153390",22632,99405 -"153391",22633,58230 -"153392",22633,60132 -"153393",22633,80626 -"153394",22633,101135 -"153395",22633,119491 -"153396",22634,22677 -"153397",22635,22636 -"153398",22635,22644 -"153399",22635,22793 -"153400",22636,22644 -"153401",22636,22793 -"153402",22636,69993 -"153403",22636,70010 -"153404",22637,22791 -"153405",22637,87068 -"153406",22639,26495 -"153407",22639,28664 -"153408",22639,29723 -"153409",22639,29812 -"153410",22639,82907 -"153411",22639,89711 -"153412",22639,116281 -"153413",22640,35859 -"153414",22640,59836 -"153415",22640,67488 -"153416",22640,74106 -"153417",22640,77585 -"153418",22640,79602 -"153419",22640,99111 -"153420",22641,25287 -"153421",22641,25565 -"153422",22641,44149 -"153423",22641,48887 -"153424",22641,53179 -"153425",22641,61785 -"153426",22641,78300 -"153427",22641,79581 -"153428",22641,87359 -"153429",22642,95632 -"153430",22642,105259 -"153431",22643,45705 -"153432",22643,48871 -"153433",22643,69958 -"153434",22643,86677 -"153435",22644,22793 -"153436",22644,38606 -"153437",22644,41593 -"153438",22644,41754 -"153439",22644,46156 -"153440",22644,63641 -"153441",22645,33243 -"153442",22645,51045 -"153443",22646,22701 -"153444",22646,22715 -"153445",22648,24845 -"153446",22648,35517 -"153447",22648,38565 -"153448",22648,45284 -"153449",22648,60134 -"153450",22648,68997 -"153451",22648,77043 -"153452",22648,81914 -"153453",22648,85207 -"153454",22648,87748 -"153455",22648,89898 -"153456",22648,106186 -"153457",22648,113094 -"153458",22649,22652 -"153459",22649,22745 -"153460",22649,110894 -"153461",22649,117255 -"153462",22651,22788 -"153463",22651,24446 -"153464",22651,27422 -"153465",22651,30567 -"153466",22651,32672 -"153467",22651,34483 -"153468",22651,57468 -"153469",22651,67670 -"153470",22651,98059 -"153471",22652,22745 -"153472",22652,36473 -"153473",22652,45920 -"153474",22652,76484 -"153475",22652,99409 -"153476",22652,104827 -"153477",22652,104928 -"153478",22652,104930 -"153479",22652,104953 -"153480",22652,122381 -"153481",22653,22787 -"153482",22653,33556 -"153483",22653,33558 -"153484",22653,33559 -"153485",22653,33611 -"153486",22653,33678 -"153487",22653,39667 -"153488",22653,70365 -"153489",22653,75921 -"153490",22653,76598 -"153491",22653,109818 -"153492",22654,85002 -"153493",22655,40868 -"153494",22655,113245 -"153495",22656,23144 -"153496",22656,25386 -"153497",22656,26506 -"153498",22656,32422 -"153499",22656,54265 -"153500",22656,70406 -"153501",22656,72002 -"153502",22656,76590 -"153503",22656,93984 -"153504",22656,98250 -"153505",22656,108552 -"153506",22657,22709 -"153507",22657,22767 -"153508",22657,24438 -"153509",22657,25204 -"153510",22657,31718 -"153511",22657,32523 -"153512",22657,39241 -"153513",22657,39269 -"153514",22657,39279 -"153515",22657,40358 -"153516",22657,42529 -"153517",22657,42578 -"153518",22657,42662 -"153519",22657,46668 -"153520",22657,67015 -"153521",22658,39216 -"153522",22658,44103 -"153523",22658,50179 -"153524",22658,60088 -"153525",22658,79436 -"153526",22658,94826 -"153527",22658,113957 -"153528",22658,119121 -"153529",22659,24317 -"153530",22659,24397 -"153531",22659,35992 -"153532",22659,44681 -"153533",22659,54983 -"153534",22659,58649 -"153535",22660,42886 -"153536",22660,76873 -"153537",22660,76875 -"153538",22660,103854 -"153539",22661,49563 -"153540",22661,82171 -"153541",22661,109540 -"153542",22662,34734 -"153543",22663,83683 -"153544",22664,22695 -"153545",22664,22720 -"153546",22664,22732 -"153547",22664,22741 -"153548",22664,22758 -"153549",22664,22796 -"153550",22664,47726 -"153551",22665,41074 -"153552",22665,43488 -"153553",22665,72588 -"153554",22665,103777 -"153555",22666,27189 -"153556",22666,66267 -"153557",22666,85193 -"153558",22666,87495 -"153559",22666,100586 -"153560",22667,48588 -"153561",22667,57180 -"153562",22667,85373 -"153563",22667,85520 -"153564",22667,87142 -"153565",22667,111208 -"153566",22667,121739 -"153567",22668,22669 -"153568",22668,22683 -"153569",22668,22684 -"153570",22668,74844 -"153571",22669,22683 -"153572",22669,22684 -"153573",22669,22773 -"153574",22669,38376 -"153575",22669,53643 -"153576",22669,69012 -"153577",22669,72508 -"153578",22669,74844 -"153579",22669,80477 -"153580",22669,81615 -"153581",22669,101422 -"153582",22669,120061 -"153583",22669,120869 -"153584",22669,120872 -"153585",22670,23071 -"153586",22670,26010 -"153587",22670,27014 -"153588",22670,27339 -"153589",22670,29661 -"153590",22670,36299 -"153591",22670,45113 -"153592",22670,45831 -"153593",22670,45832 -"153594",22670,45958 -"153595",22670,60053 -"153596",22670,82498 -"153597",22670,92883 -"153598",22670,109521 -"153599",22670,114831 -"153600",22670,117532 -"153601",22670,121231 -"153602",22670,121234 -"153603",22671,22736 -"153604",22671,26753 -"153605",22672,22703 -"153606",22673,48708 -"153607",22673,92704 -"153608",22673,92705 -"153609",22674,51492 -"153610",22675,24270 -"153611",22675,37620 -"153612",22675,40624 -"153613",22675,44648 -"153614",22675,60951 -"153615",22675,67352 -"153616",22675,78875 -"153617",22675,83309 -"153618",22675,104340 -"153619",22676,41623 -"153620",22676,45004 -"153621",22677,73428 -"153622",22678,23873 -"153623",22678,27305 -"153624",22678,40379 -"153625",22678,49981 -"153626",22679,22919 -"153627",22679,25180 -"153628",22679,33627 -"153629",22679,51820 -"153630",22679,51896 -"153631",22679,97775 -"153632",22680,74821 -"153633",22680,89076 -"153634",22680,94339 -"153635",22680,97140 -"153636",22680,101146 -"153637",22681,23074 -"153638",22681,26952 -"153639",22681,33251 -"153640",22681,47487 -"153641",22681,68632 -"153642",22681,69455 -"153643",22681,77371 -"153644",22681,91023 -"153645",22681,107967 -"153646",22681,116749 -"153647",22682,53401 -"153648",22682,61975 -"153649",22682,70578 -"153650",22682,81771 -"153651",22682,88746 -"153652",22683,22684 -"153653",22683,53802 -"153654",22683,74844 -"153655",22684,74844 -"153656",22684,120061 -"153657",22685,35961 -"153658",22685,71849 -"153659",22685,113143 -"153660",22686,26377 -"153661",22686,50061 -"153662",22686,51296 -"153663",22686,61145 -"153664",22686,75595 -"153665",22687,24828 -"153666",22687,24924 -"153667",22687,28391 -"153668",22687,28412 -"153669",22687,29243 -"153670",22687,45148 -"153671",22687,63127 -"153672",22687,68615 -"153673",22687,98032 -"153674",22688,22739 -"153675",22688,45994 -"153676",22688,50991 -"153677",22689,26774 -"153678",22689,30167 -"153679",22689,39188 -"153680",22689,52918 -"153681",22689,111887 -"153682",22690,22691 -"153683",22690,22798 -"153684",22690,50596 -"153685",22690,86137 -"153686",22690,86962 -"153687",22690,100820 -"153688",22690,109612 -"153689",22690,110864 -"153690",22690,117108 -"153691",22690,119729 -"153692",22690,119782 -"153693",22692,22798 -"153694",22692,66976 -"153695",22692,109618 -"153696",22693,99570 -"153697",22694,26692 -"153698",22694,27003 -"153699",22694,40357 -"153700",22694,49002 -"153701",22694,49336 -"153702",22694,62248 -"153703",22694,62264 -"153704",22694,62265 -"153705",22694,62691 -"153706",22694,62709 -"153707",22695,22720 -"153708",22695,22732 -"153709",22695,22741 -"153710",22695,22758 -"153711",22695,22796 -"153712",22695,42242 -"153713",22696,33548 -"153714",22696,40930 -"153715",22696,44368 -"153716",22696,54708 -"153717",22696,88629 -"153718",22697,22766 -"153719",22697,32085 -"153720",22697,41789 -"153721",22698,25185 -"153722",22698,25295 -"153723",22698,37667 -"153724",22698,43176 -"153725",22698,52205 -"153726",22698,78677 -"153727",22698,88175 -"153728",22699,22775 -"153729",22699,81248 -"153730",22699,90658 -"153731",22699,92900 -"153732",22699,101815 -"153733",22699,103089 -"153734",22699,108612 -"153735",22699,111870 -"153736",22700,54419 -"153737",22700,76089 -"153738",22700,89914 -"153739",22700,105571 -"153740",22700,105573 -"153741",22701,22715 -"153742",22701,34713 -"153743",22701,59252 -"153744",22701,71508 -"153745",22701,71583 -"153746",22701,75354 -"153747",22702,41892 -"153748",22702,60923 -"153749",22702,87627 -"153750",22702,118718 -"153751",22703,93044 -"153752",22704,41096 -"153753",22704,47810 -"153754",22704,56195 -"153755",22704,75512 -"153756",22704,103890 -"153757",22705,22759 -"153758",22705,22760 -"153759",22705,53181 -"153760",22705,64200 -"153761",22705,67011 -"153762",22706,26531 -"153763",22707,42604 -"153764",22707,60131 -"153765",22707,105249 -"153766",22708,22787 -"153767",22709,22767 -"153768",22709,30721 -"153769",22709,30874 -"153770",22709,31724 -"153771",22709,32673 -"153772",22709,34831 -"153773",22709,34921 -"153774",22709,37461 -"153775",22709,39241 -"153776",22709,39269 -"153777",22709,39279 -"153778",22709,40147 -"153779",22709,49657 -"153780",22709,55472 -"153781",22709,67015 -"153782",22709,67890 -"153783",22709,70265 -"153784",22709,73513 -"153785",22709,78890 -"153786",22709,79537 -"153787",22709,79571 -"153788",22709,96764 -"153789",22709,102338 -"153790",22709,107622 -"153791",22709,107883 -"153792",22710,26720 -"153793",22710,27591 -"153794",22710,29100 -"153795",22710,36265 -"153796",22710,36448 -"153797",22710,46890 -"153798",22710,47907 -"153799",22710,48269 -"153800",22710,50023 -"153801",22710,54501 -"153802",22710,55675 -"153803",22710,57017 -"153804",22710,79873 -"153805",22710,79949 -"153806",22710,85958 -"153807",22710,87249 -"153808",22711,39322 -"153809",22711,61234 -"153810",22711,73538 -"153811",22711,75872 -"153812",22711,99037 -"153813",22712,70949 -"153814",22712,72427 -"153815",22713,22794 -"153816",22713,32768 -"153817",22713,32932 -"153818",22713,38171 -"153819",22713,66133 -"153820",22713,90367 -"153821",22714,31507 -"153822",22714,43144 -"153823",22714,55915 -"153824",22714,82670 -"153825",22714,87255 -"153826",22716,22733 -"153827",22716,42291 -"153828",22717,22790 -"153829",22717,103089 -"153830",22718,26223 -"153831",22719,22897 -"153832",22719,24327 -"153833",22719,26879 -"153834",22719,27193 -"153835",22720,22732 -"153836",22720,22741 -"153837",22720,22758 -"153838",22720,22796 -"153839",22720,68985 -"153840",22721,35308 -"153841",22721,38608 -"153842",22721,42364 -"153843",22721,62583 -"153844",22721,76556 -"153845",22721,77966 -"153846",22721,82992 -"153847",22721,86507 -"153848",22722,23861 -"153849",22722,23959 -"153850",22723,25255 -"153851",22723,27049 -"153852",22723,28331 -"153853",22723,32424 -"153854",22723,34092 -"153855",22723,36382 -"153856",22723,38206 -"153857",22723,44321 -"153858",22723,98149 -"153859",22723,108964 -"153860",22724,22746 -"153861",22726,98377 -"153862",22726,120341 -"153863",22727,66484 -"153864",22728,58519 -"153865",22728,104278 -"153866",22729,37477 -"153867",22729,103067 -"153868",22731,23048 -"153869",22731,28648 -"153870",22731,29939 -"153871",22731,46606 -"153872",22732,22741 -"153873",22732,22758 -"153874",22732,22796 -"153875",22732,41174 -"153876",22732,73136 -"153877",22733,76767 -"153878",22734,68330 -"153879",22735,91655 -"153880",22735,121516 -"153881",22736,26753 -"153882",22737,56400 -"153883",22737,65633 -"153884",22737,96028 -"153885",22738,81909 -"153886",22740,38816 -"153887",22740,97565 -"153888",22741,22758 -"153889",22741,22796 -"153890",22741,42242 -"153891",22742,44759 -"153892",22742,76850 -"153893",22743,33876 -"153894",22744,35801 -"153895",22744,41035 -"153896",22744,50616 -"153897",22744,58263 -"153898",22744,58730 -"153899",22744,69934 -"153900",22744,79821 -"153901",22744,82512 -"153902",22745,99712 -"153903",22745,99770 -"153904",22746,22929 -"153905",22746,23728 -"153906",22746,23730 -"153907",22746,23910 -"153908",22746,29782 -"153909",22746,31223 -"153910",22746,48084 -"153911",22746,48585 -"153912",22746,48612 -"153913",22746,48645 -"153914",22746,54712 -"153915",22746,61860 -"153916",22746,64954 -"153917",22746,65246 -"153918",22746,90268 -"153919",22746,122277 -"153920",22746,122279 -"153921",22749,22803 -"153922",22749,28333 -"153923",22749,30324 -"153924",22749,35256 -"153925",22749,37570 -"153926",22749,37682 -"153927",22749,44254 -"153928",22750,22762 -"153929",22751,49521 -"153930",22752,74218 -"153931",22752,79068 -"153932",22753,36632 -"153933",22753,36638 -"153934",22753,38449 -"153935",22753,39058 -"153936",22753,40695 -"153937",22753,44319 -"153938",22753,72744 -"153939",22753,85323 -"153940",22753,89274 -"153941",22753,89965 -"153942",22753,100630 -"153943",22753,114355 -"153944",22754,22945 -"153945",22754,26077 -"153946",22754,27263 -"153947",22754,28904 -"153948",22754,31753 -"153949",22754,41077 -"153950",22754,41557 -"153951",22754,50766 -"153952",22754,54372 -"153953",22754,64491 -"153954",22754,68559 -"153955",22754,69625 -"153956",22754,71126 -"153957",22754,78424 -"153958",22754,78441 -"153959",22754,90154 -"153960",22754,93563 -"153961",22754,105318 -"153962",22754,105324 -"153963",22754,105358 -"153964",22754,112506 -"153965",22755,44647 -"153966",22755,84556 -"153967",22756,24948 -"153968",22756,24989 -"153969",22756,26413 -"153970",22756,27267 -"153971",22756,31897 -"153972",22756,32070 -"153973",22756,36745 -"153974",22756,40561 -"153975",22756,43367 -"153976",22756,44300 -"153977",22756,46568 -"153978",22756,50659 -"153979",22756,54737 -"153980",22756,56168 -"153981",22756,60846 -"153982",22756,65152 -"153983",22756,69291 -"153984",22756,72610 -"153985",22756,78073 -"153986",22756,78915 -"153987",22756,79331 -"153988",22756,79710 -"153989",22756,79711 -"153990",22756,79720 -"153991",22756,79725 -"153992",22756,79738 -"153993",22756,79748 -"153994",22756,79750 -"153995",22756,79754 -"153996",22756,79758 -"153997",22756,79760 -"153998",22756,79771 -"153999",22756,79780 -"154000",22756,79781 -"154001",22756,79803 -"154002",22756,84669 -"154003",22756,84684 -"154004",22756,109910 -"154005",22756,112814 -"154006",22756,117598 -"154007",22756,118233 -"154008",22756,121555 -"154009",22756,121860 -"154010",22756,122001 -"154011",22757,29993 -"154012",22757,69053 -"154013",22757,78302 -"154014",22757,80550 -"154015",22757,99397 -"154016",22757,101389 -"154017",22757,101716 -"154018",22757,103552 -"154019",22757,106844 -"154020",22757,107720 -"154021",22757,112565 -"154022",22757,112577 -"154023",22757,112583 -"154024",22757,113814 -"154025",22758,22796 -"154026",22759,22760 -"154027",22759,26499 -"154028",22759,45758 -"154029",22759,53181 -"154030",22759,96954 -"154031",22759,97993 -"154032",22759,98963 -"154033",22759,111774 -"154034",22760,64997 -"154035",22761,42452 -"154036",22761,90055 -"154037",22762,27124 -"154038",22762,59698 -"154039",22762,94731 -"154040",22763,22804 -"154041",22763,32735 -"154042",22763,40510 -"154043",22763,45562 -"154044",22763,48781 -"154045",22763,55018 -"154046",22763,56475 -"154047",22763,78257 -"154048",22763,80186 -"154049",22763,88192 -"154050",22763,93642 -"154051",22763,95265 -"154052",22763,104486 -"154053",22763,111355 -"154054",22763,112808 -"154055",22763,114291 -"154056",22763,114714 -"154057",22764,24083 -"154058",22764,24511 -"154059",22764,28144 -"154060",22764,49259 -"154061",22765,50719 -"154062",22765,56138 -"154063",22765,96897 -"154064",22766,25741 -"154065",22766,34658 -"154066",22766,45763 -"154067",22766,61633 -"154068",22766,63569 -"154069",22766,88413 -"154070",22766,94922 -"154071",22767,24416 -"154072",22767,39416 -"154073",22767,39515 -"154074",22768,60608 -"154075",22768,74147 -"154076",22768,116857 -"154077",22769,61435 -"154078",22769,78984 -"154079",22771,22774 -"154080",22772,24604 -"154081",22772,40823 -"154082",22772,79207 -"154083",22772,106101 -"154084",22773,38376 -"154085",22773,69012 -"154086",22773,70115 -"154087",22773,72508 -"154088",22773,80477 -"154089",22773,101422 -"154090",22773,110482 -"154091",22773,120061 -"154092",22773,120869 -"154093",22773,120872 -"154094",22775,45107 -"154095",22775,51123 -"154096",22775,59732 -"154097",22775,77117 -"154098",22775,80666 -"154099",22775,84382 -"154100",22775,96073 -"154101",22776,22999 -"154102",22776,62315 -"154103",22776,69612 -"154104",22777,36023 -"154105",22778,77848 -"154106",22779,33044 -"154107",22779,58280 -"154108",22780,67504 -"154109",22780,106501 -"154110",22781,91566 -"154111",22781,92494 -"154112",22782,41702 -"154113",22783,38285 -"154114",22783,95544 -"154115",22783,95553 -"154116",22785,108278 -"154117",22786,41279 -"154118",22786,76855 -"154119",22786,78409 -"154120",22786,83736 -"154121",22787,33342 -"154122",22787,38569 -"154123",22787,48871 -"154124",22787,79431 -"154125",22787,79645 -"154126",22789,103171 -"154127",22790,33418 -"154128",22790,36999 -"154129",22790,38333 -"154130",22790,39397 -"154131",22790,74561 -"154132",22790,89176 -"154133",22790,102742 -"154134",22790,112342 -"154135",22791,29450 -"154136",22791,65649 -"154137",22791,97276 -"154138",22792,25842 -"154139",22792,25943 -"154140",22792,26636 -"154141",22792,28018 -"154142",22792,35434 -"154143",22792,47435 -"154144",22792,49737 -"154145",22792,51790 -"154146",22792,52327 -"154147",22793,29167 -"154148",22793,38640 -"154149",22793,39742 -"154150",22793,60758 -"154151",22793,64014 -"154152",22793,68159 -"154153",22793,72131 -"154154",22794,59656 -"154155",22794,105679 -"154156",22795,32199 -"154157",22795,78732 -"154158",22795,86795 -"154159",22796,29192 -"154160",22796,61279 -"154161",22796,61361 -"154162",22796,66891 -"154163",22796,74887 -"154164",22796,75946 -"154165",22796,85212 -"154166",22796,85220 -"154167",22797,31982 -"154168",22797,38536 -"154169",22797,53200 -"154170",22797,63518 -"154171",22797,85245 -"154172",22797,92017 -"154173",22797,94400 -"154174",22797,102484 -"154175",22797,105878 -"154176",22797,116476 -"154177",22797,116836 -"154178",22798,50596 -"154179",22798,86137 -"154180",22798,86962 -"154181",22798,100820 -"154182",22798,109612 -"154183",22798,110864 -"154184",22798,117108 -"154185",22798,119729 -"154186",22798,119782 -"154187",22800,40201 -"154188",22800,70042 -"154189",22800,70078 -"154190",22801,74321 -"154191",22801,106077 -"154192",22801,112628 -"154193",22802,116958 -"154194",22804,45179 -"154195",22804,57046 -"154196",22805,22849 -"154197",22805,43693 -"154198",22805,88468 -"154199",22806,22967 -"154200",22806,104288 -"154201",22806,104304 -"154202",22807,23100 -"154203",22807,23423 -"154204",22807,31890 -"154205",22807,32047 -"154206",22807,33848 -"154207",22807,41968 -"154208",22807,43345 -"154209",22807,50001 -"154210",22807,58646 -"154211",22807,76202 -"154212",22808,22840 -"154213",22808,46614 -"154214",22808,46617 -"154215",22808,47591 -"154216",22808,56323 -"154217",22808,56499 -"154218",22808,63475 -"154219",22808,63503 -"154220",22808,63517 -"154221",22808,63563 -"154222",22808,63575 -"154223",22808,63592 -"154224",22808,64253 -"154225",22809,66849 -"154226",22809,79677 -"154227",22810,37433 -"154228",22811,56689 -"154229",22812,22813 -"154230",22812,22911 -"154231",22812,35032 -"154232",22812,47464 -"154233",22812,116829 -"154234",22813,22911 -"154235",22813,24576 -"154236",22813,35032 -"154237",22813,66712 -"154238",22813,78802 -"154239",22813,94468 -"154240",22814,22886 -"154241",22814,22978 -"154242",22814,55197 -"154243",22814,55978 -"154244",22814,56258 -"154245",22814,60498 -"154246",22814,62124 -"154247",22814,62137 -"154248",22814,62143 -"154249",22814,62149 -"154250",22814,62228 -"154251",22814,66485 -"154252",22814,66497 -"154253",22814,66523 -"154254",22815,80931 -"154255",22815,85377 -"154256",22815,110141 -"154257",22816,23104 -"154258",22816,23106 -"154259",22816,27261 -"154260",22816,35251 -"154261",22816,40805 -"154262",22816,80893 -"154263",22816,83473 -"154264",22816,120475 -"154265",22817,23304 -"154266",22817,23412 -"154267",22817,23428 -"154268",22817,101057 -"154269",22818,76788 -"154270",22819,53200 -"154271",22819,69779 -"154272",22819,116041 -"154273",22820,42833 -"154274",22820,42966 -"154275",22820,43303 -"154276",22820,46221 -"154277",22820,47889 -"154278",22820,52517 -"154279",22821,22903 -"154280",22821,31640 -"154281",22821,47740 -"154282",22821,71340 -"154283",22821,81235 -"154284",22821,107169 -"154285",22821,107224 -"154286",22821,115752 -"154287",22822,38006 -"154288",22822,76094 -"154289",22823,23147 -"154290",22823,23421 -"154291",22823,23632 -"154292",22823,23953 -"154293",22823,24495 -"154294",22823,24710 -"154295",22823,25143 -"154296",22823,25303 -"154297",22823,25664 -"154298",22823,26407 -"154299",22823,27174 -"154300",22823,27196 -"154301",22823,27710 -"154302",22823,28703 -"154303",22823,29253 -"154304",22823,29341 -"154305",22823,29560 -"154306",22823,29573 -"154307",22823,29868 -"154308",22823,32438 -"154309",22823,32967 -"154310",22823,33223 -"154311",22823,33881 -"154312",22823,34097 -"154313",22823,34330 -"154314",22823,34513 -"154315",22823,35400 -"154316",22823,36476 -"154317",22823,36547 -"154318",22823,36745 -"154319",22823,37821 -"154320",22823,37931 -"154321",22823,38319 -"154322",22823,39398 -"154323",22823,39492 -"154324",22823,40320 -"154325",22823,40373 -"154326",22823,40542 -"154327",22823,41182 -"154328",22823,42131 -"154329",22823,46843 -"154330",22823,48331 -"154331",22824,33560 -"154332",22824,118337 -"154333",22825,23922 -"154334",22825,24306 -"154335",22825,31630 -"154336",22825,41861 -"154337",22825,48451 -"154338",22825,95811 -"154339",22825,105565 -"154340",22825,114287 -"154341",22826,22827 -"154342",22826,30866 -"154343",22826,32109 -"154344",22826,35894 -"154345",22826,48426 -"154346",22826,49640 -"154347",22826,51427 -"154348",22826,51537 -"154349",22826,60708 -"154350",22826,67895 -"154351",22826,75911 -"154352",22826,79669 -"154353",22826,82666 -"154354",22826,84247 -"154355",22826,92506 -"154356",22826,110742 -"154357",22828,107888 -"154358",22828,108408 -"154359",22828,112723 -"154360",22828,123105 -"154361",22829,23298 -"154362",22829,23303 -"154363",22829,68472 -"154364",22830,22921 -"154365",22830,28870 -"154366",22830,53050 -"154367",22830,54877 -"154368",22831,40618 -"154369",22831,51793 -"154370",22832,23805 -"154371",22832,52957 -"154372",22833,25605 -"154373",22833,47630 -"154374",22833,50922 -"154375",22833,52023 -"154376",22833,52626 -"154377",22833,61499 -"154378",22833,72367 -"154379",22833,74918 -"154380",22833,89874 -"154381",22833,91282 -"154382",22833,94789 -"154383",22833,95288 -"154384",22833,96525 -"154385",22833,108886 -"154386",22833,111109 -"154387",22833,123002 -"154388",22834,23035 -"154389",22835,38187 -"154390",22835,44360 -"154391",22835,47768 -"154392",22837,29037 -"154393",22837,32636 -"154394",22837,40203 -"154395",22837,43116 -"154396",22837,43834 -"154397",22837,57637 -"154398",22837,64242 -"154399",22837,72313 -"154400",22837,77011 -"154401",22837,82695 -"154402",22837,84926 -"154403",22837,85609 -"154404",22837,88531 -"154405",22837,92539 -"154406",22837,98422 -"154407",22837,100207 -"154408",22837,100770 -"154409",22837,100771 -"154410",22837,102156 -"154411",22837,103244 -"154412",22837,103720 -"154413",22837,105244 -"154414",22837,108470 -"154415",22837,108474 -"154416",22837,109949 -"154417",22837,116935 -"154418",22837,116936 -"154419",22837,116954 -"154420",22837,116956 -"154421",22838,26478 -"154422",22838,103543 -"154423",22838,117496 -"154424",22838,118203 -"154425",22838,118204 -"154426",22839,22884 -"154427",22839,22888 -"154428",22839,25338 -"154429",22839,33621 -"154430",22839,41993 -"154431",22839,58855 -"154432",22839,59438 -"154433",22839,76351 -"154434",22839,95087 -"154435",22839,102370 -"154436",22840,23460 -"154437",22840,24031 -"154438",22840,31987 -"154439",22840,36217 -"154440",22840,46614 -"154441",22840,47591 -"154442",22840,48540 -"154443",22840,49711 -"154444",22840,57417 -"154445",22840,60698 -"154446",22840,63592 -"154447",22840,65664 -"154448",22840,65700 -"154449",22840,65752 -"154450",22840,81948 -"154451",22841,34862 -"154452",22841,44537 -"154453",22841,63905 -"154454",22841,68957 -"154455",22841,123022 -"154456",22842,23047 -"154457",22842,23372 -"154458",22842,23464 -"154459",22842,46293 -"154460",22842,46626 -"154461",22843,28944 -"154462",22843,39035 -"154463",22843,43770 -"154464",22843,74065 -"154465",22843,76959 -"154466",22843,82542 -"154467",22844,47699 -"154468",22844,71135 -"154469",22844,94247 -"154470",22844,96621 -"154471",22844,98640 -"154472",22845,37982 -"154473",22845,103522 -"154474",22845,107525 -"154475",22845,107528 -"154476",22845,113859 -"154477",22845,119898 -"154478",22846,34316 -"154479",22847,22870 -"154480",22847,22871 -"154481",22848,22878 -"154482",22850,68959 -"154483",22850,90679 -"154484",22851,22852 -"154485",22851,22982 -"154486",22851,22983 -"154487",22851,22994 -"154488",22851,22995 -"154489",22851,23960 -"154490",22851,25826 -"154491",22851,75532 -"154492",22852,22982 -"154493",22852,22983 -"154494",22852,22994 -"154495",22852,22995 -"154496",22852,23960 -"154497",22852,25826 -"154498",22852,75532 -"154499",22854,23072 -"154500",22854,23118 -"154501",22854,23188 -"154502",22854,36365 -"154503",22854,70309 -"154504",22855,26013 -"154505",22855,27371 -"154506",22855,40199 -"154507",22855,40667 -"154508",22855,51016 -"154509",22855,77031 -"154510",22855,95155 -"154511",22855,96920 -"154512",22855,102561 -"154513",22855,107023 -"154514",22855,108620 -"154515",22855,114882 -"154516",22856,23591 -"154517",22857,66104 -"154518",22857,66158 -"154519",22857,66185 -"154520",22857,112959 -"154521",22858,23037 -"154522",22858,24948 -"154523",22858,33878 -"154524",22858,33940 -"154525",22858,34070 -"154526",22859,27739 -"154527",22859,37668 -"154528",22859,55926 -"154529",22859,61835 -"154530",22859,62644 -"154531",22859,69182 -"154532",22859,70121 -"154533",22859,81751 -"154534",22859,92907 -"154535",22859,97895 -"154536",22859,118170 -"154537",22860,24190 -"154538",22860,91715 -"154539",22862,77949 -"154540",22862,117509 -"154541",22863,22919 -"154542",22864,22940 -"154543",22866,23042 -"154544",22866,90947 -"154545",22867,24330 -"154546",22867,35403 -"154547",22867,105360 -"154548",22867,105551 -"154549",22868,52589 -"154550",22868,110490 -"154551",22869,27247 -"154552",22870,22871 -"154553",22870,27261 -"154554",22870,30216 -"154555",22870,31683 -"154556",22870,31693 -"154557",22870,35251 -"154558",22870,47469 -"154559",22870,57087 -"154560",22870,71059 -"154561",22872,26957 -"154562",22872,58855 -"154563",22872,67895 -"154564",22872,93424 -"154565",22872,93429 -"154566",22873,23099 -"154567",22873,25410 -"154568",22873,28648 -"154569",22873,30526 -"154570",22873,30840 -"154571",22873,31852 -"154572",22873,31987 -"154573",22873,35304 -"154574",22873,41227 -"154575",22873,41489 -"154576",22873,46124 -"154577",22873,55481 -"154578",22873,62269 -"154579",22873,63378 -"154580",22873,66467 -"154581",22873,76179 -"154582",22873,76372 -"154583",22873,76380 -"154584",22873,77983 -"154585",22873,78136 -"154586",22873,89520 -"154587",22873,92440 -"154588",22873,93626 -"154589",22873,100438 -"154590",22873,101971 -"154591",22873,105072 -"154592",22873,105090 -"154593",22873,105270 -"154594",22873,105432 -"154595",22874,30488 -"154596",22874,31085 -"154597",22874,31386 -"154598",22874,31967 -"154599",22874,57977 -"154600",22874,108692 -"154601",22874,108718 -"154602",22874,120081 -"154603",22875,22950 -"154604",22875,22990 -"154605",22875,36225 -"154606",22875,60755 -"154607",22875,67613 -"154608",22875,72144 -"154609",22875,77611 -"154610",22875,79526 -"154611",22875,117771 -"154612",22876,31813 -"154613",22876,65557 -"154614",22876,68923 -"154615",22876,74088 -"154616",22876,110783 -"154617",22877,57950 -"154618",22877,86002 -"154619",22877,88696 -"154620",22877,94440 -"154621",22877,110201 -"154622",22878,23879 -"154623",22879,42402 -"154624",22880,31518 -"154625",22880,41754 -"154626",22880,66469 -"154627",22880,99558 -"154628",22880,102209 -"154629",22880,104919 -"154630",22880,113027 -"154631",22881,33702 -"154632",22881,45567 -"154633",22881,49441 -"154634",22881,49604 -"154635",22881,49605 -"154636",22881,49617 -"154637",22881,49629 -"154638",22881,49633 -"154639",22881,49634 -"154640",22881,49637 -"154641",22881,49638 -"154642",22881,49639 -"154643",22881,49648 -"154644",22881,49656 -"154645",22881,49659 -"154646",22881,49669 -"154647",22881,49670 -"154648",22881,49676 -"154649",22881,49684 -"154650",22881,49685 -"154651",22881,49686 -"154652",22881,49687 -"154653",22881,49702 -"154654",22881,49704 -"154655",22881,49705 -"154656",22881,49706 -"154657",22881,49721 -"154658",22881,49732 -"154659",22881,49735 -"154660",22881,49736 -"154661",22881,49740 -"154662",22881,49750 -"154663",22881,49852 -"154664",22881,64531 -"154665",22882,56859 -"154666",22882,85052 -"154667",22882,85085 -"154668",22883,22939 -"154669",22883,28598 -"154670",22883,36369 -"154671",22883,78511 -"154672",22884,22888 -"154673",22884,51041 -"154674",22885,33856 -"154675",22885,46577 -"154676",22886,22978 -"154677",22886,26612 -"154678",22886,28804 -"154679",22886,29004 -"154680",22886,39059 -"154681",22886,55153 -"154682",22886,71163 -"154683",22887,30570 -"154684",22889,22970 -"154685",22889,23040 -"154686",22889,23330 -"154687",22889,26723 -"154688",22889,31222 -"154689",22889,31302 -"154690",22889,52711 -"154691",22889,86584 -"154692",22889,89901 -"154693",22889,92950 -"154694",22889,102484 -"154695",22889,110485 -"154696",22889,113902 -"154697",22889,114769 -"154698",22890,88663 -"154699",22890,98379 -"154700",22890,117371 -"154701",22890,123176 -"154702",22891,22953 -"154703",22891,54272 -"154704",22891,95984 -"154705",22891,101023 -"154706",22892,30898 -"154707",22892,33360 -"154708",22892,35172 -"154709",22892,43474 -"154710",22892,45981 -"154711",22892,64031 -"154712",22892,65993 -"154713",22892,70046 -"154714",22892,76128 -"154715",22892,77961 -"154716",22892,89274 -"154717",22892,89965 -"154718",22892,100630 -"154719",22892,100964 -"154720",22892,101138 -"154721",22892,120309 -"154722",22893,22934 -"154723",22893,23006 -"154724",22893,31497 -"154725",22893,82839 -"154726",22894,22907 -"154727",22894,22957 -"154728",22894,22969 -"154729",22894,30089 -"154730",22895,29825 -"154731",22895,30810 -"154732",22896,27973 -"154733",22896,30012 -"154734",22896,51398 -"154735",22896,65898 -"154736",22896,70889 -"154737",22896,79231 -"154738",22896,84138 -"154739",22896,86131 -"154740",22896,106968 -"154741",22896,109510 -"154742",22896,110599 -"154743",22897,23583 -"154744",22897,24327 -"154745",22897,26940 -"154746",22897,26941 -"154747",22897,29088 -"154748",22897,37385 -"154749",22897,41992 -"154750",22897,43214 -"154751",22897,48138 -"154752",22897,54615 -"154753",22897,65438 -"154754",22897,79408 -"154755",22897,117510 -"154756",22897,117551 -"154757",22898,87267 -"154758",22899,38429 -"154759",22899,52303 -"154760",22899,55776 -"154761",22899,62220 -"154762",22899,102165 -"154763",22899,104871 -"154764",22899,114448 -"154765",22900,23023 -"154766",22900,42019 -"154767",22900,74946 -"154768",22900,77441 -"154769",22900,108239 -"154770",22901,30263 -"154771",22901,43406 -"154772",22901,94727 -"154773",22902,30026 -"154774",22902,30069 -"154775",22902,30184 -"154776",22902,30242 -"154777",22902,30243 -"154778",22902,30258 -"154779",22902,30337 -"154780",22902,30338 -"154781",22902,30495 -"154782",22902,30496 -"154783",22902,30498 -"154784",22902,43617 -"154785",22902,116255 -"154786",22903,31640 -"154787",22903,108588 -"154788",22905,22977 -"154789",22905,25383 -"154790",22905,27981 -"154791",22905,33703 -"154792",22905,50255 -"154793",22905,50635 -"154794",22905,63267 -"154795",22905,63725 -"154796",22905,72984 -"154797",22905,81156 -"154798",22905,84301 -"154799",22905,88173 -"154800",22905,89209 -"154801",22905,89230 -"154802",22905,103470 -"154803",22905,105785 -"154804",22906,42106 -"154805",22906,62119 -"154806",22907,22957 -"154807",22907,22969 -"154808",22907,97596 -"154809",22907,102848 -"154810",22908,40065 -"154811",22908,75149 -"154812",22909,22958 -"154813",22909,58825 -"154814",22909,76755 -"154815",22909,76758 -"154816",22909,76765 -"154817",22910,24549 -"154818",22911,35032 -"154819",22911,41889 -"154820",22911,41904 -"154821",22911,42322 -"154822",22911,43939 -"154823",22911,47512 -"154824",22911,55057 -"154825",22911,59908 -"154826",22911,66712 -"154827",22911,72745 -"154828",22911,79847 -"154829",22911,83759 -"154830",22911,84051 -"154831",22911,86063 -"154832",22911,86857 -"154833",22912,113319 -"154834",22913,23510 -"154835",22915,39220 -"154836",22915,50316 -"154837",22915,94388 -"154838",22917,27523 -"154839",22917,31731 -"154840",22917,37301 -"154841",22918,24992 -"154842",22918,25020 -"154843",22918,25172 -"154844",22918,35704 -"154845",22918,47740 -"154846",22918,112219 -"154847",22919,31472 -"154848",22919,31508 -"154849",22919,33627 -"154850",22919,71945 -"154851",22919,97775 -"154852",22919,100952 -"154853",22920,33297 -"154854",22920,43983 -"154855",22921,36279 -"154856",22921,43009 -"154857",22921,43010 -"154858",22921,43011 -"154859",22921,43047 -"154860",22921,43072 -"154861",22921,46790 -"154862",22921,79221 -"154863",22922,23051 -"154864",22922,23052 -"154865",22922,25162 -"154866",22922,34997 -"154867",22922,42069 -"154868",22922,42851 -"154869",22922,42985 -"154870",22922,46662 -"154871",22922,51806 -"154872",22922,70512 -"154873",22922,73874 -"154874",22922,74595 -"154875",22922,80200 -"154876",22922,81716 -"154877",22922,115036 -"154878",22922,116500 -"154879",22923,23305 -"154880",22923,24508 -"154881",22923,26412 -"154882",22923,52634 -"154883",22923,72434 -"154884",22924,92551 -"154885",22925,27002 -"154886",22925,80430 -"154887",22925,80854 -"154888",22926,24104 -"154889",22926,28996 -"154890",22926,95354 -"154891",22926,103158 -"154892",22928,24687 -"154893",22928,36077 -"154894",22928,45611 -"154895",22929,26464 -"154896",22929,30651 -"154897",22929,31428 -"154898",22929,31900 -"154899",22929,49140 -"154900",22929,53302 -"154901",22930,26155 -"154902",22930,39115 -"154903",22930,48876 -"154904",22930,67030 -"154905",22931,30978 -"154906",22931,49664 -"154907",22931,54149 -"154908",22932,23043 -"154909",22932,34326 -"154910",22932,85758 -"154911",22932,85763 -"154912",22932,85782 -"154913",22932,85790 -"154914",22932,85791 -"154915",22933,22990 -"154916",22934,23006 -"154917",22935,24924 -"154918",22935,48572 -"154919",22935,63346 -"154920",22936,33942 -"154921",22936,41762 -"154922",22936,48150 -"154923",22936,48628 -"154924",22936,79313 -"154925",22936,86453 -"154926",22936,89301 -"154927",22936,90518 -"154928",22936,93524 -"154929",22936,98743 -"154930",22936,109545 -"154931",22936,112059 -"154932",22937,24244 -"154933",22937,70899 -"154934",22937,84685 -"154935",22937,108485 -"154936",22937,108566 -"154937",22938,38618 -"154938",22938,51396 -"154939",22938,65793 -"154940",22938,67434 -"154941",22938,77585 -"154942",22938,79766 -"154943",22938,80471 -"154944",22938,90441 -"154945",22939,61053 -"154946",22940,120343 -"154947",22941,41402 -"154948",22942,27180 -"154949",22942,31579 -"154950",22942,34588 -"154951",22942,40176 -"154952",22942,45843 -"154953",22942,53944 -"154954",22942,59843 -"154955",22942,60345 -"154956",22942,72701 -"154957",22942,78444 -"154958",22942,84666 -"154959",22942,84709 -"154960",22942,88696 -"154961",22942,109328 -"154962",22943,52803 -"154963",22944,31221 -"154964",22944,33723 -"154965",22944,33858 -"154966",22944,37276 -"154967",22944,42430 -"154968",22945,23050 -"154969",22945,27650 -"154970",22945,27742 -"154971",22945,27866 -"154972",22945,27914 -"154973",22945,28904 -"154974",22945,31670 -"154975",22945,34805 -"154976",22945,36724 -"154977",22945,39042 -"154978",22945,52731 -"154979",22945,54777 -"154980",22945,69625 -"154981",22945,69639 -"154982",22945,80613 -"154983",22945,80627 -"154984",22945,80660 -"154985",22945,86699 -"154986",22945,89928 -"154987",22945,90154 -"154988",22945,90931 -"154989",22945,114517 -"154990",22946,27105 -"154991",22946,31742 -"154992",22946,34946 -"154993",22946,42273 -"154994",22946,51021 -"154995",22946,51035 -"154996",22946,54848 -"154997",22946,60370 -"154998",22946,60371 -"154999",22946,78089 -"155000",22946,80825 -"155001",22946,106866 -"155002",22946,111220 -"155003",22947,27779 -"155004",22947,27805 -"155005",22948,25221 -"155006",22948,26979 -"155007",22948,53423 -"155008",22948,59404 -"155009",22948,83719 -"155010",22949,23002 -"155011",22949,70310 -"155012",22950,67317 -"155013",22950,107407 -"155014",22950,114880 -"155015",22950,114904 -"155016",22950,114911 -"155017",22950,114957 -"155018",22951,24247 -"155019",22951,24373 -"155020",22952,30551 -"155021",22952,32406 -"155022",22952,32922 -"155023",22952,50192 -"155024",22952,53495 -"155025",22952,59612 -"155026",22952,73524 -"155027",22952,83845 -"155028",22952,83905 -"155029",22952,114102 -"155030",22952,114751 -"155031",22952,120036 -"155032",22953,53004 -"155033",22953,54272 -"155034",22953,70491 -"155035",22953,89029 -"155036",22953,90482 -"155037",22953,95984 -"155038",22953,101023 -"155039",22954,39727 -"155040",22954,40426 -"155041",22954,75292 -"155042",22954,98338 -"155043",22954,106859 -"155044",22954,116717 -"155045",22955,46689 -"155046",22955,68922 -"155047",22955,80501 -"155048",22955,80527 -"155049",22955,83739 -"155050",22955,87042 -"155051",22955,97269 -"155052",22955,101292 -"155053",22957,22969 -"155054",22958,81709 -"155055",22958,82953 -"155056",22958,104275 -"155057",22958,112047 -"155058",22959,26213 -"155059",22959,77760 -"155060",22959,109106 -"155061",22959,111843 -"155062",22960,24865 -"155063",22960,80922 -"155064",22961,23356 -"155065",22962,23072 -"155066",22962,23228 -"155067",22964,27809 -"155068",22964,51819 -"155069",22964,83008 -"155070",22965,23403 -"155071",22965,25727 -"155072",22965,30411 -"155073",22965,38782 -"155074",22965,40488 -"155075",22965,45397 -"155076",22965,57058 -"155077",22965,58855 -"155078",22965,74575 -"155079",22965,75025 -"155080",22965,87220 -"155081",22965,88510 -"155082",22965,95352 -"155083",22965,100607 -"155084",22965,101067 -"155085",22965,101484 -"155086",22965,102502 -"155087",22966,62089 -"155088",22966,76721 -"155089",22966,87565 -"155090",22966,105848 -"155091",22967,26011 -"155092",22967,32940 -"155093",22967,34384 -"155094",22967,37509 -"155095",22967,40099 -"155096",22967,42051 -"155097",22967,52133 -"155098",22967,58291 -"155099",22967,63245 -"155100",22967,63251 -"155101",22967,103066 -"155102",22967,110469 -"155103",22968,24770 -"155104",22968,35146 -"155105",22968,50934 -"155106",22968,54927 -"155107",22968,66750 -"155108",22968,69223 -"155109",22968,71059 -"155110",22968,86553 -"155111",22968,94987 -"155112",22968,123225 -"155113",22968,123246 -"155114",22968,123251 -"155115",22968,123254 -"155116",22969,51254 -"155117",22969,81996 -"155118",22969,92448 -"155119",22970,23040 -"155120",22970,23330 -"155121",22970,26723 -"155122",22970,31222 -"155123",22970,31302 -"155124",22970,36613 -"155125",22970,43157 -"155126",22970,48021 -"155127",22970,48563 -"155128",22970,68222 -"155129",22970,74726 -"155130",22970,78462 -"155131",22970,78748 -"155132",22970,78756 -"155133",22970,78937 -"155134",22970,83875 -"155135",22971,28038 -"155136",22971,29625 -"155137",22971,36043 -"155138",22971,77079 -"155139",22972,56318 -"155140",22972,61204 -"155141",22972,96127 -"155142",22972,106235 -"155143",22973,45215 -"155144",22973,50922 -"155145",22973,85485 -"155146",22973,88721 -"155147",22974,72087 -"155148",22974,87390 -"155149",22974,97496 -"155150",22975,29896 -"155151",22975,45477 -"155152",22975,50995 -"155153",22975,52838 -"155154",22975,75908 -"155155",22975,84427 -"155156",22975,95376 -"155157",22975,106787 -"155158",22977,25383 -"155159",22977,30044 -"155160",22977,42463 -"155161",22977,50635 -"155162",22977,56138 -"155163",22977,63267 -"155164",22977,63725 -"155165",22977,69114 -"155166",22977,72978 -"155167",22977,72984 -"155168",22977,73962 -"155169",22977,75967 -"155170",22977,81156 -"155171",22977,88173 -"155172",22977,88275 -"155173",22977,88446 -"155174",22977,88469 -"155175",22977,88968 -"155176",22977,89209 -"155177",22977,102409 -"155178",22977,107905 -"155179",22977,111076 -"155180",22978,71474 -"155181",22979,79192 -"155182",22980,26994 -"155183",22980,28103 -"155184",22980,28142 -"155185",22980,28219 -"155186",22980,37793 -"155187",22980,48152 -"155188",22980,52881 -"155189",22980,91701 -"155190",22980,92823 -"155191",22980,93301 -"155192",22980,94669 -"155193",22980,98695 -"155194",22980,98773 -"155195",22980,109817 -"155196",22980,109838 -"155197",22980,118474 -"155198",22982,22983 -"155199",22982,22994 -"155200",22982,22995 -"155201",22982,23960 -"155202",22982,25826 -"155203",22982,32264 -"155204",22982,43940 -"155205",22982,44728 -"155206",22982,75532 -"155207",22982,76997 -"155208",22982,102427 -"155209",22982,103920 -"155210",22982,108615 -"155211",22982,109339 -"155212",22982,121759 -"155213",22983,22994 -"155214",22983,22995 -"155215",22983,23960 -"155216",22983,25826 -"155217",22983,28078 -"155218",22983,29775 -"155219",22983,32841 -"155220",22983,45642 -"155221",22983,45965 -"155222",22983,51433 -"155223",22983,61837 -"155224",22983,68203 -"155225",22983,70106 -"155226",22983,73307 -"155227",22983,75532 -"155228",22983,78916 -"155229",22983,83757 -"155230",22983,109348 -"155231",22984,44927 -"155232",22984,47203 -"155233",22984,47667 -"155234",22985,44221 -"155235",22985,44251 -"155236",22986,29976 -"155237",22986,31244 -"155238",22986,59001 -"155239",22986,70987 -"155240",22986,86141 -"155241",22986,101160 -"155242",22987,23349 -"155243",22988,45280 -"155244",22988,118741 -"155245",22989,40314 -"155246",22990,39691 -"155247",22990,65338 -"155248",22990,72144 -"155249",22990,77695 -"155250",22990,102423 -"155251",22990,117719 -"155252",22992,79617 -"155253",22993,23046 -"155254",22994,22995 -"155255",22994,23960 -"155256",22994,25826 -"155257",22994,75532 -"155258",22995,23960 -"155259",22995,25826 -"155260",22995,75532 -"155261",22995,86559 -"155262",22996,54532 -"155263",22997,50326 -"155264",22997,59805 -"155265",22998,104178 -"155266",22999,82079 -"155267",22999,110880 -"155268",22999,119806 -"155269",23000,23272 -"155270",23000,26182 -"155271",23000,26275 -"155272",23000,37906 -"155273",23000,43298 -"155274",23000,56925 -"155275",23000,59669 -"155276",23000,70396 -"155277",23000,71174 -"155278",23000,90504 -"155279",23000,92535 -"155280",23000,110996 -"155281",23000,119822 -"155282",23001,24981 -"155283",23001,25141 -"155284",23001,50386 -"155285",23001,51098 -"155286",23001,52485 -"155287",23001,69706 -"155288",23001,70715 -"155289",23001,70996 -"155290",23001,71004 -"155291",23001,71253 -"155292",23001,86194 -"155293",23001,87936 -"155294",23001,92296 -"155295",23001,105738 -"155296",23001,115683 -"155297",23003,24338 -"155298",23003,26510 -"155299",23003,32253 -"155300",23003,38476 -"155301",23003,65384 -"155302",23003,93134 -"155303",23003,95605 -"155304",23004,29891 -"155305",23004,54494 -"155306",23004,54705 -"155307",23004,58614 -"155308",23004,85344 -"155309",23004,87051 -"155310",23004,94997 -"155311",23004,98105 -"155312",23004,102243 -"155313",23004,112263 -"155314",23004,112267 -"155315",23004,112456 -"155316",23004,112472 -"155317",23005,30893 -"155318",23005,31861 -"155319",23005,43708 -"155320",23005,44420 -"155321",23005,47331 -"155322",23005,50487 -"155323",23005,68606 -"155324",23005,70445 -"155325",23005,71187 -"155326",23005,84475 -"155327",23005,92308 -"155328",23006,24014 -"155329",23006,29930 -"155330",23006,31497 -"155331",23006,35217 -"155332",23006,46962 -"155333",23006,52395 -"155334",23006,52926 -"155335",23006,96490 -"155336",23006,108387 -"155337",23006,117956 -"155338",23006,122753 -"155339",23007,23845 -"155340",23007,29953 -"155341",23007,34075 -"155342",23007,36576 -"155343",23007,45942 -"155344",23007,58905 -"155345",23008,23044 -"155346",23008,52681 -"155347",23009,23950 -"155348",23009,81788 -"155349",23009,81789 -"155350",23009,83566 -"155351",23010,80047 -"155352",23011,23257 -"155353",23011,24342 -"155354",23011,28987 -"155355",23011,48340 -"155356",23011,50395 -"155357",23011,51074 -"155358",23011,52293 -"155359",23011,67726 -"155360",23012,52052 -"155361",23012,81938 -"155362",23013,41108 -"155363",23013,84513 -"155364",23014,79156 -"155365",23015,26869 -"155366",23015,34534 -"155367",23015,39875 -"155368",23015,40944 -"155369",23015,42948 -"155370",23015,46560 -"155371",23015,48026 -"155372",23015,51683 -"155373",23015,52517 -"155374",23015,55541 -"155375",23015,55700 -"155376",23015,65833 -"155377",23015,66978 -"155378",23015,81087 -"155379",23015,81737 -"155380",23015,112394 -"155381",23015,114333 -"155382",23016,23064 -"155383",23016,23125 -"155384",23017,55485 -"155385",23018,23135 -"155386",23018,23149 -"155387",23018,68011 -"155388",23018,72671 -"155389",23019,43266 -"155390",23019,52670 -"155391",23019,55620 -"155392",23019,62690 -"155393",23019,63873 -"155394",23019,65550 -"155395",23019,72429 -"155396",23019,76623 -"155397",23019,93352 -"155398",23022,28443 -"155399",23022,46026 -"155400",23022,51824 -"155401",23022,70645 -"155402",23022,91402 -"155403",23023,40996 -"155404",23024,36431 -"155405",23025,24135 -"155406",23025,68875 -"155407",23025,68912 -"155408",23026,101157 -"155409",23027,25684 -"155410",23027,32085 -"155411",23027,46938 -"155412",23027,61576 -"155413",23027,69269 -"155414",23027,74494 -"155415",23027,103365 -"155416",23028,106464 -"155417",23029,67913 -"155418",23030,42127 -"155419",23030,51634 -"155420",23030,58065 -"155421",23031,62766 -"155422",23031,105726 -"155423",23032,50392 -"155424",23032,101617 -"155425",23033,43427 -"155426",23033,54119 -"155427",23033,57025 -"155428",23034,31408 -"155429",23034,113566 -"155430",23034,113572 -"155431",23034,113602 -"155432",23034,113647 -"155433",23035,23189 -"155434",23035,39426 -"155435",23035,42346 -"155436",23035,44863 -"155437",23035,62015 -"155438",23035,67496 -"155439",23035,68380 -"155440",23035,72082 -"155441",23035,96484 -"155442",23035,96491 -"155443",23035,111141 -"155444",23036,100631 -"155445",23037,67441 -"155446",23038,48849 -"155447",23038,54333 -"155448",23038,54466 -"155449",23038,72648 -"155450",23038,78554 -"155451",23038,96089 -"155452",23038,114505 -"155453",23040,26723 -"155454",23041,63728 -"155455",23041,93782 -"155456",23041,95832 -"155457",23041,118485 -"155458",23041,118487 -"155459",23041,118520 -"155460",23041,118529 -"155461",23041,118535 -"155462",23041,118819 -"155463",23041,118865 -"155464",23042,34240 -"155465",23042,44405 -"155466",23042,66666 -"155467",23042,94913 -"155468",23042,121132 -"155469",23043,34326 -"155470",23043,55725 -"155471",23043,56504 -"155472",23043,58711 -"155473",23043,78227 -"155474",23043,81540 -"155475",23043,86912 -"155476",23043,90546 -"155477",23043,95347 -"155478",23043,95367 -"155479",23044,30960 -"155480",23044,73653 -"155481",23044,78185 -"155482",23044,98873 -"155483",23044,108903 -"155484",23044,123243 -"155485",23045,56531 -"155486",23046,40253 -"155487",23046,41197 -"155488",23046,98036 -"155489",23047,23372 -"155490",23047,23464 -"155491",23047,65370 -"155492",23048,28648 -"155493",23048,45297 -"155494",23048,48980 -"155495",23048,63827 -"155496",23049,53986 -"155497",23049,92409 -"155498",23049,114901 -"155499",23050,25090 -"155500",23050,27222 -"155501",23050,28904 -"155502",23050,29770 -"155503",23050,31621 -"155504",23050,46973 -"155505",23050,60494 -"155506",23050,79451 -"155507",23050,103491 -"155508",23051,23052 -"155509",23051,44849 -"155510",23051,67878 -"155511",23051,70192 -"155512",23051,70194 -"155513",23052,36156 -"155514",23052,45689 -"155515",23052,106705 -"155516",23054,28331 -"155517",23054,118469 -"155518",23054,119800 -"155519",23055,69285 -"155520",23055,93364 -"155521",23057,28648 -"155522",23057,49029 -"155523",23057,52746 -"155524",23057,55493 -"155525",23057,70596 -"155526",23057,84235 -"155527",23057,92366 -"155528",23057,97085 -"155529",23057,101971 -"155530",23057,104452 -"155531",23057,105887 -"155532",23058,109888 -"155533",23058,116926 -"155534",23059,23251 -"155535",23059,24226 -"155536",23059,24338 -"155537",23059,24490 -"155538",23059,24945 -"155539",23059,25980 -"155540",23059,28154 -"155541",23059,30983 -"155542",23059,34276 -"155543",23059,50505 -"155544",23059,56185 -"155545",23059,69530 -"155546",23059,70822 -"155547",23059,75230 -"155548",23059,75897 -"155549",23059,94938 -"155550",23059,95605 -"155551",23059,99765 -"155552",23060,48224 -"155553",23060,58331 -"155554",23060,87316 -"155555",23061,36357 -"155556",23061,95599 -"155557",23062,24255 -"155558",23062,37651 -"155559",23062,57013 -"155560",23062,60515 -"155561",23062,77890 -"155562",23062,98425 -"155563",23063,23396 -"155564",23063,25405 -"155565",23063,26299 -"155566",23063,28896 -"155567",23063,54200 -"155568",23063,77723 -"155569",23064,23125 -"155570",23064,58963 -"155571",23064,61146 -"155572",23064,66549 -"155573",23064,73619 -"155574",23064,73621 -"155575",23065,90254 -"155576",23065,104833 -"155577",23065,117482 -"155578",23066,31470 -"155579",23066,43016 -"155580",23066,68037 -"155581",23066,73154 -"155582",23067,35987 -"155583",23067,91613 -"155584",23067,102939 -"155585",23068,24487 -"155586",23068,38087 -"155587",23068,53029 -"155588",23068,61047 -"155589",23068,74395 -"155590",23068,82488 -"155591",23068,84447 -"155592",23068,113116 -"155593",23068,117183 -"155594",23068,117186 -"155595",23069,23263 -"155596",23069,38018 -"155597",23069,50431 -"155598",23069,50845 -"155599",23069,85289 -"155600",23069,108471 -"155601",23070,41468 -"155602",23070,44670 -"155603",23071,29661 -"155604",23071,36299 -"155605",23071,45831 -"155606",23071,45832 -"155607",23071,45958 -"155608",23071,77424 -"155609",23071,92007 -"155610",23071,116915 -"155611",23072,23118 -"155612",23072,23188 -"155613",23072,23228 -"155614",23072,36365 -"155615",23072,57124 -"155616",23073,45562 -"155617",23073,80273 -"155618",23073,106538 -"155619",23074,24896 -"155620",23074,26952 -"155621",23074,32717 -"155622",23074,66567 -"155623",23074,82247 -"155624",23074,85392 -"155625",23074,115632 -"155626",23075,25606 -"155627",23075,28530 -"155628",23075,30258 -"155629",23075,38185 -"155630",23075,38683 -"155631",23075,40245 -"155632",23075,43226 -"155633",23075,44655 -"155634",23075,44973 -"155635",23075,46177 -"155636",23075,47048 -"155637",23075,48110 -"155638",23075,58508 -"155639",23075,59731 -"155640",23075,62642 -"155641",23075,68091 -"155642",23075,69335 -"155643",23075,75245 -"155644",23075,75776 -"155645",23075,75956 -"155646",23075,76387 -"155647",23075,78978 -"155648",23075,79212 -"155649",23075,79241 -"155650",23075,79579 -"155651",23075,80239 -"155652",23075,80301 -"155653",23075,81397 -"155654",23075,88340 -"155655",23075,88749 -"155656",23075,89069 -"155657",23075,89373 -"155658",23075,89995 -"155659",23075,90919 -"155660",23075,90936 -"155661",23075,92861 -"155662",23075,93097 -"155663",23075,94231 -"155664",23075,95489 -"155665",23075,96247 -"155666",23075,96363 -"155667",23075,97898 -"155668",23076,35541 -"155669",23076,94364 -"155670",23076,97236 -"155671",23076,114659 -"155672",23077,61662 -"155673",23077,68054 -"155674",23078,37132 -"155675",23078,55685 -"155676",23078,96833 -"155677",23079,31227 -"155678",23079,80215 -"155679",23080,23461 -"155680",23081,23259 -"155681",23081,23268 -"155682",23081,54226 -"155683",23081,68858 -"155684",23081,77953 -"155685",23081,87904 -"155686",23081,94878 -"155687",23081,94900 -"155688",23081,96851 -"155689",23082,34601 -"155690",23082,58156 -"155691",23082,79701 -"155692",23082,101389 -"155693",23083,28853 -"155694",23083,47578 -"155695",23083,49799 -"155696",23083,107319 -"155697",23083,115450 -"155698",23083,115484 -"155699",23084,54925 -"155700",23084,90808 -"155701",23085,82060 -"155702",23085,91747 -"155703",23085,115397 -"155704",23086,23133 -"155705",23086,36206 -"155706",23086,43955 -"155707",23086,86308 -"155708",23087,23131 -"155709",23087,23206 -"155710",23088,34743 -"155711",23088,78242 -"155712",23089,23818 -"155713",23090,27680 -"155714",23090,40008 -"155715",23090,72182 -"155716",23091,25113 -"155717",23091,43929 -"155718",23091,46195 -"155719",23091,52544 -"155720",23091,52632 -"155721",23091,61948 -"155722",23091,72816 -"155723",23091,75213 -"155724",23091,92425 -"155725",23091,92445 -"155726",23091,118811 -"155727",23093,26500 -"155728",23093,27416 -"155729",23093,31768 -"155730",23093,63146 -"155731",23093,78023 -"155732",23093,82961 -"155733",23093,121621 -"155734",23094,30760 -"155735",23094,30815 -"155736",23094,37262 -"155737",23094,62081 -"155738",23094,62156 -"155739",23094,62702 -"155740",23095,40686 -"155741",23095,64632 -"155742",23095,64681 -"155743",23095,74373 -"155744",23096,33458 -"155745",23096,46817 -"155746",23096,51283 -"155747",23096,77734 -"155748",23096,86637 -"155749",23096,115119 -"155750",23097,23128 -"155751",23097,44462 -"155752",23097,67018 -"155753",23098,26623 -"155754",23098,29172 -"155755",23098,39120 -"155756",23098,42147 -"155757",23098,60667 -"155758",23099,25545 -"155759",23099,25748 -"155760",23099,30694 -"155761",23099,31987 -"155762",23099,33544 -"155763",23099,36274 -"155764",23099,42461 -"155765",23099,42859 -"155766",23099,44695 -"155767",23099,51229 -"155768",23099,61678 -"155769",23099,64803 -"155770",23099,70891 -"155771",23099,72084 -"155772",23099,73700 -"155773",23099,75379 -"155774",23099,75723 -"155775",23099,85643 -"155776",23099,86969 -"155777",23099,114233 -"155778",23099,118248 -"155779",23099,119241 -"155780",23099,119271 -"155781",23100,27664 -"155782",23100,32047 -"155783",23100,33774 -"155784",23100,41471 -"155785",23100,50001 -"155786",23100,56854 -"155787",23100,58646 -"155788",23100,64321 -"155789",23100,76202 -"155790",23100,83371 -"155791",23101,35796 -"155792",23101,39656 -"155793",23101,40283 -"155794",23101,49974 -"155795",23101,53190 -"155796",23101,58036 -"155797",23101,69366 -"155798",23101,75469 -"155799",23101,86434 -"155800",23101,94790 -"155801",23101,97248 -"155802",23101,97267 -"155803",23101,97270 -"155804",23101,111952 -"155805",23102,33923 -"155806",23102,37711 -"155807",23102,53472 -"155808",23103,23143 -"155809",23104,23106 -"155810",23105,23239 -"155811",23107,23157 -"155812",23108,41019 -"155813",23108,41187 -"155814",23108,57162 -"155815",23108,80622 -"155816",23108,85349 -"155817",23108,110958 -"155818",23108,111210 -"155819",23108,111211 -"155820",23108,116366 -"155821",23109,26807 -"155822",23109,32220 -"155823",23109,33872 -"155824",23109,38888 -"155825",23109,43262 -"155826",23109,51683 -"155827",23109,54117 -"155828",23109,54598 -"155829",23109,56746 -"155830",23109,87481 -"155831",23109,94106 -"155832",23110,23126 -"155833",23110,32305 -"155834",23110,32308 -"155835",23110,92340 -"155836",23111,25293 -"155837",23112,36855 -"155838",23112,52317 -"155839",23112,58076 -"155840",23112,70510 -"155841",23112,73987 -"155842",23112,84968 -"155843",23112,91434 -"155844",23112,108522 -"155845",23112,110416 -"155846",23115,26776 -"155847",23115,26868 -"155848",23115,27221 -"155849",23115,38393 -"155850",23115,48836 -"155851",23115,48869 -"155852",23115,52517 -"155853",23116,28366 -"155854",23116,30343 -"155855",23116,32697 -"155856",23116,34247 -"155857",23116,35088 -"155858",23116,45403 -"155859",23116,47215 -"155860",23116,51843 -"155861",23116,52372 -"155862",23116,53756 -"155863",23116,54385 -"155864",23116,79000 -"155865",23116,80025 -"155866",23116,84808 -"155867",23116,84828 -"155868",23116,97423 -"155869",23116,115495 -"155870",23117,68863 -"155871",23118,23188 -"155872",23118,49844 -"155873",23118,70309 -"155874",23118,94937 -"155875",23118,104302 -"155876",23119,24748 -"155877",23120,23122 -"155878",23120,23404 -"155879",23120,23817 -"155880",23120,27877 -"155881",23120,28918 -"155882",23120,36262 -"155883",23120,45354 -"155884",23120,52466 -"155885",23120,56625 -"155886",23120,58319 -"155887",23120,58718 -"155888",23120,59187 -"155889",23120,60365 -"155890",23120,66373 -"155891",23120,69010 -"155892",23120,69050 -"155893",23121,25819 -"155894",23121,33525 -"155895",23121,38045 -"155896",23121,44593 -"155897",23121,45327 -"155898",23121,48812 -"155899",23121,56436 -"155900",23121,72733 -"155901",23121,76415 -"155902",23121,78941 -"155903",23121,84327 -"155904",23121,91303 -"155905",23121,103202 -"155906",23121,109159 -"155907",23121,110513 -"155908",23121,114324 -"155909",23121,117176 -"155910",23121,117192 -"155911",23121,117534 -"155912",23122,39152 -"155913",23122,46611 -"155914",23122,52466 -"155915",23122,58685 -"155916",23122,69905 -"155917",23122,76707 -"155918",23122,97888 -"155919",23122,113972 -"155920",23123,64909 -"155921",23124,63732 -"155922",23124,66287 -"155923",23125,47249 -"155924",23125,55619 -"155925",23125,60273 -"155926",23125,60767 -"155927",23125,61761 -"155928",23125,61767 -"155929",23125,61777 -"155930",23125,63985 -"155931",23125,66264 -"155932",23125,66281 -"155933",23125,66479 -"155934",23125,69350 -"155935",23125,69365 -"155936",23126,41203 -"155937",23127,55892 -"155938",23127,89551 -"155939",23130,64097 -"155940",23130,76377 -"155941",23130,93840 -"155942",23131,23206 -"155943",23131,26694 -"155944",23131,30525 -"155945",23131,41958 -"155946",23131,45357 -"155947",23131,55829 -"155948",23131,72820 -"155949",23132,29419 -"155950",23132,29617 -"155951",23132,29965 -"155952",23132,30416 -"155953",23132,35302 -"155954",23132,35871 -"155955",23132,50495 -"155956",23132,62169 -"155957",23132,82437 -"155958",23132,91619 -"155959",23132,116859 -"155960",23133,27808 -"155961",23133,59056 -"155962",23134,23649 -"155963",23134,36356 -"155964",23134,36972 -"155965",23134,43575 -"155966",23134,47111 -"155967",23134,47772 -"155968",23134,53250 -"155969",23134,61301 -"155970",23134,63357 -"155971",23134,67309 -"155972",23134,78025 -"155973",23134,101999 -"155974",23134,105602 -"155975",23134,118397 -"155976",23134,118542 -"155977",23134,118550 -"155978",23134,118555 -"155979",23135,23149 -"155980",23135,56110 -"155981",23135,56622 -"155982",23136,58513 -"155983",23136,68340 -"155984",23136,108934 -"155985",23138,37350 -"155986",23138,53875 -"155987",23138,60409 -"155988",23138,68086 -"155989",23138,77107 -"155990",23138,79357 -"155991",23139,33592 -"155992",23139,41249 -"155993",23139,45432 -"155994",23139,62590 -"155995",23139,67821 -"155996",23139,70092 -"155997",23139,72959 -"155998",23141,35907 -"155999",23141,39494 -"156000",23141,42040 -"156001",23141,48082 -"156002",23141,48157 -"156003",23141,48186 -"156004",23141,48860 -"156005",23141,70220 -"156006",23142,42358 -"156007",23142,53102 -"156008",23142,74698 -"156009",23143,73716 -"156010",23143,79516 -"156011",23144,24888 -"156012",23144,25386 -"156013",23144,26506 -"156014",23144,32422 -"156015",23144,34276 -"156016",23144,70406 -"156017",23144,75897 -"156018",23144,76590 -"156019",23144,93016 -"156020",23145,23407 -"156021",23145,105487 -"156022",23146,23192 -"156023",23146,23225 -"156024",23146,28172 -"156025",23147,23421 -"156026",23147,23632 -"156027",23147,23953 -"156028",23147,24495 -"156029",23147,24710 -"156030",23147,25143 -"156031",23147,25303 -"156032",23147,25664 -"156033",23147,26407 -"156034",23147,27174 -"156035",23147,27196 -"156036",23147,27710 -"156037",23147,28249 -"156038",23147,28703 -"156039",23147,29253 -"156040",23147,29341 -"156041",23147,29560 -"156042",23147,29573 -"156043",23147,29868 -"156044",23147,32438 -"156045",23147,32967 -"156046",23147,33223 -"156047",23147,33881 -"156048",23147,34097 -"156049",23147,34330 -"156050",23147,34513 -"156051",23147,35400 -"156052",23147,36057 -"156053",23147,36476 -"156054",23147,36547 -"156055",23147,36745 -"156056",23147,37087 -"156057",23147,37821 -"156058",23147,37931 -"156059",23147,38319 -"156060",23147,39398 -"156061",23147,39492 -"156062",23147,40320 -"156063",23147,40373 -"156064",23147,40542 -"156065",23147,41182 -"156066",23147,42131 -"156067",23147,46843 -"156068",23147,47514 -"156069",23147,48331 -"156070",23147,49488 -"156071",23147,54241 -"156072",23148,26732 -"156073",23148,30594 -"156074",23148,30642 -"156075",23148,31319 -"156076",23148,31320 -"156077",23148,50406 -"156078",23148,52203 -"156079",23148,66358 -"156080",23149,57975 -"156081",23149,62613 -"156082",23149,70475 -"156083",23149,80066 -"156084",23149,91667 -"156085",23149,98091 -"156086",23149,106136 -"156087",23149,113595 -"156088",23149,113601 -"156089",23150,82022 -"156090",23151,30883 -"156091",23151,50487 -"156092",23151,88863 -"156093",23151,92736 -"156094",23151,102008 -"156095",23151,102022 -"156096",23151,113488 -"156097",23152,28204 -"156098",23152,31457 -"156099",23152,33198 -"156100",23152,34918 -"156101",23152,66084 -"156102",23152,68148 -"156103",23154,30436 -"156104",23154,30802 -"156105",23154,39546 -"156106",23154,55570 -"156107",23154,57879 -"156108",23154,71927 -"156109",23155,23336 -"156110",23155,56364 -"156111",23155,73051 -"156112",23155,84263 -"156113",23155,95501 -"156114",23156,31631 -"156115",23156,37826 -"156116",23156,39418 -"156117",23156,40226 -"156118",23156,61045 -"156119",23156,76767 -"156120",23156,113156 -"156121",23157,28999 -"156122",23157,31903 -"156123",23157,57779 -"156124",23158,80088 -"156125",23158,80549 -"156126",23158,109252 -"156127",23159,48897 -"156128",23159,80380 -"156129",23159,97598 -"156130",23160,26342 -"156131",23160,45891 -"156132",23160,47833 -"156133",23160,68216 -"156134",23160,76897 -"156135",23160,92316 -"156136",23161,58352 -"156137",23161,67952 -"156138",23162,47822 -"156139",23163,36855 -"156140",23163,45771 -"156141",23163,55524 -"156142",23163,97889 -"156143",23163,99554 -"156144",23163,110654 -"156145",23164,24794 -"156146",23164,38097 -"156147",23166,47616 -"156148",23166,83760 -"156149",23166,116351 -"156150",23167,33312 -"156151",23167,73629 -"156152",23167,78391 -"156153",23167,78393 -"156154",23167,111516 -"156155",23168,25557 -"156156",23168,32811 -"156157",23168,36340 -"156158",23168,37167 -"156159",23168,63953 -"156160",23168,79212 -"156161",23168,99051 -"156162",23168,107673 -"156163",23168,107684 -"156164",23170,23234 -"156165",23170,23321 -"156166",23172,23260 -"156167",23172,31020 -"156168",23172,68363 -"156169",23173,23244 -"156170",23173,32957 -"156171",23173,38137 -"156172",23173,45444 -"156173",23173,51330 -"156174",23173,64051 -"156175",23173,81091 -"156176",23173,81107 -"156177",23174,24949 -"156178",23174,26262 -"156179",23174,33170 -"156180",23174,59870 -"156181",23174,66610 -"156182",23175,63418 -"156183",23175,79447 -"156184",23176,43387 -"156185",23176,80911 -"156186",23176,80930 -"156187",23177,36520 -"156188",23178,23227 -"156189",23179,38463 -"156190",23179,61410 -"156191",23179,87732 -"156192",23180,26425 -"156193",23180,66903 -"156194",23180,77036 -"156195",23180,89283 -"156196",23181,28558 -"156197",23181,28578 -"156198",23181,43405 -"156199",23181,45048 -"156200",23181,77731 -"156201",23182,45483 -"156202",23182,75839 -"156203",23182,115996 -"156204",23183,24297 -"156205",23183,31169 -"156206",23183,53360 -"156207",23183,56363 -"156208",23183,60059 -"156209",23183,84925 -"156210",23184,25310 -"156211",23184,56726 -"156212",23184,78923 -"156213",23185,25542 -"156214",23185,28695 -"156215",23185,41900 -"156216",23185,66540 -"156217",23185,70170 -"156218",23185,76329 -"156219",23185,104602 -"156220",23186,32032 -"156221",23187,46849 -"156222",23187,48712 -"156223",23187,68342 -"156224",23187,68347 -"156225",23187,71178 -"156226",23187,71792 -"156227",23187,71872 -"156228",23188,36365 -"156229",23188,49844 -"156230",23188,70309 -"156231",23188,89552 -"156232",23189,42346 -"156233",23189,68380 -"156234",23189,72082 -"156235",23189,81358 -"156236",23189,111141 -"156237",23189,111850 -"156238",23189,121461 -"156239",23190,27794 -"156240",23190,41579 -"156241",23190,42151 -"156242",23190,43476 -"156243",23190,50647 -"156244",23190,50761 -"156245",23190,50776 -"156246",23190,51125 -"156247",23190,51822 -"156248",23190,54608 -"156249",23190,55003 -"156250",23190,58302 -"156251",23190,60822 -"156252",23190,63046 -"156253",23191,78081 -"156254",23192,23225 -"156255",23192,34391 -"156256",23192,42603 -"156257",23192,42714 -"156258",23192,42924 -"156259",23193,46985 -"156260",23193,52297 -"156261",23193,89296 -"156262",23193,100105 -"156263",23194,43718 -"156264",23194,49338 -"156265",23194,59940 -"156266",23194,68942 -"156267",23194,77639 -"156268",23194,78346 -"156269",23194,86127 -"156270",23195,35536 -"156271",23195,58268 -"156272",23195,81142 -"156273",23195,90592 -"156274",23195,94536 -"156275",23195,94554 -"156276",23196,28770 -"156277",23196,41418 -"156278",23197,45839 -"156279",23197,59175 -"156280",23197,64495 -"156281",23197,72722 -"156282",23197,76230 -"156283",23197,78305 -"156284",23197,87492 -"156285",23197,119465 -"156286",23197,121085 -"156287",23197,121802 -"156288",23198,73935 -"156289",23199,32879 -"156290",23199,42083 -"156291",23199,96913 -"156292",23200,23462 -"156293",23200,34025 -"156294",23200,36324 -"156295",23200,44692 -"156296",23200,51028 -"156297",23200,61749 -"156298",23200,68687 -"156299",23200,76318 -"156300",23200,92426 -"156301",23200,113770 -"156302",23201,23252 -"156303",23201,23460 -"156304",23201,34692 -"156305",23201,48070 -"156306",23201,56499 -"156307",23202,31614 -"156308",23202,33182 -"156309",23202,33560 -"156310",23202,33565 -"156311",23202,33767 -"156312",23202,42042 -"156313",23202,56768 -"156314",23202,57494 -"156315",23202,57816 -"156316",23202,97220 -"156317",23203,82326 -"156318",23204,42237 -"156319",23205,29162 -"156320",23205,45069 -"156321",23205,118074 -"156322",23207,93070 -"156323",23207,97745 -"156324",23207,114745 -"156325",23208,25195 -"156326",23208,25264 -"156327",23208,39225 -"156328",23208,51299 -"156329",23208,89686 -"156330",23208,105803 -"156331",23208,109365 -"156332",23209,44562 -"156333",23209,56273 -"156334",23209,111321 -"156335",23210,58179 -"156336",23211,24227 -"156337",23211,24516 -"156338",23211,78415 -"156339",23212,23426 -"156340",23212,32248 -"156341",23212,100045 -"156342",23213,48514 -"156343",23214,49981 -"156344",23214,78311 -"156345",23214,78319 -"156346",23214,88795 -"156347",23215,93043 -"156348",23216,28468 -"156349",23216,33128 -"156350",23216,33140 -"156351",23217,27312 -"156352",23217,28115 -"156353",23217,42316 -"156354",23217,47513 -"156355",23217,49589 -"156356",23217,54751 -"156357",23217,65283 -"156358",23217,71672 -"156359",23218,72141 -"156360",23219,23289 -"156361",23219,23290 -"156362",23220,25907 -"156363",23220,48122 -"156364",23220,86984 -"156365",23220,86996 -"156366",23220,92187 -"156367",23220,98969 -"156368",23220,114399 -"156369",23220,115327 -"156370",23220,118918 -"156371",23221,55315 -"156372",23221,72680 -"156373",23221,102854 -"156374",23221,112516 -"156375",23222,23585 -"156376",23222,30405 -"156377",23222,45352 -"156378",23222,47333 -"156379",23222,50181 -"156380",23222,63939 -"156381",23222,86849 -"156382",23222,87048 -"156383",23222,92662 -"156384",23222,111971 -"156385",23223,26732 -"156386",23223,36652 -"156387",23223,36659 -"156388",23225,34391 -"156389",23225,42603 -"156390",23225,42714 -"156391",23225,42924 -"156392",23225,47914 -"156393",23225,47985 -"156394",23226,24232 -"156395",23226,36095 -"156396",23226,39139 -"156397",23226,43510 -"156398",23226,44154 -"156399",23226,44334 -"156400",23226,50349 -"156401",23226,61551 -"156402",23226,63971 -"156403",23226,68357 -"156404",23226,71427 -"156405",23227,23394 -"156406",23227,29804 -"156407",23227,47600 -"156408",23227,50404 -"156409",23227,68274 -"156410",23228,51025 -"156411",23228,97665 -"156412",23230,52048 -"156413",23230,61919 -"156414",23230,81934 -"156415",23230,82880 -"156416",23230,113138 -"156417",23230,122507 -"156418",23231,28577 -"156419",23231,42930 -"156420",23231,75253 -"156421",23231,92316 -"156422",23231,100861 -"156423",23232,30151 -"156424",23232,31204 -"156425",23232,55319 -"156426",23232,57087 -"156427",23232,75168 -"156428",23232,95018 -"156429",23233,65127 -"156430",23234,23321 -"156431",23234,25331 -"156432",23234,49921 -"156433",23235,61799 -"156434",23236,35771 -"156435",23236,56147 -"156436",23236,69372 -"156437",23237,26677 -"156438",23237,51227 -"156439",23238,58197 -"156440",23239,58570 -"156441",23239,58607 -"156442",23240,95696 -"156443",23240,123042 -"156444",23241,34588 -"156445",23242,40761 -"156446",23242,98403 -"156447",23243,38736 -"156448",23243,88883 -"156449",23244,31038 -"156450",23244,34411 -"156451",23244,35702 -"156452",23244,41333 -"156453",23244,50480 -"156454",23244,66823 -"156455",23244,66846 -"156456",23245,23355 -"156457",23245,25008 -"156458",23245,30116 -"156459",23245,31343 -"156460",23245,31355 -"156461",23245,32280 -"156462",23245,34487 -"156463",23245,34730 -"156464",23245,34870 -"156465",23245,35627 -"156466",23245,35894 -"156467",23245,36527 -"156468",23245,37782 -"156469",23245,39694 -"156470",23245,50108 -"156471",23245,52838 -"156472",23245,60815 -"156473",23245,61191 -"156474",23245,116143 -"156475",23246,110495 -"156476",23247,27224 -"156477",23247,29465 -"156478",23247,40884 -"156479",23247,69122 -"156480",23247,75553 -"156481",23247,110394 -"156482",23247,114817 -"156483",23247,114870 -"156484",23250,31443 -"156485",23251,23326 -"156486",23252,23460 -"156487",23252,24099 -"156488",23252,25084 -"156489",23252,25990 -"156490",23252,29266 -"156491",23252,34692 -"156492",23252,39278 -"156493",23252,42129 -"156494",23252,44100 -"156495",23252,45060 -"156496",23252,48540 -"156497",23252,70140 -"156498",23252,101774 -"156499",23252,101856 -"156500",23252,105693 -"156501",23253,27579 -"156502",23253,27614 -"156503",23253,54378 -"156504",23253,55939 -"156505",23253,64020 -"156506",23254,23284 -"156507",23254,23379 -"156508",23254,23406 -"156509",23254,23443 -"156510",23254,23512 -"156511",23254,23513 -"156512",23254,40887 -"156513",23254,75159 -"156514",23254,76958 -"156515",23254,82644 -"156516",23254,111846 -"156517",23255,30610 -"156518",23255,33126 -"156519",23255,41116 -"156520",23255,42899 -"156521",23255,47452 -"156522",23255,51077 -"156523",23255,60484 -"156524",23256,62679 -"156525",23256,93822 -"156526",23257,23615 -"156527",23257,26399 -"156528",23257,27497 -"156529",23257,29192 -"156530",23257,36130 -"156531",23257,45870 -"156532",23257,48215 -"156533",23257,52293 -"156534",23257,56082 -"156535",23257,56624 -"156536",23257,57624 -"156537",23257,59007 -"156538",23257,63315 -"156539",23257,66821 -"156540",23257,67726 -"156541",23257,67902 -"156542",23257,73432 -"156543",23257,76249 -"156544",23257,80663 -"156545",23257,82625 -"156546",23257,82730 -"156547",23257,95009 -"156548",23257,95141 -"156549",23257,101294 -"156550",23257,108021 -"156551",23258,46407 -"156552",23258,54959 -"156553",23258,72395 -"156554",23258,80114 -"156555",23258,95655 -"156556",23259,23268 -"156557",23259,31079 -"156558",23260,31020 -"156559",23260,31614 -"156560",23260,36744 -"156561",23260,38557 -"156562",23260,42716 -"156563",23260,68363 -"156564",23260,107103 -"156565",23261,54997 -"156566",23261,74747 -"156567",23261,97579 -"156568",23262,28432 -"156569",23262,34831 -"156570",23262,76301 -"156571",23262,76303 -"156572",23264,101997 -"156573",23264,101998 -"156574",23265,25277 -"156575",23265,38127 -"156576",23266,43130 -"156577",23266,75309 -"156578",23267,35550 -"156579",23267,46741 -"156580",23268,27683 -"156581",23268,28616 -"156582",23268,55040 -"156583",23268,55149 -"156584",23268,80740 -"156585",23269,26141 -"156586",23269,43560 -"156587",23269,46442 -"156588",23269,46601 -"156589",23269,47223 -"156590",23269,49517 -"156591",23269,64941 -"156592",23269,65376 -"156593",23269,86799 -"156594",23272,55539 -"156595",23273,66526 -"156596",23274,23424 -"156597",23274,26309 -"156598",23274,98383 -"156599",23274,98544 -"156600",23275,23276 -"156601",23275,27448 -"156602",23275,29455 -"156603",23275,50108 -"156604",23275,51775 -"156605",23275,54720 -"156606",23275,68431 -"156607",23275,113129 -"156608",23276,34819 -"156609",23276,34830 -"156610",23276,34884 -"156611",23276,54116 -"156612",23276,56090 -"156613",23277,36400 -"156614",23277,41203 -"156615",23277,52198 -"156616",23277,53524 -"156617",23278,23344 -"156618",23278,23470 -"156619",23278,23474 -"156620",23278,24729 -"156621",23278,36927 -"156622",23278,41881 -"156623",23278,45308 -"156624",23278,116115 -"156625",23278,121959 -"156626",23279,27861 -"156627",23279,30974 -"156628",23279,88067 -"156629",23279,108635 -"156630",23280,28805 -"156631",23280,34733 -"156632",23280,37550 -"156633",23280,37621 -"156634",23280,39627 -"156635",23280,48105 -"156636",23280,53764 -"156637",23280,57549 -"156638",23280,60198 -"156639",23280,69628 -"156640",23280,87993 -"156641",23280,95309 -"156642",23280,111611 -"156643",23281,46541 -"156644",23281,59043 -"156645",23281,60552 -"156646",23282,105049 -"156647",23283,51982 -"156648",23283,67044 -"156649",23283,73388 -"156650",23284,23379 -"156651",23284,23406 -"156652",23284,23443 -"156653",23284,23512 -"156654",23284,23513 -"156655",23284,35737 -"156656",23284,75159 -"156657",23284,76710 -"156658",23287,86332 -"156659",23288,23335 -"156660",23289,23290 -"156661",23289,55990 -"156662",23289,72372 -"156663",23289,84574 -"156664",23289,96035 -"156665",23289,107937 -"156666",23291,30104 -"156667",23292,30971 -"156668",23293,28063 -"156669",23293,28130 -"156670",23293,31519 -"156671",23293,34669 -"156672",23293,36569 -"156673",23293,53412 -"156674",23293,54522 -"156675",23293,87720 -"156676",23293,97759 -"156677",23293,99680 -"156678",23293,99702 -"156679",23293,100708 -"156680",23293,103362 -"156681",23293,112932 -"156682",23294,23596 -"156683",23294,25479 -"156684",23294,78216 -"156685",23294,92901 -"156686",23295,23471 -"156687",23295,103765 -"156688",23296,27840 -"156689",23296,42078 -"156690",23296,66361 -"156691",23296,79211 -"156692",23296,79224 -"156693",23296,86300 -"156694",23297,26767 -"156695",23297,42430 -"156696",23297,49081 -"156697",23297,76267 -"156698",23297,108159 -"156699",23298,24946 -"156700",23298,45319 -"156701",23298,68472 -"156702",23298,75916 -"156703",23298,82966 -"156704",23299,33493 -"156705",23300,34674 -"156706",23300,36342 -"156707",23301,23437 -"156708",23301,33439 -"156709",23301,59372 -"156710",23301,59998 -"156711",23301,77964 -"156712",23302,24610 -"156713",23302,24933 -"156714",23302,30317 -"156715",23302,34570 -"156716",23302,36085 -"156717",23302,36395 -"156718",23302,36843 -"156719",23302,37302 -"156720",23302,44956 -"156721",23302,45131 -"156722",23302,45250 -"156723",23302,45296 -"156724",23304,23412 -"156725",23304,23428 -"156726",23304,39475 -"156727",23304,73149 -"156728",23304,101057 -"156729",23305,107919 -"156730",23306,24380 -"156731",23306,93682 -"156732",23307,46049 -"156733",23307,60457 -"156734",23307,60529 -"156735",23307,101424 -"156736",23308,53525 -"156737",23308,60498 -"156738",23308,67954 -"156739",23308,67955 -"156740",23308,67956 -"156741",23309,24610 -"156742",23309,24933 -"156743",23309,27350 -"156744",23309,30317 -"156745",23309,34629 -"156746",23309,35953 -"156747",23309,36038 -"156748",23309,36049 -"156749",23309,36085 -"156750",23309,36925 -"156751",23310,26080 -"156752",23310,32919 -"156753",23310,33914 -"156754",23310,45506 -"156755",23310,74982 -"156756",23310,76905 -"156757",23310,80219 -"156758",23310,110343 -"156759",23311,30686 -"156760",23311,30693 -"156761",23311,30706 -"156762",23311,32781 -"156763",23311,61541 -"156764",23312,23648 -"156765",23312,24559 -"156766",23312,38707 -"156767",23312,47387 -"156768",23312,47388 -"156769",23312,53120 -"156770",23313,23476 -"156771",23314,44200 -"156772",23314,50518 -"156773",23315,59390 -"156774",23315,60990 -"156775",23315,89978 -"156776",23315,91364 -"156777",23315,91832 -"156778",23315,94426 -"156779",23315,96121 -"156780",23315,96139 -"156781",23315,96147 -"156782",23315,96165 -"156783",23315,99945 -"156784",23315,115218 -"156785",23315,116930 -"156786",23315,116934 -"156787",23317,101636 -"156788",23317,102300 -"156789",23317,102315 -"156790",23318,23480 -"156791",23318,86820 -"156792",23318,95901 -"156793",23318,103650 -"156794",23318,106416 -"156795",23319,25010 -"156796",23319,27151 -"156797",23319,36177 -"156798",23319,51464 -"156799",23319,52156 -"156800",23319,58746 -"156801",23320,23443 -"156802",23320,26047 -"156803",23320,32453 -"156804",23320,44679 -"156805",23320,48604 -"156806",23320,53121 -"156807",23320,108672 -"156808",23320,119174 -"156809",23321,63773 -"156810",23321,63885 -"156811",23322,26124 -"156812",23322,37977 -"156813",23322,38498 -"156814",23322,38590 -"156815",23322,38722 -"156816",23322,43174 -"156817",23322,51060 -"156818",23322,64445 -"156819",23322,81150 -"156820",23323,34488 -"156821",23323,51835 -"156822",23323,103536 -"156823",23323,108859 -"156824",23325,37142 -"156825",23325,42102 -"156826",23325,45030 -"156827",23325,78928 -"156828",23325,82360 -"156829",23325,97773 -"156830",23325,97800 -"156831",23325,106870 -"156832",23325,106894 -"156833",23326,24558 -"156834",23326,28154 -"156835",23326,30983 -"156836",23326,34276 -"156837",23326,34727 -"156838",23326,44948 -"156839",23326,44949 -"156840",23326,44950 -"156841",23326,54558 -"156842",23327,26849 -"156843",23327,34516 -"156844",23327,37462 -"156845",23327,47869 -"156846",23327,50983 -"156847",23327,56259 -"156848",23327,77111 -"156849",23327,77628 -"156850",23327,77820 -"156851",23327,91029 -"156852",23327,91149 -"156853",23327,91155 -"156854",23327,91209 -"156855",23328,23360 -"156856",23328,23496 -"156857",23328,24888 -"156858",23328,31658 -"156859",23328,32673 -"156860",23328,34327 -"156861",23328,70306 -"156862",23328,71933 -"156863",23328,90071 -"156864",23328,102397 -"156865",23328,105494 -"156866",23328,110243 -"156867",23328,111829 -"156868",23328,118604 -"156869",23329,55921 -"156870",23329,107027 -"156871",23330,23820 -"156872",23330,26723 -"156873",23330,36487 -"156874",23330,36613 -"156875",23330,46848 -"156876",23330,47974 -"156877",23330,52711 -"156878",23330,61513 -"156879",23330,67321 -"156880",23330,68222 -"156881",23330,71398 -"156882",23330,72241 -"156883",23330,83101 -"156884",23330,83875 -"156885",23330,85193 -"156886",23330,86584 -"156887",23330,89901 -"156888",23330,92947 -"156889",23330,118232 -"156890",23330,121480 -"156891",23330,121485 -"156892",23330,123497 -"156893",23332,63826 -"156894",23332,69126 -"156895",23333,34578 -"156896",23333,65521 -"156897",23333,69153 -"156898",23333,77104 -"156899",23333,87909 -"156900",23333,93742 -"156901",23333,116207 -"156902",23334,62252 -"156903",23334,71761 -"156904",23337,30601 -"156905",23338,99521 -"156906",23338,99522 -"156907",23339,39994 -"156908",23339,45885 -"156909",23339,60060 -"156910",23339,76191 -"156911",23339,77449 -"156912",23339,98961 -"156913",23340,31394 -"156914",23340,33820 -"156915",23340,42071 -"156916",23340,52055 -"156917",23340,58054 -"156918",23340,69728 -"156919",23341,37745 -"156920",23343,25730 -"156921",23343,27799 -"156922",23343,32362 -"156923",23343,44606 -"156924",23343,47877 -"156925",23343,56382 -"156926",23343,56711 -"156927",23343,79543 -"156928",23343,83972 -"156929",23343,89681 -"156930",23344,23470 -"156931",23344,23474 -"156932",23345,26971 -"156933",23345,52147 -"156934",23345,74502 -"156935",23346,24323 -"156936",23346,36332 -"156937",23347,30413 -"156938",23347,33924 -"156939",23347,33926 -"156940",23348,80772 -"156941",23350,37026 -"156942",23350,41418 -"156943",23350,46926 -"156944",23350,60706 -"156945",23350,61204 -"156946",23350,61623 -"156947",23350,79100 -"156948",23350,117094 -"156949",23351,67413 -"156950",23352,32108 -"156951",23352,44009 -"156952",23352,62592 -"156953",23352,71404 -"156954",23352,93709 -"156955",23354,24640 -"156956",23354,28273 -"156957",23354,29436 -"156958",23354,30344 -"156959",23354,32280 -"156960",23354,34730 -"156961",23354,37036 -"156962",23354,50278 -"156963",23354,50456 -"156964",23354,53390 -"156965",23354,59097 -"156966",23354,100131 -"156967",23354,100915 -"156968",23354,101250 -"156969",23354,116777 -"156970",23355,30866 -"156971",23355,37782 -"156972",23355,52838 -"156973",23355,61191 -"156974",23355,77565 -"156975",23356,41916 -"156976",23357,69189 -"156977",23357,73657 -"156978",23358,25272 -"156979",23358,27783 -"156980",23358,31164 -"156981",23358,31401 -"156982",23358,32758 -"156983",23358,36136 -"156984",23358,39614 -"156985",23358,41259 -"156986",23358,41392 -"156987",23358,44419 -"156988",23358,52333 -"156989",23358,52444 -"156990",23358,52934 -"156991",23358,58686 -"156992",23358,61528 -"156993",23358,76807 -"156994",23358,82265 -"156995",23358,82277 -"156996",23358,88978 -"156997",23359,26665 -"156998",23359,30795 -"156999",23359,52559 -"157000",23359,58520 -"157001",23359,69754 -"157002",23359,107799 -"157003",23359,108547 -"157004",23360,24888 -"157005",23360,28297 -"157006",23360,28586 -"157007",23360,31658 -"157008",23360,31996 -"157009",23360,50308 -"157010",23360,51931 -"157011",23360,59866 -"157012",23361,55327 -"157013",23361,63438 -"157014",23361,72891 -"157015",23361,78532 -"157016",23361,81751 -"157017",23361,94024 -"157018",23362,23481 -"157019",23362,23482 -"157020",23362,27022 -"157021",23362,29181 -"157022",23362,44832 -"157023",23362,83269 -"157024",23363,23490 -"157025",23364,50486 -"157026",23364,55231 -"157027",23364,69434 -"157028",23364,76616 -"157029",23364,76822 -"157030",23364,78560 -"157031",23364,86981 -"157032",23364,104249 -"157033",23365,38322 -"157034",23365,45712 -"157035",23366,25398 -"157036",23366,53687 -"157037",23367,43578 -"157038",23367,115318 -"157039",23368,48717 -"157040",23368,66007 -"157041",23368,67868 -"157042",23368,67869 -"157043",23369,37139 -"157044",23370,24666 -"157045",23370,32145 -"157046",23370,41901 -"157047",23370,89661 -"157048",23370,114687 -"157049",23371,24344 -"157050",23371,61568 -"157051",23371,64866 -"157052",23372,23464 -"157053",23373,92045 -"157054",23374,23375 -"157055",23374,25009 -"157056",23374,77373 -"157057",23375,109528 -"157058",23377,23440 -"157059",23377,26004 -"157060",23377,74812 -"157061",23378,35415 -"157062",23379,23406 -"157063",23379,23443 -"157064",23379,23512 -"157065",23379,23513 -"157066",23379,75159 -"157067",23380,26997 -"157068",23380,27663 -"157069",23380,31120 -"157070",23380,34134 -"157071",23380,44259 -"157072",23380,47979 -"157073",23380,53095 -"157074",23380,53121 -"157075",23380,53153 -"157076",23380,53573 -"157077",23380,65207 -"157078",23381,34488 -"157079",23381,35133 -"157080",23381,56622 -"157081",23381,83752 -"157082",23382,43996 -"157083",23383,62681 -"157084",23384,99851 -"157085",23384,101611 -"157086",23385,27686 -"157087",23385,41881 -"157088",23385,43067 -"157089",23385,44873 -"157090",23385,67191 -"157091",23385,73476 -"157092",23385,74202 -"157093",23385,77433 -"157094",23385,80180 -"157095",23385,82450 -"157096",23385,82672 -"157097",23385,84620 -"157098",23385,98181 -"157099",23385,109452 -"157100",23385,110281 -"157101",23385,110287 -"157102",23385,110300 -"157103",23385,110309 -"157104",23385,116115 -"157105",23385,116984 -"157106",23386,25887 -"157107",23386,29194 -"157108",23386,30470 -"157109",23386,31235 -"157110",23386,33257 -"157111",23386,33399 -"157112",23386,47733 -"157113",23386,67001 -"157114",23386,75883 -"157115",23386,75888 -"157116",23386,75892 -"157117",23386,75893 -"157118",23386,75898 -"157119",23386,96510 -"157120",23387,38974 -"157121",23387,44825 -"157122",23387,92089 -"157123",23387,92090 -"157124",23388,29383 -"157125",23388,39022 -"157126",23388,43817 -"157127",23388,44195 -"157128",23388,45593 -"157129",23388,56645 -"157130",23388,76900 -"157131",23388,77017 -"157132",23388,86941 -"157133",23388,89379 -"157134",23388,98449 -"157135",23388,100429 -"157136",23389,23390 -"157137",23389,28536 -"157138",23390,28536 -"157139",23391,41267 -"157140",23391,48001 -"157141",23391,58699 -"157142",23391,82284 -"157143",23392,87964 -"157144",23392,88856 -"157145",23392,98353 -"157146",23393,54980 -"157147",23394,34362 -"157148",23394,34386 -"157149",23394,58678 -"157150",23394,62084 -"157151",23395,29420 -"157152",23396,32364 -"157153",23396,35756 -"157154",23396,60233 -"157155",23397,30097 -"157156",23397,47966 -"157157",23397,49988 -"157158",23398,23400 -"157159",23398,36487 -"157160",23398,43014 -"157161",23398,44074 -"157162",23398,57954 -"157163",23398,71866 -"157164",23398,86197 -"157165",23398,88096 -"157166",23398,110188 -"157167",23399,23401 -"157168",23399,95518 -"157169",23400,86197 -"157170",23400,88300 -"157171",23401,48176 -"157172",23402,27433 -"157173",23403,23415 -"157174",23403,25596 -"157175",23403,26070 -"157176",23403,31347 -"157177",23403,34879 -"157178",23403,41142 -"157179",23403,44796 -"157180",23403,75921 -"157181",23403,87220 -"157182",23404,23542 -"157183",23404,28444 -"157184",23404,29676 -"157185",23404,36262 -"157186",23404,41214 -"157187",23404,52466 -"157188",23404,70060 -"157189",23404,74840 -"157190",23404,80023 -"157191",23404,84187 -"157192",23405,33239 -"157193",23405,36813 -"157194",23405,44761 -"157195",23405,46112 -"157196",23405,72141 -"157197",23405,75979 -"157198",23406,23443 -"157199",23406,23512 -"157200",23406,23513 -"157201",23406,27650 -"157202",23406,40857 -"157203",23406,75159 -"157204",23406,89186 -"157205",23408,48943 -"157206",23408,100298 -"157207",23408,107672 -"157208",23409,33530 -"157209",23409,87471 -"157210",23410,40633 -"157211",23410,53716 -"157212",23411,33084 -"157213",23411,41917 -"157214",23411,61032 -"157215",23411,81704 -"157216",23411,84461 -"157217",23411,102932 -"157218",23411,107658 -"157219",23411,114346 -"157220",23412,23428 -"157221",23412,96644 -"157222",23413,69216 -"157223",23413,107113 -"157224",23414,87186 -"157225",23416,94108 -"157226",23417,25443 -"157227",23417,27063 -"157228",23417,27111 -"157229",23417,29078 -"157230",23417,37439 -"157231",23417,40230 -"157232",23417,44480 -"157233",23417,56100 -"157234",23417,57765 -"157235",23417,62844 -"157236",23417,65970 -"157237",23417,66074 -"157238",23417,66236 -"157239",23417,80907 -"157240",23417,92720 -"157241",23417,94056 -"157242",23418,23435 -"157243",23418,24984 -"157244",23418,28849 -"157245",23418,31615 -"157246",23418,35967 -"157247",23418,38292 -"157248",23418,48261 -"157249",23418,48690 -"157250",23418,55464 -"157251",23418,55829 -"157252",23418,57587 -"157253",23418,58022 -"157254",23418,61551 -"157255",23418,65230 -"157256",23418,84025 -"157257",23419,94227 -"157258",23419,94239 -"157259",23420,23723 -"157260",23420,34213 -"157261",23420,34214 -"157262",23420,34253 -"157263",23420,35587 -"157264",23420,38307 -"157265",23420,43455 -"157266",23420,43460 -"157267",23420,57377 -"157268",23420,59800 -"157269",23420,63895 -"157270",23420,63935 -"157271",23420,63947 -"157272",23420,63962 -"157273",23421,23632 -"157274",23421,23953 -"157275",23421,24495 -"157276",23421,24710 -"157277",23421,25143 -"157278",23421,25303 -"157279",23421,25664 -"157280",23421,26407 -"157281",23421,27174 -"157282",23421,27196 -"157283",23421,27710 -"157284",23421,28703 -"157285",23421,29253 -"157286",23421,29341 -"157287",23421,29560 -"157288",23421,29573 -"157289",23421,29868 -"157290",23421,32438 -"157291",23421,32967 -"157292",23421,33223 -"157293",23421,33881 -"157294",23421,34097 -"157295",23421,34330 -"157296",23421,34513 -"157297",23421,35400 -"157298",23421,35822 -"157299",23421,36476 -"157300",23421,36547 -"157301",23421,36745 -"157302",23421,37821 -"157303",23421,37931 -"157304",23421,38319 -"157305",23421,39398 -"157306",23421,39492 -"157307",23421,40320 -"157308",23421,40373 -"157309",23421,40542 -"157310",23421,41182 -"157311",23421,42131 -"157312",23421,46843 -"157313",23421,48331 -"157314",23421,64635 -"157315",23422,31399 -"157316",23422,31850 -"157317",23422,73170 -"157318",23422,111944 -"157319",23422,111945 -"157320",23422,116632 -"157321",23423,23622 -"157322",23423,23688 -"157323",23423,24825 -"157324",23423,24911 -"157325",23423,24943 -"157326",23423,25312 -"157327",23423,26251 -"157328",23423,31159 -"157329",23423,35825 -"157330",23423,42652 -"157331",23423,42791 -"157332",23423,47582 -"157333",23423,47736 -"157334",23423,57133 -"157335",23423,69384 -"157336",23423,89811 -"157337",23424,27319 -"157338",23424,27377 -"157339",23424,90861 -"157340",23425,23484 -"157341",23425,24306 -"157342",23425,33147 -"157343",23425,57346 -"157344",23426,23493 -"157345",23426,49078 -"157346",23426,64273 -"157347",23426,74645 -"157348",23426,78064 -"157349",23426,80638 -"157350",23426,94655 -"157351",23426,95263 -"157352",23426,96311 -"157353",23428,39475 -"157354",23428,80934 -"157355",23428,86998 -"157356",23428,101057 -"157357",23430,23956 -"157358",23430,31678 -"157359",23430,32314 -"157360",23430,35102 -"157361",23430,41953 -"157362",23430,42537 -"157363",23430,60706 -"157364",23430,69074 -"157365",23430,69576 -"157366",23430,84830 -"157367",23430,88373 -"157368",23430,123160 -"157369",23430,123163 -"157370",23431,76735 -"157371",23431,93308 -"157372",23431,94221 -"157373",23431,102553 -"157374",23431,106169 -"157375",23432,83746 -"157376",23433,39023 -"157377",23433,39380 -"157378",23433,48982 -"157379",23433,52141 -"157380",23433,101326 -"157381",23433,113433 -"157382",23433,113441 -"157383",23433,114376 -"157384",23434,35238 -"157385",23434,38132 -"157386",23434,45984 -"157387",23434,110095 -"157388",23435,53919 -"157389",23436,30684 -"157390",23436,55403 -"157391",23436,101810 -"157392",23437,59372 -"157393",23439,35556 -"157394",23439,51239 -"157395",23439,102561 -"157396",23439,109283 -"157397",23439,114882 -"157398",23441,28243 -"157399",23443,23512 -"157400",23443,23513 -"157401",23443,48425 -"157402",23443,48438 -"157403",23443,75159 -"157404",23443,88325 -"157405",23444,31462 -"157406",23444,33748 -"157407",23444,43493 -"157408",23444,63377 -"157409",23444,69566 -"157410",23444,71265 -"157411",23444,80283 -"157412",23444,98513 -"157413",23444,98922 -"157414",23444,102410 -"157415",23444,102439 -"157416",23446,26017 -"157417",23446,29487 -"157418",23446,34906 -"157419",23446,38531 -"157420",23447,25840 -"157421",23447,35604 -"157422",23447,37247 -"157423",23447,38739 -"157424",23447,43265 -"157425",23447,44836 -"157426",23447,45637 -"157427",23447,47973 -"157428",23447,65598 -"157429",23447,71858 -"157430",23447,85697 -"157431",23449,48392 -"157432",23450,36356 -"157433",23450,43575 -"157434",23450,71342 -"157435",23450,73128 -"157436",23450,76276 -"157437",23450,80236 -"157438",23450,81588 -"157439",23450,82080 -"157440",23450,84037 -"157441",23450,84309 -"157442",23450,84374 -"157443",23450,85821 -"157444",23450,86809 -"157445",23450,99386 -"157446",23450,101999 -"157447",23450,103065 -"157448",23450,105490 -"157449",23450,105602 -"157450",23450,112331 -"157451",23451,55853 -"157452",23451,70285 -"157453",23453,30065 -"157454",23453,56983 -"157455",23453,58701 -"157456",23453,73333 -"157457",23453,77562 -"157458",23453,114671 -"157459",23454,45604 -"157460",23454,54385 -"157461",23454,56485 -"157462",23454,69523 -"157463",23454,76403 -"157464",23454,79000 -"157465",23454,96350 -"157466",23454,108973 -"157467",23454,108974 -"157468",23455,99994 -"157469",23456,27906 -"157470",23456,82115 -"157471",23457,23477 -"157472",23457,71763 -"157473",23457,75487 -"157474",23457,111070 -"157475",23458,86539 -"157476",23459,24582 -"157477",23459,91241 -"157478",23459,99441 -"157479",23459,118852 -"157480",23459,119886 -"157481",23460,25084 -"157482",23460,33435 -"157483",23460,38198 -"157484",23460,39826 -"157485",23460,41785 -"157486",23460,41804 -"157487",23460,41859 -"157488",23460,55064 -"157489",23460,57417 -"157490",23460,87373 -"157491",23461,52294 -"157492",23461,52693 -"157493",23461,57644 -"157494",23461,60394 -"157495",23461,83772 -"157496",23462,23528 -"157497",23462,25531 -"157498",23462,33870 -"157499",23462,36324 -"157500",23462,36754 -"157501",23462,40231 -"157502",23462,40453 -"157503",23462,44555 -"157504",23462,45357 -"157505",23462,45532 -"157506",23462,45869 -"157507",23462,46142 -"157508",23462,46786 -"157509",23462,50213 -"157510",23462,51245 -"157511",23462,51329 -"157512",23462,64468 -"157513",23462,74153 -"157514",23462,74601 -"157515",23462,76854 -"157516",23462,80285 -"157517",23462,81137 -"157518",23462,89928 -"157519",23462,91849 -"157520",23462,99524 -"157521",23462,101453 -"157522",23462,114517 -"157523",23462,118484 -"157524",23463,25049 -"157525",23463,27117 -"157526",23463,64711 -"157527",23465,29960 -"157528",23465,41323 -"157529",23465,43361 -"157530",23465,69139 -"157531",23465,83266 -"157532",23465,83721 -"157533",23465,118029 -"157534",23466,23700 -"157535",23466,23751 -"157536",23466,28217 -"157537",23466,28233 -"157538",23466,28267 -"157539",23466,28333 -"157540",23466,32611 -"157541",23466,60376 -"157542",23467,23561 -"157543",23467,23666 -"157544",23467,26774 -"157545",23467,27304 -"157546",23467,42032 -"157547",23467,57773 -"157548",23467,78007 -"157549",23467,82483 -"157550",23467,82510 -"157551",23467,85843 -"157552",23467,92941 -"157553",23467,93198 -"157554",23467,96872 -"157555",23467,102615 -"157556",23468,23643 -"157557",23468,91307 -"157558",23469,25898 -"157559",23469,28823 -"157560",23469,29512 -"157561",23469,31668 -"157562",23469,51234 -"157563",23469,51600 -"157564",23469,53025 -"157565",23469,63502 -"157566",23469,66756 -"157567",23469,105507 -"157568",23469,112128 -"157569",23469,115433 -"157570",23470,23474 -"157571",23470,23548 -"157572",23470,41418 -"157573",23470,96127 -"157574",23471,26779 -"157575",23471,39632 -"157576",23471,41478 -"157577",23471,41536 -"157578",23471,42953 -"157579",23471,58191 -"157580",23471,83365 -"157581",23471,91679 -"157582",23471,91983 -"157583",23473,102499 -"157584",23473,102671 -"157585",23473,104753 -"157586",23474,27361 -"157587",23474,34411 -"157588",23475,24545 -"157589",23475,32904 -"157590",23475,62975 -"157591",23476,63368 -"157592",23476,80604 -"157593",23476,83533 -"157594",23476,83540 -"157595",23476,83550 -"157596",23477,30163 -"157597",23477,101642 -"157598",23477,110418 -"157599",23478,42567 -"157600",23479,24353 -"157601",23479,87763 -"157602",23480,28839 -"157603",23480,31385 -"157604",23480,35722 -"157605",23480,42315 -"157606",23480,51410 -"157607",23480,81455 -"157608",23480,90668 -"157609",23480,91131 -"157610",23480,102734 -"157611",23480,119363 -"157612",23481,23482 -"157613",23481,32098 -"157614",23481,36658 -"157615",23481,45833 -"157616",23481,46941 -"157617",23481,56715 -"157618",23481,87308 -"157619",23482,34588 -"157620",23482,60345 -"157621",23482,78444 -"157622",23482,80588 -"157623",23482,82793 -"157624",23482,100656 -"157625",23483,33260 -"157626",23483,100830 -"157627",23484,48981 -"157628",23484,70449 -"157629",23484,101840 -"157630",23485,36873 -"157631",23485,37013 -"157632",23486,61270 -"157633",23486,79832 -"157634",23487,32960 -"157635",23487,40136 -"157636",23487,70782 -"157637",23488,31621 -"157638",23488,47044 -"157639",23488,84055 -"157640",23488,105554 -"157641",23489,30891 -"157642",23489,32539 -"157643",23489,34838 -"157644",23489,35012 -"157645",23489,35025 -"157646",23489,81310 -"157647",23490,84951 -"157648",23491,35815 -"157649",23491,42271 -"157650",23491,65003 -"157651",23491,83284 -"157652",23492,23725 -"157653",23492,24259 -"157654",23492,24365 -"157655",23492,27508 -"157656",23492,28006 -"157657",23492,29715 -"157658",23492,30325 -"157659",23492,30564 -"157660",23492,31306 -"157661",23492,33874 -"157662",23492,34608 -"157663",23492,35673 -"157664",23492,36197 -"157665",23492,39294 -"157666",23492,42863 -"157667",23492,43652 -"157668",23492,45684 -"157669",23492,46173 -"157670",23492,47447 -"157671",23492,54551 -"157672",23492,57414 -"157673",23492,65972 -"157674",23492,76284 -"157675",23492,77977 -"157676",23492,78929 -"157677",23492,79346 -"157678",23492,79349 -"157679",23492,79403 -"157680",23492,84157 -"157681",23492,90966 -"157682",23492,91184 -"157683",23492,91808 -"157684",23492,94480 -"157685",23492,95321 -"157686",23492,103193 -"157687",23492,105752 -"157688",23492,118800 -"157689",23493,25233 -"157690",23493,49078 -"157691",23493,66247 -"157692",23493,76361 -"157693",23493,82866 -"157694",23493,84295 -"157695",23493,86697 -"157696",23493,92489 -"157697",23493,94655 -"157698",23493,95263 -"157699",23493,104310 -"157700",23493,106712 -"157701",23493,109171 -"157702",23493,111240 -"157703",23493,114816 -"157704",23493,115039 -"157705",23493,122154 -"157706",23493,122187 -"157707",23494,24112 -"157708",23494,40052 -"157709",23494,41677 -"157710",23494,71902 -"157711",23495,23589 -"157712",23495,24083 -"157713",23495,31140 -"157714",23495,49587 -"157715",23495,49690 -"157716",23495,62898 -"157717",23495,64570 -"157718",23495,71118 -"157719",23495,71726 -"157720",23495,95329 -"157721",23495,118148 -"157722",23496,31658 -"157723",23496,39120 -"157724",23496,66800 -"157725",23496,80419 -"157726",23496,81255 -"157727",23496,103499 -"157728",23496,103881 -"157729",23497,24474 -"157730",23497,24624 -"157731",23497,51427 -"157732",23497,63891 -"157733",23498,23560 -"157734",23498,41098 -"157735",23498,48501 -"157736",23498,58075 -"157737",23498,86283 -"157738",23498,86294 -"157739",23499,65803 -"157740",23499,79842 -"157741",23500,42033 -"157742",23500,94350 -"157743",23501,27517 -"157744",23501,62661 -"157745",23501,81903 -"157746",23502,71004 -"157747",23503,23597 -"157748",23503,28051 -"157749",23503,36755 -"157750",23503,37856 -"157751",23503,40531 -"157752",23503,66100 -"157753",23503,77688 -"157754",23503,86839 -"157755",23503,88465 -"157756",23503,93918 -"157757",23503,98165 -"157758",23504,30404 -"157759",23504,32556 -"157760",23504,36108 -"157761",23504,49353 -"157762",23504,62477 -"157763",23504,65238 -"157764",23504,69357 -"157765",23504,78604 -"157766",23504,80088 -"157767",23504,80549 -"157768",23504,81939 -"157769",23504,86560 -"157770",23504,89261 -"157771",23504,89286 -"157772",23504,92594 -"157773",23504,92634 -"157774",23504,100599 -"157775",23504,101534 -"157776",23504,109252 -"157777",23504,110778 -"157778",23504,110837 -"157779",23504,111729 -"157780",23504,113332 -"157781",23504,117161 -"157782",23504,117169 -"157783",23504,117174 -"157784",23504,123191 -"157785",23504,123192 -"157786",23505,31898 -"157787",23505,55358 -"157788",23506,38940 -"157789",23506,44319 -"157790",23506,50976 -"157791",23506,51654 -"157792",23506,52653 -"157793",23506,56610 -"157794",23506,73047 -"157795",23506,73989 -"157796",23506,80649 -"157797",23506,86027 -"157798",23506,94141 -"157799",23507,37860 -"157800",23508,24139 -"157801",23508,24150 -"157802",23508,27849 -"157803",23508,30062 -"157804",23508,34749 -"157805",23508,37333 -"157806",23508,43560 -"157807",23508,44499 -"157808",23508,44772 -"157809",23508,48121 -"157810",23508,48162 -"157811",23508,53279 -"157812",23508,83096 -"157813",23508,88954 -"157814",23508,93322 -"157815",23508,97635 -"157816",23508,112927 -"157817",23509,29486 -"157818",23509,32421 -"157819",23509,33473 -"157820",23509,43169 -"157821",23509,48284 -"157822",23509,65735 -"157823",23509,75513 -"157824",23509,86021 -"157825",23509,86129 -"157826",23509,95935 -"157827",23509,105021 -"157828",23509,107271 -"157829",23509,107291 -"157830",23509,113845 -"157831",23509,114459 -"157832",23509,116757 -"157833",23510,26504 -"157834",23512,23513 -"157835",23512,75159 -"157836",23513,46583 -"157837",23513,58629 -"157838",23513,64515 -"157839",23513,68681 -"157840",23513,75159 -"157841",23513,75955 -"157842",23513,93238 -"157843",23513,104976 -"157844",23514,64503 -"157845",23514,82730 -"157846",23515,24116 -"157847",23515,24656 -"157848",23515,24742 -"157849",23515,24821 -"157850",23515,24883 -"157851",23515,24885 -"157852",23516,41647 -"157853",23516,48444 -"157854",23516,72973 -"157855",23516,73001 -"157856",23517,23963 -"157857",23517,26756 -"157858",23517,27818 -"157859",23517,41888 -"157860",23517,43285 -"157861",23517,43353 -"157862",23517,73266 -"157863",23517,74655 -"157864",23517,83977 -"157865",23517,85599 -"157866",23517,85612 -"157867",23517,94504 -"157868",23518,28140 -"157869",23519,25743 -"157870",23519,76920 -"157871",23519,88858 -"157872",23519,88887 -"157873",23520,23571 -"157874",23521,23534 -"157875",23521,33848 -"157876",23521,51680 -"157877",23521,101743 -"157878",23521,107691 -"157879",23521,107846 -"157880",23521,121629 -"157881",23522,23563 -"157882",23522,23685 -"157883",23522,23771 -"157884",23522,54102 -"157885",23523,25198 -"157886",23523,32687 -"157887",23523,39034 -"157888",23523,54171 -"157889",23523,70317 -"157890",23524,23612 -"157891",23524,28181 -"157892",23524,51821 -"157893",23524,63669 -"157894",23525,37307 -"157895",23525,38260 -"157896",23525,44359 -"157897",23525,46382 -"157898",23525,48063 -"157899",23525,50367 -"157900",23525,51248 -"157901",23525,51558 -"157902",23525,53633 -"157903",23525,62025 -"157904",23525,65162 -"157905",23525,68475 -"157906",23525,76613 -"157907",23525,80425 -"157908",23525,81508 -"157909",23525,82242 -"157910",23525,96034 -"157911",23525,99031 -"157912",23525,103140 -"157913",23525,110994 -"157914",23525,120028 -"157915",23525,120482 -"157916",23526,23626 -"157917",23526,23715 -"157918",23526,29813 -"157919",23526,32452 -"157920",23526,53303 -"157921",23526,54024 -"157922",23527,23641 -"157923",23527,28677 -"157924",23527,28788 -"157925",23527,36079 -"157926",23527,36495 -"157927",23527,51300 -"157928",23527,68590 -"157929",23527,75001 -"157930",23527,89440 -"157931",23527,92472 -"157932",23527,92498 -"157933",23527,92520 -"157934",23528,24080 -"157935",23528,39198 -"157936",23528,40453 -"157937",23528,43337 -"157938",23528,46142 -"157939",23528,46786 -"157940",23528,64468 -"157941",23528,91275 -"157942",23528,94229 -"157943",23528,96428 -"157944",23528,97031 -"157945",23528,99524 -"157946",23528,103554 -"157947",23528,120978 -"157948",23529,55975 -"157949",23529,55992 -"157950",23529,94693 -"157951",23530,31229 -"157952",23530,38051 -"157953",23530,45561 -"157954",23530,56232 -"157955",23530,67592 -"157956",23530,68531 -"157957",23530,75211 -"157958",23530,89098 -"157959",23530,103685 -"157960",23530,120954 -"157961",23531,23981 -"157962",23531,37911 -"157963",23531,51410 -"157964",23531,66083 -"157965",23531,74366 -"157966",23531,78669 -"157967",23531,90837 -"157968",23531,95083 -"157969",23532,23559 -"157970",23532,23722 -"157971",23532,23723 -"157972",23533,32425 -"157973",23533,32632 -"157974",23533,32741 -"157975",23533,96223 -"157976",23534,27241 -"157977",23534,30023 -"157978",23534,35544 -"157979",23534,35718 -"157980",23534,54570 -"157981",23534,68708 -"157982",23534,78256 -"157983",23534,88473 -"157984",23534,108552 -"157985",23535,55366 -"157986",23537,97053 -"157987",23538,42622 -"157988",23538,76990 -"157989",23538,91232 -"157990",23538,109339 -"157991",23538,114266 -"157992",23538,118335 -"157993",23538,120853 -"157994",23538,120858 -"157995",23539,23782 -"157996",23539,24988 -"157997",23539,30514 -"157998",23539,30635 -"157999",23539,30637 -"158000",23539,33012 -"158001",23539,36861 -"158002",23539,37832 -"158003",23539,44805 -"158004",23539,51607 -"158005",23539,77152 -"158006",23539,96386 -"158007",23540,23544 -"158008",23540,23590 -"158009",23540,109593 -"158010",23541,30554 -"158011",23541,36451 -"158012",23541,51084 -"158013",23542,35436 -"158014",23542,83841 -"158015",23542,86796 -"158016",23542,110496 -"158017",23543,35049 -"158018",23543,42543 -"158019",23543,49615 -"158020",23543,54390 -"158021",23543,62837 -"158022",23543,107080 -"158023",23544,23590 -"158024",23544,33125 -"158025",23544,34103 -"158026",23544,38009 -"158027",23544,44819 -"158028",23544,54184 -"158029",23544,57582 -"158030",23544,77257 -"158031",23544,87571 -"158032",23544,87745 -"158033",23544,88309 -"158034",23544,98985 -"158035",23544,107578 -"158036",23544,109046 -"158037",23545,49524 -"158038",23545,50110 -"158039",23545,50174 -"158040",23545,66216 -"158041",23546,63311 -"158042",23546,69990 -"158043",23546,96544 -"158044",23546,100292 -"158045",23546,103104 -"158046",23546,103122 -"158047",23546,103127 -"158048",23547,23687 -"158049",23548,51072 -"158050",23548,85399 -"158051",23548,91068 -"158052",23548,102640 -"158053",23549,23566 -"158054",23549,23655 -"158055",23549,23762 -"158056",23549,23780 -"158057",23550,23551 -"158058",23550,23638 -"158059",23550,23689 -"158060",23550,23777 -"158061",23550,29830 -"158062",23550,29958 -"158063",23550,37684 -"158064",23550,38099 -"158065",23550,49076 -"158066",23551,23638 -"158067",23551,23689 -"158068",23551,23777 -"158069",23552,23712 -"158070",23552,25239 -"158071",23552,32877 -"158072",23552,33339 -"158073",23552,41676 -"158074",23552,52195 -"158075",23552,52394 -"158076",23552,52436 -"158077",23552,55985 -"158078",23552,71530 -"158079",23552,76741 -"158080",23552,87674 -"158081",23552,88230 -"158082",23552,100145 -"158083",23552,101970 -"158084",23552,103996 -"158085",23552,110371 -"158086",23552,122824 -"158087",23553,93171 -"158088",23554,34314 -"158089",23554,35802 -"158090",23554,36089 -"158091",23554,43226 -"158092",23554,48123 -"158093",23554,50235 -"158094",23554,59210 -"158095",23554,62063 -"158096",23554,70040 -"158097",23554,70063 -"158098",23554,72573 -"158099",23554,81722 -"158100",23554,87828 -"158101",23554,99070 -"158102",23554,100454 -"158103",23554,101016 -"158104",23554,101087 -"158105",23554,102401 -"158106",23554,105495 -"158107",23554,105955 -"158108",23554,116302 -"158109",23554,116315 -"158110",23554,116325 -"158111",23554,116331 -"158112",23555,48840 -"158113",23555,77755 -"158114",23555,77777 -"158115",23556,27008 -"158116",23556,33853 -"158117",23556,45443 -"158118",23556,48649 -"158119",23556,51492 -"158120",23556,56338 -"158121",23556,66911 -"158122",23556,71962 -"158123",23556,77572 -"158124",23556,90990 -"158125",23556,94378 -"158126",23556,97352 -"158127",23556,103553 -"158128",23556,117513 -"158129",23556,119364 -"158130",23557,23683 -"158131",23557,66563 -"158132",23558,38148 -"158133",23558,40225 -"158134",23558,42364 -"158135",23558,58571 -"158136",23558,88498 -"158137",23558,111648 -"158138",23558,111655 -"158139",23558,111656 -"158140",23559,23722 -"158141",23559,23723 -"158142",23559,33158 -"158143",23559,40312 -"158144",23559,40437 -"158145",23560,41098 -"158146",23560,58075 -"158147",23560,67377 -"158148",23560,81888 -"158149",23560,98994 -"158150",23561,23666 -"158151",23561,106438 -"158152",23563,23685 -"158153",23563,23771 -"158154",23563,54102 -"158155",23564,23618 -"158156",23564,26248 -"158157",23564,33221 -"158158",23564,35373 -"158159",23564,41793 -"158160",23564,43756 -"158161",23564,44350 -"158162",23564,46243 -"158163",23564,46637 -"158164",23564,46639 -"158165",23564,48992 -"158166",23564,56859 -"158167",23564,57583 -"158168",23564,61702 -"158169",23564,62137 -"158170",23564,62228 -"158171",23564,62296 -"158172",23564,62739 -"158173",23564,66523 -"158174",23564,71510 -"158175",23564,72065 -"158176",23564,72069 -"158177",23564,72070 -"158178",23564,72072 -"158179",23564,72077 -"158180",23564,72088 -"158181",23564,72102 -"158182",23564,72106 -"158183",23564,72107 -"158184",23564,73414 -"158185",23564,73417 -"158186",23564,73418 -"158187",23564,73423 -"158188",23564,73443 -"158189",23565,39220 -"158190",23565,44193 -"158191",23565,109656 -"158192",23566,23655 -"158193",23566,23762 -"158194",23566,23780 -"158195",23566,58206 -"158196",23567,36768 -"158197",23567,67045 -"158198",23567,77814 -"158199",23568,23709 -"158200",23568,25469 -"158201",23568,36755 -"158202",23568,47122 -"158203",23568,78983 -"158204",23568,91005 -"158205",23569,24066 -"158206",23569,33856 -"158207",23569,34036 -"158208",23569,41108 -"158209",23569,61581 -"158210",23569,68115 -"158211",23569,68130 -"158212",23569,70822 -"158213",23569,91579 -"158214",23569,91585 -"158215",23570,36088 -"158216",23570,69057 -"158217",23570,77553 -"158218",23570,88171 -"158219",23570,106440 -"158220",23571,48598 -"158221",23571,50489 -"158222",23571,59726 -"158223",23571,75639 -"158224",23571,101214 -"158225",23572,25063 -"158226",23572,35448 -"158227",23572,61242 -"158228",23572,91572 -"158229",23573,71790 -"158230",23573,106522 -"158231",23573,117544 -"158232",23574,107896 -"158233",23575,23614 -"158234",23575,40254 -"158235",23576,23596 -"158236",23576,41575 -"158237",23576,46677 -"158238",23576,83651 -"158239",23577,79256 -"158240",23578,27938 -"158241",23578,28024 -"158242",23578,28090 -"158243",23578,28145 -"158244",23578,28846 -"158245",23578,39830 -"158246",23578,46942 -"158247",23578,52442 -"158248",23578,118092 -"158249",23579,23671 -"158250",23579,40357 -"158251",23579,40434 -"158252",23580,38525 -"158253",23581,29403 -"158254",23581,31548 -"158255",23581,48395 -"158256",23581,88036 -"158257",23581,107640 -"158258",23584,88625 -"158259",23585,27112 -"158260",23585,27586 -"158261",23585,40028 -"158262",23585,45352 -"158263",23585,45611 -"158264",23585,45855 -"158265",23585,47333 -"158266",23585,49084 -"158267",23585,50236 -"158268",23585,54977 -"158269",23585,56082 -"158270",23585,56496 -"158271",23585,56558 -"158272",23585,56580 -"158273",23585,67998 -"158274",23585,70123 -"158275",23585,70838 -"158276",23585,72326 -"158277",23585,77839 -"158278",23585,79082 -"158279",23585,90966 -"158280",23585,91912 -"158281",23585,94671 -"158282",23585,97237 -"158283",23585,101793 -"158284",23585,109663 -"158285",23585,112437 -"158286",23585,114713 -"158287",23585,116808 -"158288",23585,120549 -"158289",23585,121127 -"158290",23585,122267 -"158291",23585,122312 -"158292",23586,52399 -"158293",23586,65399 -"158294",23586,65431 -"158295",23586,65432 -"158296",23586,65465 -"158297",23586,65466 -"158298",23586,65950 -"158299",23586,82543 -"158300",23586,106937 -"158301",23587,23705 -"158302",23588,23734 -"158303",23588,55298 -"158304",23589,51106 -"158305",23589,118831 -"158306",23590,63317 -"158307",23590,71765 -"158308",23591,85013 -"158309",23591,86459 -"158310",23592,85687 -"158311",23592,90957 -"158312",23593,23693 -"158313",23593,110446 -"158314",23594,27047 -"158315",23594,29477 -"158316",23594,29834 -"158317",23594,29845 -"158318",23594,29882 -"158319",23594,29894 -"158320",23594,30007 -"158321",23594,31140 -"158322",23594,74863 -"158323",23594,85557 -"158324",23595,79083 -"158325",23596,46403 -"158326",23596,48397 -"158327",23596,78216 -"158328",23596,94611 -"158329",23596,103981 -"158330",23597,28051 -"158331",23597,30549 -"158332",23597,33657 -"158333",23597,40531 -"158334",23597,44189 -"158335",23597,57043 -"158336",23597,60372 -"158337",23597,63713 -"158338",23597,68973 -"158339",23597,76683 -"158340",23597,80363 -"158341",23597,81258 -"158342",23597,106070 -"158343",23598,23599 -"158344",23598,33305 -"158345",23598,54030 -"158346",23598,59961 -"158347",23598,75134 -"158348",23598,82395 -"158349",23600,32161 -"158350",23600,33308 -"158351",23600,76797 -"158352",23601,36104 -"158353",23601,37603 -"158354",23601,60033 -"158355",23601,72930 -"158356",23601,102762 -"158357",23602,42208 -"158358",23602,52643 -"158359",23602,68141 -"158360",23602,74083 -"158361",23603,23650 -"158362",23603,59184 -"158363",23604,32939 -"158364",23604,44956 -"158365",23604,52199 -"158366",23604,101074 -"158367",23604,101499 -"158368",23604,103151 -"158369",23604,103206 -"158370",23605,28994 -"158371",23605,39722 -"158372",23605,39967 -"158373",23605,43919 -"158374",23605,62401 -"158375",23606,25264 -"158376",23606,26076 -"158377",23606,27238 -"158378",23606,34735 -"158379",23606,35554 -"158380",23606,58122 -"158381",23606,61805 -"158382",23606,62775 -"158383",23606,66622 -"158384",23606,67817 -"158385",23606,73945 -"158386",23606,86734 -"158387",23606,90460 -"158388",23606,94069 -"158389",23606,111947 -"158390",23607,28095 -"158391",23607,61653 -"158392",23607,62406 -"158393",23607,69965 -"158394",23607,71821 -"158395",23607,97256 -"158396",23608,63610 -"158397",23608,84026 -"158398",23608,85665 -"158399",23608,105585 -"158400",23609,45516 -"158401",23610,23623 -"158402",23610,27211 -"158403",23610,46145 -"158404",23610,46598 -"158405",23610,50854 -"158406",23610,69429 -"158407",23610,71515 -"158408",23610,81288 -"158409",23610,115691 -"158410",23611,23619 -"158411",23611,48245 -"158412",23611,48305 -"158413",23611,55301 -"158414",23611,87273 -"158415",23611,92011 -"158416",23611,107067 -"158417",23611,117387 -"158418",23611,117393 -"158419",23612,77990 -"158420",23612,93311 -"158421",23613,23843 -"158422",23613,23985 -"158423",23613,90280 -"158424",23614,30791 -"158425",23614,40977 -"158426",23614,41091 -"158427",23614,63453 -"158428",23614,67306 -"158429",23615,64480 -"158430",23616,38864 -"158431",23616,47272 -"158432",23616,53971 -"158433",23616,94339 -"158434",23617,36217 -"158435",23617,41682 -"158436",23617,41804 -"158437",23617,42837 -"158438",23617,54749 -"158439",23617,67189 -"158440",23617,68727 -"158441",23618,31041 -"158442",23618,33770 -"158443",23618,48635 -"158444",23618,60693 -"158445",23621,35325 -"158446",23621,50579 -"158447",23621,59792 -"158448",23621,59808 -"158449",23621,65128 -"158450",23621,105311 -"158451",23621,119615 -"158452",23622,23688 -"158453",23622,26251 -"158454",23622,31159 -"158455",23622,42652 -"158456",23622,47582 -"158457",23622,47736 -"158458",23622,96473 -"158459",23623,49246 -"158460",23624,31774 -"158461",23624,32560 -"158462",23624,36687 -"158463",23624,44183 -"158464",23624,100755 -"158465",23625,37866 -"158466",23626,23715 -"158467",23626,61581 -"158468",23627,23701 -"158469",23628,26751 -"158470",23628,29202 -"158471",23628,31520 -"158472",23628,31521 -"158473",23628,31554 -"158474",23628,31659 -"158475",23628,31660 -"158476",23628,50153 -"158477",23628,52673 -"158478",23628,54113 -"158479",23628,65994 -"158480",23628,71653 -"158481",23628,72902 -"158482",23628,93052 -"158483",23629,48888 -"158484",23629,74935 -"158485",23629,77449 -"158486",23629,83296 -"158487",23629,103876 -"158488",23631,27302 -"158489",23631,45423 -"158490",23632,23953 -"158491",23632,24495 -"158492",23632,24710 -"158493",23632,25143 -"158494",23632,25303 -"158495",23632,25664 -"158496",23632,26407 -"158497",23632,27174 -"158498",23632,27196 -"158499",23632,27710 -"158500",23632,28703 -"158501",23632,29253 -"158502",23632,29341 -"158503",23632,29560 -"158504",23632,29573 -"158505",23632,29868 -"158506",23632,32438 -"158507",23632,32967 -"158508",23632,33223 -"158509",23632,33881 -"158510",23632,34097 -"158511",23632,34330 -"158512",23632,34513 -"158513",23632,35400 -"158514",23632,36476 -"158515",23632,36547 -"158516",23632,36745 -"158517",23632,37821 -"158518",23632,37931 -"158519",23632,38319 -"158520",23632,39398 -"158521",23632,39492 -"158522",23632,40320 -"158523",23632,40373 -"158524",23632,40542 -"158525",23632,41182 -"158526",23632,42131 -"158527",23632,46843 -"158528",23632,48331 -"158529",23632,58761 -"158530",23632,62536 -"158531",23632,79547 -"158532",23632,80798 -"158533",23632,82457 -"158534",23632,82512 -"158535",23632,88719 -"158536",23633,24072 -"158537",23633,24087 -"158538",23633,24088 -"158539",23633,36798 -"158540",23633,40524 -"158541",23633,41171 -"158542",23633,46577 -"158543",23633,57129 -"158544",23633,57230 -"158545",23634,52552 -"158546",23634,105426 -"158547",23636,27215 -"158548",23636,69369 -"158549",23636,88796 -"158550",23636,111455 -"158551",23637,27798 -"158552",23637,51775 -"158553",23638,23689 -"158554",23638,23777 -"158555",23639,23840 -"158556",23639,24116 -"158557",23639,24400 -"158558",23639,25270 -"158559",23639,26426 -"158560",23639,26567 -"158561",23639,56673 -"158562",23639,64918 -"158563",23639,75824 -"158564",23639,75838 -"158565",23639,76934 -"158566",23639,79236 -"158567",23639,82685 -"158568",23639,82686 -"158569",23639,82687 -"158570",23639,85673 -"158571",23639,104542 -"158572",23639,112111 -"158573",23640,65246 -"158574",23640,79398 -"158575",23641,32516 -"158576",23641,98044 -"158577",23642,29496 -"158578",23642,40265 -"158579",23642,50839 -"158580",23642,68667 -"158581",23643,30974 -"158582",23643,41186 -"158583",23643,44758 -"158584",23643,54334 -"158585",23643,64400 -"158586",23643,72606 -"158587",23643,83301 -"158588",23643,95735 -"158589",23643,108858 -"158590",23643,110375 -"158591",23644,36281 -"158592",23644,61827 -"158593",23644,63460 -"158594",23644,101620 -"158595",23644,118939 -"158596",23645,30742 -"158597",23645,55422 -"158598",23645,65740 -"158599",23646,25378 -"158600",23646,26714 -"158601",23646,39581 -"158602",23646,62762 -"158603",23646,79819 -"158604",23646,82738 -"158605",23646,95416 -"158606",23646,95958 -"158607",23646,96008 -"158608",23646,106461 -"158609",23646,117125 -"158610",23646,117141 -"158611",23647,80622 -"158612",23647,85349 -"158613",23648,24559 -"158614",23648,45950 -"158615",23648,47387 -"158616",23648,47388 -"158617",23649,58508 -"158618",23649,66280 -"158619",23649,66332 -"158620",23649,68326 -"158621",23649,71342 -"158622",23649,84720 -"158623",23649,87019 -"158624",23649,99386 -"158625",23649,114673 -"158626",23651,103633 -"158627",23651,103676 -"158628",23652,24755 -"158629",23652,105504 -"158630",23652,116226 -"158631",23653,104440 -"158632",23653,104489 -"158633",23654,23757 -"158634",23654,34578 -"158635",23654,63418 -"158636",23655,23762 -"158637",23655,23780 -"158638",23656,30901 -"158639",23656,45996 -"158640",23656,101029 -"158641",23656,102667 -"158642",23657,37905 -"158643",23657,74187 -"158644",23658,24983 -"158645",23658,58205 -"158646",23658,84670 -"158647",23659,25164 -"158648",23659,84160 -"158649",23659,85059 -"158650",23659,94153 -"158651",23659,112040 -"158652",23660,27407 -"158653",23660,31840 -"158654",23660,44361 -"158655",23660,71896 -"158656",23660,87706 -"158657",23660,96710 -"158658",23661,25991 -"158659",23661,27058 -"158660",23661,69828 -"158661",23661,77387 -"158662",23662,23717 -"158663",23663,23759 -"158664",23663,28091 -"158665",23663,28274 -"158666",23663,30827 -"158667",23663,30850 -"158668",23663,53973 -"158669",23663,55084 -"158670",23663,72748 -"158671",23664,23746 -"158672",23664,24305 -"158673",23664,26965 -"158674",23664,34726 -"158675",23664,41931 -"158676",23664,64996 -"158677",23664,70241 -"158678",23664,70242 -"158679",23664,70464 -"158680",23665,36916 -"158681",23666,32915 -"158682",23666,32983 -"158683",23667,97664 -"158684",23667,108720 -"158685",23668,23752 -"158686",23668,25868 -"158687",23668,28200 -"158688",23668,42280 -"158689",23668,46195 -"158690",23668,47957 -"158691",23668,53230 -"158692",23668,57037 -"158693",23668,71607 -"158694",23668,79089 -"158695",23668,81263 -"158696",23668,81850 -"158697",23668,100183 -"158698",23669,70551 -"158699",23669,71424 -"158700",23670,73135 -"158701",23670,96053 -"158702",23672,67948 -"158703",23672,105943 -"158704",23672,119935 -"158705",23672,120053 -"158706",23674,27785 -"158707",23674,40572 -"158708",23674,42700 -"158709",23674,71694 -"158710",23674,72520 -"158711",23674,75196 -"158712",23674,106779 -"158713",23675,66983 -"158714",23675,82722 -"158715",23675,111220 -"158716",23676,44864 -"158717",23676,48057 -"158718",23677,29572 -"158719",23679,24075 -"158720",23679,29368 -"158721",23679,34812 -"158722",23679,40774 -"158723",23679,44848 -"158724",23679,67122 -"158725",23679,81458 -"158726",23679,91899 -"158727",23679,96585 -"158728",23679,100662 -"158729",23679,102646 -"158730",23680,23786 -"158731",23680,23809 -"158732",23680,23832 -"158733",23680,23867 -"158734",23680,23890 -"158735",23680,24109 -"158736",23680,24973 -"158737",23680,25801 -"158738",23680,28772 -"158739",23680,31795 -"158740",23680,37435 -"158741",23680,45408 -"158742",23680,45563 -"158743",23680,54657 -"158744",23680,59887 -"158745",23680,69215 -"158746",23680,99191 -"158747",23680,105262 -"158748",23680,107410 -"158749",23680,108872 -"158750",23680,111156 -"158751",23680,114612 -"158752",23680,114895 -"158753",23681,37236 -"158754",23681,48009 -"158755",23681,71462 -"158756",23681,80812 -"158757",23681,82417 -"158758",23682,23768 -"158759",23684,26286 -"158760",23684,28415 -"158761",23684,54528 -"158762",23684,54564 -"158763",23684,81742 -"158764",23684,102447 -"158765",23685,23771 -"158766",23685,24016 -"158767",23685,26813 -"158768",23685,31925 -"158769",23685,43494 -"158770",23685,43987 -"158771",23685,48253 -"158772",23685,54102 -"158773",23685,77038 -"158774",23685,96933 -"158775",23685,100247 -"158776",23685,108457 -"158777",23685,117730 -"158778",23685,119651 -"158779",23685,119821 -"158780",23686,23706 -"158781",23687,31420 -"158782",23688,25086 -"158783",23688,28823 -"158784",23688,29512 -"158785",23688,31668 -"158786",23688,45545 -"158787",23688,51234 -"158788",23688,66756 -"158789",23688,82187 -"158790",23688,96022 -"158791",23688,114710 -"158792",23689,23777 -"158793",23689,37684 -"158794",23689,50986 -"158795",23689,53652 -"158796",23689,59784 -"158797",23689,68587 -"158798",23689,69220 -"158799",23689,72578 -"158800",23689,73264 -"158801",23690,27188 -"158802",23690,71157 -"158803",23690,92760 -"158804",23690,94380 -"158805",23690,94390 -"158806",23691,43063 -"158807",23691,69616 -"158808",23691,81907 -"158809",23691,99832 -"158810",23692,25138 -"158811",23692,29916 -"158812",23692,81077 -"158813",23692,83430 -"158814",23692,86861 -"158815",23692,93386 -"158816",23692,110073 -"158817",23692,114353 -"158818",23692,121831 -"158819",23693,92290 -"158820",23694,42779 -"158821",23694,51448 -"158822",23694,52659 -"158823",23694,66710 -"158824",23694,73248 -"158825",23694,73403 -"158826",23694,96207 -"158827",23695,24732 -"158828",23695,26801 -"158829",23695,29862 -"158830",23696,23713 -"158831",23696,27911 -"158832",23696,46115 -"158833",23696,53515 -"158834",23696,71959 -"158835",23697,25931 -"158836",23697,27960 -"158837",23697,29749 -"158838",23697,32130 -"158839",23697,33153 -"158840",23697,49129 -"158841",23697,50685 -"158842",23697,51398 -"158843",23697,52576 -"158844",23697,58383 -"158845",23697,61982 -"158846",23697,62841 -"158847",23697,63162 -"158848",23697,63480 -"158849",23697,69814 -"158850",23697,84940 -"158851",23697,84941 -"158852",23697,84958 -"158853",23697,87168 -"158854",23698,47613 -"158855",23698,54198 -"158856",23699,52769 -"158857",23699,92860 -"158858",23700,23751 -"158859",23700,28217 -"158860",23700,28233 -"158861",23700,28267 -"158862",23700,28333 -"158863",23701,59900 -"158864",23701,62950 -"158865",23701,67807 -"158866",23701,70852 -"158867",23701,72430 -"158868",23702,31138 -"158869",23702,54708 -"158870",23702,54930 -"158871",23702,104013 -"158872",23703,28273 -"158873",23703,60524 -"158874",23703,83462 -"158875",23703,97592 -"158876",23703,99014 -"158877",23703,114822 -"158878",23703,118711 -"158879",23704,25595 -"158880",23704,25647 -"158881",23704,34492 -"158882",23704,57780 -"158883",23704,60330 -"158884",23704,83553 -"158885",23704,86027 -"158886",23705,27837 -"158887",23705,31072 -"158888",23705,34920 -"158889",23705,43634 -"158890",23705,69380 -"158891",23705,71644 -"158892",23705,95782 -"158893",23705,105063 -"158894",23705,108141 -"158895",23705,108686 -"158896",23705,114470 -"158897",23705,120789 -"158898",23707,36505 -"158899",23707,56849 -"158900",23708,60482 -"158901",23709,28922 -"158902",23709,35813 -"158903",23709,37045 -"158904",23709,37072 -"158905",23709,37258 -"158906",23709,38440 -"158907",23709,41956 -"158908",23709,46258 -"158909",23709,69496 -"158910",23709,77408 -"158911",23709,97165 -"158912",23710,56577 -"158913",23710,58715 -"158914",23711,71328 -"158915",23711,88555 -"158916",23712,26283 -"158917",23712,33267 -"158918",23712,73883 -"158919",23712,74175 -"158920",23712,93017 -"158921",23712,96994 -"158922",23712,97366 -"158923",23712,113678 -"158924",23712,114543 -"158925",23712,114550 -"158926",23713,70563 -"158927",23714,33773 -"158928",23714,33913 -"158929",23714,35667 -"158930",23714,36032 -"158931",23714,40662 -"158932",23714,67342 -"158933",23715,31307 -"158934",23715,33719 -"158935",23715,38398 -"158936",23715,46544 -"158937",23716,24929 -"158938",23716,33251 -"158939",23716,84074 -"158940",23716,86475 -"158941",23717,25805 -"158942",23717,26183 -"158943",23717,37900 -"158944",23717,45216 -"158945",23717,77481 -"158946",23717,79463 -"158947",23718,23972 -"158948",23718,23993 -"158949",23719,23884 -"158950",23719,28223 -"158951",23719,42034 -"158952",23719,42050 -"158953",23719,42553 -"158954",23719,42964 -"158955",23719,47173 -"158956",23719,48687 -"158957",23719,54005 -"158958",23720,53270 -"158959",23721,29096 -"158960",23721,66002 -"158961",23722,23723 -"158962",23722,33158 -"158963",23722,35587 -"158964",23722,38905 -"158965",23722,40312 -"158966",23722,40437 -"158967",23722,44889 -"158968",23722,46240 -"158969",23722,46918 -"158970",23722,48578 -"158971",23722,51270 -"158972",23722,59823 -"158973",23723,30858 -"158974",23723,31986 -"158975",23723,33811 -"158976",23723,35587 -"158977",23723,38307 -"158978",23723,38896 -"158979",23723,43455 -"158980",23723,43460 -"158981",23723,57377 -"158982",23723,59800 -"158983",23723,63895 -"158984",23723,63935 -"158985",23723,63947 -"158986",23723,63962 -"158987",23724,105203 -"158988",23725,24259 -"158989",23725,24365 -"158990",23725,24578 -"158991",23725,29715 -"158992",23725,35673 -"158993",23725,46173 -"158994",23725,47126 -"158995",23725,51795 -"158996",23725,54551 -"158997",23725,77977 -"158998",23725,79082 -"158999",23725,91087 -"159000",23725,93082 -"159001",23725,103193 -"159002",23726,24375 -"159003",23726,25493 -"159004",23726,25680 -"159005",23726,25812 -"159006",23726,27168 -"159007",23726,39563 -"159008",23726,59484 -"159009",23726,76999 -"159010",23726,98849 -"159011",23726,100004 -"159012",23726,111125 -"159013",23726,111134 -"159014",23727,23729 -"159015",23727,23833 -"159016",23727,23883 -"159017",23727,23962 -"159018",23727,23970 -"159019",23727,114085 -"159020",23728,23730 -"159021",23728,23910 -"159022",23728,23972 -"159023",23728,35224 -"159024",23728,42225 -"159025",23728,42688 -"159026",23728,42692 -"159027",23728,42774 -"159028",23728,66094 -"159029",23729,23833 -"159030",23729,23883 -"159031",23729,23962 -"159032",23729,23970 -"159033",23729,36921 -"159034",23729,39308 -"159035",23729,52136 -"159036",23729,52576 -"159037",23729,67856 -"159038",23729,70902 -"159039",23729,76733 -"159040",23729,76961 -"159041",23729,77305 -"159042",23730,23910 -"159043",23730,29782 -"159044",23730,48084 -"159045",23730,65246 -"159046",23730,122277 -"159047",23730,122279 -"159048",23731,23819 -"159049",23731,23820 -"159050",23731,23840 -"159051",23731,24116 -"159052",23731,56184 -"159053",23731,56212 -"159054",23733,72194 -"159055",23733,75886 -"159056",23735,24232 -"159057",23735,26945 -"159058",23735,39604 -"159059",23736,28539 -"159060",23736,74389 -"159061",23736,95740 -"159062",23737,23743 -"159063",23737,29610 -"159064",23737,31976 -"159065",23738,37000 -"159066",23739,34215 -"159067",23739,36515 -"159068",23739,36662 -"159069",23739,45947 -"159070",23739,47254 -"159071",23739,47319 -"159072",23739,52720 -"159073",23739,59470 -"159074",23739,62109 -"159075",23739,87062 -"159076",23739,88819 -"159077",23740,25935 -"159078",23740,54401 -"159079",23740,76658 -"159080",23740,104561 -"159081",23741,35808 -"159082",23741,39620 -"159083",23741,39691 -"159084",23741,77669 -"159085",23741,104293 -"159086",23742,32150 -"159087",23742,56547 -"159088",23742,61974 -"159089",23742,95109 -"159090",23743,51694 -"159091",23743,51695 -"159092",23743,51727 -"159093",23743,97033 -"159094",23745,25153 -"159095",23745,26595 -"159096",23745,44306 -"159097",23745,79587 -"159098",23745,95602 -"159099",23747,43905 -"159100",23747,72589 -"159101",23748,26081 -"159102",23749,36381 -"159103",23749,36393 -"159104",23749,102559 -"159105",23749,109019 -"159106",23750,72917 -"159107",23751,31603 -"159108",23751,46717 -"159109",23751,98835 -"159110",23751,106076 -"159111",23752,25868 -"159112",23752,33278 -"159113",23752,57037 -"159114",23752,81263 -"159115",23752,86144 -"159116",23752,94339 -"159117",23752,98025 -"159118",23753,71728 -"159119",23753,106337 -"159120",23754,23755 -"159121",23754,23758 -"159122",23754,29836 -"159123",23754,34175 -"159124",23754,42752 -"159125",23754,60998 -"159126",23754,62685 -"159127",23754,64648 -"159128",23754,65645 -"159129",23755,23758 -"159130",23756,28901 -"159131",23756,29638 -"159132",23756,29903 -"159133",23756,42498 -"159134",23756,49643 -"159135",23756,55531 -"159136",23756,58643 -"159137",23756,60259 -"159138",23756,62239 -"159139",23756,62557 -"159140",23756,62576 -"159141",23756,62626 -"159142",23756,62627 -"159143",23756,63019 -"159144",23756,89093 -"159145",23756,89150 -"159146",23756,96606 -"159147",23757,62054 -"159148",23757,80753 -"159149",23757,97052 -"159150",23759,30827 -"159151",23759,66544 -"159152",23759,72748 -"159153",23759,107274 -"159154",23760,48974 -"159155",23761,23963 -"159156",23761,39207 -"159157",23761,49276 -"159158",23761,57810 -"159159",23761,58236 -"159160",23761,60966 -"159161",23761,62814 -"159162",23761,62815 -"159163",23761,64933 -"159164",23761,65690 -"159165",23762,23780 -"159166",23764,28310 -"159167",23764,41425 -"159168",23764,47311 -"159169",23764,48845 -"159170",23764,58617 -"159171",23764,93423 -"159172",23764,111186 -"159173",23765,23784 -"159174",23765,28678 -"159175",23765,49152 -"159176",23765,56855 -"159177",23765,67273 -"159178",23766,23868 -"159179",23766,54179 -"159180",23766,77454 -"159181",23767,41245 -"159182",23767,41741 -"159183",23767,51374 -"159184",23767,53361 -"159185",23768,38724 -"159186",23768,98734 -"159187",23768,120165 -"159188",23769,33584 -"159189",23769,41244 -"159190",23770,65692 -"159191",23770,70409 -"159192",23770,84914 -"159193",23771,26833 -"159194",23771,30194 -"159195",23771,30861 -"159196",23771,46687 -"159197",23771,54102 -"159198",23771,55093 -"159199",23771,55895 -"159200",23771,61303 -"159201",23771,76955 -"159202",23771,76962 -"159203",23771,77038 -"159204",23771,79746 -"159205",23771,79778 -"159206",23771,83850 -"159207",23771,93402 -"159208",23771,95917 -"159209",23771,96933 -"159210",23771,100247 -"159211",23771,100566 -"159212",23771,103229 -"159213",23771,104499 -"159214",23771,108457 -"159215",23771,109466 -"159216",23771,114261 -"159217",23772,24722 -"159218",23772,33514 -"159219",23772,36886 -"159220",23772,43267 -"159221",23772,45630 -"159222",23772,59670 -"159223",23772,63709 -"159224",23772,67963 -"159225",23772,70392 -"159226",23772,75430 -"159227",23772,78650 -"159228",23772,90669 -"159229",23772,96385 -"159230",23772,121868 -"159231",23773,63077 -"159232",23773,69023 -"159233",23773,76514 -"159234",23773,77929 -"159235",23773,91642 -"159236",23774,32049 -"159237",23774,35287 -"159238",23774,59726 -"159239",23774,73472 -"159240",23774,77280 -"159241",23774,81114 -"159242",23774,83834 -"159243",23774,101277 -"159244",23774,101658 -"159245",23775,38210 -"159246",23775,68518 -"159247",23775,108326 -"159248",23776,28112 -"159249",23776,47814 -"159250",23776,51376 -"159251",23778,109882 -"159252",23778,118553 -"159253",23778,121798 -"159254",23779,42464 -"159255",23779,56712 -"159256",23779,57565 -"159257",23779,71005 -"159258",23779,115295 -"159259",23781,24069 -"159260",23781,26059 -"159261",23781,27685 -"159262",23781,42234 -"159263",23781,42328 -"159264",23781,43931 -"159265",23781,44334 -"159266",23781,48867 -"159267",23781,52050 -"159268",23781,53203 -"159269",23781,76869 -"159270",23781,76871 -"159271",23782,29176 -"159272",23782,41464 -"159273",23782,43844 -"159274",23782,45532 -"159275",23782,47610 -"159276",23783,41347 -"159277",23783,58679 -"159278",23783,58812 -"159279",23783,96563 -"159280",23783,113691 -"159281",23784,25327 -"159282",23784,29819 -"159283",23784,34088 -"159284",23784,37266 -"159285",23785,76173 -"159286",23785,99180 -"159287",23786,23809 -"159288",23786,23832 -"159289",23786,23867 -"159290",23786,23890 -"159291",23786,24973 -"159292",23786,28295 -"159293",23786,63013 -"159294",23786,71493 -"159295",23786,82427 -"159296",23786,86395 -"159297",23786,99191 -"159298",23787,29078 -"159299",23787,29095 -"159300",23787,29447 -"159301",23787,34168 -"159302",23787,49962 -"159303",23788,26485 -"159304",23788,27463 -"159305",23788,38219 -"159306",23788,54729 -"159307",23788,56490 -"159308",23788,59678 -"159309",23788,72979 -"159310",23788,79063 -"159311",23788,85875 -"159312",23788,89242 -"159313",23788,99207 -"159314",23788,99375 -"159315",23788,99463 -"159316",23788,99924 -"159317",23788,99935 -"159318",23788,108463 -"159319",23789,25117 -"159320",23789,26002 -"159321",23789,26911 -"159322",23789,28173 -"159323",23789,31572 -"159324",23789,34865 -"159325",23789,83990 -"159326",23789,87960 -"159327",23789,90774 -"159328",23789,90944 -"159329",23789,108941 -"159330",23790,56757 -"159331",23790,98325 -"159332",23790,115128 -"159333",23791,43241 -"159334",23791,113276 -"159335",23792,43327 -"159336",23792,84642 -"159337",23792,84650 -"159338",23792,84890 -"159339",23792,105770 -"159340",23793,23939 -"159341",23793,24402 -"159342",23793,90944 -"159343",23793,98997 -"159344",23793,102816 -"159345",23793,104722 -"159346",23793,106780 -"159347",23794,55159 -"159348",23794,113115 -"159349",23795,31276 -"159350",23795,35294 -"159351",23795,35411 -"159352",23795,35412 -"159353",23795,35452 -"159354",23796,23899 -"159355",23796,23902 -"159356",23797,23824 -"159357",23797,23854 -"159358",23797,23858 -"159359",23797,23874 -"159360",23797,24984 -"159361",23797,27121 -"159362",23797,28849 -"159363",23797,29297 -"159364",23797,30055 -"159365",23797,30291 -"159366",23797,36534 -"159367",23797,40390 -"159368",23797,41910 -"159369",23797,41956 -"159370",23797,42923 -"159371",23797,52535 -"159372",23797,53568 -"159373",23797,53785 -"159374",23797,61193 -"159375",23797,63099 -"159376",23797,67535 -"159377",23797,74197 -"159378",23797,83961 -"159379",23797,85338 -"159380",23797,91666 -"159381",23797,91780 -"159382",23797,96270 -"159383",23797,101068 -"159384",23797,102158 -"159385",23797,122453 -"159386",23798,49217 -"159387",23798,55273 -"159388",23798,63683 -"159389",23798,66696 -"159390",23798,73777 -"159391",23798,80877 -"159392",23798,85516 -"159393",23798,99306 -"159394",23798,116591 -"159395",23798,119843 -"159396",23799,25428 -"159397",23799,78954 -"159398",23799,94646 -"159399",23799,108307 -"159400",23799,115655 -"159401",23800,25634 -"159402",23800,35964 -"159403",23800,36059 -"159404",23800,36121 -"159405",23801,35746 -"159406",23801,35799 -"159407",23802,32734 -"159408",23803,23918 -"159409",23803,41739 -"159410",23803,67314 -"159411",23803,82003 -"159412",23804,23828 -"159413",23804,23892 -"159414",23804,25709 -"159415",23804,33723 -"159416",23804,61107 -"159417",23804,88400 -"159418",23804,101882 -"159419",23804,111841 -"159420",23804,114783 -"159421",23805,73973 -"159422",23805,74120 -"159423",23806,39410 -"159424",23806,51071 -"159425",23806,73406 -"159426",23806,76030 -"159427",23806,98529 -"159428",23806,105389 -"159429",23807,47030 -"159430",23807,85753 -"159431",23808,27615 -"159432",23808,39784 -"159433",23808,41719 -"159434",23808,51413 -"159435",23808,70036 -"159436",23808,79529 -"159437",23808,84744 -"159438",23808,89489 -"159439",23809,23832 -"159440",23809,23867 -"159441",23809,23890 -"159442",23809,24973 -"159443",23810,26523 -"159444",23810,30638 -"159445",23810,45625 -"159446",23810,57652 -"159447",23810,76816 -"159448",23810,88395 -"159449",23810,106237 -"159450",23811,72929 -"159451",23811,90277 -"159452",23811,93247 -"159453",23812,34758 -"159454",23812,61112 -"159455",23812,67668 -"159456",23813,61933 -"159457",23814,50542 -"159458",23814,94934 -"159459",23815,41320 -"159460",23816,34875 -"159461",23816,39979 -"159462",23816,52171 -"159463",23816,53531 -"159464",23816,53532 -"159465",23816,53581 -"159466",23816,54950 -"159467",23816,61333 -"159468",23816,76287 -"159469",23817,27853 -"159470",23817,35502 -"159471",23817,35933 -"159472",23817,51187 -"159473",23817,51237 -"159474",23817,51278 -"159475",23817,53535 -"159476",23817,58319 -"159477",23817,58718 -"159478",23817,64422 -"159479",23817,67446 -"159480",23817,68254 -"159481",23817,71339 -"159482",23817,82830 -"159483",23818,23940 -"159484",23818,23986 -"159485",23819,23820 -"159486",23819,23840 -"159487",23819,30071 -"159488",23819,41025 -"159489",23819,93925 -"159490",23819,94114 -"159491",23819,110768 -"159492",23819,110807 -"159493",23820,23840 -"159494",23820,47130 -"159495",23820,59003 -"159496",23820,62303 -"159497",23820,67763 -"159498",23820,72241 -"159499",23820,96430 -"159500",23820,99968 -"159501",23820,104587 -"159502",23820,115776 -"159503",23821,27265 -"159504",23822,33632 -"159505",23822,51093 -"159506",23822,62721 -"159507",23822,81406 -"159508",23822,91229 -"159509",23822,95609 -"159510",23823,26859 -"159511",23823,40079 -"159512",23823,47534 -"159513",23823,51288 -"159514",23823,53899 -"159515",23824,23854 -"159516",23824,23858 -"159517",23824,23874 -"159518",23824,41910 -"159519",23825,24935 -"159520",23825,27128 -"159521",23825,27302 -"159522",23825,27306 -"159523",23825,29059 -"159524",23825,36789 -"159525",23825,44351 -"159526",23825,44411 -"159527",23825,63237 -"159528",23825,65439 -"159529",23825,69745 -"159530",23825,74318 -"159531",23825,76392 -"159532",23825,79543 -"159533",23825,81169 -"159534",23825,86232 -"159535",23825,92265 -"159536",23825,92310 -"159537",23825,106992 -"159538",23825,119663 -"159539",23826,23827 -"159540",23826,24143 -"159541",23826,24157 -"159542",23826,24230 -"159543",23826,24231 -"159544",23826,44352 -"159545",23826,64517 -"159546",23826,67579 -"159547",23826,67595 -"159548",23826,67608 -"159549",23826,67615 -"159550",23826,67626 -"159551",23826,67627 -"159552",23826,67632 -"159553",23826,67660 -"159554",23826,67742 -"159555",23826,73560 -"159556",23826,73620 -"159557",23826,74063 -"159558",23826,74075 -"159559",23827,24143 -"159560",23827,24230 -"159561",23827,24231 -"159562",23828,23892 -"159563",23828,43768 -"159564",23828,70212 -"159565",23828,87935 -"159566",23828,115346 -"159567",23829,25968 -"159568",23830,30639 -"159569",23830,34844 -"159570",23830,41815 -"159571",23830,42293 -"159572",23830,44098 -"159573",23830,100569 -"159574",23831,38955 -"159575",23831,103045 -"159576",23832,23867 -"159577",23832,23890 -"159578",23832,24973 -"159579",23833,23883 -"159580",23833,23962 -"159581",23833,23970 -"159582",23834,24362 -"159583",23834,31603 -"159584",23834,33822 -"159585",23834,37333 -"159586",23834,83096 -"159587",23834,84719 -"159588",23834,97635 -"159589",23834,103307 -"159590",23834,110821 -"159591",23834,122644 -"159592",23835,26660 -"159593",23835,33801 -"159594",23835,58993 -"159595",23835,70772 -"159596",23837,23923 -"159597",23837,25905 -"159598",23837,39249 -"159599",23837,53328 -"159600",23837,54017 -"159601",23837,77451 -"159602",23837,81447 -"159603",23837,95450 -"159604",23838,29044 -"159605",23838,30127 -"159606",23840,24116 -"159607",23840,25270 -"159608",23840,27544 -"159609",23840,33979 -"159610",23840,56184 -"159611",23840,56212 -"159612",23840,68670 -"159613",23840,75824 -"159614",23840,75838 -"159615",23840,82435 -"159616",23840,85148 -"159617",23840,115194 -"159618",23841,63649 -"159619",23841,80364 -"159620",23842,26207 -"159621",23843,23985 -"159622",23843,30913 -"159623",23845,29953 -"159624",23845,32482 -"159625",23845,34075 -"159626",23845,34076 -"159627",23845,35416 -"159628",23845,35504 -"159629",23845,35522 -"159630",23845,35534 -"159631",23845,36576 -"159632",23845,45942 -"159633",23845,57008 -"159634",23846,24522 -"159635",23846,24865 -"159636",23846,30626 -"159637",23846,36971 -"159638",23846,38694 -"159639",23846,38786 -"159640",23846,48170 -"159641",23846,55686 -"159642",23846,56835 -"159643",23846,102773 -"159644",23846,104762 -"159645",23847,23941 -"159646",23847,24012 -"159647",23847,24910 -"159648",23847,25758 -"159649",23847,26537 -"159650",23847,26872 -"159651",23847,28767 -"159652",23847,28871 -"159653",23847,30334 -"159654",23847,35496 -"159655",23847,36953 -"159656",23847,37610 -"159657",23847,37636 -"159658",23847,39435 -"159659",23847,40131 -"159660",23847,40166 -"159661",23847,40392 -"159662",23847,40905 -"159663",23847,41030 -"159664",23847,41527 -"159665",23847,41529 -"159666",23847,41778 -"159667",23847,43147 -"159668",23847,43234 -"159669",23847,43858 -"159670",23847,44828 -"159671",23847,45657 -"159672",23847,45933 -"159673",23847,46434 -"159674",23847,46788 -"159675",23847,47123 -"159676",23847,47488 -"159677",23847,48909 -"159678",23847,49859 -"159679",23847,50064 -"159680",23847,50067 -"159681",23847,50554 -"159682",23847,50879 -"159683",23847,51783 -"159684",23847,52018 -"159685",23847,53444 -"159686",23847,53527 -"159687",23847,53555 -"159688",23847,54275 -"159689",23847,56628 -"159690",23847,58004 -"159691",23847,58068 -"159692",23847,58633 -"159693",23847,61111 -"159694",23847,61127 -"159695",23847,68287 -"159696",23848,23849 -"159697",23848,46819 -"159698",23848,50453 -"159699",23849,24257 -"159700",23849,27925 -"159701",23849,45658 -"159702",23849,76767 -"159703",23849,89850 -"159704",23850,42972 -"159705",23850,50568 -"159706",23851,60932 -"159707",23853,36654 -"159708",23853,47834 -"159709",23853,48007 -"159710",23853,51763 -"159711",23853,73410 -"159712",23853,81531 -"159713",23853,84704 -"159714",23853,120985 -"159715",23853,120989 -"159716",23853,120997 -"159717",23854,23858 -"159718",23854,23874 -"159719",23854,36755 -"159720",23854,41910 -"159721",23854,47122 -"159722",23854,52773 -"159723",23854,55049 -"159724",23855,95536 -"159725",23857,25209 -"159726",23857,29262 -"159727",23857,47532 -"159728",23857,48958 -"159729",23857,48964 -"159730",23857,49044 -"159731",23857,60317 -"159732",23857,99351 -"159733",23858,23874 -"159734",23858,25513 -"159735",23858,41910 -"159736",23858,53156 -"159737",23858,85921 -"159738",23859,23898 -"159739",23859,42965 -"159740",23859,45362 -"159741",23859,55898 -"159742",23859,65806 -"159743",23859,107146 -"159744",23860,24020 -"159745",23860,24186 -"159746",23860,26140 -"159747",23860,31328 -"159748",23860,35263 -"159749",23860,38987 -"159750",23860,39731 -"159751",23860,44433 -"159752",23860,44603 -"159753",23860,72896 -"159754",23860,74963 -"159755",23861,23959 -"159756",23861,24433 -"159757",23861,25260 -"159758",23861,27549 -"159759",23861,28896 -"159760",23861,29087 -"159761",23861,29525 -"159762",23861,32630 -"159763",23861,33524 -"159764",23861,34564 -"159765",23861,34620 -"159766",23861,36031 -"159767",23861,38525 -"159768",23861,41713 -"159769",23861,42087 -"159770",23861,42962 -"159771",23861,45047 -"159772",23861,45980 -"159773",23861,46560 -"159774",23861,48202 -"159775",23861,48212 -"159776",23861,48215 -"159777",23861,53132 -"159778",23861,53227 -"159779",23861,54200 -"159780",23861,55111 -"159781",23861,58371 -"159782",23861,58628 -"159783",23861,59828 -"159784",23861,61801 -"159785",23861,64350 -"159786",23861,64413 -"159787",23861,71253 -"159788",23861,73044 -"159789",23861,73058 -"159790",23861,73335 -"159791",23861,78063 -"159792",23861,78429 -"159793",23861,78569 -"159794",23861,81700 -"159795",23861,82143 -"159796",23861,83033 -"159797",23861,83231 -"159798",23861,86471 -"159799",23861,90804 -"159800",23861,91022 -"159801",23861,91045 -"159802",23861,95675 -"159803",23861,101516 -"159804",23861,102387 -"159805",23861,108374 -"159806",23861,108893 -"159807",23861,109101 -"159808",23861,109523 -"159809",23861,110993 -"159810",23861,111338 -"159811",23861,111398 -"159812",23861,111409 -"159813",23861,111480 -"159814",23861,112422 -"159815",23861,112648 -"159816",23861,112708 -"159817",23861,112820 -"159818",23861,112997 -"159819",23861,113597 -"159820",23861,114418 -"159821",23861,114582 -"159822",23861,115371 -"159823",23861,116028 -"159824",23861,116604 -"159825",23861,119429 -"159826",23862,25240 -"159827",23862,47934 -"159828",23862,56394 -"159829",23863,30194 -"159830",23863,31326 -"159831",23863,71490 -"159832",23863,79470 -"159833",23863,83976 -"159834",23863,108395 -"159835",23863,111089 -"159836",23864,80004 -"159837",23865,47516 -"159838",23865,51991 -"159839",23865,57552 -"159840",23865,120251 -"159841",23866,55284 -"159842",23867,23890 -"159843",23867,24973 -"159844",23869,26506 -"159845",23869,28863 -"159846",23869,35181 -"159847",23869,39563 -"159848",23869,44819 -"159849",23869,46803 -"159850",23869,51663 -"159851",23869,59484 -"159852",23869,61108 -"159853",23869,62424 -"159854",23869,96444 -"159855",23869,99149 -"159856",23869,100398 -"159857",23869,104522 -"159858",23869,108613 -"159859",23869,117679 -"159860",23870,92275 -"159861",23871,23979 -"159862",23871,56878 -"159863",23872,53656 -"159864",23872,74338 -"159865",23872,99613 -"159866",23872,121351 -"159867",23873,27305 -"159868",23873,35215 -"159869",23873,37572 -"159870",23873,37588 -"159871",23873,42362 -"159872",23873,88486 -"159873",23874,41910 -"159874",23874,78071 -"159875",23875,88178 -"159876",23876,23976 -"159877",23876,27173 -"159878",23876,81142 -"159879",23877,31250 -"159880",23877,54056 -"159881",23877,56561 -"159882",23878,25989 -"159883",23878,35667 -"159884",23878,39450 -"159885",23878,57231 -"159886",23878,69524 -"159887",23879,23963 -"159888",23879,65896 -"159889",23879,65911 -"159890",23879,67005 -"159891",23879,67948 -"159892",23879,104047 -"159893",23880,23969 -"159894",23881,107751 -"159895",23882,49414 -"159896",23882,62469 -"159897",23882,85735 -"159898",23882,92246 -"159899",23882,111202 -"159900",23883,23962 -"159901",23883,23970 -"159902",23883,36921 -"159903",23883,39308 -"159904",23883,67856 -"159905",23883,76733 -"159906",23883,77150 -"159907",23884,30656 -"159908",23885,23925 -"159909",23885,35418 -"159910",23886,49515 -"159911",23886,82171 -"159912",23887,23903 -"159913",23887,37806 -"159914",23887,100149 -"159915",23888,31770 -"159916",23888,43576 -"159917",23888,46590 -"159918",23888,99373 -"159919",23888,101262 -"159920",23888,110517 -"159921",23888,110613 -"159922",23888,110617 -"159923",23889,24855 -"159924",23889,25984 -"159925",23889,26097 -"159926",23889,36018 -"159927",23889,56070 -"159928",23889,56845 -"159929",23889,68960 -"159930",23889,87705 -"159931",23890,24761 -"159932",23890,24973 -"159933",23890,44969 -"159934",23890,47884 -"159935",23890,50476 -"159936",23890,70917 -"159937",23890,83604 -"159938",23890,119712 -"159939",23891,31763 -"159940",23891,51568 -"159941",23892,26740 -"159942",23892,32124 -"159943",23892,32486 -"159944",23892,40822 -"159945",23893,23983 -"159946",23893,76551 -"159947",23893,79724 -"159948",23893,122933 -"159949",23895,27818 -"159950",23895,49506 -"159951",23895,53745 -"159952",23895,56396 -"159953",23895,63990 -"159954",23895,98341 -"159955",23896,26371 -"159956",23896,70649 -"159957",23896,99887 -"159958",23897,25744 -"159959",23897,62751 -"159960",23898,98094 -"159961",23899,23902 -"159962",23900,31414 -"159963",23900,54538 -"159964",23900,82645 -"159965",23901,23951 -"159966",23901,29154 -"159967",23901,50663 -"159968",23904,65979 -"159969",23904,73672 -"159970",23905,29431 -"159971",23906,58223 -"159972",23906,64233 -"159973",23906,78909 -"159974",23906,92960 -"159975",23906,93124 -"159976",23906,113388 -"159977",23908,95576 -"159978",23909,32334 -"159979",23909,39717 -"159980",23909,86735 -"159981",23911,23930 -"159982",23911,23977 -"159983",23911,28579 -"159984",23911,90397 -"159985",23911,99102 -"159986",23912,58346 -"159987",23913,23972 -"159988",23913,23984 -"159989",23913,33460 -"159990",23913,35501 -"159991",23913,37058 -"159992",23913,43682 -"159993",23913,62564 -"159994",23913,80617 -"159995",23913,81770 -"159996",23913,91232 -"159997",23913,99646 -"159998",23913,102014 -"159999",23913,103968 -"160000",23913,109000 -"160001",23913,109945 -"160002",23913,111309 -"160003",23913,111462 -"160004",23913,114155 -"160005",23913,114170 -"160006",23914,32206 -"160007",23914,105598 -"160008",23915,25660 -"160009",23915,31469 -"160010",23915,34668 -"160011",23915,39169 -"160012",23915,51777 -"160013",23915,58900 -"160014",23915,75470 -"160015",23915,90047 -"160016",23915,99263 -"160017",23915,101111 -"160018",23915,103584 -"160019",23915,105425 -"160020",23917,28816 -"160021",23917,32479 -"160022",23917,38513 -"160023",23917,39501 -"160024",23917,46192 -"160025",23917,47826 -"160026",23918,34920 -"160027",23918,40260 -"160028",23918,41739 -"160029",23918,47937 -"160030",23918,48987 -"160031",23918,49188 -"160032",23918,62256 -"160033",23918,66150 -"160034",23918,70889 -"160035",23918,70890 -"160036",23918,70908 -"160037",23918,70952 -"160038",23918,70962 -"160039",23918,70970 -"160040",23918,71098 -"160041",23918,74628 -"160042",23918,77332 -"160043",23918,81272 -"160044",23918,83380 -"160045",23918,85962 -"160046",23918,112796 -"160047",23918,115258 -"160048",23919,24063 -"160049",23919,76450 -"160050",23919,77559 -"160051",23919,81096 -"160052",23919,82190 -"160053",23919,83757 -"160054",23919,85230 -"160055",23919,92627 -"160056",23920,67209 -"160057",23923,38676 -"160058",23923,46578 -"160059",23923,49282 -"160060",23923,50020 -"160061",23923,57043 -"160062",23923,64947 -"160063",23923,65523 -"160064",23923,66506 -"160065",23923,91722 -"160066",23923,99703 -"160067",23923,105522 -"160068",23924,37633 -"160069",23924,50980 -"160070",23924,54653 -"160071",23924,54847 -"160072",23924,62632 -"160073",23924,79102 -"160074",23924,98392 -"160075",23924,118147 -"160076",23925,24502 -"160077",23925,53457 -"160078",23926,88650 -"160079",23926,99210 -"160080",23926,99350 -"160081",23926,100478 -"160082",23927,37127 -"160083",23928,23947 -"160084",23928,28468 -"160085",23928,31576 -"160086",23928,40235 -"160087",23928,41453 -"160088",23928,41535 -"160089",23928,41562 -"160090",23928,82077 -"160091",23929,37736 -"160092",23929,39771 -"160093",23929,59088 -"160094",23929,76057 -"160095",23929,107933 -"160096",23929,116524 -"160097",23930,23977 -"160098",23930,42837 -"160099",23932,25209 -"160100",23933,76821 -"160101",23933,108299 -"160102",23933,118857 -"160103",23934,46739 -"160104",23935,26521 -"160105",23935,59358 -"160106",23935,99100 -"160107",23936,26376 -"160108",23936,37735 -"160109",23937,30827 -"160110",23937,61381 -"160111",23938,24250 -"160112",23938,26682 -"160113",23938,27221 -"160114",23938,29741 -"160115",23938,30788 -"160116",23938,30876 -"160117",23938,32120 -"160118",23938,32393 -"160119",23938,32939 -"160120",23938,33113 -"160121",23938,38494 -"160122",23938,38932 -"160123",23938,40643 -"160124",23938,41561 -"160125",23938,42017 -"160126",23938,42107 -"160127",23938,45787 -"160128",23938,47083 -"160129",23938,49231 -"160130",23938,49274 -"160131",23938,50061 -"160132",23938,50954 -"160133",23938,52450 -"160134",23938,54059 -"160135",23938,55370 -"160136",23938,55892 -"160137",23938,57804 -"160138",23938,59615 -"160139",23938,59940 -"160140",23938,67363 -"160141",23938,71230 -"160142",23938,75869 -"160143",23938,76278 -"160144",23938,76740 -"160145",23938,76786 -"160146",23938,77272 -"160147",23938,77357 -"160148",23938,77402 -"160149",23938,78248 -"160150",23938,78255 -"160151",23938,78339 -"160152",23938,78445 -"160153",23938,79022 -"160154",23938,79716 -"160155",23938,79989 -"160156",23938,80281 -"160157",23938,81728 -"160158",23938,82196 -"160159",23938,82383 -"160160",23938,82810 -"160161",23938,82854 -"160162",23938,83853 -"160163",23938,83884 -"160164",23938,84379 -"160165",23938,84613 -"160166",23938,85465 -"160167",23938,85610 -"160168",23938,86351 -"160169",23938,86451 -"160170",23938,86882 -"160171",23938,87175 -"160172",23938,87451 -"160173",23938,87521 -"160174",23938,87572 -"160175",23938,87663 -"160176",23938,87721 -"160177",23938,87862 -"160178",23939,47101 -"160179",23939,56945 -"160180",23939,56966 -"160181",23940,23986 -"160182",23940,72839 -"160183",23940,84243 -"160184",23941,36953 -"160185",23942,31776 -"160186",23942,45577 -"160187",23942,117504 -"160188",23943,27345 -"160189",23943,30180 -"160190",23943,35887 -"160191",23943,45747 -"160192",23943,68976 -"160193",23943,97809 -"160194",23943,112908 -"160195",23943,115895 -"160196",23944,43920 -"160197",23947,28018 -"160198",23947,28306 -"160199",23947,29624 -"160200",23947,35434 -"160201",23947,40235 -"160202",23947,41453 -"160203",23947,41535 -"160204",23947,41562 -"160205",23947,41967 -"160206",23947,41983 -"160207",23948,28459 -"160208",23948,37843 -"160209",23948,40098 -"160210",23948,46432 -"160211",23948,56358 -"160212",23948,72995 -"160213",23948,74518 -"160214",23948,76180 -"160215",23948,83959 -"160216",23948,94181 -"160217",23948,99180 -"160218",23948,101569 -"160219",23948,111575 -"160220",23948,121302 -"160221",23949,50594 -"160222",23949,59827 -"160223",23949,74763 -"160224",23949,83105 -"160225",23949,87878 -"160226",23949,87892 -"160227",23950,48322 -"160228",23950,51371 -"160229",23950,52869 -"160230",23950,70205 -"160231",23950,71578 -"160232",23950,89112 -"160233",23951,61659 -"160234",23953,24274 -"160235",23953,24495 -"160236",23953,24710 -"160237",23953,25143 -"160238",23953,25303 -"160239",23953,25664 -"160240",23953,26407 -"160241",23953,27174 -"160242",23953,27196 -"160243",23953,27710 -"160244",23953,28703 -"160245",23953,29253 -"160246",23953,29341 -"160247",23953,29560 -"160248",23953,29573 -"160249",23953,29868 -"160250",23953,31234 -"160251",23953,32438 -"160252",23953,32967 -"160253",23953,33223 -"160254",23953,33881 -"160255",23953,34097 -"160256",23953,34330 -"160257",23953,34513 -"160258",23953,35400 -"160259",23953,36476 -"160260",23953,36547 -"160261",23953,36745 -"160262",23953,37821 -"160263",23953,37931 -"160264",23953,38319 -"160265",23953,39398 -"160266",23953,39492 -"160267",23953,40320 -"160268",23953,40373 -"160269",23953,40542 -"160270",23953,41182 -"160271",23953,42131 -"160272",23953,44181 -"160273",23953,46843 -"160274",23953,48331 -"160275",23953,61435 -"160276",23953,76143 -"160277",23953,93074 -"160278",23954,31345 -"160279",23954,36959 -"160280",23954,40003 -"160281",23954,99218 -"160282",23954,121791 -"160283",23955,26774 -"160284",23955,31874 -"160285",23955,40173 -"160286",23955,41820 -"160287",23955,44437 -"160288",23955,47725 -"160289",23955,51556 -"160290",23955,57648 -"160291",23955,64214 -"160292",23955,76112 -"160293",23955,79363 -"160294",23955,80354 -"160295",23955,84208 -"160296",23955,84843 -"160297",23955,85843 -"160298",23955,90243 -"160299",23955,93198 -"160300",23955,93199 -"160301",23955,93201 -"160302",23955,93204 -"160303",23955,93211 -"160304",23955,97052 -"160305",23955,101502 -"160306",23955,102059 -"160307",23955,114804 -"160308",23955,116721 -"160309",23955,118125 -"160310",23955,118196 -"160311",23956,41418 -"160312",23956,50969 -"160313",23956,60706 -"160314",23956,61532 -"160315",23956,61623 -"160316",23956,69651 -"160317",23956,99477 -"160318",23957,24137 -"160319",23957,24440 -"160320",23957,31611 -"160321",23957,35175 -"160322",23957,40941 -"160323",23957,41375 -"160324",23957,48881 -"160325",23957,49469 -"160326",23957,90494 -"160327",23957,120991 -"160328",23958,25300 -"160329",23958,29497 -"160330",23958,97505 -"160331",23958,114794 -"160332",23959,33380 -"160333",23959,47797 -"160334",23959,49808 -"160335",23959,49861 -"160336",23960,25826 -"160337",23960,75532 -"160338",23961,25965 -"160339",23961,69803 -"160340",23962,23970 -"160341",23962,39308 -"160342",23963,26756 -"160343",23963,41888 -"160344",23963,43285 -"160345",23963,43353 -"160346",23963,61325 -"160347",23963,78600 -"160348",23963,78601 -"160349",23963,78668 -"160350",23964,29346 -"160351",23964,40368 -"160352",23964,42791 -"160353",23964,52756 -"160354",23964,56735 -"160355",23964,56766 -"160356",23964,56778 -"160357",23964,71560 -"160358",23964,71947 -"160359",23965,29009 -"160360",23965,48037 -"160361",23965,68142 -"160362",23965,72823 -"160363",23965,73454 -"160364",23965,74271 -"160365",23965,109799 -"160366",23965,111778 -"160367",23966,29837 -"160368",23966,30017 -"160369",23966,31074 -"160370",23966,31335 -"160371",23966,32319 -"160372",23966,34370 -"160373",23966,36020 -"160374",23966,55355 -"160375",23966,59528 -"160376",23966,64156 -"160377",23966,67767 -"160378",23966,72807 -"160379",23966,72868 -"160380",23966,73217 -"160381",23966,73225 -"160382",23966,91450 -"160383",23966,93799 -"160384",23966,95292 -"160385",23966,101907 -"160386",23966,112102 -"160387",23966,116696 -"160388",23967,83281 -"160389",23967,90674 -"160390",23968,53994 -"160391",23969,102965 -"160392",23970,110438 -"160393",23971,30737 -"160394",23972,23993 -"160395",23972,26360 -"160396",23972,30210 -"160397",23972,33460 -"160398",23972,35501 -"160399",23972,36144 -"160400",23972,52274 -"160401",23972,60051 -"160402",23972,63706 -"160403",23972,67906 -"160404",23972,76997 -"160405",23972,80617 -"160406",23972,81770 -"160407",23972,91232 -"160408",23972,99646 -"160409",23972,100566 -"160410",23972,103968 -"160411",23972,105885 -"160412",23972,108615 -"160413",23972,109000 -"160414",23972,109945 -"160415",23972,111309 -"160416",23972,111462 -"160417",23972,113427 -"160418",23972,113428 -"160419",23972,114155 -"160420",23972,114170 -"160421",23974,32553 -"160422",23974,76839 -"160423",23974,102163 -"160424",23975,47841 -"160425",23976,27173 -"160426",23976,33195 -"160427",23976,39982 -"160428",23976,74073 -"160429",23976,76216 -"160430",23976,86537 -"160431",23976,90343 -"160432",23978,27669 -"160433",23978,32943 -"160434",23978,37341 -"160435",23978,38091 -"160436",23978,48603 -"160437",23978,55189 -"160438",23978,77758 -"160439",23978,98877 -"160440",23978,99513 -"160441",23978,101858 -"160442",23978,117768 -"160443",23980,30194 -"160444",23980,50243 -"160445",23980,78217 -"160446",23980,79913 -"160447",23980,86015 -"160448",23980,90733 -"160449",23980,90763 -"160450",23981,37682 -"160451",23981,70162 -"160452",23981,83202 -"160453",23981,90837 -"160454",23981,102050 -"160455",23981,115567 -"160456",23981,117166 -"160457",23981,117422 -"160458",23981,117994 -"160459",23981,120508 -"160460",23982,33799 -"160461",23982,42618 -"160462",23982,76927 -"160463",23982,83405 -"160464",23982,99444 -"160465",23982,114983 -"160466",23982,115000 -"160467",23983,37114 -"160468",23984,62843 -"160469",23984,99646 -"160470",23984,99647 -"160471",23985,25376 -"160472",23985,36521 -"160473",23985,41096 -"160474",23985,41248 -"160475",23985,42331 -"160476",23985,56694 -"160477",23985,70101 -"160478",23985,85704 -"160479",23986,38350 -"160480",23986,38450 -"160481",23987,24034 -"160482",23987,36694 -"160483",23987,38587 -"160484",23987,53161 -"160485",23987,54429 -"160486",23987,67817 -"160487",23987,75815 -"160488",23987,89895 -"160489",23987,89934 -"160490",23987,89936 -"160491",23987,90006 -"160492",23988,26463 -"160493",23988,78560 -"160494",23989,60849 -"160495",23989,81451 -"160496",23990,81800 -"160497",23990,81808 -"160498",23991,24431 -"160499",23991,38684 -"160500",23992,24199 -"160501",23992,27093 -"160502",23994,24096 -"160503",23994,81176 -"160504",23996,119990 -"160505",23997,24030 -"160506",23997,24208 -"160507",23998,24000 -"160508",23999,34659 -"160509",23999,39135 -"160510",23999,54373 -"160511",23999,68280 -"160512",23999,72285 -"160513",23999,92655 -"160514",23999,94595 -"160515",23999,97627 -"160516",24000,79845 -"160517",24000,83380 -"160518",24001,24819 -"160519",24002,34022 -"160520",24003,24090 -"160521",24003,66815 -"160522",24004,80966 -"160523",24005,25132 -"160524",24005,27926 -"160525",24005,43432 -"160526",24005,48698 -"160527",24005,52794 -"160528",24005,62273 -"160529",24005,69086 -"160530",24005,85269 -"160531",24005,86543 -"160532",24005,88699 -"160533",24005,98925 -"160534",24005,108830 -"160535",24005,108867 -"160536",24006,28847 -"160537",24008,97985 -"160538",24009,24186 -"160539",24009,24409 -"160540",24009,24442 -"160541",24009,24627 -"160542",24009,31353 -"160543",24009,33882 -"160544",24009,40396 -"160545",24009,41005 -"160546",24009,41282 -"160547",24009,47525 -"160548",24009,60140 -"160549",24009,91390 -"160550",24010,24013 -"160551",24010,54611 -"160552",24010,107606 -"160553",24011,34310 -"160554",24011,35903 -"160555",24011,67671 -"160556",24011,84748 -"160557",24011,92518 -"160558",24012,24910 -"160559",24012,25758 -"160560",24012,26537 -"160561",24012,26872 -"160562",24012,28767 -"160563",24012,28871 -"160564",24012,28928 -"160565",24012,29942 -"160566",24012,30334 -"160567",24012,32731 -"160568",24012,33319 -"160569",24012,35496 -"160570",24012,35518 -"160571",24012,37610 -"160572",24012,37636 -"160573",24012,39435 -"160574",24012,40131 -"160575",24012,40166 -"160576",24012,40392 -"160577",24012,40905 -"160578",24012,41030 -"160579",24012,41527 -"160580",24012,41529 -"160581",24012,41642 -"160582",24012,41778 -"160583",24012,43147 -"160584",24012,43234 -"160585",24012,43590 -"160586",24012,43858 -"160587",24012,44828 -"160588",24012,45657 -"160589",24012,45933 -"160590",24012,46434 -"160591",24012,46788 -"160592",24012,47123 -"160593",24012,47488 -"160594",24012,48038 -"160595",24012,48151 -"160596",24012,48909 -"160597",24012,49859 -"160598",24012,50064 -"160599",24012,50067 -"160600",24012,50435 -"160601",24012,50554 -"160602",24012,50879 -"160603",24012,51020 -"160604",24012,51259 -"160605",24012,51783 -"160606",24012,52018 -"160607",24012,53353 -"160608",24012,53444 -"160609",24012,53527 -"160610",24012,53555 -"160611",24012,54275 -"160612",24012,56628 -"160613",24012,58004 -"160614",24012,58068 -"160615",24012,58633 -"160616",24012,61111 -"160617",24012,61127 -"160618",24012,63736 -"160619",24012,68287 -"160620",24013,34773 -"160621",24013,34828 -"160622",24013,96722 -"160623",24014,33846 -"160624",24014,35217 -"160625",24014,86883 -"160626",24015,24101 -"160627",24015,24744 -"160628",24016,26813 -"160629",24016,31925 -"160630",24016,50732 -"160631",24016,51622 -"160632",24016,52446 -"160633",24016,52447 -"160634",24016,55005 -"160635",24016,59380 -"160636",24016,63820 -"160637",24017,38906 -"160638",24017,46003 -"160639",24018,68944 -"160640",24019,40255 -"160641",24019,51062 -"160642",24019,51851 -"160643",24020,24186 -"160644",24020,24302 -"160645",24020,26140 -"160646",24020,38987 -"160647",24020,39731 -"160648",24020,44794 -"160649",24020,45779 -"160650",24020,53617 -"160651",24020,122935 -"160652",24021,47020 -"160653",24021,82418 -"160654",24022,62144 -"160655",24023,34144 -"160656",24023,37774 -"160657",24023,47492 -"160658",24023,50719 -"160659",24023,54752 -"160660",24023,55570 -"160661",24023,62704 -"160662",24023,63668 -"160663",24023,70423 -"160664",24023,73190 -"160665",24023,74786 -"160666",24023,78772 -"160667",24023,91694 -"160668",24023,104034 -"160669",24025,27164 -"160670",24025,31957 -"160671",24025,34051 -"160672",24025,37764 -"160673",24025,42190 -"160674",24025,49370 -"160675",24025,61666 -"160676",24025,64647 -"160677",24025,73466 -"160678",24025,80422 -"160679",24025,84252 -"160680",24025,96695 -"160681",24025,96699 -"160682",24025,108232 -"160683",24026,29610 -"160684",24026,29672 -"160685",24026,58204 -"160686",24026,87518 -"160687",24027,26987 -"160688",24027,27008 -"160689",24027,30055 -"160690",24027,30291 -"160691",24027,33049 -"160692",24027,34114 -"160693",24027,35417 -"160694",24027,35983 -"160695",24027,37352 -"160696",24027,38042 -"160697",24027,39217 -"160698",24027,40352 -"160699",24027,40396 -"160700",24027,44867 -"160701",24027,44905 -"160702",24027,45166 -"160703",24027,45619 -"160704",24027,47237 -"160705",24027,49896 -"160706",24027,52535 -"160707",24027,54824 -"160708",24027,54890 -"160709",24027,80555 -"160710",24027,81711 -"160711",24027,84025 -"160712",24028,24097 -"160713",24028,24125 -"160714",24029,80194 -"160715",24030,24208 -"160716",24031,24161 -"160717",24031,27366 -"160718",24031,27430 -"160719",24031,41859 -"160720",24031,48871 -"160721",24031,49711 -"160722",24031,60698 -"160723",24031,63592 -"160724",24031,65664 -"160725",24031,65700 -"160726",24031,65752 -"160727",24032,24299 -"160728",24032,66562 -"160729",24032,101773 -"160730",24033,24148 -"160731",24034,45320 -"160732",24034,67422 -"160733",24035,26587 -"160734",24035,32024 -"160735",24035,34108 -"160736",24035,37969 -"160737",24035,40521 -"160738",24035,41117 -"160739",24035,41477 -"160740",24035,42861 -"160741",24035,44498 -"160742",24035,55307 -"160743",24035,56155 -"160744",24035,56160 -"160745",24035,56179 -"160746",24035,56226 -"160747",24035,56239 -"160748",24035,56251 -"160749",24035,56267 -"160750",24035,56291 -"160751",24035,56359 -"160752",24035,63039 -"160753",24035,77319 -"160754",24035,79429 -"160755",24036,24212 -"160756",24036,70474 -"160757",24036,70475 -"160758",24037,77911 -"160759",24037,92718 -"160760",24037,92739 -"160761",24038,34455 -"160762",24038,50524 -"160763",24038,71397 -"160764",24039,24061 -"160765",24039,24168 -"160766",24040,24162 -"160767",24040,24196 -"160768",24040,27254 -"160769",24040,42199 -"160770",24040,43445 -"160771",24040,45507 -"160772",24040,55044 -"160773",24040,61791 -"160774",24041,24142 -"160775",24041,24176 -"160776",24041,24191 -"160777",24041,26519 -"160778",24041,26520 -"160779",24041,41992 -"160780",24041,84044 -"160781",24042,38629 -"160782",24043,43985 -"160783",24043,50996 -"160784",24043,55227 -"160785",24043,68945 -"160786",24043,113436 -"160787",24044,25118 -"160788",24044,30210 -"160789",24044,32072 -"160790",24044,36615 -"160791",24044,39102 -"160792",24044,42311 -"160793",24044,46443 -"160794",24044,48858 -"160795",24044,64520 -"160796",24044,65786 -"160797",24044,67227 -"160798",24044,80451 -"160799",24044,89298 -"160800",24044,93774 -"160801",24044,98911 -"160802",24044,100658 -"160803",24044,105119 -"160804",24044,116414 -"160805",24045,33188 -"160806",24045,35630 -"160807",24045,37108 -"160808",24045,44545 -"160809",24045,45083 -"160810",24045,45749 -"160811",24045,46283 -"160812",24045,46716 -"160813",24045,60238 -"160814",24045,61413 -"160815",24045,61527 -"160816",24045,67957 -"160817",24045,76564 -"160818",24045,85882 -"160819",24045,90187 -"160820",24045,91279 -"160821",24045,91280 -"160822",24045,94343 -"160823",24045,100332 -"160824",24047,93495 -"160825",24048,36479 -"160826",24048,36641 -"160827",24048,41394 -"160828",24048,41432 -"160829",24050,24906 -"160830",24050,37676 -"160831",24050,46094 -"160832",24050,50086 -"160833",24050,52437 -"160834",24050,69488 -"160835",24050,69854 -"160836",24050,86961 -"160837",24050,88712 -"160838",24050,89408 -"160839",24050,90032 -"160840",24050,94098 -"160841",24050,95717 -"160842",24050,101100 -"160843",24050,101916 -"160844",24050,101919 -"160845",24050,104267 -"160846",24050,108934 -"160847",24050,116341 -"160848",24050,119673 -"160849",24051,47737 -"160850",24051,84083 -"160851",24051,84084 -"160852",24051,86222 -"160853",24052,24165 -"160854",24053,43820 -"160855",24054,60329 -"160856",24054,74613 -"160857",24054,109860 -"160858",24055,29576 -"160859",24055,44534 -"160860",24055,46432 -"160861",24055,53014 -"160862",24055,55765 -"160863",24055,59177 -"160864",24055,65389 -"160865",24055,79420 -"160866",24055,81352 -"160867",24055,93088 -"160868",24055,101957 -"160869",24055,102940 -"160870",24055,113233 -"160871",24055,116558 -"160872",24056,49038 -"160873",24056,64617 -"160874",24056,68696 -"160875",24056,78404 -"160876",24056,85279 -"160877",24056,94835 -"160878",24056,118987 -"160879",24056,118990 -"160880",24057,25995 -"160881",24058,33025 -"160882",24058,34026 -"160883",24058,39273 -"160884",24058,41595 -"160885",24058,66067 -"160886",24058,66082 -"160887",24059,60247 -"160888",24060,25672 -"160889",24060,54848 -"160890",24060,60371 -"160891",24061,24168 -"160892",24062,70420 -"160893",24062,73605 -"160894",24062,104397 -"160895",24063,24252 -"160896",24063,46325 -"160897",24063,58488 -"160898",24063,69795 -"160899",24063,73456 -"160900",24063,76450 -"160901",24063,82190 -"160902",24063,85230 -"160903",24063,88961 -"160904",24063,92627 -"160905",24063,94312 -"160906",24064,119037 -"160907",24065,82270 -"160908",24066,25319 -"160909",24066,25720 -"160910",24066,33227 -"160911",24066,33856 -"160912",24066,46469 -"160913",24066,49376 -"160914",24066,61581 -"160915",24066,70822 -"160916",24066,77356 -"160917",24066,83268 -"160918",24066,92797 -"160919",24066,92820 -"160920",24066,94424 -"160921",24067,48615 -"160922",24068,24128 -"160923",24069,27685 -"160924",24069,37837 -"160925",24069,44334 -"160926",24069,44367 -"160927",24069,53203 -"160928",24069,71960 -"160929",24069,76869 -"160930",24069,76871 -"160931",24069,90084 -"160932",24070,67939 -"160933",24070,82599 -"160934",24070,91823 -"160935",24070,103469 -"160936",24071,39821 -"160937",24071,55469 -"160938",24071,90740 -"160939",24072,24087 -"160940",24072,24088 -"160941",24073,27095 -"160942",24074,29659 -"160943",24074,70002 -"160944",24074,100445 -"160945",24074,116524 -"160946",24074,120268 -"160947",24076,24149 -"160948",24076,115757 -"160949",24077,28350 -"160950",24077,58278 -"160951",24078,26344 -"160952",24078,29996 -"160953",24078,30898 -"160954",24078,35633 -"160955",24078,36807 -"160956",24078,48260 -"160957",24078,55543 -"160958",24078,56739 -"160959",24078,69086 -"160960",24078,78721 -"160961",24078,109386 -"160962",24079,50681 -"160963",24079,110699 -"160964",24079,110705 -"160965",24080,27453 -"160966",24080,27989 -"160967",24080,30525 -"160968",24080,31018 -"160969",24080,37235 -"160970",24080,40453 -"160971",24080,41849 -"160972",24080,48955 -"160973",24080,49643 -"160974",24080,54775 -"160975",24080,55147 -"160976",24080,60494 -"160977",24082,24152 -"160978",24083,24511 -"160979",24083,28144 -"160980",24083,34206 -"160981",24083,35542 -"160982",24083,36950 -"160983",24083,42631 -"160984",24083,46035 -"160985",24083,46106 -"160986",24083,46158 -"160987",24083,46234 -"160988",24083,49587 -"160989",24083,52474 -"160990",24083,62898 -"160991",24083,77167 -"160992",24083,79112 -"160993",24083,82902 -"160994",24083,106442 -"160995",24083,106471 -"160996",24084,24107 -"160997",24085,26073 -"160998",24085,42107 -"160999",24085,43993 -"161000",24085,44138 -"161001",24085,49105 -"161002",24085,52621 -"161003",24085,53530 -"161004",24085,54602 -"161005",24085,56051 -"161006",24085,66960 -"161007",24085,75829 -"161008",24085,92146 -"161009",24085,92147 -"161010",24085,92165 -"161011",24085,92183 -"161012",24085,93737 -"161013",24086,24734 -"161014",24086,24860 -"161015",24086,24863 -"161016",24086,32637 -"161017",24086,45537 -"161018",24086,50430 -"161019",24086,64285 -"161020",24086,95338 -"161021",24086,96397 -"161022",24086,110860 -"161023",24086,110907 -"161024",24087,24088 -"161025",24089,24193 -"161026",24089,24197 -"161027",24089,45043 -"161028",24089,109349 -"161029",24089,112707 -"161030",24089,115579 -"161031",24091,24541 -"161032",24091,24597 -"161033",24091,28115 -"161034",24091,32564 -"161035",24091,42117 -"161036",24091,49366 -"161037",24091,54021 -"161038",24091,55539 -"161039",24091,71174 -"161040",24091,74289 -"161041",24091,75737 -"161042",24092,87551 -"161043",24092,109058 -"161044",24092,109070 -"161045",24094,39825 -"161046",24094,55297 -"161047",24094,110329 -"161048",24095,38803 -"161049",24095,48464 -"161050",24095,59283 -"161051",24095,69139 -"161052",24096,45729 -"161053",24096,46261 -"161054",24096,60909 -"161055",24096,61240 -"161056",24096,70753 -"161057",24096,70794 -"161058",24097,24125 -"161059",24098,60691 -"161060",24099,25990 -"161061",24099,39278 -"161062",24099,53607 -"161063",24099,61148 -"161064",24099,67737 -"161065",24099,68939 -"161066",24099,70131 -"161067",24100,29254 -"161068",24100,39564 -"161069",24100,46137 -"161070",24100,51570 -"161071",24100,51585 -"161072",24100,68448 -"161073",24100,85575 -"161074",24101,24744 -"161075",24102,69865 -"161076",24104,28996 -"161077",24104,39585 -"161078",24104,44315 -"161079",24104,52820 -"161080",24104,90252 -"161081",24104,95354 -"161082",24104,96722 -"161083",24104,97539 -"161084",24104,97883 -"161085",24104,102044 -"161086",24104,103158 -"161087",24104,104453 -"161088",24104,105932 -"161089",24104,107993 -"161090",24105,30255 -"161091",24105,32504 -"161092",24106,25443 -"161093",24106,37439 -"161094",24106,52835 -"161095",24106,54929 -"161096",24106,75001 -"161097",24106,84373 -"161098",24106,84541 -"161099",24107,32347 -"161100",24108,68649 -"161101",24108,96580 -"161102",24108,111779 -"161103",24109,24841 -"161104",24109,25801 -"161105",24109,28772 -"161106",24109,31795 -"161107",24109,37435 -"161108",24109,37793 -"161109",24109,40170 -"161110",24109,45408 -"161111",24109,45563 -"161112",24109,50071 -"161113",24109,53498 -"161114",24109,53870 -"161115",24109,58168 -"161116",24109,67522 -"161117",24109,69215 -"161118",24109,99191 -"161119",24109,105262 -"161120",24109,107410 -"161121",24109,108872 -"161122",24109,111156 -"161123",24109,114895 -"161124",24110,35877 -"161125",24110,35885 -"161126",24110,81742 -"161127",24111,60735 -"161128",24113,36851 -"161129",24113,70172 -"161130",24114,49999 -"161131",24114,51682 -"161132",24114,92801 -"161133",24115,24209 -"161134",24115,26088 -"161135",24115,26866 -"161136",24115,26923 -"161137",24115,30907 -"161138",24115,36577 -"161139",24115,40815 -"161140",24115,40850 -"161141",24115,49621 -"161142",24115,56737 -"161143",24115,57072 -"161144",24115,64994 -"161145",24115,65360 -"161146",24115,69352 -"161147",24115,72827 -"161148",24115,73727 -"161149",24115,75895 -"161150",24115,88811 -"161151",24115,88832 -"161152",24115,93562 -"161153",24115,101991 -"161154",24115,108185 -"161155",24116,25886 -"161156",24116,26001 -"161157",24116,30459 -"161158",24116,36101 -"161159",24116,50255 -"161160",24116,52515 -"161161",24116,56044 -"161162",24116,56184 -"161163",24116,56212 -"161164",24116,61808 -"161165",24116,63267 -"161166",24116,66259 -"161167",24116,91531 -"161168",24116,94172 -"161169",24116,99197 -"161170",24116,103717 -"161171",24116,105960 -"161172",24116,115194 -"161173",24118,59843 -"161174",24118,101449 -"161175",24118,101477 -"161176",24118,108415 -"161177",24119,31614 -"161178",24119,35133 -"161179",24119,43717 -"161180",24119,50399 -"161181",24119,53295 -"161182",24119,66877 -"161183",24119,90762 -"161184",24119,111624 -"161185",24120,41633 -"161186",24120,115237 -"161187",24121,51689 -"161188",24121,56125 -"161189",24121,67788 -"161190",24121,77376 -"161191",24121,79907 -"161192",24121,105975 -"161193",24122,51424 -"161194",24122,104595 -"161195",24122,113029 -"161196",24123,26703 -"161197",24123,31213 -"161198",24123,33814 -"161199",24123,35286 -"161200",24123,36441 -"161201",24123,36454 -"161202",24123,42799 -"161203",24123,74818 -"161204",24123,76044 -"161205",24123,91891 -"161206",24123,91901 -"161207",24123,92270 -"161208",24123,92300 -"161209",24123,105484 -"161210",24124,24743 -"161211",24124,30948 -"161212",24124,31865 -"161213",24124,36392 -"161214",24124,52827 -"161215",24124,54387 -"161216",24124,63263 -"161217",24124,79752 -"161218",24124,86415 -"161219",24124,104224 -"161220",24126,105255 -"161221",24127,26355 -"161222",24127,26884 -"161223",24127,39999 -"161224",24127,42254 -"161225",24127,45953 -"161226",24127,47168 -"161227",24127,73522 -"161228",24127,104169 -"161229",24127,119278 -"161230",24127,120281 -"161231",24128,32922 -"161232",24128,40707 -"161233",24128,71207 -"161234",24130,25886 -"161235",24130,41329 -"161236",24130,59003 -"161237",24130,83778 -"161238",24130,83791 -"161239",24130,85037 -"161240",24130,104587 -"161241",24131,39577 -"161242",24131,122287 -"161243",24132,30341 -"161244",24132,34992 -"161245",24132,39140 -"161246",24132,70748 -"161247",24132,72586 -"161248",24132,85640 -"161249",24132,92957 -"161250",24132,104241 -"161251",24132,108595 -"161252",24132,116578 -"161253",24132,122615 -"161254",24133,24585 -"161255",24133,30471 -"161256",24133,36470 -"161257",24133,38771 -"161258",24133,43507 -"161259",24133,47271 -"161260",24133,47533 -"161261",24133,72367 -"161262",24133,81713 -"161263",24133,89335 -"161264",24133,97580 -"161265",24133,99534 -"161266",24133,99613 -"161267",24133,106338 -"161268",24133,109408 -"161269",24134,39660 -"161270",24134,75798 -"161271",24136,52356 -"161272",24136,96516 -"161273",24137,35175 -"161274",24137,47871 -"161275",24137,56159 -"161276",24137,72229 -"161277",24137,72346 -"161278",24137,83395 -"161279",24137,100506 -"161280",24137,106580 -"161281",24137,118684 -"161282",24137,118691 -"161283",24137,118794 -"161284",24138,24899 -"161285",24138,37793 -"161286",24138,38045 -"161287",24138,44820 -"161288",24138,82174 -"161289",24138,82283 -"161290",24138,99763 -"161291",24138,102217 -"161292",24138,112620 -"161293",24139,24150 -"161294",24139,30062 -"161295",24139,34749 -"161296",24139,43560 -"161297",24139,44499 -"161298",24139,48121 -"161299",24139,48162 -"161300",24140,24477 -"161301",24140,44698 -"161302",24140,90890 -"161303",24141,66874 -"161304",24141,69259 -"161305",24142,24176 -"161306",24142,24191 -"161307",24142,32340 -"161308",24142,34997 -"161309",24142,76173 -"161310",24142,81082 -"161311",24142,81098 -"161312",24142,85249 -"161313",24142,102566 -"161314",24143,24230 -"161315",24143,24231 -"161316",24143,33302 -"161317",24143,43623 -"161318",24144,25883 -"161319",24144,60302 -"161320",24144,79204 -"161321",24144,84040 -"161322",24144,84431 -"161323",24145,24426 -"161324",24145,62091 -"161325",24145,65021 -"161326",24145,100372 -"161327",24145,119039 -"161328",24145,122994 -"161329",24146,24362 -"161330",24146,33822 -"161331",24146,36962 -"161332",24146,37333 -"161333",24146,49616 -"161334",24146,54020 -"161335",24146,65679 -"161336",24146,73411 -"161337",24146,82306 -"161338",24146,86490 -"161339",24146,105740 -"161340",24148,40392 -"161341",24149,115757 -"161342",24150,30062 -"161343",24150,34749 -"161344",24150,43560 -"161345",24150,44499 -"161346",24150,48121 -"161347",24150,48162 -"161348",24150,99295 -"161349",24151,71556 -"161350",24152,39983 -"161351",24152,46167 -"161352",24153,104779 -"161353",24154,37345 -"161354",24154,40467 -"161355",24154,42282 -"161356",24154,112564 -"161357",24155,24200 -"161358",24156,57485 -"161359",24156,92157 -"161360",24156,106542 -"161361",24156,107128 -"161362",24157,44352 -"161363",24157,62000 -"161364",24157,62973 -"161365",24157,64517 -"161366",24157,67579 -"161367",24157,67595 -"161368",24157,67608 -"161369",24157,67615 -"161370",24157,67626 -"161371",24157,67627 -"161372",24157,67632 -"161373",24157,67660 -"161374",24157,67742 -"161375",24157,109054 -"161376",24157,109081 -"161377",24158,56345 -"161378",24158,105339 -"161379",24159,64539 -"161380",24159,119018 -"161381",24160,28703 -"161382",24160,41611 -"161383",24160,52929 -"161384",24160,52953 -"161385",24160,61750 -"161386",24160,68900 -"161387",24160,77233 -"161388",24160,80169 -"161389",24160,93392 -"161390",24160,103299 -"161391",24160,106270 -"161392",24160,110741 -"161393",24160,120452 -"161394",24160,120466 -"161395",24160,120471 -"161396",24161,32144 -"161397",24161,48481 -"161398",24162,24196 -"161399",24163,28630 -"161400",24163,28709 -"161401",24163,38109 -"161402",24164,70905 -"161403",24166,75551 -"161404",24166,96653 -"161405",24167,24201 -"161406",24167,24335 -"161407",24167,31248 -"161408",24167,48984 -"161409",24167,56770 -"161410",24169,36154 -"161411",24169,41130 -"161412",24169,49359 -"161413",24169,53134 -"161414",24169,56492 -"161415",24169,80018 -"161416",24169,82623 -"161417",24169,86287 -"161418",24171,68310 -"161419",24171,110641 -"161420",24172,24581 -"161421",24172,40701 -"161422",24172,40736 -"161423",24172,46009 -"161424",24172,46191 -"161425",24173,31987 -"161426",24173,51229 -"161427",24173,52259 -"161428",24174,35888 -"161429",24174,36539 -"161430",24174,43877 -"161431",24174,49535 -"161432",24174,49560 -"161433",24174,49561 -"161434",24175,25965 -"161435",24175,27368 -"161436",24175,33038 -"161437",24175,51874 -"161438",24175,57938 -"161439",24175,99381 -"161440",24175,113374 -"161441",24176,24191 -"161442",24176,28506 -"161443",24176,41992 -"161444",24176,84044 -"161445",24178,87966 -"161446",24178,93317 -"161447",24179,27147 -"161448",24179,59026 -"161449",24179,69079 -"161450",24179,80373 -"161451",24179,93902 -"161452",24179,100742 -"161453",24179,121360 -"161454",24181,34148 -"161455",24181,52515 -"161456",24181,53620 -"161457",24181,55075 -"161458",24181,65408 -"161459",24181,65463 -"161460",24181,85193 -"161461",24181,86584 -"161462",24181,89017 -"161463",24181,89901 -"161464",24182,30896 -"161465",24182,112316 -"161466",24184,25798 -"161467",24184,25834 -"161468",24184,26352 -"161469",24184,34988 -"161470",24184,37217 -"161471",24184,85449 -"161472",24185,30251 -"161473",24185,34094 -"161474",24185,34418 -"161475",24185,102924 -"161476",24186,44433 -"161477",24186,44603 -"161478",24187,90335 -"161479",24187,105711 -"161480",24188,34067 -"161481",24188,47444 -"161482",24188,58557 -"161483",24188,94168 -"161484",24188,121240 -"161485",24188,121249 -"161486",24189,29474 -"161487",24189,37333 -"161488",24189,66318 -"161489",24189,122170 -"161490",24190,27661 -"161491",24190,38273 -"161492",24190,43995 -"161493",24190,44004 -"161494",24190,49503 -"161495",24190,49874 -"161496",24190,50440 -"161497",24190,58204 -"161498",24190,63538 -"161499",24190,77984 -"161500",24190,91715 -"161501",24190,91750 -"161502",24191,37689 -"161503",24191,41992 -"161504",24191,54004 -"161505",24191,69751 -"161506",24191,71858 -"161507",24191,84044 -"161508",24192,57590 -"161509",24192,87599 -"161510",24193,24197 -"161511",24193,45043 -"161512",24193,109349 -"161513",24193,112669 -"161514",24195,25554 -"161515",24195,27020 -"161516",24195,28918 -"161517",24195,35620 -"161518",24195,42107 -"161519",24195,46385 -"161520",24195,54450 -"161521",24195,82386 -"161522",24195,98013 -"161523",24195,108074 -"161524",24196,41439 -"161525",24196,65536 -"161526",24197,27921 -"161527",24197,27936 -"161528",24197,27995 -"161529",24197,45043 -"161530",24197,45141 -"161531",24197,77323 -"161532",24197,82890 -"161533",24197,86858 -"161534",24197,122627 -"161535",24198,30636 -"161536",24198,42188 -"161537",24198,42748 -"161538",24198,44198 -"161539",24198,57410 -"161540",24198,60085 -"161541",24198,61785 -"161542",24198,80731 -"161543",24198,96000 -"161544",24198,98230 -"161545",24199,43162 -"161546",24199,47751 -"161547",24199,107039 -"161548",24199,114004 -"161549",24200,26410 -"161550",24200,27634 -"161551",24201,24335 -"161552",24201,29506 -"161553",24201,32722 -"161554",24201,32746 -"161555",24202,34055 -"161556",24202,42195 -"161557",24202,43473 -"161558",24202,58603 -"161559",24202,82761 -"161560",24202,110751 -"161561",24204,29932 -"161562",24204,50153 -"161563",24204,95490 -"161564",24204,106451 -"161565",24205,38083 -"161566",24205,38261 -"161567",24205,69529 -"161568",24205,103049 -"161569",24206,90886 -"161570",24207,30954 -"161571",24207,32387 -"161572",24207,49158 -"161573",24208,47991 -"161574",24208,55602 -"161575",24208,55603 -"161576",24208,57798 -"161577",24208,73435 -"161578",24210,25852 -"161579",24210,29312 -"161580",24210,39189 -"161581",24210,56072 -"161582",24210,59779 -"161583",24210,63884 -"161584",24210,74577 -"161585",24210,111926 -"161586",24211,32189 -"161587",24214,72029 -"161588",24214,89008 -"161589",24215,90093 -"161590",24216,28870 -"161591",24216,30285 -"161592",24216,56683 -"161593",24216,62694 -"161594",24216,65006 -"161595",24216,69173 -"161596",24216,77613 -"161597",24216,101999 -"161598",24216,118070 -"161599",24217,24352 -"161600",24217,25060 -"161601",24217,31086 -"161602",24218,44244 -"161603",24219,24292 -"161604",24219,24315 -"161605",24219,24367 -"161606",24219,25341 -"161607",24219,49867 -"161608",24219,51030 -"161609",24219,53635 -"161610",24219,73384 -"161611",24220,24350 -"161612",24220,29778 -"161613",24221,24368 -"161614",24221,24716 -"161615",24221,121984 -"161616",24222,24411 -"161617",24222,116133 -"161618",24223,41585 -"161619",24223,65058 -"161620",24223,71560 -"161621",24223,72449 -"161622",24224,25508 -"161623",24224,52668 -"161624",24224,104188 -"161625",24225,24321 -"161626",24225,24386 -"161627",24225,42707 -"161628",24225,42773 -"161629",24225,43242 -"161630",24225,46291 -"161631",24225,48988 -"161632",24225,49250 -"161633",24225,61121 -"161634",24225,77719 -"161635",24225,78201 -"161636",24225,78277 -"161637",24225,99954 -"161638",24225,113303 -"161639",24225,114078 -"161640",24225,120473 -"161641",24226,24337 -"161642",24226,24338 -"161643",24226,24372 -"161644",24226,40665 -"161645",24226,44870 -"161646",24226,49743 -"161647",24226,60632 -"161648",24226,64026 -"161649",24226,68418 -"161650",24226,68472 -"161651",24226,68517 -"161652",24226,70822 -"161653",24226,75897 -"161654",24226,85133 -"161655",24226,85173 -"161656",24226,85174 -"161657",24226,94938 -"161658",24226,95605 -"161659",24227,24338 -"161660",24227,31639 -"161661",24227,35991 -"161662",24227,80663 -"161663",24228,56133 -"161664",24228,81297 -"161665",24228,81327 -"161666",24228,81539 -"161667",24228,81546 -"161668",24228,81785 -"161669",24229,24331 -"161670",24229,63172 -"161671",24229,86226 -"161672",24229,86281 -"161673",24230,24231 -"161674",24231,27704 -"161675",24232,24627 -"161676",24232,26140 -"161677",24232,31403 -"161678",24232,36942 -"161679",24232,37037 -"161680",24232,44334 -"161681",24232,45734 -"161682",24232,50349 -"161683",24232,56100 -"161684",24232,61551 -"161685",24232,68356 -"161686",24232,68357 -"161687",24232,68394 -"161688",24233,37378 -"161689",24233,42089 -"161690",24233,43333 -"161691",24233,91479 -"161692",24234,88634 -"161693",24235,38803 -"161694",24235,88322 -"161695",24236,32431 -"161696",24236,107939 -"161697",24236,123227 -"161698",24237,25170 -"161699",24237,26032 -"161700",24237,51687 -"161701",24237,52235 -"161702",24239,52169 -"161703",24239,115607 -"161704",24240,37175 -"161705",24240,37987 -"161706",24241,32832 -"161707",24241,34193 -"161708",24241,49818 -"161709",24241,53624 -"161710",24241,70546 -"161711",24241,88995 -"161712",24241,89689 -"161713",24241,90530 -"161714",24241,94396 -"161715",24241,107604 -"161716",24241,108222 -"161717",24241,108239 -"161718",24242,27908 -"161719",24242,40295 -"161720",24242,46833 -"161721",24242,95978 -"161722",24243,50421 -"161723",24243,55360 -"161724",24244,34204 -"161725",24245,24427 -"161726",24245,24433 -"161727",24246,87229 -"161728",24247,24373 -"161729",24248,24332 -"161730",24248,50244 -"161731",24249,57903 -"161732",24249,57961 -"161733",24250,26682 -"161734",24250,29741 -"161735",24250,30876 -"161736",24250,32393 -"161737",24250,32939 -"161738",24250,33113 -"161739",24250,38494 -"161740",24250,38932 -"161741",24250,40643 -"161742",24250,42017 -"161743",24250,42107 -"161744",24250,45787 -"161745",24250,47083 -"161746",24250,49231 -"161747",24250,50061 -"161748",24250,52450 -"161749",24250,54059 -"161750",24250,55370 -"161751",24250,57804 -"161752",24250,59615 -"161753",24250,59940 -"161754",24250,67363 -"161755",24250,71230 -"161756",24250,76278 -"161757",24250,76740 -"161758",24250,76786 -"161759",24250,77272 -"161760",24250,77357 -"161761",24250,77402 -"161762",24250,78248 -"161763",24250,78255 -"161764",24250,78339 -"161765",24250,78445 -"161766",24250,79022 -"161767",24250,79716 -"161768",24250,79989 -"161769",24250,80281 -"161770",24250,81438 -"161771",24250,81728 -"161772",24250,82196 -"161773",24250,82383 -"161774",24250,82810 -"161775",24250,82854 -"161776",24250,83853 -"161777",24250,83884 -"161778",24250,84379 -"161779",24250,84613 -"161780",24250,85465 -"161781",24250,85610 -"161782",24250,86351 -"161783",24250,86451 -"161784",24250,86882 -"161785",24250,87175 -"161786",24250,87451 -"161787",24250,87521 -"161788",24250,87572 -"161789",24250,87663 -"161790",24250,87721 -"161791",24250,87862 -"161792",24251,24255 -"161793",24251,24346 -"161794",24251,78459 -"161795",24251,103262 -"161796",24251,103263 -"161797",24251,103273 -"161798",24252,31855 -"161799",24252,43005 -"161800",24252,44375 -"161801",24252,53377 -"161802",24252,58488 -"161803",24252,69795 -"161804",24253,24644 -"161805",24253,34706 -"161806",24253,58187 -"161807",24253,64423 -"161808",24253,65407 -"161809",24253,65415 -"161810",24253,65538 -"161811",24253,65627 -"161812",24253,70362 -"161813",24253,87238 -"161814",24255,24346 -"161815",24255,37651 -"161816",24255,57013 -"161817",24255,60515 -"161818",24256,27622 -"161819",24256,29089 -"161820",24256,29512 -"161821",24256,29930 -"161822",24256,43650 -"161823",24256,53830 -"161824",24256,61975 -"161825",24256,81987 -"161826",24256,90200 -"161827",24256,104726 -"161828",24256,110844 -"161829",24257,24381 -"161830",24257,85269 -"161831",24258,24342 -"161832",24259,24365 -"161833",24259,24578 -"161834",24259,25927 -"161835",24259,29715 -"161836",24259,30325 -"161837",24259,33874 -"161838",24259,54551 -"161839",24259,82919 -"161840",24260,76621 -"161841",24260,80230 -"161842",24260,80287 -"161843",24261,24282 -"161844",24261,41185 -"161845",24261,81760 -"161846",24261,83625 -"161847",24262,24428 -"161848",24262,55588 -"161849",24263,24266 -"161850",24264,24847 -"161851",24264,36963 -"161852",24264,41102 -"161853",24264,41695 -"161854",24264,44467 -"161855",24264,46698 -"161856",24264,53350 -"161857",24264,59814 -"161858",24264,63131 -"161859",24264,74423 -"161860",24264,84125 -"161861",24265,38266 -"161862",24265,39804 -"161863",24265,54216 -"161864",24265,58181 -"161865",24265,87959 -"161866",24265,90043 -"161867",24265,100853 -"161868",24265,106285 -"161869",24265,110587 -"161870",24266,29761 -"161871",24266,39211 -"161872",24266,54646 -"161873",24266,72536 -"161874",24266,74300 -"161875",24266,86185 -"161876",24266,87149 -"161877",24267,41069 -"161878",24268,24269 -"161879",24268,24399 -"161880",24268,24450 -"161881",24268,24451 -"161882",24268,28967 -"161883",24268,29589 -"161884",24268,37905 -"161885",24268,38641 -"161886",24268,43252 -"161887",24268,47994 -"161888",24268,51134 -"161889",24268,51153 -"161890",24268,51159 -"161891",24268,58898 -"161892",24268,66513 -"161893",24268,68193 -"161894",24268,69037 -"161895",24268,72262 -"161896",24268,87550 -"161897",24268,90841 -"161898",24268,102991 -"161899",24268,111403 -"161900",24268,113721 -"161901",24268,116811 -"161902",24269,24399 -"161903",24269,24450 -"161904",24269,24451 -"161905",24270,60951 -"161906",24270,75298 -"161907",24270,95533 -"161908",24271,24807 -"161909",24272,34488 -"161910",24273,27154 -"161911",24273,34742 -"161912",24274,31918 -"161913",24274,33373 -"161914",24274,33647 -"161915",24274,41220 -"161916",24274,46809 -"161917",24274,53743 -"161918",24274,72597 -"161919",24274,77853 -"161920",24274,79706 -"161921",24274,87562 -"161922",24274,93074 -"161923",24274,93411 -"161924",24274,99653 -"161925",24274,105068 -"161926",24274,110547 -"161927",24274,123128 -"161928",24275,28316 -"161929",24275,42261 -"161930",24275,49884 -"161931",24275,68189 -"161932",24275,74958 -"161933",24275,84462 -"161934",24275,110657 -"161935",24275,121566 -"161936",24276,28845 -"161937",24276,29375 -"161938",24276,30260 -"161939",24276,59013 -"161940",24276,70250 -"161941",24276,79744 -"161942",24276,86702 -"161943",24276,92846 -"161944",24276,97434 -"161945",24276,97435 -"161946",24277,29297 -"161947",24277,31416 -"161948",24277,38513 -"161949",24277,44892 -"161950",24278,83275 -"161951",24278,83858 -"161952",24279,24347 -"161953",24280,24956 -"161954",24280,24977 -"161955",24280,43696 -"161956",24280,44813 -"161957",24280,50548 -"161958",24280,51011 -"161959",24280,54664 -"161960",24281,85759 -"161961",24281,95282 -"161962",24282,40202 -"161963",24282,45192 -"161964",24282,47253 -"161965",24282,64129 -"161966",24282,65577 -"161967",24282,71026 -"161968",24282,78662 -"161969",24282,78672 -"161970",24282,83625 -"161971",24283,41155 -"161972",24284,24285 -"161973",24284,24572 -"161974",24284,25432 -"161975",24284,29059 -"161976",24284,31705 -"161977",24284,35291 -"161978",24284,35476 -"161979",24284,38126 -"161980",24284,39159 -"161981",24284,47137 -"161982",24284,47549 -"161983",24284,49738 -"161984",24284,53306 -"161985",24284,59227 -"161986",24284,61713 -"161987",24284,62151 -"161988",24284,73998 -"161989",24284,77155 -"161990",24284,77911 -"161991",24284,92718 -"161992",24284,107609 -"161993",24284,112305 -"161994",24285,25387 -"161995",24285,31697 -"161996",24285,51446 -"161997",24285,72240 -"161998",24285,82550 -"161999",24285,92255 -"162000",24286,32144 -"162001",24286,33241 -"162002",24286,33356 -"162003",24286,33433 -"162004",24286,35251 -"162005",24286,55855 -"162006",24286,85988 -"162007",24287,24905 -"162008",24287,60343 -"162009",24287,80170 -"162010",24287,82436 -"162011",24288,24303 -"162012",24288,24320 -"162013",24288,51687 -"162014",24289,25119 -"162015",24289,78491 -"162016",24289,92036 -"162017",24289,99780 -"162018",24289,106056 -"162019",24289,106072 -"162020",24290,24453 -"162021",24290,35414 -"162022",24291,63250 -"162023",24291,76190 -"162024",24291,103358 -"162025",24292,24315 -"162026",24292,24367 -"162027",24292,52781 -"162028",24292,57859 -"162029",24292,72420 -"162030",24292,79719 -"162031",24292,90805 -"162032",24292,90912 -"162033",24292,97159 -"162034",24292,104801 -"162035",24292,120720 -"162036",24292,122756 -"162037",24293,29967 -"162038",24293,33999 -"162039",24293,34954 -"162040",24293,44137 -"162041",24293,49928 -"162042",24293,54870 -"162043",24293,56336 -"162044",24293,85475 -"162045",24293,90843 -"162046",24293,90866 -"162047",24293,90923 -"162048",24293,94660 -"162049",24294,36879 -"162050",24294,38021 -"162051",24294,52274 -"162052",24294,84516 -"162053",24294,91232 -"162054",24294,116789 -"162055",24295,27037 -"162056",24295,90914 -"162057",24296,78051 -"162058",24297,25928 -"162059",24297,25970 -"162060",24297,27943 -"162061",24299,33095 -"162062",24299,33655 -"162063",24299,34578 -"162064",24299,40129 -"162065",24299,45880 -"162066",24299,53485 -"162067",24299,69648 -"162068",24299,86765 -"162069",24299,91899 -"162070",24299,95934 -"162071",24299,107495 -"162072",24301,24384 -"162073",24301,24412 -"162074",24302,34353 -"162075",24302,34371 -"162076",24302,45779 -"162077",24302,48173 -"162078",24302,52083 -"162079",24302,53617 -"162080",24302,65631 -"162081",24302,96230 -"162082",24302,120026 -"162083",24303,24320 -"162084",24303,43396 -"162085",24303,45009 -"162086",24303,46604 -"162087",24303,46870 -"162088",24304,110766 -"162089",24305,26965 -"162090",24305,62741 -"162091",24305,97849 -"162092",24305,119463 -"162093",24306,24439 -"162094",24306,26310 -"162095",24306,31630 -"162096",24306,41861 -"162097",24306,57346 -"162098",24306,57709 -"162099",24306,105565 -"162100",24306,113232 -"162101",24307,68670 -"162102",24307,82606 -"162103",24307,82620 -"162104",24308,70926 -"162105",24308,101310 -"162106",24308,114731 -"162107",24308,117762 -"162108",24309,32125 -"162109",24310,24371 -"162110",24310,36526 -"162111",24310,67417 -"162112",24311,64578 -"162113",24312,48076 -"162114",24312,51652 -"162115",24312,55691 -"162116",24312,73466 -"162117",24312,77043 -"162118",24312,83747 -"162119",24312,85269 -"162120",24312,90492 -"162121",24312,114719 -"162122",24313,24366 -"162123",24314,24420 -"162124",24315,24367 -"162125",24315,36574 -"162126",24315,78700 -"162127",24316,26389 -"162128",24316,34905 -"162129",24316,53352 -"162130",24316,93217 -"162131",24317,24397 -"162132",24317,25931 -"162133",24317,29110 -"162134",24317,30490 -"162135",24317,49521 -"162136",24317,49678 -"162137",24317,55034 -"162138",24317,63357 -"162139",24317,81325 -"162140",24317,82949 -"162141",24317,111716 -"162142",24317,115741 -"162143",24317,115748 -"162144",24318,24370 -"162145",24318,25767 -"162146",24318,43238 -"162147",24318,53389 -"162148",24318,75526 -"162149",24318,98946 -"162150",24318,106691 -"162151",24319,49681 -"162152",24319,88477 -"162153",24320,47069 -"162154",24321,24386 -"162155",24321,49250 -"162156",24322,26035 -"162157",24323,25102 -"162158",24323,25105 -"162159",24323,25117 -"162160",24323,31933 -"162161",24323,32961 -"162162",24323,33322 -"162163",24323,36332 -"162164",24323,40039 -"162165",24323,65426 -"162166",24323,108200 -"162167",24323,111025 -"162168",24323,114506 -"162169",24323,114510 -"162170",24324,74240 -"162171",24324,105811 -"162172",24324,119245 -"162173",24325,24438 -"162174",24326,24429 -"162175",24326,32940 -"162176",24326,52985 -"162177",24326,84607 -"162178",24326,91411 -"162179",24327,26940 -"162180",24327,26941 -"162181",24327,27058 -"162182",24327,30584 -"162183",24327,31372 -"162184",24327,31403 -"162185",24327,33682 -"162186",24327,34777 -"162187",24327,39343 -"162188",24327,43706 -"162189",24327,47645 -"162190",24327,54466 -"162191",24327,58970 -"162192",24327,60430 -"162193",24327,61125 -"162194",24327,64215 -"162195",24327,76483 -"162196",24327,79100 -"162197",24327,80555 -"162198",24327,81163 -"162199",24327,99332 -"162200",24327,118028 -"162201",24329,87531 -"162202",24329,123354 -"162203",24330,105360 -"162204",24331,45981 -"162205",24331,84909 -"162206",24331,86382 -"162207",24331,89554 -"162208",24331,98569 -"162209",24332,26105 -"162210",24332,26813 -"162211",24332,26833 -"162212",24332,44730 -"162213",24332,48253 -"162214",24332,49786 -"162215",24332,50243 -"162216",24332,50244 -"162217",24332,55093 -"162218",24332,77038 -"162219",24332,84192 -"162220",24332,93462 -"162221",24332,94495 -"162222",24332,99243 -"162223",24332,109466 -"162224",24333,49914 -"162225",24333,65792 -"162226",24333,94405 -"162227",24333,94409 -"162228",24334,31440 -"162229",24336,79818 -"162230",24336,88436 -"162231",24336,94243 -"162232",24337,24338 -"162233",24337,24372 -"162234",24337,25526 -"162235",24337,35488 -"162236",24337,36427 -"162237",24337,52438 -"162238",24337,59946 -"162239",24337,75897 -"162240",24337,92327 -"162241",24337,95605 -"162242",24337,121872 -"162243",24338,24372 -"162244",24338,24443 -"162245",24338,24490 -"162246",24338,26963 -"162247",24338,28154 -"162248",24338,34276 -"162249",24338,35991 -"162250",24338,44470 -"162251",24338,68418 -"162252",24338,75897 -"162253",24338,80663 -"162254",24338,95605 -"162255",24338,96938 -"162256",24340,33810 -"162257",24340,40337 -"162258",24340,62727 -"162259",24341,79345 -"162260",24341,88597 -"162261",24341,96542 -"162262",24341,99070 -"162263",24341,101235 -"162264",24341,119236 -"162265",24341,119239 -"162266",24342,40113 -"162267",24342,52293 -"162268",24342,67726 -"162269",24342,81821 -"162270",24343,24720 -"162271",24343,24787 -"162272",24343,32592 -"162273",24343,43853 -"162274",24343,43854 -"162275",24343,46758 -"162276",24344,40983 -"162277",24344,61568 -"162278",24345,59073 -"162279",24345,69082 -"162280",24346,26141 -"162281",24346,26608 -"162282",24346,31968 -"162283",24346,50472 -"162284",24346,55767 -"162285",24346,58475 -"162286",24346,60786 -"162287",24346,60996 -"162288",24348,26370 -"162289",24348,33125 -"162290",24348,44509 -"162291",24348,49768 -"162292",24348,50208 -"162293",24348,80619 -"162294",24348,103672 -"162295",24348,109507 -"162296",24349,28875 -"162297",24349,29983 -"162298",24349,30114 -"162299",24349,30196 -"162300",24349,30284 -"162301",24349,32252 -"162302",24349,33907 -"162303",24349,42865 -"162304",24349,53056 -"162305",24349,64446 -"162306",24349,72910 -"162307",24349,75331 -"162308",24349,75480 -"162309",24349,84690 -"162310",24350,29778 -"162311",24350,105059 -"162312",24351,32468 -"162313",24351,35593 -"162314",24351,50818 -"162315",24351,69609 -"162316",24351,104320 -"162317",24351,107943 -"162318",24352,35219 -"162319",24352,39710 -"162320",24353,27355 -"162321",24353,32648 -"162322",24353,34158 -"162323",24353,35361 -"162324",24353,52294 -"162325",24353,87763 -"162326",24353,101813 -"162327",24355,55437 -"162328",24355,88182 -"162329",24355,94501 -"162330",24355,96159 -"162331",24356,51302 -"162332",24356,87657 -"162333",24357,67964 -"162334",24357,96554 -"162335",24357,106138 -"162336",24358,35161 -"162337",24358,52306 -"162338",24358,98576 -"162339",24360,32332 -"162340",24360,38644 -"162341",24360,44339 -"162342",24360,44502 -"162343",24361,36227 -"162344",24361,41126 -"162345",24361,47812 -"162346",24361,62590 -"162347",24362,31603 -"162348",24362,34950 -"162349",24362,36962 -"162350",24362,39608 -"162351",24362,45049 -"162352",24362,48503 -"162353",24362,49616 -"162354",24362,54020 -"162355",24362,66550 -"162356",24362,74833 -"162357",24362,82306 -"162358",24362,83096 -"162359",24362,85499 -"162360",24362,97172 -"162361",24362,97635 -"162362",24362,110821 -"162363",24362,111437 -"162364",24362,111573 -"162365",24362,122644 -"162366",24363,26427 -"162367",24363,29195 -"162368",24363,36239 -"162369",24363,36481 -"162370",24363,82075 -"162371",24363,82592 -"162372",24363,104378 -"162373",24364,75516 -"162374",24365,24578 -"162375",24365,30325 -"162376",24365,30564 -"162377",24365,35673 -"162378",24365,35860 -"162379",24365,39301 -"162380",24365,44717 -"162381",24365,54551 -"162382",24365,79082 -"162383",24366,33613 -"162384",24366,39114 -"162385",24366,52231 -"162386",24366,67752 -"162387",24366,70235 -"162388",24368,24716 -"162389",24368,31370 -"162390",24369,75834 -"162391",24370,119309 -"162392",24372,24945 -"162393",24372,44122 -"162394",24372,75897 -"162395",24374,25087 -"162396",24374,27310 -"162397",24374,27311 -"162398",24375,25493 -"162399",24375,25680 -"162400",24375,25812 -"162401",24375,30883 -"162402",24375,84475 -"162403",24375,86043 -"162404",24375,92736 -"162405",24375,105421 -"162406",24376,30093 -"162407",24376,40218 -"162408",24376,48615 -"162409",24376,59865 -"162410",24376,63804 -"162411",24376,64183 -"162412",24376,79794 -"162413",24376,80895 -"162414",24376,94963 -"162415",24376,99532 -"162416",24376,120447 -"162417",24377,65775 -"162418",24377,83134 -"162419",24377,121893 -"162420",24379,24662 -"162421",24379,29203 -"162422",24379,33012 -"162423",24379,41457 -"162424",24379,47113 -"162425",24379,83924 -"162426",24380,29336 -"162427",24380,30125 -"162428",24380,30384 -"162429",24380,31548 -"162430",24380,31569 -"162431",24380,31732 -"162432",24380,39950 -"162433",24380,47282 -"162434",24380,65802 -"162435",24380,69377 -"162436",24380,101519 -"162437",24380,102429 -"162438",24380,103108 -"162439",24380,105707 -"162440",24380,112636 -"162441",24382,83947 -"162442",24382,112164 -"162443",24382,112194 -"162444",24382,118243 -"162445",24383,48208 -"162446",24383,89935 -"162447",24383,118045 -"162448",24384,24412 -"162449",24384,87463 -"162450",24385,71971 -"162451",24385,81209 -"162452",24386,49250 -"162453",24387,50151 -"162454",24388,24403 -"162455",24388,114999 -"162456",24389,24454 -"162457",24390,25070 -"162458",24390,25124 -"162459",24390,49268 -"162460",24391,74368 -"162461",24392,24393 -"162462",24392,24449 -"162463",24392,84101 -"162464",24392,84102 -"162465",24393,24449 -"162466",24393,32106 -"162467",24393,42547 -"162468",24393,93708 -"162469",24393,118848 -"162470",24394,33883 -"162471",24394,33887 -"162472",24394,50352 -"162473",24394,53261 -"162474",24394,72891 -"162475",24394,77844 -"162476",24394,99880 -"162477",24394,108325 -"162478",24395,34700 -"162479",24396,26329 -"162480",24396,26330 -"162481",24396,26332 -"162482",24396,32067 -"162483",24396,35813 -"162484",24396,39392 -"162485",24396,39581 -"162486",24396,40428 -"162487",24396,45480 -"162488",24396,46463 -"162489",24396,59916 -"162490",24396,76288 -"162491",24396,92744 -"162492",24396,93563 -"162493",24396,103554 -"162494",24396,118293 -"162495",24397,29572 -"162496",24397,34582 -"162497",24397,38019 -"162498",24397,52576 -"162499",24397,55033 -"162500",24397,55121 -"162501",24397,59350 -"162502",24397,61970 -"162503",24397,77188 -"162504",24397,81440 -"162505",24398,24452 -"162506",24398,40099 -"162507",24398,40494 -"162508",24398,57194 -"162509",24398,62032 -"162510",24399,24450 -"162511",24399,24451 -"162512",24399,110076 -"162513",24400,26567 -"162514",24400,31503 -"162515",24400,42195 -"162516",24400,48761 -"162517",24400,53332 -"162518",24400,64918 -"162519",24400,68501 -"162520",24400,76383 -"162521",24400,80036 -"162522",24400,85148 -"162523",24400,85673 -"162524",24400,93054 -"162525",24400,97940 -"162526",24400,102999 -"162527",24400,106554 -"162528",24400,116955 -"162529",24400,117969 -"162530",24401,31621 -"162531",24401,33851 -"162532",24401,38595 -"162533",24402,111198 -"162534",24403,42528 -"162535",24404,24687 -"162536",24404,33812 -"162537",24404,34507 -"162538",24404,49251 -"162539",24405,40889 -"162540",24405,43246 -"162541",24405,52532 -"162542",24405,60455 -"162543",24405,60597 -"162544",24405,76362 -"162545",24405,96760 -"162546",24405,112858 -"162547",24406,24457 -"162548",24407,24461 -"162549",24407,37897 -"162550",24407,52877 -"162551",24408,24437 -"162552",24409,24442 -"162553",24409,25377 -"162554",24409,57879 -"162555",24409,59395 -"162556",24409,89020 -"162557",24409,112535 -"162558",24409,112576 -"162559",24410,27820 -"162560",24412,48597 -"162561",24412,86467 -"162562",24413,57561 -"162563",24413,61236 -"162564",24413,61237 -"162565",24414,30757 -"162566",24414,31326 -"162567",24414,35183 -"162568",24414,49077 -"162569",24414,49079 -"162570",24415,43902 -"162571",24415,49651 -"162572",24415,77683 -"162573",24415,91812 -"162574",24416,31724 -"162575",24416,68174 -"162576",24416,84959 -"162577",24417,27585 -"162578",24417,53988 -"162579",24417,70831 -"162580",24417,80853 -"162581",24417,96908 -"162582",24418,30945 -"162583",24418,91784 -"162584",24418,92327 -"162585",24418,94938 -"162586",24421,100655 -"162587",24422,26160 -"162588",24422,26414 -"162589",24423,27487 -"162590",24423,31091 -"162591",24423,34252 -"162592",24423,34273 -"162593",24423,34284 -"162594",24423,34317 -"162595",24424,24643 -"162596",24424,45204 -"162597",24425,33261 -"162598",24425,37411 -"162599",24425,45865 -"162600",24425,47675 -"162601",24427,24433 -"162602",24427,45691 -"162603",24427,48953 -"162604",24428,50145 -"162605",24429,26075 -"162606",24429,27718 -"162607",24429,30201 -"162608",24429,35975 -"162609",24429,41713 -"162610",24429,43527 -"162611",24429,46850 -"162612",24429,47451 -"162613",24429,48806 -"162614",24429,57990 -"162615",24429,58855 -"162616",24429,60044 -"162617",24429,60481 -"162618",24429,61785 -"162619",24429,62605 -"162620",24429,65362 -"162621",24429,68458 -"162622",24429,68569 -"162623",24429,88911 -"162624",24429,90643 -"162625",24429,91770 -"162626",24429,92592 -"162627",24429,95048 -"162628",24429,95049 -"162629",24429,96336 -"162630",24429,96518 -"162631",24429,99424 -"162632",24429,99735 -"162633",24429,99802 -"162634",24429,102734 -"162635",24429,110380 -"162636",24429,115383 -"162637",24429,119237 -"162638",24430,33959 -"162639",24430,49884 -"162640",24430,83782 -"162641",24431,47334 -"162642",24431,56616 -"162643",24431,60772 -"162644",24431,61295 -"162645",24431,61296 -"162646",24431,64462 -"162647",24431,74059 -"162648",24432,26937 -"162649",24432,26972 -"162650",24432,58305 -"162651",24432,88751 -"162652",24432,103725 -"162653",24433,28761 -"162654",24433,29171 -"162655",24433,30876 -"162656",24433,33524 -"162657",24433,33732 -"162658",24433,36609 -"162659",24433,45616 -"162660",24433,45618 -"162661",24433,45626 -"162662",24433,45650 -"162663",24433,45659 -"162664",24433,45691 -"162665",24433,48286 -"162666",24433,53060 -"162667",24434,30379 -"162668",24434,30747 -"162669",24434,30803 -"162670",24434,30849 -"162671",24434,41438 -"162672",24434,43900 -"162673",24434,52669 -"162674",24434,52687 -"162675",24435,25983 -"162676",24435,27569 -"162677",24435,27655 -"162678",24435,40245 -"162679",24435,40725 -"162680",24435,48083 -"162681",24436,29033 -"162682",24436,29185 -"162683",24436,35926 -"162684",24436,39261 -"162685",24436,46071 -"162686",24436,52026 -"162687",24436,54688 -"162688",24436,91021 -"162689",24436,109153 -"162690",24436,112226 -"162691",24438,40238 -"162692",24438,42578 -"162693",24440,32855 -"162694",24440,41375 -"162695",24440,48881 -"162696",24440,49469 -"162697",24440,65186 -"162698",24440,93058 -"162699",24440,116824 -"162700",24441,24483 -"162701",24441,41850 -"162702",24441,45487 -"162703",24441,45641 -"162704",24441,56879 -"162705",24441,77217 -"162706",24441,93032 -"162707",24442,112535 -"162708",24442,112576 -"162709",24443,68418 -"162710",24443,69791 -"162711",24444,24497 -"162712",24444,24862 -"162713",24444,24887 -"162714",24444,24896 -"162715",24444,24928 -"162716",24444,24929 -"162717",24444,56859 -"162718",24445,47671 -"162719",24445,49643 -"162720",24446,30567 -"162721",24446,38433 -"162722",24446,38804 -"162723",24446,55108 -"162724",24446,55162 -"162725",24447,26271 -"162726",24447,26322 -"162727",24447,27628 -"162728",24447,32745 -"162729",24447,32812 -"162730",24447,36335 -"162731",24447,44585 -"162732",24447,44648 -"162733",24447,54553 -"162734",24447,61228 -"162735",24447,64181 -"162736",24447,64997 -"162737",24447,80065 -"162738",24447,82754 -"162739",24447,84646 -"162740",24447,87239 -"162741",24447,88101 -"162742",24447,98494 -"162743",24447,101231 -"162744",24447,101547 -"162745",24447,102006 -"162746",24447,102107 -"162747",24447,102149 -"162748",24448,29850 -"162749",24448,52299 -"162750",24448,61158 -"162751",24448,67110 -"162752",24448,67652 -"162753",24448,67669 -"162754",24448,68358 -"162755",24448,68373 -"162756",24448,73710 -"162757",24449,105518 -"162758",24450,24451 -"162759",24450,24880 -"162760",24450,57228 -"162761",24450,62804 -"162762",24450,66197 -"162763",24450,84041 -"162764",24450,102991 -"162765",24450,103322 -"162766",24451,43642 -"162767",24451,81732 -"162768",24453,24460 -"162769",24453,24488 -"162770",24453,24619 -"162771",24453,31991 -"162772",24453,33736 -"162773",24453,33737 -"162774",24453,33738 -"162775",24453,39647 -"162776",24453,40516 -"162777",24453,67472 -"162778",24453,78460 -"162779",24453,85116 -"162780",24453,97774 -"162781",24453,103051 -"162782",24453,104065 -"162783",24453,112032 -"162784",24453,116792 -"162785",24453,117089 -"162786",24453,117090 -"162787",24453,120366 -"162788",24454,31724 -"162789",24454,36817 -"162790",24454,51221 -"162791",24454,83516 -"162792",24455,25930 -"162793",24456,76909 -"162794",24456,80286 -"162795",24456,94354 -"162796",24457,24877 -"162797",24457,42636 -"162798",24457,97002 -"162799",24457,121858 -"162800",24458,43014 -"162801",24458,51650 -"162802",24458,99194 -"162803",24460,24488 -"162804",24460,24619 -"162805",24460,52047 -"162806",24461,27217 -"162807",24461,36434 -"162808",24461,37897 -"162809",24461,105738 -"162810",24462,25401 -"162811",24463,52941 -"162812",24463,61550 -"162813",24463,82981 -"162814",24463,107119 -"162815",24464,43890 -"162816",24464,68501 -"162817",24465,24827 -"162818",24465,30071 -"162819",24465,50572 -"162820",24465,53034 -"162821",24465,66003 -"162822",24465,70915 -"162823",24465,77793 -"162824",24465,77930 -"162825",24466,24609 -"162826",24467,24529 -"162827",24467,24580 -"162828",24467,24581 -"162829",24467,24684 -"162830",24467,27109 -"162831",24467,29381 -"162832",24467,29404 -"162833",24467,29433 -"162834",24467,34520 -"162835",24467,41020 -"162836",24467,46146 -"162837",24467,50052 -"162838",24467,58651 -"162839",24467,75422 -"162840",24468,46285 -"162841",24468,56397 -"162842",24469,28759 -"162843",24469,29821 -"162844",24469,31963 -"162845",24469,31978 -"162846",24469,31990 -"162847",24469,51276 -"162848",24469,63096 -"162849",24469,76893 -"162850",24469,78360 -"162851",24469,78362 -"162852",24470,24586 -"162853",24470,27854 -"162854",24470,30835 -"162855",24470,42645 -"162856",24471,31241 -"162857",24471,46656 -"162858",24471,66113 -"162859",24471,97035 -"162860",24472,83461 -"162861",24473,24605 -"162862",24473,109530 -"162863",24473,117129 -"162864",24474,71390 -"162865",24475,25403 -"162866",24475,85949 -"162867",24475,88887 -"162868",24475,95551 -"162869",24475,96181 -"162870",24477,44698 -"162871",24477,54964 -"162872",24478,41814 -"162873",24478,41972 -"162874",24478,42275 -"162875",24478,55897 -"162876",24478,71990 -"162877",24478,73020 -"162878",24478,87529 -"162879",24479,25152 -"162880",24479,29037 -"162881",24479,35802 -"162882",24479,37875 -"162883",24479,38217 -"162884",24479,47222 -"162885",24479,65400 -"162886",24479,70233 -"162887",24479,79529 -"162888",24479,87260 -"162889",24479,87914 -"162890",24479,88308 -"162891",24479,88462 -"162892",24479,91770 -"162893",24479,97445 -"162894",24479,97485 -"162895",24479,99162 -"162896",24479,100502 -"162897",24479,104662 -"162898",24479,105019 -"162899",24479,109434 -"162900",24479,110380 -"162901",24479,110488 -"162902",24479,110719 -"162903",24479,111019 -"162904",24479,121290 -"162905",24479,121294 -"162906",24480,40303 -"162907",24480,74018 -"162908",24481,36688 -"162909",24481,36690 -"162910",24481,36727 -"162911",24481,36757 -"162912",24481,36818 -"162913",24481,36844 -"162914",24481,42784 -"162915",24481,87429 -"162916",24482,34234 -"162917",24482,68454 -"162918",24482,68580 -"162919",24482,72735 -"162920",24483,27848 -"162921",24483,32183 -"162922",24483,41850 -"162923",24483,45487 -"162924",24483,45641 -"162925",24483,56879 -"162926",24483,60649 -"162927",24483,63970 -"162928",24483,80223 -"162929",24483,93032 -"162930",24483,93317 -"162931",24484,71955 -"162932",24485,24507 -"162933",24485,32492 -"162934",24486,95300 -"162935",24487,24685 -"162936",24487,40796 -"162937",24487,82488 -"162938",24487,84447 -"162939",24487,113701 -"162940",24487,117183 -"162941",24487,117186 -"162942",24488,24619 -"162943",24488,27536 -"162944",24489,24520 -"162945",24489,24523 -"162946",24489,24546 -"162947",24489,24554 -"162948",24489,54392 -"162949",24489,94627 -"162950",24490,28154 -"162951",24490,34276 -"162952",24490,106349 -"162953",24490,106466 -"162954",24490,108107 -"162955",24492,24608 -"162956",24492,32761 -"162957",24492,35143 -"162958",24492,35269 -"162959",24492,37100 -"162960",24493,24548 -"162961",24493,82699 -"162962",24493,82736 -"162963",24494,29383 -"162964",24494,45140 -"162965",24495,24710 -"162966",24495,25143 -"162967",24495,25303 -"162968",24495,25664 -"162969",24495,26407 -"162970",24495,27174 -"162971",24495,27196 -"162972",24495,27710 -"162973",24495,28703 -"162974",24495,29253 -"162975",24495,29341 -"162976",24495,29560 -"162977",24495,29573 -"162978",24495,29868 -"162979",24495,32438 -"162980",24495,32967 -"162981",24495,33223 -"162982",24495,33881 -"162983",24495,34097 -"162984",24495,34330 -"162985",24495,34513 -"162986",24495,35400 -"162987",24495,36476 -"162988",24495,36547 -"162989",24495,36745 -"162990",24495,37821 -"162991",24495,37931 -"162992",24495,38319 -"162993",24495,39398 -"162994",24495,39492 -"162995",24495,40320 -"162996",24495,40373 -"162997",24495,40542 -"162998",24495,41182 -"162999",24495,42131 -"163000",24495,46843 -"163001",24495,48331 -"163002",24496,24671 -"163003",24496,60360 -"163004",24496,63579 -"163005",24496,89889 -"163006",24496,104081 -"163007",24496,120187 -"163008",24497,24862 -"163009",24497,24887 -"163010",24497,24896 -"163011",24497,24928 -"163012",24497,24929 -"163013",24497,25234 -"163014",24497,30370 -"163015",24497,32583 -"163016",24497,33251 -"163017",24497,38958 -"163018",24499,24583 -"163019",24500,89180 -"163020",24502,24518 -"163021",24502,24564 -"163022",24502,42989 -"163023",24502,55056 -"163024",24502,82517 -"163025",24502,94078 -"163026",24502,113579 -"163027",24502,116421 -"163028",24503,25552 -"163029",24504,24983 -"163030",24504,38941 -"163031",24505,79653 -"163032",24505,93122 -"163033",24506,25033 -"163034",24507,26721 -"163035",24507,31122 -"163036",24507,32191 -"163037",24507,33211 -"163038",24507,37033 -"163039",24507,41190 -"163040",24507,42275 -"163041",24507,42902 -"163042",24507,42959 -"163043",24507,50328 -"163044",24507,57311 -"163045",24507,61067 -"163046",24508,26412 -"163047",24508,110566 -"163048",24509,24575 -"163049",24510,24677 -"163050",24510,58079 -"163051",24511,28144 -"163052",24511,49440 -"163053",24511,67084 -"163054",24511,69154 -"163055",24511,71338 -"163056",24512,27375 -"163057",24512,30555 -"163058",24512,33558 -"163059",24512,35287 -"163060",24512,40577 -"163061",24512,41143 -"163062",24512,60204 -"163063",24512,61402 -"163064",24512,77449 -"163065",24512,78488 -"163066",24512,91993 -"163067",24513,95660 -"163068",24515,33723 -"163069",24515,47607 -"163070",24515,73264 -"163071",24515,80928 -"163072",24515,86504 -"163073",24515,87321 -"163074",24518,24564 -"163075",24519,26214 -"163076",24520,24523 -"163077",24520,24546 -"163078",24520,24554 -"163079",24520,88015 -"163080",24520,106404 -"163081",24520,106427 -"163082",24521,30292 -"163083",24521,83651 -"163084",24521,89737 -"163085",24522,31154 -"163086",24522,51051 -"163087",24522,55686 -"163088",24522,67216 -"163089",24523,24546 -"163090",24523,24554 -"163091",24523,77046 -"163092",24523,83935 -"163093",24523,85972 -"163094",24523,88543 -"163095",24523,90412 -"163096",24523,91117 -"163097",24523,91120 -"163098",24523,94627 -"163099",24523,116663 -"163100",24526,50793 -"163101",24526,79671 -"163102",24526,108513 -"163103",24526,120653 -"163104",24527,52051 -"163105",24528,26351 -"163106",24528,28285 -"163107",24528,30149 -"163108",24528,49975 -"163109",24529,24580 -"163110",24529,24581 -"163111",24529,24684 -"163112",24529,43416 -"163113",24530,81364 -"163114",24530,86600 -"163115",24530,88650 -"163116",24530,95604 -"163117",24530,96099 -"163118",24530,99210 -"163119",24530,102353 -"163120",24530,106528 -"163121",24530,109371 -"163122",24530,109373 -"163123",24530,111155 -"163124",24531,26792 -"163125",24531,44417 -"163126",24531,63619 -"163127",24532,30650 -"163128",24532,42659 -"163129",24532,44037 -"163130",24532,52313 -"163131",24532,54186 -"163132",24532,70284 -"163133",24532,70444 -"163134",24532,70600 -"163135",24533,25160 -"163136",24533,33653 -"163137",24533,63352 -"163138",24535,64007 -"163139",24535,105995 -"163140",24536,78524 -"163141",24536,80485 -"163142",24536,80610 -"163143",24536,80611 -"163144",24536,122571 -"163145",24537,39828 -"163146",24537,68592 -"163147",24537,68705 -"163148",24537,86330 -"163149",24538,27929 -"163150",24538,29763 -"163151",24538,43872 -"163152",24538,43876 -"163153",24538,43906 -"163154",24538,43982 -"163155",24539,47839 -"163156",24539,55049 -"163157",24539,110959 -"163158",24539,115027 -"163159",24540,70697 -"163160",24541,27492 -"163161",24541,28686 -"163162",24541,32339 -"163163",24541,36542 -"163164",24541,41045 -"163165",24541,79974 -"163166",24541,90127 -"163167",24541,93240 -"163168",24541,94591 -"163169",24542,49075 -"163170",24542,89715 -"163171",24542,111914 -"163172",24542,114652 -"163173",24542,119108 -"163174",24543,24749 -"163175",24543,37333 -"163176",24543,44286 -"163177",24543,44366 -"163178",24543,57381 -"163179",24543,62787 -"163180",24543,76515 -"163181",24543,82367 -"163182",24543,91039 -"163183",24543,97225 -"163184",24544,30402 -"163185",24544,30725 -"163186",24544,68479 -"163187",24544,98514 -"163188",24544,120497 -"163189",24544,120540 -"163190",24545,42891 -"163191",24545,60108 -"163192",24545,112882 -"163193",24546,24554 -"163194",24546,81226 -"163195",24547,25082 -"163196",24547,26062 -"163197",24547,26352 -"163198",24547,36031 -"163199",24547,40441 -"163200",24547,43306 -"163201",24547,62312 -"163202",24547,74019 -"163203",24549,59510 -"163204",24549,99563 -"163205",24550,24600 -"163206",24550,24626 -"163207",24550,88518 -"163208",24550,120153 -"163209",24551,29590 -"163210",24551,55377 -"163211",24551,55388 -"163212",24551,55484 -"163213",24552,24678 -"163214",24552,24825 -"163215",24552,24897 -"163216",24552,54520 -"163217",24552,56157 -"163218",24553,24612 -"163219",24553,52024 -"163220",24553,60339 -"163221",24553,66799 -"163222",24553,79330 -"163223",24553,80470 -"163224",24553,94092 -"163225",24553,115879 -"163226",24554,68491 -"163227",24554,81226 -"163228",24554,94627 -"163229",24555,49265 -"163230",24555,85080 -"163231",24555,113574 -"163232",24556,85216 -"163233",24557,29914 -"163234",24557,69077 -"163235",24557,100221 -"163236",24557,120988 -"163237",24558,25679 -"163238",24558,26671 -"163239",24558,34276 -"163240",24558,34727 -"163241",24559,47387 -"163242",24559,47388 -"163243",24559,54918 -"163244",24559,73451 -"163245",24559,88031 -"163246",24559,101787 -"163247",24560,49269 -"163248",24561,49283 -"163249",24561,83393 -"163250",24561,84976 -"163251",24561,85591 -"163252",24561,116648 -"163253",24562,30883 -"163254",24562,32258 -"163255",24562,43708 -"163256",24562,47532 -"163257",24562,60385 -"163258",24562,71890 -"163259",24562,76590 -"163260",24562,77506 -"163261",24562,97160 -"163262",24562,98250 -"163263",24562,101349 -"163264",24562,106164 -"163265",24562,112148 -"163266",24563,44795 -"163267",24564,48651 -"163268",24564,61973 -"163269",24564,67410 -"163270",24564,85116 -"163271",24564,86587 -"163272",24564,94375 -"163273",24564,117614 -"163274",24565,25002 -"163275",24566,49280 -"163276",24566,86862 -"163277",24566,119165 -"163278",24567,43278 -"163279",24567,52126 -"163280",24567,105062 -"163281",24568,24663 -"163282",24568,27181 -"163283",24568,30228 -"163284",24568,41423 -"163285",24568,48932 -"163286",24568,52735 -"163287",24568,57738 -"163288",24568,57926 -"163289",24568,63409 -"163290",24568,63846 -"163291",24568,70697 -"163292",24568,72126 -"163293",24568,79640 -"163294",24568,87689 -"163295",24568,88409 -"163296",24568,88808 -"163297",24568,100076 -"163298",24569,29106 -"163299",24569,89440 -"163300",24570,28500 -"163301",24570,32921 -"163302",24570,34213 -"163303",24570,46420 -"163304",24570,46447 -"163305",24570,47344 -"163306",24570,64021 -"163307",24570,101798 -"163308",24570,107769 -"163309",24571,31985 -"163310",24571,32008 -"163311",24571,34594 -"163312",24571,84517 -"163313",24571,110123 -"163314",24572,35476 -"163315",24572,45930 -"163316",24572,63210 -"163317",24572,73998 -"163318",24572,77155 -"163319",24572,112305 -"163320",24574,24618 -"163321",24574,27674 -"163322",24574,104082 -"163323",24575,26246 -"163324",24575,41131 -"163325",24575,43845 -"163326",24575,45838 -"163327",24575,50550 -"163328",24575,74315 -"163329",24575,85320 -"163330",24575,88431 -"163331",24575,95116 -"163332",24575,95861 -"163333",24575,102539 -"163334",24575,102543 -"163335",24575,102700 -"163336",24575,110870 -"163337",24575,118838 -"163338",24576,24972 -"163339",24576,26908 -"163340",24576,26941 -"163341",24576,41446 -"163342",24577,24723 -"163343",24577,37150 -"163344",24577,37163 -"163345",24577,41558 -"163346",24577,48861 -"163347",24577,54848 -"163348",24577,81543 -"163349",24577,83348 -"163350",24577,89907 -"163351",24577,90251 -"163352",24577,94074 -"163353",24577,122603 -"163354",24578,30737 -"163355",24578,32442 -"163356",24578,42015 -"163357",24578,57145 -"163358",24578,61245 -"163359",24578,71911 -"163360",24578,120270 -"163361",24579,92156 -"163362",24579,92977 -"163363",24580,24581 -"163364",24580,24684 -"163365",24581,24684 -"163366",24581,40701 -"163367",24581,40736 -"163368",24581,46009 -"163369",24581,46191 -"163370",24582,38323 -"163371",24585,36470 -"163372",24585,72367 -"163373",24585,89335 -"163374",24585,97580 -"163375",24586,30530 -"163376",24586,36466 -"163377",24586,60805 -"163378",24586,74348 -"163379",24586,83474 -"163380",24586,87182 -"163381",24587,34198 -"163382",24587,51081 -"163383",24587,57825 -"163384",24588,77944 -"163385",24588,111080 -"163386",24589,81409 -"163387",24589,103200 -"163388",24590,42304 -"163389",24590,50430 -"163390",24590,62721 -"163391",24592,30615 -"163392",24592,38110 -"163393",24592,54371 -"163394",24592,98204 -"163395",24593,25981 -"163396",24593,27330 -"163397",24593,27341 -"163398",24593,31329 -"163399",24593,32507 -"163400",24594,106689 -"163401",24595,24776 -"163402",24595,24859 -"163403",24596,26027 -"163404",24596,29311 -"163405",24596,40786 -"163406",24596,40837 -"163407",24596,40845 -"163408",24596,41595 -"163409",24596,43253 -"163410",24596,48173 -"163411",24596,61254 -"163412",24596,63121 -"163413",24596,63152 -"163414",24596,95591 -"163415",24596,110621 -"163416",24596,113058 -"163417",24596,117446 -"163418",24597,38813 -"163419",24597,49366 -"163420",24597,101224 -"163421",24598,24641 -"163422",24598,115813 -"163423",24598,115853 -"163424",24599,25575 -"163425",24600,24626 -"163426",24600,41798 -"163427",24601,91132 -"163428",24602,28485 -"163429",24602,77447 -"163430",24602,78473 -"163431",24602,79966 -"163432",24602,100937 -"163433",24603,60705 -"163434",24603,82823 -"163435",24604,55031 -"163436",24604,65750 -"163437",24604,71826 -"163438",24604,73369 -"163439",24604,79207 -"163440",24606,49255 -"163441",24606,104119 -"163442",24607,35209 -"163443",24607,66104 -"163444",24607,67655 -"163445",24608,34594 -"163446",24608,38863 -"163447",24608,46114 -"163448",24608,66110 -"163449",24608,66116 -"163450",24608,66119 -"163451",24608,69896 -"163452",24608,82735 -"163453",24609,77139 -"163454",24609,106380 -"163455",24610,30317 -"163456",24610,34570 -"163457",24610,36085 -"163458",24610,45131 -"163459",24610,45250 -"163460",24610,45296 -"163461",24611,36003 -"163462",24611,37029 -"163463",24611,37494 -"163464",24611,48084 -"163465",24611,49088 -"163466",24611,49172 -"163467",24611,81096 -"163468",24611,86519 -"163469",24611,96700 -"163470",24611,96701 -"163471",24611,96724 -"163472",24612,38041 -"163473",24612,51224 -"163474",24612,64686 -"163475",24612,67511 -"163476",24612,78364 -"163477",24613,94972 -"163478",24613,101691 -"163479",24615,35702 -"163480",24615,70941 -"163481",24615,93253 -"163482",24615,99507 -"163483",24615,115919 -"163484",24615,118961 -"163485",24615,119198 -"163486",24616,32995 -"163487",24617,78355 -"163488",24617,95604 -"163489",24618,29999 -"163490",24618,104082 -"163491",24619,42374 -"163492",24619,50739 -"163493",24619,50824 -"163494",24619,53954 -"163495",24620,68160 -"163496",24620,107278 -"163497",24620,113585 -"163498",24621,34259 -"163499",24621,63669 -"163500",24621,68865 -"163501",24622,71267 -"163502",24623,34884 -"163503",24623,54815 -"163504",24623,61251 -"163505",24623,71469 -"163506",24623,86628 -"163507",24623,90946 -"163508",24623,119999 -"163509",24623,120000 -"163510",24623,122395 -"163511",24624,94190 -"163512",24625,80936 -"163513",24627,26140 -"163514",24627,37037 -"163515",24627,45734 -"163516",24627,56390 -"163517",24627,91017 -"163518",24628,31087 -"163519",24629,53747 -"163520",24630,28404 -"163521",24630,33486 -"163522",24630,45236 -"163523",24630,54593 -"163524",24630,55363 -"163525",24630,63328 -"163526",24630,76376 -"163527",24630,90968 -"163528",24630,91726 -"163529",24631,25006 -"163530",24631,25421 -"163531",24631,25454 -"163532",24632,28931 -"163533",24632,34782 -"163534",24633,24903 -"163535",24633,25400 -"163536",24633,62826 -"163537",24633,70669 -"163538",24633,70692 -"163539",24634,42604 -"163540",24635,26912 -"163541",24635,48285 -"163542",24635,51927 -"163543",24635,56809 -"163544",24635,60228 -"163545",24635,60828 -"163546",24635,66260 -"163547",24635,75321 -"163548",24635,93452 -"163549",24635,119739 -"163550",24636,24637 -"163551",24636,32182 -"163552",24636,38373 -"163553",24636,47615 -"163554",24636,82079 -"163555",24636,87623 -"163556",24636,96059 -"163557",24639,24721 -"163558",24639,25610 -"163559",24639,28491 -"163560",24639,33777 -"163561",24639,35888 -"163562",24639,42606 -"163563",24639,57866 -"163564",24639,72418 -"163565",24640,24705 -"163566",24640,27288 -"163567",24640,28273 -"163568",24640,30344 -"163569",24640,34730 -"163570",24640,50278 -"163571",24640,57821 -"163572",24640,59097 -"163573",24640,100131 -"163574",24640,101250 -"163575",24641,92994 -"163576",24642,78700 -"163577",24642,118688 -"163578",24643,79139 -"163579",24644,34057 -"163580",24644,36171 -"163581",24644,43793 -"163582",24644,43796 -"163583",24644,58187 -"163584",24644,72445 -"163585",24645,47490 -"163586",24646,122967 -"163587",24647,24648 -"163588",24647,44151 -"163589",24648,24825 -"163590",24648,52666 -"163591",24648,58485 -"163592",24648,64934 -"163593",24648,74539 -"163594",24648,75860 -"163595",24649,24650 -"163596",24649,55964 -"163597",24649,71232 -"163598",24649,106112 -"163599",24650,50315 -"163600",24650,69030 -"163601",24651,74409 -"163602",24651,103228 -"163603",24651,120134 -"163604",24653,31117 -"163605",24653,33200 -"163606",24653,41471 -"163607",24653,53989 -"163608",24653,76737 -"163609",24653,95229 -"163610",24653,102777 -"163611",24654,24655 -"163612",24654,24780 -"163613",24654,24836 -"163614",24654,24901 -"163615",24654,70805 -"163616",24655,24780 -"163617",24655,24836 -"163618",24655,24901 -"163619",24656,24742 -"163620",24656,24821 -"163621",24656,24883 -"163622",24656,24885 -"163623",24657,28611 -"163624",24658,26062 -"163625",24658,41461 -"163626",24658,44532 -"163627",24658,44557 -"163628",24658,99385 -"163629",24659,70355 -"163630",24660,27500 -"163631",24660,31328 -"163632",24660,60703 -"163633",24660,86592 -"163634",24661,79937 -"163635",24661,98390 -"163636",24661,101175 -"163637",24662,33012 -"163638",24662,47113 -"163639",24662,50343 -"163640",24662,51108 -"163641",24662,57487 -"163642",24662,83924 -"163643",24663,25761 -"163644",24663,25976 -"163645",24663,29684 -"163646",24663,30416 -"163647",24663,32947 -"163648",24663,34731 -"163649",24663,44674 -"163650",24663,52441 -"163651",24663,57926 -"163652",24663,63409 -"163653",24663,66664 -"163654",24663,71654 -"163655",24663,79804 -"163656",24663,90939 -"163657",24663,91905 -"163658",24663,101616 -"163659",24663,107396 -"163660",24663,110119 -"163661",24663,110863 -"163662",24663,112765 -"163663",24663,112767 -"163664",24663,117402 -"163665",24664,30995 -"163666",24664,60255 -"163667",24664,73348 -"163668",24664,81600 -"163669",24664,110709 -"163670",24665,24700 -"163671",24666,25284 -"163672",24666,32145 -"163673",24666,58445 -"163674",24666,79609 -"163675",24666,86224 -"163676",24666,89661 -"163677",24666,100371 -"163678",24666,105754 -"163679",24666,114687 -"163680",24667,31216 -"163681",24667,34302 -"163682",24667,66787 -"163683",24667,85340 -"163684",24667,96035 -"163685",24668,33434 -"163686",24668,122067 -"163687",24669,27992 -"163688",24669,30158 -"163689",24669,31100 -"163690",24669,95979 -"163691",24669,96595 -"163692",24672,64946 -"163693",24672,76137 -"163694",24673,29918 -"163695",24673,104430 -"163696",24675,56727 -"163697",24675,84937 -"163698",24676,67821 -"163699",24678,24825 -"163700",24678,24897 -"163701",24678,32737 -"163702",24678,33160 -"163703",24678,33320 -"163704",24678,38534 -"163705",24678,38539 -"163706",24678,38540 -"163707",24679,37884 -"163708",24679,51326 -"163709",24679,53747 -"163710",24679,55353 -"163711",24679,64801 -"163712",24679,110311 -"163713",24680,33110 -"163714",24680,63725 -"163715",24680,89209 -"163716",24681,25534 -"163717",24681,33391 -"163718",24681,37751 -"163719",24681,37816 -"163720",24681,37884 -"163721",24681,41740 -"163722",24681,49116 -"163723",24681,70114 -"163724",24682,44127 -"163725",24682,49034 -"163726",24683,35223 -"163727",24683,49143 -"163728",24683,95718 -"163729",24683,106637 -"163730",24685,29840 -"163731",24685,35159 -"163732",24686,25246 -"163733",24686,25499 -"163734",24686,25540 -"163735",24686,25556 -"163736",24686,25598 -"163737",24687,33812 -"163738",24687,36077 -"163739",24687,49251 -"163740",24687,66938 -"163741",24688,39141 -"163742",24689,25072 -"163743",24689,26992 -"163744",24689,32194 -"163745",24689,37776 -"163746",24689,45279 -"163747",24689,88272 -"163748",24689,107844 -"163749",24690,47373 -"163750",24690,51094 -"163751",24690,72272 -"163752",24690,114849 -"163753",24691,24733 -"163754",24691,70689 -"163755",24691,111082 -"163756",24691,111092 -"163757",24692,24782 -"163758",24692,32427 -"163759",24693,25057 -"163760",24693,45917 -"163761",24693,55668 -"163762",24694,28655 -"163763",24694,33252 -"163764",24694,52751 -"163765",24694,52824 -"163766",24694,57994 -"163767",24696,24733 -"163768",24696,31071 -"163769",24696,46748 -"163770",24696,78587 -"163771",24696,96407 -"163772",24696,102655 -"163773",24696,114364 -"163774",24698,24765 -"163775",24698,75670 -"163776",24699,25085 -"163777",24699,32811 -"163778",24699,38772 -"163779",24699,55395 -"163780",24699,59444 -"163781",24699,60773 -"163782",24699,66143 -"163783",24699,72659 -"163784",24699,112143 -"163785",24700,79966 -"163786",24701,35051 -"163787",24701,40817 -"163788",24701,42251 -"163789",24701,75566 -"163790",24701,97247 -"163791",24702,83845 -"163792",24702,102935 -"163793",24703,79442 -"163794",24704,53982 -"163795",24705,31857 -"163796",24705,35579 -"163797",24705,76145 -"163798",24705,81648 -"163799",24705,86023 -"163800",24705,99141 -"163801",24706,46915 -"163802",24706,85909 -"163803",24706,114796 -"163804",24706,119804 -"163805",24707,51924 -"163806",24707,93855 -"163807",24708,28510 -"163808",24708,31553 -"163809",24708,37153 -"163810",24708,41524 -"163811",24708,87853 -"163812",24708,97558 -"163813",24708,117044 -"163814",24709,37214 -"163815",24709,42502 -"163816",24709,43267 -"163817",24709,61555 -"163818",24709,70392 -"163819",24709,71632 -"163820",24709,73902 -"163821",24709,75620 -"163822",24709,83051 -"163823",24709,84732 -"163824",24709,86838 -"163825",24710,25143 -"163826",24710,25303 -"163827",24710,25664 -"163828",24710,26407 -"163829",24710,27174 -"163830",24710,27196 -"163831",24710,27710 -"163832",24710,28703 -"163833",24710,29253 -"163834",24710,29341 -"163835",24710,29560 -"163836",24710,29573 -"163837",24710,29868 -"163838",24710,32000 -"163839",24710,32438 -"163840",24710,32967 -"163841",24710,33223 -"163842",24710,33881 -"163843",24710,34097 -"163844",24710,34330 -"163845",24710,34513 -"163846",24710,35400 -"163847",24710,36476 -"163848",24710,36547 -"163849",24710,36745 -"163850",24710,37821 -"163851",24710,37931 -"163852",24710,38146 -"163853",24710,38319 -"163854",24710,38457 -"163855",24710,39398 -"163856",24710,39492 -"163857",24710,40320 -"163858",24710,40373 -"163859",24710,40542 -"163860",24710,41182 -"163861",24710,42131 -"163862",24710,46843 -"163863",24710,48331 -"163864",24710,57150 -"163865",24711,34951 -"163866",24711,38598 -"163867",24711,53840 -"163868",24711,85617 -"163869",24712,50731 -"163870",24712,94871 -"163871",24712,108083 -"163872",24713,25346 -"163873",24713,32053 -"163874",24714,41899 -"163875",24714,70688 -"163876",24714,82081 -"163877",24714,100005 -"163878",24714,114800 -"163879",24714,121426 -"163880",24715,44370 -"163881",24716,41272 -"163882",24716,43959 -"163883",24716,52124 -"163884",24716,57031 -"163885",24716,59253 -"163886",24716,90840 -"163887",24716,95439 -"163888",24716,111331 -"163889",24717,31841 -"163890",24717,33201 -"163891",24717,41239 -"163892",24717,48707 -"163893",24717,56248 -"163894",24717,94952 -"163895",24717,104044 -"163896",24717,106747 -"163897",24718,24925 -"163898",24718,85878 -"163899",24718,90560 -"163900",24718,94714 -"163901",24718,102659 -"163902",24718,118924 -"163903",24718,119008 -"163904",24718,119012 -"163905",24719,25755 -"163906",24719,27302 -"163907",24719,27311 -"163908",24719,36514 -"163909",24720,24787 -"163910",24720,32592 -"163911",24720,37020 -"163912",24720,39010 -"163913",24720,42455 -"163914",24720,43853 -"163915",24720,46578 -"163916",24720,51144 -"163917",24721,28067 -"163918",24721,46091 -"163919",24721,63643 -"163920",24721,71651 -"163921",24721,72462 -"163922",24721,72472 -"163923",24722,24881 -"163924",24722,25690 -"163925",24722,90669 -"163926",24722,92741 -"163927",24722,109536 -"163928",24722,109901 -"163929",24723,28450 -"163930",24723,29998 -"163931",24723,36859 -"163932",24723,41266 -"163933",24723,46803 -"163934",24723,50041 -"163935",24723,50247 -"163936",24723,76133 -"163937",24723,81172 -"163938",24723,104592 -"163939",24723,104848 -"163940",24723,104942 -"163941",24723,111886 -"163942",24723,111896 -"163943",24723,111906 -"163944",24726,79475 -"163945",24727,24796 -"163946",24728,24932 -"163947",24728,42903 -"163948",24728,51859 -"163949",24728,53476 -"163950",24728,58296 -"163951",24728,85446 -"163952",24728,115528 -"163953",24728,121675 -"163954",24729,26335 -"163955",24729,30038 -"163956",24729,34011 -"163957",24729,36927 -"163958",24729,41679 -"163959",24729,41881 -"163960",24729,42723 -"163961",24729,45088 -"163962",24729,45308 -"163963",24729,49776 -"163964",24729,54498 -"163965",24729,55286 -"163966",24729,56787 -"163967",24729,66257 -"163968",24729,74558 -"163969",24729,75054 -"163970",24729,81749 -"163971",24729,89393 -"163972",24729,90725 -"163973",24729,116115 -"163974",24729,121959 -"163975",24730,68028 -"163976",24730,73644 -"163977",24730,103592 -"163978",24732,32266 -"163979",24732,36337 -"163980",24732,78990 -"163981",24732,84863 -"163982",24732,86698 -"163983",24732,93958 -"163984",24732,102792 -"163985",24733,29757 -"163986",24733,30513 -"163987",24733,33257 -"163988",24733,70243 -"163989",24733,78587 -"163990",24733,79148 -"163991",24733,114364 -"163992",24733,116071 -"163993",24734,24860 -"163994",24734,24863 -"163995",24734,38538 -"163996",24734,39752 -"163997",24734,47705 -"163998",24734,50430 -"163999",24734,52225 -"164000",24734,67648 -"164001",24734,68829 -"164002",24734,84003 -"164003",24735,24921 -"164004",24735,39739 -"164005",24735,42519 -"164006",24735,51386 -"164007",24735,57664 -"164008",24735,57990 -"164009",24735,59307 -"164010",24735,70078 -"164011",24735,95913 -"164012",24735,95925 -"164013",24735,95935 -"164014",24735,105495 -"164015",24735,105496 -"164016",24735,122285 -"164017",24736,24818 -"164018",24736,24861 -"164019",24736,24864 -"164020",24737,33059 -"164021",24738,43111 -"164022",24738,51671 -"164023",24738,57605 -"164024",24740,25342 -"164025",24740,73007 -"164026",24740,93102 -"164027",24741,27787 -"164028",24741,36967 -"164029",24741,49065 -"164030",24741,72605 -"164031",24741,72768 -"164032",24741,72950 -"164033",24742,24821 -"164034",24742,24883 -"164035",24742,24885 -"164036",24742,53549 -"164037",24743,29611 -"164038",24743,32323 -"164039",24743,45444 -"164040",24743,47529 -"164041",24743,50257 -"164042",24743,79827 -"164043",24744,56948 -"164044",24744,86757 -"164045",24744,86763 -"164046",24744,86768 -"164047",24745,86424 -"164048",24746,24917 -"164049",24746,26507 -"164050",24746,44037 -"164051",24746,44857 -"164052",24746,53830 -"164053",24746,56854 -"164054",24746,68844 -"164055",24746,75302 -"164056",24746,75761 -"164057",24746,75762 -"164058",24746,75763 -"164059",24746,75764 -"164060",24746,75765 -"164061",24746,88288 -"164062",24746,88443 -"164063",24746,96525 -"164064",24747,24857 -"164065",24747,38658 -"164066",24747,108210 -"164067",24747,108228 -"164068",24748,62411 -"164069",24748,72794 -"164070",24748,87567 -"164071",24748,89439 -"164072",24748,110242 -"164073",24748,110373 -"164074",24750,24756 -"164075",24750,30356 -"164076",24750,115287 -"164077",24751,39614 -"164078",24753,24793 -"164079",24753,24794 -"164080",24753,24826 -"164081",24753,24858 -"164082",24753,24895 -"164083",24753,26825 -"164084",24753,28984 -"164085",24753,31209 -"164086",24753,32052 -"164087",24753,33916 -"164088",24753,41664 -"164089",24753,45060 -"164090",24753,52699 -"164091",24753,83273 -"164092",24753,87154 -"164093",24753,91560 -"164094",24753,97275 -"164095",24753,102116 -"164096",24754,24923 -"164097",24754,60188 -"164098",24755,26570 -"164099",24755,31284 -"164100",24755,41832 -"164101",24755,46108 -"164102",24755,50387 -"164103",24755,51819 -"164104",24755,53546 -"164105",24755,56476 -"164106",24755,57268 -"164107",24755,58230 -"164108",24755,62898 -"164109",24755,75244 -"164110",24755,83747 -"164111",24755,86325 -"164112",24755,87105 -"164113",24755,87632 -"164114",24755,92220 -"164115",24755,92724 -"164116",24755,100396 -"164117",24755,104303 -"164118",24755,106875 -"164119",24756,32520 -"164120",24756,37569 -"164121",24756,37739 -"164122",24756,37934 -"164123",24756,48856 -"164124",24756,51079 -"164125",24756,60385 -"164126",24756,95430 -"164127",24757,37443 -"164128",24757,53964 -"164129",24758,68414 -"164130",24758,109680 -"164131",24758,117035 -"164132",24759,107607 -"164133",24759,119438 -"164134",24760,24884 -"164135",24760,26527 -"164136",24760,30966 -"164137",24760,32239 -"164138",24760,42867 -"164139",24760,52648 -"164140",24760,56525 -"164141",24760,57443 -"164142",24761,47884 -"164143",24761,50476 -"164144",24761,50753 -"164145",24761,66003 -"164146",24761,67944 -"164147",24761,70917 -"164148",24761,74004 -"164149",24761,83604 -"164150",24761,93665 -"164151",24761,97029 -"164152",24761,119712 -"164153",24762,41208 -"164154",24762,77941 -"164155",24762,85410 -"164156",24762,89969 -"164157",24762,90859 -"164158",24762,105139 -"164159",24762,105502 -"164160",24763,36183 -"164161",24763,55442 -"164162",24763,69520 -"164163",24763,90025 -"164164",24763,108507 -"164165",24763,109988 -"164166",24763,112994 -"164167",24763,123076 -"164168",24764,66197 -"164169",24764,97437 -"164170",24764,115668 -"164171",24764,123442 -"164172",24765,92206 -"164173",24766,26387 -"164174",24766,40245 -"164175",24766,76511 -"164176",24766,77285 -"164177",24766,87248 -"164178",24766,95266 -"164179",24767,37269 -"164180",24768,85573 -"164181",24768,114096 -"164182",24769,28330 -"164183",24769,45357 -"164184",24769,58474 -"164185",24769,84509 -"164186",24770,27162 -"164187",24770,27256 -"164188",24770,27286 -"164189",24770,27522 -"164190",24770,27635 -"164191",24770,30153 -"164192",24770,30461 -"164193",24770,34041 -"164194",24770,35146 -"164195",24770,35942 -"164196",24770,35993 -"164197",24770,43224 -"164198",24770,49642 -"164199",24770,51452 -"164200",24770,51520 -"164201",24770,53708 -"164202",24770,66750 -"164203",24770,68919 -"164204",24770,69223 -"164205",24770,69438 -"164206",24770,71059 -"164207",24770,76541 -"164208",24770,80124 -"164209",24770,86553 -"164210",24770,94987 -"164211",24770,96114 -"164212",24770,96170 -"164213",24770,96583 -"164214",24770,107636 -"164215",24770,123225 -"164216",24770,123246 -"164217",24770,123251 -"164218",24770,123254 -"164219",24771,24831 -"164220",24771,98281 -"164221",24772,28624 -"164222",24772,59618 -"164223",24772,63388 -"164224",24772,72049 -"164225",24772,83234 -"164226",24772,86761 -"164227",24772,105941 -"164228",24772,120011 -"164229",24773,67012 -"164230",24774,64619 -"164231",24774,76659 -"164232",24774,76737 -"164233",24775,85070 -"164234",24775,96318 -"164235",24776,24859 -"164236",24776,43422 -"164237",24776,47030 -"164238",24776,54747 -"164239",24776,93563 -"164240",24776,94108 -"164241",24776,123404 -"164242",24777,55955 -"164243",24777,77926 -"164244",24778,24913 -"164245",24778,25600 -"164246",24778,50562 -"164247",24778,54539 -"164248",24778,63639 -"164249",24778,64288 -"164250",24778,64343 -"164251",24778,64344 -"164252",24779,89812 -"164253",24780,24836 -"164254",24780,24901 -"164255",24781,29794 -"164256",24781,31857 -"164257",24781,39920 -"164258",24781,41167 -"164259",24782,61186 -"164260",24783,25070 -"164261",24783,30117 -"164262",24783,60534 -"164263",24783,66235 -"164264",24783,91498 -"164265",24784,41776 -"164266",24784,49612 -"164267",24784,78590 -"164268",24784,103464 -"164269",24785,24938 -"164270",24785,38780 -"164271",24785,78226 -"164272",24785,86544 -"164273",24785,86545 -"164274",24785,88271 -"164275",24785,88356 -"164276",24786,25215 -"164277",24786,25217 -"164278",24787,28978 -"164279",24787,29541 -"164280",24787,39010 -"164281",24788,48300 -"164282",24790,38774 -"164283",24790,50092 -"164284",24790,52216 -"164285",24790,60663 -"164286",24790,74044 -"164287",24790,99989 -"164288",24791,57133 -"164289",24792,46700 -"164290",24793,24794 -"164291",24793,24826 -"164292",24793,24858 -"164293",24793,24895 -"164294",24793,27007 -"164295",24793,28984 -"164296",24793,31209 -"164297",24793,32052 -"164298",24793,32690 -"164299",24793,33916 -"164300",24793,34568 -"164301",24793,55148 -"164302",24793,75506 -"164303",24793,75564 -"164304",24793,75724 -"164305",24793,100924 -"164306",24793,106261 -"164307",24794,24826 -"164308",24794,24858 -"164309",24794,24895 -"164310",24794,39707 -"164311",24794,52898 -"164312",24794,60838 -"164313",24794,63969 -"164314",24794,81916 -"164315",24794,82828 -"164316",24794,110433 -"164317",24795,24838 -"164318",24795,111583 -"164319",24795,111660 -"164320",24796,25747 -"164321",24796,28869 -"164322",24796,38736 -"164323",24796,42746 -"164324",24796,76482 -"164325",24796,84533 -"164326",24796,85379 -"164327",24797,55532 -"164328",24797,67549 -"164329",24797,90037 -"164330",24797,91113 -"164331",24797,112490 -"164332",24798,43736 -"164333",24798,43829 -"164334",24799,30818 -"164335",24799,55843 -"164336",24799,55888 -"164337",24799,57303 -"164338",24799,58159 -"164339",24799,82814 -"164340",24800,110140 -"164341",24801,43389 -"164342",24801,47883 -"164343",24801,71256 -"164344",24801,99341 -"164345",24802,53643 -"164346",24802,62518 -"164347",24802,69012 -"164348",24802,75648 -"164349",24802,80477 -"164350",24802,101327 -"164351",24802,119324 -"164352",24803,24804 -"164353",24803,43991 -"164354",24803,73058 -"164355",24803,74579 -"164356",24803,79918 -"164357",24803,91829 -"164358",24803,94218 -"164359",24803,113396 -"164360",24805,24867 -"164361",24805,25678 -"164362",24805,67701 -"164363",24805,67703 -"164364",24805,67745 -"164365",24805,73357 -"164366",24805,79727 -"164367",24805,79728 -"164368",24806,32892 -"164369",24806,38432 -"164370",24806,46040 -"164371",24806,67501 -"164372",24806,87651 -"164373",24807,25458 -"164374",24807,29490 -"164375",24807,121549 -"164376",24807,123492 -"164377",24808,29685 -"164378",24809,41100 -"164379",24809,42156 -"164380",24812,28823 -"164381",24812,29089 -"164382",24812,29512 -"164383",24812,49359 -"164384",24812,65634 -"164385",24812,66756 -"164386",24812,100055 -"164387",24812,104624 -"164388",24812,106153 -"164389",24812,106165 -"164390",24813,24846 -"164391",24814,24824 -"164392",24814,24891 -"164393",24814,32686 -"164394",24814,38697 -"164395",24814,42646 -"164396",24814,55261 -"164397",24814,57563 -"164398",24814,67591 -"164399",24814,68720 -"164400",24814,68915 -"164401",24815,26758 -"164402",24816,40129 -"164403",24816,46367 -"164404",24816,53326 -"164405",24817,24879 -"164406",24817,38111 -"164407",24817,94029 -"164408",24818,24861 -"164409",24818,24864 -"164410",24821,24883 -"164411",24821,24885 -"164412",24822,62614 -"164413",24823,24927 -"164414",24823,25470 -"164415",24823,37914 -"164416",24823,98000 -"164417",24823,109576 -"164418",24824,24891 -"164419",24824,32686 -"164420",24824,38697 -"164421",24824,39104 -"164422",24824,50504 -"164423",24824,60256 -"164424",24825,24897 -"164425",24825,31613 -"164426",24825,38340 -"164427",24825,39005 -"164428",24825,39006 -"164429",24825,39018 -"164430",24825,52666 -"164431",24825,56731 -"164432",24825,58485 -"164433",24825,60465 -"164434",24825,60544 -"164435",24825,69384 -"164436",24825,75860 -"164437",24825,89811 -"164438",24826,24858 -"164439",24826,24895 -"164440",24826,42980 -"164441",24826,58137 -"164442",24826,58852 -"164443",24827,29590 -"164444",24827,37921 -"164445",24827,40175 -"164446",24828,24924 -"164447",24828,27483 -"164448",24829,55624 -"164449",24829,55653 -"164450",24830,40955 -"164451",24830,40990 -"164452",24830,40991 -"164453",24831,39521 -"164454",24832,51075 -"164455",24832,92904 -"164456",24832,94995 -"164457",24832,100802 -"164458",24832,105665 -"164459",24833,27693 -"164460",24833,45811 -"164461",24833,92827 -"164462",24834,27104 -"164463",24834,36454 -"164464",24834,37850 -"164465",24834,44588 -"164466",24834,74203 -"164467",24834,76356 -"164468",24834,105134 -"164469",24834,121043 -"164470",24834,122503 -"164471",24835,25185 -"164472",24835,27460 -"164473",24835,60758 -"164474",24835,61684 -"164475",24835,78842 -"164476",24835,106741 -"164477",24836,24901 -"164478",24838,89965 -"164479",24838,100807 -"164480",24839,40596 -"164481",24839,51257 -"164482",24839,55180 -"164483",24839,55191 -"164484",24839,55204 -"164485",24839,55258 -"164486",24839,55259 -"164487",24839,78761 -"164488",24839,104234 -"164489",24839,104281 -"164490",24839,104299 -"164491",24840,29620 -"164492",24840,35299 -"164493",24840,73758 -"164494",24840,99178 -"164495",24841,48879 -"164496",24841,71841 -"164497",24841,113730 -"164498",24842,28173 -"164499",24842,37627 -"164500",24842,49334 -"164501",24842,49646 -"164502",24842,107012 -"164503",24842,107033 -"164504",24843,32909 -"164505",24843,58649 -"164506",24843,61829 -"164507",24843,85030 -"164508",24843,99374 -"164509",24844,43490 -"164510",24844,85960 -"164511",24845,38564 -"164512",24845,38565 -"164513",24845,45284 -"164514",24845,60134 -"164515",24845,63133 -"164516",24845,65734 -"164517",24845,68997 -"164518",24845,81914 -"164519",24845,87748 -"164520",24845,88943 -"164521",24845,91128 -"164522",24845,101811 -"164523",24845,106186 -"164524",24846,30891 -"164525",24846,33413 -"164526",24846,39581 -"164527",24846,46664 -"164528",24846,46825 -"164529",24846,59100 -"164530",24846,68889 -"164531",24846,70497 -"164532",24846,70698 -"164533",24846,72321 -"164534",24846,91429 -"164535",24847,33451 -"164536",24847,33968 -"164537",24847,49055 -"164538",24847,54204 -"164539",24847,59814 -"164540",24847,85063 -"164541",24848,30144 -"164542",24848,31401 -"164543",24848,85032 -"164544",24848,87647 -"164545",24848,91520 -"164546",24848,92507 -"164547",24848,92509 -"164548",24848,94688 -"164549",24849,31240 -"164550",24850,28959 -"164551",24850,30413 -"164552",24850,31159 -"164553",24851,38788 -"164554",24851,65529 -"164555",24852,35072 -"164556",24852,53630 -"164557",24852,54096 -"164558",24852,114436 -"164559",24853,37199 -"164560",24853,52119 -"164561",24853,76208 -"164562",24854,62450 -"164563",24855,27195 -"164564",24856,86460 -"164565",24857,39828 -"164566",24857,94064 -"164567",24858,24895 -"164568",24858,55148 -"164569",24858,93830 -"164570",24858,100924 -"164571",24858,123390 -"164572",24859,25781 -"164573",24859,111679 -"164574",24860,24863 -"164575",24860,50430 -"164576",24861,24864 -"164577",24861,27946 -"164578",24861,43480 -"164579",24861,47733 -"164580",24861,61580 -"164581",24861,68190 -"164582",24861,69778 -"164583",24861,69825 -"164584",24861,84932 -"164585",24862,24887 -"164586",24862,24896 -"164587",24862,24928 -"164588",24862,24929 -"164589",24862,36405 -"164590",24863,50038 -"164591",24863,50430 -"164592",24863,76230 -"164593",24863,80508 -"164594",24864,32398 -"164595",24864,33285 -"164596",24864,40194 -"164597",24864,43480 -"164598",24864,52915 -"164599",24866,43996 -"164600",24866,46922 -"164601",24866,47534 -"164602",24866,51589 -"164603",24866,53899 -"164604",24866,63390 -"164605",24866,102851 -"164606",24867,24868 -"164607",24867,29354 -"164608",24867,36996 -"164609",24867,38926 -"164610",24867,60822 -"164611",24867,77676 -"164612",24868,29354 -"164613",24868,29751 -"164614",24868,31489 -"164615",24868,31785 -"164616",24868,31818 -"164617",24868,32168 -"164618",24868,36880 -"164619",24868,48712 -"164620",24868,77676 -"164621",24868,77696 -"164622",24868,81848 -"164623",24868,91465 -"164624",24868,103324 -"164625",24868,103405 -"164626",24868,103406 -"164627",24868,106975 -"164628",24868,114971 -"164629",24869,25331 -"164630",24869,38720 -"164631",24869,47596 -"164632",24869,48220 -"164633",24869,49918 -"164634",24869,56541 -"164635",24869,56642 -"164636",24869,58325 -"164637",24869,58345 -"164638",24870,41654 -"164639",24870,63905 -"164640",24870,68957 -"164641",24870,113639 -"164642",24870,117157 -"164643",24871,87502 -"164644",24871,113442 -"164645",24872,93785 -"164646",24873,27726 -"164647",24873,27838 -"164648",24873,81675 -"164649",24874,26048 -"164650",24874,32361 -"164651",24874,75977 -"164652",24874,81822 -"164653",24875,57720 -"164654",24876,29372 -"164655",24876,40646 -"164656",24876,53333 -"164657",24876,79836 -"164658",24876,85329 -"164659",24877,41351 -"164660",24877,42379 -"164661",24877,57878 -"164662",24877,70665 -"164663",24877,88439 -"164664",24877,97918 -"164665",24878,37214 -"164666",24878,44786 -"164667",24878,48273 -"164668",24878,48327 -"164669",24878,48407 -"164670",24878,48853 -"164671",24878,73902 -"164672",24879,38111 -"164673",24879,74049 -"164674",24879,80668 -"164675",24879,85372 -"164676",24880,55582 -"164677",24880,74069 -"164678",24880,82536 -"164679",24880,102991 -"164680",24881,28068 -"164681",24881,29286 -"164682",24881,30770 -"164683",24881,55777 -"164684",24881,59975 -"164685",24881,68539 -"164686",24881,79262 -"164687",24881,80134 -"164688",24881,88149 -"164689",24881,92547 -"164690",24881,99493 -"164691",24881,106594 -"164692",24882,87272 -"164693",24882,90675 -"164694",24882,101887 -"164695",24882,104945 -"164696",24883,24885 -"164697",24884,28413 -"164698",24884,32239 -"164699",24884,35092 -"164700",24884,50468 -"164701",24884,56525 -"164702",24884,57421 -"164703",24884,76814 -"164704",24884,80928 -"164705",24884,94156 -"164706",24886,30358 -"164707",24886,37644 -"164708",24886,45425 -"164709",24886,80545 -"164710",24886,81073 -"164711",24886,86740 -"164712",24886,92856 -"164713",24886,115656 -"164714",24887,24896 -"164715",24887,24928 -"164716",24887,24929 -"164717",24888,53211 -"164718",24888,74101 -"164719",24888,82508 -"164720",24888,87471 -"164721",24888,91312 -"164722",24888,91794 -"164723",24888,101743 -"164724",24888,108800 -"164725",24888,113081 -"164726",24889,24890 -"164727",24889,25648 -"164728",24889,30655 -"164729",24889,44679 -"164730",24889,74180 -"164731",24889,88379 -"164732",24889,99620 -"164733",24889,109109 -"164734",24889,113253 -"164735",24889,122700 -"164736",24890,25648 -"164737",24890,30655 -"164738",24890,44679 -"164739",24890,74180 -"164740",24890,88379 -"164741",24890,99613 -"164742",24890,99620 -"164743",24890,109109 -"164744",24890,113253 -"164745",24890,122700 -"164746",24891,32686 -"164747",24891,38697 -"164748",24891,39104 -"164749",24891,59033 -"164750",24891,59437 -"164751",24891,59459 -"164752",24891,59473 -"164753",24891,59474 -"164754",24892,47577 -"164755",24892,53417 -"164756",24892,53668 -"164757",24892,99096 -"164758",24892,102854 -"164759",24893,25907 -"164760",24894,106261 -"164761",24895,99034 -"164762",24896,24928 -"164763",24896,24929 -"164764",24896,32717 -"164765",24896,66567 -"164766",24896,85392 -"164767",24898,66672 -"164768",24898,86458 -"164769",24899,31656 -"164770",24899,38045 -"164771",24899,82283 -"164772",24899,89474 -"164773",24899,99747 -"164774",24899,99763 -"164775",24899,102217 -"164776",24899,102468 -"164777",24899,107191 -"164778",24900,33440 -"164779",24900,34062 -"164780",24900,34144 -"164781",24900,34291 -"164782",24900,34334 -"164783",24900,34403 -"164784",24900,86150 -"164785",24901,50261 -"164786",24902,33952 -"164787",24902,83826 -"164788",24903,25400 -"164789",24903,66352 -"164790",24904,29508 -"164791",24904,36094 -"164792",24904,44797 -"164793",24904,97023 -"164794",24905,25941 -"164795",24905,26092 -"164796",24905,28691 -"164797",24905,33836 -"164798",24905,34782 -"164799",24905,41306 -"164800",24905,43845 -"164801",24905,43871 -"164802",24905,56465 -"164803",24905,60343 -"164804",24906,26795 -"164805",24906,29321 -"164806",24906,55155 -"164807",24906,61081 -"164808",24906,61732 -"164809",24906,116341 -"164810",24907,27650 -"164811",24907,36724 -"164812",24907,49283 -"164813",24907,73797 -"164814",24907,83377 -"164815",24907,103577 -"164816",24907,110825 -"164817",24907,117684 -"164818",24909,58628 -"164819",24910,25758 -"164820",24910,26537 -"164821",24910,26872 -"164822",24910,28767 -"164823",24910,28871 -"164824",24910,30230 -"164825",24910,30334 -"164826",24910,35496 -"164827",24910,36393 -"164828",24910,37610 -"164829",24910,37636 -"164830",24910,39435 -"164831",24910,40131 -"164832",24910,40166 -"164833",24910,40392 -"164834",24910,40905 -"164835",24910,41030 -"164836",24910,41429 -"164837",24910,41527 -"164838",24910,41529 -"164839",24910,41778 -"164840",24910,43147 -"164841",24910,43234 -"164842",24910,43858 -"164843",24910,44828 -"164844",24910,45657 -"164845",24910,45919 -"164846",24910,45933 -"164847",24910,46434 -"164848",24910,46788 -"164849",24910,47123 -"164850",24910,47488 -"164851",24910,48909 -"164852",24910,49859 -"164853",24910,50064 -"164854",24910,50067 -"164855",24910,50554 -"164856",24910,50879 -"164857",24910,51783 -"164858",24910,52018 -"164859",24910,53388 -"164860",24910,53444 -"164861",24910,53527 -"164862",24910,53555 -"164863",24910,54275 -"164864",24910,56628 -"164865",24910,57247 -"164866",24910,57548 -"164867",24910,58004 -"164868",24910,58068 -"164869",24910,58633 -"164870",24910,61111 -"164871",24910,61127 -"164872",24910,68287 -"164873",24910,102556 -"164874",24911,24943 -"164875",24911,25312 -"164876",24911,85046 -"164877",24911,85305 -"164878",24911,92697 -"164879",24912,90256 -"164880",24913,25600 -"164881",24914,29073 -"164882",24914,29996 -"164883",24914,33817 -"164884",24914,34651 -"164885",24914,55143 -"164886",24914,58133 -"164887",24914,102133 -"164888",24916,24928 -"164889",24916,85392 -"164890",24916,92465 -"164891",24918,35555 -"164892",24919,43858 -"164893",24919,51625 -"164894",24920,31951 -"164895",24920,51572 -"164896",24922,28170 -"164897",24922,28275 -"164898",24923,30532 -"164899",24923,30735 -"164900",24923,36960 -"164901",24923,40285 -"164902",24923,48183 -"164903",24923,51001 -"164904",24923,52510 -"164905",24923,61719 -"164906",24923,66272 -"164907",24923,85375 -"164908",24923,92973 -"164909",24923,96798 -"164910",24923,101905 -"164911",24924,31100 -"164912",24924,39171 -"164913",24924,55549 -"164914",24924,63346 -"164915",24924,76668 -"164916",24924,83473 -"164917",24927,25470 -"164918",24928,24929 -"164919",24928,77063 -"164920",24928,84074 -"164921",24928,85392 -"164922",24928,92465 -"164923",24929,33251 -"164924",24929,84074 -"164925",24929,86475 -"164926",24930,53068 -"164927",24930,89763 -"164928",24930,93583 -"164929",24930,117331 -"164930",24930,117336 -"164931",24930,117337 -"164932",24930,117340 -"164933",24931,27570 -"164934",24931,40173 -"164935",24931,84893 -"164936",24933,30317 -"164937",24933,34629 -"164938",24933,36843 -"164939",24933,37302 -"164940",24933,44956 -"164941",24933,45131 -"164942",24934,28712 -"164943",24934,36385 -"164944",24934,36850 -"164945",24934,37576 -"164946",24934,54212 -"164947",24934,54235 -"164948",24934,60063 -"164949",24934,115753 -"164950",24934,120555 -"164951",24935,33778 -"164952",24936,91711 -"164953",24937,118065 -"164954",24938,69827 -"164955",24939,25639 -"164956",24939,26432 -"164957",24939,26943 -"164958",24939,28499 -"164959",24939,30866 -"164960",24939,31700 -"164961",24939,32361 -"164962",24939,33275 -"164963",24939,33883 -"164964",24939,36286 -"164965",24939,36767 -"164966",24939,37937 -"164967",24939,40419 -"164968",24939,42608 -"164969",24939,44180 -"164970",24939,45818 -"164971",24939,46186 -"164972",24939,51476 -"164973",24939,51892 -"164974",24939,53755 -"164975",24939,54168 -"164976",24939,57210 -"164977",24939,58482 -"164978",24939,59172 -"164979",24939,59816 -"164980",24939,60399 -"164981",24939,61874 -"164982",24939,63274 -"164983",24939,66322 -"164984",24939,67327 -"164985",24939,70854 -"164986",24939,71683 -"164987",24939,72568 -"164988",24939,72628 -"164989",24939,73424 -"164990",24939,73767 -"164991",24939,78532 -"164992",24939,81609 -"164993",24939,81751 -"164994",24939,81790 -"164995",24939,84546 -"164996",24939,85885 -"164997",24939,89880 -"164998",24939,91255 -"164999",24939,92247 -"165000",24939,92352 -"165001",24939,92362 -"165002",24939,92929 -"165003",24939,93719 -"165004",24939,94906 -"165005",24939,94946 -"165006",24939,95889 -"165007",24939,96093 -"165008",24939,97988 -"165009",24939,99309 -"165010",24939,99376 -"165011",24939,99450 -"165012",24939,99471 -"165013",24939,99474 -"165014",24939,100916 -"165015",24939,100944 -"165016",24939,101126 -"165017",24939,101329 -"165018",24939,105557 -"165019",24939,107199 -"165020",24939,108743 -"165021",24939,108980 -"165022",24939,109291 -"165023",24939,109933 -"165024",24939,110483 -"165025",24939,110567 -"165026",24939,110572 -"165027",24939,110630 -"165028",24939,110648 -"165029",24939,110711 -"165030",24939,110770 -"165031",24939,110869 -"165032",24939,110911 -"165033",24939,111285 -"165034",24939,111314 -"165035",24939,111362 -"165036",24939,111372 -"165037",24939,111424 -"165038",24939,111433 -"165039",24939,112422 -"165040",24939,113269 -"165041",24939,113430 -"165042",24939,114242 -"165043",24939,114842 -"165044",24939,115427 -"165045",24939,115521 -"165046",24939,115711 -"165047",24943,25312 -"165048",24944,53740 -"165049",24944,55300 -"165050",24944,100384 -"165051",24945,27777 -"165052",24945,44188 -"165053",24945,44396 -"165054",24945,49512 -"165055",24945,57353 -"165056",24945,70822 -"165057",24945,72598 -"165058",24945,75897 -"165059",24945,79590 -"165060",24945,81838 -"165061",24945,93016 -"165062",24945,99089 -"165063",24946,75916 -"165064",24946,82966 -"165065",24948,24989 -"165066",24948,25048 -"165067",24948,26413 -"165068",24948,27267 -"165069",24948,31897 -"165070",24948,32070 -"165071",24948,33878 -"165072",24948,33940 -"165073",24948,34070 -"165074",24948,40561 -"165075",24948,46568 -"165076",24948,50659 -"165077",24948,51632 -"165078",24948,54737 -"165079",24948,55865 -"165080",24948,56168 -"165081",24948,60846 -"165082",24948,64576 -"165083",24948,69291 -"165084",24948,78073 -"165085",24948,79331 -"165086",24948,79417 -"165087",24948,79655 -"165088",24948,79710 -"165089",24948,79711 -"165090",24948,79720 -"165091",24948,79725 -"165092",24948,79738 -"165093",24948,79748 -"165094",24948,79750 -"165095",24948,79754 -"165096",24948,79758 -"165097",24948,79760 -"165098",24948,79771 -"165099",24948,79772 -"165100",24948,79780 -"165101",24948,79781 -"165102",24948,79793 -"165103",24948,79803 -"165104",24948,81287 -"165105",24948,81755 -"165106",24948,85238 -"165107",24948,93585 -"165108",24948,97341 -"165109",24948,103367 -"165110",24948,108764 -"165111",24949,26262 -"165112",24950,24971 -"165113",24950,29606 -"165114",24950,49717 -"165115",24950,64357 -"165116",24950,83159 -"165117",24950,103954 -"165118",24951,71647 -"165119",24952,24996 -"165120",24952,25045 -"165121",24952,27123 -"165122",24952,35369 -"165123",24952,38094 -"165124",24953,35742 -"165125",24953,39928 -"165126",24953,43710 -"165127",24953,44819 -"165128",24953,108613 -"165129",24954,25054 -"165130",24954,25139 -"165131",24954,92393 -"165132",24954,106581 -"165133",24954,108628 -"165134",24954,118309 -"165135",24955,54606 -"165136",24956,24977 -"165137",24957,31445 -"165138",24957,35437 -"165139",24957,42168 -"165140",24957,52204 -"165141",24957,94249 -"165142",24958,25576 -"165143",24958,105410 -"165144",24959,51232 -"165145",24959,81918 -"165146",24960,29292 -"165147",24960,31005 -"165148",24960,46141 -"165149",24960,74067 -"165150",24961,28289 -"165151",24961,73228 -"165152",24961,102985 -"165153",24962,79011 -"165154",24962,120171 -"165155",24962,120181 -"165156",24963,25125 -"165157",24963,83683 -"165158",24964,73185 -"165159",24965,83156 -"165160",24965,85903 -"165161",24966,62606 -"165162",24967,24980 -"165163",24967,53213 -"165164",24967,63120 -"165165",24968,64043 -"165166",24969,31285 -"165167",24969,81616 -"165168",24970,34621 -"165169",24970,59182 -"165170",24970,62126 -"165171",24970,64600 -"165172",24970,76282 -"165173",24970,91525 -"165174",24970,99930 -"165175",24970,101040 -"165176",24970,101043 -"165177",24970,101050 -"165178",24970,101051 -"165179",24970,101054 -"165180",24970,101627 -"165181",24971,84056 -"165182",24972,25649 -"165183",24972,26908 -"165184",24972,39544 -"165185",24972,61128 -"165186",24972,63041 -"165187",24972,65553 -"165188",24972,85504 -"165189",24972,99288 -"165190",24972,114416 -"165191",24973,76565 -"165192",24973,95973 -"165193",24973,104785 -"165194",24973,111792 -"165195",24973,118321 -"165196",24973,120200 -"165197",24974,25031 -"165198",24974,27531 -"165199",24974,52770 -"165200",24974,74308 -"165201",24974,75321 -"165202",24974,89396 -"165203",24976,91091 -"165204",24976,115362 -"165205",24977,25515 -"165206",24977,26853 -"165207",24977,47492 -"165208",24977,47622 -"165209",24977,47770 -"165210",24977,80785 -"165211",24978,24979 -"165212",24978,25092 -"165213",24978,36993 -"165214",24978,39465 -"165215",24978,43598 -"165216",24978,62832 -"165217",24978,73180 -"165218",24978,78746 -"165219",24978,99910 -"165220",24978,100216 -"165221",24978,105468 -"165222",24978,115762 -"165223",24979,25092 -"165224",24979,30320 -"165225",24979,30388 -"165226",24979,43246 -"165227",24980,68517 -"165228",24980,75632 -"165229",24980,98491 -"165230",24980,98492 -"165231",24980,104208 -"165232",24980,112401 -"165233",24980,118378 -"165234",24981,25141 -"165235",24981,34393 -"165236",24981,34538 -"165237",24981,34660 -"165238",24981,39021 -"165239",24981,44142 -"165240",24981,52485 -"165241",24981,61608 -"165242",24982,27987 -"165243",24982,29194 -"165244",24982,42250 -"165245",24982,46231 -"165246",24982,80512 -"165247",24982,91310 -"165248",24983,28637 -"165249",24983,30403 -"165250",24983,38941 -"165251",24983,58205 -"165252",24983,65790 -"165253",24983,79823 -"165254",24983,84670 -"165255",24983,88209 -"165256",24983,95448 -"165257",24983,108906 -"165258",24983,111112 -"165259",24984,28849 -"165260",24984,30055 -"165261",24984,30291 -"165262",24984,36534 -"165263",24984,40390 -"165264",24984,52535 -"165265",24984,53568 -"165266",24984,53785 -"165267",24984,61074 -"165268",24984,63099 -"165269",24984,74197 -"165270",24984,83961 -"165271",24984,84025 -"165272",24984,85338 -"165273",24984,91666 -"165274",24984,91780 -"165275",24984,96270 -"165276",24984,102158 -"165277",24984,122453 -"165278",24985,56447 -"165279",24985,77955 -"165280",24985,105217 -"165281",24986,25401 -"165282",24986,25610 -"165283",24986,31909 -"165284",24986,56373 -"165285",24986,66730 -"165286",24986,81674 -"165287",24986,104420 -"165288",24986,107072 -"165289",24987,73266 -"165290",24988,28022 -"165291",24988,30939 -"165292",24988,37877 -"165293",24988,38677 -"165294",24988,50964 -"165295",24988,84793 -"165296",24989,25048 -"165297",24989,26413 -"165298",24989,27267 -"165299",24989,31897 -"165300",24989,32070 -"165301",24989,40561 -"165302",24989,46568 -"165303",24989,50659 -"165304",24989,54737 -"165305",24989,56168 -"165306",24989,60846 -"165307",24989,69291 -"165308",24989,78073 -"165309",24989,79331 -"165310",24989,79417 -"165311",24989,79710 -"165312",24989,79711 -"165313",24989,79720 -"165314",24989,79725 -"165315",24989,79738 -"165316",24989,79748 -"165317",24989,79750 -"165318",24989,79754 -"165319",24989,79758 -"165320",24989,79760 -"165321",24989,79771 -"165322",24989,79780 -"165323",24989,79781 -"165324",24989,79803 -"165325",24989,90633 -"165326",24990,25058 -"165327",24990,71532 -"165328",24990,71551 -"165329",24991,109330 -"165330",24992,25020 -"165331",24992,25172 -"165332",24992,35704 -"165333",24993,24994 -"165334",24993,93202 -"165335",24993,100747 -"165336",24994,54732 -"165337",24994,79797 -"165338",24994,83770 -"165339",24994,91179 -"165340",24994,94273 -"165341",24994,110701 -"165342",24994,110796 -"165343",24994,122750 -"165344",24995,56870 -"165345",24996,25045 -"165346",24996,95168 -"165347",24997,25144 -"165348",24998,42264 -"165349",24998,59795 -"165350",24999,88974 -"165351",24999,92004 -"165352",24999,92057 -"165353",24999,102593 -"165354",25000,37181 -"165355",25001,25492 -"165356",25003,39131 -"165357",25005,26451 -"165358",25005,42994 -"165359",25005,77267 -"165360",25006,25421 -"165361",25006,25454 -"165362",25006,27583 -"165363",25007,26599 -"165364",25007,55761 -"165365",25008,30116 -"165366",25008,30344 -"165367",25008,31556 -"165368",25008,32035 -"165369",25008,42490 -"165370",25008,48688 -"165371",25008,53390 -"165372",25008,60910 -"165373",25008,101250 -"165374",25010,26068 -"165375",25010,32039 -"165376",25010,58746 -"165377",25010,97836 -"165378",25010,116005 -"165379",25011,28849 -"165380",25011,44905 -"165381",25012,48350 -"165382",25012,112292 -"165383",25012,119909 -"165384",25013,25150 -"165385",25013,25639 -"165386",25013,32439 -"165387",25013,36954 -"165388",25013,37307 -"165389",25013,38363 -"165390",25013,41455 -"165391",25013,43149 -"165392",25013,44687 -"165393",25013,50207 -"165394",25013,50488 -"165395",25013,52112 -"165396",25013,53415 -"165397",25013,56357 -"165398",25013,57636 -"165399",25013,58482 -"165400",25013,59798 -"165401",25013,70907 -"165402",25013,71683 -"165403",25013,77125 -"165404",25013,78398 -"165405",25013,82426 -"165406",25013,82851 -"165407",25013,84343 -"165408",25013,85000 -"165409",25013,85101 -"165410",25013,91682 -"165411",25013,95267 -"165412",25013,97580 -"165413",25013,98727 -"165414",25013,98776 -"165415",25013,99919 -"165416",25013,100795 -"165417",25013,102572 -"165418",25013,106824 -"165419",25013,108879 -"165420",25013,109166 -"165421",25013,109858 -"165422",25013,109878 -"165423",25013,112962 -"165424",25013,113990 -"165425",25013,115413 -"165426",25013,116123 -"165427",25013,117258 -"165428",25013,117560 -"165429",25013,118128 -"165430",25013,118836 -"165431",25013,118866 -"165432",25013,118873 -"165433",25013,119131 -"165434",25013,119513 -"165435",25013,119716 -"165436",25013,119769 -"165437",25013,120123 -"165438",25013,120169 -"165439",25013,120725 -"165440",25013,120944 -"165441",25013,121609 -"165442",25013,122007 -"165443",25013,122032 -"165444",25013,122035 -"165445",25013,122724 -"165446",25013,123070 -"165447",25013,123394 -"165448",25013,123490 -"165449",25014,47793 -"165450",25014,49546 -"165451",25014,62160 -"165452",25014,81411 -"165453",25014,82448 -"165454",25014,82451 -"165455",25014,82471 -"165456",25014,82484 -"165457",25014,82516 -"165458",25014,82518 -"165459",25015,42796 -"165460",25015,71367 -"165461",25016,25297 -"165462",25017,104149 -"165463",25017,112929 -"165464",25017,115626 -"165465",25017,115627 -"165466",25018,121907 -"165467",25019,31239 -"165468",25019,66061 -"165469",25019,73211 -"165470",25020,25172 -"165471",25020,35704 -"165472",25021,48334 -"165473",25022,33069 -"165474",25022,34932 -"165475",25022,60753 -"165476",25022,88959 -"165477",25024,53089 -"165478",25024,67812 -"165479",25024,81284 -"165480",25024,83729 -"165481",25024,87625 -"165482",25024,118260 -"165483",25024,118263 -"165484",25025,29557 -"165485",25025,83365 -"165486",25025,97517 -"165487",25027,30592 -"165488",25027,67546 -"165489",25027,72956 -"165490",25027,77682 -"165491",25027,114014 -"165492",25028,29426 -"165493",25028,39482 -"165494",25028,40842 -"165495",25028,56303 -"165496",25028,78414 -"165497",25028,83751 -"165498",25028,92534 -"165499",25029,25115 -"165500",25030,38692 -"165501",25030,50254 -"165502",25030,56848 -"165503",25031,25717 -"165504",25031,26216 -"165505",25031,27531 -"165506",25031,28093 -"165507",25031,28353 -"165508",25031,29019 -"165509",25031,29026 -"165510",25031,32413 -"165511",25031,34614 -"165512",25031,34631 -"165513",25031,34668 -"165514",25031,35983 -"165515",25031,38270 -"165516",25031,40113 -"165517",25031,41956 -"165518",25031,42289 -"165519",25031,46523 -"165520",25031,48281 -"165521",25031,48380 -"165522",25031,50662 -"165523",25031,56216 -"165524",25031,59615 -"165525",25031,62679 -"165526",25031,63105 -"165527",25031,68001 -"165528",25031,68475 -"165529",25031,68917 -"165530",25031,69296 -"165531",25031,71106 -"165532",25031,73655 -"165533",25031,75767 -"165534",25031,76046 -"165535",25031,76459 -"165536",25031,76808 -"165537",25031,77727 -"165538",25031,78224 -"165539",25031,79222 -"165540",25031,82978 -"165541",25031,83306 -"165542",25031,83729 -"165543",25031,85027 -"165544",25031,88398 -"165545",25031,88412 -"165546",25031,90275 -"165547",25031,90295 -"165548",25031,90426 -"165549",25031,91112 -"165550",25031,91526 -"165551",25031,93425 -"165552",25031,93523 -"165553",25031,94520 -"165554",25031,95954 -"165555",25031,99544 -"165556",25031,99547 -"165557",25031,99554 -"165558",25031,100595 -"165559",25031,100739 -"165560",25031,100819 -"165561",25031,101898 -"165562",25031,101988 -"165563",25031,102146 -"165564",25031,102201 -"165565",25031,102309 -"165566",25031,102635 -"165567",25031,102730 -"165568",25031,102846 -"165569",25031,103790 -"165570",25031,104095 -"165571",25031,104574 -"165572",25031,104784 -"165573",25031,104845 -"165574",25031,107269 -"165575",25031,107623 -"165576",25031,107714 -"165577",25031,107879 -"165578",25031,107975 -"165579",25032,100422 -"165580",25033,26623 -"165581",25033,28913 -"165582",25033,30479 -"165583",25033,39120 -"165584",25033,77911 -"165585",25033,85053 -"165586",25033,113485 -"165587",25033,120239 -"165588",25034,25103 -"165589",25034,32193 -"165590",25034,32210 -"165591",25034,60722 -"165592",25034,62832 -"165593",25034,63759 -"165594",25034,78955 -"165595",25035,27041 -"165596",25035,36797 -"165597",25035,76978 -"165598",25036,29055 -"165599",25037,25075 -"165600",25037,25091 -"165601",25038,25127 -"165602",25040,40440 -"165603",25040,118996 -"165604",25041,50491 -"165605",25041,96569 -"165606",25042,25119 -"165607",25042,38676 -"165608",25042,83302 -"165609",25042,122754 -"165610",25043,25390 -"165611",25043,56190 -"165612",25043,83668 -"165613",25044,29133 -"165614",25044,35187 -"165615",25044,35955 -"165616",25044,40734 -"165617",25044,45570 -"165618",25044,51281 -"165619",25044,71767 -"165620",25045,47301 -"165621",25046,39820 -"165622",25046,41165 -"165623",25046,44273 -"165624",25046,62986 -"165625",25046,70381 -"165626",25046,87374 -"165627",25046,107551 -"165628",25047,59843 -"165629",25049,25059 -"165630",25049,39822 -"165631",25049,50119 -"165632",25049,54522 -"165633",25049,68202 -"165634",25049,92540 -"165635",25050,68787 -"165636",25051,50321 -"165637",25052,50158 -"165638",25053,36880 -"165639",25053,46881 -"165640",25053,55446 -"165641",25053,78598 -"165642",25053,83846 -"165643",25053,88170 -"165644",25053,90159 -"165645",25053,91219 -"165646",25053,91465 -"165647",25053,93991 -"165648",25053,99602 -"165649",25053,100143 -"165650",25054,25139 -"165651",25054,30304 -"165652",25054,36618 -"165653",25054,59529 -"165654",25054,78910 -"165655",25055,35932 -"165656",25055,36058 -"165657",25056,37280 -"165658",25056,68328 -"165659",25057,26560 -"165660",25057,32405 -"165661",25057,45917 -"165662",25057,50639 -"165663",25057,55668 -"165664",25057,79099 -"165665",25058,29865 -"165666",25058,42037 -"165667",25058,42072 -"165668",25058,42073 -"165669",25058,42074 -"165670",25058,57277 -"165671",25058,60638 -"165672",25060,31086 -"165673",25060,39098 -"165674",25060,40102 -"165675",25060,45911 -"165676",25061,49184 -"165677",25062,41951 -"165678",25062,57394 -"165679",25063,35448 -"165680",25063,91572 -"165681",25064,25254 -"165682",25065,37272 -"165683",25065,50712 -"165684",25066,25253 -"165685",25066,63840 -"165686",25066,70714 -"165687",25066,79234 -"165688",25066,99993 -"165689",25067,39746 -"165690",25067,44611 -"165691",25067,48771 -"165692",25067,65802 -"165693",25067,67385 -"165694",25067,67700 -"165695",25067,67764 -"165696",25067,68926 -"165697",25067,104348 -"165698",25067,121817 -"165699",25068,84031 -"165700",25069,25114 -"165701",25069,28409 -"165702",25069,35421 -"165703",25069,38227 -"165704",25069,39059 -"165705",25069,42250 -"165706",25069,82930 -"165707",25069,96510 -"165708",25069,98093 -"165709",25069,98252 -"165710",25071,79135 -"165711",25073,29367 -"165712",25073,72807 -"165713",25074,25106 -"165714",25075,25091 -"165715",25076,44969 -"165716",25076,44982 -"165717",25077,40939 -"165718",25077,116699 -"165719",25078,36227 -"165720",25078,37392 -"165721",25078,40943 -"165722",25078,41050 -"165723",25078,41424 -"165724",25078,44623 -"165725",25078,54969 -"165726",25078,57919 -"165727",25080,49839 -"165728",25082,26062 -"165729",25082,26352 -"165730",25082,36031 -"165731",25082,40441 -"165732",25082,43306 -"165733",25082,48370 -"165734",25083,41191 -"165735",25083,86069 -"165736",25084,29266 -"165737",25084,32957 -"165738",25084,38198 -"165739",25084,39826 -"165740",25084,41785 -"165741",25084,41804 -"165742",25084,41859 -"165743",25084,42232 -"165744",25084,50480 -"165745",25084,50746 -"165746",25084,50965 -"165747",25084,58377 -"165748",25084,61706 -"165749",25084,68217 -"165750",25084,70140 -"165751",25084,75657 -"165752",25085,25094 -"165753",25085,25589 -"165754",25085,31313 -"165755",25085,35997 -"165756",25085,39384 -"165757",25085,42565 -"165758",25085,66170 -"165759",25085,112839 -"165760",25085,123078 -"165761",25086,31668 -"165762",25086,82187 -"165763",25088,26065 -"165764",25088,49001 -"165765",25088,49849 -"165766",25088,63461 -"165767",25088,85917 -"165768",25089,25099 -"165769",25089,25146 -"165770",25089,54778 -"165771",25089,60383 -"165772",25089,62551 -"165773",25089,77472 -"165774",25090,59331 -"165775",25090,61457 -"165776",25091,35733 -"165777",25092,27526 -"165778",25092,47283 -"165779",25092,75451 -"165780",25092,77588 -"165781",25092,109394 -"165782",25092,109438 -"165783",25093,70352 -"165784",25093,90514 -"165785",25093,95499 -"165786",25093,118766 -"165787",25094,25589 -"165788",25094,39215 -"165789",25094,53672 -"165790",25094,63169 -"165791",25094,63185 -"165792",25095,39331 -"165793",25095,41395 -"165794",25095,41597 -"165795",25095,62030 -"165796",25095,65698 -"165797",25096,30085 -"165798",25096,31442 -"165799",25096,31983 -"165800",25096,49896 -"165801",25096,76494 -"165802",25096,92181 -"165803",25096,93679 -"165804",25096,101550 -"165805",25097,29412 -"165806",25097,34395 -"165807",25097,34437 -"165808",25097,45214 -"165809",25097,47247 -"165810",25098,42787 -"165811",25098,45860 -"165812",25098,48116 -"165813",25098,53499 -"165814",25098,69175 -"165815",25098,77467 -"165816",25098,79360 -"165817",25098,86896 -"165818",25099,25146 -"165819",25099,50462 -"165820",25099,54778 -"165821",25099,60383 -"165822",25099,62551 -"165823",25099,77472 -"165824",25100,42018 -"165825",25100,69657 -"165826",25100,77266 -"165827",25101,35159 -"165828",25102,25117 -"165829",25104,27740 -"165830",25104,37596 -"165831",25106,57950 -"165832",25107,26441 -"165833",25107,26807 -"165834",25108,85514 -"165835",25109,25467 -"165836",25110,66369 -"165837",25111,25131 -"165838",25111,79653 -"165839",25111,103009 -"165840",25112,53753 -"165841",25113,92425 -"165842",25114,30906 -"165843",25114,32833 -"165844",25114,33831 -"165845",25114,84191 -"165846",25115,30308 -"165847",25115,71604 -"165848",25115,81229 -"165849",25115,86530 -"165850",25117,26760 -"165851",25117,27084 -"165852",25117,27190 -"165853",25117,28173 -"165854",25117,37506 -"165855",25117,41785 -"165856",25117,47743 -"165857",25117,102973 -"165858",25118,77436 -"165859",25118,90735 -"165860",25119,27604 -"165861",25119,43837 -"165862",25119,47669 -"165863",25119,68958 -"165864",25119,92036 -"165865",25119,106056 -"165866",25119,106072 -"165867",25120,48866 -"165868",25120,75145 -"165869",25120,102597 -"165870",25120,103966 -"165871",25120,106103 -"165872",25120,106137 -"165873",25122,89319 -"165874",25123,25750 -"165875",25123,61097 -"165876",25123,83220 -"165877",25124,32452 -"165878",25124,34303 -"165879",25124,37559 -"165880",25124,38186 -"165881",25124,40493 -"165882",25126,27572 -"165883",25126,30866 -"165884",25126,38015 -"165885",25126,38917 -"165886",25126,46282 -"165887",25126,49360 -"165888",25126,49383 -"165889",25126,91265 -"165890",25126,106987 -"165891",25127,48030 -"165892",25127,56781 -"165893",25127,56911 -"165894",25128,73191 -"165895",25128,99584 -"165896",25129,34509 -"165897",25129,35934 -"165898",25129,48371 -"165899",25129,48484 -"165900",25129,62841 -"165901",25129,70923 -"165902",25129,94830 -"165903",25129,94850 -"165904",25129,94856 -"165905",25130,89178 -"165906",25130,91159 -"165907",25132,28925 -"165908",25132,39380 -"165909",25132,50168 -"165910",25132,79912 -"165911",25132,85269 -"165912",25132,100939 -"165913",25132,111762 -"165914",25133,28832 -"165915",25133,55212 -"165916",25133,100702 -"165917",25134,25135 -"165918",25134,25137 -"165919",25134,25142 -"165920",25134,44684 -"165921",25134,49032 -"165922",25134,67264 -"165923",25134,73482 -"165924",25134,113320 -"165925",25134,115883 -"165926",25134,115896 -"165927",25135,25137 -"165928",25135,25142 -"165929",25135,27072 -"165930",25135,28336 -"165931",25135,28337 -"165932",25135,28346 -"165933",25135,44684 -"165934",25135,60511 -"165935",25135,77855 -"165936",25135,104585 -"165937",25137,25142 -"165938",25137,61329 -"165939",25137,86000 -"165940",25139,26101 -"165941",25139,35674 -"165942",25139,45455 -"165943",25139,48885 -"165944",25139,50184 -"165945",25139,50660 -"165946",25139,51512 -"165947",25139,58654 -"165948",25139,69564 -"165949",25139,69631 -"165950",25139,75875 -"165951",25139,75879 -"165952",25139,78544 -"165953",25139,92393 -"165954",25139,104659 -"165955",25139,112010 -"165956",25140,27256 -"165957",25140,49373 -"165958",25140,60338 -"165959",25140,60720 -"165960",25140,63868 -"165961",25140,64605 -"165962",25140,66171 -"165963",25140,66290 -"165964",25141,44142 -"165965",25141,50169 -"165966",25141,50276 -"165967",25142,28336 -"165968",25142,28337 -"165969",25142,28346 -"165970",25142,38509 -"165971",25143,25303 -"165972",25143,25664 -"165973",25143,26407 -"165974",25143,27174 -"165975",25143,27196 -"165976",25143,27710 -"165977",25143,28703 -"165978",25143,29253 -"165979",25143,29341 -"165980",25143,29560 -"165981",25143,29573 -"165982",25143,29868 -"165983",25143,31471 -"165984",25143,32438 -"165985",25143,32967 -"165986",25143,33223 -"165987",25143,33881 -"165988",25143,34097 -"165989",25143,34330 -"165990",25143,34513 -"165991",25143,35400 -"165992",25143,36476 -"165993",25143,36547 -"165994",25143,36745 -"165995",25143,37821 -"165996",25143,37931 -"165997",25143,38319 -"165998",25143,39398 -"165999",25143,39492 -"166000",25143,40320 -"166001",25143,40373 -"166002",25143,40542 -"166003",25143,41182 -"166004",25143,42131 -"166005",25143,46843 -"166006",25143,48331 -"166007",25143,95044 -"166008",25145,72207 -"166009",25147,56509 -"166010",25147,57279 -"166011",25147,78032 -"166012",25147,79278 -"166013",25147,79390 -"166014",25148,58542 -"166015",25148,64829 -"166016",25149,26967 -"166017",25149,30299 -"166018",25149,59253 -"166019",25150,25639 -"166020",25150,26130 -"166021",25150,28888 -"166022",25150,28963 -"166023",25150,29073 -"166024",25150,32925 -"166025",25150,36954 -"166026",25150,37307 -"166027",25150,41455 -"166028",25150,43149 -"166029",25150,44687 -"166030",25150,50207 -"166031",25150,50488 -"166032",25150,52112 -"166033",25150,53415 -"166034",25150,56357 -"166035",25150,57636 -"166036",25150,58482 -"166037",25150,59798 -"166038",25150,62957 -"166039",25150,70907 -"166040",25150,71683 -"166041",25150,77125 -"166042",25150,78398 -"166043",25150,82426 -"166044",25150,84343 -"166045",25150,85000 -"166046",25150,85101 -"166047",25150,89108 -"166048",25150,91682 -"166049",25150,95267 -"166050",25150,97580 -"166051",25150,98727 -"166052",25150,98776 -"166053",25150,100795 -"166054",25150,106824 -"166055",25150,108879 -"166056",25150,109166 -"166057",25150,109858 -"166058",25150,109878 -"166059",25150,112962 -"166060",25150,113990 -"166061",25150,115413 -"166062",25150,116123 -"166063",25150,117258 -"166064",25150,117560 -"166065",25150,118128 -"166066",25150,118836 -"166067",25150,118866 -"166068",25150,118873 -"166069",25150,119131 -"166070",25150,119513 -"166071",25150,119716 -"166072",25150,119769 -"166073",25150,120123 -"166074",25150,120169 -"166075",25150,120725 -"166076",25150,120944 -"166077",25150,121609 -"166078",25150,122007 -"166079",25150,122032 -"166080",25150,122035 -"166081",25150,122724 -"166082",25150,123070 -"166083",25150,123394 -"166084",25150,123490 -"166085",25151,57608 -"166086",25151,82588 -"166087",25151,107534 -"166088",25152,25565 -"166089",25152,29037 -"166090",25152,33349 -"166091",25152,38217 -"166092",25152,38625 -"166093",25152,49014 -"166094",25152,97445 -"166095",25152,99162 -"166096",25152,105019 -"166097",25152,111019 -"166098",25153,26595 -"166099",25153,28500 -"166100",25153,44306 -"166101",25153,67145 -"166102",25153,79239 -"166103",25153,79382 -"166104",25153,79587 -"166105",25153,88282 -"166106",25153,95602 -"166107",25153,106557 -"166108",25153,106644 -"166109",25154,25857 -"166110",25154,32005 -"166111",25155,25752 -"166112",25155,36093 -"166113",25155,51587 -"166114",25155,51750 -"166115",25155,56948 -"166116",25155,84552 -"166117",25155,84558 -"166118",25155,84599 -"166119",25155,85525 -"166120",25155,100925 -"166121",25155,101570 -"166122",25156,42490 -"166123",25156,48890 -"166124",25157,96171 -"166125",25157,96487 -"166126",25158,25541 -"166127",25158,37839 -"166128",25158,46626 -"166129",25159,74271 -"166130",25159,89760 -"166131",25160,25469 -"166132",25160,25497 -"166133",25160,25513 -"166134",25160,25580 -"166135",25160,25626 -"166136",25160,28051 -"166137",25160,47122 -"166138",25160,63352 -"166139",25160,79182 -"166140",25161,32245 -"166141",25161,40351 -"166142",25161,48715 -"166143",25161,51288 -"166144",25161,65995 -"166145",25162,25456 -"166146",25162,30865 -"166147",25162,33665 -"166148",25162,39888 -"166149",25162,42200 -"166150",25162,43801 -"166151",25162,54078 -"166152",25162,87833 -"166153",25162,87946 -"166154",25162,88799 -"166155",25162,89817 -"166156",25162,95204 -"166157",25162,97220 -"166158",25163,28068 -"166159",25163,30758 -"166160",25163,33962 -"166161",25163,47364 -"166162",25163,81285 -"166163",25163,86864 -"166164",25163,86873 -"166165",25163,91152 -"166166",25163,116087 -"166167",25164,57813 -"166168",25164,59931 -"166169",25164,102237 -"166170",25165,31332 -"166171",25165,31334 -"166172",25165,31335 -"166173",25165,58260 -"166174",25165,61105 -"166175",25165,61400 -"166176",25165,71601 -"166177",25165,71815 -"166178",25166,105828 -"166179",25166,105833 -"166180",25167,108897 -"166181",25169,81411 -"166182",25169,93723 -"166183",25169,100697 -"166184",25169,112150 -"166185",25169,112153 -"166186",25169,112443 -"166187",25169,112447 -"166188",25169,112455 -"166189",25169,112459 -"166190",25169,114599 -"166191",25170,28922 -"166192",25170,30870 -"166193",25170,35552 -"166194",25170,38785 -"166195",25170,46824 -"166196",25170,49785 -"166197",25170,51879 -"166198",25170,52974 -"166199",25170,53296 -"166200",25170,57167 -"166201",25170,57897 -"166202",25170,65092 -"166203",25170,72919 -"166204",25170,72948 -"166205",25170,85317 -"166206",25170,117247 -"166207",25171,36208 -"166208",25171,42693 -"166209",25172,35704 -"166210",25173,25174 -"166211",25173,62930 -"166212",25173,99198 -"166213",25173,100826 -"166214",25173,117276 -"166215",25175,29498 -"166216",25175,45370 -"166217",25175,65949 -"166218",25175,97917 -"166219",25176,40206 -"166220",25176,57590 -"166221",25176,97505 -"166222",25179,114146 -"166223",25180,39484 -"166224",25181,26882 -"166225",25181,69662 -"166226",25181,76428 -"166227",25181,77664 -"166228",25181,80892 -"166229",25181,89557 -"166230",25182,97006 -"166231",25182,108124 -"166232",25182,119290 -"166233",25183,25238 -"166234",25184,26144 -"166235",25184,36285 -"166236",25184,46129 -"166237",25184,48599 -"166238",25184,49657 -"166239",25184,62662 -"166240",25184,63828 -"166241",25184,81993 -"166242",25184,88065 -"166243",25185,30926 -"166244",25185,31176 -"166245",25185,31518 -"166246",25185,34225 -"166247",25185,61684 -"166248",25185,69532 -"166249",25185,78842 -"166250",25185,84822 -"166251",25185,88767 -"166252",25185,121937 -"166253",25186,78036 -"166254",25186,93065 -"166255",25186,100345 -"166256",25187,26919 -"166257",25187,27010 -"166258",25188,25239 -"166259",25189,45006 -"166260",25190,60460 -"166261",25190,60461 -"166262",25190,78558 -"166263",25191,35186 -"166264",25191,35877 -"166265",25191,35885 -"166266",25191,44193 -"166267",25191,84268 -"166268",25192,30580 -"166269",25192,51259 -"166270",25192,64207 -"166271",25192,69019 -"166272",25192,71387 -"166273",25192,78632 -"166274",25192,99108 -"166275",25192,100534 -"166276",25192,100537 -"166277",25192,104790 -"166278",25193,46157 -"166279",25193,81965 -"166280",25193,90152 -"166281",25193,90219 -"166282",25193,90570 -"166283",25193,95242 -"166284",25194,33599 -"166285",25194,41942 -"166286",25194,42963 -"166287",25194,51749 -"166288",25194,92929 -"166289",25194,95708 -"166290",25195,25415 -"166291",25195,27918 -"166292",25195,30548 -"166293",25195,63569 -"166294",25196,38325 -"166295",25197,26262 -"166296",25197,30141 -"166297",25197,42246 -"166298",25197,43633 -"166299",25197,49496 -"166300",25197,63910 -"166301",25198,32687 -"166302",25198,51041 -"166303",25198,54171 -"166304",25198,55081 -"166305",25198,63813 -"166306",25198,69384 -"166307",25198,91286 -"166308",25198,100435 -"166309",25199,53419 -"166310",25199,62483 -"166311",25199,68705 -"166312",25199,82801 -"166313",25199,88768 -"166314",25199,88769 -"166315",25199,88770 -"166316",25199,98968 -"166317",25200,25288 -"166318",25200,30737 -"166319",25200,40589 -"166320",25200,52587 -"166321",25200,52735 -"166322",25201,28838 -"166323",25202,63652 -"166324",25203,26453 -"166325",25203,42554 -"166326",25203,48137 -"166327",25204,40238 -"166328",25204,46781 -"166329",25204,94640 -"166330",25205,25206 -"166331",25205,25351 -"166332",25205,65050 -"166333",25205,73769 -"166334",25205,79420 -"166335",25205,84809 -"166336",25205,88326 -"166337",25205,89928 -"166338",25206,25351 -"166339",25206,36411 -"166340",25206,40747 -"166341",25206,55286 -"166342",25207,25371 -"166343",25207,38651 -"166344",25208,82086 -"166345",25208,96751 -"166346",25209,29262 -"166347",25209,29808 -"166348",25209,32392 -"166349",25209,38068 -"166350",25209,38348 -"166351",25209,46957 -"166352",25209,51151 -"166353",25210,25211 -"166354",25210,25279 -"166355",25210,25280 -"166356",25210,25480 -"166357",25210,25699 -"166358",25210,25749 -"166359",25210,25786 -"166360",25210,25808 -"166361",25210,25896 -"166362",25210,38085 -"166363",25210,70251 -"166364",25210,99966 -"166365",25210,113238 -"166366",25211,25279 -"166367",25211,25280 -"166368",25211,25480 -"166369",25211,25699 -"166370",25211,25749 -"166371",25211,25786 -"166372",25211,25808 -"166373",25211,25896 -"166374",25211,68544 -"166375",25211,100079 -"166376",25211,110065 -"166377",25211,110112 -"166378",25212,25228 -"166379",25212,26835 -"166380",25212,28141 -"166381",25212,32127 -"166382",25212,35603 -"166383",25212,35904 -"166384",25212,36338 -"166385",25212,45793 -"166386",25212,50063 -"166387",25212,51193 -"166388",25212,58658 -"166389",25212,62793 -"166390",25212,77871 -"166391",25212,90824 -"166392",25212,93819 -"166393",25212,93820 -"166394",25212,104696 -"166395",25212,108709 -"166396",25213,82237 -"166397",25213,86835 -"166398",25214,30380 -"166399",25214,40572 -"166400",25214,45532 -"166401",25215,25217 -"166402",25217,28543 -"166403",25217,32111 -"166404",25217,72174 -"166405",25217,97942 -"166406",25218,50798 -"166407",25218,70851 -"166408",25219,25221 -"166409",25219,25269 -"166410",25219,25390 -"166411",25219,25394 -"166412",25219,64142 -"166413",25219,70350 -"166414",25219,101678 -"166415",25219,101690 -"166416",25220,41270 -"166417",25220,85245 -"166418",25221,25269 -"166419",25221,25390 -"166420",25221,25394 -"166421",25221,26642 -"166422",25221,26929 -"166423",25221,29110 -"166424",25221,31149 -"166425",25221,40131 -"166426",25221,42447 -"166427",25221,47151 -"166428",25221,47917 -"166429",25221,75089 -"166430",25221,79343 -"166431",25221,80911 -"166432",25221,82538 -"166433",25221,82539 -"166434",25221,92563 -"166435",25221,114023 -"166436",25222,25325 -"166437",25222,25408 -"166438",25222,37229 -"166439",25222,37322 -"166440",25222,37331 -"166441",25222,37373 -"166442",25222,37451 -"166443",25222,44205 -"166444",25223,30821 -"166445",25223,44740 -"166446",25223,55302 -"166447",25223,60085 -"166448",25223,69075 -"166449",25223,70682 -"166450",25223,89308 -"166451",25223,90390 -"166452",25223,118295 -"166453",25223,118722 -"166454",25223,118723 -"166455",25224,36749 -"166456",25224,58209 -"166457",25224,61501 -"166458",25225,35819 -"166459",25225,58026 -"166460",25226,25308 -"166461",25226,25381 -"166462",25226,32263 -"166463",25226,46911 -"166464",25227,28848 -"166465",25227,29466 -"166466",25227,29635 -"166467",25227,29639 -"166468",25227,30205 -"166469",25227,52468 -"166470",25227,52478 -"166471",25228,49332 -"166472",25228,56716 -"166473",25228,89021 -"166474",25228,107544 -"166475",25229,25638 -"166476",25230,27495 -"166477",25230,39380 -"166478",25230,47839 -"166479",25230,52973 -"166480",25230,54304 -"166481",25230,61558 -"166482",25230,79912 -"166483",25230,82393 -"166484",25230,98925 -"166485",25230,100230 -"166486",25230,105417 -"166487",25230,105782 -"166488",25231,48700 -"166489",25232,46512 -"166490",25232,88858 -"166491",25233,32986 -"166492",25233,49078 -"166493",25233,76361 -"166494",25233,92489 -"166495",25233,94655 -"166496",25233,106712 -"166497",25233,109171 -"166498",25233,111240 -"166499",25233,114816 -"166500",25233,115039 -"166501",25233,122154 -"166502",25233,122187 -"166503",25234,38958 -"166504",25235,44908 -"166505",25235,93952 -"166506",25236,27340 -"166507",25236,27476 -"166508",25236,115228 -"166509",25236,115422 -"166510",25236,115423 -"166511",25236,116497 -"166512",25236,116685 -"166513",25237,50379 -"166514",25237,50614 -"166515",25238,30268 -"166516",25238,32033 -"166517",25238,39774 -"166518",25238,39775 -"166519",25238,43443 -"166520",25238,69895 -"166521",25238,71878 -"166522",25238,71894 -"166523",25238,71964 -"166524",25238,72109 -"166525",25238,72114 -"166526",25239,26686 -"166527",25239,32877 -"166528",25239,44597 -"166529",25241,25853 -"166530",25241,29133 -"166531",25241,34563 -"166532",25241,35187 -"166533",25241,44529 -"166534",25241,52796 -"166535",25241,53081 -"166536",25241,58414 -"166537",25241,58418 -"166538",25241,66791 -"166539",25241,82553 -"166540",25241,95651 -"166541",25243,77106 -"166542",25243,84962 -"166543",25244,25245 -"166544",25244,49546 -"166545",25246,25499 -"166546",25246,25540 -"166547",25246,25556 -"166548",25246,25598 -"166549",25247,25290 -"166550",25248,27738 -"166551",25248,45324 -"166552",25249,48056 -"166553",25250,81193 -"166554",25250,85640 -"166555",25251,32531 -"166556",25252,25474 -"166557",25252,75673 -"166558",25252,93107 -"166559",25252,104491 -"166560",25252,109311 -"166561",25252,119362 -"166562",25253,46955 -"166563",25253,65695 -"166564",25253,113490 -"166565",25254,39224 -"166566",25254,58861 -"166567",25255,25376 -"166568",25255,26912 -"166569",25255,26954 -"166570",25255,27873 -"166571",25255,28331 -"166572",25255,31406 -"166573",25255,39742 -"166574",25255,64110 -"166575",25255,65830 -"166576",25255,65938 -"166577",25255,68901 -"166578",25255,69232 -"166579",25255,76370 -"166580",25255,83253 -"166581",25255,88773 -"166582",25255,93632 -"166583",25255,101012 -"166584",25256,77591 -"166585",25256,116507 -"166586",25257,40726 -"166587",25258,38044 -"166588",25258,79547 -"166589",25258,97877 -"166590",25259,26429 -"166591",25259,95779 -"166592",25259,103888 -"166593",25259,106703 -"166594",25259,107501 -"166595",25259,117301 -"166596",25259,119023 -"166597",25260,27549 -"166598",25260,33324 -"166599",25260,33524 -"166600",25260,47416 -"166601",25260,48215 -"166602",25260,54145 -"166603",25260,54200 -"166604",25260,57188 -"166605",25260,58371 -"166606",25260,59677 -"166607",25260,59828 -"166608",25260,71253 -"166609",25260,76709 -"166610",25260,83292 -"166611",25260,89049 -"166612",25261,25801 -"166613",25261,27189 -"166614",25261,27300 -"166615",25261,27352 -"166616",25261,46235 -"166617",25261,112085 -"166618",25262,25419 -"166619",25262,39507 -"166620",25262,77306 -"166621",25263,25929 -"166622",25263,35542 -"166623",25263,37683 -"166624",25263,42699 -"166625",25263,66782 -"166626",25263,79484 -"166627",25264,34735 -"166628",25264,40732 -"166629",25264,51299 -"166630",25264,67817 -"166631",25264,76099 -"166632",25264,80219 -"166633",25264,111478 -"166634",25264,115457 -"166635",25265,63741 -"166636",25265,109674 -"166637",25266,39007 -"166638",25266,111586 -"166639",25267,29173 -"166640",25267,29586 -"166641",25267,30931 -"166642",25267,35693 -"166643",25267,39154 -"166644",25267,42258 -"166645",25267,55556 -"166646",25267,88230 -"166647",25267,91431 -"166648",25267,96536 -"166649",25268,87085 -"166650",25269,25390 -"166651",25269,25394 -"166652",25269,46884 -"166653",25269,60992 -"166654",25269,63765 -"166655",25270,25451 -"166656",25270,26426 -"166657",25270,26567 -"166658",25270,30234 -"166659",25270,52742 -"166660",25270,60606 -"166661",25270,75824 -"166662",25270,75838 -"166663",25270,75862 -"166664",25270,81134 -"166665",25270,95661 -"166666",25270,104065 -"166667",25270,113902 -"166668",25271,35701 -"166669",25271,54729 -"166670",25271,60593 -"166671",25272,30724 -"166672",25272,32704 -"166673",25272,52934 -"166674",25272,55127 -"166675",25272,88978 -"166676",25273,33804 -"166677",25273,35109 -"166678",25273,38550 -"166679",25273,43117 -"166680",25273,57917 -"166681",25273,97497 -"166682",25273,100234 -"166683",25274,80947 -"166684",25275,25981 -"166685",25276,25337 -"166686",25276,32008 -"166687",25276,34693 -"166688",25276,35542 -"166689",25276,40767 -"166690",25276,44729 -"166691",25276,80616 -"166692",25276,88583 -"166693",25276,112568 -"166694",25276,113189 -"166695",25277,38127 -"166696",25278,39024 -"166697",25278,84856 -"166698",25278,98189 -"166699",25279,25280 -"166700",25279,25480 -"166701",25279,25699 -"166702",25279,25749 -"166703",25279,25786 -"166704",25279,25808 -"166705",25279,25896 -"166706",25279,54380 -"166707",25279,104463 -"166708",25280,25480 -"166709",25280,25699 -"166710",25280,25749 -"166711",25280,25786 -"166712",25280,25808 -"166713",25280,25896 -"166714",25280,46375 -"166715",25280,85448 -"166716",25282,29857 -"166717",25282,35178 -"166718",25282,35188 -"166719",25282,35805 -"166720",25282,35849 -"166721",25282,36004 -"166722",25282,53120 -"166723",25282,69867 -"166724",25282,70933 -"166725",25282,104594 -"166726",25283,73260 -"166727",25284,92411 -"166728",25285,25363 -"166729",25285,43283 -"166730",25285,48560 -"166731",25285,55134 -"166732",25285,58082 -"166733",25285,78646 -"166734",25286,26426 -"166735",25286,26548 -"166736",25286,26567 -"166737",25287,25565 -"166738",25287,56914 -"166739",25287,58160 -"166740",25288,26020 -"166741",25288,50677 -"166742",25288,110726 -"166743",25288,119299 -"166744",25289,37399 -"166745",25289,75310 -"166746",25289,100226 -"166747",25290,37912 -"166748",25290,37941 -"166749",25290,37960 -"166750",25290,38841 -"166751",25290,39222 -"166752",25290,39276 -"166753",25290,39460 -"166754",25290,42508 -"166755",25290,47220 -"166756",25290,48672 -"166757",25290,48733 -"166758",25290,48734 -"166759",25290,48751 -"166760",25290,48783 -"166761",25290,48785 -"166762",25290,55631 -"166763",25291,33288 -"166764",25291,41462 -"166765",25291,47211 -"166766",25291,68487 -"166767",25292,34797 -"166768",25293,25403 -"166769",25293,39055 -"166770",25293,46818 -"166771",25293,46829 -"166772",25293,46878 -"166773",25293,46900 -"166774",25294,26254 -"166775",25294,54958 -"166776",25294,86264 -"166777",25295,25296 -"166778",25295,25376 -"166779",25295,31186 -"166780",25295,33972 -"166781",25295,34021 -"166782",25295,40101 -"166783",25295,54268 -"166784",25295,70808 -"166785",25296,25376 -"166786",25296,37288 -"166787",25296,52311 -"166788",25296,62474 -"166789",25296,69646 -"166790",25296,70014 -"166791",25296,72988 -"166792",25296,106709 -"166793",25298,49870 -"166794",25298,74788 -"166795",25298,90258 -"166796",25299,26787 -"166797",25299,27970 -"166798",25299,30144 -"166799",25299,30263 -"166800",25299,57522 -"166801",25299,60809 -"166802",25299,81571 -"166803",25299,81682 -"166804",25299,84597 -"166805",25299,87647 -"166806",25299,93132 -"166807",25300,29497 -"166808",25300,97505 -"166809",25300,114794 -"166810",25301,79209 -"166811",25302,25347 -"166812",25302,25416 -"166813",25302,38021 -"166814",25302,63452 -"166815",25302,83229 -"166816",25302,84516 -"166817",25302,87039 -"166818",25302,89725 -"166819",25302,107768 -"166820",25302,108501 -"166821",25302,109945 -"166822",25302,112246 -"166823",25302,119352 -"166824",25302,122506 -"166825",25302,123068 -"166826",25302,123080 -"166827",25302,123083 -"166828",25302,123095 -"166829",25302,123505 -"166830",25303,25664 -"166831",25303,26407 -"166832",25303,27174 -"166833",25303,27196 -"166834",25303,27710 -"166835",25303,28703 -"166836",25303,29253 -"166837",25303,29341 -"166838",25303,29560 -"166839",25303,29573 -"166840",25303,29868 -"166841",25303,32438 -"166842",25303,32967 -"166843",25303,33223 -"166844",25303,33881 -"166845",25303,34097 -"166846",25303,34330 -"166847",25303,34513 -"166848",25303,35400 -"166849",25303,36476 -"166850",25303,36547 -"166851",25303,36745 -"166852",25303,37821 -"166853",25303,37931 -"166854",25303,38319 -"166855",25303,39398 -"166856",25303,39492 -"166857",25303,40320 -"166858",25303,40373 -"166859",25303,40542 -"166860",25303,41182 -"166861",25303,42131 -"166862",25303,46843 -"166863",25303,48331 -"166864",25304,25393 -"166865",25304,25414 -"166866",25305,26430 -"166867",25305,28674 -"166868",25305,29962 -"166869",25305,29987 -"166870",25305,30002 -"166871",25305,30031 -"166872",25305,41036 -"166873",25305,57055 -"166874",25305,57100 -"166875",25305,57112 -"166876",25305,57148 -"166877",25305,57638 -"166878",25305,60428 -"166879",25305,67018 -"166880",25306,71869 -"166881",25308,25381 -"166882",25308,75545 -"166883",25308,75635 -"166884",25309,35889 -"166885",25309,51502 -"166886",25309,51918 -"166887",25309,115182 -"166888",25311,29514 -"166889",25311,29539 -"166890",25311,29602 -"166891",25311,53936 -"166892",25311,112587 -"166893",25311,122062 -"166894",25313,66881 -"166895",25316,50051 -"166896",25316,51797 -"166897",25316,54088 -"166898",25316,80625 -"166899",25317,34033 -"166900",25317,111847 -"166901",25317,118476 -"166902",25318,86428 -"166903",25318,86445 -"166904",25319,25720 -"166905",25319,34036 -"166906",25319,42269 -"166907",25319,48274 -"166908",25319,51973 -"166909",25319,79869 -"166910",25319,81764 -"166911",25319,94424 -"166912",25320,26378 -"166913",25320,57970 -"166914",25321,43616 -"166915",25321,48166 -"166916",25321,53799 -"166917",25321,68979 -"166918",25321,82320 -"166919",25321,100074 -"166920",25322,74813 -"166921",25322,78751 -"166922",25323,33001 -"166923",25323,105608 -"166924",25324,45154 -"166925",25324,51583 -"166926",25324,61305 -"166927",25324,73596 -"166928",25325,29917 -"166929",25325,37229 -"166930",25325,37322 -"166931",25325,37331 -"166932",25325,37373 -"166933",25325,37451 -"166934",25325,37958 -"166935",25325,39109 -"166936",25325,50212 -"166937",25327,51724 -"166938",25327,56418 -"166939",25327,67127 -"166940",25328,25395 -"166941",25328,25410 -"166942",25329,49150 -"166943",25329,61272 -"166944",25329,76189 -"166945",25329,76912 -"166946",25329,78496 -"166947",25329,84243 -"166948",25330,25331 -"166949",25330,30993 -"166950",25331,49921 -"166951",25331,56642 -"166952",25331,57142 -"166953",25332,64038 -"166954",25332,68565 -"166955",25332,82176 -"166956",25332,89079 -"166957",25332,92756 -"166958",25335,25851 -"166959",25336,51999 -"166960",25337,63187 -"166961",25338,46924 -"166962",25338,59438 -"166963",25338,70132 -"166964",25338,77455 -"166965",25338,87690 -"166966",25338,88251 -"166967",25338,90981 -"166968",25338,91007 -"166969",25338,91038 -"166970",25338,94823 -"166971",25338,98822 -"166972",25338,102119 -"166973",25338,108704 -"166974",25338,111471 -"166975",25338,112436 -"166976",25338,112446 -"166977",25338,114606 -"166978",25339,26125 -"166979",25339,68910 -"166980",25339,82295 -"166981",25341,26282 -"166982",25341,26322 -"166983",25341,34509 -"166984",25341,52653 -"166985",25341,54069 -"166986",25341,54553 -"166987",25341,58035 -"166988",25341,67434 -"166989",25341,73384 -"166990",25341,85800 -"166991",25342,66179 -"166992",25342,102674 -"166993",25343,34842 -"166994",25343,65961 -"166995",25344,109499 -"166996",25345,25369 -"166997",25345,26821 -"166998",25345,29306 -"166999",25345,68251 -"167000",25345,77947 -"167001",25345,90070 -"167002",25346,29047 -"167003",25346,29261 -"167004",25346,29275 -"167005",25346,29291 -"167006",25346,29296 -"167007",25346,29355 -"167008",25346,29423 -"167009",25347,25416 -"167010",25347,107768 -"167011",25348,42022 -"167012",25348,52172 -"167013",25348,69979 -"167014",25348,78186 -"167015",25349,27748 -"167016",25349,109711 -"167017",25350,37655 -"167018",25350,38278 -"167019",25350,48344 -"167020",25350,64688 -"167021",25350,73303 -"167022",25350,90760 -"167023",25350,120059 -"167024",25351,25413 -"167025",25351,56787 -"167026",25351,76418 -"167027",25351,98243 -"167028",25351,113552 -"167029",25352,25478 -"167030",25352,25587 -"167031",25354,25382 -"167032",25355,30564 -"167033",25355,46475 -"167034",25355,55796 -"167035",25355,70370 -"167036",25355,100468 -"167037",25355,112050 -"167038",25356,31972 -"167039",25357,26643 -"167040",25358,25551 -"167041",25359,34576 -"167042",25359,48084 -"167043",25359,83735 -"167044",25360,45821 -"167045",25361,51846 -"167046",25361,110011 -"167047",25362,50124 -"167048",25362,54821 -"167049",25362,55784 -"167050",25362,85114 -"167051",25362,85206 -"167052",25364,98287 -"167053",25364,99474 -"167054",25366,26039 -"167055",25366,26040 -"167056",25366,26055 -"167057",25367,25413 -"167058",25367,27926 -"167059",25367,39380 -"167060",25367,39968 -"167061",25367,43654 -"167062",25367,44222 -"167063",25367,45161 -"167064",25367,46726 -"167065",25367,47167 -"167066",25367,48212 -"167067",25367,48464 -"167068",25367,48698 -"167069",25367,48982 -"167070",25367,49071 -"167071",25367,52141 -"167072",25367,59915 -"167073",25367,62668 -"167074",25367,70473 -"167075",25367,70981 -"167076",25367,71825 -"167077",25367,71837 -"167078",25367,77625 -"167079",25367,79681 -"167080",25367,82452 -"167081",25367,88027 -"167082",25367,88409 -"167083",25367,89274 -"167084",25367,90883 -"167085",25367,91383 -"167086",25367,92113 -"167087",25367,98904 -"167088",25367,100630 -"167089",25367,102940 -"167090",25367,107339 -"167091",25367,118577 -"167092",25367,119085 -"167093",25367,119224 -"167094",25367,119439 -"167095",25367,120085 -"167096",25367,120232 -"167097",25367,121213 -"167098",25368,34771 -"167099",25368,39723 -"167100",25368,75316 -"167101",25370,35611 -"167102",25370,37778 -"167103",25370,51919 -"167104",25370,59744 -"167105",25370,64469 -"167106",25371,61177 -"167107",25371,61615 -"167108",25371,86221 -"167109",25371,91699 -"167110",25372,34616 -"167111",25372,39361 -"167112",25372,47934 -"167113",25372,80351 -"167114",25372,93019 -"167115",25372,110775 -"167116",25372,110862 -"167117",25372,111453 -"167118",25373,36754 -"167119",25373,40412 -"167120",25373,41723 -"167121",25373,46868 -"167122",25373,50474 -"167123",25373,50490 -"167124",25373,50531 -"167125",25373,51427 -"167126",25373,53390 -"167127",25373,55871 -"167128",25373,59928 -"167129",25373,61191 -"167130",25373,66718 -"167131",25373,68604 -"167132",25373,79149 -"167133",25373,80136 -"167134",25373,81486 -"167135",25373,103939 -"167136",25373,106965 -"167137",25373,114163 -"167138",25373,114966 -"167139",25374,25960 -"167140",25375,38333 -"167141",25375,59059 -"167142",25375,73101 -"167143",25376,25651 -"167144",25376,32541 -"167145",25376,34694 -"167146",25376,34710 -"167147",25376,34818 -"167148",25376,34892 -"167149",25376,34900 -"167150",25376,41248 -"167151",25376,42045 -"167152",25376,42331 -"167153",25376,47763 -"167154",25376,52672 -"167155",25376,64680 -"167156",25376,70101 -"167157",25376,85704 -"167158",25376,95675 -"167159",25377,90973 -"167160",25377,105896 -"167161",25377,119029 -"167162",25378,29016 -"167163",25378,39927 -"167164",25378,53423 -"167165",25378,57675 -"167166",25378,62189 -"167167",25378,62762 -"167168",25378,82738 -"167169",25378,90715 -"167170",25378,99144 -"167171",25378,107273 -"167172",25378,114740 -"167173",25379,30755 -"167174",25380,25579 -"167175",25380,47682 -"167176",25380,47753 -"167177",25380,47757 -"167178",25380,111497 -"167179",25380,111502 -"167180",25383,30044 -"167181",25383,31251 -"167182",25383,33258 -"167183",25383,47434 -"167184",25383,102109 -"167185",25384,25385 -"167186",25384,25813 -"167187",25384,29420 -"167188",25384,32751 -"167189",25384,49302 -"167190",25384,64792 -"167191",25384,88154 -"167192",25384,106455 -"167193",25384,121343 -"167194",25385,25813 -"167195",25385,27849 -"167196",25385,29750 -"167197",25385,39335 -"167198",25385,77349 -"167199",25385,80270 -"167200",25385,82016 -"167201",25385,82028 -"167202",25386,26506 -"167203",25386,32422 -"167204",25386,37934 -"167205",25386,51079 -"167206",25386,70406 -"167207",25386,76590 -"167208",25386,76917 -"167209",25386,83745 -"167210",25386,83822 -"167211",25387,43193 -"167212",25387,49836 -"167213",25387,50318 -"167214",25387,50444 -"167215",25387,50667 -"167216",25387,60876 -"167217",25387,62316 -"167218",25387,64699 -"167219",25387,92080 -"167220",25388,28125 -"167221",25388,123292 -"167222",25390,25394 -"167223",25390,47151 -"167224",25390,47917 -"167225",25390,63765 -"167226",25390,81258 -"167227",25391,65856 -"167228",25391,99893 -"167229",25392,38575 -"167230",25392,45429 -"167231",25392,58777 -"167232",25392,71279 -"167233",25392,87269 -"167234",25393,25414 -"167235",25393,27706 -"167236",25393,33982 -"167237",25393,42875 -"167238",25393,63896 -"167239",25393,75738 -"167240",25393,76375 -"167241",25393,79570 -"167242",25393,85598 -"167243",25395,25410 -"167244",25395,64737 -"167245",25395,81670 -"167246",25395,89520 -"167247",25395,98292 -"167248",25396,27842 -"167249",25396,27875 -"167250",25396,35319 -"167251",25396,50692 -"167252",25397,44718 -"167253",25398,25714 -"167254",25398,53435 -"167255",25399,34531 -"167256",25399,37097 -"167257",25399,37242 -"167258",25399,37360 -"167259",25399,37383 -"167260",25399,82225 -"167261",25401,31909 -"167262",25401,39289 -"167263",25401,41211 -"167264",25401,56373 -"167265",25401,56411 -"167266",25401,70500 -"167267",25401,89243 -"167268",25401,102301 -"167269",25401,106095 -"167270",25401,112391 -"167271",25401,113955 -"167272",25402,36732 -"167273",25402,58653 -"167274",25402,66844 -"167275",25402,88290 -"167276",25404,81979 -"167277",25404,101006 -"167278",25405,26299 -"167279",25405,29630 -"167280",25405,77694 -"167281",25405,77723 -"167282",25406,69636 -"167283",25407,47550 -"167284",25408,37322 -"167285",25408,37373 -"167286",25408,45476 -"167287",25408,45566 -"167288",25408,51612 -"167289",25408,84249 -"167290",25408,84250 -"167291",25408,84260 -"167292",25408,84261 -"167293",25409,105690 -"167294",25410,41227 -"167295",25410,55493 -"167296",25410,89520 -"167297",25410,105270 -"167298",25411,26123 -"167299",25411,112845 -"167300",25412,114438 -"167301",25413,43654 -"167302",25413,44222 -"167303",25413,45161 -"167304",25413,46726 -"167305",25413,47167 -"167306",25413,48464 -"167307",25413,50854 -"167308",25413,59915 -"167309",25413,62668 -"167310",25413,70473 -"167311",25413,70981 -"167312",25413,71825 -"167313",25413,71837 -"167314",25413,76418 -"167315",25413,77625 -"167316",25413,79681 -"167317",25413,82452 -"167318",25413,88409 -"167319",25413,90883 -"167320",25413,91383 -"167321",25413,92113 -"167322",25413,98243 -"167323",25413,98904 -"167324",25413,102940 -"167325",25413,103771 -"167326",25413,118577 -"167327",25413,119085 -"167328",25413,119224 -"167329",25413,119439 -"167330",25413,120085 -"167331",25413,120232 -"167332",25413,121213 -"167333",25414,26882 -"167334",25414,42421 -"167335",25414,54721 -"167336",25416,29371 -"167337",25416,36144 -"167338",25416,52760 -"167339",25416,89725 -"167340",25416,98515 -"167341",25416,116023 -"167342",25416,122506 -"167343",25417,26061 -"167344",25417,29530 -"167345",25417,64320 -"167346",25417,64338 -"167347",25417,92077 -"167348",25418,30886 -"167349",25418,64345 -"167350",25418,65531 -"167351",25418,89329 -"167352",25420,25602 -"167353",25420,56012 -"167354",25421,25454 -"167355",25422,34394 -"167356",25424,41967 -"167357",25424,44093 -"167358",25424,50787 -"167359",25424,74980 -"167360",25424,96205 -"167361",25424,96216 -"167362",25424,96224 -"167363",25424,96225 -"167364",25425,43196 -"167365",25426,25618 -"167366",25426,95384 -"167367",25427,25480 -"167368",25427,25786 -"167369",25427,28548 -"167370",25427,34842 -"167371",25427,35896 -"167372",25427,49342 -"167373",25427,51364 -"167374",25427,51450 -"167375",25427,54067 -"167376",25427,55190 -"167377",25428,43485 -"167378",25428,78954 -"167379",25428,94646 -"167380",25429,94735 -"167381",25429,116192 -"167382",25430,33352 -"167383",25430,44306 -"167384",25430,84124 -"167385",25431,44042 -"167386",25431,66030 -"167387",25431,74356 -"167388",25431,98895 -"167389",25431,100446 -"167390",25431,100453 -"167391",25431,100454 -"167392",25432,31705 -"167393",25432,34967 -"167394",25432,47137 -"167395",25432,62151 -"167396",25432,86869 -"167397",25432,100313 -"167398",25433,55812 -"167399",25433,55915 -"167400",25435,35407 -"167401",25435,67597 -"167402",25435,69316 -"167403",25435,70159 -"167404",25435,72936 -"167405",25435,89062 -"167406",25435,89120 -"167407",25435,89606 -"167408",25435,90416 -"167409",25435,91060 -"167410",25435,91063 -"167411",25435,91397 -"167412",25435,93033 -"167413",25435,96155 -"167414",25435,96769 -"167415",25435,96771 -"167416",25435,98930 -"167417",25437,25495 -"167418",25438,77511 -"167419",25439,42976 -"167420",25439,47531 -"167421",25440,25506 -"167422",25440,49433 -"167423",25440,67369 -"167424",25441,25534 -"167425",25441,25547 -"167426",25441,25549 -"167427",25442,29495 -"167428",25442,31345 -"167429",25442,34042 -"167430",25442,34736 -"167431",25442,35423 -"167432",25442,50426 -"167433",25442,94637 -"167434",25442,97637 -"167435",25443,26076 -"167436",25443,26688 -"167437",25443,28092 -"167438",25443,29114 -"167439",25443,33113 -"167440",25443,33383 -"167441",25443,33399 -"167442",25443,37439 -"167443",25443,39005 -"167444",25443,40083 -"167445",25443,41433 -"167446",25443,46025 -"167447",25443,49361 -"167448",25443,57151 -"167449",25443,63275 -"167450",25443,71623 -"167451",25443,76336 -"167452",25443,80907 -"167453",25443,82377 -"167454",25443,84541 -"167455",25443,93173 -"167456",25443,93316 -"167457",25443,99428 -"167458",25444,39646 -"167459",25444,65237 -"167460",25444,65322 -"167461",25445,40248 -"167462",25445,77243 -"167463",25446,82416 -"167464",25446,86347 -"167465",25446,95932 -"167466",25446,95981 -"167467",25447,49312 -"167468",25447,61681 -"167469",25447,68139 -"167470",25449,44655 -"167471",25450,25539 -"167472",25451,88546 -"167473",25451,102443 -"167474",25451,116847 -"167475",25453,29693 -"167476",25453,33813 -"167477",25453,66723 -"167478",25455,30333 -"167479",25455,30334 -"167480",25455,30370 -"167481",25456,53670 -"167482",25456,71209 -"167483",25457,30614 -"167484",25457,33826 -"167485",25458,25491 -"167486",25458,25508 -"167487",25458,28596 -"167488",25458,28989 -"167489",25458,29490 -"167490",25458,35011 -"167491",25458,42747 -"167492",25458,50819 -"167493",25458,53113 -"167494",25458,80889 -"167495",25459,89979 -"167496",25460,28219 -"167497",25460,43064 -"167498",25460,43249 -"167499",25460,88916 -"167500",25460,112147 -"167501",25460,117793 -"167502",25461,82665 -"167503",25461,83942 -"167504",25461,107907 -"167505",25462,46465 -"167506",25462,64772 -"167507",25462,75233 -"167508",25462,113019 -"167509",25463,34685 -"167510",25463,37081 -"167511",25463,54139 -"167512",25463,55448 -"167513",25463,119833 -"167514",25464,32259 -"167515",25464,38285 -"167516",25464,89966 -"167517",25464,98607 -"167518",25464,105044 -"167519",25464,109165 -"167520",25465,35239 -"167521",25465,35309 -"167522",25465,84222 -"167523",25465,84236 -"167524",25466,28700 -"167525",25466,49583 -"167526",25466,81266 -"167527",25467,78490 -"167528",25467,96393 -"167529",25468,29878 -"167530",25468,33703 -"167531",25468,35734 -"167532",25468,45857 -"167533",25468,59529 -"167534",25468,73322 -"167535",25469,25497 -"167536",25469,25513 -"167537",25469,47122 -"167538",25469,78983 -"167539",25469,95454 -"167540",25470,31781 -"167541",25471,95752 -"167542",25473,26344 -"167543",25473,26345 -"167544",25473,26451 -"167545",25473,26530 -"167546",25473,27792 -"167547",25473,32026 -"167548",25473,32801 -"167549",25473,32811 -"167550",25473,34651 -"167551",25473,37893 -"167552",25473,48260 -"167553",25473,50063 -"167554",25473,54805 -"167555",25473,58133 -"167556",25473,67823 -"167557",25473,74906 -"167558",25473,78256 -"167559",25473,81675 -"167560",25473,84505 -"167561",25473,86036 -"167562",25473,87243 -"167563",25473,91322 -"167564",25473,99020 -"167565",25473,106853 -"167566",25473,108272 -"167567",25473,119388 -"167568",25473,119394 -"167569",25474,53529 -"167570",25474,77448 -"167571",25474,79136 -"167572",25474,92341 -"167573",25474,100502 -"167574",25474,100734 -"167575",25474,105197 -"167576",25474,105207 -"167577",25474,105221 -"167578",25474,105231 -"167579",25475,29715 -"167580",25476,114541 -"167581",25477,31530 -"167582",25477,37612 -"167583",25477,64201 -"167584",25477,78068 -"167585",25477,102881 -"167586",25478,25587 -"167587",25478,30187 -"167588",25480,25699 -"167589",25480,25749 -"167590",25480,25786 -"167591",25480,25808 -"167592",25480,25896 -"167593",25480,34842 -"167594",25480,35672 -"167595",25480,39160 -"167596",25480,61898 -"167597",25480,79096 -"167598",25481,99588 -"167599",25481,120635 -"167600",25483,47098 -"167601",25483,50785 -"167602",25483,54306 -"167603",25483,57773 -"167604",25483,59592 -"167605",25483,70216 -"167606",25483,72687 -"167607",25483,79206 -"167608",25483,82464 -"167609",25483,86793 -"167610",25483,96253 -"167611",25484,44697 -"167612",25484,51175 -"167613",25484,59819 -"167614",25485,64488 -"167615",25485,90163 -"167616",25486,26660 -"167617",25486,30147 -"167618",25486,33801 -"167619",25486,37539 -"167620",25486,49036 -"167621",25486,51196 -"167622",25486,53475 -"167623",25486,77034 -"167624",25486,91616 -"167625",25486,93883 -"167626",25486,93886 -"167627",25487,101477 -"167628",25487,114637 -"167629",25488,31222 -"167630",25488,48171 -"167631",25488,59931 -"167632",25488,64959 -"167633",25488,68222 -"167634",25488,81911 -"167635",25488,104770 -"167636",25488,121416 -"167637",25489,25524 -"167638",25489,29507 -"167639",25489,34559 -"167640",25489,44244 -"167641",25489,50517 -"167642",25489,80972 -"167643",25489,83073 -"167644",25489,83718 -"167645",25489,94184 -"167646",25489,102764 -"167647",25489,103694 -"167648",25489,112432 -"167649",25489,112924 -"167650",25489,116473 -"167651",25489,118697 -"167652",25489,121838 -"167653",25490,44136 -"167654",25490,49800 -"167655",25490,52258 -"167656",25490,53265 -"167657",25490,54152 -"167658",25490,65752 -"167659",25490,66930 -"167660",25490,115057 -"167661",25491,25508 -"167662",25492,26998 -"167663",25492,66377 -"167664",25492,79347 -"167665",25492,93512 -"167666",25493,25680 -"167667",25493,25812 -"167668",25494,37452 -"167669",25495,64042 -"167670",25496,38654 -"167671",25497,25513 -"167672",25497,47651 -"167673",25498,28653 -"167674",25498,39234 -"167675",25498,60093 -"167676",25498,75617 -"167677",25498,84328 -"167678",25498,95368 -"167679",25498,109522 -"167680",25499,25540 -"167681",25499,25556 -"167682",25499,25598 -"167683",25499,37444 -"167684",25499,74899 -"167685",25499,86446 -"167686",25499,91417 -"167687",25499,115575 -"167688",25499,115576 -"167689",25499,119289 -"167690",25500,70652 -"167691",25500,76621 -"167692",25500,106043 -"167693",25501,37549 -"167694",25501,44688 -"167695",25501,58202 -"167696",25501,81061 -"167697",25501,87756 -"167698",25501,88943 -"167699",25501,94168 -"167700",25501,101827 -"167701",25501,105696 -"167702",25501,117670 -"167703",25502,81436 -"167704",25502,88372 -"167705",25502,91692 -"167706",25502,91708 -"167707",25504,31885 -"167708",25505,25515 -"167709",25505,25532 -"167710",25505,26235 -"167711",25505,28800 -"167712",25505,30040 -"167713",25505,30871 -"167714",25505,37483 -"167715",25505,42756 -"167716",25505,47148 -"167717",25505,47389 -"167718",25505,54579 -"167719",25505,58873 -"167720",25505,69012 -"167721",25505,73773 -"167722",25505,80477 -"167723",25505,80905 -"167724",25505,81547 -"167725",25505,81615 -"167726",25505,82514 -"167727",25505,83636 -"167728",25505,88306 -"167729",25505,90783 -"167730",25505,91354 -"167731",25505,115886 -"167732",25505,119300 -"167733",25505,119301 -"167734",25506,92813 -"167735",25506,113359 -"167736",25507,41539 -"167737",25507,93159 -"167738",25508,25979 -"167739",25508,36048 -"167740",25508,38051 -"167741",25508,50819 -"167742",25508,53113 -"167743",25508,61082 -"167744",25508,61609 -"167745",25508,68960 -"167746",25508,79976 -"167747",25509,64806 -"167748",25509,85875 -"167749",25510,116340 -"167750",25511,25554 -"167751",25511,25571 -"167752",25512,27354 -"167753",25512,29779 -"167754",25512,46505 -"167755",25512,54802 -"167756",25512,57166 -"167757",25512,57441 -"167758",25513,41956 -"167759",25513,48197 -"167760",25513,53156 -"167761",25513,70954 -"167762",25513,85921 -"167763",25514,25981 -"167764",25515,25532 -"167765",25515,26853 -"167766",25515,30802 -"167767",25515,31802 -"167768",25515,41699 -"167769",25515,43443 -"167770",25515,47492 -"167771",25515,47538 -"167772",25515,47770 -"167773",25515,48406 -"167774",25515,58310 -"167775",25515,62179 -"167776",25515,62794 -"167777",25516,90642 -"167778",25516,90672 -"167779",25516,91932 -"167780",25518,27591 -"167781",25518,47907 -"167782",25519,37019 -"167783",25519,41256 -"167784",25519,61327 -"167785",25519,76173 -"167786",25521,31813 -"167787",25522,25553 -"167788",25522,53754 -"167789",25522,64783 -"167790",25522,85076 -"167791",25523,40939 -"167792",25523,50258 -"167793",25523,83004 -"167794",25524,96562 -"167795",25524,96694 -"167796",25524,102764 -"167797",25525,29100 -"167798",25525,46331 -"167799",25525,50023 -"167800",25525,69523 -"167801",25525,114046 -"167802",25526,30983 -"167803",25526,37800 -"167804",25526,75897 -"167805",25526,91033 -"167806",25527,26728 -"167807",25527,35146 -"167808",25527,50092 -"167809",25527,54188 -"167810",25527,64698 -"167811",25527,113447 -"167812",25528,35971 -"167813",25529,57707 -"167814",25529,91398 -"167815",25529,98230 -"167816",25530,27818 -"167817",25530,31521 -"167818",25530,51524 -"167819",25530,51662 -"167820",25530,56396 -"167821",25530,65310 -"167822",25530,65366 -"167823",25530,72086 -"167824",25531,38736 -"167825",25531,43574 -"167826",25531,46142 -"167827",25531,76416 -"167828",25531,80156 -"167829",25531,90194 -"167830",25531,99524 -"167831",25531,109161 -"167832",25533,32706 -"167833",25533,36598 -"167834",25533,44273 -"167835",25533,53479 -"167836",25533,56669 -"167837",25534,25547 -"167838",25534,25549 -"167839",25534,33980 -"167840",25534,35143 -"167841",25534,37519 -"167842",25534,37816 -"167843",25534,42938 -"167844",25534,48129 -"167845",25534,55447 -"167846",25534,55456 -"167847",25534,55809 -"167848",25534,59311 -"167849",25534,62052 -"167850",25534,74901 -"167851",25534,74902 -"167852",25534,74929 -"167853",25534,75328 -"167854",25534,75341 -"167855",25534,75372 -"167856",25535,29943 -"167857",25535,76020 -"167858",25536,36861 -"167859",25536,56161 -"167860",25536,115347 -"167861",25537,36710 -"167862",25537,90982 -"167863",25537,110537 -"167864",25538,25608 -"167865",25538,25643 -"167866",25538,30325 -"167867",25538,31492 -"167868",25538,33574 -"167869",25538,49211 -"167870",25538,58035 -"167871",25538,72081 -"167872",25538,87814 -"167873",25539,65565 -"167874",25539,77219 -"167875",25539,83168 -"167876",25540,25556 -"167877",25540,25598 -"167878",25540,63821 -"167879",25540,74899 -"167880",25540,86446 -"167881",25540,95858 -"167882",25540,95863 -"167883",25540,95877 -"167884",25540,115576 -"167885",25540,119289 -"167886",25541,37839 -"167887",25541,46626 -"167888",25541,122014 -"167889",25542,32581 -"167890",25542,33989 -"167891",25542,37238 -"167892",25542,41900 -"167893",25542,44565 -"167894",25543,30806 -"167895",25543,33952 -"167896",25543,35307 -"167897",25543,55930 -"167898",25543,94599 -"167899",25543,103951 -"167900",25543,116753 -"167901",25544,32881 -"167902",25544,80587 -"167903",25544,86783 -"167904",25545,44029 -"167905",25545,44062 -"167906",25545,44695 -"167907",25546,28659 -"167908",25546,44511 -"167909",25546,45247 -"167910",25547,25549 -"167911",25548,50532 -"167912",25548,76474 -"167913",25548,79674 -"167914",25548,84628 -"167915",25548,101489 -"167916",25549,26306 -"167917",25550,65101 -"167918",25551,38127 -"167919",25551,122971 -"167920",25552,40568 -"167921",25554,25571 -"167922",25554,35620 -"167923",25554,42107 -"167924",25554,82386 -"167925",25554,98013 -"167926",25555,28277 -"167927",25555,28325 -"167928",25555,28326 -"167929",25555,33197 -"167930",25555,48736 -"167931",25555,66833 -"167932",25555,79204 -"167933",25556,25598 -"167934",25556,25619 -"167935",25556,34695 -"167936",25556,55681 -"167937",25556,65366 -"167938",25556,68219 -"167939",25556,73547 -"167940",25556,84820 -"167941",25556,103106 -"167942",25556,103119 -"167943",25557,32811 -"167944",25557,36340 -"167945",25557,37167 -"167946",25557,39921 -"167947",25557,43744 -"167948",25557,63953 -"167949",25557,79212 -"167950",25557,84834 -"167951",25557,99051 -"167952",25557,107673 -"167953",25557,107684 -"167954",25559,32461 -"167955",25559,38193 -"167956",25559,49838 -"167957",25559,51486 -"167958",25559,55805 -"167959",25559,70139 -"167960",25559,70535 -"167961",25559,99714 -"167962",25559,102019 -"167963",25559,104252 -"167964",25559,104383 -"167965",25559,108450 -"167966",25560,36093 -"167967",25560,46571 -"167968",25560,48100 -"167969",25560,59143 -"167970",25560,62996 -"167971",25560,78887 -"167972",25560,84599 -"167973",25560,91601 -"167974",25560,103731 -"167975",25560,103738 -"167976",25560,103743 -"167977",25560,103746 -"167978",25561,48997 -"167979",25561,98230 -"167980",25561,116949 -"167981",25562,27226 -"167982",25562,38467 -"167983",25562,92471 -"167984",25562,92505 -"167985",25563,44748 -"167986",25563,77778 -"167987",25563,79740 -"167988",25563,94100 -"167989",25563,105725 -"167990",25564,28030 -"167991",25564,57758 -"167992",25564,78195 -"167993",25565,49014 -"167994",25566,58323 -"167995",25566,92549 -"167996",25566,103713 -"167997",25567,39427 -"167998",25567,100508 -"167999",25568,39871 -"168000",25568,41566 -"168001",25568,43769 -"168002",25568,75144 -"168003",25568,80174 -"168004",25568,86648 -"168005",25568,116042 -"168006",25569,34566 -"168007",25569,34706 -"168008",25569,34722 -"168009",25569,39093 -"168010",25569,39681 -"168011",25569,41929 -"168012",25569,42002 -"168013",25569,63577 -"168014",25569,72466 -"168015",25570,26415 -"168016",25570,33748 -"168017",25570,101284 -"168018",25570,101415 -"168019",25570,105348 -"168020",25573,41341 -"168021",25573,45039 -"168022",25575,59568 -"168023",25576,72347 -"168024",25577,33394 -"168025",25577,40470 -"168026",25577,56317 -"168027",25577,65460 -"168028",25577,75062 -"168029",25577,80287 -"168030",25578,30727 -"168031",25578,30840 -"168032",25580,25626 -"168033",25580,26154 -"168034",25580,26626 -"168035",25581,37249 -"168036",25581,53480 -"168037",25581,57048 -"168038",25581,109464 -"168039",25583,25858 -"168040",25583,29450 -"168041",25583,33352 -"168042",25583,36065 -"168043",25583,46804 -"168044",25583,103109 -"168045",25583,104517 -"168046",25583,104572 -"168047",25583,104656 -"168048",25584,26619 -"168049",25584,45576 -"168050",25584,88711 -"168051",25584,90860 -"168052",25585,46101 -"168053",25586,95156 -"168054",25586,122989 -"168055",25588,25923 -"168056",25588,26387 -"168057",25588,26449 -"168058",25588,26485 -"168059",25588,27463 -"168060",25588,42505 -"168061",25588,42604 -"168062",25588,47421 -"168063",25588,58432 -"168064",25588,73877 -"168065",25588,75568 -"168066",25588,76511 -"168067",25588,88439 -"168068",25588,88794 -"168069",25588,89511 -"168070",25588,97591 -"168071",25588,108463 -"168072",25588,111931 -"168073",25591,78968 -"168074",25592,25605 -"168075",25592,36389 -"168076",25592,72035 -"168077",25592,72040 -"168078",25592,105327 -"168079",25592,114564 -"168080",25593,57070 -"168081",25593,80573 -"168082",25593,86141 -"168083",25595,25647 -"168084",25595,29696 -"168085",25595,32601 -"168086",25595,64666 -"168087",25595,84531 -"168088",25595,88169 -"168089",25595,104746 -"168090",25595,114796 -"168091",25596,55155 -"168092",25596,70728 -"168093",25596,71932 -"168094",25596,71952 -"168095",25596,74918 -"168096",25596,91900 -"168097",25596,103290 -"168098",25596,107098 -"168099",25597,49947 -"168100",25599,41400 -"168101",25599,71660 -"168102",25600,56928 -"168103",25601,31185 -"168104",25601,112104 -"168105",25603,26275 -"168106",25603,42006 -"168107",25603,45685 -"168108",25603,47013 -"168109",25603,52845 -"168110",25603,65402 -"168111",25603,73923 -"168112",25603,76314 -"168113",25603,80151 -"168114",25603,96030 -"168115",25604,27176 -"168116",25604,40894 -"168117",25604,69615 -"168118",25604,108476 -"168119",25604,122392 -"168120",25604,122408 -"168121",25605,29171 -"168122",25605,29198 -"168123",25605,30626 -"168124",25605,31655 -"168125",25605,35561 -"168126",25605,35825 -"168127",25605,38586 -"168128",25605,44857 -"168129",25605,48297 -"168130",25605,48411 -"168131",25605,52023 -"168132",25605,62056 -"168133",25605,72367 -"168134",25605,95469 -"168135",25605,104277 -"168136",25605,108886 -"168137",25605,109327 -"168138",25605,119148 -"168139",25606,28530 -"168140",25606,30258 -"168141",25606,38185 -"168142",25606,38683 -"168143",25606,40245 -"168144",25606,43226 -"168145",25606,44655 -"168146",25606,44973 -"168147",25606,46177 -"168148",25606,47048 -"168149",25606,48110 -"168150",25606,49697 -"168151",25606,58508 -"168152",25606,59731 -"168153",25606,62642 -"168154",25606,68091 -"168155",25606,69222 -"168156",25606,69335 -"168157",25606,73731 -"168158",25606,75245 -"168159",25606,75776 -"168160",25606,75956 -"168161",25606,76387 -"168162",25606,78978 -"168163",25606,79212 -"168164",25606,79241 -"168165",25606,79579 -"168166",25606,80239 -"168167",25606,80301 -"168168",25606,81397 -"168169",25606,88340 -"168170",25606,88749 -"168171",25606,89069 -"168172",25606,89373 -"168173",25606,89995 -"168174",25606,90919 -"168175",25606,90936 -"168176",25606,92232 -"168177",25606,92861 -"168178",25606,93097 -"168179",25606,94231 -"168180",25606,95183 -"168181",25606,95489 -"168182",25606,96247 -"168183",25606,96363 -"168184",25606,97898 -"168185",25606,101571 -"168186",25606,105139 -"168187",25608,25643 -"168188",25608,29793 -"168189",25608,39714 -"168190",25608,83180 -"168191",25609,90897 -"168192",25610,33777 -"168193",25611,33770 -"168194",25611,36614 -"168195",25611,43632 -"168196",25613,25899 -"168197",25613,32788 -"168198",25613,57612 -"168199",25613,72980 -"168200",25613,84546 -"168201",25613,84770 -"168202",25613,96518 -"168203",25613,101484 -"168204",25613,104662 -"168205",25613,111317 -"168206",25614,29768 -"168207",25614,30040 -"168208",25614,37587 -"168209",25614,44610 -"168210",25615,43645 -"168211",25615,93909 -"168212",25615,95120 -"168213",25615,109277 -"168214",25616,84811 -"168215",25616,93181 -"168216",25617,96523 -"168217",25617,96990 -"168218",25617,122261 -"168219",25618,37503 -"168220",25618,53248 -"168221",25618,62779 -"168222",25619,34695 -"168223",25619,73547 -"168224",25619,102324 -"168225",25619,103106 -"168226",25619,103119 -"168227",25619,105045 -"168228",25619,106156 -"168229",25619,106181 -"168230",25619,116481 -"168231",25620,34040 -"168232",25620,35112 -"168233",25620,36827 -"168234",25620,80758 -"168235",25620,92360 -"168236",25620,102441 -"168237",25620,113409 -"168238",25621,32015 -"168239",25621,80074 -"168240",25621,80102 -"168241",25621,80149 -"168242",25623,111264 -"168243",25624,70077 -"168244",25625,47071 -"168245",25625,66025 -"168246",25625,66529 -"168247",25625,84815 -"168248",25625,100505 -"168249",25626,26154 -"168250",25626,26626 -"168251",25626,28947 -"168252",25626,47746 -"168253",25627,30477 -"168254",25627,46730 -"168255",25627,75024 -"168256",25627,77916 -"168257",25627,82681 -"168258",25628,25642 -"168259",25628,27082 -"168260",25628,56819 -"168261",25629,39314 -"168262",25629,77539 -"168263",25629,78431 -"168264",25630,27867 -"168265",25630,63572 -"168266",25630,84006 -"168267",25630,87284 -"168268",25631,29216 -"168269",25631,56208 -"168270",25631,59793 -"168271",25631,69023 -"168272",25633,64263 -"168273",25634,35964 -"168274",25634,36059 -"168275",25634,36121 -"168276",25634,57836 -"168277",25635,32211 -"168278",25635,38462 -"168279",25635,41660 -"168280",25635,45503 -"168281",25635,56700 -"168282",25635,60811 -"168283",25635,76178 -"168284",25636,61239 -"168285",25636,71238 -"168286",25636,96432 -"168287",25636,97727 -"168288",25636,101042 -"168289",25636,101048 -"168290",25637,37590 -"168291",25637,39711 -"168292",25639,26432 -"168293",25639,26943 -"168294",25639,28499 -"168295",25639,29499 -"168296",25639,30789 -"168297",25639,30866 -"168298",25639,31700 -"168299",25639,32361 -"168300",25639,33275 -"168301",25639,33883 -"168302",25639,36286 -"168303",25639,36767 -"168304",25639,36954 -"168305",25639,37307 -"168306",25639,37937 -"168307",25639,40419 -"168308",25639,41455 -"168309",25639,42608 -"168310",25639,43149 -"168311",25639,44180 -"168312",25639,44687 -"168313",25639,45818 -"168314",25639,50207 -"168315",25639,50488 -"168316",25639,51476 -"168317",25639,51892 -"168318",25639,52112 -"168319",25639,53415 -"168320",25639,53755 -"168321",25639,54168 -"168322",25639,56357 -"168323",25639,57210 -"168324",25639,57636 -"168325",25639,58482 -"168326",25639,59172 -"168327",25639,59798 -"168328",25639,59816 -"168329",25639,61874 -"168330",25639,63274 -"168331",25639,66322 -"168332",25639,67327 -"168333",25639,70854 -"168334",25639,70907 -"168335",25639,71683 -"168336",25639,72568 -"168337",25639,72628 -"168338",25639,73767 -"168339",25639,77125 -"168340",25639,78398 -"168341",25639,78532 -"168342",25639,81609 -"168343",25639,82426 -"168344",25639,84343 -"168345",25639,85000 -"168346",25639,85101 -"168347",25639,85885 -"168348",25639,91255 -"168349",25639,91682 -"168350",25639,91698 -"168351",25639,92247 -"168352",25639,92352 -"168353",25639,92362 -"168354",25639,92929 -"168355",25639,93719 -"168356",25639,94906 -"168357",25639,94946 -"168358",25639,95267 -"168359",25639,95889 -"168360",25639,96093 -"168361",25639,97580 -"168362",25639,97988 -"168363",25639,98727 -"168364",25639,98776 -"168365",25639,99309 -"168366",25639,99376 -"168367",25639,99450 -"168368",25639,99471 -"168369",25639,99474 -"168370",25639,100795 -"168371",25639,100916 -"168372",25639,100944 -"168373",25639,101126 -"168374",25639,101329 -"168375",25639,105557 -"168376",25639,106824 -"168377",25639,107199 -"168378",25639,108743 -"168379",25639,108879 -"168380",25639,108980 -"168381",25639,109166 -"168382",25639,109291 -"168383",25639,109858 -"168384",25639,109878 -"168385",25639,109933 -"168386",25639,110483 -"168387",25639,110567 -"168388",25639,110572 -"168389",25639,110630 -"168390",25639,110648 -"168391",25639,110711 -"168392",25639,110770 -"168393",25639,110869 -"168394",25639,110911 -"168395",25639,111285 -"168396",25639,111314 -"168397",25639,111362 -"168398",25639,111372 -"168399",25639,111424 -"168400",25639,111433 -"168401",25639,112422 -"168402",25639,112962 -"168403",25639,113269 -"168404",25639,113430 -"168405",25639,113990 -"168406",25639,114242 -"168407",25639,114842 -"168408",25639,115413 -"168409",25639,115427 -"168410",25639,115521 -"168411",25639,115711 -"168412",25639,116123 -"168413",25639,117258 -"168414",25639,117560 -"168415",25639,118128 -"168416",25639,118836 -"168417",25639,118866 -"168418",25639,118873 -"168419",25639,119131 -"168420",25639,119513 -"168421",25639,119716 -"168422",25639,119769 -"168423",25639,120123 -"168424",25639,120169 -"168425",25639,120725 -"168426",25639,120944 -"168427",25639,121609 -"168428",25639,122007 -"168429",25639,122032 -"168430",25639,122035 -"168431",25639,122724 -"168432",25639,123070 -"168433",25639,123394 -"168434",25639,123490 -"168435",25640,59278 -"168436",25640,87072 -"168437",25640,100863 -"168438",25641,25644 -"168439",25642,27082 -"168440",25642,56819 -"168441",25643,30325 -"168442",25643,31492 -"168443",25643,33574 -"168444",25643,40293 -"168445",25643,47857 -"168446",25643,50239 -"168447",25643,51654 -"168448",25643,58035 -"168449",25643,80471 -"168450",25643,94102 -"168451",25643,99969 -"168452",25644,34591 -"168453",25644,35972 -"168454",25644,43811 -"168455",25644,43895 -"168456",25644,43935 -"168457",25644,43966 -"168458",25644,43968 -"168459",25644,43992 -"168460",25644,43997 -"168461",25644,43999 -"168462",25644,44000 -"168463",25644,91115 -"168464",25644,92350 -"168465",25644,92351 -"168466",25644,92389 -"168467",25644,92402 -"168468",25644,92456 -"168469",25645,32539 -"168470",25645,73659 -"168471",25646,47302 -"168472",25646,112381 -"168473",25648,30655 -"168474",25648,33635 -"168475",25648,42197 -"168476",25648,44679 -"168477",25648,62750 -"168478",25648,68284 -"168479",25648,70208 -"168480",25648,74180 -"168481",25648,75919 -"168482",25648,88379 -"168483",25648,99620 -"168484",25648,100992 -"168485",25648,103846 -"168486",25648,109109 -"168487",25648,110319 -"168488",25648,113253 -"168489",25648,122700 -"168490",25649,85504 -"168491",25649,99288 -"168492",25649,114416 -"168493",25650,25859 -"168494",25650,25866 -"168495",25651,28358 -"168496",25651,32541 -"168497",25651,34694 -"168498",25651,34710 -"168499",25651,34818 -"168500",25651,34892 -"168501",25651,34900 -"168502",25651,38712 -"168503",25651,52680 -"168504",25651,60808 -"168505",25651,73703 -"168506",25652,58767 -"168507",25653,29902 -"168508",25653,57737 -"168509",25653,92094 -"168510",25653,109692 -"168511",25653,109789 -"168512",25654,37008 -"168513",25654,37133 -"168514",25654,37776 -"168515",25654,40902 -"168516",25654,52216 -"168517",25654,66369 -"168518",25654,84857 -"168519",25654,88869 -"168520",25654,89587 -"168521",25654,90271 -"168522",25654,92618 -"168523",25654,107987 -"168524",25655,80616 -"168525",25655,93969 -"168526",25655,94569 -"168527",25656,29552 -"168528",25656,107056 -"168529",25658,25678 -"168530",25659,44356 -"168531",25659,63429 -"168532",25659,72104 -"168533",25659,74388 -"168534",25659,77818 -"168535",25659,84698 -"168536",25659,101093 -"168537",25659,106752 -"168538",25659,119756 -"168539",25659,119978 -"168540",25659,120037 -"168541",25660,31469 -"168542",25660,34668 -"168543",25660,34763 -"168544",25660,38497 -"168545",25660,51777 -"168546",25660,75470 -"168547",25660,101111 -"168548",25660,122031 -"168549",25661,34991 -"168550",25661,38112 -"168551",25661,88053 -"168552",25662,33691 -"168553",25662,42199 -"168554",25662,85406 -"168555",25662,94758 -"168556",25662,95295 -"168557",25663,25921 -"168558",25664,26407 -"168559",25664,27174 -"168560",25664,27196 -"168561",25664,27710 -"168562",25664,28703 -"168563",25664,29253 -"168564",25664,29341 -"168565",25664,29560 -"168566",25664,29573 -"168567",25664,29868 -"168568",25664,32438 -"168569",25664,32967 -"168570",25664,33223 -"168571",25664,33881 -"168572",25664,34097 -"168573",25664,34330 -"168574",25664,34513 -"168575",25664,35400 -"168576",25664,36476 -"168577",25664,36547 -"168578",25664,36745 -"168579",25664,37780 -"168580",25664,37821 -"168581",25664,37931 -"168582",25664,38319 -"168583",25664,39398 -"168584",25664,39492 -"168585",25664,40320 -"168586",25664,40373 -"168587",25664,40542 -"168588",25664,41182 -"168589",25664,42131 -"168590",25664,46843 -"168591",25664,48331 -"168592",25664,108256 -"168593",25664,116687 -"168594",25665,76922 -"168595",25665,77050 -"168596",25665,83656 -"168597",25665,92699 -"168598",25666,30876 -"168599",25667,25906 -"168600",25668,25806 -"168601",25669,25683 -"168602",25670,49366 -"168603",25670,64616 -"168604",25670,74002 -"168605",25671,25694 -"168606",25671,28432 -"168607",25671,30721 -"168608",25671,73360 -"168609",25671,73553 -"168610",25671,88495 -"168611",25671,110764 -"168612",25671,110780 -"168613",25672,37633 -"168614",25672,41023 -"168615",25672,54848 -"168616",25672,60371 -"168617",25672,64906 -"168618",25672,73730 -"168619",25672,85815 -"168620",25672,122961 -"168621",25673,48408 -"168622",25673,73650 -"168623",25673,91984 -"168624",25673,96287 -"168625",25673,96289 -"168626",25673,96302 -"168627",25674,73554 -"168628",25675,42533 -"168629",25676,25791 -"168630",25676,62718 -"168631",25676,73788 -"168632",25676,73791 -"168633",25676,77483 -"168634",25677,34174 -"168635",25678,25785 -"168636",25678,34108 -"168637",25678,37969 -"168638",25678,56365 -"168639",25678,58346 -"168640",25678,73357 -"168641",25678,82860 -"168642",25678,100893 -"168643",25678,101500 -"168644",25678,102488 -"168645",25679,41021 -"168646",25679,41619 -"168647",25679,46042 -"168648",25679,73257 -"168649",25680,25812 -"168650",25680,26479 -"168651",25680,92072 -"168652",25680,103432 -"168653",25680,108765 -"168654",25680,108962 -"168655",25680,116450 -"168656",25680,122339 -"168657",25682,25854 -"168658",25683,79210 -"168659",25684,28031 -"168660",25686,41515 -"168661",25687,26605 -"168662",25687,26653 -"168663",25687,26780 -"168664",25687,30331 -"168665",25688,25823 -"168666",25688,25825 -"168667",25688,25891 -"168668",25688,25898 -"168669",25689,25753 -"168670",25691,25765 -"168671",25691,25915 -"168672",25691,36468 -"168673",25691,83921 -"168674",25692,30888 -"168675",25692,36050 -"168676",25692,45263 -"168677",25692,46686 -"168678",25692,49353 -"168679",25692,55275 -"168680",25692,62477 -"168681",25692,77967 -"168682",25692,78704 -"168683",25692,80088 -"168684",25692,101534 -"168685",25692,101684 -"168686",25692,102703 -"168687",25692,109242 -"168688",25692,109252 -"168689",25692,109915 -"168690",25692,112672 -"168691",25692,113844 -"168692",25692,116644 -"168693",25693,33991 -"168694",25695,25712 -"168695",25696,25698 -"168696",25696,25773 -"168697",25696,25809 -"168698",25696,25810 -"168699",25697,93707 -"168700",25698,25773 -"168701",25698,25809 -"168702",25698,25810 -"168703",25699,25749 -"168704",25699,25786 -"168705",25699,25808 -"168706",25699,25896 -"168707",25700,25787 -"168708",25700,30244 -"168709",25700,31902 -"168710",25700,47111 -"168711",25700,48241 -"168712",25700,88692 -"168713",25700,103292 -"168714",25701,42498 -"168715",25701,88885 -"168716",25701,88898 -"168717",25702,26260 -"168718",25702,31068 -"168719",25702,38375 -"168720",25702,68802 -"168721",25703,30186 -"168722",25703,37791 -"168723",25703,39264 -"168724",25703,47882 -"168725",25703,54732 -"168726",25703,85919 -"168727",25703,88289 -"168728",25703,90721 -"168729",25703,97058 -"168730",25703,97067 -"168731",25703,97074 -"168732",25703,97102 -"168733",25703,97103 -"168734",25703,97104 -"168735",25703,97109 -"168736",25703,97110 -"168737",25704,63213 -"168738",25705,25908 -"168739",25705,47588 -"168740",25705,77597 -"168741",25705,80704 -"168742",25705,83031 -"168743",25705,83049 -"168744",25705,83085 -"168745",25705,84954 -"168746",25705,84962 -"168747",25706,39885 -"168748",25706,108504 -"168749",25707,25890 -"168750",25707,27647 -"168751",25707,45003 -"168752",25707,117621 -"168753",25707,117672 -"168754",25708,41939 -"168755",25709,33723 -"168756",25709,72841 -"168757",25709,86427 -"168758",25709,88400 -"168759",25709,111841 -"168760",25710,25734 -"168761",25710,47188 -"168762",25710,51078 -"168763",25710,69718 -"168764",25710,91086 -"168765",25711,29147 -"168766",25711,112763 -"168767",25712,26560 -"168768",25713,56937 -"168769",25713,108633 -"168770",25713,108671 -"168771",25716,29644 -"168772",25716,36315 -"168773",25716,56965 -"168774",25718,25719 -"168775",25718,25764 -"168776",25718,30080 -"168777",25718,48975 -"168778",25718,73483 -"168779",25718,75294 -"168780",25718,77251 -"168781",25718,78461 -"168782",25718,87261 -"168783",25718,90110 -"168784",25718,92639 -"168785",25718,102311 -"168786",25718,107874 -"168787",25718,107993 -"168788",25718,108483 -"168789",25718,110655 -"168790",25718,112834 -"168791",25718,117648 -"168792",25719,25764 -"168793",25719,61280 -"168794",25719,82363 -"168795",25719,89930 -"168796",25719,92241 -"168797",25719,93006 -"168798",25719,118106 -"168799",25719,121863 -"168800",25721,32612 -"168801",25721,41049 -"168802",25721,47509 -"168803",25721,56379 -"168804",25721,103071 -"168805",25722,26175 -"168806",25722,26176 -"168807",25722,26284 -"168808",25722,26285 -"168809",25722,26286 -"168810",25722,26323 -"168811",25722,26496 -"168812",25722,33388 -"168813",25722,110540 -"168814",25722,112007 -"168815",25722,115275 -"168816",25723,54661 -"168817",25723,69051 -"168818",25723,76072 -"168819",25723,97171 -"168820",25724,46936 -"168821",25724,89536 -"168822",25725,44749 -"168823",25725,109317 -"168824",25726,29855 -"168825",25726,43457 -"168826",25726,53409 -"168827",25726,96536 -"168828",25727,30411 -"168829",25727,33119 -"168830",25727,36091 -"168831",25727,38782 -"168832",25727,40488 -"168833",25727,41719 -"168834",25727,45397 -"168835",25727,53453 -"168836",25727,57058 -"168837",25727,58855 -"168838",25727,65400 -"168839",25727,66950 -"168840",25727,67825 -"168841",25727,68502 -"168842",25727,68569 -"168843",25727,74575 -"168844",25727,75025 -"168845",25727,78451 -"168846",25727,78679 -"168847",25727,81944 -"168848",25727,84607 -"168849",25727,88462 -"168850",25727,96452 -"168851",25727,98268 -"168852",25727,99263 -"168853",25727,100607 -"168854",25727,101067 -"168855",25727,101484 -"168856",25727,101681 -"168857",25727,104646 -"168858",25727,104887 -"168859",25727,105019 -"168860",25727,105030 -"168861",25727,105660 -"168862",25727,106010 -"168863",25727,110272 -"168864",25727,111019 -"168865",25727,114545 -"168866",25727,115817 -"168867",25727,116107 -"168868",25727,116108 -"168869",25727,116109 -"168870",25727,119265 -"168871",25728,25738 -"168872",25728,25907 -"168873",25728,96575 -"168874",25728,102617 -"168875",25729,25754 -"168876",25730,26062 -"168877",25730,56382 -"168878",25730,89681 -"168879",25731,122707 -"168880",25732,25794 -"168881",25732,76991 -"168882",25733,51663 -"168883",25733,54380 -"168884",25734,27545 -"168885",25734,29403 -"168886",25734,30306 -"168887",25734,52217 -"168888",25734,59662 -"168889",25734,65017 -"168890",25734,66834 -"168891",25734,98098 -"168892",25734,98122 -"168893",25734,98124 -"168894",25735,28952 -"168895",25735,60493 -"168896",25735,65803 -"168897",25735,66132 -"168898",25736,87132 -"168899",25737,75303 -"168900",25738,25907 -"168901",25738,49505 -"168902",25739,25811 -"168903",25739,25831 -"168904",25739,25832 -"168905",25739,25863 -"168906",25739,45359 -"168907",25740,36910 -"168908",25740,39447 -"168909",25740,46515 -"168910",25740,50663 -"168911",25740,55943 -"168912",25740,76827 -"168913",25740,120419 -"168914",25741,25871 -"168915",25741,34658 -"168916",25741,45763 -"168917",25741,60288 -"168918",25741,63569 -"168919",25741,88413 -"168920",25741,94922 -"168921",25743,25872 -"168922",25743,25902 -"168923",25743,37550 -"168924",25743,42026 -"168925",25743,42827 -"168926",25743,53764 -"168927",25743,66227 -"168928",25743,76920 -"168929",25743,81516 -"168930",25743,81554 -"168931",25743,87530 -"168932",25743,88858 -"168933",25743,88887 -"168934",25744,37354 -"168935",25744,48140 -"168936",25745,27345 -"168937",25745,28005 -"168938",25745,51813 -"168939",25745,55169 -"168940",25745,90439 -"168941",25746,61235 -"168942",25746,67193 -"168943",25746,93520 -"168944",25746,121475 -"168945",25747,44401 -"168946",25747,48429 -"168947",25747,49728 -"168948",25747,63535 -"168949",25747,64405 -"168950",25747,69693 -"168951",25747,78236 -"168952",25747,85379 -"168953",25747,90583 -"168954",25747,90898 -"168955",25747,94836 -"168956",25747,108732 -"168957",25748,29306 -"168958",25748,40379 -"168959",25748,43411 -"168960",25748,65725 -"168961",25748,76843 -"168962",25748,80130 -"168963",25748,80948 -"168964",25748,80973 -"168965",25748,81422 -"168966",25748,82569 -"168967",25748,84591 -"168968",25748,85433 -"168969",25748,87915 -"168970",25748,93712 -"168971",25748,101381 -"168972",25748,104588 -"168973",25748,104735 -"168974",25748,106413 -"168975",25748,106442 -"168976",25748,109539 -"168977",25748,110336 -"168978",25748,117654 -"168979",25748,118379 -"168980",25749,25786 -"168981",25749,25808 -"168982",25749,25896 -"168983",25749,52123 -"168984",25749,65789 -"168985",25750,30410 -"168986",25751,64938 -"168987",25751,76484 -"168988",25752,38311 -"168989",25752,38344 -"168990",25752,39693 -"168991",25752,39724 -"168992",25752,39725 -"168993",25752,39726 -"168994",25754,110116 -"168995",25755,27302 -"168996",25755,57887 -"168997",25755,92061 -"168998",25756,80687 -"168999",25757,59207 -"169000",25757,85711 -"169001",25757,89000 -"169002",25758,26537 -"169003",25758,26872 -"169004",25758,28767 -"169005",25758,28871 -"169006",25758,30334 -"169007",25758,35496 -"169008",25758,37610 -"169009",25758,37636 -"169010",25758,39435 -"169011",25758,40131 -"169012",25758,40166 -"169013",25758,40392 -"169014",25758,40905 -"169015",25758,41030 -"169016",25758,41527 -"169017",25758,41529 -"169018",25758,41778 -"169019",25758,43147 -"169020",25758,43234 -"169021",25758,43858 -"169022",25758,44828 -"169023",25758,45657 -"169024",25758,45933 -"169025",25758,46434 -"169026",25758,46788 -"169027",25758,47123 -"169028",25758,47488 -"169029",25758,48909 -"169030",25758,49859 -"169031",25758,50064 -"169032",25758,50067 -"169033",25758,50554 -"169034",25758,50879 -"169035",25758,51783 -"169036",25758,52018 -"169037",25758,53444 -"169038",25758,53527 -"169039",25758,53555 -"169040",25758,54275 -"169041",25758,56628 -"169042",25758,58004 -"169043",25758,58068 -"169044",25758,58633 -"169045",25758,61111 -"169046",25758,61127 -"169047",25758,68287 -"169048",25758,115735 -"169049",25759,37557 -"169050",25759,44859 -"169051",25760,25795 -"169052",25760,25867 -"169053",25760,25918 -"169054",25760,35909 -"169055",25760,35910 -"169056",25760,35935 -"169057",25760,36001 -"169058",25760,36029 -"169059",25760,36045 -"169060",25760,36046 -"169061",25760,36080 -"169062",25760,36081 -"169063",25760,36082 -"169064",25760,36102 -"169065",25761,25976 -"169066",25761,30416 -"169067",25761,32947 -"169068",25761,52441 -"169069",25761,57926 -"169070",25761,63409 -"169071",25761,66664 -"169072",25761,90939 -"169073",25761,91905 -"169074",25761,107396 -"169075",25761,112765 -"169076",25761,112767 -"169077",25763,25797 -"169078",25765,25915 -"169079",25765,30604 -"169080",25765,100556 -"169081",25766,31486 -"169082",25766,33785 -"169083",25766,115750 -"169084",25766,115773 -"169085",25767,26926 -"169086",25767,26992 -"169087",25767,40654 -"169088",25767,42682 -"169089",25767,43238 -"169090",25767,46586 -"169091",25767,50604 -"169092",25767,51475 -"169093",25767,51666 -"169094",25767,51789 -"169095",25767,53389 -"169096",25767,55136 -"169097",25767,57270 -"169098",25767,58645 -"169099",25767,60928 -"169100",25767,65137 -"169101",25767,75526 -"169102",25767,75953 -"169103",25767,80041 -"169104",25767,81722 -"169105",25767,89618 -"169106",25767,89742 -"169107",25767,98946 -"169108",25767,99575 -"169109",25767,101067 -"169110",25767,102866 -"169111",25767,105207 -"169112",25767,106691 -"169113",25767,107050 -"169114",25767,110085 -"169115",25767,110108 -"169116",25767,119327 -"169117",25767,120879 -"169118",25767,120961 -"169119",25767,121359 -"169120",25768,44322 -"169121",25769,25826 -"169122",25769,27485 -"169123",25769,43940 -"169124",25770,25887 -"169125",25771,52376 -"169126",25771,122575 -"169127",25772,26912 -"169128",25772,68192 -"169129",25772,73745 -"169130",25772,101321 -"169131",25773,25809 -"169132",25773,25810 -"169133",25774,97752 -"169134",25775,55784 -"169135",25775,86714 -"169136",25775,98384 -"169137",25776,41782 -"169138",25776,58337 -"169139",25776,72986 -"169140",25776,73544 -"169141",25776,74192 -"169142",25776,96310 -"169143",25776,104006 -"169144",25776,108844 -"169145",25776,117744 -"169146",25777,56131 -"169147",25778,68788 -"169148",25778,111609 -"169149",25779,42818 -"169150",25779,66449 -"169151",25779,88641 -"169152",25780,43958 -"169153",25781,70833 -"169154",25781,106377 -"169155",25782,51617 -"169156",25784,25849 -"169157",25784,25869 -"169158",25784,25900 -"169159",25785,44226 -"169160",25785,49546 -"169161",25785,54618 -"169162",25785,56365 -"169163",25785,63910 -"169164",25785,73517 -"169165",25785,82860 -"169166",25785,89796 -"169167",25785,89820 -"169168",25785,111535 -"169169",25785,111601 -"169170",25786,25808 -"169171",25786,25896 -"169172",25786,34842 -"169173",25786,39160 -"169174",25786,93182 -"169175",25787,98799 -"169176",25788,34017 -"169177",25788,45873 -"169178",25788,70111 -"169179",25788,86403 -"169180",25789,77124 -"169181",25789,85619 -"169182",25789,103741 -"169183",25789,119945 -"169184",25790,29921 -"169185",25790,33329 -"169186",25790,37354 -"169187",25790,41419 -"169188",25790,71634 -"169189",25790,85245 -"169190",25790,108744 -"169191",25792,64848 -"169192",25792,76184 -"169193",25794,34787 -"169194",25794,35549 -"169195",25794,53507 -"169196",25794,69482 -"169197",25794,69483 -"169198",25794,69484 -"169199",25794,69527 -"169200",25794,69676 -"169201",25794,69694 -"169202",25794,69800 -"169203",25794,69894 -"169204",25794,69917 -"169205",25795,25867 -"169206",25795,25918 -"169207",25796,81921 -"169208",25797,33433 -"169209",25797,53083 -"169210",25797,53108 -"169211",25797,91781 -"169212",25798,25799 -"169213",25798,25834 -"169214",25799,25834 -"169215",25800,38150 -"169216",25801,31795 -"169217",25801,37435 -"169218",25801,45408 -"169219",25801,45563 -"169220",25801,50071 -"169221",25801,53498 -"169222",25801,59887 -"169223",25801,69215 -"169224",25801,70227 -"169225",25801,99191 -"169226",25801,105262 -"169227",25801,107410 -"169228",25801,108872 -"169229",25801,110454 -"169230",25801,111156 -"169231",25801,114895 -"169232",25802,26020 -"169233",25802,31487 -"169234",25802,50926 -"169235",25802,54463 -"169236",25802,62534 -"169237",25802,71390 -"169238",25802,89667 -"169239",25803,40495 -"169240",25803,41164 -"169241",25804,84156 -"169242",25804,94323 -"169243",25805,35547 -"169244",25805,35548 -"169245",25805,35721 -"169246",25805,105850 -"169247",25805,105899 -"169248",25806,98831 -"169249",25806,98834 -"169250",25806,98854 -"169251",25807,44870 -"169252",25807,75216 -"169253",25807,78179 -"169254",25807,90083 -"169255",25807,96705 -"169256",25807,111852 -"169257",25807,111892 -"169258",25807,112921 -"169259",25808,25896 -"169260",25809,25810 -"169261",25809,54088 -"169262",25811,25831 -"169263",25811,25832 -"169264",25811,25863 -"169265",25811,29336 -"169266",25811,33893 -"169267",25811,34449 -"169268",25811,45359 -"169269",25812,28130 -"169270",25812,28131 -"169271",25812,81167 -"169272",25812,91422 -"169273",25812,93333 -"169274",25813,33893 -"169275",25813,34480 -"169276",25813,51471 -"169277",25813,70141 -"169278",25814,33957 -"169279",25814,35682 -"169280",25814,36643 -"169281",25814,50568 -"169282",25814,59813 -"169283",25814,70595 -"169284",25814,79652 -"169285",25814,92847 -"169286",25814,92871 -"169287",25814,92889 -"169288",25814,97429 -"169289",25814,108506 -"169290",25814,121902 -"169291",25815,25884 -"169292",25815,26192 -"169293",25816,26342 -"169294",25816,28468 -"169295",25816,30520 -"169296",25816,36807 -"169297",25816,37517 -"169298",25816,40250 -"169299",25816,41453 -"169300",25816,46577 -"169301",25816,46923 -"169302",25816,55641 -"169303",25816,57129 -"169304",25816,59790 -"169305",25816,60661 -"169306",25816,69697 -"169307",25816,72419 -"169308",25817,54214 -"169309",25817,120174 -"169310",25818,32489 -"169311",25818,32499 -"169312",25818,43705 -"169313",25818,92069 -"169314",25819,34634 -"169315",25819,36288 -"169316",25819,39845 -"169317",25819,45327 -"169318",25819,78941 -"169319",25819,97982 -"169320",25819,113315 -"169321",25819,115625 -"169322",25820,33666 -"169323",25820,71071 -"169324",25820,81438 -"169325",25820,99368 -"169326",25820,116933 -"169327",25821,25827 -"169328",25821,57187 -"169329",25822,72703 -"169330",25822,95435 -"169331",25822,104220 -"169332",25822,111922 -"169333",25822,119462 -"169334",25822,119466 -"169335",25823,25825 -"169336",25823,25891 -"169337",25823,25898 -"169338",25823,44082 -"169339",25823,44763 -"169340",25823,44773 -"169341",25823,55899 -"169342",25823,56469 -"169343",25823,58299 -"169344",25823,58326 -"169345",25824,43126 -"169346",25824,56896 -"169347",25824,57005 -"169348",25824,57006 -"169349",25824,64042 -"169350",25824,73413 -"169351",25824,73463 -"169352",25825,25891 -"169353",25825,25898 -"169354",25825,29737 -"169355",25825,43546 -"169356",25826,27485 -"169357",25826,39342 -"169358",25826,43940 -"169359",25826,50730 -"169360",25826,50825 -"169361",25826,75532 -"169362",25826,81770 -"169363",25826,81776 -"169364",25828,26797 -"169365",25828,33332 -"169366",25828,43818 -"169367",25828,57644 -"169368",25828,96675 -"169369",25828,101058 -"169370",25828,103364 -"169371",25828,114734 -"169372",25828,114962 -"169373",25829,35075 -"169374",25829,43607 -"169375",25829,61801 -"169376",25829,79181 -"169377",25830,77849 -"169378",25830,106175 -"169379",25830,111137 -"169380",25831,25832 -"169381",25831,25863 -"169382",25831,27255 -"169383",25831,28893 -"169384",25831,45359 -"169385",25832,25863 -"169386",25832,37420 -"169387",25832,45359 -"169388",25832,76732 -"169389",25834,37217 -"169390",25835,61683 -"169391",25835,75763 -"169392",25835,81160 -"169393",25835,83406 -"169394",25835,84165 -"169395",25836,86429 -"169396",25836,92917 -"169397",25836,103092 -"169398",25837,33887 -"169399",25837,97859 -"169400",25839,107453 -"169401",25839,111560 -"169402",25839,114792 -"169403",25839,119844 -"169404",25840,32835 -"169405",25840,51687 -"169406",25840,52974 -"169407",25840,56360 -"169408",25841,38557 -"169409",25841,49700 -"169410",25841,65969 -"169411",25842,32175 -"169412",25842,47435 -"169413",25842,49655 -"169414",25842,49737 -"169415",25842,51790 -"169416",25842,52327 -"169417",25842,65817 -"169418",25842,76141 -"169419",25843,26600 -"169420",25843,40033 -"169421",25843,49217 -"169422",25843,55851 -"169423",25843,57489 -"169424",25843,61529 -"169425",25843,90745 -"169426",25843,114073 -"169427",25845,93093 -"169428",25845,118427 -"169429",25845,122542 -"169430",25847,71454 -"169431",25848,26890 -"169432",25849,25869 -"169433",25849,25900 -"169434",25850,29650 -"169435",25850,30907 -"169436",25850,97521 -"169437",25852,39189 -"169438",25852,51199 -"169439",25852,90834 -"169440",25852,115098 -"169441",25852,115100 -"169442",25853,27640 -"169443",25853,44529 -"169444",25853,52796 -"169445",25853,58414 -"169446",25853,58418 -"169447",25853,104672 -"169448",25854,27235 -"169449",25854,98763 -"169450",25855,29161 -"169451",25855,107161 -"169452",25855,113611 -"169453",25855,116801 -"169454",25856,57288 -"169455",25856,120135 -"169456",25858,31401 -"169457",25858,37312 -"169458",25858,65153 -"169459",25859,25866 -"169460",25860,60455 -"169461",25861,33869 -"169462",25861,33943 -"169463",25862,27335 -"169464",25862,39643 -"169465",25862,42126 -"169466",25862,42429 -"169467",25862,43919 -"169468",25862,53308 -"169469",25862,56764 -"169470",25863,29336 -"169471",25863,33893 -"169472",25863,45359 -"169473",25863,50366 -"169474",25863,65525 -"169475",25863,69280 -"169476",25863,73245 -"169477",25864,41024 -"169478",25864,84949 -"169479",25865,30609 -"169480",25866,43000 -"169481",25866,66838 -"169482",25867,25918 -"169483",25868,57037 -"169484",25868,81263 -"169485",25868,111413 -"169486",25869,25900 -"169487",25869,32236 -"169488",25870,39157 -"169489",25870,70275 -"169490",25872,25902 -"169491",25872,26732 -"169492",25872,26845 -"169493",25873,33124 -"169494",25873,80068 -"169495",25873,105028 -"169496",25873,105031 -"169497",25874,40494 -"169498",25874,51131 -"169499",25874,80278 -"169500",25874,102975 -"169501",25875,56671 -"169502",25875,104061 -"169503",25876,25877 -"169504",25876,26099 -"169505",25877,26099 -"169506",25877,59455 -"169507",25877,63721 -"169508",25877,63871 -"169509",25877,86613 -"169510",25877,86623 -"169511",25878,26396 -"169512",25878,82223 -"169513",25879,26033 -"169514",25879,26034 -"169515",25879,27039 -"169516",25879,53891 -"169517",25879,59371 -"169518",25879,64640 -"169519",25879,69896 -"169520",25879,80621 -"169521",25879,92580 -"169522",25879,121881 -"169523",25880,42053 -"169524",25880,74715 -"169525",25881,27586 -"169526",25881,60878 -"169527",25881,80383 -"169528",25882,36889 -"169529",25882,65305 -"169530",25882,65382 -"169531",25883,25964 -"169532",25883,26009 -"169533",25883,36086 -"169534",25883,41041 -"169535",25883,56920 -"169536",25883,60302 -"169537",25883,79204 -"169538",25883,84431 -"169539",25883,119191 -"169540",25884,30784 -"169541",25884,47681 -"169542",25884,89688 -"169543",25884,89732 -"169544",25884,110995 -"169545",25885,39585 -"169546",25885,51099 -"169547",25885,53347 -"169548",25885,82916 -"169549",25885,96722 -"169550",25885,112185 -"169551",25885,113379 -"169552",25886,26001 -"169553",25886,30459 -"169554",25886,36692 -"169555",25886,37265 -"169556",25886,38266 -"169557",25886,43364 -"169558",25886,47687 -"169559",25886,50255 -"169560",25886,59523 -"169561",25886,62237 -"169562",25886,83966 -"169563",25886,84202 -"169564",25886,99197 -"169565",25886,100133 -"169566",25886,104587 -"169567",25887,70088 -"169568",25888,26310 -"169569",25888,46578 -"169570",25889,37164 -"169571",25889,40985 -"169572",25890,27647 -"169573",25891,25898 -"169574",25892,31115 -"169575",25892,31799 -"169576",25892,33001 -"169577",25892,47176 -"169578",25892,49877 -"169579",25892,62488 -"169580",25892,64968 -"169581",25892,65008 -"169582",25892,65029 -"169583",25892,74746 -"169584",25893,39133 -"169585",25893,63233 -"169586",25893,67293 -"169587",25894,36278 -"169588",25894,56106 -"169589",25894,64153 -"169590",25895,33550 -"169591",25895,35738 -"169592",25895,37246 -"169593",25895,43694 -"169594",25895,47806 -"169595",25895,57351 -"169596",25895,57549 -"169597",25895,63556 -"169598",25895,63753 -"169599",25896,87534 -"169600",25896,103141 -"169601",25896,103156 -"169602",25896,103192 -"169603",25897,41957 -"169604",25897,59664 -"169605",25897,91265 -"169606",25898,29512 -"169607",25898,51234 -"169608",25898,51600 -"169609",25898,53025 -"169610",25898,59853 -"169611",25898,61439 -"169612",25898,66756 -"169613",25898,102009 -"169614",25898,102392 -"169615",25899,26399 -"169616",25899,27275 -"169617",25899,30302 -"169618",25899,37190 -"169619",25899,52735 -"169620",25899,57612 -"169621",25899,63206 -"169622",25899,72980 -"169623",25899,81614 -"169624",25899,84546 -"169625",25899,84770 -"169626",25899,88959 -"169627",25899,95932 -"169628",25899,96518 -"169629",25899,101484 -"169630",25899,104662 -"169631",25899,111317 -"169632",25900,26038 -"169633",25900,26100 -"169634",25900,26429 -"169635",25900,26458 -"169636",25900,26568 -"169637",25900,36630 -"169638",25900,41831 -"169639",25900,42463 -"169640",25900,42840 -"169641",25900,42887 -"169642",25900,44095 -"169643",25900,56240 -"169644",25901,41881 -"169645",25901,47955 -"169646",25901,62993 -"169647",25901,65196 -"169648",25901,102112 -"169649",25902,42026 -"169650",25902,53764 -"169651",25902,54072 -"169652",25902,80141 -"169653",25902,81516 -"169654",25902,81554 -"169655",25902,115861 -"169656",25903,87306 -"169657",25903,109599 -"169658",25903,110677 -"169659",25905,115236 -"169660",25906,27501 -"169661",25906,41919 -"169662",25907,68318 -"169663",25907,82404 -"169664",25908,47588 -"169665",25908,77597 -"169666",25908,80704 -"169667",25908,82105 -"169668",25908,83031 -"169669",25908,83049 -"169670",25908,83085 -"169671",25910,40724 -"169672",25911,38906 -"169673",25911,69956 -"169674",25911,79642 -"169675",25911,81268 -"169676",25912,68338 -"169677",25913,53840 -"169678",25913,69072 -"169679",25913,71217 -"169680",25913,71244 -"169681",25913,92742 -"169682",25913,107445 -"169683",25913,108528 -"169684",25913,110242 -"169685",25914,72796 -"169686",25915,26352 -"169687",25915,32266 -"169688",25915,57977 -"169689",25915,81815 -"169690",25916,26576 -"169691",25916,35648 -"169692",25917,34546 -"169693",25917,44808 -"169694",25917,49878 -"169695",25917,77464 -"169696",25917,89781 -"169697",25917,105381 -"169698",25918,31171 -"169699",25918,67372 -"169700",25919,45799 -"169701",25919,52950 -"169702",25919,53843 -"169703",25919,56316 -"169704",25919,57443 -"169705",25919,71251 -"169706",25919,71444 -"169707",25919,77752 -"169708",25919,81259 -"169709",25919,102728 -"169710",25920,26382 -"169711",25920,26450 -"169712",25920,28408 -"169713",25920,37688 -"169714",25920,52670 -"169715",25921,64047 -"169716",25921,64048 -"169717",25924,25925 -"169718",25924,26042 -"169719",25924,26094 -"169720",25925,26042 -"169721",25925,26094 -"169722",25926,51302 -"169723",25927,29715 -"169724",25927,42863 -"169725",25927,54551 -"169726",25927,82919 -"169727",25928,25970 -"169728",25929,43280 -"169729",25930,36480 -"169730",25930,105656 -"169731",25930,109384 -"169732",25930,113812 -"169733",25930,118823 -"169734",25931,26082 -"169735",25931,30490 -"169736",25931,33153 -"169737",25931,35095 -"169738",25931,48895 -"169739",25931,49129 -"169740",25931,49678 -"169741",25931,52576 -"169742",25931,63357 -"169743",25931,87169 -"169744",25932,33180 -"169745",25932,54683 -"169746",25932,63320 -"169747",25932,63353 -"169748",25932,63384 -"169749",25932,68968 -"169750",25932,75647 -"169751",25933,67894 -"169752",25933,73464 -"169753",25933,88242 -"169754",25933,90077 -"169755",25933,95604 -"169756",25933,99210 -"169757",25933,99315 -"169758",25933,99316 -"169759",25933,99327 -"169760",25933,99329 -"169761",25933,99350 -"169762",25933,99844 -"169763",25934,25969 -"169764",25934,26088 -"169765",25935,54401 -"169766",25935,76658 -"169767",25936,33665 -"169768",25936,38301 -"169769",25936,45961 -"169770",25936,53504 -"169771",25936,75576 -"169772",25936,83916 -"169773",25936,83937 -"169774",25936,86513 -"169775",25936,117348 -"169776",25937,27734 -"169777",25937,94123 -"169778",25938,26026 -"169779",25938,26136 -"169780",25939,37966 -"169781",25940,26058 -"169782",25940,48538 -"169783",25940,109245 -"169784",25940,112829 -"169785",25941,26092 -"169786",25941,28691 -"169787",25941,33176 -"169788",25941,33836 -"169789",25941,34782 -"169790",25941,41131 -"169791",25941,43845 -"169792",25941,45838 -"169793",25941,53761 -"169794",25941,55988 -"169795",25941,56465 -"169796",25941,66426 -"169797",25941,72657 -"169798",25942,26044 -"169799",25942,58649 -"169800",25942,81225 -"169801",25943,27727 -"169802",25943,45034 -"169803",25943,58900 -"169804",25943,61088 -"169805",25943,95718 -"169806",25944,30992 -"169807",25944,88553 -"169808",25944,120550 -"169809",25945,47561 -"169810",25945,51059 -"169811",25945,56643 -"169812",25945,107057 -"169813",25945,109364 -"169814",25946,32593 -"169815",25946,46558 -"169816",25947,41775 -"169817",25947,46618 -"169818",25948,116815 -"169819",25949,31294 -"169820",25949,48554 -"169821",25949,122298 -"169822",25950,98349 -"169823",25950,117929 -"169824",25951,27881 -"169825",25951,37622 -"169826",25951,57640 -"169827",25951,60311 -"169828",25951,122303 -"169829",25951,122308 -"169830",25952,47309 -"169831",25953,33158 -"169832",25953,42410 -"169833",25953,54860 -"169834",25953,54865 -"169835",25953,54901 -"169836",25953,54903 -"169837",25953,64349 -"169838",25954,36388 -"169839",25954,47473 -"169840",25956,40969 -"169841",25956,44238 -"169842",25956,48810 -"169843",25956,49007 -"169844",25956,63846 -"169845",25956,71094 -"169846",25956,102106 -"169847",25956,119628 -"169848",25957,33945 -"169849",25957,39358 -"169850",25957,80226 -"169851",25957,80539 -"169852",25957,99273 -"169853",25958,35695 -"169854",25958,44319 -"169855",25958,60561 -"169856",25958,94744 -"169857",25960,39190 -"169858",25961,109948 -"169859",25962,53055 -"169860",25963,57010 -"169861",25964,26009 -"169862",25964,71727 -"169863",25964,103473 -"169864",25964,121334 -"169865",25965,27368 -"169866",25965,27774 -"169867",25965,27961 -"169868",25965,28062 -"169869",25965,28063 -"169870",25965,28130 -"169871",25965,28131 -"169872",25965,44830 -"169873",25965,44921 -"169874",25965,57938 -"169875",25965,62111 -"169876",25965,69803 -"169877",25965,94488 -"169878",25965,110660 -"169879",25965,112932 -"169880",25966,37418 -"169881",25967,36569 -"169882",25967,82188 -"169883",25968,38758 -"169884",25968,93664 -"169885",25969,26088 -"169886",25969,26866 -"169887",25969,77168 -"169888",25970,36448 -"169889",25970,87629 -"169890",25971,44743 -"169891",25971,57254 -"169892",25973,28141 -"169893",25973,49525 -"169894",25973,58943 -"169895",25973,60097 -"169896",25973,99574 -"169897",25973,100112 -"169898",25973,100120 -"169899",25973,100157 -"169900",25973,100167 -"169901",25973,100170 -"169902",25973,100172 -"169903",25973,100174 -"169904",25973,100188 -"169905",25973,100724 -"169906",25973,100757 -"169907",25973,100784 -"169908",25974,34551 -"169909",25974,41510 -"169910",25974,45585 -"169911",25974,78343 -"169912",25974,84349 -"169913",25975,53231 -"169914",25975,90780 -"169915",25976,30416 -"169916",25976,32947 -"169917",25976,50933 -"169918",25976,52441 -"169919",25976,57926 -"169920",25976,60587 -"169921",25976,62629 -"169922",25976,63409 -"169923",25976,66664 -"169924",25976,90939 -"169925",25976,91905 -"169926",25976,92322 -"169927",25976,94783 -"169928",25976,100919 -"169929",25976,101616 -"169930",25976,101860 -"169931",25976,107396 -"169932",25976,109350 -"169933",25976,112765 -"169934",25976,112767 -"169935",25976,113302 -"169936",25977,31663 -"169937",25977,50215 -"169938",25977,79642 -"169939",25977,80969 -"169940",25977,80980 -"169941",25977,81011 -"169942",25977,81034 -"169943",25977,81404 -"169944",25978,65851 -"169945",25979,36048 -"169946",25979,38051 -"169947",25979,61082 -"169948",25979,61609 -"169949",25979,68960 -"169950",25980,50505 -"169951",25980,59253 -"169952",25980,90750 -"169953",25980,99765 -"169954",25980,104718 -"169955",25981,31329 -"169956",25982,41953 -"169957",25982,62644 -"169958",25982,75369 -"169959",25982,76077 -"169960",25982,98729 -"169961",25982,100633 -"169962",25983,27569 -"169963",25983,27655 -"169964",25983,98855 -"169965",25985,26089 -"169966",25985,26091 -"169967",25985,32965 -"169968",25985,41236 -"169969",25986,37228 -"169970",25986,43545 -"169971",25986,57082 -"169972",25986,68155 -"169973",25986,99511 -"169974",25987,26457 -"169975",25987,26568 -"169976",25987,41025 -"169977",25987,41603 -"169978",25987,41831 -"169979",25987,42644 -"169980",25987,47434 -"169981",25987,58053 -"169982",25987,60672 -"169983",25987,63725 -"169984",25987,69606 -"169985",25987,97266 -"169986",25987,100959 -"169987",25987,101032 -"169988",25987,111219 -"169989",25987,119701 -"169990",25987,120502 -"169991",25988,113657 -"169992",25989,34359 -"169993",25989,43110 -"169994",25989,61337 -"169995",25989,62305 -"169996",25989,67032 -"169997",25989,103155 -"169998",25990,39278 -"169999",25990,85736 -"170000",25991,57247 -"170001",25991,69828 -"170002",25992,43721 -"170003",25993,26137 -"170004",25994,29052 -"170005",25994,29150 -"170006",25995,37957 -"170007",25996,38348 -"170008",25997,56492 -"170009",25997,83578 -"170010",25998,25999 -"170011",25999,45642 -"170012",26000,32662 -"170013",26000,69925 -"170014",26000,88221 -"170015",26001,30459 -"170016",26001,50255 -"170017",26001,99197 -"170018",26002,27480 -"170019",26002,28173 -"170020",26002,32728 -"170021",26002,34245 -"170022",26002,34865 -"170023",26002,49334 -"170024",26002,49800 -"170025",26002,82332 -"170026",26002,82893 -"170027",26002,83990 -"170028",26002,95224 -"170029",26002,95629 -"170030",26003,26220 -"170031",26003,43775 -"170032",26003,44133 -"170033",26006,26422 -"170034",26006,28770 -"170035",26006,55910 -"170036",26006,85419 -"170037",26008,27450 -"170038",26008,32068 -"170039",26008,38224 -"170040",26008,45760 -"170041",26008,49724 -"170042",26008,56783 -"170043",26008,58629 -"170044",26008,76132 -"170045",26008,76675 -"170046",26008,81983 -"170047",26008,100378 -"170048",26008,114328 -"170049",26010,26127 -"170050",26011,32940 -"170051",26011,37509 -"170052",26012,34116 -"170053",26013,26638 -"170054",26013,49039 -"170055",26013,58895 -"170056",26013,83692 -"170057",26014,38918 -"170058",26015,85841 -"170059",26015,107096 -"170060",26015,107118 -"170061",26016,26120 -"170062",26016,87517 -"170063",26017,26050 -"170064",26017,29487 -"170065",26017,38531 -"170066",26018,26380 -"170067",26018,26454 -"170068",26018,50334 -"170069",26019,71469 -"170070",26019,72026 -"170071",26019,73063 -"170072",26019,73295 -"170073",26019,88407 -"170074",26019,92928 -"170075",26019,96651 -"170076",26019,99423 -"170077",26019,108754 -"170078",26019,108763 -"170079",26020,61780 -"170080",26020,71372 -"170081",26020,100370 -"170082",26020,108862 -"170083",26020,110959 -"170084",26020,111077 -"170085",26021,30160 -"170086",26021,51859 -"170087",26021,85444 -"170088",26021,85446 -"170089",26021,113686 -"170090",26021,120109 -"170091",26022,27024 -"170092",26022,54264 -"170093",26023,40218 -"170094",26023,50076 -"170095",26023,80890 -"170096",26024,30990 -"170097",26024,73264 -"170098",26024,93673 -"170099",26024,95007 -"170100",26024,95060 -"170101",26024,98931 -"170102",26025,27965 -"170103",26025,74344 -"170104",26025,79198 -"170105",26025,86134 -"170106",26025,89027 -"170107",26025,104046 -"170108",26026,26136 -"170109",26026,64518 -"170110",26026,64520 -"170111",26027,48173 -"170112",26027,61254 -"170113",26027,63152 -"170114",26027,81451 -"170115",26027,120512 -"170116",26028,99784 -"170117",26028,109911 -"170118",26029,54081 -"170119",26029,71517 -"170120",26029,73183 -"170121",26029,74928 -"170122",26029,80620 -"170123",26029,80641 -"170124",26029,97070 -"170125",26030,26081 -"170126",26030,26898 -"170127",26030,63077 -"170128",26030,106348 -"170129",26031,27298 -"170130",26031,41325 -"170131",26031,47119 -"170132",26031,54100 -"170133",26031,90897 -"170134",26033,26034 -"170135",26033,70046 -"170136",26033,99934 -"170137",26033,100515 -"170138",26034,39253 -"170139",26034,41607 -"170140",26034,45152 -"170141",26034,50346 -"170142",26034,52013 -"170143",26034,55998 -"170144",26034,57367 -"170145",26034,77452 -"170146",26034,81429 -"170147",26034,83413 -"170148",26034,86332 -"170149",26034,92926 -"170150",26034,94722 -"170151",26034,107049 -"170152",26035,56230 -"170153",26036,33273 -"170154",26036,48055 -"170155",26036,61661 -"170156",26036,64680 -"170157",26036,68828 -"170158",26036,70441 -"170159",26036,76853 -"170160",26036,77880 -"170161",26036,78940 -"170162",26036,79074 -"170163",26036,85687 -"170164",26036,98124 -"170165",26036,103890 -"170166",26037,31432 -"170167",26037,44859 -"170168",26037,53583 -"170169",26037,54692 -"170170",26038,26100 -"170171",26038,26453 -"170172",26038,26457 -"170173",26038,26563 -"170174",26038,27479 -"170175",26038,27981 -"170176",26038,30071 -"170177",26038,41831 -"170178",26038,42463 -"170179",26038,42887 -"170180",26038,44095 -"170181",26038,48060 -"170182",26038,53148 -"170183",26038,53362 -"170184",26038,63725 -"170185",26038,77930 -"170186",26038,105568 -"170187",26038,112750 -"170188",26039,26040 -"170189",26039,26055 -"170190",26039,58766 -"170191",26039,59463 -"170192",26040,26055 -"170193",26041,51155 -"170194",26042,26094 -"170195",26042,32321 -"170196",26042,51279 -"170197",26042,54416 -"170198",26042,55074 -"170199",26042,65568 -"170200",26042,80992 -"170201",26042,89766 -"170202",26043,84035 -"170203",26044,34028 -"170204",26044,106929 -"170205",26045,36440 -"170206",26045,38195 -"170207",26045,41075 -"170208",26045,44572 -"170209",26045,99473 -"170210",26045,101673 -"170211",26047,32575 -"170212",26047,53121 -"170213",26048,117973 -"170214",26049,27733 -"170215",26049,28916 -"170216",26049,29101 -"170217",26049,55365 -"170218",26049,64574 -"170219",26049,72161 -"170220",26049,87666 -"170221",26049,95304 -"170222",26050,41624 -"170223",26050,41743 -"170224",26052,27821 -"170225",26052,27894 -"170226",26052,37714 -"170227",26052,40649 -"170228",26052,44720 -"170229",26052,54059 -"170230",26052,54715 -"170231",26052,55071 -"170232",26052,59746 -"170233",26052,78082 -"170234",26052,78286 -"170235",26052,79898 -"170236",26052,88515 -"170237",26052,99977 -"170238",26053,80095 -"170239",26054,39507 -"170240",26054,40004 -"170241",26054,46729 -"170242",26055,35820 -"170243",26055,35840 -"170244",26055,57084 -"170245",26055,57585 -"170246",26055,64897 -"170247",26055,71695 -"170248",26055,71698 -"170249",26055,71754 -"170250",26056,47210 -"170251",26057,26138 -"170252",26059,26158 -"170253",26059,32085 -"170254",26059,43931 -"170255",26059,49877 -"170256",26060,59470 -"170257",26061,32151 -"170258",26061,56585 -"170259",26061,65424 -"170260",26061,72876 -"170261",26061,75951 -"170262",26061,76225 -"170263",26061,80108 -"170264",26061,85646 -"170265",26061,122924 -"170266",26062,26352 -"170267",26062,34203 -"170268",26062,36031 -"170269",26062,40441 -"170270",26062,43306 -"170271",26062,44532 -"170272",26062,44557 -"170273",26062,46741 -"170274",26062,49494 -"170275",26063,85707 -"170276",26063,115135 -"170277",26063,118609 -"170278",26063,119370 -"170279",26064,43225 -"170280",26064,49033 -"170281",26064,49215 -"170282",26064,101302 -"170283",26064,105863 -"170284",26065,27697 -"170285",26066,26067 -"170286",26066,26080 -"170287",26066,34930 -"170288",26066,41383 -"170289",26066,56082 -"170290",26066,91271 -"170291",26066,93713 -"170292",26066,94107 -"170293",26066,113769 -"170294",26069,43469 -"170295",26070,26071 -"170296",26070,44816 -"170297",26070,75421 -"170298",26070,78190 -"170299",26070,86158 -"170300",26070,88752 -"170301",26070,91742 -"170302",26070,98366 -"170303",26070,101832 -"170304",26070,101886 -"170305",26070,101887 -"170306",26070,121945 -"170307",26071,46680 -"170308",26071,96751 -"170309",26071,101495 -"170310",26071,115246 -"170311",26071,117899 -"170312",26071,117901 -"170313",26072,34314 -"170314",26072,61735 -"170315",26073,42107 -"170316",26073,43993 -"170317",26073,44138 -"170318",26073,52621 -"170319",26073,54602 -"170320",26073,56051 -"170321",26073,57266 -"170322",26073,62680 -"170323",26073,62692 -"170324",26073,66960 -"170325",26073,75829 -"170326",26073,92146 -"170327",26073,92147 -"170328",26073,92165 -"170329",26073,92183 -"170330",26074,26202 -"170331",26075,27718 -"170332",26075,30663 -"170333",26075,32759 -"170334",26075,32877 -"170335",26075,32928 -"170336",26075,48806 -"170337",26075,55828 -"170338",26075,60281 -"170339",26075,63637 -"170340",26075,68458 -"170341",26075,71478 -"170342",26075,75459 -"170343",26075,78390 -"170344",26075,78502 -"170345",26075,80799 -"170346",26075,85951 -"170347",26075,89869 -"170348",26075,92993 -"170349",26075,99802 -"170350",26075,101970 -"170351",26075,109383 -"170352",26075,115383 -"170353",26075,117844 -"170354",26076,44292 -"170355",26076,44581 -"170356",26076,44983 -"170357",26076,62488 -"170358",26076,64370 -"170359",26076,98476 -"170360",26076,99490 -"170361",26076,119291 -"170362",26077,41557 -"170363",26077,47262 -"170364",26077,93563 -"170365",26077,112506 -"170366",26077,118720 -"170367",26078,56392 -"170368",26078,62180 -"170369",26079,29073 -"170370",26079,41682 -"170371",26080,32975 -"170372",26080,33914 -"170373",26080,37985 -"170374",26080,41972 -"170375",26080,55666 -"170376",26080,62244 -"170377",26080,91271 -"170378",26081,28466 -"170379",26081,39030 -"170380",26081,47200 -"170381",26081,77280 -"170382",26081,85559 -"170383",26081,116820 -"170384",26083,34294 -"170385",26083,47049 -"170386",26083,118703 -"170387",26084,34803 -"170388",26084,65669 -"170389",26084,76141 -"170390",26084,107362 -"170391",26085,113321 -"170392",26085,121748 -"170393",26086,31306 -"170394",26086,34608 -"170395",26086,75403 -"170396",26086,79082 -"170397",26087,34644 -"170398",26087,101001 -"170399",26088,46985 -"170400",26088,65216 -"170401",26088,66461 -"170402",26088,84608 -"170403",26088,106682 -"170404",26088,107301 -"170405",26088,107410 -"170406",26089,26091 -"170407",26089,32965 -"170408",26089,33771 -"170409",26089,57151 -"170410",26090,43786 -"170411",26090,64326 -"170412",26091,99860 -"170413",26092,33836 -"170414",26092,34782 -"170415",26092,41306 -"170416",26092,43845 -"170417",26092,53761 -"170418",26092,72657 -"170419",26093,26377 -"170420",26093,85187 -"170421",26094,32317 -"170422",26094,42633 -"170423",26095,32476 -"170424",26095,33052 -"170425",26095,35877 -"170426",26095,36646 -"170427",26095,37987 -"170428",26095,39914 -"170429",26095,41780 -"170430",26095,47970 -"170431",26095,69591 -"170432",26095,79179 -"170433",26095,79214 -"170434",26095,82398 -"170435",26095,86152 -"170436",26095,88468 -"170437",26096,38838 -"170438",26096,39360 -"170439",26096,39950 -"170440",26096,44073 -"170441",26096,62712 -"170442",26096,75929 -"170443",26096,88199 -"170444",26096,88239 -"170445",26097,26257 -"170446",26097,33879 -"170447",26097,42226 -"170448",26097,45777 -"170449",26097,69706 -"170450",26097,75830 -"170451",26097,76590 -"170452",26097,93984 -"170453",26097,100670 -"170454",26097,112148 -"170455",26098,34561 -"170456",26098,71469 -"170457",26098,77790 -"170458",26098,96086 -"170459",26098,108576 -"170460",26098,108593 -"170461",26099,38959 -"170462",26099,39893 -"170463",26099,49887 -"170464",26099,59344 -"170465",26099,73814 -"170466",26100,26453 -"170467",26100,26457 -"170468",26100,26563 -"170469",26100,26568 -"170470",26100,36630 -"170471",26100,42840 -"170472",26100,42887 -"170473",26100,44095 -"170474",26100,53148 -"170475",26100,56240 -"170476",26100,77930 -"170477",26100,79479 -"170478",26100,79620 -"170479",26100,79691 -"170480",26100,85624 -"170481",26101,36140 -"170482",26101,51512 -"170483",26101,55980 -"170484",26101,58654 -"170485",26101,73467 -"170486",26101,78544 -"170487",26101,81964 -"170488",26101,90567 -"170489",26101,92393 -"170490",26101,112010 -"170491",26102,43214 -"170492",26102,87006 -"170493",26103,85242 -"170494",26103,101491 -"170495",26104,47520 -"170496",26104,50749 -"170497",26104,51813 -"170498",26104,65067 -"170499",26104,65296 -"170500",26104,76818 -"170501",26104,84034 -"170502",26104,91388 -"170503",26104,114748 -"170504",26104,119095 -"170505",26105,50244 -"170506",26105,51867 -"170507",26105,74260 -"170508",26106,57565 -"170509",26106,79247 -"170510",26106,80041 -"170511",26106,89668 -"170512",26106,104381 -"170513",26107,26132 -"170514",26107,33012 -"170515",26107,86005 -"170516",26109,39102 -"170517",26109,42744 -"170518",26109,43907 -"170519",26109,48858 -"170520",26109,58059 -"170521",26109,63773 -"170522",26109,80451 -"170523",26110,61290 -"170524",26111,26146 -"170525",26111,61821 -"170526",26111,83000 -"170527",26111,108286 -"170528",26112,26188 -"170529",26112,26230 -"170530",26112,26248 -"170531",26114,27783 -"170532",26115,61138 -"170533",26115,82161 -"170534",26115,102387 -"170535",26116,38564 -"170536",26116,42212 -"170537",26116,61172 -"170538",26116,62412 -"170539",26116,76192 -"170540",26116,81420 -"170541",26116,87129 -"170542",26116,101336 -"170543",26116,102226 -"170544",26116,102401 -"170545",26116,102518 -"170546",26116,108412 -"170547",26118,57098 -"170548",26118,101668 -"170549",26119,32191 -"170550",26119,32492 -"170551",26119,33211 -"170552",26119,38398 -"170553",26119,49110 -"170554",26119,57311 -"170555",26119,112520 -"170556",26121,27142 -"170557",26121,75151 -"170558",26124,59122 -"170559",26124,106292 -"170560",26124,113207 -"170561",26125,30343 -"170562",26125,49546 -"170563",26125,68910 -"170564",26125,80374 -"170565",26125,80543 -"170566",26125,80761 -"170567",26125,82221 -"170568",26125,85259 -"170569",26125,85295 -"170570",26125,89862 -"170571",26125,103945 -"170572",26125,105623 -"170573",26126,29982 -"170574",26126,54377 -"170575",26126,76453 -"170576",26126,82847 -"170577",26126,117218 -"170578",26127,28230 -"170579",26127,45967 -"170580",26127,49597 -"170581",26127,54126 -"170582",26127,69941 -"170583",26127,99992 -"170584",26128,38840 -"170585",26128,52343 -"170586",26128,73374 -"170587",26128,85544 -"170588",26128,89837 -"170589",26128,107819 -"170590",26129,35507 -"170591",26130,28963 -"170592",26130,29073 -"170593",26130,44230 -"170594",26130,82654 -"170595",26130,82868 -"170596",26130,82878 -"170597",26131,33955 -"170598",26131,33961 -"170599",26131,53498 -"170600",26133,29253 -"170601",26133,30446 -"170602",26133,30805 -"170603",26133,37381 -"170604",26133,65988 -"170605",26133,65997 -"170606",26133,91152 -"170607",26134,64912 -"170608",26134,70295 -"170609",26135,115865 -"170610",26136,64518 -"170611",26136,64520 -"170612",26137,93717 -"170613",26138,70240 -"170614",26138,73094 -"170615",26138,78915 -"170616",26138,82775 -"170617",26138,88929 -"170618",26138,98025 -"170619",26139,53438 -"170620",26139,76913 -"170621",26139,78005 -"170622",26139,78768 -"170623",26139,88662 -"170624",26139,91083 -"170625",26140,26902 -"170626",26140,35103 -"170627",26140,37037 -"170628",26140,38987 -"170629",26140,41341 -"170630",26140,45393 -"170631",26140,45734 -"170632",26140,45807 -"170633",26140,47181 -"170634",26140,53617 -"170635",26141,26608 -"170636",26141,31968 -"170637",26141,40299 -"170638",26141,43560 -"170639",26141,46442 -"170640",26141,46601 -"170641",26141,47223 -"170642",26141,49517 -"170643",26141,51033 -"170644",26141,60786 -"170645",26141,60996 -"170646",26141,64941 -"170647",26141,65376 -"170648",26141,77993 -"170649",26141,79314 -"170650",26141,84705 -"170651",26141,86149 -"170652",26141,86799 -"170653",26142,77998 -"170654",26142,121812 -"170655",26143,40213 -"170656",26144,31959 -"170657",26144,32994 -"170658",26144,34686 -"170659",26144,36285 -"170660",26144,48599 -"170661",26144,81993 -"170662",26144,88065 -"170663",26144,96204 -"170664",26144,96219 -"170665",26144,96279 -"170666",26144,103751 -"170667",26145,26336 -"170668",26145,32407 -"170669",26145,42344 -"170670",26145,43835 -"170671",26145,52524 -"170672",26145,52799 -"170673",26145,100680 -"170674",26145,101517 -"170675",26146,83000 -"170676",26146,110181 -"170677",26147,26667 -"170678",26147,119060 -"170679",26148,26582 -"170680",26148,48732 -"170681",26148,54841 -"170682",26148,92339 -"170683",26149,26784 -"170684",26149,31638 -"170685",26149,75146 -"170686",26149,96102 -"170687",26149,112891 -"170688",26149,112976 -"170689",26150,91452 -"170690",26150,104840 -"170691",26151,29923 -"170692",26151,42614 -"170693",26151,52004 -"170694",26151,98078 -"170695",26151,110965 -"170696",26152,33885 -"170697",26152,47279 -"170698",26152,59734 -"170699",26152,59770 -"170700",26152,65813 -"170701",26152,66623 -"170702",26152,66626 -"170703",26152,70371 -"170704",26153,26181 -"170705",26154,26626 -"170706",26154,26635 -"170707",26154,26829 -"170708",26154,43107 -"170709",26154,49318 -"170710",26154,74706 -"170711",26155,31579 -"170712",26155,31582 -"170713",26155,31671 -"170714",26155,33037 -"170715",26155,48876 -"170716",26155,69857 -"170717",26155,82346 -"170718",26156,39062 -"170719",26156,59030 -"170720",26156,61086 -"170721",26156,63726 -"170722",26156,77834 -"170723",26157,36352 -"170724",26157,73105 -"170725",26157,86583 -"170726",26157,88033 -"170727",26158,30446 -"170728",26158,32085 -"170729",26158,34017 -"170730",26158,37142 -"170731",26158,37381 -"170732",26158,37871 -"170733",26158,39062 -"170734",26158,40008 -"170735",26158,42455 -"170736",26158,45025 -"170737",26158,52483 -"170738",26158,53884 -"170739",26158,54581 -"170740",26158,54794 -"170741",26158,55498 -"170742",26158,78216 -"170743",26158,80870 -"170744",26158,82596 -"170745",26158,89982 -"170746",26158,94418 -"170747",26159,55624 -"170748",26159,86890 -"170749",26159,110259 -"170750",26159,112879 -"170751",26159,112889 -"170752",26160,26414 -"170753",26160,27314 -"170754",26160,33853 -"170755",26160,46951 -"170756",26160,79108 -"170757",26160,116973 -"170758",26160,116974 -"170759",26161,26193 -"170760",26161,26321 -"170761",26162,78486 -"170762",26162,89185 -"170763",26162,100563 -"170764",26164,55765 -"170765",26165,39632 -"170766",26165,41478 -"170767",26165,41536 -"170768",26165,41757 -"170769",26165,42115 -"170770",26165,81487 -"170771",26165,86933 -"170772",26165,91679 -"170773",26165,100716 -"170774",26165,119078 -"170775",26166,34092 -"170776",26166,52169 -"170777",26166,97043 -"170778",26166,97044 -"170779",26167,86596 -"170780",26168,26231 -"170781",26168,33501 -"170782",26169,32901 -"170783",26169,48692 -"170784",26169,59010 -"170785",26169,70117 -"170786",26170,41407 -"170787",26171,43488 -"170788",26171,67882 -"170789",26171,107931 -"170790",26172,26513 -"170791",26172,45242 -"170792",26172,83007 -"170793",26172,83210 -"170794",26172,83228 -"170795",26172,102253 -"170796",26172,114113 -"170797",26172,114114 -"170798",26172,116320 -"170799",26173,26738 -"170800",26173,91351 -"170801",26175,26176 -"170802",26175,26284 -"170803",26175,26285 -"170804",26175,26286 -"170805",26175,26323 -"170806",26175,26496 -"170807",26175,33388 -"170808",26176,26284 -"170809",26176,26285 -"170810",26176,26286 -"170811",26176,26323 -"170812",26176,26496 -"170813",26176,33388 -"170814",26177,30135 -"170815",26178,26270 -"170816",26178,26317 -"170817",26178,57035 -"170818",26178,86289 -"170819",26179,42699 -"170820",26179,85513 -"170821",26179,88664 -"170822",26180,46258 -"170823",26180,48072 -"170824",26181,62171 -"170825",26182,26275 -"170826",26182,32568 -"170827",26182,33539 -"170828",26182,37906 -"170829",26182,43247 -"170830",26183,30263 -"170831",26183,34633 -"170832",26183,45216 -"170833",26183,52764 -"170834",26183,53630 -"170835",26183,56444 -"170836",26183,72260 -"170837",26183,90343 -"170838",26183,101737 -"170839",26183,107964 -"170840",26184,102769 -"170841",26185,29689 -"170842",26185,29787 -"170843",26186,32818 -"170844",26186,35588 -"170845",26186,39979 -"170846",26186,49640 -"170847",26186,70473 -"170848",26186,104717 -"170849",26187,33189 -"170850",26187,33291 -"170851",26188,26230 -"170852",26188,26248 -"170853",26189,26673 -"170854",26190,36824 -"170855",26190,37162 -"170856",26190,59000 -"170857",26190,59035 -"170858",26190,59054 -"170859",26191,40883 -"170860",26193,26321 -"170861",26193,28292 -"170862",26193,65095 -"170863",26193,103228 -"170864",26193,108784 -"170865",26194,44999 -"170866",26194,57606 -"170867",26195,39447 -"170868",26196,111381 -"170869",26197,96727 -"170870",26198,29875 -"170871",26198,39669 -"170872",26198,50183 -"170873",26198,50390 -"170874",26198,65579 -"170875",26198,71880 -"170876",26198,101731 -"170877",26198,112118 -"170878",26198,112818 -"170879",26198,121469 -"170880",26199,34083 -"170881",26199,102498 -"170882",26200,55243 -"170883",26200,93413 -"170884",26201,26316 -"170885",26203,51265 -"170886",26203,54669 -"170887",26203,71786 -"170888",26203,76041 -"170889",26203,76908 -"170890",26204,39494 -"170891",26204,56259 -"170892",26206,33614 -"170893",26207,37636 -"170894",26207,46691 -"170895",26207,90584 -"170896",26208,64793 -"170897",26209,32099 -"170898",26209,91263 -"170899",26210,57979 -"170900",26210,65130 -"170901",26210,80614 -"170902",26210,81925 -"170903",26210,82693 -"170904",26210,93125 -"170905",26210,98452 -"170906",26211,27855 -"170907",26211,56714 -"170908",26211,64065 -"170909",26212,58252 -"170910",26212,68474 -"170911",26213,26282 -"170912",26213,111843 -"170913",26215,40176 -"170914",26215,60302 -"170915",26216,28093 -"170916",26216,28353 -"170917",26216,29019 -"170918",26216,29026 -"170919",26216,32413 -"170920",26216,34614 -"170921",26216,34631 -"170922",26216,34668 -"170923",26216,35983 -"170924",26216,37812 -"170925",26216,38270 -"170926",26216,40113 -"170927",26216,42289 -"170928",26216,48144 -"170929",26216,48281 -"170930",26216,48380 -"170931",26216,50662 -"170932",26216,56216 -"170933",26216,56227 -"170934",26216,59615 -"170935",26216,62679 -"170936",26216,63105 -"170937",26216,65383 -"170938",26216,68001 -"170939",26216,68475 -"170940",26216,68917 -"170941",26216,69296 -"170942",26216,71106 -"170943",26216,73655 -"170944",26216,75767 -"170945",26216,76046 -"170946",26216,76459 -"170947",26216,76808 -"170948",26216,77727 -"170949",26216,78224 -"170950",26216,79222 -"170951",26216,82978 -"170952",26216,83306 -"170953",26216,85027 -"170954",26216,85155 -"170955",26216,88412 -"170956",26216,90275 -"170957",26216,90426 -"170958",26216,91112 -"170959",26216,91526 -"170960",26216,93425 -"170961",26216,93523 -"170962",26216,94520 -"170963",26216,95268 -"170964",26216,95954 -"170965",26216,98127 -"170966",26216,99237 -"170967",26216,99544 -"170968",26216,99547 -"170969",26216,99554 -"170970",26216,100595 -"170971",26216,100739 -"170972",26216,100819 -"170973",26216,101898 -"170974",26216,101988 -"170975",26216,102146 -"170976",26216,102201 -"170977",26216,102309 -"170978",26216,102635 -"170979",26216,102730 -"170980",26216,102846 -"170981",26216,103790 -"170982",26216,104095 -"170983",26216,104574 -"170984",26216,104784 -"170985",26216,104845 -"170986",26216,107269 -"170987",26216,107623 -"170988",26216,107714 -"170989",26216,107879 -"170990",26216,107975 -"170991",26216,115569 -"170992",26216,115614 -"170993",26217,30607 -"170994",26217,32749 -"170995",26217,58755 -"170996",26217,92593 -"170997",26217,108544 -"170998",26218,39657 -"170999",26218,46465 -"171000",26218,63513 -"171001",26218,81419 -"171002",26218,93143 -"171003",26218,110494 -"171004",26218,117524 -"171005",26219,46972 -"171006",26220,75012 -"171007",26221,37699 -"171008",26222,47643 -"171009",26222,71235 -"171010",26222,88868 -"171011",26223,89384 -"171012",26224,74145 -"171013",26224,87533 -"171014",26224,97804 -"171015",26224,103706 -"171016",26225,27551 -"171017",26225,60915 -"171018",26225,82709 -"171019",26225,88778 -"171020",26226,39269 -"171021",26226,83950 -"171022",26227,38078 -"171023",26227,54560 -"171024",26227,71604 -"171025",26228,33465 -"171026",26228,37271 -"171027",26228,37324 -"171028",26229,27616 -"171029",26229,32979 -"171030",26229,37417 -"171031",26229,37555 -"171032",26229,40621 -"171033",26229,62953 -"171034",26229,76320 -"171035",26229,79899 -"171036",26229,90141 -"171037",26229,90251 -"171038",26229,95400 -"171039",26230,26248 -"171040",26231,32982 -"171041",26231,33501 -"171042",26231,95541 -"171043",26232,28088 -"171044",26232,49803 -"171045",26232,52892 -"171046",26233,38565 -"171047",26233,42608 -"171048",26233,57262 -"171049",26233,58389 -"171050",26233,68626 -"171051",26233,69816 -"171052",26233,72822 -"171053",26233,73004 -"171054",26233,91073 -"171055",26233,100090 -"171056",26233,111435 -"171057",26233,112824 -"171058",26233,112844 -"171059",26233,112845 -"171060",26234,31086 -"171061",26234,38678 -"171062",26234,45282 -"171063",26234,50689 -"171064",26235,29110 -"171065",26235,30040 -"171066",26235,42756 -"171067",26235,47389 -"171068",26235,56554 -"171069",26235,67008 -"171070",26235,68688 -"171071",26235,68726 -"171072",26235,78252 -"171073",26235,80905 -"171074",26235,90028 -"171075",26235,119300 -"171076",26235,119301 -"171077",26235,119856 -"171078",26235,120164 -"171079",26236,26244 -"171080",26237,43231 -"171081",26237,117221 -"171082",26237,119213 -"171083",26238,28084 -"171084",26238,42508 -"171085",26238,42652 -"171086",26238,42724 -"171087",26238,85215 -"171088",26239,41800 -"171089",26239,64022 -"171090",26239,116893 -"171091",26240,47516 -"171092",26240,55876 -"171093",26241,26628 -"171094",26241,47302 -"171095",26241,60171 -"171096",26241,66953 -"171097",26241,78635 -"171098",26241,98857 -"171099",26241,106484 -"171100",26242,106982 -"171101",26242,110529 -"171102",26243,85551 -"171103",26243,96359 -"171104",26244,111482 -"171105",26244,118801 -"171106",26244,120316 -"171107",26245,26333 -"171108",26245,47423 -"171109",26245,50895 -"171110",26246,50550 -"171111",26246,88431 -"171112",26246,104977 -"171113",26246,107471 -"171114",26246,107472 -"171115",26247,27812 -"171116",26247,55461 -"171117",26247,100975 -"171118",26248,33221 -"171119",26248,35373 -"171120",26248,41793 -"171121",26248,44350 -"171122",26248,46243 -"171123",26248,46637 -"171124",26248,46639 -"171125",26248,48992 -"171126",26248,56859 -"171127",26248,61702 -"171128",26248,62137 -"171129",26248,62228 -"171130",26248,62296 -"171131",26248,62739 -"171132",26248,64426 -"171133",26248,66523 -"171134",26248,71510 -"171135",26248,72065 -"171136",26248,72069 -"171137",26248,72070 -"171138",26248,72072 -"171139",26248,72077 -"171140",26248,72088 -"171141",26248,72102 -"171142",26248,72106 -"171143",26248,72107 -"171144",26248,73975 -"171145",26248,74010 -"171146",26248,74742 -"171147",26249,35529 -"171148",26249,40152 -"171149",26249,42226 -"171150",26249,49871 -"171151",26249,64756 -"171152",26250,51884 -"171153",26250,58935 -"171154",26250,67982 -"171155",26250,68070 -"171156",26250,68088 -"171157",26250,68163 -"171158",26251,31159 -"171159",26251,42652 -"171160",26251,47582 -"171161",26251,47736 -"171162",26252,28093 -"171163",26252,37102 -"171164",26252,45348 -"171165",26252,46928 -"171166",26253,41740 -"171167",26253,52448 -"171168",26253,105494 -"171169",26254,37222 -"171170",26254,37240 -"171171",26254,37289 -"171172",26254,55242 -"171173",26256,70097 -"171174",26256,87976 -"171175",26256,116470 -"171176",26257,29788 -"171177",26257,32422 -"171178",26257,37739 -"171179",26257,39563 -"171180",26257,40883 -"171181",26257,44277 -"171182",26257,59484 -"171183",26257,74675 -"171184",26257,75830 -"171185",26257,79619 -"171186",26257,81167 -"171187",26257,93984 -"171188",26257,95026 -"171189",26258,26259 -"171190",26258,28135 -"171191",26258,75464 -"171192",26258,84864 -"171193",26258,101281 -"171194",26258,116701 -"171195",26258,121058 -"171196",26258,121126 -"171197",26258,121130 -"171198",26259,39785 -"171199",26259,85063 -"171200",26260,41070 -"171201",26260,50107 -"171202",26260,54151 -"171203",26260,77035 -"171204",26260,111420 -"171205",26262,42744 -"171206",26263,40932 -"171207",26263,43379 -"171208",26263,49599 -"171209",26263,108706 -"171210",26264,31172 -"171211",26264,43774 -"171212",26264,58432 -"171213",26264,60656 -"171214",26264,74393 -"171215",26264,88439 -"171216",26264,106714 -"171217",26264,106717 -"171218",26265,62339 -"171219",26266,26728 -"171220",26267,26871 -"171221",26267,27001 -"171222",26267,27023 -"171223",26267,29066 -"171224",26267,32829 -"171225",26267,42338 -"171226",26267,46861 -"171227",26268,26931 -"171228",26268,26958 -"171229",26268,38583 -"171230",26268,43629 -"171231",26268,76694 -"171232",26269,34860 -"171233",26269,74966 -"171234",26269,76114 -"171235",26270,26317 -"171236",26270,88954 -"171237",26271,26322 -"171238",26271,31499 -"171239",26271,50027 -"171240",26271,54553 -"171241",26271,65776 -"171242",26271,66261 -"171243",26271,84646 -"171244",26273,27227 -"171245",26273,31982 -"171246",26273,40551 -"171247",26273,42202 -"171248",26273,44882 -"171249",26273,46588 -"171250",26273,50397 -"171251",26273,55942 -"171252",26273,60144 -"171253",26273,60753 -"171254",26273,62906 -"171255",26273,63548 -"171256",26273,70233 -"171257",26273,84510 -"171258",26273,85118 -"171259",26273,85928 -"171260",26273,90836 -"171261",26273,96668 -"171262",26273,103131 -"171263",26273,108844 -"171264",26274,32140 -"171265",26274,54328 -"171266",26275,35812 -"171267",26275,36994 -"171268",26275,37258 -"171269",26275,40627 -"171270",26275,40643 -"171271",26275,45685 -"171272",26275,46982 -"171273",26275,47013 -"171274",26275,48690 -"171275",26275,54160 -"171276",26275,54187 -"171277",26275,65402 -"171278",26275,73923 -"171279",26275,76314 -"171280",26275,86450 -"171281",26275,99418 -"171282",26276,69130 -"171283",26277,26278 -"171284",26277,37121 -"171285",26277,45533 -"171286",26277,52430 -"171287",26277,60114 -"171288",26279,29640 -"171289",26279,34914 -"171290",26279,38890 -"171291",26279,38936 -"171292",26279,38960 -"171293",26279,38998 -"171294",26279,40455 -"171295",26279,49588 -"171296",26280,26281 -"171297",26280,26306 -"171298",26281,26306 -"171299",26282,52144 -"171300",26282,56175 -"171301",26282,58035 -"171302",26282,67216 -"171303",26282,67434 -"171304",26282,67744 -"171305",26282,92010 -"171306",26282,94830 -"171307",26282,97091 -"171308",26282,98591 -"171309",26282,113126 -"171310",26282,113489 -"171311",26283,74175 -"171312",26283,93615 -"171313",26283,94699 -"171314",26283,97866 -"171315",26284,26285 -"171316",26284,26286 -"171317",26284,26323 -"171318",26284,26496 -"171319",26284,33388 -"171320",26285,26286 -"171321",26285,26323 -"171322",26285,26496 -"171323",26285,27581 -"171324",26285,33388 -"171325",26285,46700 -"171326",26286,26323 -"171327",26286,26496 -"171328",26286,33388 -"171329",26286,54528 -"171330",26286,54564 -"171331",26286,106895 -"171332",26286,119054 -"171333",26287,47369 -"171334",26288,84537 -"171335",26289,90538 -"171336",26289,90560 -"171337",26291,76383 -"171338",26291,78854 -"171339",26291,84433 -"171340",26291,100123 -"171341",26291,103717 -"171342",26291,116549 -"171343",26291,122777 -"171344",26291,122778 -"171345",26291,122779 -"171346",26291,122780 -"171347",26291,122827 -"171348",26291,122839 -"171349",26292,75732 -"171350",26292,76475 -"171351",26293,45308 -"171352",26293,51003 -"171353",26293,57949 -"171354",26295,38413 -"171355",26295,46042 -"171356",26295,48671 -"171357",26295,66070 -"171358",26295,67806 -"171359",26295,69620 -"171360",26295,75963 -"171361",26295,110784 -"171362",26295,110793 -"171363",26295,111566 -"171364",26296,59017 -"171365",26296,59129 -"171366",26297,43852 -"171367",26297,60841 -"171368",26297,63691 -"171369",26297,89446 -"171370",26297,104294 -"171371",26297,110383 -"171372",26298,26299 -"171373",26298,26505 -"171374",26299,26505 -"171375",26299,38333 -"171376",26299,38719 -"171377",26299,38821 -"171378",26299,77723 -"171379",26299,114961 -"171380",26300,35470 -"171381",26300,40208 -"171382",26300,62370 -"171383",26300,78532 -"171384",26300,87724 -"171385",26300,109604 -"171386",26300,115577 -"171387",26301,71703 -"171388",26302,61087 -"171389",26302,80377 -"171390",26302,84062 -"171391",26302,117631 -"171392",26303,26762 -"171393",26304,48944 -"171394",26304,65885 -"171395",26305,86060 -"171396",26305,95181 -"171397",26305,110256 -"171398",26306,41761 -"171399",26308,38202 -"171400",26308,50261 -"171401",26308,51609 -"171402",26308,66475 -"171403",26308,97461 -"171404",26308,108564 -"171405",26308,108569 -"171406",26308,111755 -"171407",26308,111758 -"171408",26308,119041 -"171409",26309,43571 -"171410",26309,49870 -"171411",26309,49994 -"171412",26309,56585 -"171413",26309,90258 -"171414",26309,98383 -"171415",26309,98544 -"171416",26310,46578 -"171417",26310,63337 -"171418",26311,30529 -"171419",26312,26991 -"171420",26312,45682 -"171421",26312,73987 -"171422",26312,81641 -"171423",26312,90256 -"171424",26312,105064 -"171425",26313,39918 -"171426",26313,94643 -"171427",26314,26715 -"171428",26314,27115 -"171429",26314,27302 -"171430",26314,43764 -"171431",26315,31324 -"171432",26315,34431 -"171433",26315,48676 -"171434",26316,59396 -"171435",26316,59398 -"171436",26317,57035 -"171437",26317,100106 -"171438",26317,112231 -"171439",26318,68186 -"171440",26318,69421 -"171441",26318,69422 -"171442",26318,100063 -"171443",26318,121543 -"171444",26318,122941 -"171445",26319,47615 -"171446",26319,96365 -"171447",26320,60564 -"171448",26320,95118 -"171449",26322,32745 -"171450",26322,36335 -"171451",26322,40369 -"171452",26322,44585 -"171453",26322,44648 -"171454",26322,50027 -"171455",26322,54069 -"171456",26322,54553 -"171457",26322,64181 -"171458",26322,64997 -"171459",26322,80065 -"171460",26322,82754 -"171461",26322,85800 -"171462",26322,101231 -"171463",26322,102006 -"171464",26322,102107 -"171465",26322,102149 -"171466",26323,26496 -"171467",26323,33388 -"171468",26325,35732 -"171469",26325,41064 -"171470",26325,55284 -"171471",26325,62775 -"171472",26325,68832 -"171473",26326,26428 -"171474",26326,39979 -"171475",26326,66763 -"171476",26326,72318 -"171477",26326,74130 -"171478",26326,97095 -"171479",26327,60816 -"171480",26327,83145 -"171481",26327,105186 -"171482",26328,28443 -"171483",26328,44521 -"171484",26328,53840 -"171485",26328,60475 -"171486",26328,70645 -"171487",26328,84500 -"171488",26328,108490 -"171489",26329,26330 -"171490",26329,26332 -"171491",26329,39482 -"171492",26329,40840 -"171493",26330,26332 -"171494",26330,28446 -"171495",26330,39569 -"171496",26331,34043 -"171497",26331,66372 -"171498",26331,84600 -"171499",26331,106369 -"171500",26332,35813 -"171501",26332,40840 -"171502",26332,47815 -"171503",26332,59039 -"171504",26332,68104 -"171505",26332,68166 -"171506",26332,69121 -"171507",26332,78879 -"171508",26332,89798 -"171509",26332,106910 -"171510",26333,36401 -"171511",26333,49359 -"171512",26334,26398 -"171513",26334,36410 -"171514",26334,47734 -"171515",26334,58349 -"171516",26334,64451 -"171517",26334,64703 -"171518",26334,64708 -"171519",26334,64718 -"171520",26334,64748 -"171521",26334,64766 -"171522",26334,64777 -"171523",26335,42414 -"171524",26335,42723 -"171525",26335,45088 -"171526",26335,56787 -"171527",26335,74558 -"171528",26335,75054 -"171529",26335,81749 -"171530",26335,85327 -"171531",26336,36725 -"171532",26336,43835 -"171533",26336,51738 -"171534",26336,51924 -"171535",26336,52799 -"171536",26336,61333 -"171537",26336,91778 -"171538",26336,92698 -"171539",26336,122372 -"171540",26336,122373 -"171541",26337,47190 -"171542",26337,53311 -"171543",26337,81356 -"171544",26338,28746 -"171545",26338,36529 -"171546",26338,58985 -"171547",26338,78387 -"171548",26338,85348 -"171549",26338,86044 -"171550",26338,87058 -"171551",26339,29465 -"171552",26339,30471 -"171553",26339,38009 -"171554",26339,41643 -"171555",26339,45726 -"171556",26339,52626 -"171557",26339,63518 -"171558",26339,73138 -"171559",26339,75271 -"171560",26339,76047 -"171561",26339,78487 -"171562",26339,81474 -"171563",26339,88309 -"171564",26339,91779 -"171565",26339,93263 -"171566",26339,102535 -"171567",26339,106275 -"171568",26339,106280 -"171569",26340,28819 -"171570",26340,36396 -"171571",26340,39648 -"171572",26340,41860 -"171573",26340,51706 -"171574",26340,51739 -"171575",26340,60007 -"171576",26340,106384 -"171577",26340,118548 -"171578",26341,26381 -"171579",26341,26435 -"171580",26341,26487 -"171581",26341,28077 -"171582",26341,71938 -"171583",26341,86146 -"171584",26341,93640 -"171585",26342,26680 -"171586",26342,31951 -"171587",26342,40250 -"171588",26342,43173 -"171589",26342,48169 -"171590",26342,48170 -"171591",26342,52192 -"171592",26342,52300 -"171593",26342,55768 -"171594",26343,26468 -"171595",26343,35707 -"171596",26344,26345 -"171597",26344,26530 -"171598",26344,27164 -"171599",26344,30898 -"171600",26344,31651 -"171601",26344,37893 -"171602",26344,78256 -"171603",26344,84505 -"171604",26345,26530 -"171605",26345,27164 -"171606",26345,27792 -"171607",26345,32811 -"171608",26345,34651 -"171609",26345,48260 -"171610",26345,58133 -"171611",26346,28880 -"171612",26347,66797 -"171613",26347,100487 -"171614",26348,97042 -"171615",26348,106724 -"171616",26349,37830 -"171617",26349,48955 -"171618",26350,67363 -"171619",26351,28285 -"171620",26351,30149 -"171621",26351,31458 -"171622",26351,43429 -"171623",26352,30790 -"171624",26352,32131 -"171625",26352,33513 -"171626",26352,36031 -"171627",26352,37531 -"171628",26352,40441 -"171629",26352,43119 -"171630",26352,43306 -"171631",26352,65212 -"171632",26352,85008 -"171633",26352,85449 -"171634",26353,26354 -"171635",26353,54753 -"171636",26353,59768 -"171637",26353,91383 -"171638",26353,102317 -"171639",26355,27077 -"171640",26355,28525 -"171641",26355,29482 -"171642",26355,35702 -"171643",26355,41451 -"171644",26355,44124 -"171645",26355,47133 -"171646",26355,47414 -"171647",26355,49106 -"171648",26355,57094 -"171649",26355,58898 -"171650",26355,59147 -"171651",26355,59237 -"171652",26355,59359 -"171653",26355,61563 -"171654",26355,61867 -"171655",26355,62007 -"171656",26355,62078 -"171657",26355,62375 -"171658",26355,62633 -"171659",26355,63395 -"171660",26355,64408 -"171661",26355,64418 -"171662",26355,64511 -"171663",26355,65230 -"171664",26355,66145 -"171665",26355,67503 -"171666",26355,67721 -"171667",26355,68816 -"171668",26355,68909 -"171669",26355,68938 -"171670",26355,69332 -"171671",26355,69681 -"171672",26355,70610 -"171673",26355,70611 -"171674",26355,70725 -"171675",26355,71211 -"171676",26355,71505 -"171677",26355,71887 -"171678",26355,100821 -"171679",26356,59710 -"171680",26356,59905 -"171681",26357,88174 -"171682",26358,63879 -"171683",26358,71460 -"171684",26359,26427 -"171685",26359,26499 -"171686",26359,42092 -"171687",26359,82592 -"171688",26360,60051 -"171689",26361,47224 -"171690",26361,99001 -"171691",26361,117898 -"171692",26361,119728 -"171693",26362,28917 -"171694",26362,58764 -"171695",26362,62299 -"171696",26363,41315 -"171697",26363,65622 -"171698",26363,77018 -"171699",26363,122085 -"171700",26364,92642 -"171701",26364,96878 -"171702",26365,94287 -"171703",26366,26423 -"171704",26366,26445 -"171705",26366,26484 -"171706",26366,26538 -"171707",26366,26581 -"171708",26366,34735 -"171709",26366,96030 -"171710",26366,96094 -"171711",26368,30680 -"171712",26368,42552 -"171713",26368,43267 -"171714",26368,45630 -"171715",26368,51879 -"171716",26368,61379 -"171717",26368,69889 -"171718",26368,69891 -"171719",26368,69919 -"171720",26369,29336 -"171721",26369,54446 -"171722",26369,69479 -"171723",26370,28231 -"171724",26370,33584 -"171725",26370,39218 -"171726",26370,49351 -"171727",26370,49965 -"171728",26370,53031 -"171729",26370,55828 -"171730",26370,77188 -"171731",26370,90917 -"171732",26370,91431 -"171733",26370,102725 -"171734",26370,103672 -"171735",26370,108800 -"171736",26371,40393 -"171737",26371,49339 -"171738",26371,75044 -"171739",26371,86846 -"171740",26371,102371 -"171741",26372,26383 -"171742",26372,26540 -"171743",26372,37928 -"171744",26372,51286 -"171745",26372,87189 -"171746",26372,87313 -"171747",26372,87387 -"171748",26373,53624 -"171749",26373,120393 -"171750",26373,120676 -"171751",26373,120709 -"171752",26374,36165 -"171753",26374,97734 -"171754",26375,34550 -"171755",26375,44381 -"171756",26375,48561 -"171757",26375,81724 -"171758",26376,95644 -"171759",26377,50061 -"171760",26377,51296 -"171761",26377,61145 -"171762",26377,63165 -"171763",26377,73806 -"171764",26377,75595 -"171765",26377,79358 -"171766",26378,57970 -"171767",26379,55942 -"171768",26379,72573 -"171769",26379,91779 -"171770",26379,99577 -"171771",26379,106674 -"171772",26380,26454 -"171773",26381,26435 -"171774",26381,26487 -"171775",26382,26450 -"171776",26382,35797 -"171777",26382,37688 -"171778",26382,52670 -"171779",26382,57562 -"171780",26382,71141 -"171781",26382,71180 -"171782",26382,80224 -"171783",26382,88820 -"171784",26382,88831 -"171785",26383,26540 -"171786",26383,28876 -"171787",26383,40455 -"171788",26383,50210 -"171789",26383,60569 -"171790",26383,64583 -"171791",26383,66794 -"171792",26383,66832 -"171793",26384,42753 -"171794",26384,85455 -"171795",26385,39624 -"171796",26385,43584 -"171797",26385,47924 -"171798",26385,50862 -"171799",26385,50864 -"171800",26385,50924 -"171801",26385,50970 -"171802",26385,50988 -"171803",26385,59599 -"171804",26386,35571 -"171805",26386,35769 -"171806",26386,35812 -"171807",26386,37493 -"171808",26386,41140 -"171809",26386,42852 -"171810",26386,46743 -"171811",26386,76715 -"171812",26386,96360 -"171813",26387,26449 -"171814",26387,26485 -"171815",26387,30803 -"171816",26387,31007 -"171817",26387,31341 -"171818",26387,31478 -"171819",26387,32988 -"171820",26387,38219 -"171821",26387,40245 -"171822",26387,42604 -"171823",26387,46733 -"171824",26387,63693 -"171825",26387,74743 -"171826",26387,76511 -"171827",26387,77340 -"171828",26387,80055 -"171829",26387,80625 -"171830",26387,81206 -"171831",26387,88439 -"171832",26387,88794 -"171833",26387,90293 -"171834",26387,91211 -"171835",26387,120686 -"171836",26388,50051 -"171837",26389,34614 -"171838",26389,34905 -"171839",26389,47557 -"171840",26389,80575 -"171841",26389,96750 -"171842",26390,26521 -"171843",26390,50213 -"171844",26390,57944 -"171845",26390,68057 -"171846",26390,85776 -"171847",26390,88574 -"171848",26390,98098 -"171849",26390,103976 -"171850",26391,82759 -"171851",26391,97713 -"171852",26391,113997 -"171853",26393,28409 -"171854",26393,34954 -"171855",26393,51931 -"171856",26393,68445 -"171857",26394,26439 -"171858",26394,26541 -"171859",26395,58894 -"171860",26395,72607 -"171861",26396,48704 -"171862",26397,48415 -"171863",26397,55750 -"171864",26397,55751 -"171865",26397,77367 -"171866",26397,78787 -"171867",26397,112961 -"171868",26399,30564 -"171869",26399,35742 -"171870",26399,35752 -"171871",26399,37633 -"171872",26399,40535 -"171873",26399,44855 -"171874",26399,50566 -"171875",26399,54383 -"171876",26399,56082 -"171877",26399,66821 -"171878",26399,71479 -"171879",26399,91184 -"171880",26399,95141 -"171881",26400,40689 -"171882",26400,46813 -"171883",26400,46913 -"171884",26400,56947 -"171885",26400,65598 -"171886",26400,96233 -"171887",26402,26403 -"171888",26402,29252 -"171889",26402,57089 -"171890",26402,75240 -"171891",26402,109554 -"171892",26402,119184 -"171893",26403,60636 -"171894",26404,31994 -"171895",26404,32070 -"171896",26404,42259 -"171897",26404,56461 -"171898",26404,115726 -"171899",26405,103564 -"171900",26407,27174 -"171901",26407,27196 -"171902",26407,27710 -"171903",26407,28703 -"171904",26407,29253 -"171905",26407,29341 -"171906",26407,29560 -"171907",26407,29573 -"171908",26407,29868 -"171909",26407,32438 -"171910",26407,32967 -"171911",26407,33223 -"171912",26407,33881 -"171913",26407,34097 -"171914",26407,34330 -"171915",26407,34513 -"171916",26407,35400 -"171917",26407,36476 -"171918",26407,36547 -"171919",26407,36745 -"171920",26407,37821 -"171921",26407,37931 -"171922",26407,38319 -"171923",26407,39398 -"171924",26407,39492 -"171925",26407,40320 -"171926",26407,40373 -"171927",26407,40542 -"171928",26407,41182 -"171929",26407,42131 -"171930",26407,46843 -"171931",26407,48331 -"171932",26408,30151 -"171933",26408,30216 -"171934",26408,35251 -"171935",26408,53063 -"171936",26408,71059 -"171937",26408,78132 -"171938",26408,88938 -"171939",26408,95971 -"171940",26408,95975 -"171941",26408,97209 -"171942",26408,112556 -"171943",26408,121327 -"171944",26409,28099 -"171945",26409,28797 -"171946",26409,31375 -"171947",26409,31860 -"171948",26409,39404 -"171949",26409,68178 -"171950",26409,68230 -"171951",26409,88667 -"171952",26409,103443 -"171953",26411,66098 -"171954",26411,85490 -"171955",26411,87328 -"171956",26411,120324 -"171957",26413,27267 -"171958",26413,31897 -"171959",26413,32070 -"171960",26413,40561 -"171961",26413,46568 -"171962",26413,50659 -"171963",26413,54737 -"171964",26413,56168 -"171965",26413,60846 -"171966",26413,69291 -"171967",26413,78073 -"171968",26413,79331 -"171969",26413,79710 -"171970",26413,79711 -"171971",26413,79720 -"171972",26413,79725 -"171973",26413,79738 -"171974",26413,79748 -"171975",26413,79750 -"171976",26413,79754 -"171977",26413,79758 -"171978",26413,79760 -"171979",26413,79771 -"171980",26413,79780 -"171981",26413,79781 -"171982",26413,79803 -"171983",26414,34336 -"171984",26414,45802 -"171985",26414,59557 -"171986",26414,85284 -"171987",26415,48713 -"171988",26415,82482 -"171989",26416,29302 -"171990",26416,83920 -"171991",26417,29416 -"171992",26417,30066 -"171993",26418,55984 -"171994",26420,46121 -"171995",26420,66785 -"171996",26420,107362 -"171997",26421,100801 -"171998",26422,27721 -"171999",26422,28770 -"172000",26422,54546 -"172001",26422,85419 -"172002",26423,26445 -"172003",26423,26484 -"172004",26423,26538 -"172005",26423,26581 -"172006",26425,28775 -"172007",26425,38443 -"172008",26425,38612 -"172009",26425,39236 -"172010",26425,55692 -"172011",26425,96422 -"172012",26425,107253 -"172013",26425,107261 -"172014",26426,26548 -"172015",26426,26567 -"172016",26426,34144 -"172017",26426,51387 -"172018",26426,57949 -"172019",26426,60380 -"172020",26426,62945 -"172021",26426,68501 -"172022",26426,75862 -"172023",26426,83113 -"172024",26426,92381 -"172025",26426,102999 -"172026",26426,104542 -"172027",26426,120552 -"172028",26426,122594 -"172029",26427,26499 -"172030",26427,29195 -"172031",26427,51627 -"172032",26427,57158 -"172033",26427,75229 -"172034",26427,79251 -"172035",26427,82592 -"172036",26427,108169 -"172037",26428,59926 -"172038",26428,87549 -"172039",26428,104078 -"172040",26429,26458 -"172041",26429,26568 -"172042",26429,103888 -"172043",26429,106703 -"172044",26429,111599 -"172045",26429,111610 -"172046",26429,117301 -"172047",26429,119023 -"172048",26430,28674 -"172049",26430,29987 -"172050",26430,30031 -"172051",26430,41036 -"172052",26430,43001 -"172053",26430,44500 -"172054",26430,57055 -"172055",26430,57100 -"172056",26430,57112 -"172057",26430,57148 -"172058",26430,60428 -"172059",26430,70217 -"172060",26430,70779 -"172061",26431,26499 -"172062",26431,30504 -"172063",26431,32271 -"172064",26431,35872 -"172065",26431,42092 -"172066",26431,54003 -"172067",26431,93154 -"172068",26432,26943 -"172069",26432,28499 -"172070",26432,30866 -"172071",26432,31700 -"172072",26432,32361 -"172073",26432,33275 -"172074",26432,33883 -"172075",26432,36286 -"172076",26432,36767 -"172077",26432,37937 -"172078",26432,40419 -"172079",26432,42608 -"172080",26432,44180 -"172081",26432,45818 -"172082",26432,51476 -"172083",26432,51892 -"172084",26432,53755 -"172085",26432,54168 -"172086",26432,57210 -"172087",26432,58482 -"172088",26432,59172 -"172089",26432,59816 -"172090",26432,61874 -"172091",26432,63274 -"172092",26432,66322 -"172093",26432,67327 -"172094",26432,70854 -"172095",26432,71683 -"172096",26432,72568 -"172097",26432,72628 -"172098",26432,73767 -"172099",26432,78532 -"172100",26432,81609 -"172101",26432,85885 -"172102",26432,91255 -"172103",26432,92247 -"172104",26432,92352 -"172105",26432,92362 -"172106",26432,92929 -"172107",26432,93719 -"172108",26432,94906 -"172109",26432,94946 -"172110",26432,95889 -"172111",26432,96093 -"172112",26432,97988 -"172113",26432,99309 -"172114",26432,99376 -"172115",26432,99450 -"172116",26432,99471 -"172117",26432,99474 -"172118",26432,100916 -"172119",26432,100944 -"172120",26432,101126 -"172121",26432,101329 -"172122",26432,105557 -"172123",26432,107199 -"172124",26432,108743 -"172125",26432,108980 -"172126",26432,109291 -"172127",26432,109933 -"172128",26432,110483 -"172129",26432,110567 -"172130",26432,110572 -"172131",26432,110630 -"172132",26432,110648 -"172133",26432,110711 -"172134",26432,110770 -"172135",26432,110869 -"172136",26432,110911 -"172137",26432,111285 -"172138",26432,111314 -"172139",26432,111362 -"172140",26432,111372 -"172141",26432,111424 -"172142",26432,111433 -"172143",26432,112422 -"172144",26432,113269 -"172145",26432,113430 -"172146",26432,114242 -"172147",26432,114842 -"172148",26432,115427 -"172149",26432,115521 -"172150",26432,115711 -"172151",26433,39738 -"172152",26433,42192 -"172153",26433,57900 -"172154",26433,57907 -"172155",26434,60685 -"172156",26434,79150 -"172157",26434,85932 -"172158",26434,102928 -"172159",26434,115982 -"172160",26434,120918 -"172161",26434,120927 -"172162",26434,120962 -"172163",26435,26487 -"172164",26435,114998 -"172165",26436,26516 -"172166",26436,34185 -"172167",26436,34492 -"172168",26436,39058 -"172169",26436,40695 -"172170",26436,44319 -"172171",26436,48031 -"172172",26436,55465 -"172173",26436,81813 -"172174",26436,83949 -"172175",26436,85326 -"172176",26437,26464 -"172177",26437,26937 -"172178",26438,39871 -"172179",26438,43586 -"172180",26438,90120 -"172181",26438,100662 -"172182",26438,101834 -"172183",26439,26541 -"172184",26439,35380 -"172185",26439,35849 -"172186",26439,41895 -"172187",26439,67921 -"172188",26439,67933 -"172189",26439,67985 -"172190",26440,35904 -"172191",26440,36205 -"172192",26440,38575 -"172193",26440,50235 -"172194",26440,53252 -"172195",26440,62793 -"172196",26440,78102 -"172197",26440,79183 -"172198",26440,101155 -"172199",26440,101189 -"172200",26441,26807 -"172201",26441,40571 -"172202",26441,70455 -"172203",26441,79642 -"172204",26441,91067 -"172205",26441,97419 -"172206",26442,54658 -"172207",26442,62079 -"172208",26442,79939 -"172209",26442,95884 -"172210",26443,28043 -"172211",26443,28438 -"172212",26443,28568 -"172213",26443,29296 -"172214",26443,31168 -"172215",26443,31170 -"172216",26443,31181 -"172217",26443,31182 -"172218",26443,31184 -"172219",26443,31238 -"172220",26443,31247 -"172221",26443,31269 -"172222",26443,31314 -"172223",26443,31829 -"172224",26443,31913 -"172225",26445,26484 -"172226",26445,26538 -"172227",26445,26581 -"172228",26446,26491 -"172229",26446,26544 -"172230",26447,28562 -"172231",26447,31726 -"172232",26447,43822 -"172233",26448,44453 -"172234",26448,97509 -"172235",26448,103008 -"172236",26449,26485 -"172237",26449,45653 -"172238",26449,53229 -"172239",26449,74875 -"172240",26450,37688 -"172241",26450,52670 -"172242",26450,54122 -"172243",26450,58739 -"172244",26450,68690 -"172245",26451,26530 -"172246",26451,27792 -"172247",26451,32811 -"172248",26451,34651 -"172249",26451,37190 -"172250",26451,38748 -"172251",26451,48024 -"172252",26451,48228 -"172253",26451,48260 -"172254",26451,58133 -"172255",26451,59056 -"172256",26451,60925 -"172257",26451,62380 -"172258",26451,65884 -"172259",26451,71516 -"172260",26451,74906 -"172261",26451,77267 -"172262",26451,81675 -"172263",26451,85789 -"172264",26451,86129 -"172265",26451,90018 -"172266",26451,90361 -"172267",26451,91322 -"172268",26451,92012 -"172269",26451,99444 -"172270",26451,100636 -"172271",26452,33520 -"172272",26453,26457 -"172273",26453,26563 -"172274",26453,42554 -"172275",26455,30326 -"172276",26455,78263 -"172277",26455,111467 -"172278",26455,116788 -"172279",26456,55475 -"172280",26456,78749 -"172281",26456,83116 -"172282",26457,26563 -"172283",26457,30071 -"172284",26457,33165 -"172285",26457,41603 -"172286",26457,42644 -"172287",26457,44095 -"172288",26457,61517 -"172289",26457,72526 -"172290",26457,76995 -"172291",26457,77005 -"172292",26457,80480 -"172293",26457,84270 -"172294",26458,26568 -"172295",26459,28892 -"172296",26459,56049 -"172297",26459,95176 -"172298",26459,116240 -"172299",26459,116241 -"172300",26459,118666 -"172301",26460,36920 -"172302",26460,52912 -"172303",26460,54734 -"172304",26460,91309 -"172305",26460,100567 -"172306",26461,28801 -"172307",26461,29470 -"172308",26461,34581 -"172309",26461,68441 -"172310",26461,68726 -"172311",26461,70115 -"172312",26461,73440 -"172313",26461,73743 -"172314",26461,112825 -"172315",26462,34731 -"172316",26462,43180 -"172317",26462,47435 -"172318",26462,47445 -"172319",26462,52942 -"172320",26462,54855 -"172321",26462,61088 -"172322",26462,62711 -"172323",26462,63145 -"172324",26462,69794 -"172325",26462,102081 -"172326",26464,26937 -"172327",26464,31223 -"172328",26464,66094 -"172329",26464,66165 -"172330",26464,66166 -"172331",26464,66167 -"172332",26464,96899 -"172333",26465,54143 -"172334",26465,54159 -"172335",26465,54195 -"172336",26465,54205 -"172337",26465,54223 -"172338",26466,65569 -"172339",26467,26492 -"172340",26467,26533 -"172341",26468,35707 -"172342",26468,58433 -"172343",26469,26873 -"172344",26469,39588 -"172345",26469,45918 -"172346",26469,74946 -"172347",26469,80305 -"172348",26469,82808 -"172349",26469,96004 -"172350",26470,26576 -"172351",26471,38019 -"172352",26471,55862 -"172353",26471,70035 -"172354",26472,26562 -"172355",26473,34588 -"172356",26473,38762 -"172357",26474,35057 -"172358",26474,51666 -"172359",26474,81122 -"172360",26474,92143 -"172361",26474,117403 -"172362",26475,96911 -"172363",26476,26798 -"172364",26476,76698 -"172365",26477,34220 -"172366",26477,39899 -"172367",26478,26556 -"172368",26478,41094 -"172369",26478,44792 -"172370",26478,103543 -"172371",26478,115102 -"172372",26478,115103 -"172373",26478,117496 -"172374",26478,118203 -"172375",26478,118204 -"172376",26479,77498 -"172377",26479,103432 -"172378",26480,26494 -"172379",26480,46509 -"172380",26480,64318 -"172381",26480,120299 -"172382",26481,37406 -"172383",26481,47030 -"172384",26481,54068 -"172385",26481,101858 -"172386",26481,105496 -"172387",26482,44573 -"172388",26482,55497 -"172389",26482,58919 -"172390",26483,37583 -"172391",26483,63153 -"172392",26484,26538 -"172393",26484,26581 -"172394",26484,63715 -"172395",26485,26882 -"172396",26485,27463 -"172397",26485,32988 -"172398",26485,41558 -"172399",26485,42909 -"172400",26485,58543 -"172401",26485,70760 -"172402",26485,79063 -"172403",26485,79494 -"172404",26485,80055 -"172405",26485,80491 -"172406",26485,84194 -"172407",26486,28569 -"172408",26486,75523 -"172409",26486,101338 -"172410",26487,107014 -"172411",26487,107045 -"172412",26487,107055 -"172413",26488,34357 -"172414",26488,38139 -"172415",26488,94602 -"172416",26488,106530 -"172417",26491,26544 -"172418",26492,26533 -"172419",26492,78793 -"172420",26493,64547 -"172421",26493,81683 -"172422",26493,114063 -"172423",26494,71183 -"172424",26495,29723 -"172425",26495,29812 -"172426",26495,82907 -"172427",26496,33388 -"172428",26496,33727 -"172429",26496,49178 -"172430",26496,54124 -"172431",26498,35371 -"172432",26498,36049 -"172433",26498,47739 -"172434",26498,49914 -"172435",26498,76230 -"172436",26498,101115 -"172437",26498,105282 -"172438",26499,27289 -"172439",26499,29594 -"172440",26499,30503 -"172441",26499,30504 -"172442",26499,32271 -"172443",26499,35872 -"172444",26499,42092 -"172445",26499,51627 -"172446",26499,54003 -"172447",26499,88376 -"172448",26499,88417 -"172449",26499,98963 -"172450",26499,99146 -"172451",26500,27416 -"172452",26500,33177 -"172453",26500,44789 -"172454",26500,50092 -"172455",26500,50093 -"172456",26500,50142 -"172457",26500,63146 -"172458",26500,82961 -"172459",26500,85718 -"172460",26500,121621 -"172461",26501,26662 -"172462",26501,42331 -"172463",26501,47810 -"172464",26501,50996 -"172465",26501,53826 -"172466",26501,76418 -"172467",26501,79074 -"172468",26501,93852 -"172469",26501,101947 -"172470",26501,113492 -"172471",26501,115447 -"172472",26501,122174 -"172473",26502,32526 -"172474",26502,42866 -"172475",26502,62878 -"172476",26502,72954 -"172477",26502,94204 -"172478",26503,31581 -"172479",26503,34508 -"172480",26505,29819 -"172481",26505,33772 -"172482",26505,61692 -"172483",26505,61831 -"172484",26505,62371 -"172485",26505,72252 -"172486",26505,104134 -"172487",26505,111538 -"172488",26505,111938 -"172489",26506,26517 -"172490",26506,32422 -"172491",26506,34030 -"172492",26506,45037 -"172493",26506,46803 -"172494",26506,51663 -"172495",26506,59484 -"172496",26506,62424 -"172497",26506,70406 -"172498",26506,73918 -"172499",26506,76590 -"172500",26506,81167 -"172501",26506,85794 -"172502",26506,100398 -"172503",26506,117679 -"172504",26507,75302 -"172505",26507,75761 -"172506",26507,75762 -"172507",26507,75763 -"172508",26507,75764 -"172509",26507,75765 -"172510",26508,110440 -"172511",26509,89441 -"172512",26510,83960 -"172513",26510,88089 -"172514",26510,97475 -"172515",26511,48483 -"172516",26512,47172 -"172517",26513,33348 -"172518",26513,36184 -"172519",26513,39352 -"172520",26513,56095 -"172521",26513,57256 -"172522",26514,29985 -"172523",26515,58959 -"172524",26515,69005 -"172525",26516,45714 -"172526",26516,58292 -"172527",26516,61717 -"172528",26516,62008 -"172529",26516,86562 -"172530",26519,26520 -"172531",26520,71646 -"172532",26521,50044 -"172533",26521,59358 -"172534",26521,81739 -"172535",26521,87077 -"172536",26522,27574 -"172537",26522,53827 -"172538",26523,30403 -"172539",26523,64672 -"172540",26523,67940 -"172541",26523,71899 -"172542",26523,76816 -"172543",26523,101693 -"172544",26524,39755 -"172545",26524,44148 -"172546",26524,48191 -"172547",26524,53988 -"172548",26524,58378 -"172549",26524,59684 -"172550",26524,59783 -"172551",26524,82161 -"172552",26524,82769 -"172553",26524,114540 -"172554",26525,43355 -"172555",26525,95381 -"172556",26526,39941 -"172557",26526,41524 -"172558",26527,26597 -"172559",26527,30966 -"172560",26527,52648 -"172561",26527,84235 -"172562",26527,100228 -"172563",26528,40592 -"172564",26528,64198 -"172565",26528,108461 -"172566",26529,31824 -"172567",26529,35990 -"172568",26529,45995 -"172569",26529,47023 -"172570",26529,50425 -"172571",26529,83056 -"172572",26529,88902 -"172573",26529,99081 -"172574",26529,101743 -"172575",26529,102950 -"172576",26530,27792 -"172577",26530,32026 -"172578",26530,33211 -"172579",26530,34651 -"172580",26530,38748 -"172581",26530,47233 -"172582",26530,48024 -"172583",26530,48228 -"172584",26530,54805 -"172585",26530,59056 -"172586",26530,61822 -"172587",26530,62380 -"172588",26530,64960 -"172589",26530,74906 -"172590",26530,81675 -"172591",26530,82734 -"172592",26530,85326 -"172593",26530,91322 -"172594",26530,92012 -"172595",26530,121072 -"172596",26531,28967 -"172597",26531,43574 -"172598",26531,56500 -"172599",26531,72410 -"172600",26531,79451 -"172601",26531,84139 -"172602",26531,90261 -"172603",26531,91275 -"172604",26531,94993 -"172605",26534,87537 -"172606",26534,87733 -"172607",26534,87750 -"172608",26535,32811 -"172609",26535,67505 -"172610",26535,95565 -"172611",26535,119444 -"172612",26535,120145 -"172613",26535,120882 -"172614",26536,55653 -"172615",26536,56972 -"172616",26536,65400 -"172617",26536,110588 -"172618",26536,110603 -"172619",26537,26872 -"172620",26537,28057 -"172621",26537,28767 -"172622",26537,28871 -"172623",26537,30334 -"172624",26537,35420 -"172625",26537,35496 -"172626",26537,37610 -"172627",26537,37636 -"172628",26537,39435 -"172629",26537,40131 -"172630",26537,40166 -"172631",26537,40392 -"172632",26537,40905 -"172633",26537,41030 -"172634",26537,41527 -"172635",26537,41529 -"172636",26537,41778 -"172637",26537,42689 -"172638",26537,42725 -"172639",26537,43147 -"172640",26537,43234 -"172641",26537,43858 -"172642",26537,44828 -"172643",26537,45657 -"172644",26537,45933 -"172645",26537,46434 -"172646",26537,46788 -"172647",26537,47123 -"172648",26537,47488 -"172649",26537,48909 -"172650",26537,49859 -"172651",26537,50064 -"172652",26537,50067 -"172653",26537,50554 -"172654",26537,50879 -"172655",26537,51783 -"172656",26537,51921 -"172657",26537,52018 -"172658",26537,53444 -"172659",26537,53527 -"172660",26537,53555 -"172661",26537,54059 -"172662",26537,54275 -"172663",26537,56628 -"172664",26537,58004 -"172665",26537,58068 -"172666",26537,58633 -"172667",26537,60312 -"172668",26537,61111 -"172669",26537,61127 -"172670",26537,62859 -"172671",26537,67098 -"172672",26537,68287 -"172673",26538,26581 -"172674",26539,28701 -"172675",26539,38835 -"172676",26539,38964 -"172677",26542,32348 -"172678",26542,36327 -"172679",26542,45518 -"172680",26542,50072 -"172681",26542,53260 -"172682",26542,101460 -"172683",26543,41606 -"172684",26543,46081 -"172685",26543,80167 -"172686",26544,49490 -"172687",26544,60419 -"172688",26544,61331 -"172689",26544,109951 -"172690",26544,113962 -"172691",26545,65551 -"172692",26545,96055 -"172693",26546,49326 -"172694",26546,57921 -"172695",26546,70386 -"172696",26546,111833 -"172697",26547,46477 -"172698",26547,91931 -"172699",26547,112831 -"172700",26547,122087 -"172701",26548,26567 -"172702",26548,32320 -"172703",26548,65948 -"172704",26548,81690 -"172705",26548,81864 -"172706",26551,33870 -"172707",26551,81137 -"172708",26551,118590 -"172709",26552,27539 -"172710",26552,34749 -"172711",26552,76524 -"172712",26552,93355 -"172713",26552,110586 -"172714",26552,110652 -"172715",26553,38333 -"172716",26553,42361 -"172717",26553,51534 -"172718",26553,56765 -"172719",26553,62415 -"172720",26553,72273 -"172721",26553,76294 -"172722",26553,82069 -"172723",26553,87856 -"172724",26553,89918 -"172725",26553,93532 -"172726",26553,100464 -"172727",26553,110299 -"172728",26554,29378 -"172729",26554,29382 -"172730",26554,52356 -"172731",26554,55481 -"172732",26554,60768 -"172733",26554,71015 -"172734",26554,95265 -"172735",26554,111426 -"172736",26554,111440 -"172737",26554,114435 -"172738",26555,99579 -"172739",26555,108789 -"172740",26555,114086 -"172741",26556,34905 -"172742",26556,35577 -"172743",26556,44780 -"172744",26556,86843 -"172745",26556,101714 -"172746",26557,26558 -"172747",26557,101366 -"172748",26559,29135 -"172749",26559,38281 -"172750",26559,42175 -"172751",26559,81018 -"172752",26559,90263 -"172753",26559,91069 -"172754",26559,91124 -"172755",26559,105078 -"172756",26560,45917 -"172757",26561,96898 -"172758",26561,103906 -"172759",26563,32259 -"172760",26563,39037 -"172761",26563,42151 -"172762",26563,49701 -"172763",26563,51216 -"172764",26563,51217 -"172765",26563,51276 -"172766",26563,51313 -"172767",26563,52232 -"172768",26563,77676 -"172769",26563,77696 -"172770",26563,91465 -"172771",26563,92834 -"172772",26563,95054 -"172773",26564,81110 -"172774",26565,57778 -"172775",26566,61611 -"172776",26566,96073 -"172777",26567,48412 -"172778",26567,52742 -"172779",26567,60380 -"172780",26567,61481 -"172781",26567,64918 -"172782",26567,68501 -"172783",26567,68670 -"172784",26567,75838 -"172785",26567,75940 -"172786",26567,78460 -"172787",26567,78577 -"172788",26567,78662 -"172789",26567,80140 -"172790",26567,82174 -"172791",26567,82685 -"172792",26567,82686 -"172793",26567,82687 -"172794",26567,84539 -"172795",26567,84927 -"172796",26567,85148 -"172797",26567,85673 -"172798",26567,92381 -"172799",26567,95661 -"172800",26567,101127 -"172801",26567,102999 -"172802",26567,113806 -"172803",26567,114235 -"172804",26568,41831 -"172805",26568,74186 -"172806",26568,84284 -"172807",26568,103888 -"172808",26568,120502 -"172809",26569,54246 -"172810",26569,55003 -"172811",26570,31284 -"172812",26570,39865 -"172813",26570,46108 -"172814",26570,50387 -"172815",26570,51819 -"172816",26570,53546 -"172817",26570,56476 -"172818",26570,58230 -"172819",26570,75244 -"172820",26570,83747 -"172821",26570,86325 -"172822",26570,100396 -"172823",26570,106875 -"172824",26570,115718 -"172825",26571,26659 -"172826",26571,27160 -"172827",26571,65219 -"172828",26572,29658 -"172829",26572,29716 -"172830",26572,84457 -"172831",26573,69235 -"172832",26573,78484 -"172833",26573,80339 -"172834",26573,80370 -"172835",26574,29578 -"172836",26574,33080 -"172837",26574,122431 -"172838",26575,57476 -"172839",26575,58039 -"172840",26575,83133 -"172841",26577,27235 -"172842",26577,33086 -"172843",26577,36444 -"172844",26577,41274 -"172845",26577,81923 -"172846",26577,89695 -"172847",26577,103143 -"172848",26577,107102 -"172849",26577,107313 -"172850",26578,32586 -"172851",26578,44757 -"172852",26578,45406 -"172853",26578,58137 -"172854",26578,61131 -"172855",26578,96707 -"172856",26579,35983 -"172857",26579,47822 -"172858",26579,69502 -"172859",26579,102872 -"172860",26580,35648 -"172861",26581,45261 -"172862",26581,48831 -"172863",26581,65136 -"172864",26581,72805 -"172865",26581,96557 -"172866",26581,96774 -"172867",26581,109806 -"172868",26582,36569 -"172869",26582,72389 -"172870",26582,88765 -"172871",26583,26712 -"172872",26583,35723 -"172873",26583,41245 -"172874",26583,59218 -"172875",26583,104115 -"172876",26583,105585 -"172877",26583,121162 -"172878",26584,29286 -"172879",26584,49146 -"172880",26585,33410 -"172881",26585,53519 -"172882",26585,58427 -"172883",26585,70064 -"172884",26586,26587 -"172885",26586,26778 -"172886",26586,55997 -"172887",26587,26778 -"172888",26587,34108 -"172889",26587,41477 -"172890",26587,42861 -"172891",26587,55307 -"172892",26587,56155 -"172893",26587,56160 -"172894",26587,56179 -"172895",26587,56226 -"172896",26587,56239 -"172897",26587,56251 -"172898",26587,56267 -"172899",26587,56291 -"172900",26587,56359 -"172901",26588,36715 -"172902",26588,91888 -"172903",26588,91937 -"172904",26589,117424 -"172905",26591,26669 -"172906",26591,107980 -"172907",26592,36862 -"172908",26592,37583 -"172909",26592,40350 -"172910",26592,46186 -"172911",26592,53087 -"172912",26592,58557 -"172913",26592,62154 -"172914",26592,62878 -"172915",26592,70950 -"172916",26592,79256 -"172917",26592,80299 -"172918",26592,82045 -"172919",26592,101179 -"172920",26592,101615 -"172921",26592,105698 -"172922",26592,107157 -"172923",26592,108367 -"172924",26593,56127 -"172925",26593,77772 -"172926",26594,48582 -"172927",26594,81433 -"172928",26594,99282 -"172929",26595,35516 -"172930",26595,44306 -"172931",26595,46305 -"172932",26595,72391 -"172933",26595,78529 -"172934",26595,79587 -"172935",26595,80487 -"172936",26595,92672 -"172937",26595,95602 -"172938",26596,26920 -"172939",26596,29504 -"172940",26596,34985 -"172941",26596,41133 -"172942",26596,41281 -"172943",26596,45859 -"172944",26596,55263 -"172945",26596,56880 -"172946",26596,57709 -"172947",26596,64439 -"172948",26596,68095 -"172949",26596,69131 -"172950",26596,76489 -"172951",26597,26604 -"172952",26597,60668 -"172953",26597,86532 -"172954",26598,27033 -"172955",26599,38749 -"172956",26600,34402 -"172957",26600,90745 -"172958",26601,71421 -"172959",26601,88294 -"172960",26601,105093 -"172961",26601,117893 -"172962",26602,37386 -"172963",26602,44164 -"172964",26603,49738 -"172965",26603,56243 -"172966",26605,26653 -"172967",26605,26780 -"172968",26606,26675 -"172969",26606,26755 -"172970",26606,26804 -"172971",26606,29270 -"172972",26606,40050 -"172973",26607,27157 -"172974",26607,64760 -"172975",26608,29951 -"172976",26608,31968 -"172977",26608,32300 -"172978",26608,45711 -"172979",26608,53155 -"172980",26608,60786 -"172981",26608,60996 -"172982",26608,72744 -"172983",26608,76741 -"172984",26608,87811 -"172985",26608,96593 -"172986",26609,26889 -"172987",26609,29136 -"172988",26609,52740 -"172989",26609,75745 -"172990",26610,68158 -"172991",26610,77503 -"172992",26611,41099 -"172993",26611,50970 -"172994",26612,39059 -"172995",26612,55153 -"172996",26612,69865 -"172997",26612,71163 -"172998",26613,72196 -"172999",26613,75917 -"173000",26614,40017 -"173001",26615,39027 -"173002",26615,86856 -"173003",26616,42761 -"173004",26616,51291 -"173005",26616,51314 -"173006",26616,51315 -"173007",26617,45240 -"173008",26618,35795 -"173009",26618,87766 -"173010",26618,91802 -"173011",26619,45576 -"173012",26619,90860 -"173013",26620,26981 -"173014",26620,27189 -"173015",26620,35797 -"173016",26620,39360 -"173017",26620,41694 -"173018",26620,45157 -"173019",26620,45591 -"173020",26620,45801 -"173021",26620,54122 -"173022",26620,66994 -"173023",26620,70385 -"173024",26621,43770 -"173025",26621,100407 -"173026",26621,114456 -"173027",26621,122355 -"173028",26621,122359 -"173029",26621,122364 -"173030",26622,113244 -"173031",26623,29172 -"173032",26623,29332 -"173033",26623,30622 -"173034",26623,30665 -"173035",26623,30697 -"173036",26623,39120 -"173037",26623,42895 -"173038",26623,45650 -"173039",26623,45977 -"173040",26623,48861 -"173041",26623,66129 -"173042",26623,72129 -"173043",26623,74920 -"173044",26623,77911 -"173045",26623,80829 -"173046",26623,85053 -"173047",26624,30445 -"173048",26624,112627 -"173049",26625,61856 -"173050",26625,108231 -"173051",26626,26635 -"173052",26626,26829 -"173053",26626,30019 -"173054",26626,32505 -"173055",26626,44523 -"173056",26626,57931 -"173057",26626,61589 -"173058",26626,77586 -"173059",26626,79401 -"173060",26626,80249 -"173061",26626,80262 -"173062",26626,80280 -"173063",26626,80312 -"173064",26626,80337 -"173065",26626,80338 -"173066",26626,81031 -"173067",26626,107848 -"173068",26626,113394 -"173069",26627,95617 -"173070",26627,99126 -"173071",26627,116293 -"173072",26629,54302 -"173073",26629,77403 -"173074",26630,40902 -"173075",26630,69399 -"173076",26630,92341 -"173077",26630,93820 -"173078",26630,96772 -"173079",26630,100291 -"173080",26630,100417 -"173081",26631,70312 -"173082",26631,79733 -"173083",26632,49240 -"173084",26632,49259 -"173085",26632,49389 -"173086",26632,49440 -"173087",26633,113051 -"173088",26633,120223 -"173089",26634,26828 -"173090",26634,82276 -"173091",26635,26829 -"173092",26635,33105 -"173093",26635,35746 -"173094",26635,43453 -"173095",26635,46516 -"173096",26635,54589 -"173097",26635,100665 -"173098",26635,101960 -"173099",26636,28018 -"173100",26636,31235 -"173101",26636,34303 -"173102",26636,35434 -"173103",26636,42660 -"173104",26637,29005 -"173105",26637,118115 -"173106",26639,26640 -"173107",26639,33978 -"173108",26639,40848 -"173109",26639,54784 -"173110",26639,78039 -"173111",26639,83202 -"173112",26639,84723 -"173113",26639,93063 -"173114",26640,28471 -"173115",26640,31733 -"173116",26640,33666 -"173117",26640,36115 -"173118",26640,41483 -"173119",26640,42870 -"173120",26640,46647 -"173121",26640,51193 -"173122",26640,78039 -"173123",26640,82924 -"173124",26640,84723 -"173125",26640,85935 -"173126",26640,87991 -"173127",26640,95383 -"173128",26640,115682 -"173129",26641,28869 -"173130",26641,34721 -"173131",26641,38417 -"173132",26641,39198 -"173133",26641,70658 -"173134",26641,107309 -"173135",26642,26929 -"173136",26642,34278 -"173137",26642,35105 -"173138",26642,41134 -"173139",26642,45757 -"173140",26642,75089 -"173141",26642,75359 -"173142",26642,114023 -"173143",26644,26654 -"173144",26644,26687 -"173145",26644,34208 -"173146",26644,37922 -"173147",26644,39897 -"173148",26644,46373 -"173149",26644,89684 -"173150",26644,95298 -"173151",26644,96935 -"173152",26644,98225 -"173153",26644,106633 -"173154",26645,26746 -"173155",26645,85072 -"173156",26646,77619 -"173157",26647,27192 -"173158",26647,27941 -"173159",26647,30850 -"173160",26647,40146 -"173161",26647,42920 -"173162",26647,50050 -"173163",26647,52083 -"173164",26647,59178 -"173165",26647,74939 -"173166",26647,80205 -"173167",26647,111568 -"173168",26648,26691 -"173169",26648,32116 -"173170",26648,88397 -"173171",26649,26656 -"173172",26649,27141 -"173173",26649,37173 -"173174",26649,71817 -"173175",26649,105756 -"173176",26650,26651 -"173177",26652,103195 -"173178",26653,26780 -"173179",26653,114913 -"173180",26653,114916 -"173181",26654,26687 -"173182",26654,28377 -"173183",26654,32158 -"173184",26654,32310 -"173185",26654,34208 -"173186",26654,37050 -"173187",26654,54344 -"173188",26654,59668 -"173189",26654,64429 -"173190",26654,89160 -"173191",26654,89684 -"173192",26654,103098 -"173193",26654,106768 -"173194",26654,115833 -"173195",26656,27141 -"173196",26656,47243 -"173197",26656,61577 -"173198",26656,106744 -"173199",26657,27891 -"173200",26657,108866 -"173201",26657,111848 -"173202",26658,26682 -"173203",26659,27160 -"173204",26659,27862 -"173205",26659,30129 -"173206",26659,34604 -"173207",26659,41729 -"173208",26659,41964 -"173209",26659,42995 -"173210",26659,48417 -"173211",26659,64472 -"173212",26659,76099 -"173213",26659,78278 -"173214",26659,83734 -"173215",26659,84889 -"173216",26659,85395 -"173217",26659,87880 -"173218",26659,88804 -"173219",26659,88851 -"173220",26659,89556 -"173221",26659,90169 -"173222",26659,100184 -"173223",26659,102654 -"173224",26659,111001 -"173225",26660,31561 -"173226",26660,49036 -"173227",26660,58993 -"173228",26660,79293 -"173229",26661,36411 -"173230",26662,34357 -"173231",26662,63461 -"173232",26662,73929 -"173233",26662,77242 -"173234",26662,93872 -"173235",26662,122174 -"173236",26663,28406 -"173237",26663,48287 -"173238",26663,48527 -"173239",26663,62429 -"173240",26663,69484 -"173241",26663,116120 -"173242",26664,44529 -"173243",26665,40847 -"173244",26665,40858 -"173245",26666,28031 -"173246",26666,112363 -"173247",26667,34113 -"173248",26667,86832 -"173249",26667,107504 -"173250",26667,121079 -"173251",26668,28945 -"173252",26668,36599 -"173253",26668,41274 -"173254",26668,45847 -"173255",26668,55159 -"173256",26668,67588 -"173257",26668,76293 -"173258",26668,76676 -"173259",26668,80967 -"173260",26668,85315 -"173261",26668,85840 -"173262",26668,89695 -"173263",26668,100830 -"173264",26668,101604 -"173265",26668,103097 -"173266",26668,103118 -"173267",26668,103143 -"173268",26668,107313 -"173269",26668,108938 -"173270",26668,111353 -"173271",26668,114789 -"173272",26668,115374 -"173273",26668,118876 -"173274",26669,39891 -"173275",26670,35240 -"173276",26670,95512 -"173277",26671,37800 -"173278",26671,70666 -"173279",26671,85771 -"173280",26673,60367 -"173281",26674,32947 -"173282",26674,33133 -"173283",26675,26755 -"173284",26675,26804 -"173285",26675,29270 -"173286",26675,29575 -"173287",26676,26873 -"173288",26677,42069 -"173289",26677,51227 -"173290",26677,62321 -"173291",26677,66139 -"173292",26677,92538 -"173293",26678,28945 -"173294",26678,71817 -"173295",26678,95586 -"173296",26679,63673 -"173297",26679,86594 -"173298",26680,48169 -"173299",26680,48170 -"173300",26680,52192 -"173301",26680,52300 -"173302",26681,27676 -"173303",26681,57076 -"173304",26681,71977 -"173305",26681,113406 -"173306",26681,113443 -"173307",26682,29741 -"173308",26682,30876 -"173309",26682,32393 -"173310",26682,32939 -"173311",26682,33113 -"173312",26682,38494 -"173313",26682,38932 -"173314",26682,40643 -"173315",26682,42017 -"173316",26682,42107 -"173317",26682,45787 -"173318",26682,47083 -"173319",26682,47623 -"173320",26682,49231 -"173321",26682,50061 -"173322",26682,52450 -"173323",26682,54059 -"173324",26682,55370 -"173325",26682,56903 -"173326",26682,57804 -"173327",26682,59615 -"173328",26682,59940 -"173329",26682,67363 -"173330",26682,71230 -"173331",26682,76278 -"173332",26682,76740 -"173333",26682,76786 -"173334",26682,77272 -"173335",26682,77357 -"173336",26682,77402 -"173337",26682,78248 -"173338",26682,78255 -"173339",26682,78339 -"173340",26682,78445 -"173341",26682,79022 -"173342",26682,79716 -"173343",26682,79989 -"173344",26682,80281 -"173345",26682,81728 -"173346",26682,82196 -"173347",26682,82383 -"173348",26682,82810 -"173349",26682,82854 -"173350",26682,83853 -"173351",26682,83884 -"173352",26682,84379 -"173353",26682,84613 -"173354",26682,85465 -"173355",26682,85610 -"173356",26682,86351 -"173357",26682,86451 -"173358",26682,86882 -"173359",26682,87175 -"173360",26682,87451 -"173361",26682,87521 -"173362",26682,87572 -"173363",26682,87663 -"173364",26682,87721 -"173365",26682,87862 -"173366",26683,26822 -"173367",26683,26823 -"173368",26684,72004 -"173369",26685,51654 -"173370",26686,41929 -"173371",26687,65882 -"173372",26687,84705 -"173373",26687,86444 -"173374",26687,114502 -"173375",26688,29114 -"173376",26688,35172 -"173377",26688,43474 -"173378",26688,48105 -"173379",26688,51795 -"173380",26688,52218 -"173381",26688,60552 -"173382",26688,63275 -"173383",26688,67694 -"173384",26688,76336 -"173385",26688,77045 -"173386",26688,88055 -"173387",26688,93082 -"173388",26688,107231 -"173389",26688,107251 -"173390",26688,107390 -"173391",26689,41782 -"173392",26689,60258 -"173393",26690,50280 -"173394",26690,103496 -"173395",26692,88872 -"173396",26692,107084 -"173397",26693,78203 -"173398",26694,26729 -"173399",26694,26786 -"173400",26694,29642 -"173401",26694,31403 -"173402",26694,33978 -"173403",26694,39694 -"173404",26694,40335 -"173405",26694,43187 -"173406",26694,54467 -"173407",26694,72349 -"173408",26694,75351 -"173409",26694,78434 -"173410",26694,91475 -"173411",26694,104524 -"173412",26694,113384 -"173413",26694,113402 -"173414",26695,30088 -"173415",26695,31796 -"173416",26695,99387 -"173417",26696,58036 -"173418",26697,35005 -"173419",26698,28927 -"173420",26698,36919 -"173421",26698,38720 -"173422",26698,56091 -"173423",26698,85040 -"173424",26698,93019 -"173425",26698,98525 -"173426",26698,102934 -"173427",26698,112103 -"173428",26698,123418 -"173429",26699,26700 -"173430",26699,26830 -"173431",26699,26831 -"173432",26699,41251 -"173433",26699,54109 -"173434",26699,58008 -"173435",26699,85405 -"173436",26699,89617 -"173437",26699,90688 -"173438",26699,98765 -"173439",26699,115664 -"173440",26700,26830 -"173441",26700,26831 -"173442",26700,29535 -"173443",26700,32628 -"173444",26700,33845 -"173445",26700,38938 -"173446",26700,41759 -"173447",26700,48272 -"173448",26700,54109 -"173449",26700,54127 -"173450",26700,58008 -"173451",26700,58614 -"173452",26700,70246 -"173453",26700,70720 -"173454",26700,72465 -"173455",26700,80138 -"173456",26700,89617 -"173457",26700,91302 -"173458",26700,101125 -"173459",26700,102243 -"173460",26700,103311 -"173461",26701,31787 -"173462",26701,63989 -"173463",26701,70224 -"173464",26701,70676 -"173465",26701,104319 -"173466",26702,77815 -"173467",26702,77862 -"173468",26702,91519 -"173469",26702,91588 -"173470",26703,35286 -"173471",26703,36441 -"173472",26703,36454 -"173473",26703,49086 -"173474",26703,92270 -"173475",26703,92300 -"173476",26704,41594 -"173477",26705,44528 -"173478",26705,76205 -"173479",26706,26772 -"173480",26706,49189 -"173481",26706,53369 -"173482",26706,55331 -"173483",26706,79023 -"173484",26706,93357 -"173485",26706,99103 -"173486",26706,99301 -"173487",26706,99422 -"173488",26706,109350 -"173489",26706,111188 -"173490",26706,111190 -"173491",26707,51560 -"173492",26707,98078 -"173493",26708,27178 -"173494",26708,28314 -"173495",26708,85252 -"173496",26709,37002 -"173497",26709,37018 -"173498",26709,47515 -"173499",26709,50968 -"173500",26710,52162 -"173501",26711,33614 -"173502",26713,26724 -"173503",26713,31164 -"173504",26713,31478 -"173505",26713,36160 -"173506",26713,39122 -"173507",26713,45443 -"173508",26713,46132 -"173509",26713,46733 -"173510",26713,46951 -"173511",26713,56122 -"173512",26713,76768 -"173513",26713,76807 -"173514",26713,103826 -"173515",26713,117098 -"173516",26714,39581 -"173517",26714,95958 -"173518",26714,96008 -"173519",26714,117125 -"173520",26714,117141 -"173521",26715,27709 -"173522",26715,89772 -"173523",26715,91955 -"173524",26717,79059 -"173525",26717,92118 -"173526",26718,26719 -"173527",26720,36712 -"173528",26721,27334 -"173529",26721,31122 -"173530",26721,41190 -"173531",26721,42959 -"173532",26721,50328 -"173533",26721,61067 -"173534",26722,37494 -"173535",26722,40978 -"173536",26722,51880 -"173537",26722,77436 -"173538",26722,78685 -"173539",26722,92627 -"173540",26723,27189 -"173541",26723,29128 -"173542",26723,35076 -"173543",26723,39577 -"173544",26723,45308 -"173545",26723,62704 -"173546",26723,71106 -"173547",26723,86151 -"173548",26723,88546 -"173549",26723,92106 -"173550",26723,100909 -"173551",26723,111116 -"173552",26723,114070 -"173553",26723,116847 -"173554",26724,31478 -"173555",26724,46132 -"173556",26724,46733 -"173557",26725,73600 -"173558",26726,50669 -"173559",26727,41526 -"173560",26727,57120 -"173561",26727,61848 -"173562",26727,69828 -"173563",26727,87063 -"173564",26727,105428 -"173565",26727,106113 -"173566",26728,27420 -"173567",26728,34003 -"173568",26728,43324 -"173569",26728,53058 -"173570",26728,55256 -"173571",26728,61067 -"173572",26728,85529 -"173573",26728,85558 -"173574",26728,85684 -"173575",26728,94788 -"173576",26729,26786 -"173577",26729,27111 -"173578",26729,34978 -"173579",26729,40284 -"173580",26729,44959 -"173581",26729,46027 -"173582",26729,54971 -"173583",26729,62982 -"173584",26730,31138 -"173585",26730,46927 -"173586",26730,60637 -"173587",26730,98824 -"173588",26730,102361 -"173589",26731,100103 -"173590",26732,26845 -"173591",26732,30594 -"173592",26732,50406 -"173593",26732,52203 -"173594",26732,66358 -"173595",26732,82533 -"173596",26733,26791 -"173597",26733,26900 -"173598",26733,29025 -"173599",26733,60166 -"173600",26733,69550 -"173601",26733,95638 -"173602",26734,26783 -"173603",26734,27942 -"173604",26734,29137 -"173605",26734,34637 -"173606",26734,35989 -"173607",26734,39440 -"173608",26734,40711 -"173609",26734,41863 -"173610",26734,47492 -"173611",26734,50300 -"173612",26734,52538 -"173613",26734,52974 -"173614",26735,28029 -"173615",26736,40042 -"173616",26736,52519 -"173617",26736,62398 -"173618",26737,52876 -"173619",26737,54760 -"173620",26739,29267 -"173621",26739,29526 -"173622",26739,46486 -"173623",26739,52952 -"173624",26739,60096 -"173625",26740,34331 -"173626",26741,44026 -"173627",26741,77594 -"173628",26741,80710 -"173629",26742,26820 -"173630",26742,82803 -"173631",26743,32841 -"173632",26743,35092 -"173633",26743,67911 -"173634",26745,73272 -"173635",26745,92026 -"173636",26747,28591 -"173637",26747,46699 -"173638",26748,27054 -"173639",26748,62069 -"173640",26749,44082 -"173641",26749,49302 -"173642",26749,50565 -"173643",26749,71342 -"173644",26749,72956 -"173645",26749,82410 -"173646",26749,82442 -"173647",26750,30157 -"173648",26750,44049 -"173649",26750,72292 -"173650",26750,112768 -"173651",26751,40838 -"173652",26751,53992 -"173653",26751,54113 -"173654",26751,72902 -"173655",26752,77884 -"173656",26752,87986 -"173657",26752,91672 -"173658",26752,95306 -"173659",26752,113563 -"173660",26753,27405 -"173661",26753,41288 -"173662",26753,42440 -"173663",26753,50638 -"173664",26754,85192 -"173665",26755,26804 -"173666",26756,26993 -"173667",26756,27818 -"173668",26756,41888 -"173669",26756,54391 -"173670",26756,61325 -"173671",26756,69183 -"173672",26756,83977 -"173673",26756,85534 -"173674",26757,30918 -"173675",26757,40936 -"173676",26757,46388 -"173677",26757,53475 -"173678",26757,55112 -"173679",26757,67902 -"173680",26757,73492 -"173681",26757,77120 -"173682",26757,93366 -"173683",26757,99742 -"173684",26757,101341 -"173685",26757,111988 -"173686",26757,115945 -"173687",26759,69852 -"173688",26759,103261 -"173689",26759,103280 -"173690",26760,26821 -"173691",26760,36330 -"173692",26760,90784 -"173693",26760,99250 -"173694",26760,106465 -"173695",26762,45379 -"173696",26762,79502 -"173697",26762,102505 -"173698",26763,72410 -"173699",26763,75880 -"173700",26763,100595 -"173701",26763,104798 -"173702",26763,110743 -"173703",26763,110825 -"173704",26763,113856 -"173705",26764,26815 -"173706",26764,41552 -"173707",26764,41553 -"173708",26765,26779 -"173709",26765,82297 -"173710",26765,117027 -"173711",26765,117028 -"173712",26766,32842 -"173713",26766,43144 -"173714",26766,44081 -"173715",26766,52133 -"173716",26766,52144 -"173717",26766,58793 -"173718",26766,79592 -"173719",26766,81482 -"173720",26766,82197 -"173721",26766,82232 -"173722",26766,82233 -"173723",26766,97091 -"173724",26766,98591 -"173725",26766,100127 -"173726",26766,115353 -"173727",26767,49081 -"173728",26768,26864 -"173729",26768,26933 -"173730",26768,26994 -"173731",26768,27036 -"173732",26768,48658 -"173733",26768,64087 -"173734",26768,70427 -"173735",26769,26865 -"173736",26769,109500 -"173737",26769,109501 -"173738",26771,28488 -"173739",26773,51689 -"173740",26773,54821 -"173741",26773,60603 -"173742",26773,84296 -"173743",26773,109080 -"173744",26773,115561 -"173745",26773,117828 -"173746",26773,118739 -"173747",26774,27304 -"173748",26774,30167 -"173749",26774,40173 -"173750",26774,41820 -"173751",26774,42032 -"173752",26774,57648 -"173753",26774,78007 -"173754",26774,84208 -"173755",26774,85843 -"173756",26774,93198 -"173757",26774,93199 -"173758",26774,93201 -"173759",26774,93204 -"173760",26774,93211 -"173761",26774,96872 -"173762",26774,102167 -"173763",26774,102615 -"173764",26775,35005 -"173765",26775,65861 -"173766",26775,70039 -"173767",26775,97136 -"173768",26776,27221 -"173769",26776,27599 -"173770",26776,37855 -"173771",26776,38393 -"173772",26776,40923 -"173773",26776,48836 -"173774",26776,77576 -"173775",26777,31810 -"173776",26777,31845 -"173777",26777,47473 -"173778",26778,81427 -"173779",26779,33525 -"173780",26779,39632 -"173781",26779,41536 -"173782",26779,91785 -"173783",26779,109804 -"173784",26779,111492 -"173785",26779,115044 -"173786",26781,81499 -"173787",26781,85025 -"173788",26782,53140 -"173789",26782,98306 -"173790",26783,29137 -"173791",26783,35989 -"173792",26783,51193 -"173793",26783,57870 -"173794",26783,57941 -"173795",26783,72238 -"173796",26784,29676 -"173797",26784,53950 -"173798",26784,79069 -"173799",26784,111449 -"173800",26785,44402 -"173801",26785,59720 -"173802",26785,75579 -"173803",26785,75603 -"173804",26787,34697 -"173805",26787,45216 -"173806",26787,81571 -"173807",26787,81676 -"173808",26787,81682 -"173809",26787,84597 -"173810",26789,42161 -"173811",26789,69896 -"173812",26789,75674 -"173813",26789,83283 -"173814",26789,116396 -"173815",26790,35406 -"173816",26790,42102 -"173817",26790,54786 -"173818",26790,55273 -"173819",26790,64468 -"173820",26790,75514 -"173821",26790,77432 -"173822",26790,94063 -"173823",26791,26900 -"173824",26791,29025 -"173825",26792,63619 -"173826",26793,26936 -"173827",26793,30057 -"173828",26793,32733 -"173829",26793,37400 -"173830",26793,38312 -"173831",26793,39253 -"173832",26793,39254 -"173833",26793,40588 -"173834",26793,43153 -"173835",26793,44541 -"173836",26793,55834 -"173837",26793,57651 -"173838",26793,61005 -"173839",26793,88710 -"173840",26793,113654 -"173841",26793,114919 -"173842",26793,116186 -"173843",26794,48335 -"173844",26794,76181 -"173845",26794,80520 -"173846",26795,61732 -"173847",26795,77592 -"173848",26795,81600 -"173849",26796,26990 -"173850",26796,27969 -"173851",26796,74511 -"173852",26797,41431 -"173853",26797,42593 -"173854",26797,42617 -"173855",26797,42657 -"173856",26797,96675 -"173857",26797,101058 -"173858",26797,103364 -"173859",26798,67778 -"173860",26800,44560 -"173861",26800,60055 -"173862",26800,109123 -"173863",26801,32090 -"173864",26801,64197 -"173865",26801,83921 -"173866",26801,89912 -"173867",26802,50632 -"173868",26802,77188 -"173869",26803,47849 -"173870",26803,52724 -"173871",26803,53711 -"173872",26803,57491 -"173873",26803,57492 -"173874",26803,57498 -"173875",26803,57831 -"173876",26803,68784 -"173877",26805,64513 -"173878",26805,72624 -"173879",26806,45608 -"173880",26806,56766 -"173881",26807,33173 -"173882",26807,37171 -"173883",26807,53055 -"173884",26807,63870 -"173885",26807,68898 -"173886",26807,70809 -"173887",26807,79369 -"173888",26807,89068 -"173889",26807,117334 -"173890",26807,117918 -"173891",26808,67988 -"173892",26808,70704 -"173893",26808,102417 -"173894",26809,56129 -"173895",26809,84205 -"173896",26809,122271 -"173897",26810,28520 -"173898",26810,39630 -"173899",26810,48888 -"173900",26810,50150 -"173901",26810,75020 -"173902",26810,77818 -"173903",26810,78183 -"173904",26810,104777 -"173905",26811,38655 -"173906",26811,38686 -"173907",26811,38687 -"173908",26811,38743 -"173909",26811,90109 -"173910",26812,67207 -"173911",26812,89360 -"173912",26813,26833 -"173913",26813,30194 -"173914",26813,31925 -"173915",26813,35289 -"173916",26813,48253 -"173917",26813,53931 -"173918",26813,55093 -"173919",26813,69521 -"173920",26813,77038 -"173921",26813,81396 -"173922",26813,96933 -"173923",26813,100247 -"173924",26813,106526 -"173925",26813,109466 -"173926",26813,111684 -"173927",26813,117730 -"173928",26813,119821 -"173929",26815,40540 -"173930",26815,40541 -"173931",26815,40670 -"173932",26815,40714 -"173933",26815,40739 -"173934",26815,41073 -"173935",26816,38320 -"173936",26817,72449 -"173937",26817,77297 -"173938",26817,114250 -"173939",26818,32069 -"173940",26818,32429 -"173941",26818,82169 -"173942",26818,121401 -"173943",26821,29416 -"173944",26821,31953 -"173945",26821,32486 -"173946",26821,32570 -"173947",26821,41260 -"173948",26821,57649 -"173949",26821,63329 -"173950",26821,68251 -"173951",26821,73990 -"173952",26821,87915 -"173953",26821,90070 -"173954",26821,98843 -"173955",26821,98924 -"173956",26821,107569 -"173957",26822,26823 -"173958",26822,76778 -"173959",26822,95165 -"173960",26822,95485 -"173961",26824,59166 -"173962",26824,74052 -"173963",26825,47612 -"173964",26825,55043 -"173965",26825,78057 -"173966",26825,83286 -"173967",26825,83291 -"173968",26825,87154 -"173969",26826,33302 -"173970",26829,36429 -"173971",26829,43453 -"173972",26830,26831 -"173973",26830,54109 -"173974",26830,58008 -"173975",26830,59426 -"173976",26830,102243 -"173977",26830,102275 -"173978",26831,32628 -"173979",26831,38938 -"173980",26831,54109 -"173981",26831,54127 -"173982",26831,58008 -"173983",26831,58614 -"173984",26831,89617 -"173985",26831,94997 -"173986",26831,101125 -"173987",26831,112456 -"173988",26832,112225 -"173989",26833,55093 -"173990",26833,77038 -"173991",26833,95917 -"173992",26833,103229 -"173993",26834,44882 -"173994",26834,56116 -"173995",26834,61742 -"173996",26834,67739 -"173997",26834,70725 -"173998",26834,88221 -"173999",26834,88443 -"174000",26834,91779 -"174001",26834,96525 -"174002",26834,98647 -"174003",26834,99482 -"174004",26834,101347 -"174005",26835,28141 -"174006",26835,51666 -"174007",26836,54182 -"174008",26836,60440 -"174009",26836,63520 -"174010",26836,84270 -"174011",26836,98556 -"174012",26836,98572 -"174013",26836,98585 -"174014",26836,101166 -"174015",26836,106621 -"174016",26836,109816 -"174017",26836,114045 -"174018",26837,26996 -"174019",26837,28007 -"174020",26837,30107 -"174021",26837,41287 -"174022",26837,43861 -"174023",26837,53921 -"174024",26837,60806 -"174025",26837,83260 -"174026",26837,86601 -"174027",26837,86944 -"174028",26837,99531 -"174029",26837,99537 -"174030",26837,99548 -"174031",26837,117122 -"174032",26838,26912 -"174033",26838,26983 -"174034",26838,27013 -"174035",26839,75310 -"174036",26839,84383 -"174037",26840,33039 -"174038",26840,48668 -"174039",26840,62044 -"174040",26841,27145 -"174041",26842,49766 -"174042",26843,27277 -"174043",26843,64603 -"174044",26843,79745 -"174045",26843,82502 -"174046",26843,86837 -"174047",26843,88815 -"174048",26843,94665 -"174049",26843,95358 -"174050",26844,27021 -"174051",26845,70452 -"174052",26845,70457 -"174053",26845,73299 -"174054",26845,109729 -"174055",26845,115259 -"174056",26846,30208 -"174057",26846,36506 -"174058",26846,39378 -"174059",26846,39647 -"174060",26846,40710 -"174061",26846,42068 -"174062",26846,62395 -"174063",26846,64873 -"174064",26846,64894 -"174065",26846,64930 -"174066",26846,64958 -"174067",26847,43589 -"174068",26847,92970 -"174069",26848,40028 -"174070",26848,71829 -"174071",26848,72188 -"174072",26849,32957 -"174073",26849,35458 -"174074",26849,35713 -"174075",26849,35837 -"174076",26849,37462 -"174077",26849,50983 -"174078",26850,43991 -"174079",26850,52028 -"174080",26850,100922 -"174081",26850,100923 -"174082",26851,111968 -"174083",26851,115334 -"174084",26852,38405 -"174085",26853,28535 -"174086",26853,28891 -"174087",26853,29991 -"174088",26853,43286 -"174089",26853,45382 -"174090",26853,47492 -"174091",26853,47770 -"174092",26853,48406 -"174093",26853,49627 -"174094",26853,50077 -"174095",26853,50332 -"174096",26853,53771 -"174097",26853,54579 -"174098",26853,54745 -"174099",26853,55611 -"174100",26853,56852 -"174101",26853,57902 -"174102",26853,59037 -"174103",26853,68423 -"174104",26853,85669 -"174105",26854,30537 -"174106",26854,68482 -"174107",26855,63693 -"174108",26855,79063 -"174109",26855,79567 -"174110",26855,80748 -"174111",26855,88381 -"174112",26855,92336 -"174113",26855,101490 -"174114",26855,110800 -"174115",26855,114119 -"174116",26856,35317 -"174117",26856,42407 -"174118",26857,42127 -"174119",26857,45765 -"174120",26857,46187 -"174121",26858,37530 -"174122",26858,69127 -"174123",26858,79853 -"174124",26859,47534 -"174125",26859,53899 -"174126",26860,26951 -"174127",26861,47621 -"174128",26861,54467 -"174129",26861,87452 -"174130",26861,91475 -"174131",26861,104944 -"174132",26861,107832 -"174133",26862,79468 -"174134",26863,27452 -"174135",26864,26933 -"174136",26864,26994 -"174137",26864,27036 -"174138",26865,30081 -"174139",26865,33091 -"174140",26865,34470 -"174141",26865,34546 -"174142",26865,34594 -"174143",26865,34950 -"174144",26865,34965 -"174145",26865,36455 -"174146",26865,41575 -"174147",26865,44757 -"174148",26865,46128 -"174149",26865,54576 -"174150",26865,54577 -"174151",26865,73908 -"174152",26865,78738 -"174153",26865,82456 -"174154",26865,82513 -"174155",26865,82521 -"174156",26865,82524 -"174157",26865,85094 -"174158",26866,26923 -"174159",26866,36577 -"174160",26866,40815 -"174161",26866,40850 -"174162",26866,73727 -"174163",26866,95407 -"174164",26867,30962 -"174165",26867,31703 -"174166",26867,46265 -"174167",26867,50236 -"174168",26867,53303 -"174169",26867,56082 -"174170",26867,59939 -"174171",26867,61153 -"174172",26867,78792 -"174173",26867,79082 -"174174",26867,81583 -"174175",26867,91912 -"174176",26867,97237 -"174177",26867,101793 -"174178",26868,27221 -"174179",26868,31856 -"174180",26868,48836 -"174181",26868,94945 -"174182",26869,27467 -"174183",26869,28745 -"174184",26869,31819 -"174185",26869,33872 -"174186",26869,36917 -"174187",26869,39443 -"174188",26869,39569 -"174189",26869,39916 -"174190",26869,39958 -"174191",26869,42948 -"174192",26869,48000 -"174193",26869,49816 -"174194",26869,52517 -"174195",26869,55700 -"174196",26869,57679 -"174197",26869,59850 -"174198",26869,60536 -"174199",26869,67137 -"174200",26869,83330 -"174201",26869,112394 -"174202",26870,50404 -"174203",26871,27001 -"174204",26871,27023 -"174205",26871,29066 -"174206",26871,116620 -"174207",26872,28767 -"174208",26872,28871 -"174209",26872,30334 -"174210",26872,35496 -"174211",26872,37610 -"174212",26872,37636 -"174213",26872,39435 -"174214",26872,40131 -"174215",26872,40166 -"174216",26872,40392 -"174217",26872,40905 -"174218",26872,41030 -"174219",26872,41527 -"174220",26872,41529 -"174221",26872,41778 -"174222",26872,43147 -"174223",26872,43234 -"174224",26872,43858 -"174225",26872,44828 -"174226",26872,45657 -"174227",26872,45933 -"174228",26872,46434 -"174229",26872,46788 -"174230",26872,47123 -"174231",26872,47488 -"174232",26872,48909 -"174233",26872,49859 -"174234",26872,50064 -"174235",26872,50067 -"174236",26872,50554 -"174237",26872,50879 -"174238",26872,51783 -"174239",26872,52018 -"174240",26872,53444 -"174241",26872,53527 -"174242",26872,53555 -"174243",26872,54275 -"174244",26872,56628 -"174245",26872,58004 -"174246",26872,58068 -"174247",26872,58633 -"174248",26872,61111 -"174249",26872,61127 -"174250",26872,68287 -"174251",26872,84687 -"174252",26873,28260 -"174253",26873,39588 -"174254",26873,43549 -"174255",26873,45918 -"174256",26873,52608 -"174257",26873,53453 -"174258",26873,58648 -"174259",26873,58777 -"174260",26873,61572 -"174261",26873,65362 -"174262",26873,74659 -"174263",26873,80305 -"174264",26873,81858 -"174265",26873,82808 -"174266",26873,96081 -"174267",26873,96261 -"174268",26873,99677 -"174269",26873,101967 -"174270",26873,104044 -"174271",26873,104085 -"174272",26873,107539 -"174273",26873,109820 -"174274",26873,110327 -"174275",26873,110380 -"174276",26873,110394 -"174277",26873,119592 -"174278",26873,120033 -"174279",26873,121099 -"174280",26874,30974 -"174281",26874,36344 -"174282",26874,40731 -"174283",26874,52086 -"174284",26874,57511 -"174285",26874,62298 -"174286",26874,71566 -"174287",26874,74064 -"174288",26874,85912 -"174289",26874,99294 -"174290",26874,102426 -"174291",26875,26878 -"174292",26875,26966 -"174293",26875,27017 -"174294",26875,55398 -"174295",26875,89344 -"174296",26875,92122 -"174297",26875,109069 -"174298",26876,44231 -"174299",26877,26995 -"174300",26878,26966 -"174301",26878,27017 -"174302",26880,78129 -"174303",26880,90329 -"174304",26881,26882 -"174305",26881,38219 -"174306",26881,39285 -"174307",26881,58379 -"174308",26881,65322 -"174309",26881,65820 -"174310",26881,80625 -"174311",26882,27463 -"174312",26882,32672 -"174313",26882,32988 -"174314",26882,37664 -"174315",26882,37973 -"174316",26882,40432 -"174317",26882,42421 -"174318",26882,47438 -"174319",26882,54729 -"174320",26882,55501 -"174321",26882,58379 -"174322",26882,58432 -"174323",26882,61104 -"174324",26882,62169 -"174325",26882,65155 -"174326",26882,65322 -"174327",26882,71033 -"174328",26882,72683 -"174329",26882,73409 -"174330",26882,75568 -"174331",26882,77664 -"174332",26882,79063 -"174333",26882,80625 -"174334",26882,89452 -"174335",26882,90293 -"174336",26882,90968 -"174337",26882,98116 -"174338",26882,101286 -"174339",26882,104590 -"174340",26882,106620 -"174341",26882,108463 -"174342",26882,109392 -"174343",26882,116534 -"174344",26882,116545 -"174345",26882,121801 -"174346",26882,123023 -"174347",26882,123147 -"174348",26884,39275 -"174349",26884,40808 -"174350",26884,67521 -"174351",26884,77304 -"174352",26884,107840 -"174353",26885,32998 -"174354",26885,96277 -"174355",26886,44046 -"174356",26887,28399 -"174357",26888,54384 -"174358",26889,29135 -"174359",26889,29136 -"174360",26889,29917 -"174361",26889,46324 -"174362",26889,47025 -"174363",26889,52172 -"174364",26889,56733 -"174365",26889,62164 -"174366",26889,62841 -"174367",26889,77129 -"174368",26889,83136 -"174369",26889,102544 -"174370",26890,39424 -"174371",26890,41600 -"174372",26891,45376 -"174373",26891,60065 -"174374",26892,27608 -"174375",26892,28805 -"174376",26892,33752 -"174377",26892,35649 -"174378",26892,47532 -"174379",26892,61699 -"174380",26892,84071 -"174381",26892,105536 -"174382",26893,100186 -"174383",26894,42194 -"174384",26894,61365 -"174385",26895,33945 -"174386",26895,45861 -"174387",26895,88338 -"174388",26895,114649 -"174389",26897,44636 -"174390",26897,62488 -"174391",26897,65406 -"174392",26897,88259 -"174393",26897,93424 -"174394",26897,94853 -"174395",26897,95993 -"174396",26897,101344 -"174397",26898,26968 -"174398",26898,31353 -"174399",26898,39785 -"174400",26898,47142 -"174401",26898,54890 -"174402",26898,63077 -"174403",26898,69519 -"174404",26898,69570 -"174405",26898,84574 -"174406",26898,93778 -"174407",26898,93803 -"174408",26898,99171 -"174409",26898,106348 -"174410",26899,36265 -"174411",26900,29025 -"174412",26900,36691 -"174413",26900,60166 -"174414",26900,69550 -"174415",26900,77823 -"174416",26900,95638 -"174417",26900,122043 -"174418",26901,26974 -"174419",26901,29221 -"174420",26901,40755 -"174421",26901,71505 -"174422",26903,39403 -"174423",26903,43994 -"174424",26903,47106 -"174425",26903,62024 -"174426",26904,45693 -"174427",26904,66306 -"174428",26904,78271 -"174429",26904,84153 -"174430",26904,88900 -"174431",26904,111151 -"174432",26905,30039 -"174433",26905,42476 -"174434",26905,51868 -"174435",26905,82727 -"174436",26905,88533 -"174437",26905,103239 -"174438",26905,106274 -"174439",26905,112386 -"174440",26906,29564 -"174441",26906,71675 -"174442",26906,122630 -"174443",26907,27042 -"174444",26907,49534 -"174445",26907,59947 -"174446",26907,79937 -"174447",26907,99152 -"174448",26907,108479 -"174449",26908,27040 -"174450",26908,80783 -"174451",26908,81027 -"174452",26908,99288 -"174453",26909,48132 -"174454",26909,58063 -"174455",26909,58420 -"174456",26909,72765 -"174457",26910,27077 -"174458",26911,36784 -"174459",26911,39761 -"174460",26911,41804 -"174461",26911,45060 -"174462",26911,45918 -"174463",26911,47481 -"174464",26911,49334 -"174465",26911,50254 -"174466",26911,54532 -"174467",26911,59161 -"174468",26911,63502 -"174469",26911,77611 -"174470",26911,82332 -"174471",26911,82337 -"174472",26911,83273 -"174473",26911,86669 -"174474",26911,87445 -"174475",26911,90774 -"174476",26911,90944 -"174477",26911,95149 -"174478",26911,100560 -"174479",26911,108417 -"174480",26912,26983 -"174481",26912,27013 -"174482",26912,29837 -"174483",26912,29970 -"174484",26912,29971 -"174485",26912,30034 -"174486",26912,45658 -"174487",26912,51230 -"174488",26912,65830 -"174489",26912,83253 -"174490",26912,88773 -"174491",26912,93632 -"174492",26912,101012 -"174493",26913,55545 -"174494",26913,100353 -"174495",26914,57310 -"174496",26914,67396 -"174497",26914,70039 -"174498",26914,91802 -"174499",26914,93909 -"174500",26914,109442 -"174501",26915,40143 -"174502",26916,50086 -"174503",26916,76158 -"174504",26916,76443 -"174505",26916,84510 -"174506",26916,100330 -"174507",26916,106567 -"174508",26917,33594 -"174509",26917,76728 -"174510",26917,77965 -"174511",26917,85736 -"174512",26917,96353 -"174513",26917,96926 -"174514",26917,96927 -"174515",26917,97957 -"174516",26918,78903 -"174517",26919,27010 -"174518",26919,48123 -"174519",26919,61343 -"174520",26920,27856 -"174521",26920,29504 -"174522",26920,64439 -"174523",26920,65963 -"174524",26920,68095 -"174525",26921,26922 -"174526",26921,49582 -"174527",26921,77934 -"174528",26921,105910 -"174529",26922,42343 -"174530",26922,48425 -"174531",26922,54909 -"174532",26922,55698 -"174533",26922,79065 -"174534",26922,86761 -"174535",26922,98653 -"174536",26922,100530 -"174537",26923,30907 -"174538",26923,56737 -"174539",26923,75084 -"174540",26924,29728 -"174541",26924,42302 -"174542",26926,31460 -"174543",26926,36089 -"174544",26926,40551 -"174545",26926,51475 -"174546",26926,51789 -"174547",26926,57341 -"174548",26926,67067 -"174549",26926,78872 -"174550",26926,84770 -"174551",26926,102341 -"174552",26926,106017 -"174553",26926,111983 -"174554",26927,50280 -"174555",26928,58060 -"174556",26928,74507 -"174557",26929,34278 -"174558",26929,35105 -"174559",26929,41134 -"174560",26929,75089 -"174561",26929,75359 -"174562",26929,95056 -"174563",26929,114023 -"174564",26930,26943 -"174565",26930,26980 -"174566",26931,26978 -"174567",26931,38583 -"174568",26931,43629 -"174569",26931,67517 -"174570",26933,26994 -"174571",26933,27036 -"174572",26933,56631 -"174573",26933,66375 -"174574",26933,66448 -"174575",26933,66520 -"174576",26933,66615 -"174577",26933,95970 -"174578",26933,95980 -"174579",26934,30838 -"174580",26934,31669 -"174581",26934,71007 -"174582",26934,71042 -"174583",26934,77711 -"174584",26934,92992 -"174585",26935,69091 -"174586",26936,37400 -"174587",26936,40588 -"174588",26936,54094 -"174589",26937,26972 -"174590",26937,48511 -"174591",26937,50132 -"174592",26937,50496 -"174593",26937,57221 -"174594",26937,77722 -"174595",26938,31903 -"174596",26938,84195 -"174597",26938,84210 -"174598",26939,27861 -"174599",26939,39482 -"174600",26940,26941 -"174601",26940,30866 -"174602",26940,34928 -"174603",26940,40532 -"174604",26940,41446 -"174605",26940,45054 -"174606",26940,45080 -"174607",26940,49241 -"174608",26940,49640 -"174609",26940,51775 -"174610",26940,53132 -"174611",26940,65553 -"174612",26940,69480 -"174613",26940,73299 -"174614",26940,78246 -"174615",26940,79286 -"174616",26940,82771 -"174617",26940,85435 -"174618",26940,88747 -"174619",26940,90827 -"174620",26940,91757 -"174621",26940,93393 -"174622",26940,95187 -"174623",26940,95499 -"174624",26940,113502 -"174625",26941,41992 -"174626",26941,45080 -"174627",26941,46532 -"174628",26941,54581 -"174629",26941,69480 -"174630",26941,73299 -"174631",26941,92671 -"174632",26941,109536 -"174633",26942,29204 -"174634",26942,79775 -"174635",26942,103518 -"174636",26943,26980 -"174637",26943,28499 -"174638",26943,30866 -"174639",26943,31700 -"174640",26943,32361 -"174641",26943,33275 -"174642",26943,33883 -"174643",26943,36286 -"174644",26943,36767 -"174645",26943,37937 -"174646",26943,40419 -"174647",26943,42608 -"174648",26943,44180 -"174649",26943,45818 -"174650",26943,51476 -"174651",26943,51892 -"174652",26943,53755 -"174653",26943,54168 -"174654",26943,57210 -"174655",26943,58482 -"174656",26943,59172 -"174657",26943,59816 -"174658",26943,61874 -"174659",26943,63274 -"174660",26943,66322 -"174661",26943,67327 -"174662",26943,70854 -"174663",26943,71683 -"174664",26943,72568 -"174665",26943,72628 -"174666",26943,73767 -"174667",26943,78532 -"174668",26943,81609 -"174669",26943,85885 -"174670",26943,91255 -"174671",26943,92247 -"174672",26943,92352 -"174673",26943,92362 -"174674",26943,92929 -"174675",26943,93719 -"174676",26943,94906 -"174677",26943,94946 -"174678",26943,95889 -"174679",26943,96093 -"174680",26943,97988 -"174681",26943,99309 -"174682",26943,99376 -"174683",26943,99450 -"174684",26943,99471 -"174685",26943,99474 -"174686",26943,100916 -"174687",26943,100944 -"174688",26943,101126 -"174689",26943,101329 -"174690",26943,105557 -"174691",26943,107199 -"174692",26943,108743 -"174693",26943,108980 -"174694",26943,109291 -"174695",26943,109933 -"174696",26943,110483 -"174697",26943,110567 -"174698",26943,110572 -"174699",26943,110630 -"174700",26943,110648 -"174701",26943,110711 -"174702",26943,110770 -"174703",26943,110869 -"174704",26943,110911 -"174705",26943,111285 -"174706",26943,111314 -"174707",26943,111362 -"174708",26943,111372 -"174709",26943,111424 -"174710",26943,111433 -"174711",26943,112422 -"174712",26943,113269 -"174713",26943,113430 -"174714",26943,114242 -"174715",26943,114842 -"174716",26943,115427 -"174717",26943,115521 -"174718",26943,115711 -"174719",26944,26955 -"174720",26944,61132 -"174721",26945,37907 -"174722",26946,39878 -"174723",26946,78002 -"174724",26946,80351 -"174725",26946,81245 -"174726",26946,98205 -"174727",26946,109108 -"174728",26947,55363 -"174729",26947,62871 -"174730",26948,42114 -"174731",26948,73764 -"174732",26949,68232 -"174733",26950,31466 -"174734",26950,51063 -"174735",26950,111726 -"174736",26951,88812 -"174737",26951,99319 -"174738",26952,62560 -"174739",26952,67207 -"174740",26952,72258 -"174741",26952,73469 -"174742",26953,36337 -"174743",26953,37406 -"174744",26953,50774 -"174745",26953,56871 -"174746",26953,59461 -"174747",26953,59505 -"174748",26953,65475 -"174749",26953,74506 -"174750",26953,83044 -"174751",26953,85262 -"174752",26953,88728 -"174753",26953,91904 -"174754",26953,96493 -"174755",26953,98166 -"174756",26953,101439 -"174757",26954,30433 -"174758",26954,31176 -"174759",26954,33236 -"174760",26954,63224 -"174761",26954,66498 -"174762",26954,68901 -"174763",26954,72306 -"174764",26954,94549 -"174765",26956,40098 -"174766",26956,91309 -"174767",26957,34875 -"174768",26957,45267 -"174769",26957,56537 -"174770",26957,66038 -"174771",26957,67895 -"174772",26957,71825 -"174773",26957,74381 -"174774",26957,93424 -"174775",26957,93429 -"174776",26957,100963 -"174777",26958,48113 -"174778",26959,28411 -"174779",26959,34259 -"174780",26959,34984 -"174781",26959,55723 -"174782",26959,86805 -"174783",26959,86828 -"174784",26960,74011 -"174785",26960,98035 -"174786",26961,27063 -"174787",26961,29078 -"174788",26961,55525 -"174789",26962,54289 -"174790",26962,62887 -"174791",26962,68592 -"174792",26962,77468 -"174793",26963,27953 -"174794",26963,43306 -"174795",26963,44470 -"174796",26963,48444 -"174797",26963,53155 -"174798",26963,59014 -"174799",26963,94662 -"174800",26963,95009 -"174801",26963,96938 -"174802",26963,105811 -"174803",26963,116478 -"174804",26964,101721 -"174805",26965,42415 -"174806",26965,46066 -"174807",26965,48432 -"174808",26965,62939 -"174809",26965,97148 -"174810",26965,97149 -"174811",26966,27017 -"174812",26968,31353 -"174813",26970,65445 -"174814",26973,29286 -"174815",26973,111879 -"174816",26974,78177 -"174817",26975,61345 -"174818",26975,71389 -"174819",26976,64802 -"174820",26977,92988 -"174821",26978,33041 -"174822",26978,70303 -"174823",26978,72265 -"174824",26979,57589 -"174825",26981,28890 -"174826",26981,42432 -"174827",26981,49414 -"174828",26981,64555 -"174829",26981,74698 -"174830",26981,87269 -"174831",26981,94126 -"174832",26981,97235 -"174833",26982,34032 -"174834",26982,48888 -"174835",26982,57491 -"174836",26982,70437 -"174837",26982,77565 -"174838",26983,27013 -"174839",26983,41604 -"174840",26983,43266 -"174841",26983,50578 -"174842",26983,52670 -"174843",26983,81502 -"174844",26983,83919 -"174845",26983,84868 -"174846",26983,89020 -"174847",26983,99571 -"174848",26984,38412 -"174849",26984,65938 -"174850",26984,69511 -"174851",26985,27000 -"174852",26985,27066 -"174853",26985,58342 -"174854",26985,110373 -"174855",26986,53618 -"174856",26987,27008 -"174857",26988,77836 -"174858",26989,95894 -"174859",26989,115852 -"174860",26991,34495 -"174861",26991,37698 -"174862",26991,45682 -"174863",26991,59504 -"174864",26991,64108 -"174865",26991,70400 -"174866",26991,73987 -"174867",26991,77362 -"174868",26991,81641 -"174869",26991,99308 -"174870",26991,109578 -"174871",26991,111458 -"174872",26991,117550 -"174873",26992,30396 -"174874",26992,32194 -"174875",26992,34942 -"174876",26992,37363 -"174877",26992,37776 -"174878",26992,41746 -"174879",26992,45279 -"174880",26992,46586 -"174881",26992,47104 -"174882",26992,51666 -"174883",26992,52559 -"174884",26992,57612 -"174885",26992,58648 -"174886",26992,59603 -"174887",26992,62356 -"174888",26992,63124 -"174889",26992,64002 -"174890",26992,65400 -"174891",26992,66115 -"174892",26992,68569 -"174893",26992,69122 -"174894",26992,70925 -"174895",26992,73623 -"174896",26992,75526 -"174897",26992,86778 -"174898",26992,88272 -"174899",26992,89742 -"174900",26992,91411 -"174901",26992,93819 -"174902",26992,95931 -"174903",26992,99040 -"174904",26992,99424 -"174905",26992,100667 -"174906",26992,102215 -"174907",26992,104662 -"174908",26992,105207 -"174909",26992,105950 -"174910",26992,107844 -"174911",26992,109596 -"174912",26992,110508 -"174913",26992,113237 -"174914",26992,115951 -"174915",26992,118473 -"174916",26992,118685 -"174917",26992,118744 -"174918",26992,119419 -"174919",26992,119454 -"174920",26992,119587 -"174921",26992,120879 -"174922",26992,120961 -"174923",26993,41888 -"174924",26993,65911 -"174925",26993,90798 -"174926",26993,91115 -"174927",26993,102554 -"174928",26994,27036 -"174929",26994,29873 -"174930",26994,38273 -"174931",26994,91854 -"174932",26994,93301 -"174933",26994,98695 -"174934",26994,98773 -"174935",26995,27226 -"174936",26995,111265 -"174937",26996,95621 -"174938",26997,27663 -"174939",26997,31120 -"174940",26997,34134 -"174941",26997,44259 -"174942",26997,47979 -"174943",26997,53095 -"174944",26997,53121 -"174945",26997,53153 -"174946",26997,53573 -"174947",26997,57721 -"174948",26997,99209 -"174949",26998,27372 -"174950",26998,33902 -"174951",26998,37082 -"174952",26998,39122 -"174953",26998,51906 -"174954",26998,56207 -"174955",26999,31819 -"174956",26999,31854 -"174957",26999,71037 -"174958",27000,27066 -"174959",27000,56056 -"174960",27000,57830 -"174961",27001,27023 -"174962",27001,29066 -"174963",27002,80854 -"174964",27004,71700 -"174965",27004,71706 -"174966",27005,27074 -"174967",27006,102715 -"174968",27006,114929 -"174969",27006,114933 -"174970",27007,32690 -"174971",27007,34568 -"174972",27007,55148 -"174973",27007,75564 -"174974",27007,106261 -"174975",27008,28849 -"174976",27008,33853 -"174977",27008,36136 -"174978",27008,47691 -"174979",27008,60031 -"174980",27008,66911 -"174981",27008,71962 -"174982",27008,77572 -"174983",27008,119364 -"174984",27009,39497 -"174985",27009,44662 -"174986",27011,63278 -"174987",27011,79327 -"174988",27011,90056 -"174989",27012,31141 -"174990",27012,109124 -"174991",27014,27339 -"174992",27014,27609 -"174993",27014,27991 -"174994",27014,36299 -"174995",27014,43135 -"174996",27014,45832 -"174997",27014,78214 -"174998",27014,82498 -"174999",27014,82952 -"175000",27014,90328 -"175001",27014,92883 -"175002",27014,109521 -"175003",27014,111251 -"175004",27014,115452 -"175005",27014,115456 -"175006",27014,117277 -"175007",27014,117532 -"175008",27015,27654 -"175009",27015,27935 -"175010",27015,54234 -"175011",27015,58199 -"175012",27015,81444 -"175013",27017,39141 -"175014",27017,43432 -"175015",27017,49579 -"175016",27017,54304 -"175017",27017,89744 -"175018",27017,89747 -"175019",27017,92124 -"175020",27017,105417 -"175021",27017,118669 -"175022",27017,122808 -"175023",27019,46498 -"175024",27019,96092 -"175025",27020,34514 -"175026",27020,35000 -"175027",27020,42107 -"175028",27020,54450 -"175029",27020,76686 -"175030",27020,77845 -"175031",27021,48743 -"175032",27021,67243 -"175033",27022,28724 -"175034",27022,35743 -"175035",27022,43095 -"175036",27023,29066 -"175037",27023,52119 -"175038",27023,91140 -"175039",27023,94158 -"175040",27023,101880 -"175041",27024,54264 -"175042",27025,38522 -"175043",27025,57466 -"175044",27025,77717 -"175045",27025,87364 -"175046",27025,110232 -"175047",27026,64401 -"175048",27027,27152 -"175049",27027,61065 -"175050",27027,61651 -"175051",27028,27194 -"175052",27028,80187 -"175053",27029,30477 -"175054",27029,32419 -"175055",27029,41629 -"175056",27029,45525 -"175057",27029,58803 -"175058",27030,27116 -"175059",27030,29737 -"175060",27031,27179 -"175061",27032,39943 -"175062",27032,39949 -"175063",27032,50358 -"175064",27032,94455 -"175065",27034,37653 -"175066",27036,36041 -"175067",27036,56631 -"175068",27036,57755 -"175069",27036,66375 -"175070",27036,66448 -"175071",27036,66520 -"175072",27036,66615 -"175073",27037,62423 -"175074",27038,49752 -"175075",27039,53891 -"175076",27039,59371 -"175077",27039,59936 -"175078",27039,69896 -"175079",27039,71118 -"175080",27039,92580 -"175081",27039,93322 -"175082",27039,121303 -"175083",27039,121881 -"175084",27040,38451 -"175085",27040,56448 -"175086",27040,57770 -"175087",27041,52484 -"175088",27041,68381 -"175089",27042,36498 -"175090",27042,37715 -"175091",27042,68513 -"175092",27043,41616 -"175093",27043,62180 -"175094",27043,83801 -"175095",27043,83859 -"175096",27044,49513 -"175097",27044,49697 -"175098",27044,55488 -"175099",27044,71219 -"175100",27044,73226 -"175101",27044,88810 -"175102",27044,101746 -"175103",27044,110732 -"175104",27044,110811 -"175105",27044,119688 -"175106",27045,29291 -"175107",27045,62231 -"175108",27045,64655 -"175109",27045,66650 -"175110",27045,68499 -"175111",27045,68634 -"175112",27045,71161 -"175113",27046,30451 -"175114",27047,27120 -"175115",27047,29834 -"175116",27047,29845 -"175117",27047,29882 -"175118",27047,29894 -"175119",27047,30007 -"175120",27047,31826 -"175121",27047,33360 -"175122",27047,37512 -"175123",27047,37576 -"175124",27047,44160 -"175125",27047,59114 -"175126",27047,59936 -"175127",27047,72096 -"175128",27047,76584 -"175129",27047,82735 -"175130",27047,84879 -"175131",27048,86503 -"175132",27049,28331 -"175133",27049,32424 -"175134",27050,68676 -"175135",27050,81043 -"175136",27051,41077 -"175137",27051,60355 -"175138",27051,108059 -"175139",27052,54465 -"175140",27053,48324 -"175141",27053,86982 -"175142",27053,115585 -"175143",27055,78294 -"175144",27055,95514 -"175145",27056,34489 -"175146",27056,67170 -"175147",27056,67171 -"175148",27056,76577 -"175149",27056,76727 -"175150",27056,76752 -"175151",27057,70250 -"175152",27058,33682 -"175153",27058,46647 -"175154",27058,48099 -"175155",27058,51939 -"175156",27058,64215 -"175157",27058,87985 -"175158",27058,99430 -"175159",27058,112285 -"175160",27058,112315 -"175161",27058,112316 -"175162",27058,112473 -"175163",27059,27202 -"175164",27059,30507 -"175165",27059,77653 -"175166",27059,83016 -"175167",27059,91959 -"175168",27059,91995 -"175169",27059,96970 -"175170",27061,33765 -"175171",27061,33955 -"175172",27061,37817 -"175173",27061,39266 -"175174",27061,39719 -"175175",27061,40334 -"175176",27061,45251 -"175177",27061,48345 -"175178",27061,63695 -"175179",27061,66335 -"175180",27061,67079 -"175181",27061,68406 -"175182",27061,69641 -"175183",27061,70629 -"175184",27061,71177 -"175185",27061,79972 -"175186",27061,82972 -"175187",27061,91379 -"175188",27061,91582 -"175189",27062,30942 -"175190",27062,33264 -"175191",27062,35042 -"175192",27062,35093 -"175193",27062,38162 -"175194",27062,75730 -"175195",27063,27111 -"175196",27063,27518 -"175197",27063,29078 -"175198",27063,30123 -"175199",27063,34978 -"175200",27063,46027 -"175201",27063,55435 -"175202",27063,55694 -"175203",27063,57675 -"175204",27063,61799 -"175205",27063,62844 -"175206",27063,64781 -"175207",27063,64995 -"175208",27063,67347 -"175209",27063,67361 -"175210",27064,39427 -"175211",27064,55730 -"175212",27064,74958 -"175213",27064,76295 -"175214",27064,77056 -"175215",27064,84808 -"175216",27064,93680 -"175217",27064,108578 -"175218",27064,110872 -"175219",27065,27165 -"175220",27067,73906 -"175221",27067,107087 -"175222",27068,44572 -"175223",27068,67929 -"175224",27069,30951 -"175225",27069,31097 -"175226",27069,77447 -"175227",27069,98424 -"175228",27069,98858 -"175229",27069,100477 -"175230",27069,101445 -"175231",27069,108413 -"175232",27069,112916 -"175233",27069,116493 -"175234",27070,47676 -"175235",27070,63185 -"175236",27070,74469 -"175237",27070,95480 -"175238",27071,27076 -"175239",27072,38908 -"175240",27072,44684 -"175241",27072,49348 -"175242",27072,77855 -"175243",27073,27118 -"175244",27073,35882 -"175245",27073,37496 -"175246",27073,38916 -"175247",27073,100591 -"175248",27074,27937 -"175249",27074,32508 -"175250",27074,41035 -"175251",27074,43311 -"175252",27074,87190 -"175253",27074,88304 -"175254",27076,42877 -"175255",27076,54924 -"175256",27076,99523 -"175257",27077,29482 -"175258",27077,35702 -"175259",27077,41451 -"175260",27077,44124 -"175261",27077,47133 -"175262",27077,47414 -"175263",27077,49106 -"175264",27077,57094 -"175265",27077,58898 -"175266",27077,59147 -"175267",27077,59237 -"175268",27077,59359 -"175269",27077,61563 -"175270",27077,61867 -"175271",27077,62007 -"175272",27077,62078 -"175273",27077,62375 -"175274",27077,62633 -"175275",27077,63395 -"175276",27077,64408 -"175277",27077,64418 -"175278",27077,64511 -"175279",27077,65230 -"175280",27077,66145 -"175281",27077,67503 -"175282",27077,67721 -"175283",27077,68816 -"175284",27077,68909 -"175285",27077,68938 -"175286",27077,69332 -"175287",27077,69681 -"175288",27077,70610 -"175289",27077,70611 -"175290",27077,70725 -"175291",27077,71211 -"175292",27077,71505 -"175293",27077,71887 -"175294",27078,27323 -"175295",27078,97796 -"175296",27079,30978 -"175297",27079,52067 -"175298",27079,68755 -"175299",27079,74773 -"175300",27079,75398 -"175301",27080,27540 -"175302",27080,42515 -"175303",27080,57026 -"175304",27080,108827 -"175305",27081,85054 -"175306",27081,85740 -"175307",27081,85746 -"175308",27081,98067 -"175309",27081,103846 -"175310",27082,30657 -"175311",27082,39747 -"175312",27082,56819 -"175313",27082,72016 -"175314",27083,50274 -"175315",27084,28173 -"175316",27084,34865 -"175317",27085,28124 -"175318",27085,47111 -"175319",27085,50347 -"175320",27085,65883 -"175321",27085,77305 -"175322",27085,81588 -"175323",27085,82442 -"175324",27085,89097 -"175325",27085,92220 -"175326",27085,96239 -"175327",27085,100430 -"175328",27085,104788 -"175329",27085,112329 -"175330",27087,27172 -"175331",27088,51869 -"175332",27089,27180 -"175333",27089,45937 -"175334",27089,61135 -"175335",27089,66903 -"175336",27090,27448 -"175337",27090,30995 -"175338",27090,31134 -"175339",27090,36651 -"175340",27090,37065 -"175341",27090,41446 -"175342",27090,43527 -"175343",27090,46532 -"175344",27090,49027 -"175345",27090,50663 -"175346",27090,58628 -"175347",27090,64503 -"175348",27090,92374 -"175349",27090,102672 -"175350",27091,102520 -"175351",27092,29117 -"175352",27092,29122 -"175353",27092,29730 -"175354",27092,43960 -"175355",27092,50256 -"175356",27092,58806 -"175357",27092,92873 -"175358",27092,102879 -"175359",27092,117769 -"175360",27093,87555 -"175361",27094,84312 -"175362",27095,43436 -"175363",27096,28829 -"175364",27096,51558 -"175365",27096,112299 -"175366",27098,56895 -"175367",27098,88489 -"175368",27099,29059 -"175369",27099,29086 -"175370",27099,61033 -"175371",27099,66995 -"175372",27099,66996 -"175373",27099,69250 -"175374",27099,112724 -"175375",27100,70586 -"175376",27100,87078 -"175377",27100,93490 -"175378",27100,95456 -"175379",27101,63747 -"175380",27101,99213 -"175381",27102,40820 -"175382",27102,53244 -"175383",27102,56141 -"175384",27103,27113 -"175385",27104,32418 -"175386",27104,36454 -"175387",27104,44588 -"175388",27104,75278 -"175389",27104,76356 -"175390",27104,81879 -"175391",27104,105134 -"175392",27104,105468 -"175393",27104,122503 -"175394",27104,123168 -"175395",27104,123190 -"175396",27105,27125 -"175397",27105,31742 -"175398",27105,34946 -"175399",27105,78089 -"175400",27105,80825 -"175401",27105,116854 -"175402",27106,27126 -"175403",27106,27159 -"175404",27106,27186 -"175405",27106,27203 -"175406",27106,64850 -"175407",27107,95576 -"175408",27108,27642 -"175409",27108,28861 -"175410",27108,29241 -"175411",27108,76503 -"175412",27108,77925 -"175413",27109,29381 -"175414",27109,29404 -"175415",27109,29433 -"175416",27109,34442 -"175417",27109,37543 -"175418",27109,69358 -"175419",27109,84223 -"175420",27109,84335 -"175421",27109,84344 -"175422",27110,65101 -"175423",27110,95498 -"175424",27110,96024 -"175425",27110,96057 -"175426",27111,27518 -"175427",27111,44480 -"175428",27111,46027 -"175429",27111,63950 -"175430",27111,65970 -"175431",27111,66074 -"175432",27111,66236 -"175433",27112,31703 -"175434",27112,39570 -"175435",27112,40028 -"175436",27112,40629 -"175437",27112,45352 -"175438",27112,53814 -"175439",27112,58918 -"175440",27112,59939 -"175441",27112,60878 -"175442",27112,68293 -"175443",27112,69072 -"175444",27112,70724 -"175445",27112,70781 -"175446",27112,79082 -"175447",27112,86159 -"175448",27112,110242 -"175449",27113,39683 -"175450",27114,27199 -"175451",27118,52019 -"175452",27118,55614 -"175453",27118,88469 -"175454",27118,101166 -"175455",27118,120210 -"175456",27119,27209 -"175457",27119,72999 -"175458",27119,89779 -"175459",27119,111990 -"175460",27119,112006 -"175461",27120,37576 -"175462",27120,65951 -"175463",27120,67254 -"175464",27120,69466 -"175465",27120,76584 -"175466",27121,29297 -"175467",27121,50764 -"175468",27121,53009 -"175469",27121,64596 -"175470",27121,70954 -"175471",27121,73116 -"175472",27121,94999 -"175473",27121,99840 -"175474",27121,110596 -"175475",27121,116314 -"175476",27122,62409 -"175477",27123,38094 -"175478",27123,62533 -"175479",27123,83917 -"175480",27123,84788 -"175481",27123,110576 -"175482",27124,30398 -"175483",27124,56165 -"175484",27124,59698 -"175485",27124,79940 -"175486",27124,81220 -"175487",27124,91592 -"175488",27125,64784 -"175489",27125,109421 -"175490",27125,112554 -"175491",27125,121861 -"175492",27125,121928 -"175493",27126,27159 -"175494",27126,27186 -"175495",27126,27203 -"175496",27127,27445 -"175497",27127,28326 -"175498",27127,32097 -"175499",27127,38919 -"175500",27127,41294 -"175501",27127,55550 -"175502",27127,63748 -"175503",27127,68934 -"175504",27127,87699 -"175505",27127,90294 -"175506",27127,90306 -"175507",27128,27302 -"175508",27128,27306 -"175509",27128,27709 -"175510",27128,27788 -"175511",27128,36789 -"175512",27128,38055 -"175513",27128,43182 -"175514",27128,48396 -"175515",27128,63237 -"175516",27128,65439 -"175517",27128,74318 -"175518",27128,76392 -"175519",27128,76999 -"175520",27128,86791 -"175521",27128,92265 -"175522",27128,92310 -"175523",27128,98611 -"175524",27128,98939 -"175525",27128,119663 -"175526",27128,122254 -"175527",27128,122266 -"175528",27129,98366 -"175529",27131,27328 -"175530",27132,58391 -"175531",27132,96577 -"175532",27134,89004 -"175533",27135,30534 -"175534",27135,59191 -"175535",27135,59979 -"175536",27135,82829 -"175537",27136,27169 -"175538",27136,62659 -"175539",27137,51022 -"175540",27137,51322 -"175541",27137,106228 -"175542",27137,106241 -"175543",27138,111626 -"175544",27138,117424 -"175545",27139,27216 -"175546",27139,27325 -"175547",27139,52456 -"175548",27139,59372 -"175549",27140,27166 -"175550",27140,90054 -"175551",27140,90204 -"175552",27141,112354 -"175553",27141,112372 -"175554",27143,27462 -"175555",27144,27190 -"175556",27144,31013 -"175557",27145,57254 -"175558",27145,75843 -"175559",27145,75933 -"175560",27146,28693 -"175561",27146,56778 -"175562",27146,74917 -"175563",27147,34898 -"175564",27147,43434 -"175565",27147,112887 -"175566",27147,118545 -"175567",27147,121360 -"175568",27149,29402 -"175569",27149,29770 -"175570",27149,40108 -"175571",27149,43853 -"175572",27149,55523 -"175573",27149,62280 -"175574",27150,28022 -"175575",27150,28380 -"175576",27150,31134 -"175577",27150,35369 -"175578",27150,37554 -"175579",27150,88253 -"175580",27150,92855 -"175581",27150,92923 -"175582",27150,113782 -"175583",27151,41074 -"175584",27151,55965 -"175585",27151,81469 -"175586",27151,102793 -"175587",27151,107188 -"175588",27151,115230 -"175589",27151,117425 -"175590",27152,35988 -"175591",27152,38763 -"175592",27152,48627 -"175593",27152,55605 -"175594",27152,61065 -"175595",27152,61651 -"175596",27152,62186 -"175597",27152,63986 -"175598",27152,71057 -"175599",27152,71264 -"175600",27152,71396 -"175601",27152,71409 -"175602",27152,71432 -"175603",27152,71442 -"175604",27153,43964 -"175605",27155,40721 -"175606",27155,77690 -"175607",27155,108327 -"175608",27156,34424 -"175609",27156,91051 -"175610",27157,64760 -"175611",27158,28735 -"175612",27158,46351 -"175613",27158,46483 -"175614",27158,47585 -"175615",27158,49089 -"175616",27158,55156 -"175617",27158,57184 -"175618",27158,57296 -"175619",27158,59301 -"175620",27158,62407 -"175621",27158,64181 -"175622",27158,65748 -"175623",27158,68569 -"175624",27158,73374 -"175625",27158,78416 -"175626",27158,78444 -"175627",27158,78541 -"175628",27158,78553 -"175629",27158,78563 -"175630",27158,78925 -"175631",27158,82262 -"175632",27158,88966 -"175633",27158,90643 -"175634",27158,92592 -"175635",27158,94027 -"175636",27158,100502 -"175637",27158,104967 -"175638",27158,105903 -"175639",27158,105988 -"175640",27159,27186 -"175641",27159,27203 -"175642",27161,67612 -"175643",27161,85930 -"175644",27162,27854 -"175645",27162,30153 -"175646",27162,34041 -"175647",27162,35040 -"175648",27162,50015 -"175649",27162,80426 -"175650",27162,113373 -"175651",27163,49125 -"175652",27163,83846 -"175653",27163,106011 -"175654",27163,106020 -"175655",27164,27792 -"175656",27164,28303 -"175657",27164,30898 -"175658",27164,31651 -"175659",27164,37893 -"175660",27164,48260 -"175661",27164,49370 -"175662",27164,63770 -"175663",27164,73283 -"175664",27164,73466 -"175665",27164,82203 -"175666",27164,82722 -"175667",27164,83574 -"175668",27164,86245 -"175669",27164,101391 -"175670",27164,109471 -"175671",27164,117587 -"175672",27164,119281 -"175673",27164,119341 -"175674",27165,27473 -"175675",27165,29855 -"175676",27165,32521 -"175677",27165,53476 -"175678",27165,64023 -"175679",27165,64292 -"175680",27165,64316 -"175681",27165,70529 -"175682",27165,89077 -"175683",27165,104989 -"175684",27165,105015 -"175685",27166,63607 -"175686",27167,30729 -"175687",27167,39107 -"175688",27168,60593 -"175689",27168,105635 -"175690",27168,117332 -"175691",27168,121048 -"175692",27169,41633 -"175693",27169,105146 -"175694",27170,92599 -"175695",27171,55219 -"175696",27172,62588 -"175697",27172,72431 -"175698",27172,76562 -"175699",27172,87845 -"175700",27172,89025 -"175701",27172,96729 -"175702",27173,33195 -"175703",27173,42433 -"175704",27173,76216 -"175705",27173,81142 -"175706",27174,27196 -"175707",27174,27710 -"175708",27174,28703 -"175709",27174,29253 -"175710",27174,29341 -"175711",27174,29560 -"175712",27174,29573 -"175713",27174,29868 -"175714",27174,32438 -"175715",27174,32967 -"175716",27174,33223 -"175717",27174,33881 -"175718",27174,34097 -"175719",27174,34330 -"175720",27174,34513 -"175721",27174,35400 -"175722",27174,36476 -"175723",27174,36547 -"175724",27174,36745 -"175725",27174,37821 -"175726",27174,37931 -"175727",27174,38319 -"175728",27174,39398 -"175729",27174,39492 -"175730",27174,40320 -"175731",27174,40373 -"175732",27174,40542 -"175733",27174,41182 -"175734",27174,42131 -"175735",27174,46843 -"175736",27174,48331 -"175737",27175,33569 -"175738",27175,50219 -"175739",27175,66860 -"175740",27175,73752 -"175741",27175,94840 -"175742",27175,94858 -"175743",27175,102546 -"175744",27175,108562 -"175745",27177,59745 -"175746",27178,57120 -"175747",27178,58721 -"175748",27178,85252 -"175749",27178,105363 -"175750",27179,28032 -"175751",27180,45012 -"175752",27180,48876 -"175753",27180,53944 -"175754",27180,65819 -"175755",27180,77036 -"175756",27180,102725 -"175757",27180,106493 -"175758",27181,28360 -"175759",27181,28407 -"175760",27181,28435 -"175761",27181,29107 -"175762",27181,70697 -"175763",27181,72126 -"175764",27181,88808 -"175765",27181,100076 -"175766",27182,27183 -"175767",27182,31783 -"175768",27182,94001 -"175769",27182,97636 -"175770",27183,66863 -"175771",27183,104986 -"175772",27184,27776 -"175773",27185,35794 -"175774",27185,107070 -"175775",27186,27203 -"175776",27187,27205 -"175777",27187,31767 -"175778",27187,42705 -"175779",27187,44005 -"175780",27187,44581 -"175781",27187,45506 -"175782",27187,46071 -"175783",27187,51299 -"175784",27187,52924 -"175785",27187,78032 -"175786",27187,84434 -"175787",27187,122076 -"175788",27188,40799 -"175789",27188,44558 -"175790",27189,28204 -"175791",27189,57067 -"175792",27189,85193 -"175793",27189,108592 -"175794",27189,111116 -"175795",27189,112085 -"175796",27189,115959 -"175797",27190,27323 -"175798",27190,30329 -"175799",27190,31417 -"175800",27190,37043 -"175801",27190,52181 -"175802",27190,64043 -"175803",27190,67556 -"175804",27190,82893 -"175805",27190,89595 -"175806",27190,97111 -"175807",27190,104603 -"175808",27191,50636 -"175809",27191,120634 -"175810",27192,35914 -"175811",27192,37142 -"175812",27192,40727 -"175813",27192,42920 -"175814",27192,52083 -"175815",27192,58872 -"175816",27192,59178 -"175817",27192,60029 -"175818",27192,75815 -"175819",27192,80966 -"175820",27192,94109 -"175821",27193,32138 -"175822",27193,43294 -"175823",27193,48427 -"175824",27193,53942 -"175825",27193,59118 -"175826",27193,108432 -"175827",27195,29263 -"175828",27195,29930 -"175829",27195,39505 -"175830",27195,40290 -"175831",27195,49739 -"175832",27195,55726 -"175833",27195,56232 -"175834",27195,65609 -"175835",27195,85631 -"175836",27196,27710 -"175837",27196,28703 -"175838",27196,29253 -"175839",27196,29341 -"175840",27196,29560 -"175841",27196,29573 -"175842",27196,29868 -"175843",27196,32438 -"175844",27196,32967 -"175845",27196,33223 -"175846",27196,33881 -"175847",27196,34097 -"175848",27196,34330 -"175849",27196,34513 -"175850",27196,35400 -"175851",27196,36476 -"175852",27196,36547 -"175853",27196,36745 -"175854",27196,37821 -"175855",27196,37931 -"175856",27196,38319 -"175857",27196,39398 -"175858",27196,39492 -"175859",27196,40320 -"175860",27196,40373 -"175861",27196,40542 -"175862",27196,41182 -"175863",27196,42131 -"175864",27196,46843 -"175865",27196,48331 -"175866",27197,38533 -"175867",27197,56558 -"175868",27197,58661 -"175869",27197,94288 -"175870",27197,113155 -"175871",27199,76587 -"175872",27200,88063 -"175873",27200,88070 -"175874",27201,91476 -"175875",27201,117514 -"175876",27202,77653 -"175877",27202,83016 -"175878",27202,93079 -"175879",27204,95085 -"175880",27206,59943 -"175881",27207,34649 -"175882",27207,69022 -"175883",27208,116613 -"175884",27210,66175 -"175885",27210,102209 -"175886",27210,111023 -"175887",27210,111692 -"175888",27210,113027 -"175889",27211,27592 -"175890",27211,49246 -"175891",27211,65150 -"175892",27211,115691 -"175893",27212,41167 -"175894",27213,87206 -"175895",27213,94532 -"175896",27213,110590 -"175897",27214,30386 -"175898",27214,62898 -"175899",27214,86256 -"175900",27215,29530 -"175901",27215,69369 -"175902",27217,37897 -"175903",27217,105738 -"175904",27218,84608 -"175905",27218,85851 -"175906",27219,40707 -"175907",27219,59955 -"175908",27219,81321 -"175909",27219,83704 -"175910",27219,91875 -"175911",27220,44164 -"175912",27220,83493 -"175913",27221,32120 -"175914",27221,48836 -"175915",27221,49274 -"175916",27221,50954 -"175917",27221,71172 -"175918",27221,75869 -"175919",27221,116196 -"175920",27222,27453 -"175921",27222,28904 -"175922",27222,37235 -"175923",27222,41197 -"175924",27222,53626 -"175925",27222,60494 -"175926",27222,69639 -"175927",27222,69719 -"175928",27222,79451 -"175929",27223,52069 -"175930",27224,29884 -"175931",27224,58163 -"175932",27224,70454 -"175933",27224,96013 -"175934",27224,96149 -"175935",27224,102057 -"175936",27224,104164 -"175937",27224,106469 -"175938",27226,34006 -"175939",27226,34048 -"175940",27226,34124 -"175941",27226,38467 -"175942",27226,81657 -"175943",27226,92471 -"175944",27226,92505 -"175945",27226,111265 -"175946",27227,50397 -"175947",27228,34762 -"175948",27228,84825 -"175949",27229,92841 -"175950",27230,54148 -"175951",27231,31244 -"175952",27231,44598 -"175953",27231,53681 -"175954",27231,90154 -"175955",27231,97349 -"175956",27231,105872 -"175957",27231,122092 -"175958",27232,57107 -"175959",27232,91894 -"175960",27232,91938 -"175961",27232,104052 -"175962",27233,27263 -"175963",27233,27318 -"175964",27234,27235 -"175965",27234,27331 -"175966",27234,27408 -"175967",27234,27461 -"175968",27234,31324 -"175969",27234,108133 -"175970",27235,27331 -"175971",27235,27408 -"175972",27235,27461 -"175973",27235,58761 -"175974",27235,62536 -"175975",27235,81923 -"175976",27235,89695 -"175977",27235,98763 -"175978",27235,107102 -"175979",27236,30173 -"175980",27236,97040 -"175981",27237,27244 -"175982",27237,27702 -"175983",27237,27734 -"175984",27237,27834 -"175985",27238,42057 -"175986",27238,48051 -"175987",27238,71013 -"175988",27238,102391 -"175989",27239,34302 -"175990",27239,108877 -"175991",27240,43474 -"175992",27240,44089 -"175993",27240,44516 -"175994",27240,69489 -"175995",27240,69506 -"175996",27240,69507 -"175997",27241,27303 -"175998",27241,35544 -"175999",27241,35718 -"176000",27241,36813 -"176001",27241,72579 -"176002",27241,108552 -"176003",27242,27342 -"176004",27242,32951 -"176005",27242,41613 -"176006",27242,67678 -"176007",27242,77204 -"176008",27242,111308 -"176009",27242,122295 -"176010",27243,32767 -"176011",27243,35376 -"176012",27243,41322 -"176013",27243,74320 -"176014",27243,77108 -"176015",27244,27702 -"176016",27244,27734 -"176017",27244,27834 -"176018",27245,87974 -"176019",27246,29446 -"176020",27246,30246 -"176021",27247,99515 -"176022",27247,104242 -"176023",27248,27424 -"176024",27248,57697 -"176025",27249,72572 -"176026",27250,43781 -"176027",27251,75421 -"176028",27251,118377 -"176029",27252,34350 -"176030",27252,40251 -"176031",27252,72531 -"176032",27252,88816 -"176033",27252,91148 -"176034",27252,96946 -"176035",27252,96947 -"176036",27252,96948 -"176037",27252,96949 -"176038",27252,96950 -"176039",27252,96951 -"176040",27252,96958 -"176041",27252,96959 -"176042",27252,97007 -"176043",27253,31033 -"176044",27254,27502 -"176045",27254,37905 -"176046",27254,43164 -"176047",27254,44854 -"176048",27254,45480 -"176049",27254,47973 -"176050",27254,48918 -"176051",27254,53373 -"176052",27254,53523 -"176053",27254,60434 -"176054",27254,61791 -"176055",27254,63281 -"176056",27254,64587 -"176057",27254,91734 -"176058",27255,28893 -"176059",27255,32339 -"176060",27255,38310 -"176061",27255,52225 -"176062",27255,56570 -"176063",27255,60832 -"176064",27255,65934 -"176065",27255,67499 -"176066",27255,78054 -"176067",27255,84217 -"176068",27255,86133 -"176069",27255,91978 -"176070",27255,99527 -"176071",27256,27286 -"176072",27256,27466 -"176073",27256,30461 -"176074",27256,49373 -"176075",27256,96114 -"176076",27256,96170 -"176077",27256,105872 -"176078",27256,107636 -"176079",27256,110661 -"176080",27257,27403 -"176081",27258,89331 -"176082",27259,44772 -"176083",27260,36374 -"176084",27260,37758 -"176085",27260,43135 -"176086",27260,44068 -"176087",27260,45958 -"176088",27260,50588 -"176089",27260,79881 -"176090",27261,31683 -"176091",27261,31693 -"176092",27261,35251 -"176093",27261,40805 -"176094",27261,46846 -"176095",27261,58463 -"176096",27261,69091 -"176097",27261,78998 -"176098",27261,86219 -"176099",27261,86224 -"176100",27261,98793 -"176101",27261,102124 -"176102",27261,108124 -"176103",27262,42454 -"176104",27262,44148 -"176105",27262,51362 -"176106",27263,27318 -"176107",27263,29018 -"176108",27263,31753 -"176109",27263,41077 -"176110",27263,50766 -"176111",27263,54372 -"176112",27263,105318 -"176113",27263,105324 -"176114",27263,105358 -"176115",27264,27446 -"176116",27264,39193 -"176117",27265,27405 -"176118",27265,27904 -"176119",27265,53664 -"176120",27265,53665 -"176121",27266,27267 -"176122",27267,31897 -"176123",27267,32070 -"176124",27267,40561 -"176125",27267,46568 -"176126",27267,50659 -"176127",27267,54737 -"176128",27267,56168 -"176129",27267,60644 -"176130",27267,60846 -"176131",27267,66017 -"176132",27267,69291 -"176133",27267,78073 -"176134",27267,79331 -"176135",27267,79710 -"176136",27267,79711 -"176137",27267,79720 -"176138",27267,79725 -"176139",27267,79738 -"176140",27267,79748 -"176141",27267,79750 -"176142",27267,79754 -"176143",27267,79758 -"176144",27267,79760 -"176145",27267,79771 -"176146",27267,79780 -"176147",27267,79781 -"176148",27267,79803 -"176149",27267,86178 -"176150",27267,95386 -"176151",27268,27308 -"176152",27268,27367 -"176153",27268,27441 -"176154",27269,27324 -"176155",27269,27327 -"176156",27269,28434 -"176157",27270,27443 -"176158",27270,38632 -"176159",27271,27309 -"176160",27271,27709 -"176161",27271,33710 -"176162",27271,48915 -"176163",27271,54630 -"176164",27271,99638 -"176165",27272,60452 -"176166",27273,83331 -"176167",27273,83374 -"176168",27274,27418 -"176169",27275,27332 -"176170",27275,27388 -"176171",27275,27390 -"176172",27275,43480 -"176173",27275,52735 -"176174",27275,57495 -"176175",27277,86837 -"176176",27278,27392 -"176177",27278,27885 -"176178",27278,29050 -"176179",27278,34598 -"176180",27278,35705 -"176181",27278,49019 -"176182",27278,51396 -"176183",27278,51575 -"176184",27278,55763 -"176185",27278,56700 -"176186",27278,82848 -"176187",27278,87712 -"176188",27278,89590 -"176189",27278,90492 -"176190",27278,111098 -"176191",27279,52150 -"176192",27280,27391 -"176193",27280,33413 -"176194",27280,45435 -"176195",27280,46349 -"176196",27282,27428 -"176197",27282,43649 -"176198",27282,44827 -"176199",27282,47106 -"176200",27282,53594 -"176201",27282,62291 -"176202",27283,27397 -"176203",27285,33582 -"176204",27286,33002 -"176205",27286,34041 -"176206",27286,43049 -"176207",27286,49642 -"176208",27286,68919 -"176209",27286,80124 -"176210",27286,87923 -"176211",27286,87937 -"176212",27286,96114 -"176213",27286,96170 -"176214",27288,51537 -"176215",27288,71476 -"176216",27288,82648 -"176217",27288,95499 -"176218",27289,29594 -"176219",27289,30503 -"176220",27289,30504 -"176221",27289,94213 -"176222",27290,27383 -"176223",27290,27427 -"176224",27291,27465 -"176225",27292,29589 -"176226",27292,32762 -"176227",27292,33581 -"176228",27292,42282 -"176229",27292,68210 -"176230",27292,73129 -"176231",27293,52154 -"176232",27293,81010 -"176233",27293,102668 -"176234",27293,110535 -"176235",27293,114130 -"176236",27293,114394 -"176237",27294,70081 -"176238",27294,70473 -"176239",27294,122361 -"176240",27295,37111 -"176241",27295,58508 -"176242",27296,27328 -"176243",27296,88329 -"176244",27296,88335 -"176245",27296,88436 -"176246",27296,118421 -"176247",27297,27401 -"176248",27297,27413 -"176249",27297,63425 -"176250",27297,63969 -"176251",27297,66168 -"176252",27297,83907 -"176253",27297,112090 -"176254",27297,119794 -"176255",27298,27758 -"176256",27299,27314 -"176257",27299,27673 -"176258",27300,27352 -"176259",27300,29680 -"176260",27300,62615 -"176261",27301,27893 -"176262",27301,80840 -"176263",27302,27306 -"176264",27302,36514 -"176265",27302,36789 -"176266",27302,45423 -"176267",27302,51350 -"176268",27302,60905 -"176269",27302,63237 -"176270",27302,65439 -"176271",27302,74318 -"176272",27302,76392 -"176273",27302,76999 -"176274",27302,92265 -"176275",27302,92310 -"176276",27302,98611 -"176277",27302,98939 -"176278",27302,119663 -"176279",27303,45316 -"176280",27304,40173 -"176281",27304,42032 -"176282",27304,78007 -"176283",27304,85843 -"176284",27304,88849 -"176285",27304,94235 -"176286",27304,102615 -"176287",27304,114120 -"176288",27304,114804 -"176289",27305,62613 -"176290",27306,36789 -"176291",27306,43487 -"176292",27306,63237 -"176293",27306,65439 -"176294",27306,74318 -"176295",27306,74744 -"176296",27306,76392 -"176297",27306,92265 -"176298",27306,92310 -"176299",27306,119663 -"176300",27306,120325 -"176301",27307,27378 -"176302",27307,27447 -"176303",27307,27499 -"176304",27308,27367 -"176305",27308,27441 -"176306",27308,41586 -"176307",27308,71666 -"176308",27308,77622 -"176309",27308,77623 -"176310",27309,27709 -"176311",27309,37620 -"176312",27310,27311 -"176313",27310,37060 -"176314",27310,62673 -"176315",27310,96110 -"176316",27311,35436 -"176317",27311,35835 -"176318",27311,39375 -"176319",27311,59509 -"176320",27311,60905 -"176321",27311,62094 -"176322",27311,63817 -"176323",27311,72251 -"176324",27311,73266 -"176325",27311,74183 -"176326",27311,86315 -"176327",27311,104124 -"176328",27311,111226 -"176329",27311,117932 -"176330",27311,120444 -"176331",27312,33676 -"176332",27312,37651 -"176333",27312,42316 -"176334",27312,47343 -"176335",27312,65283 -"176336",27313,79011 -"176337",27313,84256 -"176338",27313,92552 -"176339",27314,33853 -"176340",27315,28221 -"176341",27315,28312 -"176342",27315,30114 -"176343",27315,37206 -"176344",27315,44601 -"176345",27315,53651 -"176346",27315,53693 -"176347",27315,56493 -"176348",27315,56593 -"176349",27315,56654 -"176350",27315,57251 -"176351",27315,62964 -"176352",27315,63877 -"176353",27315,73262 -"176354",27316,55969 -"176355",27316,100646 -"176356",27317,42044 -"176357",27317,42564 -"176358",27317,47340 -"176359",27317,49947 -"176360",27317,50081 -"176361",27317,57053 -"176362",27317,58641 -"176363",27317,62028 -"176364",27317,64204 -"176365",27317,89830 -"176366",27317,104975 -"176367",27317,111602 -"176368",27317,114325 -"176369",27317,116824 -"176370",27317,121643 -"176371",27319,33342 -"176372",27319,43649 -"176373",27319,50646 -"176374",27319,51376 -"176375",27319,90861 -"176376",27320,27861 -"176377",27320,39482 -"176378",27320,45685 -"176379",27320,55449 -"176380",27320,60506 -"176381",27320,63644 -"176382",27320,76394 -"176383",27320,99660 -"176384",27320,99671 -"176385",27320,99674 -"176386",27320,113798 -"176387",27322,33369 -"176388",27322,33475 -"176389",27322,42857 -"176390",27322,46091 -"176391",27322,50701 -"176392",27322,50815 -"176393",27322,51568 -"176394",27322,51671 -"176395",27322,55268 -"176396",27322,62601 -"176397",27322,63015 -"176398",27323,64043 -"176399",27323,76943 -"176400",27323,97111 -"176401",27324,27327 -"176402",27325,47824 -"176403",27326,35308 -"176404",27326,69306 -"176405",27326,118206 -"176406",27328,76147 -"176407",27328,91851 -"176408",27328,114019 -"176409",27328,114077 -"176410",27329,27346 -"176411",27329,27353 -"176412",27329,27716 -"176413",27329,27832 -"176414",27330,27341 -"176415",27331,27408 -"176416",27331,27461 -"176417",27331,28856 -"176418",27331,31943 -"176419",27331,95471 -"176420",27331,108133 -"176421",27331,116246 -"176422",27331,116253 -"176423",27332,27388 -"176424",27332,27390 -"176425",27333,32522 -"176426",27334,31122 -"176427",27334,42959 -"176428",27335,42126 -"176429",27335,43919 -"176430",27336,95717 -"176431",27337,44684 -"176432",27337,73637 -"176433",27337,77855 -"176434",27337,96678 -"176435",27337,98211 -"176436",27338,77778 -"176437",27338,83038 -"176438",27339,27991 -"176439",27339,36299 -"176440",27339,43135 -"176441",27339,59049 -"176442",27339,78214 -"176443",27340,27476 -"176444",27344,34370 -"176445",27344,43918 -"176446",27344,46961 -"176447",27344,119080 -"176448",27345,45747 -"176449",27345,51813 -"176450",27345,55169 -"176451",27345,104265 -"176452",27345,112908 -"176453",27345,115895 -"176454",27345,116813 -"176455",27346,27353 -"176456",27346,27716 -"176457",27346,27832 -"176458",27347,27837 -"176459",27347,28114 -"176460",27348,79080 -"176461",27348,122109 -"176462",27349,48551 -"176463",27349,58575 -"176464",27350,30365 -"176465",27350,45463 -"176466",27350,74140 -"176467",27350,77021 -"176468",27350,80232 -"176469",27350,80255 -"176470",27350,82652 -"176471",27350,89458 -"176472",27350,95776 -"176473",27350,96188 -"176474",27350,96197 -"176475",27351,34105 -"176476",27351,92752 -"176477",27353,27716 -"176478",27353,27832 -"176479",27355,28934 -"176480",27355,34158 -"176481",27355,40095 -"176482",27355,40668 -"176483",27355,41491 -"176484",27355,48328 -"176485",27355,52579 -"176486",27355,64507 -"176487",27355,70862 -"176488",27355,111654 -"176489",27356,61116 -"176490",27357,28249 -"176491",27357,34468 -"176492",27357,39983 -"176493",27357,44326 -"176494",27357,45310 -"176495",27357,55362 -"176496",27357,69966 -"176497",27358,42296 -"176498",27358,111022 -"176499",27359,28012 -"176500",27359,28418 -"176501",27359,28463 -"176502",27359,30558 -"176503",27359,50613 -"176504",27359,57617 -"176505",27359,66094 -"176506",27359,68060 -"176507",27359,73274 -"176508",27360,27440 -"176509",27360,34213 -"176510",27360,35415 -"176511",27360,35879 -"176512",27360,42990 -"176513",27360,59365 -"176514",27360,67370 -"176515",27360,67391 -"176516",27360,67436 -"176517",27360,67460 -"176518",27360,67462 -"176519",27360,67605 -"176520",27360,67672 -"176521",27361,34411 -"176522",27361,56746 -"176523",27361,74882 -"176524",27361,105313 -"176525",27363,34204 -"176526",27363,94203 -"176527",27364,79954 -"176528",27365,54100 -"176529",27366,27430 -"176530",27367,27441 -"176531",27368,57938 -"176532",27368,78579 -"176533",27369,39009 -"176534",27369,39671 -"176535",27369,39672 -"176536",27369,39709 -"176537",27369,45366 -"176538",27369,46124 -"176539",27369,84149 -"176540",27369,87056 -"176541",27370,27467 -"176542",27371,29490 -"176543",27372,28293 -"176544",27372,44726 -"176545",27372,60193 -"176546",27372,66784 -"176547",27372,66803 -"176548",27372,70543 -"176549",27373,51968 -"176550",27374,43180 -"176551",27374,53076 -"176552",27375,35287 -"176553",27375,40906 -"176554",27375,72520 -"176555",27375,77449 -"176556",27375,78488 -"176557",27376,65386 -"176558",27377,49046 -"176559",27377,54274 -"176560",27377,75987 -"176561",27377,81272 -"176562",27377,101993 -"176563",27378,27447 -"176564",27378,27499 -"176565",27378,34707 -"176566",27378,49359 -"176567",27378,99302 -"176568",27379,61623 -"176569",27379,81490 -"176570",27380,52569 -"176571",27380,53423 -"176572",27380,53716 -"176573",27380,56426 -"176574",27380,62480 -"176575",27380,71593 -"176576",27380,97885 -"176577",27382,62477 -"176578",27382,77967 -"176579",27382,80549 -"176580",27382,113206 -"176581",27382,123024 -"176582",27382,123027 -"176583",27383,27427 -"176584",27383,35536 -"176585",27383,64488 -"176586",27383,67480 -"176587",27383,114128 -"176588",27384,49222 -"176589",27385,27386 -"176590",27385,27818 -"176591",27386,27818 -"176592",27387,41491 -"176593",27387,46774 -"176594",27387,51712 -"176595",27387,74162 -"176596",27388,27390 -"176597",27389,30889 -"176598",27389,49304 -"176599",27389,70029 -"176600",27389,71028 -"176601",27389,84153 -"176602",27389,85278 -"176603",27389,95015 -"176604",27389,95152 -"176605",27389,97712 -"176606",27389,115999 -"176607",27389,118008 -"176608",27389,118541 -"176609",27389,119173 -"176610",27389,119221 -"176611",27390,37841 -"176612",27390,42802 -"176613",27390,48482 -"176614",27390,52945 -"176615",27390,57638 -"176616",27390,85309 -"176617",27390,90765 -"176618",27390,114496 -"176619",27391,34585 -"176620",27391,43321 -"176621",27391,55457 -"176622",27391,74289 -"176623",27391,75722 -"176624",27391,83923 -"176625",27391,85550 -"176626",27392,35705 -"176627",27393,36588 -"176628",27393,43443 -"176629",27394,32556 -"176630",27394,32680 -"176631",27394,32682 -"176632",27394,33757 -"176633",27394,97517 -"176634",27394,106448 -"176635",27395,72203 -"176636",27396,37972 -"176637",27396,92096 -"176638",27396,99540 -"176639",27397,28566 -"176640",27397,35854 -"176641",27397,41998 -"176642",27397,43794 -"176643",27399,28637 -"176644",27399,87729 -"176645",27400,50319 -"176646",27401,27413 -"176647",27401,28328 -"176648",27401,53016 -"176649",27401,57710 -"176650",27402,49615 -"176651",27402,50699 -"176652",27402,50866 -"176653",27402,67332 -"176654",27402,67333 -"176655",27403,29492 -"176656",27403,42108 -"176657",27403,46569 -"176658",27404,27530 -"176659",27405,27904 -"176660",27405,31377 -"176661",27405,50638 -"176662",27405,72218 -"176663",27406,68376 -"176664",27407,41831 -"176665",27407,52612 -"176666",27407,85752 -"176667",27407,105654 -"176668",27407,115555 -"176669",27408,27461 -"176670",27409,37052 -"176671",27409,39097 -"176672",27409,44156 -"176673",27409,48431 -"176674",27409,56414 -"176675",27409,56523 -"176676",27409,60114 -"176677",27409,65654 -"176678",27409,65675 -"176679",27409,65710 -"176680",27409,65751 -"176681",27409,68641 -"176682",27410,27423 -"176683",27410,27656 -"176684",27410,58943 -"176685",27410,79018 -"176686",27410,106480 -"176687",27411,27629 -"176688",27411,68002 -"176689",27412,30116 -"176690",27412,33137 -"176691",27412,33567 -"176692",27412,36403 -"176693",27412,51230 -"176694",27412,51879 -"176695",27412,57133 -"176696",27412,67792 -"176697",27412,69198 -"176698",27412,81648 -"176699",27412,82932 -"176700",27412,88817 -"176701",27412,88821 -"176702",27412,92417 -"176703",27412,122272 -"176704",27414,42903 -"176705",27414,64840 -"176706",27416,44789 -"176707",27416,50092 -"176708",27416,55060 -"176709",27416,63146 -"176710",27416,79703 -"176711",27416,82961 -"176712",27416,87267 -"176713",27416,121621 -"176714",27418,58261 -"176715",27419,30403 -"176716",27419,35783 -"176717",27420,94788 -"176718",27420,100978 -"176719",27421,62261 -"176720",27421,88681 -"176721",27421,105039 -"176722",27421,120241 -"176723",27421,120307 -"176724",27421,120308 -"176725",27421,122992 -"176726",27422,34483 -"176727",27422,34596 -"176728",27422,47759 -"176729",27422,95658 -"176730",27422,103093 -"176731",27422,112024 -"176732",27423,27656 -"176733",27423,29643 -"176734",27423,34501 -"176735",27423,38177 -"176736",27423,79558 -"176737",27423,81863 -"176738",27423,82796 -"176739",27423,95848 -"176740",27423,96711 -"176741",27425,33814 -"176742",27425,36454 -"176743",27425,37348 -"176744",27425,78839 -"176745",27425,85356 -"176746",27425,86852 -"176747",27426,49976 -"176748",27426,63329 -"176749",27426,73051 -"176750",27426,81448 -"176751",27426,90070 -"176752",27426,94943 -"176753",27426,99772 -"176754",27426,106784 -"176755",27426,106796 -"176756",27427,39291 -"176757",27428,48736 -"176758",27428,62820 -"176759",27429,49916 -"176760",27429,68374 -"176761",27430,47180 -"176762",27430,71491 -"176763",27430,107876 -"176764",27431,40776 -"176765",27432,27631 -"176766",27432,29800 -"176767",27432,57600 -"176768",27433,38119 -"176769",27433,52717 -"176770",27433,71728 -"176771",27433,71745 -"176772",27434,27435 -"176773",27434,30456 -"176774",27434,40874 -"176775",27434,46655 -"176776",27434,55285 -"176777",27434,58183 -"176778",27434,74588 -"176779",27434,94134 -"176780",27436,34168 -"176781",27436,55714 -"176782",27437,54542 -"176783",27437,84461 -"176784",27437,93262 -"176785",27438,81696 -"176786",27439,29676 -"176787",27439,31985 -"176788",27439,32008 -"176789",27440,42990 -"176790",27440,67436 -"176791",27440,67460 -"176792",27440,67462 -"176793",27441,42955 -"176794",27442,29346 -"176795",27442,40379 -"176796",27442,94817 -"176797",27442,95004 -"176798",27443,81481 -"176799",27444,38961 -"176800",27444,122651 -"176801",27445,28325 -"176802",27445,28326 -"176803",27445,32097 -"176804",27445,37419 -"176805",27445,38919 -"176806",27445,50866 -"176807",27445,55550 -"176808",27445,60302 -"176809",27445,63748 -"176810",27445,70321 -"176811",27445,77404 -"176812",27445,79204 -"176813",27445,79616 -"176814",27445,87699 -"176815",27445,90294 -"176816",27445,90306 -"176817",27446,95287 -"176818",27446,95331 -"176819",27447,27499 -"176820",27448,27449 -"176821",27448,30995 -"176822",27448,41446 -"176823",27448,46532 -"176824",27448,50108 -"176825",27448,90692 -"176826",27448,102672 -"176827",27449,44224 -"176828",27449,86816 -"176829",27451,29202 -"176830",27451,29845 -"176831",27451,35436 -"176832",27451,39712 -"176833",27451,41111 -"176834",27451,45727 -"176835",27451,77337 -"176836",27451,94583 -"176837",27451,111356 -"176838",27452,27463 -"176839",27452,42909 -"176840",27452,61104 -"176841",27453,27989 -"176842",27453,54775 -"176843",27453,58655 -"176844",27453,83951 -"176845",27454,27455 -"176846",27454,39062 -"176847",27454,40331 -"176848",27454,48584 -"176849",27454,52249 -"176850",27454,52302 -"176851",27454,54121 -"176852",27454,60614 -"176853",27454,89982 -"176854",27454,94397 -"176855",27454,101761 -"176856",27455,28893 -"176857",27457,30131 -"176858",27459,80794 -"176859",27460,32336 -"176860",27460,45888 -"176861",27460,55570 -"176862",27460,56740 -"176863",27460,89170 -"176864",27460,91884 -"176865",27460,102465 -"176866",27461,31935 -"176867",27462,51011 -"176868",27463,32988 -"176869",27463,33801 -"176870",27463,37664 -"176871",27463,37973 -"176872",27463,42909 -"176873",27463,43708 -"176874",27463,53688 -"176875",27463,58379 -"176876",27463,58432 -"176877",27463,76511 -"176878",27463,79063 -"176879",27463,80055 -"176880",27463,80625 -"176881",27463,84194 -"176882",27463,85442 -"176883",27463,99207 -"176884",27464,82300 -"176885",27464,106472 -"176886",27465,37510 -"176887",27465,49916 -"176888",27465,62474 -"176889",27465,69073 -"176890",27466,70050 -"176891",27466,110661 -"176892",27467,33395 -"176893",27467,39443 -"176894",27467,42480 -"176895",27467,42948 -"176896",27467,45725 -"176897",27467,50449 -"176898",27467,60536 -"176899",27467,67137 -"176900",27467,67304 -"176901",27467,81737 -"176902",27467,121135 -"176903",27468,38808 -"176904",27468,43839 -"176905",27468,55173 -"176906",27469,50086 -"176907",27469,74750 -"176908",27469,89880 -"176909",27469,90475 -"176910",27469,104994 -"176911",27469,105022 -"176912",27470,27603 -"176913",27470,35507 -"176914",27470,35645 -"176915",27470,61468 -"176916",27471,27627 -"176917",27471,51675 -"176918",27471,81355 -"176919",27471,120678 -"176920",27472,27473 -"176921",27472,27590 -"176922",27473,27590 -"176923",27473,34708 -"176924",27473,69909 -"176925",27473,75115 -"176926",27473,112621 -"176927",27474,81229 -"176928",27474,92883 -"176929",27474,109521 -"176930",27476,40948 -"176931",27476,46959 -"176932",27476,52049 -"176933",27477,60615 -"176934",27478,31085 -"176935",27478,38048 -"176936",27478,38078 -"176937",27478,40136 -"176938",27478,46681 -"176939",27478,53031 -"176940",27478,53635 -"176941",27478,56122 -"176942",27478,71434 -"176943",27479,41451 -"176944",27479,61241 -"176945",27480,27546 -"176946",27480,27608 -"176947",27480,28173 -"176948",27480,43792 -"176949",27480,65700 -"176950",27481,28678 -"176951",27481,62292 -"176952",27481,85186 -"176953",27481,89384 -"176954",27481,115913 -"176955",27482,32008 -"176956",27482,32267 -"176957",27482,34711 -"176958",27482,35385 -"176959",27482,44729 -"176960",27482,45727 -"176961",27482,64938 -"176962",27482,65508 -"176963",27482,76484 -"176964",27482,88583 -"176965",27482,90057 -"176966",27482,105722 -"176967",27483,46732 -"176968",27483,49606 -"176969",27483,59557 -"176970",27484,35188 -"176971",27484,39755 -"176972",27485,27538 -"176973",27485,27677 -"176974",27485,43940 -"176975",27485,53959 -"176976",27485,72061 -"176977",27485,95366 -"176978",27485,95473 -"176979",27486,27565 -"176980",27486,43705 -"176981",27486,116865 -"176982",27487,31091 -"176983",27487,34252 -"176984",27487,34273 -"176985",27487,34284 -"176986",27487,34317 -"176987",27487,81688 -"176988",27487,82515 -"176989",27488,30332 -"176990",27489,27541 -"176991",27489,31957 -"176992",27489,38267 -"176993",27489,45748 -"176994",27489,47435 -"176995",27489,52942 -"176996",27489,68998 -"176997",27489,110242 -"176998",27490,27533 -"176999",27490,27542 -"177000",27490,27580 -"177001",27490,27947 -"177002",27490,28371 -"177003",27490,28915 -"177004",27490,29624 -"177005",27491,30041 -"177006",27491,61125 -"177007",27491,80410 -"177008",27491,82396 -"177009",27491,89769 -"177010",27491,120838 -"177011",27492,36542 -"177012",27492,43298 -"177013",27492,54162 -"177014",27492,77788 -"177015",27492,79974 -"177016",27492,81274 -"177017",27492,93240 -"177018",27492,99484 -"177019",27492,106739 -"177020",27492,120798 -"177021",27493,35938 -"177022",27495,54304 -"177023",27495,98925 -"177024",27495,105417 -"177025",27495,105782 -"177026",27496,70153 -"177027",27496,99177 -"177028",27496,100987 -"177029",27497,27586 -"177030",27497,35673 -"177031",27497,45870 -"177032",27497,56082 -"177033",27497,57710 -"177034",27497,60320 -"177035",27497,61920 -"177036",27497,84402 -"177037",27497,104131 -"177038",27497,105283 -"177039",27498,69837 -"177040",27498,79800 -"177041",27498,118438 -"177042",27498,120126 -"177043",27498,120150 -"177044",27500,41581 -"177045",27500,50581 -"177046",27500,67623 -"177047",27500,76623 -"177048",27500,76972 -"177049",27501,45224 -"177050",27501,53881 -"177051",27501,63711 -"177052",27501,89675 -"177053",27501,90211 -"177054",27501,91492 -"177055",27501,91523 -"177056",27501,91553 -"177057",27504,36078 -"177058",27504,40505 -"177059",27504,46783 -"177060",27504,53697 -"177061",27504,55315 -"177062",27504,57448 -"177063",27504,70139 -"177064",27504,80840 -"177065",27504,84917 -"177066",27504,84919 -"177067",27504,89873 -"177068",27504,90471 -"177069",27504,96730 -"177070",27504,123431 -"177071",27505,29273 -"177072",27506,27613 -"177073",27507,54355 -"177074",27507,61633 -"177075",27507,74564 -"177076",27508,31306 -"177077",27508,38773 -"177078",27508,42420 -"177079",27508,42465 -"177080",27508,42582 -"177081",27509,29698 -"177082",27509,31485 -"177083",27509,34893 -"177084",27509,66775 -"177085",27509,66875 -"177086",27509,73172 -"177087",27509,84204 -"177088",27509,97241 -"177089",27510,27575 -"177090",27510,38492 -"177091",27510,40634 -"177092",27510,58421 -"177093",27510,61473 -"177094",27510,82705 -"177095",27511,28638 -"177096",27511,31021 -"177097",27511,43519 -"177098",27511,76505 -"177099",27511,76931 -"177100",27511,121534 -"177101",27512,30627 -"177102",27512,31280 -"177103",27512,71128 -"177104",27512,100252 -"177105",27512,100255 -"177106",27512,104433 -"177107",27513,40264 -"177108",27513,66693 -"177109",27513,69174 -"177110",27513,97241 -"177111",27514,31113 -"177112",27514,94778 -"177113",27514,95922 -"177114",27515,27516 -"177115",27515,27595 -"177116",27516,27595 -"177117",27516,89385 -"177118",27517,30236 -"177119",27517,44197 -"177120",27517,46285 -"177121",27517,48519 -"177122",27517,56531 -"177123",27517,59992 -"177124",27517,61242 -"177125",27517,62661 -"177126",27517,67559 -"177127",27517,69408 -"177128",27517,80764 -"177129",27517,81903 -"177130",27517,107588 -"177131",27518,37527 -"177132",27518,60373 -"177133",27518,90497 -"177134",27518,114043 -"177135",27519,33129 -"177136",27519,38019 -"177137",27519,90907 -"177138",27519,91199 -"177139",27520,84838 -"177140",27521,44827 -"177141",27522,27547 -"177142",27522,27635 -"177143",27522,35942 -"177144",27522,35993 -"177145",27522,49174 -"177146",27523,101770 -"177147",27524,36890 -"177148",27525,27968 -"177149",27525,48381 -"177150",27525,48593 -"177151",27525,50536 -"177152",27525,53793 -"177153",27525,54014 -"177154",27526,47283 -"177155",27526,48044 -"177156",27526,71470 -"177157",27526,73180 -"177158",27526,75451 -"177159",27526,77588 -"177160",27526,109394 -"177161",27526,109438 -"177162",27527,33157 -"177163",27527,52881 -"177164",27527,66262 -"177165",27527,119159 -"177166",27528,56549 -"177167",27529,56786 -"177168",27529,82732 -"177169",27529,117992 -"177170",27529,117998 -"177171",27531,29927 -"177172",27531,36535 -"177173",27531,46514 -"177174",27531,46871 -"177175",27531,61913 -"177176",27531,71573 -"177177",27531,80262 -"177178",27531,80337 -"177179",27531,83644 -"177180",27531,83729 -"177181",27531,88398 -"177182",27532,53701 -"177183",27533,27542 -"177184",27533,27580 -"177185",27533,27947 -"177186",27533,28371 -"177187",27533,28915 -"177188",27533,29624 -"177189",27534,52362 -"177190",27535,38717 -"177191",27535,62358 -"177192",27535,76252 -"177193",27537,44173 -"177194",27537,44374 -"177195",27537,46455 -"177196",27537,47201 -"177197",27537,53050 -"177198",27537,54400 -"177199",27537,70699 -"177200",27537,81326 -"177201",27537,84479 -"177202",27537,101772 -"177203",27537,104417 -"177204",27537,104531 -"177205",27537,105734 -"177206",27537,107660 -"177207",27537,107715 -"177208",27537,108856 -"177209",27537,109212 -"177210",27537,109233 -"177211",27537,116398 -"177212",27537,118780 -"177213",27537,122847 -"177214",27538,27677 -"177215",27538,37058 -"177216",27538,103266 -"177217",27540,62870 -"177218",27540,83131 -"177219",27540,111910 -"177220",27542,27580 -"177221",27542,28915 -"177222",27542,52132 -"177223",27543,29198 -"177224",27543,38312 -"177225",27543,39617 -"177226",27543,41325 -"177227",27543,41543 -"177228",27543,46263 -"177229",27543,48101 -"177230",27543,50957 -"177231",27543,50958 -"177232",27543,53645 -"177233",27543,58966 -"177234",27543,83849 -"177235",27543,112202 -"177236",27544,31222 -"177237",27544,31302 -"177238",27544,33979 -"177239",27544,41944 -"177240",27544,45455 -"177241",27544,46848 -"177242",27544,51448 -"177243",27544,58168 -"177244",27544,72241 -"177245",27544,75824 -"177246",27544,83191 -"177247",27544,83193 -"177248",27544,85148 -"177249",27544,94399 -"177250",27544,120228 -"177251",27545,29403 -"177252",27545,32936 -"177253",27545,38068 -"177254",27545,46509 -"177255",27545,48395 -"177256",27545,59662 -"177257",27545,62066 -"177258",27545,103438 -"177259",27546,27608 -"177260",27546,68792 -"177261",27547,27558 -"177262",27547,27560 -"177263",27547,27623 -"177264",27547,27635 -"177265",27547,27668 -"177266",27547,30153 -"177267",27547,49174 -"177268",27547,63214 -"177269",27547,64605 -"177270",27547,66171 -"177271",27547,67117 -"177272",27547,71266 -"177273",27547,71294 -"177274",27547,71343 -"177275",27548,27550 -"177276",27549,28896 -"177277",27549,29525 -"177278",27549,32341 -"177279",27549,32351 -"177280",27549,32496 -"177281",27549,33524 -"177282",27549,36031 -"177283",27549,70318 -"177284",27549,83292 -"177285",27549,85837 -"177286",27550,40406 -"177287",27550,104001 -"177288",27550,104587 -"177289",27551,27552 -"177290",27551,39374 -"177291",27552,31686 -"177292",27552,70512 -"177293",27552,74896 -"177294",27552,102426 -"177295",27553,114636 -"177296",27553,121373 -"177297",27555,76150 -"177298",27556,27813 -"177299",27557,41046 -"177300",27557,68851 -"177301",27558,27560 -"177302",27558,27623 -"177303",27558,27635 -"177304",27558,27668 -"177305",27558,53681 -"177306",27559,55653 -"177307",27560,27623 -"177308",27560,27635 -"177309",27560,27668 -"177310",27561,50538 -"177311",27561,53131 -"177312",27561,69519 -"177313",27562,36906 -"177314",27562,45143 -"177315",27562,46838 -"177316",27562,94416 -"177317",27563,27587 -"177318",27563,33324 -"177319",27563,35097 -"177320",27563,71016 -"177321",27563,71035 -"177322",27563,71036 -"177323",27563,71044 -"177324",27566,33405 -"177325",27567,36677 -"177326",27569,27655 -"177327",27570,34265 -"177328",27570,37232 -"177329",27570,44437 -"177330",27570,63625 -"177331",27570,79854 -"177332",27570,83184 -"177333",27570,84843 -"177334",27571,27617 -"177335",27571,84154 -"177336",27572,38917 -"177337",27572,49360 -"177338",27572,49383 -"177339",27576,27689 -"177340",27576,90773 -"177341",27576,95289 -"177342",27576,100727 -"177343",27576,114127 -"177344",27578,57164 -"177345",27578,64505 -"177346",27579,27614 -"177347",27579,31199 -"177348",27579,33005 -"177349",27579,37384 -"177350",27579,85310 -"177351",27580,29624 -"177352",27580,52114 -"177353",27580,53723 -"177354",27580,59988 -"177355",27580,63960 -"177356",27580,64922 -"177357",27581,29088 -"177358",27582,89332 -"177359",27584,63664 -"177360",27584,101929 -"177361",27584,112517 -"177362",27585,27681 -"177363",27585,33863 -"177364",27585,44726 -"177365",27585,53988 -"177366",27585,80853 -"177367",27586,32131 -"177368",27586,32296 -"177369",27586,43518 -"177370",27586,45352 -"177371",27586,50236 -"177372",27586,60878 -"177373",27586,80383 -"177374",27586,91912 -"177375",27587,30836 -"177376",27587,48965 -"177377",27588,30467 -"177378",27589,27652 -"177379",27590,30172 -"177380",27590,38223 -"177381",27590,41382 -"177382",27590,47366 -"177383",27590,50978 -"177384",27590,67534 -"177385",27590,82768 -"177386",27590,84065 -"177387",27590,85038 -"177388",27591,47907 -"177389",27591,49497 -"177390",27591,49546 -"177391",27591,57017 -"177392",27591,59455 -"177393",27591,65297 -"177394",27592,28272 -"177395",27592,28820 -"177396",27592,29088 -"177397",27592,45088 -"177398",27592,49246 -"177399",27592,58745 -"177400",27592,65150 -"177401",27592,67252 -"177402",27592,69429 -"177403",27592,76358 -"177404",27592,78971 -"177405",27592,82719 -"177406",27592,85555 -"177407",27592,94702 -"177408",27593,27665 -"177409",27594,43507 -"177410",27594,48923 -"177411",27594,61011 -"177412",27594,72779 -"177413",27594,106081 -"177414",27596,100903 -"177415",27596,102709 -"177416",27596,117788 -"177417",27597,47132 -"177418",27597,48293 -"177419",27597,54364 -"177420",27598,32943 -"177421",27598,36192 -"177422",27598,36218 -"177423",27598,36562 -"177424",27598,49116 -"177425",27598,93287 -"177426",27598,103952 -"177427",27599,38393 -"177428",27599,59595 -"177429",27599,70398 -"177430",27599,75778 -"177431",27599,76231 -"177432",27600,88336 -"177433",27602,73006 -"177434",27604,43837 -"177435",27604,47669 -"177436",27604,68958 -"177437",27604,123429 -"177438",27605,46876 -"177439",27606,29525 -"177440",27606,48215 -"177441",27606,48396 -"177442",27606,74995 -"177443",27606,96331 -"177444",27606,117545 -"177445",27607,34152 -"177446",27607,48290 -"177447",27607,49370 -"177448",27607,49419 -"177449",27607,77774 -"177450",27607,89086 -"177451",27607,89087 -"177452",27608,28805 -"177453",27608,35649 -"177454",27608,35661 -"177455",27608,36569 -"177456",27608,47532 -"177457",27608,61699 -"177458",27608,75156 -"177459",27608,84450 -"177460",27608,84475 -"177461",27608,105536 -"177462",27609,90328 -"177463",27609,92883 -"177464",27609,101986 -"177465",27609,109521 -"177466",27609,117277 -"177467",27610,27685 -"177468",27610,36346 -"177469",27610,42181 -"177470",27610,107466 -"177471",27611,88682 -"177472",27611,88683 -"177473",27612,40991 -"177474",27612,44238 -"177475",27612,94187 -"177476",27612,115404 -"177477",27614,82680 -"177478",27614,85423 -"177479",27615,41919 -"177480",27615,51413 -"177481",27615,70036 -"177482",27615,79529 -"177483",27615,79849 -"177484",27618,29605 -"177485",27618,48349 -"177486",27618,59269 -"177487",27618,91699 -"177488",27619,100253 -"177489",27620,27659 -"177490",27621,65079 -"177491",27621,80095 -"177492",27622,39761 -"177493",27622,43008 -"177494",27622,67748 -"177495",27622,79402 -"177496",27622,82332 -"177497",27622,90229 -"177498",27622,93068 -"177499",27623,27635 -"177500",27623,27668 -"177501",27624,27625 -"177502",27624,27784 -"177503",27624,42837 -"177504",27625,27784 -"177505",27626,86151 -"177506",27627,49044 -"177507",27627,105351 -"177508",27628,46487 -"177509",27629,38482 -"177510",27629,40792 -"177511",27629,45222 -"177512",27629,66405 -"177513",27629,66414 -"177514",27629,83110 -"177515",27629,103541 -"177516",27630,52224 -"177517",27630,72219 -"177518",27630,98283 -"177519",27630,98398 -"177520",27630,98432 -"177521",27631,33654 -"177522",27631,53136 -"177523",27631,78177 -"177524",27631,80266 -"177525",27631,85608 -"177526",27632,27690 -"177527",27632,28851 -"177528",27633,40240 -"177529",27633,75875 -"177530",27633,88471 -"177531",27633,90567 -"177532",27633,96101 -"177533",27633,106285 -"177534",27633,119740 -"177535",27634,30042 -"177536",27634,62943 -"177537",27635,27668 -"177538",27635,30153 -"177539",27635,35942 -"177540",27635,35993 -"177541",27635,41898 -"177542",27635,48261 -"177543",27636,28750 -"177544",27636,54128 -"177545",27636,79217 -"177546",27636,79407 -"177547",27636,80564 -"177548",27636,85512 -"177549",27637,41077 -"177550",27638,85665 -"177551",27639,52960 -"177552",27639,120034 -"177553",27641,29559 -"177554",27641,36487 -"177555",27641,65522 -"177556",27641,68117 -"177557",27642,28409 -"177558",27642,28822 -"177559",27642,29008 -"177560",27642,45993 -"177561",27642,51417 -"177562",27642,69652 -"177563",27642,71868 -"177564",27642,107808 -"177565",27642,119936 -"177566",27643,42020 -"177567",27643,44755 -"177568",27643,48989 -"177569",27643,64768 -"177570",27643,83150 -"177571",27643,96156 -"177572",27643,109864 -"177573",27643,112688 -"177574",27644,33352 -"177575",27644,36065 -"177576",27644,78437 -"177577",27644,95220 -"177578",27644,112862 -"177579",27644,119691 -"177580",27645,114275 -"177581",27646,47958 -"177582",27646,94692 -"177583",27646,102105 -"177584",27646,104792 -"177585",27646,104821 -"177586",27646,115448 -"177587",27646,115453 -"177588",27646,115458 -"177589",27646,117511 -"177590",27648,89956 -"177591",27649,29158 -"177592",27649,39761 -"177593",27649,42523 -"177594",27649,54152 -"177595",27649,65700 -"177596",27649,82332 -"177597",27649,83032 -"177598",27649,93990 -"177599",27649,95224 -"177600",27649,96564 -"177601",27650,36724 -"177602",27650,90931 -"177603",27651,27828 -"177604",27651,28759 -"177605",27651,37653 -"177606",27651,43702 -"177607",27651,43819 -"177608",27651,98388 -"177609",27652,28742 -"177610",27654,44130 -"177611",27654,54234 -"177612",27654,81278 -"177613",27654,81444 -"177614",27654,82859 -"177615",27654,91431 -"177616",27654,104743 -"177617",27654,121577 -"177618",27654,122291 -"177619",27657,31861 -"177620",27657,53741 -"177621",27657,53853 -"177622",27657,54806 -"177623",27657,61035 -"177624",27657,85207 -"177625",27657,99440 -"177626",27658,28305 -"177627",27660,27661 -"177628",27660,59181 -"177629",27660,59604 -"177630",27660,122249 -"177631",27661,49874 -"177632",27661,63538 -"177633",27661,91715 -"177634",27661,91750 -"177635",27663,31120 -"177636",27663,34134 -"177637",27663,44259 -"177638",27663,47979 -"177639",27663,53095 -"177640",27663,53121 -"177641",27663,53153 -"177642",27663,53573 -"177643",27664,30443 -"177644",27664,31836 -"177645",27664,67594 -"177646",27665,42210 -"177647",27666,90089 -"177648",27666,90100 -"177649",27666,116128 -"177650",27667,42516 -"177651",27667,60183 -"177652",27667,69478 -"177653",27667,91762 -"177654",27667,99574 -"177655",27667,99581 -"177656",27667,99592 -"177657",27667,99598 -"177658",27668,30153 -"177659",27668,41898 -"177660",27668,48261 -"177661",27669,37341 -"177662",27669,48603 -"177663",27669,55189 -"177664",27669,77758 -"177665",27669,98877 -"177666",27669,99513 -"177667",27669,101858 -"177668",27669,102872 -"177669",27669,117768 -"177670",27670,30745 -"177671",27670,33223 -"177672",27670,65558 -"177673",27670,73530 -"177674",27671,27724 -"177675",27671,27754 -"177676",27671,27764 -"177677",27671,27883 -"177678",27671,60942 -"177679",27671,74282 -"177680",27672,27697 -"177681",27672,29662 -"177682",27672,32479 -"177683",27672,36726 -"177684",27672,51223 -"177685",27673,30208 -"177686",27673,97498 -"177687",27673,97514 -"177688",27674,51615 -"177689",27675,35602 -"177690",27675,68164 -"177691",27676,58931 -"177692",27677,32264 -"177693",27677,37058 -"177694",27677,43940 -"177695",27677,50742 -"177696",27677,53959 -"177697",27677,76997 -"177698",27677,79877 -"177699",27677,86576 -"177700",27677,95366 -"177701",27677,95473 -"177702",27677,101869 -"177703",27677,101881 -"177704",27677,103920 -"177705",27677,108615 -"177706",27677,109339 -"177707",27677,114266 -"177708",27677,114484 -"177709",27677,114486 -"177710",27677,114534 -"177711",27677,121384 -"177712",27678,32516 -"177713",27678,43394 -"177714",27678,64148 -"177715",27678,68334 -"177716",27678,81263 -"177717",27678,105024 -"177718",27681,73124 -"177719",27681,93138 -"177720",27681,96175 -"177721",27681,111817 -"177722",27682,30493 -"177723",27683,28616 -"177724",27683,56972 -"177725",27683,62579 -"177726",27683,74450 -"177727",27683,76406 -"177728",27683,77352 -"177729",27683,77643 -"177730",27683,78310 -"177731",27683,98035 -"177732",27683,108865 -"177733",27684,32879 -"177734",27684,85165 -"177735",27684,98019 -"177736",27684,121579 -"177737",27685,34496 -"177738",27685,35493 -"177739",27685,37579 -"177740",27685,37807 -"177741",27685,44334 -"177742",27685,45801 -"177743",27685,48291 -"177744",27685,53203 -"177745",27685,55829 -"177746",27685,55843 -"177747",27685,55844 -"177748",27685,55860 -"177749",27685,55871 -"177750",27685,55883 -"177751",27685,55888 -"177752",27685,55912 -"177753",27685,55946 -"177754",27685,55957 -"177755",27685,76869 -"177756",27685,76871 -"177757",27686,41881 -"177758",27686,43067 -"177759",27686,44873 -"177760",27686,50313 -"177761",27686,56001 -"177762",27686,59703 -"177763",27686,61879 -"177764",27686,63019 -"177765",27686,63739 -"177766",27686,73476 -"177767",27686,74202 -"177768",27686,77433 -"177769",27686,84620 -"177770",27686,98181 -"177771",27686,110281 -"177772",27686,110287 -"177773",27686,110300 -"177774",27686,110309 -"177775",27686,116115 -"177776",27688,43173 -"177777",27688,63998 -"177778",27688,83578 -"177779",27688,92881 -"177780",27688,104415 -"177781",27688,118901 -"177782",27690,34431 -"177783",27692,27736 -"177784",27692,92963 -"177785",27693,39215 -"177786",27693,42297 -"177787",27693,68370 -"177788",27694,29783 -"177789",27694,31609 -"177790",27694,45175 -"177791",27694,49194 -"177792",27694,49302 -"177793",27694,56695 -"177794",27694,60034 -"177795",27694,70810 -"177796",27694,72389 -"177797",27695,59314 -"177798",27695,61514 -"177799",27695,91653 -"177800",27695,97235 -"177801",27696,62413 -"177802",27697,105105 -"177803",27698,29931 -"177804",27698,49296 -"177805",27699,40653 -"177806",27699,60227 -"177807",27700,85767 -"177808",27701,41512 -"177809",27701,47555 -"177810",27702,27734 -"177811",27702,27834 -"177812",27703,91298 -"177813",27704,103660 -"177814",27704,103664 -"177815",27704,103783 -"177816",27704,103802 -"177817",27704,103808 -"177818",27704,103812 -"177819",27704,103814 -"177820",27704,103818 -"177821",27704,103836 -"177822",27705,88575 -"177823",27706,31159 -"177824",27706,31295 -"177825",27706,33982 -"177826",27706,42875 -"177827",27706,49976 -"177828",27706,56247 -"177829",27706,63896 -"177830",27706,75738 -"177831",27706,76375 -"177832",27706,79570 -"177833",27706,85598 -"177834",27707,109935 -"177835",27708,38682 -"177836",27708,99956 -"177837",27709,27788 -"177838",27709,30810 -"177839",27709,43258 -"177840",27709,48915 -"177841",27709,77919 -"177842",27709,89772 -"177843",27709,91955 -"177844",27710,28703 -"177845",27710,29253 -"177846",27710,29341 -"177847",27710,29560 -"177848",27710,29573 -"177849",27710,29868 -"177850",27710,32438 -"177851",27710,32967 -"177852",27710,33223 -"177853",27710,33881 -"177854",27710,34097 -"177855",27710,34330 -"177856",27710,34513 -"177857",27710,35400 -"177858",27710,36476 -"177859",27710,36547 -"177860",27710,36745 -"177861",27710,37821 -"177862",27710,37931 -"177863",27710,38319 -"177864",27710,39398 -"177865",27710,39492 -"177866",27710,40320 -"177867",27710,40373 -"177868",27710,40542 -"177869",27710,41182 -"177870",27710,42131 -"177871",27710,46843 -"177872",27710,48331 -"177873",27711,27781 -"177874",27711,27910 -"177875",27711,92596 -"177876",27712,27713 -"177877",27712,103601 -"177878",27713,50427 -"177879",27714,27828 -"177880",27714,31264 -"177881",27714,31265 -"177882",27714,31280 -"177883",27714,50741 -"177884",27714,82274 -"177885",27714,82280 -"177886",27715,27869 -"177887",27716,27832 -"177888",27717,27751 -"177889",27718,48806 -"177890",27718,53624 -"177891",27718,60927 -"177892",27718,66051 -"177893",27718,68458 -"177894",27718,94672 -"177895",27718,99802 -"177896",27718,115383 -"177897",27719,27798 -"177898",27719,29679 -"177899",27719,37853 -"177900",27719,60690 -"177901",27719,66847 -"177902",27719,74578 -"177903",27720,68613 -"177904",27721,30253 -"177905",27722,29163 -"177906",27722,33413 -"177907",27722,37752 -"177908",27722,58988 -"177909",27722,109316 -"177910",27722,112800 -"177911",27723,67620 -"177912",27724,27754 -"177913",27724,27764 -"177914",27724,27883 -"177915",27725,30443 -"177916",27725,33604 -"177917",27725,33708 -"177918",27725,42680 -"177919",27725,49208 -"177920",27725,49215 -"177921",27725,49244 -"177922",27725,52009 -"177923",27725,52475 -"177924",27725,59628 -"177925",27725,60289 -"177926",27725,63753 -"177927",27725,64630 -"177928",27725,64667 -"177929",27725,80044 -"177930",27725,97004 -"177931",27725,103286 -"177932",27725,103379 -"177933",27726,28353 -"177934",27726,30265 -"177935",27726,30881 -"177936",27726,34319 -"177937",27726,35067 -"177938",27726,38564 -"177939",27726,38830 -"177940",27726,44553 -"177941",27726,45081 -"177942",27726,45152 -"177943",27726,45228 -"177944",27726,45332 -"177945",27726,46850 -"177946",27726,53261 -"177947",27726,54168 -"177948",27726,57326 -"177949",27726,57330 -"177950",27726,62878 -"177951",27726,63518 -"177952",27726,73794 -"177953",27726,76131 -"177954",27726,77511 -"177955",27726,79227 -"177956",27726,79256 -"177957",27726,79928 -"177958",27726,79977 -"177959",27726,84510 -"177960",27726,88674 -"177961",27726,88764 -"177962",27726,90818 -"177963",27726,91900 -"177964",27726,94105 -"177965",27726,94198 -"177966",27726,95919 -"177967",27726,97069 -"177968",27726,97580 -"177969",27726,98249 -"177970",27726,98335 -"177971",27726,99281 -"177972",27726,99583 -"177973",27726,99729 -"177974",27726,100377 -"177975",27726,101311 -"177976",27726,102236 -"177977",27726,102455 -"177978",27726,102474 -"177979",27726,103762 -"177980",27726,105878 -"177981",27726,106217 -"177982",27726,107533 -"177983",27726,108189 -"177984",27726,109795 -"177985",27726,110342 -"177986",27726,110766 -"177987",27726,111587 -"177988",27726,119774 -"177989",27727,61088 -"177990",27727,95214 -"177991",27729,46115 -"177992",27729,75422 -"177993",27729,93961 -"177994",27729,93963 -"177995",27729,93972 -"177996",27729,93986 -"177997",27730,105053 -"177998",27730,105154 -"177999",27730,108724 -"178000",27731,42185 -"178001",27731,57403 -"178002",27732,27826 -"178003",27732,102229 -"178004",27733,35526 -"178005",27733,54149 -"178006",27733,59558 -"178007",27733,87357 -"178008",27733,89690 -"178009",27733,122423 -"178010",27734,27834 -"178011",27734,32316 -"178012",27734,54855 -"178013",27734,67116 -"178014",27734,69094 -"178015",27734,94123 -"178016",27734,94127 -"178017",27734,103971 -"178018",27734,110952 -"178019",27735,36373 -"178020",27735,41240 -"178021",27735,41742 -"178022",27735,49880 -"178023",27735,54783 -"178024",27735,61596 -"178025",27735,68504 -"178026",27735,68518 -"178027",27737,52008 -"178028",27738,35922 -"178029",27738,45324 -"178030",27738,60333 -"178031",27738,87053 -"178032",27739,40190 -"178033",27739,62644 -"178034",27740,30453 -"178035",27740,37596 -"178036",27740,54096 -"178037",27740,73391 -"178038",27740,79743 -"178039",27740,80633 -"178040",27740,81689 -"178041",27740,93713 -"178042",27741,27811 -"178043",27742,27866 -"178044",27742,27914 -"178045",27742,30525 -"178046",27742,30541 -"178047",27742,32355 -"178048",27742,32560 -"178049",27742,33871 -"178050",27742,36724 -"178051",27742,39442 -"178052",27742,41410 -"178053",27742,50137 -"178054",27742,52769 -"178055",27742,58090 -"178056",27742,58655 -"178057",27742,62936 -"178058",27742,68687 -"178059",27742,88883 -"178060",27742,91849 -"178061",27742,106230 -"178062",27742,108451 -"178063",27742,115021 -"178064",27742,121963 -"178065",27743,32636 -"178066",27743,88295 -"178067",27744,40028 -"178068",27744,49084 -"178069",27744,58466 -"178070",27745,43701 -"178071",27745,44105 -"178072",27745,47860 -"178073",27745,52406 -"178074",27745,57454 -"178075",27745,64679 -"178076",27745,72578 -"178077",27745,74016 -"178078",27746,72295 -"178079",27747,27793 -"178080",27747,51613 -"178081",27748,28630 -"178082",27749,27765 -"178083",27749,27791 -"178084",27749,27794 -"178085",27749,44063 -"178086",27749,83450 -"178087",27750,30477 -"178088",27750,34054 -"178089",27750,42709 -"178090",27750,43142 -"178091",27750,48960 -"178092",27750,48989 -"178093",27750,49048 -"178094",27750,51373 -"178095",27750,60641 -"178096",27750,93858 -"178097",27750,93989 -"178098",27750,94578 -"178099",27750,118867 -"178100",27750,119157 -"178101",27750,119161 -"178102",27750,119164 -"178103",27750,120091 -"178104",27751,32619 -"178105",27751,48321 -"178106",27751,76835 -"178107",27751,84230 -"178108",27751,88972 -"178109",27751,100614 -"178110",27751,109261 -"178111",27753,30438 -"178112",27753,39058 -"178113",27753,40695 -"178114",27753,62810 -"178115",27754,27764 -"178116",27754,27883 -"178117",27754,42228 -"178118",27756,30446 -"178119",27756,31160 -"178120",27756,32335 -"178121",27756,32379 -"178122",27756,46299 -"178123",27756,46365 -"178124",27756,46378 -"178125",27756,46379 -"178126",27756,47161 -"178127",27756,56899 -"178128",27756,71574 -"178129",27756,79249 -"178130",27756,79851 -"178131",27756,94428 -"178132",27757,46174 -"178133",27757,54933 -"178134",27757,60921 -"178135",27759,68791 -"178136",27759,82162 -"178137",27760,30017 -"178138",27761,43726 -"178139",27762,31292 -"178140",27762,38185 -"178141",27762,40662 -"178142",27762,46714 -"178143",27762,71063 -"178144",27762,87982 -"178145",27764,27883 -"178146",27765,27791 -"178147",27765,27794 -"178148",27765,31903 -"178149",27765,71854 -"178150",27766,34568 -"178151",27766,44532 -"178152",27766,52485 -"178153",27766,64086 -"178154",27766,82782 -"178155",27766,109528 -"178156",27766,114954 -"178157",27767,33731 -"178158",27767,49572 -"178159",27767,76664 -"178160",27767,79675 -"178161",27767,93158 -"178162",27767,95404 -"178163",27768,27876 -"178164",27769,53846 -"178165",27770,100702 -"178166",27770,109280 -"178167",27771,31495 -"178168",27771,32538 -"178169",27771,42348 -"178170",27771,58340 -"178171",27771,58739 -"178172",27771,106978 -"178173",27772,43915 -"178174",27772,123178 -"178175",27773,27923 -"178176",27774,27961 -"178177",27774,28062 -"178178",27774,28063 -"178179",27774,28130 -"178180",27774,28131 -"178181",27774,50487 -"178182",27777,32884 -"178183",27777,44396 -"178184",27777,49512 -"178185",27777,57353 -"178186",27777,81838 -"178187",27777,95981 -"178188",27778,29865 -"178189",27778,55660 -"178190",27778,56768 -"178191",27778,58714 -"178192",27778,80899 -"178193",27778,91757 -"178194",27778,107511 -"178195",27778,110710 -"178196",27779,27805 -"178197",27779,74267 -"178198",27780,27806 -"178199",27780,27862 -"178200",27780,29561 -"178201",27780,30076 -"178202",27780,30278 -"178203",27780,32625 -"178204",27780,32639 -"178205",27780,32694 -"178206",27780,46026 -"178207",27780,52544 -"178208",27780,52584 -"178209",27780,52586 -"178210",27780,52631 -"178211",27780,52632 -"178212",27780,84563 -"178213",27780,91939 -"178214",27780,112122 -"178215",27780,118584 -"178216",27780,118920 -"178217",27781,27910 -"178218",27782,49535 -"178219",27782,77364 -"178220",27782,83805 -"178221",27782,87638 -"178222",27782,99773 -"178223",27783,31164 -"178224",27783,36136 -"178225",27783,36160 -"178226",27783,38224 -"178227",27783,39614 -"178228",27783,70285 -"178229",27783,76807 -"178230",27783,87172 -"178231",27785,40572 -"178232",27785,42700 -"178233",27785,67266 -"178234",27785,72520 -"178235",27785,75196 -"178236",27785,80793 -"178237",27785,81907 -"178238",27785,85570 -"178239",27785,93780 -"178240",27785,98082 -"178241",27786,30486 -"178242",27786,35500 -"178243",27786,36403 -"178244",27786,38589 -"178245",27786,42455 -"178246",27786,69931 -"178247",27786,86473 -"178248",27786,89577 -"178249",27787,34680 -"178250",27787,34702 -"178251",27787,43990 -"178252",27787,49065 -"178253",27787,57800 -"178254",27787,59392 -"178255",27788,36458 -"178256",27788,74373 -"178257",27788,95589 -"178258",27788,98912 -"178259",27788,107403 -"178260",27789,53375 -"178261",27789,67240 -"178262",27789,74795 -"178263",27789,82850 -"178264",27789,82864 -"178265",27789,104640 -"178266",27791,27794 -"178267",27791,71580 -"178268",27791,71812 -"178269",27791,71854 -"178270",27792,48024 -"178271",27792,48228 -"178272",27792,48260 -"178273",27792,50063 -"178274",27792,58133 -"178275",27792,59056 -"178276",27792,62380 -"178277",27792,68467 -"178278",27792,69506 -"178279",27792,71516 -"178280",27792,74906 -"178281",27792,81675 -"178282",27792,90018 -"178283",27792,92012 -"178284",27792,111773 -"178285",27793,106648 -"178286",27793,106650 -"178287",27793,106668 -"178288",27794,29067 -"178289",27794,31903 -"178290",27794,41579 -"178291",27794,54608 -"178292",27794,71854 -"178293",27797,28161 -"178294",27797,34530 -"178295",27797,42107 -"178296",27797,42970 -"178297",27797,50052 -"178298",27797,62044 -"178299",27797,66960 -"178300",27797,78548 -"178301",27798,33492 -"178302",27798,37853 -"178303",27798,40263 -"178304",27798,49282 -"178305",27798,51775 -"178306",27798,55608 -"178307",27798,58195 -"178308",27798,59240 -"178309",27798,59857 -"178310",27798,60690 -"178311",27798,74578 -"178312",27799,42582 -"178313",27799,58194 -"178314",27799,83680 -"178315",27800,38168 -"178316",27800,41310 -"178317",27800,70283 -"178318",27800,93757 -"178319",27800,107794 -"178320",27800,114623 -"178321",27801,34752 -"178322",27801,48902 -"178323",27801,84284 -"178324",27802,27868 -"178325",27802,100466 -"178326",27802,107545 -"178327",27803,30509 -"178328",27803,30510 -"178329",27803,30548 -"178330",27803,31303 -"178331",27803,31304 -"178332",27803,31628 -"178333",27803,45127 -"178334",27804,52135 -"178335",27804,55071 -"178336",27804,87007 -"178337",27805,33477 -"178338",27805,38690 -"178339",27805,70675 -"178340",27805,77144 -"178341",27805,77154 -"178342",27805,77192 -"178343",27805,77195 -"178344",27807,33757 -"178345",27807,81708 -"178346",27807,94867 -"178347",27808,80121 -"178348",27808,92614 -"178349",27809,66901 -"178350",27809,96364 -"178351",27810,41103 -"178352",27810,48703 -"178353",27810,75233 -"178354",27811,29230 -"178355",27811,29231 -"178356",27811,31790 -"178357",27811,31943 -"178358",27811,41521 -"178359",27811,44727 -"178360",27811,50329 -"178361",27811,51287 -"178362",27811,56174 -"178363",27811,74813 -"178364",27811,78322 -"178365",27811,83238 -"178366",27811,97562 -"178367",27811,99291 -"178368",27811,101904 -"178369",27811,102267 -"178370",27812,79178 -"178371",27815,27858 -"178372",27815,27859 -"178373",27815,27913 -"178374",27815,28792 -"178375",27815,37021 -"178376",27815,55271 -"178377",27816,56598 -"178378",27816,63429 -"178379",27817,28240 -"178380",27817,37008 -"178381",27817,53319 -"178382",27817,69473 -"178383",27818,31521 -"178384",27818,41888 -"178385",27818,49506 -"178386",27818,56396 -"178387",27818,65310 -"178388",27818,65366 -"178389",27818,70674 -"178390",27818,83977 -"178391",27819,58711 -"178392",27819,84129 -"178393",27819,120237 -"178394",27819,120327 -"178395",27821,27894 -"178396",27822,34729 -"178397",27822,52806 -"178398",27822,52882 -"178399",27822,90798 -"178400",27822,90809 -"178401",27822,120315 -"178402",27822,120355 -"178403",27824,56185 -"178404",27824,76036 -"178405",27824,83245 -"178406",27824,105138 -"178407",27825,47853 -"178408",27825,111827 -"178409",27826,50675 -"178410",27828,28759 -"178411",27828,37653 -"178412",27828,43702 -"178413",27828,43819 -"178414",27829,112742 -"178415",27830,57299 -"178416",27830,84004 -"178417",27831,87436 -"178418",27831,109960 -"178419",27831,113959 -"178420",27831,113965 -"178421",27832,35493 -"178422",27832,35578 -"178423",27832,40143 -"178424",27832,68878 -"178425",27832,82572 -"178426",27832,82580 -"178427",27833,29239 -"178428",27835,78016 -"178429",27836,29675 -"178430",27836,37390 -"178431",27836,50592 -"178432",27836,53872 -"178433",27837,28114 -"178434",27837,31050 -"178435",27837,31072 -"178436",27837,34920 -"178437",27837,35302 -"178438",27837,41739 -"178439",27837,43634 -"178440",27837,68741 -"178441",27837,70793 -"178442",27837,71644 -"178443",27837,74214 -"178444",27837,95782 -"178445",27837,105356 -"178446",27837,108141 -"178447",27837,108686 -"178448",27837,114470 -"178449",27838,81675 -"178450",27838,97552 -"178451",27839,28642 -"178452",27839,36654 -"178453",27839,40079 -"178454",27839,54645 -"178455",27839,71241 -"178456",27840,32901 -"178457",27840,42078 -"178458",27840,53458 -"178459",27840,93505 -"178460",27840,95440 -"178461",27842,27875 -"178462",27843,80997 -"178463",27844,27895 -"178464",27844,28864 -"178465",27844,66976 -"178466",27845,27884 -"178467",27845,41560 -"178468",27845,45443 -"178469",27845,51492 -"178470",27845,52332 -"178471",27845,81489 -"178472",27845,101228 -"178473",27845,103826 -"178474",27845,113610 -"178475",27847,28400 -"178476",27847,43805 -"178477",27847,50229 -"178478",27847,62690 -"178479",27847,64047 -"178480",27847,68139 -"178481",27847,77735 -"178482",27847,110756 -"178483",27848,27851 -"178484",27848,47827 -"178485",27848,63970 -"178486",27848,77217 -"178487",27848,83914 -"178488",27848,86350 -"178489",27848,93317 -"178490",27849,29486 -"178491",27849,29750 -"178492",27849,39335 -"178493",27849,41174 -"178494",27849,43599 -"178495",27849,48284 -"178496",27849,52794 -"178497",27849,55468 -"178498",27849,61666 -"178499",27849,77349 -"178500",27849,80270 -"178501",27849,80298 -"178502",27849,80383 -"178503",27849,80384 -"178504",27849,82016 -"178505",27849,82028 -"178506",27849,86129 -"178507",27849,96278 -"178508",27849,96850 -"178509",27849,99444 -"178510",27849,108372 -"178511",27849,121422 -"178512",27850,29509 -"178513",27850,76901 -"178514",27853,27877 -"178515",27853,45354 -"178516",27853,53564 -"178517",27853,56625 -"178518",27853,58319 -"178519",27853,66161 -"178520",27853,67446 -"178521",27853,68254 -"178522",27854,30835 -"178523",27854,34041 -"178524",27855,27905 -"178525",27855,93621 -"178526",27856,37469 -"178527",27856,65963 -"178528",27857,55926 -"178529",27857,74139 -"178530",27858,27859 -"178531",27858,27913 -"178532",27858,37021 -"178533",27859,27913 -"178534",27859,37021 -"178535",27859,65795 -"178536",27859,66199 -"178537",27859,91712 -"178538",27860,36569 -"178539",27860,40480 -"178540",27860,78997 -"178541",27860,86650 -"178542",27860,87780 -"178543",27861,29763 -"178544",27861,31686 -"178545",27861,38142 -"178546",27861,39482 -"178547",27861,50229 -"178548",27861,53423 -"178549",27861,60506 -"178550",27861,64906 -"178551",27861,66945 -"178552",27861,88067 -"178553",27861,107053 -"178554",27861,115269 -"178555",27862,28516 -"178556",27862,29561 -"178557",27862,30076 -"178558",27862,30278 -"178559",27862,32625 -"178560",27862,32639 -"178561",27862,32694 -"178562",27862,34604 -"178563",27862,42981 -"178564",27862,42995 -"178565",27862,46026 -"178566",27862,61881 -"178567",27862,76099 -"178568",27862,107702 -"178569",27863,30769 -"178570",27863,47876 -"178571",27863,76809 -"178572",27863,100335 -"178573",27864,60103 -"178574",27864,87246 -"178575",27864,98244 -"178576",27864,115332 -"178577",27864,115721 -"178578",27865,37505 -"178579",27865,66189 -"178580",27865,103374 -"178581",27865,105905 -"178582",27866,27914 -"178583",27866,31670 -"178584",27866,31868 -"178585",27866,36724 -"178586",27866,56890 -"178587",27867,63572 -"178588",27867,84006 -"178589",27868,28125 -"178590",27868,99430 -"178591",27869,39664 -"178592",27869,55630 -"178593",27869,89950 -"178594",27870,48044 -"178595",27870,94128 -"178596",27871,105351 -"178597",27872,49941 -"178598",27872,50378 -"178599",27872,68206 -"178600",27872,78147 -"178601",27872,98456 -"178602",27872,98489 -"178603",27873,38125 -"178604",27873,39263 -"178605",27873,43321 -"178606",27873,83527 -"178607",27873,83588 -"178608",27873,83605 -"178609",27874,99406 -"178610",27875,33483 -"178611",27876,34626 -"178612",27876,48598 -"178613",27876,49923 -"178614",27876,91806 -"178615",27877,45354 -"178616",27877,56625 -"178617",27877,86866 -"178618",27878,71863 -"178619",27879,55120 -"178620",27879,56130 -"178621",27879,64900 -"178622",27879,85019 -"178623",27879,90724 -"178624",27879,107775 -"178625",27880,28396 -"178626",27880,52524 -"178627",27880,70684 -"178628",27882,34170 -"178629",27882,39950 -"178630",27882,41564 -"178631",27882,42361 -"178632",27882,43989 -"178633",27882,44074 -"178634",27882,47375 -"178635",27882,53946 -"178636",27882,62788 -"178637",27882,64901 -"178638",27882,78338 -"178639",27883,56608 -"178640",27885,28064 -"178641",27885,28168 -"178642",27885,32752 -"178643",27885,35705 -"178644",27885,42588 -"178645",27885,45876 -"178646",27885,49019 -"178647",27885,51247 -"178648",27885,51575 -"178649",27885,53840 -"178650",27885,56700 -"178651",27885,60811 -"178652",27885,76178 -"178653",27885,94500 -"178654",27885,110735 -"178655",27886,64143 -"178656",27886,121419 -"178657",27887,27898 -"178658",27887,27906 -"178659",27888,84452 -"178660",27889,31950 -"178661",27889,40510 -"178662",27889,41227 -"178663",27889,54913 -"178664",27889,55493 -"178665",27889,78257 -"178666",27889,79359 -"178667",27889,84581 -"178668",27889,86230 -"178669",27889,93642 -"178670",27889,97914 -"178671",27889,97930 -"178672",27889,98210 -"178673",27889,110035 -"178674",27889,111590 -"178675",27889,113327 -"178676",27889,116395 -"178677",27889,116484 -"178678",27889,123410 -"178679",27889,123412 -"178680",27890,28233 -"178681",27890,31603 -"178682",27891,37752 -"178683",27891,38570 -"178684",27891,40142 -"178685",27891,59916 -"178686",27891,83460 -"178687",27891,89352 -"178688",27891,95143 -"178689",27891,107630 -"178690",27891,111848 -"178691",27891,119450 -"178692",27892,43007 -"178693",27892,71883 -"178694",27892,96269 -"178695",27892,97218 -"178696",27893,80840 -"178697",27894,82169 -"178698",27895,71329 -"178699",27895,89994 -"178700",27895,102603 -"178701",27895,109476 -"178702",27896,28246 -"178703",27897,29417 -"178704",27897,77738 -"178705",27897,103219 -"178706",27897,107661 -"178707",27898,27906 -"178708",27900,35972 -"178709",27900,85642 -"178710",27900,89844 -"178711",27900,89847 -"178712",27900,106026 -"178713",27900,106055 -"178714",27901,27902 -"178715",27902,34382 -"178716",27903,28627 -"178717",27903,68414 -"178718",27905,30056 -"178719",27907,30418 -"178720",27907,35062 -"178721",27907,40698 -"178722",27907,46953 -"178723",27907,64503 -"178724",27907,75556 -"178725",27907,78037 -"178726",27907,89935 -"178727",27907,98801 -"178728",27907,108488 -"178729",27907,109695 -"178730",27907,109699 -"178731",27908,29664 -"178732",27908,31635 -"178733",27908,32543 -"178734",27908,34348 -"178735",27908,52198 -"178736",27908,75224 -"178737",27908,75225 -"178738",27908,76287 -"178739",27908,108055 -"178740",27910,51953 -"178741",27910,52734 -"178742",27910,67041 -"178743",27910,78358 -"178744",27910,82944 -"178745",27910,101295 -"178746",27910,115622 -"178747",27911,30417 -"178748",27911,30887 -"178749",27911,53515 -"178750",27911,64186 -"178751",27911,66656 -"178752",27911,71959 -"178753",27912,83153 -"178754",27913,37021 -"178755",27913,54829 -"178756",27914,28904 -"178757",27914,36724 -"178758",27914,56995 -"178759",27914,68687 -"178760",27914,70527 -"178761",27915,41884 -"178762",27916,47589 -"178763",27916,95725 -"178764",27916,95950 -"178765",27917,28881 -"178766",27919,28076 -"178767",27919,52545 -"178768",27920,47664 -"178769",27920,81892 -"178770",27920,106728 -"178771",27920,119449 -"178772",27921,27936 -"178773",27921,27995 -"178774",27921,45141 -"178775",27921,79012 -"178776",27921,86858 -"178777",27921,122627 -"178778",27922,116420 -"178779",27924,28123 -"178780",27924,113030 -"178781",27925,61826 -"178782",27925,71394 -"178783",27925,93929 -"178784",27926,39380 -"178785",27926,39968 -"178786",27926,48698 -"178787",27926,48982 -"178788",27926,49362 -"178789",27926,52141 -"178790",27926,55440 -"178791",27926,65884 -"178792",27926,79912 -"178793",27926,83314 -"178794",27926,88699 -"178795",27926,89274 -"178796",27926,98925 -"178797",27926,108830 -"178798",27926,108867 -"178799",27926,114097 -"178800",27927,27929 -"178801",27927,41813 -"178802",27927,54933 -"178803",27927,79466 -"178804",27927,100564 -"178805",27929,35576 -"178806",27929,35788 -"178807",27930,28255 -"178808",27930,42134 -"178809",27930,54921 -"178810",27930,59274 -"178811",27930,79993 -"178812",27930,88233 -"178813",27930,93933 -"178814",27930,118154 -"178815",27930,119061 -"178816",27931,28797 -"178817",27931,86055 -"178818",27931,86095 -"178819",27931,88667 -"178820",27932,92047 -"178821",27933,102818 -"178822",27934,91634 -"178823",27935,117184 -"178824",27936,27995 -"178825",27936,31375 -"178826",27936,35827 -"178827",27936,44239 -"178828",27936,90421 -"178829",27936,91301 -"178830",27936,103947 -"178831",27936,121849 -"178832",27936,121850 -"178833",27937,37898 -"178834",27937,37899 -"178835",27937,37999 -"178836",27937,38044 -"178837",27937,41035 -"178838",27937,43311 -"178839",27937,45309 -"178840",27937,49972 -"178841",27937,77228 -"178842",27937,77229 -"178843",27937,77259 -"178844",27938,28024 -"178845",27938,28090 -"178846",27938,28145 -"178847",27938,28846 -"178848",27938,36027 -"178849",27938,36830 -"178850",27938,39239 -"178851",27938,39247 -"178852",27938,39304 -"178853",27938,39305 -"178854",27938,41004 -"178855",27938,50811 -"178856",27938,51623 -"178857",27938,53448 -"178858",27938,53493 -"178859",27938,67811 -"178860",27938,67818 -"178861",27939,28139 -"178862",27940,43938 -"178863",27940,44827 -"178864",27940,56585 -"178865",27940,111772 -"178866",27942,34637 -"178867",27942,62620 -"178868",27943,30295 -"178869",27943,38134 -"178870",27943,38151 -"178871",27943,54277 -"178872",27943,69903 -"178873",27943,82441 -"178874",27944,73609 -"178875",27944,73812 -"178876",27946,32398 -"178877",27946,67859 -"178878",27946,78652 -"178879",27946,84932 -"178880",27947,28371 -"178881",27947,28915 -"178882",27947,29624 -"178883",27948,30462 -"178884",27948,36823 -"178885",27948,44562 -"178886",27948,48802 -"178887",27948,56107 -"178888",27948,73003 -"178889",27948,75470 -"178890",27948,95446 -"178891",27948,101009 -"178892",27948,101161 -"178893",27949,30963 -"178894",27949,93922 -"178895",27949,103319 -"178896",27950,28201 -"178897",27951,28132 -"178898",27951,35011 -"178899",27951,50867 -"178900",27951,65944 -"178901",27951,67686 -"178902",27952,28408 -"178903",27952,31831 -"178904",27952,41662 -"178905",27952,42848 -"178906",27952,46030 -"178907",27952,46358 -"178908",27952,46392 -"178909",27952,49477 -"178910",27952,50061 -"178911",27952,60674 -"178912",27952,62144 -"178913",27952,101822 -"178914",27953,48444 -"178915",27953,53155 -"178916",27953,59014 -"178917",27953,63568 -"178918",27953,101158 -"178919",27953,105811 -"178920",27953,111117 -"178921",27953,116478 -"178922",27954,28122 -"178923",27955,29274 -"178924",27956,55707 -"178925",27956,85411 -"178926",27957,28121 -"178927",27957,41953 -"178928",27957,72891 -"178929",27959,34437 -"178930",27959,36506 -"178931",27959,41999 -"178932",27959,43292 -"178933",27959,45345 -"178934",27959,53605 -"178935",27959,67312 -"178936",27959,79308 -"178937",27959,79622 -"178938",27959,79848 -"178939",27959,81527 -"178940",27959,92993 -"178941",27959,112273 -"178942",27960,29749 -"178943",27960,44182 -"178944",27960,45541 -"178945",27960,47401 -"178946",27960,50685 -"178947",27960,51398 -"178948",27960,58383 -"178949",27960,63162 -"178950",27960,69814 -"178951",27960,84940 -"178952",27960,84941 -"178953",27960,84958 -"178954",27960,87168 -"178955",27961,28062 -"178956",27961,28063 -"178957",27961,28130 -"178958",27961,28131 -"178959",27962,32586 -"178960",27962,32623 -"178961",27962,45406 -"178962",27962,47112 -"178963",27962,50198 -"178964",27962,58137 -"178965",27962,65532 -"178966",27962,94844 -"178967",27963,51178 -"178968",27963,117321 -"178969",27964,63448 -"178970",27965,74344 -"178971",27965,79198 -"178972",27965,104046 -"178973",27966,41966 -"178974",27966,48789 -"178975",27966,50224 -"178976",27966,52857 -"178977",27966,57143 -"178978",27966,72083 -"178979",27966,81017 -"178980",27966,88575 -"178981",27966,97368 -"178982",27966,99882 -"178983",27967,48324 -"178984",27969,27999 -"178985",27969,43538 -"178986",27969,55076 -"178987",27969,55124 -"178988",27969,55133 -"178989",27969,57016 -"178990",27970,30144 -"178991",27971,89726 -"178992",27971,93051 -"178993",27971,93361 -"178994",27971,112442 -"178995",27972,45839 -"178996",27972,56737 -"178997",27972,79698 -"178998",27972,84390 -"178999",27972,87492 -"179000",27973,28047 -"179001",27973,30012 -"179002",27973,31914 -"179003",27973,33569 -"179004",27973,51398 -"179005",27973,52058 -"179006",27973,55468 -"179007",27973,65898 -"179008",27973,66740 -"179009",27973,70889 -"179010",27973,79231 -"179011",27973,79656 -"179012",27973,84138 -"179013",27973,86131 -"179014",27973,104609 -"179015",27973,106968 -"179016",27973,108303 -"179017",27973,109510 -"179018",27973,110599 -"179019",27974,108951 -"179020",27975,34515 -"179021",27975,38219 -"179022",27975,40645 -"179023",27975,77664 -"179024",27975,99375 -"179025",27977,98181 -"179026",27978,28313 -"179027",27978,52182 -"179028",27979,28245 -"179029",27979,103410 -"179030",27980,28027 -"179031",27980,41175 -"179032",27981,27997 -"179033",27981,39938 -"179034",27981,63267 -"179035",27981,63725 -"179036",27981,84301 -"179037",27981,89209 -"179038",27981,89230 -"179039",27981,105568 -"179040",27981,112750 -"179041",27981,114051 -"179042",27981,116775 -"179043",27982,28016 -"179044",27984,33642 -"179045",27984,33748 -"179046",27984,33796 -"179047",27984,66441 -"179048",27984,101562 -"179049",27985,33980 -"179050",27985,34060 -"179051",27985,34132 -"179052",27988,54533 -"179053",27988,66877 -"179054",27988,80670 -"179055",27988,85282 -"179056",27988,110546 -"179057",27988,110815 -"179058",27989,34761 -"179059",27989,52168 -"179060",27989,54775 -"179061",27989,56976 -"179062",27989,63364 -"179063",27989,68006 -"179064",27989,71027 -"179065",27989,84882 -"179066",27991,45832 -"179067",27992,40136 -"179068",27992,46053 -"179069",27992,53031 -"179070",27993,28040 -"179071",27993,28310 -"179072",27993,43719 -"179073",27994,47968 -"179074",27994,110375 -"179075",27996,58006 -"179076",27997,30044 -"179077",27997,35058 -"179078",27997,38634 -"179079",27997,39938 -"179080",27997,47434 -"179081",27997,50635 -"179082",27997,55775 -"179083",27997,68827 -"179084",27997,89209 -"179085",27997,110859 -"179086",27997,116136 -"179087",27998,66026 -"179088",27998,73483 -"179089",27998,102053 -"179090",27998,107993 -"179091",27999,32856 -"179092",28000,94241 -"179093",28000,100115 -"179094",28000,100375 -"179095",28000,123317 -"179096",28000,123343 -"179097",28001,28084 -"179098",28001,41163 -"179099",28001,47736 -"179100",28001,50804 -"179101",28001,69492 -"179102",28002,51299 -"179103",28002,56236 -"179104",28002,57906 -"179105",28002,84463 -"179106",28002,104064 -"179107",28003,28256 -"179108",28003,38532 -"179109",28003,44822 -"179110",28003,48682 -"179111",28003,71922 -"179112",28003,80555 -"179113",28003,89446 -"179114",28003,92788 -"179115",28004,29246 -"179116",28004,40446 -"179117",28004,42634 -"179118",28004,67078 -"179119",28004,71784 -"179120",28004,86750 -"179121",28004,111842 -"179122",28004,120876 -"179123",28005,51813 -"179124",28005,60425 -"179125",28005,97932 -"179126",28005,111073 -"179127",28006,30564 -"179128",28006,53134 -"179129",28006,70934 -"179130",28006,91184 -"179131",28007,41965 -"179132",28007,53921 -"179133",28007,60806 -"179134",28007,63075 -"179135",28007,97811 -"179136",28007,117122 -"179137",28008,28945 -"179138",28008,28983 -"179139",28008,49921 -"179140",28009,85355 -"179141",28010,36189 -"179142",28010,46861 -"179143",28010,109700 -"179144",28011,29183 -"179145",28011,45629 -"179146",28011,67625 -"179147",28011,74366 -"179148",28011,93197 -"179149",28011,94485 -"179150",28011,115841 -"179151",28012,28418 -"179152",28012,28463 -"179153",28012,53648 -"179154",28012,70125 -"179155",28012,70130 -"179156",28012,70149 -"179157",28012,79533 -"179158",28012,81664 -"179159",28013,30132 -"179160",28013,46014 -"179161",28013,50491 -"179162",28013,89126 -"179163",28013,91128 -"179164",28013,107480 -"179165",28013,109631 -"179166",28013,117570 -"179167",28013,118722 -"179168",28014,28028 -"179169",28015,36239 -"179170",28015,36361 -"179171",28015,39329 -"179172",28015,40725 -"179173",28015,42092 -"179174",28015,46015 -"179175",28015,51718 -"179176",28015,57158 -"179177",28015,114962 -"179178",28017,55712 -"179179",28018,34554 -"179180",28018,35434 -"179181",28018,40235 -"179182",28018,42902 -"179183",28018,52254 -"179184",28018,55978 -"179185",28018,69243 -"179186",28020,30459 -"179187",28020,43508 -"179188",28020,45487 -"179189",28020,47827 -"179190",28020,48967 -"179191",28020,68862 -"179192",28020,74799 -"179193",28020,80728 -"179194",28020,83876 -"179195",28020,85673 -"179196",28020,89685 -"179197",28020,91869 -"179198",28020,93317 -"179199",28020,99738 -"179200",28020,99955 -"179201",28020,101216 -"179202",28020,102001 -"179203",28020,110139 -"179204",28020,111776 -"179205",28020,112377 -"179206",28020,119867 -"179207",28020,122855 -"179208",28021,30819 -"179209",28022,34557 -"179210",28022,35563 -"179211",28022,41001 -"179212",28022,50727 -"179213",28022,51094 -"179214",28022,51275 -"179215",28022,54463 -"179216",28022,76704 -"179217",28022,77449 -"179218",28022,80291 -"179219",28022,81454 -"179220",28022,88253 -"179221",28022,88409 -"179222",28022,92088 -"179223",28022,94318 -"179224",28022,95899 -"179225",28022,101425 -"179226",28022,105014 -"179227",28022,113782 -"179228",28022,114828 -"179229",28022,117019 -"179230",28022,119303 -"179231",28023,38400 -"179232",28023,79768 -"179233",28024,28090 -"179234",28024,28145 -"179235",28024,28846 -"179236",28024,29984 -"179237",28024,39830 -"179238",28024,47175 -"179239",28024,51997 -"179240",28024,53374 -"179241",28024,53448 -"179242",28024,53493 -"179243",28024,53510 -"179244",28026,95315 -"179245",28027,41175 -"179246",28029,41443 -"179247",28029,105732 -"179248",28031,45483 -"179249",28031,112363 -"179250",28032,28391 -"179251",28032,29050 -"179252",28032,49277 -"179253",28032,53235 -"179254",28032,54504 -"179255",28032,54960 -"179256",28032,77073 -"179257",28032,78219 -"179258",28032,90825 -"179259",28032,98453 -"179260",28032,109853 -"179261",28033,28048 -"179262",28033,90693 -"179263",28034,33208 -"179264",28034,77885 -"179265",28034,81408 -"179266",28034,83446 -"179267",28034,83750 -"179268",28034,97087 -"179269",28034,106740 -"179270",28034,112966 -"179271",28034,117575 -"179272",28034,119308 -"179273",28034,119312 -"179274",28034,119347 -"179275",28034,119349 -"179276",28034,119355 -"179277",28034,121845 -"179278",28035,33902 -"179279",28035,35703 -"179280",28035,39122 -"179281",28035,60123 -"179282",28036,107498 -"179283",28036,109474 -"179284",28037,70164 -"179285",28037,72886 -"179286",28037,121377 -"179287",28038,36043 -"179288",28038,53069 -"179289",28039,91111 -"179290",28039,111835 -"179291",28039,111839 -"179292",28039,111895 -"179293",28040,28310 -"179294",28040,35562 -"179295",28040,49388 -"179296",28040,104147 -"179297",28041,36360 -"179298",28041,75337 -"179299",28041,110393 -"179300",28041,110470 -"179301",28042,62730 -"179302",28043,28438 -"179303",28043,28523 -"179304",28043,28568 -"179305",28043,29296 -"179306",28043,31168 -"179307",28043,31170 -"179308",28043,31181 -"179309",28043,31182 -"179310",28043,31184 -"179311",28043,31238 -"179312",28043,31247 -"179313",28043,31269 -"179314",28043,31314 -"179315",28043,31829 -"179316",28043,31913 -"179317",28043,49815 -"179318",28043,57383 -"179319",28043,65009 -"179320",28043,68589 -"179321",28043,74088 -"179322",28043,77109 -"179323",28044,28147 -"179324",28044,28148 -"179325",28044,71072 -"179326",28045,31918 -"179327",28045,47795 -"179328",28046,40263 -"179329",28046,99213 -"179330",28047,29749 -"179331",28047,32601 -"179332",28047,33569 -"179333",28047,48414 -"179334",28047,51732 -"179335",28047,52058 -"179336",28047,86962 -"179337",28047,104609 -"179338",28047,108303 -"179339",28047,115613 -"179340",28048,44136 -"179341",28048,53265 -"179342",28048,55878 -"179343",28048,60624 -"179344",28048,78501 -"179345",28048,79697 -"179346",28048,94398 -"179347",28048,97881 -"179348",28048,107620 -"179349",28049,32791 -"179350",28049,32799 -"179351",28049,32816 -"179352",28049,32846 -"179353",28049,32873 -"179354",28049,32887 -"179355",28049,32910 -"179356",28049,32942 -"179357",28049,32987 -"179358",28049,33050 -"179359",28049,33051 -"179360",28049,33109 -"179361",28049,38736 -"179362",28049,51159 -"179363",28049,93859 -"179364",28049,100733 -"179365",28050,28168 -"179366",28050,31588 -"179367",28050,49211 -"179368",28050,60811 -"179369",28051,29626 -"179370",28051,29808 -"179371",28051,30549 -"179372",28051,31605 -"179373",28051,47151 -"179374",28051,93563 -"179375",28051,114273 -"179376",28052,34158 -"179377",28052,51319 -"179378",28052,100633 -"179379",28053,28984 -"179380",28053,31209 -"179381",28053,57432 -"179382",28053,61901 -"179383",28053,99304 -"179384",28054,30923 -"179385",28054,34570 -"179386",28054,52854 -"179387",28054,54819 -"179388",28056,33990 -"179389",28056,46101 -"179390",28056,46448 -"179391",28056,52622 -"179392",28057,28986 -"179393",28057,32901 -"179394",28057,35420 -"179395",28057,38218 -"179396",28057,42689 -"179397",28057,42725 -"179398",28057,48692 -"179399",28057,51816 -"179400",28057,51921 -"179401",28057,58960 -"179402",28057,68043 -"179403",28057,84891 -"179404",28057,92754 -"179405",28057,94520 -"179406",28057,94533 -"179407",28057,106745 -"179408",28058,58874 -"179409",28058,79529 -"179410",28058,103077 -"179411",28058,114204 -"179412",28058,118265 -"179413",28058,121325 -"179414",28059,28614 -"179415",28059,28757 -"179416",28060,28945 -"179417",28060,31816 -"179418",28060,31849 -"179419",28060,113546 -"179420",28062,28063 -"179421",28062,28130 -"179422",28062,28131 -"179423",28062,39705 -"179424",28063,28130 -"179425",28063,28131 -"179426",28063,34669 -"179427",28063,96911 -"179428",28063,97759 -"179429",28063,99680 -"179430",28063,99702 -"179431",28064,49019 -"179432",28064,53840 -"179433",28065,53257 -"179434",28065,96775 -"179435",28065,100956 -"179436",28066,89034 -"179437",28067,28070 -"179438",28067,46091 -"179439",28067,63643 -"179440",28067,71651 -"179441",28067,72462 -"179442",28067,72472 -"179443",28068,29016 -"179444",28068,29286 -"179445",28068,30770 -"179446",28068,31367 -"179447",28068,33962 -"179448",28068,34106 -"179449",28068,42497 -"179450",28068,48845 -"179451",28068,50229 -"179452",28068,56217 -"179453",28068,57697 -"179454",28068,59975 -"179455",28068,62614 -"179456",28068,86864 -"179457",28068,86873 -"179458",28068,87709 -"179459",28068,96077 -"179460",28069,31355 -"179461",28069,38650 -"179462",28069,60815 -"179463",28069,105556 -"179464",28070,54038 -"179465",28070,57924 -"179466",28071,53624 -"179467",28073,84700 -"179468",28074,49716 -"179469",28075,30738 -"179470",28075,47320 -"179471",28075,56644 -"179472",28075,77950 -"179473",28076,83196 -"179474",28077,71938 -"179475",28077,86146 -"179476",28078,32841 -"179477",28078,40978 -"179478",28078,51433 -"179479",28078,52330 -"179480",28078,59362 -"179481",28078,59363 -"179482",28078,61837 -"179483",28078,81096 -"179484",28078,82190 -"179485",28078,86153 -"179486",28078,97479 -"179487",28078,116135 -"179488",28078,116668 -"179489",28079,30938 -"179490",28079,36788 -"179491",28079,42215 -"179492",28079,50603 -"179493",28079,60608 -"179494",28079,114133 -"179495",28080,30611 -"179496",28080,79277 -"179497",28080,89758 -"179498",28080,108682 -"179499",28080,108693 -"179500",28080,113731 -"179501",28081,32548 -"179502",28081,34088 -"179503",28081,37266 -"179504",28081,38535 -"179505",28081,44131 -"179506",28081,45127 -"179507",28081,46903 -"179508",28081,51512 -"179509",28081,52494 -"179510",28081,68789 -"179511",28081,68891 -"179512",28081,68914 -"179513",28081,97553 -"179514",28081,97557 -"179515",28082,28086 -"179516",28082,28138 -"179517",28083,30471 -"179518",28083,40128 -"179519",28083,53521 -"179520",28083,76915 -"179521",28083,81030 -"179522",28084,28249 -"179523",28084,42508 -"179524",28084,42652 -"179525",28084,42724 -"179526",28084,49909 -"179527",28084,50501 -"179528",28084,58953 -"179529",28084,60005 -"179530",28085,110084 -"179531",28085,110094 -"179532",28086,28138 -"179533",28086,42566 -"179534",28086,42804 -"179535",28086,80707 -"179536",28087,35287 -"179537",28087,47460 -"179538",28087,76483 -"179539",28087,98486 -"179540",28087,105596 -"179541",28088,28670 -"179542",28088,31880 -"179543",28088,41246 -"179544",28088,49803 -"179545",28088,59085 -"179546",28088,69177 -"179547",28088,69205 -"179548",28088,74555 -"179549",28089,61483 -"179550",28089,76427 -"179551",28090,28145 -"179552",28090,28846 -"179553",28090,50811 -"179554",28090,85576 -"179555",28091,30079 -"179556",28091,30827 -"179557",28091,30850 -"179558",28091,32021 -"179559",28091,36079 -"179560",28091,40579 -"179561",28091,43404 -"179562",28091,48519 -"179563",28091,52408 -"179564",28091,54675 -"179565",28091,63545 -"179566",28091,71236 -"179567",28091,96997 -"179568",28092,33113 -"179569",28092,33383 -"179570",28092,33399 -"179571",28092,37440 -"179572",28092,80198 -"179573",28093,28353 -"179574",28093,29019 -"179575",28093,29026 -"179576",28093,32413 -"179577",28093,34614 -"179578",28093,34631 -"179579",28093,34668 -"179580",28093,35983 -"179581",28093,38270 -"179582",28093,40113 -"179583",28093,41754 -"179584",28093,42289 -"179585",28093,45348 -"179586",28093,48281 -"179587",28093,48380 -"179588",28093,48942 -"179589",28093,50662 -"179590",28093,52497 -"179591",28093,56216 -"179592",28093,59615 -"179593",28093,62679 -"179594",28093,63105 -"179595",28093,63641 -"179596",28093,68001 -"179597",28093,68475 -"179598",28093,68917 -"179599",28093,69296 -"179600",28093,71106 -"179601",28093,73655 -"179602",28093,75454 -"179603",28093,75767 -"179604",28093,76046 -"179605",28093,76459 -"179606",28093,76808 -"179607",28093,77727 -"179608",28093,78224 -"179609",28093,79222 -"179610",28093,82978 -"179611",28093,83306 -"179612",28093,85027 -"179613",28093,88412 -"179614",28093,90275 -"179615",28093,90426 -"179616",28093,91112 -"179617",28093,91526 -"179618",28093,93425 -"179619",28093,93523 -"179620",28093,94520 -"179621",28093,95954 -"179622",28093,99544 -"179623",28093,99547 -"179624",28093,99554 -"179625",28093,100595 -"179626",28093,100739 -"179627",28093,100819 -"179628",28093,101898 -"179629",28093,101988 -"179630",28093,102146 -"179631",28093,102201 -"179632",28093,102309 -"179633",28093,102635 -"179634",28093,102730 -"179635",28093,102846 -"179636",28093,103790 -"179637",28093,103825 -"179638",28093,104095 -"179639",28093,104574 -"179640",28093,104784 -"179641",28093,104845 -"179642",28093,107269 -"179643",28093,107623 -"179644",28093,107714 -"179645",28093,107879 -"179646",28093,107975 -"179647",28094,28818 -"179648",28094,37266 -"179649",28094,66527 -"179650",28094,68365 -"179651",28094,71222 -"179652",28094,71407 -"179653",28094,71455 -"179654",28094,72273 -"179655",28094,80456 -"179656",28094,82069 -"179657",28094,87247 -"179658",28094,89702 -"179659",28094,89918 -"179660",28094,97958 -"179661",28094,110041 -"179662",28095,30159 -"179663",28096,46715 -"179664",28096,72155 -"179665",28096,90080 -"179666",28096,91003 -"179667",28096,91986 -"179668",28096,100434 -"179669",28096,117620 -"179670",28097,57203 -"179671",28098,31464 -"179672",28099,28797 -"179673",28099,31164 -"179674",28099,31375 -"179675",28099,32449 -"179676",28099,38699 -"179677",28099,39404 -"179678",28099,50238 -"179679",28099,67916 -"179680",28099,68628 -"179681",28099,88667 -"179682",28099,103443 -"179683",28100,29578 -"179684",28100,69182 -"179685",28100,100286 -"179686",28100,100297 -"179687",28101,53129 -"179688",28101,108749 -"179689",28102,66590 -"179690",28102,97308 -"179691",28102,119077 -"179692",28103,28219 -"179693",28103,77540 -"179694",28104,28359 -"179695",28104,44321 -"179696",28105,48406 -"179697",28105,51833 -"179698",28105,54579 -"179699",28105,75097 -"179700",28105,76551 -"179701",28105,80885 -"179702",28105,85925 -"179703",28105,90658 -"179704",28105,102754 -"179705",28105,115229 -"179706",28106,39410 -"179707",28106,47689 -"179708",28106,103295 -"179709",28106,113010 -"179710",28107,30274 -"179711",28107,42732 -"179712",28107,45891 -"179713",28107,66785 -"179714",28107,98309 -"179715",28109,35256 -"179716",28110,68786 -"179717",28111,33035 -"179718",28111,43221 -"179719",28112,28882 -"179720",28112,32726 -"179721",28112,33380 -"179722",28112,42944 -"179723",28112,45364 -"179724",28112,47814 -"179725",28112,48716 -"179726",28112,48732 -"179727",28112,65991 -"179728",28112,68795 -"179729",28112,93576 -"179730",28113,30891 -"179731",28113,31606 -"179732",28113,33413 -"179733",28113,40623 -"179734",28113,58829 -"179735",28113,62732 -"179736",28113,65070 -"179737",28113,109895 -"179738",28113,117141 -"179739",28113,117142 -"179740",28113,118591 -"179741",28113,118711 -"179742",28113,119921 -"179743",28113,120494 -"179744",28113,120546 -"179745",28113,120579 -"179746",28114,28115 -"179747",28114,30022 -"179748",28114,30239 -"179749",28114,31050 -"179750",28114,34160 -"179751",28114,38756 -"179752",28114,40466 -"179753",28115,40466 -"179754",28115,40559 -"179755",28115,40862 -"179756",28115,41851 -"179757",28115,49589 -"179758",28115,50377 -"179759",28115,54751 -"179760",28115,56776 -"179761",28115,73495 -"179762",28116,65930 -"179763",28116,77415 -"179764",28116,83243 -"179765",28116,89890 -"179766",28116,99985 -"179767",28116,110564 -"179768",28117,34116 -"179769",28117,44732 -"179770",28117,68704 -"179771",28117,71366 -"179772",28118,35583 -"179773",28118,37258 -"179774",28118,49282 -"179775",28118,52136 -"179776",28118,57687 -"179777",28118,63063 -"179778",28118,63305 -"179779",28118,63317 -"179780",28118,67893 -"179781",28118,69192 -"179782",28118,69485 -"179783",28118,73881 -"179784",28118,74599 -"179785",28118,81246 -"179786",28118,98073 -"179787",28119,28816 -"179788",28119,39501 -"179789",28119,45928 -"179790",28119,47826 -"179791",28119,47994 -"179792",28119,54589 -"179793",28119,83012 -"179794",28120,42824 -"179795",28120,42825 -"179796",28120,42876 -"179797",28120,42907 -"179798",28122,43944 -"179799",28122,60065 -"179800",28122,62172 -"179801",28122,103189 -"179802",28122,120212 -"179803",28124,47111 -"179804",28124,71342 -"179805",28124,77305 -"179806",28124,81588 -"179807",28124,82442 -"179808",28124,89097 -"179809",28124,92220 -"179810",28124,104788 -"179811",28124,112329 -"179812",28126,37658 -"179813",28126,66483 -"179814",28126,76057 -"179815",28126,88151 -"179816",28126,110428 -"179817",28126,111581 -"179818",28127,36640 -"179819",28127,74369 -"179820",28127,74664 -"179821",28127,75017 -"179822",28127,101089 -"179823",28127,101288 -"179824",28127,101364 -"179825",28127,101369 -"179826",28127,115382 -"179827",28128,28243 -"179828",28129,66986 -"179829",28129,110192 -"179830",28130,28131 -"179831",28130,33814 -"179832",28130,34669 -"179833",28130,35286 -"179834",28130,36454 -"179835",28130,38343 -"179836",28130,38396 -"179837",28130,49073 -"179838",28130,49086 -"179839",28130,72848 -"179840",28130,93333 -"179841",28130,94488 -"179842",28130,97759 -"179843",28130,99680 -"179844",28130,99702 -"179845",28130,100780 -"179846",28130,112932 -"179847",28130,114926 -"179848",28131,30150 -"179849",28131,58669 -"179850",28131,59484 -"179851",28131,70203 -"179852",28131,81167 -"179853",28131,85644 -"179854",28131,91422 -"179855",28131,98939 -"179856",28131,117679 -"179857",28132,59040 -"179858",28132,66216 -"179859",28132,122410 -"179860",28134,42929 -"179861",28134,42948 -"179862",28134,114333 -"179863",28134,114334 -"179864",28134,114428 -"179865",28134,116621 -"179866",28135,34666 -"179867",28135,55020 -"179868",28135,57336 -"179869",28135,68798 -"179870",28135,69542 -"179871",28135,84864 -"179872",28135,101281 -"179873",28135,107013 -"179874",28135,116701 -"179875",28135,121058 -"179876",28135,121126 -"179877",28135,121130 -"179878",28136,38156 -"179879",28136,53381 -"179880",28137,68328 -"179881",28139,41686 -"179882",28139,43309 -"179883",28139,43713 -"179884",28139,57744 -"179885",28139,61819 -"179886",28139,62966 -"179887",28139,66023 -"179888",28139,100429 -"179889",28140,31887 -"179890",28140,67863 -"179891",28140,71523 -"179892",28141,44617 -"179893",28141,88752 -"179894",28142,28219 -"179895",28142,85851 -"179896",28142,92103 -"179897",28143,32888 -"179898",28143,65305 -"179899",28143,81817 -"179900",28143,102895 -"179901",28144,62579 -"179902",28144,69154 -"179903",28145,28504 -"179904",28145,28843 -"179905",28145,28846 -"179906",28145,29932 -"179907",28145,29984 -"179908",28145,41004 -"179909",28145,53374 -"179910",28146,98338 -"179911",28146,103930 -"179912",28146,114153 -"179913",28147,28148 -"179914",28149,53917 -"179915",28150,84364 -"179916",28150,97287 -"179917",28150,97679 -"179918",28151,32442 -"179919",28151,39646 -"179920",28151,43307 -"179921",28151,78829 -"179922",28151,83870 -"179923",28151,109217 -"179924",28151,109224 -"179925",28152,46143 -"179926",28153,28256 -"179927",28154,28208 -"179928",28154,28210 -"179929",28154,30983 -"179930",28154,31025 -"179931",28154,34276 -"179932",28154,45167 -"179933",28154,54558 -"179934",28155,34956 -"179935",28155,51621 -"179936",28155,54411 -"179937",28155,71674 -"179938",28155,72845 -"179939",28155,106669 -"179940",28155,113539 -"179941",28155,118508 -"179942",28157,28192 -"179943",28157,60624 -"179944",28158,45752 -"179945",28158,111430 -"179946",28158,111503 -"179947",28158,111518 -"179948",28159,28214 -"179949",28159,28265 -"179950",28159,28279 -"179951",28159,28311 -"179952",28159,28322 -"179953",28159,43210 -"179954",28159,84241 -"179955",28159,98840 -"179956",28161,33476 -"179957",28161,40682 -"179958",28161,42970 -"179959",28161,50052 -"179960",28161,66960 -"179961",28161,77342 -"179962",28161,77348 -"179963",28161,78548 -"179964",28162,28448 -"179965",28162,28450 -"179966",28162,42926 -"179967",28162,46838 -"179968",28162,50819 -"179969",28162,52154 -"179970",28162,62324 -"179971",28163,28257 -"179972",28163,28283 -"179973",28163,28315 -"179974",28163,39260 -"179975",28163,122601 -"179976",28164,30373 -"179977",28164,30433 -"179978",28164,31522 -"179979",28164,31523 -"179980",28164,31647 -"179981",28164,31648 -"179982",28164,34918 -"179983",28164,39534 -"179984",28164,44260 -"179985",28164,61058 -"179986",28164,78446 -"179987",28164,78740 -"179988",28164,95883 -"179989",28165,30937 -"179990",28165,34799 -"179991",28165,44424 -"179992",28165,45843 -"179993",28165,60188 -"179994",28165,62984 -"179995",28165,82311 -"179996",28165,92399 -"179997",28165,110310 -"179998",28165,121654 -"179999",28166,67613 -"180000",28166,88078 -"180001",28166,88084 -"180002",28166,90559 -"180003",28166,92311 -"180004",28166,99668 -"180005",28166,109678 -"180006",28167,28458 -"180007",28167,82533 -"180008",28168,32752 -"180009",28168,35705 -"180010",28168,57714 -"180011",28168,76178 -"180012",28168,78080 -"180013",28168,94500 -"180014",28168,97983 -"180015",28169,34837 -"180016",28170,28275 -"180017",28171,28181 -"180018",28172,38549 -"180019",28173,31572 -"180020",28173,32728 -"180021",28173,37506 -"180022",28173,37627 -"180023",28173,41787 -"180024",28173,47743 -"180025",28173,49334 -"180026",28173,49646 -"180027",28173,49800 -"180028",28173,53348 -"180029",28173,82332 -"180030",28173,82893 -"180031",28173,95224 -"180032",28173,107012 -"180033",28173,107033 -"180034",28174,96165 -"180035",28175,31154 -"180036",28175,65211 -"180037",28175,89710 -"180038",28175,104620 -"180039",28176,48406 -"180040",28177,70101 -"180041",28177,70102 -"180042",28178,112731 -"180043",28179,60261 -"180044",28179,84667 -"180045",28179,121776 -"180046",28179,121780 -"180047",28179,121896 -"180048",28181,35682 -"180049",28181,41197 -"180050",28181,47232 -"180051",28181,50059 -"180052",28181,56229 -"180053",28181,57471 -"180054",28181,73802 -"180055",28181,75338 -"180056",28181,82185 -"180057",28182,30905 -"180058",28182,30906 -"180059",28182,31063 -"180060",28182,31116 -"180061",28182,56040 -"180062",28182,68521 -"180063",28182,91249 -"180064",28182,97689 -"180065",28183,50707 -"180066",28184,28328 -"180067",28185,65614 -"180068",28185,67508 -"180069",28185,83966 -"180070",28186,28238 -"180071",28186,28343 -"180072",28186,69133 -"180073",28186,73833 -"180074",28186,73834 -"180075",28186,73849 -"180076",28186,75663 -"180077",28187,28327 -"180078",28187,32237 -"180079",28187,39356 -"180080",28187,39385 -"180081",28187,39647 -"180082",28188,28226 -"180083",28189,89685 -"180084",28189,105728 -"180085",28189,109226 -"180086",28189,117535 -"180087",28190,35610 -"180088",28190,36585 -"180089",28190,46646 -"180090",28190,46883 -"180091",28190,74109 -"180092",28191,28308 -"180093",28193,38280 -"180094",28193,51639 -"180095",28193,51644 -"180096",28193,52277 -"180097",28193,68244 -"180098",28193,72696 -"180099",28194,37705 -"180100",28195,30702 -"180101",28195,35830 -"180102",28195,40948 -"180103",28195,47883 -"180104",28195,56006 -"180105",28195,62403 -"180106",28195,74874 -"180107",28195,95775 -"180108",28195,118153 -"180109",28197,65270 -"180110",28197,88535 -"180111",28198,28522 -"180112",28198,52315 -"180113",28198,63502 -"180114",28200,28250 -"180115",28200,42280 -"180116",28200,46195 -"180117",28200,53230 -"180118",28200,71607 -"180119",28200,79089 -"180120",28200,81850 -"180121",28202,29202 -"180122",28202,29932 -"180123",28202,44690 -"180124",28202,52581 -"180125",28202,55089 -"180126",28202,79069 -"180127",28202,94808 -"180128",28202,98075 -"180129",28202,114055 -"180130",28202,114108 -"180131",28203,47994 -"180132",28203,59861 -"180133",28203,74711 -"180134",28204,36296 -"180135",28204,59477 -"180136",28204,72767 -"180137",28204,73245 -"180138",28204,100279 -"180139",28205,36874 -"180140",28205,49603 -"180141",28205,68953 -"180142",28205,101139 -"180143",28206,38814 -"180144",28208,28210 -"180145",28208,31025 -"180146",28208,51019 -"180147",28209,43069 -"180148",28210,31025 -"180149",28211,67845 -"180150",28212,41091 -"180151",28212,82085 -"180152",28212,107385 -"180153",28212,107398 -"180154",28212,115094 -"180155",28213,28229 -"180156",28214,28265 -"180157",28214,28279 -"180158",28214,28311 -"180159",28214,28322 -"180160",28216,30547 -"180161",28216,96729 -"180162",28217,28233 -"180163",28217,28267 -"180164",28217,28333 -"180165",28217,41872 -"180166",28217,53473 -"180167",28217,73196 -"180168",28217,74136 -"180169",28217,74137 -"180170",28217,74546 -"180171",28217,86828 -"180172",28218,39964 -"180173",28218,78696 -"180174",28219,43249 -"180175",28219,62660 -"180176",28219,93301 -"180177",28219,106738 -"180178",28219,117793 -"180179",28219,118474 -"180180",28219,121705 -"180181",28219,121724 -"180182",28220,28487 -"180183",28220,72661 -"180184",28220,72663 -"180185",28220,72698 -"180186",28222,28240 -"180187",28223,47173 -"180188",28223,70584 -"180189",28223,96723 -"180190",28224,30290 -"180191",28224,31291 -"180192",28224,64102 -"180193",28224,78190 -"180194",28224,88280 -"180195",28224,104964 -"180196",28224,104973 -"180197",28224,105574 -"180198",28224,119644 -"180199",28225,98964 -"180200",28225,102827 -"180201",28227,28281 -"180202",28227,28291 -"180203",28227,34686 -"180204",28227,63439 -"180205",28227,103726 -"180206",28227,103751 -"180207",28228,48739 -"180208",28228,50785 -"180209",28228,121491 -"180210",28228,121494 -"180211",28229,28931 -"180212",28230,45967 -"180213",28230,49597 -"180214",28230,99992 -"180215",28231,53031 -"180216",28231,76824 -"180217",28231,80039 -"180218",28231,96729 -"180219",28231,103216 -"180220",28232,28561 -"180221",28233,28267 -"180222",28233,28333 -"180223",28233,31603 -"180224",28233,78738 -"180225",28234,28536 -"180226",28234,38086 -"180227",28234,38842 -"180228",28234,39509 -"180229",28234,56707 -"180230",28234,80999 -"180231",28234,94276 -"180232",28234,122595 -"180233",28235,40036 -"180234",28236,53094 -"180235",28237,28995 -"180236",28237,52486 -"180237",28237,60766 -"180238",28237,60803 -"180239",28237,75101 -"180240",28237,104784 -"180241",28238,28343 -"180242",28238,39557 -"180243",28239,41737 -"180244",28240,55699 -"180245",28240,55753 -"180246",28240,55755 -"180247",28240,69473 -"180248",28240,108640 -"180249",28240,121923 -"180250",28241,78272 -"180251",28243,28659 -"180252",28243,46852 -"180253",28243,60898 -"180254",28243,62801 -"180255",28243,66274 -"180256",28243,81491 -"180257",28243,81641 -"180258",28244,28680 -"180259",28244,30385 -"180260",28246,31886 -"180261",28246,92818 -"180262",28247,37979 -"180263",28247,92294 -"180264",28247,114958 -"180265",28248,50542 -"180266",28248,78399 -"180267",28249,34468 -"180268",28249,38307 -"180269",28249,38367 -"180270",28249,38883 -"180271",28249,39983 -"180272",28249,41895 -"180273",28249,41945 -"180274",28249,44326 -"180275",28249,45310 -"180276",28249,50501 -"180277",28249,55362 -"180278",28249,55810 -"180279",28249,60005 -"180280",28250,46568 -"180281",28250,49221 -"180282",28250,49284 -"180283",28250,49403 -"180284",28250,52231 -"180285",28250,58880 -"180286",28250,64514 -"180287",28250,64767 -"180288",28250,112125 -"180289",28251,58615 -"180290",28251,61450 -"180291",28252,37259 -"180292",28252,40515 -"180293",28252,42562 -"180294",28252,45315 -"180295",28252,46691 -"180296",28252,69944 -"180297",28252,76369 -"180298",28252,77160 -"180299",28252,77175 -"180300",28252,77179 -"180301",28252,92784 -"180302",28252,99523 -"180303",28252,119311 -"180304",28253,34704 -"180305",28253,65920 -"180306",28253,99981 -"180307",28253,99988 -"180308",28253,112275 -"180309",28253,113224 -"180310",28254,63620 -"180311",28256,38532 -"180312",28256,53977 -"180313",28256,59627 -"180314",28256,106752 -"180315",28257,28283 -"180316",28257,28315 -"180317",28257,55515 -"180318",28258,28697 -"180319",28259,33869 -"180320",28259,36315 -"180321",28259,37198 -"180322",28259,44327 -"180323",28259,84742 -"180324",28260,43539 -"180325",28260,55795 -"180326",28260,65362 -"180327",28260,69983 -"180328",28260,82808 -"180329",28260,87058 -"180330",28260,94931 -"180331",28260,96264 -"180332",28261,33722 -"180333",28261,41111 -"180334",28261,67807 -"180335",28261,113533 -"180336",28262,28350 -"180337",28262,30451 -"180338",28262,41663 -"180339",28262,54671 -"180340",28262,60745 -"180341",28262,66151 -"180342",28262,79193 -"180343",28262,84204 -"180344",28262,111928 -"180345",28263,49990 -"180346",28263,49991 -"180347",28263,55246 -"180348",28263,99426 -"180349",28264,30984 -"180350",28264,44113 -"180351",28265,28279 -"180352",28265,28311 -"180353",28265,28322 -"180354",28266,28276 -"180355",28266,28334 -"180356",28266,28657 -"180357",28266,42833 -"180358",28267,28333 -"180359",28268,88663 -"180360",28268,89263 -"180361",28269,41023 -"180362",28269,57245 -"180363",28270,82574 -"180364",28271,35783 -"180365",28273,30344 -"180366",28273,34700 -"180367",28273,34730 -"180368",28273,50278 -"180369",28273,59097 -"180370",28273,60524 -"180371",28273,68207 -"180372",28273,70874 -"180373",28273,97592 -"180374",28273,100131 -"180375",28273,100432 -"180376",28273,101250 -"180377",28273,110424 -"180378",28273,113293 -"180379",28273,114822 -"180380",28273,118711 -"180381",28274,55084 -"180382",28274,74993 -"180383",28276,28334 -"180384",28276,28657 -"180385",28277,28325 -"180386",28277,28326 -"180387",28277,56695 -"180388",28279,28311 -"180389",28279,28322 -"180390",28279,109250 -"180391",28280,34167 -"180392",28280,66566 -"180393",28280,101732 -"180394",28280,108065 -"180395",28280,111770 -"180396",28280,121194 -"180397",28280,123322 -"180398",28281,28291 -"180399",28281,104642 -"180400",28282,37934 -"180401",28282,49341 -"180402",28282,87720 -"180403",28282,102221 -"180404",28282,115299 -"180405",28282,121995 -"180406",28283,28315 -"180407",28283,33125 -"180408",28283,33875 -"180409",28283,35571 -"180410",28283,97571 -"180411",28284,46567 -"180412",28284,46637 -"180413",28284,46639 -"180414",28284,46996 -"180415",28285,30149 -"180416",28285,31458 -"180417",28285,35718 -"180418",28285,36733 -"180419",28285,39115 -"180420",28285,41922 -"180421",28285,47947 -"180422",28285,55867 -"180423",28285,57168 -"180424",28285,59952 -"180425",28285,60025 -"180426",28285,77726 -"180427",28286,31287 -"180428",28286,31857 -"180429",28286,40289 -"180430",28286,59591 -"180431",28286,66308 -"180432",28286,68246 -"180433",28287,28342 -"180434",28288,53672 -"180435",28288,56451 -"180436",28288,56901 -"180437",28288,60102 -"180438",28288,64744 -"180439",28288,65052 -"180440",28288,76569 -"180441",28288,76578 -"180442",28288,76989 -"180443",28288,78421 -"180444",28288,101504 -"180445",28288,117109 -"180446",28289,64521 -"180447",28289,73228 -"180448",28290,39427 -"180449",28290,41634 -"180450",28290,55730 -"180451",28290,61072 -"180452",28290,68956 -"180453",28290,76403 -"180454",28290,77056 -"180455",28290,83519 -"180456",28290,83598 -"180457",28290,84808 -"180458",28290,93680 -"180459",28290,108578 -"180460",28290,110872 -"180461",28290,117875 -"180462",28290,120951 -"180463",28291,31973 -"180464",28291,61058 -"180465",28291,71946 -"180466",28291,91288 -"180467",28292,65095 -"180468",28294,33058 -"180469",28294,37051 -"180470",28294,54891 -"180471",28294,99086 -"180472",28295,99191 -"180473",28296,29905 -"180474",28296,34735 -"180475",28296,41720 -"180476",28296,42510 -"180477",28296,42591 -"180478",28296,42619 -"180479",28296,56576 -"180480",28296,67386 -"180481",28297,31658 -"180482",28297,38335 -"180483",28298,66370 -"180484",28298,119167 -"180485",28299,56091 -"180486",28299,110741 -"180487",28300,30970 -"180488",28300,32249 -"180489",28300,32913 -"180490",28300,36082 -"180491",28300,48225 -"180492",28300,57281 -"180493",28300,66222 -"180494",28300,66223 -"180495",28300,66263 -"180496",28300,66312 -"180497",28300,66353 -"180498",28301,28632 -"180499",28302,52324 -"180500",28302,58824 -"180501",28302,68925 -"180502",28302,69317 -"180503",28302,69406 -"180504",28302,69407 -"180505",28302,69476 -"180506",28303,50258 -"180507",28304,32628 -"180508",28304,58008 -"180509",28304,102275 -"180510",28305,37120 -"180511",28305,38978 -"180512",28305,96233 -"180513",28305,101421 -"180514",28306,65588 -"180515",28309,28354 -"180516",28309,32172 -"180517",28309,84639 -"180518",28309,86439 -"180519",28309,97868 -"180520",28309,104308 -"180521",28310,40446 -"180522",28310,41425 -"180523",28310,58617 -"180524",28310,93423 -"180525",28311,28322 -"180526",28312,30114 -"180527",28312,53651 -"180528",28312,53693 -"180529",28312,62964 -"180530",28313,28942 -"180531",28313,31004 -"180532",28313,31012 -"180533",28313,33337 -"180534",28313,41596 -"180535",28313,66004 -"180536",28315,32541 -"180537",28315,73079 -"180538",28315,116512 -"180539",28315,116568 -"180540",28316,29354 -"180541",28316,29751 -"180542",28316,39406 -"180543",28316,43123 -"180544",28316,44132 -"180545",28316,49125 -"180546",28316,49701 -"180547",28316,49884 -"180548",28316,78938 -"180549",28316,81750 -"180550",28316,84462 -"180551",28316,86267 -"180552",28316,90193 -"180553",28316,95126 -"180554",28316,95157 -"180555",28317,30721 -"180556",28317,31556 -"180557",28317,33528 -"180558",28317,34033 -"180559",28317,38421 -"180560",28317,78890 -"180561",28317,79618 -"180562",28317,96259 -"180563",28317,99240 -"180564",28317,108970 -"180565",28318,34633 -"180566",28319,29650 -"180567",28319,60961 -"180568",28319,66031 -"180569",28319,75572 -"180570",28319,77423 -"180571",28319,87840 -"180572",28320,28329 -"180573",28320,45159 -"180574",28320,45160 -"180575",28320,66893 -"180576",28321,37896 -"180577",28322,32719 -"180578",28322,34120 -"180579",28322,41288 -"180580",28322,46748 -"180581",28322,65628 -"180582",28322,67902 -"180583",28322,81315 -"180584",28323,68164 -"180585",28323,93669 -"180586",28324,28335 -"180587",28325,28326 -"180588",28325,55550 -"180589",28325,60302 -"180590",28325,79204 -"180591",28325,79616 -"180592",28325,81771 -"180593",28325,97527 -"180594",28325,102994 -"180595",28326,32097 -"180596",28326,38919 -"180597",28326,50480 -"180598",28326,50866 -"180599",28326,55550 -"180600",28326,63748 -"180601",28326,77404 -"180602",28326,87699 -"180603",28326,90294 -"180604",28326,90306 -"180605",28328,48728 -"180606",28329,59841 -"180607",28330,28428 -"180608",28330,38845 -"180609",28330,45357 -"180610",28330,63276 -"180611",28330,84509 -"180612",28331,32424 -"180613",28331,39742 -"180614",28332,34943 -"180615",28332,42285 -"180616",28333,30324 -"180617",28334,28657 -"180618",28335,39748 -"180619",28335,55580 -"180620",28335,63685 -"180621",28335,74729 -"180622",28335,85361 -"180623",28336,28337 -"180624",28336,28346 -"180625",28337,28346 -"180626",28338,91259 -"180627",28338,106762 -"180628",28339,54379 -"180629",28339,73270 -"180630",28339,117298 -"180631",28340,55823 -"180632",28340,57209 -"180633",28340,76393 -"180634",28340,91198 -"180635",28341,30625 -"180636",28341,33025 -"180637",28341,34026 -"180638",28341,34180 -"180639",28341,48038 -"180640",28341,76678 -"180641",28341,78376 -"180642",28344,47930 -"180643",28344,55236 -"180644",28344,59844 -"180645",28344,70320 -"180646",28345,31688 -"180647",28345,32228 -"180648",28345,32647 -"180649",28345,42561 -"180650",28345,56067 -"180651",28345,58278 -"180652",28345,70583 -"180653",28345,82964 -"180654",28345,88391 -"180655",28345,112416 -"180656",28345,112969 -"180657",28347,39003 -"180658",28347,39099 -"180659",28348,31923 -"180660",28348,45254 -"180661",28348,65483 -"180662",28348,113331 -"180663",28349,34905 -"180664",28349,41043 -"180665",28351,73941 -"180666",28351,123313 -"180667",28352,66632 -"180668",28352,83568 -"180669",28353,29019 -"180670",28353,29026 -"180671",28353,32413 -"180672",28353,34614 -"180673",28353,34631 -"180674",28353,34668 -"180675",28353,35983 -"180676",28353,38270 -"180677",28353,40113 -"180678",28353,42289 -"180679",28353,45152 -"180680",28353,45269 -"180681",28353,48281 -"180682",28353,48380 -"180683",28353,50662 -"180684",28353,53043 -"180685",28353,56216 -"180686",28353,57483 -"180687",28353,59615 -"180688",28353,62679 -"180689",28353,63105 -"180690",28353,66724 -"180691",28353,68001 -"180692",28353,68367 -"180693",28353,68475 -"180694",28353,68917 -"180695",28353,69296 -"180696",28353,71106 -"180697",28353,73655 -"180698",28353,75136 -"180699",28353,75767 -"180700",28353,76046 -"180701",28353,76459 -"180702",28353,76808 -"180703",28353,77727 -"180704",28353,77844 -"180705",28353,78224 -"180706",28353,79222 -"180707",28353,82978 -"180708",28353,83306 -"180709",28353,83706 -"180710",28353,85027 -"180711",28353,88412 -"180712",28353,88674 -"180713",28353,90275 -"180714",28353,90426 -"180715",28353,91112 -"180716",28353,91526 -"180717",28353,91900 -"180718",28353,93235 -"180719",28353,93425 -"180720",28353,93523 -"180721",28353,94520 -"180722",28353,95254 -"180723",28353,95954 -"180724",28353,96525 -"180725",28353,96664 -"180726",28353,99544 -"180727",28353,99547 -"180728",28353,99554 -"180729",28353,100595 -"180730",28353,100739 -"180731",28353,100819 -"180732",28353,101898 -"180733",28353,101988 -"180734",28353,102146 -"180735",28353,102201 -"180736",28353,102309 -"180737",28353,102455 -"180738",28353,102474 -"180739",28353,102635 -"180740",28353,102730 -"180741",28353,102846 -"180742",28353,103790 -"180743",28353,104095 -"180744",28353,104574 -"180745",28353,104784 -"180746",28353,104845 -"180747",28353,105230 -"180748",28353,107269 -"180749",28353,107623 -"180750",28353,107714 -"180751",28353,107879 -"180752",28353,107975 -"180753",28354,32172 -"180754",28354,52945 -"180755",28354,70975 -"180756",28354,101410 -"180757",28355,30811 -"180758",28355,56087 -"180759",28355,111970 -"180760",28356,32986 -"180761",28356,54477 -"180762",28356,106593 -"180763",28357,39534 -"180764",28357,48918 -"180765",28357,62886 -"180766",28357,69470 -"180767",28357,72438 -"180768",28358,47621 -"180769",28358,52680 -"180770",28358,59395 -"180771",28358,74911 -"180772",28358,84170 -"180773",28358,85127 -"180774",28359,31382 -"180775",28360,28407 -"180776",28360,28435 -"180777",28361,49651 -"180778",28361,77683 -"180779",28361,91812 -"180780",28361,94252 -"180781",28361,94571 -"180782",28361,104162 -"180783",28362,60190 -"180784",28362,69159 -"180785",28363,28364 -"180786",28363,28551 -"180787",28363,31389 -"180788",28364,28551 -"180789",28364,76952 -"180790",28364,117023 -"180791",28365,61368 -"180792",28366,30343 -"180793",28366,31357 -"180794",28366,45403 -"180795",28366,52372 -"180796",28366,73736 -"180797",28366,77199 -"180798",28366,84299 -"180799",28366,94391 -"180800",28366,101259 -"180801",28366,115495 -"180802",28368,95406 -"180803",28369,29037 -"180804",28369,35067 -"180805",28369,40551 -"180806",28369,42212 -"180807",28369,45726 -"180808",28369,48106 -"180809",28369,57330 -"180810",28369,59309 -"180811",28369,65362 -"180812",28369,68933 -"180813",28369,75763 -"180814",28369,81722 -"180815",28369,84770 -"180816",28369,99136 -"180817",28369,101117 -"180818",28369,101827 -"180819",28369,108654 -"180820",28369,108661 -"180821",28369,109262 -"180822",28369,109441 -"180823",28369,110196 -"180824",28369,110216 -"180825",28369,120111 -"180826",28370,37045 -"180827",28370,38169 -"180828",28370,39593 -"180829",28370,50014 -"180830",28370,72510 -"180831",28370,109129 -"180832",28371,28915 -"180833",28371,29624 -"180834",28371,53624 -"180835",28371,64922 -"180836",28371,73809 -"180837",28371,90052 -"180838",28371,90530 -"180839",28371,107604 -"180840",28372,42756 -"180841",28372,49114 -"180842",28373,35631 -"180843",28373,58789 -"180844",28373,59667 -"180845",28373,89906 -"180846",28373,120455 -"180847",28373,120456 -"180848",28375,94815 -"180849",28376,100084 -"180850",28377,31530 -"180851",28377,35091 -"180852",28377,54344 -"180853",28377,89160 -"180854",28377,107647 -"180855",28378,28527 -"180856",28378,46776 -"180857",28378,49810 -"180858",28378,69251 -"180859",28378,75786 -"180860",28378,75807 -"180861",28378,75808 -"180862",28378,75965 -"180863",28378,75975 -"180864",28378,75990 -"180865",28378,75991 -"180866",28378,75998 -"180867",28378,90824 -"180868",28378,104621 -"180869",28379,28473 -"180870",28380,35369 -"180871",28380,37516 -"180872",28380,37554 -"180873",28380,68877 -"180874",28380,92855 -"180875",28381,28413 -"180876",28381,28427 -"180877",28381,47716 -"180878",28382,55064 -"180879",28384,28395 -"180880",28384,28396 -"180881",28384,28541 -"180882",28384,32908 -"180883",28384,45355 -"180884",28384,48872 -"180885",28384,51688 -"180886",28384,77080 -"180887",28384,93923 -"180888",28384,100196 -"180889",28384,102893 -"180890",28384,111612 -"180891",28384,114010 -"180892",28385,31163 -"180893",28385,32380 -"180894",28386,38195 -"180895",28386,58074 -"180896",28386,92099 -"180897",28386,106754 -"180898",28386,110915 -"180899",28386,112987 -"180900",28387,31040 -"180901",28387,34858 -"180902",28387,44331 -"180903",28388,28452 -"180904",28388,28851 -"180905",28388,28970 -"180906",28389,68242 -"180907",28390,29819 -"180908",28390,32549 -"180909",28390,36514 -"180910",28390,39020 -"180911",28390,42549 -"180912",28390,58976 -"180913",28390,59509 -"180914",28390,67282 -"180915",28391,28426 -"180916",28391,34158 -"180917",28391,35562 -"180918",28391,51620 -"180919",28391,84744 -"180920",28391,109853 -"180921",28392,46718 -"180922",28392,50193 -"180923",28392,78050 -"180924",28392,81516 -"180925",28392,108538 -"180926",28392,108539 -"180927",28392,115358 -"180928",28393,29671 -"180929",28393,49744 -"180930",28395,28396 -"180931",28395,28541 -"180932",28395,31165 -"180933",28395,35446 -"180934",28395,56891 -"180935",28395,73399 -"180936",28395,84791 -"180937",28395,87117 -"180938",28395,102791 -"180939",28396,28541 -"180940",28396,29007 -"180941",28396,47529 -"180942",28396,52524 -"180943",28396,58797 -"180944",28396,59622 -"180945",28396,64653 -"180946",28396,70684 -"180947",28396,84791 -"180948",28396,95757 -"180949",28397,28878 -"180950",28397,49491 -"180951",28397,49492 -"180952",28397,72221 -"180953",28398,55381 -"180954",28399,33709 -"180955",28399,34416 -"180956",28399,40168 -"180957",28399,45339 -"180958",28399,56780 -"180959",28399,94784 -"180960",28399,110987 -"180961",28399,111012 -"180962",28400,33870 -"180963",28400,37871 -"180964",28400,46809 -"180965",28400,57592 -"180966",28400,59975 -"180967",28400,68139 -"180968",28400,76518 -"180969",28400,110284 -"180970",28400,115720 -"180971",28401,28402 -"180972",28401,87000 -"180973",28403,28451 -"180974",28403,33287 -"180975",28403,114301 -"180976",28404,28433 -"180977",28404,29742 -"180978",28404,32634 -"180979",28404,35836 -"180980",28404,45236 -"180981",28404,51079 -"180982",28404,77247 -"180983",28404,91726 -"180984",28404,95441 -"180985",28405,75878 -"180986",28406,46289 -"180987",28406,50312 -"180988",28406,54857 -"180989",28406,59067 -"180990",28406,62429 -"180991",28406,78782 -"180992",28407,28435 -"180993",28408,38461 -"180994",28408,38989 -"180995",28408,59039 -"180996",28408,69413 -"180997",28408,72269 -"180998",28408,80405 -"180999",28408,80770 -"181000",28408,83483 -"181001",28408,85912 -"181002",28408,94330 -"181003",28408,99582 -"181004",28408,103918 -"181005",28409,33917 -"181006",28409,42250 -"181007",28409,45007 -"181008",28409,51931 -"181009",28409,64254 -"181010",28410,28564 -"181011",28410,31693 -"181012",28410,35251 -"181013",28410,36129 -"181014",28410,38755 -"181015",28410,65726 -"181016",28410,71059 -"181017",28410,82643 -"181018",28410,88938 -"181019",28411,32547 -"181020",28411,40405 -"181021",28412,68615 -"181022",28412,68727 -"181023",28413,28427 -"181024",28413,86771 -"181025",28413,100256 -"181026",28413,103095 -"181027",28416,35470 -"181028",28416,44972 -"181029",28417,28489 -"181030",28417,36006 -"181031",28418,28463 -"181032",28418,60866 -"181033",28418,62573 -"181034",28418,63582 -"181035",28418,63678 -"181036",28418,71685 -"181037",28418,72019 -"181038",28419,30273 -"181039",28419,45258 -"181040",28419,58224 -"181041",28419,91558 -"181042",28420,35916 -"181043",28420,43594 -"181044",28420,71650 -"181045",28420,85060 -"181046",28421,34822 -"181047",28421,37216 -"181048",28421,38351 -"181049",28421,78995 -"181050",28421,107945 -"181051",28421,121914 -"181052",28422,29066 -"181053",28422,30481 -"181054",28422,34553 -"181055",28422,42338 -"181056",28422,49523 -"181057",28422,53631 -"181058",28422,63300 -"181059",28422,63315 -"181060",28422,81434 -"181061",28422,109120 -"181062",28423,28481 -"181063",28424,39647 -"181064",28424,41618 -"181065",28424,43929 -"181066",28424,77786 -"181067",28424,90828 -"181068",28424,92638 -"181069",28424,93319 -"181070",28424,93384 -"181071",28424,97774 -"181072",28424,99199 -"181073",28424,107125 -"181074",28424,107131 -"181075",28425,44194 -"181076",28427,86771 -"181077",28427,100256 -"181078",28427,103095 -"181079",28429,28942 -"181080",28429,58038 -"181081",28430,66981 -"181082",28431,70209 -"181083",28431,98001 -"181084",28431,102695 -"181085",28431,102722 -"181086",28431,102733 -"181087",28431,102740 -"181088",28431,103447 -"181089",28432,30721 -"181090",28432,33528 -"181091",28432,33951 -"181092",28432,34831 -"181093",28432,57204 -"181094",28432,73553 -"181095",28432,74699 -"181096",28432,76301 -"181097",28432,76303 -"181098",28432,78890 -"181099",28432,95106 -"181100",28432,102886 -"181101",28432,102893 -"181102",28433,47878 -"181103",28434,30436 -"181104",28434,34840 -"181105",28434,45596 -"181106",28434,48357 -"181107",28434,50380 -"181108",28434,51396 -"181109",28434,58035 -"181110",28434,64031 -"181111",28434,67434 -"181112",28434,77774 -"181113",28434,78875 -"181114",28434,79766 -"181115",28434,80471 -"181116",28434,82203 -"181117",28434,90492 -"181118",28434,91371 -"181119",28434,91412 -"181120",28434,101783 -"181121",28434,109319 -"181122",28434,109814 -"181123",28434,111693 -"181124",28434,111888 -"181125",28436,39992 -"181126",28437,28508 -"181127",28438,28523 -"181128",28438,28568 -"181129",28438,29296 -"181130",28438,31168 -"181131",28438,31170 -"181132",28438,31181 -"181133",28438,31182 -"181134",28438,31184 -"181135",28438,31238 -"181136",28438,31247 -"181137",28438,31269 -"181138",28438,31314 -"181139",28438,39204 -"181140",28438,40341 -"181141",28438,43533 -"181142",28438,50055 -"181143",28438,57716 -"181144",28438,69048 -"181145",28438,74088 -"181146",28438,74711 -"181147",28438,78919 -"181148",28438,81558 -"181149",28438,92616 -"181150",28438,96255 -"181151",28438,100995 -"181152",28438,102865 -"181153",28439,37013 -"181154",28439,37125 -"181155",28439,52825 -"181156",28439,66752 -"181157",28439,73109 -"181158",28439,92226 -"181159",28439,98542 -"181160",28439,103864 -"181161",28439,117692 -"181162",28440,28901 -"181163",28440,30112 -"181164",28440,30541 -"181165",28440,35812 -"181166",28440,75255 -"181167",28440,114716 -"181168",28440,115716 -"181169",28441,28555 -"181170",28441,35839 -"181171",28441,68092 -"181172",28441,71122 -"181173",28441,73811 -"181174",28441,73816 -"181175",28442,28514 -"181176",28442,28515 -"181177",28442,28516 -"181178",28443,28514 -"181179",28443,29033 -"181180",28443,33354 -"181181",28443,46026 -"181182",28443,46071 -"181183",28443,51663 -"181184",28443,55930 -"181185",28443,60104 -"181186",28443,70645 -"181187",28443,76905 -"181188",28443,78010 -"181189",28443,91402 -"181190",28443,101134 -"181191",28443,108782 -"181192",28444,70060 -"181193",28446,34997 -"181194",28446,39569 -"181195",28446,40428 -"181196",28446,45951 -"181197",28446,46773 -"181198",28446,107828 -"181199",28447,33920 -"181200",28447,48801 -"181201",28448,28450 -"181202",28449,31516 -"181203",28449,60359 -"181204",28449,74925 -"181205",28450,48364 -"181206",28450,96463 -"181207",28451,33287 -"181208",28451,35451 -"181209",28451,40271 -"181210",28451,74084 -"181211",28451,76738 -"181212",28452,28851 -"181213",28452,28927 -"181214",28452,28970 -"181215",28452,56312 -"181216",28452,74878 -"181217",28452,75198 -"181218",28452,103847 -"181219",28453,29181 -"181220",28453,37418 -"181221",28453,44214 -"181222",28453,59854 -"181223",28453,70543 -"181224",28453,99528 -"181225",28454,28566 -"181226",28454,41998 -"181227",28454,47223 -"181228",28455,32991 -"181229",28455,35049 -"181230",28455,44351 -"181231",28455,44411 -"181232",28455,62819 -"181233",28455,65135 -"181234",28455,72886 -"181235",28455,120106 -"181236",28456,111427 -"181237",28457,53264 -"181238",28457,109890 -"181239",28458,32569 -"181240",28459,39958 -"181241",28459,56208 -"181242",28459,57679 -"181243",28459,74518 -"181244",28459,78039 -"181245",28459,121878 -"181246",28460,34158 -"181247",28460,39673 -"181248",28460,41544 -"181249",28460,44161 -"181250",28460,46467 -"181251",28460,51157 -"181252",28460,62148 -"181253",28460,64786 -"181254",28460,67662 -"181255",28460,68597 -"181256",28460,72881 -"181257",28460,75037 -"181258",28460,89137 -"181259",28460,96749 -"181260",28460,101813 -"181261",28460,116209 -"181262",28460,122963 -"181263",28461,64414 -"181264",28462,28575 -"181265",28462,28688 -"181266",28462,28714 -"181267",28462,28732 -"181268",28462,28763 -"181269",28462,28792 -"181270",28463,56478 -"181271",28463,56479 -"181272",28463,75177 -"181273",28464,30414 -"181274",28465,75784 -"181275",28465,76886 -"181276",28466,85559 -"181277",28467,68275 -"181278",28467,81164 -"181279",28467,106354 -"181280",28467,106510 -"181281",28468,33128 -"181282",28468,33140 -"181283",28468,35617 -"181284",28468,36798 -"181285",28468,41453 -"181286",28468,46577 -"181287",28468,57129 -"181288",28468,82077 -"181289",28469,40017 -"181290",28469,75695 -"181291",28469,110182 -"181292",28470,36298 -"181293",28471,73668 -"181294",28471,87967 -"181295",28472,66566 -"181296",28472,91472 -"181297",28474,68350 -"181298",28476,58213 -"181299",28477,28600 -"181300",28477,33719 -"181301",28477,46544 -"181302",28477,58439 -"181303",28477,72207 -"181304",28478,80689 -"181305",28479,29307 -"181306",28480,28542 -"181307",28481,32349 -"181308",28481,34033 -"181309",28481,36010 -"181310",28481,41904 -"181311",28481,45696 -"181312",28481,47973 -"181313",28481,50425 -"181314",28481,57253 -"181315",28481,66261 -"181316",28481,68457 -"181317",28481,69198 -"181318",28481,77565 -"181319",28481,78974 -"181320",28481,86023 -"181321",28481,87813 -"181322",28481,88773 -"181323",28481,90993 -"181324",28481,90994 -"181325",28481,92417 -"181326",28481,100319 -"181327",28481,101250 -"181328",28481,101462 -"181329",28481,109885 -"181330",28481,110742 -"181331",28481,112606 -"181332",28481,116142 -"181333",28481,116150 -"181334",28481,116151 -"181335",28481,116152 -"181336",28481,116155 -"181337",28481,116159 -"181338",28481,116163 -"181339",28481,116165 -"181340",28481,116166 -"181341",28481,116171 -"181342",28481,116677 -"181343",28481,116678 -"181344",28482,40974 -"181345",28482,58628 -"181346",28482,79158 -"181347",28482,122838 -"181348",28483,31147 -"181349",28483,58329 -"181350",28484,100875 -"181351",28484,100882 -"181352",28485,62600 -"181353",28485,78473 -"181354",28485,79966 -"181355",28485,104583 -"181356",28485,114739 -"181357",28486,71912 -"181358",28486,83563 -"181359",28486,103488 -"181360",28486,120479 -"181361",28488,38927 -"181362",28488,39745 -"181363",28488,50520 -"181364",28488,83353 -"181365",28489,36006 -"181366",28490,33142 -"181367",28490,56774 -"181368",28490,67204 -"181369",28491,28500 -"181370",28491,29636 -"181371",28491,35666 -"181372",28491,35888 -"181373",28491,42606 -"181374",28491,57866 -"181375",28492,30669 -"181376",28493,38076 -"181377",28494,31911 -"181378",28494,54207 -"181379",28494,58669 -"181380",28494,58706 -"181381",28494,58752 -"181382",28495,50116 -"181383",28495,69020 -"181384",28495,99918 -"181385",28496,42927 -"181386",28496,48532 -"181387",28496,58691 -"181388",28496,68060 -"181389",28496,68224 -"181390",28496,74813 -"181391",28496,75003 -"181392",28496,86522 -"181393",28496,94556 -"181394",28496,94559 -"181395",28496,94568 -"181396",28497,28498 -"181397",28497,28552 -"181398",28497,28553 -"181399",28497,30545 -"181400",28497,40182 -"181401",28497,88619 -"181402",28497,96245 -"181403",28498,28552 -"181404",28498,28553 -"181405",28498,81803 -"181406",28499,30478 -"181407",28499,30866 -"181408",28499,31700 -"181409",28499,31811 -"181410",28499,31812 -"181411",28499,32361 -"181412",28499,33275 -"181413",28499,33883 -"181414",28499,36286 -"181415",28499,36767 -"181416",28499,37937 -"181417",28499,40419 -"181418",28499,42608 -"181419",28499,44180 -"181420",28499,45818 -"181421",28499,51476 -"181422",28499,51892 -"181423",28499,53755 -"181424",28499,54168 -"181425",28499,57210 -"181426",28499,58482 -"181427",28499,59172 -"181428",28499,59816 -"181429",28499,61874 -"181430",28499,63274 -"181431",28499,66322 -"181432",28499,67327 -"181433",28499,70854 -"181434",28499,71683 -"181435",28499,72568 -"181436",28499,72628 -"181437",28499,73767 -"181438",28499,78532 -"181439",28499,81609 -"181440",28499,85885 -"181441",28499,91255 -"181442",28499,92247 -"181443",28499,92352 -"181444",28499,92362 -"181445",28499,92929 -"181446",28499,93719 -"181447",28499,94906 -"181448",28499,94946 -"181449",28499,95889 -"181450",28499,96093 -"181451",28499,97988 -"181452",28499,99309 -"181453",28499,99376 -"181454",28499,99450 -"181455",28499,99471 -"181456",28499,99474 -"181457",28499,100916 -"181458",28499,100944 -"181459",28499,101126 -"181460",28499,101329 -"181461",28499,105557 -"181462",28499,107199 -"181463",28499,108743 -"181464",28499,108980 -"181465",28499,109291 -"181466",28499,109933 -"181467",28499,110483 -"181468",28499,110567 -"181469",28499,110572 -"181470",28499,110630 -"181471",28499,110648 -"181472",28499,110711 -"181473",28499,110770 -"181474",28499,110869 -"181475",28499,110911 -"181476",28499,111285 -"181477",28499,111314 -"181478",28499,111362 -"181479",28499,111372 -"181480",28499,111424 -"181481",28499,111433 -"181482",28499,112422 -"181483",28499,113269 -"181484",28499,113430 -"181485",28499,114242 -"181486",28499,114842 -"181487",28499,115427 -"181488",28499,115521 -"181489",28499,115711 -"181490",28500,29636 -"181491",28500,34213 -"181492",28500,44306 -"181493",28500,79239 -"181494",28500,106644 -"181495",28501,57494 -"181496",28501,62487 -"181497",28503,34568 -"181498",28504,29932 -"181499",28504,29984 -"181500",28504,79283 -"181501",28504,79291 -"181502",28504,79335 -"181503",28505,67225 -"181504",28505,98619 -"181505",28506,31717 -"181506",28506,32787 -"181507",28506,43361 -"181508",28506,66906 -"181509",28506,81897 -"181510",28507,62504 -"181511",28507,83245 -"181512",28508,32691 -"181513",28508,46017 -"181514",28508,46029 -"181515",28508,46290 -"181516",28508,46323 -"181517",28509,28563 -"181518",28509,34040 -"181519",28509,48236 -"181520",28509,49074 -"181521",28509,77652 -"181522",28509,77654 -"181523",28510,31553 -"181524",28510,37153 -"181525",28510,41524 -"181526",28511,28686 -"181527",28511,32345 -"181528",28511,50335 -"181529",28511,67423 -"181530",28511,68364 -"181531",28511,70625 -"181532",28511,79731 -"181533",28511,111525 -"181534",28512,38435 -"181535",28512,47360 -"181536",28512,54493 -"181537",28512,72803 -"181538",28512,73453 -"181539",28512,97791 -"181540",28514,28515 -"181541",28514,28516 -"181542",28514,29033 -"181543",28514,108782 -"181544",28514,110343 -"181545",28515,28516 -"181546",28515,32349 -"181547",28515,41912 -"181548",28515,43594 -"181549",28515,54365 -"181550",28515,97025 -"181551",28516,37551 -"181552",28516,104521 -"181553",28516,104616 -"181554",28517,42842 -"181555",28517,61729 -"181556",28518,47210 -"181557",28518,73681 -"181558",28519,33027 -"181559",28520,69537 -"181560",28520,77818 -"181561",28520,90119 -"181562",28520,109769 -"181563",28522,28639 -"181564",28522,51157 -"181565",28522,52315 -"181566",28522,56018 -"181567",28522,58733 -"181568",28522,60584 -"181569",28522,63502 -"181570",28522,64219 -"181571",28523,28568 -"181572",28524,28594 -"181573",28524,28617 -"181574",28524,28665 -"181575",28524,28722 -"181576",28524,28734 -"181577",28525,79044 -"181578",28525,100821 -"181579",28526,57023 -"181580",28526,72250 -"181581",28527,28762 -"181582",28527,47428 -"181583",28527,51787 -"181584",28527,62412 -"181585",28527,90824 -"181586",28529,57842 -"181587",28529,59010 -"181588",28529,59560 -"181589",28529,60127 -"181590",28529,60138 -"181591",28529,60147 -"181592",28529,60149 -"181593",28529,60168 -"181594",28530,30258 -"181595",28530,38185 -"181596",28530,38683 -"181597",28530,40245 -"181598",28530,43226 -"181599",28530,44655 -"181600",28530,44973 -"181601",28530,46177 -"181602",28530,47048 -"181603",28530,48110 -"181604",28530,58508 -"181605",28530,59731 -"181606",28530,62642 -"181607",28530,65167 -"181608",28530,68091 -"181609",28530,69335 -"181610",28530,75245 -"181611",28530,75776 -"181612",28530,75956 -"181613",28530,76387 -"181614",28530,78978 -"181615",28530,79212 -"181616",28530,79241 -"181617",28530,79579 -"181618",28530,80239 -"181619",28530,80301 -"181620",28530,81397 -"181621",28530,88340 -"181622",28530,88749 -"181623",28530,89069 -"181624",28530,89373 -"181625",28530,89995 -"181626",28530,90919 -"181627",28530,90936 -"181628",28530,92861 -"181629",28530,93097 -"181630",28530,94231 -"181631",28530,95489 -"181632",28530,96247 -"181633",28530,96363 -"181634",28530,97898 -"181635",28531,47101 -"181636",28532,34648 -"181637",28532,40719 -"181638",28532,46283 -"181639",28532,48127 -"181640",28532,52657 -"181641",28532,56250 -"181642",28532,61988 -"181643",28532,70713 -"181644",28532,81095 -"181645",28532,99279 -"181646",28532,103682 -"181647",28532,104867 -"181648",28532,109167 -"181649",28532,109832 -"181650",28532,117786 -"181651",28532,117791 -"181652",28532,117795 -"181653",28532,118056 -"181654",28532,119062 -"181655",28533,34124 -"181656",28533,36939 -"181657",28534,29374 -"181658",28534,30590 -"181659",28534,35943 -"181660",28534,37472 -"181661",28534,40551 -"181662",28534,42999 -"181663",28534,46297 -"181664",28534,55211 -"181665",28534,70233 -"181666",28534,73004 -"181667",28534,88553 -"181668",28534,90491 -"181669",28534,91900 -"181670",28534,117044 -"181671",28534,119288 -"181672",28534,122370 -"181673",28534,122380 -"181674",28534,123380 -"181675",28535,28891 -"181676",28535,30218 -"181677",28535,34724 -"181678",28535,37510 -"181679",28535,42552 -"181680",28535,43286 -"181681",28535,45382 -"181682",28535,49627 -"181683",28535,50077 -"181684",28535,50332 -"181685",28535,50479 -"181686",28535,54745 -"181687",28535,55422 -"181688",28535,55611 -"181689",28535,57902 -"181690",28535,59037 -"181691",28535,61379 -"181692",28535,64275 -"181693",28535,84979 -"181694",28535,105321 -"181695",28535,105341 -"181696",28536,36691 -"181697",28536,56707 -"181698",28536,71849 -"181699",28536,74429 -"181700",28536,122595 -"181701",28537,28726 -"181702",28537,43703 -"181703",28537,80210 -"181704",28538,50109 -"181705",28539,76594 -"181706",28539,95740 -"181707",28540,52249 -"181708",28541,48872 -"181709",28541,65802 -"181710",28541,106206 -"181711",28542,43747 -"181712",28542,58562 -"181713",28542,58641 -"181714",28543,68233 -"181715",28543,72174 -"181716",28544,30765 -"181717",28544,44968 -"181718",28544,62833 -"181719",28544,70138 -"181720",28544,88510 -"181721",28544,93881 -"181722",28544,108255 -"181723",28544,119334 -"181724",28544,119408 -"181725",28545,48600 -"181726",28545,78917 -"181727",28545,79143 -"181728",28545,110136 -"181729",28545,123236 -"181730",28545,123242 -"181731",28546,35796 -"181732",28546,42211 -"181733",28546,55135 -"181734",28546,77080 -"181735",28546,97941 -"181736",28546,103573 -"181737",28546,106428 -"181738",28546,107535 -"181739",28546,111160 -"181740",28546,111252 -"181741",28546,121882 -"181742",28547,102160 -"181743",28548,49342 -"181744",28548,51364 -"181745",28548,51450 -"181746",28549,39116 -"181747",28549,60292 -"181748",28549,73011 -"181749",28549,73099 -"181750",28550,75875 -"181751",28551,51658 -"181752",28552,28553 -"181753",28552,30704 -"181754",28552,108407 -"181755",28553,33337 -"181756",28553,34022 -"181757",28553,34074 -"181758",28553,50372 -"181759",28553,84212 -"181760",28553,84973 -"181761",28554,50743 -"181762",28554,104893 -"181763",28554,118466 -"181764",28556,30648 -"181765",28556,46816 -"181766",28557,28994 -"181767",28557,30011 -"181768",28557,40468 -"181769",28557,47258 -"181770",28557,53922 -"181771",28557,56159 -"181772",28557,64027 -"181773",28557,81585 -"181774",28557,81621 -"181775",28557,94527 -"181776",28557,97891 -"181777",28557,115922 -"181778",28558,36414 -"181779",28558,46747 -"181780",28558,87004 -"181781",28559,32820 -"181782",28559,74651 -"181783",28560,41544 -"181784",28560,45390 -"181785",28560,50608 -"181786",28560,65625 -"181787",28560,74628 -"181788",28560,115537 -"181789",28561,101286 -"181790",28562,31331 -"181791",28563,37673 -"181792",28563,43383 -"181793",28565,91673 -"181794",28565,95755 -"181795",28565,108738 -"181796",28566,35854 -"181797",28566,41112 -"181798",28566,41998 -"181799",28566,64644 -"181800",28567,61157 -"181801",28567,68501 -"181802",28567,80123 -"181803",28567,109378 -"181804",28567,109379 -"181805",28568,29296 -"181806",28568,31168 -"181807",28568,31170 -"181808",28568,31181 -"181809",28568,31182 -"181810",28568,31184 -"181811",28568,31238 -"181812",28568,31247 -"181813",28568,31269 -"181814",28568,31314 -"181815",28568,41106 -"181816",28568,46429 -"181817",28568,66805 -"181818",28568,68589 -"181819",28568,83228 -"181820",28568,88920 -"181821",28568,107997 -"181822",28569,29736 -"181823",28569,75523 -"181824",28571,29930 -"181825",28571,31497 -"181826",28571,43340 -"181827",28571,52864 -"181828",28571,105704 -"181829",28571,110784 -"181830",28572,28728 -"181831",28572,38606 -"181832",28572,77567 -"181833",28572,84175 -"181834",28573,38239 -"181835",28573,102094 -"181836",28574,37372 -"181837",28574,40286 -"181838",28574,49683 -"181839",28574,89436 -"181840",28575,28688 -"181841",28575,28714 -"181842",28575,28732 -"181843",28575,28763 -"181844",28575,28792 -"181845",28576,28577 -"181846",28576,112444 -"181847",28576,118434 -"181848",28577,36185 -"181849",28577,37263 -"181850",28577,42930 -"181851",28577,48537 -"181852",28577,48827 -"181853",28577,51864 -"181854",28577,52105 -"181855",28577,62605 -"181856",28577,65580 -"181857",28577,71775 -"181858",28577,73389 -"181859",28577,75253 -"181860",28577,92316 -"181861",28577,95849 -"181862",28577,100861 -"181863",28577,102779 -"181864",28577,120498 -"181865",28578,28676 -"181866",28578,41055 -"181867",28578,45048 -"181868",28578,50531 -"181869",28579,69504 -"181870",28579,81081 -"181871",28579,90397 -"181872",28579,97653 -"181873",28579,106951 -"181874",28579,118045 -"181875",28579,120762 -"181876",28580,46177 -"181877",28581,28584 -"181878",28581,33453 -"181879",28581,34536 -"181880",28581,37312 -"181881",28581,38927 -"181882",28581,48478 -"181883",28581,54880 -"181884",28581,54989 -"181885",28581,56330 -"181886",28581,59392 -"181887",28581,70918 -"181888",28581,87991 -"181889",28582,61501 -"181890",28582,67208 -"181891",28582,80892 -"181892",28582,85466 -"181893",28582,114685 -"181894",28583,77126 -"181895",28583,90324 -"181896",28584,71241 -"181897",28584,77970 -"181898",28584,81277 -"181899",28585,29816 -"181900",28585,35598 -"181901",28585,48866 -"181902",28585,91750 -"181903",28585,104478 -"181904",28585,105118 -"181905",28585,107337 -"181906",28587,28619 -"181907",28587,28979 -"181908",28587,41201 -"181909",28587,43649 -"181910",28587,43938 -"181911",28587,53653 -"181912",28587,59066 -"181913",28587,59132 -"181914",28588,44201 -"181915",28588,101243 -"181916",28589,28668 -"181917",28589,44989 -"181918",28589,46521 -"181919",28589,48128 -"181920",28590,72654 -"181921",28591,30969 -"181922",28591,35997 -"181923",28591,46699 -"181924",28591,65800 -"181925",28591,80780 -"181926",28591,87561 -"181927",28591,93358 -"181928",28591,93531 -"181929",28591,98106 -"181930",28591,99273 -"181931",28591,102004 -"181932",28591,103399 -"181933",28591,116659 -"181934",28592,40121 -"181935",28592,40954 -"181936",28593,28743 -"181937",28593,28779 -"181938",28594,28617 -"181939",28594,28665 -"181940",28594,28722 -"181941",28594,28734 -"181942",28595,78124 -"181943",28595,115919 -"181944",28596,28989 -"181945",28596,35011 -"181946",28596,51765 -"181947",28596,52003 -"181948",28596,66896 -"181949",28596,122786 -"181950",28597,29540 -"181951",28597,35258 -"181952",28597,42828 -"181953",28597,48970 -"181954",28597,53461 -"181955",28597,54057 -"181956",28597,65937 -"181957",28598,78511 -"181958",28598,99059 -"181959",28599,32756 -"181960",28599,35360 -"181961",28599,39370 -"181962",28599,57864 -"181963",28599,79238 -"181964",28599,82377 -"181965",28599,86820 -"181966",28600,33014 -"181967",28600,34537 -"181968",28600,35528 -"181969",28600,43455 -"181970",28600,46629 -"181971",28600,58439 -"181972",28600,61982 -"181973",28600,78597 -"181974",28600,78934 -"181975",28600,81362 -"181976",28601,28726 -"181977",28601,28865 -"181978",28601,28866 -"181979",28601,29009 -"181980",28601,39027 -"181981",28602,44700 -"181982",28602,86709 -"181983",28602,100380 -"181984",28603,28764 -"181985",28603,29101 -"181986",28603,54117 -"181987",28603,70113 -"181988",28603,109172 -"181989",28604,53985 -"181990",28605,47675 -"181991",28605,47789 -"181992",28605,62678 -"181993",28605,86660 -"181994",28606,44452 -"181995",28606,60288 -"181996",28607,109596 -"181997",28609,79289 -"181998",28611,28805 -"181999",28611,32413 -"182000",28611,40052 -"182001",28611,46732 -"182002",28611,52281 -"182003",28611,58418 -"182004",28611,71739 -"182005",28611,99371 -"182006",28611,103431 -"182007",28611,109670 -"182008",28611,109986 -"182009",28611,115210 -"182010",28611,115480 -"182011",28612,37376 -"182012",28612,108158 -"182013",28612,108288 -"182014",28613,40319 -"182015",28613,42938 -"182016",28613,43979 -"182017",28613,44876 -"182018",28613,52555 -"182019",28613,83316 -"182020",28614,28757 -"182021",28614,33620 -"182022",28614,52077 -"182023",28614,56705 -"182024",28615,34944 -"182025",28615,35370 -"182026",28615,35463 -"182027",28615,35502 -"182028",28617,28665 -"182029",28617,28722 -"182030",28617,28734 -"182031",28617,53256 -"182032",28619,44827 -"182033",28619,54633 -"182034",28619,92003 -"182035",28620,63209 -"182036",28620,102475 -"182037",28621,57856 -"182038",28621,70578 -"182039",28621,92865 -"182040",28621,92880 -"182041",28621,92896 -"182042",28623,41223 -"182043",28623,43903 -"182044",28623,69653 -"182045",28623,69703 -"182046",28623,71093 -"182047",28623,107325 -"182048",28624,52907 -"182049",28624,59618 -"182050",28624,72049 -"182051",28625,52304 -"182052",28626,32419 -"182053",28626,53632 -"182054",28626,61509 -"182055",28626,71595 -"182056",28626,90025 -"182057",28626,99585 -"182058",28626,101003 -"182059",28626,103931 -"182060",28627,30251 -"182061",28627,36855 -"182062",28627,115369 -"182063",28628,74325 -"182064",28628,101688 -"182065",28628,104448 -"182066",28628,104450 -"182067",28628,104481 -"182068",28628,104503 -"182069",28628,108459 -"182070",28629,32990 -"182071",28629,35742 -"182072",28629,51183 -"182073",28629,51320 -"182074",28629,57176 -"182075",28629,82124 -"182076",28629,103056 -"182077",28630,39447 -"182078",28630,59558 -"182079",28630,81056 -"182080",28630,81125 -"182081",28631,39421 -"182082",28631,40193 -"182083",28631,55295 -"182084",28631,81387 -"182085",28632,29788 -"182086",28632,32121 -"182087",28632,48607 -"182088",28632,51036 -"182089",28632,54265 -"182090",28632,57212 -"182091",28632,65081 -"182092",28632,73231 -"182093",28632,117773 -"182094",28633,66839 -"182095",28634,28658 -"182096",28634,31800 -"182097",28634,51233 -"182098",28634,71489 -"182099",28634,103129 -"182100",28635,28661 -"182101",28635,28758 -"182102",28635,37108 -"182103",28636,28746 -"182104",28636,28747 -"182105",28636,32710 -"182106",28636,80511 -"182107",28636,84532 -"182108",28636,85350 -"182109",28636,85353 -"182110",28637,40675 -"182111",28637,65790 -"182112",28638,76505 -"182113",28638,121534 -"182114",28639,39563 -"182115",28639,47688 -"182116",28639,51938 -"182117",28639,51980 -"182118",28639,61220 -"182119",28639,74995 -"182120",28639,87470 -"182121",28639,94653 -"182122",28640,35516 -"182123",28640,37408 -"182124",28640,41617 -"182125",28640,56232 -"182126",28640,56845 -"182127",28640,82492 -"182128",28640,108884 -"182129",28640,121905 -"182130",28641,34899 -"182131",28641,45185 -"182132",28641,48432 -"182133",28642,32704 -"182134",28643,47303 -"182135",28644,86933 -"182136",28646,47187 -"182137",28647,32651 -"182138",28647,42007 -"182139",28648,29939 -"182140",28648,32239 -"182141",28648,34274 -"182142",28648,35304 -"182143",28648,41227 -"182144",28648,41489 -"182145",28648,45297 -"182146",28648,48823 -"182147",28648,48980 -"182148",28648,49029 -"182149",28648,52746 -"182150",28648,62269 -"182151",28648,64190 -"182152",28648,68236 -"182153",28648,75425 -"182154",28648,76580 -"182155",28648,76589 -"182156",28648,77027 -"182157",28648,78317 -"182158",28648,79045 -"182159",28648,81967 -"182160",28648,85678 -"182161",28648,90509 -"182162",28648,90887 -"182163",28648,93626 -"182164",28648,93642 -"182165",28648,101971 -"182166",28648,105648 -"182167",28648,106996 -"182168",28649,28707 -"182169",28649,31060 -"182170",28649,43026 -"182171",28649,54369 -"182172",28649,86666 -"182173",28649,96438 -"182174",28650,28755 -"182175",28651,28759 -"182176",28652,28754 -"182177",28653,33756 -"182178",28653,60807 -"182179",28653,112871 -"182180",28655,33252 -"182181",28655,113506 -"182182",28655,113541 -"182183",28656,28729 -"182184",28658,31800 -"182185",28658,42204 -"182186",28658,51233 -"182187",28658,56133 -"182188",28658,71489 -"182189",28658,78074 -"182190",28658,91830 -"182191",28658,96311 -"182192",28658,103129 -"182193",28660,75399 -"182194",28660,79498 -"182195",28660,88750 -"182196",28660,94396 -"182197",28661,28758 -"182198",28661,29789 -"182199",28661,77682 -"182200",28661,82909 -"182201",28661,103320 -"182202",28661,122336 -"182203",28662,28724 -"182204",28662,51126 -"182205",28662,72453 -"182206",28663,28706 -"182207",28663,28749 -"182208",28664,51222 -"182209",28664,89711 -"182210",28664,118185 -"182211",28664,121854 -"182212",28665,28722 -"182213",28665,28734 -"182214",28665,42397 -"182215",28665,87419 -"182216",28666,43050 -"182217",28666,58398 -"182218",28666,59742 -"182219",28666,96315 -"182220",28666,108733 -"182221",28667,106462 -"182222",28669,29372 -"182223",28669,42856 -"182224",28670,50883 -"182225",28670,62102 -"182226",28671,44437 -"182227",28672,28690 -"182228",28672,28793 -"182229",28672,48125 -"182230",28672,50395 -"182231",28672,63315 -"182232",28672,68517 -"182233",28672,77363 -"182234",28672,92851 -"182235",28672,93668 -"182236",28672,99759 -"182237",28673,28737 -"182238",28673,36165 -"182239",28673,42471 -"182240",28674,29987 -"182241",28674,30031 -"182242",28674,41036 -"182243",28674,57055 -"182244",28674,57100 -"182245",28674,57112 -"182246",28674,57148 -"182247",28675,45598 -"182248",28675,67431 -"182249",28675,68423 -"182250",28675,83018 -"182251",28675,86836 -"182252",28675,109648 -"182253",28675,111763 -"182254",28677,28787 -"182255",28677,28788 -"182256",28677,36495 -"182257",28677,71233 -"182258",28677,92498 -"182259",28678,28771 -"182260",28678,56602 -"182261",28678,56855 -"182262",28678,62292 -"182263",28678,66985 -"182264",28678,67127 -"182265",28678,67331 -"182266",28678,67450 -"182267",28678,85186 -"182268",28678,89384 -"182269",28678,115913 -"182270",28679,35793 -"182271",28679,84399 -"182272",28679,84904 -"182273",28680,46056 -"182274",28680,87631 -"182275",28680,96649 -"182276",28680,115101 -"182277",28680,115120 -"182278",28682,64646 -"182279",28683,36886 -"182280",28683,74430 -"182281",28683,74544 -"182282",28684,33528 -"182283",28684,66484 -"182284",28685,84392 -"182285",28686,31403 -"182286",28686,32339 -"182287",28686,50335 -"182288",28686,58304 -"182289",28686,79731 -"182290",28686,80075 -"182291",28686,94591 -"182292",28686,104424 -"182293",28686,111525 -"182294",28686,123482 -"182295",28687,63914 -"182296",28687,71160 -"182297",28687,86051 -"182298",28687,114597 -"182299",28688,28714 -"182300",28688,28732 -"182301",28688,28763 -"182302",28688,28792 -"182303",28688,36376 -"182304",28688,46228 -"182305",28688,50745 -"182306",28688,52560 -"182307",28688,52617 -"182308",28688,59725 -"182309",28688,65906 -"182310",28688,70247 -"182311",28688,70345 -"182312",28688,70346 -"182313",28689,35841 -"182314",28689,50116 -"182315",28690,28793 -"182316",28691,45716 -"182317",28691,45836 -"182318",28691,45838 -"182319",28691,45845 -"182320",28691,53761 -"182321",28691,56465 -"182322",28691,56659 -"182323",28691,66426 -"182324",28692,38027 -"182325",28693,35180 -"182326",28693,36317 -"182327",28693,49488 -"182328",28693,56778 -"182329",28693,60545 -"182330",28693,60559 -"182331",28693,74917 -"182332",28694,28795 -"182333",28695,42028 -"182334",28695,62901 -"182335",28695,63803 -"182336",28695,66540 -"182337",28695,70170 -"182338",28695,76329 -"182339",28696,30881 -"182340",28696,51968 -"182341",28697,34209 -"182342",28697,100816 -"182343",28698,30079 -"182344",28698,36174 -"182345",28698,63984 -"182346",28698,74974 -"182347",28698,77568 -"182348",28699,61410 -"182349",28699,61418 -"182350",28699,91890 -"182351",28700,44780 -"182352",28700,51285 -"182353",28701,38835 -"182354",28701,38964 -"182355",28702,46707 -"182356",28702,93106 -"182357",28702,101237 -"182358",28702,101238 -"182359",28702,111559 -"182360",28703,29253 -"182361",28703,29341 -"182362",28703,29560 -"182363",28703,29573 -"182364",28703,29868 -"182365",28703,32438 -"182366",28703,32967 -"182367",28703,33223 -"182368",28703,33881 -"182369",28703,34097 -"182370",28703,34330 -"182371",28703,34513 -"182372",28703,35400 -"182373",28703,36476 -"182374",28703,36547 -"182375",28703,36745 -"182376",28703,37821 -"182377",28703,37931 -"182378",28703,38319 -"182379",28703,39398 -"182380",28703,39492 -"182381",28703,40320 -"182382",28703,40373 -"182383",28703,40542 -"182384",28703,41182 -"182385",28703,41611 -"182386",28703,42131 -"182387",28703,44728 -"182388",28703,46843 -"182389",28703,48331 -"182390",28703,52953 -"182391",28703,77233 -"182392",28703,82756 -"182393",28703,91574 -"182394",28703,99320 -"182395",28704,101531 -"182396",28705,49803 -"182397",28706,28749 -"182398",28707,86666 -"182399",28708,28769 -"182400",28708,32008 -"182401",28708,34327 -"182402",28708,34594 -"182403",28708,34615 -"182404",28708,34711 -"182405",28708,45664 -"182406",28708,45727 -"182407",28708,76357 -"182408",28708,76484 -"182409",28709,50439 -"182410",28709,65992 -"182411",28709,68778 -"182412",28709,72729 -"182413",28709,78324 -"182414",28709,78952 -"182415",28709,117533 -"182416",28710,36716 -"182417",28710,37524 -"182418",28710,44585 -"182419",28710,44648 -"182420",28710,52594 -"182421",28710,98536 -"182422",28711,36369 -"182423",28711,80814 -"182424",28712,36385 -"182425",28712,37576 -"182426",28712,53598 -"182427",28712,54235 -"182428",28712,60036 -"182429",28712,60063 -"182430",28713,61768 -"182431",28713,61796 -"182432",28714,28732 -"182433",28714,28763 -"182434",28714,28792 -"182435",28714,29397 -"182436",28714,36376 -"182437",28714,37021 -"182438",28714,42475 -"182439",28714,44762 -"182440",28714,46228 -"182441",28714,46559 -"182442",28714,47580 -"182443",28714,50745 -"182444",28714,54034 -"182445",28714,59725 -"182446",28714,65272 -"182447",28714,70247 -"182448",28714,70345 -"182449",28714,70346 -"182450",28715,28716 -"182451",28716,54999 -"182452",28716,66469 -"182453",28716,91690 -"182454",28716,106835 -"182455",28717,46578 -"182456",28718,40840 -"182457",28718,46835 -"182458",28718,48348 -"182459",28718,59039 -"182460",28718,97426 -"182461",28719,36867 -"182462",28719,57983 -"182463",28719,62553 -"182464",28719,69238 -"182465",28720,56598 -"182466",28721,53607 -"182467",28721,81044 -"182468",28721,119579 -"182469",28722,28734 -"182470",28724,29004 -"182471",28724,30745 -"182472",28724,32160 -"182473",28724,35743 -"182474",28724,43095 -"182475",28724,52049 -"182476",28724,57529 -"182477",28724,61709 -"182478",28725,40628 -"182479",28726,28865 -"182480",28726,28866 -"182481",28726,29009 -"182482",28726,42766 -"182483",28726,43703 -"182484",28726,57051 -"182485",28726,80210 -"182486",28727,30194 -"182487",28727,85549 -"182488",28727,100247 -"182489",28728,30805 -"182490",28728,57275 -"182491",28728,68806 -"182492",28729,54191 -"182493",28729,56611 -"182494",28730,47294 -"182495",28730,56899 -"182496",28731,30438 -"182497",28731,31243 -"182498",28731,31385 -"182499",28731,34000 -"182500",28731,34492 -"182501",28731,38449 -"182502",28731,45715 -"182503",28731,50976 -"182504",28731,51654 -"182505",28731,51944 -"182506",28731,52653 -"182507",28731,55015 -"182508",28731,71296 -"182509",28731,80649 -"182510",28731,85323 -"182511",28731,109383 -"182512",28731,113306 -"182513",28731,119428 -"182514",28732,28763 -"182515",28732,28792 -"182516",28732,29199 -"182517",28732,46559 -"182518",28732,70247 -"182519",28733,69689 -"182520",28734,29633 -"182521",28734,41082 -"182522",28735,46887 -"182523",28735,48010 -"182524",28735,49089 -"182525",28735,53458 -"182526",28735,55012 -"182527",28735,59301 -"182528",28735,64025 -"182529",28735,64181 -"182530",28735,69011 -"182531",28735,82262 -"182532",28735,97260 -"182533",28735,99545 -"182534",28735,99572 -"182535",28735,104967 -"182536",28736,31306 -"182537",28736,65513 -"182538",28736,70894 -"182539",28736,86907 -"182540",28736,87690 -"182541",28736,88251 -"182542",28736,97931 -"182543",28736,106854 -"182544",28736,108704 -"182545",28736,111471 -"182546",28736,118999 -"182547",28736,119441 -"182548",28736,121051 -"182549",28736,121166 -"182550",28739,102412 -"182551",28739,104786 -"182552",28740,100294 -"182553",28741,28744 -"182554",28741,32215 -"182555",28742,33930 -"182556",28742,35464 -"182557",28742,37199 -"182558",28742,41150 -"182559",28742,46122 -"182560",28742,57292 -"182561",28742,66566 -"182562",28742,73415 -"182563",28742,93466 -"182564",28742,106053 -"182565",28742,110635 -"182566",28742,110683 -"182567",28742,110687 -"182568",28743,28779 -"182569",28743,33862 -"182570",28743,42475 -"182571",28743,51127 -"182572",28743,51156 -"182573",28743,56465 -"182574",28743,80600 -"182575",28743,83441 -"182576",28743,85635 -"182577",28744,83087 -"182578",28745,39569 -"182579",28745,48000 -"182580",28745,57679 -"182581",28746,28747 -"182582",28746,36529 -"182583",28746,57895 -"182584",28746,58464 -"182585",28746,80511 -"182586",28746,85348 -"182587",28746,85350 -"182588",28746,86044 -"182589",28747,43898 -"182590",28747,44323 -"182591",28747,54065 -"182592",28747,100916 -"182593",28748,39658 -"182594",28748,40338 -"182595",28748,43371 -"182596",28748,105779 -"182597",28748,107425 -"182598",28751,28986 -"182599",28751,35742 -"182600",28751,79305 -"182601",28751,85598 -"182602",28752,42587 -"182603",28752,47699 -"182604",28752,48971 -"182605",28752,61098 -"182606",28752,68125 -"182607",28752,80826 -"182608",28752,86301 -"182609",28752,94247 -"182610",28753,34624 -"182611",28753,69927 -"182612",28753,108445 -"182613",28754,32158 -"182614",28754,39531 -"182615",28754,63815 -"182616",28754,77141 -"182617",28754,77158 -"182618",28754,77190 -"182619",28755,38334 -"182620",28755,63489 -"182621",28755,65625 -"182622",28755,70908 -"182623",28755,83847 -"182624",28755,84940 -"182625",28755,100226 -"182626",28756,50914 -"182627",28756,64789 -"182628",28756,67263 -"182629",28758,34966 -"182630",28758,69271 -"182631",28759,29821 -"182632",28759,37653 -"182633",28759,43702 -"182634",28759,43819 -"182635",28759,47518 -"182636",28759,75905 -"182637",28759,83115 -"182638",28759,110838 -"182639",28759,120314 -"182640",28760,58314 -"182641",28760,91979 -"182642",28762,80858 -"182643",28763,28792 -"182644",28763,66617 -"182645",28764,28916 -"182646",28764,63135 -"182647",28764,66607 -"182648",28764,84333 -"182649",28766,36678 -"182650",28767,28871 -"182651",28767,30334 -"182652",28767,31500 -"182653",28767,31501 -"182654",28767,35496 -"182655",28767,37610 -"182656",28767,37636 -"182657",28767,39435 -"182658",28767,40131 -"182659",28767,40166 -"182660",28767,40392 -"182661",28767,40905 -"182662",28767,41030 -"182663",28767,41395 -"182664",28767,41527 -"182665",28767,41529 -"182666",28767,41778 -"182667",28767,43147 -"182668",28767,43234 -"182669",28767,43858 -"182670",28767,44828 -"182671",28767,45657 -"182672",28767,45933 -"182673",28767,46434 -"182674",28767,46788 -"182675",28767,47123 -"182676",28767,47488 -"182677",28767,48909 -"182678",28767,49859 -"182679",28767,50064 -"182680",28767,50067 -"182681",28767,50554 -"182682",28767,50879 -"182683",28767,51783 -"182684",28767,52018 -"182685",28767,53444 -"182686",28767,53527 -"182687",28767,53555 -"182688",28767,54275 -"182689",28767,56628 -"182690",28767,58004 -"182691",28767,58068 -"182692",28767,58633 -"182693",28767,61111 -"182694",28767,61127 -"182695",28767,68287 -"182696",28767,105898 -"182697",28768,37286 -"182698",28768,69925 -"182699",28768,74993 -"182700",28769,54212 -"182701",28769,92785 -"182702",28770,41418 -"182703",28770,58265 -"182704",28770,85419 -"182705",28772,37435 -"182706",28772,53976 -"182707",28772,67522 -"182708",28772,69215 -"182709",28772,70227 -"182710",28772,105262 -"182711",28772,109833 -"182712",28772,111156 -"182713",28772,122740 -"182714",28772,122741 -"182715",28772,122742 -"182716",28773,41338 -"182717",28773,45763 -"182718",28773,47148 -"182719",28773,47389 -"182720",28773,68586 -"182721",28773,72508 -"182722",28774,33395 -"182723",28774,55541 -"182724",28774,56794 -"182725",28774,59566 -"182726",28774,60413 -"182727",28774,60445 -"182728",28774,76354 -"182729",28775,55692 -"182730",28775,92168 -"182731",28776,59224 -"182732",28776,80506 -"182733",28776,86284 -"182734",28776,87206 -"182735",28777,30478 -"182736",28777,110248 -"182737",28778,95283 -"182738",28779,35900 -"182739",28779,35941 -"182740",28779,36024 -"182741",28780,64210 -"182742",28780,92138 -"182743",28781,47271 -"182744",28781,69962 -"182745",28781,101188 -"182746",28782,62766 -"182747",28782,65375 -"182748",28782,67014 -"182749",28782,77058 -"182750",28782,77113 -"182751",28782,77114 -"182752",28782,77119 -"182753",28782,77121 -"182754",28782,86532 -"182755",28782,88979 -"182756",28782,88984 -"182757",28783,43777 -"182758",28784,30567 -"182759",28784,46040 -"182760",28784,53343 -"182761",28784,76428 -"182762",28785,36773 -"182763",28786,40671 -"182764",28787,28788 -"182765",28788,36079 -"182766",28788,36495 -"182767",28788,68590 -"182768",28788,75001 -"182769",28788,89440 -"182770",28788,92472 -"182771",28788,92498 -"182772",28788,92520 -"182773",28789,76348 -"182774",28789,109840 -"182775",28789,118265 -"182776",28789,122314 -"182777",28790,56073 -"182778",28790,68042 -"182779",28791,120161 -"182780",28791,123049 -"182781",28792,46228 -"182782",28792,50745 -"182783",28792,55271 -"182784",28792,59725 -"182785",28792,70247 -"182786",28792,70345 -"182787",28792,70346 -"182788",28797,31375 -"182789",28797,65788 -"182790",28797,86055 -"182791",28797,86095 -"182792",28797,88667 -"182793",28797,103443 -"182794",28798,29118 -"182795",28798,29159 -"182796",28798,52321 -"182797",28798,72225 -"182798",28799,39301 -"182799",28799,39371 -"182800",28799,40028 -"182801",28799,46525 -"182802",28799,46526 -"182803",28799,46543 -"182804",28799,46544 -"182805",28799,46629 -"182806",28799,46670 -"182807",28800,30040 -"182808",28800,37953 -"182809",28800,77560 -"182810",28800,83636 -"182811",28801,29006 -"182812",28801,29014 -"182813",28801,29110 -"182814",28801,42496 -"182815",28801,47389 -"182816",28801,48832 -"182817",28801,59829 -"182818",28801,63061 -"182819",28801,68688 -"182820",28801,68726 -"182821",28801,70115 -"182822",28801,80905 -"182823",28801,80916 -"182824",28803,48468 -"182825",28804,29004 -"182826",28805,35649 -"182827",28805,47532 -"182828",28805,58418 -"182829",28805,61699 -"182830",28805,84952 -"182831",28805,85517 -"182832",28805,94444 -"182833",28805,100520 -"182834",28805,105536 -"182835",28806,41790 -"182836",28806,70297 -"182837",28807,30091 -"182838",28807,49189 -"182839",28807,75181 -"182840",28807,77336 -"182841",28807,91917 -"182842",28807,106111 -"182843",28808,28917 -"182844",28808,46621 -"182845",28808,55795 -"182846",28808,56903 -"182847",28808,61785 -"182848",28808,80305 -"182849",28808,83865 -"182850",28808,88232 -"182851",28808,88237 -"182852",28809,57699 -"182853",28809,72459 -"182854",28809,87093 -"182855",28810,28873 -"182856",28810,28936 -"182857",28813,28863 -"182858",28814,72674 -"182859",28815,37843 -"182860",28815,45878 -"182861",28815,50575 -"182862",28815,85680 -"182863",28815,90788 -"182864",28815,90871 -"182865",28815,98941 -"182866",28815,113797 -"182867",28816,30019 -"182868",28816,33522 -"182869",28816,36755 -"182870",28816,37094 -"182871",28816,38513 -"182872",28816,39501 -"182873",28816,46257 -"182874",28816,47013 -"182875",28816,69765 -"182876",28816,85971 -"182877",28816,97151 -"182878",28816,99298 -"182879",28817,38544 -"182880",28817,75772 -"182881",28818,35446 -"182882",28818,38902 -"182883",28818,47663 -"182884",28818,51244 -"182885",28818,58162 -"182886",28818,61424 -"182887",28818,65750 -"182888",28818,67006 -"182889",28818,69587 -"182890",28818,71222 -"182891",28818,71319 -"182892",28818,71641 -"182893",28818,72273 -"182894",28818,76034 -"182895",28818,80456 -"182896",28818,82069 -"182897",28818,89702 -"182898",28818,89918 -"182899",28818,97022 -"182900",28818,97958 -"182901",28819,36396 -"182902",28819,39648 -"182903",28819,60007 -"182904",28819,106384 -"182905",28819,118548 -"182906",28820,30586 -"182907",28820,31884 -"182908",28820,46484 -"182909",28820,49776 -"182910",28820,54777 -"182911",28820,75391 -"182912",28821,28822 -"182913",28821,29008 -"182914",28822,29008 -"182915",28822,82575 -"182916",28822,99413 -"182917",28822,107808 -"182918",28823,29089 -"182919",28823,29512 -"182920",28823,31658 -"182921",28823,51234 -"182922",28823,65660 -"182923",28823,68300 -"182924",28823,83255 -"182925",28823,85352 -"182926",28823,96022 -"182927",28823,97752 -"182928",28823,99934 -"182929",28823,115582 -"182930",28823,120432 -"182931",28823,122093 -"182932",28824,33506 -"182933",28824,39935 -"182934",28825,28956 -"182935",28825,40625 -"182936",28825,79751 -"182937",28825,94754 -"182938",28826,43198 -"182939",28826,45886 -"182940",28826,62782 -"182941",28827,32975 -"182942",28828,55405 -"182943",28828,71480 -"182944",28828,79094 -"182945",28828,83362 -"182946",28828,122517 -"182947",28828,122520 -"182948",28829,34796 -"182949",28829,45097 -"182950",28829,47138 -"182951",28829,64089 -"182952",28829,79876 -"182953",28829,122183 -"182954",28830,109958 -"182955",28830,122309 -"182956",28831,28894 -"182957",28831,35641 -"182958",28831,59164 -"182959",28831,77226 -"182960",28831,85068 -"182961",28833,29290 -"182962",28833,50563 -"182963",28833,68648 -"182964",28833,78262 -"182965",28834,47635 -"182966",28835,41620 -"182967",28835,64821 -"182968",28836,39828 -"182969",28837,28853 -"182970",28837,28854 -"182971",28837,28898 -"182972",28837,94819 -"182973",28837,94904 -"182974",28837,98993 -"182975",28838,28964 -"182976",28838,33508 -"182977",28838,34319 -"182978",28838,36505 -"182979",28838,38143 -"182980",28838,39114 -"182981",28838,41976 -"182982",28838,42202 -"182983",28838,43507 -"182984",28838,44410 -"182985",28838,50086 -"182986",28838,57330 -"182987",28838,59775 -"182988",28838,59794 -"182989",28838,68340 -"182990",28838,72142 -"182991",28838,72329 -"182992",28838,72972 -"182993",28838,75017 -"182994",28838,77131 -"182995",28838,85908 -"182996",28838,90264 -"182997",28838,90265 -"182998",28838,93565 -"182999",28838,95804 -"183000",28838,100245 -"183001",28838,100553 -"183002",28838,100751 -"183003",28838,101089 -"183004",28838,101827 -"183005",28838,102813 -"183006",28838,105070 -"183007",28838,107468 -"183008",28838,107490 -"183009",28838,107493 -"183010",28839,28939 -"183011",28839,30976 -"183012",28839,37307 -"183013",28839,37769 -"183014",28839,42315 -"183015",28839,45633 -"183016",28839,52119 -"183017",28839,66143 -"183018",28839,66376 -"183019",28839,68708 -"183020",28839,71973 -"183021",28839,81875 -"183022",28839,82593 -"183023",28839,82848 -"183024",28839,90668 -"183025",28839,90884 -"183026",28839,95740 -"183027",28839,105699 -"183028",28839,115878 -"183029",28840,29063 -"183030",28841,43397 -"183031",28842,93714 -"183032",28842,105491 -"183033",28844,94656 -"183034",28845,28987 -"183035",28845,29356 -"183036",28845,29375 -"183037",28845,30029 -"183038",28845,30260 -"183039",28845,30955 -"183040",28845,31024 -"183041",28845,52636 -"183042",28845,59013 -"183043",28845,70250 -"183044",28845,76025 -"183045",28845,77044 -"183046",28845,79744 -"183047",28845,80818 -"183048",28845,81160 -"183049",28845,81689 -"183050",28845,83643 -"183051",28845,86702 -"183052",28845,92846 -"183053",28845,97434 -"183054",28845,97435 -"183055",28846,32831 -"183056",28846,32849 -"183057",28846,44016 -"183058",28846,44080 -"183059",28846,50811 -"183060",28846,51623 -"183061",28846,101448 -"183062",28846,101498 -"183063",28847,28968 -"183064",28847,31070 -"183065",28847,80585 -"183066",28847,80628 -"183067",28848,28902 -"183068",28848,29466 -"183069",28848,29635 -"183070",28848,29639 -"183071",28848,30205 -"183072",28848,55865 -"183073",28848,91550 -"183074",28849,30055 -"183075",28849,30221 -"183076",28849,30291 -"183077",28849,35080 -"183078",28849,38188 -"183079",28849,40722 -"183080",28849,42063 -"183081",28849,46501 -"183082",28849,47691 -"183083",28849,49833 -"183084",28849,50788 -"183085",28849,52256 -"183086",28849,63479 -"183087",28849,66583 -"183088",28849,67535 -"183089",28849,73107 -"183090",28849,74197 -"183091",28849,75675 -"183092",28849,84025 -"183093",28849,95706 -"183094",28849,106886 -"183095",28849,107361 -"183096",28849,114260 -"183097",28850,86018 -"183098",28851,28970 -"183099",28851,30993 -"183100",28851,47367 -"183101",28852,28962 -"183102",28853,28854 -"183103",28853,28898 -"183104",28853,47578 -"183105",28853,94819 -"183106",28853,94904 -"183107",28853,98993 -"183108",28853,103745 -"183109",28853,115450 -"183110",28853,115484 -"183111",28854,28898 -"183112",28854,35665 -"183113",28854,46691 -"183114",28854,61918 -"183115",28854,94819 -"183116",28854,94904 -"183117",28854,98993 -"183118",28854,107319 -"183119",28854,118890 -"183120",28855,33434 -"183121",28855,35908 -"183122",28855,35938 -"183123",28855,35939 -"183124",28855,35940 -"183125",28855,36011 -"183126",28855,36012 -"183127",28855,36013 -"183128",28855,36060 -"183129",28855,36178 -"183130",28856,31324 -"183131",28856,32961 -"183132",28857,28858 -"183133",28857,28933 -"183134",28857,28995 -"183135",28858,28933 -"183136",28858,28995 -"183137",28859,60332 -"183138",28860,31435 -"183139",28860,109685 -"183140",28861,29241 -"183141",28862,82772 -"183142",28863,35181 -"183143",28863,50807 -"183144",28864,39925 -"183145",28864,54858 -"183146",28864,72421 -"183147",28864,106043 -"183148",28865,28866 -"183149",28865,29009 -"183150",28865,51923 -"183151",28866,29009 -"183152",28866,76880 -"183153",28867,33321 -"183154",28867,109296 -"183155",28868,31621 -"183156",28868,83339 -"183157",28868,83361 -"183158",28869,34721 -"183159",28869,38417 -"183160",28869,39198 -"183161",28869,40453 -"183162",28869,41435 -"183163",28869,41659 -"183164",28869,42746 -"183165",28869,45357 -"183166",28869,46142 -"183167",28869,46786 -"183168",28869,64578 -"183169",28869,70658 -"183170",28869,78446 -"183171",28869,78833 -"183172",28869,91275 -"183173",28869,92016 -"183174",28869,105122 -"183175",28869,110357 -"183176",28870,53050 -"183177",28870,54877 -"183178",28870,63455 -"183179",28870,65006 -"183180",28871,30334 -"183181",28871,35496 -"183182",28871,37610 -"183183",28871,37636 -"183184",28871,39435 -"183185",28871,40131 -"183186",28871,40166 -"183187",28871,40392 -"183188",28871,40905 -"183189",28871,41030 -"183190",28871,41527 -"183191",28871,41529 -"183192",28871,41778 -"183193",28871,43147 -"183194",28871,43234 -"183195",28871,43858 -"183196",28871,44828 -"183197",28871,45657 -"183198",28871,45933 -"183199",28871,46434 -"183200",28871,46788 -"183201",28871,47123 -"183202",28871,47488 -"183203",28871,48805 -"183204",28871,48909 -"183205",28871,49859 -"183206",28871,50064 -"183207",28871,50067 -"183208",28871,50554 -"183209",28871,50879 -"183210",28871,51783 -"183211",28871,52018 -"183212",28871,53444 -"183213",28871,53527 -"183214",28871,53555 -"183215",28871,54275 -"183216",28871,56628 -"183217",28871,58004 -"183218",28871,58068 -"183219",28871,58633 -"183220",28871,61111 -"183221",28871,61127 -"183222",28871,64113 -"183223",28871,68287 -"183224",28872,42078 -"183225",28872,69561 -"183226",28872,93505 -"183227",28872,112098 -"183228",28873,28936 -"183229",28874,34015 -"183230",28874,60534 -"183231",28874,64949 -"183232",28874,74365 -"183233",28874,102096 -"183234",28874,102120 -"183235",28874,119463 -"183236",28875,29983 -"183237",28875,30196 -"183238",28875,34444 -"183239",28875,37517 -"183240",28875,44086 -"183241",28875,44124 -"183242",28875,62537 -"183243",28875,63545 -"183244",28875,63553 -"183245",28875,63558 -"183246",28877,84920 -"183247",28879,58982 -"183248",28879,90127 -"183249",28880,30625 -"183250",28880,33422 -"183251",28880,44815 -"183252",28880,57745 -"183253",28880,79823 -"183254",28880,88209 -"183255",28880,89822 -"183256",28880,94243 -"183257",28880,111582 -"183258",28881,30544 -"183259",28881,55679 -"183260",28881,59945 -"183261",28881,86328 -"183262",28881,86367 -"183263",28882,32726 -"183264",28882,33380 -"183265",28882,42944 -"183266",28882,48716 -"183267",28882,48732 -"183268",28882,57925 -"183269",28882,68795 -"183270",28884,32331 -"183271",28884,64868 -"183272",28885,55513 -"183273",28886,53428 -"183274",28886,53476 -"183275",28887,29041 -"183276",28887,109131 -"183277",28887,123452 -"183278",28889,43898 -"183279",28889,54394 -"183280",28889,83997 -"183281",28890,40866 -"183282",28890,48026 -"183283",28890,60258 -"183284",28890,63844 -"183285",28890,82837 -"183286",28890,88300 -"183287",28890,103897 -"183288",28890,115324 -"183289",28891,35421 -"183290",28891,35953 -"183291",28891,43286 -"183292",28891,45382 -"183293",28891,49627 -"183294",28891,50077 -"183295",28891,50332 -"183296",28891,50411 -"183297",28891,54745 -"183298",28891,55611 -"183299",28891,57902 -"183300",28891,59037 -"183301",28891,66652 -"183302",28891,69497 -"183303",28891,70354 -"183304",28891,73332 -"183305",28891,97114 -"183306",28891,97121 -"183307",28891,97126 -"183308",28891,97127 -"183309",28891,97131 -"183310",28891,97520 -"183311",28891,97550 -"183312",28892,29456 -"183313",28892,38145 -"183314",28893,32339 -"183315",28893,39443 -"183316",28893,43214 -"183317",28893,45674 -"183318",28893,55596 -"183319",28893,56795 -"183320",28893,56805 -"183321",28893,69557 -"183322",28893,74206 -"183323",28893,78931 -"183324",28893,109412 -"183325",28895,42140 -"183326",28895,51687 -"183327",28895,96134 -"183328",28896,29525 -"183329",28896,29893 -"183330",28896,32341 -"183331",28896,32351 -"183332",28896,33487 -"183333",28896,33524 -"183334",28896,33888 -"183335",28896,39096 -"183336",28896,48215 -"183337",28896,53012 -"183338",28896,54200 -"183339",28896,72865 -"183340",28896,83292 -"183341",28896,111460 -"183342",28896,111469 -"183343",28897,100553 -"183344",28898,34387 -"183345",28898,41391 -"183346",28898,54764 -"183347",28898,68139 -"183348",28898,71574 -"183349",28899,49921 -"183350",28899,94319 -"183351",28899,94329 -"183352",28899,94355 -"183353",28899,97064 -"183354",28899,97158 -"183355",28899,97190 -"183356",28899,119008 -"183357",28901,34777 -"183358",28901,44482 -"183359",28901,47460 -"183360",28901,50313 -"183361",28901,55531 -"183362",28901,63019 -"183363",28901,66845 -"183364",28901,68402 -"183365",28901,75015 -"183366",28902,40059 -"183367",28902,65111 -"183368",28902,88663 -"183369",28903,53395 -"183370",28904,28967 -"183371",28904,29770 -"183372",28904,34805 -"183373",28904,54775 -"183374",28904,54777 -"183375",28904,60494 -"183376",28904,63772 -"183377",28904,65639 -"183378",28904,69625 -"183379",28904,79451 -"183380",28904,81130 -"183381",28904,90154 -"183382",28904,97951 -"183383",28904,97996 -"183384",28904,98315 -"183385",28904,106861 -"183386",28904,108448 -"183387",28904,117675 -"183388",28905,30631 -"183389",28905,40144 -"183390",28905,52484 -"183391",28905,61047 -"183392",28905,61503 -"183393",28905,62268 -"183394",28905,90236 -"183395",28905,93026 -"183396",28905,93066 -"183397",28905,99891 -"183398",28905,108739 -"183399",28907,83510 -"183400",28907,89404 -"183401",28907,90568 -"183402",28908,50017 -"183403",28908,112503 -"183404",28909,28910 -"183405",28909,39787 -"183406",28909,61456 -"183407",28909,65422 -"183408",28912,28965 -"183409",28913,30479 -"183410",28913,113485 -"183411",28913,120239 -"183412",28914,92400 -"183413",28914,97518 -"183414",28914,120246 -"183415",28915,29624 -"183416",28915,39458 -"183417",28915,42673 -"183418",28915,47741 -"183419",28915,52114 -"183420",28915,52132 -"183421",28915,64922 -"183422",28916,74312 -"183423",28916,100413 -"183424",28916,117467 -"183425",28916,117485 -"183426",28917,72462 -"183427",28917,103305 -"183428",28918,36262 -"183429",28918,43197 -"183430",28918,58319 -"183431",28918,69010 -"183432",28918,69050 -"183433",28918,108074 -"183434",28919,29003 -"183435",28919,104305 -"183436",28919,104318 -"183437",28921,74442 -"183438",28922,28949 -"183439",28922,28997 -"183440",28922,29589 -"183441",28922,30584 -"183442",28922,37258 -"183443",28922,38641 -"183444",28922,38785 -"183445",28922,39396 -"183446",28922,52705 -"183447",28922,72715 -"183448",28922,88932 -"183449",28922,99332 -"183450",28923,71630 -"183451",28923,109293 -"183452",28924,68707 -"183453",28924,75502 -"183454",28924,91049 -"183455",28926,59967 -"183456",28926,76867 -"183457",28927,39102 -"183458",28927,43444 -"183459",28927,56312 -"183460",28927,58804 -"183461",28927,80451 -"183462",28927,92553 -"183463",28927,93019 -"183464",28929,33840 -"183465",28929,49475 -"183466",28929,53477 -"183467",28929,55914 -"183468",28929,70310 -"183469",28929,70311 -"183470",28929,70336 -"183471",28929,76940 -"183472",28929,77016 -"183473",28930,42336 -"183474",28930,49216 -"183475",28930,92478 -"183476",28930,114635 -"183477",28930,121830 -"183478",28930,122833 -"183479",28931,42927 -"183480",28932,34819 -"183481",28933,28995 -"183482",28934,28973 -"183483",28934,70862 -"183484",28934,111654 -"183485",28935,42368 -"183486",28936,78567 -"183487",28936,92965 -"183488",28936,100086 -"183489",28938,86907 -"183490",28938,86946 -"183491",28938,106945 -"183492",28938,111844 -"183493",28938,115244 -"183494",28940,103486 -"183495",28941,33957 -"183496",28941,48623 -"183497",28941,114689 -"183498",28942,31004 -"183499",28942,31012 -"183500",28942,46368 -"183501",28942,97693 -"183502",28943,29421 -"183503",28943,58098 -"183504",28943,61148 -"183505",28943,88611 -"183506",28944,32255 -"183507",28944,39035 -"183508",28944,43770 -"183509",28944,76959 -"183510",28944,82155 -"183511",28944,82542 -"183512",28945,28983 -"183513",28945,31816 -"183514",28945,31849 -"183515",28945,49921 -"183516",28945,67588 -"183517",28945,71817 -"183518",28945,89695 -"183519",28945,95586 -"183520",28945,101604 -"183521",28945,103097 -"183522",28945,103118 -"183523",28945,103143 -"183524",28946,99388 -"183525",28947,110009 -"183526",28948,28998 -"183527",28949,28997 -"183528",28950,74714 -"183529",28951,29029 -"183530",28951,30371 -"183531",28951,30372 -"183532",28953,99204 -"183533",28953,117651 -"183534",28953,118261 -"183535",28953,118262 -"183536",28953,118275 -"183537",28953,118276 -"183538",28953,118277 -"183539",28955,33785 -"183540",28955,63168 -"183541",28955,108208 -"183542",28957,28958 -"183543",28958,42332 -"183544",28958,42334 -"183545",28959,30413 -"183546",28959,36180 -"183547",28959,55870 -"183548",28959,66431 -"183549",28959,76070 -"183550",28959,76246 -"183551",28960,32734 -"183552",28962,41130 -"183553",28962,44831 -"183554",28962,98188 -"183555",28963,29073 -"183556",28963,39648 -"183557",28963,42981 -"183558",28963,61719 -"183559",28963,100565 -"183560",28963,100628 -"183561",28964,42202 -"183562",28965,98661 -"183563",28966,29062 -"183564",28966,29347 -"183565",28966,52680 -"183566",28966,57904 -"183567",28966,59203 -"183568",28966,73332 -"183569",28966,82453 -"183570",28966,87924 -"183571",28966,87932 -"183572",28966,87942 -"183573",28967,34805 -"183574",28967,41581 -"183575",28967,47994 -"183576",28967,51134 -"183577",28967,51153 -"183578",28967,51159 -"183579",28967,74153 -"183580",28967,76212 -"183581",28967,79270 -"183582",28967,79451 -"183583",28968,76106 -"183584",28969,44751 -"183585",28969,90562 -"183586",28970,30993 -"183587",28970,47367 -"183588",28971,61382 -"183589",28971,81287 -"183590",28971,99194 -"183591",28971,106226 -"183592",28972,68469 -"183593",28972,77605 -"183594",28972,102762 -"183595",28974,53456 -"183596",28975,38685 -"183597",28975,117774 -"183598",28976,44024 -"183599",28976,53402 -"183600",28976,57971 -"183601",28976,59591 -"183602",28976,69398 -"183603",28976,104439 -"183604",28976,118450 -"183605",28977,57160 -"183606",28979,43649 -"183607",28979,43938 -"183608",28979,44818 -"183609",28979,44827 -"183610",28979,44855 -"183611",28979,47106 -"183612",28979,56373 -"183613",28979,65474 -"183614",28980,29801 -"183615",28983,49921 -"183616",28984,31209 -"183617",28984,31477 -"183618",28984,32052 -"183619",28984,32367 -"183620",28984,32383 -"183621",28984,32419 -"183622",28984,33916 -"183623",28986,35420 -"183624",28986,35742 -"183625",28986,39523 -"183626",28986,42689 -"183627",28986,42725 -"183628",28986,43140 -"183629",28986,51921 -"183630",28986,57094 -"183631",28986,58854 -"183632",28986,62541 -"183633",28986,68043 -"183634",28986,69527 -"183635",28986,79654 -"183636",28986,80396 -"183637",28986,94520 -"183638",28986,102101 -"183639",28986,110399 -"183640",28986,111241 -"183641",28987,29375 -"183642",28987,30029 -"183643",28987,30260 -"183644",28987,30955 -"183645",28987,31024 -"183646",28987,31059 -"183647",28987,31124 -"183648",28987,52293 -"183649",28987,67946 -"183650",28987,112224 -"183651",28987,116818 -"183652",28988,79472 -"183653",28989,32017 -"183654",28990,41831 -"183655",28990,85357 -"183656",28990,85752 -"183657",28990,89910 -"183658",28990,104549 -"183659",28990,104684 -"183660",28991,40466 -"183661",28991,94267 -"183662",28992,46336 -"183663",28993,42768 -"183664",28993,42771 -"183665",28993,42785 -"183666",28993,114021 -"183667",28994,45979 -"183668",28994,62742 -"183669",28995,52486 -"183670",28996,32664 -"183671",28996,49020 -"183672",28996,52820 -"183673",28996,53347 -"183674",28996,76742 -"183675",28996,84760 -"183676",28996,90252 -"183677",28996,102044 -"183678",28996,103158 -"183679",28998,30155 -"183680",28998,39326 -"183681",28998,41342 -"183682",28998,41437 -"183683",28998,49892 -"183684",28999,31903 -"183685",28999,57779 -"183686",29000,61188 -"183687",29000,67073 -"183688",29001,34954 -"183689",29001,35808 -"183690",29001,67172 -"183691",29002,29156 -"183692",29004,29111 -"183693",29004,32160 -"183694",29004,38965 -"183695",29004,47276 -"183696",29004,55363 -"183697",29004,57529 -"183698",29004,65157 -"183699",29004,66858 -"183700",29004,66859 -"183701",29004,78690 -"183702",29004,78717 -"183703",29005,30954 -"183704",29005,85668 -"183705",29005,105060 -"183706",29005,113633 -"183707",29005,115190 -"183708",29006,29014 -"183709",29006,29110 -"183710",29007,44680 -"183711",29007,52524 -"183712",29007,95757 -"183713",29008,45993 -"183714",29008,71868 -"183715",29009,41116 -"183716",29009,57203 -"183717",29009,68142 -"183718",29009,94125 -"183719",29009,109799 -"183720",29009,113933 -"183721",29010,29682 -"183722",29010,32747 -"183723",29010,35592 -"183724",29010,36780 -"183725",29010,59797 -"183726",29010,80176 -"183727",29011,79402 -"183728",29013,36598 -"183729",29013,89937 -"183730",29013,94746 -"183731",29014,29110 -"183732",29014,37953 -"183733",29014,72508 -"183734",29015,29096 -"183735",29015,31048 -"183736",29015,49385 -"183737",29015,64461 -"183738",29015,78315 -"183739",29015,103878 -"183740",29015,104153 -"183741",29015,112383 -"183742",29016,42200 -"183743",29016,47338 -"183744",29016,47558 -"183745",29016,48845 -"183746",29016,50229 -"183747",29016,59485 -"183748",29016,65523 -"183749",29016,91078 -"183750",29016,117675 -"183751",29017,29070 -"183752",29017,29107 -"183753",29017,37442 -"183754",29017,89290 -"183755",29019,29026 -"183756",29019,32413 -"183757",29019,33018 -"183758",29019,34614 -"183759",29019,34631 -"183760",29019,34668 -"183761",29019,35983 -"183762",29019,38270 -"183763",29019,40113 -"183764",29019,42289 -"183765",29019,48281 -"183766",29019,48380 -"183767",29019,50662 -"183768",29019,56216 -"183769",29019,59615 -"183770",29019,62679 -"183771",29019,63105 -"183772",29019,68001 -"183773",29019,68475 -"183774",29019,68917 -"183775",29019,69296 -"183776",29019,71106 -"183777",29019,71684 -"183778",29019,73655 -"183779",29019,75767 -"183780",29019,76046 -"183781",29019,76459 -"183782",29019,76808 -"183783",29019,77727 -"183784",29019,78224 -"183785",29019,79222 -"183786",29019,82978 -"183787",29019,83306 -"183788",29019,85027 -"183789",29019,88287 -"183790",29019,88412 -"183791",29019,90275 -"183792",29019,90426 -"183793",29019,91112 -"183794",29019,91526 -"183795",29019,93425 -"183796",29019,93523 -"183797",29019,94520 -"183798",29019,95954 -"183799",29019,99544 -"183800",29019,99547 -"183801",29019,99554 -"183802",29019,100595 -"183803",29019,100739 -"183804",29019,100819 -"183805",29019,101898 -"183806",29019,101988 -"183807",29019,102146 -"183808",29019,102201 -"183809",29019,102309 -"183810",29019,102635 -"183811",29019,102730 -"183812",29019,102846 -"183813",29019,103790 -"183814",29019,104095 -"183815",29019,104574 -"183816",29019,104784 -"183817",29019,104845 -"183818",29019,107269 -"183819",29019,107623 -"183820",29019,107714 -"183821",29019,107879 -"183822",29019,107975 -"183823",29020,49213 -"183824",29021,29022 -"183825",29022,37241 -"183826",29022,66482 -"183827",29022,72015 -"183828",29022,75103 -"183829",29022,79246 -"183830",29022,81211 -"183831",29022,81368 -"183832",29022,81414 -"183833",29023,97438 -"183834",29023,102775 -"183835",29025,38254 -"183836",29025,49963 -"183837",29025,59279 -"183838",29025,60166 -"183839",29026,32413 -"183840",29026,34614 -"183841",29026,34631 -"183842",29026,34668 -"183843",29026,35983 -"183844",29026,38270 -"183845",29026,40113 -"183846",29026,42289 -"183847",29026,48281 -"183848",29026,48380 -"183849",29026,50662 -"183850",29026,56216 -"183851",29026,59615 -"183852",29026,62679 -"183853",29026,63105 -"183854",29026,68001 -"183855",29026,68475 -"183856",29026,68917 -"183857",29026,69296 -"183858",29026,71106 -"183859",29026,73655 -"183860",29026,75767 -"183861",29026,76046 -"183862",29026,76459 -"183863",29026,76808 -"183864",29026,77727 -"183865",29026,78224 -"183866",29026,79222 -"183867",29026,82978 -"183868",29026,83306 -"183869",29026,85027 -"183870",29026,88412 -"183871",29026,90275 -"183872",29026,90426 -"183873",29026,91112 -"183874",29026,91526 -"183875",29026,93425 -"183876",29026,93523 -"183877",29026,94520 -"183878",29026,95954 -"183879",29026,96346 -"183880",29026,99544 -"183881",29026,99547 -"183882",29026,99554 -"183883",29026,100595 -"183884",29026,100739 -"183885",29026,100819 -"183886",29026,101898 -"183887",29026,101988 -"183888",29026,102146 -"183889",29026,102201 -"183890",29026,102309 -"183891",29026,102635 -"183892",29026,102730 -"183893",29026,102846 -"183894",29026,103790 -"183895",29026,104095 -"183896",29026,104574 -"183897",29026,104784 -"183898",29026,104845 -"183899",29026,107269 -"183900",29026,107623 -"183901",29026,107714 -"183902",29026,107879 -"183903",29026,107975 -"183904",29027,29123 -"183905",29027,29182 -"183906",29027,35575 -"183907",29028,67048 -"183908",29029,30371 -"183909",29029,30372 -"183910",29029,53236 -"183911",29030,29057 -"183912",29030,37625 -"183913",29030,53771 -"183914",29030,54018 -"183915",29030,55187 -"183916",29030,57159 -"183917",29030,58285 -"183918",29030,65969 -"183919",29030,67512 -"183920",29030,73066 -"183921",29030,90960 -"183922",29030,99421 -"183923",29031,29680 -"183924",29031,34246 -"183925",29031,50043 -"183926",29032,29393 -"183927",29032,36783 -"183928",29032,39896 -"183929",29032,45031 -"183930",29033,35926 -"183931",29033,46071 -"183932",29033,51299 -"183933",29033,52301 -"183934",29033,75694 -"183935",29033,91021 -"183936",29033,108782 -"183937",29034,40893 -"183938",29034,51377 -"183939",29034,54765 -"183940",29034,60523 -"183941",29034,64806 -"183942",29034,80756 -"183943",29035,55415 -"183944",29035,76368 -"183945",29036,29435 -"183946",29037,30411 -"183947",29037,35802 -"183948",29037,38217 -"183949",29037,42212 -"183950",29037,43116 -"183951",29037,58254 -"183952",29037,65362 -"183953",29037,72957 -"183954",29037,79529 -"183955",29037,81722 -"183956",29037,84770 -"183957",29037,85609 -"183958",29037,92539 -"183959",29037,97445 -"183960",29037,98422 -"183961",29037,99136 -"183962",29037,99162 -"183963",29037,100207 -"183964",29037,100549 -"183965",29037,101016 -"183966",29037,101117 -"183967",29037,102401 -"183968",29037,102796 -"183969",29037,103244 -"183970",29037,105019 -"183971",29037,108470 -"183972",29037,108474 -"183973",29037,109262 -"183974",29037,109949 -"183975",29037,110196 -"183976",29037,110216 -"183977",29037,111019 -"183978",29038,43291 -"183979",29038,86017 -"183980",29038,86020 -"183981",29039,59382 -"183982",29040,29541 -"183983",29040,69234 -"183984",29040,82318 -"183985",29040,82343 -"183986",29042,29203 -"183987",29043,30128 -"183988",29043,50276 -"183989",29043,52721 -"183990",29043,79898 -"183991",29044,30127 -"183992",29044,35372 -"183993",29044,39916 -"183994",29044,42462 -"183995",29044,45477 -"183996",29044,45598 -"183997",29044,46463 -"183998",29044,46528 -"183999",29044,55390 -"184000",29045,40117 -"184001",29045,52672 -"184002",29046,29113 -"184003",29047,29261 -"184004",29047,29275 -"184005",29047,29291 -"184006",29047,29296 -"184007",29047,29355 -"184008",29047,29423 -"184009",29048,30314 -"184010",29049,30196 -"184011",29049,40600 -"184012",29049,46579 -"184013",29049,46596 -"184014",29050,34759 -"184015",29050,36450 -"184016",29050,54504 -"184017",29050,54960 -"184018",29050,55308 -"184019",29050,76009 -"184020",29050,90492 -"184021",29051,56464 -"184022",29052,29150 -"184023",29052,49147 -"184024",29052,52186 -"184025",29052,73230 -"184026",29052,80570 -"184027",29052,82522 -"184028",29052,82573 -"184029",29052,83475 -"184030",29053,36784 -"184031",29053,41804 -"184032",29053,41859 -"184033",29053,47553 -"184034",29053,48871 -"184035",29053,54667 -"184036",29053,56097 -"184037",29053,63477 -"184038",29053,69651 -"184039",29053,69666 -"184040",29053,77892 -"184041",29053,87083 -"184042",29053,100241 -"184043",29053,120225 -"184044",29054,29074 -"184045",29054,94377 -"184046",29055,46578 -"184047",29055,61681 -"184048",29056,37765 -"184049",29057,40881 -"184050",29057,83700 -"184051",29058,82789 -"184052",29058,91432 -"184053",29059,29086 -"184054",29060,32936 -"184055",29060,74025 -"184056",29061,33837 -"184057",29061,40423 -"184058",29061,40454 -"184059",29061,41760 -"184060",29061,55511 -"184061",29061,99459 -"184062",29062,29347 -"184063",29064,32028 -"184064",29064,51942 -"184065",29064,62121 -"184066",29064,104536 -"184067",29065,31927 -"184068",29066,30481 -"184069",29066,34553 -"184070",29066,53631 -"184071",29066,63300 -"184072",29066,81434 -"184073",29067,29354 -"184074",29068,29948 -"184075",29068,44622 -"184076",29068,79869 -"184077",29068,94424 -"184078",29070,29107 -"184079",29070,40501 -"184080",29071,74244 -"184081",29071,76056 -"184082",29072,73587 -"184083",29073,29731 -"184084",29073,30898 -"184085",29073,37893 -"184086",29073,41682 -"184087",29073,47299 -"184088",29073,70017 -"184089",29073,71766 -"184090",29073,80694 -"184091",29074,83818 -"184092",29075,29076 -"184093",29075,45073 -"184094",29075,55294 -"184095",29075,81920 -"184096",29075,81928 -"184097",29076,32576 -"184098",29076,45073 -"184099",29076,45252 -"184100",29076,76291 -"184101",29076,78961 -"184102",29076,87438 -"184103",29076,94980 -"184104",29076,97298 -"184105",29076,100054 -"184106",29076,100657 -"184107",29076,100808 -"184108",29076,106119 -"184109",29077,29256 -"184110",29077,35910 -"184111",29077,43087 -"184112",29077,59096 -"184113",29077,64860 -"184114",29077,65966 -"184115",29077,82688 -"184116",29077,82725 -"184117",29077,82752 -"184118",29078,29229 -"184119",29078,29447 -"184120",29078,42612 -"184121",29078,44387 -"184122",29078,46779 -"184123",29078,52308 -"184124",29078,59673 -"184125",29078,64613 -"184126",29078,64725 -"184127",29078,64750 -"184128",29078,91353 -"184129",29079,112654 -"184130",29080,40680 -"184131",29080,53404 -"184132",29081,29474 -"184133",29081,56871 -"184134",29081,63724 -"184135",29082,29163 -"184136",29082,112727 -"184137",29083,39459 -"184138",29084,41067 -"184139",29084,44744 -"184140",29084,50319 -"184141",29084,66055 -"184142",29084,70778 -"184143",29084,72060 -"184144",29084,80938 -"184145",29084,80939 -"184146",29084,80940 -"184147",29084,80941 -"184148",29084,80949 -"184149",29084,80955 -"184150",29084,80956 -"184151",29084,80957 -"184152",29084,80985 -"184153",29084,80989 -"184154",29084,81007 -"184155",29084,81022 -"184156",29084,81026 -"184157",29084,81036 -"184158",29084,81037 -"184159",29084,81038 -"184160",29084,81139 -"184161",29087,38884 -"184162",29087,42962 -"184163",29088,29204 -"184164",29088,45088 -"184165",29088,46339 -"184166",29088,49339 -"184167",29088,76358 -"184168",29088,87338 -"184169",29088,114920 -"184170",29089,32047 -"184171",29089,49359 -"184172",29089,66756 -"184173",29089,100055 -"184174",29089,104624 -"184175",29090,99214 -"184176",29091,29892 -"184177",29092,71144 -"184178",29094,70323 -"184179",29094,90458 -"184180",29094,90487 -"184181",29094,90515 -"184182",29095,31177 -"184183",29095,43708 -"184184",29095,52308 -"184185",29095,54229 -"184186",29095,79591 -"184187",29098,52615 -"184188",29098,78621 -"184189",29098,108050 -"184190",29099,37694 -"184191",29099,103215 -"184192",29100,31357 -"184193",29100,39893 -"184194",29100,54385 -"184195",29100,57017 -"184196",29100,62578 -"184197",29100,69523 -"184198",29100,76403 -"184199",29100,85072 -"184200",29100,86396 -"184201",29100,90358 -"184202",29100,106813 -"184203",29100,117830 -"184204",29101,39237 -"184205",29101,52633 -"184206",29101,54117 -"184207",29101,72161 -"184208",29101,73518 -"184209",29101,83330 -"184210",29101,87666 -"184211",29101,95304 -"184212",29101,109172 -"184213",29102,41656 -"184214",29102,46510 -"184215",29102,48055 -"184216",29102,50903 -"184217",29102,55356 -"184218",29102,56847 -"184219",29102,79074 -"184220",29103,92273 -"184221",29104,33341 -"184222",29104,54041 -"184223",29104,58132 -"184224",29104,73222 -"184225",29104,79058 -"184226",29104,79594 -"184227",29104,79724 -"184228",29104,88690 -"184229",29104,90658 -"184230",29104,111345 -"184231",29104,111360 -"184232",29105,31649 -"184233",29105,41912 -"184234",29105,44178 -"184235",29105,48806 -"184236",29105,53752 -"184237",29105,54388 -"184238",29105,59560 -"184239",29105,80725 -"184240",29105,88079 -"184241",29105,95233 -"184242",29108,58527 -"184243",29108,77402 -"184244",29108,93588 -"184245",29109,41628 -"184246",29109,64454 -"184247",29110,68459 -"184248",29110,76561 -"184249",29110,76637 -"184250",29110,78252 -"184251",29110,78342 -"184252",29110,79343 -"184253",29110,80905 -"184254",29110,80916 -"184255",29110,90028 -"184256",29110,95834 -"184257",29110,110503 -"184258",29110,111825 -"184259",29110,119856 -"184260",29111,65157 -"184261",29111,78690 -"184262",29111,78717 -"184263",29113,31444 -"184264",29113,38597 -"184265",29113,42559 -"184266",29113,49309 -"184267",29113,49655 -"184268",29113,54738 -"184269",29113,64530 -"184270",29114,31613 -"184271",29114,58467 -"184272",29114,79457 -"184273",29114,103687 -"184274",29115,35471 -"184275",29115,35481 -"184276",29115,35963 -"184277",29115,47337 -"184278",29115,49364 -"184279",29115,53179 -"184280",29115,58052 -"184281",29115,68120 -"184282",29115,70605 -"184283",29115,71541 -"184284",29115,92194 -"184285",29115,92441 -"184286",29115,94806 -"184287",29115,98166 -"184288",29115,105685 -"184289",29116,39785 -"184290",29116,40461 -"184291",29116,58745 -"184292",29116,69751 -"184293",29117,29122 -"184294",29117,54061 -"184295",29117,58257 -"184296",29117,83602 -"184297",29117,88199 -"184298",29117,102889 -"184299",29117,103882 -"184300",29117,103900 -"184301",29117,111349 -"184302",29117,113051 -"184303",29118,29159 -"184304",29118,52321 -"184305",29118,74850 -"184306",29118,75123 -"184307",29118,77826 -"184308",29119,30579 -"184309",29119,38969 -"184310",29119,89890 -"184311",29120,35080 -"184312",29120,44860 -"184313",29121,32031 -"184314",29121,35485 -"184315",29121,58510 -"184316",29121,119643 -"184317",29122,31849 -"184318",29122,34905 -"184319",29122,51400 -"184320",29122,78169 -"184321",29122,86663 -"184322",29122,103118 -"184323",29122,103882 -"184324",29122,103900 -"184325",29123,29182 -"184326",29124,32601 -"184327",29124,40363 -"184328",29124,63652 -"184329",29124,73136 -"184330",29124,90573 -"184331",29124,99444 -"184332",29124,104002 -"184333",29124,108372 -"184334",29125,62209 -"184335",29126,29153 -"184336",29126,29271 -"184337",29126,31228 -"184338",29126,35514 -"184339",29126,37219 -"184340",29126,37310 -"184341",29126,37382 -"184342",29126,63523 -"184343",29126,69011 -"184344",29126,78549 -"184345",29126,91222 -"184346",29127,29753 -"184347",29127,33810 -"184348",29127,36694 -"184349",29127,37909 -"184350",29127,42044 -"184351",29127,44655 -"184352",29127,56354 -"184353",29127,61887 -"184354",29127,97225 -"184355",29127,105268 -"184356",29127,106809 -"184357",29128,45308 -"184358",29128,71106 -"184359",29128,86151 -"184360",29128,95905 -"184361",29128,100909 -"184362",29129,70410 -"184363",29129,73322 -"184364",29129,98123 -"184365",29130,34441 -"184366",29130,49331 -"184367",29130,58356 -"184368",29130,113739 -"184369",29130,116838 -"184370",29131,53977 -"184371",29133,34595 -"184372",29133,35187 -"184373",29133,37666 -"184374",29133,37724 -"184375",29133,40134 -"184376",29133,40734 -"184377",29133,44529 -"184378",29133,52796 -"184379",29133,53081 -"184380",29133,58352 -"184381",29135,29136 -"184382",29135,81018 -"184383",29135,91124 -"184384",29135,105078 -"184385",29136,32871 -"184386",29136,52740 -"184387",29136,67417 -"184388",29137,30036 -"184389",29137,48929 -"184390",29137,51687 -"184391",29137,60508 -"184392",29137,60509 -"184393",29137,60537 -"184394",29137,64964 -"184395",29138,71805 -"184396",29138,104567 -"184397",29138,109932 -"184398",29139,69023 -"184399",29139,75110 -"184400",29140,76735 -"184401",29140,86639 -"184402",29140,91245 -"184403",29141,29811 -"184404",29141,33319 -"184405",29141,35518 -"184406",29142,29184 -"184407",29142,40264 -"184408",29142,66151 -"184409",29144,39530 -"184410",29144,40288 -"184411",29144,65254 -"184412",29144,67857 -"184413",29144,103271 -"184414",29144,109956 -"184415",29144,112142 -"184416",29144,123276 -"184417",29145,57754 -"184418",29145,59494 -"184419",29145,82693 -"184420",29145,119343 -"184421",29146,30200 -"184422",29146,34451 -"184423",29146,42914 -"184424",29146,47940 -"184425",29146,92819 -"184426",29146,120794 -"184427",29147,37977 -"184428",29147,54932 -"184429",29147,61192 -"184430",29147,71467 -"184431",29147,77432 -"184432",29147,81545 -"184433",29147,85441 -"184434",29148,96589 -"184435",29148,108901 -"184436",29149,44357 -"184437",29149,46763 -"184438",29149,59545 -"184439",29149,73612 -"184440",29149,73614 -"184441",29150,114518 -"184442",29152,45147 -"184443",29153,29271 -"184444",29154,50663 -"184445",29154,58628 -"184446",29154,92506 -"184447",29154,111124 -"184448",29155,29193 -"184449",29155,29208 -"184450",29156,63399 -"184451",29157,45651 -"184452",29157,45658 -"184453",29157,101936 -"184454",29158,41843 -"184455",29158,54152 -"184456",29158,62819 -"184457",29158,85075 -"184458",29158,85162 -"184459",29158,92321 -"184460",29158,92322 -"184461",29158,104141 -"184462",29158,117278 -"184463",29159,52321 -"184464",29159,82711 -"184465",29160,31190 -"184466",29160,91659 -"184467",29161,50479 -"184468",29161,60564 -"184469",29161,70186 -"184470",29162,42046 -"184471",29162,57323 -"184472",29162,78995 -"184473",29162,100326 -"184474",29162,110948 -"184475",29162,123359 -"184476",29163,33055 -"184477",29163,33413 -"184478",29163,37752 -"184479",29163,38185 -"184480",29163,38989 -"184481",29163,41439 -"184482",29163,41557 -"184483",29163,59039 -"184484",29163,59916 -"184485",29163,59917 -"184486",29163,72704 -"184487",29163,83483 -"184488",29163,112359 -"184489",29163,112800 -"184490",29164,84082 -"184491",29164,115045 -"184492",29165,51596 -"184493",29165,52310 -"184494",29166,69164 -"184495",29166,70795 -"184496",29166,71509 -"184497",29166,75921 -"184498",29166,77429 -"184499",29168,113989 -"184500",29169,53118 -"184501",29169,54413 -"184502",29169,55633 -"184503",29169,77941 -"184504",29169,79269 -"184505",29169,89644 -"184506",29170,32421 -"184507",29170,32861 -"184508",29170,32940 -"184509",29170,47502 -"184510",29170,64960 -"184511",29170,65625 -"184512",29170,94619 -"184513",29170,95193 -"184514",29171,29198 -"184515",29171,30626 -"184516",29171,33732 -"184517",29171,36609 -"184518",29171,40311 -"184519",29171,44385 -"184520",29171,45616 -"184521",29171,45618 -"184522",29171,45626 -"184523",29171,45650 -"184524",29171,45659 -"184525",29171,45691 -"184526",29171,48286 -"184527",29171,61090 -"184528",29171,62919 -"184529",29172,29332 -"184530",29172,30622 -"184531",29172,30665 -"184532",29172,30697 -"184533",29172,31525 -"184534",29172,32190 -"184535",29172,32294 -"184536",29172,32513 -"184537",29172,39120 -"184538",29172,39933 -"184539",29172,48573 -"184540",29172,50307 -"184541",29172,52521 -"184542",29172,60292 -"184543",29172,75130 -"184544",29172,112919 -"184545",29173,30931 -"184546",29173,42568 -"184547",29173,55556 -"184548",29173,79446 -"184549",29173,113699 -"184550",29174,42773 -"184551",29174,60768 -"184552",29174,78779 -"184553",29174,97853 -"184554",29175,40263 -"184555",29175,97454 -"184556",29175,97563 -"184557",29175,119884 -"184558",29176,40231 -"184559",29176,41464 -"184560",29176,43844 -"184561",29176,108600 -"184562",29177,29178 -"184563",29177,110850 -"184564",29177,110858 -"184565",29179,85546 -"184566",29180,55910 -"184567",29181,33048 -"184568",29181,33584 -"184569",29181,41857 -"184570",29181,57950 -"184571",29181,83269 -"184572",29181,90837 -"184573",29181,95657 -"184574",29181,109175 -"184575",29181,110933 -"184576",29183,32608 -"184577",29183,65146 -"184578",29183,67625 -"184579",29185,112226 -"184580",29186,30068 -"184581",29186,52357 -"184582",29186,53446 -"184583",29186,57568 -"184584",29186,83346 -"184585",29186,87422 -"184586",29186,95159 -"184587",29186,95527 -"184588",29186,114409 -"184589",29186,114578 -"184590",29187,46521 -"184591",29188,57716 -"184592",29188,108774 -"184593",29188,115860 -"184594",29190,31260 -"184595",29190,40507 -"184596",29191,67435 -"184597",29191,70572 -"184598",29191,71538 -"184599",29191,74043 -"184600",29191,83619 -"184601",29191,97971 -"184602",29191,103521 -"184603",29191,114971 -"184604",29192,29929 -"184605",29192,32017 -"184606",29192,47837 -"184607",29192,59007 -"184608",29192,61361 -"184609",29192,73136 -"184610",29192,74887 -"184611",29192,85212 -"184612",29192,85220 -"184613",29192,101294 -"184614",29192,108021 -"184615",29193,29208 -"184616",29193,38891 -"184617",29193,65419 -"184618",29193,113860 -"184619",29193,113881 -"184620",29194,80512 -"184621",29195,31140 -"184622",29195,31603 -"184623",29195,34040 -"184624",29195,34189 -"184625",29195,34594 -"184626",29195,34950 -"184627",29195,39329 -"184628",29195,42603 -"184629",29195,82592 -"184630",29195,96929 -"184631",29196,32834 -"184632",29196,112901 -"184633",29197,30936 -"184634",29197,38582 -"184635",29197,50725 -"184636",29197,61656 -"184637",29197,61990 -"184638",29197,77780 -"184639",29198,29342 -"184640",29198,31348 -"184641",29198,36516 -"184642",29198,41543 -"184643",29198,56320 -"184644",29199,35558 -"184645",29199,36478 -"184646",29199,56540 -"184647",29199,62868 -"184648",29199,65704 -"184649",29200,32549 -"184650",29200,32558 -"184651",29200,52598 -"184652",29201,36600 -"184653",29201,74643 -"184654",29202,29845 -"184655",29202,31520 -"184656",29202,31521 -"184657",29202,31554 -"184658",29202,31659 -"184659",29202,31660 -"184660",29202,35436 -"184661",29202,41111 -"184662",29202,44690 -"184663",29202,52673 -"184664",29202,77337 -"184665",29202,79069 -"184666",29202,100292 -"184667",29202,109164 -"184668",29202,111356 -"184669",29202,114108 -"184670",29202,122684 -"184671",29203,33234 -"184672",29203,34819 -"184673",29203,41695 -"184674",29203,44129 -"184675",29203,54823 -"184676",29203,56054 -"184677",29203,56149 -"184678",29203,57577 -"184679",29203,62879 -"184680",29203,74124 -"184681",29203,92700 -"184682",29204,79775 -"184683",29204,114920 -"184684",29205,34380 -"184685",29205,39209 -"184686",29205,59309 -"184687",29205,69306 -"184688",29205,71402 -"184689",29205,75941 -"184690",29205,79849 -"184691",29205,88829 -"184692",29205,94663 -"184693",29205,100590 -"184694",29205,112471 -"184695",29205,119972 -"184696",29205,120269 -"184697",29205,121199 -"184698",29206,39124 -"184699",29207,29683 -"184700",29207,31394 -"184701",29207,49101 -"184702",29207,61278 -"184703",29207,70672 -"184704",29207,97855 -"184705",29207,97879 -"184706",29207,107287 -"184707",29207,107302 -"184708",29209,77211 -"184709",29209,113778 -"184710",29209,117375 -"184711",29211,29758 -"184712",29211,29882 -"184713",29211,31985 -"184714",29211,38908 -"184715",29211,44684 -"184716",29211,83945 -"184717",29211,86364 -"184718",29211,86366 -"184719",29211,111226 -"184720",29211,112568 -"184721",29211,114068 -"184722",29211,115099 -"184723",29211,116430 -"184724",29213,59131 -"184725",29213,69288 -"184726",29213,74877 -"184727",29213,99286 -"184728",29214,32794 -"184729",29214,50378 -"184730",29214,60563 -"184731",29214,60926 -"184732",29214,66918 -"184733",29215,51964 -"184734",29217,31882 -"184735",29217,31883 -"184736",29218,33825 -"184737",29218,33876 -"184738",29218,47084 -"184739",29218,56926 -"184740",29218,69117 -"184741",29218,81356 -"184742",29218,85736 -"184743",29218,109766 -"184744",29219,30533 -"184745",29219,45036 -"184746",29219,45065 -"184747",29219,45108 -"184748",29219,45117 -"184749",29219,67118 -"184750",29219,67148 -"184751",29222,48321 -"184752",29222,57053 -"184753",29222,86635 -"184754",29222,105727 -"184755",29222,109313 -"184756",29223,29280 -"184757",29224,29613 -"184758",29224,38085 -"184759",29224,46155 -"184760",29224,47241 -"184761",29224,48770 -"184762",29224,80041 -"184763",29224,99833 -"184764",29225,86503 -"184765",29226,64949 -"184766",29226,74365 -"184767",29227,61534 -"184768",29228,29314 -"184769",29229,29447 -"184770",29229,49314 -"184771",29229,65313 -"184772",29229,71844 -"184773",29230,29231 -"184774",29230,31789 -"184775",29231,31756 -"184776",29231,40631 -"184777",29231,41521 -"184778",29231,56174 -"184779",29232,79088 -"184780",29233,73636 -"184781",29234,29283 -"184782",29234,29345 -"184783",29234,29443 -"184784",29234,51050 -"184785",29234,86449 -"184786",29234,110964 -"184787",29234,113382 -"184788",29234,119215 -"184789",29236,29317 -"184790",29236,29613 -"184791",29237,29656 -"184792",29237,29798 -"184793",29237,29799 -"184794",29237,40281 -"184795",29237,61287 -"184796",29237,76695 -"184797",29237,77440 -"184798",29237,108206 -"184799",29238,29364 -"184800",29238,121719 -"184801",29239,30028 -"184802",29239,49249 -"184803",29239,59909 -"184804",29239,84382 -"184805",29239,84680 -"184806",29239,103089 -"184807",29240,37486 -"184808",29240,39022 -"184809",29240,39424 -"184810",29240,45238 -"184811",29240,54926 -"184812",29240,74118 -"184813",29240,74157 -"184814",29240,74172 -"184815",29242,29301 -"184816",29242,29633 -"184817",29242,69421 -"184818",29243,36752 -"184819",29243,45148 -"184820",29243,51856 -"184821",29243,54049 -"184822",29243,69805 -"184823",29243,69809 -"184824",29244,75441 -"184825",29245,30652 -"184826",29246,29263 -"184827",29246,42634 -"184828",29246,54811 -"184829",29246,71784 -"184830",29246,80498 -"184831",29247,34427 -"184832",29249,48314 -"184833",29249,48315 -"184834",29249,48539 -"184835",29249,48540 -"184836",29249,80911 -"184837",29249,99750 -"184838",29251,31877 -"184839",29252,69469 -"184840",29252,87305 -"184841",29252,101308 -"184842",29253,29341 -"184843",29253,29560 -"184844",29253,29573 -"184845",29253,29868 -"184846",29253,32438 -"184847",29253,32967 -"184848",29253,33223 -"184849",29253,33881 -"184850",29253,34097 -"184851",29253,34330 -"184852",29253,34513 -"184853",29253,35400 -"184854",29253,36476 -"184855",29253,36547 -"184856",29253,36745 -"184857",29253,37821 -"184858",29253,37931 -"184859",29253,38319 -"184860",29253,39398 -"184861",29253,39492 -"184862",29253,40320 -"184863",29253,40373 -"184864",29253,40542 -"184865",29253,41182 -"184866",29253,42131 -"184867",29253,46843 -"184868",29253,48331 -"184869",29253,91152 -"184870",29254,87137 -"184871",29255,40089 -"184872",29255,45369 -"184873",29255,45400 -"184874",29256,35910 -"184875",29256,43087 -"184876",29256,59096 -"184877",29256,64860 -"184878",29256,65966 -"184879",29256,82688 -"184880",29256,82725 -"184881",29256,82752 -"184882",29257,29648 -"184883",29258,46641 -"184884",29259,29739 -"184885",29259,30187 -"184886",29259,39372 -"184887",29259,51936 -"184888",29259,95616 -"184889",29261,29275 -"184890",29261,29291 -"184891",29261,29296 -"184892",29261,29355 -"184893",29261,29423 -"184894",29261,63544 -"184895",29262,55635 -"184896",29262,60737 -"184897",29262,60889 -"184898",29262,85094 -"184899",29262,104371 -"184900",29263,65609 -"184901",29264,29268 -"184902",29264,29269 -"184903",29264,29411 -"184904",29265,66284 -"184905",29265,112958 -"184906",29265,119195 -"184907",29265,122733 -"184908",29266,29454 -"184909",29266,34865 -"184910",29266,39370 -"184911",29266,41664 -"184912",29266,41804 -"184913",29266,48871 -"184914",29266,59281 -"184915",29266,63500 -"184916",29266,63502 -"184917",29266,67556 -"184918",29266,67764 -"184919",29266,70140 -"184920",29267,29526 -"184921",29267,30486 -"184922",29267,35706 -"184923",29267,37427 -"184924",29267,37582 -"184925",29267,37638 -"184926",29267,39062 -"184927",29267,46486 -"184928",29267,47396 -"184929",29267,47581 -"184930",29267,47595 -"184931",29267,50335 -"184932",29267,53884 -"184933",29267,72682 -"184934",29267,83475 -"184935",29267,87958 -"184936",29267,89982 -"184937",29267,95178 -"184938",29267,101761 -"184939",29267,110222 -"184940",29268,29269 -"184941",29268,29411 -"184942",29269,29411 -"184943",29270,29575 -"184944",29270,83802 -"184945",29271,37219 -"184946",29271,37310 -"184947",29271,37382 -"184948",29272,45883 -"184949",29273,36338 -"184950",29273,62783 -"184951",29273,83692 -"184952",29273,96213 -"184953",29273,96551 -"184954",29273,102689 -"184955",29273,102690 -"184956",29273,102707 -"184957",29274,52949 -"184958",29274,98652 -"184959",29275,29291 -"184960",29275,29296 -"184961",29275,29355 -"184962",29275,29423 -"184963",29275,31182 -"184964",29275,73810 -"184965",29275,105347 -"184966",29276,33363 -"184967",29276,49331 -"184968",29276,72287 -"184969",29276,75502 -"184970",29277,32582 -"184971",29277,35663 -"184972",29277,52445 -"184973",29278,29361 -"184974",29278,29413 -"184975",29278,43206 -"184976",29278,44619 -"184977",29278,57278 -"184978",29278,76926 -"184979",29279,48764 -"184980",29279,80972 -"184981",29279,102764 -"184982",29279,111504 -"184983",29279,118931 -"184984",29281,29377 -"184985",29281,49163 -"184986",29281,68327 -"184987",29281,71137 -"184988",29283,29345 -"184989",29283,29443 -"184990",29283,56838 -"184991",29283,76308 -"184992",29283,84177 -"184993",29283,99232 -"184994",29283,114359 -"184995",29284,30802 -"184996",29284,32392 -"184997",29284,40593 -"184998",29286,30758 -"184999",29286,30770 -"185000",29286,33957 -"185001",29286,34077 -"185002",29286,34106 -"185003",29286,35709 -"185004",29286,40035 -"185005",29286,42497 -"185006",29286,46486 -"185007",29286,48955 -"185008",29286,49091 -"185009",29286,49146 -"185010",29286,53739 -"185011",29286,56217 -"185012",29286,56850 -"185013",29286,59975 -"185014",29286,111879 -"185015",29286,119727 -"185016",29287,36976 -"185017",29287,41136 -"185018",29287,89002 -"185019",29287,107130 -"185020",29287,107134 -"185021",29287,107958 -"185022",29287,119730 -"185023",29288,89314 -"185024",29289,29977 -"185025",29289,30305 -"185026",29289,45310 -"185027",29289,50113 -"185028",29290,58168 -"185029",29290,76934 -"185030",29290,78880 -"185031",29290,88166 -"185032",29290,88167 -"185033",29291,29296 -"185034",29291,29355 -"185035",29291,29423 -"185036",29291,62231 -"185037",29291,64655 -"185038",29291,66650 -"185039",29291,68499 -"185040",29291,68634 -"185041",29291,71161 -"185042",29291,73076 -"185043",29292,32457 -"185044",29292,52086 -"185045",29292,59539 -"185046",29292,74067 -"185047",29293,31081 -"185048",29293,55186 -"185049",29293,64144 -"185050",29293,75700 -"185051",29293,88937 -"185052",29293,114414 -"185053",29293,114420 -"185054",29294,62541 -"185055",29295,70385 -"185056",29295,89606 -"185057",29295,99572 -"185058",29295,101046 -"185059",29295,110203 -"185060",29296,29355 -"185061",29296,29423 -"185062",29296,31168 -"185063",29296,31170 -"185064",29296,31181 -"185065",29296,31182 -"185066",29296,31184 -"185067",29296,31238 -"185068",29296,31247 -"185069",29296,31269 -"185070",29296,31314 -"185071",29297,50764 -"185072",29297,70954 -"185073",29297,99840 -"185074",29298,35574 -"185075",29298,58983 -"185076",29298,68283 -"185077",29298,74616 -"185078",29299,55437 -"185079",29299,106653 -"185080",29301,29633 -"185081",29302,55725 -"185082",29302,111606 -"185083",29303,29304 -"185084",29303,45921 -"185085",29303,54197 -"185086",29304,45921 -"185087",29304,50626 -"185088",29304,61640 -"185089",29304,83041 -"185090",29305,35406 -"185091",29305,36449 -"185092",29305,46786 -"185093",29305,64468 -"185094",29305,74187 -"185095",29305,77432 -"185096",29305,80391 -"185097",29306,41260 -"185098",29306,48994 -"185099",29306,56364 -"185100",29306,65725 -"185101",29306,73051 -"185102",29306,76796 -"185103",29306,76843 -"185104",29306,77947 -"185105",29306,80130 -"185106",29306,80948 -"185107",29306,80973 -"185108",29306,81202 -"185109",29306,87915 -"185110",29306,90070 -"185111",29306,102840 -"185112",29307,31095 -"185113",29307,31327 -"185114",29307,47378 -"185115",29307,47711 -"185116",29307,47756 -"185117",29307,55339 -"185118",29308,54272 -"185119",29309,45815 -"185120",29309,54164 -"185121",29310,58871 -"185122",29311,38383 -"185123",29311,40675 -"185124",29311,43253 -"185125",29311,46642 -"185126",29311,48173 -"185127",29311,53417 -"185128",29311,55522 -"185129",29311,63121 -"185130",29311,100265 -"185131",29311,112115 -"185132",29311,113058 -"185133",29312,55786 -"185134",29312,62345 -"185135",29312,111926 -"185136",29313,33610 -"185137",29313,38472 -"185138",29314,30817 -"185139",29314,35773 -"185140",29314,36498 -"185141",29314,39884 -"185142",29314,40356 -"185143",29314,42235 -"185144",29314,42337 -"185145",29314,50121 -"185146",29314,71650 -"185147",29314,75500 -"185148",29315,29316 -"185149",29315,33149 -"185150",29315,60826 -"185151",29315,85444 -"185152",29315,96965 -"185153",29315,96980 -"185154",29315,113342 -"185155",29315,114107 -"185156",29315,120109 -"185157",29316,61257 -"185158",29317,29613 -"185159",29318,118216 -"185160",29319,29557 -"185161",29319,41536 -"185162",29319,64412 -"185163",29320,59126 -"185164",29320,60954 -"185165",29321,42352 -"185166",29321,44272 -"185167",29321,59856 -"185168",29321,108023 -"185169",29321,122152 -"185170",29322,75387 -"185171",29322,75486 -"185172",29322,106000 -"185173",29323,39893 -"185174",29323,46890 -"185175",29323,54385 -"185176",29323,63045 -"185177",29323,69523 -"185178",29323,76403 -"185179",29323,104866 -"185180",29323,117830 -"185181",29325,45844 -"185182",29325,70189 -"185183",29327,29464 -"185184",29327,62575 -"185185",29330,34107 -"185186",29330,34240 -"185187",29330,38514 -"185188",29330,41209 -"185189",29330,42598 -"185190",29330,100093 -"185191",29330,100097 -"185192",29330,100936 -"185193",29331,42815 -"185194",29331,48917 -"185195",29331,51368 -"185196",29331,56697 -"185197",29331,61704 -"185198",29332,30622 -"185199",29332,30665 -"185200",29332,30697 -"185201",29332,32513 -"185202",29332,39120 -"185203",29332,41292 -"185204",29332,45875 -"185205",29332,61706 -"185206",29332,68217 -"185207",29332,80828 -"185208",29332,80829 -"185209",29332,105248 -"185210",29332,117936 -"185211",29332,119620 -"185212",29333,45359 -"185213",29334,84498 -"185214",29335,88069 -"185215",29336,29394 -"185216",29336,30125 -"185217",29336,33893 -"185218",29336,101519 -"185219",29337,29339 -"185220",29337,29440 -"185221",29338,42410 -"185222",29338,53793 -"185223",29338,91143 -"185224",29339,29440 -"185225",29339,43694 -"185226",29340,88628 -"185227",29341,29560 -"185228",29341,29573 -"185229",29341,29868 -"185230",29341,32438 -"185231",29341,32967 -"185232",29341,33223 -"185233",29341,33881 -"185234",29341,34097 -"185235",29341,34330 -"185236",29341,34513 -"185237",29341,35400 -"185238",29341,36476 -"185239",29341,36547 -"185240",29341,36745 -"185241",29341,37821 -"185242",29341,37931 -"185243",29341,38319 -"185244",29341,39398 -"185245",29341,39492 -"185246",29341,40320 -"185247",29341,40373 -"185248",29341,40542 -"185249",29341,41182 -"185250",29341,42131 -"185251",29341,46843 -"185252",29341,48331 -"185253",29342,31348 -"185254",29342,39336 -"185255",29342,40311 -"185256",29342,56320 -"185257",29343,31926 -"185258",29343,34111 -"185259",29343,41096 -"185260",29343,42331 -"185261",29343,43361 -"185262",29343,53825 -"185263",29343,70058 -"185264",29343,79068 -"185265",29343,87064 -"185266",29344,47232 -"185267",29344,52993 -"185268",29344,59331 -"185269",29344,81350 -"185270",29345,29443 -"185271",29345,81265 -"185272",29346,31639 -"185273",29346,41238 -"185274",29346,69250 -"185275",29346,71560 -"185276",29348,31380 -"185277",29348,33574 -"185278",29348,51336 -"185279",29348,51396 -"185280",29348,58118 -"185281",29348,65999 -"185282",29348,68475 -"185283",29349,94764 -"185284",29350,65545 -"185285",29351,31678 -"185286",29351,37095 -"185287",29351,43067 -"185288",29351,44718 -"185289",29351,45308 -"185290",29351,46241 -"185291",29351,50969 -"185292",29351,54714 -"185293",29351,75312 -"185294",29351,100909 -"185295",29352,37351 -"185296",29352,47232 -"185297",29352,56229 -"185298",29353,32189 -"185299",29353,57995 -"185300",29353,88665 -"185301",29354,29751 -"185302",29354,47094 -"185303",29354,54608 -"185304",29354,54956 -"185305",29354,68189 -"185306",29354,89641 -"185307",29354,89642 -"185308",29354,91465 -"185309",29355,29423 -"185310",29356,29362 -"185311",29356,29375 -"185312",29356,38362 -"185313",29356,45084 -"185314",29356,79744 -"185315",29357,39745 -"185316",29359,29644 -"185317",29360,61902 -"185318",29360,99285 -"185319",29361,29413 -"185320",29361,40972 -"185321",29361,43206 -"185322",29361,43268 -"185323",29361,71025 -"185324",29361,79650 -"185325",29362,29375 -"185326",29362,30955 -"185327",29362,39763 -"185328",29362,45700 -"185329",29362,59022 -"185330",29362,67362 -"185331",29362,70250 -"185332",29362,74345 -"185333",29362,79744 -"185334",29362,81689 -"185335",29363,50764 -"185336",29363,55255 -"185337",29363,71446 -"185338",29363,105579 -"185339",29364,59276 -"185340",29364,100425 -"185341",29365,63770 -"185342",29366,48931 -"185343",29367,29386 -"185344",29367,32483 -"185345",29367,70178 -"185346",29368,40129 -"185347",29368,40498 -"185348",29368,57109 -"185349",29368,60610 -"185350",29368,64955 -"185351",29368,81458 -"185352",29368,90120 -"185353",29368,91512 -"185354",29368,99023 -"185355",29368,108039 -"185356",29368,108145 -"185357",29369,29800 -"185358",29369,30079 -"185359",29369,63178 -"185360",29369,71707 -"185361",29369,88609 -"185362",29369,116513 -"185363",29369,117851 -"185364",29370,90085 -"185365",29370,90118 -"185366",29371,36144 -"185367",29371,52760 -"185368",29371,55321 -"185369",29371,57482 -"185370",29371,73617 -"185371",29371,85302 -"185372",29371,89725 -"185373",29371,98515 -"185374",29371,99226 -"185375",29371,116023 -"185376",29372,42450 -"185377",29372,48258 -"185378",29372,53333 -"185379",29372,65522 -"185380",29372,68449 -"185381",29372,79836 -"185382",29372,109782 -"185383",29373,33978 -"185384",29373,65283 -"185385",29373,77090 -"185386",29373,79270 -"185387",29373,83507 -"185388",29374,55211 -"185389",29374,99164 -"185390",29374,120035 -"185391",29375,30029 -"185392",29375,30260 -"185393",29375,31124 -"185394",29375,35195 -"185395",29375,38362 -"185396",29375,59013 -"185397",29375,70250 -"185398",29375,79744 -"185399",29375,86702 -"185400",29375,92846 -"185401",29375,97434 -"185402",29375,97435 -"185403",29376,34254 -"185404",29376,38773 -"185405",29376,38862 -"185406",29376,91808 -"185407",29377,42256 -"185408",29378,29382 -"185409",29378,29459 -"185410",29378,29778 -"185411",29378,42773 -"185412",29378,42867 -"185413",29378,52356 -"185414",29378,55481 -"185415",29378,60768 -"185416",29378,71015 -"185417",29378,95265 -"185418",29378,96142 -"185419",29378,97853 -"185420",29378,103776 -"185421",29378,109748 -"185422",29378,109749 -"185423",29378,111426 -"185424",29378,111440 -"185425",29378,114435 -"185426",29378,120609 -"185427",29378,120610 -"185428",29379,49907 -"185429",29379,51099 -"185430",29379,112425 -"185431",29379,115054 -"185432",29380,29401 -"185433",29380,52803 -"185434",29380,61028 -"185435",29380,102459 -"185436",29380,112289 -"185437",29381,29404 -"185438",29381,29433 -"185439",29381,34520 -"185440",29381,41020 -"185441",29381,46146 -"185442",29381,59369 -"185443",29382,29459 -"185444",29382,51081 -"185445",29382,52356 -"185446",29382,60768 -"185447",29382,97853 -"185448",29382,102000 -"185449",29382,103534 -"185450",29382,103776 -"185451",29382,114435 -"185452",29384,29403 -"185453",29385,42295 -"185454",29385,71749 -"185455",29385,81313 -"185456",29385,81338 -"185457",29385,85178 -"185458",29385,85535 -"185459",29385,85536 -"185460",29386,38803 -"185461",29386,60393 -"185462",29387,29818 -"185463",29387,48855 -"185464",29387,71219 -"185465",29387,107877 -"185466",29388,58495 -"185467",29388,114317 -"185468",29389,72889 -"185469",29390,32330 -"185470",29390,32354 -"185471",29390,32459 -"185472",29390,32490 -"185473",29390,33214 -"185474",29390,35403 -"185475",29390,35441 -"185476",29390,54269 -"185477",29391,65618 -"185478",29391,97974 -"185479",29394,106003 -"185480",29395,88572 -"185481",29395,96691 -"185482",29396,52527 -"185483",29398,34576 -"185484",29398,36615 -"185485",29398,42246 -"185486",29398,51287 -"185487",29398,55788 -"185488",29398,67913 -"185489",29398,97783 -"185490",29398,108336 -"185491",29399,46801 -"185492",29401,37252 -"185493",29401,37795 -"185494",29401,61720 -"185495",29401,80330 -"185496",29401,95355 -"185497",29402,33522 -"185498",29402,37068 -"185499",29402,38736 -"185500",29402,41939 -"185501",29402,44249 -"185502",29402,44333 -"185503",29402,50303 -"185504",29402,55010 -"185505",29402,58105 -"185506",29402,59513 -"185507",29402,62280 -"185508",29402,64359 -"185509",29403,30758 -"185510",29403,31548 -"185511",29403,34826 -"185512",29403,36912 -"185513",29403,47302 -"185514",29403,48395 -"185515",29403,59662 -"185516",29403,59993 -"185517",29403,74394 -"185518",29403,101721 -"185519",29403,101948 -"185520",29404,29433 -"185521",29405,41625 -"185522",29405,48768 -"185523",29405,88259 -"185524",29406,29425 -"185525",29406,31102 -"185526",29406,83635 -"185527",29407,29408 -"185528",29407,37059 -"185529",29407,38739 -"185530",29407,44293 -"185531",29408,112541 -"185532",29409,34180 -"185533",29409,61254 -"185534",29409,67259 -"185535",29411,30383 -"185536",29411,91242 -"185537",29411,103559 -"185538",29413,31414 -"185539",29413,77606 -"185540",29413,96982 -"185541",29413,110186 -"185542",29414,33282 -"185543",29414,65608 -"185544",29414,68260 -"185545",29414,104813 -"185546",29415,29427 -"185547",29415,29438 -"185548",29416,30066 -"185549",29416,35283 -"185550",29416,47307 -"185551",29416,54834 -"185552",29416,63329 -"185553",29416,81707 -"185554",29416,90070 -"185555",29416,101406 -"185556",29416,109665 -"185557",29417,55221 -"185558",29417,69585 -"185559",29417,71649 -"185560",29417,82022 -"185561",29417,91164 -"185562",29417,97365 -"185563",29417,98165 -"185564",29417,99435 -"185565",29417,107661 -"185566",29417,111851 -"185567",29417,114176 -"185568",29417,114260 -"185569",29418,30991 -"185570",29419,29617 -"185571",29419,29965 -"185572",29419,30416 -"185573",29419,35302 -"185574",29419,50495 -"185575",29419,75300 -"185576",29419,81190 -"185577",29419,107912 -"185578",29419,107982 -"185579",29420,32751 -"185580",29420,37397 -"185581",29420,38149 -"185582",29420,50839 -"185583",29420,56640 -"185584",29420,63163 -"185585",29420,64792 -"185586",29420,70053 -"185587",29420,80725 -"185588",29420,96103 -"185589",29420,99111 -"185590",29420,100448 -"185591",29420,101094 -"185592",29420,102685 -"185593",29420,110039 -"185594",29420,114032 -"185595",29420,121343 -"185596",29421,45245 -"185597",29421,50707 -"185598",29421,58098 -"185599",29421,70653 -"185600",29421,72507 -"185601",29422,29434 -"185602",29422,42695 -"185603",29422,42700 -"185604",29422,42740 -"185605",29422,42741 -"185606",29422,45532 -"185607",29422,75628 -"185608",29422,83987 -"185609",29424,48076 -"185610",29426,39482 -"185611",29426,42520 -"185612",29426,60106 -"185613",29427,29438 -"185614",29427,86256 -"185615",29428,72183 -"185616",29429,31715 -"185617",29429,40276 -"185618",29429,55651 -"185619",29429,56497 -"185620",29429,56530 -"185621",29429,111562 -"185622",29430,83202 -"185623",29431,39319 -"185624",29431,48904 -"185625",29431,60110 -"185626",29431,114921 -"185627",29432,45186 -"185628",29433,34442 -"185629",29433,47365 -"185630",29433,58301 -"185631",29433,58506 -"185632",29434,42695 -"185633",29434,42700 -"185634",29434,42740 -"185635",29434,42741 -"185636",29434,49064 -"185637",29434,72509 -"185638",29434,80007 -"185639",29434,105934 -"185640",29434,105965 -"185641",29435,44611 -"185642",29435,51017 -"185643",29435,55784 -"185644",29435,71544 -"185645",29435,74894 -"185646",29435,87692 -"185647",29435,90802 -"185648",29435,90850 -"185649",29435,101395 -"185650",29436,34870 -"185651",29436,35627 -"185652",29436,50278 -"185653",29436,81601 -"185654",29437,33401 -"185655",29437,33665 -"185656",29437,35263 -"185657",29437,35320 -"185658",29437,53504 -"185659",29437,82805 -"185660",29437,95417 -"185661",29437,96279 -"185662",29437,97833 -"185663",29437,105778 -"185664",29437,120516 -"185665",29439,83111 -"185666",29441,92988 -"185667",29441,105328 -"185668",29441,106607 -"185669",29442,30377 -"185670",29442,33240 -"185671",29442,57165 -"185672",29442,78704 -"185673",29442,79723 -"185674",29442,79799 -"185675",29443,80962 -"185676",29443,118563 -"185677",29443,119710 -"185678",29444,116738 -"185679",29444,119147 -"185680",29444,119171 -"185681",29446,30246 -"185682",29447,58210 -"185683",29448,29452 -"185684",29449,48149 -"185685",29450,32962 -"185686",29450,34509 -"185687",29450,46804 -"185688",29450,50990 -"185689",29450,65649 -"185690",29450,97276 -"185691",29450,98646 -"185692",29450,105114 -"185693",29450,105289 -"185694",29451,44351 -"185695",29451,46803 -"185696",29451,52154 -"185697",29451,81010 -"185698",29451,106929 -"185699",29451,108785 -"185700",29451,108822 -"185701",29452,52934 -"185702",29452,53106 -"185703",29452,73173 -"185704",29453,110870 -"185705",29453,112055 -"185706",29454,38792 -"185707",29454,41177 -"185708",29454,41764 -"185709",29454,45329 -"185710",29454,51859 -"185711",29454,51875 -"185712",29454,52213 -"185713",29454,56815 -"185714",29454,60976 -"185715",29454,61271 -"185716",29454,86402 -"185717",29455,32981 -"185718",29455,76164 -"185719",29455,93837 -"185720",29455,112004 -"185721",29456,29593 -"185722",29456,32113 -"185723",29456,38145 -"185724",29456,48882 -"185725",29456,50632 -"185726",29456,70335 -"185727",29456,78743 -"185728",29456,79244 -"185729",29456,79743 -"185730",29456,87566 -"185731",29456,98745 -"185732",29456,98747 -"185733",29456,98890 -"185734",29456,105233 -"185735",29458,33138 -"185736",29458,52000 -"185737",29458,60718 -"185738",29458,89072 -"185739",29458,101227 -"185740",29458,104762 -"185741",29460,29461 -"185742",29460,29497 -"185743",29460,29553 -"185744",29460,121097 -"185745",29461,29497 -"185746",29461,29553 -"185747",29463,56402 -"185748",29463,67335 -"185749",29463,98355 -"185750",29463,109519 -"185751",29463,109520 -"185752",29465,30471 -"185753",29465,33201 -"185754",29465,38009 -"185755",29465,41643 -"185756",29465,43749 -"185757",29465,45726 -"185758",29465,49270 -"185759",29465,52626 -"185760",29465,63518 -"185761",29465,65362 -"185762",29465,73138 -"185763",29465,75271 -"185764",29465,76047 -"185765",29465,78487 -"185766",29465,81474 -"185767",29465,88309 -"185768",29465,91779 -"185769",29465,102535 -"185770",29465,106275 -"185771",29465,106280 -"185772",29465,106691 -"185773",29466,29635 -"185774",29466,29639 -"185775",29466,30205 -"185776",29466,45204 -"185777",29466,63555 -"185778",29466,83710 -"185779",29466,120246 -"185780",29466,120477 -"185781",29466,120982 -"185782",29467,33965 -"185783",29467,34836 -"185784",29467,57348 -"185785",29467,68815 -"185786",29467,76150 -"185787",29467,122150 -"185788",29468,30646 -"185789",29469,29502 -"185790",29469,29523 -"185791",29469,29528 -"185792",29469,34154 -"185793",29469,42400 -"185794",29469,95673 -"185795",29470,34581 -"185796",29471,83086 -"185797",29471,84388 -"185798",29472,34963 -"185799",29472,48286 -"185800",29472,53863 -"185801",29472,56198 -"185802",29472,58056 -"185803",29472,58930 -"185804",29473,38287 -"185805",29473,39229 -"185806",29473,64310 -"185807",29473,65843 -"185808",29473,67358 -"185809",29473,69429 -"185810",29473,73630 -"185811",29473,74805 -"185812",29473,93698 -"185813",29474,37333 -"185814",29474,56871 -"185815",29474,66318 -"185816",29474,93486 -"185817",29474,122170 -"185818",29475,55874 -"185819",29476,32580 -"185820",29476,47781 -"185821",29477,29607 -"185822",29477,31140 -"185823",29477,33360 -"185824",29477,34594 -"185825",29477,38366 -"185826",29477,59936 -"185827",29477,65952 -"185828",29477,74863 -"185829",29477,75784 -"185830",29477,76128 -"185831",29477,76584 -"185832",29477,85557 -"185833",29477,86279 -"185834",29477,92580 -"185835",29477,93969 -"185836",29477,99974 -"185837",29477,116423 -"185838",29477,116430 -"185839",29477,119835 -"185840",29478,29481 -"185841",29478,32480 -"185842",29478,49097 -"185843",29478,55809 -"185844",29478,59578 -"185845",29479,29543 -"185846",29480,35698 -"185847",29480,50418 -"185848",29480,60011 -"185849",29480,108438 -"185850",29481,32480 -"185851",29482,35702 -"185852",29482,41451 -"185853",29482,44124 -"185854",29482,44830 -"185855",29482,47133 -"185856",29482,47414 -"185857",29482,49106 -"185858",29482,57094 -"185859",29482,58898 -"185860",29482,59147 -"185861",29482,59237 -"185862",29482,59359 -"185863",29482,61563 -"185864",29482,61867 -"185865",29482,62007 -"185866",29482,62078 -"185867",29482,62375 -"185868",29482,62633 -"185869",29482,63395 -"185870",29482,64408 -"185871",29482,64418 -"185872",29482,64511 -"185873",29482,65230 -"185874",29482,66145 -"185875",29482,67503 -"185876",29482,67721 -"185877",29482,68816 -"185878",29482,68909 -"185879",29482,68938 -"185880",29482,69332 -"185881",29482,69681 -"185882",29482,70610 -"185883",29482,70611 -"185884",29482,70725 -"185885",29482,71211 -"185886",29482,71505 -"185887",29482,71887 -"185888",29482,74185 -"185889",29483,36926 -"185890",29484,38136 -"185891",29484,49943 -"185892",29484,87817 -"185893",29484,101609 -"185894",29485,29545 -"185895",29485,71966 -"185896",29485,87031 -"185897",29485,98400 -"185898",29485,99200 -"185899",29485,99224 -"185900",29486,33473 -"185901",29486,33956 -"185902",29486,41491 -"185903",29486,48284 -"185904",29486,75475 -"185905",29486,80541 -"185906",29486,84229 -"185907",29486,86129 -"185908",29486,87158 -"185909",29486,93391 -"185910",29486,96850 -"185911",29486,107271 -"185912",29486,107291 -"185913",29487,34906 -"185914",29487,38531 -"185915",29487,68927 -"185916",29488,32234 -"185917",29488,33103 -"185918",29488,34113 -"185919",29488,34845 -"185920",29488,36615 -"185921",29488,38354 -"185922",29488,58106 -"185923",29488,68645 -"185924",29488,69444 -"185925",29488,77752 -"185926",29488,80473 -"185927",29488,80988 -"185928",29488,84080 -"185929",29488,102684 -"185930",29488,105088 -"185931",29488,105398 -"185932",29488,107996 -"185933",29488,108314 -"185934",29488,109627 -"185935",29488,113333 -"185936",29489,29515 -"185937",29489,33473 -"185938",29489,35673 -"185939",29489,41037 -"185940",29489,45528 -"185941",29489,47270 -"185942",29489,47324 -"185943",29489,47333 -"185944",29489,52136 -"185945",29489,77176 -"185946",29489,81578 -"185947",29489,85344 -"185948",29489,96347 -"185949",29491,33672 -"185950",29491,44904 -"185951",29491,55095 -"185952",29491,73571 -"185953",29492,33119 -"185954",29492,64770 -"185955",29493,29495 -"185956",29493,47974 -"185957",29493,63527 -"185958",29493,76937 -"185959",29493,94483 -"185960",29493,95549 -"185961",29493,95563 -"185962",29493,122299 -"185963",29494,33008 -"185964",29494,59758 -"185965",29495,30838 -"185966",29495,31345 -"185967",29495,40797 -"185968",29495,45322 -"185969",29495,72323 -"185970",29495,80205 -"185971",29495,89779 -"185972",29496,40265 -"185973",29496,100268 -"185974",29497,29553 -"185975",29497,78456 -"185976",29497,97505 -"185977",29497,100216 -"185978",29497,107922 -"185979",29497,114118 -"185980",29497,114794 -"185981",29498,45370 -"185982",29498,62762 -"185983",29498,97917 -"185984",29499,30376 -"185985",29499,55280 -"185986",29499,57884 -"185987",29499,80802 -"185988",29499,106995 -"185989",29500,81548 -"185990",29500,99228 -"185991",29501,70521 -"185992",29501,118150 -"185993",29502,29523 -"185994",29502,29528 -"185995",29502,31330 -"185996",29502,34154 -"185997",29502,37394 -"185998",29502,82154 -"185999",29502,89571 -"186000",29502,90337 -"186001",29502,108303 -"186002",29503,50850 -"186003",29503,74508 -"186004",29503,76229 -"186005",29503,77906 -"186006",29504,40291 -"186007",29504,44373 -"186008",29504,46678 -"186009",29504,50662 -"186010",29504,64439 -"186011",29504,67719 -"186012",29504,68095 -"186013",29504,84700 -"186014",29504,96069 -"186015",29504,97096 -"186016",29504,104516 -"186017",29504,104523 -"186018",29504,112736 -"186019",29505,35318 -"186020",29506,29632 -"186021",29506,32722 -"186022",29506,32746 -"186023",29506,34589 -"186024",29506,61803 -"186025",29506,65799 -"186026",29506,66871 -"186027",29507,66524 -"186028",29507,102764 -"186029",29507,103694 -"186030",29508,29522 -"186031",29508,29546 -"186032",29508,29548 -"186033",29508,29563 -"186034",29508,29577 -"186035",29508,29591 -"186036",29508,36094 -"186037",29508,44797 -"186038",29508,97023 -"186039",29509,76901 -"186040",29510,29550 -"186041",29511,36018 -"186042",29511,67781 -"186043",29511,77224 -"186044",29512,31668 -"186045",29512,35367 -"186046",29512,43131 -"186047",29512,51234 -"186048",29512,51600 -"186049",29512,53025 -"186050",29512,63502 -"186051",29512,66756 -"186052",29512,66800 -"186053",29512,74212 -"186054",29512,86761 -"186055",29512,97752 -"186056",29512,106573 -"186057",29512,106696 -"186058",29512,106727 -"186059",29513,29542 -"186060",29513,41176 -"186061",29514,29539 -"186062",29514,29602 -"186063",29515,51361 -"186064",29515,51384 -"186065",29515,51453 -"186066",29516,35497 -"186067",29516,83809 -"186068",29517,78053 -"186069",29517,84431 -"186070",29518,29519 -"186071",29518,29702 -"186072",29518,42622 -"186073",29518,91574 -"186074",29518,108457 -"186075",29518,111904 -"186076",29518,115594 -"186077",29519,29702 -"186078",29519,42927 -"186079",29519,58691 -"186080",29519,74720 -"186081",29519,114477 -"186082",29519,116646 -"186083",29520,33275 -"186084",29521,29549 -"186085",29521,29576 -"186086",29521,29621 -"186087",29521,29622 -"186088",29521,51286 -"186089",29522,29546 -"186090",29522,29548 -"186091",29522,29563 -"186092",29522,29577 -"186093",29522,29591 -"186094",29523,29528 -"186095",29523,34154 -"186096",29523,49999 -"186097",29524,58322 -"186098",29524,61376 -"186099",29525,32341 -"186100",29525,32351 -"186101",29525,55604 -"186102",29525,74995 -"186103",29525,109708 -"186104",29525,113305 -"186105",29526,39062 -"186106",29526,46486 -"186107",29527,29557 -"186108",29527,31431 -"186109",29527,52767 -"186110",29527,65287 -"186111",29527,68091 -"186112",29527,82226 -"186113",29528,34154 -"186114",29528,75636 -"186115",29529,67896 -"186116",29529,71071 -"186117",29529,88178 -"186118",29529,104688 -"186119",29530,68214 -"186120",29530,92077 -"186121",29531,29583 -"186122",29531,29585 -"186123",29531,43089 -"186124",29531,53115 -"186125",29531,67265 -"186126",29531,74208 -"186127",29531,83670 -"186128",29532,50639 -"186129",29535,32628 -"186130",29535,54127 -"186131",29535,70720 -"186132",29535,85405 -"186133",29535,103311 -"186134",29536,29540 -"186135",29537,29538 -"186136",29537,40993 -"186137",29537,45269 -"186138",29537,119910 -"186139",29538,31197 -"186140",29538,33981 -"186141",29538,40493 -"186142",29538,60088 -"186143",29538,86691 -"186144",29538,105599 -"186145",29539,29602 -"186146",29539,33777 -"186147",29539,41028 -"186148",29540,33315 -"186149",29540,33789 -"186150",29540,35258 -"186151",29540,36162 -"186152",29540,38157 -"186153",29540,41141 -"186154",29540,48638 -"186155",29540,53461 -"186156",29540,59817 -"186157",29540,63081 -"186158",29540,63919 -"186159",29540,63986 -"186160",29540,65937 -"186161",29540,65989 -"186162",29540,71557 -"186163",29540,71791 -"186164",29540,71800 -"186165",29540,71801 -"186166",29540,72601 -"186167",29540,72853 -"186168",29540,73026 -"186169",29540,74567 -"186170",29541,40122 -"186171",29541,40444 -"186172",29541,41810 -"186173",29541,44125 -"186174",29541,56976 -"186175",29541,61653 -"186176",29541,62280 -"186177",29541,63026 -"186178",29541,69234 -"186179",29541,71659 -"186180",29541,82318 -"186181",29541,82343 -"186182",29542,41176 -"186183",29542,66743 -"186184",29543,82694 -"186185",29546,29548 -"186186",29546,29563 -"186187",29546,29577 -"186188",29546,29591 -"186189",29547,78274 -"186190",29548,29563 -"186191",29548,29577 -"186192",29548,29591 -"186193",29548,66929 -"186194",29548,66935 -"186195",29548,66936 -"186196",29548,66937 -"186197",29548,66951 -"186198",29548,66952 -"186199",29548,66964 -"186200",29548,66965 -"186201",29548,66980 -"186202",29548,66989 -"186203",29549,29576 -"186204",29549,29621 -"186205",29549,29622 -"186206",29550,47502 -"186207",29550,89784 -"186208",29550,93700 -"186209",29550,106532 -"186210",29550,106551 -"186211",29551,43166 -"186212",29552,71979 -"186213",29552,105731 -"186214",29554,50513 -"186215",29554,50696 -"186216",29554,50779 -"186217",29554,50802 -"186218",29554,73390 -"186219",29555,50086 -"186220",29555,58637 -"186221",29555,62771 -"186222",29555,70233 -"186223",29555,86210 -"186224",29555,103201 -"186225",29555,117883 -"186226",29556,93805 -"186227",29556,96808 -"186228",29556,99658 -"186229",29557,33704 -"186230",29557,33705 -"186231",29557,40933 -"186232",29557,51034 -"186233",29557,52767 -"186234",29557,66947 -"186235",29557,66955 -"186236",29557,67141 -"186237",29557,68091 -"186238",29557,78081 -"186239",29557,78817 -"186240",29557,82226 -"186241",29557,97517 -"186242",29559,121539 -"186243",29560,29573 -"186244",29560,29868 -"186245",29560,32438 -"186246",29560,32967 -"186247",29560,33223 -"186248",29560,33881 -"186249",29560,34097 -"186250",29560,34330 -"186251",29560,34513 -"186252",29560,35400 -"186253",29560,36476 -"186254",29560,36547 -"186255",29560,36745 -"186256",29560,37821 -"186257",29560,37931 -"186258",29560,38319 -"186259",29560,39398 -"186260",29560,39492 -"186261",29560,40320 -"186262",29560,40373 -"186263",29560,40542 -"186264",29560,41182 -"186265",29560,42131 -"186266",29560,46843 -"186267",29560,48331 -"186268",29561,30076 -"186269",29561,30278 -"186270",29561,31315 -"186271",29561,32625 -"186272",29561,32639 -"186273",29561,32694 -"186274",29561,33914 -"186275",29561,36779 -"186276",29561,37016 -"186277",29561,37053 -"186278",29561,37085 -"186279",29561,37481 -"186280",29561,38462 -"186281",29561,45506 -"186282",29561,46026 -"186283",29561,49424 -"186284",29561,76175 -"186285",29561,111957 -"186286",29562,56591 -"186287",29562,57008 -"186288",29563,29577 -"186289",29563,29591 -"186290",29564,71675 -"186291",29564,122630 -"186292",29565,58890 -"186293",29565,60676 -"186294",29565,106034 -"186295",29565,109502 -"186296",29565,117676 -"186297",29565,123337 -"186298",29566,54021 -"186299",29567,34079 -"186300",29568,43909 -"186301",29568,57857 -"186302",29568,71787 -"186303",29569,77163 -"186304",29569,121626 -"186305",29570,115875 -"186306",29570,115887 -"186307",29571,37542 -"186308",29572,29608 -"186309",29572,31338 -"186310",29572,38019 -"186311",29572,45617 -"186312",29572,52232 -"186313",29572,56317 -"186314",29572,59350 -"186315",29572,81588 -"186316",29572,85821 -"186317",29572,86389 -"186318",29572,89097 -"186319",29572,101999 -"186320",29572,109266 -"186321",29573,29868 -"186322",29573,32438 -"186323",29573,32967 -"186324",29573,33223 -"186325",29573,33881 -"186326",29573,34097 -"186327",29573,34330 -"186328",29573,34513 -"186329",29573,35400 -"186330",29573,36476 -"186331",29573,36547 -"186332",29573,36745 -"186333",29573,37821 -"186334",29573,37931 -"186335",29573,38319 -"186336",29573,39398 -"186337",29573,39492 -"186338",29573,40320 -"186339",29573,40373 -"186340",29573,40542 -"186341",29573,41182 -"186342",29573,42131 -"186343",29573,46843 -"186344",29573,48331 -"186345",29574,35544 -"186346",29574,42186 -"186347",29574,44441 -"186348",29574,53908 -"186349",29574,57172 -"186350",29574,62482 -"186351",29574,63282 -"186352",29574,91760 -"186353",29574,100134 -"186354",29575,33490 -"186355",29575,33790 -"186356",29575,47926 -"186357",29575,83802 -"186358",29575,111349 -"186359",29576,29621 -"186360",29576,29622 -"186361",29576,55765 -"186362",29576,56557 -"186363",29576,62534 -"186364",29577,29591 -"186365",29577,66929 -"186366",29577,66935 -"186367",29577,66936 -"186368",29577,66937 -"186369",29577,66951 -"186370",29577,66952 -"186371",29577,66964 -"186372",29577,66965 -"186373",29577,66980 -"186374",29577,66989 -"186375",29578,33080 -"186376",29578,35232 -"186377",29578,56429 -"186378",29578,56430 -"186379",29578,56434 -"186380",29578,92452 -"186381",29579,84122 -"186382",29579,103149 -"186383",29580,56075 -"186384",29581,37219 -"186385",29581,43606 -"186386",29581,69011 -"186387",29581,75510 -"186388",29581,78549 -"186389",29582,59956 -"186390",29582,121311 -"186391",29583,29585 -"186392",29583,35006 -"186393",29583,51012 -"186394",29583,87843 -"186395",29584,105811 -"186396",29585,35006 -"186397",29585,51012 -"186398",29587,48650 -"186399",29589,38641 -"186400",29589,38807 -"186401",29589,43252 -"186402",29589,63662 -"186403",29589,66513 -"186404",29589,68193 -"186405",29590,41765 -"186406",29590,41768 -"186407",29590,41869 -"186408",29594,30503 -"186409",29594,30504 -"186410",29594,78758 -"186411",29594,80849 -"186412",29594,101603 -"186413",29595,38396 -"186414",29595,42856 -"186415",29595,68549 -"186416",29595,93257 -"186417",29595,110237 -"186418",29595,110249 -"186419",29596,30245 -"186420",29596,31263 -"186421",29596,42136 -"186422",29596,44730 -"186423",29597,57664 -"186424",29597,57728 -"186425",29597,57735 -"186426",29597,57756 -"186427",29598,42927 -"186428",29599,30621 -"186429",29599,32834 -"186430",29599,34094 -"186431",29599,68075 -"186432",29599,69661 -"186433",29599,71576 -"186434",29599,78687 -"186435",29599,79963 -"186436",29599,85747 -"186437",29599,99600 -"186438",29600,33028 -"186439",29600,40315 -"186440",29600,55082 -"186441",29600,82812 -"186442",29600,89141 -"186443",29601,33388 -"186444",29601,50578 -"186445",29601,56894 -"186446",29601,67918 -"186447",29601,68193 -"186448",29603,74132 -"186449",29603,75007 -"186450",29603,77627 -"186451",29603,77630 -"186452",29603,88001 -"186453",29604,64974 -"186454",29604,69905 -"186455",29604,70477 -"186456",29604,77811 -"186457",29604,96019 -"186458",29604,103972 -"186459",29604,103973 -"186460",29604,103977 -"186461",29604,103986 -"186462",29604,103999 -"186463",29605,47867 -"186464",29605,48349 -"186465",29605,59269 -"186466",29605,62440 -"186467",29605,67439 -"186468",29605,77649 -"186469",29605,91699 -"186470",29605,94251 -"186471",29606,32059 -"186472",29607,78439 -"186473",29608,41809 -"186474",29608,45617 -"186475",29608,54219 -"186476",29608,56317 -"186477",29608,66731 -"186478",29608,68323 -"186479",29608,68985 -"186480",29608,81588 -"186481",29608,83733 -"186482",29608,85821 -"186483",29608,86250 -"186484",29608,89097 -"186485",29608,89103 -"186486",29608,95829 -"186487",29608,95836 -"186488",29608,96824 -"186489",29608,101999 -"186490",29609,29620 -"186491",29610,87518 -"186492",29611,32323 -"186493",29611,45444 -"186494",29611,47529 -"186495",29612,35700 -"186496",29612,88686 -"186497",29613,35068 -"186498",29614,30189 -"186499",29614,42325 -"186500",29614,44702 -"186501",29614,68411 -"186502",29614,90172 -"186503",29614,102585 -"186504",29614,103651 -"186505",29615,29741 -"186506",29616,29657 -"186507",29616,29838 -"186508",29616,67375 -"186509",29616,86505 -"186510",29616,94462 -"186511",29617,29965 -"186512",29617,30416 -"186513",29617,35302 -"186514",29617,50495 -"186515",29618,29619 -"186516",29618,29781 -"186517",29618,60174 -"186518",29619,29781 -"186519",29619,56918 -"186520",29620,30601 -"186521",29620,32125 -"186522",29620,73758 -"186523",29620,78918 -"186524",29621,29622 -"186525",29623,37503 -"186526",29623,39159 -"186527",29623,71086 -"186528",29623,73102 -"186529",29623,77167 -"186530",29623,82381 -"186531",29623,114965 -"186532",29623,119340 -"186533",29624,41967 -"186534",29624,41983 -"186535",29624,52114 -"186536",29624,63960 -"186537",29624,64922 -"186538",29624,97681 -"186539",29626,38681 -"186540",29626,46566 -"186541",29626,52260 -"186542",29626,58521 -"186543",29626,77654 -"186544",29626,78979 -"186545",29627,40024 -"186546",29627,68644 -"186547",29627,99006 -"186548",29628,31485 -"186549",29628,32775 -"186550",29628,42655 -"186551",29628,42668 -"186552",29628,42751 -"186553",29628,42762 -"186554",29628,42764 -"186555",29628,42786 -"186556",29628,42810 -"186557",29628,47342 -"186558",29628,47855 -"186559",29628,48561 -"186560",29628,51941 -"186561",29628,63193 -"186562",29629,56567 -"186563",29629,99898 -"186564",29631,42003 -"186565",29634,50418 -"186566",29634,72255 -"186567",29634,99368 -"186568",29634,108954 -"186569",29635,29639 -"186570",29635,30205 -"186571",29635,62584 -"186572",29635,67217 -"186573",29635,77139 -"186574",29638,89093 -"186575",29638,89150 -"186576",29639,30205 -"186577",29639,70631 -"186578",29639,92787 -"186579",29640,49588 -"186580",29640,66138 -"186581",29640,83071 -"186582",29640,83528 -"186583",29640,87017 -"186584",29640,94886 -"186585",29640,96533 -"186586",29642,54853 -"186587",29643,34501 -"186588",29643,38177 -"186589",29643,39262 -"186590",29643,42008 -"186591",29643,51397 -"186592",29643,54124 -"186593",29643,104350 -"186594",29643,121770 -"186595",29644,69307 -"186596",29644,69874 -"186597",29645,30499 -"186598",29645,35786 -"186599",29645,40335 -"186600",29645,43550 -"186601",29645,51181 -"186602",29645,63666 -"186603",29645,79748 -"186604",29645,81452 -"186605",29647,29871 -"186606",29647,30469 -"186607",29647,33563 -"186608",29648,51164 -"186609",29649,31015 -"186610",29649,59487 -"186611",29650,75572 -"186612",29650,77016 -"186613",29651,30415 -"186614",29651,34450 -"186615",29651,41839 -"186616",29651,42224 -"186617",29651,47214 -"186618",29651,49144 -"186619",29651,55201 -"186620",29651,55593 -"186621",29651,55641 -"186622",29652,103177 -"186623",29653,64975 -"186624",29654,105561 -"186625",29655,29780 -"186626",29656,29798 -"186627",29656,29799 -"186628",29656,108323 -"186629",29657,29838 -"186630",29657,34976 -"186631",29657,82208 -"186632",29657,107010 -"186633",29657,107019 -"186634",29657,107024 -"186635",29657,107032 -"186636",29657,107040 -"186637",29657,107058 -"186638",29658,29716 -"186639",29658,30331 -"186640",29658,76523 -"186641",29658,112224 -"186642",29658,116818 -"186643",29659,39973 -"186644",29659,41520 -"186645",29659,57319 -"186646",29659,112038 -"186647",29660,29750 -"186648",29660,29978 -"186649",29661,31936 -"186650",29661,32577 -"186651",29661,37256 -"186652",29661,45831 -"186653",29661,45832 -"186654",29661,45958 -"186655",29661,52593 -"186656",29661,54344 -"186657",29662,35920 -"186658",29662,40218 -"186659",29662,60391 -"186660",29662,64101 -"186661",29662,68240 -"186662",29663,77704 -"186663",29665,111450 -"186664",29665,117045 -"186665",29665,121053 -"186666",29667,47338 -"186667",29667,47558 -"186668",29667,48625 -"186669",29667,54060 -"186670",29667,65523 -"186671",29667,72626 -"186672",29667,76840 -"186673",29667,81938 -"186674",29667,83460 -"186675",29667,89798 -"186676",29667,118292 -"186677",29667,118435 -"186678",29668,29714 -"186679",29668,29724 -"186680",29668,55943 -"186681",29668,77191 -"186682",29668,81642 -"186683",29668,84715 -"186684",29668,89704 -"186685",29668,113689 -"186686",29668,119590 -"186687",29669,29713 -"186688",29669,44192 -"186689",29669,50446 -"186690",29669,50477 -"186691",29669,50481 -"186692",29669,50493 -"186693",29669,50566 -"186694",29669,50571 -"186695",29670,35942 -"186696",29670,47489 -"186697",29670,47864 -"186698",29670,50700 -"186699",29670,55822 -"186700",29670,63516 -"186701",29670,69035 -"186702",29670,77255 -"186703",29670,86516 -"186704",29670,89191 -"186705",29670,90860 -"186706",29670,90926 -"186707",29670,92480 -"186708",29670,94958 -"186709",29670,97349 -"186710",29670,105872 -"186711",29670,110935 -"186712",29670,113130 -"186713",29670,113131 -"186714",29670,116828 -"186715",29671,29847 -"186716",29671,29991 -"186717",29671,49744 -"186718",29672,81632 -"186719",29673,38069 -"186720",29674,117667 -"186721",29674,120887 -"186722",29675,30258 -"186723",29675,48430 -"186724",29675,50698 -"186725",29675,75580 -"186726",29675,76446 -"186727",29676,29759 -"186728",29676,34546 -"186729",29676,36262 -"186730",29676,52816 -"186731",29676,58319 -"186732",29676,59372 -"186733",29676,68215 -"186734",29676,74840 -"186735",29676,79069 -"186736",29676,80023 -"186737",29676,93042 -"186738",29676,101610 -"186739",29676,123213 -"186740",29677,32718 -"186741",29677,38886 -"186742",29677,38956 -"186743",29677,38957 -"186744",29677,68325 -"186745",29677,78582 -"186746",29678,47751 -"186747",29679,29692 -"186748",29679,66847 -"186749",29680,61021 -"186750",29680,62615 -"186751",29680,98699 -"186752",29681,34496 -"186753",29681,35162 -"186754",29681,43875 -"186755",29681,45801 -"186756",29681,52015 -"186757",29681,52680 -"186758",29681,55843 -"186759",29681,55860 -"186760",29681,57960 -"186761",29681,67405 -"186762",29681,68706 -"186763",29681,86564 -"186764",29681,93439 -"186765",29682,37487 -"186766",29682,42569 -"186767",29684,34731 -"186768",29684,43208 -"186769",29684,44376 -"186770",29684,66438 -"186771",29684,71654 -"186772",29684,75438 -"186773",29684,79804 -"186774",29684,100623 -"186775",29684,101616 -"186776",29684,110119 -"186777",29684,110863 -"186778",29685,32873 -"186779",29685,33164 -"186780",29685,69452 -"186781",29685,87824 -"186782",29685,103160 -"186783",29686,50254 -"186784",29687,56466 -"186785",29689,29787 -"186786",29689,89228 -"186787",29690,45832 -"186788",29691,29752 -"186789",29691,29774 -"186790",29691,64898 -"186791",29692,43696 -"186792",29692,49098 -"186793",29692,86414 -"186794",29693,53526 -"186795",29693,70616 -"186796",29693,80995 -"186797",29693,118927 -"186798",29694,29705 -"186799",29694,29732 -"186800",29694,29749 -"186801",29695,34424 -"186802",29695,41668 -"186803",29695,51043 -"186804",29695,51069 -"186805",29696,32601 -"186806",29696,64666 -"186807",29696,84531 -"186808",29696,88169 -"186809",29696,104746 -"186810",29696,114796 -"186811",29697,40517 -"186812",29697,59360 -"186813",29697,72047 -"186814",29697,74413 -"186815",29698,30451 -"186816",29698,34682 -"186817",29698,34893 -"186818",29698,38451 -"186819",29698,41663 -"186820",29698,49945 -"186821",29698,57082 -"186822",29698,60745 -"186823",29698,61115 -"186824",29698,64382 -"186825",29698,66693 -"186826",29698,72725 -"186827",29698,80903 -"186828",29698,84204 -"186829",29698,97241 -"186830",29698,111299 -"186831",29698,111305 -"186832",29698,122289 -"186833",29699,68980 -"186834",29699,81043 -"186835",29700,52219 -"186836",29700,68780 -"186837",29700,70954 -"186838",29700,115153 -"186839",29701,29955 -"186840",29702,81348 -"186841",29702,97697 -"186842",29702,110409 -"186843",29702,118398 -"186844",29703,54653 -"186845",29703,61312 -"186846",29703,90478 -"186847",29703,97112 -"186848",29703,104458 -"186849",29704,68890 -"186850",29704,84429 -"186851",29704,90199 -"186852",29704,122900 -"186853",29704,122912 -"186854",29704,122915 -"186855",29705,29732 -"186856",29705,29749 -"186857",29705,38547 -"186858",29705,38772 -"186859",29705,38903 -"186860",29705,43051 -"186861",29705,44059 -"186862",29705,46723 -"186863",29705,50219 -"186864",29705,63652 -"186865",29705,63792 -"186866",29705,66933 -"186867",29705,70053 -"186868",29705,75870 -"186869",29705,75948 -"186870",29705,84138 -"186871",29705,84193 -"186872",29705,92220 -"186873",29705,94616 -"186874",29705,99444 -"186875",29705,102310 -"186876",29705,105219 -"186877",29705,109745 -"186878",29705,111292 -"186879",29705,115008 -"186880",29705,120972 -"186881",29705,121056 -"186882",29706,41160 -"186883",29707,29720 -"186884",29707,45395 -"186885",29707,45764 -"186886",29707,49841 -"186887",29707,54746 -"186888",29707,54754 -"186889",29707,69347 -"186890",29710,59267 -"186891",29710,77635 -"186892",29710,81272 -"186893",29711,54382 -"186894",29711,91539 -"186895",29711,97709 -"186896",29711,106627 -"186897",29711,106642 -"186898",29712,29785 -"186899",29712,29786 -"186900",29712,40466 -"186901",29712,40559 -"186902",29712,53832 -"186903",29713,44864 -"186904",29713,60611 -"186905",29713,100590 -"186906",29713,102610 -"186907",29713,103527 -"186908",29713,113364 -"186909",29714,29724 -"186910",29714,51172 -"186911",29714,71874 -"186912",29715,30325 -"186913",29715,30564 -"186914",29715,34811 -"186915",29715,36197 -"186916",29715,42863 -"186917",29715,43652 -"186918",29715,54551 -"186919",29715,57133 -"186920",29715,72154 -"186921",29715,76284 -"186922",29715,81746 -"186923",29715,82919 -"186924",29715,84047 -"186925",29715,91808 -"186926",29715,94480 -"186927",29715,106249 -"186928",29717,31445 -"186929",29717,36050 -"186930",29717,42701 -"186931",29719,64529 -"186932",29719,104130 -"186933",29719,112679 -"186934",29721,53969 -"186935",29721,87181 -"186936",29721,87218 -"186937",29722,46101 -"186938",29722,77715 -"186939",29723,29812 -"186940",29723,31524 -"186941",29723,36706 -"186942",29723,47029 -"186943",29723,47156 -"186944",29723,49753 -"186945",29723,62565 -"186946",29723,75741 -"186947",29723,82867 -"186948",29723,82907 -"186949",29723,84168 -"186950",29724,33804 -"186951",29724,35399 -"186952",29724,39126 -"186953",29724,47373 -"186954",29724,85438 -"186955",29725,58182 -"186956",29726,29727 -"186957",29726,33594 -"186958",29726,89086 -"186959",29726,115073 -"186960",29727,34433 -"186961",29727,35077 -"186962",29728,52588 -"186963",29729,29922 -"186964",29731,48284 -"186965",29731,48290 -"186966",29732,29749 -"186967",29732,51398 -"186968",29732,80735 -"186969",29732,84138 -"186970",29733,29777 -"186971",29733,50521 -"186972",29733,50541 -"186973",29733,51150 -"186974",29733,51151 -"186975",29734,31740 -"186976",29734,38351 -"186977",29734,78995 -"186978",29734,89868 -"186979",29734,90257 -"186980",29735,52768 -"186981",29735,72146 -"186982",29736,30315 -"186983",29737,36789 -"186984",29737,43546 -"186985",29738,40229 -"186986",29738,83437 -"186987",29739,30187 -"186988",29739,39372 -"186989",29739,51936 -"186990",29739,95616 -"186991",29740,34264 -"186992",29740,82639 -"186993",29741,30876 -"186994",29741,32393 -"186995",29741,32939 -"186996",29741,33113 -"186997",29741,38494 -"186998",29741,38932 -"186999",29741,40643 -"187000",29741,42017 -"187001",29741,42107 -"187002",29741,45787 -"187003",29741,47083 -"187004",29741,49231 -"187005",29741,50061 -"187006",29741,52450 -"187007",29741,54059 -"187008",29741,55370 -"187009",29741,57804 -"187010",29741,59615 -"187011",29741,59940 -"187012",29741,67363 -"187013",29741,71230 -"187014",29741,76278 -"187015",29741,76740 -"187016",29741,76786 -"187017",29741,77272 -"187018",29741,77357 -"187019",29741,77402 -"187020",29741,78248 -"187021",29741,78255 -"187022",29741,78339 -"187023",29741,78445 -"187024",29741,79022 -"187025",29741,79716 -"187026",29741,79989 -"187027",29741,80281 -"187028",29741,81728 -"187029",29741,82196 -"187030",29741,82383 -"187031",29741,82810 -"187032",29741,82854 -"187033",29741,83853 -"187034",29741,83884 -"187035",29741,84379 -"187036",29741,84613 -"187037",29741,85465 -"187038",29741,85610 -"187039",29741,86351 -"187040",29741,86451 -"187041",29741,86882 -"187042",29741,87175 -"187043",29741,87451 -"187044",29741,87521 -"187045",29741,87572 -"187046",29741,87663 -"187047",29741,87721 -"187048",29741,87862 -"187049",29741,92178 -"187050",29742,35459 -"187051",29742,47532 -"187052",29742,51079 -"187053",29742,95441 -"187054",29742,121614 -"187055",29743,97882 -"187056",29744,30084 -"187057",29744,40528 -"187058",29744,87781 -"187059",29746,46071 -"187060",29747,61192 -"187061",29748,55493 -"187062",29748,117713 -"187063",29749,32601 -"187064",29749,33915 -"187065",29749,48414 -"187066",29749,50685 -"187067",29749,51398 -"187068",29749,51732 -"187069",29749,58383 -"187070",29749,63162 -"187071",29749,69814 -"187072",29749,73574 -"187073",29749,84940 -"187074",29749,84941 -"187075",29749,84958 -"187076",29749,87168 -"187077",29749,115613 -"187078",29750,29978 -"187079",29750,39335 -"187080",29750,44857 -"187081",29750,49302 -"187082",29750,63237 -"187083",29750,63848 -"187084",29750,69157 -"187085",29750,77349 -"187086",29750,80270 -"187087",29750,82016 -"187088",29750,82028 -"187089",29750,88752 -"187090",29750,89874 -"187091",29750,99901 -"187092",29750,102631 -"187093",29751,36329 -"187094",29751,38243 -"187095",29751,59289 -"187096",29751,67711 -"187097",29751,67712 -"187098",29751,67713 -"187099",29751,67714 -"187100",29751,78938 -"187101",29751,86102 -"187102",29751,103324 -"187103",29751,104177 -"187104",29751,118537 -"187105",29752,29774 -"187106",29753,44655 -"187107",29753,105268 -"187108",29753,110584 -"187109",29753,116913 -"187110",29754,50090 -"187111",29755,44890 -"187112",29755,65976 -"187113",29755,72880 -"187114",29755,108132 -"187115",29755,108155 -"187116",29756,29758 -"187117",29756,29805 -"187118",29757,29807 -"187119",29757,30513 -"187120",29757,33257 -"187121",29757,70243 -"187122",29757,79148 -"187123",29757,81198 -"187124",29757,88316 -"187125",29757,90378 -"187126",29758,29805 -"187127",29758,29882 -"187128",29758,31985 -"187129",29758,49330 -"187130",29758,83945 -"187131",29758,110072 -"187132",29758,111039 -"187133",29758,115099 -"187134",29759,29791 -"187135",29760,37344 -"187136",29760,72677 -"187137",29760,96582 -"187138",29760,103564 -"187139",29760,114220 -"187140",29760,114223 -"187141",29761,35007 -"187142",29761,35008 -"187143",29761,39211 -"187144",29761,54646 -"187145",29761,72536 -"187146",29761,74300 -"187147",29761,86185 -"187148",29761,87149 -"187149",29762,40783 -"187150",29762,60722 -"187151",29763,30584 -"187152",29763,38142 -"187153",29763,66945 -"187154",29763,72944 -"187155",29763,86528 -"187156",29763,93127 -"187157",29763,103742 -"187158",29763,113882 -"187159",29764,66393 -"187160",29765,29766 -"187161",29765,29767 -"187162",29766,29767 -"187163",29768,44610 -"187164",29769,32820 -"187165",29769,46471 -"187166",29769,62244 -"187167",29769,93078 -"187168",29770,40108 -"187169",29770,54174 -"187170",29770,54175 -"187171",29770,54775 -"187172",29770,54777 -"187173",29771,32243 -"187174",29771,57155 -"187175",29773,33815 -"187176",29773,37446 -"187177",29773,45503 -"187178",29773,46107 -"187179",29773,67957 -"187180",29773,70928 -"187181",29773,76126 -"187182",29773,76564 -"187183",29773,84348 -"187184",29773,84903 -"187185",29773,94475 -"187186",29773,96822 -"187187",29773,96823 -"187188",29773,96849 -"187189",29773,96858 -"187190",29773,96859 -"187191",29774,116601 -"187192",29774,119400 -"187193",29775,32817 -"187194",29775,32986 -"187195",29775,36615 -"187196",29775,78916 -"187197",29775,83757 -"187198",29775,109348 -"187199",29776,42452 -"187200",29776,57824 -"187201",29776,81134 -"187202",29776,83133 -"187203",29776,108164 -"187204",29776,113791 -"187205",29776,113806 -"187206",29777,68240 -"187207",29777,121229 -"187208",29778,39817 -"187209",29778,46411 -"187210",29778,50741 -"187211",29778,73520 -"187212",29778,74332 -"187213",29778,85451 -"187214",29778,97853 -"187215",29778,105059 -"187216",29779,46505 -"187217",29779,55341 -"187218",29779,65401 -"187219",29779,83717 -"187220",29779,91010 -"187221",29779,93027 -"187222",29779,97686 -"187223",29779,97698 -"187224",29779,104123 -"187225",29780,40143 -"187226",29780,64604 -"187227",29781,55300 -"187228",29782,34728 -"187229",29782,35189 -"187230",29782,48084 -"187231",29782,52779 -"187232",29782,65246 -"187233",29782,67836 -"187234",29782,122277 -"187235",29782,122279 -"187236",29783,31011 -"187237",29783,33014 -"187238",29783,44960 -"187239",29783,49302 -"187240",29783,51041 -"187241",29783,60034 -"187242",29783,61982 -"187243",29783,65947 -"187244",29783,70810 -"187245",29783,72389 -"187246",29784,43330 -"187247",29784,43800 -"187248",29784,86670 -"187249",29785,29786 -"187250",29785,53022 -"187251",29785,65509 -"187252",29785,65533 -"187253",29787,37551 -"187254",29787,102078 -"187255",29788,74730 -"187256",29788,75830 -"187257",29788,99693 -"187258",29790,31123 -"187259",29790,65096 -"187260",29790,71248 -"187261",29790,75421 -"187262",29790,104852 -"187263",29791,43351 -"187264",29791,45727 -"187265",29791,58319 -"187266",29793,75314 -"187267",29794,29808 -"187268",29794,31857 -"187269",29794,41167 -"187270",29795,30275 -"187271",29795,37881 -"187272",29795,54499 -"187273",29795,54684 -"187274",29795,68160 -"187275",29796,67960 -"187276",29798,29799 -"187277",29798,31281 -"187278",29798,94018 -"187279",29798,108275 -"187280",29800,30079 -"187281",29800,71707 -"187282",29800,88609 -"187283",29800,116513 -"187284",29800,117851 -"187285",29801,56631 -"187286",29801,57581 -"187287",29801,66031 -"187288",29801,77423 -"187289",29802,41900 -"187290",29802,43583 -"187291",29802,43685 -"187292",29803,29814 -"187293",29804,32715 -"187294",29804,47173 -"187295",29804,59439 -"187296",29804,97326 -"187297",29804,119024 -"187298",29804,119067 -"187299",29806,43890 -"187300",29806,91414 -"187301",29806,106565 -"187302",29806,109361 -"187303",29806,119373 -"187304",29806,121169 -"187305",29807,96623 -"187306",29808,30549 -"187307",29808,52260 -"187308",29808,93563 -"187309",29809,80524 -"187310",29809,99182 -"187311",29809,103126 -"187312",29809,120839 -"187313",29810,96752 -"187314",29810,108936 -"187315",29811,33319 -"187316",29811,35518 -"187317",29812,82907 -"187318",29812,91249 -"187319",29812,91330 -"187320",29812,104084 -"187321",29813,32452 -"187322",29814,65962 -"187323",29815,29825 -"187324",29815,58906 -"187325",29815,88944 -"187326",29816,48866 -"187327",29816,83658 -"187328",29816,105964 -"187329",29817,121891 -"187330",29817,121895 -"187331",29818,37913 -"187332",29818,45088 -"187333",29818,49339 -"187334",29818,49776 -"187335",29818,53062 -"187336",29818,81564 -"187337",29818,90094 -"187338",29818,122205 -"187339",29819,33772 -"187340",29819,34088 -"187341",29819,36159 -"187342",29819,36247 -"187343",29819,37266 -"187344",29819,47808 -"187345",29819,61831 -"187346",29819,71531 -"187347",29819,84387 -"187348",29819,88256 -"187349",29819,97572 -"187350",29819,104134 -"187351",29819,111538 -"187352",29819,111938 -"187353",29819,112875 -"187354",29821,32259 -"187355",29821,38820 -"187356",29821,107423 -"187357",29822,64904 -"187358",29823,46313 -"187359",29823,63005 -"187360",29823,65931 -"187361",29824,35404 -"187362",29824,39873 -"187363",29824,80680 -"187364",29824,85586 -"187365",29824,86341 -"187366",29825,32814 -"187367",29825,75986 -"187368",29825,86813 -"187369",29826,37567 -"187370",29826,44970 -"187371",29826,63023 -"187372",29826,70627 -"187373",29827,51836 -"187374",29827,100363 -"187375",29827,100379 -"187376",29827,101124 -"187377",29828,32144 -"187378",29828,33661 -"187379",29828,33671 -"187380",29828,33672 -"187381",29828,96328 -"187382",29829,30625 -"187383",29829,43056 -"187384",29830,29958 -"187385",29831,29852 -"187386",29831,30716 -"187387",29832,29899 -"187388",29832,29900 -"187389",29832,30011 -"187390",29832,47946 -"187391",29832,48741 -"187392",29832,55965 -"187393",29832,56046 -"187394",29832,95006 -"187395",29833,33912 -"187396",29833,49636 -"187397",29834,29845 -"187398",29834,29882 -"187399",29834,29894 -"187400",29834,30007 -"187401",29835,29860 -"187402",29836,46138 -"187403",29837,29970 -"187404",29837,29971 -"187405",29837,30034 -"187406",29837,30305 -"187407",29837,32384 -"187408",29837,36020 -"187409",29837,38691 -"187410",29837,38915 -"187411",29837,43256 -"187412",29837,44609 -"187413",29837,44660 -"187414",29838,67375 -"187415",29838,86505 -"187416",29838,94462 -"187417",29839,29909 -"187418",29839,39697 -"187419",29839,80296 -"187420",29841,37459 -"187421",29841,92979 -"187422",29842,92030 -"187423",29844,74790 -"187424",29844,102725 -"187425",29844,109017 -"187426",29845,29882 -"187427",29845,29894 -"187428",29845,30007 -"187429",29845,35436 -"187430",29845,41111 -"187431",29845,55691 -"187432",29845,63490 -"187433",29845,77337 -"187434",29845,78665 -"187435",29845,95496 -"187436",29845,105025 -"187437",29845,111356 -"187438",29845,113897 -"187439",29845,115064 -"187440",29845,119842 -"187441",29846,32549 -"187442",29846,53145 -"187443",29846,73934 -"187444",29847,29991 -"187445",29847,30802 -"187446",29847,32202 -"187447",29847,38050 -"187448",29847,40490 -"187449",29847,42149 -"187450",29847,55570 -"187451",29847,59848 -"187452",29848,30471 -"187453",29849,29992 -"187454",29849,30020 -"187455",29850,67669 -"187456",29850,74291 -"187457",29851,29888 -"187458",29851,29889 -"187459",29851,29997 -"187460",29853,35234 -"187461",29853,96996 -"187462",29854,36912 -"187463",29854,90584 -"187464",29854,100458 -"187465",29855,32521 -"187466",29855,43457 -"187467",29855,96536 -"187468",29855,106045 -"187469",29856,29953 -"187470",29857,33854 -"187471",29857,33855 -"187472",29857,33949 -"187473",29857,35178 -"187474",29857,35188 -"187475",29857,35805 -"187476",29857,35849 -"187477",29857,36004 -"187478",29857,109618 -"187479",29857,110363 -"187480",29858,30497 -"187481",29858,41548 -"187482",29858,68740 -"187483",29858,82716 -"187484",29859,30698 -"187485",29859,30708 -"187486",29860,29923 -"187487",29860,59126 -"187488",29860,81158 -"187489",29861,71733 -"187490",29861,72876 -"187491",29861,76225 -"187492",29861,110642 -"187493",29863,32072 -"187494",29863,40004 -"187495",29863,46945 -"187496",29863,88298 -"187497",29863,89298 -"187498",29863,90418 -"187499",29863,95945 -"187500",29863,98911 -"187501",29863,99016 -"187502",29863,103847 -"187503",29863,113336 -"187504",29864,37256 -"187505",29864,45832 -"187506",29864,47555 -"187507",29864,123502 -"187508",29865,41728 -"187509",29865,42037 -"187510",29865,42072 -"187511",29865,42073 -"187512",29865,42074 -"187513",29865,80899 -"187514",29865,107511 -"187515",29865,109677 -"187516",29865,110710 -"187517",29866,61112 -"187518",29867,88748 -"187519",29868,32438 -"187520",29868,32967 -"187521",29868,33223 -"187522",29868,33881 -"187523",29868,34097 -"187524",29868,34330 -"187525",29868,34513 -"187526",29868,35400 -"187527",29868,36476 -"187528",29868,36547 -"187529",29868,36745 -"187530",29868,37821 -"187531",29868,37931 -"187532",29868,38319 -"187533",29868,39398 -"187534",29868,39492 -"187535",29868,40320 -"187536",29868,40373 -"187537",29868,40542 -"187538",29868,41182 -"187539",29868,42131 -"187540",29868,46843 -"187541",29868,48331 -"187542",29869,30179 -"187543",29870,29897 -"187544",29870,31585 -"187545",29870,31757 -"187546",29870,31758 -"187547",29871,30469 -"187548",29871,31925 -"187549",29871,31932 -"187550",29871,32011 -"187551",29871,33563 -"187552",29871,43393 -"187553",29872,29946 -"187554",29873,31810 -"187555",29873,37793 -"187556",29873,49793 -"187557",29873,54063 -"187558",29873,88026 -"187559",29873,114330 -"187560",29874,29960 -"187561",29874,46781 -"187562",29874,49765 -"187563",29874,51094 -"187564",29874,58872 -"187565",29874,65083 -"187566",29875,34888 -"187567",29875,56924 -"187568",29875,65579 -"187569",29875,112118 -"187570",29875,121469 -"187571",29875,121581 -"187572",29876,41914 -"187573",29877,46343 -"187574",29877,54824 -"187575",29877,94828 -"187576",29877,99171 -"187577",29877,117285 -"187578",29877,118837 -"187579",29878,33703 -"187580",29878,45857 -"187581",29878,51406 -"187582",29878,70632 -"187583",29879,66481 -"187584",29880,43161 -"187585",29880,57406 -"187586",29881,31953 -"187587",29881,35931 -"187588",29882,29894 -"187589",29882,30007 -"187590",29882,31985 -"187591",29882,45799 -"187592",29882,83945 -"187593",29882,115099 -"187594",29883,69030 -"187595",29883,98533 -"187596",29884,41261 -"187597",29884,43077 -"187598",29884,58163 -"187599",29884,70454 -"187600",29884,79320 -"187601",29884,96149 -"187602",29884,106469 -"187603",29885,41518 -"187604",29885,60667 -"187605",29885,95201 -"187606",29885,109872 -"187607",29886,36573 -"187608",29886,46262 -"187609",29886,55486 -"187610",29886,55844 -"187611",29886,55871 -"187612",29886,100223 -"187613",29886,110414 -"187614",29886,113788 -"187615",29887,56752 -"187616",29887,66087 -"187617",29887,70357 -"187618",29888,29889 -"187619",29888,29997 -"187620",29888,36519 -"187621",29889,29997 -"187622",29891,48272 -"187623",29891,54494 -"187624",29891,58614 -"187625",29891,92217 -"187626",29891,98105 -"187627",29891,98463 -"187628",29891,102243 -"187629",29891,112263 -"187630",29891,112267 -"187631",29891,112456 -"187632",29891,112472 -"187633",29892,75077 -"187634",29893,30415 -"187635",29893,33487 -"187636",29893,33888 -"187637",29893,37307 -"187638",29893,45396 -"187639",29894,30007 -"187640",29895,29942 -"187641",29895,30006 -"187642",29896,36233 -"187643",29896,42920 -"187644",29896,43443 -"187645",29896,58469 -"187646",29896,58491 -"187647",29896,58500 -"187648",29896,58546 -"187649",29897,75702 -"187650",29898,30800 -"187651",29898,65185 -"187652",29899,29900 -"187653",29899,30011 -"187654",29900,30011 -"187655",29900,32271 -"187656",29900,55965 -"187657",29900,56046 -"187658",29900,57264 -"187659",29900,57313 -"187660",29900,60718 -"187661",29901,36067 -"187662",29902,30213 -"187663",29902,57737 -"187664",29902,100614 -"187665",29902,105376 -"187666",29902,105472 -"187667",29902,109692 -"187668",29902,109946 -"187669",29903,29959 -"187670",29903,117613 -"187671",29904,29966 -"187672",29904,30235 -"187673",29904,30237 -"187674",29904,30470 -"187675",29904,37261 -"187676",29904,37650 -"187677",29905,30142 -"187678",29905,30178 -"187679",29905,34735 -"187680",29905,41720 -"187681",29905,42510 -"187682",29905,42591 -"187683",29905,42619 -"187684",29906,41122 -"187685",29906,49495 -"187686",29908,29911 -"187687",29908,30009 -"187688",29908,49412 -"187689",29908,64185 -"187690",29908,73405 -"187691",29908,76597 -"187692",29910,78663 -"187693",29911,30009 -"187694",29911,42263 -"187695",29911,47996 -"187696",29911,48957 -"187697",29911,55908 -"187698",29912,36556 -"187699",29912,64967 -"187700",29912,65949 -"187701",29912,79261 -"187702",29912,87743 -"187703",29913,39082 -"187704",29913,97196 -"187705",29914,31431 -"187706",29914,37269 -"187707",29914,45874 -"187708",29914,47886 -"187709",29914,55270 -"187710",29914,67698 -"187711",29914,69077 -"187712",29914,78716 -"187713",29914,79260 -"187714",29914,112899 -"187715",29914,116891 -"187716",29915,56886 -"187717",29915,97709 -"187718",29915,104861 -"187719",29917,37373 -"187720",29917,42036 -"187721",29917,46324 -"187722",29917,62841 -"187723",29917,81051 -"187724",29918,30795 -"187725",29918,34980 -"187726",29918,39068 -"187727",29918,39076 -"187728",29918,41639 -"187729",29918,54609 -"187730",29918,63250 -"187731",29918,64351 -"187732",29918,70957 -"187733",29918,73151 -"187734",29918,90362 -"187735",29919,29956 -"187736",29920,38090 -"187737",29920,68008 -"187738",29921,67628 -"187739",29921,114243 -"187740",29922,32326 -"187741",29922,87348 -"187742",29923,52004 -"187743",29923,52933 -"187744",29923,83164 -"187745",29923,84408 -"187746",29923,110965 -"187747",29923,121939 -"187748",29923,121943 -"187749",29924,36935 -"187750",29924,38332 -"187751",29924,39396 -"187752",29924,54615 -"187753",29924,67700 -"187754",29924,75351 -"187755",29924,82667 -"187756",29925,30386 -"187757",29925,49187 -"187758",29925,50911 -"187759",29925,61848 -"187760",29926,36956 -"187761",29926,42863 -"187762",29926,76989 -"187763",29926,80777 -"187764",29926,83589 -"187765",29926,95600 -"187766",29926,95846 -"187767",29926,101513 -"187768",29926,102236 -"187769",29926,111364 -"187770",29926,117092 -"187771",29926,122925 -"187772",29926,122957 -"187773",29927,30359 -"187774",29927,32795 -"187775",29927,43555 -"187776",29927,43873 -"187777",29927,51943 -"187778",29927,51959 -"187779",29927,54108 -"187780",29927,66693 -"187781",29927,71573 -"187782",29927,79820 -"187783",29928,29929 -"187784",29928,29941 -"187785",29928,29982 -"187786",29928,30024 -"187787",29928,46022 -"187788",29929,29941 -"187789",29929,29982 -"187790",29929,30024 -"187791",29929,35815 -"187792",29929,46022 -"187793",29929,102956 -"187794",29930,30479 -"187795",29930,31217 -"187796",29930,31497 -"187797",29930,37373 -"187798",29930,44983 -"187799",29930,48020 -"187800",29930,49739 -"187801",29930,51299 -"187802",29930,55726 -"187803",29930,60269 -"187804",29930,62442 -"187805",29930,63846 -"187806",29930,86669 -"187807",29930,96490 -"187808",29930,103960 -"187809",29930,110844 -"187810",29931,72589 -"187811",29932,29984 -"187812",29932,50153 -"187813",29933,41500 -"187814",29933,41605 -"187815",29933,43957 -"187816",29933,45286 -"187817",29933,45287 -"187818",29933,45288 -"187819",29933,68869 -"187820",29934,61831 -"187821",29934,86813 -"187822",29935,30222 -"187823",29935,31349 -"187824",29935,41299 -"187825",29935,60116 -"187826",29935,65932 -"187827",29935,67825 -"187828",29935,103642 -"187829",29936,45116 -"187830",29936,66990 -"187831",29936,96176 -"187832",29936,101772 -"187833",29936,109233 -"187834",29936,119022 -"187835",29937,50606 -"187836",29937,52297 -"187837",29938,30025 -"187838",29938,30505 -"187839",29939,41489 -"187840",29939,46721 -"187841",29939,54240 -"187842",29939,56290 -"187843",29939,62269 -"187844",29939,68807 -"187845",29939,68813 -"187846",29939,68826 -"187847",29939,68864 -"187848",29939,76589 -"187849",29939,77027 -"187850",29939,81967 -"187851",29940,30606 -"187852",29940,58587 -"187853",29940,66680 -"187854",29940,88762 -"187855",29940,88845 -"187856",29941,29982 -"187857",29941,30024 -"187858",29941,46022 -"187859",29942,30006 -"187860",29942,43590 -"187861",29942,45466 -"187862",29942,48038 -"187863",29942,73606 -"187864",29942,73607 -"187865",29942,73608 -"187866",29943,38259 -"187867",29943,58648 -"187868",29943,89029 -"187869",29943,99396 -"187870",29944,36206 -"187871",29944,52238 -"187872",29945,36265 -"187873",29945,116638 -"187874",29946,69973 -"187875",29946,71630 -"187876",29946,73098 -"187877",29947,87033 -"187878",29949,40213 -"187879",29949,57082 -"187880",29949,58238 -"187881",29950,31264 -"187882",29951,31968 -"187883",29952,31799 -"187884",29952,47484 -"187885",29952,47942 -"187886",29952,65800 -"187887",29952,68959 -"187888",29952,71019 -"187889",29952,108568 -"187890",29953,34075 -"187891",29953,36576 -"187892",29953,45942 -"187893",29953,58905 -"187894",29954,30031 -"187895",29956,39173 -"187896",29957,30143 -"187897",29957,30286 -"187898",29960,30170 -"187899",29960,36797 -"187900",29960,56889 -"187901",29961,45434 -"187902",29962,30002 -"187903",29962,30052 -"187904",29962,57638 -"187905",29962,60428 -"187906",29962,67018 -"187907",29963,60164 -"187908",29964,51195 -"187909",29964,51232 -"187910",29965,30239 -"187911",29965,30416 -"187912",29965,30420 -"187913",29965,34160 -"187914",29965,35302 -"187915",29965,36957 -"187916",29965,36978 -"187917",29965,50495 -"187918",29965,67314 -"187919",29965,78895 -"187920",29966,30235 -"187921",29966,30237 -"187922",29966,30470 -"187923",29966,34507 -"187924",29966,55530 -"187925",29966,77838 -"187926",29966,121701 -"187927",29967,35807 -"187928",29967,48288 -"187929",29967,49928 -"187930",29967,52911 -"187931",29967,75711 -"187932",29967,94660 -"187933",29968,85845 -"187934",29969,41315 -"187935",29969,53322 -"187936",29970,29971 -"187937",29970,30034 -"187938",29971,30034 -"187939",29971,86051 -"187940",29971,120980 -"187941",29971,121015 -"187942",29974,29975 -"187943",29974,91843 -"187944",29974,119544 -"187945",29974,119546 -"187946",29975,78828 -"187947",29975,83558 -"187948",29976,39109 -"187949",29976,52721 -"187950",29976,54349 -"187951",29976,105075 -"187952",29977,30305 -"187953",29977,55028 -"187954",29977,60906 -"187955",29977,96813 -"187956",29978,44343 -"187957",29978,59179 -"187958",29978,112380 -"187959",29979,56113 -"187960",29980,34168 -"187961",29980,36604 -"187962",29980,54527 -"187963",29981,86297 -"187964",29982,30024 -"187965",29982,30470 -"187966",29982,35815 -"187967",29982,42925 -"187968",29982,44392 -"187969",29982,46022 -"187970",29982,48089 -"187971",29982,60168 -"187972",29982,70276 -"187973",29982,70525 -"187974",29982,96178 -"187975",29982,97239 -"187976",29983,30114 -"187977",29983,30196 -"187978",29983,30284 -"187979",29983,32252 -"187980",29983,37517 -"187981",29983,44086 -"187982",29983,44124 -"187983",29983,48519 -"187984",29983,57300 -"187985",29983,63553 -"187986",29983,63558 -"187987",29983,72925 -"187988",29984,51997 -"187989",29984,53374 -"187990",29984,53448 -"187991",29984,53493 -"187992",29984,53510 -"187993",29985,43298 -"187994",29986,63059 -"187995",29986,74307 -"187996",29986,84047 -"187997",29987,30002 -"187998",29987,30031 -"187999",29987,38670 -"188000",29987,41036 -"188001",29987,57055 -"188002",29987,57100 -"188003",29987,57112 -"188004",29987,57148 -"188005",29988,45735 -"188006",29988,51451 -"188007",29988,77505 -"188008",29989,32723 -"188009",29989,32943 -"188010",29989,33829 -"188011",29989,35160 -"188012",29989,38601 -"188013",29989,41080 -"188014",29989,41706 -"188015",29989,51853 -"188016",29989,54867 -"188017",29989,55590 -"188018",29989,60658 -"188019",29989,64206 -"188020",29990,48065 -"188021",29990,63905 -"188022",29990,92407 -"188023",29990,116347 -"188024",29991,59848 -"188025",29992,30020 -"188026",29992,70270 -"188027",29992,75052 -"188028",29993,50890 -"188029",29993,60654 -"188030",29993,65169 -"188031",29993,65791 -"188032",29993,78302 -"188033",29993,80329 -"188034",29993,85537 -"188035",29993,91825 -"188036",29994,49841 -"188037",29995,33241 -"188038",29995,50946 -"188039",29995,64502 -"188040",29995,74318 -"188041",29996,30898 -"188042",29996,34651 -"188043",29996,35633 -"188044",29996,46334 -"188045",29997,47664 -"188046",29997,64817 -"188047",29997,69232 -"188048",29997,82447 -"188049",29997,89117 -"188050",29999,97599 -"188051",30000,30010 -"188052",30000,56284 -"188053",30000,87574 -"188054",30001,74309 -"188055",30001,109739 -"188056",30002,31902 -"188057",30002,57638 -"188058",30002,60428 -"188059",30002,67018 -"188060",30002,69704 -"188061",30003,30801 -"188062",30003,31829 -"188063",30003,42262 -"188064",30003,60589 -"188065",30003,68589 -"188066",30003,70911 -"188067",30003,106161 -"188068",30003,121165 -"188069",30004,33481 -"188070",30004,111664 -"188071",30005,44066 -"188072",30005,49713 -"188073",30006,40594 -"188074",30006,45360 -"188075",30006,48038 -"188076",30006,61254 -"188077",30006,63152 -"188078",30006,87370 -"188079",30006,92526 -"188080",30006,92620 -"188081",30006,100265 -"188082",30006,103854 -"188083",30007,41111 -"188084",30007,63490 -"188085",30008,56312 -"188086",30008,62628 -"188087",30008,88298 -"188088",30010,40875 -"188089",30011,81585 -"188090",30011,81621 -"188091",30012,39914 -"188092",30012,43246 -"188093",30012,51398 -"188094",30012,60922 -"188095",30012,62245 -"188096",30012,65898 -"188097",30012,70889 -"188098",30012,78631 -"188099",30012,79231 -"188100",30012,84138 -"188101",30012,86131 -"188102",30012,106968 -"188103",30012,109510 -"188104",30012,110599 -"188105",30013,35838 -"188106",30013,88654 -"188107",30014,86197 -"188108",30014,87400 -"188109",30014,87401 -"188110",30015,30016 -"188111",30015,42012 -"188112",30015,43594 -"188113",30015,54388 -"188114",30015,72156 -"188115",30015,78433 -"188116",30015,79370 -"188117",30015,92412 -"188118",30015,95700 -"188119",30016,41812 -"188120",30016,42012 -"188121",30016,46748 -"188122",30016,47252 -"188123",30016,66793 -"188124",30016,66839 -"188125",30016,109114 -"188126",30017,51113 -"188127",30017,52709 -"188128",30017,57879 -"188129",30017,58979 -"188130",30017,59395 -"188131",30017,59528 -"188132",30017,66850 -"188133",30017,81502 -"188134",30017,83490 -"188135",30017,101907 -"188136",30017,104334 -"188137",30017,104607 -"188138",30017,105275 -"188139",30018,65436 -"188140",30019,31356 -"188141",30019,33522 -"188142",30019,33925 -"188143",30019,36737 -"188144",30019,37094 -"188145",30019,41910 -"188146",30019,43843 -"188147",30019,44471 -"188148",30019,57229 -"188149",30019,58537 -"188150",30019,61456 -"188151",30019,61941 -"188152",30019,62576 -"188153",30019,63641 -"188154",30019,65497 -"188155",30019,66717 -"188156",30019,69545 -"188157",30019,71380 -"188158",30019,72535 -"188159",30019,74100 -"188160",30019,82022 -"188161",30019,91164 -"188162",30019,95721 -"188163",30019,96007 -"188164",30019,99435 -"188165",30019,107848 -"188166",30019,113394 -"188167",30020,40926 -"188168",30020,55292 -"188169",30022,30239 -"188170",30022,34160 -"188171",30022,37031 -"188172",30022,40466 -"188173",30024,35815 -"188174",30024,44392 -"188175",30024,46022 -"188176",30024,96178 -"188177",30025,30505 -"188178",30025,57279 -"188179",30025,65140 -"188180",30025,82935 -"188181",30025,123014 -"188182",30026,30069 -"188183",30026,30184 -"188184",30026,30242 -"188185",30026,30243 -"188186",30026,30258 -"188187",30026,30337 -"188188",30026,30338 -"188189",30026,30495 -"188190",30026,30496 -"188191",30026,30498 -"188192",30026,56853 -"188193",30026,62555 -"188194",30026,76223 -"188195",30026,76224 -"188196",30026,76451 -"188197",30026,76455 -"188198",30026,76456 -"188199",30026,76476 -"188200",30027,31230 -"188201",30028,54553 -"188202",30028,59909 -"188203",30028,86399 -"188204",30028,108737 -"188205",30028,109076 -"188206",30029,30260 -"188207",30029,58734 -"188208",30029,64026 -"188209",30029,95459 -"188210",30030,48122 -"188211",30031,41036 -"188212",30031,43001 -"188213",30031,57055 -"188214",30031,57100 -"188215",30031,57112 -"188216",30031,57148 -"188217",30031,72207 -"188218",30031,78144 -"188219",30031,87060 -"188220",30031,87073 -"188221",30032,30345 -"188222",30033,30360 -"188223",30033,30387 -"188224",30033,30590 -"188225",30033,35457 -"188226",30033,39485 -"188227",30033,39757 -"188228",30033,43507 -"188229",30033,48106 -"188230",30033,50217 -"188231",30033,50927 -"188232",30033,53261 -"188233",30033,53312 -"188234",30033,54587 -"188235",30033,61288 -"188236",30033,66977 -"188237",30033,72142 -"188238",30033,80578 -"188239",30033,85245 -"188240",30033,88787 -"188241",30033,88829 -"188242",30033,88995 -"188243",30033,90558 -"188244",30033,92017 -"188245",30033,92928 -"188246",30033,94075 -"188247",30033,98335 -"188248",30033,100207 -"188249",30033,101135 -"188250",30033,101289 -"188251",30033,101290 -"188252",30033,101299 -"188253",30033,102032 -"188254",30033,105326 -"188255",30033,107847 -"188256",30033,108661 -"188257",30033,109569 -"188258",30033,114500 -"188259",30033,116885 -"188260",30034,103632 -"188261",30035,40129 -"188262",30035,57174 -"188263",30035,78326 -"188264",30035,87984 -"188265",30036,79662 -"188266",30036,80207 -"188267",30036,85915 -"188268",30036,112966 -"188269",30037,30393 -"188270",30037,36700 -"188271",30037,54524 -"188272",30038,36320 -"188273",30038,89221 -"188274",30039,77299 -"188275",30039,85026 -"188276",30039,91660 -"188277",30040,37587 -"188278",30040,37953 -"188279",30040,42756 -"188280",30040,47389 -"188281",30040,77560 -"188282",30040,80905 -"188283",30040,83636 -"188284",30040,119300 -"188285",30040,119301 -"188286",30041,99879 -"188287",30041,112700 -"188288",30042,74395 -"188289",30042,84975 -"188290",30042,113652 -"188291",30044,30108 -"188292",30044,33703 -"188293",30044,39037 -"188294",30044,39039 -"188295",30044,39078 -"188296",30044,40088 -"188297",30044,50635 -"188298",30044,83614 -"188299",30044,83621 -"188300",30044,91385 -"188301",30047,30473 -"188302",30047,30474 -"188303",30048,88051 -"188304",30048,89993 -"188305",30050,39146 -"188306",30050,54180 -"188307",30051,76158 -"188308",30051,110718 -"188309",30052,32663 -"188310",30052,52299 -"188311",30052,54080 -"188312",30052,60421 -"188313",30052,73991 -"188314",30052,75690 -"188315",30053,30061 -"188316",30053,30191 -"188317",30053,30215 -"188318",30054,30183 -"188319",30054,40335 -"188320",30054,54971 -"188321",30054,55386 -"188322",30054,56020 -"188323",30054,56050 -"188324",30054,56634 -"188325",30054,63541 -"188326",30054,67738 -"188327",30054,70488 -"188328",30054,76286 -"188329",30054,85480 -"188330",30054,109168 -"188331",30055,30221 -"188332",30055,30291 -"188333",30055,31723 -"188334",30055,44334 -"188335",30055,49833 -"188336",30055,52535 -"188337",30055,53785 -"188338",30055,63099 -"188339",30055,63479 -"188340",30055,64579 -"188341",30055,66583 -"188342",30055,67535 -"188343",30055,73783 -"188344",30055,74197 -"188345",30055,75675 -"188346",30055,83961 -"188347",30055,85338 -"188348",30055,91666 -"188349",30055,91780 -"188350",30055,96270 -"188351",30057,31074 -"188352",30057,41808 -"188353",30057,42187 -"188354",30057,64985 -"188355",30057,68853 -"188356",30057,89816 -"188357",30057,103180 -"188358",30058,30220 -"188359",30058,32290 -"188360",30058,52979 -"188361",30058,63341 -"188362",30058,92815 -"188363",30058,104719 -"188364",30058,107752 -"188365",30058,108361 -"188366",30058,119369 -"188367",30059,51893 -"188368",30059,77027 -"188369",30059,77808 -"188370",30059,77863 -"188371",30059,77877 -"188372",30059,77878 -"188373",30060,30123 -"188374",30060,46093 -"188375",30060,48584 -"188376",30060,112306 -"188377",30061,30191 -"188378",30061,30215 -"188379",30062,34749 -"188380",30062,43560 -"188381",30062,44499 -"188382",30062,48121 -"188383",30062,48162 -"188384",30063,30133 -"188385",30063,30619 -"188386",30063,88561 -"188387",30064,106267 -"188388",30065,47664 -"188389",30065,58867 -"188390",30066,39753 -"188391",30066,59272 -"188392",30067,30083 -"188393",30068,35536 -"188394",30068,53535 -"188395",30068,56192 -"188396",30068,57381 -"188397",30068,58857 -"188398",30068,58951 -"188399",30068,70897 -"188400",30068,71339 -"188401",30068,86693 -"188402",30068,91277 -"188403",30068,92345 -"188404",30068,97340 -"188405",30068,104418 -"188406",30068,114578 -"188407",30068,119185 -"188408",30069,30184 -"188409",30069,30242 -"188410",30069,30243 -"188411",30069,30258 -"188412",30069,30337 -"188413",30069,30338 -"188414",30069,30495 -"188415",30069,30496 -"188416",30069,30498 -"188417",30071,41025 -"188418",30071,48060 -"188419",30071,77930 -"188420",30071,81286 -"188421",30071,93925 -"188422",30071,94114 -"188423",30071,94129 -"188424",30071,100926 -"188425",30071,106703 -"188426",30071,110427 -"188427",30071,110768 -"188428",30071,110807 -"188429",30071,111219 -"188430",30071,115624 -"188431",30072,54351 -"188432",30072,82608 -"188433",30072,84699 -"188434",30072,88848 -"188435",30072,97950 -"188436",30072,100439 -"188437",30072,100440 -"188438",30072,100452 -"188439",30072,100807 -"188440",30072,106031 -"188441",30073,31664 -"188442",30073,35090 -"188443",30073,37956 -"188444",30073,52940 -"188445",30073,53628 -"188446",30073,53924 -"188447",30073,62637 -"188448",30073,66086 -"188449",30073,87416 -"188450",30074,42895 -"188451",30074,46757 -"188452",30074,66129 -"188453",30075,87875 -"188454",30075,107659 -"188455",30076,30244 -"188456",30076,30278 -"188457",30076,32625 -"188458",30076,32639 -"188459",30076,32694 -"188460",30076,39186 -"188461",30076,46026 -"188462",30076,50232 -"188463",30076,63264 -"188464",30076,75852 -"188465",30076,82200 -"188466",30076,84624 -"188467",30076,93381 -"188468",30076,98529 -"188469",30076,99630 -"188470",30076,109173 -"188471",30076,116926 -"188472",30077,56843 -"188473",30078,37307 -"188474",30078,79583 -"188475",30078,95058 -"188476",30079,71707 -"188477",30079,80452 -"188478",30079,88609 -"188479",30079,116513 -"188480",30079,117851 -"188481",30080,73483 -"188482",30080,87261 -"188483",30080,92639 -"188484",30081,33091 -"188485",30081,34470 -"188486",30081,34950 -"188487",30081,34965 -"188488",30081,36455 -"188489",30081,36962 -"188490",30081,37100 -"188491",30081,37333 -"188492",30081,41575 -"188493",30081,44476 -"188494",30081,46128 -"188495",30081,59194 -"188496",30081,65679 -"188497",30081,78738 -"188498",30081,79088 -"188499",30081,82456 -"188500",30081,82513 -"188501",30081,82521 -"188502",30081,82524 -"188503",30081,82590 -"188504",30081,92495 -"188505",30081,93499 -"188506",30081,105740 -"188507",30081,105815 -"188508",30081,109829 -"188509",30082,30888 -"188510",30082,43698 -"188511",30082,48744 -"188512",30082,52603 -"188513",30082,52611 -"188514",30082,62985 -"188515",30082,75371 -"188516",30082,81343 -"188517",30082,99731 -"188518",30082,101323 -"188519",30082,101481 -"188520",30082,102845 -"188521",30082,104957 -"188522",30082,109815 -"188523",30082,111066 -"188524",30082,113278 -"188525",30082,113314 -"188526",30082,114723 -"188527",30082,116644 -"188528",30082,117804 -"188529",30082,121414 -"188530",30082,122345 -"188531",30082,122353 -"188532",30082,122358 -"188533",30082,122360 -"188534",30082,122366 -"188535",30082,122367 -"188536",30082,122376 -"188537",30082,122383 -"188538",30082,122393 -"188539",30082,122394 -"188540",30082,122398 -"188541",30082,122402 -"188542",30082,122403 -"188543",30082,122409 -"188544",30082,122412 -"188545",30082,122414 -"188546",30082,122415 -"188547",30082,122417 -"188548",30082,122418 -"188549",30082,122421 -"188550",30082,122422 -"188551",30082,122437 -"188552",30082,122438 -"188553",30082,122440 -"188554",30082,123424 -"188555",30083,63454 -"188556",30083,63470 -"188557",30083,63471 -"188558",30083,63509 -"188559",30083,63670 -"188560",30083,71614 -"188561",30084,52903 -"188562",30085,31983 -"188563",30085,92181 -"188564",30085,93679 -"188565",30085,94914 -"188566",30085,95558 -"188567",30085,102790 -"188568",30086,40203 -"188569",30086,59760 -"188570",30086,59873 -"188571",30086,68346 -"188572",30086,72329 -"188573",30086,86373 -"188574",30086,89760 -"188575",30086,90663 -"188576",30086,91167 -"188577",30087,51859 -"188578",30087,52213 -"188579",30087,60332 -"188580",30088,31796 -"188581",30089,37863 -"188582",30089,41260 -"188583",30089,56364 -"188584",30089,56366 -"188585",30089,84381 -"188586",30090,54044 -"188587",30090,88224 -"188588",30090,99520 -"188589",30090,116218 -"188590",30091,82886 -"188591",30092,30827 -"188592",30092,30850 -"188593",30092,39246 -"188594",30092,40146 -"188595",30092,42216 -"188596",30092,43404 -"188597",30092,46023 -"188598",30092,55084 -"188599",30092,56686 -"188600",30092,58930 -"188601",30092,65628 -"188602",30092,75692 -"188603",30094,30214 -"188604",30094,53409 -"188605",30094,75312 -"188606",30094,83406 -"188607",30094,88946 -"188608",30095,57952 -"188609",30095,60019 -"188610",30095,70400 -"188611",30095,72611 -"188612",30095,77362 -"188613",30095,114257 -"188614",30096,50720 -"188615",30096,64257 -"188616",30096,78203 -"188617",30096,78323 -"188618",30096,78728 -"188619",30097,30139 -"188620",30097,30208 -"188621",30097,34395 -"188622",30097,35284 -"188623",30097,36506 -"188624",30097,46546 -"188625",30097,53707 -"188626",30097,71209 -"188627",30097,89657 -"188628",30097,95448 -"188629",30098,30099 -"188630",30098,30110 -"188631",30098,30161 -"188632",30098,30174 -"188633",30099,30110 -"188634",30099,30161 -"188635",30099,30174 -"188636",30100,30336 -"188637",30100,44954 -"188638",30100,45314 -"188639",30100,45320 -"188640",30100,45575 -"188641",30100,81305 -"188642",30100,89936 -"188643",30100,105217 -"188644",30101,30287 -"188645",30101,37215 -"188646",30101,40319 -"188647",30101,44074 -"188648",30101,52585 -"188649",30101,57807 -"188650",30101,58639 -"188651",30101,62788 -"188652",30102,30362 -"188653",30103,33667 -"188654",30103,70938 -"188655",30103,84933 -"188656",30103,93447 -"188657",30104,50799 -"188658",30104,62952 -"188659",30105,30292 -"188660",30106,30252 -"188661",30107,41965 -"188662",30107,46295 -"188663",30108,40682 -"188664",30108,45481 -"188665",30109,44900 -"188666",30109,44923 -"188667",30109,53687 -"188668",30110,30161 -"188669",30110,30174 -"188670",30110,32789 -"188671",30110,48955 -"188672",30110,90910 -"188673",30110,93824 -"188674",30110,94564 -"188675",30110,96472 -"188676",30110,109962 -"188677",30110,110016 -"188678",30111,54758 -"188679",30111,55401 -"188680",30112,102667 -"188681",30112,111318 -"188682",30113,34432 -"188683",30113,45128 -"188684",30113,46180 -"188685",30113,69446 -"188686",30113,92849 -"188687",30113,114987 -"188688",30113,119180 -"188689",30114,30284 -"188690",30114,53056 -"188691",30114,53651 -"188692",30114,62964 -"188693",30115,30210 -"188694",30115,31725 -"188695",30115,79253 -"188696",30115,85818 -"188697",30116,33137 -"188698",30116,33567 -"188699",30116,36403 -"188700",30116,40604 -"188701",30116,45630 -"188702",30116,51230 -"188703",30116,51879 -"188704",30116,59100 -"188705",30116,69198 -"188706",30116,81648 -"188707",30116,82932 -"188708",30116,88817 -"188709",30116,88821 -"188710",30116,88867 -"188711",30116,89738 -"188712",30116,115498 -"188713",30117,66235 -"188714",30117,85911 -"188715",30118,30250 -"188716",30118,100179 -"188717",30119,40735 -"188718",30119,94606 -"188719",30119,102050 -"188720",30120,41314 -"188721",30120,76555 -"188722",30120,77719 -"188723",30121,84884 -"188724",30121,106358 -"188725",30121,106375 -"188726",30122,49474 -"188727",30122,49480 -"188728",30122,49482 -"188729",30122,58046 -"188730",30122,60792 -"188731",30122,79225 -"188732",30123,34978 -"188733",30123,35288 -"188734",30123,57675 -"188735",30123,67347 -"188736",30123,69184 -"188737",30123,71310 -"188738",30123,92636 -"188739",30123,118500 -"188740",30124,93265 -"188741",30125,30949 -"188742",30125,30952 -"188743",30125,40117 -"188744",30125,46746 -"188745",30125,89245 -"188746",30125,101519 -"188747",30126,55732 -"188748",30126,98956 -"188749",30127,40840 -"188750",30127,48348 -"188751",30127,49326 -"188752",30128,88606 -"188753",30129,41964 -"188754",30129,46026 -"188755",30129,48758 -"188756",30129,51496 -"188757",30129,64472 -"188758",30129,69117 -"188759",30129,78278 -"188760",30129,81159 -"188761",30129,81878 -"188762",30129,90169 -"188763",30129,102654 -"188764",30129,104619 -"188765",30129,111001 -"188766",30129,120752 -"188767",30129,122280 -"188768",30130,30137 -"188769",30130,30145 -"188770",30130,30229 -"188771",30130,34174 -"188772",30130,55599 -"188773",30130,58363 -"188774",30130,75216 -"188775",30130,82965 -"188776",30131,48619 -"188777",30131,105609 -"188778",30131,119026 -"188779",30131,122078 -"188780",30131,122079 -"188781",30131,122080 -"188782",30132,73081 -"188783",30132,109631 -"188784",30132,118722 -"188785",30134,96108 -"188786",30134,114028 -"188787",30135,61846 -"188788",30136,39982 -"188789",30136,69924 -"188790",30136,74954 -"188791",30137,30145 -"188792",30137,30229 -"188793",30137,46589 -"188794",30137,63494 -"188795",30137,77184 -"188796",30138,48101 -"188797",30138,52858 -"188798",30138,90322 -"188799",30138,92552 -"188800",30139,30208 -"188801",30139,35284 -"188802",30139,42061 -"188803",30139,54863 -"188804",30139,86803 -"188805",30140,75481 -"188806",30141,43519 -"188807",30141,49415 -"188808",30141,53775 -"188809",30141,55973 -"188810",30141,65243 -"188811",30141,89473 -"188812",30141,91576 -"188813",30141,94495 -"188814",30141,98541 -"188815",30141,104466 -"188816",30141,110696 -"188817",30142,30178 -"188818",30142,45457 -"188819",30143,30286 -"188820",30143,43684 -"188821",30143,47899 -"188822",30143,49005 -"188823",30143,55783 -"188824",30144,52530 -"188825",30144,78088 -"188826",30144,92507 -"188827",30144,92816 -"188828",30144,93255 -"188829",30144,93321 -"188830",30144,93479 -"188831",30144,94688 -"188832",30145,30229 -"188833",30145,80525 -"188834",30146,30259 -"188835",30146,79528 -"188836",30146,117997 -"188837",30147,51196 -"188838",30148,30211 -"188839",30148,30255 -"188840",30148,33061 -"188841",30148,37631 -"188842",30148,50418 -"188843",30150,30916 -"188844",30150,52593 -"188845",30150,58846 -"188846",30150,70203 -"188847",30150,77551 -"188848",30150,81167 -"188849",30150,84967 -"188850",30150,85644 -"188851",30150,90283 -"188852",30150,98939 -"188853",30150,113821 -"188854",30150,117679 -"188855",30151,30216 -"188856",30151,31204 -"188857",30151,35251 -"188858",30151,55319 -"188859",30151,62424 -"188860",30152,44684 -"188861",30152,76714 -"188862",30152,85592 -"188863",30152,89668 -"188864",30152,93076 -"188865",30152,93414 -"188866",30152,104381 -"188867",30152,105138 -"188868",30153,35040 -"188869",30153,37482 -"188870",30153,41898 -"188871",30153,57828 -"188872",30153,63214 -"188873",30153,64605 -"188874",30153,66171 -"188875",30153,67117 -"188876",30153,71266 -"188877",30153,71294 -"188878",30153,71343 -"188879",30153,71471 -"188880",30153,82914 -"188881",30153,82937 -"188882",30154,30240 -"188883",30154,34024 -"188884",30154,37069 -"188885",30154,52039 -"188886",30154,58334 -"188887",30154,66323 -"188888",30154,67499 -"188889",30154,73015 -"188890",30154,83444 -"188891",30154,99949 -"188892",30154,101914 -"188893",30154,103631 -"188894",30154,103723 -"188895",30154,103732 -"188896",30154,103759 -"188897",30154,103773 -"188898",30155,47117 -"188899",30155,49892 -"188900",30155,103017 -"188901",30156,30267 -"188902",30156,55086 -"188903",30157,50487 -"188904",30157,84475 -"188905",30157,112768 -"188906",30158,53323 -"188907",30158,53608 -"188908",30158,56004 -"188909",30158,79590 -"188910",30158,89917 -"188911",30158,103024 -"188912",30158,108009 -"188913",30158,108026 -"188914",30158,110639 -"188915",30160,38826 -"188916",30160,51859 -"188917",30160,85444 -"188918",30160,85446 -"188919",30160,113686 -"188920",30160,120109 -"188921",30161,30174 -"188922",30162,104808 -"188923",30163,101642 -"188924",30163,110418 -"188925",30164,43212 -"188926",30164,44055 -"188927",30164,67582 -"188928",30164,87590 -"188929",30164,94877 -"188930",30164,95957 -"188931",30164,95983 -"188932",30164,101712 -"188933",30164,105884 -"188934",30164,118232 -"188935",30164,121916 -"188936",30165,45684 -"188937",30165,56348 -"188938",30165,72165 -"188939",30165,82007 -"188940",30165,118036 -"188941",30166,47409 -"188942",30166,75656 -"188943",30166,94500 -"188944",30166,100737 -"188945",30169,32110 -"188946",30169,58434 -"188947",30169,65398 -"188948",30169,78159 -"188949",30169,78330 -"188950",30169,84603 -"188951",30169,115904 -"188952",30170,38672 -"188953",30170,46343 -"188954",30170,56889 -"188955",30170,69139 -"188956",30172,41382 -"188957",30172,44540 -"188958",30172,47366 -"188959",30172,57125 -"188960",30172,64460 -"188961",30172,69067 -"188962",30172,79007 -"188963",30172,82768 -"188964",30172,84065 -"188965",30172,96221 -"188966",30172,114199 -"188967",30173,32492 -"188968",30173,77745 -"188969",30173,97040 -"188970",30174,50589 -"188971",30174,78590 -"188972",30175,30350 -"188973",30175,40065 -"188974",30175,94642 -"188975",30175,105825 -"188976",30175,112504 -"188977",30176,42895 -"188978",30176,53485 -"188979",30176,79024 -"188980",30176,105003 -"188981",30176,105043 -"188982",30177,38699 -"188983",30177,53491 -"188984",30177,54287 -"188985",30180,39353 -"188986",30180,43033 -"188987",30180,67912 -"188988",30180,105753 -"188989",30180,106698 -"188990",30180,121039 -"188991",30181,97135 -"188992",30181,111701 -"188993",30182,58777 -"188994",30182,72782 -"188995",30182,83304 -"188996",30182,83337 -"188997",30182,86647 -"188998",30183,37385 -"188999",30183,37513 -"189000",30183,121697 -"189001",30184,30242 -"189002",30184,30243 -"189003",30184,30258 -"189004",30184,30337 -"189005",30184,30338 -"189006",30184,30495 -"189007",30184,30496 -"189008",30184,30498 -"189009",30185,41795 -"189010",30185,75901 -"189011",30185,76004 -"189012",30186,37791 -"189013",30186,38153 -"189014",30186,39264 -"189015",30186,47882 -"189016",30186,54732 -"189017",30186,77552 -"189018",30186,85919 -"189019",30186,87336 -"189020",30186,88289 -"189021",30186,90721 -"189022",30186,97058 -"189023",30186,97067 -"189024",30186,97074 -"189025",30186,97102 -"189026",30186,97103 -"189027",30186,97104 -"189028",30186,97109 -"189029",30186,97110 -"189030",30186,106828 -"189031",30187,95616 -"189032",30189,30975 -"189033",30190,44589 -"189034",30190,69965 -"189035",30191,30215 -"189036",30191,64450 -"189037",30192,44301 -"189038",30192,53612 -"189039",30192,64553 -"189040",30193,30268 -"189041",30194,50243 -"189042",30194,55093 -"189043",30194,61303 -"189044",30194,69521 -"189045",30194,78217 -"189046",30194,81396 -"189047",30194,83850 -"189048",30194,85549 -"189049",30194,90733 -"189050",30194,90763 -"189051",30194,96174 -"189052",30194,100247 -"189053",30194,108395 -"189054",30194,108457 -"189055",30194,109466 -"189056",30194,111684 -"189057",30195,52509 -"189058",30195,59475 -"189059",30195,59818 -"189060",30195,85282 -"189061",30195,90740 -"189062",30197,70911 -"189063",30198,90176 -"189064",30199,52417 -"189065",30199,100477 -"189066",30199,107317 -"189067",30200,43081 -"189068",30200,45443 -"189069",30200,53128 -"189070",30200,60117 -"189071",30200,80840 -"189072",30200,82744 -"189073",30200,85560 -"189074",30200,91844 -"189075",30200,99163 -"189076",30200,102854 -"189077",30200,112762 -"189078",30200,115074 -"189079",30201,60044 -"189080",30201,93469 -"189081",30201,95048 -"189082",30201,95049 -"189083",30201,105668 -"189084",30203,36489 -"189085",30203,42731 -"189086",30203,98321 -"189087",30203,98325 -"189088",30204,48890 -"189089",30204,110914 -"189090",30205,52468 -"189091",30205,52478 -"189092",30206,38195 -"189093",30206,44724 -"189094",30206,51801 -"189095",30206,53445 -"189096",30206,57804 -"189097",30206,59731 -"189098",30206,67656 -"189099",30206,83530 -"189100",30206,89069 -"189101",30206,102362 -"189102",30207,32609 -"189103",30207,57282 -"189104",30208,34110 -"189105",30208,34395 -"189106",30208,35284 -"189107",30208,36506 -"189108",30208,39378 -"189109",30208,39647 -"189110",30208,40710 -"189111",30208,42068 -"189112",30208,46546 -"189113",30208,52589 -"189114",30208,53657 -"189115",30208,53670 -"189116",30208,53707 -"189117",30208,62395 -"189118",30208,64873 -"189119",30208,64894 -"189120",30208,64930 -"189121",30208,64958 -"189122",30208,71209 -"189123",30208,88209 -"189124",30208,89822 -"189125",30208,95448 -"189126",30209,37917 -"189127",30209,38039 -"189128",30209,59595 -"189129",30210,31725 -"189130",30210,36709 -"189131",30210,52604 -"189132",30210,64520 -"189133",30210,79253 -"189134",30211,30255 -"189135",30211,37533 -"189136",30211,37631 -"189137",30211,55312 -"189138",30211,66300 -"189139",30211,76007 -"189140",30211,77242 -"189141",30211,111856 -"189142",30211,118898 -"189143",30212,71274 -"189144",30214,43929 -"189145",30214,92638 -"189146",30216,35251 -"189147",30216,40805 -"189148",30216,57087 -"189149",30216,71059 -"189150",30216,76470 -"189151",30216,88938 -"189152",30216,92246 -"189153",30216,106319 -"189154",30216,106491 -"189155",30218,37510 -"189156",30218,42552 -"189157",30218,51879 -"189158",30218,61379 -"189159",30218,61780 -"189160",30218,64275 -"189161",30218,69234 -"189162",30218,69891 -"189163",30218,71403 -"189164",30218,71462 -"189165",30219,84391 -"189166",30219,93210 -"189167",30219,119144 -"189168",30219,120319 -"189169",30221,30291 -"189170",30222,31349 -"189171",30222,31951 -"189172",30222,36185 -"189173",30222,59293 -"189174",30222,79656 -"189175",30222,87276 -"189176",30222,101740 -"189177",30222,103537 -"189178",30222,103642 -"189179",30222,105578 -"189180",30223,35924 -"189181",30223,43264 -"189182",30223,57687 -"189183",30225,64758 -"189184",30225,71626 -"189185",30226,70543 -"189186",30226,97225 -"189187",30226,106809 -"189188",30228,30239 -"189189",30228,30420 -"189190",30228,61451 -"189191",30230,50612 -"189192",30232,45846 -"189193",30232,52165 -"189194",30232,69208 -"189195",30233,58062 -"189196",30233,67084 -"189197",30234,75862 -"189198",30234,104065 -"189199",30234,113902 -"189200",30235,30237 -"189201",30235,30470 -"189202",30235,53502 -"189203",30235,101816 -"189204",30236,31371 -"189205",30236,33907 -"189206",30236,34906 -"189207",30236,38678 -"189208",30236,38679 -"189209",30236,38680 -"189210",30236,38732 -"189211",30236,38747 -"189212",30236,38759 -"189213",30236,38794 -"189214",30236,39195 -"189215",30236,39322 -"189216",30236,44197 -"189217",30236,46285 -"189218",30236,69408 -"189219",30237,30470 -"189220",30238,48370 -"189221",30239,30420 -"189222",30239,34160 -"189223",30239,36957 -"189224",30239,36978 -"189225",30239,40466 -"189226",30239,63733 -"189227",30240,52039 -"189228",30241,51835 -"189229",30241,99373 -"189230",30242,30243 -"189231",30242,30258 -"189232",30242,30337 -"189233",30242,30338 -"189234",30242,30495 -"189235",30242,30496 -"189236",30242,30498 -"189237",30243,30258 -"189238",30243,30337 -"189239",30243,30338 -"189240",30243,30495 -"189241",30243,30496 -"189242",30243,30498 -"189243",30243,35289 -"189244",30244,31902 -"189245",30244,38743 -"189246",30244,47111 -"189247",30244,48241 -"189248",30244,50376 -"189249",30244,54194 -"189250",30244,67363 -"189251",30244,88692 -"189252",30244,92170 -"189253",30244,103292 -"189254",30244,104790 -"189255",30244,104791 -"189256",30244,123090 -"189257",30246,30420 -"189258",30246,30709 -"189259",30246,45371 -"189260",30246,45372 -"189261",30246,45439 -"189262",30246,47017 -"189263",30247,36928 -"189264",30247,46151 -"189265",30247,65530 -"189266",30247,65928 -"189267",30248,32405 -"189268",30248,55668 -"189269",30248,79908 -"189270",30248,82568 -"189271",30249,43784 -"189272",30249,54624 -"189273",30249,79885 -"189274",30249,86632 -"189275",30250,74265 -"189276",30250,81824 -"189277",30251,34418 -"189278",30251,38287 -"189279",30251,67539 -"189280",30251,102924 -"189281",30251,117574 -"189282",30252,45625 -"189283",30252,101474 -"189284",30252,101483 -"189285",30254,55063 -"189286",30254,99066 -"189287",30255,37631 -"189288",30255,121599 -"189289",30256,31492 -"189290",30256,40695 -"189291",30256,40841 -"189292",30256,68762 -"189293",30256,74068 -"189294",30256,82767 -"189295",30256,83180 -"189296",30256,83949 -"189297",30256,84881 -"189298",30256,88280 -"189299",30256,88714 -"189300",30256,91401 -"189301",30256,101827 -"189302",30256,105224 -"189303",30257,65491 -"189304",30257,93814 -"189305",30257,102920 -"189306",30257,114195 -"189307",30258,30337 -"189308",30258,30338 -"189309",30258,30495 -"189310",30258,30496 -"189311",30258,30498 -"189312",30258,38185 -"189313",30258,38683 -"189314",30258,40245 -"189315",30258,43226 -"189316",30258,44655 -"189317",30258,44973 -"189318",30258,46177 -"189319",30258,47048 -"189320",30258,48110 -"189321",30258,48430 -"189322",30258,50698 -"189323",30258,58508 -"189324",30258,59731 -"189325",30258,62642 -"189326",30258,68091 -"189327",30258,69335 -"189328",30258,75245 -"189329",30258,75580 -"189330",30258,75776 -"189331",30258,75956 -"189332",30258,76387 -"189333",30258,76446 -"189334",30258,78978 -"189335",30258,79212 -"189336",30258,79241 -"189337",30258,79579 -"189338",30258,80239 -"189339",30258,80301 -"189340",30258,81397 -"189341",30258,88340 -"189342",30258,88749 -"189343",30258,89069 -"189344",30258,89373 -"189345",30258,89995 -"189346",30258,90919 -"189347",30258,90936 -"189348",30258,92861 -"189349",30258,93097 -"189350",30258,94231 -"189351",30258,95489 -"189352",30258,96247 -"189353",30258,96363 -"189354",30258,97898 -"189355",30259,34159 -"189356",30259,35479 -"189357",30259,35642 -"189358",30259,57262 -"189359",30259,63033 -"189360",30259,66286 -"189361",30259,76149 -"189362",30259,76921 -"189363",30259,80578 -"189364",30259,100998 -"189365",30259,106567 -"189366",30259,109259 -"189367",30259,114104 -"189368",30259,118636 -"189369",30259,120140 -"189370",30259,122429 -"189371",30259,122435 -"189372",30260,59013 -"189373",30260,70250 -"189374",30260,79744 -"189375",30260,86702 -"189376",30260,92846 -"189377",30260,97434 -"189378",30260,97435 -"189379",30262,30854 -"189380",30262,62690 -"189381",30262,70341 -"189382",30262,73201 -"189383",30262,92288 -"189384",30262,93373 -"189385",30262,94025 -"189386",30263,51098 -"189387",30264,46329 -"189388",30265,33119 -"189389",30265,37583 -"189390",30265,52343 -"189391",30265,90977 -"189392",30265,104510 -"189393",30265,113577 -"189394",30267,97347 -"189395",30267,97381 -"189396",30268,35634 -"189397",30268,43443 -"189398",30268,46007 -"189399",30268,53936 -"189400",30268,53967 -"189401",30268,56360 -"189402",30268,56784 -"189403",30268,57963 -"189404",30268,69895 -"189405",30268,104703 -"189406",30269,84408 -"189407",30270,52068 -"189408",30271,89187 -"189409",30272,31971 -"189410",30272,86825 -"189411",30272,118390 -"189412",30273,37134 -"189413",30273,89362 -"189414",30273,109152 -"189415",30273,114519 -"189416",30273,114525 -"189417",30273,122722 -"189418",30274,31358 -"189419",30274,39081 -"189420",30274,42732 -"189421",30274,44947 -"189422",30274,45891 -"189423",30274,49493 -"189424",30274,59505 -"189425",30274,61876 -"189426",30274,66785 -"189427",30274,67856 -"189428",30274,87034 -"189429",30274,91904 -"189430",30274,98166 -"189431",30274,98309 -"189432",30274,101927 -"189433",30274,104884 -"189434",30275,37881 -"189435",30275,55614 -"189436",30275,61682 -"189437",30275,69144 -"189438",30276,70269 -"189439",30277,47760 -"189440",30277,89200 -"189441",30277,102532 -"189442",30277,104264 -"189443",30277,111094 -"189444",30278,32625 -"189445",30278,32639 -"189446",30278,32694 -"189447",30278,46026 -"189448",30279,93969 -"189449",30279,110401 -"189450",30280,49091 -"189451",30280,91974 -"189452",30281,47447 -"189453",30281,105752 -"189454",30282,32155 -"189455",30282,32240 -"189456",30282,69037 -"189457",30282,70550 -"189458",30283,102101 -"189459",30284,48519 -"189460",30285,51017 -"189461",30285,51021 -"189462",30285,51035 -"189463",30285,51046 -"189464",30285,51047 -"189465",30285,53323 -"189466",30285,59340 -"189467",30285,62694 -"189468",30285,77613 -"189469",30285,96520 -"189470",30285,101999 -"189471",30287,65980 -"189472",30287,92434 -"189473",30288,115901 -"189474",30290,31291 -"189475",30290,38648 -"189476",30290,64102 -"189477",30290,90875 -"189478",30291,31723 -"189479",30291,35263 -"189480",30291,44905 -"189481",30291,49833 -"189482",30291,52535 -"189483",30291,53785 -"189484",30291,59158 -"189485",30291,63099 -"189486",30291,74197 -"189487",30291,78969 -"189488",30291,83961 -"189489",30291,84025 -"189490",30291,85338 -"189491",30291,91666 -"189492",30291,91780 -"189493",30291,96270 -"189494",30291,101068 -"189495",30292,89737 -"189496",30293,47514 -"189497",30293,55854 -"189498",30294,59974 -"189499",30295,34601 -"189500",30295,40248 -"189501",30295,83094 -"189502",30295,92773 -"189503",30295,100650 -"189504",30295,100727 -"189505",30295,100958 -"189506",30295,101829 -"189507",30295,111127 -"189508",30295,115253 -"189509",30295,115293 -"189510",30296,32559 -"189511",30296,51628 -"189512",30296,58489 -"189513",30296,86423 -"189514",30296,92667 -"189515",30296,93337 -"189516",30296,109696 -"189517",30298,30428 -"189518",30299,30688 -"189519",30299,33223 -"189520",30299,34513 -"189521",30299,38742 -"189522",30302,32940 -"189523",30302,37190 -"189524",30302,46621 -"189525",30302,61785 -"189526",30302,73200 -"189527",30303,46856 -"189528",30303,47497 -"189529",30303,70302 -"189530",30303,78001 -"189531",30304,30367 -"189532",30304,59529 -"189533",30304,67743 -"189534",30304,78910 -"189535",30305,32384 -"189536",30305,38691 -"189537",30305,38915 -"189538",30305,74437 -"189539",30306,31548 -"189540",30306,62066 -"189541",30306,65017 -"189542",30307,43585 -"189543",30308,46233 -"189544",30308,81440 -"189545",30308,86530 -"189546",30309,38973 -"189547",30309,39019 -"189548",30309,58659 -"189549",30309,59023 -"189550",30309,60224 -"189551",30309,63114 -"189552",30309,82150 -"189553",30309,82164 -"189554",30311,32084 -"189555",30311,38076 -"189556",30312,46079 -"189557",30312,73315 -"189558",30312,76680 -"189559",30312,86438 -"189560",30312,95773 -"189561",30313,63708 -"189562",30314,95578 -"189563",30314,95579 -"189564",30316,93254 -"189565",30316,96517 -"189566",30317,30365 -"189567",30317,30378 -"189568",30317,34570 -"189569",30317,34629 -"189570",30317,35749 -"189571",30317,36085 -"189572",30317,45131 -"189573",30317,45250 -"189574",30317,45296 -"189575",30317,52199 -"189576",30317,100653 -"189577",30317,101499 -"189578",30318,33482 -"189579",30318,40032 -"189580",30320,30388 -"189581",30320,32836 -"189582",30320,57405 -"189583",30320,63601 -"189584",30320,64136 -"189585",30320,69339 -"189586",30320,72132 -"189587",30320,75355 -"189588",30320,79362 -"189589",30320,80697 -"189590",30320,103614 -"189591",30320,103702 -"189592",30321,36372 -"189593",30321,55508 -"189594",30323,30335 -"189595",30324,70046 -"189596",30324,90624 -"189597",30325,30564 -"189598",30325,36197 -"189599",30325,37764 -"189600",30325,39294 -"189601",30325,39301 -"189602",30325,42863 -"189603",30325,43213 -"189604",30325,46196 -"189605",30325,47126 -"189606",30325,47447 -"189607",30325,52136 -"189608",30325,54551 -"189609",30325,54556 -"189610",30325,56082 -"189611",30325,57150 -"189612",30325,57414 -"189613",30325,65972 -"189614",30325,72207 -"189615",30325,75403 -"189616",30325,78835 -"189617",30325,79082 -"189618",30325,84157 -"189619",30325,97295 -"189620",30325,103193 -"189621",30325,105752 -"189622",30326,41391 -"189623",30326,54764 -"189624",30326,85731 -"189625",30326,109064 -"189626",30327,93763 -"189627",30327,105915 -"189628",30328,30798 -"189629",30328,63374 -"189630",30329,64043 -"189631",30330,30342 -"189632",30331,49967 -"189633",30332,31310 -"189634",30332,40213 -"189635",30332,82351 -"189636",30333,30334 -"189637",30333,30370 -"189638",30333,89132 -"189639",30333,103204 -"189640",30334,30370 -"189641",30334,31258 -"189642",30334,32530 -"189643",30334,35496 -"189644",30334,37610 -"189645",30334,37636 -"189646",30334,39435 -"189647",30334,40131 -"189648",30334,40166 -"189649",30334,40392 -"189650",30334,40905 -"189651",30334,41030 -"189652",30334,41527 -"189653",30334,41529 -"189654",30334,41778 -"189655",30334,42494 -"189656",30334,43147 -"189657",30334,43234 -"189658",30334,43858 -"189659",30334,44828 -"189660",30334,45657 -"189661",30334,45933 -"189662",30334,46434 -"189663",30334,46788 -"189664",30334,47123 -"189665",30334,47488 -"189666",30334,48909 -"189667",30334,49859 -"189668",30334,50064 -"189669",30334,50067 -"189670",30334,50554 -"189671",30334,50879 -"189672",30334,51783 -"189673",30334,52018 -"189674",30334,53444 -"189675",30334,53527 -"189676",30334,53555 -"189677",30334,54275 -"189678",30334,56628 -"189679",30334,58004 -"189680",30334,58068 -"189681",30334,58633 -"189682",30334,61111 -"189683",30334,61127 -"189684",30334,68287 -"189685",30337,30338 -"189686",30337,30495 -"189687",30337,30496 -"189688",30337,30498 -"189689",30338,30495 -"189690",30338,30496 -"189691",30338,30498 -"189692",30340,30446 -"189693",30340,30447 -"189694",30340,34052 -"189695",30340,36621 -"189696",30340,38605 -"189697",30340,39807 -"189698",30340,49954 -"189699",30340,55708 -"189700",30340,56712 -"189701",30340,88473 -"189702",30340,101210 -"189703",30341,30474 -"189704",30341,34992 -"189705",30341,36426 -"189706",30341,39140 -"189707",30341,43817 -"189708",30341,52752 -"189709",30341,70748 -"189710",30341,72083 -"189711",30341,72586 -"189712",30341,102444 -"189713",30342,39898 -"189714",30342,48563 -"189715",30342,48581 -"189716",30342,48910 -"189717",30343,31357 -"189718",30343,39116 -"189719",30343,45403 -"189720",30343,49628 -"189721",30343,51843 -"189722",30343,52372 -"189723",30343,69308 -"189724",30343,71642 -"189725",30343,73736 -"189726",30343,77199 -"189727",30343,80761 -"189728",30343,86790 -"189729",30343,98924 -"189730",30343,104104 -"189731",30343,108973 -"189732",30343,109880 -"189733",30343,111999 -"189734",30343,115495 -"189735",30344,34730 -"189736",30344,37095 -"189737",30344,37491 -"189738",30344,50278 -"189739",30344,57821 -"189740",30344,59097 -"189741",30344,66728 -"189742",30344,67199 -"189743",30344,74460 -"189744",30344,79149 -"189745",30344,100131 -"189746",30344,101250 -"189747",30345,30548 -"189748",30345,38603 -"189749",30346,44061 -"189750",30346,61825 -"189751",30347,30358 -"189752",30347,35475 -"189753",30348,30349 -"189754",30348,30883 -"189755",30348,57027 -"189756",30349,30883 -"189757",30350,40065 -"189758",30350,94642 -"189759",30350,105825 -"189760",30350,112504 -"189761",30352,75100 -"189762",30354,35045 -"189763",30354,43477 -"189764",30354,84063 -"189765",30354,84065 -"189766",30354,84069 -"189767",30354,84077 -"189768",30357,62529 -"189769",30358,35475 -"189770",30358,45425 -"189771",30358,62998 -"189772",30359,38420 -"189773",30359,95189 -"189774",30359,115641 -"189775",30360,30387 -"189776",30362,32071 -"189777",30362,48625 -"189778",30362,66139 -"189779",30362,69174 -"189780",30362,96634 -"189781",30362,112636 -"189782",30365,30378 -"189783",30365,47473 -"189784",30365,47474 -"189785",30365,64063 -"189786",30365,77021 -"189787",30365,118694 -"189788",30365,118757 -"189789",30366,86867 -"189790",30368,52704 -"189791",30368,52710 -"189792",30368,62703 -"189793",30368,70836 -"189794",30368,77535 -"189795",30368,77853 -"189796",30368,79399 -"189797",30368,81997 -"189798",30368,85674 -"189799",30368,98011 -"189800",30369,40214 -"189801",30369,49801 -"189802",30369,52102 -"189803",30371,30372 -"189804",30373,30433 -"189805",30373,31522 -"189806",30373,31523 -"189807",30373,31647 -"189808",30373,31648 -"189809",30373,32155 -"189810",30373,32240 -"189811",30373,39701 -"189812",30373,49643 -"189813",30373,52525 -"189814",30373,59953 -"189815",30373,63644 -"189816",30373,74558 -"189817",30373,74653 -"189818",30373,75054 -"189819",30373,80974 -"189820",30373,107496 -"189821",30374,30414 -"189822",30374,30467 -"189823",30374,53866 -"189824",30374,69579 -"189825",30374,71049 -"189826",30374,76942 -"189827",30374,81001 -"189828",30374,88338 -"189829",30375,62425 -"189830",30376,82345 -"189831",30376,82750 -"189832",30377,30435 -"189833",30377,33240 -"189834",30377,57165 -"189835",30377,64174 -"189836",30377,64306 -"189837",30377,64412 -"189838",30377,77841 -"189839",30377,77979 -"189840",30377,87296 -"189841",30377,95754 -"189842",30377,96570 -"189843",30379,30747 -"189844",30379,40821 -"189845",30379,56688 -"189846",30379,62336 -"189847",30379,107782 -"189848",30379,108036 -"189849",30380,35135 -"189850",30380,42695 -"189851",30380,72520 -"189852",30380,96232 -"189853",30380,108052 -"189854",30380,118933 -"189855",30380,118934 -"189856",30381,34777 -"189857",30382,46070 -"189858",30382,64432 -"189859",30382,77629 -"189860",30382,79619 -"189861",30382,90378 -"189862",30383,57531 -"189863",30383,72339 -"189864",30383,75057 -"189865",30384,46133 -"189866",30384,47360 -"189867",30384,112636 -"189868",30385,38565 -"189869",30385,66004 -"189870",30385,66246 -"189871",30385,76063 -"189872",30385,80261 -"189873",30385,90785 -"189874",30385,90824 -"189875",30385,122674 -"189876",30386,39395 -"189877",30386,52895 -"189878",30386,62898 -"189879",30386,86256 -"189880",30387,57757 -"189881",30387,75653 -"189882",30388,31130 -"189883",30388,60406 -"189884",30388,77427 -"189885",30388,99251 -"189886",30388,109458 -"189887",30388,112885 -"189888",30389,46730 -"189889",30389,56813 -"189890",30390,30723 -"189891",30390,30776 -"189892",30392,82995 -"189893",30392,111911 -"189894",30393,70421 -"189895",30393,71789 -"189896",30393,74100 -"189897",30393,82429 -"189898",30394,76542 -"189899",30395,30418 -"189900",30395,88586 -"189901",30395,92374 -"189902",30395,107618 -"189903",30395,109893 -"189904",30395,110362 -"189905",30396,37363 -"189906",30396,57612 -"189907",30396,58648 -"189908",30396,59603 -"189909",30396,62356 -"189910",30396,63124 -"189911",30396,65400 -"189912",30396,73623 -"189913",30396,105950 -"189914",30396,110508 -"189915",30396,113237 -"189916",30396,119587 -"189917",30397,42324 -"189918",30397,82648 -"189919",30398,90810 -"189920",30399,30992 -"189921",30399,72335 -"189922",30399,85195 -"189923",30399,88363 -"189924",30399,91702 -"189925",30399,99162 -"189926",30399,99815 -"189927",30399,107792 -"189928",30399,121225 -"189929",30400,30425 -"189930",30401,38461 -"189931",30402,30725 -"189932",30402,40629 -"189933",30402,72794 -"189934",30402,91912 -"189935",30402,107657 -"189936",30403,33349 -"189937",30403,35783 -"189938",30403,65575 -"189939",30403,97138 -"189940",30403,103277 -"189941",30403,108888 -"189942",30403,109894 -"189943",30403,111112 -"189944",30403,123114 -"189945",30404,36108 -"189946",30404,62477 -"189947",30404,72426 -"189948",30404,79850 -"189949",30404,80088 -"189950",30404,88662 -"189951",30404,89286 -"189952",30404,91631 -"189953",30404,92416 -"189954",30404,93156 -"189955",30404,99217 -"189956",30404,100599 -"189957",30404,102229 -"189958",30405,45352 -"189959",30405,63939 -"189960",30405,81838 -"189961",30405,86849 -"189962",30405,93277 -"189963",30406,44037 -"189964",30406,84150 -"189965",30407,83099 -"189966",30408,30421 -"189967",30408,39181 -"189968",30408,39263 -"189969",30408,39314 -"189970",30408,39315 -"189971",30408,39316 -"189972",30408,44911 -"189973",30409,40358 -"189974",30411,35802 -"189975",30411,38782 -"189976",30411,40488 -"189977",30411,45397 -"189978",30411,57058 -"189979",30411,58254 -"189980",30411,58855 -"189981",30411,72957 -"189982",30411,74575 -"189983",30411,75025 -"189984",30411,100607 -"189985",30411,101067 -"189986",30411,101484 -"189987",30412,78253 -"189988",30413,47695 -"189989",30413,47723 -"189990",30413,47724 -"189991",30413,47758 -"189992",30413,51533 -"189993",30413,60401 -"189994",30414,76942 -"189995",30414,88338 -"189996",30414,90988 -"189997",30414,122166 -"189998",30415,33239 -"189999",30415,45633 -"190000",30415,47214 -"190001",30415,49144 -"190002",30415,55201 -"190003",30415,73775 -"190004",30416,32947 -"190005",30416,33239 -"190006",30416,34739 -"190007",30416,35302 -"190008",30416,38016 -"190009",30416,38376 -"190010",30416,50495 -"190011",30416,52441 -"190012",30416,57926 -"190013",30416,63409 -"190014",30416,63846 -"190015",30416,66664 -"190016",30416,70458 -"190017",30416,70459 -"190018",30416,73305 -"190019",30416,82965 -"190020",30416,88409 -"190021",30416,90765 -"190022",30416,90939 -"190023",30416,91905 -"190024",30416,101616 -"190025",30416,104280 -"190026",30416,107396 -"190027",30416,107891 -"190028",30416,112765 -"190029",30416,112767 -"190030",30417,47976 -"190031",30417,52444 -"190032",30418,40698 -"190033",30418,41169 -"190034",30418,46953 -"190035",30418,47423 -"190036",30418,50508 -"190037",30418,64503 -"190038",30418,78037 -"190039",30418,80519 -"190040",30418,89562 -"190041",30418,94572 -"190042",30418,104280 -"190043",30418,109695 -"190044",30418,109699 -"190045",30418,112884 -"190046",30419,41899 -"190047",30419,90296 -"190048",30420,31050 -"190049",30420,34160 -"190050",30420,36957 -"190051",30420,36978 -"190052",30420,45371 -"190053",30420,45372 -"190054",30420,45439 -"190055",30420,53196 -"190056",30421,39181 -"190057",30421,39263 -"190058",30421,39314 -"190059",30421,39315 -"190060",30421,39316 -"190061",30421,44911 -"190062",30422,39419 -"190063",30423,80741 -"190064",30425,104460 -"190065",30426,52698 -"190066",30426,57503 -"190067",30426,81293 -"190068",30430,38948 -"190069",30431,40490 -"190070",30432,96319 -"190071",30433,31522 -"190072",30433,31523 -"190073",30433,31647 -"190074",30433,31648 -"190075",30433,38606 -"190076",30433,42562 -"190077",30433,52889 -"190078",30433,68901 -"190079",30433,73040 -"190080",30433,81907 -"190081",30433,103825 -"190082",30434,92176 -"190083",30437,30449 -"190084",30437,30450 -"190085",30437,33326 -"190086",30438,31385 -"190087",30438,45715 -"190088",30438,52653 -"190089",30438,109383 -"190090",30440,31110 -"190091",30440,45325 -"190092",30440,72366 -"190093",30440,78787 -"190094",30440,81021 -"190095",30441,58226 -"190096",30441,71391 -"190097",30441,80523 -"190098",30441,96998 -"190099",30442,75955 -"190100",30443,31151 -"190101",30443,31243 -"190102",30443,31836 -"190103",30443,33604 -"190104",30443,34444 -"190105",30443,38837 -"190106",30443,39576 -"190107",30443,42747 -"190108",30443,46354 -"190109",30443,56966 -"190110",30443,59628 -"190111",30443,63753 -"190112",30443,64630 -"190113",30443,64667 -"190114",30443,67594 -"190115",30443,68156 -"190116",30443,68263 -"190117",30443,68319 -"190118",30443,69112 -"190119",30443,71906 -"190120",30444,34015 -"190121",30444,74365 -"190122",30444,105539 -"190123",30444,107202 -"190124",30445,38825 -"190125",30445,45623 -"190126",30445,46612 -"190127",30445,53278 -"190128",30445,58567 -"190129",30445,96816 -"190130",30445,112627 -"190131",30445,117368 -"190132",30445,121436 -"190133",30446,30447 -"190134",30446,35140 -"190135",30446,56899 -"190136",30446,74381 -"190137",30446,79249 -"190138",30448,30502 -"190139",30448,30722 -"190140",30448,34501 -"190141",30448,38239 -"190142",30448,68842 -"190143",30448,87278 -"190144",30449,30450 -"190145",30449,32148 -"190146",30449,36861 -"190147",30449,38417 -"190148",30450,41861 -"190149",30450,67664 -"190150",30451,49945 -"190151",30451,58872 -"190152",30451,60745 -"190153",30451,65296 -"190154",30451,69623 -"190155",30451,70800 -"190156",30451,74438 -"190157",30451,78090 -"190158",30451,99565 -"190159",30452,32055 -"190160",30452,32702 -"190161",30452,43695 -"190162",30452,71257 -"190163",30452,90267 -"190164",30454,35892 -"190165",30455,69219 -"190166",30456,31432 -"190167",30456,39706 -"190168",30456,40874 -"190169",30456,45115 -"190170",30456,54475 -"190171",30456,74588 -"190172",30457,57420 -"190173",30457,104840 -"190174",30458,103056 -"190175",30459,32448 -"190176",30459,50255 -"190177",30459,61560 -"190178",30459,68460 -"190179",30459,75505 -"190180",30459,80728 -"190181",30459,85481 -"190182",30459,88709 -"190183",30459,89685 -"190184",30459,99197 -"190185",30459,101642 -"190186",30459,123279 -"190187",30460,33045 -"190188",30460,52847 -"190189",30461,35040 -"190190",30461,53354 -"190191",30461,55822 -"190192",30461,107636 -"190193",30461,110236 -"190194",30461,110636 -"190195",30462,30464 -"190196",30462,36416 -"190197",30462,48802 -"190198",30462,54458 -"190199",30462,56107 -"190200",30462,75141 -"190201",30462,75470 -"190202",30462,101009 -"190203",30462,101161 -"190204",30462,105070 -"190205",30462,108960 -"190206",30463,36308 -"190207",30463,36362 -"190208",30463,45127 -"190209",30463,49644 -"190210",30463,50652 -"190211",30463,74167 -"190212",30463,78359 -"190213",30463,105759 -"190214",30463,107435 -"190215",30463,107908 -"190216",30463,107913 -"190217",30463,107924 -"190218",30463,107930 -"190219",30463,107978 -"190220",30465,55366 -"190221",30465,76979 -"190222",30465,92154 -"190223",30465,94655 -"190224",30465,99457 -"190225",30465,105088 -"190226",30466,62859 -"190227",30467,53866 -"190228",30467,71568 -"190229",30468,30775 -"190230",30468,31877 -"190231",30468,38096 -"190232",30469,33563 -"190233",30469,54495 -"190234",30469,54530 -"190235",30470,42925 -"190236",30470,48089 -"190237",30471,38009 -"190238",30471,41643 -"190239",30471,43507 -"190240",30471,45726 -"190241",30471,47271 -"190242",30471,52626 -"190243",30471,54278 -"190244",30471,63518 -"190245",30471,73138 -"190246",30471,75271 -"190247",30471,76047 -"190248",30471,78487 -"190249",30471,81030 -"190250",30471,81474 -"190251",30471,88309 -"190252",30471,91779 -"190253",30471,99534 -"190254",30471,99613 -"190255",30471,102535 -"190256",30471,106275 -"190257",30471,106280 -"190258",30471,106338 -"190259",30472,48955 -"190260",30472,56058 -"190261",30472,60266 -"190262",30472,60449 -"190263",30473,30474 -"190264",30473,40749 -"190265",30474,30871 -"190266",30474,52752 -"190267",30474,55502 -"190268",30474,67304 -"190269",30474,70748 -"190270",30474,72083 -"190271",30474,76551 -"190272",30474,78279 -"190273",30474,99610 -"190274",30474,102444 -"190275",30476,33250 -"190276",30476,66675 -"190277",30477,34043 -"190278",30477,34054 -"190279",30477,41629 -"190280",30477,45525 -"190281",30477,46730 -"190282",30477,58803 -"190283",30477,75024 -"190284",30477,77916 -"190285",30477,82681 -"190286",30479,40404 -"190287",30479,45494 -"190288",30479,51306 -"190289",30479,53554 -"190290",30479,56229 -"190291",30479,86669 -"190292",30479,113485 -"190293",30479,120239 -"190294",30480,97952 -"190295",30481,34553 -"190296",30481,35089 -"190297",30481,38851 -"190298",30481,79406 -"190299",30481,96611 -"190300",30481,102646 -"190301",30481,113815 -"190302",30481,115461 -"190303",30482,62613 -"190304",30482,88246 -"190305",30483,45607 -"190306",30483,56692 -"190307",30483,69003 -"190308",30484,36021 -"190309",30484,50487 -"190310",30484,66557 -"190311",30484,92419 -"190312",30485,43804 -"190313",30486,35706 -"190314",30486,47396 -"190315",30486,47595 -"190316",30486,59050 -"190317",30486,63669 -"190318",30486,86473 -"190319",30486,89577 -"190320",30486,93190 -"190321",30486,95178 -"190322",30486,110222 -"190323",30487,39839 -"190324",30487,71085 -"190325",30487,71621 -"190326",30488,31386 -"190327",30488,101970 -"190328",30488,122541 -"190329",30489,48313 -"190330",30490,49678 -"190331",30490,50219 -"190332",30490,87060 -"190333",30491,37108 -"190334",30492,33723 -"190335",30492,48963 -"190336",30492,58305 -"190337",30492,73264 -"190338",30492,84582 -"190339",30492,94053 -"190340",30492,95414 -"190341",30492,101818 -"190342",30492,120344 -"190343",30493,64310 -"190344",30494,31130 -"190345",30494,35281 -"190346",30494,50311 -"190347",30494,66843 -"190348",30494,67494 -"190349",30494,85736 -"190350",30494,91191 -"190351",30495,30496 -"190352",30495,30498 -"190353",30496,30498 -"190354",30499,51181 -"190355",30499,63666 -"190356",30499,79748 -"190357",30499,81452 -"190358",30500,82010 -"190359",30501,34055 -"190360",30501,42195 -"190361",30501,43473 -"190362",30501,58320 -"190363",30501,63029 -"190364",30501,79404 -"190365",30501,82761 -"190366",30501,87934 -"190367",30501,98003 -"190368",30501,100685 -"190369",30502,30722 -"190370",30502,34448 -"190371",30502,40577 -"190372",30502,78764 -"190373",30502,83929 -"190374",30503,30504 -"190375",30503,97195 -"190376",30504,39158 -"190377",30504,54003 -"190378",30504,60150 -"190379",30504,78758 -"190380",30504,80849 -"190381",30504,93154 -"190382",30504,93410 -"190383",30504,97195 -"190384",30504,98506 -"190385",30504,99146 -"190386",30506,33172 -"190387",30506,40893 -"190388",30506,48127 -"190389",30506,57703 -"190390",30506,60601 -"190391",30506,67623 -"190392",30506,74993 -"190393",30506,103658 -"190394",30507,31329 -"190395",30507,54181 -"190396",30507,59133 -"190397",30507,63252 -"190398",30507,96970 -"190399",30507,111229 -"190400",30507,118461 -"190401",30508,31128 -"190402",30509,30510 -"190403",30509,30548 -"190404",30509,31303 -"190405",30509,31304 -"190406",30510,30548 -"190407",30510,31303 -"190408",30510,31304 -"190409",30510,35477 -"190410",30510,37896 -"190411",30510,42786 -"190412",30510,45127 -"190413",30510,50887 -"190414",30510,54258 -"190415",30510,66481 -"190416",30511,30572 -"190417",30512,30551 -"190418",30512,30692 -"190419",30512,51328 -"190420",30512,70338 -"190421",30512,86016 -"190422",30513,33257 -"190423",30513,33595 -"190424",30513,42196 -"190425",30513,59562 -"190426",30513,70243 -"190427",30513,77648 -"190428",30513,79148 -"190429",30513,81816 -"190430",30513,102358 -"190431",30514,30635 -"190432",30514,30637 -"190433",30514,98006 -"190434",30514,98110 -"190435",30514,119930 -"190436",30515,37247 -"190437",30516,30680 -"190438",30517,30716 -"190439",30518,31211 -"190440",30518,81461 -"190441",30518,95797 -"190442",30518,100961 -"190443",30518,109029 -"190444",30518,109031 -"190445",30518,110853 -"190446",30519,33367 -"190447",30519,41528 -"190448",30519,80056 -"190449",30519,80091 -"190450",30520,30709 -"190451",30520,36807 -"190452",30520,37039 -"190453",30520,37517 -"190454",30520,55641 -"190455",30520,60661 -"190456",30520,69697 -"190457",30520,70638 -"190458",30521,30985 -"190459",30521,77345 -"190460",30521,103085 -"190461",30523,31895 -"190462",30523,75906 -"190463",30523,89243 -"190464",30524,51184 -"190465",30525,33405 -"190466",30525,36724 -"190467",30525,39800 -"190468",30525,41958 -"190469",30525,45357 -"190470",30525,55829 -"190471",30525,58090 -"190472",30525,79451 -"190473",30525,90578 -"190474",30526,56313 -"190475",30526,56323 -"190476",30526,66467 -"190477",30526,70175 -"190478",30526,82963 -"190479",30526,82970 -"190480",30526,84381 -"190481",30526,84407 -"190482",30527,32195 -"190483",30528,91658 -"190484",30528,117855 -"190485",30528,118069 -"190486",30528,118078 -"190487",30530,60805 -"190488",30532,101905 -"190489",30533,32621 -"190490",30533,32853 -"190491",30533,37170 -"190492",30533,45036 -"190493",30533,45065 -"190494",30533,45108 -"190495",30533,45117 -"190496",30533,45118 -"190497",30533,49756 -"190498",30533,49817 -"190499",30533,51024 -"190500",30535,30624 -"190501",30535,30670 -"190502",30535,100110 -"190503",30535,104525 -"190504",30536,77959 -"190505",30537,30644 -"190506",30537,87752 -"190507",30537,89224 -"190508",30537,89637 -"190509",30537,108683 -"190510",30537,111304 -"190511",30537,117954 -"190512",30538,33181 -"190513",30538,54940 -"190514",30538,56302 -"190515",30538,56326 -"190516",30538,56327 -"190517",30539,40785 -"190518",30539,66318 -"190519",30540,46814 -"190520",30541,32355 -"190521",30541,34818 -"190522",30541,36724 -"190523",30541,37320 -"190524",30541,45404 -"190525",30541,77513 -"190526",30541,85396 -"190527",30541,91849 -"190528",30541,122985 -"190529",30543,41510 -"190530",30543,72452 -"190531",30543,73324 -"190532",30544,47033 -"190533",30544,73578 -"190534",30544,84883 -"190535",30544,101256 -"190536",30544,105780 -"190537",30545,40017 -"190538",30545,40182 -"190539",30545,72118 -"190540",30545,88619 -"190541",30545,96245 -"190542",30546,30583 -"190543",30546,31798 -"190544",30546,33886 -"190545",30546,34375 -"190546",30546,34481 -"190547",30548,31303 -"190548",30548,31304 -"190549",30548,38167 -"190550",30549,30720 -"190551",30549,81930 -"190552",30549,84795 -"190553",30549,91227 -"190554",30549,93563 -"190555",30551,30692 -"190556",30551,53495 -"190557",30551,71883 -"190558",30551,113420 -"190559",30552,30695 -"190560",30552,44856 -"190561",30552,62450 -"190562",30552,80868 -"190563",30552,88230 -"190564",30552,89827 -"190565",30552,91824 -"190566",30552,100336 -"190567",30552,100621 -"190568",30552,103996 -"190569",30553,40667 -"190570",30554,36451 -"190571",30554,45183 -"190572",30554,47347 -"190573",30554,51084 -"190574",30554,96743 -"190575",30554,116416 -"190576",30555,31038 -"190577",30555,31560 -"190578",30555,32794 -"190579",30555,33558 -"190580",30555,35702 -"190581",30555,58531 -"190582",30555,59242 -"190583",30555,61402 -"190584",30556,95611 -"190585",30557,46732 -"190586",30557,54178 -"190587",30557,55071 -"190588",30557,59109 -"190589",30557,59221 -"190590",30557,59384 -"190591",30557,66976 -"190592",30558,30825 -"190593",30558,32734 -"190594",30558,57617 -"190595",30558,64402 -"190596",30558,64403 -"190597",30558,68060 -"190598",30559,75598 -"190599",30560,30653 -"190600",30560,46770 -"190601",30561,37574 -"190602",30562,61469 -"190603",30562,76421 -"190604",30562,87884 -"190605",30562,102129 -"190606",30562,104690 -"190607",30562,123346 -"190608",30564,35673 -"190609",30564,36197 -"190610",30564,36422 -"190611",30564,39079 -"190612",30564,39294 -"190613",30564,39301 -"190614",30564,42863 -"190615",30564,45684 -"190616",30564,46173 -"190617",30564,46196 -"190618",30564,52136 -"190619",30564,54551 -"190620",30564,54556 -"190621",30564,56082 -"190622",30564,57414 -"190623",30564,65972 -"190624",30564,71079 -"190625",30564,76284 -"190626",30564,77839 -"190627",30564,79082 -"190628",30564,91184 -"190629",30564,91924 -"190630",30564,94480 -"190631",30564,97295 -"190632",30564,103193 -"190633",30565,33895 -"190634",30566,31180 -"190635",30566,31281 -"190636",30566,60822 -"190637",30566,64729 -"190638",30567,38433 -"190639",30567,46433 -"190640",30567,53343 -"190641",30567,55108 -"190642",30567,55162 -"190643",30567,76428 -"190644",30567,83431 -"190645",30568,36153 -"190646",30568,56746 -"190647",30569,42773 -"190648",30569,51472 -"190649",30569,53249 -"190650",30569,77719 -"190651",30569,78277 -"190652",30569,79938 -"190653",30569,90649 -"190654",30569,90721 -"190655",30569,92021 -"190656",30569,101133 -"190657",30569,109726 -"190658",30571,34166 -"190659",30571,39335 -"190660",30572,48898 -"190661",30572,62175 -"190662",30573,30707 -"190663",30574,30588 -"190664",30575,30627 -"190665",30575,31544 -"190666",30576,63926 -"190667",30576,77227 -"190668",30576,102819 -"190669",30577,101726 -"190670",30578,30822 -"190671",30578,31679 -"190672",30578,68390 -"190673",30578,84000 -"190674",30578,84023 -"190675",30579,37977 -"190676",30579,38435 -"190677",30579,38459 -"190678",30579,38530 -"190679",30579,38969 -"190680",30579,53197 -"190681",30580,51259 -"190682",30580,69019 -"190683",30580,71387 -"190684",30580,78632 -"190685",30580,99108 -"190686",30580,104790 -"190687",30581,32654 -"190688",30581,36792 -"190689",30582,41096 -"190690",30583,30660 -"190691",30583,34375 -"190692",30583,34481 -"190693",30584,30585 -"190694",30584,36420 -"190695",30584,38785 -"190696",30584,39589 -"190697",30584,55875 -"190698",30584,67039 -"190699",30584,84533 -"190700",30584,88932 -"190701",30584,94765 -"190702",30584,99332 -"190703",30584,112915 -"190704",30584,119992 -"190705",30585,38861 -"190706",30585,41695 -"190707",30585,45859 -"190708",30585,62225 -"190709",30586,36797 -"190710",30586,38087 -"190711",30586,38109 -"190712",30586,40338 -"190713",30586,46484 -"190714",30586,49776 -"190715",30586,50509 -"190716",30586,54777 -"190717",30586,55165 -"190718",30586,68423 -"190719",30586,101893 -"190720",30587,30687 -"190721",30589,31361 -"190722",30590,35943 -"190723",30590,36089 -"190724",30590,37472 -"190725",30590,42999 -"190726",30590,46297 -"190727",30590,50927 -"190728",30590,53453 -"190729",30590,70233 -"190730",30590,85421 -"190731",30590,86673 -"190732",30590,88553 -"190733",30590,99265 -"190734",30590,102226 -"190735",30590,103205 -"190736",30590,103277 -"190737",30590,119288 -"190738",30590,122370 -"190739",30590,122380 -"190740",30590,123380 -"190741",30591,48784 -"190742",30591,52069 -"190743",30591,54763 -"190744",30592,72956 -"190745",30592,93315 -"190746",30593,36884 -"190747",30593,55091 -"190748",30594,30642 -"190749",30594,31319 -"190750",30594,31320 -"190751",30594,82533 -"190752",30594,87753 -"190753",30595,82815 -"190754",30595,89723 -"190755",30595,93218 -"190756",30595,112304 -"190757",30597,37839 -"190758",30597,47498 -"190759",30597,62500 -"190760",30597,70372 -"190761",30597,110725 -"190762",30597,111394 -"190763",30598,72273 -"190764",30598,76294 -"190765",30598,82069 -"190766",30598,104264 -"190767",30598,110619 -"190768",30599,31309 -"190769",30600,33173 -"190770",30600,45658 -"190771",30600,101697 -"190772",30600,101895 -"190773",30600,101907 -"190774",30601,33647 -"190775",30601,121264 -"190776",30602,80185 -"190777",30602,80190 -"190778",30602,80216 -"190779",30602,96164 -"190780",30602,98946 -"190781",30603,40215 -"190782",30603,88735 -"190783",30603,88743 -"190784",30603,88748 -"190785",30604,96643 -"190786",30605,65803 -"190787",30605,67895 -"190788",30605,96704 -"190789",30606,66680 -"190790",30606,88762 -"190791",30606,88845 -"190792",30607,89104 -"190793",30608,55583 -"190794",30609,32035 -"190795",30609,38639 -"190796",30609,42490 -"190797",30609,46050 -"190798",30609,52801 -"190799",30609,59177 -"190800",30609,60100 -"190801",30609,62781 -"190802",30609,98573 -"190803",30610,33126 -"190804",30610,41116 -"190805",30610,47452 -"190806",30610,48527 -"190807",30610,49488 -"190808",30610,55783 -"190809",30610,60484 -"190810",30610,70647 -"190811",30611,78905 -"190812",30611,80308 -"190813",30611,86973 -"190814",30611,89758 -"190815",30611,89801 -"190816",30611,93631 -"190817",30611,94410 -"190818",30611,101784 -"190819",30612,37094 -"190820",30612,52845 -"190821",30612,53033 -"190822",30612,65481 -"190823",30612,65516 -"190824",30612,113298 -"190825",30613,34874 -"190826",30613,49434 -"190827",30613,49949 -"190828",30613,50022 -"190829",30613,83857 -"190830",30614,30615 -"190831",30614,33826 -"190832",30615,52843 -"190833",30616,73035 -"190834",30617,31545 -"190835",30617,42997 -"190836",30617,51801 -"190837",30617,64595 -"190838",30617,79889 -"190839",30617,79919 -"190840",30617,79920 -"190841",30617,79953 -"190842",30617,79969 -"190843",30618,58113 -"190844",30618,74964 -"190845",30619,33389 -"190846",30619,33440 -"190847",30619,34144 -"190848",30619,38538 -"190849",30619,47314 -"190850",30619,51458 -"190851",30619,51704 -"190852",30619,65004 -"190853",30619,70423 -"190854",30619,88561 -"190855",30619,109355 -"190856",30619,120719 -"190857",30620,97143 -"190858",30621,34577 -"190859",30621,45222 -"190860",30621,69661 -"190861",30621,84293 -"190862",30621,98615 -"190863",30621,111635 -"190864",30622,30665 -"190865",30622,30697 -"190866",30622,66129 -"190867",30622,72129 -"190868",30622,76561 -"190869",30623,44452 -"190870",30623,88649 -"190871",30623,91030 -"190872",30624,100110 -"190873",30624,104525 -"190874",30626,31655 -"190875",30626,38694 -"190876",30626,38786 -"190877",30626,40028 -"190878",30626,41962 -"190879",30626,56082 -"190880",30626,62041 -"190881",30627,31544 -"190882",30627,71128 -"190883",30627,100252 -"190884",30627,104433 -"190885",30628,31080 -"190886",30628,92493 -"190887",30629,30632 -"190888",30629,99437 -"190889",30629,99461 -"190890",30630,30675 -"190891",30631,52095 -"190892",30631,52893 -"190893",30631,66689 -"190894",30631,73199 -"190895",30631,99891 -"190896",30631,113150 -"190897",30632,87071 -"190898",30633,31916 -"190899",30633,49144 -"190900",30634,30691 -"190901",30634,89212 -"190902",30635,30637 -"190903",30636,34314 -"190904",30636,34653 -"190905",30636,40951 -"190906",30636,42188 -"190907",30636,42748 -"190908",30636,44198 -"190909",30636,58221 -"190910",30636,59303 -"190911",30636,59699 -"190912",30636,60085 -"190913",30636,78332 -"190914",30638,43046 -"190915",30638,49396 -"190916",30638,56163 -"190917",30638,59326 -"190918",30638,70988 -"190919",30638,72957 -"190920",30638,75633 -"190921",30638,76012 -"190922",30638,79529 -"190923",30638,80500 -"190924",30638,80978 -"190925",30638,91517 -"190926",30638,94762 -"190927",30638,96513 -"190928",30638,103201 -"190929",30638,103412 -"190930",30638,106280 -"190931",30638,107597 -"190932",30638,107608 -"190933",30639,31939 -"190934",30639,40646 -"190935",30639,43485 -"190936",30639,48435 -"190937",30639,53333 -"190938",30640,37606 -"190939",30640,41209 -"190940",30641,56744 -"190941",30641,76831 -"190942",30641,111807 -"190943",30642,31319 -"190944",30642,31320 -"190945",30642,37050 -"190946",30643,74353 -"190947",30643,75943 -"190948",30644,62753 -"190949",30644,94064 -"190950",30644,103441 -"190951",30644,105670 -"190952",30645,33629 -"190953",30645,37212 -"190954",30645,54466 -"190955",30645,79323 -"190956",30645,93871 -"190957",30646,30647 -"190958",30646,30683 -"190959",30646,34664 -"190960",30646,51825 -"190961",30646,70435 -"190962",30647,30683 -"190963",30647,52277 -"190964",30647,75780 -"190965",30648,31195 -"190966",30648,31691 -"190967",30648,46816 -"190968",30648,85212 -"190969",30648,86129 -"190970",30649,55716 -"190971",30649,94673 -"190972",30650,36097 -"190973",30650,39276 -"190974",30650,40716 -"190975",30650,42659 -"190976",30650,43499 -"190977",30650,44037 -"190978",30650,49392 -"190979",30650,52313 -"190980",30650,54186 -"190981",30650,57147 -"190982",30650,57549 -"190983",30650,60001 -"190984",30650,61957 -"190985",30650,63062 -"190986",30650,63086 -"190987",30650,63087 -"190988",30650,63098 -"190989",30650,63106 -"190990",30650,63118 -"190991",30650,63128 -"190992",30650,63136 -"190993",30650,63137 -"190994",30650,63144 -"190995",30650,70284 -"190996",30650,70444 -"190997",30650,70600 -"190998",30650,103452 -"190999",30651,43657 -"191000",30651,50880 -"191001",30651,55366 -"191002",30651,67913 -"191003",30651,89342 -"191004",30651,99457 -"191005",30651,118525 -"191006",30651,119176 -"191007",30652,43518 -"191008",30652,73302 -"191009",30652,91582 -"191010",30652,100133 -"191011",30652,102593 -"191012",30653,46770 -"191013",30654,37375 -"191014",30655,39167 -"191015",30655,44679 -"191016",30655,57853 -"191017",30655,63314 -"191018",30655,74180 -"191019",30655,88379 -"191020",30655,98407 -"191021",30655,98426 -"191022",30655,98431 -"191023",30655,99620 -"191024",30655,109109 -"191025",30655,113253 -"191026",30655,122700 -"191027",30656,31240 -"191028",30656,57131 -"191029",30656,63321 -"191030",30658,36942 -"191031",30661,40895 -"191032",30661,60044 -"191033",30661,62906 -"191034",30661,70671 -"191035",30661,71674 -"191036",30661,79841 -"191037",30661,91933 -"191038",30662,41339 -"191039",30662,99167 -"191040",30663,71478 -"191041",30663,78502 -"191042",30663,89869 -"191043",30663,101970 -"191044",30664,30682 -"191045",30664,67286 -"191046",30664,79475 -"191047",30664,93183 -"191048",30664,108047 -"191049",30665,30697 -"191050",30665,66129 -"191051",30665,69009 -"191052",30665,72129 -"191053",30665,81537 -"191054",30666,42837 -"191055",30666,69767 -"191056",30667,40538 -"191057",30667,43507 -"191058",30667,72546 -"191059",30668,30669 -"191060",30668,31410 -"191061",30668,31435 -"191062",30668,31449 -"191063",30668,31506 -"191064",30668,37697 -"191065",30668,48757 -"191066",30669,31410 -"191067",30669,31435 -"191068",30669,31449 -"191069",30669,31506 -"191070",30669,36557 -"191071",30669,37652 -"191072",30669,68872 -"191073",30669,87636 -"191074",30672,50946 -"191075",30672,65063 -"191076",30672,73848 -"191077",30672,80396 -"191078",30672,102483 -"191079",30672,104239 -"191080",30673,34314 -"191081",30673,37329 -"191082",30673,56675 -"191083",30673,57528 -"191084",30673,58760 -"191085",30673,79364 -"191086",30673,90845 -"191087",30673,106342 -"191088",30674,73133 -"191089",30674,89042 -"191090",30674,106212 -"191091",30675,42572 -"191092",30675,87871 -"191093",30676,109784 -"191094",30677,30712 -"191095",30678,35766 -"191096",30678,54032 -"191097",30678,71987 -"191098",30678,84186 -"191099",30679,31434 -"191100",30680,42552 -"191101",30680,61379 -"191102",30680,69889 -"191103",30680,69891 -"191104",30680,69919 -"191105",30681,65292 -"191106",30682,75714 -"191107",30682,91686 -"191108",30683,31981 -"191109",30684,55403 -"191110",30684,55771 -"191111",30684,64116 -"191112",30684,109668 -"191113",30686,30693 -"191114",30686,30706 -"191115",30686,34357 -"191116",30686,35493 -"191117",30686,40218 -"191118",30686,50076 -"191119",30686,88160 -"191120",30686,95244 -"191121",30686,95577 -"191122",30687,62992 -"191123",30688,38742 -"191124",30688,70804 -"191125",30688,72325 -"191126",30688,91150 -"191127",30688,99875 -"191128",30688,111213 -"191129",30688,112723 -"191130",30688,117917 -"191131",30690,54835 -"191132",30690,54836 -"191133",30692,82142 -"191134",30693,30706 -"191135",30694,36274 -"191136",30694,40685 -"191137",30694,42859 -"191138",30694,48966 -"191139",30694,51229 -"191140",30694,64803 -"191141",30694,73700 -"191142",30694,77167 -"191143",30694,85643 -"191144",30694,93537 -"191145",30694,119241 -"191146",30694,119271 -"191147",30695,49577 -"191148",30695,61766 -"191149",30696,113409 -"191150",30696,113410 -"191151",30697,31525 -"191152",30697,32190 -"191153",30697,32294 -"191154",30697,42895 -"191155",30697,52231 -"191156",30697,76561 -"191157",30697,76863 -"191158",30698,30708 -"191159",30698,55438 -"191160",30698,65958 -"191161",30698,65977 -"191162",30699,48664 -"191163",30699,59210 -"191164",30699,70463 -"191165",30699,92127 -"191166",30699,121313 -"191167",30700,34154 -"191168",30700,41382 -"191169",30701,60035 -"191170",30701,81591 -"191171",30701,87410 -"191172",30702,74874 -"191173",30702,95775 -"191174",30703,97695 -"191175",30704,32759 -"191176",30704,33339 -"191177",30704,38230 -"191178",30704,44862 -"191179",30704,46725 -"191180",30704,59204 -"191181",30704,108407 -"191182",30704,119967 -"191183",30707,66783 -"191184",30708,41660 -"191185",30709,47017 -"191186",30709,54350 -"191187",30709,54439 -"191188",30709,66746 -"191189",30710,30711 -"191190",30710,38204 -"191191",30710,39627 -"191192",30710,52011 -"191193",30710,53502 -"191194",30710,56455 -"191195",30710,64630 -"191196",30710,68803 -"191197",30710,87480 -"191198",30710,92144 -"191199",30711,100796 -"191200",30712,32765 -"191201",30713,31194 -"191202",30714,31273 -"191203",30714,32357 -"191204",30714,53377 -"191205",30714,114198 -"191206",30715,96609 -"191207",30716,47260 -"191208",30717,120060 -"191209",30717,120134 -"191210",30718,30728 -"191211",30718,31990 -"191212",30718,35106 -"191213",30718,37786 -"191214",30718,37801 -"191215",30718,40575 -"191216",30718,44294 -"191217",30718,44307 -"191218",30718,44312 -"191219",30718,44388 -"191220",30718,44408 -"191221",30718,44421 -"191222",30718,44479 -"191223",30718,44505 -"191224",30718,44507 -"191225",30719,48222 -"191226",30720,84025 -"191227",30720,85149 -"191228",30721,30874 -"191229",30721,34033 -"191230",30721,34831 -"191231",30721,36187 -"191232",30721,42529 -"191233",30721,46668 -"191234",30721,68823 -"191235",30721,73553 -"191236",30721,78890 -"191237",30721,95106 -"191238",30721,96259 -"191239",30721,108970 -"191240",30721,109978 -"191241",30723,30776 -"191242",30724,112087 -"191243",30726,85039 -"191244",30727,30840 -"191245",30728,31990 -"191246",30728,37786 -"191247",30728,37801 -"191248",30728,44294 -"191249",30728,44307 -"191250",30728,44312 -"191251",30728,44388 -"191252",30728,44408 -"191253",30728,44421 -"191254",30728,44479 -"191255",30728,44505 -"191256",30728,44507 -"191257",30728,65054 -"191258",30729,39107 -"191259",30729,96910 -"191260",30729,103740 -"191261",30729,112786 -"191262",30730,30789 -"191263",30730,55535 -"191264",30730,55892 -"191265",30730,81289 -"191266",30730,91755 -"191267",30730,100928 -"191268",30731,42217 -"191269",30731,44864 -"191270",30731,50032 -"191271",30731,57090 -"191272",30731,73891 -"191273",30731,74165 -"191274",30731,81807 -"191275",30731,90364 -"191276",30731,92199 -"191277",30731,99214 -"191278",30731,113364 -"191279",30733,30781 -"191280",30733,30982 -"191281",30733,31035 -"191282",30733,96457 -"191283",30734,30886 -"191284",30734,37342 -"191285",30734,45673 -"191286",30734,55546 -"191287",30734,57394 -"191288",30735,40285 -"191289",30735,51001 -"191290",30735,93903 -"191291",30736,30748 -"191292",30736,30792 -"191293",30736,30851 -"191294",30736,48601 -"191295",30737,40589 -"191296",30737,52587 -"191297",30737,52735 -"191298",30737,71911 -"191299",30737,73862 -"191300",30738,86354 -"191301",30738,116220 -"191302",30739,58282 -"191303",30739,86500 -"191304",30740,42838 -"191305",30740,42949 -"191306",30741,30833 -"191307",30742,33565 -"191308",30742,65089 -"191309",30743,114742 -"191310",30744,30797 -"191311",30744,30799 -"191312",30744,107552 -"191313",30746,90886 -"191314",30746,110663 -"191315",30747,30803 -"191316",30747,30849 -"191317",30747,32001 -"191318",30748,30792 -"191319",30748,30851 -"191320",30749,45343 -"191321",30749,51410 -"191322",30749,51654 -"191323",30749,53399 -"191324",30749,62217 -"191325",30749,62708 -"191326",30749,88049 -"191327",30749,94850 -"191328",30749,105301 -"191329",30749,120032 -"191330",30749,121010 -"191331",30749,123223 -"191332",30749,123230 -"191333",30750,30987 -"191334",30751,62736 -"191335",30751,67150 -"191336",30751,74191 -"191337",30751,85950 -"191338",30752,48795 -"191339",30752,76225 -"191340",30752,89243 -"191341",30752,107932 -"191342",30753,30754 -"191343",30753,112940 -"191344",30754,50187 -"191345",30754,91597 -"191346",30755,66734 -"191347",30755,66754 -"191348",30755,66755 -"191349",30755,66767 -"191350",30755,98994 -"191351",30756,36346 -"191352",30756,61314 -"191353",30756,111693 -"191354",30756,113000 -"191355",30757,31326 -"191356",30757,35183 -"191357",30757,41297 -"191358",30757,49077 -"191359",30757,49079 -"191360",30757,51287 -"191361",30757,54477 -"191362",30757,56200 -"191363",30757,68335 -"191364",30757,81329 -"191365",30757,82088 -"191366",30757,83976 -"191367",30757,88865 -"191368",30757,94220 -"191369",30758,31367 -"191370",30758,47364 -"191371",30758,48955 -"191372",30758,53739 -"191373",30758,59975 -"191374",30759,53748 -"191375",30759,79724 -"191376",30759,81310 -"191377",30759,90658 -"191378",30759,99222 -"191379",30759,108845 -"191380",30760,30815 -"191381",30760,37100 -"191382",30761,63513 -"191383",30761,71463 -"191384",30762,46158 -"191385",30763,31002 -"191386",30763,35459 -"191387",30763,37934 -"191388",30763,43479 -"191389",30763,47569 -"191390",30763,50403 -"191391",30763,60385 -"191392",30763,73016 -"191393",30763,77506 -"191394",30763,83855 -"191395",30763,87720 -"191396",30763,102221 -"191397",30763,111405 -"191398",30764,34605 -"191399",30764,56606 -"191400",30765,70138 -"191401",30767,38532 -"191402",30767,64597 -"191403",30769,35001 -"191404",30769,36078 -"191405",30769,53128 -"191406",30769,63917 -"191407",30769,65697 -"191408",30769,76809 -"191409",30769,86079 -"191410",30770,30773 -"191411",30770,30924 -"191412",30770,56416 -"191413",30770,59975 -"191414",30771,30772 -"191415",30771,30861 -"191416",30772,30861 -"191417",30773,30924 -"191418",30773,40169 -"191419",30774,30926 -"191420",30774,33236 -"191421",30774,59234 -"191422",30777,44387 -"191423",30777,49017 -"191424",30777,70688 -"191425",30777,70733 -"191426",30778,30952 -"191427",30778,50722 -"191428",30779,49833 -"191429",30779,73841 -"191430",30779,83153 -"191431",30780,73933 -"191432",30780,74471 -"191433",30781,40202 -"191434",30782,41412 -"191435",30784,89688 -"191436",30784,89732 -"191437",30784,118325 -"191438",30785,80126 -"191439",30785,86076 -"191440",30786,30787 -"191441",30786,60208 -"191442",30786,69565 -"191443",30786,78454 -"191444",30786,82309 -"191445",30786,91275 -"191446",30786,93114 -"191447",30787,81818 -"191448",30787,84708 -"191449",30789,55535 -"191450",30789,60229 -"191451",30789,81289 -"191452",30789,91698 -"191453",30789,91755 -"191454",30790,31156 -"191455",30790,33513 -"191456",30790,37531 -"191457",30790,40466 -"191458",30790,41812 -"191459",30790,43119 -"191460",30790,65212 -"191461",30790,85008 -"191462",30791,50918 -"191463",30791,69363 -"191464",30792,30851 -"191465",30793,37853 -"191466",30793,38206 -"191467",30793,38291 -"191468",30793,38338 -"191469",30794,41252 -"191470",30794,57169 -"191471",30794,81499 -"191472",30794,100260 -"191473",30795,39068 -"191474",30795,39076 -"191475",30795,42524 -"191476",30795,52559 -"191477",30795,54609 -"191478",30795,69754 -"191479",30795,77409 -"191480",30795,88906 -"191481",30795,89819 -"191482",30795,89997 -"191483",30795,108547 -"191484",30796,41113 -"191485",30796,60349 -"191486",30797,30799 -"191487",30798,55298 -"191488",30798,61242 -"191489",30798,63374 -"191490",30798,73168 -"191491",30798,76075 -"191492",30798,83218 -"191493",30799,35413 -"191494",30801,67484 -"191495",30802,32392 -"191496",30802,39546 -"191497",30802,40490 -"191498",30802,41699 -"191499",30802,42149 -"191500",30802,43443 -"191501",30802,47492 -"191502",30802,47984 -"191503",30802,55570 -"191504",30802,66428 -"191505",30802,67963 -"191506",30803,30849 -"191507",30803,31341 -"191508",30803,31478 -"191509",30803,38433 -"191510",30803,49483 -"191511",30803,49548 -"191512",30803,65679 -"191513",30803,70382 -"191514",30803,76275 -"191515",30803,93543 -"191516",30803,93603 -"191517",30804,41421 -"191518",30804,45102 -"191519",30804,50550 -"191520",30804,70348 -"191521",30804,93609 -"191522",30805,30897 -"191523",30805,50306 -"191524",30805,57275 -"191525",30805,102323 -"191526",30805,102335 -"191527",30806,62633 -"191528",30806,116753 -"191529",30807,33781 -"191530",30807,35902 -"191531",30807,54938 -"191532",30807,54975 -"191533",30808,74316 -"191534",30809,37711 -"191535",30809,75393 -"191536",30809,102911 -"191537",30810,35605 -"191538",30810,43258 -"191539",30810,77919 -"191540",30810,99420 -"191541",30811,33363 -"191542",30811,39340 -"191543",30811,56087 -"191544",30811,64403 -"191545",30811,67913 -"191546",30811,71089 -"191547",30811,78844 -"191548",30811,78845 -"191549",30811,78846 -"191550",30811,80412 -"191551",30811,87184 -"191552",30811,87207 -"191553",30811,87232 -"191554",30811,111970 -"191555",30811,112860 -"191556",30812,42845 -"191557",30812,54559 -"191558",30813,73628 -"191559",30814,32595 -"191560",30814,42677 -"191561",30814,85936 -"191562",30814,107227 -"191563",30815,46661 -"191564",30815,52994 -"191565",30815,58111 -"191566",30815,61478 -"191567",30816,30830 -"191568",30816,75774 -"191569",30817,50121 -"191570",30817,51299 -"191571",30817,90802 -"191572",30817,105616 -"191573",30818,36755 -"191574",30819,45013 -"191575",30819,74512 -"191576",30819,82971 -"191577",30819,93442 -"191578",30819,93480 -"191579",30820,31697 -"191580",30820,75491 -"191581",30821,39169 -"191582",30821,63195 -"191583",30821,95458 -"191584",30821,118295 -"191585",30821,118722 -"191586",30821,118723 -"191587",30823,62714 -"191588",30823,113343 -"191589",30824,32141 -"191590",30826,32141 -"191591",30827,30850 -"191592",30827,40146 -"191593",30827,42216 -"191594",30827,46023 -"191595",30827,46717 -"191596",30827,55084 -"191597",30827,103113 -"191598",30828,42804 -"191599",30828,49237 -"191600",30829,33188 -"191601",30829,67971 -"191602",30829,95479 -"191603",30830,33094 -"191604",30830,34055 -"191605",30830,34072 -"191606",30830,34121 -"191607",30830,44176 -"191608",30830,48248 -"191609",30831,97076 -"191610",30832,83832 -"191611",30834,30862 -"191612",30834,85702 -"191613",30835,38885 -"191614",30835,44156 -"191615",30835,47197 -"191616",30835,47931 -"191617",30835,59573 -"191618",30835,60472 -"191619",30836,48965 -"191620",30837,43973 -"191621",30837,68516 -"191622",30837,98880 -"191623",30838,31669 -"191624",30838,68022 -"191625",30838,71007 -"191626",30838,71042 -"191627",30838,73667 -"191628",30838,83897 -"191629",30838,86679 -"191630",30838,93496 -"191631",30838,100266 -"191632",30838,100489 -"191633",30838,101593 -"191634",30838,107871 -"191635",30838,123005 -"191636",30839,31420 -"191637",30839,74631 -"191638",30839,76845 -"191639",30841,39369 -"191640",30842,31176 -"191641",30842,43856 -"191642",30842,82546 -"191643",30844,42644 -"191644",30845,54375 -"191645",30845,115038 -"191646",30846,32674 -"191647",30846,39177 -"191648",30846,63887 -"191649",30847,40309 -"191650",30847,60808 -"191651",30847,61167 -"191652",30847,65934 -"191653",30849,32265 -"191654",30849,39092 -"191655",30849,59660 -"191656",30850,43404 -"191657",30850,44021 -"191658",30850,55084 -"191659",30850,56026 -"191660",30850,75692 -"191661",30850,88063 -"191662",30850,88070 -"191663",30851,48601 -"191664",30852,37246 -"191665",30852,53920 -"191666",30852,62116 -"191667",30852,63326 -"191668",30853,30915 -"191669",30853,41899 -"191670",30853,63998 -"191671",30853,114282 -"191672",30854,57631 -"191673",30854,62690 -"191674",30854,70341 -"191675",30854,73201 -"191676",30854,87752 -"191677",30854,93373 -"191678",30854,94025 -"191679",30854,110996 -"191680",30855,46726 -"191681",30855,48068 -"191682",30855,61058 -"191683",30856,111049 -"191684",30856,122239 -"191685",30857,117064 -"191686",30858,31986 -"191687",30858,33811 -"191688",30858,38896 -"191689",30858,44817 -"191690",30858,46083 -"191691",30858,54603 -"191692",30859,115014 -"191693",30860,32765 -"191694",30860,46951 -"191695",30860,48667 -"191696",30860,54270 -"191697",30860,68628 -"191698",30863,30892 -"191699",30863,31377 -"191700",30863,38935 -"191701",30863,40452 -"191702",30863,98921 -"191703",30863,99134 -"191704",30863,114779 -"191705",30864,78277 -"191706",30864,120321 -"191707",30865,32340 -"191708",30865,38100 -"191709",30865,41960 -"191710",30865,42200 -"191711",30865,51075 -"191712",30865,62505 -"191713",30865,64146 -"191714",30865,69286 -"191715",30865,75282 -"191716",30865,75484 -"191717",30865,83729 -"191718",30865,92904 -"191719",30865,95204 -"191720",30865,109634 -"191721",30865,118254 -"191722",30866,31700 -"191723",30866,32109 -"191724",30866,32361 -"191725",30866,32988 -"191726",30866,33275 -"191727",30866,33883 -"191728",30866,36286 -"191729",30866,36767 -"191730",30866,37937 -"191731",30866,40419 -"191732",30866,42608 -"191733",30866,44180 -"191734",30866,45818 -"191735",30866,51427 -"191736",30866,51476 -"191737",30866,51892 -"191738",30866,52838 -"191739",30866,53755 -"191740",30866,54168 -"191741",30866,57210 -"191742",30866,58482 -"191743",30866,59172 -"191744",30866,59816 -"191745",30866,61191 -"191746",30866,61874 -"191747",30866,63274 -"191748",30866,66322 -"191749",30866,67327 -"191750",30866,70854 -"191751",30866,71683 -"191752",30866,72568 -"191753",30866,72628 -"191754",30866,73767 -"191755",30866,75543 -"191756",30866,77565 -"191757",30866,78246 -"191758",30866,78532 -"191759",30866,81609 -"191760",30866,82771 -"191761",30866,85885 -"191762",30866,91255 -"191763",30866,92247 -"191764",30866,92352 -"191765",30866,92362 -"191766",30866,92929 -"191767",30866,93719 -"191768",30866,94906 -"191769",30866,94946 -"191770",30866,95889 -"191771",30866,96093 -"191772",30866,97988 -"191773",30866,99309 -"191774",30866,99376 -"191775",30866,99450 -"191776",30866,99471 -"191777",30866,99474 -"191778",30866,100916 -"191779",30866,100944 -"191780",30866,101126 -"191781",30866,101329 -"191782",30866,105557 -"191783",30866,107199 -"191784",30866,108743 -"191785",30866,108980 -"191786",30866,109291 -"191787",30866,109933 -"191788",30866,110483 -"191789",30866,110567 -"191790",30866,110572 -"191791",30866,110630 -"191792",30866,110648 -"191793",30866,110711 -"191794",30866,110770 -"191795",30866,110869 -"191796",30866,110911 -"191797",30866,111285 -"191798",30866,111314 -"191799",30866,111362 -"191800",30866,111372 -"191801",30866,111424 -"191802",30866,111433 -"191803",30866,112422 -"191804",30866,113269 -"191805",30866,113430 -"191806",30866,113502 -"191807",30866,114242 -"191808",30866,114842 -"191809",30866,115427 -"191810",30866,115521 -"191811",30866,115711 -"191812",30867,30988 -"191813",30867,34402 -"191814",30867,57536 -"191815",30867,99130 -"191816",30867,99183 -"191817",30868,32807 -"191818",30868,36324 -"191819",30868,85931 -"191820",30868,90035 -"191821",30868,92744 -"191822",30868,93114 -"191823",30868,96072 -"191824",30868,105408 -"191825",30868,105446 -"191826",30869,41283 -"191827",30869,51462 -"191828",30869,91275 -"191829",30869,104398 -"191830",30869,115954 -"191831",30870,32835 -"191832",30870,39386 -"191833",30871,67304 -"191834",30871,76551 -"191835",30871,123321 -"191836",30872,80982 -"191837",30873,60118 -"191838",30874,36105 -"191839",30874,56147 -"191840",30874,94106 -"191841",30874,111913 -"191842",30874,111914 -"191843",30874,111955 -"191844",30875,32569 -"191845",30876,32393 -"191846",30876,32939 -"191847",30876,33113 -"191848",30876,38494 -"191849",30876,38932 -"191850",30876,40643 -"191851",30876,42017 -"191852",30876,42107 -"191853",30876,45787 -"191854",30876,47083 -"191855",30876,47959 -"191856",30876,49231 -"191857",30876,50061 -"191858",30876,52450 -"191859",30876,54059 -"191860",30876,55370 -"191861",30876,57804 -"191862",30876,59615 -"191863",30876,59940 -"191864",30876,67363 -"191865",30876,71230 -"191866",30876,76278 -"191867",30876,76740 -"191868",30876,76786 -"191869",30876,77272 -"191870",30876,77357 -"191871",30876,77402 -"191872",30876,78248 -"191873",30876,78255 -"191874",30876,78339 -"191875",30876,78445 -"191876",30876,79022 -"191877",30876,79716 -"191878",30876,79989 -"191879",30876,80281 -"191880",30876,81728 -"191881",30876,82196 -"191882",30876,82383 -"191883",30876,82810 -"191884",30876,82854 -"191885",30876,83853 -"191886",30876,83884 -"191887",30876,84379 -"191888",30876,84613 -"191889",30876,85465 -"191890",30876,85610 -"191891",30876,86351 -"191892",30876,86451 -"191893",30876,86882 -"191894",30876,87175 -"191895",30876,87451 -"191896",30876,87521 -"191897",30876,87572 -"191898",30876,87663 -"191899",30876,87721 -"191900",30876,87862 -"191901",30876,111956 -"191902",30877,109936 -"191903",30878,64361 -"191904",30878,68837 -"191905",30879,35575 -"191906",30879,89765 -"191907",30879,106487 -"191908",30880,37146 -"191909",30880,50480 -"191910",30880,59643 -"191911",30881,37346 -"191912",30881,38586 -"191913",30881,40551 -"191914",30881,50057 -"191915",30881,50901 -"191916",30881,51968 -"191917",30881,59805 -"191918",30881,61569 -"191919",30881,62878 -"191920",30881,63548 -"191921",30881,65670 -"191922",30881,67477 -"191923",30881,69572 -"191924",30881,69629 -"191925",30881,78181 -"191926",30881,82158 -"191927",30881,85209 -"191928",30881,86424 -"191929",30881,88716 -"191930",30881,88764 -"191931",30881,90824 -"191932",30881,91192 -"191933",30881,91563 -"191934",30881,92017 -"191935",30881,93398 -"191936",30881,97001 -"191937",30881,100207 -"191938",30881,100659 -"191939",30881,102339 -"191940",30881,108190 -"191941",30882,40619 -"191942",30882,62437 -"191943",30883,31413 -"191944",30883,40883 -"191945",30883,43708 -"191946",30883,46104 -"191947",30883,50487 -"191948",30883,51874 -"191949",30883,62820 -"191950",30883,77506 -"191951",30883,84475 -"191952",30883,86043 -"191953",30883,88863 -"191954",30883,90562 -"191955",30883,92570 -"191956",30883,92736 -"191957",30883,102008 -"191958",30883,102022 -"191959",30883,104898 -"191960",30883,105421 -"191961",30884,34353 -"191962",30885,58733 -"191963",30886,33684 -"191964",30886,33985 -"191965",30886,43120 -"191966",30886,47352 -"191967",30886,49112 -"191968",30886,63051 -"191969",30886,65531 -"191970",30888,36050 -"191971",30888,43698 -"191972",30888,48744 -"191973",30888,52603 -"191974",30888,62985 -"191975",30888,75371 -"191976",30888,81343 -"191977",30888,99731 -"191978",30888,101323 -"191979",30888,102845 -"191980",30888,104957 -"191981",30888,109815 -"191982",30888,111066 -"191983",30888,113278 -"191984",30888,113314 -"191985",30888,114723 -"191986",30888,116644 -"191987",30888,117804 -"191988",30888,121414 -"191989",30888,122345 -"191990",30888,122353 -"191991",30888,122358 -"191992",30888,122360 -"191993",30888,122366 -"191994",30888,122367 -"191995",30888,122376 -"191996",30888,122383 -"191997",30888,122393 -"191998",30888,122394 -"191999",30888,122398 -"192000",30888,122402 -"192001",30888,122403 -"192002",30888,122409 -"192003",30888,122412 -"192004",30888,122414 -"192005",30888,122415 -"192006",30888,122417 -"192007",30888,122418 -"192008",30888,122421 -"192009",30888,122422 -"192010",30888,122437 -"192011",30888,122438 -"192012",30888,122440 -"192013",30888,123424 -"192014",30889,70029 -"192015",30889,71028 -"192016",30890,40565 -"192017",30890,73661 -"192018",30890,83218 -"192019",30890,87003 -"192020",30891,31606 -"192021",30891,31827 -"192022",30891,32531 -"192023",30891,33413 -"192024",30891,34199 -"192025",30891,34292 -"192026",30891,34320 -"192027",30891,34339 -"192028",30891,35547 -"192029",30891,35548 -"192030",30891,37782 -"192031",30891,39553 -"192032",30891,39581 -"192033",30891,44384 -"192034",30891,46498 -"192035",30891,46664 -"192036",30891,50887 -"192037",30891,57671 -"192038",30891,58829 -"192039",30891,65070 -"192040",30891,65818 -"192041",30891,73685 -"192042",30891,74256 -"192043",30891,76184 -"192044",30891,78815 -"192045",30891,90063 -"192046",30891,90066 -"192047",30891,91097 -"192048",30891,91734 -"192049",30891,117141 -"192050",30891,117142 -"192051",30891,118591 -"192052",30891,119921 -"192053",30891,120546 -"192054",30891,120579 -"192055",30892,41114 -"192056",30893,31333 -"192057",30893,31952 -"192058",30893,47331 -"192059",30893,65774 -"192060",30893,78653 -"192061",30893,86113 -"192062",30893,106144 -"192063",30895,67365 -"192064",30897,105938 -"192065",30897,108659 -"192066",30898,31651 -"192067",30898,37893 -"192068",30898,43518 -"192069",30898,50121 -"192070",30898,52635 -"192071",30898,55543 -"192072",30898,63523 -"192073",30898,89274 -"192074",30898,113123 -"192075",30898,120309 -"192076",30899,32123 -"192077",30899,37398 -"192078",30899,59506 -"192079",30899,63959 -"192080",30899,106812 -"192081",30900,31010 -"192082",30900,31034 -"192083",30900,35235 -"192084",30900,36798 -"192085",30900,36807 -"192086",30900,39411 -"192087",30900,54376 -"192088",30900,57669 -"192089",30900,61388 -"192090",30900,69786 -"192091",30900,71006 -"192092",30901,102667 -"192093",30902,61284 -"192094",30902,61285 -"192095",30903,53001 -"192096",30903,68748 -"192097",30904,31074 -"192098",30905,30906 -"192099",30905,31063 -"192100",30905,31116 -"192101",30906,31063 -"192102",30906,31116 -"192103",30906,33831 -"192104",30906,49614 -"192105",30906,54680 -"192106",30906,54840 -"192107",30906,58456 -"192108",30907,37368 -"192109",30907,49621 -"192110",30907,57446 -"192111",30907,75891 -"192112",30907,78305 -"192113",30907,91544 -"192114",30907,95750 -"192115",30907,99044 -"192116",30907,99220 -"192117",30907,100967 -"192118",30907,101037 -"192119",30907,119372 -"192120",30908,34904 -"192121",30908,107085 -"192122",30909,30910 -"192123",30909,50514 -"192124",30909,86116 -"192125",30911,49284 -"192126",30912,97976 -"192127",30912,105999 -"192128",30913,70828 -"192129",30913,75309 -"192130",30914,103040 -"192131",30914,108225 -"192132",30915,73294 -"192133",30915,107542 -"192134",30915,110757 -"192135",30916,57657 -"192136",30916,73854 -"192137",30916,77326 -"192138",30916,96209 -"192139",30918,33990 -"192140",30918,46388 -"192141",30918,67902 -"192142",30918,73283 -"192143",30918,82923 -"192144",30919,38775 -"192145",30919,39444 -"192146",30919,39853 -"192147",30919,55556 -"192148",30920,107246 -"192149",30921,56737 -"192150",30921,57072 -"192151",30921,78544 -"192152",30922,85374 -"192153",30922,108580 -"192154",30922,110814 -"192155",30922,112533 -"192156",30923,32002 -"192157",30923,34570 -"192158",30923,36843 -"192159",30923,37302 -"192160",30923,37356 -"192161",30923,37357 -"192162",30923,47941 -"192163",30923,47962 -"192164",30923,48045 -"192165",30923,52854 -"192166",30923,53750 -"192167",30923,54819 -"192168",30923,57197 -"192169",30923,60521 -"192170",30923,60527 -"192171",30924,33787 -"192172",30924,36671 -"192173",30924,40169 -"192174",30924,45766 -"192175",30924,55824 -"192176",30924,76143 -"192177",30925,92247 -"192178",30926,33925 -"192179",30926,34225 -"192180",30926,49241 -"192181",30926,51736 -"192182",30926,55117 -"192183",30926,60758 -"192184",30926,65938 -"192185",30926,69646 -"192186",30926,72358 -"192187",30926,76186 -"192188",30926,78842 -"192189",30926,104207 -"192190",30926,108432 -"192191",30926,109905 -"192192",30926,111203 -"192193",30927,65493 -"192194",30927,106209 -"192195",30927,106213 -"192196",30929,33543 -"192197",30929,119033 -"192198",30930,69941 -"192199",30930,83436 -"192200",30930,88338 -"192201",30930,89414 -"192202",30930,110834 -"192203",30931,44364 -"192204",30931,50312 -"192205",30931,67190 -"192206",30932,30933 -"192207",30932,31039 -"192208",30932,31040 -"192209",30933,31039 -"192210",30933,31040 -"192211",30934,35616 -"192212",30934,74520 -"192213",30934,76803 -"192214",30934,82228 -"192215",30935,30995 -"192216",30935,40851 -"192217",30935,91649 -"192218",30935,103321 -"192219",30937,32992 -"192220",30937,34799 -"192221",30937,45843 -"192222",30937,62984 -"192223",30937,83048 -"192224",30937,92399 -"192225",30937,103388 -"192226",30937,110310 -"192227",30937,121654 -"192228",30938,31444 -"192229",30938,50603 -"192230",30938,66160 -"192231",30940,85406 -"192232",30940,99075 -"192233",30940,109535 -"192234",30940,112064 -"192235",30941,81526 -"192236",30941,92424 -"192237",30941,102082 -"192238",30942,38523 -"192239",30942,50170 -"192240",30942,55827 -"192241",30942,76469 -"192242",30943,30944 -"192243",30943,51513 -"192244",30943,52001 -"192245",30943,52031 -"192246",30943,59056 -"192247",30944,31781 -"192248",30944,44557 -"192249",30944,59056 -"192250",30945,31129 -"192251",30945,88742 -"192252",30945,92327 -"192253",30945,94938 -"192254",30945,113974 -"192255",30946,31061 -"192256",30946,31085 -"192257",30946,34526 -"192258",30946,43105 -"192259",30946,57977 -"192260",30946,68280 -"192261",30946,87796 -"192262",30946,101970 -"192263",30946,102050 -"192264",30946,103004 -"192265",30946,111195 -"192266",30946,113783 -"192267",30947,31033 -"192268",30948,52967 -"192269",30948,52978 -"192270",30949,30952 -"192271",30949,80748 -"192272",30949,82108 -"192273",30950,85471 -"192274",30951,31097 -"192275",30951,31934 -"192276",30951,38991 -"192277",30951,88370 -"192278",30951,98424 -"192279",30953,73499 -"192280",30953,91028 -"192281",30953,114613 -"192282",30954,39100 -"192283",30954,46504 -"192284",30954,71745 -"192285",30954,100068 -"192286",30954,105060 -"192287",30954,105728 -"192288",30954,107421 -"192289",30954,111406 -"192290",30954,113633 -"192291",30954,116653 -"192292",30955,31024 -"192293",30955,31059 -"192294",30955,31124 -"192295",30955,71269 -"192296",30955,75496 -"192297",30955,75499 -"192298",30955,75568 -"192299",30955,79744 -"192300",30955,80676 -"192301",30955,80818 -"192302",30955,81689 -"192303",30955,101726 -"192304",30956,33337 -"192305",30956,57077 -"192306",30957,31048 -"192307",30957,31051 -"192308",30957,31114 -"192309",30958,33879 -"192310",30958,36660 -"192311",30958,41172 -"192312",30958,61809 -"192313",30958,65685 -"192314",30959,84118 -"192315",30959,94405 -"192316",30959,94409 -"192317",30959,103378 -"192318",30959,113014 -"192319",30960,73653 -"192320",30960,78185 -"192321",30960,98873 -"192322",30960,108903 -"192323",30960,123243 -"192324",30961,33113 -"192325",30961,34425 -"192326",30961,48814 -"192327",30961,72172 -"192328",30962,59939 -"192329",30962,79082 -"192330",30962,91912 -"192331",30963,62589 -"192332",30963,84497 -"192333",30964,30975 -"192334",30964,31144 -"192335",30964,119933 -"192336",30965,31137 -"192337",30966,52648 -"192338",30967,34682 -"192339",30967,42258 -"192340",30968,32745 -"192341",30968,42008 -"192342",30968,43447 -"192343",30968,52887 -"192344",30968,82272 -"192345",30968,102800 -"192346",30969,35997 -"192347",30969,49703 -"192348",30969,65800 -"192349",30969,93531 -"192350",30969,102004 -"192351",30969,103056 -"192352",30970,32249 -"192353",30970,32913 -"192354",30970,36082 -"192355",30970,48225 -"192356",30970,57281 -"192357",30970,66222 -"192358",30970,66223 -"192359",30970,66263 -"192360",30970,66312 -"192361",30970,66353 -"192362",30971,41113 -"192363",30971,48557 -"192364",30971,55811 -"192365",30971,62150 -"192366",30971,65787 -"192367",30973,31041 -"192368",30973,33770 -"192369",30973,36062 -"192370",30974,31969 -"192371",30974,36344 -"192372",30974,39495 -"192373",30974,51100 -"192374",30974,54334 -"192375",30974,59921 -"192376",30974,60531 -"192377",30974,62298 -"192378",30974,102426 -"192379",30974,108196 -"192380",30974,112400 -"192381",30975,31144 -"192382",30975,105199 -"192383",30976,37307 -"192384",30976,37769 -"192385",30976,53193 -"192386",30976,66376 -"192387",30976,71621 -"192388",30976,82593 -"192389",30976,82848 -"192390",30976,90884 -"192391",30976,95740 -"192392",30976,115878 -"192393",30977,67155 -"192394",30979,69182 -"192395",30979,76147 -"192396",30979,98863 -"192397",30979,99698 -"192398",30980,38181 -"192399",30980,39278 -"192400",30981,36147 -"192401",30981,36194 -"192402",30981,36224 -"192403",30981,43594 -"192404",30981,45338 -"192405",30981,45414 -"192406",30981,53462 -"192407",30981,102417 -"192408",30982,31035 -"192409",30983,34276 -"192410",30983,54558 -"192411",30983,75897 -"192412",30983,91033 -"192413",30984,44113 -"192414",30985,103711 -"192415",30986,55579 -"192416",30986,58412 -"192417",30987,81598 -"192418",30988,31759 -"192419",30989,32790 -"192420",30989,34709 -"192421",30989,39207 -"192422",30989,40405 -"192423",30989,60600 -"192424",30989,64264 -"192425",30989,67032 -"192426",30990,31049 -"192427",30990,73264 -"192428",30990,93673 -"192429",30990,95007 -"192430",30990,95060 -"192431",30990,98931 -"192432",30992,48215 -"192433",30992,72335 -"192434",30992,85195 -"192435",30992,88363 -"192436",30992,88553 -"192437",30992,91702 -"192438",30992,99162 -"192439",30992,99815 -"192440",30992,103343 -"192441",30992,107792 -"192442",30992,109929 -"192443",30992,120550 -"192444",30992,121225 -"192445",30993,33938 -"192446",30993,34415 -"192447",30993,34938 -"192448",30993,38802 -"192449",30993,42733 -"192450",30993,42744 -"192451",30993,42910 -"192452",30993,42911 -"192453",30993,43937 -"192454",30993,47367 -"192455",30993,56060 -"192456",30993,61274 -"192457",30994,31777 -"192458",30994,67198 -"192459",30994,81841 -"192460",30995,41446 -"192461",30995,46532 -"192462",30995,73348 -"192463",30995,81600 -"192464",30995,102672 -"192465",30995,110709 -"192466",30995,122321 -"192467",30996,52634 -"192468",30996,60228 -"192469",30996,115953 -"192470",30997,46894 -"192471",30998,31095 -"192472",30998,31096 -"192473",30998,77013 -"192474",30999,45976 -"192475",31000,80649 -"192476",31000,88860 -"192477",31001,41746 -"192478",31001,42364 -"192479",31001,63200 -"192480",31001,101567 -"192481",31001,105497 -"192482",31003,34368 -"192483",31003,40468 -"192484",31003,48602 -"192485",31003,69636 -"192486",31003,91279 -"192487",31003,112435 -"192488",31004,31012 -"192489",31004,91746 -"192490",31005,46141 -"192491",31007,93416 -"192492",31007,96236 -"192493",31007,110075 -"192494",31009,89660 -"192495",31009,107757 -"192496",31010,31034 -"192497",31010,32796 -"192498",31010,60180 -"192499",31011,33014 -"192500",31011,36470 -"192501",31011,38138 -"192502",31011,38648 -"192503",31011,50208 -"192504",31011,61288 -"192505",31011,73374 -"192506",31011,88627 -"192507",31011,99601 -"192508",31011,102322 -"192509",31011,102337 -"192510",31014,40406 -"192511",31014,51092 -"192512",31014,104001 -"192513",31015,55995 -"192514",31015,59487 -"192515",31015,69551 -"192516",31015,109736 -"192517",31015,109740 -"192518",31016,59320 -"192519",31016,82106 -"192520",31016,82126 -"192521",31017,62093 -"192522",31017,68932 -"192523",31018,33135 -"192524",31018,44094 -"192525",31019,40009 -"192526",31020,38037 -"192527",31020,38557 -"192528",31020,56110 -"192529",31020,68363 -"192530",31021,42737 -"192531",31021,49415 -"192532",31021,51499 -"192533",31021,54416 -"192534",31021,69517 -"192535",31021,89473 -"192536",31021,113594 -"192537",31021,114270 -"192538",31023,31032 -"192539",31024,31059 -"192540",31024,31124 -"192541",31026,31628 -"192542",31027,59449 -"192543",31027,59668 -"192544",31028,39105 -"192545",31028,46875 -"192546",31028,49747 -"192547",31028,55775 -"192548",31028,56887 -"192549",31028,58053 -"192550",31028,67323 -"192551",31028,70975 -"192552",31030,31142 -"192553",31031,31052 -"192554",31031,69383 -"192555",31031,76359 -"192556",31032,123408 -"192557",31033,32365 -"192558",31033,101554 -"192559",31034,32796 -"192560",31034,35428 -"192561",31034,36798 -"192562",31034,36807 -"192563",31034,39411 -"192564",31034,43170 -"192565",31034,44704 -"192566",31035,33220 -"192567",31035,50678 -"192568",31035,58055 -"192569",31035,59569 -"192570",31035,68829 -"192571",31035,69626 -"192572",31035,70824 -"192573",31035,74562 -"192574",31036,41055 -"192575",31036,50490 -"192576",31036,55673 -"192577",31036,71405 -"192578",31036,90703 -"192579",31036,91389 -"192580",31036,95235 -"192581",31036,122132 -"192582",31038,34411 -"192583",31038,34682 -"192584",31038,35702 -"192585",31038,37484 -"192586",31038,38880 -"192587",31038,41114 -"192588",31038,41333 -"192589",31038,50480 -"192590",31038,51234 -"192591",31038,66823 -"192592",31038,66846 -"192593",31039,31040 -"192594",31040,34858 -"192595",31042,48453 -"192596",31042,61292 -"192597",31042,117327 -"192598",31043,36026 -"192599",31043,44329 -"192600",31043,77129 -"192601",31043,77827 -"192602",31043,117860 -"192603",31044,46381 -"192604",31044,105171 -"192605",31045,37971 -"192606",31045,66211 -"192607",31046,49193 -"192608",31048,31051 -"192609",31048,31114 -"192610",31048,43954 -"192611",31048,48858 -"192612",31048,54179 -"192613",31048,76826 -"192614",31048,111402 -"192615",31049,63582 -"192616",31049,63852 -"192617",31050,31072 -"192618",31050,32579 -"192619",31050,34160 -"192620",31050,35302 -"192621",31050,36978 -"192622",31050,37031 -"192623",31050,38756 -"192624",31050,40466 -"192625",31050,41739 -"192626",31050,45633 -"192627",31050,48932 -"192628",31050,49144 -"192629",31050,51292 -"192630",31050,53196 -"192631",31050,54553 -"192632",31050,54980 -"192633",31050,65625 -"192634",31050,74628 -"192635",31050,75310 -"192636",31050,76629 -"192637",31050,84940 -"192638",31050,92081 -"192639",31050,100226 -"192640",31050,105947 -"192641",31051,31114 -"192642",31051,39797 -"192643",31054,51175 -"192644",31054,84713 -"192645",31054,109080 -"192646",31054,111933 -"192647",31056,38373 -"192648",31056,56017 -"192649",31056,63205 -"192650",31056,107090 -"192651",31057,31118 -"192652",31057,32252 -"192653",31057,41163 -"192654",31057,47575 -"192655",31057,47590 -"192656",31058,75581 -"192657",31058,79055 -"192658",31058,79109 -"192659",31058,84920 -"192660",31058,90945 -"192661",31059,31124 -"192662",31059,32107 -"192663",31059,47064 -"192664",31059,62934 -"192665",31059,82049 -"192666",31059,83680 -"192667",31060,72247 -"192668",31061,31915 -"192669",31061,36729 -"192670",31061,60081 -"192671",31061,68215 -"192672",31061,71932 -"192673",31061,79330 -"192674",31061,80426 -"192675",31061,91910 -"192676",31061,104012 -"192677",31062,42909 -"192678",31063,31116 -"192679",31064,31678 -"192680",31064,50969 -"192681",31064,59518 -"192682",31064,85399 -"192683",31064,92551 -"192684",31065,50597 -"192685",31065,53738 -"192686",31065,55881 -"192687",31065,55954 -"192688",31066,37036 -"192689",31066,63041 -"192690",31066,63388 -"192691",31066,64904 -"192692",31066,75452 -"192693",31066,105681 -"192694",31068,112784 -"192695",31068,112826 -"192696",31069,37973 -"192697",31069,48083 -"192698",31069,55833 -"192699",31069,55849 -"192700",31069,73828 -"192701",31069,92000 -"192702",31069,95554 -"192703",31069,95587 -"192704",31070,80585 -"192705",31070,80628 -"192706",31071,31589 -"192707",31071,42132 -"192708",31071,62486 -"192709",31071,89607 -"192710",31071,102493 -"192711",31071,105933 -"192712",31072,34920 -"192713",31072,35302 -"192714",31072,43634 -"192715",31072,71644 -"192716",31072,95782 -"192717",31072,108141 -"192718",31072,108686 -"192719",31072,114470 -"192720",31073,43844 -"192721",31073,93644 -"192722",31074,31176 -"192723",31074,32319 -"192724",31074,43138 -"192725",31074,43843 -"192726",31074,44092 -"192727",31074,56067 -"192728",31074,64071 -"192729",31074,64156 -"192730",31074,68250 -"192731",31074,68683 -"192732",31074,72807 -"192733",31074,73948 -"192734",31074,74725 -"192735",31074,82964 -"192736",31074,87771 -"192737",31074,95803 -"192738",31074,99445 -"192739",31075,34971 -"192740",31075,38275 -"192741",31075,40898 -"192742",31075,88877 -"192743",31076,38784 -"192744",31077,74890 -"192745",31077,119130 -"192746",31077,120625 -"192747",31078,37636 -"192748",31078,40453 -"192749",31078,50585 -"192750",31079,72674 -"192751",31079,78693 -"192752",31079,112440 -"192753",31080,45646 -"192754",31080,64448 -"192755",31080,87730 -"192756",31080,92493 -"192757",31080,104103 -"192758",31080,109596 -"192759",31080,118944 -"192760",31082,72763 -"192761",31083,57330 -"192762",31083,63621 -"192763",31083,80976 -"192764",31083,90144 -"192765",31083,90940 -"192766",31083,110273 -"192767",31083,110274 -"192768",31084,114060 -"192769",31085,31206 -"192770",31085,31799 -"192771",31085,33337 -"192772",31085,38048 -"192773",31085,40735 -"192774",31085,43105 -"192775",31085,46681 -"192776",31085,50815 -"192777",31085,53031 -"192778",31085,53635 -"192779",31085,56122 -"192780",31085,57977 -"192781",31085,71434 -"192782",31085,96536 -"192783",31085,103004 -"192784",31085,105739 -"192785",31085,112245 -"192786",31085,113783 -"192787",31085,117617 -"192788",31085,121941 -"192789",31086,38678 -"192790",31086,45282 -"192791",31086,50689 -"192792",31087,37868 -"192793",31087,47896 -"192794",31087,53749 -"192795",31087,82219 -"192796",31088,42121 -"192797",31088,104355 -"192798",31089,42496 -"192799",31089,85456 -"192800",31090,56163 -"192801",31090,77706 -"192802",31090,110417 -"192803",31091,34252 -"192804",31091,34273 -"192805",31091,34284 -"192806",31091,34317 -"192807",31092,65607 -"192808",31093,31306 -"192809",31093,75403 -"192810",31094,55239 -"192811",31094,58847 -"192812",31094,61045 -"192813",31094,93574 -"192814",31095,31096 -"192815",31095,32699 -"192816",31095,32701 -"192817",31095,47378 -"192818",31095,47711 -"192819",31095,47756 -"192820",31095,61755 -"192821",31095,74226 -"192822",31095,84791 -"192823",31096,33015 -"192824",31096,34269 -"192825",31097,81845 -"192826",31097,86769 -"192827",31097,92121 -"192828",31098,92344 -"192829",31098,94105 -"192830",31100,31587 -"192831",31100,31588 -"192832",31100,32943 -"192833",31100,36192 -"192834",31100,38091 -"192835",31100,39171 -"192836",31100,41409 -"192837",31100,41706 -"192838",31100,45148 -"192839",31100,55549 -"192840",31100,69293 -"192841",31100,76668 -"192842",31100,83473 -"192843",31100,93185 -"192844",31100,110879 -"192845",31100,118580 -"192846",31100,120265 -"192847",31100,120935 -"192848",31100,122377 -"192849",31101,73534 -"192850",31102,54736 -"192851",31102,74418 -"192852",31102,94921 -"192853",31102,94928 -"192854",31102,94929 -"192855",31102,94941 -"192856",31102,94962 -"192857",31102,94965 -"192858",31102,94966 -"192859",31102,94971 -"192860",31102,95179 -"192861",31103,48764 -"192862",31103,89979 -"192863",31103,92110 -"192864",31103,92325 -"192865",31103,95872 -"192866",31103,104150 -"192867",31103,104152 -"192868",31104,31193 -"192869",31104,32258 -"192870",31104,34532 -"192871",31105,31158 -"192872",31105,78597 -"192873",31106,33248 -"192874",31107,47366 -"192875",31108,31162 -"192876",31108,31224 -"192877",31108,31225 -"192878",31109,38735 -"192879",31109,65039 -"192880",31109,75064 -"192881",31109,84271 -"192882",31110,39602 -"192883",31110,53337 -"192884",31110,55637 -"192885",31110,82658 -"192886",31110,84493 -"192887",31110,91506 -"192888",31110,98897 -"192889",31111,84199 -"192890",31111,100272 -"192891",31112,98234 -"192892",31113,51783 -"192893",31113,59977 -"192894",31114,122890 -"192895",31115,31799 -"192896",31115,33160 -"192897",31115,44394 -"192898",31115,47176 -"192899",31115,64968 -"192900",31115,65008 -"192901",31115,65029 -"192902",31116,33831 -"192903",31116,39111 -"192904",31116,40091 -"192905",31116,40094 -"192906",31116,53279 -"192907",31116,60572 -"192908",31116,74035 -"192909",31117,41471 -"192910",31117,41638 -"192911",31117,41684 -"192912",31117,42028 -"192913",31117,42380 -"192914",31117,42503 -"192915",31117,49470 -"192916",31118,32252 -"192917",31119,62832 -"192918",31119,78955 -"192919",31120,33853 -"192920",31120,34134 -"192921",31120,41087 -"192922",31120,44259 -"192923",31120,44801 -"192924",31120,47979 -"192925",31120,53095 -"192926",31120,53121 -"192927",31120,53153 -"192928",31120,53573 -"192929",31120,60222 -"192930",31120,79970 -"192931",31120,114460 -"192932",31120,118812 -"192933",31121,71198 -"192934",31121,84372 -"192935",31122,33726 -"192936",31122,35060 -"192937",31122,41190 -"192938",31122,42959 -"192939",31122,50328 -"192940",31122,61067 -"192941",31122,73699 -"192942",31122,74196 -"192943",31122,74262 -"192944",31122,74847 -"192945",31122,116595 -"192946",31123,34705 -"192947",31123,34934 -"192948",31123,43534 -"192949",31123,62548 -"192950",31123,97132 -"192951",31123,97141 -"192952",31123,122721 -"192953",31124,35195 -"192954",31124,50637 -"192955",31124,56682 -"192956",31124,56691 -"192957",31124,90897 -"192958",31125,48018 -"192959",31126,51985 -"192960",31126,62210 -"192961",31126,101912 -"192962",31128,103760 -"192963",31130,49265 -"192964",31130,57380 -"192965",31130,58045 -"192966",31130,60406 -"192967",31130,60495 -"192968",31130,66843 -"192969",31130,77427 -"192970",31130,81004 -"192971",31130,90191 -"192972",31130,92306 -"192973",31130,93102 -"192974",31130,99251 -"192975",31130,102612 -"192976",31130,109458 -"192977",31130,112885 -"192978",31131,39828 -"192979",31131,55240 -"192980",31131,63338 -"192981",31131,100163 -"192982",31132,31145 -"192983",31132,45691 -"192984",31132,62752 -"192985",31133,31134 -"192986",31134,49027 -"192987",31135,98655 -"192988",31136,70986 -"192989",31136,90432 -"192990",31138,37168 -"192991",31138,46927 -"192992",31138,54708 -"192993",31138,54930 -"192994",31138,102361 -"192995",31139,53104 -"192996",31139,122805 -"192997",31140,31603 -"192998",31140,33360 -"192999",31140,34040 -"193000",31140,42618 -"193001",31140,44729 -"193002",31140,45727 -"193003",31140,46356 -"193004",31140,48521 -"193005",31140,64640 -"193006",31140,65951 -"193007",31140,65952 -"193008",31140,71118 -"193009",31140,71726 -"193010",31140,74863 -"193011",31140,76128 -"193012",31140,80616 -"193013",31140,80621 -"193014",31140,82735 -"193015",31140,85429 -"193016",31140,85557 -"193017",31140,88583 -"193018",31140,90527 -"193019",31140,90602 -"193020",31140,90925 -"193021",31140,92785 -"193022",31140,95329 -"193023",31140,96238 -"193024",31140,96576 -"193025",31140,96929 -"193026",31140,98435 -"193027",31140,98493 -"193028",31140,100386 -"193029",31140,100720 -"193030",31140,101102 -"193031",31140,103721 -"193032",31140,117105 -"193033",31140,117856 -"193034",31140,118148 -"193035",31140,121191 -"193036",31140,121192 -"193037",31142,41876 -"193038",31142,61905 -"193039",31143,106563 -"193040",31144,57425 -"193041",31146,34601 -"193042",31146,39718 -"193043",31146,51936 -"193044",31146,62434 -"193045",31146,69649 -"193046",31146,81333 -"193047",31146,97533 -"193048",31146,97548 -"193049",31146,97561 -"193050",31147,45849 -"193051",31147,54023 -"193052",31147,81549 -"193053",31147,112665 -"193054",31147,119875 -"193055",31148,32334 -"193056",31148,32349 -"193057",31148,42071 -"193058",31148,55512 -"193059",31148,59972 -"193060",31148,79267 -"193061",31148,101452 -"193062",31148,101458 -"193063",31150,39731 -"193064",31151,34444 -"193065",31151,46354 -"193066",31151,48280 -"193067",31151,61771 -"193068",31151,64945 -"193069",31151,68156 -"193070",31151,68263 -"193071",31151,68319 -"193072",31152,46222 -"193073",31152,58110 -"193074",31152,58124 -"193075",31152,58163 -"193076",31152,58164 -"193077",31152,104119 -"193078",31152,108498 -"193079",31153,66691 -"193080",31154,51407 -"193081",31154,53913 -"193082",31154,65211 -"193083",31154,71889 -"193084",31154,89710 -"193085",31154,89711 -"193086",31154,104620 -"193087",31155,31166 -"193088",31155,33237 -"193089",31155,33372 -"193090",31155,53202 -"193091",31155,53434 -"193092",31155,55398 -"193093",31156,90558 -"193094",31156,90663 -"193095",31157,57437 -"193096",31157,95643 -"193097",31159,31295 -"193098",31159,41206 -"193099",31159,42652 -"193100",31159,45239 -"193101",31159,47582 -"193102",31159,47736 -"193103",31159,52254 -"193104",31159,53995 -"193105",31159,56247 -"193106",31159,58018 -"193107",31159,60974 -"193108",31160,46299 -"193109",31160,46378 -"193110",31160,46379 -"193111",31160,47161 -"193112",31161,72413 -"193113",31161,113926 -"193114",31162,31224 -"193115",31162,31225 -"193116",31162,111451 -"193117",31162,111454 -"193118",31163,32380 -"193119",31163,50069 -"193120",31164,32449 -"193121",31164,33483 -"193122",31164,36136 -"193123",31164,36160 -"193124",31164,38699 -"193125",31164,39105 -"193126",31164,39614 -"193127",31164,45443 -"193128",31164,46951 -"193129",31164,50238 -"193130",31164,57721 -"193131",31164,68628 -"193132",31164,76807 -"193133",31164,79818 -"193134",31164,92953 -"193135",31164,94926 -"193136",31164,98081 -"193137",31164,103826 -"193138",31164,117098 -"193139",31165,73399 -"193140",31167,31248 -"193141",31167,31307 -"193142",31167,31330 -"193143",31167,33370 -"193144",31167,60963 -"193145",31167,61226 -"193146",31168,31170 -"193147",31168,31181 -"193148",31168,31182 -"193149",31168,31184 -"193150",31168,31238 -"193151",31168,31247 -"193152",31168,31269 -"193153",31168,31314 -"193154",31168,31829 -"193155",31168,31913 -"193156",31168,89330 -"193157",31169,56363 -"193158",31170,31181 -"193159",31170,31182 -"193160",31170,31184 -"193161",31170,31238 -"193162",31170,31247 -"193163",31170,31269 -"193164",31170,31314 -"193165",31171,67372 -"193166",31172,49919 -"193167",31172,83304 -"193168",31172,88514 -"193169",31172,97584 -"193170",31172,104041 -"193171",31173,68609 -"193172",31174,40432 -"193173",31174,40519 -"193174",31174,40725 -"193175",31174,52693 -"193176",31174,53343 -"193177",31174,56807 -"193178",31174,77220 -"193179",31174,115944 -"193180",31175,45664 -"193181",31176,43856 -"193182",31176,73948 -"193183",31176,74725 -"193184",31176,82546 -"193185",31176,87771 -"193186",31176,99445 -"193187",31177,36111 -"193188",31177,70733 -"193189",31177,93337 -"193190",31177,107827 -"193191",31177,109319 -"193192",31177,111350 -"193193",31177,115581 -"193194",31177,115593 -"193195",31177,115596 -"193196",31177,115600 -"193197",31177,115640 -"193198",31177,120729 -"193199",31178,87316 -"193200",31179,31254 -"193201",31179,55512 -"193202",31180,31281 -"193203",31180,40247 -"193204",31181,31182 -"193205",31181,31184 -"193206",31181,31238 -"193207",31181,31247 -"193208",31181,31269 -"193209",31181,31314 -"193210",31182,31184 -"193211",31182,31238 -"193212",31182,31247 -"193213",31182,31269 -"193214",31182,31314 -"193215",31182,31829 -"193216",31182,31913 -"193217",31182,73810 -"193218",31182,96373 -"193219",31182,105347 -"193220",31184,31238 -"193221",31184,31247 -"193222",31184,31269 -"193223",31184,31314 -"193224",31185,46500 -"193225",31185,46901 -"193226",31185,55028 -"193227",31185,59847 -"193228",31185,60820 -"193229",31185,63019 -"193230",31185,64895 -"193231",31185,70112 -"193232",31185,93361 -"193233",31186,36233 -"193234",31186,40101 -"193235",31186,40727 -"193236",31186,45591 -"193237",31186,48566 -"193238",31186,51736 -"193239",31186,64110 -"193240",31186,77368 -"193241",31186,97297 -"193242",31187,92152 -"193243",31188,68791 -"193244",31188,99266 -"193245",31189,31206 -"193246",31189,86586 -"193247",31191,31208 -"193248",31191,45964 -"193249",31191,49377 -"193250",31192,78661 -"193251",31192,123180 -"193252",31195,85212 -"193253",31197,33981 -"193254",31197,40493 -"193255",31197,60088 -"193256",31198,48252 -"193257",31198,48358 -"193258",31200,111568 -"193259",31201,70650 -"193260",31201,79430 -"193261",31201,103935 -"193262",31202,31203 -"193263",31202,31325 -"193264",31202,113042 -"193265",31202,113346 -"193266",31203,31325 -"193267",31204,55319 -"193268",31205,47999 -"193269",31205,48000 -"193270",31206,35256 -"193271",31206,40019 -"193272",31206,51071 -"193273",31206,54234 -"193274",31206,64394 -"193275",31206,64416 -"193276",31206,64443 -"193277",31206,91570 -"193278",31207,33298 -"193279",31208,37473 -"193280",31208,72493 -"193281",31208,84234 -"193282",31208,86444 -"193283",31208,87993 -"193284",31209,32052 -"193285",31209,33916 -"193286",31210,31233 -"193287",31210,81998 -"193288",31211,32777 -"193289",31211,36440 -"193290",31211,42862 -"193291",31211,56156 -"193292",31211,59499 -"193293",31211,63940 -"193294",31211,93162 -"193295",31211,95797 -"193296",31211,96387 -"193297",31211,102581 -"193298",31211,107921 -"193299",31211,109029 -"193300",31211,109031 -"193301",31211,110853 -"193302",31212,31253 -"193303",31212,31338 -"193304",31213,35562 -"193305",31213,37495 -"193306",31213,40719 -"193307",31213,40893 -"193308",31213,45903 -"193309",31213,46715 -"193310",31213,46716 -"193311",31213,48023 -"193312",31213,56903 -"193313",31213,66044 -"193314",31213,85356 -"193315",31213,92381 -"193316",31213,93136 -"193317",31213,104867 -"193318",31213,104931 -"193319",31214,34945 -"193320",31214,46503 -"193321",31214,68569 -"193322",31214,74770 -"193323",31214,78603 -"193324",31214,80723 -"193325",31214,91886 -"193326",31215,45185 -"193327",31215,65551 -"193328",31215,123352 -"193329",31216,45088 -"193330",31216,49339 -"193331",31216,49479 -"193332",31216,49776 -"193333",31216,50854 -"193334",31216,52042 -"193335",31217,31246 -"193336",31217,76478 -"193337",31219,33217 -"193338",31219,39444 -"193339",31219,47511 -"193340",31219,52124 -"193341",31219,59276 -"193342",31219,60281 -"193343",31219,63132 -"193344",31219,68393 -"193345",31219,82136 -"193346",31219,86053 -"193347",31219,93017 -"193348",31219,94794 -"193349",31219,107927 -"193350",31220,40804 -"193351",31220,119292 -"193352",31221,31308 -"193353",31221,43377 -"193354",31221,57454 -"193355",31221,60816 -"193356",31221,93673 -"193357",31222,31302 -"193358",31222,45014 -"193359",31222,45455 -"193360",31222,46848 -"193361",31222,48021 -"193362",31222,48563 -"193363",31222,51448 -"193364",31222,58168 -"193365",31222,68222 -"193366",31222,69965 -"193367",31222,72241 -"193368",31222,74726 -"193369",31222,75824 -"193370",31222,76605 -"193371",31222,78462 -"193372",31222,78748 -"193373",31222,78756 -"193374",31222,78937 -"193375",31222,83191 -"193376",31222,83193 -"193377",31222,92950 -"193378",31222,95656 -"193379",31223,31925 -"193380",31223,36052 -"193381",31223,38718 -"193382",31223,47225 -"193383",31223,54712 -"193384",31223,55798 -"193385",31223,56200 -"193386",31223,63312 -"193387",31223,65246 -"193388",31223,68768 -"193389",31224,31225 -"193390",31226,31295 -"193391",31226,32124 -"193392",31226,34331 -"193393",31226,35033 -"193394",31226,39104 -"193395",31226,47960 -"193396",31226,49976 -"193397",31226,50648 -"193398",31226,50678 -"193399",31226,50720 -"193400",31226,50971 -"193401",31227,80215 -"193402",31228,45603 -"193403",31228,69011 -"193404",31228,71806 -"193405",31228,87102 -"193406",31228,87120 -"193407",31228,88462 -"193408",31228,91222 -"193409",31228,120155 -"193410",31228,120186 -"193411",31229,67592 -"193412",31229,68531 -"193413",31229,70687 -"193414",31229,70691 -"193415",31229,103685 -"193416",31229,120954 -"193417",31230,94891 -"193418",31230,114560 -"193419",31231,33297 -"193420",31231,33314 -"193421",31231,34881 -"193422",31232,31604 -"193423",31232,39432 -"193424",31232,53947 -"193425",31232,60322 -"193426",31233,41989 -"193427",31233,81366 -"193428",31233,89848 -"193429",31233,106099 -"193430",31234,44181 -"193431",31235,43859 -"193432",31235,47445 -"193433",31235,47733 -"193434",31235,57378 -"193435",31235,57544 -"193436",31235,62711 -"193437",31235,75883 -"193438",31235,75888 -"193439",31235,75892 -"193440",31235,75893 -"193441",31235,75898 -"193442",31236,31237 -"193443",31238,31247 -"193444",31238,31269 -"193445",31238,31314 -"193446",31238,78262 -"193447",31238,89018 -"193448",31238,93810 -"193449",31239,31495 -"193450",31239,66061 -"193451",31239,73211 -"193452",31241,46656 -"193453",31242,33460 -"193454",31242,39071 -"193455",31242,41153 -"193456",31242,43922 -"193457",31242,49546 -"193458",31242,51890 -"193459",31242,54834 -"193460",31242,77196 -"193461",31242,94259 -"193462",31242,96801 -"193463",31242,99694 -"193464",31242,101929 -"193465",31242,112591 -"193466",31242,119471 -"193467",31242,119481 -"193468",31243,34000 -"193469",31243,42747 -"193470",31243,65504 -"193471",31243,71296 -"193472",31243,86039 -"193473",31243,100780 -"193474",31243,119428 -"193475",31244,44598 -"193476",31244,105872 -"193477",31244,122092 -"193478",31245,107745 -"193479",31246,69384 -"193480",31246,80568 -"193481",31246,110128 -"193482",31247,31269 -"193483",31247,31314 -"193484",31248,31307 -"193485",31248,31330 -"193486",31248,48984 -"193487",31248,56770 -"193488",31249,56424 -"193489",31250,73916 -"193490",31250,102627 -"193491",31251,52090 -"193492",31251,62240 -"193493",31251,77930 -"193494",31251,102109 -"193495",31252,51048 -"193496",31252,55608 -"193497",31252,67497 -"193498",31253,31338 -"193499",31255,93662 -"193500",31256,31393 -"193501",31256,31471 -"193502",31256,76727 -"193503",31257,70683 -"193504",31259,35289 -"193505",31259,51276 -"193506",31260,59730 -"193507",31261,37869 -"193508",31261,40021 -"193509",31261,40070 -"193510",31262,53721 -"193511",31262,57855 -"193512",31264,31265 -"193513",31264,31280 -"193514",31264,83115 -"193515",31265,31280 -"193516",31267,39148 -"193517",31267,76313 -"193518",31267,106715 -"193519",31267,119475 -"193520",31268,34364 -"193521",31268,34662 -"193522",31268,62194 -"193523",31268,110710 -"193524",31268,119136 -"193525",31269,31314 -"193526",31269,45631 -"193527",31271,37635 -"193528",31271,42120 -"193529",31271,61247 -"193530",31271,75613 -"193531",31271,81485 -"193532",31271,82524 -"193533",31271,91104 -"193534",31271,91496 -"193535",31271,94733 -"193536",31272,31300 -"193537",31272,31754 -"193538",31272,31850 -"193539",31272,31910 -"193540",31272,99365 -"193541",31272,108607 -"193542",31272,121847 -"193543",31273,43934 -"193544",31273,90162 -"193545",31274,76914 -"193546",31274,77572 -"193547",31274,78441 -"193548",31274,81950 -"193549",31274,90990 -"193550",31276,35294 -"193551",31276,35411 -"193552",31276,35412 -"193553",31276,35452 -"193554",31277,31939 -"193555",31278,47511 -"193556",31279,31658 -"193557",31279,37966 -"193558",31279,44983 -"193559",31279,45709 -"193560",31279,47688 -"193561",31279,50102 -"193562",31279,57783 -"193563",31279,59646 -"193564",31279,65800 -"193565",31279,67564 -"193566",31279,69362 -"193567",31279,71693 -"193568",31279,76590 -"193569",31279,86600 -"193570",31279,88782 -"193571",31279,92517 -"193572",31279,100140 -"193573",31279,105198 -"193574",31279,110250 -"193575",31279,122588 -"193576",31279,122819 -"193577",31279,122852 -"193578",31279,122861 -"193579",31279,122863 -"193580",31279,122864 -"193581",31280,41098 -"193582",31280,73203 -"193583",31280,83115 -"193584",31280,88805 -"193585",31280,91340 -"193586",31281,46881 -"193587",31281,86102 -"193588",31281,93015 -"193589",31281,103883 -"193590",31282,80232 -"193591",31284,46108 -"193592",31284,50387 -"193593",31284,51819 -"193594",31284,53546 -"193595",31284,56476 -"193596",31284,58230 -"193597",31284,75244 -"193598",31284,83747 -"193599",31284,100396 -"193600",31284,106875 -"193601",31285,81616 -"193602",31286,42832 -"193603",31287,31857 -"193604",31287,62916 -"193605",31287,97841 -"193606",31288,44938 -"193607",31288,62289 -"193608",31288,62738 -"193609",31288,62796 -"193610",31289,31290 -"193611",31291,40628 -"193612",31291,50397 -"193613",31291,55998 -"193614",31291,57582 -"193615",31291,64102 -"193616",31291,66241 -"193617",31291,75941 -"193618",31291,77148 -"193619",31291,79977 -"193620",31291,81651 -"193621",31291,92430 -"193622",31291,92539 -"193623",31291,101558 -"193624",31291,101620 -"193625",31291,102484 -"193626",31291,103320 -"193627",31291,109527 -"193628",31291,121565 -"193629",31292,40662 -"193630",31292,46324 -"193631",31292,46684 -"193632",31292,46714 -"193633",31292,59838 -"193634",31293,36493 -"193635",31295,35033 -"193636",31295,37161 -"193637",31295,45309 -"193638",31295,47960 -"193639",31295,50648 -"193640",31295,50678 -"193641",31295,50720 -"193642",31295,50971 -"193643",31295,56247 -"193644",31296,45888 -"193645",31296,49837 -"193646",31296,52982 -"193647",31296,75540 -"193648",31298,65600 -"193649",31298,72786 -"193650",31299,33887 -"193651",31299,35543 -"193652",31299,48923 -"193653",31299,52909 -"193654",31299,60309 -"193655",31299,62098 -"193656",31299,89343 -"193657",31300,31754 -"193658",31300,31850 -"193659",31300,31910 -"193660",31301,31339 -"193661",31301,50882 -"193662",31301,51103 -"193663",31301,77388 -"193664",31301,84523 -"193665",31301,90428 -"193666",31302,45014 -"193667",31302,45455 -"193668",31302,46848 -"193669",31302,48563 -"193670",31302,51448 -"193671",31302,58168 -"193672",31302,72241 -"193673",31302,75824 -"193674",31302,83191 -"193675",31302,83193 -"193676",31302,92950 -"193677",31303,31304 -"193678",31303,33599 -"193679",31303,33618 -"193680",31303,33690 -"193681",31303,33727 -"193682",31303,37279 -"193683",31303,39262 -"193684",31303,45334 -"193685",31303,48998 -"193686",31303,54124 -"193687",31303,74484 -"193688",31303,92173 -"193689",31303,96300 -"193690",31303,99297 -"193691",31303,105709 -"193692",31304,35977 -"193693",31304,36000 -"193694",31304,65273 -"193695",31304,65319 -"193696",31304,80077 -"193697",31305,42311 -"193698",31305,52409 -"193699",31305,60296 -"193700",31305,65786 -"193701",31305,90858 -"193702",31305,107593 -"193703",31306,34608 -"193704",31306,57414 -"193705",31306,75403 -"193706",31306,79082 -"193707",31306,94027 -"193708",31307,31330 -"193709",31307,32600 -"193710",31307,32737 -"193711",31307,33160 -"193712",31307,35518 -"193713",31307,39122 -"193714",31307,62299 -"193715",31307,67367 -"193716",31308,32444 -"193717",31309,52623 -"193718",31309,54186 -"193719",31309,86738 -"193720",31310,38173 -"193721",31310,53857 -"193722",31310,55281 -"193723",31311,40569 -"193724",31311,40579 -"193725",31311,46864 -"193726",31312,37290 -"193727",31312,59965 -"193728",31312,82067 -"193729",31312,117320 -"193730",31313,32924 -"193731",31313,35997 -"193732",31313,39384 -"193733",31313,42565 -"193734",31313,112839 -"193735",31314,43519 -"193736",31314,61949 -"193737",31314,66266 -"193738",31315,36779 -"193739",31315,76175 -"193740",31315,95949 -"193741",31316,31317 -"193742",31317,35682 -"193743",31317,44487 -"193744",31317,53245 -"193745",31317,63669 -"193746",31317,88991 -"193747",31318,42705 -"193748",31319,31320 -"193749",31321,40753 -"193750",31321,42740 -"193751",31321,65840 -"193752",31321,74025 -"193753",31321,81684 -"193754",31323,50097 -"193755",31323,50098 -"193756",31324,82737 -"193757",31324,103458 -"193758",31325,113527 -"193759",31326,34248 -"193760",31326,35183 -"193761",31326,35224 -"193762",31326,41297 -"193763",31326,45965 -"193764",31326,49077 -"193765",31326,49079 -"193766",31326,63073 -"193767",31326,68335 -"193768",31326,78916 -"193769",31326,79470 -"193770",31326,80988 -"193771",31326,83976 -"193772",31326,87957 -"193773",31326,92627 -"193774",31326,99389 -"193775",31326,100581 -"193776",31326,101869 -"193777",31326,101894 -"193778",31326,102230 -"193779",31326,105744 -"193780",31326,108395 -"193781",31326,111089 -"193782",31326,111974 -"193783",31326,113432 -"193784",31326,113649 -"193785",31326,113688 -"193786",31327,38058 -"193787",31327,47778 -"193788",31327,70684 -"193789",31328,38100 -"193790",31328,39731 -"193791",31328,44603 -"193792",31329,32371 -"193793",31329,32373 -"193794",31329,32474 -"193795",31329,32475 -"193796",31332,31334 -"193797",31332,31335 -"193798",31332,44491 -"193799",31332,45546 -"193800",31332,51352 -"193801",31332,54313 -"193802",31332,55829 -"193803",31332,56608 -"193804",31332,57677 -"193805",31332,70583 -"193806",31332,70850 -"193807",31332,72261 -"193808",31332,80651 -"193809",31332,80664 -"193810",31332,89627 -"193811",31332,97842 -"193812",31333,77631 -"193813",31334,31335 -"193814",31335,51352 -"193815",31335,67767 -"193816",31335,91450 -"193817",31335,112102 -"193818",31335,114692 -"193819",31336,97612 -"193820",31336,99348 -"193821",31336,108933 -"193822",31337,40343 -"193823",31337,86626 -"193824",31337,86731 -"193825",31337,102670 -"193826",31338,32206 -"193827",31338,58508 -"193828",31338,121682 -"193829",31340,31957 -"193830",31340,32173 -"193831",31340,40186 -"193832",31340,46313 -"193833",31340,49219 -"193834",31340,56676 -"193835",31340,73466 -"193836",31340,92137 -"193837",31340,97812 -"193838",31341,31478 -"193839",31341,36103 -"193840",31341,40299 -"193841",31341,42005 -"193842",31341,44623 -"193843",31341,46733 -"193844",31341,46851 -"193845",31341,56393 -"193846",31341,61412 -"193847",31341,65751 -"193848",31341,67339 -"193849",31341,76928 -"193850",31341,76956 -"193851",31341,79375 -"193852",31341,80055 -"193853",31341,89452 -"193854",31341,96823 -"193855",31341,97954 -"193856",31341,97955 -"193857",31341,97972 -"193858",31341,97973 -"193859",31341,97981 -"193860",31341,97987 -"193861",31341,97994 -"193862",31341,97998 -"193863",31341,97999 -"193864",31341,98008 -"193865",31341,98116 -"193866",31341,98120 -"193867",31342,59620 -"193868",31343,31427 -"193869",31343,33154 -"193870",31343,35627 -"193871",31343,35894 -"193872",31343,38225 -"193873",31343,48688 -"193874",31343,53711 -"193875",31343,116143 -"193876",31344,78450 -"193877",31345,31346 -"193878",31345,31387 -"193879",31345,31534 -"193880",31345,31540 -"193881",31345,36959 -"193882",31345,40797 -"193883",31345,71042 -"193884",31345,95255 -"193885",31345,99218 -"193886",31345,118767 -"193887",31345,121791 -"193888",31346,31387 -"193889",31346,31534 -"193890",31346,31540 -"193891",31346,39032 -"193892",31346,71042 -"193893",31346,91902 -"193894",31347,39570 -"193895",31347,39764 -"193896",31347,39793 -"193897",31348,31791 -"193898",31348,56320 -"193899",31349,35891 -"193900",31349,36971 -"193901",31349,87276 -"193902",31349,90481 -"193903",31349,96837 -"193904",31349,103642 -"193905",31349,105056 -"193906",31350,35665 -"193907",31350,69063 -"193908",31352,50328 -"193909",31352,54253 -"193910",31352,62395 -"193911",31353,31407 -"193912",31353,36959 -"193913",31353,40396 -"193914",31353,110398 -"193915",31354,120449 -"193916",31355,37782 -"193917",31355,39694 -"193918",31355,41711 -"193919",31355,65010 -"193920",31355,66822 -"193921",31355,68675 -"193922",31356,43843 -"193923",31356,57229 -"193924",31356,83599 -"193925",31357,45403 -"193926",31357,51843 -"193927",31357,54385 -"193928",31357,63104 -"193929",31357,77199 -"193930",31357,79990 -"193931",31357,83274 -"193932",31357,83598 -"193933",31357,92645 -"193934",31357,93619 -"193935",31358,31532 -"193936",31358,61876 -"193937",31358,67856 -"193938",31359,31482 -"193939",31359,39894 -"193940",31359,39939 -"193941",31359,39983 -"193942",31362,31590 -"193943",31362,61556 -"193944",31362,69369 -"193945",31362,102459 -"193946",31362,117265 -"193947",31363,31406 -"193948",31363,57957 -"193949",31363,73887 -"193950",31363,86183 -"193951",31364,102482 -"193952",31364,102511 -"193953",31365,87176 -"193954",31365,91399 -"193955",31365,98083 -"193956",31365,98888 -"193957",31367,33870 -"193958",31367,56217 -"193959",31367,59975 -"193960",31367,86943 -"193961",31367,102426 -"193962",31368,34811 -"193963",31368,36499 -"193964",31368,47280 -"193965",31368,96061 -"193966",31369,66578 -"193967",31370,39912 -"193968",31370,54413 -"193969",31370,60700 -"193970",31370,79269 -"193971",31370,84048 -"193972",31370,88479 -"193973",31370,92215 -"193974",31370,114559 -"193975",31371,33907 -"193976",31371,34906 -"193977",31371,37713 -"193978",31371,38678 -"193979",31371,38679 -"193980",31371,38680 -"193981",31371,38732 -"193982",31371,38747 -"193983",31371,38759 -"193984",31371,38794 -"193985",31371,39121 -"193986",31371,39155 -"193987",31371,39195 -"193988",31371,39322 -"193989",31371,49190 -"193990",31371,52416 -"193991",31371,56520 -"193992",31371,56616 -"193993",31371,58455 -"193994",31372,31481 -"193995",31372,32564 -"193996",31372,52875 -"193997",31372,61125 -"193998",31372,61669 -"193999",31372,61756 -"194000",31372,83483 -"194001",31372,85013 -"194002",31374,60056 -"194003",31375,44239 -"194004",31376,31378 -"194005",31376,31409 -"194006",31376,31425 -"194007",31377,38935 -"194008",31377,98921 -"194009",31377,99134 -"194010",31377,114779 -"194011",31378,31409 -"194012",31378,31425 -"194013",31380,33574 -"194014",31380,51336 -"194015",31380,51396 -"194016",31380,64722 -"194017",31380,82208 -"194018",31380,87895 -"194019",31380,87897 -"194020",31381,31401 -"194021",31381,33680 -"194022",31381,36680 -"194023",31381,36725 -"194024",31381,48282 -"194025",31381,51738 -"194026",31381,78515 -"194027",31381,92871 -"194028",31381,97215 -"194029",31382,109916 -"194030",31382,109921 -"194031",31382,114772 -"194032",31383,31423 -"194033",31383,31492 -"194034",31383,46127 -"194035",31383,62840 -"194036",31383,62860 -"194037",31383,65566 -"194038",31383,71562 -"194039",31383,78528 -"194040",31383,95559 -"194041",31384,31543 -"194042",31384,75073 -"194043",31384,114038 -"194044",31385,34126 -"194045",31385,37307 -"194046",31385,45715 -"194047",31385,46467 -"194048",31385,50367 -"194049",31385,83906 -"194050",31385,88714 -"194051",31385,97899 -"194052",31385,109221 -"194053",31385,109383 -"194054",31385,114342 -"194055",31385,114366 -"194056",31387,31534 -"194057",31387,31540 -"194058",31387,44033 -"194059",31387,44109 -"194060",31387,101826 -"194061",31388,31599 -"194062",31390,110519 -"194063",31391,59089 -"194064",31391,65132 -"194065",31391,109855 -"194066",31391,109861 -"194067",31392,31430 -"194068",31393,31471 -"194069",31394,33820 -"194070",31394,51162 -"194071",31395,54703 -"194072",31395,56586 -"194073",31395,80080 -"194074",31395,100156 -"194075",31395,103183 -"194076",31395,104761 -"194077",31395,112496 -"194078",31395,115768 -"194079",31395,117262 -"194080",31395,119052 -"194081",31396,64664 -"194082",31397,38368 -"194083",31397,96075 -"194084",31399,73170 -"194085",31399,90365 -"194086",31400,36653 -"194087",31400,72641 -"194088",31400,107099 -"194089",31401,31788 -"194090",31401,51455 -"194091",31401,57522 -"194092",31401,76453 -"194093",31401,85032 -"194094",31402,34331 -"194095",31402,52809 -"194096",31403,38452 -"194097",31403,43706 -"194098",31403,43852 -"194099",31403,47460 -"194100",31403,56100 -"194101",31403,60430 -"194102",31403,76483 -"194103",31403,76576 -"194104",31403,80075 -"194105",31403,88932 -"194106",31403,91231 -"194107",31403,93566 -"194108",31403,94392 -"194109",31403,98786 -"194110",31405,94692 -"194111",31406,37320 -"194112",31406,57957 -"194113",31406,65938 -"194114",31406,68901 -"194115",31406,76370 -"194116",31406,80116 -"194117",31406,93632 -"194118",31408,62668 -"194119",31408,67617 -"194120",31408,72986 -"194121",31408,80435 -"194122",31408,96310 -"194123",31409,31425 -"194124",31409,32500 -"194125",31409,32501 -"194126",31409,32786 -"194127",31409,33030 -"194128",31410,31435 -"194129",31410,31449 -"194130",31410,31506 -"194131",31410,39594 -"194132",31410,40800 -"194133",31410,42942 -"194134",31410,51406 -"194135",31410,71857 -"194136",31410,71860 -"194137",31410,72047 -"194138",31411,37211 -"194139",31411,40427 -"194140",31411,75089 -"194141",31411,77560 -"194142",31411,81754 -"194143",31413,94019 -"194144",31413,102616 -"194145",31413,123220 -"194146",31414,32181 -"194147",31414,43257 -"194148",31414,46465 -"194149",31414,80427 -"194150",31414,96982 -"194151",31416,36737 -"194152",31416,41091 -"194153",31416,58022 -"194154",31416,98280 -"194155",31416,112442 -"194156",31417,37043 -"194157",31417,51913 -"194158",31417,53621 -"194159",31417,82893 -"194160",31417,89595 -"194161",31418,32568 -"194162",31418,57787 -"194163",31418,59573 -"194164",31418,59698 -"194165",31418,84191 -"194166",31419,68560 -"194167",31419,104766 -"194168",31419,109334 -"194169",31419,110264 -"194170",31419,111375 -"194171",31419,121820 -"194172",31419,121822 -"194173",31420,39507 -"194174",31420,60795 -"194175",31420,84012 -"194176",31420,84097 -"194177",31420,100840 -"194178",31420,117411 -"194179",31421,89947 -"194180",31422,31502 -"194181",31422,60806 -"194182",31422,82894 -"194183",31422,86964 -"194184",31422,87468 -"194185",31423,31492 -"194186",31423,39714 -"194187",31423,44319 -"194188",31423,44858 -"194189",31423,51654 -"194190",31423,57105 -"194191",31423,58035 -"194192",31423,83165 -"194193",31423,83906 -"194194",31423,83915 -"194195",31423,83949 -"194196",31423,113889 -"194197",31423,121744 -"194198",31424,49276 -"194199",31424,64887 -"194200",31425,90453 -"194201",31425,90454 -"194202",31425,90466 -"194203",31426,80261 -"194204",31426,115373 -"194205",31428,49140 -"194206",31429,88179 -"194207",31430,33126 -"194208",31430,41137 -"194209",31430,60870 -"194210",31430,68013 -"194211",31430,90486 -"194212",31430,114715 -"194213",31431,50096 -"194214",31431,55270 -"194215",31431,62721 -"194216",31431,64284 -"194217",31431,65287 -"194218",31431,67698 -"194219",31431,69077 -"194220",31431,75236 -"194221",31431,77520 -"194222",31431,93796 -"194223",31431,105821 -"194224",31431,112899 -"194225",31431,114278 -"194226",31431,122060 -"194227",31432,37448 -"194228",31432,44859 -"194229",31432,54475 -"194230",31432,54692 -"194231",31432,102121 -"194232",31433,55215 -"194233",31433,64374 -"194234",31433,103211 -"194235",31434,108520 -"194236",31435,31449 -"194237",31435,31506 -"194238",31435,39594 -"194239",31435,42942 -"194240",31435,51406 -"194241",31435,61181 -"194242",31435,71857 -"194243",31435,71860 -"194244",31435,72047 -"194245",31436,32875 -"194246",31436,45684 -"194247",31436,46166 -"194248",31436,46173 -"194249",31436,46196 -"194250",31436,46251 -"194251",31436,46260 -"194252",31436,111867 -"194253",31436,118725 -"194254",31437,43232 -"194255",31437,57077 -"194256",31437,63744 -"194257",31437,102050 -"194258",31437,103278 -"194259",31437,116652 -"194260",31438,58227 -"194261",31439,31530 -"194262",31441,31531 -"194263",31441,80268 -"194264",31442,49896 -"194265",31442,93679 -"194266",31442,101550 -"194267",31443,62838 -"194268",31443,72995 -"194269",31443,73017 -"194270",31444,38597 -"194271",31444,49309 -"194272",31444,49655 -"194273",31444,64530 -"194274",31444,66160 -"194275",31445,38476 -"194276",31445,42168 -"194277",31445,79040 -"194278",31445,97005 -"194279",31445,97475 -"194280",31445,118927 -"194281",31447,32110 -"194282",31447,109416 -"194283",31448,68576 -"194284",31449,31506 -"194285",31449,32494 -"194286",31451,37839 -"194287",31452,81428 -"194288",31454,51000 -"194289",31454,68365 -"194290",31455,34145 -"194291",31456,101867 -"194292",31456,110944 -"194293",31457,97763 -"194294",31458,39049 -"194295",31458,39050 -"194296",31458,39051 -"194297",31458,39087 -"194298",31458,39115 -"194299",31458,39132 -"194300",31458,39136 -"194301",31458,43429 -"194302",31458,47947 -"194303",31458,60025 -"194304",31458,75377 -"194305",31459,51349 -"194306",31459,57399 -"194307",31459,69996 -"194308",31460,36089 -"194309",31460,55949 -"194310",31460,73379 -"194311",31460,84770 -"194312",31460,102341 -"194313",31460,111983 -"194314",31460,115127 -"194315",31460,116014 -"194316",31462,43493 -"194317",31462,55287 -"194318",31462,70250 -"194319",31462,94786 -"194320",31462,108341 -"194321",31462,108727 -"194322",31463,43852 -"194323",31465,54906 -"194324",31466,51063 -"194325",31466,63394 -"194326",31466,108446 -"194327",31466,111726 -"194328",31467,41835 -"194329",31467,72686 -"194330",31468,58980 -"194331",31468,58989 -"194332",31469,34668 -"194333",31469,42247 -"194334",31469,51777 -"194335",31469,75470 -"194336",31469,101111 -"194337",31470,45080 -"194338",31470,99377 -"194339",31470,122290 -"194340",31470,123503 -"194341",31471,39900 -"194342",31471,79749 -"194343",31471,95044 -"194344",31472,31508 -"194345",31472,51551 -"194346",31472,57822 -"194347",31472,69181 -"194348",31472,74765 -"194349",31472,77574 -"194350",31472,79060 -"194351",31473,55049 -"194352",31474,40307 -"194353",31474,76350 -"194354",31474,88117 -"194355",31475,47570 -"194356",31476,39611 -"194357",31476,42436 -"194358",31476,53036 -"194359",31476,55288 -"194360",31476,55320 -"194361",31476,55791 -"194362",31476,67120 -"194363",31476,67157 -"194364",31477,32367 -"194365",31477,32383 -"194366",31477,32419 -"194367",31478,39895 -"194368",31478,41317 -"194369",31478,46132 -"194370",31478,46733 -"194371",31478,48926 -"194372",31478,76428 -"194373",31478,91055 -"194374",31478,96857 -"194375",31478,101096 -"194376",31478,101873 -"194377",31479,32502 -"194378",31479,47101 -"194379",31479,58771 -"194380",31479,73316 -"194381",31480,110175 -"194382",31483,47391 -"194383",31483,89494 -"194384",31484,36349 -"194385",31484,60475 -"194386",31485,32408 -"194387",31485,32775 -"194388",31485,42655 -"194389",31485,42668 -"194390",31485,42751 -"194391",31485,42762 -"194392",31485,42764 -"194393",31485,42786 -"194394",31485,42810 -"194395",31485,59425 -"194396",31485,66775 -"194397",31485,66875 -"194398",31485,71475 -"194399",31485,73172 -"194400",31485,73261 -"194401",31485,88935 -"194402",31485,95868 -"194403",31485,108723 -"194404",31486,115750 -"194405",31486,115773 -"194406",31487,74011 -"194407",31487,105904 -"194408",31488,31825 -"194409",31488,40329 -"194410",31488,60771 -"194411",31488,77077 -"194412",31488,105527 -"194413",31488,110742 -"194414",31489,31847 -"194415",31489,39406 -"194416",31489,43123 -"194417",31489,47118 -"194418",31489,48712 -"194419",31489,53616 -"194420",31489,77676 -"194421",31489,78634 -"194422",31489,81848 -"194423",31489,82803 -"194424",31489,91465 -"194425",31489,100649 -"194426",31489,102714 -"194427",31489,103324 -"194428",31489,106726 -"194429",31489,106975 -"194430",31489,111388 -"194431",31490,108387 -"194432",31491,75195 -"194433",31491,78292 -"194434",31492,33574 -"194435",31492,39714 -"194436",31492,40293 -"194437",31492,40695 -"194438",31492,44319 -"194439",31492,44858 -"194440",31492,51654 -"194441",31492,57105 -"194442",31492,58035 -"194443",31492,69327 -"194444",31492,74452 -"194445",31492,79116 -"194446",31492,79145 -"194447",31492,82767 -"194448",31492,83165 -"194449",31492,83180 -"194450",31492,83906 -"194451",31492,83915 -"194452",31492,83949 -"194453",31492,88714 -"194454",31493,78841 -"194455",31493,83223 -"194456",31493,85891 -"194457",31493,90044 -"194458",31493,90086 -"194459",31493,90088 -"194460",31494,39163 -"194461",31494,78823 -"194462",31495,32538 -"194463",31495,33136 -"194464",31495,40948 -"194465",31495,58340 -"194466",31495,59761 -"194467",31495,71455 -"194468",31495,76094 -"194469",31495,86826 -"194470",31495,116664 -"194471",31496,80476 -"194472",31496,85648 -"194473",31496,121810 -"194474",31497,35217 -"194475",31497,43340 -"194476",31497,46962 -"194477",31497,52926 -"194478",31498,117322 -"194479",31498,117323 -"194480",31498,121734 -"194481",31499,63624 -"194482",31499,65776 -"194483",31499,66261 -"194484",31499,74283 -"194485",31499,74430 -"194486",31499,74486 -"194487",31499,74544 -"194488",31500,31501 -"194489",31502,60806 -"194490",31502,63069 -"194491",31502,69461 -"194492",31502,69462 -"194493",31502,86964 -"194494",31503,42195 -"194495",31503,52844 -"194496",31503,54342 -"194497",31503,68501 -"194498",31503,76383 -"194499",31503,85148 -"194500",31503,97272 -"194501",31503,97761 -"194502",31503,97940 -"194503",31503,101491 -"194504",31503,102999 -"194505",31503,106554 -"194506",31503,108554 -"194507",31503,108583 -"194508",31503,117696 -"194509",31504,66151 -"194510",31505,45709 -"194511",31507,40687 -"194512",31507,66860 -"194513",31507,66891 -"194514",31508,53749 -"194515",31509,45113 -"194516",31509,92365 -"194517",31510,31941 -"194518",31511,61555 -"194519",31512,32317 -"194520",31512,32497 -"194521",31512,52041 -"194522",31512,58211 -"194523",31512,67165 -"194524",31512,73659 -"194525",31512,73743 -"194526",31512,73875 -"194527",31512,73896 -"194528",31513,31845 -"194529",31513,36049 -"194530",31513,36847 -"194531",31513,45514 -"194532",31513,53886 -"194533",31513,56347 -"194534",31513,82194 -"194535",31513,93592 -"194536",31513,95578 -"194537",31513,98650 -"194538",31513,116201 -"194539",31513,116214 -"194540",31514,33853 -"194541",31514,43577 -"194542",31514,59614 -"194543",31514,81671 -"194544",31515,31649 -"194545",31515,37541 -"194546",31515,43594 -"194547",31515,61857 -"194548",31515,92412 -"194549",31515,95233 -"194550",31516,74925 -"194551",31517,31518 -"194552",31517,47649 -"194553",31518,41754 -"194554",31518,113027 -"194555",31519,36569 -"194556",31519,49345 -"194557",31519,54522 -"194558",31519,97759 -"194559",31520,31521 -"194560",31520,31554 -"194561",31520,31659 -"194562",31520,31660 -"194563",31521,31554 -"194564",31521,31659 -"194565",31521,31660 -"194566",31521,56396 -"194567",31521,65310 -"194568",31521,65366 -"194569",31521,84820 -"194570",31521,106156 -"194571",31521,120966 -"194572",31521,120969 -"194573",31522,31523 -"194574",31522,31647 -"194575",31522,31648 -"194576",31523,31647 -"194577",31523,31648 -"194578",31523,32240 -"194579",31523,40651 -"194580",31523,49643 -"194581",31524,31598 -"194582",31524,47029 -"194583",31524,87464 -"194584",31524,98146 -"194585",31525,32190 -"194586",31525,32294 -"194587",31525,116799 -"194588",31526,33862 -"194589",31526,36799 -"194590",31526,36833 -"194591",31526,36845 -"194592",31526,39208 -"194593",31526,56758 -"194594",31527,70381 -"194595",31527,73953 -"194596",31527,93951 -"194597",31527,115666 -"194598",31528,69617 -"194599",31528,73115 -"194600",31528,74623 -"194601",31528,100406 -"194602",31528,113999 -"194603",31529,41581 -"194604",31529,70358 -"194605",31530,37612 -"194606",31530,64201 -"194607",31530,78068 -"194608",31530,102881 -"194609",31531,33464 -"194610",31531,61656 -"194611",31531,75343 -"194612",31531,76560 -"194613",31531,80268 -"194614",31533,55383 -"194615",31533,57723 -"194616",31533,63253 -"194617",31533,66566 -"194618",31533,110683 -"194619",31533,115482 -"194620",31534,31540 -"194621",31535,32936 -"194622",31535,48927 -"194623",31536,32127 -"194624",31536,40213 -"194625",31536,73263 -"194626",31536,93191 -"194627",31537,33197 -"194628",31537,44434 -"194629",31537,55704 -"194630",31537,65502 -"194631",31538,31848 -"194632",31538,93993 -"194633",31538,122111 -"194634",31538,122121 -"194635",31539,43385 -"194636",31539,76285 -"194637",31539,94262 -"194638",31541,32637 -"194639",31541,34491 -"194640",31541,39572 -"194641",31541,39766 -"194642",31541,39814 -"194643",31541,41979 -"194644",31541,42374 -"194645",31541,43820 -"194646",31541,44959 -"194647",31541,53650 -"194648",31541,54625 -"194649",31541,62721 -"194650",31542,49357 -"194651",31542,49636 -"194652",31542,61582 -"194653",31542,72944 -"194654",31542,110031 -"194655",31544,77749 -"194656",31544,91506 -"194657",31544,108425 -"194658",31544,113248 -"194659",31544,113547 -"194660",31545,44724 -"194661",31545,81523 -"194662",31545,90014 -"194663",31545,105834 -"194664",31547,35182 -"194665",31547,35409 -"194666",31547,45198 -"194667",31547,50507 -"194668",31547,66665 -"194669",31547,68049 -"194670",31547,69934 -"194671",31547,72290 -"194672",31548,31569 -"194673",31548,31732 -"194674",31548,48395 -"194675",31548,62066 -"194676",31548,69377 -"194677",31548,70709 -"194678",31548,77211 -"194679",31548,90299 -"194680",31548,115736 -"194681",31550,34575 -"194682",31550,39823 -"194683",31550,58687 -"194684",31550,83154 -"194685",31550,107701 -"194686",31551,31644 -"194687",31551,31735 -"194688",31553,37153 -"194689",31553,41524 -"194690",31554,31659 -"194691",31554,31660 -"194692",31555,82065 -"194693",31555,108512 -"194694",31556,31584 -"194695",31556,31597 -"194696",31558,42306 -"194697",31559,31839 -"194698",31559,36970 -"194699",31559,55420 -"194700",31559,64368 -"194701",31559,67548 -"194702",31560,34375 -"194703",31560,37713 -"194704",31560,49195 -"194705",31560,61402 -"194706",31562,31564 -"194707",31562,31617 -"194708",31563,35262 -"194709",31563,59873 -"194710",31564,31617 -"194711",31564,36612 -"194712",31564,39850 -"194713",31564,47722 -"194714",31564,47731 -"194715",31565,35540 -"194716",31566,33827 -"194717",31566,56873 -"194718",31566,85713 -"194719",31567,32545 -"194720",31567,32841 -"194721",31567,40978 -"194722",31568,31641 -"194723",31569,31732 -"194724",31569,52217 -"194725",31569,77211 -"194726",31570,50352 -"194727",31570,123066 -"194728",31571,51110 -"194729",31572,31675 -"194730",31572,37506 -"194731",31572,68805 -"194732",31572,108813 -"194733",31573,33461 -"194734",31573,70347 -"194735",31573,84957 -"194736",31573,84988 -"194737",31573,84989 -"194738",31573,89981 -"194739",31573,90031 -"194740",31574,31691 -"194741",31575,42324 -"194742",31575,52750 -"194743",31575,52884 -"194744",31575,63041 -"194745",31575,74516 -"194746",31575,75623 -"194747",31575,77517 -"194748",31575,77522 -"194749",31575,77528 -"194750",31575,77607 -"194751",31575,81526 -"194752",31575,97767 -"194753",31575,100918 -"194754",31577,36898 -"194755",31577,66842 -"194756",31577,71227 -"194757",31578,35582 -"194758",31579,31582 -"194759",31579,31671 -"194760",31579,31919 -"194761",31579,33835 -"194762",31579,40176 -"194763",31579,41857 -"194764",31579,60345 -"194765",31579,68810 -"194766",31579,78444 -"194767",31579,84666 -"194768",31579,84709 -"194769",31579,89283 -"194770",31579,97583 -"194771",31579,101650 -"194772",31580,98657 -"194773",31581,32891 -"194774",31581,32905 -"194775",31581,32972 -"194776",31581,34508 -"194777",31581,48949 -"194778",31581,70370 -"194779",31582,31671 -"194780",31582,53925 -"194781",31583,31806 -"194782",31583,46436 -"194783",31583,70463 -"194784",31584,31597 -"194785",31584,80079 -"194786",31584,104369 -"194787",31585,31757 -"194788",31585,31758 -"194789",31585,40622 -"194790",31586,55022 -"194791",31586,90901 -"194792",31586,108740 -"194793",31586,108741 -"194794",31587,31588 -"194795",31587,32943 -"194796",31587,41409 -"194797",31587,41645 -"194798",31587,58566 -"194799",31587,67817 -"194800",31587,74355 -"194801",31587,88434 -"194802",31588,32943 -"194803",31588,36453 -"194804",31588,38091 -"194805",31588,41409 -"194806",31588,44057 -"194807",31589,38566 -"194808",31589,40490 -"194809",31589,62083 -"194810",31589,69895 -"194811",31590,33583 -"194812",31590,49979 -"194813",31590,61556 -"194814",31590,117265 -"194815",31592,31593 -"194816",31592,31602 -"194817",31592,32324 -"194818",31593,31602 -"194819",31593,32324 -"194820",31593,76532 -"194821",31593,77518 -"194822",31593,87153 -"194823",31593,87170 -"194824",31593,87174 -"194825",31595,31701 -"194826",31596,33652 -"194827",31596,33978 -"194828",31596,40848 -"194829",31596,46647 -"194830",31596,53837 -"194831",31596,55273 -"194832",31596,61074 -"194833",31596,77488 -"194834",31596,81934 -"194835",31596,91735 -"194836",31596,93093 -"194837",31596,93483 -"194838",31596,96401 -"194839",31596,108892 -"194840",31596,109623 -"194841",31599,83019 -"194842",31599,108891 -"194843",31600,31632 -"194844",31600,31637 -"194845",31600,31687 -"194846",31601,31610 -"194847",31601,37001 -"194848",31601,43495 -"194849",31602,32324 -"194850",31602,35410 -"194851",31603,34040 -"194852",31603,46717 -"194853",31603,63115 -"194854",31603,83096 -"194855",31603,96929 -"194856",31603,97635 -"194857",31603,110821 -"194858",31603,122644 -"194859",31604,32009 -"194860",31604,39432 -"194861",31604,49891 -"194862",31604,53947 -"194863",31604,57728 -"194864",31604,60322 -"194865",31605,31606 -"194866",31605,37544 -"194867",31605,37752 -"194868",31605,55541 -"194869",31605,57641 -"194870",31605,64957 -"194871",31605,92642 -"194872",31605,114273 -"194873",31606,33413 -"194874",31606,39581 -"194875",31606,41513 -"194876",31606,57641 -"194877",31606,58829 -"194878",31606,65070 -"194879",31606,76885 -"194880",31606,117141 -"194881",31606,117142 -"194882",31606,118591 -"194883",31606,119921 -"194884",31606,120546 -"194885",31606,120579 -"194886",31606,122809 -"194887",31607,88777 -"194888",31607,103720 -"194889",31608,48439 -"194890",31608,96333 -"194891",31608,105779 -"194892",31608,108360 -"194893",31608,108995 -"194894",31608,109540 -"194895",31608,116843 -"194896",31608,117285 -"194897",31609,32296 -"194898",31609,32398 -"194899",31609,32695 -"194900",31609,32732 -"194901",31609,33569 -"194902",31609,34885 -"194903",31609,56317 -"194904",31609,76127 -"194905",31609,79973 -"194906",31609,112639 -"194907",31610,37001 -"194908",31610,96896 -"194909",31611,40941 -"194910",31611,71926 -"194911",31611,85657 -"194912",31611,90494 -"194913",31612,33679 -"194914",31612,38146 -"194915",31612,44472 -"194916",31612,44556 -"194917",31612,52846 -"194918",31612,52876 -"194919",31612,57150 -"194920",31613,39005 -"194921",31613,39006 -"194922",31613,39018 -"194923",31613,42937 -"194924",31614,32714 -"194925",31614,33182 -"194926",31614,33560 -"194927",31614,33565 -"194928",31614,33767 -"194929",31614,42716 -"194930",31614,45355 -"194931",31614,61691 -"194932",31614,71107 -"194933",31614,80402 -"194934",31614,90762 -"194935",31614,94771 -"194936",31614,104364 -"194937",31614,113453 -"194938",31615,31760 -"194939",31615,66583 -"194940",31615,80017 -"194941",31615,82179 -"194942",31616,45086 -"194943",31616,69414 -"194944",31617,36612 -"194945",31617,39850 -"194946",31617,47722 -"194947",31617,47731 -"194948",31618,36355 -"194949",31619,41888 -"194950",31619,53164 -"194951",31619,90798 -"194952",31619,102651 -"194953",31619,102681 -"194954",31619,108244 -"194955",31620,52262 -"194956",31620,79905 -"194957",31620,104892 -"194958",31621,32700 -"194959",31621,46973 -"194960",31621,51406 -"194961",31621,61999 -"194962",31621,83339 -"194963",31621,83361 -"194964",31621,95966 -"194965",31621,96539 -"194966",31621,103491 -"194967",31622,31710 -"194968",31623,119399 -"194969",31624,31716 -"194970",31625,40878 -"194971",31625,43986 -"194972",31626,36698 -"194973",31626,39751 -"194974",31626,39799 -"194975",31626,40152 -"194976",31626,46197 -"194977",31626,61841 -"194978",31626,77521 -"194979",31626,78273 -"194980",31627,62357 -"194981",31627,90208 -"194982",31628,36986 -"194983",31628,45127 -"194984",31628,69554 -"194985",31629,61487 -"194986",31629,68055 -"194987",31630,41861 -"194988",31630,57346 -"194989",31630,61105 -"194990",31630,105565 -"194991",31631,37826 -"194992",31631,43131 -"194993",31631,110669 -"194994",31631,118582 -"194995",31632,31637 -"194996",31632,31687 -"194997",31633,44473 -"194998",31633,44501 -"194999",31633,45899 -"195000",31633,45900 -"195001",31633,45901 -"195002",31633,55253 -"195003",31634,31673 -"195004",31634,80219 -"195005",31637,31687 -"195006",31638,34543 -"195007",31638,38578 -"195008",31638,44080 -"195009",31638,53892 -"195010",31638,75146 -"195011",31638,77425 -"195012",31638,78991 -"195013",31638,79039 -"195014",31638,96027 -"195015",31638,96068 -"195016",31638,99311 -"195017",31638,112701 -"195018",31638,112702 -"195019",31638,112751 -"195020",31638,120450 -"195021",31638,120457 -"195022",31639,41238 -"195023",31639,69250 -"195024",31639,71560 -"195025",31640,46239 -"195026",31640,62639 -"195027",31640,67402 -"195028",31640,70869 -"195029",31640,76579 -"195030",31640,99932 -"195031",31640,106501 -"195032",31641,67919 -"195033",31642,34689 -"195034",31642,103014 -"195035",31643,31736 -"195036",31643,62077 -"195037",31643,113569 -"195038",31643,113589 -"195039",31644,31735 -"195040",31644,62035 -"195041",31644,95026 -"195042",31645,31720 -"195043",31645,31737 -"195044",31645,31739 -"195045",31646,43778 -"195046",31646,43785 -"195047",31646,43838 -"195048",31646,43849 -"195049",31647,31648 -"195050",31648,71921 -"195051",31648,71951 -"195052",31649,41912 -"195053",31649,43594 -"195054",31649,44178 -"195055",31649,54388 -"195056",31649,59560 -"195057",31649,88079 -"195058",31649,102417 -"195059",31649,107000 -"195060",31650,42109 -"195061",31650,52106 -"195062",31650,52224 -"195063",31650,73239 -"195064",31651,37893 -"195065",31651,43443 -"195066",31651,65571 -"195067",31651,70097 -"195068",31651,74797 -"195069",31652,66560 -"195070",31652,67229 -"195071",31652,75196 -"195072",31652,115793 -"195073",31652,116708 -"195074",31653,51945 -"195075",31653,61141 -"195076",31653,97428 -"195077",31653,101722 -"195078",31653,121096 -"195079",31654,32370 -"195080",31654,32396 -"195081",31654,32462 -"195082",31654,32522 -"195083",31654,33228 -"195084",31654,83472 -"195085",31655,40931 -"195086",31655,45626 -"195087",31655,48101 -"195088",31655,49997 -"195089",31655,50209 -"195090",31655,52464 -"195091",31655,52858 -"195092",31655,62540 -"195093",31655,69782 -"195094",31655,69832 -"195095",31656,42663 -"195096",31656,89474 -"195097",31657,44439 -"195098",31657,45401 -"195099",31657,49332 -"195100",31657,92467 -"195101",31657,118408 -"195102",31658,31961 -"195103",31658,31996 -"195104",31658,37966 -"195105",31658,44983 -"195106",31658,45709 -"195107",31658,47688 -"195108",31658,47872 -"195109",31658,50102 -"195110",31658,57783 -"195111",31658,58621 -"195112",31658,59646 -"195113",31658,65800 -"195114",31658,67564 -"195115",31658,68111 -"195116",31658,69362 -"195117",31658,71693 -"195118",31658,76590 -"195119",31658,86600 -"195120",31658,88782 -"195121",31658,92517 -"195122",31658,100140 -"195123",31658,105198 -"195124",31658,105616 -"195125",31658,110250 -"195126",31658,112711 -"195127",31658,115582 -"195128",31658,122588 -"195129",31658,122819 -"195130",31658,122852 -"195131",31658,122861 -"195132",31658,122863 -"195133",31658,122864 -"195134",31659,31660 -"195135",31662,96878 -"195136",31662,119917 -"195137",31663,55105 -"195138",31663,70987 -"195139",31664,36141 -"195140",31664,38015 -"195141",31664,40677 -"195142",31664,52932 -"195143",31664,52940 -"195144",31664,53628 -"195145",31664,53924 -"195146",31664,54262 -"195147",31664,61337 -"195148",31664,92741 -"195149",31664,103089 -"195150",31664,103116 -"195151",31664,103155 -"195152",31664,120092 -"195153",31665,43289 -"195154",31665,43390 -"195155",31666,31695 -"195156",31666,69783 -"195157",31666,77156 -"195158",31666,78457 -"195159",31666,80395 -"195160",31666,93120 -"195161",31666,95182 -"195162",31666,95217 -"195163",31667,33204 -"195164",31667,61580 -"195165",31667,67406 -"195166",31667,68090 -"195167",31667,68149 -"195168",31668,63502 -"195169",31668,82187 -"195170",31668,87851 -"195171",31669,71007 -"195172",31669,71042 -"195173",31671,36559 -"195174",31671,37314 -"195175",31671,37884 -"195176",31671,39355 -"195177",31671,44200 -"195178",31671,45558 -"195179",31671,47009 -"195180",31671,47947 -"195181",31671,51592 -"195182",31671,55021 -"195183",31671,57307 -"195184",31671,57372 -"195185",31671,57843 -"195186",31671,60301 -"195187",31671,60310 -"195188",31671,60348 -"195189",31671,60407 -"195190",31671,62178 -"195191",31672,31681 -"195192",31672,31708 -"195193",31673,100476 -"195194",31673,114656 -"195195",31674,39319 -"195196",31674,89659 -"195197",31674,94666 -"195198",31675,68805 -"195199",31676,40515 -"195200",31677,53198 -"195201",31678,35031 -"195202",31678,35102 -"195203",31678,39400 -"195204",31678,44718 -"195205",31678,50969 -"195206",31678,54702 -"195207",31678,61532 -"195208",31678,66219 -"195209",31678,70526 -"195210",31678,75312 -"195211",31678,78868 -"195212",31678,81651 -"195213",31678,83406 -"195214",31678,84830 -"195215",31678,85139 -"195216",31678,92551 -"195217",31678,99163 -"195218",31678,110300 -"195219",31679,34260 -"195220",31679,84000 -"195221",31679,84023 -"195222",31679,109935 -"195223",31679,119150 -"195224",31680,61358 -"195225",31680,79661 -"195226",31680,98796 -"195227",31681,31708 -"195228",31682,34700 -"195229",31682,41782 -"195230",31682,60543 -"195231",31682,105372 -"195232",31683,31693 -"195233",31683,35251 -"195234",31685,38857 -"195235",31685,87299 -"195236",31685,87571 -"195237",31685,100785 -"195238",31686,36344 -"195239",31686,38142 -"195240",31686,51072 -"195241",31686,64146 -"195242",31686,102426 -"195243",31687,109423 -"195244",31687,109424 -"195245",31687,118352 -"195246",31688,56706 -"195247",31688,56847 -"195248",31688,56849 -"195249",31689,47384 -"195250",31689,49171 -"195251",31689,107884 -"195252",31691,41317 -"195253",31691,86129 -"195254",31691,115997 -"195255",31691,116015 -"195256",31692,105182 -"195257",31693,35251 -"195258",31693,36129 -"195259",31693,38755 -"195260",31693,40805 -"195261",31693,46846 -"195262",31693,58463 -"195263",31693,65726 -"195264",31695,53536 -"195265",31696,39354 -"195266",31696,56610 -"195267",31696,69604 -"195268",31697,75491 -"195269",31697,82550 -"195270",31697,91848 -"195271",31697,100060 -"195272",31698,35549 -"195273",31698,38894 -"195274",31698,40038 -"195275",31698,49775 -"195276",31698,69905 -"195277",31698,79047 -"195278",31698,97888 -"195279",31698,98917 -"195280",31699,96992 -"195281",31700,32361 -"195282",31700,33275 -"195283",31700,33883 -"195284",31700,36286 -"195285",31700,36767 -"195286",31700,37238 -"195287",31700,37937 -"195288",31700,40419 -"195289",31700,42608 -"195290",31700,44180 -"195291",31700,45818 -"195292",31700,51476 -"195293",31700,51892 -"195294",31700,53755 -"195295",31700,54168 -"195296",31700,57210 -"195297",31700,58482 -"195298",31700,59172 -"195299",31700,59816 -"195300",31700,60172 -"195301",31700,61874 -"195302",31700,63274 -"195303",31700,66322 -"195304",31700,67327 -"195305",31700,70854 -"195306",31700,71683 -"195307",31700,72568 -"195308",31700,72628 -"195309",31700,73767 -"195310",31700,74047 -"195311",31700,76691 -"195312",31700,78532 -"195313",31700,81609 -"195314",31700,83186 -"195315",31700,85885 -"195316",31700,91255 -"195317",31700,92247 -"195318",31700,92352 -"195319",31700,92362 -"195320",31700,92929 -"195321",31700,93719 -"195322",31700,94906 -"195323",31700,94946 -"195324",31700,95290 -"195325",31700,95889 -"195326",31700,96093 -"195327",31700,97988 -"195328",31700,99309 -"195329",31700,99376 -"195330",31700,99450 -"195331",31700,99471 -"195332",31700,99474 -"195333",31700,100916 -"195334",31700,100944 -"195335",31700,101126 -"195336",31700,101329 -"195337",31700,104762 -"195338",31700,105557 -"195339",31700,107199 -"195340",31700,108743 -"195341",31700,108980 -"195342",31700,109291 -"195343",31700,109933 -"195344",31700,110483 -"195345",31700,110567 -"195346",31700,110572 -"195347",31700,110630 -"195348",31700,110648 -"195349",31700,110711 -"195350",31700,110770 -"195351",31700,110869 -"195352",31700,110911 -"195353",31700,111285 -"195354",31700,111314 -"195355",31700,111362 -"195356",31700,111372 -"195357",31700,111424 -"195358",31700,111433 -"195359",31700,112422 -"195360",31700,113269 -"195361",31700,113430 -"195362",31700,114242 -"195363",31700,114842 -"195364",31700,115427 -"195365",31700,115521 -"195366",31700,115711 -"195367",31701,48289 -"195368",31701,67904 -"195369",31701,69353 -"195370",31702,41811 -"195371",31703,61153 -"195372",31703,73181 -"195373",31703,112586 -"195374",31704,40656 -"195375",31704,57184 -"195376",31704,62324 -"195377",31704,71704 -"195378",31704,92184 -"195379",31705,47137 -"195380",31705,62151 -"195381",31705,70235 -"195382",31705,70685 -"195383",31705,77550 -"195384",31705,78948 -"195385",31707,36915 -"195386",31707,36994 -"195387",31708,111245 -"195388",31709,55250 -"195389",31710,63190 -"195390",31711,72163 -"195391",31711,77722 -"195392",31711,80003 -"195393",31711,84137 -"195394",31711,85938 -"195395",31711,96588 -"195396",31712,80086 -"195397",31713,34550 -"195398",31713,41053 -"195399",31713,52088 -"195400",31714,34897 -"195401",31714,49675 -"195402",31714,98746 -"195403",31714,106479 -"195404",31714,116440 -"195405",31715,55651 -"195406",31715,56497 -"195407",31715,56530 -"195408",31715,76651 -"195409",31715,94313 -"195410",31715,97461 -"195411",31715,99406 -"195412",31715,107659 -"195413",31715,111562 -"195414",31715,117259 -"195415",31716,75809 -"195416",31716,105289 -"195417",31717,32787 -"195418",31718,36187 -"195419",31718,39269 -"195420",31718,40358 -"195421",31718,41580 -"195422",31718,42529 -"195423",31718,42578 -"195424",31718,42662 -"195425",31718,45809 -"195426",31718,49061 -"195427",31718,54236 -"195428",31718,57204 -"195429",31719,94756 -"195430",31719,106123 -"195431",31719,118405 -"195432",31720,31737 -"195433",31720,31739 -"195434",31721,42356 -"195435",31721,49055 -"195436",31721,64599 -"195437",31722,38087 -"195438",31722,82837 -"195439",31722,86945 -"195440",31722,107598 -"195441",31722,114577 -"195442",31723,38292 -"195443",31723,46501 -"195444",31723,60985 -"195445",31723,67535 -"195446",31723,78969 -"195447",31723,83398 -"195448",31723,83414 -"195449",31724,32329 -"195450",31724,32334 -"195451",31724,32349 -"195452",31724,32401 -"195453",31724,34921 -"195454",31724,35726 -"195455",31724,36817 -"195456",31724,45347 -"195457",31724,45420 -"195458",31724,45421 -"195459",31724,45422 -"195460",31724,46781 -"195461",31724,51221 -"195462",31724,52215 -"195463",31724,61534 -"195464",31724,82819 -"195465",31725,64942 -"195466",31725,79253 -"195467",31725,88765 -"195468",31726,31853 -"195469",31726,85410 -"195470",31726,118332 -"195471",31727,31729 -"195472",31727,41219 -"195473",31727,50094 -"195474",31727,66788 -"195475",31727,90502 -"195476",31727,97651 -"195477",31728,46318 -"195478",31729,66788 -"195479",31729,83060 -"195480",31730,57755 -"195481",31730,74163 -"195482",31730,113132 -"195483",31731,36087 -"195484",31732,48307 -"195485",31732,49984 -"195486",31732,72863 -"195487",31732,77211 -"195488",31732,106453 -"195489",31732,109975 -"195490",31732,114762 -"195491",31733,46647 -"195492",31733,76472 -"195493",31733,85935 -"195494",31733,90578 -"195495",31734,48860 -"195496",31734,79405 -"195497",31735,51862 -"195498",31736,53116 -"195499",31737,31739 -"195500",31741,47134 -"195501",31741,53516 -"195502",31742,34946 -"195503",31742,78089 -"195504",31742,80825 -"195505",31743,53631 -"195506",31743,86481 -"195507",31743,90138 -"195508",31743,93328 -"195509",31743,106389 -"195510",31743,123330 -"195511",31745,31746 -"195512",31745,53289 -"195513",31745,61281 -"195514",31745,94233 -"195515",31745,94254 -"195516",31746,63806 -"195517",31747,34310 -"195518",31747,58122 -"195519",31747,79614 -"195520",31747,84748 -"195521",31747,93716 -"195522",31747,95647 -"195523",31749,31863 -"195524",31750,31794 -"195525",31750,31800 -"195526",31750,45965 -"195527",31750,48413 -"195528",31750,61227 -"195529",31751,34988 -"195530",31751,36031 -"195531",31751,43448 -"195532",31751,60883 -"195533",31751,68317 -"195534",31751,75320 -"195535",31751,82533 -"195536",31751,83680 -"195537",31751,83744 -"195538",31751,84128 -"195539",31751,89681 -"195540",31751,90234 -"195541",31751,90321 -"195542",31752,54206 -"195543",31752,54621 -"195544",31752,61345 -"195545",31752,92933 -"195546",31752,117949 -"195547",31753,32935 -"195548",31753,37961 -"195549",31753,41077 -"195550",31753,50766 -"195551",31753,54372 -"195552",31753,68559 -"195553",31753,105318 -"195554",31753,105324 -"195555",31753,105358 -"195556",31754,31850 -"195557",31754,31910 -"195558",31755,36594 -"195559",31755,38991 -"195560",31755,43251 -"195561",31755,50485 -"195562",31755,104375 -"195563",31756,41521 -"195564",31756,43681 -"195565",31756,51287 -"195566",31756,53931 -"195567",31756,56200 -"195568",31756,56214 -"195569",31756,78320 -"195570",31756,78322 -"195571",31756,93405 -"195572",31756,93459 -"195573",31757,31758 -"195574",31757,87482 -"195575",31758,70856 -"195576",31759,52763 -"195577",31759,68248 -"195578",31760,40641 -"195579",31760,67974 -"195580",31761,78271 -"195581",31762,38247 -"195582",31762,42816 -"195583",31762,46449 -"195584",31762,49371 -"195585",31762,65557 -"195586",31762,65562 -"195587",31762,78735 -"195588",31762,93249 -"195589",31763,49917 -"195590",31764,34307 -"195591",31764,72752 -"195592",31764,92013 -"195593",31764,117423 -"195594",31764,123104 -"195595",31765,34116 -"195596",31765,46545 -"195597",31765,66681 -"195598",31765,85210 -"195599",31765,85221 -"195600",31765,85223 -"195601",31765,85235 -"195602",31765,85236 -"195603",31766,59825 -"195604",31767,32069 -"195605",31767,44005 -"195606",31767,44581 -"195607",31767,44855 -"195608",31767,45506 -"195609",31767,46071 -"195610",31767,48523 -"195611",31767,51299 -"195612",31767,52924 -"195613",31767,78032 -"195614",31767,80732 -"195615",31767,98173 -"195616",31767,122076 -"195617",31769,31821 -"195618",31770,31873 -"195619",31770,37798 -"195620",31770,43576 -"195621",31770,47069 -"195622",31770,52205 -"195623",31770,73348 -"195624",31770,101262 -"195625",31770,110613 -"195626",31770,110617 -"195627",31770,114600 -"195628",31771,31823 -"195629",31771,44871 -"195630",31771,56546 -"195631",31771,95744 -"195632",31772,37130 -"195633",31772,38962 -"195634",31772,56401 -"195635",31772,62278 -"195636",31773,72805 -"195637",31774,39501 -"195638",31774,64864 -"195639",31774,71691 -"195640",31774,84537 -"195641",31774,88398 -"195642",31774,90419 -"195643",31774,110305 -"195644",31775,76890 -"195645",31775,111107 -"195646",31777,49271 -"195647",31777,74216 -"195648",31778,56897 -"195649",31778,56947 -"195650",31779,59991 -"195651",31779,62133 -"195652",31780,112189 -"195653",31782,63416 -"195654",31784,79555 -"195655",31784,79560 -"195656",31785,31847 -"195657",31785,36880 -"195658",31785,46837 -"195659",31785,52232 -"195660",31785,78938 -"195661",31785,79573 -"195662",31785,81922 -"195663",31785,84137 -"195664",31785,84462 -"195665",31785,89641 -"195666",31785,91465 -"195667",31785,100584 -"195668",31785,119784 -"195669",31785,121554 -"195670",31786,38191 -"195671",31786,38303 -"195672",31786,38374 -"195673",31786,47348 -"195674",31786,64798 -"195675",31786,80035 -"195676",31787,104319 -"195677",31788,51455 -"195678",31791,56471 -"195679",31792,31899 -"195680",31793,37477 -"195681",31793,78938 -"195682",31793,89641 -"195683",31793,100584 -"195684",31793,103598 -"195685",31793,110727 -"195686",31793,110805 -"195687",31794,31800 -"195688",31794,44088 -"195689",31794,85201 -"195690",31795,37435 -"195691",31795,45408 -"195692",31795,45563 -"195693",31795,69215 -"195694",31795,75993 -"195695",31795,99191 -"195696",31795,105262 -"195697",31795,107410 -"195698",31795,108872 -"195699",31795,111156 -"195700",31795,114895 -"195701",31796,76542 -"195702",31796,108621 -"195703",31797,84820 -"195704",31797,108115 -"195705",31798,33886 -"195706",31799,37000 -"195707",31799,40735 -"195708",31799,44636 -"195709",31799,47176 -"195710",31799,50632 -"195711",31799,58035 -"195712",31799,64968 -"195713",31799,65008 -"195714",31799,65029 -"195715",31799,67434 -"195716",31799,71019 -"195717",31799,80471 -"195718",31799,94440 -"195719",31799,103004 -"195720",31799,117617 -"195721",31800,44088 -"195722",31800,51233 -"195723",31800,53775 -"195724",31800,55973 -"195725",31800,85201 -"195726",31800,93630 -"195727",31800,103129 -"195728",31800,118327 -"195729",31800,122904 -"195730",31801,43989 -"195731",31801,44460 -"195732",31801,48601 -"195733",31802,46300 -"195734",31802,56001 -"195735",31802,62179 -"195736",31802,64465 -"195737",31802,70393 -"195738",31803,42736 -"195739",31803,54440 -"195740",31803,67121 -"195741",31804,52955 -"195742",31804,67456 -"195743",31805,39772 -"195744",31805,42381 -"195745",31805,111488 -"195746",31805,120462 -"195747",31807,32194 -"195748",31807,52559 -"195749",31807,71435 -"195750",31807,77871 -"195751",31807,108699 -"195752",31807,108709 -"195753",31809,32692 -"195754",31809,32693 -"195755",31809,60082 -"195756",31810,31845 -"195757",31810,37793 -"195758",31811,31812 -"195759",31813,74088 -"195760",31813,110783 -"195761",31814,73848 -"195762",31814,113702 -"195763",31815,61060 -"195764",31815,77598 -"195765",31816,31849 -"195766",31816,54208 -"195767",31817,31818 -"195768",31817,31847 -"195769",31817,39406 -"195770",31817,64814 -"195771",31817,81083 -"195772",31817,83619 -"195773",31818,31847 -"195774",31818,32168 -"195775",31818,39230 -"195776",31818,77676 -"195777",31818,77696 -"195778",31818,91465 -"195779",31818,103405 -"195780",31818,103406 -"195781",31819,31854 -"195782",31819,32340 -"195783",31819,33665 -"195784",31819,33872 -"195785",31819,34527 -"195786",31819,36917 -"195787",31819,38301 -"195788",31819,38373 -"195789",31819,42004 -"195790",31819,52879 -"195791",31819,59850 -"195792",31819,61047 -"195793",31819,84447 -"195794",31819,84823 -"195795",31819,91980 -"195796",31819,93066 -"195797",31819,95385 -"195798",31819,96279 -"195799",31819,113524 -"195800",31820,45136 -"195801",31820,49962 -"195802",31820,55297 -"195803",31820,57892 -"195804",31820,58659 -"195805",31820,64270 -"195806",31820,82125 -"195807",31820,82138 -"195808",31820,82139 -"195809",31820,82141 -"195810",31820,82150 -"195811",31820,82164 -"195812",31821,88501 -"195813",31821,113833 -"195814",31824,38125 -"195815",31824,38584 -"195816",31824,47023 -"195817",31824,50425 -"195818",31824,67047 -"195819",31824,99081 -"195820",31824,101743 -"195821",31824,102274 -"195822",31824,118522 -"195823",31825,32349 -"195824",31825,36010 -"195825",31825,40329 -"195826",31825,77077 -"195827",31825,86734 -"195828",31825,96612 -"195829",31825,105527 -"195830",31826,33360 -"195831",31826,37512 -"195832",31827,32067 -"195833",31827,37782 -"195834",31827,76184 -"195835",31827,109950 -"195836",31829,31913 -"195837",31829,66805 -"195838",31829,68589 -"195839",31829,68715 -"195840",31829,69887 -"195841",31829,118676 -"195842",31829,118715 -"195843",31829,121165 -"195844",31830,112513 -"195845",31830,112538 -"195846",31831,41662 -"195847",31831,46030 -"195848",31831,46358 -"195849",31831,46392 -"195850",31832,40083 -"195851",31832,56730 -"195852",31833,95231 -"195853",31833,107699 -"195854",31834,110280 -"195855",31835,41559 -"195856",31835,79327 -"195857",31836,33604 -"195858",31836,45765 -"195859",31836,64059 -"195860",31836,67594 -"195861",31836,69668 -"195862",31836,69714 -"195863",31836,77170 -"195864",31836,78694 -"195865",31836,90357 -"195866",31836,93717 -"195867",31836,97387 -"195868",31836,97407 -"195869",31836,97411 -"195870",31836,97413 -"195871",31840,39057 -"195872",31840,39128 -"195873",31840,48646 -"195874",31840,71896 -"195875",31840,87706 -"195876",31841,94952 -"195877",31842,52156 -"195878",31842,55992 -"195879",31842,70901 -"195880",31842,71146 -"195881",31842,94444 -"195882",31843,44843 -"195883",31844,110828 -"195884",31845,98650 -"195885",31846,43338 -"195886",31846,46701 -"195887",31846,64829 -"195888",31846,80089 -"195889",31846,80635 -"195890",31846,97244 -"195891",31847,39230 -"195892",31847,47118 -"195893",31847,52232 -"195894",31847,79573 -"195895",31850,31910 -"195896",31850,111944 -"195897",31850,111945 -"195898",31850,116632 -"195899",31851,58654 -"195900",31851,69606 -"195901",31851,93914 -"195902",31851,114752 -"195903",31851,114760 -"195904",31852,76380 -"195905",31852,77167 -"195906",31852,78136 -"195907",31852,78791 -"195908",31852,96003 -"195909",31853,33196 -"195910",31853,62309 -"195911",31853,65893 -"195912",31853,72534 -"195913",31853,118332 -"195914",31854,32340 -"195915",31854,32713 -"195916",31854,38301 -"195917",31854,38373 -"195918",31854,42069 -"195919",31854,44742 -"195920",31854,44944 -"195921",31854,46349 -"195922",31854,51806 -"195923",31854,52679 -"195924",31854,65523 -"195925",31854,70201 -"195926",31854,70960 -"195927",31854,80324 -"195928",31854,81130 -"195929",31854,86255 -"195930",31854,86359 -"195931",31854,91188 -"195932",31854,94995 -"195933",31855,53377 -"195934",31856,31894 -"195935",31856,48836 -"195936",31857,32109 -"195937",31857,41167 -"195938",31858,36967 -"195939",31858,41509 -"195940",31858,44464 -"195941",31858,64978 -"195942",31859,36140 -"195943",31861,41627 -"195944",31861,44420 -"195945",31861,53741 -"195946",31861,53853 -"195947",31861,55385 -"195948",31861,68606 -"195949",31861,71187 -"195950",31862,81403 -"195951",31862,112012 -"195952",31863,54342 -"195953",31864,61855 -"195954",31865,79752 -"195955",31865,86967 -"195956",31865,114955 -"195957",31866,32207 -"195958",31866,34138 -"195959",31866,36020 -"195960",31866,39550 -"195961",31866,49515 -"195962",31866,64373 -"195963",31866,73769 -"195964",31866,83660 -"195965",31866,87907 -"195966",31866,93080 -"195967",31866,107034 -"195968",31866,119869 -"195969",31867,31872 -"195970",31867,41952 -"195971",31868,35135 -"195972",31868,37905 -"195973",31868,100397 -"195974",31869,58147 -"195975",31869,82972 -"195976",31870,36040 -"195977",31870,53548 -"195978",31871,52006 -"195979",31871,100135 -"195980",31871,118127 -"195981",31871,122997 -"195982",31872,34157 -"195983",31872,41952 -"195984",31872,57432 -"195985",31872,57639 -"195986",31872,70998 -"195987",31872,104190 -"195988",31874,31917 -"195989",31874,44437 -"195990",31874,47725 -"195991",31875,85046 -"195992",31875,88582 -"195993",31876,31877 -"195994",31876,44802 -"195995",31877,38096 -"195996",31877,71908 -"195997",31877,72893 -"195998",31877,87254 -"195999",31877,90036 -"196000",31877,111934 -"196001",31878,74870 -"196002",31879,96242 -"196003",31879,96251 -"196004",31879,96265 -"196005",31879,96267 -"196006",31880,41246 -"196007",31880,62313 -"196008",31881,75496 -"196009",31882,31883 -"196010",31882,33913 -"196011",31882,76833 -"196012",31882,84657 -"196013",31882,89292 -"196014",31882,94001 -"196015",31884,39256 -"196016",31884,39633 -"196017",31884,68423 -"196018",31886,61571 -"196019",31886,92818 -"196020",31886,121738 -"196021",31887,67765 -"196022",31887,67863 -"196023",31887,71523 -"196024",31887,82534 -"196025",31888,31906 -"196026",31888,43581 -"196027",31888,62538 -"196028",31890,31901 -"196029",31890,33573 -"196030",31890,43008 -"196031",31890,43345 -"196032",31890,47564 -"196033",31890,73113 -"196034",31890,95402 -"196035",31891,43418 -"196036",31891,54782 -"196037",31891,57595 -"196038",31891,60524 -"196039",31891,112492 -"196040",31891,114663 -"196041",31893,66184 -"196042",31893,67693 -"196043",31893,75346 -"196044",31894,48836 -"196045",31894,49495 -"196046",31894,61532 -"196047",31896,39752 -"196048",31896,67183 -"196049",31896,68829 -"196050",31896,111622 -"196051",31897,32070 -"196052",31897,40561 -"196053",31897,46568 -"196054",31897,50659 -"196055",31897,54737 -"196056",31897,56168 -"196057",31897,60846 -"196058",31897,69291 -"196059",31897,78073 -"196060",31897,79331 -"196061",31897,79710 -"196062",31897,79711 -"196063",31897,79720 -"196064",31897,79725 -"196065",31897,79738 -"196066",31897,79748 -"196067",31897,79750 -"196068",31897,79754 -"196069",31897,79758 -"196070",31897,79760 -"196071",31897,79771 -"196072",31897,79780 -"196073",31897,79781 -"196074",31897,79803 -"196075",31898,40474 -"196076",31898,55358 -"196077",31898,80838 -"196078",31899,47261 -"196079",31899,53620 -"196080",31900,81096 -"196081",31901,55153 -"196082",31901,76618 -"196083",31902,41037 -"196084",31902,47111 -"196085",31902,48241 -"196086",31902,60878 -"196087",31902,67018 -"196088",31902,69704 -"196089",31902,84466 -"196090",31902,88692 -"196091",31902,103292 -"196092",31903,57779 -"196093",31903,66226 -"196094",31903,71854 -"196095",31905,34359 -"196096",31905,57231 -"196097",31907,53275 -"196098",31907,58479 -"196099",31907,62824 -"196100",31907,79227 -"196101",31907,82767 -"196102",31907,92986 -"196103",31907,107863 -"196104",31907,108762 -"196105",31907,109651 -"196106",31908,68786 -"196107",31909,39289 -"196108",31909,45151 -"196109",31909,56373 -"196110",31909,56411 -"196111",31909,66730 -"196112",31909,79054 -"196113",31909,81674 -"196114",31909,89243 -"196115",31909,102301 -"196116",31909,104256 -"196117",31909,112391 -"196118",31909,113955 -"196119",31911,54207 -"196120",31911,58669 -"196121",31911,58706 -"196122",31911,58752 -"196123",31912,38908 -"196124",31912,44684 -"196125",31914,66740 -"196126",31914,79656 -"196127",31914,82180 -"196128",31918,53172 -"196129",31918,72597 -"196130",31918,76601 -"196131",31918,78773 -"196132",31918,85570 -"196133",31919,32098 -"196134",31919,68810 -"196135",31920,32939 -"196136",31920,42222 -"196137",31920,64684 -"196138",31921,39000 -"196139",31922,69079 -"196140",31922,87340 -"196141",31922,99064 -"196142",31923,65483 -"196143",31923,113331 -"196144",31924,36892 -"196145",31924,117397 -"196146",31925,31932 -"196147",31925,32011 -"196148",31925,36052 -"196149",31926,33254 -"196150",31926,34111 -"196151",31926,34239 -"196152",31926,41096 -"196153",31926,42317 -"196154",31926,53825 -"196155",31926,79068 -"196156",31926,83663 -"196157",31926,113950 -"196158",31927,35336 -"196159",31927,39490 -"196160",31927,56946 -"196161",31927,75016 -"196162",31927,93165 -"196163",31927,111457 -"196164",31928,50752 -"196165",31928,53682 -"196166",31928,54419 -"196167",31928,92546 -"196168",31928,110891 -"196169",31928,110930 -"196170",31929,32553 -"196171",31929,32642 -"196172",31929,76839 -"196173",31929,91139 -"196174",31929,105605 -"196175",31929,108403 -"196176",31930,32035 -"196177",31930,32595 -"196178",31932,32011 -"196179",31933,83855 -"196180",31934,38991 -"196181",31934,40884 -"196182",31934,43950 -"196183",31934,46962 -"196184",31934,51656 -"196185",31934,64565 -"196186",31934,91705 -"196187",31934,91710 -"196188",31934,91752 -"196189",31934,105580 -"196190",31936,32577 -"196191",31936,53475 -"196192",31936,63851 -"196193",31936,73725 -"196194",31936,80947 -"196195",31936,91581 -"196196",31936,102008 -"196197",31936,106919 -"196198",31936,106935 -"196199",31936,107117 -"196200",31937,44469 -"196201",31937,44538 -"196202",31938,32555 -"196203",31939,32665 -"196204",31939,34109 -"196205",31939,43485 -"196206",31940,32007 -"196207",31940,32605 -"196208",31940,32721 -"196209",31941,65791 -"196210",31941,91632 -"196211",31941,115651 -"196212",31942,32164 -"196213",31942,43684 -"196214",31942,45021 -"196215",31942,46059 -"196216",31942,48547 -"196217",31942,57533 -"196218",31943,74813 -"196219",31943,83238 -"196220",31943,97562 -"196221",31943,101904 -"196222",31944,47429 -"196223",31944,72461 -"196224",31944,107717 -"196225",31945,100201 -"196226",31946,32013 -"196227",31946,47346 -"196228",31949,34129 -"196229",31949,93677 -"196230",31949,98336 -"196231",31949,100427 -"196232",31950,41314 -"196233",31950,54978 -"196234",31950,55493 -"196235",31950,94257 -"196236",31950,95203 -"196237",31950,100359 -"196238",31950,101735 -"196239",31950,115435 -"196240",31950,115822 -"196241",31950,118779 -"196242",31951,36185 -"196243",31951,43173 -"196244",31951,46483 -"196245",31951,51572 -"196246",31951,55352 -"196247",31951,64361 -"196248",31951,65395 -"196249",31951,71983 -"196250",31951,76029 -"196251",31951,77612 -"196252",31951,79656 -"196253",31951,80305 -"196254",31951,88077 -"196255",31951,94386 -"196256",31951,96837 -"196257",31951,97766 -"196258",31951,103452 -"196259",31951,106271 -"196260",31952,45797 -"196261",31952,57093 -"196262",31952,65726 -"196263",31952,78653 -"196264",31953,32486 -"196265",31953,32570 -"196266",31953,35931 -"196267",31953,36250 -"196268",31954,35388 -"196269",31954,35510 -"196270",31954,55199 -"196271",31954,59118 -"196272",31954,62911 -"196273",31954,86261 -"196274",31954,108033 -"196275",31955,59084 -"196276",31955,59094 -"196277",31955,78746 -"196278",31956,39056 -"196279",31956,57409 -"196280",31957,32032 -"196281",31957,32131 -"196282",31957,32173 -"196283",31957,40186 -"196284",31957,45748 -"196285",31957,46154 -"196286",31957,56676 -"196287",31957,71205 -"196288",31957,71419 -"196289",31957,73466 -"196290",31957,89736 -"196291",31957,95994 -"196292",31957,97812 -"196293",31959,32994 -"196294",31959,34686 -"196295",31959,96204 -"196296",31959,96219 -"196297",31959,96279 -"196298",31960,44325 -"196299",31961,31996 -"196300",31961,38456 -"196301",31961,38508 -"196302",31961,44198 -"196303",31961,68111 -"196304",31961,68249 -"196305",31962,38383 -"196306",31962,52214 -"196307",31963,31978 -"196308",31963,31990 -"196309",31963,51276 -"196310",31963,63096 -"196311",31963,76893 -"196312",31963,78360 -"196313",31963,78362 -"196314",31964,39142 -"196315",31964,39143 -"196316",31964,48683 -"196317",31964,73605 -"196318",31964,117146 -"196319",31964,117530 -"196320",31964,117531 -"196321",31964,121003 -"196322",31965,33588 -"196323",31965,33621 -"196324",31965,33634 -"196325",31965,33728 -"196326",31965,33771 -"196327",31966,37463 -"196328",31966,66555 -"196329",31966,100225 -"196330",31966,118570 -"196331",31967,32409 -"196332",31967,44545 -"196333",31967,50632 -"196334",31967,53765 -"196335",31967,54591 -"196336",31967,61719 -"196337",31967,84889 -"196338",31967,108718 -"196339",31967,109943 -"196340",31967,116289 -"196341",31967,120081 -"196342",31968,32300 -"196343",31968,48216 -"196344",31968,53789 -"196345",31968,56921 -"196346",31968,58475 -"196347",31968,58732 -"196348",31968,59966 -"196349",31968,60786 -"196350",31968,60996 -"196351",31969,42851 -"196352",31969,74859 -"196353",31969,78377 -"196354",31969,100719 -"196355",31969,105158 -"196356",31970,33893 -"196357",31970,34480 -"196358",31970,35440 -"196359",31970,40052 -"196360",31970,54551 -"196361",31970,64915 -"196362",31970,87083 -"196363",31970,92845 -"196364",31970,121977 -"196365",31970,121985 -"196366",31972,51326 -"196367",31972,56373 -"196368",31973,61058 -"196369",31973,63225 -"196370",31973,71946 -"196371",31974,49873 -"196372",31974,89513 -"196373",31974,117609 -"196374",31975,32561 -"196375",31975,54321 -"196376",31976,51809 -"196377",31976,53490 -"196378",31976,53515 -"196379",31977,36647 -"196380",31978,31990 -"196381",31978,32724 -"196382",31978,37248 -"196383",31978,75248 -"196384",31979,32140 -"196385",31979,34692 -"196386",31979,39021 -"196387",31979,41834 -"196388",31979,46617 -"196389",31979,47982 -"196390",31979,54749 -"196391",31979,55517 -"196392",31979,56883 -"196393",31979,58364 -"196394",31979,58927 -"196395",31979,60976 -"196396",31979,61608 -"196397",31979,64921 -"196398",31980,38789 -"196399",31982,32174 -"196400",31982,35971 -"196401",31982,37354 -"196402",31982,37472 -"196403",31982,37583 -"196404",31982,38536 -"196405",31982,38564 -"196406",31982,53200 -"196407",31982,63518 -"196408",31982,68276 -"196409",31982,70931 -"196410",31982,88764 -"196411",31982,92017 -"196412",31982,99736 -"196413",31982,100859 -"196414",31982,101150 -"196415",31982,102484 -"196416",31984,49729 -"196417",31984,56367 -"196418",31984,91593 -"196419",31985,32008 -"196420",31985,34594 -"196421",31985,52466 -"196422",31985,77055 -"196423",31985,80057 -"196424",31985,80126 -"196425",31985,80247 -"196426",31985,80253 -"196427",31985,83945 -"196428",31985,84517 -"196429",31985,98052 -"196430",31985,111883 -"196431",31985,115099 -"196432",31986,33811 -"196433",31986,38896 -"196434",31986,43137 -"196435",31987,33544 -"196436",31987,36251 -"196437",31987,36274 -"196438",31987,40183 -"196439",31987,43271 -"196440",31987,43842 -"196441",31987,49711 -"196442",31987,51229 -"196443",31987,51343 -"196444",31987,52259 -"196445",31987,61130 -"196446",31987,61678 -"196447",31987,64803 -"196448",31987,65124 -"196449",31987,69259 -"196450",31987,71289 -"196451",31987,72084 -"196452",31987,75723 -"196453",31987,76309 -"196454",31987,76372 -"196455",31987,76380 -"196456",31987,77167 -"196457",31987,77700 -"196458",31987,82100 -"196459",31987,84566 -"196460",31987,85643 -"196461",31987,86969 -"196462",31987,116914 -"196463",31987,119241 -"196464",31987,120301 -"196465",31988,48721 -"196466",31989,32282 -"196467",31990,37786 -"196468",31990,37801 -"196469",31990,44294 -"196470",31990,44307 -"196471",31990,44312 -"196472",31990,44388 -"196473",31990,44408 -"196474",31990,44421 -"196475",31990,44479 -"196476",31990,44505 -"196477",31990,44507 -"196478",31990,48755 -"196479",31991,88970 -"196480",31991,97774 -"196481",31991,103051 -"196482",31991,105393 -"196483",31991,116792 -"196484",31991,117089 -"196485",31991,117090 -"196486",31992,45635 -"196487",31993,68554 -"196488",31993,122927 -"196489",31994,32040 -"196490",31994,32070 -"196491",31994,56461 -"196492",31994,60644 -"196493",31994,71429 -"196494",31995,34506 -"196495",31995,41362 -"196496",31995,52271 -"196497",31995,55839 -"196498",31995,84153 -"196499",31995,95152 -"196500",31995,105668 -"196501",31996,59866 -"196502",31997,36523 -"196503",31997,46267 -"196504",31997,84702 -"196505",31997,90641 -"196506",31997,94614 -"196507",31998,44407 -"196508",31999,39944 -"196509",31999,49833 -"196510",31999,56855 -"196511",32000,32090 -"196512",32001,48131 -"196513",32001,68643 -"196514",32002,34570 -"196515",32002,47941 -"196516",32002,47962 -"196517",32002,48045 -"196518",32002,51176 -"196519",32002,85615 -"196520",32003,88764 -"196521",32004,32054 -"196522",32004,57965 -"196523",32004,74194 -"196524",32005,59655 -"196525",32005,76826 -"196526",32005,97213 -"196527",32006,53254 -"196528",32006,70877 -"196529",32006,78731 -"196530",32006,100699 -"196531",32006,101667 -"196532",32006,114991 -"196533",32007,32605 -"196534",32007,32721 -"196535",32008,34327 -"196536",32008,34594 -"196537",32008,34615 -"196538",32008,35385 -"196539",32008,35542 -"196540",32008,44729 -"196541",32008,49485 -"196542",32008,84517 -"196543",32008,88583 -"196544",32008,108352 -"196545",32008,112568 -"196546",32008,113189 -"196547",32008,117808 -"196548",32009,36562 -"196549",32009,49891 -"196550",32009,84132 -"196551",32012,32835 -"196552",32012,59827 -"196553",32013,37569 -"196554",32013,47346 -"196555",32014,32563 -"196556",32015,35251 -"196557",32015,35672 -"196558",32015,54879 -"196559",32015,80074 -"196560",32015,80102 -"196561",32015,80149 -"196562",32017,34836 -"196563",32017,37800 -"196564",32017,38019 -"196565",32017,39865 -"196566",32017,40072 -"196567",32017,41315 -"196568",32017,59939 -"196569",32017,60132 -"196570",32017,65006 -"196571",32017,73136 -"196572",32017,77039 -"196573",32017,86232 -"196574",32017,88699 -"196575",32017,90318 -"196576",32017,91912 -"196577",32017,94671 -"196578",32017,100230 -"196579",32017,105092 -"196580",32019,44489 -"196581",32020,32191 -"196582",32020,38398 -"196583",32020,39684 -"196584",32020,40883 -"196585",32020,47026 -"196586",32020,53194 -"196587",32020,61067 -"196588",32021,43404 -"196589",32021,96997 -"196590",32022,33134 -"196591",32023,38807 -"196592",32023,38838 -"196593",32023,38996 -"196594",32023,45591 -"196595",32023,61529 -"196596",32023,69048 -"196597",32023,73887 -"196598",32023,83026 -"196599",32023,90524 -"196600",32023,100198 -"196601",32023,105108 -"196602",32023,108853 -"196603",32023,118256 -"196604",32024,34108 -"196605",32024,40521 -"196606",32024,41226 -"196607",32024,44498 -"196608",32024,93968 -"196609",32025,34163 -"196610",32025,34205 -"196611",32026,37893 -"196612",32026,48260 -"196613",32026,58133 -"196614",32026,65406 -"196615",32026,108272 -"196616",32027,78442 -"196617",32028,104536 -"196618",32029,55466 -"196619",32030,77177 -"196620",32031,38297 -"196621",32031,40889 -"196622",32031,119643 -"196623",32032,32173 -"196624",32032,69394 -"196625",32033,71878 -"196626",32033,71894 -"196627",32033,71964 -"196628",32033,72109 -"196629",32033,72114 -"196630",32034,33243 -"196631",32034,80168 -"196632",32034,86762 -"196633",32034,95327 -"196634",32034,121982 -"196635",32035,32595 -"196636",32035,46050 -"196637",32035,54581 -"196638",32035,61780 -"196639",32036,38330 -"196640",32036,42546 -"196641",32036,58499 -"196642",32036,59125 -"196643",32036,71992 -"196644",32037,33644 -"196645",32037,38904 -"196646",32037,38925 -"196647",32037,38971 -"196648",32037,72497 -"196649",32037,72961 -"196650",32037,72971 -"196651",32038,44707 -"196652",32038,65099 -"196653",32040,32070 -"196654",32042,62274 -"196655",32044,68091 -"196656",32045,32306 -"196657",32045,39133 -"196658",32046,113986 -"196659",32047,48035 -"196660",32047,49305 -"196661",32047,50001 -"196662",32047,56374 -"196663",32047,58646 -"196664",32047,82657 -"196665",32047,95402 -"196666",32048,73854 -"196667",32049,73472 -"196668",32050,81471 -"196669",32052,32900 -"196670",32052,33916 -"196671",32052,44201 -"196672",32052,78221 -"196673",32052,103242 -"196674",32052,107137 -"196675",32052,107138 -"196676",32056,32261 -"196677",32056,51393 -"196678",32057,54761 -"196679",32057,69196 -"196680",32057,95759 -"196681",32058,34230 -"196682",32058,95073 -"196683",32058,116010 -"196684",32060,32235 -"196685",32060,32312 -"196686",32060,35688 -"196687",32060,46239 -"196688",32060,50392 -"196689",32060,52928 -"196690",32060,61715 -"196691",32060,66014 -"196692",32060,71020 -"196693",32060,72488 -"196694",32060,76599 -"196695",32060,81759 -"196696",32060,87634 -"196697",32060,104442 -"196698",32060,104769 -"196699",32060,105663 -"196700",32060,105789 -"196701",32060,107666 -"196702",32061,32100 -"196703",32061,40973 -"196704",32061,80024 -"196705",32062,48842 -"196706",32063,45220 -"196707",32063,66068 -"196708",32064,34238 -"196709",32064,34267 -"196710",32064,34282 -"196711",32064,55867 -"196712",32064,58520 -"196713",32064,72799 -"196714",32064,115790 -"196715",32064,115794 -"196716",32064,115805 -"196717",32065,58460 -"196718",32067,39449 -"196719",32067,45051 -"196720",32067,51108 -"196721",32067,55314 -"196722",32067,64272 -"196723",32067,79634 -"196724",32067,80506 -"196725",32067,82827 -"196726",32067,89798 -"196727",32067,95098 -"196728",32067,109603 -"196729",32067,118293 -"196730",32068,32086 -"196731",32068,104879 -"196732",32069,32429 -"196733",32069,35091 -"196734",32069,43109 -"196735",32069,68710 -"196736",32069,69152 -"196737",32070,40561 -"196738",32070,46568 -"196739",32070,50351 -"196740",32070,50659 -"196741",32070,54737 -"196742",32070,56168 -"196743",32070,60846 -"196744",32070,68951 -"196745",32070,69291 -"196746",32070,78073 -"196747",32070,79331 -"196748",32070,79710 -"196749",32070,79711 -"196750",32070,79720 -"196751",32070,79725 -"196752",32070,79737 -"196753",32070,79738 -"196754",32070,79748 -"196755",32070,79750 -"196756",32070,79754 -"196757",32070,79758 -"196758",32070,79760 -"196759",32070,79771 -"196760",32070,79780 -"196761",32070,79781 -"196762",32070,79803 -"196763",32070,92463 -"196764",32070,92501 -"196765",32070,103203 -"196766",32070,104161 -"196767",32070,105309 -"196768",32071,52830 -"196769",32071,70403 -"196770",32071,92213 -"196771",32072,39102 -"196772",32072,42311 -"196773",32072,45252 -"196774",32072,46443 -"196775",32072,48858 -"196776",32072,62382 -"196777",32072,63773 -"196778",32072,69141 -"196779",32072,80451 -"196780",32072,83225 -"196781",32072,89298 -"196782",32072,90155 -"196783",32072,90610 -"196784",32072,98911 -"196785",32072,100524 -"196786",32072,100658 -"196787",32072,102586 -"196788",32072,110961 -"196789",32072,113919 -"196790",32073,44503 -"196791",32073,55731 -"196792",32073,55741 -"196793",32073,55793 -"196794",32073,71301 -"196795",32073,71302 -"196796",32074,58081 -"196797",32074,58365 -"196798",32074,58378 -"196799",32074,74471 -"196800",32075,46994 -"196801",32075,61111 -"196802",32075,87087 -"196803",32076,32112 -"196804",32078,42741 -"196805",32079,51233 -"196806",32079,123158 -"196807",32080,32081 -"196808",32080,32082 -"196809",32080,32139 -"196810",32080,42991 -"196811",32081,32082 -"196812",32081,32139 -"196813",32082,32139 -"196814",32084,52096 -"196815",32084,67266 -"196816",32084,121218 -"196817",32084,121246 -"196818",32085,45066 -"196819",32085,49877 -"196820",32086,41304 -"196821",32086,60007 -"196822",32086,81592 -"196823",32086,109079 -"196824",32087,36416 -"196825",32087,48802 -"196826",32087,56107 -"196827",32087,75470 -"196828",32087,76299 -"196829",32087,78576 -"196830",32087,100851 -"196831",32087,102331 -"196832",32088,34022 -"196833",32088,71643 -"196834",32088,105081 -"196835",32088,109180 -"196836",32089,44905 -"196837",32090,34988 -"196838",32090,36468 -"196839",32090,53824 -"196840",32090,91271 -"196841",32090,121423 -"196842",32090,121432 -"196843",32091,43946 -"196844",32091,44460 -"196845",32091,102507 -"196846",32092,34384 -"196847",32092,36673 -"196848",32093,92423 -"196849",32093,109053 -"196850",32093,114735 -"196851",32094,43433 -"196852",32094,43658 -"196853",32094,51105 -"196854",32095,72541 -"196855",32095,72650 -"196856",32095,94324 -"196857",32096,46912 -"196858",32096,122508 -"196859",32096,123471 -"196860",32097,38919 -"196861",32097,55550 -"196862",32097,60003 -"196863",32097,63748 -"196864",32097,76746 -"196865",32097,87699 -"196866",32097,90294 -"196867",32097,90306 -"196868",32098,36658 -"196869",32098,45833 -"196870",32098,46941 -"196871",32099,49595 -"196872",32099,91263 -"196873",32099,110007 -"196874",32101,51273 -"196875",32102,32286 -"196876",32102,33918 -"196877",32102,56565 -"196878",32102,78420 -"196879",32102,99552 -"196880",32103,54180 -"196881",32103,56391 -"196882",32103,57419 -"196883",32103,57588 -"196884",32103,60932 -"196885",32103,61578 -"196886",32103,69598 -"196887",32103,69709 -"196888",32103,103699 -"196889",32104,32168 -"196890",32104,32217 -"196891",32105,32631 -"196892",32105,42154 -"196893",32106,38764 -"196894",32106,88797 -"196895",32106,93708 -"196896",32106,119850 -"196897",32108,34487 -"196898",32108,47973 -"196899",32108,65131 -"196900",32108,71404 -"196901",32108,87194 -"196902",32108,90427 -"196903",32108,96007 -"196904",32108,107365 -"196905",32109,35894 -"196906",32109,52838 -"196907",32109,90353 -"196908",32110,39694 -"196909",32110,40930 -"196910",32110,118588 -"196911",32111,44844 -"196912",32113,36960 -"196913",32113,40951 -"196914",32113,47082 -"196915",32113,55820 -"196916",32113,73289 -"196917",32113,77774 -"196918",32113,77795 -"196919",32113,89086 -"196920",32113,95481 -"196921",32113,98745 -"196922",32113,98747 -"196923",32113,98890 -"196924",32113,122970 -"196925",32115,32171 -"196926",32115,36795 -"196927",32115,37465 -"196928",32115,59201 -"196929",32115,59302 -"196930",32115,59328 -"196931",32118,32231 -"196932",32118,32321 -"196933",32119,74967 -"196934",32119,87583 -"196935",32119,91458 -"196936",32119,116499 -"196937",32119,120211 -"196938",32120,39273 -"196939",32120,42745 -"196940",32120,43547 -"196941",32120,44345 -"196942",32120,49274 -"196943",32120,50954 -"196944",32120,57168 -"196945",32120,75869 -"196946",32121,40441 -"196947",32121,55712 -"196948",32121,92308 -"196949",32121,116444 -"196950",32122,34558 -"196951",32124,32486 -"196952",32124,32770 -"196953",32124,34331 -"196954",32124,35482 -"196955",32124,39104 -"196956",32124,47536 -"196957",32124,47537 -"196958",32124,47547 -"196959",32124,47639 -"196960",32124,49976 -"196961",32125,47216 -"196962",32125,78918 -"196963",32126,32238 -"196964",32126,37759 -"196965",32126,45881 -"196966",32127,40213 -"196967",32127,73263 -"196968",32128,34053 -"196969",32130,56256 -"196970",32130,91571 -"196971",32131,32252 -"196972",32131,32296 -"196973",32131,43306 -"196974",32131,46266 -"196975",32131,60878 -"196976",32131,61801 -"196977",32131,70791 -"196978",32131,89736 -"196979",32131,92662 -"196980",32131,98047 -"196981",32131,98721 -"196982",32131,119766 -"196983",32131,119768 -"196984",32131,119829 -"196985",32132,49961 -"196986",32132,50524 -"196987",32133,40991 -"196988",32133,71892 -"196989",32133,98031 -"196990",32133,104105 -"196991",32134,32166 -"196992",32134,32188 -"196993",32134,32204 -"196994",32134,32326 -"196995",32134,40859 -"196996",32134,97463 -"196997",32135,72265 -"196998",32135,74876 -"196999",32136,57384 -"197000",32137,99909 -"197001",32138,35591 -"197002",32138,55226 -"197003",32138,79149 -"197004",32140,32191 -"197005",32140,38293 -"197006",32140,45202 -"197007",32140,54328 -"197008",32140,58364 -"197009",32140,64585 -"197010",32140,72967 -"197011",32141,64346 -"197012",32142,33637 -"197013",32142,88344 -"197014",32142,90696 -"197015",32143,82400 -"197016",32143,82407 -"197017",32143,82427 -"197018",32144,32295 -"197019",32144,33661 -"197020",32144,35672 -"197021",32144,48481 -"197022",32144,55855 -"197023",32145,32146 -"197024",32145,49696 -"197025",32145,89661 -"197026",32145,114687 -"197027",32147,46883 -"197028",32147,50301 -"197029",32147,60923 -"197030",32147,72154 -"197031",32147,73241 -"197032",32147,82202 -"197033",32147,82203 -"197034",32147,87591 -"197035",32147,87594 -"197036",32147,88384 -"197037",32149,34138 -"197038",32149,73300 -"197039",32149,91450 -"197040",32149,91626 -"197041",32150,32263 -"197042",32150,95109 -"197043",32151,92288 -"197044",32151,120187 -"197045",32152,32187 -"197046",32152,32682 -"197047",32152,92416 -"197048",32153,32167 -"197049",32153,36914 -"197050",32153,39948 -"197051",32153,39972 -"197052",32154,69376 -"197053",32154,78884 -"197054",32155,32240 -"197055",32155,39701 -"197056",32155,59953 -"197057",32155,65571 -"197058",32155,75054 -"197059",32156,32249 -"197060",32156,49136 -"197061",32156,59741 -"197062",32157,32247 -"197063",32157,35112 -"197064",32158,32310 -"197065",32158,39531 -"197066",32158,63815 -"197067",32158,77141 -"197068",32158,77158 -"197069",32158,77190 -"197070",32159,42066 -"197071",32159,42485 -"197072",32159,64492 -"197073",32159,69985 -"197074",32159,121925 -"197075",32160,46072 -"197076",32160,46115 -"197077",32160,57529 -"197078",32161,35045 -"197079",32161,74220 -"197080",32161,94286 -"197081",32162,48093 -"197082",32162,69684 -"197083",32163,39465 -"197084",32163,70784 -"197085",32163,77427 -"197086",32163,101024 -"197087",32163,109385 -"197088",32165,32237 -"197089",32165,37005 -"197090",32165,57355 -"197091",32166,32188 -"197092",32166,32204 -"197093",32166,32326 -"197094",32168,32217 -"197095",32168,56034 -"197096",32168,77676 -"197097",32168,77696 -"197098",32168,91465 -"197099",32168,103405 -"197100",32168,103406 -"197101",32169,80171 -"197102",32169,80304 -"197103",32170,74701 -"197104",32171,36795 -"197105",32171,37465 -"197106",32171,59201 -"197107",32171,59302 -"197108",32171,59328 -"197109",32173,40186 -"197110",32173,56096 -"197111",32173,56676 -"197112",32173,63939 -"197113",32173,69394 -"197114",32173,73466 -"197115",32173,95008 -"197116",32173,97812 -"197117",32173,108232 -"197118",32173,109751 -"197119",32174,33635 -"197120",32174,35971 -"197121",32174,48535 -"197122",32174,88764 -"197123",32174,91073 -"197124",32174,99585 -"197125",32174,100496 -"197126",32174,103074 -"197127",32174,103722 -"197128",32174,108514 -"197129",32175,32228 -"197130",32175,36393 -"197131",32175,49655 -"197132",32175,67180 -"197133",32175,76147 -"197134",32176,46688 -"197135",32176,89872 -"197136",32176,109353 -"197137",32177,32192 -"197138",32177,32245 -"197139",32178,37000 -"197140",32179,40956 -"197141",32179,82799 -"197142",32179,108086 -"197143",32180,32304 -"197144",32180,45163 -"197145",32182,33344 -"197146",32182,38373 -"197147",32182,52879 -"197148",32182,53504 -"197149",32182,91980 -"197150",32182,96059 -"197151",32183,80223 -"197152",32184,32307 -"197153",32184,32309 -"197154",32184,45672 -"197155",32185,65920 -"197156",32186,37080 -"197157",32188,32204 -"197158",32188,32326 -"197159",32189,37247 -"197160",32189,95180 -"197161",32190,32294 -"197162",32191,32492 -"197163",32191,33211 -"197164",32191,37033 -"197165",32191,38398 -"197166",32191,39684 -"197167",32191,40493 -"197168",32191,42275 -"197169",32191,42902 -"197170",32191,49110 -"197171",32191,57311 -"197172",32191,57969 -"197173",32191,60133 -"197174",32192,32245 -"197175",32193,32210 -"197176",32194,33201 -"197177",32194,34007 -"197178",32194,37609 -"197179",32194,37776 -"197180",32194,38564 -"197181",32194,38625 -"197182",32194,45279 -"197183",32194,48707 -"197184",32194,52327 -"197185",32194,55795 -"197186",32194,64107 -"197187",32194,84033 -"197188",32194,88272 -"197189",32194,88462 -"197190",32194,88798 -"197191",32194,88829 -"197192",32194,104283 -"197193",32194,105925 -"197194",32194,107844 -"197195",32194,110459 -"197196",32194,110603 -"197197",32194,114817 -"197198",32194,119920 -"197199",32197,33469 -"197200",32197,68902 -"197201",32197,81504 -"197202",32197,95259 -"197203",32198,36423 -"197204",32198,38322 -"197205",32198,39708 -"197206",32198,107664 -"197207",32199,78732 -"197208",32199,86795 -"197209",32201,38593 -"197210",32202,32358 -"197211",32202,32447 -"197212",32202,46119 -"197213",32202,47492 -"197214",32202,50279 -"197215",32202,65497 -"197216",32202,90960 -"197217",32203,32448 -"197218",32203,52199 -"197219",32203,52813 -"197220",32203,70323 -"197221",32203,84422 -"197222",32203,92557 -"197223",32203,102079 -"197224",32203,103270 -"197225",32203,103678 -"197226",32203,109115 -"197227",32203,109116 -"197228",32203,109119 -"197229",32203,109121 -"197230",32204,32326 -"197231",32205,46465 -"197232",32205,57014 -"197233",32205,58141 -"197234",32206,32751 -"197235",32206,42676 -"197236",32206,44875 -"197237",32206,45120 -"197238",32206,48224 -"197239",32206,58530 -"197240",32206,59350 -"197241",32206,61970 -"197242",32206,81370 -"197243",32206,85701 -"197244",32206,105598 -"197245",32206,105621 -"197246",32206,120733 -"197247",32207,34138 -"197248",32207,36687 -"197249",32207,48762 -"197250",32207,67486 -"197251",32207,87142 -"197252",32207,89172 -"197253",32207,90064 -"197254",32207,90065 -"197255",32207,90554 -"197256",32207,107034 -"197257",32208,32248 -"197258",32208,50720 -"197259",32208,52274 -"197260",32208,54022 -"197261",32208,54092 -"197262",32208,97947 -"197263",32209,35024 -"197264",32209,43771 -"197265",32209,77775 -"197266",32209,81024 -"197267",32209,89329 -"197268",32209,100162 -"197269",32209,104862 -"197270",32209,105299 -"197271",32209,110626 -"197272",32209,110927 -"197273",32209,121430 -"197274",32211,33273 -"197275",32211,37652 -"197276",32211,38703 -"197277",32211,41096 -"197278",32211,42746 -"197279",32211,48055 -"197280",32211,59450 -"197281",32211,63367 -"197282",32211,79074 -"197283",32211,106348 -"197284",32211,107785 -"197285",32211,109737 -"197286",32211,120046 -"197287",32211,121465 -"197288",32212,35821 -"197289",32213,34969 -"197290",32213,38313 -"197291",32213,52685 -"197292",32214,42126 -"197293",32215,36240 -"197294",32215,70575 -"197295",32216,38849 -"197296",32216,41803 -"197297",32216,65578 -"197298",32216,87250 -"197299",32218,32322 -"197300",32219,33730 -"197301",32219,54249 -"197302",32219,59782 -"197303",32219,95678 -"197304",32219,122425 -"197305",32220,78148 -"197306",32221,35813 -"197307",32221,41439 -"197308",32221,57094 -"197309",32221,59577 -"197310",32221,71579 -"197311",32221,86476 -"197312",32221,94885 -"197313",32221,94886 -"197314",32221,94915 -"197315",32221,95416 -"197316",32221,102938 -"197317",32222,76611 -"197318",32222,79699 -"197319",32222,80610 -"197320",32222,90721 -"197321",32222,99017 -"197322",32223,87003 -"197323",32223,112524 -"197324",32224,40898 -"197325",32225,66160 -"197326",32226,48160 -"197327",32226,51111 -"197328",32226,88280 -"197329",32226,88291 -"197330",32226,88308 -"197331",32227,41616 -"197332",32227,62364 -"197333",32228,35682 -"197334",32228,40442 -"197335",32228,44227 -"197336",32228,50354 -"197337",32228,50938 -"197338",32228,72520 -"197339",32228,110256 -"197340",32229,40545 -"197341",32229,48616 -"197342",32229,61083 -"197343",32229,64249 -"197344",32229,79218 -"197345",32229,93087 -"197346",32229,103181 -"197347",32229,103185 -"197348",32230,32289 -"197349",32230,100692 -"197350",32231,32321 -"197351",32231,70633 -"197352",32232,34938 -"197353",32232,35504 -"197354",32232,48787 -"197355",32233,76826 -"197356",32233,91476 -"197357",32234,36615 -"197358",32234,59466 -"197359",32234,61860 -"197360",32234,76612 -"197361",32234,79159 -"197362",32234,80988 -"197363",32234,96505 -"197364",32234,101739 -"197365",32234,104847 -"197366",32234,113333 -"197367",32234,122057 -"197368",32235,32312 -"197369",32235,32343 -"197370",32235,32537 -"197371",32235,35688 -"197372",32235,46239 -"197373",32235,66014 -"197374",32235,68776 -"197375",32235,85001 -"197376",32235,87634 -"197377",32235,95044 -"197378",32237,39356 -"197379",32237,39385 -"197380",32237,39647 -"197381",32237,58921 -"197382",32237,98170 -"197383",32238,82458 -"197384",32239,35278 -"197385",32239,38099 -"197386",32239,45227 -"197387",32239,50468 -"197388",32239,53652 -"197389",32239,56491 -"197390",32239,56525 -"197391",32239,57443 -"197392",32239,63997 -"197393",32239,80928 -"197394",32239,85679 -"197395",32239,105648 -"197396",32240,49643 -"197397",32240,52525 -"197398",32240,59953 -"197399",32240,69037 -"197400",32240,74558 -"197401",32240,74653 -"197402",32240,75054 -"197403",32240,95115 -"197404",32240,107496 -"197405",32242,78759 -"197406",32242,95660 -"197407",32243,34472 -"197408",32243,62637 -"197409",32243,73753 -"197410",32243,91309 -"197411",32243,103967 -"197412",32244,55208 -"197413",32244,55209 -"197414",32244,55214 -"197415",32244,55215 -"197416",32244,55422 -"197417",32245,40351 -"197418",32245,43408 -"197419",32245,56614 -"197420",32246,84502 -"197421",32248,39180 -"197422",32248,56105 -"197423",32248,63299 -"197424",32249,32913 -"197425",32249,36082 -"197426",32249,48225 -"197427",32249,57281 -"197428",32249,66222 -"197429",32249,66223 -"197430",32249,66263 -"197431",32249,66312 -"197432",32249,66353 -"197433",32249,119924 -"197434",32250,71679 -"197435",32250,88061 -"197436",32251,34566 -"197437",32251,59443 -"197438",32252,37517 -"197439",32252,43145 -"197440",32252,44086 -"197441",32252,45981 -"197442",32252,57300 -"197443",32252,96827 -"197444",32253,93134 -"197445",32254,117747 -"197446",32254,118267 -"197447",32255,43770 -"197448",32255,82155 -"197449",32255,97613 -"197450",32256,36151 -"197451",32257,68074 -"197452",32257,92438 -"197453",32257,122191 -"197454",32258,34532 -"197455",32258,57122 -"197456",32258,58289 -"197457",32258,64327 -"197458",32258,67962 -"197459",32258,82825 -"197460",32258,99706 -"197461",32258,107938 -"197462",32258,110244 -"197463",32258,110245 -"197464",32258,110246 -"197465",32259,32412 -"197466",32259,49701 -"197467",32259,49805 -"197468",32259,74054 -"197469",32259,77519 -"197470",32259,77676 -"197471",32259,78206 -"197472",32259,80653 -"197473",32259,91465 -"197474",32259,92834 -"197475",32259,95054 -"197476",32259,98607 -"197477",32259,106065 -"197478",32259,107322 -"197479",32259,107423 -"197480",32259,107428 -"197481",32260,41748 -"197482",32260,66707 -"197483",32260,75587 -"197484",32260,80179 -"197485",32260,101810 -"197486",32260,110990 -"197487",32260,119089 -"197488",32261,49095 -"197489",32262,43679 -"197490",32262,86906 -"197491",32262,117001 -"197492",32263,46911 -"197493",32263,58486 -"197494",32263,95013 -"197495",32264,50742 -"197496",32264,103920 -"197497",32264,109339 -"197498",32264,114266 -"197499",32264,121384 -"197500",32265,42726 -"197501",32265,58018 -"197502",32265,59660 -"197503",32265,70982 -"197504",32266,36337 -"197505",32266,79370 -"197506",32266,92864 -"197507",32266,95174 -"197508",32267,37100 -"197509",32267,48702 -"197510",32267,98601 -"197511",32267,98631 -"197512",32269,38700 -"197513",32269,44032 -"197514",32269,64215 -"197515",32270,91218 -"197516",32271,35872 -"197517",32271,42092 -"197518",32271,43671 -"197519",32273,35993 -"197520",32273,40215 -"197521",32273,58845 -"197522",32273,59541 -"197523",32275,70865 -"197524",32276,32989 -"197525",32276,33632 -"197526",32277,34016 -"197527",32277,111909 -"197528",32279,51616 -"197529",32280,50456 -"197530",32280,51427 -"197531",32280,52838 -"197532",32280,61191 -"197533",32280,78754 -"197534",32281,32596 -"197535",32281,94813 -"197536",32281,94865 -"197537",32282,39881 -"197538",32283,61831 -"197539",32283,68616 -"197540",32283,68866 -"197541",32283,110041 -"197542",32284,32285 -"197543",32285,60219 -"197544",32289,114624 -"197545",32290,34739 -"197546",32290,38608 -"197547",32290,69067 -"197548",32290,102314 -"197549",32290,106252 -"197550",32291,101101 -"197551",32292,33237 -"197552",32292,37889 -"197553",32292,45468 -"197554",32292,54089 -"197555",32292,54948 -"197556",32292,99535 -"197557",32292,114358 -"197558",32293,49420 -"197559",32296,48244 -"197560",32296,60878 -"197561",32297,34653 -"197562",32297,42748 -"197563",32297,51850 -"197564",32297,55032 -"197565",32297,71124 -"197566",32297,81058 -"197567",32297,107371 -"197568",32297,117263 -"197569",32298,79932 -"197570",32299,66763 -"197571",32299,114720 -"197572",32299,114732 -"197573",32301,58022 -"197574",32301,68271 -"197575",32301,72673 -"197576",32302,43693 -"197577",32302,46284 -"197578",32302,96019 -"197579",32303,37766 -"197580",32305,32308 -"197581",32307,32309 -"197582",32307,45672 -"197583",32309,45672 -"197584",32311,47686 -"197585",32311,56152 -"197586",32311,79001 -"197587",32312,32343 -"197588",32312,34055 -"197589",32312,35688 -"197590",32312,61715 -"197591",32312,66014 -"197592",32312,68776 -"197593",32312,72488 -"197594",32312,75319 -"197595",32312,78946 -"197596",32312,82761 -"197597",32312,85001 -"197598",32312,89302 -"197599",32312,98972 -"197600",32312,100109 -"197601",32312,100123 -"197602",32312,104442 -"197603",32312,104769 -"197604",32312,116448 -"197605",32313,32510 -"197606",32313,36188 -"197607",32313,61323 -"197608",32313,83528 -"197609",32313,84377 -"197610",32313,86321 -"197611",32313,88018 -"197612",32313,95073 -"197613",32313,100237 -"197614",32313,105194 -"197615",32313,117037 -"197616",32313,119255 -"197617",32314,32315 -"197618",32316,38042 -"197619",32316,69094 -"197620",32316,77571 -"197621",32316,91327 -"197622",32316,91338 -"197623",32316,94123 -"197624",32316,110952 -"197625",32317,32497 -"197626",32317,52041 -"197627",32317,53315 -"197628",32317,58211 -"197629",32317,59421 -"197630",32317,67165 -"197631",32317,68446 -"197632",32317,73659 -"197633",32317,73743 -"197634",32317,73875 -"197635",32317,73896 -"197636",32318,61069 -"197637",32319,38785 -"197638",32319,64156 -"197639",32319,72632 -"197640",32319,72807 -"197641",32319,72868 -"197642",32319,74209 -"197643",32320,65948 -"197644",32321,42758 -"197645",32321,51233 -"197646",32321,51279 -"197647",32321,54416 -"197648",32321,75726 -"197649",32323,43228 -"197650",32323,45444 -"197651",32323,47529 -"197652",32323,50257 -"197653",32323,79827 -"197654",32326,62692 -"197655",32326,87348 -"197656",32327,68872 -"197657",32327,87636 -"197658",32327,99670 -"197659",32328,60801 -"197660",32328,79856 -"197661",32329,32334 -"197662",32329,32349 -"197663",32329,32401 -"197664",32329,58331 -"197665",32329,64804 -"197666",32329,77077 -"197667",32329,100981 -"197668",32329,102155 -"197669",32329,110447 -"197670",32330,32354 -"197671",32330,32459 -"197672",32330,32490 -"197673",32330,35441 -"197674",32331,37403 -"197675",32331,50457 -"197676",32331,50503 -"197677",32331,60139 -"197678",32331,62267 -"197679",32331,70425 -"197680",32332,34648 -"197681",32332,37915 -"197682",32332,47084 -"197683",32332,70219 -"197684",32332,79080 -"197685",32334,32349 -"197686",32334,32401 -"197687",32334,36319 -"197688",32334,36333 -"197689",32334,40043 -"197690",32334,43964 -"197691",32334,50956 -"197692",32334,60516 -"197693",32334,61367 -"197694",32334,90111 -"197695",32335,32359 -"197696",32335,32379 -"197697",32335,32495 -"197698",32335,32509 -"197699",32335,46365 -"197700",32335,70707 -"197701",32335,89111 -"197702",32335,89718 -"197703",32335,92288 -"197704",32335,92309 -"197705",32336,80862 -"197706",32337,64803 -"197707",32338,34560 -"197708",32338,34946 -"197709",32338,39216 -"197710",32338,48530 -"197711",32338,52276 -"197712",32338,52557 -"197713",32338,52735 -"197714",32338,54161 -"197715",32338,65028 -"197716",32338,67488 -"197717",32338,69188 -"197718",32338,72674 -"197719",32338,88058 -"197720",32338,91596 -"197721",32338,91619 -"197722",32338,95167 -"197723",32338,118657 -"197724",32339,35233 -"197725",32339,38310 -"197726",32339,41581 -"197727",32339,43214 -"197728",32339,45674 -"197729",32339,54565 -"197730",32339,54649 -"197731",32339,55940 -"197732",32339,61610 -"197733",32339,67499 -"197734",32339,77788 -"197735",32339,78931 -"197736",32339,93320 -"197737",32339,94591 -"197738",32339,103082 -"197739",32339,105621 -"197740",32339,114150 -"197741",32340,34997 -"197742",32340,38301 -"197743",32340,46349 -"197744",32340,64146 -"197745",32340,67815 -"197746",32340,81082 -"197747",32340,81098 -"197748",32340,96279 -"197749",32341,32351 -"197750",32341,33524 -"197751",32341,55604 -"197752",32341,113305 -"197753",32343,36040 -"197754",32343,57374 -"197755",32343,66014 -"197756",32343,67429 -"197757",32343,67458 -"197758",32343,78817 -"197759",32343,98050 -"197760",32343,104223 -"197761",32343,113292 -"197762",32344,46023 -"197763",32344,57261 -"197764",32345,33462 -"197765",32345,67423 -"197766",32345,68364 -"197767",32345,70625 -"197768",32346,56100 -"197769",32346,71519 -"197770",32347,49182 -"197771",32347,69718 -"197772",32347,76572 -"197773",32347,95045 -"197774",32347,99078 -"197775",32347,99186 -"197776",32347,102601 -"197777",32348,45070 -"197778",32348,53260 -"197779",32348,88392 -"197780",32348,101460 -"197781",32349,32401 -"197782",32349,34033 -"197783",32349,36010 -"197784",32349,41904 -"197785",32349,45696 -"197786",32349,47973 -"197787",32349,50425 -"197788",32349,54365 -"197789",32349,57253 -"197790",32349,66261 -"197791",32349,68457 -"197792",32349,69198 -"197793",32349,77565 -"197794",32349,78974 -"197795",32349,86023 -"197796",32349,86734 -"197797",32349,87813 -"197798",32349,88773 -"197799",32349,90993 -"197800",32349,90994 -"197801",32349,92417 -"197802",32349,100319 -"197803",32349,101250 -"197804",32349,101462 -"197805",32349,109885 -"197806",32349,110742 -"197807",32349,112606 -"197808",32349,116142 -"197809",32349,116150 -"197810",32349,116151 -"197811",32349,116152 -"197812",32349,116155 -"197813",32349,116159 -"197814",32349,116163 -"197815",32349,116165 -"197816",32349,116166 -"197817",32349,116171 -"197818",32349,116677 -"197819",32349,116678 -"197820",32350,32391 -"197821",32350,42956 -"197822",32350,50539 -"197823",32350,91763 -"197824",32350,111140 -"197825",32350,113752 -"197826",32350,113794 -"197827",32350,117029 -"197828",32350,120378 -"197829",32350,120813 -"197830",32351,33209 -"197831",32351,33524 -"197832",32351,72267 -"197833",32351,82681 -"197834",32351,109708 -"197835",32352,32516 -"197836",32354,32459 -"197837",32354,32490 -"197838",32354,35441 -"197839",32355,32356 -"197840",32357,98841 -"197841",32357,114198 -"197842",32358,32447 -"197843",32358,36411 -"197844",32358,74797 -"197845",32358,85669 -"197846",32358,105209 -"197847",32359,32495 -"197848",32359,32509 -"197849",32359,46365 -"197850",32359,70707 -"197851",32359,88268 -"197852",32359,88286 -"197853",32359,89718 -"197854",32361,33275 -"197855",32361,33883 -"197856",32361,36286 -"197857",32361,36767 -"197858",32361,37937 -"197859",32361,40419 -"197860",32361,42608 -"197861",32361,44180 -"197862",32361,45272 -"197863",32361,45818 -"197864",32361,51476 -"197865",32361,51892 -"197866",32361,53755 -"197867",32361,54168 -"197868",32361,57210 -"197869",32361,58482 -"197870",32361,59172 -"197871",32361,59816 -"197872",32361,61874 -"197873",32361,63274 -"197874",32361,66322 -"197875",32361,67327 -"197876",32361,70854 -"197877",32361,71683 -"197878",32361,72568 -"197879",32361,72628 -"197880",32361,73767 -"197881",32361,78532 -"197882",32361,81609 -"197883",32361,85885 -"197884",32361,91255 -"197885",32361,92247 -"197886",32361,92352 -"197887",32361,92362 -"197888",32361,92929 -"197889",32361,93719 -"197890",32361,94906 -"197891",32361,94946 -"197892",32361,95889 -"197893",32361,96093 -"197894",32361,97988 -"197895",32361,99309 -"197896",32361,99376 -"197897",32361,99450 -"197898",32361,99471 -"197899",32361,99474 -"197900",32361,100916 -"197901",32361,100944 -"197902",32361,101126 -"197903",32361,101329 -"197904",32361,105557 -"197905",32361,107199 -"197906",32361,108743 -"197907",32361,108980 -"197908",32361,109291 -"197909",32361,109933 -"197910",32361,110483 -"197911",32361,110567 -"197912",32361,110572 -"197913",32361,110630 -"197914",32361,110648 -"197915",32361,110711 -"197916",32361,110770 -"197917",32361,110869 -"197918",32361,110911 -"197919",32361,111285 -"197920",32361,111314 -"197921",32361,111362 -"197922",32361,111372 -"197923",32361,111424 -"197924",32361,111433 -"197925",32361,112422 -"197926",32361,113269 -"197927",32361,113430 -"197928",32361,114242 -"197929",32361,114842 -"197930",32361,115427 -"197931",32361,115521 -"197932",32361,115711 -"197933",32362,38424 -"197934",32362,43440 -"197935",32362,46613 -"197936",32362,47877 -"197937",32362,60856 -"197938",32362,71949 -"197939",32362,76661 -"197940",32362,76864 -"197941",32362,76891 -"197942",32362,84529 -"197943",32362,92009 -"197944",32362,92015 -"197945",32364,36390 -"197946",32364,36474 -"197947",32364,40763 -"197948",32364,40803 -"197949",32365,123077 -"197950",32366,32521 -"197951",32366,78957 -"197952",32366,89077 -"197953",32367,32383 -"197954",32367,32419 -"197955",32369,34634 -"197956",32369,35891 -"197957",32369,35893 -"197958",32369,36095 -"197959",32369,44248 -"197960",32369,44649 -"197961",32369,56008 -"197962",32369,67226 -"197963",32369,69999 -"197964",32370,32396 -"197965",32370,32462 -"197966",32370,32522 -"197967",32371,32373 -"197968",32371,32474 -"197969",32371,32475 -"197970",32372,100361 -"197971",32373,32474 -"197972",32373,32475 -"197973",32374,32437 -"197974",32374,95463 -"197975",32374,104160 -"197976",32375,55818 -"197977",32375,120871 -"197978",32376,32390 -"197979",32376,60373 -"197980",32376,107900 -"197981",32376,112703 -"197982",32376,117384 -"197983",32377,99912 -"197984",32377,105786 -"197985",32377,113381 -"197986",32377,113412 -"197987",32377,113446 -"197988",32378,91650 -"197989",32378,93303 -"197990",32378,93324 -"197991",32378,98685 -"197992",32379,46365 -"197993",32379,70391 -"197994",32380,32850 -"197995",32380,38118 -"197996",32380,53814 -"197997",32380,54128 -"197998",32380,63274 -"197999",32380,69182 -"198000",32380,88151 -"198001",32380,103279 -"198002",32382,32551 -"198003",32383,32419 -"198004",32383,100924 -"198005",32384,35053 -"198006",32384,38691 -"198007",32384,38915 -"198008",32384,40634 -"198009",32384,43888 -"198010",32384,50195 -"198011",32384,50969 -"198012",32384,60820 -"198013",32384,69935 -"198014",32384,85139 -"198015",32384,99288 -"198016",32384,99743 -"198017",32384,113721 -"198018",32384,122582 -"198019",32384,122616 -"198020",32386,34757 -"198021",32386,34804 -"198022",32386,48238 -"198023",32386,114156 -"198024",32387,42613 -"198025",32387,51360 -"198026",32387,78414 -"198027",32387,81336 -"198028",32387,92887 -"198029",32387,122858 -"198030",32387,122955 -"198031",32388,49726 -"198032",32388,51334 -"198033",32388,53609 -"198034",32388,58384 -"198035",32388,92512 -"198036",32388,106917 -"198037",32389,45407 -"198038",32389,46195 -"198039",32389,46224 -"198040",32389,49613 -"198041",32389,61382 -"198042",32389,79075 -"198043",32389,79089 -"198044",32389,79131 -"198045",32389,99194 -"198046",32390,77365 -"198047",32390,84869 -"198048",32393,32939 -"198049",32393,33113 -"198050",32393,38494 -"198051",32393,38932 -"198052",32393,40643 -"198053",32393,42017 -"198054",32393,42107 -"198055",32393,45787 -"198056",32393,47083 -"198057",32393,49231 -"198058",32393,50061 -"198059",32393,52450 -"198060",32393,54059 -"198061",32393,55370 -"198062",32393,57804 -"198063",32393,59615 -"198064",32393,59940 -"198065",32393,67363 -"198066",32393,71230 -"198067",32393,76278 -"198068",32393,76740 -"198069",32393,76786 -"198070",32393,77272 -"198071",32393,77357 -"198072",32393,77402 -"198073",32393,78248 -"198074",32393,78255 -"198075",32393,78339 -"198076",32393,78445 -"198077",32393,79022 -"198078",32393,79716 -"198079",32393,79989 -"198080",32393,80281 -"198081",32393,81728 -"198082",32393,82196 -"198083",32393,82383 -"198084",32393,82810 -"198085",32393,82854 -"198086",32393,83853 -"198087",32393,83884 -"198088",32393,84379 -"198089",32393,84613 -"198090",32393,85465 -"198091",32393,85610 -"198092",32393,86351 -"198093",32393,86451 -"198094",32393,86882 -"198095",32393,87175 -"198096",32393,87451 -"198097",32393,87521 -"198098",32393,87572 -"198099",32393,87663 -"198100",32393,87721 -"198101",32393,87862 -"198102",32394,61136 -"198103",32394,66948 -"198104",32394,66991 -"198105",32395,33451 -"198106",32395,37854 -"198107",32395,56718 -"198108",32395,56873 -"198109",32395,62165 -"198110",32395,74862 -"198111",32395,88550 -"198112",32395,116764 -"198113",32395,120845 -"198114",32395,121582 -"198115",32396,32462 -"198116",32396,32522 -"198117",32398,32452 -"198118",32398,47733 -"198119",32398,67859 -"198120",32398,76127 -"198121",32399,32971 -"198122",32399,55008 -"198123",32399,86236 -"198124",32401,46761 -"198125",32401,57204 -"198126",32401,68174 -"198127",32401,82980 -"198128",32402,40722 -"198129",32402,53724 -"198130",32402,57309 -"198131",32402,66201 -"198132",32402,70038 -"198133",32402,77895 -"198134",32403,32428 -"198135",32403,32455 -"198136",32403,32466 -"198137",32403,32511 -"198138",32404,32441 -"198139",32405,50639 -"198140",32405,55668 -"198141",32405,82568 -"198142",32405,101654 -"198143",32407,42344 -"198144",32407,64081 -"198145",32407,68530 -"198146",32408,73261 -"198147",32409,37484 -"198148",32409,40041 -"198149",32409,41480 -"198150",32409,41486 -"198151",32409,43218 -"198152",32409,45291 -"198153",32409,50632 -"198154",32409,53031 -"198155",32409,53765 -"198156",32409,60869 -"198157",32409,61471 -"198158",32409,83982 -"198159",32409,86772 -"198160",32409,93615 -"198161",32409,103426 -"198162",32409,103454 -"198163",32409,108718 -"198164",32409,119943 -"198165",32410,102646 -"198166",32411,45588 -"198167",32411,46376 -"198168",32411,48264 -"198169",32411,85639 -"198170",32412,74054 -"198171",32412,93371 -"198172",32412,93600 -"198173",32412,106065 -"198174",32413,34614 -"198175",32413,34631 -"198176",32413,34668 -"198177",32413,35983 -"198178",32413,38270 -"198179",32413,40113 -"198180",32413,42148 -"198181",32413,42289 -"198182",32413,48281 -"198183",32413,48380 -"198184",32413,50662 -"198185",32413,56216 -"198186",32413,59615 -"198187",32413,60941 -"198188",32413,62679 -"198189",32413,63105 -"198190",32413,65892 -"198191",32413,68001 -"198192",32413,68475 -"198193",32413,68917 -"198194",32413,69296 -"198195",32413,71106 -"198196",32413,71739 -"198197",32413,73655 -"198198",32413,75767 -"198199",32413,76046 -"198200",32413,76459 -"198201",32413,76808 -"198202",32413,77727 -"198203",32413,78224 -"198204",32413,79222 -"198205",32413,82978 -"198206",32413,83306 -"198207",32413,85027 -"198208",32413,86905 -"198209",32413,88412 -"198210",32413,90275 -"198211",32413,90426 -"198212",32413,91112 -"198213",32413,91526 -"198214",32413,91975 -"198215",32413,93425 -"198216",32413,93523 -"198217",32413,94060 -"198218",32413,94520 -"198219",32413,95954 -"198220",32413,99544 -"198221",32413,99547 -"198222",32413,99549 -"198223",32413,99554 -"198224",32413,100595 -"198225",32413,100739 -"198226",32413,100819 -"198227",32413,101898 -"198228",32413,101988 -"198229",32413,102146 -"198230",32413,102201 -"198231",32413,102309 -"198232",32413,102635 -"198233",32413,102730 -"198234",32413,102846 -"198235",32413,103790 -"198236",32413,104095 -"198237",32413,104574 -"198238",32413,104784 -"198239",32413,104845 -"198240",32413,107269 -"198241",32413,107623 -"198242",32413,107714 -"198243",32413,107879 -"198244",32413,107975 -"198245",32413,115480 -"198246",32414,33191 -"198247",32414,34846 -"198248",32414,51714 -"198249",32416,35187 -"198250",32416,44795 -"198251",32416,48302 -"198252",32416,113672 -"198253",32417,56337 -"198254",32417,72884 -"198255",32417,82440 -"198256",32417,109287 -"198257",32417,118318 -"198258",32417,118595 -"198259",32418,77883 -"198260",32418,97174 -"198261",32418,98156 -"198262",32418,120712 -"198263",32418,120716 -"198264",32418,123168 -"198265",32418,123190 -"198266",32419,42962 -"198267",32419,43720 -"198268",32419,61267 -"198269",32419,91812 -"198270",32419,103310 -"198271",32420,95445 -"198272",32420,109126 -"198273",32421,33661 -"198274",32421,33672 -"198275",32421,65735 -"198276",32421,82872 -"198277",32421,84728 -"198278",32421,84729 -"198279",32421,84777 -"198280",32421,84778 -"198281",32421,113845 -"198282",32422,35459 -"198283",32422,35529 -"198284",32422,37739 -"198285",32422,46388 -"198286",32422,70406 -"198287",32422,74675 -"198288",32422,75830 -"198289",32422,76590 -"198290",32422,82888 -"198291",32422,100140 -"198292",32422,100398 -"198293",32423,41869 -"198294",32423,55235 -"198295",32423,63463 -"198296",32423,65786 -"198297",32423,82193 -"198298",32423,83796 -"198299",32423,91551 -"198300",32423,95560 -"198301",32423,119431 -"198302",32424,33972 -"198303",32424,61684 -"198304",32424,78677 -"198305",32424,86193 -"198306",32424,88788 -"198307",32424,109633 -"198308",32424,114310 -"198309",32424,115017 -"198310",32424,116816 -"198311",32425,32632 -"198312",32425,32741 -"198313",32426,44485 -"198314",32427,45293 -"198315",32428,32455 -"198316",32428,32466 -"198317",32428,32511 -"198318",32429,33553 -"198319",32429,36446 -"198320",32429,64651 -"198321",32429,78093 -"198322",32429,95110 -"198323",32430,32431 -"198324",32432,36313 -"198325",32433,36397 -"198326",32433,59765 -"198327",32433,70660 -"198328",32433,99202 -"198329",32434,41642 -"198330",32435,39415 -"198331",32435,76595 -"198332",32435,92773 -"198333",32435,107720 -"198334",32436,58707 -"198335",32438,32967 -"198336",32438,33223 -"198337",32438,33881 -"198338",32438,34097 -"198339",32438,34330 -"198340",32438,34513 -"198341",32438,35400 -"198342",32438,36476 -"198343",32438,36547 -"198344",32438,36745 -"198345",32438,37821 -"198346",32438,37931 -"198347",32438,38319 -"198348",32438,39398 -"198349",32438,39492 -"198350",32438,40320 -"198351",32438,40373 -"198352",32438,40542 -"198353",32438,41182 -"198354",32438,42131 -"198355",32438,46843 -"198356",32438,48331 -"198357",32439,86421 -"198358",32439,111510 -"198359",32440,46493 -"198360",32440,67852 -"198361",32441,45331 -"198362",32442,32666 -"198363",32442,34033 -"198364",32442,36986 -"198365",32442,39646 -"198366",32442,46050 -"198367",32442,48217 -"198368",32442,52633 -"198369",32442,63444 -"198370",32442,64021 -"198371",32442,68374 -"198372",32442,79502 -"198373",32442,91103 -"198374",32442,101250 -"198375",32442,104880 -"198376",32442,107639 -"198377",32442,109217 -"198378",32442,109224 -"198379",32442,117163 -"198380",32443,85656 -"198381",32445,48363 -"198382",32446,32644 -"198383",32446,32685 -"198384",32446,32698 -"198385",32446,32749 -"198386",32446,34961 -"198387",32446,111782 -"198388",32447,36411 -"198389",32447,36913 -"198390",32447,39486 -"198391",32447,42905 -"198392",32447,67062 -"198393",32447,67304 -"198394",32447,72995 -"198395",32447,74797 -"198396",32447,85669 -"198397",32447,85925 -"198398",32447,96624 -"198399",32448,123279 -"198400",32449,35319 -"198401",32449,38699 -"198402",32449,50033 -"198403",32449,50238 -"198404",32449,68628 -"198405",32450,34484 -"198406",32450,61968 -"198407",32450,91749 -"198408",32452,34303 -"198409",32452,34582 -"198410",32452,38186 -"198411",32452,38576 -"198412",32452,42273 -"198413",32452,45302 -"198414",32452,48359 -"198415",32452,49226 -"198416",32452,49559 -"198417",32452,50445 -"198418",32452,63746 -"198419",32453,76877 -"198420",32454,39715 -"198421",32454,41363 -"198422",32454,56892 -"198423",32454,64005 -"198424",32454,66560 -"198425",32454,69000 -"198426",32454,69002 -"198427",32455,32466 -"198428",32455,32511 -"198429",32455,89823 -"198430",32455,103339 -"198431",32457,48530 -"198432",32457,48536 -"198433",32457,74073 -"198434",32457,78238 -"198435",32458,45887 -"198436",32459,32490 -"198437",32459,35441 -"198438",32460,77012 -"198439",32461,38193 -"198440",32461,49838 -"198441",32461,51486 -"198442",32461,55805 -"198443",32461,70139 -"198444",32461,70219 -"198445",32461,70535 -"198446",32461,74649 -"198447",32461,99714 -"198448",32461,102019 -"198449",32461,104252 -"198450",32461,104383 -"198451",32461,108450 -"198452",32461,108624 -"198453",32461,117420 -"198454",32461,117886 -"198455",32462,32522 -"198456",32463,112156 -"198457",32464,61326 -"198458",32464,86489 -"198459",32464,103477 -"198460",32466,32511 -"198461",32467,51232 -"198462",32467,52266 -"198463",32467,87253 -"198464",32468,59927 -"198465",32468,83992 -"198466",32469,33027 -"198467",32470,34665 -"198468",32470,45378 -"198469",32470,50400 -"198470",32470,52709 -"198471",32470,67918 -"198472",32470,117635 -"198473",32471,66310 -"198474",32472,103246 -"198475",32472,103286 -"198476",32472,103379 -"198477",32473,38074 -"198478",32474,32475 -"198479",32476,35877 -"198480",32476,42139 -"198481",32476,47970 -"198482",32476,49469 -"198483",32476,50509 -"198484",32476,65743 -"198485",32476,82753 -"198486",32476,84615 -"198487",32476,86152 -"198488",32476,93092 -"198489",32476,93135 -"198490",32476,106580 -"198491",32476,109836 -"198492",32476,115097 -"198493",32476,118684 -"198494",32477,48535 -"198495",32477,69393 -"198496",32477,88959 -"198497",32477,99880 -"198498",32477,109511 -"198499",32477,116341 -"198500",32477,117074 -"198501",32477,117645 -"198502",32477,117655 -"198503",32478,107211 -"198504",32479,32790 -"198505",32479,39559 -"198506",32479,39951 -"198507",32479,45636 -"198508",32479,50070 -"198509",32479,51774 -"198510",32479,53884 -"198511",32479,56866 -"198512",32479,61086 -"198513",32479,62107 -"198514",32479,70893 -"198515",32479,71773 -"198516",32479,78731 -"198517",32479,85096 -"198518",32479,87958 -"198519",32479,96161 -"198520",32479,105945 -"198521",32479,105968 -"198522",32481,46841 -"198523",32481,63229 -"198524",32481,72706 -"198525",32481,94193 -"198526",32482,34076 -"198527",32482,35416 -"198528",32482,35504 -"198529",32482,35522 -"198530",32482,35534 -"198531",32483,56826 -"198532",32484,85788 -"198533",32485,32530 -"198534",32486,32570 -"198535",32487,32832 -"198536",32487,44054 -"198537",32487,53624 -"198538",32487,88995 -"198539",32487,90364 -"198540",32487,90875 -"198541",32488,33403 -"198542",32489,32499 -"198543",32490,35441 -"198544",32491,35573 -"198545",32491,35612 -"198546",32491,51108 -"198547",32492,33211 -"198548",32492,38398 -"198549",32492,49110 -"198550",32492,57311 -"198551",32493,43360 -"198552",32493,58850 -"198553",32493,58860 -"198554",32493,79281 -"198555",32493,87278 -"198556",32494,34831 -"198557",32494,44258 -"198558",32494,54968 -"198559",32494,59958 -"198560",32494,77661 -"198561",32494,79009 -"198562",32494,79041 -"198563",32495,32509 -"198564",32495,112922 -"198565",32496,78507 -"198566",32497,52041 -"198567",32497,53315 -"198568",32497,58211 -"198569",32497,59421 -"198570",32497,65348 -"198571",32497,67165 -"198572",32497,73659 -"198573",32497,73743 -"198574",32497,73875 -"198575",32497,73896 -"198576",32498,72531 -"198577",32498,104906 -"198578",32498,110197 -"198579",32498,110224 -"198580",32498,110235 -"198581",32499,36507 -"198582",32499,75558 -"198583",32499,75559 -"198584",32500,32501 -"198585",32500,32786 -"198586",32500,33030 -"198587",32501,32786 -"198588",32501,33030 -"198589",32502,47101 -"198590",32502,73316 -"198591",32503,32802 -"198592",32503,37551 -"198593",32503,45328 -"198594",32503,48971 -"198595",32503,61034 -"198596",32503,73675 -"198597",32503,74231 -"198598",32503,89240 -"198599",32503,96403 -"198600",32503,100945 -"198601",32503,105137 -"198602",32504,40218 -"198603",32504,48615 -"198604",32504,91428 -"198605",32504,92878 -"198606",32505,34343 -"198607",32505,44523 -"198608",32505,57931 -"198609",32505,61589 -"198610",32505,77586 -"198611",32505,79401 -"198612",32505,80249 -"198613",32505,80262 -"198614",32505,80280 -"198615",32505,80312 -"198616",32505,80337 -"198617",32505,80338 -"198618",32505,102538 -"198619",32506,35101 -"198620",32506,50172 -"198621",32509,46365 -"198622",32509,65955 -"198623",32509,70707 -"198624",32509,105641 -"198625",32510,36188 -"198626",32510,83528 -"198627",32510,84083 -"198628",32510,84377 -"198629",32510,86321 -"198630",32510,88018 -"198631",32510,95073 -"198632",32510,100237 -"198633",32510,105194 -"198634",32510,117037 -"198635",32510,119255 -"198636",32512,36460 -"198637",32512,46396 -"198638",32513,40030 -"198639",32513,45875 -"198640",32513,61706 -"198641",32513,68217 -"198642",32513,80828 -"198643",32513,105248 -"198644",32513,106929 -"198645",32513,109047 -"198646",32513,112324 -"198647",32513,112325 -"198648",32513,117936 -"198649",32513,119620 -"198650",32514,41222 -"198651",32514,80078 -"198652",32515,42197 -"198653",32516,43394 -"198654",32516,50252 -"198655",32516,56603 -"198656",32516,87483 -"198657",32516,98044 -"198658",32516,111223 -"198659",32517,43303 -"198660",32517,44999 -"198661",32518,61124 -"198662",32519,41644 -"198663",32519,44928 -"198664",32519,59715 -"198665",32519,69678 -"198666",32519,98314 -"198667",32519,113835 -"198668",32519,113838 -"198669",32520,37569 -"198670",32520,51079 -"198671",32522,42371 -"198672",32522,48227 -"198673",32523,33993 -"198674",32523,34002 -"198675",32523,34033 -"198676",32523,36010 -"198677",32523,42529 -"198678",32523,46668 -"198679",32523,65448 -"198680",32523,109828 -"198681",32524,77910 -"198682",32525,51966 -"198683",32526,33203 -"198684",32526,41583 -"198685",32526,62878 -"198686",32526,72954 -"198687",32527,60194 -"198688",32527,82993 -"198689",32528,41243 -"198690",32528,52445 -"198691",32529,50045 -"198692",32529,76918 -"198693",32529,89796 -"198694",32529,90773 -"198695",32529,95289 -"198696",32529,95974 -"198697",32529,98333 -"198698",32529,103048 -"198699",32529,121238 -"198700",32529,121314 -"198701",32531,41200 -"198702",32531,41428 -"198703",32531,42128 -"198704",32531,45138 -"198705",32531,47385 -"198706",32531,54004 -"198707",32531,55817 -"198708",32531,61633 -"198709",32531,62351 -"198710",32531,76858 -"198711",32531,79502 -"198712",32531,89031 -"198713",32531,89039 -"198714",32531,89040 -"198715",32531,104358 -"198716",32532,32560 -"198717",32532,32651 -"198718",32532,39689 -"198719",32532,39781 -"198720",32532,39782 -"198721",32532,62936 -"198722",32534,40274 -"198723",32534,40737 -"198724",32534,41925 -"198725",32534,49996 -"198726",32534,51880 -"198727",32534,64527 -"198728",32535,34914 -"198729",32535,40883 -"198730",32535,45195 -"198731",32535,45197 -"198732",32535,45218 -"198733",32535,61313 -"198734",32537,92028 -"198735",32538,58340 -"198736",32538,71465 -"198737",32538,107458 -"198738",32539,34838 -"198739",32539,35012 -"198740",32539,35025 -"198741",32539,73659 -"198742",32539,103771 -"198743",32540,48501 -"198744",32540,60480 -"198745",32540,81645 -"198746",32541,34694 -"198747",32541,34710 -"198748",32541,34818 -"198749",32541,34892 -"198750",32541,34900 -"198751",32542,40525 -"198752",32542,44518 -"198753",32542,46714 -"198754",32543,52982 -"198755",32543,61916 -"198756",32543,76287 -"198757",32544,45592 -"198758",32544,46322 -"198759",32546,41630 -"198760",32546,42099 -"198761",32546,45783 -"198762",32546,49257 -"198763",32546,49258 -"198764",32546,53260 -"198765",32546,58175 -"198766",32546,92750 -"198767",32546,109396 -"198768",32547,40405 -"198769",32548,32549 -"198770",32548,33400 -"198771",32548,34088 -"198772",32548,36514 -"198773",32548,37172 -"198774",32548,37266 -"198775",32548,38535 -"198776",32548,46903 -"198777",32548,52494 -"198778",32548,56602 -"198779",32548,56664 -"198780",32548,57796 -"198781",32548,66985 -"198782",32548,67127 -"198783",32548,68789 -"198784",32548,68891 -"198785",32548,68914 -"198786",32549,32558 -"198787",32549,33400 -"198788",32549,36514 -"198789",32549,43639 -"198790",32549,46903 -"198791",32549,52598 -"198792",32549,53037 -"198793",32549,53145 -"198794",32549,60283 -"198795",32549,67282 -"198796",32549,68672 -"198797",32549,68891 -"198798",32550,71670 -"198799",32550,86207 -"198800",32551,74159 -"198801",32552,33283 -"198802",32552,49803 -"198803",32552,52313 -"198804",32552,52623 -"198805",32553,32642 -"198806",32553,35058 -"198807",32553,40678 -"198808",32553,52767 -"198809",32553,76839 -"198810",32553,78768 -"198811",32553,88896 -"198812",32553,91139 -"198813",32553,92766 -"198814",32553,102163 -"198815",32553,105605 -"198816",32553,108403 -"198817",32554,32565 -"198818",32554,32566 -"198819",32556,32680 -"198820",32556,32682 -"198821",32556,36108 -"198822",32556,47218 -"198823",32556,52917 -"198824",32556,55506 -"198825",32556,57407 -"198826",32556,78081 -"198827",32556,78110 -"198828",32556,78630 -"198829",32556,79850 -"198830",32556,80088 -"198831",32556,81443 -"198832",32556,89286 -"198833",32556,94687 -"198834",32556,96667 -"198835",32556,98339 -"198836",32556,99217 -"198837",32556,100756 -"198838",32556,101534 -"198839",32556,101788 -"198840",32556,101944 -"198841",32556,105669 -"198842",32556,105788 -"198843",32556,116474 -"198844",32557,44455 -"198845",32557,46680 -"198846",32557,51802 -"198847",32557,51882 -"198848",32557,69668 -"198849",32558,32613 -"198850",32558,34872 -"198851",32558,37811 -"198852",32558,52598 -"198853",32559,40832 -"198854",32559,40839 -"198855",32559,49499 -"198856",32559,53048 -"198857",32559,86423 -"198858",32559,86563 -"198859",32560,32651 -"198860",32560,41410 -"198861",32560,62936 -"198862",32560,91849 -"198863",32561,54321 -"198864",32562,32576 -"198865",32562,32652 -"198866",32562,32707 -"198867",32562,38720 -"198868",32562,40726 -"198869",32562,42430 -"198870",32562,59503 -"198871",32562,68765 -"198872",32562,116748 -"198873",32564,54021 -"198874",32564,55539 -"198875",32564,71174 -"198876",32564,75737 -"198877",32565,32566 -"198878",32566,47433 -"198879",32566,54603 -"198880",32566,64360 -"198881",32566,75197 -"198882",32566,75241 -"198883",32567,32720 -"198884",32567,51052 -"198885",32567,57714 -"198886",32567,61408 -"198887",32567,73717 -"198888",32568,33539 -"198889",32568,41255 -"198890",32568,57403 -"198891",32571,41662 -"198892",32571,43262 -"198893",32571,54598 -"198894",32571,71154 -"198895",32572,115377 -"198896",32573,103432 -"198897",32573,105433 -"198898",32574,39906 -"198899",32574,40469 -"198900",32574,41201 -"198901",32574,52215 -"198902",32574,59066 -"198903",32574,73945 -"198904",32574,74405 -"198905",32574,80538 -"198906",32574,94069 -"198907",32574,99240 -"198908",32574,103822 -"198909",32574,104053 -"198910",32574,110083 -"198911",32575,117879 -"198912",32576,32652 -"198913",32576,32707 -"198914",32576,40726 -"198915",32576,42878 -"198916",32576,45663 -"198917",32576,80766 -"198918",32576,97298 -"198919",32576,100054 -"198920",32576,100657 -"198921",32578,52428 -"198922",32578,76062 -"198923",32579,36929 -"198924",32579,36978 -"198925",32579,36982 -"198926",32579,37031 -"198927",32579,40466 -"198928",32579,41739 -"198929",32580,44597 -"198930",32580,44947 -"198931",32580,47781 -"198932",32580,54048 -"198933",32580,78373 -"198934",32581,36315 -"198935",32581,41273 -"198936",32581,42077 -"198937",32581,42126 -"198938",32581,52905 -"198939",32582,35663 -"198940",32582,51027 -"198941",32582,78768 -"198942",32582,94387 -"198943",32582,115093 -"198944",32583,33251 -"198945",32584,32585 -"198946",32584,50655 -"198947",32584,80687 -"198948",32584,91792 -"198949",32586,32623 -"198950",32586,44757 -"198951",32586,45406 -"198952",32586,50198 -"198953",32586,58137 -"198954",32586,61131 -"198955",32587,52417 -"198956",32588,32589 -"198957",32588,32754 -"198958",32588,58821 -"198959",32588,58927 -"198960",32588,58933 -"198961",32589,32754 -"198962",32590,33076 -"198963",32590,53641 -"198964",32590,106497 -"198965",32591,32638 -"198966",32592,39010 -"198967",32592,42455 -"198968",32592,43853 -"198969",32592,43854 -"198970",32592,46578 -"198971",32592,57663 -"198972",32593,33195 -"198973",32593,37319 -"198974",32593,41107 -"198975",32593,57842 -"198976",32593,58429 -"198977",32593,58951 -"198978",32593,59010 -"198979",32593,61170 -"198980",32594,36216 -"198981",32594,59844 -"198982",32594,78479 -"198983",32594,80063 -"198984",32594,104522 -"198985",32594,108181 -"198986",32595,42677 -"198987",32595,43888 -"198988",32595,56399 -"198989",32595,77086 -"198990",32595,96931 -"198991",32595,117171 -"198992",32595,117223 -"198993",32596,70701 -"198994",32596,73784 -"198995",32596,98320 -"198996",32597,32667 -"198997",32597,32669 -"198998",32597,33043 -"198999",32598,33843 -"199000",32598,60191 -"199001",32598,64884 -"199002",32598,67284 -"199003",32599,46976 -"199004",32600,32737 -"199005",32600,33160 -"199006",32600,33320 -"199007",32600,51426 -"199008",32600,53642 -"199009",32600,67662 -"199010",32600,68543 -"199011",32600,68549 -"199012",32601,48414 -"199013",32601,64666 -"199014",32601,84531 -"199015",32601,88169 -"199016",32601,90573 -"199017",32601,104002 -"199018",32601,104746 -"199019",32601,114796 -"199020",32601,115613 -"199021",32602,34291 -"199022",32602,34936 -"199023",32602,37267 -"199024",32602,40689 -"199025",32602,43092 -"199026",32602,60223 -"199027",32602,66841 -"199028",32602,74532 -"199029",32602,93786 -"199030",32602,99804 -"199031",32602,122193 -"199032",32603,48614 -"199033",32603,77831 -"199034",32603,80090 -"199035",32603,100232 -"199036",32603,120659 -"199037",32604,36993 -"199038",32604,44085 -"199039",32604,46405 -"199040",32604,51599 -"199041",32604,53179 -"199042",32604,61136 -"199043",32604,71997 -"199044",32604,106611 -"199045",32604,106643 -"199046",32605,32721 -"199047",32606,33337 -"199048",32606,34235 -"199049",32606,36159 -"199050",32606,41691 -"199051",32606,46395 -"199052",32606,57231 -"199053",32606,60602 -"199054",32606,60905 -"199055",32606,63237 -"199056",32606,63315 -"199057",32606,69346 -"199058",32606,69524 -"199059",32606,109343 -"199060",32606,112805 -"199061",32606,112816 -"199062",32606,112819 -"199063",32606,114168 -"199064",32607,46347 -"199065",32607,47396 -"199066",32609,44591 -"199067",32609,60860 -"199068",32610,56484 -"199069",32610,87786 -"199070",32610,87787 -"199071",32610,87793 -"199072",32610,87804 -"199073",32611,39793 -"199074",32611,57781 -"199075",32611,60376 -"199076",32611,60732 -"199077",32611,60759 -"199078",32611,67233 -"199079",32611,78867 -"199080",32611,98852 -"199081",32611,119908 -"199082",32612,47509 -"199083",32612,92780 -"199084",32612,103071 -"199085",32612,119671 -"199086",32613,48745 -"199087",32613,51595 -"199088",32613,105098 -"199089",32614,72422 -"199090",32614,72423 -"199091",32614,72643 -"199092",32614,74428 -"199093",32614,107315 -"199094",32615,34977 -"199095",32616,90873 -"199096",32617,43507 -"199097",32617,47676 -"199098",32617,50209 -"199099",32617,71733 -"199100",32617,72173 -"199101",32617,79437 -"199102",32617,79448 -"199103",32617,83277 -"199104",32618,35841 -"199105",32618,82359 -"199106",32618,117933 -"199107",32619,32676 -"199108",32620,33845 -"199109",32620,75096 -"199110",32621,44634 -"199111",32621,44635 -"199112",32621,45118 -"199113",32621,49756 -"199114",32621,49817 -"199115",32621,70259 -"199116",32622,33231 -"199117",32623,45406 -"199118",32624,52552 -"199119",32624,109850 -"199120",32625,32639 -"199121",32625,32694 -"199122",32625,46026 -"199123",32627,68328 -"199124",32628,38938 -"199125",32628,54127 -"199126",32628,58008 -"199127",32628,85405 -"199128",32628,102275 -"199129",32629,40216 -"199130",32629,48931 -"199131",32629,65641 -"199132",32629,82853 -"199133",32629,101956 -"199134",32630,34564 -"199135",32630,34620 -"199136",32630,38525 -"199137",32630,41713 -"199138",32630,42087 -"199139",32630,45047 -"199140",32630,45980 -"199141",32630,48202 -"199142",32630,48212 -"199143",32630,53132 -"199144",32630,53227 -"199145",32630,55111 -"199146",32630,58628 -"199147",32630,61801 -"199148",32630,64350 -"199149",32630,73044 -"199150",32630,73058 -"199151",32630,73335 -"199152",32630,78063 -"199153",32630,78429 -"199154",32630,78569 -"199155",32630,82143 -"199156",32630,83231 -"199157",32630,86471 -"199158",32630,90804 -"199159",32630,91022 -"199160",32630,91045 -"199161",32630,95675 -"199162",32630,101516 -"199163",32630,102387 -"199164",32630,108374 -"199165",32630,108893 -"199166",32630,109101 -"199167",32630,109523 -"199168",32630,110993 -"199169",32630,111338 -"199170",32630,111398 -"199171",32630,111409 -"199172",32630,111480 -"199173",32630,112422 -"199174",32630,112648 -"199175",32630,112708 -"199176",32630,112820 -"199177",32630,112997 -"199178",32630,113597 -"199179",32630,114418 -"199180",32630,114582 -"199181",32630,115371 -"199182",32630,116028 -"199183",32630,116604 -"199184",32632,32741 -"199185",32632,62316 -"199186",32633,78838 -"199187",32633,78932 -"199188",32633,98912 -"199189",32634,35836 -"199190",32634,49881 -"199191",32634,55363 -"199192",32634,72398 -"199193",32634,72633 -"199194",32634,77247 -"199195",32635,33007 -"199196",32636,72313 -"199197",32636,99482 -"199198",32636,116935 -"199199",32636,116936 -"199200",32636,116954 -"199201",32636,116956 -"199202",32637,38440 -"199203",32637,39766 -"199204",32637,39814 -"199205",32637,41546 -"199206",32637,42116 -"199207",32637,42462 -"199208",32637,64285 -"199209",32637,73948 -"199210",32637,96397 -"199211",32637,110923 -"199212",32637,111708 -"199213",32638,38796 -"199214",32638,101650 -"199215",32639,32694 -"199216",32639,46026 -"199217",32640,37561 -"199218",32640,100225 -"199219",32641,66525 -"199220",32641,104901 -"199221",32641,116967 -"199222",32641,117175 -"199223",32642,32664 -"199224",32642,32682 -"199225",32642,33316 -"199226",32642,34221 -"199227",32642,35058 -"199228",32642,40678 -"199229",32642,62562 -"199230",32642,76839 -"199231",32642,78637 -"199232",32642,78768 -"199233",32642,81544 -"199234",32642,82573 -"199235",32642,83798 -"199236",32642,91139 -"199237",32642,91417 -"199238",32642,94456 -"199239",32642,97266 -"199240",32642,102292 -"199241",32642,105605 -"199242",32642,107036 -"199243",32642,108411 -"199244",32642,119489 -"199245",32642,121950 -"199246",32642,121966 -"199247",32642,121971 -"199248",32642,121976 -"199249",32642,123348 -"199250",32643,34541 -"199251",32643,52743 -"199252",32644,32685 -"199253",32644,32698 -"199254",32644,32749 -"199255",32644,34961 -"199256",32644,35878 -"199257",32644,80840 -"199258",32644,87788 -"199259",32644,99486 -"199260",32644,108246 -"199261",32645,61452 -"199262",32645,77299 -"199263",32645,79492 -"199264",32646,48918 -"199265",32646,49150 -"199266",32646,64139 -"199267",32646,67978 -"199268",32647,54601 -"199269",32647,54807 -"199270",32648,33927 -"199271",32648,34158 -"199272",32649,36347 -"199273",32649,43297 -"199274",32649,43331 -"199275",32649,47095 -"199276",32649,51590 -"199277",32649,58361 -"199278",32649,64611 -"199279",32649,113556 -"199280",32650,58899 -"199281",32650,84727 -"199282",32651,35797 -"199283",32651,42007 -"199284",32651,52920 -"199285",32651,62936 -"199286",32651,65833 -"199287",32651,79303 -"199288",32651,79395 -"199289",32651,85798 -"199290",32652,32707 -"199291",32652,40726 -"199292",32652,42878 -"199293",32652,80766 -"199294",32652,88283 -"199295",32653,63151 -"199296",32654,32655 -"199297",32654,96186 -"199298",32654,121509 -"199299",32656,35395 -"199300",32656,38902 -"199301",32656,46903 -"199302",32656,73111 -"199303",32657,55124 -"199304",32657,59056 -"199305",32657,65335 -"199306",32657,78290 -"199307",32658,37613 -"199308",32658,57566 -"199309",32658,66148 -"199310",32658,66149 -"199311",32658,66150 -"199312",32658,98971 -"199313",32659,102520 -"199314",32660,32717 -"199315",32661,32671 -"199316",32662,41142 -"199317",32662,59852 -"199318",32662,69925 -"199319",32662,72385 -"199320",32662,81870 -"199321",32662,88221 -"199322",32662,91779 -"199323",32662,108430 -"199324",32662,122496 -"199325",32662,122502 -"199326",32663,49625 -"199327",32663,52299 -"199328",32663,60421 -"199329",32663,60677 -"199330",32663,62946 -"199331",32663,66245 -"199332",32663,71628 -"199333",32663,71640 -"199334",32663,75690 -"199335",32664,32712 -"199336",32664,40678 -"199337",32664,52185 -"199338",32664,53347 -"199339",32664,59209 -"199340",32664,76839 -"199341",32664,84760 -"199342",32664,94456 -"199343",32664,105436 -"199344",32664,108403 -"199345",32665,34109 -"199346",32665,61824 -"199347",32665,98233 -"199348",32666,54004 -"199349",32666,57404 -"199350",32666,85509 -"199351",32667,32669 -"199352",32667,33043 -"199353",32668,34113 -"199354",32668,35534 -"199355",32668,39720 -"199356",32668,45965 -"199357",32668,59046 -"199358",32668,59295 -"199359",32668,82246 -"199360",32668,96915 -"199361",32668,123011 -"199362",32669,33043 -"199363",32670,34399 -"199364",32670,45189 -"199365",32670,51462 -"199366",32670,57675 -"199367",32670,57765 -"199368",32670,89762 -"199369",32671,64479 -"199370",32672,32988 -"199371",32672,36253 -"199372",32672,38433 -"199373",32672,47438 -"199374",32672,65155 -"199375",32672,71033 -"199376",32672,73409 -"199377",32672,75568 -"199378",32672,80625 -"199379",32672,90968 -"199380",32672,91527 -"199381",32672,100314 -"199382",32672,104590 -"199383",32672,108463 -"199384",32672,116534 -"199385",32672,116545 -"199386",32673,40147 -"199387",32673,55472 -"199388",32673,70265 -"199389",32673,73513 -"199390",32673,79537 -"199391",32673,79571 -"199392",32673,90071 -"199393",32673,105494 -"199394",32673,111829 -"199395",32673,118604 -"199396",32674,37137 -"199397",32674,37138 -"199398",32675,82668 -"199399",32677,67993 -"199400",32678,33447 -"199401",32678,35102 -"199402",32678,35911 -"199403",32678,36897 -"199404",32678,45582 -"199405",32678,45628 -"199406",32678,47217 -"199407",32678,75700 -"199408",32678,83161 -"199409",32678,90744 -"199410",32678,92134 -"199411",32678,93111 -"199412",32678,100374 -"199413",32678,100428 -"199414",32679,80879 -"199415",32680,32682 -"199416",32680,47218 -"199417",32680,52917 -"199418",32680,55506 -"199419",32680,65505 -"199420",32680,78081 -"199421",32680,79850 -"199422",32680,83810 -"199423",32680,96667 -"199424",32680,97517 -"199425",32680,98339 -"199426",32680,99217 -"199427",32680,100756 -"199428",32680,101534 -"199429",32680,101684 -"199430",32680,101788 -"199431",32680,101944 -"199432",32680,106448 -"199433",32681,89759 -"199434",32681,109495 -"199435",32682,52767 -"199436",32682,54888 -"199437",32682,54895 -"199438",32682,54907 -"199439",32682,65505 -"199440",32682,75287 -"199441",32682,76839 -"199442",32682,78841 -"199443",32682,79850 -"199444",32682,92416 -"199445",32682,94687 -"199446",32682,101534 -"199447",32682,106448 -"199448",32683,37795 -"199449",32683,68577 -"199450",32683,76879 -"199451",32684,33502 -"199452",32684,40035 -"199453",32684,54742 -"199454",32684,66436 -"199455",32684,66478 -"199456",32684,66503 -"199457",32685,32698 -"199458",32685,32749 -"199459",32685,34961 -"199460",32686,34331 -"199461",32686,38697 -"199462",32686,50504 -"199463",32686,55261 -"199464",32686,57563 -"199465",32686,60256 -"199466",32686,67591 -"199467",32686,68720 -"199468",32686,68915 -"199469",32687,54171 -"199470",32687,55563 -"199471",32687,113673 -"199472",32688,37996 -"199473",32688,66869 -"199474",32688,67861 -"199475",32688,85528 -"199476",32689,62755 -"199477",32689,91503 -"199478",32690,34568 -"199479",32690,55148 -"199480",32690,75564 -"199481",32690,80591 -"199482",32690,106261 -"199483",32691,32705 -"199484",32691,37103 -"199485",32691,46017 -"199486",32691,46029 -"199487",32691,46290 -"199488",32691,46323 -"199489",32692,32693 -"199490",32694,46026 -"199491",32694,56604 -"199492",32694,72554 -"199493",32694,79084 -"199494",32695,32732 -"199495",32696,38264 -"199496",32696,52633 -"199497",32696,85509 -"199498",32696,87975 -"199499",32697,35088 -"199500",32697,39427 -"199501",32697,45403 -"199502",32697,46177 -"199503",32697,51843 -"199504",32697,53377 -"199505",32697,53756 -"199506",32697,54385 -"199507",32697,74958 -"199508",32697,79000 -"199509",32697,80025 -"199510",32697,84808 -"199511",32697,84828 -"199512",32697,90814 -"199513",32697,114091 -"199514",32698,32749 -"199515",32698,34961 -"199516",32699,32701 -"199517",32700,37142 -"199518",32700,46973 -"199519",32700,57560 -"199520",32700,61999 -"199521",32700,73058 -"199522",32700,95966 -"199523",32700,96539 -"199524",32701,55607 -"199525",32701,56427 -"199526",32701,76398 -"199527",32702,35153 -"199528",32702,98267 -"199529",32702,106098 -"199530",32703,48899 -"199531",32703,52107 -"199532",32704,38123 -"199533",32704,41978 -"199534",32704,50692 -"199535",32704,58506 -"199536",32704,69950 -"199537",32704,85766 -"199538",32704,85809 -"199539",32706,58979 -"199540",32706,64895 -"199541",32706,69275 -"199542",32706,73960 -"199543",32706,94746 -"199544",32706,109351 -"199545",32707,40726 -"199546",32707,42878 -"199547",32707,80766 -"199548",32707,88283 -"199549",32708,32709 -"199550",32708,79724 -"199551",32710,80511 -"199552",32710,84532 -"199553",32710,85350 -"199554",32710,85353 -"199555",32711,56966 -"199556",32711,64436 -"199557",32711,87620 -"199558",32712,70048 -"199559",32712,113542 -"199560",32712,113545 -"199561",32713,52679 -"199562",32714,35569 -"199563",32714,45355 -"199564",32714,61691 -"199565",32714,94771 -"199566",32714,104364 -"199567",32714,113453 -"199568",32715,97326 -"199569",32716,39636 -"199570",32717,66567 -"199571",32717,85392 -"199572",32718,34810 -"199573",32718,38886 -"199574",32718,39642 -"199575",32718,48869 -"199576",32719,55833 -"199577",32719,59634 -"199578",32719,63763 -"199579",32719,63768 -"199580",32719,63769 -"199581",32719,63925 -"199582",32719,67902 -"199583",32720,65703 -"199584",32720,81282 -"199585",32720,81314 -"199586",32722,32746 -"199587",32722,34584 -"199588",32722,34589 -"199589",32722,45311 -"199590",32722,54328 -"199591",32722,63574 -"199592",32723,33496 -"199593",32723,35160 -"199594",32723,45148 -"199595",32723,46315 -"199596",32723,46476 -"199597",32723,70785 -"199598",32724,37248 -"199599",32724,74812 -"199600",32724,75248 -"199601",32724,93162 -"199602",32725,39144 -"199603",32725,48647 -"199604",32726,33380 -"199605",32726,42944 -"199606",32726,47238 -"199607",32726,48716 -"199608",32726,48732 -"199609",32726,60725 -"199610",32726,68795 -"199611",32726,72403 -"199612",32726,75055 -"199613",32726,75327 -"199614",32726,75448 -"199615",32727,81515 -"199616",32728,49334 -"199617",32728,49800 -"199618",32728,82893 -"199619",32729,32871 -"199620",32731,33588 -"199621",32731,36343 -"199622",32731,47035 -"199623",32731,47573 -"199624",32731,51119 -"199625",32731,54059 -"199626",32731,55055 -"199627",32731,55071 -"199628",32731,60080 -"199629",32733,55349 -"199630",32733,96679 -"199631",32733,98227 -"199632",32734,53931 -"199633",32734,62880 -"199634",32734,64402 -"199635",32734,64403 -"199636",32735,40510 -"199637",32735,45449 -"199638",32735,45562 -"199639",32735,48781 -"199640",32735,49401 -"199641",32735,55018 -"199642",32735,56475 -"199643",32735,80186 -"199644",32735,86214 -"199645",32735,87848 -"199646",32735,88192 -"199647",32735,100359 -"199648",32735,101735 -"199649",32735,104452 -"199650",32735,111355 -"199651",32735,112808 -"199652",32735,113789 -"199653",32736,36991 -"199654",32737,33160 -"199655",32737,33320 -"199656",32737,38534 -"199657",32737,38539 -"199658",32737,38540 -"199659",32737,44561 -"199660",32737,58997 -"199661",32737,62958 -"199662",32738,32739 -"199663",32738,35406 -"199664",32738,46786 -"199665",32740,47248 -"199666",32740,71717 -"199667",32740,74403 -"199668",32740,82353 -"199669",32740,88475 -"199670",32740,98140 -"199671",32740,100300 -"199672",32740,103111 -"199673",32741,56395 -"199674",32741,72232 -"199675",32742,70498 -"199676",32743,35640 -"199677",32743,61300 -"199678",32743,83668 -"199679",32743,96462 -"199680",32743,99003 -"199681",32744,55411 -"199682",32744,72263 -"199683",32744,74394 -"199684",32744,86484 -"199685",32745,33443 -"199686",32745,36335 -"199687",32745,44585 -"199688",32745,44648 -"199689",32745,64997 -"199690",32745,81891 -"199691",32745,82754 -"199692",32745,101231 -"199693",32745,102006 -"199694",32745,102107 -"199695",32745,102149 -"199696",32747,35592 -"199697",32747,101515 -"199698",32749,34961 -"199699",32749,75150 -"199700",32749,92593 -"199701",32749,108544 -"199702",32750,37186 -"199703",32750,85245 -"199704",32750,88717 -"199705",32751,64792 -"199706",32751,81370 -"199707",32751,85701 -"199708",32751,110039 -"199709",32751,121343 -"199710",32752,35705 -"199711",32752,56700 -"199712",32752,76178 -"199713",32752,94500 -"199714",32753,88072 -"199715",32755,35600 -"199716",32755,77996 -"199717",32757,32912 -"199718",32758,41259 -"199719",32758,52333 -"199720",32758,58686 -"199721",32759,32877 -"199722",32759,32928 -"199723",32759,33339 -"199724",32759,38230 -"199725",32759,59204 -"199726",32759,102021 -"199727",32759,119967 -"199728",32760,32818 -"199729",32760,32973 -"199730",32760,32981 -"199731",32760,52494 -"199732",32760,92567 -"199733",32760,99021 -"199734",32760,100431 -"199735",32761,35143 -"199736",32761,35269 -"199737",32761,37100 -"199738",32761,46114 -"199739",32761,60969 -"199740",32761,65570 -"199741",32762,35372 -"199742",32762,54418 -"199743",32762,57879 -"199744",32762,59395 -"199745",32762,73129 -"199746",32762,73582 -"199747",32762,74413 -"199748",32762,82101 -"199749",32762,82629 -"199750",32762,83487 -"199751",32762,83490 -"199752",32762,96124 -"199753",32762,96125 -"199754",32764,32765 -"199755",32764,32766 -"199756",32765,32766 -"199757",32765,39549 -"199758",32765,54270 -"199759",32765,66849 -"199760",32765,69439 -"199761",32766,111042 -"199762",32767,59621 -"199763",32767,105117 -"199764",32768,32932 -"199765",32768,90689 -"199766",32769,63840 -"199767",32769,110668 -"199768",32769,120303 -"199769",32770,47536 -"199770",32770,47537 -"199771",32770,47547 -"199772",32770,47639 -"199773",32770,63570 -"199774",32770,112517 -"199775",32772,32913 -"199776",32773,83403 -"199777",32774,38826 -"199778",32774,43518 -"199779",32774,62084 -"199780",32774,98095 -"199781",32774,100133 -"199782",32775,42655 -"199783",32775,42668 -"199784",32775,42751 -"199785",32775,42762 -"199786",32775,42764 -"199787",32775,42786 -"199788",32775,42810 -"199789",32775,54631 -"199790",32775,59425 -"199791",32775,99852 -"199792",32776,32852 -"199793",32777,36440 -"199794",32777,40660 -"199795",32777,49727 -"199796",32777,56156 -"199797",32777,63940 -"199798",32777,93162 -"199799",32777,96387 -"199800",32777,107921 -"199801",32778,32908 -"199802",32778,48872 -"199803",32778,67285 -"199804",32778,77080 -"199805",32779,103447 -"199806",32780,32947 -"199807",32780,62384 -"199808",32780,123415 -"199809",32781,40916 -"199810",32781,55748 -"199811",32781,61541 -"199812",32781,65381 -"199813",32781,92925 -"199814",32781,107126 -"199815",32781,107979 -"199816",32782,51928 -"199817",32782,73217 -"199818",32782,100370 -"199819",32783,100003 -"199820",32783,111722 -"199821",32784,96459 -"199822",32786,33030 -"199823",32789,36679 -"199824",32789,40352 -"199825",32789,47237 -"199826",32789,49854 -"199827",32789,67178 -"199828",32790,34709 -"199829",32790,39207 -"199830",32790,39357 -"199831",32790,40405 -"199832",32790,60600 -"199833",32790,67032 -"199834",32790,87958 -"199835",32790,115286 -"199836",32791,32799 -"199837",32791,32816 -"199838",32791,32846 -"199839",32791,32873 -"199840",32791,32887 -"199841",32791,32910 -"199842",32791,32942 -"199843",32791,32987 -"199844",32791,33050 -"199845",32791,33051 -"199846",32791,33109 -"199847",32791,37107 -"199848",32791,49075 -"199849",32793,32859 -"199850",32793,32860 -"199851",32793,32902 -"199852",32794,44017 -"199853",32794,60563 -"199854",32794,74581 -"199855",32795,33536 -"199856",32795,40264 -"199857",32795,57082 -"199858",32795,66693 -"199859",32795,71536 -"199860",32795,73706 -"199861",32795,86286 -"199862",32795,88592 -"199863",32795,102015 -"199864",32795,111305 -"199865",32796,42613 -"199866",32796,65696 -"199867",32796,81600 -"199868",32797,34847 -"199869",32797,44664 -"199870",32797,78760 -"199871",32797,115289 -"199872",32798,61405 -"199873",32799,32816 -"199874",32799,32846 -"199875",32799,32873 -"199876",32799,32887 -"199877",32799,32910 -"199878",32799,32942 -"199879",32799,32987 -"199880",32799,33050 -"199881",32799,33051 -"199882",32799,33109 -"199883",32800,32921 -"199884",32801,32811 -"199885",32801,58133 -"199886",32802,45891 -"199887",32802,76029 -"199888",32803,32804 -"199889",32804,32993 -"199890",32804,33130 -"199891",32804,35674 -"199892",32804,61521 -"199893",32805,77722 -"199894",32805,85411 -"199895",32806,105842 -"199896",32808,66327 -"199897",32808,78270 -"199898",32809,35839 -"199899",32809,58546 -"199900",32809,68092 -"199901",32809,68122 -"199902",32809,68143 -"199903",32809,68151 -"199904",32809,71122 -"199905",32810,32880 -"199906",32810,46253 -"199907",32810,55229 -"199908",32810,63113 -"199909",32810,69310 -"199910",32810,71025 -"199911",32810,73394 -"199912",32810,77507 -"199913",32811,34136 -"199914",32811,36340 -"199915",32811,37167 -"199916",32811,40135 -"199917",32811,48228 -"199918",32811,48260 -"199919",32811,54259 -"199920",32811,55395 -"199921",32811,58133 -"199922",32811,62273 -"199923",32811,63953 -"199924",32811,64960 -"199925",32811,78256 -"199926",32811,79212 -"199927",32811,81675 -"199928",32811,82278 -"199929",32811,83743 -"199930",32811,99051 -"199931",32811,100230 -"199932",32811,106176 -"199933",32811,107673 -"199934",32811,107684 -"199935",32811,108379 -"199936",32811,120145 -"199937",32812,87239 -"199938",32813,55324 -"199939",32813,56049 -"199940",32813,65551 -"199941",32813,73848 -"199942",32813,78968 -"199943",32813,81859 -"199944",32813,83160 -"199945",32813,91781 -"199946",32813,102483 -"199947",32813,110131 -"199948",32813,110147 -"199949",32813,110155 -"199950",32813,110173 -"199951",32813,112774 -"199952",32814,44154 -"199953",32814,44159 -"199954",32815,42105 -"199955",32815,53027 -"199956",32816,32846 -"199957",32816,32873 -"199958",32816,32887 -"199959",32816,32910 -"199960",32816,32942 -"199961",32816,32987 -"199962",32816,33050 -"199963",32816,33051 -"199964",32816,33109 -"199965",32817,32986 -"199966",32817,38021 -"199967",32817,76361 -"199968",32817,85422 -"199969",32818,32973 -"199970",32818,32981 -"199971",32818,49640 -"199972",32819,77680 -"199973",32819,101884 -"199974",32820,37501 -"199975",32820,46471 -"199976",32820,62244 -"199977",32820,74651 -"199978",32820,84463 -"199979",32820,90912 -"199980",32820,93078 -"199981",32820,104923 -"199982",32820,109057 -"199983",32821,32937 -"199984",32821,32938 -"199985",32821,33284 -"199986",32821,34015 -"199987",32821,49563 -"199988",32821,77359 -"199989",32822,44934 -"199990",32822,67498 -"199991",32822,95802 -"199992",32823,61153 -"199993",32823,69424 -"199994",32824,49973 -"199995",32824,71500 -"199996",32824,104282 -"199997",32825,51137 -"199998",32826,69480 -"199999",32827,39169 -"200000",32827,43238 -"200001",32827,51040 -"200002",32827,74027 -"200003",32827,82909 -"200004",32827,108493 -"200005",32828,101786 -"200006",32829,32907 -"200007",32829,42338 -"200008",32829,71765 -"200009",32829,96532 -"200010",32830,51729 -"200011",32830,77719 -"200012",32830,81448 -"200013",32830,92014 -"200014",32830,99772 -"200015",32830,102349 -"200016",32830,112856 -"200017",32830,117296 -"200018",32830,117309 -"200019",32831,32849 -"200020",32831,36830 -"200021",32831,44016 -"200022",32831,44080 -"200023",32832,42012 -"200024",32832,44054 -"200025",32832,47271 -"200026",32832,53624 -"200027",32832,70546 -"200028",32832,88995 -"200029",32832,89689 -"200030",32832,90530 -"200031",32832,90875 -"200032",32832,94396 -"200033",32832,96418 -"200034",32832,107604 -"200035",32832,108222 -"200036",32832,108239 -"200037",32832,120066 -"200038",32833,33515 -"200039",32833,33954 -"200040",32833,36149 -"200041",32833,87941 -"200042",32835,34100 -"200043",32835,47500 -"200044",32835,59976 -"200045",32835,62294 -"200046",32835,71957 -"200047",32836,57405 -"200048",32836,63601 -"200049",32836,69339 -"200050",32836,80697 -"200051",32837,37822 -"200052",32837,47894 -"200053",32838,37594 -"200054",32838,50365 -"200055",32838,59118 -"200056",32838,92900 -"200057",32839,78692 -"200058",32840,88613 -"200059",32840,101739 -"200060",32840,116856 -"200061",32841,40978 -"200062",32841,41521 -"200063",32841,51433 -"200064",32841,56413 -"200065",32841,61837 -"200066",32841,63496 -"200067",32841,81096 -"200068",32842,81482 -"200069",32842,97091 -"200070",32842,100127 -"200071",32842,115353 -"200072",32843,46340 -"200073",32843,91071 -"200074",32843,99814 -"200075",32843,109272 -"200076",32844,42668 -"200077",32845,32890 -"200078",32845,54668 -"200079",32845,62512 -"200080",32845,77059 -"200081",32845,78371 -"200082",32845,100035 -"200083",32846,32873 -"200084",32846,32887 -"200085",32846,32910 -"200086",32846,32942 -"200087",32846,32987 -"200088",32846,33050 -"200089",32846,33051 -"200090",32846,33109 -"200091",32846,39045 -"200092",32846,89506 -"200093",32847,32991 -"200094",32847,72257 -"200095",32848,44420 -"200096",32848,60750 -"200097",32848,68492 -"200098",32850,106743 -"200099",32851,45874 -"200100",32851,99770 -"200101",32851,103845 -"200102",32851,104505 -"200103",32851,114621 -"200104",32854,32936 -"200105",32854,51483 -"200106",32854,80773 -"200107",32854,80775 -"200108",32854,80786 -"200109",32854,80803 -"200110",32854,80830 -"200111",32854,80831 -"200112",32855,56159 -"200113",32855,86664 -"200114",32855,98066 -"200115",32857,43349 -"200116",32857,49748 -"200117",32857,50656 -"200118",32858,75321 -"200119",32859,32860 -"200120",32859,32902 -"200121",32860,32902 -"200122",32861,32940 -"200123",32861,40614 -"200124",32861,41006 -"200125",32861,63616 -"200126",32861,82302 -"200127",32861,95438 -"200128",32862,61410 -"200129",32863,34809 -"200130",32863,69376 -"200131",32863,75221 -"200132",32863,83402 -"200133",32863,111739 -"200134",32865,64987 -"200135",32865,79857 -"200136",32865,95138 -"200137",32866,75218 -"200138",32866,78555 -"200139",32866,83500 -"200140",32866,102027 -"200141",32866,102558 -"200142",32867,40259 -"200143",32868,56329 -"200144",32869,53745 -"200145",32869,79825 -"200146",32869,79839 -"200147",32869,79852 -"200148",32871,67417 -"200149",32871,84330 -"200150",32871,104209 -"200151",32871,105433 -"200152",32871,122734 -"200153",32872,60228 -"200154",32873,32887 -"200155",32873,32910 -"200156",32873,32942 -"200157",32873,32987 -"200158",32873,33050 -"200159",32873,33051 -"200160",32873,33109 -"200161",32873,33164 -"200162",32873,36363 -"200163",32873,38417 -"200164",32873,50838 -"200165",32873,53474 -"200166",32873,53626 -"200167",32873,78816 -"200168",32874,47173 -"200169",32875,45684 -"200170",32875,46166 -"200171",32875,46173 -"200172",32875,46196 -"200173",32875,46251 -"200174",32875,46260 -"200175",32876,38268 -"200176",32876,79508 -"200177",32876,92851 -"200178",32876,93668 -"200179",32877,32928 -"200180",32877,42303 -"200181",32877,48341 -"200182",32877,48414 -"200183",32877,52567 -"200184",32877,98553 -"200185",32877,107721 -"200186",32879,46697 -"200187",32879,50960 -"200188",32879,85165 -"200189",32881,46533 -"200190",32881,84074 -"200191",32881,104106 -"200192",32882,41577 -"200193",32882,84449 -"200194",32883,33026 -"200195",32883,33078 -"200196",32885,40968 -"200197",32885,76226 -"200198",32885,77476 -"200199",32885,81867 -"200200",32885,96819 -"200201",32885,96820 -"200202",32885,96841 -"200203",32885,96845 -"200204",32887,32910 -"200205",32887,32942 -"200206",32887,32987 -"200207",32887,33050 -"200208",32887,33051 -"200209",32887,33109 -"200210",32887,33625 -"200211",32887,37815 -"200212",32888,65305 -"200213",32888,81817 -"200214",32889,41494 -"200215",32889,42199 -"200216",32889,75642 -"200217",32891,32905 -"200218",32891,32972 -"200219",32891,76756 -"200220",32892,35188 -"200221",32892,84053 -"200222",32893,32894 -"200223",32893,56573 -"200224",32897,39375 -"200225",32897,45634 -"200226",32897,52682 -"200227",32897,58709 -"200228",32897,58765 -"200229",32897,58918 -"200230",32897,58948 -"200231",32897,79239 -"200232",32897,87626 -"200233",32898,57651 -"200234",32899,47119 -"200235",32899,50998 -"200236",32899,51220 -"200237",32899,52293 -"200238",32899,57018 -"200239",32899,62308 -"200240",32899,77212 -"200241",32899,81821 -"200242",32899,82625 -"200243",32901,40022 -"200244",32901,42078 -"200245",32901,48632 -"200246",32901,48692 -"200247",32901,48739 -"200248",32901,48794 -"200249",32901,48806 -"200250",32901,53458 -"200251",32901,59010 -"200252",32901,67023 -"200253",32901,70117 -"200254",32902,67344 -"200255",32903,86627 -"200256",32903,97204 -"200257",32903,101291 -"200258",32903,103499 -"200259",32903,104970 -"200260",32903,105177 -"200261",32903,105367 -"200262",32904,34179 -"200263",32904,34295 -"200264",32904,37105 -"200265",32904,42891 -"200266",32904,60435 -"200267",32904,62975 -"200268",32904,68010 -"200269",32905,32972 -"200270",32906,42206 -"200271",32906,59370 -"200272",32907,53032 -"200273",32907,76816 -"200274",32907,91718 -"200275",32907,117281 -"200276",32907,117282 -"200277",32908,48872 -"200278",32908,55717 -"200279",32908,67285 -"200280",32908,68243 -"200281",32908,70684 -"200282",32908,77080 -"200283",32908,83806 -"200284",32908,90705 -"200285",32908,93923 -"200286",32908,98305 -"200287",32908,102947 -"200288",32908,102948 -"200289",32908,111612 -"200290",32909,54245 -"200291",32909,100903 -"200292",32910,32942 -"200293",32910,32987 -"200294",32910,33050 -"200295",32910,33051 -"200296",32910,33109 -"200297",32911,52806 -"200298",32911,62045 -"200299",32911,90798 -"200300",32911,109160 -"200301",32913,36082 -"200302",32913,46339 -"200303",32913,48225 -"200304",32913,57281 -"200305",32913,66222 -"200306",32913,66223 -"200307",32913,66263 -"200308",32913,66312 -"200309",32913,66353 -"200310",32913,67556 -"200311",32913,102379 -"200312",32913,115509 -"200313",32914,59734 -"200314",32914,60120 -"200315",32914,66626 -"200316",32914,71045 -"200317",32915,32983 -"200318",32916,34247 -"200319",32916,49497 -"200320",32917,54411 -"200321",32917,72845 -"200322",32917,88565 -"200323",32918,39171 -"200324",32918,53614 -"200325",32918,87099 -"200326",32918,98356 -"200327",32918,100911 -"200328",32919,33914 -"200329",32919,35926 -"200330",32919,46071 -"200331",32919,46080 -"200332",32919,62244 -"200333",32919,92395 -"200334",32919,102881 -"200335",32919,110343 -"200336",32920,34585 -"200337",32920,43961 -"200338",32920,44495 -"200339",32920,47845 -"200340",32920,56755 -"200341",32920,62690 -"200342",32920,64496 -"200343",32920,73843 -"200344",32920,102842 -"200345",32920,103670 -"200346",32920,103671 -"200347",32920,107672 -"200348",32921,46420 -"200349",32921,46447 -"200350",32922,40156 -"200351",32922,40165 -"200352",32922,40200 -"200353",32922,40280 -"200354",32922,40707 -"200355",32922,46665 -"200356",32922,53495 -"200357",32922,59955 -"200358",32923,96323 -"200359",32924,70671 -"200360",32924,89425 -"200361",32926,78138 -"200362",32927,37409 -"200363",32927,69879 -"200364",32930,54656 -"200365",32930,57521 -"200366",32930,57545 -"200367",32931,33763 -"200368",32931,52412 -"200369",32931,55930 -"200370",32931,70528 -"200371",32933,38389 -"200372",32933,39116 -"200373",32934,81784 -"200374",32934,106143 -"200375",32934,118875 -"200376",32934,120290 -"200377",32934,120310 -"200378",32935,38716 -"200379",32935,83015 -"200380",32935,93243 -"200381",32936,48927 -"200382",32936,58338 -"200383",32936,68898 -"200384",32936,74025 -"200385",32936,75442 -"200386",32937,32938 -"200387",32937,33284 -"200388",32938,33284 -"200389",32939,33113 -"200390",32939,38494 -"200391",32939,38932 -"200392",32939,40643 -"200393",32939,42017 -"200394",32939,42107 -"200395",32939,44956 -"200396",32939,45787 -"200397",32939,47083 -"200398",32939,49231 -"200399",32939,50061 -"200400",32939,52199 -"200401",32939,52450 -"200402",32939,54059 -"200403",32939,55370 -"200404",32939,57504 -"200405",32939,57804 -"200406",32939,59615 -"200407",32939,59940 -"200408",32939,64684 -"200409",32939,67363 -"200410",32939,71230 -"200411",32939,76278 -"200412",32939,76740 -"200413",32939,76786 -"200414",32939,77162 -"200415",32939,77272 -"200416",32939,77357 -"200417",32939,77402 -"200418",32939,78248 -"200419",32939,78255 -"200420",32939,78339 -"200421",32939,78445 -"200422",32939,79022 -"200423",32939,79716 -"200424",32939,79989 -"200425",32939,80232 -"200426",32939,80281 -"200427",32939,81728 -"200428",32939,82196 -"200429",32939,82383 -"200430",32939,82810 -"200431",32939,82854 -"200432",32939,83853 -"200433",32939,83884 -"200434",32939,84379 -"200435",32939,84613 -"200436",32939,85465 -"200437",32939,85610 -"200438",32939,86351 -"200439",32939,86451 -"200440",32939,86882 -"200441",32939,87175 -"200442",32939,87451 -"200443",32939,87521 -"200444",32939,87572 -"200445",32939,87663 -"200446",32939,87721 -"200447",32939,87862 -"200448",32939,101074 -"200449",32939,101499 -"200450",32939,103151 -"200451",32939,103206 -"200452",32940,37509 -"200453",32940,46621 -"200454",32940,47585 -"200455",32940,52575 -"200456",32940,61785 -"200457",32940,84607 -"200458",32940,88208 -"200459",32940,91411 -"200460",32941,88764 -"200461",32942,32987 -"200462",32942,33050 -"200463",32942,33051 -"200464",32942,33053 -"200465",32942,33109 -"200466",32942,118567 -"200467",32943,38091 -"200468",32943,41409 -"200469",32943,61562 -"200470",32944,39487 -"200471",32944,40158 -"200472",32944,52940 -"200473",32944,53771 -"200474",32945,72890 -"200475",32945,93353 -"200476",32947,33133 -"200477",32947,52441 -"200478",32947,57926 -"200479",32947,63409 -"200480",32947,66664 -"200481",32947,90939 -"200482",32947,91905 -"200483",32947,107396 -"200484",32947,112765 -"200485",32947,112767 -"200486",32948,36428 -"200487",32948,53773 -"200488",32948,76949 -"200489",32948,77164 -"200490",32948,78117 -"200491",32948,82826 -"200492",32948,83076 -"200493",32948,93234 -"200494",32948,98912 -"200495",32948,101240 -"200496",32948,106766 -"200497",32948,114374 -"200498",32948,114427 -"200499",32948,114434 -"200500",32949,66418 -"200501",32949,85236 -"200502",32949,96502 -"200503",32949,102768 -"200504",32950,56354 -"200505",32950,114442 -"200506",32951,111308 -"200507",32952,35535 -"200508",32953,33276 -"200509",32954,97546 -"200510",32954,121019 -"200511",32955,41085 -"200512",32955,55781 -"200513",32955,62100 -"200514",32956,44864 -"200515",32956,47730 -"200516",32956,60611 -"200517",32956,71892 -"200518",32956,104673 -"200519",32957,37965 -"200520",32957,38198 -"200521",32957,42232 -"200522",32957,45444 -"200523",32957,47380 -"200524",32957,50746 -"200525",32957,50965 -"200526",32957,58377 -"200527",32957,61706 -"200528",32957,68217 -"200529",32957,75657 -"200530",32958,68066 -"200531",32958,68653 -"200532",32958,111880 -"200533",32960,40136 -"200534",32960,46238 -"200535",32960,62002 -"200536",32960,87074 -"200537",32961,70677 -"200538",32962,34509 -"200539",32963,52739 -"200540",32963,61098 -"200541",32963,74672 -"200542",32963,83140 -"200543",32963,108461 -"200544",32964,69533 -"200545",32964,86537 -"200546",32964,95613 -"200547",32966,76796 -"200548",32967,33223 -"200549",32967,33881 -"200550",32967,34097 -"200551",32967,34330 -"200552",32967,34513 -"200553",32967,35400 -"200554",32967,36476 -"200555",32967,36547 -"200556",32967,36745 -"200557",32967,37821 -"200558",32967,37931 -"200559",32967,38319 -"200560",32967,39398 -"200561",32967,39492 -"200562",32967,40320 -"200563",32967,40373 -"200564",32967,40542 -"200565",32967,41182 -"200566",32967,42131 -"200567",32967,46843 -"200568",32967,48331 -"200569",32969,54811 -"200570",32970,41171 -"200571",32970,46923 -"200572",32971,36210 -"200573",32972,85004 -"200574",32973,32981 -"200575",32974,105470 -"200576",32974,105471 -"200577",32974,105474 -"200578",32974,111029 -"200579",32975,37985 -"200580",32975,41972 -"200581",32975,55666 -"200582",32975,62244 -"200583",32978,48174 -"200584",32978,62210 -"200585",32978,62375 -"200586",32978,64393 -"200587",32978,65275 -"200588",32978,65277 -"200589",32978,65286 -"200590",32978,65288 -"200591",32978,66681 -"200592",32978,85210 -"200593",32978,87509 -"200594",32978,89930 -"200595",32978,93403 -"200596",32978,98434 -"200597",32979,37694 -"200598",32979,37792 -"200599",32979,46905 -"200600",32979,60072 -"200601",32979,63797 -"200602",32979,75760 -"200603",32979,86066 -"200604",32979,95400 -"200605",32980,90751 -"200606",32980,90946 -"200607",32980,99114 -"200608",32980,102236 -"200609",32980,117115 -"200610",32981,72108 -"200611",32981,76847 -"200612",32981,112004 -"200613",32982,95541 -"200614",32985,63016 -"200615",32986,49078 -"200616",32986,76361 -"200617",32986,85422 -"200618",32986,106593 -"200619",32987,33050 -"200620",32987,33051 -"200621",32987,33109 -"200622",32988,42505 -"200623",32988,42604 -"200624",32988,47438 -"200625",32988,58379 -"200626",32988,58432 -"200627",32988,58553 -"200628",32988,65155 -"200629",32988,71033 -"200630",32988,73409 -"200631",32988,75568 -"200632",32988,80055 -"200633",32988,80625 -"200634",32988,80892 -"200635",32988,84194 -"200636",32988,90968 -"200637",32988,92757 -"200638",32988,96308 -"200639",32988,97160 -"200640",32988,98845 -"200641",32988,99207 -"200642",32988,104590 -"200643",32988,108463 -"200644",32988,116534 -"200645",32988,116545 -"200646",32988,118099 -"200647",32989,45640 -"200648",32989,51467 -"200649",32989,80950 -"200650",32989,83878 -"200651",32989,85677 -"200652",32990,40421 -"200653",32990,51183 -"200654",32990,51320 -"200655",32990,64004 -"200656",32991,36552 -"200657",32991,36728 -"200658",32991,44136 -"200659",32991,44351 -"200660",32991,44411 -"200661",32991,60624 -"200662",32991,62819 -"200663",32991,73646 -"200664",32991,119206 -"200665",32992,46182 -"200666",32992,46373 -"200667",32992,62516 -"200668",32992,68859 -"200669",32992,79804 -"200670",32992,83048 -"200671",32992,87393 -"200672",32992,94291 -"200673",32992,97671 -"200674",32992,103388 -"200675",32992,105838 -"200676",32992,112678 -"200677",32992,115658 -"200678",32993,33130 -"200679",32993,33510 -"200680",32994,34686 -"200681",32994,96204 -"200682",32994,96219 -"200683",32994,96279 -"200684",32995,61524 -"200685",32995,79233 -"200686",32995,96748 -"200687",32996,66066 -"200688",32997,59993 -"200689",32998,38448 -"200690",32998,51071 -"200691",32998,59582 -"200692",32998,60870 -"200693",32998,68013 -"200694",32998,114609 -"200695",32999,33340 -"200696",32999,43644 -"200697",33000,62386 -"200698",33000,80046 -"200699",33000,80141 -"200700",33000,111611 -"200701",33001,33074 -"200702",33001,36033 -"200703",33001,47942 -"200704",33001,49877 -"200705",33001,62488 -"200706",33001,68959 -"200707",33002,38305 -"200708",33002,43049 -"200709",33002,59774 -"200710",33002,67034 -"200711",33002,68919 -"200712",33002,69035 -"200713",33002,77551 -"200714",33002,78327 -"200715",33002,88257 -"200716",33002,100810 -"200717",33002,105872 -"200718",33003,37064 -"200719",33003,80018 -"200720",33004,36604 -"200721",33004,56881 -"200722",33004,68899 -"200723",33004,87187 -"200724",33004,87188 -"200725",33005,33075 -"200726",33006,33064 -"200727",33007,56080 -"200728",33007,80155 -"200729",33007,117346 -"200730",33007,123501 -"200731",33009,45681 -"200732",33009,68830 -"200733",33010,41558 -"200734",33010,52646 -"200735",33010,64184 -"200736",33010,106759 -"200737",33010,118482 -"200738",33011,33644 -"200739",33011,34281 -"200740",33011,42418 -"200741",33011,48066 -"200742",33011,48147 -"200743",33011,58294 -"200744",33012,39198 -"200745",33012,40231 -"200746",33012,40453 -"200747",33012,40572 -"200748",33012,41435 -"200749",33012,42700 -"200750",33012,43844 -"200751",33012,45532 -"200752",33012,45869 -"200753",33012,47113 -"200754",33012,49064 -"200755",33012,57478 -"200756",33012,71914 -"200757",33012,72116 -"200758",33012,72520 -"200759",33012,79422 -"200760",33012,80624 -"200761",33012,82474 -"200762",33012,83924 -"200763",33013,40879 -"200764",33013,44201 -"200765",33013,52699 -"200766",33013,54129 -"200767",33013,96151 -"200768",33013,98347 -"200769",33014,34537 -"200770",33014,35528 -"200771",33014,37842 -"200772",33014,43455 -"200773",33014,46629 -"200774",33014,51041 -"200775",33014,55299 -"200776",33014,61982 -"200777",33014,78597 -"200778",33014,78934 -"200779",33014,81362 -"200780",33014,91808 -"200781",33015,33735 -"200782",33015,102271 -"200783",33016,49759 -"200784",33016,62299 -"200785",33016,69544 -"200786",33017,43172 -"200787",33017,62246 -"200788",33017,80945 -"200789",33017,83244 -"200790",33017,105682 -"200791",33017,117866 -"200792",33018,88287 -"200793",33018,108394 -"200794",33019,42595 -"200795",33019,48973 -"200796",33019,52326 -"200797",33019,52358 -"200798",33020,43978 -"200799",33020,98919 -"200800",33021,99926 -"200801",33022,33117 -"200802",33023,35880 -"200803",33023,37656 -"200804",33023,38080 -"200805",33023,48099 -"200806",33023,61077 -"200807",33024,38539 -"200808",33024,40025 -"200809",33024,58485 -"200810",33024,107860 -"200811",33024,110965 -"200812",33025,37434 -"200813",33026,33078 -"200814",33026,77914 -"200815",33026,77936 -"200816",33027,34204 -"200817",33027,51299 -"200818",33027,121444 -"200819",33029,43267 -"200820",33031,36631 -"200821",33031,40295 -"200822",33032,87075 -"200823",33032,112415 -"200824",33033,67412 -"200825",33033,84789 -"200826",33034,72993 -"200827",33035,40059 -"200828",33035,43221 -"200829",33035,48477 -"200830",33035,50234 -"200831",33035,56119 -"200832",33035,57880 -"200833",33035,62823 -"200834",33035,75194 -"200835",33035,89135 -"200836",33035,89263 -"200837",33037,35754 -"200838",33037,43433 -"200839",33037,48876 -"200840",33037,69857 -"200841",33037,82346 -"200842",33038,51874 -"200843",33038,113374 -"200844",33039,43043 -"200845",33039,48668 -"200846",33039,92582 -"200847",33040,37774 -"200848",33040,50600 -"200849",33040,75109 -"200850",33040,111217 -"200851",33040,115205 -"200852",33041,38286 -"200853",33041,70303 -"200854",33041,72265 -"200855",33041,81412 -"200856",33042,38485 -"200857",33043,71882 -"200858",33043,107489 -"200859",33045,52847 -"200860",33045,74399 -"200861",33045,76314 -"200862",33045,80407 -"200863",33045,89020 -"200864",33045,107217 -"200865",33047,41462 -"200866",33048,57077 -"200867",33048,69739 -"200868",33048,90837 -"200869",33048,90916 -"200870",33049,34052 -"200871",33049,38042 -"200872",33049,39217 -"200873",33049,73330 -"200874",33049,78379 -"200875",33049,85491 -"200876",33049,85506 -"200877",33050,33051 -"200878",33050,33109 -"200879",33051,33109 -"200880",33051,85965 -"200881",33051,92096 -"200882",33052,36646 -"200883",33052,71060 -"200884",33052,71067 -"200885",33053,77511 -"200886",33054,38063 -"200887",33054,57339 -"200888",33054,65470 -"200889",33056,33477 -"200890",33056,78660 -"200891",33058,33104 -"200892",33058,99086 -"200893",33059,46048 -"200894",33060,33134 -"200895",33060,43363 -"200896",33061,37527 -"200897",33061,50418 -"200898",33061,93595 -"200899",33062,58348 -"200900",33062,64706 -"200901",33062,91945 -"200902",33063,88894 -"200903",33064,38602 -"200904",33064,42549 -"200905",33064,112948 -"200906",33065,34476 -"200907",33067,41487 -"200908",33067,46248 -"200909",33068,33251 -"200910",33068,38263 -"200911",33068,38958 -"200912",33068,69455 -"200913",33068,89942 -"200914",33068,91023 -"200915",33068,107264 -"200916",33069,68495 -"200917",33069,78849 -"200918",33069,93509 -"200919",33070,35414 -"200920",33070,35532 -"200921",33070,39666 -"200922",33070,58039 -"200923",33070,82030 -"200924",33072,35256 -"200925",33072,38048 -"200926",33072,42899 -"200927",33072,45001 -"200928",33072,46641 -"200929",33072,54234 -"200930",33072,76364 -"200931",33072,81278 -"200932",33072,85430 -"200933",33072,89958 -"200934",33072,94440 -"200935",33072,96536 -"200936",33073,73469 -"200937",33077,38401 -"200938",33077,43851 -"200939",33079,34477 -"200940",33079,34489 -"200941",33081,33971 -"200942",33081,43271 -"200943",33081,59164 -"200944",33082,95158 -"200945",33083,67535 -"200946",33084,42507 -"200947",33084,70383 -"200948",33084,72410 -"200949",33084,80607 -"200950",33084,81681 -"200951",33084,81704 -"200952",33084,84461 -"200953",33084,87082 -"200954",33084,88362 -"200955",33084,90327 -"200956",33084,99349 -"200957",33084,107002 -"200958",33084,112227 -"200959",33084,113895 -"200960",33084,117660 -"200961",33084,122208 -"200962",33085,45231 -"200963",33085,75312 -"200964",33086,34200 -"200965",33086,36444 -"200966",33086,36599 -"200967",33086,85840 -"200968",33086,103143 -"200969",33086,107280 -"200970",33087,117252 -"200971",33088,42003 -"200972",33088,50323 -"200973",33088,72797 -"200974",33088,107244 -"200975",33088,114117 -"200976",33089,36486 -"200977",33090,62868 -"200978",33091,34470 -"200979",33091,34950 -"200980",33091,34965 -"200981",33091,36455 -"200982",33091,41575 -"200983",33091,46128 -"200984",33091,78738 -"200985",33091,82456 -"200986",33091,82513 -"200987",33091,82521 -"200988",33091,82524 -"200989",33092,48865 -"200990",33092,57785 -"200991",33092,72375 -"200992",33092,75534 -"200993",33093,34055 -"200994",33093,79404 -"200995",33093,81134 -"200996",33093,81853 -"200997",33093,102488 -"200998",33093,102499 -"200999",33094,34055 -"201000",33094,34072 -"201001",33094,34121 -"201002",33094,34580 -"201003",33094,43220 -"201004",33095,36444 -"201005",33095,40129 -"201006",33095,54386 -"201007",33095,91899 -"201008",33096,87068 -"201009",33097,73561 -"201010",33097,83460 -"201011",33097,88440 -"201012",33098,76946 -"201013",33098,90397 -"201014",33098,106951 -"201015",33099,33112 -"201016",33100,33290 -"201017",33100,34063 -"201018",33101,37264 -"201019",33101,40727 -"201020",33101,68426 -"201021",33102,61429 -"201022",33102,73802 -"201023",33103,34113 -"201024",33103,36615 -"201025",33103,37343 -"201026",33103,37846 -"201027",33103,38354 -"201028",33103,46949 -"201029",33103,47225 -"201030",33103,58106 -"201031",33103,62621 -"201032",33103,63312 -"201033",33103,68645 -"201034",33103,76738 -"201035",33103,77270 -"201036",33103,77752 -"201037",33103,80473 -"201038",33103,85451 -"201039",33103,102684 -"201040",33103,104498 -"201041",33103,105398 -"201042",33103,107996 -"201043",33103,108314 -"201044",33103,109627 -"201045",33104,50200 -"201046",33104,52508 -"201047",33104,56187 -"201048",33104,67399 -"201049",33104,90147 -"201050",33106,33152 -"201051",33107,39703 -"201052",33107,41686 -"201053",33108,50220 -"201054",33108,50277 -"201055",33108,88893 -"201056",33108,102167 -"201057",33108,102211 -"201058",33108,104220 -"201059",33108,112588 -"201060",33109,39615 -"201061",33109,109024 -"201062",33110,58193 -"201063",33111,101659 -"201064",33113,33383 -"201065",33113,33399 -"201066",33113,37440 -"201067",33113,38494 -"201068",33113,38932 -"201069",33113,40643 -"201070",33113,42017 -"201071",33113,42107 -"201072",33113,45787 -"201073",33113,47083 -"201074",33113,49231 -"201075",33113,50061 -"201076",33113,52450 -"201077",33113,54059 -"201078",33113,55370 -"201079",33113,57804 -"201080",33113,59615 -"201081",33113,59940 -"201082",33113,67363 -"201083",33113,71230 -"201084",33113,76278 -"201085",33113,76740 -"201086",33113,76786 -"201087",33113,77272 -"201088",33113,77357 -"201089",33113,77402 -"201090",33113,78248 -"201091",33113,78255 -"201092",33113,78339 -"201093",33113,78445 -"201094",33113,79022 -"201095",33113,79716 -"201096",33113,79989 -"201097",33113,80281 -"201098",33113,81728 -"201099",33113,82196 -"201100",33113,82377 -"201101",33113,82383 -"201102",33113,82810 -"201103",33113,82854 -"201104",33113,83853 -"201105",33113,83884 -"201106",33113,84379 -"201107",33113,84613 -"201108",33113,85465 -"201109",33113,85610 -"201110",33113,86351 -"201111",33113,86451 -"201112",33113,86882 -"201113",33113,87175 -"201114",33113,87451 -"201115",33113,87521 -"201116",33113,87572 -"201117",33113,87663 -"201118",33113,87721 -"201119",33113,87862 -"201120",33114,62038 -"201121",33114,64508 -"201122",33116,64818 -"201123",33117,52614 -"201124",33117,84174 -"201125",33118,36794 -"201126",33119,43046 -"201127",33119,52343 -"201128",33119,52492 -"201129",33119,65400 -"201130",33119,71932 -"201131",33119,78451 -"201132",33119,84607 -"201133",33119,90922 -"201134",33119,90977 -"201135",33119,92713 -"201136",33119,97317 -"201137",33119,98948 -"201138",33119,101399 -"201139",33119,104510 -"201140",33119,110272 -"201141",33119,111019 -"201142",33119,113577 -"201143",33119,115204 -"201144",33119,115817 -"201145",33119,116107 -"201146",33119,116108 -"201147",33119,116109 -"201148",33121,37953 -"201149",33121,68688 -"201150",33122,44155 -"201151",33122,55601 -"201152",33123,33272 -"201153",33123,33999 -"201154",33125,33875 -"201155",33125,41353 -"201156",33125,50208 -"201157",33125,80619 -"201158",33125,87571 -"201159",33125,109046 -"201160",33126,41116 -"201161",33126,47452 -"201162",33126,48527 -"201163",33126,60870 -"201164",33126,68013 -"201165",33126,114715 -"201166",33127,44303 -"201167",33127,53465 -"201168",33127,53518 -"201169",33128,33140 -"201170",33128,41481 -"201171",33128,61231 -"201172",33131,42511 -"201173",33132,91073 -"201174",33132,99281 -"201175",33134,41199 -"201176",33134,84939 -"201177",33135,58127 -"201178",33135,108347 -"201179",33135,108442 -"201180",33136,38402 -"201181",33136,39482 -"201182",33136,55422 -"201183",33136,57198 -"201184",33136,57265 -"201185",33136,64033 -"201186",33136,65781 -"201187",33136,67547 -"201188",33136,115261 -"201189",33136,116664 -"201190",33137,33567 -"201191",33137,36403 -"201192",33137,51230 -"201193",33137,51879 -"201194",33137,69198 -"201195",33137,76369 -"201196",33137,81471 -"201197",33137,81648 -"201198",33137,82932 -"201199",33137,88817 -"201200",33137,88821 -"201201",33138,45865 -"201202",33138,45956 -"201203",33138,52000 -"201204",33138,60718 -"201205",33138,89072 -"201206",33139,47433 -"201207",33141,53345 -"201208",33141,69267 -"201209",33141,78456 -"201210",33142,37732 -"201211",33142,56774 -"201212",33142,67204 -"201213",33142,77836 -"201214",33143,46379 -"201215",33143,91366 -"201216",33144,45105 -"201217",33145,81660 -"201218",33146,39885 -"201219",33146,41910 -"201220",33146,45671 -"201221",33146,59593 -"201222",33146,59960 -"201223",33146,62547 -"201224",33146,102173 -"201225",33146,102174 -"201226",33146,104425 -"201227",33146,115508 -"201228",33146,116124 -"201229",33146,116667 -"201230",33149,85444 -"201231",33149,113342 -"201232",33150,39331 -"201233",33150,41354 -"201234",33150,41356 -"201235",33150,41378 -"201236",33150,41395 -"201237",33150,41463 -"201238",33150,41597 -"201239",33151,53265 -"201240",33153,49129 -"201241",33153,49620 -"201242",33153,52576 -"201243",33153,57714 -"201244",33153,69644 -"201245",33153,74228 -"201246",33153,103208 -"201247",33153,103241 -"201248",33155,33703 -"201249",33155,62139 -"201250",33155,69214 -"201251",33156,33295 -"201252",33157,68788 -"201253",33158,34397 -"201254",33158,37238 -"201255",33158,38921 -"201256",33158,39354 -"201257",33158,40312 -"201258",33158,40437 -"201259",33158,41945 -"201260",33158,42264 -"201261",33158,43455 -"201262",33158,47268 -"201263",33158,47323 -"201264",33158,47351 -"201265",33158,47535 -"201266",33158,47562 -"201267",33158,47623 -"201268",33158,47624 -"201269",33158,49025 -"201270",33158,50252 -"201271",33158,60172 -"201272",33158,64535 -"201273",33158,64551 -"201274",33158,64592 -"201275",33159,33210 -"201276",33159,43283 -"201277",33159,47940 -"201278",33159,85777 -"201279",33160,33320 -"201280",33160,38534 -"201281",33160,38539 -"201282",33160,38540 -"201283",33160,43461 -"201284",33160,44394 -"201285",33160,47005 -"201286",33160,87382 -"201287",33161,38649 -"201288",33161,41027 -"201289",33161,55529 -"201290",33161,73229 -"201291",33163,33190 -"201292",33163,33235 -"201293",33165,91715 -"201294",33166,51559 -"201295",33167,33377 -"201296",33167,46566 -"201297",33168,43254 -"201298",33168,55499 -"201299",33168,89091 -"201300",33168,89272 -"201301",33169,35536 -"201302",33170,42184 -"201303",33170,59870 -"201304",33170,66610 -"201305",33171,36702 -"201306",33171,49057 -"201307",33171,53262 -"201308",33171,55812 -"201309",33171,55831 -"201310",33171,55832 -"201311",33171,55854 -"201312",33171,55863 -"201313",33171,55872 -"201314",33171,55903 -"201315",33171,55915 -"201316",33171,55916 -"201317",33172,40893 -"201318",33172,48127 -"201319",33172,74993 -"201320",33172,101180 -"201321",33172,102827 -"201322",33172,103658 -"201323",33172,104867 -"201324",33173,33333 -"201325",33173,45415 -"201326",33173,45658 -"201327",33173,68898 -"201328",33173,90235 -"201329",33173,101895 -"201330",33173,101907 -"201331",33174,33194 -"201332",33174,33206 -"201333",33174,33247 -"201334",33174,33272 -"201335",33174,33325 -"201336",33174,33331 -"201337",33175,36709 -"201338",33176,45838 -"201339",33176,53761 -"201340",33178,91434 -"201341",33179,43884 -"201342",33179,45025 -"201343",33179,48955 -"201344",33179,53972 -"201345",33179,54173 -"201346",33179,54242 -"201347",33179,71467 -"201348",33180,33265 -"201349",33180,33338 -"201350",33180,36736 -"201351",33180,43129 -"201352",33180,49119 -"201353",33181,47698 -"201354",33181,48381 -"201355",33181,48593 -"201356",33181,51767 -"201357",33181,51809 -"201358",33181,54940 -"201359",33181,56302 -"201360",33181,56326 -"201361",33181,56327 -"201362",33181,57328 -"201363",33181,58990 -"201364",33182,33560 -"201365",33182,33565 -"201366",33182,33767 -"201367",33183,33901 -"201368",33183,44419 -"201369",33183,44644 -"201370",33183,45852 -"201371",33184,37735 -"201372",33184,41247 -"201373",33184,62307 -"201374",33184,82877 -"201375",33186,33187 -"201376",33186,33304 -"201377",33186,36654 -"201378",33187,33304 -"201379",33188,37108 -"201380",33188,49718 -"201381",33188,53607 -"201382",33188,65140 -"201383",33188,69867 -"201384",33188,88408 -"201385",33188,90187 -"201386",33188,91140 -"201387",33188,94343 -"201388",33188,112935 -"201389",33189,33291 -"201390",33189,33977 -"201391",33189,87885 -"201392",33190,33235 -"201393",33193,34398 -"201394",33194,33206 -"201395",33194,33247 -"201396",33194,33272 -"201397",33194,33325 -"201398",33194,33331 -"201399",33195,44819 -"201400",33195,58429 -"201401",33195,59010 -"201402",33195,74073 -"201403",33195,75137 -"201404",33195,90343 -"201405",33196,84837 -"201406",33196,91665 -"201407",33196,97451 -"201408",33197,33213 -"201409",33197,34120 -"201410",33197,48736 -"201411",33197,55704 -"201412",33197,55770 -"201413",33198,46643 -"201414",33198,59155 -"201415",33198,66904 -"201416",33198,84750 -"201417",33198,87047 -"201418",33198,87079 -"201419",33199,38360 -"201420",33199,47337 -"201421",33199,55724 -"201422",33200,102777 -"201423",33201,33349 -"201424",33201,36533 -"201425",33201,38782 -"201426",33201,40128 -"201427",33201,49270 -"201428",33201,50604 -"201429",33201,56266 -"201430",33201,56582 -"201431",33201,63531 -"201432",33201,65362 -"201433",33201,73374 -"201434",33201,82845 -"201435",33201,88943 -"201436",33201,99070 -"201437",33201,99344 -"201438",33201,99695 -"201439",33201,99707 -"201440",33201,99807 -"201441",33201,102590 -"201442",33201,106679 -"201443",33202,41808 -"201444",33203,41583 -"201445",33204,42791 -"201446",33204,43627 -"201447",33204,61580 -"201448",33204,67406 -"201449",33204,67757 -"201450",33204,67758 -"201451",33204,67759 -"201452",33204,68090 -"201453",33204,68149 -"201454",33205,50890 -"201455",33205,65169 -"201456",33205,91825 -"201457",33206,33247 -"201458",33206,33272 -"201459",33206,33325 -"201460",33206,33331 -"201461",33207,38504 -"201462",33208,77885 -"201463",33208,81408 -"201464",33208,83446 -"201465",33208,83750 -"201466",33208,97087 -"201467",33208,106740 -"201468",33208,112966 -"201469",33208,117575 -"201470",33208,119308 -"201471",33208,119312 -"201472",33208,119347 -"201473",33208,119349 -"201474",33208,119355 -"201475",33208,121845 -"201476",33209,38042 -"201477",33209,44573 -"201478",33209,47223 -"201479",33209,72267 -"201480",33209,82367 -"201481",33209,92235 -"201482",33209,97046 -"201483",33211,37033 -"201484",33211,38398 -"201485",33211,39968 -"201486",33211,42275 -"201487",33211,42902 -"201488",33211,44266 -"201489",33211,49110 -"201490",33211,57311 -"201491",33211,74496 -"201492",33212,40176 -"201493",33212,93868 -"201494",33214,35368 -"201495",33214,35403 -"201496",33214,35405 -"201497",33214,35441 -"201498",33214,35469 -"201499",33214,35530 -"201500",33214,64407 -"201501",33215,77264 -"201502",33215,93522 -"201503",33216,33228 -"201504",33216,33232 -"201505",33216,33245 -"201506",33216,64208 -"201507",33216,78871 -"201508",33216,118287 -"201509",33216,118288 -"201510",33216,118289 -"201511",33216,118290 -"201512",33217,33318 -"201513",33217,39925 -"201514",33217,47511 -"201515",33217,48495 -"201516",33217,52124 -"201517",33217,72432 -"201518",33217,115712 -"201519",33218,64623 -"201520",33218,74190 -"201521",33218,116713 -"201522",33219,35752 -"201523",33219,43056 -"201524",33219,54910 -"201525",33219,80790 -"201526",33219,91807 -"201527",33220,58055 -"201528",33220,74562 -"201529",33221,35373 -"201530",33221,41793 -"201531",33221,44350 -"201532",33221,46243 -"201533",33221,46637 -"201534",33221,46639 -"201535",33221,48992 -"201536",33221,56859 -"201537",33221,61702 -"201538",33221,62137 -"201539",33221,62228 -"201540",33221,62296 -"201541",33221,62739 -"201542",33221,62995 -"201543",33221,66523 -"201544",33221,71510 -"201545",33221,72065 -"201546",33221,72069 -"201547",33221,72070 -"201548",33221,72072 -"201549",33221,72077 -"201550",33221,72088 -"201551",33221,72102 -"201552",33221,72106 -"201553",33221,72107 -"201554",33223,33881 -"201555",33223,34097 -"201556",33223,34330 -"201557",33223,34513 -"201558",33223,35400 -"201559",33223,36476 -"201560",33223,36547 -"201561",33223,36745 -"201562",33223,37821 -"201563",33223,37931 -"201564",33223,38319 -"201565",33223,39398 -"201566",33223,39492 -"201567",33223,40320 -"201568",33223,40373 -"201569",33223,40542 -"201570",33223,41182 -"201571",33223,42131 -"201572",33223,46843 -"201573",33223,48331 -"201574",33224,33330 -"201575",33225,33544 -"201576",33225,70248 -"201577",33226,109294 -"201578",33226,111769 -"201579",33227,46469 -"201580",33227,49376 -"201581",33227,77356 -"201582",33227,83268 -"201583",33227,92797 -"201584",33227,92820 -"201585",33228,33232 -"201586",33228,33245 -"201587",33229,33334 -"201588",33229,56269 -"201589",33229,57427 -"201590",33230,56577 -"201591",33230,77657 -"201592",33230,89415 -"201593",33232,33245 -"201594",33234,33328 -"201595",33234,41695 -"201596",33235,51385 -"201597",33235,71051 -"201598",33236,45888 -"201599",33236,59848 -"201600",33236,63224 -"201601",33236,66498 -"201602",33236,72306 -"201603",33237,33372 -"201604",33237,45468 -"201605",33237,54948 -"201606",33238,66959 -"201607",33238,75837 -"201608",33239,33960 -"201609",33239,34126 -"201610",33239,45633 -"201611",33239,49674 -"201612",33239,86129 -"201613",33239,90884 -"201614",33240,50974 -"201615",33240,51858 -"201616",33240,54875 -"201617",33240,57165 -"201618",33240,91679 -"201619",33240,94119 -"201620",33240,119919 -"201621",33241,33356 -"201622",33241,33433 -"201623",33241,35251 -"201624",33241,35351 -"201625",33241,40935 -"201626",33241,44565 -"201627",33241,56049 -"201628",33241,59937 -"201629",33241,60027 -"201630",33241,70734 -"201631",33241,73848 -"201632",33241,74318 -"201633",33241,82253 -"201634",33241,94909 -"201635",33241,96873 -"201636",33242,51851 -"201637",33243,51045 -"201638",33243,86762 -"201639",33243,94051 -"201640",33243,95327 -"201641",33243,118827 -"201642",33243,121982 -"201643",33244,71341 -"201644",33245,103346 -"201645",33245,105776 -"201646",33245,105808 -"201647",33245,121956 -"201648",33246,74189 -"201649",33246,92577 -"201650",33246,113906 -"201651",33247,33272 -"201652",33247,33325 -"201653",33247,33331 -"201654",33248,36756 -"201655",33249,33292 -"201656",33249,33293 -"201657",33249,33311 -"201658",33249,33351 -"201659",33250,66552 -"201660",33251,36405 -"201661",33251,38263 -"201662",33251,43481 -"201663",33251,69455 -"201664",33251,75846 -"201665",33251,75858 -"201666",33251,77813 -"201667",33251,81065 -"201668",33251,84074 -"201669",33251,86475 -"201670",33251,91023 -"201671",33252,51174 -"201672",33252,84622 -"201673",33252,86065 -"201674",33253,92700 -"201675",33253,100348 -"201676",33254,65520 -"201677",33254,87015 -"201678",33255,36886 -"201679",33255,36894 -"201680",33255,38078 -"201681",33255,42529 -"201682",33255,45630 -"201683",33255,63667 -"201684",33255,85496 -"201685",33255,87194 -"201686",33256,82300 -"201687",33257,33399 -"201688",33257,48434 -"201689",33257,61187 -"201690",33257,67894 -"201691",33257,70243 -"201692",33257,73464 -"201693",33257,73919 -"201694",33257,79148 -"201695",33257,81364 -"201696",33257,86490 -"201697",33257,89710 -"201698",33257,95604 -"201699",33257,96510 -"201700",33257,99329 -"201701",33257,99341 -"201702",33257,110246 -"201703",33257,113803 -"201704",33257,115195 -"201705",33257,115233 -"201706",33257,115255 -"201707",33257,115264 -"201708",33259,42385 -"201709",33259,42473 -"201710",33259,42482 -"201711",33259,51119 -"201712",33259,54500 -"201713",33259,82497 -"201714",33259,82525 -"201715",33259,92776 -"201716",33260,122265 -"201717",33260,122268 -"201718",33261,45865 -"201719",33261,47675 -"201720",33261,55965 -"201721",33261,69943 -"201722",33262,33364 -"201723",33262,41280 -"201724",33262,83763 -"201725",33262,107376 -"201726",33263,64889 -"201727",33263,77733 -"201728",33263,85471 -"201729",33264,35042 -"201730",33264,35093 -"201731",33265,43129 -"201732",33265,51516 -"201733",33265,70360 -"201734",33267,74175 -"201735",33267,114543 -"201736",33267,114550 -"201737",33268,83528 -"201738",33268,95073 -"201739",33268,104279 -"201740",33270,36329 -"201741",33271,121570 -"201742",33271,121572 -"201743",33272,33325 -"201744",33272,33331 -"201745",33273,38931 -"201746",33273,40689 -"201747",33273,41546 -"201748",33273,80421 -"201749",33273,98124 -"201750",33273,103890 -"201751",33273,120797 -"201752",33273,121465 -"201753",33274,35668 -"201754",33274,61355 -"201755",33274,64964 -"201756",33274,95069 -"201757",33275,33883 -"201758",33275,36286 -"201759",33275,36767 -"201760",33275,37720 -"201761",33275,37937 -"201762",33275,38369 -"201763",33275,40419 -"201764",33275,41419 -"201765",33275,42608 -"201766",33275,44180 -"201767",33275,44234 -"201768",33275,45818 -"201769",33275,51476 -"201770",33275,51892 -"201771",33275,53755 -"201772",33275,54168 -"201773",33275,57210 -"201774",33275,58482 -"201775",33275,59172 -"201776",33275,59816 -"201777",33275,61874 -"201778",33275,63274 -"201779",33275,65682 -"201780",33275,65702 -"201781",33275,65747 -"201782",33275,66322 -"201783",33275,67327 -"201784",33275,70854 -"201785",33275,71683 -"201786",33275,72568 -"201787",33275,72628 -"201788",33275,73767 -"201789",33275,78532 -"201790",33275,81609 -"201791",33275,85885 -"201792",33275,91068 -"201793",33275,91255 -"201794",33275,92247 -"201795",33275,92352 -"201796",33275,92362 -"201797",33275,92929 -"201798",33275,93719 -"201799",33275,94906 -"201800",33275,94946 -"201801",33275,95889 -"201802",33275,96093 -"201803",33275,97988 -"201804",33275,99309 -"201805",33275,99376 -"201806",33275,99450 -"201807",33275,99471 -"201808",33275,99474 -"201809",33275,100916 -"201810",33275,100944 -"201811",33275,101126 -"201812",33275,101329 -"201813",33275,105557 -"201814",33275,107199 -"201815",33275,108743 -"201816",33275,108980 -"201817",33275,109291 -"201818",33275,109933 -"201819",33275,110483 -"201820",33275,110567 -"201821",33275,110572 -"201822",33275,110630 -"201823",33275,110648 -"201824",33275,110711 -"201825",33275,110770 -"201826",33275,110869 -"201827",33275,110911 -"201828",33275,111285 -"201829",33275,111314 -"201830",33275,111362 -"201831",33275,111372 -"201832",33275,111424 -"201833",33275,111433 -"201834",33275,112422 -"201835",33275,113269 -"201836",33275,113430 -"201837",33275,114242 -"201838",33275,114842 -"201839",33275,115427 -"201840",33275,115521 -"201841",33275,115711 -"201842",33275,118624 -"201843",33276,52091 -"201844",33276,68175 -"201845",33276,68226 -"201846",33277,40731 -"201847",33277,46773 -"201848",33277,50551 -"201849",33277,77080 -"201850",33277,82023 -"201851",33277,101908 -"201852",33277,102243 -"201853",33278,33348 -"201854",33278,39100 -"201855",33278,51799 -"201856",33278,86144 -"201857",33278,94339 -"201858",33278,94432 -"201859",33278,94463 -"201860",33279,50709 -"201861",33279,96509 -"201862",33280,39760 -"201863",33280,40301 -"201864",33280,40327 -"201865",33280,40376 -"201866",33280,40377 -"201867",33280,40415 -"201868",33281,51376 -"201869",33282,65608 -"201870",33283,61131 -"201871",33283,69901 -"201872",33284,67576 -"201873",33286,43998 -"201874",33286,49623 -"201875",33286,69520 -"201876",33286,73689 -"201877",33286,90025 -"201878",33286,91862 -"201879",33286,101526 -"201880",33286,101965 -"201881",33286,105424 -"201882",33286,122083 -"201883",33287,49159 -"201884",33287,49719 -"201885",33287,106736 -"201886",33288,41462 -"201887",33288,72602 -"201888",33289,81519 -"201889",33292,33293 -"201890",33292,33311 -"201891",33292,33351 -"201892",33292,66551 -"201893",33293,33311 -"201894",33293,33351 -"201895",33294,66025 -"201896",33296,109509 -"201897",33297,33314 -"201898",33297,34881 -"201899",33297,64751 -"201900",33298,65099 -"201901",33301,43151 -"201902",33301,43152 -"201903",33301,43163 -"201904",33301,48846 -"201905",33302,43224 -"201906",33302,43623 -"201907",33303,65273 -"201908",33304,41219 -"201909",33304,41757 -"201910",33304,86704 -"201911",33304,117995 -"201912",33305,54030 -"201913",33305,59961 -"201914",33306,33361 -"201915",33307,33335 -"201916",33308,41756 -"201917",33308,73533 -"201918",33308,76797 -"201919",33310,56708 -"201920",33311,33351 -"201921",33311,55939 -"201922",33312,52022 -"201923",33312,53360 -"201924",33312,64052 -"201925",33312,66931 -"201926",33312,72103 -"201927",33312,78283 -"201928",33312,78391 -"201929",33312,78393 -"201930",33312,81375 -"201931",33312,81425 -"201932",33312,81974 -"201933",33312,82118 -"201934",33312,91795 -"201935",33312,95904 -"201936",33312,96540 -"201937",33312,96635 -"201938",33312,96692 -"201939",33312,121301 -"201940",33313,41224 -"201941",33313,59389 -"201942",33313,60418 -"201943",33313,69845 -"201944",33313,100774 -"201945",33313,107539 -"201946",33313,110487 -"201947",33313,110488 -"201948",33313,110492 -"201949",33314,34881 -"201950",33314,43061 -"201951",33314,47345 -"201952",33314,49234 -"201953",33314,56522 -"201954",33314,64634 -"201955",33314,78692 -"201956",33314,89817 -"201957",33315,41141 -"201958",33315,63919 -"201959",33316,73704 -"201960",33316,83798 -"201961",33316,101808 -"201962",33316,101831 -"201963",33317,39122 -"201964",33317,44726 -"201965",33317,68965 -"201966",33319,35518 -"201967",33320,38534 -"201968",33320,38539 -"201969",33320,38540 -"201970",33320,44561 -"201971",33320,58997 -"201972",33321,33371 -"201973",33322,40039 -"201974",33322,46790 -"201975",33322,83808 -"201976",33322,85751 -"201977",33322,108200 -"201978",33322,111025 -"201979",33322,114506 -"201980",33322,114510 -"201981",33323,37270 -"201982",33323,57273 -"201983",33323,93242 -"201984",33324,47416 -"201985",33324,54145 -"201986",33324,57188 -"201987",33324,79380 -"201988",33324,79381 -"201989",33325,33331 -"201990",33327,34479 -"201991",33327,54453 -"201992",33327,57430 -"201993",33329,88618 -"201994",33329,95130 -"201995",33330,44535 -"201996",33330,62716 -"201997",33330,67498 -"201998",33330,69764 -"201999",33330,71014 -"202000",33330,73269 -"202001",33332,57644 -"202002",33332,64070 -"202003",33332,74681 -"202004",33332,75544 -"202005",33332,101395 -"202006",33332,114962 -"202007",33333,91044 -"202008",33335,61920 -"202009",33336,43378 -"202010",33336,43564 -"202011",33337,37682 -"202012",33337,38204 -"202013",33337,41278 -"202014",33337,41596 -"202015",33337,41691 -"202016",33337,44269 -"202017",33337,48914 -"202018",33337,57231 -"202019",33337,57950 -"202020",33337,66004 -"202021",33337,84212 -"202022",33337,90837 -"202023",33337,103004 -"202024",33337,107300 -"202025",33337,107464 -"202026",33338,36736 -"202027",33338,42666 -"202028",33338,43129 -"202029",33338,44292 -"202030",33338,54683 -"202031",33338,54936 -"202032",33338,55905 -"202033",33338,57731 -"202034",33338,72086 -"202035",33338,88945 -"202036",33338,93950 -"202037",33338,105361 -"202038",33338,109228 -"202039",33338,115487 -"202040",33339,38230 -"202041",33339,55985 -"202042",33339,59204 -"202043",33339,87674 -"202044",33339,95948 -"202045",33339,100145 -"202046",33339,101970 -"202047",33339,103107 -"202048",33339,103426 -"202049",33339,103996 -"202050",33339,119888 -"202051",33339,119934 -"202052",33339,119967 -"202053",33339,122602 -"202054",33339,122813 -"202055",33339,122824 -"202056",33341,33870 -"202057",33341,38552 -"202058",33341,43699 -"202059",33341,50229 -"202060",33341,72098 -"202061",33341,79963 -"202062",33342,38569 -"202063",33342,51376 -"202064",33342,107680 -"202065",33343,41467 -"202066",33345,63331 -"202067",33346,78952 -"202068",33346,80665 -"202069",33346,92426 -"202070",33346,107977 -"202071",33348,34995 -"202072",33348,39352 -"202073",33348,41416 -"202074",33348,63393 -"202075",33348,82917 -"202076",33348,86672 -"202077",33348,87310 -"202078",33348,108890 -"202079",33348,109179 -"202080",33349,36008 -"202081",33349,38625 -"202082",33349,41142 -"202083",33349,57612 -"202084",33349,80305 -"202085",33349,80717 -"202086",33349,86030 -"202087",33349,88273 -"202088",33349,91770 -"202089",33349,103077 -"202090",33349,103277 -"202091",33349,117092 -"202092",33349,123114 -"202093",33350,40211 -"202094",33350,42519 -"202095",33350,51295 -"202096",33350,57058 -"202097",33350,62605 -"202098",33350,66027 -"202099",33350,75825 -"202100",33350,79806 -"202101",33350,80569 -"202102",33350,96081 -"202103",33350,99070 -"202104",33350,102215 -"202105",33350,102233 -"202106",33350,102732 -"202107",33352,33428 -"202108",33352,35281 -"202109",33352,36065 -"202110",33352,64552 -"202111",33352,84124 -"202112",33352,103109 -"202113",33352,112862 -"202114",33352,119691 -"202115",33353,46813 -"202116",33353,97020 -"202117",33354,76905 -"202118",33355,64743 -"202119",33356,33433 -"202120",33356,35251 -"202121",33356,38204 -"202122",33356,38755 -"202123",33356,40708 -"202124",33356,53083 -"202125",33356,54156 -"202126",33356,59786 -"202127",33356,63513 -"202128",33356,64272 -"202129",33356,64845 -"202130",33356,67841 -"202131",33356,81210 -"202132",33356,88645 -"202133",33356,98078 -"202134",33356,99302 -"202135",33356,111698 -"202136",33357,66258 -"202137",33357,67620 -"202138",33357,73764 -"202139",33357,77371 -"202140",33357,96343 -"202141",33357,107967 -"202142",33358,78803 -"202143",33358,83103 -"202144",33359,82463 -"202145",33359,99077 -"202146",33359,110126 -"202147",33359,119693 -"202148",33360,37512 -"202149",33360,44729 -"202150",33360,48521 -"202151",33360,49741 -"202152",33360,59114 -"202153",33360,65951 -"202154",33360,65952 -"202155",33360,70046 -"202156",33360,72096 -"202157",33360,76128 -"202158",33360,89274 -"202159",33360,89965 -"202160",33360,100630 -"202161",33360,100964 -"202162",33363,50146 -"202163",33363,52369 -"202164",33363,56679 -"202165",33363,58408 -"202166",33363,58957 -"202167",33363,67913 -"202168",33363,75004 -"202169",33363,80412 -"202170",33363,87207 -"202171",33365,52709 -"202172",33365,82005 -"202173",33365,101907 -"202174",33366,66454 -"202175",33367,43703 -"202176",33367,51446 -"202177",33367,80268 -"202178",33367,122369 -"202179",33368,107616 -"202180",33368,115532 -"202181",33368,123459 -"202182",33369,33474 -"202183",33369,33475 -"202184",33369,50057 -"202185",33369,50701 -"202186",33369,50815 -"202187",33369,52570 -"202188",33369,54282 -"202189",33369,54328 -"202190",33369,55268 -"202191",33369,60123 -"202192",33369,71054 -"202193",33373,36424 -"202194",33373,42081 -"202195",33373,46691 -"202196",33373,48291 -"202197",33373,55000 -"202198",33373,55829 -"202199",33373,55883 -"202200",33373,72952 -"202201",33373,83669 -"202202",33373,93254 -"202203",33373,93407 -"202204",33373,93415 -"202205",33373,122949 -"202206",33374,35553 -"202207",33374,40309 -"202208",33374,61744 -"202209",33376,33456 -"202210",33376,33507 -"202211",33376,39275 -"202212",33376,43726 -"202213",33376,70470 -"202214",33377,46566 -"202215",33379,60953 -"202216",33379,68772 -"202217",33380,42944 -"202218",33380,48716 -"202219",33380,48732 -"202220",33380,49808 -"202221",33380,49861 -"202222",33380,68795 -"202223",33380,73493 -"202224",33381,54296 -"202225",33381,66971 -"202226",33381,97474 -"202227",33382,40821 -"202228",33382,54721 -"202229",33382,62538 -"202230",33382,84475 -"202231",33382,86773 -"202232",33382,88863 -"202233",33382,92570 -"202234",33383,33399 -"202235",33383,39005 -"202236",33383,56442 -"202237",33383,79442 -"202238",33383,82338 -"202239",33383,82339 -"202240",33383,82348 -"202241",33384,59982 -"202242",33384,86175 -"202243",33384,110608 -"202244",33384,121550 -"202245",33385,44181 -"202246",33385,52304 -"202247",33385,80548 -"202248",33385,80755 -"202249",33385,80797 -"202250",33386,41884 -"202251",33386,44341 -"202252",33386,76421 -"202253",33387,51661 -"202254",33388,33599 -"202255",33388,33727 -"202256",33388,42963 -"202257",33388,49178 -"202258",33388,51749 -"202259",33388,54124 -"202260",33388,68193 -"202261",33389,34144 -"202262",33389,38538 -"202263",33389,51458 -"202264",33389,109355 -"202265",33390,35905 -"202266",33390,48888 -"202267",33390,60841 -"202268",33390,67393 -"202269",33390,74536 -"202270",33390,77565 -"202271",33390,81851 -"202272",33390,86337 -"202273",33390,92887 -"202274",33390,92892 -"202275",33390,99433 -"202276",33390,112798 -"202277",33390,113495 -"202278",33391,37751 -"202279",33391,37816 -"202280",33391,37884 -"202281",33391,41740 -"202282",33391,70114 -"202283",33391,77658 -"202284",33392,33880 -"202285",33393,36701 -"202286",33394,34423 -"202287",33394,60982 -"202288",33395,50449 -"202289",33395,52659 -"202290",33395,59485 -"202291",33395,60536 -"202292",33395,65188 -"202293",33395,70535 -"202294",33395,75999 -"202295",33395,76354 -"202296",33395,80603 -"202297",33395,86317 -"202298",33395,91317 -"202299",33395,93334 -"202300",33395,94511 -"202301",33395,96925 -"202302",33395,100645 -"202303",33395,106351 -"202304",33395,114279 -"202305",33395,114292 -"202306",33395,115983 -"202307",33396,33414 -"202308",33396,33645 -"202309",33397,56451 -"202310",33397,57086 -"202311",33397,87751 -"202312",33397,118387 -"202313",33397,118581 -"202314",33398,84142 -"202315",33398,96327 -"202316",33399,38462 -"202317",33399,41660 -"202318",33399,60552 -"202319",33399,86928 -"202320",33399,96510 -"202321",33400,34094 -"202322",33400,47949 -"202323",33400,47956 -"202324",33400,48466 -"202325",33400,53996 -"202326",33400,66569 -"202327",33400,67016 -"202328",33400,67037 -"202329",33400,67038 -"202330",33401,33665 -"202331",33401,42643 -"202332",33401,89834 -"202333",33401,92778 -"202334",33401,97833 -"202335",33401,105778 -"202336",33402,53595 -"202337",33405,36578 -"202338",33405,36944 -"202339",33405,37095 -"202340",33405,39800 -"202341",33405,53183 -"202342",33405,57393 -"202343",33405,61754 -"202344",33405,61760 -"202345",33406,38259 -"202346",33406,48822 -"202347",33406,50764 -"202348",33406,51924 -"202349",33406,52309 -"202350",33406,54408 -"202351",33406,62019 -"202352",33406,66474 -"202353",33406,77173 -"202354",33406,77346 -"202355",33406,77396 -"202356",33406,77401 -"202357",33406,77407 -"202358",33406,77417 -"202359",33406,77418 -"202360",33406,77480 -"202361",33406,77532 -"202362",33407,43257 -"202363",33407,85043 -"202364",33407,88038 -"202365",33408,52718 -"202366",33408,53638 -"202367",33409,40855 -"202368",33409,42483 -"202369",33409,49012 -"202370",33409,59693 -"202371",33410,60632 -"202372",33411,35710 -"202373",33411,47232 -"202374",33411,50972 -"202375",33411,67423 -"202376",33411,68235 -"202377",33411,68237 -"202378",33411,82506 -"202379",33411,89809 -"202380",33412,42137 -"202381",33412,105905 -"202382",33412,113549 -"202383",33413,37752 -"202384",33413,40840 -"202385",33413,42142 -"202386",33413,46825 -"202387",33413,55689 -"202388",33413,58829 -"202389",33413,62762 -"202390",33413,65070 -"202391",33413,65188 -"202392",33413,67200 -"202393",33413,71454 -"202394",33413,74795 -"202395",33413,76320 -"202396",33413,83558 -"202397",33413,83916 -"202398",33413,85514 -"202399",33413,107515 -"202400",33413,112800 -"202401",33413,117141 -"202402",33413,117142 -"202403",33413,118591 -"202404",33413,119524 -"202405",33413,119921 -"202406",33413,120546 -"202407",33413,120579 -"202408",33414,33645 -"202409",33414,56166 -"202410",33414,56458 -"202411",33414,62310 -"202412",33414,62363 -"202413",33414,68593 -"202414",33414,101073 -"202415",33415,47612 -"202416",33415,49024 -"202417",33415,96119 -"202418",33416,33442 -"202419",33416,33490 -"202420",33416,33495 -"202421",33416,33790 -"202422",33416,83671 -"202423",33416,103945 -"202424",33417,77468 -"202425",33417,89015 -"202426",33417,102592 -"202427",33417,109198 -"202428",33418,38333 -"202429",33418,39397 -"202430",33418,52494 -"202431",33418,68106 -"202432",33418,74445 -"202433",33418,97572 -"202434",33418,121483 -"202435",33418,121486 -"202436",33419,33511 -"202437",33419,104817 -"202438",33420,43507 -"202439",33420,46649 -"202440",33420,66744 -"202441",33420,104662 -"202442",33420,120033 -"202443",33421,71849 -"202444",33421,90425 -"202445",33422,34395 -"202446",33422,39654 -"202447",33422,73256 -"202448",33422,80689 -"202449",33422,88209 -"202450",33422,89822 -"202451",33422,94243 -"202452",33423,33536 -"202453",33423,53132 -"202454",33423,56150 -"202455",33423,81132 -"202456",33423,88130 -"202457",33424,33532 -"202458",33424,56218 -"202459",33424,57399 -"202460",33425,69737 -"202461",33426,69572 -"202462",33427,40816 -"202463",33429,36283 -"202464",33429,101167 -"202465",33430,83314 -"202466",33431,41504 -"202467",33431,51620 -"202468",33431,57079 -"202469",33431,121899 -"202470",33432,69119 -"202471",33433,34443 -"202472",33433,35251 -"202473",33433,43368 -"202474",33433,48361 -"202475",33433,49581 -"202476",33433,50946 -"202477",33433,53083 -"202478",33433,53108 -"202479",33433,55643 -"202480",33433,56958 -"202481",33433,57646 -"202482",33433,59113 -"202483",33433,59786 -"202484",33433,68138 -"202485",33433,70084 -"202486",33433,71306 -"202487",33433,72240 -"202488",33433,72656 -"202489",33433,87496 -"202490",33433,94909 -"202491",33433,115047 -"202492",33434,35908 -"202493",33434,35938 -"202494",33434,35939 -"202495",33434,35940 -"202496",33434,36011 -"202497",33434,36012 -"202498",33434,36013 -"202499",33434,36060 -"202500",33434,36178 -"202501",33434,74889 -"202502",33435,48861 -"202503",33435,52597 -"202504",33435,63477 -"202505",33435,87083 -"202506",33435,102994 -"202507",33436,43812 -"202508",33436,61939 -"202509",33437,33499 -"202510",33437,34693 -"202511",33437,66797 -"202512",33437,85820 -"202513",33438,41273 -"202514",33439,36083 -"202515",33439,104124 -"202516",33440,34062 -"202517",33440,34144 -"202518",33440,34291 -"202519",33440,34334 -"202520",33440,34403 -"202521",33442,33490 -"202522",33442,33495 -"202523",33443,36373 -"202524",33443,49100 -"202525",33443,61269 -"202526",33443,89105 -"202527",33444,55224 -"202528",33446,36624 -"202529",33446,45982 -"202530",33446,63911 -"202531",33447,75700 -"202532",33449,62201 -"202533",33449,76323 -"202534",33449,88933 -"202535",33449,96644 -"202536",33450,38320 -"202537",33450,46390 -"202538",33450,47927 -"202539",33450,53628 -"202540",33450,56740 -"202541",33450,56993 -"202542",33450,61691 -"202543",33450,79534 -"202544",33450,87416 -"202545",33450,89453 -"202546",33450,103089 -"202547",33450,109489 -"202548",33451,37854 -"202549",33451,38248 -"202550",33451,38600 -"202551",33451,40792 -"202552",33451,54204 -"202553",33451,56718 -"202554",33451,56873 -"202555",33451,61673 -"202556",33451,62165 -"202557",33451,65348 -"202558",33451,67165 -"202559",33451,67229 -"202560",33451,74862 -"202561",33451,115315 -"202562",33451,116764 -"202563",33451,120845 -"202564",33452,117236 -"202565",33453,34536 -"202566",33454,33455 -"202567",33454,33498 -"202568",33454,33535 -"202569",33454,60133 -"202570",33454,66766 -"202571",33455,33498 -"202572",33455,33535 -"202573",33456,33507 -"202574",33456,43726 -"202575",33457,44749 -"202576",33458,86854 -"202577",33458,92414 -"202578",33459,71545 -"202579",33460,35501 -"202580",33460,39071 -"202581",33460,70483 -"202582",33460,77196 -"202583",33460,80617 -"202584",33460,81770 -"202585",33460,91232 -"202586",33460,99646 -"202587",33460,103968 -"202588",33460,109000 -"202589",33460,109945 -"202590",33460,111309 -"202591",33460,111462 -"202592",33460,112310 -"202593",33460,113624 -"202594",33460,113625 -"202595",33460,114155 -"202596",33460,114170 -"202597",33460,121381 -"202598",33461,62264 -"202599",33461,70347 -"202600",33461,89981 -"202601",33461,90031 -"202602",33463,79032 -"202603",33463,86978 -"202604",33463,90991 -"202605",33463,119459 -"202606",33464,33982 -"202607",33464,34131 -"202608",33464,47297 -"202609",33464,61656 -"202610",33464,76045 -"202611",33464,76560 -"202612",33464,80268 -"202613",33464,80432 -"202614",33465,34085 -"202615",33465,82779 -"202616",33466,34142 -"202617",33466,35240 -"202618",33466,35829 -"202619",33466,52363 -"202620",33466,59212 -"202621",33466,61351 -"202622",33466,61512 -"202623",33466,64598 -"202624",33466,64641 -"202625",33466,64690 -"202626",33467,58219 -"202627",33467,61734 -"202628",33467,71101 -"202629",33467,74458 -"202630",33468,50727 -"202631",33468,71254 -"202632",33468,75609 -"202633",33468,75722 -"202634",33468,100548 -"202635",33468,100776 -"202636",33468,121689 -"202637",33469,41350 -"202638",33469,44132 -"202639",33469,58392 -"202640",33469,68902 -"202641",33469,81504 -"202642",33469,84566 -"202643",33469,108596 -"202644",33470,36654 -"202645",33470,68213 -"202646",33470,76135 -"202647",33470,108725 -"202648",33470,108973 -"202649",33471,41845 -"202650",33471,45007 -"202651",33471,50324 -"202652",33471,50344 -"202653",33472,70636 -"202654",33472,75618 -"202655",33472,82675 -"202656",33472,82676 -"202657",33473,45528 -"202658",33473,47270 -"202659",33473,47324 -"202660",33473,47333 -"202661",33473,48284 -"202662",33473,50118 -"202663",33473,71516 -"202664",33473,75513 -"202665",33473,85344 -"202666",33473,86129 -"202667",33473,107271 -"202668",33473,107291 -"202669",33473,116375 -"202670",33474,33475 -"202671",33474,37777 -"202672",33474,51091 -"202673",33475,50701 -"202674",33475,50815 -"202675",33475,51568 -"202676",33475,51671 -"202677",33475,62601 -"202678",33477,38690 -"202679",33477,70675 -"202680",33477,77144 -"202681",33477,77154 -"202682",33477,77192 -"202683",33477,77195 -"202684",33478,37708 -"202685",33479,67486 -"202686",33480,33529 -"202687",33481,106063 -"202688",33482,70654 -"202689",33483,98081 -"202690",33484,69298 -"202691",33484,73498 -"202692",33484,106891 -"202693",33485,77668 -"202694",33486,35630 -"202695",33486,38916 -"202696",33486,39551 -"202697",33486,41785 -"202698",33486,44091 -"202699",33486,46107 -"202700",33486,48871 -"202701",33486,76376 -"202702",33486,100241 -"202703",33486,102136 -"202704",33487,33888 -"202705",33488,95014 -"202706",33489,61906 -"202707",33489,110404 -"202708",33490,33495 -"202709",33490,33790 -"202710",33490,47926 -"202711",33490,54166 -"202712",33490,104610 -"202713",33491,33512 -"202714",33491,47949 -"202715",33491,73580 -"202716",33492,34928 -"202717",33492,84082 -"202718",33492,107448 -"202719",33492,108119 -"202720",33492,108122 -"202721",33493,74473 -"202722",33494,70553 -"202723",33494,91046 -"202724",33494,107821 -"202725",33494,110473 -"202726",33496,46315 -"202727",33496,70785 -"202728",33496,76220 -"202729",33497,79326 -"202730",33497,79579 -"202731",33498,33535 -"202732",33500,45498 -"202733",33500,45583 -"202734",33500,52298 -"202735",33500,95641 -"202736",33502,33541 -"202737",33502,40035 -"202738",33502,43092 -"202739",33502,54742 -"202740",33502,66436 -"202741",33502,66478 -"202742",33502,66503 -"202743",33503,60682 -"202744",33503,71033 -"202745",33503,122892 -"202746",33503,122907 -"202747",33504,62987 -"202748",33504,67915 -"202749",33504,72348 -"202750",33504,89470 -"202751",33505,34711 -"202752",33506,36662 -"202753",33506,39935 -"202754",33507,35403 -"202755",33507,35994 -"202756",33507,36871 -"202757",33507,48844 -"202758",33507,49054 -"202759",33508,34319 -"202760",33508,50086 -"202761",33508,68340 -"202762",33508,76870 -"202763",33509,83711 -"202764",33510,66789 -"202765",33510,68678 -"202766",33511,54467 -"202767",33511,69932 -"202768",33511,72349 -"202769",33511,77924 -"202770",33511,87067 -"202771",33511,107392 -"202772",33511,107656 -"202773",33513,37531 -"202774",33513,40466 -"202775",33513,41812 -"202776",33513,43119 -"202777",33513,65212 -"202778",33513,85008 -"202779",33514,36886 -"202780",33514,53962 -"202781",33515,33954 -"202782",33516,104317 -"202783",33517,42299 -"202784",33517,69730 -"202785",33517,72389 -"202786",33519,67357 -"202787",33520,39040 -"202788",33520,39433 -"202789",33520,40891 -"202790",33520,40991 -"202791",33520,71892 -"202792",33520,93047 -"202793",33520,103530 -"202794",33520,103634 -"202795",33520,103851 -"202796",33521,48286 -"202797",33521,50089 -"202798",33521,52901 -"202799",33522,33792 -"202800",33522,37094 -"202801",33522,43363 -"202802",33522,44249 -"202803",33522,59513 -"202804",33522,69237 -"202805",33523,33998 -"202806",33523,48715 -"202807",33523,51288 -"202808",33523,67246 -"202809",33524,33850 -"202810",33524,41372 -"202811",33524,51476 -"202812",33524,51990 -"202813",33524,60433 -"202814",33524,61543 -"202815",33524,83292 -"202816",33524,89049 -"202817",33524,94098 -"202818",33524,99471 -"202819",33524,100899 -"202820",33525,38045 -"202821",33525,102217 -"202822",33525,102242 -"202823",33525,109159 -"202824",33525,114324 -"202825",33526,47256 -"202826",33526,59299 -"202827",33526,71958 -"202828",33526,91914 -"202829",33527,49278 -"202830",33527,55780 -"202831",33528,36373 -"202832",33528,38421 -"202833",33528,40358 -"202834",33528,44569 -"202835",33528,46351 -"202836",33528,60402 -"202837",33528,65448 -"202838",33528,68823 -"202839",33528,79618 -"202840",33528,97012 -"202841",33528,99240 -"202842",33528,101092 -"202843",33528,102886 -"202844",33528,102893 -"202845",33528,103698 -"202846",33528,104505 -"202847",33528,104544 -"202848",33528,106449 -"202849",33528,107268 -"202850",33528,112717 -"202851",33528,115929 -"202852",33530,33531 -"202853",33530,34027 -"202854",33530,52577 -"202855",33530,61353 -"202856",33530,87430 -"202857",33530,87471 -"202858",33530,94088 -"202859",33530,94138 -"202860",33530,103296 -"202861",33531,34027 -"202862",33531,52577 -"202863",33531,79032 -"202864",33531,87430 -"202865",33531,87471 -"202866",33531,91547 -"202867",33531,94138 -"202868",33531,97010 -"202869",33531,103296 -"202870",33533,40678 -"202871",33533,64504 -"202872",33533,94456 -"202873",33533,97547 -"202874",33533,100599 -"202875",33533,101687 -"202876",33533,108411 -"202877",33533,116763 -"202878",33534,54810 -"202879",33534,61411 -"202880",33536,33537 -"202881",33536,33538 -"202882",33536,43663 -"202883",33536,57697 -"202884",33536,58238 -"202885",33536,59641 -"202886",33536,66693 -"202887",33536,69646 -"202888",33536,72725 -"202889",33536,82169 -"202890",33536,83523 -"202891",33536,84204 -"202892",33536,86319 -"202893",33537,33538 -"202894",33537,74959 -"202895",33537,91108 -"202896",33537,91670 -"202897",33537,108619 -"202898",33537,117481 -"202899",33538,42066 -"202900",33538,46275 -"202901",33538,49536 -"202902",33538,66693 -"202903",33538,87947 -"202904",33538,91670 -"202905",33538,119651 -"202906",33540,95343 -"202907",33541,59184 -"202908",33541,98281 -"202909",33542,74799 -"202910",33543,33763 -"202911",33544,36251 -"202912",33544,36274 -"202913",33544,51229 -"202914",33544,61678 -"202915",33544,65920 -"202916",33544,72084 -"202917",33544,75379 -"202918",33544,76309 -"202919",33544,86969 -"202920",33544,108482 -"202921",33545,33714 -"202922",33545,89388 -"202923",33545,89419 -"202924",33546,33547 -"202925",33546,33713 -"202926",33546,55119 -"202927",33546,55196 -"202928",33547,33713 -"202929",33547,51395 -"202930",33548,40930 -"202931",33548,44368 -"202932",33548,54708 -"202933",33549,33562 -"202934",33549,33598 -"202935",33549,64576 -"202936",33549,82079 -"202937",33549,99769 -"202938",33549,112454 -"202939",33551,43777 -"202940",33551,44662 -"202941",33551,67241 -"202942",33551,79870 -"202943",33551,88695 -"202944",33551,90790 -"202945",33551,91162 -"202946",33551,91163 -"202947",33551,91165 -"202948",33551,91170 -"202949",33551,91201 -"202950",33553,36446 -"202951",33553,64651 -"202952",33553,75982 -"202953",33553,78093 -"202954",33553,89232 -"202955",33554,37159 -"202956",33554,39360 -"202957",33554,41694 -"202958",33554,44739 -"202959",33554,45801 -"202960",33554,60189 -"202961",33554,64381 -"202962",33554,94905 -"202963",33554,98510 -"202964",33554,105875 -"202965",33555,42508 -"202966",33555,42937 -"202967",33555,45970 -"202968",33555,48066 -"202969",33555,48179 -"202970",33555,57390 -"202971",33555,58294 -"202972",33555,59120 -"202973",33555,104312 -"202974",33556,33558 -"202975",33556,33559 -"202976",33556,33611 -"202977",33556,33678 -"202978",33556,47765 -"202979",33558,33559 -"202980",33558,33611 -"202981",33558,33678 -"202982",33558,61402 -"202983",33558,85082 -"202984",33559,33611 -"202985",33559,33678 -"202986",33559,49195 -"202987",33559,85627 -"202988",33559,86723 -"202989",33559,86724 -"202990",33559,97200 -"202991",33560,33565 -"202992",33560,33767 -"202993",33560,81536 -"202994",33560,81549 -"202995",33560,113660 -"202996",33560,118337 -"202997",33561,69426 -"202998",33562,33598 -"202999",33564,86286 -"203000",33564,90600 -"203001",33565,33767 -"203002",33566,85010 -"203003",33567,36403 -"203004",33567,39766 -"203005",33567,51230 -"203006",33567,51879 -"203007",33567,69198 -"203008",33567,75276 -"203009",33567,81648 -"203010",33567,82932 -"203011",33567,88817 -"203012",33567,88821 -"203013",33568,33691 -"203014",33568,33692 -"203015",33568,34479 -"203016",33568,44982 -"203017",33568,52225 -"203018",33568,63702 -"203019",33568,78178 -"203020",33569,52058 -"203021",33569,56317 -"203022",33569,75948 -"203023",33569,84256 -"203024",33569,104609 -"203025",33569,107233 -"203026",33569,108303 -"203027",33570,33646 -"203028",33571,67053 -"203029",33571,67651 -"203030",33572,36042 -"203031",33572,38629 -"203032",33572,38648 -"203033",33572,38667 -"203034",33572,38775 -"203035",33572,49965 -"203036",33572,78287 -"203037",33572,78688 -"203038",33572,81691 -"203039",33572,85951 -"203040",33572,95082 -"203041",33572,100336 -"203042",33572,103293 -"203043",33572,103996 -"203044",33572,104497 -"203045",33572,114806 -"203046",33572,120486 -"203047",33573,47803 -"203048",33573,49305 -"203049",33573,57301 -"203050",33573,95155 -"203051",33574,34260 -"203052",33574,51336 -"203053",33574,51396 -"203054",33574,51435 -"203055",33574,58035 -"203056",33574,67434 -"203057",33574,80471 -"203058",33574,84386 -"203059",33574,86926 -"203060",33574,113555 -"203061",33576,70588 -"203062",33576,79846 -"203063",33576,97354 -"203064",33576,103481 -"203065",33576,105602 -"203066",33576,111956 -"203067",33577,33584 -"203068",33577,77489 -"203069",33577,98852 -"203070",33578,111001 -"203071",33578,112775 -"203072",33579,37562 -"203073",33579,79665 -"203074",33579,87613 -"203075",33580,34416 -"203076",33580,60207 -"203077",33581,55932 -"203078",33581,67000 -"203079",33581,72160 -"203080",33581,117383 -"203081",33582,78435 -"203082",33582,93086 -"203083",33582,96007 -"203084",33582,120760 -"203085",33582,122199 -"203086",33583,33884 -"203087",33583,66423 -"203088",33583,79452 -"203089",33584,40347 -"203090",33584,41244 -"203091",33584,57609 -"203092",33584,78008 -"203093",33584,78094 -"203094",33584,81444 -"203095",33584,110933 -"203096",33584,111195 -"203097",33584,114380 -"203098",33584,117790 -"203099",33585,74603 -"203100",33585,113979 -"203101",33586,48154 -"203102",33586,50288 -"203103",33588,33621 -"203104",33588,33634 -"203105",33588,33728 -"203106",33588,33771 -"203107",33588,34815 -"203108",33588,36343 -"203109",33588,43275 -"203110",33588,45596 -"203111",33588,46610 -"203112",33588,47573 -"203113",33588,66052 -"203114",33588,80172 -"203115",33588,83054 -"203116",33588,83093 -"203117",33588,91533 -"203118",33589,33602 -"203119",33589,33631 -"203120",33589,33729 -"203121",33589,36603 -"203122",33589,44478 -"203123",33589,44992 -"203124",33590,58034 -"203125",33590,75239 -"203126",33590,91152 -"203127",33590,112155 -"203128",33591,40580 -"203129",33591,67416 -"203130",33591,81725 -"203131",33591,88708 -"203132",33591,88727 -"203133",33592,41249 -"203134",33592,45432 -"203135",33592,48906 -"203136",33592,54773 -"203137",33592,106284 -"203138",33592,106340 -"203139",33593,44776 -"203140",33593,63349 -"203141",33594,33866 -"203142",33594,76728 -"203143",33594,77965 -"203144",33594,85736 -"203145",33594,89086 -"203146",33594,96353 -"203147",33594,96926 -"203148",33594,96927 -"203149",33594,97957 -"203150",33594,107696 -"203151",33594,107774 -"203152",33594,115073 -"203153",33595,102358 -"203154",33596,36160 -"203155",33596,39105 -"203156",33596,43899 -"203157",33596,46951 -"203158",33596,51492 -"203159",33596,59942 -"203160",33596,85307 -"203161",33596,94398 -"203162",33597,33643 -"203163",33597,33932 -"203164",33598,33961 -"203165",33599,33618 -"203166",33599,33690 -"203167",33599,33727 -"203168",33599,37279 -"203169",33599,42223 -"203170",33599,51749 -"203171",33599,95708 -"203172",33600,46024 -"203173",33600,76785 -"203174",33601,33606 -"203175",33601,33698 -"203176",33602,33631 -"203177",33602,33729 -"203178",33603,41092 -"203179",33603,94860 -"203180",33604,33896 -"203181",33604,48605 -"203182",33604,59628 -"203183",33604,63753 -"203184",33604,64630 -"203185",33604,64667 -"203186",33604,65265 -"203187",33604,71518 -"203188",33605,33654 -"203189",33605,37861 -"203190",33605,67900 -"203191",33605,107771 -"203192",33605,110645 -"203193",33605,110658 -"203194",33606,33698 -"203195",33606,50702 -"203196",33606,50716 -"203197",33608,64324 -"203198",33609,33744 -"203199",33609,58200 -"203200",33609,82466 -"203201",33610,37864 -"203202",33610,60824 -"203203",33611,33678 -"203204",33612,37619 -"203205",33612,53246 -"203206",33613,52231 -"203207",33613,67752 -"203208",33613,70235 -"203209",33617,39073 -"203210",33618,33690 -"203211",33618,33727 -"203212",33618,96610 -"203213",33619,33786 -"203214",33619,73502 -"203215",33619,81706 -"203216",33621,33634 -"203217",33621,33728 -"203218",33621,33771 -"203219",33621,58855 -"203220",33621,83646 -"203221",33621,92491 -"203222",33621,93559 -"203223",33621,93560 -"203224",33622,37399 -"203225",33622,39588 -"203226",33622,39865 -"203227",33622,54366 -"203228",33622,79657 -"203229",33623,33758 -"203230",33623,38038 -"203231",33623,45047 -"203232",33623,45664 -"203233",33623,62193 -"203234",33623,63490 -"203235",33623,64129 -"203236",33623,64187 -"203237",33623,73170 -"203238",33623,76639 -"203239",33623,76640 -"203240",33623,77040 -"203241",33623,77055 -"203242",33623,77057 -"203243",33623,77066 -"203244",33623,77095 -"203245",33623,77096 -"203246",33623,77101 -"203247",33623,77102 -"203248",33623,77103 -"203249",33623,77106 -"203250",33623,81517 -"203251",33623,83340 -"203252",33623,94832 -"203253",33623,103565 -"203254",33623,107646 -"203255",33623,111905 -"203256",33623,111912 -"203257",33623,111925 -"203258",33623,111993 -"203259",33623,115684 -"203260",33624,37938 -"203261",33625,33701 -"203262",33625,33779 -"203263",33625,37815 -"203264",33625,106884 -"203265",33626,38243 -"203266",33626,43123 -"203267",33626,48712 -"203268",33626,49125 -"203269",33626,52639 -"203270",33626,65962 -"203271",33626,84796 -"203272",33626,86102 -"203273",33626,91219 -"203274",33626,101819 -"203275",33626,103417 -"203276",33626,108859 -"203277",33626,114971 -"203278",33627,97775 -"203279",33628,33749 -"203280",33628,33750 -"203281",33629,54466 -"203282",33630,33751 -"203283",33630,37518 -"203284",33630,56535 -"203285",33630,82986 -"203286",33631,33729 -"203287",33632,64128 -"203288",33632,83340 -"203289",33632,85406 -"203290",33632,95295 -"203291",33632,98217 -"203292",33632,99079 -"203293",33632,102464 -"203294",33632,114666 -"203295",33633,33696 -"203296",33633,64030 -"203297",33634,33728 -"203298",33634,33771 -"203299",33635,38487 -"203300",33635,42197 -"203301",33635,48996 -"203302",33635,52125 -"203303",33635,54272 -"203304",33635,61288 -"203305",33635,62278 -"203306",33635,62750 -"203307",33635,63424 -"203308",33635,68284 -"203309",33635,70026 -"203310",33635,75203 -"203311",33635,77447 -"203312",33635,79304 -"203313",33635,79977 -"203314",33635,81594 -"203315",33635,88777 -"203316",33635,99396 -"203317",33635,100576 -"203318",33635,102351 -"203319",33635,108699 -"203320",33635,109392 -"203321",33635,109418 -"203322",33635,110319 -"203323",33635,117044 -"203324",33635,117158 -"203325",33635,118701 -"203326",33636,85719 -"203327",33636,89841 -"203328",33636,90492 -"203329",33637,90696 -"203330",33639,33640 -"203331",33639,87829 -"203332",33639,88079 -"203333",33642,33748 -"203334",33642,33796 -"203335",33643,33932 -"203336",33644,34281 -"203337",33644,38925 -"203338",33644,42418 -"203339",33644,48066 -"203340",33644,48147 -"203341",33644,58294 -"203342",33646,65101 -"203343",33647,79706 -"203344",33648,48470 -"203345",33648,52892 -"203346",33649,35222 -"203347",33649,50083 -"203348",33649,55725 -"203349",33649,63235 -"203350",33649,69411 -"203351",33649,102648 -"203352",33649,102664 -"203353",33650,33895 -"203354",33650,41072 -"203355",33650,49091 -"203356",33650,71372 -"203357",33651,38088 -"203358",33652,33653 -"203359",33652,33666 -"203360",33652,33681 -"203361",33652,33682 -"203362",33652,33870 -"203363",33652,33978 -"203364",33652,34169 -"203365",33652,39425 -"203366",33652,40380 -"203367",33652,46647 -"203368",33652,48575 -"203369",33652,53837 -"203370",33652,81934 -"203371",33652,87500 -"203372",33652,93483 -"203373",33652,96401 -"203374",33653,33666 -"203375",33653,33681 -"203376",33653,33682 -"203377",33653,33870 -"203378",33653,38461 -"203379",33653,68104 -"203380",33653,76314 -"203381",33653,114643 -"203382",33654,40024 -"203383",33654,77536 -"203384",33654,77537 -"203385",33654,78177 -"203386",33654,80266 -"203387",33654,81716 -"203388",33654,83066 -"203389",33654,85608 -"203390",33655,61237 -"203391",33655,77683 -"203392",33655,79349 -"203393",33655,80904 -"203394",33655,107495 -"203395",33655,122338 -"203396",33656,102129 -"203397",33656,121513 -"203398",33657,44189 -"203399",33658,92593 -"203400",33659,39101 -"203401",33659,60065 -"203402",33660,38538 -"203403",33660,53236 -"203404",33660,65876 -"203405",33660,68884 -"203406",33660,80192 -"203407",33660,88680 -"203408",33660,88853 -"203409",33660,122707 -"203410",33661,33671 -"203411",33661,33672 -"203412",33661,81620 -"203413",33661,81629 -"203414",33662,73106 -"203415",33663,47464 -"203416",33663,114443 -"203417",33664,33697 -"203418",33665,38301 -"203419",33665,64952 -"203420",33665,79114 -"203421",33665,81161 -"203422",33665,83936 -"203423",33665,91980 -"203424",33665,96993 -"203425",33665,97833 -"203426",33665,105778 -"203427",33665,107208 -"203428",33665,109712 -"203429",33665,113524 -"203430",33666,33681 -"203431",33666,33682 -"203432",33666,33870 -"203433",33666,36115 -"203434",33666,74490 -"203435",33666,83594 -"203436",33666,85827 -"203437",33666,87991 -"203438",33666,115936 -"203439",33668,34417 -"203440",33668,49445 -"203441",33668,72344 -"203442",33668,73694 -"203443",33668,73729 -"203444",33670,34023 -"203445",33671,33672 -"203446",33671,44966 -"203447",33671,45409 -"203448",33671,47356 -"203449",33671,58631 -"203450",33671,67244 -"203451",33672,44904 -"203452",33673,44196 -"203453",33674,33732 -"203454",33674,34459 -"203455",33674,38776 -"203456",33674,50464 -"203457",33674,50533 -"203458",33675,33734 -"203459",33675,45349 -"203460",33675,109533 -"203461",33675,110389 -"203462",33676,37651 -"203463",33676,42316 -"203464",33676,47343 -"203465",33676,78965 -"203466",33677,52441 -"203467",33678,123275 -"203468",33678,123414 -"203469",33679,38146 -"203470",33680,58875 -"203471",33680,80323 -"203472",33681,33682 -"203473",33681,33870 -"203474",33681,39425 -"203475",33681,40380 -"203476",33681,46647 -"203477",33681,46840 -"203478",33681,48575 -"203479",33681,57269 -"203480",33681,68104 -"203481",33681,74490 -"203482",33681,77488 -"203483",33681,95555 -"203484",33681,95662 -"203485",33682,33870 -"203486",33682,33978 -"203487",33682,39976 -"203488",33682,40848 -"203489",33682,46647 -"203490",33682,48575 -"203491",33682,52381 -"203492",33682,53837 -"203493",33682,64215 -"203494",33682,81934 -"203495",33682,92438 -"203496",33682,93483 -"203497",33682,99038 -"203498",33683,85429 -"203499",33683,110308 -"203500",33683,113076 -"203501",33683,113499 -"203502",33683,115090 -"203503",33685,34512 -"203504",33685,75890 -"203505",33686,34261 -"203506",33687,52179 -"203507",33687,52328 -"203508",33687,54816 -"203509",33687,63994 -"203510",33687,100798 -"203511",33688,43194 -"203512",33688,56713 -"203513",33689,33743 -"203514",33690,33727 -"203515",33690,38159 -"203516",33690,38177 -"203517",33690,46700 -"203518",33690,101612 -"203519",33691,34479 -"203520",33691,42199 -"203521",33691,62639 -"203522",33691,63702 -"203523",33691,85406 -"203524",33691,94758 -"203525",33691,95295 -"203526",33692,40888 -"203527",33692,53520 -"203528",33693,65580 -"203529",33695,38864 -"203530",33695,52720 -"203531",33695,58865 -"203532",33695,70659 -"203533",33695,75385 -"203534",33695,75769 -"203535",33696,39209 -"203536",33697,35696 -"203537",33697,41612 -"203538",33697,44536 -"203539",33697,55115 -"203540",33697,84171 -"203541",33697,85876 -"203542",33697,89415 -"203543",33697,94137 -"203544",33697,106932 -"203545",33697,112750 -"203546",33698,34715 -"203547",33699,34492 -"203548",33699,71744 -"203549",33699,95887 -"203550",33699,114248 -"203551",33700,33778 -"203552",33701,33779 -"203553",33701,38716 -"203554",33701,50512 -"203555",33701,66379 -"203556",33701,69956 -"203557",33701,70018 -"203558",33702,45567 -"203559",33702,49441 -"203560",33702,49604 -"203561",33702,49605 -"203562",33702,49617 -"203563",33702,49629 -"203564",33702,49633 -"203565",33702,49634 -"203566",33702,49637 -"203567",33702,49638 -"203568",33702,49639 -"203569",33702,49648 -"203570",33702,49656 -"203571",33702,49659 -"203572",33702,49669 -"203573",33702,49670 -"203574",33702,49676 -"203575",33702,49684 -"203576",33702,49685 -"203577",33702,49686 -"203578",33702,49687 -"203579",33702,49702 -"203580",33702,49704 -"203581",33702,49705 -"203582",33702,49706 -"203583",33702,49721 -"203584",33702,49732 -"203585",33702,49735 -"203586",33702,49736 -"203587",33702,49740 -"203588",33702,49750 -"203589",33702,49852 -"203590",33702,64531 -"203591",33703,40088 -"203592",33703,45857 -"203593",33703,50635 -"203594",33703,62139 -"203595",33703,69214 -"203596",33703,88173 -"203597",33703,103470 -"203598",33704,33705 -"203599",33704,66947 -"203600",33704,66955 -"203601",33704,67141 -"203602",33704,81106 -"203603",33705,66947 -"203604",33705,66955 -"203605",33705,67141 -"203606",33706,41439 -"203607",33706,57912 -"203608",33706,75346 -"203609",33706,100276 -"203610",33708,42680 -"203611",33708,49208 -"203612",33708,49215 -"203613",33708,49244 -"203614",33711,79576 -"203615",33712,36651 -"203616",33712,39268 -"203617",33712,42194 -"203618",33712,111122 -"203619",33715,38865 -"203620",33715,93854 -"203621",33717,33760 -"203622",33717,33761 -"203623",33717,33823 -"203624",33717,42239 -"203625",33717,43997 -"203626",33717,70163 -"203627",33717,74410 -"203628",33717,91115 -"203629",33717,92244 -"203630",33718,76464 -"203631",33719,46544 -"203632",33720,33721 -"203633",33720,36840 -"203634",33720,41547 -"203635",33720,56553 -"203636",33722,41111 -"203637",33722,88025 -"203638",33722,96301 -"203639",33722,113533 -"203640",33723,33858 -"203641",33723,35278 -"203642",33723,42430 -"203643",33723,55183 -"203644",33723,55419 -"203645",33723,58305 -"203646",33723,87321 -"203647",33723,88400 -"203648",33723,111841 -"203649",33723,114783 -"203650",33724,118329 -"203651",33724,118357 -"203652",33726,35060 -"203653",33726,42959 -"203654",33726,68198 -"203655",33726,73699 -"203656",33726,74196 -"203657",33726,74262 -"203658",33726,74847 -"203659",33727,49178 -"203660",33727,54124 -"203661",33728,33771 -"203662",33731,96786 -"203663",33732,34459 -"203664",33732,36609 -"203665",33732,45616 -"203666",33732,45618 -"203667",33732,45626 -"203668",33732,45650 -"203669",33732,45659 -"203670",33732,45691 -"203671",33732,48286 -"203672",33733,91083 -"203673",33735,59615 -"203674",33735,108350 -"203675",33735,113058 -"203676",33735,120489 -"203677",33736,33737 -"203678",33736,33738 -"203679",33736,40516 -"203680",33736,83006 -"203681",33736,86521 -"203682",33736,92445 -"203683",33737,33738 -"203684",33737,40516 -"203685",33738,40516 -"203686",33739,95304 -"203687",33740,38809 -"203688",33741,37802 -"203689",33741,40259 -"203690",33741,43654 -"203691",33741,53677 -"203692",33741,59852 -"203693",33741,68975 -"203694",33741,88604 -"203695",33741,93624 -"203696",33742,52002 -"203697",33742,52620 -"203698",33742,70788 -"203699",33742,76587 -"203700",33742,86462 -"203701",33742,87992 -"203702",33742,99034 -"203703",33742,118217 -"203704",33746,40033 -"203705",33746,54866 -"203706",33746,102207 -"203707",33746,102208 -"203708",33747,38893 -"203709",33748,33796 -"203710",33748,38923 -"203711",33748,50665 -"203712",33749,33750 -"203713",33749,39214 -"203714",33749,47112 -"203715",33752,35549 -"203716",33752,40038 -"203717",33752,41064 -"203718",33752,49775 -"203719",33752,51157 -"203720",33752,67988 -"203721",33752,93233 -"203722",33752,93241 -"203723",33752,98612 -"203724",33753,38590 -"203725",33753,64864 -"203726",33753,113098 -"203727",33753,117357 -"203728",33754,43198 -"203729",33754,58493 -"203730",33755,39233 -"203731",33755,39934 -"203732",33755,45733 -"203733",33755,61213 -"203734",33755,65049 -"203735",33755,65174 -"203736",33755,65273 -"203737",33755,74244 -"203738",33756,96294 -"203739",33757,81708 -"203740",33757,94867 -"203741",33758,81954 -"203742",33759,65670 -"203743",33759,90600 -"203744",33759,100010 -"203745",33759,100982 -"203746",33759,101005 -"203747",33760,33761 -"203748",33760,33823 -"203749",33761,33823 -"203750",33762,46869 -"203751",33762,55571 -"203752",33762,57049 -"203753",33762,74966 -"203754",33762,78313 -"203755",33762,92476 -"203756",33762,109011 -"203757",33762,111872 -"203758",33762,119798 -"203759",33762,120367 -"203760",33762,120794 -"203761",33763,52412 -"203762",33763,55930 -"203763",33764,50966 -"203764",33764,51419 -"203765",33764,55842 -"203766",33764,55858 -"203767",33764,55953 -"203768",33765,49796 -"203769",33766,34116 -"203770",33766,34117 -"203771",33766,34118 -"203772",33768,99818 -"203773",33768,99827 -"203774",33768,99828 -"203775",33770,36062 -"203776",33770,38179 -"203777",33770,38261 -"203778",33770,48635 -"203779",33770,60693 -"203780",33771,61929 -"203781",33772,47808 -"203782",33772,54766 -"203783",33772,61831 -"203784",33772,71531 -"203785",33772,84387 -"203786",33772,88256 -"203787",33772,111538 -"203788",33772,112875 -"203789",33773,40662 -"203790",33773,64331 -"203791",33774,54953 -"203792",33774,65513 -"203793",33774,79213 -"203794",33775,59014 -"203795",33775,109181 -"203796",33776,94835 -"203797",33777,33943 -"203798",33777,33944 -"203799",33777,41028 -"203800",33779,102779 -"203801",33780,114826 -"203802",33781,33832 -"203803",33781,33868 -"203804",33781,82264 -"203805",33782,33933 -"203806",33782,42546 -"203807",33782,47443 -"203808",33782,59125 -"203809",33782,60833 -"203810",33783,93895 -"203811",33783,114417 -"203812",33784,50268 -"203813",33784,70111 -"203814",33785,37354 -"203815",33785,41687 -"203816",33785,56358 -"203817",33785,59798 -"203818",33785,88712 -"203819",33785,93353 -"203820",33785,108944 -"203821",33785,115750 -"203822",33787,45766 -"203823",33787,55824 -"203824",33787,63077 -"203825",33787,65255 -"203826",33787,68275 -"203827",33788,33828 -"203828",33789,38157 -"203829",33789,43563 -"203830",33789,47992 -"203831",33789,52822 -"203832",33789,58283 -"203833",33789,58438 -"203834",33789,60469 -"203835",33789,63976 -"203836",33789,71631 -"203837",33789,74121 -"203838",33790,35598 -"203839",33790,47926 -"203840",33790,54061 -"203841",33790,103945 -"203842",33791,74332 -"203843",33792,70637 -"203844",33793,33874 -"203845",33793,46544 -"203846",33793,63340 -"203847",33795,55804 -"203848",33797,33936 -"203849",33797,56033 -"203850",33797,58441 -"203851",33797,74424 -"203852",33797,75304 -"203853",33797,83050 -"203854",33798,70486 -"203855",33799,34594 -"203856",33799,41174 -"203857",33799,48569 -"203858",33799,63446 -"203859",33799,66860 -"203860",33799,75946 -"203861",33799,76927 -"203862",33799,99444 -"203863",33799,110625 -"203864",33799,114983 -"203865",33799,115000 -"203866",33801,36172 -"203867",33801,37739 -"203868",33801,41228 -"203869",33801,41233 -"203870",33801,43708 -"203871",33801,43904 -"203872",33801,53475 -"203873",33801,69529 -"203874",33801,77034 -"203875",33801,78137 -"203876",33801,79293 -"203877",33801,91560 -"203878",33801,91581 -"203879",33801,91584 -"203880",33801,91616 -"203881",33801,91620 -"203882",33801,93883 -"203883",33801,93886 -"203884",33802,36347 -"203885",33803,33890 -"203886",33803,51794 -"203887",33803,78639 -"203888",33803,78681 -"203889",33803,78945 -"203890",33803,110630 -"203891",33804,69023 -"203892",33805,50392 -"203893",33805,51204 -"203894",33805,63847 -"203895",33805,95188 -"203896",33805,95549 -"203897",33806,65404 -"203898",33806,76794 -"203899",33806,85389 -"203900",33807,33928 -"203901",33807,72631 -"203902",33808,52212 -"203903",33808,53566 -"203904",33808,67892 -"203905",33809,35057 -"203906",33809,48222 -"203907",33809,74691 -"203908",33809,92059 -"203909",33809,92279 -"203910",33809,93668 -"203911",33809,106532 -"203912",33810,36694 -"203913",33810,40337 -"203914",33810,61887 -"203915",33810,62727 -"203916",33810,97225 -"203917",33810,106809 -"203918",33811,38896 -"203919",33812,33834 -"203920",33812,33927 -"203921",33812,39856 -"203922",33812,49251 -"203923",33812,80693 -"203924",33813,69675 -"203925",33813,77486 -"203926",33813,88980 -"203927",33813,105138 -"203928",33814,34475 -"203929",33814,35286 -"203930",33814,35772 -"203931",33814,36454 -"203932",33814,37348 -"203933",33814,42799 -"203934",33814,46635 -"203935",33814,49073 -"203936",33814,49086 -"203937",33814,51971 -"203938",33814,53412 -"203939",33814,56903 -"203940",33814,63407 -"203941",33814,73898 -"203942",33814,74818 -"203943",33814,76044 -"203944",33814,76553 -"203945",33814,81463 -"203946",33814,82035 -"203947",33814,85356 -"203948",33814,86852 -"203949",33814,89284 -"203950",33814,91891 -"203951",33814,91901 -"203952",33814,92300 -"203953",33814,96132 -"203954",33814,108057 -"203955",33814,117907 -"203956",33815,37446 -"203957",33815,45503 -"203958",33815,46107 -"203959",33815,57787 -"203960",33815,70928 -"203961",33815,76126 -"203962",33815,76564 -"203963",33815,84302 -"203964",33815,84347 -"203965",33815,84348 -"203966",33815,84903 -"203967",33815,94475 -"203968",33816,62292 -"203969",33818,52120 -"203970",33818,58389 -"203971",33818,66976 -"203972",33818,92745 -"203973",33818,102327 -"203974",33819,33922 -"203975",33819,33941 -"203976",33821,49391 -"203977",33821,52237 -"203978",33821,61286 -"203979",33821,89472 -"203980",33822,33831 -"203981",33822,37333 -"203982",33822,40411 -"203983",33822,47755 -"203984",33822,49616 -"203985",33822,50203 -"203986",33822,54020 -"203987",33822,55497 -"203988",33822,84718 -"203989",33822,84719 -"203990",33822,103307 -"203991",33822,105740 -"203992",33824,34239 -"203993",33824,87223 -"203994",33824,88085 -"203995",33824,119861 -"203996",33824,120797 -"203997",33825,33876 -"203998",33825,52510 -"203999",33825,72420 -"204000",33825,74463 -"204001",33825,91300 -"204002",33826,49019 -"204003",33826,55176 -"204004",33826,60301 -"204005",33826,83097 -"204006",33826,86617 -"204007",33826,89175 -"204008",33827,34117 -"204009",33827,41695 -"204010",33827,48339 -"204011",33827,54472 -"204012",33827,56873 -"204013",33827,64167 -"204014",33827,65348 -"204015",33827,71193 -"204016",33827,74862 -"204017",33827,85713 -"204018",33827,91947 -"204019",33827,92413 -"204020",33828,54953 -"204021",33829,54867 -"204022",33829,55590 -"204023",33829,64206 -"204024",33830,56722 -"204025",33830,66638 -"204026",33830,85301 -"204027",33830,85515 -"204028",33830,92739 -"204029",33830,114910 -"204030",33830,115785 -"204031",33831,50203 -"204032",33832,33868 -"204033",33832,36035 -"204034",33833,33937 -"204035",33834,33927 -"204036",33834,88827 -"204037",33835,34492 -"204038",33835,40176 -"204039",33835,48829 -"204040",33835,51410 -"204041",33835,51987 -"204042",33835,60064 -"204043",33835,69759 -"204044",33835,71296 -"204045",33835,78444 -"204046",33835,83165 -"204047",33835,89283 -"204048",33835,89372 -"204049",33835,97583 -"204050",33836,43845 -"204051",33838,43572 -"204052",33838,45451 -"204053",33838,76670 -"204054",33839,56011 -"204055",33839,58975 -"204056",33839,66188 -"204057",33840,45574 -"204058",33840,49475 -"204059",33840,76940 -"204060",33840,77016 -"204061",33840,98248 -"204062",33841,75727 -"204063",33843,56815 -"204064",33844,35975 -"204065",33844,37458 -"204066",33844,38843 -"204067",33844,41771 -"204068",33844,95903 -"204069",33845,33860 -"204070",33845,38938 -"204071",33845,54109 -"204072",33845,74530 -"204073",33845,92217 -"204074",33845,94997 -"204075",33846,35217 -"204076",33846,42515 -"204077",33846,86883 -"204078",33847,43914 -"204079",33847,43956 -"204080",33847,47565 -"204081",33847,103970 -"204082",33848,72557 -"204083",33848,104538 -"204084",33849,46616 -"204085",33849,47607 -"204086",33849,114879 -"204087",33850,60433 -"204088",33850,74974 -"204089",33850,76709 -"204090",33850,82681 -"204091",33850,99012 -"204092",33852,45037 -"204093",33853,66911 -"204094",33853,101564 -"204095",33853,120668 -"204096",33854,33855 -"204097",33854,33949 -"204098",33854,35421 -"204099",33854,58723 -"204100",33854,59783 -"204101",33854,64200 -"204102",33854,94343 -"204103",33855,33949 -"204104",33855,46040 -"204105",33856,61581 -"204106",33856,70822 -"204107",33857,33858 -"204108",33857,73312 -"204109",33857,73334 -"204110",33858,42430 -"204111",33858,79982 -"204112",33859,50176 -"204113",33859,59055 -"204114",33861,43722 -"204115",33862,35900 -"204116",33862,36799 -"204117",33862,56758 -"204118",33862,73785 -"204119",33864,117330 -"204120",33865,33945 -"204121",33867,34207 -"204122",33869,36787 -"204123",33869,37198 -"204124",33869,62152 -"204125",33870,38552 -"204126",33870,39526 -"204127",33870,40055 -"204128",33870,45054 -"204129",33870,45246 -"204130",33870,55685 -"204131",33870,57592 -"204132",33870,59975 -"204133",33870,81137 -"204134",33870,82505 -"204135",33870,85560 -"204136",33870,86829 -"204137",33870,91849 -"204138",33870,92871 -"204139",33870,96283 -"204140",33870,99294 -"204141",33870,107562 -"204142",33870,110284 -"204143",33870,113721 -"204144",33871,39442 -"204145",33871,39944 -"204146",33871,46343 -"204147",33871,50137 -"204148",33871,58655 -"204149",33871,106230 -"204150",33871,108451 -"204151",33871,115021 -"204152",33871,116167 -"204153",33871,121963 -"204154",33872,36917 -"204155",33872,42233 -"204156",33872,44758 -"204157",33872,46662 -"204158",33872,47968 -"204159",33872,48008 -"204160",33872,48919 -"204161",33872,54117 -"204162",33872,54800 -"204163",33872,56303 -"204164",33872,57294 -"204165",33872,58988 -"204166",33872,59815 -"204167",33872,59850 -"204168",33872,86459 -"204169",33872,115312 -"204170",33872,115316 -"204171",33872,118717 -"204172",33872,120363 -"204173",33873,37192 -"204174",33873,37335 -"204175",33873,38260 -"204176",33873,50367 -"204177",33873,62740 -"204178",33873,65162 -"204179",33873,65746 -"204180",33873,104139 -"204181",33873,107991 -"204182",33873,110994 -"204183",33873,112664 -"204184",33873,119982 -"204185",33873,119996 -"204186",33873,120028 -"204187",33873,120929 -"204188",33873,120967 -"204189",33873,122012 -"204190",33877,34658 -"204191",33877,44150 -"204192",33877,55420 -"204193",33877,60997 -"204194",33877,77661 -"204195",33877,79041 -"204196",33877,98477 -"204197",33878,33940 -"204198",33878,34070 -"204199",33878,60176 -"204200",33878,79417 -"204201",33878,79710 -"204202",33878,90633 -"204203",33878,117032 -"204204",33879,116968 -"204205",33879,116969 -"204206",33879,121369 -"204207",33880,82814 -"204208",33881,34097 -"204209",33881,34330 -"204210",33881,34513 -"204211",33881,35400 -"204212",33881,36476 -"204213",33881,36547 -"204214",33881,36745 -"204215",33881,37821 -"204216",33881,37931 -"204217",33881,38319 -"204218",33881,39398 -"204219",33881,39492 -"204220",33881,40320 -"204221",33881,40373 -"204222",33881,40542 -"204223",33881,41182 -"204224",33881,42131 -"204225",33881,46843 -"204226",33881,48331 -"204227",33882,33894 -"204228",33882,38532 -"204229",33882,42451 -"204230",33882,45734 -"204231",33882,102453 -"204232",33883,36286 -"204233",33883,36767 -"204234",33883,37937 -"204235",33883,40419 -"204236",33883,42608 -"204237",33883,44180 -"204238",33883,45818 -"204239",33883,47499 -"204240",33883,51476 -"204241",33883,51892 -"204242",33883,53755 -"204243",33883,54168 -"204244",33883,57210 -"204245",33883,58482 -"204246",33883,59172 -"204247",33883,59816 -"204248",33883,61874 -"204249",33883,63274 -"204250",33883,66322 -"204251",33883,67327 -"204252",33883,70854 -"204253",33883,71683 -"204254",33883,72568 -"204255",33883,72628 -"204256",33883,72891 -"204257",33883,73767 -"204258",33883,78532 -"204259",33883,81609 -"204260",33883,85885 -"204261",33883,91255 -"204262",33883,91777 -"204263",33883,92247 -"204264",33883,92352 -"204265",33883,92362 -"204266",33883,92929 -"204267",33883,93719 -"204268",33883,94906 -"204269",33883,94946 -"204270",33883,95889 -"204271",33883,96093 -"204272",33883,97988 -"204273",33883,99309 -"204274",33883,99376 -"204275",33883,99450 -"204276",33883,99471 -"204277",33883,99474 -"204278",33883,100916 -"204279",33883,100944 -"204280",33883,101126 -"204281",33883,101329 -"204282",33883,105557 -"204283",33883,107199 -"204284",33883,108743 -"204285",33883,108980 -"204286",33883,109291 -"204287",33883,109933 -"204288",33883,110483 -"204289",33883,110567 -"204290",33883,110572 -"204291",33883,110630 -"204292",33883,110648 -"204293",33883,110711 -"204294",33883,110770 -"204295",33883,110869 -"204296",33883,110911 -"204297",33883,111285 -"204298",33883,111314 -"204299",33883,111362 -"204300",33883,111372 -"204301",33883,111424 -"204302",33883,111433 -"204303",33883,112422 -"204304",33883,113269 -"204305",33883,113430 -"204306",33883,114242 -"204307",33883,114842 -"204308",33883,115427 -"204309",33883,115521 -"204310",33883,115711 -"204311",33883,119367 -"204312",33884,79452 -"204313",33885,44626 -"204314",33885,45192 -"204315",33885,47245 -"204316",33885,47279 -"204317",33885,50414 -"204318",33885,58350 -"204319",33885,59734 -"204320",33885,59770 -"204321",33885,62925 -"204322",33885,66623 -"204323",33885,66626 -"204324",33885,71026 -"204325",33885,74070 -"204326",33886,33929 -"204327",33887,48923 -"204328",33887,50352 -"204329",33887,89343 -"204330",33887,99880 -"204331",33890,62471 -"204332",33891,55991 -"204333",33891,62064 -"204334",33892,38948 -"204335",33892,66238 -"204336",33892,74864 -"204337",33893,34480 -"204338",33893,44743 -"204339",33893,51471 -"204340",33893,54551 -"204341",33893,70141 -"204342",33893,77388 -"204343",33893,93821 -"204344",33894,42451 -"204345",33895,84970 -"204346",33897,60644 -"204347",33897,73094 -"204348",33898,42301 -"204349",33898,53534 -"204350",33898,63082 -"204351",33898,64964 -"204352",33898,72458 -"204353",33898,103837 -"204354",33899,33900 -"204355",33900,46342 -"204356",33900,82679 -"204357",33903,66232 -"204358",33904,67089 -"204359",33904,116571 -"204360",33905,58366 -"204361",33906,40267 -"204362",33907,34906 -"204363",33907,38678 -"204364",33907,38679 -"204365",33907,38680 -"204366",33907,38732 -"204367",33907,38747 -"204368",33907,38759 -"204369",33907,38794 -"204370",33907,39195 -"204371",33907,39322 -"204372",33907,53056 -"204373",33907,91838 -"204374",33907,100752 -"204375",33908,79175 -"204376",33908,79190 -"204377",33908,89821 -"204378",33908,94281 -"204379",33908,109267 -"204380",33908,109268 -"204381",33908,109276 -"204382",33911,65281 -"204383",33911,68041 -"204384",33912,52039 -"204385",33912,74111 -"204386",33913,50489 -"204387",33913,99126 -"204388",33914,35926 -"204389",33914,44557 -"204390",33914,46071 -"204391",33914,64852 -"204392",33914,76178 -"204393",33914,76905 -"204394",33914,77250 -"204395",33914,79373 -"204396",33914,91994 -"204397",33914,110499 -"204398",33915,71028 -"204399",33915,73574 -"204400",33916,34775 -"204401",33916,36290 -"204402",33916,40879 -"204403",33916,44201 -"204404",33916,55148 -"204405",33916,78221 -"204406",33916,80241 -"204407",33916,82828 -"204408",33916,105144 -"204409",33916,105151 -"204410",33916,105166 -"204411",33916,105175 -"204412",33916,105267 -"204413",33917,33918 -"204414",33917,52378 -"204415",33918,40481 -"204416",33918,40487 -"204417",33918,40893 -"204418",33918,50818 -"204419",33918,54516 -"204420",33918,56565 -"204421",33918,62170 -"204422",33918,101813 -"204423",33919,62530 -"204424",33919,65119 -"204425",33919,81162 -"204426",33919,110508 -"204427",33920,38181 -"204428",33920,48801 -"204429",33921,49200 -"204430",33921,53350 -"204431",33921,56265 -"204432",33921,59367 -"204433",33922,33941 -"204434",33923,50763 -"204435",33923,53472 -"204436",33923,81310 -"204437",33924,33926 -"204438",33924,86465 -"204439",33924,86478 -"204440",33925,38481 -"204441",33925,39882 -"204442",33925,41910 -"204443",33925,49241 -"204444",33925,51512 -"204445",33925,63641 -"204446",33925,65497 -"204447",33925,65938 -"204448",33925,66717 -"204449",33925,69646 -"204450",33925,71380 -"204451",33925,72535 -"204452",33925,78842 -"204453",33925,91164 -"204454",33925,95721 -"204455",33925,96007 -"204456",33925,98625 -"204457",33925,99435 -"204458",33925,108432 -"204459",33927,37992 -"204460",33927,39518 -"204461",33927,64806 -"204462",33927,78700 -"204463",33927,80879 -"204464",33927,90227 -"204465",33928,37084 -"204466",33928,37116 -"204467",33928,55145 -"204468",33928,73807 -"204469",33928,79304 -"204470",33929,52565 -"204471",33930,35464 -"204472",33931,77436 -"204473",33932,42812 -"204474",33932,54930 -"204475",33932,72808 -"204476",33932,76010 -"204477",33932,96456 -"204478",33933,42546 -"204479",33934,44570 -"204480",33934,118348 -"204481",33935,45111 -"204482",33935,58730 -"204483",33935,86559 -"204484",33935,121424 -"204485",33938,34415 -"204486",33938,35616 -"204487",33938,38802 -"204488",33938,39102 -"204489",33938,56060 -"204490",33940,34070 -"204491",33940,76966 -"204492",33940,78524 -"204493",33940,79938 -"204494",33942,36819 -"204495",33942,70911 -"204496",33942,79313 -"204497",33942,109545 -"204498",33943,33944 -"204499",33944,35888 -"204500",33944,42932 -"204501",33944,77726 -"204502",33945,55256 -"204503",33945,58851 -"204504",33945,60597 -"204505",33945,80226 -"204506",33945,88338 -"204507",33945,114649 -"204508",33946,67211 -"204509",33946,70087 -"204510",33946,71142 -"204511",33946,92198 -"204512",33946,102822 -"204513",33947,89958 -"204514",33948,45699 -"204515",33948,103919 -"204516",33949,40191 -"204517",33949,41099 -"204518",33949,42522 -"204519",33949,47186 -"204520",33949,52969 -"204521",33949,58533 -"204522",33950,34869 -"204523",33950,51423 -"204524",33951,109565 -"204525",33953,55360 -"204526",33953,75789 -"204527",33955,33961 -"204528",33955,91582 -"204529",33955,108872 -"204530",33955,113532 -"204531",33956,49989 -"204532",33956,75475 -"204533",33956,92012 -"204534",33957,33962 -"204535",33957,34106 -"204536",33957,37977 -"204537",33957,46486 -"204538",33957,56217 -"204539",33957,59975 -"204540",33957,62372 -"204541",33957,92847 -"204542",33957,92871 -"204543",33957,92889 -"204544",33958,59699 -"204545",33958,123347 -"204546",33958,123349 -"204547",33959,49884 -"204548",33959,51211 -"204549",33959,90193 -"204550",33959,102795 -"204551",33959,117855 -"204552",33960,34126 -"204553",33960,42598 -"204554",33960,46621 -"204555",33960,61785 -"204556",33960,88232 -"204557",33961,37282 -"204558",33962,34106 -"204559",33962,46486 -"204560",33962,75176 -"204561",33962,86864 -"204562",33962,86873 -"204563",33964,36850 -"204564",33964,55772 -"204565",33964,61336 -"204566",33965,86285 -"204567",33965,119520 -"204568",33966,36693 -"204569",33966,49375 -"204570",33966,64625 -"204571",33967,34092 -"204572",33968,85063 -"204573",33969,42174 -"204574",33969,113120 -"204575",33969,118108 -"204576",33969,118111 -"204577",33969,118117 -"204578",33970,42233 -"204579",33971,70043 -"204580",33972,53318 -"204581",33972,78677 -"204582",33972,86193 -"204583",33972,88175 -"204584",33972,88767 -"204585",33972,88788 -"204586",33972,103950 -"204587",33972,109633 -"204588",33972,111323 -"204589",33973,34112 -"204590",33973,60265 -"204591",33973,61087 -"204592",33973,112169 -"204593",33973,112187 -"204594",33973,114918 -"204595",33974,39312 -"204596",33974,47607 -"204597",33975,40319 -"204598",33975,40340 -"204599",33976,34080 -"204600",33977,33978 -"204601",33977,49798 -"204602",33977,59990 -"204603",33977,69583 -"204604",33977,87718 -"204605",33977,87885 -"204606",33978,36828 -"204607",33978,36935 -"204608",33978,41533 -"204609",33978,44909 -"204610",33978,46578 -"204611",33978,48008 -"204612",33978,49798 -"204613",33978,53837 -"204614",33978,56502 -"204615",33978,57346 -"204616",33978,62121 -"204617",33978,71012 -"204618",33978,77488 -"204619",33978,81934 -"204620",33978,83507 -"204621",33978,84855 -"204622",33978,85127 -"204623",33978,89875 -"204624",33978,90762 -"204625",33978,91475 -"204626",33978,95662 -"204627",33978,96401 -"204628",33978,99332 -"204629",33978,109168 -"204630",33978,110218 -"204631",33978,110227 -"204632",33978,113384 -"204633",33978,113402 -"204634",33979,45893 -"204635",33979,85148 -"204636",33980,34060 -"204637",33980,34132 -"204638",33980,37519 -"204639",33980,62052 -"204640",33981,40493 -"204641",33981,60088 -"204642",33982,34131 -"204643",33982,42875 -"204644",33982,57619 -"204645",33982,63896 -"204646",33982,75738 -"204647",33982,76375 -"204648",33982,79570 -"204649",33982,85598 -"204650",33983,53252 -"204651",33983,70925 -"204652",33983,97824 -"204653",33984,44600 -"204654",33985,46954 -"204655",33985,47034 -"204656",33985,47076 -"204657",33985,47077 -"204658",33985,47352 -"204659",33985,63051 -"204660",33986,34590 -"204661",33986,38238 -"204662",33988,97937 -"204663",33988,115311 -"204664",33988,116867 -"204665",33989,44565 -"204666",33990,46101 -"204667",33990,47030 -"204668",33990,75921 -"204669",33990,82923 -"204670",33991,69252 -"204671",33991,78746 -"204672",33992,86842 -"204673",33993,34002 -"204674",33993,34033 -"204675",33993,36322 -"204676",33993,42173 -"204677",33993,53809 -"204678",33993,79267 -"204679",33993,108823 -"204680",33993,108839 -"204681",33993,108874 -"204682",33994,83947 -"204683",33995,36469 -"204684",33995,40181 -"204685",33995,43198 -"204686",33995,70468 -"204687",33995,70513 -"204688",33995,70549 -"204689",33995,70558 -"204690",33997,76580 -"204691",33997,89162 -"204692",33997,110029 -"204693",33997,111206 -"204694",33997,111207 -"204695",33999,34954 -"204696",33999,44137 -"204697",33999,49928 -"204698",33999,56336 -"204699",33999,84445 -"204700",33999,85475 -"204701",33999,85692 -"204702",33999,90843 -"204703",33999,90866 -"204704",33999,90923 -"204705",34000,48031 -"204706",34000,71296 -"204707",34000,86550 -"204708",34000,119428 -"204709",34001,47177 -"204710",34001,66559 -"204711",34002,34033 -"204712",34002,37402 -"204713",34002,37859 -"204714",34002,40358 -"204715",34002,45934 -"204716",34002,61036 -"204717",34002,97012 -"204718",34003,34233 -"204719",34003,51184 -"204720",34003,53058 -"204721",34003,67775 -"204722",34003,85529 -"204723",34003,85558 -"204724",34003,85684 -"204725",34003,92265 -"204726",34004,44238 -"204727",34004,67926 -"204728",34004,71521 -"204729",34004,75337 -"204730",34004,89177 -"204731",34004,92643 -"204732",34004,104229 -"204733",34004,104230 -"204734",34004,105541 -"204735",34004,105548 -"204736",34005,90049 -"204737",34006,34048 -"204738",34006,34124 -"204739",34007,88798 -"204740",34007,110459 -"204741",34008,35963 -"204742",34008,42565 -"204743",34008,44733 -"204744",34008,44810 -"204745",34008,47702 -"204746",34008,94101 -"204747",34008,101924 -"204748",34009,65791 -"204749",34010,45792 -"204750",34010,50936 -"204751",34010,78602 -"204752",34010,78655 -"204753",34011,36320 -"204754",34011,38419 -"204755",34011,41345 -"204756",34011,41881 -"204757",34011,42530 -"204758",34011,44594 -"204759",34011,54647 -"204760",34011,70469 -"204761",34012,47248 -"204762",34012,51017 -"204763",34012,63547 -"204764",34012,70020 -"204765",34012,74975 -"204766",34012,82977 -"204767",34012,90921 -"204768",34012,95997 -"204769",34012,117701 -"204770",34012,117703 -"204771",34012,117707 -"204772",34013,46336 -"204773",34013,106503 -"204774",34013,106516 -"204775",34013,106517 -"204776",34014,44558 -"204777",34014,98516 -"204778",34014,98518 -"204779",34014,103620 -"204780",34014,103666 -"204781",34015,41347 -"204782",34015,49563 -"204783",34015,50204 -"204784",34015,51476 -"204785",34015,64949 -"204786",34015,74365 -"204787",34015,79687 -"204788",34015,80127 -"204789",34015,99179 -"204790",34015,102096 -"204791",34015,102120 -"204792",34016,72364 -"204793",34016,72439 -"204794",34017,47576 -"204795",34017,48833 -"204796",34017,54581 -"204797",34017,56506 -"204798",34017,69398 -"204799",34017,70111 -"204800",34017,78246 -"204801",34017,83253 -"204802",34017,85556 -"204803",34017,86403 -"204804",34017,104319 -"204805",34017,104888 -"204806",34018,38542 -"204807",34018,84312 -"204808",34018,118562 -"204809",34018,118571 -"204810",34019,43170 -"204811",34019,45064 -"204812",34019,45145 -"204813",34019,45235 -"204814",34019,45243 -"204815",34019,56304 -"204816",34019,65674 -"204817",34019,66864 -"204818",34020,42521 -"204819",34020,62955 -"204820",34021,37288 -"204821",34021,38475 -"204822",34021,54752 -"204823",34021,59234 -"204824",34021,62598 -"204825",34021,80622 -"204826",34021,109633 -"204827",34022,34074 -"204828",34022,90840 -"204829",34022,96117 -"204830",34022,105081 -"204831",34022,109180 -"204832",34023,45435 -"204833",34023,49320 -"204834",34023,70956 -"204835",34023,74058 -"204836",34023,83483 -"204837",34024,34371 -"204838",34024,34424 -"204839",34024,34955 -"204840",34024,35080 -"204841",34024,57792 -"204842",34025,61749 -"204843",34025,63461 -"204844",34026,66067 -"204845",34026,66082 -"204846",34029,59000 -"204847",34029,101348 -"204848",34030,98635 -"204849",34031,49535 -"204850",34031,79444 -"204851",34032,39060 -"204852",34032,77565 -"204853",34033,36010 -"204854",34033,40604 -"204855",34033,40613 -"204856",34033,41580 -"204857",34033,41904 -"204858",34033,44569 -"204859",34033,45696 -"204860",34033,46050 -"204861",34033,46668 -"204862",34033,47973 -"204863",34033,50425 -"204864",34033,57253 -"204865",34033,60879 -"204866",34033,64021 -"204867",34033,64370 -"204868",34033,66261 -"204869",34033,68457 -"204870",34033,69198 -"204871",34033,72273 -"204872",34033,77565 -"204873",34033,78890 -"204874",34033,78974 -"204875",34033,81648 -"204876",34033,86023 -"204877",34033,87813 -"204878",34033,88773 -"204879",34033,90993 -"204880",34033,90994 -"204881",34033,92417 -"204882",34033,96259 -"204883",34033,100319 -"204884",34033,101250 -"204885",34033,101462 -"204886",34033,108970 -"204887",34033,109885 -"204888",34033,110521 -"204889",34033,110742 -"204890",34033,112606 -"204891",34033,116142 -"204892",34033,116150 -"204893",34033,116151 -"204894",34033,116152 -"204895",34033,116155 -"204896",34033,116159 -"204897",34033,116163 -"204898",34033,116165 -"204899",34033,116166 -"204900",34033,116171 -"204901",34033,116677 -"204902",34033,116678 -"204903",34033,117163 -"204904",34033,118476 -"204905",34033,122939 -"204906",34034,55170 -"204907",34035,81680 -"204908",34036,48274 -"204909",34036,51973 -"204910",34036,55590 -"204911",34037,38577 -"204912",34037,55438 -"204913",34037,56595 -"204914",34037,86448 -"204915",34037,86580 -"204916",34037,86622 -"204917",34037,97436 -"204918",34038,34089 -"204919",34039,66013 -"204920",34040,77652 -"204921",34040,77654 -"204922",34040,96929 -"204923",34040,101446 -"204924",34041,105872 -"204925",34042,46624 -"204926",34042,50426 -"204927",34042,72296 -"204928",34042,85343 -"204929",34042,94637 -"204930",34042,98579 -"204931",34043,34054 -"204932",34044,43676 -"204933",34046,73673 -"204934",34046,73679 -"204935",34046,73765 -"204936",34046,73770 -"204937",34048,34124 -"204938",34049,34065 -"204939",34050,63122 -"204940",34050,67066 -"204941",34050,67255 -"204942",34050,69701 -"204943",34050,90007 -"204944",34050,114189 -"204945",34051,37764 -"204946",34051,42190 -"204947",34051,64647 -"204948",34051,80422 -"204949",34051,96695 -"204950",34051,96699 -"204951",34052,34114 -"204952",34052,36621 -"204953",34052,38042 -"204954",34052,38605 -"204955",34052,39807 -"204956",34053,52442 -"204957",34054,36936 -"204958",34054,48960 -"204959",34054,48989 -"204960",34054,49048 -"204961",34054,87186 -"204962",34055,34072 -"204963",34055,34121 -"204964",34055,43473 -"204965",34055,52686 -"204966",34055,58603 -"204967",34055,78946 -"204968",34055,79404 -"204969",34055,81134 -"204970",34055,82761 -"204971",34055,100109 -"204972",34055,100123 -"204973",34055,110751 -"204974",34055,114141 -"204975",34055,114143 -"204976",34055,114159 -"204977",34055,114162 -"204978",34055,116549 -"204979",34056,34057 -"204980",34057,36171 -"204981",34057,40795 -"204982",34057,47424 -"204983",34057,49894 -"204984",34057,53419 -"204985",34057,57160 -"204986",34057,70717 -"204987",34057,91714 -"204988",34058,110793 -"204989",34059,51319 -"204990",34060,34132 -"204991",34060,49625 -"204992",34061,115088 -"204993",34062,34144 -"204994",34062,34291 -"204995",34062,34334 -"204996",34062,34403 -"204997",34064,47103 -"204998",34064,53059 -"204999",34064,80316 -"205000",34064,86718 -"205001",34064,116189 -"205002",34064,116197 -"205003",34065,73823 -"205004",34066,43456 -"205005",34066,46911 -"205006",34066,82292 -"205007",34066,84560 -"205008",34066,84608 -"205009",34066,87978 -"205010",34066,87981 -"205011",34067,47444 -"205012",34068,41124 -"205013",34068,45174 -"205014",34068,45703 -"205015",34068,60263 -"205016",34068,108761 -"205017",34068,120964 -"205018",34071,47950 -"205019",34072,34121 -"205020",34073,55383 -"205021",34073,62538 -"205022",34073,77343 -"205023",34074,59674 -"205024",34074,71581 -"205025",34075,34076 -"205026",34075,36576 -"205027",34075,40697 -"205028",34075,45942 -"205029",34075,51262 -"205030",34075,55774 -"205031",34075,59542 -"205032",34076,35416 -"205033",34076,35504 -"205034",34076,35522 -"205035",34076,35534 -"205036",34076,51550 -"205037",34076,51586 -"205038",34076,54034 -"205039",34076,65795 -"205040",34076,69435 -"205041",34076,69449 -"205042",34077,37905 -"205043",34077,37977 -"205044",34077,40035 -"205045",34077,46481 -"205046",34077,95907 -"205047",34078,37177 -"205048",34078,41371 -"205049",34079,57094 -"205050",34079,57162 -"205051",34079,70254 -"205052",34079,77449 -"205053",34079,81640 -"205054",34079,90087 -"205055",34079,100388 -"205056",34079,110467 -"205057",34079,110468 -"205058",34080,39135 -"205059",34080,61847 -"205060",34080,61981 -"205061",34081,55766 -"205062",34081,60343 -"205063",34081,79035 -"205064",34081,86494 -"205065",34081,88679 -"205066",34081,88688 -"205067",34081,89081 -"205068",34081,89109 -"205069",34081,89138 -"205070",34081,89140 -"205071",34081,89143 -"205072",34081,89148 -"205073",34081,89162 -"205074",34081,97289 -"205075",34081,102172 -"205076",34082,95466 -"205077",34083,102498 -"205078",34083,111041 -"205079",34085,82779 -"205080",34085,115429 -"205081",34086,48920 -"205082",34086,72384 -"205083",34086,94680 -"205084",34087,43185 -"205085",34088,36159 -"205086",34088,36247 -"205087",34088,37266 -"205088",34088,38333 -"205089",34088,38535 -"205090",34088,46903 -"205091",34088,52494 -"205092",34088,68789 -"205093",34088,68891 -"205094",34088,68914 -"205095",34088,71130 -"205096",34089,35781 -"205097",34089,43610 -"205098",34089,81888 -"205099",34089,86358 -"205100",34089,93710 -"205101",34089,118942 -"205102",34090,71735 -"205103",34090,71759 -"205104",34090,74309 -"205105",34090,78421 -"205106",34090,94684 -"205107",34091,44606 -"205108",34091,45889 -"205109",34091,57569 -"205110",34092,97043 -"205111",34092,97044 -"205112",34092,108964 -"205113",34093,58850 -"205114",34094,46590 -"205115",34094,48466 -"205116",34094,53996 -"205117",34094,68075 -"205118",34094,69661 -"205119",34094,78687 -"205120",34094,85747 -"205121",34094,89256 -"205122",34094,106422 -"205123",34095,40875 -"205124",34097,34330 -"205125",34097,34513 -"205126",34097,35400 -"205127",34097,36476 -"205128",34097,36547 -"205129",34097,36745 -"205130",34097,37821 -"205131",34097,37931 -"205132",34097,38319 -"205133",34097,39398 -"205134",34097,39492 -"205135",34097,40320 -"205136",34097,40373 -"205137",34097,40542 -"205138",34097,41182 -"205139",34097,42131 -"205140",34097,46843 -"205141",34097,48331 -"205142",34098,69647 -"205143",34098,69685 -"205144",34099,36001 -"205145",34099,85879 -"205146",34099,85881 -"205147",34100,46193 -"205148",34100,57897 -"205149",34100,59976 -"205150",34100,60508 -"205151",34100,62361 -"205152",34100,71931 -"205153",34101,34135 -"205154",34102,76033 -"205155",34102,76196 -"205156",34102,96414 -"205157",34103,38009 -"205158",34103,57582 -"205159",34103,76365 -"205160",34103,77257 -"205161",34103,87745 -"205162",34103,88309 -"205163",34103,91026 -"205164",34103,98985 -"205165",34103,107578 -"205166",34103,108131 -"205167",34104,39505 -"205168",34104,46642 -"205169",34104,57459 -"205170",34104,66079 -"205171",34105,92752 -"205172",34105,120331 -"205173",34106,42497 -"205174",34106,46486 -"205175",34106,48755 -"205176",34106,56217 -"205177",34106,85560 -"205178",34107,44748 -"205179",34107,89792 -"205180",34107,90226 -"205181",34108,35886 -"205182",34108,37969 -"205183",34108,40521 -"205184",34108,41117 -"205185",34108,41477 -"205186",34108,42861 -"205187",34108,44498 -"205188",34108,55307 -"205189",34108,56155 -"205190",34108,56160 -"205191",34108,56179 -"205192",34108,56226 -"205193",34108,56239 -"205194",34108,56251 -"205195",34108,56267 -"205196",34108,56291 -"205197",34108,56359 -"205198",34108,62857 -"205199",34108,63039 -"205200",34108,65680 -"205201",34108,66592 -"205202",34108,73670 -"205203",34108,77319 -"205204",34108,100893 -"205205",34108,101500 -"205206",34109,46630 -"205207",34109,63966 -"205208",34109,110474 -"205209",34110,34395 -"205210",34110,53657 -"205211",34110,53670 -"205212",34110,53707 -"205213",34110,54262 -"205214",34111,41096 -"205215",34111,53825 -"205216",34111,66560 -"205217",34112,38083 -"205218",34112,51177 -"205219",34112,79808 -"205220",34112,116625 -"205221",34113,36615 -"205222",34113,58106 -"205223",34113,68645 -"205224",34113,80473 -"205225",34113,104843 -"205226",34113,105398 -"205227",34113,107996 -"205228",34113,108314 -"205229",34114,36801 -"205230",34114,37352 -"205231",34114,38042 -"205232",34114,40352 -"205233",34114,47237 -"205234",34114,63154 -"205235",34114,64747 -"205236",34114,84007 -"205237",34116,34117 -"205238",34116,34118 -"205239",34116,44732 -"205240",34116,46545 -"205241",34116,66681 -"205242",34116,71366 -"205243",34116,85210 -"205244",34116,85221 -"205245",34116,85223 -"205246",34116,85235 -"205247",34116,85236 -"205248",34117,34118 -"205249",34117,43689 -"205250",34117,62415 -"205251",34117,113793 -"205252",34118,51941 -"205253",34118,61707 -"205254",34118,81499 -"205255",34118,94005 -"205256",34118,94021 -"205257",34118,94059 -"205258",34119,75146 -"205259",34119,96027 -"205260",34119,96068 -"205261",34120,41288 -"205262",34120,44326 -"205263",34120,65628 -"205264",34120,69642 -"205265",34120,81315 -"205266",34121,56673 -"205267",34121,58586 -"205268",34122,56388 -"205269",34123,47852 -"205270",34123,86061 -"205271",34125,42960 -"205272",34125,99235 -"205273",34126,37307 -"205274",34126,50367 -"205275",34126,68475 -"205276",34126,89086 -"205277",34126,89087 -"205278",34126,94308 -"205279",34126,95482 -"205280",34126,109221 -"205281",34127,73232 -"205282",34127,73317 -"205283",34127,74082 -"205284",34127,76514 -"205285",34127,92521 -"205286",34127,95610 -"205287",34127,121818 -"205288",34128,62358 -"205289",34129,37507 -"205290",34129,64806 -"205291",34129,77001 -"205292",34129,83526 -"205293",34129,93677 -"205294",34129,110177 -"205295",34130,42618 -"205296",34133,45651 -"205297",34134,44259 -"205298",34134,47979 -"205299",34134,53095 -"205300",34134,53121 -"205301",34134,53153 -"205302",34134,53573 -"205303",34134,98454 -"205304",34135,40254 -"205305",34135,50429 -"205306",34135,57519 -"205307",34135,57526 -"205308",34135,57546 -"205309",34135,57558 -"205310",34135,57559 -"205311",34136,34285 -"205312",34136,37831 -"205313",34136,40135 -"205314",34136,73728 -"205315",34136,78256 -"205316",34136,84505 -"205317",34136,86581 -"205318",34136,89103 -"205319",34136,105638 -"205320",34136,113200 -"205321",34136,113205 -"205322",34137,89970 -"205323",34137,104018 -"205324",34137,113058 -"205325",34138,39680 -"205326",34138,73769 -"205327",34138,83479 -"205328",34138,107034 -"205329",34138,111992 -"205330",34140,91326 -"205331",34141,46906 -"205332",34141,95781 -"205333",34142,40636 -"205334",34142,43901 -"205335",34142,49552 -"205336",34142,59212 -"205337",34142,61274 -"205338",34142,61351 -"205339",34142,90308 -"205340",34143,67701 -"205341",34143,83450 -"205342",34144,34291 -"205343",34144,34334 -"205344",34144,34403 -"205345",34144,38538 -"205346",34144,47314 -"205347",34144,50719 -"205348",34144,51458 -"205349",34144,65004 -"205350",34144,70423 -"205351",34144,75862 -"205352",34144,88680 -"205353",34144,109355 -"205354",34145,60064 -"205355",34146,74823 -"205356",34147,34266 -"205357",34147,45189 -"205358",34147,45417 -"205359",34147,56689 -"205360",34147,64482 -"205361",34148,34217 -"205362",34148,34762 -"205363",34148,53620 -"205364",34148,55075 -"205365",34148,58341 -"205366",34148,61453 -"205367",34148,61513 -"205368",34148,61540 -"205369",34148,62435 -"205370",34148,66267 -"205371",34148,73161 -"205372",34148,77115 -"205373",34148,103402 -"205374",34148,103411 -"205375",34149,34316 -"205376",34150,34243 -"205377",34151,50423 -"205378",34151,52866 -"205379",34151,118611 -"205380",34151,119903 -"205381",34151,119904 -"205382",34152,34779 -"205383",34152,34790 -"205384",34152,34832 -"205385",34152,34843 -"205386",34152,48290 -"205387",34152,49370 -"205388",34152,49419 -"205389",34152,65847 -"205390",34152,65916 -"205391",34152,66140 -"205392",34152,66174 -"205393",34152,66196 -"205394",34153,46056 -"205395",34153,51170 -"205396",34153,65075 -"205397",34154,60481 -"205398",34157,57432 -"205399",34157,57639 -"205400",34157,70998 -"205401",34157,104190 -"205402",34158,40095 -"205403",34158,46805 -"205404",34158,51319 -"205405",34158,52294 -"205406",34158,52378 -"205407",34158,52579 -"205408",34158,64786 -"205409",34158,68597 -"205410",34158,96376 -"205411",34158,96749 -"205412",34158,99175 -"205413",34158,101813 -"205414",34158,107484 -"205415",34158,116209 -"205416",34159,57262 -"205417",34159,63033 -"205418",34159,66286 -"205419",34159,76921 -"205420",34159,80578 -"205421",34159,100998 -"205422",34159,106567 -"205423",34159,109259 -"205424",34159,114104 -"205425",34159,118636 -"205426",34159,120140 -"205427",34159,122429 -"205428",34159,122435 -"205429",34160,40466 -"205430",34160,53196 -"205431",34160,64997 -"205432",34160,67314 -"205433",34160,78895 -"205434",34161,38993 -"205435",34161,51824 -"205436",34162,34251 -"205437",34162,44893 -"205438",34162,45730 -"205439",34162,45760 -"205440",34163,34205 -"205441",34164,34186 -"205442",34164,34263 -"205443",34164,34287 -"205444",34164,34288 -"205445",34165,34221 -"205446",34165,67195 -"205447",34165,121760 -"205448",34165,121761 -"205449",34167,101732 -"205450",34167,108065 -"205451",34167,111770 -"205452",34168,35529 -"205453",34168,36604 -"205454",34168,42853 -"205455",34168,49962 -"205456",34168,53935 -"205457",34168,58197 -"205458",34168,68299 -"205459",34168,70518 -"205460",34168,91367 -"205461",34169,67132 -"205462",34169,87500 -"205463",34169,120136 -"205464",34169,120268 -"205465",34170,40319 -"205466",34170,48601 -"205467",34170,54866 -"205468",34170,62788 -"205469",34171,34550 -"205470",34172,34211 -"205471",34172,34333 -"205472",34172,35903 -"205473",34172,55861 -"205474",34173,90350 -"205475",34174,41739 -"205476",34174,66823 -"205477",34174,66846 -"205478",34174,75216 -"205479",34174,81019 -"205480",34174,82965 -"205481",34175,34219 -"205482",34175,42752 -"205483",34175,64648 -"205484",34177,43188 -"205485",34177,102955 -"205486",34177,102992 -"205487",34178,34811 -"205488",34178,40595 -"205489",34178,52972 -"205490",34178,74492 -"205491",34178,88384 -"205492",34179,34295 -"205493",34179,37105 -"205494",34179,40759 -"205495",34179,42597 -"205496",34179,42891 -"205497",34179,44675 -"205498",34179,45474 -"205499",34179,46828 -"205500",34179,55307 -"205501",34179,60435 -"205502",34179,62975 -"205503",34179,66944 -"205504",34179,68010 -"205505",34179,68213 -"205506",34182,34275 -"205507",34182,34318 -"205508",34182,39519 -"205509",34182,47921 -"205510",34183,62184 -"205511",34183,87660 -"205512",34183,107959 -"205513",34184,40488 -"205514",34185,49571 -"205515",34185,52195 -"205516",34185,81455 -"205517",34185,84765 -"205518",34185,99884 -"205519",34185,113023 -"205520",34186,34263 -"205521",34186,34287 -"205522",34186,34288 -"205523",34187,34321 -"205524",34188,77998 -"205525",34188,90545 -"205526",34188,119667 -"205527",34188,119670 -"205528",34188,119680 -"205529",34189,34222 -"205530",34189,34327 -"205531",34189,39329 -"205532",34189,44286 -"205533",34189,44287 -"205534",34189,44344 -"205535",34189,44395 -"205536",34190,68204 -"205537",34190,102844 -"205538",34190,102875 -"205539",34191,34248 -"205540",34191,39798 -"205541",34192,37598 -"205542",34192,48210 -"205543",34192,49152 -"205544",34192,60237 -"205545",34192,61337 -"205546",34192,61908 -"205547",34192,77475 -"205548",34193,39245 -"205549",34193,52201 -"205550",34193,71926 -"205551",34193,74883 -"205552",34193,80608 -"205553",34193,110314 -"205554",34193,113344 -"205555",34194,50053 -"205556",34195,37974 -"205557",34195,47188 -"205558",34195,66560 -"205559",34195,76161 -"205560",34195,77524 -"205561",34195,81035 -"205562",34195,88426 -"205563",34196,71020 -"205564",34196,87634 -"205565",34196,97545 -"205566",34196,97566 -"205567",34196,98972 -"205568",34198,49053 -"205569",34198,51061 -"205570",34198,51081 -"205571",34198,97853 -"205572",34199,34292 -"205573",34199,34320 -"205574",34199,34339 -"205575",34199,57481 -"205576",34199,59401 -"205577",34199,64967 -"205578",34200,40948 -"205579",34200,76676 -"205580",34200,92876 -"205581",34200,92878 -"205582",34200,100830 -"205583",34200,101202 -"205584",34201,34224 -"205585",34201,63414 -"205586",34201,91836 -"205587",34202,47424 -"205588",34204,36771 -"205589",34204,66574 -"205590",34204,82941 -"205591",34204,104335 -"205592",34204,112284 -"205593",34204,121444 -"205594",34205,41436 -"205595",34205,43696 -"205596",34206,35542 -"205597",34206,36768 -"205598",34206,36780 -"205599",34206,36816 -"205600",34206,36950 -"205601",34206,37816 -"205602",34206,42631 -"205603",34206,46035 -"205604",34206,46106 -"205605",34206,46158 -"205606",34206,46234 -"205607",34206,51179 -"205608",34206,52474 -"205609",34206,59522 -"205610",34206,61892 -"205611",34206,71904 -"205612",34207,43328 -"205613",34207,49765 -"205614",34207,75986 -"205615",34207,83879 -"205616",34208,37050 -"205617",34208,37922 -"205618",34208,40876 -"205619",34208,46373 -"205620",34208,61570 -"205621",34208,64429 -"205622",34208,73068 -"205623",34208,89684 -"205624",34208,103098 -"205625",34208,106633 -"205626",34208,111407 -"205627",34208,112029 -"205628",34208,114770 -"205629",34208,114968 -"205630",34208,114980 -"205631",34208,115833 -"205632",34209,44403 -"205633",34209,66156 -"205634",34209,104772 -"205635",34209,121209 -"205636",34211,34333 -"205637",34212,43970 -"205638",34212,46008 -"205639",34213,34214 -"205640",34213,34253 -"205641",34213,35415 -"205642",34213,35879 -"205643",34213,59365 -"205644",34213,67370 -"205645",34213,67391 -"205646",34213,67605 -"205647",34213,67672 -"205648",34214,34253 -"205649",34215,34242 -"205650",34215,34299 -"205651",34215,36662 -"205652",34215,47319 -"205653",34215,50233 -"205654",34215,62954 -"205655",34215,105713 -"205656",34215,105737 -"205657",34215,106700 -"205658",34216,56448 -"205659",34216,57206 -"205660",34216,62722 -"205661",34217,45436 -"205662",34217,66267 -"205663",34217,73161 -"205664",34217,78552 -"205665",34217,92301 -"205666",34218,91289 -"205667",34220,45893 -"205668",34220,52941 -"205669",34220,85677 -"205670",34220,87675 -"205671",34221,40678 -"205672",34221,62562 -"205673",34221,78637 -"205674",34221,82573 -"205675",34221,91417 -"205676",34221,102292 -"205677",34221,107036 -"205678",34221,121950 -"205679",34221,121966 -"205680",34221,121971 -"205681",34221,121976 -"205682",34222,44286 -"205683",34222,44287 -"205684",34222,44344 -"205685",34222,44395 -"205686",34222,47317 -"205687",34222,56584 -"205688",34222,73096 -"205689",34226,35570 -"205690",34226,38726 -"205691",34226,109548 -"205692",34227,34466 -"205693",34228,37938 -"205694",34228,39210 -"205695",34228,39228 -"205696",34230,116010 -"205697",34231,87216 -"205698",34231,98002 -"205699",34231,121283 -"205700",34231,121293 -"205701",34233,67775 -"205702",34234,39673 -"205703",34234,39790 -"205704",34234,44161 -"205705",34234,61220 -"205706",34234,79117 -"205707",34234,81478 -"205708",34234,96496 -"205709",34234,122240 -"205710",34235,34359 -"205711",34235,44269 -"205712",34235,46395 -"205713",34235,54752 -"205714",34235,57231 -"205715",34235,60602 -"205716",34235,69346 -"205717",34235,69524 -"205718",34235,76071 -"205719",34235,77007 -"205720",34235,79878 -"205721",34235,81685 -"205722",34236,48087 -"205723",34236,54268 -"205724",34237,34338 -"205725",34237,35163 -"205726",34237,35360 -"205727",34237,35545 -"205728",34237,36227 -"205729",34237,41050 -"205730",34237,66124 -"205731",34238,34267 -"205732",34238,34282 -"205733",34238,46667 -"205734",34238,72799 -"205735",34238,79095 -"205736",34239,35728 -"205737",34239,41096 -"205738",34239,53825 -"205739",34239,69617 -"205740",34239,79068 -"205741",34239,81077 -"205742",34239,98250 -"205743",34239,109194 -"205744",34240,41209 -"205745",34240,42598 -"205746",34240,44405 -"205747",34240,73347 -"205748",34241,36446 -"205749",34241,95496 -"205750",34241,102877 -"205751",34242,34299 -"205752",34242,75385 -"205753",34242,101278 -"205754",34242,108608 -"205755",34242,108610 -"205756",34243,81129 -"205757",34243,90536 -"205758",34243,99007 -"205759",34244,34259 -"205760",34244,48405 -"205761",34246,50043 -"205762",34246,53372 -"205763",34246,63025 -"205764",34246,70419 -"205765",34247,49497 -"205766",34247,52118 -"205767",34247,97423 -"205768",34248,43682 -"205769",34248,44728 -"205770",34248,55895 -"205771",34248,56615 -"205772",34248,56667 -"205773",34248,83976 -"205774",34248,106418 -"205775",34249,63512 -"205776",34249,94037 -"205777",34249,111829 -"205778",34249,113072 -"205779",34250,34265 -"205780",34250,46814 -"205781",34250,51562 -"205782",34250,58804 -"205783",34250,67227 -"205784",34250,93019 -"205785",34250,110276 -"205786",34251,78458 -"205787",34252,34273 -"205788",34252,34284 -"205789",34252,34317 -"205790",34254,39433 -"205791",34254,44740 -"205792",34254,87220 -"205793",34254,90390 -"205794",34256,51810 -"205795",34257,97570 -"205796",34258,45584 -"205797",34259,47717 -"205798",34259,53918 -"205799",34260,34471 -"205800",34260,34952 -"205801",34260,67434 -"205802",34260,69039 -"205803",34260,109935 -"205804",34260,119150 -"205805",34261,36916 -"205806",34261,38349 -"205807",34261,96960 -"205808",34261,115031 -"205809",34261,116737 -"205810",34262,40170 -"205811",34262,40244 -"205812",34263,34287 -"205813",34263,34288 -"205814",34263,42565 -"205815",34264,72802 -"205816",34264,107294 -"205817",34265,38157 -"205818",34265,44437 -"205819",34267,34282 -"205820",34267,72799 -"205821",34268,74659 -"205822",34269,41045 -"205823",34269,47013 -"205824",34269,52845 -"205825",34269,57570 -"205826",34269,60228 -"205827",34269,72921 -"205828",34270,49580 -"205829",34270,76717 -"205830",34270,83103 -"205831",34270,94984 -"205832",34270,103816 -"205833",34270,122002 -"205834",34272,81590 -"205835",34273,34284 -"205836",34273,34317 -"205837",34273,48556 -"205838",34274,45297 -"205839",34274,54110 -"205840",34274,55481 -"205841",34274,68236 -"205842",34274,75425 -"205843",34274,76589 -"205844",34274,80100 -"205845",34274,85678 -"205846",34274,90509 -"205847",34274,93626 -"205848",34274,93642 -"205849",34275,34318 -"205850",34275,50452 -"205851",34276,34727 -"205852",34276,34739 -"205853",34276,56185 -"205854",34276,59557 -"205855",34276,75897 -"205856",34276,89126 -"205857",34276,93016 -"205858",34276,95605 -"205859",34278,35105 -"205860",34278,39332 -"205861",34278,41134 -"205862",34278,44571 -"205863",34278,74764 -"205864",34278,75359 -"205865",34279,34614 -"205866",34279,106411 -"205867",34281,42418 -"205868",34281,48066 -"205869",34281,48147 -"205870",34281,51068 -"205871",34281,58294 -"205872",34282,72799 -"205873",34283,63805 -"205874",34283,103051 -"205875",34283,104961 -"205876",34284,34317 -"205877",34284,44135 -"205878",34284,69250 -"205879",34284,85683 -"205880",34284,92546 -"205881",34284,118642 -"205882",34285,37167 -"205883",34285,37831 -"205884",34285,84505 -"205885",34286,36838 -"205886",34286,91466 -"205887",34287,34288 -"205888",34290,35299 -"205889",34290,46862 -"205890",34291,34334 -"205891",34291,34403 -"205892",34291,48873 -"205893",34291,91088 -"205894",34292,34320 -"205895",34292,34339 -"205896",34293,118222 -"205897",34295,46828 -"205898",34295,60435 -"205899",34295,60761 -"205900",34295,68010 -"205901",34296,34894 -"205902",34296,87297 -"205903",34297,117694 -"205904",34298,38497 -"205905",34299,107786 -"205906",34300,68595 -"205907",34301,88569 -"205908",34301,100153 -"205909",34302,36054 -"205910",34302,86415 -"205911",34302,96942 -"205912",34302,108877 -"205913",34303,34946 -"205914",34303,37033 -"205915",34303,37087 -"205916",34303,38186 -"205917",34303,42216 -"205918",34303,42273 -"205919",34303,42660 -"205920",34303,45302 -"205921",34303,48359 -"205922",34303,49559 -"205923",34303,70365 -"205924",34304,35897 -"205925",34304,46039 -"205926",34304,46232 -"205927",34304,46328 -"205928",34304,49526 -"205929",34305,34330 -"205930",34305,75663 -"205931",34306,34340 -"205932",34307,117423 -"205933",34307,123104 -"205934",34308,34407 -"205935",34308,48215 -"205936",34308,53006 -"205937",34308,58371 -"205938",34308,70498 -"205939",34308,90875 -"205940",34308,102892 -"205941",34308,111732 -"205942",34309,73273 -"205943",34309,83383 -"205944",34310,34993 -"205945",34310,35903 -"205946",34310,38792 -"205947",34310,55861 -"205948",34310,82333 -"205949",34311,56163 -"205950",34311,82735 -"205951",34311,92580 -"205952",34311,94144 -"205953",34311,96576 -"205954",34312,35336 -"205955",34313,34328 -"205956",34313,34552 -"205957",34313,97673 -"205958",34314,35802 -"205959",34314,36089 -"205960",34314,39588 -"205961",34314,48123 -"205962",34314,50235 -"205963",34314,52904 -"205964",34314,59210 -"205965",34314,59303 -"205966",34314,59699 -"205967",34314,59852 -"205968",34314,61735 -"205969",34314,62063 -"205970",34314,70304 -"205971",34314,72573 -"205972",34314,79136 -"205973",34314,79364 -"205974",34314,79657 -"205975",34314,81722 -"205976",34314,90845 -"205977",34314,101016 -"205978",34314,101087 -"205979",34314,102341 -"205980",34314,102401 -"205981",34314,105495 -"205982",34314,105955 -"205983",34314,116302 -"205984",34314,116315 -"205985",34314,116325 -"205986",34314,116331 -"205987",34315,42100 -"205988",34315,46737 -"205989",34315,75094 -"205990",34315,108454 -"205991",34316,35336 -"205992",34317,85995 -"205993",34318,70333 -"205994",34318,70605 -"205995",34318,88989 -"205996",34319,45081 -"205997",34319,48707 -"205998",34319,50086 -"205999",34319,56861 -"206000",34319,63518 -"206001",34319,68340 -"206002",34319,75025 -"206003",34319,75489 -"206004",34319,76131 -"206005",34319,80305 -"206006",34319,97580 -"206007",34319,98249 -"206008",34319,109958 -"206009",34319,111335 -"206010",34319,115910 -"206011",34320,34339 -"206012",34321,65468 -"206013",34321,68528 -"206014",34321,81584 -"206015",34321,112351 -"206016",34322,40667 -"206017",34322,42310 -"206018",34322,45087 -"206019",34322,55480 -"206020",34322,84030 -"206021",34322,85628 -"206022",34323,34347 -"206023",34323,34498 -"206024",34323,39960 -"206025",34323,66310 -"206026",34323,69439 -"206027",34323,75408 -"206028",34323,82600 -"206029",34323,90961 -"206030",34323,90976 -"206031",34323,95545 -"206032",34323,104550 -"206033",34323,114300 -"206034",34324,92355 -"206035",34325,35516 -"206036",34326,35222 -"206037",34326,50083 -"206038",34326,52434 -"206039",34326,54381 -"206040",34326,55725 -"206041",34326,55742 -"206042",34326,58711 -"206043",34326,78227 -"206044",34326,78611 -"206045",34326,81540 -"206046",34326,90253 -"206047",34326,90266 -"206048",34326,90546 -"206049",34326,90563 -"206050",34326,92282 -"206051",34326,95347 -"206052",34326,95367 -"206053",34326,95593 -"206054",34327,34594 -"206055",34327,34615 -"206056",34327,35542 -"206057",34327,36950 -"206058",34327,71933 -"206059",34327,102397 -"206060",34327,105494 -"206061",34327,110243 -"206062",34328,36152 -"206063",34329,88056 -"206064",34329,93567 -"206065",34330,34513 -"206066",34330,35400 -"206067",34330,36476 -"206068",34330,36547 -"206069",34330,36745 -"206070",34330,37821 -"206071",34330,37931 -"206072",34330,38319 -"206073",34330,39398 -"206074",34330,39492 -"206075",34330,40320 -"206076",34330,40373 -"206077",34330,40542 -"206078",34330,41182 -"206079",34330,42131 -"206080",34330,46843 -"206081",34330,48331 -"206082",34330,57041 -"206083",34330,61871 -"206084",34330,62043 -"206085",34330,63446 -"206086",34330,72412 -"206087",34331,39104 -"206088",34331,41467 -"206089",34331,49976 -"206090",34331,50504 -"206091",34331,52809 -"206092",34331,73051 -"206093",34331,79874 -"206094",34332,57394 -"206095",34332,96535 -"206096",34334,34403 -"206097",34334,47314 -"206098",34334,62704 -"206099",34334,68846 -"206100",34334,70423 -"206101",34334,80192 -"206102",34334,88680 -"206103",34334,92428 -"206104",34334,104878 -"206105",34337,104376 -"206106",34338,34384 -"206107",34338,41495 -"206108",34338,62590 -"206109",34338,66124 -"206110",34341,34978 -"206111",34341,78309 -"206112",34342,35351 -"206113",34343,40020 -"206114",34343,102538 -"206115",34344,34436 -"206116",34344,43683 -"206117",34344,83406 -"206118",34344,86221 -"206119",34344,87328 -"206120",34344,93888 -"206121",34344,97210 -"206122",34344,104687 -"206123",34344,118138 -"206124",34345,60645 -"206125",34346,52051 -"206126",34346,69360 -"206127",34346,81804 -"206128",34346,122952 -"206129",34347,34498 -"206130",34348,52888 -"206131",34348,107161 -"206132",34348,108055 -"206133",34349,40009 -"206134",34350,40251 -"206135",34350,72531 -"206136",34350,88816 -"206137",34350,91148 -"206138",34350,96946 -"206139",34350,96947 -"206140",34350,96948 -"206141",34350,96949 -"206142",34350,96950 -"206143",34350,96951 -"206144",34350,96958 -"206145",34350,96959 -"206146",34350,97007 -"206147",34351,37625 -"206148",34351,37639 -"206149",34352,34420 -"206150",34353,106652 -"206151",34354,97722 -"206152",34354,104768 -"206153",34355,54416 -"206154",34355,72711 -"206155",34355,83222 -"206156",34355,110696 -"206157",34355,110741 -"206158",34355,111282 -"206159",34356,54927 -"206160",34357,37681 -"206161",34357,69957 -"206162",34357,74413 -"206163",34357,90040 -"206164",34358,34940 -"206165",34358,50590 -"206166",34358,64702 -"206167",34359,36411 -"206168",34359,39062 -"206169",34359,40150 -"206170",34359,41691 -"206171",34359,46395 -"206172",34359,48594 -"206173",34359,52249 -"206174",34359,55664 -"206175",34359,56089 -"206176",34359,57231 -"206177",34359,60905 -"206178",34359,69524 -"206179",34359,82570 -"206180",34359,90181 -"206181",34359,103788 -"206182",34359,116509 -"206183",34359,116523 -"206184",34360,55066 -"206185",34360,68028 -"206186",34360,79295 -"206187",34361,52994 -"206188",34361,60234 -"206189",34361,62973 -"206190",34362,34386 -"206191",34362,117581 -"206192",34364,34639 -"206193",34364,113096 -"206194",34364,113112 -"206195",34364,117780 -"206196",34365,47040 -"206197",34365,75978 -"206198",34365,103786 -"206199",34366,36404 -"206200",34366,36895 -"206201",34366,37010 -"206202",34366,51509 -"206203",34369,74631 -"206204",34369,111286 -"206205",34369,116294 -"206206",34370,38419 -"206207",34370,55344 -"206208",34370,77713 -"206209",34370,95931 -"206210",34371,34424 -"206211",34371,34955 -"206212",34371,35080 -"206213",34371,44494 -"206214",34371,48841 -"206215",34371,53440 -"206216",34371,62865 -"206217",34371,65631 -"206218",34371,75002 -"206219",34372,35074 -"206220",34372,35114 -"206221",34372,35115 -"206222",34372,35116 -"206223",34372,35117 -"206224",34372,35118 -"206225",34372,35119 -"206226",34372,35120 -"206227",34372,35121 -"206228",34372,35122 -"206229",34372,35125 -"206230",34372,35126 -"206231",34372,35127 -"206232",34372,35128 -"206233",34372,35130 -"206234",34372,35138 -"206235",34372,35139 -"206236",34372,35144 -"206237",34372,35145 -"206238",34372,35149 -"206239",34372,35150 -"206240",34372,35151 -"206241",34372,35152 -"206242",34372,35164 -"206243",34372,35165 -"206244",34372,35166 -"206245",34372,35167 -"206246",34372,35168 -"206247",34372,35169 -"206248",34372,35170 -"206249",34372,35190 -"206250",34372,35191 -"206251",34372,35192 -"206252",34372,35193 -"206253",34372,35194 -"206254",34372,35197 -"206255",34372,35198 -"206256",34372,35199 -"206257",34372,35200 -"206258",34372,35204 -"206259",34372,35205 -"206260",34372,35206 -"206261",34372,35207 -"206262",34372,35208 -"206263",34372,35210 -"206264",34372,35211 -"206265",34372,35212 -"206266",34372,35213 -"206267",34372,35220 -"206268",34372,35221 -"206269",34372,35225 -"206270",34372,35226 -"206271",34372,35227 -"206272",34372,35228 -"206273",34372,35229 -"206274",34372,35246 -"206275",34372,35247 -"206276",34372,35248 -"206277",34372,35249 -"206278",34372,35255 -"206279",34372,35271 -"206280",34372,35272 -"206281",34372,35273 -"206282",34372,35274 -"206283",34372,35275 -"206284",34372,35276 -"206285",34372,35277 -"206286",34372,35279 -"206287",34372,35280 -"206288",34372,35297 -"206289",34372,35298 -"206290",34372,35300 -"206291",34372,35310 -"206292",34372,35311 -"206293",34372,35313 -"206294",34372,35314 -"206295",34372,35315 -"206296",34372,35321 -"206297",34372,35322 -"206298",34372,35323 -"206299",34372,35324 -"206300",34372,35326 -"206301",34372,35327 -"206302",34372,35328 -"206303",34372,35330 -"206304",34372,35331 -"206305",34372,35332 -"206306",34372,35337 -"206307",34372,35343 -"206308",34372,35344 -"206309",34372,35345 -"206310",34372,35346 -"206311",34372,35347 -"206312",34372,35348 -"206313",34372,35353 -"206314",34372,35354 -"206315",34372,35355 -"206316",34372,35356 -"206317",34372,35357 -"206318",34372,35362 -"206319",34372,35363 -"206320",34372,35461 -"206321",34372,35685 -"206322",34372,35686 -"206323",34372,35687 -"206324",34372,35862 -"206325",34372,35863 -"206326",34372,35864 -"206327",34372,35865 -"206328",34372,35866 -"206329",34372,35867 -"206330",34372,35956 -"206331",34372,35957 -"206332",34372,35968 -"206333",34372,35969 -"206334",34372,35970 -"206335",34372,36094 -"206336",34372,51445 -"206337",34372,59531 -"206338",34372,63789 -"206339",34373,35403 -"206340",34373,36993 -"206341",34373,41038 -"206342",34373,50472 -"206343",34373,73319 -"206344",34373,80401 -"206345",34375,34481 -"206346",34375,49195 -"206347",34375,61402 -"206348",34375,70980 -"206349",34376,114993 -"206350",34377,38607 -"206351",34377,44883 -"206352",34377,59071 -"206353",34377,75637 -"206354",34378,43830 -"206355",34379,68035 -"206356",34380,37753 -"206357",34380,39209 -"206358",34380,88829 -"206359",34380,94663 -"206360",34380,100590 -"206361",34380,112471 -"206362",34380,119972 -"206363",34380,120269 -"206364",34380,121199 -"206365",34381,50225 -"206366",34381,82499 -"206367",34381,88932 -"206368",34382,49334 -"206369",34383,53049 -"206370",34384,38302 -"206371",34384,42428 -"206372",34384,42492 -"206373",34384,43385 -"206374",34384,52575 -"206375",34384,58291 -"206376",34384,83396 -"206377",34384,83865 -"206378",34384,86029 -"206379",34384,103066 -"206380",34384,110469 -"206381",34385,73748 -"206382",34386,72081 -"206383",34387,40537 -"206384",34387,64841 -"206385",34387,71574 -"206386",34387,72009 -"206387",34388,41848 -"206388",34388,107250 -"206389",34389,50644 -"206390",34390,56124 -"206391",34390,71935 -"206392",34391,35214 -"206393",34391,42603 -"206394",34391,42714 -"206395",34391,42924 -"206396",34392,83191 -"206397",34393,34538 -"206398",34393,34610 -"206399",34393,34660 -"206400",34393,73221 -"206401",34393,73394 -"206402",34393,73399 -"206403",34394,38498 -"206404",34394,93338 -"206405",34394,113009 -"206406",34395,35284 -"206407",34395,35429 -"206408",34395,46546 -"206409",34395,47247 -"206410",34395,53657 -"206411",34395,53670 -"206412",34395,53707 -"206413",34395,67313 -"206414",34395,71209 -"206415",34395,77976 -"206416",34395,81527 -"206417",34395,88209 -"206418",34395,95448 -"206419",34395,104895 -"206420",34396,79677 -"206421",34397,47227 -"206422",34398,36987 -"206423",34398,71305 -"206424",34398,81829 -"206425",34398,87059 -"206426",34398,88933 -"206427",34398,92763 -"206428",34398,94407 -"206429",34398,99262 -"206430",34398,101066 -"206431",34398,102028 -"206432",34398,103407 -"206433",34399,89762 -"206434",34400,44316 -"206435",34400,47391 -"206436",34400,67803 -"206437",34400,68172 -"206438",34400,88249 -"206439",34400,88520 -"206440",34400,89637 -"206441",34401,62553 -"206442",34401,64692 -"206443",34401,72843 -"206444",34401,106950 -"206445",34402,42851 -"206446",34402,64634 -"206447",34402,67132 -"206448",34402,90745 -"206449",34402,110367 -"206450",34404,55062 -"206451",34404,80789 -"206452",34404,80798 -"206453",34405,39135 -"206454",34405,48154 -"206455",34405,48188 -"206456",34405,85386 -"206457",34405,89005 -"206458",34406,45092 -"206459",34406,56722 -"206460",34407,90875 -"206461",34407,95804 -"206462",34407,107397 -"206463",34407,109215 -"206464",34408,37299 -"206465",34408,37300 -"206466",34408,40475 -"206467",34408,49907 -"206468",34408,51099 -"206469",34408,82130 -"206470",34408,93444 -"206471",34410,93969 -"206472",34410,110390 -"206473",34410,112641 -"206474",34411,35702 -"206475",34411,41333 -"206476",34411,44688 -"206477",34411,50480 -"206478",34411,58084 -"206479",34411,66823 -"206480",34411,66846 -"206481",34411,80979 -"206482",34411,81490 -"206483",34412,35094 -"206484",34412,35095 -"206485",34413,115372 -"206486",34414,34425 -"206487",34415,66048 -"206488",34415,111828 -"206489",34416,110987 -"206490",34416,111012 -"206491",34418,55389 -"206492",34418,71378 -"206493",34418,85747 -"206494",34418,97018 -"206495",34418,102924 -"206496",34419,36168 -"206497",34420,83970 -"206498",34421,40664 -"206499",34421,70404 -"206500",34421,86491 -"206501",34422,34604 -"206502",34422,91534 -"206503",34423,37686 -"206504",34424,34955 -"206505",34424,35080 -"206506",34424,35103 -"206507",34424,35946 -"206508",34424,36117 -"206509",34424,41668 -"206510",34424,46652 -"206511",34424,51043 -"206512",34424,51069 -"206513",34424,57792 -"206514",34424,58240 -"206515",34424,66201 -"206516",34425,48814 -"206517",34425,54142 -"206518",34425,97250 -"206519",34425,104143 -"206520",34427,66824 -"206521",34427,66825 -"206522",34427,69323 -"206523",34427,85640 -"206524",34427,91425 -"206525",34428,104907 -"206526",34430,60951 -"206527",34432,56861 -"206528",34432,65838 -"206529",34432,69446 -"206530",34432,69493 -"206531",34432,98926 -"206532",34432,110731 -"206533",34434,46727 -"206534",34435,35162 -"206535",34437,45461 -"206536",34437,75217 -"206537",34437,79823 -"206538",34437,83282 -"206539",34437,112273 -"206540",34438,34440 -"206541",34438,34515 -"206542",34439,38504 -"206543",34439,45446 -"206544",34439,47039 -"206545",34439,51232 -"206546",34439,67524 -"206547",34439,88101 -"206548",34439,92338 -"206549",34439,92349 -"206550",34439,92360 -"206551",34439,92376 -"206552",34439,92388 -"206553",34439,92391 -"206554",34440,34515 -"206555",34441,34482 -"206556",34441,76604 -"206557",34442,37543 -"206558",34442,58506 -"206559",34442,69358 -"206560",34442,84223 -"206561",34442,84335 -"206562",34442,84344 -"206563",34443,34707 -"206564",34443,34857 -"206565",34443,40296 -"206566",34443,47329 -"206567",34443,49466 -"206568",34443,50946 -"206569",34443,56022 -"206570",34443,71306 -"206571",34443,72240 -"206572",34443,84897 -"206573",34443,87496 -"206574",34443,94909 -"206575",34443,122025 -"206576",34444,34654 -"206577",34444,35738 -"206578",34444,36125 -"206579",34444,36619 -"206580",34444,36644 -"206581",34444,37246 -"206582",34444,40501 -"206583",34444,40882 -"206584",34444,46354 -"206585",34444,47806 -"206586",34444,50089 -"206587",34444,58056 -"206588",34444,62410 -"206589",34444,62418 -"206590",34444,62537 -"206591",34444,63545 -"206592",34444,63553 -"206593",34444,63558 -"206594",34444,64945 -"206595",34444,68156 -"206596",34444,68263 -"206597",34444,68319 -"206598",34445,41570 -"206599",34445,59925 -"206600",34445,73058 -"206601",34445,80085 -"206602",34445,80895 -"206603",34445,91017 -"206604",34445,106852 -"206605",34445,106857 -"206606",34445,106897 -"206607",34445,106901 -"206608",34446,72757 -"206609",34446,106986 -"206610",34447,39678 -"206611",34447,93406 -"206612",34447,106956 -"206613",34447,112013 -"206614",34448,34501 -"206615",34448,40577 -"206616",34448,54564 -"206617",34448,78764 -"206618",34448,83929 -"206619",34449,54649 -"206620",34450,41839 -"206621",34450,42224 -"206622",34450,46860 -"206623",34450,47214 -"206624",34450,51905 -"206625",34450,55593 -"206626",34450,55641 -"206627",34451,47940 -"206628",34451,92819 -"206629",34451,120794 -"206630",34452,34491 -"206631",34453,78213 -"206632",34454,34665 -"206633",34456,51812 -"206634",34456,81105 -"206635",34456,87701 -"206636",34456,88098 -"206637",34456,89694 -"206638",34456,98726 -"206639",34456,98757 -"206640",34457,36191 -"206641",34457,54661 -"206642",34457,74195 -"206643",34457,93188 -"206644",34457,122172 -"206645",34459,41551 -"206646",34459,45193 -"206647",34459,78975 -"206648",34459,85028 -"206649",34460,48092 -"206650",34461,56266 -"206651",34462,44500 -"206652",34463,55041 -"206653",34463,83943 -"206654",34464,37319 -"206655",34464,53956 -"206656",34464,57149 -"206657",34464,74347 -"206658",34464,95310 -"206659",34465,34605 -"206660",34465,34698 -"206661",34465,40230 -"206662",34465,40792 -"206663",34468,39983 -"206664",34468,44326 -"206665",34468,45310 -"206666",34468,55362 -"206667",34468,56016 -"206668",34468,59018 -"206669",34468,60665 -"206670",34468,63554 -"206671",34468,122638 -"206672",34469,80990 -"206673",34470,34950 -"206674",34470,34965 -"206675",34470,36455 -"206676",34470,41575 -"206677",34470,46128 -"206678",34470,78738 -"206679",34470,82456 -"206680",34470,82513 -"206681",34470,82521 -"206682",34470,82524 -"206683",34470,103027 -"206684",34471,36087 -"206685",34471,40215 -"206686",34472,49152 -"206687",34472,62637 -"206688",34473,34535 -"206689",34474,49765 -"206690",34474,80506 -"206691",34474,96425 -"206692",34475,37348 -"206693",34475,50442 -"206694",34475,91616 -"206695",34475,92117 -"206696",34475,96240 -"206697",34476,104216 -"206698",34477,34489 -"206699",34478,45619 -"206700",34478,90087 -"206701",34478,115234 -"206702",34479,63702 -"206703",34479,71428 -"206704",34480,36422 -"206705",34480,42983 -"206706",34480,45426 -"206707",34480,51471 -"206708",34480,54551 -"206709",34480,63059 -"206710",34480,70141 -"206711",34480,71617 -"206712",34480,73023 -"206713",34480,92875 -"206714",34480,92942 -"206715",34480,110611 -"206716",34481,45142 -"206717",34481,49102 -"206718",34483,40943 -"206719",34483,69333 -"206720",34483,70561 -"206721",34484,61968 -"206722",34484,91749 -"206723",34484,96156 -"206724",34485,78139 -"206725",34485,93497 -"206726",34485,99495 -"206727",34485,99829 -"206728",34486,51701 -"206729",34486,57346 -"206730",34486,98256 -"206731",34487,41581 -"206732",34487,47973 -"206733",34487,73803 -"206734",34487,87194 -"206735",34487,90427 -"206736",34487,107365 -"206737",34488,51835 -"206738",34488,70422 -"206739",34488,119655 -"206740",34489,62773 -"206741",34489,88267 -"206742",34489,121721 -"206743",34490,98573 -"206744",34490,114172 -"206745",34491,39572 -"206746",34491,39814 -"206747",34491,52041 -"206748",34491,53650 -"206749",34491,67229 -"206750",34492,41907 -"206751",34492,45715 -"206752",34492,48829 -"206753",34492,50976 -"206754",34492,51410 -"206755",34492,51654 -"206756",34492,51987 -"206757",34492,55015 -"206758",34492,55465 -"206759",34492,56870 -"206760",34492,65565 -"206761",34492,66508 -"206762",34492,69759 -"206763",34492,71296 -"206764",34492,79676 -"206765",34492,80649 -"206766",34492,83165 -"206767",34492,83949 -"206768",34492,85326 -"206769",34492,86027 -"206770",34492,88714 -"206771",34492,94879 -"206772",34492,111761 -"206773",34492,114248 -"206774",34493,48938 -"206775",34493,86390 -"206776",34494,66213 -"206777",34494,79875 -"206778",34494,92079 -"206779",34494,99345 -"206780",34494,99803 -"206781",34494,117891 -"206782",34494,122626 -"206783",34494,122639 -"206784",34495,49772 -"206785",34495,65335 -"206786",34495,73987 -"206787",34495,86343 -"206788",34495,91434 -"206789",34495,116634 -"206790",34496,36411 -"206791",34496,36849 -"206792",34496,45801 -"206793",34496,45803 -"206794",34496,55829 -"206795",34496,55843 -"206796",34496,55844 -"206797",34496,55860 -"206798",34496,55871 -"206799",34496,55883 -"206800",34496,55888 -"206801",34496,55912 -"206802",34496,55946 -"206803",34496,55957 -"206804",34496,57960 -"206805",34496,60662 -"206806",34496,63937 -"206807",34496,64676 -"206808",34496,66943 -"206809",34496,67405 -"206810",34496,72408 -"206811",34496,75675 -"206812",34496,78055 -"206813",34496,97449 -"206814",34496,100223 -"206815",34496,100730 -"206816",34497,44894 -"206817",34497,47789 -"206818",34497,67473 -"206819",34497,80286 -"206820",34499,97512 -"206821",34500,84139 -"206822",34501,38177 -"206823",34501,40577 -"206824",34501,43789 -"206825",34501,110847 -"206826",34502,34523 -"206827",34502,43339 -"206828",34502,43407 -"206829",34503,103928 -"206830",34504,45957 -"206831",34504,46098 -"206832",34504,54106 -"206833",34504,60555 -"206834",34504,65579 -"206835",34506,34923 -"206836",34506,117432 -"206837",34507,49251 -"206838",34507,55530 -"206839",34507,90143 -"206840",34507,121701 -"206841",34509,38853 -"206842",34509,48484 -"206843",34509,52144 -"206844",34509,56175 -"206845",34509,57466 -"206846",34509,66427 -"206847",34509,67744 -"206848",34509,79410 -"206849",34509,83300 -"206850",34509,93753 -"206851",34509,94830 -"206852",34509,94850 -"206853",34509,94856 -"206854",34509,106610 -"206855",34510,38091 -"206856",34511,35625 -"206857",34511,37373 -"206858",34511,47856 -"206859",34511,69221 -"206860",34512,91850 -"206861",34513,35400 -"206862",34513,36476 -"206863",34513,36547 -"206864",34513,36745 -"206865",34513,37821 -"206866",34513,37931 -"206867",34513,38319 -"206868",34513,39398 -"206869",34513,39492 -"206870",34513,40320 -"206871",34513,40373 -"206872",34513,40542 -"206873",34513,41182 -"206874",34513,42131 -"206875",34513,46843 -"206876",34513,48331 -"206877",34514,35000 -"206878",34514,48812 -"206879",34514,52499 -"206880",34514,86608 -"206881",34515,40645 -"206882",34515,77664 -"206883",34516,91756 -"206884",34517,36146 -"206885",34517,65404 -"206886",34517,113558 -"206887",34518,58985 -"206888",34518,72947 -"206889",34518,91770 -"206890",34518,105207 -"206891",34518,120562 -"206892",34520,41020 -"206893",34520,46146 -"206894",34520,59369 -"206895",34521,66034 -"206896",34522,35603 -"206897",34522,37851 -"206898",34522,37963 -"206899",34522,53295 -"206900",34522,73057 -"206901",34522,82882 -"206902",34522,86595 -"206903",34522,95262 -"206904",34522,96073 -"206905",34524,82844 -"206906",34524,99895 -"206907",34524,105582 -"206908",34525,35045 -"206909",34525,37809 -"206910",34526,60517 -"206911",34526,72956 -"206912",34526,76819 -"206913",34526,95800 -"206914",34526,102976 -"206915",34527,39360 -"206916",34527,40427 -"206917",34527,65636 -"206918",34527,79361 -"206919",34527,82205 -"206920",34527,87677 -"206921",34527,87678 -"206922",34528,57422 -"206923",34528,69723 -"206924",34528,105554 -"206925",34533,37668 -"206926",34534,41718 -"206927",34534,54334 -"206928",34534,116279 -"206929",34535,36951 -"206930",34535,70986 -"206931",34536,37312 -"206932",34536,38927 -"206933",34536,47310 -"206934",34536,48478 -"206935",34536,49566 -"206936",34536,50858 -"206937",34536,50916 -"206938",34536,55496 -"206939",34536,61936 -"206940",34536,63381 -"206941",34536,73654 -"206942",34537,35528 -"206943",34537,43455 -"206944",34537,46629 -"206945",34537,61982 -"206946",34537,78597 -"206947",34537,78934 -"206948",34537,81362 -"206949",34537,94022 -"206950",34537,98330 -"206951",34538,34660 -"206952",34539,35448 -"206953",34539,35473 -"206954",34539,42976 -"206955",34541,52743 -"206956",34542,51990 -"206957",34543,77260 -"206958",34543,77425 -"206959",34543,77426 -"206960",34543,79039 -"206961",34544,51852 -"206962",34545,37218 -"206963",34545,56637 -"206964",34546,34594 -"206965",34546,49878 -"206966",34546,58319 -"206967",34546,61135 -"206968",34546,61598 -"206969",34546,73908 -"206970",34546,85094 -"206971",34546,89781 -"206972",34546,103504 -"206973",34546,103512 -"206974",34547,78708 -"206975",34548,35368 -"206976",34548,38333 -"206977",34548,43722 -"206978",34548,65090 -"206979",34548,73396 -"206980",34550,42312 -"206981",34550,48561 -"206982",34550,82290 -"206983",34550,106927 -"206984",34551,34670 -"206985",34551,34672 -"206986",34551,41510 -"206987",34551,65688 -"206988",34551,71779 -"206989",34551,78343 -"206990",34551,89449 -"206991",34551,92581 -"206992",34551,95362 -"206993",34551,106116 -"206994",34553,53032 -"206995",34553,75016 -"206996",34553,120986 -"206997",34554,39995 -"206998",34555,40926 -"206999",34555,64055 -"207000",34555,79445 -"207001",34555,79510 -"207002",34556,38402 -"207003",34556,43781 -"207004",34556,70246 -"207005",34556,79432 -"207006",34556,90705 -"207007",34556,90754 -"207008",34556,96925 -"207009",34556,118884 -"207010",34557,51094 -"207011",34557,51275 -"207012",34557,76704 -"207013",34557,101425 -"207014",34558,95339 -"207015",34559,34575 -"207016",34559,102764 -"207017",34559,115819 -"207018",34560,34763 -"207019",34560,48376 -"207020",34560,48530 -"207021",34560,54272 -"207022",34560,62694 -"207023",34560,69188 -"207024",34560,71028 -"207025",34560,84929 -"207026",34561,71469 -"207027",34561,77790 -"207028",34561,96086 -"207029",34561,108576 -"207030",34561,108593 -"207031",34562,35856 -"207032",34563,34649 -"207033",34563,52457 -"207034",34563,66791 -"207035",34563,69253 -"207036",34563,74090 -"207037",34563,97587 -"207038",34563,114645 -"207039",34563,116305 -"207040",34564,34620 -"207041",34564,38525 -"207042",34564,41713 -"207043",34564,42087 -"207044",34564,45047 -"207045",34564,45980 -"207046",34564,48202 -"207047",34564,48212 -"207048",34564,53132 -"207049",34564,53227 -"207050",34564,55111 -"207051",34564,58628 -"207052",34564,61801 -"207053",34564,64350 -"207054",34564,73044 -"207055",34564,73058 -"207056",34564,73085 -"207057",34564,73335 -"207058",34564,78063 -"207059",34564,78429 -"207060",34564,78569 -"207061",34564,82143 -"207062",34564,83231 -"207063",34564,86471 -"207064",34564,90804 -"207065",34564,91022 -"207066",34564,91045 -"207067",34564,95675 -"207068",34564,101516 -"207069",34564,102387 -"207070",34564,108374 -"207071",34564,108893 -"207072",34564,109101 -"207073",34564,109523 -"207074",34564,110993 -"207075",34564,111338 -"207076",34564,111398 -"207077",34564,111409 -"207078",34564,111480 -"207079",34564,112422 -"207080",34564,112648 -"207081",34564,112708 -"207082",34564,112820 -"207083",34564,112997 -"207084",34564,113597 -"207085",34564,114418 -"207086",34564,114582 -"207087",34564,115371 -"207088",34564,116028 -"207089",34564,116604 -"207090",34565,80986 -"207091",34566,34706 -"207092",34566,34722 -"207093",34566,39681 -"207094",34566,61252 -"207095",34567,61707 -"207096",34568,55148 -"207097",34568,75564 -"207098",34568,82782 -"207099",34568,102525 -"207100",34568,106261 -"207101",34569,50480 -"207102",34569,73781 -"207103",34570,36085 -"207104",34570,45131 -"207105",34570,45250 -"207106",34570,45296 -"207107",34570,51176 -"207108",34570,52854 -"207109",34570,60521 -"207110",34570,60527 -"207111",34572,65618 -"207112",34572,108889 -"207113",34572,109333 -"207114",34573,34574 -"207115",34574,35683 -"207116",34575,39823 -"207117",34575,107701 -"207118",34576,42246 -"207119",34576,48084 -"207120",34576,53644 -"207121",34576,83735 -"207122",34576,86246 -"207123",34576,92669 -"207124",34576,103538 -"207125",34578,48281 -"207126",34578,53485 -"207127",34578,58516 -"207128",34578,64165 -"207129",34578,65521 -"207130",34578,69648 -"207131",34578,71466 -"207132",34578,71481 -"207133",34578,73205 -"207134",34578,93756 -"207135",34578,108542 -"207136",34578,113067 -"207137",34579,87760 -"207138",34581,62648 -"207139",34581,91802 -"207140",34582,38576 -"207141",34582,63746 -"207142",34583,35692 -"207143",34583,37875 -"207144",34583,51504 -"207145",34583,51902 -"207146",34583,63889 -"207147",34583,89697 -"207148",34583,91282 -"207149",34583,92658 -"207150",34583,95469 -"207151",34583,108773 -"207152",34584,34589 -"207153",34585,62690 -"207154",34585,71566 -"207155",34585,71867 -"207156",34585,84291 -"207157",34585,103670 -"207158",34585,103671 -"207159",34585,118907 -"207160",34586,41693 -"207161",34586,118617 -"207162",34587,58731 -"207163",34588,36658 -"207164",34588,45843 -"207165",34588,55252 -"207166",34588,60345 -"207167",34588,64449 -"207168",34588,72701 -"207169",34588,75169 -"207170",34588,76389 -"207171",34588,76390 -"207172",34588,76397 -"207173",34588,76442 -"207174",34588,76463 -"207175",34588,76479 -"207176",34588,80588 -"207177",34588,82793 -"207178",34588,85414 -"207179",34588,88260 -"207180",34588,101724 -"207181",34589,63574 -"207182",34591,34593 -"207183",34591,35972 -"207184",34591,43811 -"207185",34591,43895 -"207186",34591,43935 -"207187",34591,43966 -"207188",34591,43968 -"207189",34591,43992 -"207190",34591,43997 -"207191",34591,43999 -"207192",34591,44000 -"207193",34592,48628 -"207194",34592,75281 -"207195",34592,81320 -"207196",34592,90386 -"207197",34594,34615 -"207198",34594,34950 -"207199",34594,38366 -"207200",34594,59936 -"207201",34594,73908 -"207202",34594,75784 -"207203",34594,76128 -"207204",34594,82735 -"207205",34594,84517 -"207206",34594,85094 -"207207",34595,37666 -"207208",34595,37724 -"207209",34596,39380 -"207210",34596,47759 -"207211",34596,59324 -"207212",34596,79912 -"207213",34596,95658 -"207214",34596,103093 -"207215",34596,103420 -"207216",34596,108676 -"207217",34596,108685 -"207218",34597,41843 -"207219",34597,44585 -"207220",34597,44648 -"207221",34597,53786 -"207222",34597,55189 -"207223",34597,62810 -"207224",34597,96763 -"207225",34597,104978 -"207226",34598,56700 -"207227",34598,87712 -"207228",34599,56650 -"207229",34599,56652 -"207230",34599,66451 -"207231",34601,39116 -"207232",34601,40248 -"207233",34601,40766 -"207234",34601,41666 -"207235",34601,41735 -"207236",34601,47422 -"207237",34601,54732 -"207238",34601,73375 -"207239",34601,73527 -"207240",34601,77243 -"207241",34601,79797 -"207242",34601,83070 -"207243",34601,97533 -"207244",34601,97548 -"207245",34601,97561 -"207246",34601,100727 -"207247",34601,107851 -"207248",34601,110796 -"207249",34601,111127 -"207250",34601,112198 -"207251",34601,114210 -"207252",34601,114402 -"207253",34601,123467 -"207254",34602,34673 -"207255",34602,54813 -"207256",34603,54288 -"207257",34603,57407 -"207258",34603,109767 -"207259",34604,37101 -"207260",34604,42995 -"207261",34604,76099 -"207262",34604,116582 -"207263",34605,34698 -"207264",34605,56606 -"207265",34606,42971 -"207266",34606,104699 -"207267",34607,47303 -"207268",34608,35673 -"207269",34608,45684 -"207270",34608,46173 -"207271",34608,55703 -"207272",34608,55706 -"207273",34608,55803 -"207274",34608,57414 -"207275",34608,75403 -"207276",34608,79082 -"207277",34609,50669 -"207278",34609,71979 -"207279",34609,73460 -"207280",34610,39546 -"207281",34610,47678 -"207282",34610,47984 -"207283",34610,55570 -"207284",34611,39848 -"207285",34611,54988 -"207286",34612,44711 -"207287",34612,50699 -"207288",34612,51260 -"207289",34612,55393 -"207290",34612,57267 -"207291",34612,59398 -"207292",34612,61094 -"207293",34612,63184 -"207294",34612,63670 -"207295",34612,64505 -"207296",34612,70293 -"207297",34614,34631 -"207298",34614,34668 -"207299",34614,34905 -"207300",34614,35983 -"207301",34614,38270 -"207302",34614,40113 -"207303",34614,42289 -"207304",34614,48281 -"207305",34614,48380 -"207306",34614,50662 -"207307",34614,56216 -"207308",34614,59615 -"207309",34614,62679 -"207310",34614,63105 -"207311",34614,68001 -"207312",34614,68475 -"207313",34614,68917 -"207314",34614,69296 -"207315",34614,71106 -"207316",34614,73655 -"207317",34614,75767 -"207318",34614,76046 -"207319",34614,76459 -"207320",34614,76808 -"207321",34614,77727 -"207322",34614,78224 -"207323",34614,79222 -"207324",34614,80575 -"207325",34614,82978 -"207326",34614,83306 -"207327",34614,85027 -"207328",34614,88412 -"207329",34614,88464 -"207330",34614,89304 -"207331",34614,90275 -"207332",34614,90426 -"207333",34614,91112 -"207334",34614,91376 -"207335",34614,91526 -"207336",34614,93425 -"207337",34614,93523 -"207338",34614,94520 -"207339",34614,95954 -"207340",34614,99544 -"207341",34614,99547 -"207342",34614,99554 -"207343",34614,100595 -"207344",34614,100739 -"207345",34614,100819 -"207346",34614,101898 -"207347",34614,101988 -"207348",34614,102146 -"207349",34614,102201 -"207350",34614,102309 -"207351",34614,102635 -"207352",34614,102730 -"207353",34614,102846 -"207354",34614,103790 -"207355",34614,104095 -"207356",34614,104574 -"207357",34614,104784 -"207358",34614,104845 -"207359",34614,107269 -"207360",34614,107623 -"207361",34614,107714 -"207362",34614,107879 -"207363",34614,107975 -"207364",34615,35460 -"207365",34615,64114 -"207366",34616,36919 -"207367",34616,42744 -"207368",34616,42911 -"207369",34616,71009 -"207370",34616,92553 -"207371",34616,93019 -"207372",34616,96681 -"207373",34616,97213 -"207374",34616,97499 -"207375",34616,99188 -"207376",34616,101033 -"207377",34616,103863 -"207378",34616,107158 -"207379",34616,108214 -"207380",34616,111453 -"207381",34616,112357 -"207382",34616,112707 -"207383",34617,76833 -"207384",34618,34619 -"207385",34618,38256 -"207386",34618,61696 -"207387",34618,87501 -"207388",34619,63637 -"207389",34619,66070 -"207390",34620,38525 -"207391",34620,41713 -"207392",34620,42087 -"207393",34620,45047 -"207394",34620,45980 -"207395",34620,48202 -"207396",34620,48212 -"207397",34620,53132 -"207398",34620,53227 -"207399",34620,55111 -"207400",34620,58628 -"207401",34620,61801 -"207402",34620,64350 -"207403",34620,73044 -"207404",34620,73058 -"207405",34620,73335 -"207406",34620,78063 -"207407",34620,78429 -"207408",34620,78569 -"207409",34620,82143 -"207410",34620,83231 -"207411",34620,86471 -"207412",34620,90804 -"207413",34620,91022 -"207414",34620,91045 -"207415",34620,95675 -"207416",34620,101516 -"207417",34620,102387 -"207418",34620,108374 -"207419",34620,108893 -"207420",34620,109101 -"207421",34620,109523 -"207422",34620,110993 -"207423",34620,111338 -"207424",34620,111398 -"207425",34620,111409 -"207426",34620,111480 -"207427",34620,112422 -"207428",34620,112648 -"207429",34620,112708 -"207430",34620,112820 -"207431",34620,112997 -"207432",34620,113597 -"207433",34620,114418 -"207434",34620,114582 -"207435",34620,115371 -"207436",34620,116028 -"207437",34620,116604 -"207438",34621,59182 -"207439",34621,76282 -"207440",34621,78264 -"207441",34621,88969 -"207442",34621,97193 -"207443",34621,101040 -"207444",34621,101043 -"207445",34621,101050 -"207446",34621,101051 -"207447",34621,101054 -"207448",34621,101627 -"207449",34621,102259 -"207450",34622,34638 -"207451",34622,43362 -"207452",34622,65004 -"207453",34622,113073 -"207454",34623,82054 -"207455",34623,82079 -"207456",34625,34686 -"207457",34625,36285 -"207458",34625,38419 -"207459",34625,55344 -"207460",34625,81993 -"207461",34625,82667 -"207462",34627,81367 -"207463",34627,98260 -"207464",34627,122133 -"207465",34627,122664 -"207466",34628,43961 -"207467",34628,47208 -"207468",34629,38685 -"207469",34629,68332 -"207470",34629,84390 -"207471",34629,98552 -"207472",34630,34678 -"207473",34631,34668 -"207474",34631,35983 -"207475",34631,38270 -"207476",34631,40113 -"207477",34631,42289 -"207478",34631,48281 -"207479",34631,48380 -"207480",34631,50662 -"207481",34631,56216 -"207482",34631,59615 -"207483",34631,62679 -"207484",34631,63105 -"207485",34631,68001 -"207486",34631,68475 -"207487",34631,68917 -"207488",34631,69296 -"207489",34631,71106 -"207490",34631,73655 -"207491",34631,75767 -"207492",34631,76046 -"207493",34631,76459 -"207494",34631,76808 -"207495",34631,77727 -"207496",34631,78224 -"207497",34631,79222 -"207498",34631,82978 -"207499",34631,83306 -"207500",34631,85027 -"207501",34631,88412 -"207502",34631,90275 -"207503",34631,90426 -"207504",34631,91112 -"207505",34631,91526 -"207506",34631,93425 -"207507",34631,93523 -"207508",34631,94520 -"207509",34631,95954 -"207510",34631,99544 -"207511",34631,99547 -"207512",34631,99554 -"207513",34631,100595 -"207514",34631,100739 -"207515",34631,100819 -"207516",34631,101898 -"207517",34631,101988 -"207518",34631,102146 -"207519",34631,102201 -"207520",34631,102309 -"207521",34631,102635 -"207522",34631,102730 -"207523",34631,102846 -"207524",34631,103790 -"207525",34631,104095 -"207526",34631,104574 -"207527",34631,104784 -"207528",34631,104845 -"207529",34631,107269 -"207530",34631,107623 -"207531",34631,107714 -"207532",34631,107879 -"207533",34631,107975 -"207534",34632,35926 -"207535",34632,37482 -"207536",34632,44481 -"207537",34632,62244 -"207538",34632,74796 -"207539",34632,94306 -"207540",34632,119074 -"207541",34633,45038 -"207542",34634,35891 -"207543",34634,35893 -"207544",34634,115625 -"207545",34635,34636 -"207546",34636,64832 -"207547",34637,38677 -"207548",34637,54766 -"207549",34637,68789 -"207550",34637,83804 -"207551",34637,120645 -"207552",34638,118645 -"207553",34640,35512 -"207554",34640,41062 -"207555",34640,47237 -"207556",34640,48219 -"207557",34640,52845 -"207558",34640,63188 -"207559",34640,74273 -"207560",34640,85199 -"207561",34640,97359 -"207562",34641,120467 -"207563",34642,34870 -"207564",34642,84162 -"207565",34642,87697 -"207566",34642,94576 -"207567",34643,68341 -"207568",34643,69305 -"207569",34643,76750 -"207570",34644,42352 -"207571",34644,50288 -"207572",34644,50296 -"207573",34644,53605 -"207574",34644,66815 -"207575",34644,101001 -"207576",34645,64997 -"207577",34646,34683 -"207578",34646,34687 -"207579",34647,101129 -"207580",34647,108967 -"207581",34648,35562 -"207582",34648,35630 -"207583",34648,36077 -"207584",34648,40719 -"207585",34648,46283 -"207586",34648,48023 -"207587",34648,52657 -"207588",34648,56250 -"207589",34648,60238 -"207590",34648,60523 -"207591",34648,64806 -"207592",34648,70713 -"207593",34648,76564 -"207594",34648,83526 -"207595",34648,89558 -"207596",34648,91279 -"207597",34648,96273 -"207598",34648,99279 -"207599",34648,103397 -"207600",34648,103682 -"207601",34648,109167 -"207602",34648,109832 -"207603",34648,117786 -"207604",34648,117791 -"207605",34648,117795 -"207606",34650,34655 -"207607",34650,34656 -"207608",34650,34769 -"207609",34651,37893 -"207610",34651,38748 -"207611",34651,40237 -"207612",34651,48260 -"207613",34651,58133 -"207614",34651,60711 -"207615",34651,89173 -"207616",34651,89174 -"207617",34652,44158 -"207618",34653,37609 -"207619",34653,40895 -"207620",34653,42748 -"207621",34653,47277 -"207622",34653,62726 -"207623",34653,78300 -"207624",34653,81058 -"207625",34653,101924 -"207626",34653,107371 -"207627",34654,35955 -"207628",34654,37310 -"207629",34654,45561 -"207630",34654,45786 -"207631",34654,47197 -"207632",34654,47854 -"207633",34654,55731 -"207634",34654,58886 -"207635",34654,59573 -"207636",34655,34656 -"207637",34655,34769 -"207638",34656,34769 -"207639",34657,35908 -"207640",34658,44150 -"207641",34658,45763 -"207642",34658,55420 -"207643",34658,60997 -"207644",34658,63569 -"207645",34658,77661 -"207646",34658,79041 -"207647",34658,84598 -"207648",34658,88413 -"207649",34658,88559 -"207650",34658,94922 -"207651",34658,98477 -"207652",34659,39135 -"207653",34659,54373 -"207654",34659,92655 -"207655",34661,60071 -"207656",34664,35050 -"207657",34664,70435 -"207658",34665,45378 -"207659",34665,50400 -"207660",34665,95292 -"207661",34666,45435 -"207662",34666,53356 -"207663",34666,75420 -"207664",34667,44857 -"207665",34667,54248 -"207666",34667,54575 -"207667",34667,83280 -"207668",34667,86884 -"207669",34667,87052 -"207670",34668,35983 -"207671",34668,38270 -"207672",34668,40113 -"207673",34668,42247 -"207674",34668,42289 -"207675",34668,48281 -"207676",34668,48380 -"207677",34668,50662 -"207678",34668,51777 -"207679",34668,56216 -"207680",34668,59615 -"207681",34668,62679 -"207682",34668,63105 -"207683",34668,68001 -"207684",34668,68475 -"207685",34668,68917 -"207686",34668,69296 -"207687",34668,71106 -"207688",34668,73655 -"207689",34668,75470 -"207690",34668,75767 -"207691",34668,76046 -"207692",34668,76459 -"207693",34668,76808 -"207694",34668,77727 -"207695",34668,78224 -"207696",34668,79222 -"207697",34668,82978 -"207698",34668,83306 -"207699",34668,85027 -"207700",34668,88412 -"207701",34668,90275 -"207702",34668,90426 -"207703",34668,91112 -"207704",34668,91526 -"207705",34668,93425 -"207706",34668,93523 -"207707",34668,94520 -"207708",34668,95954 -"207709",34668,99544 -"207710",34668,99547 -"207711",34668,99554 -"207712",34668,100595 -"207713",34668,100739 -"207714",34668,100819 -"207715",34668,101111 -"207716",34668,101898 -"207717",34668,101988 -"207718",34668,102146 -"207719",34668,102201 -"207720",34668,102309 -"207721",34668,102635 -"207722",34668,102730 -"207723",34668,102846 -"207724",34668,103790 -"207725",34668,104095 -"207726",34668,104574 -"207727",34668,104784 -"207728",34668,104845 -"207729",34668,107269 -"207730",34668,107623 -"207731",34668,107714 -"207732",34668,107879 -"207733",34668,107975 -"207734",34669,34719 -"207735",34669,44830 -"207736",34669,59722 -"207737",34669,97759 -"207738",34669,99680 -"207739",34669,99702 -"207740",34669,112932 -"207741",34670,34672 -"207742",34670,64863 -"207743",34670,66228 -"207744",34670,71779 -"207745",34670,79636 -"207746",34670,89375 -"207747",34670,94802 -"207748",34670,104411 -"207749",34670,113862 -"207750",34670,113909 -"207751",34670,117770 -"207752",34671,50945 -"207753",34672,60397 -"207754",34672,64739 -"207755",34672,71779 -"207756",34672,76645 -"207757",34672,79636 -"207758",34672,89375 -"207759",34672,104411 -"207760",34672,113909 -"207761",34674,119517 -"207762",34675,36249 -"207763",34675,37234 -"207764",34675,67573 -"207765",34675,74736 -"207766",34676,53690 -"207767",34677,53999 -"207768",34677,76919 -"207769",34677,114308 -"207770",34679,90250 -"207771",34679,90316 -"207772",34679,90317 -"207773",34680,41749 -"207774",34680,43990 -"207775",34680,57800 -"207776",34680,59392 -"207777",34681,46793 -"207778",34681,62742 -"207779",34681,71025 -"207780",34681,107540 -"207781",34681,116306 -"207782",34681,116324 -"207783",34681,116661 -"207784",34682,42258 -"207785",34682,47046 -"207786",34682,51234 -"207787",34682,53401 -"207788",34682,74126 -"207789",34682,91532 -"207790",34682,100662 -"207791",34682,105957 -"207792",34682,117230 -"207793",34682,119952 -"207794",34683,34687 -"207795",34683,37470 -"207796",34683,42162 -"207797",34683,67949 -"207798",34684,41343 -"207799",34684,54411 -"207800",34684,72845 -"207801",34684,96841 -"207802",34684,105516 -"207803",34685,48094 -"207804",34685,55878 -"207805",34685,79705 -"207806",34685,81608 -"207807",34685,81963 -"207808",34685,87938 -"207809",34685,100450 -"207810",34685,100459 -"207811",34685,105115 -"207812",34685,114887 -"207813",34686,36285 -"207814",34686,96204 -"207815",34686,96219 -"207816",34686,96279 -"207817",34686,103726 -"207818",34686,103751 -"207819",34689,34712 -"207820",34689,34792 -"207821",34689,35643 -"207822",34689,103014 -"207823",34690,62735 -"207824",34691,57343 -"207825",34692,39021 -"207826",34692,41804 -"207827",34692,41834 -"207828",34692,45060 -"207829",34692,46617 -"207830",34692,47982 -"207831",34692,48070 -"207832",34692,49711 -"207833",34692,49952 -"207834",34692,50114 -"207835",34692,54749 -"207836",34692,56499 -"207837",34692,56883 -"207838",34692,57267 -"207839",34692,58927 -"207840",34692,61608 -"207841",34692,67583 -"207842",34692,67584 -"207843",34693,40757 -"207844",34693,52555 -"207845",34693,58042 -"207846",34693,65751 -"207847",34693,72778 -"207848",34693,85820 -"207849",34694,34710 -"207850",34694,34818 -"207851",34694,34892 -"207852",34694,34900 -"207853",34694,42213 -"207854",34694,46809 -"207855",34694,64455 -"207856",34694,92429 -"207857",34694,95142 -"207858",34694,104650 -"207859",34694,107906 -"207860",34695,46217 -"207861",34695,73547 -"207862",34695,84636 -"207863",34695,84655 -"207864",34695,92307 -"207865",34695,95406 -"207866",34695,97370 -"207867",34695,103106 -"207868",34695,103119 -"207869",34696,48081 -"207870",34696,51733 -"207871",34696,59003 -"207872",34696,80015 -"207873",34696,91269 -"207874",34696,91270 -"207875",34699,35440 -"207876",34699,86671 -"207877",34700,36777 -"207878",34700,41782 -"207879",34700,105372 -"207880",34701,37955 -"207881",34701,38799 -"207882",34701,40725 -"207883",34701,70545 -"207884",34701,72467 -"207885",34701,73095 -"207886",34701,75662 -"207887",34701,100568 -"207888",34703,65500 -"207889",34705,71770 -"207890",34705,122721 -"207891",34706,34722 -"207892",34706,39681 -"207893",34706,61252 -"207894",34706,61620 -"207895",34706,65627 -"207896",34707,34857 -"207897",34707,49359 -"207898",34707,99302 -"207899",34708,75115 -"207900",34708,108704 -"207901",34708,112621 -"207902",34708,118999 -"207903",34709,38645 -"207904",34709,67032 -"207905",34710,34818 -"207906",34710,34892 -"207907",34710,34900 -"207908",34710,57429 -"207909",34711,37100 -"207910",34711,38366 -"207911",34711,44729 -"207912",34711,64338 -"207913",34711,64938 -"207914",34711,76357 -"207915",34711,79997 -"207916",34711,80010 -"207917",34711,84625 -"207918",34711,86140 -"207919",34711,88583 -"207920",34711,112559 -"207921",34712,34792 -"207922",34712,115295 -"207923",34712,118533 -"207924",34712,118657 -"207925",34713,40638 -"207926",34713,42564 -"207927",34713,56234 -"207928",34713,59252 -"207929",34713,61960 -"207930",34713,65245 -"207931",34713,65316 -"207932",34713,75354 -"207933",34713,78852 -"207934",34714,69681 -"207935",34716,34880 -"207936",34717,72500 -"207937",34717,74242 -"207938",34718,34720 -"207939",34719,54437 -"207940",34719,59722 -"207941",34719,70415 -"207942",34719,71753 -"207943",34719,115037 -"207944",34721,38417 -"207945",34721,39198 -"207946",34721,64578 -"207947",34721,70658 -"207948",34721,115234 -"207949",34722,39681 -"207950",34722,61252 -"207951",34722,61620 -"207952",34723,38657 -"207953",34723,42251 -"207954",34724,58805 -"207955",34724,118814 -"207956",34725,40463 -"207957",34725,92160 -"207958",34725,110936 -"207959",34725,113896 -"207960",34725,121328 -"207961",34726,34780 -"207962",34726,52655 -"207963",34728,52779 -"207964",34728,88195 -"207965",34729,52806 -"207966",34729,52882 -"207967",34729,67237 -"207968",34729,90971 -"207969",34730,35082 -"207970",34730,42133 -"207971",34730,50278 -"207972",34730,57535 -"207973",34730,59097 -"207974",34730,66340 -"207975",34730,97874 -"207976",34730,97997 -"207977",34730,100131 -"207978",34730,101250 -"207979",34731,45377 -"207980",34731,71654 -"207981",34731,74127 -"207982",34731,79804 -"207983",34731,101616 -"207984",34731,102433 -"207985",34731,110119 -"207986",34731,110863 -"207987",34732,35023 -"207988",34732,96969 -"207989",34734,40432 -"207990",34734,84018 -"207991",34735,41285 -"207992",34735,41720 -"207993",34735,42510 -"207994",34735,42591 -"207995",34735,42619 -"207996",34735,43124 -"207997",34735,51299 -"207998",34735,67817 -"207999",34735,91546 -"208000",34735,93746 -"208001",34735,105595 -"208002",34736,35423 -"208003",34736,41485 -"208004",34736,94637 -"208005",34736,97637 -"208006",34736,104669 -"208007",34737,57037 -"208008",34738,43825 -"208009",34738,44372 -"208010",34738,50831 -"208011",34738,51593 -"208012",34738,56033 -"208013",34738,60647 -"208014",34738,67258 -"208015",34738,68273 -"208016",34738,68620 -"208017",34738,75304 -"208018",34738,81542 -"208019",34738,104339 -"208020",34738,118380 -"208021",34738,119815 -"208022",34739,35006 -"208023",34739,38608 -"208024",34739,39189 -"208025",34739,47030 -"208026",34739,57926 -"208027",34739,60837 -"208028",34739,68557 -"208029",34739,76994 -"208030",34739,78878 -"208031",34739,88409 -"208032",34739,89126 -"208033",34739,93469 -"208034",34739,102314 -"208035",34739,106252 -"208036",34740,85574 -"208037",34741,45025 -"208038",34741,55113 -"208039",34741,80071 -"208040",34741,80134 -"208041",34741,82684 -"208042",34741,108795 -"208043",34741,112980 -"208044",34742,74579 -"208045",34742,88744 -"208046",34742,97334 -"208047",34742,98004 -"208048",34742,110405 -"208049",34744,34757 -"208050",34744,34804 -"208051",34745,34770 -"208052",34745,64215 -"208053",34746,34887 -"208054",34746,45585 -"208055",34746,80080 -"208056",34748,62089 -"208057",34748,70457 -"208058",34748,84698 -"208059",34749,43560 -"208060",34749,44499 -"208061",34749,48121 -"208062",34749,48162 -"208063",34749,75161 -"208064",34749,81455 -"208065",34749,97635 -"208066",34750,75330 -"208067",34751,87029 -"208068",34752,34876 -"208069",34752,48902 -"208070",34752,55198 -"208071",34753,35895 -"208072",34753,60400 -"208073",34753,72009 -"208074",34754,34855 -"208075",34755,63741 -"208076",34755,122261 -"208077",34756,43178 -"208078",34757,34804 -"208079",34757,46179 -"208080",34757,47120 -"208081",34757,48238 -"208082",34757,71874 -"208083",34757,75514 -"208084",34757,92930 -"208085",34757,92962 -"208086",34757,110772 -"208087",34757,114156 -"208088",34758,34899 -"208089",34758,45185 -"208090",34758,54389 -"208091",34758,56661 -"208092",34758,64283 -"208093",34758,94665 -"208094",34758,99413 -"208095",34759,36578 -"208096",34760,48136 -"208097",34760,53594 -"208098",34760,56585 -"208099",34761,36593 -"208100",34761,38917 -"208101",34761,39788 -"208102",34761,42616 -"208103",34761,51791 -"208104",34761,52168 -"208105",34761,56976 -"208106",34761,64947 -"208107",34761,68014 -"208108",34761,70006 -"208109",34761,71027 -"208110",34762,62435 -"208111",34762,77115 -"208112",34762,103402 -"208113",34762,103411 -"208114",34763,35016 -"208115",34763,38497 -"208116",34763,48376 -"208117",34763,62694 -"208118",34763,70204 -"208119",34763,71028 -"208120",34763,86681 -"208121",34764,34783 -"208122",34764,34795 -"208123",34764,34800 -"208124",34764,34839 -"208125",34764,34841 -"208126",34764,34848 -"208127",34764,34849 -"208128",34764,34850 -"208129",34764,34867 -"208130",34764,34868 -"208131",34764,34882 -"208132",34764,34895 -"208133",34764,34917 -"208134",34764,34919 -"208135",34764,47828 -"208136",34765,50914 -"208137",34765,59877 -"208138",34765,59890 -"208139",34765,70849 -"208140",34766,111040 -"208141",34767,59755 -"208142",34767,66708 -"208143",34767,76824 -"208144",34767,90626 -"208145",34767,115455 -"208146",34768,59867 -"208147",34769,42032 -"208148",34769,57915 -"208149",34771,39723 -"208150",34771,75316 -"208151",34772,36667 -"208152",34772,89342 -"208153",34773,34828 -"208154",34775,40879 -"208155",34775,82828 -"208156",34775,105144 -"208157",34775,105151 -"208158",34775,105166 -"208159",34775,105175 -"208160",34775,105267 -"208161",34776,38899 -"208162",34776,38984 -"208163",34776,38994 -"208164",34776,69980 -"208165",34777,36875 -"208166",34777,43204 -"208167",34777,44591 -"208168",34777,45933 -"208169",34777,48608 -"208170",34777,49609 -"208171",34777,58627 -"208172",34777,62647 -"208173",34777,71575 -"208174",34777,79366 -"208175",34778,43321 -"208176",34778,60052 -"208177",34779,34790 -"208178",34779,34832 -"208179",34779,34843 -"208180",34779,39163 -"208181",34779,58218 -"208182",34779,63138 -"208183",34779,65847 -"208184",34779,65916 -"208185",34779,73537 -"208186",34779,73938 -"208187",34779,74931 -"208188",34780,43703 -"208189",34780,49031 -"208190",34780,64502 -"208191",34782,50270 -"208192",34782,53761 -"208193",34782,72657 -"208194",34783,34795 -"208195",34783,34800 -"208196",34783,34839 -"208197",34783,34841 -"208198",34783,34848 -"208199",34783,34849 -"208200",34783,34850 -"208201",34783,34867 -"208202",34783,34868 -"208203",34783,34882 -"208204",34783,34895 -"208205",34783,34917 -"208206",34783,34919 -"208207",34783,47828 -"208208",34784,34936 -"208209",34784,57697 -"208210",34784,58390 -"208211",34784,76378 -"208212",34784,116134 -"208213",34786,45844 -"208214",34786,84586 -"208215",34786,105795 -"208216",34786,111408 -"208217",34787,35549 -"208218",34787,69482 -"208219",34787,69483 -"208220",34787,69484 -"208221",34787,69527 -"208222",34787,69676 -"208223",34787,69694 -"208224",34787,69800 -"208225",34787,69894 -"208226",34787,69917 -"208227",34788,71577 -"208228",34789,75990 -"208229",34789,116346 -"208230",34789,119956 -"208231",34790,34832 -"208232",34790,34843 -"208233",34791,35715 -"208234",34791,38722 -"208235",34791,40819 -"208236",34791,43843 -"208237",34791,44108 -"208238",34791,44110 -"208239",34791,90151 -"208240",34791,94540 -"208241",34791,108529 -"208242",34791,121185 -"208243",34794,44281 -"208244",34795,34800 -"208245",34795,34839 -"208246",34795,34841 -"208247",34795,34848 -"208248",34795,34849 -"208249",34795,34850 -"208250",34795,34867 -"208251",34795,34868 -"208252",34795,34882 -"208253",34795,34895 -"208254",34795,34917 -"208255",34795,34919 -"208256",34795,47828 -"208257",34796,45097 -"208258",34796,58716 -"208259",34797,34798 -"208260",34797,63077 -"208261",34798,64434 -"208262",34799,45843 -"208263",34799,62984 -"208264",34799,85161 -"208265",34799,92399 -"208266",34799,110310 -"208267",34799,121654 -"208268",34800,34839 -"208269",34800,34841 -"208270",34800,34848 -"208271",34800,34849 -"208272",34800,34850 -"208273",34800,34867 -"208274",34800,34868 -"208275",34800,34882 -"208276",34800,34895 -"208277",34800,34917 -"208278",34800,34919 -"208279",34800,47828 -"208280",34802,57160 -"208281",34803,50180 -"208282",34803,65669 -"208283",34803,76141 -"208284",34803,81992 -"208285",34803,82007 -"208286",34803,84523 -"208287",34803,107362 -"208288",34804,35980 -"208289",34804,48238 -"208290",34804,53074 -"208291",34804,53080 -"208292",34804,58044 -"208293",34804,114156 -"208294",34805,42591 -"208295",34806,63811 -"208296",34806,104327 -"208297",34807,43893 -"208298",34807,72704 -"208299",34808,44157 -"208300",34808,66909 -"208301",34808,74904 -"208302",34809,42076 -"208303",34809,69312 -"208304",34810,39642 -"208305",34810,102755 -"208306",34810,111548 -"208307",34811,50301 -"208308",34811,72154 -"208309",34811,82993 -"208310",34811,83173 -"208311",34811,96061 -"208312",34812,34821 -"208313",34812,51376 -"208314",34812,67122 -"208315",34813,34878 -"208316",34813,41892 -"208317",34813,55103 -"208318",34815,121958 -"208319",34816,59780 -"208320",34816,85390 -"208321",34817,34945 -"208322",34817,34956 -"208323",34817,55797 -"208324",34817,81679 -"208325",34817,90175 -"208326",34817,113114 -"208327",34818,34892 -"208328",34818,34900 -"208329",34818,56833 -"208330",34818,62019 -"208331",34818,77493 -"208332",34818,108022 -"208333",34819,34830 -"208334",34819,114891 -"208335",34820,36578 -"208336",34820,40905 -"208337",34820,44975 -"208338",34820,48702 -"208339",34820,49359 -"208340",34821,55615 -"208341",34821,64720 -"208342",34823,69745 -"208343",34824,36938 -"208344",34824,87888 -"208345",34826,74570 -"208346",34827,48445 -"208347",34829,41282 -"208348",34829,68662 -"208349",34829,72893 -"208350",34829,76145 -"208351",34829,92692 -"208352",34831,41580 -"208353",34831,43236 -"208354",34831,44258 -"208355",34831,46668 -"208356",34831,54968 -"208357",34831,55472 -"208358",34831,59958 -"208359",34831,69311 -"208360",34831,76301 -"208361",34831,76303 -"208362",34831,77661 -"208363",34831,79009 -"208364",34831,79041 -"208365",34831,85496 -"208366",34832,34843 -"208367",34832,63781 -"208368",34832,65847 -"208369",34832,65916 -"208370",34832,66140 -"208371",34832,66174 -"208372",34832,70936 -"208373",34832,85203 -"208374",34833,35406 -"208375",34833,43159 -"208376",34833,55273 -"208377",34833,78375 -"208378",34833,93965 -"208379",34833,94012 -"208380",34835,38999 -"208381",34835,84782 -"208382",34835,110728 -"208383",34835,113044 -"208384",34836,38019 -"208385",34836,41315 -"208386",34836,43140 -"208387",34836,43591 -"208388",34836,47614 -"208389",34836,57348 -"208390",34836,57353 -"208391",34836,61675 -"208392",34836,62419 -"208393",34836,65006 -"208394",34836,72468 -"208395",34836,77018 -"208396",34836,77208 -"208397",34836,85835 -"208398",34836,86232 -"208399",34836,94605 -"208400",34836,103589 -"208401",34836,105092 -"208402",34836,109186 -"208403",34836,109421 -"208404",34836,111636 -"208405",34836,114890 -"208406",34838,35012 -"208407",34838,35025 -"208408",34839,34841 -"208409",34839,34848 -"208410",34839,34849 -"208411",34839,34850 -"208412",34839,34867 -"208413",34839,34868 -"208414",34839,34882 -"208415",34839,34895 -"208416",34839,34917 -"208417",34839,34919 -"208418",34839,47828 -"208419",34840,45596 -"208420",34840,48357 -"208421",34840,50380 -"208422",34840,51396 -"208423",34840,58035 -"208424",34840,64031 -"208425",34840,67434 -"208426",34840,72154 -"208427",34840,78875 -"208428",34840,79766 -"208429",34840,80471 -"208430",34840,82203 -"208431",34840,101783 -"208432",34840,109319 -"208433",34840,111888 -"208434",34841,34848 -"208435",34841,34849 -"208436",34841,34850 -"208437",34841,34867 -"208438",34841,34868 -"208439",34841,34882 -"208440",34841,34895 -"208441",34841,34917 -"208442",34841,34919 -"208443",34841,47828 -"208444",34842,65961 -"208445",34843,65847 -"208446",34843,65916 -"208447",34843,66174 -"208448",34843,70936 -"208449",34843,74931 -"208450",34843,74951 -"208451",34844,44098 -"208452",34845,42446 -"208453",34845,46929 -"208454",34845,55220 -"208455",34845,63312 -"208456",34845,71251 -"208457",34845,71444 -"208458",34845,79268 -"208459",34845,79321 -"208460",34845,79337 -"208461",34845,79493 -"208462",34845,80473 -"208463",34845,96417 -"208464",34845,102728 -"208465",34845,109627 -"208466",34846,66151 -"208467",34847,73218 -"208468",34847,115289 -"208469",34848,34849 -"208470",34848,34850 -"208471",34848,34867 -"208472",34848,34868 -"208473",34848,34882 -"208474",34848,34895 -"208475",34848,34917 -"208476",34848,34919 -"208477",34848,47828 -"208478",34849,34850 -"208479",34849,34867 -"208480",34849,34868 -"208481",34849,34882 -"208482",34849,34895 -"208483",34849,34917 -"208484",34849,34919 -"208485",34849,47828 -"208486",34850,34867 -"208487",34850,34868 -"208488",34850,34882 -"208489",34850,34895 -"208490",34850,34917 -"208491",34850,34919 -"208492",34850,47828 -"208493",34851,37818 -"208494",34851,52402 -"208495",34851,63775 -"208496",34851,75491 -"208497",34851,77238 -"208498",34851,84844 -"208499",34852,57361 -"208500",34852,86305 -"208501",34853,75752 -"208502",34853,80667 -"208503",34853,119375 -"208504",34853,119387 -"208505",34854,47821 -"208506",34854,47846 -"208507",34856,67239 -"208508",34856,72535 -"208509",34856,87958 -"208510",34857,52754 -"208511",34859,41003 -"208512",34859,43226 -"208513",34859,54872 -"208514",34859,57990 -"208515",34860,76114 -"208516",34861,34884 -"208517",34861,46055 -"208518",34861,90700 -"208519",34861,104645 -"208520",34861,104648 -"208521",34861,104655 -"208522",34861,106819 -"208523",34864,34890 -"208524",34864,55058 -"208525",34865,41804 -"208526",34865,41859 -"208527",34865,42189 -"208528",34865,45957 -"208529",34865,47309 -"208530",34865,48871 -"208531",34865,55829 -"208532",34865,67556 -"208533",34865,83273 -"208534",34865,83990 -"208535",34866,40222 -"208536",34866,43426 -"208537",34866,44792 -"208538",34866,49794 -"208539",34866,74638 -"208540",34867,34868 -"208541",34867,34882 -"208542",34867,34895 -"208543",34867,34917 -"208544",34867,34919 -"208545",34867,47828 -"208546",34868,34882 -"208547",34868,34895 -"208548",34868,34917 -"208549",34868,34919 -"208550",34868,47828 -"208551",34869,41384 -"208552",34870,35627 -"208553",34870,61191 -"208554",34870,61732 -"208555",34870,61763 -"208556",34870,61816 -"208557",34870,70155 -"208558",34871,54779 -"208559",34872,37811 -"208560",34873,43355 -"208561",34873,69823 -"208562",34873,86875 -"208563",34873,103332 -"208564",34873,107052 -"208565",34874,34889 -"208566",34874,49434 -"208567",34874,50022 -"208568",34874,51417 -"208569",34874,66070 -"208570",34874,83857 -"208571",34874,90590 -"208572",34875,45267 -"208573",34875,90136 -"208574",34877,55627 -"208575",34879,40628 -"208576",34879,42608 -"208577",34879,58626 -"208578",34879,59288 -"208579",34879,59863 -"208580",34879,72940 -"208581",34879,74699 -"208582",34879,80083 -"208583",34879,84924 -"208584",34879,91178 -"208585",34879,97636 -"208586",34879,103074 -"208587",34879,105736 -"208588",34881,78448 -"208589",34882,34895 -"208590",34882,34917 -"208591",34882,34919 -"208592",34882,47828 -"208593",34883,52331 -"208594",34883,83203 -"208595",34883,111760 -"208596",34884,42756 -"208597",34884,47862 -"208598",34884,56090 -"208599",34884,68441 -"208600",34884,68688 -"208601",34884,69447 -"208602",34884,97242 -"208603",34884,119999 -"208604",34884,120000 -"208605",34885,46312 -"208606",34885,75973 -"208607",34885,79973 -"208608",34885,112639 -"208609",34886,35000 -"208610",34886,53751 -"208611",34886,56176 -"208612",34886,71953 -"208613",34886,91679 -"208614",34886,106180 -"208615",34886,108140 -"208616",34888,103096 -"208617",34891,57075 -"208618",34892,34900 -"208619",34893,41253 -"208620",34893,84204 -"208621",34893,91238 -"208622",34893,97241 -"208623",34893,117180 -"208624",34893,117181 -"208625",34894,40042 -"208626",34894,41044 -"208627",34894,41053 -"208628",34894,41716 -"208629",34894,67729 -"208630",34895,34917 -"208631",34895,34919 -"208632",34895,47828 -"208633",34896,47590 -"208634",34897,116440 -"208635",34898,118545 -"208636",34899,81282 -"208637",34900,76939 -"208638",34902,35098 -"208639",34903,38396 -"208640",34903,73275 -"208641",34903,90395 -"208642",34904,45528 -"208643",34904,52880 -"208644",34904,60630 -"208645",34904,60702 -"208646",34905,41043 -"208647",34905,43250 -"208648",34905,47557 -"208649",34905,49147 -"208650",34905,54847 -"208651",34905,62458 -"208652",34905,64652 -"208653",34905,88199 -"208654",34905,99101 -"208655",34905,101714 -"208656",34905,102889 -"208657",34905,103118 -"208658",34905,108678 -"208659",34905,121846 -"208660",34906,35075 -"208661",34906,38531 -"208662",34906,38678 -"208663",34906,38679 -"208664",34906,38680 -"208665",34906,38732 -"208666",34906,38747 -"208667",34906,38759 -"208668",34906,38794 -"208669",34906,39195 -"208670",34906,39322 -"208671",34906,47398 -"208672",34906,48500 -"208673",34906,51447 -"208674",34906,51487 -"208675",34907,45224 -"208676",34908,40071 -"208677",34908,42170 -"208678",34908,44250 -"208679",34908,55532 -"208680",34908,60860 -"208681",34908,68680 -"208682",34908,81391 -"208683",34909,34948 -"208684",34909,48020 -"208685",34909,53219 -"208686",34909,62442 -"208687",34911,85648 -"208688",34912,35057 -"208689",34913,35509 -"208690",34913,93395 -"208691",34913,95834 -"208692",34914,36561 -"208693",34914,37978 -"208694",34914,47158 -"208695",34914,47320 -"208696",34914,47339 -"208697",34914,69158 -"208698",34915,78647 -"208699",34915,79524 -"208700",34916,41510 -"208701",34916,45516 -"208702",34916,45585 -"208703",34916,45609 -"208704",34917,34919 -"208705",34917,47828 -"208706",34918,40776 -"208707",34918,42711 -"208708",34918,44260 -"208709",34918,68683 -"208710",34918,72323 -"208711",34918,73561 -"208712",34918,95761 -"208713",34918,95883 -"208714",34918,101689 -"208715",34919,47828 -"208716",34920,40260 -"208717",34920,43634 -"208718",34920,66150 -"208719",34920,70889 -"208720",34920,70890 -"208721",34920,70908 -"208722",34920,70952 -"208723",34920,70962 -"208724",34920,70970 -"208725",34920,71098 -"208726",34920,71644 -"208727",34920,78575 -"208728",34920,83481 -"208729",34920,86334 -"208730",34920,95782 -"208731",34920,108141 -"208732",34920,108686 -"208733",34920,114470 -"208734",34921,37461 -"208735",34921,52951 -"208736",34921,53809 -"208737",34921,66644 -"208738",34921,68333 -"208739",34921,82839 -"208740",34922,78629 -"208741",34922,83552 -"208742",34922,88579 -"208743",34922,99895 -"208744",34922,102122 -"208745",34922,104694 -"208746",34923,38148 -"208747",34923,50491 -"208748",34923,86816 -"208749",34923,108433 -"208750",34924,35013 -"208751",34925,35052 -"208752",34925,36442 -"208753",34926,59079 -"208754",34926,89357 -"208755",34926,117764 -"208756",34926,119561 -"208757",34926,120089 -"208758",34927,35017 -"208759",34928,90827 -"208760",34928,95499 -"208761",34929,87110 -"208762",34929,87579 -"208763",34930,36500 -"208764",34930,36545 -"208765",34930,53292 -"208766",34930,63442 -"208767",34930,90006 -"208768",34931,77289 -"208769",34931,122730 -"208770",34932,35041 -"208771",34932,50633 -"208772",34932,52626 -"208773",34932,54916 -"208774",34932,56116 -"208775",34932,60753 -"208776",34932,64262 -"208777",34932,73151 -"208778",34932,75025 -"208779",34932,88221 -"208780",34932,88443 -"208781",34932,89887 -"208782",34932,96525 -"208783",34932,101624 -"208784",34932,102341 -"208785",34932,104981 -"208786",34932,106555 -"208787",34932,110024 -"208788",34932,110257 -"208789",34933,69290 -"208790",34933,76453 -"208791",34933,94603 -"208792",34933,102903 -"208793",34933,117442 -"208794",34933,117443 -"208795",34933,117474 -"208796",34934,41502 -"208797",34934,43534 -"208798",34934,52832 -"208799",34934,58777 -"208800",34934,68362 -"208801",34934,70463 -"208802",34934,70601 -"208803",34934,92881 -"208804",34935,55647 -"208805",34936,42066 -"208806",34936,43092 -"208807",34936,57697 -"208808",34936,58390 -"208809",34936,60223 -"208810",34936,90323 -"208811",34936,90330 -"208812",34936,99804 -"208813",34936,116134 -"208814",34936,122193 -"208815",34937,35065 -"208816",34938,35504 -"208817",34938,42910 -"208818",34938,48787 -"208819",34939,78801 -"208820",34939,91457 -"208821",34940,61132 -"208822",34942,66115 -"208823",34942,93819 -"208824",34942,100750 -"208825",34942,104662 -"208826",34942,118685 -"208827",34942,118744 -"208828",34943,48304 -"208829",34943,48697 -"208830",34943,52719 -"208831",34943,55198 -"208832",34943,85044 -"208833",34943,117797 -"208834",34943,120306 -"208835",34944,35370 -"208836",34944,35463 -"208837",34944,35502 -"208838",34945,34956 -"208839",34945,34957 -"208840",34945,34958 -"208841",34945,46503 -"208842",34945,55284 -"208843",34945,68569 -"208844",34945,80723 -"208845",34945,81878 -"208846",34945,84578 -"208847",34946,37033 -"208848",34946,37087 -"208849",34946,37800 -"208850",34946,41613 -"208851",34946,46950 -"208852",34946,52276 -"208853",34946,54161 -"208854",34946,69712 -"208855",34946,70365 -"208856",34946,72674 -"208857",34946,78089 -"208858",34946,79004 -"208859",34946,80825 -"208860",34946,118657 -"208861",34947,64286 -"208862",34948,52981 -"208863",34948,72747 -"208864",34948,72819 -"208865",34948,72859 -"208866",34948,77577 -"208867",34949,34962 -"208868",34949,35038 -"208869",34950,34965 -"208870",34950,36455 -"208871",34950,41575 -"208872",34950,46128 -"208873",34950,47688 -"208874",34950,50728 -"208875",34950,55192 -"208876",34950,78738 -"208877",34950,82456 -"208878",34950,82513 -"208879",34950,82521 -"208880",34950,82524 -"208881",34950,85784 -"208882",34951,79713 -"208883",34953,48114 -"208884",34954,35361 -"208885",34954,44137 -"208886",34954,56336 -"208887",34954,85475 -"208888",34954,90843 -"208889",34954,90866 -"208890",34954,90923 -"208891",34955,35080 -"208892",34956,34957 -"208893",34956,34958 -"208894",34956,35774 -"208895",34956,38769 -"208896",34956,51621 -"208897",34956,52099 -"208898",34956,52138 -"208899",34956,52140 -"208900",34956,52167 -"208901",34956,54411 -"208902",34956,106669 -"208903",34957,34958 -"208904",34958,89338 -"208905",34959,35010 -"208906",34959,35026 -"208907",34959,35061 -"208908",34959,35250 -"208909",34961,89157 -"208910",34962,35038 -"208911",34963,58056 -"208912",34964,39563 -"208913",34964,74730 -"208914",34965,36455 -"208915",34965,41575 -"208916",34965,46128 -"208917",34965,65679 -"208918",34965,78738 -"208919",34965,82456 -"208920",34965,82513 -"208921",34965,82521 -"208922",34965,82524 -"208923",34965,105740 -"208924",34965,105815 -"208925",34967,36510 -"208926",34967,74550 -"208927",34967,86869 -"208928",34967,92383 -"208929",34968,43917 -"208930",34969,48786 -"208931",34969,52685 -"208932",34969,61666 -"208933",34969,75567 -"208934",34969,76592 -"208935",34969,76936 -"208936",34969,82693 -"208937",34969,91314 -"208938",34969,95424 -"208939",34969,95718 -"208940",34969,99274 -"208941",34969,103056 -"208942",34969,109849 -"208943",34970,87991 -"208944",34971,40898 -"208945",34971,41803 -"208946",34971,88877 -"208947",34971,92777 -"208948",34972,34973 -"208949",34972,35018 -"208950",34972,35019 -"208951",34973,35018 -"208952",34973,35019 -"208953",34974,35022 -"208954",34974,36857 -"208955",34974,104904 -"208956",34974,105192 -"208957",34975,37221 -"208958",34975,39279 -"208959",34975,63837 -"208960",34975,68314 -"208961",34975,93283 -"208962",34975,107508 -"208963",34976,82208 -"208964",34976,107010 -"208965",34976,107019 -"208966",34976,107024 -"208967",34976,107032 -"208968",34976,107040 -"208969",34976,107058 -"208970",34977,66252 -"208971",34977,82260 -"208972",34978,67347 -"208973",34979,35027 -"208974",34980,40076 -"208975",34981,50225 -"208976",34982,61701 -"208977",34982,115571 -"208978",34983,70039 -"208979",34984,43257 -"208980",34984,53740 -"208981",34984,61829 -"208982",34984,70723 -"208983",34984,83601 -"208984",34984,86805 -"208985",34984,86828 -"208986",34984,110186 -"208987",34985,54078 -"208988",34985,69131 -"208989",34985,72438 -"208990",34985,76489 -"208991",34985,90941 -"208992",34985,94448 -"208993",34985,95204 -"208994",34986,35033 -"208995",34986,91727 -"208996",34988,36031 -"208997",34988,59251 -"208998",34988,59333 -"208999",34988,60883 -"209000",34988,82533 -"209001",34988,83680 -"209002",34988,83744 -"209003",34988,89681 -"209004",34988,90234 -"209005",34988,90321 -"209006",34988,91271 -"209007",34988,122914 -"209008",34988,122954 -"209009",34989,36521 -"209010",34989,49595 -"209011",34989,51689 -"209012",34989,55185 -"209013",34989,60603 -"209014",34989,64427 -"209015",34989,67788 -"209016",34989,70266 -"209017",34989,77376 -"209018",34989,79377 -"209019",34989,80120 -"209020",34989,82251 -"209021",34989,83458 -"209022",34989,92799 -"209023",34989,103617 -"209024",34989,103682 -"209025",34990,41063 -"209026",34990,52750 -"209027",34990,61916 -"209028",34991,66654 -"209029",34992,39140 -"209030",34992,50224 -"209031",34992,72586 -"209032",34992,102833 -"209033",34993,38792 -"209034",34993,62966 -"209035",34994,84902 -"209036",34994,106285 -"209037",34996,39044 -"209038",34996,87624 -"209039",34997,40428 -"209040",34997,42200 -"209041",34997,46570 -"209042",34997,48390 -"209043",34997,50489 -"209044",34997,60426 -"209045",34997,80200 -"209046",34997,88307 -"209047",34997,101430 -"209048",34997,118002 -"209049",34998,35020 -"209050",34999,90782 -"209051",35000,47665 -"209052",35000,54570 -"209053",35000,56176 -"209054",35000,71953 -"209055",35000,91679 -"209056",35000,94807 -"209057",35000,108140 -"209058",35000,116278 -"209059",35001,36078 -"209060",35001,86079 -"209061",35002,35044 -"209062",35002,45077 -"209063",35002,68020 -"209064",35002,68182 -"209065",35002,68239 -"209066",35004,35715 -"209067",35004,43183 -"209068",35004,46064 -"209069",35004,46768 -"209070",35004,51916 -"209071",35004,56147 -"209072",35004,65640 -"209073",35004,68345 -"209074",35004,80606 -"209075",35004,83135 -"209076",35004,87228 -"209077",35005,65861 -"209078",35006,51012 -"209079",35007,35008 -"209080",35009,35078 -"209081",35010,35026 -"209082",35010,35061 -"209083",35010,35250 -"209084",35011,42935 -"209085",35011,50867 -"209086",35011,51765 -"209087",35011,52003 -"209088",35011,66345 -"209089",35011,66896 -"209090",35012,35025 -"209091",35013,56460 -"209092",35013,76936 -"209093",35013,77104 -"209094",35013,96995 -"209095",35014,106601 -"209096",35015,74359 -"209097",35015,88754 -"209098",35015,113554 -"209099",35016,70910 -"209100",35016,101045 -"209101",35018,35019 -"209102",35019,110104 -"209103",35019,117233 -"209104",35019,117234 -"209105",35021,75848 -"209106",35021,80233 -"209107",35021,91606 -"209108",35021,92156 -"209109",35021,101878 -"209110",35021,108063 -"209111",35021,113089 -"209112",35021,113765 -"209113",35022,36857 -"209114",35022,104904 -"209115",35022,105192 -"209116",35024,59002 -"209117",35024,101533 -"209118",35024,104862 -"209119",35026,35061 -"209120",35026,35250 -"209121",35027,67953 -"209122",35027,72767 -"209123",35028,35052 -"209124",35028,35478 -"209125",35028,40290 -"209126",35028,68960 -"209127",35029,44369 -"209128",35029,115558 -"209129",35030,35903 -"209130",35030,46495 -"209131",35030,48212 -"209132",35030,88737 -"209133",35030,104217 -"209134",35031,35102 -"209135",35031,39400 -"209136",35031,61532 -"209137",35031,63514 -"209138",35031,68962 -"209139",35031,78868 -"209140",35031,85139 -"209141",35031,110300 -"209142",35032,37738 -"209143",35032,38901 -"209144",35032,39869 -"209145",35032,49281 -"209146",35032,50417 -"209147",35032,65109 -"209148",35032,65182 -"209149",35033,47960 -"209150",35033,50648 -"209151",35033,50678 -"209152",35033,50720 -"209153",35033,50971 -"209154",35033,80300 -"209155",35033,81448 -"209156",35033,91380 -"209157",35033,91727 -"209158",35033,103627 -"209159",35034,52437 -"209160",35034,71639 -"209161",35034,102372 -"209162",35035,37239 -"209163",35037,38104 -"209164",35037,38105 -"209165",35037,38520 -"209166",35037,43217 -"209167",35037,49759 -"209168",35037,56016 -"209169",35039,37132 -"209170",35039,38975 -"209171",35039,81276 -"209172",35039,81377 -"209173",35039,90707 -"209174",35039,113816 -"209175",35039,120204 -"209176",35039,120209 -"209177",35039,120911 -"209178",35040,53354 -"209179",35040,110636 -"209180",35041,37886 -"209181",35041,56116 -"209182",35041,62056 -"209183",35041,74654 -"209184",35041,78421 -"209185",35041,82943 -"209186",35041,89594 -"209187",35041,90663 -"209188",35041,94412 -"209189",35041,97278 -"209190",35041,99534 -"209191",35041,106566 -"209192",35042,35093 -"209193",35042,42474 -"209194",35042,42477 -"209195",35042,67788 -"209196",35042,92412 -"209197",35043,43961 -"209198",35043,97897 -"209199",35043,111859 -"209200",35043,122817 -"209201",35044,61405 -"209202",35045,37809 -"209203",35045,43477 -"209204",35045,50737 -"209205",35045,52327 -"209206",35045,79007 -"209207",35045,84063 -"209208",35045,84065 -"209209",35045,84069 -"209210",35045,84077 -"209211",35045,94286 -"209212",35046,51193 -"209213",35046,53936 -"209214",35046,55078 -"209215",35047,122144 -"209216",35048,106527 -"209217",35048,113860 -"209218",35048,114215 -"209219",35049,42031 -"209220",35049,42543 -"209221",35049,62837 -"209222",35049,65135 -"209223",35049,107080 -"209224",35050,45236 -"209225",35050,65913 -"209226",35050,80873 -"209227",35051,80254 -"209228",35051,97247 -"209229",35052,38920 -"209230",35052,40290 -"209231",35052,50298 -"209232",35052,68960 -"209233",35053,42775 -"209234",35053,56900 -"209235",35053,60820 -"209236",35053,61074 -"209237",35053,61239 -"209238",35053,68885 -"209239",35053,74381 -"209240",35053,79883 -"209241",35053,99517 -"209242",35053,104789 -"209243",35053,105383 -"209244",35053,117186 -"209245",35054,53585 -"209246",35054,92060 -"209247",35054,93764 -"209248",35054,101173 -"209249",35054,103385 -"209250",35055,77978 -"209251",35056,45196 -"209252",35056,56170 -"209253",35056,63081 -"209254",35056,66344 -"209255",35056,66356 -"209256",35056,71622 -"209257",35056,71722 -"209258",35057,38084 -"209259",35057,38608 -"209260",35057,58890 -"209261",35057,68609 -"209262",35057,99707 -"209263",35057,117403 -"209264",35058,40678 -"209265",35058,52413 -"209266",35058,55023 -"209267",35058,55775 -"209268",35058,68827 -"209269",35058,70762 -"209270",35058,71737 -"209271",35058,73158 -"209272",35058,76839 -"209273",35058,91139 -"209274",35058,92026 -"209275",35058,108411 -"209276",35058,122091 -"209277",35059,68299 -"209278",35059,111647 -"209279",35060,42959 -"209280",35060,44689 -"209281",35060,73699 -"209282",35060,74196 -"209283",35060,74262 -"209284",35060,74847 -"209285",35061,35250 -"209286",35062,89935 -"209287",35062,98801 -"209288",35062,108488 -"209289",35063,49575 -"209290",35064,44603 -"209291",35064,45734 -"209292",35066,95244 -"209293",35066,105037 -"209294",35066,109560 -"209295",35067,36470 -"209296",35067,45332 -"209297",35067,47399 -"209298",35067,61117 -"209299",35067,69572 -"209300",35067,87421 -"209301",35067,99281 -"209302",35067,99729 -"209303",35067,102520 -"209304",35067,108189 -"209305",35067,109795 -"209306",35068,50773 -"209307",35068,82502 -"209308",35069,39278 -"209309",35069,39318 -"209310",35069,39331 -"209311",35070,37548 -"209312",35070,49075 -"209313",35071,41069 -"209314",35071,76774 -"209315",35072,38795 -"209316",35072,54096 -"209317",35073,42512 -"209318",35073,54511 -"209319",35073,58675 -"209320",35073,88424 -"209321",35073,88517 -"209322",35073,92023 -"209323",35073,92024 -"209324",35073,92040 -"209325",35073,98649 -"209326",35074,35114 -"209327",35074,35115 -"209328",35074,35116 -"209329",35074,35117 -"209330",35074,35118 -"209331",35074,35119 -"209332",35074,35120 -"209333",35074,35121 -"209334",35074,35122 -"209335",35074,35125 -"209336",35074,35126 -"209337",35074,35127 -"209338",35074,35128 -"209339",35074,35130 -"209340",35074,35138 -"209341",35074,35139 -"209342",35074,35144 -"209343",35074,35145 -"209344",35074,35149 -"209345",35074,35150 -"209346",35074,35151 -"209347",35074,35152 -"209348",35074,35164 -"209349",35074,35165 -"209350",35074,35166 -"209351",35074,35167 -"209352",35074,35168 -"209353",35074,35169 -"209354",35074,35170 -"209355",35074,35190 -"209356",35074,35191 -"209357",35074,35192 -"209358",35074,35193 -"209359",35074,35194 -"209360",35074,35197 -"209361",35074,35198 -"209362",35074,35199 -"209363",35074,35200 -"209364",35074,35204 -"209365",35074,35205 -"209366",35074,35206 -"209367",35074,35207 -"209368",35074,35208 -"209369",35074,35210 -"209370",35074,35211 -"209371",35074,35212 -"209372",35074,35213 -"209373",35074,35220 -"209374",35074,35221 -"209375",35074,35225 -"209376",35074,35226 -"209377",35074,35227 -"209378",35074,35228 -"209379",35074,35229 -"209380",35074,35246 -"209381",35074,35247 -"209382",35074,35248 -"209383",35074,35249 -"209384",35074,35255 -"209385",35074,35271 -"209386",35074,35272 -"209387",35074,35273 -"209388",35074,35274 -"209389",35074,35275 -"209390",35074,35276 -"209391",35074,35277 -"209392",35074,35279 -"209393",35074,35280 -"209394",35074,35297 -"209395",35074,35298 -"209396",35074,35300 -"209397",35074,35310 -"209398",35074,35311 -"209399",35074,35313 -"209400",35074,35314 -"209401",35074,35315 -"209402",35074,35321 -"209403",35074,35322 -"209404",35074,35323 -"209405",35074,35324 -"209406",35074,35326 -"209407",35074,35327 -"209408",35074,35328 -"209409",35074,35330 -"209410",35074,35331 -"209411",35074,35332 -"209412",35074,35337 -"209413",35074,35343 -"209414",35074,35344 -"209415",35074,35345 -"209416",35074,35346 -"209417",35074,35347 -"209418",35074,35348 -"209419",35074,35353 -"209420",35074,35354 -"209421",35074,35355 -"209422",35074,35356 -"209423",35074,35357 -"209424",35074,35362 -"209425",35074,35363 -"209426",35074,35461 -"209427",35074,35685 -"209428",35074,35686 -"209429",35074,35687 -"209430",35074,35862 -"209431",35074,35863 -"209432",35074,35864 -"209433",35074,35865 -"209434",35074,35866 -"209435",35074,35867 -"209436",35074,35956 -"209437",35074,35957 -"209438",35074,35968 -"209439",35074,35969 -"209440",35074,35970 -"209441",35074,36094 -"209442",35074,51445 -"209443",35074,59531 -"209444",35074,63789 -"209445",35077,75392 -"209446",35077,113296 -"209447",35077,113301 -"209448",35077,113348 -"209449",35078,50807 -"209450",35078,54434 -"209451",35078,56804 -"209452",35078,56988 -"209453",35079,61753 -"209454",35079,77187 -"209455",35079,89504 -"209456",35079,91745 -"209457",35080,35946 -"209458",35080,43258 -"209459",35080,44860 -"209460",35080,52256 -"209461",35080,84420 -"209462",35080,107839 -"209463",35081,100708 -"209464",35083,35096 -"209465",35083,41670 -"209466",35084,38160 -"209467",35084,108285 -"209468",35085,50668 -"209469",35085,79502 -"209470",35086,99586 -"209471",35088,51843 -"209472",35088,53756 -"209473",35088,54385 -"209474",35088,79000 -"209475",35088,80025 -"209476",35088,84808 -"209477",35088,84828 -"209478",35088,93590 -"209479",35089,113815 -"209480",35089,115461 -"209481",35090,37956 -"209482",35090,39440 -"209483",35090,41411 -"209484",35090,53924 -"209485",35090,56864 -"209486",35092,48237 -"209487",35092,48245 -"209488",35092,61363 -"209489",35092,63631 -"209490",35092,67621 -"209491",35092,76814 -"209492",35092,80478 -"209493",35092,82755 -"209494",35092,105970 -"209495",35092,106618 -"209496",35092,108766 -"209497",35092,110565 -"209498",35092,110574 -"209499",35092,111140 -"209500",35092,112582 -"209501",35092,114164 -"209502",35092,114847 -"209503",35092,115056 -"209504",35092,115444 -"209505",35093,47280 -"209506",35093,53907 -"209507",35093,109346 -"209508",35093,118741 -"209509",35094,35095 -"209510",35094,39122 -"209511",35094,43832 -"209512",35094,44085 -"209513",35094,49373 -"209514",35094,85454 -"209515",35095,35550 -"209516",35095,50219 -"209517",35095,50913 -"209518",35095,101294 -"209519",35095,101817 -"209520",35096,122106 -"209521",35100,50301 -"209522",35100,98593 -"209523",35101,35937 -"209524",35101,50172 -"209525",35102,36762 -"209526",35102,37721 -"209527",35102,44718 -"209528",35102,61204 -"209529",35102,69651 -"209530",35102,85139 -"209531",35102,99085 -"209532",35102,99163 -"209533",35102,112021 -"209534",35103,41341 -"209535",35103,44494 -"209536",35103,45807 -"209537",35103,47181 -"209538",35103,62027 -"209539",35103,66024 -"209540",35104,35177 -"209541",35104,35236 -"209542",35104,83364 -"209543",35104,95088 -"209544",35104,95104 -"209545",35105,35462 -"209546",35105,37483 -"209547",35105,41134 -"209548",35105,53362 -"209549",35105,75359 -"209550",35108,43762 -"209551",35108,45859 -"209552",35108,62019 -"209553",35110,67775 -"209554",35111,35137 -"209555",35111,35268 -"209556",35111,81654 -"209557",35112,102441 -"209558",35112,113409 -"209559",35114,35115 -"209560",35114,35116 -"209561",35114,35117 -"209562",35114,35118 -"209563",35114,35119 -"209564",35114,35120 -"209565",35114,35121 -"209566",35114,35122 -"209567",35114,35125 -"209568",35114,35126 -"209569",35114,35127 -"209570",35114,35128 -"209571",35114,35130 -"209572",35114,35138 -"209573",35114,35139 -"209574",35114,35144 -"209575",35114,35145 -"209576",35114,35149 -"209577",35114,35150 -"209578",35114,35151 -"209579",35114,35152 -"209580",35114,35164 -"209581",35114,35165 -"209582",35114,35166 -"209583",35114,35167 -"209584",35114,35168 -"209585",35114,35169 -"209586",35114,35170 -"209587",35114,35190 -"209588",35114,35191 -"209589",35114,35192 -"209590",35114,35193 -"209591",35114,35194 -"209592",35114,35197 -"209593",35114,35198 -"209594",35114,35199 -"209595",35114,35200 -"209596",35114,35204 -"209597",35114,35205 -"209598",35114,35206 -"209599",35114,35207 -"209600",35114,35208 -"209601",35114,35210 -"209602",35114,35211 -"209603",35114,35212 -"209604",35114,35213 -"209605",35114,35220 -"209606",35114,35221 -"209607",35114,35225 -"209608",35114,35226 -"209609",35114,35227 -"209610",35114,35228 -"209611",35114,35229 -"209612",35114,35246 -"209613",35114,35247 -"209614",35114,35248 -"209615",35114,35249 -"209616",35114,35255 -"209617",35114,35271 -"209618",35114,35272 -"209619",35114,35273 -"209620",35114,35274 -"209621",35114,35275 -"209622",35114,35276 -"209623",35114,35277 -"209624",35114,35279 -"209625",35114,35280 -"209626",35114,35297 -"209627",35114,35298 -"209628",35114,35300 -"209629",35114,35310 -"209630",35114,35311 -"209631",35114,35313 -"209632",35114,35314 -"209633",35114,35315 -"209634",35114,35321 -"209635",35114,35322 -"209636",35114,35323 -"209637",35114,35324 -"209638",35114,35326 -"209639",35114,35327 -"209640",35114,35328 -"209641",35114,35330 -"209642",35114,35331 -"209643",35114,35332 -"209644",35114,35337 -"209645",35114,35343 -"209646",35114,35344 -"209647",35114,35345 -"209648",35114,35346 -"209649",35114,35347 -"209650",35114,35348 -"209651",35114,35353 -"209652",35114,35354 -"209653",35114,35355 -"209654",35114,35356 -"209655",35114,35357 -"209656",35114,35362 -"209657",35114,35363 -"209658",35114,35461 -"209659",35114,35685 -"209660",35114,35686 -"209661",35114,35687 -"209662",35114,35862 -"209663",35114,35863 -"209664",35114,35864 -"209665",35114,35865 -"209666",35114,35866 -"209667",35114,35867 -"209668",35114,35956 -"209669",35114,35957 -"209670",35114,35968 -"209671",35114,35969 -"209672",35114,35970 -"209673",35114,36094 -"209674",35114,51445 -"209675",35114,59531 -"209676",35114,63789 -"209677",35115,35116 -"209678",35115,35117 -"209679",35115,35118 -"209680",35115,35119 -"209681",35115,35120 -"209682",35115,35121 -"209683",35115,35122 -"209684",35115,35125 -"209685",35115,35126 -"209686",35115,35127 -"209687",35115,35128 -"209688",35115,35130 -"209689",35115,35138 -"209690",35115,35139 -"209691",35115,35144 -"209692",35115,35145 -"209693",35115,35149 -"209694",35115,35150 -"209695",35115,35151 -"209696",35115,35152 -"209697",35115,35164 -"209698",35115,35165 -"209699",35115,35166 -"209700",35115,35167 -"209701",35115,35168 -"209702",35115,35169 -"209703",35115,35170 -"209704",35115,35190 -"209705",35115,35191 -"209706",35115,35192 -"209707",35115,35193 -"209708",35115,35194 -"209709",35115,35197 -"209710",35115,35198 -"209711",35115,35199 -"209712",35115,35200 -"209713",35115,35204 -"209714",35115,35205 -"209715",35115,35206 -"209716",35115,35207 -"209717",35115,35208 -"209718",35115,35210 -"209719",35115,35211 -"209720",35115,35212 -"209721",35115,35213 -"209722",35115,35220 -"209723",35115,35221 -"209724",35115,35225 -"209725",35115,35226 -"209726",35115,35227 -"209727",35115,35228 -"209728",35115,35229 -"209729",35115,35246 -"209730",35115,35247 -"209731",35115,35248 -"209732",35115,35249 -"209733",35115,35255 -"209734",35115,35271 -"209735",35115,35272 -"209736",35115,35273 -"209737",35115,35274 -"209738",35115,35275 -"209739",35115,35276 -"209740",35115,35277 -"209741",35115,35279 -"209742",35115,35280 -"209743",35115,35297 -"209744",35115,35298 -"209745",35115,35300 -"209746",35115,35310 -"209747",35115,35311 -"209748",35115,35313 -"209749",35115,35314 -"209750",35115,35315 -"209751",35115,35321 -"209752",35115,35322 -"209753",35115,35323 -"209754",35115,35324 -"209755",35115,35326 -"209756",35115,35327 -"209757",35115,35328 -"209758",35115,35330 -"209759",35115,35331 -"209760",35115,35332 -"209761",35115,35337 -"209762",35115,35343 -"209763",35115,35344 -"209764",35115,35345 -"209765",35115,35346 -"209766",35115,35347 -"209767",35115,35348 -"209768",35115,35353 -"209769",35115,35354 -"209770",35115,35355 -"209771",35115,35356 -"209772",35115,35357 -"209773",35115,35362 -"209774",35115,35363 -"209775",35115,35461 -"209776",35115,35685 -"209777",35115,35686 -"209778",35115,35687 -"209779",35115,35862 -"209780",35115,35863 -"209781",35115,35864 -"209782",35115,35865 -"209783",35115,35866 -"209784",35115,35867 -"209785",35115,35956 -"209786",35115,35957 -"209787",35115,35968 -"209788",35115,35969 -"209789",35115,35970 -"209790",35115,36094 -"209791",35115,51445 -"209792",35115,59531 -"209793",35115,63789 -"209794",35116,35117 -"209795",35116,35118 -"209796",35116,35119 -"209797",35116,35120 -"209798",35116,35121 -"209799",35116,35122 -"209800",35116,35125 -"209801",35116,35126 -"209802",35116,35127 -"209803",35116,35128 -"209804",35116,35130 -"209805",35116,35138 -"209806",35116,35139 -"209807",35116,35144 -"209808",35116,35145 -"209809",35116,35149 -"209810",35116,35150 -"209811",35116,35151 -"209812",35116,35152 -"209813",35116,35164 -"209814",35116,35165 -"209815",35116,35166 -"209816",35116,35167 -"209817",35116,35168 -"209818",35116,35169 -"209819",35116,35170 -"209820",35116,35190 -"209821",35116,35191 -"209822",35116,35192 -"209823",35116,35193 -"209824",35116,35194 -"209825",35116,35197 -"209826",35116,35198 -"209827",35116,35199 -"209828",35116,35200 -"209829",35116,35204 -"209830",35116,35205 -"209831",35116,35206 -"209832",35116,35207 -"209833",35116,35208 -"209834",35116,35210 -"209835",35116,35211 -"209836",35116,35212 -"209837",35116,35213 -"209838",35116,35220 -"209839",35116,35221 -"209840",35116,35225 -"209841",35116,35226 -"209842",35116,35227 -"209843",35116,35228 -"209844",35116,35229 -"209845",35116,35246 -"209846",35116,35247 -"209847",35116,35248 -"209848",35116,35249 -"209849",35116,35255 -"209850",35116,35271 -"209851",35116,35272 -"209852",35116,35273 -"209853",35116,35274 -"209854",35116,35275 -"209855",35116,35276 -"209856",35116,35277 -"209857",35116,35279 -"209858",35116,35280 -"209859",35116,35297 -"209860",35116,35298 -"209861",35116,35300 -"209862",35116,35310 -"209863",35116,35311 -"209864",35116,35313 -"209865",35116,35314 -"209866",35116,35315 -"209867",35116,35321 -"209868",35116,35322 -"209869",35116,35323 -"209870",35116,35324 -"209871",35116,35326 -"209872",35116,35327 -"209873",35116,35328 -"209874",35116,35330 -"209875",35116,35331 -"209876",35116,35332 -"209877",35116,35337 -"209878",35116,35343 -"209879",35116,35344 -"209880",35116,35345 -"209881",35116,35346 -"209882",35116,35347 -"209883",35116,35348 -"209884",35116,35353 -"209885",35116,35354 -"209886",35116,35355 -"209887",35116,35356 -"209888",35116,35357 -"209889",35116,35362 -"209890",35116,35363 -"209891",35116,35461 -"209892",35116,35685 -"209893",35116,35686 -"209894",35116,35687 -"209895",35116,35862 -"209896",35116,35863 -"209897",35116,35864 -"209898",35116,35865 -"209899",35116,35866 -"209900",35116,35867 -"209901",35116,35956 -"209902",35116,35957 -"209903",35116,35968 -"209904",35116,35969 -"209905",35116,35970 -"209906",35116,36094 -"209907",35116,51445 -"209908",35116,59531 -"209909",35116,63789 -"209910",35117,35118 -"209911",35117,35119 -"209912",35117,35120 -"209913",35117,35121 -"209914",35117,35122 -"209915",35117,35125 -"209916",35117,35126 -"209917",35117,35127 -"209918",35117,35128 -"209919",35117,35130 -"209920",35117,35138 -"209921",35117,35139 -"209922",35117,35144 -"209923",35117,35145 -"209924",35117,35149 -"209925",35117,35150 -"209926",35117,35151 -"209927",35117,35152 -"209928",35117,35164 -"209929",35117,35165 -"209930",35117,35166 -"209931",35117,35167 -"209932",35117,35168 -"209933",35117,35169 -"209934",35117,35170 -"209935",35117,35190 -"209936",35117,35191 -"209937",35117,35192 -"209938",35117,35193 -"209939",35117,35194 -"209940",35117,35197 -"209941",35117,35198 -"209942",35117,35199 -"209943",35117,35200 -"209944",35117,35204 -"209945",35117,35205 -"209946",35117,35206 -"209947",35117,35207 -"209948",35117,35208 -"209949",35117,35210 -"209950",35117,35211 -"209951",35117,35212 -"209952",35117,35213 -"209953",35117,35220 -"209954",35117,35221 -"209955",35117,35225 -"209956",35117,35226 -"209957",35117,35227 -"209958",35117,35228 -"209959",35117,35229 -"209960",35117,35246 -"209961",35117,35247 -"209962",35117,35248 -"209963",35117,35249 -"209964",35117,35255 -"209965",35117,35271 -"209966",35117,35272 -"209967",35117,35273 -"209968",35117,35274 -"209969",35117,35275 -"209970",35117,35276 -"209971",35117,35277 -"209972",35117,35279 -"209973",35117,35280 -"209974",35117,35297 -"209975",35117,35298 -"209976",35117,35300 -"209977",35117,35310 -"209978",35117,35311 -"209979",35117,35313 -"209980",35117,35314 -"209981",35117,35315 -"209982",35117,35321 -"209983",35117,35322 -"209984",35117,35323 -"209985",35117,35324 -"209986",35117,35326 -"209987",35117,35327 -"209988",35117,35328 -"209989",35117,35330 -"209990",35117,35331 -"209991",35117,35332 -"209992",35117,35337 -"209993",35117,35343 -"209994",35117,35344 -"209995",35117,35345 -"209996",35117,35346 -"209997",35117,35347 -"209998",35117,35348 -"209999",35117,35353 -"210000",35117,35354 -"210001",35117,35355 -"210002",35117,35356 -"210003",35117,35357 -"210004",35117,35362 -"210005",35117,35363 -"210006",35117,35461 -"210007",35117,35685 -"210008",35117,35686 -"210009",35117,35687 -"210010",35117,35862 -"210011",35117,35863 -"210012",35117,35864 -"210013",35117,35865 -"210014",35117,35866 -"210015",35117,35867 -"210016",35117,35956 -"210017",35117,35957 -"210018",35117,35968 -"210019",35117,35969 -"210020",35117,35970 -"210021",35117,36094 -"210022",35117,51445 -"210023",35117,58043 -"210024",35117,59531 -"210025",35117,63789 -"210026",35117,76120 -"210027",35117,112063 -"210028",35118,35119 -"210029",35118,35120 -"210030",35118,35121 -"210031",35118,35122 -"210032",35118,35125 -"210033",35118,35126 -"210034",35118,35127 -"210035",35118,35128 -"210036",35118,35130 -"210037",35118,35138 -"210038",35118,35139 -"210039",35118,35144 -"210040",35118,35145 -"210041",35118,35149 -"210042",35118,35150 -"210043",35118,35151 -"210044",35118,35152 -"210045",35118,35164 -"210046",35118,35165 -"210047",35118,35166 -"210048",35118,35167 -"210049",35118,35168 -"210050",35118,35169 -"210051",35118,35170 -"210052",35118,35190 -"210053",35118,35191 -"210054",35118,35192 -"210055",35118,35193 -"210056",35118,35194 -"210057",35118,35197 -"210058",35118,35198 -"210059",35118,35199 -"210060",35118,35200 -"210061",35118,35204 -"210062",35118,35205 -"210063",35118,35206 -"210064",35118,35207 -"210065",35118,35208 -"210066",35118,35210 -"210067",35118,35211 -"210068",35118,35212 -"210069",35118,35213 -"210070",35118,35220 -"210071",35118,35221 -"210072",35118,35225 -"210073",35118,35226 -"210074",35118,35227 -"210075",35118,35228 -"210076",35118,35229 -"210077",35118,35246 -"210078",35118,35247 -"210079",35118,35248 -"210080",35118,35249 -"210081",35118,35255 -"210082",35118,35271 -"210083",35118,35272 -"210084",35118,35273 -"210085",35118,35274 -"210086",35118,35275 -"210087",35118,35276 -"210088",35118,35277 -"210089",35118,35279 -"210090",35118,35280 -"210091",35118,35297 -"210092",35118,35298 -"210093",35118,35300 -"210094",35118,35310 -"210095",35118,35311 -"210096",35118,35313 -"210097",35118,35314 -"210098",35118,35315 -"210099",35118,35321 -"210100",35118,35322 -"210101",35118,35323 -"210102",35118,35324 -"210103",35118,35326 -"210104",35118,35327 -"210105",35118,35328 -"210106",35118,35330 -"210107",35118,35331 -"210108",35118,35332 -"210109",35118,35337 -"210110",35118,35343 -"210111",35118,35344 -"210112",35118,35345 -"210113",35118,35346 -"210114",35118,35347 -"210115",35118,35348 -"210116",35118,35353 -"210117",35118,35354 -"210118",35118,35355 -"210119",35118,35356 -"210120",35118,35357 -"210121",35118,35362 -"210122",35118,35363 -"210123",35118,35461 -"210124",35118,35685 -"210125",35118,35686 -"210126",35118,35687 -"210127",35118,35862 -"210128",35118,35863 -"210129",35118,35864 -"210130",35118,35865 -"210131",35118,35866 -"210132",35118,35867 -"210133",35118,35956 -"210134",35118,35957 -"210135",35118,35968 -"210136",35118,35969 -"210137",35118,35970 -"210138",35118,36094 -"210139",35118,51445 -"210140",35118,59531 -"210141",35118,63789 -"210142",35119,35120 -"210143",35119,35121 -"210144",35119,35122 -"210145",35119,35125 -"210146",35119,35126 -"210147",35119,35127 -"210148",35119,35128 -"210149",35119,35130 -"210150",35119,35138 -"210151",35119,35139 -"210152",35119,35144 -"210153",35119,35145 -"210154",35119,35149 -"210155",35119,35150 -"210156",35119,35151 -"210157",35119,35152 -"210158",35119,35164 -"210159",35119,35165 -"210160",35119,35166 -"210161",35119,35167 -"210162",35119,35168 -"210163",35119,35169 -"210164",35119,35170 -"210165",35119,35190 -"210166",35119,35191 -"210167",35119,35192 -"210168",35119,35193 -"210169",35119,35194 -"210170",35119,35197 -"210171",35119,35198 -"210172",35119,35199 -"210173",35119,35200 -"210174",35119,35204 -"210175",35119,35205 -"210176",35119,35206 -"210177",35119,35207 -"210178",35119,35208 -"210179",35119,35210 -"210180",35119,35211 -"210181",35119,35212 -"210182",35119,35213 -"210183",35119,35220 -"210184",35119,35221 -"210185",35119,35225 -"210186",35119,35226 -"210187",35119,35227 -"210188",35119,35228 -"210189",35119,35229 -"210190",35119,35246 -"210191",35119,35247 -"210192",35119,35248 -"210193",35119,35249 -"210194",35119,35255 -"210195",35119,35271 -"210196",35119,35272 -"210197",35119,35273 -"210198",35119,35274 -"210199",35119,35275 -"210200",35119,35276 -"210201",35119,35277 -"210202",35119,35279 -"210203",35119,35280 -"210204",35119,35297 -"210205",35119,35298 -"210206",35119,35300 -"210207",35119,35310 -"210208",35119,35311 -"210209",35119,35313 -"210210",35119,35314 -"210211",35119,35315 -"210212",35119,35321 -"210213",35119,35322 -"210214",35119,35323 -"210215",35119,35324 -"210216",35119,35326 -"210217",35119,35327 -"210218",35119,35328 -"210219",35119,35330 -"210220",35119,35331 -"210221",35119,35332 -"210222",35119,35337 -"210223",35119,35343 -"210224",35119,35344 -"210225",35119,35345 -"210226",35119,35346 -"210227",35119,35347 -"210228",35119,35348 -"210229",35119,35353 -"210230",35119,35354 -"210231",35119,35355 -"210232",35119,35356 -"210233",35119,35357 -"210234",35119,35362 -"210235",35119,35363 -"210236",35119,35461 -"210237",35119,35685 -"210238",35119,35686 -"210239",35119,35687 -"210240",35119,35862 -"210241",35119,35863 -"210242",35119,35864 -"210243",35119,35865 -"210244",35119,35866 -"210245",35119,35867 -"210246",35119,35956 -"210247",35119,35957 -"210248",35119,35968 -"210249",35119,35969 -"210250",35119,35970 -"210251",35119,36094 -"210252",35119,51445 -"210253",35119,59531 -"210254",35119,63789 -"210255",35120,35121 -"210256",35120,35122 -"210257",35120,35125 -"210258",35120,35126 -"210259",35120,35127 -"210260",35120,35128 -"210261",35120,35130 -"210262",35120,35138 -"210263",35120,35139 -"210264",35120,35144 -"210265",35120,35145 -"210266",35120,35149 -"210267",35120,35150 -"210268",35120,35151 -"210269",35120,35152 -"210270",35120,35164 -"210271",35120,35165 -"210272",35120,35166 -"210273",35120,35167 -"210274",35120,35168 -"210275",35120,35169 -"210276",35120,35170 -"210277",35120,35190 -"210278",35120,35191 -"210279",35120,35192 -"210280",35120,35193 -"210281",35120,35194 -"210282",35120,35197 -"210283",35120,35198 -"210284",35120,35199 -"210285",35120,35200 -"210286",35120,35204 -"210287",35120,35205 -"210288",35120,35206 -"210289",35120,35207 -"210290",35120,35208 -"210291",35120,35210 -"210292",35120,35211 -"210293",35120,35212 -"210294",35120,35213 -"210295",35120,35220 -"210296",35120,35221 -"210297",35120,35225 -"210298",35120,35226 -"210299",35120,35227 -"210300",35120,35228 -"210301",35120,35229 -"210302",35120,35246 -"210303",35120,35247 -"210304",35120,35248 -"210305",35120,35249 -"210306",35120,35255 -"210307",35120,35271 -"210308",35120,35272 -"210309",35120,35273 -"210310",35120,35274 -"210311",35120,35275 -"210312",35120,35276 -"210313",35120,35277 -"210314",35120,35279 -"210315",35120,35280 -"210316",35120,35297 -"210317",35120,35298 -"210318",35120,35300 -"210319",35120,35310 -"210320",35120,35311 -"210321",35120,35313 -"210322",35120,35314 -"210323",35120,35315 -"210324",35120,35321 -"210325",35120,35322 -"210326",35120,35323 -"210327",35120,35324 -"210328",35120,35326 -"210329",35120,35327 -"210330",35120,35328 -"210331",35120,35330 -"210332",35120,35331 -"210333",35120,35332 -"210334",35120,35337 -"210335",35120,35343 -"210336",35120,35344 -"210337",35120,35345 -"210338",35120,35346 -"210339",35120,35347 -"210340",35120,35348 -"210341",35120,35353 -"210342",35120,35354 -"210343",35120,35355 -"210344",35120,35356 -"210345",35120,35357 -"210346",35120,35362 -"210347",35120,35363 -"210348",35120,35461 -"210349",35120,35685 -"210350",35120,35686 -"210351",35120,35687 -"210352",35120,35862 -"210353",35120,35863 -"210354",35120,35864 -"210355",35120,35865 -"210356",35120,35866 -"210357",35120,35867 -"210358",35120,35956 -"210359",35120,35957 -"210360",35120,35968 -"210361",35120,35969 -"210362",35120,35970 -"210363",35120,36094 -"210364",35120,51445 -"210365",35120,59531 -"210366",35120,63789 -"210367",35121,35122 -"210368",35121,35125 -"210369",35121,35126 -"210370",35121,35127 -"210371",35121,35128 -"210372",35121,35130 -"210373",35121,35138 -"210374",35121,35139 -"210375",35121,35144 -"210376",35121,35145 -"210377",35121,35149 -"210378",35121,35150 -"210379",35121,35151 -"210380",35121,35152 -"210381",35121,35164 -"210382",35121,35165 -"210383",35121,35166 -"210384",35121,35167 -"210385",35121,35168 -"210386",35121,35169 -"210387",35121,35170 -"210388",35121,35190 -"210389",35121,35191 -"210390",35121,35192 -"210391",35121,35193 -"210392",35121,35194 -"210393",35121,35197 -"210394",35121,35198 -"210395",35121,35199 -"210396",35121,35200 -"210397",35121,35204 -"210398",35121,35205 -"210399",35121,35206 -"210400",35121,35207 -"210401",35121,35208 -"210402",35121,35210 -"210403",35121,35211 -"210404",35121,35212 -"210405",35121,35213 -"210406",35121,35220 -"210407",35121,35221 -"210408",35121,35225 -"210409",35121,35226 -"210410",35121,35227 -"210411",35121,35228 -"210412",35121,35229 -"210413",35121,35246 -"210414",35121,35247 -"210415",35121,35248 -"210416",35121,35249 -"210417",35121,35255 -"210418",35121,35271 -"210419",35121,35272 -"210420",35121,35273 -"210421",35121,35274 -"210422",35121,35275 -"210423",35121,35276 -"210424",35121,35277 -"210425",35121,35279 -"210426",35121,35280 -"210427",35121,35297 -"210428",35121,35298 -"210429",35121,35300 -"210430",35121,35310 -"210431",35121,35311 -"210432",35121,35313 -"210433",35121,35314 -"210434",35121,35315 -"210435",35121,35321 -"210436",35121,35322 -"210437",35121,35323 -"210438",35121,35324 -"210439",35121,35326 -"210440",35121,35327 -"210441",35121,35328 -"210442",35121,35330 -"210443",35121,35331 -"210444",35121,35332 -"210445",35121,35337 -"210446",35121,35343 -"210447",35121,35344 -"210448",35121,35345 -"210449",35121,35346 -"210450",35121,35347 -"210451",35121,35348 -"210452",35121,35353 -"210453",35121,35354 -"210454",35121,35355 -"210455",35121,35356 -"210456",35121,35357 -"210457",35121,35362 -"210458",35121,35363 -"210459",35121,35461 -"210460",35121,35685 -"210461",35121,35686 -"210462",35121,35687 -"210463",35121,35862 -"210464",35121,35863 -"210465",35121,35864 -"210466",35121,35865 -"210467",35121,35866 -"210468",35121,35867 -"210469",35121,35956 -"210470",35121,35957 -"210471",35121,35968 -"210472",35121,35969 -"210473",35121,35970 -"210474",35121,36094 -"210475",35121,51445 -"210476",35121,59531 -"210477",35121,63789 -"210478",35122,35125 -"210479",35122,35126 -"210480",35122,35127 -"210481",35122,35128 -"210482",35122,35130 -"210483",35122,35138 -"210484",35122,35139 -"210485",35122,35144 -"210486",35122,35145 -"210487",35122,35149 -"210488",35122,35150 -"210489",35122,35151 -"210490",35122,35152 -"210491",35122,35164 -"210492",35122,35165 -"210493",35122,35166 -"210494",35122,35167 -"210495",35122,35168 -"210496",35122,35169 -"210497",35122,35170 -"210498",35122,35190 -"210499",35122,35191 -"210500",35122,35192 -"210501",35122,35193 -"210502",35122,35194 -"210503",35122,35197 -"210504",35122,35198 -"210505",35122,35199 -"210506",35122,35200 -"210507",35122,35204 -"210508",35122,35205 -"210509",35122,35206 -"210510",35122,35207 -"210511",35122,35208 -"210512",35122,35210 -"210513",35122,35211 -"210514",35122,35212 -"210515",35122,35213 -"210516",35122,35220 -"210517",35122,35221 -"210518",35122,35225 -"210519",35122,35226 -"210520",35122,35227 -"210521",35122,35228 -"210522",35122,35229 -"210523",35122,35246 -"210524",35122,35247 -"210525",35122,35248 -"210526",35122,35249 -"210527",35122,35255 -"210528",35122,35271 -"210529",35122,35272 -"210530",35122,35273 -"210531",35122,35274 -"210532",35122,35275 -"210533",35122,35276 -"210534",35122,35277 -"210535",35122,35279 -"210536",35122,35280 -"210537",35122,35297 -"210538",35122,35298 -"210539",35122,35300 -"210540",35122,35310 -"210541",35122,35311 -"210542",35122,35313 -"210543",35122,35314 -"210544",35122,35315 -"210545",35122,35321 -"210546",35122,35322 -"210547",35122,35323 -"210548",35122,35324 -"210549",35122,35326 -"210550",35122,35327 -"210551",35122,35328 -"210552",35122,35330 -"210553",35122,35331 -"210554",35122,35332 -"210555",35122,35337 -"210556",35122,35343 -"210557",35122,35344 -"210558",35122,35345 -"210559",35122,35346 -"210560",35122,35347 -"210561",35122,35348 -"210562",35122,35353 -"210563",35122,35354 -"210564",35122,35355 -"210565",35122,35356 -"210566",35122,35357 -"210567",35122,35362 -"210568",35122,35363 -"210569",35122,35461 -"210570",35122,35685 -"210571",35122,35686 -"210572",35122,35687 -"210573",35122,35862 -"210574",35122,35863 -"210575",35122,35864 -"210576",35122,35865 -"210577",35122,35866 -"210578",35122,35867 -"210579",35122,35956 -"210580",35122,35957 -"210581",35122,35968 -"210582",35122,35969 -"210583",35122,35970 -"210584",35122,36094 -"210585",35122,51445 -"210586",35122,59531 -"210587",35122,63789 -"210588",35123,59273 -"210589",35123,64808 -"210590",35124,110469 -"210591",35124,111172 -"210592",35125,35126 -"210593",35125,35127 -"210594",35125,35128 -"210595",35125,35130 -"210596",35125,35138 -"210597",35125,35139 -"210598",35125,35144 -"210599",35125,35145 -"210600",35125,35149 -"210601",35125,35150 -"210602",35125,35151 -"210603",35125,35152 -"210604",35125,35164 -"210605",35125,35165 -"210606",35125,35166 -"210607",35125,35167 -"210608",35125,35168 -"210609",35125,35169 -"210610",35125,35170 -"210611",35125,35190 -"210612",35125,35191 -"210613",35125,35192 -"210614",35125,35193 -"210615",35125,35194 -"210616",35125,35197 -"210617",35125,35198 -"210618",35125,35199 -"210619",35125,35200 -"210620",35125,35204 -"210621",35125,35205 -"210622",35125,35206 -"210623",35125,35207 -"210624",35125,35208 -"210625",35125,35210 -"210626",35125,35211 -"210627",35125,35212 -"210628",35125,35213 -"210629",35125,35220 -"210630",35125,35221 -"210631",35125,35225 -"210632",35125,35226 -"210633",35125,35227 -"210634",35125,35228 -"210635",35125,35229 -"210636",35125,35246 -"210637",35125,35247 -"210638",35125,35248 -"210639",35125,35249 -"210640",35125,35255 -"210641",35125,35271 -"210642",35125,35272 -"210643",35125,35273 -"210644",35125,35274 -"210645",35125,35275 -"210646",35125,35276 -"210647",35125,35277 -"210648",35125,35279 -"210649",35125,35280 -"210650",35125,35297 -"210651",35125,35298 -"210652",35125,35300 -"210653",35125,35310 -"210654",35125,35311 -"210655",35125,35313 -"210656",35125,35314 -"210657",35125,35315 -"210658",35125,35321 -"210659",35125,35322 -"210660",35125,35323 -"210661",35125,35324 -"210662",35125,35326 -"210663",35125,35327 -"210664",35125,35328 -"210665",35125,35330 -"210666",35125,35331 -"210667",35125,35332 -"210668",35125,35337 -"210669",35125,35343 -"210670",35125,35344 -"210671",35125,35345 -"210672",35125,35346 -"210673",35125,35347 -"210674",35125,35348 -"210675",35125,35353 -"210676",35125,35354 -"210677",35125,35355 -"210678",35125,35356 -"210679",35125,35357 -"210680",35125,35362 -"210681",35125,35363 -"210682",35125,35461 -"210683",35125,35685 -"210684",35125,35686 -"210685",35125,35687 -"210686",35125,35862 -"210687",35125,35863 -"210688",35125,35864 -"210689",35125,35865 -"210690",35125,35866 -"210691",35125,35867 -"210692",35125,35956 -"210693",35125,35957 -"210694",35125,35968 -"210695",35125,35969 -"210696",35125,35970 -"210697",35125,36094 -"210698",35125,51445 -"210699",35125,59531 -"210700",35125,63789 -"210701",35126,35127 -"210702",35126,35128 -"210703",35126,35130 -"210704",35126,35138 -"210705",35126,35139 -"210706",35126,35144 -"210707",35126,35145 -"210708",35126,35149 -"210709",35126,35150 -"210710",35126,35151 -"210711",35126,35152 -"210712",35126,35164 -"210713",35126,35165 -"210714",35126,35166 -"210715",35126,35167 -"210716",35126,35168 -"210717",35126,35169 -"210718",35126,35170 -"210719",35126,35190 -"210720",35126,35191 -"210721",35126,35192 -"210722",35126,35193 -"210723",35126,35194 -"210724",35126,35197 -"210725",35126,35198 -"210726",35126,35199 -"210727",35126,35200 -"210728",35126,35204 -"210729",35126,35205 -"210730",35126,35206 -"210731",35126,35207 -"210732",35126,35208 -"210733",35126,35210 -"210734",35126,35211 -"210735",35126,35212 -"210736",35126,35213 -"210737",35126,35220 -"210738",35126,35221 -"210739",35126,35225 -"210740",35126,35226 -"210741",35126,35227 -"210742",35126,35228 -"210743",35126,35229 -"210744",35126,35246 -"210745",35126,35247 -"210746",35126,35248 -"210747",35126,35249 -"210748",35126,35255 -"210749",35126,35271 -"210750",35126,35272 -"210751",35126,35273 -"210752",35126,35274 -"210753",35126,35275 -"210754",35126,35276 -"210755",35126,35277 -"210756",35126,35279 -"210757",35126,35280 -"210758",35126,35297 -"210759",35126,35298 -"210760",35126,35300 -"210761",35126,35310 -"210762",35126,35311 -"210763",35126,35313 -"210764",35126,35314 -"210765",35126,35315 -"210766",35126,35321 -"210767",35126,35322 -"210768",35126,35323 -"210769",35126,35324 -"210770",35126,35326 -"210771",35126,35327 -"210772",35126,35328 -"210773",35126,35330 -"210774",35126,35331 -"210775",35126,35332 -"210776",35126,35337 -"210777",35126,35343 -"210778",35126,35344 -"210779",35126,35345 -"210780",35126,35346 -"210781",35126,35347 -"210782",35126,35348 -"210783",35126,35353 -"210784",35126,35354 -"210785",35126,35355 -"210786",35126,35356 -"210787",35126,35357 -"210788",35126,35362 -"210789",35126,35363 -"210790",35126,35461 -"210791",35126,35685 -"210792",35126,35686 -"210793",35126,35687 -"210794",35126,35862 -"210795",35126,35863 -"210796",35126,35864 -"210797",35126,35865 -"210798",35126,35866 -"210799",35126,35867 -"210800",35126,35956 -"210801",35126,35957 -"210802",35126,35968 -"210803",35126,35969 -"210804",35126,35970 -"210805",35126,36094 -"210806",35126,51445 -"210807",35126,59531 -"210808",35126,63789 -"210809",35127,35128 -"210810",35127,35130 -"210811",35127,35138 -"210812",35127,35139 -"210813",35127,35144 -"210814",35127,35145 -"210815",35127,35149 -"210816",35127,35150 -"210817",35127,35151 -"210818",35127,35152 -"210819",35127,35164 -"210820",35127,35165 -"210821",35127,35166 -"210822",35127,35167 -"210823",35127,35168 -"210824",35127,35169 -"210825",35127,35170 -"210826",35127,35190 -"210827",35127,35191 -"210828",35127,35192 -"210829",35127,35193 -"210830",35127,35194 -"210831",35127,35197 -"210832",35127,35198 -"210833",35127,35199 -"210834",35127,35200 -"210835",35127,35204 -"210836",35127,35205 -"210837",35127,35206 -"210838",35127,35207 -"210839",35127,35208 -"210840",35127,35210 -"210841",35127,35211 -"210842",35127,35212 -"210843",35127,35213 -"210844",35127,35220 -"210845",35127,35221 -"210846",35127,35225 -"210847",35127,35226 -"210848",35127,35227 -"210849",35127,35228 -"210850",35127,35229 -"210851",35127,35246 -"210852",35127,35247 -"210853",35127,35248 -"210854",35127,35249 -"210855",35127,35255 -"210856",35127,35271 -"210857",35127,35272 -"210858",35127,35273 -"210859",35127,35274 -"210860",35127,35275 -"210861",35127,35276 -"210862",35127,35277 -"210863",35127,35279 -"210864",35127,35280 -"210865",35127,35297 -"210866",35127,35298 -"210867",35127,35300 -"210868",35127,35310 -"210869",35127,35311 -"210870",35127,35313 -"210871",35127,35314 -"210872",35127,35315 -"210873",35127,35321 -"210874",35127,35322 -"210875",35127,35323 -"210876",35127,35324 -"210877",35127,35326 -"210878",35127,35327 -"210879",35127,35328 -"210880",35127,35330 -"210881",35127,35331 -"210882",35127,35332 -"210883",35127,35337 -"210884",35127,35343 -"210885",35127,35344 -"210886",35127,35345 -"210887",35127,35346 -"210888",35127,35347 -"210889",35127,35348 -"210890",35127,35353 -"210891",35127,35354 -"210892",35127,35355 -"210893",35127,35356 -"210894",35127,35357 -"210895",35127,35362 -"210896",35127,35363 -"210897",35127,35461 -"210898",35127,35685 -"210899",35127,35686 -"210900",35127,35687 -"210901",35127,35862 -"210902",35127,35863 -"210903",35127,35864 -"210904",35127,35865 -"210905",35127,35866 -"210906",35127,35867 -"210907",35127,35956 -"210908",35127,35957 -"210909",35127,35968 -"210910",35127,35969 -"210911",35127,35970 -"210912",35127,36094 -"210913",35127,51445 -"210914",35127,59531 -"210915",35127,63789 -"210916",35128,35130 -"210917",35128,35138 -"210918",35128,35139 -"210919",35128,35144 -"210920",35128,35145 -"210921",35128,35149 -"210922",35128,35150 -"210923",35128,35151 -"210924",35128,35152 -"210925",35128,35164 -"210926",35128,35165 -"210927",35128,35166 -"210928",35128,35167 -"210929",35128,35168 -"210930",35128,35169 -"210931",35128,35170 -"210932",35128,35190 -"210933",35128,35191 -"210934",35128,35192 -"210935",35128,35193 -"210936",35128,35194 -"210937",35128,35197 -"210938",35128,35198 -"210939",35128,35199 -"210940",35128,35200 -"210941",35128,35204 -"210942",35128,35205 -"210943",35128,35206 -"210944",35128,35207 -"210945",35128,35208 -"210946",35128,35210 -"210947",35128,35211 -"210948",35128,35212 -"210949",35128,35213 -"210950",35128,35220 -"210951",35128,35221 -"210952",35128,35225 -"210953",35128,35226 -"210954",35128,35227 -"210955",35128,35228 -"210956",35128,35229 -"210957",35128,35246 -"210958",35128,35247 -"210959",35128,35248 -"210960",35128,35249 -"210961",35128,35255 -"210962",35128,35271 -"210963",35128,35272 -"210964",35128,35273 -"210965",35128,35274 -"210966",35128,35275 -"210967",35128,35276 -"210968",35128,35277 -"210969",35128,35279 -"210970",35128,35280 -"210971",35128,35297 -"210972",35128,35298 -"210973",35128,35300 -"210974",35128,35310 -"210975",35128,35311 -"210976",35128,35313 -"210977",35128,35314 -"210978",35128,35315 -"210979",35128,35321 -"210980",35128,35322 -"210981",35128,35323 -"210982",35128,35324 -"210983",35128,35326 -"210984",35128,35327 -"210985",35128,35328 -"210986",35128,35330 -"210987",35128,35331 -"210988",35128,35332 -"210989",35128,35337 -"210990",35128,35343 -"210991",35128,35344 -"210992",35128,35345 -"210993",35128,35346 -"210994",35128,35347 -"210995",35128,35348 -"210996",35128,35353 -"210997",35128,35354 -"210998",35128,35355 -"210999",35128,35356 -"211000",35128,35357 -"211001",35128,35362 -"211002",35128,35363 -"211003",35128,35461 -"211004",35128,35685 -"211005",35128,35686 -"211006",35128,35687 -"211007",35128,35862 -"211008",35128,35863 -"211009",35128,35864 -"211010",35128,35865 -"211011",35128,35866 -"211012",35128,35867 -"211013",35128,35956 -"211014",35128,35957 -"211015",35128,35968 -"211016",35128,35969 -"211017",35128,35970 -"211018",35128,36094 -"211019",35128,51445 -"211020",35128,59531 -"211021",35128,63789 -"211022",35129,42136 -"211023",35129,54722 -"211024",35129,61232 -"211025",35129,61244 -"211026",35129,71725 -"211027",35129,92022 -"211028",35129,100154 -"211029",35129,103679 -"211030",35129,114802 -"211031",35130,35138 -"211032",35130,35139 -"211033",35130,35144 -"211034",35130,35145 -"211035",35130,35149 -"211036",35130,35150 -"211037",35130,35151 -"211038",35130,35152 -"211039",35130,35164 -"211040",35130,35165 -"211041",35130,35166 -"211042",35130,35167 -"211043",35130,35168 -"211044",35130,35169 -"211045",35130,35170 -"211046",35130,35190 -"211047",35130,35191 -"211048",35130,35192 -"211049",35130,35193 -"211050",35130,35194 -"211051",35130,35197 -"211052",35130,35198 -"211053",35130,35199 -"211054",35130,35200 -"211055",35130,35204 -"211056",35130,35205 -"211057",35130,35206 -"211058",35130,35207 -"211059",35130,35208 -"211060",35130,35210 -"211061",35130,35211 -"211062",35130,35212 -"211063",35130,35213 -"211064",35130,35220 -"211065",35130,35221 -"211066",35130,35225 -"211067",35130,35226 -"211068",35130,35227 -"211069",35130,35228 -"211070",35130,35229 -"211071",35130,35246 -"211072",35130,35247 -"211073",35130,35248 -"211074",35130,35249 -"211075",35130,35255 -"211076",35130,35271 -"211077",35130,35272 -"211078",35130,35273 -"211079",35130,35274 -"211080",35130,35275 -"211081",35130,35276 -"211082",35130,35277 -"211083",35130,35279 -"211084",35130,35280 -"211085",35130,35297 -"211086",35130,35298 -"211087",35130,35300 -"211088",35130,35310 -"211089",35130,35311 -"211090",35130,35313 -"211091",35130,35314 -"211092",35130,35315 -"211093",35130,35321 -"211094",35130,35322 -"211095",35130,35323 -"211096",35130,35324 -"211097",35130,35326 -"211098",35130,35327 -"211099",35130,35328 -"211100",35130,35330 -"211101",35130,35331 -"211102",35130,35332 -"211103",35130,35337 -"211104",35130,35343 -"211105",35130,35344 -"211106",35130,35345 -"211107",35130,35346 -"211108",35130,35347 -"211109",35130,35348 -"211110",35130,35353 -"211111",35130,35354 -"211112",35130,35355 -"211113",35130,35356 -"211114",35130,35357 -"211115",35130,35362 -"211116",35130,35363 -"211117",35130,35461 -"211118",35130,35685 -"211119",35130,35686 -"211120",35130,35687 -"211121",35130,35862 -"211122",35130,35863 -"211123",35130,35864 -"211124",35130,35865 -"211125",35130,35866 -"211126",35130,35867 -"211127",35130,35956 -"211128",35130,35957 -"211129",35130,35968 -"211130",35130,35969 -"211131",35130,35970 -"211132",35130,36094 -"211133",35130,51445 -"211134",35130,59531 -"211135",35130,63789 -"211136",35131,66728 -"211137",35132,41418 -"211138",35133,53295 -"211139",35135,41464 -"211140",35136,73505 -"211141",35136,92169 -"211142",35137,35268 -"211143",35138,35139 -"211144",35138,35144 -"211145",35138,35145 -"211146",35138,35149 -"211147",35138,35150 -"211148",35138,35151 -"211149",35138,35152 -"211150",35138,35164 -"211151",35138,35165 -"211152",35138,35166 -"211153",35138,35167 -"211154",35138,35168 -"211155",35138,35169 -"211156",35138,35170 -"211157",35138,35190 -"211158",35138,35191 -"211159",35138,35192 -"211160",35138,35193 -"211161",35138,35194 -"211162",35138,35197 -"211163",35138,35198 -"211164",35138,35199 -"211165",35138,35200 -"211166",35138,35204 -"211167",35138,35205 -"211168",35138,35206 -"211169",35138,35207 -"211170",35138,35208 -"211171",35138,35210 -"211172",35138,35211 -"211173",35138,35212 -"211174",35138,35213 -"211175",35138,35220 -"211176",35138,35221 -"211177",35138,35225 -"211178",35138,35226 -"211179",35138,35227 -"211180",35138,35228 -"211181",35138,35229 -"211182",35138,35246 -"211183",35138,35247 -"211184",35138,35248 -"211185",35138,35249 -"211186",35138,35255 -"211187",35138,35271 -"211188",35138,35272 -"211189",35138,35273 -"211190",35138,35274 -"211191",35138,35275 -"211192",35138,35276 -"211193",35138,35277 -"211194",35138,35279 -"211195",35138,35280 -"211196",35138,35297 -"211197",35138,35298 -"211198",35138,35300 -"211199",35138,35310 -"211200",35138,35311 -"211201",35138,35313 -"211202",35138,35314 -"211203",35138,35315 -"211204",35138,35321 -"211205",35138,35322 -"211206",35138,35323 -"211207",35138,35324 -"211208",35138,35326 -"211209",35138,35327 -"211210",35138,35328 -"211211",35138,35330 -"211212",35138,35331 -"211213",35138,35332 -"211214",35138,35337 -"211215",35138,35343 -"211216",35138,35344 -"211217",35138,35345 -"211218",35138,35346 -"211219",35138,35347 -"211220",35138,35348 -"211221",35138,35353 -"211222",35138,35354 -"211223",35138,35355 -"211224",35138,35356 -"211225",35138,35357 -"211226",35138,35362 -"211227",35138,35363 -"211228",35138,35461 -"211229",35138,35685 -"211230",35138,35686 -"211231",35138,35687 -"211232",35138,35862 -"211233",35138,35863 -"211234",35138,35864 -"211235",35138,35865 -"211236",35138,35866 -"211237",35138,35867 -"211238",35138,35956 -"211239",35138,35957 -"211240",35138,35968 -"211241",35138,35969 -"211242",35138,35970 -"211243",35138,36094 -"211244",35138,51445 -"211245",35138,59531 -"211246",35138,63789 -"211247",35139,35144 -"211248",35139,35145 -"211249",35139,35149 -"211250",35139,35150 -"211251",35139,35151 -"211252",35139,35152 -"211253",35139,35164 -"211254",35139,35165 -"211255",35139,35166 -"211256",35139,35167 -"211257",35139,35168 -"211258",35139,35169 -"211259",35139,35170 -"211260",35139,35190 -"211261",35139,35191 -"211262",35139,35192 -"211263",35139,35193 -"211264",35139,35194 -"211265",35139,35197 -"211266",35139,35198 -"211267",35139,35199 -"211268",35139,35200 -"211269",35139,35204 -"211270",35139,35205 -"211271",35139,35206 -"211272",35139,35207 -"211273",35139,35208 -"211274",35139,35210 -"211275",35139,35211 -"211276",35139,35212 -"211277",35139,35213 -"211278",35139,35220 -"211279",35139,35221 -"211280",35139,35225 -"211281",35139,35226 -"211282",35139,35227 -"211283",35139,35228 -"211284",35139,35229 -"211285",35139,35246 -"211286",35139,35247 -"211287",35139,35248 -"211288",35139,35249 -"211289",35139,35255 -"211290",35139,35271 -"211291",35139,35272 -"211292",35139,35273 -"211293",35139,35274 -"211294",35139,35275 -"211295",35139,35276 -"211296",35139,35277 -"211297",35139,35279 -"211298",35139,35280 -"211299",35139,35297 -"211300",35139,35298 -"211301",35139,35300 -"211302",35139,35310 -"211303",35139,35311 -"211304",35139,35313 -"211305",35139,35314 -"211306",35139,35315 -"211307",35139,35321 -"211308",35139,35322 -"211309",35139,35323 -"211310",35139,35324 -"211311",35139,35326 -"211312",35139,35327 -"211313",35139,35328 -"211314",35139,35330 -"211315",35139,35331 -"211316",35139,35332 -"211317",35139,35337 -"211318",35139,35343 -"211319",35139,35344 -"211320",35139,35345 -"211321",35139,35346 -"211322",35139,35347 -"211323",35139,35348 -"211324",35139,35353 -"211325",35139,35354 -"211326",35139,35355 -"211327",35139,35356 -"211328",35139,35357 -"211329",35139,35362 -"211330",35139,35363 -"211331",35139,35461 -"211332",35139,35685 -"211333",35139,35686 -"211334",35139,35687 -"211335",35139,35862 -"211336",35139,35863 -"211337",35139,35864 -"211338",35139,35865 -"211339",35139,35866 -"211340",35139,35867 -"211341",35139,35956 -"211342",35139,35957 -"211343",35139,35968 -"211344",35139,35969 -"211345",35139,35970 -"211346",35139,36094 -"211347",35139,51445 -"211348",35139,52741 -"211349",35139,52744 -"211350",35139,59531 -"211351",35139,63789 -"211352",35140,35141 -"211353",35141,106157 -"211354",35142,59061 -"211355",35143,35269 -"211356",35143,37100 -"211357",35143,48360 -"211358",35143,55456 -"211359",35144,35145 -"211360",35144,35149 -"211361",35144,35150 -"211362",35144,35151 -"211363",35144,35152 -"211364",35144,35164 -"211365",35144,35165 -"211366",35144,35166 -"211367",35144,35167 -"211368",35144,35168 -"211369",35144,35169 -"211370",35144,35170 -"211371",35144,35190 -"211372",35144,35191 -"211373",35144,35192 -"211374",35144,35193 -"211375",35144,35194 -"211376",35144,35197 -"211377",35144,35198 -"211378",35144,35199 -"211379",35144,35200 -"211380",35144,35204 -"211381",35144,35205 -"211382",35144,35206 -"211383",35144,35207 -"211384",35144,35208 -"211385",35144,35210 -"211386",35144,35211 -"211387",35144,35212 -"211388",35144,35213 -"211389",35144,35220 -"211390",35144,35221 -"211391",35144,35225 -"211392",35144,35226 -"211393",35144,35227 -"211394",35144,35228 -"211395",35144,35229 -"211396",35144,35246 -"211397",35144,35247 -"211398",35144,35248 -"211399",35144,35249 -"211400",35144,35255 -"211401",35144,35271 -"211402",35144,35272 -"211403",35144,35273 -"211404",35144,35274 -"211405",35144,35275 -"211406",35144,35276 -"211407",35144,35277 -"211408",35144,35279 -"211409",35144,35280 -"211410",35144,35297 -"211411",35144,35298 -"211412",35144,35300 -"211413",35144,35310 -"211414",35144,35311 -"211415",35144,35313 -"211416",35144,35314 -"211417",35144,35315 -"211418",35144,35321 -"211419",35144,35322 -"211420",35144,35323 -"211421",35144,35324 -"211422",35144,35326 -"211423",35144,35327 -"211424",35144,35328 -"211425",35144,35330 -"211426",35144,35331 -"211427",35144,35332 -"211428",35144,35337 -"211429",35144,35343 -"211430",35144,35344 -"211431",35144,35345 -"211432",35144,35346 -"211433",35144,35347 -"211434",35144,35348 -"211435",35144,35353 -"211436",35144,35354 -"211437",35144,35355 -"211438",35144,35356 -"211439",35144,35357 -"211440",35144,35362 -"211441",35144,35363 -"211442",35144,35461 -"211443",35144,35685 -"211444",35144,35686 -"211445",35144,35687 -"211446",35144,35862 -"211447",35144,35863 -"211448",35144,35864 -"211449",35144,35865 -"211450",35144,35866 -"211451",35144,35867 -"211452",35144,35956 -"211453",35144,35957 -"211454",35144,35968 -"211455",35144,35969 -"211456",35144,35970 -"211457",35144,36094 -"211458",35144,51445 -"211459",35144,59531 -"211460",35144,63789 -"211461",35145,35149 -"211462",35145,35150 -"211463",35145,35151 -"211464",35145,35152 -"211465",35145,35164 -"211466",35145,35165 -"211467",35145,35166 -"211468",35145,35167 -"211469",35145,35168 -"211470",35145,35169 -"211471",35145,35170 -"211472",35145,35190 -"211473",35145,35191 -"211474",35145,35192 -"211475",35145,35193 -"211476",35145,35194 -"211477",35145,35197 -"211478",35145,35198 -"211479",35145,35199 -"211480",35145,35200 -"211481",35145,35204 -"211482",35145,35205 -"211483",35145,35206 -"211484",35145,35207 -"211485",35145,35208 -"211486",35145,35210 -"211487",35145,35211 -"211488",35145,35212 -"211489",35145,35213 -"211490",35145,35220 -"211491",35145,35221 -"211492",35145,35225 -"211493",35145,35226 -"211494",35145,35227 -"211495",35145,35228 -"211496",35145,35229 -"211497",35145,35246 -"211498",35145,35247 -"211499",35145,35248 -"211500",35145,35249 -"211501",35145,35255 -"211502",35145,35271 -"211503",35145,35272 -"211504",35145,35273 -"211505",35145,35274 -"211506",35145,35275 -"211507",35145,35276 -"211508",35145,35277 -"211509",35145,35279 -"211510",35145,35280 -"211511",35145,35297 -"211512",35145,35298 -"211513",35145,35300 -"211514",35145,35310 -"211515",35145,35311 -"211516",35145,35313 -"211517",35145,35314 -"211518",35145,35315 -"211519",35145,35321 -"211520",35145,35322 -"211521",35145,35323 -"211522",35145,35324 -"211523",35145,35326 -"211524",35145,35327 -"211525",35145,35328 -"211526",35145,35330 -"211527",35145,35331 -"211528",35145,35332 -"211529",35145,35337 -"211530",35145,35343 -"211531",35145,35344 -"211532",35145,35345 -"211533",35145,35346 -"211534",35145,35347 -"211535",35145,35348 -"211536",35145,35353 -"211537",35145,35354 -"211538",35145,35355 -"211539",35145,35356 -"211540",35145,35357 -"211541",35145,35362 -"211542",35145,35363 -"211543",35145,35461 -"211544",35145,35685 -"211545",35145,35686 -"211546",35145,35687 -"211547",35145,35862 -"211548",35145,35863 -"211549",35145,35864 -"211550",35145,35865 -"211551",35145,35866 -"211552",35145,35867 -"211553",35145,35956 -"211554",35145,35957 -"211555",35145,35968 -"211556",35145,35969 -"211557",35145,35970 -"211558",35145,36094 -"211559",35145,51445 -"211560",35145,59531 -"211561",35145,63789 -"211562",35146,38774 -"211563",35146,50092 -"211564",35146,66750 -"211565",35146,69223 -"211566",35146,71059 -"211567",35146,81472 -"211568",35146,86553 -"211569",35146,93456 -"211570",35146,94987 -"211571",35146,113447 -"211572",35146,123225 -"211573",35146,123246 -"211574",35146,123251 -"211575",35146,123254 -"211576",35147,35162 -"211577",35148,86833 -"211578",35148,106061 -"211579",35149,35150 -"211580",35149,35151 -"211581",35149,35152 -"211582",35149,35164 -"211583",35149,35165 -"211584",35149,35166 -"211585",35149,35167 -"211586",35149,35168 -"211587",35149,35169 -"211588",35149,35170 -"211589",35149,35190 -"211590",35149,35191 -"211591",35149,35192 -"211592",35149,35193 -"211593",35149,35194 -"211594",35149,35197 -"211595",35149,35198 -"211596",35149,35199 -"211597",35149,35200 -"211598",35149,35204 -"211599",35149,35205 -"211600",35149,35206 -"211601",35149,35207 -"211602",35149,35208 -"211603",35149,35210 -"211604",35149,35211 -"211605",35149,35212 -"211606",35149,35213 -"211607",35149,35220 -"211608",35149,35221 -"211609",35149,35225 -"211610",35149,35226 -"211611",35149,35227 -"211612",35149,35228 -"211613",35149,35229 -"211614",35149,35246 -"211615",35149,35247 -"211616",35149,35248 -"211617",35149,35249 -"211618",35149,35255 -"211619",35149,35271 -"211620",35149,35272 -"211621",35149,35273 -"211622",35149,35274 -"211623",35149,35275 -"211624",35149,35276 -"211625",35149,35277 -"211626",35149,35279 -"211627",35149,35280 -"211628",35149,35297 -"211629",35149,35298 -"211630",35149,35300 -"211631",35149,35310 -"211632",35149,35311 -"211633",35149,35313 -"211634",35149,35314 -"211635",35149,35315 -"211636",35149,35321 -"211637",35149,35322 -"211638",35149,35323 -"211639",35149,35324 -"211640",35149,35326 -"211641",35149,35327 -"211642",35149,35328 -"211643",35149,35330 -"211644",35149,35331 -"211645",35149,35332 -"211646",35149,35337 -"211647",35149,35343 -"211648",35149,35344 -"211649",35149,35345 -"211650",35149,35346 -"211651",35149,35347 -"211652",35149,35348 -"211653",35149,35353 -"211654",35149,35354 -"211655",35149,35355 -"211656",35149,35356 -"211657",35149,35357 -"211658",35149,35362 -"211659",35149,35363 -"211660",35149,35461 -"211661",35149,35685 -"211662",35149,35686 -"211663",35149,35687 -"211664",35149,35862 -"211665",35149,35863 -"211666",35149,35864 -"211667",35149,35865 -"211668",35149,35866 -"211669",35149,35867 -"211670",35149,35956 -"211671",35149,35957 -"211672",35149,35968 -"211673",35149,35969 -"211674",35149,35970 -"211675",35149,36094 -"211676",35149,51445 -"211677",35149,59531 -"211678",35149,63789 -"211679",35150,35151 -"211680",35150,35152 -"211681",35150,35164 -"211682",35150,35165 -"211683",35150,35166 -"211684",35150,35167 -"211685",35150,35168 -"211686",35150,35169 -"211687",35150,35170 -"211688",35150,35190 -"211689",35150,35191 -"211690",35150,35192 -"211691",35150,35193 -"211692",35150,35194 -"211693",35150,35197 -"211694",35150,35198 -"211695",35150,35199 -"211696",35150,35200 -"211697",35150,35204 -"211698",35150,35205 -"211699",35150,35206 -"211700",35150,35207 -"211701",35150,35208 -"211702",35150,35210 -"211703",35150,35211 -"211704",35150,35212 -"211705",35150,35213 -"211706",35150,35220 -"211707",35150,35221 -"211708",35150,35225 -"211709",35150,35226 -"211710",35150,35227 -"211711",35150,35228 -"211712",35150,35229 -"211713",35150,35246 -"211714",35150,35247 -"211715",35150,35248 -"211716",35150,35249 -"211717",35150,35255 -"211718",35150,35271 -"211719",35150,35272 -"211720",35150,35273 -"211721",35150,35274 -"211722",35150,35275 -"211723",35150,35276 -"211724",35150,35277 -"211725",35150,35279 -"211726",35150,35280 -"211727",35150,35297 -"211728",35150,35298 -"211729",35150,35300 -"211730",35150,35310 -"211731",35150,35311 -"211732",35150,35313 -"211733",35150,35314 -"211734",35150,35315 -"211735",35150,35321 -"211736",35150,35322 -"211737",35150,35323 -"211738",35150,35324 -"211739",35150,35326 -"211740",35150,35327 -"211741",35150,35328 -"211742",35150,35330 -"211743",35150,35331 -"211744",35150,35332 -"211745",35150,35337 -"211746",35150,35343 -"211747",35150,35344 -"211748",35150,35345 -"211749",35150,35346 -"211750",35150,35347 -"211751",35150,35348 -"211752",35150,35353 -"211753",35150,35354 -"211754",35150,35355 -"211755",35150,35356 -"211756",35150,35357 -"211757",35150,35362 -"211758",35150,35363 -"211759",35150,35461 -"211760",35150,35685 -"211761",35150,35686 -"211762",35150,35687 -"211763",35150,35862 -"211764",35150,35863 -"211765",35150,35864 -"211766",35150,35865 -"211767",35150,35866 -"211768",35150,35867 -"211769",35150,35956 -"211770",35150,35957 -"211771",35150,35968 -"211772",35150,35969 -"211773",35150,35970 -"211774",35150,36094 -"211775",35150,51445 -"211776",35150,59531 -"211777",35150,63789 -"211778",35151,35152 -"211779",35151,35164 -"211780",35151,35165 -"211781",35151,35166 -"211782",35151,35167 -"211783",35151,35168 -"211784",35151,35169 -"211785",35151,35170 -"211786",35151,35190 -"211787",35151,35191 -"211788",35151,35192 -"211789",35151,35193 -"211790",35151,35194 -"211791",35151,35197 -"211792",35151,35198 -"211793",35151,35199 -"211794",35151,35200 -"211795",35151,35204 -"211796",35151,35205 -"211797",35151,35206 -"211798",35151,35207 -"211799",35151,35208 -"211800",35151,35210 -"211801",35151,35211 -"211802",35151,35212 -"211803",35151,35213 -"211804",35151,35220 -"211805",35151,35221 -"211806",35151,35225 -"211807",35151,35226 -"211808",35151,35227 -"211809",35151,35228 -"211810",35151,35229 -"211811",35151,35246 -"211812",35151,35247 -"211813",35151,35248 -"211814",35151,35249 -"211815",35151,35255 -"211816",35151,35271 -"211817",35151,35272 -"211818",35151,35273 -"211819",35151,35274 -"211820",35151,35275 -"211821",35151,35276 -"211822",35151,35277 -"211823",35151,35279 -"211824",35151,35280 -"211825",35151,35297 -"211826",35151,35298 -"211827",35151,35300 -"211828",35151,35310 -"211829",35151,35311 -"211830",35151,35313 -"211831",35151,35314 -"211832",35151,35315 -"211833",35151,35321 -"211834",35151,35322 -"211835",35151,35323 -"211836",35151,35324 -"211837",35151,35326 -"211838",35151,35327 -"211839",35151,35328 -"211840",35151,35330 -"211841",35151,35331 -"211842",35151,35332 -"211843",35151,35337 -"211844",35151,35343 -"211845",35151,35344 -"211846",35151,35345 -"211847",35151,35346 -"211848",35151,35347 -"211849",35151,35348 -"211850",35151,35353 -"211851",35151,35354 -"211852",35151,35355 -"211853",35151,35356 -"211854",35151,35357 -"211855",35151,35362 -"211856",35151,35363 -"211857",35151,35461 -"211858",35151,35685 -"211859",35151,35686 -"211860",35151,35687 -"211861",35151,35862 -"211862",35151,35863 -"211863",35151,35864 -"211864",35151,35865 -"211865",35151,35866 -"211866",35151,35867 -"211867",35151,35956 -"211868",35151,35957 -"211869",35151,35968 -"211870",35151,35969 -"211871",35151,35970 -"211872",35151,36094 -"211873",35151,51445 -"211874",35151,59531 -"211875",35151,63789 -"211876",35152,35164 -"211877",35152,35165 -"211878",35152,35166 -"211879",35152,35167 -"211880",35152,35168 -"211881",35152,35169 -"211882",35152,35170 -"211883",35152,35190 -"211884",35152,35191 -"211885",35152,35192 -"211886",35152,35193 -"211887",35152,35194 -"211888",35152,35197 -"211889",35152,35198 -"211890",35152,35199 -"211891",35152,35200 -"211892",35152,35204 -"211893",35152,35205 -"211894",35152,35206 -"211895",35152,35207 -"211896",35152,35208 -"211897",35152,35210 -"211898",35152,35211 -"211899",35152,35212 -"211900",35152,35213 -"211901",35152,35220 -"211902",35152,35221 -"211903",35152,35225 -"211904",35152,35226 -"211905",35152,35227 -"211906",35152,35228 -"211907",35152,35229 -"211908",35152,35246 -"211909",35152,35247 -"211910",35152,35248 -"211911",35152,35249 -"211912",35152,35255 -"211913",35152,35271 -"211914",35152,35272 -"211915",35152,35273 -"211916",35152,35274 -"211917",35152,35275 -"211918",35152,35276 -"211919",35152,35277 -"211920",35152,35279 -"211921",35152,35280 -"211922",35152,35297 -"211923",35152,35298 -"211924",35152,35300 -"211925",35152,35310 -"211926",35152,35311 -"211927",35152,35313 -"211928",35152,35314 -"211929",35152,35315 -"211930",35152,35321 -"211931",35152,35322 -"211932",35152,35323 -"211933",35152,35324 -"211934",35152,35326 -"211935",35152,35327 -"211936",35152,35328 -"211937",35152,35330 -"211938",35152,35331 -"211939",35152,35332 -"211940",35152,35337 -"211941",35152,35343 -"211942",35152,35344 -"211943",35152,35345 -"211944",35152,35346 -"211945",35152,35347 -"211946",35152,35348 -"211947",35152,35353 -"211948",35152,35354 -"211949",35152,35355 -"211950",35152,35356 -"211951",35152,35357 -"211952",35152,35362 -"211953",35152,35363 -"211954",35152,35461 -"211955",35152,35685 -"211956",35152,35686 -"211957",35152,35687 -"211958",35152,35862 -"211959",35152,35863 -"211960",35152,35864 -"211961",35152,35865 -"211962",35152,35866 -"211963",35152,35867 -"211964",35152,35956 -"211965",35152,35957 -"211966",35152,35968 -"211967",35152,35969 -"211968",35152,35970 -"211969",35152,36094 -"211970",35152,51445 -"211971",35152,59531 -"211972",35152,63789 -"211973",35153,57424 -"211974",35153,98267 -"211975",35153,103375 -"211976",35153,106098 -"211977",35154,42699 -"211978",35154,50479 -"211979",35154,56148 -"211980",35154,56923 -"211981",35154,60262 -"211982",35154,62884 -"211983",35154,63008 -"211984",35155,63576 -"211985",35156,48548 -"211986",35156,54715 -"211987",35156,84969 -"211988",35156,106401 -"211989",35158,78081 -"211990",35158,81218 -"211991",35158,81344 -"211992",35158,85651 -"211993",35158,89707 -"211994",35159,35725 -"211995",35159,71858 -"211996",35161,54503 -"211997",35161,54563 -"211998",35161,56084 -"211999",35161,61814 -"212000",35161,91673 -"212001",35161,102634 -"212002",35162,36346 -"212003",35162,40727 -"212004",35162,61919 -"212005",35162,64676 -"212006",35162,71793 -"212007",35162,93439 -"212008",35163,35360 -"212009",35164,35165 -"212010",35164,35166 -"212011",35164,35167 -"212012",35164,35168 -"212013",35164,35169 -"212014",35164,35170 -"212015",35164,35190 -"212016",35164,35191 -"212017",35164,35192 -"212018",35164,35193 -"212019",35164,35194 -"212020",35164,35197 -"212021",35164,35198 -"212022",35164,35199 -"212023",35164,35200 -"212024",35164,35204 -"212025",35164,35205 -"212026",35164,35206 -"212027",35164,35207 -"212028",35164,35208 -"212029",35164,35210 -"212030",35164,35211 -"212031",35164,35212 -"212032",35164,35213 -"212033",35164,35220 -"212034",35164,35221 -"212035",35164,35225 -"212036",35164,35226 -"212037",35164,35227 -"212038",35164,35228 -"212039",35164,35229 -"212040",35164,35246 -"212041",35164,35247 -"212042",35164,35248 -"212043",35164,35249 -"212044",35164,35255 -"212045",35164,35271 -"212046",35164,35272 -"212047",35164,35273 -"212048",35164,35274 -"212049",35164,35275 -"212050",35164,35276 -"212051",35164,35277 -"212052",35164,35279 -"212053",35164,35280 -"212054",35164,35297 -"212055",35164,35298 -"212056",35164,35300 -"212057",35164,35310 -"212058",35164,35311 -"212059",35164,35313 -"212060",35164,35314 -"212061",35164,35315 -"212062",35164,35321 -"212063",35164,35322 -"212064",35164,35323 -"212065",35164,35324 -"212066",35164,35326 -"212067",35164,35327 -"212068",35164,35328 -"212069",35164,35330 -"212070",35164,35331 -"212071",35164,35332 -"212072",35164,35337 -"212073",35164,35343 -"212074",35164,35344 -"212075",35164,35345 -"212076",35164,35346 -"212077",35164,35347 -"212078",35164,35348 -"212079",35164,35353 -"212080",35164,35354 -"212081",35164,35355 -"212082",35164,35356 -"212083",35164,35357 -"212084",35164,35362 -"212085",35164,35363 -"212086",35164,35461 -"212087",35164,35685 -"212088",35164,35686 -"212089",35164,35687 -"212090",35164,35862 -"212091",35164,35863 -"212092",35164,35864 -"212093",35164,35865 -"212094",35164,35866 -"212095",35164,35867 -"212096",35164,35956 -"212097",35164,35957 -"212098",35164,35968 -"212099",35164,35969 -"212100",35164,35970 -"212101",35164,36094 -"212102",35164,51445 -"212103",35164,59531 -"212104",35164,63789 -"212105",35165,35166 -"212106",35165,35167 -"212107",35165,35168 -"212108",35165,35169 -"212109",35165,35170 -"212110",35165,35190 -"212111",35165,35191 -"212112",35165,35192 -"212113",35165,35193 -"212114",35165,35194 -"212115",35165,35197 -"212116",35165,35198 -"212117",35165,35199 -"212118",35165,35200 -"212119",35165,35204 -"212120",35165,35205 -"212121",35165,35206 -"212122",35165,35207 -"212123",35165,35208 -"212124",35165,35210 -"212125",35165,35211 -"212126",35165,35212 -"212127",35165,35213 -"212128",35165,35220 -"212129",35165,35221 -"212130",35165,35225 -"212131",35165,35226 -"212132",35165,35227 -"212133",35165,35228 -"212134",35165,35229 -"212135",35165,35246 -"212136",35165,35247 -"212137",35165,35248 -"212138",35165,35249 -"212139",35165,35255 -"212140",35165,35271 -"212141",35165,35272 -"212142",35165,35273 -"212143",35165,35274 -"212144",35165,35275 -"212145",35165,35276 -"212146",35165,35277 -"212147",35165,35279 -"212148",35165,35280 -"212149",35165,35297 -"212150",35165,35298 -"212151",35165,35300 -"212152",35165,35310 -"212153",35165,35311 -"212154",35165,35313 -"212155",35165,35314 -"212156",35165,35315 -"212157",35165,35321 -"212158",35165,35322 -"212159",35165,35323 -"212160",35165,35324 -"212161",35165,35326 -"212162",35165,35327 -"212163",35165,35328 -"212164",35165,35330 -"212165",35165,35331 -"212166",35165,35332 -"212167",35165,35337 -"212168",35165,35343 -"212169",35165,35344 -"212170",35165,35345 -"212171",35165,35346 -"212172",35165,35347 -"212173",35165,35348 -"212174",35165,35353 -"212175",35165,35354 -"212176",35165,35355 -"212177",35165,35356 -"212178",35165,35357 -"212179",35165,35362 -"212180",35165,35363 -"212181",35165,35461 -"212182",35165,35685 -"212183",35165,35686 -"212184",35165,35687 -"212185",35165,35862 -"212186",35165,35863 -"212187",35165,35864 -"212188",35165,35865 -"212189",35165,35866 -"212190",35165,35867 -"212191",35165,35956 -"212192",35165,35957 -"212193",35165,35968 -"212194",35165,35969 -"212195",35165,35970 -"212196",35165,36094 -"212197",35165,51445 -"212198",35165,59531 -"212199",35165,63789 -"212200",35166,35167 -"212201",35166,35168 -"212202",35166,35169 -"212203",35166,35170 -"212204",35166,35190 -"212205",35166,35191 -"212206",35166,35192 -"212207",35166,35193 -"212208",35166,35194 -"212209",35166,35197 -"212210",35166,35198 -"212211",35166,35199 -"212212",35166,35200 -"212213",35166,35204 -"212214",35166,35205 -"212215",35166,35206 -"212216",35166,35207 -"212217",35166,35208 -"212218",35166,35210 -"212219",35166,35211 -"212220",35166,35212 -"212221",35166,35213 -"212222",35166,35220 -"212223",35166,35221 -"212224",35166,35225 -"212225",35166,35226 -"212226",35166,35227 -"212227",35166,35228 -"212228",35166,35229 -"212229",35166,35246 -"212230",35166,35247 -"212231",35166,35248 -"212232",35166,35249 -"212233",35166,35255 -"212234",35166,35271 -"212235",35166,35272 -"212236",35166,35273 -"212237",35166,35274 -"212238",35166,35275 -"212239",35166,35276 -"212240",35166,35277 -"212241",35166,35279 -"212242",35166,35280 -"212243",35166,35297 -"212244",35166,35298 -"212245",35166,35300 -"212246",35166,35310 -"212247",35166,35311 -"212248",35166,35313 -"212249",35166,35314 -"212250",35166,35315 -"212251",35166,35321 -"212252",35166,35322 -"212253",35166,35323 -"212254",35166,35324 -"212255",35166,35326 -"212256",35166,35327 -"212257",35166,35328 -"212258",35166,35330 -"212259",35166,35331 -"212260",35166,35332 -"212261",35166,35337 -"212262",35166,35343 -"212263",35166,35344 -"212264",35166,35345 -"212265",35166,35346 -"212266",35166,35347 -"212267",35166,35348 -"212268",35166,35353 -"212269",35166,35354 -"212270",35166,35355 -"212271",35166,35356 -"212272",35166,35357 -"212273",35166,35362 -"212274",35166,35363 -"212275",35166,35461 -"212276",35166,35685 -"212277",35166,35686 -"212278",35166,35687 -"212279",35166,35862 -"212280",35166,35863 -"212281",35166,35864 -"212282",35166,35865 -"212283",35166,35866 -"212284",35166,35867 -"212285",35166,35956 -"212286",35166,35957 -"212287",35166,35968 -"212288",35166,35969 -"212289",35166,35970 -"212290",35166,36094 -"212291",35166,51445 -"212292",35166,59531 -"212293",35166,63789 -"212294",35167,35168 -"212295",35167,35169 -"212296",35167,35170 -"212297",35167,35190 -"212298",35167,35191 -"212299",35167,35192 -"212300",35167,35193 -"212301",35167,35194 -"212302",35167,35197 -"212303",35167,35198 -"212304",35167,35199 -"212305",35167,35200 -"212306",35167,35204 -"212307",35167,35205 -"212308",35167,35206 -"212309",35167,35207 -"212310",35167,35208 -"212311",35167,35210 -"212312",35167,35211 -"212313",35167,35212 -"212314",35167,35213 -"212315",35167,35220 -"212316",35167,35221 -"212317",35167,35225 -"212318",35167,35226 -"212319",35167,35227 -"212320",35167,35228 -"212321",35167,35229 -"212322",35167,35246 -"212323",35167,35247 -"212324",35167,35248 -"212325",35167,35249 -"212326",35167,35255 -"212327",35167,35271 -"212328",35167,35272 -"212329",35167,35273 -"212330",35167,35274 -"212331",35167,35275 -"212332",35167,35276 -"212333",35167,35277 -"212334",35167,35279 -"212335",35167,35280 -"212336",35167,35297 -"212337",35167,35298 -"212338",35167,35300 -"212339",35167,35310 -"212340",35167,35311 -"212341",35167,35313 -"212342",35167,35314 -"212343",35167,35315 -"212344",35167,35321 -"212345",35167,35322 -"212346",35167,35323 -"212347",35167,35324 -"212348",35167,35326 -"212349",35167,35327 -"212350",35167,35328 -"212351",35167,35330 -"212352",35167,35331 -"212353",35167,35332 -"212354",35167,35337 -"212355",35167,35343 -"212356",35167,35344 -"212357",35167,35345 -"212358",35167,35346 -"212359",35167,35347 -"212360",35167,35348 -"212361",35167,35353 -"212362",35167,35354 -"212363",35167,35355 -"212364",35167,35356 -"212365",35167,35357 -"212366",35167,35362 -"212367",35167,35363 -"212368",35167,35461 -"212369",35167,35685 -"212370",35167,35686 -"212371",35167,35687 -"212372",35167,35862 -"212373",35167,35863 -"212374",35167,35864 -"212375",35167,35865 -"212376",35167,35866 -"212377",35167,35867 -"212378",35167,35956 -"212379",35167,35957 -"212380",35167,35968 -"212381",35167,35969 -"212382",35167,35970 -"212383",35167,36094 -"212384",35167,51445 -"212385",35167,59531 -"212386",35167,63789 -"212387",35168,35169 -"212388",35168,35170 -"212389",35168,35190 -"212390",35168,35191 -"212391",35168,35192 -"212392",35168,35193 -"212393",35168,35194 -"212394",35168,35197 -"212395",35168,35198 -"212396",35168,35199 -"212397",35168,35200 -"212398",35168,35204 -"212399",35168,35205 -"212400",35168,35206 -"212401",35168,35207 -"212402",35168,35208 -"212403",35168,35210 -"212404",35168,35211 -"212405",35168,35212 -"212406",35168,35213 -"212407",35168,35220 -"212408",35168,35221 -"212409",35168,35225 -"212410",35168,35226 -"212411",35168,35227 -"212412",35168,35228 -"212413",35168,35229 -"212414",35168,35246 -"212415",35168,35247 -"212416",35168,35248 -"212417",35168,35249 -"212418",35168,35255 -"212419",35168,35271 -"212420",35168,35272 -"212421",35168,35273 -"212422",35168,35274 -"212423",35168,35275 -"212424",35168,35276 -"212425",35168,35277 -"212426",35168,35279 -"212427",35168,35280 -"212428",35168,35297 -"212429",35168,35298 -"212430",35168,35300 -"212431",35168,35310 -"212432",35168,35311 -"212433",35168,35313 -"212434",35168,35314 -"212435",35168,35315 -"212436",35168,35321 -"212437",35168,35322 -"212438",35168,35323 -"212439",35168,35324 -"212440",35168,35326 -"212441",35168,35327 -"212442",35168,35328 -"212443",35168,35330 -"212444",35168,35331 -"212445",35168,35332 -"212446",35168,35337 -"212447",35168,35343 -"212448",35168,35344 -"212449",35168,35345 -"212450",35168,35346 -"212451",35168,35347 -"212452",35168,35348 -"212453",35168,35353 -"212454",35168,35354 -"212455",35168,35355 -"212456",35168,35356 -"212457",35168,35357 -"212458",35168,35362 -"212459",35168,35363 -"212460",35168,35461 -"212461",35168,35508 -"212462",35168,35685 -"212463",35168,35686 -"212464",35168,35687 -"212465",35168,35862 -"212466",35168,35863 -"212467",35168,35864 -"212468",35168,35865 -"212469",35168,35866 -"212470",35168,35867 -"212471",35168,35956 -"212472",35168,35957 -"212473",35168,35968 -"212474",35168,35969 -"212475",35168,35970 -"212476",35168,36094 -"212477",35168,47321 -"212478",35168,47912 -"212479",35168,47915 -"212480",35168,47916 -"212481",35168,47951 -"212482",35168,47952 -"212483",35168,47972 -"212484",35168,48052 -"212485",35168,48053 -"212486",35168,48054 -"212487",35168,48543 -"212488",35168,51445 -"212489",35168,58836 -"212490",35168,59531 -"212491",35168,63789 -"212492",35168,66351 -"212493",35168,66519 -"212494",35168,69303 -"212495",35168,69304 -"212496",35168,69330 -"212497",35168,69344 -"212498",35168,69667 -"212499",35168,69790 -"212500",35168,69813 -"212501",35168,69815 -"212502",35168,69834 -"212503",35168,69846 -"212504",35168,70090 -"212505",35168,70128 -"212506",35168,70146 -"212507",35169,35170 -"212508",35169,35190 -"212509",35169,35191 -"212510",35169,35192 -"212511",35169,35193 -"212512",35169,35194 -"212513",35169,35197 -"212514",35169,35198 -"212515",35169,35199 -"212516",35169,35200 -"212517",35169,35204 -"212518",35169,35205 -"212519",35169,35206 -"212520",35169,35207 -"212521",35169,35208 -"212522",35169,35210 -"212523",35169,35211 -"212524",35169,35212 -"212525",35169,35213 -"212526",35169,35220 -"212527",35169,35221 -"212528",35169,35225 -"212529",35169,35226 -"212530",35169,35227 -"212531",35169,35228 -"212532",35169,35229 -"212533",35169,35246 -"212534",35169,35247 -"212535",35169,35248 -"212536",35169,35249 -"212537",35169,35255 -"212538",35169,35271 -"212539",35169,35272 -"212540",35169,35273 -"212541",35169,35274 -"212542",35169,35275 -"212543",35169,35276 -"212544",35169,35277 -"212545",35169,35279 -"212546",35169,35280 -"212547",35169,35297 -"212548",35169,35298 -"212549",35169,35300 -"212550",35169,35310 -"212551",35169,35311 -"212552",35169,35313 -"212553",35169,35314 -"212554",35169,35315 -"212555",35169,35321 -"212556",35169,35322 -"212557",35169,35323 -"212558",35169,35324 -"212559",35169,35326 -"212560",35169,35327 -"212561",35169,35328 -"212562",35169,35330 -"212563",35169,35331 -"212564",35169,35332 -"212565",35169,35337 -"212566",35169,35343 -"212567",35169,35344 -"212568",35169,35345 -"212569",35169,35346 -"212570",35169,35347 -"212571",35169,35348 -"212572",35169,35353 -"212573",35169,35354 -"212574",35169,35355 -"212575",35169,35356 -"212576",35169,35357 -"212577",35169,35362 -"212578",35169,35363 -"212579",35169,35461 -"212580",35169,35685 -"212581",35169,35686 -"212582",35169,35687 -"212583",35169,35862 -"212584",35169,35863 -"212585",35169,35864 -"212586",35169,35865 -"212587",35169,35866 -"212588",35169,35867 -"212589",35169,35956 -"212590",35169,35957 -"212591",35169,35968 -"212592",35169,35969 -"212593",35169,35970 -"212594",35169,36094 -"212595",35169,51445 -"212596",35169,59531 -"212597",35169,63789 -"212598",35170,35190 -"212599",35170,35191 -"212600",35170,35192 -"212601",35170,35193 -"212602",35170,35194 -"212603",35170,35197 -"212604",35170,35198 -"212605",35170,35199 -"212606",35170,35200 -"212607",35170,35204 -"212608",35170,35205 -"212609",35170,35206 -"212610",35170,35207 -"212611",35170,35208 -"212612",35170,35210 -"212613",35170,35211 -"212614",35170,35212 -"212615",35170,35213 -"212616",35170,35220 -"212617",35170,35221 -"212618",35170,35225 -"212619",35170,35226 -"212620",35170,35227 -"212621",35170,35228 -"212622",35170,35229 -"212623",35170,35246 -"212624",35170,35247 -"212625",35170,35248 -"212626",35170,35249 -"212627",35170,35255 -"212628",35170,35271 -"212629",35170,35272 -"212630",35170,35273 -"212631",35170,35274 -"212632",35170,35275 -"212633",35170,35276 -"212634",35170,35277 -"212635",35170,35279 -"212636",35170,35280 -"212637",35170,35297 -"212638",35170,35298 -"212639",35170,35300 -"212640",35170,35310 -"212641",35170,35311 -"212642",35170,35313 -"212643",35170,35314 -"212644",35170,35315 -"212645",35170,35321 -"212646",35170,35322 -"212647",35170,35323 -"212648",35170,35324 -"212649",35170,35326 -"212650",35170,35327 -"212651",35170,35328 -"212652",35170,35330 -"212653",35170,35331 -"212654",35170,35332 -"212655",35170,35337 -"212656",35170,35343 -"212657",35170,35344 -"212658",35170,35345 -"212659",35170,35346 -"212660",35170,35347 -"212661",35170,35348 -"212662",35170,35353 -"212663",35170,35354 -"212664",35170,35355 -"212665",35170,35356 -"212666",35170,35357 -"212667",35170,35362 -"212668",35170,35363 -"212669",35170,35461 -"212670",35170,35685 -"212671",35170,35686 -"212672",35170,35687 -"212673",35170,35862 -"212674",35170,35863 -"212675",35170,35864 -"212676",35170,35865 -"212677",35170,35866 -"212678",35170,35867 -"212679",35170,35956 -"212680",35170,35957 -"212681",35170,35968 -"212682",35170,35969 -"212683",35170,35970 -"212684",35170,36094 -"212685",35170,51445 -"212686",35170,59531 -"212687",35170,63789 -"212688",35171,57481 -"212689",35171,67935 -"212690",35171,67942 -"212691",35171,67991 -"212692",35172,37199 -"212693",35172,38644 -"212694",35172,38659 -"212695",35172,42917 -"212696",35172,43474 -"212697",35172,60339 -"212698",35172,83834 -"212699",35173,47007 -"212700",35174,59395 -"212701",35175,61579 -"212702",35175,71451 -"212703",35175,85109 -"212704",35175,100506 -"212705",35175,106580 -"212706",35175,118684 -"212707",35175,118691 -"212708",35175,118794 -"212709",35176,36039 -"212710",35176,36093 -"212711",35177,35236 -"212712",35178,35188 -"212713",35178,35805 -"212714",35178,35849 -"212715",35178,36004 -"212716",35179,90751 -"212717",35179,99688 -"212718",35180,49488 -"212719",35180,60545 -"212720",35180,60559 -"212721",35181,81617 -"212722",35182,35409 -"212723",35182,49078 -"212724",35182,62862 -"212725",35182,66247 -"212726",35182,72290 -"212727",35182,92032 -"212728",35183,49077 -"212729",35183,49079 -"212730",35184,47654 -"212731",35184,85265 -"212732",35185,35242 -"212733",35185,51332 -"212734",35185,51333 -"212735",35185,51344 -"212736",35185,51345 -"212737",35185,51378 -"212738",35185,51416 -"212739",35186,35334 -"212740",35186,35877 -"212741",35186,35885 -"212742",35186,36066 -"212743",35186,42672 -"212744",35186,44193 -"212745",35186,59702 -"212746",35186,84268 -"212747",35186,85864 -"212748",35186,86735 -"212749",35186,96563 -"212750",35186,97647 -"212751",35187,35253 -"212752",35187,40734 -"212753",35187,52796 -"212754",35187,53081 -"212755",35187,84990 -"212756",35187,84991 -"212757",35188,35805 -"212758",35188,35849 -"212759",35188,36004 -"212760",35188,39755 -"212761",35188,84053 -"212762",35189,71725 -"212763",35190,35191 -"212764",35190,35192 -"212765",35190,35193 -"212766",35190,35194 -"212767",35190,35197 -"212768",35190,35198 -"212769",35190,35199 -"212770",35190,35200 -"212771",35190,35204 -"212772",35190,35205 -"212773",35190,35206 -"212774",35190,35207 -"212775",35190,35208 -"212776",35190,35210 -"212777",35190,35211 -"212778",35190,35212 -"212779",35190,35213 -"212780",35190,35220 -"212781",35190,35221 -"212782",35190,35225 -"212783",35190,35226 -"212784",35190,35227 -"212785",35190,35228 -"212786",35190,35229 -"212787",35190,35246 -"212788",35190,35247 -"212789",35190,35248 -"212790",35190,35249 -"212791",35190,35255 -"212792",35190,35271 -"212793",35190,35272 -"212794",35190,35273 -"212795",35190,35274 -"212796",35190,35275 -"212797",35190,35276 -"212798",35190,35277 -"212799",35190,35279 -"212800",35190,35280 -"212801",35190,35297 -"212802",35190,35298 -"212803",35190,35300 -"212804",35190,35310 -"212805",35190,35311 -"212806",35190,35313 -"212807",35190,35314 -"212808",35190,35315 -"212809",35190,35321 -"212810",35190,35322 -"212811",35190,35323 -"212812",35190,35324 -"212813",35190,35326 -"212814",35190,35327 -"212815",35190,35328 -"212816",35190,35330 -"212817",35190,35331 -"212818",35190,35332 -"212819",35190,35337 -"212820",35190,35343 -"212821",35190,35344 -"212822",35190,35345 -"212823",35190,35346 -"212824",35190,35347 -"212825",35190,35348 -"212826",35190,35353 -"212827",35190,35354 -"212828",35190,35355 -"212829",35190,35356 -"212830",35190,35357 -"212831",35190,35362 -"212832",35190,35363 -"212833",35190,35461 -"212834",35190,35685 -"212835",35190,35686 -"212836",35190,35687 -"212837",35190,35862 -"212838",35190,35863 -"212839",35190,35864 -"212840",35190,35865 -"212841",35190,35866 -"212842",35190,35867 -"212843",35190,35956 -"212844",35190,35957 -"212845",35190,35968 -"212846",35190,35969 -"212847",35190,35970 -"212848",35190,36094 -"212849",35190,51445 -"212850",35190,59531 -"212851",35190,63789 -"212852",35191,35192 -"212853",35191,35193 -"212854",35191,35194 -"212855",35191,35197 -"212856",35191,35198 -"212857",35191,35199 -"212858",35191,35200 -"212859",35191,35204 -"212860",35191,35205 -"212861",35191,35206 -"212862",35191,35207 -"212863",35191,35208 -"212864",35191,35210 -"212865",35191,35211 -"212866",35191,35212 -"212867",35191,35213 -"212868",35191,35220 -"212869",35191,35221 -"212870",35191,35225 -"212871",35191,35226 -"212872",35191,35227 -"212873",35191,35228 -"212874",35191,35229 -"212875",35191,35246 -"212876",35191,35247 -"212877",35191,35248 -"212878",35191,35249 -"212879",35191,35255 -"212880",35191,35271 -"212881",35191,35272 -"212882",35191,35273 -"212883",35191,35274 -"212884",35191,35275 -"212885",35191,35276 -"212886",35191,35277 -"212887",35191,35279 -"212888",35191,35280 -"212889",35191,35297 -"212890",35191,35298 -"212891",35191,35300 -"212892",35191,35310 -"212893",35191,35311 -"212894",35191,35313 -"212895",35191,35314 -"212896",35191,35315 -"212897",35191,35321 -"212898",35191,35322 -"212899",35191,35323 -"212900",35191,35324 -"212901",35191,35326 -"212902",35191,35327 -"212903",35191,35328 -"212904",35191,35330 -"212905",35191,35331 -"212906",35191,35332 -"212907",35191,35337 -"212908",35191,35343 -"212909",35191,35344 -"212910",35191,35345 -"212911",35191,35346 -"212912",35191,35347 -"212913",35191,35348 -"212914",35191,35353 -"212915",35191,35354 -"212916",35191,35355 -"212917",35191,35356 -"212918",35191,35357 -"212919",35191,35362 -"212920",35191,35363 -"212921",35191,35461 -"212922",35191,35685 -"212923",35191,35686 -"212924",35191,35687 -"212925",35191,35862 -"212926",35191,35863 -"212927",35191,35864 -"212928",35191,35865 -"212929",35191,35866 -"212930",35191,35867 -"212931",35191,35956 -"212932",35191,35957 -"212933",35191,35968 -"212934",35191,35969 -"212935",35191,35970 -"212936",35191,36094 -"212937",35191,51445 -"212938",35191,59531 -"212939",35191,63789 -"212940",35192,35193 -"212941",35192,35194 -"212942",35192,35197 -"212943",35192,35198 -"212944",35192,35199 -"212945",35192,35200 -"212946",35192,35204 -"212947",35192,35205 -"212948",35192,35206 -"212949",35192,35207 -"212950",35192,35208 -"212951",35192,35210 -"212952",35192,35211 -"212953",35192,35212 -"212954",35192,35213 -"212955",35192,35220 -"212956",35192,35221 -"212957",35192,35225 -"212958",35192,35226 -"212959",35192,35227 -"212960",35192,35228 -"212961",35192,35229 -"212962",35192,35246 -"212963",35192,35247 -"212964",35192,35248 -"212965",35192,35249 -"212966",35192,35255 -"212967",35192,35271 -"212968",35192,35272 -"212969",35192,35273 -"212970",35192,35274 -"212971",35192,35275 -"212972",35192,35276 -"212973",35192,35277 -"212974",35192,35279 -"212975",35192,35280 -"212976",35192,35297 -"212977",35192,35298 -"212978",35192,35300 -"212979",35192,35310 -"212980",35192,35311 -"212981",35192,35313 -"212982",35192,35314 -"212983",35192,35315 -"212984",35192,35321 -"212985",35192,35322 -"212986",35192,35323 -"212987",35192,35324 -"212988",35192,35326 -"212989",35192,35327 -"212990",35192,35328 -"212991",35192,35330 -"212992",35192,35331 -"212993",35192,35332 -"212994",35192,35337 -"212995",35192,35343 -"212996",35192,35344 -"212997",35192,35345 -"212998",35192,35346 -"212999",35192,35347 -"213000",35192,35348 -"213001",35192,35353 -"213002",35192,35354 -"213003",35192,35355 -"213004",35192,35356 -"213005",35192,35357 -"213006",35192,35362 -"213007",35192,35363 -"213008",35192,35461 -"213009",35192,35685 -"213010",35192,35686 -"213011",35192,35687 -"213012",35192,35862 -"213013",35192,35863 -"213014",35192,35864 -"213015",35192,35865 -"213016",35192,35866 -"213017",35192,35867 -"213018",35192,35956 -"213019",35192,35957 -"213020",35192,35968 -"213021",35192,35969 -"213022",35192,35970 -"213023",35192,36094 -"213024",35192,51445 -"213025",35192,59531 -"213026",35192,63789 -"213027",35193,35194 -"213028",35193,35197 -"213029",35193,35198 -"213030",35193,35199 -"213031",35193,35200 -"213032",35193,35204 -"213033",35193,35205 -"213034",35193,35206 -"213035",35193,35207 -"213036",35193,35208 -"213037",35193,35210 -"213038",35193,35211 -"213039",35193,35212 -"213040",35193,35213 -"213041",35193,35220 -"213042",35193,35221 -"213043",35193,35225 -"213044",35193,35226 -"213045",35193,35227 -"213046",35193,35228 -"213047",35193,35229 -"213048",35193,35246 -"213049",35193,35247 -"213050",35193,35248 -"213051",35193,35249 -"213052",35193,35255 -"213053",35193,35271 -"213054",35193,35272 -"213055",35193,35273 -"213056",35193,35274 -"213057",35193,35275 -"213058",35193,35276 -"213059",35193,35277 -"213060",35193,35279 -"213061",35193,35280 -"213062",35193,35297 -"213063",35193,35298 -"213064",35193,35300 -"213065",35193,35310 -"213066",35193,35311 -"213067",35193,35313 -"213068",35193,35314 -"213069",35193,35315 -"213070",35193,35321 -"213071",35193,35322 -"213072",35193,35323 -"213073",35193,35324 -"213074",35193,35326 -"213075",35193,35327 -"213076",35193,35328 -"213077",35193,35330 -"213078",35193,35331 -"213079",35193,35332 -"213080",35193,35337 -"213081",35193,35343 -"213082",35193,35344 -"213083",35193,35345 -"213084",35193,35346 -"213085",35193,35347 -"213086",35193,35348 -"213087",35193,35353 -"213088",35193,35354 -"213089",35193,35355 -"213090",35193,35356 -"213091",35193,35357 -"213092",35193,35362 -"213093",35193,35363 -"213094",35193,35461 -"213095",35193,35685 -"213096",35193,35686 -"213097",35193,35687 -"213098",35193,35862 -"213099",35193,35863 -"213100",35193,35864 -"213101",35193,35865 -"213102",35193,35866 -"213103",35193,35867 -"213104",35193,35956 -"213105",35193,35957 -"213106",35193,35968 -"213107",35193,35969 -"213108",35193,35970 -"213109",35193,36094 -"213110",35193,51445 -"213111",35193,59531 -"213112",35193,63789 -"213113",35194,35197 -"213114",35194,35198 -"213115",35194,35199 -"213116",35194,35200 -"213117",35194,35204 -"213118",35194,35205 -"213119",35194,35206 -"213120",35194,35207 -"213121",35194,35208 -"213122",35194,35210 -"213123",35194,35211 -"213124",35194,35212 -"213125",35194,35213 -"213126",35194,35220 -"213127",35194,35221 -"213128",35194,35225 -"213129",35194,35226 -"213130",35194,35227 -"213131",35194,35228 -"213132",35194,35229 -"213133",35194,35246 -"213134",35194,35247 -"213135",35194,35248 -"213136",35194,35249 -"213137",35194,35255 -"213138",35194,35271 -"213139",35194,35272 -"213140",35194,35273 -"213141",35194,35274 -"213142",35194,35275 -"213143",35194,35276 -"213144",35194,35277 -"213145",35194,35279 -"213146",35194,35280 -"213147",35194,35297 -"213148",35194,35298 -"213149",35194,35300 -"213150",35194,35310 -"213151",35194,35311 -"213152",35194,35313 -"213153",35194,35314 -"213154",35194,35315 -"213155",35194,35321 -"213156",35194,35322 -"213157",35194,35323 -"213158",35194,35324 -"213159",35194,35326 -"213160",35194,35327 -"213161",35194,35328 -"213162",35194,35330 -"213163",35194,35331 -"213164",35194,35332 -"213165",35194,35337 -"213166",35194,35343 -"213167",35194,35344 -"213168",35194,35345 -"213169",35194,35346 -"213170",35194,35347 -"213171",35194,35348 -"213172",35194,35353 -"213173",35194,35354 -"213174",35194,35355 -"213175",35194,35356 -"213176",35194,35357 -"213177",35194,35362 -"213178",35194,35363 -"213179",35194,35461 -"213180",35194,35685 -"213181",35194,35686 -"213182",35194,35687 -"213183",35194,35862 -"213184",35194,35863 -"213185",35194,35864 -"213186",35194,35865 -"213187",35194,35866 -"213188",35194,35867 -"213189",35194,35956 -"213190",35194,35957 -"213191",35194,35968 -"213192",35194,35969 -"213193",35194,35970 -"213194",35194,36094 -"213195",35194,51445 -"213196",35194,59531 -"213197",35194,63789 -"213198",35195,56140 -"213199",35196,75431 -"213200",35196,75766 -"213201",35196,113324 -"213202",35196,121781 -"213203",35197,35198 -"213204",35197,35199 -"213205",35197,35200 -"213206",35197,35204 -"213207",35197,35205 -"213208",35197,35206 -"213209",35197,35207 -"213210",35197,35208 -"213211",35197,35210 -"213212",35197,35211 -"213213",35197,35212 -"213214",35197,35213 -"213215",35197,35220 -"213216",35197,35221 -"213217",35197,35225 -"213218",35197,35226 -"213219",35197,35227 -"213220",35197,35228 -"213221",35197,35229 -"213222",35197,35246 -"213223",35197,35247 -"213224",35197,35248 -"213225",35197,35249 -"213226",35197,35255 -"213227",35197,35271 -"213228",35197,35272 -"213229",35197,35273 -"213230",35197,35274 -"213231",35197,35275 -"213232",35197,35276 -"213233",35197,35277 -"213234",35197,35279 -"213235",35197,35280 -"213236",35197,35297 -"213237",35197,35298 -"213238",35197,35300 -"213239",35197,35310 -"213240",35197,35311 -"213241",35197,35313 -"213242",35197,35314 -"213243",35197,35315 -"213244",35197,35321 -"213245",35197,35322 -"213246",35197,35323 -"213247",35197,35324 -"213248",35197,35326 -"213249",35197,35327 -"213250",35197,35328 -"213251",35197,35330 -"213252",35197,35331 -"213253",35197,35332 -"213254",35197,35337 -"213255",35197,35343 -"213256",35197,35344 -"213257",35197,35345 -"213258",35197,35346 -"213259",35197,35347 -"213260",35197,35348 -"213261",35197,35353 -"213262",35197,35354 -"213263",35197,35355 -"213264",35197,35356 -"213265",35197,35357 -"213266",35197,35362 -"213267",35197,35363 -"213268",35197,35461 -"213269",35197,35685 -"213270",35197,35686 -"213271",35197,35687 -"213272",35197,35862 -"213273",35197,35863 -"213274",35197,35864 -"213275",35197,35865 -"213276",35197,35866 -"213277",35197,35867 -"213278",35197,35956 -"213279",35197,35957 -"213280",35197,35968 -"213281",35197,35969 -"213282",35197,35970 -"213283",35197,36094 -"213284",35197,51445 -"213285",35197,59531 -"213286",35197,63789 -"213287",35198,35199 -"213288",35198,35200 -"213289",35198,35204 -"213290",35198,35205 -"213291",35198,35206 -"213292",35198,35207 -"213293",35198,35208 -"213294",35198,35210 -"213295",35198,35211 -"213296",35198,35212 -"213297",35198,35213 -"213298",35198,35220 -"213299",35198,35221 -"213300",35198,35225 -"213301",35198,35226 -"213302",35198,35227 -"213303",35198,35228 -"213304",35198,35229 -"213305",35198,35246 -"213306",35198,35247 -"213307",35198,35248 -"213308",35198,35249 -"213309",35198,35255 -"213310",35198,35271 -"213311",35198,35272 -"213312",35198,35273 -"213313",35198,35274 -"213314",35198,35275 -"213315",35198,35276 -"213316",35198,35277 -"213317",35198,35279 -"213318",35198,35280 -"213319",35198,35297 -"213320",35198,35298 -"213321",35198,35300 -"213322",35198,35310 -"213323",35198,35311 -"213324",35198,35313 -"213325",35198,35314 -"213326",35198,35315 -"213327",35198,35321 -"213328",35198,35322 -"213329",35198,35323 -"213330",35198,35324 -"213331",35198,35326 -"213332",35198,35327 -"213333",35198,35328 -"213334",35198,35330 -"213335",35198,35331 -"213336",35198,35332 -"213337",35198,35337 -"213338",35198,35343 -"213339",35198,35344 -"213340",35198,35345 -"213341",35198,35346 -"213342",35198,35347 -"213343",35198,35348 -"213344",35198,35353 -"213345",35198,35354 -"213346",35198,35355 -"213347",35198,35356 -"213348",35198,35357 -"213349",35198,35362 -"213350",35198,35363 -"213351",35198,35461 -"213352",35198,35685 -"213353",35198,35686 -"213354",35198,35687 -"213355",35198,35862 -"213356",35198,35863 -"213357",35198,35864 -"213358",35198,35865 -"213359",35198,35866 -"213360",35198,35867 -"213361",35198,35956 -"213362",35198,35957 -"213363",35198,35968 -"213364",35198,35969 -"213365",35198,35970 -"213366",35198,36094 -"213367",35198,51445 -"213368",35198,59531 -"213369",35198,63789 -"213370",35199,35200 -"213371",35199,35204 -"213372",35199,35205 -"213373",35199,35206 -"213374",35199,35207 -"213375",35199,35208 -"213376",35199,35210 -"213377",35199,35211 -"213378",35199,35212 -"213379",35199,35213 -"213380",35199,35220 -"213381",35199,35221 -"213382",35199,35225 -"213383",35199,35226 -"213384",35199,35227 -"213385",35199,35228 -"213386",35199,35229 -"213387",35199,35246 -"213388",35199,35247 -"213389",35199,35248 -"213390",35199,35249 -"213391",35199,35255 -"213392",35199,35271 -"213393",35199,35272 -"213394",35199,35273 -"213395",35199,35274 -"213396",35199,35275 -"213397",35199,35276 -"213398",35199,35277 -"213399",35199,35279 -"213400",35199,35280 -"213401",35199,35297 -"213402",35199,35298 -"213403",35199,35300 -"213404",35199,35310 -"213405",35199,35311 -"213406",35199,35313 -"213407",35199,35314 -"213408",35199,35315 -"213409",35199,35321 -"213410",35199,35322 -"213411",35199,35323 -"213412",35199,35324 -"213413",35199,35326 -"213414",35199,35327 -"213415",35199,35328 -"213416",35199,35330 -"213417",35199,35331 -"213418",35199,35332 -"213419",35199,35337 -"213420",35199,35343 -"213421",35199,35344 -"213422",35199,35345 -"213423",35199,35346 -"213424",35199,35347 -"213425",35199,35348 -"213426",35199,35353 -"213427",35199,35354 -"213428",35199,35355 -"213429",35199,35356 -"213430",35199,35357 -"213431",35199,35362 -"213432",35199,35363 -"213433",35199,35461 -"213434",35199,35685 -"213435",35199,35686 -"213436",35199,35687 -"213437",35199,35862 -"213438",35199,35863 -"213439",35199,35864 -"213440",35199,35865 -"213441",35199,35866 -"213442",35199,35867 -"213443",35199,35956 -"213444",35199,35957 -"213445",35199,35968 -"213446",35199,35969 -"213447",35199,35970 -"213448",35199,36094 -"213449",35199,51445 -"213450",35199,59531 -"213451",35199,63789 -"213452",35200,35204 -"213453",35200,35205 -"213454",35200,35206 -"213455",35200,35207 -"213456",35200,35208 -"213457",35200,35210 -"213458",35200,35211 -"213459",35200,35212 -"213460",35200,35213 -"213461",35200,35220 -"213462",35200,35221 -"213463",35200,35225 -"213464",35200,35226 -"213465",35200,35227 -"213466",35200,35228 -"213467",35200,35229 -"213468",35200,35246 -"213469",35200,35247 -"213470",35200,35248 -"213471",35200,35249 -"213472",35200,35255 -"213473",35200,35271 -"213474",35200,35272 -"213475",35200,35273 -"213476",35200,35274 -"213477",35200,35275 -"213478",35200,35276 -"213479",35200,35277 -"213480",35200,35279 -"213481",35200,35280 -"213482",35200,35297 -"213483",35200,35298 -"213484",35200,35300 -"213485",35200,35310 -"213486",35200,35311 -"213487",35200,35313 -"213488",35200,35314 -"213489",35200,35315 -"213490",35200,35321 -"213491",35200,35322 -"213492",35200,35323 -"213493",35200,35324 -"213494",35200,35326 -"213495",35200,35327 -"213496",35200,35328 -"213497",35200,35330 -"213498",35200,35331 -"213499",35200,35332 -"213500",35200,35337 -"213501",35200,35343 -"213502",35200,35344 -"213503",35200,35345 -"213504",35200,35346 -"213505",35200,35347 -"213506",35200,35348 -"213507",35200,35353 -"213508",35200,35354 -"213509",35200,35355 -"213510",35200,35356 -"213511",35200,35357 -"213512",35200,35362 -"213513",35200,35363 -"213514",35200,35461 -"213515",35200,35685 -"213516",35200,35686 -"213517",35200,35687 -"213518",35200,35862 -"213519",35200,35863 -"213520",35200,35864 -"213521",35200,35865 -"213522",35200,35866 -"213523",35200,35867 -"213524",35200,35956 -"213525",35200,35957 -"213526",35200,35968 -"213527",35200,35969 -"213528",35200,35970 -"213529",35200,36094 -"213530",35200,51445 -"213531",35200,59531 -"213532",35200,63789 -"213533",35201,43388 -"213534",35201,90888 -"213535",35202,35308 -"213536",35203,97678 -"213537",35204,35205 -"213538",35204,35206 -"213539",35204,35207 -"213540",35204,35208 -"213541",35204,35210 -"213542",35204,35211 -"213543",35204,35212 -"213544",35204,35213 -"213545",35204,35220 -"213546",35204,35221 -"213547",35204,35225 -"213548",35204,35226 -"213549",35204,35227 -"213550",35204,35228 -"213551",35204,35229 -"213552",35204,35246 -"213553",35204,35247 -"213554",35204,35248 -"213555",35204,35249 -"213556",35204,35255 -"213557",35204,35271 -"213558",35204,35272 -"213559",35204,35273 -"213560",35204,35274 -"213561",35204,35275 -"213562",35204,35276 -"213563",35204,35277 -"213564",35204,35279 -"213565",35204,35280 -"213566",35204,35297 -"213567",35204,35298 -"213568",35204,35300 -"213569",35204,35310 -"213570",35204,35311 -"213571",35204,35313 -"213572",35204,35314 -"213573",35204,35315 -"213574",35204,35321 -"213575",35204,35322 -"213576",35204,35323 -"213577",35204,35324 -"213578",35204,35326 -"213579",35204,35327 -"213580",35204,35328 -"213581",35204,35330 -"213582",35204,35331 -"213583",35204,35332 -"213584",35204,35337 -"213585",35204,35343 -"213586",35204,35344 -"213587",35204,35345 -"213588",35204,35346 -"213589",35204,35347 -"213590",35204,35348 -"213591",35204,35353 -"213592",35204,35354 -"213593",35204,35355 -"213594",35204,35356 -"213595",35204,35357 -"213596",35204,35362 -"213597",35204,35363 -"213598",35204,35461 -"213599",35204,35685 -"213600",35204,35686 -"213601",35204,35687 -"213602",35204,35862 -"213603",35204,35863 -"213604",35204,35864 -"213605",35204,35865 -"213606",35204,35866 -"213607",35204,35867 -"213608",35204,35956 -"213609",35204,35957 -"213610",35204,35968 -"213611",35204,35969 -"213612",35204,35970 -"213613",35204,36094 -"213614",35204,51445 -"213615",35204,59531 -"213616",35204,63789 -"213617",35205,35206 -"213618",35205,35207 -"213619",35205,35208 -"213620",35205,35210 -"213621",35205,35211 -"213622",35205,35212 -"213623",35205,35213 -"213624",35205,35220 -"213625",35205,35221 -"213626",35205,35225 -"213627",35205,35226 -"213628",35205,35227 -"213629",35205,35228 -"213630",35205,35229 -"213631",35205,35246 -"213632",35205,35247 -"213633",35205,35248 -"213634",35205,35249 -"213635",35205,35255 -"213636",35205,35271 -"213637",35205,35272 -"213638",35205,35273 -"213639",35205,35274 -"213640",35205,35275 -"213641",35205,35276 -"213642",35205,35277 -"213643",35205,35279 -"213644",35205,35280 -"213645",35205,35297 -"213646",35205,35298 -"213647",35205,35300 -"213648",35205,35310 -"213649",35205,35311 -"213650",35205,35313 -"213651",35205,35314 -"213652",35205,35315 -"213653",35205,35321 -"213654",35205,35322 -"213655",35205,35323 -"213656",35205,35324 -"213657",35205,35326 -"213658",35205,35327 -"213659",35205,35328 -"213660",35205,35330 -"213661",35205,35331 -"213662",35205,35332 -"213663",35205,35337 -"213664",35205,35343 -"213665",35205,35344 -"213666",35205,35345 -"213667",35205,35346 -"213668",35205,35347 -"213669",35205,35348 -"213670",35205,35353 -"213671",35205,35354 -"213672",35205,35355 -"213673",35205,35356 -"213674",35205,35357 -"213675",35205,35362 -"213676",35205,35363 -"213677",35205,35461 -"213678",35205,35685 -"213679",35205,35686 -"213680",35205,35687 -"213681",35205,35862 -"213682",35205,35863 -"213683",35205,35864 -"213684",35205,35865 -"213685",35205,35866 -"213686",35205,35867 -"213687",35205,35956 -"213688",35205,35957 -"213689",35205,35968 -"213690",35205,35969 -"213691",35205,35970 -"213692",35205,36094 -"213693",35205,51445 -"213694",35205,59531 -"213695",35205,63789 -"213696",35206,35207 -"213697",35206,35208 -"213698",35206,35210 -"213699",35206,35211 -"213700",35206,35212 -"213701",35206,35213 -"213702",35206,35220 -"213703",35206,35221 -"213704",35206,35225 -"213705",35206,35226 -"213706",35206,35227 -"213707",35206,35228 -"213708",35206,35229 -"213709",35206,35246 -"213710",35206,35247 -"213711",35206,35248 -"213712",35206,35249 -"213713",35206,35255 -"213714",35206,35271 -"213715",35206,35272 -"213716",35206,35273 -"213717",35206,35274 -"213718",35206,35275 -"213719",35206,35276 -"213720",35206,35277 -"213721",35206,35279 -"213722",35206,35280 -"213723",35206,35297 -"213724",35206,35298 -"213725",35206,35300 -"213726",35206,35310 -"213727",35206,35311 -"213728",35206,35313 -"213729",35206,35314 -"213730",35206,35315 -"213731",35206,35321 -"213732",35206,35322 -"213733",35206,35323 -"213734",35206,35324 -"213735",35206,35326 -"213736",35206,35327 -"213737",35206,35328 -"213738",35206,35330 -"213739",35206,35331 -"213740",35206,35332 -"213741",35206,35337 -"213742",35206,35343 -"213743",35206,35344 -"213744",35206,35345 -"213745",35206,35346 -"213746",35206,35347 -"213747",35206,35348 -"213748",35206,35353 -"213749",35206,35354 -"213750",35206,35355 -"213751",35206,35356 -"213752",35206,35357 -"213753",35206,35362 -"213754",35206,35363 -"213755",35206,35461 -"213756",35206,35685 -"213757",35206,35686 -"213758",35206,35687 -"213759",35206,35862 -"213760",35206,35863 -"213761",35206,35864 -"213762",35206,35865 -"213763",35206,35866 -"213764",35206,35867 -"213765",35206,35956 -"213766",35206,35957 -"213767",35206,35968 -"213768",35206,35969 -"213769",35206,35970 -"213770",35206,36094 -"213771",35206,51445 -"213772",35206,59531 -"213773",35206,63789 -"213774",35207,35208 -"213775",35207,35210 -"213776",35207,35211 -"213777",35207,35212 -"213778",35207,35213 -"213779",35207,35220 -"213780",35207,35221 -"213781",35207,35225 -"213782",35207,35226 -"213783",35207,35227 -"213784",35207,35228 -"213785",35207,35229 -"213786",35207,35246 -"213787",35207,35247 -"213788",35207,35248 -"213789",35207,35249 -"213790",35207,35255 -"213791",35207,35271 -"213792",35207,35272 -"213793",35207,35273 -"213794",35207,35274 -"213795",35207,35275 -"213796",35207,35276 -"213797",35207,35277 -"213798",35207,35279 -"213799",35207,35280 -"213800",35207,35297 -"213801",35207,35298 -"213802",35207,35300 -"213803",35207,35310 -"213804",35207,35311 -"213805",35207,35313 -"213806",35207,35314 -"213807",35207,35315 -"213808",35207,35321 -"213809",35207,35322 -"213810",35207,35323 -"213811",35207,35324 -"213812",35207,35326 -"213813",35207,35327 -"213814",35207,35328 -"213815",35207,35330 -"213816",35207,35331 -"213817",35207,35332 -"213818",35207,35337 -"213819",35207,35343 -"213820",35207,35344 -"213821",35207,35345 -"213822",35207,35346 -"213823",35207,35347 -"213824",35207,35348 -"213825",35207,35353 -"213826",35207,35354 -"213827",35207,35355 -"213828",35207,35356 -"213829",35207,35357 -"213830",35207,35362 -"213831",35207,35363 -"213832",35207,35461 -"213833",35207,35685 -"213834",35207,35686 -"213835",35207,35687 -"213836",35207,35862 -"213837",35207,35863 -"213838",35207,35864 -"213839",35207,35865 -"213840",35207,35866 -"213841",35207,35867 -"213842",35207,35956 -"213843",35207,35957 -"213844",35207,35968 -"213845",35207,35969 -"213846",35207,35970 -"213847",35207,36094 -"213848",35207,51445 -"213849",35207,59531 -"213850",35207,63789 -"213851",35208,35210 -"213852",35208,35211 -"213853",35208,35212 -"213854",35208,35213 -"213855",35208,35220 -"213856",35208,35221 -"213857",35208,35225 -"213858",35208,35226 -"213859",35208,35227 -"213860",35208,35228 -"213861",35208,35229 -"213862",35208,35246 -"213863",35208,35247 -"213864",35208,35248 -"213865",35208,35249 -"213866",35208,35255 -"213867",35208,35271 -"213868",35208,35272 -"213869",35208,35273 -"213870",35208,35274 -"213871",35208,35275 -"213872",35208,35276 -"213873",35208,35277 -"213874",35208,35279 -"213875",35208,35280 -"213876",35208,35297 -"213877",35208,35298 -"213878",35208,35300 -"213879",35208,35310 -"213880",35208,35311 -"213881",35208,35313 -"213882",35208,35314 -"213883",35208,35315 -"213884",35208,35321 -"213885",35208,35322 -"213886",35208,35323 -"213887",35208,35324 -"213888",35208,35326 -"213889",35208,35327 -"213890",35208,35328 -"213891",35208,35330 -"213892",35208,35331 -"213893",35208,35332 -"213894",35208,35337 -"213895",35208,35343 -"213896",35208,35344 -"213897",35208,35345 -"213898",35208,35346 -"213899",35208,35347 -"213900",35208,35348 -"213901",35208,35353 -"213902",35208,35354 -"213903",35208,35355 -"213904",35208,35356 -"213905",35208,35357 -"213906",35208,35362 -"213907",35208,35363 -"213908",35208,35461 -"213909",35208,35685 -"213910",35208,35686 -"213911",35208,35687 -"213912",35208,35862 -"213913",35208,35863 -"213914",35208,35864 -"213915",35208,35865 -"213916",35208,35866 -"213917",35208,35867 -"213918",35208,35956 -"213919",35208,35957 -"213920",35208,35968 -"213921",35208,35969 -"213922",35208,35970 -"213923",35208,36094 -"213924",35208,51445 -"213925",35208,59531 -"213926",35208,63789 -"213927",35209,66104 -"213928",35209,67655 -"213929",35210,35211 -"213930",35210,35212 -"213931",35210,35213 -"213932",35210,35220 -"213933",35210,35221 -"213934",35210,35225 -"213935",35210,35226 -"213936",35210,35227 -"213937",35210,35228 -"213938",35210,35229 -"213939",35210,35246 -"213940",35210,35247 -"213941",35210,35248 -"213942",35210,35249 -"213943",35210,35255 -"213944",35210,35271 -"213945",35210,35272 -"213946",35210,35273 -"213947",35210,35274 -"213948",35210,35275 -"213949",35210,35276 -"213950",35210,35277 -"213951",35210,35279 -"213952",35210,35280 -"213953",35210,35297 -"213954",35210,35298 -"213955",35210,35300 -"213956",35210,35310 -"213957",35210,35311 -"213958",35210,35313 -"213959",35210,35314 -"213960",35210,35315 -"213961",35210,35321 -"213962",35210,35322 -"213963",35210,35323 -"213964",35210,35324 -"213965",35210,35326 -"213966",35210,35327 -"213967",35210,35328 -"213968",35210,35330 -"213969",35210,35331 -"213970",35210,35332 -"213971",35210,35337 -"213972",35210,35343 -"213973",35210,35344 -"213974",35210,35345 -"213975",35210,35346 -"213976",35210,35347 -"213977",35210,35348 -"213978",35210,35353 -"213979",35210,35354 -"213980",35210,35355 -"213981",35210,35356 -"213982",35210,35357 -"213983",35210,35362 -"213984",35210,35363 -"213985",35210,35461 -"213986",35210,35685 -"213987",35210,35686 -"213988",35210,35687 -"213989",35210,35862 -"213990",35210,35863 -"213991",35210,35864 -"213992",35210,35865 -"213993",35210,35866 -"213994",35210,35867 -"213995",35210,35956 -"213996",35210,35957 -"213997",35210,35968 -"213998",35210,35969 -"213999",35210,35970 -"214000",35210,36094 -"214001",35210,51445 -"214002",35210,59531 -"214003",35210,63789 -"214004",35211,35212 -"214005",35211,35213 -"214006",35211,35220 -"214007",35211,35221 -"214008",35211,35225 -"214009",35211,35226 -"214010",35211,35227 -"214011",35211,35228 -"214012",35211,35229 -"214013",35211,35246 -"214014",35211,35247 -"214015",35211,35248 -"214016",35211,35249 -"214017",35211,35255 -"214018",35211,35271 -"214019",35211,35272 -"214020",35211,35273 -"214021",35211,35274 -"214022",35211,35275 -"214023",35211,35276 -"214024",35211,35277 -"214025",35211,35279 -"214026",35211,35280 -"214027",35211,35297 -"214028",35211,35298 -"214029",35211,35300 -"214030",35211,35310 -"214031",35211,35311 -"214032",35211,35313 -"214033",35211,35314 -"214034",35211,35315 -"214035",35211,35321 -"214036",35211,35322 -"214037",35211,35323 -"214038",35211,35324 -"214039",35211,35326 -"214040",35211,35327 -"214041",35211,35328 -"214042",35211,35330 -"214043",35211,35331 -"214044",35211,35332 -"214045",35211,35337 -"214046",35211,35343 -"214047",35211,35344 -"214048",35211,35345 -"214049",35211,35346 -"214050",35211,35347 -"214051",35211,35348 -"214052",35211,35353 -"214053",35211,35354 -"214054",35211,35355 -"214055",35211,35356 -"214056",35211,35357 -"214057",35211,35362 -"214058",35211,35363 -"214059",35211,35461 -"214060",35211,35685 -"214061",35211,35686 -"214062",35211,35687 -"214063",35211,35862 -"214064",35211,35863 -"214065",35211,35864 -"214066",35211,35865 -"214067",35211,35866 -"214068",35211,35867 -"214069",35211,35956 -"214070",35211,35957 -"214071",35211,35968 -"214072",35211,35969 -"214073",35211,35970 -"214074",35211,36094 -"214075",35211,51445 -"214076",35211,59531 -"214077",35211,63789 -"214078",35212,35213 -"214079",35212,35220 -"214080",35212,35221 -"214081",35212,35225 -"214082",35212,35226 -"214083",35212,35227 -"214084",35212,35228 -"214085",35212,35229 -"214086",35212,35246 -"214087",35212,35247 -"214088",35212,35248 -"214089",35212,35249 -"214090",35212,35255 -"214091",35212,35271 -"214092",35212,35272 -"214093",35212,35273 -"214094",35212,35274 -"214095",35212,35275 -"214096",35212,35276 -"214097",35212,35277 -"214098",35212,35279 -"214099",35212,35280 -"214100",35212,35297 -"214101",35212,35298 -"214102",35212,35300 -"214103",35212,35310 -"214104",35212,35311 -"214105",35212,35313 -"214106",35212,35314 -"214107",35212,35315 -"214108",35212,35321 -"214109",35212,35322 -"214110",35212,35323 -"214111",35212,35324 -"214112",35212,35326 -"214113",35212,35327 -"214114",35212,35328 -"214115",35212,35330 -"214116",35212,35331 -"214117",35212,35332 -"214118",35212,35337 -"214119",35212,35343 -"214120",35212,35344 -"214121",35212,35345 -"214122",35212,35346 -"214123",35212,35347 -"214124",35212,35348 -"214125",35212,35353 -"214126",35212,35354 -"214127",35212,35355 -"214128",35212,35356 -"214129",35212,35357 -"214130",35212,35362 -"214131",35212,35363 -"214132",35212,35461 -"214133",35212,35685 -"214134",35212,35686 -"214135",35212,35687 -"214136",35212,35862 -"214137",35212,35863 -"214138",35212,35864 -"214139",35212,35865 -"214140",35212,35866 -"214141",35212,35867 -"214142",35212,35956 -"214143",35212,35957 -"214144",35212,35968 -"214145",35212,35969 -"214146",35212,35970 -"214147",35212,36094 -"214148",35212,51445 -"214149",35212,59531 -"214150",35212,63789 -"214151",35213,35220 -"214152",35213,35221 -"214153",35213,35225 -"214154",35213,35226 -"214155",35213,35227 -"214156",35213,35228 -"214157",35213,35229 -"214158",35213,35246 -"214159",35213,35247 -"214160",35213,35248 -"214161",35213,35249 -"214162",35213,35255 -"214163",35213,35271 -"214164",35213,35272 -"214165",35213,35273 -"214166",35213,35274 -"214167",35213,35275 -"214168",35213,35276 -"214169",35213,35277 -"214170",35213,35279 -"214171",35213,35280 -"214172",35213,35297 -"214173",35213,35298 -"214174",35213,35300 -"214175",35213,35310 -"214176",35213,35311 -"214177",35213,35313 -"214178",35213,35314 -"214179",35213,35315 -"214180",35213,35321 -"214181",35213,35322 -"214182",35213,35323 -"214183",35213,35324 -"214184",35213,35326 -"214185",35213,35327 -"214186",35213,35328 -"214187",35213,35330 -"214188",35213,35331 -"214189",35213,35332 -"214190",35213,35337 -"214191",35213,35343 -"214192",35213,35344 -"214193",35213,35345 -"214194",35213,35346 -"214195",35213,35347 -"214196",35213,35348 -"214197",35213,35353 -"214198",35213,35354 -"214199",35213,35355 -"214200",35213,35356 -"214201",35213,35357 -"214202",35213,35362 -"214203",35213,35363 -"214204",35213,35461 -"214205",35213,35685 -"214206",35213,35686 -"214207",35213,35687 -"214208",35213,35862 -"214209",35213,35863 -"214210",35213,35864 -"214211",35213,35865 -"214212",35213,35866 -"214213",35213,35867 -"214214",35213,35956 -"214215",35213,35957 -"214216",35213,35968 -"214217",35213,35969 -"214218",35213,35970 -"214219",35213,36094 -"214220",35213,49622 -"214221",35213,49632 -"214222",35213,51445 -"214223",35213,59531 -"214224",35213,63789 -"214225",35215,37572 -"214226",35215,37588 -"214227",35215,42362 -"214228",35217,44894 -"214229",35217,46962 -"214230",35217,51656 -"214231",35217,52926 -"214232",35217,86883 -"214233",35217,100979 -"214234",35218,49115 -"214235",35218,69635 -"214236",35218,85492 -"214237",35218,85494 -"214238",35218,89782 -"214239",35218,95050 -"214240",35220,35221 -"214241",35220,35225 -"214242",35220,35226 -"214243",35220,35227 -"214244",35220,35228 -"214245",35220,35229 -"214246",35220,35246 -"214247",35220,35247 -"214248",35220,35248 -"214249",35220,35249 -"214250",35220,35255 -"214251",35220,35271 -"214252",35220,35272 -"214253",35220,35273 -"214254",35220,35274 -"214255",35220,35275 -"214256",35220,35276 -"214257",35220,35277 -"214258",35220,35279 -"214259",35220,35280 -"214260",35220,35297 -"214261",35220,35298 -"214262",35220,35300 -"214263",35220,35310 -"214264",35220,35311 -"214265",35220,35313 -"214266",35220,35314 -"214267",35220,35315 -"214268",35220,35321 -"214269",35220,35322 -"214270",35220,35323 -"214271",35220,35324 -"214272",35220,35326 -"214273",35220,35327 -"214274",35220,35328 -"214275",35220,35330 -"214276",35220,35331 -"214277",35220,35332 -"214278",35220,35337 -"214279",35220,35343 -"214280",35220,35344 -"214281",35220,35345 -"214282",35220,35346 -"214283",35220,35347 -"214284",35220,35348 -"214285",35220,35353 -"214286",35220,35354 -"214287",35220,35355 -"214288",35220,35356 -"214289",35220,35357 -"214290",35220,35362 -"214291",35220,35363 -"214292",35220,35461 -"214293",35220,35685 -"214294",35220,35686 -"214295",35220,35687 -"214296",35220,35862 -"214297",35220,35863 -"214298",35220,35864 -"214299",35220,35865 -"214300",35220,35866 -"214301",35220,35867 -"214302",35220,35956 -"214303",35220,35957 -"214304",35220,35968 -"214305",35220,35969 -"214306",35220,35970 -"214307",35220,36094 -"214308",35220,51445 -"214309",35220,59531 -"214310",35220,63789 -"214311",35221,35225 -"214312",35221,35226 -"214313",35221,35227 -"214314",35221,35228 -"214315",35221,35229 -"214316",35221,35246 -"214317",35221,35247 -"214318",35221,35248 -"214319",35221,35249 -"214320",35221,35255 -"214321",35221,35271 -"214322",35221,35272 -"214323",35221,35273 -"214324",35221,35274 -"214325",35221,35275 -"214326",35221,35276 -"214327",35221,35277 -"214328",35221,35279 -"214329",35221,35280 -"214330",35221,35297 -"214331",35221,35298 -"214332",35221,35300 -"214333",35221,35310 -"214334",35221,35311 -"214335",35221,35313 -"214336",35221,35314 -"214337",35221,35315 -"214338",35221,35321 -"214339",35221,35322 -"214340",35221,35323 -"214341",35221,35324 -"214342",35221,35326 -"214343",35221,35327 -"214344",35221,35328 -"214345",35221,35330 -"214346",35221,35331 -"214347",35221,35332 -"214348",35221,35337 -"214349",35221,35343 -"214350",35221,35344 -"214351",35221,35345 -"214352",35221,35346 -"214353",35221,35347 -"214354",35221,35348 -"214355",35221,35353 -"214356",35221,35354 -"214357",35221,35355 -"214358",35221,35356 -"214359",35221,35357 -"214360",35221,35362 -"214361",35221,35363 -"214362",35221,35461 -"214363",35221,35685 -"214364",35221,35686 -"214365",35221,35687 -"214366",35221,35862 -"214367",35221,35863 -"214368",35221,35864 -"214369",35221,35865 -"214370",35221,35866 -"214371",35221,35867 -"214372",35221,35956 -"214373",35221,35957 -"214374",35221,35968 -"214375",35221,35969 -"214376",35221,35970 -"214377",35221,36094 -"214378",35221,51445 -"214379",35221,59531 -"214380",35221,63789 -"214381",35222,63235 -"214382",35222,69411 -"214383",35223,49143 -"214384",35223,71668 -"214385",35223,95718 -"214386",35223,106637 -"214387",35224,71489 -"214388",35224,99389 -"214389",35225,35226 -"214390",35225,35227 -"214391",35225,35228 -"214392",35225,35229 -"214393",35225,35246 -"214394",35225,35247 -"214395",35225,35248 -"214396",35225,35249 -"214397",35225,35255 -"214398",35225,35271 -"214399",35225,35272 -"214400",35225,35273 -"214401",35225,35274 -"214402",35225,35275 -"214403",35225,35276 -"214404",35225,35277 -"214405",35225,35279 -"214406",35225,35280 -"214407",35225,35297 -"214408",35225,35298 -"214409",35225,35300 -"214410",35225,35310 -"214411",35225,35311 -"214412",35225,35313 -"214413",35225,35314 -"214414",35225,35315 -"214415",35225,35321 -"214416",35225,35322 -"214417",35225,35323 -"214418",35225,35324 -"214419",35225,35326 -"214420",35225,35327 -"214421",35225,35328 -"214422",35225,35330 -"214423",35225,35331 -"214424",35225,35332 -"214425",35225,35337 -"214426",35225,35343 -"214427",35225,35344 -"214428",35225,35345 -"214429",35225,35346 -"214430",35225,35347 -"214431",35225,35348 -"214432",35225,35353 -"214433",35225,35354 -"214434",35225,35355 -"214435",35225,35356 -"214436",35225,35357 -"214437",35225,35362 -"214438",35225,35363 -"214439",35225,35461 -"214440",35225,35685 -"214441",35225,35686 -"214442",35225,35687 -"214443",35225,35862 -"214444",35225,35863 -"214445",35225,35864 -"214446",35225,35865 -"214447",35225,35866 -"214448",35225,35867 -"214449",35225,35956 -"214450",35225,35957 -"214451",35225,35968 -"214452",35225,35969 -"214453",35225,35970 -"214454",35225,36094 -"214455",35225,51445 -"214456",35225,59531 -"214457",35225,63789 -"214458",35226,35227 -"214459",35226,35228 -"214460",35226,35229 -"214461",35226,35246 -"214462",35226,35247 -"214463",35226,35248 -"214464",35226,35249 -"214465",35226,35255 -"214466",35226,35271 -"214467",35226,35272 -"214468",35226,35273 -"214469",35226,35274 -"214470",35226,35275 -"214471",35226,35276 -"214472",35226,35277 -"214473",35226,35279 -"214474",35226,35280 -"214475",35226,35297 -"214476",35226,35298 -"214477",35226,35300 -"214478",35226,35310 -"214479",35226,35311 -"214480",35226,35313 -"214481",35226,35314 -"214482",35226,35315 -"214483",35226,35321 -"214484",35226,35322 -"214485",35226,35323 -"214486",35226,35324 -"214487",35226,35326 -"214488",35226,35327 -"214489",35226,35328 -"214490",35226,35330 -"214491",35226,35331 -"214492",35226,35332 -"214493",35226,35337 -"214494",35226,35343 -"214495",35226,35344 -"214496",35226,35345 -"214497",35226,35346 -"214498",35226,35347 -"214499",35226,35348 -"214500",35226,35353 -"214501",35226,35354 -"214502",35226,35355 -"214503",35226,35356 -"214504",35226,35357 -"214505",35226,35362 -"214506",35226,35363 -"214507",35226,35461 -"214508",35226,35685 -"214509",35226,35686 -"214510",35226,35687 -"214511",35226,35862 -"214512",35226,35863 -"214513",35226,35864 -"214514",35226,35865 -"214515",35226,35866 -"214516",35226,35867 -"214517",35226,35956 -"214518",35226,35957 -"214519",35226,35968 -"214520",35226,35969 -"214521",35226,35970 -"214522",35226,36094 -"214523",35226,51445 -"214524",35226,59531 -"214525",35226,63789 -"214526",35227,35228 -"214527",35227,35229 -"214528",35227,35246 -"214529",35227,35247 -"214530",35227,35248 -"214531",35227,35249 -"214532",35227,35255 -"214533",35227,35271 -"214534",35227,35272 -"214535",35227,35273 -"214536",35227,35274 -"214537",35227,35275 -"214538",35227,35276 -"214539",35227,35277 -"214540",35227,35279 -"214541",35227,35280 -"214542",35227,35297 -"214543",35227,35298 -"214544",35227,35300 -"214545",35227,35310 -"214546",35227,35311 -"214547",35227,35313 -"214548",35227,35314 -"214549",35227,35315 -"214550",35227,35321 -"214551",35227,35322 -"214552",35227,35323 -"214553",35227,35324 -"214554",35227,35326 -"214555",35227,35327 -"214556",35227,35328 -"214557",35227,35330 -"214558",35227,35331 -"214559",35227,35332 -"214560",35227,35337 -"214561",35227,35343 -"214562",35227,35344 -"214563",35227,35345 -"214564",35227,35346 -"214565",35227,35347 -"214566",35227,35348 -"214567",35227,35353 -"214568",35227,35354 -"214569",35227,35355 -"214570",35227,35356 -"214571",35227,35357 -"214572",35227,35362 -"214573",35227,35363 -"214574",35227,35461 -"214575",35227,35685 -"214576",35227,35686 -"214577",35227,35687 -"214578",35227,35862 -"214579",35227,35863 -"214580",35227,35864 -"214581",35227,35865 -"214582",35227,35866 -"214583",35227,35867 -"214584",35227,35956 -"214585",35227,35957 -"214586",35227,35968 -"214587",35227,35969 -"214588",35227,35970 -"214589",35227,36094 -"214590",35227,51445 -"214591",35227,59531 -"214592",35227,63789 -"214593",35228,35229 -"214594",35228,35246 -"214595",35228,35247 -"214596",35228,35248 -"214597",35228,35249 -"214598",35228,35255 -"214599",35228,35271 -"214600",35228,35272 -"214601",35228,35273 -"214602",35228,35274 -"214603",35228,35275 -"214604",35228,35276 -"214605",35228,35277 -"214606",35228,35279 -"214607",35228,35280 -"214608",35228,35297 -"214609",35228,35298 -"214610",35228,35300 -"214611",35228,35310 -"214612",35228,35311 -"214613",35228,35313 -"214614",35228,35314 -"214615",35228,35315 -"214616",35228,35321 -"214617",35228,35322 -"214618",35228,35323 -"214619",35228,35324 -"214620",35228,35326 -"214621",35228,35327 -"214622",35228,35328 -"214623",35228,35330 -"214624",35228,35331 -"214625",35228,35332 -"214626",35228,35337 -"214627",35228,35343 -"214628",35228,35344 -"214629",35228,35345 -"214630",35228,35346 -"214631",35228,35347 -"214632",35228,35348 -"214633",35228,35353 -"214634",35228,35354 -"214635",35228,35355 -"214636",35228,35356 -"214637",35228,35357 -"214638",35228,35362 -"214639",35228,35363 -"214640",35228,35461 -"214641",35228,35685 -"214642",35228,35686 -"214643",35228,35687 -"214644",35228,35862 -"214645",35228,35863 -"214646",35228,35864 -"214647",35228,35865 -"214648",35228,35866 -"214649",35228,35867 -"214650",35228,35956 -"214651",35228,35957 -"214652",35228,35968 -"214653",35228,35969 -"214654",35228,35970 -"214655",35228,36094 -"214656",35228,51445 -"214657",35228,59531 -"214658",35228,63789 -"214659",35229,35246 -"214660",35229,35247 -"214661",35229,35248 -"214662",35229,35249 -"214663",35229,35255 -"214664",35229,35271 -"214665",35229,35272 -"214666",35229,35273 -"214667",35229,35274 -"214668",35229,35275 -"214669",35229,35276 -"214670",35229,35277 -"214671",35229,35279 -"214672",35229,35280 -"214673",35229,35297 -"214674",35229,35298 -"214675",35229,35300 -"214676",35229,35310 -"214677",35229,35311 -"214678",35229,35313 -"214679",35229,35314 -"214680",35229,35315 -"214681",35229,35321 -"214682",35229,35322 -"214683",35229,35323 -"214684",35229,35324 -"214685",35229,35326 -"214686",35229,35327 -"214687",35229,35328 -"214688",35229,35330 -"214689",35229,35331 -"214690",35229,35332 -"214691",35229,35337 -"214692",35229,35343 -"214693",35229,35344 -"214694",35229,35345 -"214695",35229,35346 -"214696",35229,35347 -"214697",35229,35348 -"214698",35229,35353 -"214699",35229,35354 -"214700",35229,35355 -"214701",35229,35356 -"214702",35229,35357 -"214703",35229,35362 -"214704",35229,35363 -"214705",35229,35461 -"214706",35229,35685 -"214707",35229,35686 -"214708",35229,35687 -"214709",35229,35862 -"214710",35229,35863 -"214711",35229,35864 -"214712",35229,35865 -"214713",35229,35866 -"214714",35229,35867 -"214715",35229,35956 -"214716",35229,35957 -"214717",35229,35968 -"214718",35229,35969 -"214719",35229,35970 -"214720",35229,36094 -"214721",35229,51445 -"214722",35229,59531 -"214723",35229,63789 -"214724",35231,45733 -"214725",35231,51132 -"214726",35231,53650 -"214727",35231,60724 -"214728",35231,66309 -"214729",35231,68488 -"214730",35231,69273 -"214731",35232,56429 -"214732",35232,56430 -"214733",35232,56434 -"214734",35233,36935 -"214735",35233,39000 -"214736",35233,67499 -"214737",35233,72039 -"214738",35233,88958 -"214739",35233,114150 -"214740",35234,96996 -"214741",35235,54376 -"214742",35235,61388 -"214743",35235,71006 -"214744",35237,46015 -"214745",35237,53974 -"214746",35237,57899 -"214747",35237,63014 -"214748",35237,70023 -"214749",35237,71295 -"214750",35237,123479 -"214751",35238,108165 -"214752",35239,35309 -"214753",35240,35829 -"214754",35240,41632 -"214755",35240,53477 -"214756",35240,61351 -"214757",35240,61512 -"214758",35240,108316 -"214759",35241,37452 -"214760",35241,68604 -"214761",35241,79629 -"214762",35242,35319 -"214763",35242,51332 -"214764",35242,51333 -"214765",35242,51344 -"214766",35242,51345 -"214767",35242,51378 -"214768",35242,51416 -"214769",35243,37695 -"214770",35243,40317 -"214771",35243,76739 -"214772",35243,104092 -"214773",35243,116602 -"214774",35243,118770 -"214775",35243,121376 -"214776",35244,39976 -"214777",35245,64929 -"214778",35245,101099 -"214779",35245,114286 -"214780",35246,35247 -"214781",35246,35248 -"214782",35246,35249 -"214783",35246,35255 -"214784",35246,35271 -"214785",35246,35272 -"214786",35246,35273 -"214787",35246,35274 -"214788",35246,35275 -"214789",35246,35276 -"214790",35246,35277 -"214791",35246,35279 -"214792",35246,35280 -"214793",35246,35297 -"214794",35246,35298 -"214795",35246,35300 -"214796",35246,35310 -"214797",35246,35311 -"214798",35246,35313 -"214799",35246,35314 -"214800",35246,35315 -"214801",35246,35321 -"214802",35246,35322 -"214803",35246,35323 -"214804",35246,35324 -"214805",35246,35326 -"214806",35246,35327 -"214807",35246,35328 -"214808",35246,35330 -"214809",35246,35331 -"214810",35246,35332 -"214811",35246,35337 -"214812",35246,35343 -"214813",35246,35344 -"214814",35246,35345 -"214815",35246,35346 -"214816",35246,35347 -"214817",35246,35348 -"214818",35246,35353 -"214819",35246,35354 -"214820",35246,35355 -"214821",35246,35356 -"214822",35246,35357 -"214823",35246,35362 -"214824",35246,35363 -"214825",35246,35461 -"214826",35246,35685 -"214827",35246,35686 -"214828",35246,35687 -"214829",35246,35862 -"214830",35246,35863 -"214831",35246,35864 -"214832",35246,35865 -"214833",35246,35866 -"214834",35246,35867 -"214835",35246,35956 -"214836",35246,35957 -"214837",35246,35968 -"214838",35246,35969 -"214839",35246,35970 -"214840",35246,36094 -"214841",35246,51445 -"214842",35246,59531 -"214843",35246,63789 -"214844",35247,35248 -"214845",35247,35249 -"214846",35247,35255 -"214847",35247,35271 -"214848",35247,35272 -"214849",35247,35273 -"214850",35247,35274 -"214851",35247,35275 -"214852",35247,35276 -"214853",35247,35277 -"214854",35247,35279 -"214855",35247,35280 -"214856",35247,35297 -"214857",35247,35298 -"214858",35247,35300 -"214859",35247,35310 -"214860",35247,35311 -"214861",35247,35313 -"214862",35247,35314 -"214863",35247,35315 -"214864",35247,35321 -"214865",35247,35322 -"214866",35247,35323 -"214867",35247,35324 -"214868",35247,35326 -"214869",35247,35327 -"214870",35247,35328 -"214871",35247,35330 -"214872",35247,35331 -"214873",35247,35332 -"214874",35247,35337 -"214875",35247,35343 -"214876",35247,35344 -"214877",35247,35345 -"214878",35247,35346 -"214879",35247,35347 -"214880",35247,35348 -"214881",35247,35353 -"214882",35247,35354 -"214883",35247,35355 -"214884",35247,35356 -"214885",35247,35357 -"214886",35247,35362 -"214887",35247,35363 -"214888",35247,35461 -"214889",35247,35685 -"214890",35247,35686 -"214891",35247,35687 -"214892",35247,35862 -"214893",35247,35863 -"214894",35247,35864 -"214895",35247,35865 -"214896",35247,35866 -"214897",35247,35867 -"214898",35247,35956 -"214899",35247,35957 -"214900",35247,35968 -"214901",35247,35969 -"214902",35247,35970 -"214903",35247,36094 -"214904",35247,51445 -"214905",35247,59531 -"214906",35247,63789 -"214907",35248,35249 -"214908",35248,35255 -"214909",35248,35271 -"214910",35248,35272 -"214911",35248,35273 -"214912",35248,35274 -"214913",35248,35275 -"214914",35248,35276 -"214915",35248,35277 -"214916",35248,35279 -"214917",35248,35280 -"214918",35248,35297 -"214919",35248,35298 -"214920",35248,35300 -"214921",35248,35310 -"214922",35248,35311 -"214923",35248,35313 -"214924",35248,35314 -"214925",35248,35315 -"214926",35248,35321 -"214927",35248,35322 -"214928",35248,35323 -"214929",35248,35324 -"214930",35248,35326 -"214931",35248,35327 -"214932",35248,35328 -"214933",35248,35330 -"214934",35248,35331 -"214935",35248,35332 -"214936",35248,35337 -"214937",35248,35343 -"214938",35248,35344 -"214939",35248,35345 -"214940",35248,35346 -"214941",35248,35347 -"214942",35248,35348 -"214943",35248,35353 -"214944",35248,35354 -"214945",35248,35355 -"214946",35248,35356 -"214947",35248,35357 -"214948",35248,35362 -"214949",35248,35363 -"214950",35248,35461 -"214951",35248,35685 -"214952",35248,35686 -"214953",35248,35687 -"214954",35248,35862 -"214955",35248,35863 -"214956",35248,35864 -"214957",35248,35865 -"214958",35248,35866 -"214959",35248,35867 -"214960",35248,35956 -"214961",35248,35957 -"214962",35248,35968 -"214963",35248,35969 -"214964",35248,35970 -"214965",35248,36094 -"214966",35248,51445 -"214967",35248,59531 -"214968",35248,63789 -"214969",35249,35255 -"214970",35249,35271 -"214971",35249,35272 -"214972",35249,35273 -"214973",35249,35274 -"214974",35249,35275 -"214975",35249,35276 -"214976",35249,35277 -"214977",35249,35279 -"214978",35249,35280 -"214979",35249,35297 -"214980",35249,35298 -"214981",35249,35300 -"214982",35249,35310 -"214983",35249,35311 -"214984",35249,35313 -"214985",35249,35314 -"214986",35249,35315 -"214987",35249,35321 -"214988",35249,35322 -"214989",35249,35323 -"214990",35249,35324 -"214991",35249,35326 -"214992",35249,35327 -"214993",35249,35328 -"214994",35249,35330 -"214995",35249,35331 -"214996",35249,35332 -"214997",35249,35337 -"214998",35249,35343 -"214999",35249,35344 -"215000",35249,35345 -"215001",35249,35346 -"215002",35249,35347 -"215003",35249,35348 -"215004",35249,35353 -"215005",35249,35354 -"215006",35249,35355 -"215007",35249,35356 -"215008",35249,35357 -"215009",35249,35362 -"215010",35249,35363 -"215011",35249,35461 -"215012",35249,35685 -"215013",35249,35686 -"215014",35249,35687 -"215015",35249,35862 -"215016",35249,35863 -"215017",35249,35864 -"215018",35249,35865 -"215019",35249,35866 -"215020",35249,35867 -"215021",35249,35956 -"215022",35249,35957 -"215023",35249,35968 -"215024",35249,35969 -"215025",35249,35970 -"215026",35249,36094 -"215027",35249,51445 -"215028",35249,59531 -"215029",35249,63789 -"215030",35250,71523 -"215031",35251,35672 -"215032",35251,40804 -"215033",35251,40805 -"215034",35251,53342 -"215035",35251,54879 -"215036",35251,56724 -"215037",35251,71059 -"215038",35251,82643 -"215039",35251,88938 -"215040",35251,115930 -"215041",35252,35267 -"215042",35253,35257 -"215043",35253,37666 -"215044",35253,48945 -"215045",35253,66245 -"215046",35254,35266 -"215047",35254,46493 -"215048",35255,35271 -"215049",35255,35272 -"215050",35255,35273 -"215051",35255,35274 -"215052",35255,35275 -"215053",35255,35276 -"215054",35255,35277 -"215055",35255,35279 -"215056",35255,35280 -"215057",35255,35297 -"215058",35255,35298 -"215059",35255,35300 -"215060",35255,35310 -"215061",35255,35311 -"215062",35255,35313 -"215063",35255,35314 -"215064",35255,35315 -"215065",35255,35321 -"215066",35255,35322 -"215067",35255,35323 -"215068",35255,35324 -"215069",35255,35326 -"215070",35255,35327 -"215071",35255,35328 -"215072",35255,35330 -"215073",35255,35331 -"215074",35255,35332 -"215075",35255,35337 -"215076",35255,35343 -"215077",35255,35344 -"215078",35255,35345 -"215079",35255,35346 -"215080",35255,35347 -"215081",35255,35348 -"215082",35255,35353 -"215083",35255,35354 -"215084",35255,35355 -"215085",35255,35356 -"215086",35255,35357 -"215087",35255,35362 -"215088",35255,35363 -"215089",35255,35461 -"215090",35255,35685 -"215091",35255,35686 -"215092",35255,35687 -"215093",35255,35862 -"215094",35255,35863 -"215095",35255,35864 -"215096",35255,35865 -"215097",35255,35866 -"215098",35255,35867 -"215099",35255,35956 -"215100",35255,35957 -"215101",35255,35968 -"215102",35255,35969 -"215103",35255,35970 -"215104",35255,36094 -"215105",35255,51445 -"215106",35255,59531 -"215107",35255,63789 -"215108",35256,35768 -"215109",35256,37570 -"215110",35256,37682 -"215111",35256,40019 -"215112",35256,42899 -"215113",35256,45001 -"215114",35256,46641 -"215115",35256,50095 -"215116",35256,54234 -"215117",35256,64394 -"215118",35256,64416 -"215119",35256,64443 -"215120",35258,53461 -"215121",35258,56979 -"215122",35258,57022 -"215123",35258,65937 -"215124",35259,76218 -"215125",35259,86669 -"215126",35260,95531 -"215127",35261,41621 -"215128",35261,49043 -"215129",35261,53154 -"215130",35261,63864 -"215131",35261,72494 -"215132",35261,81346 -"215133",35261,99209 -"215134",35261,118740 -"215135",35261,119322 -"215136",35263,35320 -"215137",35263,37281 -"215138",35263,66334 -"215139",35263,69565 -"215140",35263,72017 -"215141",35263,72896 -"215142",35263,74963 -"215143",35263,122105 -"215144",35264,46489 -"215145",35264,50572 -"215146",35264,54865 -"215147",35264,58527 -"215148",35264,76491 -"215149",35264,77402 -"215150",35264,77634 -"215151",35264,77810 -"215152",35264,77822 -"215153",35264,77869 -"215154",35264,85314 -"215155",35264,85830 -"215156",35265,60907 -"215157",35265,86014 -"215158",35265,121098 -"215159",35266,36790 -"215160",35266,48418 -"215161",35266,49487 -"215162",35266,50834 -"215163",35266,55793 -"215164",35266,58834 -"215165",35266,58886 -"215166",35266,60924 -"215167",35266,61195 -"215168",35266,64180 -"215169",35268,45100 -"215170",35268,89721 -"215171",35268,89724 -"215172",35268,89728 -"215173",35268,89733 -"215174",35268,107517 -"215175",35269,37100 -"215176",35269,46114 -"215177",35269,58484 -"215178",35269,58523 -"215179",35269,58551 -"215180",35271,35272 -"215181",35271,35273 -"215182",35271,35274 -"215183",35271,35275 -"215184",35271,35276 -"215185",35271,35277 -"215186",35271,35279 -"215187",35271,35280 -"215188",35271,35297 -"215189",35271,35298 -"215190",35271,35300 -"215191",35271,35310 -"215192",35271,35311 -"215193",35271,35313 -"215194",35271,35314 -"215195",35271,35315 -"215196",35271,35321 -"215197",35271,35322 -"215198",35271,35323 -"215199",35271,35324 -"215200",35271,35326 -"215201",35271,35327 -"215202",35271,35328 -"215203",35271,35330 -"215204",35271,35331 -"215205",35271,35332 -"215206",35271,35337 -"215207",35271,35343 -"215208",35271,35344 -"215209",35271,35345 -"215210",35271,35346 -"215211",35271,35347 -"215212",35271,35348 -"215213",35271,35353 -"215214",35271,35354 -"215215",35271,35355 -"215216",35271,35356 -"215217",35271,35357 -"215218",35271,35362 -"215219",35271,35363 -"215220",35271,35461 -"215221",35271,35685 -"215222",35271,35686 -"215223",35271,35687 -"215224",35271,35862 -"215225",35271,35863 -"215226",35271,35864 -"215227",35271,35865 -"215228",35271,35866 -"215229",35271,35867 -"215230",35271,35956 -"215231",35271,35957 -"215232",35271,35968 -"215233",35271,35969 -"215234",35271,35970 -"215235",35271,36094 -"215236",35271,51445 -"215237",35271,59531 -"215238",35271,63789 -"215239",35272,35273 -"215240",35272,35274 -"215241",35272,35275 -"215242",35272,35276 -"215243",35272,35277 -"215244",35272,35279 -"215245",35272,35280 -"215246",35272,35297 -"215247",35272,35298 -"215248",35272,35300 -"215249",35272,35310 -"215250",35272,35311 -"215251",35272,35313 -"215252",35272,35314 -"215253",35272,35315 -"215254",35272,35321 -"215255",35272,35322 -"215256",35272,35323 -"215257",35272,35324 -"215258",35272,35326 -"215259",35272,35327 -"215260",35272,35328 -"215261",35272,35330 -"215262",35272,35331 -"215263",35272,35332 -"215264",35272,35337 -"215265",35272,35343 -"215266",35272,35344 -"215267",35272,35345 -"215268",35272,35346 -"215269",35272,35347 -"215270",35272,35348 -"215271",35272,35353 -"215272",35272,35354 -"215273",35272,35355 -"215274",35272,35356 -"215275",35272,35357 -"215276",35272,35362 -"215277",35272,35363 -"215278",35272,35461 -"215279",35272,35685 -"215280",35272,35686 -"215281",35272,35687 -"215282",35272,35862 -"215283",35272,35863 -"215284",35272,35864 -"215285",35272,35865 -"215286",35272,35866 -"215287",35272,35867 -"215288",35272,35956 -"215289",35272,35957 -"215290",35272,35968 -"215291",35272,35969 -"215292",35272,35970 -"215293",35272,36094 -"215294",35272,51445 -"215295",35272,59531 -"215296",35272,63789 -"215297",35273,35274 -"215298",35273,35275 -"215299",35273,35276 -"215300",35273,35277 -"215301",35273,35279 -"215302",35273,35280 -"215303",35273,35297 -"215304",35273,35298 -"215305",35273,35300 -"215306",35273,35310 -"215307",35273,35311 -"215308",35273,35313 -"215309",35273,35314 -"215310",35273,35315 -"215311",35273,35321 -"215312",35273,35322 -"215313",35273,35323 -"215314",35273,35324 -"215315",35273,35326 -"215316",35273,35327 -"215317",35273,35328 -"215318",35273,35330 -"215319",35273,35331 -"215320",35273,35332 -"215321",35273,35337 -"215322",35273,35343 -"215323",35273,35344 -"215324",35273,35345 -"215325",35273,35346 -"215326",35273,35347 -"215327",35273,35348 -"215328",35273,35353 -"215329",35273,35354 -"215330",35273,35355 -"215331",35273,35356 -"215332",35273,35357 -"215333",35273,35362 -"215334",35273,35363 -"215335",35273,35461 -"215336",35273,35685 -"215337",35273,35686 -"215338",35273,35687 -"215339",35273,35862 -"215340",35273,35863 -"215341",35273,35864 -"215342",35273,35865 -"215343",35273,35866 -"215344",35273,35867 -"215345",35273,35956 -"215346",35273,35957 -"215347",35273,35968 -"215348",35273,35969 -"215349",35273,35970 -"215350",35273,36094 -"215351",35273,51445 -"215352",35273,59531 -"215353",35273,63789 -"215354",35274,35275 -"215355",35274,35276 -"215356",35274,35277 -"215357",35274,35279 -"215358",35274,35280 -"215359",35274,35297 -"215360",35274,35298 -"215361",35274,35300 -"215362",35274,35310 -"215363",35274,35311 -"215364",35274,35313 -"215365",35274,35314 -"215366",35274,35315 -"215367",35274,35321 -"215368",35274,35322 -"215369",35274,35323 -"215370",35274,35324 -"215371",35274,35326 -"215372",35274,35327 -"215373",35274,35328 -"215374",35274,35330 -"215375",35274,35331 -"215376",35274,35332 -"215377",35274,35337 -"215378",35274,35343 -"215379",35274,35344 -"215380",35274,35345 -"215381",35274,35346 -"215382",35274,35347 -"215383",35274,35348 -"215384",35274,35353 -"215385",35274,35354 -"215386",35274,35355 -"215387",35274,35356 -"215388",35274,35357 -"215389",35274,35362 -"215390",35274,35363 -"215391",35274,35461 -"215392",35274,35685 -"215393",35274,35686 -"215394",35274,35687 -"215395",35274,35862 -"215396",35274,35863 -"215397",35274,35864 -"215398",35274,35865 -"215399",35274,35866 -"215400",35274,35867 -"215401",35274,35956 -"215402",35274,35957 -"215403",35274,35968 -"215404",35274,35969 -"215405",35274,35970 -"215406",35274,36094 -"215407",35274,51445 -"215408",35274,59531 -"215409",35274,63789 -"215410",35275,35276 -"215411",35275,35277 -"215412",35275,35279 -"215413",35275,35280 -"215414",35275,35297 -"215415",35275,35298 -"215416",35275,35300 -"215417",35275,35310 -"215418",35275,35311 -"215419",35275,35313 -"215420",35275,35314 -"215421",35275,35315 -"215422",35275,35321 -"215423",35275,35322 -"215424",35275,35323 -"215425",35275,35324 -"215426",35275,35326 -"215427",35275,35327 -"215428",35275,35328 -"215429",35275,35330 -"215430",35275,35331 -"215431",35275,35332 -"215432",35275,35337 -"215433",35275,35343 -"215434",35275,35344 -"215435",35275,35345 -"215436",35275,35346 -"215437",35275,35347 -"215438",35275,35348 -"215439",35275,35353 -"215440",35275,35354 -"215441",35275,35355 -"215442",35275,35356 -"215443",35275,35357 -"215444",35275,35362 -"215445",35275,35363 -"215446",35275,35461 -"215447",35275,35685 -"215448",35275,35686 -"215449",35275,35687 -"215450",35275,35862 -"215451",35275,35863 -"215452",35275,35864 -"215453",35275,35865 -"215454",35275,35866 -"215455",35275,35867 -"215456",35275,35956 -"215457",35275,35957 -"215458",35275,35968 -"215459",35275,35969 -"215460",35275,35970 -"215461",35275,36094 -"215462",35275,51445 -"215463",35275,59531 -"215464",35275,63789 -"215465",35276,35277 -"215466",35276,35279 -"215467",35276,35280 -"215468",35276,35297 -"215469",35276,35298 -"215470",35276,35300 -"215471",35276,35310 -"215472",35276,35311 -"215473",35276,35313 -"215474",35276,35314 -"215475",35276,35315 -"215476",35276,35321 -"215477",35276,35322 -"215478",35276,35323 -"215479",35276,35324 -"215480",35276,35326 -"215481",35276,35327 -"215482",35276,35328 -"215483",35276,35330 -"215484",35276,35331 -"215485",35276,35332 -"215486",35276,35337 -"215487",35276,35343 -"215488",35276,35344 -"215489",35276,35345 -"215490",35276,35346 -"215491",35276,35347 -"215492",35276,35348 -"215493",35276,35353 -"215494",35276,35354 -"215495",35276,35355 -"215496",35276,35356 -"215497",35276,35357 -"215498",35276,35362 -"215499",35276,35363 -"215500",35276,35461 -"215501",35276,35685 -"215502",35276,35686 -"215503",35276,35687 -"215504",35276,35862 -"215505",35276,35863 -"215506",35276,35864 -"215507",35276,35865 -"215508",35276,35866 -"215509",35276,35867 -"215510",35276,35956 -"215511",35276,35957 -"215512",35276,35968 -"215513",35276,35969 -"215514",35276,35970 -"215515",35276,36094 -"215516",35276,51445 -"215517",35276,59531 -"215518",35276,63789 -"215519",35277,35279 -"215520",35277,35280 -"215521",35277,35297 -"215522",35277,35298 -"215523",35277,35300 -"215524",35277,35310 -"215525",35277,35311 -"215526",35277,35313 -"215527",35277,35314 -"215528",35277,35315 -"215529",35277,35321 -"215530",35277,35322 -"215531",35277,35323 -"215532",35277,35324 -"215533",35277,35326 -"215534",35277,35327 -"215535",35277,35328 -"215536",35277,35330 -"215537",35277,35331 -"215538",35277,35332 -"215539",35277,35337 -"215540",35277,35343 -"215541",35277,35344 -"215542",35277,35345 -"215543",35277,35346 -"215544",35277,35347 -"215545",35277,35348 -"215546",35277,35353 -"215547",35277,35354 -"215548",35277,35355 -"215549",35277,35356 -"215550",35277,35357 -"215551",35277,35362 -"215552",35277,35363 -"215553",35277,35461 -"215554",35277,35685 -"215555",35277,35686 -"215556",35277,35687 -"215557",35277,35862 -"215558",35277,35863 -"215559",35277,35864 -"215560",35277,35865 -"215561",35277,35866 -"215562",35277,35867 -"215563",35277,35956 -"215564",35277,35957 -"215565",35277,35968 -"215566",35277,35969 -"215567",35277,35970 -"215568",35277,36094 -"215569",35277,47828 -"215570",35277,47993 -"215571",35277,48069 -"215572",35277,51445 -"215573",35277,59531 -"215574",35277,63789 -"215575",35278,53652 -"215576",35278,55183 -"215577",35278,55419 -"215578",35278,56491 -"215579",35279,35280 -"215580",35279,35297 -"215581",35279,35298 -"215582",35279,35300 -"215583",35279,35310 -"215584",35279,35311 -"215585",35279,35313 -"215586",35279,35314 -"215587",35279,35315 -"215588",35279,35321 -"215589",35279,35322 -"215590",35279,35323 -"215591",35279,35324 -"215592",35279,35326 -"215593",35279,35327 -"215594",35279,35328 -"215595",35279,35330 -"215596",35279,35331 -"215597",35279,35332 -"215598",35279,35337 -"215599",35279,35343 -"215600",35279,35344 -"215601",35279,35345 -"215602",35279,35346 -"215603",35279,35347 -"215604",35279,35348 -"215605",35279,35353 -"215606",35279,35354 -"215607",35279,35355 -"215608",35279,35356 -"215609",35279,35357 -"215610",35279,35362 -"215611",35279,35363 -"215612",35279,35461 -"215613",35279,35685 -"215614",35279,35686 -"215615",35279,35687 -"215616",35279,35862 -"215617",35279,35863 -"215618",35279,35864 -"215619",35279,35865 -"215620",35279,35866 -"215621",35279,35867 -"215622",35279,35956 -"215623",35279,35957 -"215624",35279,35968 -"215625",35279,35969 -"215626",35279,35970 -"215627",35279,36094 -"215628",35279,51445 -"215629",35279,59531 -"215630",35279,63789 -"215631",35280,35297 -"215632",35280,35298 -"215633",35280,35300 -"215634",35280,35310 -"215635",35280,35311 -"215636",35280,35313 -"215637",35280,35314 -"215638",35280,35315 -"215639",35280,35321 -"215640",35280,35322 -"215641",35280,35323 -"215642",35280,35324 -"215643",35280,35326 -"215644",35280,35327 -"215645",35280,35328 -"215646",35280,35330 -"215647",35280,35331 -"215648",35280,35332 -"215649",35280,35337 -"215650",35280,35343 -"215651",35280,35344 -"215652",35280,35345 -"215653",35280,35346 -"215654",35280,35347 -"215655",35280,35348 -"215656",35280,35353 -"215657",35280,35354 -"215658",35280,35355 -"215659",35280,35356 -"215660",35280,35357 -"215661",35280,35362 -"215662",35280,35363 -"215663",35280,35461 -"215664",35280,35685 -"215665",35280,35686 -"215666",35280,35687 -"215667",35280,35862 -"215668",35280,35863 -"215669",35280,35864 -"215670",35280,35865 -"215671",35280,35866 -"215672",35280,35867 -"215673",35280,35956 -"215674",35280,35957 -"215675",35280,35968 -"215676",35280,35969 -"215677",35280,35970 -"215678",35280,36094 -"215679",35280,51445 -"215680",35280,59531 -"215681",35280,63789 -"215682",35281,46089 -"215683",35281,50311 -"215684",35281,67494 -"215685",35281,91191 -"215686",35282,41473 -"215687",35283,49310 -"215688",35283,63329 -"215689",35283,70935 -"215690",35283,76843 -"215691",35284,42061 -"215692",35284,46546 -"215693",35284,53707 -"215694",35284,54863 -"215695",35284,71209 -"215696",35284,95448 -"215697",35285,36533 -"215698",35285,58577 -"215699",35285,59738 -"215700",35285,77125 -"215701",35285,82938 -"215702",35285,83762 -"215703",35286,44008 -"215704",35286,49073 -"215705",35286,49086 -"215706",35286,55618 -"215707",35286,76044 -"215708",35286,76553 -"215709",35286,81463 -"215710",35286,82035 -"215711",35286,84028 -"215712",35286,85356 -"215713",35286,86785 -"215714",35286,88924 -"215715",35286,91891 -"215716",35286,91901 -"215717",35286,92270 -"215718",35286,96132 -"215719",35286,101298 -"215720",35286,104846 -"215721",35286,105125 -"215722",35286,105484 -"215723",35286,105697 -"215724",35286,106145 -"215725",35286,109200 -"215726",35286,117970 -"215727",35286,119836 -"215728",35287,56448 -"215729",35287,68828 -"215730",35287,70874 -"215731",35287,73147 -"215732",35287,77449 -"215733",35287,78488 -"215734",35287,94048 -"215735",35287,95600 -"215736",35287,105139 -"215737",35287,109509 -"215738",35287,116888 -"215739",35287,123051 -"215740",35287,123052 -"215741",35288,92636 -"215742",35289,39720 -"215743",35289,48719 -"215744",35289,51276 -"215745",35289,53775 -"215746",35289,55093 -"215747",35289,55973 -"215748",35289,58512 -"215749",35289,66670 -"215750",35289,77038 -"215751",35289,87957 -"215752",35289,96933 -"215753",35289,98541 -"215754",35289,108395 -"215755",35289,113594 -"215756",35290,60750 -"215757",35290,72658 -"215758",35291,38126 -"215759",35291,62151 -"215760",35291,107609 -"215761",35292,36296 -"215762",35292,43574 -"215763",35292,45697 -"215764",35292,72825 -"215765",35292,87334 -"215766",35292,91537 -"215767",35292,117943 -"215768",35292,117944 -"215769",35293,35520 -"215770",35293,35521 -"215771",35294,35411 -"215772",35294,35412 -"215773",35294,35452 -"215774",35294,87152 -"215775",35295,53152 -"215776",35295,109994 -"215777",35296,35457 -"215778",35296,38648 -"215779",35296,51103 -"215780",35296,53466 -"215781",35296,53791 -"215782",35296,77257 -"215783",35296,89760 -"215784",35296,95143 -"215785",35296,100701 -"215786",35296,103625 -"215787",35296,111754 -"215788",35296,117748 -"215789",35297,35298 -"215790",35297,35300 -"215791",35297,35310 -"215792",35297,35311 -"215793",35297,35313 -"215794",35297,35314 -"215795",35297,35315 -"215796",35297,35321 -"215797",35297,35322 -"215798",35297,35323 -"215799",35297,35324 -"215800",35297,35326 -"215801",35297,35327 -"215802",35297,35328 -"215803",35297,35330 -"215804",35297,35331 -"215805",35297,35332 -"215806",35297,35337 -"215807",35297,35343 -"215808",35297,35344 -"215809",35297,35345 -"215810",35297,35346 -"215811",35297,35347 -"215812",35297,35348 -"215813",35297,35353 -"215814",35297,35354 -"215815",35297,35355 -"215816",35297,35356 -"215817",35297,35357 -"215818",35297,35362 -"215819",35297,35363 -"215820",35297,35461 -"215821",35297,35685 -"215822",35297,35686 -"215823",35297,35687 -"215824",35297,35862 -"215825",35297,35863 -"215826",35297,35864 -"215827",35297,35865 -"215828",35297,35866 -"215829",35297,35867 -"215830",35297,35956 -"215831",35297,35957 -"215832",35297,35968 -"215833",35297,35969 -"215834",35297,35970 -"215835",35297,36094 -"215836",35297,51445 -"215837",35297,59531 -"215838",35297,63789 -"215839",35298,35300 -"215840",35298,35310 -"215841",35298,35311 -"215842",35298,35313 -"215843",35298,35314 -"215844",35298,35315 -"215845",35298,35321 -"215846",35298,35322 -"215847",35298,35323 -"215848",35298,35324 -"215849",35298,35326 -"215850",35298,35327 -"215851",35298,35328 -"215852",35298,35330 -"215853",35298,35331 -"215854",35298,35332 -"215855",35298,35337 -"215856",35298,35343 -"215857",35298,35344 -"215858",35298,35345 -"215859",35298,35346 -"215860",35298,35347 -"215861",35298,35348 -"215862",35298,35353 -"215863",35298,35354 -"215864",35298,35355 -"215865",35298,35356 -"215866",35298,35357 -"215867",35298,35362 -"215868",35298,35363 -"215869",35298,35461 -"215870",35298,35685 -"215871",35298,35686 -"215872",35298,35687 -"215873",35298,35862 -"215874",35298,35863 -"215875",35298,35864 -"215876",35298,35865 -"215877",35298,35866 -"215878",35298,35867 -"215879",35298,35956 -"215880",35298,35957 -"215881",35298,35968 -"215882",35298,35969 -"215883",35298,35970 -"215884",35298,36094 -"215885",35298,51445 -"215886",35298,59531 -"215887",35298,63789 -"215888",35300,35310 -"215889",35300,35311 -"215890",35300,35313 -"215891",35300,35314 -"215892",35300,35315 -"215893",35300,35321 -"215894",35300,35322 -"215895",35300,35323 -"215896",35300,35324 -"215897",35300,35326 -"215898",35300,35327 -"215899",35300,35328 -"215900",35300,35330 -"215901",35300,35331 -"215902",35300,35332 -"215903",35300,35337 -"215904",35300,35343 -"215905",35300,35344 -"215906",35300,35345 -"215907",35300,35346 -"215908",35300,35347 -"215909",35300,35348 -"215910",35300,35353 -"215911",35300,35354 -"215912",35300,35355 -"215913",35300,35356 -"215914",35300,35357 -"215915",35300,35362 -"215916",35300,35363 -"215917",35300,35461 -"215918",35300,35685 -"215919",35300,35686 -"215920",35300,35687 -"215921",35300,35862 -"215922",35300,35863 -"215923",35300,35864 -"215924",35300,35865 -"215925",35300,35866 -"215926",35300,35867 -"215927",35300,35956 -"215928",35300,35957 -"215929",35300,35968 -"215930",35300,35969 -"215931",35300,35970 -"215932",35300,36094 -"215933",35300,51445 -"215934",35300,59531 -"215935",35300,63789 -"215936",35301,80459 -"215937",35301,86505 -"215938",35301,87722 -"215939",35301,89421 -"215940",35301,110913 -"215941",35301,113711 -"215942",35301,113772 -"215943",35302,41739 -"215944",35302,50495 -"215945",35303,85677 -"215946",35304,41227 -"215947",35304,41489 -"215948",35304,45297 -"215949",35304,48823 -"215950",35304,54240 -"215951",35304,55481 -"215952",35304,62269 -"215953",35304,76580 -"215954",35304,76589 -"215955",35304,76845 -"215956",35304,96503 -"215957",35304,101971 -"215958",35305,76571 -"215959",35306,35325 -"215960",35306,35338 -"215961",35306,39002 -"215962",35306,80021 -"215963",35308,69306 -"215964",35308,104447 -"215965",35308,118206 -"215966",35308,120257 -"215967",35309,76777 -"215968",35309,83271 -"215969",35309,83272 -"215970",35310,35311 -"215971",35310,35313 -"215972",35310,35314 -"215973",35310,35315 -"215974",35310,35321 -"215975",35310,35322 -"215976",35310,35323 -"215977",35310,35324 -"215978",35310,35326 -"215979",35310,35327 -"215980",35310,35328 -"215981",35310,35330 -"215982",35310,35331 -"215983",35310,35332 -"215984",35310,35337 -"215985",35310,35343 -"215986",35310,35344 -"215987",35310,35345 -"215988",35310,35346 -"215989",35310,35347 -"215990",35310,35348 -"215991",35310,35353 -"215992",35310,35354 -"215993",35310,35355 -"215994",35310,35356 -"215995",35310,35357 -"215996",35310,35362 -"215997",35310,35363 -"215998",35310,35461 -"215999",35310,35685 -"216000",35310,35686 -"216001",35310,35687 -"216002",35310,35862 -"216003",35310,35863 -"216004",35310,35864 -"216005",35310,35865 -"216006",35310,35866 -"216007",35310,35867 -"216008",35310,35956 -"216009",35310,35957 -"216010",35310,35968 -"216011",35310,35969 -"216012",35310,35970 -"216013",35310,36094 -"216014",35310,51445 -"216015",35310,59531 -"216016",35310,63789 -"216017",35311,35313 -"216018",35311,35314 -"216019",35311,35315 -"216020",35311,35321 -"216021",35311,35322 -"216022",35311,35323 -"216023",35311,35324 -"216024",35311,35326 -"216025",35311,35327 -"216026",35311,35328 -"216027",35311,35330 -"216028",35311,35331 -"216029",35311,35332 -"216030",35311,35337 -"216031",35311,35343 -"216032",35311,35344 -"216033",35311,35345 -"216034",35311,35346 -"216035",35311,35347 -"216036",35311,35348 -"216037",35311,35353 -"216038",35311,35354 -"216039",35311,35355 -"216040",35311,35356 -"216041",35311,35357 -"216042",35311,35362 -"216043",35311,35363 -"216044",35311,35461 -"216045",35311,35685 -"216046",35311,35686 -"216047",35311,35687 -"216048",35311,35862 -"216049",35311,35863 -"216050",35311,35864 -"216051",35311,35865 -"216052",35311,35866 -"216053",35311,35867 -"216054",35311,35956 -"216055",35311,35957 -"216056",35311,35968 -"216057",35311,35969 -"216058",35311,35970 -"216059",35311,36094 -"216060",35311,51445 -"216061",35311,59531 -"216062",35311,63789 -"216063",35312,46726 -"216064",35312,50996 -"216065",35312,52507 -"216066",35312,62668 -"216067",35313,35314 -"216068",35313,35315 -"216069",35313,35321 -"216070",35313,35322 -"216071",35313,35323 -"216072",35313,35324 -"216073",35313,35326 -"216074",35313,35327 -"216075",35313,35328 -"216076",35313,35330 -"216077",35313,35331 -"216078",35313,35332 -"216079",35313,35337 -"216080",35313,35343 -"216081",35313,35344 -"216082",35313,35345 -"216083",35313,35346 -"216084",35313,35347 -"216085",35313,35348 -"216086",35313,35353 -"216087",35313,35354 -"216088",35313,35355 -"216089",35313,35356 -"216090",35313,35357 -"216091",35313,35362 -"216092",35313,35363 -"216093",35313,35461 -"216094",35313,35685 -"216095",35313,35686 -"216096",35313,35687 -"216097",35313,35862 -"216098",35313,35863 -"216099",35313,35864 -"216100",35313,35865 -"216101",35313,35866 -"216102",35313,35867 -"216103",35313,35956 -"216104",35313,35957 -"216105",35313,35968 -"216106",35313,35969 -"216107",35313,35970 -"216108",35313,36094 -"216109",35313,51445 -"216110",35313,59531 -"216111",35313,63789 -"216112",35314,35315 -"216113",35314,35321 -"216114",35314,35322 -"216115",35314,35323 -"216116",35314,35324 -"216117",35314,35326 -"216118",35314,35327 -"216119",35314,35328 -"216120",35314,35330 -"216121",35314,35331 -"216122",35314,35332 -"216123",35314,35337 -"216124",35314,35343 -"216125",35314,35344 -"216126",35314,35345 -"216127",35314,35346 -"216128",35314,35347 -"216129",35314,35348 -"216130",35314,35353 -"216131",35314,35354 -"216132",35314,35355 -"216133",35314,35356 -"216134",35314,35357 -"216135",35314,35362 -"216136",35314,35363 -"216137",35314,35461 -"216138",35314,35685 -"216139",35314,35686 -"216140",35314,35687 -"216141",35314,35862 -"216142",35314,35863 -"216143",35314,35864 -"216144",35314,35865 -"216145",35314,35866 -"216146",35314,35867 -"216147",35314,35956 -"216148",35314,35957 -"216149",35314,35968 -"216150",35314,35969 -"216151",35314,35970 -"216152",35314,36094 -"216153",35314,51445 -"216154",35314,59531 -"216155",35314,63789 -"216156",35315,35321 -"216157",35315,35322 -"216158",35315,35323 -"216159",35315,35324 -"216160",35315,35326 -"216161",35315,35327 -"216162",35315,35328 -"216163",35315,35330 -"216164",35315,35331 -"216165",35315,35332 -"216166",35315,35337 -"216167",35315,35343 -"216168",35315,35344 -"216169",35315,35345 -"216170",35315,35346 -"216171",35315,35347 -"216172",35315,35348 -"216173",35315,35353 -"216174",35315,35354 -"216175",35315,35355 -"216176",35315,35356 -"216177",35315,35357 -"216178",35315,35362 -"216179",35315,35363 -"216180",35315,35461 -"216181",35315,35685 -"216182",35315,35686 -"216183",35315,35687 -"216184",35315,35862 -"216185",35315,35863 -"216186",35315,35864 -"216187",35315,35865 -"216188",35315,35866 -"216189",35315,35867 -"216190",35315,35956 -"216191",35315,35957 -"216192",35315,35968 -"216193",35315,35969 -"216194",35315,35970 -"216195",35315,36094 -"216196",35315,51445 -"216197",35315,59531 -"216198",35315,63789 -"216199",35316,77891 -"216200",35316,110415 -"216201",35317,41226 -"216202",35317,42407 -"216203",35317,67787 -"216204",35317,87664 -"216205",35319,50692 -"216206",35321,35322 -"216207",35321,35323 -"216208",35321,35324 -"216209",35321,35326 -"216210",35321,35327 -"216211",35321,35328 -"216212",35321,35330 -"216213",35321,35331 -"216214",35321,35332 -"216215",35321,35337 -"216216",35321,35343 -"216217",35321,35344 -"216218",35321,35345 -"216219",35321,35346 -"216220",35321,35347 -"216221",35321,35348 -"216222",35321,35353 -"216223",35321,35354 -"216224",35321,35355 -"216225",35321,35356 -"216226",35321,35357 -"216227",35321,35362 -"216228",35321,35363 -"216229",35321,35461 -"216230",35321,35685 -"216231",35321,35686 -"216232",35321,35687 -"216233",35321,35862 -"216234",35321,35863 -"216235",35321,35864 -"216236",35321,35865 -"216237",35321,35866 -"216238",35321,35867 -"216239",35321,35956 -"216240",35321,35957 -"216241",35321,35968 -"216242",35321,35969 -"216243",35321,35970 -"216244",35321,36094 -"216245",35321,51445 -"216246",35321,59531 -"216247",35321,63789 -"216248",35322,35323 -"216249",35322,35324 -"216250",35322,35326 -"216251",35322,35327 -"216252",35322,35328 -"216253",35322,35330 -"216254",35322,35331 -"216255",35322,35332 -"216256",35322,35337 -"216257",35322,35343 -"216258",35322,35344 -"216259",35322,35345 -"216260",35322,35346 -"216261",35322,35347 -"216262",35322,35348 -"216263",35322,35353 -"216264",35322,35354 -"216265",35322,35355 -"216266",35322,35356 -"216267",35322,35357 -"216268",35322,35362 -"216269",35322,35363 -"216270",35322,35461 -"216271",35322,35685 -"216272",35322,35686 -"216273",35322,35687 -"216274",35322,35862 -"216275",35322,35863 -"216276",35322,35864 -"216277",35322,35865 -"216278",35322,35866 -"216279",35322,35867 -"216280",35322,35956 -"216281",35322,35957 -"216282",35322,35968 -"216283",35322,35969 -"216284",35322,35970 -"216285",35322,36094 -"216286",35322,51445 -"216287",35322,59531 -"216288",35322,63789 -"216289",35323,35324 -"216290",35323,35326 -"216291",35323,35327 -"216292",35323,35328 -"216293",35323,35330 -"216294",35323,35331 -"216295",35323,35332 -"216296",35323,35337 -"216297",35323,35343 -"216298",35323,35344 -"216299",35323,35345 -"216300",35323,35346 -"216301",35323,35347 -"216302",35323,35348 -"216303",35323,35353 -"216304",35323,35354 -"216305",35323,35355 -"216306",35323,35356 -"216307",35323,35357 -"216308",35323,35362 -"216309",35323,35363 -"216310",35323,35461 -"216311",35323,35685 -"216312",35323,35686 -"216313",35323,35687 -"216314",35323,35862 -"216315",35323,35863 -"216316",35323,35864 -"216317",35323,35865 -"216318",35323,35866 -"216319",35323,35867 -"216320",35323,35956 -"216321",35323,35957 -"216322",35323,35968 -"216323",35323,35969 -"216324",35323,35970 -"216325",35323,36094 -"216326",35323,51445 -"216327",35323,59531 -"216328",35323,63789 -"216329",35324,35326 -"216330",35324,35327 -"216331",35324,35328 -"216332",35324,35330 -"216333",35324,35331 -"216334",35324,35332 -"216335",35324,35337 -"216336",35324,35343 -"216337",35324,35344 -"216338",35324,35345 -"216339",35324,35346 -"216340",35324,35347 -"216341",35324,35348 -"216342",35324,35353 -"216343",35324,35354 -"216344",35324,35355 -"216345",35324,35356 -"216346",35324,35357 -"216347",35324,35362 -"216348",35324,35363 -"216349",35324,35461 -"216350",35324,35685 -"216351",35324,35686 -"216352",35324,35687 -"216353",35324,35862 -"216354",35324,35863 -"216355",35324,35864 -"216356",35324,35865 -"216357",35324,35866 -"216358",35324,35867 -"216359",35324,35956 -"216360",35324,35957 -"216361",35324,35968 -"216362",35324,35969 -"216363",35324,35970 -"216364",35324,36094 -"216365",35324,51445 -"216366",35324,59531 -"216367",35324,63789 -"216368",35325,35338 -"216369",35325,64747 -"216370",35326,35327 -"216371",35326,35328 -"216372",35326,35330 -"216373",35326,35331 -"216374",35326,35332 -"216375",35326,35337 -"216376",35326,35343 -"216377",35326,35344 -"216378",35326,35345 -"216379",35326,35346 -"216380",35326,35347 -"216381",35326,35348 -"216382",35326,35353 -"216383",35326,35354 -"216384",35326,35355 -"216385",35326,35356 -"216386",35326,35357 -"216387",35326,35362 -"216388",35326,35363 -"216389",35326,35461 -"216390",35326,35685 -"216391",35326,35686 -"216392",35326,35687 -"216393",35326,35862 -"216394",35326,35863 -"216395",35326,35864 -"216396",35326,35865 -"216397",35326,35866 -"216398",35326,35867 -"216399",35326,35956 -"216400",35326,35957 -"216401",35326,35968 -"216402",35326,35969 -"216403",35326,35970 -"216404",35326,36094 -"216405",35326,51445 -"216406",35326,59531 -"216407",35326,63789 -"216408",35327,35328 -"216409",35327,35330 -"216410",35327,35331 -"216411",35327,35332 -"216412",35327,35337 -"216413",35327,35343 -"216414",35327,35344 -"216415",35327,35345 -"216416",35327,35346 -"216417",35327,35347 -"216418",35327,35348 -"216419",35327,35353 -"216420",35327,35354 -"216421",35327,35355 -"216422",35327,35356 -"216423",35327,35357 -"216424",35327,35362 -"216425",35327,35363 -"216426",35327,35461 -"216427",35327,35685 -"216428",35327,35686 -"216429",35327,35687 -"216430",35327,35862 -"216431",35327,35863 -"216432",35327,35864 -"216433",35327,35865 -"216434",35327,35866 -"216435",35327,35867 -"216436",35327,35956 -"216437",35327,35957 -"216438",35327,35968 -"216439",35327,35969 -"216440",35327,35970 -"216441",35327,36094 -"216442",35327,51445 -"216443",35327,59531 -"216444",35327,63789 -"216445",35328,35330 -"216446",35328,35331 -"216447",35328,35332 -"216448",35328,35337 -"216449",35328,35343 -"216450",35328,35344 -"216451",35328,35345 -"216452",35328,35346 -"216453",35328,35347 -"216454",35328,35348 -"216455",35328,35353 -"216456",35328,35354 -"216457",35328,35355 -"216458",35328,35356 -"216459",35328,35357 -"216460",35328,35362 -"216461",35328,35363 -"216462",35328,35461 -"216463",35328,35685 -"216464",35328,35686 -"216465",35328,35687 -"216466",35328,35862 -"216467",35328,35863 -"216468",35328,35864 -"216469",35328,35865 -"216470",35328,35866 -"216471",35328,35867 -"216472",35328,35956 -"216473",35328,35957 -"216474",35328,35968 -"216475",35328,35969 -"216476",35328,35970 -"216477",35328,36094 -"216478",35328,51445 -"216479",35328,59531 -"216480",35328,63789 -"216481",35329,35801 -"216482",35329,46411 -"216483",35330,35331 -"216484",35330,35332 -"216485",35330,35337 -"216486",35330,35343 -"216487",35330,35344 -"216488",35330,35345 -"216489",35330,35346 -"216490",35330,35347 -"216491",35330,35348 -"216492",35330,35353 -"216493",35330,35354 -"216494",35330,35355 -"216495",35330,35356 -"216496",35330,35357 -"216497",35330,35362 -"216498",35330,35363 -"216499",35330,35461 -"216500",35330,35685 -"216501",35330,35686 -"216502",35330,35687 -"216503",35330,35862 -"216504",35330,35863 -"216505",35330,35864 -"216506",35330,35865 -"216507",35330,35866 -"216508",35330,35867 -"216509",35330,35956 -"216510",35330,35957 -"216511",35330,35968 -"216512",35330,35969 -"216513",35330,35970 -"216514",35330,36094 -"216515",35330,51445 -"216516",35330,59531 -"216517",35330,63789 -"216518",35331,35332 -"216519",35331,35337 -"216520",35331,35343 -"216521",35331,35344 -"216522",35331,35345 -"216523",35331,35346 -"216524",35331,35347 -"216525",35331,35348 -"216526",35331,35353 -"216527",35331,35354 -"216528",35331,35355 -"216529",35331,35356 -"216530",35331,35357 -"216531",35331,35362 -"216532",35331,35363 -"216533",35331,35461 -"216534",35331,35685 -"216535",35331,35686 -"216536",35331,35687 -"216537",35331,35862 -"216538",35331,35863 -"216539",35331,35864 -"216540",35331,35865 -"216541",35331,35866 -"216542",35331,35867 -"216543",35331,35956 -"216544",35331,35957 -"216545",35331,35968 -"216546",35331,35969 -"216547",35331,35970 -"216548",35331,36094 -"216549",35331,45184 -"216550",35331,45265 -"216551",35331,45300 -"216552",35331,51445 -"216553",35331,59531 -"216554",35331,63789 -"216555",35332,35337 -"216556",35332,35343 -"216557",35332,35344 -"216558",35332,35345 -"216559",35332,35346 -"216560",35332,35347 -"216561",35332,35348 -"216562",35332,35353 -"216563",35332,35354 -"216564",35332,35355 -"216565",35332,35356 -"216566",35332,35357 -"216567",35332,35362 -"216568",35332,35363 -"216569",35332,35461 -"216570",35332,35685 -"216571",35332,35686 -"216572",35332,35687 -"216573",35332,35862 -"216574",35332,35863 -"216575",35332,35864 -"216576",35332,35865 -"216577",35332,35866 -"216578",35332,35867 -"216579",35332,35956 -"216580",35332,35957 -"216581",35332,35968 -"216582",35332,35969 -"216583",35332,35970 -"216584",35332,36094 -"216585",35332,51445 -"216586",35332,59531 -"216587",35332,63789 -"216588",35333,40785 -"216589",35333,73339 -"216590",35334,36066 -"216591",35335,35971 -"216592",35336,56946 -"216593",35336,93165 -"216594",35337,35343 -"216595",35337,35344 -"216596",35337,35345 -"216597",35337,35346 -"216598",35337,35347 -"216599",35337,35348 -"216600",35337,35353 -"216601",35337,35354 -"216602",35337,35355 -"216603",35337,35356 -"216604",35337,35357 -"216605",35337,35362 -"216606",35337,35363 -"216607",35337,35461 -"216608",35337,35685 -"216609",35337,35686 -"216610",35337,35687 -"216611",35337,35862 -"216612",35337,35863 -"216613",35337,35864 -"216614",35337,35865 -"216615",35337,35866 -"216616",35337,35867 -"216617",35337,35956 -"216618",35337,35957 -"216619",35337,35968 -"216620",35337,35969 -"216621",35337,35970 -"216622",35337,36094 -"216623",35337,51445 -"216624",35337,59531 -"216625",35337,63789 -"216626",35339,39013 -"216627",35339,69887 -"216628",35340,111442 -"216629",35341,51337 -"216630",35341,63528 -"216631",35342,43890 -"216632",35342,91335 -"216633",35343,35344 -"216634",35343,35345 -"216635",35343,35346 -"216636",35343,35347 -"216637",35343,35348 -"216638",35343,35353 -"216639",35343,35354 -"216640",35343,35355 -"216641",35343,35356 -"216642",35343,35357 -"216643",35343,35362 -"216644",35343,35363 -"216645",35343,35461 -"216646",35343,35685 -"216647",35343,35686 -"216648",35343,35687 -"216649",35343,35862 -"216650",35343,35863 -"216651",35343,35864 -"216652",35343,35865 -"216653",35343,35866 -"216654",35343,35867 -"216655",35343,35956 -"216656",35343,35957 -"216657",35343,35968 -"216658",35343,35969 -"216659",35343,35970 -"216660",35343,36094 -"216661",35343,51445 -"216662",35343,59531 -"216663",35343,63789 -"216664",35344,35345 -"216665",35344,35346 -"216666",35344,35347 -"216667",35344,35348 -"216668",35344,35353 -"216669",35344,35354 -"216670",35344,35355 -"216671",35344,35356 -"216672",35344,35357 -"216673",35344,35362 -"216674",35344,35363 -"216675",35344,35461 -"216676",35344,35685 -"216677",35344,35686 -"216678",35344,35687 -"216679",35344,35862 -"216680",35344,35863 -"216681",35344,35864 -"216682",35344,35865 -"216683",35344,35866 -"216684",35344,35867 -"216685",35344,35956 -"216686",35344,35957 -"216687",35344,35968 -"216688",35344,35969 -"216689",35344,35970 -"216690",35344,36094 -"216691",35344,51445 -"216692",35344,59531 -"216693",35344,63789 -"216694",35345,35346 -"216695",35345,35347 -"216696",35345,35348 -"216697",35345,35353 -"216698",35345,35354 -"216699",35345,35355 -"216700",35345,35356 -"216701",35345,35357 -"216702",35345,35362 -"216703",35345,35363 -"216704",35345,35461 -"216705",35345,35685 -"216706",35345,35686 -"216707",35345,35687 -"216708",35345,35862 -"216709",35345,35863 -"216710",35345,35864 -"216711",35345,35865 -"216712",35345,35866 -"216713",35345,35867 -"216714",35345,35956 -"216715",35345,35957 -"216716",35345,35968 -"216717",35345,35969 -"216718",35345,35970 -"216719",35345,36094 -"216720",35345,51445 -"216721",35345,59531 -"216722",35345,63789 -"216723",35346,35347 -"216724",35346,35348 -"216725",35346,35353 -"216726",35346,35354 -"216727",35346,35355 -"216728",35346,35356 -"216729",35346,35357 -"216730",35346,35362 -"216731",35346,35363 -"216732",35346,35461 -"216733",35346,35685 -"216734",35346,35686 -"216735",35346,35687 -"216736",35346,35862 -"216737",35346,35863 -"216738",35346,35864 -"216739",35346,35865 -"216740",35346,35866 -"216741",35346,35867 -"216742",35346,35956 -"216743",35346,35957 -"216744",35346,35968 -"216745",35346,35969 -"216746",35346,35970 -"216747",35346,36094 -"216748",35346,51445 -"216749",35346,59531 -"216750",35346,63789 -"216751",35347,35348 -"216752",35347,35353 -"216753",35347,35354 -"216754",35347,35355 -"216755",35347,35356 -"216756",35347,35357 -"216757",35347,35362 -"216758",35347,35363 -"216759",35347,35461 -"216760",35347,35685 -"216761",35347,35686 -"216762",35347,35687 -"216763",35347,35862 -"216764",35347,35863 -"216765",35347,35864 -"216766",35347,35865 -"216767",35347,35866 -"216768",35347,35867 -"216769",35347,35956 -"216770",35347,35957 -"216771",35347,35968 -"216772",35347,35969 -"216773",35347,35970 -"216774",35347,36094 -"216775",35347,51445 -"216776",35347,59531 -"216777",35347,63789 -"216778",35348,35353 -"216779",35348,35354 -"216780",35348,35355 -"216781",35348,35356 -"216782",35348,35357 -"216783",35348,35362 -"216784",35348,35363 -"216785",35348,35461 -"216786",35348,35685 -"216787",35348,35686 -"216788",35348,35687 -"216789",35348,35862 -"216790",35348,35863 -"216791",35348,35864 -"216792",35348,35865 -"216793",35348,35866 -"216794",35348,35867 -"216795",35348,35956 -"216796",35348,35957 -"216797",35348,35968 -"216798",35348,35969 -"216799",35348,35970 -"216800",35348,36094 -"216801",35348,51445 -"216802",35348,59531 -"216803",35348,63789 -"216804",35349,51579 -"216805",35349,51637 -"216806",35350,53845 -"216807",35350,62881 -"216808",35350,109762 -"216809",35350,109768 -"216810",35351,37052 -"216811",35351,40935 -"216812",35351,44565 -"216813",35351,44621 -"216814",35351,60027 -"216815",35351,70734 -"216816",35352,44480 -"216817",35352,53064 -"216818",35352,62844 -"216819",35352,69301 -"216820",35352,91713 -"216821",35352,94532 -"216822",35352,94633 -"216823",35352,99372 -"216824",35352,106348 -"216825",35352,106468 -"216826",35353,35354 -"216827",35353,35355 -"216828",35353,35356 -"216829",35353,35357 -"216830",35353,35362 -"216831",35353,35363 -"216832",35353,35461 -"216833",35353,35685 -"216834",35353,35686 -"216835",35353,35687 -"216836",35353,35862 -"216837",35353,35863 -"216838",35353,35864 -"216839",35353,35865 -"216840",35353,35866 -"216841",35353,35867 -"216842",35353,35956 -"216843",35353,35957 -"216844",35353,35968 -"216845",35353,35969 -"216846",35353,35970 -"216847",35353,36094 -"216848",35353,51445 -"216849",35353,59531 -"216850",35353,63789 -"216851",35354,35355 -"216852",35354,35356 -"216853",35354,35357 -"216854",35354,35362 -"216855",35354,35363 -"216856",35354,35461 -"216857",35354,35685 -"216858",35354,35686 -"216859",35354,35687 -"216860",35354,35862 -"216861",35354,35863 -"216862",35354,35864 -"216863",35354,35865 -"216864",35354,35866 -"216865",35354,35867 -"216866",35354,35956 -"216867",35354,35957 -"216868",35354,35968 -"216869",35354,35969 -"216870",35354,35970 -"216871",35354,36094 -"216872",35354,51445 -"216873",35354,59531 -"216874",35354,63789 -"216875",35355,35356 -"216876",35355,35357 -"216877",35355,35362 -"216878",35355,35363 -"216879",35355,35461 -"216880",35355,35685 -"216881",35355,35686 -"216882",35355,35687 -"216883",35355,35862 -"216884",35355,35863 -"216885",35355,35864 -"216886",35355,35865 -"216887",35355,35866 -"216888",35355,35867 -"216889",35355,35956 -"216890",35355,35957 -"216891",35355,35968 -"216892",35355,35969 -"216893",35355,35970 -"216894",35355,36094 -"216895",35355,51445 -"216896",35355,59531 -"216897",35355,63789 -"216898",35356,35357 -"216899",35356,35362 -"216900",35356,35363 -"216901",35356,35461 -"216902",35356,35685 -"216903",35356,35686 -"216904",35356,35687 -"216905",35356,35862 -"216906",35356,35863 -"216907",35356,35864 -"216908",35356,35865 -"216909",35356,35866 -"216910",35356,35867 -"216911",35356,35956 -"216912",35356,35957 -"216913",35356,35968 -"216914",35356,35969 -"216915",35356,35970 -"216916",35356,36094 -"216917",35356,51445 -"216918",35356,59531 -"216919",35356,63789 -"216920",35357,35362 -"216921",35357,35363 -"216922",35357,35461 -"216923",35357,35685 -"216924",35357,35686 -"216925",35357,35687 -"216926",35357,35862 -"216927",35357,35863 -"216928",35357,35864 -"216929",35357,35865 -"216930",35357,35866 -"216931",35357,35867 -"216932",35357,35956 -"216933",35357,35957 -"216934",35357,35968 -"216935",35357,35969 -"216936",35357,35970 -"216937",35357,36094 -"216938",35357,51445 -"216939",35357,59531 -"216940",35357,63789 -"216941",35358,38809 -"216942",35358,95108 -"216943",35359,67304 -"216944",35360,39160 -"216945",35360,39494 -"216946",35360,79238 -"216947",35361,52294 -"216948",35362,35363 -"216949",35362,35461 -"216950",35362,35685 -"216951",35362,35686 -"216952",35362,35687 -"216953",35362,35862 -"216954",35362,35863 -"216955",35362,35864 -"216956",35362,35865 -"216957",35362,35866 -"216958",35362,35867 -"216959",35362,35956 -"216960",35362,35957 -"216961",35362,35968 -"216962",35362,35969 -"216963",35362,35970 -"216964",35362,36094 -"216965",35362,51445 -"216966",35362,59531 -"216967",35362,63789 -"216968",35363,35461 -"216969",35363,35685 -"216970",35363,35686 -"216971",35363,35687 -"216972",35363,35862 -"216973",35363,35863 -"216974",35363,35864 -"216975",35363,35865 -"216976",35363,35866 -"216977",35363,35867 -"216978",35363,35956 -"216979",35363,35957 -"216980",35363,35968 -"216981",35363,35969 -"216982",35363,35970 -"216983",35363,36094 -"216984",35363,51445 -"216985",35363,59531 -"216986",35363,63789 -"216987",35364,35537 -"216988",35364,43974 -"216989",35365,53117 -"216990",35366,41996 -"216991",35367,54850 -"216992",35367,66800 -"216993",35367,72754 -"216994",35367,74550 -"216995",35367,75659 -"216996",35367,88181 -"216997",35367,95095 -"216998",35367,95103 -"216999",35367,107094 -"217000",35367,119090 -"217001",35367,120119 -"217002",35368,35403 -"217003",35368,35405 -"217004",35368,35441 -"217005",35368,35469 -"217006",35368,35530 -"217007",35368,45859 -"217008",35369,37445 -"217009",35369,37554 -"217010",35369,47848 -"217011",35369,51121 -"217012",35369,58540 -"217013",35369,66292 -"217014",35369,75430 -"217015",35369,77565 -"217016",35369,92855 -"217017",35369,104828 -"217018",35369,104832 -"217019",35369,117940 -"217020",35370,35463 -"217021",35370,35502 -"217022",35371,35426 -"217023",35371,35427 -"217024",35371,101115 -"217025",35371,105282 -"217026",35372,62019 -"217027",35373,35415 -"217028",35373,35505 -"217029",35373,41793 -"217030",35373,44350 -"217031",35373,46243 -"217032",35373,46548 -"217033",35373,46637 -"217034",35373,46639 -"217035",35373,48992 -"217036",35373,56859 -"217037",35373,61702 -"217038",35373,62137 -"217039",35373,62228 -"217040",35373,62296 -"217041",35373,62739 -"217042",35373,66523 -"217043",35373,71510 -"217044",35373,72065 -"217045",35373,72069 -"217046",35373,72070 -"217047",35373,72072 -"217048",35373,72077 -"217049",35373,72088 -"217050",35373,72102 -"217051",35373,72106 -"217052",35373,72107 -"217053",35374,90607 -"217054",35375,39207 -"217055",35378,35431 -"217056",35378,39319 -"217057",35378,73072 -"217058",35378,73548 -"217059",35378,111832 -"217060",35379,86812 -"217061",35380,35849 -"217062",35380,41895 -"217063",35380,67921 -"217064",35380,67933 -"217065",35380,67985 -"217066",35381,35518 -"217067",35382,60091 -"217068",35382,77701 -"217069",35382,81562 -"217070",35382,82689 -"217071",35384,79461 -"217072",35385,41672 -"217073",35386,39025 -"217074",35386,68975 -"217075",35386,73857 -"217076",35387,35435 -"217077",35387,35511 -"217078",35388,35510 -"217079",35389,50962 -"217080",35390,80166 -"217081",35390,105001 -"217082",35390,105243 -"217083",35391,48520 -"217084",35391,72260 -"217085",35393,40052 -"217086",35393,85464 -"217087",35393,107445 -"217088",35393,111552 -"217089",35393,118354 -"217090",35394,103844 -"217091",35394,103899 -"217092",35395,62421 -"217093",35396,89193 -"217094",35397,35439 -"217095",35398,40841 -"217096",35398,73138 -"217097",35398,107359 -"217098",35400,36126 -"217099",35400,36476 -"217100",35400,36547 -"217101",35400,36745 -"217102",35400,36755 -"217103",35400,37821 -"217104",35400,37931 -"217105",35400,38319 -"217106",35400,38513 -"217107",35400,39398 -"217108",35400,39492 -"217109",35400,40320 -"217110",35400,40373 -"217111",35400,40542 -"217112",35400,41182 -"217113",35400,42131 -"217114",35400,46258 -"217115",35400,46843 -"217116",35400,48331 -"217117",35400,68904 -"217118",35400,78039 -"217119",35400,98609 -"217120",35400,102498 -"217121",35400,104117 -"217122",35401,52388 -"217123",35401,99917 -"217124",35401,114438 -"217125",35401,117364 -"217126",35402,37788 -"217127",35402,84320 -"217128",35402,110068 -"217129",35402,110242 -"217130",35403,35405 -"217131",35403,35441 -"217132",35403,35469 -"217133",35403,35530 -"217134",35403,52067 -"217135",35403,52111 -"217136",35403,52127 -"217137",35403,54269 -"217138",35403,55370 -"217139",35403,59462 -"217140",35403,59954 -"217141",35403,59989 -"217142",35403,60196 -"217143",35403,60575 -"217144",35403,60834 -"217145",35403,60857 -"217146",35403,60880 -"217147",35403,63569 -"217148",35403,80401 -"217149",35403,84911 -"217150",35404,39873 -"217151",35404,85586 -"217152",35404,86341 -"217153",35405,35441 -"217154",35405,35469 -"217155",35405,35530 -"217156",35405,54269 -"217157",35405,59462 -"217158",35405,59954 -"217159",35405,59989 -"217160",35405,60196 -"217161",35405,60834 -"217162",35405,60857 -"217163",35405,60880 -"217164",35406,36449 -"217165",35406,37489 -"217166",35406,41916 -"217167",35406,43159 -"217168",35406,43528 -"217169",35406,45520 -"217170",35406,46566 -"217171",35406,46786 -"217172",35406,48120 -"217173",35406,51013 -"217174",35406,54403 -"217175",35406,55273 -"217176",35406,64468 -"217177",35406,64587 -"217178",35406,64601 -"217179",35406,65299 -"217180",35406,68687 -"217181",35406,74187 -"217182",35406,75514 -"217183",35406,77432 -"217184",35406,78375 -"217185",35406,80391 -"217186",35406,86533 -"217187",35406,87443 -"217188",35406,89814 -"217189",35406,90820 -"217190",35406,94063 -"217191",35406,105146 -"217192",35407,67597 -"217193",35407,69316 -"217194",35407,70159 -"217195",35407,72936 -"217196",35407,89062 -"217197",35407,89120 -"217198",35407,89606 -"217199",35407,90416 -"217200",35407,91060 -"217201",35407,91063 -"217202",35407,91397 -"217203",35407,93033 -"217204",35407,96155 -"217205",35407,96769 -"217206",35407,96771 -"217207",35407,98930 -"217208",35408,35433 -"217209",35409,49078 -"217210",35409,66665 -"217211",35409,69934 -"217212",35411,35412 -"217213",35411,35452 -"217214",35412,35452 -"217215",35414,35532 -"217216",35414,61382 -"217217",35415,35505 -"217218",35415,35879 -"217219",35415,59365 -"217220",35415,67370 -"217221",35415,67391 -"217222",35415,67605 -"217223",35415,67672 -"217224",35416,35504 -"217225",35416,35522 -"217226",35416,35534 -"217227",35417,35983 -"217228",35417,40396 -"217229",35417,52535 -"217230",35417,75816 -"217231",35417,76890 -"217232",35417,80555 -"217233",35417,81711 -"217234",35419,51431 -"217235",35420,38702 -"217236",35420,39523 -"217237",35420,42689 -"217238",35420,42725 -"217239",35420,51921 -"217240",35420,54917 -"217241",35420,57094 -"217242",35420,58854 -"217243",35420,62541 -"217244",35420,68043 -"217245",35420,80756 -"217246",35420,83672 -"217247",35420,84410 -"217248",35420,88071 -"217249",35420,92435 -"217250",35420,97321 -"217251",35420,102003 -"217252",35420,102101 -"217253",35420,102950 -"217254",35420,104565 -"217255",35420,114679 -"217256",35421,36781 -"217257",35421,38227 -"217258",35421,45182 -"217259",35421,60535 -"217260",35421,73332 -"217261",35421,97520 -"217262",35421,97550 -"217263",35422,43691 -"217264",35422,85761 -"217265",35422,100529 -"217266",35422,100538 -"217267",35422,100550 -"217268",35423,94637 -"217269",35423,97637 -"217270",35425,37220 -"217271",35425,42548 -"217272",35426,35427 -"217273",35426,86502 -"217274",35428,36604 -"217275",35428,44704 -"217276",35428,52349 -"217277",35428,52374 -"217278",35428,63981 -"217279",35428,64362 -"217280",35429,95138 -"217281",35430,53530 -"217282",35430,97245 -"217283",35430,106664 -"217284",35431,36941 -"217285",35431,73548 -"217286",35431,107881 -"217287",35431,107890 -"217288",35432,89634 -"217289",35432,93369 -"217290",35432,107549 -"217291",35433,57203 -"217292",35433,96400 -"217293",35434,40235 -"217294",35435,35511 -"217295",35436,39375 -"217296",35436,41111 -"217297",35436,49619 -"217298",35436,50848 -"217299",35436,52466 -"217300",35436,63817 -"217301",35436,73266 -"217302",35436,74183 -"217303",35436,74506 -"217304",35436,77337 -"217305",35436,78182 -"217306",35436,83841 -"217307",35436,86796 -"217308",35436,96301 -"217309",35436,97440 -"217310",35436,101610 -"217311",35436,104124 -"217312",35436,104489 -"217313",35436,110496 -"217314",35436,110671 -"217315",35436,111226 -"217316",35436,111356 -"217317",35436,117932 -"217318",35437,56835 -"217319",35437,60447 -"217320",35437,72862 -"217321",35437,84164 -"217322",35437,84950 -"217323",35437,88387 -"217324",35437,98564 -"217325",35438,47256 -"217326",35438,50278 -"217327",35438,79106 -"217328",35438,101497 -"217329",35439,45539 -"217330",35439,54626 -"217331",35440,40052 -"217332",35441,35469 -"217333",35441,35530 -"217334",35442,65309 -"217335",35442,72237 -"217336",35442,87926 -"217337",35442,89015 -"217338",35443,40452 -"217339",35443,120916 -"217340",35444,35531 -"217341",35444,104507 -"217342",35445,35491 -"217343",35445,68851 -"217344",35446,38902 -"217345",35446,59802 -"217346",35446,75668 -"217347",35446,78504 -"217348",35446,78506 -"217349",35448,35473 -"217350",35448,91572 -"217351",35449,43277 -"217352",35449,62230 -"217353",35449,69487 -"217354",35449,73696 -"217355",35449,74922 -"217356",35449,75186 -"217357",35450,80476 -"217358",35450,91746 -"217359",35450,106311 -"217360",35451,41509 -"217361",35451,76738 -"217362",35452,52304 -"217363",35452,53938 -"217364",35452,59388 -"217365",35452,59508 -"217366",35452,89922 -"217367",35453,53454 -"217368",35453,81528 -"217369",35453,103403 -"217370",35453,103404 -"217371",35453,103418 -"217372",35454,35483 -"217373",35454,35523 -"217374",35454,49134 -"217375",35454,76023 -"217376",35454,77542 -"217377",35454,116874 -"217378",35455,57924 -"217379",35456,39249 -"217380",35456,40709 -"217381",35456,49001 -"217382",35456,51552 -"217383",35456,89927 -"217384",35457,38279 -"217385",35457,59721 -"217386",35457,68120 -"217387",35457,100701 -"217388",35457,108945 -"217389",35457,108946 -"217390",35457,114500 -"217391",35458,35713 -"217392",35458,35837 -"217393",35458,55915 -"217394",35459,49341 -"217395",35459,71932 -"217396",35459,89184 -"217397",35459,101349 -"217398",35459,102221 -"217399",35459,115299 -"217400",35459,116756 -"217401",35460,111226 -"217402",35461,35685 -"217403",35461,35686 -"217404",35461,35687 -"217405",35461,35862 -"217406",35461,35863 -"217407",35461,35864 -"217408",35461,35865 -"217409",35461,35866 -"217410",35461,35867 -"217411",35461,35956 -"217412",35461,35957 -"217413",35461,35968 -"217414",35461,35969 -"217415",35461,35970 -"217416",35461,36094 -"217417",35461,51445 -"217418",35461,59531 -"217419",35461,63789 -"217420",35462,37483 -"217421",35463,35502 -"217422",35464,44857 -"217423",35464,54099 -"217424",35465,41003 -"217425",35465,56232 -"217426",35465,56845 -"217427",35465,70009 -"217428",35465,86027 -"217429",35465,87960 -"217430",35466,85712 -"217431",35466,100818 -"217432",35467,36967 -"217433",35467,40933 -"217434",35468,46730 -"217435",35468,70811 -"217436",35468,81701 -"217437",35469,35530 -"217438",35470,37668 -"217439",35470,40639 -"217440",35470,44972 -"217441",35470,55373 -"217442",35470,62370 -"217443",35470,63812 -"217444",35470,70932 -"217445",35470,78240 -"217446",35470,78346 -"217447",35470,83406 -"217448",35470,86503 -"217449",35470,89015 -"217450",35470,91698 -"217451",35470,94381 -"217452",35470,94877 -"217453",35470,97142 -"217454",35470,115577 -"217455",35471,35472 -"217456",35471,35481 -"217457",35471,53179 -"217458",35471,59505 -"217459",35471,68120 -"217460",35471,70605 -"217461",35471,78076 -"217462",35471,91904 -"217463",35471,92194 -"217464",35471,101927 -"217465",35472,35481 -"217466",35473,35476 -"217467",35473,36086 -"217468",35473,41707 -"217469",35473,46585 -"217470",35473,73998 -"217471",35473,77155 -"217472",35475,93667 -"217473",35476,47369 -"217474",35476,52808 -"217475",35476,54449 -"217476",35476,57806 -"217477",35476,65332 -"217478",35476,66878 -"217479",35476,73998 -"217480",35476,74126 -"217481",35476,77155 -"217482",35476,80857 -"217483",35476,101451 -"217484",35476,112305 -"217485",35477,42786 -"217486",35477,54258 -"217487",35477,100787 -"217488",35478,53519 -"217489",35478,83812 -"217490",35478,119275 -"217491",35478,120047 -"217492",35478,120146 -"217493",35480,89762 -"217494",35481,35963 -"217495",35481,41490 -"217496",35481,49364 -"217497",35481,58052 -"217498",35481,59505 -"217499",35481,59699 -"217500",35481,62726 -"217501",35481,67705 -"217502",35481,71541 -"217503",35481,78076 -"217504",35481,87352 -"217505",35481,91904 -"217506",35481,92441 -"217507",35481,94806 -"217508",35481,98166 -"217509",35481,101927 -"217510",35481,105685 -"217511",35483,35523 -"217512",35483,63280 -"217513",35483,90903 -"217514",35486,67236 -"217515",35486,72150 -"217516",35487,42098 -"217517",35487,57234 -"217518",35487,76730 -"217519",35487,82486 -"217520",35488,39662 -"217521",35488,61581 -"217522",35488,95605 -"217523",35488,111741 -"217524",35489,35490 -"217525",35489,82613 -"217526",35489,84485 -"217527",35489,86304 -"217528",35492,61393 -"217529",35492,69669 -"217530",35493,35578 -"217531",35493,37807 -"217532",35493,40143 -"217533",35493,48291 -"217534",35493,67069 -"217535",35493,68878 -"217536",35493,82572 -"217537",35493,82580 -"217538",35493,88160 -"217539",35493,95244 -"217540",35493,95577 -"217541",35494,90532 -"217542",35494,91360 -"217543",35494,109540 -"217544",35495,59510 -"217545",35496,37610 -"217546",35496,37636 -"217547",35496,39435 -"217548",35496,40131 -"217549",35496,40166 -"217550",35496,40392 -"217551",35496,40905 -"217552",35496,41030 -"217553",35496,41527 -"217554",35496,41529 -"217555",35496,41778 -"217556",35496,41788 -"217557",35496,43147 -"217558",35496,43234 -"217559",35496,43858 -"217560",35496,44652 -"217561",35496,44828 -"217562",35496,45657 -"217563",35496,45933 -"217564",35496,46434 -"217565",35496,46788 -"217566",35496,47123 -"217567",35496,47488 -"217568",35496,48909 -"217569",35496,49859 -"217570",35496,50064 -"217571",35496,50067 -"217572",35496,50554 -"217573",35496,50879 -"217574",35496,51783 -"217575",35496,52018 -"217576",35496,53444 -"217577",35496,53527 -"217578",35496,53555 -"217579",35496,54275 -"217580",35496,54444 -"217581",35496,55408 -"217582",35496,56628 -"217583",35496,58004 -"217584",35496,58068 -"217585",35496,58633 -"217586",35496,61111 -"217587",35496,61127 -"217588",35496,68287 -"217589",35498,35519 -"217590",35498,50007 -"217591",35499,72333 -"217592",35499,80566 -"217593",35499,86339 -"217594",35499,86802 -"217595",35499,88739 -"217596",35499,95117 -"217597",35499,105567 -"217598",35499,109573 -"217599",35499,109590 -"217600",35499,109597 -"217601",35501,80617 -"217602",35501,81770 -"217603",35501,91232 -"217604",35501,99646 -"217605",35501,103968 -"217606",35501,109000 -"217607",35501,109945 -"217608",35501,111309 -"217609",35501,111462 -"217610",35501,114155 -"217611",35501,114170 -"217612",35502,53535 -"217613",35502,58718 -"217614",35503,49495 -"217615",35503,65557 -"217616",35503,74711 -"217617",35503,93373 -"217618",35503,101597 -"217619",35504,35522 -"217620",35504,35534 -"217621",35504,48787 -"217622",35504,50720 -"217623",35506,35627 -"217624",35506,58442 -"217625",35506,77872 -"217626",35506,83109 -"217627",35507,35645 -"217628",35507,61468 -"217629",35508,47321 -"217630",35508,47912 -"217631",35508,47915 -"217632",35508,47916 -"217633",35508,47951 -"217634",35508,47952 -"217635",35508,47972 -"217636",35508,48052 -"217637",35508,48053 -"217638",35508,48054 -"217639",35511,100091 -"217640",35512,47237 -"217641",35512,85199 -"217642",35512,97359 -"217643",35514,37219 -"217644",35514,37310 -"217645",35514,37382 -"217646",35514,63523 -"217647",35514,69011 -"217648",35514,78549 -"217649",35515,54872 -"217650",35515,75323 -"217651",35516,41617 -"217652",35516,44306 -"217653",35516,56064 -"217654",35516,80353 -"217655",35516,80466 -"217656",35516,80487 -"217657",35516,82492 -"217658",35516,82623 -"217659",35516,86287 -"217660",35517,48386 -"217661",35517,62891 -"217662",35517,81433 -"217663",35517,85207 -"217664",35517,105425 -"217665",35517,107849 -"217666",35518,37238 -"217667",35518,41642 -"217668",35518,51020 -"217669",35518,53353 -"217670",35518,57147 -"217671",35520,35521 -"217672",35520,41952 -"217673",35520,58839 -"217674",35522,35534 -"217675",35522,47980 -"217676",35522,48365 -"217677",35523,65635 -"217678",35523,113182 -"217679",35523,115141 -"217680",35524,93405 -"217681",35524,93459 -"217682",35525,70580 -"217683",35525,94622 -"217684",35527,43404 -"217685",35527,55084 -"217686",35527,72664 -"217687",35527,84505 -"217688",35527,111593 -"217689",35528,43455 -"217690",35528,46629 -"217691",35528,61982 -"217692",35528,78597 -"217693",35528,78934 -"217694",35528,81362 -"217695",35529,36254 -"217696",35529,39402 -"217697",35529,42226 -"217698",35529,46388 -"217699",35529,48434 -"217700",35529,63854 -"217701",35529,68801 -"217702",35529,70996 -"217703",35529,74730 -"217704",35529,75830 -"217705",35529,91800 -"217706",35529,100140 -"217707",35529,102834 -"217708",35529,108962 -"217709",35529,109174 -"217710",35530,66646 -"217711",35531,70255 -"217712",35533,41466 -"217713",35533,62063 -"217714",35533,63370 -"217715",35533,67477 -"217716",35534,48970 -"217717",35534,55682 -"217718",35534,68072 -"217719",35534,72168 -"217720",35534,74093 -"217721",35534,74148 -"217722",35534,74150 -"217723",35536,54142 -"217724",35536,58268 -"217725",35536,64488 -"217726",35536,70897 -"217727",35536,78759 -"217728",35536,81142 -"217729",35536,86693 -"217730",35536,90592 -"217731",35536,91277 -"217732",35536,94536 -"217733",35536,94554 -"217734",35536,114578 -"217735",35537,54109 -"217736",35537,67199 -"217737",35538,35556 -"217738",35538,35568 -"217739",35538,72346 -"217740",35538,75163 -"217741",35539,57774 -"217742",35540,107953 -"217743",35541,60863 -"217744",35541,112670 -"217745",35541,112692 -"217746",35542,35606 -"217747",35542,36768 -"217748",35542,36950 -"217749",35542,37683 -"217750",35542,38621 -"217751",35542,42631 -"217752",35542,46035 -"217753",35542,46106 -"217754",35542,46158 -"217755",35542,46234 -"217756",35542,52474 -"217757",35542,60161 -"217758",35542,66797 -"217759",35542,94757 -"217760",35542,109713 -"217761",35542,112568 -"217762",35542,113189 -"217763",35544,39866 -"217764",35544,42186 -"217765",35544,62482 -"217766",35544,63282 -"217767",35544,78353 -"217768",35544,86687 -"217769",35544,88710 -"217770",35544,91760 -"217771",35544,100134 -"217772",35544,108552 -"217773",35545,73612 -"217774",35546,81465 -"217775",35546,85260 -"217776",35547,35548 -"217777",35547,35721 -"217778",35547,44384 -"217779",35547,73685 -"217780",35547,76184 -"217781",35547,78815 -"217782",35547,90063 -"217783",35547,90066 -"217784",35548,35721 -"217785",35548,44384 -"217786",35548,73685 -"217787",35548,76184 -"217788",35548,78815 -"217789",35548,90063 -"217790",35548,90066 -"217791",35549,40038 -"217792",35549,41064 -"217793",35549,49775 -"217794",35549,57472 -"217795",35549,57691 -"217796",35549,67988 -"217797",35549,69482 -"217798",35549,69483 -"217799",35549,69484 -"217800",35549,69527 -"217801",35549,69676 -"217802",35549,69694 -"217803",35549,69800 -"217804",35549,69894 -"217805",35549,69917 -"217806",35549,93233 -"217807",35549,93241 -"217808",35549,98612 -"217809",35550,101294 -"217810",35550,101817 -"217811",35550,108543 -"217812",35550,117425 -"217813",35551,45516 -"217814",35551,66442 -"217815",35551,82453 -"217816",35551,86863 -"217817",35551,87008 -"217818",35552,39496 -"217819",35552,105416 -"217820",35552,117247 -"217821",35553,35583 -"217822",35553,37264 -"217823",35553,38838 -"217824",35553,40056 -"217825",35553,40309 -"217826",35553,40727 -"217827",35553,45591 -"217828",35553,53127 -"217829",35553,59218 -"217830",35553,61744 -"217831",35553,66981 -"217832",35553,88386 -"217833",35554,61805 -"217834",35556,35568 -"217835",35556,108087 -"217836",35557,35626 -"217837",35557,48245 -"217838",35557,48305 -"217839",35557,57805 -"217840",35557,58086 -"217841",35557,64885 -"217842",35557,67621 -"217843",35557,92011 -"217844",35557,106484 -"217845",35557,118268 -"217846",35558,35678 -"217847",35558,36478 -"217848",35558,56035 -"217849",35558,56151 -"217850",35558,59642 -"217851",35558,60946 -"217852",35558,62475 -"217853",35558,66368 -"217854",35558,66399 -"217855",35558,66407 -"217856",35558,69691 -"217857",35558,87870 -"217858",35558,91156 -"217859",35558,91514 -"217860",35558,92130 -"217861",35558,96356 -"217862",35558,105435 -"217863",35560,35700 -"217864",35560,77819 -"217865",35561,35971 -"217866",35561,36734 -"217867",35561,48297 -"217868",35561,49248 -"217869",35561,58824 -"217870",35561,60753 -"217871",35561,73794 -"217872",35561,86439 -"217873",35561,89887 -"217874",35561,98858 -"217875",35561,109327 -"217876",35562,37495 -"217877",35562,40893 -"217878",35562,48023 -"217879",35562,61988 -"217880",35562,79145 -"217881",35562,83526 -"217882",35562,88336 -"217883",35562,104867 -"217884",35562,104940 -"217885",35565,87726 -"217886",35566,35638 -"217887",35566,35639 -"217888",35566,101922 -"217889",35566,113934 -"217890",35567,35585 -"217891",35567,35650 -"217892",35567,35651 -"217893",35567,35662 -"217894",35567,37188 -"217895",35568,51515 -"217896",35568,52199 -"217897",35569,35635 -"217898",35569,64195 -"217899",35570,44281 -"217900",35570,55071 -"217901",35570,94299 -"217902",35570,99977 -"217903",35570,109548 -"217904",35570,114364 -"217905",35570,114877 -"217906",35571,50479 -"217907",35571,62896 -"217908",35571,90918 -"217909",35571,101262 -"217910",35572,35618 -"217911",35573,35612 -"217912",35574,84975 -"217913",35575,40678 -"217914",35575,68725 -"217915",35575,81544 -"217916",35575,82375 -"217917",35575,89765 -"217918",35576,35788 -"217919",35576,56306 -"217920",35576,57259 -"217921",35576,60666 -"217922",35577,41094 -"217923",35578,40143 -"217924",35578,49060 -"217925",35578,51210 -"217926",35578,68878 -"217927",35578,82572 -"217928",35578,82580 -"217929",35578,105526 -"217930",35579,50456 -"217931",35579,69497 -"217932",35580,42256 -"217933",35581,45290 -"217934",35581,53586 -"217935",35582,35614 -"217936",35582,37991 -"217937",35582,59218 -"217938",35583,37258 -"217939",35583,37264 -"217940",35583,49282 -"217941",35583,52136 -"217942",35583,55482 -"217943",35583,57687 -"217944",35583,67893 -"217945",35583,69192 -"217946",35583,69485 -"217947",35583,73881 -"217948",35583,74599 -"217949",35584,45646 -"217950",35584,59340 -"217951",35584,61497 -"217952",35584,62694 -"217953",35584,62864 -"217954",35584,63449 -"217955",35584,65006 -"217956",35584,77613 -"217957",35584,100715 -"217958",35584,106198 -"217959",35585,35650 -"217960",35585,35651 -"217961",35585,35662 -"217962",35585,37188 -"217963",35586,43550 -"217964",35586,44424 -"217965",35586,51651 -"217966",35586,54227 -"217967",35586,60744 -"217968",35586,62984 -"217969",35586,83318 -"217970",35586,105881 -"217971",35587,38307 -"217972",35587,38905 -"217973",35587,39292 -"217974",35587,43455 -"217975",35587,43460 -"217976",35587,44889 -"217977",35587,46918 -"217978",35587,48578 -"217979",35587,51270 -"217980",35587,56844 -"217981",35587,57377 -"217982",35587,59800 -"217983",35587,59823 -"217984",35587,63895 -"217985",35587,63935 -"217986",35587,63947 -"217987",35587,63962 -"217988",35587,73583 -"217989",35588,75742 -"217990",35589,35724 -"217991",35589,49241 -"217992",35589,52750 -"217993",35589,58195 -"217994",35589,74516 -"217995",35589,99288 -"217996",35589,99899 -"217997",35589,100044 -"217998",35589,100047 -"217999",35590,84657 -"218000",35591,55226 -"218001",35592,77473 -"218002",35593,69609 -"218003",35593,104320 -"218004",35593,118868 -"218005",35594,45113 -"218006",35594,66012 -"218007",35594,66068 -"218008",35594,81923 -"218009",35595,49964 -"218010",35595,89655 -"218011",35595,95906 -"218012",35595,115782 -"218013",35596,35597 -"218014",35596,41498 -"218015",35596,41530 -"218016",35598,37881 -"218017",35598,41933 -"218018",35598,56377 -"218019",35598,91750 -"218020",35598,99686 -"218021",35598,104478 -"218022",35598,105118 -"218023",35598,107337 -"218024",35599,43553 -"218025",35599,90946 -"218026",35599,99114 -"218027",35599,114372 -"218028",35599,114497 -"218029",35599,120335 -"218030",35601,59430 -"218031",35601,87809 -"218032",35601,87830 -"218033",35601,87832 -"218034",35601,87842 -"218035",35602,41175 -"218036",35602,84073 -"218037",35602,118436 -"218038",35604,47973 -"218039",35604,65002 -"218040",35604,67169 -"218041",35604,71858 -"218042",35607,35608 -"218043",35608,44084 -"218044",35609,35669 -"218045",35610,76117 -"218046",35610,78613 -"218047",35610,78622 -"218048",35610,89824 -"218049",35611,36512 -"218050",35611,39130 -"218051",35611,40278 -"218052",35611,46622 -"218053",35611,48577 -"218054",35611,51919 -"218055",35611,56324 -"218056",35613,36888 -"218057",35613,48440 -"218058",35613,48658 -"218059",35613,70427 -"218060",35615,36828 -"218061",35615,54696 -"218062",35615,88991 -"218063",35616,39102 -"218064",35616,76803 -"218065",35616,82228 -"218066",35618,52474 -"218067",35619,35761 -"218068",35619,35785 -"218069",35620,46385 -"218070",35620,75422 -"218071",35620,82386 -"218072",35620,98013 -"218073",35621,35628 -"218074",35621,62013 -"218075",35622,56152 -"218076",35624,51787 -"218077",35624,90824 -"218078",35627,35894 -"218079",35627,53390 -"218080",35627,77872 -"218081",35627,93798 -"218082",35628,47489 -"218083",35628,48132 -"218084",35628,50864 -"218085",35628,60090 -"218086",35628,64300 -"218087",35628,74254 -"218088",35628,74374 -"218089",35628,74376 -"218090",35628,75234 -"218091",35628,75246 -"218092",35630,37507 -"218093",35630,39551 -"218094",35630,44091 -"218095",35630,46283 -"218096",35630,56250 -"218097",35630,89558 -"218098",35630,96273 -"218099",35630,97108 -"218100",35630,99279 -"218101",35630,109771 -"218102",35631,48537 -"218103",35631,58789 -"218104",35631,59667 -"218105",35631,89906 -"218106",35631,120455 -"218107",35631,120456 -"218108",35632,64792 -"218109",35634,53936 -"218110",35634,53967 -"218111",35634,57963 -"218112",35634,59529 -"218113",35634,65782 -"218114",35634,68781 -"218115",35635,64195 -"218116",35635,93503 -"218117",35636,35677 -"218118",35636,51165 -"218119",35637,87876 -"218120",35638,35639 -"218121",35640,55813 -"218122",35640,57490 -"218123",35640,60808 -"218124",35640,61300 -"218125",35640,68057 -"218126",35640,83668 -"218127",35640,96462 -"218128",35640,99003 -"218129",35641,59164 -"218130",35641,77226 -"218131",35641,85068 -"218132",35642,46902 -"218133",35642,49950 -"218134",35642,66476 -"218135",35642,83860 -"218136",35642,101426 -"218137",35642,120809 -"218138",35642,121163 -"218139",35643,48990 -"218140",35643,93485 -"218141",35643,100073 -"218142",35643,103342 -"218143",35644,94039 -"218144",35645,37244 -"218145",35645,61468 -"218146",35646,61625 -"218147",35647,40492 -"218148",35648,52392 -"218149",35648,60582 -"218150",35649,39223 -"218151",35649,47532 -"218152",35649,61699 -"218153",35649,84952 -"218154",35649,94444 -"218155",35649,105536 -"218156",35650,35651 -"218157",35650,35662 -"218158",35650,37188 -"218159",35651,35662 -"218160",35651,37188 -"218161",35652,44266 -"218162",35653,35666 -"218163",35654,100053 -"218164",35656,93718 -"218165",35656,96330 -"218166",35658,36374 -"218167",35658,38362 -"218168",35658,48417 -"218169",35658,60239 -"218170",35658,60538 -"218171",35658,90569 -"218172",35658,90708 -"218173",35658,97950 -"218174",35658,99892 -"218175",35659,56063 -"218176",35660,54854 -"218177",35660,87315 -"218178",35661,36569 -"218179",35661,84450 -"218180",35661,84475 -"218181",35662,37188 -"218182",35664,38128 -"218183",35664,39007 -"218184",35664,53200 -"218185",35664,53415 -"218186",35664,61726 -"218187",35664,68340 -"218188",35664,68428 -"218189",35664,123082 -"218190",35665,40537 -"218191",35665,46691 -"218192",35665,47063 -"218193",35665,61918 -"218194",35665,63041 -"218195",35665,85731 -"218196",35665,90584 -"218197",35665,116988 -"218198",35666,74062 -"218199",35667,36032 -"218200",35667,38985 -"218201",35667,94479 -"218202",35668,36514 -"218203",35668,38158 -"218204",35668,41091 -"218205",35668,61355 -"218206",35668,64964 -"218207",35668,95069 -"218208",35669,64314 -"218209",35669,80054 -"218210",35669,100175 -"218211",35669,110771 -"218212",35671,35690 -"218213",35672,37253 -"218214",35672,39160 -"218215",35672,46197 -"218216",35672,52602 -"218217",35672,54879 -"218218",35672,54918 -"218219",35672,61898 -"218220",35672,79096 -"218221",35672,79134 -"218222",35673,43213 -"218223",35673,45684 -"218224",35673,46173 -"218225",35673,49046 -"218226",35673,54551 -"218227",35673,67998 -"218228",35673,77839 -"218229",35674,48885 -"218230",35674,50184 -"218231",35674,50660 -"218232",35674,61521 -"218233",35674,69564 -"218234",35674,69631 -"218235",35675,36516 -"218236",35680,36346 -"218237",35680,40316 -"218238",35680,69831 -"218239",35680,77389 -"218240",35681,109033 -"218241",35682,36643 -"218242",35682,38962 -"218243",35682,40366 -"218244",35682,40572 -"218245",35682,45729 -"218246",35682,46486 -"218247",35682,46819 -"218248",35682,53739 -"218249",35682,57647 -"218250",35682,63669 -"218251",35682,79652 -"218252",35682,85144 -"218253",35682,85580 -"218254",35682,88382 -"218255",35682,89199 -"218256",35682,89206 -"218257",35682,106258 -"218258",35684,103982 -"218259",35684,103994 -"218260",35684,104000 -"218261",35685,35686 -"218262",35685,35687 -"218263",35685,35862 -"218264",35685,35863 -"218265",35685,35864 -"218266",35685,35865 -"218267",35685,35866 -"218268",35685,35867 -"218269",35685,35956 -"218270",35685,35957 -"218271",35685,35968 -"218272",35685,35969 -"218273",35685,35970 -"218274",35685,36094 -"218275",35685,51445 -"218276",35685,59531 -"218277",35685,63789 -"218278",35686,35687 -"218279",35686,35862 -"218280",35686,35863 -"218281",35686,35864 -"218282",35686,35865 -"218283",35686,35866 -"218284",35686,35867 -"218285",35686,35956 -"218286",35686,35957 -"218287",35686,35968 -"218288",35686,35969 -"218289",35686,35970 -"218290",35686,36094 -"218291",35686,51445 -"218292",35686,59531 -"218293",35686,63789 -"218294",35687,35862 -"218295",35687,35863 -"218296",35687,35864 -"218297",35687,35865 -"218298",35687,35866 -"218299",35687,35867 -"218300",35687,35956 -"218301",35687,35957 -"218302",35687,35968 -"218303",35687,35969 -"218304",35687,35970 -"218305",35687,36094 -"218306",35687,51445 -"218307",35687,59531 -"218308",35687,63789 -"218309",35688,36038 -"218310",35688,46239 -"218311",35688,52928 -"218312",35688,61715 -"218313",35688,66014 -"218314",35688,72488 -"218315",35688,76599 -"218316",35688,94936 -"218317",35688,104442 -"218318",35688,104769 -"218319",35688,105663 -"218320",35688,105789 -"218321",35690,109971 -"218322",35691,44017 -"218323",35691,60626 -"218324",35692,88155 -"218325",35692,91282 -"218326",35692,104021 -"218327",35692,114136 -"218328",35692,122346 -"218329",35692,122354 -"218330",35692,122362 -"218331",35694,45760 -"218332",35694,51206 -"218333",35694,52109 -"218334",35694,56783 -"218335",35694,75501 -"218336",35694,81950 -"218337",35695,44319 -"218338",35695,45396 -"218339",35695,109647 -"218340",35696,41612 -"218341",35696,44536 -"218342",35696,109188 -"218343",35697,38200 -"218344",35697,61713 -"218345",35697,70685 -"218346",35697,80772 -"218347",35697,81771 -"218348",35697,85280 -"218349",35697,100655 -"218350",35698,45883 -"218351",35698,72644 -"218352",35699,44864 -"218353",35699,49400 -"218354",35699,60611 -"218355",35699,84228 -"218356",35699,88674 -"218357",35699,106406 -"218358",35701,54096 -"218359",35701,54729 -"218360",35701,60593 -"218361",35701,81689 -"218362",35702,41333 -"218363",35702,41451 -"218364",35702,44124 -"218365",35702,47133 -"218366",35702,47414 -"218367",35702,49106 -"218368",35702,50480 -"218369",35702,55167 -"218370",35702,56910 -"218371",35702,57094 -"218372",35702,58898 -"218373",35702,59147 -"218374",35702,59237 -"218375",35702,59359 -"218376",35702,61563 -"218377",35702,61867 -"218378",35702,62007 -"218379",35702,62078 -"218380",35702,62375 -"218381",35702,62633 -"218382",35702,63395 -"218383",35702,64408 -"218384",35702,64418 -"218385",35702,64511 -"218386",35702,65230 -"218387",35702,66145 -"218388",35702,66823 -"218389",35702,66846 -"218390",35702,67503 -"218391",35702,67721 -"218392",35702,68816 -"218393",35702,68909 -"218394",35702,68938 -"218395",35702,69332 -"218396",35702,69681 -"218397",35702,70610 -"218398",35702,70611 -"218399",35702,70725 -"218400",35702,71211 -"218401",35702,71505 -"218402",35702,71887 -"218403",35702,78643 -"218404",35702,79180 -"218405",35702,79527 -"218406",35702,80723 -"218407",35702,81070 -"218408",35702,97155 -"218409",35702,98459 -"218410",35703,35720 -"218411",35703,60123 -"218412",35704,37660 -"218413",35704,60290 -"218414",35704,88385 -"218415",35704,102567 -"218416",35704,110199 -"218417",35704,113403 -"218418",35704,114278 -"218419",35705,76178 -"218420",35705,94500 -"218421",35706,37427 -"218422",35706,37871 -"218423",35706,39062 -"218424",35706,42455 -"218425",35706,47396 -"218426",35706,47581 -"218427",35706,47595 -"218428",35706,53563 -"218429",35706,95178 -"218430",35706,110222 -"218431",35707,46256 -"218432",35708,56332 -"218433",35708,64481 -"218434",35708,68336 -"218435",35708,110149 -"218436",35709,49091 -"218437",35709,57960 -"218438",35709,119727 -"218439",35710,82506 -"218440",35710,89809 -"218441",35711,90062 -"218442",35712,59007 -"218443",35712,90855 -"218444",35713,35837 -"218445",35714,61001 -"218446",35714,67298 -"218447",35714,76047 -"218448",35714,106916 -"218449",35715,40819 -"218450",35715,43183 -"218451",35715,46768 -"218452",35715,48238 -"218453",35715,49438 -"218454",35715,68345 -"218455",35715,71874 -"218456",35715,77410 -"218457",35715,80606 -"218458",35715,84359 -"218459",35715,87228 -"218460",35715,90151 -"218461",35715,94540 -"218462",35715,110772 -"218463",35715,114156 -"218464",35715,120385 -"218465",35716,36090 -"218466",35716,36091 -"218467",35716,36131 -"218468",35717,56168 -"218469",35717,68951 -"218470",35718,38940 -"218471",35718,55867 -"218472",35718,71025 -"218473",35718,75979 -"218474",35718,76468 -"218475",35718,77726 -"218476",35718,86742 -"218477",35718,103265 -"218478",35718,104076 -"218479",35718,105092 -"218480",35721,107289 -"218481",35722,81399 -"218482",35723,121162 -"218483",35726,48033 -"218484",35726,48034 -"218485",35726,71401 -"218486",35727,44019 -"218487",35727,112144 -"218488",35728,37905 -"218489",35728,53825 -"218490",35728,57697 -"218491",35728,92016 -"218492",35728,110638 -"218493",35729,40720 -"218494",35729,40780 -"218495",35729,60136 -"218496",35729,72029 -"218497",35729,86076 -"218498",35730,35890 -"218499",35730,71373 -"218500",35732,38406 -"218501",35732,41064 -"218502",35732,67823 -"218503",35732,68832 -"218504",35733,38082 -"218505",35733,43055 -"218506",35733,56814 -"218507",35733,64770 -"218508",35734,59529 -"218509",35735,35855 -"218510",35735,36069 -"218511",35735,39914 -"218512",35735,40889 -"218513",35735,43246 -"218514",35735,64229 -"218515",35735,93808 -"218516",35735,122535 -"218517",35736,39491 -"218518",35736,43979 -"218519",35736,50272 -"218520",35736,102318 -"218521",35737,92055 -"218522",35737,93397 -"218523",35737,94117 -"218524",35737,94490 -"218525",35737,94991 -"218526",35738,37246 -"218527",35738,47806 -"218528",35738,49734 -"218529",35738,52776 -"218530",35738,55879 -"218531",35738,67262 -"218532",35738,67302 -"218533",35739,72434 -"218534",35739,98414 -"218535",35740,53654 -"218536",35740,76232 -"218537",35740,85098 -"218538",35742,35752 -"218539",35742,39928 -"218540",35742,43710 -"218541",35742,44819 -"218542",35742,84814 -"218543",35742,97150 -"218544",35742,100129 -"218545",35742,103056 -"218546",35742,108613 -"218547",35743,43095 -"218548",35743,46922 -"218549",35744,41533 -"218550",35745,97401 -"218551",35746,35799 -"218552",35747,62080 -"218553",35747,62579 -"218554",35747,104812 -"218555",35748,43773 -"218556",35749,36630 -"218557",35749,46489 -"218558",35749,92311 -"218559",35749,94054 -"218560",35749,118922 -"218561",35750,40275 -"218562",35751,111086 -"218563",35752,42327 -"218564",35752,77660 -"218565",35753,35912 -"218566",35757,82058 -"218567",35759,35791 -"218568",35759,35804 -"218569",35759,35818 -"218570",35759,35823 -"218571",35760,39946 -"218572",35760,96212 -"218573",35760,97830 -"218574",35761,35785 -"218575",35762,35876 -"218576",35763,35764 -"218577",35766,38809 -"218578",35766,70065 -"218579",35767,47175 -"218580",35767,53374 -"218581",35767,58358 -"218582",35767,58394 -"218583",35767,71811 -"218584",35768,50095 -"218585",35769,41140 -"218586",35769,59054 -"218587",35769,65543 -"218588",35769,67270 -"218589",35769,78189 -"218590",35770,105747 -"218591",35772,55618 -"218592",35772,74818 -"218593",35772,85356 -"218594",35772,96132 -"218595",35773,35808 -"218596",35773,36498 -"218597",35774,38769 -"218598",35774,52099 -"218599",35774,52138 -"218600",35774,52140 -"218601",35774,52167 -"218602",35774,114603 -"218603",35776,47532 -"218604",35776,54974 -"218605",35776,56082 -"218606",35776,67087 -"218607",35776,75345 -"218608",35776,76244 -"218609",35776,82747 -"218610",35779,49831 -"218611",35779,77636 -"218612",35780,54204 -"218613",35780,58614 -"218614",35780,84207 -"218615",35781,43610 -"218616",35781,60201 -"218617",35781,62357 -"218618",35781,81888 -"218619",35781,86358 -"218620",35781,93710 -"218621",35781,94697 -"218622",35781,111119 -"218623",35782,53604 -"218624",35784,36979 -"218625",35784,64390 -"218626",35784,64937 -"218627",35784,120858 -"218628",35785,98289 -"218629",35786,36244 -"218630",35786,42259 -"218631",35786,43550 -"218632",35786,49644 -"218633",35786,84389 -"218634",35786,99449 -"218635",35787,53142 -"218636",35787,81652 -"218637",35788,57259 -"218638",35788,60666 -"218639",35789,35846 -"218640",35789,82945 -"218641",35789,120539 -"218642",35790,39295 -"218643",35790,40727 -"218644",35790,46262 -"218645",35790,66476 -"218646",35790,72119 -"218647",35790,72276 -"218648",35790,86513 -"218649",35791,35804 -"218650",35791,35818 -"218651",35791,35823 -"218652",35792,45219 -"218653",35794,63329 -"218654",35794,77947 -"218655",35794,107070 -"218656",35795,54928 -"218657",35796,61485 -"218658",35796,61490 -"218659",35796,102439 -"218660",35796,106428 -"218661",35796,107805 -"218662",35796,113156 -"218663",35796,119694 -"218664",35796,119696 -"218665",35797,54122 -"218666",35797,57562 -"218667",35797,58623 -"218668",35797,60350 -"218669",35797,79303 -"218670",35797,79395 -"218671",35797,85618 -"218672",35797,93189 -"218673",35797,122518 -"218674",35798,62729 -"218675",35800,54004 -"218676",35800,70753 -"218677",35800,71283 -"218678",35801,58263 -"218679",35801,58730 -"218680",35802,36089 -"218681",35802,48123 -"218682",35802,50235 -"218683",35802,50604 -"218684",35802,58254 -"218685",35802,59210 -"218686",35802,62063 -"218687",35802,72573 -"218688",35802,72957 -"218689",35802,81722 -"218690",35802,87260 -"218691",35802,88308 -"218692",35802,93398 -"218693",35802,100502 -"218694",35802,101016 -"218695",35802,101087 -"218696",35802,102401 -"218697",35802,104662 -"218698",35802,105495 -"218699",35802,105955 -"218700",35802,109434 -"218701",35802,116302 -"218702",35802,116315 -"218703",35802,116325 -"218704",35802,116331 -"218705",35802,119210 -"218706",35803,38140 -"218707",35803,49839 -"218708",35803,59499 -"218709",35803,69567 -"218710",35803,76428 -"218711",35803,81074 -"218712",35803,93281 -"218713",35803,111178 -"218714",35803,111478 -"218715",35803,111658 -"218716",35804,35818 -"218717",35804,35823 -"218718",35805,35849 -"218719",35805,36004 -"218720",35807,44722 -"218721",35807,48288 -"218722",35807,48318 -"218723",35807,52124 -"218724",35807,52911 -"218725",35807,53193 -"218726",35807,75711 -"218727",35807,77098 -"218728",35807,90093 -"218729",35807,94660 -"218730",35807,97084 -"218731",35807,97107 -"218732",35808,39691 -"218733",35808,42831 -"218734",35808,54667 -"218735",35808,67172 -"218736",35808,104293 -"218737",35809,35843 -"218738",35809,35897 -"218739",35810,35857 -"218740",35812,37258 -"218741",35812,40627 -"218742",35812,46982 -"218743",35812,48690 -"218744",35812,54160 -"218745",35812,54187 -"218746",35813,37045 -"218747",35813,38440 -"218748",35813,38989 -"218749",35813,40840 -"218750",35813,41439 -"218751",35813,45480 -"218752",35813,49551 -"218753",35813,50306 -"218754",35813,50739 -"218755",35813,57641 -"218756",35813,59577 -"218757",35813,60938 -"218758",35813,71579 -"218759",35813,86476 -"218760",35813,94885 -"218761",35813,94886 -"218762",35813,94915 -"218763",35814,50854 -"218764",35815,41383 -"218765",35815,42271 -"218766",35815,44392 -"218767",35815,53364 -"218768",35815,81099 -"218769",35815,96178 -"218770",35815,96725 -"218771",35816,36068 -"218772",35817,36015 -"218773",35817,62429 -"218774",35817,72812 -"218775",35818,35823 -"218776",35818,51043 -"218777",35818,62417 -"218778",35818,64948 -"218779",35818,66542 -"218780",35818,66543 -"218781",35818,66608 -"218782",35819,58026 -"218783",35820,35840 -"218784",35820,38621 -"218785",35820,42626 -"218786",35821,53605 -"218787",35821,88837 -"218788",35821,96866 -"218789",35821,99799 -"218790",35822,40373 -"218791",35822,40461 -"218792",35822,42088 -"218793",35822,55241 -"218794",35822,76778 -"218795",35822,77929 -"218796",35822,123323 -"218797",35824,66616 -"218798",35825,53830 -"218799",35826,46688 -"218800",35826,49268 -"218801",35826,57738 -"218802",35826,61954 -"218803",35826,101431 -"218804",35827,90421 -"218805",35827,91301 -"218806",35827,105195 -"218807",35828,41640 -"218808",35829,37054 -"218809",35829,47628 -"218810",35829,61351 -"218811",35829,61512 -"218812",35829,103526 -"218813",35830,47883 -"218814",35830,48652 -"218815",35830,66887 -"218816",35830,100182 -"218817",35830,118153 -"218818",35830,119751 -"218819",35831,44427 -"218820",35831,49351 -"218821",35831,62906 -"218822",35833,47312 -"218823",35833,47804 -"218824",35834,36839 -"218825",35835,35873 -"218826",35835,60905 -"218827",35836,77247 -"218828",35837,69177 -"218829",35837,74259 -"218830",35837,74328 -"218831",35839,37697 -"218832",35839,39594 -"218833",35839,42193 -"218834",35839,58546 -"218835",35839,66050 -"218836",35839,68092 -"218837",35839,68122 -"218838",35839,68143 -"218839",35839,68151 -"218840",35839,71122 -"218841",35839,73811 -"218842",35839,73816 -"218843",35840,36385 -"218844",35840,42556 -"218845",35840,42558 -"218846",35840,42630 -"218847",35840,62267 -"218848",35841,50116 -"218849",35841,82359 -"218850",35843,35897 -"218851",35843,39588 -"218852",35843,56858 -"218853",35844,38926 -"218854",35844,43512 -"218855",35844,58302 -"218856",35844,63663 -"218857",35844,95175 -"218858",35844,95284 -"218859",35844,95301 -"218860",35845,64746 -"218861",35847,47245 -"218862",35847,51719 -"218863",35847,58609 -"218864",35847,77817 -"218865",35847,79424 -"218866",35847,79489 -"218867",35848,46578 -"218868",35848,49819 -"218869",35848,57166 -"218870",35848,66364 -"218871",35849,36004 -"218872",35849,41895 -"218873",35849,67921 -"218874",35849,67933 -"218875",35849,67985 -"218876",35851,38796 -"218877",35852,65868 -"218878",35852,91905 -"218879",35853,60199 -"218880",35853,64425 -"218881",35854,42268 -"218882",35854,45090 -"218883",35854,54084 -"218884",35854,100807 -"218885",35855,36069 -"218886",35855,57118 -"218887",35855,64229 -"218888",35856,51238 -"218889",35856,63523 -"218890",35856,113941 -"218891",35857,48490 -"218892",35857,50960 -"218893",35857,74986 -"218894",35858,38160 -"218895",35858,91059 -"218896",35858,113257 -"218897",35859,36659 -"218898",35859,59836 -"218899",35859,77585 -"218900",35859,100475 -"218901",35860,44717 -"218902",35861,94909 -"218903",35861,95155 -"218904",35862,35863 -"218905",35862,35864 -"218906",35862,35865 -"218907",35862,35866 -"218908",35862,35867 -"218909",35862,35956 -"218910",35862,35957 -"218911",35862,35968 -"218912",35862,35969 -"218913",35862,35970 -"218914",35862,36094 -"218915",35862,51445 -"218916",35862,59531 -"218917",35862,63789 -"218918",35863,35864 -"218919",35863,35865 -"218920",35863,35866 -"218921",35863,35867 -"218922",35863,35956 -"218923",35863,35957 -"218924",35863,35968 -"218925",35863,35969 -"218926",35863,35970 -"218927",35863,36094 -"218928",35863,51445 -"218929",35863,59531 -"218930",35863,63789 -"218931",35864,35865 -"218932",35864,35866 -"218933",35864,35867 -"218934",35864,35956 -"218935",35864,35957 -"218936",35864,35968 -"218937",35864,35969 -"218938",35864,35970 -"218939",35864,36094 -"218940",35864,51445 -"218941",35864,59531 -"218942",35864,63789 -"218943",35865,35866 -"218944",35865,35867 -"218945",35865,35956 -"218946",35865,35957 -"218947",35865,35968 -"218948",35865,35969 -"218949",35865,35970 -"218950",35865,36094 -"218951",35865,50413 -"218952",35865,51445 -"218953",35865,56109 -"218954",35865,59531 -"218955",35865,63789 -"218956",35866,35867 -"218957",35866,35956 -"218958",35866,35957 -"218959",35866,35968 -"218960",35866,35969 -"218961",35866,35970 -"218962",35866,36094 -"218963",35866,47912 -"218964",35866,48442 -"218965",35866,51445 -"218966",35866,59531 -"218967",35866,63789 -"218968",35867,35956 -"218969",35867,35957 -"218970",35867,35968 -"218971",35867,35969 -"218972",35867,35970 -"218973",35867,36094 -"218974",35867,51445 -"218975",35867,59531 -"218976",35867,63789 -"218977",35868,36052 -"218978",35869,77097 -"218979",35869,79180 -"218980",35869,79575 -"218981",35869,82952 -"218982",35869,86331 -"218983",35869,102098 -"218984",35869,115586 -"218985",35869,115639 -"218986",35870,41705 -"218987",35870,68674 -"218988",35871,62169 -"218989",35871,82437 -"218990",35871,87459 -"218991",35871,92219 -"218992",35872,42092 -"218993",35872,115440 -"218994",35873,45763 -"218995",35873,49876 -"218996",35873,58870 -"218997",35873,84899 -"218998",35873,107690 -"218999",35873,119053 -"219000",35874,51202 -"219001",35875,50149 -"219002",35875,66578 -"219003",35876,37393 -"219004",35876,69151 -"219005",35877,35885 -"219006",35877,42642 -"219007",35877,44193 -"219008",35877,47970 -"219009",35877,50956 -"219010",35877,60516 -"219011",35877,84268 -"219012",35877,86152 -"219013",35877,90641 -"219014",35877,97647 -"219015",35878,87788 -"219016",35879,59365 -"219017",35879,67370 -"219018",35879,67391 -"219019",35879,67605 -"219020",35879,67672 -"219021",35880,48099 -"219022",35880,61194 -"219023",35880,97125 -"219024",35881,60736 -"219025",35881,79337 -"219026",35882,37496 -"219027",35882,38916 -"219028",35882,49902 -"219029",35882,91028 -"219030",35882,100591 -"219031",35882,103361 -"219032",35883,88666 -"219033",35883,92715 -"219034",35884,50934 -"219035",35885,44193 -"219036",35885,84268 -"219037",35886,40521 -"219038",35886,62857 -"219039",35886,65680 -"219040",35886,71140 -"219041",35886,96111 -"219042",35886,98333 -"219043",35887,68976 -"219044",35887,73592 -"219045",35888,36539 -"219046",35888,42606 -"219047",35888,43877 -"219048",35888,49359 -"219049",35888,49535 -"219050",35888,49560 -"219051",35888,49561 -"219052",35888,72418 -"219053",35889,51502 -"219054",35889,51918 -"219055",35889,115182 -"219056",35890,71373 -"219057",35890,85006 -"219058",35890,85021 -"219059",35890,85046 -"219060",35891,35893 -"219061",35891,36971 -"219062",35891,40928 -"219063",35891,43170 -"219064",35891,58017 -"219065",35891,61388 -"219066",35891,62663 -"219067",35891,98545 -"219068",35891,98663 -"219069",35892,37968 -"219070",35892,40806 -"219071",35892,43402 -"219072",35892,53132 -"219073",35893,39884 -"219074",35893,40356 -"219075",35893,41922 -"219076",35893,44649 -"219077",35893,59673 -"219078",35893,63823 -"219079",35894,53390 -"219080",35894,94792 -"219081",35894,116143 -"219082",35895,69638 -"219083",35895,71436 -"219084",35895,118890 -"219085",35897,36239 -"219086",35897,37425 -"219087",35897,41912 -"219088",35897,51718 -"219089",35897,69255 -"219090",35897,82712 -"219091",35897,101192 -"219092",35898,41136 -"219093",35899,54650 -"219094",35900,35941 -"219095",35900,36024 -"219096",35900,43871 -"219097",35900,73785 -"219098",35901,71784 -"219099",35901,103041 -"219100",35901,114568 -"219101",35902,36695 -"219102",35902,55002 -"219103",35902,91587 -"219104",35902,100055 -"219105",35902,116688 -"219106",35903,38764 -"219107",35903,55861 -"219108",35903,69298 -"219109",35903,115786 -"219110",35904,35973 -"219111",35904,36205 -"219112",35904,36338 -"219113",35904,38575 -"219114",35904,42217 -"219115",35904,47921 -"219116",35904,50063 -"219117",35904,50235 -"219118",35904,53252 -"219119",35904,58903 -"219120",35904,59210 -"219121",35904,62793 -"219122",35904,76213 -"219123",35904,78102 -"219124",35904,79183 -"219125",35904,79529 -"219126",35904,85028 -"219127",35904,88308 -"219128",35904,92341 -"219129",35904,93820 -"219130",35904,94436 -"219131",35904,96336 -"219132",35904,96513 -"219133",35904,99263 -"219134",35904,100164 -"219135",35904,100274 -"219136",35904,101155 -"219137",35904,101189 -"219138",35904,116364 -"219139",35904,116382 -"219140",35905,92892 -"219141",35906,38355 -"219142",35906,45661 -"219143",35906,46951 -"219144",35906,81489 -"219145",35906,102854 -"219146",35907,42040 -"219147",35907,48082 -"219148",35907,48157 -"219149",35907,48186 -"219150",35908,35938 -"219151",35908,35939 -"219152",35908,35940 -"219153",35908,36011 -"219154",35908,36012 -"219155",35908,36013 -"219156",35908,36060 -"219157",35908,36178 -"219158",35909,35910 -"219159",35909,35935 -"219160",35909,36001 -"219161",35909,36029 -"219162",35909,36045 -"219163",35909,36046 -"219164",35909,36080 -"219165",35909,36081 -"219166",35909,36082 -"219167",35909,36102 -"219168",35910,35935 -"219169",35910,36001 -"219170",35910,36029 -"219171",35910,36045 -"219172",35910,36046 -"219173",35910,36080 -"219174",35910,36081 -"219175",35910,36082 -"219176",35910,36102 -"219177",35910,43087 -"219178",35910,48263 -"219179",35910,59096 -"219180",35910,64860 -"219181",35910,65966 -"219182",35910,82688 -"219183",35910,82725 -"219184",35910,82752 -"219185",35911,47217 -"219186",35911,93111 -"219187",35913,43920 -"219188",35913,98912 -"219189",35913,115935 -"219190",35914,40727 -"219191",35914,43214 -"219192",35914,63484 -"219193",35914,75815 -"219194",35914,80966 -"219195",35915,93383 -"219196",35915,121515 -"219197",35916,36095 -"219198",35916,37009 -"219199",35916,38331 -"219200",35916,41983 -"219201",35916,43203 -"219202",35916,43594 -"219203",35916,45361 -"219204",35916,61857 -"219205",35916,85060 -"219206",35917,37959 -"219207",35917,48256 -"219208",35918,35998 -"219209",35918,84540 -"219210",35919,42107 -"219211",35919,48668 -"219212",35919,88579 -"219213",35920,109583 -"219214",35920,120761 -"219215",35921,36019 -"219216",35921,36994 -"219217",35922,40670 -"219218",35922,60333 -"219219",35922,87053 -"219220",35923,78794 -"219221",35923,80336 -"219222",35923,80629 -"219223",35923,85248 -"219224",35923,85885 -"219225",35923,107762 -"219226",35923,108710 -"219227",35924,57687 -"219228",35924,107925 -"219229",35925,39010 -"219230",35925,50020 -"219231",35926,36171 -"219232",35926,46071 -"219233",35926,46080 -"219234",35926,74796 -"219235",35926,76905 -"219236",35926,89851 -"219237",35926,91021 -"219238",35926,94306 -"219239",35927,46512 -"219240",35928,42251 -"219241",35929,41639 -"219242",35929,83350 -"219243",35929,85918 -"219244",35931,36250 -"219245",35932,36058 -"219246",35933,50153 -"219247",35933,52466 -"219248",35933,78182 -"219249",35933,79532 -"219250",35933,82830 -"219251",35933,98828 -"219252",35933,103789 -"219253",35934,70923 -"219254",35935,36001 -"219255",35935,36029 -"219256",35935,36045 -"219257",35935,36046 -"219258",35935,36080 -"219259",35935,36081 -"219260",35935,36082 -"219261",35935,36102 -"219262",35935,55313 -"219263",35938,35939 -"219264",35938,35940 -"219265",35938,36011 -"219266",35938,36012 -"219267",35938,36013 -"219268",35938,36060 -"219269",35938,36178 -"219270",35938,89964 -"219271",35939,35940 -"219272",35939,36011 -"219273",35939,36012 -"219274",35939,36013 -"219275",35939,36060 -"219276",35939,36178 -"219277",35940,36011 -"219278",35940,36012 -"219279",35940,36013 -"219280",35940,36060 -"219281",35940,36178 -"219282",35941,36024 -"219283",35942,35993 -"219284",35942,47864 -"219285",35942,57828 -"219286",35942,65784 -"219287",35942,86516 -"219288",35942,89191 -"219289",35942,90860 -"219290",35942,92405 -"219291",35942,92480 -"219292",35942,94653 -"219293",35942,94958 -"219294",35942,97349 -"219295",35942,113297 -"219296",35943,37472 -"219297",35943,38428 -"219298",35943,42999 -"219299",35943,46297 -"219300",35943,57186 -"219301",35943,70233 -"219302",35943,80657 -"219303",35943,81000 -"219304",35943,88553 -"219305",35943,90430 -"219306",35943,90433 -"219307",35943,99338 -"219308",35943,101100 -"219309",35943,110379 -"219310",35943,118105 -"219311",35943,119288 -"219312",35943,120463 -"219313",35943,122370 -"219314",35943,122380 -"219315",35943,123380 -"219316",35944,37019 -"219317",35945,35996 -"219318",35945,82296 -"219319",35946,40630 -"219320",35946,109789 -"219321",35947,36101 -"219322",35949,55069 -"219323",35949,59162 -"219324",35950,44170 -"219325",35950,53392 -"219326",35950,57350 -"219327",35951,36551 -"219328",35952,37559 -"219329",35952,41099 -"219330",35952,65794 -"219331",35953,36038 -"219332",35953,36049 -"219333",35953,36085 -"219334",35953,36395 -"219335",35953,50411 -"219336",35953,70354 -"219337",35953,97114 -"219338",35953,97121 -"219339",35953,97126 -"219340",35953,97127 -"219341",35953,97131 -"219342",35954,111540 -"219343",35955,37310 -"219344",35955,47854 -"219345",35956,35957 -"219346",35956,35968 -"219347",35956,35969 -"219348",35956,35970 -"219349",35956,36094 -"219350",35956,51445 -"219351",35956,59531 -"219352",35956,63789 -"219353",35957,35968 -"219354",35957,35969 -"219355",35957,35970 -"219356",35957,36094 -"219357",35957,51445 -"219358",35957,59531 -"219359",35957,63789 -"219360",35958,82449 -"219361",35958,82468 -"219362",35959,59858 -"219363",35959,96708 -"219364",35959,117700 -"219365",35960,36172 -"219366",35960,38146 -"219367",35960,39692 -"219368",35960,59140 -"219369",35960,61885 -"219370",35961,97332 -"219371",35962,38399 -"219372",35963,44733 -"219373",35963,44810 -"219374",35963,49364 -"219375",35963,58052 -"219376",35963,71541 -"219377",35963,92441 -"219378",35963,94806 -"219379",35963,98166 -"219380",35963,105685 -"219381",35963,113213 -"219382",35964,36059 -"219383",35964,36121 -"219384",35964,39954 -"219385",35964,39959 -"219386",35964,62428 -"219387",35965,35979 -"219388",35965,36022 -"219389",35965,77430 -"219390",35967,52073 -"219391",35967,69429 -"219392",35967,71219 -"219393",35967,71259 -"219394",35967,97254 -"219395",35968,35969 -"219396",35968,35970 -"219397",35968,36094 -"219398",35968,51445 -"219399",35968,59531 -"219400",35968,63789 -"219401",35969,35970 -"219402",35969,36094 -"219403",35969,51445 -"219404",35969,59531 -"219405",35969,63789 -"219406",35970,36094 -"219407",35970,51445 -"219408",35970,59531 -"219409",35970,63789 -"219410",35971,44196 -"219411",35971,53006 -"219412",35971,58824 -"219413",35971,59088 -"219414",35971,73294 -"219415",35971,78595 -"219416",35971,88280 -"219417",35971,88764 -"219418",35971,90663 -"219419",35971,98543 -"219420",35971,99284 -"219421",35971,99613 -"219422",35971,99941 -"219423",35971,100496 -"219424",35971,117013 -"219425",35971,117043 -"219426",35972,36114 -"219427",35972,43811 -"219428",35972,43895 -"219429",35972,43935 -"219430",35972,43966 -"219431",35972,43968 -"219432",35972,43992 -"219433",35972,43997 -"219434",35972,43999 -"219435",35972,44000 -"219436",35972,45921 -"219437",35972,50196 -"219438",35972,52045 -"219439",35972,52053 -"219440",35972,71287 -"219441",35972,71337 -"219442",35972,78736 -"219443",35972,85642 -"219444",35972,92353 -"219445",35972,93341 -"219446",35972,98741 -"219447",35972,101503 -"219448",35972,103596 -"219449",35972,106026 -"219450",35972,106055 -"219451",35973,36205 -"219452",35973,50063 -"219453",35973,58293 -"219454",35973,70925 -"219455",35973,88462 -"219456",35973,101568 -"219457",35974,38838 -"219458",35975,41713 -"219459",35975,41771 -"219460",35975,43527 -"219461",35975,57990 -"219462",35975,58855 -"219463",35975,68569 -"219464",35975,90643 -"219465",35975,92592 -"219466",35975,96336 -"219467",35976,68366 -"219468",35976,72978 -"219469",35976,76124 -"219470",35977,36000 -"219471",35978,74875 -"219472",35978,106227 -"219473",35979,36022 -"219474",35980,53037 -"219475",35980,55690 -"219476",35980,69109 -"219477",35981,52047 -"219478",35982,36936 -"219479",35982,116453 -"219480",35983,38270 -"219481",35983,40113 -"219482",35983,42289 -"219483",35983,47822 -"219484",35983,48281 -"219485",35983,48380 -"219486",35983,50662 -"219487",35983,52535 -"219488",35983,54388 -"219489",35983,56216 -"219490",35983,59615 -"219491",35983,62679 -"219492",35983,63105 -"219493",35983,68001 -"219494",35983,68475 -"219495",35983,68917 -"219496",35983,69296 -"219497",35983,69502 -"219498",35983,71106 -"219499",35983,73655 -"219500",35983,75767 -"219501",35983,76046 -"219502",35983,76459 -"219503",35983,76808 -"219504",35983,77727 -"219505",35983,78224 -"219506",35983,79222 -"219507",35983,81711 -"219508",35983,82978 -"219509",35983,83306 -"219510",35983,85027 -"219511",35983,88412 -"219512",35983,90275 -"219513",35983,90426 -"219514",35983,90960 -"219515",35983,91112 -"219516",35983,91526 -"219517",35983,93425 -"219518",35983,93523 -"219519",35983,94520 -"219520",35983,95233 -"219521",35983,95954 -"219522",35983,99544 -"219523",35983,99547 -"219524",35983,99554 -"219525",35983,100595 -"219526",35983,100739 -"219527",35983,100819 -"219528",35983,101898 -"219529",35983,101988 -"219530",35983,102146 -"219531",35983,102201 -"219532",35983,102309 -"219533",35983,102635 -"219534",35983,102730 -"219535",35983,102846 -"219536",35983,102872 -"219537",35983,103790 -"219538",35983,104095 -"219539",35983,104574 -"219540",35983,104784 -"219541",35983,104845 -"219542",35983,107000 -"219543",35983,107269 -"219544",35983,107623 -"219545",35983,107714 -"219546",35983,107879 -"219547",35983,107975 -"219548",35984,35985 -"219549",35985,51460 -"219550",35985,78123 -"219551",35985,78163 -"219552",35985,78164 -"219553",35985,78165 -"219554",35985,78188 -"219555",35986,36636 -"219556",35987,40568 -"219557",35987,54230 -"219558",35987,102939 -"219559",35987,114160 -"219560",35988,36162 -"219561",35988,37743 -"219562",35988,38763 -"219563",35988,48627 -"219564",35988,55585 -"219565",35988,55605 -"219566",35988,62186 -"219567",35988,63986 -"219568",35988,64433 -"219569",35988,71057 -"219570",35988,71264 -"219571",35988,71396 -"219572",35988,71409 -"219573",35988,71432 -"219574",35988,71442 -"219575",35988,82113 -"219576",35990,72520 -"219577",35990,80122 -"219578",35990,83056 -"219579",35990,84251 -"219580",35991,58663 -"219581",35991,80663 -"219582",35992,40764 -"219583",35992,44681 -"219584",35992,54749 -"219585",35992,58649 -"219586",35993,50121 -"219587",35993,58845 -"219588",35993,59541 -"219589",35994,48844 -"219590",35994,49054 -"219591",35995,36096 -"219592",35995,60551 -"219593",35997,36033 -"219594",35997,39384 -"219595",35997,42565 -"219596",35997,48051 -"219597",35997,49517 -"219598",35997,65800 -"219599",35997,80778 -"219600",35997,93531 -"219601",35997,97635 -"219602",35997,102004 -"219603",35997,112839 -"219604",35998,67881 -"219605",35998,84540 -"219606",35999,36623 -"219607",35999,93826 -"219608",36000,39243 -"219609",36001,36029 -"219610",36001,36045 -"219611",36001,36046 -"219612",36001,36080 -"219613",36001,36081 -"219614",36001,36082 -"219615",36001,36102 -"219616",36001,85879 -"219617",36001,85881 -"219618",36002,36064 -"219619",36002,36135 -"219620",36003,37426 -"219621",36003,48084 -"219622",36003,81096 -"219623",36003,86519 -"219624",36003,96700 -"219625",36003,96701 -"219626",36003,96724 -"219627",36003,98396 -"219628",36005,71332 -"219629",36005,77961 -"219630",36006,36030 -"219631",36006,54304 -"219632",36006,103857 -"219633",36006,103885 -"219634",36007,64735 -"219635",36007,73055 -"219636",36007,85015 -"219637",36007,86548 -"219638",36008,86030 -"219639",36008,88273 -"219640",36008,95520 -"219641",36009,79432 -"219642",36010,37691 -"219643",36010,40604 -"219644",36010,41904 -"219645",36010,42490 -"219646",36010,45696 -"219647",36010,46668 -"219648",36010,47973 -"219649",36010,49180 -"219650",36010,50425 -"219651",36010,57253 -"219652",36010,60879 -"219653",36010,64370 -"219654",36010,65448 -"219655",36010,66261 -"219656",36010,66287 -"219657",36010,68457 -"219658",36010,69198 -"219659",36010,77565 -"219660",36010,78974 -"219661",36010,81648 -"219662",36010,86023 -"219663",36010,86734 -"219664",36010,87813 -"219665",36010,88773 -"219666",36010,90993 -"219667",36010,90994 -"219668",36010,92417 -"219669",36010,100319 -"219670",36010,101250 -"219671",36010,101462 -"219672",36010,109885 -"219673",36010,110521 -"219674",36010,110742 -"219675",36010,112606 -"219676",36010,116142 -"219677",36010,116150 -"219678",36010,116151 -"219679",36010,116152 -"219680",36010,116155 -"219681",36010,116159 -"219682",36010,116163 -"219683",36010,116165 -"219684",36010,116166 -"219685",36010,116171 -"219686",36010,116677 -"219687",36010,116678 -"219688",36011,36012 -"219689",36011,36013 -"219690",36011,36060 -"219691",36011,36178 -"219692",36012,36013 -"219693",36012,36060 -"219694",36012,36178 -"219695",36012,65526 -"219696",36013,36060 -"219697",36013,36178 -"219698",36013,57565 -"219699",36014,100851 -"219700",36016,36673 -"219701",36016,60300 -"219702",36017,37504 -"219703",36017,48974 -"219704",36017,55380 -"219705",36017,56081 -"219706",36018,53604 -"219707",36018,59846 -"219708",36018,62457 -"219709",36018,78694 -"219710",36018,82714 -"219711",36019,36994 -"219712",36019,45685 -"219713",36019,55413 -"219714",36019,79265 -"219715",36019,79287 -"219716",36019,79332 -"219717",36019,79340 -"219718",36019,79341 -"219719",36020,50964 -"219720",36020,59632 -"219721",36020,64373 -"219722",36020,70583 -"219723",36020,73668 -"219724",36020,83660 -"219725",36020,93080 -"219726",36020,98749 -"219727",36020,98901 -"219728",36021,46863 -"219729",36021,50487 -"219730",36021,66557 -"219731",36021,75488 -"219732",36021,92419 -"219733",36021,93623 -"219734",36021,112932 -"219735",36025,41857 -"219736",36025,74756 -"219737",36025,77026 -"219738",36025,79442 -"219739",36025,79443 -"219740",36025,82793 -"219741",36025,88696 -"219742",36025,108415 -"219743",36027,36830 -"219744",36027,39762 -"219745",36027,41004 -"219746",36027,53448 -"219747",36027,53493 -"219748",36027,67811 -"219749",36027,67818 -"219750",36027,68888 -"219751",36027,96068 -"219752",36028,50176 -"219753",36028,52526 -"219754",36028,69440 -"219755",36028,115351 -"219756",36029,36045 -"219757",36029,36046 -"219758",36029,36080 -"219759",36029,36081 -"219760",36029,36082 -"219761",36029,36102 -"219762",36031,40441 -"219763",36031,43306 -"219764",36031,60883 -"219765",36031,82533 -"219766",36031,83680 -"219767",36031,83744 -"219768",36031,89681 -"219769",36031,90234 -"219770",36031,90321 -"219771",36033,47942 -"219772",36034,37926 -"219773",36034,37949 -"219774",36035,56509 -"219775",36036,38869 -"219776",36036,41894 -"219777",36036,50285 -"219778",36036,52701 -"219779",36036,53525 -"219780",36036,57767 -"219781",36037,45781 -"219782",36038,36049 -"219783",36038,36085 -"219784",36038,99790 -"219785",36038,100838 -"219786",36039,36093 -"219787",36040,53548 -"219788",36040,62489 -"219789",36040,78750 -"219790",36040,82226 -"219791",36040,87366 -"219792",36040,87388 -"219793",36040,94433 -"219794",36040,101178 -"219795",36040,107554 -"219796",36041,43779 -"219797",36041,57755 -"219798",36041,68917 -"219799",36041,80765 -"219800",36041,99718 -"219801",36041,113356 -"219802",36041,113390 -"219803",36042,38250 -"219804",36042,42610 -"219805",36042,48374 -"219806",36042,60272 -"219807",36042,65804 -"219808",36042,70367 -"219809",36042,98824 -"219810",36042,103938 -"219811",36044,55638 -"219812",36044,84074 -"219813",36045,36046 -"219814",36045,36080 -"219815",36045,36081 -"219816",36045,36082 -"219817",36045,36102 -"219818",36046,36080 -"219819",36046,36081 -"219820",36046,36082 -"219821",36046,36102 -"219822",36047,38539 -"219823",36047,44060 -"219824",36048,38051 -"219825",36048,61082 -"219826",36048,61609 -"219827",36048,68960 -"219828",36048,75927 -"219829",36048,88139 -"219830",36049,36085 -"219831",36049,47739 -"219832",36049,49914 -"219833",36049,53886 -"219834",36049,59124 -"219835",36049,60762 -"219836",36049,82194 -"219837",36050,42701 -"219838",36050,48334 -"219839",36050,79040 -"219840",36050,83707 -"219841",36050,83726 -"219842",36050,84164 -"219843",36050,84553 -"219844",36050,116644 -"219845",36051,37653 -"219846",36051,95356 -"219847",36053,47751 -"219848",36053,111791 -"219849",36053,111874 -"219850",36053,116238 -"219851",36055,51263 -"219852",36056,64261 -"219853",36057,39464 -"219854",36057,39596 -"219855",36057,42783 -"219856",36057,42791 -"219857",36057,43054 -"219858",36057,45239 -"219859",36057,46190 -"219860",36057,47501 -"219861",36057,47514 -"219862",36057,49488 -"219863",36057,54590 -"219864",36059,36121 -"219865",36059,53949 -"219866",36059,56748 -"219867",36060,36178 -"219868",36060,53495 -"219869",36060,55500 -"219870",36060,55554 -"219871",36061,66733 -"219872",36061,112833 -"219873",36061,120273 -"219874",36061,120276 -"219875",36063,36280 -"219876",36064,36135 -"219877",36065,61812 -"219878",36065,78437 -"219879",36065,92492 -"219880",36065,95220 -"219881",36065,103109 -"219882",36067,57832 -"219883",36067,62222 -"219884",36067,62223 -"219885",36067,62287 -"219886",36068,45787 -"219887",36069,64229 -"219888",36070,36180 -"219889",36070,86064 -"219890",36070,86093 -"219891",36070,86115 -"219892",36071,36263 -"219893",36072,49256 -"219894",36072,56929 -"219895",36073,55435 -"219896",36073,120814 -"219897",36073,122720 -"219898",36074,36273 -"219899",36075,89650 -"219900",36076,61166 -"219901",36077,45903 -"219902",36077,48023 -"219903",36077,52338 -"219904",36077,61413 -"219905",36077,77001 -"219906",36077,91782 -"219907",36078,44114 -"219908",36078,55315 -"219909",36078,86079 -"219910",36078,99328 -"219911",36079,68590 -"219912",36079,75001 -"219913",36079,89440 -"219914",36079,92472 -"219915",36079,92498 -"219916",36079,92520 -"219917",36079,98707 -"219918",36080,36081 -"219919",36080,36082 -"219920",36080,36102 -"219921",36081,36082 -"219922",36081,36102 -"219923",36081,98757 -"219924",36081,108291 -"219925",36082,36102 -"219926",36082,48225 -"219927",36082,57281 -"219928",36082,66222 -"219929",36082,66223 -"219930",36082,66263 -"219931",36082,66312 -"219932",36082,66353 -"219933",36084,46250 -"219934",36084,62575 -"219935",36084,69622 -"219936",36084,90185 -"219937",36084,117379 -"219938",36085,45131 -"219939",36085,45250 -"219940",36085,45296 -"219941",36086,41041 -"219942",36086,85255 -"219943",36088,47050 -"219944",36088,69057 -"219945",36088,102295 -"219946",36088,106440 -"219947",36088,109201 -"219948",36089,36934 -"219949",36089,41795 -"219950",36089,48123 -"219951",36089,49807 -"219952",36089,50235 -"219953",36089,59210 -"219954",36089,62063 -"219955",36089,66950 -"219956",36089,72573 -"219957",36089,81184 -"219958",36089,81722 -"219959",36089,84770 -"219960",36089,101016 -"219961",36089,101087 -"219962",36089,102341 -"219963",36089,102401 -"219964",36089,105495 -"219965",36089,105955 -"219966",36089,110175 -"219967",36089,111983 -"219968",36089,116302 -"219969",36089,116315 -"219970",36089,116325 -"219971",36089,116331 -"219972",36090,36091 -"219973",36090,36131 -"219974",36091,36131 -"219975",36091,67825 -"219976",36091,68569 -"219977",36091,96452 -"219978",36091,106010 -"219979",36091,114545 -"219980",36091,119265 -"219981",36092,36280 -"219982",36092,43521 -"219983",36092,43799 -"219984",36092,43800 -"219985",36092,43801 -"219986",36092,45443 -"219987",36092,71624 -"219988",36092,100513 -"219989",36092,104007 -"219990",36093,48100 -"219991",36093,51587 -"219992",36093,51750 -"219993",36093,59143 -"219994",36093,74046 -"219995",36093,78819 -"219996",36093,84552 -"219997",36093,84558 -"219998",36093,84599 -"219999",36093,91601 -"220000",36093,103839 -"220001",36093,105633 -"220002",36093,105646 -"220003",36093,108120 -"220004",36093,108819 -"220005",36093,109241 -"220006",36093,113516 -"220007",36094,44797 -"220008",36094,51445 -"220009",36094,59531 -"220010",36094,63789 -"220011",36094,97023 -"220012",36095,67226 -"220013",36097,38883 -"220014",36097,67950 -"220015",36098,43619 -"220016",36098,79795 -"220017",36098,79901 -"220018",36098,79924 -"220019",36098,79931 -"220020",36099,46664 -"220021",36101,56044 -"220022",36101,66259 -"220023",36103,40299 -"220024",36103,44623 -"220025",36103,45782 -"220026",36103,46851 -"220027",36103,48201 -"220028",36103,49653 -"220029",36103,56393 -"220030",36103,58276 -"220031",36103,58933 -"220032",36103,59246 -"220033",36103,59247 -"220034",36103,60006 -"220035",36103,60015 -"220036",36103,61412 -"220037",36103,65751 -"220038",36103,67339 -"220039",36103,71066 -"220040",36103,71482 -"220041",36103,71682 -"220042",36103,76928 -"220043",36103,76956 -"220044",36103,96823 -"220045",36103,97954 -"220046",36103,97955 -"220047",36103,97972 -"220048",36103,97973 -"220049",36103,97981 -"220050",36103,97987 -"220051",36103,97994 -"220052",36103,97998 -"220053",36103,97999 -"220054",36103,98008 -"220055",36104,37603 -"220056",36104,43889 -"220057",36105,54752 -"220058",36105,56147 -"220059",36105,84754 -"220060",36105,94106 -"220061",36105,111913 -"220062",36105,111914 -"220063",36105,111955 -"220064",36106,36292 -"220065",36106,47590 -"220066",36106,65002 -"220067",36106,84414 -"220068",36107,51924 -"220069",36107,68530 -"220070",36107,91521 -"220071",36108,49072 -"220072",36108,73188 -"220073",36108,79850 -"220074",36108,80088 -"220075",36108,88662 -"220076",36108,89286 -"220077",36108,92416 -"220078",36108,100599 -"220079",36108,101534 -"220080",36108,102229 -"220081",36109,74613 -"220082",36109,79390 -"220083",36110,70873 -"220084",36110,80437 -"220085",36111,70733 -"220086",36111,111350 -"220087",36111,115581 -"220088",36111,115593 -"220089",36111,115596 -"220090",36111,115600 -"220091",36111,115640 -"220092",36112,64100 -"220093",36112,94892 -"220094",36112,94992 -"220095",36113,86675 -"220096",36113,110933 -"220097",36114,47644 -"220098",36114,95585 -"220099",36114,107062 -"220100",36115,36116 -"220101",36117,36260 -"220102",36117,67683 -"220103",36117,71777 -"220104",36119,36138 -"220105",36119,36161 -"220106",36119,36234 -"220107",36119,36252 -"220108",36120,45345 -"220109",36120,62044 -"220110",36120,63881 -"220111",36120,75422 -"220112",36120,78384 -"220113",36121,47890 -"220114",36121,48605 -"220115",36121,56695 -"220116",36121,63075 -"220117",36122,83787 -"220118",36122,99786 -"220119",36123,40104 -"220120",36123,59930 -"220121",36123,60186 -"220122",36124,46415 -"220123",36124,120953 -"220124",36124,120963 -"220125",36125,36619 -"220126",36125,36644 -"220127",36125,47833 -"220128",36126,40277 -"220129",36126,43099 -"220130",36126,45826 -"220131",36126,78148 -"220132",36126,83171 -"220133",36126,84852 -"220134",36126,107084 -"220135",36127,115546 -"220136",36128,43943 -"220137",36128,48499 -"220138",36129,38755 -"220139",36129,57093 -"220140",36129,64908 -"220141",36129,65028 -"220142",36129,65726 -"220143",36129,66023 -"220144",36129,72674 -"220145",36129,83473 -"220146",36130,63315 -"220147",36130,82390 -"220148",36132,59874 -"220149",36133,54491 -"220150",36134,44085 -"220151",36134,45555 -"220152",36134,45817 -"220153",36134,46405 -"220154",36134,59525 -"220155",36134,60302 -"220156",36134,65510 -"220157",36134,113870 -"220158",36136,36160 -"220159",36136,38224 -"220160",36136,38770 -"220161",36136,39105 -"220162",36136,39614 -"220163",36136,45443 -"220164",36136,58686 -"220165",36136,63878 -"220166",36136,64642 -"220167",36136,64743 -"220168",36136,76132 -"220169",36136,76675 -"220170",36136,76807 -"220171",36136,78548 -"220172",36136,79818 -"220173",36136,92953 -"220174",36136,112120 -"220175",36136,120714 -"220176",36137,48527 -"220177",36137,50133 -"220178",36137,62599 -"220179",36137,68843 -"220180",36137,94353 -"220181",36137,97716 -"220182",36138,36161 -"220183",36138,36234 -"220184",36138,36252 -"220185",36139,42483 -"220186",36139,74940 -"220187",36140,44068 -"220188",36140,46500 -"220189",36140,72512 -"220190",36140,73467 -"220191",36140,78561 -"220192",36140,80788 -"220193",36140,102033 -"220194",36141,44566 -"220195",36141,52940 -"220196",36141,92741 -"220197",36142,63832 -"220198",36142,74172 -"220199",36142,74673 -"220200",36143,60668 -"220201",36144,48117 -"220202",36144,52760 -"220203",36144,55321 -"220204",36144,59420 -"220205",36144,59434 -"220206",36144,76997 -"220207",36144,89725 -"220208",36144,98515 -"220209",36144,100566 -"220210",36144,101376 -"220211",36144,116023 -"220212",36145,42401 -"220213",36145,49559 -"220214",36145,54567 -"220215",36145,59343 -"220216",36146,39396 -"220217",36146,49406 -"220218",36146,65404 -"220219",36146,84182 -"220220",36146,99332 -"220221",36146,104296 -"220222",36146,109747 -"220223",36146,113558 -"220224",36146,114064 -"220225",36147,36194 -"220226",36147,36224 -"220227",36147,48457 -"220228",36147,55489 -"220229",36147,58908 -"220230",36148,36376 -"220231",36148,37048 -"220232",36149,43483 -"220233",36149,52901 -"220234",36149,61771 -"220235",36150,43640 -"220236",36151,57980 -"220237",36151,65244 -"220238",36152,48241 -"220239",36152,51996 -"220240",36152,109390 -"220241",36154,53134 -"220242",36154,56492 -"220243",36154,60000 -"220244",36154,82623 -"220245",36154,86287 -"220246",36154,120829 -"220247",36155,36219 -"220248",36155,41865 -"220249",36156,45689 -"220250",36158,36210 -"220251",36158,44549 -"220252",36159,36247 -"220253",36159,37266 -"220254",36159,46395 -"220255",36160,38224 -"220256",36160,39105 -"220257",36160,39614 -"220258",36160,45443 -"220259",36160,46951 -"220260",36160,47031 -"220261",36160,47300 -"220262",36160,58161 -"220263",36160,76807 -"220264",36160,78548 -"220265",36160,79818 -"220266",36160,103826 -"220267",36160,112120 -"220268",36160,117098 -"220269",36161,36234 -"220270",36161,36252 -"220271",36161,38986 -"220272",36161,43922 -"220273",36161,45580 -"220274",36161,50944 -"220275",36161,60049 -"220276",36162,72601 -"220277",36162,72853 -"220278",36162,102254 -"220279",36163,67488 -"220280",36163,89203 -"220281",36164,41321 -"220282",36164,41632 -"220283",36165,42471 -"220284",36165,47960 -"220285",36165,71506 -"220286",36166,38922 -"220287",36166,50261 -"220288",36166,113304 -"220289",36166,115463 -"220290",36166,115464 -"220291",36166,115468 -"220292",36167,50082 -"220293",36167,70837 -"220294",36169,59851 -"220295",36169,82447 -"220296",36170,48329 -"220297",36170,57182 -"220298",36171,44747 -"220299",36171,45854 -"220300",36171,47260 -"220301",36171,53821 -"220302",36171,55289 -"220303",36172,36199 -"220304",36172,39692 -"220305",36172,43904 -"220306",36172,51277 -"220307",36172,59140 -"220308",36173,101125 -"220309",36173,123489 -"220310",36174,44748 -"220311",36174,85873 -"220312",36174,93515 -"220313",36175,75144 -"220314",36176,36266 -"220315",36176,36267 -"220316",36176,36268 -"220317",36176,88000 -"220318",36177,53572 -"220319",36177,61603 -"220320",36177,73407 -"220321",36177,76985 -"220322",36178,103054 -"220323",36179,48618 -"220324",36179,76806 -"220325",36180,55870 -"220326",36180,76070 -"220327",36180,76246 -"220328",36182,61363 -"220329",36182,83852 -"220330",36183,53632 -"220331",36183,69520 -"220332",36183,91862 -"220333",36185,37263 -"220334",36185,52105 -"220335",36185,55352 -"220336",36185,76029 -"220337",36185,87276 -"220338",36185,92316 -"220339",36185,115749 -"220340",36185,119169 -"220341",36186,49762 -"220342",36186,50962 -"220343",36186,68360 -"220344",36186,77876 -"220345",36186,91445 -"220346",36187,41580 -"220347",36187,42529 -"220348",36187,45809 -"220349",36187,103822 -"220350",36188,83528 -"220351",36188,84377 -"220352",36188,85009 -"220353",36188,86321 -"220354",36188,88018 -"220355",36188,95073 -"220356",36188,100237 -"220357",36188,105194 -"220358",36188,117037 -"220359",36188,119255 -"220360",36189,80876 -"220361",36189,100873 -"220362",36189,109700 -"220363",36189,111725 -"220364",36190,44828 -"220365",36190,48206 -"220366",36190,48268 -"220367",36190,48296 -"220368",36191,54661 -"220369",36191,55228 -"220370",36191,112118 -"220371",36191,120100 -"220372",36192,36218 -"220373",36192,46025 -"220374",36192,51017 -"220375",36192,52843 -"220376",36192,90850 -"220377",36192,102386 -"220378",36192,110202 -"220379",36192,110879 -"220380",36194,36224 -"220381",36194,36437 -"220382",36194,45479 -"220383",36194,68385 -"220384",36195,36197 -"220385",36195,40559 -"220386",36195,40616 -"220387",36195,61773 -"220388",36196,44695 -"220389",36196,65750 -"220390",36196,94085 -"220391",36197,39301 -"220392",36197,43652 -"220393",36197,45684 -"220394",36197,54551 -"220395",36197,57414 -"220396",36197,59376 -"220397",36197,76284 -"220398",36197,91808 -"220399",36197,94480 -"220400",36197,120110 -"220401",36198,88315 -"220402",36199,41937 -"220403",36200,41465 -"220404",36200,82757 -"220405",36201,36287 -"220406",36201,36350 -"220407",36202,44855 -"220408",36203,95590 -"220409",36204,97216 -"220410",36205,36439 -"220411",36205,38575 -"220412",36205,46850 -"220413",36205,50235 -"220414",36205,53011 -"220415",36205,53252 -"220416",36205,62407 -"220417",36205,62793 -"220418",36205,68281 -"220419",36205,76127 -"220420",36205,78102 -"220421",36205,79183 -"220422",36205,81109 -"220423",36205,88462 -"220424",36205,101016 -"220425",36205,101155 -"220426",36205,101189 -"220427",36205,119046 -"220428",36205,123379 -"220429",36206,43955 -"220430",36206,52238 -"220431",36206,67820 -"220432",36206,75538 -"220433",36206,86308 -"220434",36207,37196 -"220435",36207,51925 -"220436",36207,99047 -"220437",36207,112286 -"220438",36208,42693 -"220439",36208,71571 -"220440",36210,58022 -"220441",36210,61416 -"220442",36210,109908 -"220443",36210,118210 -"220444",36210,118972 -"220445",36211,36301 -"220446",36212,82793 -"220447",36213,68923 -"220448",36214,38370 -"220449",36214,74298 -"220450",36214,76517 -"220451",36214,93858 -"220452",36214,97736 -"220453",36215,36272 -"220454",36216,40554 -"220455",36216,44726 -"220456",36216,46351 -"220457",36216,58245 -"220458",36216,59844 -"220459",36217,41804 -"220460",36217,46614 -"220461",36217,49711 -"220462",36217,49952 -"220463",36217,50114 -"220464",36217,54749 -"220465",36219,45471 -"220466",36219,45540 -"220467",36219,45580 -"220468",36219,45587 -"220469",36220,51297 -"220470",36220,56213 -"220471",36220,70925 -"220472",36220,121103 -"220473",36221,68441 -"220474",36221,74133 -"220475",36221,85307 -"220476",36222,36241 -"220477",36222,43974 -"220478",36222,57535 -"220479",36223,66155 -"220480",36224,48457 -"220481",36224,55489 -"220482",36224,58908 -"220483",36224,87558 -"220484",36225,49800 -"220485",36225,54660 -"220486",36226,75144 -"220487",36226,82857 -"220488",36227,37392 -"220489",36227,40943 -"220490",36227,41050 -"220491",36227,41126 -"220492",36227,44623 -"220493",36227,47812 -"220494",36227,57919 -"220495",36227,62590 -"220496",36229,36230 -"220497",36231,84047 -"220498",36232,62976 -"220499",36233,38838 -"220500",36233,38893 -"220501",36233,53837 -"220502",36233,58348 -"220503",36233,58469 -"220504",36233,58491 -"220505",36233,58500 -"220506",36233,58546 -"220507",36233,64847 -"220508",36233,90524 -"220509",36233,95662 -"220510",36233,100296 -"220511",36233,103297 -"220512",36234,36252 -"220513",36234,45580 -"220514",36234,50037 -"220515",36234,65469 -"220516",36234,65585 -"220517",36234,65648 -"220518",36235,42176 -"220519",36236,52376 -"220520",36236,103546 -"220521",36236,113352 -"220522",36236,122404 -"220523",36237,57384 -"220524",36237,78809 -"220525",36237,107626 -"220526",36238,75390 -"220527",36239,36481 -"220528",36239,37425 -"220529",36239,39329 -"220530",36239,42092 -"220531",36239,46015 -"220532",36239,46039 -"220533",36239,46232 -"220534",36239,46328 -"220535",36239,51718 -"220536",36239,57158 -"220537",36239,59205 -"220538",36239,69255 -"220539",36240,88662 -"220540",36240,91083 -"220541",36240,117810 -"220542",36240,117824 -"220543",36242,41734 -"220544",36243,68836 -"220545",36243,68850 -"220546",36243,68866 -"220547",36243,68868 -"220548",36243,68873 -"220549",36244,49644 -"220550",36245,39309 -"220551",36245,58335 -"220552",36246,36248 -"220553",36247,37266 -"220554",36247,41501 -"220555",36247,41685 -"220556",36247,49173 -"220557",36248,65144 -"220558",36249,37234 -"220559",36249,67573 -"220560",36249,74736 -"220561",36250,63605 -"220562",36250,63653 -"220563",36251,36274 -"220564",36251,43792 -"220565",36251,112978 -"220566",36253,91527 -"220567",36254,64366 -"220568",36254,70518 -"220569",36254,106420 -"220570",36255,71104 -"220571",36255,71465 -"220572",36256,36291 -"220573",36257,59792 -"220574",36257,72699 -"220575",36257,88009 -"220576",36257,104980 -"220577",36258,61075 -"220578",36258,82192 -"220579",36258,120403 -"220580",36259,47503 -"220581",36259,49540 -"220582",36259,76552 -"220583",36259,76560 -"220584",36259,78932 -"220585",36259,90356 -"220586",36262,45354 -"220587",36262,51278 -"220588",36262,58319 -"220589",36262,68215 -"220590",36262,68254 -"220591",36262,69010 -"220592",36262,69050 -"220593",36262,72548 -"220594",36262,74840 -"220595",36262,80023 -"220596",36262,93042 -"220597",36262,101610 -"220598",36262,123213 -"220599",36264,38710 -"220600",36264,39221 -"220601",36265,36448 -"220602",36265,36949 -"220603",36265,53008 -"220604",36265,54501 -"220605",36265,80025 -"220606",36265,87747 -"220607",36266,36267 -"220608",36266,36268 -"220609",36266,102089 -"220610",36267,36268 -"220611",36268,91883 -"220612",36269,48618 -"220613",36269,76806 -"220614",36270,80297 -"220615",36271,36294 -"220616",36271,36417 -"220617",36272,60973 -"220618",36274,42859 -"220619",36274,42900 -"220620",36274,51229 -"220621",36274,52654 -"220622",36274,59143 -"220623",36274,64803 -"220624",36274,69259 -"220625",36274,70891 -"220626",36274,72084 -"220627",36274,73700 -"220628",36274,76309 -"220629",36274,76372 -"220630",36274,80808 -"220631",36274,81960 -"220632",36274,84566 -"220633",36274,85643 -"220634",36274,89698 -"220635",36274,90070 -"220636",36274,94512 -"220637",36274,102394 -"220638",36274,102527 -"220639",36274,102936 -"220640",36274,113272 -"220641",36274,114233 -"220642",36274,119241 -"220643",36274,119271 -"220644",36275,53963 -"220645",36275,78800 -"220646",36275,121874 -"220647",36276,41033 -"220648",36276,47015 -"220649",36276,86634 -"220650",36276,92832 -"220651",36276,92869 -"220652",36277,49152 -"220653",36277,64056 -"220654",36278,55491 -"220655",36278,60820 -"220656",36278,61879 -"220657",36278,63019 -"220658",36278,63703 -"220659",36280,43361 -"220660",36280,80898 -"220661",36280,93669 -"220662",36280,100531 -"220663",36280,104007 -"220664",36281,36300 -"220665",36281,61569 -"220666",36281,61827 -"220667",36281,76975 -"220668",36281,88022 -"220669",36281,90522 -"220670",36281,90549 -"220671",36281,101620 -"220672",36282,46748 -"220673",36282,55704 -"220674",36284,37259 -"220675",36284,42562 -"220676",36284,53429 -"220677",36284,53565 -"220678",36284,64614 -"220679",36284,66782 -"220680",36284,69944 -"220681",36284,76369 -"220682",36284,99523 -"220683",36284,119689 -"220684",36285,81993 -"220685",36285,88065 -"220686",36285,103751 -"220687",36285,114896 -"220688",36286,36767 -"220689",36286,37937 -"220690",36286,40419 -"220691",36286,42608 -"220692",36286,44180 -"220693",36286,45818 -"220694",36286,51476 -"220695",36286,51892 -"220696",36286,53755 -"220697",36286,54168 -"220698",36286,57210 -"220699",36286,58482 -"220700",36286,59172 -"220701",36286,59816 -"220702",36286,61874 -"220703",36286,63274 -"220704",36286,66322 -"220705",36286,67327 -"220706",36286,70854 -"220707",36286,71683 -"220708",36286,72568 -"220709",36286,72628 -"220710",36286,73767 -"220711",36286,78532 -"220712",36286,81609 -"220713",36286,85885 -"220714",36286,91255 -"220715",36286,92247 -"220716",36286,92352 -"220717",36286,92362 -"220718",36286,92929 -"220719",36286,93719 -"220720",36286,94906 -"220721",36286,94946 -"220722",36286,95889 -"220723",36286,96093 -"220724",36286,97988 -"220725",36286,99309 -"220726",36286,99376 -"220727",36286,99450 -"220728",36286,99471 -"220729",36286,99474 -"220730",36286,100916 -"220731",36286,100944 -"220732",36286,101126 -"220733",36286,101329 -"220734",36286,105557 -"220735",36286,107199 -"220736",36286,108743 -"220737",36286,108980 -"220738",36286,109291 -"220739",36286,109933 -"220740",36286,110483 -"220741",36286,110567 -"220742",36286,110572 -"220743",36286,110630 -"220744",36286,110648 -"220745",36286,110711 -"220746",36286,110770 -"220747",36286,110869 -"220748",36286,110911 -"220749",36286,111285 -"220750",36286,111314 -"220751",36286,111362 -"220752",36286,111372 -"220753",36286,111424 -"220754",36286,111433 -"220755",36286,112422 -"220756",36286,113269 -"220757",36286,113430 -"220758",36286,114242 -"220759",36286,114842 -"220760",36286,115427 -"220761",36286,115521 -"220762",36286,115711 -"220763",36287,36350 -"220764",36287,59934 -"220765",36288,68978 -"220766",36288,113310 -"220767",36289,36681 -"220768",36291,43051 -"220769",36291,45894 -"220770",36291,83434 -"220771",36291,101817 -"220772",36291,108372 -"220773",36291,114563 -"220774",36293,82120 -"220775",36294,36417 -"220776",36294,49100 -"220777",36294,104461 -"220778",36295,36567 -"220779",36295,39999 -"220780",36295,63429 -"220781",36295,70469 -"220782",36295,106536 -"220783",36296,43574 -"220784",36296,45697 -"220785",36296,50139 -"220786",36296,87334 -"220787",36296,117943 -"220788",36296,117944 -"220789",36297,40451 -"220790",36297,42616 -"220791",36297,89626 -"220792",36298,47800 -"220793",36298,65184 -"220794",36298,67914 -"220795",36299,42134 -"220796",36299,43135 -"220797",36299,44081 -"220798",36299,56261 -"220799",36299,58884 -"220800",36299,78214 -"220801",36299,82763 -"220802",36299,87183 -"220803",36299,88233 -"220804",36299,93933 -"220805",36299,107086 -"220806",36299,110056 -"220807",36299,111136 -"220808",36301,81834 -"220809",36301,99060 -"220810",36301,114281 -"220811",36302,100186 -"220812",36304,55329 -"220813",36305,58788 -"220814",36305,58916 -"220815",36305,62099 -"220816",36306,37181 -"220817",36306,74051 -"220818",36307,58759 -"220819",36307,72594 -"220820",36308,36362 -"220821",36309,36467 -"220822",36310,36311 -"220823",36310,36322 -"220824",36310,36368 -"220825",36310,36373 -"220826",36310,36406 -"220827",36310,36407 -"220828",36310,40043 -"220829",36311,36322 -"220830",36311,36368 -"220831",36311,36373 -"220832",36311,36406 -"220833",36311,36407 -"220834",36311,40043 -"220835",36311,50164 -"220836",36311,51120 -"220837",36311,68668 -"220838",36311,103219 -"220839",36311,106262 -"220840",36312,52684 -"220841",36312,66018 -"220842",36313,47510 -"220843",36313,63255 -"220844",36313,63497 -"220845",36313,105338 -"220846",36313,106585 -"220847",36314,36358 -"220848",36314,36377 -"220849",36314,36418 -"220850",36314,36928 -"220851",36314,38637 -"220852",36314,45877 -"220853",36314,45925 -"220854",36314,86486 -"220855",36315,41231 -"220856",36315,41273 -"220857",36315,41312 -"220858",36315,43082 -"220859",36315,44327 -"220860",36315,47443 -"220861",36315,52905 -"220862",36315,56965 -"220863",36315,64330 -"220864",36315,64426 -"220865",36315,65082 -"220866",36316,66337 -"220867",36318,36375 -"220868",36318,50556 -"220869",36319,36333 -"220870",36319,40043 -"220871",36319,55512 -"220872",36319,99042 -"220873",36320,39741 -"220874",36320,40956 -"220875",36320,41345 -"220876",36320,41881 -"220877",36320,54647 -"220878",36322,36368 -"220879",36322,36373 -"220880",36322,36406 -"220881",36322,36407 -"220882",36322,40043 -"220883",36322,90674 -"220884",36323,49967 -"220885",36323,55291 -"220886",36323,82668 -"220887",36323,107272 -"220888",36323,109326 -"220889",36324,41581 -"220890",36324,50213 -"220891",36324,68687 -"220892",36324,71008 -"220893",36324,71659 -"220894",36324,72239 -"220895",36324,72770 -"220896",36324,72893 -"220897",36324,76343 -"220898",36324,84380 -"220899",36324,85931 -"220900",36324,90035 -"220901",36324,105408 -"220902",36324,105446 -"220903",36325,36414 -"220904",36326,36327 -"220905",36327,45518 -"220906",36327,50072 -"220907",36328,42206 -"220908",36329,45474 -"220909",36329,62975 -"220910",36329,91435 -"220911",36329,104177 -"220912",36329,118537 -"220913",36330,77700 -"220914",36330,90784 -"220915",36330,99250 -"220916",36330,102984 -"220917",36331,36469 -"220918",36331,38948 -"220919",36332,65426 -"220920",36333,40043 -"220921",36334,36335 -"220922",36334,36336 -"220923",36335,36336 -"220924",36335,44585 -"220925",36335,44648 -"220926",36335,64997 -"220927",36335,82754 -"220928",36335,82787 -"220929",36335,101231 -"220930",36335,102006 -"220931",36335,102107 -"220932",36335,102149 -"220933",36335,117822 -"220934",36336,53593 -"220935",36336,97009 -"220936",36337,51756 -"220937",36337,115134 -"220938",36337,115158 -"220939",36338,42444 -"220940",36338,50063 -"220941",36338,62793 -"220942",36338,65835 -"220943",36338,67445 -"220944",36338,77257 -"220945",36338,86628 -"220946",36338,90977 -"220947",36338,93820 -"220948",36338,120501 -"220949",36339,53835 -"220950",36339,54825 -"220951",36339,54874 -"220952",36339,57929 -"220953",36340,37160 -"220954",36340,37167 -"220955",36340,63953 -"220956",36340,77529 -"220957",36340,79212 -"220958",36340,89108 -"220959",36340,99051 -"220960",36340,107673 -"220961",36340,107684 -"220962",36341,50356 -"220963",36342,37943 -"220964",36342,81294 -"220965",36343,47573 -"220966",36344,38100 -"220967",36344,40731 -"220968",36344,51100 -"220969",36344,52086 -"220970",36344,80848 -"220971",36344,108196 -"220972",36344,112400 -"220973",36345,40121 -"220974",36346,40316 -"220975",36346,40727 -"220976",36346,42131 -"220977",36346,54809 -"220978",36346,61919 -"220979",36346,64676 -"220980",36346,64864 -"220981",36346,69831 -"220982",36346,71793 -"220983",36346,71839 -"220984",36346,77389 -"220985",36346,93407 -"220986",36347,47095 -"220987",36347,113556 -"220988",36348,74335 -"220989",36350,41671 -"220990",36350,67677 -"220991",36350,84271 -"220992",36350,120364 -"220993",36351,38025 -"220994",36353,51845 -"220995",36353,58092 -"220996",36354,87758 -"220997",36354,90722 -"220998",36354,109759 -"220999",36354,115298 -"221000",36355,51471 -"221001",36355,61669 -"221002",36355,68407 -"221003",36355,70432 -"221004",36355,77388 -"221005",36355,78929 -"221006",36355,82075 -"221007",36355,111068 -"221008",36356,36972 -"221009",36356,53250 -"221010",36356,71342 -"221011",36356,76998 -"221012",36356,86809 -"221013",36356,103065 -"221014",36356,105602 -"221015",36357,73466 -"221016",36357,73892 -"221017",36357,122694 -"221018",36357,122725 -"221019",36358,36377 -"221020",36358,36418 -"221021",36358,36928 -"221022",36358,44787 -"221023",36358,58690 -"221024",36359,36389 -"221025",36359,46986 -"221026",36359,73634 -"221027",36360,54278 -"221028",36360,79977 -"221029",36360,88712 -"221030",36360,88716 -"221031",36360,90663 -"221032",36360,91259 -"221033",36360,99022 -"221034",36360,100144 -"221035",36360,110393 -"221036",36360,110470 -"221037",36361,39238 -"221038",36361,42939 -"221039",36361,43575 -"221040",36361,44960 -"221041",36361,50565 -"221042",36361,66280 -"221043",36361,76284 -"221044",36361,78025 -"221045",36361,81423 -"221046",36361,82080 -"221047",36361,86809 -"221048",36362,111342 -"221049",36363,106586 -"221050",36365,36452 -"221051",36365,39481 -"221052",36365,57124 -"221053",36365,70309 -"221054",36366,67352 -"221055",36366,78875 -"221056",36366,99745 -"221057",36368,36373 -"221058",36368,36406 -"221059",36368,36407 -"221060",36368,40043 -"221061",36368,82406 -"221062",36368,82731 -"221063",36369,80814 -"221064",36370,75966 -"221065",36370,101855 -"221066",36370,104852 -"221067",36371,50059 -"221068",36372,54717 -"221069",36373,36406 -"221070",36373,36407 -"221071",36373,40043 -"221072",36373,41240 -"221073",36373,46351 -"221074",36373,49880 -"221075",36373,54271 -"221076",36373,54357 -"221077",36373,60402 -"221078",36373,68504 -"221079",36373,68518 -"221080",36373,68823 -"221081",36373,89105 -"221082",36373,97012 -"221083",36373,103542 -"221084",36373,103698 -"221085",36373,105351 -"221086",36373,106449 -"221087",36373,109828 -"221088",36373,115929 -"221089",36374,37758 -"221090",36374,43135 -"221091",36374,44068 -"221092",36374,44983 -"221093",36374,45958 -"221094",36374,50588 -"221095",36374,53134 -"221096",36374,60538 -"221097",36374,78214 -"221098",36374,90569 -"221099",36374,90708 -"221100",36374,92883 -"221101",36374,109521 -"221102",36375,50556 -"221103",36375,82380 -"221104",36375,91456 -"221105",36375,104106 -"221106",36376,37048 -"221107",36377,36418 -"221108",36377,36928 -"221109",36377,38637 -"221110",36377,86486 -"221111",36378,36379 -"221112",36378,36412 -"221113",36379,36412 -"221114",36379,115973 -"221115",36380,36383 -"221116",36380,69422 -"221117",36380,76097 -"221118",36380,82033 -"221119",36380,92907 -"221120",36380,111371 -"221121",36381,36393 -"221122",36382,62943 -"221123",36383,41988 -"221124",36383,63996 -"221125",36383,99580 -"221126",36383,104352 -"221127",36383,117085 -"221128",36384,36566 -"221129",36384,99869 -"221130",36384,114485 -"221131",36385,36391 -"221132",36385,37576 -"221133",36385,42556 -"221134",36385,42558 -"221135",36385,42630 -"221136",36385,54235 -"221137",36385,55516 -"221138",36386,44167 -"221139",36387,74839 -"221140",36388,36633 -"221141",36388,86253 -"221142",36388,87492 -"221143",36388,102091 -"221144",36388,105282 -"221145",36389,54101 -"221146",36389,54360 -"221147",36389,55739 -"221148",36389,85501 -"221149",36389,105327 -"221150",36389,105818 -"221151",36390,40476 -"221152",36390,53835 -"221153",36390,67241 -"221154",36390,67398 -"221155",36390,70028 -"221156",36390,70069 -"221157",36390,70072 -"221158",36390,70074 -"221159",36391,42558 -"221160",36391,52766 -"221161",36391,56941 -"221162",36391,56970 -"221163",36392,62093 -"221164",36392,119747 -"221165",36393,36521 -"221166",36393,39431 -"221167",36393,45919 -"221168",36393,48349 -"221169",36393,53388 -"221170",36393,56595 -"221171",36393,69116 -"221172",36394,45610 -"221173",36395,60756 -"221174",36396,39648 -"221175",36396,47715 -"221176",36396,52229 -"221177",36396,60007 -"221178",36396,64277 -"221179",36396,66102 -"221180",36396,70339 -"221181",36396,76328 -"221182",36396,76337 -"221183",36396,106384 -"221184",36396,118548 -"221185",36397,45025 -"221186",36397,70660 -"221187",36398,69572 -"221188",36399,43005 -"221189",36399,43543 -"221190",36399,67837 -"221191",36399,106618 -"221192",36400,40463 -"221193",36400,48710 -"221194",36400,52198 -"221195",36400,70209 -"221196",36400,79660 -"221197",36400,105280 -"221198",36400,106510 -"221199",36400,113567 -"221200",36401,43958 -"221201",36401,60398 -"221202",36401,67650 -"221203",36402,36421 -"221204",36402,76523 -"221205",36403,51230 -"221206",36403,51879 -"221207",36403,69198 -"221208",36403,81648 -"221209",36403,82932 -"221210",36403,88817 -"221211",36403,88821 -"221212",36404,36895 -"221213",36404,37010 -"221214",36404,60003 -"221215",36404,83696 -"221216",36404,85900 -"221217",36404,90691 -"221218",36404,90714 -"221219",36404,90737 -"221220",36404,90766 -"221221",36404,103869 -"221222",36405,43481 -"221223",36405,70243 -"221224",36405,75846 -"221225",36405,75858 -"221226",36406,36407 -"221227",36406,40043 -"221228",36407,40043 -"221229",36408,89228 -"221230",36410,47734 -"221231",36410,47982 -"221232",36410,47990 -"221233",36410,58349 -"221234",36410,64451 -"221235",36410,64703 -"221236",36410,64708 -"221237",36410,64718 -"221238",36410,64748 -"221239",36410,64766 -"221240",36410,64777 -"221241",36411,40747 -"221242",36411,49055 -"221243",36411,56852 -"221244",36411,74797 -"221245",36411,85669 -"221246",36412,51002 -"221247",36412,83441 -"221248",36412,83442 -"221249",36413,36430 -"221250",36413,42328 -"221251",36413,63911 -"221252",36413,70552 -"221253",36414,75082 -"221254",36414,87004 -"221255",36415,37405 -"221256",36415,55203 -"221257",36415,61683 -"221258",36415,79945 -"221259",36416,48802 -"221260",36416,54458 -"221261",36416,56107 -"221262",36416,75141 -"221263",36416,75470 -"221264",36416,76299 -"221265",36416,78576 -"221266",36416,100851 -"221267",36416,101009 -"221268",36416,102331 -"221269",36418,36928 -"221270",36418,38637 -"221271",36419,42589 -"221272",36419,52116 -"221273",36419,62123 -"221274",36419,73747 -"221275",36419,76110 -"221276",36419,88443 -"221277",36419,91779 -"221278",36419,92058 -"221279",36419,96768 -"221280",36419,98874 -"221281",36419,103043 -"221282",36419,119637 -"221283",36419,122215 -"221284",36419,122216 -"221285",36419,122968 -"221286",36420,44976 -"221287",36421,76523 -"221288",36421,102697 -"221289",36422,43169 -"221290",36422,45426 -"221291",36422,51471 -"221292",36422,54437 -"221293",36422,58177 -"221294",36422,63059 -"221295",36422,67383 -"221296",36422,72207 -"221297",36422,75939 -"221298",36422,76629 -"221299",36422,88514 -"221300",36422,91924 -"221301",36422,103193 -"221302",36423,39708 -"221303",36423,43786 -"221304",36423,103991 -"221305",36423,105124 -"221306",36424,81118 -"221307",36425,38498 -"221308",36425,43222 -"221309",36426,109040 -"221310",36426,116938 -"221311",36427,59946 -"221312",36427,92327 -"221313",36428,93234 -"221314",36428,106766 -"221315",36431,46573 -"221316",36431,69988 -"221317",36431,103176 -"221318",36433,39024 -"221319",36433,40893 -"221320",36433,51377 -"221321",36433,59969 -"221322",36435,38811 -"221323",36435,51321 -"221324",36435,61180 -"221325",36435,120049 -"221326",36436,36508 -"221327",36436,36661 -"221328",36437,68385 -"221329",36438,37646 -"221330",36438,44296 -"221331",36438,81157 -"221332",36438,96361 -"221333",36438,107449 -"221334",36438,122793 -"221335",36439,41224 -"221336",36439,46483 -"221337",36439,50063 -"221338",36439,53011 -"221339",36439,58293 -"221340",36439,62407 -"221341",36439,68569 -"221342",36439,76127 -"221343",36439,93699 -"221344",36440,38195 -"221345",36440,44294 -"221346",36440,44572 -"221347",36440,56156 -"221348",36440,63940 -"221349",36440,65201 -"221350",36440,73531 -"221351",36440,76277 -"221352",36440,77181 -"221353",36440,90010 -"221354",36440,92469 -"221355",36440,93162 -"221356",36440,96387 -"221357",36440,99492 -"221358",36440,100411 -"221359",36440,100961 -"221360",36440,107921 -"221361",36441,36454 -"221362",36441,37755 -"221363",36441,37756 -"221364",36441,92270 -"221365",36441,92300 -"221366",36441,98642 -"221367",36441,107083 -"221368",36442,36606 -"221369",36442,38277 -"221370",36442,55206 -"221371",36442,69567 -"221372",36442,73192 -"221373",36442,84458 -"221374",36442,95961 -"221375",36443,42141 -"221376",36443,43629 -"221377",36443,69743 -"221378",36443,99803 -"221379",36444,36599 -"221380",36444,41274 -"221381",36444,58761 -"221382",36444,76676 -"221383",36444,89674 -"221384",36444,91804 -"221385",36444,103143 -"221386",36445,38184 -"221387",36445,43837 -"221388",36445,52319 -"221389",36445,65529 -"221390",36445,80410 -"221391",36445,85477 -"221392",36445,93951 -"221393",36445,112854 -"221394",36445,112859 -"221395",36445,118018 -"221396",36446,38520 -"221397",36446,49759 -"221398",36446,64651 -"221399",36446,66888 -"221400",36446,78093 -"221401",36447,47425 -"221402",36447,79167 -"221403",36448,49699 -"221404",36448,59510 -"221405",36448,63919 -"221406",36448,71381 -"221407",36448,92001 -"221408",36449,37905 -"221409",36449,46786 -"221410",36449,52260 -"221411",36449,74187 -"221412",36449,77432 -"221413",36449,80391 -"221414",36450,42374 -"221415",36450,78436 -"221416",36451,51084 -"221417",36451,94334 -"221418",36451,122504 -"221419",36451,122509 -"221420",36452,39481 -"221421",36452,69775 -"221422",36452,93040 -"221423",36452,105126 -"221424",36452,105329 -"221425",36454,38343 -"221426",36454,38396 -"221427",36454,44588 -"221428",36454,49086 -"221429",36454,72877 -"221430",36454,73898 -"221431",36454,74113 -"221432",36454,76356 -"221433",36454,86852 -"221434",36454,92270 -"221435",36454,92300 -"221436",36454,105134 -"221437",36454,122503 -"221438",36455,40555 -"221439",36455,41575 -"221440",36455,45517 -"221441",36455,46128 -"221442",36455,78738 -"221443",36455,82456 -"221444",36455,82513 -"221445",36455,82521 -"221446",36455,82524 -"221447",36457,54445 -"221448",36458,98912 -"221449",36458,107403 -"221450",36459,91309 -"221451",36459,105183 -"221452",36460,46396 -"221453",36460,98718 -"221454",36463,60651 -"221455",36464,38940 -"221456",36464,67434 -"221457",36464,69327 -"221458",36464,76573 -"221459",36464,78430 -"221460",36464,89598 -"221461",36464,104990 -"221462",36464,106540 -"221463",36464,109332 -"221464",36464,109571 -"221465",36464,121778 -"221466",36465,81606 -"221467",36465,81683 -"221468",36466,106213 -"221469",36467,50892 -"221470",36468,50946 -"221471",36468,51494 -"221472",36468,51645 -"221473",36468,83921 -"221474",36468,92837 -"221475",36468,116769 -"221476",36469,40181 -"221477",36469,43198 -"221478",36469,70468 -"221479",36469,70513 -"221480",36469,70549 -"221481",36469,70558 -"221482",36470,38138 -"221483",36470,38648 -"221484",36470,46653 -"221485",36470,46760 -"221486",36470,50208 -"221487",36470,57624 -"221488",36470,61117 -"221489",36470,61288 -"221490",36470,64057 -"221491",36470,72367 -"221492",36470,73374 -"221493",36470,80032 -"221494",36470,83125 -"221495",36470,88016 -"221496",36470,88627 -"221497",36470,89335 -"221498",36470,97580 -"221499",36470,99601 -"221500",36470,102322 -"221501",36470,102337 -"221502",36470,102896 -"221503",36470,115837 -"221504",36471,36528 -"221505",36472,61745 -"221506",36473,37689 -"221507",36473,66514 -"221508",36473,76484 -"221509",36473,77280 -"221510",36473,104827 -"221511",36473,104928 -"221512",36473,104930 -"221513",36473,104953 -"221514",36474,36494 -"221515",36474,40763 -"221516",36474,40803 -"221517",36474,48583 -"221518",36475,48611 -"221519",36475,75803 -"221520",36475,93701 -"221521",36475,114441 -"221522",36476,36547 -"221523",36476,36745 -"221524",36476,37821 -"221525",36476,37931 -"221526",36476,38319 -"221527",36476,39398 -"221528",36476,39492 -"221529",36476,40320 -"221530",36476,40373 -"221531",36476,40542 -"221532",36476,41182 -"221533",36476,42131 -"221534",36476,46843 -"221535",36476,48331 -"221536",36477,81272 -"221537",36477,84273 -"221538",36477,95467 -"221539",36478,39208 -"221540",36478,43871 -"221541",36478,44187 -"221542",36478,52550 -"221543",36478,56035 -"221544",36478,56151 -"221545",36478,56540 -"221546",36478,87644 -"221547",36478,87649 -"221548",36479,36544 -"221549",36479,36641 -"221550",36479,41394 -"221551",36479,41432 -"221552",36480,45992 -"221553",36480,53373 -"221554",36480,58189 -"221555",36480,58220 -"221556",36480,71602 -"221557",36480,78207 -"221558",36480,84626 -"221559",36480,84996 -"221560",36480,105656 -"221561",36480,109384 -"221562",36480,118823 -"221563",36481,52485 -"221564",36481,82082 -"221565",36481,105738 -"221566",36482,100962 -"221567",36483,39708 -"221568",36483,53861 -"221569",36483,69862 -"221570",36483,69888 -"221571",36484,36517 -"221572",36484,36530 -"221573",36484,36532 -"221574",36484,36581 -"221575",36484,36582 -"221576",36484,36627 -"221577",36484,36655 -"221578",36485,57838 -"221579",36485,81846 -"221580",36485,119342 -"221581",36486,36531 -"221582",36486,76076 -"221583",36487,36568 -"221584",36487,40345 -"221585",36487,44074 -"221586",36487,53225 -"221587",36487,53531 -"221588",36487,67321 -"221589",36487,71398 -"221590",36487,71866 -"221591",36487,88096 -"221592",36487,92749 -"221593",36488,36713 -"221594",36488,41365 -"221595",36489,38970 -"221596",36489,42731 -"221597",36489,57381 -"221598",36489,57517 -"221599",36489,79251 -"221600",36489,94695 -"221601",36489,95380 -"221602",36489,98321 -"221603",36489,98325 -"221604",36489,109920 -"221605",36490,37303 -"221606",36490,116296 -"221607",36490,116313 -"221608",36490,116330 -"221609",36491,46549 -"221610",36491,50329 -"221611",36491,82910 -"221612",36495,92498 -"221613",36496,61358 -"221614",36496,112720 -"221615",36497,38951 -"221616",36497,71636 -"221617",36498,38921 -"221618",36498,47747 -"221619",36498,76306 -"221620",36498,84475 -"221621",36498,92157 -"221622",36498,93289 -"221623",36499,47280 -"221624",36499,70506 -"221625",36499,83173 -"221626",36499,109266 -"221627",36500,36545 -"221628",36500,102941 -"221629",36502,61959 -"221630",36502,66313 -"221631",36502,74406 -"221632",36504,36665 -"221633",36505,44962 -"221634",36505,56849 -"221635",36505,59775 -"221636",36505,108204 -"221637",36505,108205 -"221638",36506,39378 -"221639",36506,39647 -"221640",36506,40710 -"221641",36506,41999 -"221642",36506,42068 -"221643",36506,60807 -"221644",36506,62395 -"221645",36506,64873 -"221646",36506,64894 -"221647",36506,64930 -"221648",36506,64958 -"221649",36506,89657 -"221650",36506,90792 -"221651",36507,75558 -"221652",36507,75559 -"221653",36508,36661 -"221654",36508,49345 -"221655",36509,72774 -"221656",36509,72795 -"221657",36509,72800 -"221658",36510,53130 -"221659",36511,64742 -"221660",36512,37092 -"221661",36512,39130 -"221662",36512,40278 -"221663",36512,54279 -"221664",36512,55671 -"221665",36512,57925 -"221666",36512,81386 -"221667",36513,105682 -"221668",36513,115420 -"221669",36514,38158 -"221670",36514,41091 -"221671",36514,56602 -"221672",36514,56664 -"221673",36514,61585 -"221674",36514,62226 -"221675",36514,64964 -"221676",36514,67282 -"221677",36515,36662 -"221678",36516,46263 -"221679",36517,36530 -"221680",36517,36532 -"221681",36517,36581 -"221682",36517,36582 -"221683",36517,36627 -"221684",36517,36655 -"221685",36517,100695 -"221686",36518,36555 -"221687",36519,65321 -"221688",36520,57773 -"221689",36520,77037 -"221690",36520,80354 -"221691",36520,82483 -"221692",36520,84843 -"221693",36520,90038 -"221694",36520,90983 -"221695",36520,113588 -"221696",36520,121924 -"221697",36521,39431 -"221698",36521,48349 -"221699",36521,55185 -"221700",36521,60603 -"221701",36521,67788 -"221702",36521,69116 -"221703",36521,77376 -"221704",36521,79377 -"221705",36521,82251 -"221706",36521,83458 -"221707",36521,92799 -"221708",36522,36842 -"221709",36522,63995 -"221710",36522,68211 -"221711",36522,89510 -"221712",36523,36586 -"221713",36523,36650 -"221714",36523,42642 -"221715",36523,54200 -"221716",36523,54825 -"221717",36523,60516 -"221718",36523,63395 -"221719",36523,84702 -"221720",36523,94614 -"221721",36523,95334 -"221722",36524,99638 -"221723",36525,36576 -"221724",36528,40578 -"221725",36529,85348 -"221726",36529,86044 -"221727",36530,36532 -"221728",36530,36581 -"221729",36530,36582 -"221730",36530,36627 -"221731",36530,36655 -"221732",36532,36581 -"221733",36532,36582 -"221734",36532,36627 -"221735",36532,36655 -"221736",36533,52243 -"221737",36533,52305 -"221738",36533,82938 -"221739",36534,36535 -"221740",36534,36584 -"221741",36534,36601 -"221742",36534,40390 -"221743",36534,53568 -"221744",36534,102158 -"221745",36534,122453 -"221746",36535,36584 -"221747",36535,36601 -"221748",36535,37072 -"221749",36535,52052 -"221750",36535,83644 -"221751",36536,36587 -"221752",36536,40432 -"221753",36536,43541 -"221754",36536,47386 -"221755",36536,84119 -"221756",36537,69356 -"221757",36538,90427 -"221758",36539,43877 -"221759",36539,49535 -"221760",36539,49560 -"221761",36539,49561 -"221762",36539,49623 -"221763",36539,50182 -"221764",36539,87515 -"221765",36539,108406 -"221766",36540,37080 -"221767",36541,41487 -"221768",36541,81761 -"221769",36541,94903 -"221770",36541,102485 -"221771",36541,117022 -"221772",36542,70389 -"221773",36542,79974 -"221774",36542,92102 -"221775",36542,93240 -"221776",36542,112374 -"221777",36543,56532 -"221778",36543,64298 -"221779",36543,64348 -"221780",36544,36641 -"221781",36545,112171 -"221782",36547,36745 -"221783",36547,37821 -"221784",36547,37931 -"221785",36547,38319 -"221786",36547,39398 -"221787",36547,39492 -"221788",36547,40320 -"221789",36547,40373 -"221790",36547,40542 -"221791",36547,41182 -"221792",36547,42131 -"221793",36547,46843 -"221794",36547,48331 -"221795",36548,83526 -"221796",36549,75502 -"221797",36549,90847 -"221798",36549,91049 -"221799",36550,111297 -"221800",36550,118856 -"221801",36550,118864 -"221802",36550,118886 -"221803",36551,42346 -"221804",36551,83764 -"221805",36551,83784 -"221806",36552,36728 -"221807",36552,43897 -"221808",36552,45759 -"221809",36552,73646 -"221810",36552,85023 -"221811",36553,36554 -"221812",36554,60306 -"221813",36556,43493 -"221814",36556,61727 -"221815",36556,75620 -"221816",36556,87743 -"221817",36556,88996 -"221818",36556,94625 -"221819",36556,115021 -"221820",36557,60915 -"221821",36557,82709 -"221822",36557,87636 -"221823",36558,36559 -"221824",36558,38341 -"221825",36558,39067 -"221826",36558,39173 -"221827",36558,39174 -"221828",36559,37314 -"221829",36559,37884 -"221830",36559,39173 -"221831",36559,39174 -"221832",36559,39355 -"221833",36559,47009 -"221834",36559,47947 -"221835",36559,54593 -"221836",36559,55021 -"221837",36559,57307 -"221838",36559,57372 -"221839",36559,57843 -"221840",36559,60301 -"221841",36559,60310 -"221842",36559,60348 -"221843",36559,60407 -"221844",36559,67090 -"221845",36559,74407 -"221846",36559,79088 -"221847",36560,49091 -"221848",36560,63319 -"221849",36561,41023 -"221850",36561,47158 -"221851",36561,47320 -"221852",36561,47339 -"221853",36561,49854 -"221854",36561,76132 -"221855",36563,38899 -"221856",36563,43622 -"221857",36563,48735 -"221858",36563,50135 -"221859",36563,53491 -"221860",36563,57942 -"221861",36563,63694 -"221862",36563,85436 -"221863",36563,91656 -"221864",36563,109407 -"221865",36563,112872 -"221866",36564,49192 -"221867",36564,53499 -"221868",36565,91942 -"221869",36569,54522 -"221870",36569,72389 -"221871",36569,78997 -"221872",36569,84450 -"221873",36569,84475 -"221874",36569,86650 -"221875",36569,87780 -"221876",36569,88765 -"221877",36569,97759 -"221878",36570,68081 -"221879",36570,92919 -"221880",36570,96597 -"221881",36570,111046 -"221882",36570,111061 -"221883",36570,111072 -"221884",36571,62253 -"221885",36572,36629 -"221886",36573,46262 -"221887",36573,56901 -"221888",36573,78251 -"221889",36573,110414 -"221890",36574,36575 -"221891",36574,78700 -"221892",36574,91688 -"221893",36575,91688 -"221894",36576,45942 -"221895",36576,56744 -"221896",36577,50071 -"221897",36577,53926 -"221898",36577,57072 -"221899",36577,64172 -"221900",36577,69471 -"221901",36577,73123 -"221902",36577,77697 -"221903",36577,78305 -"221904",36577,84292 -"221905",36577,99044 -"221906",36577,102095 -"221907",36578,49359 -"221908",36578,62903 -"221909",36579,36640 -"221910",36580,94126 -"221911",36580,101696 -"221912",36581,36582 -"221913",36581,36627 -"221914",36581,36655 -"221915",36582,36627 -"221916",36582,36655 -"221917",36583,37336 -"221918",36584,36601 -"221919",36584,86408 -"221920",36584,93256 -"221921",36585,46646 -"221922",36585,74109 -"221923",36586,36646 -"221924",36586,36650 -"221925",36586,42642 -"221926",36586,54200 -"221927",36586,54825 -"221928",36586,60516 -"221929",36586,63395 -"221930",36586,95334 -"221931",36587,40432 -"221932",36587,40725 -"221933",36587,47386 -"221934",36587,52739 -"221935",36587,53343 -"221936",36588,39440 -"221937",36588,43443 -"221938",36588,55205 -"221939",36588,56864 -"221940",36588,82850 -"221941",36589,47947 -"221942",36589,49975 -"221943",36589,56103 -"221944",36589,71487 -"221945",36590,36821 -"221946",36590,64380 -"221947",36591,64822 -"221948",36592,36593 -"221949",36593,45982 -"221950",36593,50585 -"221951",36593,51791 -"221952",36593,52168 -"221953",36593,53263 -"221954",36593,57163 -"221955",36593,57682 -"221956",36593,63364 -"221957",36593,64224 -"221958",36593,65573 -"221959",36593,70006 -"221960",36593,71168 -"221961",36595,82483 -"221962",36596,68518 -"221963",36597,61713 -"221964",36597,85280 -"221965",36598,94746 -"221966",36599,36648 -"221967",36599,103143 -"221968",36599,115667 -"221969",36599,122768 -"221970",36600,90575 -"221971",36600,91473 -"221972",36603,114411 -"221973",36603,119619 -"221974",36605,83975 -"221975",36607,36841 -"221976",36608,50269 -"221977",36608,71110 -"221978",36609,45616 -"221979",36609,45618 -"221980",36609,45626 -"221981",36609,45650 -"221982",36609,45659 -"221983",36609,45691 -"221984",36609,48286 -"221985",36609,61090 -"221986",36609,62919 -"221987",36610,44172 -"221988",36611,42145 -"221989",36612,39850 -"221990",36612,47722 -"221991",36612,47731 -"221992",36613,43269 -"221993",36613,47593 -"221994",36613,52190 -"221995",36613,68222 -"221996",36613,77847 -"221997",36613,83875 -"221998",36613,89960 -"221999",36613,91407 -"222000",36614,37035 -"222001",36614,43632 -"222002",36615,44896 -"222003",36615,44986 -"222004",36615,48084 -"222005",36615,58106 -"222006",36615,60366 -"222007",36615,61860 -"222008",36615,68645 -"222009",36615,80473 -"222010",36615,81677 -"222011",36615,105398 -"222012",36615,107996 -"222013",36615,108314 -"222014",36615,113333 -"222015",36616,101585 -"222016",36616,110160 -"222017",36616,114338 -"222018",36616,118462 -"222019",36617,54664 -"222020",36617,56617 -"222021",36618,73322 -"222022",36619,36644 -"222023",36619,55963 -"222024",36621,38605 -"222025",36621,39807 -"222026",36621,95328 -"222027",36621,100461 -"222028",36622,36658 -"222029",36622,111634 -"222030",36623,93826 -"222031",36624,38069 -"222032",36624,38115 -"222033",36624,48229 -"222034",36624,51385 -"222035",36624,57694 -"222036",36624,60981 -"222037",36624,61407 -"222038",36624,61454 -"222039",36625,37904 -"222040",36625,61796 -"222041",36625,72665 -"222042",36625,76453 -"222043",36625,119668 -"222044",36626,38975 -"222045",36626,109611 -"222046",36627,36655 -"222047",36628,53533 -"222048",36629,44782 -"222049",36629,44825 -"222050",36629,44839 -"222051",36629,45130 -"222052",36630,46489 -"222053",36630,56240 -"222054",36630,83820 -"222055",36630,85698 -"222056",36630,92311 -"222057",36630,100653 -"222058",36631,80622 -"222059",36632,36638 -"222060",36633,43426 -"222061",36633,55216 -"222062",36633,86253 -"222063",36633,88240 -"222064",36633,94514 -"222065",36633,115323 -"222066",36633,115328 -"222067",36634,49469 -"222068",36634,50079 -"222069",36637,45282 -"222070",36637,50955 -"222071",36637,54915 -"222072",36637,60477 -"222073",36637,77031 -"222074",36637,79188 -"222075",36637,79837 -"222076",36637,98080 -"222077",36637,100639 -"222078",36637,107109 -"222079",36637,107124 -"222080",36638,43382 -"222081",36638,101647 -"222082",36638,101674 -"222083",36639,37729 -"222084",36640,36987 -"222085",36640,64188 -"222086",36640,99578 -"222087",36640,99889 -"222088",36640,100400 -"222089",36640,115382 -"222090",36641,38556 -"222091",36641,41394 -"222092",36641,41432 -"222093",36641,46875 -"222094",36641,74936 -"222095",36641,81699 -"222096",36641,94854 -"222097",36641,98730 -"222098",36641,123086 -"222099",36642,44443 -"222100",36642,50218 -"222101",36642,90164 -"222102",36642,106756 -"222103",36643,79652 -"222104",36644,58615 -"222105",36645,46192 -"222106",36645,47768 -"222107",36645,52773 -"222108",36645,58841 -"222109",36645,62827 -"222110",36645,77799 -"222111",36645,98867 -"222112",36646,36650 -"222113",36646,41819 -"222114",36646,47877 -"222115",36647,54684 -"222116",36647,91516 -"222117",36647,109491 -"222118",36650,46898 -"222119",36650,54200 -"222120",36650,54825 -"222121",36650,63395 -"222122",36650,64206 -"222123",36650,95334 -"222124",36651,64503 -"222125",36651,92374 -"222126",36651,98801 -"222127",36652,36659 -"222128",36654,51763 -"222129",36654,53491 -"222130",36654,81531 -"222131",36654,84704 -"222132",36654,100378 -"222133",36657,50217 -"222134",36657,61604 -"222135",36657,64701 -"222136",36658,45833 -"222137",36658,46941 -"222138",36658,76389 -"222139",36658,76390 -"222140",36658,76397 -"222141",36658,76442 -"222142",36658,76463 -"222143",36658,76479 -"222144",36659,38859 -"222145",36659,100475 -"222146",36659,105637 -"222147",36659,105640 -"222148",36660,77759 -"222149",36661,39690 -"222150",36661,65730 -"222151",36662,41368 -"222152",36662,47319 -"222153",36662,50233 -"222154",36662,52720 -"222155",36662,62126 -"222156",36662,78365 -"222157",36662,78370 -"222158",36662,79789 -"222159",36662,80437 -"222160",36662,81468 -"222161",36662,81496 -"222162",36662,84536 -"222163",36663,96754 -"222164",36664,65158 -"222165",36665,68698 -"222166",36665,98716 -"222167",36666,37710 -"222168",36666,50431 -"222169",36666,64751 -"222170",36666,81289 -"222171",36666,87033 -"222172",36666,91755 -"222173",36666,92743 -"222174",36668,36712 -"222175",36669,36769 -"222176",36669,62114 -"222177",36669,89324 -"222178",36669,109613 -"222179",36672,40350 -"222180",36673,42049 -"222181",36673,43381 -"222182",36674,36676 -"222183",36675,93375 -"222184",36676,41226 -"222185",36676,45074 -"222186",36676,66982 -"222187",36677,101473 -"222188",36678,43759 -"222189",36679,36730 -"222190",36679,36852 -"222191",36679,63188 -"222192",36679,67178 -"222193",36679,74099 -"222194",36680,97215 -"222195",36681,107720 -"222196",36682,41800 -"222197",36683,49572 -"222198",36683,66163 -"222199",36683,90673 -"222200",36684,49097 -"222201",36684,56802 -"222202",36684,59145 -"222203",36684,59150 -"222204",36684,59214 -"222205",36684,59225 -"222206",36684,74041 -"222207",36685,42546 -"222208",36685,66671 -"222209",36686,36739 -"222210",36686,36782 -"222211",36687,43847 -"222212",36687,48762 -"222213",36687,49490 -"222214",36687,55564 -"222215",36687,71047 -"222216",36687,87142 -"222217",36687,89172 -"222218",36687,90064 -"222219",36687,90065 -"222220",36687,90554 -"222221",36687,95675 -"222222",36688,36690 -"222223",36688,36727 -"222224",36688,36757 -"222225",36688,36818 -"222226",36688,36844 -"222227",36689,36702 -"222228",36689,36703 -"222229",36689,83195 -"222230",36689,83209 -"222231",36689,83354 -"222232",36690,36727 -"222233",36690,36757 -"222234",36690,36818 -"222235",36690,36844 -"222236",36691,38725 -"222237",36691,71849 -"222238",36691,77823 -"222239",36691,80219 -"222240",36691,81159 -"222241",36691,108801 -"222242",36691,122043 -"222243",36692,37265 -"222244",36692,38266 -"222245",36692,71210 -"222246",36692,77178 -"222247",36692,90039 -"222248",36693,49375 -"222249",36694,61249 -"222250",36694,61887 -"222251",36694,73411 -"222252",36694,97225 -"222253",36694,106809 -"222254",36695,49359 -"222255",36695,57732 -"222256",36695,91137 -"222257",36695,91587 -"222258",36696,59615 -"222259",36697,43493 -"222260",36697,101260 -"222261",36698,39751 -"222262",36698,40152 -"222263",36698,46197 -"222264",36698,48763 -"222265",36698,59471 -"222266",36698,76634 -"222267",36698,77521 -"222268",36699,48145 -"222269",36699,52664 -"222270",36700,70127 -"222271",36701,39548 -"222272",36701,57784 -"222273",36702,36703 -"222274",36704,36943 -"222275",36704,40493 -"222276",36704,44765 -"222277",36705,67477 -"222278",36705,68271 -"222279",36706,40659 -"222280",36706,60088 -"222281",36706,74800 -"222282",36706,87148 -"222283",36707,59128 -"222284",36707,71263 -"222285",36707,83309 -"222286",36709,52604 -"222287",36709,74745 -"222288",36709,79253 -"222289",36709,82942 -"222290",36709,82988 -"222291",36710,53307 -"222292",36710,55036 -"222293",36710,90982 -"222294",36710,110537 -"222295",36711,36762 -"222296",36712,56709 -"222297",36712,66558 -"222298",36712,84893 -"222299",36713,37885 -"222300",36713,118672 -"222301",36714,46166 -"222302",36714,48050 -"222303",36714,64378 -"222304",36714,69867 -"222305",36714,83503 -"222306",36714,84781 -"222307",36714,84805 -"222308",36715,36831 -"222309",36715,91888 -"222310",36715,91937 -"222311",36716,54152 -"222312",36716,65752 -"222313",36716,89701 -"222314",36716,98536 -"222315",36717,36771 -"222316",36718,49553 -"222317",36718,65150 -"222318",36718,102147 -"222319",36718,122058 -"222320",36718,122061 -"222321",36719,36741 -"222322",36721,104113 -"222323",36723,50822 -"222324",36723,81934 -"222325",36724,46343 -"222326",36724,58090 -"222327",36724,77513 -"222328",36724,79488 -"222329",36724,85396 -"222330",36725,48282 -"222331",36725,51738 -"222332",36725,51924 -"222333",36725,52538 -"222334",36725,91778 -"222335",36725,92871 -"222336",36727,36757 -"222337",36727,36818 -"222338",36727,36844 -"222339",36728,55124 -"222340",36728,73646 -"222341",36729,80426 -"222342",36729,94808 -"222343",36730,36852 -"222344",36731,64565 -"222345",36731,76905 -"222346",36732,44452 -"222347",36732,80323 -"222348",36733,41922 -"222349",36733,46127 -"222350",36733,49408 -"222351",36733,52701 -"222352",36733,59952 -"222353",36733,62840 -"222354",36734,36951 -"222355",36734,37008 -"222356",36734,41891 -"222357",36734,44451 -"222358",36734,57186 -"222359",36734,74961 -"222360",36734,75941 -"222361",36734,79450 -"222362",36734,84367 -"222363",36734,89219 -"222364",36734,89220 -"222365",36734,89227 -"222366",36734,89887 -"222367",36734,90364 -"222368",36734,103245 -"222369",36734,103253 -"222370",36734,103282 -"222371",36735,36778 -"222372",36735,46477 -"222373",36735,96874 -"222374",36735,121938 -"222375",36736,44292 -"222376",36736,49119 -"222377",36736,88459 -"222378",36737,41091 -"222379",36737,58022 -"222380",36737,60131 -"222381",36737,74273 -"222382",36737,82022 -"222383",36737,98280 -"222384",36737,118365 -"222385",36739,36782 -"222386",36739,56286 -"222387",36739,60572 -"222388",36739,81371 -"222389",36739,88177 -"222390",36739,96681 -"222391",36739,115986 -"222392",36739,119573 -"222393",36739,122081 -"222394",36739,122104 -"222395",36739,122143 -"222396",36739,122147 -"222397",36739,122149 -"222398",36740,40883 -"222399",36740,57962 -"222400",36740,62510 -"222401",36741,50418 -"222402",36742,36787 -"222403",36742,47439 -"222404",36743,38708 -"222405",36743,104975 -"222406",36744,102599 -"222407",36745,37821 -"222408",36745,37931 -"222409",36745,38319 -"222410",36745,39398 -"222411",36745,39492 -"222412",36745,40320 -"222413",36745,40373 -"222414",36745,40542 -"222415",36745,41182 -"222416",36745,42131 -"222417",36745,46843 -"222418",36745,48331 -"222419",36745,72610 -"222420",36745,78915 -"222421",36745,101501 -"222422",36745,112814 -"222423",36745,118233 -"222424",36745,122001 -"222425",36746,36765 -"222426",36746,86499 -"222427",36748,84703 -"222428",36749,74119 -"222429",36750,38744 -"222430",36750,43325 -"222431",36750,73626 -"222432",36750,76850 -"222433",36751,66329 -"222434",36751,71669 -"222435",36751,72319 -"222436",36751,74463 -"222437",36753,49729 -"222438",36753,53691 -"222439",36753,70478 -"222440",36753,73382 -"222441",36753,79965 -"222442",36753,99384 -"222443",36753,99452 -"222444",36753,103511 -"222445",36754,53503 -"222446",36754,73836 -"222447",36754,78976 -"222448",36754,80136 -"222449",36755,38187 -"222450",36755,41956 -"222451",36755,42699 -"222452",36755,45508 -"222453",36755,46257 -"222454",36755,46258 -"222455",36755,52773 -"222456",36755,53943 -"222457",36755,66100 -"222458",36755,68904 -"222459",36755,78039 -"222460",36755,80806 -"222461",36755,85971 -"222462",36756,69093 -"222463",36756,73169 -"222464",36757,36818 -"222465",36757,36844 -"222466",36758,36774 -"222467",36758,50029 -"222468",36758,74863 -"222469",36759,45170 -"222470",36759,71070 -"222471",36759,71406 -"222472",36759,71437 -"222473",36759,115166 -"222474",36759,119941 -"222475",36761,36766 -"222476",36761,37287 -"222477",36761,47320 -"222478",36761,62017 -"222479",36761,62606 -"222480",36761,73503 -"222481",36762,61204 -"222482",36762,85139 -"222483",36762,99085 -"222484",36762,110300 -"222485",36762,112021 -"222486",36762,123081 -"222487",36763,39141 -"222488",36763,51478 -"222489",36763,51889 -"222490",36763,69324 -"222491",36763,69373 -"222492",36764,113862 -"222493",36766,37287 -"222494",36766,47320 -"222495",36766,53822 -"222496",36766,61178 -"222497",36766,62017 -"222498",36766,73503 -"222499",36767,37937 -"222500",36767,40419 -"222501",36767,42608 -"222502",36767,44180 -"222503",36767,45818 -"222504",36767,51476 -"222505",36767,51892 -"222506",36767,53755 -"222507",36767,54168 -"222508",36767,57210 -"222509",36767,58482 -"222510",36767,59172 -"222511",36767,59816 -"222512",36767,61874 -"222513",36767,63274 -"222514",36767,66322 -"222515",36767,67327 -"222516",36767,70854 -"222517",36767,71683 -"222518",36767,72568 -"222519",36767,72628 -"222520",36767,73767 -"222521",36767,78532 -"222522",36767,81609 -"222523",36767,85885 -"222524",36767,91255 -"222525",36767,92247 -"222526",36767,92352 -"222527",36767,92362 -"222528",36767,92929 -"222529",36767,93719 -"222530",36767,94906 -"222531",36767,94946 -"222532",36767,95889 -"222533",36767,96093 -"222534",36767,97988 -"222535",36767,99309 -"222536",36767,99376 -"222537",36767,99450 -"222538",36767,99471 -"222539",36767,99474 -"222540",36767,100916 -"222541",36767,100944 -"222542",36767,101126 -"222543",36767,101329 -"222544",36767,105557 -"222545",36767,107199 -"222546",36767,108743 -"222547",36767,108980 -"222548",36767,109291 -"222549",36767,109933 -"222550",36767,110483 -"222551",36767,110567 -"222552",36767,110572 -"222553",36767,110630 -"222554",36767,110648 -"222555",36767,110711 -"222556",36767,110770 -"222557",36767,110869 -"222558",36767,110911 -"222559",36767,111285 -"222560",36767,111314 -"222561",36767,111362 -"222562",36767,111372 -"222563",36767,111424 -"222564",36767,111433 -"222565",36767,112422 -"222566",36767,113269 -"222567",36767,113430 -"222568",36767,114242 -"222569",36767,114842 -"222570",36767,115427 -"222571",36767,115521 -"222572",36767,115711 -"222573",36768,36780 -"222574",36768,36816 -"222575",36768,38621 -"222576",36768,51379 -"222577",36768,61892 -"222578",36768,67045 -"222579",36770,118137 -"222580",36771,38424 -"222581",36771,53376 -"222582",36771,64326 -"222583",36771,64678 -"222584",36772,114776 -"222585",36773,47531 -"222586",36773,56294 -"222587",36775,74771 -"222588",36776,44405 -"222589",36779,76175 -"222590",36780,36816 -"222591",36780,59797 -"222592",36780,61892 -"222593",36780,80176 -"222594",36780,83713 -"222595",36781,38135 -"222596",36781,42250 -"222597",36781,45182 -"222598",36781,46444 -"222599",36781,60535 -"222600",36781,82919 -"222601",36781,82929 -"222602",36781,82930 -"222603",36784,39761 -"222604",36784,43916 -"222605",36784,49800 -"222606",36784,54152 -"222607",36784,55076 -"222608",36784,59161 -"222609",36784,63435 -"222610",36784,63502 -"222611",36784,65700 -"222612",36784,68063 -"222613",36784,77611 -"222614",36784,79438 -"222615",36784,82006 -"222616",36784,82332 -"222617",36784,82337 -"222618",36784,87083 -"222619",36784,97169 -"222620",36784,100924 -"222621",36784,105442 -"222622",36784,117765 -"222623",36785,89881 -"222624",36786,48478 -"222625",36786,72055 -"222626",36787,43809 -"222627",36787,62152 -"222628",36787,62452 -"222629",36787,71443 -"222630",36787,87886 -"222631",36788,58977 -"222632",36788,80595 -"222633",36788,94441 -"222634",36788,94925 -"222635",36788,114133 -"222636",36789,51497 -"222637",36789,63237 -"222638",36789,65439 -"222639",36789,74318 -"222640",36789,76392 -"222641",36789,79624 -"222642",36789,79627 -"222643",36789,79647 -"222644",36789,92265 -"222645",36789,92310 -"222646",36789,119663 -"222647",36790,48418 -"222648",36790,49487 -"222649",36790,58834 -"222650",36790,58886 -"222651",36790,60924 -"222652",36790,87242 -"222653",36791,36860 -"222654",36791,56443 -"222655",36792,56842 -"222656",36792,57576 -"222657",36792,57889 -"222658",36792,99921 -"222659",36792,118965 -"222660",36792,118966 -"222661",36793,54209 -"222662",36793,55002 -"222663",36793,61828 -"222664",36793,83585 -"222665",36794,63346 -"222666",36795,37465 -"222667",36795,59201 -"222668",36795,59302 -"222669",36795,59328 -"222670",36796,52823 -"222671",36796,100691 -"222672",36797,36800 -"222673",36797,40338 -"222674",36797,63776 -"222675",36797,85233 -"222676",36798,36807 -"222677",36798,39411 -"222678",36798,40524 -"222679",36798,41171 -"222680",36798,41453 -"222681",36798,44704 -"222682",36798,46577 -"222683",36798,57669 -"222684",36799,36833 -"222685",36799,36845 -"222686",36799,56758 -"222687",36801,44252 -"222688",36801,51381 -"222689",36801,63154 -"222690",36801,64747 -"222691",36801,84007 -"222692",36802,39581 -"222693",36802,47558 -"222694",36802,57671 -"222695",36802,83326 -"222696",36803,41925 -"222697",36803,43393 -"222698",36804,93010 -"222699",36804,108686 -"222700",36805,53162 -"222701",36805,53199 -"222702",36805,53230 -"222703",36805,53286 -"222704",36806,40262 -"222705",36807,37517 -"222706",36807,39411 -"222707",36807,41152 -"222708",36807,55641 -"222709",36807,59244 -"222710",36807,59342 -"222711",36807,59790 -"222712",36807,60661 -"222713",36807,69697 -"222714",36807,80987 -"222715",36807,90472 -"222716",36807,109386 -"222717",36808,37651 -"222718",36808,40005 -"222719",36808,48312 -"222720",36808,52064 -"222721",36808,53144 -"222722",36808,61160 -"222723",36808,61383 -"222724",36808,61889 -"222725",36808,62672 -"222726",36808,63862 -"222727",36808,63902 -"222728",36808,82076 -"222729",36809,38447 -"222730",36809,38505 -"222731",36809,38511 -"222732",36809,54619 -"222733",36809,66075 -"222734",36809,78988 -"222735",36809,92866 -"222736",36810,36811 -"222737",36810,58278 -"222738",36810,68103 -"222739",36810,91697 -"222740",36810,91716 -"222741",36811,44997 -"222742",36812,36906 -"222743",36812,42284 -"222744",36812,44030 -"222745",36812,58022 -"222746",36812,68423 -"222747",36813,37192 -"222748",36813,44761 -"222749",36813,46112 -"222750",36813,72579 -"222751",36813,108552 -"222752",36814,63778 -"222753",36814,66009 -"222754",36814,78491 -"222755",36814,79553 -"222756",36814,79556 -"222757",36814,79591 -"222758",36814,86775 -"222759",36815,36851 -"222760",36815,92203 -"222761",36816,61892 -"222762",36817,40238 -"222763",36817,51221 -"222764",36817,52951 -"222765",36818,36844 -"222766",36819,36870 -"222767",36819,43519 -"222768",36819,47662 -"222769",36819,70911 -"222770",36820,38405 -"222771",36820,50661 -"222772",36820,115751 -"222773",36822,68292 -"222774",36823,39169 -"222775",36823,50505 -"222776",36823,62875 -"222777",36823,63057 -"222778",36823,68418 -"222779",36823,73003 -"222780",36823,75470 -"222781",36824,50479 -"222782",36824,56148 -"222783",36824,59000 -"222784",36824,62112 -"222785",36825,61507 -"222786",36825,61511 -"222787",36826,49280 -"222788",36826,68139 -"222789",36826,84470 -"222790",36826,85272 -"222791",36826,102218 -"222792",36826,117033 -"222793",36826,117034 -"222794",36828,49798 -"222795",36828,54696 -"222796",36828,65037 -"222797",36828,88991 -"222798",36830,41004 -"222799",36830,53448 -"222800",36830,53493 -"222801",36830,67811 -"222802",36830,67818 -"222803",36832,68304 -"222804",36833,36845 -"222805",36835,55715 -"222806",36835,60891 -"222807",36835,60958 -"222808",36836,95112 -"222809",36837,50254 -"222810",36837,76646 -"222811",36837,81349 -"222812",36840,41853 -"222813",36840,48410 -"222814",36840,48419 -"222815",36840,56553 -"222816",36841,39714 -"222817",36841,40273 -"222818",36842,63995 -"222819",36842,89510 -"222820",36843,37302 -"222821",36843,44956 -"222822",36843,61715 -"222823",36846,38495 -"222824",36846,85957 -"222825",36847,48754 -"222826",36847,53133 -"222827",36847,85163 -"222828",36847,116201 -"222829",36847,116214 -"222830",36848,59813 -"222831",36848,67674 -"222832",36850,55772 -"222833",36850,60063 -"222834",36850,61336 -"222835",36850,93656 -"222836",36850,96301 -"222837",36850,98592 -"222838",36850,104124 -"222839",36850,115753 -"222840",36850,118895 -"222841",36850,120446 -"222842",36850,123284 -"222843",36851,40034 -"222844",36851,44071 -"222845",36851,67421 -"222846",36851,67455 -"222847",36851,67754 -"222848",36854,71511 -"222849",36855,45771 -"222850",36855,55524 -"222851",36855,55838 -"222852",36855,70510 -"222853",36855,73987 -"222854",36855,82340 -"222855",36855,82584 -"222856",36855,91434 -"222857",36855,99554 -"222858",36855,108522 -"222859",36855,110416 -"222860",36855,110654 -"222861",36855,121803 -"222862",36857,39968 -"222863",36857,44128 -"222864",36857,44254 -"222865",36857,62267 -"222866",36857,104904 -"222867",36857,105192 -"222868",36858,46126 -"222869",36858,72254 -"222870",36858,73939 -"222871",36858,75360 -"222872",36858,75361 -"222873",36859,41266 -"222874",36859,41337 -"222875",36859,46803 -"222876",36859,50041 -"222877",36859,53129 -"222878",36859,91072 -"222879",36859,104592 -"222880",36859,104848 -"222881",36860,117233 -"222882",36862,37549 -"222883",36862,45914 -"222884",36862,74348 -"222885",36862,83307 -"222886",36862,83706 -"222887",36862,89953 -"222888",36862,91159 -"222889",36862,91202 -"222890",36862,98903 -"222891",36862,107157 -"222892",36862,118403 -"222893",36863,36864 -"222894",36863,96050 -"222895",36865,65296 -"222896",36865,90004 -"222897",36865,100199 -"222898",36865,108429 -"222899",36866,36910 -"222900",36866,46413 -"222901",36866,73556 -"222902",36868,114299 -"222903",36868,115376 -"222904",36869,78227 -"222905",36870,88521 -"222906",36870,90782 -"222907",36870,90832 -"222908",36872,41380 -"222909",36873,37013 -"222910",36875,79366 -"222911",36876,49186 -"222912",36877,52343 -"222913",36877,83144 -"222914",36877,100356 -"222915",36877,105918 -"222916",36877,113525 -"222917",36877,120774 -"222918",36877,122124 -"222919",36877,122162 -"222920",36877,122203 -"222921",36878,73127 -"222922",36878,88875 -"222923",36878,118401 -"222924",36879,38021 -"222925",36879,52274 -"222926",36879,53636 -"222927",36879,74676 -"222928",36879,84516 -"222929",36880,36996 -"222930",36880,38243 -"222931",36880,39750 -"222932",36880,41579 -"222933",36880,41669 -"222934",36880,46881 -"222935",36880,49125 -"222936",36880,55446 -"222937",36880,69830 -"222938",36880,71538 -"222939",36880,77696 -"222940",36880,83846 -"222941",36880,89642 -"222942",36880,91465 -"222943",36880,91539 -"222944",36880,91610 -"222945",36880,91823 -"222946",36880,100649 -"222947",36881,63896 -"222948",36881,84513 -"222949",36881,88718 -"222950",36881,88907 -"222951",36882,69841 -"222952",36883,36952 -"222953",36883,36966 -"222954",36884,55091 -"222955",36886,45630 -"222956",36886,60708 -"222957",36886,74430 -"222958",36886,74544 -"222959",36886,77829 -"222960",36887,51566 -"222961",36887,61063 -"222962",36887,111649 -"222963",36888,57196 -"222964",36888,87577 -"222965",36889,65305 -"222966",36889,65382 -"222967",36891,37233 -"222968",36892,44614 -"222969",36892,54679 -"222970",36892,90833 -"222971",36892,92071 -"222972",36892,97294 -"222973",36892,117397 -"222974",36893,63800 -"222975",36893,69743 -"222976",36893,118892 -"222977",36893,119726 -"222978",36894,36969 -"222979",36894,43164 -"222980",36894,63667 -"222981",36895,37010 -"222982",36897,48458 -"222983",36897,54492 -"222984",36897,57418 -"222985",36898,66842 -"222986",36898,68481 -"222987",36898,71227 -"222988",36899,55777 -"222989",36899,106594 -"222990",36900,37012 -"222991",36900,45744 -"222992",36901,36958 -"222993",36901,122400 -"222994",36902,57460 -"222995",36902,73956 -"222996",36902,73957 -"222997",36902,83760 -"222998",36903,89409 -"222999",36904,51618 -"223000",36905,36943 -"223001",36905,37028 -"223002",36906,94416 -"223003",36907,92578 -"223004",36908,36963 -"223005",36908,37034 -"223006",36908,37044 -"223007",36909,37763 -"223008",36909,60760 -"223009",36909,91478 -"223010",36909,94736 -"223011",36910,37024 -"223012",36910,41446 -"223013",36910,46413 -"223014",36910,52055 -"223015",36910,62461 -"223016",36910,98385 -"223017",36910,103608 -"223018",36910,119273 -"223019",36911,37145 -"223020",36911,37161 -"223021",36912,39986 -"223022",36912,46578 -"223023",36912,49096 -"223024",36913,59162 -"223025",36913,67062 -"223026",36913,96624 -"223027",36914,39948 -"223028",36914,39972 -"223029",36914,41557 -"223030",36914,59215 -"223031",36914,65590 -"223032",36914,79128 -"223033",36914,119126 -"223034",36914,119127 -"223035",36915,36994 -"223036",36915,85688 -"223037",36916,38349 -"223038",36916,96960 -"223039",36916,115031 -"223040",36916,116737 -"223041",36917,36961 -"223042",36917,59815 -"223043",36917,59850 -"223044",36917,97861 -"223045",36919,92553 -"223046",36919,107158 -"223047",36920,43004 -"223048",36920,49064 -"223049",36920,75359 -"223050",36920,76925 -"223051",36921,67856 -"223052",36921,76733 -"223053",36922,48063 -"223054",36923,66490 -"223055",36923,82327 -"223056",36924,82407 -"223057",36924,115412 -"223058",36925,46744 -"223059",36925,78962 -"223060",36925,83995 -"223061",36926,58742 -"223062",36926,110048 -"223063",36926,117454 -"223064",36926,117455 -"223065",36926,117456 -"223066",36927,36990 -"223067",36927,41881 -"223068",36927,45308 -"223069",36927,49234 -"223070",36927,116115 -"223071",36927,121959 -"223072",36928,38637 -"223073",36928,45877 -"223074",36928,45925 -"223075",36928,52532 -"223076",36928,65530 -"223077",36928,86486 -"223078",36929,36982 -"223079",36931,58590 -"223080",36931,77982 -"223081",36931,101274 -"223082",36932,39699 -"223083",36932,44564 -"223084",36932,54782 -"223085",36932,55226 -"223086",36932,87192 -"223087",36932,100892 -"223088",36932,106849 -"223089",36932,108753 -"223090",36932,110554 -"223091",36932,111848 -"223092",36932,113522 -"223093",36932,123386 -"223094",36933,72026 -"223095",36933,82909 -"223096",36933,91433 -"223097",36933,115749 -"223098",36934,49807 -"223099",36934,96698 -"223100",36935,37420 -"223101",36935,37770 -"223102",36935,48451 -"223103",36935,56502 -"223104",36935,71012 -"223105",36935,72039 -"223106",36935,81934 -"223107",36935,84001 -"223108",36935,85127 -"223109",36936,87186 -"223110",36936,114238 -"223111",36937,92381 -"223112",36939,48911 -"223113",36939,68350 -"223114",36940,37027 -"223115",36940,95031 -"223116",36940,105682 -"223117",36940,105716 -"223118",36940,105735 -"223119",36941,39319 -"223120",36941,75650 -"223121",36941,103371 -"223122",36941,107881 -"223123",36941,107890 -"223124",36941,120203 -"223125",36941,120218 -"223126",36942,48464 -"223127",36942,61073 -"223128",36942,68356 -"223129",36942,68357 -"223130",36942,68394 -"223131",36942,75495 -"223132",36943,37028 -"223133",36943,44765 -"223134",36944,52168 -"223135",36944,67845 -"223136",36944,71267 -"223137",36945,66488 -"223138",36945,67355 -"223139",36945,67359 -"223140",36945,74402 -"223141",36945,74509 -"223142",36945,74522 -"223143",36945,74569 -"223144",36945,74604 -"223145",36945,75111 -"223146",36945,75166 -"223147",36946,36964 -"223148",36947,55622 -"223149",36947,107976 -"223150",36948,61815 -"223151",36949,53008 -"223152",36949,54501 -"223153",36949,55632 -"223154",36949,79540 -"223155",36950,42631 -"223156",36950,46035 -"223157",36950,46106 -"223158",36950,46158 -"223159",36950,46234 -"223160",36950,52474 -"223161",36950,75424 -"223162",36950,119830 -"223163",36951,37008 -"223164",36951,44451 -"223165",36951,49194 -"223166",36951,57186 -"223167",36951,60828 -"223168",36951,69603 -"223169",36951,75941 -"223170",36951,84367 -"223171",36951,90364 -"223172",36951,91553 -"223173",36951,103245 -"223174",36951,103253 -"223175",36951,103282 -"223176",36952,36966 -"223177",36953,37037 -"223178",36953,40404 -"223179",36953,41197 -"223180",36953,45369 -"223181",36953,46486 -"223182",36953,57052 -"223183",36953,62595 -"223184",36953,62687 -"223185",36953,62706 -"223186",36953,65569 -"223187",36953,103150 -"223188",36954,37307 -"223189",36954,41455 -"223190",36954,43149 -"223191",36954,44687 -"223192",36954,50207 -"223193",36954,50488 -"223194",36954,52112 -"223195",36954,53415 -"223196",36954,56357 -"223197",36954,57636 -"223198",36954,58482 -"223199",36954,59798 -"223200",36954,70907 -"223201",36954,71683 -"223202",36954,77125 -"223203",36954,78398 -"223204",36954,82426 -"223205",36954,84343 -"223206",36954,85000 -"223207",36954,85101 -"223208",36954,91682 -"223209",36954,95267 -"223210",36954,97580 -"223211",36954,98727 -"223212",36954,98776 -"223213",36954,100795 -"223214",36954,106824 -"223215",36954,108879 -"223216",36954,109166 -"223217",36954,109858 -"223218",36954,109878 -"223219",36954,112962 -"223220",36954,113990 -"223221",36954,115413 -"223222",36954,116123 -"223223",36954,117258 -"223224",36954,117560 -"223225",36954,118128 -"223226",36954,118836 -"223227",36954,118866 -"223228",36954,118873 -"223229",36954,119131 -"223230",36954,119513 -"223231",36954,119716 -"223232",36954,119769 -"223233",36954,120123 -"223234",36954,120169 -"223235",36954,120725 -"223236",36954,120944 -"223237",36954,121609 -"223238",36954,122007 -"223239",36954,122032 -"223240",36954,122035 -"223241",36954,122724 -"223242",36954,123070 -"223243",36954,123394 -"223244",36954,123490 -"223245",36955,41009 -"223246",36955,89913 -"223247",36956,45410 -"223248",36956,47943 -"223249",36956,76989 -"223250",36956,80777 -"223251",36956,96838 -"223252",36956,101513 -"223253",36956,102236 -"223254",36956,111364 -"223255",36956,117092 -"223256",36956,122925 -"223257",36956,122957 -"223258",36957,36978 -"223259",36958,63730 -"223260",36958,68685 -"223261",36958,84841 -"223262",36958,86909 -"223263",36958,101049 -"223264",36958,116425 -"223265",36959,40869 -"223266",36959,41341 -"223267",36959,75816 -"223268",36959,99218 -"223269",36959,121791 -"223270",36960,55820 -"223271",36960,77774 -"223272",36960,77795 -"223273",36960,85375 -"223274",36960,89086 -"223275",36960,94102 -"223276",36960,95481 -"223277",36960,120271 -"223278",36961,47932 -"223279",36961,118116 -"223280",36962,37333 -"223281",36962,54020 -"223282",36962,59194 -"223283",36962,73411 -"223284",36962,79088 -"223285",36962,82306 -"223286",36962,86490 -"223287",36962,92495 -"223288",36962,93499 -"223289",36962,108546 -"223290",36963,37034 -"223291",36963,37044 -"223292",36963,107286 -"223293",36963,107306 -"223294",36963,107308 -"223295",36965,40313 -"223296",36965,48839 -"223297",36967,41509 -"223298",36967,41757 -"223299",36967,44464 -"223300",36967,62128 -"223301",36967,67218 -"223302",36967,69559 -"223303",36967,72605 -"223304",36967,72768 -"223305",36967,72950 -"223306",36967,75521 -"223307",36968,98821 -"223308",36968,99541 -"223309",36968,122052 -"223310",36970,52171 -"223311",36971,48170 -"223312",36972,44396 -"223313",36972,53250 -"223314",36972,72956 -"223315",36972,105602 -"223316",36973,67836 -"223317",36973,84716 -"223318",36973,92981 -"223319",36973,102628 -"223320",36973,110575 -"223321",36973,116262 -"223322",36973,119812 -"223323",36974,47672 -"223324",36975,65450 -"223325",36975,118023 -"223326",36976,48976 -"223327",36976,51892 -"223328",36976,62892 -"223329",36976,94090 -"223330",36976,108405 -"223331",36977,51443 -"223332",36977,72701 -"223333",36977,79491 -"223334",36977,97939 -"223335",36977,114947 -"223336",36978,37031 -"223337",36978,40466 -"223338",36978,41739 -"223339",36978,53832 -"223340",36978,56388 -"223341",36978,68524 -"223342",36978,87239 -"223343",36978,87240 -"223344",36979,64390 -"223345",36981,55691 -"223346",36981,55975 -"223347",36981,59480 -"223348",36981,59481 -"223349",36981,64141 -"223350",36981,83712 -"223351",36981,83743 -"223352",36981,83747 -"223353",36982,37769 -"223354",36982,49872 -"223355",36982,71621 -"223356",36983,51668 -"223357",36983,53975 -"223358",36983,58027 -"223359",36983,91952 -"223360",36983,102935 -"223361",36984,37014 -"223362",36984,56766 -"223363",36984,77975 -"223364",36984,85216 -"223365",36984,113001 -"223366",36985,37470 -"223367",36985,37501 -"223368",36986,37471 -"223369",36986,48217 -"223370",36986,52633 -"223371",36986,68374 -"223372",36986,69554 -"223373",36987,64188 -"223374",36988,37001 -"223375",36989,37548 -"223376",36990,49234 -"223377",36990,73553 -"223378",36990,74654 -"223379",36990,83202 -"223380",36992,90287 -"223381",36992,95840 -"223382",36993,41549 -"223383",36993,43598 -"223384",36993,52435 -"223385",36993,54107 -"223386",36993,57977 -"223387",36993,62275 -"223388",36993,73313 -"223389",36993,73319 -"223390",36993,99910 -"223391",36993,105468 -"223392",36993,115762 -"223393",36994,51063 -"223394",36994,57117 -"223395",36994,62715 -"223396",36994,65402 -"223397",36994,73923 -"223398",36995,37040 -"223399",36995,37041 -"223400",36995,45515 -"223401",36995,98603 -"223402",36997,81352 -"223403",36999,78399 -"223404",37000,39093 -"223405",37001,43495 -"223406",37001,45391 -"223407",37001,58775 -"223408",37001,94940 -"223409",37001,96896 -"223410",37002,37018 -"223411",37002,49262 -"223412",37003,51145 -"223413",37003,60546 -"223414",37003,87834 -"223415",37004,39931 -"223416",37004,54452 -"223417",37004,76851 -"223418",37004,76929 -"223419",37004,115066 -"223420",37006,38274 -"223421",37006,104815 -"223422",37006,104820 -"223423",37007,71399 -"223424",37007,74915 -"223425",37008,37133 -"223426",37008,37776 -"223427",37008,40902 -"223428",37008,44451 -"223429",37008,52216 -"223430",37008,57186 -"223431",37008,60345 -"223432",37008,65647 -"223433",37008,66369 -"223434",37008,75941 -"223435",37008,84367 -"223436",37008,85322 -"223437",37008,85403 -"223438",37008,85414 -"223439",37008,85415 -"223440",37008,88869 -"223441",37008,89587 -"223442",37008,90364 -"223443",37008,92618 -"223444",37008,103245 -"223445",37008,103253 -"223446",37008,103282 -"223447",37008,107987 -"223448",37010,96405 -"223449",37011,86076 -"223450",37011,89008 -"223451",37011,100914 -"223452",37011,102324 -"223453",37013,52613 -"223454",37013,52825 -"223455",37013,98542 -"223456",37013,117692 -"223457",37015,87357 -"223458",37016,37053 -"223459",37016,37085 -"223460",37016,37481 -"223461",37016,38462 -"223462",37017,37500 -"223463",37017,57541 -"223464",37019,94352 -"223465",37020,67354 -"223466",37021,37529 -"223467",37021,65272 -"223468",37021,110612 -"223469",37025,54182 -"223470",37025,91656 -"223471",37025,113828 -"223472",37025,115739 -"223473",37025,116700 -"223474",37026,41418 -"223475",37029,37494 -"223476",37029,49088 -"223477",37029,49172 -"223478",37030,37031 -"223479",37031,40466 -"223480",37031,40559 -"223481",37031,41739 -"223482",37033,37087 -"223483",37033,40493 -"223484",37033,42275 -"223485",37033,42902 -"223486",37033,49110 -"223487",37033,57311 -"223488",37033,60133 -"223489",37033,70365 -"223490",37034,37044 -"223491",37036,37560 -"223492",37036,71054 -"223493",37036,77565 -"223494",37036,77637 -"223495",37036,78645 -"223496",37036,87262 -"223497",37037,38969 -"223498",37037,45734 -"223499",37038,77372 -"223500",37038,79453 -"223501",37038,90588 -"223502",37038,93522 -"223503",37038,102744 -"223504",37038,102761 -"223505",37040,37041 -"223506",37042,37497 -"223507",37042,37531 -"223508",37043,82893 -"223509",37043,89595 -"223510",37044,61469 -"223511",37045,38440 -"223512",37045,38989 -"223513",37045,39837 -"223514",37045,60938 -"223515",37045,68738 -"223516",37045,83483 -"223517",37045,85978 -"223518",37045,109129 -"223519",37045,109974 -"223520",37047,54199 -"223521",37047,64639 -"223522",37047,64738 -"223523",37049,49009 -"223524",37049,57376 -"223525",37049,62159 -"223526",37049,66637 -"223527",37049,67596 -"223528",37049,72069 -"223529",37050,42991 -"223530",37050,64429 -"223531",37050,78580 -"223532",37050,81820 -"223533",37050,103098 -"223534",37050,115833 -"223535",37051,46995 -"223536",37051,56140 -"223537",37051,70037 -"223538",37052,44156 -"223539",37052,48431 -"223540",37052,56414 -"223541",37052,56523 -"223542",37052,60114 -"223543",37052,65654 -"223544",37052,65675 -"223545",37052,65710 -"223546",37052,65751 -"223547",37053,37085 -"223548",37053,37481 -"223549",37053,38462 -"223550",37053,45541 -"223551",37053,69279 -"223552",37053,87298 -"223553",37053,123125 -"223554",37054,45716 -"223555",37054,52954 -"223556",37054,54399 -"223557",37055,54089 -"223558",37055,57436 -"223559",37055,64108 -"223560",37055,68698 -"223561",37055,73987 -"223562",37055,74274 -"223563",37055,95012 -"223564",37056,37057 -"223565",37056,37118 -"223566",37056,37165 -"223567",37056,37166 -"223568",37057,37118 -"223569",37057,37165 -"223570",37057,37166 -"223571",37058,102014 -"223572",37058,122234 -"223573",37059,37060 -"223574",37059,37061 -"223575",37059,38481 -"223576",37059,38482 -"223577",37059,38484 -"223578",37059,44293 -"223579",37059,71919 -"223580",37060,37061 -"223581",37060,87892 -"223582",37060,96110 -"223583",37062,37077 -"223584",37062,37123 -"223585",37062,37172 -"223586",37062,63739 -"223587",37062,78691 -"223588",37063,48575 -"223589",37063,49063 -"223590",37063,52368 -"223591",37063,53837 -"223592",37063,59567 -"223593",37063,81934 -"223594",37063,97689 -"223595",37063,100791 -"223596",37063,104830 -"223597",37065,52838 -"223598",37065,92506 -"223599",37066,37067 -"223600",37066,37172 -"223601",37066,37910 -"223602",37066,37928 -"223603",37066,37929 -"223604",37066,37946 -"223605",37066,37978 -"223606",37066,37995 -"223607",37066,38015 -"223608",37066,38029 -"223609",37066,38033 -"223610",37066,38058 -"223611",37066,38060 -"223612",37066,46880 -"223613",37067,37172 -"223614",37067,37910 -"223615",37067,37928 -"223616",37067,37929 -"223617",37067,37946 -"223618",37067,37978 -"223619",37067,37995 -"223620",37067,38015 -"223621",37067,38029 -"223622",37067,38033 -"223623",37067,38058 -"223624",37067,38060 -"223625",37067,46824 -"223626",37067,46880 -"223627",37067,50230 -"223628",37067,52974 -"223629",37068,38736 -"223630",37068,41939 -"223631",37068,50303 -"223632",37068,50813 -"223633",37068,51260 -"223634",37068,54622 -"223635",37068,56538 -"223636",37068,58105 -"223637",37068,60747 -"223638",37068,61870 -"223639",37068,62280 -"223640",37068,72784 -"223641",37068,72846 -"223642",37069,58334 -"223643",37069,66323 -"223644",37069,67499 -"223645",37069,73015 -"223646",37069,83444 -"223647",37069,99949 -"223648",37069,101914 -"223649",37069,103631 -"223650",37069,103723 -"223651",37069,103732 -"223652",37069,103759 -"223653",37069,103773 -"223654",37070,48385 -"223655",37070,57015 -"223656",37070,118241 -"223657",37071,37799 -"223658",37071,50144 -"223659",37072,52052 -"223660",37072,83729 -"223661",37072,92751 -"223662",37072,93918 -"223663",37072,109626 -"223664",37072,111646 -"223665",37072,111781 -"223666",37073,78538 -"223667",37074,41509 -"223668",37074,48956 -"223669",37074,54554 -"223670",37074,79453 -"223671",37075,43183 -"223672",37075,59202 -"223673",37075,65000 -"223674",37075,111913 -"223675",37076,47530 -"223676",37076,49368 -"223677",37076,58289 -"223678",37076,58993 -"223679",37076,110246 -"223680",37077,37123 -"223681",37077,37172 -"223682",37078,47878 -"223683",37078,60983 -"223684",37078,119997 -"223685",37079,37148 -"223686",37079,82025 -"223687",37079,93504 -"223688",37080,43862 -"223689",37080,62318 -"223690",37080,106345 -"223691",37081,54139 -"223692",37081,55448 -"223693",37081,119833 -"223694",37082,41344 -"223695",37082,73639 -"223696",37082,81101 -"223697",37082,81104 -"223698",37083,37110 -"223699",37083,37327 -"223700",37084,37116 -"223701",37085,37481 -"223702",37085,38462 -"223703",37085,76016 -"223704",37086,37183 -"223705",37086,37187 -"223706",37087,47514 -"223707",37087,50701 -"223708",37087,51866 -"223709",37087,54241 -"223710",37087,70365 -"223711",37088,64719 -"223712",37088,72953 -"223713",37088,75263 -"223714",37088,92988 -"223715",37088,111111 -"223716",37089,37106 -"223717",37089,37119 -"223718",37089,37151 -"223719",37091,57176 -"223720",37092,73586 -"223721",37094,44092 -"223722",37094,52845 -"223723",37094,65481 -"223724",37094,65516 -"223725",37094,68567 -"223726",37095,39234 -"223727",37095,42107 -"223728",37095,54714 -"223729",37095,67199 -"223730",37095,74460 -"223731",37095,89648 -"223732",37095,102862 -"223733",37097,37242 -"223734",37097,37360 -"223735",37097,37383 -"223736",37098,46297 -"223737",37098,88781 -"223738",37099,37290 -"223739",37099,44001 -"223740",37099,59831 -"223741",37099,114985 -"223742",37100,38366 -"223743",37100,59625 -"223744",37100,60969 -"223745",37100,79997 -"223746",37100,80010 -"223747",37100,98601 -"223748",37100,98631 -"223749",37101,84563 -"223750",37101,109476 -"223751",37103,90980 -"223752",37104,37186 -"223753",37105,42891 -"223754",37106,37119 -"223755",37106,37151 -"223756",37107,62533 -"223757",37108,49487 -"223758",37108,64200 -"223759",37108,67011 -"223760",37108,76534 -"223761",37108,85358 -"223762",37108,90187 -"223763",37108,90964 -"223764",37108,91140 -"223765",37108,94343 -"223766",37108,103946 -"223767",37109,87234 -"223768",37110,37327 -"223769",37110,75375 -"223770",37110,78408 -"223771",37110,84523 -"223772",37112,86132 -"223773",37113,37200 -"223774",37115,38282 -"223775",37115,48918 -"223776",37115,57554 -"223777",37115,62135 -"223778",37115,119679 -"223779",37117,40556 -"223780",37118,37165 -"223781",37118,37166 -"223782",37119,37151 -"223783",37119,41538 -"223784",37119,57937 -"223785",37119,100813 -"223786",37120,89095 -"223787",37120,96878 -"223788",37120,101421 -"223789",37123,37172 -"223790",37123,72075 -"223791",37124,68656 -"223792",37125,52825 -"223793",37125,92226 -"223794",37125,103864 -"223795",37125,105114 -"223796",37125,115795 -"223797",37126,59532 -"223798",37126,95509 -"223799",37126,98646 -"223800",37126,109133 -"223801",37128,37169 -"223802",37128,63589 -"223803",37128,74345 -"223804",37129,42433 -"223805",37130,40537 -"223806",37130,41358 -"223807",37130,44066 -"223808",37130,44117 -"223809",37130,45268 -"223810",37130,54443 -"223811",37130,56401 -"223812",37130,67175 -"223813",37130,91694 -"223814",37130,91775 -"223815",37130,93999 -"223816",37130,95783 -"223817",37131,80794 -"223818",37132,96833 -"223819",37132,120209 -"223820",37133,37776 -"223821",37133,40902 -"223822",37133,52216 -"223823",37133,66369 -"223824",37133,72883 -"223825",37133,88869 -"223826",37133,89587 -"223827",37133,92618 -"223828",37133,107987 -"223829",37133,115992 -"223830",37134,45816 -"223831",37134,51084 -"223832",37134,69680 -"223833",37134,96704 -"223834",37134,114519 -"223835",37134,114525 -"223836",37135,71905 -"223837",37135,79610 -"223838",37136,37178 -"223839",37137,37138 -"223840",37138,84228 -"223841",37138,90942 -"223842",37138,92606 -"223843",37138,92907 -"223844",37139,51401 -"223845",37139,116850 -"223846",37140,63166 -"223847",37140,89962 -"223848",37140,95776 -"223849",37140,101499 -"223850",37141,38877 -"223851",37141,38968 -"223852",37141,39118 -"223853",37142,37143 -"223854",37142,37176 -"223855",37142,40008 -"223856",37142,42102 -"223857",37142,52483 -"223858",37142,57560 -"223859",37142,73058 -"223860",37142,78928 -"223861",37142,80870 -"223862",37142,82360 -"223863",37142,82596 -"223864",37142,94418 -"223865",37142,95966 -"223866",37142,106870 -"223867",37142,106894 -"223868",37143,37176 -"223869",37144,37170 -"223870",37144,46859 -"223871",37144,72496 -"223872",37144,72506 -"223873",37144,72582 -"223874",37145,37161 -"223875",37147,49347 -"223876",37147,103926 -"223877",37148,85214 -"223878",37148,88107 -"223879",37149,54187 -"223880",37150,37163 -"223881",37152,80454 -"223882",37153,41524 -"223883",37153,86123 -"223884",37154,91611 -"223885",37154,92145 -"223886",37155,43320 -"223887",37156,44118 -"223888",37156,110856 -"223889",37156,117859 -"223890",37157,61885 -"223891",37158,96791 -"223892",37162,40138 -"223893",37162,43496 -"223894",37162,54103 -"223895",37162,59035 -"223896",37162,59054 -"223897",37162,108437 -"223898",37162,112415 -"223899",37164,40985 -"223900",37165,37166 -"223901",37167,61822 -"223902",37167,63953 -"223903",37167,76067 -"223904",37167,79212 -"223905",37167,99051 -"223906",37167,107673 -"223907",37167,107684 -"223908",37168,41146 -"223909",37168,44536 -"223910",37168,48747 -"223911",37168,73412 -"223912",37168,77703 -"223913",37168,97961 -"223914",37169,71286 -"223915",37170,39467 -"223916",37170,51024 -"223917",37171,61531 -"223918",37171,70809 -"223919",37172,37910 -"223920",37172,37928 -"223921",37172,37929 -"223922",37172,37946 -"223923",37172,37978 -"223924",37172,37995 -"223925",37172,38015 -"223926",37172,38029 -"223927",37172,38033 -"223928",37172,38058 -"223929",37172,38060 -"223930",37172,38917 -"223931",37172,44150 -"223932",37172,44157 -"223933",37172,44235 -"223934",37172,44255 -"223935",37172,46880 -"223936",37172,64260 -"223937",37172,64872 -"223938",37172,66702 -"223939",37172,66985 -"223940",37172,67127 -"223941",37173,71817 -"223942",37174,112762 -"223943",37175,37987 -"223944",37176,106171 -"223945",37178,43271 -"223946",37178,43377 -"223947",37178,87537 -"223948",37178,87733 -"223949",37178,122654 -"223950",37179,78723 -"223951",37179,85654 -"223952",37180,48951 -"223953",37180,49016 -"223954",37180,50522 -"223955",37182,40773 -"223956",37182,59839 -"223957",37182,63310 -"223958",37182,66059 -"223959",37182,69871 -"223960",37182,70919 -"223961",37183,37187 -"223962",37183,39686 -"223963",37183,59634 -"223964",37189,37291 -"223965",37189,37325 -"223966",37190,48260 -"223967",37190,85789 -"223968",37191,52480 -"223969",37191,58763 -"223970",37191,69808 -"223971",37191,72076 -"223972",37191,72111 -"223973",37191,106424 -"223974",37192,107991 -"223975",37192,119982 -"223976",37192,119996 -"223977",37192,120028 -"223978",37193,45638 -"223979",37193,61776 -"223980",37193,96909 -"223981",37194,37430 -"223982",37194,37540 -"223983",37195,50397 -"223984",37195,54278 -"223985",37195,88623 -"223986",37196,39865 -"223987",37196,106875 -"223988",37196,118291 -"223989",37196,122432 -"223990",37196,122436 -"223991",37197,37704 -"223992",37197,41817 -"223993",37197,41855 -"223994",37199,38659 -"223995",37199,52119 -"223996",37199,52707 -"223997",37199,71105 -"223998",37199,76942 -"223999",37199,76969 -"224000",37199,81001 -"224001",37199,93466 -"224002",37199,113397 -"224003",37200,43668 -"224004",37200,63073 -"224005",37200,92627 -"224006",37200,101356 -"224007",37200,101361 -"224008",37200,101363 -"224009",37200,108099 -"224010",37201,66447 -"224011",37202,59245 -"224012",37202,110022 -"224013",37203,37204 -"224014",37204,113404 -"224015",37205,56067 -"224016",37205,58537 -"224017",37205,74100 -"224018",37205,82964 -"224019",37205,106240 -"224020",37205,109919 -"224021",37205,117410 -"224022",37206,72466 -"224023",37207,104478 -"224024",37208,56103 -"224025",37211,39127 -"224026",37211,40427 -"224027",37211,74577 -"224028",37211,75089 -"224029",37211,77560 -"224030",37211,81387 -"224031",37211,81754 -"224032",37211,88306 -"224033",37211,89104 -"224034",37211,93606 -"224035",37211,104551 -"224036",37213,58745 -"224037",37214,43267 -"224038",37214,44786 -"224039",37214,61555 -"224040",37214,70392 -"224041",37214,73902 -"224042",37214,75620 -"224043",37214,84732 -"224044",37214,86838 -"224045",37215,44074 -"224046",37215,52585 -"224047",37215,54463 -"224048",37215,57807 -"224049",37215,62788 -"224050",37215,64585 -"224051",37215,79420 -"224052",37215,88991 -"224053",37215,92855 -"224054",37215,104527 -"224055",37215,107669 -"224056",37215,113520 -"224057",37216,58973 -"224058",37216,97030 -"224059",37216,98683 -"224060",37218,46729 -"224061",37218,46807 -"224062",37218,46808 -"224063",37218,46929 -"224064",37218,46945 -"224065",37218,56637 -"224066",37219,37310 -"224067",37219,37382 -"224068",37219,43606 -"224069",37219,63523 -"224070",37219,69011 -"224071",37219,75510 -"224072",37219,78549 -"224073",37219,83138 -"224074",37219,97260 -"224075",37219,106481 -"224076",37221,39279 -"224077",37221,68314 -"224078",37221,93283 -"224079",37221,107508 -"224080",37222,37240 -"224081",37222,37289 -"224082",37223,49999 -"224083",37224,37246 -"224084",37225,62940 -"224085",37225,65214 -"224086",37226,52812 -"224087",37226,52850 -"224088",37226,67570 -"224089",37226,67658 -"224090",37227,41863 -"224091",37227,98882 -"224092",37228,37236 -"224093",37228,119458 -"224094",37229,37322 -"224095",37229,37331 -"224096",37229,37373 -"224097",37229,37451 -"224098",37229,45601 -"224099",37230,40749 -"224100",37231,50454 -"224101",37231,119430 -"224102",37232,81663 -"224103",37232,83184 -"224104",37232,84843 -"224105",37232,88476 -"224106",37232,102802 -"224107",37233,50092 -"224108",37233,121664 -"224109",37234,67573 -"224110",37234,74736 -"224111",37235,50343 -"224112",37235,55088 -"224113",37235,55099 -"224114",37235,57697 -"224115",37235,79451 -"224116",37236,57318 -"224117",37237,57556 -"224118",37237,108250 -"224119",37238,39354 -"224120",37238,41351 -"224121",37238,41779 -"224122",37238,53353 -"224123",37238,60172 -"224124",37238,85266 -"224125",37239,39504 -"224126",37239,51829 -"224127",37240,37289 -"224128",37241,59195 -"224129",37241,66482 -"224130",37241,72015 -"224131",37241,75103 -"224132",37241,79246 -"224133",37241,81211 -"224134",37241,81368 -"224135",37241,81414 -"224136",37241,86719 -"224137",37242,37360 -"224138",37242,37383 -"224139",37243,50910 -"224140",37243,83634 -"224141",37245,37337 -"224142",37245,42056 -"224143",37246,43694 -"224144",37246,47806 -"224145",37246,53920 -"224146",37246,62116 -"224147",37246,63326 -"224148",37247,54078 -"224149",37247,58395 -"224150",37247,65598 -"224151",37248,75248 -"224152",37249,57048 -"224153",37249,109464 -"224154",37250,38068 -"224155",37250,53808 -"224156",37250,68422 -"224157",37250,104005 -"224158",37251,84623 -"224159",37251,110512 -"224160",37253,39512 -"224161",37253,40374 -"224162",37253,54918 -"224163",37253,55026 -"224164",37253,115781 -"224165",37253,115803 -"224166",37254,37307 -"224167",37255,37338 -"224168",37255,37347 -"224169",37255,104890 -"224170",37256,45958 -"224171",37256,52593 -"224172",37256,54344 -"224173",37256,69378 -"224174",37257,69203 -"224175",37258,40627 -"224176",37258,41122 -"224177",37258,46982 -"224178",37258,48291 -"224179",37258,48690 -"224180",37258,49282 -"224181",37258,50877 -"224182",37258,51044 -"224183",37258,52136 -"224184",37258,54160 -"224185",37258,54187 -"224186",37258,57687 -"224187",37258,60820 -"224188",37258,62426 -"224189",37258,63019 -"224190",37258,67893 -"224191",37258,69192 -"224192",37258,69485 -"224193",37258,73881 -"224194",37258,74599 -"224195",37258,103210 -"224196",37259,37304 -"224197",37259,40515 -"224198",37259,42562 -"224199",37259,45315 -"224200",37259,48682 -"224201",37259,50541 -"224202",37259,54627 -"224203",37259,64088 -"224204",37259,64406 -"224205",37259,65518 -"224206",37259,66782 -"224207",37259,69944 -"224208",37259,76369 -"224209",37259,77175 -"224210",37259,92784 -"224211",37259,94573 -"224212",37259,99523 -"224213",37259,119311 -"224214",37259,119689 -"224215",37260,37428 -"224216",37261,37650 -"224217",37262,62081 -"224218",37262,62156 -"224219",37262,62702 -"224220",37263,52105 -"224221",37263,55806 -"224222",37263,92316 -"224223",37263,104455 -"224224",37264,38838 -"224225",37264,39418 -"224226",37264,40727 -"224227",37264,55540 -"224228",37264,55744 -"224229",37264,59638 -"224230",37264,68426 -"224231",37264,93997 -"224232",37265,89971 -"224233",37266,37811 -"224234",37266,38535 -"224235",37266,46903 -"224236",37266,47256 -"224237",37266,50127 -"224238",37266,52494 -"224239",37266,55057 -"224240",37266,61831 -"224241",37266,63368 -"224242",37266,64932 -"224243",37266,68789 -"224244",37266,68891 -"224245",37266,68914 -"224246",37266,69938 -"224247",37266,71130 -"224248",37266,81413 -"224249",37266,110041 -"224250",37269,78716 -"224251",37270,67784 -"224252",37270,68019 -"224253",37270,68132 -"224254",37270,94591 -"224255",37271,37324 -"224256",37271,94174 -"224257",37271,103599 -"224258",37272,101379 -"224259",37272,109370 -"224260",37273,108877 -"224261",37274,67543 -"224262",37274,85886 -"224263",37275,91771 -"224264",37277,58755 -"224265",37277,61781 -"224266",37277,70526 -"224267",37277,94346 -"224268",37278,56245 -"224269",37278,73919 -"224270",37278,88650 -"224271",37279,48998 -"224272",37279,51449 -"224273",37279,60387 -"224274",37279,68046 -"224275",37279,74484 -"224276",37279,80782 -"224277",37279,92173 -"224278",37279,112771 -"224279",37280,68328 -"224280",37280,117965 -"224281",37281,37374 -"224282",37281,66334 -"224283",37281,72017 -"224284",37281,108339 -"224285",37282,45795 -"224286",37282,63220 -"224287",37283,37294 -"224288",37283,86761 -"224289",37284,62393 -"224290",37285,57149 -"224291",37285,64213 -"224292",37285,90729 -"224293",37286,37349 -"224294",37286,37537 -"224295",37288,52311 -"224296",37288,54752 -"224297",37288,70014 -"224298",37288,71425 -"224299",37290,82067 -"224300",37290,117320 -"224301",37291,37325 -"224302",37292,44781 -"224303",37292,99640 -"224304",37292,100282 -"224305",37292,101557 -"224306",37293,98881 -"224307",37295,61629 -"224308",37296,38307 -"224309",37296,45311 -"224310",37296,49470 -"224311",37296,60040 -"224312",37296,70536 -"224313",37296,70573 -"224314",37297,37798 -"224315",37297,44749 -"224316",37297,47069 -"224317",37297,51635 -"224318",37297,51835 -"224319",37297,52606 -"224320",37297,57356 -"224321",37297,60002 -"224322",37297,71399 -"224323",37297,74915 -"224324",37297,94126 -"224325",37297,98439 -"224326",37297,115522 -"224327",37298,52003 -"224328",37299,37300 -"224329",37301,46062 -"224330",37301,53349 -"224331",37301,56616 -"224332",37301,56639 -"224333",37302,37356 -"224334",37302,37357 -"224335",37302,44956 -"224336",37303,44457 -"224337",37303,44458 -"224338",37303,44459 -"224339",37303,44468 -"224340",37303,48553 -"224341",37303,48651 -"224342",37303,76187 -"224343",37303,116296 -"224344",37303,116313 -"224345",37303,116330 -"224346",37304,46957 -"224347",37304,74881 -"224348",37304,76369 -"224349",37304,78564 -"224350",37304,80191 -"224351",37304,92784 -"224352",37306,37426 -"224353",37306,42246 -"224354",37307,41455 -"224355",37307,43149 -"224356",37307,44687 -"224357",37307,45396 -"224358",37307,50207 -"224359",37307,50367 -"224360",37307,50488 -"224361",37307,52112 -"224362",37307,53415 -"224363",37307,54820 -"224364",37307,56357 -"224365",37307,57636 -"224366",37307,58482 -"224367",37307,59798 -"224368",37307,59969 -"224369",37307,61778 -"224370",37307,66376 -"224371",37307,68475 -"224372",37307,70335 -"224373",37307,70907 -"224374",37307,71683 -"224375",37307,76613 -"224376",37307,77125 -"224377",37307,78398 -"224378",37307,79583 -"224379",37307,81508 -"224380",37307,82426 -"224381",37307,82593 -"224382",37307,82848 -"224383",37307,84343 -"224384",37307,85000 -"224385",37307,85101 -"224386",37307,90884 -"224387",37307,91682 -"224388",37307,95267 -"224389",37307,95740 -"224390",37307,97580 -"224391",37307,98727 -"224392",37307,98776 -"224393",37307,99031 -"224394",37307,100795 -"224395",37307,106824 -"224396",37307,108879 -"224397",37307,109166 -"224398",37307,109221 -"224399",37307,109858 -"224400",37307,109878 -"224401",37307,112962 -"224402",37307,113990 -"224403",37307,115413 -"224404",37307,115878 -"224405",37307,116123 -"224406",37307,117258 -"224407",37307,117560 -"224408",37307,118128 -"224409",37307,118836 -"224410",37307,118866 -"224411",37307,118873 -"224412",37307,119131 -"224413",37307,119513 -"224414",37307,119716 -"224415",37307,119769 -"224416",37307,120123 -"224417",37307,120169 -"224418",37307,120725 -"224419",37307,120944 -"224420",37307,121609 -"224421",37307,122007 -"224422",37307,122032 -"224423",37307,122035 -"224424",37307,122724 -"224425",37307,123070 -"224426",37307,123394 -"224427",37307,123490 -"224428",37308,37362 -"224429",37308,37536 -"224430",37308,41681 -"224431",37308,56562 -"224432",37308,60487 -"224433",37309,51928 -"224434",37309,56522 -"224435",37310,37382 -"224436",37310,43137 -"224437",37310,47854 -"224438",37310,48418 -"224439",37310,58834 -"224440",37310,63523 -"224441",37310,69011 -"224442",37310,78549 -"224443",37310,97260 -"224444",37310,106481 -"224445",37311,70599 -"224446",37311,77758 -"224447",37311,90869 -"224448",37311,90911 -"224449",37311,97124 -"224450",37311,113450 -"224451",37311,118391 -"224452",37312,38927 -"224453",37312,48478 -"224454",37312,54301 -"224455",37313,63312 -"224456",37314,37884 -"224457",37314,39173 -"224458",37314,39355 -"224459",37314,46267 -"224460",37314,47009 -"224461",37314,47947 -"224462",37314,55021 -"224463",37314,57307 -"224464",37314,57372 -"224465",37314,57843 -"224466",37314,60301 -"224467",37314,60310 -"224468",37314,60348 -"224469",37314,60407 -"224470",37315,37317 -"224471",37316,58409 -"224472",37316,85487 -"224473",37316,103677 -"224474",37318,69174 -"224475",37319,52113 -"224476",37319,57842 -"224477",37319,67212 -"224478",37319,72231 -"224479",37319,88532 -"224480",37320,43552 -"224481",37320,48498 -"224482",37320,73592 -"224483",37320,84362 -"224484",37322,37331 -"224485",37322,37373 -"224486",37322,37451 -"224487",37322,45476 -"224488",37322,45566 -"224489",37323,46432 -"224490",37323,97015 -"224491",37323,98409 -"224492",37323,101470 -"224493",37325,41922 -"224494",37325,71375 -"224495",37326,42518 -"224496",37326,56739 -"224497",37328,74514 -"224498",37328,74515 -"224499",37330,43932 -"224500",37330,72722 -"224501",37330,80554 -"224502",37331,37373 -"224503",37331,37451 -"224504",37332,70235 -"224505",37332,101605 -"224506",37333,54020 -"224507",37333,59194 -"224508",37333,62164 -"224509",37333,73411 -"224510",37333,79088 -"224511",37333,80248 -"224512",37333,84719 -"224513",37333,86490 -"224514",37333,92495 -"224515",37333,93499 -"224516",37333,97635 -"224517",37333,101865 -"224518",37333,103307 -"224519",37333,122170 -"224520",37334,37442 -"224521",37334,39627 -"224522",37334,61921 -"224523",37334,66852 -"224524",37334,81670 -"224525",37334,94257 -"224526",37334,94781 -"224527",37334,97634 -"224528",37334,110890 -"224529",37335,38260 -"224530",37335,50367 -"224531",37335,65162 -"224532",37335,65746 -"224533",37335,110994 -"224534",37335,120929 -"224535",37335,120967 -"224536",37336,40163 -"224537",37336,55739 -"224538",37336,87695 -"224539",37337,42056 -"224540",37337,107029 -"224541",37338,37347 -"224542",37340,55368 -"224543",37341,48603 -"224544",37341,55189 -"224545",37341,77758 -"224546",37341,98877 -"224547",37341,99513 -"224548",37341,101858 -"224549",37341,117768 -"224550",37342,41475 -"224551",37342,45192 -"224552",37342,47245 -"224553",37342,63847 -"224554",37342,67828 -"224555",37342,73884 -"224556",37343,51002 -"224557",37343,77270 -"224558",37343,81121 -"224559",37343,82029 -"224560",37343,93609 -"224561",37343,108314 -"224562",37344,51405 -"224563",37344,72677 -"224564",37344,87513 -"224565",37344,92998 -"224566",37344,96582 -"224567",37344,104063 -"224568",37344,114220 -"224569",37344,114223 -"224570",37346,40551 -"224571",37346,44864 -"224572",37346,54278 -"224573",37346,60611 -"224574",37346,69383 -"224575",37346,78181 -"224576",37346,81884 -"224577",37346,84453 -"224578",37346,85209 -"224579",37346,88716 -"224580",37346,90336 -"224581",37346,97001 -"224582",37346,102339 -"224583",37346,103959 -"224584",37346,117119 -"224585",37348,46635 -"224586",37348,53412 -"224587",37348,81463 -"224588",37348,85356 -"224589",37348,91891 -"224590",37348,108057 -"224591",37348,117907 -"224592",37349,85997 -"224593",37350,68086 -"224594",37350,77107 -"224595",37351,37364 -"224596",37351,37371 -"224597",37351,40026 -"224598",37351,40253 -"224599",37351,44675 -"224600",37351,45677 -"224601",37351,47232 -"224602",37351,47767 -"224603",37351,52168 -"224604",37351,56548 -"224605",37351,68680 -"224606",37351,69222 -"224607",37351,69429 -"224608",37351,71531 -"224609",37351,72224 -"224610",37351,77152 -"224611",37351,86925 -"224612",37351,92706 -"224613",37351,96616 -"224614",37352,38042 -"224615",37352,40352 -"224616",37352,40653 -"224617",37352,47237 -"224618",37353,60798 -"224619",37353,60849 -"224620",37354,38564 -"224621",37354,40551 -"224622",37354,41419 -"224623",37354,45350 -"224624",37354,46414 -"224625",37354,47444 -"224626",37354,48140 -"224627",37354,61801 -"224628",37354,66612 -"224629",37354,77511 -"224630",37354,77693 -"224631",37354,88764 -"224632",37354,90558 -"224633",37354,91925 -"224634",37354,99281 -"224635",37354,99736 -"224636",37354,108744 -"224637",37354,108829 -"224638",37355,61096 -"224639",37356,37357 -"224640",37358,43671 -"224641",37358,51735 -"224642",37358,61838 -"224643",37358,79735 -"224644",37358,89428 -"224645",37359,84189 -"224646",37359,88597 -"224647",37359,90132 -"224648",37359,97869 -"224649",37359,117345 -"224650",37359,118044 -"224651",37360,37383 -"224652",37361,50597 -"224653",37362,37536 -"224654",37362,43850 -"224655",37362,51014 -"224656",37362,54279 -"224657",37363,37509 -"224658",37363,57612 -"224659",37363,58648 -"224660",37363,59603 -"224661",37363,60016 -"224662",37363,62356 -"224663",37363,63124 -"224664",37363,65400 -"224665",37363,73623 -"224666",37363,79136 -"224667",37363,90643 -"224668",37363,101189 -"224669",37363,105950 -"224670",37363,110508 -"224671",37363,113237 -"224672",37363,119587 -"224673",37364,39525 -"224674",37364,43679 -"224675",37364,44675 -"224676",37364,47232 -"224677",37364,56995 -"224678",37364,68680 -"224679",37364,71531 -"224680",37364,72224 -"224681",37364,92706 -"224682",37364,96616 -"224683",37364,102449 -"224684",37365,39969 -"224685",37365,48042 -"224686",37365,74893 -"224687",37366,53502 -"224688",37366,66350 -"224689",37366,88655 -"224690",37366,100399 -"224691",37366,108177 -"224692",37367,38523 -"224693",37367,94481 -"224694",37368,49621 -"224695",37368,67826 -"224696",37368,93794 -"224697",37368,99044 -"224698",37368,102095 -"224699",37368,115937 -"224700",37368,118151 -"224701",37369,42060 -"224702",37369,49984 -"224703",37369,64890 -"224704",37369,98687 -"224705",37370,52054 -"224706",37370,52055 -"224707",37371,46868 -"224708",37371,64310 -"224709",37372,38373 -"224710",37372,46662 -"224711",37372,49683 -"224712",37372,50877 -"224713",37372,51909 -"224714",37372,55449 -"224715",37372,56696 -"224716",37372,82252 -"224717",37373,37451 -"224718",37373,39109 -"224719",37373,42036 -"224720",37373,42574 -"224721",37373,48020 -"224722",37373,49739 -"224723",37373,62442 -"224724",37373,84249 -"224725",37373,84250 -"224726",37373,84260 -"224727",37373,84261 -"224728",37375,109452 -"224729",37375,119801 -"224730",37375,119802 -"224731",37376,62852 -"224732",37376,65282 -"224733",37376,65617 -"224734",37376,66168 -"224735",37376,67336 -"224736",37376,72857 -"224737",37376,72870 -"224738",37376,83907 -"224739",37376,85078 -"224740",37376,85156 -"224741",37376,85705 -"224742",37376,88713 -"224743",37376,93437 -"224744",37376,120128 -"224745",37377,39535 -"224746",37377,41901 -"224747",37377,51781 -"224748",37377,58796 -"224749",37377,62541 -"224750",37378,42089 -"224751",37378,75884 -"224752",37378,78750 -"224753",37378,78817 -"224754",37378,83556 -"224755",37379,37535 -"224756",37380,84339 -"224757",37380,94818 -"224758",37381,45025 -"224759",37382,63523 -"224760",37382,69011 -"224761",37382,78549 -"224762",37382,89442 -"224763",37382,89444 -"224764",37383,55433 -"224765",37383,59661 -"224766",37384,85310 -"224767",37385,43214 -"224768",37385,56502 -"224769",37385,71351 -"224770",37385,87107 -"224771",37385,90529 -"224772",37385,93243 -"224773",37385,121697 -"224774",37386,44164 -"224775",37387,39732 -"224776",37387,43327 -"224777",37387,63033 -"224778",37387,76136 -"224779",37387,86938 -"224780",37388,50300 -"224781",37388,53276 -"224782",37388,59479 -"224783",37388,108932 -"224784",37389,47756 -"224785",37389,54415 -"224786",37389,66495 -"224787",37389,112667 -"224788",37389,118356 -"224789",37391,51977 -"224790",37391,69996 -"224791",37392,37455 -"224792",37392,40943 -"224793",37392,44623 -"224794",37392,57919 -"224795",37393,70373 -"224796",37393,108517 -"224797",37394,53618 -"224798",37394,53814 -"224799",37394,61262 -"224800",37394,80783 -"224801",37394,82154 -"224802",37395,37512 -"224803",37395,38908 -"224804",37395,45049 -"224805",37395,48503 -"224806",37395,104379 -"224807",37395,104380 -"224808",37396,58705 -"224809",37396,65682 -"224810",37396,81620 -"224811",37397,53855 -"224812",37397,56273 -"224813",37397,65866 -"224814",37397,101708 -"224815",37397,110039 -"224816",37397,114032 -"224817",37398,106812 -"224818",37399,54366 -"224819",37399,65625 -"224820",37399,75310 -"224821",37399,100226 -"224822",37400,40588 -"224823",37400,123004 -"224824",37401,57151 -"224825",37402,37859 -"224826",37402,40358 -"224827",37402,45934 -"224828",37402,61036 -"224829",37402,97012 -"224830",37403,37519 -"224831",37403,50457 -"224832",37403,50503 -"224833",37403,60139 -"224834",37403,62267 -"224835",37404,44205 -"224836",37405,61683 -"224837",37405,79945 -"224838",37406,47030 -"224839",37406,50774 -"224840",37406,52004 -"224841",37406,101858 -"224842",37407,37416 -"224843",37407,37436 -"224844",37407,37462 -"224845",37407,37559 -"224846",37408,37414 -"224847",37408,37528 -"224848",37408,64200 -"224849",37408,75318 -"224850",37410,38710 -"224851",37410,40599 -"224852",37410,115250 -"224853",37413,72262 -"224854",37413,113298 -"224855",37414,37528 -"224856",37415,96592 -"224857",37416,37436 -"224858",37416,37462 -"224859",37416,37559 -"224860",37417,37555 -"224861",37417,38643 -"224862",37417,43182 -"224863",37417,89858 -"224864",37418,39981 -"224865",37418,44214 -"224866",37418,47802 -"224867",37418,48347 -"224868",37418,48473 -"224869",37418,72450 -"224870",37419,50866 -"224871",37419,55550 -"224872",37420,72251 -"224873",37420,76732 -"224874",37422,37533 -"224875",37422,46210 -"224876",37422,49004 -"224877",37422,49030 -"224878",37422,49045 -"224879",37422,49590 -"224880",37423,44707 -"224881",37423,66561 -"224882",37423,66688 -"224883",37423,108152 -"224884",37424,57557 -"224885",37424,57709 -"224886",37425,51718 -"224887",37425,69255 -"224888",37426,42246 -"224889",37426,48957 -"224890",37426,50899 -"224891",37426,54157 -"224892",37426,98396 -"224893",37427,39062 -"224894",37427,93021 -"224895",37429,42771 -"224896",37429,74022 -"224897",37430,37540 -"224898",37431,43455 -"224899",37431,51866 -"224900",37431,51908 -"224901",37431,74257 -"224902",37431,74527 -"224903",37431,85375 -"224904",37431,87839 -"224905",37431,87852 -"224906",37432,37543 -"224907",37434,41595 -"224908",37435,45408 -"224909",37435,45563 -"224910",37435,67522 -"224911",37435,69215 -"224912",37435,98053 -"224913",37435,99191 -"224914",37435,105262 -"224915",37435,107410 -"224916",37435,108872 -"224917",37435,111156 -"224918",37435,114895 -"224919",37436,37462 -"224920",37436,37559 -"224921",37438,37441 -"224922",37438,37623 -"224923",37439,37440 -"224924",37439,54929 -"224925",37439,80907 -"224926",37440,98022 -"224927",37441,37623 -"224928",37442,68814 -"224929",37442,89290 -"224930",37442,107621 -"224931",37443,41783 -"224932",37443,41982 -"224933",37443,43376 -"224934",37443,45763 -"224935",37443,51512 -"224936",37443,53964 -"224937",37443,65138 -"224938",37443,86227 -"224939",37443,88413 -"224940",37443,93847 -"224941",37443,98594 -"224942",37443,102147 -"224943",37443,102148 -"224944",37444,91417 -"224945",37444,115575 -"224946",37444,115576 -"224947",37444,117100 -"224948",37444,120732 -"224949",37445,97829 -"224950",37445,117939 -"224951",37446,46107 -"224952",37446,57787 -"224953",37446,67957 -"224954",37446,70928 -"224955",37446,76126 -"224956",37446,84348 -"224957",37446,96822 -"224958",37446,96823 -"224959",37446,96849 -"224960",37446,96858 -"224961",37446,96859 -"224962",37447,48801 -"224963",37448,37499 -"224964",37448,37534 -"224965",37448,59300 -"224966",37448,82386 -"224967",37449,40415 -"224968",37449,43567 -"224969",37449,48875 -"224970",37449,57487 -"224971",37449,59354 -"224972",37449,64989 -"224973",37449,80721 -"224974",37449,81050 -"224975",37449,81063 -"224976",37450,53185 -"224977",37450,53606 -"224978",37452,79629 -"224979",37453,94311 -"224980",37453,110922 -"224981",37453,116131 -"224982",37454,38503 -"224983",37454,74813 -"224984",37454,97562 -"224985",37455,41937 -"224986",37456,59239 -"224987",37456,80735 -"224988",37457,119549 -"224989",37458,62567 -"224990",37458,64960 -"224991",37460,61242 -"224992",37461,46668 -"224993",37461,52951 -"224994",37461,54769 -"224995",37461,68333 -"224996",37461,78890 -"224997",37461,82839 -"224998",37462,37559 -"224999",37462,50983 -"225000",37462,62472 -"225001",37462,62481 -"225002",37462,62497 -"225003",37464,37508 -"225004",37464,50738 -"225005",37464,100292 -"225006",37465,37564 -"225007",37465,59201 -"225008",37465,59302 -"225009",37465,59328 -"225010",37466,43207 -"225011",37466,117452 -"225012",37467,109324 -"225013",37468,90922 -"225014",37468,97317 -"225015",37469,46896 -"225016",37469,60283 -"225017",37469,62981 -"225018",37470,37501 -"225019",37470,42162 -"225020",37470,50003 -"225021",37470,67949 -"225022",37470,87209 -"225023",37471,52959 -"225024",37471,57098 -"225025",37472,42999 -"225026",37472,46297 -"225027",37472,70233 -"225028",37472,88553 -"225029",37472,115080 -"225030",37472,119288 -"225031",37472,122370 -"225032",37472,122380 -"225033",37472,123380 -"225034",37473,64843 -"225035",37473,79520 -"225036",37473,107933 -"225037",37473,108934 -"225038",37473,121754 -"225039",37474,113218 -"225040",37475,37505 -"225041",37475,47249 -"225042",37475,68682 -"225043",37475,68691 -"225044",37475,68876 -"225045",37476,72458 -"225046",37477,37521 -"225047",37477,55030 -"225048",37477,78938 -"225049",37477,83285 -"225050",37477,83835 -"225051",37477,89641 -"225052",37477,100584 -"225053",37477,103598 -"225054",37477,110727 -"225055",37477,110805 -"225056",37478,101548 -"225057",37479,37663 -"225058",37479,56165 -"225059",37481,38462 -"225060",37481,61034 -"225061",37481,82671 -"225062",37481,100945 -"225063",37481,105853 -"225064",37482,44481 -"225065",37482,57828 -"225066",37482,82914 -"225067",37482,82937 -"225068",37483,47148 -"225069",37483,48319 -"225070",37483,62247 -"225071",37483,73528 -"225072",37483,80477 -"225073",37483,81615 -"225074",37484,48063 -"225075",37485,37492 -"225076",37485,37526 -"225077",37485,42855 -"225078",37485,65315 -"225079",37485,65417 -"225080",37485,90880 -"225081",37486,39424 -"225082",37486,41031 -"225083",37486,45238 -"225084",37486,54926 -"225085",37486,56093 -"225086",37486,58437 -"225087",37487,42569 -"225088",37487,115826 -"225089",37488,60016 -"225090",37488,86062 -"225091",37488,87408 -"225092",37488,95034 -"225093",37488,102913 -"225094",37489,43528 -"225095",37489,45520 -"225096",37489,46764 -"225097",37489,46786 -"225098",37489,51013 -"225099",37489,86533 -"225100",37490,77457 -"225101",37490,95676 -"225102",37491,81352 -"225103",37491,86337 -"225104",37492,37526 -"225105",37493,41140 -"225106",37493,46743 -"225107",37493,59054 -"225108",37493,65543 -"225109",37493,87574 -"225110",37493,121987 -"225111",37494,40978 -"225112",37494,49088 -"225113",37494,49172 -"225114",37495,37507 -"225115",37495,37550 -"225116",37495,40893 -"225117",37495,48023 -"225118",37495,62422 -"225119",37495,62462 -"225120",37495,104867 -"225121",37495,107356 -"225122",37496,38916 -"225123",37496,100591 -"225124",37496,107807 -"225125",37497,37531 -"225126",37498,47495 -"225127",37498,87116 -"225128",37498,99082 -"225129",37499,37534 -"225130",37499,40846 -"225131",37501,60280 -"225132",37501,67329 -"225133",37501,84463 -"225134",37501,90912 -"225135",37501,106163 -"225136",37502,69512 -"225137",37502,82842 -"225138",37502,121784 -"225139",37503,39159 -"225140",37503,53248 -"225141",37503,62039 -"225142",37503,71086 -"225143",37503,73102 -"225144",37503,82381 -"225145",37503,119340 -"225146",37504,56081 -"225147",37505,66189 -"225148",37505,68876 -"225149",37505,69232 -"225150",37505,71300 -"225151",37505,103374 -"225152",37506,47743 -"225153",37506,74540 -"225154",37506,74541 -"225155",37506,108813 -"225156",37507,37550 -"225157",37507,46716 -"225158",37507,48023 -"225159",37507,76564 -"225160",37507,77001 -"225161",37507,83526 -"225162",37507,87083 -"225163",37507,91290 -"225164",37507,100332 -"225165",37508,45031 -"225166",37508,50738 -"225167",37509,46483 -"225168",37509,56885 -"225169",37509,79136 -"225170",37509,88208 -"225171",37509,90643 -"225172",37509,97824 -"225173",37509,101189 -"225174",37510,42552 -"225175",37510,61379 -"225176",37510,64275 -"225177",37511,42584 -"225178",37512,59114 -"225179",37513,39396 -"225180",37513,58970 -"225181",37513,76483 -"225182",37513,104524 -"225183",37513,106608 -"225184",37516,68877 -"225185",37516,86145 -"225186",37516,87305 -"225187",37516,94379 -"225188",37517,37518 -"225189",37517,44086 -"225190",37517,44124 -"225191",37517,55641 -"225192",37517,60661 -"225193",37517,62537 -"225194",37517,69697 -"225195",37518,56535 -"225196",37518,82986 -"225197",37519,43738 -"225198",37519,44631 -"225199",37519,46750 -"225200",37519,55809 -"225201",37519,61458 -"225202",37519,62052 -"225203",37520,39283 -"225204",37520,52304 -"225205",37520,98723 -"225206",37520,98736 -"225207",37520,98740 -"225208",37522,42331 -"225209",37522,48055 -"225210",37522,50903 -"225211",37522,53825 -"225212",37522,53826 -"225213",37523,104896 -"225214",37523,111224 -"225215",37524,47465 -"225216",37525,71297 -"225217",37525,79736 -"225218",37525,114059 -"225219",37528,58373 -"225220",37528,63717 -"225221",37530,72396 -"225222",37530,75617 -"225223",37530,89649 -"225224",37530,92836 -"225225",37530,93946 -"225226",37531,43119 -"225227",37531,65212 -"225228",37531,73433 -"225229",37531,85008 -"225230",37532,47636 -"225231",37533,46210 -"225232",37533,49004 -"225233",37533,49030 -"225234",37533,49045 -"225235",37533,49590 -"225236",37533,53447 -"225237",37535,47572 -"225238",37535,50308 -"225239",37536,38609 -"225240",37538,40835 -"225241",37538,70171 -"225242",37540,49760 -"225243",37540,51884 -"225244",37540,68112 -"225245",37541,43594 -"225246",37542,52261 -"225247",37543,69358 -"225248",37543,84223 -"225249",37543,84335 -"225250",37543,84344 -"225251",37544,37752 -"225252",37544,38989 -"225253",37544,40840 -"225254",37544,57641 -"225255",37544,73261 -"225256",37544,73756 -"225257",37544,73842 -"225258",37544,106251 -"225259",37545,41024 -"225260",37545,53466 -"225261",37546,71567 -"225262",37546,81495 -"225263",37546,84596 -"225264",37546,85686 -"225265",37546,112584 -"225266",37547,39556 -"225267",37547,59412 -"225268",37548,50062 -"225269",37549,47495 -"225270",37549,62605 -"225271",37549,81061 -"225272",37549,92062 -"225273",37549,101827 -"225274",37549,105696 -"225275",37549,108420 -"225276",37550,39698 -"225277",37550,42827 -"225278",37550,53764 -"225279",37550,59772 -"225280",37550,87530 -"225281",37550,89631 -"225282",37550,102025 -"225283",37551,57470 -"225284",37551,61034 -"225285",37551,89240 -"225286",37551,100945 -"225287",37552,69517 -"225288",37552,80392 -"225289",37552,108398 -"225290",37553,102870 -"225291",37553,120100 -"225292",37554,61206 -"225293",37554,65803 -"225294",37554,92855 -"225295",37554,123378 -"225296",37555,99594 -"225297",37556,94166 -"225298",37558,81164 -"225299",37558,88665 -"225300",37558,89476 -"225301",37558,93905 -"225302",37558,114902 -"225303",37559,40493 -"225304",37559,41099 -"225305",37559,65794 -"225306",37560,68963 -"225307",37560,71054 -"225308",37560,98425 -"225309",37561,60862 -"225310",37561,63618 -"225311",37561,63620 -"225312",37561,91862 -"225313",37561,100225 -"225314",37562,42562 -"225315",37562,44879 -"225316",37563,99808 -"225317",37563,100302 -"225318",37565,38309 -"225319",37565,41034 -"225320",37566,53528 -"225321",37566,68109 -"225322",37566,68469 -"225323",37566,99396 -"225324",37566,106979 -"225325",37567,44461 -"225326",37567,44512 -"225327",37567,44853 -"225328",37567,44970 -"225329",37567,70627 -"225330",37568,77390 -"225331",37568,89786 -"225332",37568,100424 -"225333",37568,109102 -"225334",37568,118743 -"225335",37568,118745 -"225336",37568,123411 -"225337",37569,37679 -"225338",37569,51079 -"225339",37570,37682 -"225340",37570,47535 -"225341",37570,47624 -"225342",37570,68610 -"225343",37570,68656 -"225344",37570,68666 -"225345",37570,68703 -"225346",37571,37610 -"225347",37571,37648 -"225348",37571,98577 -"225349",37572,37588 -"225350",37573,86078 -"225351",37574,109605 -"225352",37575,78112 -"225353",37575,81448 -"225354",37576,54235 -"225355",37576,76584 -"225356",37577,45071 -"225357",37577,57839 -"225358",37577,90050 -"225359",37578,37692 -"225360",37580,38591 -"225361",37580,48092 -"225362",37580,49997 -"225363",37580,60673 -"225364",37580,121589 -"225365",37580,121656 -"225366",37581,57599 -"225367",37581,65036 -"225368",37581,78046 -"225369",37581,85537 -"225370",37582,37638 -"225371",37582,44997 -"225372",37582,45619 -"225373",37582,47581 -"225374",37582,69678 -"225375",37582,72535 -"225376",37582,119847 -"225377",37583,53087 -"225378",37583,63153 -"225379",37583,68276 -"225380",37583,70950 -"225381",37583,101179 -"225382",37583,105698 -"225383",37584,70538 -"225384",37584,80482 -"225385",37584,110555 -"225386",37585,37735 -"225387",37585,73974 -"225388",37586,44987 -"225389",37586,80698 -"225390",37588,70792 -"225391",37588,85183 -"225392",37588,85239 -"225393",37589,119362 -"225394",37589,122528 -"225395",37590,39711 -"225396",37591,37599 -"225397",37591,48133 -"225398",37591,97000 -"225399",37591,114424 -"225400",37592,37600 -"225401",37593,68450 -"225402",37593,97047 -"225403",37593,105509 -"225404",37593,120124 -"225405",37594,59118 -"225406",37594,92900 -"225407",37595,38100 -"225408",37595,38760 -"225409",37595,42920 -"225410",37595,83445 -"225411",37595,97559 -"225412",37596,86110 -"225413",37596,119170 -"225414",37597,105598 -"225415",37598,54924 -"225416",37598,54944 -"225417",37599,51491 -"225418",37599,65626 -"225419",37599,79494 -"225420",37600,90858 -"225421",37602,86648 -"225422",37602,91891 -"225423",37604,86627 -"225424",37605,62997 -"225425",37605,63658 -"225426",37605,65383 -"225427",37605,81231 -"225428",37605,82448 -"225429",37605,110004 -"225430",37605,119963 -"225431",37607,83685 -"225432",37608,44406 -"225433",37608,48160 -"225434",37608,58964 -"225435",37608,64393 -"225436",37608,65131 -"225437",37609,38564 -"225438",37609,40895 -"225439",37609,42806 -"225440",37609,52327 -"225441",37609,55795 -"225442",37609,75591 -"225443",37609,84033 -"225444",37609,88462 -"225445",37609,105925 -"225446",37610,37636 -"225447",37610,37648 -"225448",37610,39435 -"225449",37610,40131 -"225450",37610,40166 -"225451",37610,40392 -"225452",37610,40905 -"225453",37610,41030 -"225454",37610,41527 -"225455",37610,41529 -"225456",37610,41778 -"225457",37610,43147 -"225458",37610,43234 -"225459",37610,43858 -"225460",37610,44828 -"225461",37610,45657 -"225462",37610,45933 -"225463",37610,46434 -"225464",37610,46788 -"225465",37610,47123 -"225466",37610,47254 -"225467",37610,47488 -"225468",37610,48909 -"225469",37610,49859 -"225470",37610,50064 -"225471",37610,50067 -"225472",37610,50554 -"225473",37610,50879 -"225474",37610,51783 -"225475",37610,52018 -"225476",37610,53444 -"225477",37610,53527 -"225478",37610,53555 -"225479",37610,54275 -"225480",37610,56628 -"225481",37610,57966 -"225482",37610,58004 -"225483",37610,58068 -"225484",37610,58633 -"225485",37610,61111 -"225486",37610,61127 -"225487",37610,68287 -"225488",37611,37731 -"225489",37611,63433 -"225490",37611,65403 -"225491",37612,64201 -"225492",37612,78068 -"225493",37612,102881 -"225494",37613,48337 -"225495",37613,66148 -"225496",37613,66149 -"225497",37613,66150 -"225498",37613,71497 -"225499",37613,82982 -"225500",37614,52019 -"225501",37614,52667 -"225502",37614,52722 -"225503",37614,59378 -"225504",37614,61619 -"225505",37615,52170 -"225506",37615,52783 -"225507",37615,92051 -"225508",37615,92559 -"225509",37616,84496 -"225510",37617,89035 -"225511",37617,90260 -"225512",37617,110973 -"225513",37618,121456 -"225514",37619,39402 -"225515",37619,46096 -"225516",37619,47193 -"225517",37619,53172 -"225518",37619,57404 -"225519",37619,85016 -"225520",37620,37712 -"225521",37620,60951 -"225522",37620,67352 -"225523",37620,78875 -"225524",37621,53778 -"225525",37621,60198 -"225526",37621,69628 -"225527",37622,37630 -"225528",37622,57640 -"225529",37622,122303 -"225530",37622,122308 -"225531",37623,41364 -"225532",37623,61698 -"225533",37623,67638 -"225534",37623,69992 -"225535",37624,40916 -"225536",37624,69242 -"225537",37624,114799 -"225538",37625,37639 -"225539",37625,53771 -"225540",37625,57159 -"225541",37625,86593 -"225542",37625,102490 -"225543",37625,106463 -"225544",37626,83416 -"225545",37627,49334 -"225546",37627,49646 -"225547",37627,107012 -"225548",37627,107033 -"225549",37627,109681 -"225550",37628,47451 -"225551",37628,62266 -"225552",37628,103615 -"225553",37629,116593 -"225554",37629,116615 -"225555",37629,116616 -"225556",37631,45155 -"225557",37632,37727 -"225558",37633,41023 -"225559",37633,41598 -"225560",37633,50980 -"225561",37633,54653 -"225562",37633,64906 -"225563",37633,83539 -"225564",37633,95491 -"225565",37633,112086 -"225566",37633,113777 -"225567",37633,122961 -"225568",37635,61247 -"225569",37635,75613 -"225570",37635,91104 -"225571",37635,91496 -"225572",37635,94733 -"225573",37636,39435 -"225574",37636,40131 -"225575",37636,40166 -"225576",37636,40392 -"225577",37636,40905 -"225578",37636,41030 -"225579",37636,41527 -"225580",37636,41529 -"225581",37636,41778 -"225582",37636,43147 -"225583",37636,43234 -"225584",37636,43858 -"225585",37636,44519 -"225586",37636,44828 -"225587",37636,45657 -"225588",37636,45933 -"225589",37636,46434 -"225590",37636,46788 -"225591",37636,47123 -"225592",37636,47488 -"225593",37636,48909 -"225594",37636,49859 -"225595",37636,50064 -"225596",37636,50067 -"225597",37636,50554 -"225598",37636,50879 -"225599",37636,51783 -"225600",37636,52018 -"225601",37636,53444 -"225602",37636,53527 -"225603",37636,53555 -"225604",37636,54134 -"225605",37636,54275 -"225606",37636,56628 -"225607",37636,58004 -"225608",37636,58068 -"225609",37636,58633 -"225610",37636,61111 -"225611",37636,61127 -"225612",37636,68287 -"225613",37636,68423 -"225614",37636,70789 -"225615",37636,82373 -"225616",37636,93421 -"225617",37636,102296 -"225618",37638,39062 -"225619",37638,47581 -"225620",37638,52952 -"225621",37638,72535 -"225622",37638,86463 -"225623",37639,47135 -"225624",37639,52912 -"225625",37639,57056 -"225626",37639,57074 -"225627",37639,58170 -"225628",37639,88822 -"225629",37640,37670 -"225630",37640,37719 -"225631",37640,44757 -"225632",37640,98380 -"225633",37641,41537 -"225634",37643,103907 -"225635",37643,110051 -"225636",37643,110107 -"225637",37643,114803 -"225638",37646,44296 -"225639",37647,49560 -"225640",37647,104074 -"225641",37648,39533 -"225642",37648,47254 -"225643",37648,57966 -"225644",37648,87494 -"225645",37649,40136 -"225646",37649,66361 -"225647",37649,75213 -"225648",37651,42316 -"225649",37651,47343 -"225650",37651,50739 -"225651",37651,53954 -"225652",37651,57013 -"225653",37651,60515 -"225654",37651,61889 -"225655",37651,73647 -"225656",37652,38703 -"225657",37652,39396 -"225658",37652,46486 -"225659",37652,57995 -"225660",37652,68872 -"225661",37652,76483 -"225662",37652,81135 -"225663",37652,89185 -"225664",37652,90709 -"225665",37652,99332 -"225666",37653,43573 -"225667",37653,43702 -"225668",37653,43819 -"225669",37653,46627 -"225670",37653,95356 -"225671",37654,42890 -"225672",37655,38278 -"225673",37655,48344 -"225674",37655,73303 -"225675",37655,90760 -"225676",37655,120059 -"225677",37657,53416 -"225678",37657,116110 -"225679",37658,38128 -"225680",37658,38397 -"225681",37658,64258 -"225682",37658,76057 -"225683",37658,76581 -"225684",37658,81651 -"225685",37658,88151 -"225686",37658,90130 -"225687",37658,104329 -"225688",37658,110428 -"225689",37658,117118 -"225690",37659,65941 -"225691",37660,102567 -"225692",37661,47188 -"225693",37661,58020 -"225694",37661,59010 -"225695",37661,69718 -"225696",37661,76601 -"225697",37661,78523 -"225698",37661,92674 -"225699",37661,99186 -"225700",37661,114573 -"225701",37662,44452 -"225702",37662,51738 -"225703",37662,56284 -"225704",37662,94302 -"225705",37662,98815 -"225706",37662,106510 -"225707",37663,56165 -"225708",37664,37973 -"225709",37664,66340 -"225710",37664,80103 -"225711",37664,80625 -"225712",37664,116427 -"225713",37665,112909 -"225714",37665,122587 -"225715",37665,122763 -"225716",37665,122766 -"225717",37666,37724 -"225718",37666,39051 -"225719",37667,58122 -"225720",37667,58658 -"225721",37667,64110 -"225722",37668,37720 -"225723",37668,45068 -"225724",37668,56178 -"225725",37668,61835 -"225726",37668,62644 -"225727",37668,72891 -"225728",37668,73338 -"225729",37668,79343 -"225730",37668,81751 -"225731",37668,83406 -"225732",37668,93624 -"225733",37668,94381 -"225734",37668,97210 -"225735",37668,98155 -"225736",37668,117572 -"225737",37669,91030 -"225738",37669,93181 -"225739",37670,37719 -"225740",37670,52322 -"225741",37670,76468 -"225742",37670,78792 -"225743",37670,94737 -"225744",37670,116870 -"225745",37671,37672 -"225746",37671,37699 -"225747",37672,37699 -"225748",37673,64785 -"225749",37673,64853 -"225750",37674,122606 -"225751",37675,66671 -"225752",37676,57444 -"225753",37676,62957 -"225754",37676,69488 -"225755",37677,45512 -"225756",37677,49343 -"225757",37677,73637 -"225758",37677,75093 -"225759",37677,94918 -"225760",37677,94948 -"225761",37678,79297 -"225762",37679,38531 -"225763",37679,71661 -"225764",37679,84157 -"225765",37680,38531 -"225766",37680,82305 -"225767",37681,58656 -"225768",37681,74413 -"225769",37682,41278 -"225770",37682,54234 -"225771",37682,57950 -"225772",37683,70646 -"225773",37683,90868 -"225774",37683,109872 -"225775",37684,37838 -"225776",37684,38099 -"225777",37684,49076 -"225778",37684,68587 -"225779",37685,47476 -"225780",37687,44052 -"225781",37687,53104 -"225782",37687,57380 -"225783",37687,59442 -"225784",37687,59571 -"225785",37688,52670 -"225786",37688,75322 -"225787",37688,85765 -"225788",37688,85779 -"225789",37689,40945 -"225790",37689,46477 -"225791",37689,54004 -"225792",37689,66514 -"225793",37689,71858 -"225794",37690,37691 -"225795",37690,51049 -"225796",37690,62019 -"225797",37691,38378 -"225798",37691,42490 -"225799",37691,58089 -"225800",37692,90798 -"225801",37693,70777 -"225802",37693,91481 -"225803",37693,102145 -"225804",37694,37792 -"225805",37694,49338 -"225806",37694,55373 -"225807",37694,65625 -"225808",37694,113077 -"225809",37694,117718 -"225810",37695,116602 -"225811",37695,118770 -"225812",37695,121376 -"225813",37696,37697 -"225814",37696,52209 -"225815",37697,48757 -"225816",37697,52791 -"225817",37697,66050 -"225818",37697,68143 -"225819",37698,81641 -"225820",37698,111458 -"225821",37698,117550 -"225822",37700,38083 -"225823",37701,48890 -"225824",37701,101640 -"225825",37703,44999 -"225826",37704,46137 -"225827",37704,48381 -"225828",37704,50536 -"225829",37704,54639 -"225830",37705,100644 -"225831",37706,47900 -"225832",37708,76515 -"225833",37708,117046 -"225834",37710,41121 -"225835",37710,50431 -"225836",37710,91755 -"225837",37710,92743 -"225838",37711,102911 -"225839",37712,62980 -"225840",37712,91934 -"225841",37713,39073 -"225842",37713,39121 -"225843",37713,39155 -"225844",37713,48090 -"225845",37713,62442 -"225846",37715,68513 -"225847",37716,77081 -"225848",37716,89927 -"225849",37716,107077 -"225850",37716,112262 -"225851",37716,112462 -"225852",37717,54700 -"225853",37717,77569 -"225854",37717,91689 -"225855",37718,60753 -"225856",37718,95777 -"225857",37720,62644 -"225858",37720,68528 -"225859",37720,69079 -"225860",37720,69182 -"225861",37720,69248 -"225862",37720,73338 -"225863",37720,82158 -"225864",37720,92062 -"225865",37720,106071 -"225866",37721,44718 -"225867",37721,50710 -"225868",37721,50820 -"225869",37721,57833 -"225870",37721,72143 -"225871",37722,43329 -"225872",37722,70964 -"225873",37723,39052 -"225874",37724,104672 -"225875",37724,109515 -"225876",37724,122112 -"225877",37725,41947 -"225878",37725,41948 -"225879",37726,40389 -"225880",37726,46550 -"225881",37726,46684 -"225882",37726,46778 -"225883",37726,46779 -"225884",37726,48630 -"225885",37726,52506 -"225886",37726,55811 -"225887",37726,57171 -"225888",37731,65403 -"225889",37732,86035 -"225890",37733,59647 -"225891",37734,103051 -"225892",37735,41247 -"225893",37735,62307 -"225894",37735,82877 -"225895",37736,39771 -"225896",37736,62414 -"225897",37736,76057 -"225898",37736,88717 -"225899",37736,90558 -"225900",37736,108254 -"225901",37737,40144 -"225902",37737,47170 -"225903",37737,107580 -"225904",37738,39869 -"225905",37738,49281 -"225906",37738,55316 -"225907",37738,57878 -"225908",37738,65109 -"225909",37738,65182 -"225910",37738,78802 -"225911",37739,37934 -"225912",37739,43662 -"225913",37739,44914 -"225914",37739,47569 -"225915",37739,48856 -"225916",37739,53475 -"225917",37739,60385 -"225918",37739,69529 -"225919",37739,69722 -"225920",37739,78137 -"225921",37739,79293 -"225922",37739,91560 -"225923",37739,91581 -"225924",37739,91584 -"225925",37739,91616 -"225926",37739,91620 -"225927",37740,62918 -"225928",37740,84999 -"225929",37741,56947 -"225930",37742,43452 -"225931",37742,43454 -"225932",37742,55966 -"225933",37742,55967 -"225934",37742,104868 -"225935",37744,99198 -"225936",37745,47391 -"225937",37745,47408 -"225938",37745,66243 -"225939",37745,81704 -"225940",37747,57994 -"225941",37748,38488 -"225942",37749,79386 -"225943",37750,38237 -"225944",37750,38245 -"225945",37750,46087 -"225946",37751,37816 -"225947",37751,37884 -"225948",37751,69876 -"225949",37751,105018 -"225950",37752,38185 -"225951",37752,38440 -"225952",37752,38461 -"225953",37752,44715 -"225954",37752,51490 -"225955",37752,54060 -"225956",37752,55390 -"225957",37752,55541 -"225958",37752,57641 -"225959",37752,59916 -"225960",37752,105527 -"225961",37752,112800 -"225962",37752,121796 -"225963",37753,47658 -"225964",37754,39378 -"225965",37755,37756 -"225966",37756,52461 -"225967",37756,79621 -"225968",37756,84647 -"225969",37757,73184 -"225970",37758,43135 -"225971",37758,44068 -"225972",37758,45958 -"225973",37758,50588 -"225974",37759,53843 -"225975",37759,67046 -"225976",37759,75799 -"225977",37759,80582 -"225978",37760,37858 -"225979",37760,121527 -"225980",37761,37802 -"225981",37762,79611 -"225982",37763,60760 -"225983",37763,91478 -"225984",37763,94736 -"225985",37763,118025 -"225986",37764,42190 -"225987",37764,43213 -"225988",37764,52136 -"225989",37764,56082 -"225990",37764,64647 -"225991",37764,75403 -"225992",37764,78835 -"225993",37764,80422 -"225994",37764,96695 -"225995",37764,96699 -"225996",37765,44744 -"225997",37765,47818 -"225998",37765,53367 -"225999",37766,42115 -"226000",37766,44468 -"226001",37766,48021 -"226002",37766,58696 -"226003",37766,62596 -"226004",37766,99624 -"226005",37766,112893 -"226006",37766,115690 -"226007",37767,38131 -"226008",37767,44090 -"226009",37767,44212 -"226010",37768,48249 -"226011",37768,61446 -"226012",37768,65234 -"226013",37768,75902 -"226014",37768,91777 -"226015",37768,103287 -"226016",37768,117698 -"226017",37768,118142 -"226018",37768,118143 -"226019",37768,118558 -"226020",37768,119337 -"226021",37769,71621 -"226022",37770,45029 -"226023",37770,63290 -"226024",37771,37847 -"226025",37771,37848 -"226026",37771,46047 -"226027",37772,38422 -"226028",37772,38538 -"226029",37774,37865 -"226030",37774,49158 -"226031",37774,50600 -"226032",37774,58233 -"226033",37774,63668 -"226034",37774,73190 -"226035",37774,74786 -"226036",37774,75109 -"226037",37774,104034 -"226038",37774,109727 -"226039",37774,111217 -"226040",37774,115205 -"226041",37776,40902 -"226042",37776,45279 -"226043",37776,52216 -"226044",37776,66369 -"226045",37776,88272 -"226046",37776,88869 -"226047",37776,89587 -"226048",37776,92618 -"226049",37776,95867 -"226050",37776,107844 -"226051",37776,107987 -"226052",37777,51091 -"226053",37777,51249 -"226054",37778,37864 -"226055",37778,37883 -"226056",37778,64469 -"226057",37779,56455 -"226058",37779,69714 -"226059",37781,102222 -"226060",37782,39694 -"226061",37782,50887 -"226062",37784,41839 -"226063",37785,37810 -"226064",37786,37801 -"226065",37786,44294 -"226066",37786,44307 -"226067",37786,44312 -"226068",37786,44388 -"226069",37786,44408 -"226070",37786,44421 -"226071",37786,44479 -"226072",37786,44505 -"226073",37786,44507 -"226074",37786,62574 -"226075",37786,110582 -"226076",37787,48900 -"226077",37787,52283 -"226078",37787,53722 -"226079",37787,107952 -"226080",37787,111497 -"226081",37787,121321 -"226082",37787,121329 -"226083",37787,121335 -"226084",37787,121342 -"226085",37787,121388 -"226086",37787,121392 -"226087",37787,121398 -"226088",37790,68634 -"226089",37790,94179 -"226090",37791,39264 -"226091",37791,47882 -"226092",37791,54732 -"226093",37791,70187 -"226094",37791,70190 -"226095",37791,85919 -"226096",37791,88289 -"226097",37791,90721 -"226098",37791,97058 -"226099",37791,97067 -"226100",37791,97074 -"226101",37791,97102 -"226102",37791,97103 -"226103",37791,97104 -"226104",37791,97109 -"226105",37791,97110 -"226106",37792,55454 -"226107",37792,62507 -"226108",37792,72592 -"226109",37792,123281 -"226110",37793,58168 -"226111",37793,89991 -"226112",37793,102811 -"226113",37793,118474 -"226114",37793,118690 -"226115",37794,37855 -"226116",37795,38121 -"226117",37795,38477 -"226118",37795,76879 -"226119",37796,59186 -"226120",37797,40566 -"226121",37797,47629 -"226122",37797,47809 -"226123",37797,47949 -"226124",37797,47956 -"226125",37798,43471 -"226126",37798,50155 -"226127",37798,51835 -"226128",37798,52205 -"226129",37798,58262 -"226130",37798,62873 -"226131",37798,69810 -"226132",37798,69911 -"226133",37798,115111 -"226134",37800,39865 -"226135",37800,40072 -"226136",37800,41613 -"226137",37800,59939 -"226138",37800,85771 -"226139",37800,88699 -"226140",37800,91912 -"226141",37800,94671 -"226142",37800,100230 -"226143",37801,44294 -"226144",37801,44307 -"226145",37801,44312 -"226146",37801,44388 -"226147",37801,44408 -"226148",37801,44421 -"226149",37801,44479 -"226150",37801,44505 -"226151",37801,44507 -"226152",37801,66679 -"226153",37801,66876 -"226154",37802,68975 -"226155",37803,40095 -"226156",37803,40487 -"226157",37803,51319 -"226158",37803,51620 -"226159",37803,63317 -"226160",37803,70715 -"226161",37803,84995 -"226162",37804,74261 -"226163",37804,97102 -"226164",37805,61166 -"226165",37805,65631 -"226166",37805,67095 -"226167",37806,51340 -"226168",37806,100149 -"226169",37807,48291 -"226170",37807,84971 -"226171",37808,37887 -"226172",37808,50489 -"226173",37808,96399 -"226174",37808,104456 -"226175",37811,89378 -"226176",37812,76695 -"226177",37813,41192 -"226178",37813,83254 -"226179",37813,120427 -"226180",37816,37884 -"226181",37816,55447 -"226182",37816,55456 -"226183",37816,59522 -"226184",37816,59625 -"226185",37817,49926 -"226186",37817,67079 -"226187",37817,86651 -"226188",37817,101877 -"226189",37817,101890 -"226190",37818,52402 -"226191",37818,63775 -"226192",37818,75491 -"226193",37818,77238 -"226194",37818,81221 -"226195",37818,84844 -"226196",37818,86136 -"226197",37818,107092 -"226198",37819,122273 -"226199",37820,55449 -"226200",37820,77449 -"226201",37820,114429 -"226202",37821,37931 -"226203",37821,38319 -"226204",37821,39398 -"226205",37821,39492 -"226206",37821,40320 -"226207",37821,40373 -"226208",37821,40542 -"226209",37821,41182 -"226210",37821,42131 -"226211",37821,46843 -"226212",37821,48331 -"226213",37822,38234 -"226214",37822,47894 -"226215",37823,55581 -"226216",37824,68896 -"226217",37825,68500 -"226218",37826,42369 -"226219",37827,41808 -"226220",37827,54053 -"226221",37828,54624 -"226222",37829,51254 -"226223",37829,81991 -"226224",37829,81996 -"226225",37829,91460 -"226226",37829,92448 -"226227",37829,105006 -"226228",37829,105035 -"226229",37830,78425 -"226230",37830,85590 -"226231",37830,87596 -"226232",37831,84505 -"226233",37832,42088 -"226234",37832,51607 -"226235",37832,96386 -"226236",37833,58806 -"226237",37834,41658 -"226238",37834,76051 -"226239",37834,76069 -"226240",37834,112954 -"226241",37836,72235 -"226242",37836,89319 -"226243",37837,44367 -"226244",37837,68683 -"226245",37837,89453 -"226246",37837,93528 -"226247",37839,46626 -"226248",37839,70372 -"226249",37839,122014 -"226250",37840,101848 -"226251",37840,116459 -"226252",37840,119426 -"226253",37842,37876 -"226254",37843,46432 -"226255",37843,111344 -"226256",37844,49021 -"226257",37844,49040 -"226258",37844,49050 -"226259",37844,58724 -"226260",37844,84237 -"226261",37845,40186 -"226262",37845,45213 -"226263",37845,56676 -"226264",37845,58227 -"226265",37845,70927 -"226266",37845,72785 -"226267",37845,89736 -"226268",37846,37888 -"226269",37846,63312 -"226270",37846,76738 -"226271",37846,85451 -"226272",37847,37848 -"226273",37847,96479 -"226274",37847,96483 -"226275",37849,48321 -"226276",37849,73988 -"226277",37850,38318 -"226278",37850,40698 -"226279",37850,42415 -"226280",37850,42678 -"226281",37850,45751 -"226282",37850,72233 -"226283",37850,74203 -"226284",37850,121043 -"226285",37851,38661 -"226286",37851,53295 -"226287",37851,95262 -"226288",37851,96073 -"226289",37851,113917 -"226290",37851,113923 -"226291",37852,105843 -"226292",37853,38206 -"226293",37853,38291 -"226294",37853,38338 -"226295",37853,44838 -"226296",37853,60690 -"226297",37853,60997 -"226298",37853,66660 -"226299",37853,74578 -"226300",37854,38458 -"226301",37854,56718 -"226302",37854,56873 -"226303",37854,62165 -"226304",37854,74862 -"226305",37854,78534 -"226306",37854,116764 -"226307",37854,119541 -"226308",37854,120845 -"226309",37855,48836 -"226310",37855,77576 -"226311",37856,38434 -"226312",37857,69327 -"226313",37857,88859 -"226314",37858,44112 -"226315",37858,57085 -"226316",37858,79493 -"226317",37858,83659 -"226318",37858,84579 -"226319",37858,102728 -"226320",37859,40358 -"226321",37859,40469 -"226322",37859,45934 -"226323",37859,61036 -"226324",37859,73945 -"226325",37859,75801 -"226326",37859,79344 -"226327",37859,79618 -"226328",37859,94069 -"226329",37859,94097 -"226330",37859,95106 -"226331",37859,97012 -"226332",37859,112349 -"226333",37859,122702 -"226334",37860,40360 -"226335",37861,67900 -"226336",37862,64026 -"226337",37864,37883 -"226338",37864,60824 -"226339",37865,41144 -"226340",37865,45268 -"226341",37865,51405 -"226342",37865,58233 -"226343",37865,96443 -"226344",37865,103835 -"226345",37866,45007 -"226346",37866,48434 -"226347",37866,74681 -"226348",37866,83772 -"226349",37866,116660 -"226350",37867,39306 -"226351",37867,93170 -"226352",37867,114973 -"226353",37868,47896 -"226354",37868,53749 -"226355",37868,101027 -"226356",37868,118481 -"226357",37871,39062 -"226358",37871,42455 -"226359",37871,54794 -"226360",37871,71609 -"226361",37871,74134 -"226362",37871,89982 -"226363",37871,99532 -"226364",37871,101631 -"226365",37871,101656 -"226366",37871,103191 -"226367",37873,57472 -"226368",37873,58888 -"226369",37873,63078 -"226370",37875,41304 -"226371",37875,49607 -"226372",37875,65400 -"226373",37875,69049 -"226374",37875,87914 -"226375",37875,91770 -"226376",37875,97485 -"226377",37875,101568 -"226378",37875,104662 -"226379",37875,108773 -"226380",37875,110380 -"226381",37875,110488 -"226382",37875,110719 -"226383",37875,111987 -"226384",37875,121290 -"226385",37875,121294 -"226386",37877,50964 -"226387",37877,96781 -"226388",37877,102036 -"226389",37878,59852 -"226390",37878,94334 -"226391",37878,95469 -"226392",37878,103269 -"226393",37878,117026 -"226394",37878,119974 -"226395",37881,85129 -"226396",37882,41887 -"226397",37882,41926 -"226398",37882,42283 -"226399",37884,39173 -"226400",37884,39355 -"226401",37884,47009 -"226402",37884,47947 -"226403",37884,49097 -"226404",37884,55021 -"226405",37884,57307 -"226406",37884,57372 -"226407",37884,57843 -"226408",37884,60301 -"226409",37884,60310 -"226410",37884,60348 -"226411",37884,60407 -"226412",37884,61478 -"226413",37884,64801 -"226414",37885,85152 -"226415",37886,43782 -"226416",37886,62056 -"226417",37889,41114 -"226418",37889,54089 -"226419",37889,114358 -"226420",37890,42188 -"226421",37890,49100 -"226422",37890,52237 -"226423",37890,52253 -"226424",37890,52271 -"226425",37891,47588 -"226426",37891,60590 -"226427",37891,82186 -"226428",37892,38737 -"226429",37893,48260 -"226430",37893,54805 -"226431",37893,74906 -"226432",37893,108272 -"226433",37895,76362 -"226434",37896,39945 -"226435",37896,119642 -"226436",37897,75024 -"226437",37897,85510 -"226438",37897,105738 -"226439",37898,37899 -"226440",37898,37999 -"226441",37898,38044 -"226442",37898,65512 -"226443",37899,37999 -"226444",37899,38044 -"226445",37899,49069 -"226446",37899,60456 -"226447",37899,80967 -"226448",37899,103143 -"226449",37901,37903 -"226450",37901,38011 -"226451",37902,96802 -"226452",37903,38011 -"226453",37903,41195 -"226454",37904,43280 -"226455",37904,51544 -"226456",37904,61796 -"226457",37904,63786 -"226458",37904,68135 -"226459",37904,72665 -"226460",37904,76453 -"226461",37904,77362 -"226462",37904,110260 -"226463",37904,110750 -"226464",37904,119668 -"226465",37905,37977 -"226466",37905,39979 -"226467",37905,42066 -"226468",37905,43164 -"226469",37905,48918 -"226470",37905,49058 -"226471",37905,57697 -"226472",37905,58390 -"226473",37905,58759 -"226474",37905,68622 -"226475",37905,74187 -"226476",37905,77432 -"226477",37905,78375 -"226478",37905,85607 -"226479",37905,91734 -"226480",37907,55930 -"226481",37908,37927 -"226482",37908,37944 -"226483",37909,42044 -"226484",37910,37928 -"226485",37910,37929 -"226486",37910,37946 -"226487",37910,37978 -"226488",37910,37995 -"226489",37910,38015 -"226490",37910,38029 -"226491",37910,38033 -"226492",37910,38058 -"226493",37910,38060 -"226494",37910,46880 -"226495",37911,37966 -"226496",37911,68238 -"226497",37911,68309 -"226498",37911,95083 -"226499",37912,37941 -"226500",37912,37960 -"226501",37912,38841 -"226502",37912,39460 -"226503",37913,122205 -"226504",37914,38277 -"226505",37914,98000 -"226506",37914,109576 -"226507",37915,37976 -"226508",37915,44697 -"226509",37915,47084 -"226510",37915,53662 -"226511",37915,57955 -"226512",37915,70219 -"226513",37915,114053 -"226514",37916,108901 -"226515",37917,38039 -"226516",37918,44761 -"226517",37918,116432 -"226518",37919,88518 -"226519",37920,38053 -"226520",37920,44225 -"226521",37920,78790 -"226522",37922,38059 -"226523",37922,38779 -"226524",37922,46373 -"226525",37922,89684 -"226526",37922,106633 -"226527",37922,111407 -"226528",37923,51410 -"226529",37923,55474 -"226530",37923,56175 -"226531",37923,118483 -"226532",37924,92055 -"226533",37924,95495 -"226534",37925,39369 -"226535",37926,37949 -"226536",37927,37944 -"226537",37927,44992 -"226538",37927,57427 -"226539",37928,37929 -"226540",37928,37946 -"226541",37928,37978 -"226542",37928,37995 -"226543",37928,38015 -"226544",37928,38029 -"226545",37928,38033 -"226546",37928,38058 -"226547",37928,38060 -"226548",37928,38378 -"226549",37928,40322 -"226550",37928,40329 -"226551",37928,40346 -"226552",37928,40436 -"226553",37928,40455 -"226554",37928,40718 -"226555",37928,42490 -"226556",37928,46880 -"226557",37928,51286 -"226558",37928,72350 -"226559",37928,95794 -"226560",37928,95806 -"226561",37929,37946 -"226562",37929,37978 -"226563",37929,37995 -"226564",37929,38015 -"226565",37929,38029 -"226566",37929,38033 -"226567",37929,38058 -"226568",37929,38060 -"226569",37929,46880 -"226570",37929,58252 -"226571",37929,60909 -"226572",37929,63632 -"226573",37929,70853 -"226574",37930,45635 -"226575",37930,69168 -"226576",37930,82898 -"226577",37930,99094 -"226578",37931,37950 -"226579",37931,38319 -"226580",37931,39398 -"226581",37931,39492 -"226582",37931,40320 -"226583",37931,40373 -"226584",37931,40542 -"226585",37931,41182 -"226586",37931,42131 -"226587",37931,46843 -"226588",37931,48331 -"226589",37932,37953 -"226590",37933,93758 -"226591",37934,47569 -"226592",37934,48856 -"226593",37934,50403 -"226594",37934,60385 -"226595",37934,76917 -"226596",37934,83745 -"226597",37934,83855 -"226598",37934,100670 -"226599",37934,102221 -"226600",37934,111405 -"226601",37935,37940 -"226602",37935,101870 -"226603",37935,104887 -"226604",37936,49553 -"226605",37936,49554 -"226606",37936,51984 -"226607",37937,39062 -"226608",37937,40419 -"226609",37937,42608 -"226610",37937,43759 -"226611",37937,44180 -"226612",37937,44928 -"226613",37937,45818 -"226614",37937,51476 -"226615",37937,51892 -"226616",37937,53755 -"226617",37937,54168 -"226618",37937,57210 -"226619",37937,58482 -"226620",37937,59172 -"226621",37937,59222 -"226622",37937,59816 -"226623",37937,61874 -"226624",37937,63274 -"226625",37937,66322 -"226626",37937,67327 -"226627",37937,70854 -"226628",37937,71683 -"226629",37937,72568 -"226630",37937,72628 -"226631",37937,73767 -"226632",37937,78532 -"226633",37937,81609 -"226634",37937,85885 -"226635",37937,91255 -"226636",37937,92247 -"226637",37937,92352 -"226638",37937,92362 -"226639",37937,92929 -"226640",37937,93719 -"226641",37937,94906 -"226642",37937,94946 -"226643",37937,95889 -"226644",37937,96093 -"226645",37937,96411 -"226646",37937,97988 -"226647",37937,99309 -"226648",37937,99376 -"226649",37937,99450 -"226650",37937,99471 -"226651",37937,99474 -"226652",37937,100916 -"226653",37937,100944 -"226654",37937,101126 -"226655",37937,101329 -"226656",37937,105557 -"226657",37937,107199 -"226658",37937,108743 -"226659",37937,108980 -"226660",37937,109291 -"226661",37937,109933 -"226662",37937,110483 -"226663",37937,110567 -"226664",37937,110572 -"226665",37937,110630 -"226666",37937,110648 -"226667",37937,110711 -"226668",37937,110770 -"226669",37937,110869 -"226670",37937,110911 -"226671",37937,111285 -"226672",37937,111314 -"226673",37937,111362 -"226674",37937,111372 -"226675",37937,111424 -"226676",37937,111433 -"226677",37937,112422 -"226678",37937,113269 -"226679",37937,113430 -"226680",37937,114242 -"226681",37937,114842 -"226682",37937,115427 -"226683",37937,115521 -"226684",37937,115711 -"226685",37938,38315 -"226686",37938,39210 -"226687",37938,39228 -"226688",37939,59238 -"226689",37939,59323 -"226690",37939,59588 -"226691",37941,37960 -"226692",37941,38841 -"226693",37941,39460 -"226694",37943,110114 -"226695",37945,50389 -"226696",37945,56200 -"226697",37945,61705 -"226698",37946,37978 -"226699",37946,37995 -"226700",37946,38015 -"226701",37946,38029 -"226702",37946,38033 -"226703",37946,38058 -"226704",37946,38060 -"226705",37946,46880 -"226706",37946,53033 -"226707",37946,53075 -"226708",37946,53101 -"226709",37946,53763 -"226710",37946,54081 -"226711",37947,62286 -"226712",37947,69188 -"226713",37947,94753 -"226714",37947,109913 -"226715",37950,80681 -"226716",37951,48821 -"226717",37951,50786 -"226718",37951,51675 -"226719",37951,52951 -"226720",37951,55495 -"226721",37951,65733 -"226722",37951,114363 -"226723",37951,123422 -"226724",37952,73000 -"226725",37953,40427 -"226726",37953,68688 -"226727",37953,68986 -"226728",37953,74387 -"226729",37953,75089 -"226730",37953,77200 -"226731",37953,77560 -"226732",37953,80647 -"226733",37953,83636 -"226734",37953,92625 -"226735",37953,95391 -"226736",37953,107486 -"226737",37953,107601 -"226738",37954,81834 -"226739",37955,40725 -"226740",37955,73095 -"226741",37955,84906 -"226742",37956,53924 -"226743",37956,60839 -"226744",37956,70857 -"226745",37956,94756 -"226746",37957,39485 -"226747",37957,53672 -"226748",37957,117603 -"226749",37958,38633 -"226750",37958,38729 -"226751",37958,38800 -"226752",37958,39109 -"226753",37958,50212 -"226754",37959,48256 -"226755",37960,38841 -"226756",37960,39460 -"226757",37962,60588 -"226758",37962,62782 -"226759",37962,62792 -"226760",37962,62795 -"226761",37964,81445 -"226762",37966,44983 -"226763",37966,45709 -"226764",37966,47688 -"226765",37966,50102 -"226766",37966,57783 -"226767",37966,59646 -"226768",37966,65800 -"226769",37966,67564 -"226770",37966,68238 -"226771",37966,69362 -"226772",37966,71693 -"226773",37966,76590 -"226774",37966,86600 -"226775",37966,88782 -"226776",37966,92517 -"226777",37966,100140 -"226778",37966,105198 -"226779",37966,110250 -"226780",37966,122588 -"226781",37966,122819 -"226782",37966,122852 -"226783",37966,122861 -"226784",37966,122863 -"226785",37966,122864 -"226786",37967,76855 -"226787",37968,40806 -"226788",37968,43402 -"226789",37969,39613 -"226790",37969,40521 -"226791",37969,41117 -"226792",37969,66592 -"226793",37969,99560 -"226794",37969,100893 -"226795",37969,101500 -"226796",37970,71899 -"226797",37970,90622 -"226798",37970,104853 -"226799",37972,61566 -"226800",37972,92096 -"226801",37972,99036 -"226802",37972,99540 -"226803",37972,108527 -"226804",37973,43275 -"226805",37973,80625 -"226806",37974,37980 -"226807",37974,37994 -"226808",37974,66560 -"226809",37976,57059 -"226810",37976,79965 -"226811",37976,94176 -"226812",37976,98555 -"226813",37977,57697 -"226814",37977,61192 -"226815",37977,71467 -"226816",37977,108669 -"226817",37977,110063 -"226818",37978,37995 -"226819",37978,38015 -"226820",37978,38029 -"226821",37978,38033 -"226822",37978,38058 -"226823",37978,38060 -"226824",37978,38917 -"226825",37978,44150 -"226826",37978,44157 -"226827",37978,44235 -"226828",37978,44255 -"226829",37978,45960 -"226830",37978,46880 -"226831",37979,98991 -"226832",37980,37994 -"226833",37982,107525 -"226834",37982,107528 -"226835",37983,37984 -"226836",37984,104266 -"226837",37984,110058 -"226838",37985,39261 -"226839",37985,41972 -"226840",37985,45541 -"226841",37985,55666 -"226842",37985,62244 -"226843",37985,79741 -"226844",37985,92508 -"226845",37986,38768 -"226846",37987,79179 -"226847",37987,82398 -"226848",37989,63132 -"226849",37989,81595 -"226850",37989,101970 -"226851",37990,81390 -"226852",37990,94916 -"226853",37990,110724 -"226854",37991,51736 -"226855",37991,59218 -"226856",37991,108084 -"226857",37992,78700 -"226858",37992,90227 -"226859",37993,93338 -"226860",37993,121911 -"226861",37994,87864 -"226862",37995,38015 -"226863",37995,38029 -"226864",37995,38033 -"226865",37995,38058 -"226866",37995,38060 -"226867",37995,46880 -"226868",37995,60599 -"226869",37996,66162 -"226870",37996,66869 -"226871",37996,67861 -"226872",37999,38044 -"226873",37999,44342 -"226874",37999,58325 -"226875",37999,63410 -"226876",37999,63458 -"226877",38000,38065 -"226878",38001,40731 -"226879",38001,42643 -"226880",38001,46773 -"226881",38001,50551 -"226882",38001,67199 -"226883",38001,85619 -"226884",38001,86515 -"226885",38001,92102 -"226886",38002,47878 -"226887",38003,38067 -"226888",38003,75778 -"226889",38004,46305 -"226890",38004,85639 -"226891",38004,108386 -"226892",38004,118402 -"226893",38005,49333 -"226894",38005,80529 -"226895",38005,80542 -"226896",38007,44179 -"226897",38007,56559 -"226898",38008,47168 -"226899",38008,91357 -"226900",38008,91359 -"226901",38009,41643 -"226902",38009,45726 -"226903",38009,52626 -"226904",38009,56618 -"226905",38009,57582 -"226906",38009,63518 -"226907",38009,73138 -"226908",38009,75271 -"226909",38009,76047 -"226910",38009,77257 -"226911",38009,78487 -"226912",38009,81474 -"226913",38009,87745 -"226914",38009,88309 -"226915",38009,91779 -"226916",38009,98985 -"226917",38009,102535 -"226918",38009,106275 -"226919",38009,106280 -"226920",38009,107578 -"226921",38010,59636 -"226922",38011,60638 -"226923",38012,38048 -"226924",38013,96575 -"226925",38013,112878 -"226926",38014,79496 -"226927",38014,86123 -"226928",38014,107455 -"226929",38015,38029 -"226930",38015,38033 -"226931",38015,38058 -"226932",38015,38060 -"226933",38015,46880 -"226934",38015,58252 -"226935",38015,59000 -"226936",38015,59899 -"226937",38015,60909 -"226938",38015,63632 -"226939",38015,68085 -"226940",38016,38020 -"226941",38016,82965 -"226942",38016,96763 -"226943",38017,52469 -"226944",38017,91368 -"226945",38018,66552 -"226946",38018,104014 -"226947",38019,39238 -"226948",38019,41315 -"226949",38019,50892 -"226950",38019,63357 -"226951",38019,65006 -"226952",38019,69913 -"226953",38019,76296 -"226954",38019,77018 -"226955",38019,82442 -"226956",38019,85821 -"226957",38019,85835 -"226958",38019,86232 -"226959",38019,88518 -"226960",38019,94605 -"226961",38019,100642 -"226962",38019,103294 -"226963",38019,103589 -"226964",38019,105092 -"226965",38021,39439 -"226966",38021,39474 -"226967",38021,52274 -"226968",38021,61202 -"226969",38021,79983 -"226970",38021,81417 -"226971",38021,81418 -"226972",38021,83229 -"226973",38021,84481 -"226974",38021,84516 -"226975",38021,89725 -"226976",38021,94231 -"226977",38021,100942 -"226978",38021,107768 -"226979",38021,108501 -"226980",38021,109945 -"226981",38021,112246 -"226982",38021,118777 -"226983",38021,119352 -"226984",38021,123068 -"226985",38021,123080 -"226986",38021,123083 -"226987",38021,123095 -"226988",38022,59204 -"226989",38022,62527 -"226990",38022,119795 -"226991",38023,65920 -"226992",38023,93870 -"226993",38023,118984 -"226994",38024,42358 -"226995",38026,109001 -"226996",38028,66839 -"226997",38028,78990 -"226998",38028,84881 -"226999",38028,95620 -"227000",38028,100556 -"227001",38028,116581 -"227002",38029,38033 -"227003",38029,38058 -"227004",38029,38060 -"227005",38029,46880 -"227006",38029,50209 -"227007",38029,54502 -"227008",38029,72906 -"227009",38030,38057 -"227010",38031,38066 -"227011",38031,41725 -"227012",38031,41738 -"227013",38031,48614 -"227014",38033,38058 -"227015",38033,38060 -"227016",38033,46880 -"227017",38035,38561 -"227018",38035,61359 -"227019",38035,70739 -"227020",38036,38062 -"227021",38037,94685 -"227022",38038,64187 -"227023",38040,45337 -"227024",38040,45438 -"227025",38040,53743 -"227026",38040,60400 -"227027",38041,78364 -"227028",38042,38872 -"227029",38042,40352 -"227030",38042,40653 -"227031",38042,44181 -"227032",38042,47237 -"227033",38042,47320 -"227034",38042,49954 -"227035",38042,60477 -"227036",38042,94403 -"227037",38042,122856 -"227038",38044,41274 -"227039",38044,41295 -"227040",38044,49972 -"227041",38044,60437 -"227042",38044,64986 -"227043",38044,97877 -"227044",38045,39175 -"227045",38045,39298 -"227046",38045,49719 -"227047",38045,67597 -"227048",38045,77342 -"227049",38045,82283 -"227050",38045,91303 -"227051",38045,99747 -"227052",38045,99763 -"227053",38045,102217 -"227054",38045,102242 -"227055",38045,109159 -"227056",38045,114324 -"227057",38045,121851 -"227058",38046,38063 -"227059",38046,39022 -"227060",38046,53269 -"227061",38046,57713 -"227062",38046,66097 -"227063",38046,73927 -"227064",38046,74028 -"227065",38046,92646 -"227066",38046,96353 -"227067",38047,57321 -"227068",38047,99058 -"227069",38047,103037 -"227070",38048,46681 -"227071",38048,53031 -"227072",38048,53635 -"227073",38048,54234 -"227074",38048,56122 -"227075",38048,59276 -"227076",38048,71434 -"227077",38048,76364 -"227078",38048,81278 -"227079",38048,85430 -"227080",38048,89958 -"227081",38048,94440 -"227082",38048,96536 -"227083",38049,75910 -"227084",38049,96955 -"227085",38050,47984 -"227086",38050,69276 -"227087",38050,87194 -"227088",38051,45561 -"227089",38051,56232 -"227090",38051,61082 -"227091",38051,61609 -"227092",38051,68960 -"227093",38051,75335 -"227094",38051,115068 -"227095",38051,121875 -"227096",38052,50604 -"227097",38052,66115 -"227098",38052,67934 -"227099",38052,89887 -"227100",38052,101087 -"227101",38052,106576 -"227102",38052,108577 -"227103",38052,108836 -"227104",38054,41633 -"227105",38055,43182 -"227106",38055,47248 -"227107",38055,51241 -"227108",38055,79097 -"227109",38055,92265 -"227110",38055,122254 -"227111",38055,122266 -"227112",38056,46307 -"227113",38056,61143 -"227114",38057,47870 -"227115",38057,47903 -"227116",38058,38060 -"227117",38058,46880 -"227118",38058,59540 -"227119",38058,70684 -"227120",38059,47527 -"227121",38059,89684 -"227122",38060,46880 -"227123",38063,45545 -"227124",38063,66097 -"227125",38063,76083 -"227126",38063,78651 -"227127",38063,79003 -"227128",38063,79995 -"227129",38063,90558 -"227130",38063,103064 -"227131",38063,108189 -"227132",38063,123182 -"227133",38064,48753 -"227134",38065,44856 -"227135",38065,73381 -"227136",38065,107506 -"227137",38067,44462 -"227138",38067,52795 -"227139",38067,55968 -"227140",38067,60806 -"227141",38067,67248 -"227142",38067,76530 -"227143",38068,39783 -"227144",38068,46509 -"227145",38068,53808 -"227146",38068,68422 -"227147",38068,104005 -"227148",38069,38115 -"227149",38069,51385 -"227150",38069,57694 -"227151",38069,60981 -"227152",38069,61407 -"227153",38069,61454 -"227154",38069,67107 -"227155",38070,50173 -"227156",38070,100274 -"227157",38070,112331 -"227158",38071,74105 -"227159",38072,40284 -"227160",38074,56959 -"227161",38074,82205 -"227162",38074,122379 -"227163",38075,66057 -"227164",38075,73597 -"227165",38076,54731 -"227166",38076,59485 -"227167",38076,100828 -"227168",38076,104342 -"227169",38077,38088 -"227170",38077,38174 -"227171",38077,38192 -"227172",38077,38197 -"227173",38077,38233 -"227174",38077,41505 -"227175",38077,97656 -"227176",38077,102369 -"227177",38079,38184 -"227178",38079,38372 -"227179",38079,40402 -"227180",38081,39804 -"227181",38081,62489 -"227182",38081,108626 -"227183",38081,116531 -"227184",38081,118344 -"227185",38082,58421 -"227186",38082,70188 -"227187",38082,78359 -"227188",38082,85941 -"227189",38083,38261 -"227190",38083,116625 -"227191",38084,62358 -"227192",38084,68609 -"227193",38084,100200 -"227194",38084,104573 -"227195",38085,39014 -"227196",38085,41150 -"227197",38085,43113 -"227198",38085,47426 -"227199",38085,48770 -"227200",38085,54538 -"227201",38085,67156 -"227202",38085,100534 -"227203",38085,116584 -"227204",38085,122976 -"227205",38085,123397 -"227206",38086,56829 -"227207",38086,58579 -"227208",38086,108969 -"227209",38087,38109 -"227210",38087,41428 -"227211",38087,46726 -"227212",38087,60808 -"227213",38087,62268 -"227214",38087,74192 -"227215",38087,80435 -"227216",38087,81077 -"227217",38087,82205 -"227218",38087,82837 -"227219",38088,38174 -"227220",38088,38192 -"227221",38088,38197 -"227222",38088,38233 -"227223",38089,39458 -"227224",38089,54579 -"227225",38089,65043 -"227226",38089,107321 -"227227",38091,45320 -"227228",38091,46888 -"227229",38091,54429 -"227230",38091,55497 -"227231",38091,58566 -"227232",38091,62132 -"227233",38091,66869 -"227234",38091,67817 -"227235",38091,74355 -"227236",38091,89895 -"227237",38091,106445 -"227238",38092,50391 -"227239",38093,93479 -"227240",38093,99710 -"227241",38093,113466 -"227242",38094,47654 -"227243",38094,52633 -"227244",38094,55226 -"227245",38094,62889 -"227246",38094,63644 -"227247",38094,70437 -"227248",38094,71564 -"227249",38094,71565 -"227250",38094,74907 -"227251",38094,83740 -"227252",38094,83917 -"227253",38094,118845 -"227254",38095,70478 -"227255",38095,88641 -"227256",38095,123454 -"227257",38095,123460 -"227258",38096,48089 -"227259",38096,52097 -"227260",38096,95340 -"227261",38098,46120 -"227262",38098,56459 -"227263",38098,62268 -"227264",38098,92978 -"227265",38098,93026 -"227266",38098,106118 -"227267",38098,107520 -"227268",38099,40431 -"227269",38099,45440 -"227270",38099,49076 -"227271",38099,50468 -"227272",38099,50530 -"227273",38099,56491 -"227274",38099,63997 -"227275",38099,67813 -"227276",38099,74378 -"227277",38099,85679 -"227278",38099,88480 -"227279",38099,96044 -"227280",38100,41960 -"227281",38100,42920 -"227282",38100,83445 -"227283",38100,97559 -"227284",38100,108196 -"227285",38100,109634 -"227286",38101,66835 -"227287",38101,66882 -"227288",38101,72033 -"227289",38101,93182 -"227290",38103,38546 -"227291",38103,96653 -"227292",38103,100420 -"227293",38104,38105 -"227294",38104,38520 -"227295",38104,43217 -"227296",38104,49917 -"227297",38105,38520 -"227298",38105,43217 -"227299",38105,49917 -"227300",38105,64107 -"227301",38105,64366 -"227302",38106,84366 -"227303",38106,114730 -"227304",38107,38212 -"227305",38107,38517 -"227306",38107,61753 -"227307",38107,82327 -"227308",38107,121049 -"227309",38108,38232 -"227310",38108,51092 -"227311",38111,74049 -"227312",38112,89327 -"227313",38113,66861 -"227314",38115,48229 -"227315",38115,65059 -"227316",38115,68966 -"227317",38115,69110 -"227318",38115,69148 -"227319",38115,69180 -"227320",38115,69226 -"227321",38116,48289 -"227322",38116,86624 -"227323",38116,86683 -"227324",38116,86694 -"227325",38116,86701 -"227326",38116,86712 -"227327",38116,86732 -"227328",38117,39940 -"227329",38117,96050 -"227330",38117,96098 -"227331",38117,96932 -"227332",38117,96937 -"227333",38118,42150 -"227334",38118,53814 -"227335",38118,54128 -"227336",38118,59816 -"227337",38119,52717 -"227338",38119,55908 -"227339",38119,81092 -"227340",38119,92317 -"227341",38120,44814 -"227342",38120,117044 -"227343",38121,38477 -"227344",38121,48384 -"227345",38121,109130 -"227346",38121,118623 -"227347",38124,103166 -"227348",38124,118205 -"227349",38125,44789 -"227350",38125,50425 -"227351",38125,83527 -"227352",38125,83588 -"227353",38125,83605 -"227354",38125,95264 -"227355",38125,107426 -"227356",38125,109140 -"227357",38125,114994 -"227358",38125,118522 -"227359",38126,62151 -"227360",38126,75299 -"227361",38126,85280 -"227362",38126,92718 -"227363",38126,107609 -"227364",38127,57572 -"227365",38127,88281 -"227366",38127,105793 -"227367",38127,109535 -"227368",38127,112064 -"227369",38127,116586 -"227370",38127,120943 -"227371",38127,121214 -"227372",38127,121217 -"227373",38127,121832 -"227374",38128,38397 -"227375",38128,53200 -"227376",38128,53415 -"227377",38128,68340 -"227378",38128,68428 -"227379",38129,38292 -"227380",38129,106547 -"227381",38130,79823 -"227382",38131,53601 -"227383",38131,53602 -"227384",38131,53603 -"227385",38132,51764 -"227386",38132,110095 -"227387",38132,114840 -"227388",38133,46916 -"227389",38133,51372 -"227390",38133,57591 -"227391",38133,60037 -"227392",38134,38151 -"227393",38135,42250 -"227394",38135,44099 -"227395",38135,45182 -"227396",38135,82919 -"227397",38135,82929 -"227398",38135,82930 -"227399",38136,73174 -"227400",38136,92214 -"227401",38136,101609 -"227402",38136,112474 -"227403",38137,39552 -"227404",38137,43949 -"227405",38137,64051 -"227406",38138,38648 -"227407",38138,41142 -"227408",38138,41166 -"227409",38138,50208 -"227410",38138,61288 -"227411",38138,73374 -"227412",38138,88627 -"227413",38138,99601 -"227414",38138,102322 -"227415",38138,102337 -"227416",38138,106674 -"227417",38139,94602 -"227418",38139,106530 -"227419",38140,55758 -"227420",38140,111658 -"227421",38140,113036 -"227422",38140,115425 -"227423",38141,87082 -"227424",38142,66945 -"227425",38142,71918 -"227426",38142,72767 -"227427",38142,85142 -"227428",38142,93127 -"227429",38143,41976 -"227430",38143,43507 -"227431",38143,44410 -"227432",38143,50473 -"227433",38143,64475 -"227434",38143,66760 -"227435",38143,72972 -"227436",38143,73723 -"227437",38143,86462 -"227438",38143,93565 -"227439",38143,95288 -"227440",38143,98335 -"227441",38143,100553 -"227442",38143,101089 -"227443",38143,101940 -"227444",38143,107359 -"227445",38143,107468 -"227446",38143,107490 -"227447",38143,107493 -"227448",38143,107897 -"227449",38143,114050 -"227450",38144,38172 -"227451",38144,41291 -"227452",38144,64874 -"227453",38144,69602 -"227454",38144,100423 -"227455",38144,100788 -"227456",38144,106162 -"227457",38144,109420 -"227458",38144,112466 -"227459",38144,114844 -"227460",38145,52653 -"227461",38145,52971 -"227462",38146,39692 -"227463",38146,44472 -"227464",38146,44556 -"227465",38146,52846 -"227466",38146,52876 -"227467",38146,58457 -"227468",38146,58778 -"227469",38146,70232 -"227470",38147,61190 -"227471",38147,84686 -"227472",38148,42364 -"227473",38148,81790 -"227474",38148,81791 -"227475",38148,111648 -"227476",38148,111655 -"227477",38148,111656 -"227478",38148,114088 -"227479",38150,62844 -"227480",38150,100828 -"227481",38152,58347 -"227482",38152,80750 -"227483",38153,77552 -"227484",38153,87336 -"227485",38153,106828 -"227486",38153,122053 -"227487",38154,94330 -"227488",38156,52489 -"227489",38156,53381 -"227490",38156,68409 -"227491",38156,78912 -"227492",38156,123270 -"227493",38157,65989 -"227494",38158,41091 -"227495",38158,64964 -"227496",38159,38177 -"227497",38160,54730 -"227498",38160,55759 -"227499",38160,79168 -"227500",38160,103997 -"227501",38160,110538 -"227502",38161,60901 -"227503",38161,62831 -"227504",38161,67184 -"227505",38161,104675 -"227506",38162,47787 -"227507",38162,51652 -"227508",38162,67999 -"227509",38162,75730 -"227510",38162,120448 -"227511",38162,121431 -"227512",38163,88863 -"227513",38163,92570 -"227514",38165,38196 -"227515",38168,38710 -"227516",38168,39642 -"227517",38168,41310 -"227518",38168,43552 -"227519",38168,47191 -"227520",38168,107794 -"227521",38168,114623 -"227522",38170,42426 -"227523",38170,49376 -"227524",38171,66133 -"227525",38171,90367 -"227526",38172,41291 -"227527",38172,64874 -"227528",38172,69602 -"227529",38172,100423 -"227530",38172,106162 -"227531",38172,109420 -"227532",38172,114844 -"227533",38173,83033 -"227534",38174,38192 -"227535",38174,38197 -"227536",38174,38233 -"227537",38175,39330 -"227538",38175,65032 -"227539",38175,83441 -"227540",38176,64321 -"227541",38178,44238 -"227542",38178,45269 -"227543",38179,38261 -"227544",38180,53496 -"227545",38181,41301 -"227546",38181,59659 -"227547",38182,61757 -"227548",38182,71159 -"227549",38183,52686 -"227550",38184,38372 -"227551",38184,44591 -"227552",38184,49068 -"227553",38184,52103 -"227554",38184,57061 -"227555",38184,59768 -"227556",38184,118018 -"227557",38185,38683 -"227558",38185,40245 -"227559",38185,40840 -"227560",38185,41439 -"227561",38185,41557 -"227562",38185,43226 -"227563",38185,43394 -"227564",38185,44655 -"227565",38185,44973 -"227566",38185,46177 -"227567",38185,47048 -"227568",38185,48110 -"227569",38185,58508 -"227570",38185,59039 -"227571",38185,59731 -"227572",38185,62642 -"227573",38185,68091 -"227574",38185,69335 -"227575",38185,75245 -"227576",38185,75776 -"227577",38185,75956 -"227578",38185,76387 -"227579",38185,78978 -"227580",38185,79212 -"227581",38185,79241 -"227582",38185,79579 -"227583",38185,80239 -"227584",38185,80301 -"227585",38185,81397 -"227586",38185,83483 -"227587",38185,88340 -"227588",38185,88749 -"227589",38185,88932 -"227590",38185,89069 -"227591",38185,89373 -"227592",38185,89995 -"227593",38185,90919 -"227594",38185,90936 -"227595",38185,92861 -"227596",38185,93097 -"227597",38185,94231 -"227598",38185,95489 -"227599",38185,96247 -"227600",38185,96363 -"227601",38185,97898 -"227602",38185,112132 -"227603",38186,38636 -"227604",38186,40493 -"227605",38186,49559 -"227606",38186,62729 -"227607",38186,76396 -"227608",38186,96353 -"227609",38187,47768 -"227610",38187,78969 -"227611",38187,80806 -"227612",38187,84148 -"227613",38188,95706 -"227614",38189,38363 -"227615",38189,59017 -"227616",38189,85542 -"227617",38189,99787 -"227618",38190,75977 -"227619",38190,84926 -"227620",38190,101362 -"227621",38191,38303 -"227622",38191,38374 -"227623",38192,38197 -"227624",38192,38233 -"227625",38192,117915 -"227626",38193,49838 -"227627",38193,51486 -"227628",38193,55805 -"227629",38193,70139 -"227630",38193,70535 -"227631",38193,90722 -"227632",38193,99714 -"227633",38193,102019 -"227634",38193,103285 -"227635",38193,104252 -"227636",38193,104383 -"227637",38193,108450 -"227638",38193,109871 -"227639",38193,113407 -"227640",38194,77506 -"227641",38195,44572 -"227642",38195,44724 -"227643",38195,51801 -"227644",38195,53445 -"227645",38195,57804 -"227646",38195,59731 -"227647",38195,67656 -"227648",38195,83530 -"227649",38195,89069 -"227650",38195,93162 -"227651",38195,102362 -"227652",38195,105954 -"227653",38195,110915 -"227654",38195,118877 -"227655",38196,40053 -"227656",38196,53406 -"227657",38196,75634 -"227658",38196,101646 -"227659",38196,117569 -"227660",38196,117599 -"227661",38196,119673 -"227662",38196,122981 -"227663",38197,38233 -"227664",38197,39028 -"227665",38197,47106 -"227666",38197,49323 -"227667",38197,56469 -"227668",38198,39826 -"227669",38198,41058 -"227670",38198,41785 -"227671",38198,41804 -"227672",38198,41859 -"227673",38198,45444 -"227674",38198,48090 -"227675",38198,50480 -"227676",38199,76782 -"227677",38200,57273 -"227678",38200,75299 -"227679",38200,76607 -"227680",38200,80772 -"227681",38200,82669 -"227682",38200,85280 -"227683",38200,107609 -"227684",38201,43003 -"227685",38201,89793 -"227686",38203,38754 -"227687",38203,63486 -"227688",38203,115758 -"227689",38204,38755 -"227690",38204,44502 -"227691",38204,53502 -"227692",38204,63513 -"227693",38204,64272 -"227694",38204,68803 -"227695",38204,71984 -"227696",38204,73171 -"227697",38204,79612 -"227698",38204,81210 -"227699",38204,86514 -"227700",38204,87480 -"227701",38204,88645 -"227702",38204,98078 -"227703",38204,100752 -"227704",38204,101709 -"227705",38204,105739 -"227706",38204,106640 -"227707",38204,107302 -"227708",38204,107464 -"227709",38204,111698 -"227710",38204,117356 -"227711",38204,117369 -"227712",38204,119564 -"227713",38205,98096 -"227714",38205,106716 -"227715",38205,106811 -"227716",38206,38291 -"227717",38206,38338 -"227718",38206,60997 -"227719",38207,62478 -"227720",38208,61311 -"227721",38208,75710 -"227722",38209,54914 -"227723",38209,62404 -"227724",38209,101529 -"227725",38209,118771 -"227726",38210,50786 -"227727",38211,102105 -"227728",38211,119761 -"227729",38212,38517 -"227730",38213,49620 -"227731",38213,51628 -"227732",38213,74636 -"227733",38213,80305 -"227734",38213,82965 -"227735",38213,88895 -"227736",38213,91562 -"227737",38213,96837 -"227738",38213,114622 -"227739",38214,108688 -"227740",38217,46326 -"227741",38217,90558 -"227742",38217,90942 -"227743",38217,97445 -"227744",38217,99162 -"227745",38217,100207 -"227746",38217,105019 -"227747",38217,111019 -"227748",38217,112162 -"227749",38217,117311 -"227750",38218,42725 -"227751",38218,48964 -"227752",38218,51921 -"227753",38219,40245 -"227754",38219,44463 -"227755",38219,56490 -"227756",38219,65322 -"227757",38219,71753 -"227758",38219,71917 -"227759",38219,74707 -"227760",38219,75568 -"227761",38219,80625 -"227762",38219,85875 -"227763",38219,96749 -"227764",38219,96756 -"227765",38219,99207 -"227766",38219,99375 -"227767",38219,99463 -"227768",38219,108309 -"227769",38219,120686 -"227770",38220,54761 -"227771",38223,38278 -"227772",38223,38310 -"227773",38223,53186 -"227774",38223,53216 -"227775",38223,75633 -"227776",38223,90289 -"227777",38224,55254 -"227778",38224,76807 -"227779",38224,100104 -"227780",38224,102776 -"227781",38224,105758 -"227782",38224,117553 -"227783",38226,39030 -"227784",38226,80506 -"227785",38226,88135 -"227786",38226,114189 -"227787",38227,50614 -"227788",38227,56027 -"227789",38227,63782 -"227790",38227,70256 -"227791",38227,106758 -"227792",38228,112613 -"227793",38228,112614 -"227794",38228,112619 -"227795",38228,112622 -"227796",38229,45301 -"227797",38230,59204 -"227798",38230,113219 -"227799",38230,119967 -"227800",38231,38240 -"227801",38231,47788 -"227802",38234,78003 -"227803",38234,106884 -"227804",38235,64315 -"227805",38236,43017 -"227806",38236,65980 -"227807",38236,85550 -"227808",38236,109756 -"227809",38237,38245 -"227810",38237,44228 -"227811",38238,54170 -"227812",38238,54190 -"227813",38238,119348 -"227814",38239,102094 -"227815",38240,60100 -"227816",38240,62094 -"227817",38240,82417 -"227818",38241,85401 -"227819",38242,39080 -"227820",38242,39401 -"227821",38242,42300 -"227822",38242,45108 -"227823",38242,65217 -"227824",38243,49125 -"227825",38243,51898 -"227826",38243,59289 -"227827",38243,67939 -"227828",38243,77696 -"227829",38243,84796 -"227830",38243,91539 -"227831",38243,100649 -"227832",38243,103324 -"227833",38243,103417 -"227834",38243,103536 -"227835",38243,110070 -"227836",38243,110071 -"227837",38243,110096 -"227838",38243,114971 -"227839",38244,38324 -"227840",38248,38600 -"227841",38248,51286 -"227842",38248,67229 -"227843",38248,95075 -"227844",38249,38345 -"227845",38250,60272 -"227846",38250,87149 -"227847",38251,38290 -"227848",38254,49963 -"227849",38254,59279 -"227850",38254,60166 -"227851",38255,38356 -"227852",38256,38257 -"227853",38256,87409 -"227854",38256,95310 -"227855",38257,95310 -"227856",38258,70403 -"227857",38258,85619 -"227858",38258,93769 -"227859",38259,38378 -"227860",38259,39300 -"227861",38259,52309 -"227862",38259,52801 -"227863",38259,57575 -"227864",38259,57641 -"227865",38259,58648 -"227866",38259,62019 -"227867",38259,66474 -"227868",38259,70111 -"227869",38259,72249 -"227870",38259,77173 -"227871",38259,77346 -"227872",38259,77396 -"227873",38259,77401 -"227874",38259,77407 -"227875",38259,77417 -"227876",38259,77418 -"227877",38259,77480 -"227878",38259,77532 -"227879",38259,78258 -"227880",38259,102398 -"227881",38259,113747 -"227882",38260,42315 -"227883",38260,50367 -"227884",38260,51248 -"227885",38260,55251 -"227886",38260,62025 -"227887",38260,65162 -"227888",38260,65746 -"227889",38260,68475 -"227890",38260,76613 -"227891",38260,81508 -"227892",38260,82242 -"227893",38260,110994 -"227894",38260,120028 -"227895",38260,120929 -"227896",38260,120967 -"227897",38261,47082 -"227898",38262,38306 -"227899",38263,38958 -"227900",38263,43481 -"227901",38263,69455 -"227902",38263,81065 -"227903",38263,91023 -"227904",38263,105089 -"227905",38263,107264 -"227906",38264,48006 -"227907",38264,89048 -"227908",38266,39804 -"227909",38266,41554 -"227910",38266,58181 -"227911",38266,59910 -"227912",38266,62237 -"227913",38266,77178 -"227914",38266,77182 -"227915",38266,78422 -"227916",38266,88420 -"227917",38266,89273 -"227918",38266,91190 -"227919",38266,100853 -"227920",38266,106285 -"227921",38266,107561 -"227922",38266,110587 -"227923",38266,116557 -"227924",38266,122169 -"227925",38267,52942 -"227926",38268,38574 -"227927",38268,62602 -"227928",38268,67585 -"227929",38268,89836 -"227930",38268,91401 -"227931",38268,92851 -"227932",38268,98956 -"227933",38269,40471 -"227934",38269,41191 -"227935",38269,89946 -"227936",38269,90033 -"227937",38270,40113 -"227938",38270,42289 -"227939",38270,48281 -"227940",38270,48380 -"227941",38270,50662 -"227942",38270,56216 -"227943",38270,59615 -"227944",38270,62679 -"227945",38270,63105 -"227946",38270,68001 -"227947",38270,68475 -"227948",38270,68917 -"227949",38270,69296 -"227950",38270,69716 -"227951",38270,71106 -"227952",38270,73655 -"227953",38270,75767 -"227954",38270,76046 -"227955",38270,76459 -"227956",38270,76808 -"227957",38270,77727 -"227958",38270,78224 -"227959",38270,79222 -"227960",38270,82978 -"227961",38270,83306 -"227962",38270,85027 -"227963",38270,88412 -"227964",38270,90275 -"227965",38270,90426 -"227966",38270,91112 -"227967",38270,91526 -"227968",38270,93425 -"227969",38270,93523 -"227970",38270,94520 -"227971",38270,95954 -"227972",38270,99544 -"227973",38270,99547 -"227974",38270,99554 -"227975",38270,100595 -"227976",38270,100739 -"227977",38270,100819 -"227978",38270,101898 -"227979",38270,101988 -"227980",38270,102146 -"227981",38270,102201 -"227982",38270,102309 -"227983",38270,102635 -"227984",38270,102730 -"227985",38270,102846 -"227986",38270,103790 -"227987",38270,104095 -"227988",38270,104574 -"227989",38270,104784 -"227990",38270,104845 -"227991",38270,107269 -"227992",38270,107623 -"227993",38270,107714 -"227994",38270,107879 -"227995",38270,107975 -"227996",38271,67196 -"227997",38272,41662 -"227998",38273,43995 -"227999",38273,44004 -"228000",38273,91854 -"228001",38274,104815 -"228002",38274,104820 -"228003",38274,108081 -"228004",38274,117145 -"228005",38276,60316 -"228006",38276,60922 -"228007",38277,55206 -"228008",38277,84458 -"228009",38277,95682 -"228010",38278,38310 -"228011",38278,48344 -"228012",38278,73303 -"228013",38278,90760 -"228014",38278,120059 -"228015",38279,62469 -"228016",38279,64223 -"228017",38279,66275 -"228018",38279,80578 -"228019",38279,98269 -"228020",38279,103423 -"228021",38279,108762 -"228022",38279,110595 -"228023",38279,122698 -"228024",38280,51639 -"228025",38280,51644 -"228026",38281,81018 -"228027",38281,91069 -"228028",38281,91124 -"228029",38282,40451 -"228030",38282,41269 -"228031",38282,62135 -"228032",38282,95938 -"228033",38282,118686 -"228034",38283,85549 -"228035",38284,38783 -"228036",38284,45812 -"228037",38284,46946 -"228038",38284,54675 -"228039",38284,67541 -"228040",38284,67941 -"228041",38284,75498 -"228042",38284,118443 -"228043",38285,54170 -"228044",38285,89966 -"228045",38285,95544 -"228046",38285,95553 -"228047",38285,109165 -"228048",38287,39224 -"228049",38287,53808 -"228050",38287,67358 -"228051",38288,80214 -"228052",38288,93377 -"228053",38288,93926 -"228054",38288,113737 -"228055",38289,38355 -"228056",38289,62959 -"228057",38291,38338 -"228058",38291,110395 -"228059",38292,84025 -"228060",38294,44714 -"228061",38294,117556 -"228062",38295,60046 -"228063",38297,40889 -"228064",38297,68231 -"228065",38298,87820 -"228066",38298,119069 -"228067",38299,38481 -"228068",38299,49091 -"228069",38300,81326 -"228070",38300,84297 -"228071",38301,40653 -"228072",38301,43918 -"228073",38301,61969 -"228074",38301,72721 -"228075",38301,81161 -"228076",38301,91980 -"228077",38301,96279 -"228078",38301,107208 -"228079",38302,83865 -"228080",38302,100396 -"228081",38303,38374 -"228082",38305,38381 -"228083",38305,46099 -"228084",38305,69439 -"228085",38305,77551 -"228086",38306,43743 -"228087",38306,64277 -"228088",38307,38367 -"228089",38307,43455 -"228090",38307,43460 -"228091",38307,45311 -"228092",38307,49470 -"228093",38307,55941 -"228094",38307,57377 -"228095",38307,57408 -"228096",38307,58032 -"228097",38307,59800 -"228098",38307,60040 -"228099",38307,63895 -"228100",38307,63935 -"228101",38307,63947 -"228102",38307,63962 -"228103",38307,70536 -"228104",38307,70573 -"228105",38308,38429 -"228106",38308,84403 -"228107",38308,89293 -"228108",38309,58053 -"228109",38309,68082 -"228110",38309,84316 -"228111",38309,96808 -"228112",38311,38344 -"228113",38312,41325 -"228114",38312,41543 -"228115",38312,43153 -"228116",38312,46263 -"228117",38312,48101 -"228118",38312,50634 -"228119",38312,50957 -"228120",38312,50958 -"228121",38312,53645 -"228122",38312,76268 -"228123",38312,83501 -"228124",38313,38362 -"228125",38313,42409 -"228126",38314,49559 -"228127",38316,46759 -"228128",38316,81049 -"228129",38316,98067 -"228130",38317,46835 -"228131",38317,50757 -"228132",38317,61133 -"228133",38319,39398 -"228134",38319,39492 -"228135",38319,40320 -"228136",38319,40373 -"228137",38319,40542 -"228138",38319,41182 -"228139",38319,42131 -"228140",38319,46843 -"228141",38319,48331 -"228142",38319,66680 -"228143",38320,87416 -"228144",38320,87552 -"228145",38320,89453 -"228146",38320,92248 -"228147",38320,109489 -"228148",38321,56369 -"228149",38321,92798 -"228150",38321,100437 -"228151",38322,39708 -"228152",38322,45712 -"228153",38322,76014 -"228154",38322,104239 -"228155",38322,111491 -"228156",38325,81244 -"228157",38325,81878 -"228158",38325,82683 -"228159",38325,91999 -"228160",38325,108651 -"228161",38326,76496 -"228162",38326,94838 -"228163",38327,57297 -"228164",38327,58599 -"228165",38328,38366 -"228166",38328,38388 -"228167",38329,39170 -"228168",38331,45361 -"228169",38332,54615 -"228170",38332,67700 -"228171",38332,75351 -"228172",38332,89365 -"228173",38332,99187 -"228174",38332,102206 -"228175",38332,105893 -"228176",38332,115341 -"228177",38333,39397 -"228178",38333,45011 -"228179",38333,51534 -"228180",38333,52494 -"228181",38333,53720 -"228182",38333,54262 -"228183",38333,57849 -"228184",38333,59059 -"228185",38333,71130 -"228186",38333,73101 -"228187",38333,73396 -"228188",38333,74445 -"228189",38333,83804 -"228190",38333,95596 -"228191",38333,97572 -"228192",38333,121483 -"228193",38333,121486 -"228194",38334,70908 -"228195",38334,83847 -"228196",38335,65404 -"228197",38336,57692 -"228198",38336,108840 -"228199",38338,81075 -"228200",38339,74224 -"228201",38339,115447 -"228202",38340,56731 -"228203",38341,40312 -"228204",38341,44499 -"228205",38341,47605 -"228206",38341,48104 -"228207",38341,48183 -"228208",38341,48525 -"228209",38342,40568 -"228210",38342,96316 -"228211",38342,98162 -"228212",38342,105816 -"228213",38342,105837 -"228214",38342,107305 -"228215",38343,38396 -"228216",38343,59787 -"228217",38345,58058 -"228218",38347,42420 -"228219",38349,46508 -"228220",38349,46938 -"228221",38349,96960 -"228222",38349,104179 -"228223",38349,115031 -"228224",38349,116737 -"228225",38350,38450 -"228226",38351,78995 -"228227",38351,92761 -"228228",38351,117999 -"228229",38352,38380 -"228230",38352,42560 -"228231",38353,85846 -"228232",38354,77752 -"228233",38354,102684 -"228234",38354,102728 -"228235",38354,109627 -"228236",38355,53491 -"228237",38356,50336 -"228238",38356,60249 -"228239",38356,91497 -"228240",38357,51053 -"228241",38357,51086 -"228242",38357,53068 -"228243",38357,87821 -"228244",38357,87869 -"228245",38360,91444 -"228246",38361,50605 -"228247",38361,69181 -"228248",38361,91248 -"228249",38361,97470 -"228250",38361,110407 -"228251",38361,119330 -"228252",38362,84446 -"228253",38363,82851 -"228254",38363,99919 -"228255",38364,93505 -"228256",38364,97786 -"228257",38364,97799 -"228258",38365,76326 -"228259",38366,38388 -"228260",38366,59936 -"228261",38366,75784 -"228262",38366,76128 -"228263",38366,76886 -"228264",38366,79997 -"228265",38366,80010 -"228266",38367,57788 -"228267",38369,39165 -"228268",38369,86128 -"228269",38369,91068 -"228270",38371,38798 -"228271",38373,39249 -"228272",38373,42004 -"228273",38373,46349 -"228274",38373,47163 -"228275",38373,52879 -"228276",38373,53328 -"228277",38373,53423 -"228278",38373,55116 -"228279",38373,61443 -"228280",38373,63205 -"228281",38373,64183 -"228282",38373,71526 -"228283",38373,82079 -"228284",38373,82252 -"228285",38373,83755 -"228286",38373,90616 -"228287",38373,90674 -"228288",38373,95124 -"228289",38373,107208 -"228290",38375,99125 -"228291",38376,45757 -"228292",38376,63158 -"228293",38376,63409 -"228294",38376,68270 -"228295",38376,75466 -"228296",38376,75648 -"228297",38376,101422 -"228298",38376,110482 -"228299",38378,42490 -"228300",38378,57575 -"228301",38378,58089 -"228302",38378,58725 -"228303",38378,60125 -"228304",38378,62019 -"228305",38378,77028 -"228306",38378,86410 -"228307",38379,81097 -"228308",38380,85633 -"228309",38380,86417 -"228310",38380,91680 -"228311",38380,104107 -"228312",38381,92794 -"228313",38381,103869 -"228314",38382,88892 -"228315",38383,46642 -"228316",38383,52214 -"228317",38383,53417 -"228318",38383,112115 -"228319",38385,38550 -"228320",38385,54770 -"228321",38386,39999 -"228322",38387,38856 -"228323",38389,39116 -"228324",38389,58634 -"228325",38389,71062 -"228326",38390,97371 -"228327",38391,42735 -"228328",38392,44812 -"228329",38392,78674 -"228330",38394,39547 -"228331",38394,41532 -"228332",38394,70400 -"228333",38394,86235 -"228334",38395,38407 -"228335",38395,38413 -"228336",38396,42163 -"228337",38396,68549 -"228338",38396,73275 -"228339",38396,91233 -"228340",38396,93257 -"228341",38396,110237 -"228342",38396,110249 -"228343",38396,110931 -"228344",38396,116630 -"228345",38397,76390 -"228346",38398,39684 -"228347",38398,41839 -"228348",38398,49110 -"228349",38398,57311 -"228350",38399,51551 -"228351",38399,58146 -"228352",38399,58208 -"228353",38399,59566 -"228354",38399,62693 -"228355",38399,67161 -"228356",38399,106477 -"228357",38399,110302 -"228358",38399,113886 -"228359",38401,43851 -"228360",38401,91000 -"228361",38402,70246 -"228362",38402,79432 -"228363",38402,90705 -"228364",38402,90754 -"228365",38402,96925 -"228366",38402,117916 -"228367",38403,67994 -"228368",38403,88551 -"228369",38403,106173 -"228370",38404,41462 -"228371",38405,70999 -"228372",38405,77367 -"228373",38406,67823 -"228374",38406,90354 -"228375",38407,38413 -"228376",38408,77771 -"228377",38409,54193 -"228378",38409,111351 -"228379",38409,117132 -"228380",38410,87121 -"228381",38411,48749 -"228382",38412,69511 -"228383",38413,69620 -"228384",38413,110784 -"228385",38413,110793 -"228386",38413,111566 -"228387",38414,49680 -"228388",38415,86548 -"228389",38416,81465 -"228390",38417,39198 -"228391",38417,65173 -"228392",38417,70658 -"228393",38418,90911 -"228394",38419,40727 -"228395",38419,44594 -"228396",38419,54647 -"228397",38419,54739 -"228398",38419,55344 -"228399",38419,57478 -"228400",38419,72673 -"228401",38419,77713 -"228402",38421,44569 -"228403",38421,79618 -"228404",38421,99240 -"228405",38421,112717 -"228406",38422,38538 -"228407",38422,43005 -"228408",38422,91996 -"228409",38422,94968 -"228410",38422,117190 -"228411",38422,122806 -"228412",38423,41013 -"228413",38424,50475 -"228414",38424,71949 -"228415",38425,42318 -"228416",38425,47729 -"228417",38425,92159 -"228418",38425,112283 -"228419",38426,41921 -"228420",38426,55060 -"228421",38426,85064 -"228422",38426,97129 -"228423",38427,50863 -"228424",38427,74132 -"228425",38428,57186 -"228426",38428,76531 -"228427",38428,77041 -"228428",38428,80657 -"228429",38428,81000 -"228430",38428,84763 -"228431",38428,99338 -"228432",38428,101100 -"228433",38428,110379 -"228434",38428,118105 -"228435",38428,120463 -"228436",38429,55776 -"228437",38429,62220 -"228438",38429,84403 -"228439",38429,102165 -"228440",38429,104871 -"228441",38429,114448 -"228442",38429,114551 -"228443",38430,38545 -"228444",38430,38563 -"228445",38430,80465 -"228446",38431,40013 -"228447",38431,40216 -"228448",38431,44294 -"228449",38431,53445 -"228450",38431,58589 -"228451",38431,77181 -"228452",38431,85565 -"228453",38431,97706 -"228454",38431,105050 -"228455",38431,115338 -"228456",38431,115820 -"228457",38431,119086 -"228458",38432,39212 -"228459",38432,46040 -"228460",38432,57152 -"228461",38432,67501 -"228462",38433,40245 -"228463",38433,44463 -"228464",38433,55108 -"228465",38433,55162 -"228466",38433,70382 -"228467",38433,76275 -"228468",38433,81046 -"228469",38433,89980 -"228470",38433,93543 -"228471",38433,93603 -"228472",38435,38459 -"228473",38435,38530 -"228474",38435,47360 -"228475",38435,54493 -"228476",38435,72803 -"228477",38435,73453 -"228478",38435,97791 -"228479",38436,63549 -"228480",38436,68095 -"228481",38437,97039 -"228482",38439,77768 -"228483",38440,38461 -"228484",38440,43868 -"228485",38440,57641 -"228486",38440,83483 -"228487",38440,105527 -"228488",38440,109974 -"228489",38442,45228 -"228490",38442,51347 -"228491",38442,57314 -"228492",38442,59794 -"228493",38442,69464 -"228494",38442,93349 -"228495",38442,99774 -"228496",38442,104204 -"228497",38443,45844 -"228498",38443,63513 -"228499",38443,77450 -"228500",38443,79834 -"228501",38443,89088 -"228502",38443,89113 -"228503",38443,91413 -"228504",38443,107782 -"228505",38444,93631 -"228506",38445,43249 -"228507",38445,44233 -"228508",38445,48328 -"228509",38445,64373 -"228510",38445,88607 -"228511",38447,38505 -"228512",38447,38511 -"228513",38448,38874 -"228514",38448,62129 -"228515",38448,68013 -"228516",38449,39058 -"228517",38449,42186 -"228518",38449,51660 -"228519",38449,51944 -"228520",38449,71296 -"228521",38449,85323 -"228522",38449,113306 -"228523",38451,39874 -"228524",38452,41358 -"228525",38452,44474 -"228526",38452,50736 -"228527",38452,52057 -"228528",38452,55386 -"228529",38452,58538 -"228530",38452,60828 -"228531",38452,67039 -"228532",38452,71252 -"228533",38452,76345 -"228534",38452,77308 -"228535",38452,78173 -"228536",38452,84710 -"228537",38454,97238 -"228538",38454,97438 -"228539",38454,110979 -"228540",38454,116735 -"228541",38456,38508 -"228542",38456,44922 -"228543",38457,80580 -"228544",38457,82840 -"228545",38458,50539 -"228546",38458,100269 -"228547",38458,103095 -"228548",38459,38530 -"228549",38459,41269 -"228550",38460,38570 -"228551",38460,68616 -"228552",38461,41439 -"228553",38461,45480 -"228554",38461,57641 -"228555",38461,59039 -"228556",38461,83483 -"228557",38461,91287 -"228558",38461,94330 -"228559",38462,41660 -"228560",38462,63084 -"228561",38462,64663 -"228562",38462,86928 -"228563",38463,87732 -"228564",38464,38470 -"228565",38464,52032 -"228566",38464,55941 -"228567",38464,59654 -"228568",38464,61070 -"228569",38464,61706 -"228570",38464,65501 -"228571",38464,65502 -"228572",38464,72066 -"228573",38464,75563 -"228574",38465,39522 -"228575",38465,39572 -"228576",38465,92212 -"228577",38466,95479 -"228578",38467,46932 -"228579",38467,92471 -"228580",38467,92505 -"228581",38468,93060 -"228582",38468,116131 -"228583",38469,52506 -"228584",38470,55941 -"228585",38470,72066 -"228586",38470,75563 -"228587",38473,88447 -"228588",38473,88450 -"228589",38476,65907 -"228590",38476,76325 -"228591",38476,97475 -"228592",38476,119328 -"228593",38476,120087 -"228594",38479,45757 -"228595",38479,84247 -"228596",38479,90217 -"228597",38479,92563 -"228598",38479,97054 -"228599",38479,100110 -"228600",38481,38482 -"228601",38481,38484 -"228602",38481,46384 -"228603",38481,88940 -"228604",38482,38484 -"228605",38482,41703 -"228606",38482,41838 -"228607",38482,41969 -"228608",38482,46384 -"228609",38482,53942 -"228610",38482,59788 -"228611",38482,74263 -"228612",38482,74312 -"228613",38482,75579 -"228614",38482,83110 -"228615",38482,116383 -"228616",38483,38529 -"228617",38486,93757 -"228618",38487,95583 -"228619",38487,97283 -"228620",38488,59778 -"228621",38488,59835 -"228622",38489,41440 -"228623",38489,82507 -"228624",38489,100021 -"228625",38489,102356 -"228626",38490,46989 -"228627",38491,41115 -"228628",38491,87131 -"228629",38491,88918 -"228630",38491,117268 -"228631",38492,40634 -"228632",38492,55427 -"228633",38492,58421 -"228634",38492,61473 -"228635",38492,82705 -"228636",38493,51643 -"228637",38493,77698 -"228638",38493,105158 -"228639",38494,38932 -"228640",38494,40643 -"228641",38494,42017 -"228642",38494,42107 -"228643",38494,45787 -"228644",38494,47083 -"228645",38494,49231 -"228646",38494,50061 -"228647",38494,52450 -"228648",38494,54059 -"228649",38494,55370 -"228650",38494,57804 -"228651",38494,59615 -"228652",38494,59940 -"228653",38494,64546 -"228654",38494,66741 -"228655",38494,67363 -"228656",38494,71230 -"228657",38494,76278 -"228658",38494,76740 -"228659",38494,76786 -"228660",38494,77272 -"228661",38494,77357 -"228662",38494,77402 -"228663",38494,78248 -"228664",38494,78255 -"228665",38494,78339 -"228666",38494,78445 -"228667",38494,79022 -"228668",38494,79716 -"228669",38494,79989 -"228670",38494,80281 -"228671",38494,81728 -"228672",38494,82196 -"228673",38494,82383 -"228674",38494,82810 -"228675",38494,82854 -"228676",38494,83853 -"228677",38494,83884 -"228678",38494,84379 -"228679",38494,84613 -"228680",38494,85465 -"228681",38494,85610 -"228682",38494,86351 -"228683",38494,86451 -"228684",38494,86882 -"228685",38494,87175 -"228686",38494,87451 -"228687",38494,87521 -"228688",38494,87572 -"228689",38494,87663 -"228690",38494,87721 -"228691",38494,87862 -"228692",38495,53577 -"228693",38495,55296 -"228694",38495,57592 -"228695",38495,59847 -"228696",38495,85957 -"228697",38495,110031 -"228698",38495,121601 -"228699",38496,111736 -"228700",38497,82108 -"228701",38497,113341 -"228702",38497,116553 -"228703",38498,38590 -"228704",38498,51060 -"228705",38498,64864 -"228706",38498,83275 -"228707",38499,104584 -"228708",38501,102416 -"228709",38502,79217 -"228710",38502,80564 -"228711",38503,73821 -"228712",38503,74813 -"228713",38503,82153 -"228714",38503,97562 -"228715",38504,47680 -"228716",38504,47732 -"228717",38504,47771 -"228718",38504,47773 -"228719",38504,110861 -"228720",38504,110893 -"228721",38505,38511 -"228722",38505,39203 -"228723",38505,57966 -"228724",38505,66242 -"228725",38506,53675 -"228726",38506,61425 -"228727",38506,66108 -"228728",38506,66109 -"228729",38506,66134 -"228730",38506,66154 -"228731",38506,72279 -"228732",38507,85848 -"228733",38508,78337 -"228734",38508,79297 -"228735",38508,117308 -"228736",38510,61249 -"228737",38511,50929 -"228738",38512,55356 -"228739",38512,89327 -"228740",38512,96115 -"228741",38513,40266 -"228742",38513,40277 -"228743",38513,41751 -"228744",38513,47782 -"228745",38513,47821 -"228746",38513,47826 -"228747",38513,62797 -"228748",38514,100093 -"228749",38514,100097 -"228750",38514,100936 -"228751",38514,116449 -"228752",38515,93816 -"228753",38515,105050 -"228754",38517,51481 -"228755",38517,92477 -"228756",38517,102905 -"228757",38517,102942 -"228758",38518,77647 -"228759",38518,115015 -"228760",38519,93975 -"228761",38521,52799 -"228762",38522,87364 -"228763",38522,114007 -"228764",38522,115699 -"228765",38522,116629 -"228766",38523,40473 -"228767",38523,42598 -"228768",38523,50170 -"228769",38523,54295 -"228770",38523,54768 -"228771",38523,55317 -"228772",38523,55827 -"228773",38523,56125 -"228774",38523,56143 -"228775",38523,58968 -"228776",38523,70461 -"228777",38523,76469 -"228778",38523,82203 -"228779",38523,101191 -"228780",38525,41713 -"228781",38525,42087 -"228782",38525,45047 -"228783",38525,45980 -"228784",38525,48202 -"228785",38525,48212 -"228786",38525,53132 -"228787",38525,53227 -"228788",38525,55111 -"228789",38525,58628 -"228790",38525,61801 -"228791",38525,64350 -"228792",38525,73044 -"228793",38525,73058 -"228794",38525,73335 -"228795",38525,78063 -"228796",38525,78429 -"228797",38525,78569 -"228798",38525,82143 -"228799",38525,83231 -"228800",38525,86471 -"228801",38525,90804 -"228802",38525,91022 -"228803",38525,91045 -"228804",38525,95675 -"228805",38525,101516 -"228806",38525,102387 -"228807",38525,108374 -"228808",38525,108893 -"228809",38525,109101 -"228810",38525,109523 -"228811",38525,110993 -"228812",38525,111338 -"228813",38525,111398 -"228814",38525,111409 -"228815",38525,111480 -"228816",38525,112422 -"228817",38525,112648 -"228818",38525,112708 -"228819",38525,112820 -"228820",38525,112997 -"228821",38525,113597 -"228822",38525,114418 -"228823",38525,114582 -"228824",38525,115371 -"228825",38525,116028 -"228826",38525,116604 -"228827",38526,50902 -"228828",38526,67129 -"228829",38526,70787 -"228830",38526,72654 -"228831",38526,83606 -"228832",38527,38581 -"228833",38528,57174 -"228834",38528,57178 -"228835",38529,90963 -"228836",38529,105139 -"228837",38530,42276 -"228838",38530,84524 -"228839",38530,100760 -"228840",38531,71661 -"228841",38532,44822 -"228842",38532,48682 -"228843",38532,64597 -"228844",38532,65529 -"228845",38532,68958 -"228846",38532,89446 -"228847",38532,98097 -"228848",38533,38551 -"228849",38533,39029 -"228850",38533,82977 -"228851",38533,94288 -"228852",38534,38539 -"228853",38534,38540 -"228854",38535,46896 -"228855",38535,46903 -"228856",38535,52494 -"228857",38535,68789 -"228858",38535,68891 -"228859",38535,68914 -"228860",38536,38537 -"228861",38536,38543 -"228862",38536,53200 -"228863",38536,63518 -"228864",38536,90836 -"228865",38536,92017 -"228866",38536,102484 -"228867",38537,38543 -"228868",38538,51458 -"228869",38538,65876 -"228870",38538,70254 -"228871",38538,80192 -"228872",38538,85308 -"228873",38538,88680 -"228874",38538,95068 -"228875",38538,95478 -"228876",38538,104878 -"228877",38538,109355 -"228878",38539,38540 -"228879",38539,40025 -"228880",38539,44060 -"228881",38539,58485 -"228882",38541,68817 -"228883",38542,111058 -"228884",38542,118562 -"228885",38542,118571 -"228886",38544,66566 -"228887",38544,73844 -"228888",38544,102284 -"228889",38545,38563 -"228890",38550,94637 -"228891",38552,44144 -"228892",38552,55685 -"228893",38552,86829 -"228894",38552,100013 -"228895",38552,117244 -"228896",38552,123186 -"228897",38553,43681 -"228898",38554,53402 -"228899",38555,59639 -"228900",38555,67220 -"228901",38555,97013 -"228902",38556,94854 -"228903",38556,98730 -"228904",38557,49700 -"228905",38557,65969 -"228906",38557,77645 -"228907",38557,79776 -"228908",38557,79792 -"228909",38558,38559 -"228910",38558,45666 -"228911",38558,90731 -"228912",38558,107685 -"228913",38561,61359 -"228914",38562,40900 -"228915",38562,41010 -"228916",38562,41040 -"228917",38564,41697 -"228918",38564,45303 -"228919",38564,65734 -"228920",38564,74877 -"228921",38564,75030 -"228922",38564,77511 -"228923",38564,77693 -"228924",38564,78806 -"228925",38564,79256 -"228926",38564,81614 -"228927",38564,85245 -"228928",38564,88764 -"228929",38564,90558 -"228930",38564,91128 -"228931",38564,99736 -"228932",38564,101014 -"228933",38564,101150 -"228934",38564,101615 -"228935",38564,101811 -"228936",38564,102766 -"228937",38564,108008 -"228938",38564,108412 -"228939",38565,40841 -"228940",38565,42202 -"228941",38565,42608 -"228942",38565,45284 -"228943",38565,60134 -"228944",38565,65231 -"228945",38565,68626 -"228946",38565,68997 -"228947",38565,69816 -"228948",38565,72822 -"228949",38565,75421 -"228950",38565,81191 -"228951",38565,81914 -"228952",38565,83814 -"228953",38565,87748 -"228954",38565,88716 -"228955",38565,91073 -"228956",38565,99623 -"228957",38565,106186 -"228958",38565,112824 -"228959",38565,112844 -"228960",38565,112845 -"228961",38566,82896 -"228962",38567,39970 -"228963",38567,110514 -"228964",38567,110540 -"228965",38567,110548 -"228966",38569,88743 -"228967",38569,92078 -"228968",38570,68616 -"228969",38570,95143 -"228970",38570,107630 -"228971",38571,60208 -"228972",38571,94044 -"228973",38571,94057 -"228974",38572,46855 -"228975",38572,77085 -"228976",38572,88284 -"228977",38572,93300 -"228978",38574,53323 -"228979",38574,53608 -"228980",38574,60798 -"228981",38574,70697 -"228982",38574,86696 -"228983",38574,92380 -"228984",38574,96416 -"228985",38575,50235 -"228986",38575,51857 -"228987",38575,53252 -"228988",38575,62793 -"228989",38575,71279 -"228990",38575,78102 -"228991",38575,79183 -"228992",38575,101155 -"228993",38575,101189 -"228994",38576,54588 -"228995",38576,57447 -"228996",38576,61793 -"228997",38576,63746 -"228998",38576,63915 -"228999",38577,95530 -"229000",38578,44080 -"229001",38578,53892 -"229002",38578,75146 -"229003",38578,92532 -"229004",38578,92948 -"229005",38578,96027 -"229006",38578,96068 -"229007",38578,99311 -"229008",38578,113378 -"229009",38578,116920 -"229010",38578,116921 -"229011",38578,116922 -"229012",38578,120122 -"229013",38578,120133 -"229014",38579,57670 -"229015",38580,66084 -"229016",38580,66400 -"229017",38583,43629 -"229018",38584,39306 -"229019",38584,50068 -"229020",38584,59732 -"229021",38584,64932 -"229022",38584,101743 -"229023",38585,38586 -"229024",38585,40962 -"229025",38586,40962 -"229026",38586,50057 -"229027",38586,71753 -"229028",38586,74068 -"229029",38586,91192 -"229030",38586,112657 -"229031",38586,121561 -"229032",38587,41545 -"229033",38587,46884 -"229034",38587,53161 -"229035",38587,114885 -"229036",38588,46161 -"229037",38588,104899 -"229038",38589,39062 -"229039",38589,41528 -"229040",38589,42455 -"229041",38589,69931 -"229042",38590,51060 -"229043",38590,87461 -"229044",38590,108787 -"229045",38590,120702 -"229046",38591,39554 -"229047",38591,86935 -"229048",38591,121589 -"229049",38591,121656 -"229050",38592,50733 -"229051",38593,38594 -"229052",38593,52137 -"229053",38593,59705 -"229054",38596,39149 -"229055",38596,49075 -"229056",38597,42559 -"229057",38597,49309 -"229058",38597,49655 -"229059",38597,54738 -"229060",38597,64530 -"229061",38599,51493 -"229062",38599,73681 -"229063",38599,74180 -"229064",38599,109285 -"229065",38600,41077 -"229066",38600,67229 -"229067",38601,51853 -"229068",38601,60658 -"229069",38602,53132 -"229070",38602,90827 -"229071",38604,38628 -"229072",38604,38791 -"229073",38604,53896 -"229074",38604,54946 -"229075",38604,54954 -"229076",38604,72713 -"229077",38604,72824 -"229078",38604,72826 -"229079",38604,72830 -"229080",38604,72840 -"229081",38604,72842 -"229082",38604,72847 -"229083",38605,39807 -"229084",38605,116849 -"229085",38606,38613 -"229086",38606,38620 -"229087",38606,41593 -"229088",38606,63641 -"229089",38606,81907 -"229090",38607,59071 -"229091",38607,75637 -"229092",38608,58890 -"229093",38608,90967 -"229094",38608,99707 -"229095",38608,102314 -"229096",38608,106252 -"229097",38608,118026 -"229098",38608,118467 -"229099",38609,38617 -"229100",38610,41622 -"229101",38610,41623 -"229102",38611,61591 -"229103",38611,71318 -"229104",38611,106705 -"229105",38611,111374 -"229106",38611,111977 -"229107",38611,112172 -"229108",38612,39236 -"229109",38612,82583 -"229110",38612,102403 -"229111",38612,103530 -"229112",38613,38620 -"229113",38614,40946 -"229114",38614,50774 -"229115",38614,54250 -"229116",38614,54480 -"229117",38614,54557 -"229118",38614,59108 -"229119",38614,59461 -"229120",38614,59505 -"229121",38614,59565 -"229122",38615,43138 -"229123",38615,44273 -"229124",38615,55491 -"229125",38615,63703 -"229126",38615,73387 -"229127",38616,43635 -"229128",38616,67924 -"229129",38616,67925 -"229130",38616,67961 -"229131",38616,67986 -"229132",38616,67992 -"229133",38616,79136 -"229134",38616,92996 -"229135",38618,47858 -"229136",38618,51396 -"229137",38618,65793 -"229138",38618,67434 -"229139",38618,73075 -"229140",38618,77585 -"229141",38618,79766 -"229142",38618,79845 -"229143",38618,80471 -"229144",38618,83380 -"229145",38618,84646 -"229146",38618,85962 -"229147",38618,90259 -"229148",38618,90441 -"229149",38618,95080 -"229150",38619,68736 -"229151",38619,103490 -"229152",38620,49795 -"229153",38620,50679 -"229154",38621,47140 -"229155",38621,78762 -"229156",38622,40464 -"229157",38623,46079 -"229158",38623,102016 -"229159",38624,55112 -"229160",38624,66536 -"229161",38624,75136 -"229162",38624,83569 -"229163",38624,88852 -"229164",38624,88861 -"229165",38624,89697 -"229166",38624,92254 -"229167",38624,92437 -"229168",38625,38782 -"229169",38625,40768 -"229170",38625,49576 -"229171",38625,59794 -"229172",38625,61963 -"229173",38625,72142 -"229174",38625,77223 -"229175",38625,78085 -"229176",38625,84510 -"229177",38625,88764 -"229178",38625,92062 -"229179",38625,92123 -"229180",38625,92931 -"229181",38625,97094 -"229182",38625,99618 -"229183",38625,103318 -"229184",38625,111694 -"229185",38625,114817 -"229186",38625,119920 -"229187",38626,87802 -"229188",38626,90748 -"229189",38626,98346 -"229190",38626,118592 -"229191",38628,50840 -"229192",38629,38648 -"229193",38629,38667 -"229194",38629,48527 -"229195",38629,54842 -"229196",38630,71668 -"229197",38630,105872 -"229198",38630,107636 -"229199",38631,55790 -"229200",38631,55933 -"229201",38631,55947 -"229202",38631,55959 -"229203",38632,73018 -"229204",38633,38729 -"229205",38633,38800 -"229206",38633,39792 -"229207",38633,39932 -"229208",38633,40773 -"229209",38633,43080 -"229210",38633,54898 -"229211",38633,55347 -"229212",38634,55677 -"229213",38634,98342 -"229214",38635,62998 -"229215",38635,89899 -"229216",38638,45201 -"229217",38638,47615 -"229218",38638,50918 -"229219",38638,82252 -"229220",38638,84648 -"229221",38639,40329 -"229222",38639,42490 -"229223",38639,46050 -"229224",38639,59177 -"229225",38639,60985 -"229226",38639,70358 -"229227",38639,86734 -"229228",38639,102142 -"229229",38640,38660 -"229230",38640,68159 -"229231",38641,38785 -"229232",38641,43252 -"229233",38641,46339 -"229234",38641,50391 -"229235",38641,64865 -"229236",38641,66513 -"229237",38641,68193 -"229238",38643,59056 -"229239",38646,39326 -"229240",38646,43375 -"229241",38646,44630 -"229242",38646,58972 -"229243",38646,73311 -"229244",38648,38667 -"229245",38648,38782 -"229246",38648,43527 -"229247",38648,50208 -"229248",38648,61288 -"229249",38648,63518 -"229250",38648,73374 -"229251",38648,77871 -"229252",38648,79806 -"229253",38648,88627 -"229254",38648,89760 -"229255",38648,90875 -"229256",38648,99601 -"229257",38648,99616 -"229258",38648,102322 -"229259",38648,102337 -"229260",38648,109977 -"229261",38649,41027 -"229262",38649,55529 -"229263",38649,67999 -"229264",38649,73229 -"229265",38650,60723 -"229266",38650,119764 -"229267",38650,120656 -"229268",38651,62681 -"229269",38651,72912 -"229270",38652,81354 -"229271",38652,81374 -"229272",38652,81425 -"229273",38653,53793 -"229274",38653,66142 -"229275",38653,66193 -"229276",38653,66296 -"229277",38654,52148 -"229278",38654,61684 -"229279",38654,67083 -"229280",38654,103684 -"229281",38655,38686 -"229282",38655,38687 -"229283",38655,38743 -"229284",38656,54799 -"229285",38656,67376 -"229286",38656,67505 -"229287",38656,71684 -"229288",38656,88330 -"229289",38656,94650 -"229290",38657,93825 -"229291",38657,93833 -"229292",38657,93860 -"229293",38658,42307 -"229294",38658,61802 -"229295",38658,81582 -"229296",38658,82636 -"229297",38658,82784 -"229298",38658,82800 -"229299",38658,82833 -"229300",38658,82969 -"229301",38658,108210 -"229302",38658,108228 -"229303",38661,113917 -"229304",38661,113923 -"229305",38662,53267 -"229306",38662,64058 -"229307",38662,67539 -"229308",38663,42770 -"229309",38663,42974 -"229310",38663,65206 -"229311",38665,45731 -"229312",38665,65399 -"229313",38665,70869 -"229314",38665,72743 -"229315",38665,85406 -"229316",38665,112170 -"229317",38666,40438 -"229318",38666,40441 -"229319",38666,55064 -"229320",38667,53958 -"229321",38668,40051 -"229322",38668,98617 -"229323",38669,71351 -"229324",38669,84209 -"229325",38669,87439 -"229326",38672,40177 -"229327",38672,54890 -"229328",38672,83814 -"229329",38672,89505 -"229330",38672,93669 -"229331",38672,99171 -"229332",38674,38777 -"229333",38675,74808 -"229334",38675,81659 -"229335",38675,90121 -"229336",38675,91803 -"229337",38676,50061 -"229338",38676,51100 -"229339",38676,83302 -"229340",38677,83804 -"229341",38677,120645 -"229342",38678,38679 -"229343",38678,38680 -"229344",38678,38732 -"229345",38678,38747 -"229346",38678,38759 -"229347",38678,38794 -"229348",38678,39195 -"229349",38678,39322 -"229350",38678,45282 -"229351",38678,50689 -"229352",38679,38680 -"229353",38679,38732 -"229354",38679,38747 -"229355",38679,38759 -"229356",38679,38794 -"229357",38679,39195 -"229358",38679,39322 -"229359",38680,38732 -"229360",38680,38747 -"229361",38680,38759 -"229362",38680,38794 -"229363",38680,39195 -"229364",38680,39322 -"229365",38682,91951 -"229366",38683,40245 -"229367",38683,43226 -"229368",38683,44655 -"229369",38683,44973 -"229370",38683,46177 -"229371",38683,47048 -"229372",38683,48110 -"229373",38683,58508 -"229374",38683,59731 -"229375",38683,62642 -"229376",38683,68091 -"229377",38683,69335 -"229378",38683,75245 -"229379",38683,75776 -"229380",38683,75956 -"229381",38683,76387 -"229382",38683,78978 -"229383",38683,79212 -"229384",38683,79241 -"229385",38683,79579 -"229386",38683,80239 -"229387",38683,80301 -"229388",38683,81397 -"229389",38683,88340 -"229390",38683,88749 -"229391",38683,89069 -"229392",38683,89373 -"229393",38683,89995 -"229394",38683,90919 -"229395",38683,90936 -"229396",38683,92861 -"229397",38683,93097 -"229398",38683,94231 -"229399",38683,95489 -"229400",38683,96247 -"229401",38683,96363 -"229402",38683,97898 -"229403",38685,47865 -"229404",38685,66743 -"229405",38685,68332 -"229406",38685,69471 -"229407",38685,80822 -"229408",38685,84390 -"229409",38685,93562 -"229410",38685,93767 -"229411",38685,96288 -"229412",38685,97648 -"229413",38685,98552 -"229414",38686,38687 -"229415",38686,38743 -"229416",38687,38743 -"229417",38689,80374 -"229418",38690,70675 -"229419",38690,77144 -"229420",38690,77154 -"229421",38690,77192 -"229422",38690,77195 -"229423",38691,38915 -"229424",38692,38753 -"229425",38692,69368 -"229426",38692,78195 -"229427",38692,121396 -"229428",38693,45651 -"229429",38694,38786 -"229430",38694,39491 -"229431",38694,39564 -"229432",38694,39686 -"229433",38694,48101 -"229434",38694,60750 -"229435",38694,60862 -"229436",38694,81419 -"229437",38694,99638 -"229438",38695,38751 -"229439",38696,45104 -"229440",38696,46151 -"229441",38698,103907 -"229442",38699,41978 -"229443",38699,50238 -"229444",38699,54287 -"229445",38699,55254 -"229446",38699,59174 -"229447",38699,59186 -"229448",38699,68628 -"229449",38700,44032 -"229450",38700,64215 -"229451",38700,105241 -"229452",38701,39183 -"229453",38701,46636 -"229454",38701,73204 -"229455",38702,97321 -"229456",38703,66994 -"229457",38703,115345 -"229458",38704,38713 -"229459",38704,46534 -"229460",38705,38867 -"229461",38706,40756 -"229462",38706,54859 -"229463",38706,107596 -"229464",38707,38749 -"229465",38707,53120 -"229466",38707,57437 -"229467",38707,93811 -"229468",38708,104975 -"229469",38709,59750 -"229470",38709,70160 -"229471",38709,70244 -"229472",38709,70249 -"229473",38709,122958 -"229474",38710,39221 -"229475",38710,40599 -"229476",38710,42422 -"229477",38710,66221 -"229478",38710,88496 -"229479",38710,95043 -"229480",38710,108100 -"229481",38711,68391 -"229482",38715,61288 -"229483",38716,54372 -"229484",38716,66379 -"229485",38716,69956 -"229486",38716,70018 -"229487",38716,74871 -"229488",38716,83015 -"229489",38716,85396 -"229490",38716,90931 -"229491",38716,92744 -"229492",38717,50450 -"229493",38717,62358 -"229494",38717,65064 -"229495",38717,76252 -"229496",38717,88441 -"229497",38717,90503 -"229498",38719,38821 -"229499",38720,38802 -"229500",38720,40726 -"229501",38720,49918 -"229502",38720,55674 -"229503",38720,67588 -"229504",38720,67589 -"229505",38720,116748 -"229506",38720,122633 -"229507",38720,123418 -"229508",38721,47282 -"229509",38721,52672 -"229510",38721,73533 -"229511",38722,64183 -"229512",38722,68683 -"229513",38722,81150 -"229514",38723,51746 -"229515",38723,51754 -"229516",38727,54069 -"229517",38728,46414 -"229518",38728,71269 -"229519",38728,71707 -"229520",38728,77973 -"229521",38728,95132 -"229522",38728,98948 -"229523",38728,106222 -"229524",38729,38800 -"229525",38729,39792 -"229526",38729,39932 -"229527",38729,40952 -"229528",38729,43080 -"229529",38729,54898 -"229530",38729,55347 -"229531",38730,91874 -"229532",38731,50323 -"229533",38731,50350 -"229534",38732,38747 -"229535",38732,38759 -"229536",38732,38794 -"229537",38732,39195 -"229538",38732,39322 -"229539",38733,50542 -"229540",38733,53715 -"229541",38735,75064 -"229542",38736,45357 -"229543",38736,46085 -"229544",38736,46142 -"229545",38736,46786 -"229546",38736,51108 -"229547",38736,62280 -"229548",38736,64468 -"229549",38736,67863 -"229550",38736,68500 -"229551",38736,80156 -"229552",38736,81182 -"229553",38736,84346 -"229554",38736,84353 -"229555",38736,84533 -"229556",38736,86639 -"229557",38736,88883 -"229558",38736,91275 -"229559",38736,123231 -"229560",38737,41509 -"229561",38738,72798 -"229562",38739,44014 -"229563",38739,44659 -"229564",38739,44836 -"229565",38739,50747 -"229566",38739,55840 -"229567",38739,85697 -"229568",38739,111961 -"229569",38740,99231 -"229570",38740,106731 -"229571",38740,109652 -"229572",38740,113807 -"229573",38741,50193 -"229574",38741,50194 -"229575",38741,50199 -"229576",38741,50672 -"229577",38741,97047 -"229578",38741,103111 -"229579",38742,86452 -"229580",38742,87001 -"229581",38742,90374 -"229582",38743,89027 -"229583",38743,104216 -"229584",38743,104790 -"229585",38743,104791 -"229586",38744,73626 -"229587",38745,38746 -"229588",38745,58847 -"229589",38745,90719 -"229590",38745,117410 -"229591",38747,38759 -"229592",38747,38794 -"229593",38747,39195 -"229594",38747,39322 -"229595",38748,40732 -"229596",38748,67505 -"229597",38748,96264 -"229598",38749,47099 -"229599",38749,78760 -"229600",38749,122171 -"229601",38750,67253 -"229602",38751,87168 -"229603",38752,78560 -"229604",38752,84776 -"229605",38754,63486 -"229606",38754,72549 -"229607",38754,76754 -"229608",38754,90268 -"229609",38754,97697 -"229610",38754,99681 -"229611",38754,105352 -"229612",38754,106723 -"229613",38754,115758 -"229614",38754,118512 -"229615",38755,63513 -"229616",38755,64272 -"229617",38755,65726 -"229618",38755,81210 -"229619",38755,88645 -"229620",38755,94782 -"229621",38755,95035 -"229622",38755,98078 -"229623",38755,111259 -"229624",38755,111698 -"229625",38756,48012 -"229626",38756,54158 -"229627",38756,104528 -"229628",38756,105774 -"229629",38756,109272 -"229630",38756,120032 -"229631",38758,65346 -"229632",38758,106343 -"229633",38759,38794 -"229634",38759,39195 -"229635",38759,39322 -"229636",38759,63681 -"229637",38759,110100 -"229638",38760,113312 -"229639",38763,48627 -"229640",38763,55605 -"229641",38763,62186 -"229642",38763,63564 -"229643",38763,63565 -"229644",38763,63566 -"229645",38763,63567 -"229646",38763,63580 -"229647",38763,63581 -"229648",38763,63986 -"229649",38763,71057 -"229650",38763,71264 -"229651",38763,71396 -"229652",38763,71409 -"229653",38763,71432 -"229654",38763,71442 -"229655",38764,115786 -"229656",38764,119850 -"229657",38766,44674 -"229658",38766,45427 -"229659",38766,52725 -"229660",38766,74042 -"229661",38767,82267 -"229662",38768,88048 -"229663",38769,52099 -"229664",38769,52138 -"229665",38769,52140 -"229666",38769,52167 -"229667",38769,100192 -"229668",38770,44667 -"229669",38770,76132 -"229670",38770,76675 -"229671",38770,87686 -"229672",38770,92416 -"229673",38770,102269 -"229674",38770,104841 -"229675",38770,115971 -"229676",38770,117098 -"229677",38770,118177 -"229678",38772,38831 -"229679",38772,45660 -"229680",38772,46723 -"229681",38772,50219 -"229682",38772,59444 -"229683",38772,62266 -"229684",38772,72659 -"229685",38772,84138 -"229686",38772,84193 -"229687",38772,95465 -"229688",38772,96669 -"229689",38772,96697 -"229690",38772,104181 -"229691",38772,112143 -"229692",38773,38862 -"229693",38773,58574 -"229694",38773,76081 -"229695",38773,103652 -"229696",38773,105525 -"229697",38774,44311 -"229698",38774,50092 -"229699",38774,52216 -"229700",38774,60663 -"229701",38774,63146 -"229702",38774,74044 -"229703",38774,99989 -"229704",38774,103995 -"229705",38775,39444 -"229706",38775,39853 -"229707",38775,55556 -"229708",38775,59700 -"229709",38775,75459 -"229710",38775,76387 -"229711",38775,95082 -"229712",38775,114806 -"229713",38775,120486 -"229714",38776,42815 -"229715",38776,44174 -"229716",38776,44197 -"229717",38776,44217 -"229718",38776,44218 -"229719",38776,44256 -"229720",38776,44268 -"229721",38776,50464 -"229722",38776,50533 -"229723",38776,81491 -"229724",38777,40267 -"229725",38777,67914 -"229726",38777,69481 -"229727",38778,40669 -"229728",38779,89684 -"229729",38780,87019 -"229730",38780,109433 -"229731",38780,109467 -"229732",38781,46690 -"229733",38781,71252 -"229734",38781,74641 -"229735",38781,97921 -"229736",38781,98079 -"229737",38782,40128 -"229738",38782,40488 -"229739",38782,43527 -"229740",38782,45397 -"229741",38782,57058 -"229742",38782,58855 -"229743",38782,59290 -"229744",38782,63531 -"229745",38782,74575 -"229746",38782,75025 -"229747",38782,77871 -"229748",38782,79806 -"229749",38782,88943 -"229750",38782,99040 -"229751",38782,99043 -"229752",38782,99070 -"229753",38782,99344 -"229754",38782,99695 -"229755",38782,99707 -"229756",38782,100607 -"229757",38782,101067 -"229758",38782,101484 -"229759",38782,109977 -"229760",38783,41202 -"229761",38783,46946 -"229762",38783,66559 -"229763",38783,67541 -"229764",38783,101599 -"229765",38783,108315 -"229766",38784,43571 -"229767",38785,55365 -"229768",38785,58643 -"229769",38785,68018 -"229770",38785,72919 -"229771",38785,72948 -"229772",38785,88932 -"229773",38785,98658 -"229774",38785,111625 -"229775",38785,113387 -"229776",38785,116021 -"229777",38787,41325 -"229778",38787,90987 -"229779",38788,65529 -"229780",38788,79087 -"229781",38788,110717 -"229782",38788,110877 -"229783",38789,41129 -"229784",38789,47410 -"229785",38789,48295 -"229786",38789,52145 -"229787",38789,53353 -"229788",38789,58776 -"229789",38789,68432 -"229790",38789,68839 -"229791",38789,80867 -"229792",38789,93878 -"229793",38789,96082 -"229794",38789,99629 -"229795",38789,99912 -"229796",38789,111004 -"229797",38789,111055 -"229798",38791,53896 -"229799",38791,72713 -"229800",38791,72824 -"229801",38791,72826 -"229802",38791,72830 -"229803",38791,72840 -"229804",38791,72842 -"229805",38791,72847 -"229806",38792,45329 -"229807",38792,78851 -"229808",38792,82298 -"229809",38792,102771 -"229810",38793,39284 -"229811",38793,56100 -"229812",38794,39195 -"229813",38794,39322 -"229814",38794,56026 -"229815",38798,44293 -"229816",38798,79038 -"229817",38798,84987 -"229818",38798,94210 -"229819",38800,39792 -"229820",38800,39932 -"229821",38800,54898 -"229822",38800,55347 -"229823",38800,62972 -"229824",38800,64727 -"229825",38800,68879 -"229826",38803,41718 -"229827",38803,58613 -"229828",38803,93489 -"229829",38803,94248 -"229830",38803,103276 -"229831",38804,58570 -"229832",38804,70093 -"229833",38807,38838 -"229834",38807,38996 -"229835",38807,63151 -"229836",38808,50311 -"229837",38808,50459 -"229838",38808,75569 -"229839",38808,103807 -"229840",38809,88315 -"229841",38809,95305 -"229842",38809,95474 -"229843",38811,51321 -"229844",38811,61180 -"229845",38811,82734 -"229846",38811,96116 -"229847",38811,109649 -"229848",38812,38863 -"229849",38813,44474 -"229850",38813,54589 -"229851",38813,77308 -"229852",38813,89769 -"229853",38813,104250 -"229854",38814,61553 -"229855",38814,65416 -"229856",38814,69474 -"229857",38814,98150 -"229858",38814,109765 -"229859",38814,113289 -"229860",38815,39131 -"229861",38816,39741 -"229862",38816,40531 -"229863",38816,42920 -"229864",38816,80966 -"229865",38817,107166 -"229866",38819,54020 -"229867",38819,65679 -"229868",38820,97555 -"229869",38822,39213 -"229870",38822,39255 -"229871",38822,39333 -"229872",38822,49968 -"229873",38822,66864 -"229874",38822,69246 -"229875",38823,101433 -"229876",38823,101583 -"229877",38823,101600 -"229878",38823,105286 -"229879",38824,72570 -"229880",38824,83690 -"229881",38827,70246 -"229882",38827,93853 -"229883",38828,56791 -"229884",38828,96992 -"229885",38829,103556 -"229886",38830,79928 -"229887",38830,88764 -"229888",38830,90818 -"229889",38830,94198 -"229890",38830,98335 -"229891",38830,103762 -"229892",38830,110766 -"229893",38833,38887 -"229894",38833,38937 -"229895",38834,66907 -"229896",38835,38964 -"229897",38837,47517 -"229898",38837,56966 -"229899",38837,67147 -"229900",38837,71906 -"229901",38837,83033 -"229902",38837,86759 -"229903",38838,38893 -"229904",38838,38996 -"229905",38838,40727 -"229906",38838,44341 -"229907",38838,45801 -"229908",38838,49668 -"229909",38838,53275 -"229910",38838,63151 -"229911",38838,68665 -"229912",38838,69048 -"229913",38838,83730 -"229914",38838,86324 -"229915",38838,90524 -"229916",38838,93189 -"229917",38838,97880 -"229918",38838,98012 -"229919",38838,103297 -"229920",38838,105108 -"229921",38838,115707 -"229922",38838,116683 -"229923",38840,85544 -"229924",38841,39222 -"229925",38841,39276 -"229926",38841,39460 -"229927",38841,42508 -"229928",38841,47220 -"229929",38841,48672 -"229930",38841,48733 -"229931",38841,48734 -"229932",38841,48751 -"229933",38841,48783 -"229934",38841,48785 -"229935",38842,38914 -"229936",38842,45461 -"229937",38842,56707 -"229938",38842,63047 -"229939",38842,80999 -"229940",38842,117451 -"229941",38847,88653 -"229942",38847,119353 -"229943",38850,42822 -"229944",38850,86589 -"229945",38850,93880 -"229946",38851,69548 -"229947",38851,79406 -"229948",38851,96611 -"229949",38851,102646 -"229950",38851,117799 -"229951",38852,38974 -"229952",38853,53433 -"229953",38853,57466 -"229954",38853,66427 -"229955",38855,48444 -"229956",38855,53624 -"229957",38855,55556 -"229958",38855,64856 -"229959",38855,86189 -"229960",38855,88750 -"229961",38855,103426 -"229962",38856,72669 -"229963",38858,68416 -"229964",38860,38961 -"229965",38861,41695 -"229966",38861,55486 -"229967",38861,103022 -"229968",38862,55686 -"229969",38862,91273 -"229970",38863,66110 -"229971",38863,66116 -"229972",38863,66119 -"229973",38864,62109 -"229974",38864,71781 -"229975",38864,75385 -"229976",38864,79254 -"229977",38864,94339 -"229978",38865,39150 -"229979",38865,65266 -"229980",38868,62541 -"229981",38871,39434 -"229982",38871,40882 -"229983",38871,46334 -"229984",38871,59291 -"229985",38871,61652 -"229986",38873,48012 -"229987",38873,54158 -"229988",38873,63277 -"229989",38873,120899 -"229990",38875,44766 -"229991",38876,82990 -"229992",38877,38968 -"229993",38877,39118 -"229994",38877,74536 -"229995",38879,40338 -"229996",38879,89686 -"229997",38880,38935 -"229998",38881,38995 -"229999",38881,77886 -"230000",38882,54105 -"230001",38883,55810 -"230002",38885,44156 -"230003",38885,47197 -"230004",38885,54417 -"230005",38885,59573 -"230006",38885,60472 -"230007",38886,38956 -"230008",38886,38957 -"230009",38886,48869 -"230010",38887,38937 -"230011",38888,41133 -"230012",38888,43262 -"230013",38888,48918 -"230014",38888,51683 -"230015",38888,53299 -"230016",38888,54598 -"230017",38888,72438 -"230018",38888,98058 -"230019",38889,50883 -"230020",38890,38936 -"230021",38890,38960 -"230022",38890,38998 -"230023",38891,65419 -"230024",38891,113860 -"230025",38891,113881 -"230026",38892,59326 -"230027",38893,86022 -"230028",38893,90524 -"230029",38893,91074 -"230030",38893,96312 -"230031",38893,103297 -"230032",38894,69905 -"230033",38894,79047 -"230034",38894,97888 -"230035",38894,98917 -"230036",38895,67185 -"230037",38895,78036 -"230038",38897,77684 -"230039",38897,85161 -"230040",38899,38984 -"230041",38899,38994 -"230042",38899,61243 -"230043",38899,61561 -"230044",38899,77322 -"230045",38899,109407 -"230046",38899,110621 -"230047",38901,50695 -"230048",38901,83759 -"230049",38901,103483 -"230050",38902,46903 -"230051",38902,47663 -"230052",38902,73111 -"230053",38903,75870 -"230054",38903,115208 -"230055",38904,38925 -"230056",38904,38971 -"230057",38904,51068 -"230058",38905,44889 -"230059",38905,46918 -"230060",38905,48578 -"230061",38905,51270 -"230062",38905,59823 -"230063",38905,87467 -"230064",38906,70455 -"230065",38906,79642 -"230066",38907,65651 -"230067",38907,84360 -"230068",38907,102809 -"230069",38907,117101 -"230070",38908,44684 -"230071",38908,48503 -"230072",38908,53917 -"230073",38908,54055 -"230074",38908,60601 -"230075",38908,86364 -"230076",38908,104379 -"230077",38908,104380 -"230078",38910,76510 -"230079",38910,76624 -"230080",38911,40882 -"230081",38911,40982 -"230082",38911,40998 -"230083",38911,41050 -"230084",38911,41058 -"230085",38911,41060 -"230086",38911,49858 -"230087",38912,54035 -"230088",38912,73339 -"230089",38912,116168 -"230090",38912,116175 -"230091",38913,47926 -"230092",38913,60748 -"230093",38913,85469 -"230094",38913,87347 -"230095",38913,87351 -"230096",38915,43888 -"230097",38915,99743 -"230098",38915,112011 -"230099",38915,118506 -"230100",38915,122582 -"230101",38915,122616 -"230102",38916,48871 -"230103",38916,71900 -"230104",38916,91028 -"230105",38916,100241 -"230106",38916,100591 -"230107",38916,114256 -"230108",38917,44150 -"230109",38917,44157 -"230110",38917,44235 -"230111",38917,44255 -"230112",38917,49360 -"230113",38917,49383 -"230114",38917,65949 -"230115",38918,114326 -"230116",38919,55550 -"230117",38919,63748 -"230118",38919,87699 -"230119",38919,90294 -"230120",38919,90306 -"230121",38920,80245 -"230122",38921,42264 -"230123",38921,44884 -"230124",38921,44885 -"230125",38921,44899 -"230126",38921,47268 -"230127",38921,47323 -"230128",38921,47351 -"230129",38921,47535 -"230130",38921,47562 -"230131",38921,47623 -"230132",38921,47624 -"230133",38921,47747 -"230134",38921,49025 -"230135",38921,50252 -"230136",38921,84475 -"230137",38921,92157 -"230138",38921,93289 -"230139",38922,42312 -"230140",38922,70182 -"230141",38923,62359 -"230142",38923,83935 -"230143",38924,68239 -"230144",38924,78963 -"230145",38924,78964 -"230146",38925,38971 -"230147",38925,77750 -"230148",38926,42996 -"230149",38926,51125 -"230150",38926,58302 -"230151",38926,60822 -"230152",38926,65877 -"230153",38927,48478 -"230154",38928,38976 -"230155",38929,43463 -"230156",38930,114997 -"230157",38930,115012 -"230158",38931,41546 -"230159",38931,80421 -"230160",38931,102985 -"230161",38931,119940 -"230162",38932,40643 -"230163",38932,42017 -"230164",38932,42107 -"230165",38932,45787 -"230166",38932,47083 -"230167",38932,49231 -"230168",38932,50061 -"230169",38932,52450 -"230170",38932,54059 -"230171",38932,55370 -"230172",38932,57804 -"230173",38932,59615 -"230174",38932,59940 -"230175",38932,67363 -"230176",38932,71230 -"230177",38932,76278 -"230178",38932,76740 -"230179",38932,76786 -"230180",38932,77272 -"230181",38932,77357 -"230182",38932,77402 -"230183",38932,78248 -"230184",38932,78255 -"230185",38932,78339 -"230186",38932,78445 -"230187",38932,79022 -"230188",38932,79716 -"230189",38932,79989 -"230190",38932,80281 -"230191",38932,81728 -"230192",38932,82196 -"230193",38932,82383 -"230194",38932,82810 -"230195",38932,82854 -"230196",38932,83853 -"230197",38932,83884 -"230198",38932,84379 -"230199",38932,84613 -"230200",38932,85465 -"230201",38932,85610 -"230202",38932,86351 -"230203",38932,86451 -"230204",38932,86882 -"230205",38932,87175 -"230206",38932,87451 -"230207",38932,87521 -"230208",38932,87572 -"230209",38932,87663 -"230210",38932,87721 -"230211",38932,87862 -"230212",38933,46139 -"230213",38933,123362 -"230214",38934,45752 -"230215",38934,64265 -"230216",38934,72884 -"230217",38935,98921 -"230218",38935,99134 -"230219",38935,114779 -"230220",38936,38960 -"230221",38936,38998 -"230222",38938,41759 -"230223",38938,41801 -"230224",38938,43847 -"230225",38938,54109 -"230226",38938,54127 -"230227",38938,58614 -"230228",38939,66128 -"230229",38939,68476 -"230230",38939,95859 -"230231",38940,44319 -"230232",38940,56610 -"230233",38940,68304 -"230234",38940,72966 -"230235",38940,76573 -"230236",38940,86027 -"230237",38940,95219 -"230238",38940,101892 -"230239",38940,106540 -"230240",38940,121584 -"230241",38941,53657 -"230242",38941,119386 -"230243",38942,43761 -"230244",38942,46252 -"230245",38942,56437 -"230246",38942,69744 -"230247",38943,45730 -"230248",38944,39110 -"230249",38945,48377 -"230250",38945,66269 -"230251",38945,73022 -"230252",38946,39404 -"230253",38946,59526 -"230254",38946,77261 -"230255",38947,43591 -"230256",38947,47614 -"230257",38947,62694 -"230258",38947,65007 -"230259",38947,84586 -"230260",38947,97676 -"230261",38948,66238 -"230262",38948,89736 -"230263",38949,43345 -"230264",38950,69734 -"230265",38950,89631 -"230266",38951,46423 -"230267",38951,71636 -"230268",38951,74497 -"230269",38951,91033 -"230270",38952,58899 -"230271",38952,98081 -"230272",38952,118955 -"230273",38953,49436 -"230274",38953,77866 -"230275",38953,79352 -"230276",38953,87343 -"230277",38953,88954 -"230278",38953,91381 -"230279",38953,100174 -"230280",38953,106994 -"230281",38954,61088 -"230282",38955,63906 -"230283",38955,92178 -"230284",38956,38957 -"230285",38956,63675 -"230286",38957,86960 -"230287",38958,69455 -"230288",38958,91023 -"230289",38958,97699 -"230290",38958,107264 -"230291",38959,39893 -"230292",38960,38998 -"230293",38961,66966 -"230294",38961,84584 -"230295",38961,121790 -"230296",38962,62278 -"230297",38962,76622 -"230298",38962,94776 -"230299",38963,71567 -"230300",38965,55363 -"230301",38965,78903 -"230302",38966,40765 -"230303",38966,60102 -"230304",38967,78962 -"230305",38968,39118 -"230306",38968,44887 -"230307",38968,45595 -"230308",38968,70671 -"230309",38968,78094 -"230310",38969,45734 -"230311",38970,52510 -"230312",38970,57381 -"230313",38970,99505 -"230314",38971,47238 -"230315",38971,47291 -"230316",38972,44096 -"230317",38972,50774 -"230318",38972,83252 -"230319",38973,40764 -"230320",38973,45136 -"230321",38973,71253 -"230322",38973,77739 -"230323",38973,82150 -"230324",38973,83403 -"230325",38973,90652 -"230326",38973,92283 -"230327",38973,92296 -"230328",38973,92319 -"230329",38975,44564 -"230330",38975,56663 -"230331",38975,64332 -"230332",38976,45707 -"230333",38976,54096 -"230334",38978,51635 -"230335",38979,63912 -"230336",38979,63913 -"230337",38980,111393 -"230338",38981,39074 -"230339",38982,53349 -"230340",38982,54846 -"230341",38983,43389 -"230342",38983,68828 -"230343",38983,79068 -"230344",38983,80139 -"230345",38983,80421 -"230346",38983,85553 -"230347",38983,85778 -"230348",38983,100860 -"230349",38984,38994 -"230350",38985,71997 -"230351",38985,73588 -"230352",38986,43076 -"230353",38986,43101 -"230354",38986,66830 -"230355",38987,85339 -"230356",38988,60575 -"230357",38989,49551 -"230358",38989,60938 -"230359",38989,67802 -"230360",38989,95143 -"230361",38989,104182 -"230362",38989,104199 -"230363",38991,43251 -"230364",38991,58789 -"230365",38991,104375 -"230366",38992,89887 -"230367",38993,65098 -"230368",38993,70645 -"230369",38995,46492 -"230370",38995,58185 -"230371",38995,93386 -"230372",38995,96378 -"230373",38995,110745 -"230374",38996,39569 -"230375",38996,44582 -"230376",38996,45591 -"230377",38996,73887 -"230378",38996,90524 -"230379",38996,102373 -"230380",38996,118256 -"230381",39000,41581 -"230382",39000,66229 -"230383",39000,71012 -"230384",39000,71846 -"230385",39000,72039 -"230386",39000,82254 -"230387",39000,88958 -"230388",39001,39167 -"230389",39003,39099 -"230390",39003,61711 -"230391",39004,77085 -"230392",39005,39006 -"230393",39005,39018 -"230394",39005,40083 -"230395",39005,56442 -"230396",39006,39018 -"230397",39006,42875 -"230398",39006,55021 -"230399",39006,60422 -"230400",39006,60465 -"230401",39006,60544 -"230402",39006,66382 -"230403",39006,72089 -"230404",39007,41352 -"230405",39007,63857 -"230406",39007,100571 -"230407",39009,46124 -"230408",39009,82963 -"230409",39009,82970 -"230410",39009,84149 -"230411",39009,87056 -"230412",39011,46220 -"230413",39011,47899 -"230414",39011,107981 -"230415",39014,48770 -"230416",39014,54538 -"230417",39014,86265 -"230418",39015,39119 -"230419",39015,44279 -"230420",39016,39085 -"230421",39017,43569 -"230422",39017,76391 -"230423",39017,102653 -"230424",39018,42875 -"230425",39018,55021 -"230426",39018,60465 -"230427",39018,60544 -"230428",39018,66382 -"230429",39018,72089 -"230430",39019,39129 -"230431",39019,59023 -"230432",39019,60224 -"230433",39019,63114 -"230434",39020,44586 -"230435",39020,71613 -"230436",39021,41834 -"230437",39021,44142 -"230438",39021,44389 -"230439",39021,46617 -"230440",39021,46774 -"230441",39021,47982 -"230442",39021,48201 -"230443",39021,51712 -"230444",39021,54749 -"230445",39021,56045 -"230446",39021,56883 -"230447",39021,58821 -"230448",39021,58927 -"230449",39021,59246 -"230450",39021,61608 -"230451",39021,63058 -"230452",39021,63114 -"230453",39022,57713 -"230454",39022,92646 -"230455",39022,96353 -"230456",39022,96930 -"230457",39022,99258 -"230458",39024,40893 -"230459",39024,51377 -"230460",39024,59969 -"230461",39024,82764 -"230462",39025,75067 -"230463",39025,87365 -"230464",39026,39176 -"230465",39026,39178 -"230466",39026,65092 -"230467",39026,109866 -"230468",39027,86856 -"230469",39028,47106 -"230470",39028,56469 -"230471",39029,103056 -"230472",39029,105528 -"230473",39029,105627 -"230474",39029,105645 -"230475",39029,105649 -"230476",39030,47200 -"230477",39030,77280 -"230478",39031,86905 -"230479",39031,113028 -"230480",39032,43511 -"230481",39032,70700 -"230482",39032,116338 -"230483",39033,41992 -"230484",39033,59240 -"230485",39033,66728 -"230486",39033,119658 -"230487",39034,39363 -"230488",39034,70317 -"230489",39035,43770 -"230490",39035,76959 -"230491",39035,82542 -"230492",39035,95252 -"230493",39036,39441 -"230494",39036,39469 -"230495",39036,39488 -"230496",39036,39506 -"230497",39037,39039 -"230498",39037,39078 -"230499",39037,50635 -"230500",39037,52232 -"230501",39037,63330 -"230502",39037,83614 -"230503",39037,83621 -"230504",39037,89957 -"230505",39037,94739 -"230506",39038,50470 -"230507",39039,39078 -"230508",39039,50635 -"230509",39039,83614 -"230510",39039,83621 -"230511",39040,39433 -"230512",39040,76299 -"230513",39040,93047 -"230514",39040,103530 -"230515",39040,103634 -"230516",39040,103851 -"230517",39040,119034 -"230518",39041,49003 -"230519",39041,80763 -"230520",39043,59646 -"230521",39043,59874 -"230522",39043,76468 -"230523",39043,82778 -"230524",39043,100864 -"230525",39044,48999 -"230526",39044,62704 -"230527",39044,87624 -"230528",39046,84169 -"230529",39046,106662 -"230530",39048,42082 -"230531",39048,56870 -"230532",39048,88487 -"230533",39048,92648 -"230534",39048,120922 -"230535",39049,39050 -"230536",39049,39051 -"230537",39049,39087 -"230538",39049,39115 -"230539",39049,39132 -"230540",39049,39136 -"230541",39050,39051 -"230542",39050,39087 -"230543",39050,39115 -"230544",39050,39132 -"230545",39050,39136 -"230546",39051,39087 -"230547",39051,39115 -"230548",39051,39132 -"230549",39051,39136 -"230550",39051,47947 -"230551",39051,53817 -"230552",39054,49019 -"230553",39054,53740 -"230554",39054,85432 -"230555",39054,89942 -"230556",39055,46818 -"230557",39055,46829 -"230558",39055,46878 -"230559",39055,46900 -"230560",39056,43088 -"230561",39056,54312 -"230562",39056,66063 -"230563",39056,119089 -"230564",39057,39128 -"230565",39057,39161 -"230566",39057,44643 -"230567",39057,45248 -"230568",39057,48646 -"230569",39057,49106 -"230570",39057,49107 -"230571",39057,50320 -"230572",39057,54686 -"230573",39057,58550 -"230574",39057,61619 -"230575",39057,61897 -"230576",39057,62212 -"230577",39057,64384 -"230578",39057,64933 -"230579",39057,65941 -"230580",39057,66440 -"230581",39057,66636 -"230582",39057,67927 -"230583",39057,71896 -"230584",39057,71898 -"230585",39057,122775 -"230586",39058,40695 -"230587",39058,43652 -"230588",39058,44319 -"230589",39058,51022 -"230590",39058,51654 -"230591",39058,52971 -"230592",39058,53703 -"230593",39058,54740 -"230594",39058,57172 -"230595",39058,64793 -"230596",39058,65565 -"230597",39058,70158 -"230598",39058,85323 -"230599",39058,98896 -"230600",39059,55153 -"230601",39059,71163 -"230602",39059,76486 -"230603",39061,39088 -"230604",39062,41528 -"230605",39062,42455 -"230606",39062,47595 -"230607",39062,52249 -"230608",39062,52302 -"230609",39062,54794 -"230610",39062,61086 -"230611",39062,63726 -"230612",39062,71185 -"230613",39062,71611 -"230614",39062,87958 -"230615",39062,89982 -"230616",39062,101761 -"230617",39062,103788 -"230618",39063,45634 -"230619",39063,46466 -"230620",39063,61077 -"230621",39063,78197 -"230622",39063,101762 -"230623",39064,43614 -"230624",39064,106192 -"230625",39065,40751 -"230626",39065,46964 -"230627",39065,59060 -"230628",39065,119951 -"230629",39067,39173 -"230630",39067,39174 -"230631",39068,39076 -"230632",39068,108092 -"230633",39069,84435 -"230634",39071,77196 -"230635",39072,97558 -"230636",39072,109739 -"230637",39075,94285 -"230638",39075,94287 -"230639",39077,53989 -"230640",39077,70806 -"230641",39077,83647 -"230642",39077,107716 -"230643",39077,107893 -"230644",39077,107894 -"230645",39078,50635 -"230646",39078,63267 -"230647",39078,63725 -"230648",39078,83614 -"230649",39078,83621 -"230650",39079,57414 -"230651",39079,65972 -"230652",39080,39401 -"230653",39081,44067 -"230654",39081,86001 -"230655",39083,56333 -"230656",39083,56374 -"230657",39083,103310 -"230658",39083,115734 -"230659",39083,118085 -"230660",39083,119072 -"230661",39083,120738 -"230662",39084,58071 -"230663",39084,64707 -"230664",39084,87866 -"230665",39084,102275 -"230666",39084,103035 -"230667",39084,103091 -"230668",39086,64156 -"230669",39086,82964 -"230670",39086,95803 -"230671",39086,109919 -"230672",39087,39115 -"230673",39087,39132 -"230674",39087,39136 -"230675",39089,65980 -"230676",39093,46184 -"230677",39093,46773 -"230678",39094,39148 -"230679",39095,46399 -"230680",39095,63083 -"230681",39095,82760 -"230682",39096,53012 -"230683",39096,61944 -"230684",39096,72865 -"230685",39097,94199 -"230686",39097,118707 -"230687",39098,45911 -"230688",39098,46067 -"230689",39098,64580 -"230690",39100,42998 -"230691",39100,43523 -"230692",39100,61382 -"230693",39100,61538 -"230694",39100,65667 -"230695",39100,84587 -"230696",39100,84588 -"230697",39100,89552 -"230698",39100,100068 -"230699",39100,101989 -"230700",39100,105728 -"230701",39100,111406 -"230702",39100,116653 -"230703",39101,39952 -"230704",39102,42311 -"230705",39102,42744 -"230706",39102,43907 -"230707",39102,46443 -"230708",39102,48858 -"230709",39102,58059 -"230710",39102,80451 -"230711",39102,89298 -"230712",39102,98911 -"230713",39102,100658 -"230714",39102,103847 -"230715",39102,110276 -"230716",39103,39172 -"230717",39103,59447 -"230718",39103,68466 -"230719",39103,70619 -"230720",39104,49976 -"230721",39104,50648 -"230722",39105,39614 -"230723",39105,47031 -"230724",39105,47300 -"230725",39105,60031 -"230726",39105,70975 -"230727",39105,76807 -"230728",39105,85307 -"230729",39105,92953 -"230730",39105,94398 -"230731",39105,114844 -"230732",39105,115674 -"230733",39106,52784 -"230734",39106,74424 -"230735",39106,74998 -"230736",39107,84631 -"230737",39107,96881 -"230738",39107,96910 -"230739",39107,117632 -"230740",39108,69657 -"230741",39108,95082 -"230742",39108,107022 -"230743",39108,107031 -"230744",39108,107532 -"230745",39108,120283 -"230746",39109,50212 -"230747",39109,51349 -"230748",39109,51974 -"230749",39109,54349 -"230750",39110,44313 -"230751",39111,71265 -"230752",39111,89147 -"230753",39111,122212 -"230754",39111,123415 -"230755",39112,61267 -"230756",39112,87300 -"230757",39113,39831 -"230758",39113,41849 -"230759",39113,64042 -"230760",39113,84979 -"230761",39114,72329 -"230762",39114,80276 -"230763",39114,84838 -"230764",39114,85908 -"230765",39114,100245 -"230766",39115,39132 -"230767",39115,39136 -"230768",39117,39124 -"230769",39119,44279 -"230770",39120,69009 -"230771",39120,74061 -"230772",39120,77911 -"230773",39120,85053 -"230774",39121,39155 -"230775",39121,52360 -"230776",39121,52416 -"230777",39121,52476 -"230778",39122,43832 -"230779",39122,44726 -"230780",39122,46433 -"230781",39122,51906 -"230782",39122,53579 -"230783",39122,54141 -"230784",39122,54192 -"230785",39122,56122 -"230786",39122,68965 -"230787",39123,99103 -"230788",39123,99112 -"230789",39123,99121 -"230790",39124,43453 -"230791",39124,53758 -"230792",39124,53790 -"230793",39124,53804 -"230794",39124,60122 -"230795",39124,64246 -"230796",39125,103718 -"230797",39126,47373 -"230798",39127,45728 -"230799",39127,81387 -"230800",39128,39161 -"230801",39128,45248 -"230802",39128,48646 -"230803",39128,49106 -"230804",39128,51884 -"230805",39128,64384 -"230806",39128,64933 -"230807",39128,66636 -"230808",39128,67927 -"230809",39128,71898 -"230810",39130,40278 -"230811",39131,52270 -"230812",39131,64050 -"230813",39131,69657 -"230814",39131,110252 -"230815",39131,120783 -"230816",39132,39136 -"230817",39134,57110 -"230818",39134,62227 -"230819",39134,110833 -"230820",39134,122909 -"230821",39135,48188 -"230822",39135,54373 -"230823",39135,85386 -"230824",39135,89005 -"230825",39135,92655 -"230826",39136,69430 -"230827",39137,54097 -"230828",39137,63622 -"230829",39137,84280 -"230830",39137,95360 -"230831",39138,42595 -"230832",39138,64713 -"230833",39138,64714 -"230834",39138,67194 -"230835",39138,67598 -"230836",39138,74300 -"230837",39138,74324 -"230838",39139,43510 -"230839",39139,44454 -"230840",39139,63971 -"230841",39139,110604 -"230842",39140,72586 -"230843",39141,39380 -"230844",39141,41794 -"230845",39141,51478 -"230846",39141,69324 -"230847",39141,69373 -"230848",39141,79912 -"230849",39141,102861 -"230850",39141,102878 -"230851",39141,108775 -"230852",39141,122808 -"230853",39142,39143 -"230854",39143,43958 -"230855",39144,43173 -"230856",39144,43226 -"230857",39144,45269 -"230858",39144,83544 -"230859",39146,54180 -"230860",39146,56033 -"230861",39146,56524 -"230862",39146,57419 -"230863",39146,67258 -"230864",39146,70207 -"230865",39146,70210 -"230866",39148,71119 -"230867",39148,106715 -"230868",39151,43265 -"230869",39153,49196 -"230870",39154,41113 -"230871",39154,88230 -"230872",39154,94801 -"230873",39154,96536 -"230874",39156,106367 -"230875",39156,120278 -"230876",39156,120288 -"230877",39156,120317 -"230878",39158,103430 -"230879",39159,47736 -"230880",39159,49738 -"230881",39159,53306 -"230882",39159,54152 -"230883",39159,62151 -"230884",39159,65752 -"230885",39159,71086 -"230886",39159,73102 -"230887",39159,82381 -"230888",39159,92718 -"230889",39159,119340 -"230890",39160,52123 -"230891",39160,61898 -"230892",39160,62743 -"230893",39160,67088 -"230894",39160,76788 -"230895",39160,79096 -"230896",39160,83689 -"230897",39160,89647 -"230898",39160,93182 -"230899",39160,100436 -"230900",39160,113107 -"230901",39162,82046 -"230902",39162,118531 -"230903",39163,78823 -"230904",39164,60395 -"230905",39164,81658 -"230906",39164,85147 -"230907",39166,39412 -"230908",39166,39414 -"230909",39166,39422 -"230910",39166,39476 -"230911",39166,39478 -"230912",39167,57853 -"230913",39167,63314 -"230914",39167,98407 -"230915",39167,98426 -"230916",39167,98431 -"230917",39168,56121 -"230918",39168,60389 -"230919",39168,78122 -"230920",39169,43238 -"230921",39169,74027 -"230922",39169,75470 -"230923",39169,76800 -"230924",39169,82909 -"230925",39169,91195 -"230926",39169,103584 -"230927",39169,108493 -"230928",39169,111496 -"230929",39170,67161 -"230930",39170,74843 -"230931",39170,91390 -"230932",39170,91513 -"230933",39171,55549 -"230934",39171,66657 -"230935",39171,76668 -"230936",39171,83473 -"230937",39172,53703 -"230938",39172,59361 -"230939",39172,59447 -"230940",39172,59468 -"230941",39172,59549 -"230942",39172,61850 -"230943",39172,61904 -"230944",39172,63921 -"230945",39172,65126 -"230946",39172,68466 -"230947",39172,70619 -"230948",39172,74488 -"230949",39173,39174 -"230950",39173,47947 -"230951",39173,57307 -"230952",39173,60348 -"230953",39173,61478 -"230954",39173,87601 -"230955",39174,54593 -"230956",39174,67090 -"230957",39174,74407 -"230958",39175,84497 -"230959",39175,94896 -"230960",39176,39178 -"230961",39176,51565 -"230962",39176,69705 -"230963",39176,70622 -"230964",39176,86729 -"230965",39176,89030 -"230966",39176,96601 -"230967",39176,96613 -"230968",39176,97388 -"230969",39176,97412 -"230970",39176,97798 -"230971",39177,40585 -"230972",39177,75168 -"230973",39181,39263 -"230974",39181,39314 -"230975",39181,39315 -"230976",39181,39316 -"230977",39182,43795 -"230978",39183,52512 -"230979",39183,94264 -"230980",39184,40489 -"230981",39184,60860 -"230982",39184,71027 -"230983",39184,73757 -"230984",39185,41698 -"230985",39186,45497 -"230986",39186,98529 -"230987",39186,99108 -"230988",39186,122043 -"230989",39187,82948 -"230990",39187,91772 -"230991",39188,52918 -"230992",39188,107033 -"230993",39189,68557 -"230994",39189,89241 -"230995",39190,107971 -"230996",39192,46226 -"230997",39192,49643 -"230998",39192,64635 -"230999",39192,69191 -"231000",39192,71153 -"231001",39192,88844 -"231002",39193,75185 -"231003",39193,115063 -"231004",39194,41691 -"231005",39194,49428 -"231006",39195,39322 -"231007",39196,57085 -"231008",39196,110464 -"231009",39197,51326 -"231010",39197,80381 -"231011",39198,40453 -"231012",39198,40572 -"231013",39198,41435 -"231014",39198,41464 -"231015",39198,45532 -"231016",39198,45869 -"231017",39198,46786 -"231018",39198,50561 -"231019",39198,53878 -"231020",39198,70658 -"231021",39198,71914 -"231022",39198,79490 -"231023",39198,79652 -"231024",39198,113190 -"231025",39200,67410 -"231026",39202,49211 -"231027",39202,61989 -"231028",39202,89832 -"231029",39203,97621 -"231030",39204,40341 -"231031",39204,57716 -"231032",39204,74088 -"231033",39204,74711 -"231034",39204,79796 -"231035",39204,100995 -"231036",39204,102865 -"231037",39205,39427 -"231038",39205,74948 -"231039",39206,44757 -"231040",39206,53921 -"231041",39206,60551 -"231042",39206,97379 -"231043",39207,40405 -"231044",39207,48405 -"231045",39207,49276 -"231046",39207,56940 -"231047",39207,57810 -"231048",39207,60600 -"231049",39207,60966 -"231050",39207,61325 -"231051",39207,71520 -"231052",39208,43871 -"231053",39208,44187 -"231054",39208,52550 -"231055",39208,87644 -"231056",39208,87649 -"231057",39209,60241 -"231058",39209,70233 -"231059",39209,88829 -"231060",39209,94663 -"231061",39209,99961 -"231062",39209,100590 -"231063",39209,108193 -"231064",39209,112471 -"231065",39209,118083 -"231066",39209,119972 -"231067",39209,120269 -"231068",39209,121052 -"231069",39209,121057 -"231070",39209,121199 -"231071",39210,39228 -"231072",39211,39277 -"231073",39211,39280 -"231074",39211,45983 -"231075",39211,54646 -"231076",39211,69258 -"231077",39211,72536 -"231078",39211,74300 -"231079",39211,86185 -"231080",39211,87149 -"231081",39211,88389 -"231082",39211,95736 -"231083",39213,39255 -"231084",39213,39333 -"231085",39213,66864 -"231086",39214,66205 -"231087",39215,42297 -"231088",39215,63169 -"231089",39215,63185 -"231090",39215,68370 -"231091",39216,47452 -"231092",39216,52276 -"231093",39216,52935 -"231094",39216,54161 -"231095",39216,63129 -"231096",39216,63690 -"231097",39216,65028 -"231098",39216,118657 -"231099",39217,45054 -"231100",39218,48444 -"231101",39218,49351 -"231102",39218,49965 -"231103",39218,55828 -"231104",39218,63637 -"231105",39218,69808 -"231106",39218,91436 -"231107",39218,111117 -"231108",39218,120522 -"231109",39218,120525 -"231110",39218,122703 -"231111",39219,79026 -"231112",39220,44193 -"231113",39220,50316 -"231114",39220,76293 -"231115",39220,88399 -"231116",39220,94388 -"231117",39221,42567 -"231118",39221,51796 -"231119",39221,64018 -"231120",39221,75005 -"231121",39221,83981 -"231122",39221,105769 -"231123",39222,39276 -"231124",39222,42508 -"231125",39222,47220 -"231126",39222,48672 -"231127",39222,48733 -"231128",39222,48734 -"231129",39222,48751 -"231130",39222,48783 -"231131",39222,48785 -"231132",39223,40391 -"231133",39223,53265 -"231134",39223,65844 -"231135",39223,70400 -"231136",39223,77362 -"231137",39223,117333 -"231138",39224,53808 -"231139",39226,110731 -"231140",39227,95644 -"231141",39227,109994 -"231142",39229,65843 -"231143",39229,69429 -"231144",39229,81147 -"231145",39229,86204 -"231146",39229,94152 -"231147",39231,46185 -"231148",39231,53339 -"231149",39231,79155 -"231150",39232,39291 -"231151",39233,39934 -"231152",39233,65049 -"231153",39233,65174 -"231154",39233,65273 -"231155",39234,42107 -"231156",39234,75617 -"231157",39234,89648 -"231158",39234,102862 -"231159",39234,109522 -"231160",39235,78874 -"231161",39235,79960 -"231162",39235,92999 -"231163",39235,93008 -"231164",39235,93014 -"231165",39235,93018 -"231166",39238,47111 -"231167",39238,50565 -"231168",39238,63357 -"231169",39238,86809 -"231170",39238,88518 -"231171",39238,94565 -"231172",39238,103065 -"231173",39238,111515 -"231174",39238,115755 -"231175",39239,39247 -"231176",39239,39304 -"231177",39239,39305 -"231178",39240,55230 -"231179",39240,55971 -"231180",39241,39269 -"231181",39241,39279 -"231182",39241,67015 -"231183",39242,56510 -"231184",39242,83780 -"231185",39242,89804 -"231186",39242,95193 -"231187",39242,101007 -"231188",39244,76295 -"231189",39244,76403 -"231190",39245,52771 -"231191",39245,71926 -"231192",39245,78516 -"231193",39245,94932 -"231194",39245,110040 -"231195",39247,39304 -"231196",39247,39305 -"231197",39249,40709 -"231198",39249,47075 -"231199",39249,49001 -"231200",39249,51552 -"231201",39249,53328 -"231202",39249,65497 -"231203",39249,69541 -"231204",39249,83590 -"231205",39249,89927 -"231206",39249,91646 -"231207",39249,95124 -"231208",39250,75639 -"231209",39251,39341 -"231210",39252,65689 -"231211",39252,91826 -"231212",39253,39254 -"231213",39253,45152 -"231214",39253,57367 -"231215",39253,79428 -"231216",39253,86332 -"231217",39253,92926 -"231218",39253,94722 -"231219",39253,99901 -"231220",39255,39333 -"231221",39255,66864 -"231222",39256,62004 -"231223",39256,62378 -"231224",39257,48207 -"231225",39257,61446 -"231226",39257,97210 -"231227",39258,47995 -"231228",39258,63230 -"231229",39258,75294 -"231230",39260,56127 -"231231",39260,68494 -"231232",39260,122601 -"231233",39261,45541 -"231234",39261,46471 -"231235",39261,50232 -"231236",39261,52281 -"231237",39261,54688 -"231238",39261,61309 -"231239",39261,62244 -"231240",39261,79388 -"231241",39261,81119 -"231242",39261,82732 -"231243",39261,92508 -"231244",39261,95953 -"231245",39261,112335 -"231246",39262,45334 -"231247",39262,54124 -"231248",39262,61953 -"231249",39262,62242 -"231250",39262,96300 -"231251",39262,104350 -"231252",39263,39314 -"231253",39263,39315 -"231254",39263,39316 -"231255",39263,76023 -"231256",39263,78836 -"231257",39263,78913 -"231258",39263,78957 -"231259",39263,102853 -"231260",39264,47882 -"231261",39264,54732 -"231262",39264,70187 -"231263",39264,70190 -"231264",39264,85919 -"231265",39264,88289 -"231266",39264,90721 -"231267",39264,97058 -"231268",39264,97067 -"231269",39264,97074 -"231270",39264,97102 -"231271",39264,97103 -"231272",39264,97104 -"231273",39264,97109 -"231274",39264,97110 -"231275",39265,39308 -"231276",39265,90434 -"231277",39265,96809 -"231278",39266,48345 -"231279",39267,88739 -"231280",39267,114509 -"231281",39267,119987 -"231282",39267,120055 -"231283",39268,45531 -"231284",39268,64503 -"231285",39268,82765 -"231286",39268,118013 -"231287",39269,39279 -"231288",39269,57204 -"231289",39269,67015 -"231290",39269,83950 -"231291",39271,55577 -"231292",39271,71733 -"231293",39271,88186 -"231294",39271,88202 -"231295",39272,52311 -"231296",39273,44345 -"231297",39274,40173 -"231298",39274,64273 -"231299",39274,74645 -"231300",39274,84208 -"231301",39274,108671 -"231302",39274,113127 -"231303",39275,40229 -"231304",39275,73695 -"231305",39275,83437 -"231306",39275,87666 -"231307",39276,42508 -"231308",39276,47220 -"231309",39276,48672 -"231310",39276,48733 -"231311",39276,48734 -"231312",39276,48751 -"231313",39276,48783 -"231314",39276,48785 -"231315",39276,54186 -"231316",39276,103452 -"231317",39277,45983 -"231318",39277,69258 -"231319",39277,95736 -"231320",39278,39318 -"231321",39278,39331 -"231322",39278,47362 -"231323",39278,49775 -"231324",39278,120518 -"231325",39279,67015 -"231326",39279,68314 -"231327",39279,93283 -"231328",39279,107508 -"231329",39282,101472 -"231330",39282,101488 -"231331",39282,102770 -"231332",39284,68611 -"231333",39285,67426 -"231334",39286,42149 -"231335",39286,57068 -"231336",39287,93647 -"231337",39289,39527 -"231338",39289,42932 -"231339",39289,89243 -"231340",39289,112391 -"231341",39290,85467 -"231342",39290,99781 -"231343",39290,113630 -"231344",39292,39432 -"231345",39293,100714 -"231346",39294,42863 -"231347",39294,45684 -"231348",39294,46173 -"231349",39294,49608 -"231350",39294,78929 -"231351",39294,79171 -"231352",39294,84157 -"231353",39294,92657 -"231354",39294,94480 -"231355",39295,39296 -"231356",39295,51761 -"231357",39295,55847 -"231358",39295,62552 -"231359",39295,83730 -"231360",39295,101426 -"231361",39297,45470 -"231362",39297,45509 -"231363",39297,88848 -"231364",39297,93455 -"231365",39297,93526 -"231366",39297,93654 -"231367",39299,54729 -"231368",39299,60805 -"231369",39299,91916 -"231370",39300,62019 -"231371",39300,80019 -"231372",39300,111329 -"231373",39300,111383 -"231374",39301,39371 -"231375",39301,40028 -"231376",39301,45352 -"231377",39301,45684 -"231378",39301,46525 -"231379",39301,46526 -"231380",39301,46543 -"231381",39301,46544 -"231382",39301,46629 -"231383",39301,46670 -"231384",39301,49046 -"231385",39301,53303 -"231386",39301,56082 -"231387",39301,65972 -"231388",39301,90577 -"231389",39301,91184 -"231390",39301,121757 -"231391",39302,46422 -"231392",39302,53667 -"231393",39302,97843 -"231394",39302,101933 -"231395",39302,110049 -"231396",39302,110052 -"231397",39302,110166 -"231398",39303,93744 -"231399",39304,39305 -"231400",39304,41066 -"231401",39304,41104 -"231402",39304,41188 -"231403",39305,49695 -"231404",39305,49723 -"231405",39305,56874 -"231406",39306,52151 -"231407",39306,59732 -"231408",39306,64932 -"231409",39306,79777 -"231410",39306,88902 -"231411",39306,99081 -"231412",39306,99489 -"231413",39307,39330 -"231414",39308,76733 -"231415",39308,76961 -"231416",39308,77150 -"231417",39308,77305 -"231418",39308,95008 -"231419",39309,58335 -"231420",39309,63036 -"231421",39309,64747 -"231422",39310,70110 -"231423",39312,42382 -"231424",39312,46616 -"231425",39312,47607 -"231426",39312,50678 -"231427",39312,51670 -"231428",39312,53584 -"231429",39312,78201 -"231430",39312,78341 -"231431",39312,92358 -"231432",39312,92361 -"231433",39312,92363 -"231434",39312,99425 -"231435",39313,110327 -"231436",39314,39315 -"231437",39314,39316 -"231438",39314,77539 -"231439",39314,107389 -"231440",39315,39316 -"231441",39316,47466 -"231442",39316,64811 -"231443",39316,109037 -"231444",39316,111459 -"231445",39317,40428 -"231446",39317,84415 -"231447",39317,89691 -"231448",39318,39331 -"231449",39318,40446 -"231450",39318,56177 -"231451",39318,86107 -"231452",39318,88121 -"231453",39318,98988 -"231454",39318,100187 -"231455",39318,110953 -"231456",39319,72053 -"231457",39319,75650 -"231458",39319,103371 -"231459",39319,120203 -"231460",39319,120218 -"231461",39320,100027 -"231462",39321,63257 -"231463",39321,69606 -"231464",39321,71091 -"231465",39323,42744 -"231466",39324,66617 -"231467",39324,67868 -"231468",39326,41342 -"231469",39326,41437 -"231470",39326,44630 -"231471",39327,86191 -"231472",39328,87815 -"231473",39329,42092 -"231474",39329,46015 -"231475",39329,46039 -"231476",39329,46232 -"231477",39329,46328 -"231478",39329,51718 -"231479",39329,57158 -"231480",39329,59205 -"231481",39330,54829 -"231482",39330,57236 -"231483",39330,65032 -"231484",39331,41354 -"231485",39331,41356 -"231486",39331,41378 -"231487",39331,41395 -"231488",39331,41463 -"231489",39331,41597 -"231490",39331,62030 -"231491",39331,65698 -"231492",39332,47244 -"231493",39332,47284 -"231494",39332,47326 -"231495",39332,47354 -"231496",39332,54567 -"231497",39333,66864 -"231498",39335,77349 -"231499",39335,80270 -"231500",39335,82016 -"231501",39335,82028 -"231502",39337,47546 -"231503",39337,100892 -"231504",39337,109529 -"231505",39337,111848 -"231506",39338,88263 -"231507",39339,107624 -"231508",39340,82912 -"231509",39341,42107 -"231510",39341,74628 -"231511",39341,114178 -"231512",39342,106583 -"231513",39342,106588 -"231514",39343,44066 -"231515",39343,46244 -"231516",39343,118028 -"231517",39344,77242 -"231518",39344,115631 -"231519",39346,59079 -"231520",39346,100690 -"231521",39346,100702 -"231522",39346,117764 -"231523",39346,119561 -"231524",39347,49872 -"231525",39348,68380 -"231526",39349,39350 -"231527",39349,39455 -"231528",39350,39455 -"231529",39353,52223 -"231530",39353,68266 -"231531",39353,106698 -"231532",39355,39505 -"231533",39355,47009 -"231534",39355,47947 -"231535",39355,55021 -"231536",39355,57307 -"231537",39355,57372 -"231538",39355,57843 -"231539",39355,60301 -"231540",39355,60310 -"231541",39355,60348 -"231542",39355,60407 -"231543",39356,39385 -"231544",39356,39647 -"231545",39357,39951 -"231546",39358,76280 -"231547",39359,81548 -"231548",39359,88983 -"231549",39359,112835 -"231550",39360,39950 -"231551",39360,41694 -"231552",39360,44073 -"231553",39360,45189 -"231554",39360,45591 -"231555",39360,45801 -"231556",39360,54122 -"231557",39360,62712 -"231558",39360,75929 -"231559",39360,87677 -"231560",39360,87678 -"231561",39361,39362 -"231562",39362,45881 -"231563",39362,49680 -"231564",39362,52071 -"231565",39362,71058 -"231566",39362,91762 -"231567",39364,45335 -"231568",39366,39493 -"231569",39367,39444 -"231570",39367,39853 -"231571",39367,39968 -"231572",39367,57474 -"231573",39367,114459 -"231574",39368,40573 -"231575",39368,86342 -"231576",39369,104342 -"231577",39370,59281 -"231578",39370,67764 -"231579",39371,40028 -"231580",39371,46525 -"231581",39371,46526 -"231582",39371,46543 -"231583",39371,46544 -"231584",39371,46629 -"231585",39371,46670 -"231586",39371,51574 -"231587",39371,51672 -"231588",39371,51933 -"231589",39371,73991 -"231590",39372,40050 -"231591",39372,45750 -"231592",39372,51936 -"231593",39372,74380 -"231594",39372,82618 -"231595",39372,95184 -"231596",39372,95616 -"231597",39373,39448 -"231598",39373,41686 -"231599",39373,42273 -"231600",39373,47334 -"231601",39373,51568 -"231602",39373,67116 -"231603",39373,74059 -"231604",39373,113045 -"231605",39374,77295 -"231606",39374,82205 -"231607",39374,101306 -"231608",39374,111557 -"231609",39375,45634 -"231610",39375,52401 -"231611",39375,58709 -"231612",39375,58765 -"231613",39375,58918 -"231614",39375,58948 -"231615",39375,63817 -"231616",39375,73266 -"231617",39375,74183 -"231618",39375,77097 -"231619",39375,89569 -"231620",39375,89570 -"231621",39375,89586 -"231622",39375,104124 -"231623",39375,111226 -"231624",39375,117932 -"231625",39375,118913 -"231626",39376,45556 -"231627",39376,76080 -"231628",39376,76115 -"231629",39377,39461 -"231630",39377,48058 -"231631",39377,98415 -"231632",39377,106649 -"231633",39378,39647 -"231634",39378,40710 -"231635",39378,42068 -"231636",39378,62395 -"231637",39378,64873 -"231638",39378,64894 -"231639",39378,64930 -"231640",39378,64958 -"231641",39379,69929 -"231642",39379,81972 -"231643",39379,82083 -"231644",39379,120348 -"231645",39380,48698 -"231646",39380,48982 -"231647",39380,50168 -"231648",39380,52141 -"231649",39380,52973 -"231650",39380,79912 -"231651",39380,82393 -"231652",39380,88792 -"231653",39380,100230 -"231654",39380,100939 -"231655",39380,103420 -"231656",39380,111762 -"231657",39381,48448 -"231658",39381,54386 -"231659",39381,62801 -"231660",39381,100781 -"231661",39382,43624 -"231662",39382,57006 -"231663",39383,47809 -"231664",39383,66011 -"231665",39384,39409 -"231666",39384,42565 -"231667",39384,49278 -"231668",39384,49279 -"231669",39384,100124 -"231670",39384,112839 -"231671",39385,39647 -"231672",39385,99497 -"231673",39386,48822 -"231674",39386,76680 -"231675",39386,81194 -"231676",39386,101840 -"231677",39386,106510 -"231678",39387,59019 -"231679",39390,40369 -"231680",39392,39581 -"231681",39393,39700 -"231682",39393,69975 -"231683",39393,91383 -"231684",39394,39443 -"231685",39394,39875 -"231686",39394,39916 -"231687",39394,39958 -"231688",39394,69793 -"231689",39394,73947 -"231690",39394,73966 -"231691",39394,74149 -"231692",39396,52705 -"231693",39396,58970 -"231694",39396,72715 -"231695",39396,76483 -"231696",39396,91475 -"231697",39396,99332 -"231698",39396,104336 -"231699",39396,107059 -"231700",39398,39492 -"231701",39398,40320 -"231702",39398,40373 -"231703",39398,40542 -"231704",39398,41182 -"231705",39398,42131 -"231706",39398,46843 -"231707",39398,48331 -"231708",39399,85444 -"231709",39400,78868 -"231710",39400,85139 -"231711",39400,86056 -"231712",39400,87723 -"231713",39400,110300 -"231714",39402,48434 -"231715",39402,68801 -"231716",39402,82885 -"231717",39402,100140 -"231718",39403,41809 -"231719",39403,62037 -"231720",39403,101713 -"231721",39403,105457 -"231722",39403,105477 -"231723",39405,49163 -"231724",39405,49665 -"231725",39405,49691 -"231726",39405,49693 -"231727",39405,49725 -"231728",39406,49125 -"231729",39406,55265 -"231730",39406,79435 -"231731",39406,81083 -"231732",39406,81750 -"231733",39406,81848 -"231734",39406,82803 -"231735",39406,90159 -"231736",39406,100649 -"231737",39406,106726 -"231738",39406,111388 -"231739",39407,60888 -"231740",39407,80283 -"231741",39407,117682 -"231742",39408,42613 -"231743",39408,51360 -"231744",39408,81450 -"231745",39410,56228 -"231746",39410,96750 -"231747",39410,103295 -"231748",39410,113010 -"231749",39411,49203 -"231750",39411,49242 -"231751",39412,39414 -"231752",39412,39422 -"231753",39412,39476 -"231754",39412,39478 -"231755",39413,47880 -"231756",39413,96506 -"231757",39414,39422 -"231758",39414,39476 -"231759",39414,39478 -"231760",39415,69053 -"231761",39415,77243 -"231762",39415,85259 -"231763",39415,90182 -"231764",39415,91179 -"231765",39416,39515 -"231766",39417,76131 -"231767",39417,79977 -"231768",39417,84510 -"231769",39417,97580 -"231770",39417,109761 -"231771",39417,116341 -"231772",39418,39607 -"231773",39418,40727 -"231774",39418,47482 -"231775",39418,52847 -"231776",39418,53946 -"231777",39418,59638 -"231778",39418,84491 -"231779",39418,88386 -"231780",39418,93997 -"231781",39419,57522 -"231782",39419,81548 -"231783",39419,83979 -"231784",39419,87768 -"231785",39419,91853 -"231786",39420,45410 -"231787",39420,47783 -"231788",39420,47835 -"231789",39420,47910 -"231790",39420,99039 -"231791",39421,50197 -"231792",39421,50989 -"231793",39421,55019 -"231794",39421,55318 -"231795",39421,61916 -"231796",39421,70994 -"231797",39421,81387 -"231798",39422,39476 -"231799",39422,39478 -"231800",39423,48264 -"231801",39423,50471 -"231802",39423,54210 -"231803",39423,56301 -"231804",39423,56376 -"231805",39424,45238 -"231806",39424,54926 -"231807",39425,40380 -"231808",39425,40700 -"231809",39425,65229 -"231810",39425,65267 -"231811",39426,39517 -"231812",39426,39518 -"231813",39426,44863 -"231814",39426,62015 -"231815",39426,67496 -"231816",39426,96484 -"231817",39426,96491 -"231818",39426,115119 -"231819",39426,123474 -"231820",39427,41634 -"231821",39427,45403 -"231822",39427,46177 -"231823",39427,61072 -"231824",39427,63631 -"231825",39427,74948 -"231826",39427,74958 -"231827",39427,76295 -"231828",39427,84808 -"231829",39427,92444 -"231830",39427,93312 -"231831",39427,93680 -"231832",39427,102669 -"231833",39427,108578 -"231834",39428,45435 -"231835",39428,104523 -"231836",39428,116894 -"231837",39429,73549 -"231838",39429,115478 -"231839",39429,116397 -"231840",39430,42090 -"231841",39430,50428 -"231842",39430,55541 -"231843",39430,68613 -"231844",39430,78989 -"231845",39430,96017 -"231846",39431,47747 -"231847",39431,47748 -"231848",39431,48349 -"231849",39431,69116 -"231850",39431,103174 -"231851",39431,113477 -"231852",39432,50760 -"231853",39432,53947 -"231854",39432,60322 -"231855",39433,87220 -"231856",39433,93047 -"231857",39433,103530 -"231858",39433,103634 -"231859",39433,103851 -"231860",39434,40205 -"231861",39434,88371 -"231862",39434,102793 -"231863",39435,40131 -"231864",39435,40166 -"231865",39435,40392 -"231866",39435,40905 -"231867",39435,41030 -"231868",39435,41527 -"231869",39435,41529 -"231870",39435,41778 -"231871",39435,43147 -"231872",39435,43234 -"231873",39435,43858 -"231874",39435,44828 -"231875",39435,45657 -"231876",39435,45933 -"231877",39435,46434 -"231878",39435,46788 -"231879",39435,47123 -"231880",39435,47203 -"231881",39435,47488 -"231882",39435,48909 -"231883",39435,49859 -"231884",39435,50064 -"231885",39435,50067 -"231886",39435,50554 -"231887",39435,50879 -"231888",39435,51783 -"231889",39435,52018 -"231890",39435,53444 -"231891",39435,53527 -"231892",39435,53555 -"231893",39435,54275 -"231894",39435,56628 -"231895",39435,58004 -"231896",39435,58068 -"231897",39435,58633 -"231898",39435,59801 -"231899",39435,61111 -"231900",39435,61127 -"231901",39435,68287 -"231902",39435,70316 -"231903",39436,39456 -"231904",39437,91408 -"231905",39437,95393 -"231906",39437,95539 -"231907",39438,46368 -"231908",39439,39474 -"231909",39439,64390 -"231910",39439,79983 -"231911",39439,84481 -"231912",39439,84516 -"231913",39439,94231 -"231914",39439,118777 -"231915",39439,119234 -"231916",39440,52974 -"231917",39440,53042 -"231918",39440,53924 -"231919",39440,55205 -"231920",39440,56360 -"231921",39440,56864 -"231922",39440,57166 -"231923",39440,57683 -"231924",39440,59548 -"231925",39440,63543 -"231926",39440,64467 -"231927",39440,65025 -"231928",39441,39469 -"231929",39441,39488 -"231930",39441,39506 -"231931",39442,45357 -"231932",39442,72885 -"231933",39442,88883 -"231934",39442,106230 -"231935",39442,108451 -"231936",39443,39875 -"231937",39443,39916 -"231938",39443,39958 -"231939",39443,42480 -"231940",39443,55596 -"231941",39443,60536 -"231942",39443,62328 -"231943",39443,67137 -"231944",39443,81737 -"231945",39443,92722 -"231946",39444,39853 -"231947",39444,39968 -"231948",39444,53271 -"231949",39444,55556 -"231950",39444,59276 -"231951",39444,63132 -"231952",39444,76387 -"231953",39444,80526 -"231954",39444,80562 -"231955",39444,94794 -"231956",39444,113783 -"231957",39446,48862 -"231958",39446,100499 -"231959",39446,103409 -"231960",39447,81056 -"231961",39447,81125 -"231962",39448,46646 -"231963",39448,46694 -"231964",39448,55537 -"231965",39448,67958 -"231966",39449,49551 -"231967",39449,50662 -"231968",39450,57231 -"231969",39450,69524 -"231970",39450,112338 -"231971",39450,113543 -"231972",39450,113576 -"231973",39450,113583 -"231974",39451,64898 -"231975",39451,87306 -"231976",39451,90418 -"231977",39451,93202 -"231978",39451,99999 -"231979",39451,116932 -"231980",39452,65446 -"231981",39452,83952 -"231982",39452,88522 -"231983",39453,50454 -"231984",39453,94553 -"231985",39453,110153 -"231986",39453,110156 -"231987",39453,110157 -"231988",39454,39649 -"231989",39454,69748 -"231990",39454,89660 -"231991",39456,41519 -"231992",39456,46045 -"231993",39456,46303 -"231994",39457,117782 -"231995",39457,120176 -"231996",39458,48707 -"231997",39458,100912 -"231998",39458,106576 -"231999",39458,109375 -"232000",39458,112244 -"232001",39460,42976 -"232002",39460,52064 -"232003",39460,52079 -"232004",39460,52159 -"232005",39460,52160 -"232006",39460,52183 -"232007",39460,52354 -"232008",39462,42347 -"232009",39463,39533 -"232010",39464,39596 -"232011",39464,42652 -"232012",39464,42783 -"232013",39464,42791 -"232014",39464,43054 -"232015",39464,45239 -"232016",39465,40913 -"232017",39465,51035 -"232018",39465,66708 -"232019",39465,70526 -"232020",39465,70784 -"232021",39465,77427 -"232022",39465,84583 -"232023",39465,101024 -"232024",39465,109385 -"232025",39465,109447 -"232026",39465,109458 -"232027",39465,109461 -"232028",39465,110520 -"232029",39466,40950 -"232030",39466,44238 -"232031",39466,46556 -"232032",39466,61001 -"232033",39466,78753 -"232034",39469,39488 -"232035",39469,39506 -"232036",39469,54338 -"232037",39470,40064 -"232038",39470,40453 -"232039",39470,45869 -"232040",39470,49064 -"232041",39470,76007 -"232042",39471,92819 -"232043",39471,110794 -"232044",39472,60048 -"232045",39472,63239 -"232046",39472,103425 -"232047",39474,118777 -"232048",39474,119234 -"232049",39476,39478 -"232050",39477,69182 -"232051",39477,70121 -"232052",39479,55112 -"232053",39480,61001 -"232054",39481,62402 -"232055",39481,62431 -"232056",39481,63027 -"232057",39481,63361 -"232058",39482,39581 -"232059",39482,40324 -"232060",39482,41439 -"232061",39482,45859 -"232062",39482,46825 -"232063",39482,53423 -"232064",39482,56146 -"232065",39482,60506 -"232066",39482,62319 -"232067",39482,65771 -"232068",39482,76696 -"232069",39482,98675 -"232070",39483,46054 -"232071",39483,63839 -"232072",39483,69216 -"232073",39483,97192 -"232074",39484,51323 -"232075",39484,72712 -"232076",39484,76872 -"232077",39484,85641 -"232078",39484,85673 -"232079",39484,91815 -"232080",39484,97048 -"232081",39484,106161 -"232082",39485,53453 -"232083",39485,53672 -"232084",39485,78349 -"232085",39485,85367 -"232086",39485,87790 -"232087",39485,88995 -"232088",39485,94436 -"232089",39485,106188 -"232090",39485,117603 -"232091",39486,67304 -"232092",39486,74797 -"232093",39486,85925 -"232094",39486,121789 -"232095",39487,42898 -"232096",39487,60839 -"232097",39487,69659 -"232098",39487,86392 -"232099",39487,88044 -"232100",39487,92805 -"232101",39487,108656 -"232102",39487,109490 -"232103",39487,120216 -"232104",39488,39506 -"232105",39489,55237 -"232106",39489,76970 -"232107",39489,106243 -"232108",39491,40931 -"232109",39491,46263 -"232110",39491,50272 -"232111",39491,55547 -"232112",39491,81419 -"232113",39491,88601 -"232114",39491,99638 -"232115",39492,40320 -"232116",39492,40373 -"232117",39492,40542 -"232118",39492,41182 -"232119",39492,42131 -"232120",39492,46843 -"232121",39492,48331 -"232122",39493,69529 -"232123",39494,56259 -"232124",39495,59921 -"232125",39495,60531 -"232126",39495,102426 -"232127",39496,105416 -"232128",39496,111239 -"232129",39496,113168 -"232130",39497,61927 -"232131",39497,67624 -"232132",39497,70826 -"232133",39497,78943 -"232134",39499,43810 -"232135",39499,43942 -"232136",39500,39636 -"232137",39501,40294 -"232138",39501,47826 -"232139",39501,51060 -"232140",39501,64864 -"232141",39501,108014 -"232142",39502,70026 -"232143",39503,54609 -"232144",39504,65458 -"232145",39504,88644 -"232146",39504,108780 -"232147",39505,53056 -"232148",39505,53219 -"232149",39505,65227 -"232150",39505,65848 -"232151",39505,66079 -"232152",39506,59822 -"232153",39506,72041 -"232154",39506,72042 -"232155",39507,40004 -"232156",39507,60795 -"232157",39507,63595 -"232158",39507,79387 -"232159",39507,84012 -"232160",39507,84097 -"232161",39507,100840 -"232162",39507,106574 -"232163",39508,99496 -"232164",39508,117367 -"232165",39510,58520 -"232166",39511,41285 -"232167",39511,43191 -"232168",39512,40374 -"232169",39512,48544 -"232170",39512,55026 -"232171",39512,60375 -"232172",39512,115781 -"232173",39512,115803 -"232174",39513,55273 -"232175",39514,61500 -"232176",39514,75546 -"232177",39514,111784 -"232178",39514,111794 -"232179",39515,40358 -"232180",39515,42529 -"232181",39516,85708 -"232182",39516,85716 -"232183",39516,85717 -"232184",39516,85769 -"232185",39516,98173 -"232186",39516,101812 -"232187",39517,39518 -"232188",39517,97120 -"232189",39518,47688 -"232190",39518,101338 -"232191",39518,113998 -"232192",39519,57582 -"232193",39520,69245 -"232194",39520,71208 -"232195",39521,94469 -"232196",39521,115389 -"232197",39522,39572 -"232198",39522,69612 -"232199",39523,42725 -"232200",39523,58854 -"232201",39523,83672 -"232202",39523,88071 -"232203",39523,102003 -"232204",39523,114679 -"232205",39524,39628 -"232206",39525,39526 -"232207",39525,43679 -"232208",39525,64266 -"232209",39525,102449 -"232210",39526,50242 -"232211",39527,41402 -"232212",39527,44471 -"232213",39527,52814 -"232214",39527,84399 -"232215",39527,84904 -"232216",39527,99123 -"232217",39528,40256 -"232218",39529,39542 -"232219",39529,39651 -"232220",39529,39661 -"232221",39529,41293 -"232222",39529,54724 -"232223",39529,54984 -"232224",39530,110054 -"232225",39531,63815 -"232226",39531,77141 -"232227",39531,77158 -"232228",39531,77190 -"232229",39532,42077 -"232230",39532,42126 -"232231",39534,43164 -"232232",39534,48918 -"232233",39534,49347 -"232234",39534,49609 -"232235",39534,59937 -"232236",39534,61058 -"232237",39534,65761 -"232238",39534,66717 -"232239",39534,66750 -"232240",39534,72438 -"232241",39534,76682 -"232242",39534,89645 -"232243",39534,90789 -"232244",39534,98056 -"232245",39534,119824 -"232246",39535,41901 -"232247",39535,50271 -"232248",39535,58796 -"232249",39535,62541 -"232250",39535,84756 -"232251",39535,108940 -"232252",39535,113285 -"232253",39536,39789 -"232254",39537,39616 -"232255",39537,43086 -"232256",39537,54496 -"232257",39539,61370 -"232258",39539,77687 -"232259",39539,99864 -"232260",39539,106331 -"232261",39539,108526 -"232262",39539,115769 -"232263",39540,72882 -"232264",39540,74192 -"232265",39540,89028 -"232266",39540,106030 -"232267",39540,115523 -"232268",39541,60771 -"232269",39543,39544 -"232270",39543,46650 -"232271",39543,61723 -"232272",39543,71083 -"232273",39543,104924 -"232274",39543,110354 -"232275",39543,110385 -"232276",39544,63041 -"232277",39544,81600 -"232278",39544,94799 -"232279",39544,111717 -"232280",39544,118625 -"232281",39545,62357 -"232282",39546,47984 -"232283",39546,55570 -"232284",39546,57879 -"232285",39546,67963 -"232286",39547,62180 -"232287",39547,89426 -"232288",39548,57784 -"232289",39548,70544 -"232290",39549,66849 -"232291",39549,69439 -"232292",39549,113244 -"232293",39550,49515 -"232294",39550,73769 -"232295",39550,87907 -"232296",39551,44091 -"232297",39555,39566 -"232298",39555,39840 -"232299",39555,39841 -"232300",39555,39842 -"232301",39555,39843 -"232302",39555,39901 -"232303",39555,39902 -"232304",39555,39903 -"232305",39556,52213 -"232306",39556,57732 -"232307",39556,59412 -"232308",39556,85839 -"232309",39556,88506 -"232310",39556,91988 -"232311",39556,113029 -"232312",39557,39558 -"232313",39558,63893 -"232314",39558,69233 -"232315",39558,69318 -"232316",39559,47847 -"232317",39559,69434 -"232318",39559,84928 -"232319",39559,85647 -"232320",39559,96161 -"232321",39560,59307 -"232322",39560,61499 -"232323",39560,68292 -"232324",39560,75953 -"232325",39560,80411 -"232326",39560,87203 -"232327",39560,105207 -"232328",39560,108547 -"232329",39561,43200 -"232330",39561,53170 -"232331",39561,87444 -"232332",39561,90192 -"232333",39562,44146 -"232334",39562,44208 -"232335",39562,44209 -"232336",39563,51938 -"232337",39563,51980 -"232338",39563,54013 -"232339",39563,55112 -"232340",39563,59484 -"232341",39563,62148 -"232342",39563,73492 -"232343",39563,74730 -"232344",39563,75830 -"232345",39563,76999 -"232346",39563,81167 -"232347",39563,86194 -"232348",39563,87936 -"232349",39563,99380 -"232350",39563,99742 -"232351",39563,112148 -"232352",39563,114342 -"232353",39563,115537 -"232354",39564,42574 -"232355",39564,61543 -"232356",39564,68448 -"232357",39565,56918 -"232358",39565,91989 -"232359",39566,39840 -"232360",39566,39841 -"232361",39566,39842 -"232362",39566,39843 -"232363",39566,39901 -"232364",39566,39902 -"232365",39566,39903 -"232366",39566,44524 -"232367",39566,55517 -"232368",39566,70245 -"232369",39568,49183 -"232370",39568,61894 -"232371",39569,41256 -"232372",39569,46678 -"232373",39569,47262 -"232374",39569,48000 -"232375",39569,57679 -"232376",39569,58988 -"232377",39569,83018 -"232378",39569,90524 -"232379",39569,101411 -"232380",39569,102373 -"232381",39570,39764 -"232382",39570,39793 -"232383",39570,40629 -"232384",39570,44521 -"232385",39570,53814 -"232386",39570,60878 -"232387",39570,62323 -"232388",39570,68293 -"232389",39570,69072 -"232390",39570,70724 -"232391",39570,70781 -"232392",39570,86159 -"232393",39570,108855 -"232394",39570,110242 -"232395",39571,39682 -"232396",39572,39766 -"232397",39572,53650 -"232398",39572,55597 -"232399",39572,57688 -"232400",39573,40268 -"232401",39574,53578 -"232402",39575,39586 -"232403",39576,39605 -"232404",39576,39606 -"232405",39577,44492 -"232406",39577,93955 -"232407",39577,96051 -"232408",39577,99323 -"232409",39577,99365 -"232410",39577,113827 -"232411",39577,113831 -"232412",39577,115964 -"232413",39577,119209 -"232414",39578,39579 -"232415",39578,39610 -"232416",39578,39612 -"232417",39578,39631 -"232418",39578,39754 -"232419",39578,44804 -"232420",39578,48883 -"232421",39578,60030 -"232422",39578,60061 -"232423",39578,60074 -"232424",39578,60079 -"232425",39578,60191 -"232426",39578,60326 -"232427",39578,60763 -"232428",39579,39610 -"232429",39579,39612 -"232430",39579,39631 -"232431",39579,39754 -"232432",39580,74699 -"232433",39581,46664 -"232434",39581,47815 -"232435",39581,53423 -"232436",39581,69761 -"232437",39581,70497 -"232438",39581,72309 -"232439",39581,72371 -"232440",39581,76885 -"232441",39581,78474 -"232442",39581,95958 -"232443",39581,96008 -"232444",39581,115771 -"232445",39581,117125 -"232446",39581,117141 -"232447",39582,39623 -"232448",39582,116358 -"232449",39583,61910 -"232450",39583,92568 -"232451",39583,114123 -"232452",39584,40807 -"232453",39585,53347 -"232454",39585,82916 -"232455",39585,96722 -"232456",39585,103158 -"232457",39585,105867 -"232458",39587,88937 -"232459",39587,88947 -"232460",39587,89006 -"232461",39588,43635 -"232462",39588,45918 -"232463",39588,47334 -"232464",39588,54320 -"232465",39588,56858 -"232466",39588,64025 -"232467",39588,79136 -"232468",39588,79657 -"232469",39588,79658 -"232470",39588,80305 -"232471",39588,82808 -"232472",39588,84652 -"232473",39588,90190 -"232474",39589,65636 -"232475",39590,62619 -"232476",39591,82732 -"232477",39592,39765 -"232478",39594,42193 -"232479",39594,42942 -"232480",39594,51406 -"232481",39594,58546 -"232482",39594,66050 -"232483",39594,71857 -"232484",39594,71860 -"232485",39594,72047 -"232486",39595,60604 -"232487",39596,42783 -"232488",39596,42791 -"232489",39596,43054 -"232490",39596,45239 -"232491",39596,73140 -"232492",39597,39598 -"232493",39597,44620 -"232494",39597,95548 -"232495",39597,118345 -"232496",39599,93933 -"232497",39600,39747 -"232498",39601,39667 -"232499",39602,47307 -"232500",39602,55637 -"232501",39602,70967 -"232502",39602,81008 -"232503",39602,86047 -"232504",39602,103248 -"232505",39602,109142 -"232506",39602,118956 -"232507",39602,118963 -"232508",39603,57781 -"232509",39603,111347 -"232510",39605,39606 -"232511",39605,81262 -"232512",39606,39833 -"232513",39606,54459 -"232514",39607,53946 -"232515",39607,70206 -"232516",39607,75876 -"232517",39607,84491 -"232518",39607,105832 -"232519",39608,39617 -"232520",39608,44684 -"232521",39608,66550 -"232522",39608,86388 -"232523",39608,111437 -"232524",39608,111573 -"232525",39610,39612 -"232526",39610,39631 -"232527",39610,39754 -"232528",39611,42436 -"232529",39611,53036 -"232530",39611,55288 -"232531",39611,55320 -"232532",39611,55791 -"232533",39611,67120 -"232534",39611,67157 -"232535",39612,39631 -"232536",39612,39754 -"232537",39612,44804 -"232538",39612,48859 -"232539",39612,48883 -"232540",39612,60030 -"232541",39612,60061 -"232542",39612,60074 -"232543",39612,60079 -"232544",39612,60191 -"232545",39612,60326 -"232546",39612,60763 -"232547",39613,66592 -"232548",39613,99560 -"232549",39614,60031 -"232550",39614,76807 -"232551",39614,79818 -"232552",39614,92953 -"232553",39614,115526 -"232554",39614,115529 -"232555",39615,89608 -"232556",39615,109024 -"232557",39617,40931 -"232558",39617,48101 -"232559",39617,50209 -"232560",39617,81419 -"232561",39618,39654 -"232562",39618,44004 -"232563",39618,52460 -"232564",39619,71012 -"232565",39620,39691 -"232566",39620,68113 -"232567",39621,53002 -"232568",39621,81567 -"232569",39621,98173 -"232570",39621,101812 -"232571",39622,77122 -"232572",39624,47924 -"232573",39624,59599 -"232574",39624,62678 -"232575",39624,101215 -"232576",39624,108565 -"232577",39624,121201 -"232578",39626,42661 -"232579",39626,73901 -"232580",39626,114348 -"232581",39626,116490 -"232582",39627,48105 -"232583",39627,52011 -"232584",39627,53293 -"232585",39627,55493 -"232586",39627,57549 -"232587",39627,61921 -"232588",39627,65649 -"232589",39627,66852 -"232590",39627,77309 -"232591",39627,81670 -"232592",39627,94257 -"232593",39627,94781 -"232594",39627,97634 -"232595",39627,110748 -"232596",39627,110890 -"232597",39630,41656 -"232598",39630,52054 -"232599",39630,72306 -"232600",39630,75020 -"232601",39630,104777 -"232602",39630,119495 -"232603",39630,121607 -"232604",39631,39754 -"232605",39632,41478 -"232606",39632,41536 -"232607",39632,58191 -"232608",39632,83365 -"232609",39632,86933 -"232610",39632,91679 -"232611",39632,91785 -"232612",39633,63485 -"232613",39633,70298 -"232614",39634,87719 -"232615",39635,52667 -"232616",39636,75546 -"232617",39637,48559 -"232618",39637,54542 -"232619",39637,58237 -"232620",39637,103758 -"232621",39638,51203 -"232622",39638,60002 -"232623",39638,64734 -"232624",39638,67328 -"232625",39638,67716 -"232626",39638,67732 -"232627",39638,67765 -"232628",39640,39919 -"232629",39640,49996 -"232630",39640,58691 -"232631",39640,63404 -"232632",39640,64527 -"232633",39640,69838 -"232634",39640,69847 -"232635",39641,54309 -"232636",39642,103855 -"232637",39643,42429 -"232638",39644,39815 -"232639",39644,44785 -"232640",39644,82291 -"232641",39644,107273 -"232642",39645,48541 -"232643",39645,71330 -"232644",39646,95704 -"232645",39646,109217 -"232646",39646,109224 -"232647",39647,40710 -"232648",39647,42068 -"232649",39647,43929 -"232650",39647,53874 -"232651",39647,53983 -"232652",39647,62395 -"232653",39647,62822 -"232654",39647,64873 -"232655",39647,64894 -"232656",39647,64930 -"232657",39647,64958 -"232658",39647,78261 -"232659",39647,78805 -"232660",39647,90510 -"232661",39647,106363 -"232662",39647,106387 -"232663",39647,106395 -"232664",39647,112904 -"232665",39648,58227 -"232666",39648,60007 -"232667",39648,89885 -"232668",39648,106384 -"232669",39648,118548 -"232670",39649,66420 -"232671",39649,89021 -"232672",39649,111555 -"232673",39649,112052 -"232674",39650,41391 -"232675",39650,49636 -"232676",39650,58159 -"232677",39650,61347 -"232678",39650,64841 -"232679",39650,100712 -"232680",39650,114203 -"232681",39650,117353 -"232682",39651,39661 -"232683",39652,52637 -"232684",39652,58632 -"232685",39652,74317 -"232686",39653,40144 -"232687",39653,51928 -"232688",39654,53327 -"232689",39654,80689 -"232690",39655,49008 -"232691",39655,85849 -"232692",39656,40283 -"232693",39656,49974 -"232694",39656,53190 -"232695",39656,58036 -"232696",39656,69366 -"232697",39656,75469 -"232698",39656,86434 -"232699",39656,94790 -"232700",39656,97248 -"232701",39656,97267 -"232702",39656,97270 -"232703",39657,57358 -"232704",39657,81419 -"232705",39657,93143 -"232706",39657,111272 -"232707",39657,118749 -"232708",39657,119723 -"232709",39658,43371 -"232710",39658,72588 -"232711",39658,76212 -"232712",39658,88728 -"232713",39659,85328 -"232714",39660,44295 -"232715",39660,44320 -"232716",39660,75798 -"232717",39662,61581 -"232718",39662,69715 -"232719",39662,102241 -"232720",39663,47285 -"232721",39664,55630 -"232722",39664,76760 -"232723",39664,76761 -"232724",39664,89950 -"232725",39665,53947 -"232726",39667,47733 -"232727",39667,60088 -"232728",39667,76598 -"232729",39667,79436 -"232730",39668,39801 -"232731",39668,40191 -"232732",39668,43423 -"232733",39669,97021 -"232734",39671,39672 -"232735",39671,39709 -"232736",39672,39709 -"232737",39672,104313 -"232738",39672,116458 -"232739",39673,39748 -"232740",39673,39790 -"232741",39673,46467 -"232742",39673,51157 -"232743",39673,61220 -"232744",39673,62148 -"232745",39673,81478 -"232746",39673,96496 -"232747",39673,122963 -"232748",39674,43594 -"232749",39675,39676 -"232750",39675,48048 -"232751",39676,48048 -"232752",39676,52156 -"232753",39677,39690 -"232754",39678,40890 -"232755",39678,64810 -"232756",39680,40269 -"232757",39680,44116 -"232758",39680,49515 -"232759",39680,61371 -"232760",39680,64156 -"232761",39680,73769 -"232762",39680,111992 -"232763",39681,39795 -"232764",39681,41929 -"232765",39681,61252 -"232766",39681,61620 -"232767",39681,63577 -"232768",39681,72466 -"232769",39681,74032 -"232770",39682,86849 -"232771",39683,41175 -"232772",39683,48358 -"232773",39683,66020 -"232774",39684,74221 -"232775",39684,84022 -"232776",39684,92661 -"232777",39684,115561 -"232778",39684,119118 -"232779",39684,119720 -"232780",39685,39777 -"232781",39686,59634 -"232782",39687,101796 -"232783",39687,108405 -"232784",39687,108486 -"232785",39688,40964 -"232786",39689,39781 -"232787",39689,39782 -"232788",39690,65730 -"232789",39691,110694 -"232790",39692,59140 -"232791",39692,61885 -"232792",39693,39724 -"232793",39693,39725 -"232794",39693,39726 -"232795",39694,47621 -"232796",39694,54447 -"232797",39694,54467 -"232798",39694,68758 -"232799",39694,72349 -"232800",39694,74082 -"232801",39694,75351 -"232802",39694,86699 -"232803",39694,104524 -"232804",39694,118588 -"232805",39695,39799 -"232806",39695,40483 -"232807",39695,40536 -"232808",39695,40549 -"232809",39695,64068 -"232810",39696,65580 -"232811",39696,66454 -"232812",39697,42383 -"232813",39697,45016 -"232814",39697,46634 -"232815",39697,53099 -"232816",39697,54583 -"232817",39697,65223 -"232818",39697,80296 -"232819",39697,99658 -"232820",39697,106839 -"232821",39697,113354 -"232822",39698,63030 -"232823",39698,70928 -"232824",39698,84348 -"232825",39698,86444 -"232826",39698,108226 -"232827",39698,122789 -"232828",39699,44564 -"232829",39699,50383 -"232830",39699,68193 -"232831",39699,79051 -"232832",39699,87192 -"232833",39699,96990 -"232834",39699,100892 -"232835",39699,106849 -"232836",39699,111848 -"232837",39699,112585 -"232838",39699,115014 -"232839",39699,116176 -"232840",39701,59953 -"232841",39701,74653 -"232842",39701,106960 -"232843",39701,111730 -"232844",39703,46311 -"232845",39704,88724 -"232846",39704,88975 -"232847",39704,111494 -"232848",39705,83429 -"232849",39706,95766 -"232850",39706,105287 -"232851",39707,52898 -"232852",39707,63969 -"232853",39707,76113 -"232854",39707,81916 -"232855",39708,45712 -"232856",39708,107664 -"232857",39711,61829 -"232858",39712,45727 -"232859",39712,87717 -"232860",39712,105405 -"232861",39712,107573 -"232862",39713,41999 -"232863",39714,40273 -"232864",39714,44319 -"232865",39714,44858 -"232866",39714,51654 -"232867",39714,57105 -"232868",39714,58035 -"232869",39714,74866 -"232870",39714,81553 -"232871",39714,83165 -"232872",39714,83180 -"232873",39714,83906 -"232874",39714,83915 -"232875",39714,83949 -"232876",39715,39728 -"232877",39715,40593 -"232878",39715,43138 -"232879",39715,43147 -"232880",39715,56892 -"232881",39715,64005 -"232882",39715,66560 -"232883",39715,69000 -"232884",39715,69002 -"232885",39717,61338 -"232886",39717,64083 -"232887",39717,69983 -"232888",39717,107645 -"232889",39717,107676 -"232890",39718,122851 -"232891",39719,73420 -"232892",39719,82972 -"232893",39720,44423 -"232894",39720,48719 -"232895",39720,56413 -"232896",39720,66177 -"232897",39720,66670 -"232898",39720,70633 -"232899",39720,98906 -"232900",39720,100942 -"232901",39720,123011 -"232902",39721,56010 -"232903",39721,60692 -"232904",39721,68917 -"232905",39721,82856 -"232906",39721,85182 -"232907",39721,93940 -"232908",39721,93941 -"232909",39722,39967 -"232910",39722,43919 -"232911",39723,43681 -"232912",39723,53775 -"232913",39723,53901 -"232914",39723,55093 -"232915",39723,75316 -"232916",39724,39725 -"232917",39724,39726 -"232918",39724,52242 -"232919",39725,39726 -"232920",39727,44329 -"232921",39728,64005 -"232922",39729,39763 -"232923",39729,42041 -"232924",39729,72091 -"232925",39731,44603 -"232926",39731,70075 -"232927",39731,122935 -"232928",39732,43327 -"232929",39732,55684 -"232930",39732,63033 -"232931",39732,76136 -"232932",39732,86938 -"232933",39733,44298 -"232934",39733,51551 -"232935",39733,59807 -"232936",39733,61948 -"232937",39733,69181 -"232938",39733,110407 -"232939",39733,113802 -"232940",39733,116410 -"232941",39734,75952 -"232942",39734,76702 -"232943",39734,97526 -"232944",39734,107193 -"232945",39734,107214 -"232946",39735,55825 -"232947",39736,83661 -"232948",39736,87084 -"232949",39736,113134 -"232950",39739,40891 -"232951",39739,40991 -"232952",39739,68238 -"232953",39739,70063 -"232954",39739,71274 -"232955",39739,80723 -"232956",39739,99953 -"232957",39739,100583 -"232958",39739,104921 -"232959",39739,105495 -"232960",39739,110469 -"232961",39739,122285 -"232962",39741,40956 -"232963",39742,55570 -"232964",39742,64014 -"232965",39742,67975 -"232966",39742,68901 -"232967",39742,71570 -"232968",39743,52336 -"232969",39744,40211 -"232970",39744,41254 -"232971",39744,42526 -"232972",39745,50520 -"232973",39746,39820 -"232974",39746,46901 -"232975",39746,57679 -"232976",39746,59012 -"232977",39746,59489 -"232978",39746,63701 -"232979",39746,67385 -"232980",39746,117312 -"232981",39746,117339 -"232982",39746,117344 -"232983",39748,39790 -"232984",39748,47799 -"232985",39748,48449 -"232986",39748,50671 -"232987",39748,51793 -"232988",39748,113277 -"232989",39749,45682 -"232990",39750,49125 -"232991",39750,54077 -"232992",39750,69830 -"232993",39750,79727 -"232994",39750,79728 -"232995",39750,82340 -"232996",39750,90193 -"232997",39750,91823 -"232998",39750,105674 -"232999",39751,39799 -"233000",39751,46197 -"233001",39751,56884 -"233002",39752,50648 -"233003",39752,56247 -"233004",39752,67183 -"233005",39752,68829 -"233006",39752,77281 -"233007",39752,83754 -"233008",39752,99343 -"233009",39752,111622 -"233010",39752,116711 -"233011",39752,117316 -"233012",39754,44804 -"233013",39754,48883 -"233014",39754,60030 -"233015",39754,60061 -"233016",39754,60074 -"233017",39754,60079 -"233018",39754,60191 -"233019",39754,60326 -"233020",39754,60763 -"233021",39755,39770 -"233022",39755,44148 -"233023",39755,53988 -"233024",39755,82769 -"233025",39756,41082 -"233026",39756,73166 -"233027",39756,73167 -"233028",39758,46387 -"233029",39758,98933 -"233030",39759,76257 -"233031",39759,79389 -"233032",39759,80702 -"233033",39760,40301 -"233034",39760,40327 -"233035",39760,40376 -"233036",39760,40377 -"233037",39760,40415 -"233038",39760,111142 -"233039",39761,42523 -"233040",39761,46670 -"233041",39761,54152 -"233042",39761,55076 -"233043",39761,59161 -"233044",39761,65700 -"233045",39761,68063 -"233046",39761,80762 -"233047",39761,82332 -"233048",39761,82337 -"233049",39761,83032 -"233050",39761,85356 -"233051",39761,93990 -"233052",39761,96564 -"233053",39761,100924 -"233054",39761,105442 -"233055",39761,115057 -"233056",39762,46602 -"233057",39762,70211 -"233058",39762,70272 -"233059",39762,121106 -"233060",39764,39793 -"233061",39764,84222 -"233062",39765,44194 -"233063",39765,49378 -"233064",39765,65971 -"233065",39765,65981 -"233066",39765,66616 -"233067",39765,98912 -"233068",39766,39814 -"233069",39768,49717 -"233070",39768,56453 -"233071",39769,51753 -"233072",39769,75643 -"233073",39769,85626 -"233074",39769,115379 -"233075",39771,58072 -"233076",39771,72559 -"233077",39771,72746 -"233078",39771,76057 -"233079",39771,86457 -"233080",39771,103722 -"233081",39772,40620 -"233082",39772,111488 -"233083",39774,39775 -"233084",39774,71819 -"233085",39774,72000 -"233086",39775,46749 -"233087",39775,56784 -"233088",39775,59548 -"233089",39775,69351 -"233090",39775,71053 -"233091",39775,71056 -"233092",39775,71072 -"233093",39776,41847 -"233094",39778,43846 -"233095",39778,52718 -"233096",39778,52802 -"233097",39778,52822 -"233098",39778,52828 -"233099",39778,52829 -"233100",39779,80058 -"233101",39780,50153 -"233102",39780,79069 -"233103",39780,94808 -"233104",39780,105374 -"233105",39780,105729 -"233106",39780,105730 -"233107",39780,105761 -"233108",39781,39782 -"233109",39783,53808 -"233110",39783,79459 -"233111",39784,41719 -"233112",39784,84744 -"233113",39785,58745 -"233114",39785,84574 -"233115",39785,106661 -"233116",39785,108468 -"233117",39786,108890 -"233118",39786,109414 -"233119",39788,49241 -"233120",39790,61220 -"233121",39790,81478 -"233122",39790,96496 -"233123",39792,39932 -"233124",39792,43080 -"233125",39792,49752 -"233126",39792,51783 -"233127",39792,51947 -"233128",39792,54337 -"233129",39792,59238 -"233130",39792,59587 -"233131",39792,62289 -"233132",39792,63877 -"233133",39792,69821 -"233134",39792,71052 -"233135",39792,71978 -"233136",39792,72523 -"233137",39793,60732 -"233138",39793,60759 -"233139",39793,85275 -"233140",39793,97233 -"233141",39794,85806 -"233142",39795,41929 -"233143",39795,61252 -"233144",39795,72466 -"233145",39795,84435 -"233146",39796,49372 -"233147",39796,52219 -"233148",39796,106706 -"233149",39796,110596 -"233150",39798,113500 -"233151",39799,40152 -"233152",39799,52506 -"233153",39799,53841 -"233154",39799,56884 -"233155",39799,77521 -"233156",39799,78273 -"233157",39800,114449 -"233158",39801,40191 -"233159",39802,40404 -"233160",39802,47069 -"233161",39802,52205 -"233162",39802,58262 -"233163",39802,59178 -"233164",39802,59776 -"233165",39802,78725 -"233166",39802,108641 -"233167",39802,111255 -"233168",39803,75951 -"233169",39803,90214 -"233170",39804,42423 -"233171",39804,58181 -"233172",39804,62489 -"233173",39804,100853 -"233174",39804,106285 -"233175",39804,109178 -"233176",39804,110587 -"233177",39805,52564 -"233178",39805,73288 -"233179",39805,94365 -"233180",39806,87890 -"233181",39806,102512 -"233182",39807,57025 -"233183",39808,52730 -"233184",39808,119748 -"233185",39809,104213 -"233186",39809,108150 -"233187",39811,60457 -"233188",39812,41720 -"233189",39813,55501 -"233190",39813,67636 -"233191",39814,44664 -"233192",39814,46643 -"233193",39814,68438 -"233194",39814,104641 -"233195",39814,104654 -"233196",39816,45669 -"233197",39817,54257 -"233198",39817,85065 -"233199",39818,52363 -"233200",39819,52619 -"233201",39819,62683 -"233202",39820,62986 -"233203",39820,76007 -"233204",39820,110940 -"233205",39821,55469 -"233206",39821,75675 -"233207",39822,50119 -"233208",39823,58687 -"233209",39823,76934 -"233210",39823,77579 -"233211",39823,107701 -"233212",39824,50954 -"233213",39825,55297 -"233214",39825,110329 -"233215",39826,41785 -"233216",39826,41804 -"233217",39826,41859 -"233218",39826,50965 -"233219",39828,54224 -"233220",39828,69878 -"233221",39828,76066 -"233222",39828,80981 -"233223",39828,81020 -"233224",39828,81025 -"233225",39828,83769 -"233226",39828,102410 -"233227",39828,112030 -"233228",39829,75334 -"233229",39829,100974 -"233230",39830,47175 -"233231",39833,88333 -"233232",39833,90318 -"233233",39835,75183 -"233234",39835,76110 -"233235",39835,91073 -"233236",39835,101524 -"233237",39835,109010 -"233238",39836,39877 -"233239",39837,83916 -"233240",39838,41185 -"233241",39838,52917 -"233242",39838,60056 -"233243",39838,78081 -"233244",39838,78768 -"233245",39838,102663 -"233246",39839,71085 -"233247",39840,39841 -"233248",39840,39842 -"233249",39840,39843 -"233250",39840,39901 -"233251",39840,39902 -"233252",39840,39903 -"233253",39841,39842 -"233254",39841,39843 -"233255",39841,39901 -"233256",39841,39902 -"233257",39841,39903 -"233258",39842,39843 -"233259",39842,39901 -"233260",39842,39902 -"233261",39842,39903 -"233262",39843,39901 -"233263",39843,39902 -"233264",39843,39903 -"233265",39844,44002 -"233266",39844,44010 -"233267",39845,66662 -"233268",39845,113315 -"233269",39846,39892 -"233270",39846,39922 -"233271",39849,50164 -"233272",39850,47722 -"233273",39850,47731 -"233274",39851,41412 -"233275",39853,39968 -"233276",39853,53271 -"233277",39853,55556 -"233278",39853,59700 -"233279",39853,75459 -"233280",39853,76387 -"233281",39853,80526 -"233282",39853,80562 -"233283",39854,39867 -"233284",39854,51072 -"233285",39854,59519 -"233286",39854,85707 -"233287",39854,105236 -"233288",39857,39982 -"233289",39858,39870 -"233290",39859,54311 -"233291",39859,54347 -"233292",39861,39862 -"233293",39862,58890 -"233294",39862,118575 -"233295",39864,41644 -"233296",39864,83128 -"233297",39865,40072 -"233298",39865,59939 -"233299",39865,62273 -"233300",39865,88699 -"233301",39865,91912 -"233302",39865,94671 -"233303",39865,100230 -"233304",39865,106875 -"233305",39865,118291 -"233306",39866,42598 -"233307",39866,52944 -"233308",39866,68475 -"233309",39866,68496 -"233310",39867,52518 -"233311",39867,98460 -"233312",39868,94845 -"233313",39868,111883 -"233314",39868,118020 -"233315",39868,118118 -"233316",39869,49281 -"233317",39869,65109 -"233318",39869,65182 -"233319",39871,52890 -"233320",39871,108549 -"233321",39871,112208 -"233322",39872,43457 -"233323",39872,48235 -"233324",39872,49763 -"233325",39872,49814 -"233326",39872,49942 -"233327",39872,65451 -"233328",39872,110982 -"233329",39873,47865 -"233330",39873,57072 -"233331",39873,64994 -"233332",39873,79399 -"233333",39873,85586 -"233334",39873,85596 -"233335",39873,86341 -"233336",39873,91544 -"233337",39873,93562 -"233338",39874,41263 -"233339",39874,42432 -"233340",39874,69174 -"233341",39874,71536 -"233342",39874,94538 -"233343",39874,113043 -"233344",39875,39916 -"233345",39875,39958 -"233346",39875,42948 -"233347",39875,55541 -"233348",39875,103830 -"233349",39877,53588 -"233350",39878,55122 -"233351",39878,78002 -"233352",39878,80351 -"233353",39878,81245 -"233354",39878,98205 -"233355",39878,109108 -"233356",39878,111222 -"233357",39879,80481 -"233358",39879,89147 -"233359",39879,102871 -"233360",39880,49056 -"233361",39880,66052 -"233362",39881,71574 -"233363",39881,84780 -"233364",39881,108007 -"233365",39882,51512 -"233366",39882,56110 -"233367",39882,98625 -"233368",39884,40356 -"233369",39884,41922 -"233370",39884,42235 -"233371",39884,42337 -"233372",39884,44649 -"233373",39884,49769 -"233374",39884,59673 -"233375",39884,63823 -"233376",39884,65884 -"233377",39884,85031 -"233378",39884,103255 -"233379",39885,43783 -"233380",39885,45216 -"233381",39885,68933 -"233382",39885,71858 -"233383",39887,75954 -"233384",39888,46408 -"233385",39888,119366 -"233386",39890,44616 -"233387",39890,57054 -"233388",39892,39922 -"233389",39893,62020 -"233390",39893,69523 -"233391",39893,77677 -"233392",39893,85072 -"233393",39894,39939 -"233394",39894,39983 -"233395",39895,41317 -"233396",39895,91055 -"233397",39895,96857 -"233398",39895,101096 -"233399",39895,101873 -"233400",39897,68887 -"233401",39897,98195 -"233402",39897,104720 -"233403",39897,123457 -"233404",39899,79243 -"233405",39899,80965 -"233406",39899,82261 -"233407",39899,86171 -"233408",39899,111792 -"233409",39899,111805 -"233410",39901,39902 -"233411",39901,39903 -"233412",39902,39903 -"233413",39904,64118 -"233414",39904,106952 -"233415",39904,110173 -"233416",39904,120043 -"233417",39905,39913 -"233418",39906,61036 -"233419",39906,77077 -"233420",39906,77316 -"233421",39906,80538 -"233422",39906,92468 -"233423",39906,94069 -"233424",39906,99240 -"233425",39907,40268 -"233426",39907,81352 -"233427",39907,95958 -"233428",39908,39962 -"233429",39908,39963 -"233430",39908,69561 -"233431",39908,69923 -"233432",39909,46625 -"233433",39909,58466 -"233434",39909,111971 -"233435",39909,112951 -"233436",39909,114461 -"233437",39910,46990 -"233438",39912,71413 -"233439",39912,89300 -"233440",39912,114431 -"233441",39912,117705 -"233442",39914,42642 -"233443",39914,42672 -"233444",39914,69591 -"233445",39914,79179 -"233446",39914,79214 -"233447",39914,97373 -"233448",39916,39958 -"233449",39916,42462 -"233450",39916,42948 -"233451",39916,45477 -"233452",39916,45598 -"233453",39916,49422 -"233454",39916,57750 -"233455",39916,60413 -"233456",39916,60536 -"233457",39916,61372 -"233458",39916,69788 -"233459",39916,76489 -"233460",39916,121876 -"233461",39916,122610 -"233462",39917,46348 -"233463",39917,54027 -"233464",39917,64126 -"233465",39918,94643 -"233466",39918,104776 -"233467",39918,118994 -"233468",39918,122326 -"233469",39919,50341 -"233470",39920,54451 -"233471",39920,69625 -"233472",39921,111597 -"233473",39923,84886 -"233474",39924,122391 -"233475",39925,54858 -"233476",39925,72421 -"233477",39925,106043 -"233478",39926,39927 -"233479",39927,41715 -"233480",39927,86826 -"233481",39927,90715 -"233482",39927,114740 -"233483",39928,43710 -"233484",39928,44819 -"233485",39928,72691 -"233486",39928,88452 -"233487",39928,90343 -"233488",39928,100129 -"233489",39928,108613 -"233490",39928,109781 -"233491",39929,81866 -"233492",39929,103061 -"233493",39930,51500 -"233494",39930,53079 -"233495",39930,55402 -"233496",39931,47607 -"233497",39931,67911 -"233498",39931,106618 -"233499",39931,106624 -"233500",39931,106639 -"233501",39932,43080 -"233502",39932,54898 -"233503",39933,42895 -"233504",39933,60292 -"233505",39933,75130 -"233506",39934,65049 -"233507",39934,65174 -"233508",39934,65273 -"233509",39934,73302 -"233510",39935,49601 -"233511",39936,39940 -"233512",39938,99155 -"233513",39939,39983 -"233514",39939,82382 -"233515",39941,72362 -"233516",39942,45199 -"233517",39943,39949 -"233518",39944,46343 -"233519",39946,39955 -"233520",39946,96212 -"233521",39946,97830 -"233522",39947,59510 -"233523",39947,111419 -"233524",39947,120598 -"233525",39948,39972 -"233526",39950,47375 -"233527",39950,55621 -"233528",39950,92824 -"233529",39951,75445 -"233530",39952,43729 -"233531",39952,59082 -"233532",39952,69928 -"233533",39953,54115 -"233534",39953,113826 -"233535",39953,113931 -"233536",39954,39959 -"233537",39956,59234 -"233538",39956,59848 -"233539",39956,70014 -"233540",39957,97000 -"233541",39958,40944 -"233542",39958,57679 -"233543",39958,60536 -"233544",39958,83330 -"233545",39958,119874 -"233546",39958,119875 -"233547",39958,121878 -"233548",39960,46099 -"233549",39960,65425 -"233550",39960,69439 -"233551",39960,105229 -"233552",39961,40853 -"233553",39961,54743 -"233554",39962,39963 -"233555",39963,51976 -"233556",39963,61720 -"233557",39964,78696 -"233558",39965,42366 -"233559",39966,88671 -"233560",39966,102630 -"233561",39966,102638 -"233562",39968,44128 -"233563",39968,44254 -"233564",39968,45711 -"233565",39968,47803 -"233566",39968,74496 -"233567",39968,86777 -"233568",39968,114097 -"233569",39969,74893 -"233570",39970,75864 -"233571",39970,99697 -"233572",39970,110426 -"233573",39970,110540 -"233574",39971,58469 -"233575",39974,56709 -"233576",39974,120919 -"233577",39975,80499 -"233578",39975,105671 -"233579",39975,110212 -"233580",39976,99038 -"233581",39977,42635 -"233582",39977,110462 -"233583",39979,41323 -"233584",39979,55019 -"233585",39979,55318 -"233586",39979,56306 -"233587",39979,58390 -"233588",39979,59657 -"233589",39979,63440 -"233590",39979,66763 -"233591",39979,67036 -"233592",39979,70473 -"233593",39979,72318 -"233594",39979,111558 -"233595",39981,89372 -"233596",39982,57473 -"233597",39982,68911 -"233598",39982,69924 -"233599",39982,74954 -"233600",39982,106190 -"233601",39983,41895 -"233602",39983,41945 -"233603",39983,44326 -"233604",39983,45310 -"233605",39983,46167 -"233606",39983,55362 -"233607",39984,40030 -"233608",39984,52646 -"233609",39984,52647 -"233610",39985,54000 -"233611",39985,55051 -"233612",39985,78874 -"233613",39985,82073 -"233614",39985,82103 -"233615",39985,92999 -"233616",39986,46578 -"233617",39986,88396 -"233618",39987,40096 -"233619",39987,60664 -"233620",39987,73010 -"233621",39988,57072 -"233622",39989,52699 -"233623",39989,66847 -"233624",39990,89059 -"233625",39991,61147 -"233626",39991,83013 -"233627",39991,105611 -"233628",39992,75905 -"233629",39992,92056 -"233630",39992,99285 -"233631",39993,54913 -"233632",39993,61921 -"233633",39993,84406 -"233634",39993,94257 -"233635",39997,57538 -"233636",39997,57579 -"233637",39997,96148 -"233638",39998,45159 -"233639",39998,90099 -"233640",39999,53531 -"233641",39999,59723 -"233642",39999,63429 -"233643",39999,70469 -"233644",39999,106536 -"233645",40002,40014 -"233646",40002,40016 -"233647",40002,40082 -"233648",40002,40084 -"233649",40002,40118 -"233650",40002,40124 -"233651",40002,50044 -"233652",40003,42069 -"233653",40003,59281 -"233654",40003,70960 -"233655",40003,95550 -"233656",40004,40086 -"233657",40004,109369 -"233658",40005,112661 -"233659",40006,40031 -"233660",40006,40067 -"233661",40006,97905 -"233662",40007,45899 -"233663",40007,72138 -"233664",40008,52483 -"233665",40008,80870 -"233666",40008,82596 -"233667",40008,94418 -"233668",40009,40568 -"233669",40009,64304 -"233670",40009,71974 -"233671",40009,107156 -"233672",40009,109632 -"233673",40010,40112 -"233674",40010,43301 -"233675",40010,85807 -"233676",40011,40489 -"233677",40012,53401 -"233678",40013,40216 -"233679",40013,44294 -"233680",40013,58589 -"233681",40013,77181 -"233682",40013,84378 -"233683",40013,85565 -"233684",40013,97706 -"233685",40013,105050 -"233686",40013,115338 -"233687",40013,115820 -"233688",40013,119086 -"233689",40014,40016 -"233690",40014,40082 -"233691",40014,40084 -"233692",40014,40118 -"233693",40014,40124 -"233694",40014,50044 -"233695",40016,40082 -"233696",40016,40084 -"233697",40016,40118 -"233698",40016,40124 -"233699",40016,50044 -"233700",40017,75695 -"233701",40017,90246 -"233702",40017,101221 -"233703",40017,110182 -"233704",40018,40092 -"233705",40018,53893 -"233706",40018,53894 -"233707",40018,53902 -"233708",40018,53911 -"233709",40018,53970 -"233710",40018,53981 -"233711",40019,54002 -"233712",40019,54234 -"233713",40019,64394 -"233714",40019,64416 -"233715",40019,64443 -"233716",40021,40070 -"233717",40021,59383 -"233718",40021,81095 -"233719",40021,87346 -"233720",40021,103658 -"233721",40021,104867 -"233722",40021,118056 -"233723",40022,48632 -"233724",40022,48692 -"233725",40022,48739 -"233726",40022,48794 -"233727",40022,48806 -"233728",40023,61880 -"233729",40023,68407 -"233730",40023,70432 -"233731",40024,40309 -"233732",40024,65111 -"233733",40024,81716 -"233734",40025,58485 -"233735",40025,80046 -"233736",40025,101279 -"233737",40026,45951 -"233738",40026,88690 -"233739",40026,103025 -"233740",40027,45082 -"233741",40028,40072 -"233742",40028,44521 -"233743",40028,45352 -"233744",40028,46525 -"233745",40028,46526 -"233746",40028,46543 -"233747",40028,46544 -"233748",40028,46629 -"233749",40028,46670 -"233750",40028,50236 -"233751",40028,53005 -"233752",40028,56082 -"233753",40028,56237 -"233754",40028,58918 -"233755",40028,62041 -"233756",40028,63954 -"233757",40028,67998 -"233758",40028,71829 -"233759",40028,72188 -"233760",40028,79082 -"233761",40028,94671 -"233762",40028,97237 -"233763",40028,101793 -"233764",40028,114713 -"233765",40028,116808 -"233766",40029,40054 -"233767",40029,77516 -"233768",40029,83485 -"233769",40029,116645 -"233770",40029,120252 -"233771",40030,77341 -"233772",40030,80828 -"233773",40030,90582 -"233774",40031,40067 -"233775",40033,49217 -"233776",40033,54866 -"233777",40033,55851 -"233778",40033,61529 -"233779",40033,68248 -"233780",40033,90745 -"233781",40034,40066 -"233782",40035,54742 -"233783",40035,66436 -"233784",40035,66478 -"233785",40035,66503 -"233786",40036,40352 -"233787",40036,70349 -"233788",40037,40306 -"233789",40037,48895 -"233790",40038,41064 -"233791",40038,49775 -"233792",40038,67988 -"233793",40038,93233 -"233794",40038,93241 -"233795",40038,98612 -"233796",40039,86781 -"233797",40039,108200 -"233798",40039,111025 -"233799",40039,114506 -"233800",40039,114510 -"233801",40039,118150 -"233802",40040,40049 -"233803",40040,60597 -"233804",40040,80776 -"233805",40041,41486 -"233806",40041,49966 -"233807",40041,53031 -"233808",40041,78814 -"233809",40041,103426 -"233810",40041,108718 -"233811",40042,52519 -"233812",40043,63327 -"233813",40043,64586 -"233814",40043,91997 -"233815",40043,109801 -"233816",40043,109981 -"233817",40044,50618 -"233818",40044,55052 -"233819",40044,55060 -"233820",40044,84257 -"233821",40044,95264 -"233822",40044,109140 -"233823",40045,40093 -"233824",40046,95215 -"233825",40046,108705 -"233826",40046,118182 -"233827",40047,44972 -"233828",40047,100354 -"233829",40048,40057 -"233830",40048,40058 -"233831",40048,45640 -"233832",40048,46593 -"233833",40048,49475 -"233834",40048,65118 -"233835",40048,94864 -"233836",40050,47011 -"233837",40050,74380 -"233838",40050,86630 -"233839",40050,98208 -"233840",40050,103610 -"233841",40051,44351 -"233842",40051,46048 -"233843",40051,66802 -"233844",40051,90586 -"233845",40051,99641 -"233846",40051,108634 -"233847",40051,113683 -"233848",40052,46732 -"233849",40052,81342 -"233850",40052,107445 -"233851",40052,111552 -"233852",40052,118354 -"233853",40053,53406 -"233854",40053,75634 -"233855",40053,85649 -"233856",40053,101646 -"233857",40053,118342 -"233858",40053,119673 -"233859",40053,121661 -"233860",40053,122981 -"233861",40055,49640 -"233862",40055,85793 -"233863",40055,101367 -"233864",40056,47302 -"233865",40056,64525 -"233866",40056,88386 -"233867",40056,105835 -"233868",40057,40058 -"233869",40057,46593 -"233870",40057,83880 -"233871",40057,118426 -"233872",40058,45556 -"233873",40059,50234 -"233874",40059,65111 -"233875",40059,88663 -"233876",40059,115514 -"233877",40060,41287 -"233878",40060,91549 -"233879",40060,96358 -"233880",40061,56242 -"233881",40061,90279 -"233882",40061,97106 -"233883",40061,97782 -"233884",40061,97798 -"233885",40061,97816 -"233886",40063,79554 -"233887",40063,84505 -"233888",40064,41679 -"233889",40065,63232 -"233890",40065,94642 -"233891",40065,105825 -"233892",40065,112504 -"233893",40067,40495 -"233894",40067,77793 -"233895",40067,122862 -"233896",40067,122896 -"233897",40067,122898 -"233898",40067,122908 -"233899",40068,40522 -"233900",40068,40559 -"233901",40068,40616 -"233902",40069,75215 -"233903",40070,75709 -"233904",40072,45352 -"233905",40072,47270 -"233906",40072,49084 -"233907",40072,50236 -"233908",40072,56201 -"233909",40072,59939 -"233910",40072,88699 -"233911",40072,91912 -"233912",40072,94671 -"233913",40072,100230 -"233914",40072,112437 -"233915",40072,112527 -"233916",40073,72197 -"233917",40074,92280 -"233918",40075,43208 -"233919",40075,123428 -"233920",40076,40140 -"233921",40076,67045 -"233922",40077,70734 -"233923",40077,89664 -"233924",40077,111823 -"233925",40077,116791 -"233926",40077,118278 -"233927",40078,60077 -"233928",40078,64644 -"233929",40078,102701 -"233930",40078,102758 -"233931",40079,88581 -"233932",40079,95542 -"233933",40080,45878 -"233934",40080,68443 -"233935",40081,81451 -"233936",40081,97831 -"233937",40081,122647 -"233938",40082,40084 -"233939",40082,40118 -"233940",40082,40124 -"233941",40082,50044 -"233942",40083,56730 -"233943",40084,40118 -"233944",40084,40124 -"233945",40084,50044 -"233946",40085,40119 -"233947",40087,75979 -"233948",40087,88010 -"233949",40087,88019 -"233950",40088,50635 -"233951",40088,104494 -"233952",40088,107720 -"233953",40089,41197 -"233954",40089,42616 -"233955",40089,45369 -"233956",40089,45400 -"233957",40089,46038 -"233958",40089,57052 -"233959",40089,60799 -"233960",40089,64120 -"233961",40089,71245 -"233962",40090,62381 -"233963",40091,40094 -"233964",40091,61449 -"233965",40093,64270 -"233966",40093,97772 -"233967",40093,104541 -"233968",40093,105676 -"233969",40094,81059 -"233970",40095,51319 -"233971",40095,52294 -"233972",40095,52378 -"233973",40095,52579 -"233974",40095,55802 -"233975",40095,70715 -"233976",40095,80871 -"233977",40095,80912 -"233978",40097,52786 -"233979",40097,63516 -"233980",40097,75570 -"233981",40098,56358 -"233982",40098,57795 -"233983",40098,76173 -"233984",40098,99180 -"233985",40099,40494 -"233986",40099,62407 -"233987",40099,69970 -"233988",40099,98381 -"233989",40100,70406 -"233990",40100,117490 -"233991",40102,90519 -"233992",40103,49939 -"233993",40103,53849 -"233994",40103,122844 -"233995",40104,40880 -"233996",40104,64837 -"233997",40104,75006 -"233998",40105,41848 -"233999",40105,83694 -"234000",40105,108931 -"234001",40107,40109 -"234002",40107,68749 -"234003",40107,70314 -"234004",40108,49075 -"234005",40108,51180 -"234006",40108,51208 -"234007",40108,51294 -"234008",40108,51316 -"234009",40109,68749 -"234010",40109,70314 -"234011",40113,42289 -"234012",40113,48281 -"234013",40113,48380 -"234014",40113,49226 -"234015",40113,50662 -"234016",40113,52293 -"234017",40113,56216 -"234018",40113,59615 -"234019",40113,62679 -"234020",40113,63105 -"234021",40113,67726 -"234022",40113,68001 -"234023",40113,68475 -"234024",40113,68917 -"234025",40113,69296 -"234026",40113,71106 -"234027",40113,73655 -"234028",40113,75113 -"234029",40113,75767 -"234030",40113,76046 -"234031",40113,76459 -"234032",40113,76808 -"234033",40113,77727 -"234034",40113,78224 -"234035",40113,79222 -"234036",40113,81821 -"234037",40113,82978 -"234038",40113,83306 -"234039",40113,85027 -"234040",40113,88412 -"234041",40113,90275 -"234042",40113,90426 -"234043",40113,91112 -"234044",40113,91526 -"234045",40113,93425 -"234046",40113,93523 -"234047",40113,94520 -"234048",40113,95954 -"234049",40113,99544 -"234050",40113,99547 -"234051",40113,99554 -"234052",40113,100595 -"234053",40113,100739 -"234054",40113,100819 -"234055",40113,101898 -"234056",40113,101988 -"234057",40113,102146 -"234058",40113,102201 -"234059",40113,102309 -"234060",40113,102635 -"234061",40113,102730 -"234062",40113,102846 -"234063",40113,103790 -"234064",40113,104095 -"234065",40113,104574 -"234066",40113,104784 -"234067",40113,104845 -"234068",40113,107269 -"234069",40113,107623 -"234070",40113,107714 -"234071",40113,107879 -"234072",40113,107975 -"234073",40113,112545 -"234074",40113,118749 -"234075",40115,44809 -"234076",40115,65995 -"234077",40115,74465 -"234078",40116,40125 -"234079",40117,46746 -"234080",40117,49091 -"234081",40117,52672 -"234082",40117,64176 -"234083",40117,76818 -"234084",40118,40124 -"234085",40118,50044 -"234086",40119,41189 -"234087",40120,69215 -"234088",40121,114861 -"234089",40124,50044 -"234090",40125,122696 -"234091",40126,54543 -"234092",40127,64848 -"234093",40128,63531 -"234094",40128,73374 -"234095",40128,75825 -"234096",40128,77131 -"234097",40128,88943 -"234098",40128,89036 -"234099",40128,99070 -"234100",40128,99344 -"234101",40128,99695 -"234102",40128,99707 -"234103",40128,101820 -"234104",40128,110508 -"234105",40128,112794 -"234106",40128,115013 -"234107",40128,115354 -"234108",40129,40498 -"234109",40129,46367 -"234110",40129,53326 -"234111",40129,57174 -"234112",40129,76218 -"234113",40129,78052 -"234114",40129,78812 -"234115",40129,91899 -"234116",40130,63074 -"234117",40130,68528 -"234118",40130,116256 -"234119",40131,40166 -"234120",40131,40392 -"234121",40131,40905 -"234122",40131,41030 -"234123",40131,41527 -"234124",40131,41529 -"234125",40131,41778 -"234126",40131,43147 -"234127",40131,43234 -"234128",40131,43858 -"234129",40131,44828 -"234130",40131,45657 -"234131",40131,45933 -"234132",40131,46434 -"234133",40131,46788 -"234134",40131,47123 -"234135",40131,47488 -"234136",40131,48909 -"234137",40131,49859 -"234138",40131,50064 -"234139",40131,50067 -"234140",40131,50554 -"234141",40131,50879 -"234142",40131,51783 -"234143",40131,52018 -"234144",40131,53444 -"234145",40131,53527 -"234146",40131,53555 -"234147",40131,54275 -"234148",40131,56628 -"234149",40131,58004 -"234150",40131,58068 -"234151",40131,58633 -"234152",40131,61111 -"234153",40131,61127 -"234154",40131,68287 -"234155",40132,42272 -"234156",40132,78586 -"234157",40133,40465 -"234158",40133,48769 -"234159",40134,56695 -"234160",40134,58352 -"234161",40134,67952 -"234162",40134,89054 -"234163",40136,46053 -"234164",40136,75213 -"234165",40136,115889 -"234166",40137,42783 -"234167",40137,89935 -"234168",40138,64318 -"234169",40141,50166 -"234170",40141,100052 -"234171",40141,100077 -"234172",40142,67731 -"234173",40142,94256 -"234174",40143,58000 -"234175",40143,64604 -"234176",40143,68878 -"234177",40143,82572 -"234178",40143,82580 -"234179",40143,97448 -"234180",40144,47170 -"234181",40144,52484 -"234182",40144,61047 -"234183",40144,62268 -"234184",40144,86874 -"234185",40144,100852 -"234186",40144,108739 -"234187",40145,105385 -"234188",40146,42216 -"234189",40146,43404 -"234190",40146,55084 -"234191",40146,66544 -"234192",40147,55472 -"234193",40147,70265 -"234194",40147,73513 -"234195",40147,79537 -"234196",40147,79571 -"234197",40147,91135 -"234198",40148,60779 -"234199",40148,92034 -"234200",40148,110620 -"234201",40148,111756 -"234202",40148,112776 -"234203",40148,112780 -"234204",40148,112781 -"234205",40148,112793 -"234206",40149,40271 -"234207",40149,97098 -"234208",40151,62366 -"234209",40152,46465 -"234210",40152,49871 -"234211",40152,77521 -"234212",40152,78273 -"234213",40153,40164 -"234214",40153,40253 -"234215",40154,83043 -"234216",40155,42372 -"234217",40155,44647 -"234218",40155,52867 -"234219",40155,58671 -"234220",40155,71561 -"234221",40155,74802 -"234222",40156,40165 -"234223",40156,40200 -"234224",40156,40280 -"234225",40156,46665 -"234226",40156,59955 -"234227",40156,63147 -"234228",40156,63331 -"234229",40156,82161 -"234230",40157,40289 -"234231",40157,40787 -"234232",40157,76861 -"234233",40157,99225 -"234234",40158,52940 -"234235",40158,53771 -"234236",40159,111218 -"234237",40160,101942 -"234238",40161,41299 -"234239",40161,41930 -"234240",40161,50086 -"234241",40161,58371 -"234242",40161,63206 -"234243",40161,74921 -"234244",40161,87159 -"234245",40161,88484 -"234246",40161,105971 -"234247",40161,113097 -"234248",40162,89924 -"234249",40163,55739 -"234250",40164,40253 -"234251",40164,42183 -"234252",40164,68758 -"234253",40164,82772 -"234254",40164,120026 -"234255",40165,40200 -"234256",40165,40280 -"234257",40165,46665 -"234258",40165,59955 -"234259",40166,40392 -"234260",40166,40905 -"234261",40166,41030 -"234262",40166,41527 -"234263",40166,41529 -"234264",40166,41778 -"234265",40166,43147 -"234266",40166,43234 -"234267",40166,43858 -"234268",40166,44828 -"234269",40166,45657 -"234270",40166,45933 -"234271",40166,46434 -"234272",40166,46788 -"234273",40166,47123 -"234274",40166,47488 -"234275",40166,48909 -"234276",40166,49859 -"234277",40166,50064 -"234278",40166,50067 -"234279",40166,50554 -"234280",40166,50879 -"234281",40166,51783 -"234282",40166,52018 -"234283",40166,53444 -"234284",40166,53527 -"234285",40166,53555 -"234286",40166,54275 -"234287",40166,56628 -"234288",40166,58004 -"234289",40166,58068 -"234290",40166,58633 -"234291",40166,61111 -"234292",40166,61127 -"234293",40166,68287 -"234294",40169,46096 -"234295",40170,40244 -"234296",40170,53870 -"234297",40173,41820 -"234298",40173,42032 -"234299",40173,57648 -"234300",40173,72440 -"234301",40173,76516 -"234302",40173,84208 -"234303",40173,85843 -"234304",40173,88849 -"234305",40173,93198 -"234306",40173,93199 -"234307",40173,93201 -"234308",40173,93204 -"234309",40173,93211 -"234310",40173,93284 -"234311",40173,96872 -"234312",40173,98823 -"234313",40173,102167 -"234314",40173,114120 -"234315",40176,53925 -"234316",40176,60302 -"234317",40176,60345 -"234318",40176,78444 -"234319",40176,84436 -"234320",40176,84666 -"234321",40176,84709 -"234322",40176,89283 -"234323",40176,97583 -"234324",40178,87749 -"234325",40179,40180 -"234326",40180,50359 -"234327",40180,74260 -"234328",40180,74342 -"234329",40180,74349 -"234330",40181,43198 -"234331",40181,70468 -"234332",40181,70513 -"234333",40181,70549 -"234334",40181,70558 -"234335",40182,88619 -"234336",40182,96245 -"234337",40183,43271 -"234338",40183,51229 -"234339",40183,51343 -"234340",40184,84806 -"234341",40185,85789 -"234342",40185,122260 -"234343",40185,122899 -"234344",40186,45213 -"234345",40186,49370 -"234346",40186,56676 -"234347",40186,58919 -"234348",40186,69394 -"234349",40186,73466 -"234350",40186,89736 -"234351",40186,95994 -"234352",40186,97812 -"234353",40186,110242 -"234354",40188,40254 -"234355",40189,76091 -"234356",40190,53613 -"234357",40190,85689 -"234358",40190,121808 -"234359",40191,51872 -"234360",40191,58533 -"234361",40192,40195 -"234362",40192,40212 -"234363",40192,40242 -"234364",40193,57138 -"234365",40193,99091 -"234366",40193,109947 -"234367",40193,112477 -"234368",40194,49352 -"234369",40194,52915 -"234370",40194,57710 -"234371",40194,75109 -"234372",40194,114463 -"234373",40195,40212 -"234374",40195,40242 -"234375",40196,40291 -"234376",40196,76288 -"234377",40197,51786 -"234378",40197,79664 -"234379",40197,113421 -"234380",40198,40305 -"234381",40199,48900 -"234382",40199,51016 -"234383",40199,51873 -"234384",40199,65613 -"234385",40199,69347 -"234386",40199,77031 -"234387",40199,93571 -"234388",40199,95155 -"234389",40199,96920 -"234390",40199,102561 -"234391",40199,107023 -"234392",40199,108620 -"234393",40199,114882 -"234394",40200,40280 -"234395",40200,46665 -"234396",40200,59955 -"234397",40200,63147 -"234398",40200,63331 -"234399",40200,79837 -"234400",40200,82161 -"234401",40201,70042 -"234402",40201,70078 -"234403",40201,122536 -"234404",40202,47253 -"234405",40202,71026 -"234406",40203,40673 -"234407",40203,72329 -"234408",40203,86373 -"234409",40203,89760 -"234410",40203,90663 -"234411",40203,91167 -"234412",40203,103720 -"234413",40204,51772 -"234414",40204,57468 -"234415",40204,61056 -"234416",40204,69044 -"234417",40204,72782 -"234418",40204,82315 -"234419",40204,82787 -"234420",40204,83022 -"234421",40204,83057 -"234422",40204,83063 -"234423",40204,83078 -"234424",40206,51255 -"234425",40207,73968 -"234426",40207,103489 -"234427",40208,109604 -"234428",40209,40241 -"234429",40211,41254 -"234430",40211,42519 -"234431",40211,57058 -"234432",40211,80569 -"234433",40211,96081 -"234434",40211,99070 -"234435",40211,102215 -"234436",40211,102233 -"234437",40211,114641 -"234438",40212,40242 -"234439",40213,43882 -"234440",40213,57082 -"234441",40213,58238 -"234442",40213,73263 -"234443",40215,56644 -"234444",40215,88735 -"234445",40215,88743 -"234446",40215,88748 -"234447",40216,44294 -"234448",40216,58589 -"234449",40216,77181 -"234450",40216,82853 -"234451",40216,85565 -"234452",40216,97706 -"234453",40216,101956 -"234454",40216,105050 -"234455",40216,115338 -"234456",40216,115820 -"234457",40216,119086 -"234458",40218,48615 -"234459",40218,50076 -"234460",40218,51774 -"234461",40218,91735 -"234462",40219,45045 -"234463",40219,48637 -"234464",40219,111499 -"234465",40221,40256 -"234466",40223,83559 -"234467",40223,84870 -"234468",40224,49290 -"234469",40225,46852 -"234470",40225,66898 -"234471",40225,82741 -"234472",40225,119001 -"234473",40226,41245 -"234474",40226,60723 -"234475",40226,78451 -"234476",40226,109544 -"234477",40226,113156 -"234478",40228,40745 -"234479",40228,53722 -"234480",40229,46024 -"234481",40229,83437 -"234482",40229,87666 -"234483",40230,56100 -"234484",40231,40453 -"234485",40231,41435 -"234486",40231,41464 -"234487",40231,41533 -"234488",40231,42700 -"234489",40231,43844 -"234490",40231,45532 -"234491",40231,45869 -"234492",40231,47113 -"234493",40231,49064 -"234494",40231,50568 -"234495",40231,57478 -"234496",40231,72520 -"234497",40231,79422 -"234498",40231,79992 -"234499",40231,80624 -"234500",40231,85580 -"234501",40231,89020 -"234502",40231,94550 -"234503",40231,101453 -"234504",40231,111339 -"234505",40232,69321 -"234506",40233,60291 -"234507",40234,74669 -"234508",40234,99215 -"234509",40235,41453 -"234510",40235,41535 -"234511",40235,41562 -"234512",40235,70466 -"234513",40235,80894 -"234514",40235,80901 -"234515",40235,80906 -"234516",40236,41758 -"234517",40237,60711 -"234518",40237,89173 -"234519",40237,89174 -"234520",40238,46781 -"234521",40238,52951 -"234522",40238,59771 -"234523",40238,62625 -"234524",40238,73656 -"234525",40238,73680 -"234526",40238,94640 -"234527",40241,91845 -"234528",40241,92984 -"234529",40242,58674 -"234530",40243,91449 -"234531",40243,94634 -"234532",40245,43226 -"234533",40245,44463 -"234534",40245,44655 -"234535",40245,44973 -"234536",40245,46177 -"234537",40245,47048 -"234538",40245,48110 -"234539",40245,53343 -"234540",40245,58508 -"234541",40245,59731 -"234542",40245,62642 -"234543",40245,68091 -"234544",40245,69335 -"234545",40245,75245 -"234546",40245,75568 -"234547",40245,75776 -"234548",40245,75956 -"234549",40245,76387 -"234550",40245,76511 -"234551",40245,78978 -"234552",40245,79212 -"234553",40245,79241 -"234554",40245,79579 -"234555",40245,80239 -"234556",40245,80301 -"234557",40245,81397 -"234558",40245,88340 -"234559",40245,88749 -"234560",40245,89069 -"234561",40245,89373 -"234562",40245,89557 -"234563",40245,89995 -"234564",40245,90919 -"234565",40245,90936 -"234566",40245,92861 -"234567",40245,93097 -"234568",40245,94231 -"234569",40245,95489 -"234570",40245,96247 -"234571",40245,96363 -"234572",40245,97898 -"234573",40245,108309 -"234574",40248,47422 -"234575",40248,73375 -"234576",40248,77243 -"234577",40248,92773 -"234578",40248,98101 -"234579",40248,107851 -"234580",40248,112760 -"234581",40248,112810 -"234582",40249,40463 -"234583",40249,68875 -"234584",40249,69671 -"234585",40249,75373 -"234586",40249,91733 -"234587",40249,91734 -"234588",40249,91821 -"234589",40249,115655 -"234590",40250,40448 -"234591",40251,72531 -"234592",40251,74334 -"234593",40251,88816 -"234594",40251,91148 -"234595",40251,96075 -"234596",40251,96946 -"234597",40251,96947 -"234598",40251,96948 -"234599",40251,96949 -"234600",40251,96950 -"234601",40251,96951 -"234602",40251,96958 -"234603",40251,96959 -"234604",40251,97007 -"234605",40251,120704 -"234606",40251,123449 -"234607",40252,44577 -"234608",40253,40335 -"234609",40253,41197 -"234610",40253,51317 -"234611",40253,68741 -"234612",40253,69222 -"234613",40253,77152 -"234614",40253,98036 -"234615",40253,106524 -"234616",40253,116858 -"234617",40254,50429 -"234618",40254,57519 -"234619",40254,57526 -"234620",40254,57546 -"234621",40254,57558 -"234622",40254,57559 -"234623",40254,66295 -"234624",40255,51851 -"234625",40256,60344 -"234626",40256,64118 -"234627",40257,62581 -"234628",40257,64539 -"234629",40257,87704 -"234630",40258,94091 -"234631",40258,119589 -"234632",40259,74564 -"234633",40260,60260 -"234634",40260,66150 -"234635",40260,70889 -"234636",40260,70890 -"234637",40260,70908 -"234638",40260,70952 -"234639",40260,70962 -"234640",40260,70970 -"234641",40260,71098 -"234642",40260,96848 -"234643",40261,56616 -"234644",40261,61402 -"234645",40261,94336 -"234646",40263,43206 -"234647",40263,47300 -"234648",40263,53359 -"234649",40263,55765 -"234650",40263,59240 -"234651",40263,70392 -"234652",40263,85636 -"234653",40263,97454 -"234654",40263,97563 -"234655",40263,99213 -"234656",40263,114596 -"234657",40264,57082 -"234658",40264,71536 -"234659",40264,86286 -"234660",40264,93116 -"234661",40264,97241 -"234662",40264,102015 -"234663",40266,40277 -"234664",40266,70937 -"234665",40267,65714 -"234666",40267,65736 -"234667",40267,67914 -"234668",40267,69481 -"234669",40267,100524 -"234670",40269,56295 -"234671",40269,58577 -"234672",40269,65982 -"234673",40269,67767 -"234674",40270,58224 -"234675",40270,58248 -"234676",40270,104691 -"234677",40270,105585 -"234678",40271,55387 -"234679",40271,97098 -"234680",40272,115547 -"234681",40274,41925 -"234682",40274,49996 -"234683",40274,55798 -"234684",40277,43099 -"234685",40277,45826 -"234686",40279,40459 -"234687",40279,74242 -"234688",40280,46665 -"234689",40280,56630 -"234690",40280,59955 -"234691",40281,76695 -"234692",40281,77440 -"234693",40282,73364 -"234694",40282,121344 -"234695",40283,49974 -"234696",40283,52073 -"234697",40283,53190 -"234698",40283,58036 -"234699",40283,69366 -"234700",40283,75469 -"234701",40283,86434 -"234702",40283,94790 -"234703",40283,97248 -"234704",40283,97267 -"234705",40283,97270 -"234706",40284,103669 -"234707",40285,52510 -"234708",40285,56201 -"234709",40285,76468 -"234710",40285,77758 -"234711",40285,92973 -"234712",40285,93187 -"234713",40285,93903 -"234714",40285,96798 -"234715",40286,63891 -"234716",40286,93374 -"234717",40286,100382 -"234718",40286,107681 -"234719",40286,112053 -"234720",40287,53942 -"234721",40287,81307 -"234722",40288,42540 -"234723",40289,99072 -"234724",40290,56232 -"234725",40290,68960 -"234726",40290,90478 -"234727",40290,102871 -"234728",40290,104783 -"234729",40291,67200 -"234730",40291,68838 -"234731",40292,41225 -"234732",40292,47968 -"234733",40293,44858 -"234734",40293,51654 -"234735",40293,58035 -"234736",40293,69327 -"234737",40293,74452 -"234738",40293,79116 -"234739",40293,79145 -"234740",40293,79766 -"234741",40293,82767 -"234742",40293,83906 -"234743",40293,88714 -"234744",40293,94102 -"234745",40293,95476 -"234746",40293,119564 -"234747",40293,119567 -"234748",40293,119614 -"234749",40295,87472 -"234750",40296,56022 -"234751",40296,84897 -"234752",40296,120304 -"234753",40296,122025 -"234754",40297,46640 -"234755",40297,55551 -"234756",40297,101767 -"234757",40299,44623 -"234758",40299,46851 -"234759",40299,56393 -"234760",40299,61412 -"234761",40299,65751 -"234762",40299,67339 -"234763",40299,76928 -"234764",40299,76956 -"234765",40299,96823 -"234766",40299,97954 -"234767",40299,97955 -"234768",40299,97972 -"234769",40299,97973 -"234770",40299,97981 -"234771",40299,97987 -"234772",40299,97994 -"234773",40299,97998 -"234774",40299,97999 -"234775",40299,98008 -"234776",40301,40327 -"234777",40301,40376 -"234778",40301,40377 -"234779",40301,40415 -"234780",40302,78514 -"234781",40303,40362 -"234782",40303,49822 -"234783",40303,64534 -"234784",40303,74018 -"234785",40304,49064 -"234786",40304,86312 -"234787",40305,48485 -"234788",40305,48505 -"234789",40306,48895 -"234790",40307,76350 -"234791",40307,88117 -"234792",40307,94976 -"234793",40308,41210 -"234794",40308,41385 -"234795",40308,44671 -"234796",40308,80115 -"234797",40309,45766 -"234798",40309,52292 -"234799",40309,52296 -"234800",40309,56062 -"234801",40309,56569 -"234802",40309,61744 -"234803",40309,98059 -"234804",40309,109463 -"234805",40311,77379 -"234806",40312,40437 -"234807",40312,44499 -"234808",40312,48104 -"234809",40312,48183 -"234810",40312,48525 -"234811",40312,75548 -"234812",40314,43016 -"234813",40314,59858 -"234814",40314,90994 -"234815",40314,110457 -"234816",40314,119473 -"234817",40316,69831 -"234818",40316,77389 -"234819",40317,49250 -"234820",40317,71307 -"234821",40317,77719 -"234822",40317,84590 -"234823",40317,95633 -"234824",40317,104665 -"234825",40317,111154 -"234826",40317,118770 -"234827",40318,41438 -"234828",40318,50009 -"234829",40318,53696 -"234830",40318,58449 -"234831",40318,76414 -"234832",40318,80666 -"234833",40318,85623 -"234834",40318,86595 -"234835",40318,96073 -"234836",40319,40340 -"234837",40319,52585 -"234838",40319,58827 -"234839",40319,66923 -"234840",40319,72429 -"234841",40319,83316 -"234842",40320,40373 -"234843",40320,40542 -"234844",40320,41182 -"234845",40320,42131 -"234846",40320,46843 -"234847",40320,48331 -"234848",40320,122669 -"234849",40321,81411 -"234850",40321,81479 -"234851",40322,40329 -"234852",40322,40346 -"234853",40322,40436 -"234854",40322,40455 -"234855",40322,86980 -"234856",40322,105589 -"234857",40323,114784 -"234858",40324,55177 -"234859",40324,56146 -"234860",40325,40326 -"234861",40326,77943 -"234862",40327,40376 -"234863",40327,40377 -"234864",40327,40415 -"234865",40328,40378 -"234866",40328,47507 -"234867",40328,48703 -"234868",40328,50927 -"234869",40329,40346 -"234870",40329,40436 -"234871",40329,40455 -"234872",40329,60985 -"234873",40329,63704 -"234874",40329,77077 -"234875",40329,86734 -"234876",40329,102142 -"234877",40329,105527 -"234878",40330,40862 -"234879",40330,59611 -"234880",40330,59689 -"234881",40330,59695 -"234882",40330,59781 -"234883",40331,40435 -"234884",40331,40445 -"234885",40331,52249 -"234886",40331,52302 -"234887",40331,65258 -"234888",40331,115243 -"234889",40332,101444 -"234890",40332,110082 -"234891",40333,40339 -"234892",40333,41824 -"234893",40334,40365 -"234894",40334,51265 -"234895",40334,53452 -"234896",40334,59454 -"234897",40334,63499 -"234898",40334,63695 -"234899",40334,63979 -"234900",40334,69641 -"234901",40334,70629 -"234902",40334,71177 -"234903",40335,40404 -"234904",40335,40462 -"234905",40335,43187 -"234906",40335,47232 -"234907",40335,48119 -"234908",40335,51317 -"234909",40335,60666 -"234910",40335,60799 -"234911",40335,63447 -"234912",40335,63611 -"234913",40335,63642 -"234914",40335,67738 -"234915",40335,68741 -"234916",40335,70488 -"234917",40335,85144 -"234918",40335,92459 -"234919",40335,115477 -"234920",40335,116858 -"234921",40336,62425 -"234922",40337,62727 -"234923",40338,43371 -"234924",40338,89686 -"234925",40339,66383 -"234926",40339,68908 -"234927",40339,69058 -"234928",40339,69076 -"234929",40341,57716 -"234930",40341,74711 -"234931",40341,81558 -"234932",40341,100995 -"234933",40341,102865 -"234934",40342,40471 -"234935",40343,43070 -"234936",40343,86626 -"234937",40343,86731 -"234938",40344,68952 -"234939",40345,40778 -"234940",40346,40436 -"234941",40346,40455 -"234942",40347,57109 -"234943",40347,81444 -"234944",40347,114380 -"234945",40348,66189 -"234946",40349,40408 -"234947",40349,52042 -"234948",40349,68423 -"234949",40349,71219 -"234950",40350,46186 -"234951",40350,88972 -"234952",40352,47237 -"234953",40352,49854 -"234954",40352,71925 -"234955",40352,110754 -"234956",40354,40356 -"234957",40355,92441 -"234958",40355,116533 -"234959",40356,41922 -"234960",40356,44649 -"234961",40356,59673 -"234962",40356,63823 -"234963",40356,71650 -"234964",40357,40434 -"234965",40357,49002 -"234966",40357,62248 -"234967",40357,62264 -"234968",40357,62265 -"234969",40358,42529 -"234970",40358,42578 -"234971",40358,42662 -"234972",40358,45934 -"234973",40358,61036 -"234974",40358,68823 -"234975",40358,69256 -"234976",40358,97012 -"234977",40358,101092 -"234978",40358,103698 -"234979",40359,66227 -"234980",40360,43147 -"234981",40360,48822 -"234982",40360,64173 -"234983",40360,74270 -"234984",40361,93202 -"234985",40361,104307 -"234986",40362,49822 -"234987",40362,64534 -"234988",40363,42754 -"234989",40363,97237 -"234990",40364,40389 -"234991",40364,44476 -"234992",40364,44677 -"234993",40364,71369 -"234994",40365,53452 -"234995",40365,63499 -"234996",40365,63979 -"234997",40366,40572 -"234998",40366,41197 -"234999",40366,44474 -"235000",40366,46486 -"235001",40366,57995 -"235002",40366,59540 -"235003",40366,71708 -"235004",40366,77308 -"235005",40366,100627 -"235006",40366,102759 -"235007",40367,64721 -"235008",40367,85931 -"235009",40368,52756 -"235010",40368,71560 -"235011",40368,71947 -"235012",40368,72935 -"235013",40368,75538 -"235014",40368,81019 -"235015",40368,86308 -"235016",40368,87341 -"235017",40368,107026 -"235018",40368,107037 -"235019",40368,109680 -"235020",40369,44648 -"235021",40369,58968 -"235022",40369,62810 -"235023",40369,64997 -"235024",40369,67314 -"235025",40369,77958 -"235026",40369,96924 -"235027",40370,41601 -"235028",40370,58147 -"235029",40370,58341 -"235030",40370,75067 -"235031",40370,83019 -"235032",40370,85764 -"235033",40370,92241 -"235034",40370,100554 -"235035",40370,108483 -"235036",40370,110140 -"235037",40370,110346 -"235038",40370,111615 -"235039",40371,40414 -"235040",40371,63953 -"235041",40372,50665 -"235042",40372,99927 -"235043",40373,40542 -"235044",40373,41182 -"235045",40373,42131 -"235046",40373,46843 -"235047",40373,48331 -"235048",40373,55241 -"235049",40374,40375 -"235050",40374,40395 -"235051",40374,55026 -"235052",40374,79157 -"235053",40374,115781 -"235054",40374,115803 -"235055",40375,40395 -"235056",40376,40377 -"235057",40376,40415 -"235058",40377,40415 -"235059",40377,59142 -"235060",40377,59148 -"235061",40377,59169 -"235062",40377,62235 -"235063",40377,62397 -"235064",40378,122492 -"235065",40379,43411 -"235066",40379,49708 -"235067",40379,49981 -"235068",40379,65725 -"235069",40379,68262 -"235070",40379,79891 -"235071",40379,80130 -"235072",40379,85433 -"235073",40379,87915 -"235074",40379,90784 -"235075",40379,94817 -"235076",40379,95004 -"235077",40379,101381 -"235078",40379,104588 -"235079",40379,104735 -"235080",40379,106413 -"235081",40379,107619 -"235082",40379,110336 -"235083",40379,116258 -"235084",40380,77560 -"235085",40380,87535 -"235086",40381,40420 -"235087",40381,46736 -"235088",40381,50484 -"235089",40382,56168 -"235090",40382,101703 -"235091",40383,43941 -"235092",40383,50495 -"235093",40383,53611 -"235094",40383,58946 -"235095",40383,83766 -"235096",40383,83794 -"235097",40383,83795 -"235098",40384,40472 -"235099",40384,40473 -"235100",40385,40446 -"235101",40385,91752 -"235102",40386,40387 -"235103",40388,53320 -"235104",40388,55144 -"235105",40388,59243 -"235106",40388,60580 -"235107",40388,66917 -"235108",40388,66949 -"235109",40388,66972 -"235110",40388,66973 -"235111",40389,46778 -"235112",40389,52506 -"235113",40389,57171 -"235114",40390,53568 -"235115",40390,102158 -"235116",40390,122453 -"235117",40392,40905 -"235118",40392,41030 -"235119",40392,41527 -"235120",40392,41529 -"235121",40392,41778 -"235122",40392,43147 -"235123",40392,43234 -"235124",40392,43276 -"235125",40392,43858 -"235126",40392,44828 -"235127",40392,45657 -"235128",40392,45933 -"235129",40392,46434 -"235130",40392,46788 -"235131",40392,47123 -"235132",40392,47488 -"235133",40392,48657 -"235134",40392,48909 -"235135",40392,49859 -"235136",40392,50064 -"235137",40392,50067 -"235138",40392,50554 -"235139",40392,50879 -"235140",40392,51783 -"235141",40392,52018 -"235142",40392,53444 -"235143",40392,53527 -"235144",40392,53555 -"235145",40392,54275 -"235146",40392,56628 -"235147",40392,58004 -"235148",40392,58068 -"235149",40392,58633 -"235150",40392,61111 -"235151",40392,61127 -"235152",40392,68287 -"235153",40393,49339 -"235154",40393,75044 -"235155",40393,86846 -"235156",40393,102371 -"235157",40394,49928 -"235158",40394,78512 -"235159",40394,94247 -"235160",40396,45873 -"235161",40396,50704 -"235162",40396,51646 -"235163",40396,61435 -"235164",40396,79270 -"235165",40396,80977 -"235166",40397,52637 -"235167",40398,41093 -"235168",40399,41979 -"235169",40399,46429 -"235170",40399,57394 -"235171",40399,75473 -"235172",40400,60192 -"235173",40401,40403 -"235174",40401,46802 -"235175",40401,78273 -"235176",40401,81313 -"235177",40404,40462 -"235178",40404,41197 -"235179",40404,44474 -"235180",40404,46486 -"235181",40404,56229 -"235182",40404,59178 -"235183",40404,108641 -"235184",40405,55296 -"235185",40405,60600 -"235186",40405,72584 -"235187",40406,51092 -"235188",40406,98029 -"235189",40406,100889 -"235190",40406,104001 -"235191",40406,104587 -"235192",40406,111357 -"235193",40406,112213 -"235194",40406,113405 -"235195",40407,65712 -"235196",40409,75943 -"235197",40410,105584 -"235198",40410,113156 -"235199",40410,122389 -"235200",40412,121395 -"235201",40415,48875 -"235202",40415,57487 -"235203",40415,64989 -"235204",40415,73591 -"235205",40415,80721 -"235206",40415,81050 -"235207",40415,81063 -"235208",40417,81637 -"235209",40417,84463 -"235210",40417,118946 -"235211",40418,105137 -"235212",40419,42608 -"235213",40419,44180 -"235214",40419,45818 -"235215",40419,51476 -"235216",40419,51892 -"235217",40419,53755 -"235218",40419,54168 -"235219",40419,57210 -"235220",40419,58482 -"235221",40419,59172 -"235222",40419,59816 -"235223",40419,61874 -"235224",40419,63274 -"235225",40419,66322 -"235226",40419,67327 -"235227",40419,70854 -"235228",40419,71683 -"235229",40419,72568 -"235230",40419,72628 -"235231",40419,73767 -"235232",40419,76331 -"235233",40419,78532 -"235234",40419,81609 -"235235",40419,85885 -"235236",40419,91255 -"235237",40419,92247 -"235238",40419,92352 -"235239",40419,92362 -"235240",40419,92929 -"235241",40419,93719 -"235242",40419,94906 -"235243",40419,94946 -"235244",40419,95889 -"235245",40419,96093 -"235246",40419,97988 -"235247",40419,99309 -"235248",40419,99376 -"235249",40419,99450 -"235250",40419,99471 -"235251",40419,99474 -"235252",40419,100916 -"235253",40419,100944 -"235254",40419,101126 -"235255",40419,101329 -"235256",40419,105557 -"235257",40419,107199 -"235258",40419,108743 -"235259",40419,108980 -"235260",40419,109291 -"235261",40419,109933 -"235262",40419,110483 -"235263",40419,110567 -"235264",40419,110572 -"235265",40419,110630 -"235266",40419,110648 -"235267",40419,110711 -"235268",40419,110770 -"235269",40419,110869 -"235270",40419,110911 -"235271",40419,111285 -"235272",40419,111314 -"235273",40419,111362 -"235274",40419,111372 -"235275",40419,111424 -"235276",40419,111433 -"235277",40419,112422 -"235278",40419,113269 -"235279",40419,113430 -"235280",40419,114242 -"235281",40419,114842 -"235282",40419,115427 -"235283",40419,115521 -"235284",40419,115711 -"235285",40421,64004 -"235286",40422,51470 -"235287",40422,73427 -"235288",40422,78024 -"235289",40422,92709 -"235290",40422,115462 -"235291",40422,115571 -"235292",40422,119721 -"235293",40423,93468 -"235294",40424,69417 -"235295",40424,78495 -"235296",40426,113260 -"235297",40427,68986 -"235298",40427,75089 -"235299",40427,77200 -"235300",40427,77560 -"235301",40427,81754 -"235302",40427,92625 -"235303",40427,95391 -"235304",40427,107486 -"235305",40427,107601 -"235306",40428,53423 -"235307",40428,64146 -"235308",40428,98821 -"235309",40428,101430 -"235310",40429,40443 -"235311",40429,50077 -"235312",40429,109572 -"235313",40429,118810 -"235314",40430,74661 -"235315",40430,83271 -"235316",40430,93075 -"235317",40430,100432 -"235318",40430,102360 -"235319",40430,102400 -"235320",40431,50468 -"235321",40431,50530 -"235322",40432,40725 -"235323",40432,52693 -"235324",40432,52739 -"235325",40432,53343 -"235326",40432,55501 -"235327",40432,65657 -"235328",40432,70736 -"235329",40432,72683 -"235330",40432,81497 -"235331",40432,82301 -"235332",40432,82408 -"235333",40432,82930 -"235334",40432,84119 -"235335",40432,101286 -"235336",40432,114337 -"235337",40432,114339 -"235338",40432,121801 -"235339",40432,123023 -"235340",40432,123147 -"235341",40433,115176 -"235342",40435,40445 -"235343",40436,40455 -"235344",40436,55255 -"235345",40436,72752 -"235346",40436,107249 -"235347",40437,60784 -"235348",40438,40441 -"235349",40438,49557 -"235350",40438,55064 -"235351",40439,44634 -"235352",40439,97433 -"235353",40440,118996 -"235354",40441,43306 -"235355",40441,44299 -"235356",40441,55064 -"235357",40441,55712 -"235358",40441,65332 -"235359",40442,60072 -"235360",40442,68665 -"235361",40442,72520 -"235362",40442,110086 -"235363",40442,110256 -"235364",40444,56976 -"235365",40444,61653 -"235366",40445,97016 -"235367",40446,88121 -"235368",40446,96996 -"235369",40446,97881 -"235370",40446,104860 -"235371",40447,49338 -"235372",40447,53187 -"235373",40447,53415 -"235374",40447,85447 -"235375",40447,99575 -"235376",40447,114705 -"235377",40450,69532 -"235378",40450,117128 -"235379",40450,121066 -"235380",40451,40572 -"235381",40451,42616 -"235382",40451,46486 -"235383",40451,49307 -"235384",40451,62022 -"235385",40451,118686 -"235386",40453,41435 -"235387",40453,41464 -"235388",40453,42700 -"235389",40453,44549 -"235390",40453,45532 -"235391",40453,45869 -"235392",40453,46142 -"235393",40453,46786 -"235394",40453,47113 -"235395",40453,49064 -"235396",40453,53998 -"235397",40453,57478 -"235398",40453,64468 -"235399",40453,67203 -"235400",40453,71914 -"235401",40453,72520 -"235402",40453,76007 -"235403",40453,79422 -"235404",40453,80624 -"235405",40453,91275 -"235406",40453,104219 -"235407",40453,111339 -"235408",40454,53667 -"235409",40454,121556 -"235410",40454,122524 -"235411",40455,40718 -"235412",40455,46310 -"235413",40455,60569 -"235414",40455,64583 -"235415",40455,72350 -"235416",40457,66084 -"235417",40460,76252 -"235418",40461,46992 -"235419",40461,63077 -"235420",40461,68758 -"235421",40461,69751 -"235422",40461,76514 -"235423",40461,76778 -"235424",40461,77929 -"235425",40461,94637 -"235426",40462,102477 -"235427",40463,48822 -"235428",40463,55792 -"235429",40463,79660 -"235430",40463,109905 -"235431",40463,110227 -"235432",40463,110430 -"235433",40463,110885 -"235434",40463,110936 -"235435",40463,120061 -"235436",40464,53106 -"235437",40464,104934 -"235438",40464,104943 -"235439",40466,40559 -"235440",40466,41739 -"235441",40466,41812 -"235442",40466,44994 -"235443",40466,53832 -"235444",40466,56776 -"235445",40466,72780 -"235446",40467,42282 -"235447",40467,110489 -"235448",40467,111547 -"235449",40468,56159 -"235450",40468,57955 -"235451",40468,61960 -"235452",40468,65316 -"235453",40468,94527 -"235454",40469,73945 -"235455",40469,79344 -"235456",40469,79618 -"235457",40469,94069 -"235458",40469,94097 -"235459",40469,103822 -"235460",40471,48056 -"235461",40471,54752 -"235462",40471,59680 -"235463",40471,90033 -"235464",40471,91224 -"235465",40472,40473 -"235466",40472,50301 -"235467",40472,55317 -"235468",40472,83173 -"235469",40472,89583 -"235470",40473,54295 -"235471",40473,54768 -"235472",40474,51760 -"235473",40474,74668 -"235474",40474,89382 -"235475",40474,109874 -"235476",40475,49907 -"235477",40475,51099 -"235478",40475,93444 -"235479",40476,53835 -"235480",40477,40505 -"235481",40477,40506 -"235482",40478,95820 -"235483",40478,98354 -"235484",40479,40676 -"235485",40479,42642 -"235486",40479,48510 -"235487",40479,54879 -"235488",40479,59351 -"235489",40479,70401 -"235490",40480,40587 -"235491",40481,44611 -"235492",40481,104084 -"235493",40481,110650 -"235494",40481,114937 -"235495",40482,58592 -"235496",40482,81697 -"235497",40483,40536 -"235498",40483,40549 -"235499",40485,62807 -"235500",40485,62906 -"235501",40485,73577 -"235502",40485,92617 -"235503",40485,100332 -"235504",40485,120649 -"235505",40487,50818 -"235506",40487,51620 -"235507",40487,81774 -"235508",40487,90699 -"235509",40488,45397 -"235510",40488,57058 -"235511",40488,58855 -"235512",40488,74575 -"235513",40488,75025 -"235514",40488,100607 -"235515",40488,101067 -"235516",40488,101484 -"235517",40489,46872 -"235518",40489,49013 -"235519",40489,59137 -"235520",40489,60860 -"235521",40489,71027 -"235522",40489,73757 -"235523",40490,42149 -"235524",40490,67963 -"235525",40491,42823 -"235526",40491,52896 -"235527",40491,65030 -"235528",40492,89865 -"235529",40492,95417 -"235530",40493,49110 -"235531",40493,51568 -"235532",40493,51866 -"235533",40493,60088 -"235534",40493,60133 -"235535",40493,75380 -"235536",40494,42546 -"235537",40494,47585 -"235538",40494,51131 -"235539",40494,102975 -"235540",40494,113910 -"235541",40495,41164 -"235542",40495,59511 -"235543",40495,68999 -"235544",40495,72723 -"235545",40495,75194 -"235546",40495,75708 -"235547",40495,91304 -"235548",40495,122862 -"235549",40495,122896 -"235550",40495,122898 -"235551",40495,122908 -"235552",40496,53300 -"235553",40497,40525 -"235554",40497,57877 -"235555",40499,72741 -"235556",40499,92965 -"235557",40500,70912 -"235558",40501,40882 -"235559",40501,53920 -"235560",40501,62410 -"235561",40501,62418 -"235562",40501,65929 -"235563",40502,104201 -"235564",40502,112311 -"235565",40503,62743 -"235566",40503,84993 -"235567",40504,40530 -"235568",40504,40561 -"235569",40504,82917 -"235570",40504,122340 -"235571",40504,122349 -"235572",40504,122399 -"235573",40505,40506 -"235574",40505,43283 -"235575",40505,46642 -"235576",40505,46783 -"235577",40505,47384 -"235578",40505,65534 -"235579",40505,67689 -"235580",40505,79574 -"235581",40505,79596 -"235582",40505,82094 -"235583",40505,85777 -"235584",40507,62416 -"235585",40508,82176 -"235586",40509,113682 -"235587",40510,41314 -"235588",40510,45562 -"235589",40510,48781 -"235590",40510,80186 -"235591",40510,81622 -"235592",40510,84581 -"235593",40510,86230 -"235594",40510,88192 -"235595",40510,93212 -"235596",40510,111590 -"235597",40510,112808 -"235598",40510,123410 -"235599",40510,123412 -"235600",40511,46752 -"235601",40511,52688 -"235602",40511,63632 -"235603",40511,73193 -"235604",40511,82281 -"235605",40511,82997 -"235606",40511,86623 -"235607",40511,98686 -"235608",40511,98703 -"235609",40511,98706 -"235610",40512,40656 -"235611",40512,57184 -"235612",40513,81460 -"235613",40514,48143 -"235614",40514,62439 -"235615",40515,42256 -"235616",40515,45315 -"235617",40515,52715 -"235618",40515,55676 -"235619",40515,63836 -"235620",40515,69944 -"235621",40515,76369 -"235622",40515,77175 -"235623",40515,92784 -"235624",40515,99523 -"235625",40515,100355 -"235626",40515,114244 -"235627",40515,119311 -"235628",40517,59360 -"235629",40518,40612 -"235630",40518,40613 -"235631",40519,47386 -"235632",40519,56807 -"235633",40519,77220 -"235634",40519,82514 -"235635",40519,89477 -"235636",40519,119047 -"235637",40519,119371 -"235638",40520,43221 -"235639",40520,43338 -"235640",40521,41117 -"235641",40521,44498 -"235642",40521,62857 -"235643",40521,65680 -"235644",40522,40559 -"235645",40522,40616 -"235646",40522,47317 -"235647",40523,68847 -"235648",40523,88081 -"235649",40523,94961 -"235650",40524,41171 -"235651",40526,40527 -"235652",40526,70321 -"235653",40526,70322 -"235654",40528,120065 -"235655",40529,77415 -"235656",40530,40561 -"235657",40531,60372 -"235658",40531,63713 -"235659",40531,80966 -"235660",40532,41446 -"235661",40532,51479 -"235662",40532,65553 -"235663",40532,68252 -"235664",40532,70352 -"235665",40532,85022 -"235666",40532,87552 -"235667",40532,88747 -"235668",40533,41155 -"235669",40533,50013 -"235670",40533,53496 -"235671",40533,64193 -"235672",40533,68208 -"235673",40534,55626 -"235674",40534,95374 -"235675",40534,102917 -"235676",40535,52771 -"235677",40535,79560 -"235678",40535,111797 -"235679",40535,112580 -"235680",40536,40549 -"235681",40537,57445 -"235682",40537,61347 -"235683",40537,66302 -"235684",40537,71436 -"235685",40537,85731 -"235686",40537,97242 -"235687",40538,43507 -"235688",40539,40558 -"235689",40540,40541 -"235690",40540,40670 -"235691",40540,40714 -"235692",40540,40739 -"235693",40540,41073 -"235694",40541,40670 -"235695",40541,40714 -"235696",40541,40739 -"235697",40541,41073 -"235698",40542,41182 -"235699",40542,42131 -"235700",40542,46843 -"235701",40542,48331 -"235702",40543,66003 -"235703",40544,67166 -"235704",40544,70308 -"235705",40544,75975 -"235706",40544,96804 -"235707",40545,53495 -"235708",40546,46845 -"235709",40546,71832 -"235710",40546,72020 -"235711",40547,69038 -"235712",40547,105843 -"235713",40548,113840 -"235714",40548,116942 -"235715",40548,117038 -"235716",40548,117359 -"235717",40550,67780 -"235718",40551,41746 -"235719",40551,45350 -"235720",40551,47444 -"235721",40551,53200 -"235722",40551,55942 -"235723",40551,57330 -"235724",40551,62605 -"235725",40551,62906 -"235726",40551,65231 -"235727",40551,68762 -"235728",40551,69613 -"235729",40551,69816 -"235730",40551,77693 -"235731",40551,78181 -"235732",40551,79186 -"235733",40551,79977 -"235734",40551,85209 -"235735",40551,88716 -"235736",40551,88764 -"235737",40551,90749 -"235738",40551,91900 -"235739",40551,97001 -"235740",40551,102339 -"235741",40551,112431 -"235742",40552,85035 -"235743",40552,118036 -"235744",40553,61001 -"235745",40554,58245 -"235746",40556,47712 -"235747",40556,47737 -"235748",40558,43426 -"235749",40558,61794 -"235750",40558,64658 -"235751",40558,64726 -"235752",40558,101359 -"235753",40559,40616 -"235754",40559,41851 -"235755",40559,53832 -"235756",40560,40598 -"235757",40560,42818 -"235758",40560,63041 -"235759",40560,66449 -"235760",40560,105194 -"235761",40561,43367 -"235762",40561,44300 -"235763",40561,46568 -"235764",40561,50659 -"235765",40561,54737 -"235766",40561,56168 -"235767",40561,60846 -"235768",40561,65152 -"235769",40561,69291 -"235770",40561,78073 -"235771",40561,78915 -"235772",40561,79331 -"235773",40561,79710 -"235774",40561,79711 -"235775",40561,79720 -"235776",40561,79725 -"235777",40561,79738 -"235778",40561,79748 -"235779",40561,79749 -"235780",40561,79750 -"235781",40561,79754 -"235782",40561,79758 -"235783",40561,79760 -"235784",40561,79771 -"235785",40561,79780 -"235786",40561,79781 -"235787",40561,79803 -"235788",40561,109910 -"235789",40561,111099 -"235790",40561,117598 -"235791",40561,121555 -"235792",40562,40611 -"235793",40562,58594 -"235794",40562,63370 -"235795",40563,46192 -"235796",40563,46257 -"235797",40563,46258 -"235798",40563,52773 -"235799",40565,50308 -"235800",40565,50623 -"235801",40565,79643 -"235802",40565,83218 -"235803",40565,86603 -"235804",40565,113755 -"235805",40566,41154 -"235806",40566,47629 -"235807",40566,47809 -"235808",40566,47949 -"235809",40566,47956 -"235810",40567,40615 -"235811",40567,92469 -"235812",40567,92833 -"235813",40568,64304 -"235814",40568,69039 -"235815",40568,98162 -"235816",40569,40579 -"235817",40570,53109 -"235818",40570,86913 -"235819",40570,86914 -"235820",40571,79642 -"235821",40572,41961 -"235822",40572,42700 -"235823",40572,43806 -"235824",40572,43844 -"235825",40572,45532 -"235826",40572,46486 -"235827",40572,49182 -"235828",40572,50733 -"235829",40572,61192 -"235830",40572,61456 -"235831",40572,72294 -"235832",40572,77308 -"235833",40572,79422 -"235834",40572,80146 -"235835",40572,103937 -"235836",40572,115660 -"235837",40572,119864 -"235838",40573,52533 -"235839",40574,46680 -"235840",40574,46722 -"235841",40574,57350 -"235842",40575,81523 -"235843",40575,83530 -"235844",40575,86071 -"235845",40575,98436 -"235846",40575,98451 -"235847",40577,85939 -"235848",40578,65247 -"235849",40578,78814 -"235850",40580,81725 -"235851",40581,52041 -"235852",40582,63102 -"235853",40582,80549 -"235854",40582,101413 -"235855",40582,104601 -"235856",40582,107767 -"235857",40582,107974 -"235858",40583,94073 -"235859",40583,95870 -"235860",40583,115995 -"235861",40583,116006 -"235862",40583,116009 -"235863",40584,40705 -"235864",40584,40740 -"235865",40584,40741 -"235866",40584,53612 -"235867",40586,84336 -"235868",40588,63765 -"235869",40588,84995 -"235870",40588,121298 -"235871",40589,45564 -"235872",40589,52587 -"235873",40589,52735 -"235874",40589,76927 -"235875",40590,40596 -"235876",40591,100523 -"235877",40591,106006 -"235878",40591,119586 -"235879",40592,64198 -"235880",40592,105193 -"235881",40593,40906 -"235882",40593,60654 -"235883",40595,52972 -"235884",40595,88384 -"235885",40596,78761 -"235886",40596,98042 -"235887",40596,104234 -"235888",40596,104281 -"235889",40596,104299 -"235890",40596,106775 -"235891",40597,76711 -"235892",40597,82432 -"235893",40599,52777 -"235894",40599,79074 -"235895",40599,85553 -"235896",40599,99832 -"235897",40600,52377 -"235898",40601,99414 -"235899",40601,104191 -"235900",40601,116815 -"235901",40602,54462 -"235902",40602,103459 -"235903",40602,114527 -"235904",40603,41279 -"235905",40604,44672 -"235906",40604,45630 -"235907",40604,46668 -"235908",40604,49346 -"235909",40604,59100 -"235910",40604,60879 -"235911",40604,64370 -"235912",40604,81648 -"235913",40604,110521 -"235914",40604,115498 -"235915",40605,40691 -"235916",40605,47199 -"235917",40605,115520 -"235918",40607,40749 -"235919",40608,83859 -"235920",40609,83259 -"235921",40609,95329 -"235922",40610,44551 -"235923",40610,93023 -"235924",40612,40613 -"235925",40613,41580 -"235926",40614,82302 -"235927",40614,89917 -"235928",40617,81415 -"235929",40618,55505 -"235930",40618,90556 -"235931",40619,62437 -"235932",40619,90943 -"235933",40621,79899 -"235934",40622,93726 -"235935",40623,40704 -"235936",40623,62732 -"235937",40623,118711 -"235938",40623,120494 -"235939",40624,67352 -"235940",40624,104340 -"235941",40624,109763 -"235942",40624,116759 -"235943",40625,94754 -"235944",40625,96944 -"235945",40625,108997 -"235946",40626,42609 -"235947",40627,46982 -"235948",40627,48631 -"235949",40627,48690 -"235950",40627,54160 -"235951",40627,54187 -"235952",40627,55434 -"235953",40627,65957 -"235954",40628,42608 -"235955",40628,55998 -"235956",40628,59863 -"235957",40628,66241 -"235958",40628,72940 -"235959",40628,74699 -"235960",40628,84924 -"235961",40628,87779 -"235962",40628,91178 -"235963",40628,92430 -"235964",40628,97636 -"235965",40628,101620 -"235966",40628,103074 -"235967",40628,103320 -"235968",40628,108013 -"235969",40628,120523 -"235970",40628,120560 -"235971",40628,121565 -"235972",40629,40692 -"235973",40629,49084 -"235974",40629,53814 -"235975",40629,60878 -"235976",40629,68293 -"235977",40629,70724 -"235978",40629,70781 -"235979",40629,86159 -"235980",40629,110242 -"235981",40630,94901 -"235982",40630,95019 -"235983",40631,80838 -"235984",40631,96933 -"235985",40631,97014 -"235986",40631,113140 -"235987",40632,44040 -"235988",40632,59964 -"235989",40634,50195 -"235990",40634,58421 -"235991",40634,60820 -"235992",40634,61473 -"235993",40634,82705 -"235994",40635,40702 -"235995",40635,50135 -"235996",40636,49552 -"235997",40636,56609 -"235998",40636,71549 -"235999",40637,50149 -"236000",40637,73601 -"236001",40637,78184 -"236002",40637,88724 -"236003",40638,56234 -"236004",40639,42703 -"236005",40639,48367 -"236006",40639,115321 -"236007",40639,116642 -"236008",40641,67974 -"236009",40641,89155 -"236010",40643,42017 -"236011",40643,42107 -"236012",40643,42256 -"236013",40643,45787 -"236014",40643,45887 -"236015",40643,47083 -"236016",40643,49231 -"236017",40643,50061 -"236018",40643,52450 -"236019",40643,53057 -"236020",40643,54059 -"236021",40643,55370 -"236022",40643,57228 -"236023",40643,57259 -"236024",40643,57804 -"236025",40643,59158 -"236026",40643,59399 -"236027",40643,59615 -"236028",40643,59940 -"236029",40643,67363 -"236030",40643,71137 -"236031",40643,71230 -"236032",40643,74078 -"236033",40643,76278 -"236034",40643,76740 -"236035",40643,76786 -"236036",40643,77272 -"236037",40643,77357 -"236038",40643,77402 -"236039",40643,78248 -"236040",40643,78255 -"236041",40643,78339 -"236042",40643,78445 -"236043",40643,79022 -"236044",40643,79716 -"236045",40643,79989 -"236046",40643,80281 -"236047",40643,81728 -"236048",40643,82196 -"236049",40643,82383 -"236050",40643,82810 -"236051",40643,82854 -"236052",40643,83853 -"236053",40643,83884 -"236054",40643,84379 -"236055",40643,84613 -"236056",40643,85465 -"236057",40643,85610 -"236058",40643,86351 -"236059",40643,86450 -"236060",40643,86451 -"236061",40643,86882 -"236062",40643,87175 -"236063",40643,87451 -"236064",40643,87521 -"236065",40643,87572 -"236066",40643,87663 -"236067",40643,87721 -"236068",40643,87862 -"236069",40643,95038 -"236070",40644,48634 -"236071",40645,44463 -"236072",40645,71033 -"236073",40645,76428 -"236074",40645,77664 -"236075",40645,80625 -"236076",40645,84194 -"236077",40645,89980 -"236078",40646,41108 -"236079",40646,48435 -"236080",40646,53333 -"236081",40646,57760 -"236082",40646,76356 -"236083",40646,79166 -"236084",40646,85329 -"236085",40647,82507 -"236086",40648,45923 -"236087",40649,54059 -"236088",40649,79898 -"236089",40650,44851 -"236090",40652,88109 -"236091",40653,46746 -"236092",40653,60227 -"236093",40653,72721 -"236094",40653,120421 -"236095",40654,55136 -"236096",40654,75953 -"236097",40654,119327 -"236098",40654,121359 -"236099",40655,64670 -"236100",40655,79541 -"236101",40655,84202 -"236102",40655,97408 -"236103",40655,101044 -"236104",40655,106337 -"236105",40655,119695 -"236106",40655,119700 -"236107",40656,57184 -"236108",40656,60669 -"236109",40656,62324 -"236110",40656,66780 -"236111",40656,66831 -"236112",40656,66842 -"236113",40656,71704 -"236114",40656,92184 -"236115",40658,95893 -"236116",40660,99237 -"236117",40660,99536 -"236118",40660,121440 -"236119",40661,70289 -"236120",40662,46714 -"236121",40662,64331 -"236122",40662,64687 -"236123",40662,66897 -"236124",40664,49252 -"236125",40664,64544 -"236126",40664,74416 -"236127",40664,79453 -"236128",40664,85891 -"236129",40664,86491 -"236130",40664,97154 -"236131",40664,97288 -"236132",40664,104392 -"236133",40664,104393 -"236134",40665,64026 -"236135",40665,68418 -"236136",40665,68472 -"236137",40665,68517 -"236138",40666,64215 -"236139",40666,64267 -"236140",40667,42310 -"236141",40667,52102 -"236142",40667,55480 -"236143",40667,68274 -"236144",40667,69034 -"236145",40667,72507 -"236146",40667,93863 -"236147",40668,61391 -"236148",40670,40714 -"236149",40670,40739 -"236150",40670,41073 -"236151",40670,97617 -"236152",40671,40701 -"236153",40671,40736 -"236154",40671,42708 -"236155",40671,42745 -"236156",40671,46140 -"236157",40671,64268 -"236158",40672,56946 -"236159",40672,58221 -"236160",40672,69930 -"236161",40672,114672 -"236162",40675,55522 -"236163",40675,67313 -"236164",40675,81527 -"236165",40675,109363 -"236166",40676,70401 -"236167",40676,71258 -"236168",40677,46390 -"236169",40677,86826 -"236170",40677,116825 -"236171",40678,45263 -"236172",40678,52767 -"236173",40678,54473 -"236174",40678,62562 -"236175",40678,78637 -"236176",40678,78726 -"236177",40678,78768 -"236178",40678,81544 -"236179",40678,82573 -"236180",40678,91139 -"236181",40678,91417 -"236182",40678,94456 -"236183",40678,97266 -"236184",40678,101687 -"236185",40678,102292 -"236186",40678,107036 -"236187",40678,108411 -"236188",40678,110359 -"236189",40678,110381 -"236190",40678,116639 -"236191",40678,116763 -"236192",40678,119489 -"236193",40678,121950 -"236194",40678,121966 -"236195",40678,121971 -"236196",40678,121976 -"236197",40678,123348 -"236198",40679,40680 -"236199",40679,86111 -"236200",40680,49931 -"236201",40680,49932 -"236202",40680,49935 -"236203",40680,53404 -"236204",40682,41510 -"236205",40682,44095 -"236206",40682,45481 -"236207",40682,60583 -"236208",40682,69154 -"236209",40682,72932 -"236210",40682,77930 -"236211",40682,78343 -"236212",40682,80080 -"236213",40682,81715 -"236214",40682,81720 -"236215",40682,84270 -"236216",40682,86311 -"236217",40683,68297 -"236218",40683,71593 -"236219",40684,66743 -"236220",40684,77754 -"236221",40684,77851 -"236222",40685,42550 -"236223",40687,66860 -"236224",40687,66891 -"236225",40688,40689 -"236226",40689,65598 -"236227",40689,93786 -"236228",40689,103890 -"236229",40689,106250 -"236230",40689,120797 -"236231",40690,105235 -"236232",40690,117924 -"236233",40694,49416 -"236234",40694,74128 -"236235",40694,85049 -"236236",40694,85058 -"236237",40695,44319 -"236238",40695,51410 -"236239",40695,56610 -"236240",40695,57399 -"236241",40695,65565 -"236242",40695,82767 -"236243",40695,83180 -"236244",40695,83949 -"236245",40695,88714 -"236246",40697,51262 -"236247",40697,55774 -"236248",40698,45751 -"236249",40698,46953 -"236250",40698,64503 -"236251",40698,78037 -"236252",40698,88007 -"236253",40698,97567 -"236254",40698,109695 -"236255",40698,109699 -"236256",40699,92331 -"236257",40699,115312 -"236258",40699,115316 -"236259",40701,40736 -"236260",40701,46009 -"236261",40701,46191 -"236262",40702,49159 -"236263",40702,50033 -"236264",40702,50135 -"236265",40702,69822 -"236266",40702,70451 -"236267",40702,78485 -"236268",40703,59964 -"236269",40703,115602 -"236270",40704,47338 -"236271",40705,40740 -"236272",40705,40741 -"236273",40708,49581 -"236274",40708,52405 -"236275",40708,52432 -"236276",40708,52433 -"236277",40708,53083 -"236278",40708,54156 -"236279",40708,59786 -"236280",40708,64845 -"236281",40708,67841 -"236282",40708,68138 -"236283",40708,73848 -"236284",40708,93982 -"236285",40708,99302 -"236286",40709,49001 -"236287",40709,51552 -"236288",40709,89927 -"236289",40710,42068 -"236290",40710,54415 -"236291",40710,62395 -"236292",40710,64873 -"236293",40710,64894 -"236294",40710,64930 -"236295",40710,64958 -"236296",40711,52538 -"236297",40711,57417 -"236298",40711,57963 -"236299",40711,60146 -"236300",40711,74333 -"236301",40712,66376 -"236302",40712,80425 -"236303",40712,119799 -"236304",40712,119852 -"236305",40714,40739 -"236306",40714,41073 -"236307",40715,47559 -"236308",40715,72287 -"236309",40716,43499 -"236310",40716,49392 -"236311",40716,57147 -"236312",40716,57549 -"236313",40716,61957 -"236314",40716,63062 -"236315",40716,63086 -"236316",40716,63087 -"236317",40716,63098 -"236318",40716,63106 -"236319",40716,63118 -"236320",40716,63128 -"236321",40716,63136 -"236322",40716,63137 -"236323",40716,63144 -"236324",40717,109807 -"236325",40718,40862 -"236326",40718,46310 -"236327",40718,72350 -"236328",40718,77028 -"236329",40719,46283 -"236330",40719,52657 -"236331",40719,56250 -"236332",40719,70713 -"236333",40719,82813 -"236334",40719,91280 -"236335",40719,99279 -"236336",40719,103682 -"236337",40719,109167 -"236338",40719,109832 -"236339",40719,117786 -"236340",40719,117791 -"236341",40719,117795 -"236342",40720,40780 -"236343",40721,48589 -"236344",40721,58363 -"236345",40721,66588 -"236346",40721,77690 -"236347",40721,77741 -"236348",40721,108321 -"236349",40721,108327 -"236350",40721,108331 -"236351",40722,40723 -"236352",40722,50788 -"236353",40722,66201 -"236354",40722,73107 -"236355",40722,91882 -"236356",40722,106886 -"236357",40723,79052 -"236358",40723,114871 -"236359",40724,85184 -"236360",40725,52739 -"236361",40725,53343 -"236362",40725,70545 -"236363",40725,72467 -"236364",40725,73095 -"236365",40725,75662 -"236366",40725,114962 -"236367",40725,117476 -"236368",40726,42878 -"236369",40726,45663 -"236370",40726,80766 -"236371",40726,85678 -"236372",40726,106119 -"236373",40726,106136 -"236374",40726,116748 -"236375",40727,44582 -"236376",40727,45157 -"236377",40727,45591 -"236378",40727,46262 -"236379",40727,47168 -"236380",40727,47482 -"236381",40727,52847 -"236382",40727,55851 -"236383",40727,61529 -"236384",40727,61919 -"236385",40727,64676 -"236386",40727,68426 -"236387",40727,71793 -"236388",40727,75815 -"236389",40727,80966 -"236390",40727,82667 -"236391",40727,86513 -"236392",40727,97692 -"236393",40727,114634 -"236394",40727,117761 -"236395",40727,118793 -"236396",40727,118822 -"236397",40728,69661 -"236398",40729,56794 -"236399",40731,46773 -"236400",40731,50551 -"236401",40731,52086 -"236402",40731,64524 -"236403",40731,67199 -"236404",40731,85619 -"236405",40731,88799 -"236406",40731,101908 -"236407",40732,76099 -"236408",40732,115457 -"236409",40733,77206 -"236410",40734,40790 -"236411",40734,98209 -"236412",40735,94606 -"236413",40735,102050 -"236414",40735,117617 -"236415",40736,46009 -"236416",40736,46191 -"236417",40736,66928 -"236418",40736,72678 -"236419",40738,40745 -"236420",40739,41073 -"236421",40740,40741 -"236422",40742,56599 -"236423",40743,61667 -"236424",40743,73990 -"236425",40744,54098 -"236426",40744,92531 -"236427",40745,50031 -"236428",40745,53439 -"236429",40745,53722 -"236430",40745,60427 -"236431",40747,52042 -"236432",40747,84574 -"236433",40747,87791 -"236434",40747,119778 -"236435",40748,44902 -"236436",40748,45061 -"236437",40748,52527 -"236438",40748,57391 -"236439",40748,93970 -"236440",40748,119744 -"236441",40749,69241 -"236442",40749,69245 -"236443",40750,41212 -"236444",40752,41842 -"236445",40752,49394 -"236446",40752,51851 -"236447",40752,73996 -"236448",40752,84817 -"236449",40752,94775 -"236450",40752,94888 -"236451",40753,81673 -"236452",40754,43965 -"236453",40754,49513 -"236454",40754,64146 -"236455",40754,71594 -"236456",40754,95646 -"236457",40754,100931 -"236458",40755,61229 -"236459",40755,71505 -"236460",40757,44207 -"236461",40757,44215 -"236462",40757,46238 -"236463",40757,48768 -"236464",40757,84565 -"236465",40758,40759 -"236466",40759,45474 -"236467",40759,60435 -"236468",40759,66944 -"236469",40759,68010 -"236470",40759,68213 -"236471",40760,101070 -"236472",40761,46292 -"236473",40761,113508 -"236474",40761,120342 -"236475",40763,40803 -"236476",40764,51067 -"236477",40764,83403 -"236478",40764,90652 -"236479",40765,57746 -"236480",40765,60102 -"236481",40765,88756 -"236482",40765,117908 -"236483",40766,114210 -"236484",40768,61963 -"236485",40768,88764 -"236486",40768,99618 -"236487",40769,49126 -"236488",40769,53578 -"236489",40769,93189 -"236490",40770,43839 -"236491",40770,44684 -"236492",40770,97308 -"236493",40770,99043 -"236494",40771,40863 -"236495",40772,55327 -"236496",40772,56318 -"236497",40772,73440 -"236498",40773,46600 -"236499",40773,59839 -"236500",40773,63310 -"236501",40773,66059 -"236502",40773,66224 -"236503",40773,68723 -"236504",40773,69871 -"236505",40773,70919 -"236506",40773,75679 -"236507",40774,61250 -"236508",40774,100662 -"236509",40775,41148 -"236510",40775,41158 -"236511",40776,48139 -"236512",40776,79270 -"236513",40777,46970 -"236514",40777,68205 -"236515",40778,103880 -"236516",40778,122807 -"236517",40779,45129 -"236518",40781,92908 -"236519",40782,49199 -"236520",40782,67249 -"236521",40783,43391 -"236522",40783,62840 -"236523",40784,77181 -"236524",40784,99958 -"236525",40784,99965 -"236526",40784,110582 -"236527",40784,111279 -"236528",40785,46673 -"236529",40785,53692 -"236530",40785,55184 -"236531",40785,76759 -"236532",40785,99526 -"236533",40785,119174 -"236534",40786,40837 -"236535",40786,40845 -"236536",40787,64214 -"236537",40788,41601 -"236538",40788,49507 -"236539",40788,69201 -"236540",40788,83345 -"236541",40788,107046 -"236542",40788,113925 -"236543",40791,66121 -"236544",40792,45222 -"236545",40792,62642 -"236546",40792,66405 -"236547",40792,66414 -"236548",40792,67165 -"236549",40792,69938 -"236550",40793,104671 -"236551",40794,40864 -"236552",40794,69428 -"236553",40796,47264 -"236554",40796,54832 -"236555",40796,59982 -"236556",40796,82488 -"236557",40796,103138 -"236558",40796,113701 -"236559",40797,45322 -"236560",40797,58875 -"236561",40797,72323 -"236562",40797,79128 -"236563",40797,80205 -"236564",40797,80324 -"236565",40797,89779 -"236566",40797,95255 -"236567",40798,70660 -"236568",40799,40810 -"236569",40799,55100 -"236570",40799,112985 -"236571",40799,113006 -"236572",40799,113007 -"236573",40799,115689 -"236574",40801,40866 -"236575",40801,41513 -"236576",40801,42281 -"236577",40801,61896 -"236578",40802,64215 -"236579",40802,78686 -"236580",40804,40805 -"236581",40804,62523 -"236582",40804,74816 -"236583",40804,119292 -"236584",40804,122543 -"236585",40805,46846 -"236586",40805,58463 -"236587",40805,69091 -"236588",40805,71059 -"236589",40805,76470 -"236590",40805,86219 -"236591",40805,88938 -"236592",40805,100195 -"236593",40805,106319 -"236594",40806,43402 -"236595",40806,43882 -"236596",40806,44243 -"236597",40806,49536 -"236598",40806,49945 -"236599",40806,54671 -"236600",40806,66693 -"236601",40806,119591 -"236602",40807,45469 -"236603",40807,95170 -"236604",40807,115070 -"236605",40808,50072 -"236606",40808,63151 -"236607",40808,70119 -"236608",40808,119791 -"236609",40809,45775 -"236610",40809,56235 -"236611",40809,71354 -"236612",40809,71360 -"236613",40809,71368 -"236614",40810,55100 -"236615",40810,112985 -"236616",40810,113006 -"236617",40810,113007 -"236618",40810,115689 -"236619",40811,97624 -"236620",40811,97628 -"236621",40811,97900 -"236622",40812,42285 -"236623",40812,68726 -"236624",40812,77194 -"236625",40812,81615 -"236626",40812,93570 -"236627",40812,110482 -"236628",40812,119753 -"236629",40813,72687 -"236630",40813,83773 -"236631",40813,84760 -"236632",40813,96253 -"236633",40813,107801 -"236634",40814,72631 -"236635",40815,40850 -"236636",40815,69080 -"236637",40815,86573 -"236638",40816,51703 -"236639",40816,55787 -"236640",40816,64139 -"236641",40816,66282 -"236642",40816,66357 -"236643",40817,42251 -"236644",40818,40843 -"236645",40818,40871 -"236646",40819,77410 -"236647",40819,90151 -"236648",40819,94540 -"236649",40819,96049 -"236650",40820,56141 -"236651",40820,62411 -"236652",40821,54721 -"236653",40821,58816 -"236654",40821,77755 -"236655",40821,86773 -"236656",40821,94010 -"236657",40821,94043 -"236658",40821,94058 -"236659",40824,41801 -"236660",40824,45375 -"236661",40824,51198 -"236662",40824,54109 -"236663",40824,58303 -"236664",40824,64252 -"236665",40824,64961 -"236666",40825,57185 -"236667",40825,96241 -"236668",40825,112204 -"236669",40826,52019 -"236670",40826,53362 -"236671",40826,63257 -"236672",40826,69606 -"236673",40828,58559 -"236674",40828,64568 -"236675",40830,81901 -"236676",40831,67443 -"236677",40832,40839 -"236678",40832,51580 -"236679",40832,56476 -"236680",40832,93584 -"236681",40832,101489 -"236682",40832,102223 -"236683",40832,114207 -"236684",40832,115172 -"236685",40832,115175 -"236686",40832,117194 -"236687",40833,40834 -"236688",40833,44241 -"236689",40834,44241 -"236690",40836,41364 -"236691",40836,42921 -"236692",40836,44993 -"236693",40836,47982 -"236694",40836,52622 -"236695",40836,60842 -"236696",40836,60859 -"236697",40836,60884 -"236698",40836,72939 -"236699",40836,102836 -"236700",40837,40845 -"236701",40840,44834 -"236702",40840,49201 -"236703",40840,49326 -"236704",40840,50306 -"236705",40840,54060 -"236706",40840,55390 -"236707",40840,59039 -"236708",40840,59916 -"236709",40840,69121 -"236710",40840,76288 -"236711",40840,112506 -"236712",40841,46430 -"236713",40841,53261 -"236714",40841,57667 -"236715",40841,65231 -"236716",40841,68762 -"236717",40841,73138 -"236718",40841,75421 -"236719",40841,77350 -"236720",40841,77411 -"236721",40841,79227 -"236722",40841,81191 -"236723",40841,86462 -"236724",40841,88280 -"236725",40841,88531 -"236726",40841,88716 -"236727",40841,99623 -"236728",40841,100090 -"236729",40841,101733 -"236730",40841,107359 -"236731",40842,76974 -"236732",40842,114828 -"236733",40843,40871 -"236734",40843,41506 -"236735",40843,51055 -"236736",40843,52868 -"236737",40843,60235 -"236738",40843,85407 -"236739",40844,43926 -"236740",40844,63088 -"236741",40844,63481 -"236742",40844,63598 -"236743",40846,50451 -"236744",40846,59163 -"236745",40846,102127 -"236746",40847,40858 -"236747",40848,45536 -"236748",40848,46647 -"236749",40848,50822 -"236750",40848,53837 -"236751",40848,66229 -"236752",40848,76483 -"236753",40848,78039 -"236754",40848,78434 -"236755",40848,82505 -"236756",40848,82880 -"236757",40848,82922 -"236758",40848,91735 -"236759",40848,108892 -"236760",40848,109623 -"236761",40848,120754 -"236762",40849,94448 -"236763",40850,56737 -"236764",40850,101991 -"236765",40851,40932 -"236766",40851,57345 -"236767",40851,61004 -"236768",40851,75515 -"236769",40851,91649 -"236770",40851,116842 -"236771",40852,55526 -"236772",40853,40854 -"236773",40853,54743 -"236774",40855,41586 -"236775",40855,42483 -"236776",40855,65982 -"236777",40855,106823 -"236778",40855,110541 -"236779",40855,112876 -"236780",40856,42985 -"236781",40856,120298 -"236782",40857,62253 -"236783",40857,83799 -"236784",40857,86271 -"236785",40857,90285 -"236786",40857,95678 -"236787",40857,104886 -"236788",40857,117785 -"236789",40857,118050 -"236790",40862,50377 -"236791",40862,59611 -"236792",40862,59689 -"236793",40862,59695 -"236794",40862,59781 -"236795",40862,73495 -"236796",40864,54253 -"236797",40865,44293 -"236798",40865,98175 -"236799",40866,42948 -"236800",40866,47933 -"236801",40866,48026 -"236802",40866,55700 -"236803",40866,65833 -"236804",40866,66889 -"236805",40866,73799 -"236806",40866,109129 -"236807",40866,115324 -"236808",40867,52611 -"236809",40869,41341 -"236810",40869,42539 -"236811",40869,80945 -"236812",40869,92585 -"236813",40869,95475 -"236814",40870,41741 -"236815",40870,44917 -"236816",40870,69405 -"236817",40870,77244 -"236818",40870,95297 -"236819",40870,95571 -"236820",40870,98589 -"236821",40870,99589 -"236822",40870,106391 -"236823",40872,43221 -"236824",40872,43417 -"236825",40872,70819 -"236826",40873,59847 -"236827",40874,74588 -"236828",40875,76279 -"236829",40876,89684 -"236830",40877,70913 -"236831",40877,80692 -"236832",40878,43986 -"236833",40879,41029 -"236834",40879,52699 -"236835",40879,78057 -"236836",40879,82828 -"236837",40879,87259 -"236838",40879,87458 -"236839",40879,105144 -"236840",40879,105151 -"236841",40879,105166 -"236842",40879,105175 -"236843",40879,105267 -"236844",40880,64837 -"236845",40881,41139 -"236846",40881,83700 -"236847",40882,40982 -"236848",40882,40998 -"236849",40882,41050 -"236850",40882,41058 -"236851",40882,41060 -"236852",40882,44409 -"236853",40882,50089 -"236854",40882,57718 -"236855",40882,62410 -"236856",40882,62418 -"236857",40882,74199 -"236858",40882,116265 -"236859",40883,45195 -"236860",40883,45197 -"236861",40883,45218 -"236862",40883,60192 -"236863",40883,79278 -"236864",40883,92225 -"236865",40883,92343 -"236866",40884,64565 -"236867",40884,69122 -"236868",40884,75553 -"236869",40884,91705 -"236870",40884,91710 -"236871",40884,91752 -"236872",40884,110394 -"236873",40885,51008 -"236874",40886,40942 -"236875",40886,41063 -"236876",40887,63066 -"236877",40889,43246 -"236878",40889,60406 -"236879",40889,70133 -"236880",40889,72147 -"236881",40889,77427 -"236882",40889,81014 -"236883",40889,88904 -"236884",40889,93808 -"236885",40889,105912 -"236886",40891,40991 -"236887",40891,46247 -"236888",40891,52327 -"236889",40891,57990 -"236890",40891,68238 -"236891",40891,71892 -"236892",40891,80723 -"236893",40891,92250 -"236894",40891,104921 -"236895",40892,40915 -"236896",40892,60519 -"236897",40892,79682 -"236898",40892,91424 -"236899",40892,113472 -"236900",40893,42728 -"236901",40893,45903 -"236902",40893,46715 -"236903",40893,46716 -"236904",40893,47552 -"236905",40893,48023 -"236906",40893,48127 -"236907",40893,51377 -"236908",40893,59969 -"236909",40893,60523 -"236910",40893,62170 -"236911",40893,64806 -"236912",40893,66044 -"236913",40893,74993 -"236914",40893,86548 -"236915",40893,93136 -"236916",40893,101813 -"236917",40893,103658 -"236918",40893,104867 -"236919",40894,69615 -"236920",40895,45932 -"236921",40895,60044 -"236922",40895,70671 -"236923",40895,101924 -"236924",40895,102414 -"236925",40896,100483 -"236926",40896,101251 -"236927",40897,60055 -"236928",40898,85159 -"236929",40898,88877 -"236930",40898,102912 -"236931",40899,95564 -"236932",40899,119762 -"236933",40899,119763 -"236934",40899,119798 -"236935",40900,41010 -"236936",40900,41040 -"236937",40902,52216 -"236938",40902,66369 -"236939",40902,88869 -"236940",40902,89587 -"236941",40902,92341 -"236942",40902,92618 -"236943",40902,93820 -"236944",40902,100291 -"236945",40902,100417 -"236946",40902,107987 -"236947",40903,72934 -"236948",40903,102656 -"236949",40903,118097 -"236950",40904,40947 -"236951",40905,41030 -"236952",40905,41527 -"236953",40905,41529 -"236954",40905,41778 -"236955",40905,43147 -"236956",40905,43234 -"236957",40905,43858 -"236958",40905,44828 -"236959",40905,45657 -"236960",40905,45933 -"236961",40905,46434 -"236962",40905,46788 -"236963",40905,47123 -"236964",40905,47488 -"236965",40905,48702 -"236966",40905,48909 -"236967",40905,49859 -"236968",40905,50064 -"236969",40905,50067 -"236970",40905,50554 -"236971",40905,50879 -"236972",40905,51783 -"236973",40905,52018 -"236974",40905,53444 -"236975",40905,53527 -"236976",40905,53555 -"236977",40905,54275 -"236978",40905,56628 -"236979",40905,58004 -"236980",40905,58068 -"236981",40905,58633 -"236982",40905,61111 -"236983",40905,61127 -"236984",40905,68287 -"236985",40906,41447 -"236986",40906,47927 -"236987",40906,48397 -"236988",40906,49184 -"236989",40906,56448 -"236990",40906,71757 -"236991",40906,98378 -"236992",40906,101496 -"236993",40907,101584 -"236994",40907,106567 -"236995",40908,44564 -"236996",40908,64047 -"236997",40908,79051 -"236998",40909,63613 -"236999",40909,63661 -"237000",40909,63677 -"237001",40909,105657 -"237002",40910,47343 -"237003",40910,49589 -"237004",40910,59100 -"237005",40911,50047 -"237006",40911,53389 -"237007",40912,40975 -"237008",40912,62118 -"237009",40912,76953 -"237010",40912,77678 -"237011",40913,66708 -"237012",40913,110520 -"237013",40914,77600 -"237014",40914,81205 -"237015",40914,111131 -"237016",40914,122129 -"237017",40916,40956 -"237018",40916,79216 -"237019",40917,41046 -"237020",40917,41047 -"237021",40918,49955 -"237022",40919,40920 -"237023",40919,58806 -"237024",40920,50621 -"237025",40920,57411 -"237026",40920,58806 -"237027",40920,67536 -"237028",40920,71336 -"237029",40921,43014 -"237030",40921,115687 -"237031",40922,60740 -"237032",40922,101649 -"237033",40922,111949 -"237034",40923,70494 -"237035",40923,100749 -"237036",40923,100753 -"237037",40924,49066 -"237038",40924,56905 -"237039",40925,41641 -"237040",40925,41649 -"237041",40925,41689 -"237042",40925,41690 -"237043",40925,41770 -"237044",40926,48942 -"237045",40926,57471 -"237046",40927,41000 -"237047",40927,44113 -"237048",40927,99358 -"237049",40927,99504 -"237050",40927,102011 -"237051",40927,109540 -"237052",40928,40931 -"237053",40928,41145 -"237054",40928,58017 -"237055",40928,62663 -"237056",40928,68461 -"237057",40928,76029 -"237058",40929,93450 -"237059",40929,117452 -"237060",40929,121064 -"237061",40930,44368 -"237062",40930,54708 -"237063",40931,50690 -"237064",40931,55374 -"237065",40931,59379 -"237066",40931,88601 -"237067",40931,101760 -"237068",40932,45134 -"237069",40933,51034 -"237070",40934,52997 -"237071",40934,71362 -"237072",40935,41036 -"237073",40935,41617 -"237074",40935,44565 -"237075",40935,45502 -"237076",40935,51560 -"237077",40935,60027 -"237078",40935,70734 -"237079",40937,97325 -"237080",40937,104935 -"237081",40939,83004 -"237082",40940,77363 -"237083",40940,96884 -"237084",40941,56159 -"237085",40941,71926 -"237086",40941,90494 -"237087",40941,93092 -"237088",40942,41063 -"237089",40943,41050 -"237090",40943,44623 -"237091",40943,54969 -"237092",40943,57919 -"237093",40944,42948 -"237094",40944,51683 -"237095",40944,66978 -"237096",40944,114333 -"237097",40944,119874 -"237098",40946,50774 -"237099",40946,54250 -"237100",40946,54480 -"237101",40946,54557 -"237102",40946,59108 -"237103",40946,59461 -"237104",40946,59505 -"237105",40946,59534 -"237106",40946,59565 -"237107",40946,61783 -"237108",40946,62101 -"237109",40946,64921 -"237110",40948,40949 -"237111",40948,43688 -"237112",40948,47883 -"237113",40948,60714 -"237114",40949,42892 -"237115",40949,95286 -"237116",40949,95296 -"237117",40950,40969 -"237118",40950,44238 -"237119",40951,42748 -"237120",40951,58221 -"237121",40952,41020 -"237122",40953,62928 -"237123",40954,44863 -"237124",40954,64496 -"237125",40955,40990 -"237126",40955,40991 -"237127",40955,52023 -"237128",40955,54872 -"237129",40955,70009 -"237130",40956,69331 -"237131",40956,78245 -"237132",40956,108086 -"237133",40957,41056 -"237134",40957,41061 -"237135",40957,52466 -"237136",40957,53374 -"237137",40958,64664 -"237138",40958,77750 -"237139",40958,103308 -"237140",40958,103380 -"237141",40958,120833 -"237142",40959,41186 -"237143",40959,50585 -"237144",40959,78893 -"237145",40961,41035 -"237146",40961,79821 -"237147",40961,85638 -"237148",40961,85661 -"237149",40963,48520 -"237150",40963,82358 -"237151",40963,82439 -"237152",40965,56057 -"237153",40965,84049 -"237154",40966,40967 -"237155",40966,40968 -"237156",40966,40988 -"237157",40966,63402 -"237158",40967,40968 -"237159",40967,40988 -"237160",40968,40988 -"237161",40968,41343 -"237162",40968,65805 -"237163",40968,76226 -"237164",40968,81867 -"237165",40969,49007 -"237166",40969,52347 -"237167",40969,89457 -"237168",40969,120574 -"237169",40970,83539 -"237170",40970,111144 -"237171",40972,43268 -"237172",40972,79650 -"237173",40972,94632 -"237174",40973,59173 -"237175",40973,80002 -"237176",40973,80024 -"237177",40975,51988 -"237178",40975,67607 -"237179",40975,67668 -"237180",40975,81568 -"237181",40975,84947 -"237182",40975,85118 -"237183",40975,116962 -"237184",40975,118342 -"237185",40975,123376 -"237186",40976,122515 -"237187",40977,85727 -"237188",40978,77559 -"237189",40978,81096 -"237190",40978,82190 -"237191",40979,58894 -"237192",40980,46921 -"237193",40980,72281 -"237194",40980,72590 -"237195",40982,40998 -"237196",40982,41050 -"237197",40982,41058 -"237198",40982,41060 -"237199",40983,61568 -"237200",40984,87732 -"237201",40985,60912 -"237202",40985,63268 -"237203",40985,98872 -"237204",40986,45320 -"237205",40987,41661 -"237206",40987,59121 -"237207",40987,98274 -"237208",40988,44537 -"237209",40989,112199 -"237210",40990,40991 -"237211",40991,48810 -"237212",40991,65915 -"237213",40991,71892 -"237214",40991,93343 -"237215",40991,94449 -"237216",40991,98031 -"237217",40992,66555 -"237218",40993,79784 -"237219",40993,84113 -"237220",40993,106058 -"237221",40994,59383 -"237222",40995,43467 -"237223",40996,109271 -"237224",40997,114327 -"237225",40997,115202 -"237226",40998,41050 -"237227",40998,41058 -"237228",40998,41060 -"237229",40999,41032 -"237230",40999,41059 -"237231",40999,47603 -"237232",40999,47620 -"237233",41001,115869 -"237234",41002,93786 -"237235",41003,43226 -"237236",41003,54872 -"237237",41003,57990 -"237238",41003,70009 -"237239",41003,98531 -"237240",41003,108366 -"237241",41003,117104 -"237242",41004,53374 -"237243",41004,53448 -"237244",41004,53493 -"237245",41004,67811 -"237246",41004,67818 -"237247",41006,63616 -"237248",41006,95438 -"237249",41007,41668 -"237250",41008,67136 -"237251",41008,104667 -"237252",41008,120371 -"237253",41009,45610 -"237254",41009,58100 -"237255",41009,94523 -"237256",41009,103637 -"237257",41009,105878 -"237258",41009,112471 -"237259",41009,112608 -"237260",41009,118083 -"237261",41009,118350 -"237262",41009,119979 -"237263",41009,120753 -"237264",41009,121285 -"237265",41009,121330 -"237266",41010,41040 -"237267",41011,90500 -"237268",41012,47566 -"237269",41012,62928 -"237270",41012,82788 -"237271",41012,92408 -"237272",41012,103088 -"237273",41012,104083 -"237274",41012,104111 -"237275",41012,106577 -"237276",41012,108930 -"237277",41013,58867 -"237278",41013,78737 -"237279",41014,41622 -"237280",41014,51575 -"237281",41014,76210 -"237282",41014,86598 -"237283",41014,86619 -"237284",41014,93802 -"237285",41014,97730 -"237286",41015,59330 -"237287",41015,79212 -"237288",41015,82744 -"237289",41016,47222 -"237290",41016,111378 -"237291",41016,121563 -"237292",41017,52143 -"237293",41019,48972 -"237294",41019,49977 -"237295",41019,57570 -"237296",41019,98257 -"237297",41020,46146 -"237298",41020,58301 -"237299",41020,58772 -"237300",41021,41619 -"237301",41021,53502 -"237302",41022,45450 -"237303",41022,54978 -"237304",41023,41062 -"237305",41023,57245 -"237306",41023,64906 -"237307",41023,74612 -"237308",41023,79235 -"237309",41023,87789 -"237310",41023,110063 -"237311",41023,119140 -"237312",41023,122961 -"237313",41024,53466 -"237314",41025,48060 -"237315",41025,81286 -"237316",41025,93925 -"237317",41025,94114 -"237318",41025,100926 -"237319",41025,106703 -"237320",41025,110427 -"237321",41025,110768 -"237322",41025,110807 -"237323",41025,111219 -"237324",41025,121341 -"237325",41025,122692 -"237326",41026,83036 -"237327",41026,94165 -"237328",41026,112659 -"237329",41026,113846 -"237330",41027,55529 -"237331",41027,73229 -"237332",41027,78079 -"237333",41029,48168 -"237334",41029,56296 -"237335",41029,106729 -"237336",41030,41527 -"237337",41030,41529 -"237338",41030,41778 -"237339",41030,43147 -"237340",41030,43234 -"237341",41030,43858 -"237342",41030,44828 -"237343",41030,45657 -"237344",41030,45933 -"237345",41030,46434 -"237346",41030,46788 -"237347",41030,47123 -"237348",41030,47488 -"237349",41030,48909 -"237350",41030,49859 -"237351",41030,50064 -"237352",41030,50067 -"237353",41030,50554 -"237354",41030,50879 -"237355",41030,51783 -"237356",41030,52018 -"237357",41030,53444 -"237358",41030,53527 -"237359",41030,53555 -"237360",41030,54275 -"237361",41030,56628 -"237362",41030,58004 -"237363",41030,58068 -"237364",41030,58633 -"237365",41030,61111 -"237366",41030,61127 -"237367",41030,68287 -"237368",41032,41059 -"237369",41032,47603 -"237370",41032,47620 -"237371",41033,41901 -"237372",41033,63309 -"237373",41033,76200 -"237374",41033,79468 -"237375",41033,89052 -"237376",41033,95581 -"237377",41033,100824 -"237378",41033,102286 -"237379",41033,112135 -"237380",41034,47551 -"237381",41034,60120 -"237382",41034,68167 -"237383",41035,64352 -"237384",41035,64369 -"237385",41035,79821 -"237386",41036,43001 -"237387",41036,57055 -"237388",41036,57100 -"237389",41036,57112 -"237390",41036,57148 -"237391",41036,58686 -"237392",41036,78144 -"237393",41036,87060 -"237394",41036,87073 -"237395",41036,112722 -"237396",41037,43619 -"237397",41037,61970 -"237398",41037,67018 -"237399",41037,77176 -"237400",41037,81578 -"237401",41037,84466 -"237402",41037,85344 -"237403",41037,88692 -"237404",41037,96347 -"237405",41037,96596 -"237406",41038,47673 -"237407",41038,50472 -"237408",41039,58289 -"237409",41039,99902 -"237410",41039,123324 -"237411",41041,65922 -"237412",41041,65959 -"237413",41041,84158 -"237414",41042,47541 -"237415",41042,61532 -"237416",41042,67112 -"237417",41042,72975 -"237418",41042,84830 -"237419",41042,99363 -"237420",41042,99367 -"237421",41042,99417 -"237422",41042,99427 -"237423",41044,41053 -"237424",41044,41716 -"237425",41045,90127 -"237426",41045,100893 -"237427",41046,41047 -"237428",41046,50212 -"237429",41046,65599 -"237430",41046,65600 -"237431",41046,65737 -"237432",41046,66120 -"237433",41046,66135 -"237434",41046,71553 -"237435",41046,71619 -"237436",41046,71620 -"237437",41050,41058 -"237438",41050,41060 -"237439",41050,54969 -"237440",41051,45652 -"237441",41051,52403 -"237442",41051,52515 -"237443",41051,53432 -"237444",41051,58393 -"237445",41051,60084 -"237446",41051,65314 -"237447",41051,67578 -"237448",41052,55947 -"237449",41052,99166 -"237450",41053,41716 -"237451",41053,45373 -"237452",41053,50323 -"237453",41053,69758 -"237454",41055,45788 -"237455",41055,50490 -"237456",41055,55673 -"237457",41055,61998 -"237458",41055,81486 -"237459",41055,91389 -"237460",41055,95235 -"237461",41056,41061 -"237462",41056,52466 -"237463",41056,53374 -"237464",41058,41060 -"237465",41058,48090 -"237466",41058,50480 -"237467",41062,47237 -"237468",41062,48219 -"237469",41062,49854 -"237470",41062,52845 -"237471",41062,55414 -"237472",41062,61185 -"237473",41062,63188 -"237474",41062,74273 -"237475",41062,74573 -"237476",41062,83451 -"237477",41062,110014 -"237478",41062,115692 -"237479",41062,116624 -"237480",41064,49775 -"237481",41064,52566 -"237482",41064,67988 -"237483",41064,68832 -"237484",41064,93233 -"237485",41064,93241 -"237486",41064,98612 -"237487",41065,71486 -"237488",41065,71676 -"237489",41066,41104 -"237490",41066,41188 -"237491",41067,44744 -"237492",41067,50319 -"237493",41067,66055 -"237494",41067,70778 -"237495",41067,72060 -"237496",41067,77216 -"237497",41067,80938 -"237498",41067,80939 -"237499",41067,80940 -"237500",41067,80941 -"237501",41067,80949 -"237502",41067,80955 -"237503",41067,80956 -"237504",41067,80957 -"237505",41067,80985 -"237506",41067,80989 -"237507",41067,81007 -"237508",41067,81022 -"237509",41067,81026 -"237510",41067,81036 -"237511",41067,81037 -"237512",41067,81038 -"237513",41067,81139 -"237514",41069,42083 -"237515",41069,42277 -"237516",41069,60716 -"237517",41069,82404 -"237518",41069,82433 -"237519",41069,85461 -"237520",41069,95878 -"237521",41070,58767 -"237522",41070,78467 -"237523",41070,111420 -"237524",41070,112744 -"237525",41071,59057 -"237526",41072,50926 -"237527",41072,54463 -"237528",41072,71372 -"237529",41072,73459 -"237530",41072,83652 -"237531",41072,83653 -"237532",41072,83654 -"237533",41072,104652 -"237534",41074,55965 -"237535",41074,81469 -"237536",41074,102793 -"237537",41074,107188 -"237538",41074,115230 -"237539",41074,117425 -"237540",41075,51029 -"237541",41075,96387 -"237542",41075,97760 -"237543",41075,109029 -"237544",41075,109031 -"237545",41076,43158 -"237546",41077,50766 -"237547",41077,54372 -"237548",41077,98680 -"237549",41077,105318 -"237550",41077,105324 -"237551",41077,105358 -"237552",41077,116566 -"237553",41078,45790 -"237554",41078,50837 -"237555",41078,109697 -"237556",41078,115063 -"237557",41079,42841 -"237558",41079,62445 -"237559",41079,90462 -"237560",41080,56483 -"237561",41081,52231 -"237562",41081,56152 -"237563",41081,74926 -"237564",41081,81771 -"237565",41081,92265 -"237566",41081,102573 -"237567",41081,114125 -"237568",41082,73166 -"237569",41082,73167 -"237570",41083,41194 -"237571",41084,65307 -"237572",41085,44427 -"237573",41085,48707 -"237574",41085,49300 -"237575",41085,53252 -"237576",41085,55781 -"237577",41085,62100 -"237578",41085,66744 -"237579",41085,67825 -"237580",41085,68569 -"237581",41085,92592 -"237582",41085,100291 -"237583",41085,101484 -"237584",41085,101681 -"237585",41085,101967 -"237586",41085,106576 -"237587",41085,123297 -"237588",41086,43562 -"237589",41086,57286 -"237590",41086,84826 -"237591",41086,90056 -"237592",41086,96592 -"237593",41086,111641 -"237594",41086,116011 -"237595",41086,120151 -"237596",41086,120154 -"237597",41086,121418 -"237598",41088,44490 -"237599",41088,50164 -"237600",41088,63339 -"237601",41088,69755 -"237602",41088,82720 -"237603",41088,83845 -"237604",41089,41153 -"237605",41090,66566 -"237606",41090,112491 -"237607",41091,43409 -"237608",41091,52799 -"237609",41091,58022 -"237610",41091,63453 -"237611",41091,64964 -"237612",41091,98280 -"237613",41091,107385 -"237614",41091,107398 -"237615",41092,46692 -"237616",41092,64686 -"237617",41092,84900 -"237618",41093,77427 -"237619",41094,44792 -"237620",41096,41237 -"237621",41096,42317 -"237622",41096,42331 -"237623",41096,53825 -"237624",41096,63604 -"237625",41096,78609 -"237626",41096,81077 -"237627",41096,99154 -"237628",41096,108848 -"237629",41096,109194 -"237630",41097,46949 -"237631",41097,47225 -"237632",41097,47598 -"237633",41097,55220 -"237634",41097,57085 -"237635",41097,118490 -"237636",41097,118881 -"237637",41098,58075 -"237638",41098,73203 -"237639",41098,79959 -"237640",41099,41152 -"237641",41099,41196 -"237642",41099,47186 -"237643",41099,65794 -"237644",41100,42156 -"237645",41100,71350 -"237646",41101,52777 -"237647",41101,62206 -"237648",41101,62362 -"237649",41102,43524 -"237650",41103,48703 -"237651",41103,62965 -"237652",41104,41188 -"237653",41105,76444 -"237654",41107,53618 -"237655",41107,57568 -"237656",41107,58951 -"237657",41107,59010 -"237658",41107,61170 -"237659",41107,89911 -"237660",41107,91277 -"237661",41107,91321 -"237662",41108,57760 -"237663",41108,76356 -"237664",41108,79166 -"237665",41108,85547 -"237666",41108,91901 -"237667",41108,99851 -"237668",41108,103055 -"237669",41108,109134 -"237670",41109,59057 -"237671",41109,69828 -"237672",41110,46529 -"237673",41110,49167 -"237674",41110,54937 -"237675",41110,108175 -"237676",41111,75051 -"237677",41111,75614 -"237678",41111,77337 -"237679",41111,86796 -"237680",41111,89896 -"237681",41111,102110 -"237682",41111,102497 -"237683",41111,104124 -"237684",41111,111356 -"237685",41111,113533 -"237686",41113,55811 -"237687",41113,60349 -"237688",41113,94801 -"237689",41114,55718 -"237690",41114,55768 -"237691",41115,52628 -"237692",41115,87131 -"237693",41115,88918 -"237694",41115,117268 -"237695",41116,44427 -"237696",41116,48527 -"237697",41116,57203 -"237698",41116,58230 -"237699",41116,94125 -"237700",41116,104904 -"237701",41116,109415 -"237702",41116,113933 -"237703",41118,69443 -"237704",41119,57693 -"237705",41119,73160 -"237706",41120,54523 -"237707",41120,57370 -"237708",41120,76981 -"237709",41121,68137 -"237710",41121,75703 -"237711",41121,88638 -"237712",41121,89288 -"237713",41121,89983 -"237714",41121,91755 -"237715",41121,101833 -"237716",41122,49495 -"237717",41123,44988 -"237718",41123,55666 -"237719",41123,60549 -"237720",41123,61067 -"237721",41123,61068 -"237722",41123,78080 -"237723",41124,108761 -"237724",41126,47812 -"237725",41126,62590 -"237726",41126,121366 -"237727",41127,48270 -"237728",41127,87827 -"237729",41127,105587 -"237730",41127,107419 -"237731",41130,44831 -"237732",41130,66093 -"237733",41130,66114 -"237734",41130,75274 -"237735",41130,77161 -"237736",41130,98188 -"237737",41131,50550 -"237738",41131,55988 -"237739",41131,59840 -"237740",41131,103396 -"237741",41131,108854 -"237742",41131,111448 -"237743",41132,49338 -"237744",41132,96406 -"237745",41133,45859 -"237746",41133,47703 -"237747",41133,55263 -"237748",41133,59240 -"237749",41133,61555 -"237750",41133,64439 -"237751",41133,68095 -"237752",41133,72348 -"237753",41133,72438 -"237754",41133,72693 -"237755",41133,85067 -"237756",41133,85071 -"237757",41133,88044 -"237758",41133,98058 -"237759",41134,75359 -"237760",41134,95056 -"237761",41135,41184 -"237762",41136,44232 -"237763",41136,64413 -"237764",41136,119730 -"237765",41138,59260 -"237766",41138,84803 -"237767",41138,99109 -"237768",41138,102348 -"237769",41140,44953 -"237770",41140,56480 -"237771",41140,60520 -"237772",41140,62609 -"237773",41140,93153 -"237774",41140,96969 -"237775",41141,44977 -"237776",41141,63919 -"237777",41141,68946 -"237778",41142,45330 -"237779",41142,57612 -"237780",41142,59012 -"237781",41142,80305 -"237782",41142,91512 -"237783",41142,95853 -"237784",41142,106674 -"237785",41145,68461 -"237786",41146,41957 -"237787",41146,48747 -"237788",41146,50739 -"237789",41146,52143 -"237790",41146,54061 -"237791",41146,88686 -"237792",41147,83134 -"237793",41148,41158 -"237794",41148,44235 -"237795",41148,45927 -"237796",41148,45974 -"237797",41148,46114 -"237798",41148,82735 -"237799",41149,68456 -"237800",41149,84660 -"237801",41149,93916 -"237802",41149,98435 -"237803",41150,52375 -"237804",41150,54538 -"237805",41150,58225 -"237806",41150,59663 -"237807",41150,61113 -"237808",41150,66566 -"237809",41150,73415 -"237810",41150,87867 -"237811",41150,95916 -"237812",41150,97854 -"237813",41150,100074 -"237814",41150,110635 -"237815",41150,110683 -"237816",41150,110687 -"237817",41151,47675 -"237818",41151,60006 -"237819",41152,41196 -"237820",41152,80987 -"237821",41152,90472 -"237822",41154,116989 -"237823",41154,117030 -"237824",41155,46913 -"237825",41155,103225 -"237826",41156,63765 -"237827",41157,41851 -"237828",41157,59490 -"237829",41158,65508 -"237830",41159,52618 -"237831",41159,62967 -"237832",41160,41970 -"237833",41161,41168 -"237834",41163,45558 -"237835",41165,107551 -"237836",41167,42037 -"237837",41167,47322 -"237838",41167,53395 -"237839",41167,60271 -"237840",41167,61058 -"237841",41167,61673 -"237842",41167,62672 -"237843",41167,70586 -"237844",41167,105300 -"237845",41167,114222 -"237846",41168,42407 -"237847",41168,53365 -"237848",41168,65371 -"237849",41168,77874 -"237850",41169,47423 -"237851",41169,89562 -"237852",41171,41562 -"237853",41171,46923 -"237854",41172,61809 -"237855",41172,65685 -"237856",41174,43051 -"237857",41174,46723 -"237858",41174,51638 -"237859",41174,55468 -"237860",41174,73136 -"237861",41174,75946 -"237862",41174,82831 -"237863",41174,85079 -"237864",41174,96238 -"237865",41174,99444 -"237866",41174,106074 -"237867",41174,108372 -"237868",41174,121422 -"237869",41175,48358 -"237870",41175,54435 -"237871",41175,56360 -"237872",41175,66020 -"237873",41175,70424 -"237874",41175,112336 -"237875",41175,120800 -"237876",41176,58554 -"237877",41177,41764 -"237878",41177,50699 -"237879",41179,55185 -"237880",41179,64427 -"237881",41179,91567 -"237882",41179,108029 -"237883",41179,111108 -"237884",41180,47841 -"237885",41180,47974 -"237886",41180,61665 -"237887",41180,73327 -"237888",41180,105286 -"237889",41180,116292 -"237890",41180,116335 -"237891",41181,60420 -"237892",41181,62452 -"237893",41181,70741 -"237894",41182,42131 -"237895",41182,46843 -"237896",41182,48331 -"237897",41185,41475 -"237898",41185,52917 -"237899",41185,56270 -"237900",41185,75970 -"237901",41185,78081 -"237902",41185,78768 -"237903",41185,102663 -"237904",41185,107554 -"237905",41186,41187 -"237906",41186,47968 -"237907",41186,107745 -"237908",41186,114216 -"237909",41187,43492 -"237910",41187,47638 -"237911",41187,68613 -"237912",41187,108557 -"237913",41189,41190 -"237914",41189,49382 -"237915",41189,52970 -"237916",41189,61581 -"237917",41189,61751 -"237918",41189,69929 -"237919",41190,42959 -"237920",41190,50328 -"237921",41190,61067 -"237922",41191,89946 -"237923",41191,90033 -"237924",41192,53260 -"237925",41192,60714 -"237926",41192,69040 -"237927",41193,60383 -"237928",41194,43323 -"237929",41194,44790 -"237930",41194,44822 -"237931",41194,44841 -"237932",41197,44474 -"237933",41197,46486 -"237934",41197,47232 -"237935",41197,57052 -"237936",41197,71245 -"237937",41197,73155 -"237938",41197,74761 -"237939",41197,75338 -"237940",41197,85144 -"237941",41197,89199 -"237942",41197,98036 -"237943",41198,42952 -"237944",41198,47264 -"237945",41198,56123 -"237946",41198,81086 -"237947",41198,101539 -"237948",41198,109026 -"237949",41199,41200 -"237950",41199,64966 -"237951",41199,76858 -"237952",41199,79502 -"237953",41199,95704 -"237954",41200,42128 -"237955",41200,45138 -"237956",41200,47385 -"237957",41200,55817 -"237958",41200,67717 -"237959",41200,76858 -"237960",41200,79502 -"237961",41201,43938 -"237962",41201,59066 -"237963",41201,59132 -"237964",41202,101599 -"237965",41204,41897 -"237966",41205,71607 -"237967",41205,82129 -"237968",41205,83768 -"237969",41205,94747 -"237970",41205,113825 -"237971",41206,41340 -"237972",41206,52254 -"237973",41207,55125 -"237974",41207,55126 -"237975",41207,99664 -"237976",41208,105502 -"237977",41209,42598 -"237978",41209,53105 -"237979",41210,41385 -"237980",41211,94450 -"237981",41211,100509 -"237982",41211,101019 -"237983",41212,88853 -"237984",41212,103768 -"237985",41213,75587 -"237986",41213,110297 -"237987",41215,73930 -"237988",41216,61301 -"237989",41216,61346 -"237990",41217,60864 -"237991",41218,95380 -"237992",41218,107159 -"237993",41219,41757 -"237994",41219,93156 -"237995",41219,97461 -"237996",41219,115350 -"237997",41219,117995 -"237998",41221,62191 -"237999",41221,101715 -"238000",41221,109110 -"238001",41222,80078 -"238002",41224,83699 -"238003",41224,93699 -"238004",41225,59815 -"238005",41225,67798 -"238006",41225,67848 -"238007",41226,93968 -"238008",41227,41489 -"238009",41227,45297 -"238010",41227,55481 -"238011",41227,76580 -"238012",41227,77027 -"238013",41227,78257 -"238014",41227,82065 -"238015",41227,89520 -"238016",41227,90509 -"238017",41227,98210 -"238018",41227,101971 -"238019",41227,105270 -"238020",41227,106996 -"238021",41227,107148 -"238022",41227,107936 -"238023",41228,41233 -"238024",41228,70203 -"238025",41228,75708 -"238026",41228,76917 -"238027",41229,44843 -"238028",41229,96161 -"238029",41230,83341 -"238030",41230,87217 -"238031",41231,41273 -"238032",41231,41312 -"238033",41232,46139 -"238034",41232,46581 -"238035",41232,63375 -"238036",41232,69230 -"238037",41232,69291 -"238038",41232,70240 -"238039",41232,70334 -"238040",41232,70354 -"238041",41232,70368 -"238042",41232,70575 -"238043",41232,72013 -"238044",41232,76565 -"238045",41232,79802 -"238046",41232,81882 -"238047",41232,86178 -"238048",41232,90292 -"238049",41232,90305 -"238050",41232,95973 -"238051",41232,96944 -"238052",41232,99996 -"238053",41232,105460 -"238054",41232,115900 -"238055",41232,116720 -"238056",41232,117208 -"238057",41232,118086 -"238058",41232,118090 -"238059",41232,118091 -"238060",41232,118094 -"238061",41232,118098 -"238062",41232,118102 -"238063",41232,118112 -"238064",41232,121910 -"238065",41235,43739 -"238066",41235,89533 -"238067",41235,92415 -"238068",41236,41305 -"238069",41236,115252 -"238070",41237,109194 -"238071",41237,113652 -"238072",41238,50844 -"238073",41238,65058 -"238074",41238,69250 -"238075",41238,71560 -"238076",41238,88628 -"238077",41238,95758 -"238078",41238,97502 -"238079",41238,103272 -"238080",41239,104044 -"238081",41240,49880 -"238082",41240,68504 -"238083",41240,68518 -"238084",41242,59072 -"238085",41242,94000 -"238086",41242,94016 -"238087",41243,44996 -"238088",41243,46378 -"238089",41243,61619 -"238090",41243,66564 -"238091",41245,47150 -"238092",41245,50489 -"238093",41245,53361 -"238094",41245,54824 -"238095",41245,60723 -"238096",41245,83345 -"238097",41245,109544 -"238098",41246,41519 -"238099",41247,62307 -"238100",41247,82877 -"238101",41248,42331 -"238102",41248,70101 -"238103",41248,85704 -"238104",41249,45432 -"238105",41250,42432 -"238106",41250,47708 -"238107",41250,49945 -"238108",41250,52960 -"238109",41250,55569 -"238110",41250,57082 -"238111",41250,62514 -"238112",41250,75188 -"238113",41250,88605 -"238114",41250,113468 -"238115",41251,62455 -"238116",41251,90688 -"238117",41251,98765 -"238118",41251,115664 -"238119",41252,51239 -"238120",41252,59547 -"238121",41252,69760 -"238122",41252,81499 -"238123",41252,82641 -"238124",41252,106082 -"238125",41252,106178 -"238126",41253,42351 -"238127",41253,49725 -"238128",41253,91238 -"238129",41253,108668 -"238130",41256,45985 -"238131",41256,74419 -"238132",41256,95024 -"238133",41256,96619 -"238134",41256,101411 -"238135",41257,73450 -"238136",41259,52333 -"238137",41259,58686 -"238138",41260,56364 -"238139",41260,56366 -"238140",41260,81202 -"238141",41260,87915 -"238142",41262,50486 -"238143",41264,60729 -"238144",41265,43961 -"238145",41265,92382 -"238146",41265,113144 -"238147",41266,41337 -"238148",41266,49494 -"238149",41266,50041 -"238150",41266,51184 -"238151",41266,76133 -"238152",41266,79373 -"238153",41266,104592 -"238154",41266,104942 -"238155",41267,48001 -"238156",41267,58699 -"238157",41267,82284 -"238158",41267,103893 -"238159",41268,47127 -"238160",41268,48945 -"238161",41268,49011 -"238162",41268,49153 -"238163",41271,78361 -"238164",41272,47511 -"238165",41272,52480 -"238166",41272,53155 -"238167",41272,58763 -"238168",41272,63568 -"238169",41272,64869 -"238170",41272,67779 -"238171",41272,69808 -"238172",41272,75980 -"238173",41272,86314 -"238174",41272,91564 -"238175",41272,105452 -"238176",41272,107505 -"238177",41273,41312 -"238178",41273,52905 -"238179",41274,41295 -"238180",41274,58761 -"238181",41274,76676 -"238182",41274,85840 -"238183",41274,89074 -"238184",41274,100830 -"238185",41274,100840 -"238186",41274,107313 -"238187",41277,41278 -"238188",41277,85391 -"238189",41277,85400 -"238190",41278,49595 -"238191",41278,55497 -"238192",41278,57950 -"238193",41278,69498 -"238194",41278,90837 -"238195",41279,76855 -"238196",41279,78409 -"238197",41280,83763 -"238198",41280,107376 -"238199",41281,41626 -"238200",41281,83228 -"238201",41282,42580 -"238202",41282,47525 -"238203",41282,68662 -"238204",41282,76145 -"238205",41282,89708 -"238206",41282,107831 -"238207",41282,107837 -"238208",41282,108106 -"238209",41282,119055 -"238210",41283,77533 -"238211",41283,98282 -"238212",41283,99942 -"238213",41283,104398 -"238214",41284,41285 -"238215",41285,43191 -"238216",41285,93746 -"238217",41285,105595 -"238218",41286,45968 -"238219",41286,68822 -"238220",41286,68858 -"238221",41286,94371 -"238222",41287,75974 -"238223",41287,83260 -"238224",41287,91549 -"238225",41287,96358 -"238226",41288,65628 -"238227",41288,81315 -"238228",41289,59555 -"238229",41289,87704 -"238230",41290,96717 -"238231",41293,54724 -"238232",41293,58005 -"238233",41293,83691 -"238234",41293,83725 -"238235",41296,90804 -"238236",41297,49077 -"238237",41297,68335 -"238238",41298,48451 -"238239",41298,48796 -"238240",41298,78274 -"238241",41299,41930 -"238242",41299,50086 -"238243",41299,58371 -"238244",41299,60116 -"238245",41299,63206 -"238246",41299,70699 -"238247",41299,74921 -"238248",41299,87159 -"238249",41299,88484 -"238250",41299,105971 -"238251",41299,119186 -"238252",41300,41307 -"238253",41301,59659 -"238254",41301,63898 -"238255",41301,82458 -"238256",41301,91350 -"238257",41301,91378 -"238258",41301,102448 -"238259",41301,104367 -"238260",41302,44489 -"238261",41302,56037 -"238262",41302,57099 -"238263",41302,59752 -"238264",41302,91157 -"238265",41303,64164 -"238266",41303,70139 -"238267",41303,108357 -"238268",41304,69122 -"238269",41304,69257 -"238270",41304,101568 -"238271",41305,83074 -"238272",41307,57337 -"238273",41307,79117 -"238274",41307,123374 -"238275",41308,68374 -"238276",41309,45378 -"238277",41310,106262 -"238278",41310,107794 -"238279",41310,109770 -"238280",41310,114623 -"238281",41311,68558 -"238282",41312,42903 -"238283",41314,45562 -"238284",41314,55493 -"238285",41314,69885 -"238286",41314,77012 -"238287",41314,84098 -"238288",41314,88888 -"238289",41314,89520 -"238290",41314,93346 -"238291",41314,100359 -"238292",41314,104452 -"238293",41314,105887 -"238294",41314,113295 -"238295",41314,117713 -"238296",41315,53322 -"238297",41315,65006 -"238298",41315,76296 -"238299",41315,77018 -"238300",41315,85835 -"238301",41315,86232 -"238302",41315,94605 -"238303",41315,103589 -"238304",41315,105092 -"238305",41316,52593 -"238306",41317,91055 -"238307",41317,96857 -"238308",41317,101096 -"238309",41317,101873 -"238310",41318,46568 -"238311",41318,49284 -"238312",41318,106239 -"238313",41318,117032 -"238314",41319,54679 -"238315",41319,63980 -"238316",41321,41632 -"238317",41323,43361 -"238318",41323,48985 -"238319",41323,69139 -"238320",41324,41825 -"238321",41324,51880 -"238322",41324,64899 -"238323",41324,78208 -"238324",41324,80184 -"238325",41324,100016 -"238326",41324,100056 -"238327",41325,46263 -"238328",41325,47404 -"238329",41325,48101 -"238330",41325,50957 -"238331",41325,50958 -"238332",41326,91166 -"238333",41326,93971 -"238334",41326,97278 -"238335",41326,106981 -"238336",41326,113515 -"238337",41326,122317 -"238338",41327,77015 -"238339",41328,75643 -"238340",41328,87578 -"238341",41328,94667 -"238342",41329,82175 -"238343",41329,85037 -"238344",41329,95207 -"238345",41329,95211 -"238346",41330,41448 -"238347",41330,67091 -"238348",41330,78975 -"238349",41330,80343 -"238350",41330,97834 -"238351",41330,98887 -"238352",41330,106906 -"238353",41331,41332 -"238354",41331,47589 -"238355",41331,121138 -"238356",41331,121139 -"238357",41331,121142 -"238358",41332,106793 -"238359",41332,120688 -"238360",41333,50480 -"238361",41333,66823 -"238362",41333,66846 -"238363",41334,64312 -"238364",41335,105322 -"238365",41336,98411 -"238366",41337,49494 -"238367",41337,50041 -"238368",41337,51184 -"238369",41337,53129 -"238370",41337,70576 -"238371",41337,79373 -"238372",41338,44474 -"238373",41338,45508 -"238374",41338,45763 -"238375",41338,51087 -"238376",41338,53964 -"238377",41338,54314 -"238378",41338,58235 -"238379",41338,89772 -"238380",41338,103392 -"238381",41338,103466 -"238382",41341,45039 -"238383",41341,45807 -"238384",41341,47181 -"238385",41341,120740 -"238386",41342,41437 -"238387",41343,54411 -"238388",41343,72845 -"238389",41343,76226 -"238390",41343,81867 -"238391",41343,96841 -"238392",41343,105516 -"238393",41344,43282 -"238394",41344,43358 -"238395",41344,43859 -"238396",41344,49752 -"238397",41344,50829 -"238398",41344,54514 -"238399",41344,59587 -"238400",41344,59652 -"238401",41344,63083 -"238402",41344,68633 -"238403",41344,69354 -"238404",41344,70761 -"238405",41344,72500 -"238406",41344,73639 -"238407",41345,41881 -"238408",41345,52161 -"238409",41345,54647 -"238410",41345,96292 -"238411",41345,102352 -"238412",41345,115823 -"238413",41346,43348 -"238414",41346,48106 -"238415",41347,41480 -"238416",41347,54003 -"238417",41347,84747 -"238418",41347,89919 -"238419",41347,97849 -"238420",41347,99179 -"238421",41348,41539 -"238422",41348,41609 -"238423",41348,100894 -"238424",41350,84566 -"238425",41350,85033 -"238426",41350,105247 -"238427",41350,112656 -"238428",41351,41779 -"238429",41351,42379 -"238430",41351,52144 -"238431",41351,53353 -"238432",41351,88439 -"238433",41351,93917 -"238434",41351,97918 -"238435",41352,63857 -"238436",41352,73160 -"238437",41352,100571 -"238438",41354,41356 -"238439",41354,41378 -"238440",41354,41395 -"238441",41354,41463 -"238442",41354,41597 -"238443",41355,41456 -"238444",41356,41378 -"238445",41356,41395 -"238446",41356,41463 -"238447",41356,41597 -"238448",41357,57273 -"238449",41358,45268 -"238450",41358,46826 -"238451",41358,54122 -"238452",41358,66016 -"238453",41358,73599 -"238454",41358,84710 -"238455",41358,91694 -"238456",41358,96444 -"238457",41358,108071 -"238458",41359,77580 -"238459",41359,82274 -"238460",41361,41459 -"238461",41361,52661 -"238462",41363,74616 -"238463",41364,42921 -"238464",41364,47982 -"238465",41364,52622 -"238466",41364,60842 -"238467",41364,60859 -"238468",41364,60884 -"238469",41364,61698 -"238470",41364,69992 -"238471",41365,74141 -"238472",41366,72466 -"238473",41367,83552 -"238474",41368,79789 -"238475",41369,44302 -"238476",41369,59245 -"238477",41369,63271 -"238478",41369,78283 -"238479",41370,41449 -"238480",41370,84132 -"238481",41371,68870 -"238482",41372,48215 -"238483",41372,75427 -"238484",41372,84831 -"238485",41372,94098 -"238486",41372,99471 -"238487",41372,100899 -"238488",41372,102502 -"238489",41372,118901 -"238490",41373,41413 -"238491",41373,41455 -"238492",41374,41474 -"238493",41375,48881 -"238494",41375,49469 -"238495",41375,50509 -"238496",41375,69520 -"238497",41376,41656 -"238498",41376,80256 -"238499",41376,118235 -"238500",41377,60631 -"238501",41377,87012 -"238502",41378,41395 -"238503",41378,41463 -"238504",41378,41597 -"238505",41379,53143 -"238506",41379,56283 -"238507",41380,41434 -"238508",41380,110207 -"238509",41380,112404 -"238510",41380,112937 -"238511",41381,55094 -"238512",41381,56684 -"238513",41381,68398 -"238514",41382,47366 -"238515",41382,55672 -"238516",41382,64460 -"238517",41382,71743 -"238518",41382,84065 -"238519",41383,53097 -"238520",41383,91395 -"238521",41383,96698 -"238522",41383,113769 -"238523",41388,69835 -"238524",41388,99339 -"238525",41389,53362 -"238526",41389,119701 -"238527",41390,112017 -"238528",41391,50068 -"238529",41391,54764 -"238530",41391,85261 -"238531",41391,85731 -"238532",41391,117353 -"238533",41392,41423 -"238534",41392,41586 -"238535",41392,57753 -"238536",41392,65851 -"238537",41392,81069 -"238538",41393,54525 -"238539",41393,95856 -"238540",41394,41432 -"238541",41394,86365 -"238542",41395,41463 -"238543",41395,41597 -"238544",41395,62030 -"238545",41395,65698 -"238546",41397,41430 -"238547",41397,54955 -"238548",41397,80691 -"238549",41398,62162 -"238550",41399,41411 -"238551",41399,41492 -"238552",41399,43355 -"238553",41400,71660 -"238554",41401,41428 -"238555",41401,45295 -"238556",41402,41913 -"238557",41402,62164 -"238558",41402,77219 -"238559",41402,80248 -"238560",41402,105061 -"238561",41402,107054 -"238562",41402,107316 -"238563",41402,107536 -"238564",41402,108546 -"238565",41402,116336 -"238566",41403,66257 -"238567",41404,42354 -"238568",41404,42377 -"238569",41405,46289 -"238570",41405,78782 -"238571",41405,81655 -"238572",41405,81656 -"238573",41405,87231 -"238574",41405,118799 -"238575",41405,118894 -"238576",41408,110915 -"238577",41408,111279 -"238578",41409,41645 -"238579",41410,91849 -"238580",41411,41492 -"238581",41411,43355 -"238582",41411,56864 -"238583",41411,69338 -"238584",41411,73310 -"238585",41411,74988 -"238586",41411,114508 -"238587",41412,44627 -"238588",41412,66740 -"238589",41413,41455 -"238590",41414,41806 -"238591",41414,54011 -"238592",41414,54012 -"238593",41414,54085 -"238594",41415,49241 -"238595",41415,55937 -"238596",41415,92367 -"238597",41416,41708 -"238598",41416,109179 -"238599",41416,118073 -"238600",41418,50969 -"238601",41418,61623 -"238602",41418,97210 -"238603",41418,123150 -"238604",41419,108744 -"238605",41420,116263 -"238606",41420,118261 -"238607",41421,78593 -"238608",41422,87390 -"238609",41423,41586 -"238610",41423,70759 -"238611",41423,70786 -"238612",41423,87689 -"238613",41423,88808 -"238614",41423,90812 -"238615",41424,71132 -"238616",41425,51481 -"238617",41425,58617 -"238618",41425,60863 -"238619",41425,88121 -"238620",41425,88455 -"238621",41425,90776 -"238622",41425,90822 -"238623",41425,92987 -"238624",41425,93423 -"238625",41425,123266 -"238626",41425,123267 -"238627",41426,44191 -"238628",41426,77534 -"238629",41427,53323 -"238630",41427,66212 -"238631",41427,81838 -"238632",41427,88126 -"238633",41428,45295 -"238634",41428,52777 -"238635",41428,61633 -"238636",41428,116000 -"238637",41429,57247 -"238638",41429,87985 -"238639",41429,102556 -"238640",41431,42593 -"238641",41431,42617 -"238642",41431,42657 -"238643",41431,46005 -"238644",41433,49361 -"238645",41434,62835 -"238646",41434,86802 -"238647",41435,41464 -"238648",41435,42695 -"238649",41435,42700 -"238650",41435,43844 -"238651",41435,44549 -"238652",41435,45532 -"238653",41435,45869 -"238654",41435,47113 -"238655",41435,49776 -"238656",41435,57478 -"238657",41435,72520 -"238658",41435,74144 -"238659",41435,77459 -"238660",41435,78833 -"238661",41435,79422 -"238662",41435,96428 -"238663",41436,43696 -"238664",41436,48261 -"238665",41436,54708 -"238666",41438,42797 -"238667",41438,43900 -"238668",41438,52669 -"238669",41438,52687 -"238670",41439,43394 -"238671",41439,45480 -"238672",41439,45507 -"238673",41439,49551 -"238674",41439,50662 -"238675",41439,59039 -"238676",41439,59577 -"238677",41439,65536 -"238678",41439,65771 -"238679",41439,67101 -"238680",41439,71356 -"238681",41439,71579 -"238682",41439,75104 -"238683",41439,76314 -"238684",41439,83483 -"238685",41439,86476 -"238686",41439,94885 -"238687",41439,94886 -"238688",41439,94915 -"238689",41439,112132 -"238690",41439,119566 -"238691",41440,117547 -"238692",41441,49609 -"238693",41441,72783 -"238694",41443,97072 -"238695",41443,105732 -"238696",41444,42244 -"238697",41444,42773 -"238698",41444,62857 -"238699",41444,91551 -"238700",41444,110320 -"238701",41444,114560 -"238702",41444,115614 -"238703",41444,117638 -"238704",41444,117643 -"238705",41444,117644 -"238706",41445,98817 -"238707",41446,46532 -"238708",41446,65553 -"238709",41446,88747 -"238710",41446,98385 -"238711",41446,102672 -"238712",41446,119273 -"238713",41447,61764 -"238714",41448,67091 -"238715",41448,78975 -"238716",41448,80343 -"238717",41448,96851 -"238718",41448,97834 -"238719",41448,98887 -"238720",41448,106906 -"238721",41449,42814 -"238722",41449,50058 -"238723",41449,52131 -"238724",41449,53917 -"238725",41449,54235 -"238726",41449,57242 -"238727",41449,60991 -"238728",41449,76639 -"238729",41449,91695 -"238730",41449,97440 -"238731",41449,100239 -"238732",41449,113099 -"238733",41449,114715 -"238734",41450,55118 -"238735",41451,44124 -"238736",41451,47133 -"238737",41451,47414 -"238738",41451,49106 -"238739",41451,57094 -"238740",41451,58898 -"238741",41451,59147 -"238742",41451,59237 -"238743",41451,59359 -"238744",41451,61563 -"238745",41451,61867 -"238746",41451,62007 -"238747",41451,62078 -"238748",41451,62375 -"238749",41451,62633 -"238750",41451,63395 -"238751",41451,64408 -"238752",41451,64418 -"238753",41451,64511 -"238754",41451,65230 -"238755",41451,66145 -"238756",41451,67503 -"238757",41451,67721 -"238758",41451,68816 -"238759",41451,68909 -"238760",41451,68938 -"238761",41451,69332 -"238762",41451,69681 -"238763",41451,70610 -"238764",41451,70611 -"238765",41451,70725 -"238766",41451,71211 -"238767",41451,71505 -"238768",41451,71887 -"238769",41451,75621 -"238770",41451,75718 -"238771",41452,96723 -"238772",41452,97004 -"238773",41452,101055 -"238774",41453,41535 -"238775",41453,41562 -"238776",41453,57129 -"238777",41453,72419 -"238778",41454,52009 -"238779",41454,60844 -"238780",41454,85372 -"238781",41454,91676 -"238782",41454,112595 -"238783",41454,112679 -"238784",41455,43149 -"238785",41455,44687 -"238786",41455,50207 -"238787",41455,50488 -"238788",41455,52112 -"238789",41455,53415 -"238790",41455,56357 -"238791",41455,57636 -"238792",41455,58482 -"238793",41455,59798 -"238794",41455,70907 -"238795",41455,71683 -"238796",41455,77125 -"238797",41455,78398 -"238798",41455,82426 -"238799",41455,84343 -"238800",41455,85000 -"238801",41455,85101 -"238802",41455,91682 -"238803",41455,95267 -"238804",41455,97580 -"238805",41455,98727 -"238806",41455,98776 -"238807",41455,100795 -"238808",41455,106824 -"238809",41455,108879 -"238810",41455,109166 -"238811",41455,109858 -"238812",41455,109878 -"238813",41455,112962 -"238814",41455,113990 -"238815",41455,115413 -"238816",41455,116123 -"238817",41455,117258 -"238818",41455,117560 -"238819",41455,118128 -"238820",41455,118836 -"238821",41455,118866 -"238822",41455,118873 -"238823",41455,119131 -"238824",41455,119513 -"238825",41455,119716 -"238826",41455,119769 -"238827",41455,120123 -"238828",41455,120169 -"238829",41455,120725 -"238830",41455,120944 -"238831",41455,121609 -"238832",41455,122007 -"238833",41455,122032 -"238834",41455,122035 -"238835",41455,122724 -"238836",41455,123070 -"238837",41455,123394 -"238838",41455,123490 -"238839",41457,123240 -"238840",41458,98641 -"238841",41460,79981 -"238842",41461,41469 -"238843",41461,99385 -"238844",41462,42044 -"238845",41462,57834 -"238846",41462,74883 -"238847",41462,80920 -"238848",41462,82187 -"238849",41463,41597 -"238850",41464,43844 -"238851",41464,45532 -"238852",41464,45869 -"238853",41464,57478 -"238854",41464,83430 -"238855",41465,82757 -"238856",41465,118381 -"238857",41466,114587 -"238858",41467,49976 -"238859",41467,93553 -"238860",41467,116602 -"238861",41467,122477 -"238862",41468,44670 -"238863",41468,93795 -"238864",41469,55670 -"238865",41469,59015 -"238866",41469,59041 -"238867",41469,59096 -"238868",41469,59271 -"238869",41470,74605 -"238870",41471,97478 -"238871",41471,100869 -"238872",41472,47005 -"238873",41473,41679 -"238874",41473,59953 -"238875",41473,62591 -"238876",41473,68207 -"238877",41473,74653 -"238878",41473,86353 -"238879",41473,98059 -"238880",41473,99218 -"238881",41473,110059 -"238882",41473,123109 -"238883",41474,122468 -"238884",41475,45192 -"238885",41475,62721 -"238886",41475,65113 -"238887",41477,42861 -"238888",41477,55307 -"238889",41477,56155 -"238890",41477,56160 -"238891",41477,56179 -"238892",41477,56226 -"238893",41477,56239 -"238894",41477,56251 -"238895",41477,56267 -"238896",41477,56291 -"238897",41477,56359 -"238898",41477,64716 -"238899",41477,94837 -"238900",41477,112905 -"238901",41477,112907 -"238902",41477,115893 -"238903",41478,41536 -"238904",41478,58191 -"238905",41478,86933 -"238906",41478,91679 -"238907",41479,48181 -"238908",41479,122256 -"238909",41480,43218 -"238910",41482,42102 -"238911",41482,58560 -"238912",41482,65074 -"238913",41482,88567 -"238914",41483,61101 -"238915",41483,77294 -"238916",41483,82924 -"238917",41483,96964 -"238918",41483,98271 -"238919",41484,55548 -"238920",41484,73744 -"238921",41484,73760 -"238922",41486,48527 -"238923",41486,51580 -"238924",41486,53031 -"238925",41486,53765 -"238926",41486,61523 -"238927",41486,61717 -"238928",41486,62849 -"238929",41486,74179 -"238930",41486,82682 -"238931",41486,93752 -"238932",41486,103426 -"238933",41486,107570 -"238934",41486,108718 -"238935",41486,121638 -"238936",41486,122173 -"238937",41487,46248 -"238938",41487,81761 -"238939",41487,87693 -"238940",41487,94903 -"238941",41487,102485 -"238942",41487,117022 -"238943",41488,48174 -"238944",41488,119873 -"238945",41489,45297 -"238946",41489,62269 -"238947",41489,76580 -"238948",41489,76589 -"238949",41489,77027 -"238950",41489,81967 -"238951",41489,82217 -"238952",41489,82235 -"238953",41490,67705 -"238954",41491,48852 -"238955",41491,51319 -"238956",41491,80383 -"238957",41491,80541 -"238958",41491,86129 -"238959",41491,93391 -"238960",41491,107324 -"238961",41491,107349 -"238962",41492,43355 -"238963",41493,87369 -"238964",41493,87418 -"238965",41493,108814 -"238966",41495,95650 -"238967",41495,120597 -"238968",41496,41560 -"238969",41497,68799 -"238970",41497,75672 -"238971",41497,80119 -"238972",41497,116659 -"238973",41497,122156 -"238974",41498,41530 -"238975",41499,54875 -"238976",41500,41605 -"238977",41500,53843 -"238978",41500,78477 -"238979",41503,41572 -"238980",41503,47504 -"238981",41503,64162 -"238982",41503,66458 -"238983",41504,57079 -"238984",41504,83002 -"238985",41504,107487 -"238986",41505,97656 -"238987",41505,102369 -"238988",41506,61425 -"238989",41506,74626 -"238990",41507,63234 -"238991",41508,49001 -"238992",41508,51552 -"238993",41508,80413 -"238994",41508,90019 -"238995",41508,90029 -"238996",41509,64978 -"238997",41509,67218 -"238998",41509,69559 -"238999",41509,76738 -"239000",41509,78750 -"239001",41509,79453 -"239002",41509,82310 -"239003",41510,45516 -"239004",41510,45585 -"239005",41510,45609 -"239006",41510,60583 -"239007",41510,64673 -"239008",41510,72452 -"239009",41510,73324 -"239010",41510,78275 -"239011",41510,78333 -"239012",41510,78343 -"239013",41510,80080 -"239014",41510,81715 -"239015",41510,81720 -"239016",41511,41615 -"239017",41511,80147 -"239018",41511,81446 -"239019",41511,81497 -"239020",41511,81589 -"239021",41511,81871 -"239022",41513,42281 -"239023",41513,64593 -"239024",41514,60911 -"239025",41515,48091 -"239026",41515,48639 -"239027",41515,51128 -"239028",41515,57968 -"239029",41515,64208 -"239030",41515,99406 -"239031",41515,116798 -"239032",41515,122313 -"239033",41516,63742 -"239034",41517,41541 -"239035",41518,60667 -"239036",41518,67748 -"239037",41518,73792 -"239038",41518,77611 -"239039",41518,95201 -"239040",41519,45202 -"239041",41519,45281 -"239042",41519,54025 -"239043",41519,63893 -"239044",41519,71171 -"239045",41521,45966 -"239046",41521,56413 -"239047",41521,102480 -"239048",41525,56144 -"239049",41526,57120 -"239050",41526,69828 -"239051",41526,87063 -"239052",41526,105428 -"239053",41526,106113 -"239054",41526,107743 -"239055",41527,41529 -"239056",41527,41778 -"239057",41527,43147 -"239058",41527,43234 -"239059",41527,43858 -"239060",41527,44828 -"239061",41527,45657 -"239062",41527,45933 -"239063",41527,46434 -"239064",41527,46788 -"239065",41527,47123 -"239066",41527,47488 -"239067",41527,48909 -"239068",41527,49859 -"239069",41527,50064 -"239070",41527,50067 -"239071",41527,50554 -"239072",41527,50879 -"239073",41527,51783 -"239074",41527,52018 -"239075",41527,53444 -"239076",41527,53527 -"239077",41527,53555 -"239078",41527,54275 -"239079",41527,56628 -"239080",41527,58004 -"239081",41527,58068 -"239082",41527,58633 -"239083",41527,61111 -"239084",41527,61127 -"239085",41527,68287 -"239086",41528,80056 -"239087",41528,80091 -"239088",41529,41778 -"239089",41529,41874 -"239090",41529,43147 -"239091",41529,43234 -"239092",41529,43858 -"239093",41529,44828 -"239094",41529,45657 -"239095",41529,45933 -"239096",41529,46434 -"239097",41529,46788 -"239098",41529,47123 -"239099",41529,47488 -"239100",41529,48909 -"239101",41529,49859 -"239102",41529,50064 -"239103",41529,50067 -"239104",41529,50554 -"239105",41529,50879 -"239106",41529,51783 -"239107",41529,52018 -"239108",41529,53444 -"239109",41529,53527 -"239110",41529,53555 -"239111",41529,54275 -"239112",41529,54919 -"239113",41529,55564 -"239114",41529,56172 -"239115",41529,56628 -"239116",41529,58004 -"239117",41529,58068 -"239118",41529,58633 -"239119",41529,61111 -"239120",41529,61127 -"239121",41529,63150 -"239122",41529,63222 -"239123",41529,68287 -"239124",41530,53961 -"239125",41530,110736 -"239126",41531,41567 -"239127",41531,41589 -"239128",41532,45344 -"239129",41532,48991 -"239130",41533,47113 -"239131",41533,48008 -"239132",41533,89020 -"239133",41533,94550 -"239134",41533,98420 -"239135",41533,105486 -"239136",41533,105501 -"239137",41534,45363 -"239138",41535,41562 -"239139",41536,58191 -"239140",41536,83365 -"239141",41536,86933 -"239142",41536,91679 -"239143",41537,56265 -"239144",41537,80173 -"239145",41537,80211 -"239146",41538,100813 -"239147",41539,90197 -"239148",41539,93159 -"239149",41541,61518 -"239150",41543,46263 -"239151",41543,56893 -"239152",41544,74367 -"239153",41544,74390 -"239154",41544,89102 -"239155",41544,89194 -"239156",41544,109346 -"239157",41544,122063 -"239158",41545,41755 -"239159",41545,82697 -"239160",41545,82703 -"239161",41545,103260 -"239162",41546,80421 -"239163",41547,46519 -"239164",41548,47968 -"239165",41548,51868 -"239166",41550,42915 -"239167",41550,45358 -"239168",41551,47416 -"239169",41551,54140 -"239170",41551,54145 -"239171",41551,54215 -"239172",41551,78975 -"239173",41551,85028 -"239174",41552,41553 -"239175",41554,77178 -"239176",41554,91190 -"239177",41554,95199 -"239178",41554,95216 -"239179",41554,106285 -"239180",41554,107561 -"239181",41555,41563 -"239182",41556,66714 -"239183",41556,85526 -"239184",41556,85831 -"239185",41556,92781 -"239186",41557,43065 -"239187",41557,57675 -"239188",41557,93563 -"239189",41557,112506 -"239190",41558,48861 -"239191",41558,70760 -"239192",41559,44531 -"239193",41559,50946 -"239194",41559,79327 -"239195",41560,51492 -"239196",41560,81489 -"239197",41560,101228 -"239198",41560,103826 -"239199",41560,115674 -"239200",41561,50710 -"239201",41561,94910 -"239202",41563,75407 -"239203",41564,43989 -"239204",41564,62788 -"239205",41564,84627 -"239206",41564,113604 -"239207",41565,83009 -"239208",41565,85910 -"239209",41565,89921 -"239210",41565,95992 -"239211",41565,96013 -"239212",41567,41589 -"239213",41567,51133 -"239214",41568,49204 -"239215",41568,49286 -"239216",41568,49306 -"239217",41569,53558 -"239218",41569,64885 -"239219",41569,82238 -"239220",41569,90702 -"239221",41569,101469 -"239222",41570,59925 -"239223",41570,73058 -"239224",41570,80085 -"239225",41570,80895 -"239226",41570,91017 -"239227",41570,106852 -"239228",41570,106857 -"239229",41570,106897 -"239230",41570,106901 -"239231",41570,116680 -"239232",41571,89235 -"239233",41571,107485 -"239234",41573,59954 -"239235",41574,50767 -"239236",41575,46128 -"239237",41575,77855 -"239238",41575,78738 -"239239",41575,78927 -"239240",41575,82456 -"239241",41575,82513 -"239242",41575,82521 -"239243",41575,82524 -"239244",41575,83651 -"239245",41575,93076 -"239246",41575,101432 -"239247",41576,60770 -"239248",41576,72928 -"239249",41578,106884 -"239250",41579,41669 -"239251",41579,54608 -"239252",41579,67086 -"239253",41580,43236 -"239254",41580,45809 -"239255",41580,55472 -"239256",41580,69311 -"239257",41580,78475 -"239258",41580,82160 -"239259",41580,85496 -"239260",41580,85767 -"239261",41581,57067 -"239262",41581,64956 -"239263",41581,67499 -"239264",41581,67623 -"239265",41581,70358 -"239266",41581,71659 -"239267",41581,74153 -"239268",41581,76972 -"239269",41581,84380 -"239270",41581,107365 -"239271",41582,55397 -"239272",41584,45633 -"239273",41585,65058 -"239274",41585,71560 -"239275",41585,91587 -"239276",41585,96631 -"239277",41585,96640 -"239278",41585,96645 -"239279",41585,96652 -"239280",41585,96655 -"239281",41586,49952 -"239282",41586,110541 -"239283",41588,92326 -"239284",41589,45543 -"239285",41590,48631 -"239286",41590,73899 -"239287",41590,79893 -"239288",41590,91921 -"239289",41591,79374 -"239290",41592,44148 -"239291",41593,41754 -"239292",41593,52851 -"239293",41593,63641 -"239294",41593,74167 -"239295",41593,76932 -"239296",41593,84413 -"239297",41593,96396 -"239298",41593,101618 -"239299",41595,44345 -"239300",41596,51528 -"239301",41596,51950 -"239302",41596,66004 -"239303",41597,62030 -"239304",41597,65698 -"239305",41599,66286 -"239306",41599,70498 -"239307",41599,74472 -"239308",41599,85119 -"239309",41599,101212 -"239310",41599,107844 -"239311",41599,117073 -"239312",41601,47714 -"239313",41601,69201 -"239314",41601,85764 -"239315",41601,92241 -"239316",41601,108483 -"239317",41601,110140 -"239318",41602,43307 -"239319",41603,42644 -"239320",41603,97266 -"239321",41603,103237 -"239322",41604,43266 -"239323",41604,52670 -"239324",41604,81502 -"239325",41604,83919 -"239326",41604,84868 -"239327",41606,46081 -"239328",41606,80167 -"239329",41607,51481 -"239330",41607,65410 -"239331",41607,65430 -"239332",41607,65444 -"239333",41607,85020 -"239334",41608,60476 -"239335",41610,61520 -"239336",41610,89215 -"239337",41610,118194 -"239338",41611,47372 -"239339",41611,52953 -"239340",41611,77233 -"239341",41611,96062 -"239342",41612,44536 -"239343",41613,67678 -"239344",41614,97619 -"239345",41615,80147 -"239346",41615,81446 -"239347",41615,81497 -"239348",41615,81589 -"239349",41615,81871 -"239350",41616,83801 -"239351",41616,83859 -"239352",41616,104747 -"239353",41617,45502 -"239354",41617,45846 -"239355",41617,47341 -"239356",41617,54879 -"239357",41617,72240 -"239358",41617,82492 -"239359",41617,87558 -"239360",41617,90356 -"239361",41617,92495 -"239362",41617,115173 -"239363",41618,43929 -"239364",41618,83006 -"239365",41618,99199 -"239366",41618,107125 -"239367",41618,107131 -"239368",41619,46796 -"239369",41620,64821 -"239370",41621,53154 -"239371",41621,59322 -"239372",41621,63864 -"239373",41621,119322 -"239374",41622,41623 -"239375",41622,51575 -"239376",41622,76210 -"239377",41622,86598 -"239378",41622,86619 -"239379",41623,45004 -"239380",41623,61322 -"239381",41623,73839 -"239382",41624,41743 -"239383",41625,48768 -"239384",41627,41744 -"239385",41627,117720 -"239386",41627,117721 -"239387",41629,45525 -"239388",41629,58803 -"239389",41629,59693 -"239390",41629,83517 -"239391",41630,41674 -"239392",41631,79883 -"239393",41633,74187 -"239394",41633,87610 -"239395",41633,91806 -"239396",41633,96931 -"239397",41633,105146 -"239398",41633,115237 -"239399",41634,61072 -"239400",41634,84808 -"239401",41634,97532 -"239402",41634,97753 -"239403",41634,110126 -"239404",41637,43773 -"239405",41637,49500 -"239406",41637,59677 -"239407",41637,62674 -"239408",41637,88063 -"239409",41637,103323 -"239410",41638,41684 -"239411",41638,42380 -"239412",41638,42503 -"239413",41638,43185 -"239414",41638,82688 -"239415",41638,102060 -"239416",41638,102061 -"239417",41639,83350 -"239418",41639,85918 -"239419",41639,90362 -"239420",41640,47362 -"239421",41640,53607 -"239422",41641,41649 -"239423",41641,41689 -"239424",41641,41690 -"239425",41641,41770 -"239426",41642,45269 -"239427",41642,45772 -"239428",41642,48548 -"239429",41642,51020 -"239430",41642,53353 -"239431",41642,55071 -"239432",41642,76298 -"239433",41642,96344 -"239434",41643,41741 -"239435",41643,45726 -"239436",41643,52626 -"239437",41643,63518 -"239438",41643,73138 -"239439",41643,75271 -"239440",41643,76047 -"239441",41643,78487 -"239442",41643,81474 -"239443",41643,88309 -"239444",41643,91779 -"239445",41643,102535 -"239446",41643,106275 -"239447",41643,106280 -"239448",41644,44928 -"239449",41644,59715 -"239450",41644,59743 -"239451",41644,62591 -"239452",41645,51853 -"239453",41645,54690 -"239454",41645,55590 -"239455",41645,67809 -"239456",41645,67817 -"239457",41645,74355 -"239458",41645,88434 -"239459",41646,111893 -"239460",41649,41689 -"239461",41649,41690 -"239462",41649,41770 -"239463",41650,44867 -"239464",41650,47150 -"239465",41650,48921 -"239466",41652,77337 -"239467",41654,41818 -"239468",41654,63905 -"239469",41654,68957 -"239470",41654,69189 -"239471",41654,100714 -"239472",41654,113639 -"239473",41654,117157 -"239474",41656,49873 -"239475",41656,52054 -"239476",41656,57469 -"239477",41656,70818 -"239478",41656,118235 -"239479",41656,119495 -"239480",41656,120815 -"239481",41657,74505 -"239482",41657,74532 -"239483",41658,72269 -"239484",41658,77667 -"239485",41659,46142 -"239486",41659,64578 -"239487",41659,78940 -"239488",41659,97228 -"239489",41659,105122 -"239490",41660,86928 -"239491",41661,98424 -"239492",41662,43262 -"239493",41662,46030 -"239494",41662,46358 -"239495",41662,46392 -"239496",41662,54598 -"239497",41662,69413 -"239498",41663,52960 -"239499",41663,61469 -"239500",41663,64525 -"239501",41663,75573 -"239502",41663,88908 -"239503",41663,101984 -"239504",41663,102015 -"239505",41663,107600 -"239506",41664,45060 -"239507",41664,63500 -"239508",41664,63502 -"239509",41664,64982 -"239510",41664,67556 -"239511",41664,83273 -"239512",41664,91560 -"239513",41665,42321 -"239514",41665,51731 -"239515",41666,41735 -"239516",41667,41733 -"239517",41668,51043 -"239518",41668,51069 -"239519",41668,59407 -"239520",41668,66067 -"239521",41668,86067 -"239522",41668,87619 -"239523",41669,90571 -"239524",41669,118317 -"239525",41671,67677 -"239526",41671,84271 -"239527",41671,101595 -"239528",41673,46760 -"239529",41675,44160 -"239530",41675,64070 -"239531",41675,96229 -"239532",41675,101655 -"239533",41675,101657 -"239534",41675,114635 -"239535",41675,114640 -"239536",41676,71530 -"239537",41676,81023 -"239538",41676,105607 -"239539",41676,114254 -"239540",41677,71902 -"239541",41678,55619 -"239542",41678,61686 -"239543",41678,63530 -"239544",41678,63985 -"239545",41678,66479 -"239546",41678,73362 -"239547",41679,49776 -"239548",41679,55286 -"239549",41679,56787 -"239550",41679,70156 -"239551",41679,85103 -"239552",41680,41710 -"239553",41680,101711 -"239554",41681,44275 -"239555",41681,56562 -"239556",41681,108434 -"239557",41683,79190 -"239558",41683,88543 -"239559",41684,42380 -"239560",41684,42503 -"239561",41685,58580 -"239562",41686,42273 -"239563",41686,43713 -"239564",41686,51568 -"239565",41686,57744 -"239566",41686,59117 -"239567",41686,66023 -"239568",41687,48297 -"239569",41687,50397 -"239570",41687,66971 -"239571",41687,76131 -"239572",41687,79977 -"239573",41687,80913 -"239574",41687,83952 -"239575",41687,84510 -"239576",41687,85245 -"239577",41687,86554 -"239578",41687,92017 -"239579",41687,93353 -"239580",41687,99482 -"239581",41687,107736 -"239582",41687,114524 -"239583",41687,121569 -"239584",41688,51133 -"239585",41688,54545 -"239586",41688,54698 -"239587",41688,54699 -"239588",41689,41690 -"239589",41689,41770 -"239590",41689,48711 -"239591",41689,48741 -"239592",41689,48773 -"239593",41689,83403 -"239594",41690,41770 -"239595",41690,48711 -"239596",41690,48741 -"239597",41690,48773 -"239598",41691,43183 -"239599",41691,44269 -"239600",41691,46395 -"239601",41691,49428 -"239602",41691,56089 -"239603",41691,57231 -"239604",41691,60264 -"239605",41691,65856 -"239606",41691,102979 -"239607",41692,74317 -"239608",41692,101088 -"239609",41693,50191 -"239610",41693,87984 -"239611",41693,91842 -"239612",41693,118617 -"239613",41694,45591 -"239614",41694,45801 -"239615",41694,54122 -"239616",41694,55482 -"239617",41694,122658 -"239618",41695,63131 -"239619",41695,71193 -"239620",41697,47338 -"239621",41697,81614 -"239622",41698,62813 -"239623",41699,47492 -"239624",41699,48406 -"239625",41699,58310 -"239626",41699,60985 -"239627",41699,62794 -"239628",41699,71046 -"239629",41699,79568 -"239630",41699,88773 -"239631",41700,72196 -"239632",41702,51836 -"239633",41702,53979 -"239634",41702,76453 -"239635",41702,80282 -"239636",41703,49091 -"239637",41703,67908 -"239638",41704,78380 -"239639",41704,83536 -"239640",41704,96100 -"239641",41705,41777 -"239642",41706,69293 -"239643",41708,49721 -"239644",41709,50076 -"239645",41709,52659 -"239646",41709,72078 -"239647",41709,77197 -"239648",41709,91634 -"239649",41709,97386 -"239650",41709,104701 -"239651",41710,58549 -"239652",41713,42087 -"239653",41713,43527 -"239654",41713,45047 -"239655",41713,45980 -"239656",41713,48202 -"239657",41713,48212 -"239658",41713,48433 -"239659",41713,53132 -"239660",41713,53227 -"239661",41713,54952 -"239662",41713,55111 -"239663",41713,57990 -"239664",41713,58628 -"239665",41713,58855 -"239666",41713,61785 -"239667",41713,61801 -"239668",41713,62407 -"239669",41713,64350 -"239670",41713,67525 -"239671",41713,68569 -"239672",41713,73044 -"239673",41713,73058 -"239674",41713,73335 -"239675",41713,74659 -"239676",41713,77871 -"239677",41713,78063 -"239678",41713,78429 -"239679",41713,78569 -"239680",41713,80305 -"239681",41713,81000 -"239682",41713,81250 -"239683",41713,82143 -"239684",41713,83231 -"239685",41713,83578 -"239686",41713,86471 -"239687",41713,88232 -"239688",41713,88237 -"239689",41713,88462 -"239690",41713,90021 -"239691",41713,90643 -"239692",41713,90804 -"239693",41713,91022 -"239694",41713,91045 -"239695",41713,92592 -"239696",41713,94768 -"239697",41713,95675 -"239698",41713,96144 -"239699",41713,96146 -"239700",41713,96336 -"239701",41713,100274 -"239702",41713,101516 -"239703",41713,102387 -"239704",41713,108374 -"239705",41713,108893 -"239706",41713,109101 -"239707",41713,109523 -"239708",41713,110469 -"239709",41713,110993 -"239710",41713,111338 -"239711",41713,111398 -"239712",41713,111409 -"239713",41713,111480 -"239714",41713,112422 -"239715",41713,112648 -"239716",41713,112708 -"239717",41713,112820 -"239718",41713,112997 -"239719",41713,113597 -"239720",41713,114418 -"239721",41713,114582 -"239722",41713,114629 -"239723",41713,115371 -"239724",41713,116028 -"239725",41713,116604 -"239726",41715,53294 -"239727",41715,86826 -"239728",41718,58613 -"239729",41718,93489 -"239730",41718,103276 -"239731",41718,112343 -"239732",41718,112345 -"239733",41718,116279 -"239734",41719,46621 -"239735",41719,52327 -"239736",41719,55795 -"239737",41719,56759 -"239738",41719,66572 -"239739",41719,66950 -"239740",41719,84744 -"239741",41719,88462 -"239742",41719,97590 -"239743",41719,99263 -"239744",41719,99677 -"239745",41719,105019 -"239746",41719,105030 -"239747",41720,42510 -"239748",41720,42591 -"239749",41720,42619 -"239750",41720,97964 -"239751",41720,97970 -"239752",41721,53776 -"239753",41721,58103 -"239754",41722,60915 -"239755",41722,93494 -"239756",41722,121815 -"239757",41723,50585 -"239758",41723,53274 -"239759",41723,78976 -"239760",41723,84084 -"239761",41723,103939 -"239762",41723,121843 -"239763",41724,42205 -"239764",41724,113062 -"239765",41725,41738 -"239766",41725,66137 -"239767",41725,78440 -"239768",41726,71939 -"239769",41726,71953 -"239770",41727,48158 -"239771",41727,54305 -"239772",41727,68280 -"239773",41727,108751 -"239774",41729,41964 -"239775",41729,48417 -"239776",41729,61322 -"239777",41729,92432 -"239778",41729,93013 -"239779",41729,97040 -"239780",41729,102103 -"239781",41729,104803 -"239782",41730,62949 -"239783",41731,45778 -"239784",41732,115053 -"239785",41733,53819 -"239786",41734,70383 -"239787",41735,54732 -"239788",41735,73375 -"239789",41735,110796 -"239790",41735,110942 -"239791",41735,113710 -"239792",41735,114402 -"239793",41736,60229 -"239794",41737,101397 -"239795",41739,45269 -"239796",41739,53129 -"239797",41739,62166 -"239798",41739,64181 -"239799",41739,65625 -"239800",41739,66413 -"239801",41739,67314 -"239802",41739,74628 -"239803",41739,75310 -"239804",41739,77332 -"239805",41739,82003 -"239806",41739,84940 -"239807",41739,93131 -"239808",41739,93133 -"239809",41739,101391 -"239810",41739,104571 -"239811",41739,105063 -"239812",41739,105947 -"239813",41739,114174 -"239814",41739,114178 -"239815",41740,70114 -"239816",41740,71933 -"239817",41740,86074 -"239818",41740,90071 -"239819",41740,101924 -"239820",41740,105494 -"239821",41740,110243 -"239822",41740,110321 -"239823",41740,111829 -"239824",41740,112864 -"239825",41740,118604 -"239826",41741,77244 -"239827",41741,115249 -"239828",41741,116303 -"239829",41741,116463 -"239830",41741,116466 -"239831",41742,49880 -"239832",41744,42946 -"239833",41744,51815 -"239834",41744,55822 -"239835",41744,65743 -"239836",41744,86011 -"239837",41744,107167 -"239838",41744,110413 -"239839",41744,110452 -"239840",41744,112239 -"239841",41744,122092 -"239842",41745,48593 -"239843",41746,42364 -"239844",41746,47104 -"239845",41746,57210 -"239846",41746,57652 -"239847",41746,59326 -"239848",41746,62605 -"239849",41746,66027 -"239850",41746,68569 -"239851",41746,70925 -"239852",41746,88764 -"239853",41746,109596 -"239854",41746,115951 -"239855",41746,119419 -"239856",41746,119454 -"239857",41747,42405 -"239858",41747,45465 -"239859",41747,123059 -"239860",41748,66855 -"239861",41748,74373 -"239862",41748,98348 -"239863",41749,41750 -"239864",41749,41796 -"239865",41749,58246 -"239866",41749,75594 -"239867",41749,90168 -"239868",41749,90178 -"239869",41750,41796 -"239870",41751,41799 -"239871",41752,121071 -"239872",41754,52497 -"239873",41754,63641 -"239874",41754,75454 -"239875",41754,96396 -"239876",41754,97269 -"239877",41754,101292 -"239878",41754,113027 -"239879",41756,83547 -"239880",41757,41858 -"239881",41757,54986 -"239882",41757,61877 -"239883",41757,78768 -"239884",41757,86704 -"239885",41757,91679 -"239886",41757,94215 -"239887",41757,94234 -"239888",41757,96647 -"239889",41757,102229 -"239890",41757,117995 -"239891",41757,119534 -"239892",41759,41801 -"239893",41759,48272 -"239894",41759,54109 -"239895",41759,59426 -"239896",41759,70720 -"239897",41759,91302 -"239898",41759,101125 -"239899",41759,102243 -"239900",41760,55511 -"239901",41760,107382 -"239902",41761,59258 -"239903",41762,48628 -"239904",41762,81581 -"239905",41762,89315 -"239906",41762,121481 -"239907",41764,46493 -"239908",41764,50480 -"239909",41764,51859 -"239910",41764,51875 -"239911",41764,52213 -"239912",41764,57267 -"239913",41765,41768 -"239914",41765,41869 -"239915",41765,119435 -"239916",41766,82175 -"239917",41766,115638 -"239918",41767,44952 -"239919",41767,70893 -"239920",41767,72535 -"239921",41767,72667 -"239922",41767,72675 -"239923",41768,41869 -"239924",41769,41823 -"239925",41770,43240 -"239926",41770,57238 -"239927",41770,66276 -"239928",41770,70614 -"239929",41771,55653 -"239930",41771,59326 -"239931",41771,65400 -"239932",41771,65461 -"239933",41771,110515 -"239934",41772,44305 -"239935",41772,49317 -"239936",41772,97450 -"239937",41773,43887 -"239938",41774,41874 -"239939",41774,64035 -"239940",41774,88965 -"239941",41775,46618 -"239942",41776,103464 -"239943",41777,42730 -"239944",41777,54143 -"239945",41777,57689 -"239946",41778,43147 -"239947",41778,43234 -"239948",41778,43858 -"239949",41778,44828 -"239950",41778,45657 -"239951",41778,45933 -"239952",41778,46434 -"239953",41778,46788 -"239954",41778,47123 -"239955",41778,47488 -"239956",41778,48909 -"239957",41778,49859 -"239958",41778,50064 -"239959",41778,50067 -"239960",41778,50554 -"239961",41778,50879 -"239962",41778,51783 -"239963",41778,52018 -"239964",41778,53444 -"239965",41778,53527 -"239966",41778,53555 -"239967",41778,54275 -"239968",41778,56628 -"239969",41778,58004 -"239970",41778,58068 -"239971",41778,58633 -"239972",41778,61111 -"239973",41778,61127 -"239974",41778,68287 -"239975",41779,53353 -"239976",41779,68887 -"239977",41781,57624 -"239978",41782,46050 -"239979",41782,53029 -"239980",41782,56742 -"239981",41782,60258 -"239982",41782,72022 -"239983",41782,86456 -"239984",41782,96310 -"239985",41782,105372 -"239986",41783,43376 -"239987",41783,45763 -"239988",41783,51512 -"239989",41783,88413 -"239990",41783,102147 -"239991",41783,102148 -"239992",41784,70679 -"239993",41784,88357 -"239994",41784,121668 -"239995",41784,121672 -"239996",41785,41804 -"239997",41785,41859 -"239998",41785,54896 -"239999",41785,63477 -"240000",41785,64620 -"240001",41785,86677 -"240002",41785,88129 -"240003",41785,102136 -"240004",41787,53348 -"240005",41788,42033 -"240006",41788,55408 -"240007",41789,76250 -"240008",41789,83857 -"240009",41789,104778 -"240010",41791,76691 -"240011",41792,41854 -"240012",41793,41797 -"240013",41793,44350 -"240014",41793,46243 -"240015",41793,46637 -"240016",41793,46639 -"240017",41793,48992 -"240018",41793,54254 -"240019",41793,56859 -"240020",41793,61702 -"240021",41793,62137 -"240022",41793,62228 -"240023",41793,62296 -"240024",41793,62739 -"240025",41793,66523 -"240026",41793,71510 -"240027",41793,72065 -"240028",41793,72069 -"240029",41793,72070 -"240030",41793,72072 -"240031",41793,72077 -"240032",41793,72088 -"240033",41793,72102 -"240034",41793,72106 -"240035",41793,72107 -"240036",41794,108775 -"240037",41795,75901 -"240038",41795,98140 -"240039",41799,78667 -"240040",41800,67750 -"240041",41800,85850 -"240042",41800,104661 -"240043",41800,116841 -"240044",41801,45375 -"240045",41801,51198 -"240046",41801,54109 -"240047",41801,64252 -"240048",41801,91302 -"240049",41802,42506 -"240050",41802,87198 -"240051",41802,90195 -"240052",41802,91964 -"240053",41803,65578 -"240054",41803,92777 -"240055",41804,41859 -"240056",41804,42189 -"240057",41804,47309 -"240058",41804,48871 -"240059",41804,49711 -"240060",41804,50114 -"240061",41804,54749 -"240062",41804,57267 -"240063",41804,63500 -"240064",41805,45449 -"240065",41805,55493 -"240066",41805,57046 -"240067",41805,71003 -"240068",41805,81622 -"240069",41805,84581 -"240070",41805,86214 -"240071",41805,102332 -"240072",41805,104343 -"240073",41805,111590 -"240074",41805,115177 -"240075",41806,67826 -"240076",41806,95601 -"240077",41806,118306 -"240078",41807,89735 -"240079",41808,93492 -"240080",41809,43745 -"240081",41809,43758 -"240082",41809,43994 -"240083",41809,54219 -"240084",41809,66731 -"240085",41809,83733 -"240086",41809,95829 -"240087",41809,95836 -"240088",41810,42238 -"240089",41810,72873 -"240090",41812,47252 -"240091",41812,66793 -"240092",41812,66839 -"240093",41813,54933 -"240094",41813,79466 -"240095",41813,102760 -"240096",41814,43684 -"240097",41814,44881 -"240098",41814,48969 -"240099",41814,48977 -"240100",41814,48983 -"240101",41814,49005 -"240102",41814,49010 -"240103",41814,49028 -"240104",41814,55897 -"240105",41814,71990 -"240106",41814,73020 -"240107",41814,87529 -"240108",41815,42293 -"240109",41816,42301 -"240110",41817,41855 -"240111",41818,50364 -"240112",41818,53936 -"240113",41818,69189 -"240114",41818,80874 -"240115",41818,102445 -"240116",41818,103359 -"240117",41819,80864 -"240118",41820,57648 -"240119",41820,61488 -"240120",41820,84208 -"240121",41820,85843 -"240122",41820,88849 -"240123",41820,93198 -"240124",41820,93199 -"240125",41820,93201 -"240126",41820,93204 -"240127",41820,93211 -"240128",41821,71728 -"240129",41821,99335 -"240130",41821,100402 -"240131",41822,78280 -"240132",41822,106044 -"240133",41823,46854 -"240134",41823,70503 -"240135",41823,98499 -"240136",41823,98512 -"240137",41825,51880 -"240138",41825,78208 -"240139",41825,100016 -"240140",41825,100056 -"240141",41826,48040 -"240142",41826,83953 -"240143",41827,61198 -"240144",41827,62375 -"240145",41827,101184 -"240146",41827,101596 -"240147",41828,78738 -"240148",41830,83447 -"240149",41830,93784 -"240150",41831,42463 -"240151",41831,42887 -"240152",41831,52612 -"240153",41831,54310 -"240154",41831,74186 -"240155",41831,84284 -"240156",41831,85752 -"240157",41831,85829 -"240158",41831,91476 -"240159",41831,100944 -"240160",41831,101203 -"240161",41831,103888 -"240162",41831,105654 -"240163",41831,106703 -"240164",41831,115555 -"240165",41831,119003 -"240166",41831,120502 -"240167",41832,45506 -"240168",41832,62898 -"240169",41832,109829 -"240170",41833,44835 -"240171",41833,46171 -"240172",41833,47139 -"240173",41834,46617 -"240174",41834,47982 -"240175",41834,54749 -"240176",41834,56808 -"240177",41834,56883 -"240178",41834,58927 -"240179",41834,61608 -"240180",41835,61689 -"240181",41835,72686 -"240182",41836,42381 -"240183",41838,71692 -"240184",41839,42224 -"240185",41839,46860 -"240186",41839,51905 -"240187",41839,55641 -"240188",41841,45096 -"240189",41841,46889 -"240190",41843,92321 -"240191",41843,92322 -"240192",41843,96763 -"240193",41843,104978 -"240194",41844,108736 -"240195",41844,117507 -"240196",41844,117527 -"240197",41845,45007 -"240198",41845,50324 -"240199",41845,50344 -"240200",41845,57819 -"240201",41845,78589 -"240202",41845,108410 -"240203",41846,56729 -"240204",41846,64371 -"240205",41847,49328 -"240206",41848,83694 -"240207",41848,107250 -"240208",41848,108931 -"240209",41849,64042 -"240210",41849,70396 -"240211",41849,84979 -"240212",41849,90429 -"240213",41850,45487 -"240214",41850,45641 -"240215",41850,68862 -"240216",41851,59490 -"240217",41851,94267 -"240218",41851,107413 -"240219",41851,107416 -"240220",41852,76005 -"240221",41852,93290 -"240222",41853,49911 -"240223",41853,55419 -"240224",41853,57454 -"240225",41853,66007 -"240226",41853,67437 -"240227",41853,86200 -"240228",41854,55650 -"240229",41854,94421 -"240230",41854,113584 -"240231",41855,46451 -"240232",41856,52364 -"240233",41856,52512 -"240234",41856,52513 -"240235",41856,52530 -"240236",41857,82216 -"240237",41857,82793 -"240238",41857,88696 -"240239",41857,101650 -"240240",41857,101724 -"240241",41857,108415 -"240242",41858,47358 -"240243",41858,92569 -"240244",41859,42129 -"240245",41859,42189 -"240246",41859,47309 -"240247",41859,48871 -"240248",41860,51706 -"240249",41860,51739 -"240250",41861,52547 -"240251",41861,56085 -"240252",41861,61998 -"240253",41861,105565 -"240254",41862,81122 -"240255",41862,117945 -"240256",41863,53044 -"240257",41863,57068 -"240258",41863,73983 -"240259",41863,98882 -"240260",41865,59862 -"240261",41865,59886 -"240262",41866,70409 -"240263",41867,56634 -"240264",41868,54072 -"240265",41868,96181 -"240266",41869,65786 -"240267",41869,83796 -"240268",41869,91551 -"240269",41869,95560 -"240270",41870,54059 -"240271",41870,59557 -"240272",41871,72045 -"240273",41871,78036 -"240274",41871,78042 -"240275",41871,78043 -"240276",41871,78232 -"240277",41871,78234 -"240278",41873,70268 -"240279",41874,46690 -"240280",41875,42165 -"240281",41875,51990 -"240282",41875,57023 -"240283",41875,76357 -"240284",41877,63428 -"240285",41878,47866 -"240286",41878,57703 -"240287",41878,74381 -"240288",41878,81127 -"240289",41878,103509 -"240290",41878,108285 -"240291",41878,111360 -"240292",41878,112269 -"240293",41880,50927 -"240294",41880,67206 -"240295",41880,117015 -"240296",41880,117345 -"240297",41881,43067 -"240298",41881,44873 -"240299",41881,45308 -"240300",41881,47955 -"240301",41881,54647 -"240302",41881,65196 -"240303",41881,73476 -"240304",41881,74202 -"240305",41881,75579 -"240306",41881,77433 -"240307",41881,84176 -"240308",41881,84620 -"240309",41881,98181 -"240310",41881,100499 -"240311",41881,110281 -"240312",41881,110287 -"240313",41881,110300 -"240314",41881,110309 -"240315",41881,116115 -"240316",41881,119242 -"240317",41881,121959 -"240318",41883,44675 -"240319",41883,55482 -"240320",41883,68384 -"240321",41883,93661 -"240322",41883,96368 -"240323",41883,105719 -"240324",41884,44341 -"240325",41884,76421 -"240326",41884,99628 -"240327",41885,95030 -"240328",41886,56971 -"240329",41886,79738 -"240330",41886,85280 -"240331",41886,86920 -"240332",41886,93938 -"240333",41887,41926 -"240334",41887,42283 -"240335",41888,61325 -"240336",41888,65911 -"240337",41888,79039 -"240338",41888,83977 -"240339",41888,85534 -"240340",41888,91115 -"240341",41888,96068 -"240342",41888,108244 -"240343",41888,120957 -"240344",41889,41904 -"240345",41889,42322 -"240346",41889,72745 -"240347",41890,58371 -"240348",41890,80040 -"240349",41890,89300 -"240350",41890,99338 -"240351",41891,71987 -"240352",41891,79450 -"240353",41892,62529 -"240354",41892,87627 -"240355",41892,118718 -"240356",41893,42024 -"240357",41893,75625 -"240358",41894,41959 -"240359",41894,52701 -"240360",41895,41900 -"240361",41895,41945 -"240362",41895,42028 -"240363",41895,42030 -"240364",41895,58084 -"240365",41895,67921 -"240366",41895,67933 -"240367",41895,67985 -"240368",41896,53787 -"240369",41898,97214 -"240370",41899,70688 -"240371",41899,100005 -"240372",41899,114800 -"240373",41899,121426 -"240374",41900,41945 -"240375",41900,42028 -"240376",41900,42030 -"240377",41900,43583 -"240378",41900,43685 -"240379",41900,62710 -"240380",41900,97179 -"240381",41900,97238 -"240382",41901,58796 -"240383",41901,58854 -"240384",41901,62541 -"240385",41901,89052 -"240386",41902,57494 -"240387",41902,72022 -"240388",41903,52759 -"240389",41903,59896 -"240390",41903,87757 -"240391",41904,42322 -"240392",41904,45080 -"240393",41904,45696 -"240394",41904,46532 -"240395",41904,47973 -"240396",41904,50425 -"240397",41904,57253 -"240398",41904,66261 -"240399",41904,66712 -"240400",41904,68457 -"240401",41904,69198 -"240402",41904,72745 -"240403",41904,77565 -"240404",41904,78974 -"240405",41904,86023 -"240406",41904,87813 -"240407",41904,88773 -"240408",41904,90993 -"240409",41904,90994 -"240410",41904,92417 -"240411",41904,100319 -"240412",41904,101250 -"240413",41904,101462 -"240414",41904,103483 -"240415",41904,109885 -"240416",41904,110742 -"240417",41904,112606 -"240418",41904,116142 -"240419",41904,116150 -"240420",41904,116151 -"240421",41904,116152 -"240422",41904,116155 -"240423",41904,116159 -"240424",41904,116163 -"240425",41904,116165 -"240426",41904,116166 -"240427",41904,116171 -"240428",41904,116677 -"240429",41904,116678 -"240430",41905,42227 -"240431",41906,60385 -"240432",41907,88714 -"240433",41908,52517 -"240434",41908,55596 -"240435",41908,56767 -"240436",41908,114590 -"240437",41909,47260 -"240438",41909,58187 -"240439",41909,63442 -"240440",41909,63775 -"240441",41909,82025 -"240442",41910,45671 -"240443",41910,46200 -"240444",41910,63641 -"240445",41910,65497 -"240446",41910,66717 -"240447",41910,71380 -"240448",41910,72535 -"240449",41910,91164 -"240450",41910,95721 -"240451",41910,96007 -"240452",41910,99435 -"240453",41910,102173 -"240454",41910,102174 -"240455",41911,43212 -"240456",41911,95648 -"240457",41912,43594 -"240458",41912,44178 -"240459",41912,54388 -"240460",41912,59560 -"240461",41912,82712 -"240462",41912,88079 -"240463",41913,65222 -"240464",41913,77020 -"240465",41914,49851 -"240466",41914,65138 -"240467",41914,74713 -"240468",41915,109138 -"240469",41916,48173 -"240470",41916,55273 -"240471",41916,64468 -"240472",41916,70929 -"240473",41916,87443 -"240474",41917,42004 -"240475",41917,114346 -"240476",41918,51103 -"240477",41919,64431 -"240478",41919,85432 -"240479",41920,42014 -"240480",41921,55060 -"240481",41921,85064 -"240482",41921,102751 -"240483",41921,111260 -"240484",41922,44649 -"240485",41922,59673 -"240486",41922,63823 -"240487",41922,71375 -"240488",41924,41938 -"240489",41924,42000 -"240490",41924,42001 -"240491",41924,42027 -"240492",41924,51425 -"240493",41924,62423 -"240494",41924,66591 -"240495",41924,82946 -"240496",41924,82947 -"240497",41924,82953 -"240498",41924,83172 -"240499",41924,100951 -"240500",41924,101025 -"240501",41924,101442 -"240502",41924,101475 -"240503",41925,43393 -"240504",41925,49996 -"240505",41925,52036 -"240506",41926,42283 -"240507",41927,49717 -"240508",41927,72575 -"240509",41927,76753 -"240510",41928,54733 -"240511",41928,57805 -"240512",41928,82238 -"240513",41928,99914 -"240514",41929,45979 -"240515",41929,61252 -"240516",41930,50086 -"240517",41930,58371 -"240518",41930,63206 -"240519",41930,74921 -"240520",41930,87159 -"240521",41930,88484 -"240522",41930,90824 -"240523",41930,102351 -"240524",41930,105971 -"240525",41930,113253 -"240526",41930,120463 -"240527",41930,121167 -"240528",41931,43742 -"240529",41931,66749 -"240530",41931,66961 -"240531",41931,71738 -"240532",41931,72599 -"240533",41934,104782 -"240534",41935,50936 -"240535",41936,42319 -"240536",41936,42675 -"240537",41936,45529 -"240538",41936,45786 -"240539",41937,51166 -"240540",41938,42000 -"240541",41938,42001 -"240542",41938,42027 -"240543",41939,42025 -"240544",41939,50303 -"240545",41939,50686 -"240546",41939,51260 -"240547",41939,51329 -"240548",41939,54622 -"240549",41939,58105 -"240550",41939,60747 -"240551",41939,62280 -"240552",41939,62506 -"240553",41939,63321 -"240554",41939,63332 -"240555",41939,64359 -"240556",41939,67094 -"240557",41939,67231 -"240558",41939,67238 -"240559",41939,67527 -"240560",41939,70744 -"240561",41941,42138 -"240562",41942,82229 -"240563",41942,105306 -"240564",41942,108652 -"240565",41943,59239 -"240566",41943,67918 -"240567",41945,42028 -"240568",41945,42030 -"240569",41945,43455 -"240570",41945,64535 -"240571",41945,64551 -"240572",41945,64592 -"240573",41946,109401 -"240574",41947,41948 -"240575",41948,47137 -"240576",41951,42374 -"240577",41951,46259 -"240578",41951,57394 -"240579",41951,70861 -"240580",41951,71129 -"240581",41952,44211 -"240582",41952,58839 -"240583",41953,62644 -"240584",41953,63065 -"240585",41953,69079 -"240586",41953,91068 -"240587",41953,98729 -"240588",41953,99474 -"240589",41953,114049 -"240590",41954,81252 -"240591",41955,42586 -"240592",41955,44983 -"240593",41955,45506 -"240594",41955,46748 -"240595",41955,55011 -"240596",41955,78380 -"240597",41955,80063 -"240598",41955,105584 -"240599",41955,117612 -"240600",41956,46410 -"240601",41956,61913 -"240602",41956,73118 -"240603",41956,85630 -"240604",41957,44083 -"240605",41957,50739 -"240606",41957,52143 -"240607",41957,61489 -"240608",41957,68520 -"240609",41957,86878 -"240610",41958,45357 -"240611",41958,55829 -"240612",41960,47950 -"240613",41960,51075 -"240614",41960,53319 -"240615",41960,60131 -"240616",41960,63662 -"240617",41960,98235 -"240618",41960,109634 -"240619",41960,115994 -"240620",41961,65494 -"240621",41961,103433 -"240622",41961,106742 -"240623",41962,42252 -"240624",41963,87671 -"240625",41963,106127 -"240626",41964,48417 -"240627",41964,48843 -"240628",41964,54876 -"240629",41964,70903 -"240630",41964,83186 -"240631",41964,86088 -"240632",41964,89214 -"240633",41964,89287 -"240634",41964,98529 -"240635",41964,100794 -"240636",41964,102654 -"240637",41966,66775 -"240638",41966,88575 -"240639",41966,91151 -"240640",41966,122024 -"240641",41966,122034 -"240642",41966,122038 -"240643",41967,41983 -"240644",41967,44093 -"240645",41967,50787 -"240646",41967,74980 -"240647",41967,96205 -"240648",41967,96216 -"240649",41967,96224 -"240650",41967,96225 -"240651",41968,50001 -"240652",41969,67393 -"240653",41969,68320 -"240654",41969,70070 -"240655",41970,42029 -"240656",41970,67070 -"240657",41970,85081 -"240658",41971,76075 -"240659",41972,42275 -"240660",41972,46373 -"240661",41972,55666 -"240662",41972,57906 -"240663",41972,62244 -"240664",41973,57741 -"240665",41973,86401 -"240666",41974,41994 -"240667",41975,49413 -"240668",41975,80505 -"240669",41975,100455 -"240670",41976,43507 -"240671",41976,44410 -"240672",41976,59794 -"240673",41976,72972 -"240674",41976,75017 -"240675",41976,93565 -"240676",41976,95804 -"240677",41976,100553 -"240678",41976,101089 -"240679",41976,102813 -"240680",41976,105070 -"240681",41976,107468 -"240682",41976,107490 -"240683",41976,107493 -"240684",41977,60297 -"240685",41977,78911 -"240686",41978,71600 -"240687",41978,75011 -"240688",41979,45624 -"240689",41979,57394 -"240690",41979,75642 -"240691",41979,75676 -"240692",41979,96975 -"240693",41980,80244 -"240694",41980,106303 -"240695",41980,118579 -"240696",41981,81552 -"240697",41982,64964 -"240698",41982,65138 -"240699",41982,79819 -"240700",41982,91028 -"240701",41982,93847 -"240702",41983,43203 -"240703",41983,56697 -"240704",41983,61857 -"240705",41983,69594 -"240706",41984,47392 -"240707",41984,83800 -"240708",41985,67174 -"240709",41985,82025 -"240710",41986,67307 -"240711",41986,79559 -"240712",41987,71585 -"240713",41989,81366 -"240714",41989,89848 -"240715",41989,106099 -"240716",41990,67192 -"240717",41991,47659 -"240718",41991,58195 -"240719",41992,48138 -"240720",41992,49946 -"240721",41992,59240 -"240722",41992,65438 -"240723",41992,66728 -"240724",41992,73299 -"240725",41992,84044 -"240726",41992,91076 -"240727",41992,102672 -"240728",41992,104485 -"240729",41992,109536 -"240730",41992,119658 -"240731",41993,81465 -"240732",41993,95087 -"240733",41993,101112 -"240734",41993,106854 -"240735",41994,58008 -"240736",41994,85418 -"240737",41995,73101 -"240738",41997,44846 -"240739",41997,56862 -"240740",41997,74156 -"240741",41997,106051 -"240742",41999,63068 -"240743",41999,63234 -"240744",41999,83730 -"240745",41999,112167 -"240746",42000,42001 -"240747",42000,42027 -"240748",42001,42027 -"240749",42001,88467 -"240750",42003,121649 -"240751",42004,52879 -"240752",42005,46733 -"240753",42005,80055 -"240754",42005,89452 -"240755",42006,42645 -"240756",42007,48145 -"240757",42007,53478 -"240758",42007,66001 -"240759",42007,120221 -"240760",42008,43447 -"240761",42008,48060 -"240762",42008,82272 -"240763",42008,102800 -"240764",42011,105698 -"240765",42012,46748 -"240766",42012,53624 -"240767",42012,55659 -"240768",42012,65764 -"240769",42012,90511 -"240770",42012,102789 -"240771",42012,109114 -"240772",42013,57741 -"240773",42014,91464 -"240774",42015,61245 -"240775",42015,120270 -"240776",42017,42107 -"240777",42017,45787 -"240778",42017,47083 -"240779",42017,49231 -"240780",42017,50061 -"240781",42017,52450 -"240782",42017,54059 -"240783",42017,55370 -"240784",42017,57804 -"240785",42017,59615 -"240786",42017,59940 -"240787",42017,67363 -"240788",42017,71230 -"240789",42017,76278 -"240790",42017,76740 -"240791",42017,76786 -"240792",42017,77272 -"240793",42017,77357 -"240794",42017,77402 -"240795",42017,78248 -"240796",42017,78255 -"240797",42017,78339 -"240798",42017,78445 -"240799",42017,79022 -"240800",42017,79716 -"240801",42017,79989 -"240802",42017,80281 -"240803",42017,81728 -"240804",42017,82196 -"240805",42017,82383 -"240806",42017,82810 -"240807",42017,82854 -"240808",42017,83853 -"240809",42017,83884 -"240810",42017,84379 -"240811",42017,84613 -"240812",42017,85465 -"240813",42017,85610 -"240814",42017,86351 -"240815",42017,86451 -"240816",42017,86882 -"240817",42017,87175 -"240818",42017,87451 -"240819",42017,87521 -"240820",42017,87572 -"240821",42017,87663 -"240822",42017,87721 -"240823",42017,87862 -"240824",42019,74946 -"240825",42019,77441 -"240826",42019,108239 -"240827",42019,117641 -"240828",42020,44755 -"240829",42020,60641 -"240830",42020,107735 -"240831",42021,57570 -"240832",42021,62322 -"240833",42021,62339 -"240834",42021,62505 -"240835",42022,52172 -"240836",42022,69979 -"240837",42022,78186 -"240838",42022,79056 -"240839",42022,113217 -"240840",42023,50618 -"240841",42023,87544 -"240842",42023,87618 -"240843",42023,93534 -"240844",42023,115796 -"240845",42024,57493 -"240846",42024,61397 -"240847",42024,61398 -"240848",42026,53764 -"240849",42026,66216 -"240850",42026,69100 -"240851",42026,73203 -"240852",42026,81516 -"240853",42026,81554 -"240854",42026,83170 -"240855",42028,42030 -"240856",42028,46446 -"240857",42028,62901 -"240858",42028,63803 -"240859",42032,78007 -"240860",42032,85843 -"240861",42032,88849 -"240862",42032,102615 -"240863",42032,114120 -"240864",42033,72868 -"240865",42033,76539 -"240866",42033,94350 -"240867",42034,42050 -"240868",42034,42553 -"240869",42034,42964 -"240870",42035,42105 -"240871",42035,42123 -"240872",42035,42144 -"240873",42037,42072 -"240874",42037,42073 -"240875",42037,42074 -"240876",42037,62672 -"240877",42038,98666 -"240878",42040,48082 -"240879",42040,48157 -"240880",42040,48186 -"240881",42040,56018 -"240882",42040,65954 -"240883",42042,57494 -"240884",42042,57816 -"240885",42042,67200 -"240886",42042,97220 -"240887",42044,49947 -"240888",42044,50182 -"240889",42044,57053 -"240890",42045,47213 -"240891",42045,55551 -"240892",42045,64376 -"240893",42045,64680 -"240894",42045,95675 -"240895",42045,110041 -"240896",42046,70478 -"240897",42046,87872 -"240898",42046,99975 -"240899",42047,68328 -"240900",42047,97795 -"240901",42048,51340 -"240902",42049,43381 -"240903",42050,42553 -"240904",42050,42964 -"240905",42050,75599 -"240906",42051,82315 -"240907",42052,105437 -"240908",42052,120514 -"240909",42053,74715 -"240910",42055,42104 -"240911",42055,118615 -"240912",42056,107029 -"240913",42058,54236 -"240914",42058,92587 -"240915",42058,100385 -"240916",42059,51939 -"240917",42060,64890 -"240918",42060,98687 -"240919",42061,54863 -"240920",42062,42159 -"240921",42062,79036 -"240922",42066,46914 -"240923",42066,64492 -"240924",42066,68622 -"240925",42066,73157 -"240926",42066,90323 -"240927",42066,91388 -"240928",42066,111809 -"240929",42066,114307 -"240930",42067,60009 -"240931",42067,60466 -"240932",42068,62395 -"240933",42068,64873 -"240934",42068,64894 -"240935",42068,64930 -"240936",42068,64958 -"240937",42069,46662 -"240938",42069,62699 -"240939",42069,65523 -"240940",42069,70960 -"240941",42069,71117 -"240942",42069,73976 -"240943",42069,90003 -"240944",42069,95550 -"240945",42069,119076 -"240946",42070,98854 -"240947",42071,49027 -"240948",42071,59972 -"240949",42071,76526 -"240950",42071,76527 -"240951",42071,76528 -"240952",42072,42073 -"240953",42072,42074 -"240954",42073,42074 -"240955",42075,42200 -"240956",42075,62144 -"240957",42077,42126 -"240958",42077,55978 -"240959",42077,58662 -"240960",42078,53458 -"240961",42078,86742 -"240962",42078,93505 -"240963",42079,42101 -"240964",42081,53072 -"240965",42081,55000 -"240966",42081,72952 -"240967",42081,92633 -"240968",42081,105188 -"240969",42083,42448 -"240970",42083,69218 -"240971",42083,89007 -"240972",42083,96913 -"240973",42083,109509 -"240974",42083,114454 -"240975",42083,119446 -"240976",42084,63814 -"240977",42084,69660 -"240978",42084,114793 -"240979",42084,121532 -"240980",42085,44238 -"240981",42085,50823 -"240982",42085,104851 -"240983",42085,104876 -"240984",42087,45047 -"240985",42087,45980 -"240986",42087,48202 -"240987",42087,48212 -"240988",42087,53132 -"240989",42087,53227 -"240990",42087,55111 -"240991",42087,58628 -"240992",42087,61801 -"240993",42087,64350 -"240994",42087,73044 -"240995",42087,73058 -"240996",42087,73335 -"240997",42087,78063 -"240998",42087,78429 -"240999",42087,78569 -"241000",42087,82143 -"241001",42087,83231 -"241002",42087,86471 -"241003",42087,90804 -"241004",42087,91022 -"241005",42087,91045 -"241006",42087,95675 -"241007",42087,101516 -"241008",42087,102387 -"241009",42087,108374 -"241010",42087,108893 -"241011",42087,109101 -"241012",42087,109523 -"241013",42087,110993 -"241014",42087,111338 -"241015",42087,111398 -"241016",42087,111409 -"241017",42087,111480 -"241018",42087,112422 -"241019",42087,112648 -"241020",42087,112708 -"241021",42087,112820 -"241022",42087,112997 -"241023",42087,113597 -"241024",42087,114418 -"241025",42087,114582 -"241026",42087,115371 -"241027",42087,116028 -"241028",42087,116604 -"241029",42088,51206 -"241030",42088,123323 -"241031",42089,54231 -"241032",42089,92685 -"241033",42089,98691 -"241034",42089,101995 -"241035",42089,109105 -"241036",42089,118503 -"241037",42089,118921 -"241038",42090,42142 -"241039",42090,51073 -"241040",42090,55687 -"241041",42090,63970 -"241042",42090,117457 -"241043",42091,70715 -"241044",42092,46015 -"241045",42092,51718 -"241046",42092,57158 -"241047",42092,82592 -"241048",42092,83176 -"241049",42092,90527 -"241050",42092,95193 -"241051",42093,48065 -"241052",42093,63766 -"241053",42093,64791 -"241054",42093,64815 -"241055",42093,76633 -"241056",42093,76634 -"241057",42093,76656 -"241058",42093,76661 -"241059",42093,76775 -"241060",42093,76949 -"241061",42093,76950 -"241062",42093,76951 -"241063",42094,49164 -"241064",42094,112389 -"241065",42094,119743 -"241066",42095,44351 -"241067",42095,44411 -"241068",42097,42945 -"241069",42097,64710 -"241070",42097,72731 -"241071",42097,72787 -"241072",42097,76211 -"241073",42098,76730 -"241074",42099,60167 -"241075",42099,62808 -"241076",42099,76957 -"241077",42100,46737 -"241078",42100,108454 -"241079",42101,56303 -"241080",42101,59403 -"241081",42101,63583 -"241082",42102,52483 -"241083",42102,54786 -"241084",42102,74579 -"241085",42102,78928 -"241086",42102,82360 -"241087",42102,84390 -"241088",42102,88567 -"241089",42102,93616 -"241090",42102,96817 -"241091",42102,96846 -"241092",42102,96864 -"241093",42102,106870 -"241094",42102,106894 -"241095",42103,42125 -"241096",42104,88082 -"241097",42105,42123 -"241098",42105,42144 -"241099",42105,53027 -"241100",42105,73060 -"241101",42107,43993 -"241102",42107,44138 -"241103",42107,45787 -"241104",42107,47083 -"241105",42107,48668 -"241106",42107,49231 -"241107",42107,50061 -"241108",42107,52450 -"241109",42107,52621 -"241110",42107,54059 -"241111",42107,54450 -"241112",42107,54602 -"241113",42107,55370 -"241114",42107,56051 -"241115",42107,56429 -"241116",42107,57266 -"241117",42107,57804 -"241118",42107,59615 -"241119",42107,59940 -"241120",42107,62044 -"241121",42107,62680 -"241122",42107,62692 -"241123",42107,66960 -"241124",42107,67363 -"241125",42107,71230 -"241126",42107,75829 -"241127",42107,76278 -"241128",42107,76740 -"241129",42107,76786 -"241130",42107,77272 -"241131",42107,77357 -"241132",42107,77402 -"241133",42107,78248 -"241134",42107,78255 -"241135",42107,78339 -"241136",42107,78445 -"241137",42107,79022 -"241138",42107,79716 -"241139",42107,79989 -"241140",42107,80281 -"241141",42107,81728 -"241142",42107,82196 -"241143",42107,82383 -"241144",42107,82810 -"241145",42107,82854 -"241146",42107,83853 -"241147",42107,83884 -"241148",42107,84379 -"241149",42107,84613 -"241150",42107,85465 -"241151",42107,85610 -"241152",42107,86351 -"241153",42107,86451 -"241154",42107,86882 -"241155",42107,87175 -"241156",42107,87451 -"241157",42107,87521 -"241158",42107,87572 -"241159",42107,87663 -"241160",42107,87721 -"241161",42107,87862 -"241162",42107,88075 -"241163",42107,88579 -"241164",42107,89648 -"241165",42107,92146 -"241166",42107,92147 -"241167",42107,92165 -"241168",42107,92183 -"241169",42107,102862 -"241170",42108,103035 -"241171",42108,107161 -"241172",42108,112528 -"241173",42108,113911 -"241174",42108,113914 -"241175",42108,113920 -"241176",42108,114002 -"241177",42109,53869 -"241178",42109,73239 -"241179",42110,42188 -"241180",42111,67442 -"241181",42111,67524 -"241182",42111,67550 -"241183",42113,51388 -"241184",42113,57633 -"241185",42113,59210 -"241186",42114,60813 -"241187",42114,66265 -"241188",42114,72220 -"241189",42114,82476 -"241190",42114,83777 -"241191",42114,101374 -"241192",42114,112149 -"241193",42114,112660 -"241194",42115,44468 -"241195",42115,58696 -"241196",42115,62596 -"241197",42115,81487 -"241198",42115,99624 -"241199",42115,100716 -"241200",42115,112893 -"241201",42116,96315 -"241202",42116,111708 -"241203",42117,43207 -"241204",42117,43214 -"241205",42117,43266 -"241206",42117,44478 -"241207",42117,55539 -"241208",42117,55620 -"241209",42117,61223 -"241210",42117,64886 -"241211",42117,70341 -"241212",42117,118914 -"241213",42118,51515 -"241214",42118,64202 -"241215",42119,62151 -"241216",42119,70685 -"241217",42119,78948 -"241218",42119,85280 -"241219",42119,85463 -"241220",42119,100116 -"241221",42119,103874 -"241222",42120,81485 -"241223",42121,49323 -"241224",42122,86271 -"241225",42123,42144 -"241226",42124,71225 -"241227",42124,76107 -"241228",42124,76119 -"241229",42124,76120 -"241230",42124,76845 -"241231",42124,95258 -"241232",42124,103232 -"241233",42124,112243 -"241234",42124,114173 -"241235",42125,60746 -"241236",42125,61356 -"241237",42126,43919 -"241238",42126,62495 -"241239",42126,62850 -"241240",42126,62863 -"241241",42127,42573 -"241242",42127,45765 -"241243",42127,46187 -"241244",42127,58065 -"241245",42127,62811 -"241246",42127,64953 -"241247",42128,45138 -"241248",42128,45379 -"241249",42128,47385 -"241250",42128,55817 -"241251",42128,67717 -"241252",42128,76858 -"241253",42128,79502 -"241254",42128,80028 -"241255",42129,42189 -"241256",42129,44100 -"241257",42129,63517 -"241258",42129,67131 -"241259",42129,86954 -"241260",42130,50707 -"241261",42131,46843 -"241262",42131,48331 -"241263",42131,93407 -"241264",42131,97578 -"241265",42131,103613 -"241266",42132,45924 -"241267",42132,64111 -"241268",42132,67847 -"241269",42132,70366 -"241270",42132,74009 -"241271",42132,74055 -"241272",42133,57535 -"241273",42133,97874 -"241274",42133,97997 -"241275",42134,56261 -"241276",42134,59274 -"241277",42134,79993 -"241278",42134,88233 -"241279",42134,93933 -"241280",42134,119061 -"241281",42135,45109 -"241282",42138,55598 -"241283",42138,83122 -"241284",42139,49469 -"241285",42139,50617 -"241286",42139,61579 -"241287",42139,109836 -"241288",42139,120842 -"241289",42141,43629 -"241290",42141,69743 -"241291",42141,99803 -"241292",42142,51390 -"241293",42142,57816 -"241294",42142,74795 -"241295",42142,97175 -"241296",42142,100522 -"241297",42142,100719 -"241298",42143,49536 -"241299",42143,111946 -"241300",42144,51951 -"241301",42144,77264 -"241302",42144,84494 -"241303",42145,83065 -"241304",42145,83088 -"241305",42147,44646 -"241306",42147,60667 -"241307",42148,60941 -"241308",42148,65892 -"241309",42148,86905 -"241310",42148,91975 -"241311",42148,94060 -"241312",42150,59816 -"241313",42151,47545 -"241314",42151,51125 -"241315",42151,55003 -"241316",42151,58302 -"241317",42151,60822 -"241318",42151,62872 -"241319",42151,63046 -"241320",42151,68937 -"241321",42152,69762 -"241322",42153,86633 -"241323",42155,48012 -"241324",42155,119752 -"241325",42156,42203 -"241326",42157,52781 -"241327",42157,77823 -"241328",42157,90912 -"241329",42157,100945 -"241330",42157,109050 -"241331",42157,109474 -"241332",42157,115198 -"241333",42157,121259 -"241334",42158,87070 -"241335",42158,100888 -"241336",42159,47048 -"241337",42159,75938 -"241338",42159,75967 -"241339",42159,76037 -"241340",42159,76118 -"241341",42159,79036 -"241342",42159,81710 -"241343",42159,87826 -"241344",42159,102160 -"241345",42161,83283 -"241346",42162,45118 -"241347",42162,50682 -"241348",42162,52737 -"241349",42162,67949 -"241350",42163,44556 -"241351",42163,110931 -"241352",42164,44143 -"241353",42164,51372 -"241354",42164,88222 -"241355",42166,60831 -"241356",42167,65844 -"241357",42167,102746 -"241358",42168,52204 -"241359",42168,94249 -"241360",42169,77370 -"241361",42170,44250 -"241362",42170,60860 -"241363",42170,68680 -"241364",42171,100751 -"241365",42171,109506 -"241366",42171,114276 -"241367",42171,114507 -"241368",42171,114514 -"241369",42171,114516 -"241370",42172,77382 -"241371",42172,81357 -"241372",42173,79267 -"241373",42173,108823 -"241374",42173,108839 -"241375",42173,108874 -"241376",42174,113120 -"241377",42174,118108 -"241378",42174,118111 -"241379",42174,118117 -"241380",42175,77329 -"241381",42177,65799 -"241382",42179,64542 -"241383",42179,81094 -"241384",42179,81497 -"241385",42179,91683 -"241386",42179,97601 -"241387",42179,97607 -"241388",42180,82204 -"241389",42180,87538 -"241390",42180,87557 -"241391",42180,87683 -"241392",42181,80546 -"241393",42181,107466 -"241394",42182,51534 -"241395",42183,66338 -"241396",42184,111638 -"241397",42185,44596 -"241398",42185,76184 -"241399",42185,77575 -"241400",42185,96161 -"241401",42186,51660 -"241402",42186,51944 -"241403",42186,51987 -"241404",42186,62482 -"241405",42186,63282 -"241406",42186,91760 -"241407",42186,100134 -"241408",42187,69731 -"241409",42188,42748 -"241410",42188,44198 -"241411",42188,49100 -"241412",42188,50744 -"241413",42188,52237 -"241414",42188,52253 -"241415",42188,52271 -"241416",42188,57410 -"241417",42188,58958 -"241418",42188,60085 -"241419",42188,61785 -"241420",42188,62726 -"241421",42188,79010 -"241422",42188,79023 -"241423",42188,80731 -"241424",42188,97354 -"241425",42188,105510 -"241426",42188,105511 -"241427",42189,83273 -"241428",42190,64647 -"241429",42190,80422 -"241430",42190,96695 -"241431",42190,96699 -"241432",42191,71325 -"241433",42192,50910 -"241434",42192,57900 -"241435",42192,57907 -"241436",42193,75771 -"241437",42194,43661 -"241438",42194,83938 -"241439",42194,97535 -"241440",42194,111122 -"241441",42194,123244 -"241442",42195,58320 -"241443",42195,68501 -"241444",42195,76383 -"241445",42195,81064 -"241446",42195,82761 -"241447",42195,85148 -"241448",42195,88265 -"241449",42195,90902 -"241450",42195,97940 -"241451",42195,98003 -"241452",42195,98358 -"241453",42195,100109 -"241454",42195,101127 -"241455",42195,101194 -"241456",42195,102999 -"241457",42195,103057 -"241458",42195,106554 -"241459",42195,115764 -"241460",42196,55363 -"241461",42196,59562 -"241462",42196,63328 -"241463",42196,77648 -"241464",42196,77830 -"241465",42196,96150 -"241466",42196,96160 -"241467",42197,62750 -"241468",42197,64965 -"241469",42197,68284 -"241470",42197,86439 -"241471",42197,94889 -"241472",42197,110319 -"241473",42197,113460 -"241474",42197,117129 -"241475",42197,123107 -"241476",42199,43445 -"241477",42199,45507 -"241478",42199,61791 -"241479",42199,85406 -"241480",42199,94758 -"241481",42199,95295 -"241482",42200,43410 -"241483",42200,48390 -"241484",42200,65523 -"241485",42200,77272 -"241486",42200,95204 -"241487",42200,101430 -"241488",42202,42536 -"241489",42202,57330 -"241490",42202,63548 -"241491",42202,103131 -"241492",42203,56018 -"241493",42203,56023 -"241494",42204,91830 -"241495",42205,57251 -"241496",42205,62894 -"241497",42205,66728 -"241498",42205,73134 -"241499",42206,51899 -"241500",42206,67340 -"241501",42206,71572 -"241502",42206,71795 -"241503",42206,100999 -"241504",42207,44799 -"241505",42207,109392 -"241506",42210,42237 -"241507",42210,42271 -"241508",42210,73384 -"241509",42210,98836 -"241510",42211,42243 -"241511",42211,106428 -"241512",42211,111160 -"241513",42211,111252 -"241514",42212,57612 -"241515",42212,61172 -"241516",42212,65362 -"241517",42212,76192 -"241518",42212,81420 -"241519",42212,81722 -"241520",42212,84744 -"241521",42212,84770 -"241522",42212,99136 -"241523",42212,101117 -"241524",42212,102226 -"241525",42212,102401 -"241526",42212,102518 -"241527",42212,104711 -"241528",42212,109262 -"241529",42212,110196 -"241530",42212,110216 -"241531",42213,48446 -"241532",42213,103593 -"241533",42214,51108 -"241534",42214,63332 -"241535",42216,48359 -"241536",42216,52626 -"241537",42216,55084 -"241538",42217,58903 -"241539",42217,79450 -"241540",42217,92341 -"241541",42217,94436 -"241542",42217,96513 -"241543",42217,100164 -"241544",42217,100274 -"241545",42217,108888 -"241546",42218,53182 -"241547",42220,49860 -"241548",42220,50309 -"241549",42220,69658 -"241550",42220,69665 -"241551",42220,69679 -"241552",42220,69699 -"241553",42221,46011 -"241554",42221,55363 -"241555",42221,72051 -"241556",42222,51162 -"241557",42222,52205 -"241558",42222,59707 -"241559",42222,77890 -"241560",42222,85349 -"241561",42223,54134 -"241562",42223,69688 -"241563",42223,77235 -"241564",42223,82008 -"241565",42224,47214 -"241566",42224,51905 -"241567",42224,55593 -"241568",42224,55641 -"241569",42225,42688 -"241570",42225,42692 -"241571",42225,42774 -"241572",42225,60295 -"241573",42226,53935 -"241574",42226,63854 -"241575",42226,64779 -"241576",42226,71529 -"241577",42226,74730 -"241578",42226,76590 -"241579",42226,93984 -"241580",42226,100670 -"241581",42226,109174 -"241582",42226,113056 -"241583",42227,63516 -"241584",42227,106227 -"241585",42227,117989 -"241586",42228,42335 -"241587",42228,60490 -"241588",42228,60491 -"241589",42229,47376 -"241590",42229,55892 -"241591",42229,61204 -"241592",42229,100928 -"241593",42230,86602 -"241594",42230,91659 -"241595",42230,111979 -"241596",42231,42306 -"241597",42231,85736 -"241598",42231,121804 -"241599",42232,50066 -"241600",42232,50965 -"241601",42232,57740 -"241602",42232,58362 -"241603",42232,58377 -"241604",42232,61706 -"241605",42232,68217 -"241606",42232,75657 -"241607",42233,44480 -"241608",42233,59711 -"241609",42233,60738 -"241610",42233,68381 -"241611",42233,68898 -"241612",42233,70481 -"241613",42233,74360 -"241614",42233,81201 -"241615",42233,94342 -"241616",42233,95163 -"241617",42233,98092 -"241618",42233,111100 -"241619",42233,113145 -"241620",42233,113279 -"241621",42234,42328 -"241622",42235,42337 -"241623",42235,51019 -"241624",42236,42284 -"241625",42236,42723 -"241626",42236,86925 -"241627",42236,87101 -"241628",42237,42271 -"241629",42239,42347 -"241630",42239,45921 -"241631",42239,70163 -"241632",42239,74477 -"241633",42239,74478 -"241634",42239,74560 -"241635",42239,106614 -"241636",42239,106631 -"241637",42239,106646 -"241638",42240,55992 -"241639",42241,80048 -"241640",42241,103679 -"241641",42242,83818 -"241642",42243,99483 -"241643",42244,42773 -"241644",42244,62857 -"241645",42244,91551 -"241646",42244,110320 -"241647",42244,114560 -"241648",42244,115614 -"241649",42244,117638 -"241650",42244,117643 -"241651",42244,117644 -"241652",42245,74596 -"241653",42246,43681 -"241654",42246,45384 -"241655",42246,45799 -"241656",42246,50053 -"241657",42246,51584 -"241658",42246,51844 -"241659",42246,55138 -"241660",42246,63910 -"241661",42247,75470 -"241662",42248,46137 -"241663",42248,51585 -"241664",42249,62566 -"241665",42249,69413 -"241666",42250,45182 -"241667",42250,62881 -"241668",42250,65427 -"241669",42250,82919 -"241670",42250,82929 -"241671",42250,82930 -"241672",42250,83772 -"241673",42250,91630 -"241674",42251,57579 -"241675",42251,96489 -"241676",42251,100288 -"241677",42252,67383 -"241678",42252,93862 -"241679",42254,73030 -"241680",42254,84678 -"241681",42254,105701 -"241682",42254,116744 -"241683",42255,66818 -"241684",42255,81012 -"241685",42255,102087 -"241686",42256,46226 -"241687",42256,65017 -"241688",42257,46675 -"241689",42257,54226 -"241690",42257,66620 -"241691",42257,98061 -"241692",42260,52701 -"241693",42260,61612 -"241694",42260,61643 -"241695",42261,44473 -"241696",42261,45899 -"241697",42261,54382 -"241698",42261,77440 -"241699",42261,90611 -"241700",42261,91435 -"241701",42262,43704 -"241702",42263,42311 -"241703",42263,43768 -"241704",42263,49708 -"241705",42263,55908 -"241706",42263,62304 -"241707",42263,76831 -"241708",42263,91292 -"241709",42263,91674 -"241710",42263,91675 -"241711",42263,91765 -"241712",42264,47268 -"241713",42264,47323 -"241714",42264,47351 -"241715",42264,47535 -"241716",42264,47562 -"241717",42264,47623 -"241718",42264,47624 -"241719",42264,49025 -"241720",42264,50252 -"241721",42264,52192 -"241722",42265,42272 -"241723",42265,42583 -"241724",42266,48473 -"241725",42267,72597 -"241726",42267,104809 -"241727",42269,54058 -"241728",42269,61581 -"241729",42271,53364 -"241730",42272,104894 -"241731",42273,45302 -"241732",42273,48359 -"241733",42273,51568 -"241734",42273,54848 -"241735",42273,60370 -"241736",42273,60371 -"241737",42274,75881 -"241738",42274,76158 -"241739",42275,42902 -"241740",42275,57311 -"241741",42276,61057 -"241742",42276,84524 -"241743",42276,100760 -"241744",42276,107652 -"241745",42277,73145 -"241746",42277,74617 -"241747",42277,100059 -"241748",42277,100261 -"241749",42278,42280 -"241750",42278,50824 -"241751",42278,55928 -"241752",42279,48671 -"241753",42279,61090 -"241754",42279,66716 -"241755",42279,82332 -"241756",42279,88138 -"241757",42279,91993 -"241758",42279,97181 -"241759",42279,108921 -"241760",42280,46195 -"241761",42280,50824 -"241762",42280,53230 -"241763",42280,55928 -"241764",42280,71607 -"241765",42280,71945 -"241766",42280,79089 -"241767",42280,81850 -"241768",42280,82786 -"241769",42281,44318 -"241770",42281,44416 -"241771",42281,44834 -"241772",42282,43252 -"241773",42282,47597 -"241774",42282,53837 -"241775",42282,55386 -"241776",42282,60313 -"241777",42282,68210 -"241778",42282,69866 -"241779",42282,76412 -"241780",42282,82726 -"241781",42282,83020 -"241782",42283,61386 -"241783",42284,44030 -"241784",42284,52248 -"241785",42284,68051 -"241786",42284,87990 -"241787",42285,42756 -"241788",42285,44824 -"241789",42285,48326 -"241790",42285,62229 -"241791",42285,66994 -"241792",42285,68586 -"241793",42285,68688 -"241794",42285,80911 -"241795",42285,81615 -"241796",42285,85646 -"241797",42286,47461 -"241798",42286,50489 -"241799",42287,75859 -"241800",42287,108855 -"241801",42287,111044 -"241802",42288,42289 -"241803",42288,73502 -"241804",42289,44277 -"241805",42289,48281 -"241806",42289,48380 -"241807",42289,50662 -"241808",42289,55642 -"241809",42289,56216 -"241810",42289,59615 -"241811",42289,62679 -"241812",42289,63105 -"241813",42289,68001 -"241814",42289,68475 -"241815",42289,68917 -"241816",42289,69296 -"241817",42289,71106 -"241818",42289,73655 -"241819",42289,75767 -"241820",42289,76046 -"241821",42289,76459 -"241822",42289,76808 -"241823",42289,77727 -"241824",42289,78224 -"241825",42289,79222 -"241826",42289,82978 -"241827",42289,83306 -"241828",42289,85027 -"241829",42289,85088 -"241830",42289,88136 -"241831",42289,88412 -"241832",42289,90275 -"241833",42289,90426 -"241834",42289,91112 -"241835",42289,91526 -"241836",42289,93425 -"241837",42289,93523 -"241838",42289,94520 -"241839",42289,95954 -"241840",42289,99544 -"241841",42289,99547 -"241842",42289,99554 -"241843",42289,100595 -"241844",42289,100739 -"241845",42289,100819 -"241846",42289,101898 -"241847",42289,101988 -"241848",42289,102146 -"241849",42289,102201 -"241850",42289,102309 -"241851",42289,102635 -"241852",42289,102730 -"241853",42289,102846 -"241854",42289,103790 -"241855",42289,104095 -"241856",42289,104574 -"241857",42289,104784 -"241858",42289,104845 -"241859",42289,107269 -"241860",42289,107623 -"241861",42289,107714 -"241862",42289,107879 -"241863",42289,107975 -"241864",42292,51310 -"241865",42292,95862 -"241866",42295,71749 -"241867",42295,81313 -"241868",42295,81338 -"241869",42295,85178 -"241870",42295,85535 -"241871",42295,85536 -"241872",42297,68370 -"241873",42297,102481 -"241874",42297,102516 -"241875",42298,109820 -"241876",42299,69730 -"241877",42299,72389 -"241878",42300,42333 -"241879",42300,42350 -"241880",42300,45108 -"241881",42300,65217 -"241882",42300,81338 -"241883",42301,53320 -"241884",42301,103837 -"241885",42302,47084 -"241886",42302,76711 -"241887",42302,107461 -"241888",42303,47269 -"241889",42303,53556 -"241890",42303,103996 -"241891",42303,108724 -"241892",42303,119843 -"241893",42303,120663 -"241894",42303,123031 -"241895",42303,123123 -"241896",42304,50430 -"241897",42304,62721 -"241898",42305,72351 -"241899",42307,61802 -"241900",42307,73800 -"241901",42307,81582 -"241902",42307,82636 -"241903",42307,82784 -"241904",42307,82800 -"241905",42307,82833 -"241906",42307,82969 -"241907",42307,90878 -"241908",42307,90993 -"241909",42307,90994 -"241910",42307,91011 -"241911",42307,91013 -"241912",42308,43145 -"241913",42309,45639 -"241914",42309,77503 -"241915",42309,91822 -"241916",42309,97968 -"241917",42309,98007 -"241918",42309,98033 -"241919",42309,98038 -"241920",42310,55480 -"241921",42310,97405 -"241922",42311,45614 -"241923",42311,46443 -"241924",42311,46892 -"241925",42311,48858 -"241926",42311,62935 -"241927",42311,65786 -"241928",42311,80451 -"241929",42311,80679 -"241930",42311,89298 -"241931",42311,90858 -"241932",42311,93774 -"241933",42311,98808 -"241934",42311,98911 -"241935",42311,107593 -"241936",42311,107605 -"241937",42311,108334 -"241938",42311,116414 -"241939",42311,122770 -"241940",42312,44778 -"241941",42312,49767 -"241942",42312,55037 -"241943",42312,56856 -"241944",42312,73350 -"241945",42312,93540 -"241946",42313,47998 -"241947",42313,65632 -"241948",42313,68697 -"241949",42313,92677 -"241950",42314,44771 -"241951",42314,46428 -"241952",42314,91326 -"241953",42314,109136 -"241954",42315,90668 -"241955",42316,47343 -"241956",42316,65283 -"241957",42318,47729 -"241958",42318,87999 -"241959",42318,92159 -"241960",42319,42675 -"241961",42319,45529 -"241962",42320,48010 -"241963",42320,53795 -"241964",42320,82501 -"241965",42320,82519 -"241966",42322,72745 -"241967",42323,42324 -"241968",42324,81526 -"241969",42324,82648 -"241970",42324,97767 -"241971",42324,100918 -"241972",42324,109760 -"241973",42325,90172 -"241974",42326,60736 -"241975",42328,63911 -"241976",42328,70552 -"241977",42328,74688 -"241978",42328,74898 -"241979",42329,54938 -"241980",42329,70479 -"241981",42329,114406 -"241982",42331,50903 -"241983",42331,53825 -"241984",42331,53826 -"241985",42331,70101 -"241986",42331,79068 -"241987",42331,83638 -"241988",42331,85704 -"241989",42332,42334 -"241990",42332,48830 -"241991",42332,50965 -"241992",42332,51359 -"241993",42332,53567 -"241994",42332,53713 -"241995",42332,53719 -"241996",42332,61040 -"241997",42332,61041 -"241998",42332,62050 -"241999",42332,62096 -"242000",42333,42350 -"242001",42335,44219 -"242002",42335,54919 -"242003",42335,56265 -"242004",42335,58521 -"242005",42336,49216 -"242006",42336,92478 -"242007",42336,114635 -"242008",42336,121830 -"242009",42338,44136 -"242010",42338,109120 -"242011",42339,76574 -"242012",42340,82628 -"242013",42340,99045 -"242014",42340,114360 -"242015",42340,122243 -"242016",42340,123209 -"242017",42340,123222 -"242018",42340,123224 -"242019",42340,123229 -"242020",42340,123232 -"242021",42340,123234 -"242022",42340,123250 -"242023",42341,42696 -"242024",42341,43293 -"242025",42341,45580 -"242026",42341,48467 -"242027",42341,50022 -"242028",42341,50873 -"242029",42341,50874 -"242030",42341,50875 -"242031",42341,50876 -"242032",42341,50944 -"242033",42341,50945 -"242034",42341,50985 -"242035",42341,50986 -"242036",42341,50993 -"242037",42341,50994 -"242038",42341,58283 -"242039",42341,60291 -"242040",42341,60459 -"242041",42342,51042 -"242042",42343,103630 -"242043",42346,68380 -"242044",42346,72082 -"242045",42346,83764 -"242046",42346,83784 -"242047",42346,111141 -"242048",42347,106614 -"242049",42347,106631 -"242050",42347,106646 -"242051",42349,118380 -"242052",42351,42495 -"242053",42352,50288 -"242054",42352,50296 -"242055",42352,66815 -"242056",42352,82628 -"242057",42352,91811 -"242058",42352,103734 -"242059",42353,81683 -"242060",42354,42377 -"242061",42355,90643 -"242062",42355,96336 -"242063",42356,64599 -"242064",42357,42368 -"242065",42358,53102 -"242066",42358,57816 -"242067",42358,92524 -"242068",42358,97220 -"242069",42358,97672 -"242070",42358,108230 -"242071",42360,42392 -"242072",42360,63795 -"242073",42361,64901 -"242074",42361,78338 -"242075",42363,45548 -"242076",42364,62583 -"242077",42364,70236 -"242078",42364,93820 -"242079",42364,99870 -"242080",42364,105495 -"242081",42364,109622 -"242082",42364,111648 -"242083",42364,111655 -"242084",42364,111656 -"242085",42365,53019 -"242086",42366,42487 -"242087",42366,42576 -"242088",42367,42389 -"242089",42367,42640 -"242090",42367,45619 -"242091",42368,76155 -"242092",42368,79020 -"242093",42370,42412 -"242094",42370,42481 -"242095",42370,106930 -"242096",42371,42885 -"242097",42373,42836 -"242098",42374,43820 -"242099",42374,44959 -"242100",42374,46259 -"242101",42374,50739 -"242102",42374,52143 -"242103",42374,53650 -"242104",42374,53954 -"242105",42374,54625 -"242106",42374,62042 -"242107",42374,108153 -"242108",42374,108160 -"242109",42375,51273 -"242110",42375,103689 -"242111",42375,112535 -"242112",42376,42475 -"242113",42378,53571 -"242114",42379,75481 -"242115",42379,77959 -"242116",42379,88439 -"242117",42379,97918 -"242118",42380,42503 -"242119",42381,44795 -"242120",42381,45393 -"242121",42381,76785 -"242122",42381,83402 -"242123",42381,92585 -"242124",42381,120462 -"242125",42382,46616 -"242126",42382,48046 -"242127",42382,50971 -"242128",42382,53584 -"242129",42382,59538 -"242130",42382,78341 -"242131",42382,92358 -"242132",42382,92361 -"242133",42382,92363 -"242134",42382,104347 -"242135",42383,42478 -"242136",42383,53099 -"242137",42383,54583 -"242138",42384,67093 -"242139",42384,75884 -"242140",42384,85359 -"242141",42384,89273 -"242142",42384,116360 -"242143",42384,122759 -"242144",42385,42473 -"242145",42385,42482 -"242146",42387,53879 -"242147",42387,57285 -"242148",42387,57300 -"242149",42388,52651 -"242150",42388,67027 -"242151",42388,67045 -"242152",42388,76190 -"242153",42389,42640 -"242154",42389,45619 -"242155",42389,63638 -"242156",42390,45132 -"242157",42390,48237 -"242158",42390,60978 -"242159",42390,65375 -"242160",42390,86532 -"242161",42390,101824 -"242162",42390,108766 -"242163",42390,114847 -"242164",42390,117063 -"242165",42391,82855 -"242166",42393,87654 -"242167",42395,85095 -"242168",42395,109744 -"242169",42395,119547 -"242170",42396,90837 -"242171",42396,117424 -"242172",42397,118719 -"242173",42398,69623 -"242174",42398,69646 -"242175",42399,42400 -"242176",42400,81057 -"242177",42400,88624 -"242178",42401,42437 -"242179",42401,42447 -"242180",42401,58902 -"242181",42401,58917 -"242182",42401,58981 -"242183",42401,59343 -"242184",42401,67338 -"242185",42402,43439 -"242186",42402,57748 -"242187",42403,86685 -"242188",42405,45465 -"242189",42407,53365 -"242190",42407,65371 -"242191",42407,77874 -"242192",42409,51328 -"242193",42410,53793 -"242194",42410,54860 -"242195",42410,54865 -"242196",42410,54901 -"242197",42410,54903 -"242198",42410,71592 -"242199",42410,83538 -"242200",42410,91143 -"242201",42412,42481 -"242202",42412,52319 -"242203",42412,89446 -"242204",42412,112182 -"242205",42413,53672 -"242206",42413,76159 -"242207",42413,105625 -"242208",42413,114011 -"242209",42413,117884 -"242210",42413,117885 -"242211",42413,117892 -"242212",42414,115296 -"242213",42415,42470 -"242214",42417,53414 -"242215",42417,109219 -"242216",42417,118783 -"242217",42418,48066 -"242218",42418,48147 -"242219",42418,50175 -"242220",42418,58294 -"242221",42418,72766 -"242222",42418,72850 -"242223",42419,42496 -"242224",42420,42465 -"242225",42420,42582 -"242226",42421,84835 -"242227",42422,95043 -"242228",42423,109178 -"242229",42424,47596 -"242230",42424,49918 -"242231",42425,60651 -"242232",42426,49376 -"242233",42427,42566 -"242234",42427,42804 -"242235",42428,42492 -"242236",42428,58472 -"242237",42428,58473 -"242238",42429,115840 -"242239",42430,68765 -"242240",42430,76267 -"242241",42430,80837 -"242242",42431,75203 -"242243",42431,101546 -"242244",42431,102236 -"242245",42432,49414 -"242246",42432,49945 -"242247",42432,64382 -"242248",42432,75188 -"242249",42432,88300 -"242250",42432,88605 -"242251",42432,91532 -"242252",42432,97235 -"242253",42432,107168 -"242254",42433,93126 -"242255",42434,42746 -"242256",42434,81673 -"242257",42434,108446 -"242258",42435,88258 -"242259",42436,53036 -"242260",42436,55288 -"242261",42436,55320 -"242262",42436,55791 -"242263",42436,67120 -"242264",42436,67157 -"242265",42437,42447 -"242266",42437,52404 -"242267",42437,62247 -"242268",42437,71783 -"242269",42438,42468 -"242270",42438,51740 -"242271",42438,58492 -"242272",42441,62295 -"242273",42441,69986 -"242274",42441,70974 -"242275",42443,42457 -"242276",42443,42501 -"242277",42446,96417 -"242278",42447,66328 -"242279",42447,82538 -"242280",42447,82539 -"242281",42448,98969 -"242282",42448,106216 -"242283",42448,109992 -"242284",42448,114454 -"242285",42448,117320 -"242286",42449,49235 -"242287",42449,56556 -"242288",42449,62846 -"242289",42450,42799 -"242290",42450,49653 -"242291",42450,81879 -"242292",42450,81894 -"242293",42452,42607 -"242294",42452,57824 -"242295",42452,81134 -"242296",42452,90055 -"242297",42452,108164 -"242298",42452,113791 -"242299",42452,113806 -"242300",42453,42777 -"242301",42453,79791 -"242302",42453,79860 -"242303",42453,79887 -"242304",42453,79962 -"242305",42454,53495 -"242306",42454,83905 -"242307",42454,114102 -"242308",42454,119742 -"242309",42454,120267 -"242310",42454,121634 -"242311",42455,43853 -"242312",42455,46578 -"242313",42455,54794 -"242314",42455,69931 -"242315",42455,70664 -"242316",42455,78216 -"242317",42455,89982 -"242318",42456,45928 -"242319",42456,49477 -"242320",42456,56578 -"242321",42456,62690 -"242322",42456,71566 -"242323",42456,83179 -"242324",42456,85912 -"242325",42456,100175 -"242326",42456,103670 -"242327",42457,42501 -"242328",42458,50135 -"242329",42458,74182 -"242330",42459,43678 -"242331",42459,49796 -"242332",42460,70554 -"242333",42461,42859 -"242334",42461,75723 -"242335",42461,85643 -"242336",42462,45477 -"242337",42462,45598 -"242338",42462,49828 -"242339",42462,57030 -"242340",42462,83739 -"242341",42462,87064 -"242342",42463,42887 -"242343",42463,50635 -"242344",42464,57565 -"242345",42464,78927 -"242346",42464,92579 -"242347",42464,93076 -"242348",42464,101345 -"242349",42464,115295 -"242350",42465,42582 -"242351",42466,45048 -"242352",42466,53984 -"242353",42466,77149 -"242354",42467,68815 -"242355",42469,42904 -"242356",42469,48485 -"242357",42469,55048 -"242358",42469,72827 -"242359",42469,96741 -"242360",42469,100647 -"242361",42469,102053 -"242362",42469,106205 -"242363",42469,110655 -"242364",42470,46450 -"242365",42470,49358 -"242366",42470,49380 -"242367",42473,42482 -"242368",42473,51194 -"242369",42473,51304 -"242370",42474,42477 -"242371",42474,52144 -"242372",42474,60304 -"242373",42475,46559 -"242374",42475,47580 -"242375",42475,51127 -"242376",42475,51156 -"242377",42475,54034 -"242378",42476,104855 -"242379",42476,109628 -"242380",42476,109659 -"242381",42479,100484 -"242382",42480,48095 -"242383",42480,48584 -"242384",42480,53551 -"242385",42480,73340 -"242386",42480,73799 -"242387",42480,78261 -"242388",42480,100290 -"242389",42481,102526 -"242390",42484,65529 -"242391",42486,52593 -"242392",42486,78369 -"242393",42486,84247 -"242394",42486,92091 -"242395",42486,92261 -"242396",42487,42576 -"242397",42488,42873 -"242398",42488,54037 -"242399",42488,65695 -"242400",42488,79032 -"242401",42488,104263 -"242402",42488,112467 -"242403",42490,43711 -"242404",42490,44613 -"242405",42490,49180 -"242406",42490,52801 -"242407",42490,58829 -"242408",42490,75954 -"242409",42490,87799 -"242410",42490,89959 -"242411",42490,90090 -"242412",42490,99665 -"242413",42493,69828 -"242414",42496,48832 -"242415",42496,62009 -"242416",42496,66829 -"242417",42496,68688 -"242418",42496,85456 -"242419",42497,56217 -"242420",42497,57697 -"242421",42498,43427 -"242422",42498,62909 -"242423",42498,88885 -"242424",42498,88898 -"242425",42498,89339 -"242426",42500,54625 -"242427",42500,55487 -"242428",42500,65398 -"242429",42500,73315 -"242430",42500,97990 -"242431",42500,114558 -"242432",42502,43267 -"242433",42502,71632 -"242434",42504,44559 -"242435",42505,58553 -"242436",42505,84194 -"242437",42505,86660 -"242438",42505,89511 -"242439",42505,97160 -"242440",42505,99207 -"242441",42507,99487 -"242442",42508,42652 -"242443",42508,42724 -"242444",42508,42937 -"242445",42508,45970 -"242446",42508,47220 -"242447",42508,48066 -"242448",42508,48179 -"242449",42508,48672 -"242450",42508,48733 -"242451",42508,48734 -"242452",42508,48751 -"242453",42508,48783 -"242454",42508,48785 -"242455",42508,57390 -"242456",42508,58241 -"242457",42508,58294 -"242458",42508,59120 -"242459",42508,70867 -"242460",42509,72727 -"242461",42509,72972 -"242462",42509,77222 -"242463",42510,42591 -"242464",42510,42619 -"242465",42512,52314 -"242466",42512,54511 -"242467",42512,55733 -"242468",42512,58675 -"242469",42512,92023 -"242470",42512,92024 -"242471",42512,92040 -"242472",42512,92261 -"242473",42512,95137 -"242474",42512,98649 -"242475",42512,120222 -"242476",42515,42523 -"242477",42515,50984 -"242478",42515,57026 -"242479",42515,95224 -"242480",42515,108827 -"242481",42516,43560 -"242482",42516,44825 -"242483",42516,49999 -"242484",42516,55728 -"242485",42516,59854 -"242486",42516,60183 -"242487",42516,63115 -"242488",42516,65376 -"242489",42516,69478 -"242490",42516,75669 -"242491",42516,80281 -"242492",42516,80778 -"242493",42516,91381 -"242494",42516,91762 -"242495",42516,99574 -"242496",42516,99581 -"242497",42516,99592 -"242498",42516,99598 -"242499",42516,112927 -"242500",42518,46739 -"242501",42518,56739 -"242502",42519,57058 -"242503",42519,57990 -"242504",42519,59307 -"242505",42519,77092 -"242506",42519,80569 -"242507",42519,96081 -"242508",42519,99070 -"242509",42519,102215 -"242510",42519,102233 -"242511",42519,105496 -"242512",42520,44675 -"242513",42520,52018 -"242514",42520,59404 -"242515",42520,59850 -"242516",42520,60106 -"242517",42520,61591 -"242518",42521,51462 -"242519",42521,55748 -"242520",42521,62955 -"242521",42521,68687 -"242522",42521,86558 -"242523",42521,88534 -"242524",42521,93400 -"242525",42521,94740 -"242526",42522,52969 -"242527",42523,65700 -"242528",42523,74103 -"242529",42523,76646 -"242530",42523,82332 -"242531",42523,82893 -"242532",42523,83032 -"242533",42523,85189 -"242534",42525,42702 -"242535",42525,45675 -"242536",42525,69942 -"242537",42525,75049 -"242538",42525,79908 -"242539",42525,79946 -"242540",42525,79978 -"242541",42526,44599 -"242542",42526,61260 -"242543",42527,53677 -"242544",42527,74919 -"242545",42527,121989 -"242546",42528,102182 -"242547",42529,42578 -"242548",42529,42662 -"242549",42529,85496 -"242550",42529,87194 -"242551",42530,59153 -"242552",42530,100048 -"242553",42531,42685 -"242554",42531,44860 -"242555",42532,43733 -"242556",42532,73374 -"242557",42533,53111 -"242558",42534,72549 -"242559",42535,109398 -"242560",42537,50408 -"242561",42537,58327 -"242562",42538,42554 -"242563",42541,42712 -"242564",42541,43725 -"242565",42541,47129 -"242566",42542,55552 -"242567",42543,46148 -"242568",42543,62837 -"242569",42543,71155 -"242570",42543,107080 -"242571",42544,52408 -"242572",42545,42650 -"242573",42546,47443 -"242574",42546,58499 -"242575",42546,59125 -"242576",42546,60833 -"242577",42546,113910 -"242578",42547,79320 -"242579",42548,60243 -"242580",42548,87875 -"242581",42548,90448 -"242582",42548,105480 -"242583",42549,61357 -"242584",42549,112948 -"242585",42551,43053 -"242586",42551,48891 -"242587",42551,96524 -"242588",42552,61379 -"242589",42552,61780 -"242590",42552,64275 -"242591",42552,69889 -"242592",42552,69891 -"242593",42552,69919 -"242594",42553,42964 -"242595",42554,64087 -"242596",42554,70427 -"242597",42554,79994 -"242598",42554,85851 -"242599",42554,94872 -"242600",42554,118477 -"242601",42555,42628 -"242602",42556,42558 -"242603",42556,42630 -"242604",42557,73705 -"242605",42558,42630 -"242606",42558,52766 -"242607",42558,55447 -"242608",42558,56941 -"242609",42558,56970 -"242610",42559,42600 -"242611",42559,49309 -"242612",42559,54738 -"242613",42559,64019 -"242614",42560,74925 -"242615",42560,95570 -"242616",42560,114381 -"242617",42562,42877 -"242618",42562,46691 -"242619",42562,76369 -"242620",42562,77160 -"242621",42562,77175 -"242622",42562,77179 -"242623",42562,111734 -"242624",42562,121474 -"242625",42564,61960 -"242626",42564,65316 -"242627",42565,47702 -"242628",42565,101924 -"242629",42565,112839 -"242630",42566,42804 -"242631",42566,80707 -"242632",42567,82151 -"242633",42567,96168 -"242634",42567,102485 -"242635",42570,70091 -"242636",42570,92304 -"242637",42570,118652 -"242638",42570,118700 -"242639",42571,49620 -"242640",42572,45848 -"242641",42572,46304 -"242642",42572,58806 -"242643",42572,67507 -"242644",42572,68334 -"242645",42572,70431 -"242646",42572,112484 -"242647",42572,119385 -"242648",42572,123170 -"242649",42574,49739 -"242650",42574,60701 -"242651",42574,67150 -"242652",42575,56931 -"242653",42577,43688 -"242654",42577,66423 -"242655",42578,42662 -"242656",42579,42624 -"242657",42579,46430 -"242658",42579,49576 -"242659",42579,58520 -"242660",42579,67940 -"242661",42579,78355 -"242662",42579,108691 -"242663",42580,89708 -"242664",42580,108106 -"242665",42580,119055 -"242666",42581,42798 -"242667",42582,48480 -"242668",42582,50041 -"242669",42582,81649 -"242670",42582,82177 -"242671",42582,104942 -"242672",42584,51583 -"242673",42585,50143 -"242674",42585,97369 -"242675",42586,51428 -"242676",42586,94520 -"242677",42586,102101 -"242678",42587,48971 -"242679",42587,61098 -"242680",42587,86301 -"242681",42589,78476 -"242682",42589,79397 -"242683",42589,88443 -"242684",42589,91779 -"242685",42589,96768 -"242686",42589,100527 -"242687",42589,108203 -"242688",42589,119637 -"242689",42591,42619 -"242690",42592,72071 -"242691",42593,42617 -"242692",42593,42657 -"242693",42594,46348 -"242694",42594,53609 -"242695",42594,68173 -"242696",42594,77082 -"242697",42594,77120 -"242698",42594,113149 -"242699",42595,48973 -"242700",42595,52326 -"242701",42595,52358 -"242702",42595,54947 -"242703",42595,63375 -"242704",42595,69531 -"242705",42597,42891 -"242706",42597,50117 -"242707",42598,52944 -"242708",42598,68475 -"242709",42598,68496 -"242710",42598,99621 -"242711",42598,101191 -"242712",42599,51236 -"242713",42599,68623 -"242714",42599,69503 -"242715",42600,53014 -"242716",42600,103235 -"242717",42601,69994 -"242718",42602,75204 -"242719",42602,75466 -"242720",42602,99827 -"242721",42603,42714 -"242722",42603,42924 -"242723",42603,82556 -"242724",42603,82590 -"242725",42604,47421 -"242726",42604,58432 -"242727",42604,60131 -"242728",42604,75568 -"242729",42604,88471 -"242730",42604,96455 -"242731",42604,102268 -"242732",42604,108463 -"242733",42604,111931 -"242734",42605,53315 -"242735",42605,88576 -"242736",42605,91088 -"242737",42606,65858 -"242738",42606,72418 -"242739",42608,44180 -"242740",42608,45818 -"242741",42608,51476 -"242742",42608,51892 -"242743",42608,53755 -"242744",42608,54168 -"242745",42608,57210 -"242746",42608,58482 -"242747",42608,59172 -"242748",42608,59816 -"242749",42608,59863 -"242750",42608,61874 -"242751",42608,63274 -"242752",42608,66322 -"242753",42608,67327 -"242754",42608,68626 -"242755",42608,69816 -"242756",42608,70854 -"242757",42608,71683 -"242758",42608,72568 -"242759",42608,72628 -"242760",42608,72822 -"242761",42608,72940 -"242762",42608,73767 -"242763",42608,74699 -"242764",42608,78532 -"242765",42608,81609 -"242766",42608,84924 -"242767",42608,85885 -"242768",42608,91073 -"242769",42608,91178 -"242770",42608,91255 -"242771",42608,92247 -"242772",42608,92352 -"242773",42608,92362 -"242774",42608,92929 -"242775",42608,93719 -"242776",42608,94906 -"242777",42608,94946 -"242778",42608,95889 -"242779",42608,96093 -"242780",42608,97636 -"242781",42608,97988 -"242782",42608,99309 -"242783",42608,99376 -"242784",42608,99450 -"242785",42608,99471 -"242786",42608,99474 -"242787",42608,100916 -"242788",42608,100944 -"242789",42608,101126 -"242790",42608,101329 -"242791",42608,103074 -"242792",42608,105557 -"242793",42608,107199 -"242794",42608,108743 -"242795",42608,108980 -"242796",42608,109291 -"242797",42608,109933 -"242798",42608,110483 -"242799",42608,110567 -"242800",42608,110572 -"242801",42608,110630 -"242802",42608,110648 -"242803",42608,110711 -"242804",42608,110770 -"242805",42608,110869 -"242806",42608,110911 -"242807",42608,111285 -"242808",42608,111314 -"242809",42608,111362 -"242810",42608,111372 -"242811",42608,111424 -"242812",42608,111433 -"242813",42608,112422 -"242814",42608,112824 -"242815",42608,112844 -"242816",42608,112845 -"242817",42608,113269 -"242818",42608,113430 -"242819",42608,114242 -"242820",42608,114842 -"242821",42608,115427 -"242822",42608,115521 -"242823",42608,115711 -"242824",42609,59590 -"242825",42609,64902 -"242826",42609,69282 -"242827",42609,69548 -"242828",42609,95533 -"242829",42609,104959 -"242830",42609,105027 -"242831",42610,62726 -"242832",42610,65804 -"242833",42610,70367 -"242834",42610,75797 -"242835",42611,42646 -"242836",42612,45164 -"242837",42612,45201 -"242838",42613,51360 -"242839",42613,77996 -"242840",42613,78414 -"242841",42613,81336 -"242842",42613,81640 -"242843",42613,91048 -"242844",42613,92887 -"242845",42613,93373 -"242846",42613,98412 -"242847",42613,98732 -"242848",42613,99433 -"242849",42613,119930 -"242850",42613,122858 -"242851",42613,122955 -"242852",42615,47723 -"242853",42615,53336 -"242854",42616,56976 -"242855",42616,57052 -"242856",42616,58295 -"242857",42616,107075 -"242858",42617,42657 -"242859",42618,83405 -"242860",42618,90347 -"242861",42618,96238 -"242862",42618,117105 -"242863",42619,44436 -"242864",42619,71932 -"242865",42619,88077 -"242866",42620,42632 -"242867",42620,96168 -"242868",42620,105843 -"242869",42622,61750 -"242870",42622,76990 -"242871",42622,81922 -"242872",42622,91232 -"242873",42622,97615 -"242874",42622,108457 -"242875",42622,109339 -"242876",42622,111711 -"242877",42622,111904 -"242878",42622,114266 -"242879",42622,115594 -"242880",42622,118335 -"242881",42622,120853 -"242882",42622,120858 -"242883",42625,67147 -"242884",42625,86759 -"242885",42627,54267 -"242886",42627,111210 -"242887",42629,80105 -"242888",42629,95018 -"242889",42629,102562 -"242890",42631,46035 -"242891",42631,46106 -"242892",42631,46158 -"242893",42631,46234 -"242894",42631,52474 -"242895",42634,67078 -"242896",42634,75306 -"242897",42636,121858 -"242898",42637,42638 -"242899",42638,77989 -"242900",42638,80367 -"242901",42638,99219 -"242902",42639,43186 -"242903",42640,45619 -"242904",42640,50397 -"242905",42642,48510 -"242906",42642,50956 -"242907",42642,51055 -"242908",42642,58661 -"242909",42642,58668 -"242910",42642,59515 -"242911",42642,60516 -"242912",42643,46773 -"242913",42643,50242 -"242914",42643,57675 -"242915",42643,65590 -"242916",42643,87946 -"242917",42643,89834 -"242918",42643,92778 -"242919",42643,112409 -"242920",42644,60672 -"242921",42644,100959 -"242922",42644,101032 -"242923",42645,47141 -"242924",42645,109264 -"242925",42645,117463 -"242926",42646,57563 -"242927",42646,63570 -"242928",42646,69453 -"242929",42646,72023 -"242930",42647,53619 -"242931",42648,78705 -"242932",42648,90895 -"242933",42648,90896 -"242934",42648,93264 -"242935",42648,106224 -"242936",42650,59833 -"242937",42651,42748 -"242938",42651,42800 -"242939",42652,42724 -"242940",42652,42783 -"242941",42652,47582 -"242942",42652,47736 -"242943",42652,57133 -"242944",42653,75589 -"242945",42654,42718 -"242946",42655,42668 -"242947",42655,42751 -"242948",42655,42762 -"242949",42655,42764 -"242950",42655,42786 -"242951",42655,42810 -"242952",42658,43860 -"242953",42658,52595 -"242954",42658,64361 -"242955",42659,42660 -"242956",42659,44037 -"242957",42659,52313 -"242958",42659,54186 -"242959",42659,70284 -"242960",42659,70444 -"242961",42659,70600 -"242962",42660,49803 -"242963",42660,52623 -"242964",42661,53227 -"242965",42661,64371 -"242966",42661,65355 -"242967",42661,72995 -"242968",42661,83139 -"242969",42661,85508 -"242970",42661,85925 -"242971",42661,94772 -"242972",42661,97318 -"242973",42661,122769 -"242974",42663,121960 -"242975",42664,44814 -"242976",42664,58969 -"242977",42665,58831 -"242978",42665,77291 -"242979",42665,99797 -"242980",42665,115116 -"242981",42665,117565 -"242982",42665,117568 -"242983",42666,53031 -"242984",42666,55905 -"242985",42666,86430 -"242986",42667,43057 -"242987",42667,57149 -"242988",42668,42751 -"242989",42668,42762 -"242990",42668,42764 -"242991",42668,42786 -"242992",42668,42810 -"242993",42668,66775 -"242994",42668,66875 -"242995",42668,71475 -"242996",42668,77852 -"242997",42670,42769 -"242998",42671,43093 -"242999",42671,43186 -"243000",42671,43219 -"243001",42671,43239 -"243002",42671,43293 -"243003",42671,43312 -"243004",42672,46580 -"243005",42672,51055 -"243006",42672,97373 -"243007",42674,48481 -"243008",42675,45529 -"243009",42675,57199 -"243010",42676,48224 -"243011",42676,105621 -"243012",42677,85936 -"243013",42677,117806 -"243014",42678,100329 -"243015",42679,42687 -"243016",42679,42789 -"243017",42679,54906 -"243018",42680,42755 -"243019",42680,49208 -"243020",42680,49215 -"243021",42680,49244 -"243022",42681,47240 -"243023",42681,65519 -"243024",42681,107689 -"243025",42682,50604 -"243026",42682,57270 -"243027",42682,58645 -"243028",42682,60928 -"243029",42682,65137 -"243030",42682,80041 -"243031",42682,86380 -"243032",42682,87221 -"243033",42682,99575 -"243034",42682,101067 -"243035",42682,107050 -"243036",42683,69902 -"243037",42683,85579 -"243038",42684,53230 -"243039",42684,53874 -"243040",42684,66453 -"243041",42684,83768 -"243042",42684,86610 -"243043",42685,44860 -"243044",42686,72995 -"243045",42686,76173 -"243046",42686,98253 -"243047",42686,100723 -"243048",42687,42789 -"243049",42687,47324 -"243050",42687,52501 -"243051",42687,79804 -"243052",42687,80242 -"243053",42687,103014 -"243054",42687,115366 -"243055",42687,116808 -"243056",42687,117923 -"243057",42687,119204 -"243058",42688,42692 -"243059",42688,42774 -"243060",42688,71009 -"243061",42688,82246 -"243062",42688,84703 -"243063",42688,110677 -"243064",42688,117925 -"243065",42689,42725 -"243066",42689,51921 -"243067",42689,54917 -"243068",42689,57094 -"243069",42689,57901 -"243070",42689,58960 -"243071",42689,68043 -"243072",42689,69608 -"243073",42689,80396 -"243074",42689,83913 -"243075",42689,92435 -"243076",42689,94520 -"243077",42689,94533 -"243078",42689,95001 -"243079",42689,102003 -"243080",42689,102101 -"243081",42689,102950 -"243082",42689,114679 -"243083",42689,114686 -"243084",42689,114687 -"243085",42690,82648 -"243086",42691,42765 -"243087",42692,42774 -"243088",42692,46020 -"243089",42692,52234 -"243090",42693,101280 -"243091",42694,42730 -"243092",42695,42700 -"243093",42695,42740 -"243094",42695,42741 -"243095",42695,44549 -"243096",42695,72520 -"243097",42695,78833 -"243098",42695,96232 -"243099",42695,96428 -"243100",42696,43293 -"243101",42696,45580 -"243102",42696,48467 -"243103",42696,50022 -"243104",42696,50873 -"243105",42696,50874 -"243106",42696,50875 -"243107",42696,50876 -"243108",42696,50944 -"243109",42696,50945 -"243110",42696,50985 -"243111",42696,50986 -"243112",42696,50993 -"243113",42696,50994 -"243114",42698,66099 -"243115",42699,53943 -"243116",42699,66782 -"243117",42699,79484 -"243118",42700,42740 -"243119",42700,42741 -"243120",42700,45532 -"243121",42700,45869 -"243122",42700,57478 -"243123",42700,72520 -"243124",42700,80007 -"243125",42700,81421 -"243126",42700,88575 -"243127",42701,83960 -"243128",42702,69942 -"243129",42702,75049 -"243130",42703,45194 -"243131",42703,55205 -"243132",42703,81361 -"243133",42703,98565 -"243134",42703,98571 -"243135",42703,98588 -"243136",42704,42729 -"243137",42706,45392 -"243138",42706,86547 -"243139",42707,42773 -"243140",42708,42745 -"243141",42709,43142 -"243142",42709,51373 -"243143",42709,93858 -"243144",42709,93989 -"243145",42709,94578 -"243146",42709,96889 -"243147",42709,118867 -"243148",42709,119157 -"243149",42709,119161 -"243150",42709,119164 -"243151",42709,120091 -"243152",42710,80982 -"243153",42713,88199 -"243154",42713,91723 -"243155",42714,42924 -"243156",42715,60923 -"243157",42715,73488 -"243158",42715,76688 -"243159",42715,77253 -"243160",42715,79161 -"243161",42715,96759 -"243162",42716,45222 -"243163",42716,86549 -"243164",42716,98927 -"243165",42716,102048 -"243166",42717,49091 -"243167",42718,56448 -"243168",42718,62393 -"243169",42718,74908 -"243170",42718,96371 -"243171",42718,114927 -"243172",42719,51569 -"243173",42719,61994 -"243174",42719,65268 -"243175",42719,70152 -"243176",42719,70199 -"243177",42720,57946 -"243178",42720,57948 -"243179",42720,57989 -"243180",42720,59852 -"243181",42722,42747 -"243182",42722,48196 -"243183",42722,65862 -"243184",42723,45088 -"243185",42723,53117 -"243186",42723,56787 -"243187",42723,62655 -"243188",42723,74558 -"243189",42723,75054 -"243190",42723,81749 -"243191",42723,86925 -"243192",42723,87101 -"243193",42723,111443 -"243194",42725,51921 -"243195",42725,57094 -"243196",42725,58960 -"243197",42725,60312 -"243198",42725,68043 -"243199",42725,80756 -"243200",42725,83672 -"243201",42725,88071 -"243202",42725,92039 -"243203",42725,94520 -"243204",42725,94533 -"243205",42725,95996 -"243206",42725,98337 -"243207",42725,102003 -"243208",42725,102101 -"243209",42725,106677 -"243210",42725,106745 -"243211",42725,110399 -"243212",42725,114679 -"243213",42725,116452 -"243214",42725,117480 -"243215",42725,120583 -"243216",42727,104004 -"243217",42727,104811 -"243218",42727,113544 -"243219",42727,121723 -"243220",42727,123326 -"243221",42728,104738 -"243222",42729,66330 -"243223",42730,54143 -"243224",42730,57689 -"243225",42731,98321 -"243226",42731,98325 -"243227",42732,45891 -"243228",42732,66785 -"243229",42733,42744 -"243230",42733,42910 -"243231",42733,42911 -"243232",42734,69045 -"243233",42734,84549 -"243234",42734,90185 -"243235",42734,100367 -"243236",42735,58991 -"243237",42735,79564 -"243238",42736,54440 -"243239",42736,67121 -"243240",42736,98886 -"243241",42736,98918 -"243242",42737,49415 -"243243",42737,54416 -"243244",42737,55233 -"243245",42737,64527 -"243246",42737,68510 -"243247",42737,89473 -"243248",42738,68074 -"243249",42738,69967 -"243250",42738,102429 -"243251",42740,42741 -"243252",42741,44358 -"243253",42742,57346 -"243254",42743,42852 -"243255",42743,93907 -"243256",42744,42910 -"243257",42744,42911 -"243258",42744,43505 -"243259",42744,43548 -"243260",42744,43596 -"243261",42744,43621 -"243262",42744,43633 -"243263",42744,43907 -"243264",42744,46049 -"243265",42744,58059 -"243266",42744,97213 -"243267",42744,108214 -"243268",42745,43547 -"243269",42746,81673 -"243270",42747,45645 -"243271",42747,49033 -"243272",42747,72032 -"243273",42747,81305 -"243274",42747,94932 -"243275",42748,42800 -"243276",42748,58221 -"243277",42748,60085 -"243278",42748,61785 -"243279",42748,66278 -"243280",42748,78332 -"243281",42748,81058 -"243282",42748,97354 -"243283",42748,101112 -"243284",42748,107371 -"243285",42749,51676 -"243286",42749,61384 -"243287",42749,63598 -"243288",42749,80502 -"243289",42749,89165 -"243290",42749,93694 -"243291",42749,93731 -"243292",42749,93751 -"243293",42749,93772 -"243294",42750,54606 -"243295",42751,42762 -"243296",42751,42764 -"243297",42751,42786 -"243298",42751,42810 -"243299",42752,58114 -"243300",42752,64648 -"243301",42753,46087 -"243302",42753,60202 -"243303",42753,71029 -"243304",42753,71181 -"243305",42753,71199 -"243306",42754,49539 -"243307",42754,105680 -"243308",42754,111037 -"243309",42755,54675 -"243310",42755,73320 -"243311",42756,47389 -"243312",42756,47862 -"243313",42756,49114 -"243314",42756,66994 -"243315",42756,68441 -"243316",42756,68586 -"243317",42756,68688 -"243318",42756,69447 -"243319",42756,80905 -"243320",42756,80911 -"243321",42756,85646 -"243322",42756,97242 -"243323",42756,119300 -"243324",42756,119301 -"243325",42757,68819 -"243326",42759,78314 -"243327",42759,90421 -"243328",42760,47832 -"243329",42761,51291 -"243330",42761,51314 -"243331",42761,51315 -"243332",42761,96233 -"243333",42761,106104 -"243334",42761,111801 -"243335",42762,42764 -"243336",42762,42786 -"243337",42762,42810 -"243338",42762,63856 -"243339",42762,117595 -"243340",42763,109803 -"243341",42763,112382 -"243342",42764,42786 -"243343",42764,42810 -"243344",42764,47342 -"243345",42764,47855 -"243346",42766,92049 -"243347",42766,109107 -"243348",42767,57706 -"243349",42767,60838 -"243350",42768,42771 -"243351",42768,42785 -"243352",42768,49903 -"243353",42768,49918 -"243354",42768,100054 -"243355",42768,114021 -"243356",42768,117857 -"243357",42769,60556 -"243358",42769,60598 -"243359",42769,60607 -"243360",42770,42974 -"243361",42771,42785 -"243362",42772,43579 -"243363",42772,105264 -"243364",42773,46291 -"243365",42773,61667 -"243366",42773,62857 -"243367",42773,70011 -"243368",42773,77719 -"243369",42773,91551 -"243370",42773,91667 -"243371",42773,97853 -"243372",42773,101133 -"243373",42773,103376 -"243374",42773,104842 -"243375",42773,104872 -"243376",42773,104918 -"243377",42773,110320 -"243378",42773,114560 -"243379",42773,115614 -"243380",42773,117638 -"243381",42773,117643 -"243382",42773,117644 -"243383",42774,78208 -"243384",42774,109887 -"243385",42774,109897 -"243386",42775,68885 -"243387",42775,105383 -"243388",42776,102356 -"243389",42778,46680 -"243390",42778,50623 -"243391",42778,50624 -"243392",42778,94146 -"243393",42778,111611 -"243394",42778,112848 -"243395",42779,51448 -"243396",42779,73248 -"243397",42779,74822 -"243398",42779,78804 -"243399",42780,85132 -"243400",42780,85703 -"243401",42781,42809 -"243402",42782,43078 -"243403",42783,42791 -"243404",42783,43054 -"243405",42783,47736 -"243406",42783,57133 -"243407",42786,42810 -"243408",42786,54258 -"243409",42786,78359 -"243410",42787,45860 -"243411",42787,48116 -"243412",42787,53499 -"243413",42787,69175 -"243414",42787,77467 -"243415",42787,79360 -"243416",42787,86896 -"243417",42788,69020 -"243418",42788,69509 -"243419",42788,90452 -"243420",42788,106589 -"243421",42790,70627 -"243422",42790,74590 -"243423",42791,43054 -"243424",42791,56735 -"243425",42791,56766 -"243426",42791,56778 -"243427",42791,69492 -"243428",42792,43211 -"243429",42792,49698 -"243430",42792,53230 -"243431",42792,71607 -"243432",42792,72007 -"243433",42792,72008 -"243434",42792,88686 -"243435",42793,55257 -"243436",42793,96472 -"243437",42794,63371 -"243438",42794,90882 -"243439",42795,103431 -"243440",42795,106298 -"243441",42796,71367 -"243442",42797,68582 -"243443",42798,58073 -"243444",42799,74818 -"243445",42799,105484 -"243446",42800,45271 -"243447",42800,61804 -"243448",42800,62906 -"243449",42800,69554 -"243450",42800,69629 -"243451",42800,73942 -"243452",42800,77604 -"243453",42800,85245 -"243454",42800,88818 -"243455",42800,92035 -"243456",42800,92995 -"243457",42800,101827 -"243458",42800,114268 -"243459",42801,99640 -"243460",42803,43131 -"243461",42804,49237 -"243462",42804,80707 -"243463",42805,43171 -"243464",42805,43177 -"243465",42805,43248 -"243466",42807,48358 -"243467",42807,55545 -"243468",42807,76064 -"243469",42808,49267 -"243470",42808,95829 -"243471",42808,107235 -"243472",42809,47440 -"243473",42809,56141 -"243474",42809,73392 -"243475",42809,98134 -"243476",42809,98318 -"243477",42810,57033 -"243478",42810,105619 -"243479",42810,105659 -"243480",42811,85244 -"243481",42811,92306 -"243482",42811,93102 -"243483",42812,58459 -"243484",42813,46069 -"243485",42813,46486 -"243486",42813,47811 -"243487",42813,50249 -"243488",42813,71703 -"243489",42814,54235 -"243490",42814,60991 -"243491",42814,66110 -"243492",42814,74863 -"243493",42814,76639 -"243494",42814,85429 -"243495",42814,86279 -"243496",42814,91695 -"243497",42814,97440 -"243498",42814,100239 -"243499",42814,113099 -"243500",42815,43102 -"243501",42815,44174 -"243502",42815,44197 -"243503",42815,44217 -"243504",42815,44218 -"243505",42815,44256 -"243506",42815,44268 -"243507",42815,48917 -"243508",42815,51368 -"243509",42815,66471 -"243510",42815,66509 -"243511",42817,78322 -"243512",42818,66449 -"243513",42818,118299 -"243514",42820,45123 -"243515",42820,45542 -"243516",42821,42916 -"243517",42821,42950 -"243518",42821,49350 -"243519",42822,93880 -"243520",42823,52896 -"243521",42823,65030 -"243522",42824,42825 -"243523",42824,42876 -"243524",42824,42907 -"243525",42825,42876 -"243526",42825,42907 -"243527",42825,49578 -"243528",42825,50409 -"243529",42825,84726 -"243530",42826,50660 -"243531",42827,53764 -"243532",42827,87530 -"243533",42829,42843 -"243534",42829,42943 -"243535",42830,42922 -"243536",42831,79202 -"243537",42832,42869 -"243538",42832,51751 -"243539",42832,70016 -"243540",42833,42966 -"243541",42833,43303 -"243542",42834,87597 -"243543",42834,106430 -"243544",42835,51958 -"243545",42837,46670 -"243546",42837,48356 -"243547",42837,79013 -"243548",42837,116886 -"243549",42838,42949 -"243550",42839,51309 -"243551",42840,42887 -"243552",42841,90462 -"243553",42842,61729 -"243554",42843,42943 -"243555",42844,43024 -"243556",42845,97714 -"243557",42846,51597 -"243558",42847,62140 -"243559",42847,63231 -"243560",42847,63248 -"243561",42847,63791 -"243562",42847,63827 -"243563",42847,64926 -"243564",42848,49477 -"243565",42848,85122 -"243566",42848,105026 -"243567",42849,88324 -"243568",42850,54677 -"243569",42851,44117 -"243570",42851,51806 -"243571",42851,57816 -"243572",42851,64634 -"243573",42851,71454 -"243574",42851,74859 -"243575",42851,90745 -"243576",42851,110367 -"243577",42851,111834 -"243578",42851,115036 -"243579",42852,48325 -"243580",42852,48389 -"243581",42852,96360 -"243582",42853,49962 -"243583",42853,70518 -"243584",42853,97617 -"243585",42853,98086 -"243586",42853,98089 -"243587",42854,42855 -"243588",42854,43288 -"243589",42854,116491 -"243590",42855,43288 -"243591",42857,46091 -"243592",42857,50815 -"243593",42857,63015 -"243594",42857,70548 -"243595",42858,49980 -"243596",42858,67449 -"243597",42858,82975 -"243598",42859,48966 -"243599",42859,51229 -"243600",42859,56819 -"243601",42859,64803 -"243602",42859,70891 -"243603",42859,73700 -"243604",42859,75723 -"243605",42859,77167 -"243606",42859,85643 -"243607",42859,119241 -"243608",42859,119271 -"243609",42860,42912 -"243610",42860,70656 -"243611",42861,55307 -"243612",42861,56155 -"243613",42861,56160 -"243614",42861,56179 -"243615",42861,56226 -"243616",42861,56239 -"243617",42861,56251 -"243618",42861,56267 -"243619",42861,56291 -"243620",42861,56359 -"243621",42862,59499 -"243622",42862,63486 -"243623",42862,96387 -"243624",42862,102581 -"243625",42862,112457 -"243626",42862,122049 -"243627",42863,78929 -"243628",42863,103193 -"243629",42864,46537 -"243630",42864,71205 -"243631",42865,44418 -"243632",42865,51861 -"243633",42865,69936 -"243634",42868,42962 -"243635",42870,75577 -"243636",42870,78039 -"243637",42871,43305 -"243638",42872,66004 -"243639",42872,67152 -"243640",42872,81594 -"243641",42872,88490 -"243642",42872,92246 -"243643",42872,99471 -"243644",42872,99553 -"243645",42872,100523 -"243646",42873,79943 -"243647",42873,97166 -"243648",42874,81613 -"243649",42874,104662 -"243650",42875,55021 -"243651",42875,63896 -"243652",42875,66382 -"243653",42875,72089 -"243654",42875,75738 -"243655",42875,76375 -"243656",42875,79570 -"243657",42875,85598 -"243658",42876,42907 -"243659",42877,54924 -"243660",42877,84614 -"243661",42877,97003 -"243662",42877,99523 -"243663",42877,116268 -"243664",42878,52353 -"243665",42878,80766 -"243666",42879,64831 -"243667",42879,78749 -"243668",42879,88172 -"243669",42879,121844 -"243670",42882,46397 -"243671",42882,50959 -"243672",42882,55365 -"243673",42882,69701 -"243674",42882,73806 -"243675",42882,74573 -"243676",42882,76953 -"243677",42882,84412 -"243678",42882,117237 -"243679",42882,117397 -"243680",42883,42884 -"243681",42883,80950 -"243682",42883,90424 -"243683",42886,105979 -"243684",42887,74774 -"243685",42887,86454 -"243686",42889,72175 -"243687",42890,53537 -"243688",42890,61207 -"243689",42891,45474 -"243690",42891,60761 -"243691",42893,50201 -"243692",42893,69824 -"243693",42893,87357 -"243694",42894,76240 -"243695",42894,87863 -"243696",42895,46757 -"243697",42895,52231 -"243698",42895,66129 -"243699",42895,79024 -"243700",42895,105003 -"243701",42895,105043 -"243702",42897,109582 -"243703",42898,69659 -"243704",42898,88044 -"243705",42898,109490 -"243706",42898,120216 -"243707",42899,45001 -"243708",42899,46641 -"243709",42899,47452 -"243710",42899,51077 -"243711",42900,81960 -"243712",42900,102936 -"243713",42901,59520 -"243714",42902,57311 -"243715",42902,69243 -"243716",42903,50763 -"243717",42904,78460 -"243718",42904,98068 -"243719",42904,106205 -"243720",42906,42941 -"243721",42906,46646 -"243722",42908,102847 -"243723",42908,105146 -"243724",42909,43774 -"243725",42909,58432 -"243726",42909,80055 -"243727",42909,84194 -"243728",42909,108463 -"243729",42910,42911 -"243730",42910,43937 -"243731",42911,49111 -"243732",42911,51562 -"243733",42911,76826 -"243734",42911,97213 -"243735",42911,108214 -"243736",42913,46371 -"243737",42913,60049 -"243738",42913,63976 -"243739",42914,43283 -"243740",42914,47940 -"243741",42914,48688 -"243742",42914,48812 -"243743",42914,49260 -"243744",42914,53491 -"243745",42914,56120 -"243746",42914,66314 -"243747",42914,69597 -"243748",42914,84816 -"243749",42915,45358 -"243750",42915,88507 -"243751",42915,102524 -"243752",42915,103591 -"243753",42916,42950 -"243754",42916,49350 -"243755",42916,111216 -"243756",42917,48105 -"243757",42917,52194 -"243758",42917,58273 -"243759",42920,43443 -"243760",42920,56901 -"243761",42920,59178 -"243762",42920,65830 -"243763",42920,74939 -"243764",42920,75288 -"243765",42920,80205 -"243766",42920,83445 -"243767",42920,97559 -"243768",42920,109869 -"243769",42921,47982 -"243770",42921,52622 -"243771",42921,60842 -"243772",42921,60859 -"243773",42921,60884 -"243774",42922,69678 -"243775",42922,98457 -"243776",42923,46523 -"243777",42923,49833 -"243778",42923,53577 -"243779",42923,56981 -"243780",42923,94052 -"243781",42923,119981 -"243782",42925,48089 -"243783",42925,85842 -"243784",42925,86530 -"243785",42926,52154 -"243786",42926,85288 -"243787",42927,44727 -"243788",42927,58691 -"243789",42927,68060 -"243790",42927,74813 -"243791",42927,75003 -"243792",42928,77564 -"243793",42928,88977 -"243794",42928,99270 -"243795",42930,49607 -"243796",42930,50690 -"243797",42930,55210 -"243798",42930,75253 -"243799",42930,92316 -"243800",42930,99070 -"243801",42930,100861 -"243802",42930,101740 -"243803",42930,104374 -"243804",42931,43079 -"243805",42932,77726 -"243806",42933,53940 -"243807",42933,83994 -"243808",42933,85362 -"243809",42934,95663 -"243810",42935,66345 -"243811",42935,122004 -"243812",42936,43105 -"243813",42936,57599 -"243814",42936,78488 -"243815",42936,81278 -"243816",42936,96855 -"243817",42936,99273 -"243818",42936,103974 -"243819",42936,111901 -"243820",42937,44635 -"243821",42937,45970 -"243822",42937,47982 -"243823",42937,48066 -"243824",42937,48179 -"243825",42937,57390 -"243826",42937,58241 -"243827",42937,58250 -"243828",42937,58294 -"243829",42937,58306 -"243830",42937,58353 -"243831",42937,58364 -"243832",42937,58430 -"243833",42937,59120 -"243834",42938,44876 -"243835",42938,46778 -"243836",42938,58904 -"243837",42938,62052 -"243838",42939,47192 -"243839",42939,67467 -"243840",42939,81887 -"243841",42939,89780 -"243842",42939,104634 -"243843",42939,111494 -"243844",42940,46637 -"243845",42940,57278 -"243846",42940,61401 -"243847",42940,62770 -"243848",42940,66173 -"243849",42941,109175 -"243850",42942,51406 -"243851",42942,71857 -"243852",42942,71860 -"243853",42942,72047 -"243854",42943,73158 -"243855",42944,48716 -"243856",42944,48732 -"243857",42944,57925 -"243858",42944,68795 -"243859",42946,61579 -"243860",42946,65743 -"243861",42946,107167 -"243862",42946,110413 -"243863",42946,110452 -"243864",42947,43359 -"243865",42948,46560 -"243866",42948,48026 -"243867",42948,51683 -"243868",42948,55541 -"243869",42948,55700 -"243870",42948,60536 -"243871",42948,65833 -"243872",42948,66978 -"243873",42948,67137 -"243874",42948,114333 -"243875",42948,114334 -"243876",42948,114428 -"243877",42948,116621 -"243878",42950,73117 -"243879",42950,73153 -"243880",42950,74185 -"243881",42951,73379 -"243882",42952,47762 -"243883",42952,56123 -"243884",42953,44237 -"243885",42953,89303 -"243886",42953,96821 -"243887",42954,98083 -"243888",42954,100544 -"243889",42954,106763 -"243890",42956,91763 -"243891",42957,65442 -"243892",42957,98662 -"243893",42958,45269 -"243894",42958,66348 -"243895",42959,50328 -"243896",42959,61067 -"243897",42959,73699 -"243898",42959,74196 -"243899",42959,74262 -"243900",42959,74847 -"243901",42959,116595 -"243902",42960,52890 -"243903",42960,99235 -"243904",42960,103428 -"243905",42961,64271 -"243906",42961,73504 -"243907",42961,83224 -"243908",42961,96254 -"243909",42961,105712 -"243910",42961,109388 -"243911",42961,111937 -"243912",42962,78733 -"243913",42962,78777 -"243914",42962,81700 -"243915",42962,83053 -"243916",42962,103310 -"243917",42963,51749 -"243918",42963,92929 -"243919",42963,98562 -"243920",42963,98659 -"243921",42965,45362 -"243922",42965,55898 -"243923",42965,65806 -"243924",42966,43303 -"243925",42967,43159 -"243926",42967,52700 -"243927",42967,75514 -"243928",42967,80850 -"243929",42967,94012 -"243930",42967,94063 -"243931",42967,95226 -"243932",42968,45533 -"243933",42968,55763 -"243934",42968,56223 -"243935",42968,61408 -"243936",42968,61441 -"243937",42968,61467 -"243938",42968,61474 -"243939",42969,67516 -"243940",42969,89893 -"243941",42969,94968 -"243942",42969,102879 -"243943",42970,50052 -"243944",42971,104699 -"243945",42972,122641 -"243946",42973,90447 -"243947",42973,92286 -"243948",42975,50524 -"243949",42975,65101 -"243950",42975,67116 -"243951",42975,114344 -"243952",42976,43059 -"243953",42976,52064 -"243954",42976,52079 -"243955",42976,52159 -"243956",42976,52160 -"243957",42976,52183 -"243958",42976,52354 -"243959",42977,92290 -"243960",42978,85444 -"243961",42978,85446 -"243962",42979,43109 -"243963",42980,45524 -"243964",42980,58137 -"243965",42980,58852 -"243966",42981,42995 -"243967",42981,53765 -"243968",42981,56029 -"243969",42981,61719 -"243970",42981,77359 -"243971",42981,93752 -"243972",42981,100565 -"243973",42981,100628 -"243974",42982,59178 -"243975",42982,62479 -"243976",42982,74939 -"243977",42983,54303 -"243978",42984,42987 -"243979",42984,43020 -"243980",42984,45963 -"243981",42984,56502 -"243982",42985,47756 -"243983",42985,83518 -"243984",42985,97353 -"243985",42985,99730 -"243986",42985,101304 -"243987",42985,120298 -"243988",42986,45555 -"243989",42986,75896 -"243990",42987,43020 -"243991",42987,45963 -"243992",42987,56502 -"243993",42988,43055 -"243994",42989,61973 -"243995",42989,94078 -"243996",42989,116896 -"243997",42989,123199 -"243998",42989,123208 -"243999",42990,43082 -"244000",42990,43103 -"244001",42990,67436 -"244002",42990,67460 -"244003",42990,67462 -"244004",42991,70542 -"244005",42991,78580 -"244006",42992,56246 -"244007",42992,90160 -"244008",42992,113017 -"244009",42995,76099 -"244010",42997,51801 -"244011",42997,64595 -"244012",42997,79889 -"244013",42997,79919 -"244014",42997,79920 -"244015",42997,79953 -"244016",42997,79969 -"244017",42998,89552 -"244018",42998,101989 -"244019",42999,46297 -"244020",42999,70233 -"244021",42999,88553 -"244022",42999,119288 -"244023",42999,122370 -"244024",42999,122380 -"244025",42999,123380 -"244026",43001,60428 -"244027",43001,78144 -"244028",43001,87060 -"244029",43001,87073 -"244030",43002,83459 -"244031",43005,43701 -"244032",43005,50741 -"244033",43005,69319 -"244034",43005,81888 -"244035",43005,93839 -"244036",43005,99159 -"244037",43005,104937 -"244038",43005,109333 -"244039",43005,112140 -"244040",43005,113709 -"244041",43005,117190 -"244042",43005,119272 -"244043",43006,43069 -"244044",43006,90311 -"244045",43006,103628 -"244046",43006,103629 -"244047",43008,47564 -"244048",43008,90177 -"244049",43008,91703 -"244050",43008,105615 -"244051",43009,43010 -"244052",43009,43011 -"244053",43009,43047 -"244054",43009,43072 -"244055",43010,43011 -"244056",43010,43047 -"244057",43010,43072 -"244058",43010,62363 -"244059",43010,73078 -"244060",43010,82378 -"244061",43010,114000 -"244062",43010,115443 -"244063",43010,115469 -"244064",43011,43047 -"244065",43011,43072 -"244066",43013,114312 -"244067",43013,117335 -"244068",43014,44074 -"244069",43014,53225 -"244070",43014,55270 -"244071",43014,104416 -"244072",43014,104831 -"244073",43016,68037 -"244074",43017,51082 -"244075",43017,65980 -"244076",43017,90895 -"244077",43018,47716 -"244078",43019,76668 -"244079",43019,103606 -"244080",43020,45963 -"244081",43020,56502 -"244082",43021,43022 -"244083",43023,54388 -"244084",43023,57852 -"244085",43023,70771 -"244086",43024,44112 -"244087",43024,80133 -"244088",43025,59305 -"244089",43026,96438 -"244090",43027,78657 -"244091",43027,96201 -"244092",43027,118730 -"244093",43027,118732 -"244094",43028,56087 -"244095",43029,47827 -"244096",43030,87623 -"244097",43031,57551 -"244098",43032,43033 -"244099",43033,54849 -"244100",43033,111382 -"244101",43034,74470 -"244102",43034,105827 -"244103",43034,109630 -"244104",43034,109642 -"244105",43035,45504 -"244106",43035,46627 -"244107",43035,49543 -"244108",43036,68657 -"244109",43037,46452 -"244110",43037,55998 -"244111",43037,81407 -"244112",43038,43058 -"244113",43038,43071 -"244114",43039,49082 -"244115",43040,58133 -"244116",43040,101213 -"244117",43041,43068 -"244118",43041,61945 -"244119",43041,65201 -"244120",43042,47081 -"244121",43044,46902 -"244122",43044,56727 -"244123",43044,63701 -"244124",43044,73631 -"244125",43044,92029 -"244126",43045,47879 -"244127",43045,58745 -"244128",43045,66303 -"244129",43045,68881 -"244130",43046,52492 -"244131",43046,56163 -"244132",43046,59326 -"244133",43046,71932 -"244134",43046,72957 -"244135",43046,80978 -"244136",43046,90922 -"244137",43046,92713 -"244138",43046,94762 -"244139",43046,96261 -"244140",43046,97317 -"244141",43046,98948 -"244142",43046,99677 -"244143",43046,103201 -"244144",43046,103412 -"244145",43046,108371 -"244146",43046,110105 -"244147",43047,43072 -"244148",43048,43086 -"244149",43049,68919 -"244150",43049,75660 -"244151",43049,77097 -"244152",43050,96315 -"244153",43050,98932 -"244154",43050,108733 -"244155",43051,44059 -"244156",43051,46723 -"244157",43051,51638 -"244158",43051,55468 -"244159",43051,82831 -"244160",43051,85079 -"244161",43051,94616 -"244162",43051,96238 -"244163",43051,99444 -"244164",43051,102310 -"244165",43051,106074 -"244166",43051,115008 -"244167",43051,120972 -"244168",43051,121056 -"244169",43052,71476 -"244170",43052,71477 -"244171",43052,76468 -"244172",43052,89295 -"244173",43053,47382 -"244174",43053,48891 -"244175",43053,55256 -"244176",43053,96524 -"244177",43055,48324 -"244178",43055,64770 -"244179",43055,74423 -"244180",43055,74724 -"244181",43055,86754 -"244182",43055,87157 -"244183",43055,105380 -"244184",43056,43638 -"244185",43056,54280 -"244186",43056,54317 -"244187",43056,54393 -"244188",43056,80515 -"244189",43056,80790 -"244190",43056,83055 -"244191",43056,83935 -"244192",43056,94618 -"244193",43056,106132 -"244194",43056,112918 -"244195",43058,43071 -"244196",43058,49148 -"244197",43058,117383 -"244198",43060,43061 -"244199",43060,57816 -"244200",43060,74795 -"244201",43060,97175 -"244202",43060,100083 -"244203",43061,78692 -"244204",43062,71290 -"244205",43062,71291 -"244206",43066,60595 -"244207",43066,102556 -"244208",43067,44873 -"244209",43067,45308 -"244210",43067,50969 -"244211",43067,73476 -"244212",43067,74202 -"244213",43067,77433 -"244214",43067,84620 -"244215",43067,98181 -"244216",43067,100909 -"244217",43067,110281 -"244218",43067,110287 -"244219",43067,110300 -"244220",43067,110309 -"244221",43067,116115 -"244222",43073,69398 -"244223",43075,99482 -"244224",43075,117636 -"244225",43076,43101 -"244226",43077,67221 -"244227",43077,101992 -"244228",43078,67313 -"244229",43078,81527 -"244230",43079,53412 -"244231",43079,81669 -"244232",43079,110985 -"244233",43080,54898 -"244234",43081,68761 -"244235",43081,79599 -"244236",43081,95787 -"244237",43081,96730 -"244238",43081,109347 -"244239",43081,110627 -"244240",43082,43103 -"244241",43082,65082 -"244242",43082,72034 -"244243",43082,72036 -"244244",43083,77642 -"244245",43084,73872 -"244246",43084,90482 -"244247",43085,77097 -"244248",43085,83779 -"244249",43085,90377 -"244250",43087,46757 -"244251",43087,59096 -"244252",43087,64860 -"244253",43087,65966 -"244254",43087,82688 -"244255",43087,82725 -"244256",43087,82752 -"244257",43089,43098 -"244258",43089,74208 -"244259",43089,86121 -"244260",43089,86161 -"244261",43089,122859 -"244262",43090,72878 -"244263",43090,74122 -"244264",43090,81745 -"244265",43092,43148 -"244266",43092,99804 -"244267",43093,43186 -"244268",43093,43219 -"244269",43093,43239 -"244270",43093,43293 -"244271",43093,43312 -"244272",43094,54773 -"244273",43094,74769 -"244274",43096,48812 -"244275",43096,119648 -"244276",43097,122262 -"244277",43099,45826 -"244278",43100,65306 -"244279",43100,73441 -"244280",43100,96427 -"244281",43100,120836 -"244282",43100,120846 -"244283",43105,52770 -"244284",43105,77800 -"244285",43105,81278 -"244286",43105,103004 -"244287",43105,109799 -"244288",43105,113783 -"244289",43106,76506 -"244290",43106,89419 -"244291",43106,93043 -"244292",43106,118338 -"244293",43107,74706 -"244294",43107,82846 -"244295",43107,87982 -"244296",43108,43396 -"244297",43109,69948 -"244298",43110,61337 -"244299",43110,83135 -"244300",43111,51671 -"244301",43111,57605 -"244302",43112,72053 -"244303",43112,121228 -"244304",43113,100534 -"244305",43114,48678 -"244306",43114,57517 -"244307",43114,106433 -"244308",43115,50764 -"244309",43116,85609 -"244310",43116,92539 -"244311",43116,98422 -"244312",43116,100207 -"244313",43116,100291 -"244314",43116,103244 -"244315",43116,108470 -"244316",43116,108474 -"244317",43116,109949 -"244318",43118,45066 -"244319",43118,54933 -"244320",43118,57577 -"244321",43118,82214 -"244322",43119,65212 -"244323",43119,85008 -"244324",43120,46520 -"244325",43120,78862 -"244326",43121,43132 -"244327",43121,43154 -"244328",43123,48712 -"244329",43123,49884 -"244330",43123,52639 -"244331",43123,53616 -"244332",43123,79201 -"244333",43123,79693 -"244334",43123,103417 -"244335",43123,108912 -"244336",43123,117855 -"244337",43123,122141 -"244338",43124,46535 -"244339",43124,110099 -"244340",43125,43126 -"244341",43128,44510 -"244342",43128,55943 -"244343",43128,73743 -"244344",43128,74685 -"244345",43128,80672 -"244346",43128,80880 -"244347",43128,80881 -"244348",43128,107598 -"244349",43129,51516 -"244350",43129,59446 -"244351",43131,51234 -"244352",43132,43154 -"244353",43133,80987 -"244354",43135,44068 -"244355",43135,45958 -"244356",43135,50588 -"244357",43135,78214 -"244358",43136,43220 -"244359",43137,46062 -"244360",43137,50834 -"244361",43137,58834 -"244362",43138,43147 -"244363",43138,55491 -"244364",43138,63703 -"244365",43138,68250 -"244366",43139,65252 -"244367",43140,43591 -"244368",43140,47614 -"244369",43140,61675 -"244370",43140,62541 -"244371",43140,65006 -"244372",43140,72468 -"244373",43140,75870 -"244374",43140,77208 -"244375",43140,80396 -"244376",43140,82315 -"244377",43140,104752 -"244378",43140,109186 -"244379",43140,109421 -"244380",43140,111241 -"244381",43140,114890 -"244382",43141,101193 -"244383",43142,51373 -"244384",43142,93858 -"244385",43142,93989 -"244386",43142,94578 -"244387",43142,118867 -"244388",43142,119157 -"244389",43142,119161 -"244390",43142,119164 -"244391",43142,120091 -"244392",43143,78287 -"244393",43143,93017 -"244394",43144,58793 -"244395",43144,81482 -"244396",43144,82197 -"244397",43144,82232 -"244398",43144,82233 -"244399",43144,87255 -"244400",43145,58886 -"244401",43145,63688 -"244402",43145,63722 -"244403",43145,63751 -"244404",43145,83583 -"244405",43146,78428 -"244406",43146,106498 -"244407",43147,43234 -"244408",43147,43858 -"244409",43147,44828 -"244410",43147,45657 -"244411",43147,45933 -"244412",43147,46434 -"244413",43147,46788 -"244414",43147,47123 -"244415",43147,47488 -"244416",43147,48909 -"244417",43147,49859 -"244418",43147,50064 -"244419",43147,50067 -"244420",43147,50554 -"244421",43147,50879 -"244422",43147,51783 -"244423",43147,52018 -"244424",43147,53444 -"244425",43147,53527 -"244426",43147,53555 -"244427",43147,54275 -"244428",43147,56628 -"244429",43147,58004 -"244430",43147,58068 -"244431",43147,58633 -"244432",43147,61111 -"244433",43147,61127 -"244434",43147,68287 -"244435",43149,44687 -"244436",43149,50207 -"244437",43149,50488 -"244438",43149,52112 -"244439",43149,53415 -"244440",43149,56357 -"244441",43149,57636 -"244442",43149,58482 -"244443",43149,59798 -"244444",43149,70907 -"244445",43149,71683 -"244446",43149,77125 -"244447",43149,78398 -"244448",43149,82426 -"244449",43149,84343 -"244450",43149,85000 -"244451",43149,85101 -"244452",43149,91682 -"244453",43149,95267 -"244454",43149,97580 -"244455",43149,98727 -"244456",43149,98776 -"244457",43149,100795 -"244458",43149,106824 -"244459",43149,108879 -"244460",43149,109166 -"244461",43149,109858 -"244462",43149,109878 -"244463",43149,112962 -"244464",43149,113990 -"244465",43149,115413 -"244466",43149,116123 -"244467",43149,117258 -"244468",43149,117560 -"244469",43149,118128 -"244470",43149,118836 -"244471",43149,118866 -"244472",43149,118873 -"244473",43149,119131 -"244474",43149,119513 -"244475",43149,119716 -"244476",43149,119769 -"244477",43149,120123 -"244478",43149,120169 -"244479",43149,120725 -"244480",43149,120944 -"244481",43149,121586 -"244482",43149,121609 -"244483",43149,122007 -"244484",43149,122032 -"244485",43149,122035 -"244486",43149,122724 -"244487",43149,123070 -"244488",43149,123394 -"244489",43149,123490 -"244490",43151,43152 -"244491",43151,43163 -"244492",43151,48846 -"244493",43152,43163 -"244494",43152,48846 -"244495",43153,48101 -"244496",43154,76779 -"244497",43154,97802 -"244498",43155,43206 -"244499",43156,43571 -"244500",43156,49008 -"244501",43156,89542 -"244502",43157,45455 -"244503",43157,46530 -"244504",43157,53620 -"244505",43159,52700 -"244506",43159,55273 -"244507",43159,94012 -"244508",43159,94063 -"244509",43159,95226 -"244510",43160,65836 -"244511",43161,57406 -"244512",43161,68766 -"244513",43162,95351 -"244514",43162,104194 -"244515",43163,48846 -"244516",43163,93558 -"244517",43163,112327 -"244518",43163,120286 -"244519",43164,44877 -"244520",43164,45480 -"244521",43164,48918 -"244522",43164,60434 -"244523",43164,61791 -"244524",43164,63281 -"244525",43164,91734 -"244526",43165,103459 -"244527",43167,58317 -"244528",43167,58328 -"244529",43167,67395 -"244530",43167,67444 -"244531",43167,73677 -"244532",43168,91881 -"244533",43169,57474 -"244534",43169,75513 -"244535",43169,99208 -"244536",43170,45064 -"244537",43170,45145 -"244538",43170,45235 -"244539",43170,45243 -"244540",43170,61388 -"244541",43170,98545 -"244542",43170,98663 -"244543",43171,43177 -"244544",43171,43248 -"244545",43173,43226 -"244546",43173,62266 -"244547",43173,68556 -"244548",43173,97588 -"244549",43174,43195 -"244550",43174,43204 -"244551",43174,53726 -"244552",43174,75098 -"244553",43174,116537 -"244554",43174,118870 -"244555",43175,90691 -"244556",43177,43248 -"244557",43177,53571 -"244558",43177,65853 -"244559",43177,67526 -"244560",43178,43774 -"244561",43178,84194 -"244562",43178,102473 -"244563",43178,107755 -"244564",43178,107760 -"244565",43179,88628 -"244566",43180,47435 -"244567",43180,47445 -"244568",43180,53076 -"244569",43180,54253 -"244570",43181,67239 -"244571",43181,83595 -"244572",43182,43788 -"244573",43182,92265 -"244574",43182,99642 -"244575",43182,122254 -"244576",43182,122266 -"244577",43183,46269 -"244578",43183,46768 -"244579",43183,57231 -"244580",43183,60264 -"244581",43183,63237 -"244582",43183,64900 -"244583",43183,68345 -"244584",43183,80606 -"244585",43183,83135 -"244586",43183,87228 -"244587",43183,99559 -"244588",43183,102328 -"244589",43183,112081 -"244590",43184,43209 -"244591",43184,43223 -"244592",43185,51194 -"244593",43185,57584 -"244594",43185,58597 -"244595",43185,58741 -"244596",43186,43219 -"244597",43186,43239 -"244598",43186,43293 -"244599",43186,43312 -"244600",43188,45508 -"244601",43188,95745 -"244602",43189,56907 -"244603",43190,94676 -"244604",43190,108637 -"244605",43190,123118 -"244606",43191,53618 -"244607",43191,102843 -"244608",43191,102863 -"244609",43192,117403 -"244610",43193,60876 -"244611",43193,64699 -"244612",43193,74886 -"244613",43193,93376 -"244614",43194,56713 -"244615",43195,43204 -"244616",43195,53267 -"244617",43195,71645 -"244618",43195,97709 -"244619",43195,117818 -"244620",43195,117876 -"244621",43195,121540 -"244622",43196,90387 -"244623",43196,98978 -"244624",43196,118988 -"244625",43196,118992 -"244626",43198,45886 -"244627",43198,62071 -"244628",43198,62782 -"244629",43198,70468 -"244630",43198,70513 -"244631",43198,70549 -"244632",43198,70558 -"244633",43198,73240 -"244634",43198,86609 -"244635",43199,67434 -"244636",43199,68708 -"244637",43200,53170 -"244638",43201,80377 -"244639",43201,91476 -"244640",43202,43240 -"244641",43202,43380 -"244642",43202,45103 -"244643",43203,61857 -"244644",43204,45579 -"244645",43204,45933 -"244646",43204,64864 -"244647",43204,69920 -"244648",43204,76314 -"244649",43204,93759 -"244650",43204,93790 -"244651",43204,94212 -"244652",43204,105055 -"244653",43206,55765 -"244654",43206,57278 -"244655",43206,70392 -"244656",43206,79650 -"244657",43206,107015 -"244658",43207,43250 -"244659",43207,43266 -"244660",43207,61223 -"244661",43207,63873 -"244662",43207,71170 -"244663",43207,101908 -"244664",43207,105966 -"244665",43207,110996 -"244666",43207,112083 -"244667",43208,44376 -"244668",43208,66438 -"244669",43208,100623 -"244670",43209,43223 -"244671",43209,55223 -"244672",43212,44055 -"244673",43212,67582 -"244674",43212,83151 -"244675",43212,83464 -"244676",43212,95648 -"244677",43212,95957 -"244678",43212,95983 -"244679",43212,107219 -"244680",43213,43335 -"244681",43213,43366 -"244682",43213,52136 -"244683",43213,56082 -"244684",43213,75403 -"244685",43213,78835 -"244686",43213,86245 -"244687",43214,45674 -"244688",43214,53987 -"244689",43214,68521 -"244690",43214,78931 -"244691",43214,105621 -"244692",43215,44942 -"244693",43216,71048 -"244694",43217,49759 -"244695",43217,49917 -"244696",43217,64923 -"244697",43217,67807 -"244698",43217,74458 -"244699",43218,48437 -"244700",43218,61083 -"244701",43218,97498 -"244702",43218,115122 -"244703",43219,43239 -"244704",43219,43293 -"244705",43219,43312 -"244706",43221,43338 -"244707",43221,43417 -"244708",43221,62031 -"244709",43221,63647 -"244710",43222,99376 -"244711",43222,120884 -"244712",43224,49174 -"244713",43224,53708 -"244714",43224,61015 -"244715",43225,99732 -"244716",43225,102231 -"244717",43225,103875 -"244718",43225,105863 -"244719",43226,44655 -"244720",43226,44973 -"244721",43226,46177 -"244722",43226,47048 -"244723",43226,48110 -"244724",43226,54872 -"244725",43226,57620 -"244726",43226,57990 -"244727",43226,58508 -"244728",43226,59731 -"244729",43226,62642 -"244730",43226,68091 -"244731",43226,69335 -"244732",43226,70040 -"244733",43226,70063 -"244734",43226,75245 -"244735",43226,75776 -"244736",43226,75956 -"244737",43226,76387 -"244738",43226,78978 -"244739",43226,79212 -"244740",43226,79241 -"244741",43226,79579 -"244742",43226,80239 -"244743",43226,80301 -"244744",43226,81397 -"244745",43226,88340 -"244746",43226,88749 -"244747",43226,89069 -"244748",43226,89373 -"244749",43226,89995 -"244750",43226,90919 -"244751",43226,90936 -"244752",43226,92861 -"244753",43226,93097 -"244754",43226,94231 -"244755",43226,95489 -"244756",43226,96247 -"244757",43226,96363 -"244758",43226,97898 -"244759",43229,86084 -"244760",43231,117221 -"244761",43233,93677 -"244762",43234,43858 -"244763",43234,44828 -"244764",43234,45657 -"244765",43234,45933 -"244766",43234,46434 -"244767",43234,46788 -"244768",43234,47123 -"244769",43234,47488 -"244770",43234,48909 -"244771",43234,49859 -"244772",43234,50064 -"244773",43234,50067 -"244774",43234,50554 -"244775",43234,50879 -"244776",43234,51783 -"244777",43234,52018 -"244778",43234,53444 -"244779",43234,53527 -"244780",43234,53555 -"244781",43234,54275 -"244782",43234,56628 -"244783",43234,58004 -"244784",43234,58068 -"244785",43234,58633 -"244786",43234,61111 -"244787",43234,61127 -"244788",43234,68287 -"244789",43235,43314 -"244790",43235,46748 -"244791",43235,50409 -"244792",43235,54357 -"244793",43235,83715 -"244794",43235,105831 -"244795",43235,105935 -"244796",43235,117010 -"244797",43235,122710 -"244798",43236,55472 -"244799",43236,69311 -"244800",43236,85496 -"244801",43237,74050 -"244802",43238,53389 -"244803",43238,74027 -"244804",43238,75526 -"244805",43238,82909 -"244806",43238,98946 -"244807",43238,106691 -"244808",43238,108493 -"244809",43238,122691 -"244810",43239,43293 -"244811",43239,43312 -"244812",43240,43380 -"244813",43240,46934 -"244814",43240,66276 -"244815",43240,72424 -"244816",43241,78206 -"244817",43241,94658 -"244818",43244,100425 -"244819",43246,60406 -"244820",43246,69252 -"244821",43246,81014 -"244822",43246,88904 -"244823",43246,105912 -"244824",43247,54794 -"244825",43249,48071 -"244826",43249,101320 -"244827",43249,106877 -"244828",43249,108250 -"244829",43249,111645 -"244830",43249,117793 -"244831",43250,49168 -"244832",43250,52178 -"244833",43250,60384 -"244834",43250,62498 -"244835",43250,71170 -"244836",43250,73175 -"244837",43250,80415 -"244838",43250,84569 -"244839",43250,89846 -"244840",43250,103306 -"244841",43251,75053 -"244842",43251,86814 -"244843",43251,104375 -"244844",43252,46339 -"244845",43252,50391 -"244846",43252,66513 -"244847",43252,68193 -"244848",43253,43290 -"244849",43253,48173 -"244850",43253,63121 -"244851",43253,113058 -"244852",43254,55499 -"244853",43254,89091 -"244854",43254,89272 -"244855",43255,43285 -"244856",43255,43315 -"244857",43255,43353 -"244858",43256,47742 -"244859",43257,46465 -"244860",43257,80427 -"244861",43257,110186 -"244862",43258,43302 -"244863",43258,77919 -"244864",43258,107839 -"244865",43259,43260 -"244866",43260,56139 -"244867",43260,68247 -"244868",43260,83600 -"244869",43262,51683 -"244870",43262,54598 -"244871",43262,68689 -"244872",43263,54334 -"244873",43263,57067 -"244874",43263,83000 -"244875",43264,43266 -"244876",43264,52670 -"244877",43264,64751 -"244878",43264,76623 -"244879",43264,77304 -"244880",43264,77534 -"244881",43264,100222 -"244882",43266,52670 -"244883",43266,56559 -"244884",43266,64751 -"244885",43266,76623 -"244886",43266,77304 -"244887",43266,77534 -"244888",43266,81502 -"244889",43266,83919 -"244890",43266,84868 -"244891",43267,45630 -"244892",43267,68522 -"244893",43267,70392 -"244894",43267,71632 -"244895",43267,79420 -"244896",43267,96385 -"244897",43269,52190 -"244898",43269,77847 -"244899",43270,43384 -"244900",43270,43896 -"244901",43271,43377 -"244902",43271,51229 -"244903",43271,51343 -"244904",43271,58392 -"244905",43271,58411 -"244906",43271,59164 -"244907",43272,43403 -"244908",43273,62726 -"244909",43273,66419 -"244910",43273,112897 -"244911",43274,61163 -"244912",43274,75746 -"244913",43274,89152 -"244914",43275,55825 -"244915",43275,74435 -"244916",43275,80519 -"244917",43275,96278 -"244918",43275,106644 -"244919",43277,62230 -"244920",43277,69487 -"244921",43277,73696 -"244922",43277,74922 -"244923",43277,75186 -"244924",43278,52126 -"244925",43278,92558 -"244926",43279,43317 -"244927",43279,43540 -"244928",43279,59938 -"244929",43279,69998 -"244930",43279,70104 -"244931",43280,51544 -"244932",43280,63786 -"244933",43280,68135 -"244934",43280,110260 -"244935",43281,78563 -"244936",43281,78696 -"244937",43281,85167 -"244938",43282,43358 -"244939",43283,46642 -"244940",43283,47384 -"244941",43283,47940 -"244942",43283,48688 -"244943",43283,48812 -"244944",43283,49260 -"244945",43283,53128 -"244946",43283,53141 -"244947",43283,53491 -"244948",43283,58082 -"244949",43283,69597 -"244950",43283,76686 -"244951",43283,80496 -"244952",43283,80497 -"244953",43283,84816 -"244954",43283,85777 -"244955",43284,105779 -"244956",43284,111162 -"244957",43285,43315 -"244958",43285,43353 -"244959",43285,53387 -"244960",43286,45382 -"244961",43286,49627 -"244962",43286,50077 -"244963",43286,50332 -"244964",43286,54745 -"244965",43286,55611 -"244966",43286,57902 -"244967",43286,59037 -"244968",43287,77541 -"244969",43287,85245 -"244970",43287,104100 -"244971",43289,43390 -"244972",43291,65586 -"244973",43291,86017 -"244974",43291,86020 -"244975",43292,45345 -"244976",43292,65036 -"244977",43292,115216 -"244978",43293,43312 -"244979",43293,45580 -"244980",43293,48467 -"244981",43293,50022 -"244982",43293,50873 -"244983",43293,50874 -"244984",43293,50875 -"244985",43293,50876 -"244986",43293,50944 -"244987",43293,50945 -"244988",43293,50985 -"244989",43293,50986 -"244990",43293,50993 -"244991",43293,50994 -"244992",43294,113484 -"244993",43295,49185 -"244994",43296,63094 -"244995",43297,43331 -"244996",43297,51590 -"244997",43297,58361 -"244998",43298,64063 -"244999",43298,71239 -"245000",43299,63945 -"245001",43299,67827 -"245002",43299,73818 -"245003",43300,43301 -"245004",43301,85807 -"245005",43302,66100 -"245006",43304,56519 -"245007",43304,114345 -"245008",43304,116437 -"245009",43305,46597 -"245010",43305,49809 -"245011",43305,58989 -"245012",43305,61197 -"245013",43305,72943 -"245014",43305,72958 -"245015",43305,72962 -"245016",43305,72982 -"245017",43305,73026 -"245018",43307,43354 -"245019",43307,78829 -"245020",43307,83870 -"245021",43308,98772 -"245022",43308,103465 -"245023",43308,117647 -"245024",43313,75813 -"245025",43313,85374 -"245026",43313,113714 -"245027",43314,59973 -"245028",43314,79538 -"245029",43314,83715 -"245030",43314,105831 -"245031",43314,105935 -"245032",43315,43353 -"245033",43317,43540 -"245034",43318,70755 -"245035",43318,70796 -"245036",43318,91911 -"245037",43319,66690 -"245038",43319,69842 -"245039",43321,45054 -"245040",43321,74289 -"245041",43321,104279 -"245042",43321,111848 -"245043",43321,112799 -"245044",43321,113146 -"245045",43321,120543 -"245046",43322,77772 -"245047",43323,44790 -"245048",43323,44822 -"245049",43323,44841 -"245050",43324,55256 -"245051",43324,57670 -"245052",43324,61067 -"245053",43324,109935 -"245054",43325,95113 -"245055",43326,47837 -"245056",43326,85706 -"245057",43326,89502 -"245058",43326,121422 -"245059",43327,63033 -"245060",43327,76136 -"245061",43327,84642 -"245062",43327,84650 -"245063",43327,84890 -"245064",43327,86938 -"245065",43328,49765 -"245066",43328,93077 -"245067",43328,103884 -"245068",43332,69129 -"245069",43333,78126 -"245070",43333,103877 -"245071",43333,122320 -"245072",43334,43561 -"245073",43334,47965 -"245074",43335,43366 -"245075",43336,50176 -"245076",43338,54615 -"245077",43338,76466 -"245078",43338,80635 -"245079",43338,90315 -"245080",43338,93495 -"245081",43338,103646 -"245082",43339,43407 -"245083",43340,52864 -"245084",43340,85532 -"245085",43341,43925 -"245086",43342,75196 -"245087",43343,65854 -"245088",43343,74285 -"245089",43343,78012 -"245090",43343,106080 -"245091",43344,47156 -"245092",43344,53134 -"245093",43344,54929 -"245094",43344,70806 -"245095",43344,70934 -"245096",43344,100398 -"245097",43346,102054 -"245098",43346,109605 -"245099",43346,111722 -"245100",43346,111723 -"245101",43346,115402 -"245102",43347,67301 -"245103",43347,89314 -"245104",43348,48106 -"245105",43350,56270 -"245106",43350,78750 -"245107",43350,91400 -"245108",43351,45727 -"245109",43351,58319 -"245110",43352,46785 -"245111",43355,69823 -"245112",43355,73017 -"245113",43355,74462 -"245114",43355,86875 -"245115",43355,92804 -"245116",43355,107052 -"245117",43356,72760 -"245118",43356,85165 -"245119",43356,85555 -"245120",43356,86925 -"245121",43357,104294 -"245122",43357,105801 -"245123",43360,44123 -"245124",43360,51535 -"245125",43360,64704 -"245126",43360,69994 -"245127",43360,87278 -"245128",43360,95708 -"245129",43360,104168 -"245130",43360,105306 -"245131",43360,121069 -"245132",43361,69139 -"245133",43361,71920 -"245134",43361,75804 -"245135",43361,83721 -"245136",43361,106632 -"245137",43361,122069 -"245138",43361,122074 -"245139",43362,86099 -"245140",43362,104878 -"245141",43362,113073 -"245142",43363,44121 -"245143",43363,60357 -"245144",43363,60388 -"245145",43363,63588 -"245146",43365,68112 -"245147",43366,55722 -"245148",43366,92653 -"245149",43366,92673 -"245150",43366,92689 -"245151",43366,92693 -"245152",43367,65152 -"245153",43367,79780 -"245154",43367,86309 -"245155",43368,45276 -"245156",43368,59113 -"245157",43368,68138 -"245158",43368,98056 -"245159",43368,98078 -"245160",43368,108497 -"245161",43369,95153 -"245162",43371,88728 -"245163",43371,94397 -"245164",43372,44333 -"245165",43372,62344 -"245166",43372,70176 -"245167",43373,71618 -"245168",43373,87035 -"245169",43373,98181 -"245170",43373,99271 -"245171",43374,43969 -"245172",43374,51356 -"245173",43374,78116 -"245174",43374,89368 -"245175",43374,104060 -"245176",43374,109156 -"245177",43374,109903 -"245178",43376,45763 -"245179",43376,51512 -"245180",43376,88413 -"245181",43376,102147 -"245182",43376,102148 -"245183",43378,43564 -"245184",43378,48402 -"245185",43378,67134 -"245186",43378,91730 -"245187",43378,99608 -"245188",43378,101108 -"245189",43381,61911 -"245190",43382,49658 -"245191",43382,49662 -"245192",43382,101647 -"245193",43382,101674 -"245194",43384,43896 -"245195",43384,54628 -"245196",43384,60912 -"245197",43384,87180 -"245198",43385,54305 -"245199",43385,55299 -"245200",43385,56348 -"245201",43385,65947 -"245202",43385,72956 -"245203",43385,76285 -"245204",43385,76534 -"245205",43385,82864 -"245206",43385,84896 -"245207",43385,86029 -"245208",43385,87066 -"245209",43385,91922 -"245210",43385,94262 -"245211",43385,98781 -"245212",43385,114072 -"245213",43387,49897 -"245214",43387,51104 -"245215",43387,53643 -"245216",43387,56438 -"245217",43387,69012 -"245218",43387,113947 -"245219",43387,118904 -"245220",43388,90888 -"245221",43389,69343 -"245222",43390,74046 -"245223",43390,90904 -"245224",43391,44704 -"245225",43391,60180 -"245226",43391,60661 -"245227",43391,67672 -"245228",43391,69697 -"245229",43391,71546 -"245230",43392,57881 -"245231",43392,92273 -"245232",43394,46214 -"245233",43394,59039 -"245234",43394,61338 -"245235",43394,69216 -"245236",43394,112132 -"245237",43395,54232 -"245238",43395,63654 -"245239",43395,100111 -"245240",43395,107194 -"245241",43395,108476 -"245242",43395,108477 -"245243",43395,112341 -"245244",43395,112348 -"245245",43395,112358 -"245246",43395,112365 -"245247",43395,112385 -"245248",43395,112388 -"245249",43395,112393 -"245250",43396,46604 -"245251",43396,46870 -"245252",43397,56494 -"245253",43397,68598 -"245254",43397,73370 -"245255",43397,78151 -"245256",43397,79855 -"245257",43397,108337 -"245258",43398,57990 -"245259",43399,44821 -"245260",43399,44887 -"245261",43399,44888 -"245262",43399,72085 -"245263",43400,54262 -"245264",43400,62533 -"245265",43400,81501 -"245266",43401,55893 -"245267",43401,69887 -"245268",43401,78498 -"245269",43401,97310 -"245270",43402,49070 -"245271",43404,55084 -"245272",43404,59165 -"245273",43404,66544 -"245274",43404,72664 -"245275",43404,84505 -"245276",43404,96997 -"245277",43404,107867 -"245278",43404,111593 -"245279",43405,77731 -"245280",43408,56614 -"245281",43409,52799 -"245282",43411,87915 -"245283",43411,101381 -"245284",43411,101766 -"245285",43411,104588 -"245286",43411,106409 -"245287",43411,106413 -"245288",43411,110336 -"245289",43412,80105 -"245290",43412,83599 -"245291",43413,43425 -"245292",43414,76214 -"245293",43414,95561 -"245294",43415,45951 -"245295",43418,43468 -"245296",43418,55924 -"245297",43418,112492 -"245298",43418,114663 -"245299",43419,45166 -"245300",43419,50781 -"245301",43419,52292 -"245302",43419,84574 -"245303",43419,91046 -"245304",43419,94847 -"245305",43420,53796 -"245306",43420,60433 -"245307",43420,71818 -"245308",43420,78591 -"245309",43420,82678 -"245310",43421,58494 -"245311",43421,86274 -"245312",43422,51806 -"245313",43422,63585 -"245314",43424,44864 -"245315",43424,46825 -"245316",43424,71748 -"245317",43424,98559 -"245318",43424,98674 -"245319",43424,100852 -"245320",43424,119379 -"245321",43425,46508 -"245322",43426,44792 -"245323",43426,55216 -"245324",43426,61794 -"245325",43426,64658 -"245326",43426,64726 -"245327",43427,89339 -"245328",43427,101522 -"245329",43428,45794 -"245330",43428,50979 -"245331",43428,59544 -"245332",43428,65151 -"245333",43428,65231 -"245334",43428,76816 -"245335",43428,89784 -"245336",43428,100395 -"245337",43428,100400 -"245338",43429,63822 -"245339",43432,48698 -"245340",43432,54304 -"245341",43432,62273 -"245342",43432,98925 -"245343",43432,100230 -"245344",43433,43658 -"245345",43433,74798 -"245346",43434,62456 -"245347",43434,77011 -"245348",43435,57402 -"245349",43436,66381 -"245350",43437,43438 -"245351",43439,50189 -"245352",43439,60336 -"245353",43439,60337 -"245354",43439,68694 -"245355",43440,46613 -"245356",43440,84529 -"245357",43440,92009 -"245358",43440,92015 -"245359",43440,104877 -"245360",43442,66683 -"245361",43442,88237 -"245362",43443,51833 -"245363",43443,59280 -"245364",43443,69895 -"245365",43443,74797 -"245366",43443,76551 -"245367",43443,86034 -"245368",43445,45507 -"245369",43445,55044 -"245370",43445,59279 -"245371",43445,61791 -"245372",43447,50553 -"245373",43447,69066 -"245374",43447,82272 -"245375",43447,102800 -"245376",43448,86798 -"245377",43448,86822 -"245378",43448,116126 -"245379",43449,50674 -"245380",43449,53595 -"245381",43449,84220 -"245382",43449,84681 -"245383",43449,89499 -"245384",43449,108956 -"245385",43450,47411 -"245386",43450,47948 -"245387",43451,47146 -"245388",43451,83509 -"245389",43451,108220 -"245390",43452,43454 -"245391",43453,46516 -"245392",43453,60122 -"245393",43455,43460 -"245394",43455,45834 -"245395",43455,46046 -"245396",43455,46629 -"245397",43455,51866 -"245398",43455,57377 -"245399",43455,59800 -"245400",43455,61982 -"245401",43455,63895 -"245402",43455,63935 -"245403",43455,63947 -"245404",43455,63962 -"245405",43455,64535 -"245406",43455,64551 -"245407",43455,64592 -"245408",43455,74683 -"245409",43455,74684 -"245410",43455,74696 -"245411",43455,78597 -"245412",43455,78934 -"245413",43455,81362 -"245414",43457,49763 -"245415",43457,49814 -"245416",43457,49942 -"245417",43457,67387 -"245418",43457,96536 -"245419",43459,80919 -"245420",43459,96808 -"245421",43460,57377 -"245422",43460,59800 -"245423",43460,63895 -"245424",43460,63935 -"245425",43460,63947 -"245426",43460,63962 -"245427",43461,57168 -"245428",43461,57596 -"245429",43461,63138 -"245430",43461,73353 -"245431",43462,43563 -"245432",43463,51518 -"245433",43464,92518 -"245434",43465,56891 -"245435",43466,43861 -"245436",43469,44636 -"245437",43470,49815 -"245438",43470,50388 -"245439",43470,61832 -"245440",43470,73923 -"245441",43470,108590 -"245442",43471,52913 -"245443",43471,58262 -"245444",43472,81499 -"245445",43473,58603 -"245446",43473,100685 -"245447",43473,110751 -"245448",43474,43902 -"245449",43474,44089 -"245450",43474,44516 -"245451",43474,48105 -"245452",43474,53653 -"245453",43474,69489 -"245454",43474,69506 -"245455",43474,69507 -"245456",43475,64731 -"245457",43475,88352 -"245458",43477,69067 -"245459",43477,84063 -"245460",43477,84065 -"245461",43477,84069 -"245462",43477,84077 -"245463",43479,60385 -"245464",43479,73016 -"245465",43479,77506 -"245466",43479,84035 -"245467",43480,61580 -"245468",43481,62617 -"245469",43481,69455 -"245470",43481,75846 -"245471",43481,75858 -"245472",43481,81065 -"245473",43482,45057 -"245474",43482,46937 -"245475",43482,99786 -"245476",43483,43710 -"245477",43483,48286 -"245478",43483,52901 -"245479",43483,61771 -"245480",43486,60468 -"245481",43486,87613 -"245482",43486,89877 -"245483",43487,43953 -"245484",43487,50248 -"245485",43487,53519 -"245486",43487,54902 -"245487",43487,59516 -"245488",43487,74744 -"245489",43487,77344 -"245490",43487,80187 -"245491",43487,83812 -"245492",43487,85724 -"245493",43487,85725 -"245494",43487,95181 -"245495",43487,112113 -"245496",43487,118973 -"245497",43487,119275 -"245498",43487,120325 -"245499",43488,50076 -"245500",43488,58071 -"245501",43489,84630 -"245502",43489,114840 -"245503",43490,46708 -"245504",43490,46728 -"245505",43491,73577 -"245506",43493,43542 -"245507",43493,50137 -"245508",43493,71265 -"245509",43494,43987 -"245510",43494,54951 -"245511",43494,63413 -"245512",43494,77038 -"245513",43494,108466 -"245514",43494,119651 -"245515",43496,108437 -"245516",43497,52458 -"245517",43498,43659 -"245518",43499,49392 -"245519",43499,49991 -"245520",43499,57549 -"245521",43500,97995 -"245522",43502,75781 -"245523",43502,76985 -"245524",43504,92997 -"245525",43505,43548 -"245526",43505,43596 -"245527",43505,43621 -"245528",43505,43633 -"245529",43506,110789 -"245530",43507,44410 -"245531",43507,46649 -"245532",43507,47271 -"245533",43507,48923 -"245534",43507,53261 -"245535",43507,53505 -"245536",43507,54587 -"245537",43507,55998 -"245538",43507,62605 -"245539",43507,66744 -"245540",43507,72173 -"245541",43507,72779 -"245542",43507,72972 -"245543",43507,74739 -"245544",43507,76063 -"245545",43507,76110 -"245546",43507,79437 -"245547",43507,79448 -"245548",43507,88484 -"245549",43507,88557 -"245550",43507,88674 -"245551",43507,93565 -"245552",43507,97330 -"245553",43507,99534 -"245554",43507,99613 -"245555",43507,100553 -"245556",43507,101087 -"245557",43507,101089 -"245558",43507,104662 -"245559",43507,106338 -"245560",43507,107468 -"245561",43507,107490 -"245562",43507,107493 -"245563",43507,107847 -"245564",43507,120033 -"245565",43508,48967 -"245566",43508,74799 -"245567",43508,93317 -"245568",43509,80945 -"245569",43510,63971 -"245570",43511,70700 -"245571",43511,116338 -"245572",43512,95175 -"245573",43512,95284 -"245574",43512,95301 -"245575",43513,102307 -"245576",43514,43516 -"245577",43514,44574 -"245578",43514,56077 -"245579",43514,56114 -"245580",43514,56135 -"245581",43514,56220 -"245582",43514,70411 -"245583",43515,43561 -"245584",43517,43518 -"245585",43517,47361 -"245586",43518,48260 -"245587",43518,55543 -"245588",43518,56003 -"245589",43518,62084 -"245590",43518,91176 -"245591",43518,98095 -"245592",43518,100133 -"245593",43518,100263 -"245594",43518,102593 -"245595",43518,112131 -"245596",43519,47662 -"245597",43519,55973 -"245598",43519,76505 -"245599",43519,91830 -"245600",43519,98541 -"245601",43520,68439 -"245602",43521,43799 -"245603",43521,43800 -"245604",43521,43801 -"245605",43522,43528 -"245606",43522,95067 -"245607",43523,43637 -"245608",43523,65667 -"245609",43524,61461 -"245610",43524,65979 -"245611",43524,83228 -"245612",43524,84211 -"245613",43525,46486 -"245614",43525,49312 -"245615",43525,52078 -"245616",43525,56054 -"245617",43525,66049 -"245618",43525,72798 -"245619",43525,86657 -"245620",43525,97254 -"245621",43526,51027 -"245622",43526,55006 -"245623",43526,62728 -"245624",43526,62817 -"245625",43526,69560 -"245626",43527,47064 -"245627",43527,52473 -"245628",43527,53434 -"245629",43527,57990 -"245630",43527,58855 -"245631",43527,68569 -"245632",43527,69049 -"245633",43527,77871 -"245634",43527,79806 -"245635",43527,90643 -"245636",43527,91411 -"245637",43527,92374 -"245638",43527,92592 -"245639",43527,96336 -"245640",43527,101087 -"245641",43527,102341 -"245642",43527,109977 -"245643",43527,110376 -"245644",43527,110380 -"245645",43528,45520 -"245646",43528,46786 -"245647",43528,51013 -"245648",43528,86533 -"245649",43529,48253 -"245650",43530,43565 -"245651",43530,102503 -"245652",43532,43536 -"245653",43532,61544 -"245654",43532,61736 -"245655",43532,87270 -"245656",43534,58650 -"245657",43534,107983 -"245658",43535,53717 -"245659",43535,59561 -"245660",43536,45137 -"245661",43536,89507 -"245662",43538,57016 -"245663",43539,55795 -"245664",43539,58158 -"245665",43539,82808 -"245666",43539,87058 -"245667",43539,103925 -"245668",43539,113339 -"245669",43543,46130 -"245670",43543,48237 -"245671",43543,96832 -"245672",43543,106618 -"245673",43543,115056 -"245674",43545,45270 -"245675",43545,48981 -"245676",43545,49037 -"245677",43545,50764 -"245678",43545,57897 -"245679",43545,86310 -"245680",43545,105106 -"245681",43545,106510 -"245682",43547,63152 -"245683",43548,43596 -"245684",43548,43621 -"245685",43548,43633 -"245686",43549,52608 -"245687",43549,53453 -"245688",43549,58648 -"245689",43549,61572 -"245690",43549,84744 -"245691",43549,101967 -"245692",43549,107539 -"245693",43549,109820 -"245694",43549,110380 -"245695",43549,110394 -"245696",43549,119592 -"245697",43549,120033 -"245698",43550,68810 -"245699",43550,108415 -"245700",43552,47191 -"245701",43552,48498 -"245702",43552,58233 -"245703",43552,64614 -"245704",43552,71757 -"245705",43554,81722 -"245706",43555,54108 -"245707",43555,79820 -"245708",43555,123073 -"245709",43556,43741 -"245710",43557,47281 -"245711",43558,76680 -"245712",43558,120103 -"245713",43559,56906 -"245714",43559,74189 -"245715",43559,83495 -"245716",43559,98945 -"245717",43559,112630 -"245718",43559,122441 -"245719",43559,122442 -"245720",43559,122443 -"245721",43559,122446 -"245722",43560,44499 -"245723",43560,46442 -"245724",43560,46601 -"245725",43560,47223 -"245726",43560,48121 -"245727",43560,48162 -"245728",43560,49517 -"245729",43560,64941 -"245730",43560,65376 -"245731",43560,75669 -"245732",43560,80281 -"245733",43560,80778 -"245734",43560,86799 -"245735",43560,112927 -"245736",43563,47992 -"245737",43563,60469 -"245738",43563,71631 -"245739",43563,74121 -"245740",43565,87227 -"245741",43565,93517 -"245742",43567,115386 -"245743",43568,57523 -"245744",43568,121372 -"245745",43568,121402 -"245746",43570,43635 -"245747",43570,43666 -"245748",43570,44393 -"245749",43570,69715 -"245750",43570,84916 -"245751",43571,49994 -"245752",43571,90258 -"245753",43571,117245 -"245754",43572,45451 -"245755",43572,66746 -"245756",43572,73687 -"245757",43573,46627 -"245758",43573,100880 -"245759",43574,56500 -"245760",43574,72825 -"245761",43574,79451 -"245762",43574,84139 -"245763",43574,87334 -"245764",43574,91275 -"245765",43574,91537 -"245766",43574,117943 -"245767",43574,117944 -"245768",43575,47772 -"245769",43575,63357 -"245770",43575,66280 -"245771",43575,76127 -"245772",43575,76284 -"245773",43575,77188 -"245774",43575,78316 -"245775",43575,79322 -"245776",43575,81423 -"245777",43575,82949 -"245778",43575,88193 -"245779",43575,101999 -"245780",43575,112434 -"245781",43576,101262 -"245782",43576,110613 -"245783",43576,110617 -"245784",43576,121247 -"245785",43576,121256 -"245786",43578,77475 -"245787",43578,93487 -"245788",43578,100837 -"245789",43579,105264 -"245790",43581,80157 -"245791",43581,91377 -"245792",43581,105048 -"245793",43582,43594 -"245794",43582,43764 -"245795",43582,93776 -"245796",43583,43685 -"245797",43584,43652 -"245798",43584,50862 -"245799",43584,50864 -"245800",43584,50924 -"245801",43584,50970 -"245802",43584,50988 -"245803",43585,46489 -"245804",43585,54112 -"245805",43585,77934 -"245806",43585,103887 -"245807",43585,118948 -"245808",43586,90120 -"245809",43586,100662 -"245810",43586,101834 -"245811",43586,111650 -"245812",43587,82443 -"245813",43587,106099 -"245814",43588,76816 -"245815",43589,43616 -"245816",43589,92970 -"245817",43590,48038 -"245818",43590,82022 -"245819",43591,45291 -"245820",43591,47614 -"245821",43591,50482 -"245822",43591,50632 -"245823",43591,61675 -"245824",43591,64057 -"245825",43591,65006 -"245826",43591,66369 -"245827",43591,66798 -"245828",43591,69715 -"245829",43591,72468 -"245830",43591,77166 -"245831",43591,77208 -"245832",43591,86755 -"245833",43591,106042 -"245834",43591,109186 -"245835",43591,109421 -"245836",43591,114890 -"245837",43591,117047 -"245838",43591,117072 -"245839",43591,117074 -"245840",43592,99002 -"245841",43593,44131 -"245842",43593,51162 -"245843",43593,52055 -"245844",43593,90692 -"245845",43594,45338 -"245846",43594,45414 -"245847",43594,53462 -"245848",43594,54388 -"245849",43594,85060 -"245850",43595,56115 -"245851",43595,61183 -"245852",43595,61184 -"245853",43595,61629 -"245854",43596,43621 -"245855",43596,43633 -"245856",43597,108785 -"245857",43597,113734 -"245858",43598,99910 -"245859",43598,105468 -"245860",43598,114831 -"245861",43598,115762 -"245862",43599,48284 -"245863",43599,50246 -"245864",43599,55468 -"245865",43599,59007 -"245866",43599,61666 -"245867",43599,89736 -"245868",43599,99444 -"245869",43599,108232 -"245870",43599,108372 -"245871",43600,43672 -"245872",43602,53877 -"245873",43603,80643 -"245874",43604,48522 -"245875",43604,62534 -"245876",43604,71372 -"245877",43604,77320 -"245878",43605,43688 -"245879",43605,43881 -"245880",43605,87563 -"245881",43605,89535 -"245882",43606,43647 -"245883",43606,56204 -"245884",43606,63523 -"245885",43606,69011 -"245886",43606,75510 -"245887",43606,78549 -"245888",43608,95406 -"245889",43609,94208 -"245890",43609,96189 -"245891",43609,96198 -"245892",43610,60201 -"245893",43610,62357 -"245894",43610,81888 -"245895",43610,86358 -"245896",43610,93710 -"245897",43610,94697 -"245898",43610,111119 -"245899",43610,112478 -"245900",43612,60298 -"245901",43613,80781 -"245902",43613,114510 -"245903",43613,120069 -"245904",43614,106192 -"245905",43615,51468 -"245906",43615,64609 -"245907",43615,84264 -"245908",43616,48166 -"245909",43616,53799 -"245910",43616,68979 -"245911",43616,100074 -"245912",43618,43643 -"245913",43618,43648 -"245914",43618,43674 -"245915",43618,43691 -"245916",43619,79795 -"245917",43619,79901 -"245918",43619,79924 -"245919",43619,79931 -"245920",43620,62667 -"245921",43621,43633 -"245922",43622,48017 -"245923",43622,48735 -"245924",43622,50135 -"245925",43622,53491 -"245926",43622,63694 -"245927",43624,62818 -"245928",43624,68033 -"245929",43624,94420 -"245930",43624,106206 -"245931",43624,118782 -"245932",43625,77362 -"245933",43625,118330 -"245934",43625,118331 -"245935",43626,51400 -"245936",43627,52085 -"245937",43627,66634 -"245938",43627,67757 -"245939",43627,67758 -"245940",43627,67759 -"245941",43627,75297 -"245942",43627,83267 -"245943",43627,83298 -"245944",43628,49703 -"245945",43629,69743 -"245946",43629,99803 -"245947",43630,55400 -"245948",43630,119010 -"245949",43631,52018 -"245950",43634,71644 -"245951",43634,95782 -"245952",43634,108141 -"245953",43634,108686 -"245954",43634,114470 -"245955",43635,43666 -"245956",43635,44289 -"245957",43635,73343 -"245958",43635,75633 -"245959",43635,79136 -"245960",43635,79657 -"245961",43635,92996 -"245962",43636,52912 -"245963",43636,77013 -"245964",43636,110865 -"245965",43636,121826 -"245966",43638,53895 -"245967",43638,83935 -"245968",43638,94618 -"245969",43639,53037 -"245970",43639,59957 -"245971",43639,60283 -"245972",43639,68914 -"245973",43642,86749 -"245974",43642,88574 -"245975",43643,43648 -"245976",43643,43674 -"245977",43643,43691 -"245978",43646,108355 -"245979",43648,43674 -"245980",43648,43691 -"245981",43649,43938 -"245982",43649,44827 -"245983",43649,46702 -"245984",43649,47106 -"245985",43649,50646 -"245986",43649,56585 -"245987",43650,51912 -"245988",43650,81987 -"245989",43652,54551 -"245990",43652,76284 -"245991",43652,91808 -"245992",43652,94480 -"245993",43653,52914 -"245994",43653,71370 -"245995",43653,94317 -"245996",43653,96488 -"245997",43653,97477 -"245998",43653,97677 -"245999",43653,103826 -"246000",43653,110909 -"246001",43653,111703 -"246002",43654,44222 -"246003",43654,44903 -"246004",43654,45161 -"246005",43654,46726 -"246006",43654,47167 -"246007",43654,48464 -"246008",43654,50054 -"246009",43654,55880 -"246010",43654,59852 -"246011",43654,59915 -"246012",43654,62668 -"246013",43654,70473 -"246014",43654,70981 -"246015",43654,71825 -"246016",43654,71837 -"246017",43654,73374 -"246018",43654,77625 -"246019",43654,78807 -"246020",43654,79681 -"246021",43654,82452 -"246022",43654,88409 -"246023",43654,89349 -"246024",43654,90883 -"246025",43654,91383 -"246026",43654,92113 -"246027",43654,98904 -"246028",43654,102940 -"246029",43654,118577 -"246030",43654,119085 -"246031",43654,119224 -"246032",43654,119439 -"246033",43654,120085 -"246034",43654,120232 -"246035",43654,121213 -"246036",43655,48862 -"246037",43655,58692 -"246038",43655,65105 -"246039",43655,71993 -"246040",43655,73148 -"246041",43655,112326 -"246042",43657,53644 -"246043",43657,55366 -"246044",43657,56133 -"246045",43657,72549 -"246046",43657,82910 -"246047",43657,86509 -"246048",43657,104657 -"246049",43657,104666 -"246050",43659,69592 -"246051",43659,86302 -"246052",43659,100884 -"246053",43659,103547 -"246054",43661,83938 -"246055",43661,97535 -"246056",43663,44243 -"246057",43663,59641 -"246058",43664,58046 -"246059",43665,78857 -"246060",43665,94758 -"246061",43665,98870 -"246062",43665,120399 -"246063",43666,44281 -"246064",43667,107153 -"246065",43667,107173 -"246066",43667,107184 -"246067",43668,63073 -"246068",43668,92627 -"246069",43668,101356 -"246070",43668,101361 -"246071",43668,101363 -"246072",43668,108099 -"246073",43669,85160 -"246074",43669,88474 -"246075",43669,90524 -"246076",43670,66633 -"246077",43670,120780 -"246078",43671,61838 -"246079",43671,83934 -"246080",43671,93869 -"246081",43672,50883 -"246082",43672,65540 -"246083",43673,47656 -"246084",43673,55028 -"246085",43673,60820 -"246086",43673,61879 -"246087",43673,62120 -"246088",43673,62426 -"246089",43673,63408 -"246090",43673,63427 -"246091",43673,63432 -"246092",43673,63739 -"246093",43673,72794 -"246094",43673,73387 -"246095",43674,43691 -"246096",43675,73972 -"246097",43676,45481 -"246098",43677,45183 -"246099",43678,49796 -"246100",43679,56995 -"246101",43679,96616 -"246102",43679,102449 -"246103",43680,62952 -"246104",43680,88609 -"246105",43680,107682 -"246106",43680,107698 -"246107",43681,45384 -"246108",43681,53901 -"246109",43681,55093 -"246110",43681,56200 -"246111",43681,69448 -"246112",43681,78322 -"246113",43681,80988 -"246114",43681,87320 -"246115",43681,88296 -"246116",43681,93405 -"246117",43681,93459 -"246118",43681,95917 -"246119",43681,97783 -"246120",43681,107518 -"246121",43682,44728 -"246122",43682,55895 -"246123",43682,62564 -"246124",43682,76174 -"246125",43682,83976 -"246126",43682,88865 -"246127",43682,106418 -"246128",43684,44881 -"246129",43684,47899 -"246130",43684,48547 -"246131",43684,48969 -"246132",43684,48977 -"246133",43684,48983 -"246134",43684,49005 -"246135",43684,49010 -"246136",43684,49028 -"246137",43684,56579 -"246138",43685,67985 -"246139",43685,69142 -"246140",43687,48210 -"246141",43687,60264 -"246142",43688,43881 -"246143",43688,66423 -"246144",43690,52830 -"246145",43691,85761 -"246146",43691,98404 -"246147",43691,98405 -"246148",43691,100529 -"246149",43691,100538 -"246150",43691,100550 -"246151",43692,70172 -"246152",43694,47806 -"246153",43694,49235 -"246154",43695,71257 -"246155",43696,44813 -"246156",43696,48400 -"246157",43696,49098 -"246158",43696,51011 -"246159",43696,54269 -"246160",43696,54664 -"246161",43696,56548 -"246162",43696,63729 -"246163",43697,92584 -"246164",43698,48744 -"246165",43698,52603 -"246166",43698,62985 -"246167",43698,75371 -"246168",43698,81343 -"246169",43698,98217 -"246170",43698,99731 -"246171",43698,101323 -"246172",43698,102845 -"246173",43698,104957 -"246174",43698,107257 -"246175",43698,109815 -"246176",43698,111066 -"246177",43698,113278 -"246178",43698,113314 -"246179",43698,114723 -"246180",43698,116644 -"246181",43698,117804 -"246182",43698,121414 -"246183",43698,122345 -"246184",43698,122353 -"246185",43698,122358 -"246186",43698,122360 -"246187",43698,122366 -"246188",43698,122367 -"246189",43698,122376 -"246190",43698,122383 -"246191",43698,122393 -"246192",43698,122394 -"246193",43698,122398 -"246194",43698,122402 -"246195",43698,122403 -"246196",43698,122409 -"246197",43698,122412 -"246198",43698,122414 -"246199",43698,122415 -"246200",43698,122417 -"246201",43698,122418 -"246202",43698,122421 -"246203",43698,122422 -"246204",43698,122437 -"246205",43698,122438 -"246206",43698,122440 -"246207",43698,123424 -"246208",43699,43805 -"246209",43699,50229 -"246210",43699,77619 -"246211",43699,85912 -"246212",43699,95485 -"246213",43699,121338 -"246214",43700,58442 -"246215",43701,69319 -"246216",43701,74016 -"246217",43701,74152 -"246218",43701,80454 -"246219",43701,87273 -"246220",43701,95831 -"246221",43701,100518 -"246222",43702,43819 -"246223",43703,49031 -"246224",43703,51446 -"246225",43703,64502 -"246226",43703,80210 -"246227",43703,122369 -"246228",43705,43740 -"246229",43705,43750 -"246230",43705,43791 -"246231",43705,43797 -"246232",43705,62199 -"246233",43705,82117 -"246234",43705,84558 -"246235",43705,92069 -"246236",43705,121044 -"246237",43706,43707 -"246238",43706,43852 -"246239",43706,43864 -"246240",43706,43946 -"246241",43706,43980 -"246242",43706,50736 -"246243",43706,58970 -"246244",43706,60430 -"246245",43706,68880 -"246246",43706,76745 -"246247",43706,81135 -"246248",43706,83673 -"246249",43706,89116 -"246250",43706,94822 -"246251",43706,99332 -"246252",43706,106328 -"246253",43707,43852 -"246254",43708,46104 -"246255",43708,50487 -"246256",43708,51874 -"246257",43708,77506 -"246258",43708,80510 -"246259",43708,84475 -"246260",43708,88863 -"246261",43708,92570 -"246262",43708,103993 -"246263",43708,104898 -"246264",43709,68137 -"246265",43710,44819 -"246266",43710,72691 -"246267",43710,74748 -"246268",43710,86844 -"246269",43710,102824 -"246270",43710,108613 -"246271",43710,109781 -"246272",43711,49180 -"246273",43711,58644 -"246274",43711,75954 -"246275",43712,43723 -"246276",43712,43833 -"246277",43713,57744 -"246278",43713,66023 -"246279",43713,68667 -"246280",43714,73071 -"246281",43715,43716 -"246282",43715,43814 -"246283",43715,70493 -"246284",43715,70517 -"246285",43715,110883 -"246286",43716,43814 -"246287",43716,90067 -"246288",43717,76507 -"246289",43717,114485 -"246290",43718,59940 -"246291",43718,66635 -"246292",43718,68942 -"246293",43718,74994 -"246294",43718,77639 -"246295",43718,78810 -"246296",43719,98595 -"246297",43719,101105 -"246298",43720,75564 -"246299",43720,100924 -"246300",43721,85810 -"246301",43723,43833 -"246302",43723,116251 -"246303",43724,119175 -"246304",43725,43772 -"246305",43725,43842 -"246306",43725,46721 -"246307",43725,47129 -"246308",43725,93642 -"246309",43725,109719 -"246310",43726,44261 -"246311",43726,73602 -"246312",43726,74616 -"246313",43727,47557 -"246314",43727,49681 -"246315",43727,68328 -"246316",43728,50640 -"246317",43729,59082 -"246318",43729,69928 -"246319",43730,44495 -"246320",43730,59027 -"246321",43730,86241 -"246322",43732,81463 -"246323",43734,95704 -"246324",43736,43829 -"246325",43736,66218 -"246326",43737,47817 -"246327",43737,48161 -"246328",43738,55809 -"246329",43738,59311 -"246330",43738,61728 -"246331",43739,43754 -"246332",43740,43750 -"246333",43740,43791 -"246334",43740,43797 -"246335",43742,43763 -"246336",43742,47785 -"246337",43745,43758 -"246338",43745,43994 -"246339",43746,62619 -"246340",43746,90340 -"246341",43747,49135 -"246342",43747,58562 -"246343",43747,58641 -"246344",43748,46984 -"246345",43748,63168 -"246346",43748,64089 -"246347",43748,74781 -"246348",43748,82695 -"246349",43748,91192 -"246350",43748,91925 -"246351",43748,92595 -"246352",43748,108829 -"246353",43749,72598 -"246354",43749,113800 -"246355",43750,43791 -"246356",43750,43797 -"246357",43750,51750 -"246358",43750,59143 -"246359",43751,84985 -"246360",43752,89456 -"246361",43752,96574 -"246362",43752,96580 -"246363",43752,96586 -"246364",43752,102290 -"246365",43752,102329 -"246366",43753,46439 -"246367",43756,56859 -"246368",43756,69753 -"246369",43756,72106 -"246370",43756,72107 -"246371",43756,73414 -"246372",43756,73417 -"246373",43756,73418 -"246374",43756,73423 -"246375",43756,73443 -"246376",43757,61818 -"246377",43757,63996 -"246378",43758,43994 -"246379",43759,44928 -"246380",43759,59222 -"246381",43759,78015 -"246382",43759,96411 -"246383",43760,43816 -"246384",43761,49422 -"246385",43761,53539 -"246386",43761,117868 -"246387",43762,62019 -"246388",43763,45606 -"246389",43763,57458 -"246390",43763,61494 -"246391",43764,44178 -"246392",43765,43804 -"246393",43766,64792 -"246394",43766,80219 -"246395",43766,89169 -"246396",43766,90650 -"246397",43767,88204 -"246398",43768,49708 -"246399",43768,59170 -"246400",43768,62304 -"246401",43768,70212 -"246402",43768,76831 -"246403",43768,77454 -"246404",43768,87935 -"246405",43768,91292 -"246406",43768,91674 -"246407",43768,91675 -"246408",43768,91765 -"246409",43768,103690 -"246410",43768,103710 -"246411",43768,115346 -"246412",43769,105010 -"246413",43769,116042 -"246414",43770,76195 -"246415",43770,76959 -"246416",43770,76965 -"246417",43770,82155 -"246418",43770,82542 -"246419",43770,100407 -"246420",43770,114456 -"246421",43771,81024 -"246422",43771,89329 -"246423",43771,100162 -"246424",43771,105299 -"246425",43771,110626 -"246426",43771,110927 -"246427",43771,121856 -"246428",43772,43842 -"246429",43772,75723 -"246430",43772,76372 -"246431",43772,86969 -"246432",43774,84194 -"246433",43774,107755 -"246434",43774,107760 -"246435",43776,94851 -"246436",43777,55175 -"246437",43777,67241 -"246438",43778,43785 -"246439",43778,43838 -"246440",43778,43849 -"246441",43779,68917 -"246442",43779,94437 -"246443",43779,95013 -"246444",43779,95607 -"246445",43779,99718 -"246446",43779,108673 -"246447",43779,109722 -"246448",43779,113356 -"246449",43779,113390 -"246450",43780,65861 -"246451",43780,104529 -"246452",43782,99185 -"246453",43783,45216 -"246454",43783,45652 -"246455",43784,86632 -"246456",43785,43838 -"246457",43785,43849 -"246458",43786,43809 -"246459",43786,43850 -"246460",43787,43831 -"246461",43787,56792 -"246462",43789,54440 -"246463",43790,43920 -"246464",43791,43797 -"246465",43791,51750 -"246466",43791,52639 -"246467",43791,59143 -"246468",43791,84495 -"246469",43791,95730 -"246470",43792,112978 -"246471",43793,43796 -"246472",43796,64423 -"246473",43798,64488 -"246474",43799,43800 -"246475",43799,43801 -"246476",43800,43801 -"246477",43800,86670 -"246478",43801,74104 -"246479",43805,62690 -"246480",43806,43844 -"246481",43806,98825 -"246482",43806,112731 -"246483",43807,53320 -"246484",43807,54707 -"246485",43807,74125 -"246486",43807,89559 -"246487",43808,68736 -"246488",43808,92400 -"246489",43808,92560 -"246490",43808,112265 -"246491",43809,43850 -"246492",43809,54757 -"246493",43809,62452 -"246494",43809,71443 -"246495",43810,43942 -"246496",43811,43895 -"246497",43811,43935 -"246498",43811,43966 -"246499",43811,43968 -"246500",43811,43992 -"246501",43811,43997 -"246502",43811,43999 -"246503",43811,44000 -"246504",43811,50196 -"246505",43812,68212 -"246506",43812,75582 -"246507",43812,95372 -"246508",43813,46567 -"246509",43813,49359 -"246510",43813,50172 -"246511",43813,65674 -"246512",43813,72331 -"246513",43813,72424 -"246514",43815,72684 -"246515",43815,90207 -"246516",43817,45593 -"246517",43817,76900 -"246518",43818,57644 -"246519",43818,114734 -"246520",43819,84688 -"246521",43820,44959 -"246522",43820,53650 -"246523",43820,54625 -"246524",43821,89426 -"246525",43822,108202 -"246526",43824,52726 -"246527",43824,83285 -"246528",43825,51593 -"246529",43825,56033 -"246530",43825,75304 -"246531",43827,52268 -"246532",43827,57913 -"246533",43828,63680 -"246534",43828,65097 -"246535",43828,65126 -"246536",43829,106609 -"246537",43829,112971 -"246538",43829,112975 -"246539",43830,80917 -"246540",43830,86187 -"246541",43830,86206 -"246542",43830,86211 -"246543",43833,49320 -"246544",43833,55892 -"246545",43833,65671 -"246546",43833,75984 -"246547",43833,80062 -"246548",43833,86621 -"246549",43833,89954 -"246550",43833,98294 -"246551",43833,107447 -"246552",43833,109387 -"246553",43833,109405 -"246554",43833,109410 -"246555",43833,116636 -"246556",43834,57637 -"246557",43834,64242 -"246558",43834,77011 -"246559",43834,88531 -"246560",43835,52799 -"246561",43835,100680 -"246562",43835,101517 -"246563",43836,57268 -"246564",43837,47669 -"246565",43837,68958 -"246566",43838,43849 -"246567",43839,44684 -"246568",43839,56712 -"246569",43840,43841 -"246570",43840,102256 -"246571",43841,102915 -"246572",43842,64803 -"246573",43842,71289 -"246574",43842,75723 -"246575",43842,76372 -"246576",43842,86969 -"246577",43842,112953 -"246578",43843,44108 -"246579",43843,44110 -"246580",43843,57229 -"246581",43843,96833 -"246582",43843,99435 -"246583",43843,105689 -"246584",43843,107341 -"246585",43843,109919 -"246586",43844,45532 -"246587",43844,45869 -"246588",43844,59413 -"246589",43844,78120 -"246590",43844,79422 -"246591",43844,88537 -"246592",43844,110733 -"246593",43845,45838 -"246594",43845,50550 -"246595",43845,53761 -"246596",43846,52718 -"246597",43846,52802 -"246598",43846,52822 -"246599",43846,52828 -"246600",43846,52829 -"246601",43847,107914 -"246602",43847,123207 -"246603",43848,44283 -"246604",43849,58961 -"246605",43850,51014 -"246606",43850,54279 -"246607",43850,60626 -"246608",43850,61883 -"246609",43851,48808 -"246610",43852,50736 -"246611",43852,56100 -"246612",43852,58970 -"246613",43852,60841 -"246614",43852,63691 -"246615",43852,81135 -"246616",43852,89116 -"246617",43852,89185 -"246618",43852,89446 -"246619",43852,94040 -"246620",43852,94822 -"246621",43852,95741 -"246622",43852,99332 -"246623",43852,104294 -"246624",43852,110383 -"246625",43852,116316 -"246626",43852,119754 -"246627",43853,43854 -"246628",43853,46578 -"246629",43853,62280 -"246630",43855,49810 -"246631",43856,43970 -"246632",43856,43977 -"246633",43856,58034 -"246634",43856,82546 -"246635",43858,44828 -"246636",43858,45657 -"246637",43858,45933 -"246638",43858,46434 -"246639",43858,46788 -"246640",43858,47123 -"246641",43858,47488 -"246642",43858,48909 -"246643",43858,49075 -"246644",43858,49859 -"246645",43858,50064 -"246646",43858,50067 -"246647",43858,50554 -"246648",43858,50879 -"246649",43858,51625 -"246650",43858,51783 -"246651",43858,52018 -"246652",43858,53444 -"246653",43858,53527 -"246654",43858,53555 -"246655",43858,54275 -"246656",43858,56628 -"246657",43858,58004 -"246658",43858,58068 -"246659",43858,58633 -"246660",43858,61111 -"246661",43858,61127 -"246662",43858,67448 -"246663",43858,68287 -"246664",43858,86558 -"246665",43858,102514 -"246666",43859,56927 -"246667",43859,57544 -"246668",43861,53921 -"246669",43861,70150 -"246670",43861,86601 -"246671",43861,86944 -"246672",43861,99531 -"246673",43861,99537 -"246674",43861,99548 -"246675",43862,43870 -"246676",43862,99627 -"246677",43863,48153 -"246678",43864,43946 -"246679",43864,43980 -"246680",43865,51598 -"246681",43865,55922 -"246682",43865,62634 -"246683",43865,71837 -"246684",43865,89693 -"246685",43866,43867 -"246686",43866,57855 -"246687",43869,44006 -"246688",43869,50567 -"246689",43869,64757 -"246690",43869,74801 -"246691",43869,75756 -"246692",43869,107731 -"246693",43869,107737 -"246694",43871,44187 -"246695",43871,52550 -"246696",43871,82134 -"246697",43871,87644 -"246698",43871,87649 -"246699",43872,43876 -"246700",43872,43906 -"246701",43872,43982 -"246702",43873,43948 -"246703",43873,51943 -"246704",43873,51959 -"246705",43875,44905 -"246706",43875,47476 -"246707",43875,55181 -"246708",43875,55382 -"246709",43875,55464 -"246710",43876,43906 -"246711",43876,43982 -"246712",43876,47516 -"246713",43876,118096 -"246714",43876,118917 -"246715",43877,49535 -"246716",43877,49560 -"246717",43877,49561 -"246718",43879,92625 -"246719",43879,116558 -"246720",43880,43885 -"246721",43880,65485 -"246722",43880,86900 -"246723",43880,101900 -"246724",43881,66206 -"246725",43881,87563 -"246726",43881,97748 -"246727",43882,44243 -"246728",43882,51714 -"246729",43882,57082 -"246730",43882,66826 -"246731",43884,87289 -"246732",43884,87294 -"246733",43884,88162 -"246734",43884,117441 -"246735",43885,52567 -"246736",43885,67129 -"246737",43885,79230 -"246738",43885,114903 -"246739",43886,43921 -"246740",43886,43957 -"246741",43886,75528 -"246742",43887,45493 -"246743",43887,46176 -"246744",43887,46216 -"246745",43888,96931 -"246746",43888,99743 -"246747",43888,117171 -"246748",43888,117223 -"246749",43888,122097 -"246750",43888,122582 -"246751",43888,122616 -"246752",43890,44770 -"246753",43890,47361 -"246754",43890,89672 -"246755",43891,43993 -"246756",43892,87303 -"246757",43892,108085 -"246758",43893,47016 -"246759",43893,47975 -"246760",43893,50412 -"246761",43893,59567 -"246762",43893,82598 -"246763",43893,121775 -"246764",43894,60258 -"246765",43894,74616 -"246766",43895,43935 -"246767",43895,43966 -"246768",43895,43968 -"246769",43895,43992 -"246770",43895,43997 -"246771",43895,43999 -"246772",43895,44000 -"246773",43897,45759 -"246774",43898,54394 -"246775",43898,83997 -"246776",43898,89343 -"246777",43898,100916 -"246778",43899,90363 -"246779",43900,52669 -"246780",43900,52687 -"246781",43901,43908 -"246782",43901,90308 -"246783",43902,45977 -"246784",43902,77683 -"246785",43902,80591 -"246786",43902,84365 -"246787",43902,87618 -"246788",43902,91812 -"246789",43902,107478 -"246790",43902,107479 -"246791",43903,71093 -"246792",43903,107325 -"246793",43904,58355 -"246794",43905,43947 -"246795",43905,43960 -"246796",43905,63363 -"246797",43905,72589 -"246798",43905,93111 -"246799",43905,102879 -"246800",43905,118076 -"246801",43905,122242 -"246802",43906,43982 -"246803",43907,48858 -"246804",43907,58059 -"246805",43907,63773 -"246806",43907,80451 -"246807",43910,46139 -"246808",43910,49783 -"246809",43911,66213 -"246810",43912,57010 -"246811",43912,65087 -"246812",43912,88091 -"246813",43912,100631 -"246814",43912,117329 -"246815",43914,43956 -"246816",43915,59751 -"246817",43916,77611 -"246818",43918,46412 -"246819",43918,47901 -"246820",43918,53666 -"246821",43918,83936 -"246822",43918,92774 -"246823",43918,94985 -"246824",43918,103159 -"246825",43918,112288 -"246826",43920,115935 -"246827",43921,43957 -"246828",43921,75528 -"246829",43923,64270 -"246830",43924,44725 -"246831",43924,44753 -"246832",43924,44807 -"246833",43924,46116 -"246834",43924,77570 -"246835",43925,88967 -"246836",43925,105542 -"246837",43925,114263 -"246838",43926,69882 -"246839",43927,58471 -"246840",43927,58647 -"246841",43927,58843 -"246842",43927,58935 -"246843",43927,58949 -"246844",43927,60284 -"246845",43927,67982 -"246846",43927,68088 -"246847",43927,86930 -"246848",43927,86939 -"246849",43929,72816 -"246850",43929,92638 -"246851",43929,97774 -"246852",43929,99199 -"246853",43929,105377 -"246854",43929,107125 -"246855",43929,107131 -"246856",43930,80425 -"246857",43930,84682 -"246858",43932,45100 -"246859",43932,96349 -"246860",43935,43966 -"246861",43935,43968 -"246862",43935,43992 -"246863",43935,43997 -"246864",43935,43999 -"246865",43935,44000 -"246866",43936,49661 -"246867",43936,82321 -"246868",43936,104072 -"246869",43937,61991 -"246870",43938,44827 -"246871",43938,46702 -"246872",43938,47106 -"246873",43938,59066 -"246874",43938,59132 -"246875",43939,55057 -"246876",43939,108287 -"246877",43940,72061 -"246878",43940,76997 -"246879",43940,79877 -"246880",43940,84792 -"246881",43940,85387 -"246882",43940,86576 -"246883",43940,100777 -"246884",43940,103920 -"246885",43940,106330 -"246886",43940,108615 -"246887",43940,109339 -"246888",43940,111300 -"246889",43940,111711 -"246890",43940,114266 -"246891",43941,50495 -"246892",43941,53611 -"246893",43941,58946 -"246894",43941,83766 -"246895",43941,83794 -"246896",43941,83795 -"246897",43942,53003 -"246898",43944,60065 -"246899",43944,62172 -"246900",43944,103189 -"246901",43944,120212 -"246902",43945,93932 -"246903",43946,43980 -"246904",43946,74848 -"246905",43946,91621 -"246906",43946,102507 -"246907",43947,43960 -"246908",43948,51943 -"246909",43948,93998 -"246910",43948,100745 -"246911",43948,100748 -"246912",43951,82589 -"246913",43952,46962 -"246914",43952,62870 -"246915",43953,81610 -"246916",43955,43967 -"246917",43955,83325 -"246918",43955,86308 -"246919",43956,52424 -"246920",43957,45286 -"246921",43957,45287 -"246922",43957,45288 -"246923",43957,45952 -"246924",43957,75528 -"246925",43958,89465 -"246926",43959,57031 -"246927",43960,46615 -"246928",43960,51070 -"246929",43960,92873 -"246930",43961,47375 -"246931",43961,56755 -"246932",43961,57835 -"246933",43961,63495 -"246934",43961,64496 -"246935",43961,80671 -"246936",43961,84491 -"246937",43961,87011 -"246938",43961,87269 -"246939",43961,92382 -"246940",43961,94705 -"246941",43961,111859 -"246942",43961,112890 -"246943",43961,113144 -"246944",43961,115956 -"246945",43962,43984 -"246946",43966,43968 -"246947",43966,43992 -"246948",43966,43997 -"246949",43966,43999 -"246950",43966,44000 -"246951",43968,43992 -"246952",43968,43997 -"246953",43968,43999 -"246954",43968,44000 -"246955",43970,43977 -"246956",43971,44076 -"246957",43972,44066 -"246958",43972,78993 -"246959",43973,119511 -"246960",43973,119548 -"246961",43974,57535 -"246962",43975,67192 -"246963",43975,115026 -"246964",43975,118834 -"246965",43978,44119 -"246966",43978,48716 -"246967",43978,59590 -"246968",43978,69655 -"246969",43978,98919 -"246970",43979,102318 -"246971",43981,45201 -"246972",43981,54946 -"246973",43981,57987 -"246974",43984,48135 -"246975",43984,53115 -"246976",43984,89534 -"246977",43984,89576 -"246978",43986,71764 -"246979",43987,51358 -"246980",43987,77038 -"246981",43987,101572 -"246982",43987,114539 -"246983",43987,119651 -"246984",43989,48601 -"246985",43989,62788 -"246986",43990,57800 -"246987",43990,59392 -"246988",43991,45965 -"246989",43991,51164 -"246990",43991,52028 -"246991",43991,53709 -"246992",43991,58878 -"246993",43991,68406 -"246994",43991,69013 -"246995",43991,79918 -"246996",43991,80448 -"246997",43991,86851 -"246998",43991,89353 -"246999",43991,89437 -"247000",43991,89581 -"247001",43991,94218 -"247002",43991,94409 -"247003",43991,94669 -"247004",43992,43997 -"247005",43992,43999 -"247006",43992,44000 -"247007",43993,44138 -"247008",43993,52621 -"247009",43993,54602 -"247010",43993,56051 -"247011",43993,66960 -"247012",43993,75829 -"247013",43993,92146 -"247014",43993,92147 -"247015",43993,92165 -"247016",43993,92183 -"247017",43994,62024 -"247018",43995,44004 -"247019",43996,46922 -"247020",43996,53530 -"247021",43996,63390 -"247022",43996,102851 -"247023",43997,43999 -"247024",43997,44000 -"247025",43997,91115 -"247026",43997,92244 -"247027",43998,59057 -"247028",43998,69520 -"247029",43998,74957 -"247030",43998,74969 -"247031",43998,75056 -"247032",43998,75465 -"247033",43998,84779 -"247034",43998,90025 -"247035",43999,44000 -"247036",44001,49757 -"247037",44001,60379 -"247038",44001,76992 -"247039",44001,77061 -"247040",44001,77062 -"247041",44001,83989 -"247042",44001,84016 -"247043",44001,93835 -"247044",44001,96341 -"247045",44001,103947 -"247046",44001,105210 -"247047",44001,108037 -"247048",44001,121610 -"247049",44001,121616 -"247050",44002,44010 -"247051",44003,44045 -"247052",44003,92201 -"247053",44003,118547 -"247054",44004,49503 -"247055",44004,50440 -"247056",44004,52460 -"247057",44004,53923 -"247058",44004,55223 -"247059",44004,56262 -"247060",44004,56347 -"247061",44004,67409 -"247062",44004,67453 -"247063",44005,44581 -"247064",44005,45506 -"247065",44005,46071 -"247066",44005,51299 -"247067",44005,52924 -"247068",44005,78032 -"247069",44005,122076 -"247070",44006,64645 -"247071",44006,64664 -"247072",44008,59713 -"247073",44008,110758 -"247074",44008,116631 -"247075",44008,122823 -"247076",44008,122870 -"247077",44009,44083 -"247078",44009,93709 -"247079",44011,59438 -"247080",44011,97402 -"247081",44011,97958 -"247082",44012,44022 -"247083",44012,84651 -"247084",44012,89248 -"247085",44012,115969 -"247086",44013,44097 -"247087",44013,44123 -"247088",44014,50747 -"247089",44014,100370 -"247090",44015,48267 -"247091",44016,44080 -"247092",44017,56840 -"247093",44017,57596 -"247094",44017,58887 -"247095",44017,59900 -"247096",44017,60563 -"247097",44017,64422 -"247098",44017,67807 -"247099",44017,72476 -"247100",44018,44447 -"247101",44018,55846 -"247102",44018,75891 -"247103",44019,112144 -"247104",44020,88044 -"247105",44022,86971 -"247106",44022,87371 -"247107",44022,98570 -"247108",44023,64090 -"247109",44024,47165 -"247110",44024,56440 -"247111",44024,58759 -"247112",44024,95022 -"247113",44025,93643 -"247114",44025,95910 -"247115",44026,46713 -"247116",44026,77594 -"247117",44027,51871 -"247118",44027,70117 -"247119",44027,77492 -"247120",44027,103252 -"247121",44029,44062 -"247122",44030,52463 -"247123",44031,100854 -"247124",44032,64215 -"247125",44032,76092 -"247126",44032,85253 -"247127",44033,44109 -"247128",44034,65632 -"247129",44036,44103 -"247130",44037,44857 -"247131",44037,52313 -"247132",44037,54186 -"247133",44037,70284 -"247134",44037,70444 -"247135",44037,70600 -"247136",44037,84150 -"247137",44037,88221 -"247138",44039,46505 -"247139",44039,47908 -"247140",44040,83188 -"247141",44040,88407 -"247142",44040,89920 -"247143",44040,111915 -"247144",44042,55303 -"247145",44042,100541 -"247146",44043,89538 -"247147",44043,95841 -"247148",44045,90888 -"247149",44045,91059 -"247150",44046,103369 -"247151",44047,46655 -"247152",44047,115467 -"247153",44048,51922 -"247154",44050,44111 -"247155",44050,44652 -"247156",44051,48375 -"247157",44051,60793 -"247158",44051,90521 -"247159",44051,109775 -"247160",44052,53104 -"247161",44052,55815 -"247162",44052,57380 -"247163",44052,59442 -"247164",44052,59571 -"247165",44052,78411 -"247166",44054,53624 -"247167",44054,88995 -"247168",44054,90875 -"247169",44055,58600 -"247170",44055,67582 -"247171",44055,79722 -"247172",44055,94320 -"247173",44055,95319 -"247174",44055,95957 -"247175",44055,95983 -"247176",44055,113351 -"247177",44055,113470 -"247178",44055,113482 -"247179",44056,95290 -"247180",44058,44405 -"247181",44059,94616 -"247182",44059,102310 -"247183",44059,115008 -"247184",44059,120972 -"247185",44059,121056 -"247186",44060,44070 -"247187",44061,50520 -"247188",44061,89332 -"247189",44061,111375 -"247190",44064,44849 -"247191",44066,44117 -"247192",44066,46244 -"247193",44066,55404 -"247194",44066,55424 -"247195",44066,55483 -"247196",44066,112321 -"247197",44067,86001 -"247198",44067,89275 -"247199",44068,44079 -"247200",44068,44081 -"247201",44068,45958 -"247202",44068,46500 -"247203",44068,50588 -"247204",44068,72512 -"247205",44068,102033 -"247206",44069,68634 -"247207",44069,111396 -"247208",44069,111929 -"247209",44069,111932 -"247210",44069,111939 -"247211",44070,88904 -"247212",44072,81165 -"247213",44072,118040 -"247214",44072,118042 -"247215",44073,44074 -"247216",44073,44075 -"247217",44073,50964 -"247218",44073,57589 -"247219",44073,59218 -"247220",44073,62712 -"247221",44073,82341 -"247222",44073,82347 -"247223",44074,44075 -"247224",44074,44608 -"247225",44074,52585 -"247226",44074,53225 -"247227",44074,53946 -"247228",44074,57289 -"247229",44074,57807 -"247230",44074,62788 -"247231",44074,65636 -"247232",44074,71866 -"247233",44074,88096 -"247234",44075,111832 -"247235",44075,111860 -"247236",44077,50978 -"247237",44077,91197 -"247238",44079,44081 -"247239",44079,64398 -"247240",44079,64437 -"247241",44080,75146 -"247242",44080,92948 -"247243",44080,96027 -"247244",44080,96068 -"247245",44080,101270 -"247246",44080,101354 -"247247",44080,119514 -"247248",44081,88233 -"247249",44081,93933 -"247250",44081,110056 -"247251",44082,49302 -"247252",44082,50565 -"247253",44082,55899 -"247254",44082,56469 -"247255",44082,58299 -"247256",44082,58326 -"247257",44082,71342 -"247258",44082,72956 -"247259",44082,82410 -"247260",44082,82442 -"247261",44082,91583 -"247262",44085,45817 -"247263",44085,46405 -"247264",44085,51599 -"247265",44085,53179 -"247266",44085,61136 -"247267",44085,71997 -"247268",44085,106611 -"247269",44085,106643 -"247270",44086,44124 -"247271",44087,92687 -"247272",44088,85201 -"247273",44088,119871 -"247274",44089,44308 -"247275",44089,44516 -"247276",44089,48105 -"247277",44089,48189 -"247278",44089,53653 -"247279",44089,69489 -"247280",44089,69506 -"247281",44089,69507 -"247282",44090,44212 -"247283",44091,55185 -"247284",44091,61413 -"247285",44091,69636 -"247286",44091,93136 -"247287",44091,93738 -"247288",44091,96131 -"247289",44091,96273 -"247290",44091,111415 -"247291",44091,121663 -"247292",44092,44116 -"247293",44092,53703 -"247294",44092,55583 -"247295",44092,64071 -"247296",44092,72868 -"247297",44092,73030 -"247298",44092,73078 -"247299",44092,73107 -"247300",44092,109872 -"247301",44093,50787 -"247302",44093,74980 -"247303",44093,96205 -"247304",44093,96216 -"247305",44093,96224 -"247306",44093,96225 -"247307",44095,73755 -"247308",44095,77930 -"247309",44096,45616 -"247310",44096,50774 -"247311",44096,59932 -"247312",44096,72694 -"247313",44096,86602 -"247314",44096,107380 -"247315",44097,44123 -"247316",44098,96966 -"247317",44099,51435 -"247318",44099,69582 -"247319",44099,74833 -"247320",44099,103760 -"247321",44100,47854 -"247322",44101,54646 -"247323",44101,74300 -"247324",44101,99823 -"247325",44102,56463 -"247326",44103,50179 -"247327",44103,60088 -"247328",44103,79436 -"247329",44104,52610 -"247330",44105,56481 -"247331",44105,56521 -"247332",44105,56525 -"247333",44105,80454 -"247334",44105,87273 -"247335",44105,88480 -"247336",44105,94574 -"247337",44105,96620 -"247338",44106,71399 -"247339",44106,78142 -"247340",44106,95239 -"247341",44106,114080 -"247342",44106,114109 -"247343",44107,102237 -"247344",44108,44110 -"247345",44108,114333 -"247346",44112,79493 -"247347",44112,80133 -"247348",44112,83659 -"247349",44112,84579 -"247350",44112,85632 -"247351",44112,89835 -"247352",44112,89838 -"247353",44113,49248 -"247354",44114,91852 -"247355",44114,108447 -"247356",44116,62144 -"247357",44117,44967 -"247358",44117,59897 -"247359",44117,95563 -"247360",44117,111834 -"247361",44118,87907 -"247362",44120,65970 -"247363",44120,84852 -"247364",44120,88956 -"247365",44120,88957 -"247366",44120,88958 -"247367",44121,56822 -"247368",44121,56890 -"247369",44121,56935 -"247370",44122,70064 -"247371",44122,84578 -"247372",44122,94491 -"247373",44122,113451 -"247374",44123,64704 -"247375",44123,69994 -"247376",44123,78155 -"247377",44123,104168 -"247378",44124,47133 -"247379",44124,47414 -"247380",44124,49106 -"247381",44124,57094 -"247382",44124,58898 -"247383",44124,59147 -"247384",44124,59237 -"247385",44124,59359 -"247386",44124,61563 -"247387",44124,61867 -"247388",44124,62007 -"247389",44124,62078 -"247390",44124,62375 -"247391",44124,62633 -"247392",44124,63395 -"247393",44124,64408 -"247394",44124,64418 -"247395",44124,64511 -"247396",44124,65230 -"247397",44124,66145 -"247398",44124,67503 -"247399",44124,67721 -"247400",44124,68816 -"247401",44124,68909 -"247402",44124,68938 -"247403",44124,69332 -"247404",44124,69681 -"247405",44124,70610 -"247406",44124,70611 -"247407",44124,70725 -"247408",44124,71211 -"247409",44124,71505 -"247410",44124,71887 -"247411",44125,63026 -"247412",44125,71659 -"247413",44126,67378 -"247414",44126,77854 -"247415",44127,49034 -"247416",44127,49158 -"247417",44127,61013 -"247418",44128,44254 -"247419",44129,104639 -"247420",44131,45127 -"247421",44131,51512 -"247422",44131,90692 -"247423",44131,97553 -"247424",44131,97557 -"247425",44135,69250 -"247426",44135,85683 -"247427",44135,92546 -"247428",44135,108666 -"247429",44135,118642 -"247430",44136,53265 -"247431",44136,55878 -"247432",44136,60624 -"247433",44136,77362 -"247434",44136,78501 -"247435",44136,97881 -"247436",44136,119206 -"247437",44137,56336 -"247438",44137,81635 -"247439",44137,81843 -"247440",44137,81855 -"247441",44137,81856 -"247442",44137,85475 -"247443",44137,90843 -"247444",44137,90866 -"247445",44137,90923 -"247446",44138,52621 -"247447",44138,54602 -"247448",44138,55105 -"247449",44138,56051 -"247450",44138,66960 -"247451",44138,75829 -"247452",44138,92146 -"247453",44138,92147 -"247454",44138,92165 -"247455",44138,92183 -"247456",44139,51132 -"247457",44139,74267 -"247458",44140,44141 -"247459",44140,55735 -"247460",44140,94881 -"247461",44140,94882 -"247462",44140,94891 -"247463",44141,58610 -"247464",44142,46695 -"247465",44142,50169 -"247466",44142,50276 -"247467",44142,61608 -"247468",44142,65356 -"247469",44142,86848 -"247470",44142,86889 -"247471",44142,96274 -"247472",44142,96317 -"247473",44143,73104 -"247474",44143,85601 -"247475",44145,57502 -"247476",44145,57503 -"247477",44145,57524 -"247478",44145,57543 -"247479",44145,57555 -"247480",44146,44208 -"247481",44146,44209 -"247482",44146,52691 -"247483",44147,81594 -"247484",44148,53988 -"247485",44148,67511 -"247486",44148,82769 -"247487",44148,86520 -"247488",44150,44157 -"247489",44150,44235 -"247490",44150,44255 -"247491",44150,55420 -"247492",44150,60997 -"247493",44150,77661 -"247494",44150,79041 -"247495",44150,98477 -"247496",44153,64410 -"247497",44153,83712 -"247498",44153,83747 -"247499",44153,83785 -"247500",44153,91371 -"247501",44153,94101 -"247502",44153,107487 -"247503",44153,109799 -"247504",44153,111281 -"247505",44153,122613 -"247506",44154,44159 -"247507",44154,63971 -"247508",44154,67915 -"247509",44156,47197 -"247510",44156,48431 -"247511",44156,56414 -"247512",44156,56523 -"247513",44156,59573 -"247514",44156,60114 -"247515",44156,60472 -"247516",44156,65654 -"247517",44156,65675 -"247518",44156,65710 -"247519",44156,65751 -"247520",44156,66248 -"247521",44156,84191 -"247522",44157,44235 -"247523",44157,44255 -"247524",44157,49136 -"247525",44157,66909 -"247526",44157,74904 -"247527",44157,80677 -"247528",44157,80695 -"247529",44160,64070 -"247530",44160,83772 -"247531",44160,96229 -"247532",44160,101655 -"247533",44160,101657 -"247534",44161,51157 -"247535",44161,67662 -"247536",44161,72881 -"247537",44161,83401 -"247538",44161,85547 -"247539",44161,102661 -"247540",44162,76404 -"247541",44162,76419 -"247542",44162,87658 -"247543",44165,94312 -"247544",44165,99399 -"247545",44165,99403 -"247546",44166,44223 -"247547",44167,56072 -"247548",44169,74170 -"247549",44169,93655 -"247550",44169,110030 -"247551",44170,57350 -"247552",44170,60034 -"247553",44170,83132 -"247554",44171,60960 -"247555",44171,64064 -"247556",44173,104417 -"247557",44173,104531 -"247558",44173,107660 -"247559",44173,107715 -"247560",44174,44197 -"247561",44174,44217 -"247562",44174,44218 -"247563",44174,44256 -"247564",44174,44268 -"247565",44175,53505 -"247566",44175,83159 -"247567",44177,44240 -"247568",44177,65635 -"247569",44177,114194 -"247570",44178,54388 -"247571",44178,59560 -"247572",44178,85197 -"247573",44178,88079 -"247574",44179,56559 -"247575",44179,87222 -"247576",44180,45818 -"247577",44180,51476 -"247578",44180,51892 -"247579",44180,53755 -"247580",44180,54168 -"247581",44180,57210 -"247582",44180,58482 -"247583",44180,59172 -"247584",44180,59816 -"247585",44180,61874 -"247586",44180,63274 -"247587",44180,66322 -"247588",44180,67327 -"247589",44180,70854 -"247590",44180,71683 -"247591",44180,72568 -"247592",44180,72628 -"247593",44180,73767 -"247594",44180,78532 -"247595",44180,81609 -"247596",44180,85885 -"247597",44180,91255 -"247598",44180,92247 -"247599",44180,92352 -"247600",44180,92362 -"247601",44180,92929 -"247602",44180,93719 -"247603",44180,94906 -"247604",44180,94946 -"247605",44180,95889 -"247606",44180,96093 -"247607",44180,97988 -"247608",44180,99309 -"247609",44180,99376 -"247610",44180,99450 -"247611",44180,99471 -"247612",44180,99474 -"247613",44180,100916 -"247614",44180,100944 -"247615",44180,101126 -"247616",44180,101329 -"247617",44180,105557 -"247618",44180,107199 -"247619",44180,108743 -"247620",44180,108980 -"247621",44180,109291 -"247622",44180,109933 -"247623",44180,110483 -"247624",44180,110567 -"247625",44180,110572 -"247626",44180,110630 -"247627",44180,110648 -"247628",44180,110711 -"247629",44180,110770 -"247630",44180,110869 -"247631",44180,110911 -"247632",44180,111285 -"247633",44180,111314 -"247634",44180,111362 -"247635",44180,111372 -"247636",44180,111424 -"247637",44180,111433 -"247638",44180,112422 -"247639",44180,113269 -"247640",44180,113430 -"247641",44180,114242 -"247642",44180,114842 -"247643",44180,115427 -"247644",44180,115521 -"247645",44180,115711 -"247646",44181,80548 -"247647",44181,80755 -"247648",44181,80797 -"247649",44181,92767 -"247650",44181,92775 -"247651",44181,119333 -"247652",44184,67206 -"247653",44185,49065 -"247654",44186,46912 -"247655",44187,52550 -"247656",44187,87644 -"247657",44187,87649 -"247658",44188,78092 -"247659",44188,79403 -"247660",44188,79590 -"247661",44188,102913 -"247662",44188,102921 -"247663",44189,57043 -"247664",44189,76683 -"247665",44189,106070 -"247666",44190,80050 -"247667",44191,73733 -"247668",44191,77534 -"247669",44193,52276 -"247670",44193,53968 -"247671",44193,74310 -"247672",44193,84268 -"247673",44193,117596 -"247674",44194,44338 -"247675",44194,45815 -"247676",44194,49696 -"247677",44194,49868 -"247678",44194,51101 -"247679",44194,52080 -"247680",44194,54478 -"247681",44194,61306 -"247682",44194,61320 -"247683",44194,61322 -"247684",44194,61332 -"247685",44194,61578 -"247686",44194,61613 -"247687",44195,48906 -"247688",44195,51465 -"247689",44195,86941 -"247690",44195,101996 -"247691",44196,59088 -"247692",44196,78595 -"247693",44196,88280 -"247694",44196,99613 -"247695",44197,44217 -"247696",44197,44218 -"247697",44197,44256 -"247698",44197,44268 -"247699",44197,46285 -"247700",44197,69408 -"247701",44198,62726 -"247702",44198,87352 -"247703",44198,116290 -"247704",44198,116291 -"247705",44199,88100 -"247706",44200,44235 -"247707",44200,83263 -"247708",44200,93307 -"247709",44201,78221 -"247710",44201,101243 -"247711",44202,91583 -"247712",44203,60231 -"247713",44203,62122 -"247714",44203,62192 -"247715",44203,105082 -"247716",44203,105083 -"247717",44204,76711 -"247718",44207,44215 -"247719",44207,46238 -"247720",44208,44209 -"247721",44209,55444 -"247722",44209,72843 -"247723",44209,92191 -"247724",44209,110851 -"247725",44210,47489 -"247726",44212,63573 -"247727",44212,71173 -"247728",44212,109640 -"247729",44212,111118 -"247730",44212,111139 -"247731",44212,111145 -"247732",44212,111147 -"247733",44212,111148 -"247734",44212,111157 -"247735",44212,111158 -"247736",44212,111161 -"247737",44212,118158 -"247738",44213,105261 -"247739",44213,115920 -"247740",44215,46238 -"247741",44216,91657 -"247742",44216,103203 -"247743",44217,44218 -"247744",44217,44256 -"247745",44217,44268 -"247746",44217,62046 -"247747",44218,44256 -"247748",44218,44268 -"247749",44219,54919 -"247750",44219,58521 -"247751",44220,63504 -"247752",44220,66531 -"247753",44220,70290 -"247754",44220,83662 -"247755",44220,96432 -"247756",44221,44251 -"247757",44221,63538 -"247758",44221,65834 -"247759",44221,86073 -"247760",44222,45161 -"247761",44222,46726 -"247762",44222,47167 -"247763",44222,48464 -"247764",44222,59915 -"247765",44222,62668 -"247766",44222,70473 -"247767",44222,70981 -"247768",44222,71825 -"247769",44222,71837 -"247770",44222,77625 -"247771",44222,79681 -"247772",44222,82452 -"247773",44222,88409 -"247774",44222,90883 -"247775",44222,91383 -"247776",44222,92113 -"247777",44222,98904 -"247778",44222,102940 -"247779",44222,118577 -"247780",44222,119085 -"247781",44222,119224 -"247782",44222,119439 -"247783",44222,120085 -"247784",44222,120232 -"247785",44222,121213 -"247786",44223,68145 -"247787",44224,54463 -"247788",44224,57654 -"247789",44224,86816 -"247790",44225,49546 -"247791",44225,78790 -"247792",44226,45403 -"247793",44226,51399 -"247794",44226,70668 -"247795",44226,79000 -"247796",44226,89820 -"247797",44226,93123 -"247798",44226,93619 -"247799",44226,99838 -"247800",44226,106011 -"247801",44226,106695 -"247802",44226,108974 -"247803",44229,62942 -"247804",44229,110494 -"247805",44231,60827 -"247806",44231,68501 -"247807",44231,104542 -"247808",44232,64413 -"247809",44233,61337 -"247810",44233,64373 -"247811",44234,88801 -"247812",44235,44255 -"247813",44235,93307 -"247814",44236,48448 -"247815",44236,60566 -"247816",44237,44247 -"247817",44237,45750 -"247818",44237,89888 -"247819",44237,96821 -"247820",44238,50823 -"247821",44238,67926 -"247822",44238,71521 -"247823",44238,75337 -"247824",44238,81807 -"247825",44238,86263 -"247826",44238,89177 -"247827",44238,92643 -"247828",44238,104229 -"247829",44238,104230 -"247830",44238,105541 -"247831",44238,105548 -"247832",44240,99559 -"247833",44241,44466 -"247834",44241,55422 -"247835",44242,44271 -"247836",44242,53498 -"247837",44243,57082 -"247838",44244,50517 -"247839",44244,52600 -"247840",44244,80598 -"247841",44244,91230 -"247842",44245,54729 -"247843",44245,62080 -"247844",44245,75974 -"247845",44245,79063 -"247846",44245,103169 -"247847",44245,116508 -"247848",44245,121084 -"247849",44245,121093 -"247850",44245,121094 -"247851",44246,89252 -"247852",44246,97970 -"247853",44247,45750 -"247854",44247,59063 -"247855",44248,44649 -"247856",44248,44778 -"247857",44248,53562 -"247858",44248,55964 -"247859",44248,56198 -"247860",44248,63961 -"247861",44249,47610 -"247862",44249,59513 -"247863",44249,66732 -"247864",44249,71609 -"247865",44250,60860 -"247866",44250,68680 -"247867",44250,105147 -"247868",44252,46957 -"247869",44252,46989 -"247870",44252,51381 -"247871",44255,52672 -"247872",44255,55490 -"247873",44256,44268 -"247874",44256,66745 -"247875",44257,44306 -"247876",44258,44282 -"247877",44258,54313 -"247878",44258,54968 -"247879",44258,59958 -"247880",44258,77661 -"247881",44258,79009 -"247882",44258,79041 -"247883",44258,106889 -"247884",44259,47979 -"247885",44259,53095 -"247886",44259,53121 -"247887",44259,53153 -"247888",44259,53573 -"247889",44259,103338 -"247890",44260,95883 -"247891",44261,50349 -"247892",44261,73602 -"247893",44261,74616 -"247894",44263,54353 -"247895",44263,91761 -"247896",44264,62632 -"247897",44264,68822 -"247898",44264,79110 -"247899",44264,92895 -"247900",44264,94857 -"247901",44264,94861 -"247902",44264,98986 -"247903",44265,46308 -"247904",44265,57968 -"247905",44267,53220 -"247906",44267,63877 -"247907",44267,108117 -"247908",44269,48210 -"247909",44269,57231 -"247910",44269,69346 -"247911",44269,74105 -"247912",44270,69613 -"247913",44271,53498 -"247914",44273,45416 -"247915",44274,52890 -"247916",44274,60633 -"247917",44274,61571 -"247918",44274,72992 -"247919",44274,84136 -"247920",44274,88530 -"247921",44274,92033 -"247922",44274,96421 -"247923",44276,97769 -"247924",44277,47018 -"247925",44277,50382 -"247926",44277,55642 -"247927",44277,104427 -"247928",44280,53394 -"247929",44280,67643 -"247930",44283,46361 -"247931",44283,57203 -"247932",44283,94711 -"247933",44284,51411 -"247934",44284,80572 -"247935",44286,44287 -"247936",44286,44344 -"247937",44286,44366 -"247938",44286,44395 -"247939",44286,76515 -"247940",44286,82367 -"247941",44287,44344 -"247942",44287,44395 -"247943",44288,84644 -"247944",44288,90393 -"247945",44288,90839 -"247946",44288,100213 -"247947",44288,100278 -"247948",44288,102154 -"247949",44288,108402 -"247950",44289,44314 -"247951",44289,45228 -"247952",44289,47423 -"247953",44289,50566 -"247954",44289,64262 -"247955",44289,73343 -"247956",44289,75633 -"247957",44289,79136 -"247958",44289,79657 -"247959",44289,80212 -"247960",44289,103013 -"247961",44289,104399 -"247962",44289,107556 -"247963",44289,111987 -"247964",44289,113483 -"247965",44290,47145 -"247966",44290,48917 -"247967",44290,49214 -"247968",44290,64457 -"247969",44290,69992 -"247970",44290,71400 -"247971",44291,59940 -"247972",44291,78410 -"247973",44292,68574 -"247974",44292,72264 -"247975",44292,105800 -"247976",44292,113002 -"247977",44292,118393 -"247978",44292,118395 -"247979",44292,118396 -"247980",44292,118399 -"247981",44293,55432 -"247982",44293,72510 -"247983",44293,79038 -"247984",44293,84987 -"247985",44293,94210 -"247986",44294,44307 -"247987",44294,44312 -"247988",44294,44388 -"247989",44294,44408 -"247990",44294,44421 -"247991",44294,44479 -"247992",44294,44505 -"247993",44294,44507 -"247994",44294,51029 -"247995",44294,58074 -"247996",44294,58589 -"247997",44294,77181 -"247998",44294,85565 -"247999",44294,90010 -"248000",44294,90113 -"248001",44294,97706 -"248002",44294,100961 -"248003",44294,105050 -"248004",44294,115338 -"248005",44294,115820 -"248006",44294,119086 -"248007",44295,44320 -"248008",44298,51551 -"248009",44298,59807 -"248010",44298,69181 -"248011",44298,84602 -"248012",44298,110407 -"248013",44298,113802 -"248014",44298,116410 -"248015",44299,65589 -"248016",44300,78915 -"248017",44300,79760 -"248018",44300,109910 -"248019",44300,121555 -"248020",44301,53612 -"248021",44301,64553 -"248022",44302,65021 -"248023",44303,53465 -"248024",44303,53518 -"248025",44303,70983 -"248026",44304,78810 -"248027",44304,83458 -"248028",44304,85104 -"248029",44304,117102 -"248030",44305,49317 -"248031",44306,54069 -"248032",44306,54879 -"248033",44306,62903 -"248034",44306,69769 -"248035",44306,70507 -"248036",44306,72870 -"248037",44306,79587 -"248038",44306,88506 -"248039",44306,95602 -"248040",44306,112200 -"248041",44306,114837 -"248042",44307,44312 -"248043",44307,44388 -"248044",44307,44408 -"248045",44307,44421 -"248046",44307,44479 -"248047",44307,44505 -"248048",44307,44507 -"248049",44309,46041 -"248050",44310,50695 -"248051",44312,44388 -"248052",44312,44408 -"248053",44312,44421 -"248054",44312,44479 -"248055",44312,44505 -"248056",44312,44507 -"248057",44312,58074 -"248058",44312,83264 -"248059",44312,86071 -"248060",44312,86072 -"248061",44313,64860 -"248062",44314,91940 -"248063",44315,52820 -"248064",44315,80374 -"248065",44315,104453 -"248066",44315,112185 -"248067",44317,102874 -"248068",44317,120644 -"248069",44318,44416 -"248070",44319,44858 -"248071",44319,50445 -"248072",44319,51654 -"248073",44319,53703 -"248074",44319,56610 -"248075",44319,57105 -"248076",44319,58035 -"248077",44319,65565 -"248078",44319,67434 -"248079",44319,83165 -"248080",44319,83906 -"248081",44319,83915 -"248082",44319,83949 -"248083",44319,86027 -"248084",44319,89274 -"248085",44320,74154 -"248086",44320,89279 -"248087",44321,59178 -"248088",44321,62004 -"248089",44321,70488 -"248090",44321,88669 -"248091",44321,100660 -"248092",44322,49643 -"248093",44322,55028 -"248094",44322,72726 -"248095",44323,54065 -"248096",44324,45115 -"248097",44325,60806 -"248098",44325,79934 -"248099",44325,86964 -"248100",44325,87130 -"248101",44326,45310 -"248102",44326,46190 -"248103",44326,55362 -"248104",44326,58084 -"248105",44326,69642 -"248106",44328,44352 -"248107",44328,44371 -"248108",44328,44397 -"248109",44328,44398 -"248110",44329,74578 -"248111",44329,81352 -"248112",44332,82965 -"248113",44332,92321 -"248114",44332,92322 -"248115",44333,44428 -"248116",44333,50303 -"248117",44333,58105 -"248118",44333,61870 -"248119",44333,62344 -"248120",44333,65582 -"248121",44333,70176 -"248122",44333,72974 -"248123",44334,50349 -"248124",44334,53203 -"248125",44334,61551 -"248126",44334,76869 -"248127",44334,76871 -"248128",44337,55126 -"248129",44337,76355 -"248130",44337,116272 -"248131",44338,49222 -"248132",44339,44502 -"248133",44340,57752 -"248134",44340,85828 -"248135",44340,111954 -"248136",44341,76421 -"248137",44341,96785 -"248138",44341,99298 -"248139",44342,55377 -"248140",44342,58050 -"248141",44342,63458 -"248142",44342,70001 -"248143",44342,102276 -"248144",44343,44528 -"248145",44343,59179 -"248146",44343,112380 -"248147",44344,44395 -"248148",44345,46720 -"248149",44346,55936 -"248150",44347,50033 -"248151",44347,54879 -"248152",44347,55325 -"248153",44348,50648 -"248154",44348,50678 -"248155",44348,54963 -"248156",44348,56247 -"248157",44348,68631 -"248158",44349,44593 -"248159",44349,104227 -"248160",44350,46243 -"248161",44350,46637 -"248162",44350,46639 -"248163",44350,48992 -"248164",44350,56859 -"248165",44350,61702 -"248166",44350,62137 -"248167",44350,62228 -"248168",44350,62296 -"248169",44350,62739 -"248170",44350,66523 -"248171",44350,71510 -"248172",44350,72065 -"248173",44350,72069 -"248174",44350,72070 -"248175",44350,72072 -"248176",44350,72077 -"248177",44350,72088 -"248178",44350,72102 -"248179",44350,72106 -"248180",44350,72107 -"248181",44351,44411 -"248182",44351,44793 -"248183",44351,45278 -"248184",44351,52154 -"248185",44351,62819 -"248186",44351,63300 -"248187",44351,65439 -"248188",44351,68724 -"248189",44351,71975 -"248190",44351,79543 -"248191",44351,84501 -"248192",44351,86232 -"248193",44351,101858 -"248194",44352,44371 -"248195",44352,44397 -"248196",44352,44398 -"248197",44352,51962 -"248198",44352,51981 -"248199",44352,62973 -"248200",44352,64517 -"248201",44352,67579 -"248202",44352,67595 -"248203",44352,67608 -"248204",44352,67615 -"248205",44352,67626 -"248206",44352,67627 -"248207",44352,67632 -"248208",44352,67660 -"248209",44352,67742 -"248210",44354,92867 -"248211",44356,63429 -"248212",44356,72104 -"248213",44356,74388 -"248214",44356,101093 -"248215",44356,106752 -"248216",44356,119978 -"248217",44356,120037 -"248218",44357,46763 -"248219",44357,53606 -"248220",44357,59545 -"248221",44357,59985 -"248222",44357,100611 -"248223",44359,46382 -"248224",44359,81781 -"248225",44359,82242 -"248226",44359,120482 -"248227",44360,50076 -"248228",44360,123264 -"248229",44363,44396 -"248230",44363,113174 -"248231",44364,49143 -"248232",44364,50312 -"248233",44364,50333 -"248234",44364,98010 -"248235",44365,90063 -"248236",44366,46164 -"248237",44366,56712 -"248238",44366,67743 -"248239",44366,76515 -"248240",44366,77132 -"248241",44366,82367 -"248242",44366,92495 -"248243",44366,92599 -"248244",44366,98435 -"248245",44366,101138 -"248246",44366,107665 -"248247",44366,117046 -"248248",44368,54708 -"248249",44368,56889 -"248250",44368,63419 -"248251",44368,64346 -"248252",44368,100432 -"248253",44368,102637 -"248254",44369,85369 -"248255",44370,45009 -"248256",44370,54489 -"248257",44370,54718 -"248258",44370,91028 -"248259",44371,44397 -"248260",44371,44398 -"248261",44372,67258 -"248262",44372,68273 -"248263",44373,50565 -"248264",44373,62420 -"248265",44373,67719 -"248266",44373,69913 -"248267",44373,74424 -"248268",44373,81493 -"248269",44373,86809 -"248270",44373,94349 -"248271",44373,94565 -"248272",44373,111105 -"248273",44373,112736 -"248274",44373,117751 -"248275",44374,81326 -"248276",44374,109233 -"248277",44375,58488 -"248278",44376,66438 -"248279",44376,100623 -"248280",44377,50731 -"248281",44378,98661 -"248282",44379,55623 -"248283",44380,69661 -"248284",44380,82889 -"248285",44382,44393 -"248286",44383,44425 -"248287",44384,73685 -"248288",44384,76184 -"248289",44384,78815 -"248290",44384,84573 -"248291",44384,90063 -"248292",44384,90066 -"248293",44387,49017 -"248294",44387,52308 -"248295",44387,58210 -"248296",44387,70688 -"248297",44387,70733 -"248298",44388,44408 -"248299",44388,44421 -"248300",44388,44479 -"248301",44388,44505 -"248302",44388,44507 -"248303",44388,89424 -"248304",44388,92087 -"248305",44391,84713 -"248306",44391,91236 -"248307",44391,100218 -"248308",44391,102141 -"248309",44391,102903 -"248310",44392,48320 -"248311",44392,54305 -"248312",44392,96178 -"248313",44392,104495 -"248314",44393,54881 -"248315",44393,64218 -"248316",44393,70063 -"248317",44393,77231 -"248318",44393,82490 -"248319",44393,82871 -"248320",44393,93045 -"248321",44393,95581 -"248322",44393,104232 -"248323",44393,106743 -"248324",44393,107612 -"248325",44393,111277 -"248326",44393,112590 -"248327",44393,118428 -"248328",44393,118576 -"248329",44393,119637 -"248330",44393,120855 -"248331",44395,47317 -"248332",44395,56584 -"248333",44396,49512 -"248334",44396,57353 -"248335",44396,81838 -"248336",44397,44398 -"248337",44398,60556 -"248338",44398,60607 -"248339",44398,68047 -"248340",44399,64685 -"248341",44399,115634 -"248342",44400,54178 -"248343",44400,58247 -"248344",44400,59633 -"248345",44400,60214 -"248346",44400,63018 -"248347",44400,67098 -"248348",44403,80772 -"248349",44403,81255 -"248350",44403,88118 -"248351",44403,89823 -"248352",44403,92718 -"248353",44403,96825 -"248354",44403,103578 -"248355",44403,104772 -"248356",44403,121209 -"248357",44405,106352 -"248358",44406,69037 -"248359",44406,87077 -"248360",44406,107496 -"248361",44407,67485 -"248362",44407,76208 -"248363",44407,77873 -"248364",44407,101760 -"248365",44407,111613 -"248366",44407,112179 -"248367",44408,44421 -"248368",44408,44479 -"248369",44408,44505 -"248370",44408,44507 -"248371",44409,44438 -"248372",44410,66369 -"248373",44410,72972 -"248374",44410,93565 -"248375",44410,100553 -"248376",44410,101089 -"248377",44410,107468 -"248378",44410,107490 -"248379",44410,107493 -"248380",44411,46048 -"248381",44411,62819 -"248382",44411,71975 -"248383",44411,79543 -"248384",44411,86232 -"248385",44411,90344 -"248386",44412,45467 -"248387",44412,58736 -"248388",44413,56107 -"248389",44414,48852 -"248390",44415,44940 -"248391",44418,51861 -"248392",44418,62365 -"248393",44418,90891 -"248394",44418,90908 -"248395",44418,91169 -"248396",44419,44644 -"248397",44419,45852 -"248398",44419,54509 -"248399",44419,54665 -"248400",44419,78548 -"248401",44420,60750 -"248402",44420,65997 -"248403",44420,68492 -"248404",44420,68606 -"248405",44420,71187 -"248406",44420,119760 -"248407",44421,44479 -"248408",44421,44505 -"248409",44421,44507 -"248410",44423,46589 -"248411",44423,77184 -"248412",44425,93302 -"248413",44426,65113 -"248414",44427,58230 -"248415",44427,62906 -"248416",44427,67825 -"248417",44427,76213 -"248418",44427,92592 -"248419",44427,100291 -"248420",44427,100454 -"248421",44427,101484 -"248422",44427,101681 -"248423",44427,101967 -"248424",44427,104904 -"248425",44427,105349 -"248426",44429,86926 -"248427",44429,108702 -"248428",44429,109237 -"248429",44429,119817 -"248430",44430,100202 -"248431",44431,44510 -"248432",44431,50430 -"248433",44431,63464 -"248434",44431,64019 -"248435",44431,111045 -"248436",44432,84506 -"248437",44433,44603 -"248438",44434,95643 -"248439",44435,78938 -"248440",44436,106674 -"248441",44437,47725 -"248442",44438,54831 -"248443",44439,49332 -"248444",44439,60643 -"248445",44439,92467 -"248446",44439,118408 -"248447",44442,81560 -"248448",44443,90164 -"248449",44443,106756 -"248450",44444,49547 -"248451",44445,46049 -"248452",44446,51083 -"248453",44446,55351 -"248454",44446,57775 -"248455",44446,74776 -"248456",44446,77921 -"248457",44447,57446 -"248458",44447,75891 -"248459",44447,78305 -"248460",44448,48406 -"248461",44448,70120 -"248462",44450,88389 -"248463",44451,57186 -"248464",44451,75941 -"248465",44451,84367 -"248466",44451,90364 -"248467",44451,103245 -"248468",44451,103253 -"248469",44451,103282 -"248470",44452,44543 -"248471",44452,52198 -"248472",44452,60054 -"248473",44452,68530 -"248474",44452,73549 -"248475",44452,88649 -"248476",44452,94302 -"248477",44452,106510 -"248478",44452,108401 -"248479",44452,120064 -"248480",44453,97509 -"248481",44455,46680 -"248482",44455,51802 -"248483",44455,51882 -"248484",44455,69668 -"248485",44455,110261 -"248486",44457,44458 -"248487",44457,44459 -"248488",44457,44468 -"248489",44458,44459 -"248490",44458,44468 -"248491",44458,78894 -"248492",44459,44468 -"248493",44461,44512 -"248494",44461,44853 -"248495",44462,52795 -"248496",44462,55968 -"248497",44462,60806 -"248498",44462,67018 -"248499",44462,67248 -"248500",44462,76530 -"248501",44462,80571 -"248502",44462,112639 -"248503",44463,76428 -"248504",44463,79063 -"248505",44463,84194 -"248506",44463,89980 -"248507",44463,92971 -"248508",44464,78817 -"248509",44464,82226 -"248510",44464,82310 -"248511",44464,83556 -"248512",44464,93771 -"248513",44465,88752 -"248514",44466,104365 -"248515",44467,50651 -"248516",44467,84125 -"248517",44467,90521 -"248518",44467,92664 -"248519",44467,97045 -"248520",44468,58696 -"248521",44468,62596 -"248522",44468,99624 -"248523",44468,112893 -"248524",44469,44538 -"248525",44470,96938 -"248526",44470,108107 -"248527",44470,112921 -"248528",44471,52038 -"248529",44471,97251 -"248530",44471,102573 -"248531",44471,110010 -"248532",44472,44556 -"248533",44473,44501 -"248534",44473,45899 -"248535",44473,62975 -"248536",44473,90611 -"248537",44474,46486 -"248538",44474,51087 -"248539",44474,56977 -"248540",44474,57995 -"248541",44474,58235 -"248542",44474,77308 -"248543",44474,89772 -"248544",44474,98656 -"248545",44474,100627 -"248546",44474,103466 -"248547",44474,120713 -"248548",44475,46918 -"248549",44475,64694 -"248550",44476,44677 -"248551",44476,45908 -"248552",44476,71369 -"248553",44477,44567 -"248554",44477,46602 -"248555",44477,59372 -"248556",44477,92948 -"248557",44477,105077 -"248558",44478,44992 -"248559",44478,56124 -"248560",44478,61223 -"248561",44478,67138 -"248562",44478,70116 -"248563",44479,44505 -"248564",44479,44507 -"248565",44480,47162 -"248566",44480,53064 -"248567",44480,62844 -"248568",44480,65970 -"248569",44480,66074 -"248570",44480,66236 -"248571",44480,91713 -"248572",44480,93259 -"248573",44480,95163 -"248574",44480,99144 -"248575",44480,105791 -"248576",44480,111100 -"248577",44480,116793 -"248578",44481,121640 -"248579",44482,44483 -"248580",44482,50313 -"248581",44482,55028 -"248582",44482,66845 -"248583",44483,55028 -"248584",44484,93092 -"248585",44485,44516 -"248586",44485,44561 -"248587",44486,44503 -"248588",44487,52993 -"248589",44488,48948 -"248590",44489,57099 -"248591",44489,74171 -"248592",44489,121149 -"248593",44490,45957 -"248594",44490,69755 -"248595",44493,87795 -"248596",44494,61737 -"248597",44494,61738 -"248598",44494,61741 -"248599",44495,44604 -"248600",44495,49432 -"248601",44495,86241 -"248602",44495,102842 -"248603",44496,113786 -"248604",44497,57308 -"248605",44498,77288 -"248606",44498,80615 -"248607",44498,85958 -"248608",44498,93590 -"248609",44498,93617 -"248610",44498,93680 -"248611",44498,93815 -"248612",44499,48104 -"248613",44499,48121 -"248614",44499,48162 -"248615",44499,48183 -"248616",44499,48525 -"248617",44500,47209 -"248618",44500,70217 -"248619",44500,78591 -"248620",44500,105822 -"248621",44500,106810 -"248622",44501,50776 -"248623",44501,51125 -"248624",44501,58302 -"248625",44501,60159 -"248626",44501,63094 -"248627",44501,68010 -"248628",44501,75045 -"248629",44501,75046 -"248630",44501,75122 -"248631",44501,75759 -"248632",44502,73171 -"248633",44502,79612 -"248634",44502,81282 -"248635",44502,86514 -"248636",44502,106640 -"248637",44502,117356 -"248638",44502,117369 -"248639",44504,54580 -"248640",44505,44507 -"248641",44505,67871 -"248642",44505,93589 -"248643",44506,93677 -"248644",44506,97502 -"248645",44507,58074 -"248646",44507,58589 -"248647",44507,105050 -"248648",44508,52285 -"248649",44510,63316 -"248650",44512,44853 -"248651",44512,44970 -"248652",44513,44954 -"248653",44514,44878 -"248654",44515,63849 -"248655",44515,63875 -"248656",44515,63897 -"248657",44516,44561 -"248658",44516,69489 -"248659",44516,69506 -"248660",44516,69507 -"248661",44517,58184 -"248662",44517,89477 -"248663",44517,97198 -"248664",44518,53264 -"248665",44520,45008 -"248666",44520,120414 -"248667",44520,120430 -"248668",44520,123382 -"248669",44521,50236 -"248670",44521,53840 -"248671",44521,56237 -"248672",44521,60475 -"248673",44521,62323 -"248674",44521,69072 -"248675",44523,57931 -"248676",44523,61589 -"248677",44523,77586 -"248678",44523,79401 -"248679",44523,80249 -"248680",44523,80262 -"248681",44523,80280 -"248682",44523,80312 -"248683",44523,80337 -"248684",44523,80338 -"248685",44525,47168 -"248686",44525,56498 -"248687",44527,57293 -"248688",44527,81867 -"248689",44527,118494 -"248690",44529,52796 -"248691",44530,74824 -"248692",44532,44557 -"248693",44532,52485 -"248694",44532,64086 -"248695",44532,74675 -"248696",44532,78801 -"248697",44532,93333 -"248698",44532,109528 -"248699",44532,114954 -"248700",44534,81352 -"248701",44534,93088 -"248702",44534,96987 -"248703",44535,59845 -"248704",44535,67498 -"248705",44535,69764 -"248706",44535,71014 -"248707",44538,66295 -"248708",44538,66301 -"248709",44539,77549 -"248710",44539,95644 -"248711",44539,109708 -"248712",44540,112625 -"248713",44540,119360 -"248714",44542,48219 -"248715",44542,65435 -"248716",44542,85959 -"248717",44544,81731 -"248718",44544,92977 -"248719",44544,104563 -"248720",44545,50632 -"248721",44545,53765 -"248722",44545,60238 -"248723",44545,61719 -"248724",44545,100332 -"248725",44545,108718 -"248726",44545,109943 -"248727",44545,110230 -"248728",44546,48599 -"248729",44546,49263 -"248730",44546,54759 -"248731",44546,103110 -"248732",44547,49789 -"248733",44547,49888 -"248734",44547,49889 -"248735",44547,105610 -"248736",44548,90921 -"248737",44549,49064 -"248738",44549,57478 -"248739",44549,72520 -"248740",44549,72627 -"248741",44549,78833 -"248742",44549,79422 -"248743",44549,80624 -"248744",44549,88883 -"248745",44549,96428 -"248746",44549,111197 -"248747",44551,72330 -"248748",44551,75891 -"248749",44551,79236 -"248750",44551,94362 -"248751",44551,118475 -"248752",44552,87140 -"248753",44552,96867 -"248754",44553,52866 -"248755",44553,88959 -"248756",44553,111587 -"248757",44553,120861 -"248758",44554,44555 -"248759",44554,59550 -"248760",44554,97872 -"248761",44555,46142 -"248762",44555,47161 -"248763",44555,76854 -"248764",44555,90420 -"248765",44556,58457 -"248766",44556,58778 -"248767",44557,50040 -"248768",44557,51184 -"248769",44557,79373 -"248770",44557,91980 -"248771",44557,115662 -"248772",44558,98516 -"248773",44558,103620 -"248774",44558,103666 -"248775",44560,61047 -"248776",44560,62268 -"248777",44560,69840 -"248778",44560,111313 -"248779",44560,115212 -"248780",44561,58997 -"248781",44562,75470 -"248782",44562,111321 -"248783",44563,77242 -"248784",44563,121722 -"248785",44564,56663 -"248786",44564,64047 -"248787",44564,79051 -"248788",44564,87192 -"248789",44564,87890 -"248790",44564,92604 -"248791",44564,100892 -"248792",44564,106849 -"248793",44564,111848 -"248794",44564,114504 -"248795",44565,47514 -"248796",44565,60027 -"248797",44565,70734 -"248798",44567,59372 -"248799",44568,75263 -"248800",44569,99041 -"248801",44569,102855 -"248802",44569,112339 -"248803",44569,112717 -"248804",44569,119559 -"248805",44569,119604 -"248806",44571,54996 -"248807",44571,62179 -"248808",44571,62247 -"248809",44572,62937 -"248810",44572,68884 -"248811",44573,55497 -"248812",44573,58919 -"248813",44573,69074 -"248814",44573,71970 -"248815",44574,70411 -"248816",44575,48152 -"248817",44576,100474 -"248818",44577,61007 -"248819",44580,58584 -"248820",44581,44983 -"248821",44581,45506 -"248822",44581,46071 -"248823",44581,51299 -"248824",44581,52924 -"248825",44581,62488 -"248826",44581,74730 -"248827",44581,78032 -"248828",44581,98406 -"248829",44581,110250 -"248830",44581,122076 -"248831",44582,45591 -"248832",44582,46262 -"248833",44582,97692 -"248834",44583,51610 -"248835",44583,51640 -"248836",44583,72888 -"248837",44583,72899 -"248838",44584,46661 -"248839",44584,50227 -"248840",44584,50228 -"248841",44584,51305 -"248842",44584,51611 -"248843",44584,52852 -"248844",44584,60401 -"248845",44584,62923 -"248846",44584,64493 -"248847",44584,64517 -"248848",44584,64694 -"248849",44584,64763 -"248850",44585,44648 -"248851",44585,45722 -"248852",44585,53786 -"248853",44585,55189 -"248854",44585,57468 -"248855",44585,62810 -"248856",44585,64181 -"248857",44585,64997 -"248858",44585,80065 -"248859",44585,82754 -"248860",44585,82787 -"248861",44585,101231 -"248862",44585,101535 -"248863",44585,102006 -"248864",44585,102107 -"248865",44585,102149 -"248866",44585,107516 -"248867",44585,107861 -"248868",44585,111967 -"248869",44585,118628 -"248870",44586,50472 -"248871",44586,52683 -"248872",44586,71613 -"248873",44587,66962 -"248874",44587,68157 -"248875",44587,95147 -"248876",44588,76356 -"248877",44588,105134 -"248878",44588,122503 -"248879",44590,55627 -"248880",44591,48608 -"248881",44591,49068 -"248882",44591,57061 -"248883",44591,59768 -"248884",44592,87963 -"248885",44592,95773 -"248886",44593,99839 -"248887",44593,110513 -"248888",44594,54647 -"248889",44594,94525 -"248890",44597,96515 -"248891",44598,105872 -"248892",44598,122092 -"248893",44599,61924 -"248894",44599,90631 -"248895",44599,98367 -"248896",44601,44631 -"248897",44601,44642 -"248898",44601,44677 -"248899",44601,47140 -"248900",44601,47514 -"248901",44601,64490 -"248902",44601,65762 -"248903",44601,66715 -"248904",44602,80948 -"248905",44602,96758 -"248906",44603,45734 -"248907",44603,75346 -"248908",44603,94132 -"248909",44605,55461 -"248910",44605,69402 -"248911",44605,84218 -"248912",44605,104130 -"248913",44606,45889 -"248914",44607,44629 -"248915",44608,53225 -"248916",44608,57289 -"248917",44609,44660 -"248918",44611,48771 -"248919",44611,51017 -"248920",44611,55784 -"248921",44611,67700 -"248922",44611,67764 -"248923",44611,71544 -"248924",44611,74894 -"248925",44611,87692 -"248926",44611,90802 -"248927",44611,90850 -"248928",44611,101395 -"248929",44611,104084 -"248930",44611,110650 -"248931",44612,109364 -"248932",44613,87799 -"248933",44613,99665 -"248934",44614,55122 -"248935",44614,89523 -"248936",44615,86203 -"248937",44616,57054 -"248938",44617,67825 -"248939",44617,76073 -"248940",44617,78679 -"248941",44617,100215 -"248942",44617,112199 -"248943",44622,44657 -"248944",44622,44693 -"248945",44622,94424 -"248946",44623,46851 -"248947",44623,56393 -"248948",44623,57919 -"248949",44623,61412 -"248950",44623,65751 -"248951",44623,67339 -"248952",44623,76928 -"248953",44623,76956 -"248954",44623,96823 -"248955",44623,97954 -"248956",44623,97955 -"248957",44623,97972 -"248958",44623,97973 -"248959",44623,97981 -"248960",44623,97987 -"248961",44623,97994 -"248962",44623,97998 -"248963",44623,97999 -"248964",44623,98008 -"248965",44624,71202 -"248966",44624,82308 -"248967",44624,106035 -"248968",44625,44779 -"248969",44625,65964 -"248970",44626,45192 -"248971",44626,67698 -"248972",44626,71026 -"248973",44626,74070 -"248974",44627,66740 -"248975",44628,61843 -"248976",44629,83971 -"248977",44629,84017 -"248978",44629,84021 -"248979",44629,92794 -"248980",44630,48332 -"248981",44630,57458 -"248982",44630,60356 -"248983",44630,85524 -"248984",44631,44642 -"248985",44631,44677 -"248986",44631,61458 -"248987",44631,64490 -"248988",44632,77074 -"248989",44632,99809 -"248990",44633,44634 -"248991",44633,44635 -"248992",44634,44635 -"248993",44634,85920 -"248994",44634,97433 -"248995",44635,57290 -"248996",44635,58241 -"248997",44635,58250 -"248998",44635,58306 -"248999",44635,58353 -"249000",44635,58364 -"249001",44635,58430 -"249002",44635,64300 -"249003",44635,93627 -"249004",44636,47176 -"249005",44636,47942 -"249006",44636,54676 -"249007",44636,57184 -"249008",44636,60689 -"249009",44636,62488 -"249010",44636,65406 -"249011",44636,78912 -"249012",44636,79599 -"249013",44636,88259 -"249014",44636,93383 -"249015",44636,93424 -"249016",44636,93584 -"249017",44636,94603 -"249018",44636,94853 -"249019",44636,95627 -"249020",44636,95993 -"249021",44636,98698 -"249022",44636,101113 -"249023",44636,101344 -"249024",44636,101836 -"249025",44636,104850 -"249026",44636,118259 -"249027",44636,118280 -"249028",44636,119320 -"249029",44637,44696 -"249030",44638,72394 -"249031",44638,76627 -"249032",44639,49606 -"249033",44639,98009 -"249034",44640,85216 -"249035",44641,78724 -"249036",44641,104946 -"249037",44642,44677 -"249038",44642,66715 -"249039",44644,45852 -"249040",44644,58119 -"249041",44645,67069 -"249042",44647,58671 -"249043",44647,71561 -"249044",44648,53786 -"249045",44648,55189 -"249046",44648,58968 -"249047",44648,62810 -"249048",44648,64997 -"249049",44648,67998 -"249050",44648,82754 -"249051",44648,83309 -"249052",44648,101231 -"249053",44648,102006 -"249054",44648,102107 -"249055",44648,102149 -"249056",44648,107861 -"249057",44648,111967 -"249058",44649,59673 -"249059",44649,63823 -"249060",44650,111186 -"249061",44651,67235 -"249062",44652,55408 -"249063",44652,75552 -"249064",44652,77313 -"249065",44652,78740 -"249066",44652,82396 -"249067",44652,104701 -"249068",44652,120173 -"249069",44652,121716 -"249070",44653,68702 -"249071",44653,115149 -"249072",44654,63048 -"249073",44654,115542 -"249074",44654,115543 -"249075",44655,44973 -"249076",44655,46177 -"249077",44655,47048 -"249078",44655,48110 -"249079",44655,58508 -"249080",44655,59731 -"249081",44655,62642 -"249082",44655,68091 -"249083",44655,69335 -"249084",44655,75245 -"249085",44655,75776 -"249086",44655,75956 -"249087",44655,76387 -"249088",44655,78978 -"249089",44655,79212 -"249090",44655,79241 -"249091",44655,79579 -"249092",44655,80239 -"249093",44655,80301 -"249094",44655,81397 -"249095",44655,88340 -"249096",44655,88749 -"249097",44655,89069 -"249098",44655,89373 -"249099",44655,89995 -"249100",44655,90919 -"249101",44655,90936 -"249102",44655,92861 -"249103",44655,93097 -"249104",44655,94231 -"249105",44655,95489 -"249106",44655,96247 -"249107",44655,96363 -"249108",44655,97898 -"249109",44655,105268 -"249110",44655,111310 -"249111",44656,109274 -"249112",44657,44693 -"249113",44657,57671 -"249114",44657,104173 -"249115",44658,63507 -"249116",44658,87519 -"249117",44658,88114 -"249118",44659,55840 -"249119",44660,61852 -"249120",44661,52830 -"249121",44662,49833 -"249122",44662,54755 -"249123",44662,77835 -"249124",44662,79870 -"249125",44662,82692 -"249126",44662,83033 -"249127",44662,83067 -"249128",44662,88695 -"249129",44662,90790 -"249130",44662,91162 -"249131",44662,91163 -"249132",44662,91165 -"249133",44662,91170 -"249134",44662,91201 -"249135",44662,109643 -"249136",44662,116596 -"249137",44663,77590 -"249138",44665,69513 -"249139",44665,94660 -"249140",44665,120294 -"249141",44666,96143 -"249142",44667,82736 -"249143",44667,92416 -"249144",44667,97847 -"249145",44667,102269 -"249146",44667,107564 -"249147",44668,48368 -"249148",44668,83176 -"249149",44668,87398 -"249150",44668,89468 -"249151",44668,90527 -"249152",44668,103621 -"249153",44669,90334 -"249154",44669,106825 -"249155",44671,106774 -"249156",44673,66481 -"249157",44674,55802 -"249158",44674,67018 -"249159",44674,69072 -"249160",44674,69704 -"249161",44674,72769 -"249162",44674,88692 -"249163",44674,111172 -"249164",44675,47767 -"249165",44675,48466 -"249166",44675,55482 -"249167",44675,92706 -"249168",44675,96368 -"249169",44676,50147 -"249170",44676,51328 -"249171",44676,76208 -"249172",44676,93831 -"249173",44676,99249 -"249174",44676,107789 -"249175",44677,64490 -"249176",44677,66715 -"249177",44677,71369 -"249178",44677,71382 -"249179",44678,50343 -"249180",44678,61149 -"249181",44678,61658 -"249182",44678,61870 -"249183",44678,63322 -"249184",44679,64150 -"249185",44679,74180 -"249186",44679,88379 -"249187",44679,99620 -"249188",44679,109109 -"249189",44679,113253 -"249190",44679,122700 -"249191",44680,101417 -"249192",44680,110060 -"249193",44681,58649 -"249194",44682,44691 -"249195",44684,47511 -"249196",44684,49032 -"249197",44684,61593 -"249198",44684,67264 -"249199",44684,71005 -"249200",44684,72122 -"249201",44684,76652 -"249202",44684,76714 -"249203",44684,77855 -"249204",44684,79247 -"249205",44684,85592 -"249206",44684,85695 -"249207",44684,86364 -"249208",44684,89668 -"249209",44684,93076 -"249210",44684,93414 -"249211",44684,96678 -"249212",44684,104069 -"249213",44684,104381 -"249214",44684,105138 -"249215",44684,106702 -"249216",44684,110897 -"249217",44684,110906 -"249218",44685,47750 -"249219",44685,73083 -"249220",44685,91590 -"249221",44685,91591 -"249222",44685,96911 -"249223",44686,81433 -"249224",44686,84696 -"249225",44686,88790 -"249226",44687,50207 -"249227",44687,50488 -"249228",44687,52112 -"249229",44687,53415 -"249230",44687,56357 -"249231",44687,57636 -"249232",44687,58482 -"249233",44687,59798 -"249234",44687,70907 -"249235",44687,71683 -"249236",44687,77125 -"249237",44687,78398 -"249238",44687,82426 -"249239",44687,84343 -"249240",44687,85000 -"249241",44687,85101 -"249242",44687,91682 -"249243",44687,95267 -"249244",44687,97580 -"249245",44687,98727 -"249246",44687,98776 -"249247",44687,100795 -"249248",44687,106824 -"249249",44687,108879 -"249250",44687,109166 -"249251",44687,109858 -"249252",44687,109878 -"249253",44687,112962 -"249254",44687,113990 -"249255",44687,115413 -"249256",44687,116123 -"249257",44687,117258 -"249258",44687,117560 -"249259",44687,118128 -"249260",44687,118836 -"249261",44687,118866 -"249262",44687,118873 -"249263",44687,119131 -"249264",44687,119513 -"249265",44687,119716 -"249266",44687,119769 -"249267",44687,120123 -"249268",44687,120169 -"249269",44687,120725 -"249270",44687,120944 -"249271",44687,121609 -"249272",44687,122007 -"249273",44687,122032 -"249274",44687,122035 -"249275",44687,122724 -"249276",44687,123070 -"249277",44687,123394 -"249278",44687,123490 -"249279",44688,58084 -"249280",44688,80979 -"249281",44688,81490 -"249282",44688,92597 -"249283",44688,94326 -"249284",44690,46488 -"249285",44690,52581 -"249286",44690,55089 -"249287",44690,79069 -"249288",44690,94808 -"249289",44690,95490 -"249290",44690,105374 -"249291",44690,110545 -"249292",44690,114108 -"249293",44691,91900 -"249294",44691,102178 -"249295",44691,107784 -"249296",44692,51028 -"249297",44692,68687 -"249298",44692,92426 -"249299",44692,113770 -"249300",44694,95333 -"249301",44694,108866 -"249302",44695,49142 -"249303",44695,68884 -"249304",44695,81504 -"249305",44695,94085 -"249306",44695,105435 -"249307",44698,53053 -"249308",44698,57582 -"249309",44698,64846 -"249310",44699,57732 -"249311",44700,100380 -"249312",44701,62345 -"249313",44703,53309 -"249314",44703,79659 -"249315",44704,49235 -"249316",44704,60180 -"249317",44704,71546 -"249318",44705,66152 -"249319",44705,110168 -"249320",44706,61974 -"249321",44706,61985 -"249322",44707,45066 -"249323",44708,95447 -"249324",44709,52833 -"249325",44709,60327 -"249326",44710,61902 -"249327",44710,71384 -"249328",44710,71385 -"249329",44710,74785 -"249330",44710,93553 -"249331",44710,104613 -"249332",44711,48355 -"249333",44711,50699 -"249334",44711,51277 -"249335",44711,55393 -"249336",44711,57164 -"249337",44711,57211 -"249338",44711,57238 -"249339",44711,57267 -"249340",44711,61094 -"249341",44711,63670 -"249342",44711,69777 -"249343",44711,72218 -"249344",44712,46258 -"249345",44712,50207 -"249346",44712,70326 -"249347",44712,101580 -"249348",44712,102174 -"249349",44713,44740 -"249350",44714,50581 -"249351",44714,54748 -"249352",44714,85903 -"249353",44714,122334 -"249354",44715,51103 -"249355",44715,53261 -"249356",44715,97857 -"249357",44715,121991 -"249358",44716,44746 -"249359",44716,44768 -"249360",44718,75312 -"249361",44719,49241 -"249362",44720,55071 -"249363",44721,81569 -"249364",44721,96314 -"249365",44721,104469 -"249366",44721,109790 -"249367",44722,52911 -"249368",44722,53193 -"249369",44722,73826 -"249370",44722,77098 -"249371",44722,90093 -"249372",44722,94214 -"249373",44722,94743 -"249374",44722,121337 -"249375",44723,59720 -"249376",44724,45449 -"249377",44724,47818 -"249378",44724,47819 -"249379",44724,47823 -"249380",44724,48931 -"249381",44724,51801 -"249382",44724,53445 -"249383",44724,57804 -"249384",44724,59731 -"249385",44724,67656 -"249386",44724,81523 -"249387",44724,83530 -"249388",44724,89069 -"249389",44724,90014 -"249390",44724,99862 -"249391",44724,102362 -"249392",44724,105834 -"249393",44725,44753 -"249394",44725,44807 -"249395",44726,68965 -"249396",44726,70543 -"249397",44727,44728 -"249398",44727,46086 -"249399",44727,51287 -"249400",44727,56174 -"249401",44727,65643 -"249402",44727,74813 -"249403",44727,79470 -"249404",44727,91439 -"249405",44727,92085 -"249406",44727,99419 -"249407",44727,108028 -"249408",44728,46086 -"249409",44728,52929 -"249410",44728,52953 -"249411",44728,55895 -"249412",44728,67987 -"249413",44728,75316 -"249414",44728,83238 -"249415",44728,83976 -"249416",44728,88786 -"249417",44728,101333 -"249418",44728,102767 -"249419",44728,106418 -"249420",44728,108615 -"249421",44728,110887 -"249422",44728,111904 -"249423",44728,111951 -"249424",44728,118521 -"249425",44728,118839 -"249426",44728,120970 -"249427",44728,121759 -"249428",44729,45727 -"249429",44729,48521 -"249430",44729,51536 -"249431",44729,59114 -"249432",44729,64938 -"249433",44729,65508 -"249434",44729,65951 -"249435",44729,65952 -"249436",44729,72096 -"249437",44729,73266 -"249438",44729,76128 -"249439",44729,76484 -"249440",44729,77026 -"249441",44729,80616 -"249442",44729,81239 -"249443",44729,88583 -"249444",44729,90057 -"249445",44729,92785 -"249446",44729,96576 -"249447",44729,100072 -"249448",44729,100547 -"249449",44729,105722 -"249450",44729,109282 -"249451",44730,47978 -"249452",44730,48253 -"249453",44730,50244 -"249454",44730,63073 -"249455",44730,65511 -"249456",44730,76866 -"249457",44730,76888 -"249458",44730,81418 -"249459",44730,83238 -"249460",44730,100965 -"249461",44730,109945 -"249462",44731,44741 -"249463",44731,44769 -"249464",44731,44787 -"249465",44732,71366 -"249466",44732,78658 -"249467",44732,111522 -"249468",44732,116374 -"249469",44733,44810 -"249470",44734,79245 -"249471",44734,81897 -"249472",44734,87020 -"249473",44734,90963 -"249474",44734,112333 -"249475",44735,56138 -"249476",44735,83191 -"249477",44735,121439 -"249478",44736,44737 -"249479",44738,64197 -"249480",44740,55302 -"249481",44740,60085 -"249482",44740,69075 -"249483",44740,89308 -"249484",44740,90390 -"249485",44741,44769 -"249486",44741,44787 -"249487",44742,51806 -"249488",44742,53663 -"249489",44742,80324 -"249490",44742,86359 -"249491",44742,94995 -"249492",44743,57254 -"249493",44743,67383 -"249494",44743,77388 -"249495",44743,86029 -"249496",44743,86125 -"249497",44744,47818 -"249498",44744,50319 -"249499",44744,56156 -"249500",44744,64554 -"249501",44744,64712 -"249502",44744,66055 -"249503",44744,70778 -"249504",44744,72060 -"249505",44744,73033 -"249506",44744,79189 -"249507",44744,80938 -"249508",44744,80939 -"249509",44744,80940 -"249510",44744,80941 -"249511",44744,80949 -"249512",44744,80955 -"249513",44744,80956 -"249514",44744,80957 -"249515",44744,80985 -"249516",44744,80989 -"249517",44744,81007 -"249518",44744,81022 -"249519",44744,81026 -"249520",44744,81036 -"249521",44744,81037 -"249522",44744,81038 -"249523",44744,81139 -"249524",44744,82452 -"249525",44744,105050 -"249526",44745,44797 -"249527",44745,44833 -"249528",44746,44768 -"249529",44746,50457 -"249530",44746,50471 -"249531",44746,50503 -"249532",44746,50518 -"249533",44746,50523 -"249534",44746,50555 -"249535",44746,50574 -"249536",44747,45854 -"249537",44747,67380 -"249538",44748,89792 -"249539",44748,90226 -"249540",44748,90438 -"249541",44748,98807 -"249542",44749,52606 -"249543",44749,57356 -"249544",44749,67981 -"249545",44749,71399 -"249546",44749,94448 -"249547",44749,110996 -"249548",44750,57493 -"249549",44750,73428 -"249550",44750,73457 -"249551",44750,73458 -"249552",44752,76386 -"249553",44752,97097 -"249554",44752,123112 -"249555",44753,44807 -"249556",44754,57410 -"249557",44755,99569 -"249558",44756,87827 -"249559",44756,117930 -"249560",44757,45406 -"249561",44757,48394 -"249562",44757,54576 -"249563",44757,54577 -"249564",44757,58137 -"249565",44757,61131 -"249566",44758,72606 -"249567",44758,110375 -"249568",44759,44798 -"249569",44759,76850 -"249570",44760,45173 -"249571",44760,45256 -"249572",44761,46112 -"249573",44761,59984 -"249574",44762,47234 -"249575",44763,44773 -"249576",44763,55899 -"249577",44763,74280 -"249578",44763,80231 -"249579",44763,98500 -"249580",44763,116618 -"249581",44764,53294 -"249582",44764,120902 -"249583",44766,63970 -"249584",44766,67873 -"249585",44767,83363 -"249586",44768,50457 -"249587",44768,50471 -"249588",44768,50503 -"249589",44768,50518 -"249590",44768,50523 -"249591",44768,50555 -"249592",44768,50574 -"249593",44769,44787 -"249594",44769,60306 -"249595",44769,62923 -"249596",44771,90677 -"249597",44772,53279 -"249598",44773,55899 -"249599",44774,84812 -"249600",44774,84814 -"249601",44775,44812 -"249602",44776,63349 -"249603",44776,70534 -"249604",44778,45742 -"249605",44778,53562 -"249606",44778,55067 -"249607",44778,63961 -"249608",44778,93540 -"249609",44779,70100 -"249610",44780,51285 -"249611",44780,55216 -"249612",44780,112485 -"249613",44781,45778 -"249614",44781,57038 -"249615",44781,99640 -"249616",44781,100282 -"249617",44781,101557 -"249618",44782,44825 -"249619",44782,44839 -"249620",44782,45130 -"249621",44783,88641 -"249622",44783,123238 -"249623",44785,49833 -"249624",44785,62749 -"249625",44785,69501 -"249626",44785,82291 -"249627",44785,107273 -"249628",44786,69546 -"249629",44786,70912 -"249630",44786,73902 -"249631",44786,77334 -"249632",44786,94625 -"249633",44786,96385 -"249634",44786,105481 -"249635",44786,109551 -"249636",44788,52842 -"249637",44788,62923 -"249638",44788,65678 -"249639",44788,66248 -"249640",44789,50092 -"249641",44789,61173 -"249642",44789,63146 -"249643",44789,95264 -"249644",44789,107426 -"249645",44789,114994 -"249646",44790,44822 -"249647",44790,44841 -"249648",44791,61696 -"249649",44792,47739 -"249650",44792,49794 -"249651",44792,52925 -"249652",44792,104676 -"249653",44793,50041 -"249654",44793,58011 -"249655",44793,65439 -"249656",44793,89290 -"249657",44795,45526 -"249658",44795,49148 -"249659",44795,65840 -"249660",44795,91978 -"249661",44795,92585 -"249662",44795,105158 -"249663",44796,45224 -"249664",44796,79136 -"249665",44796,97237 -"249666",44797,44833 -"249667",44797,97023 -"249668",44799,109392 -"249669",44800,79531 -"249670",44800,81384 -"249671",44802,76133 -"249672",44803,60651 -"249673",44804,48883 -"249674",44804,60030 -"249675",44804,60061 -"249676",44804,60074 -"249677",44804,60079 -"249678",44804,60191 -"249679",44804,60326 -"249680",44804,60763 -"249681",44804,70775 -"249682",44805,55929 -"249683",44805,89563 -"249684",44806,44829 -"249685",44806,63536 -"249686",44807,46116 -"249687",44807,77570 -"249688",44808,79050 -"249689",44808,86946 -"249690",44808,92785 -"249691",44808,95336 -"249692",44808,95351 -"249693",44808,95477 -"249694",44808,95862 -"249695",44808,98322 -"249696",44808,109400 -"249697",44808,118396 -"249698",44809,65995 -"249699",44809,74465 -"249700",44810,49493 -"249701",44810,52004 -"249702",44810,54105 -"249703",44810,59197 -"249704",44810,64941 -"249705",44810,66318 -"249706",44810,101924 -"249707",44810,102414 -"249708",44810,112828 -"249709",44810,119934 -"249710",44811,87807 -"249711",44811,99259 -"249712",44811,122194 -"249713",44812,49041 -"249714",44812,58167 -"249715",44812,78674 -"249716",44812,79245 -"249717",44812,84880 -"249718",44812,99713 -"249719",44812,102227 -"249720",44812,116093 -"249721",44812,122875 -"249722",44813,51011 -"249723",44813,54664 -"249724",44814,58969 -"249725",44815,68016 -"249726",44815,79100 -"249727",44815,121174 -"249728",44816,45233 -"249729",44816,49067 -"249730",44816,69536 -"249731",44816,75421 -"249732",44816,88752 -"249733",44816,91742 -"249734",44816,101832 -"249735",44816,101886 -"249736",44816,101887 -"249737",44816,104891 -"249738",44818,44827 -"249739",44818,44855 -"249740",44819,59010 -"249741",44819,108613 -"249742",44820,82174 -"249743",44821,44887 -"249744",44821,44888 -"249745",44821,62062 -"249746",44821,103326 -"249747",44822,44841 -"249748",44822,48173 -"249749",44822,48682 -"249750",44822,50076 -"249751",44822,52785 -"249752",44822,61074 -"249753",44822,69875 -"249754",44822,78511 -"249755",44822,89446 -"249756",44822,109273 -"249757",44822,109274 -"249758",44823,45976 -"249759",44823,49928 -"249760",44823,75116 -"249761",44823,81872 -"249762",44823,92711 -"249763",44823,93164 -"249764",44823,106564 -"249765",44823,107857 -"249766",44823,107865 -"249767",44823,121899 -"249768",44823,122070 -"249769",44825,44839 -"249770",44825,45130 -"249771",44825,59854 -"249772",44825,63115 -"249773",44825,95353 -"249774",44825,99621 -"249775",44825,103081 -"249776",44826,53150 -"249777",44827,44855 -"249778",44827,46702 -"249779",44827,47106 -"249780",44827,53594 -"249781",44828,45657 -"249782",44828,45933 -"249783",44828,46434 -"249784",44828,46788 -"249785",44828,47123 -"249786",44828,47488 -"249787",44828,48206 -"249788",44828,48268 -"249789",44828,48296 -"249790",44828,48909 -"249791",44828,49859 -"249792",44828,50064 -"249793",44828,50067 -"249794",44828,50554 -"249795",44828,50879 -"249796",44828,51783 -"249797",44828,52018 -"249798",44828,53444 -"249799",44828,53527 -"249800",44828,53555 -"249801",44828,54275 -"249802",44828,56628 -"249803",44828,58004 -"249804",44828,58068 -"249805",44828,58633 -"249806",44828,61111 -"249807",44828,61127 -"249808",44828,68287 -"249809",44830,47988 -"249810",44830,56462 -"249811",44830,112932 -"249812",44831,98188 -"249813",44832,89906 -"249814",44832,94229 -"249815",44832,95948 -"249816",44832,101719 -"249817",44832,108724 -"249818",44832,118593 -"249819",44832,119675 -"249820",44834,50306 -"249821",44834,61576 -"249822",44835,46171 -"249823",44835,47139 -"249824",44836,61576 -"249825",44836,80205 -"249826",44836,82733 -"249827",44836,83327 -"249828",44836,85697 -"249829",44836,87139 -"249830",44837,49781 -"249831",44837,49782 -"249832",44837,49893 -"249833",44837,49894 -"249834",44838,48397 -"249835",44838,48421 -"249836",44838,58428 -"249837",44838,58756 -"249838",44839,45130 -"249839",44842,45853 -"249840",44842,54793 -"249841",44842,57123 -"249842",44842,68268 -"249843",44842,82852 -"249844",44842,83406 -"249845",44842,95762 -"249846",44843,48860 -"249847",44843,59100 -"249848",44843,96161 -"249849",44846,47810 -"249850",44846,102374 -"249851",44846,112002 -"249852",44847,69844 -"249853",44848,96585 -"249854",44849,45689 -"249855",44849,70192 -"249856",44849,70194 -"249857",44850,45244 -"249858",44850,76769 -"249859",44851,48207 -"249860",44851,69440 -"249861",44851,72175 -"249862",44851,101398 -"249863",44854,53524 -"249864",44854,60434 -"249865",44854,64297 -"249866",44854,64587 -"249867",44854,79114 -"249868",44854,80413 -"249869",44855,71479 -"249870",44855,83043 -"249871",44855,98173 -"249872",44857,48411 -"249873",44857,49746 -"249874",44857,54099 -"249875",44858,51654 -"249876",44858,57105 -"249877",44858,58035 -"249878",44858,74452 -"249879",44858,79116 -"249880",44858,79145 -"249881",44858,82767 -"249882",44858,83165 -"249883",44858,83180 -"249884",44858,83906 -"249885",44858,83915 -"249886",44858,83949 -"249887",44858,88714 -"249888",44859,54692 -"249889",44859,57799 -"249890",44859,57800 -"249891",44859,57943 -"249892",44861,44971 -"249893",44862,56797 -"249894",44862,100394 -"249895",44862,111563 -"249896",44863,62015 -"249897",44863,67496 -"249898",44863,78985 -"249899",44863,80453 -"249900",44863,96484 -"249901",44863,96491 -"249902",44864,47449 -"249903",44864,48057 -"249904",44864,50032 -"249905",44864,50477 -"249906",44864,54278 -"249907",44864,57028 -"249908",44864,60611 -"249909",44864,81807 -"249910",44864,92199 -"249911",44864,103959 -"249912",44864,113364 -"249913",44865,46004 -"249914",44865,120368 -"249915",44868,61587 -"249916",44869,84926 -"249917",44870,90083 -"249918",44870,111852 -"249919",44870,111892 -"249920",44871,95744 -"249921",44872,45978 -"249922",44872,46046 -"249923",44873,73476 -"249924",44873,74202 -"249925",44873,77433 -"249926",44873,84620 -"249927",44873,98181 -"249928",44873,110281 -"249929",44873,110287 -"249930",44873,110300 -"249931",44873,110309 -"249932",44873,116115 -"249933",44874,84866 -"249934",44874,93012 -"249935",44875,45120 -"249936",44877,45749 -"249937",44877,58061 -"249938",44877,59218 -"249939",44877,63757 -"249940",44877,67068 -"249941",44877,74766 -"249942",44877,82341 -"249943",44877,86555 -"249944",44877,92269 -"249945",44877,92297 -"249946",44879,45866 -"249947",44880,56546 -"249948",44880,64611 -"249949",44880,74504 -"249950",44881,48969 -"249951",44881,48977 -"249952",44881,48983 -"249953",44881,49005 -"249954",44881,49010 -"249955",44881,49028 -"249956",44882,70725 -"249957",44882,91779 -"249958",44882,96525 -"249959",44882,101347 -"249960",44884,44885 -"249961",44884,44899 -"249962",44885,44899 -"249963",44886,44968 -"249964",44886,123217 -"249965",44886,123255 -"249966",44887,44888 -"249967",44887,45595 -"249968",44887,53796 -"249969",44887,54419 -"249970",44888,78781 -"249971",44889,46918 -"249972",44889,48578 -"249973",44889,51270 -"249974",44889,59823 -"249975",44889,67844 -"249976",44889,68064 -"249977",44890,55005 -"249978",44890,65976 -"249979",44890,74277 -"249980",44890,86326 -"249981",44891,44905 -"249982",44892,61270 -"249983",44892,65389 -"249984",44892,104004 -"249985",44893,69600 -"249986",44894,49166 -"249987",44895,58135 -"249988",44895,76928 -"249989",44895,76956 -"249990",44896,44986 -"249991",44896,48084 -"249992",44896,60366 -"249993",44897,60378 -"249994",44898,51468 -"249995",44898,77193 -"249996",44898,83695 -"249997",44900,44923 -"249998",44901,48939 -"249999",44901,60570 -"250000",44901,65356 -"250001",44901,66578 -"250002",44902,45061 -"250003",44902,52527 -"250004",44902,57391 -"250005",44902,93970 -"250006",44902,119744 -"250007",44903,56698 -"250008",44903,68165 -"250009",44903,69536 -"250010",44903,73374 -"250011",44903,76057 -"250012",44903,100582 -"250013",44903,110313 -"250014",44903,112657 -"250015",44904,74754 -"250016",44905,55181 -"250017",44905,55382 -"250018",44905,55464 -"250019",44905,84025 -"250020",44906,45010 -"250021",44907,51591 -"250022",44907,62907 -"250023",44908,44991 -"250024",44908,93952 -"250025",44909,44943 -"250026",44909,70488 -"250027",44909,81902 -"250028",44910,80504 -"250029",44910,80843 -"250030",44911,103200 -"250031",44912,77756 -"250032",44912,93435 -"250033",44914,69722 -"250034",44916,44929 -"250035",44916,44930 -"250036",44916,44931 -"250037",44916,44980 -"250038",44917,57963 -"250039",44917,95571 -"250040",44918,44919 -"250041",44918,44920 -"250042",44918,92746 -"250043",44918,92807 -"250044",44918,92810 -"250045",44918,92826 -"250046",44919,44920 -"250047",44921,50664 -"250048",44921,66557 -"250049",44921,94488 -"250050",44921,99479 -"250051",44921,99680 -"250052",44921,100708 -"250053",44921,107134 -"250054",44921,110660 -"250055",44921,112932 -"250056",44922,116026 -"250057",44922,116034 -"250058",44926,111063 -"250059",44928,44997 -"250060",44928,59222 -"250061",44928,68139 -"250062",44928,69678 -"250063",44928,78091 -"250064",44928,95415 -"250065",44928,96411 -"250066",44928,110900 -"250067",44929,44930 -"250068",44929,44931 -"250069",44929,44980 -"250070",44930,44931 -"250071",44930,44980 -"250072",44931,44980 -"250073",44931,64160 -"250074",44931,73194 -"250075",44931,89701 -"250076",44931,89727 -"250077",44931,89746 -"250078",44931,89749 -"250079",44932,72141 -"250080",44932,79814 -"250081",44932,93440 -"250082",44932,122631 -"250083",44932,123504 -"250084",44933,52718 -"250085",44933,81340 -"250086",44933,81341 -"250087",44934,95802 -"250088",44935,60859 -"250089",44935,82335 -"250090",44935,94728 -"250091",44936,109258 -"250092",44937,44984 -"250093",44937,103012 -"250094",44939,44985 -"250095",44940,64288 -"250096",44940,76820 -"250097",44940,76883 -"250098",44940,80551 -"250099",44940,86702 -"250100",44940,86728 -"250101",44940,93376 -"250102",44940,112989 -"250103",44940,115850 -"250104",44940,116199 -"250105",44940,116217 -"250106",44940,116709 -"250107",44941,87239 -"250108",44942,108223 -"250109",44944,86255 -"250110",44944,86359 -"250111",44945,44974 -"250112",44945,116550 -"250113",44946,63555 -"250114",44946,93099 -"250115",44946,93115 -"250116",44946,96169 -"250117",44946,104387 -"250118",44947,78373 -"250119",44947,87034 -"250120",44947,87352 -"250121",44947,104884 -"250122",44948,44949 -"250123",44948,44950 -"250124",44949,44950 -"250125",44951,56516 -"250126",44952,70893 -"250127",44952,72535 -"250128",44952,72667 -"250129",44952,72675 -"250130",44953,60520 -"250131",44953,93153 -"250132",44953,96969 -"250133",44954,45320 -"250134",44954,81305 -"250135",44954,89936 -"250136",44955,46509 -"250137",44955,67155 -"250138",44955,74687 -"250139",44955,99186 -"250140",44955,103424 -"250141",44956,52199 -"250142",44956,64063 -"250143",44956,101074 -"250144",44956,101499 -"250145",44956,103151 -"250146",44956,103206 -"250147",44957,63061 -"250148",44957,81306 -"250149",44957,84767 -"250150",44957,92821 -"250151",44959,47460 -"250152",44959,53650 -"250153",44959,54625 -"250154",44959,63799 -"250155",44959,81075 -"250156",44959,84337 -"250157",44959,84350 -"250158",44959,88164 -"250159",44960,49302 -"250160",44960,61982 -"250161",44960,65947 -"250162",44961,52528 -"250163",44961,88344 -"250164",44963,44978 -"250165",44964,69370 -"250166",44964,121147 -"250167",44966,58631 -"250168",44967,95563 -"250169",44968,62833 -"250170",44968,88510 -"250171",44968,93881 -"250172",44968,108255 -"250173",44968,119334 -"250174",44968,119408 -"250175",44969,44982 -"250176",44969,83947 -"250177",44970,70627 -"250178",44971,48682 -"250179",44972,46565 -"250180",44972,58986 -"250181",44972,64571 -"250182",44972,70121 -"250183",44972,87919 -"250184",44972,92105 -"250185",44972,99766 -"250186",44972,105261 -"250187",44973,46177 -"250188",44973,47048 -"250189",44973,48110 -"250190",44973,49562 -"250191",44973,58508 -"250192",44973,59731 -"250193",44973,62642 -"250194",44973,68091 -"250195",44973,69335 -"250196",44973,75245 -"250197",44973,75776 -"250198",44973,75956 -"250199",44973,76387 -"250200",44973,78978 -"250201",44973,79212 -"250202",44973,79241 -"250203",44973,79579 -"250204",44973,80239 -"250205",44973,80301 -"250206",44973,81397 -"250207",44973,88340 -"250208",44973,88749 -"250209",44973,89069 -"250210",44973,89373 -"250211",44973,89995 -"250212",44973,90919 -"250213",44973,90936 -"250214",44973,92861 -"250215",44973,93097 -"250216",44973,94231 -"250217",44973,95489 -"250218",44973,96247 -"250219",44973,96363 -"250220",44973,97898 -"250221",44977,87424 -"250222",44978,84768 -"250223",44978,117554 -"250224",44978,120051 -"250225",44978,123413 -"250226",44979,56253 -"250227",44979,76384 -"250228",44979,78392 -"250229",44979,88887 -"250230",44981,51214 -"250231",44981,51255 -"250232",44981,101106 -"250233",44981,109585 -"250234",44981,116455 -"250235",44982,52911 -"250236",44983,45506 -"250237",44983,45709 -"250238",44983,47688 -"250239",44983,50102 -"250240",44983,51299 -"250241",44983,53134 -"250242",44983,57783 -"250243",44983,59646 -"250244",44983,62488 -"250245",44983,63846 -"250246",44983,65800 -"250247",44983,67564 -"250248",44983,69362 -"250249",44983,71693 -"250250",44983,74730 -"250251",44983,76590 -"250252",44983,80063 -"250253",44983,86600 -"250254",44983,88782 -"250255",44983,92517 -"250256",44983,97671 -"250257",44983,98406 -"250258",44983,100140 -"250259",44983,105198 -"250260",44983,110250 -"250261",44983,122588 -"250262",44983,122819 -"250263",44983,122852 -"250264",44983,122861 -"250265",44983,122863 -"250266",44983,122864 -"250267",44986,48084 -"250268",44986,60366 -"250269",44987,48780 -"250270",44987,80698 -"250271",44987,85907 -"250272",44987,94310 -"250273",44988,55114 -"250274",44988,60024 -"250275",44988,78587 -"250276",44988,78850 -"250277",44988,78855 -"250278",44988,78970 -"250279",44988,120464 -"250280",44989,47019 -"250281",44990,47491 -"250282",44990,82479 -"250283",44990,86148 -"250284",44990,86572 -"250285",44992,49588 -"250286",44992,57427 -"250287",44992,58368 -"250288",44992,58770 -"250289",44994,111647 -"250290",44994,111757 -"250291",44994,120635 -"250292",44994,122347 -"250293",44995,58226 -"250294",44996,46139 -"250295",44996,66564 -"250296",44996,79306 -"250297",44996,85543 -"250298",44996,117208 -"250299",44997,69678 -"250300",44997,85380 -"250301",44997,119847 -"250302",44999,63788 -"250303",44999,74361 -"250304",44999,75643 -"250305",44999,88312 -"250306",45001,46641 -"250307",45002,56210 -"250308",45002,56832 -"250309",45003,87359 -"250310",45003,107538 -"250311",45003,117621 -"250312",45003,117672 -"250313",45003,122201 -"250314",45005,84388 -"250315",45006,56007 -"250316",45007,48434 -"250317",45007,50324 -"250318",45007,50344 -"250319",45007,64254 -"250320",45007,74681 -"250321",45007,83772 -"250322",45007,116660 -"250323",45008,120414 -"250324",45008,120430 -"250325",45008,123382 -"250326",45010,72767 -"250327",45010,120242 -"250328",45011,52149 -"250329",45014,48004 -"250330",45015,46133 -"250331",45015,61337 -"250332",45015,91746 -"250333",45015,97712 -"250334",45015,104356 -"250335",45015,121305 -"250336",45016,46634 -"250337",45017,47810 -"250338",45017,63776 -"250339",45017,79074 -"250340",45017,85553 -"250341",45017,85869 -"250342",45017,95675 -"250343",45018,45115 -"250344",45018,60581 -"250345",45018,66741 -"250346",45019,53873 -"250347",45022,84027 -"250348",45023,45036 -"250349",45023,45065 -"250350",45023,45108 -"250351",45023,45117 -"250352",45023,45118 -"250353",45023,45126 -"250354",45023,61853 -"250355",45023,61866 -"250356",45024,55220 -"250357",45024,70011 -"250358",45024,97753 -"250359",45024,109451 -"250360",45025,48955 -"250361",45025,54173 -"250362",45025,54242 -"250363",45025,65462 -"250364",45025,78904 -"250365",45025,80071 -"250366",45025,80134 -"250367",45025,102113 -"250368",45026,95421 -"250369",45027,68705 -"250370",45028,67804 -"250371",45030,50758 -"250372",45030,97773 -"250373",45030,97800 -"250374",45031,76347 -"250375",45031,100211 -"250376",45031,101983 -"250377",45031,116147 -"250378",45031,116180 -"250379",45032,67403 -"250380",45032,67474 -"250381",45033,46413 -"250382",45034,45035 -"250383",45034,58900 -"250384",45036,45065 -"250385",45036,45108 -"250386",45036,45117 -"250387",45036,45118 -"250388",45036,45126 -"250389",45037,57246 -"250390",45037,73918 -"250391",45037,104692 -"250392",45039,45085 -"250393",45039,64013 -"250394",45039,83722 -"250395",45040,51841 -"250396",45040,96168 -"250397",45040,97062 -"250398",45040,119975 -"250399",45041,106850 -"250400",45041,106876 -"250401",45042,65734 -"250402",45043,45141 -"250403",45043,85401 -"250404",45043,88536 -"250405",45043,92553 -"250406",45043,93019 -"250407",45043,93507 -"250408",45043,101033 -"250409",45043,112669 -"250410",45043,115663 -"250411",45043,115678 -"250412",45044,49846 -"250413",45044,67339 -"250414",45044,77631 -"250415",45044,88687 -"250416",45044,88823 -"250417",45044,88826 -"250418",45045,93568 -"250419",45045,111499 -"250420",45046,66733 -"250421",45046,68701 -"250422",45046,70767 -"250423",45046,84616 -"250424",45046,114785 -"250425",45046,114836 -"250426",45047,45980 -"250427",45047,48202 -"250428",45047,48212 -"250429",45047,53132 -"250430",45047,53227 -"250431",45047,55111 -"250432",45047,58628 -"250433",45047,61801 -"250434",45047,64350 -"250435",45047,73044 -"250436",45047,73058 -"250437",45047,73335 -"250438",45047,78063 -"250439",45047,78429 -"250440",45047,78569 -"250441",45047,82143 -"250442",45047,83231 -"250443",45047,86471 -"250444",45047,88997 -"250445",45047,90804 -"250446",45047,91022 -"250447",45047,91045 -"250448",45047,92824 -"250449",45047,94832 -"250450",45047,95675 -"250451",45047,101516 -"250452",45047,102387 -"250453",45047,108374 -"250454",45047,108893 -"250455",45047,109101 -"250456",45047,109523 -"250457",45047,110993 -"250458",45047,111338 -"250459",45047,111398 -"250460",45047,111409 -"250461",45047,111480 -"250462",45047,112422 -"250463",45047,112648 -"250464",45047,112708 -"250465",45047,112820 -"250466",45047,112997 -"250467",45047,113597 -"250468",45047,114418 -"250469",45047,114582 -"250470",45047,115371 -"250471",45047,115684 -"250472",45047,116028 -"250473",45047,116604 -"250474",45048,77149 -"250475",45049,82306 -"250476",45049,97172 -"250477",45050,64626 -"250478",45050,64627 -"250479",45050,64661 -"250480",45051,69532 -"250481",45051,92260 -"250482",45051,94611 -"250483",45051,111799 -"250484",45051,112850 -"250485",45052,45092 -"250486",45052,65724 -"250487",45054,45080 -"250488",45054,48138 -"250489",45054,49770 -"250490",45054,51775 -"250491",45054,53132 -"250492",45054,73299 -"250493",45054,90827 -"250494",45054,91757 -"250495",45054,95187 -"250496",45054,104279 -"250497",45056,92574 -"250498",45056,97019 -"250499",45056,114440 -"250500",45057,74293 -"250501",45058,53259 -"250502",45058,78150 -"250503",45058,80625 -"250504",45058,81074 -"250505",45058,96352 -"250506",45058,99207 -"250507",45058,103930 -"250508",45059,72629 -"250509",45060,45918 -"250510",45060,50254 -"250511",45060,63502 -"250512",45060,82893 -"250513",45060,83273 -"250514",45060,86125 -"250515",45060,87944 -"250516",45060,88032 -"250517",45060,90944 -"250518",45060,90984 -"250519",45060,90985 -"250520",45060,91560 -"250521",45060,92234 -"250522",45060,95149 -"250523",45061,52527 -"250524",45061,57391 -"250525",45061,92990 -"250526",45061,93970 -"250527",45061,119744 -"250528",45062,49001 -"250529",45062,64674 -"250530",45062,95820 -"250531",45062,109931 -"250532",45063,45234 -"250533",45063,45266 -"250534",45064,45145 -"250535",45064,45235 -"250536",45064,45243 -"250537",45065,45108 -"250538",45065,45117 -"250539",45065,45118 -"250540",45065,45126 -"250541",45066,57577 -"250542",45067,97468 -"250543",45068,53539 -"250544",45069,118074 -"250545",45070,53860 -"250546",45070,105469 -"250547",45070,110641 -"250548",45070,114316 -"250549",45076,46632 -"250550",45076,46633 -"250551",45076,97348 -"250552",45078,45683 -"250553",45078,82617 -"250554",45079,62337 -"250555",45079,100029 -"250556",45079,109206 -"250557",45079,109215 -"250558",45079,109225 -"250559",45080,46532 -"250560",45080,53132 -"250561",45081,50397 -"250562",45081,63518 -"250563",45081,63531 -"250564",45081,76131 -"250565",45081,83581 -"250566",45081,97580 -"250567",45081,98249 -"250568",45081,103064 -"250569",45081,108367 -"250570",45081,110826 -"250571",45081,113417 -"250572",45082,57933 -"250573",45083,63613 -"250574",45083,63661 -"250575",45083,63677 -"250576",45084,79744 -"250577",45085,64013 -"250578",45085,83722 -"250579",45085,99737 -"250580",45085,118647 -"250581",45085,118674 -"250582",45085,118679 -"250583",45086,69414 -"250584",45088,49339 -"250585",45088,49776 -"250586",45088,52042 -"250587",45088,53062 -"250588",45088,56787 -"250589",45088,74558 -"250590",45088,75054 -"250591",45088,76358 -"250592",45088,81749 -"250593",45089,118281 -"250594",45091,54502 -"250595",45091,58845 -"250596",45091,58868 -"250597",45092,46226 -"250598",45092,61890 -"250599",45092,89217 -"250600",45093,49162 -"250601",45093,86752 -"250602",45093,87846 -"250603",45095,100015 -"250604",45096,50107 -"250605",45097,50367 -"250606",45097,97903 -"250607",45097,117007 -"250608",45097,119146 -"250609",45097,119154 -"250610",45098,83205 -"250611",45099,79586 -"250612",45100,65738 -"250613",45100,68793 -"250614",45100,78999 -"250615",45100,89549 -"250616",45100,89721 -"250617",45100,89724 -"250618",45100,89728 -"250619",45100,89733 -"250620",45100,89857 -"250621",45100,91481 -"250622",45100,91494 -"250623",45100,91569 -"250624",45100,93156 -"250625",45100,96349 -"250626",45100,96815 -"250627",45100,105870 -"250628",45100,112815 -"250629",45101,116114 -"250630",45101,117980 -"250631",45101,119120 -"250632",45102,120669 -"250633",45104,46151 -"250634",45104,52745 -"250635",45106,85781 -"250636",45106,85789 -"250637",45106,85937 -"250638",45107,51123 -"250639",45107,77602 -"250640",45107,101407 -"250641",45108,45117 -"250642",45108,45118 -"250643",45108,45126 -"250644",45108,65217 -"250645",45109,96254 -"250646",45110,47336 -"250647",45111,86559 -"250648",45111,121424 -"250649",45112,46554 -"250650",45112,91500 -"250651",45112,102010 -"250652",45112,102035 -"250653",45113,53593 -"250654",45115,45216 -"250655",45115,70653 -"250656",45115,77481 -"250657",45116,119022 -"250658",45117,45118 -"250659",45117,45126 -"250660",45118,45126 -"250661",45118,49756 -"250662",45118,49817 -"250663",45118,50682 -"250664",45118,52737 -"250665",45119,57153 -"250666",45119,73321 -"250667",45119,89014 -"250668",45121,95203 -"250669",45122,64361 -"250670",45123,45542 -"250671",45124,54836 -"250672",45127,49644 -"250673",45127,50652 -"250674",45127,51512 -"250675",45127,54108 -"250676",45127,54460 -"250677",45127,58635 -"250678",45127,58642 -"250679",45127,59024 -"250680",45127,74167 -"250681",45127,78359 -"250682",45127,97553 -"250683",45127,97557 -"250684",45127,105759 -"250685",45127,107435 -"250686",45127,107908 -"250687",45127,107913 -"250688",45127,107924 -"250689",45127,107930 -"250690",45127,107978 -"250691",45128,62561 -"250692",45128,92849 -"250693",45129,48584 -"250694",45129,80233 -"250695",45129,80626 -"250696",45129,86049 -"250697",45129,114196 -"250698",45130,86766 -"250699",45130,89734 -"250700",45131,45250 -"250701",45131,45296 -"250702",45132,86532 -"250703",45132,101824 -"250704",45133,58354 -"250705",45134,62645 -"250706",45134,72335 -"250707",45136,49962 -"250708",45136,55297 -"250709",45136,57892 -"250710",45136,58659 -"250711",45136,70996 -"250712",45136,71004 -"250713",45136,71253 -"250714",45136,77739 -"250715",45136,82125 -"250716",45136,82138 -"250717",45136,82139 -"250718",45136,82141 -"250719",45136,82150 -"250720",45136,82164 -"250721",45136,92283 -"250722",45136,92296 -"250723",45136,92319 -"250724",45137,89507 -"250725",45138,45379 -"250726",45138,47385 -"250727",45138,55817 -"250728",45138,76858 -"250729",45138,79502 -"250730",45141,86858 -"250731",45144,47965 -"250732",45145,45235 -"250733",45145,45243 -"250734",45145,55900 -"250735",45145,62257 -"250736",45145,62544 -"250737",45147,63417 -"250738",45148,46476 -"250739",45148,70785 -"250740",45148,77371 -"250741",45148,120935 -"250742",45148,122593 -"250743",45149,46819 -"250744",45149,49798 -"250745",45149,57078 -"250746",45149,57578 -"250747",45151,49915 -"250748",45151,56373 -"250749",45151,63656 -"250750",45151,66730 -"250751",45151,82416 -"250752",45151,84887 -"250753",45151,93348 -"250754",45152,57367 -"250755",45152,66738 -"250756",45152,83548 -"250757",45152,84228 -"250758",45152,84510 -"250759",45152,86332 -"250760",45152,88046 -"250761",45152,88674 -"250762",45152,91900 -"250763",45152,92926 -"250764",45152,94722 -"250765",45152,102455 -"250766",45152,102474 -"250767",45152,114694 -"250768",45153,64594 -"250769",45153,75073 -"250770",45153,95948 -"250771",45153,97073 -"250772",45154,51583 -"250773",45154,61305 -"250774",45154,73596 -"250775",45155,86448 -"250776",45156,50403 -"250777",45156,57021 -"250778",45156,77898 -"250779",45157,103297 -"250780",45158,59255 -"250781",45158,67516 -"250782",45158,81175 -"250783",45159,45160 -"250784",45159,53676 -"250785",45159,53718 -"250786",45161,46726 -"250787",45161,47167 -"250788",45161,48464 -"250789",45161,59915 -"250790",45161,62668 -"250791",45161,70473 -"250792",45161,70981 -"250793",45161,71825 -"250794",45161,71837 -"250795",45161,77625 -"250796",45161,79681 -"250797",45161,81247 -"250798",45161,82452 -"250799",45161,88409 -"250800",45161,90883 -"250801",45161,91383 -"250802",45161,92113 -"250803",45161,98904 -"250804",45161,102940 -"250805",45161,115742 -"250806",45161,118577 -"250807",45161,119085 -"250808",45161,119224 -"250809",45161,119439 -"250810",45161,120085 -"250811",45161,120232 -"250812",45161,121213 -"250813",45162,45199 -"250814",45164,45201 -"250815",45164,64140 -"250816",45164,67125 -"250817",45165,45203 -"250818",45166,50756 -"250819",45166,50781 -"250820",45166,50795 -"250821",45166,53204 -"250822",45166,54824 -"250823",45166,54890 -"250824",45166,71876 -"250825",45166,84574 -"250826",45166,112188 -"250827",45167,69392 -"250828",45168,70084 -"250829",45169,53580 -"250830",45169,70601 -"250831",45169,91927 -"250832",45169,95193 -"250833",45169,95194 -"250834",45170,71070 -"250835",45170,71406 -"250836",45170,71437 -"250837",45170,122685 -"250838",45171,45304 -"250839",45172,46983 -"250840",45172,118264 -"250841",45173,45256 -"250842",45174,45703 -"250843",45174,54487 -"250844",45174,59743 -"250845",45174,93205 -"250846",45175,60489 -"250847",45175,64446 -"250848",45175,72395 -"250849",45176,52440 -"250850",45176,52488 -"250851",45176,52532 -"250852",45177,48675 -"250853",45177,54523 -"250854",45177,61018 -"250855",45177,61073 -"250856",45177,61164 -"250857",45178,54467 -"250858",45178,85127 -"250859",45178,87452 -"250860",45178,87983 -"250861",45178,91475 -"250862",45179,57046 -"250863",45180,45206 -"250864",45180,45207 -"250865",45180,45229 -"250866",45180,67235 -"250867",45181,57690 -"250868",45181,82411 -"250869",45181,82535 -"250870",45182,46444 -"250871",45182,60535 -"250872",45182,82919 -"250873",45182,82929 -"250874",45182,82930 -"250875",45184,45265 -"250876",45184,45300 -"250877",45186,51689 -"250878",45186,60603 -"250879",45186,76046 -"250880",45186,93677 -"250881",45186,109900 -"250882",45186,109909 -"250883",45187,48283 -"250884",45188,54309 -"250885",45188,90612 -"250886",45188,90613 -"250887",45188,90618 -"250888",45188,90619 -"250889",45188,90637 -"250890",45188,90648 -"250891",45188,90659 -"250892",45188,90660 -"250893",45188,90683 -"250894",45188,90684 -"250895",45188,91846 -"250896",45189,45417 -"250897",45189,56689 -"250898",45189,57675 -"250899",45189,57765 -"250900",45189,64482 -"250901",45191,48661 -"250902",45191,120374 -"250903",45191,120382 -"250904",45192,58385 -"250905",45192,60098 -"250906",45192,64104 -"250907",45192,65113 -"250908",45192,71026 -"250909",45192,74070 -"250910",45193,62757 -"250911",45195,45197 -"250912",45195,45218 -"250913",45196,56170 -"250914",45196,63081 -"250915",45196,71622 -"250916",45196,71722 -"250917",45197,45218 -"250918",45197,57497 -"250919",45197,85297 -"250920",45200,89297 -"250921",45200,90037 -"250922",45200,112398 -"250923",45201,47963 -"250924",45202,45281 -"250925",45202,58364 -"250926",45202,64585 -"250927",45203,51691 -"250928",45205,45245 -"250929",45205,47173 -"250930",45205,58990 -"250931",45205,63053 -"250932",45205,70015 -"250933",45205,70171 -"250934",45206,45207 -"250935",45206,45229 -"250936",45206,67235 -"250937",45207,45229 -"250938",45207,67235 -"250939",45207,75107 -"250940",45207,75138 -"250941",45208,47663 -"250942",45208,47664 -"250943",45208,47760 -"250944",45209,99432 -"250945",45209,112715 -"250946",45211,59888 -"250947",45212,85438 -"250948",45212,98004 -"250949",45212,99455 -"250950",45213,56676 -"250951",45213,89736 -"250952",45215,50922 -"250953",45215,85485 -"250954",45215,88721 -"250955",45216,45306 -"250956",45216,45321 -"250957",45216,53630 -"250958",45216,56444 -"250959",45216,57428 -"250960",45216,72260 -"250961",45216,81676 -"250962",45216,81682 -"250963",45216,101737 -"250964",45217,83873 -"250965",45219,55525 -"250966",45219,60506 -"250967",45221,71597 -"250968",45222,54844 -"250969",45222,60271 -"250970",45222,66405 -"250971",45222,66414 -"250972",45222,86549 -"250973",45222,98927 -"250974",45222,102048 -"250975",45222,108845 -"250976",45223,45713 -"250977",45224,53881 -"250978",45224,54695 -"250979",45224,63711 -"250980",45224,89675 -"250981",45225,77324 -"250982",45225,102871 -"250983",45226,45291 -"250984",45227,49715 -"250985",45227,63708 -"250986",45227,67813 -"250987",45227,69289 -"250988",45227,80860 -"250989",45227,93149 -"250990",45227,93160 -"250991",45227,94156 -"250992",45227,94167 -"250993",45227,97416 -"250994",45227,104396 -"250995",45227,107153 -"250996",45227,107184 -"250997",45227,109300 -"250998",45228,45284 -"250999",45228,57326 -"251000",45228,73794 -"251001",45228,79977 -"251002",45228,80212 -"251003",45228,84510 -"251004",45228,99575 -"251005",45228,100377 -"251006",45228,103013 -"251007",45228,107556 -"251008",45228,113483 -"251009",45229,67235 -"251010",45230,122455 -"251011",45231,71588 -"251012",45231,75312 -"251013",45232,65335 -"251014",45233,46435 -"251015",45233,73450 -"251016",45233,88280 -"251017",45233,98600 -"251018",45233,109342 -"251019",45234,45266 -"251020",45234,60925 -"251021",45234,85881 -"251022",45235,45243 -"251023",45236,55550 -"251024",45236,91726 -"251025",45237,51422 -"251026",45237,84447 -"251027",45238,54926 -"251028",45238,72595 -"251029",45239,46190 -"251030",45239,47501 -"251031",45239,54590 -"251032",45239,66766 -"251033",45239,73092 -"251034",45241,101797 -"251035",45245,50707 -"251036",45245,69034 -"251037",45245,72507 -"251038",45245,79152 -"251039",45245,79259 -"251040",45246,92871 -"251041",45246,99294 -"251042",45246,113721 -"251043",45248,102199 -"251044",45250,45296 -"251045",45251,63695 -"251046",45251,68406 -"251047",45252,46822 -"251048",45252,51058 -"251049",45252,63486 -"251050",45252,75535 -"251051",45252,76291 -"251052",45252,80451 -"251053",45252,88177 -"251054",45252,90155 -"251055",45252,96681 -"251056",45252,100808 -"251057",45253,91607 -"251058",45254,78297 -"251059",45255,46984 -"251060",45255,57763 -"251061",45255,79603 -"251062",45257,47009 -"251063",45257,57372 -"251064",45259,67977 -"251065",45259,78697 -"251066",45259,83192 -"251067",45259,88843 -"251068",45259,92496 -"251069",45259,94954 -"251070",45259,94955 -"251071",45259,94957 -"251072",45259,94969 -"251073",45259,95915 -"251074",45260,85690 -"251075",45260,115278 -"251076",45261,96557 -"251077",45261,96774 -"251078",45262,111777 -"251079",45263,55775 -"251080",45263,78704 -"251081",45263,78726 -"251082",45263,78768 -"251083",45263,94456 -"251084",45264,67083 -"251085",45264,104207 -"251086",45265,45300 -"251087",45266,63238 -"251088",45266,63291 -"251089",45268,91694 -"251090",45269,53043 -"251091",45269,64181 -"251092",45269,64819 -"251093",45269,65625 -"251094",45269,66413 -"251095",45269,74628 -"251096",45269,75136 -"251097",45269,77844 -"251098",45269,83544 -"251099",45269,85027 -"251100",45269,96664 -"251101",45269,101151 -"251102",45269,105063 -"251103",45269,114174 -"251104",45269,114178 -"251105",45270,46193 -"251106",45270,55441 -"251107",45270,57963 -"251108",45270,60486 -"251109",45270,69742 -"251110",45271,45272 -"251111",45271,69629 -"251112",45271,92617 -"251113",45271,114268 -"251114",45273,46988 -"251115",45273,51083 -"251116",45273,58553 -"251117",45273,109093 -"251118",45274,45279 -"251119",45274,96974 -"251120",45274,111589 -"251121",45275,52095 -"251122",45277,94644 -"251123",45277,100405 -"251124",45277,110985 -"251125",45277,115048 -"251126",45278,60968 -"251127",45279,47943 -"251128",45279,50204 -"251129",45279,50302 -"251130",45279,55016 -"251131",45279,56360 -"251132",45279,69993 -"251133",45279,72571 -"251134",45279,72682 -"251135",45279,73295 -"251136",45279,77903 -"251137",45279,88272 -"251138",45279,107844 -"251139",45280,52972 -"251140",45280,89236 -"251141",45280,99693 -"251142",45280,116767 -"251143",45280,118741 -"251144",45281,112186 -"251145",45282,50689 -"251146",45282,79837 -"251147",45283,49962 -"251148",45284,52264 -"251149",45284,60047 -"251150",45284,60134 -"251151",45284,68997 -"251152",45284,80913 -"251153",45284,81914 -"251154",45284,87748 -"251155",45284,88484 -"251156",45284,91144 -"251157",45284,106186 -"251158",45285,51578 -"251159",45285,56421 -"251160",45285,118637 -"251161",45285,122849 -"251162",45286,45287 -"251163",45286,45288 -"251164",45287,45288 -"251165",45287,45952 -"251166",45287,72791 -"251167",45287,101586 -"251168",45289,87064 -"251169",45290,53586 -"251170",45291,50632 -"251171",45291,64057 -"251172",45291,86755 -"251173",45291,103454 -"251174",45291,105983 -"251175",45292,47594 -"251176",45292,69352 -"251177",45292,72827 -"251178",45292,107030 -"251179",45294,59157 -"251180",45295,73692 -"251181",45295,84982 -"251182",45295,96002 -"251183",45297,49029 -"251184",45297,68236 -"251185",45297,76580 -"251186",45297,76845 -"251187",45297,82217 -"251188",45297,82235 -"251189",45297,85678 -"251190",45297,90509 -"251191",45297,93626 -"251192",45297,93642 -"251193",45297,103596 -"251194",45297,106996 -"251195",45297,107148 -"251196",45297,107936 -"251197",45298,49427 -"251198",45298,87230 -"251199",45298,103785 -"251200",45299,58341 -"251201",45299,69355 -"251202",45301,54387 -"251203",45301,73372 -"251204",45301,99087 -"251205",45302,48359 -"251206",45302,51568 -"251207",45302,51866 -"251208",45302,57225 -"251209",45302,65028 -"251210",45302,69827 -"251211",45305,70250 -"251212",45305,83347 -"251213",45306,45321 -"251214",45306,52649 -"251215",45307,45308 -"251216",45308,50969 -"251217",45308,51003 -"251218",45308,51387 -"251219",45308,57949 -"251220",45308,59741 -"251221",45308,71106 -"251222",45308,86151 -"251223",45308,93431 -"251224",45308,100909 -"251225",45308,116115 -"251226",45308,121959 -"251227",45309,56247 -"251228",45309,65297 -"251229",45309,67351 -"251230",45309,76017 -"251231",45309,77228 -"251232",45309,77229 -"251233",45309,77259 -"251234",45309,77812 -"251235",45309,79607 -"251236",45310,45311 -"251237",45310,45394 -"251238",45310,48583 -"251239",45310,50113 -"251240",45310,55362 -"251241",45310,62638 -"251242",45311,45394 -"251243",45311,49470 -"251244",45311,49488 -"251245",45311,54328 -"251246",45311,60040 -"251247",45311,70536 -"251248",45311,70573 -"251249",45311,75029 -"251250",45311,75173 -"251251",45312,72759 -"251252",45313,45366 -"251253",45314,45320 -"251254",45314,45575 -"251255",45315,69944 -"251256",45315,77175 -"251257",45315,92784 -"251258",45315,99523 -"251259",45315,119311 -"251260",45316,59700 -"251261",45316,62365 -"251262",45316,71842 -"251263",45316,71946 -"251264",45316,71994 -"251265",45316,82003 -"251266",45316,88659 -"251267",45317,45431 -"251268",45318,64409 -"251269",45318,74593 -"251270",45319,62407 -"251271",45319,71176 -"251272",45320,45575 -"251273",45320,54429 -"251274",45320,66869 -"251275",45320,81305 -"251276",45320,89895 -"251277",45320,89936 -"251278",45322,53721 -"251279",45322,66619 -"251280",45322,72323 -"251281",45322,80205 -"251282",45322,89779 -"251283",45323,46258 -"251284",45325,70999 -"251285",45325,100033 -"251286",45325,100940 -"251287",45325,111384 -"251288",45326,96472 -"251289",45327,78941 -"251290",45329,82298 -"251291",45332,45428 -"251292",45332,61288 -"251293",45332,99022 -"251294",45332,99281 -"251295",45332,99729 -"251296",45332,100207 -"251297",45332,108189 -"251298",45332,109795 -"251299",45333,45398 -"251300",45333,45401 -"251301",45333,52601 -"251302",45334,54124 -"251303",45334,88870 -"251304",45334,88874 -"251305",45334,96300 -"251306",45334,104017 -"251307",45335,48486 -"251308",45335,54895 -"251309",45335,79164 -"251310",45335,81602 -"251311",45335,101975 -"251312",45335,118176 -"251313",45336,75640 -"251314",45336,115604 -"251315",45337,45438 -"251316",45337,53743 -"251317",45337,100458 -"251318",45338,45339 -"251319",45338,45414 -"251320",45338,53462 -"251321",45339,45414 -"251322",45339,56780 -"251323",45339,68403 -"251324",45339,94784 -"251325",45340,63406 -"251326",45340,63434 -"251327",45340,63468 -"251328",45341,45342 -"251329",45341,84790 -"251330",45343,55764 -"251331",45343,65594 -"251332",45343,83215 -"251333",45343,87293 -"251334",45343,115858 -"251335",45343,115866 -"251336",45343,115871 -"251337",45345,63881 -"251338",45345,99922 -"251339",45345,102122 -"251340",45345,111163 -"251341",45346,45370 -"251342",45346,45387 -"251343",45346,45676 -"251344",45347,45420 -"251345",45347,45421 -"251346",45347,45422 -"251347",45347,64876 -"251348",45349,109533 -"251349",45351,45352 -"251350",45351,45561 -"251351",45352,45561 -"251352",45352,49046 -"251353",45352,49084 -"251354",45352,50236 -"251355",45352,58918 -"251356",45352,60141 -"251357",45352,63939 -"251358",45352,79082 -"251359",45352,86849 -"251360",45352,91184 -"251361",45352,91912 -"251362",45352,94671 -"251363",45352,101793 -"251364",45352,108528 -"251365",45352,120932 -"251366",45353,72214 -"251367",45354,53564 -"251368",45354,56625 -"251369",45354,58319 -"251370",45354,66161 -"251371",45354,67533 -"251372",45354,67577 -"251373",45354,68254 -"251374",45354,72548 -"251375",45354,86853 -"251376",45355,48872 -"251377",45355,49610 -"251378",45355,52873 -"251379",45355,52874 -"251380",45355,61691 -"251381",45355,94771 -"251382",45355,104364 -"251383",45355,111612 -"251384",45355,113453 -"251385",45356,100932 -"251386",45356,105272 -"251387",45357,46786 -"251388",45357,48173 -"251389",45357,49064 -"251390",45357,55829 -"251391",45357,61125 -"251392",45357,64468 -"251393",45357,64578 -"251394",45357,68500 -"251395",45357,78446 -"251396",45357,84346 -"251397",45357,84353 -"251398",45357,84509 -"251399",45357,96793 -"251400",45357,100672 -"251401",45357,107438 -"251402",45357,107457 -"251403",45358,46520 -"251404",45359,65289 -"251405",45360,61254 -"251406",45360,63152 -"251407",45360,87370 -"251408",45360,112888 -"251409",45360,120931 -"251410",45362,55898 -"251411",45362,65806 -"251412",45364,93576 -"251413",45366,107740 -"251414",45367,74690 -"251415",45368,48066 -"251416",45368,91469 -"251417",45369,45400 -"251418",45369,62687 -"251419",45369,62706 -"251420",45370,45387 -"251421",45370,45676 -"251422",45370,65949 -"251423",45370,69359 -"251424",45370,97917 -"251425",45371,45372 -"251426",45371,45439 -"251427",45372,45439 -"251428",45373,50323 -"251429",45373,69758 -"251430",45374,45922 -"251431",45374,49610 -"251432",45375,51198 -"251433",45375,58303 -"251434",45375,64252 -"251435",45378,50400 -"251436",45378,59156 -"251437",45378,68732 -"251438",45378,97282 -"251439",45378,97333 -"251440",45379,46275 -"251441",45379,47654 -"251442",45379,52633 -"251443",45379,80028 -"251444",45380,117855 -"251445",45382,49627 -"251446",45382,50077 -"251447",45382,50332 -"251448",45382,54745 -"251449",45382,55611 -"251450",45382,57902 -"251451",45382,59037 -"251452",45383,49435 -"251453",45383,62910 -"251454",45384,46549 -"251455",45384,51287 -"251456",45384,53901 -"251457",45384,55138 -"251458",45384,56200 -"251459",45384,70125 -"251460",45384,70130 -"251461",45384,70149 -"251462",45384,73523 -"251463",45384,99291 -"251464",45384,99635 -"251465",45384,103910 -"251466",45385,69680 -"251467",45385,79420 -"251468",45385,116222 -"251469",45386,64329 -"251470",45386,86832 -"251471",45386,96140 -"251472",45386,96291 -"251473",45386,115747 -"251474",45386,117847 -"251475",45386,118303 -"251476",45386,118304 -"251477",45386,118312 -"251478",45386,118314 -"251479",45387,45676 -"251480",45387,107273 -"251481",45388,92256 -"251482",45388,110955 -"251483",45388,111198 -"251484",45388,112181 -"251485",45390,115537 -"251486",45391,47064 -"251487",45391,50774 -"251488",45391,58315 -"251489",45391,59461 -"251490",45391,65475 -"251491",45391,65476 -"251492",45391,65499 -"251493",45391,65535 -"251494",45391,72373 -"251495",45391,87837 -"251496",45391,94940 -"251497",45393,45807 -"251498",45393,47181 -"251499",45393,53617 -"251500",45394,62847 -"251501",45394,67866 -"251502",45394,75133 -"251503",45395,49841 -"251504",45395,54746 -"251505",45395,54754 -"251506",45395,69347 -"251507",45396,55234 -"251508",45396,55269 -"251509",45397,57058 -"251510",45397,58855 -"251511",45397,74575 -"251512",45397,75025 -"251513",45397,90824 -"251514",45397,96336 -"251515",45397,100607 -"251516",45397,101067 -"251517",45397,101484 -"251518",45398,45401 -"251519",45399,60524 -"251520",45401,47004 -"251521",45401,67898 -"251522",45401,96825 -"251523",45402,69390 -"251524",45403,46177 -"251525",45403,51843 -"251526",45403,52372 -"251527",45403,53756 -"251528",45403,78980 -"251529",45403,79000 -"251530",45403,93312 -"251531",45403,104104 -"251532",45403,115495 -"251533",45405,45467 -"251534",45405,72434 -"251535",45405,120805 -"251536",45406,45517 -"251537",45406,58137 -"251538",45406,61131 -"251539",45407,46195 -"251540",45407,79075 -"251541",45407,79089 -"251542",45407,79131 -"251543",45408,45563 -"251544",45408,69215 -"251545",45408,99191 -"251546",45408,105262 -"251547",45408,107410 -"251548",45408,108872 -"251549",45408,111156 -"251550",45408,114895 -"251551",45409,47356 -"251552",45410,47783 -"251553",45410,47835 -"251554",45410,47910 -"251555",45410,47943 -"251556",45410,86050 -"251557",45410,86123 -"251558",45411,104140 -"251559",45412,64475 -"251560",45412,64483 -"251561",45413,92572 -"251562",45413,115943 -"251563",45414,53462 -"251564",45417,48901 -"251565",45417,56689 -"251566",45417,64482 -"251567",45418,45917 -"251568",45418,55668 -"251569",45418,62072 -"251570",45418,63824 -"251571",45418,113509 -"251572",45418,113511 -"251573",45420,45421 -"251574",45420,45422 -"251575",45421,45422 -"251576",45421,66594 -"251577",45424,76840 -"251578",45424,108157 -"251579",45425,70180 -"251580",45427,59429 -"251581",45427,78573 -"251582",45429,87269 -"251583",45430,84094 -"251584",45430,103443 -"251585",45430,106597 -"251586",45431,67992 -"251587",45433,48847 -"251588",45433,48912 -"251589",45434,60170 -"251590",45434,61614 -"251591",45434,61637 -"251592",45435,53356 -"251593",45435,62553 -"251594",45435,66019 -"251595",45435,75420 -"251596",45435,83483 -"251597",45435,112220 -"251598",45438,53743 -"251599",45438,55000 -"251600",45440,56491 -"251601",45440,66007 -"251602",45440,74378 -"251603",45440,92537 -"251604",45440,94574 -"251605",45441,51331 -"251606",45441,61102 -"251607",45441,72188 -"251608",45441,72202 -"251609",45441,83366 -"251610",45441,92609 -"251611",45442,109320 -"251612",45443,46951 -"251613",45443,53128 -"251614",45443,59039 -"251615",45443,60117 -"251616",45443,63878 -"251617",45443,69335 -"251618",45443,71624 -"251619",45443,71962 -"251620",45443,76807 -"251621",45443,78548 -"251622",45443,80840 -"251623",45443,82744 -"251624",45443,93208 -"251625",45443,96048 -"251626",45443,100513 -"251627",45443,103826 -"251628",45443,113610 -"251629",45443,117098 -"251630",45444,45632 -"251631",45444,47424 -"251632",45444,47529 -"251633",45444,50257 -"251634",45444,50746 -"251635",45444,51330 -"251636",45444,59622 -"251637",45444,60848 -"251638",45445,45446 -"251639",45445,45482 -"251640",45445,45491 -"251641",45445,45500 -"251642",45445,45519 -"251643",45445,45544 -"251644",45446,45482 -"251645",45446,45491 -"251646",45446,45500 -"251647",45446,45519 -"251648",45446,45544 -"251649",45446,47039 -"251650",45446,51232 -"251651",45446,88101 -"251652",45446,92338 -"251653",45446,92349 -"251654",45446,92360 -"251655",45446,92376 -"251656",45446,92388 -"251657",45446,92391 -"251658",45447,57084 -"251659",45448,45606 -"251660",45449,45450 -"251661",45449,45485 -"251662",45449,45562 -"251663",45449,47818 -"251664",45449,47819 -"251665",45449,47823 -"251666",45449,48781 -"251667",45449,48931 -"251668",45449,49401 -"251669",45449,49930 -"251670",45449,66852 -"251671",45449,71003 -"251672",45449,79639 -"251673",45449,81622 -"251674",45449,84098 -"251675",45449,84576 -"251676",45449,86214 -"251677",45449,90852 -"251678",45449,100084 -"251679",45449,100359 -"251680",45450,45485 -"251681",45450,45562 -"251682",45450,48254 -"251683",45450,48781 -"251684",45450,54978 -"251685",45450,68236 -"251686",45450,70596 -"251687",45450,86195 -"251688",45450,86223 -"251689",45450,86230 -"251690",45450,100359 -"251691",45451,45527 -"251692",45451,64856 -"251693",45453,91999 -"251694",45455,46530 -"251695",45455,46848 -"251696",45455,51448 -"251697",45455,57200 -"251698",45455,58168 -"251699",45455,72241 -"251700",45455,75824 -"251701",45455,83191 -"251702",45455,83193 -"251703",45455,96483 -"251704",45455,104659 -"251705",45455,104927 -"251706",45456,48498 -"251707",45458,121684 -"251708",45459,84220 -"251709",45460,45991 -"251710",45461,47534 -"251711",45461,56260 -"251712",45461,56343 -"251713",45461,63047 -"251714",45462,48352 -"251715",45462,48379 -"251716",45462,76570 -"251717",45463,60374 -"251718",45463,89458 -"251719",45463,96188 -"251720",45463,96197 -"251721",45464,45536 -"251722",45464,45546 -"251723",45465,46053 -"251724",45465,87081 -"251725",45465,103367 -"251726",45465,120641 -"251727",45466,61125 -"251728",45466,90753 -"251729",45467,58736 -"251730",45468,54948 -"251731",45469,45780 -"251732",45469,68104 -"251733",45470,45509 -"251734",45471,45540 -"251735",45471,45580 -"251736",45471,45587 -"251737",45472,116643 -"251738",45474,45899 -"251739",45474,55030 -"251740",45474,58764 -"251741",45474,60435 -"251742",45474,62975 -"251743",45474,66944 -"251744",45474,68010 -"251745",45474,68213 -"251746",45474,91435 -"251747",45476,45566 -"251748",45477,45598 -"251749",45477,106787 -"251750",45478,51976 -"251751",45480,45507 -"251752",45480,59039 -"251753",45480,60434 -"251754",45480,61791 -"251755",45480,63281 -"251756",45480,67101 -"251757",45480,76314 -"251758",45480,112280 -"251759",45480,112281 -"251760",45480,113057 -"251761",45480,114860 -"251762",45480,119566 -"251763",45482,45491 -"251764",45482,45500 -"251765",45482,45519 -"251766",45482,45544 -"251767",45483,101283 -"251768",45483,101380 -"251769",45483,115996 -"251770",45483,119896 -"251771",45484,78356 -"251772",45485,45562 -"251773",45485,48254 -"251774",45485,48781 -"251775",45485,68419 -"251776",45486,59514 -"251777",45487,45641 -"251778",45487,47827 -"251779",45487,79504 -"251780",45487,80728 -"251781",45487,95443 -"251782",45488,45642 -"251783",45489,67221 -"251784",45489,68470 -"251785",45489,114537 -"251786",45490,45599 -"251787",45490,45620 -"251788",45490,61603 -"251789",45490,63199 -"251790",45491,45500 -"251791",45491,45519 -"251792",45491,45544 -"251793",45492,58733 -"251794",45492,61664 -"251795",45493,46176 -"251796",45493,46216 -"251797",45494,51306 -"251798",45494,73748 -"251799",45494,77616 -"251800",45494,77950 -"251801",45494,93521 -"251802",45494,118463 -"251803",45495,109186 -"251804",45496,52096 -"251805",45496,62933 -"251806",45496,118662 -"251807",45498,45583 -"251808",45499,57205 -"251809",45499,59467 -"251810",45500,45519 -"251811",45500,45544 -"251812",45501,68001 -"251813",45501,102472 -"251814",45503,45749 -"251815",45503,46107 -"251816",45503,61326 -"251817",45503,70928 -"251818",45503,76126 -"251819",45503,76564 -"251820",45503,86597 -"251821",45504,46627 -"251822",45504,49543 -"251823",45505,104822 -"251824",45506,46071 -"251825",45506,49424 -"251826",45506,51299 -"251827",45506,52924 -"251828",45506,55011 -"251829",45506,71479 -"251830",45506,71693 -"251831",45506,74730 -"251832",45506,76905 -"251833",45506,78032 -"251834",45506,84434 -"251835",45506,92817 -"251836",45506,94653 -"251837",45506,98406 -"251838",45506,102881 -"251839",45506,109829 -"251840",45506,110250 -"251841",45506,110343 -"251842",45506,112480 -"251843",45506,122076 -"251844",45507,61791 -"251845",45511,83893 -"251846",45511,99210 -"251847",45511,121428 -"251848",45512,49343 -"251849",45512,73637 -"251850",45512,91177 -"251851",45512,94918 -"251852",45512,94948 -"251853",45513,62908 -"251854",45514,45556 -"251855",45514,56347 -"251856",45515,51693 -"251857",45515,69934 -"251858",45515,79461 -"251859",45515,86109 -"251860",45516,45585 -"251861",45516,45609 -"251862",45516,66442 -"251863",45518,50072 -"251864",45519,45544 -"251865",45520,46624 -"251866",45520,46786 -"251867",45520,51013 -"251868",45520,86533 -"251869",45521,65631 -"251870",45522,56378 -"251871",45522,62298 -"251872",45522,63756 -"251873",45522,63858 -"251874",45525,46018 -"251875",45525,58803 -"251876",45525,121462 -"251877",45525,122751 -"251878",45526,70730 -"251879",45528,47270 -"251880",45528,47324 -"251881",45528,47333 -"251882",45528,60630 -"251883",45528,60702 -"251884",45529,99933 -"251885",45530,100386 -"251886",45531,64503 -"251887",45531,82765 -"251888",45531,118013 -"251889",45532,45869 -"251890",45532,47113 -"251891",45532,47610 -"251892",45532,49064 -"251893",45532,49776 -"251894",45532,57478 -"251895",45532,64468 -"251896",45532,72520 -"251897",45532,75628 -"251898",45532,79422 -"251899",45532,80624 -"251900",45532,108804 -"251901",45532,111339 -"251902",45533,52430 -"251903",45533,55763 -"251904",45533,56223 -"251905",45533,60114 -"251906",45533,60278 -"251907",45533,61408 -"251908",45533,61441 -"251909",45533,61467 -"251910",45533,61474 -"251911",45534,46221 -"251912",45534,64540 -"251913",45535,48552 -"251914",45536,45546 -"251915",45536,120754 -"251916",45537,80950 -"251917",45537,91319 -"251918",45537,95338 -"251919",45537,105291 -"251920",45537,119384 -"251921",45537,119412 -"251922",45537,119421 -"251923",45538,62057 -"251924",45538,62065 -"251925",45538,62087 -"251926",45539,46346 -"251927",45539,104925 -"251928",45540,45580 -"251929",45540,45587 -"251930",45541,70858 -"251931",45541,76603 -"251932",45541,83048 -"251933",45541,90592 -"251934",45541,92508 -"251935",45541,106556 -"251936",45543,48550 -"251937",45543,63622 -"251938",45543,92328 -"251939",45545,45794 -"251940",45545,51103 -"251941",45545,66756 -"251942",45545,74159 -"251943",45545,78400 -"251944",45545,88457 -"251945",45545,92017 -"251946",45545,104266 -"251947",45548,103167 -"251948",45549,65584 -"251949",45550,94500 -"251950",45551,45671 -"251951",45554,69139 -"251952",45555,45955 -"251953",45555,65510 -"251954",45555,75896 -"251955",45555,113870 -"251956",45555,119101 -"251957",45555,119102 -"251958",45556,76080 -"251959",45556,76115 -"251960",45558,51592 -"251961",45558,59767 -"251962",45558,62178 -"251963",45559,54631 -"251964",45559,83129 -"251965",45560,46438 -"251966",45560,70296 -"251967",45561,46062 -"251968",45561,47206 -"251969",45561,56232 -"251970",45561,60924 -"251971",45561,78241 -"251972",45562,55018 -"251973",45562,69885 -"251974",45562,77012 -"251975",45562,84098 -"251976",45562,86214 -"251977",45562,87848 -"251978",45562,89520 -"251979",45562,100359 -"251980",45562,101735 -"251981",45562,104452 -"251982",45562,116771 -"251983",45563,69215 -"251984",45563,99191 -"251985",45563,105262 -"251986",45563,107410 -"251987",45563,108872 -"251988",45563,111156 -"251989",45563,114895 -"251990",45564,76927 -"251991",45564,110625 -"251992",45566,77203 -"251993",45567,45578 -"251994",45567,49441 -"251995",45567,49604 -"251996",45567,49605 -"251997",45567,49617 -"251998",45567,49629 -"251999",45567,49633 -"252000",45567,49634 -"252001",45567,49637 -"252002",45567,49638 -"252003",45567,49639 -"252004",45567,49648 -"252005",45567,49656 -"252006",45567,49659 -"252007",45567,49669 -"252008",45567,49670 -"252009",45567,49676 -"252010",45567,49684 -"252011",45567,49685 -"252012",45567,49686 -"252013",45567,49687 -"252014",45567,49702 -"252015",45567,49704 -"252016",45567,49705 -"252017",45567,49706 -"252018",45567,49721 -"252019",45567,49732 -"252020",45567,49735 -"252021",45567,49736 -"252022",45567,49740 -"252023",45567,49750 -"252024",45567,49852 -"252025",45567,64531 -"252026",45568,50854 -"252027",45569,70264 -"252028",45571,62004 -"252029",45571,76093 -"252030",45574,45612 -"252031",45574,98248 -"252032",45576,53681 -"252033",45576,68919 -"252034",45576,90860 -"252035",45579,55748 -"252036",45579,69920 -"252037",45579,94212 -"252038",45579,105055 -"252039",45580,45587 -"252040",45580,48467 -"252041",45580,50022 -"252042",45580,50873 -"252043",45580,50874 -"252044",45580,50875 -"252045",45580,50876 -"252046",45580,50944 -"252047",45580,50945 -"252048",45580,50985 -"252049",45580,50986 -"252050",45580,50993 -"252051",45580,50994 -"252052",45581,54648 -"252053",45581,102774 -"252054",45582,45628 -"252055",45582,100374 -"252056",45582,100428 -"252057",45583,53046 -"252058",45583,53103 -"252059",45583,69425 -"252060",45583,109440 -"252061",45584,109747 -"252062",45584,123119 -"252063",45585,45609 -"252064",45586,45596 -"252065",45586,46683 -"252066",45586,60872 -"252067",45586,82673 -"252068",45586,105772 -"252069",45586,105810 -"252070",45587,48995 -"252071",45588,99211 -"252072",45588,111867 -"252073",45588,113400 -"252074",45591,45801 -"252075",45591,47168 -"252076",45591,54122 -"252077",45591,64907 -"252078",45591,73887 -"252079",45591,75929 -"252080",45591,97692 -"252081",45591,103297 -"252082",45591,106376 -"252083",45591,106955 -"252084",45591,118256 -"252085",45591,119958 -"252086",45592,46322 -"252087",45592,64929 -"252088",45593,48906 -"252089",45593,60066 -"252090",45593,76396 -"252091",45593,76900 -"252092",45593,93379 -"252093",45594,62758 -"252094",45595,65331 -"252095",45595,95452 -"252096",45596,48357 -"252097",45596,50380 -"252098",45596,51396 -"252099",45596,58035 -"252100",45596,60714 -"252101",45596,64031 -"252102",45596,67434 -"252103",45596,78875 -"252104",45596,79766 -"252105",45596,80172 -"252106",45596,80471 -"252107",45596,82203 -"252108",45596,91533 -"252109",45596,101783 -"252110",45596,109319 -"252111",45596,111888 -"252112",45597,100799 -"252113",45598,83018 -"252114",45599,45620 -"252115",45600,101625 -"252116",45601,50212 -"252117",45602,45674 -"252118",45602,47138 -"252119",45603,71806 -"252120",45603,120155 -"252121",45603,120186 -"252122",45605,60637 -"252123",45606,57458 -"252124",45606,61494 -"252125",45607,47907 -"252126",45607,51399 -"252127",45607,55675 -"252128",45607,61287 -"252129",45607,97882 -"252130",45607,98485 -"252131",45607,109742 -"252132",45608,49194 -"252133",45608,56766 -"252134",45609,58698 -"252135",45609,70332 -"252136",45609,70376 -"252137",45611,49084 -"252138",45611,72326 -"252139",45611,77839 -"252140",45613,45644 -"252141",45614,62935 -"252142",45614,98808 -"252143",45614,122770 -"252144",45615,51297 -"252145",45616,45618 -"252146",45616,45626 -"252147",45616,45650 -"252148",45616,45659 -"252149",45616,45691 -"252150",45616,48286 -"252151",45616,72694 -"252152",45616,107380 -"252153",45617,56317 -"252154",45617,81588 -"252155",45617,85821 -"252156",45617,89097 -"252157",45617,101999 -"252158",45618,45626 -"252159",45618,45650 -"252160",45618,45659 -"252161",45618,45691 -"252162",45618,48286 -"252163",45619,71445 -"252164",45619,88163 -"252165",45619,106240 -"252166",45619,115234 -"252167",45620,45829 -"252168",45622,97902 -"252169",45622,100573 -"252170",45622,103083 -"252171",45622,106259 -"252172",45622,110091 -"252173",45622,110106 -"252174",45622,110734 -"252175",45623,45740 -"252176",45623,45785 -"252177",45623,50321 -"252178",45623,58567 -"252179",45623,79740 -"252180",45623,83742 -"252181",45623,95084 -"252182",45623,104982 -"252183",45624,48345 -"252184",45624,75642 -"252185",45624,84266 -"252186",45624,96975 -"252187",45624,113605 -"252188",45624,113612 -"252189",45625,101474 -"252190",45625,101483 -"252191",45626,45650 -"252192",45626,45659 -"252193",45626,45691 -"252194",45626,48101 -"252195",45626,48286 -"252196",45626,49997 -"252197",45626,52464 -"252198",45626,52858 -"252199",45626,69782 -"252200",45626,69832 -"252201",45626,77771 -"252202",45626,107338 -"252203",45626,107566 -"252204",45626,109787 -"252205",45626,123196 -"252206",45627,79373 -"252207",45628,53699 -"252208",45628,55391 -"252209",45628,75700 -"252210",45628,86386 -"252211",45629,49196 -"252212",45629,68147 -"252213",45629,69808 -"252214",45629,74366 -"252215",45629,80963 -"252216",45629,81210 -"252217",45629,98183 -"252218",45630,59100 -"252219",45630,78650 -"252220",45630,115498 -"252221",45631,49613 -"252222",45632,71151 -"252223",45632,71182 -"252224",45632,71853 -"252225",45632,73447 -"252226",45632,73589 -"252227",45633,48932 -"252228",45633,49144 -"252229",45633,50398 -"252230",45633,52657 -"252231",45633,65162 -"252232",45633,65691 -"252233",45633,80425 -"252234",45633,84682 -"252235",45633,90668 -"252236",45633,90884 -"252237",45633,101337 -"252238",45633,105699 -"252239",45633,107334 -"252240",45633,122726 -"252241",45634,52543 -"252242",45634,58709 -"252243",45634,58765 -"252244",45634,58918 -"252245",45634,58948 -"252246",45634,62053 -"252247",45634,66586 -"252248",45634,71201 -"252249",45634,72527 -"252250",45634,72603 -"252251",45635,82898 -"252252",45635,88037 -"252253",45638,60898 -"252254",45638,61776 -"252255",45638,76326 -"252256",45638,76522 -"252257",45638,96909 -"252258",45639,77503 -"252259",45639,91822 -"252260",45639,97968 -"252261",45639,98007 -"252262",45639,98033 -"252263",45639,98038 -"252264",45640,49475 -"252265",45640,64419 -"252266",45640,77756 -"252267",45640,83878 -"252268",45640,85677 -"252269",45640,95686 -"252270",45642,45965 -"252271",45642,68203 -"252272",45642,70106 -"252273",45642,73307 -"252274",45642,75532 -"252275",45643,81686 -"252276",45644,83983 -"252277",45644,84312 -"252278",45644,87054 -"252279",45644,87870 -"252280",45644,101590 -"252281",45644,103011 -"252282",45644,109244 -"252283",45644,109445 -"252284",45644,109449 -"252285",45644,109450 -"252286",45644,109457 -"252287",45645,52119 -"252288",45646,61497 -"252289",45646,79954 -"252290",45647,45694 -"252291",45647,45695 -"252292",45647,45698 -"252293",45647,49044 -"252294",45647,65998 -"252295",45647,66416 -"252296",45647,101461 -"252297",45647,120677 -"252298",45647,120727 -"252299",45648,86612 -"252300",45648,86620 -"252301",45649,52193 -"252302",45649,57701 -"252303",45650,45659 -"252304",45650,45691 -"252305",45650,45977 -"252306",45650,48286 -"252307",45650,74061 -"252308",45650,74920 -"252309",45651,45658 -"252310",45651,93904 -"252311",45652,52515 -"252312",45652,58393 -"252313",45652,59716 -"252314",45652,60084 -"252315",45652,61042 -"252316",45652,62776 -"252317",45652,63017 -"252318",45652,65314 -"252319",45654,55740 -"252320",45655,95880 -"252321",45656,69892 -"252322",45656,107790 -"252323",45657,45933 -"252324",45657,46434 -"252325",45657,46788 -"252326",45657,47123 -"252327",45657,47488 -"252328",45657,48909 -"252329",45657,49859 -"252330",45657,50064 -"252331",45657,50067 -"252332",45657,50554 -"252333",45657,50879 -"252334",45657,51783 -"252335",45657,52018 -"252336",45657,53444 -"252337",45657,53527 -"252338",45657,53555 -"252339",45657,54275 -"252340",45657,56628 -"252341",45657,58004 -"252342",45657,58068 -"252343",45657,58270 -"252344",45657,58633 -"252345",45657,61111 -"252346",45657,61127 -"252347",45657,67762 -"252348",45657,68287 -"252349",45657,69416 -"252350",45657,115349 -"252351",45658,63447 -"252352",45658,63809 -"252353",45658,76767 -"252354",45658,89850 -"252355",45658,101895 -"252356",45658,101907 -"252357",45659,45691 -"252358",45659,48286 -"252359",45659,50977 -"252360",45662,56913 -"252361",45662,57181 -"252362",45664,45727 -"252363",45664,62193 -"252364",45664,63490 -"252365",45664,76639 -"252366",45664,76640 -"252367",45664,77040 -"252368",45664,77055 -"252369",45664,77057 -"252370",45664,77066 -"252371",45664,77095 -"252372",45664,77096 -"252373",45664,77101 -"252374",45664,77102 -"252375",45664,77103 -"252376",45664,77106 -"252377",45664,80942 -"252378",45664,88723 -"252379",45666,58033 -"252380",45666,58369 -"252381",45666,90731 -"252382",45666,107685 -"252383",45667,50334 -"252384",45671,51564 -"252385",45671,68399 -"252386",45671,93313 -"252387",45671,102173 -"252388",45671,102174 -"252389",45672,96445 -"252390",45673,94758 -"252391",45673,102464 -"252392",45673,109045 -"252393",45673,115661 -"252394",45674,47138 -"252395",45675,62684 -"252396",45677,45951 -"252397",45677,47767 -"252398",45677,69429 -"252399",45677,86925 -"252400",45677,91254 -"252401",45677,95425 -"252402",45678,67614 -"252403",45678,85823 -"252404",45678,93056 -"252405",45678,98374 -"252406",45679,58848 -"252407",45680,82562 -"252408",45680,83781 -"252409",45680,115832 -"252410",45681,52659 -"252411",45681,60414 -"252412",45681,66338 -"252413",45681,68830 -"252414",45682,59504 -"252415",45682,64108 -"252416",45682,70400 -"252417",45682,73905 -"252418",45682,73987 -"252419",45682,77362 -"252420",45682,85683 -"252421",45682,93802 -"252422",45682,110750 -"252423",45683,82617 -"252424",45684,46166 -"252425",45684,46173 -"252426",45684,46196 -"252427",45684,46251 -"252428",45684,46260 -"252429",45684,56348 -"252430",45684,57246 -"252431",45684,57414 -"252432",45684,65972 -"252433",45684,79171 -"252434",45684,89105 -"252435",45684,89114 -"252436",45684,94480 -"252437",45684,95321 -"252438",45684,96828 -"252439",45685,47013 -"252440",45685,54731 -"252441",45685,57117 -"252442",45685,58022 -"252443",45685,59815 -"252444",45685,62991 -"252445",45685,63126 -"252446",45685,63143 -"252447",45685,63287 -"252448",45685,63344 -"252449",45685,65249 -"252450",45685,65402 -"252451",45685,73923 -"252452",45685,74399 -"252453",45685,78715 -"252454",45685,86450 -"252455",45685,95690 -"252456",45685,108368 -"252457",45686,50946 -"252458",45687,121030 -"252459",45688,59348 -"252460",45688,63060 -"252461",45688,63269 -"252462",45688,73915 -"252463",45688,83133 -"252464",45688,86746 -"252465",45688,88274 -"252466",45688,94399 -"252467",45688,101141 -"252468",45688,101153 -"252469",45688,108571 -"252470",45691,48286 -"252471",45691,48953 -"252472",45691,50631 -"252473",45691,51067 -"252474",45692,58248 -"252475",45692,67897 -"252476",45693,49982 -"252477",45693,55406 -"252478",45693,82639 -"252479",45693,86686 -"252480",45693,89720 -"252481",45694,45695 -"252482",45694,45698 -"252483",45695,45698 -"252484",45696,47973 -"252485",45696,50425 -"252486",45696,57253 -"252487",45696,66261 -"252488",45696,68457 -"252489",45696,69198 -"252490",45696,77565 -"252491",45696,78974 -"252492",45696,86023 -"252493",45696,87813 -"252494",45696,88773 -"252495",45696,90993 -"252496",45696,90994 -"252497",45696,92417 -"252498",45696,100319 -"252499",45696,101250 -"252500",45696,101462 -"252501",45696,109885 -"252502",45696,110742 -"252503",45696,112606 -"252504",45696,116142 -"252505",45696,116150 -"252506",45696,116151 -"252507",45696,116152 -"252508",45696,116155 -"252509",45696,116159 -"252510",45696,116163 -"252511",45696,116165 -"252512",45696,116166 -"252513",45696,116171 -"252514",45696,116677 -"252515",45696,116678 -"252516",45697,60470 -"252517",45697,63131 -"252518",45697,65351 -"252519",45697,65353 -"252520",45699,77335 -"252521",45699,89366 -"252522",45699,89377 -"252523",45699,103919 -"252524",45699,107880 -"252525",45700,104870 -"252526",45702,46188 -"252527",45702,55073 -"252528",45702,62359 -"252529",45702,75874 -"252530",45704,71623 -"252531",45704,90337 -"252532",45704,106392 -"252533",45705,59308 -"252534",45705,81857 -"252535",45705,81872 -"252536",45706,99110 -"252537",45708,50573 -"252538",45708,54398 -"252539",45708,65173 -"252540",45708,71928 -"252541",45709,47688 -"252542",45709,50102 -"252543",45709,57783 -"252544",45709,59646 -"252545",45709,65800 -"252546",45709,67564 -"252547",45709,69362 -"252548",45709,71693 -"252549",45709,76590 -"252550",45709,86600 -"252551",45709,88782 -"252552",45709,89310 -"252553",45709,92517 -"252554",45709,94249 -"252555",45709,100140 -"252556",45709,101803 -"252557",45709,105198 -"252558",45709,110250 -"252559",45709,122588 -"252560",45709,122819 -"252561",45709,122852 -"252562",45709,122861 -"252563",45709,122863 -"252564",45709,122864 -"252565",45709,123173 -"252566",45710,69169 -"252567",45711,76741 -"252568",45711,96593 -"252569",45712,75560 -"252570",45714,58292 -"252571",45714,61717 -"252572",45714,86562 -"252573",45715,80649 -"252574",45715,88860 -"252575",45715,106939 -"252576",45715,109383 -"252577",45715,111049 -"252578",45715,119428 -"252579",45716,45836 -"252580",45716,45838 -"252581",45716,45845 -"252582",45716,52954 -"252583",45717,45840 -"252584",45718,45844 -"252585",45719,99362 -"252586",45719,101468 -"252587",45720,107357 -"252588",45721,86271 -"252589",45721,94519 -"252590",45721,114512 -"252591",45722,57468 -"252592",45722,57671 -"252593",45722,64181 -"252594",45722,64997 -"252595",45722,80065 -"252596",45722,82787 -"252597",45722,107107 -"252598",45723,76367 -"252599",45724,45796 -"252600",45724,70195 -"252601",45725,53165 -"252602",45725,105796 -"252603",45726,52626 -"252604",45726,61661 -"252605",45726,63493 -"252606",45726,63518 -"252607",45726,73138 -"252608",45726,75271 -"252609",45726,75763 -"252610",45726,76047 -"252611",45726,78487 -"252612",45726,81474 -"252613",45726,88046 -"252614",45726,88309 -"252615",45726,89887 -"252616",45726,90265 -"252617",45726,91779 -"252618",45726,102535 -"252619",45726,106275 -"252620",45726,106280 -"252621",45726,109506 -"252622",45726,111576 -"252623",45727,48521 -"252624",45727,49733 -"252625",45727,51536 -"252626",45727,52348 -"252627",45727,58319 -"252628",45727,65952 -"252629",45727,74183 -"252630",45727,75039 -"252631",45727,76128 -"252632",45727,78966 -"252633",45727,79313 -"252634",45727,80458 -"252635",45727,80616 -"252636",45727,80655 -"252637",45727,81239 -"252638",45727,88583 -"252639",45727,89775 -"252640",45727,90501 -"252641",45727,92785 -"252642",45727,94737 -"252643",45727,96576 -"252644",45727,105722 -"252645",45727,110926 -"252646",45727,114054 -"252647",45727,118164 -"252648",45729,46261 -"252649",45729,46819 -"252650",45729,57647 -"252651",45730,45760 -"252652",45730,47218 -"252653",45730,77397 -"252654",45730,80088 -"252655",45730,84294 -"252656",45730,88297 -"252657",45730,91083 -"252658",45730,101534 -"252659",45730,110998 -"252660",45730,111048 -"252661",45730,111067 -"252662",45732,46404 -"252663",45732,50932 -"252664",45732,57758 -"252665",45733,51132 -"252666",45733,53650 -"252667",45733,60672 -"252668",45733,60724 -"252669",45733,61213 -"252670",45733,68488 -"252671",45733,69273 -"252672",45733,114936 -"252673",45734,94132 -"252674",45734,94573 -"252675",45734,102453 -"252676",45735,77505 -"252677",45736,63862 -"252678",45737,78425 -"252679",45738,52553 -"252680",45740,45785 -"252681",45742,55067 -"252682",45742,69786 -"252683",45744,49927 -"252684",45744,58702 -"252685",45744,58822 -"252686",45745,81007 -"252687",45745,82863 -"252688",45745,90010 -"252689",45745,99492 -"252690",45745,101312 -"252691",45745,101316 -"252692",45745,101357 -"252693",45745,101521 -"252694",45745,101538 -"252695",45745,101556 -"252696",45745,116528 -"252697",45746,57568 -"252698",45747,74907 -"252699",45747,112908 -"252700",45747,115895 -"252701",45747,121490 -"252702",45749,46107 -"252703",45749,58061 -"252704",45749,59218 -"252705",45749,61413 -"252706",45749,63757 -"252707",45749,67068 -"252708",45749,70928 -"252709",45749,82341 -"252710",45749,85882 -"252711",45749,86597 -"252712",45749,91403 -"252713",45749,92269 -"252714",45749,92297 -"252715",45752,64265 -"252716",45752,72884 -"252717",45752,111923 -"252718",45752,111991 -"252719",45753,61329 -"252720",45753,66200 -"252721",45753,68278 -"252722",45753,106299 -"252723",45753,114274 -"252724",45754,74088 -"252725",45754,107834 -"252726",45755,45813 -"252727",45756,46335 -"252728",45756,46366 -"252729",45756,46400 -"252730",45757,80477 -"252731",45757,80930 -"252732",45757,103668 -"252733",45758,96954 -"252734",45758,111774 -"252735",45759,46741 -"252736",45759,54631 -"252737",45759,109359 -"252738",45759,113773 -"252739",45759,114028 -"252740",45760,48078 -"252741",45760,52109 -"252742",45760,56783 -"252743",45760,60031 -"252744",45760,73981 -"252745",45760,77397 -"252746",45760,100378 -"252747",45760,114328 -"252748",45761,57419 -"252749",45762,51791 -"252750",45762,55281 -"252751",45762,55940 -"252752",45763,51512 -"252753",45763,53964 -"252754",45763,54314 -"252755",45763,61633 -"252756",45763,63569 -"252757",45763,88413 -"252758",45763,94922 -"252759",45763,102147 -"252760",45763,102148 -"252761",45763,103392 -"252762",45764,55862 -"252763",45765,46187 -"252764",45765,77170 -"252765",45765,78694 -"252766",45765,90357 -"252767",45765,93717 -"252768",45765,97387 -"252769",45765,97407 -"252770",45765,97411 -"252771",45765,97413 -"252772",45766,51375 -"252773",45766,55824 -"252774",45766,56817 -"252775",45766,56935 -"252776",45766,72681 -"252777",45766,72690 -"252778",45766,79066 -"252779",45766,97719 -"252780",45767,114709 -"252781",45768,78304 -"252782",45769,67222 -"252783",45769,101487 -"252784",45769,104460 -"252785",45771,55524 -"252786",45771,55838 -"252787",45771,82584 -"252788",45771,96541 -"252789",45771,99308 -"252790",45771,99554 -"252791",45771,110654 -"252792",45771,116889 -"252793",45771,120262 -"252794",45771,121803 -"252795",45772,84253 -"252796",45773,57239 -"252797",45774,103889 -"252798",45775,71354 -"252799",45775,71360 -"252800",45775,71368 -"252801",45776,60770 -"252802",45776,91308 -"252803",45777,116905 -"252804",45777,116918 -"252805",45778,57038 -"252806",45778,61693 -"252807",45778,115927 -"252808",45778,115938 -"252809",45779,53617 -"252810",45781,48094 -"252811",45782,71482 -"252812",45783,46432 -"252813",45783,78615 -"252814",45783,78661 -"252815",45783,93026 -"252816",45783,104889 -"252817",45784,45797 -"252818",45786,48650 -"252819",45787,47083 -"252820",45787,47305 -"252821",45787,49231 -"252822",45787,49257 -"252823",45787,50061 -"252824",45787,52450 -"252825",45787,54059 -"252826",45787,55370 -"252827",45787,57804 -"252828",45787,59615 -"252829",45787,59940 -"252830",45787,67363 -"252831",45787,71230 -"252832",45787,76278 -"252833",45787,76740 -"252834",45787,76786 -"252835",45787,77272 -"252836",45787,77357 -"252837",45787,77402 -"252838",45787,78248 -"252839",45787,78255 -"252840",45787,78339 -"252841",45787,78445 -"252842",45787,79022 -"252843",45787,79716 -"252844",45787,79989 -"252845",45787,80281 -"252846",45787,81728 -"252847",45787,82196 -"252848",45787,82383 -"252849",45787,82810 -"252850",45787,82854 -"252851",45787,83853 -"252852",45787,83884 -"252853",45787,84379 -"252854",45787,84613 -"252855",45787,85465 -"252856",45787,85610 -"252857",45787,86351 -"252858",45787,86451 -"252859",45787,86882 -"252860",45787,87175 -"252861",45787,87451 -"252862",45787,87521 -"252863",45787,87572 -"252864",45787,87663 -"252865",45787,87721 -"252866",45787,87862 -"252867",45788,61998 -"252868",45790,53150 -"252869",45790,109697 -"252870",45791,45821 -"252871",45792,50813 -"252872",45792,50936 -"252873",45793,51193 -"252874",45793,68809 -"252875",45793,88917 -"252876",45794,51103 -"252877",45794,59544 -"252878",45794,65151 -"252879",45794,75941 -"252880",45794,76816 -"252881",45794,78400 -"252882",45794,88457 -"252883",45794,92017 -"252884",45794,97278 -"252885",45795,63220 -"252886",45797,65726 -"252887",45798,77259 -"252888",45799,51844 -"252889",45799,52950 -"252890",45799,57443 -"252891",45799,67836 -"252892",45799,76520 -"252893",45799,76600 -"252894",45799,76626 -"252895",45799,77752 -"252896",45799,102628 -"252897",45799,102728 -"252898",45800,85539 -"252899",45800,102972 -"252900",45801,48821 -"252901",45801,52680 -"252902",45801,54122 -"252903",45801,55482 -"252904",45801,55829 -"252905",45801,55843 -"252906",45801,55844 -"252907",45801,55860 -"252908",45801,55871 -"252909",45801,55883 -"252910",45801,55888 -"252911",45801,55912 -"252912",45801,55946 -"252913",45801,55957 -"252914",45801,57960 -"252915",45801,61529 -"252916",45801,67405 -"252917",45801,68706 -"252918",45801,83461 -"252919",45801,113487 -"252920",45801,113726 -"252921",45802,60344 -"252922",45802,74267 -"252923",45802,85284 -"252924",45802,96339 -"252925",45802,114810 -"252926",45803,46262 -"252927",45803,55843 -"252928",45803,75008 -"252929",45803,78055 -"252930",45803,82388 -"252931",45803,85443 -"252932",45803,93814 -"252933",45803,112067 -"252934",45803,113598 -"252935",45803,115673 -"252936",45803,118229 -"252937",45804,53690 -"252938",45805,54669 -"252939",45807,47181 -"252940",45808,75220 -"252941",45810,45841 -"252942",45810,46249 -"252943",45813,112920 -"252944",45814,46444 -"252945",45814,50830 -"252946",45815,46681 -"252947",45815,52080 -"252948",45815,54164 -"252949",45815,68098 -"252950",45817,46405 -"252951",45818,51476 -"252952",45818,51892 -"252953",45818,53755 -"252954",45818,54168 -"252955",45818,57210 -"252956",45818,58482 -"252957",45818,59172 -"252958",45818,59322 -"252959",45818,59816 -"252960",45818,61874 -"252961",45818,63274 -"252962",45818,66322 -"252963",45818,67327 -"252964",45818,70854 -"252965",45818,71683 -"252966",45818,72568 -"252967",45818,72628 -"252968",45818,73767 -"252969",45818,78532 -"252970",45818,81609 -"252971",45818,85885 -"252972",45818,91255 -"252973",45818,92247 -"252974",45818,92352 -"252975",45818,92362 -"252976",45818,92929 -"252977",45818,93719 -"252978",45818,94906 -"252979",45818,94946 -"252980",45818,95889 -"252981",45818,96093 -"252982",45818,97988 -"252983",45818,99309 -"252984",45818,99376 -"252985",45818,99450 -"252986",45818,99471 -"252987",45818,99474 -"252988",45818,100916 -"252989",45818,100944 -"252990",45818,101126 -"252991",45818,101329 -"252992",45818,105557 -"252993",45818,107199 -"252994",45818,108743 -"252995",45818,108980 -"252996",45818,109291 -"252997",45818,109933 -"252998",45818,110483 -"252999",45818,110567 -"253000",45818,110572 -"253001",45818,110630 -"253002",45818,110648 -"253003",45818,110711 -"253004",45818,110770 -"253005",45818,110869 -"253006",45818,110911 -"253007",45818,111285 -"253008",45818,111314 -"253009",45818,111362 -"253010",45818,111372 -"253011",45818,111424 -"253012",45818,111433 -"253013",45818,112422 -"253014",45818,113269 -"253015",45818,113430 -"253016",45818,114242 -"253017",45818,114842 -"253018",45818,115427 -"253019",45818,115521 -"253020",45818,115711 -"253021",45820,82803 -"253022",45821,77508 -"253023",45821,109105 -"253024",45822,76289 -"253025",45822,76375 -"253026",45823,55819 -"253027",45823,76030 -"253028",45823,94107 -"253029",45823,100601 -"253030",45824,82618 -"253031",45824,83408 -"253032",45824,89142 -"253033",45825,74694 -"253034",45825,74762 -"253035",45826,49833 -"253036",45826,77290 -"253037",45826,84852 -"253038",45827,45973 -"253039",45827,78301 -"253040",45827,82512 -"253041",45828,45906 -"253042",45828,54238 -"253043",45830,84946 -"253044",45830,84948 -"253045",45830,84956 -"253046",45830,84961 -"253047",45830,84963 -"253048",45830,84980 -"253049",45830,84981 -"253050",45830,84983 -"253051",45830,84984 -"253052",45830,84998 -"253053",45830,85003 -"253054",45831,45832 -"253055",45831,45958 -"253056",45832,45958 -"253057",45832,78214 -"253058",45832,82952 -"253059",45833,46941 -"253060",45834,45945 -"253061",45834,45978 -"253062",45834,45988 -"253063",45834,46046 -"253064",45834,74683 -"253065",45834,74684 -"253066",45834,74696 -"253067",45836,45838 -"253068",45836,45845 -"253069",45836,109363 -"253070",45837,79631 -"253071",45837,95636 -"253072",45837,101950 -"253073",45837,110946 -"253074",45838,45845 -"253075",45838,50550 -"253076",45838,53761 -"253077",45838,74015 -"253078",45838,78593 -"253079",45838,113491 -"253080",45839,72722 -"253081",45839,78305 -"253082",45840,81635 -"253083",45841,46249 -"253084",45843,60327 -"253085",45843,62984 -"253086",45843,64109 -"253087",45843,72701 -"253088",45843,92399 -"253089",45843,110310 -"253090",45843,121654 -"253091",45844,77450 -"253092",45844,79834 -"253093",45844,89088 -"253094",45844,89113 -"253095",45845,118382 -"253096",45846,54879 -"253097",45846,60659 -"253098",45846,69768 -"253099",45848,46304 -"253100",45849,46218 -"253101",45849,59025 -"253102",45849,81549 -"253103",45849,92805 -"253104",45849,111536 -"253105",45849,112665 -"253106",45849,120786 -"253107",45850,73557 -"253108",45851,58995 -"253109",45851,65074 -"253110",45851,96152 -"253111",45853,54793 -"253112",45854,105922 -"253113",45855,56496 -"253114",45855,56558 -"253115",45855,56580 -"253116",45856,54724 -"253117",45858,76852 -"253118",45859,47072 -"253119",45859,47703 -"253120",45859,55866 -"253121",45859,57088 -"253122",45859,57709 -"253123",45859,61555 -"253124",45859,62225 -"253125",45859,64439 -"253126",45859,65296 -"253127",45859,67741 -"253128",45859,68095 -"253129",45859,72693 -"253130",45859,74053 -"253131",45859,75063 -"253132",45859,76696 -"253133",45859,79193 -"253134",45859,92303 -"253135",45859,100671 -"253136",45859,103944 -"253137",45859,112748 -"253138",45859,113151 -"253139",45859,121871 -"253140",45859,122640 -"253141",45860,48116 -"253142",45860,53499 -"253143",45860,69175 -"253144",45860,77467 -"253145",45860,79360 -"253146",45860,86896 -"253147",45861,60358 -"253148",45862,46571 -"253149",45863,45864 -"253150",45863,46099 -"253151",45864,46099 -"253152",45865,45956 -"253153",45865,47675 -"253154",45867,89164 -"253155",45868,54463 -"253156",45868,80709 -"253157",45868,80712 -"253158",45868,114711 -"253159",45869,46142 -"253160",45869,47113 -"253161",45869,48972 -"253162",45869,49064 -"253163",45869,57478 -"253164",45869,64468 -"253165",45869,71914 -"253166",45869,72520 -"253167",45869,76007 -"253168",45869,78120 -"253169",45869,108804 -"253170",45869,109402 -"253171",45869,111339 -"253172",45870,56082 -"253173",45870,81688 -"253174",45872,45942 -"253175",45874,45941 -"253176",45874,45983 -"253177",45874,67356 -"253178",45874,68091 -"253179",45874,104928 -"253180",45874,115958 -"253181",45875,58595 -"253182",45875,80828 -"253183",45875,105248 -"253184",45875,117936 -"253185",45875,119620 -"253186",45876,74719 -"253187",45877,45925 -"253188",45878,89548 -"253189",45878,90871 -"253190",45878,109996 -"253191",45880,53485 -"253192",45880,71481 -"253193",45880,86765 -"253194",45880,95934 -"253195",45880,96033 -"253196",45880,101273 -"253197",45880,109859 -"253198",45881,49680 -"253199",45881,52071 -"253200",45881,74745 -"253201",45882,53551 -"253202",45882,123181 -"253203",45884,61165 -"253204",45886,62782 -"253205",45887,57228 -"253206",45887,57259 -"253207",45887,71137 -"253208",45888,47001 -"253209",45888,55570 -"253210",45888,59848 -"253211",45889,58649 -"253212",45890,103899 -"253213",45891,47833 -"253214",45891,66785 -"253215",45891,76897 -"253216",45891,92316 -"253217",45891,114988 -"253218",45891,117817 -"253219",45894,60244 -"253220",45894,83434 -"253221",45894,101817 -"253222",45894,108372 -"253223",45895,91850 -"253224",45895,92295 -"253225",45899,54382 -"253226",45899,77440 -"253227",45899,77998 -"253228",45899,84751 -"253229",45899,90611 -"253230",45899,91435 -"253231",45899,109847 -"253232",45900,45901 -"253233",45900,55253 -"253234",45900,60579 -"253235",45900,60822 -"253236",45901,55253 -"253237",45901,60822 -"253238",45903,56955 -"253239",45903,61657 -"253240",45903,64806 -"253241",45903,67102 -"253242",45903,77001 -"253243",45903,83993 -"253244",45903,89669 -"253245",45903,121326 -"253246",45905,58337 -"253247",45905,58910 -"253248",45905,72882 -"253249",45905,100063 -"253250",45905,121409 -"253251",45907,81826 -"253252",45908,53216 -"253253",45909,45910 -"253254",45909,45939 -"253255",45909,76535 -"253256",45910,45939 -"253257",45910,121382 -"253258",45912,63226 -"253259",45912,90080 -"253260",45912,90680 -"253261",45912,104837 -"253262",45913,52714 -"253263",45913,71227 -"253264",45913,83557 -"253265",45913,115139 -"253266",45914,83706 -"253267",45915,73590 -"253268",45915,122810 -"253269",45917,53876 -"253270",45917,55668 -"253271",45917,107433 -"253272",45917,110855 -"253273",45918,47049 -"253274",45918,49470 -"253275",45918,50254 -"253276",45918,76646 -"253277",45918,80305 -"253278",45918,82808 -"253279",45918,83273 -"253280",45918,88593 -"253281",45918,95149 -"253282",45919,53388 -"253283",45920,53792 -"253284",45920,53848 -"253285",45920,58495 -"253286",45920,73234 -"253287",45921,49468 -"253288",45921,49600 -"253289",45921,50196 -"253290",45921,52053 -"253291",45921,54197 -"253292",45921,54816 -"253293",45921,71287 -"253294",45921,71337 -"253295",45921,74477 -"253296",45921,74478 -"253297",45921,74560 -"253298",45921,98741 -"253299",45921,102500 -"253300",45921,103596 -"253301",45921,109244 -"253302",45921,117242 -"253303",45927,46114 -"253304",45928,47994 -"253305",45928,49477 -"253306",45928,56578 -"253307",45929,45938 -"253308",45929,45947 -"253309",45930,72164 -"253310",45930,87505 -"253311",45931,78324 -"253312",45932,97503 -"253313",45933,46434 -"253314",45933,46788 -"253315",45933,47123 -"253316",45933,47488 -"253317",45933,48909 -"253318",45933,49859 -"253319",45933,50064 -"253320",45933,50067 -"253321",45933,50554 -"253322",45933,50879 -"253323",45933,51783 -"253324",45933,52018 -"253325",45933,53444 -"253326",45933,53527 -"253327",45933,53555 -"253328",45933,54275 -"253329",45933,56628 -"253330",45933,58004 -"253331",45933,58068 -"253332",45933,58633 -"253333",45933,61111 -"253334",45933,61127 -"253335",45933,68287 -"253336",45934,45944 -"253337",45934,61036 -"253338",45934,94767 -"253339",45934,97012 -"253340",45935,45946 -"253341",45936,92141 -"253342",45938,45947 -"253343",45938,77766 -"253344",45939,50515 -"253345",45940,78032 -"253346",45941,45983 -"253347",45941,79260 -"253348",45943,49108 -"253349",45945,45978 -"253350",45945,45988 -"253351",45945,59051 -"253352",45946,71654 -"253353",45948,113507 -"253354",45949,54567 -"253355",45951,47767 -"253356",45951,88690 -"253357",45951,91254 -"253358",45951,95425 -"253359",45951,103025 -"253360",45953,58739 -"253361",45953,62877 -"253362",45953,66181 -"253363",45953,98578 -"253364",45953,104169 -"253365",45953,119278 -"253366",45954,58621 -"253367",45956,76337 -"253368",45957,46098 -"253369",45957,54106 -"253370",45957,60555 -"253371",45957,65579 -"253372",45958,48374 -"253373",45958,50588 -"253374",45958,52593 -"253375",45958,54344 -"253376",45958,103153 -"253377",45958,103162 -"253378",45958,103186 -"253379",45958,103221 -"253380",45959,46733 -"253381",45959,76428 -"253382",45959,81074 -"253383",45959,121427 -"253384",45961,99073 -"253385",45961,109411 -"253386",45962,51969 -"253387",45962,65544 -"253388",45962,115055 -"253389",45963,56502 -"253390",45964,49377 -"253391",45965,48413 -"253392",45965,61227 -"253393",45965,68203 -"253394",45965,70106 -"253395",45965,73307 -"253396",45965,75532 -"253397",45965,78916 -"253398",45965,80988 -"253399",45965,81677 -"253400",45965,92627 -"253401",45965,100581 -"253402",45965,101869 -"253403",45965,101894 -"253404",45965,102230 -"253405",45965,105744 -"253406",45965,111974 -"253407",45965,113432 -"253408",45965,113649 -"253409",45965,113688 -"253410",45966,102480 -"253411",45966,123017 -"253412",45966,123020 -"253413",45967,49597 -"253414",45967,99992 -"253415",45968,94371 -"253416",45969,88933 -"253417",45970,48066 -"253418",45970,48179 -"253419",45970,57390 -"253420",45970,58294 -"253421",45970,59120 -"253422",45971,49716 -"253423",45971,76887 -"253424",45972,54708 -"253425",45972,77737 -"253426",45974,66291 -"253427",45974,66332 -"253428",45974,82735 -"253429",45974,109340 -"253430",45974,119554 -"253431",45975,62470 -"253432",45975,82272 -"253433",45975,102307 -"253434",45976,75116 -"253435",45976,81872 -"253436",45976,92711 -"253437",45976,93164 -"253438",45976,106564 -"253439",45976,107857 -"253440",45976,107865 -"253441",45977,84365 -"253442",45977,87618 -"253443",45978,45988 -"253444",45978,46046 -"253445",45978,62983 -"253446",45978,64423 -"253447",45979,62742 -"253448",45980,48202 -"253449",45980,48212 -"253450",45980,53132 -"253451",45980,53227 -"253452",45980,55111 -"253453",45980,58628 -"253454",45980,61801 -"253455",45980,64350 -"253456",45980,70758 -"253457",45980,73044 -"253458",45980,73058 -"253459",45980,73335 -"253460",45980,78063 -"253461",45980,78429 -"253462",45980,78569 -"253463",45980,82143 -"253464",45980,83231 -"253465",45980,86471 -"253466",45980,90804 -"253467",45980,91022 -"253468",45980,91045 -"253469",45980,95675 -"253470",45980,101516 -"253471",45980,102387 -"253472",45980,108374 -"253473",45980,108893 -"253474",45980,109101 -"253475",45980,109523 -"253476",45980,110993 -"253477",45980,111338 -"253478",45980,111398 -"253479",45980,111409 -"253480",45980,111480 -"253481",45980,112422 -"253482",45980,112648 -"253483",45980,112708 -"253484",45980,112820 -"253485",45980,112997 -"253486",45980,113597 -"253487",45980,114418 -"253488",45980,114582 -"253489",45980,115371 -"253490",45980,116028 -"253491",45980,116604 -"253492",45981,53342 -"253493",45981,70046 -"253494",45981,76128 -"253495",45981,84909 -"253496",45981,86382 -"253497",45981,89965 -"253498",45981,96827 -"253499",45981,100630 -"253500",45982,52168 -"253501",45982,63911 -"253502",45982,71204 -"253503",45983,59908 -"253504",45983,69258 -"253505",45983,95736 -"253506",45984,55991 -"253507",45984,67799 -"253508",45986,58505 -"253509",45986,64230 -"253510",45986,67223 -"253511",45986,80378 -"253512",45986,91741 -"253513",45987,76266 -"253514",45987,107713 -"253515",45988,62983 -"253516",45991,98709 -"253517",45991,103146 -"253518",45992,77313 -"253519",45992,84626 -"253520",45993,54631 -"253521",45993,107344 -"253522",45993,111663 -"253523",45994,50991 -"253524",45995,88902 -"253525",45995,102950 -"253526",45996,101029 -"253527",45999,51700 -"253528",46000,46131 -"253529",46000,46791 -"253530",46001,46073 -"253531",46002,55997 -"253532",46002,102794 -"253533",46002,111194 -"253534",46003,52537 -"253535",46003,55241 -"253536",46003,79006 -"253537",46003,98303 -"253538",46006,62040 -"253539",46006,65863 -"253540",46006,91047 -"253541",46007,51522 -"253542",46007,56360 -"253543",46007,56784 -"253544",46007,78216 -"253545",46007,88465 -"253546",46008,57045 -"253547",46009,46191 -"253548",46009,87426 -"253549",46011,73064 -"253550",46011,73095 -"253551",46012,46014 -"253552",46013,46117 -"253553",46014,58895 -"253554",46014,77952 -"253555",46014,88777 -"253556",46014,90139 -"253557",46014,91128 -"253558",46014,100487 -"253559",46014,106753 -"253560",46014,117570 -"253561",46015,46039 -"253562",46015,46232 -"253563",46015,46328 -"253564",46015,51718 -"253565",46015,53974 -"253566",46015,57158 -"253567",46015,57899 -"253568",46015,59205 -"253569",46015,63014 -"253570",46015,70023 -"253571",46016,46783 -"253572",46017,46029 -"253573",46017,46290 -"253574",46017,46323 -"253575",46017,58171 -"253576",46017,58174 -"253577",46017,74774 -"253578",46020,52234 -"253579",46020,66512 -"253580",46021,82567 -"253581",46021,102053 -"253582",46021,106569 -"253583",46022,48061 -"253584",46022,108183 -"253585",46023,46717 -"253586",46023,65628 -"253587",46025,46444 -"253588",46025,51017 -"253589",46025,53113 -"253590",46025,64263 -"253591",46025,78516 -"253592",46025,90850 -"253593",46025,103727 -"253594",46025,108346 -"253595",46025,110202 -"253596",46026,50232 -"253597",46026,70645 -"253598",46026,86499 -"253599",46026,91402 -"253600",46026,113448 -"253601",46027,56100 -"253602",46028,55519 -"253603",46029,46290 -"253604",46029,46323 -"253605",46029,95546 -"253606",46030,46358 -"253607",46030,46392 -"253608",46030,91640 -"253609",46030,101275 -"253610",46030,101909 -"253611",46030,114231 -"253612",46033,46053 -"253613",46033,53534 -"253614",46033,86881 -"253615",46033,96991 -"253616",46033,112368 -"253617",46033,121972 -"253618",46034,67721 -"253619",46034,94741 -"253620",46034,111574 -"253621",46035,46106 -"253622",46035,46158 -"253623",46035,46234 -"253624",46035,46731 -"253625",46035,52474 -"253626",46036,46037 -"253627",46036,46406 -"253628",46037,46406 -"253629",46037,113308 -"253630",46038,53757 -"253631",46038,53813 -"253632",46038,60799 -"253633",46039,46232 -"253634",46039,46328 -"253635",46039,59205 -"253636",46039,71514 -"253637",46039,98860 -"253638",46040,48283 -"253639",46040,55968 -"253640",46040,58365 -"253641",46040,67501 -"253642",46040,67511 -"253643",46040,76428 -"253644",46040,87929 -"253645",46040,105591 -"253646",46040,107198 -"253647",46041,46562 -"253648",46041,54932 -"253649",46041,54933 -"253650",46041,54935 -"253651",46041,54961 -"253652",46042,54631 -"253653",46042,61276 -"253654",46042,69620 -"253655",46042,75963 -"253656",46043,46962 -"253657",46043,48177 -"253658",46043,48860 -"253659",46045,46303 -"253660",46046,55566 -"253661",46046,56407 -"253662",46046,61839 -"253663",46046,74683 -"253664",46046,74684 -"253665",46046,74696 -"253666",46047,98599 -"253667",46048,71975 -"253668",46048,84907 -"253669",46048,96860 -"253670",46049,60529 -"253671",46049,65412 -"253672",46049,101424 -"253673",46050,49770 -"253674",46050,53029 -"253675",46050,59177 -"253676",46050,60985 -"253677",46050,64021 -"253678",46050,72022 -"253679",46050,72273 -"253680",46050,88841 -"253681",46050,101250 -"253682",46050,104512 -"253683",46050,117163 -"253684",46053,75213 -"253685",46053,87081 -"253686",46053,115889 -"253687",46055,82061 -"253688",46055,104645 -"253689",46055,104648 -"253690",46055,104655 -"253691",46055,112049 -"253692",46057,62827 -"253693",46058,58307 -"253694",46059,48077 -"253695",46059,59196 -"253696",46059,72068 -"253697",46059,72113 -"253698",46060,51075 -"253699",46060,65367 -"253700",46060,108015 -"253701",46062,54640 -"253702",46062,66765 -"253703",46063,46208 -"253704",46063,75321 -"253705",46063,88731 -"253706",46064,51916 -"253707",46065,51722 -"253708",46065,52849 -"253709",46065,70151 -"253710",46065,71076 -"253711",46065,99677 -"253712",46065,105019 -"253713",46065,110272 -"253714",46066,48432 -"253715",46066,97148 -"253716",46066,97149 -"253717",46067,46367 -"253718",46067,64010 -"253719",46067,64580 -"253720",46067,90120 -"253721",46068,77310 -"253722",46068,87665 -"253723",46070,46147 -"253724",46070,64432 -"253725",46071,46080 -"253726",46071,51299 -"253727",46071,52924 -"253728",46071,55930 -"253729",46071,60280 -"253730",46071,76175 -"253731",46071,76905 -"253732",46071,77250 -"253733",46071,78032 -"253734",46071,89851 -"253735",46071,91021 -"253736",46071,122076 -"253737",46072,46115 -"253738",46072,47365 -"253739",46072,64730 -"253740",46072,65214 -"253741",46072,67392 -"253742",46073,62060 -"253743",46073,62216 -"253744",46073,62790 -"253745",46074,48237 -"253746",46075,54076 -"253747",46075,57757 -"253748",46076,74152 -"253749",46077,46095 -"253750",46078,59093 -"253751",46079,69524 -"253752",46079,83047 -"253753",46079,83084 -"253754",46079,83135 -"253755",46079,95092 -"253756",46079,102016 -"253757",46080,89851 -"253758",46081,80167 -"253759",46084,81865 -"253760",46086,86184 -"253761",46086,87957 -"253762",46086,92703 -"253763",46087,60202 -"253764",46087,65661 -"253765",46087,65765 -"253766",46087,71029 -"253767",46087,71181 -"253768",46087,71199 -"253769",46088,46386 -"253770",46089,62187 -"253771",46091,50815 -"253772",46091,51866 -"253773",46091,55268 -"253774",46091,60370 -"253775",46091,60371 -"253776",46091,63015 -"253777",46091,63643 -"253778",46091,65604 -"253779",46091,71651 -"253780",46091,72462 -"253781",46091,72472 -"253782",46091,80145 -"253783",46093,46497 -"253784",46094,69854 -"253785",46094,89408 -"253786",46094,90032 -"253787",46094,95717 -"253788",46094,101916 -"253789",46094,101919 -"253790",46094,104267 -"253791",46095,56854 -"253792",46095,77039 -"253793",46096,57404 -"253794",46096,75686 -"253795",46096,85016 -"253796",46097,46152 -"253797",46097,56949 -"253798",46097,117639 -"253799",46098,54106 -"253800",46098,60555 -"253801",46098,65579 -"253802",46099,48718 -"253803",46099,52551 -"253804",46099,69439 -"253805",46099,122505 -"253806",46100,101566 -"253807",46100,116556 -"253808",46101,80073 -"253809",46102,57555 -"253810",46103,83798 -"253811",46103,112873 -"253812",46104,46863 -"253813",46104,50382 -"253814",46104,51228 -"253815",46104,70260 -"253816",46104,104898 -"253817",46104,111391 -"253818",46104,113576 -"253819",46104,114777 -"253820",46105,49366 -"253821",46106,46158 -"253822",46106,46234 -"253823",46106,52474 -"253824",46107,57787 -"253825",46107,67957 -"253826",46107,70928 -"253827",46107,76126 -"253828",46107,76564 -"253829",46107,84302 -"253830",46107,84347 -"253831",46107,84348 -"253832",46107,84903 -"253833",46107,86597 -"253834",46107,94475 -"253835",46107,96822 -"253836",46107,96823 -"253837",46107,96849 -"253838",46107,96858 -"253839",46107,96859 -"253840",46108,50387 -"253841",46108,51819 -"253842",46108,53546 -"253843",46108,56476 -"253844",46108,58230 -"253845",46108,70478 -"253846",46108,75244 -"253847",46108,79244 -"253848",46108,83747 -"253849",46108,100396 -"253850",46108,106875 -"253851",46109,88829 -"253852",46109,113053 -"253853",46110,46270 -"253854",46110,46337 -"253855",46111,47248 -"253856",46113,80680 -"253857",46113,100071 -"253858",46113,116188 -"253859",46114,65570 -"253860",46114,69896 -"253861",46114,76656 -"253862",46115,47365 -"253863",46115,75422 -"253864",46115,93961 -"253865",46115,93963 -"253866",46115,93972 -"253867",46115,93986 -"253868",46116,51307 -"253869",46116,51308 -"253870",46116,77570 -"253871",46118,46371 -"253872",46119,47160 -"253873",46120,92978 -"253874",46121,64294 -"253875",46122,66566 -"253876",46124,92440 -"253877",46125,58544 -"253878",46125,98217 -"253879",46125,118247 -"253880",46125,118431 -"253881",46126,46163 -"253882",46126,46242 -"253883",46126,72254 -"253884",46126,73939 -"253885",46126,75360 -"253886",46126,75361 -"253887",46127,78528 -"253888",46128,46246 -"253889",46128,50523 -"253890",46128,78738 -"253891",46128,82456 -"253892",46128,82513 -"253893",46128,82521 -"253894",46128,82524 -"253895",46129,48599 -"253896",46129,62662 -"253897",46129,63828 -"253898",46131,46791 -"253899",46131,50289 -"253900",46132,46733 -"253901",46133,81686 -"253902",46133,91746 -"253903",46133,121305 -"253904",46135,95634 -"253905",46135,119532 -"253906",46137,51570 -"253907",46137,51585 -"253908",46137,55276 -"253909",46137,55333 -"253910",46139,49783 -"253911",46139,70575 -"253912",46139,76565 -"253913",46139,79802 -"253914",46139,81882 -"253915",46139,85543 -"253916",46139,86178 -"253917",46139,90305 -"253918",46139,95973 -"253919",46139,98313 -"253920",46139,115900 -"253921",46139,117208 -"253922",46139,117800 -"253923",46139,117814 -"253924",46139,118086 -"253925",46139,118090 -"253926",46139,118091 -"253927",46139,118094 -"253928",46139,118098 -"253929",46139,118102 -"253930",46139,118112 -"253931",46139,118726 -"253932",46139,118727 -"253933",46140,48628 -"253934",46141,57336 -"253935",46141,65125 -"253936",46141,72933 -"253937",46141,86514 -"253938",46141,94162 -"253939",46142,53998 -"253940",46142,64578 -"253941",46142,76007 -"253942",46142,76854 -"253943",46142,96428 -"253944",46142,105122 -"253945",46143,49213 -"253946",46143,97856 -"253947",46144,46294 -"253948",46145,79652 -"253949",46147,66255 -"253950",46150,66618 -"253951",46150,66620 -"253952",46151,59076 -"253953",46151,68372 -"253954",46151,74845 -"253955",46152,47147 -"253956",46152,68378 -"253957",46152,84583 -"253958",46152,109125 -"253959",46152,115701 -"253960",46153,56783 -"253961",46153,57678 -"253962",46153,80630 -"253963",46154,100648 -"253964",46155,76127 -"253965",46155,80041 -"253966",46155,99833 -"253967",46155,114072 -"253968",46157,81965 -"253969",46157,95242 -"253970",46158,46234 -"253971",46158,52474 -"253972",46160,46540 -"253973",46161,46592 -"253974",46163,46242 -"253975",46164,72096 -"253976",46164,118048 -"253977",46165,49450 -"253978",46165,52302 -"253979",46165,77339 -"253980",46165,106348 -"253981",46165,107805 -"253982",46165,107806 -"253983",46165,107813 -"253984",46166,46173 -"253985",46166,46196 -"253986",46166,46251 -"253987",46166,46260 -"253988",46166,48050 -"253989",46167,46190 -"253990",46168,61792 -"253991",46168,82044 -"253992",46171,47139 -"253993",46171,107770 -"253994",46172,50448 -"253995",46172,50496 -"253996",46172,69259 -"253997",46172,69260 -"253998",46172,69272 -"253999",46172,69593 -"254000",46172,76372 -"254001",46172,84566 -"254002",46172,105247 -"254003",46173,46196 -"254004",46173,46251 -"254005",46173,46260 -"254006",46173,57612 -"254007",46173,79171 -"254008",46173,94480 -"254009",46174,46562 -"254010",46174,60921 -"254011",46174,67239 -"254012",46174,88663 -"254013",46175,81159 -"254014",46175,109050 -"254015",46176,46216 -"254016",46176,61021 -"254017",46177,47048 -"254018",46177,48110 -"254019",46177,58508 -"254020",46177,59731 -"254021",46177,62642 -"254022",46177,68091 -"254023",46177,69335 -"254024",46177,75245 -"254025",46177,75776 -"254026",46177,75956 -"254027",46177,76387 -"254028",46177,78978 -"254029",46177,79212 -"254030",46177,79241 -"254031",46177,79579 -"254032",46177,80239 -"254033",46177,80301 -"254034",46177,81397 -"254035",46177,88340 -"254036",46177,88749 -"254037",46177,89069 -"254038",46177,89373 -"254039",46177,89995 -"254040",46177,90919 -"254041",46177,90936 -"254042",46177,92861 -"254043",46177,93097 -"254044",46177,94231 -"254045",46177,95489 -"254046",46177,96247 -"254047",46177,96363 -"254048",46177,97898 -"254049",46179,47120 -"254050",46179,92930 -"254051",46179,92962 -"254052",46181,87902 -"254053",46182,70858 -"254054",46182,79804 -"254055",46184,99764 -"254056",46184,99768 -"254057",46184,99779 -"254058",46185,49427 -"254059",46185,53120 -"254060",46185,79155 -"254061",46185,87854 -"254062",46185,91020 -"254063",46185,102710 -"254064",46185,104090 -"254065",46186,81790 -"254066",46186,89880 -"254067",46188,80926 -"254068",46189,59173 -"254069",46190,47501 -"254070",46190,54328 -"254071",46190,54590 -"254072",46192,46257 -"254073",46192,46258 -"254074",46192,47353 -"254075",46192,47768 -"254076",46192,47826 -"254077",46192,50478 -"254078",46192,52770 -"254079",46192,52773 -"254080",46192,58841 -"254081",46192,78287 -"254082",46192,86261 -"254083",46192,89708 -"254084",46193,46824 -"254085",46193,46909 -"254086",46193,55441 -"254087",46193,99470 -"254088",46194,69245 -"254089",46194,113225 -"254090",46195,49447 -"254091",46195,52544 -"254092",46195,53230 -"254093",46195,71607 -"254094",46195,79075 -"254095",46195,79089 -"254096",46195,79131 -"254097",46195,81365 -"254098",46195,81850 -"254099",46195,83006 -"254100",46195,90389 -"254101",46195,93085 -"254102",46196,46251 -"254103",46196,46260 -"254104",46196,52136 -"254105",46196,54556 -"254106",46196,97295 -"254107",46197,61898 -"254108",46197,79134 -"254109",46198,94553 -"254110",46198,112174 -"254111",46198,112362 -"254112",46199,57201 -"254113",46200,54119 -"254114",46201,46202 -"254115",46201,55782 -"254116",46201,59622 -"254117",46201,73260 -"254118",46202,70748 -"254119",46202,77809 -"254120",46202,99187 -"254121",46203,99012 -"254122",46204,47541 -"254123",46205,57213 -"254124",46206,95819 -"254125",46206,99562 -"254126",46207,61267 -"254127",46207,95730 -"254128",46209,106564 -"254129",46209,115364 -"254130",46211,52329 -"254131",46211,70478 -"254132",46211,74320 -"254133",46211,101436 -"254134",46211,107204 -"254135",46212,57510 -"254136",46212,58842 -"254137",46212,58940 -"254138",46212,60336 -"254139",46212,60342 -"254140",46213,54638 -"254141",46213,54640 -"254142",46214,52174 -"254143",46214,70566 -"254144",46214,93987 -"254145",46214,97910 -"254146",46215,74083 -"254147",46217,55166 -"254148",46217,60970 -"254149",46217,84636 -"254150",46217,84655 -"254151",46217,109846 -"254152",46218,46274 -"254153",46218,92805 -"254154",46218,116185 -"254155",46218,120398 -"254156",46219,63614 -"254157",46221,47889 -"254158",46221,52517 -"254159",46221,64540 -"254160",46221,70281 -"254161",46221,84769 -"254162",46222,58110 -"254163",46222,58163 -"254164",46222,58164 -"254165",46223,57608 -"254166",46223,85274 -"254167",46223,93185 -"254168",46223,119511 -"254169",46226,62586 -"254170",46226,62647 -"254171",46227,54958 -"254172",46227,55800 -"254173",46227,79449 -"254174",46227,93413 -"254175",46227,109051 -"254176",46228,46559 -"254177",46228,47580 -"254178",46228,50745 -"254179",46228,59725 -"254180",46228,69435 -"254181",46228,70247 -"254182",46228,70345 -"254183",46228,70346 -"254184",46228,72374 -"254185",46228,72417 -"254186",46229,102134 -"254187",46230,56156 -"254188",46231,76053 -"254189",46231,91310 -"254190",46232,46328 -"254191",46232,59205 -"254192",46234,52474 -"254193",46234,81040 -"254194",46236,60225 -"254195",46237,63073 -"254196",46237,97703 -"254197",46237,98944 -"254198",46238,87057 -"254199",46238,87061 -"254200",46238,87074 -"254201",46239,52928 -"254202",46239,59427 -"254203",46239,66014 -"254204",46239,67077 -"254205",46239,72488 -"254206",46239,76579 -"254207",46239,76599 -"254208",46239,81759 -"254209",46239,92730 -"254210",46239,100790 -"254211",46239,105663 -"254212",46239,105789 -"254213",46239,106501 -"254214",46239,107666 -"254215",46241,50969 -"254216",46241,54321 -"254217",46241,56209 -"254218",46241,56318 -"254219",46243,46637 -"254220",46243,46639 -"254221",46243,47443 -"254222",46243,48992 -"254223",46243,56859 -"254224",46243,59349 -"254225",46243,61702 -"254226",46243,62137 -"254227",46243,62228 -"254228",46243,62296 -"254229",46243,62739 -"254230",46243,64613 -"254231",46243,66523 -"254232",46243,66833 -"254233",46243,71510 -"254234",46243,72065 -"254235",46243,72069 -"254236",46243,72070 -"254237",46243,72072 -"254238",46243,72077 -"254239",46243,72088 -"254240",46243,72102 -"254241",46243,72106 -"254242",46243,72107 -"254243",46243,73975 -"254244",46245,54876 -"254245",46247,63500 -"254246",46248,87693 -"254247",46248,96079 -"254248",46250,69622 -"254249",46251,46260 -"254250",46252,69744 -"254251",46253,55229 -"254252",46253,63113 -"254253",46253,69310 -"254254",46253,71025 -"254255",46253,73394 -"254256",46253,77507 -"254257",46254,109568 -"254258",46254,118107 -"254259",46255,50146 -"254260",46255,58356 -"254261",46257,46258 -"254262",46257,47353 -"254263",46257,52773 -"254264",46257,63546 -"254265",46257,77638 -"254266",46257,78287 -"254267",46257,85971 -"254268",46257,86261 -"254269",46258,47768 -"254270",46258,52773 -"254271",46258,68904 -"254272",46258,73668 -"254273",46258,77554 -"254274",46258,78039 -"254275",46258,78274 -"254276",46258,80406 -"254277",46258,80407 -"254278",46258,92120 -"254279",46258,97165 -"254280",46258,110968 -"254281",46258,110975 -"254282",46258,110976 -"254283",46261,47984 -"254284",46261,59909 -"254285",46262,52750 -"254286",46262,53408 -"254287",46262,58459 -"254288",46262,66943 -"254289",46262,69969 -"254290",46262,70030 -"254291",46262,82388 -"254292",46262,86513 -"254293",46262,93814 -"254294",46262,97692 -"254295",46262,110414 -"254296",46262,115669 -"254297",46262,122324 -"254298",46263,48101 -"254299",46263,48809 -"254300",46263,49997 -"254301",46263,50957 -"254302",46263,50958 -"254303",46263,53645 -"254304",46263,55547 -"254305",46263,56893 -"254306",46264,49986 -"254307",46265,58466 -"254308",46265,61153 -"254309",46265,79280 -"254310",46266,63872 -"254311",46266,68008 -"254312",46267,90641 -"254313",46267,94614 -"254314",46268,90447 -"254315",46269,99559 -"254316",46269,102328 -"254317",46269,116786 -"254318",46270,46337 -"254319",46270,91390 -"254320",46272,106704 -"254321",46273,79006 -"254322",46275,72243 -"254323",46275,115733 -"254324",46277,73547 -"254325",46277,79012 -"254326",46278,58401 -"254327",46278,75348 -"254328",46278,82354 -"254329",46279,48752 -"254330",46279,58066 -"254331",46283,46716 -"254332",46283,48602 -"254333",46283,52657 -"254334",46283,56250 -"254335",46283,60523 -"254336",46283,61413 -"254337",46283,64806 -"254338",46283,70713 -"254339",46283,72155 -"254340",46283,79219 -"254341",46283,82813 -"254342",46283,89558 -"254343",46283,90002 -"254344",46283,90298 -"254345",46283,90373 -"254346",46283,93136 -"254347",46283,96273 -"254348",46283,99279 -"254349",46283,103682 -"254350",46283,104818 -"254351",46283,109167 -"254352",46283,109771 -"254353",46283,109832 -"254354",46283,117786 -"254355",46283,117791 -"254356",46283,117795 -"254357",46285,56397 -"254358",46285,69408 -"254359",46286,46327 -"254360",46286,46354 -"254361",46286,61774 -"254362",46287,59901 -"254363",46288,92240 -"254364",46289,54857 -"254365",46289,66214 -"254366",46289,67222 -"254367",46289,78782 -"254368",46289,81655 -"254369",46289,88706 -"254370",46289,89565 -"254371",46289,112689 -"254372",46290,46323 -"254373",46292,51092 -"254374",46292,52403 -"254375",46292,64918 -"254376",46292,67763 -"254377",46292,68501 -"254378",46292,72302 -"254379",46292,96430 -"254380",46292,102987 -"254381",46292,113508 -"254382",46292,120004 -"254383",46292,120342 -"254384",46293,46626 -"254385",46293,52660 -"254386",46294,94212 -"254387",46294,109808 -"254388",46296,46360 -"254389",46297,70233 -"254390",46297,88553 -"254391",46297,88781 -"254392",46297,119288 -"254393",46297,122370 -"254394",46297,122380 -"254395",46297,123380 -"254396",46298,46962 -"254397",46299,46378 -"254398",46299,46379 -"254399",46299,47161 -"254400",46299,50627 -"254401",46299,77895 -"254402",46299,117186 -"254403",46300,60439 -"254404",46300,60913 -"254405",46300,70393 -"254406",46301,69105 -"254407",46301,100737 -"254408",46304,88970 -"254409",46304,97910 -"254410",46304,112484 -"254411",46305,78529 -"254412",46305,102926 -"254413",46305,118402 -"254414",46306,51774 -"254415",46306,78731 -"254416",46306,78922 -"254417",46306,101696 -"254418",46308,55775 -"254419",46308,60776 -"254420",46308,60900 -"254421",46308,94457 -"254422",46309,110532 -"254423",46312,75103 -"254424",46312,85911 -"254425",46312,121908 -"254426",46312,122315 -"254427",46313,49219 -"254428",46313,63005 -"254429",46313,65931 -"254430",46313,92137 -"254431",46314,49181 -"254432",46314,64602 -"254433",46314,67801 -"254434",46315,70785 -"254435",46316,46320 -"254436",46316,91334 -"254437",46316,123453 -"254438",46317,59110 -"254439",46318,46319 -"254440",46321,46345 -"254441",46321,46351 -"254442",46321,46383 -"254443",46324,62841 -"254444",46325,94312 -"254445",46326,67635 -"254446",46326,94103 -"254447",46326,100207 -"254448",46327,46354 -"254449",46327,47693 -"254450",46327,47801 -"254451",46327,48431 -"254452",46327,61441 -"254453",46327,70667 -"254454",46328,59205 -"254455",46331,114046 -"254456",46332,46377 -"254457",46332,116691 -"254458",46333,64871 -"254459",46334,61652 -"254460",46335,46366 -"254461",46335,46400 -"254462",46336,94730 -"254463",46338,92332 -"254464",46338,118712 -"254465",46338,118731 -"254466",46339,48947 -"254467",46339,49549 -"254468",46339,52168 -"254469",46339,52383 -"254470",46339,54655 -"254471",46339,64865 -"254472",46339,67556 -"254473",46339,102379 -"254474",46339,115509 -"254475",46340,69257 -"254476",46340,105019 -"254477",46340,114974 -"254478",46343,52769 -"254479",46343,61727 -"254480",46343,62936 -"254481",46343,69139 -"254482",46343,73863 -"254483",46343,77767 -"254484",46343,81535 -"254485",46343,94828 -"254486",46343,99171 -"254487",46343,109906 -"254488",46344,52530 -"254489",46345,46351 -"254490",46345,46383 -"254491",46346,49267 -"254492",46346,104925 -"254493",46346,105343 -"254494",46349,57795 -"254495",46349,68022 -"254496",46349,70201 -"254497",46349,81161 -"254498",46349,91188 -"254499",46350,52836 -"254500",46350,60180 -"254501",46350,61165 -"254502",46350,66864 -"254503",46351,46383 -"254504",46351,51507 -"254505",46351,51970 -"254506",46351,57184 -"254507",46351,57296 -"254508",46351,60402 -"254509",46351,65748 -"254510",46351,67233 -"254511",46351,68823 -"254512",46351,74949 -"254513",46351,83713 -"254514",46351,88966 -"254515",46351,93953 -"254516",46351,97012 -"254517",46351,99776 -"254518",46351,111024 -"254519",46351,115929 -"254520",46351,119437 -"254521",46352,49714 -"254522",46352,52572 -"254523",46352,61427 -"254524",46352,67807 -"254525",46352,69682 -"254526",46352,69977 -"254527",46353,107889 -"254528",46354,57997 -"254529",46354,63138 -"254530",46354,63360 -"254531",46354,68156 -"254532",46354,68263 -"254533",46354,68319 -"254534",46355,66751 -"254535",46355,89475 -"254536",46355,105023 -"254537",46355,116031 -"254538",46356,49741 -"254539",46356,56594 -"254540",46356,62525 -"254541",46356,67237 -"254542",46356,83283 -"254543",46356,84649 -"254544",46356,90527 -"254545",46356,90602 -"254546",46356,90651 -"254547",46356,93104 -"254548",46356,101102 -"254549",46356,112877 -"254550",46356,117856 -"254551",46356,122168 -"254552",46357,46370 -"254553",46357,46815 -"254554",46357,46826 -"254555",46358,46392 -"254556",46358,100296 -"254557",46359,63855 -"254558",46359,92680 -"254559",46359,100623 -"254560",46359,106605 -"254561",46360,76844 -"254562",46360,92481 -"254563",46361,57203 -"254564",46361,94711 -"254565",46362,53016 -"254566",46363,103460 -"254567",46363,113419 -"254568",46364,80290 -"254569",46365,70707 -"254570",46365,88268 -"254571",46365,88286 -"254572",46365,100988 -"254573",46365,105641 -"254574",46365,110211 -"254575",46366,46400 -"254576",46367,53326 -"254577",46368,85458 -"254578",46368,88547 -"254579",46368,97693 -"254580",46369,56806 -"254581",46369,67760 -"254582",46369,71103 -"254583",46369,79738 -"254584",46370,46815 -"254585",46370,46826 -"254586",46373,52734 -"254587",46373,57906 -"254588",46373,77506 -"254589",46373,83048 -"254590",46373,89684 -"254591",46373,105838 -"254592",46373,106633 -"254593",46373,114140 -"254594",46374,95433 -"254595",46375,85448 -"254596",46375,112592 -"254597",46375,118683 -"254598",46375,118762 -"254599",46375,118818 -"254600",46375,118820 -"254601",46376,48264 -"254602",46377,54854 -"254603",46377,54862 -"254604",46377,80804 -"254605",46378,46379 -"254606",46378,47161 -"254607",46378,50803 -"254608",46378,52445 -"254609",46378,56823 -"254610",46378,56899 -"254611",46378,57850 -"254612",46378,61619 -"254613",46378,76124 -"254614",46378,76139 -"254615",46378,98015 -"254616",46379,47161 -"254617",46379,57850 -"254618",46379,76007 -"254619",46379,80884 -"254620",46380,58960 -"254621",46380,70851 -"254622",46380,71021 -"254623",46381,47173 -"254624",46381,86135 -"254625",46382,65162 -"254626",46382,82242 -"254627",46382,83479 -"254628",46382,120482 -"254629",46383,46832 -"254630",46383,66803 -"254631",46383,73494 -"254632",46383,74435 -"254633",46383,76484 -"254634",46383,100320 -"254635",46383,100334 -"254636",46384,64236 -"254637",46384,65935 -"254638",46384,92651 -"254639",46384,116383 -"254640",46385,54895 -"254641",46385,58191 -"254642",46385,92452 -"254643",46386,75249 -"254644",46386,81611 -"254645",46386,83735 -"254646",46386,95885 -"254647",46386,120311 -"254648",46387,47600 -"254649",46387,69034 -"254650",46387,106313 -"254651",46388,67902 -"254652",46388,71890 -"254653",46388,98939 -"254654",46388,100140 -"254655",46389,46498 -"254656",46389,55948 -"254657",46390,86826 -"254658",46391,100917 -"254659",46393,50100 -"254660",46393,56066 -"254661",46393,82499 -"254662",46394,53948 -"254663",46394,57466 -"254664",46394,75230 -"254665",46394,108948 -"254666",46394,109122 -"254667",46395,54752 -"254668",46396,81128 -"254669",46396,91490 -"254670",46397,68625 -"254671",46397,73806 -"254672",46397,84412 -"254673",46397,97100 -"254674",46397,117237 -"254675",46401,48381 -"254676",46401,59393 -"254677",46401,66864 -"254678",46401,87741 -"254679",46401,87742 -"254680",46402,86059 -"254681",46405,51599 -"254682",46405,53179 -"254683",46405,61136 -"254684",46405,64084 -"254685",46405,71997 -"254686",46405,106611 -"254687",46405,106643 -"254688",46406,74266 -"254689",46407,80114 -"254690",46409,50570 -"254691",46409,72262 -"254692",46411,107996 -"254693",46412,54838 -"254694",46412,103159 -"254695",46413,108519 -"254696",46413,110025 -"254697",46414,57330 -"254698",46414,67162 -"254699",46414,84510 -"254700",46414,93288 -"254701",46414,105283 -"254702",46414,108013 -"254703",46414,120469 -"254704",46414,123392 -"254705",46415,120953 -"254706",46415,120963 -"254707",46416,46454 -"254708",46418,84443 -"254709",46418,98653 -"254710",46418,116587 -"254711",46418,116879 -"254712",46419,49536 -"254713",46420,46447 -"254714",46420,113725 -"254715",46421,85099 -"254716",46421,118841 -"254717",46422,53667 -"254718",46422,97843 -"254719",46422,101933 -"254720",46422,110049 -"254721",46422,110052 -"254722",46422,110166 -"254723",46422,114651 -"254724",46422,123399 -"254725",46425,108744 -"254726",46427,46436 -"254727",46427,46830 -"254728",46428,53777 -"254729",46428,64325 -"254730",46428,67739 -"254731",46428,78759 -"254732",46428,98329 -"254733",46428,100629 -"254734",46428,101222 -"254735",46429,46464 -"254736",46429,88920 -"254737",46429,112666 -"254738",46429,112668 -"254739",46430,57667 -"254740",46430,60298 -"254741",46430,70925 -"254742",46430,71469 -"254743",46430,78355 -"254744",46430,86462 -"254745",46430,88531 -"254746",46430,91128 -"254747",46430,91411 -"254748",46430,92592 -"254749",46430,97735 -"254750",46431,48420 -"254751",46431,52449 -"254752",46432,59177 -"254753",46432,97015 -"254754",46432,98409 -"254755",46432,101470 -"254756",46433,53579 -"254757",46433,54141 -"254758",46433,54192 -"254759",46434,46788 -"254760",46434,47123 -"254761",46434,47488 -"254762",46434,48909 -"254763",46434,49859 -"254764",46434,50064 -"254765",46434,50067 -"254766",46434,50554 -"254767",46434,50879 -"254768",46434,51783 -"254769",46434,52018 -"254770",46434,53444 -"254771",46434,53527 -"254772",46434,53555 -"254773",46434,54275 -"254774",46434,56628 -"254775",46434,58004 -"254776",46434,58068 -"254777",46434,58633 -"254778",46434,61111 -"254779",46434,61127 -"254780",46434,68287 -"254781",46435,73450 -"254782",46435,82700 -"254783",46435,88280 -"254784",46435,98600 -"254785",46436,46830 -"254786",46436,50147 -"254787",46437,73490 -"254788",46437,81755 -"254789",46437,99266 -"254790",46439,55501 -"254791",46439,63466 -"254792",46439,76406 -"254793",46439,90293 -"254794",46439,102741 -"254795",46439,111368 -"254796",46440,52195 -"254797",46440,83871 -"254798",46440,88479 -"254799",46440,90320 -"254800",46441,46466 -"254801",46441,46494 -"254802",46441,46613 -"254803",46442,46601 -"254804",46442,47223 -"254805",46442,49517 -"254806",46442,64941 -"254807",46442,65376 -"254808",46442,86799 -"254809",46443,76831 -"254810",46443,107220 -"254811",46443,116414 -"254812",46444,61220 -"254813",46444,64263 -"254814",46444,94101 -"254815",46444,99706 -"254816",46444,103727 -"254817",46444,113122 -"254818",46445,51916 -"254819",46445,60167 -"254820",46447,95021 -"254821",46449,92665 -"254822",46449,95010 -"254823",46449,96063 -"254824",46449,97953 -"254825",46451,55274 -"254826",46451,57999 -"254827",46451,67305 -"254828",46453,46502 -"254829",46453,46934 -"254830",46454,69550 -"254831",46455,53312 -"254832",46455,54400 -"254833",46455,101156 -"254834",46455,107544 -"254835",46455,109233 -"254836",46455,112094 -"254837",46455,119065 -"254838",46455,120375 -"254839",46456,97582 -"254840",46457,64324 -"254841",46457,72205 -"254842",46457,86778 -"254843",46457,101842 -"254844",46457,111983 -"254845",46458,83424 -"254846",46460,89785 -"254847",46461,56632 -"254848",46461,75223 -"254849",46462,112571 -"254850",46462,115709 -"254851",46462,120881 -"254852",46463,46528 -"254853",46463,46678 -"254854",46463,47483 -"254855",46463,52059 -"254856",46463,55390 -"254857",46463,59916 -"254858",46463,69121 -"254859",46463,76288 -"254860",46463,94995 -"254861",46463,101658 -"254862",46463,109603 -"254863",46463,111946 -"254864",46465,57014 -"254865",46465,58141 -"254866",46465,66360 -"254867",46465,80427 -"254868",46465,100040 -"254869",46465,109417 -"254870",46465,110186 -"254871",46465,110494 -"254872",46465,117524 -"254873",46466,46494 -"254874",46466,46613 -"254875",46466,78197 -"254876",46467,46823 -"254877",46467,51157 -"254878",46467,62148 -"254879",46467,114342 -"254880",46467,120739 -"254881",46467,122963 -"254882",46469,46727 -"254883",46469,49376 -"254884",46469,64962 -"254885",46469,73448 -"254886",46469,77356 -"254887",46469,83268 -"254888",46469,89403 -"254889",46469,92797 -"254890",46469,92820 -"254891",46469,97823 -"254892",46469,112423 -"254893",46471,52281 -"254894",46471,59418 -"254895",46471,62244 -"254896",46471,81119 -"254897",46471,93078 -"254898",46471,95953 -"254899",46471,99371 -"254900",46472,53690 -"254901",46472,101751 -"254902",46472,101777 -"254903",46472,112852 -"254904",46473,109286 -"254905",46474,87075 -"254906",46475,55796 -"254907",46475,70370 -"254908",46475,100468 -"254909",46475,112050 -"254910",46477,54979 -"254911",46477,102860 -"254912",46477,112831 -"254913",46477,121938 -"254914",46477,122087 -"254915",46478,46505 -"254916",46479,46531 -"254917",46480,57360 -"254918",46481,46704 -"254919",46481,95907 -"254920",46482,51482 -"254921",46483,47585 -"254922",46483,58284 -"254923",46483,58293 -"254924",46483,60467 -"254925",46483,62407 -"254926",46483,66886 -"254927",46483,68569 -"254928",46483,73374 -"254929",46483,78925 -"254930",46483,80305 -"254931",46483,90643 -"254932",46483,92592 -"254933",46483,94027 -"254934",46483,97824 -"254935",46483,100502 -"254936",46483,105903 -"254937",46483,105988 -"254938",46484,49776 -"254939",46484,54777 -"254940",46486,56054 -"254941",46486,57052 -"254942",46486,57995 -"254943",46486,63348 -"254944",46486,71703 -"254945",46486,72798 -"254946",46486,73077 -"254947",46486,75351 -"254948",46486,75366 -"254949",46486,77308 -"254950",46486,80716 -"254951",46486,81135 -"254952",46486,89185 -"254953",46486,90709 -"254954",46486,97254 -"254955",46486,99332 -"254956",46486,100627 -"254957",46486,103937 -"254958",46487,47789 -"254959",46487,83572 -"254960",46487,90174 -"254961",46487,97732 -"254962",46487,119952 -"254963",46488,94808 -"254964",46488,122186 -"254965",46489,50572 -"254966",46489,54112 -"254967",46489,58360 -"254968",46489,68119 -"254969",46489,83312 -"254970",46489,83820 -"254971",46489,84316 -"254972",46490,65438 -"254973",46490,77445 -"254974",46490,77469 -"254975",46490,106235 -"254976",46491,95491 -"254977",46491,103895 -"254978",46491,106257 -"254979",46492,96378 -"254980",46493,50480 -"254981",46494,46613 -"254982",46496,56570 -"254983",46496,62040 -"254984",46496,84278 -"254985",46496,91047 -"254986",46496,91227 -"254987",46497,52659 -"254988",46497,68895 -"254989",46497,70754 -"254990",46497,82123 -"254991",46497,97426 -"254992",46497,118180 -"254993",46498,66294 -"254994",46498,72991 -"254995",46498,91097 -"254996",46498,96092 -"254997",46499,97360 -"254998",46499,103126 -"254999",46500,46901 -"255000",46500,72512 -"255001",46500,102033 -"255002",46501,60985 -"255003",46501,83398 -"255004",46501,83414 -"255005",46502,46934 -"255006",46503,61785 -"255007",46503,68569 -"255008",46503,80723 -"255009",46503,88712 -"255010",46503,92913 -"255011",46503,106674 -"255012",46504,71745 -"255013",46504,100068 -"255014",46504,107421 -"255015",46505,53021 -"255016",46505,54323 -"255017",46505,55657 -"255018",46505,57272 -"255019",46506,46507 -"255020",46506,55298 -"255021",46506,56705 -"255022",46506,112350 -"255023",46506,112717 -"255024",46506,113454 -"255025",46508,46938 -"255026",46508,50827 -"255027",46508,72709 -"255028",46508,100237 -"255029",46509,74586 -"255030",46509,99186 -"255031",46509,103424 -"255032",46509,115451 -"255033",46510,57404 -"255034",46510,114835 -"255035",46512,81413 -"255036",46512,88858 -"255037",46513,48525 -"255038",46513,51408 -"255039",46514,46871 -"255040",46514,61913 -"255041",46516,100665 -"255042",46516,101960 -"255043",46517,48195 -"255044",46517,51367 -"255045",46517,54814 -"255046",46517,107820 -"255047",46520,72553 -"255048",46520,77666 -"255049",46520,78862 -"255050",46521,101255 -"255051",46521,113657 -"255052",46522,88254 -"255053",46522,93971 -"255054",46522,106671 -"255055",46523,49833 -"255056",46523,100492 -"255057",46525,46526 -"255058",46525,46543 -"255059",46525,46544 -"255060",46525,46629 -"255061",46525,46670 -"255062",46526,46543 -"255063",46526,46544 -"255064",46526,46629 -"255065",46526,46670 -"255066",46527,87110 -"255067",46528,67802 -"255068",46528,100802 -"255069",46529,54937 -"255070",46529,64417 -"255071",46531,103905 -"255072",46531,114375 -"255073",46531,114467 -"255074",46532,54581 -"255075",46532,63041 -"255076",46532,91266 -"255077",46532,102672 -"255078",46533,104106 -"255079",46534,61459 -"255080",46534,93605 -"255081",46536,49851 -"255082",46537,71205 -"255083",46537,96120 -"255084",46539,52425 -"255085",46539,52464 -"255086",46541,60552 -"255087",46542,98266 -"255088",46542,98269 -"255089",46542,98590 -"255090",46543,46544 -"255091",46543,46629 -"255092",46543,46670 -"255093",46544,46629 -"255094",46544,46670 -"255095",46544,51574 -"255096",46544,51672 -"255097",46544,51933 -"255098",46544,53220 -"255099",46544,60878 -"255100",46544,63340 -"255101",46545,63892 -"255102",46545,65275 -"255103",46545,66681 -"255104",46545,85210 -"255105",46545,85221 -"255106",46545,85223 -"255107",46545,85235 -"255108",46545,85236 -"255109",46545,86593 -"255110",46545,108449 -"255111",46546,50981 -"255112",46546,51365 -"255113",46546,53707 -"255114",46546,64282 -"255115",46546,71209 -"255116",46546,77544 -"255117",46546,79823 -"255118",46546,95448 -"255119",46549,50329 -"255120",46549,51287 -"255121",46550,46684 -"255122",46550,46778 -"255123",46550,46779 -"255124",46550,55811 -"255125",46551,58996 -"255126",46551,107574 -"255127",46552,57308 -"255128",46552,66905 -"255129",46552,112256 -"255130",46552,112260 -"255131",46553,69266 -"255132",46553,75208 -"255133",46553,77721 -"255134",46554,91500 -"255135",46554,102010 -"255136",46554,102035 -"255137",46555,76349 -"255138",46556,78753 -"255139",46557,46766 -"255140",46559,47580 -"255141",46559,69435 -"255142",46559,70247 -"255143",46559,72374 -"255144",46559,72417 -"255145",46560,47933 -"255146",46560,48026 -"255147",46560,55700 -"255148",46560,65833 -"255149",46560,89400 -"255150",46561,50214 -"255151",46562,54932 -"255152",46562,54933 -"255153",46562,54935 -"255154",46562,54961 -"255155",46562,67239 -"255156",46563,115643 -"255157",46564,46586 -"255158",46564,69140 -"255159",46564,115415 -"255160",46564,115442 -"255161",46564,115488 -"255162",46565,117816 -"255163",46565,118170 -"255164",46565,122984 -"255165",46566,58307 -"255166",46566,62320 -"255167",46566,74187 -"255168",46567,46637 -"255169",46567,46639 -"255170",46567,49359 -"255171",46567,72331 -"255172",46567,72424 -"255173",46568,49284 -"255174",46568,50659 -"255175",46568,52231 -"255176",46568,54737 -"255177",46568,56168 -"255178",46568,60846 -"255179",46568,64767 -"255180",46568,69291 -"255181",46568,78073 -"255182",46568,79331 -"255183",46568,79710 -"255184",46568,79711 -"255185",46568,79720 -"255186",46568,79725 -"255187",46568,79738 -"255188",46568,79748 -"255189",46568,79750 -"255190",46568,79754 -"255191",46568,79758 -"255192",46568,79760 -"255193",46568,79771 -"255194",46568,79780 -"255195",46568,79781 -"255196",46568,79803 -"255197",46568,83334 -"255198",46568,94223 -"255199",46568,109937 -"255200",46568,110336 -"255201",46568,115766 -"255202",46568,117032 -"255203",46569,54562 -"255204",46569,57956 -"255205",46569,63998 -"255206",46569,100740 -"255207",46570,94995 -"255208",46571,50971 -"255209",46571,51750 -"255210",46571,62996 -"255211",46571,64430 -"255212",46571,78123 -"255213",46571,78819 -"255214",46571,78887 -"255215",46571,84062 -"255216",46571,91601 -"255217",46572,49048 -"255218",46572,61527 -"255219",46572,73477 -"255220",46572,73524 -"255221",46572,73525 -"255222",46573,69988 -"255223",46574,78798 -"255224",46575,46644 -"255225",46577,57129 -"255226",46577,57230 -"255227",46578,48844 -"255228",46578,49282 -"255229",46578,61681 -"255230",46578,64947 -"255231",46578,66506 -"255232",46578,76572 -"255233",46578,78481 -"255234",46579,46596 -"255235",46579,59253 -"255236",46579,67946 -"255237",46579,90727 -"255238",46581,54646 -"255239",46581,64752 -"255240",46581,64755 -"255241",46581,71429 -"255242",46581,90305 -"255243",46581,96944 -"255244",46581,116720 -"255245",46581,117358 -"255246",46582,86080 -"255247",46583,60323 -"255248",46584,86708 -"255249",46584,112080 -"255250",46584,117659 -"255251",46586,51666 -"255252",46586,72957 -"255253",46586,89742 -"255254",46586,99070 -"255255",46586,102796 -"255256",46586,105207 -"255257",46586,110380 -"255258",46586,120879 -"255259",46586,120961 -"255260",46586,121331 -"255261",46586,121353 -"255262",46586,121358 -"255263",46587,46672 -"255264",46587,54871 -"255265",46588,56570 -"255266",46588,73935 -"255267",46588,83768 -"255268",46589,63494 -"255269",46589,77184 -"255270",46590,47069 -"255271",46590,70547 -"255272",46590,70797 -"255273",46591,46609 -"255274",46591,74911 -"255275",46591,98620 -"255276",46591,101884 -"255277",46592,57769 -"255278",46592,67612 -"255279",46592,67673 -"255280",46592,68107 -"255281",46593,94864 -"255282",46593,120906 -"255283",46594,104032 -"255284",46594,104407 -"255285",46595,55197 -"255286",46595,58814 -"255287",46595,61059 -"255288",46595,62143 -"255289",46595,62149 -"255290",46596,49940 -"255291",46596,62164 -"255292",46596,64413 -"255293",46596,80626 -"255294",46597,49809 -"255295",46597,58989 -"255296",46597,61197 -"255297",46597,72943 -"255298",46597,72958 -"255299",46597,72962 -"255300",46597,72982 -"255301",46597,73026 -"255302",46598,69429 -"255303",46598,71515 -"255304",46599,77910 -"255305",46599,89100 -"255306",46600,59839 -"255307",46600,63310 -"255308",46600,66224 -"255309",46600,68723 -"255310",46600,75679 -"255311",46601,47223 -"255312",46601,49517 -"255313",46601,64941 -"255314",46601,65376 -"255315",46601,86799 -"255316",46602,58718 -"255317",46602,70272 -"255318",46604,46870 -"255319",46605,80795 -"255320",46607,46679 -"255321",46607,47627 -"255322",46607,51382 -"255323",46607,60541 -"255324",46607,60542 -"255325",46607,60577 -"255326",46607,74185 -"255327",46607,74205 -"255328",46608,63067 -"255329",46608,94520 -"255330",46608,95890 -"255331",46610,81816 -"255332",46611,68621 -"255333",46611,76707 -"255334",46611,94110 -"255335",46611,114101 -"255336",46612,46631 -"255337",46612,94912 -"255338",46612,117368 -"255339",46613,84529 -"255340",46613,92009 -"255341",46613,92015 -"255342",46613,111526 -"255343",46614,56323 -"255344",46614,56499 -"255345",46614,63475 -"255346",46614,63503 -"255347",46614,63517 -"255348",46614,63563 -"255349",46614,63575 -"255350",46614,63592 -"255351",46615,51070 -"255352",46615,64032 -"255353",46616,47607 -"255354",46616,53584 -"255355",46616,59538 -"255356",46616,76796 -"255357",46616,78201 -"255358",46616,78205 -"255359",46616,79229 -"255360",46616,92358 -"255361",46616,99425 -"255362",46617,47982 -"255363",46617,50114 -"255364",46617,54749 -"255365",46617,56883 -"255366",46617,58277 -"255367",46617,58402 -"255368",46617,58927 -"255369",46617,61608 -"255370",46617,63475 -"255371",46617,64253 -"255372",46618,96833 -"255373",46619,82683 -"255374",46619,90318 -"255375",46620,76392 -"255376",46621,52327 -"255377",46621,55795 -"255378",46621,59326 -"255379",46621,61785 -"255380",46621,67825 -"255381",46621,68844 -"255382",46621,77441 -"255383",46621,80305 -"255384",46621,81613 -"255385",46621,83865 -"255386",46621,88232 -"255387",46621,88237 -"255388",46621,91411 -"255389",46621,100502 -"255390",46621,100583 -"255391",46621,101016 -"255392",46621,103271 -"255393",46623,46776 -"255394",46624,72296 -"255395",46624,85343 -"255396",46627,49543 -"255397",46627,93000 -"255398",46628,62322 -"255399",46629,46670 -"255400",46629,51574 -"255401",46629,51672 -"255402",46629,51933 -"255403",46629,61982 -"255404",46629,65972 -"255405",46629,69791 -"255406",46629,78597 -"255407",46629,78934 -"255408",46629,81362 -"255409",46632,46633 -"255410",46634,64024 -"255411",46634,69710 -"255412",46634,99658 -"255413",46634,106839 -"255414",46635,81463 -"255415",46635,85356 -"255416",46635,108057 -"255417",46635,117907 -"255418",46636,81559 -"255419",46637,46639 -"255420",46637,48992 -"255421",46637,49935 -"255422",46637,55045 -"255423",46637,56859 -"255424",46637,61401 -"255425",46637,61702 -"255426",46637,62137 -"255427",46637,62228 -"255428",46637,62296 -"255429",46637,62739 -"255430",46637,62770 -"255431",46637,66523 -"255432",46637,71510 -"255433",46637,72065 -"255434",46637,72069 -"255435",46637,72070 -"255436",46637,72072 -"255437",46637,72077 -"255438",46637,72088 -"255439",46637,72102 -"255440",46637,72106 -"255441",46637,72107 -"255442",46639,48992 -"255443",46639,56859 -"255444",46639,61702 -"255445",46639,62137 -"255446",46639,62228 -"255447",46639,62296 -"255448",46639,62739 -"255449",46639,66523 -"255450",46639,71510 -"255451",46639,72065 -"255452",46639,72069 -"255453",46639,72070 -"255454",46639,72072 -"255455",46639,72077 -"255456",46639,72088 -"255457",46639,72102 -"255458",46639,72106 -"255459",46639,72107 -"255460",46640,52168 -"255461",46640,79425 -"255462",46640,79495 -"255463",46641,50457 -"255464",46641,50518 -"255465",46641,56301 -"255466",46641,59709 -"255467",46641,70388 -"255468",46641,70425 -"255469",46642,47384 -"255470",46642,48812 -"255471",46642,53058 -"255472",46642,53417 -"255473",46642,71011 -"255474",46642,85777 -"255475",46642,99442 -"255476",46642,110686 -"255477",46642,112115 -"255478",46643,66904 -"255479",46643,84750 -"255480",46644,55969 -"255481",46644,89055 -"255482",46644,98092 -"255483",46644,114151 -"255484",46645,81337 -"255485",46645,82905 -"255486",46645,116100 -"255487",46645,116111 -"255488",46646,46694 -"255489",46646,52972 -"255490",46646,54305 -"255491",46646,74109 -"255492",46647,47825 -"255493",46647,48575 -"255494",46647,53837 -"255495",46647,64215 -"255496",46647,77488 -"255497",46647,81934 -"255498",46647,85935 -"255499",46647,93483 -"255500",46647,108892 -"255501",46647,109623 -"255502",46648,50468 -"255503",46648,83184 -"255504",46648,88480 -"255505",46648,110956 -"255506",46648,111140 -"255507",46648,115926 -"255508",46648,118554 -"255509",46648,118565 -"255510",46649,55101 -"255511",46649,66744 -"255512",46649,79225 -"255513",46649,104662 -"255514",46649,120033 -"255515",46650,68679 -"255516",46650,108786 -"255517",46650,115523 -"255518",46651,68882 -"255519",46651,99721 -"255520",46653,46760 -"255521",46653,80032 -"255522",46653,84510 -"255523",46653,103043 -"255524",46654,46692 -"255525",46654,51882 -"255526",46655,58339 -"255527",46657,100175 -"255528",46658,49057 -"255529",46659,52324 -"255530",46659,85090 -"255531",46660,73140 -"255532",46660,80943 -"255533",46661,50227 -"255534",46661,50228 -"255535",46661,51305 -"255536",46661,51611 -"255537",46661,52852 -"255538",46661,52994 -"255539",46661,58111 -"255540",46661,60401 -"255541",46661,62923 -"255542",46661,64493 -"255543",46661,64517 -"255544",46661,64694 -"255545",46661,64754 -"255546",46661,64763 -"255547",46662,50541 -"255548",46662,54800 -"255549",46662,115316 -"255550",46663,83969 -"255551",46663,91738 -"255552",46664,65733 -"255553",46665,59955 -"255554",46666,58804 -"255555",46667,48417 -"255556",46667,58384 -"255557",46667,77629 -"255558",46667,79095 -"255559",46667,91352 -"255560",46667,91501 -"255561",46667,93013 -"255562",46667,122296 -"255563",46668,49346 -"255564",46668,54769 -"255565",46668,60879 -"255566",46668,64370 -"255567",46668,74559 -"255568",46668,81648 -"255569",46668,110521 -"255570",46669,56508 -"255571",46669,56509 -"255572",46669,56545 -"255573",46669,89267 -"255574",46669,116183 -"255575",46669,116187 -"255576",46669,116202 -"255577",46670,48356 -"255578",46670,65242 -"255579",46670,98833 -"255580",46670,116886 -"255581",46671,47144 -"255582",46671,55125 -"255583",46674,46734 -"255584",46675,46771 -"255585",46675,54226 -"255586",46675,98061 -"255587",46676,46765 -"255588",46678,50662 -"255589",46678,52059 -"255590",46678,53524 -"255591",46678,58988 -"255592",46678,71356 -"255593",46678,83018 -"255594",46678,87263 -"255595",46678,97096 -"255596",46678,100782 -"255597",46678,104516 -"255598",46678,104523 -"255599",46678,112132 -"255600",46680,46722 -"255601",46680,51802 -"255602",46680,51882 -"255603",46680,69668 -"255604",46680,97752 -"255605",46680,117899 -"255606",46680,117901 -"255607",46681,53031 -"255608",46681,53635 -"255609",46681,56122 -"255610",46681,68098 -"255611",46681,71434 -"255612",46681,77489 -"255613",46681,87598 -"255614",46681,88700 -"255615",46681,88926 -"255616",46682,64834 -"255617",46682,104599 -"255618",46684,46778 -"255619",46684,46779 -"255620",46684,51260 -"255621",46684,102980 -"255622",46685,50036 -"255623",46685,80276 -"255624",46686,77967 -"255625",46686,101534 -"255626",46686,101684 -"255627",46686,102703 -"255628",46686,112672 -"255629",46687,61303 -"255630",46687,77038 -"255631",46687,96933 -"255632",46687,115391 -"255633",46688,49268 -"255634",46688,57738 -"255635",46688,101431 -"255636",46689,87042 -"255637",46690,48567 -"255638",46690,75604 -"255639",46690,97921 -"255640",46691,53325 -"255641",46691,54764 -"255642",46691,55000 -"255643",46691,61918 -"255644",46691,77160 -"255645",46691,77175 -"255646",46691,77179 -"255647",46691,89927 -"255648",46691,103391 -"255649",46691,106260 -"255650",46691,111201 -"255651",46692,84900 -"255652",46693,50433 -"255653",46694,106790 -"255654",46695,52862 -"255655",46695,53123 -"255656",46695,61354 -"255657",46696,111313 -"255658",46696,117561 -"255659",46697,48336 -"255660",46697,82509 -"255661",46697,88641 -"255662",46698,53350 -"255663",46699,79346 -"255664",46700,51449 -"255665",46700,54528 -"255666",46700,82078 -"255667",46700,101612 -"255668",46701,64829 -"255669",46702,65474 -"255670",46703,67379 -"255671",46703,103622 -"255672",46704,86898 -"255673",46705,48619 -"255674",46705,58363 -"255675",46705,72968 -"255676",46705,108327 -"255677",46705,114154 -"255678",46705,121091 -"255679",46705,121210 -"255680",46707,93106 -"255681",46707,101237 -"255682",46707,101238 -"255683",46708,46728 -"255684",46709,58786 -"255685",46709,86348 -"255686",46710,72142 -"255687",46712,65073 -"255688",46715,46716 -"255689",46715,61413 -"255690",46715,66653 -"255691",46715,72155 -"255692",46715,77001 -"255693",46715,83526 -"255694",46715,90080 -"255695",46715,91003 -"255696",46715,91986 -"255697",46715,93136 -"255698",46715,100332 -"255699",46715,111143 -"255700",46716,61413 -"255701",46716,76564 -"255702",46716,77001 -"255703",46716,82813 -"255704",46716,83526 -"255705",46716,93136 -"255706",46716,100205 -"255707",46716,100332 -"255708",46717,49156 -"255709",46717,88806 -"255710",46718,81516 -"255711",46718,97569 -"255712",46718,108538 -"255713",46718,108539 -"255714",46719,46753 -"255715",46721,54240 -"255716",46721,56475 -"255717",46721,68807 -"255718",46721,68813 -"255719",46721,68826 -"255720",46721,68864 -"255721",46721,93626 -"255722",46721,93642 -"255723",46721,100438 -"255724",46721,104486 -"255725",46721,109719 -"255726",46723,50219 -"255727",46723,51638 -"255728",46723,55468 -"255729",46723,82831 -"255730",46723,84138 -"255731",46723,84193 -"255732",46723,85079 -"255733",46723,96238 -"255734",46723,99444 -"255735",46723,106074 -"255736",46725,60048 -"255737",46725,103954 -"255738",46726,47167 -"255739",46726,48464 -"255740",46726,50996 -"255741",46726,59915 -"255742",46726,62268 -"255743",46726,62668 -"255744",46726,70473 -"255745",46726,70981 -"255746",46726,71825 -"255747",46726,71837 -"255748",46726,77625 -"255749",46726,79681 -"255750",46726,80435 -"255751",46726,81077 -"255752",46726,82452 -"255753",46726,88409 -"255754",46726,90883 -"255755",46726,91383 -"255756",46726,92113 -"255757",46726,98904 -"255758",46726,100406 -"255759",46726,102940 -"255760",46726,118577 -"255761",46726,119085 -"255762",46726,119224 -"255763",46726,119439 -"255764",46726,120085 -"255765",46726,120232 -"255766",46726,121213 -"255767",46727,59963 -"255768",46727,67201 -"255769",46727,70455 -"255770",46727,80894 -"255771",46727,89403 -"255772",46727,90304 -"255773",46727,92077 -"255774",46727,106291 -"255775",46727,112423 -"255776",46729,46807 -"255777",46729,46808 -"255778",46729,46929 -"255779",46729,46945 -"255780",46730,56813 -"255781",46730,58683 -"255782",46730,58708 -"255783",46730,65145 -"255784",46730,75024 -"255785",46730,77916 -"255786",46730,81701 -"255787",46730,82681 -"255788",46730,100600 -"255789",46732,50282 -"255790",46732,54178 -"255791",46732,55071 -"255792",46732,57908 -"255793",46732,59221 -"255794",46732,59557 -"255795",46732,66272 -"255796",46732,66976 -"255797",46732,91799 -"255798",46733,47421 -"255799",46733,54729 -"255800",46733,63112 -"255801",46733,80055 -"255802",46733,80625 -"255803",46733,81046 -"255804",46733,89452 -"255805",46733,91482 -"255806",46733,121427 -"255807",46734,60571 -"255808",46735,66758 -"255809",46735,96850 -"255810",46737,77737 -"255811",46737,108454 -"255812",46738,57621 -"255813",46738,57640 -"255814",46739,51592 -"255815",46740,46932 -"255816",46741,46803 -"255817",46741,106929 -"255818",46741,109359 -"255819",46742,46842 -"255820",46743,72170 -"255821",46744,78962 -"255822",46744,83995 -"255823",46745,78644 -"255824",46745,93518 -"255825",46745,115599 -"255826",46746,48522 -"255827",46746,55334 -"255828",46747,63011 -"255829",46747,107677 -"255830",46747,114405 -"255831",46748,50409 -"255832",46748,54357 -"255833",46748,57455 -"255834",46748,58661 -"255835",46748,78380 -"255836",46748,83536 -"255837",46748,109114 -"255838",46748,117010 -"255839",46748,117612 -"255840",46748,122710 -"255841",46749,69351 -"255842",46749,71053 -"255843",46749,71056 -"255844",46749,71072 -"255845",46751,64492 -"255846",46752,47472 -"255847",46752,52688 -"255848",46752,63632 -"255849",46752,73193 -"255850",46752,82281 -"255851",46752,82997 -"255852",46752,86623 -"255853",46752,98686 -"255854",46752,98703 -"255855",46752,98706 -"255856",46754,50855 -"255857",46754,101162 -"255858",46754,121288 -"255859",46756,101541 -"255860",46757,52477 -"255861",46757,52521 -"255862",46757,66129 -"255863",46760,80032 -"255864",46760,82353 -"255865",46760,87579 -"255866",46761,103698 -"255867",46761,113980 -"255868",46762,64927 -"255869",46762,78289 -"255870",46762,78295 -"255871",46762,120435 -"255872",46763,57730 -"255873",46763,59985 -"255874",46763,92401 -"255875",46763,100611 -"255876",46764,52907 -"255877",46764,67502 -"255878",46764,109177 -"255879",46766,107487 -"255880",46767,79158 -"255881",46767,114447 -"255882",46768,68345 -"255883",46768,71874 -"255884",46768,75359 -"255885",46768,80606 -"255886",46768,87228 -"255887",46769,87220 -"255888",46769,119673 -"255889",46769,122718 -"255890",46770,48307 -"255891",46770,55375 -"255892",46770,84492 -"255893",46772,68089 -"255894",46772,118911 -"255895",46773,50551 -"255896",46773,74698 -"255897",46773,83940 -"255898",46773,86515 -"255899",46773,101908 -"255900",46773,107828 -"255901",46774,51712 -"255902",46774,61608 -"255903",46774,63058 -"255904",46774,63114 -"255905",46774,74162 -"255906",46775,104962 -"255907",46776,49810 -"255908",46776,69251 -"255909",46776,75786 -"255910",46776,75807 -"255911",46776,75808 -"255912",46776,75965 -"255913",46776,75975 -"255914",46776,75990 -"255915",46776,75991 -"255916",46776,75998 -"255917",46776,104605 -"255918",46777,47899 -"255919",46778,46779 -"255920",46778,57171 -"255921",46778,62147 -"255922",46778,71884 -"255923",46779,49314 -"255924",46779,59673 -"255925",46780,48218 -"255926",46780,67621 -"255927",46780,78534 -"255928",46780,82387 -"255929",46780,84072 -"255930",46780,101128 -"255931",46780,102788 -"255932",46780,105715 -"255933",46780,106484 -"255934",46781,49765 -"255935",46781,50310 -"255936",46781,57317 -"255937",46781,59385 -"255938",46781,94640 -"255939",46784,92374 -"255940",46785,63073 -"255941",46786,51013 -"255942",46786,64468 -"255943",46786,74187 -"255944",46786,78375 -"255945",46786,86533 -"255946",46786,90820 -"255947",46786,91275 -"255948",46786,120978 -"255949",46787,61508 -"255950",46787,62968 -"255951",46787,98360 -"255952",46787,102962 -"255953",46788,47123 -"255954",46788,47488 -"255955",46788,48909 -"255956",46788,49859 -"255957",46788,50064 -"255958",46788,50067 -"255959",46788,50554 -"255960",46788,50879 -"255961",46788,51783 -"255962",46788,52018 -"255963",46788,53444 -"255964",46788,53527 -"255965",46788,53555 -"255966",46788,54275 -"255967",46788,56628 -"255968",46788,58004 -"255969",46788,58068 -"255970",46788,58633 -"255971",46788,61111 -"255972",46788,61127 -"255973",46788,68287 -"255974",46790,83808 -"255975",46790,85751 -"255976",46790,113987 -"255977",46792,46885 -"255978",46792,67790 -"255979",46792,97376 -"255980",46792,97391 -"255981",46792,97399 -"255982",46793,87930 -"255983",46793,107540 -"255984",46793,116306 -"255985",46793,116324 -"255986",46793,116661 -"255987",46795,51689 -"255988",46795,55450 -"255989",46795,67788 -"255990",46795,77376 -"255991",46797,46859 -"255992",46798,46799 -"255993",46798,46879 -"255994",46798,46886 -"255995",46798,52102 -"255996",46798,53222 -"255997",46798,66117 -"255998",46799,46879 -"255999",46799,46886 -"256000",46800,46801 -"256001",46802,78273 -"256002",46802,81313 -"256003",46803,47769 -"256004",46803,51663 -"256005",46803,59484 -"256006",46803,62424 -"256007",46803,70752 -"256008",46803,100398 -"256009",46803,109359 -"256010",46803,117679 -"256011",46804,47108 -"256012",46804,47205 -"256013",46804,47363 -"256014",46804,91864 -"256015",46805,70008 -"256016",46805,107484 -"256017",46807,46808 -"256018",46807,46929 -"256019",46807,46945 -"256020",46808,46929 -"256021",46808,46945 -"256022",46809,68139 -"256023",46809,115720 -"256024",46810,105795 -"256025",46811,79360 -"256026",46812,51001 -"256027",46813,46913 -"256028",46813,56947 -"256029",46813,88665 -"256030",46813,97020 -"256031",46813,97404 -"256032",46813,111607 -"256033",46814,67227 -"256034",46814,108949 -"256035",46814,112570 -"256036",46815,46826 -"256037",46815,49312 -"256038",46815,72801 -"256039",46815,92882 -"256040",46815,93999 -"256041",46815,116488 -"256042",46817,77734 -"256043",46818,46829 -"256044",46818,46878 -"256045",46818,46900 -"256046",46819,49798 -"256047",46819,50453 -"256048",46819,50585 -"256049",46819,51791 -"256050",46819,55612 -"256051",46819,57647 -"256052",46820,110373 -"256053",46821,47276 -"256054",46821,87539 -"256055",46822,51058 -"256056",46822,63486 -"256057",46822,76291 -"256058",46822,96681 -"256059",46822,122790 -"256060",46824,46909 -"256061",46824,50230 -"256062",46824,52974 -"256063",46824,57897 -"256064",46824,63640 -"256065",46825,48584 -"256066",46825,53267 -"256067",46825,57679 -"256068",46825,67240 -"256069",46825,69524 -"256070",46825,71748 -"256071",46825,96324 -"256072",46825,98675 -"256073",46825,119379 -"256074",46826,66016 -"256075",46826,72801 -"256076",46826,93999 -"256077",46826,115364 -"256078",46827,51222 -"256079",46827,69620 -"256080",46827,84071 -"256081",46827,96626 -"256082",46827,111209 -"256083",46827,122973 -"256084",46828,60761 -"256085",46829,46878 -"256086",46829,46900 -"256087",46831,77545 -"256088",46832,70731 -"256089",46832,73494 -"256090",46832,74435 -"256091",46832,76484 -"256092",46832,100320 -"256093",46832,100334 -"256094",46832,104634 -"256095",46832,123029 -"256096",46834,63749 -"256097",46834,64907 -"256098",46834,68788 -"256099",46834,85618 -"256100",46834,86567 -"256101",46834,96581 -"256102",46834,98051 -"256103",46834,98084 -"256104",46836,75044 -"256105",46839,73149 -"256106",46839,86518 -"256107",46840,57269 -"256108",46840,74023 -"256109",46841,54211 -"256110",46841,60011 -"256111",46841,63229 -"256112",46841,94193 -"256113",46843,48331 -"256114",46844,95804 -"256115",46846,58463 -"256116",46846,74816 -"256117",46846,86219 -"256118",46848,51448 -"256119",46848,58168 -"256120",46848,72241 -"256121",46848,75824 -"256122",46848,83133 -"256123",46848,83191 -"256124",46848,83193 -"256125",46848,85193 -"256126",46848,86584 -"256127",46848,92947 -"256128",46849,63389 -"256129",46849,68342 -"256130",46849,68347 -"256131",46849,79727 -"256132",46849,105110 -"256133",46849,106037 -"256134",46850,50063 -"256135",46850,50604 -"256136",46850,51751 -"256137",46850,60481 -"256138",46850,65400 -"256139",46850,70925 -"256140",46850,81109 -"256141",46850,88911 -"256142",46850,89742 -"256143",46850,90475 -"256144",46850,91770 -"256145",46850,94105 -"256146",46850,94780 -"256147",46850,95804 -"256148",46850,96518 -"256149",46850,97485 -"256150",46850,99491 -"256151",46850,99735 -"256152",46850,101568 -"256153",46850,102551 -"256154",46850,102734 -"256155",46850,110380 -"256156",46850,110563 -"256157",46850,119046 -"256158",46850,119237 -"256159",46850,123379 -"256160",46851,46854 -"256161",46851,56393 -"256162",46851,61412 -"256163",46851,65751 -"256164",46851,67339 -"256165",46851,76928 -"256166",46851,76956 -"256167",46851,96823 -"256168",46851,97954 -"256169",46851,97955 -"256170",46851,97972 -"256171",46851,97973 -"256172",46851,97981 -"256173",46851,97987 -"256174",46851,97994 -"256175",46851,97998 -"256176",46851,97999 -"256177",46851,98008 -"256178",46852,48170 -"256179",46852,63021 -"256180",46852,66898 -"256181",46852,81491 -"256182",46852,108259 -"256183",46853,85459 -"256184",46853,94096 -"256185",46855,88671 -"256186",46855,93300 -"256187",46855,101968 -"256188",46856,47497 -"256189",46856,70302 -"256190",46856,78001 -"256191",46857,89316 -"256192",46858,54409 -"256193",46858,74916 -"256194",46858,75117 -"256195",46858,108985 -"256196",46859,72496 -"256197",46859,72506 -"256198",46859,72582 -"256199",46861,106895 -"256200",46861,106899 -"256201",46863,111391 -"256202",46863,122374 -"256203",46865,51209 -"256204",46866,56162 -"256205",46866,69030 -"256206",46867,46868 -"256207",46868,59928 -"256208",46869,57049 -"256209",46869,83092 -"256210",46870,59575 -"256211",46871,61913 -"256212",46872,51791 -"256213",46872,70622 -"256214",46873,66403 -"256215",46873,85563 -"256216",46873,112618 -"256217",46874,60875 -"256218",46874,83290 -"256219",46875,55775 -"256220",46875,81699 -"256221",46875,86652 -"256222",46877,91961 -"256223",46878,46900 -"256224",46879,46886 -"256225",46879,48174 -"256226",46879,107874 -"256227",46881,55446 -"256228",46881,63389 -"256229",46881,69830 -"256230",46881,83846 -"256231",46881,86102 -"256232",46881,103883 -"256233",46881,107730 -"256234",46882,48720 -"256235",46882,52227 -"256236",46883,49912 -"256237",46883,50301 -"256238",46883,88384 -"256239",46884,60992 -"256240",46884,63765 -"256241",46885,83504 -"256242",46887,48010 -"256243",46887,53458 -"256244",46887,55012 -"256245",46887,64025 -"256246",46887,69011 -"256247",46887,84102 -"256248",46887,96751 -"256249",46887,97260 -"256250",46887,99545 -"256251",46887,99572 -"256252",46887,113627 -"256253",46887,114125 -"256254",46887,123194 -"256255",46888,70740 -"256256",46889,47654 -"256257",46889,50109 -"256258",46890,50023 -"256259",46890,54385 -"256260",46890,57017 -"256261",46890,63045 -"256262",46890,76135 -"256263",46890,76403 -"256264",46890,108725 -"256265",46890,110871 -"256266",46891,87350 -"256267",46891,92744 -"256268",46892,80679 -"256269",46892,90858 -"256270",46892,107593 -"256271",46892,107605 -"256272",46892,108334 -"256273",46892,112917 -"256274",46893,55548 -"256275",46893,89275 -"256276",46893,101858 -"256277",46893,106468 -"256278",46893,115899 -"256279",46895,51504 -"256280",46896,46903 -"256281",46896,57037 -"256282",46896,60283 -"256283",46896,62981 -"256284",46896,63421 -"256285",46896,63608 -"256286",46897,65483 -"256287",46897,73741 -"256288",46897,102823 -"256289",46898,46920 -"256290",46898,64206 -"256291",46899,60849 -"256292",46899,63474 -"256293",46900,57710 -"256294",46902,56727 -"256295",46902,63701 -"256296",46902,73631 -"256297",46902,91840 -"256298",46902,92029 -"256299",46902,101426 -"256300",46903,51392 -"256301",46903,52494 -"256302",46903,60283 -"256303",46903,68672 -"256304",46903,68789 -"256305",46903,68891 -"256306",46903,68914 -"256307",46903,73111 -"256308",46904,57043 -"256309",46905,60072 -"256310",46905,75760 -"256311",46905,86347 -"256312",46905,95932 -"256313",46906,67043 -"256314",46906,79909 -"256315",46907,57920 -"256316",46908,56487 -"256317",46908,57885 -"256318",46909,64106 -"256319",46911,51135 -"256320",46911,77051 -"256321",46911,86711 -"256322",46911,87978 -"256323",46911,87981 -"256324",46912,72995 -"256325",46912,99129 -"256326",46913,46914 -"256327",46913,47373 -"256328",46913,51798 -"256329",46913,56947 -"256330",46913,103225 -"256331",46914,63451 -"256332",46914,79819 -"256333",46915,85909 -"256334",46915,87166 -"256335",46915,114796 -"256336",46915,119804 -"256337",46915,120108 -"256338",46916,57591 -"256339",46917,91480 -"256340",46918,48578 -"256341",46918,51270 -"256342",46918,59823 -"256343",46919,54407 -"256344",46919,106808 -"256345",46919,110737 -"256346",46921,61368 -"256347",46921,72590 -"256348",46922,83935 -"256349",46922,94935 -"256350",46922,99217 -"256351",46922,116164 -"256352",46924,111471 -"256353",46924,112446 -"256354",46924,113528 -"256355",46927,51439 -"256356",46927,56206 -"256357",46927,60163 -"256358",46927,60637 -"256359",46927,68979 -"256360",46927,69092 -"256361",46927,69101 -"256362",46927,69115 -"256363",46927,69161 -"256364",46927,80886 -"256365",46927,94788 -"256366",46927,102361 -"256367",46929,46945 -"256368",46929,63312 -"256369",46929,79493 -"256370",46929,80473 -"256371",46930,55844 -"256372",46930,57960 -"256373",46931,57638 -"256374",46931,66737 -"256375",46931,79322 -"256376",46931,84121 -"256377",46931,87252 -"256378",46932,79315 -"256379",46933,61287 -"256380",46934,72424 -"256381",46935,61415 -"256382",46937,99786 -"256383",46938,61576 -"256384",46938,62920 -"256385",46938,71542 -"256386",46938,74494 -"256387",46938,103365 -"256388",46939,67879 -"256389",46940,118134 -"256390",46942,47588 -"256391",46942,56957 -"256392",46942,82105 -"256393",46942,83031 -"256394",46942,83049 -"256395",46942,84962 -"256396",46942,97099 -"256397",46944,107421 -"256398",46945,87396 -"256399",46945,88298 -"256400",46945,90858 -"256401",46945,91557 -"256402",46945,95945 -"256403",46945,98911 -"256404",46945,99016 -"256405",46945,104859 -"256406",46945,104864 -"256407",46945,104865 -"256408",46945,104882 -"256409",46945,108334 -"256410",46946,67541 -"256411",46947,104143 -"256412",46948,56746 -"256413",46949,47225 -"256414",46949,57085 -"256415",46950,69712 -"256416",46951,50105 -"256417",46951,64743 -"256418",46951,65334 -"256419",46951,67300 -"256420",46951,76807 -"256421",46951,81489 -"256422",46951,93851 -"256423",46951,97477 -"256424",46951,103179 -"256425",46951,103826 -"256426",46951,115062 -"256427",46951,117098 -"256428",46951,122934 -"256429",46952,54025 -"256430",46952,57863 -"256431",46952,57932 -"256432",46952,60428 -"256433",46953,64503 -"256434",46953,78037 -"256435",46953,109695 -"256436",46953,109699 -"256437",46954,47034 -"256438",46954,47076 -"256439",46954,47077 -"256440",46956,76257 -"256441",46957,46989 -"256442",46957,76369 -"256443",46957,92784 -"256444",46958,47014 -"256445",46958,47070 -"256446",46958,47079 -"256447",46960,47232 -"256448",46960,79586 -"256449",46962,46969 -"256450",46962,48860 -"256451",46962,51656 -"256452",46962,52926 -"256453",46962,62870 -"256454",46962,89110 -"256455",46965,46982 -"256456",46965,47032 -"256457",46965,47052 -"256458",46965,47054 -"256459",46966,46998 -"256460",46966,69535 -"256461",46966,119927 -"256462",46968,51624 -"256463",46969,97249 -"256464",46970,47065 -"256465",46970,47066 -"256466",46971,101308 -"256467",46972,94422 -"256468",46973,47044 -"256469",46973,61999 -"256470",46973,95966 -"256471",46973,96539 -"256472",46973,103491 -"256473",46974,46975 -"256474",46977,79964 -"256475",46977,119018 -"256476",46977,120022 -"256477",46978,54255 -"256478",46978,54259 -"256479",46978,54295 -"256480",46979,51414 -"256481",46979,64435 -"256482",46980,108752 -"256483",46980,114483 -"256484",46981,106124 -"256485",46981,113104 -"256486",46982,47032 -"256487",46982,47052 -"256488",46982,47054 -"256489",46982,48631 -"256490",46982,48690 -"256491",46982,54160 -"256492",46982,54187 -"256493",46982,55434 -"256494",46983,54838 -"256495",46983,63597 -"256496",46983,65198 -"256497",46983,75167 -"256498",46983,105185 -"256499",46983,106191 -"256500",46983,109886 -"256501",46983,118264 -"256502",46984,63168 -"256503",46984,64089 -"256504",46984,74781 -"256505",46984,79603 -"256506",46984,82695 -"256507",46984,91192 -"256508",46984,91925 -"256509",46984,92595 -"256510",46984,108829 -"256511",46985,52297 -"256512",46985,71348 -"256513",46985,74284 -"256514",46985,75371 -"256515",46985,89296 -"256516",46985,100105 -"256517",46985,107301 -"256518",46985,107410 -"256519",46986,55739 -"256520",46986,73634 -"256521",46986,106804 -"256522",46986,106827 -"256523",46987,53069 -"256524",46988,51083 -"256525",46988,109093 -"256526",46988,123487 -"256527",46989,49306 -"256528",46989,56710 -"256529",46989,56936 -"256530",46990,49502 -"256531",46990,50180 -"256532",46991,59736 -"256533",46991,117963 -"256534",46991,117964 -"256535",46992,49657 -"256536",46994,87087 -"256537",46995,79569 -"256538",46996,55045 -"256539",46998,59390 -"256540",46998,59816 -"256541",46998,76581 -"256542",46998,99855 -"256543",46999,53264 -"256544",46999,62372 -"256545",46999,90963 -"256546",46999,114123 -"256547",46999,115745 -"256548",46999,122013 -"256549",47002,65613 -"256550",47002,110361 -"256551",47004,109127 -"256552",47006,94708 -"256553",47006,111577 -"256554",47006,114626 -"256555",47007,47401 -"256556",47007,53482 -"256557",47007,58264 -"256558",47007,61081 -"256559",47008,57534 -"256560",47009,47947 -"256561",47009,55021 -"256562",47009,57307 -"256563",47009,57372 -"256564",47009,57843 -"256565",47009,60301 -"256566",47009,60310 -"256567",47009,60348 -"256568",47009,60407 -"256569",47009,113294 -"256570",47009,113311 -"256571",47010,79243 -"256572",47011,98208 -"256573",47012,88390 -"256574",47012,92807 -"256575",47013,52845 -"256576",47013,58022 -"256577",47013,65402 -"256578",47013,72921 -"256579",47013,73923 -"256580",47013,75439 -"256581",47013,76314 -"256582",47013,86450 -"256583",47013,99298 -"256584",47014,47070 -"256585",47014,47079 -"256586",47014,67808 -"256587",47015,112535 -"256588",47016,51954 -"256589",47016,88799 -"256590",47017,63307 -"256591",47018,84386 -"256592",47018,89791 -"256593",47018,108031 -"256594",47018,109710 -"256595",47021,105250 -"256596",47022,47090 -"256597",47022,66026 -"256598",47023,53943 -"256599",47023,99081 -"256600",47024,49106 -"256601",47024,75412 -"256602",47025,62164 -"256603",47027,47041 -"256604",47027,54182 -"256605",47027,88374 -"256606",47027,98231 -"256607",47027,99236 -"256608",47029,76792 -"256609",47029,76847 -"256610",47030,58956 -"256611",47030,89124 -"256612",47030,95649 -"256613",47030,101858 -"256614",47032,47052 -"256615",47032,47054 -"256616",47032,58022 -"256617",47032,62519 -"256618",47032,62524 -"256619",47032,63038 -"256620",47032,93648 -"256621",47032,95690 -"256622",47033,73578 -"256623",47033,82740 -"256624",47033,84883 -"256625",47033,95238 -"256626",47033,101256 -"256627",47033,105780 -"256628",47034,47076 -"256629",47034,47077 -"256630",47034,62914 -"256631",47035,60080 -"256632",47035,115069 -"256633",47037,103716 -"256634",47038,86318 -"256635",47038,121176 -"256636",47038,121190 -"256637",47039,51232 -"256638",47039,88101 -"256639",47039,92338 -"256640",47039,92349 -"256641",47039,92360 -"256642",47039,92376 -"256643",47039,92388 -"256644",47039,92391 -"256645",47040,47051 -"256646",47042,91964 -"256647",47042,98057 -"256648",47042,98334 -"256649",47042,99753 -"256650",47042,120603 -"256651",47042,120616 -"256652",47043,85699 -"256653",47043,106615 -"256654",47043,114520 -"256655",47044,79816 -"256656",47045,47068 -"256657",47045,47217 -"256658",47045,64800 -"256659",47045,83355 -"256660",47046,53401 -"256661",47046,65404 -"256662",47046,69250 -"256663",47046,74126 -"256664",47046,76607 -"256665",47046,77550 -"256666",47046,100662 -"256667",47047,47215 -"256668",47047,56540 -"256669",47048,48110 -"256670",47048,58508 -"256671",47048,59731 -"256672",47048,62642 -"256673",47048,68091 -"256674",47048,69335 -"256675",47048,75245 -"256676",47048,75776 -"256677",47048,75956 -"256678",47048,76387 -"256679",47048,78978 -"256680",47048,79212 -"256681",47048,79241 -"256682",47048,79579 -"256683",47048,79659 -"256684",47048,80239 -"256685",47048,80301 -"256686",47048,81397 -"256687",47048,88340 -"256688",47048,88749 -"256689",47048,89069 -"256690",47048,89373 -"256691",47048,89995 -"256692",47048,90919 -"256693",47048,90936 -"256694",47048,92861 -"256695",47048,93097 -"256696",47048,94231 -"256697",47048,95489 -"256698",47048,96247 -"256699",47048,96363 -"256700",47048,97898 -"256701",47048,100867 -"256702",47049,52258 -"256703",47049,64043 -"256704",47049,65664 -"256705",47049,77611 -"256706",47050,69057 -"256707",47050,105908 -"256708",47050,109201 -"256709",47051,106936 -"256710",47052,47054 -"256711",47053,121312 -"256712",47055,89119 -"256713",47055,95718 -"256714",47055,99274 -"256715",47055,119107 -"256716",47055,123221 -"256717",47056,69103 -"256718",47056,72629 -"256719",47056,84485 -"256720",47056,91875 -"256721",47057,47067 -"256722",47059,70110 -"256723",47059,82485 -"256724",47059,96507 -"256725",47060,73142 -"256726",47060,79460 -"256727",47060,110775 -"256728",47061,56620 -"256729",47062,77455 -"256730",47062,102119 -"256731",47062,114213 -"256732",47063,53874 -"256733",47064,50774 -"256734",47064,52473 -"256735",47064,53434 -"256736",47064,58315 -"256737",47064,65475 -"256738",47064,65476 -"256739",47064,65499 -"256740",47064,65535 -"256741",47064,72373 -"256742",47065,47066 -"256743",47066,58773 -"256744",47067,60730 -"256745",47067,108632 -"256746",47067,108646 -"256747",47067,111270 -"256748",47067,113761 -"256749",47067,120557 -"256750",47067,120566 -"256751",47068,47217 -"256752",47068,89328 -"256753",47068,94015 -"256754",47069,56311 -"256755",47069,57287 -"256756",47069,61142 -"256757",47069,68603 -"256758",47069,72593 -"256759",47069,99373 -"256760",47069,108233 -"256761",47069,113929 -"256762",47070,47079 -"256763",47071,84815 -"256764",47072,106309 -"256765",47072,112748 -"256766",47072,122640 -"256767",47073,47188 -"256768",47074,79143 -"256769",47075,72022 -"256770",47075,72697 -"256771",47075,91646 -"256772",47075,102049 -"256773",47075,106357 -"256774",47076,47077 -"256775",47076,62914 -"256776",47078,47188 -"256777",47078,96634 -"256778",47080,47089 -"256779",47081,58976 -"256780",47081,59000 -"256781",47081,59243 -"256782",47082,73289 -"256783",47082,122970 -"256784",47083,49231 -"256785",47083,50061 -"256786",47083,52450 -"256787",47083,54059 -"256788",47083,55370 -"256789",47083,57804 -"256790",47083,59615 -"256791",47083,59940 -"256792",47083,67363 -"256793",47083,71230 -"256794",47083,76278 -"256795",47083,76740 -"256796",47083,76786 -"256797",47083,77272 -"256798",47083,77357 -"256799",47083,77402 -"256800",47083,78248 -"256801",47083,78255 -"256802",47083,78339 -"256803",47083,78445 -"256804",47083,79022 -"256805",47083,79716 -"256806",47083,79989 -"256807",47083,80281 -"256808",47083,81728 -"256809",47083,82196 -"256810",47083,82383 -"256811",47083,82810 -"256812",47083,82854 -"256813",47083,83853 -"256814",47083,83884 -"256815",47083,84379 -"256816",47083,84613 -"256817",47083,85465 -"256818",47083,85610 -"256819",47083,86351 -"256820",47083,86451 -"256821",47083,86882 -"256822",47083,87175 -"256823",47083,87451 -"256824",47083,87521 -"256825",47083,87572 -"256826",47083,87663 -"256827",47083,87721 -"256828",47083,87862 -"256829",47084,48155 -"256830",47084,53779 -"256831",47084,56926 -"256832",47084,60066 -"256833",47084,64502 -"256834",47084,70219 -"256835",47084,81356 -"256836",47084,85736 -"256837",47084,86837 -"256838",47084,111819 -"256839",47085,48353 -"256840",47085,66884 -"256841",47085,66927 -"256842",47085,71854 -"256843",47085,75291 -"256844",47086,76302 -"256845",47087,75217 -"256846",47087,78742 -"256847",47087,86860 -"256848",47087,120690 -"256849",47088,59118 -"256850",47088,59546 -"256851",47088,81310 -"256852",47088,83649 -"256853",47088,104377 -"256854",47089,58626 -"256855",47089,69572 -"256856",47089,108934 -"256857",47090,77530 -"256858",47091,54962 -"256859",47091,68515 -"256860",47091,76638 -"256861",47091,76642 -"256862",47092,65949 -"256863",47093,60561 -"256864",47094,54956 -"256865",47094,62869 -"256866",47094,65361 -"256867",47095,113556 -"256868",47096,64307 -"256869",47097,61687 -"256870",47098,50785 -"256871",47098,54306 -"256872",47098,70216 -"256873",47098,88258 -"256874",47098,122457 -"256875",47099,78760 -"256876",47100,48760 -"256877",47100,64382 -"256878",47101,56945 -"256879",47101,56966 -"256880",47101,73316 -"256881",47104,68569 -"256882",47104,70925 -"256883",47104,101701 -"256884",47104,106774 -"256885",47104,109596 -"256886",47104,115951 -"256887",47104,118957 -"256888",47104,119419 -"256889",47104,119454 -"256890",47104,119495 -"256891",47105,108954 -"256892",47106,50177 -"256893",47106,53594 -"256894",47106,56469 -"256895",47106,56585 -"256896",47107,47173 -"256897",47108,47205 -"256898",47108,47363 -"256899",47109,77784 -"256900",47110,47116 -"256901",47110,68033 -"256902",47111,48241 -"256903",47111,50565 -"256904",47111,61301 -"256905",47111,67309 -"256906",47111,77305 -"256907",47111,78025 -"256908",47111,81588 -"256909",47111,82442 -"256910",47111,86809 -"256911",47111,88692 -"256912",47111,89097 -"256913",47111,92220 -"256914",47111,94565 -"256915",47111,103065 -"256916",47111,103292 -"256917",47111,104788 -"256918",47111,105602 -"256919",47111,112329 -"256920",47113,57478 -"256921",47113,71914 -"256922",47113,83924 -"256923",47113,89020 -"256924",47113,94550 -"256925",47113,111339 -"256926",47113,113215 -"256927",47115,47145 -"256928",47115,61872 -"256929",47115,61885 -"256930",47115,62110 -"256931",47115,62130 -"256932",47115,62176 -"256933",47115,62186 -"256934",47116,83702 -"256935",47116,83703 -"256936",47116,98871 -"256937",47118,47226 -"256938",47119,48396 -"256939",47119,52293 -"256940",47119,54100 -"256941",47119,81821 -"256942",47119,82625 -"256943",47119,90897 -"256944",47119,102625 -"256945",47120,56787 -"256946",47120,92930 -"256947",47120,92962 -"256948",47121,60605 -"256949",47121,78869 -"256950",47121,102161 -"256951",47122,55049 -"256952",47122,78983 -"256953",47123,47488 -"256954",47123,48909 -"256955",47123,49859 -"256956",47123,50064 -"256957",47123,50067 -"256958",47123,50554 -"256959",47123,50879 -"256960",47123,51783 -"256961",47123,52018 -"256962",47123,53444 -"256963",47123,53527 -"256964",47123,53555 -"256965",47123,54275 -"256966",47123,56628 -"256967",47123,58004 -"256968",47123,58068 -"256969",47123,58633 -"256970",47123,61111 -"256971",47123,61127 -"256972",47123,68287 -"256973",47124,66534 -"256974",47125,92193 -"256975",47126,51795 -"256976",47126,75617 -"256977",47126,75883 -"256978",47126,76134 -"256979",47126,77977 -"256980",47126,81816 -"256981",47126,90968 -"256982",47126,92452 -"256983",47126,93082 -"256984",47126,103193 -"256985",47126,106584 -"256986",47126,117984 -"256987",47127,48945 -"256988",47127,49011 -"256989",47127,49153 -"256990",47128,57606 -"256991",47131,52709 -"256992",47132,48293 -"256993",47133,47414 -"256994",47133,49106 -"256995",47133,56439 -"256996",47133,57094 -"256997",47133,58898 -"256998",47133,59147 -"256999",47133,59237 -"257000",47133,59359 -"257001",47133,61563 -"257002",47133,61867 -"257003",47133,62007 -"257004",47133,62078 -"257005",47133,62375 -"257006",47133,62633 -"257007",47133,63395 -"257008",47133,64408 -"257009",47133,64418 -"257010",47133,64511 -"257011",47133,65230 -"257012",47133,66145 -"257013",47133,67503 -"257014",47133,67721 -"257015",47133,68816 -"257016",47133,68909 -"257017",47133,68938 -"257018",47133,69215 -"257019",47133,69332 -"257020",47133,69681 -"257021",47133,70610 -"257022",47133,70611 -"257023",47133,70725 -"257024",47133,71211 -"257025",47133,71505 -"257026",47133,71887 -"257027",47133,77531 -"257028",47134,47142 -"257029",47134,120909 -"257030",47136,100316 -"257031",47136,114962 -"257032",47136,119436 -"257033",47137,52231 -"257034",47137,62151 -"257035",47137,66756 -"257036",47137,70235 -"257037",47137,92877 -"257038",47137,116229 -"257039",47137,120163 -"257040",47138,64089 -"257041",47140,47514 -"257042",47140,65762 -"257043",47141,47966 -"257044",47142,48306 -"257045",47142,69519 -"257046",47142,93678 -"257047",47142,93778 -"257048",47142,93803 -"257049",47142,114610 -"257050",47142,116511 -"257051",47143,106046 -"257052",47143,111159 -"257053",47143,112046 -"257054",47143,112065 -"257055",47144,57867 -"257056",47145,49214 -"257057",47145,71400 -"257058",47147,89354 -"257059",47147,89420 -"257060",47148,63158 -"257061",47148,72508 -"257062",47148,80477 -"257063",47148,81615 -"257064",47148,81653 -"257065",47150,80277 -"257066",47151,47917 -"257067",47151,81258 -"257068",47153,57045 -"257069",47153,68162 -"257070",47154,72180 -"257071",47154,89023 -"257072",47154,108343 -"257073",47156,49753 -"257074",47156,57335 -"257075",47156,100398 -"257076",47157,60474 -"257077",47157,84733 -"257078",47158,47320 -"257079",47158,47339 -"257080",47159,55044 -"257081",47159,55115 -"257082",47159,55262 -"257083",47160,47212 -"257084",47161,66326 -"257085",47161,90420 -"257086",47161,119303 -"257087",47162,52606 -"257088",47162,54731 -"257089",47162,65188 -"257090",47162,68613 -"257091",47162,91713 -"257092",47162,93259 -"257093",47162,95163 -"257094",47162,99144 -"257095",47162,105791 -"257096",47162,109351 -"257097",47162,109381 -"257098",47162,111100 -"257099",47162,121047 -"257100",47164,91841 -"257101",47165,74230 -"257102",47165,99232 -"257103",47166,47764 -"257104",47166,59435 -"257105",47167,48464 -"257106",47167,59915 -"257107",47167,62668 -"257108",47167,70473 -"257109",47167,70981 -"257110",47167,71825 -"257111",47167,71837 -"257112",47167,77625 -"257113",47167,79681 -"257114",47167,82452 -"257115",47167,88409 -"257116",47167,90883 -"257117",47167,91383 -"257118",47167,92113 -"257119",47167,98904 -"257120",47167,102940 -"257121",47167,118577 -"257122",47167,119085 -"257123",47167,119224 -"257124",47167,119439 -"257125",47167,120085 -"257126",47167,120232 -"257127",47167,121213 -"257128",47168,91357 -"257129",47168,91359 -"257130",47168,97692 -"257131",47169,70773 -"257132",47169,72478 -"257133",47169,72481 -"257134",47173,47832 -"257135",47173,59439 -"257136",47173,67443 -"257137",47174,59500 -"257138",47174,89430 -"257139",47175,53374 -"257140",47175,58358 -"257141",47175,58394 -"257142",47175,71811 -"257143",47176,48242 -"257144",47176,48986 -"257145",47176,62488 -"257146",47176,64968 -"257147",47176,65008 -"257148",47176,65029 -"257149",47176,93424 -"257150",47176,94603 -"257151",47176,112368 -"257152",47178,70438 -"257153",47179,55538 -"257154",47179,63689 -"257155",47179,81762 -"257156",47179,107333 -"257157",47180,71491 -"257158",47181,53617 -"257159",47181,58115 -"257160",47181,80594 -"257161",47181,94573 -"257162",47182,103300 -"257163",47183,47184 -"257164",47184,74836 -"257165",47184,74858 -"257166",47185,64905 -"257167",47185,68726 -"257168",47186,64251 -"257169",47186,72327 -"257170",47186,72370 -"257171",47186,72397 -"257172",47186,72400 -"257173",47186,72444 -"257174",47188,47282 -"257175",47188,48395 -"257176",47188,68943 -"257177",47188,69377 -"257178",47188,69718 -"257179",47188,81035 -"257180",47188,109168 -"257181",47190,87837 -"257182",47190,88332 -"257183",47190,96126 -"257184",47190,104403 -"257185",47191,117328 -"257186",47192,81887 -"257187",47192,89780 -"257188",47192,104634 -"257189",47194,48301 -"257190",47194,93451 -"257191",47195,54828 -"257192",47195,94404 -"257193",47197,51863 -"257194",47197,59573 -"257195",47197,60472 -"257196",47197,63089 -"257197",47197,64061 -"257198",47197,64340 -"257199",47197,64341 -"257200",47197,64392 -"257201",47197,64421 -"257202",47199,115520 -"257203",47200,77280 -"257204",47200,109194 -"257205",47201,53050 -"257206",47201,70699 -"257207",47201,73283 -"257208",47201,101772 -"257209",47201,103172 -"257210",47201,104611 -"257211",47201,109233 -"257212",47201,120132 -"257213",47202,47208 -"257214",47203,47208 -"257215",47203,55525 -"257216",47203,59080 -"257217",47203,73465 -"257218",47204,51175 -"257219",47204,55324 -"257220",47204,73854 -"257221",47204,77326 -"257222",47204,88857 -"257223",47204,100462 -"257224",47205,47363 -"257225",47208,55525 -"257226",47209,78591 -"257227",47209,105822 -"257228",47210,51403 -"257229",47211,50881 -"257230",47211,51735 -"257231",47211,68487 -"257232",47211,97350 -"257233",47211,108507 -"257234",47213,56195 -"257235",47213,95675 -"257236",47213,102415 -"257237",47213,103890 -"257238",47214,49144 -"257239",47214,51905 -"257240",47214,55201 -"257241",47214,55593 -"257242",47214,55641 -"257243",47214,73775 -"257244",47217,93111 -"257245",47218,80088 -"257246",47218,84294 -"257247",47218,88297 -"257248",47218,91083 -"257249",47218,95808 -"257250",47218,95814 -"257251",47218,95823 -"257252",47218,96667 -"257253",47218,98339 -"257254",47218,99217 -"257255",47218,100756 -"257256",47218,101534 -"257257",47218,101788 -"257258",47218,101944 -"257259",47218,110998 -"257260",47218,111048 -"257261",47218,111067 -"257262",47219,47221 -"257263",47219,47383 -"257264",47220,47240 -"257265",47220,47286 -"257266",47220,48672 -"257267",47220,48733 -"257268",47220,48734 -"257269",47220,48751 -"257270",47220,48783 -"257271",47220,48785 -"257272",47221,47383 -"257273",47222,50464 -"257274",47222,68750 -"257275",47223,49517 -"257276",47223,50523 -"257277",47223,64941 -"257278",47223,65376 -"257279",47223,75161 -"257280",47223,84498 -"257281",47223,86799 -"257282",47223,88624 -"257283",47224,119728 -"257284",47225,52029 -"257285",47225,55220 -"257286",47225,56200 -"257287",47225,57085 -"257288",47225,62306 -"257289",47225,63312 -"257290",47225,69495 -"257291",47225,70999 -"257292",47228,68875 -"257293",47228,70887 -"257294",47229,49797 -"257295",47229,51170 -"257296",47230,120640 -"257297",47231,47514 -"257298",47232,49282 -"257299",47232,52168 -"257300",47232,52993 -"257301",47232,56548 -"257302",47232,59331 -"257303",47232,60666 -"257304",47232,65840 -"257305",47232,66776 -"257306",47232,67423 -"257307",47232,68235 -"257308",47232,68237 -"257309",47232,68680 -"257310",47232,71531 -"257311",47232,72224 -"257312",47232,73421 -"257313",47232,75338 -"257314",47232,79586 -"257315",47232,81350 -"257316",47232,109317 -"257317",47232,109925 -"257318",47232,115660 -"257319",47235,72728 -"257320",47235,75911 -"257321",47235,106570 -"257322",47236,104139 -"257323",47237,48219 -"257324",47237,49854 -"257325",47237,52845 -"257326",47237,55582 -"257327",47237,63188 -"257328",47237,74273 -"257329",47237,85199 -"257330",47237,97359 -"257331",47238,47291 -"257332",47238,72403 -"257333",47238,75055 -"257334",47238,75327 -"257335",47238,75448 -"257336",47239,47327 -"257337",47239,47365 -"257338",47240,47286 -"257339",47240,47406 -"257340",47240,57809 -"257341",47240,107689 -"257342",47241,92436 -"257343",47242,56627 -"257344",47242,80745 -"257345",47242,105804 -"257346",47243,61577 -"257347",47243,106744 -"257348",47244,47284 -"257349",47244,47326 -"257350",47244,47354 -"257351",47245,47279 -"257352",47245,58350 -"257353",47245,67828 -"257354",47246,47247 -"257355",47247,77976 -"257356",47248,51017 -"257357",47248,63547 -"257358",47248,70020 -"257359",47248,71717 -"257360",47248,74975 -"257361",47248,82977 -"257362",47248,90921 -"257363",47248,95997 -"257364",47248,98140 -"257365",47248,100300 -"257366",47248,117701 -"257367",47248,117703 -"257368",47248,117707 -"257369",47249,55217 -"257370",47249,61777 -"257371",47249,63985 -"257372",47249,66264 -"257373",47249,66281 -"257374",47249,66479 -"257375",47249,68682 -"257376",47249,68691 -"257377",47249,68876 -"257378",47251,47375 -"257379",47252,66793 -"257380",47252,66839 -"257381",47252,73682 -"257382",47252,82604 -"257383",47252,100556 -"257384",47252,108105 -"257385",47254,47319 -"257386",47254,57966 -"257387",47255,47370 -"257388",47256,47838 -"257389",47256,50278 -"257390",47256,55057 -"257391",47256,79106 -"257392",47256,79142 -"257393",47256,81145 -"257394",47256,91914 -"257395",47256,101497 -"257396",47256,110526 -"257397",47256,117752 -"257398",47257,49216 -"257399",47257,54783 -"257400",47258,47371 -"257401",47258,97891 -"257402",47258,115922 -"257403",47260,55289 -"257404",47260,58187 -"257405",47260,63442 -"257406",47260,63775 -"257407",47261,53620 -"257408",47262,47558 -"257409",47262,48625 -"257410",47262,89281 -"257411",47263,62130 -"257412",47263,64154 -"257413",47263,64166 -"257414",47263,66432 -"257415",47265,47316 -"257416",47265,47328 -"257417",47265,61299 -"257418",47265,74094 -"257419",47266,101732 -"257420",47266,106388 -"257421",47266,112612 -"257422",47267,67776 -"257423",47268,47323 -"257424",47268,47351 -"257425",47268,47535 -"257426",47268,47562 -"257427",47268,47623 -"257428",47268,47624 -"257429",47268,49025 -"257430",47268,50252 -"257431",47269,101901 -"257432",47269,103996 -"257433",47269,108724 -"257434",47269,120663 -"257435",47270,47324 -"257436",47270,47333 -"257437",47270,52345 -"257438",47270,83679 -"257439",47270,87048 -"257440",47270,89041 -"257441",47270,111366 -"257442",47271,50024 -"257443",47271,78872 -"257444",47271,80913 -"257445",47271,89760 -"257446",47271,94105 -"257447",47271,94684 -"257448",47271,96418 -"257449",47271,99534 -"257450",47271,99613 -"257451",47271,106338 -"257452",47274,47312 -"257453",47275,47281 -"257454",47276,51451 -"257455",47276,55363 -"257456",47276,63044 -"257457",47276,63403 -"257458",47276,63441 -"257459",47276,78223 -"257460",47276,87539 -"257461",47276,94143 -"257462",47276,102330 -"257463",47276,102347 -"257464",47278,62542 -"257465",47278,86645 -"257466",47278,90589 -"257467",47279,58350 -"257468",47279,59734 -"257469",47279,59770 -"257470",47279,66623 -"257471",47279,66626 -"257472",47280,53907 -"257473",47280,83173 -"257474",47280,109346 -"257475",47281,50784 -"257476",47281,75688 -"257477",47281,104410 -"257478",47282,63700 -"257479",47282,69377 -"257480",47282,73533 -"257481",47282,102429 -"257482",47283,75451 -"257483",47283,77588 -"257484",47283,109394 -"257485",47283,109438 -"257486",47284,47326 -"257487",47284,47354 -"257488",47285,50119 -"257489",47285,53016 -"257490",47285,58943 -"257491",47285,60983 -"257492",47285,61829 -"257493",47285,83927 -"257494",47287,47765 -"257495",47287,115037 -"257496",47288,68032 -"257497",47288,73402 -"257498",47288,113052 -"257499",47288,113087 -"257500",47289,47961 -"257501",47289,62799 -"257502",47289,68076 -"257503",47289,109608 -"257504",47289,112215 -"257505",47292,47349 -"257506",47293,49268 -"257507",47293,51414 -"257508",47293,51964 -"257509",47293,55701 -"257510",47293,76323 -"257511",47293,76327 -"257512",47294,56899 -"257513",47294,88866 -"257514",47295,65074 -"257515",47296,54004 -"257516",47296,54713 -"257517",47296,61277 -"257518",47296,63092 -"257519",47296,79051 -"257520",47296,79733 -"257521",47296,97177 -"257522",47296,97505 -"257523",47296,98446 -"257524",47296,114854 -"257525",47296,122942 -"257526",47298,103752 -"257527",47298,119359 -"257528",47299,70017 -"257529",47300,114596 -"257530",47301,55994 -"257531",47302,64525 -"257532",47302,66953 -"257533",47302,98857 -"257534",47302,101721 -"257535",47302,101948 -"257536",47302,112381 -"257537",47303,101643 -"257538",47303,107181 -"257539",47304,64458 -"257540",47306,70093 -"257541",47306,70094 -"257542",47306,70144 -"257543",47307,47372 -"257544",47307,51890 -"257545",47307,54834 -"257546",47307,63631 -"257547",47307,66249 -"257548",47307,70967 -"257549",47307,99077 -"257550",47307,122028 -"257551",47308,74092 -"257552",47308,82333 -"257553",47308,82839 -"257554",47308,84748 -"257555",47308,87916 -"257556",47308,87939 -"257557",47308,87944 -"257558",47310,50858 -"257559",47310,50916 -"257560",47311,48845 -"257561",47311,111186 -"257562",47312,108178 -"257563",47312,108398 -"257564",47312,116269 -"257565",47313,63980 -"257566",47314,51458 -"257567",47314,70423 -"257568",47314,86150 -"257569",47315,74074 -"257570",47316,47328 -"257571",47316,61299 -"257572",47317,55021 -"257573",47317,56584 -"257574",47317,60322 -"257575",47317,72089 -"257576",47318,47335 -"257577",47318,55572 -"257578",47318,55971 -"257579",47319,50233 -"257580",47319,61538 -"257581",47320,47339 -"257582",47320,49954 -"257583",47320,56644 -"257584",47320,60477 -"257585",47320,62017 -"257586",47320,72557 -"257587",47320,73503 -"257588",47320,77950 -"257589",47320,96755 -"257590",47320,122856 -"257591",47321,47912 -"257592",47321,47915 -"257593",47321,47916 -"257594",47321,47951 -"257595",47321,47952 -"257596",47321,47972 -"257597",47321,48052 -"257598",47321,48053 -"257599",47321,48054 -"257600",47322,60271 -"257601",47322,115459 -"257602",47323,47351 -"257603",47323,47535 -"257604",47323,47562 -"257605",47323,47623 -"257606",47323,47624 -"257607",47323,49025 -"257608",47323,50252 -"257609",47324,47333 -"257610",47324,56457 -"257611",47324,56580 -"257612",47324,76055 -"257613",47324,83679 -"257614",47324,87048 -"257615",47324,87051 -"257616",47324,103804 -"257617",47324,116808 -"257618",47324,119204 -"257619",47325,84350 -"257620",47325,85319 -"257621",47325,103010 -"257622",47326,47354 -"257623",47326,72284 -"257624",47327,47365 -"257625",47328,61299 -"257626",47332,47343 -"257627",47332,50846 -"257628",47333,54977 -"257629",47333,87048 -"257630",47333,111971 -"257631",47333,116835 -"257632",47334,47471 -"257633",47334,54320 -"257634",47334,64462 -"257635",47334,67116 -"257636",47334,74059 -"257637",47334,79657 -"257638",47334,84652 -"257639",47336,57985 -"257640",47336,81513 -"257641",47336,90327 -"257642",47338,47558 -"257643",47338,48625 -"257644",47338,54060 -"257645",47338,57641 -"257646",47338,65523 -"257647",47338,76840 -"257648",47339,49954 -"257649",47340,47688 -"257650",47341,87558 -"257651",47341,92495 -"257652",47342,47855 -"257653",47342,66775 -"257654",47342,67993 -"257655",47342,95868 -"257656",47343,49589 -"257657",47343,59100 -"257658",47345,56522 -"257659",47345,106468 -"257660",47347,96743 -"257661",47347,116416 -"257662",47348,76687 -"257663",47348,79743 -"257664",47348,80035 -"257665",47348,91343 -"257666",47348,93057 -"257667",47348,94612 -"257668",47348,97355 -"257669",47348,108396 -"257670",47348,114090 -"257671",47351,47535 -"257672",47351,47562 -"257673",47351,47623 -"257674",47351,47624 -"257675",47351,49025 -"257676",47351,50252 -"257677",47352,63051 -"257678",47352,89264 -"257679",47353,56111 -"257680",47353,78287 -"257681",47353,86261 -"257682",47356,66169 -"257683",47356,67722 -"257684",47357,52213 -"257685",47357,55342 -"257686",47357,81229 -"257687",47357,98750 -"257688",47357,98805 -"257689",47357,107947 -"257690",47359,68727 -"257691",47359,107862 -"257692",47360,54493 -"257693",47360,72803 -"257694",47360,73453 -"257695",47360,97791 -"257696",47361,47519 -"257697",47361,85234 -"257698",47362,49775 -"257699",47362,53607 -"257700",47362,90057 -"257701",47362,103342 -"257702",47362,121920 -"257703",47364,110622 -"257704",47365,58301 -"257705",47366,50978 -"257706",47366,59341 -"257707",47366,82768 -"257708",47366,84065 -"257709",47366,85038 -"257710",47366,100337 -"257711",47368,47674 -"257712",47368,75339 -"257713",47368,116872 -"257714",47369,48829 -"257715",47369,57806 -"257716",47369,63317 -"257717",47369,63515 -"257718",47369,82098 -"257719",47369,82116 -"257720",47369,103274 -"257721",47372,77288 -"257722",47375,59896 -"257723",47375,65636 -"257724",47375,87269 -"257725",47375,92749 -"257726",47375,98510 -"257727",47376,55892 -"257728",47376,56746 -"257729",47376,100928 -"257730",47377,94811 -"257731",47378,47711 -"257732",47378,47756 -"257733",47381,103196 -"257734",47384,48202 -"257735",47384,50105 -"257736",47384,85777 -"257737",47384,103826 -"257738",47384,110904 -"257739",47384,111095 -"257740",47384,112273 -"257741",47385,50419 -"257742",47385,55817 -"257743",47385,67717 -"257744",47385,76858 -"257745",47385,79502 -"257746",47386,58184 -"257747",47386,58565 -"257748",47386,58592 -"257749",47386,60022 -"257750",47386,63435 -"257751",47386,69706 -"257752",47386,83772 -"257753",47386,119371 -"257754",47386,120831 -"257755",47386,120883 -"257756",47387,47388 -"257757",47387,92853 -"257758",47387,95891 -"257759",47389,68688 -"257760",47389,70115 -"257761",47389,72508 -"257762",47389,77194 -"257763",47389,80905 -"257764",47389,99073 -"257765",47389,101422 -"257766",47389,119300 -"257767",47389,119301 -"257768",47390,47394 -"257769",47390,47505 -"257770",47391,103602 -"257771",47391,108293 -"257772",47391,110934 -"257773",47392,94222 -"257774",47393,92690 -"257775",47394,47505 -"257776",47395,100744 -"257777",47395,111585 -"257778",47396,47595 -"257779",47396,57465 -"257780",47396,72514 -"257781",47396,95178 -"257782",47396,110222 -"257783",47397,47448 -"257784",47400,115820 -"257785",47401,53482 -"257786",47401,55768 -"257787",47401,114216 -"257788",47403,98701 -"257789",47405,81820 -"257790",47406,57809 -"257791",47407,55781 -"257792",47407,78239 -"257793",47409,93265 -"257794",47410,52145 -"257795",47410,93878 -"257796",47411,47948 -"257797",47412,47479 -"257798",47413,79935 -"257799",47413,109061 -"257800",47413,123214 -"257801",47414,49106 -"257802",47414,57094 -"257803",47414,58898 -"257804",47414,59147 -"257805",47414,59237 -"257806",47414,59359 -"257807",47414,61563 -"257808",47414,61867 -"257809",47414,62007 -"257810",47414,62078 -"257811",47414,62375 -"257812",47414,62633 -"257813",47414,63395 -"257814",47414,64408 -"257815",47414,64418 -"257816",47414,64511 -"257817",47414,65230 -"257818",47414,66145 -"257819",47414,67503 -"257820",47414,67721 -"257821",47414,68816 -"257822",47414,68909 -"257823",47414,68938 -"257824",47414,69332 -"257825",47414,69681 -"257826",47414,70610 -"257827",47414,70611 -"257828",47414,70725 -"257829",47414,71211 -"257830",47414,71505 -"257831",47414,71887 -"257832",47415,53843 -"257833",47415,53847 -"257834",47416,54140 -"257835",47416,54145 -"257836",47416,54215 -"257837",47416,57188 -"257838",47418,47762 -"257839",47420,48821 -"257840",47421,58432 -"257841",47421,75568 -"257842",47421,77664 -"257843",47421,80625 -"257844",47421,108463 -"257845",47421,111931 -"257846",47422,77243 -"257847",47422,81980 -"257848",47422,92773 -"257849",47422,107851 -"257850",47422,112760 -"257851",47422,112810 -"257852",47423,51117 -"257853",47423,52136 -"257854",47423,52345 -"257855",47423,89562 -"257856",47424,49894 -"257857",47424,53419 -"257858",47424,60848 -"257859",47424,68570 -"257860",47424,68571 -"257861",47426,67156 -"257862",47426,116584 -"257863",47426,123397 -"257864",47427,47450 -"257865",47427,47457 -"257866",47427,47477 -"257867",47427,63316 -"257868",47428,74472 -"257869",47428,103947 -"257870",47428,107367 -"257871",47428,114870 -"257872",47429,74574 -"257873",47430,69607 -"257874",47430,70510 -"257875",47430,101686 -"257876",47431,54149 -"257877",47431,103915 -"257878",47432,62827 -"257879",47432,103926 -"257880",47432,110366 -"257881",47433,54603 -"257882",47433,64360 -"257883",47433,75197 -"257884",47433,75241 -"257885",47434,55775 -"257886",47434,58053 -"257887",47434,63725 -"257888",47434,65478 -"257889",47434,69606 -"257890",47434,84717 -"257891",47434,89209 -"257892",47434,97266 -"257893",47434,110859 -"257894",47434,119701 -"257895",47434,120342 -"257896",47434,120388 -"257897",47435,47445 -"257898",47435,49737 -"257899",47435,51790 -"257900",47435,52327 -"257901",47435,62711 -"257902",47435,63112 -"257903",47435,63140 -"257904",47436,77019 -"257905",47436,84477 -"257906",47436,84877 -"257907",47436,109938 -"257908",47437,47491 -"257909",47438,57178 -"257910",47438,65155 -"257911",47438,71033 -"257912",47438,73409 -"257913",47438,75568 -"257914",47438,80625 -"257915",47438,90968 -"257916",47438,104590 -"257917",47438,108463 -"257918",47438,116534 -"257919",47438,116545 -"257920",47440,56141 -"257921",47440,73392 -"257922",47440,98134 -"257923",47440,98318 -"257924",47440,101561 -"257925",47440,102582 -"257926",47441,47442 -"257927",47441,71524 -"257928",47441,74943 -"257929",47442,71524 -"257930",47442,74943 -"257931",47442,107327 -"257932",47443,54456 -"257933",47443,59125 -"257934",47443,60833 -"257935",47443,64330 -"257936",47443,64426 -"257937",47443,64613 -"257938",47444,69383 -"257939",47444,70728 -"257940",47444,84453 -"257941",47444,88674 -"257942",47444,90767 -"257943",47444,92058 -"257944",47444,101311 -"257945",47444,108886 -"257946",47446,52369 -"257947",47446,59264 -"257948",47446,63029 -"257949",47446,65223 -"257950",47446,66092 -"257951",47446,76890 -"257952",47446,80011 -"257953",47446,80579 -"257954",47446,82219 -"257955",47446,84440 -"257956",47446,88074 -"257957",47446,88910 -"257958",47446,92106 -"257959",47446,93658 -"257960",47446,95611 -"257961",47446,103704 -"257962",47446,108996 -"257963",47447,65972 -"257964",47447,103193 -"257965",47447,105752 -"257966",47448,52932 -"257967",47449,47458 -"257968",47449,115187 -"257969",47450,47457 -"257970",47450,47477 -"257971",47450,63316 -"257972",47451,47585 -"257973",47451,70630 -"257974",47451,75025 -"257975",47451,76213 -"257976",47451,85028 -"257977",47451,85337 -"257978",47451,103615 -"257979",47452,51077 -"257980",47453,47486 -"257981",47453,50300 -"257982",47453,51981 -"257983",47453,53118 -"257984",47453,53788 -"257985",47453,116138 -"257986",47453,116994 -"257987",47453,118081 -"257988",47454,78480 -"257989",47455,59249 -"257990",47455,64171 -"257991",47455,64180 -"257992",47455,64728 -"257993",47455,65091 -"257994",47456,54072 -"257995",47457,47477 -"257996",47457,85228 -"257997",47458,56328 -"257998",47459,74945 -"257999",47459,77002 -"258000",47460,54987 -"258001",47460,54992 -"258002",47460,60828 -"258003",47460,63617 -"258004",47460,76576 -"258005",47460,94392 -"258006",47463,68952 -"258007",47464,55316 -"258008",47464,55660 -"258009",47464,116829 -"258010",47466,109037 -"258011",47467,48503 -"258012",47467,76342 -"258013",47469,57087 -"258014",47469,74816 -"258015",47469,80893 -"258016",47469,95971 -"258017",47469,109480 -"258018",47469,118430 -"258019",47470,77709 -"258020",47470,78707 -"258021",47473,47474 -"258022",47473,61414 -"258023",47473,64063 -"258024",47474,64063 -"258025",47476,57587 -"258026",47477,79903 -"258027",47478,61607 -"258028",47479,103923 -"258029",47480,92775 -"258030",47481,49334 -"258031",47481,98756 -"258032",47481,114839 -"258033",47482,52847 -"258034",47487,68632 -"258035",47488,48909 -"258036",47488,49859 -"258037",47488,50064 -"258038",47488,50067 -"258039",47488,50554 -"258040",47488,50879 -"258041",47488,51783 -"258042",47488,52018 -"258043",47488,53444 -"258044",47488,53527 -"258045",47488,53555 -"258046",47488,54275 -"258047",47488,56628 -"258048",47488,58004 -"258049",47488,58068 -"258050",47488,58633 -"258051",47488,61111 -"258052",47488,61127 -"258053",47488,68287 -"258054",47489,53681 -"258055",47489,55822 -"258056",47489,89191 -"258057",47489,110636 -"258058",47491,82479 -"258059",47491,86148 -"258060",47492,47770 -"258061",47492,48406 -"258062",47492,54752 -"258063",47492,55570 -"258064",47492,64788 -"258065",47492,67661 -"258066",47494,49770 -"258067",47495,51846 -"258068",47495,53624 -"258069",47495,65311 -"258070",47495,85870 -"258071",47495,87116 -"258072",47495,94789 -"258073",47495,99597 -"258074",47495,99675 -"258075",47495,99676 -"258076",47495,101635 -"258077",47496,50853 -"258078",47496,50963 -"258079",47496,52718 -"258080",47496,52802 -"258081",47496,58774 -"258082",47497,70302 -"258083",47497,78001 -"258084",47498,62500 -"258085",47498,70372 -"258086",47498,71505 -"258087",47498,110725 -"258088",47499,48164 -"258089",47499,53768 -"258090",47499,111506 -"258091",47499,119367 -"258092",47500,56693 -"258093",47501,51979 -"258094",47501,54590 -"258095",47501,56913 -"258096",47501,87200 -"258097",47502,89784 -"258098",47502,93700 -"258099",47502,94619 -"258100",47502,95193 -"258101",47502,106532 -"258102",47502,106551 -"258103",47503,76552 -"258104",47503,76560 -"258105",47504,47718 -"258106",47504,64162 -"258107",47505,95705 -"258108",47505,98728 -"258109",47505,99106 -"258110",47505,120889 -"258111",47506,57262 -"258112",47506,58100 -"258113",47506,65103 -"258114",47506,80358 -"258115",47506,86373 -"258116",47506,86727 -"258117",47506,90198 -"258118",47506,98970 -"258119",47506,106938 -"258120",47506,113894 -"258121",47506,113898 -"258122",47506,122678 -"258123",47507,50927 -"258124",47508,55837 -"258125",47508,76007 -"258126",47509,103071 -"258127",47511,52124 -"258128",47511,53637 -"258129",47511,55556 -"258130",47511,58763 -"258131",47511,70863 -"258132",47511,71478 -"258133",47511,75980 -"258134",47511,99724 -"258135",47511,106397 -"258136",47511,118654 -"258137",47511,122352 -"258138",47512,50148 -"258139",47512,54900 -"258140",47512,66712 -"258141",47512,75804 -"258142",47514,49488 -"258143",47514,54241 -"258144",47514,65762 -"258145",47516,51991 -"258146",47516,55876 -"258147",47516,120251 -"258148",47517,83033 -"258149",47517,83372 -"258150",47517,84831 -"258151",47517,120977 -"258152",47518,78161 -"258153",47519,48461 -"258154",47520,80294 -"258155",47520,100651 -"258156",47520,100652 -"258157",47520,100654 -"258158",47520,119095 -"258159",47521,54585 -"258160",47521,80689 -"258161",47521,93208 -"258162",47522,50422 -"258163",47524,83935 -"258164",47526,47544 -"258165",47526,69139 -"258166",47526,72634 -"258167",47527,89684 -"258168",47529,47975 -"258169",47529,50412 -"258170",47529,79752 -"258171",47529,82023 -"258172",47529,83382 -"258173",47529,118871 -"258174",47530,50262 -"258175",47531,56294 -"258176",47532,61699 -"258177",47532,84952 -"258178",47532,94444 -"258179",47532,105536 -"258180",47533,81713 -"258181",47534,51288 -"258182",47534,51589 -"258183",47534,53707 -"258184",47534,53899 -"258185",47534,79409 -"258186",47535,47562 -"258187",47535,47623 -"258188",47535,47624 -"258189",47535,49025 -"258190",47535,50252 -"258191",47535,68610 -"258192",47535,68656 -"258193",47535,68666 -"258194",47535,68703 -"258195",47536,47537 -"258196",47536,47547 -"258197",47536,47639 -"258198",47537,47547 -"258199",47537,47639 -"258200",47537,79268 -"258201",47537,115905 -"258202",47538,94973 -"258203",47539,106428 -"258204",47540,48498 -"258205",47541,61532 -"258206",47541,80180 -"258207",47542,59956 -"258208",47543,64139 -"258209",47546,59081 -"258210",47546,100892 -"258211",47546,104279 -"258212",47546,109155 -"258213",47546,111848 -"258214",47547,47639 -"258215",47548,63654 -"258216",47548,65278 -"258217",47548,65298 -"258218",47549,48861 -"258219",47549,49738 -"258220",47549,62151 -"258221",47549,106759 -"258222",47550,110485 -"258223",47553,56097 -"258224",47553,69651 -"258225",47553,69666 -"258226",47553,89190 -"258227",47554,55364 -"258228",47554,55908 -"258229",47554,68654 -"258230",47554,79709 -"258231",47554,79712 -"258232",47554,79737 -"258233",47554,79739 -"258234",47554,79749 -"258235",47554,79751 -"258236",47554,79757 -"258237",47554,79762 -"258238",47554,79767 -"258239",47554,79772 -"258240",47554,79773 -"258241",47554,79793 -"258242",47554,79798 -"258243",47554,79802 -"258244",47554,79811 -"258245",47554,79812 -"258246",47554,84669 -"258247",47556,73581 -"258248",47556,92539 -"258249",47557,49681 -"258250",47557,68328 -"258251",47558,48625 -"258252",47558,54060 -"258253",47558,57671 -"258254",47558,65598 -"258255",47558,83460 -"258256",47558,118292 -"258257",47559,58079 -"258258",47559,60560 -"258259",47559,65687 -"258260",47559,87624 -"258261",47559,122634 -"258262",47560,47579 -"258263",47562,47623 -"258264",47562,47624 -"258265",47562,49025 -"258266",47562,50252 -"258267",47562,89290 -"258268",47563,47587 -"258269",47563,69560 -"258270",47564,48871 -"258271",47564,50254 -"258272",47564,91703 -"258273",47565,66676 -"258274",47565,103970 -"258275",47566,47601 -"258276",47566,92408 -"258277",47566,102797 -"258278",47566,102823 -"258279",47566,106577 -"258280",47567,60995 -"258281",47569,87720 -"258282",47569,115299 -"258283",47570,110798 -"258284",47570,110809 -"258285",47570,116635 -"258286",47572,48035 -"258287",47572,117512 -"258288",47573,59438 -"258289",47574,101154 -"258290",47575,47590 -"258291",47576,86875 -"258292",47576,104319 -"258293",47577,53417 -"258294",47577,99096 -"258295",47578,115450 -"258296",47578,115484 -"258297",47579,54882 -"258298",47580,69435 -"258299",47580,72374 -"258300",47580,72417 -"258301",47581,47595 -"258302",47581,60499 -"258303",47582,47736 -"258304",47582,77593 -"258305",47582,81469 -"258306",47582,96157 -"258307",47583,65316 -"258308",47583,120908 -"258309",47584,62517 -"258310",47585,50173 -"258311",47585,62407 -"258312",47585,68569 -"258313",47585,73374 -"258314",47585,75921 -"258315",47585,78925 -"258316",47585,82315 -"258317",47585,84607 -"258318",47585,90643 -"258319",47585,92592 -"258320",47585,94027 -"258321",47585,100502 -"258322",47585,105903 -"258323",47585,105988 -"258324",47586,76450 -"258325",47587,69560 -"258326",47588,56957 -"258327",47588,77597 -"258328",47588,79824 -"258329",47588,80704 -"258330",47588,82105 -"258331",47588,82186 -"258332",47588,83031 -"258333",47588,83049 -"258334",47588,83085 -"258335",47588,84962 -"258336",47589,54985 -"258337",47589,60216 -"258338",47589,95725 -"258339",47589,95950 -"258340",47590,54569 -"258341",47590,59677 -"258342",47590,59718 -"258343",47592,62505 -"258344",47595,68139 -"258345",47595,72682 -"258346",47595,95178 -"258347",47595,110222 -"258348",47596,49903 -"258349",47596,49918 -"258350",47596,49921 -"258351",47597,55386 -"258352",47600,64567 -"258353",47602,113665 -"258354",47603,47620 -"258355",47603,50585 -"258356",47603,51791 -"258357",47604,49572 -"258358",47605,59693 -"258359",47605,72073 -"258360",47607,50678 -"258361",47607,53584 -"258362",47607,67911 -"258363",47607,73264 -"258364",47607,73701 -"258365",47607,78201 -"258366",47607,78396 -"258367",47607,80928 -"258368",47607,82082 -"258369",47607,86504 -"258370",47607,87295 -"258371",47607,90456 -"258372",47607,99425 -"258373",47608,109109 -"258374",47609,48064 -"258375",47609,54725 -"258376",47609,105021 -"258377",47611,68764 -"258378",47611,69954 -"258379",47611,76271 -"258380",47611,77172 -"258381",47611,77284 -"258382",47611,99564 -"258383",47612,49024 -"258384",47612,55043 -"258385",47614,61675 -"258386",47614,62694 -"258387",47614,65006 -"258388",47614,65007 -"258389",47614,72468 -"258390",47614,77208 -"258391",47614,97676 -"258392",47614,109186 -"258393",47614,109421 -"258394",47614,114890 -"258395",47615,63165 -"258396",47615,70440 -"258397",47615,92239 -"258398",47615,94507 -"258399",47615,96365 -"258400",47617,47618 -"258401",47617,60804 -"258402",47617,94811 -"258403",47619,105403 -"258404",47621,54447 -"258405",47621,54467 -"258406",47621,59168 -"258407",47621,59219 -"258408",47621,59395 -"258409",47621,62070 -"258410",47621,74911 -"258411",47621,84170 -"258412",47621,85127 -"258413",47621,104524 -"258414",47621,107832 -"258415",47621,113402 -"258416",47622,80785 -"258417",47623,47624 -"258418",47623,49025 -"258419",47623,50252 -"258420",47624,49025 -"258421",47624,50252 -"258422",47624,54681 -"258423",47624,68610 -"258424",47624,68656 -"258425",47624,68666 -"258426",47624,68703 -"258427",47626,84452 -"258428",47626,102658 -"258429",47627,60541 -"258430",47627,60542 -"258431",47627,60577 -"258432",47627,74185 -"258433",47628,64444 -"258434",47628,96812 -"258435",47628,96842 -"258436",47628,96847 -"258437",47629,47809 -"258438",47629,47949 -"258439",47629,47956 -"258440",47630,61499 -"258441",47630,62056 -"258442",47630,89874 -"258443",47630,91282 -"258444",47630,95288 -"258445",47630,96525 -"258446",47630,111109 -"258447",47631,53541 -"258448",47632,50972 -"258449",47632,61026 -"258450",47633,47895 -"258451",47634,66370 -"258452",47637,62006 -"258453",47637,80504 -"258454",47637,97358 -"258455",47638,62321 -"258456",47638,68613 -"258457",47638,80914 -"258458",47638,82864 -"258459",47638,96141 -"258460",47638,108557 -"258461",47638,121504 -"258462",47640,52482 -"258463",47640,74298 -"258464",47641,47692 -"258465",47641,78301 -"258466",47641,86886 -"258467",47643,71440 -"258468",47643,76637 -"258469",47643,94168 -"258470",47644,53550 -"258471",47644,60457 -"258472",47644,60529 -"258473",47644,91651 -"258474",47644,95585 -"258475",47644,96639 -"258476",47644,107062 -"258477",47645,54466 -"258478",47645,65390 -"258479",47646,47656 -"258480",47648,98984 -"258481",47649,73628 -"258482",47650,49345 -"258483",47651,47744 -"258484",47651,79916 -"258485",47651,103313 -"258486",47652,52626 -"258487",47652,79862 -"258488",47652,102396 -"258489",47652,103619 -"258490",47653,47660 -"258491",47653,47668 -"258492",47654,52633 -"258493",47654,55226 -"258494",47657,66430 -"258495",47657,104702 -"258496",47657,111551 -"258497",47660,47668 -"258498",47661,64285 -"258499",47663,47664 -"258500",47663,47760 -"258501",47663,61843 -"258502",47663,67006 -"258503",47663,71222 -"258504",47663,71641 -"258505",47664,47760 -"258506",47664,48109 -"258507",47664,55158 -"258508",47664,58867 -"258509",47664,82069 -"258510",47664,93130 -"258511",47665,47677 -"258512",47666,48041 -"258513",47666,56876 -"258514",47667,122677 -"258515",47668,68100 -"258516",47669,59809 -"258517",47669,68958 -"258518",47669,80641 -"258519",47670,68638 -"258520",47670,69784 -"258521",47671,49643 -"258522",47675,47789 -"258523",47675,89033 -"258524",47676,50209 -"258525",47676,54360 -"258526",47676,71733 -"258527",47676,74469 -"258528",47676,108441 -"258529",47677,77554 -"258530",47679,47721 -"258531",47680,47732 -"258532",47680,47771 -"258533",47680,47773 -"258534",47682,47753 -"258535",47682,47757 -"258536",47683,60308 -"258537",47683,69250 -"258538",47683,73987 -"258539",47683,74596 -"258540",47683,85743 -"258541",47684,66011 -"258542",47685,47780 -"258543",47685,65203 -"258544",47685,81206 -"258545",47685,100684 -"258546",47685,117332 -"258547",47685,120297 -"258548",47687,67763 -"258549",47687,83966 -"258550",47687,93403 -"258551",47687,106441 -"258552",47687,121725 -"258553",47688,50102 -"258554",47688,50728 -"258555",47688,55192 -"258556",47688,57783 -"258557",47688,59646 -"258558",47688,65800 -"258559",47688,67564 -"258560",47688,69362 -"258561",47688,71693 -"258562",47688,76590 -"258563",47688,85784 -"258564",47688,86600 -"258565",47688,88782 -"258566",47688,92517 -"258567",47688,94653 -"258568",47688,100140 -"258569",47688,101338 -"258570",47688,105198 -"258571",47688,110250 -"258572",47688,122588 -"258573",47688,122819 -"258574",47688,122852 -"258575",47688,122861 -"258576",47688,122863 -"258577",47688,122864 -"258578",47690,47738 -"258579",47690,47749 -"258580",47690,48546 -"258581",47690,48723 -"258582",47690,57661 -"258583",47690,58173 -"258584",47693,47801 -"258585",47694,63800 -"258586",47694,117111 -"258587",47695,47723 -"258588",47695,47724 -"258589",47695,47758 -"258590",47696,70707 -"258591",47697,60621 -"258592",47697,81666 -"258593",47697,104704 -"258594",47699,57457 -"258595",47699,68125 -"258596",47699,94247 -"258597",47699,96621 -"258598",47700,47728 -"258599",47702,101924 -"258600",47703,47754 -"258601",47703,47984 -"258602",47703,48025 -"258603",47703,112748 -"258604",47703,121871 -"258605",47704,78903 -"258606",47705,52225 -"258607",47705,67648 -"258608",47705,84003 -"258609",47706,54600 -"258610",47707,62546 -"258611",47709,47769 -"258612",47709,56551 -"258613",47711,47756 -"258614",47711,47975 -"258615",47711,79752 -"258616",47711,79991 -"258617",47712,47737 -"258618",47714,56492 -"258619",47714,71923 -"258620",47715,53913 -"258621",47715,64277 -"258622",47715,70339 -"258623",47715,74731 -"258624",47717,53918 -"258625",47718,74236 -"258626",47719,52987 -"258627",47720,47735 -"258628",47720,47775 -"258629",47720,119444 -"258630",47722,47731 -"258631",47722,53366 -"258632",47723,47724 -"258633",47723,47758 -"258634",47723,50954 -"258635",47724,47758 -"258636",47725,70999 -"258637",47725,84843 -"258638",47726,51546 -"258639",47726,57594 -"258640",47726,101993 -"258641",47727,106768 -"258642",47728,84922 -"258643",47729,48697 -"258644",47729,92159 -"258645",47729,99048 -"258646",47730,71892 -"258647",47732,47771 -"258648",47732,47773 -"258649",47733,68190 -"258650",47733,69778 -"258651",47733,69825 -"258652",47733,75883 -"258653",47733,75888 -"258654",47733,75892 -"258655",47733,75893 -"258656",47733,75898 -"258657",47734,58349 -"258658",47734,64451 -"258659",47734,64703 -"258660",47734,64708 -"258661",47734,64718 -"258662",47734,64748 -"258663",47734,64766 -"258664",47734,64777 -"258665",47735,47775 -"258666",47736,50804 -"258667",47736,63470 -"258668",47736,69492 -"258669",47737,54455 -"258670",47737,84083 -"258671",47737,84084 -"258672",47737,95073 -"258673",47738,47749 -"258674",47738,48546 -"258675",47738,48723 -"258676",47738,57661 -"258677",47738,58173 -"258678",47739,49794 -"258679",47739,49914 -"258680",47739,52925 -"258681",47740,71340 -"258682",47740,78672 -"258683",47740,86138 -"258684",47740,90702 -"258685",47741,52132 -"258686",47741,53624 -"258687",47741,64922 -"258688",47741,67734 -"258689",47741,70546 -"258690",47741,79977 -"258691",47741,88829 -"258692",47741,90530 -"258693",47741,94098 -"258694",47741,94396 -"258695",47743,48174 -"258696",47743,63614 -"258697",47745,73633 -"258698",47745,104723 -"258699",47745,123305 -"258700",47747,47748 -"258701",47747,84475 -"258702",47747,93289 -"258703",47750,89443 -"258704",47750,98753 -"258705",47752,90478 -"258706",47752,116379 -"258707",47753,47757 -"258708",47753,59785 -"258709",47754,47984 -"258710",47754,48025 -"258711",47755,54020 -"258712",47755,55497 -"258713",47756,105419 -"258714",47756,112667 -"258715",47757,111497 -"258716",47758,87556 -"258717",47759,62273 -"258718",47759,95658 -"258719",47759,100058 -"258720",47759,103093 -"258721",47760,64045 -"258722",47760,68969 -"258723",47760,102532 -"258724",47761,72131 -"258725",47762,73994 -"258726",47763,62297 -"258727",47763,86273 -"258728",47763,104570 -"258729",47764,48282 -"258730",47764,59435 -"258731",47766,100744 -"258732",47766,112146 -"258733",47767,48466 -"258734",47767,49513 -"258735",47767,62004 -"258736",47767,69429 -"258737",47767,86925 -"258738",47767,91254 -"258739",47767,95425 -"258740",47767,109925 -"258741",47768,52773 -"258742",47768,58841 -"258743",47768,64192 -"258744",47768,72459 -"258745",47768,78983 -"258746",47768,89708 -"258747",47768,106602 -"258748",47768,111305 -"258749",47769,56551 -"258750",47769,70752 -"258751",47771,47773 -"258752",47772,71342 -"258753",47772,104137 -"258754",47773,47863 -"258755",47774,54703 -"258756",47774,55705 -"258757",47774,79967 -"258758",47778,48561 -"258759",47778,57803 -"258760",47778,64788 -"258761",47778,74704 -"258762",47778,74914 -"258763",47778,75181 -"258764",47778,84473 -"258765",47779,51906 -"258766",47779,55160 -"258767",47782,47821 -"258768",47782,47826 -"258769",47782,102418 -"258770",47783,47835 -"258771",47783,47910 -"258772",47784,55491 -"258773",47784,59632 -"258774",47784,60820 -"258775",47784,62426 -"258776",47785,57143 -"258777",47785,70748 -"258778",47785,83216 -"258779",47785,90080 -"258780",47786,49495 -"258781",47786,50368 -"258782",47786,57589 -"258783",47786,68027 -"258784",47786,82487 -"258785",47787,51652 -"258786",47787,120448 -"258787",47789,58403 -"258788",47789,61162 -"258789",47789,78331 -"258790",47790,59155 -"258791",47790,59359 -"258792",47792,76448 -"258793",47793,47794 -"258794",47793,47843 -"258795",47793,47882 -"258796",47793,49546 -"258797",47793,62160 -"258798",47793,81411 -"258799",47793,82448 -"258800",47793,82451 -"258801",47793,82471 -"258802",47793,82484 -"258803",47793,82516 -"258804",47793,82518 -"258805",47794,47843 -"258806",47794,47882 -"258807",47795,58007 -"258808",47795,70347 -"258809",47796,59032 -"258810",47797,56812 -"258811",47797,74995 -"258812",47797,81015 -"258813",47798,73667 -"258814",47798,77804 -"258815",47799,50671 -"258816",47799,86917 -"258817",47799,98500 -"258818",47799,113277 -"258819",47800,65184 -"258820",47802,48347 -"258821",47802,48473 -"258822",47803,57301 -"258823",47803,95155 -"258824",47806,63556 -"258825",47806,114825 -"258826",47807,65402 -"258827",47807,66538 -"258828",47808,61831 -"258829",47808,65815 -"258830",47808,71531 -"258831",47808,84387 -"258832",47808,88256 -"258833",47808,111538 -"258834",47808,112875 -"258835",47809,47949 -"258836",47809,47956 -"258837",47810,61277 -"258838",47810,79074 -"258839",47810,102374 -"258840",47810,116812 -"258841",47812,62590 -"258842",47813,58965 -"258843",47814,47998 -"258844",47814,55615 -"258845",47814,57003 -"258846",47814,75601 -"258847",47815,69761 -"258848",47815,78879 -"258849",47815,89798 -"258850",47815,91578 -"258851",47815,118293 -"258852",47817,48161 -"258853",47818,47819 -"258854",47818,47823 -"258855",47818,48931 -"258856",47818,85720 -"258857",47818,92084 -"258858",47819,47823 -"258859",47819,48931 -"258860",47819,81041 -"258861",47820,59563 -"258862",47821,47826 -"258863",47821,47846 -"258864",47821,111623 -"258865",47822,69502 -"258866",47822,102872 -"258867",47823,48931 -"258868",47823,51948 -"258869",47823,51949 -"258870",47823,66017 -"258871",47826,52385 -"258872",47827,80598 -"258873",47827,80728 -"258874",47827,80779 -"258875",47827,86350 -"258876",47828,48069 -"258877",47829,47964 -"258878",47829,48016 -"258879",47830,62473 -"258880",47830,64719 -"258881",47830,108838 -"258882",47831,54374 -"258883",47831,69136 -"258884",47831,89327 -"258885",47831,93686 -"258886",47831,97801 -"258887",47831,119624 -"258888",47831,121205 -"258889",47832,67443 -"258890",47833,76897 -"258891",47834,48007 -"258892",47835,47910 -"258893",47836,74301 -"258894",47837,83434 -"258895",47837,85706 -"258896",47837,89502 -"258897",47837,118424 -"258898",47837,121422 -"258899",47840,47898 -"258900",47840,61797 -"258901",47840,63150 -"258902",47841,47974 -"258903",47841,59796 -"258904",47841,61665 -"258905",47842,57776 -"258906",47842,57794 -"258907",47843,47882 -"258908",47843,78888 -"258909",47843,78930 -"258910",47843,117830 -"258911",47844,57041 -"258912",47845,56284 -"258913",47845,69232 -"258914",47845,73843 -"258915",47845,82807 -"258916",47845,118250 -"258917",47846,99361 -"258918",47847,69434 -"258919",47847,83379 -"258920",47847,99138 -"258921",47847,99364 -"258922",47849,53390 -"258923",47849,54155 -"258924",47849,73926 -"258925",47850,53796 -"258926",47851,56260 -"258927",47852,53594 -"258928",47852,56469 -"258929",47852,65560 -"258930",47852,72792 -"258931",47853,83480 -"258932",47853,86293 -"258933",47854,59952 -"258934",47855,48333 -"258935",47855,74297 -"258936",47856,48496 -"258937",47856,69221 -"258938",47858,56175 -"258939",47858,67434 -"258940",47858,73075 -"258941",47858,80560 -"258942",47858,85962 -"258943",47858,90259 -"258944",47858,101494 -"258945",47859,61375 -"258946",47859,70939 -"258947",47859,82834 -"258948",47859,82913 -"258949",47860,52406 -"258950",47861,48027 -"258951",47861,70637 -"258952",47862,68441 -"258953",47862,68688 -"258954",47862,69447 -"258955",47862,97242 -"258956",47863,48124 -"258957",47863,48148 -"258958",47864,73416 -"258959",47864,86516 -"258960",47864,92480 -"258961",47865,57072 -"258962",47865,64994 -"258963",47865,65709 -"258964",47865,66743 -"258965",47865,69471 -"258966",47865,77697 -"258967",47865,80822 -"258968",47865,81758 -"258969",47865,91544 -"258970",47865,93562 -"258971",47865,93766 -"258972",47865,100967 -"258973",47867,94251 -"258974",47869,77111 -"258975",47870,47903 -"258976",47872,58621 -"258977",47872,68111 -"258978",47872,103590 -"258979",47872,112711 -"258980",47873,58339 -"258981",47873,69692 -"258982",47873,83695 -"258983",47875,81752 -"258984",47876,76809 -"258985",47877,52602 -"258986",47877,72778 -"258987",47878,90517 -"258988",47878,119997 -"258989",47878,121455 -"258990",47879,123219 -"258991",47880,80540 -"258992",47880,80944 -"258993",47880,91365 -"258994",47880,96506 -"258995",47881,82514 -"258996",47881,110055 -"258997",47881,110064 -"258998",47881,110069 -"258999",47882,54732 -"259000",47882,85919 -"259001",47882,88289 -"259002",47882,88448 -"259003",47882,90721 -"259004",47882,97058 -"259005",47882,97067 -"259006",47882,97074 -"259007",47882,97102 -"259008",47882,97103 -"259009",47882,97104 -"259010",47882,97109 -"259011",47882,97110 -"259012",47882,107364 -"259013",47883,50399 -"259014",47883,50432 -"259015",47883,54572 -"259016",47883,54716 -"259017",47883,66190 -"259018",47883,66887 -"259019",47883,87816 -"259020",47883,101187 -"259021",47883,102048 -"259022",47883,110996 -"259023",47883,118153 -"259024",47884,50476 -"259025",47884,53457 -"259026",47884,70917 -"259027",47884,80026 -"259028",47884,93665 -"259029",47884,98018 -"259030",47884,98214 -"259031",47884,98977 -"259032",47884,119712 -"259033",47885,73339 -"259034",47885,84159 -"259035",47885,84179 -"259036",47887,50977 -"259037",47887,60698 -"259038",47887,65409 -"259039",47887,65467 -"259040",47888,88851 -"259041",47888,99849 -"259042",47889,52517 -"259043",47889,61204 -"259044",47889,70526 -"259045",47889,86580 -"259046",47890,48605 -"259047",47890,56695 -"259048",47890,63075 -"259049",47891,48362 -"259050",47891,48431 -"259051",47891,48452 -"259052",47891,48508 -"259053",47891,48534 -"259054",47892,64102 -"259055",47893,59595 -"259056",47894,48134 -"259057",47895,49653 -"259058",47895,52768 -"259059",47895,68887 -"259060",47895,81820 -"259061",47895,81879 -"259062",47895,104151 -"259063",47895,111866 -"259064",47896,53749 -"259065",47897,66534 -"259066",47899,49005 -"259067",47899,107981 -"259068",47900,111666 -"259069",47900,117170 -"259070",47900,117193 -"259071",47902,48126 -"259072",47905,117698 -"259073",47905,121092 -"259074",47906,48114 -"259075",47907,48269 -"259076",47907,51399 -"259077",47907,54501 -"259078",47907,55675 -"259079",47907,79960 -"259080",47907,92862 -"259081",47908,76885 -"259082",47908,87428 -"259083",47909,105658 -"259084",47909,111211 -"259085",47912,47915 -"259086",47912,47916 -"259087",47912,47951 -"259088",47912,47952 -"259089",47912,47972 -"259090",47912,48052 -"259091",47912,48053 -"259092",47912,48054 -"259093",47912,48442 -"259094",47913,70557 -"259095",47913,88377 -"259096",47914,47985 -"259097",47915,47916 -"259098",47915,47951 -"259099",47915,47952 -"259100",47915,47972 -"259101",47915,48052 -"259102",47915,48053 -"259103",47915,48054 -"259104",47916,47951 -"259105",47916,47952 -"259106",47916,47972 -"259107",47916,48052 -"259108",47916,48053 -"259109",47916,48054 -"259110",47916,70461 -"259111",47916,70462 -"259112",47917,53687 -"259113",47917,54523 -"259114",47917,56274 -"259115",47917,56305 -"259116",47917,56368 -"259117",47917,84555 -"259118",47917,103236 -"259119",47917,108038 -"259120",47918,48185 -"259121",47918,49846 -"259122",47918,49847 -"259123",47918,49848 -"259124",47918,49886 -"259125",47919,73043 -"259126",47919,93304 -"259127",47919,95606 -"259128",47920,95031 -"259129",47920,105963 -"259130",47920,122482 -"259131",47920,122484 -"259132",47921,62793 -"259133",47921,85028 -"259134",47921,100274 -"259135",47922,76743 -"259136",47922,117774 -"259137",47922,117775 -"259138",47924,59599 -"259139",47925,51464 -"259140",47925,59580 -"259141",47925,99986 -"259142",47926,60748 -"259143",47926,85469 -"259144",47926,87347 -"259145",47926,87351 -"259146",47926,93908 -"259147",47927,60258 -"259148",47927,67815 -"259149",47927,74612 -"259150",47927,79534 -"259151",47927,86318 -"259152",47927,108134 -"259153",47928,47935 -"259154",47929,88639 -"259155",47933,48026 -"259156",47933,51877 -"259157",47933,89400 -"259158",47933,114590 -"259159",47933,116371 -"259160",47934,49254 -"259161",47934,56394 -"259162",47934,64745 -"259163",47935,47936 -"259164",47938,47943 -"259165",47938,47989 -"259166",47938,48001 -"259167",47939,60085 -"259168",47939,66315 -"259169",47939,78300 -"259170",47939,107371 -"259171",47940,48688 -"259172",47940,48812 -"259173",47940,49260 -"259174",47940,53491 -"259175",47940,69597 -"259176",47940,77670 -"259177",47940,84816 -"259178",47940,92819 -"259179",47940,120794 -"259180",47941,47962 -"259181",47941,48045 -"259182",47942,65800 -"259183",47942,68959 -"259184",47942,74927 -"259185",47942,94599 -"259186",47942,95627 -"259187",47942,108568 -"259188",47942,113535 -"259189",47942,113842 -"259190",47943,47989 -"259191",47943,48001 -"259192",47943,50204 -"259193",47943,50302 -"259194",47945,64745 -"259195",47945,71058 -"259196",47945,119609 -"259197",47946,55965 -"259198",47946,56046 -"259199",47947,49975 -"259200",47947,53817 -"259201",47947,55021 -"259202",47947,57307 -"259203",47947,57372 -"259204",47947,57843 -"259205",47947,60025 -"259206",47947,60301 -"259207",47947,60310 -"259208",47947,60348 -"259209",47947,60407 -"259210",47947,61478 -"259211",47948,49112 -"259212",47949,47956 -"259213",47950,53319 -"259214",47950,60131 -"259215",47950,74474 -"259216",47950,103159 -"259217",47951,47952 -"259218",47951,47972 -"259219",47951,48052 -"259220",47951,48053 -"259221",47951,48054 -"259222",47952,47972 -"259223",47952,48052 -"259224",47952,48053 -"259225",47952,48054 -"259226",47953,78793 -"259227",47954,51523 -"259228",47955,65196 -"259229",47955,74583 -"259230",47956,66569 -"259231",47956,69661 -"259232",47956,79963 -"259233",47956,86014 -"259234",47957,48651 -"259235",47957,79254 -"259236",47957,100183 -"259237",47957,108857 -"259238",47958,104792 -"259239",47958,104821 -"259240",47959,58067 -"259241",47960,50648 -"259242",47960,50678 -"259243",47960,50720 -"259244",47960,50971 -"259245",47960,55261 -"259246",47961,92637 -"259247",47961,101730 -"259248",47961,101753 -"259249",47962,48045 -"259250",47964,48016 -"259251",47965,68374 -"259252",47965,68734 -"259253",47965,84370 -"259254",47965,93533 -"259255",47965,102002 -"259256",47967,47986 -"259257",47967,63606 -"259258",47968,48008 -"259259",47968,49513 -"259260",47968,51868 -"259261",47968,58015 -"259262",47968,65520 -"259263",47968,77094 -"259264",47968,79974 -"259265",47968,90151 -"259266",47968,110375 -"259267",47968,114216 -"259268",47969,99269 -"259269",47969,100853 -"259270",47970,86152 -"259271",47972,48052 -"259272",47972,48053 -"259273",47972,48054 -"259274",47973,49326 -"259275",47973,50425 -"259276",47973,57253 -"259277",47973,66261 -"259278",47973,68457 -"259279",47973,69198 -"259280",47973,71858 -"259281",47973,77565 -"259282",47973,78974 -"259283",47973,86023 -"259284",47973,87194 -"259285",47973,87813 -"259286",47973,88773 -"259287",47973,90427 -"259288",47973,90993 -"259289",47973,90994 -"259290",47973,92417 -"259291",47973,100319 -"259292",47973,101250 -"259293",47973,101462 -"259294",47973,107365 -"259295",47973,109885 -"259296",47973,110742 -"259297",47973,112606 -"259298",47973,116142 -"259299",47973,116150 -"259300",47973,116151 -"259301",47973,116152 -"259302",47973,116155 -"259303",47973,116159 -"259304",47973,116163 -"259305",47973,116165 -"259306",47973,116166 -"259307",47973,116171 -"259308",47973,116677 -"259309",47973,116678 -"259310",47974,50353 -"259311",47974,68992 -"259312",47974,72241 -"259313",47974,76937 -"259314",47974,83101 -"259315",47974,94483 -"259316",47974,95549 -"259317",47974,95563 -"259318",47974,104800 -"259319",47974,118232 -"259320",47974,121480 -"259321",47974,121485 -"259322",47975,50412 -"259323",47975,53700 -"259324",47975,58303 -"259325",47975,79752 -"259326",47975,81569 -"259327",47975,82364 -"259328",47975,82598 -"259329",47975,85479 -"259330",47975,105029 -"259331",47975,118871 -"259332",47975,121775 -"259333",47977,53188 -"259334",47977,82869 -"259335",47978,47996 -"259336",47978,48450 -"259337",47978,81418 -"259338",47978,109945 -"259339",47979,53095 -"259340",47979,53121 -"259341",47979,53153 -"259342",47979,53573 -"259343",47979,54297 -"259344",47980,48365 -"259345",47980,59962 -"259346",47981,78949 -"259347",47982,47990 -"259348",47982,52622 -"259349",47982,54749 -"259350",47982,56883 -"259351",47982,58927 -"259352",47982,60842 -"259353",47982,60859 -"259354",47982,60884 -"259355",47982,61608 -"259356",47983,69245 -"259357",47983,99347 -"259358",47984,48025 -"259359",47984,63388 -"259360",47984,67963 -"259361",47986,62747 -"259362",47987,63887 -"259363",47989,48001 -"259364",47992,60469 -"259365",47992,65285 -"259366",47992,71631 -"259367",47992,74121 -"259368",47992,74815 -"259369",47993,49398 -"259370",47993,49735 -"259371",47993,50309 -"259372",47993,50325 -"259373",47993,50330 -"259374",47993,50363 -"259375",47993,50385 -"259376",47993,50393 -"259377",47993,50405 -"259378",47993,50413 -"259379",47994,51134 -"259380",47994,51153 -"259381",47994,51159 -"259382",47994,59861 -"259383",47994,74711 -"259384",47994,107350 -"259385",47995,63230 -"259386",47995,65893 -"259387",47995,75294 -"259388",47996,48450 -"259389",47996,48957 -"259390",47998,65632 -"259391",47999,48000 -"259392",47999,113317 -"259393",48000,57679 -"259394",48001,58699 -"259395",48001,82284 -"259396",48002,83480 -"259397",48003,84184 -"259398",48003,103676 -"259399",48003,118159 -"259400",48003,118162 -"259401",48003,118183 -"259402",48004,80009 -"259403",48004,106834 -"259404",48004,113026 -"259405",48004,119745 -"259406",48005,52777 -"259407",48005,54647 -"259408",48005,62456 -"259409",48005,96489 -"259410",48008,49798 -"259411",48008,70488 -"259412",48008,96721 -"259413",48009,63703 -"259414",48010,53458 -"259415",48010,55012 -"259416",48010,64025 -"259417",48010,69011 -"259418",48010,87837 -"259419",48010,97260 -"259420",48010,99545 -"259421",48010,99572 -"259422",48011,69575 -"259423",48011,79016 -"259424",48011,79188 -"259425",48012,48031 -"259426",48012,52714 -"259427",48012,61360 -"259428",48012,63277 -"259429",48012,84238 -"259430",48012,104951 -"259431",48012,109272 -"259432",48012,119752 -"259433",48013,63644 -"259434",48014,83718 -"259435",48015,52638 -"259436",48015,84271 -"259437",48016,83583 -"259438",48019,74669 -"259439",48019,99885 -"259440",48019,102880 -"259441",48020,53219 -"259442",48020,62442 -"259443",48020,72752 -"259444",48022,48075 -"259445",48023,60238 -"259446",48023,76564 -"259447",48023,83526 -"259448",48023,87083 -"259449",48023,91290 -"259450",48023,103397 -"259451",48023,104867 -"259452",48023,118191 -"259453",48024,48228 -"259454",48024,59056 -"259455",48024,62380 -"259456",48024,74906 -"259457",48024,81675 -"259458",48024,92012 -"259459",48025,48348 -"259460",48025,59039 -"259461",48025,59478 -"259462",48026,55700 -"259463",48026,61756 -"259464",48026,65833 -"259465",48026,72368 -"259466",48026,72379 -"259467",48026,115324 -"259468",48028,49381 -"259469",48028,61915 -"259470",48028,63679 -"259471",48028,72088 -"259472",48029,83905 -"259473",48031,58630 -"259474",48031,60903 -"259475",48031,69042 -"259476",48031,69052 -"259477",48031,86550 -"259478",48032,76872 -"259479",48033,48034 -"259480",48035,82657 -"259481",48036,82858 -"259482",48036,103053 -"259483",48036,103137 -"259484",48036,118527 -"259485",48036,122791 -"259486",48036,122792 -"259487",48037,72823 -"259488",48037,102757 -"259489",48037,109799 -"259490",48037,120524 -"259491",48038,61254 -"259492",48038,64987 -"259493",48038,67259 -"259494",48038,87370 -"259495",48038,92526 -"259496",48038,92620 -"259497",48039,48493 -"259498",48039,108439 -"259499",48039,112587 -"259500",48040,83953 -"259501",48044,69892 -"259502",48044,71470 -"259503",48044,73180 -"259504",48049,54150 -"259505",48049,60238 -"259506",48051,67849 -"259507",48051,80778 -"259508",48051,86893 -"259509",48051,97635 -"259510",48052,48053 -"259511",48052,48054 -"259512",48052,48442 -"259513",48052,48443 -"259514",48052,48491 -"259515",48052,48512 -"259516",48052,48542 -"259517",48052,48543 -"259518",48053,48054 -"259519",48055,79074 -"259520",48055,87015 -"259521",48055,98124 -"259522",48055,103890 -"259523",48055,120797 -"259524",48055,122246 -"259525",48056,54752 -"259526",48056,60758 -"259527",48056,91224 -"259528",48056,91238 -"259529",48058,84548 -"259530",48058,98415 -"259531",48059,70799 -"259532",48060,81286 -"259533",48060,100926 -"259534",48060,106703 -"259535",48060,110427 -"259536",48060,111219 -"259537",48061,83167 -"259538",48061,108183 -"259539",48062,97206 -"259540",48063,58454 -"259541",48063,82874 -"259542",48064,54725 -"259543",48064,105021 -"259544",48065,48166 -"259545",48065,53799 -"259546",48065,64791 -"259547",48066,48132 -"259548",48066,48147 -"259549",48066,48179 -"259550",48066,51068 -"259551",48066,57390 -"259552",48066,58294 -"259553",48066,59120 -"259554",48066,71079 -"259555",48067,97619 -"259556",48067,103007 -"259557",48067,114956 -"259558",48068,62019 -"259559",48070,48545 -"259560",48070,53805 -"259561",48070,56499 -"259562",48070,62021 -"259563",48070,62116 -"259564",48071,106877 -"259565",48071,108250 -"259566",48071,111645 -"259567",48073,48156 -"259568",48073,112753 -"259569",48074,55174 -"259570",48074,58829 -"259571",48074,59100 -"259572",48074,65818 -"259573",48074,68355 -"259574",48074,71190 -"259575",48074,73261 -"259576",48074,75336 -"259577",48074,122706 -"259578",48076,51652 -"259579",48076,56063 -"259580",48076,68234 -"259581",48076,72946 -"259582",48076,73289 -"259583",48078,53121 -"259584",48078,67838 -"259585",48078,76132 -"259586",48078,111034 -"259587",48079,75680 -"259588",48079,77189 -"259589",48079,86006 -"259590",48079,90132 -"259591",48079,92735 -"259592",48079,112061 -"259593",48079,122566 -"259594",48081,51733 -"259595",48081,59003 -"259596",48081,84602 -"259597",48081,88546 -"259598",48081,109436 -"259599",48081,110471 -"259600",48081,110472 -"259601",48081,110559 -"259602",48081,117914 -"259603",48082,48157 -"259604",48082,48186 -"259605",48083,58184 -"259606",48083,73095 -"259607",48084,48585 -"259608",48084,48612 -"259609",48084,48645 -"259610",48084,49232 -"259611",48084,51233 -"259612",48084,54712 -"259613",48084,60366 -"259614",48084,65246 -"259615",48084,69670 -"259616",48084,71489 -"259617",48084,81096 -"259618",48084,83735 -"259619",48084,86519 -"259620",48084,96700 -"259621",48084,96701 -"259622",48084,96724 -"259623",48084,122277 -"259624",48084,122279 -"259625",48085,71203 -"259626",48085,71713 -"259627",48085,101527 -"259628",48088,105606 -"259629",48089,95340 -"259630",48089,109948 -"259631",48090,48992 -"259632",48090,49716 -"259633",48090,50480 -"259634",48090,57267 -"259635",48090,57739 -"259636",48091,48174 -"259637",48091,64208 -"259638",48091,122313 -"259639",48092,52056 -"259640",48093,112746 -"259641",48094,79519 -"259642",48094,103355 -"259643",48095,67068 -"259644",48095,78261 -"259645",48096,67362 -"259646",48096,89675 -"259647",48098,65887 -"259648",48098,109601 -"259649",48099,61077 -"259650",48099,61194 -"259651",48099,87985 -"259652",48099,97125 -"259653",48099,99430 -"259654",48100,59143 -"259655",48100,84599 -"259656",48101,49997 -"259657",48101,50209 -"259658",48101,50957 -"259659",48101,50958 -"259660",48101,52464 -"259661",48101,52858 -"259662",48101,53618 -"259663",48101,69782 -"259664",48101,69832 -"259665",48101,74669 -"259666",48101,86209 -"259667",48101,90322 -"259668",48101,92552 -"259669",48103,48169 -"259670",48103,48170 -"259671",48104,48183 -"259672",48104,48525 -"259673",48105,48189 -"259674",48105,50536 -"259675",48105,52194 -"259676",48105,57549 -"259677",48105,58273 -"259678",48106,85245 -"259679",48106,92017 -"259680",48106,121569 -"259681",48107,88506 -"259682",48107,116386 -"259683",48108,76469 -"259684",48109,55158 -"259685",48109,82069 -"259686",48110,48167 -"259687",48110,58508 -"259688",48110,59731 -"259689",48110,62642 -"259690",48110,68091 -"259691",48110,69335 -"259692",48110,75245 -"259693",48110,75776 -"259694",48110,75956 -"259695",48110,76387 -"259696",48110,78978 -"259697",48110,79212 -"259698",48110,79241 -"259699",48110,79473 -"259700",48110,79579 -"259701",48110,80239 -"259702",48110,80301 -"259703",48110,81397 -"259704",48110,88013 -"259705",48110,88340 -"259706",48110,88749 -"259707",48110,89069 -"259708",48110,89373 -"259709",48110,89995 -"259710",48110,90919 -"259711",48110,90936 -"259712",48110,92861 -"259713",48110,93097 -"259714",48110,94231 -"259715",48110,95489 -"259716",48110,96247 -"259717",48110,96363 -"259718",48110,97898 -"259719",48112,91690 -"259720",48114,70453 -"259721",48114,101440 -"259722",48115,66389 -"259723",48115,68429 -"259724",48115,73328 -"259725",48116,48526 -"259726",48116,53499 -"259727",48116,67728 -"259728",48116,69175 -"259729",48116,77467 -"259730",48116,79360 -"259731",48116,80020 -"259732",48116,80307 -"259733",48116,86896 -"259734",48117,59420 -"259735",48117,59434 -"259736",48117,71030 -"259737",48118,53336 -"259738",48119,76941 -"259739",48121,48162 -"259740",48122,73880 -"259741",48122,86695 -"259742",48122,92719 -"259743",48123,48160 -"259744",48123,50235 -"259745",48123,59210 -"259746",48123,61343 -"259747",48123,62063 -"259748",48123,72573 -"259749",48123,81594 -"259750",48123,81722 -"259751",48123,101016 -"259752",48123,101087 -"259753",48123,102401 -"259754",48123,105495 -"259755",48123,105955 -"259756",48123,116302 -"259757",48123,116315 -"259758",48123,116325 -"259759",48123,116331 -"259760",48124,48148 -"259761",48124,115519 -"259762",48125,50395 -"259763",48125,63315 -"259764",48125,68517 -"259765",48125,77363 -"259766",48125,92851 -"259767",48125,93668 -"259768",48125,99759 -"259769",48126,96272 -"259770",48127,74993 -"259771",48127,81095 -"259772",48127,103658 -"259773",48127,104867 -"259774",48127,118056 -"259775",48127,119062 -"259776",48128,110378 -"259777",48132,60090 -"259778",48132,72765 -"259779",48133,74011 -"259780",48133,97000 -"259781",48133,114424 -"259782",48133,114961 -"259783",48134,117204 -"259784",48138,48483 -"259785",48138,49640 -"259786",48138,49770 -"259787",48138,61214 -"259788",48138,65438 -"259789",48138,75282 -"259790",48138,88212 -"259791",48141,48142 -"259792",48141,56000 -"259793",48141,100907 -"259794",48143,61621 -"259795",48143,62439 -"259796",48144,56227 -"259797",48144,65383 -"259798",48144,95268 -"259799",48144,98127 -"259800",48144,99237 -"259801",48144,115569 -"259802",48144,115614 -"259803",48146,48147 -"259804",48146,48178 -"259805",48146,71224 -"259806",48147,48178 -"259807",48147,48179 -"259808",48147,52716 -"259809",48147,58294 -"259810",48147,64875 -"259811",48147,74789 -"259812",48147,75055 -"259813",48147,75099 -"259814",48150,86453 -"259815",48150,89301 -"259816",48150,89491 -"259817",48150,90518 -"259818",48150,93524 -"259819",48150,98743 -"259820",48150,109545 -"259821",48150,111631 -"259822",48152,48218 -"259823",48152,48237 -"259824",48152,48245 -"259825",48152,48303 -"259826",48152,48305 -"259827",48152,52881 -"259828",48153,50249 -"259829",48154,50288 -"259830",48155,53779 -"259831",48155,60066 -"259832",48155,64502 -"259833",48155,84306 -"259834",48155,89370 -"259835",48155,92694 -"259836",48155,104241 -"259837",48156,66039 -"259838",48156,90846 -"259839",48157,48186 -"259840",48157,52892 -"259841",48158,108751 -"259842",48159,48187 -"259843",48160,51111 -"259844",48160,61113 -"259845",48160,88280 -"259846",48160,88291 -"259847",48160,88308 -"259848",48160,90724 -"259849",48160,122554 -"259850",48161,52878 -"259851",48161,83005 -"259852",48162,69046 -"259853",48162,97975 -"259854",48162,121688 -"259855",48163,50964 -"259856",48165,48463 -"259857",48165,53498 -"259858",48165,111326 -"259859",48166,53799 -"259860",48166,68979 -"259861",48166,84095 -"259862",48166,100074 -"259863",48169,48170 -"259864",48169,52192 -"259865",48169,52300 -"259866",48170,52192 -"259867",48170,52300 -"259868",48170,63021 -"259869",48170,108259 -"259870",48171,62042 -"259871",48171,104770 -"259872",48171,110788 -"259873",48171,121416 -"259874",48172,48497 -"259875",48173,50137 -"259876",48173,52083 -"259877",48173,52785 -"259878",48173,61125 -"259879",48173,63121 -"259880",48173,87049 -"259881",48173,92674 -"259882",48173,108250 -"259883",48173,113058 -"259884",48173,120512 -"259885",48174,49822 -"259886",48174,58147 -"259887",48174,58336 -"259888",48174,62210 -"259889",48174,71010 -"259890",48174,89930 -"259891",48174,93403 -"259892",48174,107874 -"259893",48174,114022 -"259894",48174,114031 -"259895",48174,119873 -"259896",48175,62431 -"259897",48175,94567 -"259898",48177,75904 -"259899",48177,121905 -"259900",48178,71224 -"259901",48179,57390 -"259902",48179,58294 -"259903",48179,59120 -"259904",48181,55487 -"259905",48181,93064 -"259906",48181,122256 -"259907",48182,83611 -"259908",48182,105079 -"259909",48182,117889 -"259910",48182,123506 -"259911",48183,48525 -"259912",48183,50754 -"259913",48184,69314 -"259914",48184,118632 -"259915",48185,49846 -"259916",48185,49847 -"259917",48185,49848 -"259918",48185,49886 -"259919",48187,56796 -"259920",48188,85386 -"259921",48188,89005 -"259922",48189,74793 -"259923",48190,83867 -"259924",48190,90425 -"259925",48191,58378 -"259926",48191,59684 -"259927",48191,59783 -"259928",48192,74863 -"259929",48192,93801 -"259930",48192,119542 -"259931",48194,49237 -"259932",48195,54814 -"259933",48195,91991 -"259934",48197,91005 -"259935",48197,91252 -"259936",48197,93270 -"259937",48197,93285 -"259938",48199,49843 -"259939",48199,50211 -"259940",48200,54616 -"259941",48200,54726 -"259942",48200,57831 -"259943",48201,59246 -"259944",48201,59247 -"259945",48201,61608 -"259946",48202,48212 -"259947",48202,50105 -"259948",48202,53132 -"259949",48202,53227 -"259950",48202,55111 -"259951",48202,58628 -"259952",48202,61801 -"259953",48202,64350 -"259954",48202,73044 -"259955",48202,73058 -"259956",48202,73335 -"259957",48202,74135 -"259958",48202,78063 -"259959",48202,78429 -"259960",48202,78569 -"259961",48202,82143 -"259962",48202,83231 -"259963",48202,86471 -"259964",48202,90804 -"259965",48202,91022 -"259966",48202,91045 -"259967",48202,95675 -"259968",48202,101516 -"259969",48202,102387 -"259970",48202,103826 -"259971",48202,108374 -"259972",48202,108893 -"259973",48202,109101 -"259974",48202,109523 -"259975",48202,110993 -"259976",48202,111095 -"259977",48202,111338 -"259978",48202,111398 -"259979",48202,111409 -"259980",48202,111480 -"259981",48202,112422 -"259982",48202,112648 -"259983",48202,112708 -"259984",48202,112820 -"259985",48202,112997 -"259986",48202,113597 -"259987",48202,114418 -"259988",48202,114582 -"259989",48202,115371 -"259990",48202,116028 -"259991",48202,116604 -"259992",48203,74507 -"259993",48204,106444 -"259994",48205,48313 -"259995",48206,48268 -"259996",48206,48296 -"259997",48207,61446 -"259998",48207,72175 -"259999",48209,49400 -"260000",48209,59519 -"260001",48210,57231 -"260002",48210,60264 -"260003",48210,60905 -"260004",48210,61908 -"260005",48210,69524 -"260006",48210,71816 -"260007",48211,48924 -"260008",48211,48925 -"260009",48211,51359 -"260010",48211,52789 -"260011",48211,52800 -"260012",48211,52804 -"260013",48211,52812 -"260014",48211,52826 -"260015",48211,52842 -"260016",48211,52850 -"260017",48211,52883 -"260018",48211,56206 -"260019",48211,75174 -"260020",48211,81630 -"260021",48211,82018 -"260022",48212,49071 -"260023",48212,53132 -"260024",48212,53227 -"260025",48212,55111 -"260026",48212,58628 -"260027",48212,61801 -"260028",48212,64350 -"260029",48212,73044 -"260030",48212,73058 -"260031",48212,73335 -"260032",48212,78063 -"260033",48212,78429 -"260034",48212,78569 -"260035",48212,79912 -"260036",48212,82143 -"260037",48212,83231 -"260038",48212,86471 -"260039",48212,87415 -"260040",48212,88737 -"260041",48212,90804 -"260042",48212,91022 -"260043",48212,91045 -"260044",48212,95675 -"260045",48212,98293 -"260046",48212,101516 -"260047",48212,102387 -"260048",48212,103420 -"260049",48212,104217 -"260050",48212,108374 -"260051",48212,108893 -"260052",48212,109101 -"260053",48212,109523 -"260054",48212,110993 -"260055",48212,111338 -"260056",48212,111398 -"260057",48212,111409 -"260058",48212,111480 -"260059",48212,112422 -"260060",48212,112648 -"260061",48212,112708 -"260062",48212,112820 -"260063",48212,112997 -"260064",48212,113597 -"260065",48212,114418 -"260066",48212,114582 -"260067",48212,115371 -"260068",48212,116028 -"260069",48212,116604 -"260070",48213,83232 -"260071",48213,93799 -"260072",48213,115981 -"260073",48214,48272 -"260074",48215,53006 -"260075",48215,54200 -"260076",48215,58371 -"260077",48215,59828 -"260078",48215,71253 -"260079",48215,74309 -"260080",48215,75203 -"260081",48215,82045 -"260082",48215,82730 -"260083",48215,92949 -"260084",48215,94237 -"260085",48215,99471 -"260086",48215,102385 -"260087",48215,102396 -"260088",48215,102475 -"260089",48215,103343 -"260090",48215,109929 -"260091",48215,111732 -"260092",48216,56921 -"260093",48216,58475 -"260094",48216,58732 -"260095",48216,107079 -"260096",48217,52633 -"260097",48217,68374 -"260098",48218,48237 -"260099",48218,48245 -"260100",48218,48303 -"260101",48218,48305 -"260102",48218,84072 -"260103",48218,105715 -"260104",48219,52845 -"260105",48219,56796 -"260106",48219,59965 -"260107",48219,63188 -"260108",48219,65402 -"260109",48219,65435 -"260110",48219,72205 -"260111",48219,74273 -"260112",48219,85959 -"260113",48219,100246 -"260114",48220,56541 -"260115",48220,58325 -"260116",48220,58345 -"260117",48222,92059 -"260118",48222,92279 -"260119",48222,95222 -"260120",48222,97080 -"260121",48222,97083 -"260122",48224,58331 -"260123",48224,64804 -"260124",48224,87316 -"260125",48224,101770 -"260126",48224,105621 -"260127",48224,117304 -"260128",48225,48289 -"260129",48225,48311 -"260130",48225,57281 -"260131",48225,66222 -"260132",48225,66223 -"260133",48225,66263 -"260134",48225,66312 -"260135",48225,66353 -"260136",48225,74585 -"260137",48225,89748 -"260138",48225,96888 -"260139",48225,96895 -"260140",48226,61820 -"260141",48228,48260 -"260142",48228,53912 -"260143",48228,59056 -"260144",48228,62380 -"260145",48228,71662 -"260146",48228,71684 -"260147",48228,74906 -"260148",48228,76859 -"260149",48228,78256 -"260150",48228,81675 -"260151",48228,91345 -"260152",48228,92012 -"260153",48228,94650 -"260154",48228,100479 -"260155",48228,105638 -"260156",48228,108700 -"260157",48229,69110 -"260158",48229,69148 -"260159",48231,56013 -"260160",48232,74373 -"260161",48232,84108 -"260162",48232,116863 -"260163",48233,64353 -"260164",48233,67011 -"260165",48234,48257 -"260166",48235,65451 -"260167",48235,66639 -"260168",48235,71205 -"260169",48235,77068 -"260170",48235,78145 -"260171",48235,78497 -"260172",48235,94194 -"260173",48235,103700 -"260174",48235,108708 -"260175",48235,110269 -"260176",48236,77652 -"260177",48237,48245 -"260178",48237,48303 -"260179",48237,48305 -"260180",48237,54452 -"260181",48237,61363 -"260182",48237,65375 -"260183",48237,67621 -"260184",48237,69068 -"260185",48237,71895 -"260186",48237,96832 -"260187",48237,98316 -"260188",48237,104396 -"260189",48237,108766 -"260190",48237,114847 -"260191",48237,115056 -"260192",48237,115444 -"260193",48238,71874 -"260194",48238,90000 -"260195",48238,114156 -"260196",48240,48992 -"260197",48240,49716 -"260198",48240,51869 -"260199",48240,60597 -"260200",48240,66517 -"260201",48241,79436 -"260202",48241,88692 -"260203",48241,103292 -"260204",48243,68247 -"260205",48243,108900 -"260206",48244,54828 -"260207",48244,54852 -"260208",48244,58078 -"260209",48244,59072 -"260210",48244,59231 -"260211",48244,69455 -"260212",48244,76892 -"260213",48244,91751 -"260214",48244,91970 -"260215",48244,95680 -"260216",48244,104695 -"260217",48244,104710 -"260218",48244,104724 -"260219",48244,104727 -"260220",48244,104729 -"260221",48245,48303 -"260222",48245,48305 -"260223",48245,67621 -"260224",48245,87273 -"260225",48245,92011 -"260226",48245,102228 -"260227",48245,106484 -"260228",48245,115444 -"260229",48245,117387 -"260230",48245,117393 -"260231",48245,118268 -"260232",48246,48308 -"260233",48247,65572 -"260234",48247,67009 -"260235",48247,89469 -"260236",48249,65234 -"260237",48249,79961 -"260238",48249,83863 -"260239",48249,91295 -"260240",48249,100091 -"260241",48249,103287 -"260242",48249,117061 -"260243",48249,119337 -"260244",48249,121164 -"260245",48249,123145 -"260246",48250,115816 -"260247",48251,50517 -"260248",48252,48358 -"260249",48252,48753 -"260250",48252,62040 -"260251",48252,80325 -"260252",48253,50244 -"260253",48253,115223 -"260254",48253,117730 -"260255",48253,119821 -"260256",48254,48781 -"260257",48254,60403 -"260258",48254,112626 -"260259",48254,112643 -"260260",48255,48256 -"260261",48255,65689 -"260262",48255,67025 -"260263",48255,67235 -"260264",48255,75040 -"260265",48255,94282 -"260266",48256,67025 -"260267",48256,67235 -"260268",48256,75040 -"260269",48257,51048 -"260270",48257,65815 -"260271",48257,65959 -"260272",48258,89639 -"260273",48258,106434 -"260274",48260,54805 -"260275",48260,55543 -"260276",48260,58133 -"260277",48260,71516 -"260278",48260,74906 -"260279",48260,85789 -"260280",48260,86036 -"260281",48260,90018 -"260282",48260,90361 -"260283",48261,48346 -"260284",48262,76015 -"260285",48262,80727 -"260286",48262,102870 -"260287",48263,57502 -"260288",48263,57555 -"260289",48264,50910 -"260290",48264,54210 -"260291",48264,62504 -"260292",48264,75677 -"260293",48264,75918 -"260294",48264,79582 -"260295",48264,104133 -"260296",48264,110226 -"260297",48265,59701 -"260298",48265,73054 -"260299",48265,77752 -"260300",48265,77807 -"260301",48265,95343 -"260302",48265,110384 -"260303",48265,110841 -"260304",48265,114066 -"260305",48266,54188 -"260306",48267,98180 -"260307",48268,48296 -"260308",48269,48454 -"260309",48269,55675 -"260310",48269,67035 -"260311",48271,48366 -"260312",48271,87009 -"260313",48272,72465 -"260314",48272,91302 -"260315",48272,113152 -"260316",48273,48327 -"260317",48273,48407 -"260318",48273,48853 -"260319",48275,49264 -"260320",48275,52721 -"260321",48275,61553 -"260322",48275,61694 -"260323",48275,104933 -"260324",48277,77388 -"260325",48279,115841 -"260326",48279,120106 -"260327",48279,122529 -"260328",48280,48286 -"260329",48280,58056 -"260330",48280,64945 -"260331",48281,48380 -"260332",48281,50662 -"260333",48281,56216 -"260334",48281,58516 -"260335",48281,59615 -"260336",48281,62679 -"260337",48281,63105 -"260338",48281,68001 -"260339",48281,68475 -"260340",48281,68917 -"260341",48281,69296 -"260342",48281,71106 -"260343",48281,73655 -"260344",48281,75767 -"260345",48281,76046 -"260346",48281,76459 -"260347",48281,76808 -"260348",48281,77727 -"260349",48281,78224 -"260350",48281,79222 -"260351",48281,82978 -"260352",48281,83306 -"260353",48281,85027 -"260354",48281,88412 -"260355",48281,90275 -"260356",48281,90426 -"260357",48281,91112 -"260358",48281,91526 -"260359",48281,93425 -"260360",48281,93523 -"260361",48281,94520 -"260362",48281,95954 -"260363",48281,99544 -"260364",48281,99547 -"260365",48281,99554 -"260366",48281,100595 -"260367",48281,100739 -"260368",48281,100819 -"260369",48281,101898 -"260370",48281,101988 -"260371",48281,102146 -"260372",48281,102201 -"260373",48281,102309 -"260374",48281,102635 -"260375",48281,102730 -"260376",48281,102846 -"260377",48281,103790 -"260378",48281,104095 -"260379",48281,104574 -"260380",48281,104784 -"260381",48281,104845 -"260382",48281,107269 -"260383",48281,107623 -"260384",48281,107714 -"260385",48281,107879 -"260386",48281,107975 -"260387",48281,108542 -"260388",48282,51738 -"260389",48282,52198 -"260390",48282,60417 -"260391",48282,76680 -"260392",48282,78153 -"260393",48282,81164 -"260394",48282,90810 -"260395",48282,92871 -"260396",48282,95493 -"260397",48282,115292 -"260398",48282,116714 -"260399",48282,120812 -"260400",48282,121545 -"260401",48283,55968 -"260402",48283,67501 -"260403",48283,67511 -"260404",48284,48290 -"260405",48284,55004 -"260406",48284,55468 -"260407",48284,61666 -"260408",48284,99444 -"260409",48284,107271 -"260410",48284,107291 -"260411",48284,108372 -"260412",48285,84356 -"260413",48286,50089 -"260414",48286,52901 -"260415",48286,68477 -"260416",48288,80596 -"260417",48288,90093 -"260418",48288,94660 -"260419",48289,48311 -"260420",48289,67904 -"260421",48289,86624 -"260422",48289,86683 -"260423",48289,86694 -"260424",48289,86701 -"260425",48289,86712 -"260426",48289,86732 -"260427",48290,49370 -"260428",48290,49419 -"260429",48290,56223 -"260430",48290,72154 -"260431",48290,108021 -"260432",48291,55486 -"260433",48291,55829 -"260434",48291,55883 -"260435",48291,87907 -"260436",48291,93254 -"260437",48291,93407 -"260438",48291,93415 -"260439",48291,96124 -"260440",48292,48318 -"260441",48293,53064 -"260442",48293,97870 -"260443",48293,97871 -"260444",48294,58506 -"260445",48294,65023 -"260446",48295,53353 -"260447",48295,68432 -"260448",48295,80867 -"260449",48295,99629 -"260450",48295,111004 -"260451",48295,111055 -"260452",48296,58925 -"260453",48296,58926 -"260454",48297,50397 -"260455",48297,54674 -"260456",48297,64744 -"260457",48297,99482 -"260458",48297,107966 -"260459",48297,109327 -"260460",48298,90550 -"260461",48298,99556 -"260462",48299,48392 -"260463",48299,59868 -"260464",48299,60778 -"260465",48299,102820 -"260466",48299,102821 -"260467",48301,61289 -"260468",48303,48305 -"260469",48305,67621 -"260470",48305,78534 -"260471",48305,78840 -"260472",48305,87273 -"260473",48305,92011 -"260474",48305,93613 -"260475",48305,106484 -"260476",48305,117387 -"260477",48305,117393 -"260478",48305,118268 -"260479",48306,55573 -"260480",48306,76458 -"260481",48306,110277 -"260482",48306,110375 -"260483",48307,55109 -"260484",48307,77211 -"260485",48308,57849 -"260486",48309,61843 -"260487",48310,109193 -"260488",48311,84275 -"260489",48311,84311 -"260490",48311,84338 -"260491",48311,84358 -"260492",48312,61160 -"260493",48312,61383 -"260494",48312,63862 -"260495",48312,63902 -"260496",48312,68433 -"260497",48312,69580 -"260498",48312,69663 -"260499",48313,95736 -"260500",48313,95873 -"260501",48314,48315 -"260502",48314,48539 -"260503",48314,48540 -"260504",48314,94729 -"260505",48314,103797 -"260506",48314,114462 -"260507",48314,114466 -"260508",48315,48539 -"260509",48315,48540 -"260510",48317,78394 -"260511",48318,97084 -"260512",48318,97107 -"260513",48320,54305 -"260514",48321,57053 -"260515",48321,73988 -"260516",48321,86635 -"260517",48321,88972 -"260518",48321,105727 -"260519",48321,109313 -"260520",48321,116327 -"260521",48322,92654 -"260522",48323,63009 -"260523",48323,73051 -"260524",48324,86982 -"260525",48324,115585 -"260526",48325,48389 -"260527",48326,48930 -"260528",48327,48407 -"260529",48327,48853 -"260530",48327,108536 -"260531",48327,114786 -"260532",48328,49414 -"260533",48328,69392 -"260534",48328,97265 -"260535",48328,109411 -"260536",48328,119456 -"260537",48330,95965 -"260538",48330,109635 -"260539",48330,111407 -"260540",48330,121803 -"260541",48332,57458 -"260542",48332,60356 -"260543",48332,61308 -"260544",48337,82982 -"260545",48338,61294 -"260546",48338,63445 -"260547",48339,65348 -"260548",48339,91947 -"260549",48339,92413 -"260550",48339,120825 -"260551",48340,48811 -"260552",48340,50395 -"260553",48340,51074 -"260554",48340,73003 -"260555",48341,48414 -"260556",48341,94226 -"260557",48344,73303 -"260558",48344,90760 -"260559",48344,120059 -"260560",48344,122096 -"260561",48344,122115 -"260562",48344,122118 -"260563",48345,63904 -"260564",48345,81408 -"260565",48345,81568 -"260566",48345,113605 -"260567",48345,113612 -"260568",48345,117575 -"260569",48347,48473 -"260570",48348,49326 -"260571",48348,59039 -"260572",48348,59478 -"260573",48348,62553 -"260574",48348,67802 -"260575",48349,59269 -"260576",48349,69116 -"260577",48349,91699 -"260578",48351,103650 -"260579",48351,103681 -"260580",48352,48379 -"260581",48353,48372 -"260582",48353,66884 -"260583",48353,66927 -"260584",48353,71854 -"260585",48353,75291 -"260586",48354,60807 -"260587",48355,50699 -"260588",48355,51277 -"260589",48355,52487 -"260590",48355,57164 -"260591",48355,57211 -"260592",48355,57238 -"260593",48355,57283 -"260594",48355,61216 -"260595",48355,66244 -"260596",48355,68716 -"260597",48355,68721 -"260598",48355,68779 -"260599",48355,69097 -"260600",48355,69098 -"260601",48355,69776 -"260602",48356,116886 -"260603",48357,50380 -"260604",48357,51396 -"260605",48357,58035 -"260606",48357,64031 -"260607",48357,67434 -"260608",48357,78875 -"260609",48357,79766 -"260610",48357,80471 -"260611",48357,82203 -"260612",48357,101783 -"260613",48357,109319 -"260614",48357,111888 -"260615",48358,55545 -"260616",48358,66020 -"260617",48358,76064 -"260618",48359,51568 -"260619",48359,51866 -"260620",48359,57225 -"260621",48359,58871 -"260622",48359,65028 -"260623",48359,69827 -"260624",48360,55456 -"260625",48361,49581 -"260626",48361,50946 -"260627",48361,55643 -"260628",48361,56958 -"260629",48361,67456 -"260630",48361,104239 -"260631",48362,48431 -"260632",48362,48452 -"260633",48362,48508 -"260634",48362,48534 -"260635",48363,48827 -"260636",48363,73000 -"260637",48363,78385 -"260638",48364,54146 -"260639",48364,105046 -"260640",48366,48724 -"260641",48366,51009 -"260642",48366,62260 -"260643",48366,63993 -"260644",48366,74142 -"260645",48366,74164 -"260646",48367,48391 -"260647",48367,61835 -"260648",48367,72248 -"260649",48367,115321 -"260650",48367,116642 -"260651",48368,61171 -"260652",48368,87398 -"260653",48368,90527 -"260654",48369,109487 -"260655",48369,116809 -"260656",48373,51973 -"260657",48374,98824 -"260658",48375,90930 -"260659",48376,62694 -"260660",48376,71028 -"260661",48377,51782 -"260662",48378,76017 -"260663",48378,79005 -"260664",48378,79043 -"260665",48380,50662 -"260666",48380,56216 -"260667",48380,59615 -"260668",48380,62679 -"260669",48380,63105 -"260670",48380,68001 -"260671",48380,68475 -"260672",48380,68917 -"260673",48380,69296 -"260674",48380,71106 -"260675",48380,73655 -"260676",48380,75767 -"260677",48380,76046 -"260678",48380,76459 -"260679",48380,76808 -"260680",48380,77727 -"260681",48380,78224 -"260682",48380,79222 -"260683",48380,82978 -"260684",48380,83306 -"260685",48380,85027 -"260686",48380,88412 -"260687",48380,90275 -"260688",48380,90426 -"260689",48380,91112 -"260690",48380,91526 -"260691",48380,93425 -"260692",48380,93523 -"260693",48380,94520 -"260694",48380,95954 -"260695",48380,99544 -"260696",48380,99547 -"260697",48380,99554 -"260698",48380,100595 -"260699",48380,100739 -"260700",48380,100819 -"260701",48380,101898 -"260702",48380,101988 -"260703",48380,102146 -"260704",48380,102201 -"260705",48380,102309 -"260706",48380,102635 -"260707",48380,102730 -"260708",48380,102846 -"260709",48380,103790 -"260710",48380,104095 -"260711",48380,104574 -"260712",48380,104784 -"260713",48380,104845 -"260714",48380,107269 -"260715",48380,107623 -"260716",48380,107714 -"260717",48380,107879 -"260718",48380,107975 -"260719",48381,50536 -"260720",48381,51809 -"260721",48381,57328 -"260722",48381,58990 -"260723",48381,59439 -"260724",48382,61442 -"260725",48382,84092 -"260726",48383,95218 -"260727",48383,105308 -"260728",48384,50729 -"260729",48384,50777 -"260730",48384,69618 -"260731",48384,70799 -"260732",48384,72449 -"260733",48384,76724 -"260734",48384,80414 -"260735",48384,80495 -"260736",48384,106558 -"260737",48385,57015 -"260738",48385,100413 -"260739",48385,118241 -"260740",48386,62891 -"260741",48386,78981 -"260742",48386,80754 -"260743",48386,99728 -"260744",48386,116307 -"260745",48386,122668 -"260746",48387,91433 -"260747",48388,57998 -"260748",48390,101430 -"260749",48392,57389 -"260750",48392,59868 -"260751",48392,60778 -"260752",48392,80995 -"260753",48392,91263 -"260754",48392,102820 -"260755",48392,102821 -"260756",48392,106988 -"260757",48393,51169 -"260758",48395,54432 -"260759",48395,59662 -"260760",48395,65017 -"260761",48395,77211 -"260762",48395,118993 -"260763",48396,102625 -"260764",48397,48421 -"260765",48397,58428 -"260766",48397,58756 -"260767",48398,97864 -"260768",48398,112451 -"260769",48399,58984 -"260770",48399,91031 -"260771",48400,48677 -"260772",48400,69661 -"260773",48400,70186 -"260774",48400,89743 -"260775",48400,109517 -"260776",48403,52120 -"260777",48403,63863 -"260778",48403,68512 -"260779",48403,75969 -"260780",48403,112091 -"260781",48403,119357 -"260782",48403,119529 -"260783",48404,74820 -"260784",48404,81366 -"260785",48406,50763 -"260786",48406,70120 -"260787",48407,48853 -"260788",48408,73650 -"260789",48408,91984 -"260790",48408,96287 -"260791",48408,96289 -"260792",48408,96302 -"260793",48409,63992 -"260794",48410,48419 -"260795",48410,76814 -"260796",48411,110008 -"260797",48411,110024 -"260798",48412,84539 -"260799",48412,85148 -"260800",48412,101127 -"260801",48413,61227 -"260802",48414,115613 -"260803",48415,72366 -"260804",48415,77367 -"260805",48415,78787 -"260806",48415,112961 -"260807",48416,53311 -"260808",48416,83039 -"260809",48416,87285 -"260810",48417,48843 -"260811",48417,54876 -"260812",48417,60239 -"260813",48417,83186 -"260814",48417,89287 -"260815",48417,93013 -"260816",48417,97040 -"260817",48417,100155 -"260818",48417,100794 -"260819",48417,122296 -"260820",48418,49487 -"260821",48418,50834 -"260822",48418,51193 -"260823",48418,53936 -"260824",48418,58834 -"260825",48418,58886 -"260826",48418,60924 -"260827",48419,60978 -"260828",48419,62607 -"260829",48419,76814 -"260830",48420,52449 -"260831",48420,98598 -"260832",48421,58428 -"260833",48421,58756 -"260834",48421,75415 -"260835",48421,75440 -"260836",48422,72722 -"260837",48422,92945 -"260838",48422,92950 -"260839",48422,103501 -"260840",48422,103543 -"260841",48423,55105 -"260842",48424,53489 -"260843",48424,75205 -"260844",48425,80000 -"260845",48425,89289 -"260846",48425,114329 -"260847",48426,51537 -"260848",48426,79669 -"260849",48426,82666 -"260850",48426,92506 -"260851",48426,102179 -"260852",48427,115806 -"260853",48428,49974 -"260854",48428,68410 -"260855",48428,79497 -"260856",48429,64405 -"260857",48429,69693 -"260858",48429,73707 -"260859",48430,50698 -"260860",48430,75580 -"260861",48430,76446 -"260862",48431,48452 -"260863",48431,48508 -"260864",48431,48534 -"260865",48431,56414 -"260866",48431,56415 -"260867",48431,56428 -"260868",48431,56523 -"260869",48431,60114 -"260870",48431,61441 -"260871",48431,65654 -"260872",48431,65675 -"260873",48431,65710 -"260874",48431,65751 -"260875",48431,70667 -"260876",48431,72479 -"260877",48432,97148 -"260878",48432,97149 -"260879",48433,54952 -"260880",48433,67525 -"260881",48433,77871 -"260882",48433,81000 -"260883",48433,90021 -"260884",48433,94768 -"260885",48434,61187 -"260886",48434,67894 -"260887",48434,68801 -"260888",48434,73464 -"260889",48434,73919 -"260890",48434,74681 -"260891",48434,74730 -"260892",48434,81364 -"260893",48434,83772 -"260894",48434,84434 -"260895",48434,86490 -"260896",48434,89710 -"260897",48434,94653 -"260898",48434,95604 -"260899",48434,99329 -"260900",48434,99341 -"260901",48434,100140 -"260902",48434,110246 -"260903",48434,113803 -"260904",48434,115195 -"260905",48434,115233 -"260906",48434,115255 -"260907",48434,115264 -"260908",48434,116660 -"260909",48435,53333 -"260910",48435,58467 -"260911",48435,59939 -"260912",48435,79836 -"260913",48435,80426 -"260914",48435,106423 -"260915",48435,113582 -"260916",48436,61205 -"260917",48437,61083 -"260918",48438,87339 -"260919",48438,88325 -"260920",48439,50687 -"260921",48440,76650 -"260922",48440,77303 -"260923",48442,48443 -"260924",48442,48491 -"260925",48442,48512 -"260926",48442,48542 -"260927",48442,48543 -"260928",48443,48491 -"260929",48443,48512 -"260930",48443,48542 -"260931",48443,48543 -"260932",48444,53155 -"260933",48444,55556 -"260934",48444,59014 -"260935",48444,72973 -"260936",48444,73001 -"260937",48444,78417 -"260938",48444,90840 -"260939",48444,103426 -"260940",48444,105811 -"260941",48444,116478 -"260942",48444,122703 -"260943",48445,88765 -"260944",48446,103593 -"260945",48449,51793 -"260946",48449,57976 -"260947",48451,48796 -"260948",48451,50107 -"260949",48451,52764 -"260950",48451,58260 -"260951",48451,58613 -"260952",48451,65870 -"260953",48451,66323 -"260954",48451,79586 -"260955",48451,114287 -"260956",48451,117334 -"260957",48452,48508 -"260958",48452,48534 -"260959",48454,48455 -"260960",48457,55489 -"260961",48457,58908 -"260962",48458,54492 -"260963",48458,78191 -"260964",48459,77303 -"260965",48460,48536 -"260966",48462,96113 -"260967",48464,49507 -"260968",48464,59283 -"260969",48464,59915 -"260970",48464,62668 -"260971",48464,69139 -"260972",48464,70473 -"260973",48464,70981 -"260974",48464,71315 -"260975",48464,71825 -"260976",48464,71837 -"260977",48464,77625 -"260978",48464,79681 -"260979",48464,82452 -"260980",48464,88409 -"260981",48464,90883 -"260982",48464,91383 -"260983",48464,92113 -"260984",48464,93574 -"260985",48464,98904 -"260986",48464,102940 -"260987",48464,118577 -"260988",48464,119085 -"260989",48464,119224 -"260990",48464,119439 -"260991",48464,120085 -"260992",48464,120232 -"260993",48464,121213 -"260994",48465,70932 -"260995",48466,50996 -"260996",48466,51123 -"260997",48466,52507 -"260998",48466,53996 -"260999",48466,62668 -"261000",48466,65236 -"261001",48466,68680 -"261002",48466,83624 -"261003",48466,118651 -"261004",48466,119501 -"261005",48467,50022 -"261006",48467,50873 -"261007",48467,50874 -"261008",48467,50875 -"261009",48467,50876 -"261010",48467,50944 -"261011",48467,50945 -"261012",48467,50985 -"261013",48467,50986 -"261014",48467,50993 -"261015",48467,50994 -"261016",48468,52912 -"261017",48468,71816 -"261018",48468,91309 -"261019",48468,100622 -"261020",48468,111924 -"261021",48470,48471 -"261022",48470,48472 -"261023",48470,51031 -"261024",48470,52892 -"261025",48470,57260 -"261026",48470,66382 -"261027",48470,67202 -"261028",48470,70867 -"261029",48470,71941 -"261030",48471,48472 -"261031",48473,51396 -"261032",48473,81815 -"261033",48473,86202 -"261034",48473,90093 -"261035",48473,97345 -"261036",48473,112034 -"261037",48475,71327 -"261038",48476,89411 -"261039",48476,89471 -"261040",48477,53792 -"261041",48477,67536 -"261042",48477,92840 -"261043",48478,72055 -"261044",48479,61074 -"261045",48480,50041 -"261046",48480,79899 -"261047",48480,89709 -"261048",48480,109047 -"261049",48480,109049 -"261050",48481,52588 -"261051",48482,52546 -"261052",48482,57404 -"261053",48482,65105 -"261054",48483,67791 -"261055",48483,68894 -"261056",48483,69680 -"261057",48483,73131 -"261058",48484,54480 -"261059",48484,54557 -"261060",48484,57568 -"261061",48484,68561 -"261062",48484,81051 -"261063",48484,94830 -"261064",48484,94850 -"261065",48484,94856 -"261066",48485,48505 -"261067",48485,50251 -"261068",48485,55410 -"261069",48485,102053 -"261070",48486,54895 -"261071",48486,101975 -"261072",48488,63104 -"261073",48488,88400 -"261074",48488,89683 -"261075",48489,78000 -"261076",48489,80388 -"261077",48490,61490 -"261078",48491,48512 -"261079",48491,48542 -"261080",48491,48543 -"261081",48492,63920 -"261082",48493,73301 -"261083",48494,66742 -"261084",48494,78745 -"261085",48494,90275 -"261086",48494,121224 -"261087",48495,115712 -"261088",48498,68269 -"261089",48500,51447 -"261090",48500,51487 -"261091",48501,54362 -"261092",48501,58075 -"261093",48501,58410 -"261094",48502,75118 -"261095",48502,77409 -"261096",48503,76342 -"261097",48503,86313 -"261098",48503,104379 -"261099",48503,104380 -"261100",48505,54833 -"261101",48505,94328 -"261102",48505,104689 -"261103",48507,48535 -"261104",48507,110042 -"261105",48508,48534 -"261106",48508,50808 -"261107",48508,63868 -"261108",48509,61677 -"261109",48511,57001 -"261110",48511,59143 -"261111",48512,48542 -"261112",48512,48543 -"261113",48513,48515 -"261114",48515,53761 -"261115",48515,66080 -"261116",48516,75851 -"261117",48517,94913 -"261118",48518,102854 -"261119",48518,114838 -"261120",48518,117837 -"261121",48518,121964 -"261122",48519,63545 -"261123",48519,63553 -"261124",48519,63558 -"261125",48519,71236 -"261126",48521,51536 -"261127",48521,54990 -"261128",48521,59114 -"261129",48521,65951 -"261130",48521,65952 -"261131",48521,72096 -"261132",48521,76128 -"261133",48521,76653 -"261134",48521,78665 -"261135",48521,79050 -"261136",48521,80616 -"261137",48521,81239 -"261138",48521,88583 -"261139",48521,89775 -"261140",48521,92785 -"261141",48521,94737 -"261142",48521,95477 -"261143",48521,96576 -"261144",48521,102255 -"261145",48521,103778 -"261146",48521,110926 -"261147",48521,111553 -"261148",48521,118007 -"261149",48521,118396 -"261150",48521,122969 -"261151",48522,48942 -"261152",48522,52957 -"261153",48522,77320 -"261154",48522,89667 -"261155",48525,51408 -"261156",48526,107611 -"261157",48526,114505 -"261158",48527,62599 -"261159",48527,68843 -"261160",48527,69484 -"261161",48527,94353 -"261162",48527,97716 -"261163",48527,119922 -"261164",48528,53750 -"261165",48528,66673 -"261166",48528,70095 -"261167",48529,78032 -"261168",48530,48536 -"261169",48530,48701 -"261170",48530,52276 -"261171",48530,69188 -"261172",48530,74792 -"261173",48530,78238 -"261174",48530,88058 -"261175",48530,106534 -"261176",48530,106544 -"261177",48531,82410 -"261178",48531,103115 -"261179",48533,99131 -"261180",48535,73916 -"261181",48535,93521 -"261182",48535,99065 -"261183",48535,111271 -"261184",48535,111278 -"261185",48535,118222 -"261186",48536,78238 -"261187",48537,71775 -"261188",48537,102779 -"261189",48537,120498 -"261190",48539,48540 -"261191",48540,81948 -"261192",48540,101774 -"261193",48540,101856 -"261194",48541,64561 -"261195",48541,71330 -"261196",48542,48543 -"261197",48543,69790 -"261198",48543,69813 -"261199",48543,69815 -"261200",48543,69834 -"261201",48543,69846 -"261202",48543,70090 -"261203",48543,70128 -"261204",48543,70146 -"261205",48545,62021 -"261206",48545,62116 -"261207",48546,48723 -"261208",48546,57661 -"261209",48546,58173 -"261210",48548,54715 -"261211",48548,84969 -"261212",48548,87034 -"261213",48548,100644 -"261214",48548,105671 -"261215",48548,110275 -"261216",48549,98487 -"261217",48549,102104 -"261218",48550,63622 -"261219",48550,68991 -"261220",48551,93343 -"261221",48553,48651 -"261222",48557,51474 -"261223",48557,56093 -"261224",48557,58695 -"261225",48557,60890 -"261226",48557,68575 -"261227",48557,68624 -"261228",48557,70214 -"261229",48558,55719 -"261230",48558,67274 -"261231",48560,78646 -"261232",48560,79222 -"261233",48560,94678 -"261234",48560,103449 -"261235",48560,108888 -"261236",48561,51941 -"261237",48561,55037 -"261238",48561,77325 -"261239",48561,82290 -"261240",48561,106927 -"261241",48562,48584 -"261242",48562,71002 -"261243",48562,83156 -"261244",48563,48581 -"261245",48563,48910 -"261246",48564,65548 -"261247",48569,81094 -"261248",48569,81466 -"261249",48569,110625 -"261250",48570,91646 -"261251",48571,48654 -"261252",48571,53219 -"261253",48573,50307 -"261254",48573,52521 -"261255",48573,77640 -"261256",48575,63844 -"261257",48575,88300 -"261258",48575,91293 -"261259",48575,106500 -"261260",48576,48625 -"261261",48578,51270 -"261262",48578,59823 -"261263",48581,48910 -"261264",48581,58620 -"261265",48583,50501 -"261266",48583,61594 -"261267",48583,69879 -"261268",48584,52302 -"261269",48584,55541 -"261270",48584,57679 -"261271",48584,57750 -"261272",48584,96324 -"261273",48584,100290 -"261274",48584,112306 -"261275",48585,48612 -"261276",48585,48645 -"261277",48586,54759 -"261278",48589,58363 -"261279",48589,77690 -"261280",48589,77741 -"261281",48590,48622 -"261282",48590,48659 -"261283",48590,61458 -"261284",48590,67676 -"261285",48591,48592 -"261286",48591,48643 -"261287",48591,48655 -"261288",48591,48662 -"261289",48591,51068 -"261290",48591,51312 -"261291",48591,52716 -"261292",48591,65852 -"261293",48591,65874 -"261294",48591,65875 -"261295",48591,65889 -"261296",48591,65897 -"261297",48591,65908 -"261298",48591,66279 -"261299",48592,48643 -"261300",48592,48655 -"261301",48592,48662 -"261302",48592,51068 -"261303",48592,51312 -"261304",48592,52716 -"261305",48592,65852 -"261306",48592,65874 -"261307",48592,65875 -"261308",48592,65889 -"261309",48592,65897 -"261310",48592,65908 -"261311",48592,66279 -"261312",48593,51809 -"261313",48593,53793 -"261314",48593,54014 -"261315",48593,57328 -"261316",48593,58990 -"261317",48594,55077 -"261318",48594,90181 -"261319",48594,95092 -"261320",48594,114905 -"261321",48595,56757 -"261322",48595,107547 -"261323",48596,50595 -"261324",48597,86467 -"261325",48598,50489 -"261326",48598,61125 -"261327",48598,102462 -"261328",48598,113884 -"261329",48599,49263 -"261330",48599,54759 -"261331",48599,62662 -"261332",48599,63828 -"261333",48599,66993 -"261334",48599,71167 -"261335",48599,103110 -"261336",48600,84897 -"261337",48600,104969 -"261338",48602,52657 -"261339",48602,61413 -"261340",48602,69636 -"261341",48602,80652 -"261342",48602,89558 -"261343",48602,90002 -"261344",48602,90298 -"261345",48602,90373 -"261346",48602,91782 -"261347",48602,100229 -"261348",48602,102827 -"261349",48602,104818 -"261350",48602,104867 -"261351",48602,109636 -"261352",48602,109764 -"261353",48602,117305 -"261354",48602,118664 -"261355",48603,55189 -"261356",48603,77758 -"261357",48603,98877 -"261358",48603,99513 -"261359",48603,101858 -"261360",48603,117768 -"261361",48604,77350 -"261362",48604,87890 -"261363",48604,108672 -"261364",48604,111264 -"261365",48604,120660 -"261366",48605,56695 -"261367",48605,63075 -"261368",48605,90979 -"261369",48606,48607 -"261370",48607,54265 -"261371",48607,57212 -"261372",48607,65081 -"261373",48608,49130 -"261374",48608,57625 -"261375",48609,101243 -"261376",48609,101246 -"261377",48610,55389 -"261378",48611,75803 -"261379",48611,114441 -"261380",48612,48645 -"261381",48613,54305 -"261382",48613,117937 -"261383",48614,80090 -"261384",48614,116530 -"261385",48615,59865 -"261386",48615,83437 -"261387",48615,93836 -"261388",48615,115288 -"261389",48618,76806 -"261390",48619,105609 -"261391",48619,114154 -"261392",48619,116892 -"261393",48619,119026 -"261394",48619,121091 -"261395",48619,121210 -"261396",48619,122078 -"261397",48619,122079 -"261398",48619,122080 -"261399",48620,98270 -"261400",48620,98871 -"261401",48620,100676 -"261402",48620,114788 -"261403",48622,48659 -"261404",48624,87754 -"261405",48624,93251 -"261406",48624,120458 -"261407",48625,54060 -"261408",48625,83460 -"261409",48625,93778 -"261410",48625,118292 -"261411",48626,48723 -"261412",48626,48724 -"261413",48627,55605 -"261414",48627,62186 -"261415",48627,63986 -"261416",48627,71057 -"261417",48627,71264 -"261418",48627,71396 -"261419",48627,71409 -"261420",48627,71432 -"261421",48627,71442 -"261422",48628,75281 -"261423",48628,81320 -"261424",48628,87492 -"261425",48628,90386 -"261426",48628,111431 -"261427",48629,119853 -"261428",48630,64799 -"261429",48631,48690 -"261430",48632,48692 -"261431",48632,48739 -"261432",48632,48794 -"261433",48632,48806 -"261434",48633,49294 -"261435",48633,50712 -"261436",48633,59088 -"261437",48633,82446 -"261438",48633,82558 -"261439",48635,60693 -"261440",48636,60868 -"261441",48636,100480 -"261442",48636,104094 -"261443",48636,108068 -"261444",48638,59817 -"261445",48638,63986 -"261446",48638,65989 -"261447",48638,71557 -"261448",48638,71791 -"261449",48638,71800 -"261450",48638,71801 -"261451",48639,64208 -"261452",48639,99406 -"261453",48640,48641 -"261454",48640,48642 -"261455",48641,48642 -"261456",48642,102403 -"261457",48643,48655 -"261458",48643,48662 -"261459",48643,51068 -"261460",48643,51312 -"261461",48643,52716 -"261462",48643,65852 -"261463",48643,65874 -"261464",48643,65875 -"261465",48643,65889 -"261466",48643,65897 -"261467",48643,65908 -"261468",48643,66279 -"261469",48644,49976 -"261470",48644,52356 -"261471",48644,75715 -"261472",48644,80610 -"261473",48644,85634 -"261474",48644,91147 -"261475",48644,112124 -"261476",48644,112450 -"261477",48644,115115 -"261478",48644,117618 -"261479",48648,57619 -"261480",48649,51555 -"261481",48649,115531 -"261482",48649,117513 -"261483",48649,118274 -"261484",48650,90158 -"261485",48650,105593 -"261486",48650,121612 -"261487",48651,56095 -"261488",48651,79254 -"261489",48653,105661 -"261490",48654,100879 -"261491",48655,48662 -"261492",48655,51068 -"261493",48655,51312 -"261494",48655,52716 -"261495",48655,65852 -"261496",48655,65874 -"261497",48655,65875 -"261498",48655,65889 -"261499",48655,65897 -"261500",48655,65908 -"261501",48655,66279 -"261502",48656,97241 -"261503",48656,99287 -"261504",48658,70427 -"261505",48660,65623 -"261506",48661,98922 -"261507",48662,51312 -"261508",48663,67221 -"261509",48663,91924 -"261510",48663,100953 -"261511",48664,59210 -"261512",48664,92127 -"261513",48664,121313 -"261514",48665,48666 -"261515",48665,48766 -"261516",48665,50851 -"261517",48665,50908 -"261518",48665,67146 -"261519",48666,48766 -"261520",48666,67146 -"261521",48668,75607 -"261522",48668,88144 -"261523",48668,88579 -"261524",48669,66690 -"261525",48670,51387 -"261526",48670,82174 -"261527",48670,86185 -"261528",48670,110977 -"261529",48671,61090 -"261530",48671,62901 -"261531",48672,48733 -"261532",48672,48734 -"261533",48672,48751 -"261534",48672,48783 -"261535",48672,48785 -"261536",48672,55613 -"261537",48672,55629 -"261538",48672,55630 -"261539",48672,55646 -"261540",48672,55661 -"261541",48672,55669 -"261542",48673,48674 -"261543",48673,48675 -"261544",48673,48684 -"261545",48673,48762 -"261546",48674,48675 -"261547",48674,48684 -"261548",48674,48762 -"261549",48674,94166 -"261550",48675,48684 -"261551",48675,48762 -"261552",48675,54523 -"261553",48675,61018 -"261554",48675,61073 -"261555",48675,61164 -"261556",48676,56539 -"261557",48676,86879 -"261558",48677,95177 -"261559",48678,76098 -"261560",48679,70277 -"261561",48680,61416 -"261562",48681,60474 -"261563",48681,89809 -"261564",48681,100503 -"261565",48682,50541 -"261566",48682,54627 -"261567",48682,54924 -"261568",48682,65518 -"261569",48682,66782 -"261570",48682,73820 -"261571",48682,76785 -"261572",48682,79087 -"261573",48682,89446 -"261574",48682,94573 -"261575",48682,102933 -"261576",48682,114382 -"261577",48683,77099 -"261578",48683,98413 -"261579",48683,115506 -"261580",48683,117530 -"261581",48683,117531 -"261582",48683,121003 -"261583",48684,48762 -"261584",48685,119862 -"261585",48687,54005 -"261586",48687,61149 -"261587",48687,61658 -"261588",48687,67105 -"261589",48688,48812 -"261590",48688,49260 -"261591",48688,53390 -"261592",48688,53491 -"261593",48688,53711 -"261594",48688,62044 -"261595",48688,69597 -"261596",48688,78384 -"261597",48688,84816 -"261598",48688,119149 -"261599",48689,51048 -"261600",48690,54160 -"261601",48690,54187 -"261602",48690,58022 -"261603",48691,50500 -"261604",48691,84764 -"261605",48692,48739 -"261606",48692,48794 -"261607",48692,48806 -"261608",48692,59010 -"261609",48692,70117 -"261610",48693,87206 -"261611",48693,94532 -"261612",48693,95535 -"261613",48693,100081 -"261614",48693,110552 -"261615",48694,62104 -"261616",48694,64835 -"261617",48694,77500 -"261618",48694,77504 -"261619",48694,77527 -"261620",48694,77573 -"261621",48694,77583 -"261622",48694,77588 -"261623",48695,51829 -"261624",48695,88524 -"261625",48696,64122 -"261626",48697,48740 -"261627",48697,92907 -"261628",48698,48982 -"261629",48698,49362 -"261630",48698,52141 -"261631",48698,55440 -"261632",48698,65884 -"261633",48698,88699 -"261634",48699,121076 -"261635",48702,77111 -"261636",48702,90008 -"261637",48702,90009 -"261638",48704,68110 -"261639",48704,68118 -"261640",48704,72571 -"261641",48704,90135 -"261642",48705,52223 -"261643",48705,112303 -"261644",48705,117468 -"261645",48705,117479 -"261646",48705,122570 -"261647",48706,70423 -"261648",48707,49300 -"261649",48707,50397 -"261650",48707,51902 -"261651",48707,56248 -"261652",48707,57582 -"261653",48707,66744 -"261654",48707,68569 -"261655",48707,73344 -"261656",48707,75025 -"261657",48707,77257 -"261658",48707,80305 -"261659",48707,88626 -"261660",48707,101967 -"261661",48707,106576 -"261662",48707,106747 -"261663",48707,107797 -"261664",48707,109958 -"261665",48707,111335 -"261666",48707,111621 -"261667",48707,115910 -"261668",48708,91001 -"261669",48708,91006 -"261670",48708,92704 -"261671",48708,92705 -"261672",48709,67156 -"261673",48709,68831 -"261674",48709,85153 -"261675",48709,87611 -"261676",48709,91988 -"261677",48709,94088 -"261678",48709,94138 -"261679",48709,109181 -"261680",48710,70209 -"261681",48710,113567 -"261682",48711,48741 -"261683",48711,48773 -"261684",48711,58800 -"261685",48711,79653 -"261686",48711,88928 -"261687",48712,49125 -"261688",48712,49884 -"261689",48712,50345 -"261690",48712,67939 -"261691",48712,77676 -"261692",48712,80137 -"261693",48712,81848 -"261694",48712,86102 -"261695",48712,91219 -"261696",48712,91465 -"261697",48712,103324 -"261698",48712,106975 -"261699",48712,108912 -"261700",48712,120907 -"261701",48713,84042 -"261702",48714,48730 -"261703",48714,84544 -"261704",48714,86250 -"261705",48715,51288 -"261706",48715,56614 -"261707",48715,67246 -"261708",48716,48732 -"261709",48716,61216 -"261710",48716,68795 -"261711",48717,48778 -"261712",48717,66007 -"261713",48718,60104 -"261714",48718,62991 -"261715",48718,78827 -"261716",48718,122505 -"261717",48719,66670 -"261718",48719,94580 -"261719",48719,98524 -"261720",48723,48724 -"261721",48723,57661 -"261722",48723,58173 -"261723",48724,74142 -"261724",48724,74164 -"261725",48725,106903 -"261726",48726,66741 -"261727",48727,64849 -"261728",48729,82403 -"261729",48731,73448 -"261730",48731,77407 -"261731",48731,81812 -"261732",48732,68795 -"261733",48732,92339 -"261734",48732,98587 -"261735",48733,48734 -"261736",48733,48751 -"261737",48733,48783 -"261738",48733,48785 -"261739",48733,55613 -"261740",48733,55629 -"261741",48733,55630 -"261742",48733,55646 -"261743",48733,55661 -"261744",48733,55669 -"261745",48733,64212 -"261746",48734,48751 -"261747",48734,48783 -"261748",48734,48785 -"261749",48735,50135 -"261750",48735,53491 -"261751",48735,63694 -"261752",48735,66682 -"261753",48736,62820 -"261754",48736,83480 -"261755",48737,82184 -"261756",48738,54231 -"261757",48738,54895 -"261758",48739,48794 -"261759",48739,48806 -"261760",48739,78565 -"261761",48739,121491 -"261762",48739,121494 -"261763",48741,48773 -"261764",48741,79653 -"261765",48741,120664 -"261766",48742,112233 -"261767",48744,52603 -"261768",48744,62985 -"261769",48744,75371 -"261770",48744,81343 -"261771",48744,99731 -"261772",48744,101323 -"261773",48744,102845 -"261774",48744,104957 -"261775",48744,109815 -"261776",48744,111066 -"261777",48744,113278 -"261778",48744,113314 -"261779",48744,114723 -"261780",48744,116644 -"261781",48744,117804 -"261782",48744,121414 -"261783",48744,122345 -"261784",48744,122353 -"261785",48744,122358 -"261786",48744,122360 -"261787",48744,122366 -"261788",48744,122367 -"261789",48744,122376 -"261790",48744,122383 -"261791",48744,122393 -"261792",48744,122394 -"261793",48744,122398 -"261794",48744,122402 -"261795",48744,122403 -"261796",48744,122409 -"261797",48744,122412 -"261798",48744,122414 -"261799",48744,122415 -"261800",48744,122417 -"261801",48744,122418 -"261802",48744,122421 -"261803",48744,122422 -"261804",48744,122437 -"261805",48744,122438 -"261806",48744,122440 -"261807",48744,123424 -"261808",48746,68240 -"261809",48747,61959 -"261810",48747,81232 -"261811",48747,91709 -"261812",48748,104617 -"261813",48749,83650 -"261814",48750,83529 -"261815",48750,84382 -"261816",48751,48783 -"261817",48751,48785 -"261818",48751,55613 -"261819",48751,55629 -"261820",48751,55630 -"261821",48751,55646 -"261822",48751,55661 -"261823",48751,55669 -"261824",48753,80325 -"261825",48754,52904 -"261826",48755,67163 -"261827",48756,48757 -"261828",48756,48782 -"261829",48757,48782 -"261830",48758,51496 -"261831",48758,69117 -"261832",48758,78278 -"261833",48758,81159 -"261834",48758,81878 -"261835",48758,84889 -"261836",48758,90169 -"261837",48759,85029 -"261838",48761,80036 -"261839",48761,93054 -"261840",48761,116955 -"261841",48761,117969 -"261842",48762,87142 -"261843",48762,89172 -"261844",48762,90064 -"261845",48762,90065 -"261846",48762,90554 -"261847",48763,70223 -"261848",48763,76634 -"261849",48763,77521 -"261850",48763,84978 -"261851",48764,48797 -"261852",48764,48798 -"261853",48764,51387 -"261854",48764,51989 -"261855",48764,68501 -"261856",48764,75862 -"261857",48764,80972 -"261858",48764,83191 -"261859",48764,89979 -"261860",48764,92110 -"261861",48764,92261 -"261862",48764,92325 -"261863",48764,100064 -"261864",48764,100625 -"261865",48764,102764 -"261866",48764,108976 -"261867",48764,110023 -"261868",48764,111504 -"261869",48764,118635 -"261870",48764,118931 -"261871",48765,51396 -"261872",48765,55820 -"261873",48765,55913 -"261874",48765,67191 -"261875",48765,82522 -"261876",48765,84892 -"261877",48765,100444 -"261878",48768,51526 -"261879",48768,84565 -"261880",48768,88259 -"261881",48770,54538 -"261882",48771,67700 -"261883",48771,67764 -"261884",48774,87360 -"261885",48775,48776 -"261886",48776,92111 -"261887",48776,93685 -"261888",48777,71283 -"261889",48779,48903 -"261890",48779,52123 -"261891",48779,64255 -"261892",48779,94427 -"261893",48779,99966 -"261894",48779,109130 -"261895",48780,85907 -"261896",48780,94310 -"261897",48781,70596 -"261898",48781,79639 -"261899",48781,80186 -"261900",48781,81622 -"261901",48781,86195 -"261902",48781,86214 -"261903",48781,86223 -"261904",48781,86230 -"261905",48781,88192 -"261906",48781,90852 -"261907",48781,100084 -"261908",48781,100359 -"261909",48781,112808 -"261910",48783,48785 -"261911",48783,103029 -"261912",48784,52069 -"261913",48786,61301 -"261914",48786,61666 -"261915",48786,76936 -"261916",48786,95424 -"261917",48788,81781 -"261918",48789,77029 -"261919",48789,85419 -"261920",48790,111959 -"261921",48791,117167 -"261922",48792,48793 -"261923",48792,52782 -"261924",48792,97257 -"261925",48792,115058 -"261926",48792,122292 -"261927",48794,48806 -"261928",48794,70117 -"261929",48795,76225 -"261930",48795,81988 -"261931",48797,48798 -"261932",48797,54165 -"261933",48798,54165 -"261934",48798,118024 -"261935",48798,118931 -"261936",48799,68478 -"261937",48800,51377 -"261938",48801,62302 -"261939",48801,100874 -"261940",48802,56107 -"261941",48802,75470 -"261942",48802,76299 -"261943",48802,78576 -"261944",48802,100851 -"261945",48802,101009 -"261946",48802,101161 -"261947",48802,102331 -"261948",48804,73010 -"261949",48806,68458 -"261950",48806,70117 -"261951",48806,80725 -"261952",48806,95233 -"261953",48806,99802 -"261954",48806,115383 -"261955",48807,62908 -"261956",48807,64966 -"261957",48807,65079 -"261958",48808,56148 -"261959",48808,61268 -"261960",48808,116119 -"261961",48809,49997 -"261962",48809,74669 -"261963",48810,57028 -"261964",48810,119962 -"261965",48811,73081 -"261966",48812,49260 -"261967",48812,53491 -"261968",48812,54570 -"261969",48812,54895 -"261970",48812,60917 -"261971",48812,69597 -"261972",48812,75607 -"261973",48812,84327 -"261974",48812,84816 -"261975",48812,86608 -"261976",48812,89922 -"261977",48812,119648 -"261978",48813,73672 -"261979",48813,74181 -"261980",48814,53096 -"261981",48814,53446 -"261982",48814,54142 -"261983",48814,57568 -"261984",48814,58268 -"261985",48814,58951 -"261986",48814,91321 -"261987",48814,110125 -"261988",48814,110992 -"261989",48814,116456 -"261990",48816,53120 -"261991",48816,53152 -"261992",48816,63048 -"261993",48817,112036 -"261994",48818,113679 -"261995",48820,52843 -"261996",48820,53917 -"261997",48820,86388 -"261998",48820,86617 -"261999",48821,61529 -"262000",48822,50764 -"262001",48822,51501 -"262002",48822,51924 -"262003",48822,52306 -"262004",48822,54408 -"262005",48822,57897 -"262006",48822,57928 -"262007",48822,58287 -"262008",48822,58434 -"262009",48822,61710 -"262010",48822,76105 -"262011",48822,78330 -"262012",48822,79660 -"262013",48822,84603 -"262014",48822,101840 -"262015",48822,110227 -"262016",48822,110885 -"262017",48822,110936 -"262018",48823,48980 -"262019",48823,68236 -"262020",48823,76580 -"262021",48823,79359 -"262022",48823,95879 -"262023",48824,64026 -"262024",48825,63174 -"262025",48825,118419 -"262026",48825,121062 -"262027",48826,64936 -"262028",48826,64951 -"262029",48827,51864 -"262030",48827,62605 -"262031",48827,65580 -"262032",48827,73389 -"262033",48827,95849 -"262034",48827,117252 -"262035",48828,54904 -"262036",48828,69510 -"262037",48828,69740 -"262038",48828,114158 -"262039",48829,51410 -"262040",48829,51987 -"262041",48829,69759 -"262042",48829,71296 -"262043",48829,73047 -"262044",48829,83165 -"262045",48829,83180 -"262046",48829,92648 -"262047",48829,111049 -"262048",48831,48857 -"262049",48832,68688 -"262050",48833,53758 -"262051",48833,53790 -"262052",48833,61807 -"262053",48833,72354 -"262054",48835,48862 -"262055",48836,48869 -"262056",48836,52517 -"262057",48836,77576 -"262058",48836,94945 -"262059",48838,70253 -"262060",48839,52035 -"262061",48841,48933 -"262062",48841,75002 -"262063",48843,54876 -"262064",48843,83186 -"262065",48843,89287 -"262066",48843,100794 -"262067",48844,49054 -"262068",48844,63026 -"262069",48845,87709 -"262070",48845,111186 -"262071",48847,48912 -"262072",48847,50316 -"262073",48847,84334 -"262074",48848,48849 -"262075",48849,65549 -"262076",48849,72648 -"262077",48850,60341 -"262078",48851,48899 -"262079",48855,70625 -"262080",48855,72737 -"262081",48855,78757 -"262082",48855,81405 -"262083",48856,60385 -"262084",48858,54179 -"262085",48858,63773 -"262086",48858,67227 -"262087",48858,70032 -"262088",48858,76826 -"262089",48858,80451 -"262090",48858,82112 -"262091",48858,86025 -"262092",48858,88536 -"262093",48858,89298 -"262094",48858,92553 -"262095",48858,98911 -"262096",48858,105119 -"262097",48858,105181 -"262098",48858,107008 -"262099",48858,107043 -"262100",48858,107044 -"262101",48858,111402 -"262102",48860,75645 -"262103",48860,79405 -"262104",48861,52597 -"262105",48861,63477 -"262106",48861,80829 -"262107",48861,102994 -"262108",48861,122127 -"262109",48862,71993 -"262110",48863,49518 -"262111",48864,53466 -"262112",48864,57037 -"262113",48864,83560 -"262114",48864,83889 -"262115",48864,105817 -"262116",48864,107788 -"262117",48865,48940 -"262118",48865,57785 -"262119",48865,72375 -"262120",48865,75534 -"262121",48866,106103 -"262122",48866,106137 -"262123",48867,52050 -"262124",48868,63631 -"262125",48868,118608 -"262126",48869,52517 -"262127",48869,70024 -"262128",48870,65743 -"262129",48871,50254 -"262130",48871,53497 -"262131",48871,67556 -"262132",48871,86677 -"262133",48871,97275 -"262134",48871,100241 -"262135",48872,51688 -"262136",48872,52873 -"262137",48872,52874 -"262138",48872,55717 -"262139",48872,67285 -"262140",48872,68243 -"262141",48872,77080 -"262142",48872,93683 -"262143",48872,111612 -"262144",48873,91088 -"262145",48874,49394 -"262146",48875,57487 -"262147",48875,64989 -"262148",48875,80721 -"262149",48875,81050 -"262150",48875,81063 -"262151",48876,65819 -"262152",48876,69857 -"262153",48876,82346 -"262154",48877,70395 -"262155",48877,119897 -"262156",48878,69329 -"262157",48881,49469 -"262158",48881,56159 -"262159",48881,60109 -"262160",48881,116824 -"262161",48881,120577 -"262162",48881,120650 -"262163",48883,49062 -"262164",48883,60030 -"262165",48883,60061 -"262166",48883,60074 -"262167",48883,60079 -"262168",48883,60191 -"262169",48883,60326 -"262170",48883,60763 -"262171",48885,50184 -"262172",48885,50660 -"262173",48885,69564 -"262174",48885,69631 -"262175",48885,89495 -"262176",48886,62004 -"262177",48886,62351 -"262178",48886,85135 -"262179",48886,88149 -"262180",48888,57275 -"262181",48888,57276 -"262182",48888,57491 -"262183",48888,70437 -"262184",48888,73926 -"262185",48888,74907 -"262186",48888,74935 -"262187",48888,77449 -"262188",48888,83296 -"262189",48888,84362 -"262190",48888,88253 -"262191",48889,56965 -"262192",48890,101640 -"262193",48891,96524 -"262194",48892,61330 -"262195",48892,88723 -"262196",48892,92291 -"262197",48892,92315 -"262198",48892,121077 -"262199",48893,48894 -"262200",48894,55085 -"262201",48895,78025 -"262202",48895,78316 -"262203",48895,82949 -"262204",48895,87169 -"262205",48896,87888 -"262206",48896,101085 -"262207",48899,52107 -"262208",48900,52283 -"262209",48900,53722 -"262210",48900,60741 -"262211",48900,69347 -"262212",48900,93571 -"262213",48900,107952 -"262214",48900,111497 -"262215",48900,121321 -"262216",48900,121329 -"262217",48900,121335 -"262218",48900,121342 -"262219",48900,121392 -"262220",48903,52123 -"262221",48903,94427 -"262222",48903,99966 -"262223",48903,109130 -"262224",48905,59418 -"262225",48905,97436 -"262226",48905,98835 -"262227",48905,105214 -"262228",48905,117396 -"262229",48906,54773 -"262230",48906,76396 -"262231",48906,94719 -"262232",48906,101996 -"262233",48908,63167 -"262234",48909,49859 -"262235",48909,50064 -"262236",48909,50067 -"262237",48909,50554 -"262238",48909,50879 -"262239",48909,51783 -"262240",48909,52018 -"262241",48909,53444 -"262242",48909,53527 -"262243",48909,53555 -"262244",48909,54275 -"262245",48909,56628 -"262246",48909,58004 -"262247",48909,58068 -"262248",48909,58633 -"262249",48909,61111 -"262250",48909,61127 -"262251",48909,68287 -"262252",48911,68350 -"262253",48911,94055 -"262254",48913,49147 -"262255",48913,69134 -"262256",48915,63109 -"262257",48916,77482 -"262258",48916,100125 -"262259",48916,111404 -"262260",48917,49214 -"262261",48917,51368 -"262262",48917,69992 -"262263",48918,49150 -"262264",48918,49201 -"262265",48918,49224 -"262266",48918,60182 -"262267",48918,64139 -"262268",48918,67978 -"262269",48918,72438 -"262270",48918,88396 -"262271",48918,89743 -"262272",48918,91734 -"262273",48918,94602 -"262274",48918,107383 -"262275",48919,55755 -"262276",48919,92331 -"262277",48922,95002 -"262278",48923,72779 -"262279",48923,89343 -"262280",48923,108732 -"262281",48924,48925 -"262282",48925,50884 -"262283",48925,68257 -"262284",48928,53864 -"262285",48929,56284 -"262286",48929,85503 -"262287",48931,66017 -"262288",48931,67020 -"262289",48932,49144 -"262290",48932,63409 -"262291",48935,95257 -"262292",48935,95387 -"262293",48938,57006 -"262294",48938,80708 -"262295",48938,86390 -"262296",48938,107006 -"262297",48941,122009 -"262298",48942,56719 -"262299",48942,57471 -"262300",48943,76575 -"262301",48943,100298 -"262302",48943,107672 -"262303",48945,49011 -"262304",48945,49153 -"262305",48945,66245 -"262306",48945,67649 -"262307",48945,69562 -"262308",48945,69586 -"262309",48945,69634 -"262310",48946,83728 -"262311",48948,102826 -"262312",48948,107078 -"262313",48949,65204 -"262314",48950,59261 -"262315",48951,49016 -"262316",48952,49106 -"262317",48952,58236 -"262318",48952,61619 -"262319",48952,65941 -"262320",48952,66643 -"262321",48952,66704 -"262322",48953,56685 -"262323",48953,92829 -"262324",48954,73906 -"262325",48955,49854 -"262326",48955,54173 -"262327",48955,54242 -"262328",48955,56850 -"262329",48955,59975 -"262330",48955,67252 -"262331",48955,78334 -"262332",48955,91152 -"262333",48955,91174 -"262334",48955,96472 -"262335",48955,104098 -"262336",48955,107585 -"262337",48955,109194 -"262338",48955,109962 -"262339",48955,110016 -"262340",48955,116774 -"262341",48956,56268 -"262342",48956,80076 -"262343",48956,80128 -"262344",48956,80129 -"262345",48958,48964 -"262346",48958,49044 -"262347",48959,111450 -"262348",48960,48989 -"262349",48960,49048 -"262350",48960,102234 -"262351",48961,50832 -"262352",48961,110062 -"262353",48962,86138 -"262354",48963,49455 -"262355",48963,94053 -"262356",48963,109881 -"262357",48964,49044 -"262358",48964,51802 -"262359",48964,75444 -"262360",48966,73700 -"262361",48966,77167 -"262362",48966,95738 -"262363",48967,63412 -"262364",48967,74799 -"262365",48967,81366 -"262366",48967,86151 -"262367",48967,93317 -"262368",48968,60364 -"262369",48968,104845 -"262370",48969,48977 -"262371",48969,48983 -"262372",48969,49005 -"262373",48969,49010 -"262374",48969,49028 -"262375",48970,54057 -"262376",48970,59935 -"262377",48971,61098 -"262378",48971,86301 -"262379",48972,49977 -"262380",48972,51528 -"262381",48972,96248 -"262382",48972,120840 -"262383",48973,52326 -"262384",48973,52358 -"262385",48973,69590 -"262386",48975,117648 -"262387",48976,108405 -"262388",48977,48983 -"262389",48977,49005 -"262390",48977,49010 -"262391",48977,49028 -"262392",48978,80954 -"262393",48979,49559 -"262394",48979,61127 -"262395",48980,52280 -"262396",48980,54488 -"262397",48980,54497 -"262398",48980,54816 -"262399",48981,49037 -"262400",48981,49271 -"262401",48981,59184 -"262402",48981,70449 -"262403",48981,73549 -"262404",48981,101840 -"262405",48981,116343 -"262406",48981,116590 -"262407",48982,49362 -"262408",48982,52141 -"262409",48982,104222 -"262410",48983,49005 -"262411",48983,49010 -"262412",48983,49028 -"262413",48984,56770 -"262414",48984,62733 -"262415",48986,51293 -"262416",48986,53534 -"262417",48986,112368 -"262418",48986,119002 -"262419",48987,104693 -"262420",48988,54679 -"262421",48988,57597 -"262422",48988,61121 -"262423",48989,49048 -"262424",48989,64768 -"262425",48989,83150 -"262426",48989,112688 -"262427",48990,49000 -"262428",48990,100073 -"262429",48990,103342 -"262430",48992,49716 -"262431",48992,56859 -"262432",48992,59562 -"262433",48992,61702 -"262434",48992,62137 -"262435",48992,62228 -"262436",48992,62296 -"262437",48992,62739 -"262438",48992,66523 -"262439",48992,71510 -"262440",48992,72065 -"262441",48992,72069 -"262442",48992,72070 -"262443",48992,72072 -"262444",48992,72077 -"262445",48992,72088 -"262446",48992,72102 -"262447",48992,72106 -"262448",48992,72107 -"262449",48993,63460 -"262450",48993,95734 -"262451",48993,107670 -"262452",48996,52125 -"262453",48996,54272 -"262454",48996,62278 -"262455",48996,108699 -"262456",48996,117158 -"262457",48998,90943 -"262458",48998,92173 -"262459",49001,51552 -"262460",49001,80413 -"262461",49001,86387 -"262462",49001,89927 -"262463",49002,49784 -"262464",49002,62248 -"262465",49002,62264 -"262466",49002,62265 -"262467",49002,98291 -"262468",49004,49030 -"262469",49004,49045 -"262470",49004,49590 -"262471",49004,69024 -"262472",49005,49010 -"262473",49005,49028 -"262474",49006,63176 -"262475",49008,70007 -"262476",49008,85849 -"262477",49009,57376 -"262478",49009,62159 -"262479",49009,66637 -"262480",49009,67075 -"262481",49009,67596 -"262482",49009,69101 -"262483",49009,72069 -"262484",49010,49028 -"262485",49011,49153 -"262486",49012,68134 -"262487",49015,66988 -"262488",49015,70339 -"262489",49015,107256 -"262490",49017,59673 -"262491",49017,62074 -"262492",49017,63731 -"262493",49017,66616 -"262494",49017,67175 -"262495",49017,67659 -"262496",49017,70688 -"262497",49017,70733 -"262498",49018,57483 -"262499",49019,51575 -"262500",49019,53740 -"262501",49019,53840 -"262502",49019,85432 -"262503",49019,89175 -"262504",49019,89942 -"262505",49020,52820 -"262506",49021,49040 -"262507",49021,49050 -"262508",49023,49241 -"262509",49023,119622 -"262510",49024,93197 -"262511",49024,96119 -"262512",49025,50252 -"262513",49026,49027 -"262514",49029,52712 -"262515",49029,52746 -"262516",49030,49045 -"262517",49030,49590 -"262518",49031,64502 -"262519",49032,67264 -"262520",49033,49215 -"262521",49033,72032 -"262522",49035,98795 -"262523",49035,107414 -"262524",49038,68696 -"262525",49038,78404 -"262526",49038,104804 -"262527",49038,118987 -"262528",49038,118990 -"262529",49039,55502 -"262530",49039,84682 -"262531",49040,49050 -"262532",49041,72730 -"262533",49041,79245 -"262534",49041,84389 -"262535",49041,90757 -"262536",49041,122875 -"262537",49042,49118 -"262538",49042,52941 -"262539",49042,112266 -"262540",49044,65998 -"262541",49044,66416 -"262542",49044,101461 -"262543",49044,105351 -"262544",49044,120677 -"262545",49044,120727 -"262546",49045,49590 -"262547",49046,54274 -"262548",49046,67998 -"262549",49046,91184 -"262550",49048,61527 -"262551",49048,66155 -"262552",49048,87186 -"262553",49049,64830 -"262554",49049,68790 -"262555",49051,58804 -"262556",49051,90262 -"262557",49051,121867 -"262558",49051,121869 -"262559",49052,64380 -"262560",49052,74493 -"262561",49052,105900 -"262562",49052,117262 -"262563",49053,51061 -"262564",49053,51081 -"262565",49053,122882 -"262566",49054,56355 -"262567",49055,56852 -"262568",49055,90002 -"262569",49057,53262 -"262570",49057,55812 -"262571",49057,55831 -"262572",49057,55832 -"262573",49057,55854 -"262574",49057,55863 -"262575",49057,55872 -"262576",49057,55903 -"262577",49057,55915 -"262578",49057,55916 -"262579",49057,65905 -"262580",49060,105526 -"262581",49063,55000 -"262582",49063,90034 -"262583",49063,99087 -"262584",49063,122217 -"262585",49064,64468 -"262586",49064,72520 -"262587",49064,76925 -"262588",49064,80139 -"262589",49064,80624 -"262590",49064,82474 -"262591",49064,86312 -"262592",49064,96428 -"262593",49064,96787 -"262594",49064,111339 -"262595",49066,96738 -"262596",49068,57061 -"262597",49068,59768 -"262598",49069,105049 -"262599",49071,72597 -"262600",49072,102229 -"262601",49073,49086 -"262602",49075,52211 -"262603",49075,54263 -"262604",49075,54685 -"262605",49075,86558 -"262606",49077,49079 -"262607",49077,68335 -"262608",49078,53775 -"262609",49078,66247 -"262610",49078,71489 -"262611",49078,78074 -"262612",49078,80638 -"262613",49078,85066 -"262614",49078,94655 -"262615",49078,95263 -"262616",49078,106712 -"262617",49078,114816 -"262618",49081,51313 -"262619",49081,60916 -"262620",49081,77663 -"262621",49083,72838 -"262622",49083,87711 -"262623",49084,50236 -"262624",49084,59939 -"262625",49084,61920 -"262626",49084,72326 -"262627",49084,77839 -"262628",49084,94671 -"262629",49084,97237 -"262630",49084,101793 -"262631",49085,65418 -"262632",49085,65436 -"262633",49086,69706 -"262634",49086,73898 -"262635",49087,51035 -"262636",49087,69712 -"262637",49087,78089 -"262638",49087,119558 -"262639",49088,49172 -"262640",49089,49188 -"262641",49089,59301 -"262642",49089,64181 -"262643",49089,76360 -"262644",49089,82262 -"262645",49089,104967 -"262646",49090,98597 -"262647",49091,64176 -"262648",49091,67908 -"262649",49091,91974 -"262650",49091,119727 -"262651",49092,60300 -"262652",49092,60321 -"262653",49093,49157 -"262654",49093,80724 -"262655",49094,49623 -"262656",49094,62568 -"262657",49094,65316 -"262658",49094,90025 -"262659",49094,97424 -"262660",49094,104626 -"262661",49094,120481 -"262662",49097,55809 -"262663",49097,59578 -"262664",49098,54797 -"262665",49098,55423 -"262666",49099,49272 -"262667",49100,52237 -"262668",49100,52253 -"262669",49100,52271 -"262670",49100,104461 -"262671",49101,107287 -"262672",49101,107302 -"262673",49102,93291 -"262674",49103,49150 -"262675",49104,95828 -"262676",49104,114583 -"262677",49106,53344 -"262678",49106,57094 -"262679",49106,58898 -"262680",49106,59147 -"262681",49106,59237 -"262682",49106,59359 -"262683",49106,61563 -"262684",49106,61619 -"262685",49106,61867 -"262686",49106,62007 -"262687",49106,62078 -"262688",49106,62212 -"262689",49106,62375 -"262690",49106,62633 -"262691",49106,63395 -"262692",49106,64384 -"262693",49106,64408 -"262694",49106,64418 -"262695",49106,64511 -"262696",49106,64933 -"262697",49106,65230 -"262698",49106,65941 -"262699",49106,66145 -"262700",49106,66636 -"262701",49106,66643 -"262702",49106,66704 -"262703",49106,67503 -"262704",49106,67721 -"262705",49106,67927 -"262706",49106,68816 -"262707",49106,68909 -"262708",49106,68938 -"262709",49106,69332 -"262710",49106,69681 -"262711",49106,70610 -"262712",49106,70611 -"262713",49106,70725 -"262714",49106,71211 -"262715",49106,71505 -"262716",49106,71887 -"262717",49106,71898 -"262718",49106,75412 -"262719",49107,58550 -"262720",49108,89964 -"262721",49108,120595 -"262722",49109,52479 -"262723",49109,53280 -"262724",49109,55394 -"262725",49110,57311 -"262726",49110,60133 -"262727",49112,49145 -"262728",49113,64094 -"262729",49113,89912 -"262730",49115,69635 -"262731",49115,89782 -"262732",49115,95050 -"262733",49117,78591 -"262734",49117,83397 -"262735",49117,92554 -"262736",49118,102053 -"262737",49119,55025 -"262738",49119,55905 -"262739",49119,81831 -"262740",49119,101138 -"262741",49120,82344 -"262742",49120,103642 -"262743",49121,64987 -"262744",49121,67841 -"262745",49121,79857 -"262746",49121,82307 -"262747",49121,87370 -"262748",49122,69113 -"262749",49123,49146 -"262750",49124,49987 -"262751",49125,60726 -"262752",49125,69830 -"262753",49125,80137 -"262754",49125,82803 -"262755",49125,83846 -"262756",49125,84796 -"262757",49125,86102 -"262758",49125,88348 -"262759",49125,91219 -"262760",49125,91823 -"262761",49125,93123 -"262762",49125,106011 -"262763",49125,106020 -"262764",49127,49202 -"262765",49127,49218 -"262766",49127,49256 -"262767",49128,55293 -"262768",49128,101980 -"262769",49128,111849 -"262770",49129,52576 -"262771",49131,49295 -"262772",49132,50109 -"262773",49132,64424 -"262774",49132,115046 -"262775",49136,80677 -"262776",49136,80695 -"262777",49137,67999 -"262778",49138,59806 -"262779",49138,79534 -"262780",49139,59009 -"262781",49139,61746 -"262782",49141,53393 -"262783",49141,64662 -"262784",49141,88745 -"262785",49141,120807 -"262786",49142,54958 -"262787",49142,68884 -"262788",49142,81504 -"262789",49142,105435 -"262790",49143,52594 -"262791",49143,95718 -"262792",49143,98010 -"262793",49143,106637 -"262794",49143,109272 -"262795",49144,50367 -"262796",49144,55201 -"262797",49144,81781 -"262798",49146,102808 -"262799",49146,112923 -"262800",49147,52186 -"262801",49147,59470 -"262802",49147,59804 -"262803",49147,62458 -"262804",49147,65979 -"262805",49147,73230 -"262806",49147,80570 -"262807",49147,82522 -"262808",49147,82573 -"262809",49147,108678 -"262810",49148,53837 -"262811",49148,91978 -"262812",49148,92585 -"262813",49148,93483 -"262814",49148,102702 -"262815",49149,49997 -"262816",49149,50209 -"262817",49149,59087 -"262818",49150,64139 -"262819",49150,67978 -"262820",49150,68215 -"262821",49150,96675 -"262822",49151,56510 -"262823",49152,62227 -"262824",49152,64056 -"262825",49152,77475 -"262826",49154,113203 -"262827",49155,57791 -"262828",49155,58057 -"262829",49156,88806 -"262830",49157,75452 -"262831",49158,50342 -"262832",49158,109727 -"262833",49160,49943 -"262834",49160,85514 -"262835",49160,89386 -"262836",49162,86752 -"262837",49162,87846 -"262838",49163,68327 -"262839",49163,71137 -"262840",49164,51139 -"262841",49164,67741 -"262842",49164,68044 -"262843",49164,69174 -"262844",49164,114042 -"262845",49164,117996 -"262846",49165,49299 -"262847",49166,49167 -"262848",49167,118021 -"262849",49168,76937 -"262850",49168,93264 -"262851",49168,112941 -"262852",49169,110916 -"262853",49170,50206 -"262854",49170,75794 -"262855",49171,58183 -"262856",49171,107884 -"262857",49171,115263 -"262858",49173,97206 -"262859",49174,61015 -"262860",49174,93548 -"262861",49175,49563 -"262862",49176,49290 -"262863",49177,76152 -"262864",49178,54124 -"262865",49179,52055 -"262866",49179,62461 -"262867",49179,88094 -"262868",49179,97574 -"262869",49179,109143 -"262870",49179,109150 -"262871",49179,123296 -"262872",49180,74654 -"262873",49180,75954 -"262874",49180,81695 -"262875",49181,64315 -"262876",49181,64602 -"262877",49182,69718 -"262878",49182,76572 -"262879",49182,99078 -"262880",49182,99186 -"262881",49183,61894 -"262882",49184,56448 -"262883",49184,64400 -"262884",49184,90820 -"262885",49184,99414 -"262886",49184,103101 -"262887",49184,114067 -"262888",49185,56282 -"262889",49185,75275 -"262890",49186,67726 -"262891",49187,114717 -"262892",49188,59301 -"262893",49188,62256 -"262894",49188,64181 -"262895",49188,81272 -"262896",49188,82003 -"262897",49188,112796 -"262898",49188,115258 -"262899",49189,53369 -"262900",49189,79023 -"262901",49189,87765 -"262902",49189,91917 -"262903",49189,93357 -"262904",49189,99103 -"262905",49189,99301 -"262906",49189,101324 -"262907",49189,109350 -"262908",49189,111188 -"262909",49189,111190 -"262910",49189,121269 -"262911",49190,52416 -"262912",49190,56520 -"262913",49191,49205 -"262914",49191,49233 -"262915",49191,49275 -"262916",49191,49285 -"262917",49191,49288 -"262918",49191,49316 -"262919",49191,57170 -"262920",49191,57217 -"262921",49192,53499 -"262922",49192,78638 -"262923",49192,101313 -"262924",49192,103282 -"262925",49194,49302 -"262926",49194,54606 -"262927",49194,56388 -"262928",49194,60828 -"262929",49194,69603 -"262930",49194,89223 -"262931",49194,91553 -"262932",49194,91614 -"262933",49195,61402 -"262934",49197,71106 -"262935",49197,111176 -"262936",49197,122164 -"262937",49198,49243 -"262938",49199,67249 -"262939",49200,53350 -"262940",49200,59367 -"262941",49200,64862 -"262942",49201,69121 -"262943",49201,112506 -"262944",49202,49218 -"262945",49202,49256 -"262946",49202,56126 -"262947",49203,49242 -"262948",49203,81039 -"262949",49204,49286 -"262950",49204,49306 -"262951",49205,49233 -"262952",49205,49275 -"262953",49205,49285 -"262954",49205,49288 -"262955",49205,49316 -"262956",49206,88804 -"262957",49207,95646 -"262958",49207,107409 -"262959",49208,49215 -"262960",49208,49244 -"262961",49209,49210 -"262962",49211,60811 -"262963",49211,61989 -"262964",49211,72081 -"262965",49211,87814 -"262966",49211,89832 -"262967",49212,66039 -"262968",49212,80508 -"262969",49212,91772 -"262970",49212,97240 -"262971",49212,99555 -"262972",49212,111504 -"262973",49212,118806 -"262974",49213,49601 -"262975",49213,108235 -"262976",49214,69992 -"262977",49214,71400 -"262978",49215,49244 -"262979",49215,120673 -"262980",49216,49227 -"262981",49216,54783 -"262982",49216,57174 -"262983",49216,57178 -"262984",49216,92478 -"262985",49216,99280 -"262986",49216,114635 -"262987",49216,121830 -"262988",49217,49230 -"262989",49217,55851 -"262990",49217,61529 -"262991",49217,66696 -"262992",49217,73777 -"262993",49217,90745 -"262994",49217,100510 -"262995",49217,119843 -"262996",49218,49256 -"262997",49218,58545 -"262998",49219,49905 -"262999",49219,54993 -"263000",49219,92137 -"263001",49220,63542 -"263002",49221,49284 -"263003",49221,49403 -"263004",49221,76944 -"263005",49221,104184 -"263006",49221,104220 -"263007",49223,76534 -"263008",49224,117114 -"263009",49224,117138 -"263010",49225,80097 -"263011",49225,82882 -"263012",49225,83776 -"263013",49226,49961 -"263014",49226,50445 -"263015",49226,61447 -"263016",49226,91002 -"263017",49227,99280 -"263018",49227,99283 -"263019",49228,56725 -"263020",49228,57891 -"263021",49228,64591 -"263022",49229,58693 -"263023",49229,68376 -"263024",49229,106255 -"263025",49231,50061 -"263026",49231,52450 -"263027",49231,54059 -"263028",49231,55370 -"263029",49231,57804 -"263030",49231,59615 -"263031",49231,59940 -"263032",49231,67363 -"263033",49231,71230 -"263034",49231,76278 -"263035",49231,76740 -"263036",49231,76786 -"263037",49231,77272 -"263038",49231,77357 -"263039",49231,77402 -"263040",49231,78248 -"263041",49231,78255 -"263042",49231,78339 -"263043",49231,78445 -"263044",49231,79022 -"263045",49231,79716 -"263046",49231,79989 -"263047",49231,80281 -"263048",49231,81728 -"263049",49231,82196 -"263050",49231,82383 -"263051",49231,82810 -"263052",49231,82854 -"263053",49231,83853 -"263054",49231,83884 -"263055",49231,84379 -"263056",49231,84613 -"263057",49231,85465 -"263058",49231,85610 -"263059",49231,86351 -"263060",49231,86451 -"263061",49231,86882 -"263062",49231,87175 -"263063",49231,87451 -"263064",49231,87521 -"263065",49231,87572 -"263066",49231,87663 -"263067",49231,87721 -"263068",49231,87862 -"263069",49232,51233 -"263070",49232,71489 -"263071",49232,79415 -"263072",49233,49275 -"263073",49233,49285 -"263074",49233,49288 -"263075",49233,49316 -"263076",49233,55441 -"263077",49233,81217 -"263078",49234,64634 -"263079",49234,83202 -"263080",49234,87719 -"263081",49234,92885 -"263082",49235,56556 -"263083",49235,56917 -"263084",49235,57152 -"263085",49236,76772 -"263086",49236,83144 -"263087",49236,87962 -"263088",49236,111949 -"263089",49238,81325 -"263090",49238,81326 -"263091",49238,98790 -"263092",49239,49245 -"263093",49240,49259 -"263094",49240,49389 -"263095",49240,49440 -"263096",49241,49765 -"263097",49241,52750 -"263098",49241,55608 -"263099",49241,55830 -"263100",49241,65938 -"263101",49241,69646 -"263102",49241,74516 -"263103",49241,78842 -"263104",49241,92367 -"263105",49241,108432 -"263106",49241,114525 -"263107",49241,119622 -"263108",49246,49776 -"263109",49246,65150 -"263110",49247,89019 -"263111",49250,55182 -"263112",49250,55605 -"263113",49250,55650 -"263114",49250,56132 -"263115",49250,68498 -"263116",49250,71307 -"263117",49250,75007 -"263118",49250,77719 -"263119",49250,85034 -"263120",49250,104665 -"263121",49251,59381 -"263122",49251,80693 -"263123",49251,118900 -"263124",49253,100681 -"263125",49254,52534 -"263126",49256,56929 -"263127",49257,49258 -"263128",49257,50391 -"263129",49257,86336 -"263130",49259,49354 -"263131",49259,49389 -"263132",49259,49429 -"263133",49259,49440 -"263134",49260,53491 -"263135",49260,69597 -"263136",49260,84816 -"263137",49261,49920 -"263138",49261,109111 -"263139",49263,54759 -"263140",49263,103110 -"263141",49263,105242 -"263142",49263,119840 -"263143",49264,52721 -"263144",49264,61553 -"263145",49264,61694 -"263146",49265,57380 -"263147",49265,58045 -"263148",49265,80327 -"263149",49265,85080 -"263150",49265,88403 -"263151",49265,90191 -"263152",49265,92306 -"263153",49265,93102 -"263154",49265,95398 -"263155",49265,96904 -"263156",49265,102612 -"263157",49265,103480 -"263158",49265,112896 -"263159",49265,113574 -"263160",49265,115644 -"263161",49266,90332 -"263162",49266,105366 -"263163",49267,95829 -"263164",49267,107235 -"263165",49268,51414 -"263166",49268,55701 -"263167",49268,57738 -"263168",49268,101431 -"263169",49269,118320 -"263170",49270,65362 -"263171",49270,75777 -"263172",49271,78171 -"263173",49272,59648 -"263174",49272,61900 -"263175",49273,56419 -"263176",49273,122307 -"263177",49274,50954 -"263178",49274,51339 -"263179",49274,55050 -"263180",49274,55232 -"263181",49274,75869 -"263182",49275,49285 -"263183",49275,49288 -"263184",49275,49316 -"263185",49276,60966 -"263186",49277,78219 -"263187",49277,95146 -"263188",49277,98453 -"263189",49277,106149 -"263190",49278,49279 -"263191",49278,55780 -"263192",49278,108317 -"263193",49280,49567 -"263194",49280,92164 -"263195",49281,65109 -"263196",49281,65182 -"263197",49282,52136 -"263198",49282,53466 -"263199",49282,57687 -"263200",49282,61013 -"263201",49282,63726 -"263202",49282,64858 -"263203",49282,64947 -"263204",49282,66506 -"263205",49282,67893 -"263206",49282,69192 -"263207",49282,69485 -"263208",49282,73881 -"263209",49282,74599 -"263210",49282,83302 -"263211",49282,83999 -"263212",49282,90124 -"263213",49282,99546 -"263214",49282,102426 -"263215",49282,106135 -"263216",49282,106956 -"263217",49282,109254 -"263218",49282,112101 -"263219",49282,118935 -"263220",49282,119155 -"263221",49283,69136 -"263222",49283,73797 -"263223",49283,81437 -"263224",49283,83377 -"263225",49283,83393 -"263226",49283,103577 -"263227",49283,116648 -"263228",49284,49403 -"263229",49284,53082 -"263230",49284,76944 -"263231",49284,80442 -"263232",49284,111470 -"263233",49284,117032 -"263234",49285,49288 -"263235",49285,49316 -"263236",49286,49306 -"263237",49287,57136 -"263238",49287,97945 -"263239",49287,109789 -"263240",49288,49316 -"263241",49289,66591 -"263242",49289,84974 -"263243",49289,98151 -"263244",49291,49292 -"263245",49291,49293 -"263246",49292,49293 -"263247",49293,58480 -"263248",49296,53437 -"263249",49297,92843 -"263250",49297,97451 -"263251",49297,107209 -"263252",49298,88560 -"263253",49300,66744 -"263254",49300,68569 -"263255",49300,101967 -"263256",49300,106576 -"263257",49301,96261 -"263258",49302,50565 -"263259",49302,61982 -"263260",49302,65947 -"263261",49302,71342 -"263262",49302,72956 -"263263",49302,82410 -"263264",49302,82442 -"263265",49302,84896 -"263266",49303,68306 -"263267",49303,122075 -"263268",49303,123481 -"263269",49304,54652 -"263270",49304,85278 -"263271",49304,97712 -"263272",49304,98700 -"263273",49304,115999 -"263274",49304,119173 -"263275",49304,119221 -"263276",49305,50001 -"263277",49305,82657 -"263278",49306,56710 -"263279",49306,56936 -"263280",49307,62022 -"263281",49308,52522 -"263282",49308,59137 -"263283",49308,60828 -"263284",49308,64839 -"263285",49308,108446 -"263286",49309,49655 -"263287",49309,54738 -"263288",49309,64530 -"263289",49309,67963 -"263290",49309,80385 -"263291",49309,109901 -"263292",49310,59601 -"263293",49310,70935 -"263294",49311,63539 -"263295",49312,52078 -"263296",49312,53929 -"263297",49312,62286 -"263298",49312,63719 -"263299",49312,63760 -"263300",49312,72441 -"263301",49312,75069 -"263302",49312,78772 -"263303",49312,84059 -"263304",49312,86657 -"263305",49312,86692 -"263306",49312,103916 -"263307",49313,51205 -"263308",49314,56774 -"263309",49314,59673 -"263310",49314,64078 -"263311",49315,51112 -"263312",49315,56303 -"263313",49315,59810 -"263314",49315,63710 -"263315",49315,71123 -"263316",49315,83102 -"263317",49315,98821 -"263318",49315,111084 -"263319",49315,111103 -"263320",49317,78156 -"263321",49317,102203 -"263322",49319,57058 -"263323",49319,93073 -"263324",49319,104341 -"263325",49320,65671 -"263326",49320,74058 -"263327",49320,75984 -"263328",49320,80062 -"263329",49320,86621 -"263330",49320,89954 -"263331",49320,98294 -"263332",49320,109387 -"263333",49320,109405 -"263334",49320,109410 -"263335",49322,83288 -"263336",49322,90293 -"263337",49322,97296 -"263338",49322,105575 -"263339",49323,111772 -"263340",49324,65357 -"263341",49324,66706 -"263342",49325,86463 -"263343",49326,62553 -"263344",49326,76288 -"263345",49327,80898 -"263346",49329,110617 -"263347",49330,49830 -"263348",49330,86406 -"263349",49330,103507 -"263350",49330,103512 -"263351",49330,103641 -"263352",49330,103712 -"263353",49330,105396 -"263354",49330,105405 -"263355",49330,105407 -"263356",49330,105411 -"263357",49330,111039 -"263358",49331,49719 -"263359",49331,58356 -"263360",49331,61157 -"263361",49331,72287 -"263362",49331,113739 -"263363",49331,116838 -"263364",49332,49397 -"263365",49332,71473 -"263366",49332,77100 -"263367",49332,81838 -"263368",49332,89021 -"263369",49332,92467 -"263370",49332,100612 -"263371",49332,107544 -"263372",49332,118408 -"263373",49332,119005 -"263374",49334,49646 -"263375",49334,49800 -"263376",49334,82893 -"263377",49334,90229 -"263378",49334,107012 -"263379",49334,107033 -"263380",49335,49409 -"263381",49335,75639 -"263382",49335,93663 -"263383",49336,62691 -"263384",49336,62709 -"263385",49336,105029 -"263386",49336,108772 -"263387",49337,57366 -"263388",49338,56255 -"263389",49338,86127 -"263390",49338,117520 -"263391",49339,49776 -"263392",49339,52042 -"263393",49339,53062 -"263394",49339,75044 -"263395",49339,86846 -"263396",49339,102371 -"263397",49339,111719 -"263398",49340,49346 -"263399",49341,49454 -"263400",49341,62035 -"263401",49341,115299 -"263402",49342,51364 -"263403",49342,51450 -"263404",49342,54067 -"263405",49342,55190 -"263406",49342,55542 -"263407",49342,60386 -"263408",49342,65183 -"263409",49342,91441 -"263410",49342,103435 -"263411",49343,49460 -"263412",49343,49666 -"263413",49343,51421 -"263414",49343,67809 -"263415",49343,73637 -"263416",49343,94918 -"263417",49343,94948 -"263418",49344,74175 -"263419",49344,98586 -"263420",49344,122559 -"263421",49344,122597 -"263422",49345,57316 -"263423",49345,112932 -"263424",49346,80490 -"263425",49347,71673 -"263426",49347,72622 -"263427",49348,101112 -"263428",49348,112560 -"263429",49349,76693 -"263430",49351,49965 -"263431",49351,55828 -"263432",49353,55275 -"263433",49353,62477 -"263434",49353,76434 -"263435",49353,78604 -"263436",49353,80088 -"263437",49353,81939 -"263438",49353,82011 -"263439",49353,86560 -"263440",49353,89261 -"263441",49353,109242 -"263442",49353,109252 -"263443",49353,109923 -"263444",49353,111729 -"263445",49353,113332 -"263446",49353,117161 -"263447",49353,117169 -"263448",49353,117174 -"263449",49353,123191 -"263450",49353,123192 -"263451",49354,49429 -"263452",49355,49417 -"263453",49355,49418 -"263454",49356,106826 -"263455",49356,117850 -"263456",49357,56176 -"263457",49357,57445 -"263458",49357,65953 -"263459",49357,71436 -"263460",49358,49380 -"263461",49358,67772 -"263462",49359,66756 -"263463",49359,72331 -"263464",49359,72424 -"263465",49359,96192 -"263466",49359,99302 -"263467",49359,100055 -"263468",49359,104624 -"263469",49360,49383 -"263470",49362,52141 -"263471",49362,55440 -"263472",49362,58585 -"263473",49362,79912 -"263474",49362,83314 -"263475",49362,98925 -"263476",49363,60302 -"263477",49363,75204 -"263478",49364,58052 -"263479",49364,71541 -"263480",49364,92441 -"263481",49364,94806 -"263482",49364,98166 -"263483",49364,105685 -"263484",49365,50418 -"263485",49366,64616 -"263486",49366,74002 -"263487",49367,49446 -"263488",49367,58324 -"263489",49367,62445 -"263490",49367,79779 -"263491",49367,79789 -"263492",49368,105386 -"263493",49369,117190 -"263494",49369,121931 -"263495",49370,49419 -"263496",49370,58919 -"263497",49370,73466 -"263498",49370,95994 -"263499",49370,110242 -"263500",49371,49372 -"263501",49371,68568 -"263502",49372,110596 -"263503",49372,118054 -"263504",49373,63722 -"263505",49373,70868 -"263506",49373,70909 -"263507",49374,87831 -"263508",49374,100903 -"263509",49374,117277 -"263510",49374,117976 -"263511",49374,117982 -"263512",49375,49430 -"263513",49375,113248 -"263514",49375,116585 -"263515",49376,62830 -"263516",49376,77356 -"263517",49376,83268 -"263518",49376,92797 -"263519",49376,92820 -"263520",49378,65971 -"263521",49378,65981 -"263522",49378,79862 -"263523",49378,87496 -"263524",49379,52910 -"263525",49379,52946 -"263526",49382,52970 -"263527",49382,56410 -"263528",49383,65019 -"263529",49384,53566 -"263530",49384,66032 -"263531",49386,63203 -"263532",49386,63354 -"263533",49386,63373 -"263534",49387,81624 -"263535",49387,81802 -"263536",49387,82000 -"263537",49389,49440 -"263538",49390,56121 -"263539",49391,52237 -"263540",49391,57210 -"263541",49391,61286 -"263542",49391,89472 -"263543",49392,49739 -"263544",49392,57549 -"263545",49392,62238 -"263546",49393,49442 -"263547",49393,49443 -"263548",49393,49448 -"263549",49393,49457 -"263550",49395,71769 -"263551",49396,70988 -"263552",49396,75633 -"263553",49396,76012 -"263554",49396,79529 -"263555",49396,80500 -"263556",49396,91517 -"263557",49396,96513 -"263558",49396,106280 -"263559",49398,49735 -"263560",49398,50309 -"263561",49398,50325 -"263562",49398,50330 -"263563",49398,50363 -"263564",49398,50385 -"263565",49398,50393 -"263566",49398,50405 -"263567",49398,50413 -"263568",49399,67621 -"263569",49399,106484 -"263570",49400,57582 -"263571",49400,59519 -"263572",49400,70233 -"263573",49400,78349 -"263574",49400,84228 -"263575",49400,88531 -"263576",49400,88674 -"263577",49400,92215 -"263578",49400,104204 -"263579",49400,105878 -"263580",49400,106406 -"263581",49400,108746 -"263582",49402,49411 -"263583",49402,64975 -"263584",49402,77237 -"263585",49403,64514 -"263586",49403,103544 -"263587",49403,113435 -"263588",49403,115156 -"263589",49404,58605 -"263590",49404,97852 -"263591",49404,98949 -"263592",49404,123007 -"263593",49405,49435 -"263594",49406,84182 -"263595",49406,99332 -"263596",49406,109747 -"263597",49406,114064 -"263598",49408,59952 -"263599",49410,49413 -"263600",49411,113201 -"263601",49412,73405 -"263602",49412,80942 -"263603",49412,88723 -"263604",49412,95332 -"263605",49413,80505 -"263606",49413,100455 -"263607",49414,74698 -"263608",49414,97235 -"263609",49414,109411 -"263610",49415,51499 -"263611",49415,54416 -"263612",49415,69517 -"263613",49415,88967 -"263614",49415,89473 -"263615",49415,95669 -"263616",49415,110696 -"263617",49416,52748 -"263618",49416,74128 -"263619",49416,85049 -"263620",49416,85058 -"263621",49417,49418 -"263622",49418,52529 -"263623",49418,74110 -"263624",49421,87894 -"263625",49422,89494 -"263626",49422,91787 -"263627",49422,115368 -"263628",49424,76175 -"263629",49425,106357 -"263630",49426,62644 -"263631",49426,72891 -"263632",49426,78532 -"263633",49426,84701 -"263634",49426,93888 -"263635",49426,104451 -"263636",49427,53120 -"263637",49427,77725 -"263638",49427,87230 -"263639",49427,102710 -"263640",49427,103785 -"263641",49428,56136 -"263642",49428,57695 -"263643",49428,109557 -"263644",49430,113248 -"263645",49430,116585 -"263646",49430,122693 -"263647",49430,122728 -"263648",49431,64811 -"263649",49431,70304 -"263650",49431,70811 -"263651",49431,80661 -"263652",49431,93344 -"263653",49431,102396 -"263654",49432,56803 -"263655",49434,50022 -"263656",49435,52459 -"263657",49435,62910 -"263658",49437,58614 -"263659",49437,59488 -"263660",49437,64276 -"263661",49437,73226 -"263662",49437,76704 -"263663",49437,80191 -"263664",49437,111794 -"263665",49437,118594 -"263666",49437,118597 -"263667",49438,58329 -"263668",49438,71657 -"263669",49438,71874 -"263670",49438,120385 -"263671",49439,75062 -"263672",49440,67084 -"263673",49440,71338 -"263674",49440,77366 -"263675",49440,90248 -"263676",49441,49604 -"263677",49441,49605 -"263678",49441,49617 -"263679",49441,49629 -"263680",49441,49633 -"263681",49441,49634 -"263682",49441,49637 -"263683",49441,49638 -"263684",49441,49639 -"263685",49441,49648 -"263686",49441,49656 -"263687",49441,49659 -"263688",49441,49669 -"263689",49441,49670 -"263690",49441,49676 -"263691",49441,49684 -"263692",49441,49685 -"263693",49441,49686 -"263694",49441,49687 -"263695",49441,49702 -"263696",49441,49704 -"263697",49441,49705 -"263698",49441,49706 -"263699",49441,49721 -"263700",49441,49732 -"263701",49441,49735 -"263702",49441,49736 -"263703",49441,49740 -"263704",49441,49750 -"263705",49441,49852 -"263706",49441,64531 -"263707",49442,49443 -"263708",49442,49448 -"263709",49442,49457 -"263710",49443,49448 -"263711",49443,49457 -"263712",49443,67183 -"263713",49444,86628 -"263714",49444,108367 -"263715",49444,119865 -"263716",49445,49984 -"263717",49445,66225 -"263718",49445,72344 -"263719",49445,73694 -"263720",49445,73729 -"263721",49445,99254 -"263722",49447,85915 -"263723",49447,90389 -"263724",49447,112992 -"263725",49448,49457 -"263726",49450,51629 -"263727",49450,77339 -"263728",49450,106348 -"263729",49450,106760 -"263730",49451,66084 -"263731",49451,87410 -"263732",49451,97544 -"263733",49452,52452 -"263734",49452,58044 -"263735",49452,58158 -"263736",49453,93746 -"263737",49455,63930 -"263738",49456,66698 -"263739",49458,56568 -"263740",49458,58069 -"263741",49458,58201 -"263742",49458,59482 -"263743",49458,88709 -"263744",49458,96834 -"263745",49460,49666 -"263746",49462,79635 -"263747",49462,80871 -"263748",49462,85278 -"263749",49463,49476 -"263750",49464,83092 -"263751",49464,96241 -"263752",49465,59617 -"263753",49465,76457 -"263754",49465,114008 -"263755",49465,118940 -"263756",49465,123446 -"263757",49468,49600 -"263758",49469,61579 -"263759",49469,65186 -"263760",49469,82753 -"263761",49469,84615 -"263762",49469,85109 -"263763",49469,93092 -"263764",49469,93135 -"263765",49469,110247 -"263766",49469,115097 -"263767",49469,118684 -"263768",49470,60040 -"263769",49470,70536 -"263770",49470,70573 -"263771",49471,52597 -"263772",49473,49574 -"263773",49473,49591 -"263774",49473,49592 -"263775",49473,49597 -"263776",49473,51900 -"263777",49474,49480 -"263778",49474,49482 -"263779",49475,69763 -"263780",49475,76940 -"263781",49475,77016 -"263782",49475,98129 -"263783",49475,123053 -"263784",49475,123061 -"263785",49476,69316 -"263786",49477,56578 -"263787",49477,71566 -"263788",49477,110771 -"263789",49477,119433 -"263790",49478,52359 -"263791",49479,93964 -"263792",49480,49482 -"263793",49480,73475 -"263794",49480,90212 -"263795",49481,67070 -"263796",49481,99523 -"263797",49482,84333 -"263798",49483,49548 -"263799",49484,49501 -"263800",49484,49540 -"263801",49484,49581 -"263802",49485,108352 -"263803",49485,120799 -"263804",49486,82390 -"263805",49487,58834 -"263806",49487,58886 -"263807",49487,60924 -"263808",49487,76534 -"263809",49487,90964 -"263810",49487,108994 -"263811",49487,116079 -"263812",49488,51585 -"263813",49488,54328 -"263814",49488,55783 -"263815",49488,60484 -"263816",49488,60545 -"263817",49488,60559 -"263818",49488,63931 -"263819",49488,75476 -"263820",49489,78349 -"263821",49489,93347 -"263822",49490,64680 -"263823",49490,72263 -"263824",49491,49492 -"263825",49493,52004 -"263826",49493,91904 -"263827",49495,57716 -"263828",49495,82487 -"263829",49497,49546 -"263830",49497,52118 -"263831",49497,56485 -"263832",49497,56590 -"263833",49497,67164 -"263834",49498,51158 -"263835",49498,75007 -"263836",49498,100727 -"263837",49499,53048 -"263838",49499,86423 -"263839",49499,86563 -"263840",49500,93841 -"263841",49501,49540 -"263842",49501,49581 -"263843",49501,111491 -"263844",49503,49529 -"263845",49503,53923 -"263846",49503,66768 -"263847",49503,67409 -"263848",49503,67415 -"263849",49503,67453 -"263850",49503,67469 -"263851",49504,76643 -"263852",49504,79461 -"263853",49504,89695 -"263854",49504,96625 -"263855",49504,101747 -"263856",49505,58895 -"263857",49505,77765 -"263858",49505,79402 -"263859",49505,80587 -"263860",49505,88122 -"263861",49506,56396 -"263862",49507,60237 -"263863",49507,64823 -"263864",49507,71315 -"263865",49507,93574 -"263866",49507,107046 -"263867",49508,49541 -"263868",49508,49547 -"263869",49509,91908 -"263870",49510,49536 -"263871",49511,118010 -"263872",49512,49519 -"263873",49512,57353 -"263874",49512,62694 -"263875",49512,62717 -"263876",49512,78089 -"263877",49512,81838 -"263878",49513,73226 -"263879",49513,74078 -"263880",49513,79586 -"263881",49513,82968 -"263882",49513,100931 -"263883",49515,68133 -"263884",49515,68778 -"263885",49515,73260 -"263886",49515,73769 -"263887",49515,82171 -"263888",49515,87907 -"263889",49515,117434 -"263890",49515,118412 -"263891",49516,51005 -"263892",49517,64941 -"263893",49517,65376 -"263894",49517,74128 -"263895",49517,80281 -"263896",49517,85058 -"263897",49517,86799 -"263898",49517,95972 -"263899",49518,56158 -"263900",49518,59276 -"263901",49520,50748 -"263902",49521,82949 -"263903",49521,89571 -"263904",49522,53582 -"263905",49522,116496 -"263906",49524,50110 -"263907",49524,50174 -"263908",49524,56748 -"263909",49524,69574 -"263910",49524,69575 -"263911",49524,70859 -"263912",49525,58818 -"263913",49525,58943 -"263914",49525,60097 -"263915",49525,99574 -"263916",49525,100112 -"263917",49525,100120 -"263918",49525,100157 -"263919",49525,100167 -"263920",49525,100170 -"263921",49525,100172 -"263922",49525,100174 -"263923",49525,100188 -"263924",49525,100724 -"263925",49525,100757 -"263926",49525,100784 -"263927",49527,58242 -"263928",49527,58249 -"263929",49527,65227 -"263930",49527,65457 -"263931",49527,65853 -"263932",49527,72115 -"263933",49527,72286 -"263934",49527,74849 -"263935",49527,75000 -"263936",49527,75262 -"263937",49530,105305 -"263938",49530,112250 -"263939",49531,61694 -"263940",49531,81280 -"263941",49532,52461 -"263942",49532,57998 -"263943",49532,72414 -"263944",49532,73488 -"263945",49532,79621 -"263946",49534,51992 -"263947",49534,59947 -"263948",49534,68400 -"263949",49534,79937 -"263950",49534,99152 -"263951",49534,99973 -"263952",49534,106318 -"263953",49534,112830 -"263954",49535,49560 -"263955",49535,49561 -"263956",49535,51811 -"263957",49535,60145 -"263958",49535,74990 -"263959",49535,83805 -"263960",49535,87638 -"263961",49535,99773 -"263962",49535,118532 -"263963",49536,66693 -"263964",49536,78635 -"263965",49536,80269 -"263966",49536,87947 -"263967",49536,111946 -"263968",49536,119651 -"263969",49537,49909 -"263970",49538,49539 -"263971",49539,105680 -"263972",49539,111037 -"263973",49540,49581 -"263974",49540,78932 -"263975",49541,49547 -"263976",49542,54356 -"263977",49542,57702 -"263978",49542,63755 -"263979",49542,64674 -"263980",49544,49556 -"263981",49544,50878 -"263982",49544,103352 -"263983",49545,68989 -"263984",49545,77395 -"263985",49545,80043 -"263986",49545,115165 -"263987",49545,115172 -"263988",49545,115175 -"263989",49546,62160 -"263990",49546,62857 -"263991",49546,80374 -"263992",49546,81411 -"263993",49546,82221 -"263994",49546,82448 -"263995",49546,82451 -"263996",49546,82471 -"263997",49546,82484 -"263998",49546,82516 -"263999",49546,82518 -"264000",49546,88289 -"264001",49546,89862 -"264002",49546,103945 -"264003",49546,105623 -"264004",49548,65679 -"264005",49549,108500 -"264006",49550,108999 -"264007",49551,59039 -"264008",49551,65771 -"264009",49551,70960 -"264010",49551,77931 -"264011",49551,99983 -"264012",49553,49554 -"264013",49553,51984 -"264014",49553,102147 -"264015",49553,122058 -"264016",49553,122061 -"264017",49554,51984 -"264018",49554,54886 -"264019",49554,80357 -"264020",49554,85858 -"264021",49554,100366 -"264022",49554,104582 -"264023",49554,116682 -"264024",49555,59847 -"264025",49558,103992 -"264026",49558,115825 -"264027",49559,61127 -"264028",49560,49561 -"264029",49560,106715 -"264030",49562,51702 -"264031",49562,99077 -"264032",49562,113270 -"264033",49562,120544 -"264034",49563,74303 -"264035",49564,51209 -"264036",49564,51210 -"264037",49565,90812 -"264038",49566,61936 -"264039",49566,63381 -"264040",49566,70918 -"264041",49566,73654 -"264042",49566,110578 -"264043",49568,67364 -"264044",49568,68659 -"264045",49568,77821 -"264046",49568,90597 -"264047",49568,105986 -"264048",49570,78203 -"264049",49571,84765 -"264050",49571,99884 -"264051",49572,79675 -"264052",49572,95074 -"264053",49573,50119 -"264054",49574,49591 -"264055",49574,49592 -"264056",49574,49597 -"264057",49575,91615 -"264058",49576,67420 -"264059",49576,68209 -"264060",49576,111694 -"264061",49578,50409 -"264062",49578,54357 -"264063",49578,62764 -"264064",49578,84726 -"264065",49578,98909 -"264066",49579,89744 -"264067",49579,89747 -"264068",49579,89935 -"264069",49580,49584 -"264070",49580,122002 -"264071",49581,50946 -"264072",49581,52405 -"264073",49581,52432 -"264074",49581,52433 -"264075",49581,55643 -"264076",49581,56958 -"264077",49581,76586 -"264078",49581,79101 -"264079",49581,102483 -"264080",49582,51917 -"264081",49582,56720 -"264082",49582,56732 -"264083",49582,56754 -"264084",49582,77934 -"264085",49582,83840 -"264086",49582,87968 -"264087",49582,97324 -"264088",49582,105910 -"264089",49584,96388 -"264090",49585,66527 -"264091",49586,88880 -"264092",49587,62898 -"264093",49587,74330 -"264094",49587,82902 -"264095",49587,100865 -"264096",49588,58770 -"264097",49589,59100 -"264098",49591,49592 -"264099",49591,49597 -"264100",49592,49597 -"264101",49592,61664 -"264102",49593,71911 -"264103",49593,120206 -"264104",49594,105583 -"264105",49595,67788 -"264106",49595,70266 -"264107",49595,80120 -"264108",49596,75504 -"264109",49596,98806 -"264110",49596,104708 -"264111",49597,55642 -"264112",49597,95892 -"264113",49597,99992 -"264114",49600,50601 -"264115",49600,50611 -"264116",49600,50626 -"264117",49600,87108 -"264118",49601,108235 -"264119",49602,58089 -"264120",49602,61470 -"264121",49602,63729 -"264122",49602,66209 -"264123",49602,76460 -"264124",49602,76461 -"264125",49602,76462 -"264126",49602,76473 -"264127",49602,76567 -"264128",49603,98868 -"264129",49603,113048 -"264130",49604,49605 -"264131",49604,49617 -"264132",49604,49629 -"264133",49604,49633 -"264134",49604,49634 -"264135",49604,49637 -"264136",49604,49638 -"264137",49604,49639 -"264138",49604,49648 -"264139",49604,49656 -"264140",49604,49659 -"264141",49604,49669 -"264142",49604,49670 -"264143",49604,49676 -"264144",49604,49684 -"264145",49604,49685 -"264146",49604,49686 -"264147",49604,49687 -"264148",49604,49702 -"264149",49604,49704 -"264150",49604,49705 -"264151",49604,49706 -"264152",49604,49721 -"264153",49604,49732 -"264154",49604,49735 -"264155",49604,49736 -"264156",49604,49740 -"264157",49604,49750 -"264158",49604,49852 -"264159",49604,64531 -"264160",49605,49617 -"264161",49605,49629 -"264162",49605,49633 -"264163",49605,49634 -"264164",49605,49637 -"264165",49605,49638 -"264166",49605,49639 -"264167",49605,49648 -"264168",49605,49656 -"264169",49605,49659 -"264170",49605,49669 -"264171",49605,49670 -"264172",49605,49676 -"264173",49605,49684 -"264174",49605,49685 -"264175",49605,49686 -"264176",49605,49687 -"264177",49605,49702 -"264178",49605,49704 -"264179",49605,49705 -"264180",49605,49706 -"264181",49605,49721 -"264182",49605,49732 -"264183",49605,49735 -"264184",49605,49736 -"264185",49605,49740 -"264186",49605,49750 -"264187",49605,49852 -"264188",49605,64531 -"264189",49606,89249 -"264190",49607,69049 -"264191",49607,111987 -"264192",49608,49652 -"264193",49608,92657 -"264194",49609,58627 -"264195",49609,59502 -"264196",49609,62647 -"264197",49609,100828 -"264198",49612,87178 -"264199",49613,57383 -"264200",49613,57395 -"264201",49613,57508 -"264202",49613,61382 -"264203",49613,61481 -"264204",49613,86097 -"264205",49613,87155 -"264206",49613,99194 -"264207",49613,103803 -"264208",49613,104881 -"264209",49615,54390 -"264210",49616,54020 -"264211",49616,59418 -"264212",49616,74435 -"264213",49616,75035 -"264214",49616,76298 -"264215",49616,82478 -"264216",49616,95953 -"264217",49616,105740 -"264218",49617,49629 -"264219",49617,49633 -"264220",49617,49634 -"264221",49617,49637 -"264222",49617,49638 -"264223",49617,49639 -"264224",49617,49648 -"264225",49617,49656 -"264226",49617,49659 -"264227",49617,49669 -"264228",49617,49670 -"264229",49617,49676 -"264230",49617,49684 -"264231",49617,49685 -"264232",49617,49686 -"264233",49617,49687 -"264234",49617,49702 -"264235",49617,49704 -"264236",49617,49705 -"264237",49617,49706 -"264238",49617,49721 -"264239",49617,49732 -"264240",49617,49735 -"264241",49617,49736 -"264242",49617,49740 -"264243",49617,49750 -"264244",49617,49852 -"264245",49617,64531 -"264246",49620,74636 -"264247",49620,80305 -"264248",49620,82965 -"264249",49620,88895 -"264250",49620,91562 -"264251",49620,96837 -"264252",49620,114622 -"264253",49621,53926 -"264254",49621,78305 -"264255",49621,89863 -"264256",49621,98479 -"264257",49621,98760 -"264258",49621,98761 -"264259",49621,99044 -"264260",49621,99809 -"264261",49621,100574 -"264262",49621,100967 -"264263",49621,108185 -"264264",49622,49632 -"264265",49623,54868 -"264266",49623,62568 -"264267",49623,70000 -"264268",49623,90025 -"264269",49623,91862 -"264270",49623,97424 -"264271",49623,101526 -"264272",49623,101965 -"264273",49623,120481 -"264274",49624,65233 -"264275",49624,89712 -"264276",49624,98036 -"264277",49625,49654 -"264278",49627,50077 -"264279",49627,50332 -"264280",49627,54745 -"264281",49627,55611 -"264282",49627,57902 -"264283",49627,59037 -"264284",49627,70191 -"264285",49628,66005 -"264286",49628,86790 -"264287",49628,104591 -"264288",49628,111999 -"264289",49629,49633 -"264290",49629,49634 -"264291",49629,49637 -"264292",49629,49638 -"264293",49629,49639 -"264294",49629,49648 -"264295",49629,49656 -"264296",49629,49659 -"264297",49629,49669 -"264298",49629,49670 -"264299",49629,49676 -"264300",49629,49684 -"264301",49629,49685 -"264302",49629,49686 -"264303",49629,49687 -"264304",49629,49702 -"264305",49629,49704 -"264306",49629,49705 -"264307",49629,49706 -"264308",49629,49721 -"264309",49629,49732 -"264310",49629,49735 -"264311",49629,49736 -"264312",49629,49740 -"264313",49629,49750 -"264314",49629,49852 -"264315",49629,64531 -"264316",49630,63444 -"264317",49633,49634 -"264318",49633,49637 -"264319",49633,49638 -"264320",49633,49639 -"264321",49633,49648 -"264322",49633,49656 -"264323",49633,49659 -"264324",49633,49669 -"264325",49633,49670 -"264326",49633,49676 -"264327",49633,49684 -"264328",49633,49685 -"264329",49633,49686 -"264330",49633,49687 -"264331",49633,49702 -"264332",49633,49704 -"264333",49633,49705 -"264334",49633,49706 -"264335",49633,49721 -"264336",49633,49732 -"264337",49633,49735 -"264338",49633,49736 -"264339",49633,49740 -"264340",49633,49750 -"264341",49633,49852 -"264342",49633,64531 -"264343",49634,49637 -"264344",49634,49638 -"264345",49634,49639 -"264346",49634,49648 -"264347",49634,49656 -"264348",49634,49659 -"264349",49634,49669 -"264350",49634,49670 -"264351",49634,49676 -"264352",49634,49684 -"264353",49634,49685 -"264354",49634,49686 -"264355",49634,49687 -"264356",49634,49702 -"264357",49634,49704 -"264358",49634,49705 -"264359",49634,49706 -"264360",49634,49721 -"264361",49634,49732 -"264362",49634,49735 -"264363",49634,49736 -"264364",49634,49740 -"264365",49634,49750 -"264366",49634,49852 -"264367",49634,64531 -"264368",49635,69130 -"264369",49635,114691 -"264370",49636,55814 -"264371",49636,57699 -"264372",49636,57734 -"264373",49636,58159 -"264374",49636,61347 -"264375",49636,100712 -"264376",49636,114203 -"264377",49637,49638 -"264378",49637,49639 -"264379",49637,49648 -"264380",49637,49656 -"264381",49637,49659 -"264382",49637,49669 -"264383",49637,49670 -"264384",49637,49676 -"264385",49637,49684 -"264386",49637,49685 -"264387",49637,49686 -"264388",49637,49687 -"264389",49637,49702 -"264390",49637,49704 -"264391",49637,49705 -"264392",49637,49706 -"264393",49637,49721 -"264394",49637,49732 -"264395",49637,49735 -"264396",49637,49736 -"264397",49637,49740 -"264398",49637,49750 -"264399",49637,49852 -"264400",49637,64531 -"264401",49638,49639 -"264402",49638,49648 -"264403",49638,49656 -"264404",49638,49659 -"264405",49638,49669 -"264406",49638,49670 -"264407",49638,49676 -"264408",49638,49684 -"264409",49638,49685 -"264410",49638,49686 -"264411",49638,49687 -"264412",49638,49702 -"264413",49638,49704 -"264414",49638,49705 -"264415",49638,49706 -"264416",49638,49721 -"264417",49638,49732 -"264418",49638,49735 -"264419",49638,49736 -"264420",49638,49740 -"264421",49638,49750 -"264422",49638,49852 -"264423",49638,64531 -"264424",49639,49648 -"264425",49639,49656 -"264426",49639,49659 -"264427",49639,49669 -"264428",49639,49670 -"264429",49639,49676 -"264430",49639,49684 -"264431",49639,49685 -"264432",49639,49686 -"264433",49639,49687 -"264434",49639,49702 -"264435",49639,49704 -"264436",49639,49705 -"264437",49639,49706 -"264438",49639,49721 -"264439",49639,49732 -"264440",49639,49735 -"264441",49639,49736 -"264442",49639,49740 -"264443",49639,49750 -"264444",49639,49852 -"264445",49639,64531 -"264446",49640,53132 -"264447",49640,61214 -"264448",49640,63077 -"264449",49640,67421 -"264450",49640,68828 -"264451",49640,79074 -"264452",49640,81027 -"264453",49640,85435 -"264454",49640,88087 -"264455",49640,93393 -"264456",49640,101367 -"264457",49640,101530 -"264458",49641,51154 -"264459",49641,109912 -"264460",49642,80124 -"264461",49643,55028 -"264462",49643,55531 -"264463",49643,58643 -"264464",49643,60259 -"264465",49643,61890 -"264466",49643,62239 -"264467",49643,62557 -"264468",49643,62576 -"264469",49643,62626 -"264470",49643,62627 -"264471",49644,50652 -"264472",49644,74167 -"264473",49644,78359 -"264474",49644,99449 -"264475",49644,105759 -"264476",49644,107435 -"264477",49644,107908 -"264478",49644,107913 -"264479",49644,107924 -"264480",49644,107930 -"264481",49644,107978 -"264482",49645,49677 -"264483",49646,107012 -"264484",49646,107033 -"264485",49648,49656 -"264486",49648,49659 -"264487",49648,49669 -"264488",49648,49670 -"264489",49648,49676 -"264490",49648,49684 -"264491",49648,49685 -"264492",49648,49686 -"264493",49648,49687 -"264494",49648,49702 -"264495",49648,49704 -"264496",49648,49705 -"264497",49648,49706 -"264498",49648,49721 -"264499",49648,49732 -"264500",49648,49735 -"264501",49648,49736 -"264502",49648,49740 -"264503",49648,49750 -"264504",49648,49852 -"264505",49648,64531 -"264506",49649,71873 -"264507",49649,79502 -"264508",49649,85981 -"264509",49649,98779 -"264510",49649,104718 -"264511",49650,68917 -"264512",49651,52699 -"264513",49651,77683 -"264514",49651,91812 -"264515",49651,94571 -"264516",49651,97603 -"264517",49651,100801 -"264518",49651,104162 -"264519",49653,58276 -"264520",49653,68293 -"264521",49653,71066 -"264522",49653,71682 -"264523",49653,81879 -"264524",49653,81894 -"264525",49653,85329 -"264526",49653,93291 -"264527",49653,104151 -"264528",49653,117956 -"264529",49654,61884 -"264530",49655,64530 -"264531",49655,65623 -"264532",49655,121230 -"264533",49656,49659 -"264534",49656,49669 -"264535",49656,49670 -"264536",49656,49676 -"264537",49656,49684 -"264538",49656,49685 -"264539",49656,49686 -"264540",49656,49687 -"264541",49656,49702 -"264542",49656,49704 -"264543",49656,49705 -"264544",49656,49706 -"264545",49656,49721 -"264546",49656,49732 -"264547",49656,49735 -"264548",49656,49736 -"264549",49656,49740 -"264550",49656,49750 -"264551",49656,49852 -"264552",49656,64531 -"264553",49657,67890 -"264554",49657,96764 -"264555",49657,102338 -"264556",49657,107622 -"264557",49657,107883 -"264558",49658,49662 -"264559",49659,49669 -"264560",49659,49670 -"264561",49659,49676 -"264562",49659,49684 -"264563",49659,49685 -"264564",49659,49686 -"264565",49659,49687 -"264566",49659,49702 -"264567",49659,49704 -"264568",49659,49705 -"264569",49659,49706 -"264570",49659,49721 -"264571",49659,49732 -"264572",49659,49735 -"264573",49659,49736 -"264574",49659,49740 -"264575",49659,49750 -"264576",49659,49852 -"264577",49659,64531 -"264578",49660,52781 -"264579",49660,118420 -"264580",49661,49671 -"264581",49661,49672 -"264582",49661,82321 -"264583",49661,98678 -"264584",49664,54929 -"264585",49664,61542 -"264586",49665,49691 -"264587",49665,49693 -"264588",49665,49725 -"264589",49667,67475 -"264590",49668,53225 -"264591",49668,63151 -"264592",49669,49670 -"264593",49669,49676 -"264594",49669,49684 -"264595",49669,49685 -"264596",49669,49686 -"264597",49669,49687 -"264598",49669,49702 -"264599",49669,49704 -"264600",49669,49705 -"264601",49669,49706 -"264602",49669,49721 -"264603",49669,49732 -"264604",49669,49735 -"264605",49669,49736 -"264606",49669,49740 -"264607",49669,49750 -"264608",49669,49852 -"264609",49669,64531 -"264610",49670,49676 -"264611",49670,49684 -"264612",49670,49685 -"264613",49670,49686 -"264614",49670,49687 -"264615",49670,49702 -"264616",49670,49704 -"264617",49670,49705 -"264618",49670,49706 -"264619",49670,49721 -"264620",49670,49732 -"264621",49670,49735 -"264622",49670,49736 -"264623",49670,49740 -"264624",49670,49750 -"264625",49670,49852 -"264626",49670,64531 -"264627",49671,49672 -"264628",49673,58057 -"264629",49673,85216 -"264630",49673,92870 -"264631",49674,121681 -"264632",49675,106479 -"264633",49676,49684 -"264634",49676,49685 -"264635",49676,49686 -"264636",49676,49687 -"264637",49676,49702 -"264638",49676,49704 -"264639",49676,49705 -"264640",49676,49706 -"264641",49676,49721 -"264642",49676,49732 -"264643",49676,49735 -"264644",49676,49736 -"264645",49676,49740 -"264646",49676,49750 -"264647",49676,49852 -"264648",49676,64531 -"264649",49677,69011 -"264650",49677,116161 -"264651",49678,60318 -"264652",49679,53066 -"264653",49679,53122 -"264654",49680,64745 -"264655",49681,55980 -"264656",49681,61886 -"264657",49681,68328 -"264658",49681,84443 -"264659",49681,85698 -"264660",49681,89991 -"264661",49681,111795 -"264662",49681,111876 -"264663",49681,111878 -"264664",49681,111884 -"264665",49684,49685 -"264666",49684,49686 -"264667",49684,49687 -"264668",49684,49702 -"264669",49684,49704 -"264670",49684,49705 -"264671",49684,49706 -"264672",49684,49721 -"264673",49684,49732 -"264674",49684,49735 -"264675",49684,49736 -"264676",49684,49740 -"264677",49684,49750 -"264678",49684,49852 -"264679",49684,64531 -"264680",49685,49686 -"264681",49685,49687 -"264682",49685,49702 -"264683",49685,49704 -"264684",49685,49705 -"264685",49685,49706 -"264686",49685,49721 -"264687",49685,49732 -"264688",49685,49735 -"264689",49685,49736 -"264690",49685,49740 -"264691",49685,49750 -"264692",49685,49852 -"264693",49685,64531 -"264694",49686,49687 -"264695",49686,49702 -"264696",49686,49704 -"264697",49686,49705 -"264698",49686,49706 -"264699",49686,49721 -"264700",49686,49732 -"264701",49686,49735 -"264702",49686,49736 -"264703",49686,49740 -"264704",49686,49750 -"264705",49686,49852 -"264706",49686,64531 -"264707",49687,49702 -"264708",49687,49704 -"264709",49687,49705 -"264710",49687,49706 -"264711",49687,49721 -"264712",49687,49732 -"264713",49687,49735 -"264714",49687,49736 -"264715",49687,49740 -"264716",49687,49750 -"264717",49687,49852 -"264718",49687,64531 -"264719",49688,101827 -"264720",49690,115695 -"264721",49690,115713 -"264722",49691,49693 -"264723",49691,49725 -"264724",49691,107913 -"264725",49691,115149 -"264726",49692,50139 -"264727",49693,49725 -"264728",49694,64371 -"264729",49695,49723 -"264730",49695,56874 -"264731",49695,89992 -"264732",49697,70482 -"264733",49697,75889 -"264734",49697,88143 -"264735",49698,100889 -"264736",49698,113405 -"264737",49699,102277 -"264738",49700,65969 -"264739",49700,69956 -"264740",49700,86813 -"264741",49700,90747 -"264742",49701,77519 -"264743",49701,77676 -"264744",49701,84760 -"264745",49701,90193 -"264746",49701,91465 -"264747",49701,92834 -"264748",49701,95054 -"264749",49701,95126 -"264750",49701,95157 -"264751",49702,49704 -"264752",49702,49705 -"264753",49702,49706 -"264754",49702,49721 -"264755",49702,49732 -"264756",49702,49735 -"264757",49702,49736 -"264758",49702,49740 -"264759",49702,49750 -"264760",49702,49852 -"264761",49702,64531 -"264762",49703,103056 -"264763",49704,49705 -"264764",49704,49706 -"264765",49704,49721 -"264766",49704,49732 -"264767",49704,49735 -"264768",49704,49736 -"264769",49704,49740 -"264770",49704,49750 -"264771",49704,49852 -"264772",49704,64531 -"264773",49705,49706 -"264774",49705,49721 -"264775",49705,49732 -"264776",49705,49735 -"264777",49705,49736 -"264778",49705,49740 -"264779",49705,49750 -"264780",49705,49852 -"264781",49705,64531 -"264782",49706,49721 -"264783",49706,49732 -"264784",49706,49735 -"264785",49706,49736 -"264786",49706,49740 -"264787",49706,49750 -"264788",49706,49852 -"264789",49706,64531 -"264790",49708,59631 -"264791",49708,62304 -"264792",49708,76831 -"264793",49708,81174 -"264794",49708,83455 -"264795",49708,91292 -"264796",49708,91674 -"264797",49708,91675 -"264798",49708,91704 -"264799",49708,91765 -"264800",49708,101208 -"264801",49708,101381 -"264802",49708,104715 -"264803",49708,104735 -"264804",49709,55090 -"264805",49709,89635 -"264806",49709,94960 -"264807",49711,49952 -"264808",49711,50114 -"264809",49711,60698 -"264810",49711,63592 -"264811",49711,65664 -"264812",49711,65700 -"264813",49711,65752 -"264814",49711,67583 -"264815",49711,67584 -"264816",49712,88396 -"264817",49712,93259 -"264818",49712,110653 -"264819",49712,113101 -"264820",49715,67813 -"264821",49715,93149 -"264822",49715,94156 -"264823",49715,94167 -"264824",49716,60597 -"264825",49716,66517 -"264826",49717,56453 -"264827",49718,53607 -"264828",49718,65140 -"264829",49718,69867 -"264830",49718,90187 -"264831",49718,91140 -"264832",49718,112935 -"264833",49719,106736 -"264834",49719,115829 -"264835",49719,121851 -"264836",49720,75105 -"264837",49721,49732 -"264838",49721,49735 -"264839",49721,49736 -"264840",49721,49740 -"264841",49721,49750 -"264842",49721,49852 -"264843",49721,64531 -"264844",49722,82798 -"264845",49722,82892 -"264846",49723,56874 -"264847",49724,58629 -"264848",49724,91244 -"264849",49725,67384 -"264850",49725,94478 -"264851",49725,94561 -"264852",49726,53609 -"264853",49726,58384 -"264854",49726,81918 -"264855",49726,92512 -"264856",49726,96891 -"264857",49727,56156 -"264858",49727,110582 -"264859",49728,72835 -"264860",49728,74700 -"264861",49728,80636 -"264862",49728,98615 -"264863",49729,53691 -"264864",49729,56367 -"264865",49729,78954 -"264866",49729,91593 -"264867",49729,96184 -"264868",49730,85392 -"264869",49730,102194 -"264870",49732,49735 -"264871",49732,49736 -"264872",49732,49740 -"264873",49732,49750 -"264874",49732,49852 -"264875",49732,64531 -"264876",49735,49736 -"264877",49735,49740 -"264878",49735,49750 -"264879",49735,49852 -"264880",49735,50309 -"264881",49735,50325 -"264882",49735,50330 -"264883",49735,50363 -"264884",49735,50385 -"264885",49735,50393 -"264886",49735,50405 -"264887",49735,50413 -"264888",49735,64531 -"264889",49736,49740 -"264890",49736,49750 -"264891",49736,49852 -"264892",49736,64531 -"264893",49737,51790 -"264894",49737,52327 -"264895",49737,99567 -"264896",49738,53306 -"264897",49738,56243 -"264898",49738,62151 -"264899",49739,55726 -"264900",49739,60269 -"264901",49739,60931 -"264902",49739,62238 -"264903",49739,78436 -"264904",49739,85631 -"264905",49739,95342 -"264906",49739,95350 -"264907",49740,49750 -"264908",49740,49852 -"264909",49740,64531 -"264910",49741,69896 -"264911",49741,82735 -"264912",49741,101102 -"264913",49742,49743 -"264914",49743,85133 -"264915",49743,85173 -"264916",49743,85174 -"264917",49745,61996 -"264918",49745,79790 -"264919",49745,80165 -"264920",49747,56887 -"264921",49747,58053 -"264922",49749,51363 -"264923",49749,68411 -"264924",49749,99868 -"264925",49749,105371 -"264926",49750,49852 -"264927",49750,64531 -"264928",49751,88263 -"264929",49751,95548 -"264930",49752,49788 -"264931",49752,49863 -"264932",49752,51783 -"264933",49752,59238 -"264934",49752,59587 -"264935",49752,59652 -"264936",49752,63083 -"264937",49752,66902 -"264938",49752,69772 -"264939",49752,69821 -"264940",49752,70761 -"264941",49752,71052 -"264942",49752,71978 -"264943",49752,72500 -"264944",49752,92762 -"264945",49753,101395 -"264946",49754,49761 -"264947",49754,49784 -"264948",49755,49857 -"264949",49756,49817 -"264950",49757,51106 -"264951",49757,51114 -"264952",49757,51125 -"264953",49757,122982 -"264954",49757,122983 -"264955",49759,62299 -"264956",49759,69544 -"264957",49759,75209 -"264958",49759,75210 -"264959",49760,50951 -"264960",49760,51884 -"264961",49760,67982 -"264962",49761,49784 -"264963",49761,86807 -"264964",49763,49814 -"264965",49763,49942 -"264966",49764,52811 -"264967",49764,56452 -"264968",49765,59240 -"264969",49765,59958 -"264970",49765,84247 -"264971",49767,73350 -"264972",49768,49867 -"264973",49768,49965 -"264974",49768,53271 -"264975",49768,54555 -"264976",49768,55384 -"264977",49768,57044 -"264978",49768,92278 -"264979",49770,51170 -"264980",49770,63707 -"264981",49771,56369 -"264982",49771,84246 -"264983",49771,88519 -"264984",49771,107368 -"264985",49771,119960 -"264986",49772,73987 -"264987",49772,90640 -"264988",49772,91434 -"264989",49774,50190 -"264990",49774,50267 -"264991",49775,50650 -"264992",49775,58602 -"264993",49775,67988 -"264994",49775,93233 -"264995",49775,93241 -"264996",49775,98612 -"264997",49776,52042 -"264998",49776,53062 -"264999",49776,54777 -"265000",49776,55286 -"265001",49776,76165 -"265002",49776,79422 -"265003",49776,90947 -"265004",49777,49844 -"265005",49777,49882 -"265006",49778,56385 -"265007",49780,73658 -"265008",49781,49782 -"265009",49781,49893 -"265010",49781,49894 -"265011",49782,49893 -"265012",49782,49894 -"265013",49782,52155 -"265014",49782,53078 -"265015",49782,53084 -"265016",49783,83554 -"265017",49783,109248 -"265018",49783,116372 -"265019",49783,121284 -"265020",49784,98291 -"265021",49785,49824 -"265022",49785,55441 -"265023",49785,85317 -"265024",49786,50243 -"265025",49786,50244 -"265026",49786,90081 -"265027",49787,49812 -"265028",49788,49863 -"265029",49789,49888 -"265030",49789,49889 -"265031",49790,64546 -"265032",49791,73137 -"265033",49792,84267 -"265034",49792,84269 -"265035",49792,88145 -"265036",49794,52925 -"265037",49794,69599 -"265038",49795,50679 -"265039",49795,71228 -"265040",49797,110415 -"265041",49797,118488 -"265042",49798,73358 -"265043",49798,79586 -"265044",49799,107319 -"265045",49800,52258 -"265046",49800,65752 -"265047",49800,82893 -"265048",49800,97169 -"265049",49800,115057 -"265050",49800,117765 -"265051",49800,117767 -"265052",49802,58079 -"265053",49803,52313 -"265054",49803,52623 -"265055",49803,63850 -"265056",49804,52476 -"265057",49804,66599 -"265058",49805,77519 -"265059",49805,80653 -"265060",49805,107322 -"265061",49805,107423 -"265062",49805,107428 -"265063",49806,79451 -"265064",49808,49861 -"265065",49809,58989 -"265066",49809,61197 -"265067",49809,72943 -"265068",49809,72958 -"265069",49809,72962 -"265070",49809,72982 -"265071",49809,73026 -"265072",49810,67298 -"265073",49810,69251 -"265074",49810,75786 -"265075",49810,75807 -"265076",49810,75808 -"265077",49810,75965 -"265078",49810,75975 -"265079",49810,75990 -"265080",49810,75991 -"265081",49810,75998 -"265082",49810,76047 -"265083",49810,92943 -"265084",49810,105703 -"265085",49810,107763 -"265086",49810,107778 -"265087",49811,71505 -"265088",49811,91370 -"265089",49814,49942 -"265090",49814,87746 -"265091",49815,61832 -"265092",49815,65009 -"265093",49815,104158 -"265094",49819,51274 -"265095",49819,57127 -"265096",49819,93655 -"265097",49819,94348 -"265098",49821,114533 -"265099",49822,50264 -"265100",49822,64534 -"265101",49822,83671 -"265102",49822,88199 -"265103",49822,91628 -"265104",49823,54573 -"265105",49823,107230 -"265106",49823,114527 -"265107",49825,65179 -"265108",49826,67156 -"265109",49827,81483 -"265110",49829,57942 -"265111",49831,77636 -"265112",49831,90607 -"265113",49832,50282 -"265114",49833,76763 -"265115",49833,77290 -"265116",49833,83153 -"265117",49834,64401 -"265118",49835,50123 -"265119",49836,50318 -"265120",49836,50444 -"265121",49836,50667 -"265122",49838,51486 -"265123",49838,55805 -"265124",49838,70139 -"265125",49838,70535 -"265126",49838,99714 -"265127",49838,102019 -"265128",49838,104252 -"265129",49838,104383 -"265130",49838,108450 -"265131",49839,69567 -"265132",49839,76428 -"265133",49839,81074 -"265134",49839,111478 -"265135",49840,64888 -"265136",49840,89767 -"265137",49840,89774 -"265138",49841,50042 -"265139",49841,54746 -"265140",49841,54754 -"265141",49841,70253 -"265142",49841,76912 -"265143",49841,82523 -"265144",49842,58857 -"265145",49843,50211 -"265146",49844,49882 -"265147",49844,70309 -"265148",49845,70535 -"265149",49846,49847 -"265150",49846,49848 -"265151",49846,49886 -"265152",49846,56406 -"265153",49846,77631 -"265154",49846,88687 -"265155",49846,88823 -"265156",49846,88826 -"265157",49847,49848 -"265158",49847,49886 -"265159",49848,49886 -"265160",49848,53569 -"265161",49848,54361 -"265162",49848,63675 -"265163",49848,74977 -"265164",49848,76238 -"265165",49848,76240 -"265166",49848,76242 -"265167",49848,76253 -"265168",49848,76254 -"265169",49848,76258 -"265170",49848,76261 -"265171",49848,76263 -"265172",49848,76409 -"265173",49848,76411 -"265174",49849,58901 -"265175",49849,60638 -"265176",49849,69041 -"265177",49849,77462 -"265178",49849,90075 -"265179",49849,90171 -"265180",49850,59789 -"265181",49850,61256 -"265182",49850,81141 -"265183",49851,74713 -"265184",49851,107745 -"265185",49852,64531 -"265186",49853,74330 -"265187",49853,104629 -"265188",49854,80134 -"265189",49854,101977 -"265190",49855,64724 -"265191",49855,103860 -"265192",49856,49870 -"265193",49859,50064 -"265194",49859,50067 -"265195",49859,50554 -"265196",49859,50879 -"265197",49859,51783 -"265198",49859,52018 -"265199",49859,53444 -"265200",49859,53527 -"265201",49859,53555 -"265202",49859,54275 -"265203",49859,56628 -"265204",49859,58004 -"265205",49859,58068 -"265206",49859,58633 -"265207",49859,61111 -"265208",49859,61127 -"265209",49859,68034 -"265210",49859,68287 -"265211",49860,50309 -"265212",49860,69658 -"265213",49860,69665 -"265214",49860,69679 -"265215",49860,69699 -"265216",49862,50074 -"265217",49862,88299 -"265218",49865,62234 -"265219",49866,82618 -"265220",49867,49965 -"265221",49867,51030 -"265222",49867,53635 -"265223",49868,61306 -"265224",49868,61320 -"265225",49868,61322 -"265226",49868,61332 -"265227",49868,61578 -"265228",49868,61613 -"265229",49869,70237 -"265230",49870,66234 -"265231",49870,83440 -"265232",49871,66146 -"265233",49872,62609 -"265234",49873,118062 -"265235",49875,68796 -"265236",49875,87330 -"265237",49875,92205 -"265238",49875,92544 -"265239",49876,77707 -"265240",49876,82220 -"265241",49876,91483 -"265242",49876,94756 -"265243",49876,102827 -"265244",49877,62488 -"265245",49877,73539 -"265246",49877,102666 -"265247",49878,89781 -"265248",49879,63075 -"265249",49879,92596 -"265250",49880,68504 -"265251",49880,68518 -"265252",49880,81099 -"265253",49881,50252 -"265254",49881,53134 -"265255",49881,53167 -"265256",49881,53173 -"265257",49881,53293 -"265258",49881,55363 -"265259",49881,88259 -"265260",49883,56413 -"265261",49884,53616 -"265262",49884,79201 -"265263",49884,79693 -"265264",49884,84462 -"265265",49884,108912 -"265266",49884,117855 -"265267",49884,122141 -"265268",49885,76835 -"265269",49885,84230 -"265270",49885,84417 -"265271",49886,59011 -"265272",49887,59344 -"265273",49887,63456 -"265274",49887,63536 -"265275",49887,73814 -"265276",49888,49889 -"265277",49890,88471 -"265278",49892,75606 -"265279",49892,86927 -"265280",49893,49894 -"265281",49893,52452 -"265282",49893,67111 -"265283",49894,53419 -"265284",49896,55620 -"265285",49896,93679 -"265286",49896,101550 -"265287",49897,53643 -"265288",49897,56438 -"265289",49897,69012 -"265290",49897,118904 -"265291",49899,49906 -"265292",49899,49913 -"265293",49899,79415 -"265294",49899,92263 -"265295",49900,56878 -"265296",49901,51186 -"265297",49901,71439 -"265298",49903,49918 -"265299",49903,49921 -"265300",49903,50316 -"265301",49903,58730 -"265302",49903,79981 -"265303",49903,100054 -"265304",49903,109744 -"265305",49903,113978 -"265306",49903,113982 -"265307",49903,114021 -"265308",49903,117857 -"265309",49904,50294 -"265310",49904,50782 -"265311",49904,74910 -"265312",49904,80559 -"265313",49904,104812 -"265314",49904,114471 -"265315",49906,49913 -"265316",49907,51099 -"265317",49907,93444 -"265318",49907,98379 -"265319",49907,112425 -"265320",49907,115054 -"265321",49908,72617 -"265322",49908,72660 -"265323",49908,72662 -"265324",49909,58953 -"265325",49911,50440 -"265326",49911,51213 -"265327",49911,55419 -"265328",49911,58228 -"265329",49911,66617 -"265330",49914,65279 -"265331",49914,80448 -"265332",49915,63656 -"265333",49915,82416 -"265334",49915,88758 -"265335",49916,72317 -"265336",49916,101198 -"265337",49917,67610 -"265338",49918,49921 -"265339",49918,58730 -"265340",49918,67588 -"265341",49918,67589 -"265342",49918,79981 -"265343",49918,100054 -"265344",49918,113978 -"265345",49918,113982 -"265346",49918,114021 -"265347",49918,117857 -"265348",49920,62704 -"265349",49920,81175 -"265350",49920,109111 -"265351",49921,94319 -"265352",49921,94329 -"265353",49921,94355 -"265354",49921,100054 -"265355",49922,54114 -"265356",49922,115150 -"265357",49924,49925 -"265358",49926,86651 -"265359",49928,85475 -"265360",49928,94660 -"265361",49928,116209 -"265362",49928,121899 -"265363",49928,122070 -"265364",49930,61398 -"265365",49931,49932 -"265366",49931,49935 -"265367",49932,49935 -"265368",49933,91477 -"265369",49934,49969 -"265370",49934,75733 -"265371",49935,50162 -"265372",49935,55045 -"265373",49936,49944 -"265374",49936,64436 -"265375",49937,74057 -"265376",49938,49960 -"265377",49938,49995 -"265378",49939,50467 -"265379",49939,50544 -"265380",49939,50569 -"265381",49940,80626 -"265382",49941,50378 -"265383",49941,78147 -"265384",49941,98456 -"265385",49941,98489 -"265386",49943,61389 -"265387",49943,87817 -"265388",49943,89386 -"265389",49945,52960 -"265390",49945,55569 -"265391",49945,57082 -"265392",49945,64382 -"265393",49945,68604 -"265394",49945,91532 -"265395",49945,113468 -"265396",49947,49978 -"265397",49947,57053 -"265398",49950,50018 -"265399",49951,58681 -"265400",49951,58746 -"265401",49952,50114 -"265402",49952,67583 -"265403",49952,67584 -"265404",49954,60477 -"265405",49954,101210 -"265406",49955,68841 -"265407",49955,96093 -"265408",49956,99092 -"265409",49957,97275 -"265410",49957,102116 -"265411",49958,50004 -"265412",49958,50005 -"265413",49958,78262 -"265414",49959,67394 -"265415",49960,49995 -"265416",49961,50524 -"265417",49962,55297 -"265418",49962,57892 -"265419",49962,58659 -"265420",49962,82125 -"265421",49962,82138 -"265422",49962,82139 -"265423",49962,82141 -"265424",49962,82150 -"265425",49962,82164 -"265426",49963,59279 -"265427",49963,60166 -"265428",49964,89655 -"265429",49964,95906 -"265430",49964,115782 -"265431",49965,55828 -"265432",49965,75760 -"265433",49965,78688 -"265434",49965,85951 -"265435",49965,90956 -"265436",49965,100336 -"265437",49966,78814 -"265438",49967,50591 -"265439",49967,109326 -"265440",49968,50000 -"265441",49968,69246 -"265442",49970,66727 -"265443",49971,64116 -"265444",49971,104552 -"265445",49974,53190 -"265446",49974,58036 -"265447",49974,68410 -"265448",49974,69366 -"265449",49974,75469 -"265450",49974,79497 -"265451",49974,86434 -"265452",49974,94790 -"265453",49974,97248 -"265454",49974,97267 -"265455",49974,97270 -"265456",49974,118160 -"265457",49976,63329 -"265458",49976,81448 -"265459",49976,91865 -"265460",49976,99772 -"265461",49977,51133 -"265462",49980,55760 -"265463",49980,65726 -"265464",49980,67449 -"265465",49980,71955 -"265466",49980,74108 -"265467",49980,83473 -"265468",49980,95971 -"265469",49981,78311 -"265470",49981,78319 -"265471",49982,51677 -"265472",49982,55406 -"265473",49982,82639 -"265474",49982,86686 -"265475",49983,63885 -"265476",49983,66021 -"265477",49983,87935 -"265478",49983,110723 -"265479",49983,110738 -"265480",49985,69947 -"265481",49988,60767 -"265482",49989,86868 -"265483",49989,104239 -"265484",49990,49991 -"265485",49990,55246 -"265486",49990,70379 -"265487",49990,79263 -"265488",49991,55246 -"265489",49992,55712 -"265490",49992,62188 -"265491",49992,88029 -"265492",49992,109892 -"265493",49993,55229 -"265494",49993,110186 -"265495",49993,115434 -"265496",49994,90258 -"265497",49994,109230 -"265498",49996,58691 -"265499",49996,64527 -"265500",49996,69838 -"265501",49996,69847 -"265502",49997,50209 -"265503",49997,52464 -"265504",49997,52858 -"265505",49997,57501 -"265506",49997,57525 -"265507",49997,60673 -"265508",49997,69782 -"265509",49997,69832 -"265510",49997,74669 -"265511",49997,76315 -"265512",49997,77550 -"265513",49998,59217 -"265514",49998,72096 -"265515",49998,106809 -"265516",49999,51682 -"265517",49999,55728 -"265518",49999,92801 -"265519",49999,93286 -"265520",49999,103879 -"265521",49999,103903 -"265522",50001,64321 -"265523",50001,83371 -"265524",50002,59843 -"265525",50002,99110 -"265526",50002,108415 -"265527",50002,110115 -"265528",50002,117292 -"265529",50003,50065 -"265530",50003,50125 -"265531",50003,87209 -"265532",50004,50005 -"265533",50004,68955 -"265534",50004,84483 -"265535",50004,90313 -"265536",50004,90315 -"265537",50004,105132 -"265538",50006,67617 -"265539",50006,96310 -"265540",50006,101907 -"265541",50006,103180 -"265542",50006,118064 -"265543",50008,73728 -"265544",50008,103420 -"265545",50009,53696 -"265546",50009,58449 -"265547",50009,66091 -"265548",50009,76414 -"265549",50009,80666 -"265550",50009,84419 -"265551",50009,85623 -"265552",50009,86595 -"265553",50009,90960 -"265554",50009,96073 -"265555",50010,74607 -"265556",50012,90654 -"265557",50012,92239 -"265558",50012,92871 -"265559",50013,68208 -"265560",50013,115802 -"265561",50014,50015 -"265562",50014,50016 -"265563",50015,50016 -"265564",50015,80426 -"265565",50015,113373 -"265566",50015,123210 -"265567",50016,61932 -"265568",50016,119042 -"265569",50017,52268 -"265570",50017,58412 -"265571",50017,58943 -"265572",50017,59031 -"265573",50017,68391 -"265574",50017,70880 -"265575",50017,72235 -"265576",50017,93001 -"265577",50017,93166 -"265578",50017,99574 -"265579",50017,100172 -"265580",50017,102288 -"265581",50017,106254 -"265582",50017,106360 -"265583",50017,106370 -"265584",50017,106379 -"265585",50017,106385 -"265586",50019,52975 -"265587",50019,53002 -"265588",50019,103769 -"265589",50019,108253 -"265590",50021,55476 -"265591",50021,67451 -"265592",50021,67761 -"265593",50021,78016 -"265594",50022,50873 -"265595",50022,50874 -"265596",50022,50875 -"265597",50022,50876 -"265598",50022,50944 -"265599",50022,50945 -"265600",50022,50985 -"265601",50022,50986 -"265602",50022,50993 -"265603",50022,50994 -"265604",50023,55675 -"265605",50023,57017 -"265606",50023,85958 -"265607",50023,87249 -"265608",50023,114906 -"265609",50024,50086 -"265610",50024,57258 -"265611",50024,80913 -"265612",50024,92123 -"265613",50024,94648 -"265614",50024,104226 -"265615",50024,104698 -"265616",50024,119977 -"265617",50024,120025 -"265618",50024,120038 -"265619",50025,60757 -"265620",50025,66812 -"265621",50026,77789 -"265622",50026,77858 -"265623",50028,75169 -"265624",50028,88483 -"265625",50029,50153 -"265626",50029,74863 -"265627",50030,57034 -"265628",50030,62809 -"265629",50030,104766 -"265630",50032,81807 -"265631",50032,82362 -"265632",50032,92199 -"265633",50032,113364 -"265634",50033,55325 -"265635",50033,76667 -"265636",50035,72048 -"265637",50037,65469 -"265638",50037,65585 -"265639",50037,65648 -"265640",50038,61687 -"265641",50038,73948 -"265642",50038,77163 -"265643",50038,118696 -"265644",50039,59910 -"265645",50039,90471 -"265646",50039,91190 -"265647",50040,96480 -"265648",50040,113768 -"265649",50041,53129 -"265650",50041,76133 -"265651",50041,104592 -"265652",50041,104942 -"265653",50044,81739 -"265654",50044,87077 -"265655",50045,121238 -"265656",50045,121314 -"265657",50046,50060 -"265658",50047,94098 -"265659",50049,69789 -"265660",50050,69096 -"265661",50050,99460 -"265662",50050,99464 -"265663",50050,99465 -"265664",50050,99538 -"265665",50052,60583 -"265666",50052,66067 -"265667",50052,66082 -"265668",50052,66960 -"265669",50052,78548 -"265670",50052,86067 -"265671",50052,115518 -"265672",50054,55880 -"265673",50056,88370 -"265674",50057,91192 -"265675",50058,52131 -"265676",50059,98359 -"265677",50060,71079 -"265678",50061,50388 -"265679",50061,52450 -"265680",50061,54059 -"265681",50061,55370 -"265682",50061,57804 -"265683",50061,59615 -"265684",50061,59940 -"265685",50061,60674 -"265686",50061,67363 -"265687",50061,71230 -"265688",50061,75595 -"265689",50061,76278 -"265690",50061,76740 -"265691",50061,76786 -"265692",50061,77272 -"265693",50061,77357 -"265694",50061,77402 -"265695",50061,78248 -"265696",50061,78255 -"265697",50061,78339 -"265698",50061,78445 -"265699",50061,79022 -"265700",50061,79716 -"265701",50061,79989 -"265702",50061,80281 -"265703",50061,81728 -"265704",50061,82196 -"265705",50061,82383 -"265706",50061,82810 -"265707",50061,82854 -"265708",50061,83853 -"265709",50061,83884 -"265710",50061,84379 -"265711",50061,84613 -"265712",50061,85465 -"265713",50061,85610 -"265714",50061,86351 -"265715",50061,86451 -"265716",50061,86882 -"265717",50061,87175 -"265718",50061,87451 -"265719",50061,87521 -"265720",50061,87572 -"265721",50061,87663 -"265722",50061,87721 -"265723",50061,87862 -"265724",50063,50173 -"265725",50063,50604 -"265726",50063,58133 -"265727",50063,58293 -"265728",50063,62793 -"265729",50063,64960 -"265730",50063,68569 -"265731",50063,70925 -"265732",50063,78256 -"265733",50063,79612 -"265734",50063,81675 -"265735",50063,83865 -"265736",50063,85462 -"265737",50063,93820 -"265738",50063,96512 -"265739",50063,101568 -"265740",50063,111773 -"265741",50064,50067 -"265742",50064,50554 -"265743",50064,50879 -"265744",50064,51783 -"265745",50064,52018 -"265746",50064,53444 -"265747",50064,53527 -"265748",50064,53555 -"265749",50064,54275 -"265750",50064,56628 -"265751",50064,58004 -"265752",50064,58068 -"265753",50064,58633 -"265754",50064,61111 -"265755",50064,61127 -"265756",50064,68287 -"265757",50065,50125 -"265758",50066,50129 -"265759",50066,57740 -"265760",50066,58362 -"265761",50067,50554 -"265762",50067,50879 -"265763",50067,51783 -"265764",50067,52018 -"265765",50067,53444 -"265766",50067,53527 -"265767",50067,53555 -"265768",50067,54275 -"265769",50067,56628 -"265770",50067,58004 -"265771",50067,58068 -"265772",50067,58633 -"265773",50067,61111 -"265774",50067,61127 -"265775",50067,68287 -"265776",50068,60948 -"265777",50068,69920 -"265778",50068,70874 -"265779",50068,85261 -"265780",50068,90342 -"265781",50068,110424 -"265782",50068,120536 -"265783",50070,51774 -"265784",50070,53884 -"265785",50070,62107 -"265786",50070,78731 -"265787",50071,59347 -"265788",50071,59374 -"265789",50071,59375 -"265790",50072,51205 -"265791",50072,53478 -"265792",50072,59723 -"265793",50072,59726 -"265794",50072,59775 -"265795",50072,64849 -"265796",50072,76184 -"265797",50072,90154 -"265798",50072,96903 -"265799",50072,101214 -"265800",50072,101460 -"265801",50072,119791 -"265802",50073,50241 -"265803",50073,50437 -"265804",50073,50438 -"265805",50074,88299 -"265806",50075,94603 -"265807",50076,51774 -"265808",50076,52785 -"265809",50076,123264 -"265810",50077,50332 -"265811",50077,54745 -"265812",50077,55611 -"265813",50077,57902 -"265814",50077,59037 -"265815",50078,50152 -"265816",50079,100301 -"265817",50080,52545 -"265818",50080,59107 -"265819",50081,58641 -"265820",50081,60058 -"265821",50081,60923 -"265822",50081,64204 -"265823",50081,76316 -"265824",50082,67478 -"265825",50082,70837 -"265826",50082,114733 -"265827",50083,55725 -"265828",50083,69411 -"265829",50083,102648 -"265830",50083,102664 -"265831",50083,105434 -"265832",50084,84048 -"265833",50084,97274 -"265834",50084,113554 -"265835",50084,113608 -"265836",50085,112962 -"265837",50086,58371 -"265838",50086,58637 -"265839",50086,59088 -"265840",50086,62771 -"265841",50086,62781 -"265842",50086,63206 -"265843",50086,64002 -"265844",50086,65593 -"265845",50086,66027 -"265846",50086,68340 -"265847",50086,70233 -"265848",50086,74750 -"265849",50086,74921 -"265850",50086,77116 -"265851",50086,78872 -"265852",50086,86210 -"265853",50086,87159 -"265854",50086,87234 -"265855",50086,88484 -"265856",50086,89880 -"265857",50086,90475 -"265858",50086,92123 -"265859",50086,103099 -"265860",50086,103201 -"265861",50086,104226 -"265862",50086,104994 -"265863",50086,105022 -"265864",50086,105288 -"265865",50086,105971 -"265866",50086,117883 -"265867",50087,83561 -"265868",50087,83562 -"265869",50087,98409 -"265870",50089,52901 -"265871",50089,58056 -"265872",50090,98632 -"265873",50091,66178 -"265874",50092,50093 -"265875",50092,50142 -"265876",50092,52216 -"265877",50092,60663 -"265878",50092,63146 -"265879",50092,74044 -"265880",50092,81472 -"265881",50092,99989 -"265882",50092,112294 -"265883",50092,113447 -"265884",50092,116546 -"265885",50092,121664 -"265886",50093,50142 -"265887",50093,93395 -"265888",50093,95136 -"265889",50093,104064 -"265890",50095,66912 -"265891",50096,114278 -"265892",50096,122060 -"265893",50097,50098 -"265894",50098,63084 -"265895",50099,50494 -"265896",50100,56066 -"265897",50100,65299 -"265898",50100,82499 -"265899",50100,92313 -"265900",50101,71615 -"265901",50101,71692 -"265902",50102,57783 -"265903",50102,59646 -"265904",50102,65800 -"265905",50102,67564 -"265906",50102,69362 -"265907",50102,69369 -"265908",50102,71693 -"265909",50102,76590 -"265910",50102,79689 -"265911",50102,86600 -"265912",50102,88782 -"265913",50102,92517 -"265914",50102,100140 -"265915",50102,105198 -"265916",50102,107667 -"265917",50102,110250 -"265918",50102,122588 -"265919",50102,122819 -"265920",50102,122852 -"265921",50102,122861 -"265922",50102,122863 -"265923",50102,122864 -"265924",50103,66596 -"265925",50103,100210 -"265926",50104,95636 -"265927",50105,51555 -"265928",50105,57942 -"265929",50105,85436 -"265930",50105,91656 -"265931",50105,103826 -"265932",50105,111095 -"265933",50106,68059 -"265934",50107,59331 -"265935",50108,50278 -"265936",50108,87112 -"265937",50108,106268 -"265938",50109,64424 -"265939",50109,109380 -"265940",50109,115046 -"265941",50110,50174 -"265942",50112,60481 -"265943",50112,79849 -"265944",50114,58277 -"265945",50114,58402 -"265946",50114,67583 -"265947",50114,67584 -"265948",50117,51784 -"265949",50117,77474 -"265950",50117,109755 -"265951",50118,85344 -"265952",50118,116375 -"265953",50119,58943 -"265954",50119,115322 -"265955",50120,59216 -"265956",50120,73245 -"265957",50122,50426 -"265958",50122,63077 -"265959",50122,72167 -"265960",50122,77929 -"265961",50122,83637 -"265962",50122,108684 -"265963",50122,108687 -"265964",50123,110095 -"265965",50124,55784 -"265966",50124,91502 -"265967",50124,113704 -"265968",50126,73052 -"265969",50126,105751 -"265970",50126,105807 -"265971",50127,81413 -"265972",50127,105123 -"265973",50128,60572 -"265974",50128,85600 -"265975",50130,95650 -"265976",50131,68923 -"265977",50131,116707 -"265978",50132,57221 -"265979",50132,77722 -"265980",50133,85770 -"265981",50133,89085 -"265982",50134,60549 -"265983",50135,53491 -"265984",50135,63694 -"265985",50135,81426 -"265986",50136,57291 -"265987",50137,58655 -"265988",50137,62936 -"265989",50137,84251 -"265990",50137,84326 -"265991",50137,113620 -"265992",50138,58330 -"265993",50140,51247 -"265994",50141,53636 -"265995",50141,99800 -"265996",50143,69674 -"265997",50143,97369 -"265998",50144,50157 -"265999",50144,63024 -"266000",50145,76425 -"266001",50146,52369 -"266002",50146,56679 -"266003",50146,58356 -"266004",50147,104414 -"266005",50148,75804 -"266006",50148,91036 -"266007",50148,109844 -"266008",50149,53460 -"266009",50149,66578 -"266010",50149,73601 -"266011",50149,78184 -"266012",50149,88724 -"266013",50149,121996 -"266014",50149,122000 -"266015",50149,122003 -"266016",50150,94870 -"266017",50150,94874 -"266018",50152,74033 -"266019",50152,85408 -"266020",50152,107678 -"266021",50153,62950 -"266022",50153,70852 -"266023",50153,79069 -"266024",50153,94808 -"266025",50153,98828 -"266026",50153,103789 -"266027",50153,105374 -"266028",50153,105729 -"266029",50153,105730 -"266030",50153,105761 -"266031",50153,106451 -"266032",50154,53709 -"266033",50154,79918 -"266034",50154,82360 -"266035",50155,51835 -"266036",50155,56225 -"266037",50155,58262 -"266038",50155,100741 -"266039",50155,111980 -"266040",50156,73640 -"266041",50156,93345 -"266042",50156,111291 -"266043",50156,111295 -"266044",50157,82633 -"266045",50157,94154 -"266046",50157,101525 -"266047",50157,112552 -"266048",50158,50253 -"266049",50159,57260 -"266050",50159,66380 -"266051",50159,66382 -"266052",50161,52244 -"266053",50161,76867 -"266054",50161,94331 -"266055",50162,50285 -"266056",50162,50443 -"266057",50162,50567 -"266058",50162,55045 -"266059",50163,57410 -"266060",50163,88232 -"266061",50163,110208 -"266062",50164,63339 -"266063",50164,72833 -"266064",50164,103219 -"266065",50165,56639 -"266066",50165,70262 -"266067",50165,70263 -"266068",50165,70271 -"266069",50165,70447 -"266070",50167,94163 -"266071",50167,122680 -"266072",50168,62359 -"266073",50168,90989 -"266074",50168,100939 -"266075",50168,111762 -"266076",50169,50276 -"266077",50170,55827 -"266078",50170,76469 -"266079",50170,100085 -"266080",50170,111840 -"266081",50171,50172 -"266082",50172,65674 -"266083",50173,50217 -"266084",50173,59873 -"266085",50173,92996 -"266086",50173,100274 -"266087",50175,66925 -"266088",50175,70147 -"266089",50175,71262 -"266090",50176,52526 -"266091",50176,63423 -"266092",50176,69440 -"266093",50176,115351 -"266094",50178,74525 -"266095",50179,60088 -"266096",50179,79436 -"266097",50179,85372 -"266098",50180,51705 -"266099",50180,92151 -"266100",50180,102866 -"266101",50181,92662 -"266102",50183,50390 -"266103",50184,50660 -"266104",50184,69564 -"266105",50184,69631 -"266106",50185,64712 -"266107",50185,93513 -"266108",50185,101409 -"266109",50185,105847 -"266110",50185,112469 -"266111",50185,112482 -"266112",50185,117335 -"266113",50186,52011 -"266114",50188,122165 -"266115",50189,60336 -"266116",50189,60337 -"266117",50189,68694 -"266118",50190,50267 -"266119",50190,75856 -"266120",50190,84060 -"266121",50190,112217 -"266122",50191,70475 -"266123",50191,87984 -"266124",50192,53495 -"266125",50192,71603 -"266126",50192,104958 -"266127",50193,50194 -"266128",50193,50199 -"266129",50193,50672 -"266130",50193,84858 -"266131",50193,93659 -"266132",50194,50199 -"266133",50194,50672 -"266134",50195,60820 -"266135",50196,52053 -"266136",50196,71287 -"266137",50196,71337 -"266138",50197,50989 -"266139",50197,55019 -"266140",50197,86968 -"266141",50198,58137 -"266142",50199,50672 -"266143",50200,52508 -"266144",50200,56187 -"266145",50200,90147 -"266146",50201,59558 -"266147",50201,69824 -"266148",50201,87357 -"266149",50201,99379 -"266150",50204,50302 -"266151",50204,51476 -"266152",50204,77682 -"266153",50204,79718 -"266154",50204,96090 -"266155",50204,98173 -"266156",50204,114093 -"266157",50205,66094 -"266158",50205,68060 -"266159",50207,50488 -"266160",50207,52112 -"266161",50207,53415 -"266162",50207,56357 -"266163",50207,57636 -"266164",50207,58482 -"266165",50207,59798 -"266166",50207,70907 -"266167",50207,71683 -"266168",50207,75277 -"266169",50207,77125 -"266170",50207,78398 -"266171",50207,82426 -"266172",50207,84343 -"266173",50207,85000 -"266174",50207,85101 -"266175",50207,91682 -"266176",50207,95267 -"266177",50207,97580 -"266178",50207,98727 -"266179",50207,98776 -"266180",50207,100795 -"266181",50207,106824 -"266182",50207,108879 -"266183",50207,109166 -"266184",50207,109858 -"266185",50207,109878 -"266186",50207,112962 -"266187",50207,113051 -"266188",50207,113118 -"266189",50207,113990 -"266190",50207,115413 -"266191",50207,116123 -"266192",50207,117258 -"266193",50207,117560 -"266194",50207,118128 -"266195",50207,118836 -"266196",50207,118866 -"266197",50207,118873 -"266198",50207,119131 -"266199",50207,119513 -"266200",50207,119716 -"266201",50207,119769 -"266202",50207,120123 -"266203",50207,120169 -"266204",50207,120725 -"266205",50207,120944 -"266206",50207,121609 -"266207",50207,122007 -"266208",50207,122032 -"266209",50207,122035 -"266210",50207,122724 -"266211",50207,123070 -"266212",50207,123394 -"266213",50207,123490 -"266214",50208,61288 -"266215",50208,73374 -"266216",50208,80619 -"266217",50208,88627 -"266218",50208,96268 -"266219",50208,99601 -"266220",50208,102322 -"266221",50208,102337 -"266222",50209,53618 -"266223",50209,72906 -"266224",50209,74669 -"266225",50209,83277 -"266226",50209,86209 -"266227",50209,87810 -"266228",50209,90394 -"266229",50209,105613 -"266230",50210,55202 -"266231",50210,62059 -"266232",50212,66135 -"266233",50212,71553 -"266234",50212,71619 -"266235",50212,71620 -"266236",50213,53055 -"266237",50213,54042 -"266238",50213,57944 -"266239",50213,68687 -"266240",50213,69880 -"266241",50213,78446 -"266242",50213,110505 -"266243",50213,116389 -"266244",50213,118484 -"266245",50214,84752 -"266246",50215,52184 -"266247",50216,73278 -"266248",50216,80500 -"266249",50216,97445 -"266250",50216,102226 -"266251",50217,61604 -"266252",50217,84618 -"266253",50217,89447 -"266254",50217,111778 -"266255",50217,117057 -"266256",50218,90164 -"266257",50218,106756 -"266258",50219,50913 -"266259",50219,84138 -"266260",50219,84193 -"266261",50219,87060 -"266262",50219,92619 -"266263",50219,109904 -"266264",50220,50277 -"266265",50220,60692 -"266266",50220,86977 -"266267",50220,88893 -"266268",50220,88922 -"266269",50220,104220 -"266270",50220,112588 -"266271",50222,107421 -"266272",50223,52940 -"266273",50223,53628 -"266274",50223,73922 -"266275",50223,78253 -"266276",50224,57143 -"266277",50224,72083 -"266278",50224,97368 -"266279",50224,99882 -"266280",50226,58195 -"266281",50226,73549 -"266282",50226,95939 -"266283",50227,50228 -"266284",50227,51305 -"266285",50227,51611 -"266286",50227,52852 -"266287",50227,60401 -"266288",50227,62923 -"266289",50227,64493 -"266290",50227,64517 -"266291",50227,64694 -"266292",50227,64763 -"266293",50228,51305 -"266294",50228,51611 -"266295",50228,52852 -"266296",50228,60401 -"266297",50228,62923 -"266298",50228,64493 -"266299",50228,64517 -"266300",50228,64694 -"266301",50228,64763 -"266302",50229,64906 -"266303",50229,70275 -"266304",50229,85696 -"266305",50229,89392 -"266306",50229,92871 -"266307",50229,94709 -"266308",50229,107053 -"266309",50229,121338 -"266310",50230,52974 -"266311",50230,55870 -"266312",50230,92764 -"266313",50230,97139 -"266314",50230,103747 -"266315",50231,52749 -"266316",50231,82840 -"266317",50232,61309 -"266318",50232,82732 -"266319",50232,109173 -"266320",50234,53277 -"266321",50234,89135 -"266322",50235,53252 -"266323",50235,59210 -"266324",50235,62063 -"266325",50235,62793 -"266326",50235,70925 -"266327",50235,71006 -"266328",50235,72573 -"266329",50235,78102 -"266330",50235,79183 -"266331",50235,81722 -"266332",50235,95030 -"266333",50235,98343 -"266334",50235,100291 -"266335",50235,101016 -"266336",50235,101087 -"266337",50235,101155 -"266338",50235,101164 -"266339",50235,101189 -"266340",50235,101967 -"266341",50235,102204 -"266342",50235,102401 -"266343",50235,102731 -"266344",50235,105495 -"266345",50235,105955 -"266346",50235,116302 -"266347",50235,116315 -"266348",50235,116325 -"266349",50235,116331 -"266350",50235,121979 -"266351",50236,56082 -"266352",50236,56237 -"266353",50236,63954 -"266354",50236,68351 -"266355",50236,70838 -"266356",50236,79082 -"266357",50236,90966 -"266358",50236,91912 -"266359",50236,97237 -"266360",50236,101793 -"266361",50236,109663 -"266362",50236,112437 -"266363",50236,121127 -"266364",50236,122267 -"266365",50236,122312 -"266366",50237,58629 -"266367",50237,106943 -"266368",50238,68177 -"266369",50238,68628 -"266370",50239,86268 -"266371",50239,91535 -"266372",50240,52098 -"266373",50240,52139 -"266374",50241,50437 -"266375",50241,50438 -"266376",50241,76437 -"266377",50242,87946 -"266378",50242,112409 -"266379",50243,50244 -"266380",50243,78217 -"266381",50243,90733 -"266382",50243,90763 -"266383",50243,94495 -"266384",50244,51508 -"266385",50246,59007 -"266386",50246,89736 -"266387",50246,108232 -"266388",50247,56951 -"266389",50247,76133 -"266390",50247,111886 -"266391",50247,111896 -"266392",50247,111906 -"266393",50248,50636 -"266394",50248,53519 -"266395",50248,54902 -"266396",50248,73917 -"266397",50248,83812 -"266398",50248,98199 -"266399",50248,99886 -"266400",50248,118973 -"266401",50248,119275 -"266402",50248,120047 -"266403",50250,88613 -"266404",50252,88259 -"266405",50254,56848 -"266406",50254,63282 -"266407",50254,67556 -"266408",50254,75374 -"266409",50254,76646 -"266410",50254,95149 -"266411",50254,108799 -"266412",50255,63267 -"266413",50255,86420 -"266414",50255,88093 -"266415",50255,99197 -"266416",50255,103755 -"266417",50255,103766 -"266418",50255,116541 -"266419",50256,122177 -"266420",50257,59622 -"266421",50259,50260 -"266422",50259,50266 -"266423",50259,70440 -"266424",50259,92239 -"266425",50259,110217 -"266426",50259,116422 -"266427",50260,50266 -"266428",50260,70440 -"266429",50261,52333 -"266430",50261,55245 -"266431",50261,60615 -"266432",50261,88471 -"266433",50261,96241 -"266434",50261,97461 -"266435",50261,101123 -"266436",50261,103635 -"266437",50261,104795 -"266438",50261,104805 -"266439",50261,104807 -"266440",50261,108564 -"266441",50261,108569 -"266442",50261,113304 -"266443",50261,115463 -"266444",50261,115464 -"266445",50261,115468 -"266446",50261,118620 -"266447",50264,88199 -"266448",50266,52920 -"266449",50266,70440 -"266450",50266,71729 -"266451",50266,108349 -"266452",50268,50915 -"266453",50268,53784 -"266454",50268,70111 -"266455",50268,107728 -"266456",50269,53935 -"266457",50269,56835 -"266458",50269,71110 -"266459",50269,71529 -"266460",50269,77969 -"266461",50269,78132 -"266462",50269,85644 -"266463",50269,97750 -"266464",50271,50337 -"266465",50271,50338 -"266466",50271,84756 -"266467",50271,108940 -"266468",50271,113285 -"266469",50272,60750 -"266470",50272,68056 -"266471",50273,50333 -"266472",50274,60317 -"266473",50274,71501 -"266474",50274,103275 -"266475",50275,56688 -"266476",50275,62819 -"266477",50275,74373 -"266478",50275,84637 -"266479",50275,96954 -"266480",50276,56550 -"266481",50276,63080 -"266482",50277,86437 -"266483",50278,59097 -"266484",50278,79106 -"266485",50278,93055 -"266486",50278,100131 -"266487",50278,101250 -"266488",50278,101497 -"266489",50280,74325 -"266490",50280,91944 -"266491",50281,50845 -"266492",50282,63333 -"266493",50282,63383 -"266494",50282,63385 -"266495",50283,68241 -"266496",50283,84888 -"266497",50283,84898 -"266498",50284,92529 -"266499",50285,50443 -"266500",50285,50567 -"266501",50285,57767 -"266502",50286,52356 -"266503",50286,91878 -"266504",50286,106482 -"266505",50286,112055 -"266506",50286,112124 -"266507",50287,98447 -"266508",50287,107961 -"266509",50287,119805 -"266510",50288,50296 -"266511",50288,66815 -"266512",50288,82691 -"266513",50288,82717 -"266514",50288,82718 -"266515",50289,50396 -"266516",50289,50429 -"266517",50290,50299 -"266518",50290,103984 -"266519",50290,103985 -"266520",50291,51684 -"266521",50292,98871 -"266522",50293,66181 -"266523",50293,116903 -"266524",50293,118445 -"266525",50294,74910 -"266526",50294,84607 -"266527",50294,101299 -"266528",50296,66815 -"266529",50297,50987 -"266530",50300,51981 -"266531",50300,59479 -"266532",50300,94757 -"266533",50300,108932 -"266534",50300,111016 -"266535",50300,118656 -"266536",50301,68371 -"266537",50301,82993 -"266538",50301,83173 -"266539",50301,98593 -"266540",50303,50424 -"266541",50303,50813 -"266542",50303,51260 -"266543",50303,55010 -"266544",50303,58105 -"266545",50303,59433 -"266546",50303,62280 -"266547",50303,64359 -"266548",50304,72712 -"266549",50304,76872 -"266550",50304,79760 -"266551",50304,104820 -"266552",50305,95618 -"266553",50306,57641 -"266554",50306,102323 -"266555",50306,102335 -"266556",50307,52521 -"266557",50307,72129 -"266558",50307,106759 -"266559",50308,50623 -"266560",50308,51234 -"266561",50308,68249 -"266562",50308,106690 -"266563",50309,50325 -"266564",50309,50330 -"266565",50309,50363 -"266566",50309,50385 -"266567",50309,50393 -"266568",50309,50405 -"266569",50309,50413 -"266570",50309,69658 -"266571",50309,69665 -"266572",50309,69679 -"266573",50309,69699 -"266574",50311,50459 -"266575",50311,67494 -"266576",50311,91191 -"266577",50313,56001 -"266578",50313,59703 -"266579",50313,61879 -"266580",50313,63019 -"266581",50313,66845 -"266582",50314,50315 -"266583",50314,80946 -"266584",50314,84242 -"266585",50316,84334 -"266586",50316,94388 -"266587",50316,109744 -"266588",50318,50444 -"266589",50318,50667 -"266590",50318,63210 -"266591",50319,66055 -"266592",50319,70778 -"266593",50319,72060 -"266594",50319,80938 -"266595",50319,80939 -"266596",50319,80940 -"266597",50319,80941 -"266598",50319,80949 -"266599",50319,80955 -"266600",50319,80956 -"266601",50319,80957 -"266602",50319,80985 -"266603",50319,80989 -"266604",50319,81007 -"266605",50319,81022 -"266606",50319,81026 -"266607",50319,81036 -"266608",50319,81037 -"266609",50319,81038 -"266610",50319,81139 -"266611",50319,109984 -"266612",50319,109987 -"266613",50320,64384 -"266614",50320,65941 -"266615",50322,68422 -"266616",50322,69048 -"266617",50322,86474 -"266618",50322,106294 -"266619",50322,106304 -"266620",50323,50350 -"266621",50323,51775 -"266622",50323,69758 -"266623",50323,71445 -"266624",50323,95005 -"266625",50324,50344 -"266626",50325,50330 -"266627",50325,50363 -"266628",50325,50385 -"266629",50325,50393 -"266630",50325,50405 -"266631",50325,50413 -"266632",50327,50334 -"266633",50327,50932 -"266634",50327,62281 -"266635",50327,73270 -"266636",50328,51454 -"266637",50328,61067 -"266638",50330,50363 -"266639",50330,50385 -"266640",50330,50393 -"266641",50330,50405 -"266642",50330,50413 -"266643",50331,110002 -"266644",50332,54745 -"266645",50332,55611 -"266646",50332,57902 -"266647",50332,59037 -"266648",50333,55842 -"266649",50333,76081 -"266650",50333,87376 -"266651",50334,50932 -"266652",50334,55968 -"266653",50335,50928 -"266654",50335,51200 -"266655",50335,51201 -"266656",50335,53884 -"266657",50335,79731 -"266658",50335,89982 -"266659",50335,94627 -"266660",50335,102292 -"266661",50335,108197 -"266662",50335,111525 -"266663",50337,50338 -"266664",50339,50416 -"266665",50342,50421 -"266666",50346,107228 -"266667",50347,82893 -"266668",50347,94038 -"266669",50349,61551 -"266670",50349,67019 -"266671",50350,77852 -"266672",50351,103203 -"266673",50351,105309 -"266674",50351,115598 -"266675",50352,99880 -"266676",50352,123066 -"266677",50354,56850 -"266678",50354,57697 -"266679",50354,59975 -"266680",50354,62929 -"266681",50354,89645 -"266682",50356,92026 -"266683",50357,68414 -"266684",50358,90582 -"266685",50358,94455 -"266686",50360,76110 -"266687",50360,82045 -"266688",50360,94237 -"266689",50362,50957 -"266690",50362,50958 -"266691",50362,92385 -"266692",50363,50385 -"266693",50363,50393 -"266694",50363,50405 -"266695",50363,50413 -"266696",50364,69189 -"266697",50364,118737 -"266698",50365,50366 -"266699",50367,51248 -"266700",50367,54820 -"266701",50367,59969 -"266702",50367,61778 -"266703",50367,62025 -"266704",50367,65162 -"266705",50367,65746 -"266706",50367,68475 -"266707",50367,76613 -"266708",50367,81508 -"266709",50367,84682 -"266710",50367,109221 -"266711",50367,110994 -"266712",50367,120028 -"266713",50367,120929 -"266714",50367,120967 -"266715",50368,68027 -"266716",50369,76490 -"266717",50370,73188 -"266718",50371,102088 -"266719",50372,57220 -"266720",50372,84973 -"266721",50373,69054 -"266722",50373,82273 -"266723",50373,111805 -"266724",50374,68443 -"266725",50375,50402 -"266726",50376,101045 -"266727",50376,123090 -"266728",50377,73495 -"266729",50378,60926 -"266730",50378,68777 -"266731",50378,78147 -"266732",50378,98456 -"266733",50378,98489 -"266734",50379,50614 -"266735",50380,51396 -"266736",50380,58035 -"266737",50380,64031 -"266738",50380,67434 -"266739",50380,78875 -"266740",50380,79766 -"266741",50380,80471 -"266742",50380,82203 -"266743",50380,90803 -"266744",50380,101783 -"266745",50380,109319 -"266746",50380,111888 -"266747",50380,117743 -"266748",50381,55841 -"266749",50381,55869 -"266750",50381,55890 -"266751",50381,55958 -"266752",50382,59484 -"266753",50382,62424 -"266754",50382,70406 -"266755",50382,76917 -"266756",50382,87720 -"266757",50384,88930 -"266758",50384,101941 -"266759",50384,105555 -"266760",50384,105572 -"266761",50385,50393 -"266762",50385,50405 -"266763",50385,50413 -"266764",50387,51819 -"266765",50387,53546 -"266766",50387,56476 -"266767",50387,58230 -"266768",50387,75244 -"266769",50387,83747 -"266770",50387,100396 -"266771",50387,106875 -"266772",50388,68005 -"266773",50388,72125 -"266774",50388,85912 -"266775",50388,108196 -"266776",50388,108378 -"266777",50391,69927 -"266778",50392,51204 -"266779",50392,95188 -"266780",50392,95549 -"266781",50392,107666 -"266782",50393,50405 -"266783",50393,50413 -"266784",50394,61036 -"266785",50394,109182 -"266786",50394,109788 -"266787",50394,110061 -"266788",50395,51074 -"266789",50395,52685 -"266790",50395,115222 -"266791",50395,118749 -"266792",50396,50429 -"266793",50397,54278 -"266794",50397,54521 -"266795",50397,71932 -"266796",50397,72319 -"266797",50397,72746 -"266798",50397,88623 -"266799",50397,88626 -"266800",50397,88752 -"266801",50397,90336 -"266802",50397,91073 -"266803",50397,98985 -"266804",50397,99482 -"266805",50397,103258 -"266806",50397,107918 -"266807",50397,119207 -"266808",50398,99530 -"266809",50398,100935 -"266810",50398,101026 -"266811",50398,101035 -"266812",50398,101454 -"266813",50398,103819 -"266814",50398,116312 -"266815",50399,50400 -"266816",50399,50432 -"266817",50399,54572 -"266818",50399,54716 -"266819",50399,65396 -"266820",50399,65397 -"266821",50399,66190 -"266822",50399,111624 -"266823",50400,65396 -"266824",50400,65397 -"266825",50400,68018 -"266826",50400,78715 -"266827",50401,67385 -"266828",50401,70126 -"266829",50401,82619 -"266830",50401,84415 -"266831",50403,50664 -"266832",50403,77898 -"266833",50403,102221 -"266834",50403,111405 -"266835",50404,68258 -"266836",50404,106751 -"266837",50405,50413 -"266838",50406,52203 -"266839",50406,66227 -"266840",50406,66358 -"266841",50407,72646 -"266842",50408,58327 -"266843",50409,54357 -"266844",50409,84726 -"266845",50409,117010 -"266846",50409,122710 -"266847",50411,70354 -"266848",50411,97114 -"266849",50411,97121 -"266850",50411,97126 -"266851",50411,97127 -"266852",50411,97131 -"266853",50412,79752 -"266854",50412,82023 -"266855",50412,82598 -"266856",50412,88314 -"266857",50412,92490 -"266858",50412,110618 -"266859",50412,121775 -"266860",50413,56109 -"266861",50414,63718 -"266862",50415,58446 -"266863",50416,58211 -"266864",50416,72063 -"266865",50418,61166 -"266866",50418,112145 -"266867",50418,122048 -"266868",50418,123239 -"266869",50419,70377 -"266870",50419,87407 -"266871",50419,99905 -"266872",50419,99908 -"266873",50420,52557 -"266874",50420,62014 -"266875",50420,62368 -"266876",50422,81316 -"266877",50423,118611 -"266878",50423,119903 -"266879",50423,119904 -"266880",50425,50613 -"266881",50425,57253 -"266882",50425,66261 -"266883",50425,68457 -"266884",50425,69198 -"266885",50425,77565 -"266886",50425,78974 -"266887",50425,86023 -"266888",50425,87813 -"266889",50425,88773 -"266890",50425,90993 -"266891",50425,90994 -"266892",50425,92417 -"266893",50425,100319 -"266894",50425,101250 -"266895",50425,101462 -"266896",50425,101743 -"266897",50425,102274 -"266898",50425,109885 -"266899",50425,110742 -"266900",50425,112606 -"266901",50425,116142 -"266902",50425,116150 -"266903",50425,116151 -"266904",50425,116152 -"266905",50425,116155 -"266906",50425,116159 -"266907",50425,116163 -"266908",50425,116165 -"266909",50425,116166 -"266910",50425,116171 -"266911",50425,116677 -"266912",50425,116678 -"266913",50425,118522 -"266914",50426,72167 -"266915",50428,55541 -"266916",50428,68613 -"266917",50429,57519 -"266918",50429,57526 -"266919",50429,57546 -"266920",50429,57558 -"266921",50429,57559 -"266922",50430,62721 -"266923",50430,108106 -"266924",50431,50845 -"266925",50431,54348 -"266926",50431,92743 -"266927",50432,54572 -"266928",50432,54716 -"266929",50432,66190 -"266930",50433,109584 -"266931",50436,52580 -"266932",50436,54138 -"266933",50436,70961 -"266934",50437,50438 -"266935",50439,52644 -"266936",50439,68778 -"266937",50440,52460 -"266938",50440,53015 -"266939",50440,58228 -"266940",50442,91616 -"266941",50442,92117 -"266942",50442,96240 -"266943",50443,50567 -"266944",50444,50667 -"266945",50444,55906 -"266946",50444,60980 -"266947",50445,50805 -"266948",50446,50477 -"266949",50446,50481 -"266950",50446,50493 -"266951",50446,50566 -"266952",50446,50571 -"266953",50448,50496 -"266954",50448,54110 -"266955",50448,105247 -"266956",50449,60170 -"266957",50449,74184 -"266958",50450,84106 -"266959",50451,103254 -"266960",50451,107387 -"266961",50454,50511 -"266962",50454,94553 -"266963",50454,110153 -"266964",50454,110156 -"266965",50454,110157 -"266966",50454,119430 -"266967",50455,50516 -"266968",50455,50528 -"266969",50456,60340 -"266970",50456,66397 -"266971",50456,67960 -"266972",50456,69497 -"266973",50456,73084 -"266974",50456,90505 -"266975",50456,101183 -"266976",50457,50471 -"266977",50457,50503 -"266978",50457,50518 -"266979",50457,50523 -"266980",50457,50555 -"266981",50457,50574 -"266982",50457,56301 -"266983",50457,59329 -"266984",50457,60139 -"266985",50457,62267 -"266986",50458,50562 -"266987",50459,103241 -"266988",50459,103807 -"266989",50460,100124 -"266990",50461,121241 -"266991",50463,80890 -"266992",50463,116329 -"266993",50463,116845 -"266994",50464,50533 -"266995",50465,50502 -"266996",50465,89680 -"266997",50466,87497 -"266998",50467,50544 -"266999",50467,50569 -"267000",50467,56254 -"267001",50467,93343 -"267002",50467,94071 -"267003",50467,104357 -"267004",50468,50530 -"267005",50468,56491 -"267006",50468,56525 -"267007",50468,67813 -"267008",50468,80860 -"267009",50468,80928 -"267010",50468,83184 -"267011",50468,86536 -"267012",50468,88480 -"267013",50468,91207 -"267014",50468,91220 -"267015",50468,94167 -"267016",50468,110956 -"267017",50468,111140 -"267018",50468,115926 -"267019",50468,117496 -"267020",50468,118554 -"267021",50468,118565 -"267022",50468,118634 -"267023",50468,118639 -"267024",50468,119266 -"267025",50468,120710 -"267026",50468,122490 -"267027",50469,50546 -"267028",50471,50503 -"267029",50471,50518 -"267030",50471,50523 -"267031",50471,50555 -"267032",50471,50574 -"267033",50471,56301 -"267034",50471,56376 -"267035",50471,66554 -"267036",50471,66598 -"267037",50472,60477 -"267038",50473,66760 -"267039",50473,95288 -"267040",50473,107359 -"267041",50473,114050 -"267042",50474,50490 -"267043",50474,50531 -"267044",50474,76977 -"267045",50474,84464 -"267046",50476,83604 -"267047",50476,93665 -"267048",50477,50481 -"267049",50477,50493 -"267050",50477,50566 -"267051",50477,50571 -"267052",50477,53710 -"267053",50480,50746 -"267054",50480,50866 -"267055",50480,51610 -"267056",50480,59643 -"267057",50480,66823 -"267058",50480,66846 -"267059",50480,73781 -"267060",50481,50493 -"267061",50481,50566 -"267062",50481,50571 -"267063",50481,62656 -"267064",50482,63206 -"267065",50482,64009 -"267066",50482,66369 -"267067",50482,66798 -"267068",50482,69715 -"267069",50482,77166 -"267070",50482,86181 -"267071",50482,86233 -"267072",50482,95335 -"267073",50482,106042 -"267074",50482,117047 -"267075",50482,117072 -"267076",50482,117074 -"267077",50483,84396 -"267078",50484,85512 -"267079",50486,50917 -"267080",50486,68025 -"267081",50486,80602 -"267082",50486,104249 -"267083",50486,108318 -"267084",50486,108330 -"267085",50487,53333 -"267086",50487,58820 -"267087",50487,66557 -"267088",50487,84475 -"267089",50487,88863 -"267090",50487,92419 -"267091",50487,92570 -"267092",50487,92736 -"267093",50487,102008 -"267094",50487,102022 -"267095",50487,102772 -"267096",50487,102815 -"267097",50488,50558 -"267098",50488,52112 -"267099",50488,53415 -"267100",50488,56357 -"267101",50488,57636 -"267102",50488,58482 -"267103",50488,59798 -"267104",50488,70907 -"267105",50488,71683 -"267106",50488,77125 -"267107",50488,78398 -"267108",50488,82426 -"267109",50488,84343 -"267110",50488,85000 -"267111",50488,85101 -"267112",50488,91682 -"267113",50488,95267 -"267114",50488,97580 -"267115",50488,98727 -"267116",50488,98776 -"267117",50488,100795 -"267118",50488,106824 -"267119",50488,108879 -"267120",50488,109166 -"267121",50488,109858 -"267122",50488,109878 -"267123",50488,112962 -"267124",50488,113990 -"267125",50488,115413 -"267126",50488,116123 -"267127",50488,117258 -"267128",50488,117560 -"267129",50488,118128 -"267130",50488,118836 -"267131",50488,118866 -"267132",50488,118873 -"267133",50488,119131 -"267134",50488,119513 -"267135",50488,119716 -"267136",50488,119769 -"267137",50488,120123 -"267138",50488,120169 -"267139",50488,120725 -"267140",50488,120944 -"267141",50488,121609 -"267142",50488,122007 -"267143",50488,122032 -"267144",50488,122035 -"267145",50488,122724 -"267146",50488,123070 -"267147",50488,123394 -"267148",50488,123490 -"267149",50489,83345 -"267150",50489,96399 -"267151",50489,99126 -"267152",50489,104456 -"267153",50490,50531 -"267154",50490,53143 -"267155",50490,55673 -"267156",50490,71405 -"267157",50490,81486 -"267158",50490,95235 -"267159",50490,122132 -"267160",50491,82933 -"267161",50493,50566 -"267162",50493,50571 -"267163",50495,53611 -"267164",50495,58946 -"267165",50495,83766 -"267166",50495,83794 -"267167",50495,83795 -"267168",50496,77722 -"267169",50496,100356 -"267170",50497,79135 -"267171",50497,122459 -"267172",50498,110985 -"267173",50499,55226 -"267174",50499,85690 -"267175",50499,117424 -"267176",50500,84764 -"267177",50501,58065 -"267178",50501,60005 -"267179",50502,67692 -"267180",50502,67746 -"267181",50502,67751 -"267182",50502,67766 -"267183",50502,67768 -"267184",50502,67769 -"267185",50502,67773 -"267186",50503,50518 -"267187",50503,50523 -"267188",50503,50555 -"267189",50503,50574 -"267190",50503,60139 -"267191",50503,62267 -"267192",50504,57563 -"267193",50504,60256 -"267194",50504,69453 -"267195",50504,71483 -"267196",50504,71506 -"267197",50505,99765 -"267198",50508,62743 -"267199",50508,64503 -"267200",50508,75961 -"267201",50508,104280 -"267202",50508,112884 -"267203",50509,62183 -"267204",50509,65743 -"267205",50509,69520 -"267206",50509,88337 -"267207",50509,93135 -"267208",50509,100506 -"267209",50509,106580 -"267210",50509,115097 -"267211",50512,54777 -"267212",50513,50696 -"267213",50513,50779 -"267214",50513,50802 -"267215",50514,86116 -"267216",50516,50528 -"267217",50517,51467 -"267218",50517,58687 -"267219",50517,85264 -"267220",50517,99920 -"267221",50517,116473 -"267222",50518,50523 -"267223",50518,50555 -"267224",50518,50574 -"267225",50518,56301 -"267226",50518,63540 -"267227",50518,70388 -"267228",50518,70425 -"267229",50520,89332 -"267230",50520,93930 -"267231",50520,111375 -"267232",50521,50541 -"267233",50521,51150 -"267234",50521,51151 -"267235",50521,71720 -"267236",50521,83694 -"267237",50523,50555 -"267238",50523,50574 -"267239",50523,88624 -"267240",50524,65101 -"267241",50524,67116 -"267242",50524,71397 -"267243",50524,81918 -"267244",50524,114224 -"267245",50524,114344 -"267246",50525,93083 -"267247",50525,98539 -"267248",50526,81237 -"267249",50535,51735 -"267250",50536,54639 -"267251",50537,63981 -"267252",50537,74552 -"267253",50538,55587 -"267254",50539,100269 -"267255",50539,103095 -"267256",50539,113752 -"267257",50539,113794 -"267258",50539,120813 -"267259",50540,54643 -"267260",50540,58097 -"267261",50540,58169 -"267262",50540,58211 -"267263",50540,63876 -"267264",50540,63909 -"267265",50540,72063 -"267266",50541,51150 -"267267",50541,51151 -"267268",50541,54627 -"267269",50541,65518 -"267270",50541,66782 -"267271",50541,94573 -"267272",50542,58869 -"267273",50542,59747 -"267274",50542,68376 -"267275",50542,94934 -"267276",50542,120318 -"267277",50543,55695 -"267278",50544,50569 -"267279",50545,50557 -"267280",50547,119682 -"267281",50547,119732 -"267282",50547,119738 -"267283",50549,50791 -"267284",50549,59621 -"267285",50549,69780 -"267286",50550,59840 -"267287",50550,85320 -"267288",50550,86437 -"267289",50550,88431 -"267290",50550,95116 -"267291",50550,107471 -"267292",50550,107472 -"267293",50550,110870 -"267294",50551,67199 -"267295",50551,82023 -"267296",50551,85619 -"267297",50551,101908 -"267298",50551,102243 -"267299",50552,66258 -"267300",50554,50879 -"267301",50554,51783 -"267302",50554,52018 -"267303",50554,53444 -"267304",50554,53527 -"267305",50554,53555 -"267306",50554,54275 -"267307",50554,56628 -"267308",50554,58004 -"267309",50554,58068 -"267310",50554,58633 -"267311",50554,61111 -"267312",50554,61127 -"267313",50554,68287 -"267314",50555,50574 -"267315",50556,63362 -"267316",50556,95233 -"267317",50556,96183 -"267318",50556,110643 -"267319",50560,60943 -"267320",50561,79652 -"267321",50563,78262 -"267322",50564,90436 -"267323",50564,91656 -"267324",50565,69913 -"267325",50565,71342 -"267326",50565,72956 -"267327",50565,78025 -"267328",50565,81493 -"267329",50565,82080 -"267330",50565,82410 -"267331",50565,82442 -"267332",50565,86809 -"267333",50565,89097 -"267334",50565,94565 -"267335",50565,96389 -"267336",50565,103065 -"267337",50565,117586 -"267338",50566,50571 -"267339",50566,51489 -"267340",50566,64262 -"267341",50566,109162 -"267342",50567,64757 -"267343",50568,79992 -"267344",50568,85580 -"267345",50568,97429 -"267346",50570,72262 -"267347",50572,53034 -"267348",50572,60548 -"267349",50572,60604 -"267350",50572,60619 -"267351",50572,62880 -"267352",50572,66409 -"267353",50572,70915 -"267354",50573,65173 -"267355",50575,59489 -"267356",50575,104751 -"267357",50575,107402 -"267358",50575,109289 -"267359",50575,116804 -"267360",50575,116843 -"267361",50577,56523 -"267362",50577,58246 -"267363",50577,60712 -"267364",50577,87037 -"267365",50578,56894 -"267366",50578,60691 -"267367",50578,114323 -"267368",50580,57842 -"267369",50580,58423 -"267370",50580,58429 -"267371",50580,62743 -"267372",50580,68585 -"267373",50580,69973 -"267374",50580,70174 -"267375",50580,88332 -"267376",50580,94683 -"267377",50580,113763 -"267378",50581,54748 -"267379",50581,60808 -"267380",50581,60918 -"267381",50581,70341 -"267382",50581,76623 -"267383",50581,85903 -"267384",50581,86541 -"267385",50581,107053 -"267386",50581,122334 -"267387",50582,67373 -"267388",50582,86010 -"267389",50583,50584 -"267390",50583,56482 -"267391",50583,93202 -"267392",50583,111416 -"267393",50583,116601 -"267394",50584,55346 -"267395",50584,56482 -"267396",50584,57922 -"267397",50584,64898 -"267398",50584,64912 -"267399",50584,93202 -"267400",50584,111416 -"267401",50584,116601 -"267402",50585,51791 -"267403",50585,52168 -"267404",50585,54368 -"267405",50585,70931 -"267406",50585,72918 -"267407",50586,70538 -"267408",50587,78808 -"267409",50587,78826 -"267410",50587,78832 -"267411",50587,78850 -"267412",50587,78855 -"267413",50587,78859 -"267414",50587,79076 -"267415",50587,79077 -"267416",50587,79118 -"267417",50587,79127 -"267418",50587,79163 -"267419",50588,69147 -"267420",50589,78590 -"267421",50589,79112 -"267422",50589,94855 -"267423",50592,53872 -"267424",50592,61464 -"267425",50592,65154 -"267426",50592,92082 -"267427",50592,109669 -"267428",50593,50753 -"267429",50594,54082 -"267430",50594,70437 -"267431",50594,83296 -"267432",50596,86137 -"267433",50596,86962 -"267434",50596,100820 -"267435",50596,109612 -"267436",50596,110864 -"267437",50596,117108 -"267438",50596,119729 -"267439",50596,119782 -"267440",50596,120132 -"267441",50597,55881 -"267442",50597,55954 -"267443",50598,50654 -"267444",50598,50659 -"267445",50599,50640 -"267446",50600,75109 -"267447",50600,111217 -"267448",50600,115205 -"267449",50601,50611 -"267450",50601,50626 -"267451",50602,51756 -"267452",50604,54272 -"267453",50604,56266 -"267454",50604,57270 -"267455",50604,58645 -"267456",50604,60928 -"267457",50604,65137 -"267458",50604,65362 -"267459",50604,66115 -"267460",50604,70925 -"267461",50604,75526 -"267462",50604,77763 -"267463",50604,80041 -"267464",50604,82845 -"267465",50604,89887 -"267466",50604,90872 -"267467",50604,93398 -"267468",50604,96513 -"267469",50604,98266 -"267470",50604,99424 -"267471",50604,99575 -"267472",50604,99807 -"267473",50604,99953 -"267474",50604,101067 -"267475",50604,101087 -"267476",50604,101568 -"267477",50604,102206 -"267478",50604,102215 -"267479",50604,106576 -"267480",50604,106679 -"267481",50604,107050 -"267482",50604,108577 -"267483",50604,108579 -"267484",50604,108760 -"267485",50604,108836 -"267486",50604,118446 -"267487",50604,121352 -"267488",50605,110407 -"267489",50606,52297 -"267490",50606,78561 -"267491",50607,54250 -"267492",50607,77439 -"267493",50607,119686 -"267494",50608,65625 -"267495",50608,74628 -"267496",50609,50751 -"267497",50609,86391 -"267498",50610,50790 -"267499",50610,67633 -"267500",50611,50626 -"267501",50613,52151 -"267502",50613,54712 -"267503",50613,66094 -"267504",50613,66512 -"267505",50613,68060 -"267506",50614,56027 -"267507",50615,50647 -"267508",50615,58302 -"267509",50615,77724 -"267510",50618,55052 -"267511",50618,55060 -"267512",50618,87544 -"267513",50619,78292 -"267514",50620,50681 -"267515",50620,72214 -"267516",50620,104586 -"267517",50621,57411 -"267518",50621,67536 -"267519",50621,71336 -"267520",50621,81219 -"267521",50622,50645 -"267522",50623,50624 -"267523",50623,51234 -"267524",50624,118825 -"267525",50625,67099 -"267526",50626,61640 -"267527",50626,66921 -"267528",50626,71885 -"267529",50626,83041 -"267530",50628,58759 -"267531",50628,66689 -"267532",50628,108816 -"267533",50629,50646 -"267534",50629,50684 -"267535",50630,58797 -"267536",50630,63571 -"267537",50630,70583 -"267538",50630,92815 -"267539",50631,51067 -"267540",50632,53765 -"267541",50632,61719 -"267542",50632,64057 -"267543",50632,83982 -"267544",50632,86755 -"267545",50632,88750 -"267546",50632,105233 -"267547",50632,108718 -"267548",50632,109943 -"267549",50632,110230 -"267550",50633,94722 -"267551",50634,76268 -"267552",50635,72340 -"267553",50635,83614 -"267554",50635,83621 -"267555",50636,54902 -"267556",50636,85616 -"267557",50636,99886 -"267558",50636,119275 -"267559",50637,56682 -"267560",50637,56691 -"267561",50638,50655 -"267562",50638,61940 -"267563",50640,85041 -"267564",50640,121022 -"267565",50640,121023 -"267566",50642,60059 -"267567",50642,73357 -"267568",50642,101704 -"267569",50643,65357 -"267570",50643,105172 -"267571",50644,56867 -"267572",50644,57388 -"267573",50646,50684 -"267574",50647,50761 -"267575",50647,50776 -"267576",50647,51822 -"267577",50647,58302 -"267578",50648,50678 -"267579",50648,50720 -"267580",50648,50971 -"267581",50648,54963 -"267582",50648,56247 -"267583",50648,68631 -"267584",50648,75565 -"267585",50648,75590 -"267586",50649,59305 -"267587",50649,76156 -"267588",50649,82052 -"267589",50652,74167 -"267590",50652,78359 -"267591",50652,84034 -"267592",50652,105759 -"267593",50652,107435 -"267594",50652,107908 -"267595",50652,107913 -"267596",50652,107924 -"267597",50652,107930 -"267598",50652,107978 -"267599",50653,85687 -"267600",50654,50659 -"267601",50654,69225 -"267602",50655,61940 -"267603",50655,80687 -"267604",50655,91792 -"267605",50656,59259 -"267606",50658,58205 -"267607",50658,84061 -"267608",50658,93607 -"267609",50659,54737 -"267610",50659,56168 -"267611",50659,60846 -"267612",50659,69291 -"267613",50659,78073 -"267614",50659,79331 -"267615",50659,79710 -"267616",50659,79711 -"267617",50659,79720 -"267618",50659,79725 -"267619",50659,79738 -"267620",50659,79748 -"267621",50659,79750 -"267622",50659,79754 -"267623",50659,79758 -"267624",50659,79760 -"267625",50659,79771 -"267626",50659,79780 -"267627",50659,79781 -"267628",50659,79803 -"267629",50660,69564 -"267630",50660,69631 -"267631",50660,78928 -"267632",50660,87912 -"267633",50661,51759 -"267634",50661,76038 -"267635",50661,78321 -"267636",50661,83454 -"267637",50662,56216 -"267638",50662,59615 -"267639",50662,62679 -"267640",50662,63105 -"267641",50662,65719 -"267642",50662,68001 -"267643",50662,68475 -"267644",50662,68917 -"267645",50662,69296 -"267646",50662,69610 -"267647",50662,71106 -"267648",50662,73655 -"267649",50662,75767 -"267650",50662,76046 -"267651",50662,76459 -"267652",50662,76808 -"267653",50662,77727 -"267654",50662,78224 -"267655",50662,79222 -"267656",50662,82978 -"267657",50662,83306 -"267658",50662,85027 -"267659",50662,88412 -"267660",50662,90275 -"267661",50662,90426 -"267662",50662,91112 -"267663",50662,91526 -"267664",50662,93425 -"267665",50662,93523 -"267666",50662,94520 -"267667",50662,95954 -"267668",50662,97096 -"267669",50662,99544 -"267670",50662,99547 -"267671",50662,99554 -"267672",50662,100595 -"267673",50662,100739 -"267674",50662,100819 -"267675",50662,101898 -"267676",50662,101988 -"267677",50662,102146 -"267678",50662,102201 -"267679",50662,102309 -"267680",50662,102635 -"267681",50662,102730 -"267682",50662,102846 -"267683",50662,103790 -"267684",50662,104095 -"267685",50662,104516 -"267686",50662,104523 -"267687",50662,104574 -"267688",50662,104784 -"267689",50662,104845 -"267690",50662,107269 -"267691",50662,107623 -"267692",50662,107714 -"267693",50662,107879 -"267694",50662,107975 -"267695",50663,84247 -"267696",50663,109150 -"267697",50665,66682 -"267698",50665,94721 -"267699",50665,97800 -"267700",50665,122663 -"267701",50666,50814 -"267702",50666,110507 -"267703",50667,54202 -"267704",50667,54226 -"267705",50668,79502 -"267706",50669,70229 -"267707",50669,71979 -"267708",50671,105813 -"267709",50671,113277 -"267710",50673,100420 -"267711",50673,111262 -"267712",50676,76690 -"267713",50677,110726 -"267714",50678,50720 -"267715",50678,50971 -"267716",50678,52604 -"267717",50678,54963 -"267718",50678,56247 -"267719",50678,59569 -"267720",50678,68631 -"267721",50678,68829 -"267722",50678,68878 -"267723",50678,70824 -"267724",50678,78201 -"267725",50680,82389 -"267726",50681,54578 -"267727",50682,52737 -"267728",50683,58731 -"267729",50685,51398 -"267730",50685,58383 -"267731",50685,60185 -"267732",50685,63162 -"267733",50685,69814 -"267734",50685,77953 -"267735",50685,84940 -"267736",50685,84941 -"267737",50685,84958 -"267738",50685,87168 -"267739",50686,58105 -"267740",50686,62344 -"267741",50686,62506 -"267742",50686,67527 -"267743",50690,55210 -"267744",50690,55374 -"267745",50690,59379 -"267746",50690,99070 -"267747",50691,59722 -"267748",50691,85088 -"267749",50691,96921 -"267750",50693,60876 -"267751",50693,62316 -"267752",50694,66744 -"267753",50696,50779 -"267754",50696,50802 -"267755",50697,51658 -"267756",50697,51659 -"267757",50698,75580 -"267758",50698,76446 -"267759",50698,99669 -"267760",50698,103354 -"267761",50699,51277 -"267762",50699,57164 -"267763",50699,57211 -"267764",50699,57238 -"267765",50699,59398 -"267766",50699,64505 -"267767",50700,69035 -"267768",50700,121628 -"267769",50701,50768 -"267770",50701,50815 -"267771",50701,50817 -"267772",50701,51568 -"267773",50701,55268 -"267774",50701,58413 -"267775",50701,60123 -"267776",50701,62601 -"267777",50701,65028 -"267778",50701,71127 -"267779",50702,50716 -"267780",50702,111759 -"267781",50704,51625 -"267782",50704,61435 -"267783",50705,77242 -"267784",50706,50718 -"267785",50707,72507 -"267786",50708,50836 -"267787",50708,73558 -"267788",50709,61672 -"267789",50709,88146 -"267790",50709,96509 -"267791",50709,105507 -"267792",50710,50820 -"267793",50710,61532 -"267794",50710,72143 -"267795",50710,93188 -"267796",50710,94910 -"267797",50710,119274 -"267798",50711,50732 -"267799",50711,51622 -"267800",50712,82446 -"267801",50712,82558 -"267802",50712,86637 -"267803",50713,61304 -"267804",50713,81421 -"267805",50713,89384 -"267806",50714,50740 -"267807",50714,80479 -"267808",50714,113745 -"267809",50715,58935 -"267810",50715,68163 -"267811",50715,69605 -"267812",50716,64466 -"267813",50719,56138 -"267814",50719,102918 -"267815",50720,50971 -"267816",50720,54228 -"267817",50720,78728 -"267818",50720,84925 -"267819",50720,97304 -"267820",50720,97357 -"267821",50720,97947 -"267822",50721,78354 -"267823",50721,88738 -"267824",50722,53671 -"267825",50723,51619 -"267826",50723,65939 -"267827",50723,117090 -"267828",50723,118141 -"267829",50724,50806 -"267830",50724,63081 -"267831",50724,72601 -"267832",50725,61656 -"267833",50725,61990 -"267834",50726,51462 -"267835",50726,100100 -"267836",50726,100598 -"267837",50726,110023 -"267838",50726,111111 -"267839",50726,111236 -"267840",50726,111247 -"267841",50726,111256 -"267842",50727,100776 -"267843",50728,55192 -"267844",50728,85784 -"267845",50729,50777 -"267846",50730,50825 -"267847",50732,51622 -"267848",50732,52446 -"267849",50732,52447 -"267850",50732,55005 -"267851",50732,59380 -"267852",50732,63820 -"267853",50734,50775 -"267854",50736,58970 -"267855",50736,60828 -"267856",50736,67039 -"267857",50736,89116 -"267858",50736,94040 -"267859",50736,94822 -"267860",50736,95741 -"267861",50736,99332 -"267862",50737,52327 -"267863",50737,83194 -"267864",50737,83198 -"267865",50738,82797 -"267866",50738,83945 -"267867",50739,52143 -"267868",50739,53954 -"267869",50740,71018 -"267870",50741,81888 -"267871",50741,82274 -"267872",50741,82280 -"267873",50741,99159 -"267874",50741,104937 -"267875",50742,109339 -"267876",50742,114266 -"267877",50742,121384 -"267878",50745,52091 -"267879",50745,59725 -"267880",50745,65795 -"267881",50745,68424 -"267882",50745,68480 -"267883",50745,70247 -"267884",50745,70345 -"267885",50745,70346 -"267886",50746,50804 -"267887",50746,50950 -"267888",50747,76095 -"267889",50747,88125 -"267890",50747,107546 -"267891",50747,115314 -"267892",50748,65798 -"267893",50748,65837 -"267894",50749,117148 -"267895",50751,65708 -"267896",50752,60268 -"267897",50752,110891 -"267898",50752,110930 -"267899",50753,97029 -"267900",50755,81512 -"267901",50756,50795 -"267902",50758,53689 -"267903",50758,57552 -"267904",50761,50776 -"267905",50762,66377 -"267906",50762,66482 -"267907",50763,62672 -"267908",50763,81310 -"267909",50763,90510 -"267910",50763,106782 -"267911",50764,51924 -"267912",50764,54408 -"267913",50764,57796 -"267914",50764,70954 -"267915",50764,71446 -"267916",50764,99840 -"267917",50765,111121 -"267918",50766,54372 -"267919",50766,105318 -"267920",50766,105324 -"267921",50766,105358 -"267922",50767,50796 -"267923",50768,50815 -"267924",50768,50817 -"267925",50769,50770 -"267926",50774,52004 -"267927",50774,54142 -"267928",50774,54250 -"267929",50774,54480 -"267930",50774,54557 -"267931",50774,58315 -"267932",50774,59108 -"267933",50774,59461 -"267934",50774,59505 -"267935",50774,59565 -"267936",50774,61925 -"267937",50774,65475 -"267938",50774,65476 -"267939",50774,65499 -"267940",50774,65535 -"267941",50774,72373 -"267942",50774,83252 -"267943",50774,86602 -"267944",50776,51125 -"267945",50776,54246 -"267946",50776,58302 -"267947",50776,63483 -"267948",50778,52361 -"267949",50778,93293 -"267950",50778,100117 -"267951",50778,101413 -"267952",50779,50802 -"267953",50781,84574 -"267954",50783,51615 -"267955",50783,51655 -"267956",50785,54306 -"267957",50785,70216 -"267958",50786,52951 -"267959",50786,54244 -"267960",50786,65733 -"267961",50786,73759 -"267962",50786,79328 -"267963",50786,79329 -"267964",50786,88746 -"267965",50786,95106 -"267966",50786,96190 -"267967",50787,74980 -"267968",50787,96205 -"267969",50787,96216 -"267970",50787,96224 -"267971",50787,96225 -"267972",50788,73107 -"267973",50788,87000 -"267974",50789,53527 -"267975",50789,64309 -"267976",50789,64944 -"267977",50789,69611 -"267978",50790,53449 -"267979",50790,67633 -"267980",50792,98313 -"267981",50793,78351 -"267982",50794,50828 -"267983",50794,101158 -"267984",50796,58550 -"267985",50796,71996 -"267986",50796,72003 -"267987",50803,52445 -"267988",50803,54428 -"267989",50803,63538 -"267990",50803,69214 -"267991",50803,98015 -"267992",50804,69492 -"267993",50807,54434 -"267994",50808,63868 -"267995",50808,92221 -"267996",50809,50810 -"267997",50809,50939 -"267998",50809,50940 -"267999",50810,50939 -"268000",50810,50940 -"268001",50811,51623 -"268002",50811,51997 -"268003",50811,53448 -"268004",50811,56840 -"268005",50811,56922 -"268006",50811,84205 -"268007",50811,85576 -"268008",50811,108805 -"268009",50811,110601 -"268010",50811,110614 -"268011",50812,51409 -"268012",50812,58448 -"268013",50813,51260 -"268014",50814,87910 -"268015",50815,50817 -"268016",50815,51671 -"268017",50815,52570 -"268018",50815,54282 -"268019",50815,54328 -"268020",50815,63015 -"268021",50818,51792 -"268022",50818,54516 -"268023",50819,62324 -"268024",50819,80889 -"268025",50820,72143 -"268026",50821,50833 -"268027",50821,57316 -"268028",50821,121947 -"268029",50822,51603 -"268030",50822,51604 -"268031",50822,81934 -"268032",50824,53954 -"268033",50824,71945 -"268034",50824,76769 -"268035",50826,77837 -"268036",50828,62600 -"268037",50829,51432 -"268038",50829,52563 -"268039",50829,67590 -"268040",50829,69354 -"268041",50831,54599 -"268042",50831,54893 -"268043",50831,54899 -"268044",50832,110062 -"268045",50834,58886 -"268046",50834,59766 -"268047",50834,62970 -"268048",50834,63154 -"268049",50834,64059 -"268050",50834,74269 -"268051",50835,54261 -"268052",50836,73558 -"268053",50837,68873 -"268054",50837,114076 -"268055",50839,63163 -"268056",50839,67465 -"268057",50839,68667 -"268058",50839,70053 -"268059",50839,80725 -"268060",50839,82713 -"268061",50839,96103 -"268062",50839,100448 -"268063",50839,101094 -"268064",50839,102685 -"268065",50839,102817 -"268066",50841,50997 -"268067",50841,104796 -"268068",50842,57758 -"268069",50843,55293 -"268070",50844,97502 -"268071",50844,103272 -"268072",50847,50878 -"268073",50848,52466 -"268074",50848,84173 -"268075",50849,50852 -"268076",50849,50914 -"268077",50849,50925 -"268078",50849,50935 -"268079",50851,50908 -"268080",50852,50914 -"268081",50852,50925 -"268082",50852,50935 -"268083",50852,58353 -"268084",50852,65867 -"268085",50852,65872 -"268086",50852,65888 -"268087",50852,65899 -"268088",50852,65901 -"268089",50852,65914 -"268090",50853,50963 -"268091",50854,53062 -"268092",50854,58745 -"268093",50854,63841 -"268094",50854,70641 -"268095",50854,70642 -"268096",50856,69170 -"268097",50856,69419 -"268098",50856,76400 -"268099",50856,89288 -"268100",50856,91866 -"268101",50858,50916 -"268102",50858,54290 -"268103",50858,56600 -"268104",50858,122948 -"268105",50859,94876 -"268106",50860,87687 -"268107",50860,95198 -"268108",50860,106934 -"268109",50861,50900 -"268110",50861,51110 -"268111",50861,105097 -"268112",50862,50864 -"268113",50862,50924 -"268114",50862,50970 -"268115",50862,50988 -"268116",50863,50888 -"268117",50863,74132 -"268118",50864,50924 -"268119",50864,50970 -"268120",50864,50988 -"268121",50864,61515 -"268122",50864,64300 -"268123",50864,70729 -"268124",50864,71746 -"268125",50864,71760 -"268126",50864,74254 -"268127",50864,74374 -"268128",50864,74376 -"268129",50864,75234 -"268130",50864,75246 -"268131",50866,54711 -"268132",50866,54767 -"268133",50866,62585 -"268134",50866,71638 -"268135",50868,84273 -"268136",50869,53888 -"268137",50871,53480 -"268138",50871,98965 -"268139",50871,101844 -"268140",50872,69015 -"268141",50872,99519 -"268142",50872,120175 -"268143",50873,50874 -"268144",50873,50875 -"268145",50873,50876 -"268146",50873,50944 -"268147",50873,50945 -"268148",50873,50985 -"268149",50873,50986 -"268150",50873,50993 -"268151",50873,50994 -"268152",50874,50875 -"268153",50874,50876 -"268154",50874,50944 -"268155",50874,50945 -"268156",50874,50985 -"268157",50874,50986 -"268158",50874,50993 -"268159",50874,50994 -"268160",50875,50876 -"268161",50875,50944 -"268162",50875,50945 -"268163",50875,50985 -"268164",50875,50986 -"268165",50875,50993 -"268166",50875,50994 -"268167",50876,50944 -"268168",50876,50945 -"268169",50876,50985 -"268170",50876,50986 -"268171",50876,50993 -"268172",50876,50994 -"268173",50877,51044 -"268174",50877,51909 -"268175",50878,103352 -"268176",50879,51783 -"268177",50879,52018 -"268178",50879,53444 -"268179",50879,53527 -"268180",50879,53555 -"268181",50879,54275 -"268182",50879,55165 -"268183",50879,56628 -"268184",50879,56907 -"268185",50879,58004 -"268186",50879,58068 -"268187",50879,58633 -"268188",50879,61111 -"268189",50879,61127 -"268190",50879,68287 -"268191",50883,62102 -"268192",50883,65540 -"268193",50884,67033 -"268194",50884,68257 -"268195",50885,57892 -"268196",50886,56690 -"268197",50886,59605 -"268198",50886,90187 -"268199",50887,76184 -"268200",50887,91734 -"268201",50887,118364 -"268202",50890,54663 -"268203",50890,58665 -"268204",50890,59300 -"268205",50890,65169 -"268206",50890,76686 -"268207",50890,89281 -"268208",50890,91825 -"268209",50890,94386 -"268210",50891,51647 -"268211",50892,68775 -"268212",50892,84430 -"268213",50892,100642 -"268214",50893,102999 -"268215",50894,64172 -"268216",50896,50912 -"268217",50896,55169 -"268218",50896,58395 -"268219",50896,69625 -"268220",50896,118080 -"268221",50897,86123 -"268222",50897,88280 -"268223",50897,91600 -"268224",50898,67474 -"268225",50898,71677 -"268226",50898,75061 -"268227",50899,53931 -"268228",50899,54157 -"268229",50899,65841 -"268230",50899,84913 -"268231",50899,93405 -"268232",50899,93788 -"268233",50899,100024 -"268234",50899,101361 -"268235",50899,105892 -"268236",50900,51110 -"268237",50901,65670 -"268238",50901,68774 -"268239",50901,71735 -"268240",50901,77693 -"268241",50901,84510 -"268242",50901,85245 -"268243",50901,88712 -"268244",50901,90600 -"268245",50901,91856 -"268246",50901,92017 -"268247",50901,98647 -"268248",50901,100578 -"268249",50901,117317 -"268250",50901,120088 -"268251",50902,67129 -"268252",50902,70787 -"268253",50902,72654 -"268254",50903,53825 -"268255",50903,53826 -"268256",50903,79074 -"268257",50904,50905 -"268258",50904,62314 -"268259",50904,62388 -"268260",50904,62389 -"268261",50907,50952 -"268262",50908,62861 -"268263",50908,62883 -"268264",50909,89866 -"268265",50909,90074 -"268266",50909,93168 -"268267",50909,107152 -"268268",50909,107174 -"268269",50909,109130 -"268270",50910,104133 -"268271",50911,63521 -"268272",50914,50925 -"268273",50914,50935 -"268274",50914,64789 -"268275",50914,67263 -"268276",50914,70849 -"268277",50915,53784 -"268278",50915,59177 -"268279",50915,70111 -"268280",50915,76262 -"268281",50915,107728 -"268282",50916,56600 -"268283",50916,68031 -"268284",50917,57096 -"268285",50919,82781 -"268286",50920,51140 -"268287",50921,52554 -"268288",50921,70473 -"268289",50921,81952 -"268290",50921,86249 -"268291",50922,57186 -"268292",50922,57258 -"268293",50922,70671 -"268294",50922,73374 -"268295",50922,85485 -"268296",50922,88721 -"268297",50922,94789 -"268298",50922,105956 -"268299",50922,117047 -"268300",50922,117081 -"268301",50922,117092 -"268302",50922,123002 -"268303",50923,65239 -"268304",50923,66309 -"268305",50923,73674 -"268306",50923,77610 -"268307",50923,81502 -"268308",50923,92903 -"268309",50924,50970 -"268310",50924,50988 -"268311",50925,50935 -"268312",50926,54463 -"268313",50926,73459 -"268314",50926,89667 -"268315",50927,56755 -"268316",50927,94831 -"268317",50927,98874 -"268318",50927,117015 -"268319",50928,51200 -"268320",50928,51201 -"268321",50929,50949 -"268322",50929,50992 -"268323",50930,51549 -"268324",50930,55484 -"268325",50930,89391 -"268326",50930,89422 -"268327",50930,91973 -"268328",50930,92773 -"268329",50930,94273 -"268330",50930,109917 -"268331",50931,67088 -"268332",50932,55968 -"268333",50932,57758 -"268334",50932,79416 -"268335",50932,79501 -"268336",50933,51116 -"268337",50933,56780 -"268338",50933,62629 -"268339",50933,91244 -"268340",50933,92322 -"268341",50933,94783 -"268342",50933,109350 -"268343",50933,113302 -"268344",50934,51297 -"268345",50936,71065 -"268346",50936,102589 -"268347",50939,50940 -"268348",50941,99658 -"268349",50941,102756 -"268350",50941,111962 -"268351",50941,113153 -"268352",50941,119807 -"268353",50942,58963 -"268354",50942,61479 -"268355",50943,55399 -"268356",50943,55435 -"268357",50943,55471 -"268358",50944,50945 -"268359",50944,50985 -"268360",50944,50986 -"268361",50944,50993 -"268362",50944,50994 -"268363",50944,60049 -"268364",50945,50985 -"268365",50945,50986 -"268366",50945,50993 -"268367",50945,50994 -"268368",50946,51494 -"268369",50946,51645 -"268370",50946,55643 -"268371",50946,56958 -"268372",50946,65063 -"268373",50946,71306 -"268374",50946,72240 -"268375",50946,74318 -"268376",50946,74572 -"268377",50946,87496 -"268378",50946,90816 -"268379",50946,94909 -"268380",50946,104239 -"268381",50949,50992 -"268382",50954,75869 -"268383",50954,87441 -"268384",50954,94394 -"268385",50955,54915 -"268386",50955,79188 -"268387",50955,98080 -"268388",50955,100639 -"268389",50955,107109 -"268390",50955,107124 -"268391",50956,51563 -"268392",50956,64243 -"268393",50956,107051 -"268394",50957,50958 -"268395",50957,59836 -"268396",50957,75127 -"268397",50957,80760 -"268398",50958,74551 -"268399",50958,106107 -"268400",50958,119527 -"268401",50959,69701 -"268402",50960,74986 -"268403",50961,84500 -"268404",50961,96703 -"268405",50961,115501 -"268406",50962,76792 -"268407",50962,77876 -"268408",50964,60815 -"268409",50964,62085 -"268410",50964,66084 -"268411",50965,53567 -"268412",50965,53713 -"268413",50965,53719 -"268414",50965,58377 -"268415",50965,61706 -"268416",50965,68217 -"268417",50965,75657 -"268418",50966,51341 -"268419",50966,51419 -"268420",50966,51420 -"268421",50966,55842 -"268422",50966,55858 -"268423",50966,55953 -"268424",50967,51342 -"268425",50967,51348 -"268426",50967,51418 -"268427",50967,51421 -"268428",50968,77715 -"268429",50968,100332 -"268430",50968,121743 -"268431",50969,61245 -"268432",50969,61532 -"268433",50969,61623 -"268434",50969,69935 -"268435",50969,70526 -"268436",50969,85139 -"268437",50969,87653 -"268438",50969,92551 -"268439",50969,99288 -"268440",50969,100909 -"268441",50970,50988 -"268442",50971,78887 -"268443",50971,91601 -"268444",50971,92358 -"268445",50972,72547 -"268446",50972,90291 -"268447",50972,90345 -"268448",50973,84609 -"268449",50974,63393 -"268450",50974,77984 -"268451",50974,94119 -"268452",50975,88944 -"268453",50976,51022 -"268454",50976,51102 -"268455",50976,51654 -"268456",50976,52653 -"268457",50976,55015 -"268458",50976,80474 -"268459",50976,98113 -"268460",50976,113306 -"268461",50977,67690 -"268462",50977,104746 -"268463",50977,113204 -"268464",50977,113266 -"268465",50978,85038 -"268466",50979,65231 -"268467",50979,100395 -"268468",50979,100400 -"268469",50980,54653 -"268470",50981,51365 -"268471",50982,50991 -"268472",50983,51671 -"268473",50983,58413 -"268474",50984,71143 -"268475",50984,80693 -"268476",50984,87385 -"268477",50984,90307 -"268478",50984,94242 -"268479",50984,94250 -"268480",50984,94263 -"268481",50984,95224 -"268482",50985,50986 -"268483",50985,50993 -"268484",50985,50994 -"268485",50985,58029 -"268486",50985,60062 -"268487",50986,50993 -"268488",50986,50994 -"268489",50987,85776 -"268490",50989,55019 -"268491",50989,58421 -"268492",50989,65393 -"268493",50989,74130 -"268494",50989,83898 -"268495",50989,88935 -"268496",50989,96967 -"268497",50989,99331 -"268498",50989,110684 -"268499",50990,70727 -"268500",50990,86423 -"268501",50990,93280 -"268502",50990,93985 -"268503",50990,114963 -"268504",50991,67720 -"268505",50993,50994 -"268506",50994,52718 -"268507",50994,53638 -"268508",50994,53686 -"268509",50994,53852 -"268510",50996,62668 -"268511",50996,77413 -"268512",50996,80424 -"268513",50996,81077 -"268514",50996,82302 -"268515",50996,82303 -"268516",50996,87568 -"268517",50996,108518 -"268518",50998,51220 -"268519",50998,57018 -"268520",50998,77212 -"268521",50999,106751 -"268522",51000,68365 -"268523",51002,83441 -"268524",51002,83442 -"268525",51002,93609 -"268526",51003,57949 -"268527",51004,58186 -"268528",51004,58214 -"268529",51004,73913 -"268530",51004,73931 -"268531",51004,73967 -"268532",51006,56110 -"268533",51006,74619 -"268534",51006,97006 -"268535",51007,72402 -"268536",51007,75198 -"268537",51007,90630 -"268538",51009,51031 -"268539",51009,51056 -"268540",51009,51085 -"268541",51009,51101 -"268542",51010,69702 -"268543",51011,54664 -"268544",51011,61264 -"268545",51011,64311 -"268546",51013,86533 -"268547",51014,54279 -"268548",51016,77031 -"268549",51016,95155 -"268550",51016,96920 -"268551",51016,102561 -"268552",51016,107023 -"268553",51016,108620 -"268554",51016,114882 -"268555",51017,51021 -"268556",51017,51035 -"268557",51017,51046 -"268558",51017,51047 -"268559",51017,55784 -"268560",51017,63547 -"268561",51017,70020 -"268562",51017,71544 -"268563",51017,74894 -"268564",51017,74975 -"268565",51017,78089 -"268566",51017,82977 -"268567",51017,84720 -"268568",51017,87692 -"268569",51017,90802 -"268570",51017,90850 -"268571",51017,90921 -"268572",51017,95997 -"268573",51017,101395 -"268574",51017,110202 -"268575",51017,117701 -"268576",51017,117703 -"268577",51017,117707 -"268578",51018,58540 -"268579",51018,113520 -"268580",51020,53353 -"268581",51020,72357 -"268582",51021,51035 -"268583",51021,51046 -"268584",51021,51047 -"268585",51021,66983 -"268586",51021,69712 -"268587",51021,78089 -"268588",51021,79004 -"268589",51021,80825 -"268590",51021,87883 -"268591",51022,51322 -"268592",51022,51654 -"268593",51023,95053 -"268594",51023,100737 -"268595",51023,112091 -"268596",51023,112507 -"268597",51025,97665 -"268598",51025,108561 -"268599",51026,66717 -"268600",51026,81861 -"268601",51027,69560 -"268602",51027,83388 -"268603",51027,83392 -"268604",51027,90370 -"268605",51027,94387 -"268606",51028,68687 -"268607",51028,92426 -"268608",51028,113770 -"268609",51029,57467 -"268610",51029,83530 -"268611",51029,85565 -"268612",51029,90010 -"268613",51029,90113 -"268614",51029,101897 -"268615",51030,53635 -"268616",51031,51056 -"268617",51031,51085 -"268618",51031,51101 -"268619",51031,63450 -"268620",51031,67202 -"268621",51031,70867 -"268622",51031,71941 -"268623",51031,75022 -"268624",51032,51092 -"268625",51035,51046 -"268626",51035,51047 -"268627",51035,69712 -"268628",51035,70526 -"268629",51035,78089 -"268630",51035,111220 -"268631",51035,119558 -"268632",51037,74292 -"268633",51039,73945 -"268634",51039,99212 -"268635",51041,59650 -"268636",51041,69451 -"268637",51042,86432 -"268638",51042,95912 -"268639",51042,101079 -"268640",51043,51069 -"268641",51043,66542 -"268642",51043,66543 -"268643",51043,66608 -"268644",51043,84675 -"268645",51045,103809 -"268646",51046,51047 -"268647",51048,55608 -"268648",51048,65959 -"268649",51051,51052 -"268650",51051,59756 -"268651",51051,84038 -"268652",51052,54614 -"268653",51052,59756 -"268654",51052,61408 -"268655",51053,51086 -"268656",51055,56468 -"268657",51055,56470 -"268658",51055,85407 -"268659",51056,51085 -"268660",51056,51101 -"268661",51058,61630 -"268662",51058,62536 -"268663",51058,76291 -"268664",51058,88177 -"268665",51058,112357 -"268666",51058,115559 -"268667",51058,116706 -"268668",51059,56643 -"268669",51059,107057 -"268670",51060,64864 -"268671",51060,94415 -"268672",51060,100128 -"268673",51061,51081 -"268674",51063,52522 -"268675",51063,65402 -"268676",51063,72489 -"268677",51063,111726 -"268678",51064,53013 -"268679",51064,109655 -"268680",51065,54061 -"268681",51066,72436 -"268682",51067,63448 -"268683",51067,66795 -"268684",51067,97458 -"268685",51067,97486 -"268686",51068,52716 -"268687",51068,65852 -"268688",51068,65874 -"268689",51068,65875 -"268690",51068,65889 -"268691",51068,65897 -"268692",51068,65908 -"268693",51068,66279 -"268694",51069,51715 -"268695",51069,68834 -"268696",51071,73406 -"268697",51071,76030 -"268698",51071,84586 -"268699",51071,98529 -"268700",51071,105389 -"268701",51072,51076 -"268702",51072,59519 -"268703",51072,85707 -"268704",51072,102640 -"268705",51072,105236 -"268706",51072,121118 -"268707",51072,123478 -"268708",51075,92904 -"268709",51075,94995 -"268710",51075,98235 -"268711",51075,105665 -"268712",51075,115994 -"268713",51077,60274 -"268714",51077,70647 -"268715",51078,97818 -"268716",51079,95441 -"268717",51080,80838 -"268718",51082,56566 -"268719",51082,98438 -"268720",51082,99687 -"268721",51082,99873 -"268722",51082,100500 -"268723",51083,63609 -"268724",51083,74776 -"268725",51083,93404 -"268726",51083,109093 -"268727",51084,51537 -"268728",51084,57359 -"268729",51084,95567 -"268730",51084,95825 -"268731",51084,95826 -"268732",51084,95830 -"268733",51084,95962 -"268734",51085,51101 -"268735",51087,58235 -"268736",51087,89772 -"268737",51087,103466 -"268738",51088,68620 -"268739",51089,63239 -"268740",51089,66838 -"268741",51089,92513 -"268742",51090,100601 -"268743",51092,67763 -"268744",51092,96430 -"268745",51092,102987 -"268746",51092,104001 -"268747",51092,110238 -"268748",51093,62721 -"268749",51093,77890 -"268750",51093,91229 -"268751",51093,107278 -"268752",51094,51275 -"268753",51094,73605 -"268754",51094,76704 -"268755",51094,101425 -"268756",51095,65291 -"268757",51096,68050 -"268758",51096,82715 -"268759",51097,107449 -"268760",51098,87936 -"268761",51098,105738 -"268762",51098,115683 -"268763",51099,52820 -"268764",51099,53347 -"268765",51099,74799 -"268766",51099,82916 -"268767",51099,93317 -"268768",51099,93444 -"268769",51099,112425 -"268770",51099,115054 -"268771",51100,112400 -"268772",51101,64234 -"268773",51101,67542 -"268774",51101,72695 -"268775",51103,53200 -"268776",51103,64909 -"268777",51103,66770 -"268778",51103,66971 -"268779",51103,78400 -"268780",51103,83239 -"268781",51103,88457 -"268782",51103,92017 -"268783",51103,97857 -"268784",51103,111754 -"268785",51103,121991 -"268786",51104,93799 -"268787",51104,93892 -"268788",51104,93921 -"268789",51105,53818 -"268790",51105,66675 -"268791",51105,95237 -"268792",51105,106722 -"268793",51105,123423 -"268794",51106,51114 -"268795",51106,51125 -"268796",51107,72318 -"268797",51108,60473 -"268798",51108,62280 -"268799",51108,63026 -"268800",51110,55698 -"268801",51110,73566 -"268802",51110,104111 -"268803",51110,112984 -"268804",51110,113035 -"268805",51111,88280 -"268806",51111,88291 -"268807",51111,88308 -"268808",51111,120009 -"268809",51112,83102 -"268810",51113,58979 -"268811",51113,59395 -"268812",51114,51125 -"268813",51115,51129 -"268814",51115,51171 -"268815",51115,51177 -"268816",51117,106921 -"268817",51117,108303 -"268818",51118,57862 -"268819",51119,54059 -"268820",51119,55055 -"268821",51119,55071 -"268822",51119,82525 -"268823",51119,87135 -"268824",51119,92776 -"268825",51120,60130 -"268826",51120,88130 -"268827",51121,60617 -"268828",51121,75430 -"268829",51121,77565 -"268830",51121,92855 -"268831",51121,104828 -"268832",51121,104832 -"268833",51123,53029 -"268834",51123,60210 -"268835",51123,72697 -"268836",51123,77117 -"268837",51123,77602 -"268838",51123,86480 -"268839",51123,88183 -"268840",51123,101130 -"268841",51123,107409 -"268842",51123,108850 -"268843",51123,118651 -"268844",51124,77495 -"268845",51124,86568 -"268846",51125,54246 -"268847",51125,55003 -"268848",51125,58302 -"268849",51125,60822 -"268850",51125,63046 -"268851",51127,51156 -"268852",51128,57968 -"268853",51128,116798 -"268854",51129,51171 -"268855",51129,51177 -"268856",51130,55359 -"268857",51130,56062 -"268858",51132,53650 -"268859",51132,60724 -"268860",51132,68488 -"268861",51132,69273 -"268862",51133,60041 -"268863",51133,105584 -"268864",51133,108521 -"268865",51134,51153 -"268866",51134,51159 -"268867",51135,69085 -"268868",51135,87860 -"268869",51135,88043 -"268870",51136,74245 -"268871",51137,90626 -"268872",51137,100414 -"268873",51138,51149 -"268874",51138,65334 -"268875",51139,68044 -"268876",51140,97978 -"268877",51140,97984 -"268878",51140,98001 -"268879",51141,51142 -"268880",51141,51143 -"268881",51142,51143 -"268882",51143,79810 -"268883",51144,63987 -"268884",51145,70955 -"268885",51145,87834 -"268886",51147,53689 -"268887",51147,59548 -"268888",51147,64983 -"268889",51147,65025 -"268890",51147,65090 -"268891",51147,70473 -"268892",51148,51167 -"268893",51148,63043 -"268894",51148,100637 -"268895",51148,101050 -"268896",51148,101750 -"268897",51148,112990 -"268898",51148,113008 -"268899",51148,115690 -"268900",51148,118198 -"268901",51148,118214 -"268902",51148,118218 -"268903",51150,51151 -"268904",51151,80594 -"268905",51152,58053 -"268906",51152,80375 -"268907",51153,51159 -"268908",51153,72485 -"268909",51153,89024 -"268910",51153,105695 -"268911",51153,111982 -"268912",51153,119316 -"268913",51156,98717 -"268914",51156,98725 -"268915",51156,98735 -"268916",51157,62148 -"268917",51157,64219 -"268918",51157,67662 -"268919",51157,72881 -"268920",51157,122963 -"268921",51158,100722 -"268922",51158,100727 -"268923",51159,53986 -"268924",51159,109199 -"268925",51161,69387 -"268926",51162,82585 -"268927",51162,114475 -"268928",51164,77050 -"268929",51164,100570 -"268930",51167,72274 -"268931",51167,72380 -"268932",51167,72401 -"268933",51167,72451 -"268934",51168,53856 -"268935",51168,55020 -"268936",51168,56706 -"268937",51169,55334 -"268938",51170,70327 -"268939",51170,84610 -"268940",51171,51177 -"268941",51171,116501 -"268942",51172,66819 -"268943",51172,86972 -"268944",51173,61630 -"268945",51173,106983 -"268946",51174,76489 -"268947",51174,106437 -"268948",51175,55324 -"268949",51175,69247 -"268950",51175,84713 -"268951",51175,88857 -"268952",51175,100462 -"268953",51175,111933 -"268954",51178,117321 -"268955",51180,51208 -"268956",51180,51294 -"268957",51180,51316 -"268958",51181,51280 -"268959",51181,63666 -"268960",51181,79748 -"268961",51181,81452 -"268962",51182,66128 -"268963",51183,51320 -"268964",51183,52007 -"268965",51184,79373 -"268966",51184,91980 -"268967",51184,115662 -"268968",51185,51256 -"268969",51185,51262 -"268970",51185,51266 -"268971",51186,51321 -"268972",51186,71439 -"268973",51187,51237 -"268974",51187,51278 -"268975",51188,80592 -"268976",51188,81084 -"268977",51189,52144 -"268978",51189,89590 -"268979",51189,90190 -"268980",51189,91286 -"268981",51190,51191 -"268982",51190,110262 -"268983",51190,110270 -"268984",51193,53936 -"268985",51193,55078 -"268986",51193,57941 -"268987",51193,66698 -"268988",51194,51304 -"268989",51194,70013 -"268990",51195,51232 -"268991",51197,65713 -"268992",51197,75343 -"268993",51197,104420 -"268994",51198,64252 -"268995",51198,69176 -"268996",51199,83938 -"268997",51199,90834 -"268998",51199,106039 -"268999",51199,108404 -"269000",51199,108750 -"269001",51200,51201 -"269002",51200,68139 -"269003",51200,101419 -"269004",51200,121220 -"269005",51203,67328 -"269006",51203,67716 -"269007",51203,67732 -"269008",51203,67765 -"269009",51204,63847 -"269010",51204,95188 -"269011",51204,95549 -"269012",51205,62768 -"269013",51205,63498 -"269014",51205,73733 -"269015",51205,87418 -"269016",51207,61858 -"269017",51207,68200 -"269018",51207,76731 -"269019",51207,94982 -"269020",51207,109117 -"269021",51208,51294 -"269022",51208,51316 -"269023",51209,51210 -"269024",51209,74533 -"269025",51211,90193 -"269026",51211,102795 -"269027",51214,51255 -"269028",51216,51217 -"269029",51216,51276 -"269030",51216,51313 -"269031",51217,51276 -"269032",51217,51313 -"269033",51218,62659 -"269034",51218,64210 -"269035",51218,66434 -"269036",51218,68423 -"269037",51218,71219 -"269038",51219,51252 -"269039",51219,51253 -"269040",51219,51279 -"269041",51220,57018 -"269042",51220,77212 -"269043",51222,61031 -"269044",51222,111209 -"269045",51223,59366 -"269046",51223,66466 -"269047",51224,52736 -"269048",51224,87027 -"269049",51225,52962 -"269050",51225,53760 -"269051",51226,61233 -"269052",51227,72897 -"269053",51227,73460 -"269054",51227,88999 -"269055",51228,58608 -"269056",51229,51343 -"269057",51229,52259 -"269058",51229,64803 -"269059",51229,73700 -"269060",51229,75723 -"269061",51229,77167 -"269062",51229,80807 -"269063",51229,80808 -"269064",51229,85643 -"269065",51229,86969 -"269066",51229,108482 -"269067",51229,119241 -"269068",51229,119271 -"269069",51230,51879 -"269070",51230,69198 -"269071",51230,81648 -"269072",51230,82932 -"269073",51230,88817 -"269074",51230,88821 -"269075",51230,88867 -"269076",51230,89738 -"269077",51231,51264 -"269078",51232,88101 -"269079",51232,92338 -"269080",51232,92349 -"269081",51232,92360 -"269082",51232,92376 -"269083",51232,92388 -"269084",51232,92391 -"269085",51233,52997 -"269086",51233,71489 -"269087",51233,80861 -"269088",51233,93630 -"269089",51233,123158 -"269090",51234,51600 -"269091",51234,53025 -"269092",51234,66756 -"269093",51234,74126 -"269094",51234,79941 -"269095",51234,81429 -"269096",51234,105507 -"269097",51234,112128 -"269098",51234,114710 -"269099",51235,112114 -"269100",51236,51301 -"269101",51236,68623 -"269102",51236,69503 -"269103",51237,51278 -"269104",51238,63523 -"269105",51239,86305 -"269106",51239,97491 -"269107",51239,98080 -"269108",51239,102561 -"269109",51239,109283 -"269110",51239,114729 -"269111",51239,123116 -"269112",51240,110874 -"269113",51242,52048 -"269114",51242,68004 -"269115",51242,108270 -"269116",51243,51328 -"269117",51243,61084 -"269118",51244,53737 -"269119",51244,65750 -"269120",51244,69587 -"269121",51244,71222 -"269122",51244,71319 -"269123",51245,51329 -"269124",51245,70893 -"269125",51245,85776 -"269126",51245,89454 -"269127",51245,102915 -"269128",51245,105529 -"269129",51245,114517 -"269130",51245,118144 -"269131",51245,120073 -"269132",51248,62025 -"269133",51248,65162 -"269134",51248,68475 -"269135",51248,120028 -"269136",51249,54803 -"269137",51249,58098 -"269138",51249,65022 -"269139",51249,85812 -"269140",51249,91966 -"269141",51251,52768 -"269142",51251,79741 -"269143",51251,81820 -"269144",51251,85567 -"269145",51252,51253 -"269146",51252,51279 -"269147",51253,51279 -"269148",51254,77831 -"269149",51254,81996 -"269150",51254,91460 -"269151",51254,92448 -"269152",51254,105006 -"269153",51254,105035 -"269154",51256,51262 -"269155",51256,51266 -"269156",51257,55180 -"269157",51257,55191 -"269158",51257,55204 -"269159",51257,55258 -"269160",51257,55259 -"269161",51259,69019 -"269162",51259,71387 -"269163",51259,78632 -"269164",51259,99108 -"269165",51259,104790 -"269166",51259,118157 -"269167",51260,51267 -"269168",51260,70293 -"269169",51260,102980 -"269170",51261,62726 -"269171",51261,78392 -"269172",51261,87345 -"269173",51261,87352 -"269174",51261,87469 -"269175",51262,51266 -"269176",51262,55774 -"269177",51265,61568 -"269178",51265,63499 -"269179",51265,63695 -"269180",51265,69641 -"269181",51265,71177 -"269182",51266,60953 -"269183",51268,54552 -"269184",51268,74027 -"269185",51269,101991 -"269186",51270,59823 -"269187",51271,57345 -"269188",51271,62573 -"269189",51271,70905 -"269190",51271,74060 -"269191",51272,61928 -"269192",51272,71112 -"269193",51273,67230 -"269194",51275,63977 -"269195",51275,76704 -"269196",51275,81128 -"269197",51275,94637 -"269198",51275,101425 -"269199",51276,51313 -"269200",51276,63096 -"269201",51276,76893 -"269202",51276,78360 -"269203",51276,78362 -"269204",51276,80705 -"269205",51277,52451 -"269206",51277,53596 -"269207",51277,57164 -"269208",51277,57211 -"269209",51277,57238 -"269210",51277,97632 -"269211",51279,54416 -"269212",51280,107929 -"269213",51281,59422 -"269214",51281,59517 -"269215",51281,69135 -"269216",51281,69146 -"269217",51281,72777 -"269218",51282,60887 -"269219",51282,79936 -"269220",51284,80632 -"269221",51284,105251 -"269222",51287,55788 -"269223",51287,56105 -"269224",51287,56200 -"269225",51287,59682 -"269226",51287,67913 -"269227",51287,74813 -"269228",51287,78320 -"269229",51287,78322 -"269230",51287,83222 -"269231",51287,97783 -"269232",51287,99291 -"269233",51287,108336 -"269234",51288,65023 -"269235",51288,65995 -"269236",51288,67246 -"269237",51290,75252 -"269238",51290,104889 -"269239",51291,51314 -"269240",51291,51315 -"269241",51292,53196 -"269242",51292,54553 -"269243",51292,54980 -"269244",51292,65625 -"269245",51292,74628 -"269246",51292,75310 -"269247",51292,76629 -"269248",51292,84940 -"269249",51292,92081 -"269250",51292,100226 -"269251",51292,105947 -"269252",51293,53534 -"269253",51293,114493 -"269254",51293,119002 -"269255",51294,51316 -"269256",51295,82478 -"269257",51295,113888 -"269258",51296,61145 -"269259",51296,66251 -"269260",51297,70925 -"269261",51297,84770 -"269262",51297,99619 -"269263",51297,121103 -"269264",51299,52924 -"269265",51299,56236 -"269266",51299,63846 -"269267",51299,76905 -"269268",51299,78032 -"269269",51299,82885 -"269270",51299,90802 -"269271",51299,102881 -"269272",51299,103415 -"269273",51299,105616 -"269274",51299,122076 -"269275",51305,51611 -"269276",51305,52852 -"269277",51305,60401 -"269278",51305,62923 -"269279",51305,64493 -"269280",51305,64517 -"269281",51305,64694 -"269282",51305,64763 -"269283",51307,51308 -"269284",51310,66976 -"269285",51310,78556 -"269286",51314,51315 -"269287",51314,62396 -"269288",51317,116858 -"269289",51318,105090 -"269290",51318,123065 -"269291",51319,52579 -"269292",51319,57004 -"269293",51319,64786 -"269294",51319,68597 -"269295",51319,70715 -"269296",51319,78202 -"269297",51319,80871 -"269298",51319,80912 -"269299",51319,84219 -"269300",51319,85278 -"269301",51319,85708 -"269302",51319,87805 -"269303",51321,61180 -"269304",51322,65565 -"269305",51322,106603 -"269306",51322,106619 -"269307",51323,64918 -"269308",51323,72712 -"269309",51323,76872 -"269310",51323,85084 -"269311",51323,85641 -"269312",51323,91815 -"269313",51323,97048 -"269314",51323,106161 -"269315",51323,110122 -"269316",51324,51350 -"269317",51325,93915 -"269318",51325,117494 -"269319",51325,117519 -"269320",51325,117523 -"269321",51326,80381 -"269322",51326,119092 -"269323",51327,59304 -"269324",51327,65793 -"269325",51327,67434 -"269326",51327,79679 -"269327",51327,85962 -"269328",51327,90259 -"269329",51327,120295 -"269330",51327,120300 -"269331",51328,85128 -"269332",51328,93233 -"269333",51328,93831 -"269334",51328,99249 -"269335",51329,54622 -"269336",51329,55010 -"269337",51329,67094 -"269338",51329,67231 -"269339",51329,67238 -"269340",51329,71313 -"269341",51331,72202 -"269342",51331,101294 -"269343",51332,51333 -"269344",51332,51344 -"269345",51332,51345 -"269346",51332,51378 -"269347",51332,51416 -"269348",51333,51344 -"269349",51333,51345 -"269350",51333,51378 -"269351",51333,51416 -"269352",51334,51380 -"269353",51335,51356 -"269354",51336,51396 -"269355",51338,54873 -"269356",51339,55050 -"269357",51339,55232 -"269358",51341,51419 -"269359",51341,51420 -"269360",51342,51348 -"269361",51342,51418 -"269362",51342,51421 -"269363",51343,52259 -"269364",51343,59400 -"269365",51344,51345 -"269366",51344,51378 -"269367",51344,51416 -"269368",51345,51378 -"269369",51345,51416 -"269370",51347,82915 -"269371",51347,99613 -"269372",51347,105622 -"269373",51347,107962 -"269374",51347,108844 -"269375",51347,122378 -"269376",51347,122434 -"269377",51347,122439 -"269378",51348,51418 -"269379",51348,51421 -"269380",51349,51974 -"269381",51349,57399 -"269382",51349,69996 -"269383",51350,61993 -"269384",51351,51369 -"269385",51351,51400 -"269386",51351,62618 -"269387",51351,62700 -"269388",51352,70583 -"269389",51352,73668 -"269390",51352,89627 -"269391",51352,91626 -"269392",51353,101181 -"269393",51354,51355 -"269394",51354,74185 -"269395",51355,65289 -"269396",51355,74185 -"269397",51355,74467 -"269398",51357,63734 -"269399",51358,101612 -"269400",51359,52789 -"269401",51359,52800 -"269402",51359,52804 -"269403",51359,52812 -"269404",51359,52826 -"269405",51359,52842 -"269406",51359,52850 -"269407",51359,52883 -"269408",51359,56206 -"269409",51359,60588 -"269410",51359,61040 -"269411",51359,61041 -"269412",51360,70054 -"269413",51360,74486 -"269414",51360,75404 -"269415",51360,78414 -"269416",51360,81336 -"269417",51360,83911 -"269418",51360,83922 -"269419",51360,89604 -"269420",51361,51384 -"269421",51361,51453 -"269422",51362,77950 -"269423",51363,54363 -"269424",51363,55721 -"269425",51363,62327 -"269426",51363,68411 -"269427",51364,51450 -"269428",51366,52926 -"269429",51366,55151 -"269430",51366,86669 -"269431",51367,54814 -"269432",51367,107820 -"269433",51369,51400 -"269434",51369,62618 -"269435",51369,62700 -"269436",51370,51389 -"269437",51372,57697 -"269438",51372,59282 -"269439",51372,66719 -"269440",51372,88222 -"269441",51373,93858 -"269442",51373,93989 -"269443",51373,94578 -"269444",51373,118867 -"269445",51373,119157 -"269446",51373,119161 -"269447",51373,119164 -"269448",51373,120091 -"269449",51375,56935 -"269450",51377,59969 -"269451",51377,60523 -"269452",51377,64806 -"269453",51377,116851 -"269454",51378,51416 -"269455",51380,80443 -"269456",51382,74205 -"269457",51383,69380 -"269458",51383,79684 -"269459",51383,86018 -"269460",51384,51453 -"269461",51385,57694 -"269462",51385,60981 -"269463",51385,61407 -"269464",51385,61454 -"269465",51385,71051 -"269466",51386,57664 -"269467",51386,70078 -"269468",51386,76959 -"269469",51386,76965 -"269470",51386,89052 -"269471",51386,95913 -"269472",51386,95925 -"269473",51386,95935 -"269474",51387,62276 -"269475",51387,62493 -"269476",51387,83191 -"269477",51387,86185 -"269478",51387,91040 -"269479",51387,93431 -"269480",51387,100064 -"269481",51387,100625 -"269482",51387,104802 -"269483",51387,113153 -"269484",51387,120552 -"269485",51389,114736 -"269486",51389,114738 -"269487",51390,82336 -"269488",51390,90615 -"269489",51391,94063 -"269490",51391,101465 -"269491",51394,79851 -"269492",51394,84469 -"269493",51396,55820 -"269494",51396,55913 -"269495",51396,58035 -"269496",51396,64031 -"269497",51396,65793 -"269498",51396,67434 -"269499",51396,77585 -"269500",51396,78875 -"269501",51396,79766 -"269502",51396,80471 -"269503",51396,81815 -"269504",51396,82203 -"269505",51396,90093 -"269506",51396,90441 -"269507",51396,101783 -"269508",51396,109319 -"269509",51396,111888 -"269510",51397,65005 -"269511",51397,71577 -"269512",51397,74484 -"269513",51398,58383 -"269514",51398,63162 -"269515",51398,65898 -"269516",51398,69814 -"269517",51398,70889 -"269518",51398,79231 -"269519",51398,84138 -"269520",51398,84940 -"269521",51398,84941 -"269522",51398,84958 -"269523",51398,86131 -"269524",51398,87168 -"269525",51398,106968 -"269526",51398,109510 -"269527",51398,110599 -"269528",51399,52662 -"269529",51399,55675 -"269530",51400,55939 -"269531",51400,65909 -"269532",51406,71857 -"269533",51406,71860 -"269534",51406,72047 -"269535",51406,103491 -"269536",51407,71889 -"269537",51407,102166 -"269538",51410,51987 -"269539",51410,54371 -"269540",51410,55474 -"269541",51410,56171 -"269542",51410,56175 -"269543",51410,67362 -"269544",51410,69759 -"269545",51410,71296 -"269546",51410,78669 -"269547",51410,81455 -"269548",51410,83165 -"269549",51410,83180 -"269550",51410,92648 -"269551",51410,123364 -"269552",51413,70036 -"269553",51413,79529 -"269554",51414,51964 -"269555",51414,55701 -"269556",51415,56332 -"269557",51415,84393 -"269558",51415,98837 -"269559",51415,121633 -"269560",51415,121641 -"269561",51417,66070 -"269562",51418,51421 -"269563",51419,51420 -"269564",51419,55842 -"269565",51419,55858 -"269566",51419,55953 -"269567",51422,64105 -"269568",51423,62931 -"269569",51423,77951 -"269570",51423,109998 -"269571",51425,64608 -"269572",51425,64828 -"269573",51425,82946 -"269574",51425,82947 -"269575",51425,82953 -"269576",51426,53642 -"269577",51426,67662 -"269578",51426,68543 -"269579",51426,68549 -"269580",51427,53390 -"269581",51427,53658 -"269582",51427,61191 -"269583",51427,66718 -"269584",51427,68604 -"269585",51427,79149 -"269586",51427,106965 -"269587",51427,110747 -"269588",51428,77719 -"269589",51429,55960 -"269590",51429,70615 -"269591",51431,52319 -"269592",51432,64490 -"269593",51433,51529 -"269594",51433,56478 -"269595",51433,61837 -"269596",51434,51503 -"269597",51434,77929 -"269598",51434,92368 -"269599",51434,98838 -"269600",51434,98889 -"269601",51434,98910 -"269602",51434,98999 -"269603",51434,120744 -"269604",51435,57977 -"269605",51435,58035 -"269606",51435,65566 -"269607",51435,74833 -"269608",51436,51441 -"269609",51436,51442 -"269610",51436,51530 -"269611",51436,51531 -"269612",51436,51532 -"269613",51437,54361 -"269614",51437,71316 -"269615",51437,71397 -"269616",51437,71420 -"269617",51437,95944 -"269618",51437,95999 -"269619",51437,96000 -"269620",51437,96001 -"269621",51437,96005 -"269622",51439,56206 -"269623",51439,60163 -"269624",51439,68979 -"269625",51439,69092 -"269626",51439,69101 -"269627",51439,69115 -"269628",51439,69161 -"269629",51440,120506 -"269630",51441,51442 -"269631",51441,51530 -"269632",51441,51531 -"269633",51441,51532 -"269634",51442,51530 -"269635",51442,51531 -"269636",51442,51532 -"269637",51443,79491 -"269638",51443,79645 -"269639",51443,97939 -"269640",51444,51510 -"269641",51444,81406 -"269642",51445,59531 -"269643",51445,63789 -"269644",51446,72424 -"269645",51446,121493 -"269646",51446,122369 -"269647",51446,122653 -"269648",51447,51487 -"269649",51448,58168 -"269650",51448,72241 -"269651",51448,73248 -"269652",51448,75824 -"269653",51448,83191 -"269654",51448,83193 -"269655",51449,82078 -"269656",51449,89705 -"269657",51451,55363 -"269658",51451,78223 -"269659",51451,90062 -"269660",51451,102330 -"269661",51451,102347 -"269662",51452,51520 -"269663",51455,57693 -"269664",51455,59317 -"269665",51456,51664 -"269666",51456,70091 -"269667",51456,84841 -"269668",51456,111786 -"269669",51456,120841 -"269670",51457,51626 -"269671",51457,51627 -"269672",51457,51665 -"269673",51458,51674 -"269674",51458,85308 -"269675",51458,100632 -"269676",51458,109355 -"269677",51459,73292 -"269678",51460,60838 -"269679",51460,75202 -"269680",51460,78123 -"269681",51460,78163 -"269682",51460,78164 -"269683",51460,78165 -"269684",51460,78188 -"269685",51460,123228 -"269686",51461,96492 -"269687",51462,62444 -"269688",51462,68687 -"269689",51462,86558 -"269690",51462,103309 -"269691",51462,103643 -"269692",51463,55447 -"269693",51463,62496 -"269694",51463,63918 -"269695",51463,63924 -"269696",51463,63936 -"269697",51464,79961 -"269698",51464,106735 -"269699",51466,51514 -"269700",51468,51527 -"269701",51468,64609 -"269702",51468,84264 -"269703",51469,86536 -"269704",51470,55797 -"269705",51470,63442 -"269706",51470,73427 -"269707",51470,78024 -"269708",51470,84786 -"269709",51470,84818 -"269710",51470,86835 -"269711",51470,92709 -"269712",51470,115462 -"269713",51470,115466 -"269714",51470,115571 -"269715",51470,119721 -"269716",51471,70141 -"269717",51471,75939 -"269718",51471,77388 -"269719",51471,78929 -"269720",51471,93821 -"269721",51472,69151 -"269722",51472,79521 -"269723",51472,90649 -"269724",51472,101133 -"269725",51472,109726 -"269726",51473,51556 -"269727",51474,58695 -"269728",51474,62131 -"269729",51474,66477 -"269730",51474,68575 -"269731",51474,68624 -"269732",51475,51789 -"269733",51476,51892 -"269734",51476,53607 -"269735",51476,53755 -"269736",51476,54168 -"269737",51476,57210 -"269738",51476,58266 -"269739",51476,58482 -"269740",51476,59172 -"269741",51476,59816 -"269742",51476,61543 -"269743",51476,61874 -"269744",51476,63274 -"269745",51476,66322 -"269746",51476,67327 -"269747",51476,70854 -"269748",51476,71205 -"269749",51476,71683 -"269750",51476,72568 -"269751",51476,72628 -"269752",51476,73767 -"269753",51476,78532 -"269754",51476,79687 -"269755",51476,81609 -"269756",51476,85885 -"269757",51476,91255 -"269758",51476,92247 -"269759",51476,92352 -"269760",51476,92362 -"269761",51476,92929 -"269762",51476,93719 -"269763",51476,94906 -"269764",51476,94946 -"269765",51476,95889 -"269766",51476,96090 -"269767",51476,96093 -"269768",51476,97988 -"269769",51476,99309 -"269770",51476,99376 -"269771",51476,99450 -"269772",51476,99471 -"269773",51476,99474 -"269774",51476,100916 -"269775",51476,100944 -"269776",51476,101126 -"269777",51476,101329 -"269778",51476,105557 -"269779",51476,107199 -"269780",51476,108743 -"269781",51476,108980 -"269782",51476,109291 -"269783",51476,109933 -"269784",51476,110483 -"269785",51476,110567 -"269786",51476,110572 -"269787",51476,110630 -"269788",51476,110648 -"269789",51476,110711 -"269790",51476,110770 -"269791",51476,110869 -"269792",51476,110911 -"269793",51476,111285 -"269794",51476,111314 -"269795",51476,111362 -"269796",51476,111372 -"269797",51476,111424 -"269798",51476,111433 -"269799",51476,112422 -"269800",51476,113269 -"269801",51476,113430 -"269802",51476,114242 -"269803",51476,114842 -"269804",51476,115427 -"269805",51476,115521 -"269806",51476,115711 -"269807",51477,63029 -"269808",51478,51889 -"269809",51478,69324 -"269810",51478,69373 -"269811",51478,72708 -"269812",51479,68252 -"269813",51480,90779 -"269814",51481,60863 -"269815",51481,88121 -"269816",51481,88455 -"269817",51481,90776 -"269818",51481,90822 -"269819",51481,98856 -"269820",51482,75200 -"269821",51483,80773 -"269822",51483,80775 -"269823",51483,80786 -"269824",51483,80803 -"269825",51483,80830 -"269826",51483,80831 -"269827",51484,77896 -"269828",51484,105079 -"269829",51485,98421 -"269830",51486,55805 -"269831",51486,70139 -"269832",51486,70535 -"269833",51486,99714 -"269834",51486,102019 -"269835",51486,104252 -"269836",51486,104383 -"269837",51486,108450 -"269838",51487,112757 -"269839",51490,55390 -"269840",51490,76288 -"269841",51490,121796 -"269842",51491,51960 -"269843",51491,79494 -"269844",51492,51545 -"269845",51492,80840 -"269846",51492,81489 -"269847",51492,82300 -"269848",51492,91656 -"269849",51492,101228 -"269850",51492,103826 -"269851",51492,115365 -"269852",51492,121648 -"269853",51493,74180 -"269854",51494,51645 -"269855",51494,77025 -"269856",51494,106683 -"269857",51495,101672 -"269858",51496,64472 -"269859",51496,69117 -"269860",51496,72501 -"269861",51496,78278 -"269862",51496,81159 -"269863",51496,81878 -"269864",51496,90169 -"269865",51497,52061 -"269866",51497,79624 -"269867",51497,79627 -"269868",51497,79647 -"269869",51499,54416 -"269870",51499,69517 -"269871",51499,76504 -"269872",51499,76505 -"269873",51499,87191 -"269874",51499,110741 -"269875",51499,113594 -"269876",51500,53079 -"269877",51500,68649 -"269878",51500,88188 -"269879",51501,61710 -"269880",51501,101840 -"269881",51502,51918 -"269882",51502,115182 -"269883",51505,53735 -"269884",51505,57248 -"269885",51505,57883 -"269886",51505,62624 -"269887",51505,62724 -"269888",51505,81504 -"269889",51505,83486 -"269890",51505,118681 -"269891",51505,120856 -"269892",51505,120905 -"269893",51505,121585 -"269894",51506,71766 -"269895",51507,74949 -"269896",51507,83713 -"269897",51508,71687 -"269898",51511,62034 -"269899",51512,53964 -"269900",51512,54314 -"269901",51512,58654 -"269902",51512,60075 -"269903",51512,78544 -"269904",51512,88413 -"269905",51512,92393 -"269906",51512,94627 -"269907",51512,97553 -"269908",51512,97557 -"269909",51512,98625 -"269910",51512,102147 -"269911",51512,102148 -"269912",51512,112010 -"269913",51513,52001 -"269914",51513,52031 -"269915",51516,63849 -"269916",51516,90798 -"269917",51516,91115 -"269918",51516,101434 -"269919",51516,107323 -"269920",51516,107920 -"269921",51516,109824 -"269922",51517,80451 -"269923",51517,90053 -"269924",51517,101669 -"269925",51517,108733 -"269926",51517,121703 -"269927",51518,64665 -"269928",51521,88206 -"269929",51521,90742 -"269930",51524,51662 -"269931",51524,94803 -"269932",51526,69369 -"269933",51526,79485 -"269934",51526,79522 -"269935",51526,79580 -"269936",51528,51950 -"269937",51528,96248 -"269938",51528,101443 -"269939",51528,120840 -"269940",51530,51531 -"269941",51530,51532 -"269942",51530,66721 -"269943",51531,51532 -"269944",51531,67179 -"269945",51531,67185 -"269946",51533,51542 -"269947",51533,51543 -"269948",51533,56965 -"269949",51533,60401 -"269950",51534,56938 -"269951",51534,77250 -"269952",51534,83826 -"269953",51535,95708 -"269954",51535,102077 -"269955",51535,105306 -"269956",51536,64938 -"269957",51536,65508 -"269958",51536,81239 -"269959",51536,87156 -"269960",51536,89775 -"269961",51536,100547 -"269962",51537,59958 -"269963",51537,66397 -"269964",51537,79669 -"269965",51537,82648 -"269966",51537,82666 -"269967",51537,92506 -"269968",51537,95499 -"269969",51540,51541 -"269970",51542,51543 -"269971",51542,56965 -"269972",51543,56965 -"269973",51544,53979 -"269974",51544,60028 -"269975",51544,63786 -"269976",51544,68135 -"269977",51544,110260 -"269978",51546,57594 -"269979",51546,62754 -"269980",51546,87970 -"269981",51546,101993 -"269982",51547,62343 -"269983",51548,72391 -"269984",51548,78529 -"269985",51548,80188 -"269986",51548,80340 -"269987",51548,80366 -"269988",51550,51586 -"269989",51551,59807 -"269990",51551,69181 -"269991",51551,110407 -"269992",51551,113802 -"269993",51551,113886 -"269994",51551,116410 -"269995",51552,80413 -"269996",51552,89927 -"269997",51553,51673 -"269998",51554,90278 -"269999",51554,100556 -"270000",51554,101779 -"270001",51554,123124 -"270002",51555,117513 -"270003",51556,79363 -"270004",51556,118196 -"270005",51557,73377 -"270006",51557,73442 -"270007",51558,53633 -"270008",51558,80425 -"270009",51558,88710 -"270010",51558,96034 -"270011",51558,103140 -"270012",51558,109221 -"270013",51559,51642 -"270014",51560,98078 -"270015",51561,90378 -"270016",51562,92553 -"270017",51563,87744 -"270018",51563,107051 -"270019",51565,65620 -"270020",51565,66209 -"270021",51565,69705 -"270022",51565,74650 -"270023",51565,86729 -"270024",51565,90525 -"270025",51565,96613 -"270026",51565,97388 -"270027",51565,97412 -"270028",51565,98382 -"270029",51565,108170 -"270030",51565,108173 -"270031",51567,56499 -"270032",51568,51611 -"270033",51568,51866 -"270034",51568,57225 -"270035",51568,62601 -"270036",51568,66452 -"270037",51569,55907 -"270038",51569,70152 -"270039",51569,70199 -"270040",51570,51585 -"270041",51570,85575 -"270042",51571,96780 -"270043",51572,78775 -"270044",51574,51672 -"270045",51574,51933 -"270046",51574,57062 -"270047",51575,76210 -"270048",51575,86598 -"270049",51575,86619 -"270050",51577,78532 -"270051",51577,91068 -"270052",51578,118637 -"270053",51578,122849 -"270054",51579,51637 -"270055",51579,68992 -"270056",51579,83075 -"270057",51579,93546 -"270058",51579,119389 -"270059",51580,114207 -"270060",51581,71269 -"270061",51581,82628 -"270062",51581,99391 -"270063",51581,107207 -"270064",51582,57870 -"270065",51583,61305 -"270066",51583,73596 -"270067",51584,80094 -"270068",51584,81054 -"270069",51585,63883 -"270070",51585,72781 -"270071",51585,72854 -"270072",51587,51750 -"270073",51587,76123 -"270074",51587,78545 -"270075",51587,78819 -"270076",51587,81780 -"270077",51587,84552 -"270078",51587,84558 -"270079",51587,84599 -"270080",51587,103304 -"270081",51587,103492 -"270082",51588,77491 -"270083",51588,86310 -"270084",51588,121261 -"270085",51590,58361 -"270086",51591,51614 -"270087",51591,51653 -"270088",51591,62907 -"270089",51592,54972 -"270090",51592,59767 -"270091",51592,62178 -"270092",51593,56033 -"270093",51593,83543 -"270094",51593,88953 -"270095",51593,112214 -"270096",51595,78526 -"270097",51596,52310 -"270098",51596,103962 -"270099",51598,62634 -"270100",51599,53179 -"270101",51599,61136 -"270102",51599,71997 -"270103",51599,106611 -"270104",51599,106643 -"270105",51600,53025 -"270106",51600,66756 -"270107",51601,90365 -"270108",51601,105493 -"270109",51602,76239 -"270110",51602,90955 -"270111",51603,51604 -"270112",51604,96531 -"270113",51604,96578 -"270114",51605,118908 -"270115",51606,51668 -"270116",51607,96386 -"270117",51608,56952 -"270118",51609,80549 -"270119",51609,84316 -"270120",51609,105788 -"270121",51609,108207 -"270122",51609,108564 -"270123",51609,111755 -"270124",51609,111758 -"270125",51609,116323 -"270126",51610,51640 -"270127",51610,68630 -"270128",51611,52852 -"270129",51611,60401 -"270130",51611,62923 -"270131",51611,64493 -"270132",51611,64517 -"270133",51611,64694 -"270134",51611,64763 -"270135",51614,51653 -"270136",51615,51655 -"270137",51616,109238 -"270138",51618,76076 -"270139",51618,100633 -"270140",51619,101511 -"270141",51620,56125 -"270142",51621,54411 -"270143",51621,103058 -"270144",51621,106669 -"270145",51621,119212 -"270146",51622,52446 -"270147",51622,52447 -"270148",51622,55005 -"270149",51622,59380 -"270150",51622,63820 -"270151",51623,96068 -"270152",51624,58397 -"270153",51626,51627 -"270154",51626,51665 -"270155",51626,57811 -"270156",51626,57843 -"270157",51627,51665 -"270158",51628,93337 -"270159",51629,120874 -"270160",51631,59005 -"270161",51631,59737 -"270162",51633,55254 -"270163",51635,98439 -"270164",51638,55468 -"270165",51638,66933 -"270166",51638,72132 -"270167",51638,82831 -"270168",51638,85079 -"270169",51638,94284 -"270170",51638,96238 -"270171",51638,99444 -"270172",51638,106074 -"270173",51639,51644 -"270174",51640,61092 -"270175",51640,61093 -"270176",51640,61094 -"270177",51641,52738 -"270178",51641,53702 -"270179",51641,61103 -"270180",51642,53424 -"270181",51647,53513 -"270182",51647,57710 -"270183",51647,114397 -"270184",51649,71498 -"270185",51651,54227 -"270186",51651,60744 -"270187",51651,83318 -"270188",51652,55691 -"270189",51652,55889 -"270190",51652,65612 -"270191",51652,70963 -"270192",51652,72946 -"270193",51652,73072 -"270194",51652,73289 -"270195",51652,75779 -"270196",51652,83747 -"270197",51652,90492 -"270198",51652,101482 -"270199",51652,102757 -"270200",51652,105992 -"270201",51652,106004 -"270202",51652,106018 -"270203",51652,120448 -"270204",51654,52653 -"270205",51654,55015 -"270206",51654,57105 -"270207",51654,58035 -"270208",51654,71296 -"270209",51654,73384 -"270210",51654,83165 -"270211",51654,83906 -"270212",51654,83915 -"270213",51654,83949 -"270214",51654,94102 -"270215",51654,105061 -"270216",51656,72924 -"270217",51657,72408 -"270218",51657,90349 -"270219",51658,51659 -"270220",51658,73320 -"270221",51660,92226 -"270222",51661,65563 -"270223",51661,123302 -"270224",51661,123332 -"270225",51663,59484 -"270226",51663,61805 -"270227",51663,62424 -"270228",51663,70681 -"270229",51663,70908 -"270230",51663,71039 -"270231",51663,76905 -"270232",51663,78010 -"270233",51663,100398 -"270234",51663,117679 -"270235",51666,62793 -"270236",51666,66744 -"270237",51666,77871 -"270238",51666,80305 -"270239",51666,89742 -"270240",51666,91411 -"270241",51666,96513 -"270242",51666,99070 -"270243",51666,104662 -"270244",51666,105207 -"270245",51666,113473 -"270246",51666,117427 -"270247",51666,120879 -"270248",51666,120961 -"270249",51668,58027 -"270250",51668,85128 -"270251",51668,91952 -"270252",51668,102935 -"270253",51668,105634 -"270254",51669,51926 -"270255",51669,96251 -"270256",51669,100684 -"270257",51670,63665 -"270258",51671,57605 -"270259",51671,58413 -"270260",51672,51933 -"270261",51675,81355 -"270262",51675,114363 -"270263",51675,120678 -"270264",51675,123422 -"270265",51678,62126 -"270266",51678,86104 -"270267",51678,101056 -"270268",51678,107852 -"270269",51679,58212 -"270270",51680,101743 -"270271",51680,107691 -"270272",51681,67414 -"270273",51681,87356 -"270274",51682,92801 -"270275",51683,51725 -"270276",51683,53551 -"270277",51683,54598 -"270278",51683,66978 -"270279",51683,74964 -"270280",51683,81737 -"270281",51683,114333 -"270282",51683,119875 -"270283",51684,62819 -"270284",51684,83817 -"270285",51684,98583 -"270286",51684,105239 -"270287",51684,105250 -"270288",51684,108295 -"270289",51684,119104 -"270290",51687,52974 -"270291",51687,56360 -"270292",51687,57897 -"270293",51687,60508 -"270294",51687,60509 -"270295",51687,60537 -"270296",51687,65092 -"270297",51687,67076 -"270298",51688,51758 -"270299",51688,55717 -"270300",51688,77080 -"270301",51689,55185 -"270302",51689,55450 -"270303",51689,60603 -"270304",51689,64427 -"270305",51689,67788 -"270306",51689,76046 -"270307",51689,77376 -"270308",51689,109900 -"270309",51689,109909 -"270310",51690,51787 -"270311",51692,51710 -"270312",51692,51711 -"270313",51692,51730 -"270314",51692,52783 -"270315",51692,76487 -"270316",51692,78714 -"270317",51692,98327 -"270318",51692,98344 -"270319",51694,51695 -"270320",51694,51727 -"270321",51695,51727 -"270322",51697,57933 -"270323",51698,76596 -"270324",51699,51707 -"270325",51699,51762 -"270326",51699,51768 -"270327",51700,58234 -"270328",51700,67270 -"270329",51700,81176 -"270330",51702,51890 -"270331",51702,79892 -"270332",51703,51721 -"270333",51703,55787 -"270334",51703,57103 -"270335",51703,64139 -"270336",51703,66282 -"270337",51703,66357 -"270338",51703,95388 -"270339",51703,99728 -"270340",51703,105745 -"270341",51703,105748 -"270342",51703,117487 -"270343",51704,87624 -"270344",51705,92151 -"270345",51706,51739 -"270346",51707,51762 -"270347",51707,51768 -"270348",51708,55668 -"270349",51709,93446 -"270350",51710,51711 -"270351",51710,51730 -"270352",51710,52783 -"270353",51710,76487 -"270354",51710,96731 -"270355",51710,98327 -"270356",51710,98344 -"270357",51711,51730 -"270358",51712,61608 -"270359",51712,63058 -"270360",51712,63114 -"270361",51712,69108 -"270362",51712,74162 -"270363",51713,67495 -"270364",51713,67551 -"270365",51713,91909 -"270366",51713,99448 -"270367",51714,58238 -"270368",51715,51716 -"270369",51715,90413 -"270370",51718,57158 -"270371",51718,69255 -"270372",51720,56164 -"270373",51720,73898 -"270374",51720,82319 -"270375",51720,100559 -"270376",51720,109555 -"270377",51720,109669 -"270378",51720,120192 -"270379",51720,120194 -"270380",51720,120197 -"270381",51720,120198 -"270382",51720,120199 -"270383",51720,120215 -"270384",51721,75833 -"270385",51721,112411 -"270386",51723,51743 -"270387",51723,51755 -"270388",51724,53696 -"270389",51724,56418 -"270390",51724,87337 -"270391",51724,90823 -"270392",51725,52146 -"270393",51725,80106 -"270394",51725,100909 -"270395",51726,51779 -"270396",51729,52330 -"270397",51729,73051 -"270398",51729,80801 -"270399",51729,81448 -"270400",51729,95489 -"270401",51729,99772 -"270402",51730,107145 -"270403",51733,59003 -"270404",51733,80015 -"270405",51733,87641 -"270406",51733,87672 -"270407",51733,91269 -"270408",51733,91270 -"270409",51734,93386 -"270410",51734,98450 -"270411",51734,106974 -"270412",51734,109540 -"270413",51735,79735 -"270414",51735,81583 -"270415",51735,89428 -"270416",51735,98734 -"270417",51735,116039 -"270418",51736,95927 -"270419",51736,96672 -"270420",51736,96687 -"270421",51736,97297 -"270422",51736,104207 -"270423",51737,55031 -"270424",51738,68530 -"270425",51738,91778 -"270426",51738,92871 -"270427",51738,98815 -"270428",51739,117920 -"270429",51740,60431 -"270430",51740,78149 -"270431",51740,89207 -"270432",51740,123235 -"270433",51742,61098 -"270434",51742,79040 -"270435",51743,51755 -"270436",51744,51770 -"270437",51744,87178 -"270438",51744,100643 -"270439",51744,100857 -"270440",51744,101196 -"270441",51745,86205 -"270442",51746,51754 -"270443",51746,69773 -"270444",51747,86892 -"270445",51747,103650 -"270446",51747,104472 -"270447",51747,113723 -"270448",51747,123289 -"270449",51748,51789 -"270450",51749,58478 -"270451",51749,95708 -"270452",51750,59143 -"270453",51750,76123 -"270454",51750,78123 -"270455",51750,78887 -"270456",51750,84062 -"270457",51750,84599 -"270458",51750,85525 -"270459",51750,103839 -"270460",51750,108819 -"270461",51751,54125 -"270462",51751,81741 -"270463",51751,87220 -"270464",51751,89742 -"270465",51751,99583 -"270466",51751,102551 -"270467",51751,117386 -"270468",51751,117388 -"270469",51753,75643 -"270470",51753,115379 -"270471",51756,54527 -"270472",51756,110349 -"270473",51757,76600 -"270474",51757,116345 -"270475",51758,52524 -"270476",51758,57347 -"270477",51758,67285 -"270478",51758,96218 -"270479",51758,96258 -"270480",51759,65684 -"270481",51759,65705 -"270482",51759,72105 -"270483",51759,75058 -"270484",51759,96468 -"270485",51759,102586 -"270486",51759,111505 -"270487",51759,115207 -"270488",51759,115209 -"270489",51760,95846 -"270490",51761,62552 -"270491",51761,83730 -"270492",51761,85160 -"270493",51762,51768 -"270494",51762,52299 -"270495",51762,52487 -"270496",51762,63259 -"270497",51762,66735 -"270498",51762,67110 -"270499",51762,75342 -"270500",51762,75344 -"270501",51763,81531 -"270502",51763,84704 -"270503",51765,52003 -"270504",51765,64099 -"270505",51765,66896 -"270506",51765,69809 -"270507",51765,78286 -"270508",51765,95997 -"270509",51765,113596 -"270510",51768,62543 -"270511",51769,66778 -"270512",51770,87178 -"270513",51770,100643 -"270514",51770,100857 -"270515",51770,101196 -"270516",51771,92684 -"270517",51772,83022 -"270518",51772,83057 -"270519",51772,83063 -"270520",51772,83078 -"270521",51774,53724 -"270522",51774,61086 -"270523",51774,62107 -"270524",51774,72535 -"270525",51774,78731 -"270526",51774,78922 -"270527",51774,83524 -"270528",51774,101696 -"270529",51774,104781 -"270530",51774,104873 -"270531",51775,53132 -"270532",51775,90827 -"270533",51775,91331 -"270534",51775,91757 -"270535",51775,95187 -"270536",51777,75470 -"270537",51777,101111 -"270538",51778,57940 -"270539",51778,112392 -"270540",51779,53436 -"270541",51780,59507 -"270542",51781,73940 -"270543",51781,79468 -"270544",51781,89052 -"270545",51781,114112 -"270546",51781,120607 -"270547",51782,56018 -"270548",51782,68061 -"270549",51783,52018 -"270550",51783,52774 -"270551",51783,52899 -"270552",51783,53003 -"270553",51783,53444 -"270554",51783,53527 -"270555",51783,53555 -"270556",51783,54275 -"270557",51783,56628 -"270558",51783,58004 -"270559",51783,58068 -"270560",51783,58633 -"270561",51783,59238 -"270562",51783,59587 -"270563",51783,59977 -"270564",51783,61111 -"270565",51783,61127 -"270566",51783,68287 -"270567",51783,69821 -"270568",51783,71052 -"270569",51783,71978 -"270570",51784,77474 -"270571",51784,109755 -"270572",51785,81317 -"270573",51786,113421 -"270574",51788,70338 -"270575",51788,101861 -"270576",51790,52327 -"270577",51791,52168 -"270578",51791,70006 -"270579",51791,71168 -"270580",51791,71204 -"270581",51794,59919 -"270582",51794,63839 -"270583",51794,64569 -"270584",51794,67655 -"270585",51794,80565 -"270586",51794,83325 -"270587",51794,94784 -"270588",51794,110630 -"270589",51795,77977 -"270590",51795,93082 -"270591",51795,103193 -"270592",51795,107231 -"270593",51795,107251 -"270594",51795,107390 -"270595",51796,64018 -"270596",51796,83981 -"270597",51796,105769 -"270598",51798,88665 -"270599",51798,107585 -"270600",51799,99501 -"270601",51799,99503 -"270602",51799,99611 -"270603",51800,88927 -"270604",51800,112127 -"270605",51800,112137 -"270606",51801,53445 -"270607",51801,57804 -"270608",51801,59731 -"270609",51801,64595 -"270610",51801,67656 -"270611",51801,79889 -"270612",51801,79919 -"270613",51801,79920 -"270614",51801,79953 -"270615",51801,79969 -"270616",51801,83530 -"270617",51801,89069 -"270618",51801,98308 -"270619",51801,102362 -"270620",51802,51882 -"270621",51802,69668 -"270622",51804,57297 -"270623",51804,109269 -"270624",51804,109270 -"270625",51805,60016 -"270626",51805,120587 -"270627",51806,62061 -"270628",51806,63585 -"270629",51806,80324 -"270630",51806,86359 -"270631",51806,94995 -"270632",51806,99970 -"270633",51806,111392 -"270634",51806,115036 -"270635",51807,52755 -"270636",51807,53898 -"270637",51807,70323 -"270638",51807,101850 -"270639",51807,103852 -"270640",51807,118753 -"270641",51809,53490 -"270642",51809,53515 -"270643",51809,54940 -"270644",51809,57328 -"270645",51809,58990 -"270646",51809,59439 -"270647",51810,57614 -"270648",51810,75946 -"270649",51810,75948 -"270650",51811,60145 -"270651",51812,81105 -"270652",51812,87701 -"270653",51812,88098 -"270654",51812,89694 -"270655",51812,98726 -"270656",51812,98757 -"270657",51813,60425 -"270658",51813,65067 -"270659",51813,86173 -"270660",51813,91388 -"270661",51813,104265 -"270662",51813,105906 -"270663",51813,111073 -"270664",51813,114748 -"270665",51814,81498 -"270666",51814,96729 -"270667",51814,119601 -"270668",51815,51830 -"270669",51815,51831 -"270670",51815,51925 -"270671",51815,59918 -"270672",51815,67417 -"270673",51816,66186 -"270674",51816,71985 -"270675",51816,71988 -"270676",51817,62202 -"270677",51817,107694 -"270678",51818,60925 -"270679",51818,78708 -"270680",51818,86664 -"270681",51818,107203 -"270682",51819,53546 -"270683",51819,56476 -"270684",51819,58230 -"270685",51819,75244 -"270686",51819,83747 -"270687",51819,86325 -"270688",51819,93017 -"270689",51819,100396 -"270690",51819,106875 -"270691",51819,115718 -"270692",51820,51896 -"270693",51821,63669 -"270694",51823,63691 -"270695",51823,73561 -"270696",51823,98780 -"270697",51824,51840 -"270698",51824,51860 -"270699",51826,54550 -"270700",51827,53957 -"270701",51827,53988 -"270702",51827,65659 -"270703",51827,82152 -"270704",51828,55361 -"270705",51829,88524 -"270706",51829,95695 -"270707",51830,51831 -"270708",51830,51925 -"270709",51831,51925 -"270710",51832,98718 -"270711",51833,71120 -"270712",51833,91597 -"270713",51834,51904 -"270714",51834,100704 -"270715",51834,101330 -"270716",51835,58262 -"270717",51835,59776 -"270718",51835,99373 -"270719",51835,102947 -"270720",51835,110684 -"270721",51836,53979 -"270722",51836,54208 -"270723",51836,75905 -"270724",51836,76453 -"270725",51836,100363 -"270726",51836,100379 -"270727",51836,101124 -"270728",51836,103914 -"270729",51836,106446 -"270730",51836,106636 -"270731",51837,51870 -"270732",51838,52483 -"270733",51839,53207 -"270734",51839,53233 -"270735",51839,53234 -"270736",51839,53297 -"270737",51840,51860 -"270738",51841,73425 -"270739",51841,96168 -"270740",51843,53756 -"270741",51843,54385 -"270742",51843,77199 -"270743",51843,78980 -"270744",51843,79000 -"270745",51843,80025 -"270746",51843,84808 -"270747",51843,84828 -"270748",51846,55098 -"270749",51846,56672 -"270750",51846,58001 -"270751",51846,64762 -"270752",51846,65311 -"270753",51846,90335 -"270754",51846,92116 -"270755",51846,98428 -"270756",51846,99333 -"270757",51846,110011 -"270758",51848,66981 -"270759",51848,72090 -"270760",51848,79266 -"270761",51848,90662 -"270762",51848,92749 -"270763",51849,117702 -"270764",51851,68916 -"270765",51851,83667 -"270766",51852,97318 -"270767",51852,108993 -"270768",51853,55590 -"270769",51853,60658 -"270770",51853,67809 -"270771",51854,72742 -"270772",51855,86123 -"270773",51855,97911 -"270774",51856,51885 -"270775",51856,54172 -"270776",51856,54203 -"270777",51857,62086 -"270778",51858,88374 -"270779",51859,51875 -"270780",51859,52213 -"270781",51859,53476 -"270782",51859,58296 -"270783",51859,84881 -"270784",51859,85444 -"270785",51859,85446 -"270786",51859,110938 -"270787",51859,113686 -"270788",51859,115528 -"270789",51859,120109 -"270790",51859,121675 -"270791",51863,63089 -"270792",51863,64061 -"270793",51863,64340 -"270794",51863,64341 -"270795",51863,64392 -"270796",51863,64421 -"270797",51863,80852 -"270798",51863,83115 -"270799",51863,109743 -"270800",51864,62605 -"270801",51864,64975 -"270802",51864,65580 -"270803",51864,73389 -"270804",51864,85421 -"270805",51864,89742 -"270806",51864,95849 -"270807",51865,99100 -"270808",51866,51908 -"270809",51866,55268 -"270810",51866,57225 -"270811",51866,60370 -"270812",51866,60371 -"270813",51866,60539 -"270814",51866,66452 -"270815",51867,74260 -"270816",51868,87737 -"270817",51868,92242 -"270818",51868,99590 -"270819",51868,117674 -"270820",51868,121265 -"270821",51868,121266 -"270822",51870,63577 -"270823",51870,65960 -"270824",51870,65974 -"270825",51870,66000 -"270826",51873,81155 -"270827",51873,84861 -"270828",51874,86043 -"270829",51874,113374 -"270830",51875,52213 -"270831",51876,52157 -"270832",51876,84425 -"270833",51876,96602 -"270834",51876,115387 -"270835",51877,73340 -"270836",51877,113439 -"270837",51877,114590 -"270838",51877,116371 -"270839",51878,83133 -"270840",51878,97082 -"270841",51879,61780 -"270842",51879,69198 -"270843",51879,69234 -"270844",51879,69891 -"270845",51879,71403 -"270846",51879,71462 -"270847",51879,75871 -"270848",51879,75876 -"270849",51879,75877 -"270850",51879,81648 -"270851",51879,82932 -"270852",51879,88817 -"270853",51879,88821 -"270854",51880,53636 -"270855",51880,63706 -"270856",51880,65246 -"270857",51880,67381 -"270858",51880,77436 -"270859",51880,78208 -"270860",51880,86902 -"270861",51880,100016 -"270862",51880,100056 -"270863",51882,56836 -"270864",51882,59419 -"270865",51882,66544 -"270866",51882,66593 -"270867",51882,69668 -"270868",51883,88583 -"270869",51883,108098 -"270870",51884,58935 -"270871",51884,67982 -"270872",51884,68070 -"270873",51884,68088 -"270874",51884,68163 -"270875",51884,93687 -"270876",51887,63798 -"270877",51887,77679 -"270878",51887,77881 -"270879",51887,77897 -"270880",51887,78021 -"270881",51889,57817 -"270882",51889,57836 -"270883",51889,69324 -"270884",51890,54834 -"270885",51890,94259 -"270886",51890,99077 -"270887",51890,101929 -"270888",51891,64683 -"270889",51891,75470 -"270890",51891,90915 -"270891",51891,105492 -"270892",51892,53755 -"270893",51892,54168 -"270894",51892,57210 -"270895",51892,58482 -"270896",51892,59172 -"270897",51892,59816 -"270898",51892,61874 -"270899",51892,63274 -"270900",51892,66322 -"270901",51892,67327 -"270902",51892,70854 -"270903",51892,71683 -"270904",51892,72568 -"270905",51892,72628 -"270906",51892,73767 -"270907",51892,78532 -"270908",51892,81609 -"270909",51892,85885 -"270910",51892,91255 -"270911",51892,92247 -"270912",51892,92352 -"270913",51892,92362 -"270914",51892,92929 -"270915",51892,93719 -"270916",51892,94090 -"270917",51892,94906 -"270918",51892,94946 -"270919",51892,95628 -"270920",51892,95889 -"270921",51892,96093 -"270922",51892,97988 -"270923",51892,99309 -"270924",51892,99376 -"270925",51892,99450 -"270926",51892,99471 -"270927",51892,99474 -"270928",51892,100916 -"270929",51892,100944 -"270930",51892,101126 -"270931",51892,101329 -"270932",51892,105557 -"270933",51892,107199 -"270934",51892,108743 -"270935",51892,108980 -"270936",51892,109291 -"270937",51892,109933 -"270938",51892,110483 -"270939",51892,110567 -"270940",51892,110572 -"270941",51892,110630 -"270942",51892,110648 -"270943",51892,110711 -"270944",51892,110770 -"270945",51892,110869 -"270946",51892,110911 -"270947",51892,111285 -"270948",51892,111314 -"270949",51892,111362 -"270950",51892,111372 -"270951",51892,111424 -"270952",51892,111433 -"270953",51892,112422 -"270954",51892,113269 -"270955",51892,113430 -"270956",51892,114242 -"270957",51892,114842 -"270958",51892,115427 -"270959",51892,115521 -"270960",51892,115711 -"270961",51893,77808 -"270962",51893,77863 -"270963",51893,77877 -"270964",51893,77878 -"270965",51894,94429 -"270966",51896,83912 -"270967",51896,106444 -"270968",51896,116959 -"270969",51896,116960 -"270970",51897,54137 -"270971",51898,57826 -"270972",51899,67340 -"270973",51899,71572 -"270974",51899,71795 -"270975",51901,86444 -"270976",51901,87753 -"270977",51902,68933 -"270978",51902,73344 -"270979",51902,74068 -"270980",51902,91282 -"270981",51902,104447 -"270982",51902,105224 -"270983",51902,107797 -"270984",51903,109135 -"270985",51907,67279 -"270986",51908,67644 -"270987",51909,71526 -"270988",51910,101754 -"270989",51911,60645 -"270990",51911,61435 -"270991",51911,78788 -"270992",51911,106879 -"270993",51913,53621 -"270994",51913,56664 -"270995",51913,78734 -"270996",51914,104770 -"270997",51914,112912 -"270998",51914,123203 -"270999",51916,60167 -"271000",51917,56720 -"271001",51917,78923 -"271002",51917,83840 -"271003",51917,121170 -"271004",51918,94259 -"271005",51918,97678 -"271006",51918,99088 -"271007",51918,101929 -"271008",51918,104759 -"271009",51918,104773 -"271010",51918,115182 -"271011",51919,64205 -"271012",51919,65773 -"271013",51919,66324 -"271014",51919,70324 -"271015",51919,70330 -"271016",51919,70331 -"271017",51920,73693 -"271018",51921,58960 -"271019",51921,59270 -"271020",51921,62541 -"271021",51921,94520 -"271022",51921,94533 -"271023",51922,64958 -"271024",51922,116610 -"271025",51922,122774 -"271026",51924,52940 -"271027",51924,54408 -"271028",51924,68530 -"271029",51924,91521 -"271030",51924,99436 -"271031",51925,69165 -"271032",51925,87689 -"271033",51927,60828 -"271034",51927,66260 -"271035",51927,93452 -"271036",51928,93197 -"271037",51928,106701 -"271038",51928,107618 -"271039",51928,115841 -"271040",51930,55352 -"271041",51930,70458 -"271042",51931,61848 -"271043",51931,70651 -"271044",51934,80726 -"271045",51936,69649 -"271046",51936,83770 -"271047",51936,83792 -"271048",51936,95616 -"271049",51938,51980 -"271050",51938,58255 -"271051",51939,99841 -"271052",51939,112285 -"271053",51939,112315 -"271054",51939,112316 -"271055",51939,112473 -"271056",51940,52049 -"271057",51941,55037 -"271058",51943,51959 -"271059",51943,93998 -"271060",51943,97960 -"271061",51943,100745 -"271062",51943,100748 -"271063",51944,51987 -"271064",51944,71296 -"271065",51944,106398 -"271066",51944,113306 -"271067",51945,61141 -"271068",51945,97235 -"271069",51945,97428 -"271070",51945,101722 -"271071",51945,121096 -"271072",51946,105291 -"271073",51947,54337 -"271074",51947,55096 -"271075",51947,63877 -"271076",51947,67010 -"271077",51948,51949 -"271078",51951,57499 -"271079",51951,114914 -"271080",51954,60414 -"271081",51955,62141 -"271082",51955,71124 -"271083",51955,101005 -"271084",51956,113071 -"271085",51957,52247 -"271086",51957,59926 -"271087",51958,107408 -"271088",51961,62107 -"271089",51961,70893 -"271090",51961,107381 -"271091",51962,51981 -"271092",51963,74361 -"271093",51964,52030 -"271094",51965,65644 -"271095",51965,108647 -"271096",51967,117459 -"271097",51971,56903 -"271098",51971,62148 -"271099",51971,67998 -"271100",51971,89114 -"271101",51971,109718 -"271102",51972,52037 -"271103",51972,54633 -"271104",51972,116417 -"271105",51974,59861 -"271106",51975,76141 -"271107",51976,56883 -"271108",51976,59754 -"271109",51976,61720 -"271110",51976,90800 -"271111",51976,90954 -"271112",51977,56942 -"271113",51977,69996 -"271114",51978,52008 -"271115",51978,77419 -"271116",51979,56913 -"271117",51979,87200 -"271118",51982,67044 -"271119",51983,53272 -"271120",51983,53540 -"271121",51986,67534 -"271122",51986,102232 -"271123",51986,102239 -"271124",51986,112271 -"271125",51987,69759 -"271126",51987,71296 -"271127",51987,82911 -"271128",51987,83165 -"271129",51987,86087 -"271130",51988,65106 -"271131",51988,83208 -"271132",51988,87684 -"271133",51988,92055 -"271134",51988,109798 -"271135",51988,120926 -"271136",51988,122037 -"271137",51989,75862 -"271138",51989,78095 -"271139",51989,108976 -"271140",51990,76357 -"271141",51991,120251 -"271142",51992,59947 -"271143",51992,99152 -"271144",51993,121390 -"271145",51994,52039 -"271146",51995,52010 -"271147",51995,52017 -"271148",51995,82426 -"271149",51995,115980 -"271150",51996,73624 -"271151",51997,51998 -"271152",51997,53448 -"271153",51997,56840 -"271154",51997,56922 -"271155",51999,82980 -"271156",51999,107973 -"271157",52000,60718 -"271158",52000,89072 -"271159",52001,52031 -"271160",52002,76587 -"271161",52002,86462 -"271162",52002,99034 -"271163",52003,66896 -"271164",52004,84881 -"271165",52004,92122 -"271166",52004,110965 -"271167",52005,74427 -"271168",52005,92928 -"271169",52005,109780 -"271170",52005,109794 -"271171",52006,63761 -"271172",52006,83514 -"271173",52006,93913 -"271174",52006,100135 -"271175",52006,116634 -"271176",52006,117139 -"271177",52006,118127 -"271178",52006,122997 -"271179",52008,77330 -"271180",52008,87618 -"271181",52008,123458 -"271182",52009,52414 -"271183",52009,52475 -"271184",52009,60844 -"271185",52009,99353 -"271186",52009,113165 -"271187",52010,52017 -"271188",52011,64630 -"271189",52011,71756 -"271190",52011,74694 -"271191",52011,92144 -"271192",52012,57754 -"271193",52013,86913 -"271194",52014,90067 -"271195",52016,55693 -"271196",52017,83656 -"271197",52018,53444 -"271198",52018,53527 -"271199",52018,53555 -"271200",52018,54275 -"271201",52018,56628 -"271202",52018,58004 -"271203",52018,58068 -"271204",52018,58633 -"271205",52018,61111 -"271206",52018,61127 -"271207",52018,63492 -"271208",52018,67685 -"271209",52018,68287 -"271210",52018,70946 -"271211",52018,77712 -"271212",52018,101012 -"271213",52019,52722 -"271214",52019,53362 -"271215",52019,55614 -"271216",52019,55775 -"271217",52019,61619 -"271218",52019,88469 -"271219",52019,92026 -"271220",52019,101166 -"271221",52019,111030 -"271222",52019,120210 -"271223",52020,54069 -"271224",52020,54896 -"271225",52020,57355 -"271226",52020,77796 -"271227",52021,104633 -"271228",52021,106976 -"271229",52021,109620 -"271230",52021,115242 -"271231",52022,53360 -"271232",52022,64052 -"271233",52022,67438 -"271234",52022,96540 -"271235",52022,96635 -"271236",52022,96692 -"271237",52023,54872 -"271238",52023,70009 -"271239",52023,72367 -"271240",52023,74068 -"271241",52023,83212 -"271242",52023,84397 -"271243",52023,108886 -"271244",52023,121561 -"271245",52024,60339 -"271246",52024,66799 -"271247",52027,103381 -"271248",52028,56665 -"271249",52028,60270 -"271250",52028,60350 -"271251",52029,60438 -"271252",52029,63261 -"271253",52029,69495 -"271254",52029,75456 -"271255",52032,59654 -"271256",52032,61070 -"271257",52032,63947 -"271258",52032,65047 -"271259",52032,65501 -"271260",52032,65502 -"271261",52033,57084 -"271262",52033,57585 -"271263",52033,57916 -"271264",52033,67829 -"271265",52034,81908 -"271266",52034,81909 -"271267",52035,55203 -"271268",52035,91566 -"271269",52040,112585 -"271270",52041,56873 -"271271",52041,58211 -"271272",52041,67165 -"271273",52041,67229 -"271274",52041,73659 -"271275",52041,73743 -"271276",52041,73875 -"271277",52041,73896 -"271278",52042,53117 -"271279",52042,56276 -"271280",52042,71219 -"271281",52042,94547 -"271282",52042,114259 -"271283",52043,52277 -"271284",52043,53631 -"271285",52045,52053 -"271286",52046,66398 -"271287",52049,54426 -"271288",52049,61709 -"271289",52049,64629 -"271290",52049,64842 -"271291",52049,67667 -"271292",52050,60096 -"271293",52051,76721 -"271294",52052,53232 -"271295",52052,53687 -"271296",52052,54029 -"271297",52052,75106 -"271298",52052,95597 -"271299",52052,113787 -"271300",52052,116745 -"271301",52053,71287 -"271302",52053,71337 -"271303",52053,74513 -"271304",52053,92070 -"271305",52053,92098 -"271306",52054,52055 -"271307",52054,72306 -"271308",52054,119495 -"271309",52054,121607 -"271310",52055,58628 -"271311",52055,74438 -"271312",52055,85666 -"271313",52055,123296 -"271314",52056,80141 -"271315",52058,104609 -"271316",52058,108303 -"271317",52058,118667 -"271318",52059,107449 -"271319",52060,89745 -"271320",52062,70502 -"271321",52062,108211 -"271322",52064,52079 -"271323",52064,52159 -"271324",52064,52160 -"271325",52064,52183 -"271326",52064,52354 -"271327",52064,62672 -"271328",52065,53069 -"271329",52066,121207 -"271330",52067,52111 -"271331",52067,52127 -"271332",52067,58950 -"271333",52067,64471 -"271334",52067,72316 -"271335",52068,54932 -"271336",52070,52353 -"271337",52071,53843 -"271338",52071,64745 -"271339",52072,58854 -"271340",52073,64610 -"271341",52073,106386 -"271342",52074,90066 -"271343",52074,92828 -"271344",52074,94526 -"271345",52074,94563 -"271346",52075,52185 -"271347",52076,69061 -"271348",52076,104167 -"271349",52077,56705 -"271350",52077,91090 -"271351",52077,96740 -"271352",52077,106651 -"271353",52078,86657 -"271354",52079,52159 -"271355",52079,52160 -"271356",52079,52183 -"271357",52079,52354 -"271358",52081,52082 -"271359",52081,54157 -"271360",52081,63255 -"271361",52085,83267 -"271362",52087,52118 -"271363",52087,52372 -"271364",52087,103696 -"271365",52087,115680 -"271366",52089,58503 -"271367",52089,83599 -"271368",52089,90095 -"271369",52090,52516 -"271370",52090,62240 -"271371",52090,68695 -"271372",52090,98284 -"271373",52090,107802 -"271374",52091,72417 -"271375",52092,68693 -"271376",52092,69633 -"271377",52092,78092 -"271378",52092,117363 -"271379",52092,122456 -"271380",52093,66627 -"271381",52093,67598 -"271382",52093,79504 -"271383",52093,100764 -"271384",52093,116024 -"271385",52094,52312 -"271386",52094,54209 -"271387",52095,52171 -"271388",52096,63189 -"271389",52096,71399 -"271390",52096,82167 -"271391",52096,108429 -"271392",52096,110721 -"271393",52097,61297 -"271394",52097,62828 -"271395",52097,62839 -"271396",52097,67823 -"271397",52097,68814 -"271398",52097,105742 -"271399",52098,52139 -"271400",52098,54367 -"271401",52098,108426 -"271402",52098,117989 -"271403",52099,52138 -"271404",52099,52140 -"271405",52099,52167 -"271406",52101,63673 -"271407",52101,71323 -"271408",52102,53222 -"271409",52102,66117 -"271410",52105,53124 -"271411",52105,58017 -"271412",52105,66511 -"271413",52105,69410 -"271414",52105,77204 -"271415",52105,79518 -"271416",52105,81102 -"271417",52105,92316 -"271418",52105,103537 -"271419",52105,104834 -"271420",52105,104852 -"271421",52108,77692 -"271422",52108,101385 -"271423",52108,114827 -"271424",52109,56783 -"271425",52110,52920 -"271426",52111,52127 -"271427",52112,53415 -"271428",52112,56357 -"271429",52112,57636 -"271430",52112,58482 -"271431",52112,59798 -"271432",52112,70907 -"271433",52112,71683 -"271434",52112,77125 -"271435",52112,78398 -"271436",52112,82426 -"271437",52112,84343 -"271438",52112,85000 -"271439",52112,85101 -"271440",52112,91682 -"271441",52112,95267 -"271442",52112,97580 -"271443",52112,98727 -"271444",52112,98776 -"271445",52112,100795 -"271446",52112,106824 -"271447",52112,108879 -"271448",52112,109166 -"271449",52112,109858 -"271450",52112,109878 -"271451",52112,112962 -"271452",52112,113990 -"271453",52112,115413 -"271454",52112,116123 -"271455",52112,117258 -"271456",52112,117560 -"271457",52112,118128 -"271458",52112,118836 -"271459",52112,118866 -"271460",52112,118873 -"271461",52112,119131 -"271462",52112,119513 -"271463",52112,119716 -"271464",52112,119769 -"271465",52112,120123 -"271466",52112,120169 -"271467",52112,120725 -"271468",52112,120944 -"271469",52112,121609 -"271470",52112,122007 -"271471",52112,122032 -"271472",52112,122035 -"271473",52112,122724 -"271474",52112,123070 -"271475",52112,123394 -"271476",52112,123490 -"271477",52113,88452 -"271478",52113,108761 -"271479",52114,53723 -"271480",52114,64922 -"271481",52115,52147 -"271482",52116,73747 -"271483",52116,75411 -"271484",52116,76110 -"271485",52116,88610 -"271486",52116,88818 -"271487",52116,89244 -"271488",52116,92058 -"271489",52116,93353 -"271490",52116,95091 -"271491",52116,103043 -"271492",52117,84537 -"271493",52117,121921 -"271494",52118,52372 -"271495",52119,72530 -"271496",52119,76208 -"271497",52119,91140 -"271498",52119,96630 -"271499",52119,107192 -"271500",52120,52121 -"271501",52120,52122 -"271502",52120,52601 -"271503",52120,58389 -"271504",52120,63863 -"271505",52120,66976 -"271506",52120,102272 -"271507",52120,102327 -"271508",52120,102355 -"271509",52120,119357 -"271510",52121,52122 -"271511",52121,56956 -"271512",52123,64255 -"271513",52123,65789 -"271514",52124,59253 -"271515",52124,111331 -"271516",52125,54272 -"271517",52125,62278 -"271518",52125,73540 -"271519",52125,108699 -"271520",52125,115449 -"271521",52125,117158 -"271522",52129,52398 -"271523",52132,53624 -"271524",52132,64922 -"271525",52132,80889 -"271526",52132,88829 -"271527",52133,52144 -"271528",52133,63879 -"271529",52133,82908 -"271530",52133,106964 -"271531",52133,110960 -"271532",52133,111696 -"271533",52134,85153 -"271534",52135,52173 -"271535",52135,87007 -"271536",52136,52295 -"271537",52136,54556 -"271538",52136,56082 -"271539",52136,57687 -"271540",52136,67893 -"271541",52136,69192 -"271542",52136,69485 -"271543",52136,72207 -"271544",52136,73881 -"271545",52136,74599 -"271546",52136,75403 -"271547",52136,78835 -"271548",52136,79072 -"271549",52136,94909 -"271550",52136,97295 -"271551",52136,108303 -"271552",52138,52140 -"271553",52138,52167 -"271554",52140,52167 -"271555",52141,77647 -"271556",52141,87560 -"271557",52141,101326 -"271558",52141,112024 -"271559",52141,113433 -"271560",52141,113441 -"271561",52141,120137 -"271562",52142,52176 -"271563",52143,53954 -"271564",52143,62042 -"271565",52143,108153 -"271566",52143,108160 -"271567",52144,56175 -"271568",52144,60304 -"271569",52144,67216 -"271570",52144,67744 -"271571",52144,74250 -"271572",52144,81482 -"271573",52144,83300 -"271574",52144,88347 -"271575",52145,93878 -"271576",52146,76812 -"271577",52146,76834 -"271578",52147,79197 -"271579",52147,86362 -"271580",52147,91217 -"271581",52147,104110 -"271582",52149,84554 -"271583",52152,57870 -"271584",52152,62003 -"271585",52152,95361 -"271586",52153,53012 -"271587",52154,68724 -"271588",52154,76320 -"271589",52154,81010 -"271590",52154,96463 -"271591",52154,97427 -"271592",52154,102668 -"271593",52154,104592 -"271594",52154,107176 -"271595",52154,108785 -"271596",52154,108822 -"271597",52154,110535 -"271598",52154,117103 -"271599",52155,53078 -"271600",52155,53084 -"271601",52155,63535 -"271602",52156,55992 -"271603",52156,70901 -"271604",52156,71146 -"271605",52157,62183 -"271606",52157,77447 -"271607",52157,83954 -"271608",52157,84079 -"271609",52157,100477 -"271610",52157,115387 -"271611",52157,115897 -"271612",52158,69631 -"271613",52158,120787 -"271614",52158,122128 -"271615",52159,52160 -"271616",52159,52183 -"271617",52159,52354 -"271618",52159,61238 -"271619",52160,52183 -"271620",52160,52354 -"271621",52161,94063 -"271622",52161,97420 -"271623",52163,79548 -"271624",52163,90494 -"271625",52164,81299 -"271626",52164,113485 -"271627",52164,117959 -"271628",52165,52196 -"271629",52165,52246 -"271630",52165,61080 -"271631",52165,69208 -"271632",52166,60510 -"271633",52168,56548 -"271634",52168,56976 -"271635",52168,57163 -"271636",52168,63348 -"271637",52168,64947 -"271638",52168,67845 -"271639",52168,71027 -"271640",52168,71168 -"271641",52168,71204 -"271642",52168,71531 -"271643",52168,72918 -"271644",52168,75550 -"271645",52168,75678 -"271646",52168,75696 -"271647",52169,115607 -"271648",52170,99255 -"271649",52171,71240 -"271650",52171,76287 -"271651",52172,52279 -"271652",52172,69979 -"271653",52172,78186 -"271654",52172,102544 -"271655",52174,72553 -"271656",52174,98193 -"271657",52174,106221 -"271658",52175,60983 -"271659",52175,83891 -"271660",52175,83901 -"271661",52177,52207 -"271662",52178,58667 -"271663",52178,62498 -"271664",52178,84569 -"271665",52179,52328 -"271666",52179,54816 -"271667",52180,55712 -"271668",52180,87110 -"271669",52183,52354 -"271670",52184,54884 -"271671",52184,63299 -"271672",52184,64127 -"271673",52185,59209 -"271674",52185,88662 -"271675",52186,62562 -"271676",52186,68348 -"271677",52186,73230 -"271678",52186,80570 -"271679",52186,82522 -"271680",52186,82573 -"271681",52187,81118 -"271682",52189,73305 -"271683",52190,77847 -"271684",52191,52263 -"271685",52192,52300 -"271686",52192,89748 -"271687",52194,58273 -"271688",52195,88479 -"271689",52196,52246 -"271690",52197,81493 -"271691",52198,55330 -"271692",52198,62943 -"271693",52198,68530 -"271694",52198,71462 -"271695",52198,76680 -"271696",52198,82417 -"271697",52198,85509 -"271698",52199,52210 -"271699",52199,52747 -"271700",52199,52813 -"271701",52199,57504 -"271702",52199,64175 -"271703",52199,70323 -"271704",52199,84422 -"271705",52199,92557 -"271706",52199,100653 -"271707",52199,101074 -"271708",52199,101499 -"271709",52199,102079 -"271710",52199,103151 -"271711",52199,103206 -"271712",52199,103270 -"271713",52199,103678 -"271714",52199,109115 -"271715",52199,109116 -"271716",52199,109119 -"271717",52199,109121 -"271718",52201,52969 -"271719",52201,53782 -"271720",52201,55666 -"271721",52201,59281 -"271722",52201,68684 -"271723",52201,80608 -"271724",52201,81833 -"271725",52201,81869 -"271726",52201,91571 -"271727",52201,91592 -"271728",52202,66092 -"271729",52203,66358 -"271730",52204,62297 -"271731",52204,94249 -"271732",52205,57287 -"271733",52205,58262 -"271734",52205,59707 -"271735",52205,61337 -"271736",52205,69911 -"271737",52205,78725 -"271738",52205,85349 -"271739",52206,80061 -"271740",52206,100862 -"271741",52206,102801 -"271742",52206,102831 -"271743",52206,109389 -"271744",52206,109443 -"271745",52208,74062 -"271746",52208,81459 -"271747",52209,74273 -"271748",52209,121551 -"271749",52210,52747 -"271750",52210,105436 -"271751",52210,108403 -"271752",52212,53566 -"271753",52212,67892 -"271754",52215,52951 -"271755",52216,60663 -"271756",52216,66369 -"271757",52216,74044 -"271758",52216,88869 -"271759",52216,89587 -"271760",52216,92618 -"271761",52216,99989 -"271762",52216,107987 -"271763",52217,52422 -"271764",52217,62066 -"271765",52217,65017 -"271766",52217,77211 -"271767",52217,79419 -"271768",52217,79542 -"271769",52217,79606 -"271770",52217,85519 -"271771",52218,67694 -"271772",52219,68780 -"271773",52219,70954 -"271774",52219,96071 -"271775",52219,102571 -"271776",52219,103719 -"271777",52219,105972 -"271778",52219,112242 -"271779",52219,115153 -"271780",52220,87542 -"271781",52221,56311 -"271782",52222,58751 -"271783",52223,117468 -"271784",52223,117479 -"271785",52224,72219 -"271786",52225,57589 -"271787",52225,67648 -"271788",52225,68923 -"271789",52225,84003 -"271790",52225,85117 -"271791",52225,110333 -"271792",52226,62933 -"271793",52226,63745 -"271794",52227,56074 -"271795",52227,57477 -"271796",52228,52628 -"271797",52229,64277 -"271798",52229,66102 -"271799",52229,72817 -"271800",52229,89072 -"271801",52229,97205 -"271802",52230,84918 -"271803",52230,91351 -"271804",52231,61713 -"271805",52231,67752 -"271806",52231,70235 -"271807",52231,74926 -"271808",52231,77911 -"271809",52231,81771 -"271810",52231,102573 -"271811",52232,77696 -"271812",52232,79573 -"271813",52233,72005 -"271814",52233,93671 -"271815",52234,58217 -"271816",52234,81611 -"271817",52235,54734 -"271818",52235,102857 -"271819",52235,112352 -"271820",52236,52831 -"271821",52236,52900 -"271822",52237,52253 -"271823",52237,52271 -"271824",52237,61286 -"271825",52237,89472 -"271826",52239,74952 -"271827",52239,109609 -"271828",52240,53256 -"271829",52240,54801 -"271830",52240,54883 -"271831",52241,53662 -"271832",52242,92043 -"271833",52244,52245 -"271834",52244,56200 -"271835",52245,71009 -"271836",52245,79720 -"271837",52246,74125 -"271838",52247,59926 -"271839",52248,68051 -"271840",52248,87990 -"271841",52249,52302 -"271842",52249,103788 -"271843",52250,88734 -"271844",52250,103582 -"271845",52252,54340 -"271846",52253,52271 -"271847",52255,72985 -"271848",52257,62689 -"271849",52257,79917 -"271850",52257,79956 -"271851",52257,79963 -"271852",52258,65752 -"271853",52258,66930 -"271854",52258,115057 -"271855",52260,75481 -"271856",52260,87475 -"271857",52260,91806 -"271858",52264,60047 -"271859",52264,80913 -"271860",52264,105706 -"271861",52265,52518 -"271862",52267,91965 -"271863",52268,57913 -"271864",52268,58943 -"271865",52268,59031 -"271866",52268,68391 -"271867",52268,72235 -"271868",52268,92397 -"271869",52268,93001 -"271870",52268,93166 -"271871",52268,99574 -"271872",52268,100172 -"271873",52268,102288 -"271874",52268,106254 -"271875",52268,106360 -"271876",52268,106370 -"271877",52268,106379 -"271878",52268,106385 -"271879",52270,56293 -"271880",52270,61638 -"271881",52270,64050 -"271882",52270,69657 -"271883",52270,74517 -"271884",52270,83760 -"271885",52270,110252 -"271886",52270,119961 -"271887",52270,120783 -"271888",52271,55839 -"271889",52271,84153 -"271890",52271,95152 -"271891",52271,114668 -"271892",52271,121773 -"271893",52272,59809 -"271894",52273,62247 -"271895",52274,84516 -"271896",52274,104205 -"271897",52274,111309 -"271898",52275,74399 -"271899",52276,54161 -"271900",52276,65028 -"271901",52276,72674 -"271902",52276,88058 -"271903",52276,95167 -"271904",52276,96200 -"271905",52276,106534 -"271906",52276,106544 -"271907",52276,118657 -"271908",52277,53631 -"271909",52277,68244 -"271910",52277,72696 -"271911",52278,52303 -"271912",52279,59021 -"271913",52279,71277 -"271914",52279,79473 -"271915",52279,80190 -"271916",52280,52290 -"271917",52280,52291 -"271918",52280,54488 -"271919",52280,54497 -"271920",52280,54816 -"271921",52280,57658 -"271922",52280,95265 -"271923",52281,62244 -"271924",52281,81119 -"271925",52281,86338 -"271926",52281,95953 -"271927",52281,99371 -"271928",52283,53722 -"271929",52283,85285 -"271930",52283,107952 -"271931",52283,111497 -"271932",52283,121321 -"271933",52283,121329 -"271934",52283,121335 -"271935",52283,121342 -"271936",52283,121392 -"271937",52285,79126 -"271938",52286,52316 -"271939",52286,53784 -"271940",52288,81133 -"271941",52289,83212 -"271942",52290,52291 -"271943",52290,57658 -"271944",52291,57658 -"271945",52292,52296 -"271946",52292,54627 -"271947",52293,56624 -"271948",52293,62679 -"271949",52293,67726 -"271950",52293,81821 -"271951",52293,82625 -"271952",52294,52378 -"271953",52294,52693 -"271954",52294,57644 -"271955",52294,61740 -"271956",52294,77907 -"271957",52294,81697 -"271958",52294,83772 -"271959",52295,57175 -"271960",52297,89296 -"271961",52297,100105 -"271962",52299,60421 -"271963",52299,61158 -"271964",52299,66735 -"271965",52299,67110 -"271966",52299,67652 -"271967",52299,67669 -"271968",52299,75690 -"271969",52301,75694 -"271970",52302,101761 -"271971",52302,107805 -"271972",52302,107806 -"271973",52302,107813 -"271974",52304,62128 -"271975",52304,85489 -"271976",52304,85493 -"271977",52304,85505 -"271978",52306,98576 -"271979",52307,57093 -"271980",52308,54229 -"271981",52308,69001 -"271982",52309,62019 -"271983",52309,66474 -"271984",52309,77173 -"271985",52309,77346 -"271986",52309,77396 -"271987",52309,77401 -"271988",52309,77407 -"271989",52309,77417 -"271990",52309,77418 -"271991",52309,77480 -"271992",52309,77532 -"271993",52311,63224 -"271994",52311,70014 -"271995",52311,105686 -"271996",52312,54209 -"271997",52313,54186 -"271998",52313,70284 -"271999",52313,70444 -"272000",52313,70600 -"272001",52315,63502 -"272002",52315,108460 -"272003",52318,89121 -"272004",52318,123038 -"272005",52319,83040 -"272006",52319,92859 -"272007",52319,93951 -"272008",52320,55644 -"272009",52320,75913 -"272010",52320,79710 -"272011",52323,52371 -"272012",52323,62766 -"272013",52323,96336 -"272014",52323,96452 -"272015",52324,69539 -"272016",52326,52358 -"272017",52326,54947 -"272018",52327,55795 -"272019",52327,77441 -"272020",52327,84033 -"272021",52327,88462 -"272022",52327,105925 -"272023",52328,54816 -"272024",52328,55481 -"272025",52328,95265 -"272026",52329,54340 -"272027",52330,90216 -"272028",52330,116135 -"272029",52330,116668 -"272030",52332,61363 -"272031",52332,97649 -"272032",52332,105069 -"272033",52332,110966 -"272034",52332,114909 -"272035",52332,114912 -"272036",52332,114917 -"272037",52333,58686 -"272038",52333,96241 -"272039",52333,121009 -"272040",52334,52336 -"272041",52339,97912 -"272042",52339,112795 -"272043",52339,113360 -"272044",52339,119602 -"272045",52339,121254 -"272046",52340,52503 -"272047",52340,118784 -"272048",52340,118788 -"272049",52340,123483 -"272050",52341,53831 -"272051",52343,62063 -"272052",52343,76525 -"272053",52343,83144 -"272054",52343,90977 -"272055",52343,100356 -"272056",52343,103398 -"272057",52343,104125 -"272058",52343,104510 -"272059",52343,105918 -"272060",52343,113525 -"272061",52343,113577 -"272062",52343,116235 -"272063",52343,120774 -"272064",52343,122124 -"272065",52343,122162 -"272066",52343,122203 -"272067",52345,53303 -"272068",52345,59939 -"272069",52345,85685 -"272070",52345,90966 -"272071",52345,91912 -"272072",52345,94240 -"272073",52345,96871 -"272074",52345,111366 -"272075",52346,76580 -"272076",52346,98200 -"272077",52347,62511 -"272078",52347,85732 -"272079",52347,89177 -"272080",52347,89457 -"272081",52347,114549 -"272082",52347,120574 -"272083",52347,121316 -"272084",52347,121325 -"272085",52349,52374 -"272086",52350,92230 -"272087",52351,58541 -"272088",52351,93325 -"272089",52351,106316 -"272090",52351,116378 -"272091",52352,83013 -"272092",52352,102850 -"272093",52352,103707 -"272094",52352,111489 -"272095",52352,121766 -"272096",52352,122891 -"272097",52355,104290 -"272098",52356,53629 -"272099",52356,71003 -"272100",52356,96142 -"272101",52356,96516 -"272102",52356,101971 -"272103",52356,112055 -"272104",52356,112124 -"272105",52356,114435 -"272106",52356,115115 -"272107",52357,57568 -"272108",52357,87422 -"272109",52357,114409 -"272110",52358,54947 -"272111",52358,69531 -"272112",52360,52416 -"272113",52360,52476 -"272114",52361,93293 -"272115",52361,100117 -"272116",52361,101413 -"272117",52361,115463 -"272118",52361,119577 -"272119",52363,64598 -"272120",52363,64641 -"272121",52363,64690 -"272122",52364,52512 -"272123",52364,52513 -"272124",52364,52530 -"272125",52365,52475 -"272126",52367,78920 -"272127",52367,115220 -"272128",52368,59567 -"272129",52368,70696 -"272130",52369,55343 -"272131",52369,56679 -"272132",52369,63029 -"272133",52369,66092 -"272134",52369,88910 -"272135",52369,92106 -"272136",52369,93658 -"272137",52369,95059 -"272138",52369,101802 -"272139",52369,105373 -"272140",52371,94716 -"272141",52372,101259 -"272142",52372,115495 -"272143",52373,72975 -"272144",52373,107969 -"272145",52375,59663 -"272146",52375,61113 -"272147",52375,71269 -"272148",52375,75019 -"272149",52375,97854 -"272150",52375,114820 -"272151",52376,88384 -"272152",52376,108991 -"272153",52376,121741 -"272154",52376,122575 -"272155",52378,52579 -"272156",52378,96849 -"272157",52379,54905 -"272158",52379,54950 -"272159",52380,59511 -"272160",52380,65890 -"272161",52380,70670 -"272162",52381,67980 -"272163",52382,83554 -"272164",52382,117241 -"272165",52382,117249 -"272166",52385,118507 -"272167",52386,75826 -"272168",52386,87054 -"272169",52386,87870 -"272170",52386,98117 -"272171",52386,103011 -"272172",52387,52463 -"272173",52388,56066 -"272174",52388,99917 -"272175",52388,114438 -"272176",52388,117364 -"272177",52389,52527 -"272178",52389,52639 -"272179",52389,79626 -"272180",52389,87607 -"272181",52389,88862 -"272182",52389,96519 -"272183",52390,56440 -"272184",52390,56930 -"272185",52390,71423 -"272186",52390,84755 -"272187",52391,81744 -"272188",52392,60582 -"272189",52392,61091 -"272190",52392,80945 -"272191",52392,86786 -"272192",52392,102729 -"272193",52392,121890 -"272194",52393,52399 -"272195",52393,65360 -"272196",52393,67410 -"272197",52393,83810 -"272198",52393,98172 -"272199",52393,108247 -"272200",52393,108252 -"272201",52393,108273 -"272202",52394,52436 -"272203",52395,52539 -"272204",52395,122753 -"272205",52397,52497 -"272206",52397,71358 -"272207",52398,52471 -"272208",52398,57457 -"272209",52398,109311 -"272210",52400,52455 -"272211",52400,52496 -"272212",52401,117932 -"272213",52402,63775 -"272214",52402,75491 -"272215",52402,77238 -"272216",52402,84844 -"272217",52403,57284 -"272218",52403,67763 -"272219",52403,72302 -"272220",52403,90973 -"272221",52404,52481 -"272222",52404,62247 -"272223",52404,71783 -"272224",52405,52432 -"272225",52405,52433 -"272226",52409,60169 -"272227",52409,60296 -"272228",52409,107593 -"272229",52410,55918 -"272230",52410,116227 -"272231",52411,56241 -"272232",52411,62344 -"272233",52411,67412 -"272234",52412,55930 -"272235",52412,86129 -"272236",52413,108778 -"272237",52413,111204 -"272238",52414,82299 -"272239",52414,99353 -"272240",52414,113165 -"272241",52416,52476 -"272242",52416,56520 -"272243",52416,66530 -"272244",52416,66533 -"272245",52416,66599 -"272246",52417,100477 -"272247",52418,57554 -"272248",52418,63208 -"272249",52418,78740 -"272250",52418,118359 -"272251",52419,83500 -"272252",52419,87918 -"272253",52419,112190 -"272254",52419,112195 -"272255",52419,114468 -"272256",52420,79087 -"272257",52420,87305 -"272258",52423,59282 -"272259",52423,62439 -"272260",52423,78476 -"272261",52423,84306 -"272262",52423,110420 -"272263",52423,110683 -"272264",52424,108575 -"272265",52425,52464 -"272266",52426,52498 -"272267",52426,74495 -"272268",52427,65791 -"272269",52429,59677 -"272270",52429,87242 -"272271",52429,95494 -"272272",52429,98074 -"272273",52430,60114 -"272274",52430,60278 -"272275",52430,62641 -"272276",52431,56713 -"272277",52431,66792 -"272278",52432,52433 -"272279",52434,54381 -"272280",52434,77837 -"272281",52434,78611 -"272282",52434,81540 -"272283",52435,99910 -"272284",52437,58798 -"272285",52437,64744 -"272286",52437,74232 -"272287",52437,88712 -"272288",52437,94098 -"272289",52437,96978 -"272290",52437,108934 -"272291",52439,106820 -"272292",52440,52488 -"272293",52440,52532 -"272294",52441,57926 -"272295",52441,63409 -"272296",52441,66664 -"272297",52441,90939 -"272298",52441,91905 -"272299",52441,107396 -"272300",52441,112765 -"272301",52441,112767 -"272302",52442,52525 -"272303",52442,52596 -"272304",52442,73908 -"272305",52442,111473 -"272306",52442,118092 -"272307",52443,62376 -"272308",52443,69039 -"272309",52443,97564 -"272310",52443,112035 -"272311",52444,52493 -"272312",52444,54617 -"272313",52444,65791 -"272314",52445,98015 -"272315",52446,52447 -"272316",52446,59380 -"272317",52446,68612 -"272318",52448,71471 -"272319",52448,78607 -"272320",52448,90071 -"272321",52448,94037 -"272322",52448,122306 -"272323",52450,54059 -"272324",52450,55370 -"272325",52450,57804 -"272326",52450,59615 -"272327",52450,59940 -"272328",52450,67363 -"272329",52450,71230 -"272330",52450,76278 -"272331",52450,76740 -"272332",52450,76786 -"272333",52450,77272 -"272334",52450,77357 -"272335",52450,77402 -"272336",52450,78248 -"272337",52450,78255 -"272338",52450,78339 -"272339",52450,78445 -"272340",52450,79022 -"272341",52450,79716 -"272342",52450,79989 -"272343",52450,80281 -"272344",52450,81728 -"272345",52450,82196 -"272346",52450,82383 -"272347",52450,82810 -"272348",52450,82854 -"272349",52450,83853 -"272350",52450,83884 -"272351",52450,84379 -"272352",52450,84613 -"272353",52450,85465 -"272354",52450,85610 -"272355",52450,86351 -"272356",52450,86451 -"272357",52450,86882 -"272358",52450,87175 -"272359",52450,87451 -"272360",52450,87521 -"272361",52450,87572 -"272362",52450,87663 -"272363",52450,87721 -"272364",52450,87862 -"272365",52452,52524 -"272366",52452,58044 -"272367",52452,58158 -"272368",52452,67111 -"272369",52454,68717 -"272370",52454,74359 -"272371",52455,52496 -"272372",52455,76631 -"272373",52455,82349 -"272374",52455,97811 -"272375",52456,59372 -"272376",52456,64133 -"272377",52456,64177 -"272378",52457,56946 -"272379",52457,69253 -"272380",52457,74090 -"272381",52457,93948 -"272382",52457,97587 -"272383",52457,114645 -"272384",52457,116305 -"272385",52458,80574 -"272386",52460,53015 -"272387",52460,55223 -"272388",52460,56262 -"272389",52460,56347 -"272390",52460,63562 -"272391",52461,52628 -"272392",52461,57998 -"272393",52461,61437 -"272394",52461,62867 -"272395",52461,72414 -"272396",52461,73488 -"272397",52461,75523 -"272398",52461,79621 -"272399",52461,84647 -"272400",52462,116389 -"272401",52464,52858 -"272402",52464,69782 -"272403",52464,69832 -"272404",52465,52503 -"272405",52465,52504 -"272406",52465,52505 -"272407",52466,53374 -"272408",52466,59187 -"272409",52466,66373 -"272410",52466,77055 -"272411",52466,78182 -"272412",52466,79532 -"272413",52466,80057 -"272414",52466,80126 -"272415",52466,80247 -"272416",52466,80253 -"272417",52466,110072 -"272418",52468,52478 -"272419",52470,54582 -"272420",52470,60673 -"272421",52470,76315 -"272422",52470,84315 -"272423",52470,91900 -"272424",52471,61438 -"272425",52471,63171 -"272426",52471,75233 -"272427",52471,87076 -"272428",52471,88976 -"272429",52471,91082 -"272430",52471,91827 -"272431",52471,119246 -"272432",52472,82243 -"272433",52472,87612 -"272434",52472,92719 -"272435",52473,53434 -"272436",52474,91025 -"272437",52476,66530 -"272438",52476,66533 -"272439",52476,66599 -"272440",52477,52521 -"272441",52477,78073 -"272442",52480,64869 -"272443",52480,69808 -"272444",52483,80345 -"272445",52483,80870 -"272446",52483,82596 -"272447",52483,84905 -"272448",52483,92390 -"272449",52483,94418 -"272450",52484,61047 -"272451",52484,62268 -"272452",52484,108739 -"272453",52485,56398 -"272454",52485,64086 -"272455",52485,71004 -"272456",52485,82082 -"272457",52485,92296 -"272458",52485,105058 -"272459",52485,105738 -"272460",52485,109528 -"272461",52485,114954 -"272462",52487,63259 -"272463",52487,69776 -"272464",52487,75342 -"272465",52487,75344 -"272466",52488,52532 -"272467",52489,54805 -"272468",52489,79505 -"272469",52490,90576 -"272470",52491,53048 -"272471",52492,71932 -"272472",52492,90922 -"272473",52492,92713 -"272474",52492,97317 -"272475",52492,98948 -"272476",52493,65791 -"272477",52493,102408 -"272478",52494,68789 -"272479",52494,68891 -"272480",52494,68914 -"272481",52494,74445 -"272482",52494,97572 -"272483",52494,121483 -"272484",52494,121486 -"272485",52497,63641 -"272486",52497,75454 -"272487",52497,79434 -"272488",52499,57992 -"272489",52500,79222 -"272490",52500,101177 -"272491",52502,60241 -"272492",52502,62766 -"272493",52502,87389 -"272494",52502,97278 -"272495",52502,103201 -"272496",52502,105625 -"272497",52502,115957 -"272498",52503,52504 -"272499",52503,52505 -"272500",52504,52505 -"272501",52506,53773 -"272502",52506,64799 -"272503",52506,67653 -"272504",52506,67654 -"272505",52507,56448 -"272506",52507,71504 -"272507",52507,74963 -"272508",52507,91477 -"272509",52507,103886 -"272510",52507,103890 -"272511",52508,56187 -"272512",52508,90147 -"272513",52509,62251 -"272514",52509,85282 -"272515",52509,90740 -"272516",52510,72420 -"272517",52510,92973 -"272518",52510,93753 -"272519",52510,96798 -"272520",52511,98324 -"272521",52512,52513 -"272522",52512,52530 -"272523",52512,69727 -"272524",52513,52530 -"272525",52514,86012 -"272526",52514,86013 -"272527",52515,58393 -"272528",52515,58922 -"272529",52515,60084 -"272530",52515,65314 -"272531",52515,65408 -"272532",52515,65463 -"272533",52516,68695 -"272534",52516,81291 -"272535",52516,98284 -"272536",52516,116225 -"272537",52516,116904 -"272538",52517,55700 -"272539",52517,56767 -"272540",52517,86580 -"272541",52517,112394 -"272542",52517,115573 -"272543",52519,59493 -"272544",52519,71195 -"272545",52520,66769 -"272546",52520,66786 -"272547",52520,77653 -"272548",52520,83016 -"272549",52520,97389 -"272550",52520,97542 -"272551",52520,98076 -"272552",52522,73150 -"272553",52522,76431 -"272554",52522,99354 -"272555",52522,99931 -"272556",52522,108446 -"272557",52523,91739 -"272558",52523,95855 -"272559",52524,70684 -"272560",52524,95757 -"272561",52524,96218 -"272562",52524,96258 -"272563",52524,96433 -"272564",52525,59953 -"272565",52525,69037 -"272566",52525,74558 -"272567",52525,74653 -"272568",52525,75054 -"272569",52525,107496 -"272570",52526,69440 -"272571",52526,115351 -"272572",52527,57391 -"272573",52527,88862 -"272574",52527,93970 -"272575",52527,119744 -"272576",52529,54033 -"272577",52529,74110 -"272578",52529,84225 -"272579",52530,69123 -"272580",52530,92507 -"272581",52530,92816 -"272582",52530,93479 -"272583",52531,102891 -"272584",52531,105322 -"272585",52535,53785 -"272586",52535,63099 -"272587",52535,74197 -"272588",52535,81711 -"272589",52535,83961 -"272590",52535,85338 -"272591",52535,91666 -"272592",52535,91780 -"272593",52535,96270 -"272594",52536,89544 -"272595",52536,97444 -"272596",52536,99344 -"272597",52536,118113 -"272598",52536,119895 -"272599",52537,54528 -"272600",52538,57417 -"272601",52538,57963 -"272602",52538,59871 -"272603",52539,105809 -"272604",52540,61966 -"272605",52540,67386 -"272606",52540,85217 -"272607",52540,92460 -"272608",52540,105614 -"272609",52542,76076 -"272610",52543,62053 -"272611",52543,66586 -"272612",52543,72527 -"272613",52543,72603 -"272614",52544,52584 -"272615",52544,52586 -"272616",52544,52631 -"272617",52544,52632 -"272618",52544,59807 -"272619",52545,63117 -"272620",52545,63583 -"272621",52545,84849 -"272622",52546,65105 -"272623",52547,56085 -"272624",52548,52615 -"272625",52548,52616 -"272626",52549,86554 -"272627",52550,56151 -"272628",52550,86955 -"272629",52550,87644 -"272630",52550,87649 -"272631",52551,55638 -"272632",52551,64083 -"272633",52551,64093 -"272634",52551,64118 -"272635",52551,69439 -"272636",52552,103519 -"272637",52553,104681 -"272638",52555,56039 -"272639",52555,58042 -"272640",52555,58835 -"272641",52555,65751 -"272642",52555,72778 -"272643",52556,54465 -"272644",52556,71556 -"272645",52556,81862 -"272646",52557,62368 -"272647",52557,91596 -"272648",52557,91619 -"272649",52558,91963 -"272650",52559,69122 -"272651",52559,69754 -"272652",52559,71435 -"272653",52559,73623 -"272654",52559,77871 -"272655",52559,99424 -"272656",52559,108547 -"272657",52559,108699 -"272658",52559,108709 -"272659",52560,52617 -"272660",52561,52663 -"272661",52561,90106 -"272662",52563,67590 -"272663",52564,73288 -"272664",52564,94365 -"272665",52565,65631 -"272666",52565,75147 -"272667",52565,75503 -"272668",52566,79101 -"272669",52567,67129 -"272670",52567,94244 -"272671",52567,99381 -"272672",52567,114903 -"272673",52568,52602 -"272674",52569,56257 -"272675",52569,56426 -"272676",52570,71054 -"272677",52573,78138 -"272678",52573,82171 -"272679",52574,58330 -"272680",52574,69313 -"272681",52575,76127 -"272682",52575,88525 -"272683",52576,55082 -"272684",52576,61970 -"272685",52576,70902 -"272686",52576,71342 -"272687",52576,78025 -"272688",52576,81440 -"272689",52576,85821 -"272690",52577,87430 -"272691",52577,87471 -"272692",52577,94138 -"272693",52578,76031 -"272694",52578,108895 -"272695",52579,70715 -"272696",52579,80871 -"272697",52579,80912 -"272698",52579,91228 -"272699",52579,96849 -"272700",52580,70961 -"272701",52581,55089 -"272702",52581,95490 -"272703",52581,100211 -"272704",52581,104210 -"272705",52581,105374 -"272706",52582,78338 -"272707",52582,92612 -"272708",52584,52586 -"272709",52584,52631 -"272710",52584,52632 -"272711",52584,90510 -"272712",52584,97774 -"272713",52584,104025 -"272714",52584,116792 -"272715",52584,120366 -"272716",52584,121492 -"272717",52585,57807 -"272718",52585,62788 -"272719",52585,72429 -"272720",52585,99755 -"272721",52586,52631 -"272722",52586,52632 -"272723",52586,55312 -"272724",52587,52735 -"272725",52588,102699 -"272726",52588,104867 -"272727",52588,114187 -"272728",52589,53670 -"272729",52589,53707 -"272730",52589,88110 -"272731",52589,98733 -"272732",52590,63138 -"272733",52591,79000 -"272734",52592,59035 -"272735",52593,54344 -"272736",52594,65752 -"272737",52595,64361 -"272738",52596,67419 -"272739",52596,100121 -"272740",52596,104774 -"272741",52597,63477 -"272742",52597,102994 -"272743",52599,54740 -"272744",52600,80598 -"272745",52600,91230 -"272746",52602,54918 -"272747",52602,72778 -"272748",52603,62985 -"272749",52603,75371 -"272750",52603,81343 -"272751",52603,99731 -"272752",52603,101323 -"272753",52603,102845 -"272754",52603,104957 -"272755",52603,109815 -"272756",52603,111066 -"272757",52603,113278 -"272758",52603,113314 -"272759",52603,114723 -"272760",52603,116644 -"272761",52603,117804 -"272762",52603,121414 -"272763",52603,122345 -"272764",52603,122353 -"272765",52603,122358 -"272766",52603,122360 -"272767",52603,122366 -"272768",52603,122367 -"272769",52603,122376 -"272770",52603,122383 -"272771",52603,122393 -"272772",52603,122394 -"272773",52603,122398 -"272774",52603,122402 -"272775",52603,122403 -"272776",52603,122409 -"272777",52603,122412 -"272778",52603,122414 -"272779",52603,122415 -"272780",52603,122417 -"272781",52603,122418 -"272782",52603,122421 -"272783",52603,122422 -"272784",52603,122437 -"272785",52603,122438 -"272786",52603,122440 -"272787",52603,123424 -"272788",52604,54963 -"272789",52604,68631 -"272790",52604,68878 -"272791",52604,79253 -"272792",52605,59650 -"272793",52605,59712 -"272794",52605,59929 -"272795",52605,60115 -"272796",52605,71132 -"272797",52606,57356 -"272798",52606,65188 -"272799",52606,68613 -"272800",52606,70395 -"272801",52606,71399 -"272802",52606,73594 -"272803",52606,121047 -"272804",52607,88627 -"272805",52608,53453 -"272806",52608,55990 -"272807",52608,58648 -"272808",52608,61572 -"272809",52608,75953 -"272810",52608,101967 -"272811",52608,107539 -"272812",52608,109337 -"272813",52608,109820 -"272814",52608,110380 -"272815",52608,110394 -"272816",52608,119592 -"272817",52608,120033 -"272818",52608,123006 -"272819",52609,68611 -"272820",52609,89066 -"272821",52611,99731 -"272822",52611,99749 -"272823",52611,101323 -"272824",52611,101481 -"272825",52611,104957 -"272826",52612,52642 -"272827",52612,108573 -"272828",52614,61493 -"272829",52614,81856 -"272830",52614,84174 -"272831",52614,95789 -"272832",52614,106803 -"272833",52615,52616 -"272834",52616,108834 -"272835",52618,62967 -"272836",52619,113350 -"272837",52620,70788 -"272838",52620,87992 -"272839",52620,118217 -"272840",52621,54602 -"272841",52621,56051 -"272842",52621,66960 -"272843",52621,75829 -"272844",52621,92146 -"272845",52621,92147 -"272846",52621,92165 -"272847",52621,92183 -"272848",52622,60842 -"272849",52622,60859 -"272850",52622,60884 -"272851",52622,86760 -"272852",52623,54186 -"272853",52623,86738 -"272854",52624,92601 -"272855",52624,92602 -"272856",52624,96508 -"272857",52625,76386 -"272858",52625,84114 -"272859",52626,61721 -"272860",52626,62056 -"272861",52626,63518 -"272862",52626,73138 -"272863",52626,73151 -"272864",52626,75271 -"272865",52626,76047 -"272866",52626,78487 -"272867",52626,79862 -"272868",52626,81474 -"272869",52626,88221 -"272870",52626,88288 -"272871",52626,88309 -"272872",52626,91779 -"272873",52626,96525 -"272874",52626,102396 -"272875",52626,102535 -"272876",52626,106275 -"272877",52626,106280 -"272878",52628,61437 -"272879",52629,110804 -"272880",52631,52632 -"272881",52633,55226 -"272882",52633,68374 -"272883",52633,85509 -"272884",52633,87975 -"272885",52634,94324 -"272886",52634,94919 -"272887",52635,94137 -"272888",52636,81160 -"272889",52636,83643 -"272890",52638,68423 -"272891",52638,72135 -"272892",52638,102529 -"272893",52638,111490 -"272894",52639,68189 -"272895",52639,77177 -"272896",52639,84495 -"272897",52639,88176 -"272898",52639,91127 -"272899",52639,95730 -"272900",52639,101819 -"272901",52639,103417 -"272902",52639,108859 -"272903",52639,115809 -"272904",52640,52641 -"272905",52640,54926 -"272906",52640,60596 -"272907",52640,63170 -"272908",52640,79092 -"272909",52641,90109 -"272910",52643,92586 -"272911",52645,70118 -"272912",52645,70122 -"272913",52646,52647 -"272914",52649,54678 -"272915",52650,56669 -"272916",52650,72898 -"272917",52652,57651 -"272918",52653,52971 -"272919",52653,55465 -"272920",52653,63920 -"272921",52653,71296 -"272922",52653,71788 -"272923",52653,73384 -"272924",52653,85323 -"272925",52653,88859 -"272926",52653,95250 -"272927",52653,98113 -"272928",52653,99884 -"272929",52653,105061 -"272930",52653,112428 -"272931",52653,113306 -"272932",52654,71225 -"272933",52654,76309 -"272934",52654,76372 -"272935",52654,77366 -"272936",52656,66315 -"272937",52656,74112 -"272938",52656,99070 -"272939",52656,99904 -"272940",52657,56250 -"272941",52657,70713 -"272942",52657,99279 -"272943",52657,100229 -"272944",52657,101337 -"272945",52657,102827 -"272946",52657,103682 -"272947",52657,107334 -"272948",52657,109167 -"272949",52657,109693 -"272950",52657,109832 -"272951",52657,117786 -"272952",52657,117791 -"272953",52657,117795 -"272954",52658,55128 -"272955",52658,76079 -"272956",52658,78484 -"272957",52659,57490 -"272958",52659,66338 -"272959",52659,68895 -"272960",52659,75999 -"272961",52659,76350 -"272962",52659,77701 -"272963",52659,82123 -"272964",52659,90820 -"272965",52659,97426 -"272966",52665,78167 -"272967",52666,58485 -"272968",52666,75860 -"272969",52666,95556 -"272970",52666,97629 -"272971",52667,52859 -"272972",52667,108929 -"272973",52667,118043 -"272974",52669,52687 -"272975",52670,62690 -"272976",52670,64751 -"272977",52670,65550 -"272978",52670,77304 -"272979",52670,77534 -"272980",52670,81502 -"272981",52670,83919 -"272982",52670,84868 -"272983",52670,93352 -"272984",52671,62208 -"272985",52672,55490 -"272986",52674,62266 -"272987",52674,120167 -"272988",52676,71598 -"272989",52677,77448 -"272990",52678,53974 -"272991",52678,57899 -"272992",52678,60669 -"272993",52680,57904 -"272994",52680,59203 -"272995",52680,68706 -"272996",52680,73332 -"272997",52680,82453 -"272998",52680,87924 -"272999",52680,87932 -"273000",52680,87942 -"273001",52681,89155 -"273002",52681,95247 -"273003",52681,114591 -"273004",52685,61012 -"273005",52685,115222 -"273006",52686,61949 -"273007",52688,63632 -"273008",52688,73193 -"273009",52688,82281 -"273010",52688,82997 -"273011",52688,86623 -"273012",52688,98686 -"273013",52688,98703 -"273014",52688,98706 -"273015",52689,94340 -"273016",52690,53049 -"273017",52693,53343 -"273018",52693,57644 -"273019",52693,70269 -"273020",52693,83772 -"273021",52696,75875 -"273022",52696,110002 -"273023",52696,112079 -"273024",52697,87602 -"273025",52698,57503 -"273026",52698,81293 -"273027",52699,66847 -"273028",52699,78057 -"273029",52699,87259 -"273030",52699,87458 -"273031",52699,96151 -"273032",52699,97603 -"273033",52700,94012 -"273034",52700,94063 -"273035",52700,95226 -"273036",52701,59952 -"273037",52701,61612 -"273038",52701,61643 -"273039",52701,62840 -"273040",52702,63510 -"273041",52702,67987 -"273042",52702,97602 -"273043",52702,102427 -"273044",52702,103312 -"273045",52702,110509 -"273046",52703,52714 -"273047",52703,52735 -"273048",52703,60769 -"273049",52703,66842 -"273050",52703,68810 -"273051",52703,84164 -"273052",52704,52710 -"273053",52706,62936 -"273054",52706,76168 -"273055",52707,65257 -"273056",52707,76942 -"273057",52707,81001 -"273058",52708,52709 -"273059",52708,54418 -"273060",52708,59395 -"273061",52709,58979 -"273062",52709,59395 -"273063",52709,60270 -"273064",52709,62144 -"273065",52709,66850 -"273066",52709,67918 -"273067",52709,74911 -"273068",52709,82374 -"273069",52709,82376 -"273070",52709,83490 -"273071",52709,101907 -"273072",52709,104607 -"273073",52709,117635 -"273074",52712,52746 -"273075",52712,78465 -"273076",52712,78466 -"273077",52713,104272 -"273078",52714,52735 -"273079",52714,60769 -"273080",52714,66842 -"273081",52714,71227 -"273082",52714,83557 -"273083",52714,84164 -"273084",52714,84238 -"273085",52714,104951 -"273086",52714,106447 -"273087",52714,106470 -"273088",52714,106473 -"273089",52714,106483 -"273090",52714,115139 -"273091",52715,55676 -"273092",52715,63836 -"273093",52715,114244 -"273094",52716,65852 -"273095",52716,65874 -"273096",52716,65875 -"273097",52716,65889 -"273098",52716,65897 -"273099",52716,65908 -"273100",52716,66279 -"273101",52716,74789 -"273102",52716,75055 -"273103",52716,75099 -"273104",52717,120596 -"273105",52718,52802 -"273106",52718,52822 -"273107",52718,52828 -"273108",52718,52829 -"273109",52718,53638 -"273110",52718,58143 -"273111",52718,58774 -"273112",52720,62126 -"273113",52720,83532 -"273114",52720,88819 -"273115",52720,89129 -"273116",52720,102320 -"273117",52721,54136 -"273118",52721,61553 -"273119",52721,61694 -"273120",52721,105075 -"273121",52722,61619 -"273122",52723,52771 -"273123",52724,68784 -"273124",52724,70535 -"273125",52724,78472 -"273126",52724,83448 -"273127",52724,87709 -"273128",52724,99433 -"273129",52725,104020 -"273130",52725,104031 -"273131",52725,104054 -"273132",52725,106075 -"273133",52726,83285 -"273134",52727,53336 -"273135",52727,56746 -"273136",52727,95285 -"273137",52727,95317 -"273138",52727,95318 -"273139",52729,58248 -"273140",52729,80767 -"273141",52729,100089 -"273142",52729,114259 -"273143",52731,86699 -"273144",52732,52737 -"273145",52732,63561 -"273146",52734,83048 -"273147",52734,117992 -"273148",52735,53422 -"273149",52735,54161 -"273150",52735,57738 -"273151",52735,67488 -"273152",52736,55639 -"273153",52736,86837 -"273154",52736,87027 -"273155",52738,53702 -"273156",52738,65214 -"273157",52738,74652 -"273158",52738,75041 -"273159",52739,53343 -"273160",52739,55272 -"273161",52739,83140 -"273162",52740,59552 -"273163",52740,59609 -"273164",52741,52744 -"273165",52742,53332 -"273166",52742,59672 -"273167",52742,78460 -"273168",52742,80728 -"273169",52742,82435 -"273170",52742,91531 -"273171",52742,95661 -"273172",52742,97439 -"273173",52742,97483 -"273174",52742,97484 -"273175",52742,102443 -"273176",52742,104065 -"273177",52742,104542 -"273178",52742,119455 -"273179",52746,100372 -"273180",52746,110029 -"273181",52748,95972 -"273182",52749,82840 -"273183",52750,52884 -"273184",52750,53052 -"273185",52750,53057 -"273186",52750,61916 -"273187",52750,62842 -"273188",52750,63041 -"273189",52750,66943 -"273190",52750,67942 -"273191",52750,74516 -"273192",52750,77517 -"273193",52750,77522 -"273194",52750,77528 -"273195",52750,77607 -"273196",52750,93814 -"273197",52750,99359 -"273198",52750,105461 -"273199",52750,115313 -"273200",52751,52824 -"273201",52751,97827 -"273202",52752,70748 -"273203",52752,72083 -"273204",52752,90080 -"273205",52752,102444 -"273206",52753,55922 -"273207",52753,70480 -"273208",52756,71560 -"273209",52756,71947 -"273210",52757,52805 -"273211",52758,73615 -"273212",52759,59896 -"273213",52760,55321 -"273214",52760,89725 -"273215",52760,98515 -"273216",52760,100965 -"273217",52760,116023 -"273218",52762,97694 -"273219",52762,114635 -"273220",52762,120850 -"273221",52763,90745 -"273222",52763,121879 -"273223",52764,55081 -"273224",52764,62022 -"273225",52764,78721 -"273226",52765,52848 -"273227",52765,52861 -"273228",52766,56941 -"273229",52766,56970 -"273230",52767,60380 -"273231",52767,68091 -"273232",52767,69357 -"273233",52767,78005 -"273234",52767,82226 -"273235",52767,83709 -"273236",52767,92766 -"273237",52768,68887 -"273238",52768,72146 -"273239",52768,79741 -"273240",52768,81820 -"273241",52769,77767 -"273242",52769,78906 -"273243",52769,78907 -"273244",52770,99163 -"273245",52771,78516 -"273246",52771,94932 -"273247",52771,110040 -"273248",52772,105132 -"273249",52773,58841 -"273250",52773,70193 -"273251",52773,89708 -"273252",52774,52899 -"273253",52774,53003 -"273254",52775,52782 -"273255",52776,74927 -"273256",52776,74965 -"273257",52777,60675 -"273258",52777,79074 -"273259",52777,85553 -"273260",52777,99832 -"273261",52777,100860 -"273262",52778,55632 -"273263",52778,73572 -"273264",52778,73939 -"273265",52778,73950 -"273266",52779,54218 -"273267",52779,55944 -"273268",52779,58616 -"273269",52779,112042 -"273270",52780,52996 -"273271",52780,53313 -"273272",52781,79719 -"273273",52781,90912 -"273274",52781,97159 -"273275",52782,97257 -"273276",52782,115058 -"273277",52783,71493 -"273278",52783,76487 -"273279",52783,76549 -"273280",52783,92051 -"273281",52783,92559 -"273282",52783,98327 -"273283",52783,98344 -"273284",52784,74424 -"273285",52784,74998 -"273286",52785,109273 -"273287",52787,52872 -"273288",52787,54153 -"273289",52788,75816 -"273290",52788,86476 -"273291",52789,52800 -"273292",52789,52804 -"273293",52789,52812 -"273294",52789,52826 -"273295",52789,52842 -"273296",52789,52850 -"273297",52789,52883 -"273298",52789,56206 -"273299",52789,85172 -"273300",52789,119109 -"273301",52792,63794 -"273302",52792,73363 -"273303",52792,73541 -"273304",52792,86925 -"273305",52794,69086 -"273306",52795,55968 -"273307",52795,60806 -"273308",52795,67248 -"273309",52795,76530 -"273310",52796,53081 -"273311",52797,52798 -"273312",52797,52867 -"273313",52798,52867 -"273314",52799,60417 -"273315",52799,100680 -"273316",52799,101517 -"273317",52800,52804 -"273318",52800,52812 -"273319",52800,52826 -"273320",52800,52842 -"273321",52800,52850 -"273322",52800,52883 -"273323",52800,56206 -"273324",52800,85172 -"273325",52801,59791 -"273326",52801,62781 -"273327",52801,66042 -"273328",52801,102398 -"273329",52801,113747 -"273330",52802,52822 -"273331",52802,52828 -"273332",52802,52829 -"273333",52802,58774 -"273334",52802,74121 -"273335",52803,61028 -"273336",52803,80549 -"273337",52803,102459 -"273338",52803,112289 -"273339",52804,52812 -"273340",52804,52826 -"273341",52804,52842 -"273342",52804,52850 -"273343",52804,52883 -"273344",52804,56206 -"273345",52805,54819 -"273346",52806,52882 -"273347",52806,85534 -"273348",52806,90798 -"273349",52807,82506 -"273350",52807,87448 -"273351",52808,101451 -"273352",52808,116447 -"273353",52810,60368 -"273354",52811,56452 -"273355",52811,82409 -"273356",52811,82842 -"273357",52811,111242 -"273358",52812,52826 -"273359",52812,52842 -"273360",52812,52850 -"273361",52812,52883 -"273362",52812,56206 -"273363",52812,67570 -"273364",52812,67658 -"273365",52813,70323 -"273366",52813,84422 -"273367",52813,92557 -"273368",52813,102079 -"273369",52813,103270 -"273370",52813,103678 -"273371",52813,109115 -"273372",52813,109116 -"273373",52813,109119 -"273374",52813,109121 -"273375",52814,63212 -"273376",52814,84399 -"273377",52814,84904 -"273378",52815,68006 -"273379",52815,76286 -"273380",52815,77809 -"273381",52817,111409 -"273382",52818,52819 -"273383",52818,85426 -"273384",52818,115161 -"273385",52820,53347 -"273386",52820,90252 -"273387",52820,97539 -"273388",52820,101742 -"273389",52820,102044 -"273390",52820,104453 -"273391",52820,112185 -"273392",52820,113590 -"273393",52821,56273 -"273394",52822,52828 -"273395",52822,52829 -"273396",52822,63976 -"273397",52823,90496 -"273398",52823,100691 -"273399",52823,105510 -"273400",52825,92226 -"273401",52825,98542 -"273402",52825,103864 -"273403",52825,117692 -"273404",52826,52842 -"273405",52826,52850 -"273406",52826,52883 -"273407",52826,56206 -"273408",52828,52829 -"273409",52830,53147 -"273410",52830,70403 -"273411",52830,79507 -"273412",52830,92213 -"273413",52830,104098 -"273414",52831,52900 -"273415",52831,62163 -"273416",52831,62195 -"273417",52831,62559 -"273418",52832,58777 -"273419",52832,68362 -"273420",52834,78863 -"273421",52834,96844 -"273422",52834,114706 -"273423",52834,122533 -"273424",52835,67434 -"273425",52835,74350 -"273426",52835,75001 -"273427",52836,52863 -"273428",52836,52988 -"273429",52836,60180 -"273430",52836,61165 -"273431",52836,66864 -"273432",52837,55367 -"273433",52837,55378 -"273434",52838,61191 -"273435",52838,68922 -"273436",52838,70876 -"273437",52838,75908 -"273438",52838,77565 -"273439",52838,80054 -"273440",52838,80527 -"273441",52838,84859 -"273442",52838,92506 -"273443",52838,95376 -"273444",52839,59865 -"273445",52840,52870 -"273446",52840,62809 -"273447",52840,78158 -"273448",52842,52850 -"273449",52842,52883 -"273450",52842,56206 -"273451",52842,62923 -"273452",52842,65678 -"273453",52842,66248 -"273454",52843,55024 -"273455",52843,55176 -"273456",52843,86388 -"273457",52843,86617 -"273458",52843,109070 -"273459",52843,121575 -"273460",52844,97272 -"273461",52845,54081 -"273462",52845,63188 -"273463",52845,65402 -"273464",52845,65481 -"273465",52845,65516 -"273466",52845,74273 -"273467",52845,74399 -"273468",52845,83451 -"273469",52846,52876 -"273470",52847,76101 -"273471",52848,52861 -"273472",52849,71076 -"273473",52850,52883 -"273474",52850,56206 -"273475",52850,67570 -"273476",52850,67658 -"273477",52851,63641 -"273478",52852,57935 -"273479",52852,60401 -"273480",52852,62923 -"273481",52852,64493 -"273482",52852,64517 -"273483",52852,64694 -"273484",52852,64763 -"273485",52853,56976 -"273486",52853,60800 -"273487",52855,73320 -"273488",52855,108265 -"273489",52856,57320 -"273490",52856,59658 -"273491",52856,112403 -"273492",52857,81017 -"273493",52857,88994 -"273494",52858,69782 -"273495",52858,69832 -"273496",52862,53123 -"273497",52862,61354 -"273498",52862,75038 -"273499",52863,52988 -"273500",52864,85532 -"273501",52865,58123 -"273502",52866,58279 -"273503",52866,103763 -"273504",52867,52968 -"273505",52873,52874 -"273506",52873,90740 -"273507",52876,54760 -"273508",52877,75791 -"273509",52877,75844 -"273510",52878,83005 -"273511",52881,71116 -"273512",52881,71710 -"273513",52881,91701 -"273514",52881,99637 -"273515",52881,109817 -"273516",52881,109838 -"273517",52882,68036 -"273518",52883,56206 -"273519",52884,63041 -"273520",52884,74516 -"273521",52884,77517 -"273522",52884,77522 -"273523",52884,77528 -"273524",52884,77607 -"273525",52885,84360 -"273526",52885,102809 -"273527",52886,79672 -"273528",52886,88513 -"273529",52886,88526 -"273530",52886,107430 -"273531",52887,87205 -"273532",52887,97013 -"273533",52887,115846 -"273534",52888,71607 -"273535",52890,57859 -"273536",52890,60633 -"273537",52890,61571 -"273538",52890,88530 -"273539",52890,89859 -"273540",52894,72578 -"273541",52896,52997 -"273542",52896,65030 -"273543",52896,71824 -"273544",52896,91232 -"273545",52896,102368 -"273546",52898,63969 -"273547",52898,81916 -"273548",52899,53003 -"273549",52901,61771 -"273550",52902,61840 -"273551",52904,59968 -"273552",52904,79136 -"273553",52904,119275 -"273554",52906,52928 -"273555",52908,52971 -"273556",52910,52946 -"273557",52911,53193 -"273558",52911,58823 -"273559",52911,73826 -"273560",52911,77098 -"273561",52911,90093 -"273562",52911,94214 -"273563",52911,94743 -"273564",52911,121337 -"273565",52912,54734 -"273566",52912,57056 -"273567",52912,71816 -"273568",52912,83825 -"273569",52912,110865 -"273570",52912,120844 -"273571",52912,121826 -"273572",52913,68282 -"273573",52913,69048 -"273574",52913,70948 -"273575",52913,76680 -"273576",52913,82555 -"273577",52913,93237 -"273578",52913,100946 -"273579",52913,114558 -"273580",52915,53030 -"273581",52916,54438 -"273582",52916,55340 -"273583",52917,78081 -"273584",52917,78110 -"273585",52917,78768 -"273586",52917,79850 -"273587",52918,57156 -"273588",52918,82510 -"273589",52918,85958 -"273590",52918,86653 -"273591",52919,118906 -"273592",52920,108349 -"273593",52921,70087 -"273594",52921,104736 -"273595",52922,79599 -"273596",52922,89438 -"273597",52922,89676 -"273598",52922,93591 -"273599",52922,93635 -"273600",52922,93636 -"273601",52922,93650 -"273602",52922,93651 -"273603",52923,52936 -"273604",52924,54283 -"273605",52924,67902 -"273606",52924,74681 -"273607",52924,78032 -"273608",52924,83772 -"273609",52924,85726 -"273610",52924,90114 -"273611",52924,98406 -"273612",52924,108765 -"273613",52924,121043 -"273614",52924,121999 -"273615",52924,122076 -"273616",52924,123079 -"273617",52924,123085 -"273618",52926,55151 -"273619",52926,96272 -"273620",52926,114852 -"273621",52927,63236 -"273622",52927,86482 -"273623",52928,66014 -"273624",52928,72488 -"273625",52928,76599 -"273626",52928,105663 -"273627",52928,105789 -"273628",52929,52953 -"273629",52929,63382 -"273630",52929,75316 -"273631",52929,80169 -"273632",52929,91574 -"273633",52929,102767 -"273634",52929,103299 -"273635",52929,110741 -"273636",52929,118839 -"273637",52929,120452 -"273638",52929,120466 -"273639",52929,120471 -"273640",52929,120970 -"273641",52930,75073 -"273642",52931,77556 -"273643",52932,54262 -"273644",52932,59963 -"273645",52932,103116 -"273646",52932,103155 -"273647",52933,121939 -"273648",52933,121943 -"273649",52934,53106 -"273650",52934,53146 -"273651",52934,88978 -"273652",52935,75171 -"273653",52935,90284 -"273654",52937,52955 -"273655",52938,61650 -"273656",52938,61654 -"273657",52938,65596 -"273658",52939,53552 -"273659",52940,53628 -"273660",52940,53771 -"273661",52940,53924 -"273662",52940,55747 -"273663",52940,65438 -"273664",52940,66288 -"273665",52940,70969 -"273666",52940,74855 -"273667",52940,92741 -"273668",52940,99436 -"273669",52940,109536 -"273670",52940,120092 -"273671",52941,112266 -"273672",52942,61088 -"273673",52942,69794 -"273674",52944,61564 -"273675",52944,68475 -"273676",52944,68496 -"273677",52945,57638 -"273678",52945,70975 -"273679",52945,79322 -"273680",52945,85309 -"273681",52945,101410 -"273682",52946,110917 -"273683",52947,66453 -"273684",52947,68066 -"273685",52948,55127 -"273686",52949,110573 -"273687",52950,57443 -"273688",52950,77752 -"273689",52950,102728 -"273690",52951,65733 -"273691",52951,68333 -"273692",52951,82839 -"273693",52952,92759 -"273694",52953,69521 -"273695",52953,75316 -"273696",52953,77233 -"273697",52953,94265 -"273698",52953,102767 -"273699",52953,118839 -"273700",52953,120970 -"273701",52953,122746 -"273702",52954,60205 -"273703",52955,67456 -"273704",52955,71968 -"273705",52955,91362 -"273706",52956,77880 -"273707",52957,81267 -"273708",52957,115811 -"273709",52957,115835 -"273710",52959,57098 -"273711",52960,55569 -"273712",52960,57082 -"273713",52960,64525 -"273714",52960,88908 -"273715",52960,95497 -"273716",52960,101984 -"273717",52960,102015 -"273718",52960,113468 -"273719",52960,120034 -"273720",52961,76804 -"273721",52962,53760 -"273722",52963,77435 -"273723",52963,103935 -"273724",52963,105775 -"273725",52964,58217 -"273726",52964,65722 -"273727",52964,67913 -"273728",52964,72311 -"273729",52965,57790 -"273730",52966,88180 -"273731",52967,52978 -"273732",52967,56059 -"273733",52967,71164 -"273734",52967,71179 -"273735",52969,59281 -"273736",52969,81833 -"273737",52969,81869 -"273738",52969,83004 -"273739",52970,56410 -"273740",52971,55522 -"273741",52971,98896 -"273742",52971,107476 -"273743",52971,108400 -"273744",52971,118133 -"273745",52972,53023 -"273746",52972,54305 -"273747",52972,66052 -"273748",52972,81465 -"273749",52972,83763 -"273750",52972,88384 -"273751",52972,98593 -"273752",52973,52995 -"273753",52973,79912 -"273754",52973,82393 -"273755",52973,100230 -"273756",52974,56360 -"273757",52974,57897 -"273758",52974,65025 -"273759",52975,72399 -"273760",52977,72463 -"273761",52977,74328 -"273762",52977,74343 -"273763",52979,94170 -"273764",52980,67596 -"273765",52980,67601 -"273766",52980,67679 -"273767",52980,95988 -"273768",52981,71226 -"273769",52981,77577 -"273770",52981,107132 -"273771",52984,69188 -"273772",52984,99959 -"273773",52988,106893 -"273774",52988,106912 -"273775",52988,106918 -"273776",52988,106941 -"273777",52989,52990 -"273778",52990,73015 -"273779",52991,73936 -"273780",52992,109488 -"273781",52993,59081 -"273782",52993,59331 -"273783",52993,81350 -"273784",52994,58111 -"273785",52994,61478 -"273786",52994,62973 -"273787",52996,53313 -"273788",52996,61722 -"273789",52996,75036 -"273790",52997,71362 -"273791",52997,80861 -"273792",52997,92022 -"273793",52998,86516 -"273794",52999,61716 -"273795",52999,64625 -"273796",52999,64628 -"273797",52999,64976 -"273798",53000,53025 -"273799",53000,96802 -"273800",53001,68659 -"273801",53002,81563 -"273802",53002,81567 -"273803",53002,103769 -"273804",53002,108253 -"273805",53005,63954 -"273806",53006,58371 -"273807",53006,75470 -"273808",53006,78784 -"273809",53006,93039 -"273810",53006,94163 -"273811",53006,98543 -"273812",53006,99338 -"273813",53006,100496 -"273814",53006,102092 -"273815",53006,111732 -"273816",53006,114532 -"273817",53006,117013 -"273818",53006,117043 -"273819",53007,65723 -"273820",53008,54501 -"273821",53009,53010 -"273822",53009,64596 -"273823",53011,62407 -"273824",53011,68569 -"273825",53011,71943 -"273826",53011,76127 -"273827",53011,114282 -"273828",53012,72865 -"273829",53012,102459 -"273830",53012,111693 -"273831",53012,116781 -"273832",53013,54287 -"273833",53013,56338 -"273834",53013,68014 -"273835",53013,87547 -"273836",53014,55765 -"273837",53014,65389 -"273838",53014,70392 -"273839",53014,79420 -"273840",53014,103235 -"273841",53014,113233 -"273842",53014,116558 -"273843",53016,55212 -"273844",53016,61829 -"273845",53016,83927 -"273846",53016,98224 -"273847",53019,69880 -"273848",53020,106409 -"273849",53020,106413 -"273850",53021,54323 -"273851",53022,65509 -"273852",53022,65533 -"273853",53023,62979 -"273854",53023,66052 -"273855",53023,89479 -"273856",53024,65174 -"273857",53025,66756 -"273858",53027,73060 -"273859",53028,73089 -"273860",53028,114523 -"273861",53029,72022 -"273862",53029,84185 -"273863",53029,88183 -"273864",53029,95723 -"273865",53029,101130 -"273866",53029,107409 -"273867",53029,108850 -"273868",53029,117561 -"273869",53031,53635 -"273870",53031,56122 -"273871",53031,71434 -"273872",53031,80514 -"273873",53031,93615 -"273874",53031,103426 -"273875",53031,108718 -"273876",53031,119943 -"273877",53032,75016 -"273878",53032,87710 -"273879",53032,91718 -"273880",53032,118440 -"273881",53033,53075 -"273882",53033,53101 -"273883",53033,113298 -"273884",53034,62880 -"273885",53034,66003 -"273886",53035,53039 -"273887",53035,53047 -"273888",53035,64773 -"273889",53036,53175 -"273890",53036,55288 -"273891",53036,55320 -"273892",53036,55791 -"273893",53036,67120 -"273894",53036,67157 -"273895",53037,53054 -"273896",53037,55690 -"273897",53037,60283 -"273898",53038,53099 -"273899",53038,53107 -"273900",53038,54583 -"273901",53038,112926 -"273902",53038,112963 -"273903",53038,115550 -"273904",53039,53047 -"273905",53040,53176 -"273906",53043,53060 -"273907",53043,62774 -"273908",53043,75136 -"273909",53043,77844 -"273910",53043,79112 -"273911",53043,87307 -"273912",53043,87314 -"273913",53043,96664 -"273914",53044,57068 -"273915",53044,73983 -"273916",53046,53103 -"273917",53046,113579 -"273918",53048,58453 -"273919",53048,86423 -"273920",53048,86563 -"273921",53050,54877 -"273922",53050,61622 -"273923",53050,70699 -"273924",53050,101772 -"273925",53050,109233 -"273926",53051,60046 -"273927",53051,65188 -"273928",53051,72337 -"273929",53052,53057 -"273930",53052,72869 -"273931",53053,64846 -"273932",53055,81600 -"273933",53055,115557 -"273934",53055,115746 -"273935",53055,116389 -"273936",53056,65227 -"273937",53056,65848 -"273938",53057,69621 -"273939",53057,90638 -"273940",53058,53129 -"273941",53058,53178 -"273942",53058,58047 -"273943",53058,71011 -"273944",53058,72542 -"273945",53058,85529 -"273946",53058,85558 -"273947",53058,85684 -"273948",53058,99442 -"273949",53059,80316 -"273950",53061,83579 -"273951",53062,55286 -"273952",53062,58745 -"273953",53063,70681 -"273954",53063,78132 -"273955",53063,83492 -"273956",53063,107718 -"273957",53063,112556 -"273958",53063,114925 -"273959",53064,62844 -"273960",53064,91713 -"273961",53064,99372 -"273962",53064,106468 -"273963",53066,53122 -"273964",53067,64649 -"273965",53067,93096 -"273966",53067,104135 -"273967",53068,89763 -"273968",53068,93583 -"273969",53068,117331 -"273970",53068,117336 -"273971",53068,117337 -"273972",53068,117340 -"273973",53069,59700 -"273974",53070,83226 -"273975",53071,60430 -"273976",53072,92633 -"273977",53072,105188 -"273978",53074,53080 -"273979",53074,70746 -"273980",53075,53101 -"273981",53076,115352 -"273982",53076,115359 -"273983",53077,95397 -"273984",53077,109599 -"273985",53078,53084 -"273986",53080,83729 -"273987",53080,96925 -"273988",53080,109343 -"273989",53082,76944 -"273990",53082,111470 -"273991",53083,53108 -"273992",53083,54156 -"273993",53083,61995 -"273994",53083,64845 -"273995",53083,74190 -"273996",53084,63535 -"273997",53084,70680 -"273998",53087,70950 -"273999",53087,101179 -"274000",53087,105698 -"274001",53089,67812 -"274002",53089,70299 -"274003",53089,115360 -"274004",53090,82473 -"274005",53091,89906 -"274006",53092,61948 -"274007",53092,88245 -"274008",53092,99782 -"274009",53095,53121 -"274010",53095,53153 -"274011",53095,53573 -"274012",53097,76275 -"274013",53097,91395 -"274014",53097,95011 -"274015",53097,109030 -"274016",53098,81633 -"274017",53098,98630 -"274018",53099,53107 -"274019",53099,54583 -"274020",53099,112926 -"274021",53099,112963 -"274022",53099,115550 -"274023",53100,114190 -"274024",53102,108201 -"274025",53102,108230 -"274026",53102,108243 -"274027",53102,118392 -"274028",53104,57380 -"274029",53104,59442 -"274030",53104,59571 -"274031",53104,64654 -"274032",53104,97881 -"274033",53104,113948 -"274034",53105,56735 -"274035",53105,56766 -"274036",53105,67715 -"274037",53105,68065 -"274038",53105,68718 -"274039",53105,82627 -"274040",53106,53146 -"274041",53106,104934 -"274042",53106,104943 -"274043",53109,86913 -"274044",53109,86914 -"274045",53111,53123 -"274046",53111,78824 -"274047",53112,68256 -"274048",53113,78516 -"274049",53113,108346 -"274050",53114,54525 -"274051",53114,75555 -"274052",53115,73327 -"274053",53115,87711 -"274054",53117,87101 -"274055",53119,53311 -"274056",53119,53334 -"274057",53120,53144 -"274058",53120,53152 -"274059",53120,53177 -"274060",53120,63048 -"274061",53120,67718 -"274062",53120,88599 -"274063",53120,102710 -"274064",53120,115168 -"274065",53120,122055 -"274066",53121,53153 -"274067",53121,53573 -"274068",53121,68295 -"274069",53121,76060 -"274070",53121,76654 -"274071",53122,58393 -"274072",53122,60032 -"274073",53122,60057 -"274074",53122,71831 -"274075",53123,55164 -"274076",53123,61354 -"274077",53124,58017 -"274078",53124,66511 -"274079",53124,77204 -"274080",53124,79518 -"274081",53124,103537 -"274082",53124,104834 -"274083",53124,104852 -"274084",53125,70543 -"274085",53125,94988 -"274086",53125,98967 -"274087",53125,118698 -"274088",53125,120274 -"274089",53126,94022 -"274090",53128,53141 -"274091",53128,59039 -"274092",53128,102854 -"274093",53128,103826 -"274094",53129,53178 -"274095",53131,60873 -"274096",53131,73518 -"274097",53131,89399 -"274098",53132,53227 -"274099",53132,55111 -"274100",53132,58628 -"274101",53132,61801 -"274102",53132,64350 -"274103",53132,69480 -"274104",53132,72728 -"274105",53132,73044 -"274106",53132,73058 -"274107",53132,73335 -"274108",53132,78063 -"274109",53132,78429 -"274110",53132,78569 -"274111",53132,82143 -"274112",53132,83231 -"274113",53132,85435 -"274114",53132,86471 -"274115",53132,90804 -"274116",53132,90827 -"274117",53132,91022 -"274118",53132,91045 -"274119",53132,91757 -"274120",53132,93393 -"274121",53132,95187 -"274122",53132,95675 -"274123",53132,101516 -"274124",53132,102387 -"274125",53132,108374 -"274126",53132,108893 -"274127",53132,109101 -"274128",53132,109523 -"274129",53132,110993 -"274130",53132,111338 -"274131",53132,111398 -"274132",53132,111409 -"274133",53132,111480 -"274134",53132,112422 -"274135",53132,112648 -"274136",53132,112708 -"274137",53132,112820 -"274138",53132,112997 -"274139",53132,113597 -"274140",53132,114418 -"274141",53132,114582 -"274142",53132,115371 -"274143",53132,116028 -"274144",53132,116604 -"274145",53134,53167 -"274146",53134,53173 -"274147",53134,54929 -"274148",53134,56492 -"274149",53134,70806 -"274150",53134,70934 -"274151",53134,82623 -"274152",53136,73798 -"274153",53136,75809 -"274154",53136,109435 -"274155",53137,53560 -"274156",53137,53596 -"274157",53137,53615 -"274158",53138,81586 -"274159",53138,83436 -"274160",53138,101171 -"274161",53138,112685 -"274162",53138,115409 -"274163",53139,117573 -"274164",53141,53491 -"274165",53141,96767 -"274166",53141,96794 -"274167",53141,96803 -"274168",53142,81652 -"274169",53143,56283 -"274170",53144,53152 -"274171",53144,53177 -"274172",53144,53569 -"274173",53144,82076 -"274174",53144,104260 -"274175",53144,109409 -"274176",53144,109427 -"274177",53144,109437 -"274178",53148,77005 -"274179",53148,111219 -"274180",53149,55099 -"274181",53152,53177 -"274182",53152,63048 -"274183",53152,64200 -"274184",53152,67718 -"274185",53152,97963 -"274186",53152,109994 -"274187",53152,115168 -"274188",53153,53573 -"274189",53153,88776 -"274190",53154,63864 -"274191",53154,82308 -"274192",53154,101625 -"274193",53154,101661 -"274194",53154,108513 -"274195",53154,110711 -"274196",53154,119322 -"274197",53155,53271 -"274198",53155,59014 -"274199",53155,105811 -"274200",53155,114805 -"274201",53155,116478 -"274202",53156,85921 -"274203",53157,53208 -"274204",53158,89883 -"274205",53159,63746 -"274206",53159,66378 -"274207",53160,53191 -"274208",53160,53192 -"274209",53162,53199 -"274210",53162,53230 -"274211",53162,53286 -"274212",53163,53195 -"274213",53163,79198 -"274214",53163,82159 -"274215",53165,56653 -"274216",53165,111913 -"274217",53166,115304 -"274218",53167,53173 -"274219",53168,68848 -"274220",53168,75953 -"274221",53168,92684 -"274222",53168,93116 -"274223",53169,57411 -"274224",53169,90245 -"274225",53170,111107 -"274226",53171,53255 -"274227",53174,79017 -"274228",53174,79841 -"274229",53175,103705 -"274230",53177,56152 -"274231",53177,57806 -"274232",53177,92740 -"274233",53177,93760 -"274234",53177,99442 -"274235",53178,57486 -"274236",53178,121466 -"274237",53179,54480 -"274238",53179,55479 -"274239",53179,59496 -"274240",53179,61136 -"274241",53179,68120 -"274242",53179,70605 -"274243",53179,71997 -"274244",53179,78373 -"274245",53179,87359 -"274246",53179,92194 -"274247",53179,106611 -"274248",53179,106643 -"274249",53180,59696 -"274250",53180,75048 -"274251",53182,90883 -"274252",53182,93373 -"274253",53182,99877 -"274254",53184,85410 -"274255",53184,121498 -"274256",53186,53216 -"274257",53186,75633 -"274258",53186,79357 -"274259",53186,83803 -"274260",53186,90289 -"274261",53186,107668 -"274262",53187,86137 -"274263",53187,86962 -"274264",53187,99575 -"274265",53187,114705 -"274266",53188,82869 -"274267",53189,80112 -"274268",53189,89612 -"274269",53190,58036 -"274270",53190,69366 -"274271",53190,75469 -"274272",53190,86434 -"274273",53190,94790 -"274274",53190,97248 -"274275",53190,97267 -"274276",53190,97270 -"274277",53191,53192 -"274278",53193,77098 -"274279",53193,90093 -"274280",53194,61067 -"274281",53196,54480 -"274282",53196,54553 -"274283",53196,54980 -"274284",53196,65625 -"274285",53196,74628 -"274286",53196,75310 -"274287",53196,76629 -"274288",53196,84940 -"274289",53196,92081 -"274290",53196,100226 -"274291",53196,105947 -"274292",53197,116016 -"274293",53197,120903 -"274294",53199,53230 -"274295",53199,53286 -"274296",53200,53415 -"274297",53200,63518 -"274298",53200,68340 -"274299",53200,68428 -"274300",53200,69779 -"274301",53200,79977 -"274302",53200,84510 -"274303",53200,92017 -"274304",53200,102484 -"274305",53200,114757 -"274306",53200,115418 -"274307",53201,58792 -"274308",53202,53434 -"274309",53203,53253 -"274310",53203,76869 -"274311",53203,76871 -"274312",53204,64993 -"274313",53204,112188 -"274314",53205,73045 -"274315",53206,53287 -"274316",53207,53233 -"274317",53207,53234 -"274318",53207,53297 -"274319",53207,65077 -"274320",53207,65380 -"274321",53210,53430 -"274322",53211,97361 -"274323",53211,117313 -"274324",53212,89222 -"274325",53214,53235 -"274326",53215,79046 -"274327",53215,118534 -"274328",53216,75633 -"274329",53216,90289 -"274330",53218,72818 -"274331",53219,57225 -"274332",53219,60931 -"274333",53219,61751 -"274334",53219,62442 -"274335",53219,67104 -"274336",53219,69384 -"274337",53220,54337 -"274338",53220,60878 -"274339",53220,61298 -"274340",53221,53247 -"274341",53221,57882 -"274342",53221,95192 -"274343",53222,66117 -"274344",53222,91312 -"274345",53223,55690 -"274346",53223,55782 -"274347",53223,73336 -"274348",53224,94703 -"274349",53224,120648 -"274350",53225,57289 -"274351",53225,68971 -"274352",53225,92431 -"274353",53226,53251 -"274354",53227,55111 -"274355",53227,58628 -"274356",53227,61801 -"274357",53227,64350 -"274358",53227,73044 -"274359",53227,73058 -"274360",53227,73335 -"274361",53227,78063 -"274362",53227,78429 -"274363",53227,78569 -"274364",53227,82143 -"274365",53227,83231 -"274366",53227,86471 -"274367",53227,90804 -"274368",53227,91022 -"274369",53227,91045 -"274370",53227,94772 -"274371",53227,95675 -"274372",53227,97318 -"274373",53227,101516 -"274374",53227,102387 -"274375",53227,108374 -"274376",53227,108893 -"274377",53227,109101 -"274378",53227,109523 -"274379",53227,110993 -"274380",53227,111338 -"274381",53227,111398 -"274382",53227,111409 -"274383",53227,111480 -"274384",53227,112422 -"274385",53227,112648 -"274386",53227,112708 -"274387",53227,112820 -"274388",53227,112997 -"274389",53227,113597 -"274390",53227,114418 -"274391",53227,114582 -"274392",53227,115371 -"274393",53227,116028 -"274394",53227,116604 -"274395",53230,53286 -"274396",53230,66453 -"274397",53230,71607 -"274398",53230,79089 -"274399",53230,81850 -"274400",53230,83768 -"274401",53230,88686 -"274402",53230,104643 -"274403",53230,115608 -"274404",53232,76784 -"274405",53232,101120 -"274406",53232,116314 -"274407",53233,53234 -"274408",53233,53297 -"274409",53234,53297 -"274410",53235,54960 -"274411",53235,77073 -"274412",53235,90825 -"274413",53236,53277 -"274414",53236,85539 -"274415",53236,112323 -"274416",53236,122707 -"274417",53237,63476 -"274418",53237,76352 -"274419",53237,98324 -"274420",53237,108681 -"274421",53237,110148 -"274422",53237,122932 -"274423",53238,57169 -"274424",53238,84064 -"274425",53240,81902 -"274426",53241,99120 -"274427",53243,56968 -"274428",53243,70881 -"274429",53247,57882 -"274430",53248,58872 -"274431",53249,77719 -"274432",53249,78277 -"274433",53249,79938 -"274434",53249,90721 -"274435",53249,92021 -"274436",53252,62793 -"274437",53252,70925 -"274438",53252,78102 -"274439",53252,79183 -"274440",53252,92592 -"274441",53252,97824 -"274442",53252,101155 -"274443",53252,101189 -"274444",53252,102687 -"274445",53252,114282 -"274446",53252,123297 -"274447",53254,70877 -"274448",53254,78731 -"274449",53254,96999 -"274450",53254,100699 -"274451",53254,101667 -"274452",53255,67195 -"274453",53259,58164 -"274454",53259,78150 -"274455",53259,80625 -"274456",53259,81074 -"274457",53259,96352 -"274458",53259,99207 -"274459",53259,103930 -"274460",53260,60714 -"274461",53260,69040 -"274462",53260,101460 -"274463",53261,54587 -"274464",53261,77844 -"274465",53261,79227 -"274466",53261,83892 -"274467",53261,90607 -"274468",53261,90875 -"274469",53261,107847 -"274470",53261,108325 -"274471",53261,116139 -"274472",53262,55812 -"274473",53262,55831 -"274474",53262,55832 -"274475",53262,55854 -"274476",53262,55863 -"274477",53262,55872 -"274478",53262,55903 -"274479",53262,55915 -"274480",53262,55916 -"274481",53264,62372 -"274482",53264,114123 -"274483",53264,115745 -"274484",53265,55878 -"274485",53265,60624 -"274486",53265,62801 -"274487",53265,65844 -"274488",53265,76326 -"274489",53265,77362 -"274490",53265,78501 -"274491",53265,91480 -"274492",53265,97881 -"274493",53265,111788 -"274494",53265,117333 -"274495",53266,81441 -"274496",53266,105092 -"274497",53267,67539 -"274498",53267,69524 -"274499",53267,97128 -"274500",53267,106070 -"274501",53268,81135 -"274502",53268,90202 -"274503",53268,93452 -"274504",53271,55384 -"274505",53271,63293 -"274506",53271,76862 -"274507",53271,78669 -"274508",53271,80526 -"274509",53271,80562 -"274510",53271,95418 -"274511",53271,96305 -"274512",53271,112073 -"274513",53271,112096 -"274514",53272,53540 -"274515",53272,109476 -"274516",53274,78976 -"274517",53275,62824 -"274518",53275,67466 -"274519",53275,92986 -"274520",53275,97880 -"274521",53275,100437 -"274522",53275,107863 -"274523",53278,80489 -"274524",53279,60572 -"274525",53279,74035 -"274526",53280,93750 -"274527",53280,121299 -"274528",53282,77323 -"274529",53282,86522 -"274530",53282,86546 -"274531",53284,79474 -"274532",53284,113603 -"274533",53285,82600 -"274534",53285,114421 -"274535",53287,62281 -"274536",53287,84243 -"274537",53287,118844 -"274538",53287,119653 -"274539",53288,68871 -"274540",53288,71788 -"274541",53288,85323 -"274542",53289,61281 -"274543",53291,87176 -"274544",53291,104780 -"274545",53291,106957 -"274546",53291,108421 -"274547",53291,110624 -"274548",53293,65649 -"274549",53295,86467 -"274550",53295,95262 -"274551",53295,96073 -"274552",53295,102564 -"274553",53295,122120 -"274554",53296,57167 -"274555",53296,65092 -"274556",53297,81137 -"274557",53298,117516 -"274558",53298,117544 -"274559",53301,119906 -"274560",53301,119912 -"274561",53302,81096 -"274562",53303,59939 -"274563",53303,78792 -"274564",53303,90577 -"274565",53303,90966 -"274566",53303,91912 -"274567",53303,94240 -"274568",53303,97237 -"274569",53303,121757 -"274570",53303,122267 -"274571",53304,66632 -"274572",53304,83468 -"274573",53304,106821 -"274574",53304,120569 -"274575",53304,120584 -"274576",53304,120585 -"274577",53304,120586 -"274578",53304,120604 -"274579",53304,120627 -"274580",53304,120628 -"274581",53304,120629 -"274582",53304,120630 -"274583",53304,120652 -"274584",53304,123420 -"274585",53304,123421 -"274586",53305,70049 -"274587",53306,61713 -"274588",53306,70235 -"274589",53306,70292 -"274590",53306,78112 -"274591",53306,108620 -"274592",53307,55036 -"274593",53310,84141 -"274594",53310,104408 -"274595",53311,53334 -"274596",53311,81356 -"274597",53311,83039 -"274598",53311,87285 -"274599",53311,95017 -"274600",53312,54400 -"274601",53312,59915 -"274602",53312,79954 -"274603",53312,85300 -"274604",53312,101156 -"274605",53312,101772 -"274606",53312,107544 -"274607",53312,116852 -"274608",53312,119065 -"274609",53312,120375 -"274610",53314,82147 -"274611",53314,85530 -"274612",53314,85583 -"274613",53315,59421 -"274614",53316,94489 -"274615",53316,95486 -"274616",53316,119025 -"274617",53317,53403 -"274618",53317,82691 -"274619",53318,78677 -"274620",53318,80862 -"274621",53318,109633 -"274622",53318,117588 -"274623",53319,60131 -"274624",53320,57128 -"274625",53320,66917 -"274626",53320,66949 -"274627",53320,66972 -"274628",53320,66973 -"274629",53321,71732 -"274630",53322,53323 -"274631",53322,115876 -"274632",53323,53608 -"274633",53323,59340 -"274634",53323,60798 -"274635",53323,66212 -"274636",53323,81838 -"274637",53323,86696 -"274638",53323,88126 -"274639",53323,91045 -"274640",53323,95036 -"274641",53323,96416 -"274642",53323,96520 -"274643",53323,103024 -"274644",53323,108009 -"274645",53323,110639 -"274646",53324,53354 -"274647",53324,96511 -"274648",53328,71526 -"274649",53329,89395 -"274650",53329,91012 -"274651",53331,63614 -"274652",53331,106185 -"274653",53332,68501 -"274654",53332,82435 -"274655",53332,119455 -"274656",53333,66857 -"274657",53333,85329 -"274658",53333,110221 -"274659",53333,111237 -"274660",53336,56746 -"274661",53337,60847 -"274662",53338,69930 -"274663",53338,86129 -"274664",53338,104614 -"274665",53338,107657 -"274666",53340,75826 -"274667",53340,81504 -"274668",53340,87870 -"274669",53340,91156 -"274670",53340,92130 -"274671",53340,96332 -"274672",53340,115272 -"274673",53340,122938 -"274674",53341,53410 -"274675",53341,53411 -"274676",53343,76428 -"274677",53343,77463 -"274678",53343,82930 -"274679",53343,89557 -"274680",53345,53774 -"274681",53345,56540 -"274682",53345,78456 -"274683",53345,101766 -"274684",53345,104166 -"274685",53345,110336 -"274686",53345,117032 -"274687",53345,117650 -"274688",53345,117665 -"274689",53346,53382 -"274690",53346,53400 -"274691",53346,59766 -"274692",53347,82263 -"274693",53347,82916 -"274694",53347,84760 -"274695",53347,85037 -"274696",53347,96722 -"274697",53347,103158 -"274698",53347,112185 -"274699",53349,53421 -"274700",53349,53494 -"274701",53349,54846 -"274702",53349,56616 -"274703",53349,56639 -"274704",53350,59367 -"274705",53350,64862 -"274706",53351,56517 -"274707",53352,113559 -"274708",53353,68432 -"274709",53353,74047 -"274710",53353,80867 -"274711",53353,99629 -"274712",53353,111004 -"274713",53353,111055 -"274714",53354,92447 -"274715",53354,110636 -"274716",53356,75420 -"274717",53357,53909 -"274718",53357,54039 -"274719",53357,62866 -"274720",53357,62892 -"274721",53357,63430 -"274722",53359,112970 -"274723",53359,114619 -"274724",53360,53413 -"274725",53360,64052 -"274726",53360,96540 -"274727",53360,96635 -"274728",53360,96692 -"274729",53362,63725 -"274730",53362,73837 -"274731",53362,74186 -"274732",53362,94303 -"274733",53362,119701 -"274734",53362,122451 -"274735",53363,70713 -"274736",53365,65371 -"274737",53365,77874 -"274738",53368,67452 -"274739",53368,73786 -"274740",53368,74953 -"274741",53368,76882 -"274742",53368,96560 -"274743",53368,118814 -"274744",53368,121270 -"274745",53369,79023 -"274746",53369,93357 -"274747",53369,99103 -"274748",53369,99301 -"274749",53369,109350 -"274750",53369,111188 -"274751",53369,111190 -"274752",53369,111579 -"274753",53369,118953 -"274754",53369,118954 -"274755",53370,53405 -"274756",53370,88241 -"274757",53371,96412 -"274758",53371,110083 -"274759",53372,63025 -"274760",53372,70419 -"274761",53373,53523 -"274762",53373,89708 -"274763",53373,90585 -"274764",53373,107831 -"274765",53374,53448 -"274766",53374,53493 -"274767",53374,53510 -"274768",53374,58358 -"274769",53374,58394 -"274770",53374,71811 -"274771",53375,60550 -"274772",53375,67240 -"274773",53375,72049 -"274774",53375,75095 -"274775",53375,82850 -"274776",53375,82864 -"274777",53377,63085 -"274778",53377,74958 -"274779",53377,80970 -"274780",53377,90814 -"274781",53377,92537 -"274782",53377,107071 -"274783",53377,107082 -"274784",53377,114091 -"274785",53377,116065 -"274786",53377,116516 -"274787",53377,118634 -"274788",53377,119749 -"274789",53378,70084 -"274790",53379,121393 -"274791",53380,87646 -"274792",53382,53400 -"274793",53383,80348 -"274794",53383,88176 -"274795",53383,88213 -"274796",53383,101819 -"274797",53383,101847 -"274798",53384,53607 -"274799",53384,53612 -"274800",53385,63092 -"274801",53386,66398 -"274802",53386,100026 -"274803",53386,100057 -"274804",53389,75526 -"274805",53389,98946 -"274806",53389,106691 -"274807",53390,61191 -"274808",53390,66718 -"274809",53390,68604 -"274810",53390,79149 -"274811",53390,100915 -"274812",53390,101250 -"274813",53390,106965 -"274814",53390,116777 -"274815",53391,94280 -"274816",53391,105319 -"274817",53391,105353 -"274818",53393,64662 -"274819",53393,88745 -"274820",53393,120807 -"274821",53394,54018 -"274822",53395,53396 -"274823",53395,105300 -"274824",53397,57746 -"274825",53398,103755 -"274826",53401,65404 -"274827",53401,69250 -"274828",53401,76607 -"274829",53401,88746 -"274830",53401,93050 -"274831",53401,103368 -"274832",53401,119952 -"274833",53402,61275 -"274834",53404,121273 -"274835",53405,90239 -"274836",53406,55977 -"274837",53406,70063 -"274838",53406,75634 -"274839",53406,101646 -"274840",53406,119673 -"274841",53406,122981 -"274842",53407,108732 -"274843",53407,119891 -"274844",53408,66943 -"274845",53410,53411 -"274846",53412,80667 -"274847",53412,91891 -"274848",53412,103362 -"274849",53412,110985 -"274850",53414,109219 -"274851",53415,56357 -"274852",53415,57636 -"274853",53415,58482 -"274854",53415,59798 -"274855",53415,68340 -"274856",53415,68428 -"274857",53415,70907 -"274858",53415,71683 -"274859",53415,77125 -"274860",53415,78398 -"274861",53415,82426 -"274862",53415,84343 -"274863",53415,85000 -"274864",53415,85101 -"274865",53415,85447 -"274866",53415,91682 -"274867",53415,95267 -"274868",53415,97580 -"274869",53415,98727 -"274870",53415,98776 -"274871",53415,100795 -"274872",53415,106824 -"274873",53415,108879 -"274874",53415,109166 -"274875",53415,109858 -"274876",53415,109878 -"274877",53415,112962 -"274878",53415,113990 -"274879",53415,115413 -"274880",53415,116123 -"274881",53415,117258 -"274882",53415,117560 -"274883",53415,118128 -"274884",53415,118836 -"274885",53415,118866 -"274886",53415,118873 -"274887",53415,119131 -"274888",53415,119513 -"274889",53415,119716 -"274890",53415,119769 -"274891",53415,120123 -"274892",53415,120169 -"274893",53415,120725 -"274894",53415,120944 -"274895",53415,121609 -"274896",53415,122007 -"274897",53415,122032 -"274898",53415,122035 -"274899",53415,122724 -"274900",53415,123070 -"274901",53415,123394 -"274902",53415,123490 -"274903",53417,99096 -"274904",53417,112115 -"274905",53418,72057 -"274906",53419,62483 -"274907",53419,88007 -"274908",53419,88768 -"274909",53419,88769 -"274910",53419,88770 -"274911",53419,97567 -"274912",53419,98968 -"274913",53419,104077 -"274914",53420,85521 -"274915",53420,88152 -"274916",53421,53494 -"274917",53422,64523 -"274918",53423,53524 -"274919",53423,55116 -"274920",53423,59404 -"274921",53423,64993 -"274922",53423,82619 -"274923",53423,89691 -"274924",53423,90124 -"274925",53423,90616 -"274926",53423,90674 -"274927",53423,97885 -"274928",53423,105506 -"274929",53423,117724 -"274930",53423,121553 -"274931",53424,61941 -"274932",53425,81650 -"274933",53427,96274 -"274934",53427,107833 -"274935",53428,53476 -"274936",53429,53565 -"274937",53430,57559 -"274938",53430,67123 -"274939",53430,67487 -"274940",53430,67492 -"274941",53430,67510 -"274942",53430,67565 -"274943",53431,53511 -"274944",53436,85787 -"274945",53436,91980 -"274946",53438,53469 -"274947",53438,88662 -"274948",53439,60427 -"274949",53439,71114 -"274950",53441,57469 -"274951",53442,54003 -"274952",53443,63029 -"274953",53443,77681 -"274954",53444,53527 -"274955",53444,53555 -"274956",53444,54275 -"274957",53444,56628 -"274958",53444,58004 -"274959",53444,58068 -"274960",53444,58633 -"274961",53444,61111 -"274962",53444,61127 -"274963",53444,68287 -"274964",53445,57804 -"274965",53445,59731 -"274966",53445,67656 -"274967",53445,83530 -"274968",53445,89069 -"274969",53445,102362 -"274970",53446,95159 -"274971",53446,116456 -"274972",53448,53493 -"274973",53448,53510 -"274974",53448,56840 -"274975",53448,56922 -"274976",53448,67811 -"274977",53448,67818 -"274978",53451,69511 -"274979",53452,63499 -"274980",53452,63979 -"274981",53452,63982 -"274982",53453,58648 -"274983",53453,61572 -"274984",53453,68502 -"274985",53453,79227 -"274986",53453,85367 -"274987",53453,85421 -"274988",53453,86673 -"274989",53453,101967 -"274990",53453,102226 -"274991",53453,103205 -"274992",53453,103277 -"274993",53453,104646 -"274994",53453,107539 -"274995",53453,107556 -"274996",53453,109820 -"274997",53453,110380 -"274998",53453,110394 -"274999",53453,119592 -"275000",53453,120033 -"275001",53454,81528 -"275002",53454,103403 -"275003",53454,103404 -"275004",53454,103418 -"275005",53454,108472 -"275006",53455,53473 -"275007",53457,80026 -"275008",53458,55012 -"275009",53458,64025 -"275010",53458,69011 -"275011",53458,97260 -"275012",53458,99545 -"275013",53458,99572 -"275014",53459,63858 -"275015",53460,121996 -"275016",53460,122000 -"275017",53460,122003 -"275018",53461,65937 -"275019",53463,53468 -"275020",53464,102828 -"275021",53464,103653 -"275022",53465,53518 -"275023",53467,66585 -"275024",53467,112894 -"275025",53470,53517 -"275026",53470,83391 -"275027",53470,89773 -"275028",53471,76035 -"275029",53473,86828 -"275030",53475,55112 -"275031",53475,63851 -"275032",53475,69178 -"275033",53475,69529 -"275034",53475,73492 -"275035",53475,77034 -"275036",53475,78137 -"275037",53475,79293 -"275038",53475,80947 -"275039",53475,91560 -"275040",53475,91581 -"275041",53475,91584 -"275042",53475,91616 -"275043",53475,91620 -"275044",53475,93366 -"275045",53475,93883 -"275046",53475,93886 -"275047",53475,99742 -"275048",53475,102008 -"275049",53475,106919 -"275050",53475,106935 -"275051",53475,107117 -"275052",53475,111988 -"275053",53476,58296 -"275054",53476,64023 -"275055",53476,64292 -"275056",53476,64316 -"275057",53476,85446 -"275058",53476,115528 -"275059",53476,121675 -"275060",53477,55914 -"275061",53477,70310 -"275062",53477,70311 -"275063",53477,70336 -"275064",53478,53479 -"275065",53478,87858 -"275066",53478,95600 -"275067",53478,105491 -"275068",53478,111820 -"275069",53479,102031 -"275070",53480,65085 -"275071",53482,53483 -"275072",53483,116287 -"275073",53485,71466 -"275074",53485,86765 -"275075",53485,118460 -"275076",53487,86277 -"275077",53488,66881 -"275078",53489,82190 -"275079",53489,82245 -"275080",53490,53515 -"275081",53491,63694 -"275082",53491,69597 -"275083",53491,76686 -"275084",53491,84816 -"275085",53491,100378 -"275086",53492,69237 -"275087",53493,53510 -"275088",53493,67811 -"275089",53493,67818 -"275090",53493,82520 -"275091",53495,55500 -"275092",53495,55554 -"275093",53495,59612 -"275094",53495,61449 -"275095",53495,71603 -"275096",53495,114102 -"275097",53496,109575 -"275098",53497,100241 -"275099",53498,69215 -"275100",53498,90495 -"275101",53498,111326 -"275102",53499,69175 -"275103",53499,77467 -"275104",53499,79360 -"275105",53499,86896 -"275106",53500,53501 -"275107",53500,60793 -"275108",53500,61639 -"275109",53500,73652 -"275110",53500,116019 -"275111",53500,116148 -"275112",53500,116156 -"275113",53500,116162 -"275114",53500,116170 -"275115",53500,116179 -"275116",53500,116215 -"275117",53502,66350 -"275118",53502,68803 -"275119",53502,70609 -"275120",53502,87480 -"275121",53502,88655 -"275122",53502,108177 -"275123",53503,113015 -"275124",53504,69541 -"275125",53504,80325 -"275126",53504,95417 -"275127",53505,53595 -"275128",53505,101087 -"275129",53506,98448 -"275130",53508,53646 -"275131",53508,63689 -"275132",53509,72469 -"275133",53509,81141 -"275134",53509,84771 -"275135",53509,88685 -"275136",53512,53749 -"275137",53512,83465 -"275138",53513,73848 -"275139",53513,114397 -"275140",53514,62204 -"275141",53515,71959 -"275142",53519,58427 -"275143",53519,70064 -"275144",53519,83812 -"275145",53519,118973 -"275146",53519,119275 -"275147",53519,120047 -"275148",53519,120146 -"275149",53522,56304 -"275150",53523,100041 -"275151",53524,58015 -"275152",53524,64297 -"275153",53524,71356 -"275154",53524,87263 -"275155",53524,93471 -"275156",53524,100782 -"275157",53524,112132 -"275158",53524,121553 -"275159",53525,67954 -"275160",53525,67955 -"275161",53525,67956 -"275162",53526,80995 -"275163",53526,118927 -"275164",53527,53555 -"275165",53527,54275 -"275166",53527,56628 -"275167",53527,58004 -"275168",53527,58068 -"275169",53527,58633 -"275170",53527,61111 -"275171",53527,61127 -"275172",53527,64309 -"275173",53527,64944 -"275174",53527,68287 -"275175",53530,90642 -"275176",53530,96795 -"275177",53530,97245 -"275178",53530,106664 -"275179",53531,53532 -"275180",53531,53581 -"275181",53531,54950 -"275182",53531,63738 -"275183",53531,81100 -"275184",53532,53581 -"275185",53532,54950 -"275186",53533,56651 -"275187",53533,99355 -"275188",53533,102697 -"275189",53533,122687 -"275190",53534,63082 -"275191",53534,66206 -"275192",53534,72458 -"275193",53534,75672 -"275194",53534,86881 -"275195",53534,93383 -"275196",53534,95557 -"275197",53534,96991 -"275198",53534,98698 -"275199",53534,112368 -"275200",53534,113615 -"275201",53534,113622 -"275202",53534,119307 -"275203",53534,121972 -"275204",53535,53564 -"275205",53535,68254 -"275206",53535,70499 -"275207",53535,71339 -"275208",53537,57072 -"275209",53537,59799 -"275210",53538,61541 -"275211",53539,91866 -"275212",53539,93036 -"275213",53539,117868 -"275214",53541,75689 -"275215",53542,84520 -"275216",53544,72510 -"275217",53545,81607 -"275218",53545,98798 -"275219",53546,56476 -"275220",53546,58230 -"275221",53546,75244 -"275222",53546,83747 -"275223",53546,99645 -"275224",53546,100396 -"275225",53546,106875 -"275226",53551,73340 -"275227",53551,74964 -"275228",53551,119875 -"275229",53551,123181 -"275230",53552,55131 -"275231",53553,94557 -"275232",53555,54275 -"275233",53555,56628 -"275234",53555,58004 -"275235",53555,58068 -"275236",53555,58633 -"275237",53555,61111 -"275238",53555,61127 -"275239",53555,68287 -"275240",53557,61917 -"275241",53557,104356 -"275242",53558,64885 -"275243",53558,71700 -"275244",53558,82238 -"275245",53558,101469 -"275246",53558,104445 -"275247",53559,96039 -"275248",53559,108849 -"275249",53559,109621 -"275250",53560,53596 -"275251",53560,53615 -"275252",53561,74310 -"275253",53561,97742 -"275254",53561,102388 -"275255",53561,114561 -"275256",53561,120632 -"275257",53562,63961 -"275258",53563,82548 -"275259",53563,91943 -"275260",53563,100457 -"275261",53563,100467 -"275262",53563,113963 -"275263",53564,58319 -"275264",53564,68254 -"275265",53564,77095 -"275266",53564,116917 -"275267",53564,117041 -"275268",53566,67892 -"275269",53567,53713 -"275270",53567,53719 -"275271",53568,102158 -"275272",53568,122453 -"275273",53569,54361 -"275274",53569,63675 -"275275",53569,74977 -"275276",53569,76238 -"275277",53569,76240 -"275278",53569,76242 -"275279",53569,76253 -"275280",53569,76254 -"275281",53569,76258 -"275282",53569,76261 -"275283",53569,76263 -"275284",53569,76409 -"275285",53569,76411 -"275286",53569,104260 -"275287",53569,109409 -"275288",53569,109427 -"275289",53569,109437 -"275290",53570,59000 -"275291",53570,59243 -"275292",53570,59845 -"275293",53570,71751 -"275294",53572,61603 -"275295",53572,73407 -"275296",53572,76985 -"275297",53573,71775 -"275298",53574,53630 -"275299",53574,68505 -"275300",53574,99028 -"275301",53575,72132 -"275302",53575,74535 -"275303",53575,104026 -"275304",53577,59847 -"275305",53578,82061 -"275306",53579,54141 -"275307",53579,54192 -"275308",53581,54950 -"275309",53583,53587 -"275310",53583,60964 -"275311",53584,59538 -"275312",53584,73701 -"275313",53584,78341 -"275314",53584,78396 -"275315",53584,82082 -"275316",53584,84178 -"275317",53584,84591 -"275318",53584,87295 -"275319",53584,90456 -"275320",53584,90781 -"275321",53584,92358 -"275322",53584,99425 -"275323",53585,80813 -"275324",53585,100242 -"275325",53585,103385 -"275326",53588,70657 -"275327",53590,53621 -"275328",53591,53592 -"275329",53592,85384 -"275330",53592,85519 -"275331",53593,77180 -"275332",53593,91663 -"275333",53593,97009 -"275334",53594,56469 -"275335",53594,56585 -"275336",53594,62291 -"275337",53595,84220 -"275338",53595,89499 -"275339",53596,53615 -"275340",53596,97632 -"275341",53597,56057 -"275342",53598,54235 -"275343",53598,60036 -"275344",53598,60063 -"275345",53599,55054 -"275346",53599,62237 -"275347",53600,65065 -"275348",53600,82985 -"275349",53601,53602 -"275350",53601,53603 -"275351",53602,53603 -"275352",53602,58015 -"275353",53602,67296 -"275354",53604,57497 -"275355",53604,92736 -"275356",53605,81527 -"275357",53605,88837 -"275358",53606,100793 -"275359",53606,111263 -"275360",53606,111280 -"275361",53607,53612 -"275362",53607,53993 -"275363",53607,61148 -"275364",53607,65140 -"275365",53607,69867 -"275366",53607,71205 -"275367",53607,81044 -"275368",53607,90187 -"275369",53607,91140 -"275370",53607,112935 -"275371",53608,60798 -"275372",53608,79590 -"275373",53608,86696 -"275374",53608,96416 -"275375",53608,104926 -"275376",53609,58384 -"275377",53609,68173 -"275378",53609,71420 -"275379",53609,77082 -"275380",53609,77120 -"275381",53609,92512 -"275382",53609,111958 -"275383",53611,58946 -"275384",53611,83766 -"275385",53611,83794 -"275386",53611,83795 -"275387",53612,54410 -"275388",53612,64553 -"275389",53612,68496 -"275390",53612,78998 -"275391",53612,82614 -"275392",53612,111667 -"275393",53612,112710 -"275394",53613,77071 -"275395",53613,95792 -"275396",53616,79201 -"275397",53616,79693 -"275398",53616,106764 -"275399",53616,117855 -"275400",53616,120921 -"275401",53616,122141 -"275402",53618,59010 -"275403",53618,61262 -"275404",53618,74669 -"275405",53618,76770 -"275406",53618,80251 -"275407",53618,80783 -"275408",53618,91277 -"275409",53618,91321 -"275410",53619,59934 -"275411",53620,55075 -"275412",53620,61513 -"275413",53620,66267 -"275414",53621,68411 -"275415",53621,72167 -"275416",53622,56537 -"275417",53622,61962 -"275418",53622,114423 -"275419",53623,65197 -"275420",53623,65351 -"275421",53624,64922 -"275422",53624,70546 -"275423",53624,88750 -"275424",53624,88829 -"275425",53624,88995 -"275426",53624,89689 -"275427",53624,90530 -"275428",53624,90875 -"275429",53624,94396 -"275430",53624,107604 -"275431",53624,108222 -"275432",53624,108239 -"275433",53624,120393 -"275434",53624,120676 -"275435",53624,120709 -"275436",53625,100416 -"275437",53625,110118 -"275438",53626,66675 -"275439",53626,69639 -"275440",53626,69719 -"275441",53626,97322 -"275442",53628,61337 -"275443",53628,61691 -"275444",53630,56444 -"275445",53630,61863 -"275446",53630,72260 -"275447",53630,101737 -"275448",53631,63300 -"275449",53631,81434 -"275450",53631,105117 -"275451",53631,110260 -"275452",53631,120572 -"275453",53631,123330 -"275454",53632,89714 -"275455",53632,89722 -"275456",53633,70418 -"275457",53633,80425 -"275458",53633,88710 -"275459",53633,96034 -"275460",53633,103140 -"275461",53634,53679 -"275462",53634,53684 -"275463",53634,53706 -"275464",53634,53733 -"275465",53635,56122 -"275466",53635,71434 -"275467",53635,76163 -"275468",53636,53644 -"275469",53636,63706 -"275470",53636,67913 -"275471",53636,69847 -"275472",53636,82910 -"275473",53636,86509 -"275474",53636,92154 -"275475",53636,99800 -"275476",53637,95755 -"275477",53638,53686 -"275478",53638,53852 -"275479",53639,77036 -"275480",53640,69227 -"275481",53640,75861 -"275482",53640,101406 -"275483",53640,102349 -"275484",53641,70999 -"275485",53641,90287 -"275486",53641,106497 -"275487",53641,117378 -"275488",53642,67662 -"275489",53642,68543 -"275490",53642,68549 -"275491",53643,56438 -"275492",53643,62518 -"275493",53643,69012 -"275494",53643,80477 -"275495",53643,81615 -"275496",53643,101327 -"275497",53643,118904 -"275498",53644,56133 -"275499",53644,67913 -"275500",53644,78960 -"275501",53644,78961 -"275502",53644,82910 -"275503",53644,84461 -"275504",53647,95822 -"275505",53648,67913 -"275506",53648,70125 -"275507",53648,70130 -"275508",53648,70149 -"275509",53649,53715 -"275510",53650,54625 -"275511",53650,60724 -"275512",53650,68488 -"275513",53650,69273 -"275514",53651,53693 -"275515",53651,62964 -"275516",53652,56491 -"275517",53652,59784 -"275518",53652,67813 -"275519",53652,69220 -"275520",53652,72578 -"275521",53654,56257 -"275522",53654,56426 -"275523",53654,63860 -"275524",53654,76232 -"275525",53654,85098 -"275526",53654,119071 -"275527",53655,72297 -"275528",53656,53669 -"275529",53656,74338 -"275530",53656,121351 -"275531",53657,53670 -"275532",53657,53707 -"275533",53657,119386 -"275534",53658,77571 -"275535",53658,91327 -"275536",53659,54428 -"275537",53660,74080 -"275538",53661,102181 -"275539",53661,119414 -"275540",53663,53736 -"275541",53663,112928 -"275542",53664,53665 -"275543",53664,59262 -"275544",53664,64622 -"275545",53666,54441 -"275546",53666,70971 -"275547",53666,112288 -"275548",53667,97843 -"275549",53667,101933 -"275550",53667,110049 -"275551",53667,110052 -"275552",53667,110166 -"275553",53668,67312 -"275554",53668,102854 -"275555",53670,53707 -"275556",53670,71209 -"275557",53670,76177 -"275558",53670,88209 -"275559",53670,105312 -"275560",53670,108941 -"275561",53671,64047 -"275562",53671,83853 -"275563",53672,55789 -"275564",53672,59210 -"275565",53672,65052 -"275566",53672,73496 -"275567",53672,81184 -"275568",53672,96202 -"275569",53672,105625 -"275570",53672,114011 -"275571",53672,117109 -"275572",53672,117603 -"275573",53672,117884 -"275574",53672,117885 -"275575",53672,117892 -"275576",53673,84732 -"275577",53675,61425 -"275578",53675,66108 -"275579",53675,66109 -"275580",53675,66134 -"275581",53675,66154 -"275582",53676,53718 -"275583",53677,74919 -"275584",53677,88604 -"275585",53677,121989 -"275586",53679,53684 -"275587",53679,53706 -"275588",53679,53733 -"275589",53680,55792 -"275590",53680,81555 -"275591",53681,68919 -"275592",53681,75155 -"275593",53681,115622 -"275594",53683,57318 -"275595",53683,67993 -"275596",53683,87947 -"275597",53684,53706 -"275598",53684,53733 -"275599",53686,53852 -"275600",53687,54523 -"275601",53687,56274 -"275602",53687,56305 -"275603",53687,56368 -"275604",53687,77753 -"275605",53688,98941 -"275606",53689,57552 -"275607",53689,59548 -"275608",53689,60962 -"275609",53689,62440 -"275610",53689,63826 -"275611",53689,70473 -"275612",53690,101751 -"275613",53690,101777 -"275614",53691,99120 -"275615",53691,122811 -"275616",53692,119174 -"275617",53694,58631 -"275618",53695,53861 -"275619",53695,53862 -"275620",53696,56148 -"275621",53696,58449 -"275622",53696,71310 -"275623",53696,76414 -"275624",53696,77991 -"275625",53696,80666 -"275626",53696,84042 -"275627",53696,85151 -"275628",53696,85623 -"275629",53696,86595 -"275630",53696,87337 -"275631",53696,96073 -"275632",53697,80840 -"275633",53697,84919 -"275634",53697,96730 -"275635",53697,102574 -"275636",53697,123431 -"275637",53698,113347 -"275638",53698,116004 -"275639",53699,55391 -"275640",53699,75700 -"275641",53700,58303 -"275642",53700,82364 -"275643",53702,61103 -"275644",53703,53908 -"275645",53703,55762 -"275646",53703,56025 -"275647",53703,59361 -"275648",53703,59447 -"275649",53703,59497 -"275650",53703,59498 -"275651",53703,63921 -"275652",53703,68466 -"275653",53703,74488 -"275654",53704,55418 -"275655",53705,54479 -"275656",53705,72343 -"275657",53705,104273 -"275658",53706,53733 -"275659",53707,71209 -"275660",53707,79409 -"275661",53707,80272 -"275662",53707,89822 -"275663",53707,95448 -"275664",53707,120044 -"275665",53707,122850 -"275666",53708,66171 -"275667",53709,60762 -"275668",53709,65279 -"275669",53709,79918 -"275670",53709,80448 -"275671",53709,82360 -"275672",53709,94669 -"275673",53709,110970 -"275674",53713,53719 -"275675",53716,89764 -"275676",53717,59561 -"275677",53720,83804 -"275678",53720,95596 -"275679",53721,62699 -"275680",53721,66619 -"275681",53722,102902 -"275682",53722,107952 -"275683",53722,111497 -"275684",53722,121321 -"275685",53722,121329 -"275686",53722,121335 -"275687",53722,121342 -"275688",53722,121392 -"275689",53723,64922 -"275690",53723,67830 -"275691",53723,87287 -"275692",53724,61086 -"275693",53724,70038 -"275694",53724,77197 -"275695",53724,77895 -"275696",53726,83275 -"275697",53726,93790 -"275698",53726,118870 -"275699",53728,66098 -"275700",53728,66927 -"275701",53729,53730 -"275702",53731,54437 -"275703",53731,85882 -"275704",53734,87267 -"275705",53734,99252 -"275706",53734,99264 -"275707",53735,62624 -"275708",53735,62724 -"275709",53735,120856 -"275710",53735,120905 -"275711",53737,62877 -"275712",53737,68387 -"275713",53739,59975 -"275714",53739,85580 -"275715",53740,60578 -"275716",53740,70124 -"275717",53740,83601 -"275718",53740,85432 -"275719",53740,86730 -"275720",53740,89942 -"275721",53741,53853 -"275722",53741,57886 -"275723",53741,88790 -"275724",53742,65121 -"275725",53742,65141 -"275726",53742,65170 -"275727",53742,65213 -"275728",53743,76143 -"275729",53743,123128 -"275730",53744,80525 -"275731",53744,116848 -"275732",53744,120436 -"275733",53745,79825 -"275734",53745,79839 -"275735",53745,79852 -"275736",53746,81489 -"275737",53746,92195 -"275738",53746,102411 -"275739",53747,56061 -"275740",53747,57463 -"275741",53747,77132 -"275742",53747,98521 -"275743",53750,66673 -"275744",53750,70095 -"275745",53751,106180 -"275746",53752,66882 -"275747",53753,69672 -"275748",53753,87887 -"275749",53753,106454 -"275750",53754,72303 -"275751",53754,85076 -"275752",53755,54168 -"275753",53755,57210 -"275754",53755,58482 -"275755",53755,59172 -"275756",53755,59816 -"275757",53755,61874 -"275758",53755,63274 -"275759",53755,66322 -"275760",53755,67327 -"275761",53755,70854 -"275762",53755,71683 -"275763",53755,72568 -"275764",53755,72628 -"275765",53755,73767 -"275766",53755,78532 -"275767",53755,81609 -"275768",53755,85885 -"275769",53755,91255 -"275770",53755,92247 -"275771",53755,92352 -"275772",53755,92362 -"275773",53755,92929 -"275774",53755,93719 -"275775",53755,94906 -"275776",53755,94946 -"275777",53755,95889 -"275778",53755,96093 -"275779",53755,97988 -"275780",53755,99309 -"275781",53755,99376 -"275782",53755,99450 -"275783",53755,99471 -"275784",53755,99474 -"275785",53755,100916 -"275786",53755,100944 -"275787",53755,101126 -"275788",53755,101329 -"275789",53755,105557 -"275790",53755,107199 -"275791",53755,108743 -"275792",53755,108980 -"275793",53755,109291 -"275794",53755,109933 -"275795",53755,110483 -"275796",53755,110567 -"275797",53755,110572 -"275798",53755,110630 -"275799",53755,110648 -"275800",53755,110711 -"275801",53755,110770 -"275802",53755,110869 -"275803",53755,110911 -"275804",53755,111285 -"275805",53755,111314 -"275806",53755,111362 -"275807",53755,111372 -"275808",53755,111424 -"275809",53755,111433 -"275810",53755,112422 -"275811",53755,113269 -"275812",53755,113430 -"275813",53755,114242 -"275814",53755,114842 -"275815",53755,115427 -"275816",53755,115521 -"275817",53755,115711 -"275818",53756,54385 -"275819",53756,79000 -"275820",53756,80025 -"275821",53756,84808 -"275822",53756,84828 -"275823",53757,53813 -"275824",53758,53790 -"275825",53758,53804 -"275826",53761,66080 -"275827",53761,68948 -"275828",53761,69292 -"275829",53761,72657 -"275830",53762,70655 -"275831",53763,54081 -"275832",53764,53859 -"275833",53764,65650 -"275834",53764,79575 -"275835",53764,81516 -"275836",53764,81554 -"275837",53764,86444 -"275838",53764,87530 -"275839",53764,96972 -"275840",53764,99215 -"275841",53764,110957 -"275842",53765,54591 -"275843",53765,60869 -"275844",53765,61523 -"275845",53765,61719 -"275846",53765,62849 -"275847",53765,74179 -"275848",53765,82682 -"275849",53765,84372 -"275850",53765,84889 -"275851",53765,86772 -"275852",53765,93752 -"275853",53765,108718 -"275854",53765,109943 -"275855",53766,101134 -"275856",53768,55280 -"275857",53769,81721 -"275858",53769,113863 -"275859",53770,54133 -"275860",53771,57159 -"275861",53771,67907 -"275862",53771,101569 -"275863",53773,60332 -"275864",53773,60333 -"275865",53773,60355 -"275866",53773,67653 -"275867",53773,67654 -"275868",53775,53844 -"275869",53775,54416 -"275870",53775,55973 -"275871",53775,58512 -"275872",53775,64671 -"275873",53775,65243 -"275874",53775,69517 -"275875",53775,71489 -"275876",53775,76185 -"275877",53775,80334 -"275878",53775,86640 -"275879",53775,93630 -"275880",53775,104466 -"275881",53777,64325 -"275882",53779,56926 -"275883",53779,64502 -"275884",53779,81356 -"275885",53780,67145 -"275886",53781,53782 -"275887",53781,53820 -"275888",53782,53820 -"275889",53782,55666 -"275890",53782,68684 -"275891",53782,91571 -"275892",53782,91592 -"275893",53784,107728 -"275894",53785,63099 -"275895",53785,74197 -"275896",53785,83961 -"275897",53785,85338 -"275898",53785,91666 -"275899",53785,91780 -"275900",53785,96270 -"275901",53786,55189 -"275902",53786,62810 -"275903",53787,96689 -"275904",53787,114939 -"275905",53790,53804 -"275906",53791,79963 -"275907",53791,104640 -"275908",53791,104652 -"275909",53791,121005 -"275910",53792,53848 -"275911",53792,67536 -"275912",53792,73251 -"275913",53792,75013 -"275914",53792,92840 -"275915",53792,94357 -"275916",53793,54014 -"275917",53793,87527 -"275918",53793,91143 -"275919",53794,53806 -"275920",53794,61797 -"275921",53794,67105 -"275922",53795,82501 -"275923",53796,54419 -"275924",53796,60433 -"275925",53796,62134 -"275926",53796,82678 -"275927",53797,54129 -"275928",53798,54284 -"275929",53798,54314 -"275930",53798,90125 -"275931",53799,59491 -"275932",53799,68979 -"275933",53799,96780 -"275934",53799,100074 -"275935",53799,101972 -"275936",53800,53867 -"275937",53800,54412 -"275938",53801,54689 -"275939",53801,67438 -"275940",53801,70686 -"275941",53801,70875 -"275942",53801,70891 -"275943",53801,81189 -"275944",53802,61790 -"275945",53802,74844 -"275946",53803,76770 -"275947",53806,61870 -"275948",53806,72133 -"275949",53806,72134 -"275950",53806,72136 -"275951",53806,72151 -"275952",53806,78146 -"275953",53807,57520 -"275954",53807,63462 -"275955",53807,63501 -"275956",53808,68422 -"275957",53808,104005 -"275958",53809,58030 -"275959",53809,68823 -"275960",53809,101441 -"275961",53809,111311 -"275962",53809,121339 -"275963",53809,121348 -"275964",53809,121354 -"275965",53810,70739 -"275966",53810,91003 -"275967",53810,91079 -"275968",53810,93850 -"275969",53810,93951 -"275970",53810,98899 -"275971",53811,97564 -"275972",53812,108403 -"275973",53812,119182 -"275974",53812,119203 -"275975",53814,54128 -"275976",53814,60878 -"275977",53814,68214 -"275978",53814,68215 -"275979",53814,68293 -"275980",53814,70724 -"275981",53814,70781 -"275982",53814,86159 -"275983",53814,103349 -"275984",53814,110242 -"275985",53814,112573 -"275986",53814,114084 -"275987",53815,54131 -"275988",53816,101871 -"275989",53816,101884 -"275990",53817,60025 -"275991",53817,66984 -"275992",53818,123423 -"275993",53819,86361 -"275994",53822,61178 -"275995",53823,54750 -"275996",53823,56753 -"275997",53824,93832 -"275998",53824,94859 -"275999",53824,121423 -"276000",53824,121432 -"276001",53825,53826 -"276002",53825,79068 -"276003",53825,110638 -"276004",53826,63604 -"276005",53828,75200 -"276006",53828,76818 -"276007",53828,92149 -"276008",53828,92855 -"276009",53830,56854 -"276010",53830,104726 -"276011",53833,106945 -"276012",53834,69729 -"276013",53834,105466 -"276014",53835,54825 -"276015",53835,54874 -"276016",53837,58348 -"276017",53837,81934 -"276018",53837,82726 -"276019",53837,93483 -"276020",53837,100791 -"276021",53837,108892 -"276022",53837,109374 -"276023",53837,109623 -"276024",53837,110227 -"276025",53837,115933 -"276026",53838,70708 -"276027",53838,72473 -"276028",53838,73982 -"276029",53838,74001 -"276030",53838,74677 -"276031",53838,74791 -"276032",53839,110494 -"276033",53840,60475 -"276034",53840,69072 -"276035",53840,94671 -"276036",53840,103292 -"276037",53840,103327 -"276038",53840,119910 -"276039",53842,64543 -"276040",53842,65433 -"276041",53843,53847 -"276042",53843,56316 -"276043",53843,71251 -"276044",53843,71444 -"276045",53843,75799 -"276046",53843,78477 -"276047",53843,81259 -"276048",53844,55973 -"276049",53846,55302 -"276050",53846,67952 -"276051",53850,54464 -"276052",53850,78577 -"276053",53850,80896 -"276054",53855,84966 -"276055",53855,94585 -"276056",53855,99903 -"276057",53855,101708 -"276058",53857,64037 -"276059",53857,66285 -"276060",53857,70455 -"276061",53857,77654 -"276062",53858,90218 -"276063",53858,106837 -"276064",53859,56526 -"276065",53860,54214 -"276066",53860,105469 -"276067",53860,110641 -"276068",53860,114316 -"276069",53861,53862 -"276070",53861,69862 -"276071",53861,69888 -"276072",53863,58056 -"276073",53863,58930 -"276074",53864,82772 -"276075",53866,104660 -"276076",53867,54412 -"276077",53867,72209 -"276078",53871,71634 -"276079",53873,53984 -"276080",53874,53928 -"276081",53874,53939 -"276082",53874,62822 -"276083",53874,112904 -"276084",53875,58179 -"276085",53875,60409 -"276086",53875,79357 -"276087",53875,100163 -"276088",53875,114311 -"276089",53877,93998 -"276090",53877,114863 -"276091",53878,71914 -"276092",53878,79490 -"276093",53878,84852 -"276094",53879,53937 -"276095",53879,57285 -"276096",53879,57300 -"276097",53880,54066 -"276098",53881,63711 -"276099",53881,67309 -"276100",53882,75054 -"276101",53882,75728 -"276102",53884,53964 -"276103",53884,55498 -"276104",53884,61086 -"276105",53884,70893 -"276106",53884,85096 -"276107",53884,86463 -"276108",53884,89982 -"276109",53884,105945 -"276110",53884,105968 -"276111",53886,73595 -"276112",53886,82194 -"276113",53887,54715 -"276114",53888,71249 -"276115",53889,54100 -"276116",53889,99719 -"276117",53890,70603 -"276118",53891,55553 -"276119",53891,69896 -"276120",53891,87585 -"276121",53891,114853 -"276122",53892,96027 -"276123",53892,99311 -"276124",53893,53894 -"276125",53893,53902 -"276126",53893,53911 -"276127",53893,53970 -"276128",53893,53981 -"276129",53894,53902 -"276130",53894,53911 -"276131",53894,53970 -"276132",53894,53981 -"276133",53896,72713 -"276134",53896,72824 -"276135",53896,72826 -"276136",53896,72830 -"276137",53896,72840 -"276138",53896,72842 -"276139",53896,72847 -"276140",53897,74249 -"276141",53897,91653 -"276142",53899,62395 -"276143",53900,53910 -"276144",53900,53956 -"276145",53901,55093 -"276146",53902,53911 -"276147",53902,53970 -"276148",53902,53981 -"276149",53903,54966 -"276150",53903,60898 -"276151",53904,72095 -"276152",53904,123204 -"276153",53905,79694 -"276154",53906,96148 -"276155",53907,109346 -"276156",53908,57172 -"276157",53908,64741 -"276158",53909,54039 -"276159",53910,53956 -"276160",53911,53970 -"276161",53911,53981 -"276162",53912,58108 -"276163",53913,64950 -"276164",53913,74731 -"276165",53913,89710 -"276166",53913,89711 -"276167",53913,105302 -"276168",53914,53922 -"276169",53914,64027 -"276170",53916,83062 -"276171",53916,83155 -"276172",53920,62116 -"276173",53920,63326 -"276174",53921,57019 -"276175",53921,61543 -"276176",53921,79513 -"276177",53921,80453 -"276178",53921,86601 -"276179",53921,86944 -"276180",53921,99531 -"276181",53921,99537 -"276182",53921,99548 -"276183",53922,64027 -"276184",53922,97875 -"276185",53922,97891 -"276186",53923,67409 -"276187",53923,68294 -"276188",53924,55747 -"276189",53924,59548 -"276190",53924,65438 -"276191",53924,70969 -"276192",53924,71816 -"276193",53924,74855 -"276194",53924,114941 -"276195",53925,77026 -"276196",53925,78444 -"276197",53925,79442 -"276198",53925,84436 -"276199",53926,57446 -"276200",53926,64172 -"276201",53926,64994 -"276202",53926,69471 -"276203",53926,75891 -"276204",53926,75895 -"276205",53926,78305 -"276206",53926,93856 -"276207",53926,99044 -"276208",53926,99809 -"276209",53926,100967 -"276210",53926,101037 -"276211",53926,102660 -"276212",53927,61532 -"276213",53928,53939 -"276214",53928,63241 -"276215",53929,71673 -"276216",53930,53951 -"276217",53931,55788 -"276218",53931,57297 -"276219",53931,58151 -"276220",53931,62880 -"276221",53931,67970 -"276222",53931,68664 -"276223",53931,84913 -"276224",53931,93405 -"276225",53931,99291 -"276226",53933,55203 -"276227",53933,110170 -"276228",53934,73669 -"276229",53935,56835 -"276230",53935,62424 -"276231",53935,68299 -"276232",53935,71529 -"276233",53935,77969 -"276234",53935,113056 -"276235",53936,53967 -"276236",53936,55078 -"276237",53936,57963 -"276238",53936,63268 -"276239",53936,69189 -"276240",53936,77097 -"276241",53936,103359 -"276242",53936,112587 -"276243",53936,122062 -"276244",53938,121740 -"276245",53939,58921 -"276246",53939,67536 -"276247",53939,73954 -"276248",53940,85362 -"276249",53942,74263 -"276250",53942,74312 -"276251",53945,53977 -"276252",53945,53978 -"276253",53946,84491 -"276254",53947,56844 -"276255",53947,60322 -"276256",53948,57466 -"276257",53948,108948 -"276258",53948,109122 -"276259",53950,64074 -"276260",53950,111449 -"276261",53951,84813 -"276262",53952,91401 -"276263",53953,64917 -"276264",53953,93343 -"276265",53955,62040 -"276266",53955,86133 -"276267",53955,91047 -"276268",53955,98984 -"276269",53956,73159 -"276270",53956,95310 -"276271",53957,53988 -"276272",53958,98915 -"276273",53958,98916 -"276274",53960,57927 -"276275",53960,72101 -"276276",53962,69566 -"276277",53964,54314 -"276278",53964,65093 -"276279",53964,70661 -"276280",53964,72771 -"276281",53964,79294 -"276282",53964,102148 -"276283",53964,103392 -"276284",53965,58537 -"276285",53966,61733 -"276286",53967,57963 -"276287",53967,65235 -"276288",53967,70456 -"276289",53967,76908 -"276290",53967,106622 -"276291",53968,79423 -"276292",53969,87181 -"276293",53969,87218 -"276294",53970,53981 -"276295",53971,61461 -"276296",53971,88819 -"276297",53971,89076 -"276298",53971,89410 -"276299",53971,89552 -"276300",53971,94339 -"276301",53971,99634 -"276302",53971,103905 -"276303",53971,110211 -"276304",53971,115421 -"276305",53973,72748 -"276306",53974,57899 -"276307",53974,63014 -"276308",53974,70023 -"276309",53976,90010 -"276310",53976,92053 -"276311",53976,99508 -"276312",53977,53978 -"276313",53979,60028 -"276314",53979,76453 -"276315",53980,61743 -"276316",53980,61748 -"276317",53980,61749 -"276318",53980,61815 -"276319",53983,78805 -"276320",53983,106363 -"276321",53983,106387 -"276322",53983,106395 -"276323",53985,58941 -"276324",53985,91406 -"276325",53985,94732 -"276326",53985,104716 -"276327",53985,104730 -"276328",53986,86558 -"276329",53986,86948 -"276330",53986,92409 -"276331",53986,103631 -"276332",53986,107331 -"276333",53986,109199 -"276334",53986,114517 -"276335",53986,116722 -"276336",53986,119869 -"276337",53987,66095 -"276338",53987,66100 -"276339",53987,67499 -"276340",53987,78931 -"276341",53988,67511 -"276342",53988,104116 -"276343",53989,107716 -"276344",53989,107893 -"276345",53989,107894 -"276346",53989,113198 -"276347",53990,54083 -"276348",53991,86901 -"276349",53991,108951 -"276350",53991,108956 -"276351",53994,54973 -"276352",53995,58018 -"276353",53995,60974 -"276354",53996,109335 -"276355",53998,76007 -"276356",53998,79422 -"276357",53998,96428 -"276358",53999,54074 -"276359",53999,76919 -"276360",53999,114308 -"276361",54001,74466 -"276362",54002,69167 -"276363",54002,76467 -"276364",54004,71858 -"276365",54004,97177 -"276366",54006,87619 -"276367",54006,105675 -"276368",54007,59263 -"276369",54008,54064 -"276370",54008,70840 -"276371",54008,74272 -"276372",54009,104628 -"276373",54009,108066 -"276374",54009,120445 -"276375",54010,63336 -"276376",54011,54012 -"276377",54011,54085 -"276378",54011,54147 -"276379",54011,54154 -"276380",54011,54167 -"276381",54011,67371 -"276382",54011,108953 -"276383",54012,54085 -"276384",54013,70046 -"276385",54013,101055 -"276386",54013,102623 -"276387",54013,102662 -"276388",54013,102670 -"276389",54015,63282 -"276390",54017,83390 -"276391",54017,83421 -"276392",54018,54047 -"276393",54018,65969 -"276394",54018,119719 -"276395",54020,55497 -"276396",54020,65679 -"276397",54020,73411 -"276398",54020,82306 -"276399",54020,86490 -"276400",54021,55539 -"276401",54021,62690 -"276402",54021,71174 -"276403",54021,75737 -"276404",54021,88973 -"276405",54021,92288 -"276406",54021,97518 -"276407",54021,114092 -"276408",54022,54092 -"276409",54023,61910 -"276410",54023,76960 -"276411",54023,80402 -"276412",54023,100575 -"276413",54025,63893 -"276414",54025,71171 -"276415",54026,77409 -"276416",54026,89819 -"276417",54028,54038 -"276418",54028,62105 -"276419",54028,62296 -"276420",54030,59961 -"276421",54031,79618 -"276422",54033,84225 -"276423",54034,65795 -"276424",54034,69435 -"276425",54034,69449 -"276426",54035,73339 -"276427",54035,116168 -"276428",54035,116175 -"276429",54036,75747 -"276430",54037,59867 -"276431",54037,63547 -"276432",54037,81559 -"276433",54037,83978 -"276434",54037,112467 -"276435",54037,122802 -"276436",54038,57924 -"276437",54038,62105 -"276438",54038,62296 -"276439",54041,68782 -"276440",54041,73222 -"276441",54041,79058 -"276442",54041,88690 -"276443",54042,58188 -"276444",54042,58251 -"276445",54042,69880 -"276446",54042,110682 -"276447",54043,92311 -"276448",54044,64018 -"276449",54044,74079 -"276450",54044,74200 -"276451",54044,99520 -"276452",54045,79139 -"276453",54045,110240 -"276454",54046,65662 -"276455",54046,65733 -"276456",54047,61333 -"276457",54047,69338 -"276458",54047,102943 -"276459",54048,78373 -"276460",54049,69805 -"276461",54049,69809 -"276462",54052,81575 -"276463",54052,96622 -"276464",54052,99029 -"276465",54053,96679 -"276466",54053,106107 -"276467",54055,60601 -"276468",54055,77093 -"276469",54057,62558 -"276470",54059,55055 -"276471",54059,55071 -"276472",54059,55370 -"276473",54059,55754 -"276474",54059,57804 -"276475",54059,59557 -"276476",54059,59615 -"276477",54059,59940 -"276478",54059,67098 -"276479",54059,67363 -"276480",54059,71230 -"276481",54059,76278 -"276482",54059,76740 -"276483",54059,76786 -"276484",54059,77272 -"276485",54059,77357 -"276486",54059,77402 -"276487",54059,77792 -"276488",54059,78248 -"276489",54059,78255 -"276490",54059,78339 -"276491",54059,78445 -"276492",54059,79022 -"276493",54059,79716 -"276494",54059,79898 -"276495",54059,79989 -"276496",54059,80281 -"276497",54059,81728 -"276498",54059,82196 -"276499",54059,82383 -"276500",54059,82810 -"276501",54059,82854 -"276502",54059,83853 -"276503",54059,83884 -"276504",54059,84379 -"276505",54059,84613 -"276506",54059,85465 -"276507",54059,85610 -"276508",54059,86351 -"276509",54059,86451 -"276510",54059,86882 -"276511",54059,87175 -"276512",54059,87451 -"276513",54059,87521 -"276514",54059,87572 -"276515",54059,87663 -"276516",54059,87721 -"276517",54059,87862 -"276518",54060,55541 -"276519",54060,78031 -"276520",54060,81163 -"276521",54060,83460 -"276522",54060,88981 -"276523",54060,105527 -"276524",54060,118292 -"276525",54060,119423 -"276526",54061,58257 -"276527",54061,102889 -"276528",54061,107963 -"276529",54061,108678 -"276530",54061,111349 -"276531",54062,59106 -"276532",54062,81601 -"276533",54062,96253 -"276534",54063,93301 -"276535",54063,114330 -"276536",54063,121857 -"276537",54067,55190 -"276538",54067,60386 -"276539",54067,68537 -"276540",54067,70992 -"276541",54067,87293 -"276542",54067,104891 -"276543",54068,105496 -"276544",54069,54553 -"276545",54069,54896 -"276546",54069,70507 -"276547",54069,77796 -"276548",54069,85800 -"276549",54070,72248 -"276550",54070,93657 -"276551",54071,76845 -"276552",54071,84137 -"276553",54071,91842 -"276554",54071,92458 -"276555",54072,96181 -"276556",54072,115861 -"276557",54073,82693 -"276558",54074,86028 -"276559",54074,90773 -"276560",54075,80718 -"276561",54075,81115 -"276562",54076,57399 -"276563",54076,57757 -"276564",54078,88799 -"276565",54080,56134 -"276566",54080,57614 -"276567",54080,59244 -"276568",54080,59342 -"276569",54080,60421 -"276570",54080,60444 -"276571",54080,65016 -"276572",54080,65018 -"276573",54080,73991 -"276574",54081,71517 -"276575",54081,97070 -"276576",54081,97727 -"276577",54082,70437 -"276578",54083,93237 -"276579",54083,101736 -"276580",54086,57993 -"276581",54087,66329 -"276582",54087,79563 -"276583",54087,118878 -"276584",54089,64108 -"276585",54089,73987 -"276586",54089,95012 -"276587",54089,114358 -"276588",54090,60515 -"276589",54091,60144 -"276590",54093,67377 -"276591",54093,83874 -"276592",54094,54331 -"276593",54094,108460 -"276594",54095,109354 -"276595",54096,73391 -"276596",54096,79743 -"276597",54096,81689 -"276598",54097,79098 -"276599",54097,95070 -"276600",54098,92531 -"276601",54099,54135 -"276602",54099,72871 -"276603",54100,71418 -"276604",54100,78743 -"276605",54100,90897 -"276606",54100,96382 -"276607",54100,99719 -"276608",54101,54360 -"276609",54102,85549 -"276610",54103,70663 -"276611",54103,70882 -"276612",54103,103550 -"276613",54104,54455 -"276614",54105,59197 -"276615",54105,64941 -"276616",54105,102414 -"276617",54105,112828 -"276618",54106,60555 -"276619",54106,65579 -"276620",54108,54460 -"276621",54108,79820 -"276622",54110,76589 -"276623",54110,78897 -"276624",54110,78942 -"276625",54110,78956 -"276626",54112,54206 -"276627",54112,57719 -"276628",54112,83471 -"276629",54112,103887 -"276630",54113,72902 -"276631",54116,56380 -"276632",54116,103442 -"276633",54116,106672 -"276634",54117,96495 -"276635",54117,109172 -"276636",54117,113525 -"276637",54117,118692 -"276638",54117,123468 -"276639",54118,85979 -"276640",54118,92335 -"276641",54118,113693 -"276642",54119,63611 -"276643",54119,70575 -"276644",54119,74884 -"276645",54119,76345 -"276646",54120,54300 -"276647",54121,122450 -"276648",54122,55396 -"276649",54122,57431 -"276650",54122,83461 -"276651",54122,97230 -"276652",54122,111996 -"276653",54122,113726 -"276654",54123,57025 -"276655",54124,54134 -"276656",54124,78284 -"276657",54124,78293 -"276658",54124,90540 -"276659",54124,96300 -"276660",54125,81741 -"276661",54126,69941 -"276662",54127,75357 -"276663",54127,75414 -"276664",54128,79216 -"276665",54128,79217 -"276666",54128,80564 -"276667",54129,98347 -"276668",54130,54276 -"276669",54131,65864 -"276670",54132,69374 -"276671",54132,76243 -"276672",54132,95388 -"276673",54132,99415 -"276674",54132,99475 -"276675",54132,99481 -"276676",54132,114850 -"276677",54132,116271 -"276678",54133,56470 -"276679",54133,62333 -"276680",54133,64789 -"276681",54133,66458 -"276682",54134,69688 -"276683",54134,77235 -"276684",54134,78284 -"276685",54134,78293 -"276686",54134,89404 -"276687",54134,101417 -"276688",54137,120171 -"276689",54138,96050 -"276690",54138,101084 -"276691",54139,55448 -"276692",54139,119833 -"276693",54140,54145 -"276694",54140,54215 -"276695",54141,54192 -"276696",54142,59461 -"276697",54142,61925 -"276698",54142,65535 -"276699",54143,54159 -"276700",54143,54195 -"276701",54143,54205 -"276702",54143,54223 -"276703",54143,57689 -"276704",54144,120375 -"276705",54145,54215 -"276706",54145,57188 -"276707",54146,105046 -"276708",54147,54154 -"276709",54147,54167 -"276710",54149,59558 -"276711",54149,89690 -"276712",54149,97235 -"276713",54149,122123 -"276714",54150,54213 -"276715",54150,69034 -"276716",54150,91762 -"276717",54152,55076 -"276718",54152,63435 -"276719",54152,65664 -"276720",54152,65700 -"276721",54152,65752 -"276722",54152,96564 -"276723",54152,115057 -"276724",54154,54167 -"276725",54156,64845 -"276726",54157,84151 -"276727",54158,65176 -"276728",54158,70908 -"276729",54158,75310 -"276730",54158,105356 -"276731",54158,114314 -"276732",54158,120899 -"276733",54159,54195 -"276734",54159,54205 -"276735",54159,54223 -"276736",54160,54187 -"276737",54160,54589 -"276738",54161,67488 -"276739",54161,72674 -"276740",54161,102709 -"276741",54161,102721 -"276742",54161,118657 -"276743",54162,77788 -"276744",54162,99484 -"276745",54162,106739 -"276746",54162,120798 -"276747",54166,104610 -"276748",54168,57210 -"276749",54168,58482 -"276750",54168,59172 -"276751",54168,59816 -"276752",54168,61874 -"276753",54168,63274 -"276754",54168,66322 -"276755",54168,67327 -"276756",54168,70854 -"276757",54168,71683 -"276758",54168,72568 -"276759",54168,72628 -"276760",54168,73767 -"276761",54168,78532 -"276762",54168,81609 -"276763",54168,85885 -"276764",54168,91255 -"276765",54168,92247 -"276766",54168,92352 -"276767",54168,92362 -"276768",54168,92929 -"276769",54168,93719 -"276770",54168,94906 -"276771",54168,94946 -"276772",54168,95889 -"276773",54168,96093 -"276774",54168,97988 -"276775",54168,99309 -"276776",54168,99376 -"276777",54168,99450 -"276778",54168,99471 -"276779",54168,99474 -"276780",54168,99583 -"276781",54168,100916 -"276782",54168,100944 -"276783",54168,101126 -"276784",54168,101329 -"276785",54168,105557 -"276786",54168,106217 -"276787",54168,107199 -"276788",54168,108743 -"276789",54168,108980 -"276790",54168,109291 -"276791",54168,109933 -"276792",54168,110483 -"276793",54168,110567 -"276794",54168,110572 -"276795",54168,110630 -"276796",54168,110648 -"276797",54168,110711 -"276798",54168,110770 -"276799",54168,110869 -"276800",54168,110911 -"276801",54168,111285 -"276802",54168,111314 -"276803",54168,111362 -"276804",54168,111372 -"276805",54168,111424 -"276806",54168,111433 -"276807",54168,112422 -"276808",54168,113269 -"276809",54168,113430 -"276810",54168,114242 -"276811",54168,114842 -"276812",54168,115427 -"276813",54168,115521 -"276814",54168,115711 -"276815",54170,90806 -"276816",54170,110790 -"276817",54171,92318 -"276818",54171,95562 -"276819",54172,54203 -"276820",54173,54242 -"276821",54173,54403 -"276822",54173,71467 -"276823",54174,54175 -"276824",54176,54436 -"276825",54178,55071 -"276826",54178,59109 -"276827",54178,59221 -"276828",54178,59384 -"276829",54178,59633 -"276830",54178,63018 -"276831",54178,66976 -"276832",54178,67098 -"276833",54179,77454 -"276834",54179,93061 -"276835",54179,111402 -"276836",54180,57419 -"276837",54180,61865 -"276838",54181,54182 -"276839",54181,63252 -"276840",54181,111229 -"276841",54181,118461 -"276842",54182,88374 -"276843",54182,91656 -"276844",54182,92262 -"276845",54182,92272 -"276846",54182,109816 -"276847",54182,113828 -"276848",54182,114045 -"276849",54182,115739 -"276850",54182,116700 -"276851",54183,59308 -"276852",54183,68840 -"276853",54183,119649 -"276854",54186,70284 -"276855",54186,70444 -"276856",54186,70600 -"276857",54186,86738 -"276858",54186,103452 -"276859",54187,91921 -"276860",54188,92894 -"276861",54189,102234 -"276862",54194,67363 -"276863",54194,92170 -"276864",54195,54205 -"276865",54195,54223 -"276866",54196,88462 -"276867",54196,105478 -"276868",54200,54825 -"276869",54200,58371 -"276870",54200,59828 -"276871",54200,63395 -"276872",54200,71253 -"276873",54200,74995 -"276874",54200,95334 -"276875",54202,54226 -"276876",54204,58548 -"276877",54204,100832 -"276878",54205,54223 -"276879",54206,54621 -"276880",54207,58669 -"276881",54207,58706 -"276882",54207,58752 -"276883",54208,75905 -"276884",54208,103914 -"276885",54208,106446 -"276886",54208,106636 -"276887",54209,56307 -"276888",54209,56325 -"276889",54209,83585 -"276890",54210,84078 -"276891",54211,112821 -"276892",54212,92785 -"276893",54212,120555 -"276894",54214,114883 -"276895",54215,60780 -"276896",54215,82493 -"276897",54215,90972 -"276898",54219,66731 -"276899",54219,83733 -"276900",54219,85073 -"276901",54219,89999 -"276902",54219,95829 -"276903",54219,95836 -"276904",54220,60173 -"276905",54220,61691 -"276906",54221,54227 -"276907",54224,83769 -"276908",54225,81367 -"276909",54226,98061 -"276910",54227,60744 -"276911",54227,60838 -"276912",54227,83318 -"276913",54228,77003 -"276914",54228,90303 -"276915",54228,90442 -"276916",54228,93864 -"276917",54229,82169 -"276918",54231,54895 -"276919",54231,92685 -"276920",54231,101975 -"276921",54231,101995 -"276922",54231,106109 -"276923",54231,118503 -"276924",54232,63654 -"276925",54232,100111 -"276926",54232,107194 -"276927",54232,108476 -"276928",54232,108477 -"276929",54232,112341 -"276930",54232,112348 -"276931",54232,112358 -"276932",54232,112365 -"276933",54232,112385 -"276934",54232,112388 -"276935",54232,112393 -"276936",54234,64394 -"276937",54234,64416 -"276938",54234,64443 -"276939",54234,76364 -"276940",54234,81278 -"276941",54234,81444 -"276942",54234,85430 -"276943",54234,89958 -"276944",54234,90840 -"276945",54234,91431 -"276946",54234,91570 -"276947",54234,94440 -"276948",54234,96536 -"276949",54235,60991 -"276950",54235,76639 -"276951",54235,91695 -"276952",54235,97440 -"276953",54235,100239 -"276954",54235,113099 -"276955",54237,61318 -"276956",54239,91735 -"276957",54240,55481 -"276958",54240,62269 -"276959",54240,68807 -"276960",54240,68813 -"276961",54240,68826 -"276962",54240,68864 -"276963",54242,117370 -"276964",54243,112556 -"276965",54246,58302 -"276966",54246,64302 -"276967",54246,64769 -"276968",54248,54575 -"276969",54248,58444 -"276970",54249,54414 -"276971",54249,101542 -"276972",54249,122447 -"276973",54250,54480 -"276974",54250,54557 -"276975",54250,59108 -"276976",54250,59461 -"276977",54250,59505 -"276978",54250,59565 -"276979",54250,77439 -"276980",54253,62395 -"276981",54253,81527 -"276982",54255,54259 -"276983",54255,54295 -"276984",54256,86720 -"276985",54256,91771 -"276986",54256,119688 -"276987",54258,61723 -"276988",54258,91734 -"276989",54258,104516 -"276990",54259,54295 -"276991",54259,81895 -"276992",54259,87367 -"276993",54259,104664 -"276994",54259,113693 -"276995",54260,90488 -"276996",54261,72886 -"276997",54262,54591 -"276998",54262,62533 -"276999",54262,81501 -"277000",54262,90873 -"277001",54262,103116 -"277002",54262,103155 -"277003",54262,110818 -"277004",54263,87803 -"277005",54263,100726 -"277006",54264,68970 -"277007",54265,57212 -"277008",54265,65081 -"277009",54266,54296 -"277010",54267,111210 -"277011",54268,54292 -"277012",54268,54345 -"277013",54268,70808 -"277014",54269,58770 -"277015",54269,59354 -"277016",54269,59462 -"277017",54269,59954 -"277018",54269,59989 -"277019",54269,60196 -"277020",54269,60575 -"277021",54269,60834 -"277022",54269,60857 -"277023",54269,60880 -"277024",54269,63569 -"277025",54270,54326 -"277026",54271,54357 -"277027",54272,62278 -"277028",54272,75526 -"277029",54272,81887 -"277030",54272,84929 -"277031",54272,90482 -"277032",54272,95984 -"277033",54272,98266 -"277034",54272,99953 -"277035",54272,101023 -"277036",54272,108579 -"277037",54272,108699 -"277038",54272,109746 -"277039",54272,117158 -"277040",54272,118446 -"277041",54273,59807 -"277042",54273,78395 -"277043",54274,89211 -"277044",54275,56628 -"277045",54275,58004 -"277046",54275,58068 -"277047",54275,58633 -"277048",54275,61111 -"277049",54275,61127 -"277050",54275,68287 -"277051",54276,60078 -"277052",54276,61050 -"277053",54276,67278 -"277054",54276,70947 -"277055",54276,87726 -"277056",54278,55360 -"277057",54278,60611 -"277058",54278,69613 -"277059",54278,73238 -"277060",54278,78019 -"277061",54278,88623 -"277062",54278,88716 -"277063",54278,90117 -"277064",54278,90663 -"277065",54278,91064 -"277066",54278,94098 -"277067",54278,99022 -"277068",54278,100144 -"277069",54278,100533 -"277070",54278,101360 -"277071",54278,103959 -"277072",54279,58095 -"277073",54279,59439 -"277074",54279,59694 -"277075",54280,54317 -"277076",54280,54393 -"277077",54281,54408 -"277078",54281,75135 -"277079",54282,54328 -"277080",54283,54335 -"277081",54283,67902 -"277082",54283,74681 -"277083",54283,83772 -"277084",54283,90114 -"277085",54283,98406 -"277086",54283,108765 -"277087",54283,121043 -"277088",54283,121999 -"277089",54283,123079 -"277090",54283,123085 -"277091",54284,54314 -"277092",54284,57277 -"277093",54285,69823 -"277094",54286,96312 -"277095",54287,56338 -"277096",54287,68014 -"277097",54287,77572 -"277098",54288,56996 -"277099",54288,57407 -"277100",54288,78583 -"277101",54290,122948 -"277102",54291,96071 -"277103",54291,118238 -"277104",54292,54345 -"277105",54293,67243 -"277106",54293,67528 -"277107",54295,54768 -"277108",54298,62282 -"277109",54298,65320 -"277110",54299,59185 -"277111",54299,61743 -"277112",54299,95033 -"277113",54302,59326 -"277114",54302,59389 -"277115",54302,97485 -"277116",54302,99807 -"277117",54302,108784 -"277118",54304,98925 -"277119",54304,103857 -"277120",54304,103885 -"277121",54304,105417 -"277122",54304,105782 -"277123",54305,66052 -"277124",54305,68280 -"277125",54305,98593 -"277126",54306,70216 -"277127",54309,90612 -"277128",54309,90613 -"277129",54309,90618 -"277130",54309,90619 -"277131",54309,90637 -"277132",54309,90648 -"277133",54309,90659 -"277134",54309,90660 -"277135",54309,90683 -"277136",54309,90684 -"277137",54309,91846 -"277138",54310,106703 -"277139",54311,54347 -"277140",54312,66063 -"277141",54312,101758 -"277142",54312,119089 -"277143",54314,102148 -"277144",54314,103392 -"277145",54315,54494 -"277146",54315,71268 -"277147",54316,72578 -"277148",54316,74016 -"277149",54316,96620 -"277150",54317,54393 -"277151",54318,67687 -"277152",54322,88553 -"277153",54322,119708 -"277154",54325,54330 -"277155",54325,114768 -"277156",54328,63931 -"277157",54329,72091 -"277158",54329,72121 -"277159",54329,72253 -"277160",54332,73610 -"277161",54332,121637 -"277162",54333,54466 -"277163",54334,54406 -"277164",54334,54420 -"277165",54334,57067 -"277166",54334,122283 -"277167",54336,70902 -"277168",54337,62289 -"277169",54337,72523 -"277170",54337,73223 -"277171",54339,54562 -"277172",54341,56385 -"277173",54343,54484 -"277174",54344,59668 -"277175",54344,89160 -"277176",54344,89684 -"277177",54346,61882 -"277178",54346,85663 -"277179",54348,65378 -"277180",54349,113921 -"277181",54350,54439 -"277182",54351,54353 -"277183",54351,100807 -"277184",54351,106031 -"277185",54352,72254 -"277186",54352,72280 -"277187",54354,56388 -"277188",54355,74564 -"277189",54356,64674 -"277190",54357,115989 -"277191",54357,117010 -"277192",54357,122710 -"277193",54358,85869 -"277194",54358,89307 -"277195",54358,103886 -"277196",54359,60561 -"277197",54361,63675 -"277198",54361,74977 -"277199",54361,76238 -"277200",54361,76240 -"277201",54361,76242 -"277202",54361,76253 -"277203",54361,76254 -"277204",54361,76258 -"277205",54361,76261 -"277206",54361,76263 -"277207",54361,76409 -"277208",54361,76411 -"277209",54361,95944 -"277210",54361,95999 -"277211",54361,96000 -"277212",54361,96001 -"277213",54361,96005 -"277214",54362,58075 -"277215",54362,58410 -"277216",54362,73838 -"277217",54363,59736 -"277218",54363,68411 -"277219",54363,70277 -"277220",54363,71740 -"277221",54363,94961 -"277222",54365,54366 -"277223",54365,97025 -"277224",54366,65625 -"277225",54367,108426 -"277226",54367,117989 -"277227",54368,75085 -"277228",54368,85211 -"277229",54368,110945 -"277230",54369,113440 -"277231",54369,113461 -"277232",54370,60180 -"277233",54370,74923 -"277234",54370,75131 -"277235",54370,75132 -"277236",54370,75186 -"277237",54371,73384 -"277238",54371,98204 -"277239",54372,105318 -"277240",54372,105324 -"277241",54372,105358 -"277242",54372,109170 -"277243",54372,116527 -"277244",54373,54375 -"277245",54373,92655 -"277246",54374,69136 -"277247",54374,89327 -"277248",54374,93686 -"277249",54376,60180 -"277250",54376,61388 -"277251",54376,65732 -"277252",54376,71006 -"277253",54377,73778 -"277254",54377,82847 -"277255",54378,55939 -"277256",54380,104463 -"277257",54381,58711 -"277258",54381,78611 -"277259",54381,81540 -"277260",54381,90253 -"277261",54381,101456 -"277262",54381,114407 -"277263",54382,77440 -"277264",54382,91435 -"277265",54382,91539 -"277266",54382,97709 -"277267",54382,106627 -"277268",54382,106642 -"277269",54385,63045 -"277270",54385,76403 -"277271",54385,77056 -"277272",54385,79000 -"277273",54385,80025 -"277274",54385,82099 -"277275",54385,84808 -"277276",54385,84828 -"277277",54385,107163 -"277278",54386,56510 -"277279",54387,73372 -"277280",54387,75167 -"277281",54387,101421 -"277282",54387,110495 -"277283",54388,57852 -"277284",54388,59560 -"277285",54388,81458 -"277286",54388,84163 -"277287",54388,85136 -"277288",54388,88079 -"277289",54388,92412 -"277290",54388,100433 -"277291",54388,107000 -"277292",54389,64283 -"277293",54389,65551 -"277294",54389,66574 -"277295",54389,103218 -"277296",54390,69424 -"277297",54391,69183 -"277298",54394,83997 -"277299",54396,72732 -"277300",54396,104158 -"277301",54396,109758 -"277302",54397,112907 -"277303",54397,122005 -"277304",54398,77535 -"277305",54400,59915 -"277306",54400,61822 -"277307",54400,79954 -"277308",54400,85300 -"277309",54400,85377 -"277310",54400,94953 -"277311",54400,101156 -"277312",54400,107544 -"277313",54400,119065 -"277314",54400,120375 -"277315",54400,122847 -"277316",54401,76658 -"277317",54401,104561 -"277318",54402,54431 -"277319",54402,55450 -"277320",54402,118110 -"277321",54402,118114 -"277322",54403,89814 -"277323",54403,113034 -"277324",54404,115470 -"277325",54404,115472 -"277326",54404,115479 -"277327",54406,54420 -"277328",54407,76987 -"277329",54407,78818 -"277330",54407,97459 -"277331",54407,103405 -"277332",54407,106808 -"277333",54407,110737 -"277334",54407,121714 -"277335",54409,57697 -"277336",54409,57896 -"277337",54409,63411 -"277338",54409,84380 -"277339",54411,72845 -"277340",54411,80840 -"277341",54411,96841 -"277342",54411,105516 -"277343",54411,106669 -"277344",54413,79269 -"277345",54413,92215 -"277346",54415,65740 -"277347",54415,65781 -"277348",54415,118356 -"277349",54416,56824 -"277350",54416,69517 -"277351",54416,73629 -"277352",54416,75316 -"277353",54416,76504 -"277354",54416,76899 -"277355",54416,89473 -"277356",54416,90429 -"277357",54416,93569 -"277358",54416,94265 -"277359",54416,104466 -"277360",54416,105450 -"277361",54416,105454 -"277362",54416,105455 -"277363",54416,105456 -"277364",54416,105467 -"277365",54416,105902 -"277366",54416,110696 -"277367",54416,110741 -"277368",54416,113594 -"277369",54418,59395 -"277370",54418,66466 -"277371",54418,74413 -"277372",54418,80533 -"277373",54418,114480 -"277374",54418,114531 -"277375",54419,64072 -"277376",54419,92546 -"277377",54420,73245 -"277378",54420,92938 -"277379",54421,86499 -"277380",54422,77234 -"277381",54424,58744 -"277382",54424,89545 -"277383",54424,104287 -"277384",54424,110066 -"277385",54424,110098 -"277386",54424,111600 -"277387",54426,64629 -"277388",54426,64842 -"277389",54427,63831 -"277390",54427,72943 -"277391",54427,74703 -"277392",54428,63538 -"277393",54428,112375 -"277394",54429,66869 -"277395",54429,74129 -"277396",54429,89895 -"277397",54429,89934 -"277398",54429,89936 -"277399",54429,93121 -"277400",54431,55450 -"277401",54432,81541 -"277402",54432,91182 -"277403",54435,56360 -"277404",54438,84070 -"277405",54438,119177 -"277406",54440,67121 -"277407",54442,96322 -"277408",54443,56401 -"277409",54445,60848 -"277410",54446,116066 -"277411",54447,54467 -"277412",54447,81550 -"277413",54448,58783 -"277414",54449,64550 -"277415",54449,95751 -"277416",54450,88579 -"277417",54450,107733 -"277418",54452,61003 -"277419",54452,76851 -"277420",54452,76929 -"277421",54452,108766 -"277422",54457,58123 -"277423",54457,64373 -"277424",54457,82222 -"277425",54457,92258 -"277426",54457,97837 -"277427",54458,56107 -"277428",54458,75141 -"277429",54458,75470 -"277430",54458,101009 -"277431",54461,79780 -"277432",54461,104820 -"277433",54461,106477 -"277434",54461,112814 -"277435",54462,103459 -"277436",54462,114527 -"277437",54463,73459 -"277438",54463,80709 -"277439",54463,80712 -"277440",54463,88991 -"277441",54463,95899 -"277442",54465,63502 -"277443",54465,77657 -"277444",54466,102726 -"277445",54467,72349 -"277446",54467,75351 -"277447",54467,85127 -"277448",54467,87452 -"277449",54467,87983 -"277450",54467,91475 -"277451",54467,104524 -"277452",54467,107656 -"277453",54468,54469 -"277454",54468,54470 -"277455",54468,54471 -"277456",54469,54470 -"277457",54469,54471 -"277458",54470,54471 -"277459",54470,96348 -"277460",54470,111780 -"277461",54472,65348 -"277462",54472,77567 -"277463",54472,85569 -"277464",54472,108033 -"277465",54473,73719 -"277466",54473,96747 -"277467",54473,99438 -"277468",54473,108967 -"277469",54473,111722 -"277470",54473,112857 -"277471",54473,121137 -"277472",54476,72363 -"277473",54476,78626 -"277474",54480,54557 -"277475",54480,59108 -"277476",54480,59461 -"277477",54480,59505 -"277478",54480,59565 -"277479",54480,67705 -"277480",54480,68101 -"277481",54480,68102 -"277482",54480,68120 -"277483",54480,68140 -"277484",54482,81002 -"277485",54483,72377 -"277486",54484,64699 -"277487",54484,75318 -"277488",54485,63498 -"277489",54486,54552 -"277490",54486,89795 -"277491",54487,106184 -"277492",54488,54497 -"277493",54488,54816 -"277494",54489,54718 -"277495",54489,91028 -"277496",54490,54566 -"277497",54491,71921 -"277498",54491,87516 -"277499",54491,104342 -"277500",54493,72803 -"277501",54493,73453 -"277502",54493,97791 -"277503",54494,58614 -"277504",54494,98105 -"277505",54494,102243 -"277506",54494,112263 -"277507",54494,112267 -"277508",54494,112456 -"277509",54494,112472 -"277510",54495,54530 -"277511",54495,63910 -"277512",54495,101544 -"277513",54495,108457 -"277514",54495,112615 -"277515",54495,117813 -"277516",54497,54816 -"277517",54499,54684 -"277518",54499,68160 -"277519",54499,94510 -"277520",54499,94551 -"277521",54499,94558 -"277522",54500,91347 -"277523",54500,91451 -"277524",54501,55675 -"277525",54501,57017 -"277526",54501,77677 -"277527",54501,83598 -"277528",54501,102907 -"277529",54501,105253 -"277530",54501,107154 -"277531",54501,110657 -"277532",54501,120503 -"277533",54502,58845 -"277534",54502,58868 -"277535",54502,64964 -"277536",54503,54563 -"277537",54503,56084 -"277538",54503,61814 -"277539",54503,91673 -"277540",54503,102634 -"277541",54503,111363 -"277542",54504,54960 -"277543",54504,63879 -"277544",54504,95197 -"277545",54506,54916 -"277546",54506,58572 -"277547",54506,58858 -"277548",54506,80431 -"277549",54507,69049 -"277550",54509,58161 -"277551",54511,58675 -"277552",54511,88424 -"277553",54511,88517 -"277554",54511,92023 -"277555",54511,92024 -"277556",54511,92040 -"277557",54511,98649 -"277558",54512,57773 -"277559",54513,54674 -"277560",54515,80367 -"277561",54517,100401 -"277562",54517,104619 -"277563",54517,104790 -"277564",54517,122043 -"277565",54518,78900 -"277566",54518,79372 -"277567",54518,110980 -"277568",54518,115903 -"277569",54520,77620 -"277570",54521,90336 -"277571",54521,98985 -"277572",54522,97759 -"277573",54523,56274 -"277574",54523,56305 -"277575",54523,56368 -"277576",54523,57370 -"277577",54523,61018 -"277578",54523,61073 -"277579",54523,61164 -"277580",54524,101697 -"277581",54525,61510 -"277582",54525,61980 -"277583",54525,69766 -"277584",54525,93326 -"277585",54525,93725 -"277586",54525,95677 -"277587",54525,96430 -"277588",54525,104238 -"277589",54525,106441 -"277590",54527,110349 -"277591",54528,54564 -"277592",54529,93503 -"277593",54532,100560 -"277594",54533,74105 -"277595",54533,85282 -"277596",54535,58726 -"277597",54535,72182 -"277598",54538,66566 -"277599",54538,100074 -"277600",54538,103560 -"277601",54538,107055 -"277602",54539,63639 -"277603",54539,64288 -"277604",54539,64343 -"277605",54539,64344 -"277606",54540,63445 -"277607",54540,68963 -"277608",54540,69671 -"277609",54540,99730 -"277610",54541,55007 -"277611",54542,58237 -"277612",54542,104515 -"277613",54543,66748 -"277614",54543,116190 -"277615",54545,54698 -"277616",54545,54699 -"277617",54546,64305 -"277618",54546,64347 -"277619",54547,69933 -"277620",54547,69945 -"277621",54547,69951 -"277622",54551,72188 -"277623",54551,76003 -"277624",54551,76208 -"277625",54551,76284 -"277626",54551,77839 -"277627",54551,79346 -"277628",54551,79349 -"277629",54551,82919 -"277630",54551,91808 -"277631",54551,94480 -"277632",54552,55658 -"277633",54552,74027 -"277634",54552,106419 -"277635",54553,54980 -"277636",54553,55139 -"277637",54553,65625 -"277638",54553,66345 -"277639",54553,74628 -"277640",54553,75158 -"277641",54553,75310 -"277642",54553,76629 -"277643",54553,84646 -"277644",54553,84940 -"277645",54553,85800 -"277646",54553,86399 -"277647",54553,92081 -"277648",54553,93827 -"277649",54553,93828 -"277650",54553,93866 -"277651",54553,100226 -"277652",54553,105947 -"277653",54553,108737 -"277654",54553,109076 -"277655",54553,111054 -"277656",54556,63012 -"277657",54556,97295 -"277658",54557,59108 -"277659",54557,59461 -"277660",54557,59505 -"277661",54557,59565 -"277662",54559,115853 -"277663",54561,54930 -"277664",54562,69106 -"277665",54562,74656 -"277666",54562,74810 -"277667",54562,92193 -"277668",54562,100881 -"277669",54562,113343 -"277670",54563,56084 -"277671",54563,61224 -"277672",54563,61814 -"277673",54563,91673 -"277674",54563,102634 -"277675",54563,113872 -"277676",54564,68485 -"277677",54564,78764 -"277678",54568,54574 -"277679",54569,59718 -"277680",54569,64209 -"277681",54570,54895 -"277682",54570,68708 -"277683",54570,89922 -"277684",54570,110553 -"277685",54570,110676 -"277686",54572,54716 -"277687",54572,66190 -"277688",54573,82199 -"277689",54574,65229 -"277690",54574,65933 -"277691",54576,54577 -"277692",54576,68080 -"277693",54576,73835 -"277694",54576,75091 -"277695",54578,56284 -"277696",54578,57013 -"277697",54579,62746 -"277698",54579,80885 -"277699",54579,107321 -"277700",54579,112223 -"277701",54579,116965 -"277702",54581,57484 -"277703",54581,61780 -"277704",54581,70111 -"277705",54581,104888 -"277706",54582,60673 -"277707",54582,76315 -"277708",54582,102071 -"277709",54583,112926 -"277710",54583,112963 -"277711",54583,115550 -"277712",54584,54924 -"277713",54587,63531 -"277714",54587,82095 -"277715",54587,88549 -"277716",54587,107847 -"277717",54587,108146 -"277718",54590,64697 -"277719",54590,64733 -"277720",54590,64740 -"277721",54590,64764 -"277722",54590,71838 -"277723",54591,84889 -"277724",54592,71114 -"277725",54592,83348 -"277726",54592,94074 -"277727",54593,55363 -"277728",54593,63328 -"277729",54593,67090 -"277730",54593,74407 -"277731",54593,90968 -"277732",54594,54642 -"277733",54594,54670 -"277734",54595,57298 -"277735",54595,58231 -"277736",54595,83777 -"277737",54595,91109 -"277738",54595,94770 -"277739",54595,111681 -"277740",54595,119276 -"277741",54597,68627 -"277742",54597,96188 -"277743",54597,106238 -"277744",54598,73941 -"277745",54599,54893 -"277746",54599,54899 -"277747",54600,85219 -"277748",54600,103757 -"277749",54601,54807 -"277750",54602,56051 -"277751",54602,66960 -"277752",54602,75829 -"277753",54602,92146 -"277754",54602,92147 -"277755",54602,92165 -"277756",54602,92183 -"277757",54603,64360 -"277758",54603,69865 -"277759",54603,75197 -"277760",54603,75241 -"277761",54604,64699 -"277762",54605,55755 -"277763",54605,66053 -"277764",54605,73874 -"277765",54606,79033 -"277766",54608,68581 -"277767",54609,73151 -"277768",54610,82225 -"277769",54611,54897 -"277770",54611,107606 -"277771",54612,70022 -"277772",54613,67672 -"277773",54614,57714 -"277774",54615,57052 -"277775",54615,67700 -"277776",54615,69749 -"277777",54615,75351 -"277778",54616,54726 -"277779",54618,56365 -"277780",54618,59287 -"277781",54618,82860 -"277782",54618,88289 -"277783",54618,89820 -"277784",54618,91687 -"277785",54618,111535 -"277786",54618,111601 -"277787",54619,76256 -"277788",54619,78988 -"277789",54620,56417 -"277790",54622,55010 -"277791",54622,60747 -"277792",54622,62280 -"277793",54622,62344 -"277794",54622,62917 -"277795",54623,74518 -"277796",54623,92782 -"277797",54623,120289 -"277798",54624,79885 -"277799",54625,55487 -"277800",54625,81568 -"277801",54626,117356 -"277802",54627,55676 -"277803",54627,65518 -"277804",54627,66782 -"277805",54627,69944 -"277806",54627,94573 -"277807",54628,60912 -"277808",54628,87180 -"277809",54629,70233 -"277810",54629,118342 -"277811",54630,67672 -"277812",54631,83129 -"277813",54632,77450 -"277814",54633,116417 -"277815",54634,64179 -"277816",54635,94101 -"277817",54636,107098 -"277818",54638,54640 -"277819",54642,54670 -"277820",54642,62581 -"277821",54643,58097 -"277822",54643,58211 -"277823",54643,63876 -"277824",54643,63909 -"277825",54644,85848 -"277826",54644,115549 -"277827",54645,71241 -"277828",54645,87604 -"277829",54646,72536 -"277830",54646,74300 -"277831",54646,86185 -"277832",54646,87149 -"277833",54646,99823 -"277834",54647,90420 -"277835",54650,75120 -"277836",54650,90754 -"277837",54651,57920 -"277838",54652,88877 -"277839",54652,94875 -"277840",54653,61312 -"277841",54653,90478 -"277842",54653,97112 -"277843",54653,104458 -"277844",54653,108543 -"277845",54656,54682 -"277846",54657,59887 -"277847",54657,90331 -"277848",54657,114612 -"277849",54658,62079 -"277850",54658,79939 -"277851",54659,109417 -"277852",54660,79640 -"277853",54660,122670 -"277854",54661,56549 -"277855",54661,105257 -"277856",54661,109469 -"277857",54663,54989 -"277858",54663,58665 -"277859",54663,59300 -"277860",54663,60215 -"277861",54663,76686 -"277862",54663,94386 -"277863",54666,54672 -"277864",54667,120225 -"277865",54668,62512 -"277866",54668,77059 -"277867",54669,118120 -"277868",54671,72751 -"277869",54671,92872 -"277870",54672,78287 -"277871",54673,77193 -"277872",54673,78972 -"277873",54673,91529 -"277874",54673,106126 -"277875",54674,82047 -"277876",54674,111471 -"277877",54675,55084 -"277878",54675,73320 -"277879",54676,57184 -"277880",54676,91908 -"277881",54676,93584 -"277882",54676,95627 -"277883",54676,101113 -"277884",54676,119320 -"277885",54679,57597 -"277886",54679,61121 -"277887",54679,90833 -"277888",54679,92071 -"277889",54679,118543 -"277890",54680,54840 -"277891",54680,107275 -"277892",54684,68160 -"277893",54685,80045 -"277894",54687,77488 -"277895",54687,117669 -"277896",54688,68418 -"277897",54688,70064 -"277898",54689,59872 -"277899",54689,63942 -"277900",54689,65490 -"277901",54689,67438 -"277902",54689,70686 -"277903",54689,70875 -"277904",54689,70891 -"277905",54689,96003 -"277906",54689,100058 -"277907",54691,74749 -"277908",54691,81999 -"277909",54693,71204 -"277910",54695,57979 -"277911",54695,58427 -"277912",54696,88991 -"277913",54698,54699 -"277914",54698,78716 -"277915",54699,96882 -"277916",54700,88909 -"277917",54701,57512 -"277918",54701,57513 -"277919",54702,68942 -"277920",54702,100766 -"277921",54703,56238 -"277922",54703,56586 -"277923",54703,58680 -"277924",54703,65142 -"277925",54703,67260 -"277926",54703,67277 -"277927",54703,67319 -"277928",54703,79967 -"277929",54703,100156 -"277930",54703,103183 -"277931",54703,115768 -"277932",54705,106629 -"277933",54706,63660 -"277934",54708,54930 -"277935",54709,67004 -"277936",54711,54767 -"277937",54711,62585 -"277938",54712,56527 -"277939",54712,66094 -"277940",54712,66512 -"277941",54712,68060 -"277942",54712,78335 -"277943",54714,56209 -"277944",54715,55071 -"277945",54715,81981 -"277946",54715,84969 -"277947",54715,88515 -"277948",54715,89169 -"277949",54715,99977 -"277950",54716,54727 -"277951",54716,65264 -"277952",54716,66190 -"277953",54716,66698 -"277954",54716,66887 -"277955",54716,82841 -"277956",54716,98992 -"277957",54718,62361 -"277958",54718,91028 -"277959",54719,99456 -"277960",54719,104481 -"277961",54719,104503 -"277962",54721,86773 -"277963",54723,96428 -"277964",54723,102552 -"277965",54723,122656 -"277966",54724,54984 -"277967",54725,105021 -"277968",54727,73014 -"277969",54727,85219 -"277970",54728,54788 -"277971",54728,66848 -"277972",54728,66868 -"277973",54728,66910 -"277974",54728,66924 -"277975",54729,58379 -"277976",54729,58432 -"277977",54729,59678 -"277978",54729,60593 -"277979",54729,61104 -"277980",54729,63112 -"277981",54729,65322 -"277982",54729,71753 -"277983",54729,74743 -"277984",54729,75974 -"277985",54729,76428 -"277986",54729,79063 -"277987",54729,80625 -"277988",54729,81046 -"277989",54729,84194 -"277990",54729,88187 -"277991",54729,91482 -"277992",54729,96749 -"277993",54729,99207 -"277994",54729,99924 -"277995",54729,99935 -"277996",54729,102489 -"277997",54729,103169 -"277998",54729,108463 -"277999",54729,116508 -"278000",54729,121084 -"278001",54729,121093 -"278002",54729,121094 -"278003",54730,103997 -"278004",54730,110538 -"278005",54731,57671 -"278006",54731,59815 -"278007",54731,65249 -"278008",54732,85919 -"278009",54732,88289 -"278010",54732,90721 -"278011",54732,97058 -"278012",54732,97067 -"278013",54732,97074 -"278014",54732,97102 -"278015",54732,97103 -"278016",54732,97104 -"278017",54732,97109 -"278018",54732,97110 -"278019",54732,123467 -"278020",54733,94546 -"278021",54733,107417 -"278022",54733,115024 -"278023",54734,100622 -"278024",54735,54741 -"278025",54736,58394 -"278026",54736,74418 -"278027",54736,94921 -"278028",54736,94928 -"278029",54736,94929 -"278030",54736,94941 -"278031",54736,94962 -"278032",54736,94965 -"278033",54736,94966 -"278034",54736,94971 -"278035",54736,95179 -"278036",54737,55364 -"278037",54737,56168 -"278038",54737,60846 -"278039",54737,64514 -"278040",54737,64824 -"278041",54737,69291 -"278042",54737,70235 -"278043",54737,78073 -"278044",54737,79331 -"278045",54737,79710 -"278046",54737,79711 -"278047",54737,79720 -"278048",54737,79725 -"278049",54737,79738 -"278050",54737,79748 -"278051",54737,79750 -"278052",54737,79754 -"278053",54737,79758 -"278054",54737,79760 -"278055",54737,79771 -"278056",54737,79780 -"278057",54737,79781 -"278058",54737,79803 -"278059",54737,83334 -"278060",54739,72673 -"278061",54739,87628 -"278062",54740,55117 -"278063",54741,81114 -"278064",54741,101137 -"278065",54742,54785 -"278066",54742,66436 -"278067",54742,66478 -"278068",54742,66503 -"278069",54744,60971 -"278070",54745,55611 -"278071",54745,57902 -"278072",54745,59037 -"278073",54746,54754 -"278074",54748,60808 -"278075",54748,85903 -"278076",54748,97951 -"278077",54748,105812 -"278078",54748,121295 -"278079",54748,122334 -"278080",54749,56883 -"278081",54749,58927 -"278082",54749,61608 -"278083",54750,56753 -"278084",54751,74329 -"278085",54751,74384 -"278086",54752,55570 -"278087",54752,91224 -"278088",54752,121362 -"278089",54754,63186 -"278090",54756,74306 -"278091",54756,109928 -"278092",54757,54795 -"278093",54758,55401 -"278094",54759,103110 -"278095",54761,80051 -"278096",54761,108925 -"278097",54761,123000 -"278098",54762,76049 -"278099",54762,95321 -"278100",54762,121965 -"278101",54763,79669 -"278102",54763,87331 -"278103",54763,105862 -"278104",54763,106246 -"278105",54763,118564 -"278106",54763,118573 -"278107",54764,85731 -"278108",54764,89927 -"278109",54764,103391 -"278110",54764,111201 -"278111",54766,78666 -"278112",54766,88256 -"278113",54766,104134 -"278114",54767,62585 -"278115",54770,86120 -"278116",54770,86425 -"278117",54770,93888 -"278118",54770,113360 -"278119",54770,115800 -"278120",54771,54804 -"278121",54771,83166 -"278122",54771,93782 -"278123",54772,54780 -"278124",54772,74855 -"278125",54772,118497 -"278126",54773,74769 -"278127",54775,54777 -"278128",54776,54800 -"278129",54777,60494 -"278130",54777,72104 -"278131",54778,60383 -"278132",54778,77472 -"278133",54779,70967 -"278134",54781,54782 -"278135",54782,70254 -"278136",54782,89281 -"278137",54782,111858 -"278138",54783,57174 -"278139",54783,57178 -"278140",54783,61596 -"278141",54787,102012 -"278142",54787,107776 -"278143",54787,117842 -"278144",54789,56215 -"278145",54790,73549 -"278146",54791,62395 -"278147",54792,77421 -"278148",54793,80154 -"278149",54793,102798 -"278150",54793,102959 -"278151",54794,56681 -"278152",54794,58503 -"278153",54794,79598 -"278154",54794,80974 -"278155",54794,89982 -"278156",54794,96706 -"278157",54794,98017 -"278158",54794,113264 -"278159",54796,57401 -"278160",54797,55423 -"278161",54798,63453 -"278162",54798,102257 -"278163",54798,116122 -"278164",54800,56983 -"278165",54800,92331 -"278166",54800,96733 -"278167",54800,115316 -"278168",54801,54883 -"278169",54802,57166 -"278170",54802,57441 -"278171",54805,86036 -"278172",54805,93755 -"278173",54805,121072 -"278174",54806,85207 -"278175",54806,99440 -"278176",54808,56999 -"278177",54809,75433 -"278178",54812,86261 -"278179",54812,108736 -"278180",54814,107820 -"278181",54818,73776 -"278182",54820,56061 -"278183",54820,59969 -"278184",54820,65162 -"278185",54820,73907 -"278186",54821,54867 -"278187",54821,89047 -"278188",54821,109080 -"278189",54821,118739 -"278190",54822,56781 -"278191",54823,65300 -"278192",54823,77661 -"278193",54823,77705 -"278194",54824,54890 -"278195",54824,117285 -"278196",54824,118837 -"278197",54825,54874 -"278198",54825,63395 -"278199",54825,73558 -"278200",54825,95334 -"278201",54826,72048 -"278202",54827,61990 -"278203",54827,63633 -"278204",54827,63639 -"278205",54827,63643 -"278206",54827,63679 -"278207",54828,54852 -"278208",54828,59792 -"278209",54828,61234 -"278210",54828,71971 -"278211",54828,94404 -"278212",54828,97186 -"278213",54828,97443 -"278214",54830,84437 -"278215",54830,84468 -"278216",54832,61611 -"278217",54832,67280 -"278218",54832,90507 -"278219",54832,100585 -"278220",54832,102076 -"278221",54833,87030 -"278222",54834,60822 -"278223",54834,69227 -"278224",54834,78840 -"278225",54834,94259 -"278226",54834,101406 -"278227",54834,101929 -"278228",54834,109665 -"278229",54835,54836 -"278230",54835,56660 -"278231",54835,64851 -"278232",54836,56098 -"278233",54836,56111 -"278234",54837,54838 -"278235",54837,65198 -"278236",54837,81154 -"278237",54839,70403 -"278238",54839,77868 -"278239",54841,55142 -"278240",54843,116054 -"278241",54844,54845 -"278242",54844,89028 -"278243",54844,111752 -"278244",54844,112056 -"278245",54844,117334 -"278246",54845,121472 -"278247",54845,121598 -"278248",54846,86164 -"278249",54847,97774 -"278250",54847,98301 -"278251",54847,98302 -"278252",54847,102889 -"278253",54847,118147 -"278254",54847,121846 -"278255",54848,57634 -"278256",54848,60370 -"278257",54848,60371 -"278258",54848,65028 -"278259",54848,66316 -"278260",54848,66336 -"278261",54848,85560 -"278262",54849,54981 -"278263",54849,62181 -"278264",54849,79292 -"278265",54850,72754 -"278266",54850,119090 -"278267",54850,120119 -"278268",54851,62631 -"278269",54853,99135 -"278270",54854,54862 -"278271",54854,87315 -"278272",54855,62219 -"278273",54855,67116 -"278274",54855,73283 -"278275",54855,94123 -"278276",54855,94127 -"278277",54857,78782 -"278278",54858,62383 -"278279",54858,72421 -"278280",54858,106043 -"278281",54859,68155 -"278282",54859,79683 -"278283",54859,88724 -"278284",54860,54865 -"278285",54860,54901 -"278286",54860,54903 -"278287",54863,81331 -"278288",54864,74187 -"278289",54865,54901 -"278290",54865,54903 -"278291",54865,55663 -"278292",54865,85314 -"278293",54865,90370 -"278294",54867,55590 -"278295",54867,64206 -"278296",54869,58157 -"278297",54869,68702 -"278298",54871,69025 -"278299",54872,57990 -"278300",54872,63303 -"278301",54872,70009 -"278302",54876,70078 -"278303",54876,83186 -"278304",54876,89287 -"278305",54876,100794 -"278306",54876,101986 -"278307",54877,95890 -"278308",54877,122433 -"278309",54878,69349 -"278310",54879,59351 -"278311",54879,62903 -"278312",54879,88506 -"278313",54879,106249 -"278314",54880,56330 -"278315",54880,59392 -"278316",54881,82490 -"278317",54882,62677 -"278318",54884,63299 -"278319",54884,64127 -"278320",54885,70107 -"278321",54886,80357 -"278322",54886,104582 -"278323",54886,116056 -"278324",54886,116146 -"278325",54886,118394 -"278326",54887,56233 -"278327",54887,63591 -"278328",54887,107340 -"278329",54888,54895 -"278330",54888,54907 -"278331",54889,57693 -"278332",54889,73160 -"278333",54890,69570 -"278334",54890,93669 -"278335",54890,99171 -"278336",54890,117600 -"278337",54893,54899 -"278338",54893,57419 -"278339",54894,65199 -"278340",54895,54907 -"278341",54895,58191 -"278342",54895,79164 -"278343",54895,89922 -"278344",54895,92314 -"278345",54895,101975 -"278346",54895,118176 -"278347",54896,63477 -"278348",54896,77796 -"278349",54896,86677 -"278350",54896,88129 -"278351",54897,55013 -"278352",54898,55347 -"278353",54900,83749 -"278354",54900,83823 -"278355",54900,97541 -"278356",54901,54903 -"278357",54901,59209 -"278358",54901,76839 -"278359",54901,85314 -"278360",54901,90370 -"278361",54901,94769 -"278362",54902,99886 -"278363",54902,119275 -"278364",54903,59938 -"278365",54903,66494 -"278366",54903,69436 -"278367",54903,70776 -"278368",54903,70830 -"278369",54903,70839 -"278370",54905,54950 -"278371",54907,68725 -"278372",54907,90309 -"278373",54908,88471 -"278374",54908,101885 -"278375",54910,83599 -"278376",54910,91807 -"278377",54910,100990 -"278378",54911,123499 -"278379",54912,94168 -"278380",54912,102169 -"278381",54912,123048 -"278382",54913,54978 -"278383",54913,66852 -"278384",54913,79359 -"278385",54913,79639 -"278386",54913,84406 -"278387",54913,93642 -"278388",54913,97914 -"278389",54913,97930 -"278390",54914,118771 -"278391",54915,79188 -"278392",54915,98080 -"278393",54915,100639 -"278394",54915,107109 -"278395",54915,107124 -"278396",54916,56116 -"278397",54916,58572 -"278398",54916,61117 -"278399",54916,62781 -"278400",54916,88221 -"278401",54916,96525 -"278402",54916,104231 -"278403",54916,106555 -"278404",54917,57901 -"278405",54917,84410 -"278406",54917,104565 -"278407",54919,55564 -"278408",54919,56706 -"278409",54919,58521 -"278410",54919,63222 -"278411",54922,83417 -"278412",54922,105823 -"278413",54923,62631 -"278414",54924,54944 -"278415",54924,71656 -"278416",54924,90748 -"278417",54924,99523 -"278418",54925,90246 -"278419",54926,60596 -"278420",54926,63170 -"278421",54929,70806 -"278422",54929,70934 -"278423",54929,78010 -"278424",54929,99950 -"278425",54930,72808 -"278426",54930,76010 -"278427",54930,92073 -"278428",54930,96456 -"278429",54931,57341 -"278430",54932,54933 -"278431",54932,54935 -"278432",54932,54961 -"278433",54932,61700 -"278434",54932,81545 -"278435",54932,85441 -"278436",54932,95269 -"278437",54933,54935 -"278438",54933,54961 -"278439",54933,79466 -"278440",54933,83732 -"278441",54933,109901 -"278442",54934,105839 -"278443",54935,54961 -"278444",54935,68412 -"278445",54938,54975 -"278446",54938,108548 -"278447",54939,122893 -"278448",54940,56302 -"278449",54940,56326 -"278450",54940,56327 -"278451",54941,62230 -"278452",54941,62983 -"278453",54941,63577 -"278454",54941,65479 -"278455",54941,65558 -"278456",54941,65769 -"278457",54941,65814 -"278458",54942,64665 -"278459",54942,107895 -"278460",54943,54945 -"278461",54943,55014 -"278462",54943,78179 -"278463",54945,55014 -"278464",54946,54954 -"278465",54951,63413 -"278466",54952,67525 -"278467",54952,77871 -"278468",54952,81000 -"278469",54952,90021 -"278470",54952,90448 -"278471",54952,94768 -"278472",54953,79213 -"278473",54953,104316 -"278474",54955,80691 -"278475",54956,86077 -"278476",54956,86089 -"278477",54956,86101 -"278478",54957,90905 -"278479",54957,100777 -"278480",54957,101333 -"278481",54957,118335 -"278482",54958,55800 -"278483",54958,79449 -"278484",54958,93413 -"278485",54958,93551 -"278486",54959,66455 -"278487",54959,76125 -"278488",54959,82746 -"278489",54960,54974 -"278490",54960,78022 -"278491",54960,107115 -"278492",54962,68515 -"278493",54962,76638 -"278494",54962,76642 -"278495",54963,56247 -"278496",54963,68631 -"278497",54963,68878 -"278498",54965,60847 -"278499",54965,120890 -"278500",54965,120891 -"278501",54965,120895 -"278502",54966,55758 -"278503",54966,60898 -"278504",54967,94181 -"278505",54967,113328 -"278506",54968,59958 -"278507",54968,64760 -"278508",54968,77661 -"278509",54968,79009 -"278510",54968,79041 -"278511",54970,72539 -"278512",54970,108108 -"278513",54971,55386 -"278514",54971,56020 -"278515",54971,56050 -"278516",54971,62982 -"278517",54971,63541 -"278518",54971,110397 -"278519",54976,67864 -"278520",54976,74678 -"278521",54976,74752 -"278522",54976,74767 -"278523",54976,74777 -"278524",54976,74778 -"278525",54976,74794 -"278526",54978,68236 -"278527",54978,94257 -"278528",54978,104452 -"278529",54980,65625 -"278530",54980,70263 -"278531",54980,74628 -"278532",54980,75310 -"278533",54980,76629 -"278534",54980,84940 -"278535",54980,92081 -"278536",54980,100226 -"278537",54980,105947 -"278538",54981,65669 -"278539",54986,81292 -"278540",54986,86704 -"278541",54986,86933 -"278542",54986,102229 -"278543",54986,106400 -"278544",54986,109169 -"278545",54986,119534 -"278546",54987,54992 -"278547",54989,87991 -"278548",54990,88583 -"278549",54991,56103 -"278550",54991,61374 -"278551",54992,55683 -"278552",54994,54995 -"278553",54994,54996 -"278554",54995,54996 -"278555",54996,62179 -"278556",54996,62247 -"278557",54997,55130 -"278558",54997,75587 -"278559",55000,72952 -"278560",55000,116992 -"278561",55000,119088 -"278562",55001,87919 -"278563",55003,58302 -"278564",55003,60822 -"278565",55003,63046 -"278566",55005,59380 -"278567",55005,63820 -"278568",55005,74277 -"278569",55006,62728 -"278570",55006,62817 -"278571",55007,59732 -"278572",55007,64091 -"278573",55007,64260 -"278574",55007,107553 -"278575",55009,66590 -"278576",55009,116899 -"278577",55010,59433 -"278578",55010,62280 -"278579",55011,60317 -"278580",55011,85517 -"278581",55011,99801 -"278582",55012,64025 -"278583",55012,69011 -"278584",55012,97260 -"278585",55012,99545 -"278586",55012,99572 -"278587",55016,56360 -"278588",55016,72571 -"278589",55016,72682 -"278590",55017,59266 -"278591",55017,82820 -"278592",55017,90534 -"278593",55018,79639 -"278594",55018,80186 -"278595",55018,86214 -"278596",55018,87848 -"278597",55018,92366 -"278598",55018,100359 -"278599",55018,101735 -"278600",55018,104452 -"278601",55018,117713 -"278602",55018,119598 -"278603",55019,55318 -"278604",55019,56306 -"278605",55019,59657 -"278606",55019,84424 -"278607",55019,88665 -"278608",55019,111558 -"278609",55020,65391 -"278610",55021,57307 -"278611",55021,57372 -"278612",55021,57843 -"278613",55021,60301 -"278614",55021,60310 -"278615",55021,60348 -"278616",55021,60407 -"278617",55021,66382 -"278618",55021,72089 -"278619",55022,90901 -"278620",55022,108740 -"278621",55022,108741 -"278622",55023,55775 -"278623",55023,60776 -"278624",55023,73158 -"278625",55023,91850 -"278626",55023,107036 -"278627",55024,55176 -"278628",55024,103703 -"278629",55024,103709 -"278630",55024,109070 -"278631",55024,121575 -"278632",55025,60817 -"278633",55025,101138 -"278634",55026,115274 -"278635",55026,115282 -"278636",55026,115781 -"278637",55026,115803 -"278638",55027,55089 -"278639",55028,56907 -"278640",55028,60820 -"278641",55028,61946 -"278642",55028,62120 -"278643",55028,62426 -"278644",55028,63019 -"278645",55028,63427 -"278646",55028,63432 -"278647",55028,70112 -"278648",55028,71464 -"278649",55028,72059 -"278650",55029,96652 -"278651",55030,62975 -"278652",55030,83285 -"278653",55030,83835 -"278654",55030,100160 -"278655",55031,58256 -"278656",55031,65750 -"278657",55031,71120 -"278658",55031,71826 -"278659",55031,73369 -"278660",55032,55193 -"278661",55033,55121 -"278662",55033,57102 -"278663",55033,73717 -"278664",55033,73726 -"278665",55033,73751 -"278666",55034,76056 -"278667",55034,81325 -"278668",55034,83632 -"278669",55034,83999 -"278670",55034,111716 -"278671",55035,55059 -"278672",55035,55114 -"278673",55036,55068 -"278674",55037,56856 -"278675",55037,61227 -"278676",55038,86356 -"278677",55039,90821 -"278678",55039,117525 -"278679",55040,55149 -"278680",55041,55230 -"278681",55041,55247 -"278682",55041,83943 -"278683",55044,55115 -"278684",55044,55262 -"278685",55049,86385 -"278686",55049,115027 -"278687",55050,55232 -"278688",55051,67035 -"278689",55051,78874 -"278690",55052,55060 -"278691",55053,55379 -"278692",55053,74214 -"278693",55055,55071 -"278694",55056,113579 -"278695",55057,59908 -"278696",55057,83759 -"278697",55057,84051 -"278698",55057,86857 -"278699",55058,79894 -"278700",55058,79895 -"278701",55058,94661 -"278702",55058,109059 -"278703",55059,55114 -"278704",55060,85064 -"278705",55060,105635 -"278706",55060,115003 -"278707",55061,56009 -"278708",55061,68641 -"278709",55064,87373 -"278710",55065,106853 -"278711",55065,108219 -"278712",55065,116043 -"278713",55066,71084 -"278714",55066,76701 -"278715",55066,82737 -"278716",55066,82970 -"278717",55066,89596 -"278718",55066,99767 -"278719",55066,99771 -"278720",55066,99772 -"278721",55066,99775 -"278722",55066,99777 -"278723",55067,55128 -"278724",55069,56680 -"278725",55069,59162 -"278726",55069,107511 -"278727",55069,120140 -"278728",55070,73097 -"278729",55070,116485 -"278730",55071,59221 -"278731",55071,65524 -"278732",55071,66976 -"278733",55071,76298 -"278734",55071,88515 -"278735",55071,96344 -"278736",55071,99912 -"278737",55071,99977 -"278738",55071,100132 -"278739",55071,114877 -"278740",55072,64650 -"278741",55072,69210 -"278742",55072,86162 -"278743",55072,90960 -"278744",55072,113125 -"278745",55072,116643 -"278746",55072,118947 -"278747",55073,57268 -"278748",55073,69709 -"278749",55073,75874 -"278750",55073,91936 -"278751",55073,98113 -"278752",55073,108613 -"278753",55074,65568 -"278754",55074,80992 -"278755",55075,89901 -"278756",55075,92106 -"278757",55076,55124 -"278758",55076,55133 -"278759",55076,63435 -"278760",55076,65700 -"278761",55076,69250 -"278762",55076,77657 -"278763",55076,80762 -"278764",55076,82332 -"278765",55076,93990 -"278766",55079,69601 -"278767",55079,74719 -"278768",55079,107495 -"278769",55080,71255 -"278770",55081,69384 -"278771",55081,71891 -"278772",55081,77265 -"278773",55081,78721 -"278774",55081,91286 -"278775",55081,97081 -"278776",55082,90644 -"278777",55082,90646 -"278778",55084,72664 -"278779",55084,84505 -"278780",55084,88895 -"278781",55084,93037 -"278782",55084,111593 -"278783",55086,55163 -"278784",55087,64210 -"278785",55087,105558 -"278786",55088,55099 -"278787",55089,95490 -"278788",55089,97089 -"278789",55089,98075 -"278790",55089,100211 -"278791",55089,105374 -"278792",55089,110545 -"278793",55090,89635 -"278794",55090,94960 -"278795",55091,75703 -"278796",55091,82852 -"278797",55091,88638 -"278798",55091,117698 -"278799",55093,61303 -"278800",55093,77038 -"278801",55093,83850 -"278802",55093,88211 -"278803",55093,93402 -"278804",55093,103229 -"278805",55093,111684 -"278806",55093,115039 -"278807",55095,73571 -"278808",55097,57673 -"278809",55097,59024 -"278810",55100,112985 -"278811",55100,113006 -"278812",55100,113007 -"278813",55100,115689 -"278814",55102,70053 -"278815",55103,99083 -"278816",55104,84235 -"278817",55104,89053 -"278818",55104,96608 -"278819",55105,56768 -"278820",55105,66836 -"278821",55105,87194 -"278822",55106,61942 -"278823",55107,75723 -"278824",55108,55162 -"278825",55110,88603 -"278826",55110,88693 -"278827",55111,58628 -"278828",55111,61801 -"278829",55111,64350 -"278830",55111,66011 -"278831",55111,73044 -"278832",55111,73058 -"278833",55111,73335 -"278834",55111,78063 -"278835",55111,78429 -"278836",55111,78569 -"278837",55111,82143 -"278838",55111,83231 -"278839",55111,86471 -"278840",55111,90804 -"278841",55111,91022 -"278842",55111,91045 -"278843",55111,95675 -"278844",55111,101516 -"278845",55111,102387 -"278846",55111,108374 -"278847",55111,108893 -"278848",55111,109101 -"278849",55111,109523 -"278850",55111,110993 -"278851",55111,111338 -"278852",55111,111398 -"278853",55111,111409 -"278854",55111,111480 -"278855",55111,112422 -"278856",55111,112648 -"278857",55111,112708 -"278858",55111,112820 -"278859",55111,112997 -"278860",55111,113597 -"278861",55111,114418 -"278862",55111,114582 -"278863",55111,115371 -"278864",55111,116028 -"278865",55111,116604 -"278866",55111,121175 -"278867",55112,73492 -"278868",55112,83569 -"278869",55112,92254 -"278870",55112,92437 -"278871",55112,93366 -"278872",55112,99380 -"278873",55112,99742 -"278874",55112,111988 -"278875",55114,78850 -"278876",55114,78855 -"278877",55114,78970 -"278878",55115,55262 -"278879",55115,89216 -"278880",55116,68852 -"278881",55116,90616 -"278882",55116,90674 -"278883",55117,109905 -"278884",55118,56275 -"278885",55118,56338 -"278886",55118,59133 -"278887",55119,55196 -"278888",55120,56019 -"278889",55120,63585 -"278890",55120,65856 -"278891",55120,77996 -"278892",55121,57102 -"278893",55121,58583 -"278894",55122,80351 -"278895",55122,81245 -"278896",55122,86487 -"278897",55123,57668 -"278898",55123,74102 -"278899",55124,55133 -"278900",55124,59056 -"278901",55124,78290 -"278902",55125,55126 -"278903",55126,114214 -"278904",55126,115331 -"278905",55128,76079 -"278906",55128,78484 -"278907",55129,55139 -"278908",55129,64182 -"278909",55129,66206 -"278910",55129,101235 -"278911",55129,109073 -"278912",55129,109086 -"278913",55129,114344 -"278914",55129,121104 -"278915",55135,82624 -"278916",55135,99704 -"278917",55136,75953 -"278918",55136,119327 -"278919",55136,121359 -"278920",55139,66345 -"278921",55139,101235 -"278922",55141,89177 -"278923",55145,79818 -"278924",55145,107961 -"278925",55146,108987 -"278926",55146,109000 -"278927",55146,109002 -"278928",55148,75170 -"278929",55148,75564 -"278930",55148,80241 -"278931",55148,100924 -"278932",55148,106261 -"278933",55148,112302 -"278934",55149,59955 -"278935",55149,60477 -"278936",55149,83704 -"278937",55149,98002 -"278938",55150,105045 -"278939",55152,80460 -"278940",55152,80536 -"278941",55153,71163 -"278942",55155,70728 -"278943",55155,74918 -"278944",55155,107098 -"278945",55156,78416 -"278946",55156,78444 -"278947",55156,78541 -"278948",55156,78553 -"278949",55156,78563 -"278950",55156,116375 -"278951",55157,93873 -"278952",55157,111056 -"278953",55158,82069 -"278954",55159,103143 -"278955",55159,113115 -"278956",55159,114801 -"278957",55159,118082 -"278958",55161,62890 -"278959",55161,107758 -"278960",55161,119004 -"278961",55161,119123 -"278962",55164,65166 -"278963",55164,83618 -"278964",55165,117306 -"278965",55167,55168 -"278966",55167,78643 -"278967",55167,97155 -"278968",55169,58395 -"278969",55174,57481 -"278970",55174,65818 -"278971",55174,68355 -"278972",55174,71190 -"278973",55174,73261 -"278974",55176,58529 -"278975",55176,67307 -"278976",55176,77665 -"278977",55176,86617 -"278978",55176,87551 -"278979",55177,68229 -"278980",55177,80237 -"278981",55177,112851 -"278982",55178,55198 -"278983",55180,55191 -"278984",55180,55204 -"278985",55180,55258 -"278986",55180,55259 -"278987",55181,55382 -"278988",55181,55464 -"278989",55182,55605 -"278990",55182,55650 -"278991",55182,56132 -"278992",55183,55419 -"278993",55183,65375 -"278994",55185,60603 -"278995",55185,61413 -"278996",55185,64427 -"278997",55185,67788 -"278998",55185,77376 -"278999",55185,79377 -"279000",55185,82251 -"279001",55185,83458 -"279002",55185,92799 -"279003",55185,93634 -"279004",55185,93738 -"279005",55185,103682 -"279006",55185,109690 -"279007",55185,109698 -"279008",55185,111108 -"279009",55185,111415 -"279010",55185,121663 -"279011",55186,75700 -"279012",55186,100105 -"279013",55186,113020 -"279014",55187,55205 -"279015",55187,67512 -"279016",55187,73066 -"279017",55187,74102 -"279018",55187,90960 -"279019",55187,99421 -"279020",55187,121289 -"279021",55188,55231 -"279022",55189,62810 -"279023",55189,77758 -"279024",55189,98877 -"279025",55189,99513 -"279026",55189,101858 -"279027",55189,117768 -"279028",55190,65183 -"279029",55190,91441 -"279030",55191,55204 -"279031",55191,55258 -"279032",55191,55259 -"279033",55191,98797 -"279034",55191,102611 -"279035",55192,55592 -"279036",55192,55635 -"279037",55192,57844 -"279038",55192,85784 -"279039",55194,56960 -"279040",55194,56961 -"279041",55195,94760 -"279042",55195,95463 -"279043",55195,109216 -"279044",55195,119640 -"279045",55197,55978 -"279046",55197,56258 -"279047",55197,58814 -"279048",55197,60498 -"279049",55197,61059 -"279050",55197,62124 -"279051",55197,62136 -"279052",55197,62137 -"279053",55197,62143 -"279054",55197,62149 -"279055",55197,62159 -"279056",55197,62177 -"279057",55197,62228 -"279058",55197,66485 -"279059",55197,66497 -"279060",55197,66523 -"279061",55198,57670 -"279062",55198,97210 -"279063",55198,116454 -"279064",55199,79731 -"279065",55199,88420 -"279066",55199,98938 -"279067",55199,108033 -"279068",55199,113011 -"279069",55199,115962 -"279070",55199,115979 -"279071",55200,75161 -"279072",55200,105371 -"279073",55203,110170 -"279074",55204,55258 -"279075",55204,55259 -"279076",55204,80175 -"279077",55205,56864 -"279078",55205,81361 -"279079",55205,98565 -"279080",55205,98571 -"279081",55205,98588 -"279082",55206,84458 -"279083",55206,95682 -"279084",55207,55212 -"279085",55208,55209 -"279086",55208,55214 -"279087",55208,55215 -"279088",55208,55422 -"279089",55208,104914 -"279090",55209,55214 -"279091",55209,55215 -"279092",55209,55422 -"279093",55210,99070 -"279094",55211,110152 -"279095",55212,100702 -"279096",55213,63307 -"279097",55213,73634 -"279098",55214,55215 -"279099",55214,55422 -"279100",55214,82173 -"279101",55214,106572 -"279102",55215,55422 -"279103",55215,64374 -"279104",55215,103211 -"279105",55217,60767 -"279106",55217,63985 -"279107",55217,66479 -"279108",55218,66856 -"279109",55218,81943 -"279110",55218,87173 -"279111",55218,107947 -"279112",55220,55733 -"279113",55220,65011 -"279114",55220,71251 -"279115",55220,71444 -"279116",55220,79268 -"279117",55220,79321 -"279118",55220,79337 -"279119",55220,91122 -"279120",55220,92528 -"279121",55221,69585 -"279122",55221,86859 -"279123",55221,114260 -"279124",55222,64695 -"279125",55223,56262 -"279126",55223,56347 -"279127",55223,64933 -"279128",55223,66575 -"279129",55223,66595 -"279130",55226,55459 -"279131",55226,82974 -"279132",55226,85632 -"279133",55226,85690 -"279134",55226,96617 -"279135",55226,104279 -"279136",55226,106948 -"279137",55226,117424 -"279138",55226,120543 -"279139",55229,56688 -"279140",55229,63113 -"279141",55229,69310 -"279142",55229,71025 -"279143",55229,73394 -"279144",55229,77507 -"279145",55230,55247 -"279146",55230,55971 -"279147",55231,69434 -"279148",55231,76616 -"279149",55231,76822 -"279150",55231,86981 -"279151",55231,104249 -"279152",55232,55244 -"279153",55232,55460 -"279154",55233,64527 -"279155",55234,55269 -"279156",55234,78430 -"279157",55234,88710 -"279158",55234,105254 -"279159",55234,105404 -"279160",55235,77174 -"279161",55235,80679 -"279162",55235,108334 -"279163",55235,119431 -"279164",55237,63273 -"279165",55237,86812 -"279166",55237,111182 -"279167",55239,109490 -"279168",55243,81946 -"279169",55244,55460 -"279170",55245,104795 -"279171",55245,104805 -"279172",55245,104807 -"279173",55245,107112 -"279174",55248,59997 -"279175",55248,62990 -"279176",55248,95888 -"279177",55249,55263 -"279178",55249,119270 -"279179",55250,58310 -"279180",55250,60743 -"279181",55250,62794 -"279182",55252,64449 -"279183",55252,75169 -"279184",55252,85414 -"279185",55252,88260 -"279186",55252,101724 -"279187",55254,58629 -"279188",55254,79240 -"279189",55254,100104 -"279190",55254,106162 -"279191",55254,115155 -"279192",55256,60597 -"279193",55256,61067 -"279194",55258,55259 -"279195",55261,57563 -"279196",55261,60256 -"279197",55261,67591 -"279198",55261,68720 -"279199",55261,68915 -"279200",55263,59240 -"279201",55263,74697 -"279202",55263,85067 -"279203",55263,85071 -"279204",55265,106726 -"279205",55265,115325 -"279206",55266,57491 -"279207",55266,90407 -"279208",55268,60370 -"279209",55268,60371 -"279210",55268,62601 -"279211",55268,71302 -"279212",55268,75290 -"279213",55268,75353 -"279214",55268,75384 -"279215",55270,104416 -"279216",55273,61074 -"279217",55273,64468 -"279218",55273,64587 -"279219",55273,64601 -"279220",55273,64879 -"279221",55273,68264 -"279222",55273,75514 -"279223",55273,77432 -"279224",55273,94063 -"279225",55275,102085 -"279226",55275,102216 -"279227",55275,109242 -"279228",55275,109252 -"279229",55276,55333 -"279230",55277,89087 -"279231",55278,56828 -"279232",55279,61261 -"279233",55280,80802 -"279234",55280,85032 -"279235",55281,55940 -"279236",55281,66500 -"279237",55282,114528 -"279238",55282,121412 -"279239",55283,110899 -"279240",55285,57073 -"279241",55286,79499 -"279242",55288,55320 -"279243",55288,55791 -"279244",55288,67120 -"279245",55288,67157 -"279246",55288,94596 -"279247",55288,95036 -"279248",55288,102577 -"279249",55290,55361 -"279250",55291,70406 -"279251",55291,82668 -"279252",55292,55335 -"279253",55293,79254 -"279254",55293,111849 -"279255",55293,113132 -"279256",55293,118306 -"279257",55295,93325 -"279258",55297,57892 -"279259",55297,58659 -"279260",55297,81600 -"279261",55297,82125 -"279262",55297,82138 -"279263",55297,82139 -"279264",55297,82141 -"279265",55297,82150 -"279266",55297,82164 -"279267",55297,110329 -"279268",55298,56705 -"279269",55298,84044 -"279270",55299,56348 -"279271",55299,64012 -"279272",55299,86029 -"279273",55299,87066 -"279274",55299,88206 -"279275",55299,91922 -"279276",55299,111293 -"279277",55301,107067 -"279278",55302,60085 -"279279",55302,67952 -"279280",55302,69075 -"279281",55302,80029 -"279282",55302,89308 -"279283",55302,90390 -"279284",55302,95312 -"279285",55302,101670 -"279286",55304,87166 -"279287",55304,105429 -"279288",55305,56889 -"279289",55305,73191 -"279290",55306,102498 -"279291",55307,56155 -"279292",55307,56160 -"279293",55307,56179 -"279294",55307,56226 -"279295",55307,56239 -"279296",55307,56251 -"279297",55307,56267 -"279298",55307,56291 -"279299",55307,56359 -"279300",55307,62975 -"279301",55309,55319 -"279302",55309,63240 -"279303",55309,80915 -"279304",55310,55536 -"279305",55310,118654 -"279306",55311,69039 -"279307",55311,98465 -"279308",55312,87772 -"279309",55314,55345 -"279310",55315,65312 -"279311",55315,112516 -"279312",55316,55660 -"279313",55316,78802 -"279314",55317,70461 -"279315",55317,83173 -"279316",55317,83992 -"279317",55317,106288 -"279318",55317,107843 -"279319",55318,56306 -"279320",55318,59657 -"279321",55318,61916 -"279322",55318,70994 -"279323",55318,80609 -"279324",55318,111558 -"279325",55320,55791 -"279326",55320,67120 -"279327",55320,67157 -"279328",55321,98515 -"279329",55322,55351 -"279330",55323,61263 -"279331",55324,56049 -"279332",55324,65551 -"279333",55324,67667 -"279334",55324,73848 -"279335",55324,78968 -"279336",55324,81859 -"279337",55324,83160 -"279338",55324,88857 -"279339",55324,91781 -"279340",55324,100462 -"279341",55324,102483 -"279342",55324,110131 -"279343",55324,110147 -"279344",55324,110155 -"279345",55324,110173 -"279346",55324,112774 -"279347",55325,73112 -"279348",55325,80485 -"279349",55325,81888 -"279350",55325,94297 -"279351",55325,97257 -"279352",55326,63286 -"279353",55326,64296 -"279354",55327,94024 -"279355",55327,99114 -"279356",55328,55350 -"279357",55328,55594 -"279358",55328,55617 -"279359",55328,55636 -"279360",55328,55671 -"279361",55330,68011 -"279362",55331,66037 -"279363",55331,75845 -"279364",55331,77954 -"279365",55331,79464 -"279366",55331,79700 -"279367",55331,84076 -"279368",55331,88487 -"279369",55331,99422 -"279370",55331,99639 -"279371",55331,111190 -"279372",55337,117478 -"279373",55338,55563 -"279374",55341,83717 -"279375",55341,91010 -"279376",55341,93027 -"279377",55344,77713 -"279378",55344,81993 -"279379",55344,82667 -"279380",55344,83207 -"279381",55344,94525 -"279382",55345,77769 -"279383",55345,92642 -"279384",55346,57922 -"279385",55346,64898 -"279386",55346,64912 -"279387",55346,83519 -"279388",55346,118087 -"279389",55346,118088 -"279390",55347,63861 -"279391",55348,55874 -"279392",55348,66011 -"279393",55349,55489 -"279394",55349,80193 -"279395",55349,98227 -"279396",55350,55594 -"279397",55350,55617 -"279398",55350,55636 -"279399",55350,55671 -"279400",55351,77921 -"279401",55351,84324 -"279402",55351,99280 -"279403",55351,104295 -"279404",55351,111233 -"279405",55351,122153 -"279406",55351,122259 -"279407",55351,122263 -"279408",55352,56544 -"279409",55352,105578 -"279410",55353,103820 -"279411",55353,123218 -"279412",55354,56578 -"279413",55355,91450 -"279414",55355,102652 -"279415",55355,112102 -"279416",55356,55357 -"279417",55359,58051 -"279418",55359,76433 -"279419",55360,59982 -"279420",55360,75789 -"279421",55360,76217 -"279422",55360,112671 -"279423",55362,69966 -"279424",55363,63328 -"279425",55363,68929 -"279426",55363,72051 -"279427",55363,78223 -"279428",55363,90968 -"279429",55363,102330 -"279430",55363,102347 -"279431",55364,55908 -"279432",55364,68654 -"279433",55364,79709 -"279434",55364,79712 -"279435",55364,79737 -"279436",55364,79739 -"279437",55364,79749 -"279438",55364,79751 -"279439",55364,79757 -"279440",55364,79762 -"279441",55364,79767 -"279442",55364,79772 -"279443",55364,79773 -"279444",55364,79793 -"279445",55364,79798 -"279446",55364,79802 -"279447",55364,79811 -"279448",55364,79812 -"279449",55365,57098 -"279450",55365,61154 -"279451",55365,72490 -"279452",55365,117397 -"279453",55366,76962 -"279454",55366,76979 -"279455",55366,92154 -"279456",55366,99457 -"279457",55367,55378 -"279458",55368,60142 -"279459",55369,69265 -"279460",55369,100539 -"279461",55369,100555 -"279462",55370,57804 -"279463",55370,59615 -"279464",55370,59940 -"279465",55370,67363 -"279466",55370,71230 -"279467",55370,76278 -"279468",55370,76740 -"279469",55370,76786 -"279470",55370,77272 -"279471",55370,77357 -"279472",55370,77402 -"279473",55370,78248 -"279474",55370,78255 -"279475",55370,78339 -"279476",55370,78445 -"279477",55370,79022 -"279478",55370,79716 -"279479",55370,79989 -"279480",55370,80281 -"279481",55370,80401 -"279482",55370,81728 -"279483",55370,82196 -"279484",55370,82383 -"279485",55370,82810 -"279486",55370,82854 -"279487",55370,83853 -"279488",55370,83884 -"279489",55370,84379 -"279490",55370,84613 -"279491",55370,85465 -"279492",55370,85610 -"279493",55370,86351 -"279494",55370,86451 -"279495",55370,86882 -"279496",55370,87175 -"279497",55370,87451 -"279498",55370,87521 -"279499",55370,87572 -"279500",55370,87663 -"279501",55370,87721 -"279502",55370,87862 -"279503",55371,55428 -"279504",55371,55458 -"279505",55371,58351 -"279506",55371,58634 -"279507",55371,85838 -"279508",55372,65460 -"279509",55373,55786 -"279510",55373,63621 -"279511",55373,66246 -"279512",55373,67730 -"279513",55373,69535 -"279514",55373,106061 -"279515",55374,59379 -"279516",55374,84589 -"279517",55375,84492 -"279518",55375,94026 -"279519",55376,63559 -"279520",55376,83189 -"279521",55376,90384 -"279522",55377,55388 -"279523",55377,55484 -"279524",55379,74214 -"279525",55380,66613 -"279526",55381,55387 -"279527",55381,81085 -"279528",55381,101551 -"279529",55382,55464 -"279530",55383,77343 -"279531",55386,56020 -"279532",55386,56050 -"279533",55386,56569 -"279534",55386,63541 -"279535",55386,71252 -"279536",55386,73780 -"279537",55388,55484 -"279538",55389,57897 -"279539",55389,71378 -"279540",55389,71962 -"279541",55389,85747 -"279542",55389,97018 -"279543",55389,113018 -"279544",55390,59916 -"279545",55390,60957 -"279546",55390,121796 -"279547",55391,66605 -"279548",55391,72152 -"279549",55391,75700 -"279550",55392,117578 -"279551",55393,57267 -"279552",55393,61094 -"279553",55393,63670 -"279554",55394,105208 -"279555",55397,55409 -"279556",55398,74506 -"279557",55398,83044 -"279558",55398,84881 -"279559",55398,88722 -"279560",55398,88728 -"279561",55398,88730 -"279562",55398,89344 -"279563",55398,100872 -"279564",55398,109069 -"279565",55398,109338 -"279566",55398,116752 -"279567",55399,55435 -"279568",55399,55471 -"279569",55400,76867 -"279570",55404,55424 -"279571",55404,55483 -"279572",55405,61461 -"279573",55405,61886 -"279574",55405,71480 -"279575",55405,79094 -"279576",55405,96477 -"279577",55405,122517 -"279578",55405,122520 -"279579",55406,65413 -"279580",55406,82639 -"279581",55406,86686 -"279582",55406,92640 -"279583",55407,56694 -"279584",55409,65941 -"279585",55410,100587 -"279586",55411,74394 -"279587",55413,79265 -"279588",55413,79287 -"279589",55413,79332 -"279590",55413,79340 -"279591",55413,79341 -"279592",55414,60217 -"279593",55415,76368 -"279594",55415,89101 -"279595",55416,84859 -"279596",55416,117385 -"279597",55416,121772 -"279598",55417,78592 -"279599",55418,91302 -"279600",55419,66007 -"279601",55420,60997 -"279602",55420,64368 -"279603",55420,67548 -"279604",55420,77661 -"279605",55420,79041 -"279606",55420,98477 -"279607",55422,57265 -"279608",55422,65740 -"279609",55422,65781 -"279610",55422,67547 -"279611",55422,89833 -"279612",55422,115261 -"279613",55424,55483 -"279614",55425,80032 -"279615",55425,107970 -"279616",55426,80399 -"279617",55428,55458 -"279618",55430,91897 -"279619",55431,75231 -"279620",55435,55471 -"279621",55435,55694 -"279622",55435,61799 -"279623",55435,64781 -"279624",55435,64995 -"279625",55435,67361 -"279626",55435,67401 -"279627",55435,106215 -"279628",55435,120814 -"279629",55435,122027 -"279630",55436,59672 -"279631",55436,59804 -"279632",55436,74987 -"279633",55436,81052 -"279634",55436,81066 -"279635",55437,55734 -"279636",55437,94501 -"279637",55437,96159 -"279638",55437,98534 -"279639",55437,106653 -"279640",55438,56595 -"279641",55438,86448 -"279642",55438,86580 -"279643",55438,86622 -"279644",55438,112296 -"279645",55439,67054 -"279646",55440,79912 -"279647",55440,82393 -"279648",55440,83314 -"279649",55440,98925 -"279650",55441,59277 -"279651",55441,59976 -"279652",55441,81217 -"279653",55442,88174 -"279654",55443,56400 -"279655",55443,122673 -"279656",55444,86776 -"279657",55444,91822 -"279658",55444,91837 -"279659",55444,91857 -"279660",55444,91871 -"279661",55445,55446 -"279662",55446,83846 -"279663",55447,55456 -"279664",55448,119833 -"279665",55449,63644 -"279666",55449,64146 -"279667",55449,72775 -"279668",55449,76394 -"279669",55449,77449 -"279670",55449,99660 -"279671",55449,99671 -"279672",55449,99674 -"279673",55449,105618 -"279674",55452,65669 -"279675",55452,68109 -"279676",55453,55989 -"279677",55454,62507 -"279678",55454,72592 -"279679",55454,123281 -"279680",55455,55806 -"279681",55457,119709 -"279682",55458,58634 -"279683",55458,64239 -"279684",55458,67997 -"279685",55459,62474 -"279686",55460,80220 -"279687",55460,81382 -"279688",55460,86008 -"279689",55461,104130 -"279690",55461,114962 -"279691",55462,86886 -"279692",55462,86887 -"279693",55464,55829 -"279694",55465,83949 -"279695",55465,85326 -"279696",55465,88859 -"279697",55465,95250 -"279698",55465,99884 -"279699",55466,93992 -"279700",55467,55478 -"279701",55467,55488 -"279702",55468,58682 -"279703",55468,61666 -"279704",55468,75948 -"279705",55468,82831 -"279706",55468,85079 -"279707",55468,96238 -"279708",55468,99444 -"279709",55468,106074 -"279710",55468,108372 -"279711",55470,103942 -"279712",55470,114280 -"279713",55472,69311 -"279714",55472,70265 -"279715",55472,73513 -"279716",55472,79537 -"279717",55472,79571 -"279718",55472,85496 -"279719",55473,61384 -"279720",55474,56175 -"279721",55474,88682 -"279722",55476,57310 -"279723",55476,57846 -"279724",55476,58587 -"279725",55476,59136 -"279726",55476,67451 -"279727",55476,67761 -"279728",55476,68671 -"279729",55476,78016 -"279730",55476,87617 -"279731",55477,65810 -"279732",55477,82889 -"279733",55477,89770 -"279734",55477,89803 -"279735",55477,92823 -"279736",55477,107899 -"279737",55478,55488 -"279738",55478,71850 -"279739",55479,59496 -"279740",55479,78373 -"279741",55481,60768 -"279742",55481,62269 -"279743",55481,71015 -"279744",55481,75425 -"279745",55481,76910 -"279746",55481,77027 -"279747",55481,85678 -"279748",55481,95265 -"279749",55481,96503 -"279750",55481,105432 -"279751",55481,111426 -"279752",55481,111440 -"279753",55482,66994 -"279754",55482,92269 -"279755",55482,96368 -"279756",55484,63039 -"279757",55484,63356 -"279758",55484,63773 -"279759",55484,64185 -"279760",55484,89383 -"279761",55484,89387 -"279762",55484,89391 -"279763",55484,89422 -"279764",55484,91973 -"279765",55484,93846 -"279766",55484,100808 -"279767",55484,118791 -"279768",55484,119435 -"279769",55484,120149 -"279770",55485,85996 -"279771",55485,88925 -"279772",55485,90523 -"279773",55486,55871 -"279774",55486,66943 -"279775",55486,99527 -"279776",55486,103022 -"279777",55487,81568 -"279778",55487,93064 -"279779",55488,71219 -"279780",55489,58908 -"279781",55491,57564 -"279782",55491,59632 -"279783",55491,60820 -"279784",55491,61934 -"279785",55491,62426 -"279786",55491,62626 -"279787",55491,63703 -"279788",55491,63739 -"279789",55492,75821 -"279790",55493,55494 -"279791",55493,55557 -"279792",55493,55584 -"279793",55493,64463 -"279794",55493,66852 -"279795",55493,70596 -"279796",55493,79639 -"279797",55493,92366 -"279798",55493,94257 -"279799",55493,97085 -"279800",55493,101971 -"279801",55493,104452 -"279802",55493,105887 -"279803",55493,110890 -"279804",55493,117713 -"279805",55494,55557 -"279806",55494,55584 -"279807",55494,64463 -"279808",55496,57080 -"279809",55497,58919 -"279810",55497,69293 -"279811",55497,77816 -"279812",55497,112078 -"279813",55498,69460 -"279814",55498,73222 -"279815",55498,87142 -"279816",55498,101843 -"279817",55498,112102 -"279818",55498,113964 -"279819",55498,113968 -"279820",55498,113969 -"279821",55499,89091 -"279822",55499,89272 -"279823",55500,55554 -"279824",55500,56490 -"279825",55500,59087 -"279826",55500,69782 -"279827",55500,105635 -"279828",55501,63466 -"279829",55501,72683 -"279830",55501,93740 -"279831",55501,101286 -"279832",55501,102184 -"279833",55501,121801 -"279834",55501,123023 -"279835",55501,123147 -"279836",55502,84682 -"279837",55503,56293 -"279838",55503,117941 -"279839",55506,65505 -"279840",55506,79850 -"279841",55506,80549 -"279842",55506,89286 -"279843",55506,105788 -"279844",55507,55580 -"279845",55507,55581 -"279846",55507,73859 -"279847",55507,93049 -"279848",55509,55545 -"279849",55510,60241 -"279850",55510,79517 -"279851",55510,82586 -"279852",55510,101567 -"279853",55510,104730 -"279854",55510,111221 -"279855",55510,111324 -"279856",55510,111364 -"279857",55510,111365 -"279858",55512,101452 -"279859",55512,101458 -"279860",55513,110203 -"279861",55515,87555 -"279862",55517,60976 -"279863",55517,64921 -"279864",55517,67910 -"279865",55517,70245 -"279866",55519,91551 -"279867",55520,59568 -"279868",55521,105987 -"279869",55522,118133 -"279870",55523,86492 -"279871",55524,99554 -"279872",55524,110654 -"279873",55525,60678 -"279874",55527,55600 -"279875",55528,70765 -"279876",55528,73928 -"279877",55529,65193 -"279878",55529,73229 -"279879",55529,80148 -"279880",55529,80225 -"279881",55531,57963 -"279882",55531,58643 -"279883",55531,60259 -"279884",55531,62239 -"279885",55531,62557 -"279886",55531,62576 -"279887",55531,62626 -"279888",55531,62627 -"279889",55531,63019 -"279890",55531,68402 -"279891",55531,75015 -"279892",55532,66922 -"279893",55532,83102 -"279894",55532,99504 -"279895",55533,100633 -"279896",55535,81289 -"279897",55535,91755 -"279898",55536,118654 -"279899",55538,63689 -"279900",55538,81762 -"279901",55539,61477 -"279902",55539,71174 -"279903",55539,75737 -"279904",55540,55744 -"279905",55541,59566 -"279906",55541,60413 -"279907",55541,68613 -"279908",55541,68800 -"279909",55541,92642 -"279910",55542,60386 -"279911",55543,100310 -"279912",55544,66800 -"279913",55545,76064 -"279914",55545,100353 -"279915",55546,58547 -"279916",55546,76250 -"279917",55546,81053 -"279918",55549,72278 -"279919",55549,76668 -"279920",55549,83473 -"279921",55550,60302 -"279922",55550,63748 -"279923",55550,79204 -"279924",55550,79616 -"279925",55550,87699 -"279926",55550,90294 -"279927",55550,90306 -"279928",55551,64680 -"279929",55551,101767 -"279930",55553,114695 -"279931",55553,114853 -"279932",55555,69321 -"279933",55555,77157 -"279934",55556,93615 -"279935",55556,99724 -"279936",55556,103426 -"279937",55557,55584 -"279938",55557,64463 -"279939",55559,64908 -"279940",55560,64458 -"279941",55560,113684 -"279942",55560,120389 -"279943",55561,55835 -"279944",55561,58098 -"279945",55561,79463 -"279946",55564,56172 -"279947",55564,63222 -"279948",55566,56407 -"279949",55566,59999 -"279950",55566,61839 -"279951",55566,106647 -"279952",55566,106660 -"279953",55566,106684 -"279954",55566,106686 -"279955",55567,92974 -"279956",55568,58624 -"279957",55568,63696 -"279958",55568,66771 -"279959",55568,68655 -"279960",55569,57034 -"279961",55569,57082 -"279962",55569,66748 -"279963",55569,75740 -"279964",55569,113468 -"279965",55569,115076 -"279966",55570,57879 -"279967",55571,114709 -"279968",55572,55971 -"279969",55573,94115 -"279970",55573,101153 -"279971",55573,110277 -"279972",55573,110375 -"279973",55573,117820 -"279974",55575,63395 -"279975",55575,74204 -"279976",55575,74971 -"279977",55577,66722 -"279978",55577,77682 -"279979",55577,78298 -"279980",55577,88186 -"279981",55577,88202 -"279982",55577,90393 -"279983",55577,94626 -"279984",55577,97609 -"279985",55578,72882 -"279986",55579,58412 -"279987",55579,98568 -"279988",55580,55581 -"279989",55580,63685 -"279990",55580,72031 -"279991",55580,119631 -"279992",55580,119678 -"279993",55582,82536 -"279994",55583,72868 -"279995",55583,73030 -"279996",55583,73078 -"279997",55583,73107 -"279998",55584,64463 -"279999",55584,67939 -"280000",55585,69227 -"280001",55585,71396 -"280002",55586,55675 -"280003",55588,55589 -"280004",55588,84674 -"280005",55588,84696 -"280006",55588,120635 -"280007",55588,120636 -"280008",55590,64206 -"280009",55590,67809 -"280010",55591,55664 -"280011",55591,59234 -"280012",55591,67121 -"280013",55591,81775 -"280014",55591,91119 -"280015",55591,108032 -"280016",55591,108043 -"280017",55592,57844 -"280018",55593,55641 -"280019",55594,55617 -"280020",55594,55636 -"280021",55594,55671 -"280022",55595,107957 -"280023",55596,114590 -"280024",55598,67699 -"280025",55598,74833 -"280026",55599,56189 -"280027",55599,58363 -"280028",55602,55603 -"280029",55602,73435 -"280030",55603,73435 -"280031",55604,113305 -"280032",55605,55650 -"280033",55605,56132 -"280034",55605,62186 -"280035",55605,63986 -"280036",55605,71057 -"280037",55605,71264 -"280038",55605,71396 -"280039",55605,71409 -"280040",55605,71432 -"280041",55605,71442 -"280042",55606,68583 -"280043",55607,83095 -"280044",55609,78623 -"280045",55609,78954 -"280046",55610,55670 -"280047",55610,55672 -"280048",55610,56393 -"280049",55611,57902 -"280050",55611,59037 -"280051",55613,55629 -"280052",55613,55630 -"280053",55613,55646 -"280054",55613,55661 -"280055",55613,55669 -"280056",55614,61682 -"280057",55614,69144 -"280058",55614,88469 -"280059",55614,97232 -"280060",55614,101166 -"280061",55614,105694 -"280062",55614,120210 -"280063",55615,57003 -"280064",55615,60943 -"280065",55615,64720 -"280066",55615,75601 -"280067",55617,55636 -"280068",55617,55671 -"280069",55618,76553 -"280070",55618,86785 -"280071",55618,101298 -"280072",55618,109200 -"280073",55618,119836 -"280074",55619,55648 -"280075",55619,55877 -"280076",55619,61686 -"280077",55619,61767 -"280078",55619,61777 -"280079",55619,62049 -"280080",55619,63530 -"280081",55619,63985 -"280082",55619,66479 -"280083",55619,69350 -"280084",55619,69365 -"280085",55620,70341 -"280086",55620,71588 -"280087",55620,72429 -"280088",55620,77534 -"280089",55620,107020 -"280090",55620,107722 -"280091",55620,107732 -"280092",55620,107746 -"280093",55622,55626 -"280094",55622,107976 -"280095",55624,55653 -"280096",55624,110259 -"280097",55624,112879 -"280098",55624,112889 -"280099",55624,115112 -"280100",55626,95374 -"280101",55626,102917 -"280102",55627,62364 -"280103",55628,59530 -"280104",55628,63782 -"280105",55628,64505 -"280106",55628,65845 -"280107",55629,55630 -"280108",55629,55646 -"280109",55629,55661 -"280110",55629,55669 -"280111",55630,55646 -"280112",55630,55661 -"280113",55630,55669 -"280114",55630,89950 -"280115",55632,60285 -"280116",55632,73572 -"280117",55633,55634 -"280118",55633,121407 -"280119",55633,123416 -"280120",55635,60737 -"280121",55636,55671 -"280122",55638,64083 -"280123",55638,64093 -"280124",55638,64118 -"280125",55638,72716 -"280126",55638,84074 -"280127",55639,57203 -"280128",55639,74373 -"280129",55639,80886 -"280130",55639,86837 -"280131",55639,93608 -"280132",55639,94665 -"280133",55640,84161 -"280134",55640,97077 -"280135",55640,115582 -"280136",55640,120002 -"280137",55641,60661 -"280138",55641,69697 -"280139",55643,55655 -"280140",55643,56958 -"280141",55646,55661 -"280142",55646,55669 -"280143",55647,68758 -"280144",55647,79828 -"280145",55647,95610 -"280146",55648,55877 -"280147",55648,58234 -"280148",55648,67270 -"280149",55648,68984 -"280150",55648,69021 -"280151",55649,68107 -"280152",55649,107904 -"280153",55650,56132 -"280154",55650,113584 -"280155",55651,56497 -"280156",55651,56530 -"280157",55651,99406 -"280158",55651,109709 -"280159",55651,111562 -"280160",55652,55897 -"280161",55653,65400 -"280162",55653,110515 -"280163",55653,110588 -"280164",55653,110603 -"280165",55656,92607 -"280166",55657,57272 -"280167",55657,72538 -"280168",55657,73308 -"280169",55657,73315 -"280170",55659,65764 -"280171",55659,90511 -"280172",55661,55669 -"280173",55662,94877 -"280174",55665,56245 -"280175",55666,62244 -"280176",55666,68684 -"280177",55666,90644 -"280178",55666,91571 -"280179",55666,91592 -"280180",55668,82568 -"280181",55668,106421 -"280182",55668,107433 -"280183",55669,62934 -"280184",55669,77518 -"280185",55669,77689 -"280186",55670,55672 -"280187",55670,59015 -"280188",55670,59041 -"280189",55670,59096 -"280190",55670,59271 -"280191",55671,57925 -"280192",55671,81386 -"280193",55672,64460 -"280194",55672,71743 -"280195",55672,84065 -"280196",55673,58561 -"280197",55673,70488 -"280198",55673,81486 -"280199",55674,100411 -"280200",55674,106446 -"280201",55674,114789 -"280202",55674,122633 -"280203",55675,67035 -"280204",55675,79873 -"280205",55675,79949 -"280206",55675,85958 -"280207",55675,87249 -"280208",55675,94513 -"280209",55676,63836 -"280210",55676,69944 -"280211",55676,114122 -"280212",55676,114244 -"280213",55677,98030 -"280214",55677,111920 -"280215",55677,118027 -"280216",55683,112397 -"280217",55685,86829 -"280218",55686,85150 -"280219",55686,91273 -"280220",55686,92175 -"280221",55687,55729 -"280222",55688,79434 -"280223",55689,62762 -"280224",55689,76320 -"280225",55689,85514 -"280226",55689,119524 -"280227",55689,122511 -"280228",55690,55782 -"280229",55690,73336 -"280230",55691,55975 -"280231",55691,56003 -"280232",55691,59480 -"280233",55691,59481 -"280234",55691,64141 -"280235",55691,72946 -"280236",55691,73466 -"280237",55691,77043 -"280238",55691,83712 -"280239",55691,83743 -"280240",55691,83747 -"280241",55691,90492 -"280242",55691,104076 -"280243",55691,114719 -"280244",55693,96413 -"280245",55693,104762 -"280246",55694,61799 -"280247",55694,64781 -"280248",55694,64995 -"280249",55694,67361 -"280250",55694,71610 -"280251",55696,55697 -"280252",55696,99360 -"280253",55699,55753 -"280254",55699,55755 -"280255",55699,68032 -"280256",55700,65833 -"280257",55700,66404 -"280258",55700,73799 -"280259",55700,83033 -"280260",55700,112394 -"280261",55700,115078 -"280262",55700,119220 -"280263",55700,120130 -"280264",55701,55702 -"280265",55703,55706 -"280266",55703,55803 -"280267",55706,55803 -"280268",55709,74141 -"280269",55710,57013 -"280270",55711,55713 -"280271",55711,55786 -"280272",55711,68515 -"280273",55712,62188 -"280274",55712,72530 -"280275",55712,86539 -"280276",55712,88029 -"280277",55712,88986 -"280278",55712,94911 -"280279",55712,109892 -"280280",55713,55786 -"280281",55714,88842 -"280282",55714,107505 -"280283",55714,111608 -"280284",55714,116022 -"280285",55714,120827 -"280286",55715,60891 -"280287",55715,60958 -"280288",55716,94673 -"280289",55717,68243 -"280290",55717,71540 -"280291",55717,90148 -"280292",55717,96258 -"280293",55718,55768 -"280294",55718,76507 -"280295",55718,107818 -"280296",55719,102478 -"280297",55719,113113 -"280298",55720,55752 -"280299",55721,62327 -"280300",55722,92653 -"280301",55722,92673 -"280302",55722,92689 -"280303",55722,92693 -"280304",55724,85712 -"280305",55724,111414 -"280306",55725,61942 -"280307",55725,73971 -"280308",55725,78227 -"280309",55725,86912 -"280310",55725,90253 -"280311",55725,102648 -"280312",55725,102664 -"280313",55728,56693 -"280314",55728,100634 -"280315",55728,100641 -"280316",55728,101207 -"280317",55730,76403 -"280318",55730,77056 -"280319",55730,96974 -"280320",55730,101101 -"280321",55731,55741 -"280322",55731,55793 -"280323",55731,58886 -"280324",55731,60715 -"280325",55731,61844 -"280326",55731,65091 -"280327",55733,92261 -"280328",55733,95137 -"280329",55733,120222 -"280330",55734,67399 -"280331",55737,75593 -"280332",55737,89519 -"280333",55737,108261 -"280334",55737,115400 -"280335",55738,76101 -"280336",55739,83944 -"280337",55739,85501 -"280338",55739,105818 -"280339",55739,106804 -"280340",55739,106827 -"280341",55739,106970 -"280342",55741,55793 -"280343",55741,60715 -"280344",55741,61844 -"280345",55742,61942 -"280346",55742,76492 -"280347",55742,92282 -"280348",55743,73393 -"280349",55743,94644 -"280350",55743,109350 -"280351",55744,56208 -"280352",55744,68833 -"280353",55744,76007 -"280354",55744,79074 -"280355",55744,98124 -"280356",55744,103139 -"280357",55744,110077 -"280358",55744,111806 -"280359",55744,118602 -"280360",55745,55746 -"280361",55745,123185 -"280362",55747,65438 -"280363",55747,70969 -"280364",55747,74855 -"280365",55748,92925 -"280366",55748,106290 -"280367",55748,107162 -"280368",55748,119869 -"280369",55749,55801 -"280370",55750,55751 -"280371",55751,68737 -"280372",55753,55755 -"280373",55755,66053 -"280374",55755,73874 -"280375",55756,60320 -"280376",55758,99617 -"280377",55758,106195 -"280378",55763,56223 -"280379",55763,59756 -"280380",55763,61408 -"280381",55763,61441 -"280382",55763,61467 -"280383",55763,61474 -"280384",55763,63177 -"280385",55763,79070 -"280386",55764,57733 -"280387",55764,87293 -"280388",55764,115858 -"280389",55764,115866 -"280390",55764,115871 -"280391",55765,65389 -"280392",55765,70392 -"280393",55765,79420 -"280394",55765,85636 -"280395",55765,113233 -"280396",55765,116558 -"280397",55766,60343 -"280398",55766,79035 -"280399",55766,88679 -"280400",55766,88688 -"280401",55766,89081 -"280402",55766,89109 -"280403",55766,89138 -"280404",55766,89140 -"280405",55766,89143 -"280406",55766,89148 -"280407",55766,89162 -"280408",55766,97289 -"280409",55767,58475 -"280410",55768,114216 -"280411",55769,65561 -"280412",55769,111257 -"280413",55771,88990 -"280414",55771,88998 -"280415",55771,99982 -"280416",55771,100001 -"280417",55771,102927 -"280418",55771,112192 -"280419",55771,121250 -"280420",55772,61336 -"280421",55775,58053 -"280422",55775,60776 -"280423",55775,60900 -"280424",55775,68827 -"280425",55775,73158 -"280426",55775,86652 -"280427",55775,88543 -"280428",55775,89209 -"280429",55775,92026 -"280430",55775,94456 -"280431",55775,94457 -"280432",55775,110859 -"280433",55775,115210 -"280434",55776,59137 -"280435",55776,62220 -"280436",55776,102165 -"280437",55776,104871 -"280438",55776,114448 -"280439",55777,68539 -"280440",55777,79262 -"280441",55777,80134 -"280442",55777,88149 -"280443",55777,90999 -"280444",55777,92547 -"280445",55777,92548 -"280446",55777,94901 -"280447",55777,99324 -"280448",55777,99493 -"280449",55777,106594 -"280450",55777,111632 -"280451",55777,111633 -"280452",55777,123426 -"280453",55778,61476 -"280454",55779,85368 -"280455",55780,108317 -"280456",55781,62100 -"280457",55784,71544 -"280458",55784,74894 -"280459",55784,87692 -"280460",55784,90802 -"280461",55784,90850 -"280462",55784,94932 -"280463",55784,101395 -"280464",55785,107889 -"280465",55786,62345 -"280466",55787,61120 -"280467",55787,64139 -"280468",55787,66282 -"280469",55787,66357 -"280470",55788,67913 -"280471",55788,93405 -"280472",55788,97783 -"280473",55788,99291 -"280474",55788,108336 -"280475",55790,55933 -"280476",55790,55947 -"280477",55790,55959 -"280478",55791,67120 -"280479",55791,67157 -"280480",55792,55918 -"280481",55792,81555 -"280482",55792,110885 -"280483",55793,57408 -"280484",55793,58834 -"280485",55793,59249 -"280486",55793,61195 -"280487",55793,64180 -"280488",55794,90482 -"280489",55794,98724 -"280490",55794,121528 -"280491",55795,58158 -"280492",55795,61785 -"280493",55795,80305 -"280494",55795,82808 -"280495",55795,83194 -"280496",55795,83198 -"280497",55795,83865 -"280498",55795,84033 -"280499",55795,88232 -"280500",55795,88237 -"280501",55795,88462 -"280502",55795,97590 -"280503",55795,99677 -"280504",55795,105925 -"280505",55795,113339 -"280506",55796,70370 -"280507",55796,100468 -"280508",55796,112050 -"280509",55797,86835 -"280510",55797,88955 -"280511",55797,90175 -"280512",55797,113114 -"280513",55797,115462 -"280514",55797,115466 -"280515",55800,79449 -"280516",55801,67039 -"280517",55802,64786 -"280518",55802,67018 -"280519",55802,69072 -"280520",55802,88692 -"280521",55802,95668 -"280522",55802,101813 -"280523",55802,111172 -"280524",55802,114717 -"280525",55805,70139 -"280526",55805,70535 -"280527",55805,99714 -"280528",55805,102019 -"280529",55805,104252 -"280530",55805,104383 -"280531",55805,108450 -"280532",55807,64820 -"280533",55807,108660 -"280534",55808,59102 -"280535",55808,73536 -"280536",55808,82896 -"280537",55808,95369 -"280538",55808,95426 -"280539",55808,113819 -"280540",55808,113924 -"280541",55809,59578 -"280542",55809,62052 -"280543",55810,61139 -"280544",55810,61155 -"280545",55812,55831 -"280546",55812,55832 -"280547",55812,55854 -"280548",55812,55863 -"280549",55812,55872 -"280550",55812,55903 -"280551",55812,55915 -"280552",55812,55916 -"280553",55815,65452 -"280554",55815,91751 -"280555",55815,104056 -"280556",55815,118513 -"280557",55815,121438 -"280558",55817,76858 -"280559",55817,79502 -"280560",55817,102925 -"280561",55818,62499 -"280562",55819,77453 -"280563",55819,122047 -"280564",55820,55913 -"280565",55820,77774 -"280566",55820,77795 -"280567",55820,89086 -"280568",55820,95481 -"280569",55821,55861 -"280570",55821,55862 -"280571",55821,82333 -"280572",55821,92985 -"280573",55822,86011 -"280574",55822,89191 -"280575",55822,99957 -"280576",55822,107636 -"280577",55822,110236 -"280578",55822,110636 -"280579",55822,122092 -"280580",55823,55864 -"280581",55826,55919 -"280582",55826,55920 -"280583",55826,55941 -"280584",55826,55952 -"280585",55827,76469 -"280586",55828,69017 -"280587",55828,80799 -"280588",55828,85951 -"280589",55828,90837 -"280590",55828,92993 -"280591",55828,93510 -"280592",55828,119451 -"280593",55828,119452 -"280594",55829,55843 -"280595",55829,55844 -"280596",55829,55860 -"280597",55829,55871 -"280598",55829,55883 -"280599",55829,55888 -"280600",55829,55912 -"280601",55829,55946 -"280602",55829,55957 -"280603",55829,62842 -"280604",55829,66943 -"280605",55829,72808 -"280606",55829,93254 -"280607",55829,93407 -"280608",55829,93415 -"280609",55829,97842 -"280610",55831,55832 -"280611",55831,55854 -"280612",55831,55863 -"280613",55831,55872 -"280614",55831,55903 -"280615",55831,55915 -"280616",55831,55916 -"280617",55832,55854 -"280618",55832,55863 -"280619",55832,55872 -"280620",55832,55903 -"280621",55832,55915 -"280622",55832,55916 -"280623",55833,55849 -"280624",55833,59634 -"280625",55833,63763 -"280626",55833,63768 -"280627",55833,63769 -"280628",55833,63925 -"280629",55834,114919 -"280630",55835,55836 -"280631",55835,55923 -"280632",55836,55923 -"280633",55837,91284 -"280634",55837,107969 -"280635",55838,82584 -"280636",55838,120114 -"280637",55838,120262 -"280638",55838,121803 -"280639",55839,84153 -"280640",55839,95152 -"280641",55840,83868 -"280642",55841,55869 -"280643",55841,55890 -"280644",55841,55958 -"280645",55841,67930 -"280646",55842,55858 -"280647",55842,55953 -"280648",55842,87376 -"280649",55843,55844 -"280650",55843,55860 -"280651",55843,55871 -"280652",55843,55883 -"280653",55843,55888 -"280654",55843,55912 -"280655",55843,55946 -"280656",55843,55957 -"280657",55843,57960 -"280658",55843,58159 -"280659",55843,58348 -"280660",55843,77052 -"280661",55843,78055 -"280662",55843,112067 -"280663",55844,55860 -"280664",55844,55871 -"280665",55844,55883 -"280666",55844,55888 -"280667",55844,55912 -"280668",55844,55946 -"280669",55844,55957 -"280670",55844,57960 -"280671",55844,61919 -"280672",55844,70496 -"280673",55844,76010 -"280674",55844,100223 -"280675",55844,106721 -"280676",55844,107435 -"280677",55844,113788 -"280678",55844,120148 -"280679",55844,120152 -"280680",55845,55914 -"280681",55847,66084 -"280682",55847,85160 -"280683",55847,91591 -"280684",55848,93380 -"280685",55848,111658 -"280686",55850,55886 -"280687",55851,61529 -"280688",55851,74698 -"280689",55851,77080 -"280690",55851,90745 -"280691",55852,56386 -"280692",55852,68886 -"280693",55852,104891 -"280694",55852,107400 -"280695",55854,55863 -"280696",55854,55872 -"280697",55854,55903 -"280698",55854,55915 -"280699",55854,55916 -"280700",55856,69003 -"280701",55856,94518 -"280702",55856,94535 -"280703",55857,63654 -"280704",55857,107928 -"280705",55858,55953 -"280706",55858,60632 -"280707",55858,109455 -"280708",55859,67459 -"280709",55859,102397 -"280710",55860,55871 -"280711",55860,55883 -"280712",55860,55888 -"280713",55860,55912 -"280714",55860,55946 -"280715",55860,55957 -"280716",55860,86564 -"280717",55860,91173 -"280718",55861,55862 -"280719",55861,82333 -"280720",55862,69204 -"280721",55862,69941 -"280722",55863,55872 -"280723",55863,55903 -"280724",55863,55915 -"280725",55863,55916 -"280726",55865,55935 -"280727",55865,64576 -"280728",55865,77981 -"280729",55865,81287 -"280730",55865,85238 -"280731",55865,91550 -"280732",55865,93585 -"280733",55865,98138 -"280734",55865,103367 -"280735",55865,113718 -"280736",55866,57088 -"280737",55866,57709 -"280738",55866,92303 -"280739",55866,100671 -"280740",55866,109331 -"280741",55867,58520 -"280742",55867,75028 -"280743",55867,77726 -"280744",55867,115319 -"280745",55867,115790 -"280746",55867,115794 -"280747",55867,115805 -"280748",55868,119892 -"280749",55869,55890 -"280750",55869,55958 -"280751",55870,76070 -"280752",55870,76246 -"280753",55870,92764 -"280754",55870,97139 -"280755",55870,103747 -"280756",55871,55883 -"280757",55871,55888 -"280758",55871,55912 -"280759",55871,55946 -"280760",55871,55957 -"280761",55871,78901 -"280762",55871,119304 -"280763",55872,55903 -"280764",55872,55915 -"280765",55872,55916 -"280766",55873,55904 -"280767",55875,99561 -"280768",55875,112915 -"280769",55875,119992 -"280770",55877,96856 -"280771",55878,60624 -"280772",55878,78501 -"280773",55878,78627 -"280774",55878,79705 -"280775",55878,97881 -"280776",55878,100450 -"280777",55878,100459 -"280778",55879,67262 -"280779",55879,67302 -"280780",55880,80567 -"280781",55880,90845 -"280782",55880,105513 -"280783",55881,55954 -"280784",55882,88676 -"280785",55883,55888 -"280786",55883,55912 -"280787",55883,55946 -"280788",55883,55957 -"280789",55883,61551 -"280790",55883,93254 -"280791",55883,93407 -"280792",55883,93415 -"280793",55884,112346 -"280794",55885,70783 -"280795",55888,55912 -"280796",55888,55946 -"280797",55888,55957 -"280798",55888,70197 -"280799",55889,70963 -"280800",55889,75779 -"280801",55889,105992 -"280802",55889,106004 -"280803",55889,106018 -"280804",55890,55958 -"280805",55891,98608 -"280806",55891,99858 -"280807",55892,56209 -"280808",55892,58919 -"280809",55892,60706 -"280810",55892,65792 -"280811",55892,69074 -"280812",55892,69651 -"280813",55892,78868 -"280814",55892,82852 -"280815",55892,96708 -"280816",55892,100928 -"280817",55893,55961 -"280818",55893,78498 -"280819",55893,100900 -"280820",55895,76955 -"280821",55895,79746 -"280822",55895,79778 -"280823",55895,83976 -"280824",55895,106418 -"280825",55897,71990 -"280826",55897,73020 -"280827",55897,87529 -"280828",55898,65806 -"280829",55898,108042 -"280830",55899,56469 -"280831",55899,58299 -"280832",55899,58326 -"280833",55899,66234 -"280834",55900,62544 -"280835",55901,70723 -"280836",55902,100013 -"280837",55903,55915 -"280838",55903,55916 -"280839",55905,81831 -"280840",55906,66062 -"280841",55906,95308 -"280842",55906,101626 -"280843",55906,113853 -"280844",55908,68654 -"280845",55908,75886 -"280846",55908,79709 -"280847",55908,79712 -"280848",55908,79737 -"280849",55908,79739 -"280850",55908,79749 -"280851",55908,79751 -"280852",55908,79757 -"280853",55908,79762 -"280854",55908,79767 -"280855",55908,79772 -"280856",55908,79773 -"280857",55908,79793 -"280858",55908,79798 -"280859",55908,79802 -"280860",55908,79811 -"280861",55908,79812 -"280862",55908,82879 -"280863",55908,98144 -"280864",55908,98160 -"280865",55909,99821 -"280866",55911,80910 -"280867",55912,55946 -"280868",55912,55957 -"280869",55914,70310 -"280870",55914,70311 -"280871",55914,70336 -"280872",55914,108238 -"280873",55915,55916 -"280874",55917,55948 -"280875",55918,116227 -"280876",55919,55920 -"280877",55919,55941 -"280878",55919,55952 -"280879",55920,55941 -"280880",55920,55952 -"280881",55921,71613 -"280882",55922,67050 -"280883",55922,71837 -"280884",55923,76849 -"280885",55926,106514 -"280886",55927,57878 -"280887",55927,59416 -"280888",55927,72583 -"280889",55930,61034 -"280890",55930,65055 -"280891",55930,79198 -"280892",55930,88912 -"280893",55930,89211 -"280894",55930,94599 -"280895",55930,112028 -"280896",55931,91218 -"280897",55931,91219 -"280898",55932,56498 -"280899",55932,64140 -"280900",55933,55947 -"280901",55933,55959 -"280902",55934,90786 -"280903",55934,98819 -"280904",55934,117458 -"280905",55938,104567 -"280906",55939,62700 -"280907",55939,65909 -"280908",55940,77788 -"280909",55941,55952 -"280910",55941,57408 -"280911",55941,58032 -"280912",55941,63975 -"280913",55941,72066 -"280914",55941,75563 -"280915",55942,62906 -"280916",55942,72568 -"280917",55942,72573 -"280918",55942,75763 -"280919",55942,78872 -"280920",55942,91779 -"280921",55942,99577 -"280922",55942,106674 -"280923",55942,112779 -"280924",55942,112787 -"280925",55942,112849 -"280926",55943,73743 -"280927",55943,74685 -"280928",55943,80672 -"280929",55943,80880 -"280930",55943,80881 -"280931",55943,81521 -"280932",55943,89704 -"280933",55943,119590 -"280934",55944,80837 -"280935",55944,96915 -"280936",55946,55957 -"280937",55947,55959 -"280938",55949,77420 -"280939",55950,75107 -"280940",55950,89664 -"280941",55950,91375 -"280942",55950,91394 -"280943",55950,95341 -"280944",55950,97576 -"280945",55951,77615 -"280946",55952,66203 -"280947",55952,66253 -"280948",55953,60268 -"280949",55955,56889 -"280950",55955,60723 -"280951",55956,77238 -"280952",55960,70615 -"280953",55962,59204 -"280954",55964,56198 -"280955",55965,56046 -"280956",55965,57264 -"280957",55965,57313 -"280958",55965,69943 -"280959",55965,81469 -"280960",55965,102793 -"280961",55965,107188 -"280962",55965,115230 -"280963",55965,117425 -"280964",55965,118510 -"280965",55966,55967 -"280966",55968,60806 -"280967",55968,67248 -"280968",55968,67501 -"280969",55968,67511 -"280970",55968,76530 -"280971",55969,66347 -"280972",55969,76245 -"280973",55969,78142 -"280974",55969,84415 -"280975",55969,86948 -"280976",55969,89055 -"280977",55969,98092 -"280978",55969,100646 -"280979",55969,108833 -"280980",55969,109367 -"280981",55969,109974 -"280982",55969,114080 -"280983",55969,117858 -"280984",55969,123169 -"280985",55970,55989 -"280986",55972,89465 -"280987",55972,99314 -"280988",55973,89473 -"280989",55973,93630 -"280990",55973,98541 -"280991",55974,58468 -"280992",55974,64477 -"280993",55974,67664 -"280994",55975,55992 -"280995",55975,59480 -"280996",55975,59481 -"280997",55975,64141 -"280998",55975,83712 -"280999",55975,83743 -"281000",55975,83747 -"281001",55976,56010 -"281002",55978,56258 -"281003",55978,58662 -"281004",55978,60498 -"281005",55978,62124 -"281006",55978,62137 -"281007",55978,62143 -"281008",55978,62149 -"281009",55978,62228 -"281010",55978,66485 -"281011",55978,66497 -"281012",55978,66523 -"281013",55979,80004 -"281014",55979,93152 -"281015",55980,84443 -"281016",55980,89991 -"281017",55980,90567 -"281018",55980,111795 -"281019",55980,111876 -"281020",55980,111878 -"281021",55980,111884 -"281022",55981,56156 -"281023",55982,56794 -"281024",55983,85001 -"281025",55985,69657 -"281026",55985,87674 -"281027",55985,100145 -"281028",55985,101970 -"281029",55985,103996 -"281030",55985,113092 -"281031",55985,120553 -"281032",55985,122824 -"281033",55986,84874 -"281034",55986,90539 -"281035",55986,104048 -"281036",55986,104062 -"281037",55986,104068 -"281038",55987,115854 -"281039",55988,117372 -"281040",55989,103901 -"281041",55990,72336 -"281042",55990,75953 -"281043",55990,109337 -"281044",55990,123006 -"281045",55992,70901 -"281046",55992,71146 -"281047",55992,73062 -"281048",55993,118124 -"281049",55994,73426 -"281050",55995,60283 -"281051",55995,69551 -"281052",55996,89924 -"281053",55996,89925 -"281054",55997,74007 -"281055",55997,79727 -"281056",55997,79990 -"281057",55997,89867 -"281058",55997,95272 -"281059",55997,102794 -"281060",55997,103324 -"281061",55997,105251 -"281062",55997,109258 -"281063",55997,111194 -"281064",55998,66241 -"281065",55998,67439 -"281066",55998,92017 -"281067",55998,92430 -"281068",55998,101620 -"281069",55998,103320 -"281070",55998,105130 -"281071",55998,121565 -"281072",55999,83762 -"281073",56001,59703 -"281074",56001,61879 -"281075",56001,63019 -"281076",56002,108625 -"281077",56002,108627 -"281078",56003,67191 -"281079",56004,102101 -"281080",56004,108026 -"281081",56005,59716 -"281082",56006,62731 -"281083",56008,57669 -"281084",56008,69999 -"281085",56010,68917 -"281086",56010,82856 -"281087",56010,85182 -"281088",56010,93940 -"281089",56010,93941 -"281090",56011,72641 -"281091",56016,122638 -"281092",56017,107090 -"281093",56018,56023 -"281094",56018,58733 -"281095",56018,60584 -"281096",56018,65954 -"281097",56019,56147 -"281098",56019,65856 -"281099",56019,80606 -"281100",56019,83135 -"281101",56020,56050 -"281102",56020,63541 -"281103",56022,72343 -"281104",56022,75329 -"281105",56022,75333 -"281106",56022,84897 -"281107",56022,91362 -"281108",56022,96463 -"281109",56022,110429 -"281110",56022,122025 -"281111",56022,122082 -"281112",56025,59361 -"281113",56025,59497 -"281114",56025,59498 -"281115",56026,64152 -"281116",56026,88063 -"281117",56028,67667 -"281118",56028,85537 -"281119",56029,61979 -"281120",56029,75851 -"281121",56029,87865 -"281122",56029,120519 -"281123",56030,70197 -"281124",56031,59123 -"281125",56031,91905 -"281126",56032,56044 -"281127",56033,56524 -"281128",56033,75304 -"281129",56033,104339 -"281130",56033,116770 -"281131",56035,56151 -"281132",56035,59642 -"281133",56035,60946 -"281134",56036,56088 -"281135",56039,56488 -"281136",56039,61348 -"281137",56039,66958 -"281138",56041,80801 -"281139",56041,90070 -"281140",56042,61787 -"281141",56043,56541 -"281142",56043,58345 -"281143",56043,60437 -"281144",56043,63410 -"281145",56043,64453 -"281146",56043,64606 -"281147",56044,66259 -"281148",56046,57264 -"281149",56046,57313 -"281150",56047,56188 -"281151",56047,81721 -"281152",56049,65551 -"281153",56049,73848 -"281154",56049,74318 -"281155",56049,74816 -"281156",56049,78968 -"281157",56049,81859 -"281158",56049,82253 -"281159",56049,83160 -"281160",56049,91781 -"281161",56049,94909 -"281162",56049,95176 -"281163",56049,96873 -"281164",56049,102483 -"281165",56049,110131 -"281166",56049,110147 -"281167",56049,110155 -"281168",56049,110173 -"281169",56049,112774 -"281170",56049,116240 -"281171",56049,116241 -"281172",56050,63541 -"281173",56051,66960 -"281174",56051,75829 -"281175",56051,92146 -"281176",56051,92147 -"281177",56051,92165 -"281178",56051,92183 -"281179",56052,56053 -"281180",56054,56149 -"281181",56054,97254 -"281182",56054,118790 -"281183",56055,64318 -"281184",56056,57830 -"281185",56058,91254 -"281186",56058,93736 -"281187",56059,71164 -"281188",56059,71179 -"281189",56062,71908 -"281190",56063,68234 -"281191",56063,73289 -"281192",56066,82499 -"281193",56066,106601 -"281194",56067,58278 -"281195",56067,70583 -"281196",56067,74100 -"281197",56067,82005 -"281198",56067,82964 -"281199",56067,88391 -"281200",56067,91450 -"281201",56067,91495 -"281202",56067,95803 -"281203",56067,106240 -"281204",56067,109919 -"281205",56067,112416 -"281206",56067,112650 -"281207",56067,112969 -"281208",56068,56125 -"281209",56068,56143 -"281210",56068,56165 -"281211",56069,56185 -"281212",56069,56219 -"281213",56069,86333 -"281214",56069,115591 -"281215",56070,56845 -"281216",56070,77699 -"281217",56071,65633 -"281218",56071,85440 -"281219",56072,77356 -"281220",56072,81222 -"281221",56074,57477 -"281222",56074,60210 -"281223",56074,65134 -"281224",56074,67168 -"281225",56077,56114 -"281226",56077,56135 -"281227",56077,56220 -"281228",56078,56154 -"281229",56078,56197 -"281230",56078,56224 -"281231",56079,89785 -"281232",56081,57958 -"281233",56081,112134 -"281234",56082,61153 -"281235",56082,61970 -"281236",56082,62041 -"281237",56082,66827 -"281238",56082,70838 -"281239",56082,72207 -"281240",56082,75345 -"281241",56082,75403 -"281242",56082,76244 -"281243",56082,78087 -"281244",56082,78835 -"281245",56082,79082 -"281246",56082,90966 -"281247",56082,91184 -"281248",56082,97237 -"281249",56082,101793 -"281250",56082,109663 -"281251",56082,122267 -"281252",56082,122312 -"281253",56084,61814 -"281254",56084,91673 -"281255",56084,102634 -"281256",56086,57643 -"281257",56087,62719 -"281258",56087,62745 -"281259",56087,78844 -"281260",56087,87184 -"281261",56087,87207 -"281262",56087,87232 -"281263",56087,95279 -"281264",56088,57979 -"281265",56089,62305 -"281266",56089,82570 -"281267",56089,116509 -"281268",56089,116523 -"281269",56090,83112 -"281270",56091,85040 -"281271",56091,102934 -"281272",56092,75547 -"281273",56092,79741 -"281274",56093,58437 -"281275",56093,58695 -"281276",56093,60890 -"281277",56093,74845 -"281278",56095,57256 -"281279",56097,56318 -"281280",56097,61532 -"281281",56097,69651 -"281282",56097,69666 -"281283",56098,56111 -"281284",56098,72454 -"281285",56098,112748 -"281286",56100,58970 -"281287",56100,59215 -"281288",56100,60430 -"281289",56100,67786 -"281290",56100,67814 -"281291",56100,69472 -"281292",56100,71519 -"281293",56100,81135 -"281294",56100,81180 -"281295",56100,89185 -"281296",56102,77312 -"281297",56102,77636 -"281298",56102,110791 -"281299",56103,57400 -"281300",56103,71487 -"281301",56104,81575 -"281302",56105,56200 -"281303",56105,63299 -"281304",56106,74830 -"281305",56106,74997 -"281306",56106,86611 -"281307",56107,75141 -"281308",56107,75470 -"281309",56107,76299 -"281310",56107,78576 -"281311",56107,100851 -"281312",56107,101009 -"281313",56107,101161 -"281314",56107,101623 -"281315",56107,101665 -"281316",56107,102331 -"281317",56107,103161 -"281318",56107,116574 -"281319",56108,89953 -"281320",56108,116435 -"281321",56110,56622 -"281322",56110,61910 -"281323",56110,64998 -"281324",56110,74619 -"281325",56110,86092 -"281326",56110,97006 -"281327",56111,73551 -"281328",56113,74765 -"281329",56114,56135 -"281330",56114,56220 -"281331",56115,56123 -"281332",56116,65251 -"281333",56116,88221 -"281334",56116,88443 -"281335",56116,90818 -"281336",56116,91779 -"281337",56116,96525 -"281338",56116,101887 -"281339",56116,104981 -"281340",56116,106555 -"281341",56116,108380 -"281342",56116,109263 -"281343",56117,66337 -"281344",56117,68362 -"281345",56119,62823 -"281346",56119,120684 -"281347",56119,123480 -"281348",56120,73981 -"281349",56120,111034 -"281350",56121,65642 -"281351",56122,71434 -"281352",56122,94183 -"281353",56122,100978 -"281354",56124,71935 -"281355",56125,56143 -"281356",56125,56165 -"281357",56125,58968 -"281358",56125,73224 -"281359",56125,84739 -"281360",56125,85983 -"281361",56125,87581 -"281362",56125,87603 -"281363",56125,88670 -"281364",56125,121792 -"281365",56127,68494 -"281366",56128,63910 -"281367",56130,90724 -"281368",56130,107775 -"281369",56131,58517 -"281370",56131,79105 -"281371",56131,86307 -"281372",56133,57338 -"281373",56133,67913 -"281374",56133,78322 -"281375",56133,81096 -"281376",56133,81297 -"281377",56133,81539 -"281378",56133,81546 -"281379",56133,81672 -"281380",56133,82910 -"281381",56133,84695 -"281382",56135,56220 -"281383",56135,63173 -"281384",56136,57695 -"281385",56136,109557 -"281386",56137,62710 -"281387",56138,69231 -"281388",56138,69436 -"281389",56138,72984 -"281390",56138,75967 -"281391",56138,86163 -"281392",56138,88173 -"281393",56138,88446 -"281394",56138,88469 -"281395",56138,105785 -"281396",56139,83600 -"281397",56140,123056 -"281398",56141,73392 -"281399",56141,98134 -"281400",56141,98318 -"281401",56143,56165 -"281402",56143,58968 -"281403",56144,80214 -"281404",56145,111727 -"281405",56145,114756 -"281406",56145,120768 -"281407",56145,121917 -"281408",56145,123499 -"281409",56147,69372 -"281410",56147,80606 -"281411",56147,83108 -"281412",56147,83135 -"281413",56147,94106 -"281414",56147,96474 -"281415",56147,111913 -"281416",56147,111914 -"281417",56147,111955 -"281418",56148,56173 -"281419",56148,61268 -"281420",56148,62884 -"281421",56148,63008 -"281422",56149,58883 -"281423",56149,62759 -"281424",56150,62464 -"281425",56150,81132 -"281426",56150,88130 -"281427",56151,87649 -"281428",56152,57806 -"281429",56152,92740 -"281430",56152,93760 -"281431",56153,67854 -"281432",56154,56197 -"281433",56154,56224 -"281434",56155,56160 -"281435",56155,56179 -"281436",56155,56226 -"281437",56155,56239 -"281438",56155,56251 -"281439",56155,56267 -"281440",56155,56291 -"281441",56155,56359 -"281442",56156,63916 -"281443",56156,63940 -"281444",56156,73033 -"281445",56156,82452 -"281446",56156,93162 -"281447",56156,96387 -"281448",56156,105050 -"281449",56156,107921 -"281450",56158,59276 -"281451",56159,64027 -"281452",56159,83395 -"281453",56159,93092 -"281454",56159,94527 -"281455",56159,98066 -"281456",56159,116619 -"281457",56160,56179 -"281458",56160,56226 -"281459",56160,56239 -"281460",56160,56251 -"281461",56160,56267 -"281462",56160,56291 -"281463",56160,56359 -"281464",56160,57851 -"281465",56160,57872 -"281466",56160,75256 -"281467",56160,77056 -"281468",56160,92645 -"281469",56160,92679 -"281470",56160,93619 -"281471",56162,97737 -"281472",56162,97844 -"281473",56163,59326 -"281474",56163,72957 -"281475",56163,77706 -"281476",56163,80978 -"281477",56163,94762 -"281478",56163,103201 -"281479",56163,103412 -"281480",56164,73898 -"281481",56164,82319 -"281482",56164,100559 -"281483",56164,109555 -"281484",56164,109669 -"281485",56164,120192 -"281486",56164,120194 -"281487",56164,120197 -"281488",56164,120198 -"281489",56164,120199 -"281490",56164,120215 -"281491",56168,57736 -"281492",56168,60846 -"281493",56168,68951 -"281494",56168,69291 -"281495",56168,78073 -"281496",56168,79331 -"281497",56168,79710 -"281498",56168,79711 -"281499",56168,79720 -"281500",56168,79725 -"281501",56168,79738 -"281502",56168,79748 -"281503",56168,79750 -"281504",56168,79754 -"281505",56168,79758 -"281506",56168,79760 -"281507",56168,79771 -"281508",56168,79780 -"281509",56168,79781 -"281510",56168,79803 -"281511",56168,98923 -"281512",56169,98690 -"281513",56170,63081 -"281514",56170,71622 -"281515",56170,71722 -"281516",56171,123364 -"281517",56173,84199 -"281518",56173,98715 -"281519",56173,99433 -"281520",56173,115834 -"281521",56173,117019 -"281522",56173,117021 -"281523",56174,65643 -"281524",56175,67216 -"281525",56175,67434 -"281526",56175,67744 -"281527",56175,76009 -"281528",56175,83199 -"281529",56175,83300 -"281530",56176,71953 -"281531",56176,91679 -"281532",56176,108140 -"281533",56177,86107 -"281534",56177,87504 -"281535",56177,110953 -"281536",56178,62644 -"281537",56178,72891 -"281538",56178,118315 -"281539",56179,56226 -"281540",56179,56239 -"281541",56179,56251 -"281542",56179,56267 -"281543",56179,56291 -"281544",56179,56359 -"281545",56179,109597 -"281546",56180,89265 -"281547",56181,75814 -"281548",56182,57580 -"281549",56184,56212 -"281550",56185,56219 -"281551",56185,75897 -"281552",56185,76036 -"281553",56185,95605 -"281554",56187,81700 -"281555",56187,90147 -"281556",56187,103590 -"281557",56191,64503 -"281558",56191,74693 -"281559",56191,119937 -"281560",56192,57381 -"281561",56195,68828 -"281562",56195,85869 -"281563",56195,90201 -"281564",56195,116812 -"281565",56197,56224 -"281566",56197,61109 -"281567",56197,69990 -"281568",56197,84262 -"281569",56197,98050 -"281570",56197,104142 -"281571",56198,74944 -"281572",56199,103548 -"281573",56200,61705 -"281574",56200,63312 -"281575",56200,63486 -"281576",56200,65892 -"281577",56200,78320 -"281578",56200,78322 -"281579",56200,83222 -"281580",56200,84913 -"281581",56200,93405 -"281582",56200,93459 -"281583",56200,100219 -"281584",56200,102180 -"281585",56201,76468 -"281586",56201,77758 -"281587",56201,94671 -"281588",56201,107475 -"281589",56203,92504 -"281590",56206,60163 -"281591",56206,68979 -"281592",56206,69092 -"281593",56206,69101 -"281594",56206,69115 -"281595",56206,69161 -"281596",56208,78039 -"281597",56208,103139 -"281598",56208,106353 -"281599",56209,56318 -"281600",56209,109868 -"281601",56210,56832 -"281602",56210,88236 -"281603",56215,56244 -"281604",56215,117323 -"281605",56215,122526 -"281606",56216,59615 -"281607",56216,62679 -"281608",56216,63105 -"281609",56216,68001 -"281610",56216,68475 -"281611",56216,68917 -"281612",56216,69296 -"281613",56216,71106 -"281614",56216,73655 -"281615",56216,75767 -"281616",56216,76046 -"281617",56216,76459 -"281618",56216,76808 -"281619",56216,77727 -"281620",56216,78224 -"281621",56216,79222 -"281622",56216,82978 -"281623",56216,83306 -"281624",56216,85027 -"281625",56216,88412 -"281626",56216,90275 -"281627",56216,90426 -"281628",56216,91112 -"281629",56216,91526 -"281630",56216,93425 -"281631",56216,93523 -"281632",56216,94520 -"281633",56216,95954 -"281634",56216,99544 -"281635",56216,99547 -"281636",56216,99554 -"281637",56216,100595 -"281638",56216,100739 -"281639",56216,100819 -"281640",56216,101898 -"281641",56216,101988 -"281642",56216,102146 -"281643",56216,102201 -"281644",56216,102309 -"281645",56216,102635 -"281646",56216,102730 -"281647",56216,102846 -"281648",56216,103790 -"281649",56216,104095 -"281650",56216,104574 -"281651",56216,104784 -"281652",56216,104845 -"281653",56216,107269 -"281654",56216,107623 -"281655",56216,107714 -"281656",56216,107879 -"281657",56216,107975 -"281658",56218,57399 -"281659",56221,69223 -"281660",56223,61408 -"281661",56223,61441 -"281662",56223,61467 -"281663",56223,61474 -"281664",56223,72154 -"281665",56223,108021 -"281666",56225,100741 -"281667",56225,111980 -"281668",56226,56239 -"281669",56226,56251 -"281670",56226,56267 -"281671",56226,56291 -"281672",56226,56359 -"281673",56227,56268 -"281674",56227,65383 -"281675",56227,85155 -"281676",56227,95268 -"281677",56227,95560 -"281678",56227,98127 -"281679",56227,99237 -"281680",56227,115569 -"281681",56227,115614 -"281682",56227,122782 -"281683",56228,96750 -"281684",56229,71609 -"281685",56231,56721 -"281686",56231,56722 -"281687",56232,56845 -"281688",56232,87960 -"281689",56232,121905 -"281690",56233,107340 -"281691",56235,56236 -"281692",56237,58891 -"281693",56237,63112 -"281694",56237,73294 -"281695",56237,78421 -"281696",56237,80763 -"281697",56238,58680 -"281698",56238,65142 -"281699",56238,67260 -"281700",56238,67277 -"281701",56238,67319 -"281702",56238,70332 -"281703",56239,56251 -"281704",56239,56267 -"281705",56239,56291 -"281706",56239,56359 -"281707",56242,78783 -"281708",56242,97782 -"281709",56242,97798 -"281710",56242,97816 -"281711",56242,123040 -"281712",56245,73919 -"281713",56245,88650 -"281714",56245,118603 -"281715",56247,68631 -"281716",56247,77105 -"281717",56248,81594 -"281718",56248,88712 -"281719",56248,100496 -"281720",56248,103775 -"281721",56248,106747 -"281722",56249,68576 -"281723",56249,71503 -"281724",56250,70713 -"281725",56250,85822 -"281726",56250,89558 -"281727",56250,89741 -"281728",56250,96273 -"281729",56250,96326 -"281730",56250,96329 -"281731",56250,99279 -"281732",56250,103682 -"281733",56250,109167 -"281734",56250,109832 -"281735",56250,117786 -"281736",56250,117791 -"281737",56250,117795 -"281738",56251,56267 -"281739",56251,56291 -"281740",56251,56359 -"281741",56251,102953 -"281742",56251,113239 -"281743",56251,113338 -"281744",56252,68552 -"281745",56253,76384 -"281746",56253,78392 -"281747",56253,88887 -"281748",56254,83051 -"281749",56254,115821 -"281750",56254,115839 -"281751",56255,67109 -"281752",56255,69410 -"281753",56255,69445 -"281754",56256,85911 -"281755",56256,101505 -"281756",56257,67095 -"281757",56258,56292 -"281758",56258,58814 -"281759",56258,60498 -"281760",56258,62124 -"281761",56258,62136 -"281762",56258,62137 -"281763",56258,62143 -"281764",56258,62149 -"281765",56258,62159 -"281766",56258,62177 -"281767",56258,62228 -"281768",56258,66485 -"281769",56258,66497 -"281770",56258,66523 -"281771",56259,77648 -"281772",56259,77830 -"281773",56260,56343 -"281774",56261,94099 -"281775",56261,94182 -"281776",56262,56347 -"281777",56262,58041 -"281778",56262,72150 -"281779",56263,70516 -"281780",56264,56319 -"281781",56266,65362 -"281782",56266,82845 -"281783",56266,99807 -"281784",56266,106679 -"281785",56267,56291 -"281786",56267,56359 -"281787",56268,80902 -"281788",56269,57427 -"281789",56269,62411 -"281790",56270,85537 -"281791",56270,106963 -"281792",56270,116431 -"281793",56271,60455 -"281794",56272,103146 -"281795",56272,114016 -"281796",56274,56305 -"281797",56274,56368 -"281798",56275,56338 -"281799",56276,94547 -"281800",56276,114259 -"281801",56277,103173 -"281802",56277,118313 -"281803",56278,89281 -"281804",56278,122894 -"281805",56281,79520 -"281806",56282,59678 -"281807",56282,85123 -"281808",56282,105993 -"281809",56284,85503 -"281810",56284,87574 -"281811",56284,100281 -"281812",56284,104861 -"281813",56286,88177 -"281814",56286,96681 -"281815",56286,115986 -"281816",56286,122081 -"281817",56286,122104 -"281818",56286,122143 -"281819",56286,122147 -"281820",56286,122149 -"281821",56288,85207 -"281822",56289,56309 -"281823",56291,56359 -"281824",56293,69657 -"281825",56293,83760 -"281826",56293,99900 -"281827",56293,110000 -"281828",56293,117763 -"281829",56294,81103 -"281830",56295,67767 -"281831",56295,86474 -"281832",56297,81307 -"281833",56298,93746 -"281834",56299,61132 -"281835",56300,67647 -"281836",56301,56376 -"281837",56301,70388 -"281838",56301,70425 -"281839",56302,56326 -"281840",56302,56327 -"281841",56303,58988 -"281842",56303,63583 -"281843",56303,63710 -"281844",56303,65728 -"281845",56303,71123 -"281846",56303,86459 -"281847",56303,111084 -"281848",56303,111103 -"281849",56303,120363 -"281850",56304,59457 -"281851",56304,59458 -"281852",56304,66864 -"281853",56305,56368 -"281854",56306,59657 -"281855",56306,61333 -"281856",56306,111558 -"281857",56307,56325 -"281858",56308,59726 -"281859",56311,67733 -"281860",56311,68603 -"281861",56311,83328 -"281862",56311,85973 -"281863",56311,99373 -"281864",56311,111310 -"281865",56312,62628 -"281866",56312,88298 -"281867",56312,89464 -"281868",56312,105007 -"281869",56313,56323 -"281870",56314,57894 -"281871",56314,63923 -"281872",56316,71251 -"281873",56316,71444 -"281874",56316,81259 -"281875",56316,101285 -"281876",56317,56388 -"281877",56317,81588 -"281878",56317,82180 -"281879",56317,85821 -"281880",56317,89097 -"281881",56317,101999 -"281882",56317,110997 -"281883",56318,96127 -"281884",56318,106235 -"281885",56319,108662 -"281886",56320,59740 -"281887",56320,62436 -"281888",56320,67688 -"281889",56320,69426 -"281890",56321,86082 -"281891",56322,61291 -"281892",56322,95746 -"281893",56322,107791 -"281894",56322,119425 -"281895",56322,119467 -"281896",56323,56499 -"281897",56323,63475 -"281898",56323,63503 -"281899",56323,63517 -"281900",56323,63563 -"281901",56323,63575 -"281902",56323,63592 -"281903",56326,56327 -"281904",56330,57800 -"281905",56330,58246 -"281906",56330,59392 -"281907",56330,61230 -"281908",56330,66521 -"281909",56331,56361 -"281910",56332,84393 -"281911",56332,110149 -"281912",56332,117057 -"281913",56332,121633 -"281914",56332,121641 -"281915",56333,56341 -"281916",56336,75568 -"281917",56336,85475 -"281918",56336,90843 -"281919",56336,90866 -"281920",56336,90923 -"281921",56336,98456 -"281922",56336,116353 -"281923",56336,116608 -"281924",56336,116689 -"281925",56338,66911 -"281926",56338,68014 -"281927",56338,77572 -"281928",56338,90990 -"281929",56339,98854 -"281930",56339,104883 -"281931",56340,73128 -"281932",56344,58054 -"281933",56344,61416 -"281934",56344,112337 -"281935",56345,65014 -"281936",56345,105339 -"281937",56348,64012 -"281938",56348,76284 -"281939",56348,86029 -"281940",56348,91922 -"281941",56348,114747 -"281942",56349,56369 -"281943",56349,85953 -"281944",56349,85969 -"281945",56349,85984 -"281946",56350,59759 -"281947",56350,67390 -"281948",56350,68429 -"281949",56350,68437 -"281950",56350,68546 -"281951",56351,62591 -"281952",56352,99396 -"281953",56353,80039 -"281954",56354,57834 -"281955",56354,64259 -"281956",56354,64263 -"281957",56356,56357 -"281958",56357,57636 -"281959",56357,58482 -"281960",56357,59798 -"281961",56357,70907 -"281962",56357,71683 -"281963",56357,77125 -"281964",56357,78398 -"281965",56357,82426 -"281966",56357,84343 -"281967",56357,85000 -"281968",56357,85101 -"281969",56357,91682 -"281970",56357,95267 -"281971",56357,97580 -"281972",56357,98727 -"281973",56357,98776 -"281974",56357,100795 -"281975",56357,106824 -"281976",56357,108879 -"281977",56357,108910 -"281978",56357,109166 -"281979",56357,109858 -"281980",56357,109878 -"281981",56357,112962 -"281982",56357,113990 -"281983",56357,115413 -"281984",56357,116123 -"281985",56357,117258 -"281986",56357,117560 -"281987",56357,118128 -"281988",56357,118836 -"281989",56357,118866 -"281990",56357,118873 -"281991",56357,119131 -"281992",56357,119513 -"281993",56357,119716 -"281994",56357,119769 -"281995",56357,120123 -"281996",56357,120169 -"281997",56357,120725 -"281998",56357,120944 -"281999",56357,121609 -"282000",56357,122007 -"282001",56357,122032 -"282002",56357,122035 -"282003",56357,122724 -"282004",56357,123070 -"282005",56357,123394 -"282006",56357,123490 -"282007",56358,72995 -"282008",56358,89470 -"282009",56358,89579 -"282010",56358,99180 -"282011",56358,114348 -"282012",56360,56784 -"282013",56360,72571 -"282014",56360,72682 -"282015",56362,61211 -"282016",56362,85869 -"282017",56364,56366 -"282018",56364,76796 -"282019",56364,80801 -"282020",56364,80948 -"282021",56364,81707 -"282022",56364,81926 -"282023",56364,82528 -"282024",56364,84263 -"282025",56365,82860 -"282026",56365,89796 -"282027",56365,89820 -"282028",56367,91593 -"282029",56369,100437 -"282030",56370,60330 -"282031",56370,100945 -"282032",56370,103721 -"282033",56370,105762 -"282034",56370,113741 -"282035",56371,71654 -"282036",56371,94435 -"282037",56371,97899 -"282038",56371,97903 -"282039",56371,97915 -"282040",56371,97922 -"282041",56371,97943 -"282042",56373,56411 -"282043",56373,66730 -"282044",56373,81674 -"282045",56373,102301 -"282046",56373,104256 -"282047",56373,104420 -"282048",56373,113955 -"282049",56374,66933 -"282050",56374,78270 -"282051",56374,84385 -"282052",56374,103310 -"282053",56374,115734 -"282054",56374,118085 -"282055",56374,119072 -"282056",56374,120738 -"282057",56375,76800 -"282058",56377,75010 -"282059",56377,99686 -"282060",56377,116206 -"282061",56380,61752 -"282062",56380,103442 -"282063",56381,62461 -"282064",56381,69129 -"282065",56381,69236 -"282066",56382,62723 -"282067",56382,89681 -"282068",56383,56627 -"282069",56384,68677 -"282070",56384,82855 -"282071",56384,94909 -"282072",56384,98147 -"282073",56384,99165 -"282074",56385,66894 -"282075",56385,84464 -"282076",56386,104891 -"282077",56386,107400 -"282078",56387,75923 -"282079",56387,84692 -"282080",56387,105316 -"282081",56388,58078 -"282082",56388,82949 -"282083",56389,74497 -"282084",56391,57588 -"282085",56393,61412 -"282086",56393,65751 -"282087",56393,67339 -"282088",56393,76928 -"282089",56393,76956 -"282090",56393,96823 -"282091",56393,97954 -"282092",56393,97955 -"282093",56393,97972 -"282094",56393,97973 -"282095",56393,97981 -"282096",56393,97987 -"282097",56393,97994 -"282098",56393,97998 -"282099",56393,97999 -"282100",56393,98008 -"282101",56394,56403 -"282102",56394,119613 -"282103",56396,65310 -"282104",56396,65366 -"282105",56401,81164 -"282106",56401,90315 -"282107",56401,120948 -"282108",56402,56432 -"282109",56402,67335 -"282110",56402,98355 -"282111",56402,109519 -"282112",56402,109520 -"282113",56404,70412 -"282114",56405,79136 -"282115",56405,79364 -"282116",56405,96542 -"282117",56407,61839 -"282118",56408,98526 -"282119",56409,56433 -"282120",56411,102301 -"282121",56411,113955 -"282122",56412,56441 -"282123",56412,100068 -"282124",56412,105728 -"282125",56413,66177 -"282126",56414,56415 -"282127",56414,56428 -"282128",56414,56523 -"282129",56414,60114 -"282130",56414,65654 -"282131",56414,65675 -"282132",56414,65710 -"282133",56414,65751 -"282134",56415,56428 -"282135",56415,60933 -"282136",56415,60939 -"282137",56416,90341 -"282138",56417,56440 -"282139",56417,60093 -"282140",56420,66272 -"282141",56421,64489 -"282142",56423,57167 -"282143",56426,80482 -"282144",56426,80503 -"282145",56427,62896 -"282146",56427,74226 -"282147",56429,56430 -"282148",56429,56434 -"282149",56429,92183 -"282150",56429,97936 -"282151",56429,109843 -"282152",56430,56434 -"282153",56431,69779 -"282154",56431,74591 -"282155",56431,88457 -"282156",56431,95516 -"282157",56433,64156 -"282158",56433,68402 -"282159",56433,72989 -"282160",56435,90004 -"282161",56435,95590 -"282162",56435,121988 -"282163",56436,87377 -"282164",56437,60335 -"282165",56437,66379 -"282166",56437,79085 -"282167",56438,69012 -"282168",56438,95538 -"282169",56438,115196 -"282170",56438,118904 -"282171",56439,69215 -"282172",56443,74950 -"282173",56444,72260 -"282174",56444,89977 -"282175",56444,101592 -"282176",56444,101737 -"282177",56444,103752 -"282178",56444,104996 -"282179",56444,109426 -"282180",56445,80168 -"282181",56445,93231 -"282182",56445,95919 -"282183",56445,95926 -"282184",56445,95930 -"282185",56445,95942 -"282186",56446,84583 -"282187",56447,77955 -"282188",56447,91453 -"282189",56447,105217 -"282190",56448,69423 -"282191",56448,71504 -"282192",56448,73147 -"282193",56448,77094 -"282194",56448,94048 -"282195",56448,96379 -"282196",56448,103886 -"282197",56448,103890 -"282198",56448,105139 -"282199",56448,106858 -"282200",56448,109509 -"282201",56448,112721 -"282202",56448,116888 -"282203",56448,123051 -"282204",56448,123052 -"282205",56449,114116 -"282206",56450,105234 -"282207",56451,56901 -"282208",56451,57086 -"282209",56451,87751 -"282210",56451,118387 -"282211",56451,118581 -"282212",56453,63578 -"282213",56453,84644 -"282214",56454,88627 -"282215",56455,69714 -"282216",56456,82739 -"282217",56457,56580 -"282218",56457,76055 -"282219",56457,87051 -"282220",56458,62310 -"282221",56458,62363 -"282222",56458,68593 -"282223",56458,79037 -"282224",56458,121732 -"282225",56459,74232 -"282226",56459,103180 -"282227",56460,96995 -"282228",56461,69937 -"282229",56462,63420 -"282230",56462,110781 -"282231",56464,62324 -"282232",56465,66426 -"282233",56465,80600 -"282234",56465,83441 -"282235",56465,85635 -"282236",56467,65030 -"282237",56467,102368 -"282238",56467,120665 -"282239",56468,56470 -"282240",56469,58299 -"282241",56469,58326 -"282242",56469,68478 -"282243",56470,64789 -"282244",56472,59005 -"282245",56474,79136 -"282246",56474,102226 -"282247",56475,111355 -"282248",56475,112808 -"282249",56476,58230 -"282250",56476,75244 -"282251",56476,83747 -"282252",56476,93584 -"282253",56476,100396 -"282254",56476,106875 -"282255",56477,68693 -"282256",56478,56479 -"282257",56478,62346 -"282258",56478,75177 -"282259",56479,75177 -"282260",56481,56521 -"282261",56481,56525 -"282262",56482,64898 -"282263",56482,93202 -"282264",56482,101716 -"282265",56482,111416 -"282266",56484,56541 -"282267",56484,56589 -"282268",56484,87786 -"282269",56484,87787 -"282270",56484,87793 -"282271",56484,87804 -"282272",56485,56590 -"282273",56485,79000 -"282274",56486,56513 -"282275",56487,57885 -"282276",56488,56523 -"282277",56488,61348 -"282278",56488,66958 -"282279",56489,59809 -"282280",56490,61108 -"282281",56490,65203 -"282282",56490,85875 -"282283",56490,90970 -"282284",56490,99207 -"282285",56490,99375 -"282286",56490,99463 -"282287",56490,105635 -"282288",56491,56525 -"282289",56491,74378 -"282290",56491,80860 -"282291",56492,82623 -"282292",56493,56593 -"282293",56493,56654 -"282294",56493,57300 -"282295",56495,88125 -"282296",56496,56558 -"282297",56496,56580 -"282298",56496,98319 -"282299",56497,56530 -"282300",56497,104630 -"282301",56497,111562 -"282302",56498,62068 -"282303",56498,62098 -"282304",56498,64140 -"282305",56499,63475 -"282306",56499,63503 -"282307",56499,63517 -"282308",56499,63563 -"282309",56499,63575 -"282310",56499,63592 -"282311",56500,77901 -"282312",56500,79451 -"282313",56500,84139 -"282314",56500,91275 -"282315",56500,117866 -"282316",56501,57133 -"282317",56501,84908 -"282318",56502,107122 -"282319",56506,56658 -"282320",56506,56699 -"282321",56506,83253 -"282322",56506,86403 -"282323",56507,56517 -"282324",56507,59739 -"282325",56507,76314 -"282326",56508,56509 -"282327",56508,56545 -"282328",56508,58803 -"282329",56508,68403 -"282330",56509,56545 -"282331",56509,57279 -"282332",56510,60308 -"282333",56510,83780 -"282334",56510,112117 -"282335",56511,56583 -"282336",56511,64344 -"282337",56511,74305 -"282338",56512,56572 -"282339",56513,112737 -"282340",56513,117152 -"282341",56514,59196 -"282342",56514,70993 -"282343",56515,71965 -"282344",56515,75351 -"282345",56516,85186 -"282346",56519,60613 -"282347",56519,74820 -"282348",56520,97868 -"282349",56520,109581 -"282350",56520,121091 -"282351",56520,122573 -"282352",56521,56525 -"282353",56521,113685 -"282354",56523,60114 -"282355",56523,65654 -"282356",56523,65675 -"282357",56523,65710 -"282358",56523,65751 -"282359",56525,80928 -"282360",56526,69636 -"282361",56526,85865 -"282362",56526,90298 -"282363",56527,66094 -"282364",56527,66512 -"282365",56528,73205 -"282366",56529,56563 -"282367",56529,56564 -"282368",56529,56581 -"282369",56529,56587 -"282370",56530,111562 -"282371",56531,59992 -"282372",56531,61242 -"282373",56531,67559 -"282374",56531,107588 -"282375",56532,56588 -"282376",56532,64067 -"282377",56532,64298 -"282378",56532,64348 -"282379",56532,66919 -"282380",56533,67727 -"282381",56533,115338 -"282382",56534,87142 -"282383",56535,62922 -"282384",56535,82986 -"282385",56536,65395 -"282386",56536,66315 -"282387",56536,77986 -"282388",56537,75043 -"282389",56541,56589 -"282390",56541,58325 -"282391",56541,58345 -"282392",56541,60437 -"282393",56541,63410 -"282394",56541,64453 -"282395",56541,64606 -"282396",56541,66040 -"282397",56541,66054 -"282398",56542,72795 -"282399",56543,56553 -"282400",56543,71247 -"282401",56544,82344 -"282402",56544,105578 -"282403",56544,113154 -"282404",56546,89407 -"282405",56548,71531 -"282406",56549,109469 -"282407",56551,84085 -"282408",56553,79162 -"282409",56556,64797 -"282410",56556,64854 -"282411",56558,56580 -"282412",56558,58661 -"282413",56558,113155 -"282414",56559,76134 -"282415",56559,101017 -"282416",56559,101018 -"282417",56560,56827 -"282418",56560,80019 -"282419",56562,60487 -"282420",56563,56564 -"282421",56563,56581 -"282422",56563,56587 -"282423",56564,56581 -"282424",56564,56587 -"282425",56566,74008 -"282426",56567,60965 -"282427",56567,89333 -"282428",56567,99898 -"282429",56567,101358 -"282430",56567,103838 -"282431",56567,105991 -"282432",56568,59482 -"282433",56568,96834 -"282434",56569,73780 -"282435",56570,78931 -"282436",56571,96158 -"282437",56575,94017 -"282438",56575,105516 -"282439",56575,111376 -"282440",56577,56684 -"282441",56577,58715 -"282442",56577,74103 -"282443",56577,77657 -"282444",56577,89415 -"282445",56578,85122 -"282446",56578,85912 -"282447",56578,103670 -"282448",56580,76055 -"282449",56580,80242 -"282450",56580,87051 -"282451",56581,56587 -"282452",56582,73374 -"282453",56582,102590 -"282454",56585,69785 -"282455",56586,100156 -"282456",56586,115768 -"282457",56588,68217 -"282458",56591,57008 -"282459",56593,56654 -"282460",56593,63471 -"282461",56594,62525 -"282462",56594,67237 -"282463",56594,84649 -"282464",56594,90651 -"282465",56594,112877 -"282466",56595,56694 -"282467",56595,69116 -"282468",56595,86448 -"282469",56595,86580 -"282470",56595,86622 -"282471",56596,75884 -"282472",56596,82426 -"282473",56598,60576 -"282474",56598,63429 -"282475",56599,99384 -"282476",56599,101135 -"282477",56599,106322 -"282478",56599,118629 -"282479",56600,61936 -"282480",56600,68031 -"282481",56601,123171 -"282482",56601,123174 -"282483",56601,123175 -"282484",56602,56664 -"282485",56602,56815 -"282486",56603,111223 -"282487",56605,67191 -"282488",56605,69651 -"282489",56605,80092 -"282490",56606,113912 -"282491",56607,56704 -"282492",56608,56613 -"282493",56608,57677 -"282494",56609,71549 -"282495",56610,57354 -"282496",56610,72094 -"282497",56610,86027 -"282498",56611,60200 -"282499",56611,76169 -"282500",56612,97124 -"282501",56613,73480 -"282502",56615,56667 -"282503",56616,56639 -"282504",56616,61402 -"282505",56616,70253 -"282506",56619,100071 -"282507",56620,68835 -"282508",56620,111564 -"282509",56623,73946 -"282510",56624,82625 -"282511",56625,69166 -"282512",56625,69977 -"282513",56625,70080 -"282514",56625,70185 -"282515",56626,96987 -"282516",56627,84893 -"282517",56628,58004 -"282518",56628,58068 -"282519",56628,58633 -"282520",56628,61111 -"282521",56628,61127 -"282522",56628,68287 -"282523",56629,59885 -"282524",56631,57581 -"282525",56631,66031 -"282526",56631,66375 -"282527",56631,66448 -"282528",56631,66520 -"282529",56631,66615 -"282530",56631,77423 -"282531",56632,69140 -"282532",56632,75223 -"282533",56632,84575 -"282534",56633,64855 -"282535",56634,82334 -"282536",56635,56703 -"282537",56636,56701 -"282538",56638,57282 -"282539",56639,68988 -"282540",56639,93128 -"282541",56640,76534 -"282542",56640,81940 -"282543",56640,83491 -"282544",56640,96664 -"282545",56640,96665 -"282546",56640,99111 -"282547",56640,116469 -"282548",56641,56642 -"282549",56641,56867 -"282550",56641,56868 -"282551",56642,56867 -"282552",56642,56868 -"282553",56643,107057 -"282554",56643,119390 -"282555",56644,77950 -"282556",56644,79033 -"282557",56644,79124 -"282558",56645,80016 -"282559",56645,99824 -"282560",56648,72656 -"282561",56648,107718 -"282562",56650,56652 -"282563",56650,79444 -"282564",56653,112677 -"282565",56653,112738 -"282566",56654,59881 -"282567",56654,62964 -"282568",56655,100119 -"282569",56655,112742 -"282570",56655,112747 -"282571",56656,87287 -"282572",56656,122483 -"282573",56656,122513 -"282574",56657,76234 -"282575",56658,56699 -"282576",56659,97794 -"282577",56660,64851 -"282578",56661,94665 -"282579",56662,56708 -"282580",56664,78734 -"282581",56665,60270 -"282582",56665,60350 -"282583",56669,64895 -"282584",56670,69066 -"282585",56672,57570 -"282586",56672,75574 -"282587",56673,64573 -"282588",56673,83124 -"282589",56673,88968 -"282590",56674,61757 -"282591",56674,88099 -"282592",56675,57528 -"282593",56675,106342 -"282594",56676,63939 -"282595",56676,71205 -"282596",56676,71419 -"282597",56676,73466 -"282598",56676,89736 -"282599",56676,94671 -"282600",56676,97812 -"282601",56677,61327 -"282602",56678,71948 -"282603",56679,60500 -"282604",56682,56691 -"282605",56683,59752 -"282606",56683,71328 -"282607",56683,71785 -"282608",56683,80887 -"282609",56683,94166 -"282610",56683,118070 -"282611",56684,68398 -"282612",56687,62085 -"282613",56687,65483 -"282614",56687,77843 -"282615",56687,77987 -"282616",56687,86324 -"282617",56688,62336 -"282618",56688,84637 -"282619",56688,96954 -"282620",56688,107782 -"282621",56688,108036 -"282622",56689,64482 -"282623",56690,112931 -"282624",56692,69003 -"282625",56693,100634 -"282626",56693,100641 -"282627",56693,101207 -"282628",56695,63075 -"282629",56695,89054 -"282630",56697,61704 -"282631",56698,68165 -"282632",56698,69536 -"282633",56698,110313 -"282634",56698,112657 -"282635",56700,60811 -"282636",56700,76178 -"282637",56700,87712 -"282638",56700,110735 -"282639",56701,66597 -"282640",56702,59353 -"282641",56705,64397 -"282642",56705,90381 -"282643",56705,106634 -"282644",56705,120601 -"282645",56705,120605 -"282646",56706,56847 -"282647",56706,56849 -"282648",56707,69284 -"282649",56707,80999 -"282650",56707,122595 -"282651",56709,66558 -"282652",56709,84893 -"282653",56710,56936 -"282654",56712,76652 -"282655",56712,100134 -"282656",56713,66792 -"282657",56714,64065 -"282658",56714,93190 -"282659",56715,63387 -"282660",56715,77774 -"282661",56716,74870 -"282662",56717,98998 -"282663",56718,56873 -"282664",56718,62165 -"282665",56718,74862 -"282666",56718,116764 -"282667",56718,120845 -"282668",56720,56732 -"282669",56720,56754 -"282670",56720,83840 -"282671",56721,56722 -"282672",56722,85301 -"282673",56722,85515 -"282674",56723,56788 -"282675",56725,58377 -"282676",56726,78923 -"282677",56726,98203 -"282678",56727,59477 -"282679",56727,63701 -"282680",56727,73631 -"282681",56727,92029 -"282682",56729,64371 -"282683",56730,60853 -"282684",56730,62501 -"282685",56731,74385 -"282686",56731,74475 -"282687",56732,56754 -"282688",56732,113505 -"282689",56734,56785 -"282690",56735,56766 -"282691",56735,56778 -"282692",56735,68065 -"282693",56737,57072 -"282694",56737,61396 -"282695",56737,65360 -"282696",56737,75084 -"282697",56737,75895 -"282698",56737,79306 -"282699",56737,82156 -"282700",56737,84390 -"282701",56737,87492 -"282702",56738,61068 -"282703",56738,78363 -"282704",56738,81675 -"282705",56739,106029 -"282706",56740,60360 -"282707",56740,76143 -"282708",56740,89170 -"282709",56740,89280 -"282710",56740,102465 -"282711",56740,114812 -"282712",56742,86456 -"282713",56745,56782 -"282714",56746,74632 -"282715",56747,56837 -"282716",56748,57023 -"282717",56749,66954 -"282718",56749,98503 -"282719",56749,106457 -"282720",56749,106474 -"282721",56751,67614 -"282722",56751,72291 -"282723",56752,66087 -"282724",56754,86904 -"282725",56755,94831 -"282726",56756,63348 -"282727",56757,98325 -"282728",56757,115128 -"282729",56760,110795 -"282730",56763,67331 -"282731",56763,83010 -"282732",56765,62415 -"282733",56766,56778 -"282734",56766,68065 -"282735",56766,91553 -"282736",56767,86580 -"282737",56767,113041 -"282738",56768,57043 -"282739",56768,74016 -"282740",56769,74377 -"282741",56769,91970 -"282742",56771,87418 -"282743",56772,56799 -"282744",56773,56789 -"282745",56773,56800 -"282746",56774,57366 -"282747",56774,59941 -"282748",56774,63265 -"282749",56774,64051 -"282750",56774,67204 -"282751",56774,72341 -"282752",56775,98371 -"282753",56778,74917 -"282754",56779,105580 -"282755",56780,73119 -"282756",56780,91244 -"282757",56780,94784 -"282758",56781,56911 -"282759",56783,76132 -"282760",56783,81983 -"282761",56783,102862 -"282762",56783,102884 -"282763",56783,102906 -"282764",56786,56792 -"282765",56786,92454 -"282766",56786,116975 -"282767",56786,117992 -"282768",56786,117998 -"282769",56787,69037 -"282770",56787,74218 -"282771",56787,74558 -"282772",56787,75054 -"282773",56787,81749 -"282774",56788,88900 -"282775",56788,94112 -"282776",56789,56800 -"282777",56789,110634 -"282778",56790,56886 -"282779",56791,62445 -"282780",56791,78572 -"282781",56791,89233 -"282782",56793,56794 -"282783",56794,64272 -"282784",56794,65159 -"282785",56794,73035 -"282786",56795,56805 -"282787",56795,65832 -"282788",56796,59965 -"282789",56796,65402 -"282790",56797,82716 -"282791",56798,104427 -"282792",56799,88726 -"282793",56802,59145 -"282794",56802,59150 -"282795",56802,59214 -"282796",56802,59225 -"282797",56803,58906 -"282798",56804,56988 -"282799",56806,67760 -"282800",56806,71103 -"282801",56806,78763 -"282802",56807,73844 -"282803",56807,75662 -"282804",56807,77220 -"282805",56807,83140 -"282806",56808,56883 -"282807",56810,69875 -"282808",56810,79087 -"282809",56810,104520 -"282810",56812,72847 -"282811",56812,81015 -"282812",56812,87681 -"282813",56813,60446 -"282814",56813,75024 -"282815",56813,83501 -"282816",56815,60976 -"282817",56815,61271 -"282818",56815,64095 -"282819",56816,56932 -"282820",56818,74071 -"282821",56818,83428 -"282822",56818,83443 -"282823",56818,94429 -"282824",56820,82033 -"282825",56820,106826 -"282826",56821,57405 -"282827",56821,61276 -"282828",56821,75355 -"282829",56822,56890 -"282830",56822,56935 -"282831",56823,56899 -"282832",56824,93569 -"282833",56824,94265 -"282834",56824,105450 -"282835",56824,105454 -"282836",56824,105455 -"282837",56824,105456 -"282838",56824,105467 -"282839",56825,83211 -"282840",56825,120573 -"282841",56828,83798 -"282842",56828,93399 -"282843",56828,93418 -"282844",56828,93434 -"282845",56828,93472 -"282846",56830,56875 -"282847",56830,59376 -"282848",56834,56962 -"282849",56834,56980 -"282850",56834,56982 -"282851",56835,77969 -"282852",56835,84950 -"282853",56835,88387 -"282854",56835,97750 -"282855",56835,98564 -"282856",56835,102773 -"282857",56836,59253 -"282858",56836,66544 -"282859",56836,66593 -"282860",56836,69326 -"282861",56837,62473 -"282862",56837,112634 -"282863",56838,96054 -"282864",56839,56993 -"282865",56839,66877 -"282866",56839,74852 -"282867",56839,107060 -"282868",56840,56922 -"282869",56840,59900 -"282870",56840,64422 -"282871",56840,67807 -"282872",56840,72476 -"282873",56842,57889 -"282874",56844,57366 -"282875",56845,121905 -"282876",56846,84398 -"282877",56846,94779 -"282878",56846,118373 -"282879",56847,56849 -"282880",56850,59975 -"282881",56850,67252 -"282882",56852,63712 -"282883",56852,105209 -"282884",56853,62555 -"282885",56853,76223 -"282886",56853,76224 -"282887",56853,76451 -"282888",56853,76455 -"282889",56853,76456 -"282890",56853,76476 -"282891",56854,63502 -"282892",56854,77039 -"282893",56854,77120 -"282894",56854,81469 -"282895",56854,97407 -"282896",56854,101341 -"282897",56854,104333 -"282898",56855,81421 -"282899",56855,108345 -"282900",56857,99273 -"282901",56859,61702 -"282902",56859,62137 -"282903",56859,62228 -"282904",56859,62296 -"282905",56859,62739 -"282906",56859,66523 -"282907",56859,71510 -"282908",56859,72065 -"282909",56859,72069 -"282910",56859,72070 -"282911",56859,72072 -"282912",56859,72077 -"282913",56859,72088 -"282914",56859,72102 -"282915",56859,72106 -"282916",56859,72107 -"282917",56859,73414 -"282918",56859,73417 -"282919",56859,73418 -"282920",56859,73423 -"282921",56859,73443 -"282922",56859,85052 -"282923",56859,85085 -"282924",56860,105647 -"282925",56861,64922 -"282926",56861,105883 -"282927",56862,65520 -"282928",56864,82850 -"282929",56864,83825 -"282930",56865,98326 -"282931",56867,56868 -"282932",56868,69934 -"282933",56868,79461 -"282934",56869,81095 -"282935",56869,118056 -"282936",56870,88487 -"282937",56870,100206 -"282938",56870,111761 -"282939",56870,120922 -"282940",56871,59505 -"282941",56871,66318 -"282942",56871,74506 -"282943",56871,91904 -"282944",56871,98166 -"282945",56871,100124 -"282946",56871,101112 -"282947",56871,101924 -"282948",56871,112253 -"282949",56872,88887 -"282950",56873,61673 -"282951",56873,62165 -"282952",56873,74862 -"282953",56873,85713 -"282954",56873,92652 -"282955",56873,116764 -"282956",56873,120845 -"282957",56876,84342 -"282958",56877,116454 -"282959",56879,59649 -"282960",56879,93032 -"282961",56881,84779 -"282962",56881,90296 -"282963",56883,58927 -"282964",56883,61608 -"282965",56884,85256 -"282966",56886,69538 -"282967",56886,97709 -"282968",56886,104861 -"282969",56887,58053 -"282970",56887,97452 -"282971",56888,76003 -"282972",56888,86344 -"282973",56888,106057 -"282974",56889,60723 -"282975",56889,63419 -"282976",56889,100432 -"282977",56889,102637 -"282978",56890,56935 -"282979",56891,61585 -"282980",56891,88905 -"282981",56892,64005 -"282982",56892,66560 -"282983",56892,69000 -"282984",56892,69002 -"282985",56893,81988 -"282986",56894,77381 -"282987",56894,105929 -"282988",56895,88489 -"282989",56895,110626 -"282990",56896,57005 -"282991",56896,57006 -"282992",56897,56947 -"282993",56899,79249 -"282994",56899,123391 -"282995",56900,56923 -"282996",56900,56925 -"282997",56900,60820 -"282998",56900,66850 -"282999",56900,66934 -"283000",56901,75288 -"283001",56901,92248 -"283002",56901,95982 -"283003",56903,76044 -"283004",56903,85356 -"283005",56903,104931 -"283006",56903,120730 -"283007",56904,56919 -"283008",56906,62317 -"283009",56906,74189 -"283010",56906,83495 -"283011",56906,98945 -"283012",56906,111487 -"283013",56906,122441 -"283014",56906,122442 -"283015",56906,122443 -"283016",56906,122446 -"283017",56907,64224 -"283018",56908,68939 -"283019",56908,74417 -"283020",56908,77307 -"283021",56908,82034 -"283022",56908,96648 -"283023",56908,109914 -"283024",56908,109934 -"283025",56908,119913 -"283026",56909,56910 -"283027",56910,79180 -"283028",56910,79527 -"283029",56910,80723 -"283030",56910,81070 -"283031",56910,98459 -"283032",56913,57181 -"283033",56913,87200 -"283034",56914,58160 -"283035",56915,90751 -"283036",56915,108926 -"283037",56915,108937 -"283038",56916,61902 -"283039",56916,102677 -"283040",56917,74642 -"283041",56917,94989 -"283042",56917,96244 -"283043",56918,71075 -"283044",56918,81850 -"283045",56918,103520 -"283046",56919,75308 -"283047",56919,85331 -"283048",56920,84431 -"283049",56921,58475 -"283050",56921,58732 -"283051",56923,56925 -"283052",56923,71031 -"283053",56924,121581 -"283054",56925,59669 -"283055",56925,92535 -"283056",56926,64502 -"283057",56926,81356 -"283058",56926,85736 -"283059",56929,72994 -"283060",56929,73008 -"283061",56929,73009 -"283062",56931,82104 -"283063",56932,114890 -"283064",56932,118929 -"283065",56934,58079 -"283066",56934,80692 -"283067",56934,83359 -"283068",56934,87971 -"283069",56937,94018 -"283070",56937,96918 -"283071",56937,108275 -"283072",56937,108671 -"283073",56937,123357 -"283074",56937,123358 -"283075",56939,59733 -"283076",56939,61971 -"283077",56939,62520 -"283078",56940,57810 -"283079",56940,60966 -"283080",56940,61325 -"283081",56941,56970 -"283082",56943,57532 -"283083",56943,63659 -"283084",56945,56966 -"283085",56946,69930 -"283086",56946,93948 -"283087",56946,114672 -"283088",56948,86757 -"283089",56948,86763 -"283090",56948,86768 -"283091",56950,56978 -"283092",56950,57041 -"283093",56951,85336 -"283094",56953,57004 -"283095",56954,75416 -"283096",56954,83818 -"283097",56954,102183 -"283098",56955,64806 -"283099",56955,65677 -"283100",56955,67102 -"283101",56955,68928 -"283102",56955,86548 -"283103",56955,96728 -"283104",56955,100332 -"283105",56955,103658 -"283106",56955,113105 -"283107",56955,115040 -"283108",56955,118056 -"283109",56957,82105 -"283110",56957,83031 -"283111",56957,83049 -"283112",56957,84962 -"283113",56958,104239 -"283114",56959,82205 -"283115",56959,122379 -"283116",56960,56961 -"283117",56962,56980 -"283118",56962,56982 -"283119",56962,73611 -"283120",56962,98300 -"283121",56966,64436 -"283122",56966,71906 -"283123",56967,69188 -"283124",56968,70881 -"283125",56969,80174 -"283126",56972,58379 -"283127",56972,62579 -"283128",56972,76406 -"283129",56972,77352 -"283130",56972,77643 -"283131",56972,112633 -"283132",56973,77793 -"283133",56974,81181 -"283134",56975,67804 -"283135",56975,84412 -"283136",56975,116434 -"283137",56976,60800 -"283138",56976,61653 -"283139",56976,71027 -"283140",56978,57041 -"283141",56979,57022 -"283142",56979,65937 -"283143",56980,56982 -"283144",56981,58750 -"283145",56982,73611 -"283146",56982,98300 -"283147",56983,77562 -"283148",56983,82023 -"283149",56983,94459 -"283150",56983,96733 -"283151",56983,96990 -"283152",56983,112456 -"283153",56983,113847 -"283154",56984,66956 -"283155",56984,98754 -"283156",56985,57047 -"283157",56986,62259 -"283158",56987,112291 -"283159",56989,76533 -"283160",56989,99516 -"283161",56990,57312 -"283162",56990,57320 -"283163",56990,57349 -"283164",56990,68231 -"283165",56990,78742 -"283166",56990,80174 -"283167",56990,94196 -"283168",56990,95943 -"283169",56990,96658 -"283170",56990,107237 -"283171",56990,107279 -"283172",56992,74336 -"283173",56992,121113 -"283174",56992,123127 -"283175",56993,66877 -"283176",56993,103089 -"283177",56994,61426 -"283178",56994,61458 -"283179",56995,96616 -"283180",56995,107258 -"283181",56996,72037 -"283182",56997,69099 -"283183",56997,99866 -"283184",56997,123122 -"283185",57000,94538 -"283186",57002,93747 -"283187",57003,60099 -"283188",57003,74017 -"283189",57003,75601 -"283190",57003,86625 -"283191",57004,85708 -"283192",57005,57006 -"283193",57006,107006 -"283194",57007,90049 -"283195",57007,95552 -"283196",57007,104733 -"283197",57010,65087 -"283198",57010,100631 -"283199",57010,117329 -"283200",57011,57186 -"283201",57013,60271 -"283202",57013,60353 -"283203",57013,60515 -"283204",57013,120253 -"283205",57013,120258 -"283206",57013,123197 -"283207",57013,123369 -"283208",57014,58141 -"283209",57014,70356 -"283210",57014,85398 -"283211",57014,85432 -"283212",57015,65637 -"283213",57015,118241 -"283214",57017,59455 -"283215",57017,65297 -"283216",57017,76403 -"283217",57017,85072 -"283218",57017,90500 -"283219",57017,96062 -"283220",57017,101131 -"283221",57017,101148 -"283222",57017,105253 -"283223",57017,107154 -"283224",57017,110657 -"283225",57017,117830 -"283226",57017,119019 -"283227",57017,119027 -"283228",57018,77212 -"283229",57018,80706 -"283230",57019,61543 -"283231",57023,98173 -"283232",57024,68053 -"283233",57024,68763 -"283234",57024,92209 -"283235",57024,110714 -"283236",57026,108827 -"283237",57028,57090 -"283238",57028,113401 -"283239",57028,113415 -"283240",57029,76105 -"283241",57032,82624 -"283242",57033,68623 -"283243",57033,91151 -"283244",57033,105619 -"283245",57033,105659 -"283246",57034,57039 -"283247",57036,114580 -"283248",57037,62949 -"283249",57037,63421 -"283250",57037,63608 -"283251",57037,80382 -"283252",57037,81263 -"283253",57037,83006 -"283254",57037,83560 -"283255",57037,83889 -"283256",57037,87871 -"283257",57037,90389 -"283258",57037,97910 -"283259",57037,105817 -"283260",57040,64732 -"283261",57040,67996 -"283262",57040,101920 -"283263",57041,61871 -"283264",57041,62043 -"283265",57042,83502 -"283266",57042,92868 -"283267",57043,65523 -"283268",57043,76683 -"283269",57043,86985 -"283270",57043,93250 -"283271",57043,99703 -"283272",57043,105522 -"283273",57043,106070 -"283274",57045,68162 -"283275",57046,65420 -"283276",57046,99239 -"283277",57046,102332 -"283278",57046,104343 -"283279",57047,57778 -"283280",57047,59451 -"283281",57047,70883 -"283282",57047,84746 -"283283",57047,98181 -"283284",57047,105864 -"283285",57047,106005 -"283286",57047,111713 -"283287",57048,58327 -"283288",57048,82041 -"283289",57048,86199 -"283290",57048,86212 -"283291",57048,109464 -"283292",57049,108523 -"283293",57050,57051 -"283294",57050,87898 -"283295",57050,91798 -"283296",57050,93749 -"283297",57050,101645 -"283298",57050,109809 -"283299",57053,86635 -"283300",57053,105727 -"283301",57053,109313 -"283302",57054,66638 -"283303",57055,57100 -"283304",57055,57112 -"283305",57055,57148 -"283306",57056,57110 -"283307",57056,57121 -"283308",57056,100622 -"283309",57057,66317 -"283310",57057,66602 -"283311",57057,75780 -"283312",57058,58275 -"283313",57058,58291 -"283314",57058,58293 -"283315",57058,58855 -"283316",57058,74575 -"283317",57058,75025 -"283318",57058,80569 -"283319",57058,82901 -"283320",57058,93073 -"283321",57058,96081 -"283322",57058,99070 -"283323",57058,100607 -"283324",57058,101067 -"283325",57058,101484 -"283326",57058,102215 -"283327",57058,102233 -"283328",57058,104341 -"283329",57059,79965 -"283330",57059,88761 -"283331",57060,57153 -"283332",57060,73635 -"283333",57061,59768 -"283334",57063,57113 -"283335",57064,76639 -"283336",57064,80359 -"283337",57064,93969 -"283338",57064,94569 -"283339",57064,110496 -"283340",57064,116430 -"283341",57065,80212 -"283342",57065,117053 -"283343",57065,117227 -"283344",57065,117428 -"283345",57066,62339 -"283346",57066,62642 -"283347",57067,67499 -"283348",57067,70732 -"283349",57067,70977 -"283350",57067,89690 -"283351",57067,101110 -"283352",57068,73983 -"283353",57069,73244 -"283354",57069,96837 -"283355",57070,80573 -"283356",57070,86141 -"283357",57071,73721 -"283358",57071,91586 -"283359",57072,59799 -"283360",57072,64994 -"283361",57072,69352 -"283362",57072,72827 -"283363",57072,75895 -"283364",57072,79822 -"283365",57072,91544 -"283366",57072,93562 -"283367",57074,82499 -"283368",57074,91500 -"283369",57077,63744 -"283370",57077,69739 -"283371",57077,92968 -"283372",57077,102050 -"283373",57077,103588 -"283374",57077,114942 -"283375",57077,116652 -"283376",57078,57578 -"283377",57081,57082 -"283378",57081,75042 -"283379",57081,91532 -"283380",57082,58238 -"283381",57082,61115 -"283382",57082,61469 -"283383",57082,71536 -"283384",57082,86286 -"283385",57082,113215 -"283386",57082,113468 -"283387",57082,118004 -"283388",57082,123430 -"283389",57083,84779 -"283390",57083,89905 -"283391",57084,57585 -"283392",57084,57916 -"283393",57084,58422 -"283394",57084,64897 -"283395",57084,67829 -"283396",57084,71695 -"283397",57084,71698 -"283398",57084,71754 -"283399",57085,110464 -"283400",57086,57167 -"283401",57086,63543 -"283402",57086,87751 -"283403",57086,117952 -"283404",57086,118387 -"283405",57086,118581 -"283406",57087,80893 -"283407",57087,118430 -"283408",57088,57709 -"283409",57088,68095 -"283410",57088,92303 -"283411",57088,100671 -"283412",57089,75240 -"283413",57090,90364 -"283414",57092,58128 -"283415",57093,64908 -"283416",57093,80925 -"283417",57093,83473 -"283418",57093,95971 -"283419",57093,111075 -"283420",57094,58898 -"283421",57094,59147 -"283422",57094,59237 -"283423",57094,59359 -"283424",57094,61563 -"283425",57094,61867 -"283426",57094,62007 -"283427",57094,62078 -"283428",57094,62375 -"283429",57094,62633 -"283430",57094,63395 -"283431",57094,64408 -"283432",57094,64418 -"283433",57094,64511 -"283434",57094,65230 -"283435",57094,66145 -"283436",57094,67503 -"283437",57094,67721 -"283438",57094,68816 -"283439",57094,68909 -"283440",57094,68938 -"283441",57094,69332 -"283442",57094,69681 -"283443",57094,70610 -"283444",57094,70611 -"283445",57094,70725 -"283446",57094,71211 -"283447",57094,71505 -"283448",57094,71887 -"283449",57094,83913 -"283450",57094,102003 -"283451",57094,102101 -"283452",57094,110399 -"283453",57095,57115 -"283454",57095,59312 -"283455",57095,59462 -"283456",57097,60426 -"283457",57098,72490 -"283458",57099,85143 -"283459",57099,92747 -"283460",57100,57112 -"283461",57100,57148 -"283462",57101,63707 -"283463",57102,63735 -"283464",57103,59350 -"283465",57105,58035 -"283466",57105,83165 -"283467",57105,83906 -"283468",57105,83915 -"283469",57105,83949 -"283470",57105,103476 -"283471",57105,118665 -"283472",57106,114328 -"283473",57107,57130 -"283474",57107,67512 -"283475",57107,88133 -"283476",57107,104797 -"283477",57110,57121 -"283478",57110,62227 -"283479",57110,72942 -"283480",57110,80208 -"283481",57110,91671 -"283482",57111,57601 -"283483",57111,57602 -"283484",57111,57626 -"283485",57111,90929 -"283486",57112,57148 -"283487",57114,66020 -"283488",57116,86549 -"283489",57117,58847 -"283490",57118,117880 -"283491",57119,73306 -"283492",57119,90134 -"283493",57119,95234 -"283494",57120,58721 -"283495",57120,69828 -"283496",57120,87063 -"283497",57120,105363 -"283498",57120,105428 -"283499",57120,106113 -"283500",57123,60229 -"283501",57123,78868 -"283502",57123,88638 -"283503",57123,104897 -"283504",57124,72381 -"283505",57124,72383 -"283506",57125,64980 -"283507",57125,79007 -"283508",57125,82768 -"283509",57125,107329 -"283510",57126,69745 -"283511",57127,93655 -"283512",57127,94348 -"283513",57127,104251 -"283514",57129,57230 -"283515",57129,71705 -"283516",57129,72419 -"283517",57132,59756 -"283518",57133,84908 -"283519",57133,122272 -"283520",57134,105388 -"283521",57134,116034 -"283522",57134,118915 -"283523",57135,60523 -"283524",57136,81159 -"283525",57136,97945 -"283526",57136,99005 -"283527",57136,101764 -"283528",57136,109789 -"283529",57137,70492 -"283530",57137,71350 -"283531",57139,85446 -"283532",57140,70716 -"283533",57140,70777 -"283534",57141,58003 -"283535",57143,70748 -"283536",57143,72083 -"283537",57143,74868 -"283538",57143,83216 -"283539",57143,90080 -"283540",57143,97368 -"283541",57143,99882 -"283542",57143,106815 -"283543",57144,66511 -"283544",57145,69145 -"283545",57145,69149 -"283546",57146,70561 -"283547",57146,74759 -"283548",57147,61957 -"283549",57147,63062 -"283550",57147,63086 -"283551",57147,63087 -"283552",57147,63098 -"283553",57147,63106 -"283554",57147,63118 -"283555",57147,63128 -"283556",57147,63136 -"283557",57147,63137 -"283558",57147,63144 -"283559",57149,74347 -"283560",57150,57760 -"283561",57150,68449 -"283562",57150,83364 -"283563",57151,61612 -"283564",57151,71623 -"283565",57151,93173 -"283566",57151,93316 -"283567",57153,73635 -"283568",57153,89014 -"283569",57153,96757 -"283570",57155,70484 -"283571",57155,73605 -"283572",57155,73970 -"283573",57155,80156 -"283574",57155,106962 -"283575",57157,117132 -"283576",57157,117794 -"283577",57161,61893 -"283578",57161,122556 -"283579",57162,71359 -"283580",57162,80622 -"283581",57164,57211 -"283582",57164,57238 -"283583",57164,64505 -"283584",57164,69777 -"283585",57166,57441 -"283586",57166,57683 -"283587",57166,64467 -"283588",57166,69982 -"283589",57167,57186 -"283590",57167,65092 -"283591",57167,91858 -"283592",57168,59952 -"283593",57168,62840 -"283594",57170,57217 -"283595",57170,57598 -"283596",57170,72630 -"283597",57172,57977 -"283598",57172,70158 -"283599",57173,89753 -"283600",57173,93404 -"283601",57174,57178 -"283602",57174,91899 -"283603",57174,100662 -"283604",57177,57197 -"283605",57180,85373 -"283606",57180,85520 -"283607",57183,57222 -"283608",57183,57240 -"283609",57183,57248 -"283610",57184,57296 -"283611",57184,62324 -"283612",57184,65748 -"283613",57184,71704 -"283614",57184,88966 -"283615",57184,92184 -"283616",57184,93584 -"283617",57184,95627 -"283618",57184,101113 -"283619",57184,119320 -"283620",57185,112204 -"283621",57186,57258 -"283622",57186,70671 -"283623",57186,73374 -"283624",57186,75825 -"283625",57186,75941 -"283626",57186,80657 -"283627",57186,81000 -"283628",57186,84367 -"283629",57186,90364 -"283630",57186,94412 -"283631",57186,99338 -"283632",57186,101100 -"283633",57186,103245 -"283634",57186,103253 -"283635",57186,103282 -"283636",57186,110379 -"283637",57186,118105 -"283638",57186,120463 -"283639",57187,96281 -"283640",57189,97658 -"283641",57189,122877 -"283642",57190,57202 -"283643",57190,57215 -"283644",57190,57232 -"283645",57190,57685 -"283646",57190,94444 -"283647",57190,96644 -"283648",57191,89630 -"283649",57191,101963 -"283650",57192,57193 -"283651",57192,96254 -"283652",57195,79379 -"283653",57198,64033 -"283654",57202,57215 -"283655",57202,57232 -"283656",57202,57685 -"283657",57203,86837 -"283658",57203,93608 -"283659",57203,94125 -"283660",57203,94711 -"283661",57203,113933 -"283662",57204,74699 -"283663",57204,78890 -"283664",57205,57243 -"283665",57205,57244 -"283666",57205,57255 -"283667",57207,70358 -"283668",57207,101925 -"283669",57208,100371 -"283670",57209,58220 -"283671",57209,75552 -"283672",57209,78207 -"283673",57209,78243 -"283674",57209,82396 -"283675",57209,83806 -"283676",57209,92534 -"283677",57209,99140 -"283678",57210,57258 -"283679",57210,57652 -"283680",57210,58482 -"283681",57210,59172 -"283682",57210,59326 -"283683",57210,59816 -"283684",57210,61874 -"283685",57210,63274 -"283686",57210,66027 -"283687",57210,66322 -"283688",57210,67327 -"283689",57210,70233 -"283690",57210,70854 -"283691",57210,71683 -"283692",57210,72568 -"283693",57210,72628 -"283694",57210,73767 -"283695",57210,76836 -"283696",57210,78532 -"283697",57210,81609 -"283698",57210,85885 -"283699",57210,87853 -"283700",57210,91255 -"283701",57210,92247 -"283702",57210,92352 -"283703",57210,92362 -"283704",57210,92929 -"283705",57210,93719 -"283706",57210,94906 -"283707",57210,94946 -"283708",57210,95889 -"283709",57210,96093 -"283710",57210,97988 -"283711",57210,99309 -"283712",57210,99376 -"283713",57210,99450 -"283714",57210,99471 -"283715",57210,99474 -"283716",57210,99482 -"283717",57210,100916 -"283718",57210,100944 -"283719",57210,101126 -"283720",57210,101329 -"283721",57210,104447 -"283722",57210,105557 -"283723",57210,107199 -"283724",57210,108743 -"283725",57210,108980 -"283726",57210,109291 -"283727",57210,109933 -"283728",57210,110483 -"283729",57210,110567 -"283730",57210,110572 -"283731",57210,110630 -"283732",57210,110648 -"283733",57210,110711 -"283734",57210,110770 -"283735",57210,110869 -"283736",57210,110911 -"283737",57210,111285 -"283738",57210,111314 -"283739",57210,111362 -"283740",57210,111372 -"283741",57210,111424 -"283742",57210,111433 -"283743",57210,112422 -"283744",57210,113269 -"283745",57210,113430 -"283746",57210,114242 -"283747",57210,114842 -"283748",57210,115092 -"283749",57210,115427 -"283750",57210,115521 -"283751",57210,115711 -"283752",57210,119634 -"283753",57210,121918 -"283754",57211,57238 -"283755",57211,61094 -"283756",57211,69777 -"283757",57212,65081 -"283758",57215,57232 -"283759",57215,57685 -"283760",57216,57241 -"283761",57218,65784 -"283762",57219,75382 -"283763",57219,98567 -"283764",57219,115508 -"283765",57221,77722 -"283766",57222,57240 -"283767",57222,57248 -"283768",57223,57237 -"283769",57223,57254 -"283770",57224,57351 -"283771",57225,62442 -"283772",57225,80809 -"283773",57227,80373 -"283774",57227,107460 -"283775",57228,57259 -"283776",57228,62804 -"283777",57228,71137 -"283778",57228,84041 -"283779",57229,82014 -"283780",57229,82022 -"283781",57230,96642 -"283782",57230,116517 -"283783",57231,60264 -"283784",57231,60905 -"283785",57231,69346 -"283786",57231,69524 -"283787",57231,73662 -"283788",57231,83135 -"283789",57231,91366 -"283790",57231,91909 -"283791",57232,57685 -"283792",57233,57234 -"283793",57234,110050 -"283794",57235,57252 -"283795",57235,64420 -"283796",57237,57254 -"283797",57237,68827 -"283798",57237,97787 -"283799",57237,103945 -"283800",57238,61092 -"283801",57238,70614 -"283802",57238,71903 -"283803",57238,72211 -"283804",57238,72218 -"283805",57239,57346 -"283806",57239,71609 -"283807",57239,78772 -"283808",57239,89260 -"283809",57240,57248 -"283810",57240,79807 -"283811",57240,103896 -"283812",57240,109492 -"283813",57240,109496 -"283814",57240,109498 -"283815",57240,109518 -"283816",57240,109532 -"283817",57240,112855 -"283818",57241,68334 -"283819",57241,70431 -"283820",57241,75213 -"283821",57243,57244 -"283822",57243,57255 -"283823",57244,57255 -"283824",57245,115197 -"283825",57246,89105 -"283826",57246,89114 -"283827",57246,91935 -"283828",57246,95321 -"283829",57246,96828 -"283830",57246,104692 -"283831",57247,102556 -"283832",57248,83486 -"283833",57249,59179 -"283834",57250,86816 -"283835",57250,112191 -"283836",57251,73134 -"283837",57251,73262 -"283838",57252,59316 -"283839",57252,60259 -"283840",57252,64420 -"283841",57252,66374 -"283842",57253,66261 -"283843",57253,68457 -"283844",57253,69198 -"283845",57253,77565 -"283846",57253,78889 -"283847",57253,78974 -"283848",57253,86023 -"283849",57253,87813 -"283850",57253,88773 -"283851",57253,90993 -"283852",57253,90994 -"283853",57253,92417 -"283854",57253,100319 -"283855",57253,101250 -"283856",57253,101462 -"283857",57253,109885 -"283858",57253,110742 -"283859",57253,112606 -"283860",57253,116142 -"283861",57253,116150 -"283862",57253,116151 -"283863",57253,116152 -"283864",57253,116155 -"283865",57253,116159 -"283866",57253,116163 -"283867",57253,116165 -"283868",57253,116166 -"283869",57253,116171 -"283870",57253,116677 -"283871",57253,116678 -"283872",57254,75843 -"283873",57254,75933 -"283874",57254,93821 -"283875",57256,64419 -"283876",57257,75308 -"283877",57258,57652 -"283878",57258,70671 -"283879",57258,73374 -"283880",57258,94648 -"283881",57258,100390 -"283882",57258,103090 -"283883",57258,104698 -"283884",57258,119977 -"283885",57258,120025 -"283886",57258,120038 -"283887",57259,60666 -"283888",57259,71137 -"283889",57259,81473 -"283890",57260,66380 -"283891",57260,66382 -"283892",57260,70867 -"283893",57260,75311 -"283894",57261,61709 -"283895",57261,61903 -"283896",57262,63033 -"283897",57262,66286 -"283898",57262,76921 -"283899",57262,80578 -"283900",57262,88764 -"283901",57262,90198 -"283902",57262,100090 -"283903",57262,100998 -"283904",57262,106567 -"283905",57262,109259 -"283906",57262,111435 -"283907",57262,114104 -"283908",57262,118636 -"283909",57262,120140 -"283910",57262,120413 -"283911",57262,122429 -"283912",57262,122435 -"283913",57263,88617 -"283914",57263,102932 -"283915",57263,120773 -"283916",57264,57313 -"283917",57265,65781 -"283918",57265,115261 -"283919",57266,62680 -"283920",57266,62692 -"283921",57266,97803 -"283922",57267,61094 -"283923",57267,63670 -"283924",57267,71282 -"283925",57268,95531 -"283926",57268,104303 -"283927",57270,58645 -"283928",57270,60928 -"283929",57270,65137 -"283930",57270,80041 -"283931",57270,99575 -"283932",57270,101067 -"283933",57270,107050 -"283934",57271,115390 -"283935",57273,57274 -"283936",57273,75299 -"283937",57273,77276 -"283938",57273,93242 -"283939",57273,107609 -"283940",57274,101765 -"283941",57274,102298 -"283942",57275,57276 -"283943",57275,74485 -"283944",57275,89871 -"283945",57275,112798 -"283946",57277,92789 -"283947",57278,66173 -"283948",57278,76508 -"283949",57279,65140 -"283950",57279,71068 -"283951",57279,82935 -"283952",57279,92575 -"283953",57279,119226 -"283954",57281,66222 -"283955",57281,66223 -"283956",57281,66263 -"283957",57281,66312 -"283958",57281,66353 -"283959",57282,59648 -"283960",57283,61216 -"283961",57283,68716 -"283962",57283,68721 -"283963",57283,68779 -"283964",57283,69097 -"283965",57283,69098 -"283966",57285,57300 -"283967",57286,84826 -"283968",57286,90056 -"283969",57287,59776 -"283970",57287,60709 -"283971",57290,58430 -"283972",57290,64300 -"283973",57291,82964 -"283974",57291,96162 -"283975",57292,75586 -"283976",57292,90170 -"283977",57292,106053 -"283978",57293,87673 -"283979",57294,115312 -"283980",57294,118717 -"283981",57295,79845 -"283982",57295,84764 -"283983",57295,87949 -"283984",57296,65748 -"283985",57296,88966 -"283986",57297,57342 -"283987",57297,58599 -"283988",57297,108328 -"283989",57297,109269 -"283990",57297,109270 -"283991",57298,60967 -"283992",57298,91109 -"283993",57301,57315 -"283994",57301,95155 -"283995",57302,58867 -"283996",57302,93005 -"283997",57302,95125 -"283998",57302,95363 -"283999",57302,114465 -"284000",57303,82814 -"284001",57305,57306 -"284002",57307,57372 -"284003",57307,57843 -"284004",57307,60301 -"284005",57307,60310 -"284006",57307,60348 -"284007",57307,60407 -"284008",57307,61478 -"284009",57308,100373 -"284010",57308,107341 -"284011",57308,107614 -"284012",57308,113750 -"284013",57311,57371 -"284014",57311,73196 -"284015",57311,74825 -"284016",57312,57320 -"284017",57312,57349 -"284018",57316,121947 -"284019",57318,67993 -"284020",57318,72487 -"284021",57319,73071 -"284022",57319,76495 -"284023",57319,109103 -"284024",57320,57349 -"284025",57320,60734 -"284026",57320,100488 -"284027",57322,57334 -"284028",57324,85030 -"284029",57325,107902 -"284030",57325,108116 -"284031",57326,64843 -"284032",57326,69779 -"284033",57326,73794 -"284034",57326,75763 -"284035",57326,77116 -"284036",57326,79977 -"284037",57326,84510 -"284038",57326,88280 -"284039",57326,90558 -"284040",57326,90946 -"284041",57326,91144 -"284042",57326,92035 -"284043",57326,94789 -"284044",57326,97836 -"284045",57326,99162 -"284046",57326,99396 -"284047",57326,100377 -"284048",57326,113952 -"284049",57327,57373 -"284050",57327,57909 -"284051",57328,58990 -"284052",57329,66912 -"284053",57330,58658 -"284054",57330,61522 -"284055",57330,66612 -"284056",57330,68762 -"284057",57330,75763 -"284058",57330,76131 -"284059",57330,77511 -"284060",57330,77693 -"284061",57330,79227 -"284062",57330,80913 -"284063",57330,84510 -"284064",57330,88484 -"284065",57330,88764 -"284066",57330,90836 -"284067",57330,95777 -"284068",57330,99613 -"284069",57330,99785 -"284070",57330,101311 -"284071",57330,109958 -"284072",57331,57339 -"284073",57332,57363 -"284074",57332,57364 -"284075",57333,77994 -"284076",57333,77995 -"284077",57333,78412 -"284078",57333,85055 -"284079",57334,61445 -"284080",57334,62513 -"284081",57334,96364 -"284082",57334,118798 -"284083",57337,74267 -"284084",57337,79612 -"284085",57337,88226 -"284086",57337,88251 -"284087",57337,88645 -"284088",57337,90164 -"284089",57337,102541 -"284090",57338,84695 -"284091",57340,84965 -"284092",57340,111965 -"284093",57341,67067 -"284094",57341,78872 -"284095",57341,106017 -"284096",57343,83551 -"284097",57343,86953 -"284098",57344,64946 -"284099",57345,62573 -"284100",57345,70905 -"284101",57345,74060 -"284102",57346,65033 -"284103",57346,68093 -"284104",57346,71609 -"284105",57346,71678 -"284106",57346,73037 -"284107",57346,98049 -"284108",57346,98054 -"284109",57346,98256 -"284110",57346,103025 -"284111",57347,64862 -"284112",57347,86989 -"284113",57347,113212 -"284114",57348,57353 -"284115",57351,57549 -"284116",57351,57616 -"284117",57351,63556 -"284118",57351,63753 -"284119",57352,72810 -"284120",57352,113727 -"284121",57352,116925 -"284122",57352,120759 -"284123",57352,120767 -"284124",57352,120768 -"284125",57353,70228 -"284126",57353,81838 -"284127",57354,69064 -"284128",57355,70487 -"284129",57356,71399 -"284130",57356,110996 -"284131",57359,65182 -"284132",57359,85435 -"284133",57359,96173 -"284134",57360,114625 -"284135",57361,86305 -"284136",57362,71547 -"284137",57363,57364 -"284138",57363,57559 -"284139",57363,66195 -"284140",57363,66220 -"284141",57365,66320 -"284142",57365,88676 -"284143",57366,58381 -"284144",57366,59941 -"284145",57366,63265 -"284146",57366,68434 -"284147",57367,79428 -"284148",57367,86332 -"284149",57367,92926 -"284150",57367,94722 -"284151",57368,84675 -"284152",57369,66870 -"284153",57369,83979 -"284154",57370,65110 -"284155",57370,65325 -"284156",57371,74825 -"284157",57372,57843 -"284158",57372,60301 -"284159",57372,60310 -"284160",57372,60348 -"284161",57372,60407 -"284162",57372,67990 -"284163",57372,113294 -"284164",57372,113311 -"284165",57373,57909 -"284166",57373,121260 -"284167",57376,60693 -"284168",57376,62159 -"284169",57376,66637 -"284170",57376,67596 -"284171",57376,72069 -"284172",57376,73779 -"284173",57376,73793 -"284174",57377,59800 -"284175",57377,63895 -"284176",57377,63935 -"284177",57377,63947 -"284178",57377,63962 -"284179",57379,94520 -"284180",57380,59442 -"284181",57380,59571 -"284182",57380,90191 -"284183",57380,91020 -"284184",57380,92306 -"284185",57380,93102 -"284186",57380,112885 -"284187",57381,57473 -"284188",57381,58758 -"284189",57381,62787 -"284190",57381,81023 -"284191",57381,91564 -"284192",57381,94136 -"284193",57381,102291 -"284194",57382,57456 -"284195",57383,57395 -"284196",57383,57508 -"284197",57383,74088 -"284198",57383,77109 -"284199",57384,78809 -"284200",57384,107626 -"284201",57385,63119 -"284202",57385,80672 -"284203",57385,100220 -"284204",57385,100554 -"284205",57385,101961 -"284206",57386,57939 -"284207",57386,64145 -"284208",57387,57388 -"284209",57388,61860 -"284210",57389,106988 -"284211",57390,57453 -"284212",57390,58294 -"284213",57390,59120 -"284214",57391,93970 -"284215",57391,119744 -"284216",57392,57786 -"284217",57393,57732 -"284218",57393,58504 -"284219",57393,60163 -"284220",57394,84266 -"284221",57394,93227 -"284222",57394,96659 -"284223",57394,108106 -"284224",57394,114787 -"284225",57395,57508 -"284226",57397,59477 -"284227",57399,69996 -"284228",57401,88933 -"284229",57401,92536 -"284230",57401,122987 -"284231",57402,82316 -"284232",57402,82924 -"284233",57402,86291 -"284234",57402,100778 -"284235",57403,70352 -"284236",57404,64849 -"284237",57405,63601 -"284238",57405,69339 -"284239",57405,72132 -"284240",57405,75355 -"284241",57405,80697 -"284242",57405,85390 -"284243",57405,89412 -"284244",57407,62569 -"284245",57407,69687 -"284246",57407,70509 -"284247",57407,75287 -"284248",57407,92560 -"284249",57407,96349 -"284250",57407,106963 -"284251",57407,113020 -"284252",57407,113021 -"284253",57407,122974 -"284254",57408,58032 -"284255",57410,61785 -"284256",57410,80731 -"284257",57410,88232 -"284258",57410,110208 -"284259",57411,60885 -"284260",57411,67536 -"284261",57411,71336 -"284262",57411,90245 -"284263",57411,111806 -"284264",57411,119325 -"284265",57412,57413 -"284266",57412,57848 -"284267",57412,57869 -"284268",57412,57896 -"284269",57412,74547 -"284270",57412,96423 -"284271",57413,57848 -"284272",57413,57869 -"284273",57413,57896 -"284274",57413,59637 -"284275",57413,72318 -"284276",57414,65972 -"284277",57414,68667 -"284278",57414,76284 -"284279",57414,94480 -"284280",57414,103193 -"284281",57414,120110 -"284282",57415,59835 -"284283",57415,60553 -"284284",57416,121421 -"284285",57417,57963 -"284286",57419,67258 -"284287",57419,70207 -"284288",57419,70210 -"284289",57420,57464 -"284290",57421,94156 -"284291",57423,57945 -"284292",57424,106098 -"284293",57425,82243 -"284294",57426,57466 -"284295",57428,70679 -"284296",57431,62666 -"284297",57431,102887 -"284298",57432,57639 -"284299",57432,70998 -"284300",57432,104190 -"284301",57433,87887 -"284302",57433,88349 -"284303",57434,57435 -"284304",57434,57449 -"284305",57434,57450 -"284306",57435,57449 -"284307",57435,57450 -"284308",57435,65489 -"284309",57436,115671 -"284310",57437,61070 -"284311",57437,95643 -"284312",57437,106231 -"284313",57438,61647 -"284314",57438,110316 -"284315",57440,59309 -"284316",57440,86628 -"284317",57440,94076 -"284318",57440,94105 -"284319",57440,96865 -"284320",57440,118136 -"284321",57442,66677 -"284322",57442,78968 -"284323",57443,77752 -"284324",57443,102728 -"284325",57445,61347 -"284326",57445,71436 -"284327",57445,97242 -"284328",57446,77963 -"284329",57446,78305 -"284330",57446,79306 -"284331",57446,93518 -"284332",57446,93856 -"284333",57446,99044 -"284334",57446,101037 -"284335",57446,102660 -"284336",57446,114240 -"284337",57447,66428 -"284338",57447,73258 -"284339",57447,73290 -"284340",57449,57450 -"284341",57449,61126 -"284342",57449,72642 -"284343",57449,77269 -"284344",57449,80604 -"284345",57449,123277 -"284346",57451,63032 -"284347",57451,78210 -"284348",57451,120617 -"284349",57451,120619 -"284350",57454,82962 -"284351",57454,88984 -"284352",57454,93673 -"284353",57455,58661 -"284354",57455,92628 -"284355",57457,80682 -"284356",57457,80683 -"284357",57457,120260 -"284358",57457,123189 -"284359",57458,60356 -"284360",57458,61308 -"284361",57458,61494 -"284362",57461,57485 -"284363",57461,92142 -"284364",57462,59968 -"284365",57463,57527 -"284366",57463,79595 -"284367",57463,93169 -"284368",57465,60038 -"284369",57465,72514 -"284370",57465,103062 -"284371",57466,66427 -"284372",57466,108948 -"284373",57466,109122 -"284374",57466,110232 -"284375",57466,111301 -"284376",57467,57876 -"284377",57467,90010 -"284378",57467,99492 -"284379",57467,99508 -"284380",57468,64181 -"284381",57468,64997 -"284382",57468,69044 -"284383",57468,80065 -"284384",57468,82787 -"284385",57468,84194 -"284386",57468,108121 -"284387",57469,75390 -"284388",57472,57691 -"284389",57472,58888 -"284390",57472,63078 -"284391",57472,83310 -"284392",57472,86349 -"284393",57472,116923 -"284394",57472,116925 -"284395",57472,116948 -"284396",57473,59539 -"284397",57473,106190 -"284398",57474,57908 -"284399",57474,120802 -"284400",57476,67598 -"284401",57476,69587 -"284402",57478,72520 -"284403",57478,72673 -"284404",57478,79422 -"284405",57479,90949 -"284406",57479,95209 -"284407",57481,59401 -"284408",57481,64967 -"284409",57481,67935 -"284410",57481,67942 -"284411",57481,67991 -"284412",57481,73261 -"284413",57481,84571 -"284414",57482,76866 -"284415",57483,73295 -"284416",57483,105230 -"284417",57485,92157 -"284418",57485,106542 -"284419",57485,107128 -"284420",57487,64989 -"284421",57487,80721 -"284422",57487,81050 -"284423",57487,81063 -"284424",57488,89010 -"284425",57489,114073 -"284426",57490,71234 -"284427",57490,76350 -"284428",57491,57492 -"284429",57491,57498 -"284430",57491,70437 -"284431",57491,79980 -"284432",57491,90407 -"284433",57492,57498 -"284434",57492,72576 -"284435",57492,72577 -"284436",57494,57507 -"284437",57494,57816 -"284438",57494,62487 -"284439",57494,72022 -"284440",57494,76472 -"284441",57494,97220 -"284442",57494,118874 -"284443",57495,65213 -"284444",57495,70697 -"284445",57496,57540 -"284446",57496,85868 -"284447",57497,85297 -"284448",57499,62929 -"284449",57499,66472 -"284450",57499,81631 -"284451",57499,87822 -"284452",57499,113737 -"284453",57500,57577 -"284454",57501,57525 -"284455",57502,57503 -"284456",57502,57524 -"284457",57502,57543 -"284458",57502,57555 -"284459",57502,58664 -"284460",57502,58713 -"284461",57503,57524 -"284462",57503,57543 -"284463",57503,57555 -"284464",57503,81293 -"284465",57504,83671 -"284466",57504,116758 -"284467",57504,118641 -"284468",57504,118661 -"284469",57505,65136 -"284470",57506,57509 -"284471",57506,58460 -"284472",57507,76166 -"284473",57509,113025 -"284474",57510,58842 -"284475",57510,58940 -"284476",57511,70495 -"284477",57511,74064 -"284478",57512,57513 -"284479",57514,109653 -"284480",57515,69684 -"284481",57515,73509 -"284482",57516,80328 -"284483",57517,79251 -"284484",57517,95380 -"284485",57517,106433 -"284486",57517,109920 -"284487",57518,61536 -"284488",57519,57526 -"284489",57519,57546 -"284490",57519,57558 -"284491",57519,57559 -"284492",57519,63681 -"284493",57520,63457 -"284494",57520,63462 -"284495",57520,63501 -"284496",57521,57545 -"284497",57522,76692 -"284498",57522,87768 -"284499",57522,115079 -"284500",57523,61316 -"284501",57523,73315 -"284502",57523,84204 -"284503",57523,84603 -"284504",57523,92484 -"284505",57523,105280 -"284506",57523,105285 -"284507",57524,57543 -"284508",57524,57555 -"284509",57526,57546 -"284510",57526,57558 -"284511",57526,57559 -"284512",57526,67123 -"284513",57526,67124 -"284514",57526,67135 -"284515",57528,106342 -"284516",57530,105810 -"284517",57531,67682 -"284518",57531,75057 -"284519",57531,103285 -"284520",57532,63659 -"284521",57534,63438 -"284522",57534,63466 -"284523",57534,64696 -"284524",57535,97874 -"284525",57535,97997 -"284526",57536,66388 -"284527",57536,72946 -"284528",57536,73345 -"284529",57536,99130 -"284530",57536,99183 -"284531",57536,116266 -"284532",57538,96148 -"284533",57541,87987 -"284534",57541,88002 -"284535",57541,88003 -"284536",57541,88060 -"284537",57541,117870 -"284538",57543,57555 -"284539",57546,57558 -"284540",57546,57559 -"284541",57547,66147 -"284542",57547,114445 -"284543",57548,62633 -"284544",57549,63556 -"284545",57549,63753 -"284546",57549,68849 -"284547",57549,71730 -"284548",57550,85310 -"284549",57550,104441 -"284550",57550,104483 -"284551",57552,71394 -"284552",57553,92714 -"284553",57553,122820 -"284554",57554,63365 -"284555",57554,75325 -"284556",57554,78740 -"284557",57554,118359 -"284558",57555,58664 -"284559",57555,58713 -"284560",57557,57709 -"284561",57558,57559 -"284562",57559,66195 -"284563",57559,66220 -"284564",57559,67123 -"284565",57559,67487 -"284566",57559,67492 -"284567",57559,67510 -"284568",57559,67565 -"284569",57560,73058 -"284570",57560,95966 -"284571",57561,60867 -"284572",57561,61237 -"284573",57561,85511 -"284574",57562,70396 -"284575",57563,62802 -"284576",57563,67591 -"284577",57563,68720 -"284578",57563,68915 -"284579",57563,69059 -"284580",57563,69453 -"284581",57563,71506 -"284582",57563,72023 -"284583",57565,77855 -"284584",57565,89668 -"284585",57565,101345 -"284586",57565,104381 -"284587",57565,115295 -"284588",57566,98971 -"284589",57567,60624 -"284590",57568,87422 -"284591",57568,91321 -"284592",57568,114409 -"284593",57570,67479 -"284594",57570,75574 -"284595",57570,83719 -"284596",57570,90092 -"284597",57575,62019 -"284598",57577,63600 -"284599",57577,69989 -"284600",57577,74124 -"284601",57579,57603 -"284602",57580,61513 -"284603",57580,67245 -"284604",57581,65827 -"284605",57581,66031 -"284606",57581,77423 -"284607",57581,98778 -"284608",57581,98819 -"284609",57582,70728 -"284610",57582,76366 -"284611",57582,77257 -"284612",57582,85738 -"284613",57582,87745 -"284614",57582,88309 -"284615",57582,88626 -"284616",57582,92215 -"284617",57582,98985 -"284618",57582,99482 -"284619",57582,100207 -"284620",57582,101744 -"284621",57582,105878 -"284622",57582,107578 -"284623",57582,123237 -"284624",57583,67603 -"284625",57585,57916 -"284626",57585,64897 -"284627",57585,71695 -"284628",57585,71698 -"284629",57585,71754 -"284630",57586,79306 -"284631",57589,59218 -"284632",57589,68923 -"284633",57589,71856 -"284634",57589,85117 -"284635",57589,87849 -"284636",57590,69283 -"284637",57590,80418 -"284638",57590,87599 -"284639",57590,97505 -"284640",57590,113876 -"284641",57590,117546 -"284642",57590,122902 -"284643",57591,122159 -"284644",57592,68139 -"284645",57592,110031 -"284646",57593,57600 -"284647",57593,71768 -"284648",57593,78405 -"284649",57594,101993 -"284650",57596,58887 -"284651",57596,63138 -"284652",57596,73353 -"284653",57597,61121 -"284654",57599,85537 -"284655",57599,92135 -"284656",57601,57602 -"284657",57601,57626 -"284658",57601,90929 -"284659",57602,57626 -"284660",57607,86143 -"284661",57608,85274 -"284662",57608,93185 -"284663",57608,119511 -"284664",57608,121120 -"284665",57609,77122 -"284666",57609,78008 -"284667",57609,78094 -"284668",57609,80799 -"284669",57609,84807 -"284670",57609,111195 -"284671",57610,74326 -"284672",57610,109691 -"284673",57611,65727 -"284674",57611,68738 -"284675",57612,58648 -"284676",57612,59603 -"284677",57612,62356 -"284678",57612,63124 -"284679",57612,65400 -"284680",57612,68281 -"284681",57612,72980 -"284682",57612,73623 -"284683",57612,80305 -"284684",57612,84546 -"284685",57612,84744 -"284686",57612,84770 -"284687",57612,96518 -"284688",57612,101484 -"284689",57612,104662 -"284690",57612,104711 -"284691",57612,105950 -"284692",57612,110508 -"284693",57612,111317 -"284694",57612,113237 -"284695",57612,119587 -"284696",57613,86552 -"284697",57613,87716 -"284698",57614,75946 -"284699",57614,75948 -"284700",57616,57622 -"284701",57617,65722 -"284702",57617,68060 -"284703",57617,71697 -"284704",57617,71732 -"284705",57618,57619 -"284706",57619,86660 -"284707",57620,121236 -"284708",57621,57640 -"284709",57623,97827 -"284710",57624,64057 -"284711",57624,67298 -"284712",57624,83125 -"284713",57624,122161 -"284714",57626,62777 -"284715",57626,62888 -"284716",57626,62947 -"284717",57627,68897 -"284718",57628,75539 -"284719",57630,119890 -"284720",57632,80564 -"284721",57632,115306 -"284722",57632,115320 -"284723",57633,59210 -"284724",57633,95713 -"284725",57636,58482 -"284726",57636,59798 -"284727",57636,70907 -"284728",57636,71683 -"284729",57636,77125 -"284730",57636,78398 -"284731",57636,82426 -"284732",57636,84343 -"284733",57636,85000 -"284734",57636,85101 -"284735",57636,91355 -"284736",57636,91682 -"284737",57636,95267 -"284738",57636,97580 -"284739",57636,98727 -"284740",57636,98776 -"284741",57636,100795 -"284742",57636,106824 -"284743",57636,108879 -"284744",57636,109166 -"284745",57636,109858 -"284746",57636,109878 -"284747",57636,112962 -"284748",57636,113990 -"284749",57636,115413 -"284750",57636,116123 -"284751",57636,117258 -"284752",57636,117560 -"284753",57636,118128 -"284754",57636,118836 -"284755",57636,118866 -"284756",57636,118873 -"284757",57636,119131 -"284758",57636,119513 -"284759",57636,119716 -"284760",57636,119769 -"284761",57636,120123 -"284762",57636,120169 -"284763",57636,120725 -"284764",57636,120944 -"284765",57636,121609 -"284766",57636,122007 -"284767",57636,122032 -"284768",57636,122035 -"284769",57636,122724 -"284770",57636,123070 -"284771",57636,123394 -"284772",57636,123490 -"284773",57637,64242 -"284774",57637,77011 -"284775",57637,88531 -"284776",57637,99960 -"284777",57638,60428 -"284778",57638,66860 -"284779",57638,67018 -"284780",57638,79322 -"284781",57638,84256 -"284782",57638,85309 -"284783",57639,70998 -"284784",57639,104190 -"284785",57640,72887 -"284786",57640,73445 -"284787",57640,122303 -"284788",57640,122308 -"284789",57641,70111 -"284790",57642,69761 -"284791",57644,64163 -"284792",57644,83772 -"284793",57644,101395 -"284794",57644,110650 -"284795",57644,114734 -"284796",57645,59558 -"284797",57646,59786 -"284798",57646,70084 -"284799",57646,72656 -"284800",57646,115047 -"284801",57647,61055 -"284802",57648,84208 -"284803",57648,85843 -"284804",57648,93198 -"284805",57648,93199 -"284806",57648,93201 -"284807",57648,93204 -"284808",57648,93211 -"284809",57649,73990 -"284810",57649,98843 -"284811",57649,98924 -"284812",57649,107569 -"284813",57650,106819 -"284814",57651,88588 -"284815",57651,116259 -"284816",57652,59326 -"284817",57652,66027 -"284818",57653,71291 -"284819",57653,107156 -"284820",57653,107160 -"284821",57653,107172 -"284822",57653,107178 -"284823",57655,64593 -"284824",57657,99923 -"284825",57659,58354 -"284826",57660,75516 -"284827",57660,89012 -"284828",57660,97430 -"284829",57661,58173 -"284830",57662,79344 -"284831",57664,57728 -"284832",57664,57735 -"284833",57664,57756 -"284834",57664,70078 -"284835",57664,74618 -"284836",57664,95913 -"284837",57664,95925 -"284838",57664,95935 -"284839",57665,62234 -"284840",57665,67710 -"284841",57665,69061 -"284842",57666,57970 -"284843",57667,85723 -"284844",57667,86462 -"284845",57667,88531 -"284846",57668,74102 -"284847",57669,65706 -"284848",57670,109935 -"284849",57671,64181 -"284850",57671,95100 -"284851",57672,57772 -"284852",57673,59024 -"284853",57673,59688 -"284854",57673,98143 -"284855",57673,98161 -"284856",57674,89501 -"284857",57674,115729 -"284858",57675,57765 -"284859",57675,62844 -"284860",57675,89834 -"284861",57675,104701 -"284862",57675,116339 -"284863",57676,77450 -"284864",57676,105139 -"284865",57678,58253 -"284866",57678,80630 -"284867",57679,57750 -"284868",57679,57822 -"284869",57679,59012 -"284870",57679,59489 -"284871",57679,72062 -"284872",57679,96324 -"284873",57679,121878 -"284874",57683,64467 -"284875",57683,72356 -"284876",57686,85966 -"284877",57686,90728 -"284878",57687,67893 -"284879",57687,69192 -"284880",57687,69485 -"284881",57687,73881 -"284882",57687,74599 -"284883",57688,61046 -"284884",57688,107241 -"284885",57690,57711 -"284886",57690,82411 -"284887",57690,82535 -"284888",57692,57694 -"284889",57692,57759 -"284890",57692,80288 -"284891",57692,108840 -"284892",57693,57958 -"284893",57693,72436 -"284894",57693,73160 -"284895",57694,57759 -"284896",57694,60981 -"284897",57694,61407 -"284898",57694,61454 -"284899",57694,77047 -"284900",57694,77048 -"284901",57695,109557 -"284902",57696,70532 -"284903",57697,57896 -"284904",57697,58390 -"284905",57697,64883 -"284906",57697,80409 -"284907",57697,84300 -"284908",57697,84380 -"284909",57697,90323 -"284910",57697,91388 -"284911",57697,96755 -"284912",57697,99394 -"284913",57697,111375 -"284914",57697,115507 -"284915",57697,116134 -"284916",57698,74430 -"284917",57699,57734 -"284918",57699,65086 -"284919",57699,72459 -"284920",57699,87093 -"284921",57699,121055 -"284922",57701,79245 -"284923",57701,106565 -"284924",57702,63755 -"284925",57702,98469 -"284926",57703,57708 -"284927",57704,73394 -"284928",57704,108278 -"284929",57705,57757 -"284930",57706,58611 -"284931",57706,60838 -"284932",57708,73139 -"284933",57709,68095 -"284934",57709,82413 -"284935",57709,92303 -"284936",57709,100671 -"284937",57709,122550 -"284938",57710,75109 -"284939",57710,75780 -"284940",57710,114463 -"284941",57712,77450 -"284942",57713,89086 -"284943",57713,92646 -"284944",57713,94665 -"284945",57713,96353 -"284946",57713,98795 -"284947",57713,116665 -"284948",57714,60523 -"284949",57714,61813 -"284950",57714,67817 -"284951",57714,69036 -"284952",57714,69644 -"284953",57714,73717 -"284954",57714,103208 -"284955",57714,103241 -"284956",57716,65557 -"284957",57716,69048 -"284958",57716,74711 -"284959",57716,80486 -"284960",57716,80494 -"284961",57716,99804 -"284962",57716,100995 -"284963",57716,102865 -"284964",57716,108774 -"284965",57716,115860 -"284966",57717,68353 -"284967",57717,107332 -"284968",57718,116265 -"284969",57719,98668 -"284970",57721,60843 -"284971",57722,78114 -"284972",57722,78566 -"284973",57723,66566 -"284974",57723,79965 -"284975",57723,110683 -"284976",57724,107751 -"284977",57726,89068 -"284978",57727,82304 -"284979",57728,57735 -"284980",57728,57756 -"284981",57729,58009 -"284982",57731,60462 -"284983",57731,67407 -"284984",57731,70854 -"284985",57731,93874 -"284986",57731,100339 -"284987",57731,106232 -"284988",57732,88506 -"284989",57733,87293 -"284990",57735,57756 -"284991",57736,84669 -"284992",57736,89001 -"284993",57736,121555 -"284994",57737,109692 -"284995",57738,63409 -"284996",57738,68343 -"284997",57738,79640 -"284998",57738,101431 -"284999",57738,107095 -"285000",57739,70490 -"285001",57739,74537 -"285002",57739,74924 -"285003",57739,74955 -"285004",57740,58362 -"285005",57741,64150 -"285006",57741,72050 -"285007",57741,86401 -"285008",57741,107584 -"285009",57741,111640 -"285010",57741,113695 -"285011",57741,121309 -"285012",57741,121400 -"285013",57741,121408 -"285014",57742,57754 -"285015",57742,104835 -"285016",57743,89516 -"285017",57744,57771 -"285018",57744,66023 -"285019",57745,111582 -"285020",57746,69893 -"285021",57746,107868 -"285022",57749,75632 -"285023",57750,57822 -"285024",57750,100290 -"285025",57751,108260 -"285026",57753,65851 -"285027",57753,81069 -"285028",57754,119343 -"285029",57755,113132 -"285030",57757,75461 -"285031",57760,64507 -"285032",57760,66258 -"285033",57760,112460 -"285034",57761,58021 -"285035",57761,62622 -"285036",57762,63981 -"285037",57764,58452 -"285038",57764,58494 -"285039",57764,58633 -"285040",57764,67936 -"285041",57764,67937 -"285042",57764,68331 -"285043",57764,69907 -"285044",57764,72157 -"285045",57764,72193 -"285046",57764,72736 -"285047",57764,72756 -"285048",57765,62844 -"285049",57766,84331 -"285050",57766,84332 -"285051",57768,57785 -"285052",57769,67612 -"285053",57769,67673 -"285054",57769,74800 -"285055",57769,110991 -"285056",57769,111009 -"285057",57769,111020 -"285058",57772,103505 -"285059",57772,116480 -"285060",57773,82483 -"285061",57773,92230 -"285062",57773,92941 -"285063",57773,96872 -"285064",57773,114804 -"285065",57774,87309 -"285066",57774,88874 -"285067",57776,57794 -"285068",57777,59391 -"285069",57777,62048 -"285070",57778,69048 -"285071",57778,77013 -"285072",57778,95491 -"285073",57778,98181 -"285074",57778,103895 -"285075",57781,67233 -"285076",57782,57819 -"285077",57782,57873 -"285078",57783,59646 -"285079",57783,65800 -"285080",57783,67564 -"285081",57783,69362 -"285082",57783,71693 -"285083",57783,72776 -"285084",57783,76590 -"285085",57783,86600 -"285086",57783,88782 -"285087",57783,92517 -"285088",57783,100140 -"285089",57783,105198 -"285090",57783,110245 -"285091",57783,110250 -"285092",57783,122588 -"285093",57783,122819 -"285094",57783,122852 -"285095",57783,122861 -"285096",57783,122863 -"285097",57783,122864 -"285098",57785,63866 -"285099",57785,65661 -"285100",57785,69118 -"285101",57785,70729 -"285102",57785,70737 -"285103",57785,71760 -"285104",57785,72375 -"285105",57785,72651 -"285106",57785,72652 -"285107",57785,72679 -"285108",57785,72702 -"285109",57785,75534 -"285110",57787,58584 -"285111",57787,60287 -"285112",57787,84302 -"285113",57787,84347 -"285114",57787,84348 -"285115",57787,90771 -"285116",57791,58057 -"285117",57791,63256 -"285118",57792,79266 -"285119",57792,79756 -"285120",57792,110312 -"285121",57792,119151 -"285122",57795,64547 -"285123",57795,65687 -"285124",57795,69949 -"285125",57795,76173 -"285126",57795,80324 -"285127",57795,94181 -"285128",57795,99856 -"285129",57795,100723 -"285130",57796,61344 -"285131",57798,73904 -"285132",57799,57800 -"285133",57799,57943 -"285134",57799,62912 -"285135",57799,62959 -"285136",57799,63049 -"285137",57800,57943 -"285138",57800,58246 -"285139",57800,59392 -"285140",57800,66521 -"285141",57801,57847 -"285142",57802,93331 -"285143",57803,75181 -"285144",57804,59615 -"285145",57804,59731 -"285146",57804,59940 -"285147",57804,67363 -"285148",57804,67656 -"285149",57804,71230 -"285150",57804,76278 -"285151",57804,76740 -"285152",57804,76786 -"285153",57804,77272 -"285154",57804,77357 -"285155",57804,77402 -"285156",57804,78248 -"285157",57804,78255 -"285158",57804,78339 -"285159",57804,78445 -"285160",57804,79022 -"285161",57804,79716 -"285162",57804,79989 -"285163",57804,80281 -"285164",57804,81728 -"285165",57804,82196 -"285166",57804,82383 -"285167",57804,82810 -"285168",57804,82854 -"285169",57804,83530 -"285170",57804,83853 -"285171",57804,83884 -"285172",57804,84379 -"285173",57804,84613 -"285174",57804,85465 -"285175",57804,85610 -"285176",57804,86351 -"285177",57804,86451 -"285178",57804,86882 -"285179",57804,87175 -"285180",57804,87451 -"285181",57804,87521 -"285182",57804,87572 -"285183",57804,87663 -"285184",57804,87721 -"285185",57804,87862 -"285186",57804,89069 -"285187",57804,102362 -"285188",57805,58086 -"285189",57805,72310 -"285190",57805,82238 -"285191",57805,93117 -"285192",57805,97990 -"285193",57805,100620 -"285194",57806,92740 -"285195",57806,92809 -"285196",57806,93760 -"285197",57807,62788 -"285198",57808,57935 -"285199",57810,57827 -"285200",57810,60966 -"285201",57810,61325 -"285202",57810,70103 -"285203",57811,57843 -"285204",57811,86198 -"285205",57811,86225 -"285206",57812,57858 -"285207",57815,57923 -"285208",57816,71454 -"285209",57816,74795 -"285210",57816,84415 -"285211",57816,97175 -"285212",57816,97220 -"285213",57816,97672 -"285214",57816,108230 -"285215",57817,57836 -"285216",57819,57873 -"285217",57819,120339 -"285218",57819,120383 -"285219",57820,112167 -"285220",57821,66728 -"285221",57822,69181 -"285222",57822,77574 -"285223",57825,107041 -"285224",57825,114412 -"285225",57828,82914 -"285226",57828,82937 -"285227",57828,113297 -"285228",57828,113696 -"285229",57828,113700 -"285230",57829,57973 -"285231",57831,58083 -"285232",57832,57840 -"285233",57832,58169 -"285234",57832,62222 -"285235",57832,62223 -"285236",57832,62287 -"285237",57832,74021 -"285238",57834,71693 -"285239",57834,94610 -"285240",57834,96652 -"285241",57835,74526 -"285242",57835,74932 -"285243",57835,75755 -"285244",57835,89078 -"285245",57835,113144 -"285246",57836,68403 -"285247",57837,95229 -"285248",57838,81846 -"285249",57838,101801 -"285250",57840,58169 -"285251",57840,71357 -"285252",57841,57959 -"285253",57841,79817 -"285254",57841,90510 -"285255",57841,92425 -"285256",57841,108591 -"285257",57841,113802 -"285258",57842,58423 -"285259",57842,58429 -"285260",57842,59010 -"285261",57842,59560 -"285262",57842,60127 -"285263",57842,60138 -"285264",57842,60147 -"285265",57842,60149 -"285266",57842,60168 -"285267",57843,60301 -"285268",57843,60310 -"285269",57843,60348 -"285270",57843,60407 -"285271",57843,61478 -"285272",57844,64295 -"285273",57846,58587 -"285274",57846,58619 -"285275",57846,59136 -"285276",57846,68499 -"285277",57846,68671 -"285278",57846,92035 -"285279",57846,113360 -"285280",57848,57869 -"285281",57848,57896 -"285282",57851,57872 -"285283",57853,63314 -"285284",57853,76193 -"285285",57853,98407 -"285286",57853,98426 -"285287",57853,98431 -"285288",57854,80445 -"285289",57855,68958 -"285290",57855,71922 -"285291",57855,75752 -"285292",57856,64484 -"285293",57856,92865 -"285294",57856,92880 -"285295",57856,92896 -"285296",57856,98437 -"285297",57856,108591 -"285298",57856,112122 -"285299",57856,114179 -"285300",57857,85866 -"285301",57859,89859 -"285302",57859,90805 -"285303",57859,104801 -"285304",57859,120720 -"285305",57859,122756 -"285306",57860,62237 -"285307",57860,74708 -"285308",57860,77178 -"285309",57860,77182 -"285310",57860,121448 -"285311",57861,57893 -"285312",57862,102911 -"285313",57862,108585 -"285314",57862,112880 -"285315",57863,57932 -"285316",57864,58676 -"285317",57864,86820 -"285318",57865,62304 -"285319",57865,76831 -"285320",57865,87935 -"285321",57867,78399 -"285322",57868,74109 -"285323",57868,108927 -"285324",57868,108928 -"285325",57869,57896 -"285326",57869,111630 -"285327",57870,62003 -"285328",57870,95361 -"285329",57874,58532 -"285330",57875,73841 -"285331",57878,58019 -"285332",57878,70665 -"285333",57879,58979 -"285334",57879,59395 -"285335",57879,73582 -"285336",57879,81502 -"285337",57879,82629 -"285338",57879,83490 -"285339",57879,89020 -"285340",57879,96369 -"285341",57879,101287 -"285342",57880,80179 -"285343",57880,83955 -"285344",57883,68730 -"285345",57883,82235 -"285346",57883,87054 -"285347",57883,101447 -"285348",57883,103011 -"285349",57883,110283 -"285350",57883,118681 -"285351",57883,121585 -"285352",57884,106995 -"285353",57888,81834 -"285354",57891,59719 -"285355",57891,64591 -"285356",57892,58659 -"285357",57892,82125 -"285358",57892,82138 -"285359",57892,82139 -"285360",57892,82141 -"285361",57892,82150 -"285362",57892,82164 -"285363",57893,82131 -"285364",57894,63859 -"285365",57894,74481 -"285366",57895,58464 -"285367",57896,73199 -"285368",57896,84380 -"285369",57896,90330 -"285370",57897,57928 -"285371",57897,59976 -"285372",57897,60508 -"285373",57897,62361 -"285374",57897,65092 -"285375",57898,81393 -"285376",57898,102300 -"285377",57898,110109 -"285378",57898,116099 -"285379",57898,118704 -"285380",57899,60669 -"285381",57899,63014 -"285382",57899,70023 -"285383",57900,57907 -"285384",57902,59037 -"285385",57903,57961 -"285386",57904,59203 -"285387",57904,59312 -"285388",57904,73332 -"285389",57904,82453 -"285390",57904,87924 -"285391",57904,87932 -"285392",57904,87942 -"285393",57908,91799 -"285394",57912,70874 -"285395",57912,73569 -"285396",57912,75346 -"285397",57912,84780 -"285398",57912,86409 -"285399",57912,89028 -"285400",57912,89812 -"285401",57912,89813 -"285402",57912,89891 -"285403",57912,105158 -"285404",57912,117866 -"285405",57913,73771 -"285406",57913,73772 -"285407",57913,79104 -"285408",57914,57921 -"285409",57914,70126 -"285410",57914,73923 -"285411",57914,75231 -"285412",57914,81161 -"285413",57914,92678 -"285414",57918,104241 -"285415",57921,111833 -"285416",57922,64898 -"285417",57922,64912 -"285418",57923,110578 -"285419",57925,68795 -"285420",57925,81386 -"285421",57926,63409 -"285422",57926,66664 -"285423",57926,90939 -"285424",57926,91905 -"285425",57926,107396 -"285426",57926,112765 -"285427",57926,112767 -"285428",57930,106407 -"285429",57931,61589 -"285430",57931,77586 -"285431",57931,79401 -"285432",57931,80249 -"285433",57931,80262 -"285434",57931,80280 -"285435",57931,80312 -"285436",57931,80337 -"285437",57931,80338 -"285438",57931,102498 -"285439",57931,105714 -"285440",57933,90871 -"285441",57933,96556 -"285442",57934,89973 -"285443",57934,93681 -"285444",57934,121122 -"285445",57938,63420 -"285446",57938,65012 -"285447",57938,82708 -"285448",57938,116795 -"285449",57943,62912 -"285450",57943,62959 -"285451",57943,63049 -"285452",57945,83580 -"285453",57945,104490 -"285454",57945,108618 -"285455",57946,57948 -"285456",57946,57989 -"285457",57947,61373 -"285458",57948,57989 -"285459",57949,62945 -"285460",57949,83113 -"285461",57950,62254 -"285462",57950,69498 -"285463",57950,75948 -"285464",57950,88696 -"285465",57950,103275 -"285466",57950,107437 -"285467",57951,58855 -"285468",57951,59210 -"285469",57951,65461 -"285470",57951,69122 -"285471",57951,78355 -"285472",57951,82353 -"285473",57951,102796 -"285474",57951,115110 -"285475",57952,94577 -"285476",57953,65309 -"285477",57953,108990 -"285478",57955,61960 -"285479",57955,65316 -"285480",57955,77076 -"285481",57955,95076 -"285482",57955,114053 -"285483",57956,64631 -"285484",57958,94862 -"285485",57958,107625 -"285486",57959,58012 -"285487",57959,79817 -"285488",57959,90510 -"285489",57959,92425 -"285490",57959,108591 -"285491",57959,113802 -"285492",57960,61919 -"285493",57960,67405 -"285494",57960,69571 -"285495",57960,71793 -"285496",57963,69742 -"285497",57963,71816 -"285498",57964,96477 -"285499",57964,117864 -"285500",57966,66242 -"285501",57968,60878 -"285502",57968,65478 -"285503",57968,67763 -"285504",57968,99406 -"285505",57968,108705 -"285506",57968,116798 -"285507",57968,119011 -"285508",57969,58037 -"285509",57971,118450 -"285510",57972,61641 -"285511",57973,122390 -"285512",57974,77968 -"285513",57975,106136 -"285514",57976,89057 -"285515",57977,81815 -"285516",57977,101113 -"285517",57977,102050 -"285518",57977,103736 -"285519",57977,111195 -"285520",57977,112245 -"285521",57978,74011 -"285522",57979,58427 -"285523",57979,115041 -"285524",57980,65244 -"285525",57981,58029 -"285526",57983,121927 -"285527",57984,70748 -"285528",57990,58855 -"285529",57990,59307 -"285530",57990,68569 -"285531",57990,70009 -"285532",57990,87326 -"285533",57990,90643 -"285534",57990,92592 -"285535",57990,96336 -"285536",57990,105496 -"285537",57991,90811 -"285538",57991,117459 -"285539",57993,89185 -"285540",57995,60799 -"285541",57995,63642 -"285542",57995,71703 -"285543",57995,77308 -"285544",57995,81135 -"285545",57995,89185 -"285546",57995,90709 -"285547",57995,99332 -"285548",57995,99708 -"285549",57995,100627 -"285550",57997,63138 -"285551",57997,63360 -"285552",57998,72414 -"285553",57998,73488 -"285554",57998,79621 -"285555",58001,64762 -"285556",58001,92116 -"285557",58001,99333 -"285558",58004,58068 -"285559",58004,58633 -"285560",58004,61111 -"285561",58004,61127 -"285562",58004,68287 -"285563",58006,115908 -"285564",58007,70347 -"285565",58008,59426 -"285566",58008,85418 -"285567",58008,89617 -"285568",58008,102243 -"285569",58008,102275 -"285570",58009,91051 -"285571",58010,93976 -"285572",58010,94006 -"285573",58010,94007 -"285574",58013,68642 -"285575",58013,113452 -"285576",58014,113215 -"285577",58015,59850 -"285578",58016,80556 -"285579",58016,98367 -"285580",58016,99543 -"285581",58017,62663 -"285582",58017,66511 -"285583",58017,77204 -"285584",58017,79518 -"285585",58017,103537 -"285586",58017,104834 -"285587",58017,104852 -"285588",58018,59660 -"285589",58018,60974 -"285590",58019,62593 -"285591",58019,62594 -"285592",58019,62675 -"285593",58021,81356 -"285594",58022,72673 -"285595",58022,74573 -"285596",58022,86450 -"285597",58022,95690 -"285598",58022,98280 -"285599",58022,101775 -"285600",58023,59681 -"285601",58023,59876 -"285602",58023,59906 -"285603",58023,115009 -"285604",58023,115010 -"285605",58027,91952 -"285606",58027,102935 -"285607",58029,60062 -"285608",58030,68823 -"285609",58030,101441 -"285610",58030,111311 -"285611",58030,121339 -"285612",58030,121348 -"285613",58030,121354 -"285614",58031,96538 -"285615",58033,58369 -"285616",58035,64031 -"285617",58035,67434 -"285618",58035,78875 -"285619",58035,79766 -"285620",58035,80471 -"285621",58035,82203 -"285622",58035,82767 -"285623",58035,83165 -"285624",58035,83906 -"285625",58035,83915 -"285626",58035,83949 -"285627",58035,88714 -"285628",58035,95476 -"285629",58035,101783 -"285630",58035,109319 -"285631",58035,111888 -"285632",58036,69366 -"285633",58036,75469 -"285634",58036,86434 -"285635",58036,94790 -"285636",58036,97248 -"285637",58036,97267 -"285638",58036,97270 -"285639",58039,79972 -"285640",58039,94405 -"285641",58041,72150 -"285642",58041,72750 -"285643",58042,65751 -"285644",58042,72778 -"285645",58044,58158 -"285646",58045,102612 -"285647",58046,58047 -"285648",58046,58124 -"285649",58047,58124 -"285650",58047,72542 -"285651",58047,102910 -"285652",58047,103364 -"285653",58048,58059 -"285654",58049,86932 -"285655",58049,116277 -"285656",58051,70578 -"285657",58051,89693 -"285658",58051,90865 -"285659",58051,100971 -"285660",58051,109926 -"285661",58051,114565 -"285662",58052,71541 -"285663",58052,92441 -"285664",58052,94806 -"285665",58052,98166 -"285666",58052,105685 -"285667",58053,60776 -"285668",58053,63267 -"285669",58053,63725 -"285670",58053,69606 -"285671",58053,80375 -"285672",58053,97266 -"285673",58053,114209 -"285674",58053,119701 -"285675",58054,61416 -"285676",58054,112337 -"285677",58055,74562 -"285678",58056,58930 -"285679",58057,85216 -"285680",58057,92870 -"285681",58058,62483 -"285682",58059,91476 -"285683",58061,59218 -"285684",58061,63757 -"285685",58061,67068 -"285686",58061,82341 -"285687",58061,92269 -"285688",58061,92297 -"285689",58062,65010 -"285690",58062,67084 -"285691",58062,118007 -"285692",58063,58420 -"285693",58064,58555 -"285694",58065,72967 -"285695",58065,98112 -"285696",58068,58633 -"285697",58068,61111 -"285698",58068,61127 -"285699",58068,68287 -"285700",58069,58201 -"285701",58069,68307 -"285702",58070,58089 -"285703",58071,94072 -"285704",58071,102275 -"285705",58072,72559 -"285706",58072,72746 -"285707",58072,77064 -"285708",58073,59900 -"285709",58074,58589 -"285710",58074,83206 -"285711",58074,92469 -"285712",58074,105050 -"285713",58074,112987 -"285714",58074,115820 -"285715",58075,58410 -"285716",58075,79838 -"285717",58077,58542 -"285718",58078,76892 -"285719",58078,77672 -"285720",58079,96690 -"285721",58080,58087 -"285722",58081,58365 -"285723",58081,58378 -"285724",58084,80979 -"285725",58084,81490 -"285726",58085,94115 -"285727",58085,115224 -"285728",58086,64885 -"285729",58086,68890 -"285730",58087,89360 -"285731",58088,83175 -"285732",58088,118422 -"285733",58089,61470 -"285734",58089,63729 -"285735",58089,66209 -"285736",58089,76460 -"285737",58089,76461 -"285738",58089,76462 -"285739",58089,76473 -"285740",58089,76567 -"285741",58091,58747 -"285742",58094,64725 -"285743",58095,59694 -"285744",58096,59236 -"285745",58097,58211 -"285746",58097,63876 -"285747",58097,63909 -"285748",58098,70653 -"285749",58098,79463 -"285750",58098,116221 -"285751",58099,84969 -"285752",58100,75179 -"285753",58100,82927 -"285754",58100,94523 -"285755",58100,95771 -"285756",58100,103625 -"285757",58100,103637 -"285758",58100,105878 -"285759",58100,108384 -"285760",58100,112471 -"285761",58100,112608 -"285762",58100,118083 -"285763",58100,118350 -"285764",58100,119979 -"285765",58100,120753 -"285766",58100,121285 -"285767",58100,121330 -"285768",58101,58107 -"285769",58102,82256 -"285770",58104,110919 -"285771",58105,61870 -"285772",58105,62058 -"285773",58105,62103 -"285774",58105,62280 -"285775",58105,62344 -"285776",58105,62506 -"285777",58105,62999 -"285778",58105,63000 -"285779",58105,63026 -"285780",58105,64359 -"285781",58105,65582 -"285782",58105,67527 -"285783",58105,72784 -"285784",58105,72846 -"285785",58105,72974 -"285786",58106,68645 -"285787",58106,80473 -"285788",58106,105398 -"285789",58106,107996 -"285790",58106,108314 -"285791",58109,58344 -"285792",58110,58163 -"285793",58110,58164 -"285794",58111,61478 -"285795",58111,63587 -"285796",58111,64754 -"285797",58111,70608 -"285798",58112,62560 -"285799",58112,67207 -"285800",58112,115632 -"285801",58113,88453 -"285802",58113,117469 -"285803",58114,64010 -"285804",58116,86402 -"285805",58116,94384 -"285806",58116,101479 -"285807",58117,73686 -"285808",58120,63919 -"285809",58121,61530 -"285810",58122,58658 -"285811",58122,62775 -"285812",58122,73945 -"285813",58122,79614 -"285814",58122,84748 -"285815",58122,90460 -"285816",58122,94069 -"285817",58125,58198 -"285818",58126,58144 -"285819",58126,58154 -"285820",58127,58202 -"285821",58127,58203 -"285822",58129,58192 -"285823",58129,58218 -"285824",58129,58309 -"285825",58129,71537 -"285826",58130,58520 -"285827",58130,58735 -"285828",58131,58195 -"285829",58133,73728 -"285830",58133,81675 -"285831",58133,91322 -"285832",58133,99020 -"285833",58133,119444 -"285834",58134,58135 -"285835",58135,63161 -"285836",58135,76928 -"285837",58135,76956 -"285838",58136,65883 -"285839",58136,66278 -"285840",58137,58226 -"285841",58137,58852 -"285842",58137,61131 -"285843",58138,61293 -"285844",58138,68733 -"285845",58138,78996 -"285846",58138,99758 -"285847",58138,105876 -"285848",58140,61519 -"285849",58141,58225 -"285850",58141,70731 -"285851",58141,96954 -"285852",58141,100626 -"285853",58141,110186 -"285854",58142,58461 -"285855",58142,75574 -"285856",58142,89239 -"285857",58144,58154 -"285858",58145,58575 -"285859",58146,58178 -"285860",58146,112509 -"285861",58147,58341 -"285862",58147,71010 -"285863",58147,81847 -"285864",58147,82972 -"285865",58147,83019 -"285866",58147,101864 -"285867",58148,58305 -"285868",58148,72163 -"285869",58150,58351 -"285870",58151,84913 -"285871",58152,59706 -"285872",58152,61670 -"285873",58154,76692 -"285874",58155,58177 -"285875",58157,68702 -"285876",58158,67984 -"285877",58158,113339 -"285878",58159,59685 -"285879",58159,61347 -"285880",58159,72564 -"285881",58159,72868 -"285882",58159,100712 -"285883",58159,114203 -"285884",58163,58164 -"285885",58163,70454 -"285886",58163,96013 -"285887",58163,96149 -"285888",58163,106469 -"285889",58165,58781 -"285890",58165,79531 -"285891",58165,111908 -"285892",58165,116033 -"285893",58165,119105 -"285894",58165,119113 -"285895",58166,94979 -"285896",58167,68785 -"285897",58167,99098 -"285898",58168,72241 -"285899",58168,75824 -"285900",58168,75925 -"285901",58168,76934 -"285902",58168,83191 -"285903",58168,83193 -"285904",58169,72063 -"285905",58171,58174 -"285906",58171,74774 -"285907",58172,58207 -"285908",58172,71419 -"285909",58174,74774 -"285910",58175,72198 -"285911",58175,73192 -"285912",58176,59097 -"285913",58177,109264 -"285914",58180,58558 -"285915",58180,68017 -"285916",58180,99352 -"285917",58180,104534 -"285918",58180,109284 -"285919",58180,112529 -"285920",58181,100853 -"285921",58181,106285 -"285922",58181,110587 -"285923",58182,103559 -"285924",58183,62821 -"285925",58183,81965 -"285926",58183,90570 -"285927",58183,115263 -"285928",58184,63435 -"285929",58184,67902 -"285930",58184,89477 -"285931",58184,97198 -"285932",58184,120831 -"285933",58184,120883 -"285934",58185,110745 -"285935",58186,58214 -"285936",58186,58762 -"285937",58186,73913 -"285938",58186,73931 -"285939",58186,73967 -"285940",58187,63442 -"285941",58187,63775 -"285942",58187,64423 -"285943",58187,65407 -"285944",58187,65415 -"285945",58187,65538 -"285946",58188,58251 -"285947",58189,58220 -"285948",58190,111592 -"285949",58191,91679 -"285950",58192,58218 -"285951",58192,58309 -"285952",58192,63446 -"285953",58192,71537 -"285954",58193,64692 -"285955",58193,87887 -"285956",58194,60005 -"285957",58194,74198 -"285958",58194,94389 -"285959",58195,61211 -"285960",58195,73549 -"285961",58195,77962 -"285962",58195,81811 -"285963",58195,99288 -"285964",58195,99433 -"285965",58195,115348 -"285966",58196,60078 -"285967",58197,70743 -"285968",58197,90464 -"285969",58197,91367 -"285970",58200,82466 -"285971",58202,58203 -"285972",58204,61025 -"285973",58204,61644 -"285974",58204,77984 -"285975",58204,80845 -"285976",58204,91715 -"285977",58204,91750 -"285978",58205,84670 -"285979",58205,88901 -"285980",58205,88903 -"285981",58207,67888 -"285982",58208,58591 -"285983",58208,59566 -"285984",58208,106477 -"285985",58208,110302 -"285986",58209,84753 -"285987",58211,63876 -"285988",58211,63909 -"285989",58211,67165 -"285990",58211,72063 -"285991",58211,73659 -"285992",58211,73743 -"285993",58211,73875 -"285994",58211,73896 -"285995",58213,63262 -"285996",58213,64695 -"285997",58213,78131 -"285998",58214,73913 -"285999",58214,73931 -"286000",58214,73967 -"286001",58215,64356 -"286002",58215,68486 -"286003",58215,69579 -"286004",58215,69614 -"286005",58216,103466 -"286006",58216,113729 -"286007",58218,58309 -"286008",58218,63138 -"286009",58218,63446 -"286010",58218,71537 -"286011",58218,73537 -"286012",58218,73938 -"286013",58219,68439 -"286014",58219,68463 -"286015",58220,78592 -"286016",58220,83806 -"286017",58220,85151 -"286018",58220,93778 -"286019",58220,99140 -"286020",58220,104701 -"286021",58221,99103 -"286022",58221,116228 -"286023",58222,58239 -"286024",58223,66658 -"286025",58223,92960 -"286026",58223,93094 -"286027",58223,93124 -"286028",58224,60378 -"286029",58224,91558 -"286030",58224,114617 -"286031",58225,70731 -"286032",58225,96954 -"286033",58225,100626 -"286034",58229,69984 -"286035",58230,60132 -"286036",58230,75244 -"286037",58230,79124 -"286038",58230,79522 -"286039",58230,80626 -"286040",58230,83747 -"286041",58230,86325 -"286042",58230,100396 -"286043",58230,106875 -"286044",58230,115718 -"286045",58230,119491 -"286046",58231,59645 -"286047",58231,74166 -"286048",58232,63629 -"286049",58232,72591 -"286050",58232,106078 -"286051",58233,88680 -"286052",58233,96161 -"286053",58234,67270 -"286054",58234,68984 -"286055",58234,69021 -"286056",58235,65764 -"286057",58235,71121 -"286058",58235,89772 -"286059",58235,103466 -"286060",58235,118945 -"286061",58236,62814 -"286062",58236,62815 -"286063",58236,64384 -"286064",58239,93296 -"286065",58241,58250 -"286066",58241,58306 -"286067",58241,58353 -"286068",58241,58364 -"286069",58241,58430 -"286070",58242,58249 -"286071",58242,65227 -"286072",58242,65457 -"286073",58242,65853 -"286074",58242,66535 -"286075",58242,66581 -"286076",58242,72115 -"286077",58242,72286 -"286078",58242,74849 -"286079",58242,75000 -"286080",58242,75262 -"286081",58243,58312 -"286082",58243,58324 -"286083",58244,58386 -"286084",58244,62922 -"286085",58244,77111 -"286086",58245,71820 -"286087",58245,81144 -"286088",58245,117633 -"286089",58246,60712 -"286090",58246,66521 -"286091",58246,87037 -"286092",58248,61182 -"286093",58248,80767 -"286094",58248,100089 -"286095",58248,104691 -"286096",58248,105585 -"286097",58248,109723 -"286098",58248,114259 -"286099",58250,58306 -"286100",58250,58353 -"286101",58250,58364 -"286102",58250,58430 -"286103",58252,60909 -"286104",58252,63632 -"286105",58254,72957 -"286106",58254,108977 -"286107",58256,58267 -"286108",58256,71120 -"286109",58257,111349 -"286110",58260,58613 -"286111",58260,88116 -"286112",58260,89829 -"286113",58260,117334 -"286114",58261,71128 -"286115",58262,62873 -"286116",58262,69810 -"286117",58262,73632 -"286118",58262,78725 -"286119",58262,99373 -"286120",58262,113194 -"286121",58263,58730 -"286122",58263,68392 -"286123",58263,80967 -"286124",58263,87190 -"286125",58263,89258 -"286126",58265,78106 -"286127",58266,79718 -"286128",58266,110198 -"286129",58266,113167 -"286130",58267,93699 -"286131",58268,81142 -"286132",58268,90592 -"286133",58268,94536 -"286134",58268,94554 -"286135",58268,113943 -"286136",58269,58310 -"286137",58269,74270 -"286138",58270,67762 -"286139",58270,78670 -"286140",58271,58321 -"286141",58271,99015 -"286142",58274,99871 -"286143",58274,117887 -"286144",58275,58291 -"286145",58275,58293 -"286146",58275,95882 -"286147",58276,71066 -"286148",58276,71682 -"286149",58276,72734 -"286150",58276,72753 -"286151",58277,58402 -"286152",58278,75227 -"286153",58278,82964 -"286154",58278,85074 -"286155",58278,95803 -"286156",58278,109919 -"286157",58278,112416 -"286158",58278,117410 -"286159",58279,90617 -"286160",58279,112126 -"286161",58279,116612 -"286162",58279,123184 -"286163",58282,78702 -"286164",58282,111644 -"286165",58283,58438 -"286166",58283,60291 -"286167",58283,60459 -"286168",58284,78806 -"286169",58285,73568 -"286170",58288,117576 -"286171",58289,64327 -"286172",58289,67962 -"286173",58289,110244 -"286174",58289,110245 -"286175",58289,110246 -"286176",58291,58293 -"286177",58291,70925 -"286178",58291,103066 -"286179",58291,110469 -"286180",58292,61717 -"286181",58292,86562 -"286182",58293,62793 -"286183",58293,70925 -"286184",58293,75025 -"286185",58293,80305 -"286186",58293,101568 -"286187",58293,101681 -"286188",58294,59120 -"286189",58296,85446 -"286190",58296,115528 -"286191",58296,121675 -"286192",58297,58298 -"286193",58299,58326 -"286194",58301,58772 -"286195",58301,75422 -"286196",58302,60822 -"286197",58302,63046 -"286198",58302,74828 -"286199",58303,82364 -"286200",58305,88751 -"286201",58306,58353 -"286202",58306,58364 -"286203",58306,58430 -"286204",58306,59724 -"286205",58307,62320 -"286206",58309,71537 -"286207",58310,60743 -"286208",58310,62794 -"286209",58310,74270 -"286210",58311,71054 -"286211",58312,58324 -"286212",58314,71034 -"286213",58315,65475 -"286214",58315,65476 -"286215",58315,65499 -"286216",58315,65535 -"286217",58315,72373 -"286218",58317,58328 -"286219",58318,61469 -"286220",58319,67446 -"286221",58319,68254 -"286222",58319,69010 -"286223",58319,69050 -"286224",58319,72548 -"286225",58322,61376 -"286226",58322,76749 -"286227",58323,81919 -"286228",58323,84986 -"286229",58323,99268 -"286230",58323,103713 -"286231",58324,62445 -"286232",58324,79779 -"286233",58324,79789 -"286234",58324,86636 -"286235",58324,122918 -"286236",58325,58345 -"286237",58325,59190 -"286238",58325,60437 -"286239",58325,63410 -"286240",58325,63458 -"286241",58325,64453 -"286242",58325,64986 -"286243",58325,66040 -"286244",58325,66054 -"286245",58327,86199 -"286246",58327,86212 -"286247",58329,58909 -"286248",58329,71874 -"286249",58329,111889 -"286250",58331,87316 -"286251",58331,110447 -"286252",58332,62395 -"286253",58332,90414 -"286254",58334,66323 -"286255",58334,67499 -"286256",58334,73015 -"286257",58334,83444 -"286258",58334,99949 -"286259",58334,101914 -"286260",58334,103631 -"286261",58334,103723 -"286262",58334,103732 -"286263",58334,103759 -"286264",58334,103773 -"286265",58335,86797 -"286266",58336,114022 -"286267",58336,114031 -"286268",58337,74192 -"286269",58337,104006 -"286270",58338,75442 -"286271",58339,83695 -"286272",58339,97197 -"286273",58339,97211 -"286274",58339,97711 -"286275",58340,103382 -"286276",58341,62493 -"286277",58341,66267 -"286278",58341,83019 -"286279",58343,101671 -"286280",58343,107105 -"286281",58343,108657 -"286282",58343,116535 -"286283",58344,69228 -"286284",58344,69252 -"286285",58345,60437 -"286286",58345,63410 -"286287",58345,64453 -"286288",58345,64606 -"286289",58345,64986 -"286290",58346,86880 -"286291",58346,95090 -"286292",58346,111601 -"286293",58346,122887 -"286294",58348,90342 -"286295",58348,101559 -"286296",58348,110475 -"286297",58349,58374 -"286298",58349,64451 -"286299",58349,64703 -"286300",58349,64708 -"286301",58349,64718 -"286302",58349,64748 -"286303",58349,64766 -"286304",58349,64777 -"286305",58351,58634 -"286306",58352,67952 -"286307",58353,58364 -"286308",58353,58430 -"286309",58353,65867 -"286310",58353,65872 -"286311",58353,65888 -"286312",58353,65899 -"286313",58353,65901 -"286314",58353,65914 -"286315",58353,71760 -"286316",58355,70320 -"286317",58355,81514 -"286318",58356,59264 -"286319",58356,65223 -"286320",58356,79856 -"286321",58356,99658 -"286322",58356,113739 -"286323",58356,116838 -"286324",58357,110577 -"286325",58358,58394 -"286326",58358,71811 -"286327",58358,91037 -"286328",58359,84617 -"286329",58359,100243 -"286330",58361,66720 -"286331",58363,58777 -"286332",58363,58824 -"286333",58363,69445 -"286334",58363,69978 -"286335",58363,77690 -"286336",58363,77741 -"286337",58364,58430 -"286338",58364,64585 -"286339",58365,58378 -"286340",58365,105591 -"286341",58365,107198 -"286342",58366,74038 -"286343",58366,87873 -"286344",58368,73868 -"286345",58370,70935 -"286346",58370,76843 -"286347",58371,59828 -"286348",58371,63112 -"286349",58371,63206 -"286350",58371,71253 -"286351",58371,71469 -"286352",58371,74921 -"286353",58371,75203 -"286354",58371,80040 -"286355",58371,86554 -"286356",58371,87159 -"286357",58371,87272 -"286358",58371,88484 -"286359",58371,99338 -"286360",58371,100523 -"286361",58371,101524 -"286362",58371,102396 -"286363",58371,103343 -"286364",58371,105971 -"286365",58371,111732 -"286366",58371,116832 -"286367",58372,58380 -"286368",58372,93942 -"286369",58372,108957 -"286370",58373,62813 -"286371",58373,76857 -"286372",58373,85574 -"286373",58373,110165 -"286374",58373,114129 -"286375",58373,118351 -"286376",58373,121011 -"286377",58376,80767 -"286378",58376,80805 -"286379",58377,61706 -"286380",58377,68217 -"286381",58377,75657 -"286382",58378,59684 -"286383",58378,59783 -"286384",58379,65322 -"286385",58379,80625 -"286386",58379,85442 -"286387",58379,99207 -"286388",58379,102489 -"286389",58379,112633 -"286390",58379,112881 -"286391",58381,58477 -"286392",58381,68434 -"286393",58383,63162 -"286394",58383,64809 -"286395",58383,69814 -"286396",58383,84259 -"286397",58383,84940 -"286398",58383,84941 -"286399",58383,84958 -"286400",58383,87168 -"286401",58384,58405 -"286402",58384,70691 -"286403",58384,77629 -"286404",58384,79095 -"286405",58384,87895 -"286406",58384,91087 -"286407",58384,91352 -"286408",58384,91501 -"286409",58384,92512 -"286410",58384,102785 -"286411",58384,106385 -"286412",58384,108048 -"286413",58384,108093 -"286414",58385,60098 -"286415",58387,69434 -"286416",58388,59121 -"286417",58389,66976 -"286418",58389,73004 -"286419",58390,116134 -"286420",58391,96577 -"286421",58392,58411 -"286422",58392,84566 -"286423",58392,108596 -"286424",58393,60032 -"286425",58393,60057 -"286426",58393,60084 -"286427",58393,65314 -"286428",58393,71831 -"286429",58394,71811 -"286430",58394,104195 -"286431",58394,105077 -"286432",58395,62138 -"286433",58396,86250 -"286434",58399,59127 -"286435",58400,58401 -"286436",58401,82354 -"286437",58403,119014 -"286438",58405,79095 -"286439",58406,108188 -"286440",58407,60611 -"286441",58407,77314 -"286442",58407,119707 -"286443",58408,58957 -"286444",58408,75004 -"286445",58409,85487 -"286446",58409,103677 -"286447",58413,67182 -"286448",58414,58418 -"286449",58414,60682 -"286450",58414,80746 -"286451",58416,60281 -"286452",58417,58740 -"286453",58418,77026 -"286454",58421,61473 -"286455",58421,78359 -"286456",58421,82705 -"286457",58421,85941 -"286458",58421,88935 -"286459",58421,89834 -"286460",58421,89865 -"286461",58421,110684 -"286462",58423,58429 -"286463",58423,100496 -"286464",58423,100523 -"286465",58423,110557 -"286466",58423,118083 -"286467",58424,88234 -"286468",58424,108306 -"286469",58425,62781 -"286470",58427,70064 -"286471",58427,115023 -"286472",58427,115041 -"286473",58428,58756 -"286474",58429,58784 -"286475",58429,59010 -"286476",58430,64300 -"286477",58430,93627 -"286478",58431,58598 -"286479",58431,60155 -"286480",58431,83705 -"286481",58431,84525 -"286482",58431,84535 -"286483",58432,60656 -"286484",58432,61104 -"286485",58432,73877 -"286486",58432,74393 -"286487",58432,75568 -"286488",58432,76511 -"286489",58432,80055 -"286490",58432,84194 -"286491",58432,88439 -"286492",58432,99207 -"286493",58432,104679 -"286494",58432,106714 -"286495",58432,106717 -"286496",58432,108463 -"286497",58432,111931 -"286498",58433,110491 -"286499",58434,65398 -"286500",58434,78330 -"286501",58434,84603 -"286502",58434,111689 -"286503",58434,114558 -"286504",58434,115414 -"286505",58435,78286 -"286506",58435,78303 -"286507",58435,120538 -"286508",58435,120542 -"286509",58435,122420 -"286510",58440,90209 -"286511",58440,100908 -"286512",58441,74424 -"286513",58441,75304 -"286514",58441,83050 -"286515",58443,67938 -"286516",58443,113983 -"286517",58444,65829 -"286518",58445,86224 -"286519",58445,105754 -"286520",58447,91382 -"286521",58449,76414 -"286522",58449,80666 -"286523",58449,85623 -"286524",58449,86595 -"286525",58449,96073 -"286526",58450,58534 -"286527",58451,78691 -"286528",58451,84896 -"286529",58451,93409 -"286530",58452,58494 -"286531",58452,70231 -"286532",58452,70258 -"286533",58457,58778 -"286534",58457,62130 -"286535",58457,72365 -"286536",58458,58465 -"286537",58458,58547 -"286538",58459,58780 -"286539",58459,69969 -"286540",58459,70030 -"286541",58460,77225 -"286542",58460,92454 -"286543",58460,109991 -"286544",58463,69091 -"286545",58463,74816 -"286546",58463,91986 -"286547",58463,110136 -"286548",58464,65344 -"286549",58464,76649 -"286550",58464,84890 -"286551",58464,85738 -"286552",58464,111986 -"286553",58465,58547 -"286554",58466,79280 -"286555",58467,60721 -"286556",58467,80426 -"286557",58467,90238 -"286558",58467,106423 -"286559",58468,64477 -"286560",58468,67664 -"286561",58469,58491 -"286562",58469,58500 -"286563",58469,58546 -"286564",58470,63062 -"286565",58470,67681 -"286566",58471,59596 -"286567",58471,60284 -"286568",58471,67982 -"286569",58472,58473 -"286570",58475,58732 -"286571",58476,67630 -"286572",58476,86959 -"286573",58480,58481 -"286574",58482,59172 -"286575",58482,59798 -"286576",58482,59816 -"286577",58482,61874 -"286578",58482,63274 -"286579",58482,66322 -"286580",58482,67327 -"286581",58482,70854 -"286582",58482,70907 -"286583",58482,71683 -"286584",58482,72568 -"286585",58482,72628 -"286586",58482,73767 -"286587",58482,77125 -"286588",58482,78019 -"286589",58482,78398 -"286590",58482,78532 -"286591",58482,81609 -"286592",58482,82426 -"286593",58482,84343 -"286594",58482,85000 -"286595",58482,85101 -"286596",58482,85885 -"286597",58482,91255 -"286598",58482,91682 -"286599",58482,92247 -"286600",58482,92352 -"286601",58482,92362 -"286602",58482,92929 -"286603",58482,93719 -"286604",58482,94906 -"286605",58482,94946 -"286606",58482,95267 -"286607",58482,95889 -"286608",58482,96093 -"286609",58482,97580 -"286610",58482,97988 -"286611",58482,98727 -"286612",58482,98776 -"286613",58482,99262 -"286614",58482,99309 -"286615",58482,99376 -"286616",58482,99450 -"286617",58482,99471 -"286618",58482,99474 -"286619",58482,100795 -"286620",58482,100916 -"286621",58482,100944 -"286622",58482,101126 -"286623",58482,101329 -"286624",58482,105557 -"286625",58482,106824 -"286626",58482,107199 -"286627",58482,108743 -"286628",58482,108879 -"286629",58482,108980 -"286630",58482,109166 -"286631",58482,109291 -"286632",58482,109858 -"286633",58482,109878 -"286634",58482,109933 -"286635",58482,110483 -"286636",58482,110567 -"286637",58482,110572 -"286638",58482,110630 -"286639",58482,110648 -"286640",58482,110711 -"286641",58482,110770 -"286642",58482,110869 -"286643",58482,110911 -"286644",58482,111285 -"286645",58482,111314 -"286646",58482,111362 -"286647",58482,111372 -"286648",58482,111424 -"286649",58482,111433 -"286650",58482,112422 -"286651",58482,112962 -"286652",58482,113269 -"286653",58482,113430 -"286654",58482,113990 -"286655",58482,114242 -"286656",58482,114842 -"286657",58482,115133 -"286658",58482,115413 -"286659",58482,115427 -"286660",58482,115521 -"286661",58482,115711 -"286662",58482,116123 -"286663",58482,117258 -"286664",58482,117560 -"286665",58482,118128 -"286666",58482,118836 -"286667",58482,118866 -"286668",58482,118873 -"286669",58482,119131 -"286670",58482,119513 -"286671",58482,119716 -"286672",58482,119769 -"286673",58482,120123 -"286674",58482,120169 -"286675",58482,120725 -"286676",58482,120944 -"286677",58482,121609 -"286678",58482,122007 -"286679",58482,122032 -"286680",58482,122035 -"286681",58482,122724 -"286682",58482,123070 -"286683",58482,123394 -"286684",58482,123490 -"286685",58483,67051 -"286686",58484,58523 -"286687",58484,58551 -"286688",58485,75860 -"286689",58485,90093 -"286690",58486,108675 -"286691",58486,120504 -"286692",58486,122251 -"286693",58488,73456 -"286694",58488,88961 -"286695",58489,86423 -"286696",58489,109696 -"286697",58490,62510 -"286698",58491,58500 -"286699",58491,58546 -"286700",58491,60487 -"286701",58493,67807 -"286702",58494,58633 -"286703",58494,67936 -"286704",58494,67937 -"286705",58494,68331 -"286706",58494,70231 -"286707",58494,70258 -"286708",58494,86274 -"286709",58495,73234 -"286710",58499,59125 -"286711",58500,58546 -"286712",58501,110214 -"286713",58502,58657 -"286714",58502,113216 -"286715",58503,83599 -"286716",58504,65865 -"286717",58505,66164 -"286718",58505,103975 -"286719",58506,59115 -"286720",58506,69950 -"286721",58507,99564 -"286722",58508,58530 -"286723",58508,59731 -"286724",58508,61970 -"286725",58508,62642 -"286726",58508,68091 -"286727",58508,69335 -"286728",58508,75245 -"286729",58508,75776 -"286730",58508,75956 -"286731",58508,76387 -"286732",58508,77188 -"286733",58508,78978 -"286734",58508,79212 -"286735",58508,79241 -"286736",58508,79579 -"286737",58508,80239 -"286738",58508,80301 -"286739",58508,81397 -"286740",58508,81440 -"286741",58508,88340 -"286742",58508,88749 -"286743",58508,89069 -"286744",58508,89373 -"286745",58508,89995 -"286746",58508,90919 -"286747",58508,90936 -"286748",58508,92861 -"286749",58508,93097 -"286750",58508,94231 -"286751",58508,94826 -"286752",58508,95489 -"286753",58508,96247 -"286754",58508,96363 -"286755",58508,97898 -"286756",58508,99386 -"286757",58509,63083 -"286758",58512,69517 -"286759",58512,94495 -"286760",58512,98541 -"286761",58512,108398 -"286762",58512,112310 -"286763",58514,74233 -"286764",58515,58771 -"286765",58515,122010 -"286766",58516,108542 -"286767",58517,79105 -"286768",58518,85016 -"286769",58519,66089 -"286770",58520,58735 -"286771",58520,109240 -"286772",58520,110331 -"286773",58520,115790 -"286774",58520,115794 -"286775",58520,115805 -"286776",58523,58551 -"286777",58526,60361 -"286778",58526,60655 -"286779",58526,60754 -"286780",58526,61809 -"286781",58527,76491 -"286782",58527,77402 -"286783",58527,77634 -"286784",58527,77810 -"286785",58527,77822 -"286786",58527,77869 -"286787",58529,87551 -"286788",58530,59350 -"286789",58530,61970 -"286790",58530,64338 -"286791",58530,87865 -"286792",58530,101999 -"286793",58536,95969 -"286794",58536,96056 -"286795",58537,61941 -"286796",58537,62576 -"286797",58537,74100 -"286798",58537,104789 -"286799",58537,117410 -"286800",58538,84710 -"286801",58538,108061 -"286802",58539,58540 -"286803",58540,63758 -"286804",58540,86595 -"286805",58540,108168 -"286806",58540,113520 -"286807",58541,59883 -"286808",58541,63436 -"286809",58541,67592 -"286810",58541,85945 -"286811",58541,106316 -"286812",58541,116378 -"286813",58543,112652 -"286814",58543,123450 -"286815",58544,98217 -"286816",58544,118247 -"286817",58544,118431 -"286818",58546,66050 -"286819",58546,68092 -"286820",58546,68122 -"286821",58546,68143 -"286822",58546,68151 -"286823",58548,77879 -"286824",58548,120350 -"286825",58549,60209 -"286826",58549,67065 -"286827",58549,74667 -"286828",58550,71996 -"286829",58550,72003 -"286830",58552,62101 -"286831",58553,64023 -"286832",58553,71033 -"286833",58553,97160 -"286834",58553,97481 -"286835",58553,99207 -"286836",58554,61017 -"286837",58554,72978 -"286838",58554,88269 -"286839",58554,88275 -"286840",58556,74782 -"286841",58557,79003 -"286842",58557,79428 -"286843",58557,85245 -"286844",58557,91282 -"286845",58557,95469 -"286846",58557,101785 -"286847",58557,103720 -"286848",58557,108367 -"286849",58557,117966 -"286850",58557,121240 -"286851",58557,121249 -"286852",58558,68017 -"286853",58558,72675 -"286854",58558,81393 -"286855",58558,105795 -"286856",58558,107435 -"286857",58558,109284 -"286858",58558,112529 -"286859",58558,113619 -"286860",58559,71950 -"286861",58559,76472 -"286862",58559,119646 -"286863",58560,65074 -"286864",58562,58641 -"286865",58563,58612 -"286866",58565,63435 -"286867",58565,83772 -"286868",58565,86966 -"286869",58565,89445 -"286870",58565,92478 -"286871",58566,74355 -"286872",58567,79740 -"286873",58567,95084 -"286874",58568,67739 -"286875",58568,88717 -"286876",58568,95453 -"286877",58569,62631 -"286878",58569,75194 -"286879",58569,94843 -"286880",58570,58607 -"286881",58570,64773 -"286882",58570,70093 -"286883",58570,86272 -"286884",58570,86288 -"286885",58574,76081 -"286886",58574,103652 -"286887",58574,105525 -"286888",58576,97924 -"286889",58576,97925 -"286890",58577,59738 -"286891",58577,61781 -"286892",58577,73359 -"286893",58578,63890 -"286894",58581,87411 -"286895",58582,62730 -"286896",58582,83099 -"286897",58582,89114 -"286898",58582,91800 -"286899",58582,97784 -"286900",58582,113367 -"286901",58583,75367 -"286902",58584,60287 -"286903",58584,90771 -"286904",58584,101010 -"286905",58584,115264 -"286906",58587,58619 -"286907",58587,59136 -"286908",58587,68671 -"286909",58589,77181 -"286910",58589,85565 -"286911",58589,97706 -"286912",58589,105050 -"286913",58589,115338 -"286914",58589,115820 -"286915",58589,119086 -"286916",58590,110475 -"286917",58592,60022 -"286918",58592,81697 -"286919",58593,65952 -"286920",58594,62365 -"286921",58594,63370 -"286922",58599,73162 -"286923",58602,59072 -"286924",58602,60013 -"286925",58603,110751 -"286926",58604,62535 -"286927",58604,62550 -"286928",58604,62563 -"286929",58606,115213 -"286930",58608,76776 -"286931",58609,77817 -"286932",58609,79424 -"286933",58609,79489 -"286934",58610,61052 -"286935",58610,110632 -"286936",58612,65473 -"286937",58613,93489 -"286938",58613,103276 -"286939",58613,110921 -"286940",58613,117334 -"286941",58614,72771 -"286942",58614,98105 -"286943",58614,101125 -"286944",58614,102243 -"286945",58614,112263 -"286946",58614,112267 -"286947",58614,112456 -"286948",58614,112472 -"286949",58615,58818 -"286950",58615,61450 -"286951",58616,60851 -"286952",58616,66648 -"286953",58616,102515 -"286954",58617,75079 -"286955",58617,93423 -"286956",58617,122552 -"286957",58618,92817 -"286958",58619,70932 -"286959",58619,73941 -"286960",58619,121912 -"286961",58621,68111 -"286962",58621,95644 -"286963",58621,109708 -"286964",58621,112711 -"286965",58622,68116 -"286966",58623,64794 -"286967",58624,66771 -"286968",58624,68655 -"286969",58626,64060 -"286970",58626,80083 -"286971",58626,81968 -"286972",58626,99181 -"286973",58626,108934 -"286974",58627,61941 -"286975",58627,62647 -"286976",58628,61801 -"286977",58628,64350 -"286978",58628,73044 -"286979",58628,73058 -"286980",58628,73335 -"286981",58628,78063 -"286982",58628,78429 -"286983",58628,78569 -"286984",58628,79158 -"286985",58628,82143 -"286986",58628,83231 -"286987",58628,86471 -"286988",58628,88094 -"286989",58628,90804 -"286990",58628,91022 -"286991",58628,91045 -"286992",58628,95675 -"286993",58628,101516 -"286994",58628,102387 -"286995",58628,108374 -"286996",58628,108893 -"286997",58628,109101 -"286998",58628,109523 -"286999",58628,110993 -"287000",58628,111338 -"287001",58628,111398 -"287002",58628,111409 -"287003",58628,111480 -"287004",58628,112422 -"287005",58628,112648 -"287006",58628,112708 -"287007",58628,112820 -"287008",58628,112997 -"287009",58628,113597 -"287010",58628,114418 -"287011",58628,114582 -"287012",58628,115371 -"287013",58628,115791 -"287014",58628,116028 -"287015",58628,116604 -"287016",58628,119250 -"287017",58628,122838 -"287018",58629,68681 -"287019",58629,76675 -"287020",58629,103328 -"287021",58629,104976 -"287022",58629,106162 -"287023",58629,115155 -"287024",58631,60337 -"287025",58632,92224 -"287026",58633,61111 -"287027",58633,61127 -"287028",58633,67936 -"287029",58633,67937 -"287030",58633,68287 -"287031",58633,68331 -"287032",58634,64239 -"287033",58634,67997 -"287034",58635,58642 -"287035",58635,59152 -"287036",58635,70930 -"287037",58636,58698 -"287038",58637,62771 -"287039",58637,64753 -"287040",58637,70233 -"287041",58637,86210 -"287042",58637,103201 -"287043",58637,104678 -"287044",58637,107847 -"287045",58637,117883 -"287046",58638,76521 -"287047",58640,61655 -"287048",58641,64204 -"287049",58643,60259 -"287050",58643,62239 -"287051",58643,62426 -"287052",58643,62557 -"287053",58643,62576 -"287054",58643,62626 -"287055",58643,62627 -"287056",58643,63019 -"287057",58643,66366 -"287058",58643,66367 -"287059",58643,66446 -"287060",58643,66488 -"287061",58643,66489 -"287062",58643,66493 -"287063",58643,66777 -"287064",58643,66796 -"287065",58643,66806 -"287066",58643,66816 -"287067",58644,68932 -"287068",58644,99407 -"287069",58645,60928 -"287070",58645,65137 -"287071",58645,80041 -"287072",58645,99575 -"287073",58645,101067 -"287074",58645,107050 -"287075",58645,112538 -"287076",58646,76202 -"287077",58646,95402 -"287078",58647,58843 -"287079",58647,58935 -"287080",58647,58949 -"287081",58648,59603 -"287082",58648,61572 -"287083",58648,62356 -"287084",58648,63124 -"287085",58648,65400 -"287086",58648,73623 -"287087",58648,101967 -"287088",58648,105950 -"287089",58648,107539 -"287090",58648,109820 -"287091",58648,110380 -"287092",58648,110394 -"287093",58648,110508 -"287094",58648,113237 -"287095",58648,119587 -"287096",58648,119592 -"287097",58648,120033 -"287098",58649,73917 -"287099",58649,85030 -"287100",58649,86315 -"287101",58649,92712 -"287102",58650,107983 -"287103",58654,67580 -"287104",58654,75023 -"287105",58654,78544 -"287106",58654,92393 -"287107",58654,112010 -"287108",58655,94028 -"287109",58655,120914 -"287110",58655,121286 -"287111",58657,82070 -"287112",58657,112999 -"287113",58658,90824 -"287114",58658,93819 -"287115",58658,95270 -"287116",58658,104696 -"287117",58659,82125 -"287118",58659,82138 -"287119",58659,82139 -"287120",58659,82141 -"287121",58659,82150 -"287122",58659,82164 -"287123",58660,79761 -"287124",58661,58668 -"287125",58661,74900 -"287126",58661,74933 -"287127",58661,78663 -"287128",58661,113155 -"287129",58663,77490 -"287130",58663,84101 -"287131",58663,88327 -"287132",58664,58713 -"287133",58665,59300 -"287134",58665,76686 -"287135",58665,94386 -"287136",58666,61384 -"287137",58666,93772 -"287138",58666,97356 -"287139",58667,58688 -"287140",58667,66642 -"287141",58667,68451 -"287142",58667,120377 -"287143",58669,58706 -"287144",58669,58752 -"287145",58669,115131 -"287146",58670,64121 -"287147",58670,78820 -"287148",58670,83499 -"287149",58671,71561 -"287150",58673,58694 -"287151",58675,66810 -"287152",58675,92023 -"287153",58675,92024 -"287154",58675,92040 -"287155",58675,98649 -"287156",58676,58828 -"287157",58677,58685 -"287158",58679,96563 -"287159",58679,113691 -"287160",58680,65142 -"287161",58680,67260 -"287162",58680,67277 -"287163",58680,67319 -"287164",58681,58746 -"287165",58683,58708 -"287166",58683,65145 -"287167",58683,81701 -"287168",58684,90705 -"287169",58686,76782 -"287170",58686,76807 -"287171",58686,112722 -"287172",58686,123333 -"287173",58687,83154 -"287174",58688,66642 -"287175",58689,59053 -"287176",58690,114211 -"287177",58691,64527 -"287178",58691,68060 -"287179",58691,69838 -"287180",58691,69847 -"287181",58691,74813 -"287182",58691,75003 -"287183",58692,73148 -"287184",58692,112326 -"287185",58693,92153 -"287186",58695,60890 -"287187",58696,59003 -"287188",58696,62596 -"287189",58696,67735 -"287190",58696,85733 -"287191",58696,89550 -"287192",58696,91423 -"287193",58696,99624 -"287194",58696,109505 -"287195",58696,112893 -"287196",58697,116637 -"287197",58698,70332 -"287198",58698,70376 -"287199",58699,77854 -"287200",58699,82284 -"287201",58699,111941 -"287202",58701,114671 -"287203",58701,120893 -"287204",58702,58822 -"287205",58703,78987 -"287206",58704,70129 -"287207",58705,59199 -"287208",58705,59220 -"287209",58705,65682 -"287210",58705,81620 -"287211",58705,86163 -"287212",58706,58752 -"287213",58707,66310 -"287214",58707,82600 -"287215",58708,65145 -"287216",58708,74974 -"287217",58708,76709 -"287218",58708,81701 -"287219",58709,58765 -"287220",58709,58918 -"287221",58709,58948 -"287222",58711,78227 -"287223",58711,90253 -"287224",58711,90266 -"287225",58711,90546 -"287226",58711,95347 -"287227",58711,108151 -"287228",58711,120237 -"287229",58711,120327 -"287230",58712,99196 -"287231",58712,101506 -"287232",58713,106903 -"287233",58716,114670 -"287234",58716,115808 -"287235",58717,60464 -"287236",58718,84206 -"287237",58719,59228 -"287238",58720,58763 -"287239",58722,70449 -"287240",58722,122264 -"287241",58723,63239 -"287242",58723,67511 -"287243",58723,86167 -"287244",58725,65823 -"287245",58725,77028 -"287246",58728,100841 -"287247",58729,82349 -"287248",58730,58738 -"287249",58730,61977 -"287250",58730,76513 -"287251",58730,79981 -"287252",58730,84672 -"287253",58730,86559 -"287254",58730,89258 -"287255",58730,91062 -"287256",58730,113978 -"287257",58730,113982 -"287258",58731,103139 -"287259",58732,100461 -"287260",58733,60584 -"287261",58737,60254 -"287262",58737,87361 -"287263",58737,87391 -"287264",58737,95582 -"287265",58737,95584 -"287266",58739,68690 -"287267",58739,106978 -"287268",58742,110048 -"287269",58742,117454 -"287270",58742,117455 -"287271",58742,117456 -"287272",58743,79600 -"287273",58743,98969 -"287274",58744,104287 -"287275",58744,110066 -"287276",58744,110067 -"287277",58744,110080 -"287278",58744,110082 -"287279",58744,110098 -"287280",58744,110103 -"287281",58744,110104 -"287282",58744,111600 -"287283",58745,82719 -"287284",58745,97119 -"287285",58745,97147 -"287286",58745,119989 -"287287",58746,105143 -"287288",58748,104830 -"287289",58751,82396 -"287290",58751,96752 -"287291",58752,67606 -"287292",58752,68306 -"287293",58752,75949 -"287294",58752,115406 -"287295",58753,58799 -"287296",58754,58819 -"287297",58758,59111 -"287298",58758,81023 -"287299",58758,91564 -"287300",58758,94136 -"287301",58758,102291 -"287302",58759,95022 -"287303",58759,106663 -"287304",58759,108816 -"287305",58761,62536 -"287306",58761,76676 -"287307",58761,79547 -"287308",58761,80798 -"287309",58761,82457 -"287310",58761,82512 -"287311",58763,64913 -"287312",58763,69808 -"287313",58763,69897 -"287314",58763,72076 -"287315",58763,72111 -"287316",58763,75980 -"287317",58763,112165 -"287318",58764,117065 -"287319",58765,58918 -"287320",58765,58948 -"287321",58766,59463 -"287322",58767,68197 -"287323",58767,73643 -"287324",58767,101453 -"287325",58769,58787 -"287326",58769,58791 -"287327",58770,59354 -"287328",58771,122010 -"287329",58777,58824 -"287330",58777,68362 -"287331",58777,69445 -"287332",58777,69978 -"287333",58777,72782 -"287334",58777,83304 -"287335",58777,83337 -"287336",58777,110327 -"287337",58777,121099 -"287338",58781,84257 -"287339",58781,106084 -"287340",58782,81662 -"287341",58782,81667 -"287342",58782,81705 -"287343",58782,81712 -"287344",58782,83828 -"287345",58783,69789 -"287346",58783,96045 -"287347",58783,97464 -"287348",58783,103978 -"287349",58783,108718 -"287350",58783,119225 -"287351",58783,119227 -"287352",58783,119228 -"287353",58783,119229 -"287354",58783,119233 -"287355",58786,86348 -"287356",58787,58791 -"287357",58788,58916 -"287358",58788,62099 -"287359",58789,59667 -"287360",58789,72668 -"287361",58789,89906 -"287362",58789,97167 -"287363",58789,98340 -"287364",58789,120455 -"287365",58789,120456 -"287366",58790,72818 -"287367",58790,90881 -"287368",58791,74459 -"287369",58792,58815 -"287370",58792,58825 -"287371",58792,58830 -"287372",58793,81270 -"287373",58793,112777 -"287374",58794,58836 -"287375",58794,58849 -"287376",58794,58859 -"287377",58794,58863 -"287378",58794,58885 -"287379",58794,58914 -"287380",58794,58937 -"287381",58794,58944 -"287382",58795,69621 -"287383",58796,62541 -"287384",58797,63571 -"287385",58797,71649 -"287386",58797,80302 -"287387",58797,92815 -"287388",58798,64744 -"287389",58798,68303 -"287390",58798,74232 -"287391",58798,92606 -"287392",58798,94685 -"287393",58798,96978 -"287394",58798,101615 -"287395",58799,70568 -"287396",58800,79653 -"287397",58803,67928 -"287398",58803,68403 -"287399",58804,67227 -"287400",58804,90262 -"287401",58804,92553 -"287402",58804,93019 -"287403",58804,110193 -"287404",58804,113517 -"287405",58805,63249 -"287406",58805,74352 -"287407",58805,87075 -"287408",58806,67507 -"287409",58806,74139 -"287410",58806,85915 -"287411",58807,92932 -"287412",58807,118952 -"287413",58808,87506 -"287414",58809,98893 -"287415",58809,109932 -"287416",58811,58876 -"287417",58814,61059 -"287418",58814,62124 -"287419",58814,62136 -"287420",58814,62137 -"287421",58814,62143 -"287422",58814,62149 -"287423",58814,62159 -"287424",58814,62177 -"287425",58814,62228 -"287426",58814,72089 -"287427",58814,73805 -"287428",58815,58825 -"287429",58815,58830 -"287430",58815,65721 -"287431",58815,75087 -"287432",58815,90566 -"287433",58815,111274 -"287434",58815,111275 -"287435",58815,111517 -"287436",58815,112107 -"287437",58816,94010 -"287438",58816,94043 -"287439",58816,94058 -"287440",58818,95743 -"287441",58819,67971 -"287442",58821,58927 -"287443",58821,58933 -"287444",58824,64880 -"287445",58824,68762 -"287446",58824,68925 -"287447",58824,69445 -"287448",58824,69978 -"287449",58824,85364 -"287450",58824,91282 -"287451",58824,101827 -"287452",58825,58830 -"287453",58825,76755 -"287454",58825,76758 -"287455",58825,76765 -"287456",58826,110806 -"287457",58828,68926 -"287458",58828,116830 -"287459",58829,65070 -"287460",58829,73261 -"287461",58829,73800 -"287462",58829,95416 -"287463",58829,117141 -"287464",58829,117142 -"287465",58829,118591 -"287466",58829,119921 -"287467",58829,120546 -"287468",58829,120579 -"287469",58831,77291 -"287470",58831,99797 -"287471",58831,115116 -"287472",58831,117565 -"287473",58831,117568 -"287474",58832,92088 -"287475",58832,95899 -"287476",58834,58886 -"287477",58834,60924 -"287478",58834,61195 -"287479",58834,64180 -"287480",58834,73235 -"287481",58836,58849 -"287482",58836,58859 -"287483",58836,58863 -"287484",58836,58885 -"287485",58836,58914 -"287486",58836,58937 -"287487",58836,58944 -"287488",58836,66351 -"287489",58836,66519 -"287490",58837,58838 -"287491",58841,96905 -"287492",58842,58940 -"287493",58843,58935 -"287494",58843,58949 -"287495",58843,67982 -"287496",58843,68088 -"287497",58844,59192 -"287498",58845,58868 -"287499",58845,59541 -"287500",58845,62354 -"287501",58845,66518 -"287502",58846,77551 -"287503",58846,84967 -"287504",58846,90283 -"287505",58847,90719 -"287506",58847,98871 -"287507",58847,117410 -"287508",58849,58859 -"287509",58849,58863 -"287510",58849,58885 -"287511",58849,58914 -"287512",58849,58937 -"287513",58849,58944 -"287514",58850,58860 -"287515",58850,78584 -"287516",58850,85874 -"287517",58852,120231 -"287518",58853,66339 -"287519",58853,89158 -"287520",58853,89873 -"287521",58855,59210 -"287522",58855,68569 -"287523",58855,69122 -"287524",58855,74575 -"287525",58855,75025 -"287526",58855,82353 -"287527",58855,90643 -"287528",58855,92491 -"287529",58855,92592 -"287530",58855,93559 -"287531",58855,93560 -"287532",58855,96336 -"287533",58855,100607 -"287534",58855,101067 -"287535",58855,101484 -"287536",58855,102796 -"287537",58855,106854 -"287538",58855,115110 -"287539",58856,59114 -"287540",58856,63874 -"287541",58856,120567 -"287542",58856,120568 -"287543",58857,58951 -"287544",58858,80431 -"287545",58859,58863 -"287546",58859,58885 -"287547",58859,58914 -"287548",58859,58937 -"287549",58859,58944 -"287550",58860,59300 -"287551",58862,65156 -"287552",58862,110217 -"287553",58862,110397 -"287554",58863,58885 -"287555",58863,58914 -"287556",58863,58937 -"287557",58863,58944 -"287558",58864,62283 -"287559",58864,71278 -"287560",58864,73382 -"287561",58864,80537 -"287562",58865,70659 -"287563",58866,59083 -"287564",58866,108537 -"287565",58867,72818 -"287566",58867,85243 -"287567",58867,95125 -"287568",58867,95363 -"287569",58867,103649 -"287570",58867,119616 -"287571",58868,59541 -"287572",58868,62354 -"287573",58868,66518 -"287574",58869,111248 -"287575",58869,120318 -"287576",58870,84899 -"287577",58873,69012 -"287578",58873,73773 -"287579",58873,80329 -"287580",58873,88306 -"287581",58873,88647 -"287582",58873,115886 -"287583",58874,96086 -"287584",58874,114204 -"287585",58874,121325 -"287586",58875,78004 -"287587",58875,94997 -"287588",58875,95255 -"287589",58875,114201 -"287590",58877,60530 -"287591",58877,60686 -"287592",58877,97039 -"287593",58877,105117 -"287594",58878,58879 -"287595",58878,58912 -"287596",58878,58999 -"287597",58879,58912 -"287598",58879,58999 -"287599",58880,71810 -"287600",58880,88746 -"287601",58881,64992 -"287602",58882,86952 -"287603",58882,87386 -"287604",58882,94787 -"287605",58883,62759 -"287606",58884,59045 -"287607",58884,82763 -"287608",58884,87183 -"287609",58884,88233 -"287610",58884,93933 -"287611",58884,98555 -"287612",58884,107086 -"287613",58884,111136 -"287614",58885,58914 -"287615",58885,58937 -"287616",58885,58944 -"287617",58886,59071 -"287618",58886,59249 -"287619",58886,60924 -"287620",58886,61844 -"287621",58886,65091 -"287622",58886,66444 -"287623",58886,66462 -"287624",58886,66507 -"287625",58886,68874 -"287626",58886,83583 -"287627",58888,59049 -"287628",58888,63078 -"287629",58889,96727 -"287630",58889,104155 -"287631",58889,104193 -"287632",58890,62358 -"287633",58890,99707 -"287634",58890,117945 -"287635",58890,119525 -"287636",58892,59893 -"287637",58892,62271 -"287638",58894,65496 -"287639",58895,88111 -"287640",58895,90561 -"287641",58895,93446 -"287642",58896,58929 -"287643",58897,78772 -"287644",58898,59147 -"287645",58898,59237 -"287646",58898,59359 -"287647",58898,61563 -"287648",58898,61867 -"287649",58898,62007 -"287650",58898,62078 -"287651",58898,62375 -"287652",58898,62633 -"287653",58898,63395 -"287654",58898,64408 -"287655",58898,64418 -"287656",58898,64511 -"287657",58898,65230 -"287658",58898,66145 -"287659",58898,67503 -"287660",58898,67721 -"287661",58898,68816 -"287662",58898,68909 -"287663",58898,68938 -"287664",58898,69332 -"287665",58898,69681 -"287666",58898,70610 -"287667",58898,70611 -"287668",58898,70725 -"287669",58898,71211 -"287670",58898,71505 -"287671",58898,71887 -"287672",58900,81439 -"287673",58900,117917 -"287674",58901,69041 -"287675",58901,103753 -"287676",58902,58917 -"287677",58902,58981 -"287678",58902,67338 -"287679",58903,67115 -"287680",58903,75526 -"287681",58903,77871 -"287682",58903,87593 -"287683",58903,92341 -"287684",58903,94436 -"287685",58903,96513 -"287686",58903,100164 -"287687",58903,100274 -"287688",58903,107533 -"287689",58904,62052 -"287690",58905,72406 -"287691",58907,117179 -"287692",58912,58999 -"287693",58913,79159 -"287694",58913,96280 -"287695",58913,120621 -"287696",58914,58937 -"287697",58914,58944 -"287698",58916,75191 -"287699",58917,58981 -"287700",58917,67338 -"287701",58918,58948 -"287702",58918,79082 -"287703",58919,65792 -"287704",58919,69074 -"287705",58919,78868 -"287706",58919,82852 -"287707",58919,95994 -"287708",58919,110242 -"287709",58920,61813 -"287710",58920,77247 -"287711",58920,110323 -"287712",58921,62696 -"287713",58922,66939 -"287714",58923,62569 -"287715",58923,72542 -"287716",58924,60817 -"287717",58924,121150 -"287718",58925,58926 -"287719",58927,58933 -"287720",58927,61608 -"287721",58928,59060 -"287722",58930,92498 -"287723",58933,60006 -"287724",58933,60015 -"287725",58935,58949 -"287726",58935,67982 -"287727",58935,68070 -"287728",58935,68088 -"287729",58935,68163 -"287730",58935,69605 -"287731",58936,85471 -"287732",58937,58944 -"287733",58938,59110 -"287734",58939,59116 -"287735",58941,59206 -"287736",58941,91406 -"287737",58943,59031 -"287738",58943,60097 -"287739",58943,68391 -"287740",58943,72235 -"287741",58943,78479 -"287742",58943,79018 -"287743",58943,86638 -"287744",58943,93001 -"287745",58943,93166 -"287746",58943,95134 -"287747",58943,99574 -"287748",58943,100112 -"287749",58943,100120 -"287750",58943,100157 -"287751",58943,100167 -"287752",58943,100170 -"287753",58943,100172 -"287754",58943,100174 -"287755",58943,100188 -"287756",58943,100724 -"287757",58943,100757 -"287758",58943,100784 -"287759",58943,102288 -"287760",58943,106254 -"287761",58943,106360 -"287762",58943,106370 -"287763",58943,106379 -"287764",58943,106385 -"287765",58945,84520 -"287766",58945,86090 -"287767",58946,83766 -"287768",58946,83794 -"287769",58946,83795 -"287770",58947,79761 -"287771",58947,100094 -"287772",58950,64471 -"287773",58950,72316 -"287774",58951,61170 -"287775",58951,91277 -"287776",58951,104418 -"287777",58951,119185 -"287778",58951,119411 -"287779",58956,95649 -"287780",58957,75004 -"287781",58958,59355 -"287782",58958,91344 -"287783",58959,58971 -"287784",58960,70851 -"287785",58960,71021 -"287786",58960,94520 -"287787",58960,94533 -"287788",58963,59139 -"287789",58963,61479 -"287790",58963,66549 -"287791",58963,73619 -"287792",58963,73621 -"287793",58965,69903 -"287794",58965,87089 -"287795",58967,92708 -"287796",58967,92753 -"287797",58968,96924 -"287798",58970,60430 -"287799",58970,76483 -"287800",58971,61338 -"287801",58973,58974 -"287802",58973,58994 -"287803",58973,112314 -"287804",58974,58994 -"287805",58975,59223 -"287806",58975,66188 -"287807",58976,59509 -"287808",58977,58986 -"287809",58977,66160 -"287810",58977,80595 -"287811",58977,87827 -"287812",58977,94441 -"287813",58978,62549 -"287814",58978,63741 -"287815",58979,59395 -"287816",58979,62144 -"287817",58980,58989 -"287818",58980,59452 -"287819",58981,67338 -"287820",58984,70031 -"287821",58984,91031 -"287822",58984,106194 -"287823",58985,72947 -"287824",58985,91770 -"287825",58985,101016 -"287826",58985,105207 -"287827",58985,107726 -"287828",58986,87919 -"287829",58987,59101 -"287830",58987,59183 -"287831",58987,59241 -"287832",58987,59733 -"287833",58987,71213 -"287834",58987,71231 -"287835",58987,71355 -"287836",58988,83018 -"287837",58988,86459 -"287838",58988,112506 -"287839",58988,120363 -"287840",58989,61197 -"287841",58989,64011 -"287842",58989,64216 -"287843",58989,64238 -"287844",58989,64239 -"287845",58989,64244 -"287846",58989,64280 -"287847",58989,64281 -"287848",58989,72943 -"287849",58989,72958 -"287850",58989,72962 -"287851",58989,72982 -"287852",58989,73026 -"287853",58991,120006 -"287854",58992,96738 -"287855",58993,70772 -"287856",58993,73848 -"287857",58993,82253 -"287858",58995,79886 -"287859",58995,96152 -"287860",58997,64870 -"287861",58997,64871 -"287862",58997,68199 -"287863",58998,70500 -"287864",58998,89156 -"287865",58998,108595 -"287866",58998,122615 -"287867",59000,59243 -"287868",59000,59899 -"287869",59000,71751 -"287870",59002,59460 -"287871",59002,63929 -"287872",59003,81088 -"287873",59003,86529 -"287874",59003,89550 -"287875",59003,91423 -"287876",59003,99624 -"287877",59003,104587 -"287878",59003,117914 -"287879",59004,62757 -"287880",59004,69573 -"287881",59005,59737 -"287882",59006,90073 -"287883",59006,94725 -"287884",59007,89736 -"287885",59007,90855 -"287886",59007,101294 -"287887",59007,108021 -"287888",59007,108232 -"287889",59008,95564 -"287890",59008,95603 -"287891",59010,59560 -"287892",59010,60127 -"287893",59010,60138 -"287894",59010,60147 -"287895",59010,60149 -"287896",59010,60168 -"287897",59010,70117 -"287898",59010,81142 -"287899",59010,90343 -"287900",59010,91277 -"287901",59010,91321 -"287902",59012,59489 -"287903",59012,91512 -"287904",59013,59038 -"287905",59013,70250 -"287906",59013,77202 -"287907",59013,79744 -"287908",59013,86702 -"287909",59013,92846 -"287910",59013,97434 -"287911",59013,97435 -"287912",59014,105811 -"287913",59014,116478 -"287914",59015,59041 -"287915",59015,59096 -"287916",59015,59271 -"287917",59015,73374 -"287918",59015,78729 -"287919",59016,63610 -"287920",59016,63650 -"287921",59017,59129 -"287922",59017,69155 -"287923",59017,95213 -"287924",59017,99787 -"287925",59017,101630 -"287926",59018,60665 -"287927",59020,59119 -"287928",59020,117450 -"287929",59021,65900 -"287930",59021,71277 -"287931",59021,73454 -"287932",59021,79473 -"287933",59021,80190 -"287934",59022,88035 -"287935",59022,91619 -"287936",59023,60224 -"287937",59023,63114 -"287938",59024,62756 -"287939",59024,63194 -"287940",59024,67350 -"287941",59024,70817 -"287942",59024,112279 -"287943",59025,92671 -"287944",59028,71396 -"287945",59029,64851 -"287946",59031,68391 -"287947",59031,72235 -"287948",59031,93001 -"287949",59031,93166 -"287950",59031,99574 -"287951",59031,100172 -"287952",59031,102288 -"287953",59031,106254 -"287954",59031,106360 -"287955",59031,106370 -"287956",59031,106379 -"287957",59031,106385 -"287958",59032,91288 -"287959",59033,59437 -"287960",59033,59459 -"287961",59033,59473 -"287962",59033,59474 -"287963",59034,59126 -"287964",59035,59054 -"287965",59037,100986 -"287966",59037,121119 -"287967",59039,59478 -"287968",59039,65771 -"287969",59039,67101 -"287970",59039,83483 -"287971",59039,94330 -"287972",59039,103826 -"287973",59039,112132 -"287974",59039,119566 -"287975",59040,59071 -"287976",59040,72965 -"287977",59041,59096 -"287978",59041,59271 -"287979",59042,73893 -"287980",59042,96991 -"287981",59043,99428 -"287982",59043,100929 -"287983",59043,102073 -"287984",59043,103038 -"287985",59044,73000 -"287986",59044,86958 -"287987",59044,86975 -"287988",59046,59295 -"287989",59047,60272 -"287990",59047,74819 -"287991",59047,78337 -"287992",59047,93152 -"287993",59047,96391 -"287994",59047,104059 -"287995",59047,105763 -"287996",59047,112051 -"287997",59047,112965 -"287998",59048,59107 -"287999",59049,79993 -"288000",59049,82785 -"288001",59050,110804 -"288002",59052,78056 -"288003",59052,79391 -"288004",59052,88354 -"288005",59052,117904 -"288006",59054,87574 -"288007",59056,62380 -"288008",59056,74906 -"288009",59056,78290 -"288010",59056,81675 -"288011",59056,92012 -"288012",59057,74627 -"288013",59058,59112 -"288014",59059,73101 -"288015",59059,111184 -"288016",59060,119951 -"288017",59062,105068 -"288018",59062,108481 -"288019",59064,83178 -"288020",59064,99856 -"288021",59065,67997 -"288022",59066,59132 -"288023",59066,73827 -"288024",59067,62040 -"288025",59067,84278 -"288026",59068,59086 -"288027",59068,59255 -"288028",59068,59285 -"288029",59070,86974 -"288030",59070,89203 -"288031",59070,89940 -"288032",59070,107335 -"288033",59071,75637 -"288034",59072,59231 -"288035",59072,60013 -"288036",59072,69348 -"288037",59072,69455 -"288038",59072,85636 -"288039",59072,91751 -"288040",59072,91970 -"288041",59072,94000 -"288042",59072,94016 -"288043",59072,97075 -"288044",59073,59091 -"288045",59073,59092 -"288046",59074,60312 -"288047",59074,70338 -"288048",59075,67793 -"288049",59076,67688 -"288050",59076,74458 -"288051",59078,61349 -"288052",59078,81392 -"288053",59079,117764 -"288054",59079,119561 -"288055",59079,120089 -"288056",59079,120996 -"288057",59080,59095 -"288058",59080,59286 -"288059",59081,61799 -"288060",59081,100892 -"288061",59081,104279 -"288062",59081,109155 -"288063",59082,69928 -"288064",59082,87740 -"288065",59083,66967 -"288066",59083,71647 -"288067",59083,78975 -"288068",59083,84530 -"288069",59083,89049 -"288070",59083,110934 -"288071",59084,59094 -"288072",59085,68647 -"288073",59085,69177 -"288074",59085,69205 -"288075",59085,72463 -"288076",59085,72477 -"288077",59086,59255 -"288078",59086,59285 -"288079",59087,69782 -"288080",59088,63424 -"288081",59088,63810 -"288082",59088,66027 -"288083",59088,71969 -"288084",59088,72142 -"288085",59088,77116 -"288086",59088,78595 -"288087",59088,79520 -"288088",59088,79866 -"288089",59088,80105 -"288090",59088,88280 -"288091",59088,91900 -"288092",59088,99553 -"288093",59088,99613 -"288094",59088,102339 -"288095",59088,103099 -"288096",59088,103422 -"288097",59088,116377 -"288098",59090,85616 -"288099",59091,59092 -"288100",59091,121514 -"288101",59093,100513 -"288102",59095,59286 -"288103",59096,59271 -"288104",59096,64860 -"288105",59096,65966 -"288106",59096,82688 -"288107",59096,82725 -"288108",59096,82752 -"288109",59097,100131 -"288110",59097,101250 -"288111",59099,83373 -"288112",59100,115498 -"288113",59101,59183 -"288114",59102,73536 -"288115",59102,82896 -"288116",59102,95369 -"288117",59102,95426 -"288118",59102,113819 -"288119",59102,113924 -"288120",59103,75815 -"288121",59103,92453 -"288122",59103,93334 -"288123",59104,59417 -"288124",59104,59424 -"288125",59104,73024 -"288126",59104,73025 -"288127",59105,59411 -"288128",59106,81601 -"288129",59107,112272 -"288130",59107,112282 -"288131",59108,59461 -"288132",59108,59505 -"288133",59108,59565 -"288134",59109,59384 -"288135",59113,59409 -"288136",59113,68138 -"288137",59113,98664 -"288138",59114,72096 -"288139",59118,62642 -"288140",59118,62911 -"288141",59118,64574 -"288142",59118,81310 -"288143",59118,83649 -"288144",59118,92900 -"288145",59120,63283 -"288146",59120,63284 -"288147",59120,63301 -"288148",59122,113715 -"288149",59124,60762 -"288150",59124,66658 -"288151",59125,60833 -"288152",59125,72027 -"288153",59126,69342 -"288154",59126,81158 -"288155",59127,63726 -"288156",59130,59243 -"288157",59131,74877 -"288158",59133,96970 -"288159",59133,105261 -"288160",59133,118170 -"288161",59133,121399 -"288162",59134,81953 -"288163",59135,60437 -"288164",59135,60469 -"288165",59135,60507 -"288166",59136,68053 -"288167",59136,68671 -"288168",59137,59149 -"288169",59137,59229 -"288170",59137,60828 -"288171",59137,64839 -"288172",59138,105340 -"288173",59142,59148 -"288174",59142,59169 -"288175",59142,62235 -"288176",59142,62397 -"288177",59143,71458 -"288178",59143,84599 -"288179",59143,101590 -"288180",59143,102394 -"288181",59143,102527 -"288182",59143,103011 -"288183",59143,112069 -"288184",59143,112070 -"288185",59143,112687 -"288186",59144,60534 -"288187",59144,68473 -"288188",59144,111018 -"288189",59144,111387 -"288190",59144,111390 -"288191",59144,111428 -"288192",59145,59150 -"288193",59145,59214 -"288194",59145,59225 -"288195",59146,60814 -"288196",59147,59237 -"288197",59147,59359 -"288198",59147,61563 -"288199",59147,61867 -"288200",59147,62007 -"288201",59147,62078 -"288202",59147,62375 -"288203",59147,62633 -"288204",59147,63395 -"288205",59147,64408 -"288206",59147,64418 -"288207",59147,64511 -"288208",59147,65230 -"288209",59147,66145 -"288210",59147,67503 -"288211",59147,67721 -"288212",59147,68816 -"288213",59147,68909 -"288214",59147,68938 -"288215",59147,69332 -"288216",59147,69681 -"288217",59147,70610 -"288218",59147,70611 -"288219",59147,70725 -"288220",59147,71211 -"288221",59147,71505 -"288222",59147,71887 -"288223",59148,59169 -"288224",59148,62235 -"288225",59148,62397 -"288226",59148,70288 -"288227",59150,59214 -"288228",59150,59225 -"288229",59151,59198 -"288230",59152,70930 -"288231",59156,97282 -"288232",59156,97333 -"288233",59157,75136 -"288234",59159,90122 -"288235",59161,82332 -"288236",59161,82337 -"288237",59162,60576 -"288238",59164,77226 -"288239",59164,85068 -"288240",59164,85525 -"288241",59164,91210 -"288242",59164,93184 -"288243",59165,81295 -"288244",59165,107867 -"288245",59167,82419 -"288246",59167,82440 -"288247",59168,59219 -"288248",59171,84841 -"288249",59171,98783 -"288250",59172,59816 -"288251",59172,61874 -"288252",59172,63274 -"288253",59172,66322 -"288254",59172,67327 -"288255",59172,70854 -"288256",59172,71683 -"288257",59172,72568 -"288258",59172,72628 -"288259",59172,73767 -"288260",59172,78532 -"288261",59172,81609 -"288262",59172,85885 -"288263",59172,91255 -"288264",59172,92247 -"288265",59172,92352 -"288266",59172,92362 -"288267",59172,92929 -"288268",59172,93719 -"288269",59172,94906 -"288270",59172,94946 -"288271",59172,95889 -"288272",59172,96093 -"288273",59172,97988 -"288274",59172,99309 -"288275",59172,99376 -"288276",59172,99450 -"288277",59172,99471 -"288278",59172,99474 -"288279",59172,100916 -"288280",59172,100944 -"288281",59172,101126 -"288282",59172,101329 -"288283",59172,105557 -"288284",59172,107199 -"288285",59172,108743 -"288286",59172,108980 -"288287",59172,109291 -"288288",59172,109933 -"288289",59172,110483 -"288290",59172,110567 -"288291",59172,110572 -"288292",59172,110630 -"288293",59172,110648 -"288294",59172,110711 -"288295",59172,110770 -"288296",59172,110869 -"288297",59172,110911 -"288298",59172,111285 -"288299",59172,111314 -"288300",59172,111362 -"288301",59172,111372 -"288302",59172,111424 -"288303",59172,111433 -"288304",59172,112422 -"288305",59172,113269 -"288306",59172,113430 -"288307",59172,114242 -"288308",59172,114842 -"288309",59172,115427 -"288310",59172,115521 -"288311",59172,115711 -"288312",59173,80002 -"288313",59173,81874 -"288314",59173,81876 -"288315",59174,59186 -"288316",59175,76230 -"288317",59175,87492 -"288318",59176,78343 -"288319",59177,70111 -"288320",59177,76262 -"288321",59177,97264 -"288322",59178,60799 -"288323",59178,62479 -"288324",59178,68074 -"288325",59178,70488 -"288326",59178,74939 -"288327",59178,75522 -"288328",59178,80205 -"288329",59178,90862 -"288330",59178,94816 -"288331",59178,108641 -"288332",59178,119647 -"288333",59179,112380 -"288334",59180,61114 -"288335",59180,118748 -"288336",59181,59604 -"288337",59182,76282 -"288338",59182,101040 -"288339",59182,101043 -"288340",59182,101050 -"288341",59182,101051 -"288342",59182,101054 -"288343",59182,101627 -"288344",59183,59733 -"288345",59184,73549 -"288346",59187,74302 -"288347",59188,73529 -"288348",59188,121502 -"288349",59189,73425 -"288350",59189,81047 -"288351",59190,64986 -"288352",59191,59979 -"288353",59191,109284 -"288354",59191,119505 -"288355",59191,120183 -"288356",59192,86158 -"288357",59192,96465 -"288358",59194,69839 -"288359",59194,79088 -"288360",59194,92495 -"288361",59194,93499 -"288362",59196,70993 -"288363",59196,72068 -"288364",59196,72113 -"288365",59197,64941 -"288366",59197,102414 -"288367",59197,112828 -"288368",59198,83092 -"288369",59199,59220 -"288370",59199,66640 -"288371",59201,59302 -"288372",59201,59328 -"288373",59203,73332 -"288374",59203,82453 -"288375",59203,87924 -"288376",59203,87932 -"288377",59203,87942 -"288378",59204,119967 -"288379",59207,76468 -"288380",59207,85711 -"288381",59207,88592 -"288382",59209,76839 -"288383",59209,88896 -"288384",59209,89142 -"288385",59209,91139 -"288386",59209,97873 -"288387",59209,102163 -"288388",59209,108403 -"288389",59209,123451 -"288390",59210,62063 -"288391",59210,69122 -"288392",59210,72573 -"288393",59210,76816 -"288394",59210,81184 -"288395",59210,81722 -"288396",59210,82353 -"288397",59210,83029 -"288398",59210,86186 -"288399",59210,88308 -"288400",59210,88716 -"288401",59210,92035 -"288402",59210,92127 -"288403",59210,96202 -"288404",59210,96542 -"288405",59210,101016 -"288406",59210,101087 -"288407",59210,102401 -"288408",59210,102796 -"288409",59210,105495 -"288410",59210,105955 -"288411",59210,108392 -"288412",59210,111903 -"288413",59210,115110 -"288414",59210,116107 -"288415",59210,116302 -"288416",59210,116315 -"288417",59210,116325 -"288418",59210,116331 -"288419",59210,116364 -"288420",59210,116382 -"288421",59210,121313 -"288422",59212,61351 -"288423",59213,59431 -"288424",59213,119220 -"288425",59214,59225 -"288426",59215,106956 -"288427",59216,77974 -"288428",59216,102495 -"288429",59216,119623 -"288430",59217,59418 -"288431",59218,63757 -"288432",59218,67068 -"288433",59218,82341 -"288434",59218,92269 -"288435",59218,92297 -"288436",59221,66976 -"288437",59221,96790 -"288438",59221,113736 -"288439",59222,96411 -"288440",59224,61045 -"288441",59224,72079 -"288442",59224,74360 -"288443",59224,83345 -"288444",59224,105443 -"288445",59224,108005 -"288446",59224,114875 -"288447",59224,122388 -"288448",59224,122397 -"288449",59226,108183 -"288450",59227,61713 -"288451",59227,69971 -"288452",59227,89678 -"288453",59227,92158 -"288454",59227,94800 -"288455",59227,98419 -"288456",59227,105524 -"288457",59227,107366 -"288458",59228,62644 -"288459",59230,73294 -"288460",59230,87234 -"288461",59230,100523 -"288462",59230,102396 -"288463",59230,103228 -"288464",59231,69455 -"288465",59231,70278 -"288466",59231,91751 -"288467",59231,91970 -"288468",59232,62819 -"288469",59233,87160 -"288470",59233,89946 -"288471",59234,59848 -"288472",59234,67121 -"288473",59234,70014 -"288474",59234,70848 -"288475",59234,91141 -"288476",59234,97297 -"288477",59234,108032 -"288478",59234,108043 -"288479",59235,59237 -"288480",59235,60938 -"288481",59237,59359 -"288482",59237,61563 -"288483",59237,61867 -"288484",59237,62007 -"288485",59237,62078 -"288486",59237,62375 -"288487",59237,62633 -"288488",59237,63395 -"288489",59237,64408 -"288490",59237,64418 -"288491",59237,64511 -"288492",59237,65230 -"288493",59237,66145 -"288494",59237,67503 -"288495",59237,67721 -"288496",59237,68816 -"288497",59237,68909 -"288498",59237,68938 -"288499",59237,69332 -"288500",59237,69681 -"288501",59237,69881 -"288502",59237,70610 -"288503",59237,70611 -"288504",59237,70725 -"288505",59237,71211 -"288506",59237,71505 -"288507",59237,71589 -"288508",59237,71887 -"288509",59238,59323 -"288510",59238,59587 -"288511",59238,59588 -"288512",59238,69821 -"288513",59238,71052 -"288514",59238,71978 -"288515",59239,80735 -"288516",59240,66728 -"288517",59240,69550 -"288518",59240,85067 -"288519",59240,85071 -"288520",59240,89218 -"288521",59240,119658 -"288522",59243,60580 -"288523",59243,66917 -"288524",59243,66972 -"288525",59243,71751 -"288526",59244,59342 -"288527",59244,60444 -"288528",59244,65016 -"288529",59244,65018 -"288530",59245,82389 -"288531",59245,110022 -"288532",59246,59247 -"288533",59246,61608 -"288534",59248,70148 -"288535",59249,64180 -"288536",59249,65091 -"288537",59249,66444 -"288538",59249,66462 -"288539",59249,66507 -"288540",59250,59318 -"288541",59250,59538 -"288542",59250,73526 -"288543",59250,77702 -"288544",59251,59333 -"288545",59252,74976 -"288546",59252,75354 -"288547",59253,67946 -"288548",59253,75161 -"288549",59253,79062 -"288550",59253,90727 -"288551",59253,90750 -"288552",59253,104718 -"288553",59253,111331 -"288554",59254,75176 -"288555",59254,99330 -"288556",59255,59285 -"288557",59255,67516 -"288558",59255,81175 -"288559",59255,82511 -"288560",59256,109528 -"288561",59257,59258 -"288562",59257,59294 -"288563",59258,59294 -"288564",59260,84803 -"288565",59260,99109 -"288566",59260,102348 -"288567",59264,84440 -"288568",59264,92106 -"288569",59264,95611 -"288570",59264,99658 -"288571",59264,108996 -"288572",59266,117811 -"288573",59267,59305 -"288574",59267,82052 -"288575",59269,91699 -"288576",59269,91777 -"288577",59269,110043 -"288578",59269,110044 -"288579",59273,64808 -"288580",59274,79993 -"288581",59274,88233 -"288582",59274,93933 -"288583",59274,119061 -"288584",59275,72432 -"288585",59276,63132 -"288586",59276,93017 -"288587",59276,94794 -"288588",59276,100425 -"288589",59278,87072 -"288590",59279,60166 -"288591",59279,85366 -"288592",59281,67764 -"288593",59281,81833 -"288594",59281,81869 -"288595",59282,69856 -"288596",59282,84306 -"288597",59282,110420 -"288598",59282,117472 -"288599",59283,69139 -"288600",59284,101609 -"288601",59287,67003 -"288602",59287,70991 -"288603",59287,82860 -"288604",59287,88289 -"288605",59287,89820 -"288606",59287,91687 -"288607",59287,97788 -"288608",59287,100893 -"288609",59287,110939 -"288610",59287,111535 -"288611",59287,115240 -"288612",59287,115273 -"288613",59288,71753 -"288614",59288,74288 -"288615",59288,80032 -"288616",59288,83043 -"288617",59288,91178 -"288618",59288,96465 -"288619",59288,97702 -"288620",59288,101940 -"288621",59288,118077 -"288622",59289,72474 -"288623",59289,81120 -"288624",59289,84796 -"288625",59289,103324 -"288626",59290,70300 -"288627",59292,64810 -"288628",59292,68568 -"288629",59293,89759 -"288630",59293,101740 -"288631",59293,105578 -"288632",59297,59327 -"288633",59298,117006 -"288634",59299,106147 -"288635",59299,122248 -"288636",59300,60215 -"288637",59300,67789 -"288638",59300,76686 -"288639",59300,82386 -"288640",59300,94386 -"288641",59300,102115 -"288642",59301,64181 -"288643",59301,81272 -"288644",59301,82003 -"288645",59301,82262 -"288646",59301,104967 -"288647",59302,59328 -"288648",59303,59699 -"288649",59304,59501 -"288650",59304,79679 -"288651",59304,85962 -"288652",59304,90259 -"288653",59304,120295 -"288654",59304,120300 -"288655",59305,82052 -"288656",59306,59313 -"288657",59306,73674 -"288658",59307,63091 -"288659",59307,68292 -"288660",59307,87203 -"288661",59307,97718 -"288662",59307,105496 -"288663",59309,75763 -"288664",59309,75901 -"288665",59309,96865 -"288666",59309,98985 -"288667",59309,99471 -"288668",59309,101827 -"288669",59309,108654 -"288670",59309,108661 -"288671",59309,109472 -"288672",59310,86216 -"288673",59311,61728 -"288674",59311,74901 -"288675",59311,74902 -"288676",59311,74929 -"288677",59311,75328 -"288678",59311,75341 -"288679",59311,75372 -"288680",59312,59462 -"288681",59314,97235 -"288682",59315,64059 -"288683",59316,59336 -"288684",59316,59338 -"288685",59316,60259 -"288686",59316,66374 -"288687",59317,69056 -"288688",59318,74016 -"288689",59319,59324 -"288690",59321,74358 -"288691",59321,93764 -"288692",59323,59588 -"288693",59324,75126 -"288694",59325,94226 -"288695",59326,61785 -"288696",59326,65461 -"288697",59326,66027 -"288698",59326,66363 -"288699",59326,67825 -"288700",59326,68844 -"288701",59326,72957 -"288702",59326,75996 -"288703",59326,77441 -"288704",59326,80978 -"288705",59326,94762 -"288706",59326,97485 -"288707",59326,100502 -"288708",59326,100583 -"288709",59326,103201 -"288710",59326,103412 -"288711",59326,104131 -"288712",59326,108784 -"288713",59326,111192 -"288714",59329,65729 -"288715",59329,70544 -"288716",59330,59410 -"288717",59330,79212 -"288718",59330,94225 -"288719",59330,101717 -"288720",59331,64947 -"288721",59331,81350 -"288722",59331,85580 -"288723",59331,91673 -"288724",59332,67895 -"288725",59332,120877 -"288726",59335,97396 -"288727",59335,103087 -"288728",59336,59338 -"288729",59339,68784 -"288730",59340,63449 -"288731",59340,96520 -"288732",59342,60444 -"288733",59342,65016 -"288734",59342,65018 -"288735",59344,73814 -"288736",59345,64549 -"288737",59346,59357 -"288738",59347,59374 -"288739",59347,59375 -"288740",59348,69372 -"288741",59348,88274 -"288742",59348,95989 -"288743",59348,101141 -"288744",59348,101153 -"288745",59348,118101 -"288746",59348,118103 -"288747",59350,61970 -"288748",59350,105033 -"288749",59350,109266 -"288750",59351,66597 -"288751",59351,72491 -"288752",59351,72937 -"288753",59352,102546 -"288754",59353,76786 -"288755",59353,79458 -"288756",59356,68146 -"288757",59356,76330 -"288758",59356,76335 -"288759",59359,61563 -"288760",59359,61867 -"288761",59359,62007 -"288762",59359,62078 -"288763",59359,62375 -"288764",59359,62633 -"288765",59359,63395 -"288766",59359,64408 -"288767",59359,64418 -"288768",59359,64511 -"288769",59359,65230 -"288770",59359,66145 -"288771",59359,67503 -"288772",59359,67721 -"288773",59359,68816 -"288774",59359,68909 -"288775",59359,68938 -"288776",59359,69332 -"288777",59359,69681 -"288778",59359,70610 -"288779",59359,70611 -"288780",59359,70725 -"288781",59359,71211 -"288782",59359,71505 -"288783",59359,71887 -"288784",59361,59497 -"288785",59361,59498 -"288786",59362,59363 -"288787",59364,63892 -"288788",59364,64774 -"288789",59365,67370 -"288790",59365,67391 -"288791",59365,67605 -"288792",59365,67672 -"288793",59368,82317 -"288794",59368,96979 -"288795",59368,115271 -"288796",59371,88941 -"288797",59371,92580 -"288798",59371,103904 -"288799",59371,121881 -"288800",59372,68215 -"288801",59372,111454 -"288802",59373,59631 -"288803",59373,105245 -"288804",59373,105246 -"288805",59373,106024 -"288806",59373,106922 -"288807",59373,106942 -"288808",59373,106971 -"288809",59374,59375 -"288810",59377,83112 -"288811",59380,63820 -"288812",59380,68612 -"288813",59381,80693 -"288814",59381,95160 -"288815",59381,118900 -"288816",59383,81095 -"288817",59383,87346 -"288818",59383,118056 -"288819",59386,68214 -"288820",59387,62821 -"288821",59387,80303 -"288822",59388,59508 -"288823",59389,60418 -"288824",59389,69845 -"288825",59389,99807 -"288826",59389,100774 -"288827",59389,107539 -"288828",59389,110487 -"288829",59389,110488 -"288830",59389,110492 -"288831",59390,60990 -"288832",59390,116930 -"288833",59390,116934 -"288834",59391,62048 -"288835",59392,61230 -"288836",59393,59422 -"288837",59393,59517 -"288838",59393,74851 -"288839",59394,75901 -"288840",59394,85245 -"288841",59394,85351 -"288842",59394,93084 -"288843",59394,100870 -"288844",59395,74911 -"288845",59395,81502 -"288846",59395,82101 -"288847",59395,83487 -"288848",59395,83490 -"288849",59395,84170 -"288850",59395,85127 -"288851",59395,89020 -"288852",59395,104607 -"288853",59396,59398 -"288854",59397,59892 -"288855",59397,59893 -"288856",59397,64471 -"288857",59398,64505 -"288858",59399,71137 -"288859",59400,77662 -"288860",59400,88215 -"288861",59401,64967 -"288862",59402,75470 -"288863",59404,59850 -"288864",59404,60506 -"288865",59404,64524 -"288866",59406,96982 -"288867",59406,104653 -"288868",59408,69781 -"288869",59408,69798 -"288870",59408,69807 -"288871",59410,76413 -"288872",59412,59486 -"288873",59413,64468 -"288874",59413,75770 -"288875",59415,60480 -"288876",59415,73222 -"288877",59416,62620 -"288878",59416,72583 -"288879",59416,72608 -"288880",59417,59424 -"288881",59418,73730 -"288882",59418,74796 -"288883",59418,95953 -"288884",59418,99371 -"288885",59418,104530 -"288886",59418,117396 -"288887",59419,59628 -"288888",59419,64630 -"288889",59420,59434 -"288890",59420,71030 -"288891",59422,59517 -"288892",59422,69135 -"288893",59422,69146 -"288894",59423,63477 -"288895",59423,98561 -"288896",59425,60054 -"288897",59425,88935 -"288898",59425,90505 -"288899",59425,95868 -"288900",59426,102243 -"288901",59426,102275 -"288902",59428,59719 -"288903",59430,87809 -"288904",59430,87830 -"288905",59430,87832 -"288906",59430,87842 -"288907",59431,119220 -"288908",59432,79923 -"288909",59432,106617 -"288910",59433,62280 -"288911",59434,71030 -"288912",59437,59459 -"288913",59437,59473 -"288914",59437,59474 -"288915",59438,68311 -"288916",59438,83370 -"288917",59438,94823 -"288918",59438,97402 -"288919",59438,97958 -"288920",59438,111471 -"288921",59438,112446 -"288922",59438,114606 -"288923",59440,95637 -"288924",59440,114630 -"288925",59442,59571 -"288926",59442,92245 -"288927",59442,108260 -"288928",59444,61970 -"288929",59444,72659 -"288930",59444,78568 -"288931",59444,112143 -"288932",59445,59621 -"288933",59447,59468 -"288934",59447,61850 -"288935",59447,63921 -"288936",59447,65126 -"288937",59447,68466 -"288938",59447,70619 -"288939",59447,74488 -"288940",59448,59594 -"288941",59448,62785 -"288942",59449,59668 -"288943",59450,63367 -"288944",59450,66492 -"288945",59450,72324 -"288946",59450,79074 -"288947",59450,91863 -"288948",59450,109737 -"288949",59453,63169 -"288950",59455,63721 -"288951",59455,63871 -"288952",59455,65297 -"288953",59456,59854 -"288954",59456,76172 -"288955",59457,59458 -"288956",59457,61574 -"288957",59457,74992 -"288958",59459,59473 -"288959",59459,59474 -"288960",59460,62899 -"288961",59461,59505 -"288962",59461,59565 -"288963",59461,61925 -"288964",59461,65535 -"288965",59461,87837 -"288966",59461,97731 -"288967",59461,97740 -"288968",59461,97751 -"288969",59461,97819 -"288970",59462,59954 -"288971",59462,59989 -"288972",59462,60196 -"288973",59462,60834 -"288974",59462,60857 -"288975",59462,60880 -"288976",59462,61122 -"288977",59462,61123 -"288978",59463,67646 -"288979",59464,90946 -"288980",59466,96505 -"288981",59466,101739 -"288982",59466,104847 -"288983",59468,61850 -"288984",59468,63921 -"288985",59468,65126 -"288986",59468,65596 -"288987",59468,67537 -"288988",59468,68466 -"288989",59470,65979 -"288990",59472,77144 -"288991",59472,79867 -"288992",59472,79868 -"288993",59472,84699 -"288994",59473,59474 -"288995",59475,59818 -"288996",59476,90082 -"288997",59477,62284 -"288998",59477,93648 -"288999",59479,108932 -"289000",59480,59481 -"289001",59480,64141 -"289002",59480,83712 -"289003",59480,83743 -"289004",59480,83747 -"289005",59481,64141 -"289006",59481,83712 -"289007",59481,83743 -"289008",59481,83747 -"289009",59482,74054 -"289010",59482,92834 -"289011",59482,96834 -"289012",59483,59503 -"289013",59484,61108 -"289014",59484,62424 -"289015",59484,69706 -"289016",59484,74730 -"289017",59484,75830 -"289018",59484,76917 -"289019",59484,81167 -"289020",59484,87743 -"289021",59484,92254 -"289022",59484,93984 -"289023",59484,96444 -"289024",59484,97909 -"289025",59484,99217 -"289026",59484,100398 -"289027",59484,104522 -"289028",59484,117679 -"289029",59485,68613 -"289030",59485,71399 -"289031",59485,76574 -"289032",59485,76757 -"289033",59489,95851 -"289034",59489,102450 -"289035",59489,106752 -"289036",59489,114744 -"289037",59493,59859 -"289038",59493,71195 -"289039",59495,60698 -"289040",59495,64241 -"289041",59496,78373 -"289042",59497,59498 -"289043",59498,85473 -"289044",59499,67175 -"289045",59499,93281 -"289046",59499,96387 -"289047",59499,102581 -"289048",59499,110028 -"289049",59499,111178 -"289050",59499,111658 -"289051",59499,111687 -"289052",59500,86345 -"289053",59500,89430 -"289054",59504,64793 -"289055",59504,70400 -"289056",59504,74400 -"289057",59504,76154 -"289058",59505,59565 -"289059",59505,59699 -"289060",59505,67705 -"289061",59505,68101 -"289062",59505,68102 -"289063",59505,68120 -"289064",59505,68140 -"289065",59505,74506 -"289066",59505,78076 -"289067",59505,91904 -"289068",59505,98166 -"289069",59505,101927 -"289070",59506,72323 -"289071",59506,88577 -"289072",59506,89828 -"289073",59506,89840 -"289074",59506,108187 -"289075",59509,62094 -"289076",59509,72251 -"289077",59510,59745 -"289078",59510,63919 -"289079",59510,71381 -"289080",59510,82988 -"289081",59510,92001 -"289082",59510,99563 -"289083",59510,120598 -"289084",59511,69029 -"289085",59512,113603 -"289086",59514,59556 -"289087",59515,103444 -"289088",59516,74744 -"289089",59516,112113 -"289090",59517,69135 -"289091",59517,69146 -"289092",59518,92421 -"289093",59518,98568 -"289094",59519,85707 -"289095",59519,105236 -"289096",59521,82083 -"289097",59521,107502 -"289098",59521,121020 -"289099",59521,121060 -"289100",59524,59525 -"289101",59525,60302 -"289102",59528,101907 -"289103",59528,116696 -"289104",59529,78910 -"289105",59530,63782 -"289106",59530,64505 -"289107",59530,65845 -"289108",59531,63789 -"289109",59532,95509 -"289110",59533,71542 -"289111",59534,61783 -"289112",59534,64510 -"289113",59535,97013 -"289114",59535,102800 -"289115",59536,63446 -"289116",59537,60077 -"289117",59538,67837 -"289118",59538,73526 -"289119",59538,74630 -"289120",59538,77702 -"289121",59538,92358 -"289122",59538,101824 -"289123",59539,101000 -"289124",59539,116504 -"289125",59540,71238 -"289126",59541,62354 -"289127",59541,66518 -"289128",59543,74178 -"289129",59543,78720 -"289130",59543,114177 -"289131",59543,114481 -"289132",59544,65151 -"289133",59544,76816 -"289134",59544,80444 -"289135",59544,88712 -"289136",59546,104377 -"289137",59547,65927 -"289138",59548,70473 -"289139",59549,61850 -"289140",59549,61904 -"289141",59550,97872 -"289142",59551,65672 -"289143",59551,74839 -"289144",59552,59609 -"289145",59553,99802 -"289146",59553,116299 -"289147",59557,77075 -"289148",59558,89690 -"289149",59559,74062 -"289150",59559,119172 -"289151",59560,60127 -"289152",59560,60138 -"289153",59560,60147 -"289154",59560,60149 -"289155",59560,60168 -"289156",59560,88079 -"289157",59560,102417 -"289158",59562,76376 -"289159",59562,77648 -"289160",59563,77413 -"289161",59563,97187 -"289162",59564,64992 -"289163",59564,96639 -"289164",59566,60413 -"289165",59566,67161 -"289166",59566,106477 -"289167",59566,110302 -"289168",59566,115308 -"289169",59569,68829 -"289170",59569,70824 -"289171",59571,82034 -"289172",59572,78299 -"289173",59573,59698 -"289174",59573,60472 -"289175",59577,71579 -"289176",59577,86476 -"289177",59577,94885 -"289178",59577,94886 -"289179",59577,94915 -"289180",59579,64041 -"289181",59579,70096 -"289182",59579,88123 -"289183",59579,113181 -"289184",59579,113183 -"289185",59579,113210 -"289186",59579,119007 -"289187",59579,119712 -"289188",59579,120888 -"289189",59581,59582 -"289190",59582,60870 -"289191",59582,68724 -"289192",59582,69780 -"289193",59582,98094 -"289194",59583,61942 -"289195",59583,63235 -"289196",59583,67150 -"289197",59583,69411 -"289198",59583,82438 -"289199",59583,84486 -"289200",59583,88517 -"289201",59583,92282 -"289202",59583,123226 -"289203",59585,59598 -"289204",59586,59626 -"289205",59586,60331 -"289206",59587,59652 -"289207",59587,63083 -"289208",59587,69821 -"289209",59587,69900 -"289210",59587,70761 -"289211",59587,71052 -"289212",59587,71978 -"289213",59587,72500 -"289214",59590,64902 -"289215",59590,69282 -"289216",59590,69548 -"289217",59590,90005 -"289218",59590,95533 -"289219",59590,104959 -"289220",59590,105027 -"289221",59595,70398 -"289222",59595,75778 -"289223",59595,76231 -"289224",59597,75956 -"289225",59603,62356 -"289226",59603,63124 -"289227",59603,65400 -"289228",59603,73623 -"289229",59603,78925 -"289230",59603,79136 -"289231",59603,84770 -"289232",59603,93540 -"289233",59603,105950 -"289234",59603,105951 -"289235",59603,105952 -"289236",59603,110508 -"289237",59603,113237 -"289238",59603,119587 -"289239",59604,86876 -"289240",59604,91706 -"289241",59605,90187 -"289242",59606,62466 -"289243",59606,72782 -"289244",59606,84664 -"289245",59606,93980 -"289246",59607,59642 -"289247",59611,59689 -"289248",59611,59695 -"289249",59611,59781 -"289250",59613,59788 -"289251",59614,87950 -"289252",59615,59940 -"289253",59615,62679 -"289254",59615,62962 -"289255",59615,63105 -"289256",59615,67363 -"289257",59615,68001 -"289258",59615,68475 -"289259",59615,68917 -"289260",59615,69296 -"289261",59615,71106 -"289262",59615,71230 -"289263",59615,73655 -"289264",59615,75767 -"289265",59615,76046 -"289266",59615,76278 -"289267",59615,76459 -"289268",59615,76740 -"289269",59615,76786 -"289270",59615,76808 -"289271",59615,77272 -"289272",59615,77357 -"289273",59615,77402 -"289274",59615,77727 -"289275",59615,78224 -"289276",59615,78248 -"289277",59615,78255 -"289278",59615,78339 -"289279",59615,78445 -"289280",59615,79022 -"289281",59615,79222 -"289282",59615,79716 -"289283",59615,79989 -"289284",59615,80281 -"289285",59615,81728 -"289286",59615,82196 -"289287",59615,82383 -"289288",59615,82810 -"289289",59615,82854 -"289290",59615,82978 -"289291",59615,83306 -"289292",59615,83853 -"289293",59615,83884 -"289294",59615,84379 -"289295",59615,84613 -"289296",59615,85027 -"289297",59615,85465 -"289298",59615,85610 -"289299",59615,86351 -"289300",59615,86451 -"289301",59615,86882 -"289302",59615,87175 -"289303",59615,87451 -"289304",59615,87521 -"289305",59615,87572 -"289306",59615,87663 -"289307",59615,87721 -"289308",59615,87862 -"289309",59615,88412 -"289310",59615,90275 -"289311",59615,90426 -"289312",59615,91112 -"289313",59615,91266 -"289314",59615,91526 -"289315",59615,93425 -"289316",59615,93523 -"289317",59615,94520 -"289318",59615,95954 -"289319",59615,99544 -"289320",59615,99547 -"289321",59615,99554 -"289322",59615,100595 -"289323",59615,100739 -"289324",59615,100819 -"289325",59615,101898 -"289326",59615,101988 -"289327",59615,102146 -"289328",59615,102201 -"289329",59615,102309 -"289330",59615,102635 -"289331",59615,102730 -"289332",59615,102846 -"289333",59615,103790 -"289334",59615,104095 -"289335",59615,104574 -"289336",59615,104784 -"289337",59615,104845 -"289338",59615,107269 -"289339",59615,107623 -"289340",59615,107714 -"289341",59615,107879 -"289342",59615,107975 -"289343",59615,108350 -"289344",59615,109863 -"289345",59615,120489 -"289346",59616,59681 -"289347",59616,59876 -"289348",59616,59906 -"289349",59616,66047 -"289350",59616,66069 -"289351",59618,59644 -"289352",59618,72049 -"289353",59619,63377 -"289354",59619,109551 -"289355",59620,74573 -"289356",59620,100730 -"289357",59621,105117 -"289358",59622,64653 -"289359",59622,73260 -"289360",59623,60281 -"289361",59623,67630 -"289362",59624,75953 -"289363",59624,89090 -"289364",59626,60331 -"289365",59628,63753 -"289366",59628,64630 -"289367",59628,64667 -"289368",59629,62733 -"289369",59630,103514 -"289370",59631,63631 -"289371",59631,63664 -"289372",59631,76006 -"289373",59631,81174 -"289374",59631,87901 -"289375",59631,88089 -"289376",59631,95986 -"289377",59631,95998 -"289378",59631,104715 -"289379",59631,105245 -"289380",59631,105246 -"289381",59631,106024 -"289382",59631,106922 -"289383",59631,106942 -"289384",59631,106971 -"289385",59632,60820 -"289386",59632,61129 -"289387",59632,62426 -"289388",59632,83490 -"289389",59632,85933 -"289390",59632,87142 -"289391",59632,101907 -"289392",59632,104423 -"289393",59632,104426 -"289394",59632,115843 -"289395",59633,63018 -"289396",59633,67098 -"289397",59634,63763 -"289398",59634,63768 -"289399",59634,63769 -"289400",59634,63925 -"289401",59635,87185 -"289402",59635,111065 -"289403",59635,111071 -"289404",59636,59777 -"289405",59637,66689 -"289406",59638,93997 -"289407",59642,60946 -"289408",59646,65800 -"289409",59646,67564 -"289410",59646,69362 -"289411",59646,71693 -"289412",59646,76590 -"289413",59646,86600 -"289414",59646,88782 -"289415",59646,92517 -"289416",59646,100140 -"289417",59646,100864 -"289418",59646,102820 -"289419",59646,105198 -"289420",59646,110250 -"289421",59646,118375 -"289422",59646,118376 -"289423",59646,122455 -"289424",59646,122588 -"289425",59646,122819 -"289426",59646,122852 -"289427",59646,122861 -"289428",59646,122863 -"289429",59646,122864 -"289430",59648,70129 -"289431",59650,59712 -"289432",59650,59929 -"289433",59650,60115 -"289434",59650,69451 -"289435",59650,71132 -"289436",59652,63083 -"289437",59652,67513 -"289438",59652,70761 -"289439",59652,72500 -"289440",59654,61070 -"289441",59654,65501 -"289442",59654,65502 -"289443",59654,72486 -"289444",59656,105679 -"289445",59657,111558 -"289446",59658,112403 -"289447",59659,81903 -"289448",59659,82458 -"289449",59659,82533 -"289450",59662,65017 -"289451",59662,77211 -"289452",59662,101721 -"289453",59662,118993 -"289454",59663,61113 -"289455",59663,71269 -"289456",59663,82983 -"289457",59663,95916 -"289458",59663,97854 -"289459",59663,106718 -"289460",59665,107451 -"289461",59665,110325 -"289462",59666,67519 -"289463",59667,62502 -"289464",59667,89906 -"289465",59667,120455 -"289466",59667,120456 -"289467",59668,89160 -"289468",59668,89684 -"289469",59668,107735 -"289470",59669,72614 -"289471",59669,77828 -"289472",59669,92535 -"289473",59670,69566 -"289474",59670,95278 -"289475",59670,108536 -"289476",59670,119205 -"289477",59672,59804 -"289478",59672,81052 -"289479",59672,81066 -"289480",59672,97439 -"289481",59672,97483 -"289482",59672,97484 -"289483",59673,62074 -"289484",59673,63731 -"289485",59673,63823 -"289486",59673,64078 -"289487",59674,59691 -"289488",59674,71581 -"289489",59675,59705 -"289490",59675,59800 -"289491",59676,59879 -"289492",59677,70105 -"289493",59677,77660 -"289494",59677,87242 -"289495",59677,95494 -"289496",59677,98074 -"289497",59677,103323 -"289498",59677,121252 -"289499",59677,121257 -"289500",59678,98606 -"289501",59678,99924 -"289502",59678,99935 -"289503",59678,100526 -"289504",59678,108463 -"289505",59679,65381 -"289506",59680,76697 -"289507",59680,98467 -"289508",59680,101248 -"289509",59681,59876 -"289510",59681,59906 -"289511",59681,94073 -"289512",59681,115009 -"289513",59681,115010 -"289514",59682,83222 -"289515",59683,68682 -"289516",59683,69232 -"289517",59683,85106 -"289518",59684,59783 -"289519",59685,85799 -"289520",59685,112518 -"289521",59686,76367 -"289522",59686,83868 -"289523",59688,98143 -"289524",59688,98161 -"289525",59689,59695 -"289526",59689,59781 -"289527",59693,70338 -"289528",59693,77950 -"289529",59693,83517 -"289530",59693,86167 -"289531",59695,59781 -"289532",59696,68812 -"289533",59696,75048 -"289534",59696,101536 -"289535",59697,85028 -"289536",59697,99043 -"289537",59699,90188 -"289538",59699,123347 -"289539",59699,123349 -"289540",59700,62629 -"289541",59700,75216 -"289542",59700,75459 -"289543",59700,88203 -"289544",59700,102281 -"289545",59700,104578 -"289546",59701,77807 -"289547",59701,103656 -"289548",59701,110849 -"289549",59702,84268 -"289550",59702,85864 -"289551",59703,61879 -"289552",59703,63019 -"289553",59704,77251 -"289554",59704,102711 -"289555",59704,103488 -"289556",59704,117419 -"289557",59705,59800 -"289558",59707,71392 -"289559",59707,85349 -"289560",59708,71268 -"289561",59710,59905 -"289562",59711,90654 -"289563",59712,59929 -"289564",59712,60115 -"289565",59712,71132 -"289566",59713,110758 -"289567",59713,116631 -"289568",59715,59743 -"289569",59715,113835 -"289570",59715,113838 -"289571",59717,103076 -"289572",59720,68670 -"289573",59720,75579 -"289574",59720,75603 -"289575",59721,83344 -"289576",59721,85185 -"289577",59721,116966 -"289578",59722,65910 -"289579",59722,84508 -"289580",59722,85088 -"289581",59722,96921 -"289582",59722,99680 -"289583",59723,59775 -"289584",59723,84894 -"289585",59723,96004 -"289586",59725,70247 -"289587",59725,70345 -"289588",59725,70346 -"289589",59726,79044 -"289590",59726,83834 -"289591",59726,108753 -"289592",59726,120279 -"289593",59727,106073 -"289594",59728,97949 -"289595",59729,68372 -"289596",59729,84799 -"289597",59731,62642 -"289598",59731,67656 -"289599",59731,68091 -"289600",59731,69335 -"289601",59731,75245 -"289602",59731,75776 -"289603",59731,75956 -"289604",59731,76387 -"289605",59731,78978 -"289606",59731,79212 -"289607",59731,79241 -"289608",59731,79579 -"289609",59731,80239 -"289610",59731,80301 -"289611",59731,81397 -"289612",59731,83530 -"289613",59731,88340 -"289614",59731,88749 -"289615",59731,89069 -"289616",59731,89373 -"289617",59731,89995 -"289618",59731,90919 -"289619",59731,90936 -"289620",59731,92861 -"289621",59731,93097 -"289622",59731,94231 -"289623",59731,95489 -"289624",59731,96247 -"289625",59731,96363 -"289626",59731,97898 -"289627",59731,102362 -"289628",59732,64091 -"289629",59732,64260 -"289630",59732,64932 -"289631",59732,96073 -"289632",59732,102803 -"289633",59733,61971 -"289634",59733,62520 -"289635",59734,59769 -"289636",59734,59770 -"289637",59734,60120 -"289638",59734,66623 -"289639",59734,66626 -"289640",59734,67563 -"289641",59734,71045 -"289642",59736,71740 -"289643",59738,79796 -"289644",59738,121460 -"289645",59739,99527 -"289646",59741,83434 -"289647",59741,100909 -"289648",59743,69751 -"289649",59743,93205 -"289650",59743,97028 -"289651",59743,105984 -"289652",59747,67771 -"289653",59748,61376 -"289654",59748,66729 -"289655",59748,74753 -"289656",59748,92033 -"289657",59748,92680 -"289658",59748,98795 -"289659",59748,106339 -"289660",59750,70160 -"289661",59750,70244 -"289662",59750,70249 -"289663",59750,71009 -"289664",59751,59762 -"289665",59751,78547 -"289666",59752,65745 -"289667",59752,118179 -"289668",59753,60396 -"289669",59754,90800 -"289670",59754,90954 -"289671",59755,66708 -"289672",59755,76824 -"289673",59755,90626 -"289674",59755,115455 -"289675",59755,120698 -"289676",59756,63177 -"289677",59757,71124 -"289678",59757,73776 -"289679",59758,88755 -"289680",59759,67390 -"289681",59759,68429 -"289682",59759,68437 -"289683",59759,68546 -"289684",59760,59873 -"289685",59760,63124 -"289686",59760,68346 -"289687",59760,89594 -"289688",59760,96336 -"289689",59760,114140 -"289690",59761,73777 -"289691",59762,88236 -"289692",59763,79349 -"289693",59763,105617 -"289694",59764,82948 -"289695",59764,117325 -"289696",59765,99202 -"289697",59765,112960 -"289698",59766,62537 -"289699",59766,62970 -"289700",59766,63154 -"289701",59766,64059 -"289702",59766,74269 -"289703",59768,91383 -"289704",59769,59770 -"289705",59770,66623 -"289706",59770,66626 -"289707",59771,73656 -"289708",59771,73680 -"289709",59772,73019 -"289710",59772,89631 -"289711",59772,102025 -"289712",59774,68919 -"289713",59774,78327 -"289714",59774,88257 -"289715",59774,100810 -"289716",59774,105872 -"289717",59776,89573 -"289718",59777,103840 -"289719",59778,59835 -"289720",59779,95185 -"289721",59783,74850 -"289722",59783,76426 -"289723",59783,88031 -"289724",59783,90594 -"289725",59783,90741 -"289726",59783,90761 -"289727",59784,69220 -"289728",59784,72578 -"289729",59786,67841 -"289730",59786,70084 -"289731",59786,72656 -"289732",59786,99302 -"289733",59786,115047 -"289734",59787,108591 -"289735",59788,74337 -"289736",59788,75579 -"289737",59791,66042 -"289738",59791,82932 -"289739",59792,59808 -"289740",59792,61234 -"289741",59792,71971 -"289742",59792,88009 -"289743",59792,97186 -"289744",59792,97443 -"289745",59792,119492 -"289746",59794,59805 -"289747",59794,84510 -"289748",59794,92062 -"289749",59794,93349 -"289750",59794,95804 -"289751",59797,80176 -"289752",59798,70907 -"289753",59798,71683 -"289754",59798,77125 -"289755",59798,78398 -"289756",59798,82426 -"289757",59798,84343 -"289758",59798,85000 -"289759",59798,85101 -"289760",59798,88712 -"289761",59798,91682 -"289762",59798,95267 -"289763",59798,97580 -"289764",59798,98727 -"289765",59798,98776 -"289766",59798,100795 -"289767",59798,106824 -"289768",59798,108879 -"289769",59798,109166 -"289770",59798,109858 -"289771",59798,109878 -"289772",59798,112962 -"289773",59798,113990 -"289774",59798,115413 -"289775",59798,116123 -"289776",59798,117258 -"289777",59798,117560 -"289778",59798,118128 -"289779",59798,118836 -"289780",59798,118866 -"289781",59798,118873 -"289782",59798,119131 -"289783",59798,119513 -"289784",59798,119716 -"289785",59798,119769 -"289786",59798,120123 -"289787",59798,120169 -"289788",59798,120725 -"289789",59798,120944 -"289790",59798,121609 -"289791",59798,122007 -"289792",59798,122032 -"289793",59798,122035 -"289794",59798,122724 -"289795",59798,123070 -"289796",59798,123394 -"289797",59798,123490 -"289798",59800,63895 -"289799",59800,63935 -"289800",59800,63947 -"289801",59800,63962 -"289802",59800,95642 -"289803",59802,75668 -"289804",59802,78504 -"289805",59802,78506 -"289806",59803,60645 -"289807",59804,81052 -"289808",59804,81066 -"289809",59805,67477 -"289810",59805,79849 -"289811",59805,81061 -"289812",59805,95772 -"289813",59805,108190 -"289814",59805,109109 -"289815",59806,60078 -"289816",59806,68078 -"289817",59806,74082 -"289818",59806,79534 -"289819",59807,69181 -"289820",59807,108991 -"289821",59807,110407 -"289822",59807,113802 -"289823",59807,114059 -"289824",59807,116410 -"289825",59808,73207 -"289826",59809,61907 -"289827",59810,59815 -"289828",59810,98821 -"289829",59811,72080 -"289830",59813,67486 -"289831",59813,79652 -"289832",59813,121902 -"289833",59814,63131 -"289834",59815,61576 -"289835",59815,65249 -"289836",59815,90864 -"289837",59816,61874 -"289838",59816,63274 -"289839",59816,66322 -"289840",59816,67186 -"289841",59816,67327 -"289842",59816,70233 -"289843",59816,70854 -"289844",59816,71683 -"289845",59816,72568 -"289846",59816,72628 -"289847",59816,73767 -"289848",59816,73951 -"289849",59816,78288 -"289850",59816,78532 -"289851",59816,81609 -"289852",59816,85885 -"289853",59816,91255 -"289854",59816,92247 -"289855",59816,92352 -"289856",59816,92362 -"289857",59816,92929 -"289858",59816,93719 -"289859",59816,94906 -"289860",59816,94946 -"289861",59816,95889 -"289862",59816,96093 -"289863",59816,97988 -"289864",59816,98892 -"289865",59816,99309 -"289866",59816,99376 -"289867",59816,99450 -"289868",59816,99471 -"289869",59816,99474 -"289870",59816,100916 -"289871",59816,100944 -"289872",59816,101126 -"289873",59816,101329 -"289874",59816,105557 -"289875",59816,107199 -"289876",59816,108743 -"289877",59816,108980 -"289878",59816,109291 -"289879",59816,109933 -"289880",59816,110483 -"289881",59816,110567 -"289882",59816,110572 -"289883",59816,110630 -"289884",59816,110648 -"289885",59816,110711 -"289886",59816,110770 -"289887",59816,110869 -"289888",59816,110911 -"289889",59816,111285 -"289890",59816,111314 -"289891",59816,111362 -"289892",59816,111372 -"289893",59816,111424 -"289894",59816,111433 -"289895",59816,112422 -"289896",59816,113269 -"289897",59816,113430 -"289898",59816,114242 -"289899",59816,114842 -"289900",59816,115427 -"289901",59816,115521 -"289902",59816,115711 -"289903",59816,117549 -"289904",59817,63986 -"289905",59817,65218 -"289906",59817,65989 -"289907",59817,71557 -"289908",59817,71791 -"289909",59817,71800 -"289910",59817,71801 -"289911",59820,69398 -"289912",59820,109412 -"289913",59822,72041 -"289914",59822,72042 -"289915",59823,60497 -"289916",59823,60502 -"289917",59823,60504 -"289918",59824,62393 -"289919",59824,116641 -"289920",59824,116862 -"289921",59825,97761 -"289922",59826,83561 -"289923",59827,74763 -"289924",59827,83105 -"289925",59827,87878 -"289926",59827,87892 -"289927",59828,71253 -"289928",59828,74995 -"289929",59829,63061 -"289930",59830,59895 -"289931",59830,104395 -"289932",59830,108229 -"289933",59830,123153 -"289934",59831,103781 -"289935",59833,71243 -"289936",59833,85540 -"289937",59833,85924 -"289938",59835,108680 -"289939",59836,77585 -"289940",59836,80760 -"289941",59837,83968 -"289942",59837,108172 -"289943",59838,68434 -"289944",59838,69801 -"289945",59839,66224 -"289946",59839,68723 -"289947",59839,69871 -"289948",59839,70919 -"289949",59839,71930 -"289950",59839,72052 -"289951",59839,74311 -"289952",59842,88531 -"289953",59843,99110 -"289954",59843,101477 -"289955",59843,108415 -"289956",59844,59902 -"289957",59844,76917 -"289958",59844,117882 -"289959",59845,59899 -"289960",59846,69522 -"289961",59848,70014 -"289962",59849,76014 -"289963",59850,67269 -"289964",59850,68936 -"289965",59851,82447 -"289966",59852,70304 -"289967",59852,72385 -"289968",59852,81870 -"289969",59852,91779 -"289970",59852,94334 -"289971",59852,95469 -"289972",59852,102341 -"289973",59852,108430 -"289974",59852,122496 -"289975",59852,122502 -"289976",59853,102009 -"289977",59853,106973 -"289978",59854,63115 -"289979",59854,91381 -"289980",59854,99528 -"289981",59855,78006 -"289982",59856,60373 -"289983",59856,113618 -"289984",59858,90994 -"289985",59858,110457 -"289986",59858,119473 -"289987",59861,74711 -"289988",59862,59886 -"289989",59863,72940 -"289990",59863,74699 -"289991",59863,84924 -"289992",59863,91178 -"289993",59863,97636 -"289994",59863,103074 -"289995",59864,73254 -"289996",59864,84214 -"289997",59864,94670 -"289998",59864,98605 -"289999",59865,99532 -"290000",59865,120447 -"290001",59866,89777 -"290002",59866,101140 -"290003",59867,106134 -"290004",59867,122802 -"290005",59868,60778 -"290006",59868,102820 -"290007",59868,102821 -"290008",59869,59912 -"290009",59869,59913 -"290010",59870,66610 -"290011",59871,73688 -"290012",59872,63942 -"290013",59872,70875 -"290014",59873,68346 -"290015",59873,72597 -"290016",59873,94791 -"290017",59873,94809 -"290018",59875,63221 -"290019",59876,59906 -"290020",59876,103413 -"290021",59876,115009 -"290022",59876,115010 -"290023",59877,59890 -"290024",59878,65708 -"290025",59878,100253 -"290026",59878,103843 -"290027",59879,105201 -"290028",59883,63436 -"290029",59883,85945 -"290030",59884,61174 -"290031",59884,85192 -"290032",59884,85208 -"290033",59887,59925 -"290034",59887,69215 -"290035",59887,70227 -"290036",59887,77963 -"290037",59887,105262 -"290038",59887,110454 -"290039",59887,114612 -"290040",59887,114895 -"290041",59887,115124 -"290042",59888,68990 -"290043",59892,59893 -"290044",59892,67523 -"290045",59893,62271 -"290046",59894,78306 -"290047",59894,78959 -"290048",59894,81057 -"290049",59894,89894 -"290050",59896,75060 -"290051",59896,92749 -"290052",59896,113144 -"290053",59897,61419 -"290054",59897,62241 -"290055",59897,114030 -"290056",59898,111550 -"290057",59900,62950 -"290058",59900,64422 -"290059",59900,67807 -"290060",59900,70852 -"290061",59900,72430 -"290062",59900,72476 -"290063",59906,94568 -"290064",59906,101987 -"290065",59906,115009 -"290066",59906,115010 -"290067",59908,84051 -"290068",59908,86857 -"290069",59910,77178 -"290070",59910,90471 -"290071",59910,91190 -"290072",59910,103600 -"290073",59911,94274 -"290074",59912,59913 -"290075",59914,65886 -"290076",59915,62668 -"290077",59915,70279 -"290078",59915,70473 -"290079",59915,70981 -"290080",59915,71825 -"290081",59915,71837 -"290082",59915,77625 -"290083",59915,79681 -"290084",59915,79954 -"290085",59915,82452 -"290086",59915,85300 -"290087",59915,88409 -"290088",59915,90883 -"290089",59915,91383 -"290090",59915,92113 -"290091",59915,98904 -"290092",59915,102940 -"290093",59915,118577 -"290094",59915,119085 -"290095",59915,119224 -"290096",59915,119439 -"290097",59915,120085 -"290098",59915,120232 -"290099",59915,121213 -"290100",59916,59917 -"290101",59916,73206 -"290102",59916,73968 -"290103",59916,76288 -"290104",59916,112371 -"290105",59916,115426 -"290106",59916,115439 -"290107",59916,120184 -"290108",59918,67417 -"290109",59919,67655 -"290110",59919,98209 -"290111",59920,61592 -"290112",59920,68705 -"290113",59920,120787 -"290114",59921,60531 -"290115",59921,73737 -"290116",59921,102426 -"290117",59923,75881 -"290118",59925,73058 -"290119",59925,80085 -"290120",59925,80895 -"290121",59925,91017 -"290122",59925,106852 -"290123",59925,106857 -"290124",59925,106897 -"290125",59925,106901 -"290126",59926,87549 -"290127",59927,83992 -"290128",59928,60533 -"290129",59928,106201 -"290130",59928,117829 -"290131",59929,60115 -"290132",59929,71132 -"290133",59930,60186 -"290134",59931,79025 -"290135",59931,84160 -"290136",59931,92420 -"290137",59931,104770 -"290138",59931,114383 -"290139",59931,116267 -"290140",59933,59943 -"290141",59933,60379 -"290142",59934,74222 -"290143",59934,120971 -"290144",59935,60568 -"290145",59936,71118 -"290146",59936,72096 -"290147",59936,75784 -"290148",59936,76128 -"290149",59937,72480 -"290150",59937,73848 -"290151",59937,76682 -"290152",59937,82253 -"290153",59937,107347 -"290154",59938,69998 -"290155",59938,70104 -"290156",59939,79082 -"290157",59939,88699 -"290158",59939,90966 -"290159",59939,91912 -"290160",59939,92609 -"290161",59939,94240 -"290162",59939,94671 -"290163",59939,95140 -"290164",59939,100230 -"290165",59939,101793 -"290166",59939,102264 -"290167",59940,67363 -"290168",59940,68942 -"290169",59940,71230 -"290170",59940,76278 -"290171",59940,76740 -"290172",59940,76786 -"290173",59940,77272 -"290174",59940,77357 -"290175",59940,77402 -"290176",59940,77639 -"290177",59940,78248 -"290178",59940,78255 -"290179",59940,78339 -"290180",59940,78410 -"290181",59940,78445 -"290182",59940,79022 -"290183",59940,79716 -"290184",59940,79989 -"290185",59940,80281 -"290186",59940,81728 -"290187",59940,82196 -"290188",59940,82383 -"290189",59940,82810 -"290190",59940,82854 -"290191",59940,83853 -"290192",59940,83884 -"290193",59940,84379 -"290194",59940,84613 -"290195",59940,85465 -"290196",59940,85610 -"290197",59940,86351 -"290198",59940,86451 -"290199",59940,86882 -"290200",59940,87175 -"290201",59940,87451 -"290202",59940,87521 -"290203",59940,87572 -"290204",59940,87663 -"290205",59940,87721 -"290206",59940,87862 -"290207",59941,60257 -"290208",59941,61408 -"290209",59941,63265 -"290210",59941,64051 -"290211",59941,64117 -"290212",59941,64251 -"290213",59941,64557 -"290214",59941,64582 -"290215",59941,67500 -"290216",59941,67553 -"290217",59941,67554 -"290218",59941,68083 -"290219",59941,68097 -"290220",59941,68114 -"290221",59942,84190 -"290222",59943,60379 -"290223",59943,61492 -"290224",59943,119183 -"290225",59943,119232 -"290226",59944,59945 -"290227",59944,85155 -"290228",59944,95940 -"290229",59944,98997 -"290230",59945,86328 -"290231",59945,86367 -"290232",59945,98924 -"290233",59946,92327 -"290234",59947,79937 -"290235",59947,99152 -"290236",59947,102100 -"290237",59947,106318 -"290238",59947,112830 -"290239",59947,115853 -"290240",59948,62718 -"290241",59950,59964 -"290242",59950,85577 -"290243",59950,114100 -"290244",59951,90536 -"290245",59951,122325 -"290246",59952,62840 -"290247",59953,69037 -"290248",59953,74558 -"290249",59953,74653 -"290250",59953,75054 -"290251",59953,86353 -"290252",59953,87835 -"290253",59953,101644 -"290254",59953,107496 -"290255",59954,59989 -"290256",59954,60196 -"290257",59954,60834 -"290258",59954,60857 -"290259",59954,60880 -"290260",59954,74773 -"290261",59955,60477 -"290262",59955,61188 -"290263",59955,62678 -"290264",59955,63331 -"290265",59955,83704 -"290266",59956,64230 -"290267",59957,59978 -"290268",59957,59980 -"290269",59957,59981 -"290270",59957,68914 -"290271",59958,77661 -"290272",59958,79009 -"290273",59958,79041 -"290274",59959,81487 -"290275",59960,62547 -"290276",59961,60184 -"290277",59963,60302 -"290278",59963,79270 -"290279",59963,87224 -"290280",59963,88775 -"290281",59963,106886 -"290282",59965,65402 -"290283",59965,97086 -"290284",59968,92369 -"290285",59970,77668 -"290286",59971,60213 -"290287",59971,95548 -"290288",59971,111264 -"290289",59973,79538 -"290290",59974,60849 -"290291",59975,86943 -"290292",59975,110284 -"290293",59976,71931 -"290294",59978,59980 -"290295",59978,59981 -"290296",59978,91474 -"290297",59980,59981 -"290298",59980,60766 -"290299",59980,106069 -"290300",59980,106086 -"290301",59980,106087 -"290302",59980,106091 -"290303",59980,106094 -"290304",59982,76217 -"290305",59982,86175 -"290306",59982,109247 -"290307",59982,110608 -"290308",59982,121550 -"290309",59983,66945 -"290310",59985,100611 -"290311",59986,72720 -"290312",59989,60196 -"290313",59989,60834 -"290314",59989,60857 -"290315",59989,60880 -"290316",59990,69583 -"290317",59990,87718 -"290318",59991,62133 -"290319",59992,61242 -"290320",59992,67559 -"290321",59992,107588 -"290322",59994,60243 -"290323",59995,117031 -"290324",59997,62990 -"290325",59997,95888 -"290326",60000,120829 -"290327",60002,64734 -"290328",60002,92266 -"290329",60002,94126 -"290330",60003,63748 -"290331",60004,60245 -"290332",60004,60264 -"290333",60005,94389 -"290334",60006,60015 -"290335",60007,81592 -"290336",60007,106384 -"290337",60007,109079 -"290338",60007,118548 -"290339",60009,60466 -"290340",60012,119826 -"290341",60014,85479 -"290342",60016,86062 -"290343",60016,87408 -"290344",60016,95034 -"290345",60016,102913 -"290346",60017,62531 -"290347",60017,67256 -"290348",60019,77362 -"290349",60019,78265 -"290350",60019,84671 -"290351",60020,60160 -"290352",60020,100758 -"290353",60020,122485 -"290354",60022,83385 -"290355",60024,70269 -"290356",60024,78877 -"290357",60024,80759 -"290358",60025,66984 -"290359",60026,68685 -"290360",60027,70734 -"290361",60029,94109 -"290362",60030,60061 -"290363",60030,60074 -"290364",60030,60079 -"290365",60030,60191 -"290366",60030,60326 -"290367",60030,60763 -"290368",60031,71962 -"290369",60031,77572 -"290370",60031,122288 -"290371",60032,60057 -"290372",60032,71831 -"290373",60033,90871 -"290374",60033,102762 -"290375",60034,70810 -"290376",60034,72389 -"290377",60034,76305 -"290378",60034,83132 -"290379",60034,116738 -"290380",60036,60063 -"290381",60039,108188 -"290382",60040,70536 -"290383",60040,70573 -"290384",60040,74644 -"290385",60044,70671 -"290386",60044,82095 -"290387",60044,95048 -"290388",60044,95049 -"290389",60044,101526 -"290390",60044,106168 -"290391",60045,60090 -"290392",60047,60242 -"290393",60047,64351 -"290394",60047,80913 -"290395",60047,86457 -"290396",60047,98184 -"290397",60047,100751 -"290398",60048,63239 -"290399",60048,103425 -"290400",60048,103954 -"290401",60049,63976 -"290402",60050,104268 -"290403",60050,118328 -"290404",60052,97793 -"290405",60052,109366 -"290406",60053,60073 -"290407",60053,109521 -"290408",60053,114831 -"290409",60053,121231 -"290410",60053,121234 -"290411",60054,68530 -"290412",60054,82031 -"290413",60054,94302 -"290414",60054,108401 -"290415",60054,117430 -"290416",60054,120064 -"290417",60055,96595 -"290418",60055,109123 -"290419",60057,71831 -"290420",60058,60923 -"290421",60059,73357 -"290422",60059,101704 -"290423",60059,101917 -"290424",60060,69802 -"290425",60060,73460 -"290426",60060,76696 -"290427",60060,77650 -"290428",60060,109052 -"290429",60061,60074 -"290430",60061,60079 -"290431",60061,60191 -"290432",60061,60326 -"290433",60061,60763 -"290434",60063,65951 -"290435",60063,65952 -"290436",60063,100239 -"290437",60063,115753 -"290438",60064,89372 -"290439",60065,61259 -"290440",60065,62172 -"290441",60065,89542 -"290442",60065,101619 -"290443",60065,103189 -"290444",60065,120212 -"290445",60066,60067 -"290446",60066,70219 -"290447",60066,86837 -"290448",60066,118528 -"290449",60068,71333 -"290450",60069,95664 -"290451",60069,105441 -"290452",60069,123110 -"290453",60070,68601 -"290454",60070,68602 -"290455",60072,75760 -"290456",60073,89940 -"290457",60073,97604 -"290458",60073,110560 -"290459",60074,60079 -"290460",60074,60191 -"290461",60074,60326 -"290462",60074,60763 -"290463",60075,82739 -"290464",60075,105594 -"290465",60075,109161 -"290466",60076,61087 -"290467",60076,97639 -"290468",60077,64644 -"290469",60077,102701 -"290470",60077,102758 -"290471",60078,67278 -"290472",60079,60191 -"290473",60079,60326 -"290474",60079,60763 -"290475",60081,91910 -"290476",60081,93417 -"290477",60083,102429 -"290478",60083,106177 -"290479",60083,112027 -"290480",60084,65314 -"290481",60085,61785 -"290482",60085,69075 -"290483",60085,78300 -"290484",60085,79010 -"290485",60085,89308 -"290486",60085,90390 -"290487",60085,107371 -"290488",60086,60089 -"290489",60088,61783 -"290490",60088,79436 -"290491",60089,61955 -"290492",60089,66735 -"290493",60089,73208 -"290494",60091,60175 -"290495",60091,71109 -"290496",60092,74564 -"290497",60092,99001 -"290498",60093,106202 -"290499",60093,112273 -"290500",60094,71757 -"290501",60094,82207 -"290502",60094,104987 -"290503",60094,118935 -"290504",60095,60474 -"290505",60095,95105 -"290506",60097,60183 -"290507",60097,99574 -"290508",60097,100112 -"290509",60097,100120 -"290510",60097,100157 -"290511",60097,100167 -"290512",60097,100170 -"290513",60097,100172 -"290514",60097,100174 -"290515",60097,100188 -"290516",60097,100724 -"290517",60097,100757 -"290518",60097,100784 -"290519",60098,60165 -"290520",60100,82417 -"290521",60100,98573 -"290522",60101,68993 -"290523",60101,104337 -"290524",60101,104338 -"290525",60101,106740 -"290526",60101,119051 -"290527",60102,76989 -"290528",60102,78421 -"290529",60102,101504 -"290530",60103,87246 -"290531",60103,115332 -"290532",60105,84015 -"290533",60107,60108 -"290534",60109,120577 -"290535",60109,120650 -"290536",60111,61283 -"290537",60111,67015 -"290538",60111,96728 -"290539",60111,96738 -"290540",60111,102063 -"290541",60111,109978 -"290542",60111,109979 -"290543",60111,109980 -"290544",60111,109981 -"290545",60113,60119 -"290546",60113,60181 -"290547",60113,106224 -"290548",60114,65654 -"290549",60114,65675 -"290550",60114,65710 -"290551",60114,65751 -"290552",60115,71132 -"290553",60116,93575 -"290554",60116,97009 -"290555",60117,63762 -"290556",60117,80840 -"290557",60117,82744 -"290558",60117,97422 -"290559",60119,60181 -"290560",60120,66626 -"290561",60120,68167 -"290562",60120,71045 -"290563",60121,60164 -"290564",60124,79438 -"290565",60127,60138 -"290566",60127,60147 -"290567",60127,60149 -"290568",60127,60168 -"290569",60128,60129 -"290570",60131,96802 -"290571",60131,118365 -"290572",60132,80626 -"290573",60132,119491 -"290574",60134,68997 -"290575",60134,81914 -"290576",60134,87748 -"290577",60134,106186 -"290578",60136,86076 -"290579",60138,60147 -"290580",60138,60149 -"290581",60138,60168 -"290582",60139,62267 -"290583",60141,101793 -"290584",60142,60190 -"290585",60144,64762 -"290586",60145,71604 -"290587",60147,60149 -"290588",60147,60168 -"290589",60148,60158 -"290590",60148,60179 -"290591",60148,63545 -"290592",60148,66273 -"290593",60148,66330 -"290594",60149,60168 -"290595",60150,93410 -"290596",60150,97195 -"290597",60150,98506 -"290598",60151,110063 -"290599",60152,60161 -"290600",60153,71599 -"290601",60155,64794 -"290602",60155,64859 -"290603",60155,83705 -"290604",60155,84525 -"290605",60155,84535 -"290606",60156,62299 -"290607",60157,60754 -"290608",60158,60179 -"290609",60159,68010 -"290610",60159,75045 -"290611",60159,75046 -"290612",60159,75122 -"290613",60161,65952 -"290614",60161,78493 -"290615",60161,87198 -"290616",60161,92785 -"290617",60161,94569 -"290618",60161,112240 -"290619",60161,113002 -"290620",60161,113189 -"290621",60163,61097 -"290622",60163,68979 -"290623",60163,69092 -"290624",60163,69101 -"290625",60163,69115 -"290626",60163,69161 -"290627",60163,85196 -"290628",60163,85231 -"290629",60166,69550 -"290630",60166,95638 -"290631",60167,69179 -"290632",60167,78996 -"290633",60167,79600 -"290634",60170,61614 -"290635",60170,61637 -"290636",60170,74184 -"290637",60171,61628 -"290638",60173,61691 -"290639",60176,117032 -"290640",60178,77080 -"290641",60178,95052 -"290642",60178,97292 -"290643",60178,97755 -"290644",60180,61165 -"290645",60180,66864 -"290646",60180,71546 -"290647",60180,74923 -"290648",60180,75131 -"290649",60180,75132 -"290650",60180,75186 -"290651",60182,60253 -"290652",60182,60254 -"290653",60182,88396 -"290654",60183,69478 -"290655",60183,85658 -"290656",60183,91762 -"290657",60183,99574 -"290658",60183,99581 -"290659",60183,99592 -"290660",60183,99598 -"290661",60183,104631 -"290662",60183,107688 -"290663",60189,94905 -"290664",60189,98510 -"290665",60189,105875 -"290666",60190,69159 -"290667",60191,60326 -"290668",60191,60763 -"290669",60191,60891 -"290670",60191,64884 -"290671",60191,67284 -"290672",60191,70868 -"290673",60192,92225 -"290674",60192,92343 -"290675",60192,119410 -"290676",60194,82993 -"290677",60195,79811 -"290678",60195,91296 -"290679",60195,109845 -"290680",60196,60834 -"290681",60196,60857 -"290682",60196,60880 -"290683",60197,72770 -"290684",60197,117191 -"290685",60198,69628 -"290686",60198,97762 -"290687",60201,62357 -"290688",60201,86358 -"290689",60201,93710 -"290690",60201,94697 -"290691",60201,100880 -"290692",60201,111119 -"290693",60202,71029 -"290694",60202,71181 -"290695",60202,71199 -"290696",60203,80970 -"290697",60203,94825 -"290698",60203,96016 -"290699",60203,96032 -"290700",60204,60612 -"290701",60206,62908 -"290702",60206,76164 -"290703",60206,107926 -"290704",60208,94044 -"290705",60208,94057 -"290706",60209,107822 -"290707",60209,107841 -"290708",60210,64193 -"290709",60210,65134 -"290710",60210,67168 -"290711",60210,72697 -"290712",60212,65102 -"290713",60212,66762 -"290714",60212,75634 -"290715",60214,67903 -"290716",60218,80992 -"290717",60220,60557 -"290718",60220,87970 -"290719",60222,79970 -"290720",60222,118812 -"290721",60223,60246 -"290722",60223,112573 -"290723",60223,113849 -"290724",60223,122193 -"290725",60224,63114 -"290726",60226,95560 -"290727",60227,87277 -"290728",60228,60828 -"290729",60228,69570 -"290730",60228,93452 -"290731",60229,61790 -"290732",60229,74062 -"290733",60229,78868 -"290734",60229,81289 -"290735",60229,83047 -"290736",60229,101030 -"290737",60229,104897 -"290738",60229,107946 -"290739",60231,105082 -"290740",60231,105083 -"290741",60232,64790 -"290742",60232,64792 -"290743",60233,64385 -"290744",60233,64870 -"290745",60233,64871 -"290746",60233,64884 -"290747",60233,64921 -"290748",60236,60320 -"290749",60238,74318 -"290750",60238,76564 -"290751",60238,83526 -"290752",60238,100332 -"290753",60238,103397 -"290754",60239,103987 -"290755",60239,103988 -"290756",60240,62535 -"290757",60241,62766 -"290758",60241,70233 -"290759",60241,82586 -"290760",60241,82943 -"290761",60241,87389 -"290762",60241,97278 -"290763",60241,99961 -"290764",60241,101567 -"290765",60241,103201 -"290766",60241,104730 -"290767",60241,105625 -"290768",60241,107797 -"290769",60241,108193 -"290770",60241,111221 -"290771",60241,111324 -"290772",60241,111364 -"290773",60241,111365 -"290774",60241,115957 -"290775",60241,118083 -"290776",60241,121052 -"290777",60241,121057 -"290778",60242,66770 -"290779",60242,76055 -"290780",60242,78236 -"290781",60242,99161 -"290782",60243,87875 -"290783",60245,60264 -"290784",60245,85452 -"290785",60247,78902 -"290786",60251,77178 -"290787",60251,78422 -"290788",60251,89273 -"290789",60251,93020 -"290790",60251,109752 -"290791",60253,60254 -"290792",60255,92248 -"290793",60256,67591 -"290794",60256,75507 -"290795",60257,64051 -"290796",60257,64117 -"290797",60257,64251 -"290798",60257,64557 -"290799",60257,64582 -"290800",60258,62064 -"290801",60258,67815 -"290802",60258,71504 -"290803",60258,85205 -"290804",60258,99872 -"290805",60258,122660 -"290806",60259,62239 -"290807",60259,62557 -"290808",60259,62576 -"290809",60259,62626 -"290810",60259,62627 -"290811",60259,66374 -"290812",60260,82165 -"290813",60260,96848 -"290814",60260,99009 -"290815",60261,66602 -"290816",60261,66618 -"290817",60261,85775 -"290818",60261,115193 -"290819",60261,121896 -"290820",60264,111418 -"290821",60265,112169 -"290822",60265,112187 -"290823",60265,114918 -"290824",60267,91193 -"290825",60270,60350 -"290826",60271,60353 -"290827",60271,108845 -"290828",60272,93152 -"290829",60273,60767 -"290830",60273,63985 -"290831",60273,66479 -"290832",60273,66587 -"290833",60273,66621 -"290834",60273,66628 -"290835",60273,72689 -"290836",60274,70647 -"290837",60275,114213 -"290838",60276,74454 -"290839",60277,60295 -"290840",60277,60866 -"290841",60277,63967 -"290842",60278,86963 -"290843",60279,61882 -"290844",60280,84022 -"290845",60280,85161 -"290846",60280,111260 -"290847",60280,115561 -"290848",60280,117160 -"290849",60281,73709 -"290850",60281,78390 -"290851",60281,78669 -"290852",60281,82136 -"290853",60281,87811 -"290854",60281,99900 -"290855",60281,100046 -"290856",60281,105503 -"290857",60281,117844 -"290858",60282,86290 -"290859",60282,99850 -"290860",60283,61686 -"290861",60283,62981 -"290862",60283,65750 -"290863",60283,66449 -"290864",60283,69551 -"290865",60284,61573 -"290866",60284,67982 -"290867",60286,61685 -"290868",60286,65339 -"290869",60287,87158 -"290870",60287,90771 -"290871",60287,101010 -"290872",60289,60352 -"290873",60289,97004 -"290874",60289,103286 -"290875",60289,103379 -"290876",60290,67200 -"290877",60290,90702 -"290878",60290,92079 -"290879",60291,60459 -"290880",60292,75130 -"290881",60293,67074 -"290882",60293,67140 -"290883",60293,67153 -"290884",60294,60354 -"290885",60296,98389 -"290886",60296,105121 -"290887",60296,107593 -"290888",60296,120939 -"290889",60296,120949 -"290890",60297,78911 -"290891",60298,71469 -"290892",60298,91128 -"290893",60300,60321 -"290894",60301,60310 -"290895",60301,60348 -"290896",60301,60407 -"290897",60302,70321 -"290898",60302,75204 -"290899",60302,79204 -"290900",60302,79616 -"290901",60302,84431 -"290902",60302,99312 -"290903",60303,89051 -"290904",60303,120793 -"290905",60308,74596 -"290906",60308,85743 -"290907",60310,60348 -"290908",60310,60407 -"290909",60312,62854 -"290910",60312,62859 -"290911",60312,62885 -"290912",60316,60922 -"290913",60316,62245 -"290914",60316,81849 -"290915",60316,85943 -"290916",60316,106968 -"290917",60317,99351 -"290918",60320,72207 -"290919",60320,84402 -"290920",60320,104131 -"290921",60320,105283 -"290922",60322,60472 -"290923",60324,87330 -"290924",60325,120492 -"290925",60326,60763 -"290926",60326,71929 -"290927",60326,72185 -"290928",60326,72186 -"290929",60326,72195 -"290930",60326,72201 -"290931",60326,74026 -"290932",60326,74048 -"290933",60328,82998 -"290934",60328,84093 -"290935",60328,89277 -"290936",60328,99128 -"290937",60328,101772 -"290938",60329,74613 -"290939",60329,109860 -"290940",60330,103721 -"290941",60330,105539 -"290942",60330,116975 -"290943",60331,79313 -"290944",60331,90479 -"290945",60332,60333 -"290946",60332,60355 -"290947",60332,61328 -"290948",60332,84944 -"290949",60332,97415 -"290950",60333,60355 -"290951",60333,61328 -"290952",60333,87053 -"290953",60333,118058 -"290954",60334,60503 -"290955",60334,80838 -"290956",60335,61429 -"290957",60335,61475 -"290958",60336,60337 -"290959",60336,60342 -"290960",60336,68694 -"290961",60337,68694 -"290962",60338,63868 -"290963",60338,64605 -"290964",60338,66171 -"290965",60339,66799 -"290966",60339,94092 -"290967",60339,115879 -"290968",60340,79623 -"290969",60340,91580 -"290970",60340,91623 -"290971",60341,60505 -"290972",60341,112797 -"290973",60343,79035 -"290974",60343,88679 -"290975",60343,88688 -"290976",60343,89081 -"290977",60343,89109 -"290978",60343,89138 -"290979",60343,89140 -"290980",60343,89143 -"290981",60343,89148 -"290982",60343,89162 -"290983",60343,97289 -"290984",60343,99925 -"290985",60344,64118 -"290986",60344,113395 -"290987",60344,114810 -"290988",60345,62464 -"290989",60345,65647 -"290990",60345,78444 -"290991",60345,80588 -"290992",60345,82793 -"290993",60345,84666 -"290994",60345,84709 -"290995",60345,85322 -"290996",60345,85403 -"290997",60345,85414 -"290998",60345,85415 -"290999",60347,82548 -"291000",60347,82597 -"291001",60348,60407 -"291002",60348,61478 -"291003",60351,109478 -"291004",60353,79512 -"291005",60354,71515 -"291006",60354,74623 -"291007",60355,91466 -"291008",60355,95834 -"291009",60355,108059 -"291010",60356,85524 -"291011",60357,60388 -"291012",60359,65060 -"291013",60360,89280 -"291014",60360,89889 -"291015",60360,114812 -"291016",60361,60655 -"291017",60361,60754 -"291018",60361,61809 -"291019",60362,60430 -"291020",60362,60731 -"291021",60365,60512 -"291022",60369,60818 -"291023",60370,60371 -"291024",60372,63713 -"291025",60373,71111 -"291026",60373,90497 -"291027",60373,114043 -"291028",60374,67586 -"291029",60374,70847 -"291030",60374,71040 -"291031",60375,62806 -"291032",60375,64367 -"291033",60375,72140 -"291034",60375,101036 -"291035",60375,118538 -"291036",60375,121365 -"291037",60376,79539 -"291038",60376,95025 -"291039",60379,103947 -"291040",60379,105210 -"291041",60379,121610 -"291042",60379,121616 -"291043",60380,68501 -"291044",60380,71888 -"291045",60380,83709 -"291046",60380,98816 -"291047",60380,100977 -"291048",60380,102999 -"291049",60382,60928 -"291050",60383,77472 -"291051",60384,73175 -"291052",60384,80415 -"291053",60384,89846 -"291054",60384,103306 -"291055",60385,69722 -"291056",60385,73016 -"291057",60385,76590 -"291058",60385,77506 -"291059",60385,101349 -"291060",60386,70992 -"291061",60386,100532 -"291062",60386,104891 -"291063",60388,71156 -"291064",60388,78773 -"291065",60388,84780 -"291066",60390,67697 -"291067",60397,60648 -"291068",60397,60680 -"291069",60397,60694 -"291070",60397,92748 -"291071",60397,94802 -"291072",60398,60441 -"291073",60398,60534 -"291074",60398,67650 -"291075",60398,114134 -"291076",60399,73424 -"291077",60401,62923 -"291078",60401,64493 -"291079",60401,64517 -"291080",60401,64694 -"291081",60401,64763 -"291082",60401,66126 -"291083",60402,60620 -"291084",60402,68823 -"291085",60402,97012 -"291086",60402,115929 -"291087",60403,112626 -"291088",60403,112643 -"291089",60406,77427 -"291090",60406,88904 -"291091",60406,99251 -"291092",60406,109458 -"291093",60406,112885 -"291094",60408,80411 -"291095",60409,79357 -"291096",60410,77265 -"291097",60410,77393 -"291098",60411,60485 -"291099",60413,69891 -"291100",60413,72062 -"291101",60413,83590 -"291102",60413,83738 -"291103",60416,99856 -"291104",60416,100723 -"291105",60418,69845 -"291106",60418,100774 -"291107",60418,107539 -"291108",60418,110487 -"291109",60418,110488 -"291110",60418,110492 -"291111",60418,112801 -"291112",60418,117215 -"291113",60419,109951 -"291114",60420,65445 -"291115",60420,70741 -"291116",60420,79270 -"291117",60421,60444 -"291118",60421,73991 -"291119",60421,75690 -"291120",60423,60700 -"291121",60424,60850 -"291122",60424,67182 -"291123",60424,68600 -"291124",60425,111073 -"291125",60426,95624 -"291126",60426,118002 -"291127",60428,67018 -"291128",60430,64212 -"291129",60430,94205 -"291130",60431,89207 -"291131",60431,111821 -"291132",60431,114313 -"291133",60432,69027 -"291134",60432,99069 -"291135",60433,60443 -"291136",60433,82678 -"291137",60433,83292 -"291138",60434,61791 -"291139",60434,63281 -"291140",60434,64587 -"291141",60435,60761 -"291142",60435,68010 -"291143",60436,60949 -"291144",60436,78597 -"291145",60436,94899 -"291146",60436,107010 -"291147",60437,60469 -"291148",60437,60507 -"291149",60437,63410 -"291150",60437,64453 -"291151",60437,64606 -"291152",60437,64986 -"291153",60437,66040 -"291154",60437,66054 -"291155",60439,60913 -"291156",60441,60534 -"291157",60442,82361 -"291158",60444,65016 -"291159",60444,65018 -"291160",60445,94294 -"291161",60445,118063 -"291162",60447,60448 -"291163",60447,65545 -"291164",60447,72862 -"291165",60447,86192 -"291166",60447,98564 -"291167",60450,60452 -"291168",60450,62985 -"291169",60451,75922 -"291170",60451,75928 -"291171",60451,78004 -"291172",60453,73712 -"291173",60456,70774 -"291174",60456,85638 -"291175",60456,90443 -"291176",60456,112501 -"291177",60457,60529 -"291178",60457,118166 -"291179",60458,78086 -"291180",60458,102922 -"291181",60460,60461 -"291182",60462,67407 -"291183",60462,93874 -"291184",60462,100339 -"291185",60462,106232 -"291186",60463,76966 -"291187",60463,80610 -"291188",60463,94712 -"291189",60464,75901 -"291190",60464,92658 -"291191",60465,60544 -"291192",60467,65891 -"291193",60467,66641 -"291194",60467,66764 -"291195",60468,62659 -"291196",60468,80391 -"291197",60468,87613 -"291198",60468,89877 -"291199",60468,100768 -"291200",60469,60507 -"291201",60469,71631 -"291202",60469,71633 -"291203",60469,74121 -"291204",60470,73885 -"291205",60470,79688 -"291206",60471,60536 -"291207",60472,62200 -"291208",60473,62280 -"291209",60474,65426 -"291210",60474,71550 -"291211",60474,84689 -"291212",60474,84733 -"291213",60474,95105 -"291214",60474,117566 -"291215",60474,118307 -"291216",60474,118809 -"291217",60474,120235 -"291218",60475,102606 -"291219",60475,115505 -"291220",60476,90006 -"291221",60477,62678 -"291222",60477,63331 -"291223",60477,72557 -"291224",60477,83704 -"291225",60478,97907 -"291226",60478,97937 -"291227",60479,95472 -"291228",60479,116247 -"291229",60480,81645 -"291230",60481,79849 -"291231",60481,88911 -"291232",60481,91770 -"291233",60481,96518 -"291234",60481,99735 -"291235",60481,102734 -"291236",60481,110380 -"291237",60481,119237 -"291238",60482,70408 -"291239",60482,85271 -"291240",60482,93741 -"291241",60482,99980 -"291242",60482,102066 -"291243",60482,106151 -"291244",60482,106320 -"291245",60484,75476 -"291246",60485,72375 -"291247",60488,60532 -"291248",60490,60491 -"291249",60494,63772 -"291250",60494,77432 -"291251",60494,79451 -"291252",60494,79847 -"291253",60495,90191 -"291254",60495,93102 -"291255",60496,69074 -"291256",60497,60502 -"291257",60497,60504 -"291258",60498,62124 -"291259",60498,62137 -"291260",60498,62143 -"291261",60498,62149 -"291262",60498,62228 -"291263",60498,66485 -"291264",60498,66497 -"291265",60498,66523 -"291266",60498,69120 -"291267",60499,60714 -"291268",60502,60504 -"291269",60505,89905 -"291270",60507,66774 -"291271",60507,71722 -"291272",60507,75071 -"291273",60508,60509 -"291274",60508,60537 -"291275",60508,62234 -"291276",60508,62361 -"291277",60509,60537 -"291278",60510,84677 -"291279",60511,85186 -"291280",60511,104585 -"291281",60513,81561 -"291282",60514,79008 -"291283",60515,61160 -"291284",60515,61416 -"291285",60516,89306 -"291286",60516,90641 -"291287",60518,113422 -"291288",60520,93153 -"291289",60520,96969 -"291290",60521,60527 -"291291",60522,81882 -"291292",60523,64806 -"291293",60523,79219 -"291294",60523,91279 -"291295",60524,97592 -"291296",60524,114822 -"291297",60524,118711 -"291298",60525,105226 -"291299",60526,70052 -"291300",60528,111474 -"291301",60529,62916 -"291302",60529,83123 -"291303",60529,101424 -"291304",60530,112843 -"291305",60531,102426 -"291306",60534,68473 -"291307",60534,111018 -"291308",60534,111387 -"291309",60534,111390 -"291310",60534,111428 -"291311",60535,61031 -"291312",60535,61725 -"291313",60536,67137 -"291314",60536,83330 -"291315",60538,90569 -"291316",60538,90708 -"291317",60541,60542 -"291318",60541,60577 -"291319",60541,74185 -"291320",60542,60577 -"291321",60542,74185 -"291322",60543,81470 -"291323",60545,60559 -"291324",60547,69080 -"291325",60548,60604 -"291326",60548,60619 -"291327",60549,78080 -"291328",60550,72049 -"291329",60550,75095 -"291330",60551,112206 -"291331",60552,66601 -"291332",60552,67860 -"291333",60552,93865 -"291334",60555,65579 -"291335",60556,60598 -"291336",60556,60607 -"291337",60557,62010 -"291338",60560,82287 -"291339",60560,95801 -"291340",60561,102817 -"291341",60562,60994 -"291342",60564,111442 -"291343",60564,111524 -"291344",60565,60629 -"291345",60567,60886 -"291346",60569,86604 -"291347",60570,62570 -"291348",60570,65356 -"291349",60570,83612 -"291350",60572,74035 -"291351",60572,85600 -"291352",60573,60695 -"291353",60573,60806 -"291354",60575,63569 -"291355",60577,74185 -"291356",60578,106683 -"291357",60580,66917 -"291358",60580,66972 -"291359",60583,69154 -"291360",60583,72932 -"291361",60583,77930 -"291362",60583,78343 -"291363",60583,80080 -"291364",60583,81715 -"291365",60583,81720 -"291366",60583,84270 -"291367",60583,115518 -"291368",60584,64660 -"291369",60585,66981 -"291370",60586,70523 -"291371",60588,62782 -"291372",60588,62792 -"291373",60588,62795 -"291374",60589,106161 -"291375",60591,69032 -"291376",60593,105635 -"291377",60593,117332 -"291378",60593,121048 -"291379",60594,60595 -"291380",60594,61394 -"291381",60595,102556 -"291382",60596,63170 -"291383",60597,66517 -"291384",60597,76362 -"291385",60597,76887 -"291386",60597,80018 -"291387",60597,80776 -"291388",60597,87861 -"291389",60597,96760 -"291390",60598,60607 -"291391",60602,69346 -"291392",60602,116130 -"291393",60603,67788 -"291394",60603,77376 -"291395",60603,79377 -"291396",60603,82251 -"291397",60603,83458 -"291398",60603,92799 -"291399",60603,103682 -"291400",60604,60619 -"291401",60604,66003 -"291402",60604,73039 -"291403",60605,78869 -"291404",60605,102161 -"291405",60607,68047 -"291406",60609,79481 -"291407",60610,64955 -"291408",60610,90120 -"291409",60610,99023 -"291410",60610,108039 -"291411",60610,108145 -"291412",60611,103959 -"291413",60613,74820 -"291414",60614,89982 -"291415",60614,94397 -"291416",60615,74195 -"291417",60615,103635 -"291418",60616,60802 -"291419",60616,108585 -"291420",60616,108598 -"291421",60617,65597 -"291422",60617,80553 -"291423",60617,108955 -"291424",60617,118893 -"291425",60618,118210 -"291426",60619,66003 -"291427",60619,66409 -"291428",60621,104704 -"291429",60622,63648 -"291430",60622,79456 -"291431",60623,69616 -"291432",60623,77421 -"291433",60624,78501 -"291434",60624,82515 -"291435",60624,92196 -"291436",60624,97881 -"291437",60624,104132 -"291438",60624,120291 -"291439",60624,120293 -"291440",60626,61883 -"291441",60627,69277 -"291442",60627,70467 -"291443",60627,81567 -"291444",60627,117968 -"291445",60628,103018 -"291446",60630,60702 -"291447",60631,99871 -"291448",60633,61571 -"291449",60633,84523 -"291450",60633,88530 -"291451",60634,86329 -"291452",60635,81601 -"291453",60635,92347 -"291454",60636,80373 -"291455",60636,106429 -"291456",60639,93716 -"291457",60640,60671 -"291458",60641,93989 -"291459",60643,76621 -"291460",60643,80287 -"291461",60643,88545 -"291462",60643,94540 -"291463",60643,104680 -"291464",60643,114389 -"291465",60643,120226 -"291466",60644,71429 -"291467",60644,86178 -"291468",60644,92463 -"291469",60645,61435 -"291470",60645,78788 -"291471",60645,92674 -"291472",60645,106879 -"291473",60647,118380 -"291474",60647,119815 -"291475",60648,60680 -"291476",60648,60694 -"291477",60649,83932 -"291478",60650,90837 -"291479",60650,101138 -"291480",60650,109872 -"291481",60651,92961 -"291482",60651,93433 -"291483",60651,104309 -"291484",60652,60653 -"291485",60653,88979 -"291486",60654,85537 -"291487",60654,91825 -"291488",60654,101178 -"291489",60655,60754 -"291490",60655,61809 -"291491",60656,74393 -"291492",60656,88439 -"291493",60656,106714 -"291494",60656,106717 -"291495",60657,60665 -"291496",60660,72440 -"291497",60661,67672 -"291498",60661,69697 -"291499",60662,66943 -"291500",60663,74044 -"291501",60663,99989 -"291502",60664,73010 -"291503",60666,81564 -"291504",60667,95201 -"291505",60669,66780 -"291506",60669,66831 -"291507",60669,66842 -"291508",60669,76442 -"291509",60670,98909 -"291510",60671,72434 -"291511",60671,86659 -"291512",60672,68416 -"291513",60672,71065 -"291514",60672,89230 -"291515",60672,100959 -"291516",60672,101032 -"291517",60672,104703 -"291518",60672,107116 -"291519",60672,107477 -"291520",60672,108212 -"291521",60672,108234 -"291522",60672,108237 -"291523",60673,60785 -"291524",60673,73444 -"291525",60673,76315 -"291526",60673,79448 -"291527",60677,62946 -"291528",60677,66245 -"291529",60677,71628 -"291530",60677,71640 -"291531",60679,69424 -"291532",60680,60694 -"291533",60681,61860 -"291534",60681,62573 -"291535",60681,64450 -"291536",60681,66094 -"291537",60681,66820 -"291538",60681,82026 -"291539",60682,65341 -"291540",60682,71033 -"291541",60682,122892 -"291542",60682,122907 -"291543",60684,82844 -"291544",60684,101412 -"291545",60684,101765 -"291546",60684,102122 -"291547",60685,64605 -"291548",60686,68988 -"291549",60686,73273 -"291550",60686,91102 -"291551",60686,94430 -"291552",60686,97039 -"291553",60686,98645 -"291554",60686,105117 -"291555",60687,121853 -"291556",60689,75672 -"291557",60689,93383 -"291558",60689,101836 -"291559",60690,74578 -"291560",60691,61456 -"291561",60691,88266 -"291562",60692,115756 -"291563",60692,115990 -"291564",60692,116827 -"291565",60693,73779 -"291566",60693,73793 -"291567",60695,60806 -"291568",60695,69414 -"291569",60698,63592 -"291570",60698,65409 -"291571",60698,65467 -"291572",60698,65664 -"291573",60698,65700 -"291574",60698,65752 -"291575",60699,95065 -"291576",60699,110271 -"291577",60699,119539 -"291578",60700,88479 -"291579",60702,99161 -"291580",60704,88232 -"291581",60705,60904 -"291582",60706,61532 -"291583",60706,69651 -"291584",60707,63222 -"291585",60708,67895 -"291586",60708,75911 -"291587",60708,77829 -"291588",60708,84247 -"291589",60711,89173 -"291590",60711,89174 -"291591",60713,106306 -"291592",60714,69040 -"291593",60715,61844 -"291594",60717,77369 -"291595",60717,84838 -"291596",60717,90836 -"291597",60717,101733 -"291598",60718,81206 -"291599",60718,89072 -"291600",60719,73492 -"291601",60719,102159 -"291602",60721,90238 -"291603",60722,62832 -"291604",60722,63759 -"291605",60722,74669 -"291606",60722,78955 -"291607",60722,94002 -"291608",60723,69570 -"291609",60723,80819 -"291610",60723,109544 -"291611",60724,68488 -"291612",60724,69273 -"291613",60725,64095 -"291614",60725,68795 -"291615",60725,75317 -"291616",60725,75358 -"291617",60727,60742 -"291618",60727,60986 -"291619",60728,64664 -"291620",60728,78336 -"291621",60728,80847 -"291622",60728,88361 -"291623",60728,88369 -"291624",60728,88429 -"291625",60730,86771 -"291626",60730,100269 -"291627",60730,108632 -"291628",60730,108646 -"291629",60730,111120 -"291630",60730,111270 -"291631",60732,60759 -"291632",60732,105944 -"291633",60733,99951 -"291634",60733,99997 -"291635",60734,100488 -"291636",60736,87899 -"291637",60736,103291 -"291638",60737,60889 -"291639",60737,85094 -"291640",60739,60775 -"291641",60739,88252 -"291642",60739,93269 -"291643",60739,94649 -"291644",60739,95131 -"291645",60739,122804 -"291646",60742,60986 -"291647",60742,79522 -"291648",60742,104790 -"291649",60742,109848 -"291650",60742,111478 -"291651",60742,114526 -"291652",60742,116890 -"291653",60742,123064 -"291654",60744,60838 -"291655",60744,83318 -"291656",60745,69174 -"291657",60745,84204 -"291658",60745,111299 -"291659",60745,111305 -"291660",60746,61356 -"291661",60747,62280 -"291662",60748,85469 -"291663",60748,87347 -"291664",60748,87351 -"291665",60749,81186 -"291666",60749,121197 -"291667",60750,68492 -"291668",60751,60782 -"291669",60753,63250 -"291670",60753,70931 -"291671",60753,73794 -"291672",60753,85118 -"291673",60753,98858 -"291674",60753,99169 -"291675",60754,61809 -"291676",60754,112264 -"291677",60756,60757 -"291678",60758,70808 -"291679",60758,71462 -"291680",60758,71714 -"291681",60758,75251 -"291682",60758,76186 -"291683",60758,81400 -"291684",60758,82660 -"291685",60758,92451 -"291686",60758,101248 -"291687",60758,105978 -"291688",60758,111629 -"291689",60758,118551 -"291690",60760,71024 -"291691",60760,71215 -"291692",60760,91478 -"291693",60760,94736 -"291694",60761,68010 -"291695",60762,65279 -"291696",60762,79918 -"291697",60762,94669 -"291698",60766,60803 -"291699",60766,75101 -"291700",60767,66479 -"291701",60767,66621 -"291702",60768,71015 -"291703",60768,78779 -"291704",60768,95265 -"291705",60768,97853 -"291706",60768,102000 -"291707",60768,109748 -"291708",60768,109749 -"291709",60768,111426 -"291710",60768,111440 -"291711",60768,112569 -"291712",60769,60797 -"291713",60769,66842 -"291714",60769,70305 -"291715",60769,75072 -"291716",60769,75143 -"291717",60769,84164 -"291718",60770,72928 -"291719",60771,70111 -"291720",60772,61295 -"291721",60772,61296 -"291722",60772,110941 -"291723",60774,98393 -"291724",60776,60900 -"291725",60776,73158 -"291726",60776,80570 -"291727",60777,85550 -"291728",60778,102820 -"291729",60778,102821 -"291730",60779,89687 -"291731",60779,92034 -"291732",60779,97293 -"291733",60779,108722 -"291734",60779,110620 -"291735",60779,111756 -"291736",60779,112776 -"291737",60779,112780 -"291738",60779,112781 -"291739",60779,112793 -"291740",60780,68913 -"291741",60781,84871 -"291742",60783,61251 -"291743",60783,83756 -"291744",60785,79448 -"291745",60786,60996 -"291746",60787,63874 -"291747",60788,61878 -"291748",60788,85588 -"291749",60788,106098 -"291750",60789,70757 -"291751",60790,116034 -"291752",60793,73652 -"291753",60793,90521 -"291754",60793,109775 -"291755",60793,116019 -"291756",60793,116148 -"291757",60793,116156 -"291758",60793,116162 -"291759",60793,116170 -"291760",60793,116179 -"291761",60793,116215 -"291762",60794,85686 -"291763",60794,85691 -"291764",60795,95258 -"291765",60795,117411 -"291766",60796,72649 -"291767",60797,78525 -"291768",60798,86696 -"291769",60798,96416 -"291770",60799,62963 -"291771",60799,63642 -"291772",60799,68741 -"291773",60799,92459 -"291774",60799,107560 -"291775",60801,79856 -"291776",60802,74304 -"291777",60802,102334 -"291778",60802,108585 -"291779",60802,108598 -"291780",60803,75101 -"291781",60804,66252 -"291782",60804,91635 -"291783",60804,94363 -"291784",60804,94811 -"291785",60806,67248 -"291786",60806,76530 -"291787",60806,82894 -"291788",60806,86964 -"291789",60806,87130 -"291790",60806,87468 -"291791",60806,117122 -"291792",60807,112871 -"291793",60808,61167 -"291794",60808,65934 -"291795",60808,66133 -"291796",60808,85277 -"291797",60808,87498 -"291798",60808,121833 -"291799",60810,71450 -"291800",60810,71451 -"291801",60810,71452 -"291802",60810,71457 -"291803",60811,76178 -"291804",60811,110735 -"291805",60812,74461 -"291806",60812,89592 -"291807",60812,107742 -"291808",60813,93248 -"291809",60814,99209 -"291810",60814,108983 -"291811",60814,109067 -"291812",60815,61248 -"291813",60816,83145 -"291814",60816,105186 -"291815",60819,72387 -"291816",60819,107210 -"291817",60820,61879 -"291818",60820,61946 -"291819",60820,62120 -"291820",60820,62426 -"291821",60820,63019 -"291822",60820,65441 -"291823",60820,70112 -"291824",60821,62054 -"291825",60822,63046 -"291826",60822,63389 -"291827",60822,64729 -"291828",60822,69227 -"291829",60822,70742 -"291830",60823,60888 -"291831",60825,85559 -"291832",60826,81378 -"291833",60826,81407 -"291834",60826,81419 -"291835",60826,85444 -"291836",60826,96965 -"291837",60826,96980 -"291838",60827,117812 -"291839",60828,64839 -"291840",60828,67039 -"291841",60828,69603 -"291842",60828,72117 -"291843",60828,76483 -"291844",60828,81985 -"291845",60828,84640 -"291846",60828,89185 -"291847",60828,91553 -"291848",60828,93688 -"291849",60829,60887 -"291850",60830,84862 -"291851",60830,94622 -"291852",60830,97630 -"291853",60831,60944 -"291854",60831,61044 -"291855",60831,61258 -"291856",60831,67750 -"291857",60831,78784 -"291858",60831,122652 -"291859",60831,122655 -"291860",60834,60857 -"291861",60834,60880 -"291862",60835,99681 -"291863",60838,68699 -"291864",60838,81852 -"291865",60838,123228 -"291866",60839,94776 -"291867",60839,111028 -"291868",60841,63691 -"291869",60841,89446 -"291870",60841,104294 -"291871",60841,110383 -"291872",60842,60859 -"291873",60842,60884 -"291874",60843,63349 -"291875",60845,104492 -"291876",60845,122662 -"291877",60845,122672 -"291878",60845,122708 -"291879",60846,69291 -"291880",60846,78073 -"291881",60846,79331 -"291882",60846,79710 -"291883",60846,79711 -"291884",60846,79720 -"291885",60846,79725 -"291886",60846,79738 -"291887",60846,79748 -"291888",60846,79750 -"291889",60846,79754 -"291890",60846,79758 -"291891",60846,79760 -"291892",60846,79771 -"291893",60846,79780 -"291894",60846,79781 -"291895",60846,79803 -"291896",60847,120890 -"291897",60847,120891 -"291898",60847,120895 -"291899",60849,84319 -"291900",60849,109679 -"291901",60849,109976 -"291902",60851,61062 -"291903",60851,83655 -"291904",60851,92701 -"291905",60851,102515 -"291906",60852,67447 -"291907",60852,67931 -"291908",60852,67932 -"291909",60852,98902 -"291910",60855,113221 -"291911",60856,64815 -"291912",60856,76661 -"291913",60856,76864 -"291914",60856,76891 -"291915",60857,60880 -"291916",60858,68429 -"291917",60859,60884 -"291918",60860,62083 -"291919",60860,68680 -"291920",60860,71027 -"291921",60860,73757 -"291922",60861,66141 -"291923",60862,63618 -"291924",60862,63620 -"291925",60862,78298 -"291926",60862,116583 -"291927",60863,76538 -"291928",60863,88121 -"291929",60863,88455 -"291930",60863,90776 -"291931",60863,90822 -"291932",60863,112670 -"291933",60863,112692 -"291934",60863,116356 -"291935",60865,63361 -"291936",60866,62573 -"291937",60866,63582 -"291938",60866,63967 -"291939",60866,72019 -"291940",60867,75408 -"291941",60867,106207 -"291942",60869,86772 -"291943",60870,68013 -"291944",60870,114715 -"291945",60871,60882 -"291946",60871,74181 -"291947",60871,97122 -"291948",60873,61259 -"291949",60874,60875 -"291950",60875,67443 -"291951",60875,70451 -"291952",60876,62316 -"291953",60876,64699 -"291954",60877,110504 -"291955",60878,67763 -"291956",60878,68293 -"291957",60878,70724 -"291958",60878,70781 -"291959",60878,79804 -"291960",60878,80383 -"291961",60878,86159 -"291962",60878,91912 -"291963",60878,96596 -"291964",60878,110242 -"291965",60879,64370 -"291966",60879,81648 -"291967",60879,101432 -"291968",60879,110521 -"291969",60881,71559 -"291970",60882,66568 -"291971",60883,82533 -"291972",60883,83680 -"291973",60883,83744 -"291974",60883,89681 -"291975",60883,90234 -"291976",60883,90321 -"291977",60885,111806 -"291978",60885,119325 -"291979",60888,117682 -"291980",60890,61986 -"291981",60890,62131 -"291982",60890,62150 -"291983",60890,71334 -"291984",60890,74845 -"291985",60891,60958 -"291986",60891,70868 -"291987",60892,60930 -"291988",60893,75887 -"291989",60893,86522 -"291990",60895,61297 -"291991",60895,89799 -"291992",60895,91986 -"291993",60895,117156 -"291994",60896,61162 -"291995",60896,61189 -"291996",60898,66274 -"291997",60898,76326 -"291998",60898,76522 -"291999",60900,75890 -"292000",60900,98784 -"292001",60900,98788 -"292002",60900,98847 -"292003",60901,62831 -"292004",60901,67184 -"292005",60901,93220 -"292006",60901,104675 -"292007",60903,69042 -"292008",60903,69052 -"292009",60905,63237 -"292010",60905,63315 -"292011",60905,69346 -"292012",60905,99946 -"292013",60907,101840 -"292014",60908,61156 -"292015",60908,61158 -"292016",60908,62509 -"292017",60909,63632 -"292018",60911,63342 -"292019",60912,63268 -"292020",60912,87180 -"292021",60914,79702 -"292022",60915,82709 -"292023",60915,88778 -"292024",60915,121815 -"292025",60916,71631 -"292026",60916,75140 -"292027",60916,77663 -"292028",60916,84054 -"292029",60917,83838 -"292030",60917,122188 -"292031",60918,83027 -"292032",60918,95715 -"292033",60919,87715 -"292034",60919,99356 -"292035",60919,118682 -"292036",60920,69403 -"292037",60922,62245 -"292038",60922,78631 -"292039",60922,84355 -"292040",60922,105753 -"292041",60922,106968 -"292042",60922,122906 -"292043",60922,122910 -"292044",60923,73488 -"292045",60923,76688 -"292046",60924,63802 -"292047",60924,74657 -"292048",60924,74712 -"292049",60924,74758 -"292050",60925,86664 -"292051",60927,64657 -"292052",60928,65137 -"292053",60928,80041 -"292054",60928,99575 -"292055",60928,101067 -"292056",60928,107050 -"292057",60930,83942 -"292058",60930,93284 -"292059",60930,94508 -"292060",60930,115245 -"292061",60930,115251 -"292062",60930,115290 -"292063",60932,69709 -"292064",60932,72646 -"292065",60932,86327 -"292066",60932,109515 -"292067",60933,60939 -"292068",60935,89531 -"292069",60937,102213 -"292070",60937,104094 -"292071",60938,112132 -"292072",60939,71333 -"292073",60940,65980 -"292074",60941,65892 -"292075",60941,86905 -"292076",60941,91975 -"292077",60941,94060 -"292078",60942,80363 -"292079",60942,80488 -"292080",60942,81196 -"292081",60944,67750 -"292082",60944,111719 -"292083",60944,120408 -"292084",60945,94064 -"292085",60946,92130 -"292086",60946,101590 -"292087",60947,62407 -"292088",60947,94436 -"292089",60948,61347 -"292090",60948,69920 -"292091",60948,92935 -"292092",60948,108495 -"292093",60948,120392 -"292094",60949,94899 -"292095",60950,60959 -"292096",60950,61006 -"292097",60951,67352 -"292098",60951,78875 -"292099",60951,97372 -"292100",60952,65114 -"292101",60952,77637 -"292102",60953,67413 -"292103",60953,68772 -"292104",60955,105784 -"292105",60955,105790 -"292106",60957,86455 -"292107",60957,94511 -"292108",60957,103132 -"292109",60959,61006 -"292110",60960,109442 -"292111",60961,61022 -"292112",60961,66031 -"292113",60961,77423 -"292114",60961,87840 -"292115",60963,61226 -"292116",60966,61325 -"292117",60967,88403 -"292118",60967,106167 -"292119",60972,100491 -"292120",60972,112739 -"292121",60975,78010 -"292122",60976,61271 -"292123",60976,64921 -"292124",60976,67910 -"292125",60977,60994 -"292126",60977,61058 -"292127",60978,61363 -"292128",60978,62607 -"292129",60978,76814 -"292130",60978,84181 -"292131",60978,93550 -"292132",60978,94014 -"292133",60978,106998 -"292134",60978,113869 -"292135",60978,114388 -"292136",60978,117063 -"292137",60979,75955 -"292138",60979,93586 -"292139",60980,89361 -"292140",60981,61407 -"292141",60981,61422 -"292142",60981,61454 -"292143",60982,75074 -"292144",60982,97821 -"292145",60982,97839 -"292146",60984,72951 -"292147",60984,93095 -"292148",60985,75075 -"292149",60985,79568 -"292150",60985,83398 -"292151",60985,83414 -"292152",60985,86734 -"292153",60985,98937 -"292154",60985,102142 -"292155",60985,104512 -"292156",60986,100947 -"292157",60987,60992 -"292158",60989,69909 -"292159",60989,80150 -"292160",60989,80213 -"292161",60989,80221 -"292162",60990,65145 -"292163",60990,72856 -"292164",60990,82600 -"292165",60990,91832 -"292166",60990,116930 -"292167",60990,116934 -"292168",60991,76639 -"292169",60991,91695 -"292170",60991,97440 -"292171",60991,100239 -"292172",60991,113099 -"292173",60992,63765 -"292174",60993,60999 -"292175",60993,63609 -"292176",60993,96191 -"292177",60994,61058 -"292178",60994,88212 -"292179",60995,77740 -"292180",60997,77661 -"292181",60997,79041 -"292182",60997,98477 -"292183",60998,68420 -"292184",60999,86094 -"292185",61001,76426 -"292186",61001,93343 -"292187",61001,102106 -"292188",61001,119135 -"292189",61003,61363 -"292190",61003,71895 -"292191",61003,95361 -"292192",61003,108766 -"292193",61003,115056 -"292194",61006,76902 -"292195",61006,94285 -"292196",61006,116552 -"292197",61007,64825 -"292198",61008,105585 -"292199",61009,71347 -"292200",61009,104869 -"292201",61009,104910 -"292202",61009,107565 -"292203",61010,79389 -"292204",61014,69812 -"292205",61018,61073 -"292206",61018,61164 -"292207",61022,84867 -"292208",61022,84878 -"292209",61023,63396 -"292210",61027,61038 -"292211",61027,101457 -"292212",61028,61079 -"292213",61028,65055 -"292214",61028,71945 -"292215",61028,79299 -"292216",61028,88677 -"292217",61028,102459 -"292218",61028,104548 -"292219",61028,111643 -"292220",61028,112289 -"292221",61028,117265 -"292222",61031,100305 -"292223",61033,66246 -"292224",61033,69250 -"292225",61033,112724 -"292226",61033,116961 -"292227",61034,64472 -"292228",61034,65055 -"292229",61034,69117 -"292230",61034,76991 -"292231",61034,80219 -"292232",61034,88912 -"292233",61034,89240 -"292234",61034,100945 -"292235",61034,101598 -"292236",61034,114526 -"292237",61036,97012 -"292238",61036,109182 -"292239",61036,109788 -"292240",61036,110061 -"292241",61037,73809 -"292242",61039,64035 -"292243",61039,69802 -"292244",61039,104971 -"292245",61039,105189 -"292246",61040,61041 -"292247",61042,62776 -"292248",61042,63017 -"292249",61044,115393 -"292250",61045,74360 -"292251",61045,93574 -"292252",61046,107241 -"292253",61046,111989 -"292254",61046,118522 -"292255",61047,62268 -"292256",61047,82488 -"292257",61047,84447 -"292258",61047,84823 -"292259",61047,93066 -"292260",61047,95385 -"292261",61047,108739 -"292262",61047,109961 -"292263",61047,113116 -"292264",61048,117035 -"292265",61049,99666 -"292266",61050,64857 -"292267",61051,61145 -"292268",61052,84420 -"292269",61054,61195 -"292270",61054,61196 -"292271",61056,82787 -"292272",61058,64906 -"292273",61058,69654 -"292274",61058,71946 -"292275",61058,100220 -"292276",61058,121718 -"292277",61059,62143 -"292278",61059,62149 -"292279",61060,72262 -"292280",61060,77598 -"292281",61061,64318 -"292282",61061,66713 -"292283",61061,70340 -"292284",61061,70341 -"292285",61061,115710 -"292286",61062,67588 -"292287",61062,92701 -"292288",61062,117848 -"292289",61063,78049 -"292290",61063,95967 -"292291",61064,64960 -"292292",61065,61651 -"292293",61067,61068 -"292294",61067,94540 -"292295",61067,114898 -"292296",61068,78363 -"292297",61069,113946 -"292298",61070,65501 -"292299",61070,65502 -"292300",61071,107447 -"292301",61072,61255 -"292302",61072,61363 -"292303",61072,84808 -"292304",61072,92444 -"292305",61072,118165 -"292306",61073,61164 -"292307",61073,75495 -"292308",61074,66677 -"292309",61074,71793 -"292310",61074,77488 -"292311",61074,96964 -"292312",61076,68028 -"292313",61076,99767 -"292314",61076,105891 -"292315",61076,112548 -"292316",61076,112561 -"292317",61078,61191 -"292318",61078,61816 -"292319",61079,120992 -"292320",61082,61609 -"292321",61082,68960 -"292322",61086,63726 -"292323",61086,70893 -"292324",61086,85096 -"292325",61086,105945 -"292326",61086,105968 -"292327",61086,120353 -"292328",61087,80377 -"292329",61087,84062 -"292330",61087,97639 -"292331",61087,117631 -"292332",61088,61176 -"292333",61088,65151 -"292334",61088,67162 -"292335",61088,69794 -"292336",61088,76550 -"292337",61088,94795 -"292338",61088,95030 -"292339",61089,67106 -"292340",61089,94274 -"292341",61090,62919 -"292342",61090,119923 -"292343",61091,80945 -"292344",61091,86786 -"292345",61091,91754 -"292346",61091,102729 -"292347",61091,105545 -"292348",61092,61093 -"292349",61092,61094 -"292350",61092,71903 -"292351",61092,72211 -"292352",61092,72218 -"292353",61093,61094 -"292354",61093,63517 -"292355",61093,69777 -"292356",61094,63670 -"292357",61094,70322 -"292358",61094,71282 -"292359",61096,91999 -"292360",61096,105413 -"292361",61096,111509 -"292362",61096,111715 -"292363",61097,114229 -"292364",61098,74672 -"292365",61098,79040 -"292366",61098,86301 -"292367",61098,108461 -"292368",61099,110915 -"292369",61099,114206 -"292370",61099,114370 -"292371",61100,73191 -"292372",61101,82924 -"292373",61101,96964 -"292374",61102,83366 -"292375",61102,83682 -"292376",61102,85523 -"292377",61102,92609 -"292378",61105,61400 -"292379",61105,108069 -"292380",61105,108070 -"292381",61106,76232 -"292382",61107,88400 -"292383",61107,113389 -"292384",61107,116089 -"292385",61108,75585 -"292386",61108,96444 -"292387",61108,98250 -"292388",61108,104522 -"292389",61110,70167 -"292390",61110,76241 -"292391",61110,84616 -"292392",61110,98219 -"292393",61110,99835 -"292394",61111,61127 -"292395",61111,68287 -"292396",61111,118941 -"292397",61111,118943 -"292398",61111,118982 -"292399",61112,73739 -"292400",61112,100773 -"292401",61113,97854 -"292402",61117,75271 -"292403",61117,77324 -"292404",61117,104231 -"292405",61118,74208 -"292406",61118,94333 -"292407",61119,63379 -"292408",61119,66292 -"292409",61119,83507 -"292410",61119,85807 -"292411",61119,97829 -"292412",61119,99118 -"292413",61119,99119 -"292414",61119,99272 -"292415",61121,116900 -"292416",61122,61123 -"292417",61125,61243 -"292418",61125,61561 -"292419",61125,65260 -"292420",61125,80410 -"292421",61125,90753 -"292422",61125,109407 -"292423",61126,69490 -"292424",61126,106907 -"292425",61127,68287 -"292426",61128,65553 -"292427",61131,69901 -"292428",61134,61180 -"292429",61135,66903 -"292430",61136,71303 -"292431",61136,71997 -"292432",61136,106611 -"292433",61136,106643 -"292434",61137,61150 -"292435",61138,82161 -"292436",61138,101732 -"292437",61138,102387 -"292438",61138,113152 -"292439",61139,61155 -"292440",61140,69296 -"292441",61141,97428 -"292442",61141,101722 -"292443",61141,121096 -"292444",61145,73737 -"292445",61146,62117 -"292446",61148,68550 -"292447",61149,61658 -"292448",61149,61870 -"292449",61149,67105 -"292450",61151,78619 -"292451",61152,97589 -"292452",61153,66827 -"292453",61153,69424 -"292454",61153,72207 -"292455",61153,76049 -"292456",61156,61158 -"292457",61157,65709 -"292458",61157,74832 -"292459",61157,80123 -"292460",61157,91281 -"292461",61158,67110 -"292462",61158,67652 -"292463",61158,67669 -"292464",61160,61416 -"292465",61160,63862 -"292466",61160,63902 -"292467",61161,76989 -"292468",61161,117044 -"292469",61162,61189 -"292470",61162,72654 -"292471",61162,73974 -"292472",61162,78331 -"292473",61162,80403 -"292474",61162,81506 -"292475",61162,85255 -"292476",61162,94900 -"292477",61162,108922 -"292478",61162,121536 -"292479",61163,75746 -"292480",61163,83607 -"292481",61163,89152 -"292482",61165,61179 -"292483",61165,66864 -"292484",61166,108961 -"292485",61167,65934 -"292486",61167,83964 -"292487",61169,116294 -"292488",61169,119645 -"292489",61170,72457 -"292490",61172,76192 -"292491",61172,81420 -"292492",61172,102226 -"292493",61172,102401 -"292494",61172,102518 -"292495",61172,117883 -"292496",61173,61257 -"292497",61174,89677 -"292498",61175,62844 -"292499",61175,66041 -"292500",61175,98758 -"292501",61178,72318 -"292502",61183,61184 -"292503",61183,61629 -"292504",61184,61629 -"292505",61187,67894 -"292506",61187,73464 -"292507",61187,73919 -"292508",61187,81364 -"292509",61187,86490 -"292510",61187,88242 -"292511",61187,88650 -"292512",61187,89710 -"292513",61187,95604 -"292514",61187,99329 -"292515",61187,99341 -"292516",61187,99844 -"292517",61187,102353 -"292518",61187,109371 -"292519",61187,109373 -"292520",61187,110246 -"292521",61187,112290 -"292522",61187,112298 -"292523",61187,112468 -"292524",61187,113803 -"292525",61187,115195 -"292526",61187,115233 -"292527",61187,115255 -"292528",61187,115264 -"292529",61187,119859 -"292530",61187,119944 -"292531",61187,119950 -"292532",61188,67073 -"292533",61190,84686 -"292534",61190,93046 -"292535",61191,61816 -"292536",61191,66718 -"292537",61191,68604 -"292538",61191,77565 -"292539",61191,78754 -"292540",61191,79149 -"292541",61191,106965 -"292542",61192,71467 -"292543",61192,78645 -"292544",61192,97469 -"292545",61192,115469 -"292546",61194,97125 -"292547",61195,61196 -"292548",61195,64180 -"292549",61197,72943 -"292550",61197,72958 -"292551",61197,72962 -"292552",61197,72982 -"292553",61197,73026 -"292554",61198,63671 -"292555",61199,61208 -"292556",61200,62672 -"292557",61200,70860 -"292558",61201,85688 -"292559",61201,89205 -"292560",61201,92770 -"292561",61201,98779 -"292562",61201,116034 -"292563",61202,84913 -"292564",61202,94231 -"292565",61202,95745 -"292566",61203,67121 -"292567",61204,61623 -"292568",61204,85139 -"292569",61204,99085 -"292570",61204,112021 -"292571",61206,65803 -"292572",61206,80517 -"292573",61207,71020 -"292574",61209,69063 -"292575",61210,87588 -"292576",61210,102985 -"292577",61211,68853 -"292578",61211,85869 -"292579",61211,94517 -"292580",61211,102594 -"292581",61211,102595 -"292582",61211,122365 -"292583",61212,84995 -"292584",61212,114241 -"292585",61214,73233 -"292586",61214,77210 -"292587",61214,83135 -"292588",61215,75258 -"292589",61215,78270 -"292590",61215,115077 -"292591",61216,68716 -"292592",61216,68721 -"292593",61216,68779 -"292594",61216,69097 -"292595",61216,69098 -"292596",61217,61786 -"292597",61217,75615 -"292598",61218,117741 -"292599",61220,81478 -"292600",61220,94101 -"292601",61220,96496 -"292602",61221,61222 -"292603",61221,61340 -"292604",61222,61340 -"292605",61222,62304 -"292606",61224,69309 -"292607",61224,113872 -"292608",61228,83380 -"292609",61228,83404 -"292610",61228,83423 -"292611",61228,98494 -"292612",61228,101547 -"292613",61232,61244 -"292614",61233,77002 -"292615",61233,81548 -"292616",61233,108950 -"292617",61233,108957 -"292618",61234,71971 -"292619",61234,97186 -"292620",61234,97443 -"292621",61235,93520 -"292622",61236,61237 -"292623",61236,98864 -"292624",61237,79349 -"292625",61237,80904 -"292626",61237,121940 -"292627",61237,122338 -"292628",61242,67559 -"292629",61242,107588 -"292630",61243,61254 -"292631",61243,61557 -"292632",61243,61561 -"292633",61243,62044 -"292634",61243,77322 -"292635",61243,109477 -"292636",61244,74838 -"292637",61245,120270 -"292638",61247,80696 -"292639",61247,91104 -"292640",61247,91496 -"292641",61247,93042 -"292642",61249,104896 -"292643",61249,104916 -"292644",61251,83756 -"292645",61252,61620 -"292646",61254,61557 -"292647",61254,61561 -"292648",61254,63152 -"292649",61254,64987 -"292650",61254,67259 -"292651",61254,72772 -"292652",61254,77322 -"292653",61254,87370 -"292654",61254,94418 -"292655",61254,100265 -"292656",61254,103854 -"292657",61255,61363 -"292658",61255,113810 -"292659",61256,81141 -"292660",61259,88778 -"292661",61262,80783 -"292662",61262,81784 -"292663",61264,66881 -"292664",61264,77413 -"292665",61264,115761 -"292666",61264,115772 -"292667",61264,120478 -"292668",61265,64017 -"292669",61266,84486 -"292670",61266,92023 -"292671",61266,112903 -"292672",61267,69507 -"292673",61267,85197 -"292674",61267,87300 -"292675",61270,79832 -"292676",61270,104004 -"292677",61273,71727 -"292678",61275,63110 -"292679",61275,116326 -"292680",61275,122086 -"292681",61277,63092 -"292682",61277,75667 -"292683",61277,75677 -"292684",61277,98446 -"292685",61278,69518 -"292686",61278,70672 -"292687",61278,85446 -"292688",61278,97855 -"292689",61278,97879 -"292690",61278,112413 -"292691",61278,115528 -"292692",61278,119319 -"292693",61278,119321 -"292694",61279,61361 -"292695",61280,118106 -"292696",61280,121863 -"292697",61282,77297 -"292698",61283,102063 -"292699",61283,109978 -"292700",61283,109979 -"292701",61283,109980 -"292702",61283,109981 -"292703",61284,61285 -"292704",61286,89472 -"292705",61287,87202 -"292706",61287,91223 -"292707",61287,101174 -"292708",61287,108206 -"292709",61287,109742 -"292710",61287,117366 -"292711",61288,73374 -"292712",61288,88627 -"292713",61288,88777 -"292714",61288,99022 -"292715",61288,99601 -"292716",61288,100207 -"292717",61288,101135 -"292718",61288,101289 -"292719",61288,101290 -"292720",61288,101299 -"292721",61288,102070 -"292722",61288,102322 -"292723",61288,102337 -"292724",61289,95220 -"292725",61291,95746 -"292726",61291,107791 -"292727",61291,117272 -"292728",61291,119425 -"292729",61291,119467 -"292730",61293,62233 -"292731",61293,63419 -"292732",61293,99758 -"292733",61293,105876 -"292734",61295,61296 -"292735",61295,67219 -"292736",61295,67637 -"292737",61295,73986 -"292738",61295,74207 -"292739",61295,74215 -"292740",61296,67219 -"292741",61296,67637 -"292742",61296,73986 -"292743",61296,74207 -"292744",61296,74215 -"292745",61300,83668 -"292746",61300,96462 -"292747",61300,99003 -"292748",61301,61346 -"292749",61301,67309 -"292750",61301,78025 -"292751",61301,81142 -"292752",61301,95594 -"292753",61301,105602 -"292754",61302,82416 -"292755",61302,86384 -"292756",61303,103229 -"292757",61303,108457 -"292758",61303,115391 -"292759",61304,94217 -"292760",61305,73596 -"292761",61305,106587 -"292762",61306,61320 -"292763",61306,61322 -"292764",61306,61332 -"292765",61306,61578 -"292766",61306,61613 -"292767",61309,77400 -"292768",61311,66430 -"292769",61312,61362 -"292770",61312,90478 -"292771",61312,97112 -"292772",61312,104458 -"292773",61314,69339 -"292774",61314,111693 -"292775",61314,113000 -"292776",61316,73315 -"292777",61316,84603 -"292778",61316,105280 -"292779",61316,105285 -"292780",61317,76097 -"292781",61319,64108 -"292782",61320,61322 -"292783",61320,61332 -"292784",61320,61578 -"292785",61320,61613 -"292786",61321,63329 -"292787",61321,78108 -"292788",61321,79874 -"292789",61321,84263 -"292790",61322,61332 -"292791",61322,61578 -"292792",61322,61613 -"292793",61322,73839 -"292794",61322,76991 -"292795",61322,100155 -"292796",61322,104803 -"292797",61324,93872 -"292798",61329,66200 -"292799",61329,68278 -"292800",61329,114274 -"292801",61329,115148 -"292802",61331,83058 -"292803",61331,83851 -"292804",61332,61578 -"292805",61332,61613 -"292806",61333,69338 -"292807",61333,92698 -"292808",61333,102943 -"292809",61333,122372 -"292810",61333,122373 -"292811",61334,83654 -"292812",61337,61908 -"292813",61337,62637 -"292814",61337,78968 -"292815",61337,86049 -"292816",61337,91746 -"292817",61337,97712 -"292818",61338,69216 -"292819",61338,76257 -"292820",61338,80702 -"292821",61338,94470 -"292822",61338,94477 -"292823",61338,94496 -"292824",61339,102629 -"292825",61342,87324 -"292826",61342,116520 -"292827",61342,122155 -"292828",61343,96086 -"292829",61345,71389 -"292830",61345,86361 -"292831",61347,69920 -"292832",61347,97242 -"292833",61347,100712 -"292834",61347,108495 -"292835",61347,114203 -"292836",61347,120392 -"292837",61348,66958 -"292838",61348,73271 -"292839",61349,72392 -"292840",61349,79036 -"292841",61349,81392 -"292842",61349,89728 -"292843",61351,61512 -"292844",61352,73648 -"292845",61353,104569 -"292846",61355,95069 -"292847",61357,122071 -"292848",61358,81971 -"292849",61358,104924 -"292850",61361,74887 -"292851",61361,85212 -"292852",61361,85220 -"292853",61363,95361 -"292854",61363,97649 -"292855",61363,105069 -"292856",61363,108766 -"292857",61363,110966 -"292858",61363,114847 -"292859",61363,114909 -"292860",61363,114912 -"292861",61363,114917 -"292862",61363,115056 -"292863",61363,117063 -"292864",61364,64833 -"292865",61366,62862 -"292866",61367,73945 -"292867",61367,102058 -"292868",61368,94048 -"292869",61370,77452 -"292870",61370,106331 -"292871",61371,64156 -"292872",61372,76489 -"292873",61373,105920 -"292874",61375,70939 -"292875",61375,82834 -"292876",61375,82913 -"292877",61376,73878 -"292878",61376,76749 -"292879",61378,62010 -"292880",61379,64275 -"292881",61379,69889 -"292882",61379,69891 -"292883",61379,69919 -"292884",61380,100871 -"292885",61380,113690 -"292886",61382,99194 -"292887",61384,63598 -"292888",61384,80502 -"292889",61384,89165 -"292890",61384,93694 -"292891",61384,93731 -"292892",61384,93751 -"292893",61384,93772 -"292894",61384,97356 -"292895",61385,61617 -"292896",61386,71747 -"292897",61386,72821 -"292898",61387,61388 -"292899",61388,71006 -"292900",61388,98545 -"292901",61388,98663 -"292902",61389,99874 -"292903",61389,109112 -"292904",61390,86565 -"292905",61392,82417 -"292906",61392,93930 -"292907",61393,69669 -"292908",61393,87173 -"292909",61393,104413 -"292910",61395,84755 -"292911",61395,88634 -"292912",61396,61877 -"292913",61396,90539 -"292914",61396,95750 -"292915",61397,61398 -"292916",61397,61921 -"292917",61397,110748 -"292918",61399,65933 -"292919",61401,62770 -"292920",61403,61404 -"292921",61403,61432 -"292922",61403,61465 -"292923",61403,61480 -"292924",61403,71494 -"292925",61403,72186 -"292926",61404,61432 -"292927",61404,61465 -"292928",61404,61480 -"292929",61406,98982 -"292930",61407,61454 -"292931",61408,61441 -"292932",61408,61467 -"292933",61408,61474 -"292934",61409,61997 -"292935",61409,83654 -"292936",61409,88302 -"292937",61409,105918 -"292938",61410,61418 -"292939",61412,65751 -"292940",61412,67339 -"292941",61412,76928 -"292942",61412,76956 -"292943",61412,81146 -"292944",61412,96823 -"292945",61412,97954 -"292946",61412,97955 -"292947",61412,97972 -"292948",61412,97973 -"292949",61412,97981 -"292950",61412,97987 -"292951",61412,97994 -"292952",61412,97998 -"292953",61412,97999 -"292954",61412,98008 -"292955",61413,64806 -"292956",61413,67102 -"292957",61413,72155 -"292958",61413,77001 -"292959",61413,82485 -"292960",61413,83526 -"292961",61413,85882 -"292962",61413,90002 -"292963",61413,90298 -"292964",61413,91279 -"292965",61413,91280 -"292966",61413,93136 -"292967",61413,93738 -"292968",61413,100205 -"292969",61413,100332 -"292970",61413,101180 -"292971",61413,104818 -"292972",61413,104867 -"292973",61413,111415 -"292974",61413,113666 -"292975",61413,114832 -"292976",61413,114954 -"292977",61413,121663 -"292978",61414,97259 -"292979",61416,112337 -"292980",61417,102289 -"292981",61419,62241 -"292982",61420,84147 -"292983",61421,81615 -"292984",61425,61460 -"292985",61425,66108 -"292986",61425,66109 -"292987",61425,66134 -"292988",61425,66154 -"292989",61425,74626 -"292990",61426,61458 -"292991",61427,61455 -"292992",61427,61584 -"292993",61427,67807 -"292994",61427,69977 -"292995",61428,75163 -"292996",61428,93996 -"292997",61428,94013 -"292998",61429,61475 -"292999",61430,81880 -"293000",61430,92837 -"293001",61431,81904 -"293002",61432,61465 -"293003",61432,61480 -"293004",61433,62022 -"293005",61435,72597 -"293006",61435,78773 -"293007",61435,78788 -"293008",61435,78984 -"293009",61435,87573 -"293010",61435,106879 -"293011",61436,70953 -"293012",61436,71830 -"293013",61438,61439 -"293014",61438,61444 -"293015",61438,61466 -"293016",61438,75233 -"293017",61438,87076 -"293018",61438,88976 -"293019",61438,91827 -"293020",61439,61444 -"293021",61439,61466 -"293022",61441,61467 -"293023",61441,61474 -"293024",61441,70667 -"293025",61441,74854 -"293026",61442,69597 -"293027",61444,61466 -"293028",61445,62513 -"293029",61445,96364 -"293030",61445,118798 -"293031",61448,77978 -"293032",61448,79849 -"293033",61448,88544 -"293034",61448,88828 -"293035",61448,97836 -"293036",61448,106139 -"293037",61449,66938 -"293038",61449,97218 -"293039",61449,108645 -"293040",61452,77299 -"293041",61452,79492 -"293042",61452,117219 -"293043",61453,61513 -"293044",61453,61540 -"293045",61454,67454 -"293046",61454,67467 -"293047",61456,65422 -"293048",61456,65716 -"293049",61456,76043 -"293050",61456,80146 -"293051",61456,88266 -"293052",61456,119864 -"293053",61457,87650 -"293054",61457,120892 -"293055",61457,120896 -"293056",61459,93605 -"293057",61461,61886 -"293058",61461,68089 -"293059",61461,89076 -"293060",61461,89552 -"293061",61462,71223 -"293062",61462,74867 -"293063",61462,76778 -"293064",61463,61875 -"293065",61463,84923 -"293066",61463,122993 -"293067",61463,122996 -"293068",61464,65154 -"293069",61464,92082 -"293070",61465,61480 -"293071",61467,61474 -"293072",61468,63485 -"293073",61469,67257 -"293074",61469,75740 -"293075",61469,122836 -"293076",61470,63729 -"293077",61470,66209 -"293078",61470,76460 -"293079",61470,76461 -"293080",61470,76462 -"293081",61470,76473 -"293082",61470,76567 -"293083",61472,88929 -"293084",61473,82705 -"293085",61475,76787 -"293086",61476,80237 -"293087",61481,68670 -"293088",61481,75940 -"293089",61481,92381 -"293090",61481,95661 -"293091",61481,103803 -"293092",61481,104881 -"293093",61482,62131 -"293094",61483,64683 -"293095",61483,75470 -"293096",61483,76299 -"293097",61483,76427 -"293098",61484,102390 -"293099",61485,107805 -"293100",61486,93582 -"293101",61486,104084 -"293102",61488,88849 -"293103",61488,93198 -"293104",61490,72620 -"293105",61490,102439 -"293106",61490,114043 -"293107",61490,114098 -"293108",61490,119694 -"293109",61490,119696 -"293110",61492,61545 -"293111",61492,119183 -"293112",61492,119232 -"293113",61495,90591 -"293114",61496,61813 -"293115",61496,90711 -"293116",61498,120480 -"293117",61499,75953 -"293118",61499,80411 -"293119",61499,89874 -"293120",61499,91035 -"293121",61499,91282 -"293122",61499,96525 -"293123",61499,105207 -"293124",61499,108547 -"293125",61499,111109 -"293126",61501,80892 -"293127",61502,104452 -"293128",61502,113537 -"293129",61503,61559 -"293130",61505,64746 -"293131",61506,68336 -"293132",61507,61511 -"293133",61508,62968 -"293134",61508,98360 -"293135",61508,102962 -"293136",61510,69766 -"293137",61510,93326 -"293138",61513,61540 -"293139",61515,64300 -"293140",61515,70729 -"293141",61515,71746 -"293142",61515,71760 -"293143",61517,72526 -"293144",61522,88818 -"293145",61523,62849 -"293146",61523,74179 -"293147",61523,82682 -"293148",61523,93752 -"293149",61524,79233 -"293150",61524,96748 -"293151",61525,93225 -"293152",61526,98437 -"293153",61526,106295 -"293154",61527,87028 -"293155",61529,83026 -"293156",61529,90524 -"293157",61529,90745 -"293158",61529,118796 -"293159",61529,118805 -"293160",61530,77915 -"293161",61532,66219 -"293162",61532,68428 -"293163",61532,68962 -"293164",61532,69651 -"293165",61532,70433 -"293166",61532,78977 -"293167",61532,83406 -"293168",61532,87653 -"293169",61532,93188 -"293170",61533,89196 -"293171",61533,90788 -"293172",61534,82819 -"293173",61536,118025 -"293174",61537,112044 -"293175",61537,118515 -"293176",61538,84587 -"293177",61538,84588 -"293178",61539,66156 -"293179",61540,90572 -"293180",61541,77479 -"293181",61544,61736 -"293182",61546,65964 -"293183",61547,110498 -"293184",61547,115039 -"293185",61548,61623 -"293186",61549,66153 -"293187",61551,84217 -"293188",61552,61648 -"293189",61552,61689 -"293190",61552,61690 -"293191",61552,61708 -"293192",61553,61694 -"293193",61553,64498 -"293194",61553,91374 -"293195",61553,98150 -"293196",61553,109299 -"293197",61553,109777 -"293198",61554,74194 -"293199",61555,64439 -"293200",61555,68095 -"293201",61555,70392 -"293202",61555,72693 -"293203",61555,73902 -"293204",61555,75620 -"293205",61555,84732 -"293206",61555,86838 -"293207",61555,100671 -"293208",61556,69369 -"293209",61556,102459 -"293210",61556,108950 -"293211",61557,61561 -"293212",61561,77322 -"293213",61561,109477 -"293214",61563,61867 -"293215",61563,62007 -"293216",61563,62078 -"293217",61563,62375 -"293218",61563,62633 -"293219",61563,63395 -"293220",61563,64408 -"293221",61563,64418 -"293222",61563,64511 -"293223",61563,65230 -"293224",61563,66145 -"293225",61563,67503 -"293226",61563,67721 -"293227",61563,68816 -"293228",61563,68909 -"293229",61563,68938 -"293230",61563,69332 -"293231",61563,69681 -"293232",61563,70610 -"293233",61563,70611 -"293234",61563,70725 -"293235",61563,71211 -"293236",61563,71505 -"293237",61563,71887 -"293238",61564,93154 -"293239",61564,95146 -"293240",61564,96320 -"293241",61564,116475 -"293242",61565,83345 -"293243",61565,120848 -"293244",61566,96282 -"293245",61566,100860 -"293246",61567,100214 -"293247",61569,61827 -"293248",61569,63548 -"293249",61569,86424 -"293250",61569,100207 -"293251",61569,110289 -"293252",61570,106125 -"293253",61570,112029 -"293254",61570,114979 -"293255",61571,84136 -"293256",61571,88530 -"293257",61571,92033 -"293258",61571,92680 -"293259",61571,96421 -"293260",61572,101967 -"293261",61572,107539 -"293262",61572,109820 -"293263",61572,110380 -"293264",61572,110394 -"293265",61572,119592 -"293266",61572,120033 -"293267",61574,69869 -"293268",61574,72473 -"293269",61574,74992 -"293270",61575,116736 -"293271",61575,117983 -"293272",61575,117985 -"293273",61575,117986 -"293274",61576,64593 -"293275",61576,74494 -"293276",61576,80205 -"293277",61576,84700 -"293278",61576,86023 -"293279",61576,90401 -"293280",61576,103365 -"293281",61577,106744 -"293282",61578,61613 -"293283",61578,61866 -"293284",61578,115416 -"293285",61579,71451 -"293286",61579,85109 -"293287",61580,61588 -"293288",61580,67406 -"293289",61580,68090 -"293290",61580,68149 -"293291",61581,70822 -"293292",61582,84389 -"293293",61582,101510 -"293294",61582,110031 -"293295",61583,61628 -"293296",61585,62226 -"293297",61585,86092 -"293298",61585,87882 -"293299",61585,88905 -"293300",61585,94096 -"293301",61585,107232 -"293302",61586,73874 -"293303",61586,88799 -"293304",61587,65849 -"293305",61587,65915 -"293306",61587,102795 -"293307",61587,106067 -"293308",61587,120959 -"293309",61588,62851 -"293310",61589,77586 -"293311",61589,79401 -"293312",61589,80249 -"293313",61589,80262 -"293314",61589,80280 -"293315",61589,80312 -"293316",61589,80337 -"293317",61589,80338 -"293318",61590,85618 -"293319",61590,117334 -"293320",61590,118716 -"293321",61591,106705 -"293322",61591,111374 -"293323",61591,111977 -"293324",61591,112172 -"293325",61592,68705 -"293326",61592,120787 -"293327",61593,66582 -"293328",61593,93076 -"293329",61593,96678 -"293330",61597,61611 -"293331",61598,93069 -"293332",61598,103504 -"293333",61598,103512 -"293334",61598,105692 -"293335",61598,110308 -"293336",61598,110496 -"293337",61598,120340 -"293338",61598,120359 -"293339",61600,64536 -"293340",61600,64537 -"293341",61600,64559 -"293342",61603,61626 -"293343",61603,63199 -"293344",61603,73407 -"293345",61603,76985 -"293346",61603,83705 -"293347",61603,113560 -"293348",61604,63508 -"293349",61604,63593 -"293350",61604,71039 -"293351",61604,92661 -"293352",61604,107487 -"293353",61604,123097 -"293354",61608,63058 -"293355",61608,63114 -"293356",61609,68960 -"293357",61610,78216 -"293358",61610,106734 -"293359",61611,96073 -"293360",61612,61643 -"293361",61613,65981 -"293362",61613,73316 -"293363",61613,100151 -"293364",61614,61637 -"293365",61615,88847 -"293366",61617,93267 -"293367",61619,65941 -"293368",61619,66643 -"293369",61619,66704 -"293370",61625,69390 -"293371",61625,75810 -"293372",61626,70787 -"293373",61627,65316 -"293374",61627,73171 -"293375",61627,75363 -"293376",61627,102051 -"293377",61628,98989 -"293378",61630,62536 -"293379",61630,63486 -"293380",61630,88177 -"293381",61630,112357 -"293382",61631,71483 -"293383",61631,87274 -"293384",61633,62351 -"293385",61633,116000 -"293386",61634,61640 -"293387",61634,81766 -"293388",61635,61641 -"293389",61638,74517 -"293390",61640,83041 -"293391",61645,86948 -"293392",61646,87509 -"293393",61646,95708 -"293394",61646,107990 -"293395",61647,80483 -"293396",61647,96923 -"293397",61648,61689 -"293398",61648,61690 -"293399",61648,61708 -"293400",61648,95671 -"293401",61650,61654 -"293402",61650,65596 -"293403",61653,62406 -"293404",61653,71821 -"293405",61653,97256 -"293406",61654,65596 -"293407",61654,71263 -"293408",61654,75378 -"293409",61654,75389 -"293410",61655,94772 -"293411",61655,107613 -"293412",61655,107628 -"293413",61655,117228 -"293414",61656,61990 -"293415",61656,76560 -"293416",61656,80268 -"293417",61657,74800 -"293418",61657,77001 -"293419",61658,61870 -"293420",61658,62390 -"293421",61658,67105 -"293422",61660,94760 -"293423",61661,66975 -"293424",61661,90265 -"293425",61661,112431 -"293426",61662,61725 -"293427",61662,68054 -"293428",61663,94169 -"293429",61663,98551 -"293430",61663,122341 -"293431",61663,122343 -"293432",61663,122350 -"293433",61663,122351 -"293434",61666,76936 -"293435",61666,84252 -"293436",61666,95424 -"293437",61666,99444 -"293438",61666,108232 -"293439",61666,108372 -"293440",61667,63519 -"293441",61667,73990 -"293442",61667,82312 -"293443",61667,85155 -"293444",61667,103376 -"293445",61669,61756 -"293446",61669,68407 -"293447",61669,70432 -"293448",61670,76778 -"293449",61670,102727 -"293450",61671,61718 -"293451",61671,74089 -"293452",61671,80341 -"293453",61671,87244 -"293454",61672,88146 -"293455",61672,105507 -"293456",61673,61729 -"293457",61673,72271 -"293458",61673,74862 -"293459",61673,92652 -"293460",61673,114222 -"293461",61673,116764 -"293462",61674,91926 -"293463",61674,115948 -"293464",61674,121639 -"293465",61675,65006 -"293466",61675,72468 -"293467",61675,77208 -"293468",61675,109186 -"293469",61675,109421 -"293470",61675,114890 -"293471",61676,94101 -"293472",61676,108695 -"293473",61676,108755 -"293474",61677,88270 -"293475",61677,93538 -"293476",61677,121128 -"293477",61678,67103 -"293478",61678,72084 -"293479",61678,72415 -"293480",61678,75379 -"293481",61678,75723 -"293482",61678,76309 -"293483",61678,77167 -"293484",61678,82100 -"293485",61678,87733 -"293486",61678,114099 -"293487",61679,61695 -"293488",61682,69144 -"293489",61683,62056 -"293490",61683,63992 -"293491",61683,75763 -"293492",61683,79945 -"293493",61683,82915 -"293494",61683,84165 -"293495",61683,88346 -"293496",61683,88364 -"293497",61683,88443 -"293498",61683,88510 -"293499",61683,88959 -"293500",61684,78677 -"293501",61684,78842 -"293502",61684,86193 -"293503",61684,88175 -"293504",61684,96293 -"293505",61684,103684 -"293506",61684,110268 -"293507",61684,115017 -"293508",61685,75284 -"293509",61685,75364 -"293510",61686,62049 -"293511",61686,63530 -"293512",61686,63985 -"293513",61686,66479 -"293514",61687,73948 -"293515",61687,77163 -"293516",61688,69539 -"293517",61688,73220 -"293518",61688,85548 -"293519",61688,92680 -"293520",61689,61690 -"293521",61689,61708 -"293522",61690,61708 -"293523",61691,78141 -"293524",61691,94771 -"293525",61691,104364 -"293526",61691,113453 -"293527",61693,73131 -"293528",61693,115927 -"293529",61693,115938 -"293530",61694,81280 -"293531",61697,94585 -"293532",61698,69992 -"293533",61699,61700 -"293534",61699,105536 -"293535",61701,115571 -"293536",61702,62137 -"293537",61702,62228 -"293538",61702,62296 -"293539",61702,62739 -"293540",61702,66523 -"293541",61702,71510 -"293542",61702,72065 -"293543",61702,72069 -"293544",61702,72070 -"293545",61702,72072 -"293546",61702,72077 -"293547",61702,72088 -"293548",61702,72102 -"293549",61702,72106 -"293550",61702,72107 -"293551",61706,68217 -"293552",61706,75657 -"293553",61707,81499 -"293554",61707,94005 -"293555",61707,94021 -"293556",61707,94059 -"293557",61708,104504 -"293558",61708,113169 -"293559",61708,115050 -"293560",61708,119160 -"293561",61709,61903 -"293562",61710,63228 -"293563",61710,77558 -"293564",61710,101840 -"293565",61710,115043 -"293566",61711,73209 -"293567",61713,70235 -"293568",61713,70292 -"293569",61713,77911 -"293570",61713,78112 -"293571",61714,61952 -"293572",61715,87492 -"293573",61715,104442 -"293574",61715,104769 -"293575",61716,62845 -"293576",61716,64625 -"293577",61716,64628 -"293578",61716,64976 -"293579",61717,81262 -"293580",61717,86562 -"293581",61718,95670 -"293582",61719,68771 -"293583",61719,100565 -"293584",61719,100628 -"293585",61719,108718 -"293586",61719,109943 -"293587",61720,80330 -"293588",61721,88221 -"293589",61721,88288 -"293590",61721,91779 -"293591",61722,62055 -"293592",61722,111697 -"293593",61722,122235 -"293594",61723,91734 -"293595",61723,92506 -"293596",61723,104516 -"293597",61724,74554 -"293598",61724,86172 -"293599",61726,66246 -"293600",61726,67337 -"293601",61726,74156 -"293602",61726,117390 -"293603",61726,120857 -"293604",61726,120863 -"293605",61727,91956 -"293606",61727,91982 -"293607",61727,109906 -"293608",61727,115021 -"293609",61727,117116 -"293610",61730,61944 -"293611",61730,77543 -"293612",61730,96979 -"293613",61732,61763 -"293614",61732,61816 -"293615",61735,61759 -"293616",61737,61738 -"293617",61737,61741 -"293618",61738,61741 -"293619",61740,81697 -"293620",61742,62185 -"293621",61742,67206 -"293622",61742,79003 -"293623",61742,91073 -"293624",61742,98647 -"293625",61742,100523 -"293626",61742,100541 -"293627",61742,103811 -"293628",61742,111738 -"293629",61742,121707 -"293630",61743,61748 -"293631",61743,61749 -"293632",61743,61815 -"293633",61746,61770 -"293634",61746,71072 -"293635",61746,75142 -"293636",61746,83187 -"293637",61746,84305 -"293638",61747,62158 -"293639",61747,62173 -"293640",61748,61749 -"293641",61748,61815 -"293642",61749,61815 -"293643",61750,69521 -"293644",61750,74813 -"293645",61750,75316 -"293646",61750,81922 -"293647",61750,83238 -"293648",61750,93392 -"293649",61750,97615 -"293650",61750,110524 -"293651",61750,110551 -"293652",61750,111711 -"293653",61750,122744 -"293654",61751,69929 -"293655",61753,77187 -"293656",61753,91745 -"293657",61754,61760 -"293658",61755,84791 -"293659",61757,61979 -"293660",61757,71159 -"293661",61757,80913 -"293662",61757,88099 -"293663",61757,88484 -"293664",61757,96086 -"293665",61757,100463 -"293666",61761,61767 -"293667",61761,61777 -"293668",61763,61816 -"293669",61764,121842 -"293670",61765,77861 -"293671",61765,78971 -"293672",61767,61777 -"293673",61767,69350 -"293674",61767,69365 -"293675",61768,61796 -"293676",61769,68841 -"293677",61769,85847 -"293678",61770,63599 -"293679",61772,66469 -"293680",61773,75494 -"293681",61774,108989 -"293682",61774,109032 -"293683",61775,61898 -"293684",61776,96909 -"293685",61777,63985 -"293686",61777,66264 -"293687",61777,66281 -"293688",61777,66513 -"293689",61777,69350 -"293690",61777,69365 -"293691",61778,76613 -"293692",61778,81508 -"293693",61778,123366 -"293694",61779,68862 -"293695",61779,91869 -"293696",61780,69234 -"293697",61780,69891 -"293698",61780,71403 -"293699",61780,71462 -"293700",61780,108862 -"293701",61780,111077 -"293702",61781,79514 -"293703",61781,94346 -"293704",61782,78169 -"293705",61783,83862 -"293706",61784,82622 -"293707",61784,101699 -"293708",61784,101739 -"293709",61785,67825 -"293710",61785,68844 -"293711",61785,77441 -"293712",61785,80305 -"293713",61785,80731 -"293714",61785,83865 -"293715",61785,88232 -"293716",61785,88237 -"293717",61785,88462 -"293718",61785,92592 -"293719",61785,92913 -"293720",61785,100502 -"293721",61785,100583 -"293722",61786,65664 -"293723",61787,74667 -"293724",61788,61793 -"293725",61789,82394 -"293726",61790,74844 -"293727",61791,63281 -"293728",61792,81677 -"293729",61794,64658 -"293730",61794,64726 -"293731",61796,72665 -"293732",61796,76453 -"293733",61796,119668 -"293734",61797,67105 -"293735",61798,63168 -"293736",61798,68995 -"293737",61798,100539 -"293738",61799,64781 -"293739",61799,64995 -"293740",61799,67361 -"293741",61800,89715 -"293742",61800,94300 -"293743",61800,94344 -"293744",61801,64350 -"293745",61801,73044 -"293746",61801,73058 -"293747",61801,73335 -"293748",61801,78063 -"293749",61801,78429 -"293750",61801,78569 -"293751",61801,82143 -"293752",61801,83231 -"293753",61801,86471 -"293754",61801,90804 -"293755",61801,91022 -"293756",61801,91045 -"293757",61801,95675 -"293758",61801,101516 -"293759",61801,102387 -"293760",61801,108374 -"293761",61801,108893 -"293762",61801,109101 -"293763",61801,109523 -"293764",61801,110993 -"293765",61801,111338 -"293766",61801,111398 -"293767",61801,111409 -"293768",61801,111480 -"293769",61801,112422 -"293770",61801,112648 -"293771",61801,112708 -"293772",61801,112820 -"293773",61801,112997 -"293774",61801,113597 -"293775",61801,114418 -"293776",61801,114582 -"293777",61801,115371 -"293778",61801,116028 -"293779",61801,116604 -"293780",61801,119766 -"293781",61801,119768 -"293782",61801,119829 -"293783",61802,81582 -"293784",61802,82636 -"293785",61802,82784 -"293786",61802,82800 -"293787",61802,82833 -"293788",61802,82969 -"293789",61803,65799 -"293790",61804,92995 -"293791",61805,70908 -"293792",61805,76666 -"293793",61808,91531 -"293794",61809,65685 -"293795",61811,84258 -"293796",61811,85140 -"293797",61811,100079 -"293798",61813,69036 -"293799",61813,110323 -"293800",61813,116069 -"293801",61814,91673 -"293802",61814,102634 -"293803",61815,78294 -"293804",61817,75876 -"293805",61817,100645 -"293806",61818,76485 -"293807",61818,98440 -"293808",61818,116322 -"293809",61822,63953 -"293810",61822,67505 -"293811",61822,76067 -"293812",61822,85326 -"293813",61823,91437 -"293814",61823,91438 -"293815",61823,107005 -"293816",61823,120429 -"293817",61825,94959 -"293818",61826,64710 -"293819",61826,71394 -"293820",61826,72382 -"293821",61827,74232 -"293822",61827,84400 -"293823",61827,88022 -"293824",61827,90522 -"293825",61827,90549 -"293826",61827,109324 -"293827",61827,118939 -"293828",61829,70723 -"293829",61829,81023 -"293830",61829,83927 -"293831",61831,63368 -"293832",61831,71531 -"293833",61831,84387 -"293834",61831,88256 -"293835",61831,95214 -"293836",61831,104134 -"293837",61831,111538 -"293838",61831,111938 -"293839",61831,112875 -"293840",61833,102402 -"293841",61834,71699 -"293842",61835,61899 -"293843",61835,65177 -"293844",61835,65234 -"293845",61835,65317 -"293846",61835,72248 -"293847",61835,81751 -"293848",61835,112022 -"293849",61835,117867 -"293850",61836,94985 -"293851",61837,74223 -"293852",61837,74331 -"293853",61838,74954 -"293854",61840,76509 -"293855",61841,65316 -"293856",61845,91414 -"293857",61846,65480 -"293858",61846,98540 -"293859",61847,61981 -"293860",61848,89669 -"293861",61849,106361 -"293862",61850,61904 -"293863",61850,63921 -"293864",61850,65126 -"293865",61850,74488 -"293866",61853,61866 -"293867",61854,61873 -"293868",61856,82145 -"293869",61856,108231 -"293870",61857,92412 -"293871",61860,62573 -"293872",61860,64450 -"293873",61860,66094 -"293874",61860,66820 -"293875",61864,62042 -"293876",61864,105553 -"293877",61866,115416 -"293878",61867,62007 -"293879",61867,62078 -"293880",61867,62375 -"293881",61867,62633 -"293882",61867,63395 -"293883",61867,64408 -"293884",61867,64418 -"293885",61867,64511 -"293886",61867,65230 -"293887",61867,66145 -"293888",61867,67503 -"293889",61867,67721 -"293890",61867,68816 -"293891",61867,68909 -"293892",61867,68938 -"293893",61867,69332 -"293894",61867,69681 -"293895",61867,70610 -"293896",61867,70611 -"293897",61867,70725 -"293898",61867,71211 -"293899",61867,71505 -"293900",61867,71887 -"293901",61868,62379 -"293902",61869,62104 -"293903",61870,65582 -"293904",61870,72784 -"293905",61870,72846 -"293906",61870,72974 -"293907",61871,62043 -"293908",61871,63446 -"293909",61871,72412 -"293910",61871,73537 -"293911",61872,61885 -"293912",61872,62110 -"293913",61872,62130 -"293914",61872,62176 -"293915",61872,62186 -"293916",61874,63274 -"293917",61874,66322 -"293918",61874,67327 -"293919",61874,70854 -"293920",61874,71683 -"293921",61874,72568 -"293922",61874,72628 -"293923",61874,73767 -"293924",61874,78532 -"293925",61874,81609 -"293926",61874,85885 -"293927",61874,91255 -"293928",61874,92247 -"293929",61874,92352 -"293930",61874,92362 -"293931",61874,92929 -"293932",61874,93719 -"293933",61874,94906 -"293934",61874,94946 -"293935",61874,95889 -"293936",61874,96093 -"293937",61874,97988 -"293938",61874,99309 -"293939",61874,99376 -"293940",61874,99450 -"293941",61874,99471 -"293942",61874,99474 -"293943",61874,100916 -"293944",61874,100944 -"293945",61874,101126 -"293946",61874,101329 -"293947",61874,105557 -"293948",61874,107199 -"293949",61874,108743 -"293950",61874,108980 -"293951",61874,109291 -"293952",61874,109933 -"293953",61874,110483 -"293954",61874,110567 -"293955",61874,110572 -"293956",61874,110630 -"293957",61874,110648 -"293958",61874,110711 -"293959",61874,110770 -"293960",61874,110869 -"293961",61874,110911 -"293962",61874,111285 -"293963",61874,111314 -"293964",61874,111362 -"293965",61874,111372 -"293966",61874,111424 -"293967",61874,111433 -"293968",61874,112422 -"293969",61874,113269 -"293970",61874,113430 -"293971",61874,114242 -"293972",61874,114842 -"293973",61874,115427 -"293974",61874,115521 -"293975",61874,115711 -"293976",61876,61887 -"293977",61876,67856 -"293978",61877,64695 -"293979",61877,76738 -"293980",61877,90539 -"293981",61877,94215 -"293982",61877,95750 -"293983",61877,96647 -"293984",61878,106098 -"293985",61879,62426 -"293986",61879,63019 -"293987",61881,64194 -"293988",61881,107702 -"293989",61882,83275 -"293990",61882,86996 -"293991",61882,99362 -"293992",61882,103631 -"293993",61882,104221 -"293994",61882,114393 -"293995",61883,68484 -"293996",61885,62110 -"293997",61885,62130 -"293998",61885,62176 -"293999",61885,62186 -"294000",61886,85698 -"294001",61886,94464 -"294002",61887,97225 -"294003",61887,106809 -"294004",61888,66063 -"294005",61890,80859 -"294006",61890,89217 -"294007",61891,61897 -"294008",61893,122556 -"294009",61895,77516 -"294010",61898,79096 -"294011",61898,79134 -"294012",61898,94868 -"294013",61902,85559 -"294014",61902,93553 -"294015",61908,70582 -"294016",61908,70606 -"294017",61909,76648 -"294018",61909,91835 -"294019",61912,70893 -"294020",61913,123216 -"294021",61914,62019 -"294022",61915,72088 -"294023",61916,70994 -"294024",61917,104356 -"294025",61919,64676 -"294026",61919,70496 -"294027",61919,71793 -"294028",61919,76010 -"294029",61919,106721 -"294030",61919,113138 -"294031",61921,66852 -"294032",61921,94257 -"294033",61921,110748 -"294034",61921,110890 -"294035",61924,98367 -"294036",61925,65535 -"294037",61926,90839 -"294038",61926,106300 -"294039",61926,120979 -"294040",61928,100323 -"294041",61928,109701 -"294042",61928,109702 -"294043",61932,119042 -"294044",61933,120023 -"294045",61935,100115 -"294046",61936,63381 -"294047",61936,69491 -"294048",61936,73654 -"294049",61937,73708 -"294050",61940,80286 -"294051",61940,111543 -"294052",61940,111554 -"294053",61941,62576 -"294054",61941,85004 -"294055",61942,76492 -"294056",61942,78227 -"294057",61942,90253 -"294058",61942,92282 -"294059",61945,65201 -"294060",61947,105574 -"294061",61947,120606 -"294062",61948,62823 -"294063",61948,77743 -"294064",61948,88245 -"294065",61948,99109 -"294066",61948,99782 -"294067",61953,62242 -"294068",61954,82793 -"294069",61954,99110 -"294070",61954,101477 -"294071",61954,108415 -"294072",61955,66735 -"294073",61956,62289 -"294074",61956,62385 -"294075",61956,67575 -"294076",61957,63062 -"294077",61957,63086 -"294078",61957,63087 -"294079",61957,63098 -"294080",61957,63106 -"294081",61957,63118 -"294082",61957,63128 -"294083",61957,63136 -"294084",61957,63137 -"294085",61957,63144 -"294086",61957,72021 -"294087",61958,68439 -"294088",61958,80453 -"294089",61958,97456 -"294090",61958,97457 -"294091",61958,97465 -"294092",61960,65186 -"294093",61960,65316 -"294094",61962,114423 -"294095",61963,88764 -"294096",61963,99618 -"294097",61964,62017 -"294098",61964,62127 -"294099",61964,86655 -"294100",61965,72236 -"294101",61965,97675 -"294102",61966,64988 -"294103",61966,105614 -"294104",61967,83140 -"294105",61968,91749 -"294106",61969,64119 -"294107",61969,94011 -"294108",61969,94893 -"294109",61969,103613 -"294110",61969,103662 -"294111",61969,103815 -"294112",61969,103872 -"294113",61970,77188 -"294114",61970,78568 -"294115",61970,82949 -"294116",61970,98466 -"294117",61970,103294 -"294118",61971,62520 -"294119",61971,66600 -"294120",61971,66651 -"294121",61972,81371 -"294122",61973,94078 -"294123",61973,94375 -"294124",61973,123199 -"294125",61973,123208 -"294126",61974,61985 -"294127",61975,88746 -"294128",61976,61977 -"294129",61980,93725 -"294130",61980,96430 -"294131",61982,62841 -"294132",61982,65947 -"294133",61982,78597 -"294134",61982,78934 -"294135",61982,81362 -"294136",61984,62198 -"294137",61986,62150 -"294138",61986,62805 -"294139",61987,112387 -"294140",61988,94644 -"294141",61988,104867 -"294142",61989,89832 -"294143",61990,63633 -"294144",61990,63639 -"294145",61990,63643 -"294146",61990,63679 -"294147",61992,74840 -"294148",61992,74841 -"294149",61994,65268 -"294150",61995,62671 -"294151",61995,64130 -"294152",61995,74190 -"294153",61995,77720 -"294154",61995,83342 -"294155",61995,88198 -"294156",61995,98535 -"294157",61995,113476 -"294158",61995,114320 -"294159",61998,70488 -"294160",61998,71405 -"294161",61998,80742 -"294162",61998,95249 -"294163",61999,95966 -"294164",61999,96539 -"294165",62000,109054 -"294166",62000,109081 -"294167",62001,62002 -"294168",62002,87074 -"294169",62003,95361 -"294170",62003,109897 -"294171",62003,122563 -"294172",62004,62378 -"294173",62004,85135 -"294174",62004,88149 -"294175",62004,100660 -"294176",62005,68599 -"294177",62007,62078 -"294178",62007,62375 -"294179",62007,62633 -"294180",62007,63395 -"294181",62007,64015 -"294182",62007,64408 -"294183",62007,64418 -"294184",62007,64511 -"294185",62007,65230 -"294186",62007,66145 -"294187",62007,67503 -"294188",62007,67721 -"294189",62007,68816 -"294190",62007,68909 -"294191",62007,68938 -"294192",62007,69332 -"294193",62007,69681 -"294194",62007,70610 -"294195",62007,70611 -"294196",62007,70725 -"294197",62007,71211 -"294198",62007,71505 -"294199",62007,71887 -"294200",62015,67496 -"294201",62015,96484 -"294202",62015,96491 -"294203",62016,63116 -"294204",62017,62127 -"294205",62017,73503 -"294206",62019,66474 -"294207",62019,72249 -"294208",62019,77173 -"294209",62019,77346 -"294210",62019,77396 -"294211",62019,77401 -"294212",62019,77407 -"294213",62019,77417 -"294214",62019,77418 -"294215",62019,77480 -"294216",62019,77532 -"294217",62019,86429 -"294218",62019,89699 -"294219",62019,90427 -"294220",62019,108022 -"294221",62020,65354 -"294222",62021,62116 -"294223",62024,62037 -"294224",62024,71671 -"294225",62024,87970 -"294226",62024,103616 -"294227",62025,65162 -"294228",62025,68475 -"294229",62025,81508 -"294230",62025,82242 -"294231",62025,120028 -"294232",62026,72302 -"294233",62028,89830 -"294234",62028,104975 -"294235",62028,111602 -"294236",62028,121643 -"294237",62029,89415 -"294238",62029,118569 -"294239",62029,118572 -"294240",62030,65698 -"294241",62031,63647 -"294242",62035,95026 -"294243",62036,62051 -"294244",62036,62115 -"294245",62036,72062 -"294246",62036,112759 -"294247",62038,64508 -"294248",62038,106599 -"294249",62040,65863 -"294250",62040,84278 -"294251",62040,86133 -"294252",62040,91047 -"294253",62040,98984 -"294254",62042,90221 -"294255",62042,101915 -"294256",62042,108153 -"294257",62042,108160 -"294258",62044,75422 -"294259",62044,77845 -"294260",62044,119149 -"294261",62045,78699 -"294262",62045,103728 -"294263",62045,103793 -"294264",62045,109160 -"294265",62045,114824 -"294266",62047,66027 -"294267",62047,99404 -"294268",62050,62096 -"294269",62051,62115 -"294270",62053,66586 -"294271",62053,72527 -"294272",62053,72603 -"294273",62054,63418 -"294274",62054,122745 -"294275",62055,111697 -"294276",62055,119193 -"294277",62056,63992 -"294278",62056,88346 -"294279",62056,88364 -"294280",62056,88443 -"294281",62056,88510 -"294282",62056,95469 -"294283",62056,101347 -"294284",62056,119148 -"294285",62057,62065 -"294286",62057,62087 -"294287",62057,95626 -"294288",62058,62103 -"294289",62060,62216 -"294290",62060,62790 -"294291",62060,67139 -"294292",62060,70693 -"294293",62061,99970 -"294294",62062,103326 -"294295",62063,63370 -"294296",62063,66680 -"294297",62063,67477 -"294298",62063,72573 -"294299",62063,81722 -"294300",62063,86186 -"294301",62063,88716 -"294302",62063,92035 -"294303",62063,101016 -"294304",62063,101087 -"294305",62063,102401 -"294306",62063,104125 -"294307",62063,104514 -"294308",62063,105495 -"294309",62063,105955 -"294310",62063,116302 -"294311",62063,116315 -"294312",62063,116325 -"294313",62063,116331 -"294314",62064,101496 -"294315",62065,62087 -"294316",62066,79419 -"294317",62066,79542 -"294318",62066,79606 -"294319",62066,94933 -"294320",62067,64036 -"294321",62068,62098 -"294322",62071,73240 -"294323",62073,62088 -"294324",62073,62329 -"294325",62074,63731 -"294326",62075,91607 -"294327",62075,117884 -"294328",62075,118187 -"294329",62075,118302 -"294330",62076,80415 -"294331",62077,94997 -"294332",62077,114201 -"294333",62078,62375 -"294334",62078,62633 -"294335",62078,63395 -"294336",62078,64408 -"294337",62078,64418 -"294338",62078,64511 -"294339",62078,65230 -"294340",62078,66145 -"294341",62078,67503 -"294342",62078,67721 -"294343",62078,68816 -"294344",62078,68909 -"294345",62078,68938 -"294346",62078,69332 -"294347",62078,69681 -"294348",62078,70610 -"294349",62078,70611 -"294350",62078,70725 -"294351",62078,71211 -"294352",62078,71505 -"294353",62078,71887 -"294354",62078,103173 -"294355",62079,79939 -"294356",62080,78351 -"294357",62080,116508 -"294358",62080,116597 -"294359",62081,62156 -"294360",62081,62702 -"294361",62082,98234 -"294362",62083,65488 -"294363",62084,98095 -"294364",62084,100133 -"294365",62086,67587 -"294366",62086,108171 -"294367",62088,62329 -"294368",62089,70457 -"294369",62089,76721 -"294370",62089,84698 -"294371",62089,105848 -"294372",62090,70918 -"294373",62090,71041 -"294374",62091,65021 -"294375",62091,100372 -"294376",62091,119039 -"294377",62091,122994 -"294378",62092,83693 -"294379",62093,119747 -"294380",62094,72251 -"294381",62094,93930 -"294382",62094,116401 -"294383",62094,118802 -"294384",62097,63325 -"294385",62101,64921 -"294386",62102,71799 -"294387",62104,64835 -"294388",62104,77500 -"294389",62104,77504 -"294390",62104,77527 -"294391",62104,77573 -"294392",62104,77583 -"294393",62104,77588 -"294394",62105,62296 -"294395",62107,70893 -"294396",62107,78731 -"294397",62107,107381 -"294398",62109,87062 -"294399",62109,88819 -"294400",62109,94339 -"294401",62109,111173 -"294402",62110,62130 -"294403",62110,62176 -"294404",62110,62186 -"294405",62111,62142 -"294406",62111,118404 -"294407",62113,97834 -"294408",62113,105783 -"294409",62114,88668 -"294410",62114,89324 -"294411",62114,114763 -"294412",62116,63326 -"294413",62120,62426 -"294414",62120,63019 -"294415",62120,63427 -"294416",62120,63432 -"294417",62120,65441 -"294418",62122,62192 -"294419",62123,122968 -"294420",62124,62136 -"294421",62124,62137 -"294422",62124,62143 -"294423",62124,62149 -"294424",62124,62159 -"294425",62124,62177 -"294426",62124,62228 -"294427",62124,66485 -"294428",62124,66497 -"294429",62124,66523 -"294430",62126,84536 -"294431",62126,99930 -"294432",62129,65158 -"294433",62130,62176 -"294434",62130,62186 -"294435",62130,64154 -"294436",62130,64166 -"294437",62130,72365 -"294438",62131,74845 -"294439",62131,87371 -"294440",62133,62218 -"294441",62136,62137 -"294442",62136,62143 -"294443",62136,62149 -"294444",62136,62159 -"294445",62136,62177 -"294446",62136,62228 -"294447",62137,62143 -"294448",62137,62149 -"294449",62137,62159 -"294450",62137,62177 -"294451",62137,62228 -"294452",62137,62296 -"294453",62137,62739 -"294454",62137,66485 -"294455",62137,66497 -"294456",62137,66523 -"294457",62137,71510 -"294458",62137,72065 -"294459",62137,72069 -"294460",62137,72070 -"294461",62137,72072 -"294462",62137,72077 -"294463",62137,72088 -"294464",62137,72102 -"294465",62137,72106 -"294466",62137,72107 -"294467",62138,76480 -"294468",62139,69214 -"294469",62140,63231 -"294470",62140,63248 -"294471",62140,63791 -"294472",62140,63827 -"294473",62140,64926 -"294474",62141,62203 -"294475",62141,71124 -"294476",62141,101005 -"294477",62142,101902 -"294478",62143,62149 -"294479",62143,62159 -"294480",62143,62177 -"294481",62143,62228 -"294482",62143,66485 -"294483",62143,66497 -"294484",62143,66523 -"294485",62144,74911 -"294486",62144,77415 -"294487",62145,117126 -"294488",62147,68223 -"294489",62148,79310 -"294490",62148,86194 -"294491",62148,87936 -"294492",62148,122963 -"294493",62149,62159 -"294494",62149,62177 -"294495",62149,62228 -"294496",62149,66485 -"294497",62149,66497 -"294498",62149,66523 -"294499",62150,65787 -"294500",62151,81255 -"294501",62151,87945 -"294502",62151,92641 -"294503",62151,92718 -"294504",62151,105924 -"294505",62151,107609 -"294506",62153,69524 -"294507",62154,80299 -"294508",62155,62215 -"294509",62155,71585 -"294510",62155,108926 -"294511",62155,119977 -"294512",62155,122920 -"294513",62155,123198 -"294514",62156,62702 -"294515",62158,62173 -"294516",62159,62177 -"294517",62159,62228 -"294518",62159,66637 -"294519",62159,67596 -"294520",62159,72069 -"294521",62160,81411 -"294522",62160,82448 -"294523",62160,82451 -"294524",62160,82471 -"294525",62160,82484 -"294526",62160,82516 -"294527",62160,82518 -"294528",62160,92293 -"294529",62161,68452 -"294530",62161,97015 -"294531",62162,96302 -"294532",62163,62195 -"294533",62163,62559 -"294534",62164,64413 -"294535",62164,77219 -"294536",62164,80248 -"294537",62164,101865 -"294538",62164,105061 -"294539",62164,107054 -"294540",62164,107316 -"294541",62164,107536 -"294542",62164,108546 -"294543",62164,116336 -"294544",62165,74862 -"294545",62165,81488 -"294546",62165,85345 -"294547",62165,86988 -"294548",62165,116764 -"294549",62165,120845 -"294550",62166,75310 -"294551",62166,79869 -"294552",62166,84940 -"294553",62167,64817 -"294554",62167,71652 -"294555",62167,101099 -"294556",62167,112964 -"294557",62169,62170 -"294558",62169,79063 -"294559",62169,82437 -"294560",62169,89452 -"294561",62169,122814 -"294562",62170,101813 -"294563",62171,82792 -"294564",62171,82910 -"294565",62172,103189 -"294566",62172,120212 -"294567",62175,80036 -"294568",62176,62186 -"294569",62177,62228 -"294570",62179,62247 -"294571",62182,62183 -"294572",62183,65190 -"294573",62183,77447 -"294574",62183,90296 -"294575",62183,100477 -"294576",62183,115387 -"294577",62183,115897 -"294578",62184,87660 -"294579",62186,63986 -"294580",62186,71057 -"294581",62186,71264 -"294582",62186,71396 -"294583",62186,71409 -"294584",62186,71432 -"294585",62186,71442 -"294586",62188,71892 -"294587",62188,88029 -"294588",62188,109892 -"294589",62191,63107 -"294590",62191,65260 -"294591",62191,76317 -"294592",62193,63490 -"294593",62193,76639 -"294594",62193,76640 -"294595",62193,77040 -"294596",62193,77055 -"294597",62193,77057 -"294598",62193,77066 -"294599",62193,77095 -"294600",62193,77096 -"294601",62193,77101 -"294602",62193,77102 -"294603",62193,77103 -"294604",62193,77106 -"294605",62194,110710 -"294606",62194,119136 -"294607",62195,62559 -"294608",62196,62197 -"294609",62197,80833 -"294610",62197,91246 -"294611",62197,91260 -"294612",62198,93796 -"294613",62201,63254 -"294614",62201,96644 -"294615",62202,111537 -"294616",62204,77853 -"294617",62205,77120 -"294618",62205,109783 -"294619",62205,113887 -"294620",62207,99820 -"294621",62207,104438 -"294622",62208,62521 -"294623",62208,78780 -"294624",62209,117491 -"294625",62209,117492 -"294626",62210,89930 -"294627",62210,93403 -"294628",62210,97515 -"294629",62211,92647 -"294630",62212,68949 -"294631",62212,71896 -"294632",62213,74967 -"294633",62213,78447 -"294634",62213,84712 -"294635",62213,84774 -"294636",62216,62790 -"294637",62217,102939 -"294638",62220,71758 -"294639",62220,75237 -"294640",62220,102165 -"294641",62220,102315 -"294642",62220,104871 -"294643",62220,114448 -"294644",62222,62223 -"294645",62222,62287 -"294646",62223,62287 -"294647",62227,89266 -"294648",62227,106924 -"294649",62227,122837 -"294650",62228,62296 -"294651",62228,62739 -"294652",62228,66485 -"294653",62228,66497 -"294654",62228,66523 -"294655",62228,71510 -"294656",62228,72065 -"294657",62228,72069 -"294658",62228,72070 -"294659",62228,72072 -"294660",62228,72077 -"294661",62228,72088 -"294662",62228,72102 -"294663",62228,72106 -"294664",62228,72107 -"294665",62230,62983 -"294666",62230,63577 -"294667",62230,65479 -"294668",62230,65558 -"294669",62230,65769 -"294670",62230,65814 -"294671",62230,69487 -"294672",62230,73696 -"294673",62230,74922 -"294674",62230,75186 -"294675",62231,64655 -"294676",62231,66650 -"294677",62231,68499 -"294678",62231,68634 -"294679",62231,71161 -"294680",62232,62303 -"294681",62234,63097 -"294682",62234,69061 -"294683",62235,62397 -"294684",62236,62299 -"294685",62236,70892 -"294686",62237,91190 -"294687",62238,83517 -"294688",62239,62557 -"294689",62239,62576 -"294690",62239,62626 -"294691",62239,62627 -"294692",62240,62445 -"294693",62240,81494 -"294694",62240,87104 -"294695",62243,80099 -"294696",62244,69260 -"294697",62244,81119 -"294698",62244,93078 -"294699",62244,95953 -"294700",62244,99371 -"294701",62244,103665 -"294702",62244,110343 -"294703",62244,114392 -"294704",62245,106968 -"294705",62246,80945 -"294706",62246,83244 -"294707",62247,71783 -"294708",62248,62264 -"294709",62248,62265 -"294710",62250,62251 -"294711",62250,62370 -"294712",62250,64700 -"294713",62252,68935 -"294714",62253,83799 -"294715",62254,62273 -"294716",62254,65884 -"294717",62254,69086 -"294718",62254,75948 -"294719",62254,97105 -"294720",62254,103275 -"294721",62255,62276 -"294722",62256,81272 -"294723",62256,112796 -"294724",62256,115258 -"294725",62258,62961 -"294726",62258,68337 -"294727",62258,76302 -"294728",62260,63993 -"294729",62260,67691 -"294730",62261,120241 -"294731",62261,120307 -"294732",62261,120308 -"294733",62263,106628 -"294734",62263,116365 -"294735",62263,116388 -"294736",62264,62265 -"294737",62264,117918 -"294738",62266,95465 -"294739",62266,105753 -"294740",62268,67617 -"294741",62268,80435 -"294742",62268,81077 -"294743",62268,101675 -"294744",62268,108739 -"294745",62271,64053 -"294746",62272,103447 -"294747",62273,65884 -"294748",62273,69086 -"294749",62273,98925 -"294750",62273,100058 -"294751",62273,100230 -"294752",62276,104802 -"294753",62277,92835 -"294754",62277,92860 -"294755",62278,108699 -"294756",62278,117158 -"294757",62280,64359 -"294758",62280,67697 -"294759",62280,69287 -"294760",62282,98858 -"294761",62284,70823 -"294762",62284,73631 -"294763",62284,83974 -"294764",62284,93025 -"294765",62284,114458 -"294766",62284,115652 -"294767",62286,109913 -"294768",62288,71274 -"294769",62288,75397 -"294770",62288,76915 -"294771",62288,77871 -"294772",62288,79242 -"294773",62288,110466 -"294774",62289,62385 -"294775",62289,62738 -"294776",62289,62796 -"294777",62289,67575 -"294778",62290,62330 -"294779",62291,65517 -"294780",62292,85186 -"294781",62292,89384 -"294782",62292,115913 -"294783",62293,65222 -"294784",62294,71957 -"294785",62296,62739 -"294786",62296,63731 -"294787",62296,66523 -"294788",62296,71510 -"294789",62296,72065 -"294790",62296,72069 -"294791",62296,72070 -"294792",62296,72072 -"294793",62296,72077 -"294794",62296,72088 -"294795",62296,72102 -"294796",62296,72106 -"294797",62296,72107 -"294798",62297,68448 -"294799",62297,86273 -"294800",62297,104570 -"294801",62298,102426 -"294802",62298,118234 -"294803",62299,69544 -"294804",62300,63017 -"294805",62301,100986 -"294806",62302,100874 -"294807",62303,67763 -"294808",62303,115776 -"294809",62304,76831 -"294810",62304,91292 -"294811",62304,91674 -"294812",62304,91675 -"294813",62304,91765 -"294814",62304,111181 -"294815",62305,62352 -"294816",62305,64900 -"294817",62305,106472 -"294818",62305,109990 -"294819",62305,120121 -"294820",62307,82865 -"294821",62307,82877 -"294822",62308,79448 -"294823",62308,87413 -"294824",62310,62363 -"294825",62310,68593 -"294826",62310,93236 -"294827",62311,83143 -"294828",62312,74019 -"294829",62314,62388 -"294830",62314,62389 -"294831",62315,69612 -"294832",62315,90871 -"294833",62316,92080 -"294834",62317,111487 -"294835",62318,66010 -"294836",62319,74529 -"294837",62321,67240 -"294838",62321,67295 -"294839",62321,80914 -"294840",62322,62339 -"294841",62323,69072 -"294842",62324,71704 -"294843",62324,92184 -"294844",62324,98094 -"294845",62329,119474 -"294846",62330,74187 -"294847",62333,66458 -"294848",62335,91911 -"294849",62335,96977 -"294850",62336,107782 -"294851",62336,108036 -"294852",62337,100029 -"294853",62338,99274 -"294854",62338,103056 -"294855",62338,123342 -"294856",62339,62642 -"294857",62340,62374 -"294858",62341,62347 -"294859",62343,73488 -"294860",62343,75079 -"294861",62343,78654 -"294862",62343,83386 -"294863",62343,83415 -"294864",62343,87257 -"294865",62344,63026 -"294866",62344,67412 -"294867",62344,70176 -"294868",62346,77436 -"294869",62346,92669 -"294870",62347,81123 -"294871",62347,89796 -"294872",62348,85210 -"294873",62349,96390 -"294874",62350,73386 -"294875",62353,79377 -"294876",62354,66518 -"294877",62354,75817 -"294878",62354,103701 -"294879",62356,63124 -"294880",62356,65400 -"294881",62356,68569 -"294882",62356,73623 -"294883",62356,83389 -"294884",62356,104711 -"294885",62356,105950 -"294886",62356,110204 -"294887",62356,110508 -"294888",62356,113237 -"294889",62356,119587 -"294890",62356,120983 -"294891",62357,86358 -"294892",62357,92682 -"294893",62357,93710 -"294894",62357,94697 -"294895",62357,111119 -"294896",62357,121143 -"294897",62357,122686 -"294898",62358,76252 -"294899",62358,98908 -"294900",62359,62360 -"294901",62359,71503 -"294902",62359,83935 -"294903",62359,90989 -"294904",62359,90998 -"294905",62360,71503 -"294906",62360,71940 -"294907",62362,71785 -"294908",62362,73250 -"294909",62362,93026 -"294910",62363,68593 -"294911",62363,73078 -"294912",62363,82378 -"294913",62363,114000 -"294914",62363,115443 -"294915",62363,115469 -"294916",62366,117206 -"294917",62367,64497 -"294918",62370,115577 -"294919",62371,67547 -"294920",62371,72252 -"294921",62371,111538 -"294922",62372,114123 -"294923",62372,115745 -"294924",62372,121887 -"294925",62375,62633 -"294926",62375,63395 -"294927",62375,64091 -"294928",62375,64408 -"294929",62375,64418 -"294930",62375,64511 -"294931",62375,65230 -"294932",62375,65275 -"294933",62375,65277 -"294934",62375,65286 -"294935",62375,65288 -"294936",62375,66065 -"294937",62375,66145 -"294938",62375,66681 -"294939",62375,67503 -"294940",62375,67721 -"294941",62375,68816 -"294942",62375,68909 -"294943",62375,68938 -"294944",62375,69332 -"294945",62375,69681 -"294946",62375,70610 -"294947",62375,70611 -"294948",62375,70725 -"294949",62375,71211 -"294950",62375,71505 -"294951",62375,71887 -"294952",62377,63632 -"294953",62377,72314 -"294954",62378,67976 -"294955",62380,74906 -"294956",62380,81675 -"294957",62380,92012 -"294958",62380,97805 -"294959",62382,63773 -"294960",62384,123415 -"294961",62385,67575 -"294962",62386,80046 -"294963",62388,62389 -"294964",62392,93529 -"294965",62392,113864 -"294966",62393,108650 -"294967",62393,116641 -"294968",62393,116862 -"294969",62393,117756 -"294970",62395,64873 -"294971",62395,64894 -"294972",62395,64930 -"294973",62395,64958 -"294974",62395,75818 -"294975",62395,87932 -"294976",62395,90414 -"294977",62395,93702 -"294978",62395,111135 -"294979",62396,97054 -"294980",62396,120425 -"294981",62402,62431 -"294982",62402,63027 -"294983",62402,63361 -"294984",62402,85157 -"294985",62402,85180 -"294986",62402,102424 -"294987",62402,116092 -"294988",62402,116104 -"294989",62402,116216 -"294990",62403,87816 -"294991",62404,101529 -"294992",62405,62443 -"294993",62406,71821 -"294994",62406,97256 -"294995",62407,68569 -"294996",62407,73374 -"294997",62407,76127 -"294998",62407,78925 -"294999",62407,90643 -"295000",62407,92592 -"295001",62407,94027 -"295002",62407,94436 -"295003",62407,98381 -"295004",62407,100502 -"295005",62407,105903 -"295006",62407,105988 -"295007",62407,110469 -"295008",62407,114629 -"295009",62408,62417 -"295010",62410,62418 -"295011",62411,72794 -"295012",62411,110242 -"295013",62412,69811 -"295014",62417,64948 -"295015",62420,74424 -"295016",62420,81210 -"295017",62420,94349 -"295018",62420,111105 -"295019",62422,62462 -"295020",62423,82947 -"295021",62423,100951 -"295022",62423,101025 -"295023",62423,101442 -"295024",62423,101475 -"295025",62424,76917 -"295026",62424,100398 -"295027",62424,117679 -"295028",62424,118861 -"295029",62426,63019 -"295030",62426,63408 -"295031",62426,63427 -"295032",62426,63432 -"295033",62427,90258 -"295034",62429,72812 -"295035",62429,79284 -"295036",62429,97949 -"295037",62429,105011 -"295038",62429,119901 -"295039",62429,119902 -"295040",62431,63027 -"295041",62431,63361 -"295042",62431,94567 -"295043",62431,101328 -"295044",62431,101393 -"295045",62431,102424 -"295046",62432,62449 -"295047",62432,62473 -"295048",62432,67024 -"295049",62432,67042 -"295050",62432,67058 -"295051",62432,67061 -"295052",62432,67108 -"295053",62433,62434 -"295054",62433,85955 -"295055",62435,77115 -"295056",62435,103402 -"295057",62435,103411 -"295058",62436,67688 -"295059",62438,78797 -"295060",62438,86558 -"295061",62438,92426 -"295062",62441,76783 -"295063",62441,99709 -"295064",62442,68531 -"295065",62443,112607 -"295066",62443,112618 -"295067",62444,103643 -"295068",62445,63075 -"295069",62445,64354 -"295070",62445,65293 -"295071",62445,78572 -"295072",62445,79779 -"295073",62445,79789 -"295074",62445,85240 -"295075",62445,91603 -"295076",62445,95924 -"295077",62446,99303 -"295078",62447,62455 -"295079",62447,65637 -"295080",62449,62473 -"295081",62450,80868 -"295082",62450,88230 -"295083",62450,89827 -"295084",62450,91824 -"295085",62450,100336 -"295086",62450,100621 -"295087",62450,103996 -"295088",62452,70798 -"295089",62452,71443 -"295090",62456,64633 -"295091",62456,94309 -"295092",62456,112601 -"295093",62458,88199 -"295094",62458,88345 -"295095",62458,108678 -"295096",62458,108770 -"295097",62460,62493 -"295098",62461,88094 -"295099",62461,97574 -"295100",62461,109143 -"295101",62461,109150 -"295102",62462,72759 -"295103",62462,72905 -"295104",62463,97965 -"295105",62463,109298 -"295106",62463,109302 -"295107",62464,110133 -"295108",62465,65856 -"295109",62465,68345 -"295110",62465,74474 -"295111",62465,99431 -"295112",62466,72782 -"295113",62467,62539 -"295114",62467,74556 -"295115",62467,75719 -"295116",62467,89018 -"295117",62469,72624 -"295118",62469,88575 -"295119",62469,92246 -"295120",62469,111202 -"295121",62472,62481 -"295122",62472,62497 -"295123",62473,76066 -"295124",62474,69646 -"295125",62474,72921 -"295126",62474,72988 -"295127",62474,95964 -"295128",62475,66368 -"295129",62475,66399 -"295130",62475,66407 -"295131",62477,77967 -"295132",62477,80088 -"295133",62477,80549 -"295134",62477,81308 -"295135",62477,89261 -"295136",62477,100599 -"295137",62477,102787 -"295138",62477,109252 -"295139",62477,110778 -"295140",62477,110837 -"295141",62477,111729 -"295142",62477,117161 -"295143",62477,117169 -"295144",62477,117174 -"295145",62478,107011 -"295146",62479,74939 -"295147",62481,62497 -"295148",62482,63282 -"295149",62482,91760 -"295150",62482,100134 -"295151",62483,79866 -"295152",62483,88768 -"295153",62483,88769 -"295154",62483,88770 -"295155",62483,98968 -"295156",62483,100095 -"295157",62484,81756 -"295158",62484,90839 -"295159",62484,93867 -"295160",62487,63988 -"295161",62487,65232 -"295162",62488,65406 -"295163",62488,65800 -"295164",62488,88259 -"295165",62488,93424 -"295166",62488,94603 -"295167",62488,94853 -"295168",62488,95993 -"295169",62488,101344 -"295170",62491,66842 -"295171",62491,76100 -"295172",62492,66077 -"295173",62493,80972 -"295174",62493,91040 -"295175",62493,106323 -"295176",62494,66216 -"295177",62495,62850 -"295178",62495,62863 -"295179",62497,65603 -"295180",62498,70240 -"295181",62498,78460 -"295182",62498,84569 -"295183",62498,97577 -"295184",62499,77910 -"295185",62500,70372 -"295186",62500,110725 -"295187",62500,121737 -"295188",62502,62503 -"295189",62504,67743 -"295190",62504,75677 -"295191",62504,75918 -"295192",62504,83245 -"295193",62504,110226 -"295194",62505,83729 -"295195",62506,67527 -"295196",62507,72592 -"295197",62507,123281 -"295198",62510,77557 -"295199",62510,103001 -"295200",62511,66006 -"295201",62511,85732 -"295202",62511,89177 -"295203",62511,121316 -"295204",62511,121325 -"295205",62512,77059 -"295206",62513,96364 -"295207",62513,98762 -"295208",62513,101404 -"295209",62513,118798 -"295210",62514,117408 -"295211",62516,68859 -"295212",62516,112678 -"295213",62518,69012 -"295214",62518,80477 -"295215",62518,101327 -"295216",62519,62524 -"295217",62519,63038 -"295218",62520,64467 -"295219",62520,73621 -"295220",62520,75206 -"295221",62521,68853 -"295222",62521,82964 -"295223",62521,95320 -"295224",62522,64962 -"295225",62524,63038 -"295226",62527,75192 -"295227",62527,87215 -"295228",62527,104043 -"295229",62527,105496 -"295230",62530,81390 -"295231",62531,65583 -"295232",62531,67256 -"295233",62532,69397 -"295234",62532,78982 -"295235",62533,81501 -"295236",62535,62550 -"295237",62535,62563 -"295238",62536,76826 -"295239",62536,79547 -"295240",62536,80798 -"295241",62536,82512 -"295242",62536,88719 -"295243",62537,63545 -"295244",62537,63553 -"295245",62537,63558 -"295246",62538,69528 -"295247",62538,70044 -"295248",62538,70062 -"295249",62538,70071 -"295250",62538,78570 -"295251",62538,79327 -"295252",62538,88863 -"295253",62538,90056 -"295254",62538,92570 -"295255",62541,82315 -"295256",62542,86645 -"295257",62543,63103 -"295258",62543,63242 -"295259",62545,63023 -"295260",62546,73389 -"295261",62546,101053 -"295262",62546,103228 -"295263",62546,103927 -"295264",62546,103954 -"295265",62549,68804 -"295266",62550,62563 -"295267",62550,67542 -"295268",62551,68091 -"295269",62552,66607 -"295270",62552,83730 -"295271",62552,97405 -"295272",62553,89925 -"295273",62554,84914 -"295274",62555,76223 -"295275",62555,76224 -"295276",62555,76451 -"295277",62555,76455 -"295278",62555,76456 -"295279",62555,76476 -"295280",62557,62576 -"295281",62557,62626 -"295282",62557,62627 -"295283",62559,71900 -"295284",62559,89659 -"295285",62560,67207 -"295286",62562,78637 -"295287",62562,82573 -"295288",62562,91417 -"295289",62562,102292 -"295290",62562,107036 -"295291",62562,121950 -"295292",62562,121966 -"295293",62562,121971 -"295294",62562,121976 -"295295",62563,67542 -"295296",62565,75741 -"295297",62565,82867 -"295298",62565,84168 -"295299",62565,109444 -"295300",62568,90025 -"295301",62568,97424 -"295302",62568,120481 -"295303",62569,70509 -"295304",62569,75287 -"295305",62569,78583 -"295306",62569,106963 -"295307",62569,122974 -"295308",62570,63887 -"295309",62570,70531 -"295310",62570,70537 -"295311",62571,86998 -"295312",62573,63678 -"295313",62573,64450 -"295314",62573,66094 -"295315",62573,66820 -"295316",62573,70905 -"295317",62573,71685 -"295318",62573,74060 -"295319",62575,76182 -"295320",62576,62626 -"295321",62576,62627 -"295322",62577,63640 -"295323",62577,63655 -"295324",62578,92862 -"295325",62579,76406 -"295326",62579,77352 -"295327",62579,77643 -"295328",62579,98035 -"295329",62579,104812 -"295330",62581,64539 -"295331",62584,67217 -"295332",62588,76562 -"295333",62588,90167 -"295334",62588,117690 -"295335",62588,117695 -"295336",62589,62900 -"295337",62589,62960 -"295338",62590,70092 -"295339",62590,72959 -"295340",62591,82921 -"295341",62591,98869 -"295342",62591,101532 -"295343",62592,70280 -"295344",62592,93294 -"295345",62593,62594 -"295346",62593,62675 -"295347",62594,62675 -"295348",62595,89163 -"295349",62595,103150 -"295350",62595,116725 -"295351",62596,99624 -"295352",62596,112893 -"295353",62597,73243 -"295354",62597,83893 -"295355",62597,98810 -"295356",62599,68843 -"295357",62599,94353 -"295358",62599,97716 -"295359",62600,92121 -"295360",62600,104583 -"295361",62600,109486 -"295362",62602,63145 -"295363",62602,85286 -"295364",62602,86897 -"295365",62602,89836 -"295366",62604,66701 -"295367",62605,65362 -"295368",62605,65580 -"295369",62605,70236 -"295370",62605,73389 -"295371",62605,79806 -"295372",62605,88280 -"295373",62605,88764 -"295374",62605,92062 -"295375",62605,95849 -"295376",62605,97741 -"295377",62605,99424 -"295378",62605,100523 -"295379",62605,102732 -"295380",62606,67076 -"295381",62608,118735 -"295382",62609,97833 -"295383",62610,62611 -"295384",62612,79786 -"295385",62613,70011 -"295386",62616,113335 -"295387",62618,62700 -"295388",62619,106002 -"295389",62620,72583 -"295390",62620,72608 -"295391",62623,68168 -"295392",62623,85248 -"295393",62623,92986 -"295394",62623,106855 -"295395",62623,106872 -"295396",62623,107276 -"295397",62624,62724 -"295398",62626,62627 -"295399",62626,63739 -"295400",62626,72059 -"295401",62627,63019 -"295402",62628,88298 -"295403",62629,71734 -"295404",62629,75216 -"295405",62629,88203 -"295406",62629,92322 -"295407",62629,94783 -"295408",62629,104493 -"295409",62629,104578 -"295410",62629,109350 -"295411",62629,113302 -"295412",62631,75194 -"295413",62631,94843 -"295414",62632,68822 -"295415",62632,79102 -"295416",62632,79110 -"295417",62632,92895 -"295418",62632,94857 -"295419",62632,94861 -"295420",62632,98392 -"295421",62632,98986 -"295422",62633,63395 -"295423",62633,64408 -"295424",62633,64418 -"295425",62633,64511 -"295426",62633,65230 -"295427",62633,66145 -"295428",62633,67503 -"295429",62633,67721 -"295430",62633,68816 -"295431",62633,68909 -"295432",62633,68938 -"295433",62633,69332 -"295434",62633,69681 -"295435",62633,70610 -"295436",62633,70611 -"295437",62633,70725 -"295438",62633,71211 -"295439",62633,71505 -"295440",62633,71887 -"295441",62634,90865 -"295442",62635,62646 -"295443",62635,77770 -"295444",62635,96826 -"295445",62635,108896 -"295446",62635,109211 -"295447",62636,91779 -"295448",62637,100915 -"295449",62637,122632 -"295450",62639,93580 -"295451",62640,83251 -"295452",62640,83257 -"295453",62640,89441 -"295454",62640,89783 -"295455",62640,108883 -"295456",62642,68091 -"295457",62642,69335 -"295458",62642,75245 -"295459",62642,75776 -"295460",62642,75956 -"295461",62642,76387 -"295462",62642,78978 -"295463",62642,79212 -"295464",62642,79241 -"295465",62642,79579 -"295466",62642,80239 -"295467",62642,80301 -"295468",62642,81397 -"295469",62642,88340 -"295470",62642,88749 -"295471",62642,89069 -"295472",62642,89373 -"295473",62642,89995 -"295474",62642,90919 -"295475",62642,90936 -"295476",62642,92861 -"295477",62642,93097 -"295478",62642,94231 -"295479",62642,95489 -"295480",62642,96247 -"295481",62642,96363 -"295482",62642,97898 -"295483",62642,115620 -"295484",62644,63065 -"295485",62644,72891 -"295486",62644,78532 -"295487",62644,82496 -"295488",62644,85152 -"295489",62644,91068 -"295490",62644,98729 -"295491",62644,99474 -"295492",62644,121080 -"295493",62645,72335 -"295494",62645,75584 -"295495",62648,73065 -"295496",62648,91802 -"295497",62650,65580 -"295498",62650,75853 -"295499",62650,81199 -"295500",62650,81233 -"295501",62650,81234 -"295502",62651,108711 -"295503",62653,62971 -"295504",62653,72215 -"295505",62653,82240 -"295506",62654,76827 -"295507",62654,77938 -"295508",62655,96471 -"295509",62655,114982 -"295510",62655,119064 -"295511",62655,119096 -"295512",62657,66437 -"295513",62657,121379 -"295514",62658,62688 -"295515",62658,62705 -"295516",62658,67555 -"295517",62658,71443 -"295518",62659,80391 -"295519",62661,81903 -"295520",62661,83575 -"295521",62662,63828 -"295522",62664,62704 -"295523",62664,74786 -"295524",62664,86924 -"295525",62664,86931 -"295526",62664,86970 -"295527",62664,96499 -"295528",62664,104799 -"295529",62666,102887 -"295530",62666,114586 -"295531",62668,70473 -"295532",62668,70981 -"295533",62668,71825 -"295534",62668,71837 -"295535",62668,77625 -"295536",62668,79681 -"295537",62668,82452 -"295538",62668,83624 -"295539",62668,88409 -"295540",62668,90883 -"295541",62668,91383 -"295542",62668,92113 -"295543",62668,98904 -"295544",62668,100406 -"295545",62668,102940 -"295546",62668,118577 -"295547",62668,119085 -"295548",62668,119099 -"295549",62668,119224 -"295550",62668,119439 -"295551",62668,119501 -"295552",62668,120085 -"295553",62668,120232 -"295554",62668,121213 -"295555",62670,102284 -"295556",62670,102306 -"295557",62672,67506 -"295558",62672,70860 -"295559",62672,72090 -"295560",62672,72178 -"295561",62672,100171 -"295562",62672,106782 -"295563",62674,76837 -"295564",62674,80086 -"295565",62674,88357 -"295566",62676,99609 -"295567",62676,102812 -"295568",62676,107205 -"295569",62676,109883 -"295570",62678,86660 -"295571",62678,92080 -"295572",62678,121201 -"295573",62679,63105 -"295574",62679,68001 -"295575",62679,68475 -"295576",62679,68860 -"295577",62679,68917 -"295578",62679,69296 -"295579",62679,71106 -"295580",62679,73655 -"295581",62679,75767 -"295582",62679,76046 -"295583",62679,76459 -"295584",62679,76808 -"295585",62679,77727 -"295586",62679,78224 -"295587",62679,79222 -"295588",62679,82978 -"295589",62679,83306 -"295590",62679,85027 -"295591",62679,88412 -"295592",62679,90275 -"295593",62679,90426 -"295594",62679,91112 -"295595",62679,91526 -"295596",62679,93425 -"295597",62679,93523 -"295598",62679,94520 -"295599",62679,95954 -"295600",62679,99544 -"295601",62679,99547 -"295602",62679,99554 -"295603",62679,100595 -"295604",62679,100739 -"295605",62679,100819 -"295606",62679,101898 -"295607",62679,101988 -"295608",62679,102146 -"295609",62679,102201 -"295610",62679,102309 -"295611",62679,102635 -"295612",62679,102730 -"295613",62679,102846 -"295614",62679,103744 -"295615",62679,103790 -"295616",62679,104095 -"295617",62679,104574 -"295618",62679,104784 -"295619",62679,104845 -"295620",62679,107269 -"295621",62679,107623 -"295622",62679,107714 -"295623",62679,107879 -"295624",62679,107975 -"295625",62680,62692 -"295626",62681,65683 -"295627",62681,72912 -"295628",62681,88104 -"295629",62681,93216 -"295630",62681,96475 -"295631",62682,85994 -"295632",62684,65941 -"295633",62684,76283 -"295634",62685,65645 -"295635",62686,89202 -"295636",62687,62706 -"295637",62688,62705 -"295638",62688,67555 -"295639",62688,71443 -"295640",62689,73365 -"295641",62689,79917 -"295642",62689,79956 -"295643",62689,79963 -"295644",62690,65550 -"295645",62690,70341 -"295646",62690,73201 -"295647",62690,93352 -"295648",62690,93373 -"295649",62690,94025 -"295650",62690,103670 -"295651",62690,103671 -"295652",62690,110828 -"295653",62691,62709 -"295654",62691,91766 -"295655",62693,62713 -"295656",62693,92209 -"295657",62694,62717 -"295658",62694,65006 -"295659",62694,65007 -"295660",62694,71028 -"295661",62694,77613 -"295662",62694,97676 -"295663",62694,100715 -"295664",62694,101999 -"295665",62695,62697 -"295666",62695,74239 -"295667",62698,64272 -"295668",62698,71102 -"295669",62699,65523 -"295670",62699,70960 -"295671",62699,73976 -"295672",62699,90003 -"295673",62704,63668 -"295674",62704,70423 -"295675",62704,96499 -"295676",62704,104878 -"295677",62704,114070 -"295678",62705,67555 -"295679",62705,71443 -"295680",62706,67230 -"295681",62706,94887 -"295682",62707,62708 -"295683",62707,62836 -"295684",62708,62836 -"295685",62710,90835 -"295686",62714,103950 -"295687",62715,78620 -"295688",62716,118246 -"295689",62716,121709 -"295690",62717,65338 -"295691",62717,77137 -"295692",62717,77669 -"295693",62717,77695 -"295694",62718,73788 -"295695",62719,62745 -"295696",62720,76217 -"295697",62721,69077 -"295698",62721,77520 -"295699",62721,91229 -"295700",62726,66419 -"295701",62726,77202 -"295702",62726,78392 -"295703",62726,81413 -"295704",62726,87345 -"295705",62726,87352 -"295706",62726,87469 -"295707",62726,112897 -"295708",62728,62817 -"295709",62729,62895 -"295710",62729,72963 -"295711",62729,72996 -"295712",62729,72997 -"295713",62729,72998 -"295714",62730,113367 -"295715",62731,65264 -"295716",62731,111446 -"295717",62732,79646 -"295718",62732,107273 -"295719",62732,118711 -"295720",62732,120494 -"295721",62735,65965 -"295722",62735,67161 -"295723",62736,62800 -"295724",62737,82056 -"295725",62738,62796 -"295726",62739,66523 -"295727",62739,71510 -"295728",62739,72065 -"295729",62739,72069 -"295730",62739,72070 -"295731",62739,72072 -"295732",62739,72077 -"295733",62739,72088 -"295734",62739,72102 -"295735",62739,72106 -"295736",62739,72107 -"295737",62740,65162 -"295738",62740,122012 -"295739",62742,71025 -"295740",62743,75961 -"295741",62743,83689 -"295742",62743,89647 -"295743",62746,78120 -"295744",62749,63318 -"295745",62749,93353 -"295746",62750,68284 -"295747",62750,110319 -"295748",62753,116477 -"295749",62754,95795 -"295750",62755,91503 -"295751",62757,69573 -"295752",62758,114489 -"295753",62760,62761 -"295754",62760,85618 -"295755",62762,76320 -"295756",62762,82738 -"295757",62762,85514 -"295758",62762,90725 -"295759",62762,110110 -"295760",62762,119524 -"295761",62763,62764 -"295762",62764,66943 -"295763",62764,98909 -"295764",62765,62780 -"295765",62765,68881 -"295766",62766,87389 -"295767",62766,97278 -"295768",62766,103201 -"295769",62766,105625 -"295770",62766,105726 -"295771",62766,115957 -"295772",62767,66873 -"295773",62768,112330 -"295774",62769,93758 -"295775",62769,119199 -"295776",62771,70233 -"295777",62771,86210 -"295778",62771,103201 -"295779",62771,117883 -"295780",62772,75295 -"295781",62772,81793 -"295782",62772,110610 -"295783",62773,78388 -"295784",62774,79112 -"295785",62775,73945 -"295786",62775,82096 -"295787",62775,90460 -"295788",62775,94069 -"295789",62775,108776 -"295790",62776,63017 -"295791",62776,67840 -"295792",62776,67846 -"295793",62777,62947 -"295794",62778,81938 -"295795",62778,94011 -"295796",62781,65593 -"295797",62781,106229 -"295798",62781,117318 -"295799",62781,117757 -"295800",62782,62792 -"295801",62782,62795 -"295802",62785,69957 -"295803",62786,96993 -"295804",62788,89622 -"295805",62791,65858 -"295806",62791,75444 -"295807",62792,62795 -"295808",62793,70925 -"295809",62793,71006 -"295810",62793,78102 -"295811",62793,78730 -"295812",62793,79183 -"295813",62793,80305 -"295814",62793,85028 -"295815",62793,91411 -"295816",62793,93820 -"295817",62793,95030 -"295818",62793,96336 -"295819",62793,98343 -"295820",62793,100274 -"295821",62793,101155 -"295822",62793,101189 -"295823",62793,101681 -"295824",62793,102204 -"295825",62793,102731 -"295826",62794,63743 -"295827",62794,69302 -"295828",62795,65779 -"295829",62795,65808 -"295830",62798,81300 -"295831",62799,68076 -"295832",62801,66016 -"295833",62801,69250 -"295834",62801,81641 -"295835",62801,90256 -"295836",62801,91480 -"295837",62801,100781 -"295838",62801,111788 -"295839",62802,69059 -"295840",62802,69453 -"295841",62803,71906 -"295842",62803,84679 -"295843",62804,84041 -"295844",62806,88842 -"295845",62806,108311 -"295846",62807,75588 -"295847",62808,68128 -"295848",62808,76957 -"295849",62808,89625 -"295850",62809,104766 -"295851",62809,109334 -"295852",62809,110264 -"295853",62810,67314 -"295854",62814,62815 -"295855",62819,72886 -"295856",62819,117278 -"295857",62819,119208 -"295858",62819,120106 -"295859",62820,103050 -"295860",62821,80303 -"295861",62821,81965 -"295862",62821,89752 -"295863",62821,90570 -"295864",62821,95242 -"295865",62822,68460 -"295866",62822,85481 -"295867",62822,112904 -"295868",62824,92986 -"295869",62824,97185 -"295870",62824,107863 -"295871",62826,62972 -"295872",62826,70669 -"295873",62826,70692 -"295874",62827,67539 -"295875",62828,62839 -"295876",62829,84274 -"295877",62829,92251 -"295878",62830,73992 -"295879",62831,67184 -"295880",62831,104675 -"295881",62832,63759 -"295882",62832,73180 -"295883",62832,78746 -"295884",62832,78955 -"295885",62833,88510 -"295886",62833,93881 -"295887",62833,108255 -"295888",62833,119334 -"295889",62833,119408 -"295890",62834,62851 -"295891",62837,82469 -"295892",62837,107080 -"295893",62840,62860 -"295894",62840,71562 -"295895",62842,66943 -"295896",62843,99646 -"295897",62843,99647 -"295898",62844,71526 -"295899",62844,90820 -"295900",62844,91713 -"295901",62844,95163 -"295902",62844,107693 -"295903",62844,123419 -"295904",62848,103655 -"295905",62848,122348 -"295906",62849,74179 -"295907",62849,82682 -"295908",62849,93752 -"295909",62850,62863 -"295910",62851,64269 -"295911",62852,65282 -"295912",62852,83907 -"295913",62852,85705 -"295914",62852,87103 -"295915",62852,88713 -"295916",62852,93437 -"295917",62852,111474 -"295918",62852,120128 -"295919",62853,63028 -"295920",62853,73079 -"295921",62854,62885 -"295922",62855,78238 -"295923",62856,63183 -"295924",62856,67211 -"295925",62856,71142 -"295926",62856,99947 -"295927",62856,101071 -"295928",62856,116886 -"295929",62857,63473 -"295930",62857,63794 -"295931",62857,65680 -"295932",62857,76799 -"295933",62857,90773 -"295934",62857,91551 -"295935",62857,95090 -"295936",62857,95117 -"295937",62857,95301 -"295938",62857,96111 -"295939",62857,98333 -"295940",62857,100727 -"295941",62857,110320 -"295942",62857,114560 -"295943",62857,115614 -"295944",62857,117638 -"295945",62857,117643 -"295946",62857,117644 -"295947",62857,119685 -"295948",62858,95851 -"295949",62858,110699 -"295950",62858,116744 -"295951",62860,71562 -"295952",62861,62883 -"295953",62864,62891 -"295954",62864,78013 -"295955",62866,62892 -"295956",62868,74408 -"295957",62868,82428 -"295958",62868,99843 -"295959",62868,105109 -"295960",62868,105128 -"295961",62868,105260 -"295962",62870,83131 -"295963",62871,112211 -"295964",62873,68368 -"295965",62873,69810 -"295966",62873,99373 -"295967",62874,83988 -"295968",62874,84215 -"295969",62875,63057 -"295970",62875,68388 -"295971",62875,68418 -"295972",62877,70025 -"295973",62878,70931 -"295974",62878,72954 -"295975",62878,88618 -"295976",62878,101615 -"295977",62879,93732 -"295978",62881,83772 -"295979",62881,91630 -"295980",62884,63008 -"295981",62887,68592 -"295982",62887,69656 -"295983",62887,77468 -"295984",62887,79596 -"295985",62887,121154 -"295986",62889,70437 -"295987",62889,71564 -"295988",62889,71565 -"295989",62891,122253 -"295990",62892,82491 -"295991",62892,122368 -"295992",62893,71901 -"295993",62893,75934 -"295994",62893,79187 -"295995",62893,103033 -"295996",62893,103044 -"295997",62896,71649 -"295998",62896,74226 -"295999",62896,101262 -"296000",62897,65860 -"296001",62898,86256 -"296002",62901,63803 -"296003",62901,69620 -"296004",62901,111663 -"296005",62904,103697 -"296006",62906,71674 -"296007",62906,72443 -"296008",62906,73577 -"296009",62906,83457 -"296010",62906,88492 -"296011",62908,64966 -"296012",62908,65079 -"296013",62908,76164 -"296014",62908,106206 -"296015",62908,107926 -"296016",62909,76720 -"296017",62912,62959 -"296018",62912,63049 -"296019",62913,104465 -"296020",62913,104500 -"296021",62915,65311 -"296022",62920,81345 -"296023",62921,71862 -"296024",62921,91420 -"296025",62922,62951 -"296026",62923,64493 -"296027",62923,64517 -"296028",62923,64694 -"296029",62923,64763 -"296030",62923,65678 -"296031",62923,66248 -"296032",62924,65144 -"296033",62924,94532 -"296034",62924,114680 -"296035",62926,106023 -"296036",62928,89467 -"296037",62928,104083 -"296038",62928,104111 -"296039",62929,81631 -"296040",62929,87822 -"296041",62930,110908 -"296042",62930,113950 -"296043",62933,63745 -"296044",62933,109969 -"296045",62934,77518 -"296046",62934,77689 -"296047",62935,98808 -"296048",62935,122770 -"296049",62936,77432 -"296050",62936,81535 -"296051",62936,94774 -"296052",62936,119484 -"296053",62936,121963 -"296054",62937,68884 -"296055",62938,66429 -"296056",62938,101677 -"296057",62939,91137 -"296058",62941,101857 -"296059",62942,115568 -"296060",62943,67404 -"296061",62943,85509 -"296062",62943,100432 -"296063",62943,109561 -"296064",62943,120243 -"296065",62944,84028 -"296066",62944,96526 -"296067",62945,63148 -"296068",62945,83113 -"296069",62945,113372 -"296070",62946,66245 -"296071",62946,71628 -"296072",62946,71640 -"296073",62946,75721 -"296074",62948,87893 -"296075",62948,89702 -"296076",62949,87871 -"296077",62950,67807 -"296078",62950,70852 -"296079",62950,72430 -"296080",62953,90340 -"296081",62953,104400 -"296082",62954,63843 -"296083",62956,79669 -"296084",62956,92506 -"296085",62956,96582 -"296086",62956,111848 -"296087",62959,63049 -"296088",62959,76967 -"296089",62959,77118 -"296090",62961,67456 -"296091",62961,82867 -"296092",62961,92688 -"296093",62961,102632 -"296094",62967,69383 -"296095",62968,76337 -"296096",62968,91258 -"296097",62968,91273 -"296098",62968,98360 -"296099",62968,102962 -"296100",62969,62994 -"296101",62970,63154 -"296102",62970,63160 -"296103",62970,64059 -"296104",62970,74269 -"296105",62971,72215 -"296106",62971,82240 -"296107",62971,120734 -"296108",62971,120735 -"296109",62972,64727 -"296110",62973,67615 -"296111",62975,91435 -"296112",62976,70925 -"296113",62977,75347 -"296114",62978,63186 -"296115",62979,66052 -"296116",62979,98593 -"296117",62979,107779 -"296118",62979,116288 -"296119",62980,63127 -"296120",62980,71205 -"296121",62980,91934 -"296122",62982,90112 -"296123",62982,120240 -"296124",62983,63577 -"296125",62983,65479 -"296126",62983,65558 -"296127",62983,65769 -"296128",62983,65814 -"296129",62984,89818 -"296130",62984,92399 -"296131",62984,105881 -"296132",62984,109941 -"296133",62984,110310 -"296134",62984,121654 -"296135",62985,67210 -"296136",62985,75371 -"296137",62985,81343 -"296138",62985,99731 -"296139",62985,101323 -"296140",62985,102845 -"296141",62985,104957 -"296142",62985,109815 -"296143",62985,111066 -"296144",62985,113278 -"296145",62985,113314 -"296146",62985,114723 -"296147",62985,116644 -"296148",62985,117804 -"296149",62985,121414 -"296150",62985,122345 -"296151",62985,122353 -"296152",62985,122358 -"296153",62985,122360 -"296154",62985,122366 -"296155",62985,122367 -"296156",62985,122376 -"296157",62985,122383 -"296158",62985,122393 -"296159",62985,122394 -"296160",62985,122398 -"296161",62985,122402 -"296162",62985,122403 -"296163",62985,122409 -"296164",62985,122412 -"296165",62985,122414 -"296166",62985,122415 -"296167",62985,122417 -"296168",62985,122418 -"296169",62985,122421 -"296170",62985,122422 -"296171",62985,122437 -"296172",62985,122438 -"296173",62985,122440 -"296174",62985,123424 -"296175",62987,72348 -"296176",62987,89470 -"296177",62988,99741 -"296178",62990,95888 -"296179",62991,63126 -"296180",62991,63143 -"296181",62991,63287 -"296182",62991,63344 -"296183",62991,91279 -"296184",62995,72153 -"296185",62996,91601 -"296186",62997,63031 -"296187",62997,65383 -"296188",62998,89899 -"296189",62999,63000 -"296190",62999,63026 -"296191",63000,63026 -"296192",63001,68382 -"296193",63002,78246 -"296194",63002,99248 -"296195",63004,63009 -"296196",63005,65931 -"296197",63006,69691 -"296198",63006,74219 -"296199",63007,77567 -"296200",63009,73051 -"296201",63010,72649 -"296202",63010,97776 -"296203",63010,99471 -"296204",63010,101814 -"296205",63012,69561 -"296206",63012,77198 -"296207",63012,80251 -"296208",63012,90577 -"296209",63012,91321 -"296210",63012,99334 -"296211",63012,105334 -"296212",63012,113599 -"296213",63013,71493 -"296214",63013,82427 -"296215",63013,86395 -"296216",63014,70023 -"296217",63018,67098 -"296218",63019,63550 -"296219",63019,63703 -"296220",63019,64111 -"296221",63019,65441 -"296222",63019,68402 -"296223",63019,70112 -"296224",63019,75015 -"296225",63020,67133 -"296226",63020,110369 -"296227",63021,108259 -"296228",63025,70419 -"296229",63026,64359 -"296230",63026,71659 -"296231",63027,63361 -"296232",63029,65223 -"296233",63029,66092 -"296234",63029,67696 -"296235",63029,81646 -"296236",63029,82219 -"296237",63029,88074 -"296238",63029,88910 -"296239",63029,92106 -"296240",63029,93658 -"296241",63029,101802 -"296242",63029,105373 -"296243",63029,121698 -"296244",63030,70928 -"296245",63030,84348 -"296246",63032,71625 -"296247",63032,71954 -"296248",63032,78210 -"296249",63032,89862 -"296250",63033,66286 -"296251",63033,76136 -"296252",63033,76921 -"296253",63033,80578 -"296254",63033,86938 -"296255",63033,100998 -"296256",63033,106567 -"296257",63033,109259 -"296258",63033,114104 -"296259",63033,115398 -"296260",63033,118636 -"296261",63033,120140 -"296262",63033,122429 -"296263",63033,122435 -"296264",63034,64659 -"296265",63036,64747 -"296266",63039,100808 -"296267",63039,118791 -"296268",63039,120149 -"296269",63041,72689 -"296270",63041,74516 -"296271",63041,77517 -"296272",63041,77522 -"296273",63041,77528 -"296274",63041,77607 -"296275",63041,88773 -"296276",63041,103445 -"296277",63041,105681 -"296278",63041,109009 -"296279",63041,109554 -"296280",63041,121005 -"296281",63042,69774 -"296282",63042,79211 -"296283",63042,92284 -"296284",63042,123303 -"296285",63044,63403 -"296286",63044,63441 -"296287",63045,76403 -"296288",63045,95976 -"296289",63045,99077 -"296290",63047,98641 -"296291",63048,67511 -"296292",63048,81167 -"296293",63048,86520 -"296294",63048,86660 -"296295",63052,66004 -"296296",63053,70171 -"296297",63054,74246 -"296298",63056,70583 -"296299",63057,68418 -"296300",63058,63114 -"296301",63059,74307 -"296302",63059,75611 -"296303",63060,63269 -"296304",63061,63076 -"296305",63061,81306 -"296306",63061,84767 -"296307",63061,92821 -"296308",63061,102503 -"296309",63062,63086 -"296310",63062,63087 -"296311",63062,63098 -"296312",63062,63106 -"296313",63062,63118 -"296314",63062,63128 -"296315",63062,63136 -"296316",63062,63137 -"296317",63062,63144 -"296318",63062,67681 -"296319",63063,63305 -"296320",63063,63317 -"296321",63064,64870 -"296322",63064,68886 -"296323",63065,91068 -"296324",63065,99474 -"296325",63067,114192 -"296326",63068,67121 -"296327",63070,63071 -"296328",63073,83238 -"296329",63073,86716 -"296330",63073,92627 -"296331",63073,97703 -"296332",63073,98944 -"296333",63073,100965 -"296334",63073,101356 -"296335",63073,101361 -"296336",63073,101363 -"296337",63073,108099 -"296338",63073,111089 -"296339",63074,105503 -"296340",63075,77184 -"296341",63075,77303 -"296342",63075,78507 -"296343",63075,78550 -"296344",63075,78551 -"296345",63075,95924 -"296346",63075,97811 -"296347",63077,65255 -"296348",63077,68758 -"296349",63077,68828 -"296350",63077,76514 -"296351",63077,77929 -"296352",63077,79074 -"296353",63077,85287 -"296354",63077,88629 -"296355",63077,106348 -"296356",63081,67160 -"296357",63081,71622 -"296358",63081,71722 -"296359",63081,72601 -"296360",63081,73026 -"296361",63081,74567 -"296362",63081,79565 -"296363",63081,79605 -"296364",63081,79615 -"296365",63082,72458 -"296366",63083,69772 -"296367",63083,69821 -"296368",63083,70761 -"296369",63083,72500 -"296370",63085,116065 -"296371",63086,63087 -"296372",63086,63098 -"296373",63086,63106 -"296374",63086,63118 -"296375",63086,63128 -"296376",63086,63136 -"296377",63086,63137 -"296378",63086,63144 -"296379",63087,63098 -"296380",63087,63106 -"296381",63087,63118 -"296382",63087,63128 -"296383",63087,63136 -"296384",63087,63137 -"296385",63087,63144 -"296386",63088,63481 -"296387",63088,63598 -"296388",63089,64061 -"296389",63089,64340 -"296390",63089,64341 -"296391",63089,64392 -"296392",63089,64421 -"296393",63090,109626 -"296394",63091,89985 -"296395",63091,97718 -"296396",63091,120459 -"296397",63092,98446 -"296398",63093,63116 -"296399",63093,63141 -"296400",63094,63389 -"296401",63094,80261 -"296402",63094,80279 -"296403",63094,84322 -"296404",63094,84462 -"296405",63094,84796 -"296406",63094,91465 -"296407",63094,98042 -"296408",63094,103324 -"296409",63095,85511 -"296410",63095,103567 -"296411",63096,76893 -"296412",63096,78360 -"296413",63096,78362 -"296414",63098,63106 -"296415",63098,63118 -"296416",63098,63128 -"296417",63098,63136 -"296418",63098,63137 -"296419",63098,63144 -"296420",63099,73107 -"296421",63099,74197 -"296422",63099,83961 -"296423",63099,85338 -"296424",63099,91666 -"296425",63099,91780 -"296426",63099,96270 -"296427",63100,66130 -"296428",63102,101413 -"296429",63102,107974 -"296430",63103,63242 -"296431",63104,68330 -"296432",63104,78062 -"296433",63104,79990 -"296434",63104,83598 -"296435",63105,68001 -"296436",63105,68475 -"296437",63105,68917 -"296438",63105,69296 -"296439",63105,71106 -"296440",63105,73655 -"296441",63105,75767 -"296442",63105,76046 -"296443",63105,76459 -"296444",63105,76808 -"296445",63105,77727 -"296446",63105,78224 -"296447",63105,79222 -"296448",63105,82978 -"296449",63105,83306 -"296450",63105,85027 -"296451",63105,88412 -"296452",63105,90275 -"296453",63105,90426 -"296454",63105,91112 -"296455",63105,91526 -"296456",63105,93425 -"296457",63105,93523 -"296458",63105,94520 -"296459",63105,95954 -"296460",63105,99544 -"296461",63105,99547 -"296462",63105,99554 -"296463",63105,100595 -"296464",63105,100739 -"296465",63105,100819 -"296466",63105,101898 -"296467",63105,101988 -"296468",63105,102146 -"296469",63105,102201 -"296470",63105,102309 -"296471",63105,102635 -"296472",63105,102730 -"296473",63105,102846 -"296474",63105,103790 -"296475",63105,104095 -"296476",63105,104574 -"296477",63105,104784 -"296478",63105,104845 -"296479",63105,107269 -"296480",63105,107623 -"296481",63105,107714 -"296482",63105,107879 -"296483",63105,107975 -"296484",63106,63118 -"296485",63106,63128 -"296486",63106,63136 -"296487",63106,63137 -"296488",63106,63144 -"296489",63109,91505 -"296490",63109,91542 -"296491",63111,75244 -"296492",63112,71469 -"296493",63112,73294 -"296494",63112,78421 -"296495",63112,81046 -"296496",63112,86554 -"296497",63112,91482 -"296498",63112,102396 -"296499",63112,103343 -"296500",63113,69310 -"296501",63113,71025 -"296502",63113,73394 -"296503",63113,77507 -"296504",63113,81445 -"296505",63113,92951 -"296506",63113,92964 -"296507",63113,92966 -"296508",63114,74421 -"296509",63116,63141 -"296510",63117,63583 -"296511",63117,84849 -"296512",63118,63128 -"296513",63118,63136 -"296514",63118,63137 -"296515",63118,63144 -"296516",63119,100220 -"296517",63119,100554 -"296518",63121,113058 -"296519",63121,121298 -"296520",63122,65681 -"296521",63122,90007 -"296522",63122,117293 -"296523",63123,66805 -"296524",63124,65400 -"296525",63124,73623 -"296526",63124,80041 -"296527",63124,84770 -"296528",63124,91411 -"296529",63124,101484 -"296530",63124,101681 -"296531",63124,105950 -"296532",63124,110508 -"296533",63124,113237 -"296534",63124,119587 -"296535",63124,120981 -"296536",63124,122767 -"296537",63125,63211 -"296538",63126,63143 -"296539",63126,63287 -"296540",63126,63344 -"296541",63127,67216 -"296542",63127,90480 -"296543",63127,91261 -"296544",63127,103478 -"296545",63127,113538 -"296546",63128,63136 -"296547",63128,63137 -"296548",63128,63144 -"296549",63129,63130 -"296550",63129,63690 -"296551",63129,65028 -"296552",63131,64862 -"296553",63131,65351 -"296554",63131,65353 -"296555",63131,88223 -"296556",63132,63343 -"296557",63132,77414 -"296558",63132,81595 -"296559",63132,85951 -"296560",63132,94794 -"296561",63132,101970 -"296562",63133,88943 -"296563",63133,109352 -"296564",63134,63140 -"296565",63134,65484 -"296566",63135,83807 -"296567",63135,84333 -"296568",63135,89050 -"296569",63135,92370 -"296570",63136,63137 -"296571",63136,63144 -"296572",63137,63144 -"296573",63138,63360 -"296574",63138,73353 -"296575",63138,73537 -"296576",63138,73938 -"296577",63139,76531 -"296578",63142,101774 -"296579",63142,108534 -"296580",63143,63287 -"296581",63143,63344 -"296582",63143,76440 -"296583",63143,123032 -"296584",63145,85286 -"296585",63146,82961 -"296586",63146,96750 -"296587",63146,121621 -"296588",63147,63331 -"296589",63147,82161 -"296590",63147,87904 -"296591",63147,95855 -"296592",63147,98655 -"296593",63147,113853 -"296594",63149,63182 -"296595",63149,63191 -"296596",63149,63202 -"296597",63149,63304 -"296598",63149,63325 -"296599",63149,63334 -"296600",63149,63335 -"296601",63149,63345 -"296602",63149,63359 -"296603",63149,63376 -"296604",63151,118511 -"296605",63152,63175 -"296606",63152,87370 -"296607",63154,63160 -"296608",63154,64059 -"296609",63154,64747 -"296610",63154,74269 -"296611",63154,84007 -"296612",63155,74290 -"296613",63156,74864 -"296614",63156,74887 -"296615",63156,86614 -"296616",63157,63338 -"296617",63158,75466 -"296618",63159,86319 -"296619",63159,104836 -"296620",63159,122713 -"296621",63160,65839 -"296622",63161,70536 -"296623",63162,69814 -"296624",63162,84940 -"296625",63162,84941 -"296626",63162,84958 -"296627",63162,87168 -"296628",63163,70053 -"296629",63163,80725 -"296630",63163,96103 -"296631",63163,100448 -"296632",63163,101094 -"296633",63163,102685 -"296634",63165,82205 -"296635",63165,92382 -"296636",63168,64089 -"296637",63168,74781 -"296638",63168,82695 -"296639",63168,91192 -"296640",63168,91925 -"296641",63168,92595 -"296642",63168,103697 -"296643",63168,108829 -"296644",63169,63185 -"296645",63172,121258 -"296646",63174,68443 -"296647",63174,72128 -"296648",63176,66476 -"296649",63176,83409 -"296650",63176,104269 -"296651",63176,118663 -"296652",63179,90541 -"296653",63179,98418 -"296654",63180,105332 -"296655",63180,111385 -"296656",63182,63191 -"296657",63182,63202 -"296658",63182,63304 -"296659",63182,63325 -"296660",63182,63334 -"296661",63182,63335 -"296662",63182,63345 -"296663",63182,63359 -"296664",63182,63376 -"296665",63183,101071 -"296666",63183,116886 -"296667",63184,69588 -"296668",63184,69630 -"296669",63186,110674 -"296670",63186,110675 -"296671",63188,74273 -"296672",63188,87646 -"296673",63190,93301 -"296674",63191,63202 -"296675",63191,63304 -"296676",63191,63325 -"296677",63191,63334 -"296678",63191,63335 -"296679",63191,63345 -"296680",63191,63359 -"296681",63191,63376 -"296682",63194,67350 -"296683",63194,98537 -"296684",63195,64565 -"296685",63195,86811 -"296686",63195,90799 -"296687",63195,90815 -"296688",63197,75400 -"296689",63198,64361 -"296690",63198,72124 -"296691",63198,77829 -"296692",63199,64226 -"296693",63199,70027 -"296694",63200,69854 -"296695",63201,117262 -"296696",63202,63304 -"296697",63202,63325 -"296698",63202,63334 -"296699",63202,63335 -"296700",63202,63345 -"296701",63202,63359 -"296702",63202,63376 -"296703",63203,63354 -"296704",63203,63373 -"296705",63204,110085 -"296706",63205,88572 -"296707",63205,113861 -"296708",63206,74921 -"296709",63206,81614 -"296710",63206,87159 -"296711",63206,88484 -"296712",63206,88959 -"296713",63206,105971 -"296714",63207,77904 -"296715",63207,84792 -"296716",63207,95366 -"296717",63207,109339 -"296718",63207,110887 -"296719",63207,110892 -"296720",63207,111300 -"296721",63207,121380 -"296722",63207,122126 -"296723",63208,63209 -"296724",63209,102475 -"296725",63210,64699 -"296726",63210,72674 -"296727",63211,88087 -"296728",63212,109741 -"296729",63213,112555 -"296730",63214,64605 -"296731",63214,66171 -"296732",63214,67117 -"296733",63214,67822 -"296734",63214,67979 -"296735",63214,71266 -"296736",63214,71294 -"296737",63214,71343 -"296738",63214,71471 -"296739",63215,67591 -"296740",63216,63219 -"296741",63218,73887 -"296742",63218,87435 -"296743",63222,63444 -"296744",63223,70688 -"296745",63223,120078 -"296746",63223,120082 -"296747",63224,66498 -"296748",63224,72306 -"296749",63227,112438 -"296750",63227,121847 -"296751",63228,101840 -"296752",63228,115043 -"296753",63229,63289 -"296754",63229,94193 -"296755",63230,75294 -"296756",63231,63248 -"296757",63231,63784 -"296758",63231,63791 -"296759",63231,63827 -"296760",63231,64926 -"296761",63233,66516 -"296762",63234,112167 -"296763",63235,69411 -"296764",63235,90670 -"296765",63235,123226 -"296766",63236,93460 -"296767",63237,63315 -"296768",63237,65439 -"296769",63237,74109 -"296770",63237,74318 -"296771",63237,76392 -"296772",63237,92265 -"296773",63237,92310 -"296774",63237,102631 -"296775",63237,112081 -"296776",63237,119663 -"296777",63238,63291 -"296778",63238,73091 -"296779",63239,67511 -"296780",63239,92513 -"296781",63239,103425 -"296782",63242,87353 -"296783",63243,63630 -"296784",63243,65942 -"296785",63243,83149 -"296786",63244,86595 -"296787",63244,90960 -"296788",63244,105620 -"296789",63245,63251 -"296790",63246,65130 -"296791",63248,63791 -"296792",63248,63827 -"296793",63248,64926 -"296794",63248,70267 -"296795",63248,70287 -"296796",63249,85550 -"296797",63250,64351 -"296798",63250,70931 -"296799",63250,99169 -"296800",63250,102977 -"296801",63250,109721 -"296802",63252,111229 -"296803",63252,118461 -"296804",63254,84421 -"296805",63255,63497 -"296806",63255,106585 -"296807",63257,63602 -"296808",63258,83255 -"296809",63259,65807 -"296810",63259,75342 -"296811",63259,75344 -"296812",63260,68941 -"296813",63263,109724 -"296814",63263,112481 -"296815",63264,74634 -"296816",63264,82200 -"296817",63264,93381 -"296818",63264,116926 -"296819",63266,66320 -"296820",63267,63725 -"296821",63267,72984 -"296822",63267,81156 -"296823",63267,84301 -"296824",63267,89230 -"296825",63267,94172 -"296826",63267,114209 -"296827",63268,77097 -"296828",63272,63285 -"296829",63274,66322 -"296830",63274,67327 -"296831",63274,69182 -"296832",63274,70854 -"296833",63274,71683 -"296834",63274,72568 -"296835",63274,72628 -"296836",63274,73767 -"296837",63274,78532 -"296838",63274,81609 -"296839",63274,85885 -"296840",63274,91255 -"296841",63274,92247 -"296842",63274,92352 -"296843",63274,92362 -"296844",63274,92929 -"296845",63274,93719 -"296846",63274,94906 -"296847",63274,94946 -"296848",63274,95889 -"296849",63274,96093 -"296850",63274,97988 -"296851",63274,99309 -"296852",63274,99376 -"296853",63274,99450 -"296854",63274,99471 -"296855",63274,99474 -"296856",63274,100916 -"296857",63274,100944 -"296858",63274,101126 -"296859",63274,101329 -"296860",63274,103279 -"296861",63274,105557 -"296862",63274,107199 -"296863",63274,108743 -"296864",63274,108980 -"296865",63274,109291 -"296866",63274,109933 -"296867",63274,110483 -"296868",63274,110567 -"296869",63274,110572 -"296870",63274,110630 -"296871",63274,110648 -"296872",63274,110711 -"296873",63274,110770 -"296874",63274,110869 -"296875",63274,110911 -"296876",63274,111285 -"296877",63274,111314 -"296878",63274,111362 -"296879",63274,111372 -"296880",63274,111424 -"296881",63274,111433 -"296882",63274,112422 -"296883",63274,113269 -"296884",63274,113430 -"296885",63274,114242 -"296886",63274,114842 -"296887",63274,115427 -"296888",63274,115521 -"296889",63274,115711 -"296890",63278,79327 -"296891",63278,82298 -"296892",63279,80398 -"296893",63279,82255 -"296894",63280,90903 -"296895",63282,91760 -"296896",63282,100134 -"296897",63283,63284 -"296898",63283,63301 -"296899",63284,63301 -"296900",63285,69965 -"296901",63285,83739 -"296902",63285,93041 -"296903",63286,63391 -"296904",63286,65324 -"296905",63286,117044 -"296906",63287,63344 -"296907",63288,70439 -"296908",63293,80526 -"296909",63293,115330 -"296910",63294,76723 -"296911",63294,90738 -"296912",63297,110670 -"296913",63298,66866 -"296914",63298,91940 -"296915",63298,108648 -"296916",63299,64127 -"296917",63300,68135 -"296918",63300,71246 -"296919",63300,72696 -"296920",63300,81434 -"296921",63300,101858 -"296922",63300,108111 -"296923",63304,63325 -"296924",63304,63334 -"296925",63304,63335 -"296926",63304,63345 -"296927",63304,63359 -"296928",63304,63376 -"296929",63305,63317 -"296930",63305,69327 -"296931",63306,78981 -"296932",63306,109145 -"296933",63309,79468 -"296934",63309,102286 -"296935",63310,69871 -"296936",63310,70919 -"296937",63310,75679 -"296938",63312,76738 -"296939",63312,79493 -"296940",63312,80473 -"296941",63312,81694 -"296942",63312,85451 -"296943",63312,91372 -"296944",63312,113268 -"296945",63313,67315 -"296946",63314,98407 -"296947",63314,98426 -"296948",63314,98431 -"296949",63315,68517 -"296950",63315,72173 -"296951",63315,77363 -"296952",63315,79032 -"296953",63315,92851 -"296954",63315,93668 -"296955",63315,99759 -"296956",63315,104356 -"296957",63315,120333 -"296958",63317,84995 -"296959",63318,91825 -"296960",63320,63353 -"296961",63320,63384 -"296962",63321,63332 -"296963",63322,63348 -"296964",63322,63366 -"296965",63324,78929 -"296966",63325,63334 -"296967",63325,63335 -"296968",63325,63345 -"296969",63325,63359 -"296970",63325,63376 -"296971",63327,64586 -"296972",63327,65055 -"296973",63327,109801 -"296974",63327,109981 -"296975",63328,90968 -"296976",63328,96256 -"296977",63329,78108 -"296978",63329,79874 -"296979",63329,81448 -"296980",63329,84263 -"296981",63329,90070 -"296982",63329,91865 -"296983",63329,92630 -"296984",63329,94748 -"296985",63329,96801 -"296986",63329,97063 -"296987",63329,99772 -"296988",63331,82161 -"296989",63332,64388 -"296990",63332,71447 -"296991",63333,63383 -"296992",63333,63385 -"296993",63333,64115 -"296994",63334,63335 -"296995",63334,63345 -"296996",63334,63359 -"296997",63334,63376 -"296998",63335,63345 -"296999",63335,63359 -"297000",63335,63376 -"297001",63336,68364 -"297002",63336,68379 -"297003",63338,71989 -"297004",63341,66306 -"297005",63341,76274 -"297006",63341,96235 -"297007",63341,117611 -"297008",63345,63359 -"297009",63345,63376 -"297010",63347,95720 -"297011",63348,63366 -"297012",63348,75550 -"297013",63348,75678 -"297014",63348,75696 -"297015",63351,87523 -"297016",63351,108822 -"297017",63351,109049 -"297018",63351,115375 -"297019",63353,63384 -"297020",63354,63373 -"297021",63356,73617 -"297022",63356,89391 -"297023",63356,112060 -"297024",63357,81440 -"297025",63357,85821 -"297026",63357,88518 -"297027",63357,101999 -"297028",63357,111308 -"297029",63359,63376 -"297030",63362,96183 -"297031",63362,110643 -"297032",63363,102879 -"297033",63364,68006 -"297034",63364,71027 -"297035",63364,74322 -"297036",63365,75325 -"297037",63367,79074 -"297038",63367,109737 -"297039",63368,80604 -"297040",63368,83533 -"297041",63368,83540 -"297042",63368,83550 -"297043",63368,107537 -"297044",63370,67477 -"297045",63371,91164 -"297046",63371,95860 -"297047",63372,77602 -"297048",63372,105226 -"297049",63373,83485 -"297050",63375,68751 -"297051",63375,90305 -"297052",63375,90533 -"297053",63375,105460 -"297054",63377,77330 -"297055",63377,94625 -"297056",63377,109551 -"297057",63378,63380 -"297058",63378,90022 -"297059",63380,79141 -"297060",63380,90022 -"297061",63381,73654 -"297062",63382,95724 -"297063",63383,63385 -"297064",63388,68188 -"297065",63388,75452 -"297066",63388,75959 -"297067",63388,115109 -"297068",63389,69830 -"297069",63389,79201 -"297070",63389,80261 -"297071",63389,84796 -"297072",63389,107730 -"297073",63390,102851 -"297074",63392,89125 -"297075",63392,95225 -"297076",63393,82917 -"297077",63393,108890 -"297078",63395,64408 -"297079",63395,64418 -"297080",63395,64511 -"297081",63395,65230 -"297082",63395,66145 -"297083",63395,67503 -"297084",63395,67721 -"297085",63395,68816 -"297086",63395,68909 -"297087",63395,68938 -"297088",63395,69332 -"297089",63395,69681 -"297090",63395,70610 -"297091",63395,70611 -"297092",63395,70725 -"297093",63395,71211 -"297094",63395,71505 -"297095",63395,71887 -"297096",63395,74204 -"297097",63395,95334 -"297098",63397,85331 -"297099",63399,63420 -"297100",63401,66006 -"297101",63401,75467 -"297102",63403,63441 -"297103",63404,63405 -"297104",63406,63434 -"297105",63406,63468 -"297106",63406,84215 -"297107",63406,87841 -"297108",63406,114069 -"297109",63406,114075 -"297110",63407,73898 -"297111",63407,79174 -"297112",63407,84028 -"297113",63407,85356 -"297114",63407,91891 -"297115",63407,92300 -"297116",63407,101298 -"297117",63409,63846 -"297118",63409,66664 -"297119",63409,79640 -"297120",63409,88409 -"297121",63409,90939 -"297122",63409,91905 -"297123",63409,107095 -"297124",63409,107396 -"297125",63409,112765 -"297126",63409,112767 -"297127",63410,63458 -"297128",63410,64453 -"297129",63410,64606 -"297130",63415,63431 -"297131",63415,63530 -"297132",63418,71723 -"297133",63418,122745 -"297134",63419,65935 -"297135",63419,99193 -"297136",63419,100432 -"297137",63419,102637 -"297138",63419,118047 -"297139",63420,82708 -"297140",63420,116795 -"297141",63421,63608 -"297142",63421,114321 -"297143",63424,63469 -"297144",63424,66369 -"297145",63424,73295 -"297146",63424,76158 -"297147",63424,79977 -"297148",63424,90607 -"297149",63424,90751 -"297150",63424,91900 -"297151",63424,99281 -"297152",63424,99542 -"297153",63424,101082 -"297154",63424,102092 -"297155",63424,102339 -"297156",63424,110595 -"297157",63424,116498 -"297158",63424,117044 -"297159",63424,118553 -"297160",63424,119530 -"297161",63424,119793 -"297162",63425,63969 -"297163",63425,66168 -"297164",63425,106096 -"297165",63427,63432 -"297166",63429,70469 -"297167",63429,72104 -"297168",63429,74388 -"297169",63429,101093 -"297170",63429,106536 -"297171",63429,106752 -"297172",63429,119978 -"297173",63429,120037 -"297174",63431,63530 -"297175",63433,63636 -"297176",63434,63468 -"297177",63435,65700 -"297178",63435,89477 -"297179",63436,85945 -"297180",63438,63466 -"297181",63438,69419 -"297182",63440,67036 -"297183",63442,63775 -"297184",63442,78024 -"297185",63442,84786 -"297186",63442,84818 -"297187",63445,69671 -"297188",63445,122146 -"297189",63446,66096 -"297190",63446,67990 -"297191",63446,70904 -"297192",63447,63611 -"297193",63448,66795 -"297194",63448,103754 -"297195",63448,113501 -"297196",63451,79819 -"297197",63454,63470 -"297198",63454,63471 -"297199",63454,63509 -"297200",63454,63670 -"297201",63456,63536 -"297202",63459,80101 -"297203",63459,81254 -"297204",63460,115714 -"297205",63461,76007 -"297206",63461,77242 -"297207",63461,85917 -"297208",63461,116502 -"297209",63462,63501 -"297210",63464,97266 -"297211",63464,111045 -"297212",63465,77274 -"297213",63466,107512 -"297214",63467,77636 -"297215",63470,63471 -"297216",63470,63509 -"297217",63470,63670 -"297218",63470,71614 -"297219",63470,73952 -"297220",63471,63509 -"297221",63471,63670 -"297222",63471,73952 -"297223",63472,69648 -"297224",63473,63794 -"297225",63475,63503 -"297226",63475,63517 -"297227",63475,63563 -"297228",63475,63575 -"297229",63475,63592 -"297230",63475,64253 -"297231",63476,86348 -"297232",63476,98324 -"297233",63477,86677 -"297234",63477,88129 -"297235",63477,102240 -"297236",63477,102994 -"297237",63479,67535 -"297238",63481,63598 -"297239",63482,63584 -"297240",63483,75664 -"297241",63486,72549 -"297242",63486,78237 -"297243",63486,79913 -"297244",63486,90268 -"297245",63486,96681 -"297246",63486,97229 -"297247",63486,97697 -"297248",63486,105352 -"297249",63486,106723 -"297250",63486,113885 -"297251",63486,115758 -"297252",63486,118896 -"297253",63486,118897 -"297254",63487,67540 -"297255",63487,72797 -"297256",63487,73506 -"297257",63488,79121 -"297258",63488,86460 -"297259",63489,65625 -"297260",63489,84940 -"297261",63489,100226 -"297262",63490,76639 -"297263",63490,76640 -"297264",63490,77040 -"297265",63490,77055 -"297266",63490,77057 -"297267",63490,77066 -"297268",63490,77095 -"297269",63490,77096 -"297270",63490,77101 -"297271",63490,77102 -"297272",63490,77103 -"297273",63490,77106 -"297274",63490,78665 -"297275",63491,98795 -"297276",63493,81970 -"297277",63494,77184 -"297278",63497,68510 -"297279",63497,95669 -"297280",63497,119868 -"297281",63498,67127 -"297282",63498,67331 -"297283",63498,71718 -"297284",63498,73733 -"297285",63498,87418 -"297286",63498,102157 -"297287",63499,63695 -"297288",63499,63979 -"297289",63499,69641 -"297290",63499,71177 -"297291",63500,63502 -"297292",63500,64505 -"297293",63500,73742 -"297294",63502,77657 -"297295",63502,82006 -"297296",63502,83273 -"297297",63502,96802 -"297298",63503,63517 -"297299",63503,63563 -"297300",63503,63575 -"297301",63503,63592 -"297302",63504,63571 -"297303",63504,66531 -"297304",63504,83662 -"297305",63505,66415 -"297306",63508,63593 -"297307",63509,63670 -"297308",63509,71614 -"297309",63509,73952 -"297310",63510,97602 -"297311",63510,103312 -"297312",63512,94037 -"297313",63512,111829 -"297314",63512,113072 -"297315",63513,64272 -"297316",63513,81210 -"297317",63513,88645 -"297318",63513,91413 -"297319",63513,98078 -"297320",63513,111698 -"297321",63515,107663 -"297322",63516,63532 -"297323",63516,75570 -"297324",63516,109667 -"297325",63516,117989 -"297326",63517,63563 -"297327",63517,63575 -"297328",63517,63592 -"297329",63517,63628 -"297330",63517,64253 -"297331",63517,65449 -"297332",63517,67131 -"297333",63517,69432 -"297334",63517,69777 -"297335",63517,71361 -"297336",63517,71365 -"297337",63517,72532 -"297338",63517,75519 -"297339",63517,75529 -"297340",63517,75575 -"297341",63517,86954 -"297342",63518,65231 -"297343",63518,68762 -"297344",63518,73138 -"297345",63518,75030 -"297346",63518,75271 -"297347",63518,76047 -"297348",63518,76131 -"297349",63518,78487 -"297350",63518,80913 -"297351",63518,81474 -"297352",63518,88309 -"297353",63518,91779 -"297354",63518,92017 -"297355",63518,97580 -"297356",63518,98249 -"297357",63518,101733 -"297358",63518,102484 -"297359",63518,102535 -"297360",63518,106275 -"297361",63518,106280 -"297362",63519,72378 -"297363",63519,81016 -"297364",63519,81231 -"297365",63519,81251 -"297366",63519,111359 -"297367",63520,84270 -"297368",63520,106621 -"297369",63523,69011 -"297370",63523,78549 -"297371",63524,102140 -"297372",63525,79655 -"297373",63525,81755 -"297374",63527,114111 -"297375",63527,114147 -"297376",63527,122299 -"297377",63529,74265 -"297378",63530,63985 -"297379",63530,66479 -"297380",63531,88943 -"297381",63531,99070 -"297382",63531,99344 -"297383",63531,99695 -"297384",63531,99707 -"297385",63533,71892 -"297386",63533,120125 -"297387",63533,121156 -"297388",63537,92026 -"297389",63538,83603 -"297390",63538,91715 -"297391",63538,91750 -"297392",63542,74065 -"297393",63542,98481 -"297394",63542,98623 -"297395",63542,98624 -"297396",63542,114262 -"297397",63545,63553 -"297398",63545,63558 -"297399",63545,71236 -"297400",63547,70020 -"297401",63547,74975 -"297402",63547,82977 -"297403",63547,83978 -"297404",63547,90921 -"297405",63547,92611 -"297406",63547,95997 -"297407",63547,96558 -"297408",63547,117701 -"297409",63547,117703 -"297410",63547,117707 -"297411",63548,86424 -"297412",63548,100207 -"297413",63548,103131 -"297414",63551,70811 -"297415",63551,72205 -"297416",63551,97132 -"297417",63552,68773 -"297418",63552,88590 -"297419",63553,63558 -"297420",63553,64256 -"297421",63555,83710 -"297422",63555,85963 -"297423",63555,104387 -"297424",63555,106569 -"297425",63555,118106 -"297426",63555,120246 -"297427",63555,120477 -"297428",63555,120982 -"297429",63556,63753 -"297430",63557,72057 -"297431",63557,104563 -"297432",63560,91662 -"297433",63560,103720 -"297434",63560,109657 -"297435",63560,109658 -"297436",63560,121059 -"297437",63563,63575 -"297438",63563,63592 -"297439",63564,63565 -"297440",63564,63566 -"297441",63564,63567 -"297442",63564,63580 -"297443",63564,63581 -"297444",63565,63566 -"297445",63565,63567 -"297446",63565,63580 -"297447",63565,63581 -"297448",63566,63567 -"297449",63566,63580 -"297450",63566,63581 -"297451",63567,63580 -"297452",63567,63581 -"297453",63568,84076 -"297454",63568,91564 -"297455",63568,94676 -"297456",63568,95862 -"297457",63568,107022 -"297458",63568,107505 -"297459",63569,88413 -"297460",63569,94922 -"297461",63571,92815 -"297462",63572,63601 -"297463",63572,84006 -"297464",63573,111118 -"297465",63573,111139 -"297466",63573,111145 -"297467",63573,111147 -"297468",63573,111148 -"297469",63573,111157 -"297470",63573,111158 -"297471",63573,111161 -"297472",63575,63592 -"297473",63577,65479 -"297474",63577,65558 -"297475",63577,65769 -"297476",63577,65814 -"297477",63577,65960 -"297478",63577,65974 -"297479",63577,66000 -"297480",63577,72466 -"297481",63579,63594 -"297482",63580,63581 -"297483",63582,63678 -"297484",63582,72019 -"297485",63583,84849 -"297486",63584,66547 -"297487",63584,67631 -"297488",63584,67847 -"297489",63584,67858 -"297490",63584,67870 -"297491",63584,67876 -"297492",63584,67877 -"297493",63587,70608 -"297494",63588,72858 -"297495",63588,78773 -"297496",63588,88036 -"297497",63589,74345 -"297498",63590,63591 -"297499",63592,65664 -"297500",63592,65700 -"297501",63592,65752 -"297502",63594,68268 -"297503",63594,68290 -"297504",63594,68296 -"297505",63595,95822 -"297506",63595,103724 -"297507",63595,106574 -"297508",63595,118826 -"297509",63596,71399 -"297510",63597,95271 -"297511",63597,105185 -"297512",63598,80502 -"297513",63598,89165 -"297514",63598,93694 -"297515",63598,93731 -"297516",63598,93751 -"297517",63598,93772 -"297518",63600,66470 -"297519",63600,112415 -"297520",63601,69339 -"297521",63601,80697 -"297522",63603,91377 -"297523",63604,93398 -"297524",63604,118536 -"297525",63605,63653 -"297526",63607,80642 -"297527",63607,95039 -"297528",63608,71130 -"297529",63609,93404 -"297530",63609,96191 -"297531",63610,63650 -"297532",63611,65411 -"297533",63611,68104 -"297534",63611,74884 -"297535",63611,78039 -"297536",63611,95555 -"297537",63612,68762 -"297538",63613,63661 -"297539",63613,63677 -"297540",63615,63634 -"297541",63616,95438 -"297542",63617,64215 -"297543",63617,89543 -"297544",63617,99332 -"297545",63618,63620 -"297546",63620,78350 -"297547",63620,101282 -"297548",63620,109211 -"297549",63620,109662 -"297550",63621,66246 -"297551",63621,80976 -"297552",63621,94116 -"297553",63623,73040 -"297554",63623,85335 -"297555",63623,95900 -"297556",63624,74430 -"297557",63625,79854 -"297558",63627,118791 -"297559",63628,65449 -"297560",63628,69432 -"297561",63628,71365 -"297562",63628,72532 -"297563",63628,75519 -"297564",63628,75529 -"297565",63628,75575 -"297566",63631,63664 -"297567",63631,66249 -"297568",63631,76295 -"297569",63631,76403 -"297570",63631,93680 -"297571",63631,108578 -"297572",63631,109222 -"297573",63631,110872 -"297574",63631,111140 -"297575",63631,115066 -"297576",63631,118608 -"297577",63632,72314 -"297578",63632,73193 -"297579",63632,82281 -"297580",63632,82997 -"297581",63632,86623 -"297582",63632,98686 -"297583",63632,98703 -"297584",63632,98706 -"297585",63633,63639 -"297586",63633,63643 -"297587",63633,63679 -"297588",63634,101749 -"297589",63635,73931 -"297590",63635,75687 -"297591",63636,123026 -"297592",63636,123141 -"297593",63637,95666 -"297594",63637,104579 -"297595",63637,111117 -"297596",63639,63643 -"297597",63639,63679 -"297598",63639,64288 -"297599",63639,64343 -"297600",63639,64344 -"297601",63640,63655 -"297602",63641,65497 -"297603",63641,66717 -"297604",63641,71380 -"297605",63641,72535 -"297606",63641,75454 -"297607",63641,91164 -"297608",63641,95721 -"297609",63641,96007 -"297610",63641,99435 -"297611",63642,71234 -"297612",63642,115477 -"297613",63643,63679 -"297614",63643,71651 -"297615",63643,72462 -"297616",63643,72472 -"297617",63644,74653 -"297618",63644,76394 -"297619",63644,99660 -"297620",63644,99671 -"297621",63644,99674 -"297622",63644,118845 -"297623",63645,88287 -"297624",63646,97602 -"297625",63647,80722 -"297626",63648,71985 -"297627",63649,80364 -"297628",63651,93239 -"297629",63651,101428 -"297630",63651,101471 -"297631",63652,73136 -"297632",63652,75948 -"297633",63652,92220 -"297634",63652,99444 -"297635",63652,108372 -"297636",63652,109745 -"297637",63654,75630 -"297638",63654,100111 -"297639",63654,107194 -"297640",63654,108476 -"297641",63654,108477 -"297642",63654,112341 -"297643",63654,112348 -"297644",63654,112358 -"297645",63654,112365 -"297646",63654,112385 -"297647",63654,112388 -"297648",63654,112393 -"297649",63656,82416 -"297650",63658,73054 -"297651",63658,79093 -"297652",63658,79368 -"297653",63658,81231 -"297654",63658,82448 -"297655",63658,94639 -"297656",63658,98496 -"297657",63658,102545 -"297658",63658,104816 -"297659",63658,110849 -"297660",63658,114892 -"297661",63658,119963 -"297662",63660,84904 -"297663",63660,85966 -"297664",63661,63677 -"297665",63662,74831 -"297666",63662,83940 -"297667",63663,64844 -"297668",63663,75649 -"297669",63663,95175 -"297670",63666,79748 -"297671",63666,81452 -"297672",63666,86591 -"297673",63668,64161 -"297674",63668,70423 -"297675",63668,73190 -"297676",63668,74786 -"297677",63668,95872 -"297678",63668,104034 -"297679",63669,69898 -"297680",63671,72348 -"297681",63672,72207 -"297682",63673,71323 -"297683",63675,74977 -"297684",63675,76238 -"297685",63675,76240 -"297686",63675,76242 -"297687",63675,76253 -"297688",63675,76254 -"297689",63675,76258 -"297690",63675,76261 -"297691",63675,76263 -"297692",63675,76409 -"297693",63675,76411 -"297694",63676,77579 -"297695",63676,82283 -"297696",63676,92927 -"297697",63676,95747 -"297698",63676,102468 -"297699",63676,106350 -"297700",63676,108824 -"297701",63677,112785 -"297702",63678,71685 -"297703",63678,72517 -"297704",63679,71553 -"297705",63679,75641 -"297706",63680,65097 -"297707",63680,65126 -"297708",63681,110100 -"297709",63682,63687 -"297710",63682,63737 -"297711",63682,65652 -"297712",63682,65720 -"297713",63682,65741 -"297714",63682,66096 -"297715",63682,70904 -"297716",63683,71794 -"297717",63684,63927 -"297718",63684,77534 -"297719",63685,74729 -"297720",63687,63737 -"297721",63687,73963 -"297722",63687,73979 -"297723",63687,73999 -"297724",63688,63722 -"297725",63688,63751 -"297726",63689,81762 -"297727",63690,65028 -"297728",63691,89446 -"297729",63691,104294 -"297730",63691,110383 -"297731",63693,66035 -"297732",63693,79063 -"297733",63693,79567 -"297734",63693,80748 -"297735",63693,82958 -"297736",63693,90293 -"297737",63693,90307 -"297738",63693,92336 -"297739",63693,99952 -"297740",63693,101490 -"297741",63693,119870 -"297742",63694,63697 -"297743",63695,66335 -"297744",63695,68406 -"297745",63695,69641 -"297746",63695,70629 -"297747",63695,71177 -"297748",63698,78624 -"297749",63698,103265 -"297750",63698,103721 -"297751",63699,64813 -"297752",63701,63764 -"297753",63701,73631 -"297754",63701,92029 -"297755",63701,93025 -"297756",63701,117312 -"297757",63701,117339 -"297758",63701,117344 -"297759",63701,120474 -"297760",63701,120507 -"297761",63703,68402 -"297762",63703,73452 -"297763",63703,73505 -"297764",63705,104638 -"297765",63706,89908 -"297766",63706,92154 -"297767",63706,92669 -"297768",63706,100566 -"297769",63706,108615 -"297770",63706,116230 -"297771",63708,63709 -"297772",63708,104396 -"297773",63708,107153 -"297774",63708,107184 -"297775",63708,108453 -"297776",63708,109300 -"297777",63709,90669 -"297778",63709,95818 -"297779",63710,71123 -"297780",63710,111084 -"297781",63710,111103 -"297782",63714,63740 -"297783",63716,68748 -"297784",63716,69006 -"297785",63717,64091 -"297786",63717,118640 -"297787",63719,63760 -"297788",63719,64959 -"297789",63720,72480 -"297790",63720,76014 -"297791",63720,109296 -"297792",63720,114750 -"297793",63721,63871 -"297794",63722,63751 -"297795",63722,70868 -"297796",63722,70909 -"297797",63723,107141 -"297798",63725,69606 -"297799",63725,84301 -"297800",63725,88173 -"297801",63725,89209 -"297802",63725,89230 -"297803",63725,97266 -"297804",63725,111076 -"297805",63725,119701 -"297806",63727,63759 -"297807",63728,93782 -"297808",63728,118485 -"297809",63728,118487 -"297810",63728,118520 -"297811",63728,118529 -"297812",63728,118535 -"297813",63728,123157 -"297814",63729,66209 -"297815",63729,73141 -"297816",63729,76460 -"297817",63729,76461 -"297818",63729,76462 -"297819",63729,76473 -"297820",63729,76567 -"297821",63730,68685 -"297822",63730,84841 -"297823",63730,90917 -"297824",63732,66287 -"297825",63734,64820 -"297826",63738,67039 -"297827",63738,81100 -"297828",63738,93759 -"297829",63739,72059 -"297830",63741,74451 -"297831",63741,122163 -"297832",63741,122261 -"297833",63743,69302 -"297834",63743,69895 -"297835",63744,71581 -"297836",63744,72613 -"297837",63744,102050 -"297838",63744,116652 -"297839",63746,66378 -"297840",63747,88930 -"297841",63747,91638 -"297842",63748,87699 -"297843",63748,90294 -"297844",63748,90306 -"297845",63749,64907 -"297846",63749,85618 -"297847",63749,86567 -"297848",63749,96581 -"297849",63749,98051 -"297850",63749,98084 -"297851",63750,72268 -"297852",63750,72275 -"297853",63751,69577 -"297854",63752,73435 -"297855",63753,64630 -"297856",63753,64667 -"297857",63754,117211 -"297858",63757,67068 -"297859",63757,82341 -"297860",63757,92269 -"297861",63757,92297 -"297862",63759,78955 -"297863",63760,85116 -"297864",63763,63768 -"297865",63763,63769 -"297866",63763,63925 -"297867",63765,65284 -"297868",63765,111833 -"297869",63765,121298 -"297870",63766,64815 -"297871",63766,76633 -"297872",63766,76634 -"297873",63766,76656 -"297874",63766,76661 -"297875",63766,76775 -"297876",63766,76949 -"297877",63766,76950 -"297878",63766,76951 -"297879",63767,64000 -"297880",63768,63769 -"297881",63768,63925 -"297882",63769,63925 -"297883",63770,82203 -"297884",63770,83982 -"297885",63771,99397 -"297886",63771,99605 -"297887",63771,107105 -"297888",63772,90154 -"297889",63772,98355 -"297890",63772,105146 -"297891",63773,63885 -"297892",63773,103847 -"297893",63773,119435 -"297894",63773,120149 -"297895",63775,75491 -"297896",63775,77238 -"297897",63775,82025 -"297898",63775,84085 -"297899",63775,84844 -"297900",63775,108127 -"297901",63777,74052 -"297902",63777,107952 -"297903",63778,66009 -"297904",63778,79553 -"297905",63778,79556 -"297906",63778,79591 -"297907",63778,79604 -"297908",63779,66085 -"297909",63781,65847 -"297910",63781,66140 -"297911",63782,64505 -"297912",63782,65845 -"297913",63783,86606 -"297914",63784,63791 -"297915",63784,63827 -"297916",63785,63821 -"297917",63785,63833 -"297918",63785,64137 -"297919",63786,68135 -"297920",63786,110260 -"297921",63787,98239 -"297922",63790,64693 -"297923",63790,65303 -"297924",63790,67443 -"297925",63790,71891 -"297926",63791,63827 -"297927",63791,64926 -"297928",63791,70267 -"297929",63791,70287 -"297930",63792,105219 -"297931",63792,111292 -"297932",63793,80501 -"297933",63794,73363 -"297934",63796,80752 -"297935",63796,94947 -"297936",63796,102810 -"297937",63798,88313 -"297938",63798,101745 -"297939",63798,101756 -"297940",63798,101768 -"297941",63799,81075 -"297942",63799,84337 -"297943",63799,84350 -"297944",63799,88164 -"297945",63799,100198 -"297946",63800,69743 -"297947",63800,117111 -"297948",63800,118892 -"297949",63800,119726 -"297950",63802,74657 -"297951",63802,74712 -"297952",63802,74758 -"297953",63803,122470 -"297954",63805,94689 -"297955",63808,81332 -"297956",63810,71969 -"297957",63810,79520 -"297958",63810,80105 -"297959",63812,78346 -"297960",63812,86503 -"297961",63812,91698 -"297962",63812,94877 -"297963",63812,97142 -"297964",63814,69660 -"297965",63814,114793 -"297966",63814,121532 -"297967",63815,77141 -"297968",63815,77158 -"297969",63815,77190 -"297970",63815,93596 -"297971",63816,95817 -"297972",63816,107277 -"297973",63816,118047 -"297974",63817,73266 -"297975",63817,74183 -"297976",63817,104124 -"297977",63817,111226 -"297978",63817,117932 -"297979",63818,67428 -"297980",63818,105271 -"297981",63818,109926 -"297982",63819,63914 -"297983",63819,63948 -"297984",63821,63833 -"297985",63821,64137 -"297986",63821,67388 -"297987",63821,95714 -"297988",63821,95716 -"297989",63821,95726 -"297990",63821,95733 -"297991",63821,95858 -"297992",63821,95863 -"297993",63821,95877 -"297994",63827,64926 -"297995",63830,64444 -"297996",63830,69959 -"297997",63831,72943 -"297998",63831,73449 -"297999",63831,73734 -"298000",63831,74703 -"298001",63832,68253 -"298002",63833,64137 -"298003",63834,63835 -"298004",63835,71292 -"298005",63836,66183 -"298006",63836,76687 -"298007",63836,81279 -"298008",63836,86374 -"298009",63836,94612 -"298010",63836,97347 -"298011",63836,97606 -"298012",63836,97680 -"298013",63836,97700 -"298014",63836,97701 -"298015",63836,114244 -"298016",63837,68691 -"298017",63837,89117 -"298018",63838,92403 -"298019",63839,80565 -"298020",63839,83325 -"298021",63839,94784 -"298022",63839,97192 -"298023",63840,79234 -"298024",63842,69565 -"298025",63844,83001 -"298026",63844,88300 -"298027",63844,92162 -"298028",63844,92213 -"298029",63844,101371 -"298030",63844,106500 -"298031",63844,114642 -"298032",63846,65318 -"298033",63846,70458 -"298034",63846,70459 -"298035",63846,73305 -"298036",63846,74231 -"298037",63846,80219 -"298038",63846,84488 -"298039",63846,102433 -"298040",63846,119628 -"298041",63848,88752 -"298042",63848,89874 -"298043",63849,63875 -"298044",63849,63897 -"298045",63849,107323 -"298046",63849,109824 -"298047",63851,80947 -"298048",63851,91581 -"298049",63851,102008 -"298050",63851,106919 -"298051",63851,106935 -"298052",63851,107117 -"298053",63853,98023 -"298054",63853,100491 -"298055",63854,74730 -"298056",63854,109174 -"298057",63855,92680 -"298058",63856,90391 -"298059",63856,117595 -"298060",63857,100571 -"298061",63861,63901 -"298062",63862,63902 -"298063",63863,109399 -"298064",63863,119357 -"298065",63864,119322 -"298066",63865,82229 -"298067",63866,65661 -"298068",63866,70729 -"298069",63866,71760 -"298070",63866,72651 -"298071",63866,72652 -"298072",63866,72679 -"298073",63866,72702 -"298074",63867,113581 -"298075",63867,114165 -"298076",63867,118301 -"298077",63868,64605 -"298078",63868,66171 -"298079",63870,79369 -"298080",63870,89068 -"298081",63870,117334 -"298082",63870,117918 -"298083",63872,68008 -"298084",63873,101908 -"298085",63873,110996 -"298086",63873,112083 -"298087",63874,120567 -"298088",63874,120568 -"298089",63875,63897 -"298090",63876,63909 -"298091",63878,78548 -"298092",63879,95197 -"298093",63881,77879 -"298094",63882,89845 -"298095",63883,72781 -"298096",63883,72854 -"298097",63885,66021 -"298098",63885,87935 -"298099",63885,110723 -"298100",63885,110738 -"298101",63889,89697 -"298102",63889,95469 -"298103",63890,122305 -"298104",63891,107681 -"298105",63892,64774 -"298106",63892,65275 -"298107",63892,85221 -"298108",63892,86593 -"298109",63893,69233 -"298110",63893,69318 -"298111",63893,71171 -"298112",63894,63899 -"298113",63895,63935 -"298114",63895,63947 -"298115",63895,63962 -"298116",63896,75738 -"298117",63896,76375 -"298118",63896,79570 -"298119",63896,84513 -"298120",63896,85598 -"298121",63896,88718 -"298122",63896,88907 -"298123",63898,91350 -"298124",63898,91378 -"298125",63900,81184 -"298126",63903,94548 -"298127",63903,103103 -"298128",63903,103121 -"298129",63903,103136 -"298130",63904,73649 -"298131",63905,68957 -"298132",63905,92407 -"298133",63905,113639 -"298134",63905,116347 -"298135",63905,117157 -"298136",63905,123022 -"298137",63905,123252 -"298138",63908,63917 -"298139",63908,90506 -"298140",63910,77315 -"298141",63911,70552 -"298142",63912,63913 -"298143",63913,80004 -"298144",63913,97397 -"298145",63913,122260 -"298146",63913,122329 -"298147",63914,63948 -"298148",63916,113796 -"298149",63917,65697 -"298150",63918,63924 -"298151",63918,63936 -"298152",63919,71381 -"298153",63921,65126 -"298154",63921,68466 -"298155",63921,74488 -"298156",63922,66125 -"298157",63924,63936 -"298158",63928,81138 -"298159",63928,118539 -"298160",63929,63952 -"298161",63929,63958 -"298162",63929,63970 -"298163",63933,65453 -"298164",63935,63947 -"298165",63935,63962 -"298166",63936,72740 -"298167",63938,82574 -"298168",63938,83860 -"298169",63938,86303 -"298170",63939,86849 -"298171",63940,77181 -"298172",63940,93162 -"298173",63940,96387 -"298174",63940,107921 -"298175",63941,88550 -"298176",63941,88598 -"298177",63942,70875 -"298178",63943,95359 -"298179",63943,115567 -"298180",63945,67827 -"298181",63947,63962 -"298182",63947,65502 -"298183",63950,102381 -"298184",63951,63976 -"298185",63952,63958 -"298186",63952,63970 -"298187",63953,76067 -"298188",63953,79212 -"298189",63953,99051 -"298190",63953,107673 -"298191",63953,107684 -"298192",63955,63974 -"298193",63955,122869 -"298194",63957,63964 -"298195",63958,63970 -"298196",63961,64112 -"298197",63963,116440 -"298198",63964,104754 -"298199",63965,69569 -"298200",63969,66168 -"298201",63969,72708 -"298202",63969,81916 -"298203",63969,107348 -"298204",63969,123363 -"298205",63970,73766 -"298206",63970,78621 -"298207",63970,93317 -"298208",63970,102778 -"298209",63970,103239 -"298210",63974,90276 -"298211",63981,64362 -"298212",63981,74552 -"298213",63983,67271 -"298214",63983,90911 -"298215",63983,104992 -"298216",63984,82268 -"298217",63984,98080 -"298218",63984,106150 -"298219",63985,66264 -"298220",63985,66281 -"298221",63985,66479 -"298222",63986,65989 -"298223",63986,71057 -"298224",63986,71264 -"298225",63986,71396 -"298226",63986,71409 -"298227",63986,71432 -"298228",63986,71442 -"298229",63986,71557 -"298230",63986,71791 -"298231",63986,71800 -"298232",63986,71801 -"298233",63987,96840 -"298234",63989,70224 -"298235",63989,70676 -"298236",63989,71972 -"298237",63991,65138 -"298238",63991,72709 -"298239",63991,75370 -"298240",63992,88346 -"298241",63992,88364 -"298242",63992,88443 -"298243",63992,88510 -"298244",63992,90837 -"298245",63994,63999 -"298246",63994,100798 -"298247",63995,89510 -"298248",63995,98583 -"298249",63997,85679 -"298250",63997,106307 -"298251",63998,64002 -"298252",63998,65362 -"298253",63998,72028 -"298254",63998,100740 -"298255",63998,114282 -"298256",63998,118901 -"298257",63998,121086 -"298258",64001,89690 -"298259",64002,72028 -"298260",64002,76111 -"298261",64002,85342 -"298262",64002,99040 -"298263",64002,102215 -"298264",64002,118901 -"298265",64005,66560 -"298266",64005,69000 -"298267",64005,69002 -"298268",64006,64028 -"298269",64006,64037 -"298270",64007,105995 -"298271",64007,108506 -"298272",64009,76269 -"298273",64009,76366 -"298274",64009,86181 -"298275",64009,86233 -"298276",64010,90120 -"298277",64011,64216 -"298278",64011,64238 -"298279",64011,64239 -"298280",64011,64244 -"298281",64011,64280 -"298282",64011,64281 -"298283",64013,83722 -"298284",64013,93330 -"298285",64016,74970 -"298286",64017,64370 -"298287",64018,74079 -"298288",64018,74200 -"298289",64018,83981 -"298290",64018,100496 -"298291",64018,105769 -"298292",64019,117938 -"298293",64021,101250 -"298294",64021,101798 -"298295",64021,117163 -"298296",64022,64274 -"298297",64022,88066 -"298298",64022,116893 -"298299",64023,64292 -"298300",64023,64316 -"298301",64024,69710 -"298302",64024,86818 -"298303",64025,69011 -"298304",64025,97260 -"298305",64025,99545 -"298306",64025,99572 -"298307",64026,68418 -"298308",64026,68472 -"298309",64026,68517 -"298310",64026,88339 -"298311",64027,75163 -"298312",64027,113981 -"298313",64027,114040 -"298314",64028,64037 -"298315",64029,81590 -"298316",64029,87815 -"298317",64029,117447 -"298318",64031,67434 -"298319",64031,75979 -"298320",64031,78875 -"298321",64031,79766 -"298322",64031,80471 -"298323",64031,82203 -"298324",64031,101783 -"298325",64031,109319 -"298326",64031,111888 -"298327",64035,88965 -"298328",64037,77654 -"298329",64038,68565 -"298330",64039,64116 -"298331",64039,96486 -"298332",64040,64046 -"298333",64040,72957 -"298334",64040,80318 -"298335",64040,90489 -"298336",64040,97685 -"298337",64041,70096 -"298338",64041,113181 -"298339",64041,113183 -"298340",64041,119712 -"298341",64041,120888 -"298342",64042,73413 -"298343",64042,73463 -"298344",64042,84979 -"298345",64042,88704 -"298346",64043,65664 -"298347",64043,75932 -"298348",64043,83052 -"298349",64043,97111 -"298350",64043,104603 -"298351",64045,79512 -"298352",64047,64048 -"298353",64047,66638 -"298354",64047,79051 -"298355",64050,69657 -"298356",64050,110252 -"298357",64050,120783 -"298358",64051,64117 -"298359",64051,64251 -"298360",64051,64557 -"298361",64051,64582 -"298362",64051,68083 -"298363",64051,68097 -"298364",64051,68114 -"298365",64052,96540 -"298366",64052,96635 -"298367",64052,96692 -"298368",64052,98148 -"298369",64052,98159 -"298370",64052,98163 -"298371",64052,98167 -"298372",64052,98169 -"298373",64055,79445 -"298374",64055,79510 -"298375",64057,83125 -"298376",64057,86755 -"298377",64057,96439 -"298378",64057,96450 -"298379",64058,64082 -"298380",64059,66410 -"298381",64059,69668 -"298382",64059,69714 -"298383",64059,74269 -"298384",64060,110826 -"298385",64061,64340 -"298386",64061,64341 -"298387",64061,64392 -"298388",64061,64421 -"298389",64061,64838 -"298390",64061,66460 -"298391",64062,95765 -"298392",64063,78594 -"298393",64063,96989 -"298394",64063,119153 -"298395",64066,73183 -"298396",64070,64254 -"298397",64070,74681 -"298398",64070,96229 -"298399",64070,101655 -"298400",64070,101657 -"298401",64070,102342 -"298402",64071,68567 -"298403",64073,64103 -"298404",64075,64120 -"298405",64076,73045 -"298406",64077,85222 -"298407",64077,86601 -"298408",64077,87013 -"298409",64079,64085 -"298410",64079,76708 -"298411",64083,64093 -"298412",64083,64118 -"298413",64084,71997 -"298414",64085,86579 -"298415",64086,109528 -"298416",64086,114954 -"298417",64087,70427 -"298418",64087,85851 -"298419",64087,87167 -"298420",64088,64406 -"298421",64089,74781 -"298422",64089,82695 -"298423",64089,91192 -"298424",64089,91925 -"298425",64089,92595 -"298426",64089,108829 -"298427",64089,113836 -"298428",64089,118830 -"298429",64091,64260 -"298430",64092,74700 -"298431",64092,109204 -"298432",64092,111078 -"298433",64092,112646 -"298434",64093,64118 -"298435",64094,89912 -"298436",64095,75317 -"298437",64095,75358 -"298438",64097,76377 -"298439",64097,93840 -"298440",64097,96227 -"298441",64098,76311 -"298442",64100,71714 -"298443",64100,94892 -"298444",64100,94992 -"298445",64100,115881 -"298446",64102,69355 -"298447",64102,70931 -"298448",64102,91573 -"298449",64102,99164 -"298450",64102,102635 -"298451",64102,120357 -"298452",64103,76917 -"298453",64103,82119 -"298454",64104,86418 -"298455",64104,93387 -"298456",64107,64366 -"298457",64108,73987 -"298458",64108,77362 -"298459",64108,78009 -"298460",64108,93910 -"298461",64108,95012 -"298462",64108,100309 -"298463",64108,105117 -"298464",64111,95255 -"298465",64116,70283 -"298466",64116,96486 -"298467",64116,100267 -"298468",64117,64251 -"298469",64117,64557 -"298470",64117,64582 -"298471",64118,110173 -"298472",64119,103613 -"298473",64120,68416 -"298474",64123,78806 -"298475",64123,96814 -"298476",64124,64319 -"298477",64125,64717 -"298478",64128,64129 -"298479",64128,64187 -"298480",64128,83340 -"298481",64128,85406 -"298482",64128,95295 -"298483",64128,99079 -"298484",64128,102464 -"298485",64129,64187 -"298486",64129,65577 -"298487",64129,73170 -"298488",64129,78662 -"298489",64129,78672 -"298490",64129,81517 -"298491",64130,77720 -"298492",64130,83342 -"298493",64130,113476 -"298494",64130,114320 -"298495",64131,72723 -"298496",64131,75305 -"298497",64131,78768 -"298498",64131,84757 -"298499",64131,99599 -"298500",64131,116035 -"298501",64132,73189 -"298502",64132,73497 -"298503",64132,74620 -"298504",64132,74635 -"298505",64133,64177 -"298506",64134,64155 -"298507",64135,64536 -"298508",64135,112249 -"298509",64135,112254 -"298510",64135,112259 -"298511",64136,103614 -"298512",64136,103702 -"298513",64138,64178 -"298514",64139,66282 -"298515",64139,66357 -"298516",64139,67978 -"298517",64140,67125 -"298518",64141,83712 -"298519",64141,83743 -"298520",64141,83747 -"298521",64141,112319 -"298522",64142,64566 -"298523",64142,70350 -"298524",64143,74658 -"298525",64143,103139 -"298526",64143,121419 -"298527",64146,64524 -"298528",64146,73964 -"298529",64147,102756 -"298530",64148,68334 -"298531",64148,105024 -"298532",64149,94032 -"298533",64150,72050 -"298534",64150,111640 -"298535",64150,121309 -"298536",64150,121400 -"298537",64150,121408 -"298538",64151,64170 -"298539",64153,116037 -"298540",64154,64166 -"298541",64156,65525 -"298542",64156,68402 -"298543",64156,68683 -"298544",64156,68853 -"298545",64156,69797 -"298546",64156,72807 -"298547",64156,72989 -"298548",64156,74100 -"298549",64156,77331 -"298550",64156,82964 -"298551",64156,95803 -"298552",64156,109919 -"298553",64158,64260 -"298554",64159,94188 -"298555",64160,73194 -"298556",64160,89701 -"298557",64160,89727 -"298558",64160,89746 -"298559",64160,89749 -"298560",64162,70399 -"298561",64168,64182 -"298562",64170,79941 -"298563",64171,64180 -"298564",64172,64670 -"298565",64172,69471 -"298566",64172,78305 -"298567",64172,80080 -"298568",64172,99044 -"298569",64172,105390 -"298570",64173,66684 -"298571",64173,66851 -"298572",64173,74270 -"298573",64174,95754 -"298574",64174,96570 -"298575",64175,88234 -"298576",64176,67616 -"298577",64176,85645 -"298578",64176,118835 -"298579",64176,123496 -"298580",64178,70448 -"298581",64179,118298 -"298582",64180,65091 -"298583",64181,64997 -"298584",64181,65625 -"298585",64181,66413 -"298586",64181,74628 -"298587",64181,80065 -"298588",64181,81272 -"298589",64181,82003 -"298590",64181,82262 -"298591",64181,82787 -"298592",64181,84474 -"298593",64181,104967 -"298594",64181,105063 -"298595",64181,109745 -"298596",64181,114174 -"298597",64181,114178 -"298598",64182,67345 -"298599",64182,77018 -"298600",64182,114344 -"298601",64182,121104 -"298602",64183,65304 -"298603",64184,77507 -"298604",64184,99948 -"298605",64185,64685 -"298606",64185,89383 -"298607",64185,89387 -"298608",64185,89391 -"298609",64185,89422 -"298610",64185,93846 -"298611",64186,65342 -"298612",64188,81790 -"298613",64188,89501 -"298614",64188,100400 -"298615",64190,70136 -"298616",64190,72613 -"298617",64190,76589 -"298618",64190,84595 -"298619",64190,99395 -"298620",64192,122210 -"298621",64195,83420 -"298622",64196,64284 -"298623",64196,64285 -"298624",64200,67011 -"298625",64200,69867 -"298626",64200,75318 -"298627",64200,77302 -"298628",64200,82935 -"298629",64200,91140 -"298630",64200,103946 -"298631",64201,64221 -"298632",64201,78068 -"298633",64201,102881 -"298634",64203,72728 -"298635",64205,65773 -"298636",64205,66324 -"298637",64205,70324 -"298638",64205,70330 -"298639",64205,70331 -"298640",64207,115513 -"298641",64207,116784 -"298642",64208,71745 -"298643",64208,78871 -"298644",64208,81969 -"298645",64208,118287 -"298646",64208,118288 -"298647",64208,118289 -"298648",64208,118290 -"298649",64208,122177 -"298650",64208,122178 -"298651",64208,122180 -"298652",64208,122313 -"298653",64210,66434 -"298654",64210,71219 -"298655",64210,73659 -"298656",64210,74218 -"298657",64210,88143 -"298658",64210,93266 -"298659",64210,105558 -"298660",64212,107972 -"298661",64212,107989 -"298662",64213,83865 -"298663",64213,90729 -"298664",64214,72440 -"298665",64214,76112 -"298666",64214,84208 -"298667",64214,90243 -"298668",64214,102059 -"298669",64214,103821 -"298670",64214,109203 -"298671",64214,114804 -"298672",64214,118125 -"298673",64215,64267 -"298674",64215,67039 -"298675",64215,76345 -"298676",64215,88292 -"298677",64216,64238 -"298678",64216,64239 -"298679",64216,64244 -"298680",64216,64280 -"298681",64216,64281 -"298682",64218,70063 -"298683",64218,77231 -"298684",64218,82871 -"298685",64218,104232 -"298686",64218,106743 -"298687",64218,107612 -"298688",64218,111277 -"298689",64218,118576 -"298690",64218,120855 -"298691",64220,73883 -"298692",64222,65552 -"298693",64223,113915 -"298694",64225,88498 -"298695",64226,70027 -"298696",64226,79367 -"298697",64228,64290 -"298698",64228,64504 -"298699",64228,64916 -"298700",64228,64918 -"298701",64230,67223 -"298702",64231,90338 -"298703",64233,77751 -"298704",64233,85212 -"298705",64233,113388 -"298706",64233,114709 -"298707",64235,80049 -"298708",64235,120462 -"298709",64238,64239 -"298710",64238,64244 -"298711",64238,64280 -"298712",64238,64281 -"298713",64239,64244 -"298714",64239,64280 -"298715",64239,64281 -"298716",64239,65048 -"298717",64239,65786 -"298718",64239,67997 -"298719",64240,65294 -"298720",64241,70301 -"298721",64241,110523 -"298722",64242,76108 -"298723",64242,77011 -"298724",64242,88531 -"298725",64242,109329 -"298726",64242,109946 -"298727",64243,101192 -"298728",64243,123062 -"298729",64244,64280 -"298730",64244,64281 -"298731",64244,65048 -"298732",64244,65786 -"298733",64247,92985 -"298734",64248,77155 -"298735",64250,64265 -"298736",64251,64557 -"298737",64251,64582 -"298738",64251,72327 -"298739",64251,72370 -"298740",64251,72397 -"298741",64251,72400 -"298742",64251,72444 -"298743",64253,71361 -"298744",64253,71365 -"298745",64254,69865 -"298746",64257,78203 -"298747",64257,78323 -"298748",64258,76057 -"298749",64259,64263 -"298750",64260,64872 -"298751",64260,66702 -"298752",64260,66761 -"298753",64261,123084 -"298754",64263,103727 -"298755",64264,66453 -"298756",64264,72265 -"298757",64265,72884 -"298758",64270,97772 -"298759",64272,71102 -"298760",64272,81210 -"298761",64272,88645 -"298762",64272,98078 -"298763",64272,111698 -"298764",64273,74645 -"298765",64273,115872 -"298766",64275,64301 -"298767",64275,64365 -"298768",64276,80191 -"298769",64276,107186 -"298770",64276,111794 -"298771",64276,118594 -"298772",64276,118597 -"298773",64277,66102 -"298774",64277,70339 -"298775",64279,68796 -"298776",64280,64281 -"298777",64282,79823 -"298778",64283,107456 -"298779",64284,64285 -"298780",64285,96397 -"298781",64288,64343 -"298782",64288,64344 -"298783",64288,93376 -"298784",64288,112989 -"298785",64288,115850 -"298786",64288,116709 -"298787",64289,70374 -"298788",64289,70854 -"298789",64290,64504 -"298790",64290,64916 -"298791",64290,64918 -"298792",64290,112425 -"298793",64290,118233 -"298794",64291,64677 -"298795",64291,108805 -"298796",64292,64316 -"298797",64292,89077 -"298798",64292,104989 -"298799",64292,105015 -"298800",64293,64656 -"298801",64293,73178 -"298802",64296,109422 -"298803",64297,71667 -"298804",64298,64348 -"298805",64299,91531 -"298806",64299,98003 -"298807",64299,103303 -"298808",64299,103394 -"298809",64300,70729 -"298810",64300,71746 -"298811",64300,71760 -"298812",64300,74254 -"298813",64300,74374 -"298814",64300,74376 -"298815",64300,75234 -"298816",64300,75246 -"298817",64301,64365 -"298818",64302,64769 -"298819",64302,103598 -"298820",64305,64347 -"298821",64306,64412 -"298822",64306,87543 -"298823",64307,71757 -"298824",64307,81372 -"298825",64308,114954 -"298826",64309,64944 -"298827",64309,68785 -"298828",64310,64358 -"298829",64310,69429 -"298830",64310,70874 -"298831",64310,75018 -"298832",64314,87948 -"298833",64315,64317 -"298834",64315,64607 -"298835",64316,123058 -"298836",64317,64607 -"298837",64318,64541 -"298838",64318,86182 -"298839",64318,86377 -"298840",64319,72129 -"298841",64320,64338 -"298842",64321,83371 -"298843",64323,74562 -"298844",64326,64678 -"298845",64327,110244 -"298846",64328,64329 -"298847",64328,100736 -"298848",64328,106435 -"298849",64328,121435 -"298850",64329,79470 -"298851",64329,86832 -"298852",64329,96140 -"298853",64329,96291 -"298854",64329,115747 -"298855",64329,117847 -"298856",64329,118303 -"298857",64329,118304 -"298858",64329,118312 -"298859",64329,118314 -"298860",64330,64426 -"298861",64333,64334 -"298862",64334,65515 -"298863",64336,71004 -"298864",64336,85335 -"298865",64337,67825 -"298866",64337,69049 -"298867",64337,80111 -"298868",64337,81420 -"298869",64338,76773 -"298870",64338,87865 -"298871",64339,64774 -"298872",64340,64341 -"298873",64340,64392 -"298874",64340,64421 -"298875",64340,122501 -"298876",64341,64392 -"298877",64341,64421 -"298878",64342,79832 -"298879",64343,64344 -"298880",64344,74305 -"298881",64345,89329 -"298882",64350,73044 -"298883",64350,73058 -"298884",64350,73335 -"298885",64350,78063 -"298886",64350,78429 -"298887",64350,78569 -"298888",64350,82143 -"298889",64350,83231 -"298890",64350,86471 -"298891",64350,90804 -"298892",64350,91022 -"298893",64350,91045 -"298894",64350,95675 -"298895",64350,101516 -"298896",64350,102387 -"298897",64350,108374 -"298898",64350,108893 -"298899",64350,109101 -"298900",64350,109523 -"298901",64350,110993 -"298902",64350,111338 -"298903",64350,111398 -"298904",64350,111409 -"298905",64350,111480 -"298906",64350,112422 -"298907",64350,112648 -"298908",64350,112708 -"298909",64350,112820 -"298910",64350,112997 -"298911",64350,113597 -"298912",64350,114418 -"298913",64350,114582 -"298914",64350,115371 -"298915",64350,116028 -"298916",64350,116604 -"298917",64351,73031 -"298918",64351,86457 -"298919",64352,64369 -"298920",64353,79301 -"298921",64353,116776 -"298922",64353,116779 -"298923",64355,64425 -"298924",64356,68486 -"298925",64356,69579 -"298926",64356,69614 -"298927",64357,119114 -"298928",64360,75197 -"298929",64360,75241 -"298930",64361,76029 -"298931",64361,86204 -"298932",64361,96837 -"298933",64361,97766 -"298934",64363,78291 -"298935",64363,84105 -"298936",64363,84107 -"298937",64364,73104 -"298938",64364,117958 -"298939",64366,106420 -"298940",64367,118538 -"298941",64368,67548 -"298942",64368,71298 -"298943",64368,78773 -"298944",64368,105701 -"298945",64370,81648 -"298946",64370,83202 -"298947",64370,92468 -"298948",64370,99490 -"298949",64370,110521 -"298950",64370,119291 -"298951",64371,81281 -"298952",64373,83660 -"298953",64373,93080 -"298954",64373,97306 -"298955",64373,101572 -"298956",64373,103611 -"298957",64373,106123 -"298958",64373,112690 -"298959",64373,118764 -"298960",64374,103211 -"298961",64375,71051 -"298962",64375,77776 -"298963",64375,118201 -"298964",64375,118208 -"298965",64376,102647 -"298966",64376,116908 -"298967",64376,122192 -"298968",64378,69509 -"298969",64378,71637 -"298970",64378,73136 -"298971",64378,84781 -"298972",64378,84805 -"298973",64378,95344 -"298974",64379,95224 -"298975",64379,123300 -"298976",64380,74493 -"298977",64380,103183 -"298978",64380,105900 -"298979",64380,115754 -"298980",64380,117262 -"298981",64383,95209 -"298982",64384,64933 -"298983",64384,65941 -"298984",64384,66636 -"298985",64384,67927 -"298986",64384,71898 -"298987",64384,73331 -"298988",64385,64870 -"298989",64385,64871 -"298990",64385,64884 -"298991",64385,64921 -"298992",64387,101178 -"298993",64389,116354 -"298994",64390,67783 -"298995",64390,94231 -"298996",64390,113514 -"298997",64390,113587 -"298998",64392,64421 -"298999",64394,64416 -"299000",64394,64443 -"299001",64394,101077 -"299002",64395,122098 -"299003",64396,77049 -"299004",64397,102735 -"299005",64398,64437 -"299006",64399,108544 -"299007",64400,65198 -"299008",64400,108858 -"299009",64402,64403 -"299010",64403,78844 -"299011",64403,78845 -"299012",64403,78846 -"299013",64404,83770 -"299014",64404,92223 -"299015",64405,69693 -"299016",64408,64418 -"299017",64408,64511 -"299018",64408,65230 -"299019",64408,66145 -"299020",64408,67503 -"299021",64408,67721 -"299022",64408,68816 -"299023",64408,68909 -"299024",64408,68938 -"299025",64408,69332 -"299026",64408,69681 -"299027",64408,70610 -"299028",64408,70611 -"299029",64408,70725 -"299030",64408,71211 -"299031",64408,71505 -"299032",64408,71887 -"299033",64409,74593 -"299034",64409,100142 -"299035",64409,109554 -"299036",64409,109558 -"299037",64409,122873 -"299038",64410,67283 -"299039",64410,83712 -"299040",64410,83747 -"299041",64410,91371 -"299042",64410,94101 -"299043",64410,103341 -"299044",64410,107487 -"299045",64410,109646 -"299046",64410,109661 -"299047",64410,109799 -"299048",64410,112741 -"299049",64410,120791 -"299050",64411,83185 -"299051",64413,81700 -"299052",64413,83033 -"299053",64416,64443 -"299054",64418,64511 -"299055",64418,65230 -"299056",64418,66145 -"299057",64418,67503 -"299058",64418,67721 -"299059",64418,68816 -"299060",64418,68909 -"299061",64418,68938 -"299062",64418,69332 -"299063",64418,69681 -"299064",64418,70610 -"299065",64418,70611 -"299066",64418,70725 -"299067",64418,71211 -"299068",64418,71505 -"299069",64418,71887 -"299070",64422,67807 -"299071",64422,72476 -"299072",64423,65407 -"299073",64423,65415 -"299074",64423,65538 -"299075",64424,89845 -"299076",64424,95704 -"299077",64424,104718 -"299078",64424,115046 -"299079",64426,73975 -"299080",64426,74010 -"299081",64427,79194 -"299082",64427,111108 -"299083",64427,114272 -"299084",64429,103098 -"299085",64429,115833 -"299086",64430,78819 -"299087",64430,91601 -"299088",64431,85432 -"299089",64438,64564 -"299090",64438,64867 -"299091",64438,76519 -"299092",64438,103960 -"299093",64438,106817 -"299094",64439,68095 -"299095",64439,72348 -"299096",64439,74053 -"299097",64439,79662 -"299098",64439,83908 -"299099",64439,85071 -"299100",64439,93539 -"299101",64439,100671 -"299102",64439,113151 -"299103",64440,102281 -"299104",64442,71043 -"299105",64442,79406 -"299106",64446,72395 -"299107",64447,73381 -"299108",64447,83542 -"299109",64447,89434 -"299110",64447,98685 -"299111",64448,87730 -"299112",64448,104103 -"299113",64448,109596 -"299114",64448,111183 -"299115",64448,118944 -"299116",64449,75169 -"299117",64449,85414 -"299118",64449,88260 -"299119",64449,101724 -"299120",64450,66094 -"299121",64450,66820 -"299122",64451,64703 -"299123",64451,64708 -"299124",64451,64718 -"299125",64451,64748 -"299126",64451,64766 -"299127",64451,64777 -"299128",64453,64606 -"299129",64453,66040 -"299130",64453,66054 -"299131",64454,83412 -"299132",64454,83537 -"299133",64454,83555 -"299134",64455,68757 -"299135",64460,64882 -"299136",64460,71743 -"299137",64460,84065 -"299138",64460,96221 -"299139",64461,78315 -"299140",64461,103878 -"299141",64462,74059 -"299142",64464,114062 -"299143",64467,64513 -"299144",64467,73621 -"299145",64467,75206 -"299146",64468,64578 -"299147",64468,75514 -"299148",64468,77432 -"299149",64468,78375 -"299150",64468,79642 -"299151",64468,91275 -"299152",64468,94063 -"299153",64468,96428 -"299154",64471,72316 -"299155",64472,69117 -"299156",64472,72501 -"299157",64472,73461 -"299158",64472,78278 -"299159",64472,90169 -"299160",64472,100184 -"299161",64472,114526 -"299162",64472,117035 -"299163",64472,120752 -"299164",64472,122280 -"299165",64475,64483 -"299166",64475,65595 -"299167",64475,65615 -"299168",64475,65646 -"299169",64475,65647 -"299170",64475,66445 -"299171",64475,67477 -"299172",64475,75763 -"299173",64475,75901 -"299174",64475,76601 -"299175",64475,86462 -"299176",64475,88716 -"299177",64475,88717 -"299178",64475,120461 -"299179",64476,64538 -"299180",64476,79567 -"299181",64477,67664 -"299182",64477,73869 -"299183",64478,103268 -"299184",64484,96552 -"299185",64484,110846 -"299186",64485,64486 -"299187",64485,71752 -"299188",64487,64519 -"299189",64488,90163 -"299190",64489,98172 -"299191",64491,86525 -"299192",64493,64517 -"299193",64493,64694 -"299194",64493,64763 -"299195",64494,87554 -"299196",64494,107787 -"299197",64495,121085 -"299198",64495,121802 -"299199",64496,66118 -"299200",64496,79123 -"299201",64496,104300 -"299202",64496,106296 -"299203",64498,109777 -"299204",64500,65411 -"299205",64500,79880 -"299206",64501,67101 -"299207",64501,87637 -"299208",64502,70219 -"299209",64502,99680 -"299210",64503,66299 -"299211",64503,67004 -"299212",64503,70966 -"299213",64503,78037 -"299214",64503,82765 -"299215",64503,89562 -"299216",64503,92374 -"299217",64503,104280 -"299218",64503,109695 -"299219",64503,109699 -"299220",64503,112884 -"299221",64503,118013 -"299222",64503,121204 -"299223",64504,64916 -"299224",64504,64918 -"299225",64504,97547 -"299226",64504,100599 -"299227",64504,108411 -"299228",64505,65845 -"299229",64505,73742 -"299230",64506,68739 -"299231",64507,66258 -"299232",64509,66027 -"299233",64509,66028 -"299234",64511,65230 -"299235",64511,66145 -"299236",64511,67503 -"299237",64511,67721 -"299238",64511,68816 -"299239",64511,68909 -"299240",64511,68938 -"299241",64511,69332 -"299242",64511,69681 -"299243",64511,70610 -"299244",64511,70611 -"299245",64511,70725 -"299246",64511,71211 -"299247",64511,71505 -"299248",64511,71887 -"299249",64511,115516 -"299250",64514,64767 -"299251",64514,90366 -"299252",64514,103544 -"299253",64516,91212 -"299254",64517,64694 -"299255",64517,64763 -"299256",64517,67579 -"299257",64517,67595 -"299258",64517,67608 -"299259",64517,67615 -"299260",64517,67626 -"299261",64517,67627 -"299262",64517,67632 -"299263",64517,67660 -"299264",64517,67742 -"299265",64518,64520 -"299266",64518,65850 -"299267",64519,96065 -"299268",64524,93983 -"299269",64524,115727 -"299270",64524,117137 -"299271",64525,64560 -"299272",64525,65067 -"299273",64525,88908 -"299274",64525,101984 -"299275",64525,102015 -"299276",64526,74211 -"299277",64526,77661 -"299278",64526,78588 -"299279",64526,79041 -"299280",64527,69838 -"299281",64527,69847 -"299282",64529,72038 -"299283",64529,116352 -"299284",64532,79467 -"299285",64532,102017 -"299286",64532,121603 -"299287",64533,85604 -"299288",64533,100200 -"299289",64535,64551 -"299290",64535,64592 -"299291",64536,64537 -"299292",64536,64559 -"299293",64537,64559 -"299294",64538,93849 -"299295",64539,70900 -"299296",64539,119018 -"299297",64539,121347 -"299298",64541,86182 -"299299",64541,86377 -"299300",64542,81094 -"299301",64542,81497 -"299302",64542,91683 -"299303",64542,97601 -"299304",64542,97607 -"299305",64543,65433 -"299306",64544,85891 -"299307",64544,97154 -"299308",64544,97288 -"299309",64545,71701 -"299310",64546,66741 -"299311",64546,91520 -"299312",64546,107541 -"299313",64547,76173 -"299314",64547,81683 -"299315",64547,114063 -"299316",64548,87784 -"299317",64551,64592 -"299318",64555,64556 -"299319",64555,100198 -"299320",64557,64582 -"299321",64558,79596 -"299322",64559,107389 -"299323",64560,92065 -"299324",64562,106181 -"299325",64563,67642 -"299326",64563,67832 -"299327",64563,69736 -"299328",64563,69762 -"299329",64563,80371 -"299330",64565,76905 -"299331",64565,86811 -"299332",64565,90799 -"299333",64565,90815 -"299334",64565,91705 -"299335",64565,91710 -"299336",64565,91752 -"299337",64565,91999 -"299338",64571,81233 -"299339",64571,82724 -"299340",64571,90372 -"299341",64571,118981 -"299342",64571,119983 -"299343",64571,121573 -"299344",64572,81087 -"299345",64572,116208 -"299346",64572,119521 -"299347",64574,83729 -"299348",64574,95304 -"299349",64574,109189 -"299350",64574,109191 -"299351",64575,100282 -"299352",64575,119158 -"299353",64575,119925 -"299354",64576,81287 -"299355",64576,85238 -"299356",64576,91550 -"299357",64576,93585 -"299358",64576,99769 -"299359",64576,103367 -"299360",64576,112454 -"299361",64576,113718 -"299362",64578,65559 -"299363",64578,105122 -"299364",64579,72949 -"299365",64581,76918 -"299366",64581,99789 -"299367",64581,100727 -"299368",64581,109236 -"299369",64581,112110 -"299370",64583,66705 -"299371",64583,66885 -"299372",64584,75817 -"299373",64584,76131 -"299374",64586,66287 -"299375",64586,73945 -"299376",64586,78282 -"299377",64586,109801 -"299378",64586,109981 -"299379",64587,64601 -"299380",64588,72347 -"299381",64589,117792 -"299382",64590,74179 -"299383",64590,76005 -"299384",64590,85742 -"299385",64590,111044 -"299386",64595,79889 -"299387",64595,79919 -"299388",64595,79920 -"299389",64595,79953 -"299390",64595,79969 -"299391",64597,81177 -"299392",64597,81178 -"299393",64597,81188 -"299394",64598,64641 -"299395",64598,64690 -"299396",64600,115702 -"299397",64603,79745 -"299398",64605,66171 -"299399",64605,67117 -"299400",64605,71266 -"299401",64605,71294 -"299402",64605,71343 -"299403",64608,64828 -"299404",64609,67886 -"299405",64609,70230 -"299406",64609,70402 -"299407",64609,78329 -"299408",64609,84264 -"299409",64610,106386 -"299410",64612,88308 -"299411",64612,100291 -"299412",64613,64725 -"299413",64613,64750 -"299414",64614,66782 -"299415",64615,65649 -"299416",64615,81051 -"299417",64615,103718 -"299418",64615,122716 -"299419",64616,74002 -"299420",64617,72917 -"299421",64617,122701 -"299422",64618,64643 -"299423",64618,113290 -"299424",64618,114747 -"299425",64619,116942 -"299426",64621,66118 -"299427",64621,118283 -"299428",64623,74190 -"299429",64623,116713 -"299430",64624,72409 -"299431",64624,72565 -"299432",64625,64628 -"299433",64626,64627 -"299434",64626,64661 -"299435",64627,64661 -"299436",64628,64976 -"299437",64629,64842 -"299438",64630,64667 -"299439",64630,92144 -"299440",64630,115161 -"299441",64632,64681 -"299442",64633,90836 -"299443",64633,96537 -"299444",64633,123447 -"299445",64633,123448 -"299446",64634,89817 -"299447",64634,91719 -"299448",64634,110367 -"299449",64635,69718 -"299450",64635,88844 -"299451",64636,85880 -"299452",64637,84786 -"299453",64637,86820 -"299454",64637,115466 -"299455",64637,121605 -"299456",64638,95964 -"299457",64639,64738 -"299458",64640,69896 -"299459",64640,80621 -"299460",64640,98435 -"299461",64640,100720 -"299462",64640,121191 -"299463",64640,121192 -"299464",64641,64690 -"299465",64642,64743 -"299466",64642,69128 -"299467",64644,102701 -"299468",64644,102758 -"299469",64645,64664 -"299470",64647,80422 -"299471",64647,96695 -"299472",64647,96699 -"299473",64649,93096 -"299474",64649,104135 -"299475",64650,88247 -"299476",64650,90960 -"299477",64650,118947 -"299478",64651,68729 -"299479",64651,77326 -"299480",64651,78093 -"299481",64651,90680 -"299482",64651,113423 -"299483",64651,118425 -"299484",64654,78017 -"299485",64654,97881 -"299486",64655,66650 -"299487",64655,68499 -"299488",64655,68634 -"299489",64655,71161 -"299490",64656,73178 -"299491",64657,76131 -"299492",64657,101078 -"299493",64657,110664 -"299494",64657,110672 -"299495",64658,64726 -"299496",64659,74888 -"299497",64660,87939 -"299498",64662,88745 -"299499",64662,120807 -"299500",64664,77750 -"299501",64664,78336 -"299502",64664,78755 -"299503",64664,80847 -"299504",64664,88361 -"299505",64664,88369 -"299506",64664,88429 -"299507",64664,103308 -"299508",64664,103380 -"299509",64665,84182 -"299510",64665,89485 -"299511",64665,107895 -"299512",64666,71967 -"299513",64666,84531 -"299514",64666,88169 -"299515",64666,104746 -"299516",64666,105409 -"299517",64666,114796 -"299518",64670,76588 -"299519",64670,76591 -"299520",64670,79541 -"299521",64670,80080 -"299522",64670,100254 -"299523",64670,101044 -"299524",64671,76185 -"299525",64671,91830 -"299526",64672,67940 -"299527",64673,78275 -"299528",64673,78333 -"299529",64673,78343 -"299530",64676,69427 -"299531",64676,71793 -"299532",64676,77380 -"299533",64676,78055 -"299534",64679,64737 -"299535",64679,99104 -"299536",64679,99303 -"299537",64680,95675 -"299538",64680,95735 -"299539",64683,75470 -"299540",64683,76299 -"299541",64683,76855 -"299542",64683,90915 -"299543",64685,89755 -"299544",64685,89768 -"299545",64685,115634 -"299546",64688,109772 -"299547",64688,119134 -"299548",64691,79228 -"299549",64692,87887 -"299550",64692,106950 -"299551",64693,64709 -"299552",64693,64730 -"299553",64693,65280 -"299554",64693,65303 -"299555",64693,67443 -"299556",64693,71891 -"299557",64694,64763 -"299558",64695,76042 -"299559",64697,64733 -"299560",64697,64740 -"299561",64697,64764 -"299562",64697,71838 -"299563",64699,65387 -"299564",64699,67145 -"299565",64699,69104 -"299566",64699,72674 -"299567",64699,100962 -"299568",64700,68982 -"299569",64700,86751 -"299570",64701,67835 -"299571",64701,79345 -"299572",64703,64708 -"299573",64703,64718 -"299574",64703,64748 -"299575",64703,64766 -"299576",64703,64777 -"299577",64704,69994 -"299578",64704,104168 -"299579",64707,87866 -"299580",64707,97833 -"299581",64707,103035 -"299582",64707,103091 -"299583",64707,112456 -"299584",64707,120775 -"299585",64707,120779 -"299586",64708,64718 -"299587",64708,64748 -"299588",64708,64766 -"299589",64708,64777 -"299590",64709,64730 -"299591",64709,65280 -"299592",64709,65303 -"299593",64710,72731 -"299594",64711,86485 -"299595",64711,86511 -"299596",64712,70343 -"299597",64712,88150 -"299598",64712,93513 -"299599",64712,102316 -"299600",64712,106415 -"299601",64712,121779 -"299602",64712,123293 -"299603",64712,123294 -"299604",64712,123308 -"299605",64712,123309 -"299606",64712,123310 -"299607",64712,123315 -"299608",64712,123318 -"299609",64712,123319 -"299610",64712,123320 -"299611",64712,123338 -"299612",64712,123341 -"299613",64712,123344 -"299614",64712,123345 -"299615",64713,64714 -"299616",64713,67194 -"299617",64713,67598 -"299618",64713,74300 -"299619",64713,74324 -"299620",64713,93089 -"299621",64714,67194 -"299622",64714,67598 -"299623",64714,74300 -"299624",64714,74324 -"299625",64714,110124 -"299626",64716,86802 -"299627",64716,109590 -"299628",64716,109597 -"299629",64716,112905 -"299630",64716,112907 -"299631",64718,64748 -"299632",64718,64766 -"299633",64718,64777 -"299634",64722,82208 -"299635",64722,87895 -"299636",64722,87897 -"299637",64723,65244 -"299638",64723,65301 -"299639",64724,103860 -"299640",64725,64750 -"299641",64728,65091 -"299642",64730,65214 -"299643",64730,65280 -"299644",64730,65303 -"299645",64730,67392 -"299646",64732,67996 -"299647",64732,101920 -"299648",64733,64740 -"299649",64733,64764 -"299650",64733,71838 -"299651",64735,73055 -"299652",64737,74054 -"299653",64737,89520 -"299654",64737,98292 -"299655",64737,98455 -"299656",64739,76645 -"299657",64739,79636 -"299658",64740,64764 -"299659",64740,71838 -"299660",64742,84272 -"299661",64742,106007 -"299662",64743,65334 -"299663",64743,79818 -"299664",64743,104841 -"299665",64743,114265 -"299666",64744,74232 -"299667",64744,85245 -"299668",64744,96978 -"299669",64744,107966 -"299670",64745,96742 -"299671",64747,84007 -"299672",64748,64766 -"299673",64748,64777 -"299674",64751,77304 -"299675",64751,77534 -"299676",64751,87033 -"299677",64752,64755 -"299678",64752,90011 -"299679",64753,107847 -"299680",64753,117594 -"299681",64757,97150 -"299682",64759,88102 -"299683",64761,104822 -"299684",64762,92116 -"299685",64762,92523 -"299686",64762,99333 -"299687",64764,71838 -"299688",64765,65092 -"299689",64766,64777 -"299690",64767,83334 -"299691",64768,83150 -"299692",64768,112688 -"299693",64771,110766 -"299694",64772,110673 -"299695",64775,80250 -"299696",64776,69637 -"299697",64779,94621 -"299698",64780,108704 -"299699",64780,109097 -"299700",64781,64995 -"299701",64781,67361 -"299702",64781,91869 -"299703",64781,93715 -"299704",64782,99257 -"299705",64782,99453 -"299706",64784,109421 -"299707",64784,112554 -"299708",64784,121861 -"299709",64784,121928 -"299710",64785,64853 -"299711",64786,68597 -"299712",64786,85278 -"299713",64786,87805 -"299714",64786,90699 -"299715",64786,96749 -"299716",64786,101813 -"299717",64786,114717 -"299718",64786,116209 -"299719",64787,78880 -"299720",64788,74704 -"299721",64788,74914 -"299722",64789,67263 -"299723",64790,64792 -"299724",64792,80219 -"299725",64792,89169 -"299726",64792,90650 -"299727",64792,121343 -"299728",64794,64859 -"299729",64795,65347 -"299730",64795,74747 -"299731",64795,87937 -"299732",64795,100516 -"299733",64797,64854 -"299734",64798,72691 -"299735",64798,81734 -"299736",64801,83819 -"299737",64801,87778 -"299738",64801,117256 -"299739",64801,117257 -"299740",64802,91509 -"299741",64802,103831 -"299742",64803,71289 -"299743",64803,73700 -"299744",64803,75723 -"299745",64803,85643 -"299746",64803,114233 -"299747",64803,118248 -"299748",64803,119241 -"299749",64803,119271 -"299750",64804,78605 -"299751",64804,100891 -"299752",64804,101770 -"299753",64804,104248 -"299754",64805,96076 -"299755",64805,100802 -"299756",64805,105462 -"299757",64806,67102 -"299758",64806,80879 -"299759",64806,83526 -"299760",64806,86229 -"299761",64806,93136 -"299762",64806,100205 -"299763",64806,100332 -"299764",64806,109832 -"299765",64806,114954 -"299766",64807,115235 -"299767",64807,117392 -"299768",64808,79432 -"299769",64810,68568 -"299770",64811,70304 -"299771",64811,70811 -"299772",64811,80661 -"299773",64811,93344 -"299774",64811,102396 -"299775",64812,99620 -"299776",64812,107933 -"299777",64814,80589 -"299778",64814,81083 -"299779",64814,83619 -"299780",64814,93202 -"299781",64814,120723 -"299782",64815,76633 -"299783",64815,76634 -"299784",64815,76656 -"299785",64815,76661 -"299786",64815,76775 -"299787",64815,76949 -"299788",64815,76950 -"299789",64815,76951 -"299790",64817,67023 -"299791",64817,69948 -"299792",64817,71652 -"299793",64817,82936 -"299794",64817,96498 -"299795",64817,101099 -"299796",64817,112964 -"299797",64817,119705 -"299798",64818,86017 -"299799",64819,72739 -"299800",64819,79048 -"299801",64819,80177 -"299802",64819,89527 -"299803",64819,100953 -"299804",64819,101151 -"299805",64819,101934 -"299806",64823,64827 -"299807",64823,66565 -"299808",64823,71113 -"299809",64823,88012 -"299810",64823,102047 -"299811",64823,107653 -"299812",64826,109957 -"299813",64827,71113 -"299814",64827,94067 -"299815",64827,115614 -"299816",64830,68790 -"299817",64830,75195 -"299818",64830,100704 -"299819",64830,107648 -"299820",64834,97661 -"299821",64834,99500 -"299822",64834,99502 -"299823",64835,65414 -"299824",64835,65498 -"299825",64835,77500 -"299826",64835,77504 -"299827",64835,77527 -"299828",64835,77573 -"299829",64835,77583 -"299830",64835,77588 -"299831",64836,70320 -"299832",64837,99107 -"299833",64837,115799 -"299834",64838,66460 -"299835",64843,78771 -"299836",64843,79520 -"299837",64843,88280 -"299838",64843,90946 -"299839",64843,107933 -"299840",64843,108934 -"299841",64844,75649 -"299842",64844,96943 -"299843",64844,105567 -"299844",64844,111685 -"299845",64848,76184 -"299846",64849,87858 -"299847",64849,96903 -"299848",64850,64881 -"299849",64850,64911 -"299850",64850,64924 -"299851",64851,101468 -"299852",64852,76178 -"299853",64852,91994 -"299854",64856,74790 -"299855",64856,86189 -"299856",64858,83999 -"299857",64858,106956 -"299858",64858,109254 -"299859",64860,65966 -"299860",64860,82688 -"299861",64860,82725 -"299862",64860,82752 -"299863",64861,65252 -"299864",64863,74414 -"299865",64863,74524 -"299866",64864,76314 -"299867",64864,83275 -"299868",64864,93759 -"299869",64864,93790 -"299870",64864,117357 -"299871",64865,65636 -"299872",64865,77069 -"299873",64865,88261 -"299874",64865,93189 -"299875",64869,69808 -"299876",64870,64871 -"299877",64870,64884 -"299878",64870,64921 -"299879",64871,64884 -"299880",64871,64921 -"299881",64872,66702 -"299882",64873,64894 -"299883",64873,64930 -"299884",64873,64958 -"299885",64874,69602 -"299886",64874,100423 -"299887",64874,106162 -"299888",64874,107889 -"299889",64874,109420 -"299890",64874,112252 -"299891",64874,114844 -"299892",64874,120638 -"299893",64877,103636 -"299894",64878,100589 -"299895",64878,100590 -"299896",64879,68264 -"299897",64880,68762 -"299898",64880,91282 -"299899",64880,101827 -"299900",64881,64911 -"299901",64881,64924 -"299902",64881,96829 -"299903",64883,96755 -"299904",64883,115507 -"299905",64884,64921 -"299906",64884,67284 -"299907",64885,82238 -"299908",64885,83807 -"299909",64885,99506 -"299910",64885,101469 -"299911",64885,116137 -"299912",64887,69132 -"299913",64887,70871 -"299914",64888,89767 -"299915",64888,89774 -"299916",64889,85471 -"299917",64889,115110 -"299918",64890,67412 -"299919",64890,80593 -"299920",64890,98672 -"299921",64890,98687 -"299922",64893,64931 -"299923",64894,64930 -"299924",64894,64958 -"299925",64895,89937 -"299926",64895,93361 -"299927",64895,94746 -"299928",64895,116658 -"299929",64896,64919 -"299930",64896,71488 -"299931",64896,89128 -"299932",64897,64920 -"299933",64897,71695 -"299934",64897,71698 -"299935",64897,71754 -"299936",64898,64912 -"299937",64898,87306 -"299938",64898,93202 -"299939",64898,116932 -"299940",64899,77555 -"299941",64899,77559 -"299942",64900,89772 -"299943",64901,78338 -"299944",64902,69282 -"299945",64902,69548 -"299946",64902,95533 -"299947",64902,104959 -"299948",64902,105027 -"299949",64905,68726 -"299950",64905,88914 -"299951",64906,97586 -"299952",64906,100220 -"299953",64906,107053 -"299954",64906,122961 -"299955",64907,65027 -"299956",64907,85618 -"299957",64907,86567 -"299958",64907,96581 -"299959",64907,98051 -"299960",64907,98084 -"299961",64908,81916 -"299962",64908,83473 -"299963",64908,108220 -"299964",64911,64924 -"299965",64912,70295 -"299966",64913,69897 -"299967",64913,112165 -"299968",64914,69437 -"299969",64914,92025 -"299970",64914,92108 -"299971",64914,92114 -"299972",64914,92115 -"299973",64916,64918 -"299974",64918,78577 -"299975",64918,85148 -"299976",64918,85673 -"299977",64918,108976 -"299978",64921,93145 -"299979",64922,72046 -"299980",64922,88829 -"299981",64922,90530 -"299982",64922,105883 -"299983",64922,107604 -"299984",64924,77722 -"299985",64924,92676 -"299986",64924,104644 -"299987",64925,80058 -"299988",64925,80152 -"299989",64925,89336 -"299990",64925,89346 -"299991",64925,92533 -"299992",64925,93184 -"299993",64925,98791 -"299994",64925,98804 -"299995",64925,106568 -"299996",64925,123015 -"299997",64926,80575 -"299998",64926,80700 -"299999",64926,82283 -"300000",64926,82552 -"300001",64926,85715 -"300002",64926,92927 -"300003",64926,102468 -"300004",64926,111079 -"300005",64926,112277 -"300006",64926,112278 -"300007",64926,112292 -"300008",64927,78289 -"300009",64927,78295 -"300010",64927,85360 -"300011",64927,116355 -"300012",64927,119755 -"300013",64927,120435 -"300014",64929,114286 -"300015",64930,64958 -"300016",64930,68867 -"300017",64931,89998 -"300018",64931,111774 -"300019",64931,118294 -"300020",64932,88286 -"300021",64932,90196 -"300022",64933,65690 -"300023",64933,66575 -"300024",64933,66595 -"300025",64933,66636 -"300026",64933,67927 -"300027",64933,71898 -"300028",64934,74539 -"300029",64936,64951 -"300030",64937,112611 -"300031",64937,120858 -"300032",64938,65508 -"300033",64938,76484 -"300034",64938,85094 -"300035",64938,87156 -"300036",64938,88583 -"300037",64938,90057 -"300038",64938,106148 -"300039",64938,106158 -"300040",64938,106159 -"300041",64938,106160 -"300042",64940,80778 -"300043",64941,65376 -"300044",64941,74128 -"300045",64941,85058 -"300046",64941,86799 -"300047",64941,95972 -"300048",64941,102414 -"300049",64941,112828 -"300050",64942,79253 -"300051",64942,88765 -"300052",64943,70523 -"300053",64943,75439 -"300054",64943,86872 -"300055",64943,89982 -"300056",64947,66506 -"300057",64948,78443 -"300058",64948,102132 -"300059",64949,74365 -"300060",64949,97849 -"300061",64949,102096 -"300062",64949,102120 -"300063",64950,74731 -"300064",64950,89711 -"300065",64950,120613 -"300066",64952,67815 -"300067",64953,65269 -"300068",64955,78296 -"300069",64955,89567 -"300070",64955,90120 -"300071",64955,91899 -"300072",64955,96693 -"300073",64955,99023 -"300074",64955,108039 -"300075",64955,108145 -"300076",64959,81911 -"300077",64960,71684 -"300078",64960,78256 -"300079",64960,79612 -"300080",64962,64997 -"300081",64962,68844 -"300082",64962,82754 -"300083",64962,82787 -"300084",64962,102006 -"300085",64963,79882 -"300086",64963,81746 -"300087",64963,95883 -"300088",64964,70842 -"300089",64966,65079 -"300090",64967,65949 -"300091",64967,90837 -"300092",64968,65008 -"300093",64968,65029 -"300094",64969,64984 -"300095",64969,65045 -"300096",64974,69905 -"300097",64974,70477 -"300098",64974,77811 -"300099",64974,82749 -"300100",64974,96019 -"300101",64974,103972 -"300102",64974,103973 -"300103",64974,103977 -"300104",64974,103986 -"300105",64974,103999 -"300106",64975,77237 -"300107",64975,102624 -"300108",64975,117252 -"300109",64977,65003 -"300110",64978,86851 -"300111",64979,77078 -"300112",64980,107329 -"300113",64981,69313 -"300114",64981,79302 -"300115",64981,117012 -"300116",64983,65025 -"300117",64983,65090 -"300118",64984,65045 -"300119",64985,68243 -"300120",64985,92064 -"300121",64985,103180 -"300122",64985,118544 -"300123",64986,65259 -"300124",64987,67259 -"300125",64987,68981 -"300126",64987,87370 -"300127",64987,94961 -"300128",64988,120372 -"300129",64989,80721 -"300130",64989,81050 -"300131",64989,81063 -"300132",64990,106689 -"300133",64990,106923 -"300134",64990,106946 -"300135",64990,108409 -"300136",64992,65412 -"300137",64992,79338 -"300138",64992,96639 -"300139",64994,75891 -"300140",64994,91544 -"300141",64994,93562 -"300142",64994,93739 -"300143",64995,67361 -"300144",64997,69086 -"300145",64997,80065 -"300146",64997,82754 -"300147",64997,82787 -"300148",64997,94123 -"300149",64997,101231 -"300150",64997,102006 -"300151",64997,102107 -"300152",64997,102149 -"300153",64999,65000 -"300154",64999,65024 -"300155",64999,89974 -"300156",65000,65024 -"300157",65001,118274 -"300158",65002,67169 -"300159",65002,98445 -"300160",65003,96278 -"300161",65004,70423 -"300162",65004,71341 -"300163",65004,74786 -"300164",65004,85308 -"300165",65004,86151 -"300166",65004,97534 -"300167",65004,109355 -"300168",65006,65007 -"300169",65006,72468 -"300170",65006,77208 -"300171",65006,77613 -"300172",65006,86232 -"300173",65006,97676 -"300174",65006,100715 -"300175",65006,103259 -"300176",65006,103300 -"300177",65006,105092 -"300178",65006,109186 -"300179",65006,109421 -"300180",65006,114890 -"300181",65007,97676 -"300182",65007,109833 -"300183",65008,65029 -"300184",65010,111917 -"300185",65013,114632 -"300186",65015,65209 -"300187",65015,96335 -"300188",65016,65018 -"300189",65017,77211 -"300190",65017,118993 -"300191",65021,100372 -"300192",65021,119039 -"300193",65021,122994 -"300194",65022,81698 -"300195",65025,65090 -"300196",65026,95784 -"300197",65028,66023 -"300198",65028,69446 -"300199",65028,69827 -"300200",65028,70708 -"300201",65028,71127 -"300202",65028,72674 -"300203",65031,72225 -"300204",65031,84977 -"300205",65031,89656 -"300206",65032,68052 -"300207",65032,68201 -"300208",65034,65074 -"300209",65035,65272 -"300210",65036,78046 -"300211",65036,79823 -"300212",65037,65038 -"300213",65037,65039 -"300214",65037,65040 -"300215",65037,65084 -"300216",65038,65039 -"300217",65038,65040 -"300218",65038,65084 -"300219",65039,65040 -"300220",65039,65084 -"300221",65039,84271 -"300222",65039,87427 -"300223",65040,65084 -"300224",65040,87922 -"300225",65040,92438 -"300226",65040,92451 -"300227",65044,103214 -"300228",65044,105209 -"300229",65044,106276 -"300230",65044,114182 -"300231",65046,65112 -"300232",65046,73866 -"300233",65047,65502 -"300234",65048,65786 -"300235",65049,65174 -"300236",65049,65273 -"300237",65050,65696 -"300238",65050,80030 -"300239",65050,122305 -"300240",65050,122821 -"300241",65050,123021 -"300242",65050,123044 -"300243",65051,65323 -"300244",65052,117109 -"300245",65053,85540 -"300246",65053,89183 -"300247",65053,92684 -"300248",65055,80715 -"300249",65055,88912 -"300250",65055,120633 -"300251",65057,65099 -"300252",65058,71560 -"300253",65058,88628 -"300254",65059,68966 -"300255",65059,69180 -"300256",65059,69226 -"300257",65059,71191 -"300258",65059,71426 -"300259",65061,77658 -"300260",65061,77730 -"300261",65061,119773 -"300262",65062,65131 -"300263",65062,87486 -"300264",65063,104239 -"300265",65065,65066 -"300266",65065,82985 -"300267",65065,83411 -"300268",65066,90686 -"300269",65066,97862 -"300270",65066,99836 -"300271",65066,107279 -"300272",65066,113274 -"300273",65066,113284 -"300274",65066,113349 -"300275",65067,91388 -"300276",65067,114748 -"300277",65068,65107 -"300278",65068,69878 -"300279",65069,65717 -"300280",65070,117141 -"300281",65070,117142 -"300282",65070,118591 -"300283",65070,119921 -"300284",65070,120546 -"300285",65070,120579 -"300286",65072,70695 -"300287",65072,91569 -"300288",65074,94418 -"300289",65074,105204 -"300290",65075,65192 -"300291",65075,97934 -"300292",65076,65088 -"300293",65077,65380 -"300294",65078,65246 -"300295",65078,66094 -"300296",65079,80095 -"300297",65080,67904 -"300298",65084,70973 -"300299",65084,71299 -"300300",65084,71326 -"300301",65084,71327 -"300302",65084,71331 -"300303",65084,91810 -"300304",65085,96138 -"300305",65086,121055 -"300306",65087,100631 -"300307",65087,117329 -"300308",65088,84287 -"300309",65088,105586 -"300310",65090,75307 -"300311",65091,66444 -"300312",65091,66462 -"300313",65091,66507 -"300314",65092,109866 -"300315",65093,79294 -"300316",65094,65127 -"300317",65096,75421 -"300318",65096,101855 -"300319",65096,104852 -"300320",65096,107035 -"300321",65097,65126 -"300322",65098,70645 -"300323",65098,106434 -"300324",65098,110842 -"300325",65100,65132 -"300326",65101,67116 -"300327",65101,95498 -"300328",65101,96024 -"300329",65101,96057 -"300330",65101,114344 -"300331",65102,75634 -"300332",65103,86280 -"300333",65104,82579 -"300334",65106,87684 -"300335",65106,90346 -"300336",65108,85738 -"300337",65108,109882 -"300338",65109,65182 -"300339",65110,65325 -"300340",65111,88663 -"300341",65111,95845 -"300342",65111,112769 -"300343",65115,66637 -"300344",65115,66659 -"300345",65116,65416 -"300346",65117,65181 -"300347",65119,81162 -"300348",65121,65141 -"300349",65121,65170 -"300350",65121,65213 -"300351",65122,67251 -"300352",65123,73616 -"300353",65123,81465 -"300354",65125,94162 -"300355",65129,85371 -"300356",65129,86649 -"300357",65129,102577 -"300358",65129,107559 -"300359",65129,122233 -"300360",65132,109855 -"300361",65132,109861 -"300362",65134,67168 -"300363",65137,80041 -"300364",65137,99575 -"300365",65137,101067 -"300366",65137,107050 -"300367",65138,93847 -"300368",65139,65176 -"300369",65139,104950 -"300370",65139,104974 -"300371",65140,69867 -"300372",65140,82935 -"300373",65140,90187 -"300374",65140,91140 -"300375",65140,112935 -"300376",65141,65170 -"300377",65141,65213 -"300378",65142,67260 -"300379",65142,67277 -"300380",65142,67319 -"300381",65143,85086 -"300382",65144,94532 -"300383",65144,114680 -"300384",65145,81701 -"300385",65147,100621 -"300386",65148,90288 -"300387",65149,82355 -"300388",65151,70728 -"300389",65151,76816 -"300390",65151,94795 -"300391",65151,95030 -"300392",65151,99961 -"300393",65151,105711 -"300394",65152,79780 -"300395",65154,65189 -"300396",65154,92082 -"300397",65155,71033 -"300398",65155,73409 -"300399",65155,75568 -"300400",65155,80625 -"300401",65155,90968 -"300402",65155,104590 -"300403",65155,108463 -"300404",65155,116534 -"300405",65155,116545 -"300406",65157,65180 -"300407",65157,78690 -"300408",65157,78717 -"300409",65158,70603 -"300410",65158,71762 -"300411",65158,94029 -"300412",65160,73943 -"300413",65160,73952 -"300414",65162,65691 -"300415",65162,65746 -"300416",65162,68475 -"300417",65162,78811 -"300418",65162,80425 -"300419",65162,82242 -"300420",65162,84682 -"300421",65162,101134 -"300422",65162,102639 -"300423",65162,104139 -"300424",65162,110994 -"300425",65162,120028 -"300426",65162,120929 -"300427",65162,120967 -"300428",65162,122012 -"300429",65163,70020 -"300430",65163,74453 -"300431",65165,69915 -"300432",65165,89820 -"300433",65169,91825 -"300434",65169,114205 -"300435",65170,65213 -"300436",65174,65273 -"300437",65174,95874 -"300438",65175,86441 -"300439",65177,65234 -"300440",65177,65317 -"300441",65178,66192 -"300442",65179,98102 -"300443",65181,69972 -"300444",65181,70257 -"300445",65182,85435 -"300446",65182,109899 -"300447",65182,120747 -"300448",65182,120751 -"300449",65183,79355 -"300450",65183,91441 -"300451",65186,90877 -"300452",65187,65202 -"300453",65187,70624 -"300454",65188,68613 -"300455",65188,83916 -"300456",65188,89925 -"300457",65188,96925 -"300458",65188,99144 -"300459",65188,107515 -"300460",65188,118296 -"300461",65188,121047 -"300462",65190,90296 -"300463",65191,80395 -"300464",65193,80148 -"300465",65193,80225 -"300466",65195,65669 -"300467",65195,96424 -"300468",65196,119507 -"300469",65197,74482 -"300470",65200,99029 -"300471",65202,70624 -"300472",65203,66035 -"300473",65203,80625 -"300474",65203,81206 -"300475",65203,100684 -"300476",65203,113223 -"300477",65203,117332 -"300478",65203,120297 -"300479",65204,65205 -"300480",65208,75483 -"300481",65208,82500 -"300482",65208,95003 -"300483",65208,103333 -"300484",65208,118056 -"300485",65210,67689 -"300486",65211,89710 -"300487",65211,104620 -"300488",65212,85008 -"300489",65213,70697 -"300490",65214,67392 -"300491",65214,74652 -"300492",65214,75041 -"300493",65215,100436 -"300494",65220,65227 -"300495",65220,65228 -"300496",65221,65715 -"300497",65221,72719 -"300498",65221,72724 -"300499",65223,65236 -"300500",65223,72960 -"300501",65223,82219 -"300502",65223,88074 -"300503",65223,92106 -"300504",65223,93658 -"300505",65223,95611 -"300506",65223,99658 -"300507",65223,102712 -"300508",65223,102718 -"300509",65223,102724 -"300510",65223,113354 -"300511",65224,71080 -"300512",65224,71083 -"300513",65224,71149 -"300514",65224,104893 -"300515",65224,105005 -"300516",65226,65263 -"300517",65226,68553 -"300518",65226,68584 -"300519",65227,65228 -"300520",65227,65457 -"300521",65227,65848 -"300522",65227,65853 -"300523",65227,72115 -"300524",65227,72286 -"300525",65227,72448 -"300526",65227,74849 -"300527",65227,75000 -"300528",65227,75262 -"300529",65227,75720 -"300530",65227,75729 -"300531",65229,65267 -"300532",65229,65933 -"300533",65230,66145 -"300534",65230,67503 -"300535",65230,67721 -"300536",65230,68816 -"300537",65230,68909 -"300538",65230,68938 -"300539",65230,69332 -"300540",65230,69681 -"300541",65230,70610 -"300542",65230,70611 -"300543",65230,70725 -"300544",65230,71211 -"300545",65230,71505 -"300546",65230,71887 -"300547",65231,65247 -"300548",65231,67795 -"300549",65231,75421 -"300550",65231,81191 -"300551",65231,83892 -"300552",65231,88716 -"300553",65231,99623 -"300554",65231,100395 -"300555",65231,100400 -"300556",65231,100629 -"300557",65231,104917 -"300558",65232,117210 -"300559",65233,89712 -"300560",65233,117787 -"300561",65234,65317 -"300562",65234,70932 -"300563",65234,83521 -"300564",65234,83549 -"300565",65234,103287 -"300566",65234,119337 -"300567",65235,65295 -"300568",65235,100956 -"300569",65236,68680 -"300570",65236,76028 -"300571",65236,83848 -"300572",65236,85608 -"300573",65238,69357 -"300574",65238,78005 -"300575",65238,98295 -"300576",65238,101534 -"300577",65239,66309 -"300578",65239,73674 -"300579",65239,77610 -"300580",65239,92903 -"300581",65239,100995 -"300582",65240,101875 -"300583",65241,68112 -"300584",65241,72003 -"300585",65242,88747 -"300586",65242,91171 -"300587",65243,94495 -"300588",65243,104466 -"300589",65243,114132 -"300590",65244,65301 -"300591",65246,122277 -"300592",65246,122279 -"300593",65249,98582 -"300594",65250,68280 -"300595",65250,110334 -"300596",65253,94078 -"300597",65253,121007 -"300598",65254,93974 -"300599",65255,77929 -"300600",65255,85287 -"300601",65255,88629 -"300602",65255,109967 -"300603",65256,79399 -"300604",65256,90581 -"300605",65256,90969 -"300606",65260,76317 -"300607",65260,116001 -"300608",65261,65284 -"300609",65261,65289 -"300610",65264,66698 -"300611",65264,82841 -"300612",65264,98992 -"300613",65264,111446 -"300614",65270,88535 -"300615",65273,90828 -"300616",65275,65277 -"300617",65275,65286 -"300618",65275,65288 -"300619",65275,66681 -"300620",65275,85221 -"300621",65275,86593 -"300622",65277,65286 -"300623",65277,65288 -"300624",65277,66681 -"300625",65278,65298 -"300626",65278,87714 -"300627",65279,94669 -"300628",65280,65303 -"300629",65281,68041 -"300630",65282,83907 -"300631",65282,88713 -"300632",65284,65289 -"300633",65284,79623 -"300634",65286,65288 -"300635",65286,66681 -"300636",65287,102588 -"300637",65287,111040 -"300638",65287,120390 -"300639",65288,66681 -"300640",65289,74467 -"300641",65294,89879 -"300642",65296,74438 -"300643",65296,76818 -"300644",65296,78090 -"300645",65296,79193 -"300646",65296,89944 -"300647",65296,90004 -"300648",65296,91388 -"300649",65296,100199 -"300650",65296,108429 -"300651",65297,67351 -"300652",65297,69523 -"300653",65297,76017 -"300654",65297,77812 -"300655",65297,79607 -"300656",65297,97771 -"300657",65297,103829 -"300658",65298,118853 -"300659",65299,87115 -"300660",65299,87122 -"300661",65300,73476 -"300662",65300,79106 -"300663",65300,101497 -"300664",65302,83044 -"300665",65302,115248 -"300666",65303,67443 -"300667",65303,71891 -"300668",65305,65382 -"300669",65305,81817 -"300670",65306,73441 -"300671",65307,67113 -"300672",65308,65369 -"300673",65309,108990 -"300674",65309,119469 -"300675",65310,65366 -"300676",65311,119664 -"300677",65315,65417 -"300678",65316,73171 -"300679",65316,75363 -"300680",65316,76021 -"300681",65316,86664 -"300682",65316,102051 -"300683",65316,120908 -"300684",65318,72208 -"300685",65318,73305 -"300686",65321,65583 -"300687",65321,67586 -"300688",65321,69596 -"300689",65322,76428 -"300690",65322,80625 -"300691",65322,84194 -"300692",65322,96749 -"300693",65322,96756 -"300694",65326,65327 -"300695",65326,65328 -"300696",65326,65329 -"300697",65326,65330 -"300698",65326,65340 -"300699",65326,65372 -"300700",65326,65996 -"300701",65326,68514 -"300702",65326,86085 -"300703",65326,91970 -"300704",65327,65328 -"300705",65327,65329 -"300706",65327,65330 -"300707",65327,65340 -"300708",65327,65372 -"300709",65327,65996 -"300710",65328,65329 -"300711",65328,65330 -"300712",65328,65340 -"300713",65328,65372 -"300714",65328,65996 -"300715",65329,65330 -"300716",65329,65340 -"300717",65329,65372 -"300718",65329,65996 -"300719",65330,65340 -"300720",65330,65372 -"300721",65330,65996 -"300722",65332,66052 -"300723",65332,74126 -"300724",65333,86462 -"300725",65333,110032 -"300726",65333,110037 -"300727",65335,92196 -"300728",65336,74633 -"300729",65336,74892 -"300730",65337,70839 -"300731",65337,113013 -"300732",65338,77137 -"300733",65338,77669 -"300734",65338,77695 -"300735",65338,115774 -"300736",65338,117719 -"300737",65340,65372 -"300738",65340,65996 -"300739",65341,73767 -"300740",65341,81048 -"300741",65343,80223 -"300742",65343,105670 -"300743",65343,122605 -"300744",65344,76649 -"300745",65344,84890 -"300746",65344,85738 -"300747",65344,111986 -"300748",65345,65443 -"300749",65347,74747 -"300750",65347,87937 -"300751",65347,100516 -"300752",65348,85569 -"300753",65348,91947 -"300754",65348,92413 -"300755",65348,110921 -"300756",65349,75043 -"300757",65351,65353 -"300758",65352,66986 -"300759",65352,76781 -"300760",65354,65831 -"300761",65355,85925 -"300762",65355,108002 -"300763",65356,96274 -"300764",65356,96317 -"300765",65359,69532 -"300766",65359,71008 -"300767",65359,76697 -"300768",65359,85158 -"300769",65360,78768 -"300770",65360,83810 -"300771",65360,98172 -"300772",65360,108247 -"300773",65360,108252 -"300774",65360,108273 -"300775",65362,67167 -"300776",65362,81722 -"300777",65362,82845 -"300778",65362,84770 -"300779",65362,99136 -"300780",65362,99424 -"300781",65362,99807 -"300782",65362,100754 -"300783",65362,101117 -"300784",65362,106679 -"300785",65362,109262 -"300786",65362,110196 -"300787",65362,110216 -"300788",65363,78556 -"300789",65364,70855 -"300790",65364,70871 -"300791",65364,70884 -"300792",65364,70895 -"300793",65364,70921 -"300794",65365,65371 -"300795",65366,84820 -"300796",65367,80727 -"300797",65367,89068 -"300798",65367,91157 -"300799",65367,109546 -"300800",65367,120947 -"300801",65371,73130 -"300802",65371,77874 -"300803",65372,65996 -"300804",65373,73327 -"300805",65374,65864 -"300806",65374,78288 -"300807",65375,79483 -"300808",65375,86532 -"300809",65375,108766 -"300810",65375,114847 -"300811",65376,75669 -"300812",65376,76628 -"300813",65376,80281 -"300814",65376,80778 -"300815",65376,86799 -"300816",65376,97156 -"300817",65376,112927 -"300818",65382,67708 -"300819",65383,85155 -"300820",65383,94467 -"300821",65383,95268 -"300822",65383,98127 -"300823",65383,99237 -"300824",65383,109534 -"300825",65383,115569 -"300826",65383,115614 -"300827",65385,92398 -"300828",65385,99359 -"300829",65388,65590 -"300830",65389,79420 -"300831",65389,113233 -"300832",65389,116558 -"300833",65390,118211 -"300834",65390,118212 -"300835",65390,118213 -"300836",65392,99507 -"300837",65393,74130 -"300838",65395,71983 -"300839",65395,77612 -"300840",65395,77986 -"300841",65395,88077 -"300842",65395,94386 -"300843",65395,103452 -"300844",65395,106271 -"300845",65396,65397 -"300846",65398,65454 -"300847",65398,73315 -"300848",65398,101307 -"300849",65398,114558 -"300850",65399,65431 -"300851",65399,65432 -"300852",65399,65465 -"300853",65399,65466 -"300854",65399,65950 -"300855",65399,70869 -"300856",65400,73623 -"300857",65400,78451 -"300858",65400,84607 -"300859",65400,87914 -"300860",65400,91770 -"300861",65400,97485 -"300862",65400,104662 -"300863",65400,104711 -"300864",65400,105950 -"300865",65400,110204 -"300866",65400,110272 -"300867",65400,110380 -"300868",65400,110488 -"300869",65400,110508 -"300870",65400,110515 -"300871",65400,110588 -"300872",65400,110603 -"300873",65400,110719 -"300874",65400,111019 -"300875",65400,113237 -"300876",65400,115817 -"300877",65400,116107 -"300878",65400,116108 -"300879",65400,116109 -"300880",65400,119587 -"300881",65400,120983 -"300882",65400,121290 -"300883",65400,121294 -"300884",65401,97686 -"300885",65401,97698 -"300886",65402,66538 -"300887",65402,73923 -"300888",65402,74399 -"300889",65402,76314 -"300890",65402,78715 -"300891",65402,80641 -"300892",65402,94733 -"300893",65402,95690 -"300894",65403,117134 -"300895",65404,69250 -"300896",65404,70520 -"300897",65404,76607 -"300898",65404,103548 -"300899",65404,103594 -"300900",65404,113558 -"300901",65404,120900 -"300902",65406,88259 -"300903",65406,93424 -"300904",65406,94853 -"300905",65406,95993 -"300906",65406,101344 -"300907",65407,65415 -"300908",65407,65538 -"300909",65408,65463 -"300910",65409,65467 -"300911",65410,65430 -"300912",65410,65444 -"300913",65410,68939 -"300914",65410,74417 -"300915",65411,74905 -"300916",65411,81288 -"300917",65411,84043 -"300918",65412,73658 -"300919",65412,108649 -"300920",65412,120499 -"300921",65413,84453 -"300922",65413,92640 -"300923",65414,65498 -"300924",65415,65538 -"300925",65416,84639 -"300926",65418,65436 -"300927",65419,113860 -"300928",65419,113881 -"300929",65420,81670 -"300930",65420,99239 -"300931",65421,79134 -"300932",65423,76234 -"300933",65426,101952 -"300934",65429,69078 -"300935",65430,65444 -"300936",65431,65432 -"300937",65431,65465 -"300938",65431,65466 -"300939",65431,65950 -"300940",65432,65465 -"300941",65432,65466 -"300942",65432,65950 -"300943",65434,65449 -"300944",65435,85959 -"300945",65435,93190 -"300946",65435,98616 -"300947",65435,108880 -"300948",65437,122592 -"300949",65438,70969 -"300950",65438,74855 -"300951",65439,72048 -"300952",65439,74318 -"300953",65439,76392 -"300954",65439,92265 -"300955",65439,92310 -"300956",65439,118100 -"300957",65439,119663 -"300958",65442,80115 -"300959",65442,84772 -"300960",65442,96871 -"300961",65443,84451 -"300962",65445,79270 -"300963",65446,83952 -"300964",65446,88522 -"300965",65448,104505 -"300966",65448,104544 -"300967",65449,69432 -"300968",65449,71365 -"300969",65449,72532 -"300970",65449,75519 -"300971",65449,75529 -"300972",65449,75575 -"300973",65451,69325 -"300974",65453,88077 -"300975",65455,114593 -"300976",65455,114594 -"300977",65456,121517 -"300978",65457,65853 -"300979",65457,72115 -"300980",65457,72286 -"300981",65457,72453 -"300982",65457,74849 -"300983",65457,75000 -"300984",65457,75262 -"300985",65460,75062 -"300986",65460,91687 -"300987",65464,90104 -"300988",65464,100996 -"300989",65464,101002 -"300990",65465,65466 -"300991",65465,65950 -"300992",65466,65950 -"300993",65467,71352 -"300994",65467,78948 -"300995",65467,118139 -"300996",65467,118145 -"300997",65467,118169 -"300998",65468,68528 -"300999",65468,81584 -"301000",65468,105400 -"301001",65469,65585 -"301002",65469,65648 -"301003",65471,65524 -"301004",65472,68365 -"301005",65473,65477 -"301006",65475,65476 -"301007",65475,65499 -"301008",65475,65535 -"301009",65475,72373 -"301010",65476,65499 -"301011",65476,65535 -"301012",65476,72373 -"301013",65478,84717 -"301014",65478,120342 -"301015",65478,120388 -"301016",65479,65558 -"301017",65479,65769 -"301018",65479,65814 -"301019",65480,98540 -"301020",65480,110352 -"301021",65481,65516 -"301022",65481,92793 -"301023",65482,65563 -"301024",65482,70811 -"301025",65482,79535 -"301026",65482,79536 -"301027",65483,73741 -"301028",65483,77843 -"301029",65483,77987 -"301030",65483,102823 -"301031",65483,113331 -"301032",65484,102466 -"301033",65484,116704 -"301034",65487,97232 -"301035",65487,101166 -"301036",65489,87092 -"301037",65490,72084 -"301038",65490,91313 -"301039",65490,96003 -"301040",65490,100058 -"301041",65491,93814 -"301042",65491,116116 -"301043",65493,106209 -"301044",65493,106213 -"301045",65497,66717 -"301046",65497,71380 -"301047",65497,72535 -"301048",65497,79568 -"301049",65497,91164 -"301050",65497,95721 -"301051",65497,96007 -"301052",65497,99435 -"301053",65499,65535 -"301054",65499,72373 -"301055",65500,69510 -"301056",65500,78129 -"301057",65501,65502 -"301058",65502,66599 -"301059",65502,72066 -"301060",65504,81949 -"301061",65504,86039 -"301062",65505,79850 -"301063",65506,94545 -"301064",65506,101652 -"301065",65508,71118 -"301066",65508,71530 -"301067",65508,71554 -"301068",65508,76484 -"301069",65508,87156 -"301070",65508,88583 -"301071",65508,90057 -"301072",65509,65533 -"301073",65510,113870 -"301074",65511,74862 -"301075",65513,70894 -"301076",65513,71847 -"301077",65513,87690 -"301078",65513,88882 -"301079",65513,88895 -"301080",65513,88897 -"301081",65513,97931 -"301082",65513,108704 -"301083",65513,111471 -"301084",65513,118999 -"301085",65513,119441 -"301086",65514,65543 -"301087",65516,96877 -"301088",65518,66782 -"301089",65518,94573 -"301090",65519,65522 -"301091",65519,78109 -"301092",65519,78176 -"301093",65520,72543 -"301094",65520,77094 -"301095",65520,79974 -"301096",65520,95735 -"301097",65521,97227 -"301098",65521,105020 -"301099",65522,84415 -"301100",65522,112270 -"301101",65523,70960 -"301102",65523,74153 -"301103",65523,76840 -"301104",65523,120188 -"301105",65525,77331 -"301106",65525,101062 -"301107",65525,116394 -"301108",65527,66335 -"301109",65528,73129 -"301110",65534,67689 -"301111",65534,79574 -"301112",65534,79596 -"301113",65534,92819 -"301114",65535,72373 -"301115",65535,90845 -"301116",65539,87703 -"301117",65541,65602 -"301118",65541,98055 -"301119",65544,75418 -"301120",65546,65553 -"301121",65547,87635 -"301122",65548,65564 -"301123",65550,93352 -"301124",65551,73848 -"301125",65551,78968 -"301126",65551,81859 -"301127",65551,83160 -"301128",65551,88539 -"301129",65551,91781 -"301130",65551,96055 -"301131",65551,102483 -"301132",65551,103218 -"301133",65551,110131 -"301134",65551,110147 -"301135",65551,110155 -"301136",65551,110159 -"301137",65551,110173 -"301138",65551,112774 -"301139",65552,68320 -"301140",65552,96205 -"301141",65553,78645 -"301142",65553,78805 -"301143",65553,88747 -"301144",65553,90371 -"301145",65554,80668 -"301146",65555,84185 -"301147",65555,115743 -"301148",65556,91512 -"301149",65557,65562 -"301150",65557,68923 -"301151",65558,65769 -"301152",65558,65814 -"301153",65558,73530 -"301154",65561,111257 -"301155",65563,123302 -"301156",65563,123332 -"301157",65565,77219 -"301158",65565,79676 -"301159",65565,83168 -"301160",65567,110326 -"301161",65568,80992 -"301162",65568,98192 -"301163",65568,98212 -"301164",65570,72977 -"301165",65570,73012 -"301166",65571,109901 -"301167",65571,111283 -"301168",65571,111465 -"301169",65572,65617 -"301170",65572,89469 -"301171",65572,90333 -"301172",65572,99442 -"301173",65576,67790 -"301174",65577,78662 -"301175",65577,78672 -"301176",65578,106460 -"301177",65579,112118 -"301178",65579,121469 -"301179",65580,73389 -"301180",65580,75853 -"301181",65580,81199 -"301182",65580,81233 -"301183",65580,81234 -"301184",65580,95849 -"301185",65582,72974 -"301186",65582,75736 -"301187",65583,67256 -"301188",65583,69596 -"301189",65585,65648 -"301190",65587,72827 -"301191",65587,110122 -"301192",65587,116564 -"301193",65590,77619 -"301194",65590,79128 -"301195",65591,65606 -"301196",65592,112054 -"301197",65592,112758 -"301198",65593,97743 -"301199",65594,83215 -"301200",65594,99898 -"301201",65594,110516 -"301202",65595,65615 -"301203",65595,65646 -"301204",65595,65647 -"301205",65595,66445 -"301206",65597,80553 -"301207",65597,108955 -"301208",65597,118893 -"301209",65598,76414 -"301210",65598,77650 -"301211",65598,79047 -"301212",65598,88328 -"301213",65598,93786 -"301214",65598,95119 -"301215",65598,106250 -"301216",65598,106932 -"301217",65599,65600 -"301218",65599,65737 -"301219",65599,66120 -"301220",65599,66135 -"301221",65600,65737 -"301222",65600,66120 -"301223",65600,66135 -"301224",65601,78885 -"301225",65601,96875 -"301226",65601,96885 -"301227",65604,80145 -"301228",65605,102586 -"301229",65608,68260 -"301230",65611,70988 -"301231",65611,99022 -"301232",65614,107795 -"301233",65615,65646 -"301234",65615,65647 -"301235",65615,66445 -"301236",65617,67336 -"301237",65617,72857 -"301238",65617,72870 -"301239",65618,71367 -"301240",65618,73533 -"301241",65618,81205 -"301242",65618,97974 -"301243",65618,108889 -"301244",65618,109333 -"301245",65620,98382 -"301246",65621,84461 -"301247",65621,123142 -"301248",65622,122085 -"301249",65623,89104 -"301250",65623,121230 -"301251",65625,66413 -"301252",65625,74628 -"301253",65625,75310 -"301254",65625,76629 -"301255",65625,84940 -"301256",65625,88884 -"301257",65625,88889 -"301258",65625,92081 -"301259",65625,100226 -"301260",65625,105063 -"301261",65625,105947 -"301262",65625,114174 -"301263",65625,114178 -"301264",65626,74011 -"301265",65626,114964 -"301266",65628,81315 -"301267",65629,80502 -"301268",65630,65642 -"301269",65631,67095 -"301270",65631,96663 -"301271",65632,81319 -"301272",65632,89229 -"301273",65632,108419 -"301274",65634,66756 -"301275",65634,106153 -"301276",65634,106165 -"301277",65635,71539 -"301278",65635,77515 -"301279",65635,100369 -"301280",65635,114194 -"301281",65636,66981 -"301282",65636,82205 -"301283",65636,87420 -"301284",65636,92749 -"301285",65636,93189 -"301286",65637,90045 -"301287",65638,87766 -"301288",65639,81130 -"301289",65639,97951 -"301290",65639,97996 -"301291",65639,98315 -"301292",65640,71220 -"301293",65640,78902 -"301294",65643,81913 -"301295",65644,95256 -"301296",65644,108647 -"301297",65644,110589 -"301298",65645,80158 -"301299",65645,80159 -"301300",65645,80204 -"301301",65646,65647 -"301302",65646,66445 -"301303",65647,66445 -"301304",65647,85322 -"301305",65647,85403 -"301306",65647,85414 -"301307",65647,85415 -"301308",65649,81051 -"301309",65649,97276 -"301310",65650,79575 -"301311",65650,110957 -"301312",65651,65742 -"301313",65652,65720 -"301314",65652,65741 -"301315",65653,65655 -"301316",65653,65663 -"301317",65653,65674 -"301318",65653,65717 -"301319",65654,65675 -"301320",65654,65710 -"301321",65654,65751 -"301322",65655,65663 -"301323",65655,65674 -"301324",65655,65717 -"301325",65656,66327 -"301326",65657,114339 -"301327",65658,69143 -"301328",65658,80448 -"301329",65658,84494 -"301330",65658,85543 -"301331",65659,82152 -"301332",65660,65894 -"301333",65660,66287 -"301334",65660,66293 -"301335",65660,66342 -"301336",65660,122093 -"301337",65661,65765 -"301338",65661,70729 -"301339",65661,71760 -"301340",65661,72651 -"301341",65661,72652 -"301342",65661,72679 -"301343",65661,72702 -"301344",65663,65674 -"301345",65663,65717 -"301346",65664,65700 -"301347",65664,65752 -"301348",65664,95224 -"301349",65665,65693 -"301350",65665,69476 -"301351",65666,76179 -"301352",65668,84371 -"301353",65669,65749 -"301354",65669,68109 -"301355",65669,76141 -"301356",65669,107362 -"301357",65670,88712 -"301358",65670,90600 -"301359",65670,92017 -"301360",65670,100010 -"301361",65670,100982 -"301362",65670,101005 -"301363",65671,75984 -"301364",65671,80062 -"301365",65671,86621 -"301366",65671,89954 -"301367",65671,98294 -"301368",65671,107817 -"301369",65671,109387 -"301370",65671,109405 -"301371",65671,109410 -"301372",65672,74839 -"301373",65673,95200 -"301374",65674,65717 -"301375",65675,65710 -"301376",65675,65751 -"301377",65678,66248 -"301378",65679,82306 -"301379",65679,105740 -"301380",65679,105815 -"301381",65682,65702 -"301382",65682,65747 -"301383",65682,81620 -"301384",65683,70932 -"301385",65683,74304 -"301386",65683,75655 -"301387",65683,88104 -"301388",65683,93216 -"301389",65683,96475 -"301390",65683,97482 -"301391",65684,65705 -"301392",65687,82619 -"301393",65687,103835 -"301394",65687,114888 -"301395",65689,91826 -"301396",65691,76613 -"301397",65691,80425 -"301398",65691,84814 -"301399",65694,65780 -"301400",65694,65812 -"301401",65695,90655 -"301402",65695,95847 -"301403",65695,104263 -"301404",65695,111508 -"301405",65695,111651 -"301406",65695,113490 -"301407",65695,121050 -"301408",65696,80030 -"301409",65696,94828 -"301410",65696,101277 -"301411",65696,103622 -"301412",65696,108060 -"301413",65696,122305 -"301414",65696,122397 -"301415",65696,122821 -"301416",65696,123021 -"301417",65696,123044 -"301418",65699,71841 -"301419",65700,65752 -"301420",65700,68063 -"301421",65700,82332 -"301422",65700,83032 -"301423",65701,65755 -"301424",65701,65756 -"301425",65701,65757 -"301426",65702,65747 -"301427",65703,68459 -"301428",65703,81282 -"301429",65703,81314 -"301430",65703,110503 -"301431",65707,66733 -"301432",65708,100253 -"301433",65708,103843 -"301434",65709,77697 -"301435",65709,107963 -"301436",65710,65751 -"301437",65711,65783 -"301438",65711,65816 -"301439",65711,65825 -"301440",65711,66136 -"301441",65712,78499 -"301442",65712,79476 -"301443",65712,79483 -"301444",65712,88979 -"301445",65712,88984 -"301446",65713,75343 -"301447",65713,84224 -"301448",65714,65736 -"301449",65716,76043 -"301450",65718,66297 -"301451",65719,69610 -"301452",65719,76696 -"301453",65719,111927 -"301454",65720,65741 -"301455",65721,75087 -"301456",65721,79641 -"301457",65721,90566 -"301458",65721,111274 -"301459",65721,111275 -"301460",65721,111517 -"301461",65721,112107 -"301462",65722,67913 -"301463",65722,71697 -"301464",65722,71732 -"301465",65723,68460 -"301466",65723,68862 -"301467",65723,80061 -"301468",65723,91869 -"301469",65723,93317 -"301470",65723,101423 -"301471",65723,108821 -"301472",65725,76843 -"301473",65725,80948 -"301474",65725,81422 -"301475",65725,85433 -"301476",65725,101381 -"301477",65725,104735 -"301478",65725,110336 -"301479",65726,71955 -"301480",65726,74108 -"301481",65726,80925 -"301482",65726,83473 -"301483",65727,65758 -"301484",65727,96784 -"301485",65733,66287 -"301486",65733,67047 -"301487",65734,91128 -"301488",65734,99164 -"301489",65734,101811 -"301490",65735,113845 -"301491",65737,66120 -"301492",65737,66135 -"301493",65738,67539 -"301494",65738,67545 -"301495",65739,66299 -"301496",65739,75592 -"301497",65740,65781 -"301498",65740,66131 -"301499",65740,100885 -"301500",65740,100897 -"301501",65742,115171 -"301502",65743,93135 -"301503",65743,106580 -"301504",65743,107167 -"301505",65743,110413 -"301506",65743,110452 -"301507",65743,115097 -"301508",65743,116824 -"301509",65743,119257 -"301510",65743,121484 -"301511",65743,121488 -"301512",65744,86084 -"301513",65744,95494 -"301514",65744,116573 -"301515",65745,118179 -"301516",65746,110994 -"301517",65746,120929 -"301518",65746,120967 -"301519",65747,83287 -"301520",65748,88966 -"301521",65750,69587 -"301522",65750,71222 -"301523",65750,71319 -"301524",65750,71826 -"301525",65750,73369 -"301526",65751,66958 -"301527",65751,67339 -"301528",65751,72778 -"301529",65751,76928 -"301530",65751,76956 -"301531",65751,96823 -"301532",65751,97954 -"301533",65751,97955 -"301534",65751,97972 -"301535",65751,97973 -"301536",65751,97981 -"301537",65751,97987 -"301538",65751,97994 -"301539",65751,97998 -"301540",65751,97999 -"301541",65751,98008 -"301542",65752,72449 -"301543",65752,82523 -"301544",65752,82893 -"301545",65752,89701 -"301546",65752,115057 -"301547",65753,66137 -"301548",65753,112929 -"301549",65753,112967 -"301550",65755,65756 -"301551",65755,65757 -"301552",65756,65757 -"301553",65756,100343 -"301554",65759,77029 -"301555",65759,78096 -"301556",65760,65830 -"301557",65760,72148 -"301558",65761,66750 -"301559",65761,76682 -"301560",65761,90789 -"301561",65761,98056 -"301562",65761,119824 -"301563",65763,91779 -"301564",65764,78345 -"301565",65764,90511 -"301566",65766,74264 -"301567",65767,65824 -"301568",65767,65895 -"301569",65769,65814 -"301570",65770,66304 -"301571",65771,68742 -"301572",65771,106454 -"301573",65773,66324 -"301574",65773,70324 -"301575",65773,70330 -"301576",65773,70331 -"301577",65774,86113 -"301578",65774,106144 -"301579",65775,81991 -"301580",65776,66261 -"301581",65777,98576 -"301582",65777,98711 -"301583",65777,98712 -"301584",65779,65808 -"301585",65780,65812 -"301586",65780,120236 -"301587",65781,115261 -"301588",65782,65811 -"301589",65782,65846 -"301590",65782,68781 -"301591",65783,65816 -"301592",65783,65825 -"301593",65783,66136 -"301594",65784,89191 -"301595",65784,93258 -"301596",65784,99614 -"301597",65784,109785 -"301598",65785,70505 -"301599",65785,74695 -"301600",65785,74722 -"301601",65785,74733 -"301602",65785,74734 -"301603",65785,74807 -"301604",65785,74808 -"301605",65786,83796 -"301606",65786,91551 -"301607",65786,95560 -"301608",65786,123356 -"301609",65791,69340 -"301610",65791,75263 -"301611",65791,80329 -"301612",65791,91632 -"301613",65792,69074 -"301614",65792,78868 -"301615",65792,81428 -"301616",65792,82852 -"301617",65793,67434 -"301618",65793,76364 -"301619",65793,77585 -"301620",65793,79766 -"301621",65793,80471 -"301622",65793,90441 -"301623",65795,66199 -"301624",65795,68424 -"301625",65795,68480 -"301626",65795,69435 -"301627",65795,69449 -"301628",65798,65837 -"301629",65798,66571 -"301630",65798,68769 -"301631",65798,69133 -"301632",65800,67564 -"301633",65800,68959 -"301634",65800,69362 -"301635",65800,71693 -"301636",65800,76590 -"301637",65800,86600 -"301638",65800,88782 -"301639",65800,92517 -"301640",65800,93531 -"301641",65800,95993 -"301642",65800,100140 -"301643",65800,102004 -"301644",65800,105198 -"301645",65800,108568 -"301646",65800,110250 -"301647",65800,122588 -"301648",65800,122819 -"301649",65800,122852 -"301650",65800,122861 -"301651",65800,122863 -"301652",65800,122864 -"301653",65801,70469 -"301654",65802,69377 -"301655",65802,104348 -"301656",65803,66132 -"301657",65803,75226 -"301658",65803,95964 -"301659",65804,69278 -"301660",65804,70367 -"301661",65804,80836 -"301662",65804,107469 -"301663",65805,102399 -"301664",65810,89770 -"301665",65810,89803 -"301666",65811,65846 -"301667",65812,82093 -"301668",65812,83118 -"301669",65813,70371 -"301670",65815,84554 -"301671",65815,87570 -"301672",65815,114060 -"301673",65816,65825 -"301674",65816,66136 -"301675",65817,81817 -"301676",65817,90319 -"301677",65817,94202 -"301678",65817,102673 -"301679",65817,115178 -"301680",65818,68355 -"301681",65818,71190 -"301682",65818,73261 -"301683",65821,65842 -"301684",65821,108072 -"301685",65823,72177 -"301686",65824,65895 -"301687",65824,91906 -"301688",65824,95491 -"301689",65825,66136 -"301690",65826,94665 -"301691",65828,65956 -"301692",65830,83253 -"301693",65830,88773 -"301694",65830,93632 -"301695",65830,101012 -"301696",65833,73799 -"301697",65833,76000 -"301698",65834,86073 -"301699",65835,93039 -"301700",65835,102351 -"301701",65835,109527 -"301702",65838,69493 -"301703",65838,80194 -"301704",65838,98926 -"301705",65840,81684 -"301706",65840,87569 -"301707",65840,88883 -"301708",65840,90269 -"301709",65840,90280 -"301710",65840,105158 -"301711",65840,109317 -"301712",65840,119764 -"301713",65841,69517 -"301714",65841,76505 -"301715",65841,110696 -"301716",65841,110741 -"301717",65841,110787 -"301718",65841,112033 -"301719",65841,112041 -"301720",65841,112042 -"301721",65841,118425 -"301722",65842,65906 -"301723",65842,66080 -"301724",65842,75259 -"301725",65842,75260 -"301726",65842,75264 -"301727",65842,75268 -"301728",65842,75269 -"301729",65843,69361 -"301730",65843,69429 -"301731",65844,77362 -"301732",65844,102746 -"301733",65844,117333 -"301734",65846,70570 -"301735",65846,71314 -"301736",65847,65916 -"301737",65847,66140 -"301738",65851,81069 -"301739",65852,65874 -"301740",65852,65875 -"301741",65852,65889 -"301742",65852,65897 -"301743",65852,65908 -"301744",65852,66279 -"301745",65852,101083 -"301746",65853,67526 -"301747",65853,72115 -"301748",65853,72286 -"301749",65853,74849 -"301750",65853,75000 -"301751",65853,75262 -"301752",65854,78012 -"301753",65854,106080 -"301754",65855,104919 -"301755",65855,116594 -"301756",65855,120815 -"301757",65856,68345 -"301758",65857,67013 -"301759",65857,80518 -"301760",65857,94700 -"301761",65858,72418 -"301762",65860,66397 -"301763",65860,82089 -"301764",65860,94834 -"301765",65863,76286 -"301766",65863,81424 -"301767",65863,88879 -"301768",65863,91047 -"301769",65866,73138 -"301770",65867,65872 -"301771",65867,65888 -"301772",65867,65899 -"301773",65867,65901 -"301774",65867,65914 -"301775",65868,91905 -"301776",65870,66323 -"301777",65871,65919 -"301778",65871,72913 -"301779",65871,72914 -"301780",65871,72931 -"301781",65871,72945 -"301782",65871,72981 -"301783",65872,65888 -"301784",65872,65899 -"301785",65872,65901 -"301786",65872,65914 -"301787",65872,75527 -"301788",65874,65875 -"301789",65874,65889 -"301790",65874,65897 -"301791",65874,65908 -"301792",65874,66279 -"301793",65875,65889 -"301794",65875,65897 -"301795",65875,65908 -"301796",65875,66279 -"301797",65880,82107 -"301798",65880,90697 -"301799",65881,65918 -"301800",65882,84705 -"301801",65882,86444 -"301802",65883,66278 -"301803",65884,69086 -"301804",65886,71499 -"301805",65888,65899 -"301806",65888,65901 -"301807",65888,65914 -"301808",65889,65897 -"301809",65889,65908 -"301810",65889,66279 -"301811",65891,66641 -"301812",65891,66764 -"301813",65892,86905 -"301814",65892,91975 -"301815",65892,94060 -"301816",65892,100219 -"301817",65893,117058 -"301818",65894,66293 -"301819",65894,66342 -"301820",65896,65911 -"301821",65896,67005 -"301822",65896,67948 -"301823",65897,65908 -"301824",65897,66279 -"301825",65898,70889 -"301826",65898,79231 -"301827",65898,82391 -"301828",65898,84138 -"301829",65898,86131 -"301830",65898,106968 -"301831",65898,109510 -"301832",65898,110599 -"301833",65899,65901 -"301834",65899,65914 -"301835",65901,65914 -"301836",65902,73323 -"301837",65904,66823 -"301838",65904,68444 -"301839",65904,80772 -"301840",65906,66080 -"301841",65906,75259 -"301842",65906,75260 -"301843",65906,75264 -"301844",65906,75268 -"301845",65906,75269 -"301846",65907,76325 -"301847",65908,66279 -"301848",65911,67005 -"301849",65911,67948 -"301850",65911,90798 -"301851",65911,91115 -"301852",65911,102554 -"301853",65913,80873 -"301854",65915,102795 -"301855",65915,120959 -"301856",65916,66140 -"301857",65916,66174 -"301858",65916,70936 -"301859",65917,87117 -"301860",65917,113353 -"301861",65920,93870 -"301862",65920,118984 -"301863",65921,70905 -"301864",65922,65959 -"301865",65924,69066 -"301866",65925,99232 -"301867",65926,80663 -"301868",65926,94030 -"301869",65930,89890 -"301870",65930,99985 -"301871",65935,71467 -"301872",65935,72757 -"301873",65935,74548 -"301874",65935,80028 -"301875",65935,80134 -"301876",65935,96472 -"301877",65935,97365 -"301878",65937,65975 -"301879",65937,65989 -"301880",65938,68901 -"301881",65938,69646 -"301882",65938,76370 -"301883",65938,78842 -"301884",65938,89650 -"301885",65938,93632 -"301886",65938,108432 -"301887",65939,117090 -"301888",65939,118141 -"301889",65940,100129 -"301890",65941,66643 -"301891",65941,66704 -"301892",65941,72376 -"301893",65941,76283 -"301894",65942,122953 -"301895",65943,65966 -"301896",65943,65987 -"301897",65943,70337 -"301898",65944,67686 -"301899",65944,95992 -"301900",65945,65985 -"301901",65946,65984 -"301902",65947,66280 -"301903",65947,66687 -"301904",65947,76284 -"301905",65947,86029 -"301906",65947,115765 -"301907",65951,65952 -"301908",65951,74863 -"301909",65951,76584 -"301910",65951,85429 -"301911",65951,90925 -"301912",65951,91278 -"301913",65951,91695 -"301914",65952,77101 -"301915",65952,78493 -"301916",65952,81239 -"301917",65952,86279 -"301918",65952,87166 -"301919",65952,87198 -"301920",65952,88583 -"301921",65952,91695 -"301922",65952,92580 -"301923",65952,92785 -"301924",65952,93969 -"301925",65952,94569 -"301926",65952,94737 -"301927",65952,99974 -"301928",65952,100239 -"301929",65952,100360 -"301930",65952,110926 -"301931",65952,112240 -"301932",65952,113002 -"301933",65952,113189 -"301934",65952,116423 -"301935",65952,116430 -"301936",65952,118396 -"301937",65953,97170 -"301938",65953,112483 -"301939",65958,65977 -"301940",65960,65974 -"301941",65960,66000 -"301942",65961,81586 -"301943",65961,121523 -"301944",65962,77440 -"301945",65964,73071 -"301946",65964,100184 -"301947",65964,121241 -"301948",65966,65987 -"301949",65966,70337 -"301950",65966,82688 -"301951",65966,82725 -"301952",65966,82752 -"301953",65967,68551 -"301954",65967,100144 -"301955",65968,96508 -"301956",65969,80402 -"301957",65970,66074 -"301958",65970,66236 -"301959",65970,78617 -"301960",65970,88956 -"301961",65970,88957 -"301962",65970,88958 -"301963",65971,65981 -"301964",65972,77977 -"301965",65972,79082 -"301966",65972,90966 -"301967",65972,103193 -"301968",65972,105752 -"301969",65972,120104 -"301970",65974,66000 -"301971",65975,65989 -"301972",65979,73672 -"301973",65982,103056 -"301974",65986,66009 -"301975",65986,122413 -"301976",65987,70337 -"301977",65988,65997 -"301978",65989,71557 -"301979",65989,71791 -"301980",65989,71800 -"301981",65989,71801 -"301982",65992,78952 -"301983",65994,93052 -"301984",65994,100211 -"301985",65994,101748 -"301986",65994,116393 -"301987",65995,74465 -"301988",65998,66416 -"301989",65998,101461 -"301990",65998,118146 -"301991",65998,120677 -"301992",65998,120727 -"301993",65999,68475 -"301994",66003,70915 -"301995",66003,73039 -"301996",66003,74004 -"301997",66004,88490 -"301998",66004,92246 -"301999",66004,99553 -"302000",66004,100523 -"302001",66004,101076 -"302002",66004,122674 -"302003",66005,104591 -"302004",66006,75467 -"302005",66006,91769 -"302006",66007,66008 -"302007",66007,74235 -"302008",66007,86911 -"302009",66009,67485 -"302010",66009,79553 -"302011",66009,79556 -"302012",66009,79591 -"302013",66012,66068 -"302014",66013,67460 -"302015",66013,69921 -"302016",66014,70068 -"302017",66014,72488 -"302018",66014,81759 -"302019",66014,82287 -"302020",66015,66632 -"302021",66015,89325 -"302022",66015,92978 -"302023",66015,101021 -"302024",66015,111861 -"302025",66017,97706 -"302026",66017,99473 -"302027",66017,108797 -"302028",66017,111231 -"302029",66019,112220 -"302030",66020,72883 -"302031",66021,87935 -"302032",66021,110723 -"302033",66021,110738 -"302034",66022,85573 -"302035",66022,118453 -"302036",66022,120658 -"302037",66023,72674 -"302038",66026,73483 -"302039",66026,102053 -"302040",66026,107993 -"302041",66027,66028 -"302042",66027,69613 -"302043",66027,69733 -"302044",66027,74159 -"302045",66027,77116 -"302046",66027,79849 -"302047",66027,103074 -"302048",66027,103078 -"302049",66027,103099 -"302050",66027,121021 -"302051",66029,74274 -"302052",66029,74276 -"302053",66030,100446 -"302054",66030,100453 -"302055",66030,100454 -"302056",66031,66386 -"302057",66031,77423 -"302058",66031,87840 -"302059",66033,66038 -"302060",66035,66036 -"302061",66035,90307 -"302062",66039,66071 -"302063",66039,90846 -"302064",66039,99555 -"302065",66039,113559 -"302066",66039,115759 -"302067",66039,121929 -"302068",66040,66054 -"302069",66045,82724 -"302070",66047,66069 -"302071",66049,99947 -"302072",66050,68143 -"302073",66051,89852 -"302074",66051,101695 -"302075",66051,113287 -"302076",66052,77836 -"302077",66052,83763 -"302078",66052,89479 -"302079",66052,92820 -"302080",66052,98593 -"302081",66053,73874 -"302082",66055,70778 -"302083",66055,72060 -"302084",66055,80938 -"302085",66055,80939 -"302086",66055,80940 -"302087",66055,80941 -"302088",66055,80949 -"302089",66055,80955 -"302090",66055,80956 -"302091",66055,80957 -"302092",66055,80985 -"302093",66055,80989 -"302094",66055,81007 -"302095",66055,81022 -"302096",66055,81026 -"302097",66055,81036 -"302098",66055,81037 -"302099",66055,81038 -"302100",66055,81139 -"302101",66056,97138 -"302102",66057,75021 -"302103",66057,108068 -"302104",66057,120685 -"302105",66058,115553 -"302106",66059,66224 -"302107",66060,77217 -"302108",66060,77686 -"302109",66061,73211 -"302110",66062,73384 -"302111",66062,95308 -"302112",66062,104656 -"302113",66063,119089 -"302114",66064,70988 -"302115",66064,79593 -"302116",66066,85138 -"302117",66066,86801 -"302118",66066,86804 -"302119",66067,66082 -"302120",66067,86067 -"302121",66069,77927 -"302122",66069,77928 -"302123",66069,77932 -"302124",66072,93310 -"302125",66074,66236 -"302126",66076,68855 -"302127",66076,82486 -"302128",66076,87595 -"302129",66076,119488 -"302130",66080,75259 -"302131",66080,75260 -"302132",66080,75264 -"302133",66080,75268 -"302134",66080,75269 -"302135",66081,84622 -"302136",66081,97748 -"302137",66081,116712 -"302138",66082,86067 -"302139",66083,74366 -"302140",66084,66400 -"302141",66084,79534 -"302142",66084,83738 -"302143",66084,91591 -"302144",66084,95610 -"302145",66084,96472 -"302146",66084,115019 -"302147",66088,105038 -"302148",66088,107330 -"302149",66089,113552 -"302150",66090,81284 -"302151",66091,90960 -"302152",66091,95262 -"302153",66091,111008 -"302154",66091,111010 -"302155",66091,111011 -"302156",66092,89901 -"302157",66092,91081 -"302158",66092,91105 -"302159",66092,93658 -"302160",66093,66114 -"302161",66094,66165 -"302162",66094,66166 -"302163",66094,66167 -"302164",66094,66401 -"302165",66094,66512 -"302166",66094,66820 -"302167",66094,68060 -"302168",66094,73274 -"302169",66095,66100 -"302170",66096,67990 -"302171",66096,70904 -"302172",66097,73927 -"302173",66097,74028 -"302174",66097,93305 -"302175",66098,67348 -"302176",66098,85490 -"302177",66098,87328 -"302178",66100,68904 -"302179",66100,101914 -"302180",66103,66105 -"302181",66104,66158 -"302182",66104,66185 -"302183",66104,67655 -"302184",66106,66329 -"302185",66107,75374 -"302186",66107,84712 -"302187",66108,66109 -"302188",66108,66134 -"302189",66108,66154 -"302190",66108,71221 -"302191",66108,71334 -"302192",66108,75606 -"302193",66108,75638 -"302194",66109,66134 -"302195",66109,66154 -"302196",66110,66116 -"302197",66110,66119 -"302198",66110,68527 -"302199",66110,74863 -"302200",66110,85429 -"302201",66110,86279 -"302202",66110,97440 -"302203",66110,100239 -"302204",66110,113367 -"302205",66110,113370 -"302206",66110,114946 -"302207",66113,97035 -"302208",66115,89887 -"302209",66115,93819 -"302210",66115,97674 -"302211",66115,101087 -"302212",66115,104662 -"302213",66115,104711 -"302214",66115,106576 -"302215",66115,108577 -"302216",66115,108836 -"302217",66115,118685 -"302218",66115,118744 -"302219",66116,66119 -"302220",66116,81810 -"302221",66118,79123 -"302222",66118,104300 -"302223",66118,107644 -"302224",66120,66135 -"302225",66121,103860 -"302226",66121,114693 -"302227",66122,72920 -"302228",66123,67824 -"302229",66123,70134 -"302230",66123,70135 -"302231",66123,70136 -"302232",66124,72529 -"302233",66125,115804 -"302234",66125,115827 -"302235",66127,67468 -"302236",66127,85097 -"302237",66128,68476 -"302238",66128,95859 -"302239",66129,72129 -"302240",66130,97626 -"302241",66131,79217 -"302242",66131,80522 -"302243",66131,80528 -"302244",66131,80564 -"302245",66131,80842 -"302246",66133,90367 -"302247",66133,109999 -"302248",66134,66154 -"302249",66135,71553 -"302250",66135,71619 -"302251",66135,71620 -"302252",66136,78391 -"302253",66136,112532 -"302254",66137,78440 -"302255",66138,83071 -"302256",66138,87017 -"302257",66140,66174 -"302258",66142,66193 -"302259",66142,66296 -"302260",66143,85531 -"302261",66143,117760 -"302262",66143,119470 -"302263",66144,66181 -"302264",66145,67503 -"302265",66145,67721 -"302266",66145,68816 -"302267",66145,68909 -"302268",66145,68938 -"302269",66145,69332 -"302270",66145,69681 -"302271",66145,70610 -"302272",66145,70611 -"302273",66145,70725 -"302274",66145,71211 -"302275",66145,71505 -"302276",66145,71887 -"302277",66146,87372 -"302278",66146,87383 -"302279",66146,87394 -"302280",66146,87405 -"302281",66148,66149 -"302282",66148,66150 -"302283",66149,66150 -"302284",66150,70889 -"302285",66150,70890 -"302286",66150,70908 -"302287",66150,70952 -"302288",66150,70962 -"302289",66150,70970 -"302290",66150,71098 -"302291",66151,67520 -"302292",66151,84204 -"302293",66151,107866 -"302294",66151,111928 -"302295",66153,73205 -"302296",66155,87186 -"302297",66155,116053 -"302298",66157,117212 -"302299",66157,123103 -"302300",66158,66185 -"302301",66158,91158 -"302302",66158,101103 -"302303",66159,70166 -"302304",66160,114595 -"302305",66163,76310 -"302306",66163,90673 -"302307",66164,103975 -"302308",66165,66166 -"302309",66165,66167 -"302310",66165,66401 -"302311",66166,66167 -"302312",66168,97303 -"302313",66168,106263 -"302314",66168,121859 -"302315",66170,123078 -"302316",66171,67117 -"302317",66171,71266 -"302318",66171,71294 -"302319",66171,71343 -"302320",66172,71694 -"302321",66174,70936 -"302322",66174,74951 -"302323",66175,111692 -"302324",66176,79968 -"302325",66176,83813 -"302326",66176,83826 -"302327",66178,68621 -"302328",66180,75951 -"302329",66180,81062 -"302330",66180,87141 -"302331",66181,98578 -"302332",66181,121063 -"302333",66182,70885 -"302334",66183,76687 -"302335",66183,81279 -"302336",66183,86374 -"302337",66183,90002 -"302338",66183,94612 -"302339",66183,97347 -"302340",66183,97606 -"302341",66183,97680 -"302342",66183,97700 -"302343",66183,97701 -"302344",66184,67693 -"302345",66187,74793 -"302346",66189,103374 -"302347",66189,105905 -"302348",66190,74874 -"302349",66191,94853 -"302350",66191,117299 -"302351",66191,117300 -"302352",66192,103059 -"302353",66193,66296 -"302354",66194,88787 -"302355",66195,66220 -"302356",66197,66900 -"302357",66197,84960 -"302358",66197,103322 -"302359",66198,66205 -"302360",66200,68278 -"302361",66200,114274 -"302362",66200,115148 -"302363",66201,68529 -"302364",66203,66253 -"302365",66204,70845 -"302366",66205,70210 -"302367",66206,87563 -"302368",66206,97748 -"302369",66208,111091 -"302370",66209,73141 -"302371",66209,74650 -"302372",66209,76460 -"302373",66209,76461 -"302374",66209,76462 -"302375",66209,76473 -"302376",66209,76567 -"302377",66209,81303 -"302378",66209,90525 -"302379",66209,97704 -"302380",66209,102698 -"302381",66209,102708 -"302382",66209,108170 -"302383",66209,108173 -"302384",66210,88633 -"302385",66212,81838 -"302386",66212,88126 -"302387",66213,106269 -"302388",66213,117891 -"302389",66213,122626 -"302390",66213,122639 -"302391",66214,78782 -"302392",66214,89565 -"302393",66214,112689 -"302394",66214,117843 -"302395",66216,69100 -"302396",66216,73203 -"302397",66217,72567 -"302398",66217,79952 -"302399",66219,66231 -"302400",66222,66223 -"302401",66222,66263 -"302402",66222,66312 -"302403",66222,66353 -"302404",66223,66263 -"302405",66223,66312 -"302406",66223,66353 -"302407",66224,68723 -"302408",66224,71719 -"302409",66225,99254 -"302410",66225,100992 -"302411",66225,113826 -"302412",66228,71779 -"302413",66228,79636 -"302414",66228,89375 -"302415",66228,92716 -"302416",66228,92748 -"302417",66228,94802 -"302418",66229,82254 -"302419",66233,88567 -"302420",66234,83440 -"302421",66234,87558 -"302422",66235,85911 -"302423",66235,91235 -"302424",66237,75525 -"302425",66239,77736 -"302426",66240,74639 -"302427",66241,92430 -"302428",66241,98990 -"302429",66241,101620 -"302430",66241,103320 -"302431",66241,121565 -"302432",66245,71628 -"302433",66245,71640 -"302434",66245,75721 -"302435",66246,69535 -"302436",66246,69553 -"302437",66246,92066 -"302438",66246,106567 -"302439",66246,114845 -"302440",66246,116961 -"302441",66247,86697 -"302442",66248,84191 -"302443",66249,82330 -"302444",66252,78061 -"302445",66252,91635 -"302446",66252,94363 -"302447",66252,99569 -"302448",66252,110198 -"302449",66254,110542 -"302450",66256,82980 -"302451",66258,121237 -"302452",66258,121272 -"302453",66258,121282 -"302454",66260,119739 -"302455",66261,68457 -"302456",66261,69198 -"302457",66261,77565 -"302458",66261,78974 -"302459",66261,86023 -"302460",66261,87813 -"302461",66261,88773 -"302462",66261,90993 -"302463",66261,90994 -"302464",66261,92417 -"302465",66261,100319 -"302466",66261,101250 -"302467",66261,101462 -"302468",66261,109885 -"302469",66261,110742 -"302470",66261,112606 -"302471",66261,116142 -"302472",66261,116150 -"302473",66261,116151 -"302474",66261,116152 -"302475",66261,116155 -"302476",66261,116159 -"302477",66261,116163 -"302478",66261,116165 -"302479",66261,116166 -"302480",66261,116171 -"302481",66261,116677 -"302482",66261,116678 -"302483",66263,66312 -"302484",66263,66353 -"302485",66264,66281 -"302486",66265,82476 -"302487",66267,70453 -"302488",66267,73161 -"302489",66267,92106 -"302490",66267,100586 -"302491",66268,76072 -"302492",66268,87615 -"302493",66270,96296 -"302494",66271,66326 -"302495",66272,66274 -"302496",66273,66330 -"302497",66275,98269 -"302498",66275,108762 -"302499",66275,110595 -"302500",66275,122698 -"302501",66277,69030 -"302502",66277,86065 -"302503",66278,78332 -"302504",66278,97354 -"302505",66280,68801 -"302506",66280,71342 -"302507",66280,72956 -"302508",66280,76284 -"302509",66280,84720 -"302510",66280,87019 -"302511",66282,66357 -"302512",66284,112958 -"302513",66284,122733 -"302514",66286,70498 -"302515",66286,74472 -"302516",66286,76921 -"302517",66286,80578 -"302518",66286,83352 -"302519",66286,85119 -"302520",66286,90677 -"302521",66286,99510 -"302522",66286,100998 -"302523",66286,101212 -"302524",66286,106567 -"302525",66286,107844 -"302526",66286,109259 -"302527",66286,114104 -"302528",66286,117073 -"302529",66286,118636 -"302530",66286,120140 -"302531",66286,122429 -"302532",66286,122435 -"302533",66287,68234 -"302534",66287,73945 -"302535",66287,78282 -"302536",66287,103542 -"302537",66288,66821 -"302538",66291,66332 -"302539",66292,83507 -"302540",66292,99118 -"302541",66292,99119 -"302542",66292,99272 -"302543",66293,66342 -"302544",66294,85509 -"302545",66294,106504 -"302546",66295,66301 -"302547",66298,68271 -"302548",66299,75592 -"302549",66300,77242 -"302550",66302,88722 -"302551",66302,89003 -"302552",66304,109468 -"302553",66304,109475 -"302554",66304,109497 -"302555",66306,84153 -"302556",66309,73674 -"302557",66309,77610 -"302558",66309,92903 -"302559",66310,75408 -"302560",66310,82600 -"302561",66310,95545 -"302562",66310,104550 -"302563",66310,111549 -"302564",66311,114795 -"302565",66312,66353 -"302566",66313,69868 -"302567",66313,89060 -"302568",66313,94917 -"302569",66313,122977 -"302570",66315,74112 -"302571",66315,99070 -"302572",66315,99904 -"302573",66316,66336 -"302574",66318,101112 -"302575",66320,96971 -"302576",66321,71766 -"302577",66322,67327 -"302578",66322,70854 -"302579",66322,71683 -"302580",66322,72568 -"302581",66322,72628 -"302582",66322,73767 -"302583",66322,78532 -"302584",66322,81609 -"302585",66322,85885 -"302586",66322,91255 -"302587",66322,92247 -"302588",66322,92352 -"302589",66322,92362 -"302590",66322,92929 -"302591",66322,93719 -"302592",66322,94906 -"302593",66322,94946 -"302594",66322,95889 -"302595",66322,96093 -"302596",66322,97988 -"302597",66322,99309 -"302598",66322,99376 -"302599",66322,99450 -"302600",66322,99471 -"302601",66322,99474 -"302602",66322,99688 -"302603",66322,100916 -"302604",66322,100944 -"302605",66322,101126 -"302606",66322,101329 -"302607",66322,105557 -"302608",66322,107199 -"302609",66322,108743 -"302610",66322,108980 -"302611",66322,109291 -"302612",66322,109933 -"302613",66322,110483 -"302614",66322,110567 -"302615",66322,110572 -"302616",66322,110630 -"302617",66322,110648 -"302618",66322,110711 -"302619",66322,110770 -"302620",66322,110869 -"302621",66322,110911 -"302622",66322,111285 -"302623",66322,111314 -"302624",66322,111362 -"302625",66322,111372 -"302626",66322,111424 -"302627",66322,111433 -"302628",66322,112422 -"302629",66322,113269 -"302630",66322,113430 -"302631",66322,114242 -"302632",66322,114842 -"302633",66322,115427 -"302634",66322,115521 -"302635",66322,115711 -"302636",66323,67499 -"302637",66323,73015 -"302638",66323,83444 -"302639",66323,99949 -"302640",66323,100486 -"302641",66323,101914 -"302642",66323,103631 -"302643",66323,103723 -"302644",66323,103732 -"302645",66323,103759 -"302646",66323,103773 -"302647",66323,110493 -"302648",66323,116552 -"302649",66324,70324 -"302650",66324,70330 -"302651",66324,70331 -"302652",66324,72210 -"302653",66325,115232 -"302654",66326,90420 -"302655",66326,91624 -"302656",66326,111294 -"302657",66327,78270 -"302658",66329,71669 -"302659",66329,74463 -"302660",66330,67491 -"302661",66333,69697 -"302662",66333,72360 -"302663",66333,72403 -"302664",66333,72563 -"302665",66333,73032 -"302666",66333,73059 -"302667",66334,72017 -"302668",66335,69641 -"302669",66335,71177 -"302670",66338,67132 -"302671",66339,89873 -"302672",66343,120699 -"302673",66344,66356 -"302674",66345,74669 -"302675",66346,72715 -"302676",66347,76245 -"302677",66347,109367 -"302678",66347,117128 -"302679",66349,66358 -"302680",66349,66359 -"302681",66349,66392 -"302682",66349,66423 -"302683",66350,88655 -"302684",66350,108177 -"302685",66351,66519 -"302686",66353,119924 -"302687",66354,74170 -"302688",66354,75212 -"302689",66354,75238 -"302690",66354,75247 -"302691",66358,66359 -"302692",66358,66392 -"302693",66358,66423 -"302694",66359,66392 -"302695",66359,66423 -"302696",66360,100040 -"302697",66360,101015 -"302698",66360,109417 -"302699",66360,110186 -"302700",66362,92347 -"302701",66362,117393 -"302702",66363,104131 -"302703",66365,72173 -"302704",66366,66367 -"302705",66366,66446 -"302706",66366,66488 -"302707",66366,66489 -"302708",66366,66493 -"302709",66367,66446 -"302710",66367,66488 -"302711",66367,66489 -"302712",66367,66493 -"302713",66368,66399 -"302714",66368,66407 -"302715",66368,68730 -"302716",66369,66798 -"302717",66369,69715 -"302718",66369,70233 -"302719",66369,71683 -"302720",66369,73295 -"302721",66369,76131 -"302722",66369,77166 -"302723",66369,83828 -"302724",66369,88869 -"302725",66369,89587 -"302726",66369,91194 -"302727",66369,91205 -"302728",66369,92035 -"302729",66369,92618 -"302730",66369,95748 -"302731",66369,98985 -"302732",66369,99542 -"302733",66369,103111 -"302734",66369,106042 -"302735",66369,107987 -"302736",66369,116498 -"302737",66369,117047 -"302738",66369,117072 -"302739",66369,117074 -"302740",66371,103288 -"302741",66373,78665 -"302742",66375,66448 -"302743",66375,66520 -"302744",66375,66615 -"302745",66375,99402 -"302746",66375,99439 -"302747",66376,82593 -"302748",66376,82848 -"302749",66376,90884 -"302750",66376,95740 -"302751",66376,115878 -"302752",66376,119799 -"302753",66376,119852 -"302754",66377,66482 -"302755",66377,79347 -"302756",66379,69956 -"302757",66379,70018 -"302758",66380,66382 -"302759",66382,70867 -"302760",66382,72089 -"302761",66382,75311 -"302762",66383,68908 -"302763",66383,69058 -"302764",66383,69076 -"302765",66383,110421 -"302766",66384,66629 -"302767",66384,105866 -"302768",66387,79144 -"302769",66387,88332 -"302770",66389,68429 -"302771",66390,97764 -"302772",66390,121787 -"302773",66392,66423 -"302774",66392,89123 -"302775",66394,78443 -"302776",66394,92183 -"302777",66396,117968 -"302778",66396,121374 -"302779",66397,82089 -"302780",66397,82771 -"302781",66397,85545 -"302782",66397,88140 -"302783",66397,94834 -"302784",66397,98385 -"302785",66398,100026 -"302786",66398,100045 -"302787",66398,100057 -"302788",66398,110038 -"302789",66398,112158 -"302790",66399,66407 -"302791",66402,82532 -"302792",66403,85563 -"302793",66404,69413 -"302794",66405,66414 -"302795",66406,92988 -"302796",66406,115884 -"302797",66408,73773 -"302798",66411,110000 -"302799",66412,83100 -"302800",66412,88643 -"302801",66412,113108 -"302802",66413,74628 -"302803",66413,105063 -"302804",66413,114174 -"302805",66413,114178 -"302806",66415,83705 -"302807",66416,101461 -"302808",66416,118146 -"302809",66416,120677 -"302810",66416,120727 -"302811",66417,69720 -"302812",66417,76029 -"302813",66418,96502 -"302814",66418,102768 -"302815",66419,112897 -"302816",66420,89021 -"302817",66420,112052 -"302818",66422,70515 -"302819",66422,110034 -"302820",66423,72752 -"302821",66423,82119 -"302822",66424,70023 -"302823",66425,80961 -"302824",66428,73258 -"302825",66428,73290 -"302826",66429,101677 -"302827",66430,111551 -"302828",66433,111409 -"302829",66434,71219 -"302830",66434,88879 -"302831",66435,67865 -"302832",66435,79169 -"302833",66435,97717 -"302834",66435,97777 -"302835",66435,97797 -"302836",66435,97808 -"302837",66435,97814 -"302838",66436,66478 -"302839",66436,66503 -"302840",66437,119271 -"302841",66437,121379 -"302842",66438,100623 -"302843",66439,66814 -"302844",66441,66473 -"302845",66442,81505 -"302846",66442,81534 -"302847",66442,86863 -"302848",66442,87008 -"302849",66443,66480 -"302850",66444,66462 -"302851",66444,66507 -"302852",66446,66488 -"302853",66446,66489 -"302854",66446,66493 -"302855",66448,66520 -"302856",66448,66615 -"302857",66449,88641 -"302858",66451,72411 -"302859",66451,99546 -"302860",66453,72265 -"302861",66453,83768 -"302862",66455,76125 -"302863",66455,82746 -"302864",66456,113102 -"302865",66457,90361 -"302866",66457,108428 -"302867",66461,84608 -"302868",66461,106682 -"302869",66462,66507 -"302870",66463,75151 -"302871",66464,66465 -"302872",66466,66531 -"302873",66466,114480 -"302874",66466,114531 -"302875",66467,66757 -"302876",66467,66979 -"302877",66468,71327 -"302878",66468,94423 -"302879",66469,91690 -"302880",66470,112415 -"302881",66471,66509 -"302882",66474,77173 -"302883",66474,77346 -"302884",66474,77396 -"302885",66474,77401 -"302886",66474,77407 -"302887",66474,77417 -"302888",66474,77418 -"302889",66474,77480 -"302890",66474,77532 -"302891",66475,91470 -"302892",66475,97461 -"302893",66476,104269 -"302894",66476,104480 -"302895",66476,120809 -"302896",66478,66503 -"302897",66478,80726 -"302898",66478,83985 -"302899",66479,66621 -"302900",66481,70054 -"302901",66481,109090 -"302902",66482,72015 -"302903",66482,75103 -"302904",66482,79246 -"302905",66482,81211 -"302906",66482,81368 -"302907",66482,81414 -"302908",66483,85447 -"302909",66483,89551 -"302910",66485,66497 -"302911",66485,66523 -"302912",66487,71658 -"302913",66487,91024 -"302914",66488,66489 -"302915",66488,66493 -"302916",66488,67355 -"302917",66488,67359 -"302918",66488,74402 -"302919",66488,74509 -"302920",66488,74522 -"302921",66488,74569 -"302922",66488,74604 -"302923",66488,75111 -"302924",66488,75166 -"302925",66489,66493 -"302926",66490,82327 -"302927",66496,66521 -"302928",66497,66523 -"302929",66498,70848 -"302930",66498,72306 -"302931",66498,93004 -"302932",66501,66522 -"302933",66501,97297 -"302934",66502,81282 -"302935",66502,121855 -"302936",66503,79394 -"302937",66504,91068 -"302938",66504,106027 -"302939",66507,71115 -"302940",66510,119955 -"302941",66511,77204 -"302942",66511,79518 -"302943",66511,103537 -"302944",66511,104834 -"302945",66511,104852 -"302946",66511,121884 -"302947",66512,68060 -"302948",66513,68193 -"302949",66515,66577 -"302950",66518,80946 -"302951",66520,66615 -"302952",66520,75493 -"302953",66520,89613 -"302954",66520,93535 -"302955",66520,108694 -"302956",66520,112540 -"302957",66523,71510 -"302958",66523,72065 -"302959",66523,72069 -"302960",66523,72070 -"302961",66523,72072 -"302962",66523,72077 -"302963",66523,72088 -"302964",66523,72102 -"302965",66523,72106 -"302966",66523,72107 -"302967",66525,66532 -"302968",66525,104901 -"302969",66525,116967 -"302970",66527,80505 -"302971",66527,86375 -"302972",66527,89918 -"302973",66528,67947 -"302974",66528,68167 -"302975",66528,72605 -"302976",66528,72636 -"302977",66528,72970 -"302978",66529,100505 -"302979",66529,104487 -"302980",66529,104488 -"302981",66529,110148 -"302982",66529,119990 -"302983",66530,66533 -"302984",66530,66599 -"302985",66531,72006 -"302986",66531,83479 -"302987",66531,83662 -"302988",66533,66599 -"302989",66534,73253 -"302990",66534,86098 -"302991",66534,89777 -"302992",66535,66581 -"302993",66537,94654 -"302994",66537,120862 -"302995",66537,123385 -"302996",66540,70170 -"302997",66540,76329 -"302998",66540,104602 -"302999",66542,66543 -"303000",66542,66608 -"303001",66543,66608 -"303002",66544,66593 -"303003",66544,92044 -"303004",66544,107274 -"303005",66545,74771 -"303006",66546,66588 -"303007",66547,67631 -"303008",66547,67847 -"303009",66547,67858 -"303010",66547,67870 -"303011",66547,67876 -"303012",66547,67877 -"303013",66548,66828 -"303014",66548,71566 -"303015",66548,118889 -"303016",66549,73619 -"303017",66549,73621 -"303018",66550,111437 -"303019",66550,111573 -"303020",66552,104014 -"303021",66554,66598 -"303022",66555,100225 -"303023",66555,118570 -"303024",66556,66875 -"303025",66557,87519 -"303026",66557,92419 -"303027",66558,84893 -"303028",66560,69000 -"303029",66560,69002 -"303030",66560,71757 -"303031",66560,83829 -"303032",66561,66688 -"303033",66561,117067 -"303034",66565,66580 -"303035",66565,71113 -"303036",66565,88012 -"303037",66565,98379 -"303038",66565,102047 -"303039",66565,107653 -"303040",66566,73844 -"303041",66566,91472 -"303042",66566,100074 -"303043",66566,102284 -"303044",66566,110683 -"303045",66566,121194 -"303046",66566,123322 -"303047",66567,85392 -"303048",66569,115333 -"303049",66569,115335 -"303050",66570,108357 -"303051",66571,68769 -"303052",66571,69133 -"303053",66573,101438 -"303054",66575,66595 -"303055",66576,69828 -"303056",66576,113677 -"303057",66583,74197 -"303058",66583,75675 -"303059",66583,82179 -"303060",66584,70145 -"303061",66585,112894 -"303062",66586,72527 -"303063",66586,72603 -"303064",66587,67547 -"303065",66587,72689 -"303066",66588,108321 -"303067",66588,108327 -"303068",66588,108331 -"303069",66588,111678 -"303070",66589,88970 -"303071",66590,97308 -"303072",66590,119077 -"303073",66591,83172 -"303074",66592,80729 -"303075",66592,89820 -"303076",66592,91687 -"303077",66592,99560 -"303078",66592,104261 -"303079",66595,82653 -"303080",66595,86443 -"303081",66595,96366 -"303082",66597,72491 -"303083",66597,72937 -"303084",66600,66651 -"303085",66600,74499 -"303086",66601,67860 -"303087",66601,80719 -"303088",66601,93865 -"303089",66602,66618 -"303090",66602,85775 -"303091",66602,117764 -"303092",66603,68005 -"303093",66604,109059 -"303094",66604,120576 -"303095",66604,120602 -"303096",66605,72152 -"303097",66606,66668 -"303098",66609,85553 -"303099",66609,87447 -"303100",66609,111858 -"303101",66609,117318 -"303102",66611,69899 -"303103",66612,91925 -"303104",66614,66798 -"303105",66614,66808 -"303106",66614,109416 -"303107",66616,67659 -"303108",66616,98912 -"303109",66617,67868 -"303110",66618,66620 -"303111",66618,85775 -"303112",66620,85629 -"303113",66620,93693 -"303114",66621,66628 -"303115",66622,86193 -"303116",66622,109828 -"303117",66622,110399 -"303118",66622,111947 -"303119",66623,66626 -"303120",66626,67563 -"303121",66626,71045 -"303122",66627,67598 -"303123",66627,89693 -"303124",66629,69355 -"303125",66629,69383 -"303126",66630,66817 -"303127",66630,72048 -"303128",66632,83468 -"303129",66632,89325 -"303130",66632,92978 -"303131",66632,101021 -"303132",66632,106821 -"303133",66632,111861 -"303134",66632,120569 -"303135",66632,120584 -"303136",66632,120585 -"303137",66632,120586 -"303138",66632,120604 -"303139",66632,120627 -"303140",66632,120628 -"303141",66632,120629 -"303142",66632,120630 -"303143",66632,120652 -"303144",66632,123420 -"303145",66632,123421 -"303146",66633,84351 -"303147",66633,89314 -"303148",66633,120780 -"303149",66634,83267 -"303150",66634,83298 -"303151",66635,74994 -"303152",66635,78810 -"303153",66635,92066 -"303154",66636,67927 -"303155",66636,71379 -"303156",66636,71898 -"303157",66636,74629 -"303158",66636,74663 -"303159",66637,66659 -"303160",66637,67596 -"303161",66637,72069 -"303162",66639,78145 -"303163",66639,78497 -"303164",66639,94194 -"303165",66641,66764 -"303166",66643,66704 -"303167",66644,90153 -"303168",66645,67685 -"303169",66645,83302 -"303170",66645,118758 -"303171",66647,68728 -"303172",66650,68499 -"303173",66650,68634 -"303174",66650,71161 -"303175",66652,69497 -"303176",66653,66678 -"303177",66653,111143 -"303178",66655,99921 -"303179",66658,93094 -"303180",66661,85259 -"303181",66661,90182 -"303182",66663,68697 -"303183",66663,90717 -"303184",66664,73305 -"303185",66664,90939 -"303186",66664,91905 -"303187",66664,101616 -"303188",66664,102705 -"303189",66664,107396 -"303190",66664,112765 -"303191",66664,112767 -"303192",66664,117402 -"303193",66665,69934 -"303194",66666,94913 -"303195",66671,66854 -"303196",66672,86458 -"303197",66673,70095 -"303198",66674,76466 -"303199",66674,91577 -"303200",66675,77511 -"303201",66677,78968 -"303202",66679,66876 -"303203",66680,88762 -"303204",66680,88845 -"303205",66681,85210 -"303206",66681,85221 -"303207",66681,85223 -"303208",66681,85235 -"303209",66681,85236 -"303210",66682,82656 -"303211",66682,94721 -"303212",66682,95542 -"303213",66682,97800 -"303214",66682,122663 -"303215",66683,88237 -"303216",66684,66851 -"303217",66685,68711 -"303218",66685,68754 -"303219",66686,75825 -"303220",66687,73055 -"303221",66687,73061 -"303222",66687,76284 -"303223",66687,91922 -"303224",66687,99593 -"303225",66689,73199 -"303226",66689,87044 -"303227",66689,104527 -"303228",66689,113449 -"303229",66690,69842 -"303230",66691,66694 -"303231",66691,78323 -"303232",66691,81599 -"303233",66691,94516 -"303234",66693,73706 -"303235",66693,82169 -"303236",66693,83523 -"303237",66693,84204 -"303238",66693,86319 -"303239",66693,87947 -"303240",66693,111305 -"303241",66693,119591 -"303242",66693,119651 -"303243",66695,75651 -"303244",66695,75652 -"303245",66695,78560 -"303246",66695,84887 -"303247",66696,73777 -"303248",66696,119843 -"303249",66697,122758 -"303250",66697,122762 -"303251",66698,82841 -"303252",66698,98992 -"303253",66703,84896 -"303254",66703,122621 -"303255",66705,66885 -"303256",66707,110990 -"303257",66708,76824 -"303258",66708,90626 -"303259",66708,110520 -"303260",66708,115455 -"303261",66709,92006 -"303262",66709,109341 -"303263",66712,91316 -"303264",66712,103483 -"303265",66713,70340 -"303266",66713,70341 -"303267",66714,92998 -"303268",66716,88138 -"303269",66717,71380 -"303270",66717,72535 -"303271",66717,81861 -"303272",66717,89645 -"303273",66717,91164 -"303274",66717,95721 -"303275",66717,96007 -"303276",66717,99435 -"303277",66718,68604 -"303278",66718,79149 -"303279",66718,106965 -"303280",66720,71393 -"303281",66722,90393 -"303282",66725,85436 -"303283",66725,95678 -"303284",66725,99099 -"303285",66725,116993 -"303286",66726,86514 -"303287",66726,105511 -"303288",66728,119658 -"303289",66729,74753 -"303290",66729,92033 -"303291",66729,92680 -"303292",66729,106339 -"303293",66730,79054 -"303294",66730,81674 -"303295",66731,80777 -"303296",66731,83733 -"303297",66731,94290 -"303298",66731,95595 -"303299",66731,95829 -"303300",66731,95836 -"303301",66733,66970 -"303302",66733,68701 -"303303",66733,70767 -"303304",66733,84616 -"303305",66733,87761 -"303306",66733,120273 -"303307",66733,120276 -"303308",66734,66754 -"303309",66734,66755 -"303310",66734,66767 -"303311",66735,67110 -"303312",66737,84121 -"303313",66737,87252 -"303314",66740,79656 -"303315",66740,88707 -"303316",66740,95074 -"303317",66740,104740 -"303318",66740,108392 -"303319",66741,98060 -"303320",66742,67749 -"303321",66743,80822 -"303322",66744,68569 -"303323",66744,70485 -"303324",66744,77871 -"303325",66744,78415 -"303326",66744,96513 -"303327",66744,99070 -"303328",66744,101967 -"303329",66744,104662 -"303330",66744,105207 -"303331",66744,106576 -"303332",66744,113473 -"303333",66744,120033 -"303334",66746,73687 -"303335",66747,99152 -"303336",66748,75740 -"303337",66748,116190 -"303338",66749,66961 -"303339",66750,69223 -"303340",66750,71059 -"303341",66750,76682 -"303342",66750,86553 -"303343",66750,90789 -"303344",66750,94987 -"303345",66750,98056 -"303346",66750,118430 -"303347",66750,119824 -"303348",66750,123225 -"303349",66750,123246 -"303350",66750,123251 -"303351",66750,123254 -"303352",66753,100126 -"303353",66754,66755 -"303354",66754,66767 -"303355",66755,66767 -"303356",66756,74126 -"303357",66756,85056 -"303358",66756,88684 -"303359",66756,100055 -"303360",66756,100655 -"303361",66756,104624 -"303362",66756,106153 -"303363",66756,106165 -"303364",66756,118546 -"303365",66757,66979 -"303366",66758,96850 -"303367",66759,77552 -"303368",66759,118088 -"303369",66759,120098 -"303370",66760,95288 -"303371",66760,107359 -"303372",66760,114050 -"303373",66763,72318 -"303374",66766,73092 -"303375",66767,105418 -"303376",66768,66809 -"303377",66768,67409 -"303378",66768,67415 -"303379",66768,67469 -"303380",66768,68108 -"303381",66769,66786 -"303382",66770,78325 -"303383",66770,82151 -"303384",66770,92926 -"303385",66771,68655 -"303386",66772,78903 -"303387",66772,86569 -"303388",66775,71475 -"303389",66775,73172 -"303390",66775,89790 -"303391",66775,91151 -"303392",66775,95868 -"303393",66775,108723 -"303394",66775,122024 -"303395",66775,122034 -"303396",66775,122038 -"303397",66776,95072 -"303398",66777,66796 -"303399",66777,66806 -"303400",66777,66816 -"303401",66779,96868 -"303402",66779,102599 -"303403",66779,104476 -"303404",66780,66831 -"303405",66780,66842 -"303406",66782,79484 -"303407",66782,94573 -"303408",66782,115157 -"303409",66784,66803 -"303410",66785,74252 -"303411",66785,96231 -"303412",66785,96239 -"303413",66787,107408 -"303414",66789,68678 -"303415",66790,66791 -"303416",66793,66839 -"303417",66794,66832 -"303418",66796,66806 -"303419",66796,66816 -"303420",66797,94757 -"303421",66798,66808 -"303422",66798,69715 -"303423",66798,77166 -"303424",66798,106042 -"303425",66798,117047 -"303426",66798,117072 -"303427",66798,117074 -"303428",66799,96922 -"303429",66800,75659 -"303430",66800,103499 -"303431",66801,95795 -"303432",66802,66807 -"303433",66802,90586 -"303434",66802,113683 -"303435",66805,68715 -"303436",66805,69887 -"303437",66805,83228 -"303438",66805,107997 -"303439",66805,110561 -"303440",66806,66816 -"303441",66811,91681 -"303442",66813,66844 -"303443",66815,114396 -"303444",66818,81012 -"303445",66819,86972 -"303446",66821,95141 -"303447",66823,66846 -"303448",66823,81019 -"303449",66823,82965 -"303450",66824,66825 -"303451",66824,69323 -"303452",66824,85640 -"303453",66825,83881 -"303454",66825,91425 -"303455",66827,72207 -"303456",66831,66842 -"303457",66833,73975 -"303458",66834,98098 -"303459",66834,98122 -"303460",66834,98124 -"303461",66835,66882 -"303462",66837,66883 -"303463",66837,67241 -"303464",66837,67398 -"303465",66837,67418 -"303466",66839,73682 -"303467",66839,82604 -"303468",66839,100556 -"303469",66840,95431 -"303470",66841,74532 -"303471",66842,71227 -"303472",66842,84164 -"303473",66842,106447 -"303474",66842,106470 -"303475",66842,106473 -"303476",66842,106483 -"303477",66843,93102 -"303478",66844,75681 -"303479",66846,81019 -"303480",66846,82965 -"303481",66848,66868 -"303482",66848,66910 -"303483",66848,66924 -"303484",66849,69439 -"303485",66850,66934 -"303486",66850,83490 -"303487",66852,66920 -"303488",66852,79359 -"303489",66852,81670 -"303490",66852,84098 -"303491",66852,84576 -"303492",66852,90852 -"303493",66852,93346 -"303494",66852,94257 -"303495",66852,94781 -"303496",66852,97634 -"303497",66852,101735 -"303498",66852,110890 -"303499",66854,67143 -"303500",66856,87173 -"303501",66856,113908 -"303502",66858,66859 -"303503",66860,66891 -"303504",66860,84256 -"303505",66860,95865 -"303506",66860,108697 -"303507",66860,115987 -"303508",66861,67923 -"303509",66861,77899 -"303510",66861,99534 -"303511",66862,73476 -"303512",66863,104986 -"303513",66864,75410 -"303514",66864,75437 -"303515",66865,69806 -"303516",66865,78468 -"303517",66865,115106 -"303518",66865,115238 -"303519",66866,88203 -"303520",66867,84789 -"303521",66867,89083 -"303522",66868,66910 -"303523",66868,66924 -"303524",66869,67861 -"303525",66869,74129 -"303526",66869,86561 -"303527",66869,89895 -"303528",66869,93121 -"303529",66870,117619 -"303530",66871,67558 -"303531",66872,66913 -"303532",66872,97913 -"303533",66875,73172 -"303534",66875,77852 -"303535",66877,80670 -"303536",66877,84167 -"303537",66879,79264 -"303538",66879,79408 -"303539",66879,83723 -"303540",66879,93327 -"303541",66880,81045 -"303542",66881,77413 -"303543",66881,108199 -"303544",66881,115761 -"303545",66881,115772 -"303546",66883,67241 -"303547",66883,67398 -"303548",66883,67855 -"303549",66883,70005 -"303550",66883,74295 -"303551",66884,66927 -"303552",66884,71854 -"303553",66884,73746 -"303554",66884,75291 -"303555",66886,66892 -"303556",66886,100502 -"303557",66887,87816 -"303558",66887,101187 -"303559",66890,90835 -"303560",66890,91318 -"303561",66891,67126 -"303562",66891,75946 -"303563",66891,83980 -"303564",66891,107190 -"303565",66891,107233 -"303566",66895,77545 -"303567",66900,91731 -"303568",66904,84750 -"303569",66904,87047 -"303570",66904,87079 -"303571",66904,90395 -"303572",66904,100368 -"303573",66906,100540 -"303574",66908,86594 -"303575",66909,72920 -"303576",66909,74904 -"303577",66909,78538 -"303578",66910,66924 -"303579",66911,77572 -"303580",66911,90990 -"303581",66911,93174 -"303582",66911,109549 -"303583",66911,110307 -"303584",66915,114226 -"303585",66916,72026 -"303586",66917,66949 -"303587",66917,66972 -"303588",66917,66973 -"303589",66921,71885 -"303590",66922,90497 -"303591",66922,95047 -"303592",66926,74895 -"303593",66926,74903 -"303594",66926,76511 -"303595",66927,71854 -"303596",66927,75291 -"303597",66928,72678 -"303598",66929,66935 -"303599",66929,66936 -"303600",66929,66937 -"303601",66929,66951 -"303602",66929,66952 -"303603",66929,66964 -"303604",66929,66965 -"303605",66929,66980 -"303606",66929,66989 -"303607",66931,73420 -"303608",66931,78283 -"303609",66931,78391 -"303610",66931,99429 -"303611",66931,121301 -"303612",66932,67874 -"303613",66933,78270 -"303614",66933,94284 -"303615",66933,97273 -"303616",66934,74399 -"303617",66934,88589 -"303618",66934,97309 -"303619",66934,108998 -"303620",66934,120020 -"303621",66935,66936 -"303622",66935,66937 -"303623",66935,66951 -"303624",66935,66952 -"303625",66935,66964 -"303626",66935,66965 -"303627",66935,66980 -"303628",66935,66989 -"303629",66936,66937 -"303630",66936,66951 -"303631",66936,66952 -"303632",66936,66964 -"303633",66936,66965 -"303634",66936,66980 -"303635",66936,66989 -"303636",66937,66951 -"303637",66937,66952 -"303638",66937,66964 -"303639",66937,66965 -"303640",66937,66980 -"303641",66937,66989 -"303642",66938,93831 -"303643",66938,93912 -"303644",66938,97218 -"303645",66941,67004 -"303646",66942,73852 -"303647",66943,78055 -"303648",66943,98240 -"303649",66943,110010 -"303650",66943,111689 -"303651",66944,68010 -"303652",66944,68213 -"303653",66944,123427 -"303654",66946,96381 -"303655",66947,66955 -"303656",66947,67141 -"303657",66948,66991 -"303658",66949,66972 -"303659",66949,66973 -"303660",66950,88462 -"303661",66950,99263 -"303662",66950,105019 -"303663",66950,105030 -"303664",66951,66952 -"303665",66951,66964 -"303666",66951,66965 -"303667",66951,66980 -"303668",66951,66989 -"303669",66952,66964 -"303670",66952,66965 -"303671",66952,66980 -"303672",66952,66989 -"303673",66953,98857 -"303674",66954,98503 -"303675",66954,106457 -"303676",66954,106474 -"303677",66955,67141 -"303678",66959,75837 -"303679",66960,75829 -"303680",66960,78548 -"303681",66960,92146 -"303682",66960,92147 -"303683",66960,92165 -"303684",66960,92183 -"303685",66962,68157 -"303686",66962,95147 -"303687",66963,67201 -"303688",66964,66965 -"303689",66964,66980 -"303690",66964,66989 -"303691",66965,66980 -"303692",66965,66989 -"303693",66966,84584 -"303694",66966,90516 -"303695",66966,121790 -"303696",66967,78975 -"303697",66967,83939 -"303698",66967,84530 -"303699",66967,89210 -"303700",66971,108984 -"303701",66971,118434 -"303702",66972,66973 -"303703",66974,71763 -"303704",66974,100043 -"303705",66976,78556 -"303706",66976,105923 -"303707",66978,85520 -"303708",66978,114333 -"303709",66980,66989 -"303710",66981,72090 -"303711",66981,79266 -"303712",66981,90662 -"303713",66983,80825 -"303714",66983,80835 -"303715",66983,111220 -"303716",66983,117224 -"303717",66985,67127 -"303718",66985,67331 -"303719",66985,67450 -"303720",66985,69721 -"303721",66986,94390 -"303722",66987,88600 -"303723",66987,93977 -"303724",66988,70339 -"303725",66990,75141 -"303726",66990,96176 -"303727",66990,109233 -"303728",66990,119022 -"303729",66994,68586 -"303730",66994,68688 -"303731",66994,80911 -"303732",66994,85646 -"303733",66995,66996 -"303734",67000,72160 -"303735",67004,87685 -"303736",67004,92422 -"303737",67004,92442 -"303738",67005,67948 -"303739",67006,71222 -"303740",67006,71641 -"303741",67007,73945 -"303742",67008,68688 -"303743",67008,68726 -"303744",67008,119301 -"303745",67008,119856 -"303746",67008,120164 -"303747",67009,81455 -"303748",67009,99103 -"303749",67011,85358 -"303750",67012,88189 -"303751",67012,99324 -"303752",67013,76492 -"303753",67013,94700 -"303754",67014,67114 -"303755",67015,96728 -"303756",67015,96738 -"303757",67015,110458 -"303758",67016,67037 -"303759",67016,67038 -"303760",67017,67479 -"303761",67017,95078 -"303762",67017,95079 -"303763",67017,95205 -"303764",67018,67041 -"303765",67018,69072 -"303766",67018,84466 -"303767",67018,88692 -"303768",67018,111172 -"303769",67022,67029 -"303770",67022,67609 -"303771",67023,69948 -"303772",67024,67042 -"303773",67024,67058 -"303774",67024,67061 -"303775",67024,67108 -"303776",67024,119765 -"303777",67024,119767 -"303778",67025,67235 -"303779",67025,75040 -"303780",67026,67054 -"303781",67026,67055 -"303782",67026,67326 -"303783",67026,67343 -"303784",67027,67045 -"303785",67027,76190 -"303786",67028,81131 -"303787",67028,81312 -"303788",67028,115428 -"303789",67029,67609 -"303790",67031,68369 -"303791",67032,95543 -"303792",67032,120500 -"303793",67035,87029 -"303794",67037,67038 -"303795",67038,80930 -"303796",67038,103668 -"303797",67039,76345 -"303798",67039,93759 -"303799",67039,118273 -"303800",67040,83116 -"303801",67041,101295 -"303802",67041,121046 -"303803",67042,67058 -"303804",67042,67061 -"303805",67042,67108 -"303806",67044,72461 -"303807",67045,76190 -"303808",67047,79618 -"303809",67047,84959 -"303810",67047,94069 -"303811",67048,69429 -"303812",67049,82039 -"303813",67049,90405 -"303814",67052,115377 -"303815",67052,119535 -"303816",67053,67651 -"303817",67054,67055 -"303818",67054,67326 -"303819",67054,67343 -"303820",67055,67326 -"303821",67055,67343 -"303822",67056,67057 -"303823",67056,67063 -"303824",67056,67064 -"303825",67057,67063 -"303826",67057,67064 -"303827",67058,67061 -"303828",67058,67108 -"303829",67059,85283 -"303830",67059,96468 -"303831",67059,99346 -"303832",67059,102586 -"303833",67059,111448 -"303834",67059,111505 -"303835",67060,67068 -"303836",67061,67108 -"303837",67062,96624 -"303838",67062,114703 -"303839",67063,67064 -"303840",67063,79609 -"303841",67066,67255 -"303842",67067,78872 -"303843",67067,106017 -"303844",67068,82341 -"303845",67068,90906 -"303846",67068,92269 -"303847",67068,92297 -"303848",67071,67320 -"303849",67074,67140 -"303850",67074,67153 -"303851",67078,86479 -"303852",67079,101877 -"303853",67079,101890 -"303854",67080,70303 -"303855",67081,69848 -"303856",67081,94132 -"303857",67081,96118 -"303858",67081,99643 -"303859",67081,99651 -"303860",67081,99654 -"303861",67081,99655 -"303862",67081,99661 -"303863",67081,99663 -"303864",67082,103068 -"303865",67082,112803 -"303866",67082,114450 -"303867",67083,86706 -"303868",67083,97297 -"303869",67083,104207 -"303870",67084,71338 -"303871",67088,79096 -"303872",67089,116571 -"303873",67090,74407 -"303874",67091,78403 -"303875",67091,78975 -"303876",67091,80343 -"303877",67091,87952 -"303878",67091,97834 -"303879",67091,98887 -"303880",67091,106906 -"303881",67093,75884 -"303882",67093,85359 -"303883",67093,89273 -"303884",67093,116360 -"303885",67093,122759 -"303886",67094,67231 -"303887",67094,67238 -"303888",67095,67197 -"303889",67095,109854 -"303890",67096,104462 -"303891",67098,72074 -"303892",67100,110819 -"303893",67100,114015 -"303894",67100,119030 -"303895",67101,87637 -"303896",67101,119566 -"303897",67102,93136 -"303898",67102,95153 -"303899",67102,100205 -"303900",67102,100229 -"303901",67102,100442 -"303902",67102,101180 -"303903",67102,109764 -"303904",67102,114954 -"303905",67103,76309 -"303906",67103,114099 -"303907",67106,94274 -"303908",67109,69410 -"303909",67109,69445 -"303910",67110,67652 -"303911",67110,67669 -"303912",67110,68358 -"303913",67110,68373 -"303914",67115,67166 -"303915",67115,75526 -"303916",67115,77871 -"303917",67115,107533 -"303918",67116,74059 -"303919",67116,94123 -"303920",67116,94127 -"303921",67116,114344 -"303922",67117,71266 -"303923",67117,71294 -"303924",67117,71343 -"303925",67118,67148 -"303926",67118,75243 -"303927",67118,108006 -"303928",67119,74363 -"303929",67120,67157 -"303930",67120,111396 -"303931",67120,120578 -"303932",67121,79651 -"303933",67123,67124 -"303934",67123,67135 -"303935",67123,67487 -"303936",67123,67492 -"303937",67123,67510 -"303938",67123,67565 -"303939",67124,67135 -"303940",67125,71318 -"303941",67125,71809 -"303942",67125,75362 -"303943",67127,67331 -"303944",67127,67450 -"303945",67127,71718 -"303946",67128,103539 -"303947",67129,70787 -"303948",67129,72654 -"303949",67129,114903 -"303950",67130,78401 -"303951",67131,86954 -"303952",67132,112288 -"303953",67133,78711 -"303954",67133,78712 -"303955",67133,95306 -"303956",67136,120371 -"303957",67137,81737 -"303958",67137,94335 -"303959",67137,95515 -"303960",67137,95525 -"303961",67138,70116 -"303962",67140,67153 -"303963",67140,80203 -"303964",67143,67151 -"303965",67144,67155 -"303966",67145,68382 -"303967",67145,79382 -"303968",67145,84369 -"303969",67145,88282 -"303970",67145,88506 -"303971",67146,72879 -"303972",67147,86759 -"303973",67149,71585 -"303974",67149,71603 -"303975",67149,115525 -"303976",67150,82438 -"303977",67153,69686 -"303978",67153,99400 -"303979",67155,74687 -"303980",67156,68831 -"303981",67156,94088 -"303982",67156,94138 -"303983",67156,109181 -"303984",67156,116584 -"303985",67156,123397 -"303986",67157,75533 -"303987",67157,83933 -"303988",67157,83948 -"303989",67158,67159 -"303990",67158,67218 -"303991",67159,67218 -"303992",67162,108013 -"303993",67162,120469 -"303994",67162,123392 -"303995",67163,74755 -"303996",67163,98654 -"303997",67163,103157 -"303998",67165,73659 -"303999",67165,73743 -"304000",67165,73875 -"304001",67165,73896 -"304002",67166,121454 -"304003",67169,68077 -"304004",67170,67171 -"304005",67171,78625 -"304006",67171,110549 -"304007",67173,70121 -"304008",67175,91694 -"304009",67175,93999 -"304010",67175,110028 -"304011",67175,111687 -"304012",67176,69358 -"304013",67177,70760 -"304014",67178,74099 -"304015",67179,67185 -"304016",67181,84831 -"304017",67181,96978 -"304018",67181,99976 -"304019",67182,68600 -"304020",67183,68829 -"304021",67184,104675 -"304022",67185,78036 -"304023",67185,87391 -"304024",67185,100345 -"304025",67186,73951 -"304026",67186,78288 -"304027",67186,98892 -"304028",67186,117549 -"304029",67187,70871 -"304030",67189,67221 -"304031",67190,87801 -"304032",67191,82450 -"304033",67192,78508 -"304034",67192,90105 -"304035",67192,93888 -"304036",67192,109360 -"304037",67192,115026 -"304038",67192,118834 -"304039",67193,84745 -"304040",67193,84766 -"304041",67193,106443 -"304042",67194,67598 -"304043",67194,74300 -"304044",67194,74324 -"304045",67197,96322 -"304046",67197,109854 -"304047",67198,117073 -"304048",67198,120060 -"304049",67199,74460 -"304050",67199,85619 -"304051",67200,90702 -"304052",67200,92079 -"304053",67200,110884 -"304054",67201,80894 -"304055",67201,90304 -"304056",67201,106291 -"304057",67202,70867 -"304058",67202,71941 -"304059",67206,100541 -"304060",67206,117345 -"304061",67207,72258 -"304062",67208,85466 -"304063",67210,72171 -"304064",67211,67515 -"304065",67211,70087 -"304066",67211,71142 -"304067",67211,71333 -"304068",67211,77776 -"304069",67211,92198 -"304070",67211,93190 -"304071",67211,99947 -"304072",67211,102747 -"304073",67211,102822 -"304074",67211,115911 -"304075",67211,115925 -"304076",67211,115974 -"304077",67211,116300 -"304078",67213,69007 -"304079",67214,76725 -"304080",67214,80237 -"304081",67214,120999 -"304082",67216,67744 -"304083",67216,79410 -"304084",67216,79411 -"304085",67216,79788 -"304086",67216,90480 -"304087",67216,91261 -"304088",67216,94830 -"304089",67216,103478 -"304090",67216,113126 -"304091",67218,69559 -"304092",67219,67637 -"304093",67219,73986 -"304094",67219,74207 -"304095",67219,74215 -"304096",67221,100953 -"304097",67222,78782 -"304098",67222,79124 -"304099",67222,92724 -"304100",67222,104460 -"304101",67222,105540 -"304102",67222,105651 -"304103",67222,114974 -"304104",67224,88608 -"304105",67224,93898 -"304106",67224,111007 -"304107",67227,95258 -"304108",67227,98525 -"304109",67227,105119 -"304110",67227,112103 -"304111",67227,112669 -"304112",67227,112995 -"304113",67228,83406 -"304114",67229,71943 -"304115",67229,75196 -"304116",67229,98258 -"304117",67229,115793 -"304118",67229,116708 -"304119",67230,94887 -"304120",67231,67238 -"304121",67233,73001 -"304122",67234,67537 -"304123",67234,67561 -"304124",67235,75040 -"304125",67235,81009 -"304126",67235,91159 -"304127",67235,116861 -"304128",67237,84649 -"304129",67237,90651 -"304130",67237,112877 -"304131",67239,87958 -"304132",67240,67295 -"304133",67240,82850 -"304134",67240,82864 -"304135",67240,117060 -"304136",67241,67398 -"304137",67241,70005 -"304138",67241,70028 -"304139",67241,70069 -"304140",67241,70072 -"304141",67241,70074 -"304142",67242,82950 -"304143",67242,82951 -"304144",67242,82979 -"304145",67242,89537 -"304146",67247,67268 -"304147",67247,67318 -"304148",67248,67291 -"304149",67248,67308 -"304150",67248,76530 -"304151",67249,69921 -"304152",67250,67292 -"304153",67250,67304 -"304154",67252,69429 -"304155",67252,78971 -"304156",67252,91152 -"304157",67252,94702 -"304158",67252,107585 -"304159",67253,67275 -"304160",67253,67281 -"304161",67254,69466 -"304162",67254,97440 -"304163",67255,86466 -"304164",67255,89007 -"304165",67255,94429 -"304166",67258,68273 -"304167",67258,70207 -"304168",67258,70210 -"304169",67259,80181 -"304170",67259,87370 -"304171",67259,92183 -"304172",67259,97908 -"304173",67259,97936 -"304174",67260,67277 -"304175",67260,67319 -"304176",67261,71703 -"304177",67261,116061 -"304178",67262,67302 -"304179",67263,70021 -"304180",67266,72520 -"304181",67266,85570 -"304182",67267,67287 -"304183",67268,67318 -"304184",67269,68674 -"304185",67269,68936 -"304186",67270,68984 -"304187",67270,69021 -"304188",67270,81176 -"304189",67272,70816 -"304190",67272,93228 -"304191",67272,93229 -"304192",67273,108988 -"304193",67274,80821 -"304194",67275,67281 -"304195",67275,106531 -"304196",67275,106560 -"304197",67275,106562 -"304198",67276,75827 -"304199",67276,95688 -"304200",67277,67319 -"304201",67280,100585 -"304202",67280,102076 -"304203",67285,69872 -"304204",67285,74647 -"304205",67285,77080 -"304206",67285,84791 -"304207",67285,90960 -"304208",67285,111033 -"304209",67285,111691 -"304210",67285,116098 -"304211",67286,79475 -"304212",67286,108047 -"304213",67288,98191 -"304214",67289,76558 -"304215",67289,80738 -"304216",67289,83221 -"304217",67289,87870 -"304218",67289,90736 -"304219",67289,91842 -"304220",67289,92130 -"304221",67289,95230 -"304222",67289,95238 -"304223",67289,95258 -"304224",67289,103011 -"304225",67289,112756 -"304226",67290,109085 -"304227",67291,67308 -"304228",67292,67304 -"304229",67294,116381 -"304230",67298,76047 -"304231",67298,92943 -"304232",67298,105703 -"304233",67298,107763 -"304234",67298,107778 -"304235",67298,122161 -"304236",67299,92333 -"304237",67303,67771 -"304238",67303,69400 -"304239",67303,69401 -"304240",67303,69402 -"304241",67304,74797 -"304242",67304,76551 -"304243",67304,80885 -"304244",67304,85925 -"304245",67304,90658 -"304246",67307,77665 -"304247",67309,78025 -"304248",67309,81493 -"304249",67309,105602 -"304250",67309,111768 -"304251",67310,67885 -"304252",67311,96354 -"304253",67312,79308 -"304254",67312,114821 -"304255",67313,81527 -"304256",67313,109363 -"304257",67314,73075 -"304258",67314,78895 -"304259",67314,82003 -"304260",67314,116252 -"304261",67315,68997 -"304262",67315,108019 -"304263",67317,72839 -"304264",67317,107407 -"304265",67317,116887 -"304266",67321,71398 -"304267",67323,84559 -"304268",67323,84617 -"304269",67324,89087 -"304270",67324,114561 -"304271",67325,87724 -"304272",67326,67343 -"304273",67327,70854 -"304274",67327,71683 -"304275",67327,72568 -"304276",67327,72628 -"304277",67327,73767 -"304278",67327,78532 -"304279",67327,81609 -"304280",67327,85885 -"304281",67327,91255 -"304282",67327,92247 -"304283",67327,92352 -"304284",67327,92362 -"304285",67327,92929 -"304286",67327,93719 -"304287",67327,94906 -"304288",67327,94946 -"304289",67327,95889 -"304290",67327,96093 -"304291",67327,97988 -"304292",67327,99309 -"304293",67327,99376 -"304294",67327,99450 -"304295",67327,99471 -"304296",67327,99474 -"304297",67327,100916 -"304298",67327,100944 -"304299",67327,101126 -"304300",67327,101329 -"304301",67327,105557 -"304302",67327,107199 -"304303",67327,108743 -"304304",67327,108980 -"304305",67327,109291 -"304306",67327,109933 -"304307",67327,110483 -"304308",67327,110567 -"304309",67327,110572 -"304310",67327,110630 -"304311",67327,110648 -"304312",67327,110711 -"304313",67327,110770 -"304314",67327,110869 -"304315",67327,110911 -"304316",67327,111285 -"304317",67327,111314 -"304318",67327,111362 -"304319",67327,111372 -"304320",67327,111424 -"304321",67327,111433 -"304322",67327,112422 -"304323",67327,113269 -"304324",67327,113430 -"304325",67327,114242 -"304326",67327,114842 -"304327",67327,115427 -"304328",67327,115521 -"304329",67327,115711 -"304330",67328,67716 -"304331",67328,67732 -"304332",67328,67765 -"304333",67329,96988 -"304334",67330,101368 -"304335",67330,101373 -"304336",67331,67450 -"304337",67331,71718 -"304338",67332,67333 -"304339",67334,67382 -"304340",67334,104900 -"304341",67334,105067 -"304342",67334,117243 -"304343",67335,67380 -"304344",67335,98355 -"304345",67335,109519 -"304346",67335,109520 -"304347",67336,72857 -"304348",67336,72870 -"304349",67337,92281 -"304350",67339,76928 -"304351",67339,76956 -"304352",67339,96823 -"304353",67339,97954 -"304354",67339,97955 -"304355",67339,97972 -"304356",67339,97973 -"304357",67339,97981 -"304358",67339,97987 -"304359",67339,97994 -"304360",67339,97998 -"304361",67339,97999 -"304362",67339,98008 -"304363",67340,67389 -"304364",67340,71572 -"304365",67340,71795 -"304366",67341,82672 -"304367",67341,84512 -"304368",67345,76994 -"304369",67346,72463 -"304370",67346,74259 -"304371",67346,74383 -"304372",67351,76017 -"304373",67351,77812 -"304374",67351,79607 -"304375",67351,80615 -"304376",67352,78875 -"304377",67352,83309 -"304378",67352,85042 -"304379",67352,104340 -"304380",67353,74432 -"304381",67353,74487 -"304382",67353,74598 -"304383",67353,74600 -"304384",67355,67359 -"304385",67355,74402 -"304386",67355,74509 -"304387",67355,74522 -"304388",67355,74569 -"304389",67355,74604 -"304390",67355,75111 -"304391",67355,75166 -"304392",67358,121915 -"304393",67359,74402 -"304394",67359,74509 -"304395",67359,74522 -"304396",67359,74569 -"304397",67359,74604 -"304398",67359,75111 -"304399",67359,75166 -"304400",67360,110387 -"304401",67361,94367 -"304402",67361,94393 -"304403",67362,89675 -"304404",67363,71230 -"304405",67363,76278 -"304406",67363,76740 -"304407",67363,76786 -"304408",67363,77272 -"304409",67363,77357 -"304410",67363,77402 -"304411",67363,78248 -"304412",67363,78255 -"304413",67363,78339 -"304414",67363,78445 -"304415",67363,79022 -"304416",67363,79716 -"304417",67363,79989 -"304418",67363,80281 -"304419",67363,81728 -"304420",67363,82196 -"304421",67363,82383 -"304422",67363,82810 -"304423",67363,82854 -"304424",67363,83853 -"304425",67363,83884 -"304426",67363,84379 -"304427",67363,84613 -"304428",67363,85465 -"304429",67363,85610 -"304430",67363,86351 -"304431",67363,86451 -"304432",67363,86882 -"304433",67363,87175 -"304434",67363,87451 -"304435",67363,87521 -"304436",67363,87572 -"304437",67363,87663 -"304438",67363,87721 -"304439",67363,87862 -"304440",67363,92170 -"304441",67363,100898 -"304442",67363,111595 -"304443",67364,68659 -"304444",67366,67682 -"304445",67370,67391 -"304446",67370,67605 -"304447",67370,67672 -"304448",67371,67471 -"304449",67372,76079 -"304450",67372,76082 -"304451",67372,76197 -"304452",67373,86010 -"304453",67374,67562 -"304454",67375,86505 -"304455",67375,94462 -"304456",67375,103265 -"304457",67376,67505 -"304458",67377,75124 -"304459",67377,84285 -"304460",67377,88056 -"304461",67379,103622 -"304462",67379,121749 -"304463",67380,94293 -"304464",67381,79478 -"304465",67381,80988 -"304466",67381,83757 -"304467",67381,92627 -"304468",67381,109348 -"304469",67381,121079 -"304470",67382,96709 -"304471",67382,104900 -"304472",67382,105067 -"304473",67382,112236 -"304474",67383,93862 -"304475",67384,94478 -"304476",67384,94561 -"304477",67386,92460 -"304478",67388,95714 -"304479",67388,95716 -"304480",67388,95726 -"304481",67388,95733 -"304482",67389,96037 -"304483",67390,68429 -"304484",67390,68437 -"304485",67390,68546 -"304486",67390,80730 -"304487",67391,67605 -"304488",67391,67672 -"304489",67393,70070 -"304490",67393,74256 -"304491",67393,77565 -"304492",67393,85560 -"304493",67393,92887 -"304494",67393,100131 -"304495",67393,114822 -"304496",67395,67444 -"304497",67396,93909 -"304498",67398,67418 -"304499",67398,70028 -"304500",67398,70069 -"304501",67398,70072 -"304502",67398,70074 -"304503",67400,67401 -"304504",67401,99576 -"304505",67401,100980 -"304506",67401,115188 -"304507",67401,121619 -"304508",67402,70869 -"304509",67403,67474 -"304510",67404,67478 -"304511",67404,67482 -"304512",67404,67604 -"304513",67404,67618 -"304514",67406,68090 -"304515",67406,68149 -"304516",67407,93874 -"304517",67407,100339 -"304518",67407,106232 -"304519",67407,107443 -"304520",67408,87005 -"304521",67409,67415 -"304522",67409,67469 -"304523",67410,85521 -"304524",67410,118173 -"304525",67410,119111 -"304526",67412,98672 -"304527",67414,113932 -"304528",67415,67469 -"304529",67416,88708 -"304530",67416,88727 -"304531",67419,104774 -"304532",67420,68209 -"304533",67420,106419 -"304534",67421,88087 -"304535",67423,68235 -"304536",67423,68237 -"304537",67423,68364 -"304538",67423,70625 -"304539",67423,107637 -"304540",67424,114774 -"304541",67425,101354 -"304542",67426,72184 -"304543",67428,109926 -"304544",67428,120156 -"304545",67429,67458 -"304546",67430,67470 -"304547",67430,111546 -"304548",67430,112501 -"304549",67431,76363 -"304550",67431,109648 -"304551",67432,94681 -"304552",67433,94048 -"304553",67434,68708 -"304554",67434,74350 -"304555",67434,76009 -"304556",67434,76573 -"304557",67434,77585 -"304558",67434,78875 -"304559",67434,79766 -"304560",67434,80471 -"304561",67434,80560 -"304562",67434,82203 -"304563",67434,82767 -"304564",67434,90441 -"304565",67434,101783 -"304566",67434,104990 -"304567",67434,109319 -"304568",67434,111888 -"304569",67435,83619 -"304570",67435,97971 -"304571",67435,103521 -"304572",67436,67460 -"304573",67436,67462 -"304574",67437,86200 -"304575",67438,70686 -"304576",67438,70875 -"304577",67438,70891 -"304578",67439,92017 -"304579",67440,69329 -"304580",67440,94749 -"304581",67440,120620 -"304582",67442,67524 -"304583",67442,67550 -"304584",67443,70451 -"304585",67443,71891 -"304586",67445,77257 -"304587",67447,67931 -"304588",67447,67932 -"304589",67451,67761 -"304590",67452,74953 -"304591",67452,118814 -"304592",67454,67467 -"304593",67454,90555 -"304594",67455,67754 -"304595",67456,102632 -"304596",67456,104239 -"304597",67458,76934 -"304598",67458,84487 -"304599",67458,84527 -"304600",67460,67462 -"304601",67464,73049 -"304602",67465,111080 -"304603",67466,100437 -"304604",67466,120320 -"304605",67466,121783 -"304606",67467,82489 -"304607",67467,111494 -"304608",67472,78460 -"304609",67472,85116 -"304610",67472,104065 -"304611",67472,112032 -"304612",67472,116792 -"304613",67473,80286 -"304614",67474,69113 -"304615",67474,71677 -"304616",67474,75061 -"304617",67476,67969 -"304618",67477,88462 -"304619",67477,99491 -"304620",67477,103258 -"304621",67477,108190 -"304622",67478,67482 -"304623",67478,67604 -"304624",67478,67618 -"304625",67478,97505 -"304626",67478,102587 -"304627",67478,114733 -"304628",67481,71054 -"304629",67482,67604 -"304630",67482,67618 -"304631",67485,77873 -"304632",67485,85188 -"304633",67485,92812 -"304634",67485,107005 -"304635",67485,109001 -"304636",67485,111613 -"304637",67485,116518 -"304638",67485,117542 -"304639",67487,67492 -"304640",67487,67510 -"304641",67487,67565 -"304642",67488,82017 -"304643",67488,90190 -"304644",67488,93887 -"304645",67488,106513 -"304646",67490,76190 -"304647",67490,78420 -"304648",67490,95668 -"304649",67492,67510 -"304650",67492,67565 -"304651",67492,97611 -"304652",67492,97633 -"304653",67493,67750 -"304654",67494,91191 -"304655",67495,67515 -"304656",67495,67551 -"304657",67495,77776 -"304658",67495,113459 -"304659",67496,96484 -"304660",67496,96491 -"304661",67497,105482 -"304662",67498,69764 -"304663",67498,71014 -"304664",67499,73015 -"304665",67499,78054 -"304666",67499,78931 -"304667",67499,83444 -"304668",67499,84657 -"304669",67499,99949 -"304670",67499,101914 -"304671",67499,103631 -"304672",67499,103723 -"304673",67499,103732 -"304674",67499,103759 -"304675",67499,103773 -"304676",67499,114150 -"304677",67500,67553 -"304678",67500,67554 -"304679",67501,67511 -"304680",67502,109177 -"304681",67503,67721 -"304682",67503,68816 -"304683",67503,68909 -"304684",67503,68938 -"304685",67503,69332 -"304686",67503,69681 -"304687",67503,70610 -"304688",67503,70611 -"304689",67503,70725 -"304690",67503,71211 -"304691",67503,71505 -"304692",67503,71887 -"304693",67504,106501 -"304694",67505,78256 -"304695",67505,81360 -"304696",67505,95565 -"304697",67505,110816 -"304698",67505,119444 -"304699",67505,120882 -"304700",67507,71436 -"304701",67507,74466 -"304702",67507,98241 -"304703",67507,113774 -"304704",67507,113775 -"304705",67508,83966 -"304706",67510,67565 -"304707",67511,81167 -"304708",67511,86520 -"304709",67512,73066 -"304710",67512,90960 -"304711",67512,99421 -"304712",67512,107247 -"304713",67512,120313 -"304714",67514,94903 -"304715",67515,71142 -"304716",67515,77776 -"304717",67515,99947 -"304718",67515,113459 -"304719",67515,115911 -"304720",67515,115925 -"304721",67515,115974 -"304722",67516,81175 -"304723",67518,71225 -"304724",67521,91870 -"304725",67521,108794 -"304726",67521,112215 -"304727",67521,113179 -"304728",67521,122026 -"304729",67522,70227 -"304730",67522,105262 -"304731",67524,67550 -"304732",67525,73556 -"304733",67525,77871 -"304734",67525,81000 -"304735",67525,90021 -"304736",67525,93820 -"304737",67525,94768 -"304738",67525,115912 -"304739",67525,116529 -"304740",67525,123498 -"304741",67529,80364 -"304742",67530,100291 -"304743",67531,95162 -"304744",67532,67549 -"304745",67533,67577 -"304746",67534,92238 -"304747",67534,102232 -"304748",67534,102239 -"304749",67535,79956 -"304750",67536,71336 -"304751",67536,73954 -"304752",67536,92840 -"304753",67537,67561 -"304754",67537,71192 -"304755",67537,72471 -"304756",67538,67572 -"304757",67538,100460 -"304758",67539,67545 -"304759",67539,117574 -"304760",67540,72797 -"304761",67540,73506 -"304762",67540,94798 -"304763",67540,112301 -"304764",67542,72695 -"304765",67544,67560 -"304766",67544,78615 -"304767",67546,108756 -"304768",67547,115261 -"304769",67549,91113 -"304770",67549,112490 -"304771",67550,71312 -"304772",67550,71324 -"304773",67553,67554 -"304774",67555,71443 -"304775",67556,67748 -"304776",67556,75275 -"304777",67556,80762 -"304778",67556,83273 -"304779",67556,96564 -"304780",67556,102379 -"304781",67556,108417 -"304782",67556,115509 -"304783",67556,120488 -"304784",67559,107588 -"304785",67560,76993 -"304786",67560,80735 -"304787",67560,112255 -"304788",67564,69362 -"304789",67564,71693 -"304790",67564,76590 -"304791",67564,86600 -"304792",67564,88782 -"304793",67564,92517 -"304794",67564,100140 -"304795",67564,103313 -"304796",67564,105198 -"304797",67564,110250 -"304798",67564,122588 -"304799",67564,122819 -"304800",67564,122852 -"304801",67564,122861 -"304802",67564,122863 -"304803",67564,122864 -"304804",67566,78376 -"304805",67567,73807 -"304806",67568,76705 -"304807",67568,76802 -"304808",67568,82098 -"304809",67570,67658 -"304810",67571,114953 -"304811",67571,116778 -"304812",67572,107326 -"304813",67573,69295 -"304814",67573,74736 -"304815",67578,80728 -"304816",67578,93317 -"304817",67579,67595 -"304818",67579,67608 -"304819",67579,67615 -"304820",67579,67626 -"304821",67579,67627 -"304822",67579,67632 -"304823",67579,67660 -"304824",67579,67742 -"304825",67580,75023 -"304826",67580,79726 -"304827",67580,85289 -"304828",67582,78262 -"304829",67582,95957 -"304830",67582,95983 -"304831",67583,67584 -"304832",67585,91401 -"304833",67585,92474 -"304834",67585,98956 -"304835",67586,69596 -"304836",67588,67589 -"304837",67588,88723 -"304838",67588,89695 -"304839",67588,101604 -"304840",67588,103097 -"304841",67588,103118 -"304842",67588,103143 -"304843",67588,115610 -"304844",67588,115616 -"304845",67588,115617 -"304846",67588,117948 -"304847",67588,120506 -"304848",67591,68720 -"304849",67591,68915 -"304850",67592,68531 -"304851",67592,103685 -"304852",67592,120954 -"304853",67593,67625 -"304854",67594,76323 -"304855",67595,67608 -"304856",67595,67615 -"304857",67595,67626 -"304858",67595,67627 -"304859",67595,67632 -"304860",67595,67660 -"304861",67595,67742 -"304862",67596,67601 -"304863",67596,67679 -"304864",67596,72069 -"304865",67597,69316 -"304866",67597,70159 -"304867",67597,72936 -"304868",67597,77342 -"304869",67597,89062 -"304870",67597,89120 -"304871",67597,89606 -"304872",67597,90416 -"304873",67597,91060 -"304874",67597,91063 -"304875",67597,91303 -"304876",67597,91397 -"304877",67597,93033 -"304878",67597,96155 -"304879",67597,96769 -"304880",67597,96771 -"304881",67597,98930 -"304882",67598,74300 -"304883",67598,74324 -"304884",67601,67679 -"304885",67602,67677 -"304886",67603,67943 -"304887",67604,67618 -"304888",67605,67672 -"304889",67606,68306 -"304890",67606,74741 -"304891",67606,75949 -"304892",67606,115406 -"304893",67607,67668 -"304894",67607,78872 -"304895",67607,84947 -"304896",67607,85118 -"304897",67607,99566 -"304898",67607,102416 -"304899",67607,116962 -"304900",67607,118342 -"304901",67608,67615 -"304902",67608,67626 -"304903",67608,67627 -"304904",67608,67632 -"304905",67608,67660 -"304906",67608,67742 -"304907",67612,67673 -"304908",67613,77637 -"304909",67614,85823 -"304910",67614,93056 -"304911",67614,98374 -"304912",67614,104091 -"304913",67615,67626 -"304914",67615,67627 -"304915",67615,67632 -"304916",67615,67660 -"304917",67615,67742 -"304918",67617,68018 -"304919",67617,79057 -"304920",67617,81077 -"304921",67617,92946 -"304922",67617,96310 -"304923",67617,118064 -"304924",67619,73955 -"304925",67619,73985 -"304926",67619,73993 -"304927",67620,73764 -"304928",67620,96343 -"304929",67620,107967 -"304930",67621,78534 -"304931",67621,78840 -"304932",67621,87273 -"304933",67621,88550 -"304934",67621,92011 -"304935",67621,106484 -"304936",67621,115444 -"304937",67621,118268 -"304938",67623,76972 -"304939",67624,70826 -"304940",67624,78943 -"304941",67626,67627 -"304942",67626,67632 -"304943",67626,67660 -"304944",67626,67742 -"304945",67627,67632 -"304946",67627,67660 -"304947",67627,67742 -"304948",67628,88151 -"304949",67628,106735 -"304950",67628,114243 -"304951",67629,70416 -"304952",67629,79385 -"304953",67629,93686 -"304954",67630,72940 -"304955",67630,108941 -"304956",67630,112001 -"304957",67630,120143 -"304958",67631,67847 -"304959",67631,67858 -"304960",67631,67870 -"304961",67631,67876 -"304962",67631,67877 -"304963",67632,67660 -"304964",67632,67742 -"304965",67634,67649 -"304966",67637,73986 -"304967",67637,74207 -"304968",67637,74215 -"304969",67639,67640 -"304970",67640,89276 -"304971",67640,100732 -"304972",67640,100734 -"304973",67641,116627 -"304974",67644,70886 -"304975",67644,70906 -"304976",67644,70919 -"304977",67645,75446 -"304978",67647,74536 -"304979",67647,120208 -"304980",67648,84003 -"304981",67649,69562 -"304982",67649,69586 -"304983",67649,69634 -"304984",67650,107007 -"304985",67652,67669 -"304986",67652,68358 -"304987",67652,68373 -"304988",67653,67654 -"304989",67654,97715 -"304990",67656,74812 -"304991",67656,83530 -"304992",67656,89069 -"304993",67656,97760 -"304994",67656,102362 -"304995",67657,70895 -"304996",67657,73455 -"304997",67660,67742 -"304998",67662,68543 -"304999",67662,68549 -"305000",67662,72881 -"305001",67663,84382 -"305002",67663,87164 -"305003",67663,87920 -"305004",67663,123440 -"305005",67665,67770 -"305006",67665,112510 -"305007",67665,118531 -"305008",67666,109151 -"305009",67666,117505 -"305010",67666,117521 -"305011",67667,80654 -"305012",67667,80961 -"305013",67667,81032 -"305014",67668,84947 -"305015",67668,85118 -"305016",67668,116962 -"305017",67668,118342 -"305018",67670,98059 -"305019",67671,84748 -"305020",67672,69697 -"305021",67672,71317 -"305022",67674,67774 -"305023",67674,70347 -"305024",67675,87859 -"305025",67675,105402 -"305026",67677,84271 -"305027",67680,76858 -"305028",67688,74458 -"305029",67689,79574 -"305030",67689,79596 -"305031",67690,85768 -"305032",67690,104746 -"305033",67690,113204 -"305034",67690,113266 -"305035",67692,67746 -"305036",67692,67751 -"305037",67692,67766 -"305038",67692,67768 -"305039",67692,67769 -"305040",67692,67773 -"305041",67695,72060 -"305042",67696,81646 -"305043",67696,92569 -"305044",67696,109005 -"305045",67698,112899 -"305046",67698,116891 -"305047",67700,67764 -"305048",67700,75351 -"305049",67701,67703 -"305050",67701,67745 -"305051",67701,83450 -"305052",67701,111189 -"305053",67703,67745 -"305054",67705,68101 -"305055",67705,68102 -"305056",67705,68120 -"305057",67705,68140 -"305058",67708,76299 -"305059",67711,67712 -"305060",67711,67713 -"305061",67711,67714 -"305062",67712,67713 -"305063",67712,67714 -"305064",67713,67714 -"305065",67713,116819 -"305066",67715,67752 -"305067",67715,82627 -"305068",67716,67732 -"305069",67716,67765 -"305070",67717,76858 -"305071",67719,112736 -"305072",67721,68816 -"305073",67721,68909 -"305074",67721,68938 -"305075",67721,69332 -"305076",67721,69681 -"305077",67721,70610 -"305078",67721,70611 -"305079",67721,70725 -"305080",67721,71211 -"305081",67721,71505 -"305082",67721,71887 -"305083",67721,94741 -"305084",67721,95771 -"305085",67721,111574 -"305086",67723,71093 -"305087",67724,92743 -"305088",67725,83093 -"305089",67725,110735 -"305090",67726,81821 -"305091",67727,115338 -"305092",67728,69571 -"305093",67728,104484 -"305094",67730,114243 -"305095",67732,67765 -"305096",67735,85733 -"305097",67735,109505 -"305098",67736,79008 -"305099",67736,92095 -"305100",67736,117230 -"305101",67736,117307 -"305102",67737,121153 -"305103",67738,70488 -"305104",67739,75271 -"305105",67739,78759 -"305106",67739,88717 -"305107",67739,91779 -"305108",67739,95453 -"305109",67739,98329 -"305110",67739,100629 -"305111",67739,101222 -"305112",67739,103675 -"305113",67739,109957 -"305114",67739,116743 -"305115",67739,116837 -"305116",67740,67777 -"305117",67740,85267 -"305118",67741,84700 -"305119",67741,91408 -"305120",67743,76515 -"305121",67743,83245 -"305122",67743,89948 -"305123",67743,101138 -"305124",67743,107498 -"305125",67744,70605 -"305126",67744,76009 -"305127",67744,83300 -"305128",67744,91744 -"305129",67744,94830 -"305130",67744,113126 -"305131",67744,113172 -"305132",67744,115528 -"305133",67745,72289 -"305134",67746,67751 -"305135",67746,67766 -"305136",67746,67768 -"305137",67746,67769 -"305138",67746,67773 -"305139",67747,98600 -"305140",67748,73792 -"305141",67748,77611 -"305142",67748,79402 -"305143",67748,108417 -"305144",67750,116841 -"305145",67751,67766 -"305146",67751,67768 -"305147",67751,67769 -"305148",67751,67773 -"305149",67752,70235 -"305150",67753,78994 -"305151",67755,68788 -"305152",67755,88159 -"305153",67755,91788 -"305154",67755,91847 -"305155",67755,91851 -"305156",67756,88658 -"305157",67756,116539 -"305158",67757,67758 -"305159",67757,67759 -"305160",67758,67759 -"305161",67760,71103 -"305162",67760,78763 -"305163",67763,72302 -"305164",67763,77338 -"305165",67763,80784 -"305166",67763,96430 -"305167",67763,102987 -"305168",67763,105977 -"305169",67763,106441 -"305170",67763,108455 -"305171",67763,115776 -"305172",67765,82534 -"305173",67766,67768 -"305174",67766,67769 -"305175",67766,67773 -"305176",67767,73217 -"305177",67767,73225 -"305178",67767,111307 -"305179",67768,67769 -"305180",67768,67773 -"305181",67769,67773 -"305182",67775,105543 -"305183",67776,68353 -"305184",67782,69204 -"305185",67783,113514 -"305186",67783,113587 -"305187",67784,68019 -"305188",67784,68132 -"305189",67785,83837 -"305190",67785,106042 -"305191",67788,70266 -"305192",67788,77376 -"305193",67788,79377 -"305194",67788,80120 -"305195",67788,82251 -"305196",67788,83458 -"305197",67788,87083 -"305198",67788,92799 -"305199",67788,100284 -"305200",67790,97376 -"305201",67790,97391 -"305202",67790,97399 -"305203",67792,92417 -"305204",67793,76791 -"305205",67793,104901 -"305206",67794,93099 -"305207",67794,116243 -"305208",67795,89853 -"305209",67795,116607 -"305210",67796,67891 -"305211",67798,67848 -"305212",67799,78532 -"305213",67799,110769 -"305214",67799,120766 -"305215",67799,120776 -"305216",67800,67838 -"305217",67801,101225 -"305218",67802,100802 -"305219",67805,67810 -"305220",67805,67843 -"305221",67805,79849 -"305222",67805,88960 -"305223",67805,92680 -"305224",67805,94924 -"305225",67807,69977 -"305226",67807,70852 -"305227",67807,72430 -"305228",67807,72476 -"305229",67807,74458 -"305230",67810,67843 -"305231",67811,67818 -"305232",67812,72288 -"305233",67813,69289 -"305234",67813,88480 -"305235",67813,93149 -"305236",67813,93160 -"305237",67813,94156 -"305238",67813,94167 -"305239",67813,97416 -"305240",67813,110107 -"305241",67813,120710 -"305242",67816,68982 -"305243",67817,72692 -"305244",67817,74355 -"305245",67817,88434 -"305246",67817,90006 -"305247",67817,92883 -"305248",67818,98832 -"305249",67821,87503 -"305250",67821,100639 -"305251",67822,67979 -"305252",67822,72945 -"305253",67823,87243 -"305254",67823,106853 -"305255",67823,119388 -"305256",67823,119394 -"305257",67824,70134 -"305258",67824,70135 -"305259",67824,70136 -"305260",67825,68569 -"305261",67825,68844 -"305262",67825,69049 -"305263",67825,77441 -"305264",67825,83311 -"305265",67825,92592 -"305266",67825,96452 -"305267",67825,100215 -"305268",67825,100502 -"305269",67825,100583 -"305270",67825,101681 -"305271",67825,101967 -"305272",67825,106010 -"305273",67825,112199 -"305274",67825,114545 -"305275",67825,119265 -"305276",67826,79254 -"305277",67826,83042 -"305278",67826,85354 -"305279",67826,89930 -"305280",67826,90757 -"305281",67826,94339 -"305282",67826,103203 -"305283",67826,111562 -"305284",67826,118151 -"305285",67826,120254 -"305286",67830,87287 -"305287",67831,89945 -"305288",67831,89989 -"305289",67831,89990 -"305290",67832,69736 -"305291",67832,69762 -"305292",67833,67977 -"305293",67833,99699 -"305294",67835,79345 -"305295",67836,76520 -"305296",67836,76600 -"305297",67836,76626 -"305298",67836,116262 -"305299",67837,101824 -"305300",67838,76132 -"305301",67839,85346 -"305302",67839,121323 -"305303",67840,67846 -"305304",67841,99302 -"305305",67844,68064 -"305306",67847,67858 -"305307",67847,67870 -"305308",67847,67876 -"305309",67847,67877 -"305310",67847,74009 -"305311",67848,79692 -"305312",67849,97635 -"305313",67850,104098 -"305314",67852,70490 -"305315",67853,67894 -"305316",67856,76733 -"305317",67856,82230 -"305318",67857,119251 -"305319",67858,67870 -"305320",67858,67876 -"305321",67858,67877 -"305322",67860,80719 -"305323",67860,93865 -"305324",67861,111720 -"305325",67862,75903 -"305326",67862,121274 -"305327",67863,71523 -"305328",67863,81182 -"305329",67864,74678 -"305330",67864,74752 -"305331",67864,74767 -"305332",67864,74777 -"305333",67864,74778 -"305334",67864,74794 -"305335",67865,79169 -"305336",67865,97717 -"305337",67865,97777 -"305338",67865,97797 -"305339",67865,97808 -"305340",67865,97814 -"305341",67868,67869 -"305342",67870,67876 -"305343",67870,67877 -"305344",67871,93589 -"305345",67875,92371 -"305346",67876,67877 -"305347",67879,110740 -"305348",67880,80121 -"305349",67884,112503 -"305350",67886,70230 -"305351",67886,70402 -"305352",67888,98998 -"305353",67889,68247 -"305354",67890,96764 -"305355",67890,102338 -"305356",67890,107622 -"305357",67890,107883 -"305358",67893,69192 -"305359",67893,69485 -"305360",67893,73881 -"305361",67893,74599 -"305362",67894,73464 -"305363",67894,73919 -"305364",67894,81364 -"305365",67894,86490 -"305366",67894,88242 -"305367",67894,89710 -"305368",67894,90077 -"305369",67894,95604 -"305370",67894,99210 -"305371",67894,99315 -"305372",67894,99316 -"305373",67894,99327 -"305374",67894,99329 -"305375",67894,99341 -"305376",67894,99350 -"305377",67894,99844 -"305378",67894,110246 -"305379",67894,113803 -"305380",67894,115195 -"305381",67894,115233 -"305382",67894,115255 -"305383",67894,115264 -"305384",67895,75911 -"305385",67895,83394 -"305386",67895,84247 -"305387",67895,93424 -"305388",67895,93429 -"305389",67895,96704 -"305390",67896,104688 -"305391",67897,122214 -"305392",67899,72596 -"305393",67902,74681 -"305394",67902,83772 -"305395",67902,90114 -"305396",67902,98406 -"305397",67902,100140 -"305398",67902,100398 -"305399",67902,108765 -"305400",67902,112148 -"305401",67902,121043 -"305402",67902,121999 -"305403",67902,123079 -"305404",67902,123085 -"305405",67904,69353 -"305406",67909,111422 -"305407",67912,94465 -"305408",67912,103198 -"305409",67913,78322 -"305410",67913,80412 -"305411",67913,81672 -"305412",67913,84461 -"305413",67913,86509 -"305414",67913,90649 -"305415",67913,92298 -"305416",67913,97783 -"305417",67913,108336 -"305418",67914,69481 -"305419",67917,69508 -"305420",67917,69556 -"305421",67918,117635 -"305422",67920,67983 -"305423",67921,67933 -"305424",67921,67985 -"305425",67922,88846 -"305426",67923,77899 -"305427",67924,67925 -"305428",67924,67961 -"305429",67924,67986 -"305430",67924,67992 -"305431",67924,69738 -"305432",67925,67961 -"305433",67925,67986 -"305434",67925,67992 -"305435",67926,71521 -"305436",67926,75337 -"305437",67926,89177 -"305438",67926,92643 -"305439",67926,104229 -"305440",67926,104230 -"305441",67926,105541 -"305442",67926,105548 -"305443",67927,71898 -"305444",67928,90777 -"305445",67931,67932 -"305446",67931,118659 -"305447",67932,70110 -"305448",67932,96185 -"305449",67933,67985 -"305450",67935,67942 -"305451",67935,67991 -"305452",67936,67937 -"305453",67936,68331 -"305454",67936,69907 -"305455",67936,72157 -"305456",67936,72193 -"305457",67936,72736 -"305458",67936,72756 -"305459",67937,68331 -"305460",67938,78917 -"305461",67939,82599 -"305462",67939,91823 -"305463",67939,103324 -"305464",67939,103536 -"305465",67939,104177 -"305466",67939,122736 -"305467",67940,74210 -"305468",67942,67991 -"305469",67942,85370 -"305470",67942,99359 -"305471",67942,105461 -"305472",67942,115313 -"305473",67945,80986 -"305474",67946,90727 -"305475",67947,72605 -"305476",67947,72636 -"305477",67948,105943 -"305478",67949,86689 -"305479",67952,72511 -"305480",67952,94784 -"305481",67952,119657 -"305482",67954,67955 -"305483",67954,67956 -"305484",67955,67956 -"305485",67957,70928 -"305486",67957,76126 -"305487",67957,76564 -"305488",67957,84348 -"305489",67957,96822 -"305490",67957,96823 -"305491",67957,96849 -"305492",67957,96858 -"305493",67957,96859 -"305494",67959,75716 -"305495",67960,73084 -"305496",67960,83599 -"305497",67961,67986 -"305498",67961,67992 -"305499",67962,110244 -"305500",67962,110245 -"305501",67962,110246 -"305502",67963,80385 -"305503",67963,109901 -"305504",67963,121868 -"305505",67964,96554 -"305506",67964,101272 -"305507",67964,106138 -"305508",67965,68840 -"305509",67966,74255 -"305510",67967,70318 -"305511",67967,74584 -"305512",67967,102084 -"305513",67968,87584 -"305514",67969,79169 -"305515",67969,94148 -"305516",67969,106025 -"305517",67969,106036 -"305518",67969,106059 -"305519",67971,95479 -"305520",67972,77829 -"305521",67972,82070 -"305522",67972,89972 -"305523",67973,108295 -"305524",67975,70848 -"305525",67976,115791 -"305526",67977,78697 -"305527",67977,94955 -"305528",67977,95915 -"305529",67978,79044 -"305530",67982,68070 -"305531",67982,68088 -"305532",67982,68163 -"305533",67985,69142 -"305534",67986,67992 -"305535",67987,108615 -"305536",67987,110509 -"305537",67987,111904 -"305538",67987,111951 -"305539",67988,93233 -"305540",67988,93241 -"305541",67988,98612 -"305542",67990,70904 -"305543",67994,68468 -"305544",67994,88344 -"305545",67994,96402 -"305546",67996,101920 -"305547",67998,89114 -"305548",67998,94671 -"305549",67998,99109 -"305550",67998,109718 -"305551",67998,114713 -"305552",67999,116901 -"305553",68000,87074 -"305554",68000,93046 -"305555",68001,68475 -"305556",68001,68917 -"305557",68001,69296 -"305558",68001,71106 -"305559",68001,73655 -"305560",68001,75767 -"305561",68001,76046 -"305562",68001,76459 -"305563",68001,76808 -"305564",68001,77727 -"305565",68001,78224 -"305566",68001,79222 -"305567",68001,82978 -"305568",68001,83306 -"305569",68001,85027 -"305570",68001,88412 -"305571",68001,90275 -"305572",68001,90426 -"305573",68001,91112 -"305574",68001,91526 -"305575",68001,93425 -"305576",68001,93523 -"305577",68001,94520 -"305578",68001,95954 -"305579",68001,99544 -"305580",68001,99547 -"305581",68001,99554 -"305582",68001,100595 -"305583",68001,100739 -"305584",68001,100819 -"305585",68001,101898 -"305586",68001,101988 -"305587",68001,102146 -"305588",68001,102201 -"305589",68001,102309 -"305590",68001,102635 -"305591",68001,102730 -"305592",68001,102846 -"305593",68001,103790 -"305594",68001,104095 -"305595",68001,104574 -"305596",68001,104784 -"305597",68001,104845 -"305598",68001,107269 -"305599",68001,107623 -"305600",68001,107714 -"305601",68001,107879 -"305602",68001,107975 -"305603",68002,98714 -"305604",68003,74296 -"305605",68003,76700 -"305606",68003,78689 -"305607",68003,79654 -"305608",68003,117135 -"305609",68004,74386 -"305610",68005,102130 -"305611",68006,71027 -"305612",68006,76286 -"305613",68009,68443 -"305614",68010,68213 -"305615",68010,75045 -"305616",68010,75046 -"305617",68010,75122 -"305618",68012,115067 -"305619",68013,114715 -"305620",68013,116659 -"305621",68014,102039 -"305622",68015,79630 -"305623",68017,83079 -"305624",68017,99173 -"305625",68017,99352 -"305626",68017,100910 -"305627",68017,109284 -"305628",68017,112529 -"305629",68018,68139 -"305630",68018,78715 -"305631",68018,88574 -"305632",68018,91077 -"305633",68018,101453 -"305634",68018,111625 -"305635",68018,113387 -"305636",68019,68132 -"305637",68020,68182 -"305638",68020,68239 -"305639",68020,104512 -"305640",68020,104537 -"305641",68020,104554 -"305642",68022,71322 -"305643",68022,93496 -"305644",68022,100266 -"305645",68022,100489 -"305646",68022,107871 -"305647",68023,68060 -"305648",68024,85983 -"305649",68025,80602 -"305650",68025,85057 -"305651",68025,108318 -"305652",68025,108330 -"305653",68025,108871 -"305654",68026,85124 -"305655",68028,73644 -"305656",68030,76153 -"305657",68032,73402 -"305658",68038,69557 -"305659",68041,68048 -"305660",68042,117398 -"305661",68043,80756 -"305662",68043,102101 -"305663",68043,117480 -"305664",68043,120583 -"305665",68044,77298 -"305666",68044,111106 -"305667",68044,111339 -"305668",68046,74484 -"305669",68046,83294 -"305670",68046,112771 -"305671",68046,119083 -"305672",68046,119097 -"305673",68050,85992 -"305674",68050,109688 -"305675",68051,87990 -"305676",68052,68201 -"305677",68052,72518 -"305678",68052,72519 -"305679",68055,70978 -"305680",68055,84732 -"305681",68055,97348 -"305682",68056,114566 -"305683",68057,85776 -"305684",68057,88574 -"305685",68057,103976 -"305686",68059,68076 -"305687",68060,74813 -"305688",68060,75003 -"305689",68061,75157 -"305690",68062,99103 -"305691",68063,100924 -"305692",68063,105442 -"305693",68065,75708 -"305694",68066,68653 -"305695",68066,75757 -"305696",68067,71063 -"305697",68068,68069 -"305698",68069,75739 -"305699",68070,68088 -"305700",68070,68163 -"305701",68071,68127 -"305702",68072,74093 -"305703",68073,68152 -"305704",68074,84855 -"305705",68074,92438 -"305706",68074,102429 -"305707",68074,122191 -"305708",68075,68126 -"305709",68075,69661 -"305710",68075,78687 -"305711",68075,85747 -"305712",68075,109839 -"305713",68076,112215 -"305714",68078,74082 -"305715",68080,68316 -"305716",68080,73835 -"305717",68080,75091 -"305718",68081,90440 -"305719",68081,92919 -"305720",68081,96597 -"305721",68081,111046 -"305722",68081,111061 -"305723",68081,111072 -"305724",68082,68119 -"305725",68082,84316 -"305726",68083,68097 -"305727",68083,68114 -"305728",68084,76099 -"305729",68086,77107 -"305730",68088,68163 -"305731",68088,70657 -"305732",68088,75281 -"305733",68089,75854 -"305734",68089,100631 -"305735",68089,103800 -"305736",68089,103801 -"305737",68090,68149 -"305738",68091,69335 -"305739",68091,75245 -"305740",68091,75776 -"305741",68091,75956 -"305742",68091,75984 -"305743",68091,76387 -"305744",68091,78066 -"305745",68091,78269 -"305746",68091,78978 -"305747",68091,79212 -"305748",68091,79241 -"305749",68091,79579 -"305750",68091,80239 -"305751",68091,80301 -"305752",68091,81397 -"305753",68091,82226 -"305754",68091,85568 -"305755",68091,88340 -"305756",68091,88749 -"305757",68091,89069 -"305758",68091,89373 -"305759",68091,89995 -"305760",68091,90919 -"305761",68091,90936 -"305762",68091,91133 -"305763",68091,92861 -"305764",68091,93097 -"305765",68091,94231 -"305766",68091,95489 -"305767",68091,96247 -"305768",68091,96363 -"305769",68091,97898 -"305770",68091,99770 -"305771",68092,68122 -"305772",68092,68143 -"305773",68092,68151 -"305774",68092,71122 -"305775",68092,73811 -"305776",68092,73816 -"305777",68093,89589 -"305778",68094,74634 -"305779",68094,85806 -"305780",68095,68129 -"305781",68095,72693 -"305782",68095,74053 -"305783",68095,88985 -"305784",68095,92303 -"305785",68095,113151 -"305786",68097,68114 -"305787",68098,89313 -"305788",68098,89802 -"305789",68099,68117 -"305790",68100,107404 -"305791",68101,68102 -"305792",68101,68120 -"305793",68101,68140 -"305794",68102,68120 -"305795",68102,68140 -"305796",68103,69565 -"305797",68103,73660 -"305798",68103,91697 -"305799",68103,91716 -"305800",68103,116350 -"305801",68104,95555 -"305802",68104,111097 -"305803",68105,68144 -"305804",68105,74199 -"305805",68110,68118 -"305806",68111,68249 -"305807",68111,112711 -"305808",68112,72003 -"305809",68115,68130 -"305810",68116,109996 -"305811",68117,94654 -"305812",68119,69863 -"305813",68119,84316 -"305814",68119,114688 -"305815",68119,115597 -"305816",68120,68140 -"305817",68120,70605 -"305818",68120,92194 -"305819",68121,69750 -"305820",68122,68143 -"305821",68122,68151 -"305822",68125,94247 -"305823",68128,89625 -"305824",68134,90415 -"305825",68135,71246 -"305826",68135,72696 -"305827",68135,100309 -"305828",68135,110260 -"305829",68135,110668 -"305830",68136,89780 -"305831",68138,68179 -"305832",68138,68298 -"305833",68138,73848 -"305834",68138,93982 -"305835",68139,95415 -"305836",68139,105974 -"305837",68139,115720 -"305838",68141,69169 -"305839",68141,74083 -"305840",68142,68280 -"305841",68142,109799 -"305842",68143,68151 -"305843",68143,71122 -"305844",68144,74199 -"305845",68146,76330 -"305846",68146,76335 -"305847",68147,98183 -"305848",68148,84133 -"305849",68150,94181 -"305850",68150,111344 -"305851",68152,76152 -"305852",68152,81763 -"305853",68152,81772 -"305854",68152,81777 -"305855",68153,68282 -"305856",68154,101453 -"305857",68155,79683 -"305858",68156,68263 -"305859",68156,68319 -"305860",68157,81840 -"305861",68157,88570 -"305862",68157,95147 -"305863",68157,109717 -"305864",68157,114989 -"305865",68158,109603 -"305866",68160,107278 -"305867",68160,113585 -"305868",68161,68162 -"305869",68162,69799 -"305870",68163,69605 -"305871",68165,69536 -"305872",68165,110313 -"305873",68165,112657 -"305874",68168,85248 -"305875",68168,92986 -"305876",68168,106855 -"305877",68168,106872 -"305878",68169,93690 -"305879",68169,111412 -"305880",68171,82531 -"305881",68171,88997 -"305882",68173,68465 -"305883",68173,77082 -"305884",68173,77120 -"305885",68174,82980 -"305886",68175,68226 -"305887",68177,80420 -"305888",68179,68298 -"305889",68180,73003 -"305890",68180,74382 -"305891",68180,75092 -"305892",68180,75429 -"305893",68181,68184 -"305894",68181,76695 -"305895",68182,68239 -"305896",68183,70186 -"305897",68186,121543 -"305898",68187,81646 -"305899",68187,84502 -"305900",68188,120048 -"305901",68189,91127 -"305902",68189,103536 -"305903",68189,115809 -"305904",68190,69778 -"305905",68190,69825 -"305906",68192,76265 -"305907",68192,113187 -"305908",68192,113227 -"305909",68192,113228 -"305910",68192,113280 -"305911",68192,116785 -"305912",68192,116855 -"305913",68194,68195 -"305914",68194,95082 -"305915",68194,104767 -"305916",68196,68312 -"305917",68197,101453 -"305918",68202,92540 -"305919",68203,70106 -"305920",68203,73307 -"305921",68203,75532 -"305922",68205,68220 -"305923",68205,68221 -"305924",68207,70874 -"305925",68207,100432 -"305926",68207,110424 -"305927",68212,75582 -"305928",68212,95372 -"305929",68213,76135 -"305930",68213,97392 -"305931",68213,108725 -"305932",68214,68215 -"305933",68215,93042 -"305934",68215,101610 -"305935",68215,104012 -"305936",68215,111454 -"305937",68215,123213 -"305938",68217,75657 -"305939",68218,109842 -"305940",68220,68221 -"305941",68220,103813 -"305942",68222,83875 -"305943",68224,86522 -"305944",68224,94556 -"305945",68224,94559 -"305946",68224,94568 -"305947",68228,77636 -"305948",68228,107429 -"305949",68229,73976 -"305950",68229,80237 -"305951",68229,112851 -"305952",68231,78742 -"305953",68231,80174 -"305954",68231,94196 -"305955",68231,95302 -"305956",68231,95943 -"305957",68231,96658 -"305958",68231,107237 -"305959",68231,107279 -"305960",68234,73289 -"305961",68235,68237 -"305962",68236,85678 -"305963",68236,90509 -"305964",68236,93626 -"305965",68236,93642 -"305966",68236,95879 -"305967",68238,80723 -"305968",68238,104921 -"305969",68239,78963 -"305970",68239,78964 -"305971",68243,77013 -"305972",68243,81770 -"305973",68243,99389 -"305974",68243,100196 -"305975",68243,101528 -"305976",68243,103498 -"305977",68243,106235 -"305978",68244,72696 -"305979",68245,90026 -"305980",68245,105187 -"305981",68247,108900 -"305982",68249,69747 -"305983",68254,71339 -"305984",68254,72548 -"305985",68255,68313 -"305986",68255,68324 -"305987",68258,73489 -"305988",68259,68265 -"305989",68259,97832 -"305990",68260,69494 -"305991",68262,84591 -"305992",68262,90784 -"305993",68262,107748 -"305994",68262,117685 -"305995",68263,68319 -"305996",68267,85108 -"305997",68268,68290 -"305998",68268,68296 -"305999",68268,74717 -"306000",68268,82852 -"306001",68268,108959 -"306002",68268,108979 -"306003",68268,108981 -"306004",68269,78357 -"306005",68269,78505 -"306006",68272,83493 -"306007",68274,72507 -"306008",68275,106354 -"306009",68276,92791 -"306010",68276,116399 -"306011",68277,95647 -"306012",68277,95886 -"306013",68278,114274 -"306014",68279,70763 -"306015",68279,118588 -"306016",68280,78250 -"306017",68280,89611 -"306018",68280,94595 -"306019",68280,110334 -"306020",68280,122998 -"306021",68280,122999 -"306022",68281,78619 -"306023",68281,101016 -"306024",68282,76680 -"306025",68283,74616 -"306026",68284,90475 -"306027",68284,110318 -"306028",68284,110319 -"306029",68285,121261 -"306030",68286,73203 -"306031",68288,91467 -"306032",68289,82009 -"306033",68290,68296 -"306034",68291,88484 -"306035",68292,87203 -"306036",68293,70724 -"306037",68293,70781 -"306038",68293,86159 -"306039",68293,89736 -"306040",68293,94416 -"306041",68293,110242 -"306042",68293,117956 -"306043",68295,85307 -"306044",68296,88638 -"306045",68296,92660 -"306046",68297,68302 -"306047",68297,68321 -"306048",68297,71593 -"306049",68297,112066 -"306050",68299,70457 -"306051",68299,78086 -"306052",68299,104762 -"306053",68300,96022 -"306054",68300,120432 -"306055",68301,85584 -"306056",68301,86608 -"306057",68301,113634 -"306058",68301,113635 -"306059",68302,68321 -"306060",68303,92606 -"306061",68303,101615 -"306062",68304,101892 -"306063",68304,121584 -"306064",68305,119315 -"306065",68306,74516 -"306066",68306,75949 -"306067",68306,115406 -"306068",68306,122075 -"306069",68306,123481 -"306070",68308,94061 -"306071",68308,95365 -"306072",68311,83370 -"306073",68311,83646 -"306074",68313,68324 -"306075",68314,93283 -"306076",68314,107508 -"306077",68315,69950 -"306078",68317,75320 -"306079",68320,94664 -"306080",68320,96205 -"306081",68323,68985 -"306082",68323,86250 -"306083",68323,95829 -"306084",68323,96824 -"306085",68325,78582 -"306086",68326,106543 -"306087",68327,71137 -"306088",68328,74822 -"306089",68328,97795 -"306090",68329,68332 -"306091",68330,78040 -"306092",68331,69907 -"306093",68331,72157 -"306094",68331,72193 -"306095",68331,72736 -"306096",68331,72756 -"306097",68332,84390 -"306098",68332,98552 -"306099",68333,82839 -"306100",68333,87719 -"306101",68334,70431 -"306102",68334,123170 -"306103",68335,69517 -"306104",68335,87957 -"306105",68335,94655 -"306106",68335,99320 -"306107",68335,100907 -"306108",68335,121216 -"306109",68337,76302 -"306110",68338,73120 -"306111",68338,75387 -"306112",68338,92241 -"306113",68338,93006 -"306114",68338,103934 -"306115",68340,68428 -"306116",68340,98534 -"306117",68340,108934 -"306118",68341,69305 -"306119",68342,68347 -"306120",68342,79693 -"306121",68342,119115 -"306122",68342,121111 -"306123",68342,121116 -"306124",68342,121117 -"306125",68344,81752 -"306126",68344,107641 -"306127",68344,107650 -"306128",68345,80606 -"306129",68345,87228 -"306130",68345,102328 -"306131",68347,84796 -"306132",68347,98042 -"306133",68347,106726 -"306134",68347,117852 -"306135",68350,76098 -"306136",68350,109096 -"306137",68352,72892 -"306138",68352,112378 -"306139",68353,74605 -"306140",68353,75901 -"306141",68353,86676 -"306142",68353,92926 -"306143",68353,97417 -"306144",68353,107332 -"306145",68355,71190 -"306146",68355,73261 -"306147",68355,94253 -"306148",68356,68357 -"306149",68356,68394 -"306150",68357,68394 -"306151",68357,71427 -"306152",68358,68373 -"306153",68361,81733 -"306154",68364,68379 -"306155",68364,70625 -"306156",68365,71222 -"306157",68365,71407 -"306158",68365,71455 -"306159",68365,76968 -"306160",68365,88729 -"306161",68366,113820 -"306162",68367,83706 -"306163",68367,93235 -"306164",68367,94148 -"306165",68367,95254 -"306166",68367,96525 -"306167",68368,99373 -"306168",68368,100901 -"306169",68369,92680 -"306170",68369,96421 -"306171",68372,84799 -"306172",68375,84718 -"306173",68376,71328 -"306174",68380,68572 -"306175",68380,72082 -"306176",68380,111141 -"306177",68381,68898 -"306178",68381,90129 -"306179",68382,87309 -"306180",68383,103665 -"306181",68383,108056 -"306182",68384,87334 -"306183",68386,96028 -"306184",68388,120493 -"306185",68389,96011 -"306186",68391,72235 -"306187",68391,93001 -"306188",68391,93166 -"306189",68391,99574 -"306190",68391,100172 -"306191",68391,102288 -"306192",68391,106254 -"306193",68391,106360 -"306194",68391,106370 -"306195",68391,106379 -"306196",68391,106385 -"306197",68392,76293 -"306198",68392,80967 -"306199",68392,88304 -"306200",68393,93017 -"306201",68393,105739 -"306202",68394,75027 -"306203",68396,86081 -"306204",68396,100687 -"306205",68396,108852 -"306206",68396,119403 -"306207",68396,119406 -"306208",68399,106218 -"306209",68400,76860 -"306210",68400,86060 -"306211",68400,106318 -"306212",68401,69381 -"306213",68402,72989 -"306214",68402,73452 -"306215",68402,73505 -"306216",68402,75015 -"306217",68403,87837 -"306218",68405,73546 -"306219",68405,73603 -"306220",68407,70432 -"306221",68407,104712 -"306222",68408,72861 -"306223",68408,75377 -"306224",68408,75578 -"306225",68409,78912 -"306226",68410,78070 -"306227",68410,79497 -"306228",68411,70277 -"306229",68411,94961 -"306230",68411,102585 -"306231",68411,103651 -"306232",68411,118808 -"306233",68414,117035 -"306234",68415,110455 -"306235",68416,89230 -"306236",68416,90076 -"306237",68416,90131 -"306238",68416,104703 -"306239",68416,107116 -"306240",68416,107477 -"306241",68416,108212 -"306242",68416,108234 -"306243",68416,108237 -"306244",68417,84200 -"306245",68417,89518 -"306246",68417,103949 -"306247",68418,68472 -"306248",68418,68517 -"306249",68418,70064 -"306250",68418,117633 -"306251",68419,111865 -"306252",68422,69048 -"306253",68422,86474 -"306254",68422,104005 -"306255",68422,106294 -"306256",68422,106304 -"306257",68423,70789 -"306258",68423,71219 -"306259",68423,72135 -"306260",68423,72797 -"306261",68423,73659 -"306262",68423,97829 -"306263",68423,101218 -"306264",68423,108767 -"306265",68424,68480 -"306266",68425,121128 -"306267",68425,121674 -"306268",68429,68437 -"306269",68429,68546 -"306270",68430,109913 -"306271",68432,80867 -"306272",68432,99629 -"306273",68432,111004 -"306274",68432,111055 -"306275",68434,69801 -"306276",68435,83378 -"306277",68435,117154 -"306278",68435,117159 -"306279",68435,117165 -"306280",68437,68546 -"306281",68438,104641 -"306282",68438,104654 -"306283",68439,68463 -"306284",68439,80453 -"306285",68439,97456 -"306286",68439,97457 -"306287",68439,97465 -"306288",68440,68608 -"306289",68441,68688 -"306290",68441,69447 -"306291",68441,73743 -"306292",68441,97242 -"306293",68441,112825 -"306294",68442,90990 -"306295",68442,109328 -"306296",68443,72128 -"306297",68447,95258 -"306298",68447,102202 -"306299",68447,105179 -"306300",68447,106574 -"306301",68447,108611 -"306302",68447,119516 -"306303",68448,76268 -"306304",68449,81879 -"306305",68449,117493 -"306306",68450,81224 -"306307",68452,97015 -"306308",68454,68580 -"306309",68454,72735 -"306310",68455,73123 -"306311",68456,84660 -"306312",68456,93916 -"306313",68456,94537 -"306314",68457,69198 -"306315",68457,77565 -"306316",68457,78974 -"306317",68457,86023 -"306318",68457,87813 -"306319",68457,88773 -"306320",68457,90993 -"306321",68457,90994 -"306322",68457,92417 -"306323",68457,100319 -"306324",68457,101250 -"306325",68457,101462 -"306326",68457,109885 -"306327",68457,110742 -"306328",68457,112606 -"306329",68457,116142 -"306330",68457,116150 -"306331",68457,116151 -"306332",68457,116152 -"306333",68457,116155 -"306334",68457,116159 -"306335",68457,116163 -"306336",68457,116165 -"306337",68457,116166 -"306338",68457,116171 -"306339",68457,116677 -"306340",68457,116678 -"306341",68458,99802 -"306342",68458,115383 -"306343",68459,71936 -"306344",68459,78342 -"306345",68459,92519 -"306346",68459,110503 -"306347",68460,68862 -"306348",68460,74189 -"306349",68460,80061 -"306350",68460,80728 -"306351",68460,85481 -"306352",68460,86523 -"306353",68460,89685 -"306354",68460,91869 -"306355",68460,101642 -"306356",68460,107259 -"306357",68460,108821 -"306358",68464,101974 -"306359",68464,111129 -"306360",68464,123012 -"306361",68466,70619 -"306362",68466,74488 -"306363",68468,84314 -"306364",68469,85748 -"306365",68470,96414 -"306366",68471,75749 -"306367",68471,75753 -"306368",68472,68517 -"306369",68473,111018 -"306370",68473,111387 -"306371",68473,111390 -"306372",68473,111428 -"306373",68474,101614 -"306374",68474,108453 -"306375",68475,68496 -"306376",68475,68917 -"306377",68475,69296 -"306378",68475,71106 -"306379",68475,73655 -"306380",68475,75767 -"306381",68475,76046 -"306382",68475,76459 -"306383",68475,76808 -"306384",68475,77727 -"306385",68475,78224 -"306386",68475,79222 -"306387",68475,82978 -"306388",68475,83306 -"306389",68475,85027 -"306390",68475,88412 -"306391",68475,90275 -"306392",68475,90426 -"306393",68475,91112 -"306394",68475,91526 -"306395",68475,93425 -"306396",68475,93523 -"306397",68475,94520 -"306398",68475,95954 -"306399",68475,99544 -"306400",68475,99547 -"306401",68475,99554 -"306402",68475,100595 -"306403",68475,100739 -"306404",68475,100819 -"306405",68475,101898 -"306406",68475,101988 -"306407",68475,102146 -"306408",68475,102201 -"306409",68475,102309 -"306410",68475,102635 -"306411",68475,102730 -"306412",68475,102846 -"306413",68475,103790 -"306414",68475,104095 -"306415",68475,104574 -"306416",68475,104784 -"306417",68475,104845 -"306418",68475,107269 -"306419",68475,107623 -"306420",68475,107714 -"306421",68475,107879 -"306422",68475,107975 -"306423",68475,113334 -"306424",68475,120028 -"306425",68476,95859 -"306426",68479,98514 -"306427",68479,120497 -"306428",68479,120540 -"306429",68483,69381 -"306430",68483,73564 -"306431",68483,86909 -"306432",68484,75597 -"306433",68484,75608 -"306434",68486,69579 -"306435",68486,69614 -"306436",68487,68525 -"306437",68488,69273 -"306438",68490,68493 -"306439",68490,79064 -"306440",68492,89572 -"306441",68495,75763 -"306442",68495,78849 -"306443",68495,93509 -"306444",68496,100964 -"306445",68496,112710 -"306446",68497,68536 -"306447",68497,68583 -"306448",68498,75007 -"306449",68498,85034 -"306450",68499,68634 -"306451",68499,71161 -"306452",68499,74938 -"306453",68500,84346 -"306454",68500,84353 -"306455",68501,75824 -"306456",68501,76383 -"306457",68501,80602 -"306458",68501,82174 -"306459",68501,85083 -"306460",68501,85148 -"306461",68501,89979 -"306462",68501,92261 -"306463",68501,97940 -"306464",68501,102999 -"306465",68501,104542 -"306466",68501,106554 -"306467",68501,108976 -"306468",68501,110023 -"306469",68501,120004 -"306470",68502,99370 -"306471",68502,100454 -"306472",68502,104646 -"306473",68502,110254 -"306474",68502,116796 -"306475",68503,83640 -"306476",68504,68518 -"306477",68504,83205 -"306478",68506,108636 -"306479",68506,108637 -"306480",68507,97155 -"306481",68508,68740 -"306482",68509,99690 -"306483",68509,118367 -"306484",68509,118370 -"306485",68509,119621 -"306486",68510,80900 -"306487",68510,95669 -"306488",68510,119868 -"306489",68514,80869 -"306490",68515,76638 -"306491",68515,76642 -"306492",68517,75059 -"306493",68517,77363 -"306494",68517,92851 -"306495",68517,93668 -"306496",68517,99759 -"306497",68518,68823 -"306498",68518,97012 -"306499",68518,108326 -"306500",68520,78963 -"306501",68520,86878 -"306502",68520,91885 -"306503",68520,104983 -"306504",68521,97689 -"306505",68523,105705 -"306506",68525,85859 -"306507",68525,95572 -"306508",68526,82322 -"306509",68528,68538 -"306510",68528,69079 -"306511",68528,69248 -"306512",68528,73338 -"306513",68528,81584 -"306514",68530,91224 -"306515",68530,91521 -"306516",68530,94302 -"306517",68530,108401 -"306518",68530,120064 -"306519",68531,103685 -"306520",68531,120954 -"306521",68532,81482 -"306522",68532,97123 -"306523",68533,68534 -"306524",68534,82417 -"306525",68536,68583 -"306526",68538,96685 -"306527",68538,100017 -"306528",68538,101006 -"306529",68539,79262 -"306530",68539,80134 -"306531",68539,88149 -"306532",68539,92547 -"306533",68539,99493 -"306534",68539,102486 -"306535",68539,106594 -"306536",68540,73627 -"306537",68540,97255 -"306538",68543,68549 -"306539",68544,68579 -"306540",68544,100079 -"306541",68544,110065 -"306542",68544,110112 -"306543",68545,81700 -"306544",68546,87640 -"306545",68546,87667 -"306546",68546,87680 -"306547",68546,87682 -"306548",68547,84827 -"306549",68547,94974 -"306550",68547,95164 -"306551",68549,93257 -"306552",68549,110237 -"306553",68549,110249 -"306554",68551,100144 -"306555",68553,68584 -"306556",68554,68890 -"306557",68554,77982 -"306558",68560,109334 -"306559",68562,84510 -"306560",68563,122799 -"306561",68566,77764 -"306562",68569,70925 -"306563",68569,71943 -"306564",68569,73374 -"306565",68569,78925 -"306566",68569,80723 -"306567",68569,90643 -"306568",68569,92592 -"306569",68569,94027 -"306570",68569,96336 -"306571",68569,96452 -"306572",68569,100502 -"306573",68569,101967 -"306574",68569,105903 -"306575",68569,105988 -"306576",68569,106010 -"306577",68569,106576 -"306578",68569,109596 -"306579",68569,114282 -"306580",68569,114545 -"306581",68569,115951 -"306582",68569,119265 -"306583",68569,119419 -"306584",68569,119454 -"306585",68570,68571 -"306586",68573,81302 -"306587",68574,72264 -"306588",68574,113002 -"306589",68574,118393 -"306590",68574,118395 -"306591",68574,118396 -"306592",68574,118399 -"306593",68575,68624 -"306594",68576,98935 -"306595",68578,68713 -"306596",68578,73584 -"306597",68578,74738 -"306598",68580,72735 -"306599",68582,72814 -"306600",68585,69973 -"306601",68585,70174 -"306602",68586,68688 -"306603",68586,80911 -"306604",68586,85646 -"306605",68587,78796 -"306606",68587,78813 -"306607",68587,98375 -"306608",68587,98395 -"306609",68587,98480 -"306610",68587,98482 -"306611",68587,98483 -"306612",68587,98497 -"306613",68587,98498 -"306614",68587,98501 -"306615",68587,98502 -"306616",68588,74379 -"306617",68588,101573 -"306618",68588,108576 -"306619",68588,109448 -"306620",68588,109456 -"306621",68588,109459 -"306622",68589,88920 -"306623",68589,107997 -"306624",68589,117251 -"306625",68589,121165 -"306626",68590,71974 -"306627",68590,72437 -"306628",68590,75001 -"306629",68590,79090 -"306630",68590,79238 -"306631",68590,89440 -"306632",68590,92472 -"306633",68590,92498 -"306634",68590,92520 -"306635",68591,68594 -"306636",68592,68705 -"306637",68592,77468 -"306638",68592,79818 -"306639",68592,103179 -"306640",68592,103756 -"306641",68594,78726 -"306642",68594,121950 -"306643",68595,88006 -"306644",68595,88017 -"306645",68596,68623 -"306646",68597,70715 -"306647",68597,78247 -"306648",68597,96749 -"306649",68597,101813 -"306650",68597,111267 -"306651",68597,116209 -"306652",68599,90053 -"306653",68600,69008 -"306654",68601,68602 -"306655",68602,76252 -"306656",68602,86447 -"306657",68603,99373 -"306658",68603,101065 -"306659",68604,79149 -"306660",68604,97556 -"306661",68604,106965 -"306662",68605,78321 -"306663",68606,71187 -"306664",68606,84227 -"306665",68606,84231 -"306666",68606,84279 -"306667",68606,84283 -"306668",68607,93343 -"306669",68607,99746 -"306670",68607,106783 -"306671",68607,108939 -"306672",68608,71125 -"306673",68610,68656 -"306674",68610,68666 -"306675",68610,68703 -"306676",68611,121178 -"306677",68613,71399 -"306678",68613,77377 -"306679",68613,108557 -"306680",68613,121047 -"306681",68614,74500 -"306682",68616,86092 -"306683",68616,105806 -"306684",68617,68882 -"306685",68617,79677 -"306686",68617,102312 -"306687",68618,70266 -"306688",68618,74701 -"306689",68618,77710 -"306690",68619,110779 -"306691",68620,72024 -"306692",68622,70473 -"306693",68622,118846 -"306694",68623,69503 -"306695",68623,91151 -"306696",68623,117426 -"306697",68625,101485 -"306698",68626,69816 -"306699",68626,72822 -"306700",68626,91073 -"306701",68626,112824 -"306702",68626,112844 -"306703",68626,112845 -"306704",68629,79915 -"306705",68629,81859 -"306706",68631,68878 -"306707",68634,71161 -"306708",68634,94179 -"306709",68634,111396 -"306710",68634,111929 -"306711",68634,111932 -"306712",68634,111939 -"306713",68635,81317 -"306714",68635,86039 -"306715",68635,108781 -"306716",68636,75027 -"306717",68636,84067 -"306718",68637,70575 -"306719",68638,69784 -"306720",68639,68852 -"306721",68643,85482 -"306722",68643,85483 -"306723",68645,80473 -"306724",68645,105398 -"306725",68645,107996 -"306726",68645,108314 -"306727",68647,69581 -"306728",68647,72463 -"306729",68647,72477 -"306730",68649,96580 -"306731",68649,111779 -"306732",68650,68690 -"306733",68650,70570 -"306734",68650,107311 -"306735",68650,114741 -"306736",68651,85762 -"306737",68651,85792 -"306738",68654,79709 -"306739",68654,79712 -"306740",68654,79737 -"306741",68654,79739 -"306742",68654,79749 -"306743",68654,79751 -"306744",68654,79757 -"306745",68654,79762 -"306746",68654,79767 -"306747",68654,79772 -"306748",68654,79773 -"306749",68654,79793 -"306750",68654,79798 -"306751",68654,79802 -"306752",68654,79811 -"306753",68654,79812 -"306754",68656,68666 -"306755",68656,68703 -"306756",68661,71976 -"306757",68662,76145 -"306758",68663,89058 -"306759",68663,99443 -"306760",68663,107567 -"306761",68666,68703 -"306762",68667,73666 -"306763",68668,92562 -"306764",68670,76383 -"306765",68670,78713 -"306766",68670,81064 -"306767",68670,81134 -"306768",68670,92381 -"306769",68670,97940 -"306770",68670,103238 -"306771",68670,103717 -"306772",68670,105960 -"306773",68670,115006 -"306774",68672,68891 -"306775",68673,88000 -"306776",68674,72090 -"306777",68675,117962 -"306778",68679,84543 -"306779",68679,115523 -"306780",68680,71531 -"306781",68680,72224 -"306782",68681,104323 -"306783",68681,104976 -"306784",68682,68691 -"306785",68682,68876 -"306786",68682,85106 -"306787",68683,73561 -"306788",68683,95761 -"306789",68683,95883 -"306790",68684,75772 -"306791",68684,88542 -"306792",68684,91571 -"306793",68684,91592 -"306794",68685,68893 -"306795",68687,79074 -"306796",68687,80391 -"306797",68687,86558 -"306798",68687,87254 -"306799",68687,92426 -"306800",68687,98573 -"306801",68687,100768 -"306802",68687,113770 -"306803",68688,68726 -"306804",68688,69447 -"306805",68688,70115 -"306806",68688,80911 -"306807",68688,85646 -"306808",68688,97242 -"306809",68688,119301 -"306810",68688,119856 -"306811",68688,120164 -"306812",68691,68876 -"306813",68691,89117 -"306814",68691,102364 -"306815",68691,119500 -"306816",68693,69633 -"306817",68693,78092 -"306818",68693,88702 -"306819",68695,98284 -"306820",68695,117624 -"306821",68696,78404 -"306822",68696,118987 -"306823",68696,118990 -"306824",68698,98716 -"306825",68698,102492 -"306826",68698,114635 -"306827",68698,120850 -"306828",68698,120852 -"306829",68700,90379 -"306830",68700,96563 -"306831",68701,84616 -"306832",68701,87761 -"306833",68701,114785 -"306834",68701,114836 -"306835",68702,71771 -"306836",68704,68735 -"306837",68704,80206 -"306838",68704,81112 -"306839",68705,82801 -"306840",68705,94398 -"306841",68705,120787 -"306842",68707,75502 -"306843",68707,91049 -"306844",68708,76151 -"306845",68708,92863 -"306846",68708,117620 -"306847",68709,68918 -"306848",68709,69141 -"306849",68710,69152 -"306850",68710,78093 -"306851",68710,95408 -"306852",68710,96435 -"306853",68711,68754 -"306854",68713,74738 -"306855",68713,88171 -"306856",68713,104189 -"306857",68713,122015 -"306858",68714,68880 -"306859",68715,69887 -"306860",68716,68721 -"306861",68716,68779 -"306862",68716,69097 -"306863",68716,69098 -"306864",68716,69819 -"306865",68716,69853 -"306866",68716,69855 -"306867",68717,73822 -"306868",68717,73845 -"306869",68717,73893 -"306870",68717,74359 -"306871",68720,68915 -"306872",68720,75471 -"306873",68721,68779 -"306874",68721,69097 -"306875",68721,69098 -"306876",68722,82098 -"306877",68723,70878 -"306878",68724,69780 -"306879",68724,98094 -"306880",68724,108822 -"306881",68724,117103 -"306882",68725,82375 -"306883",68725,90309 -"306884",68726,70115 -"306885",68726,77194 -"306886",68726,93570 -"306887",68726,108495 -"306888",68726,108556 -"306889",68726,110482 -"306890",68726,119301 -"306891",68726,119753 -"306892",68726,119856 -"306893",68726,120164 -"306894",68727,107862 -"306895",68729,90680 -"306896",68730,75826 -"306897",68730,75835 -"306898",68730,75842 -"306899",68730,75931 -"306900",68731,80455 -"306901",68731,80463 -"306902",68731,80475 -"306903",68731,81580 -"306904",68731,81617 -"306905",68731,81703 -"306906",68732,69877 -"306907",68732,78995 -"306908",68732,94912 -"306909",68732,100557 -"306910",68732,101899 -"306911",68732,107204 -"306912",68732,113368 -"306913",68732,115355 -"306914",68732,123441 -"306915",68732,123443 -"306916",68733,69159 -"306917",68733,78996 -"306918",68735,72247 -"306919",68736,92400 -"306920",68736,92560 -"306921",68736,103490 -"306922",68736,112265 -"306923",68738,90220 -"306924",68738,93909 -"306925",68738,99725 -"306926",68741,92459 -"306927",68743,83077 -"306928",68743,86057 -"306929",68745,68746 -"306930",68745,68747 -"306931",68745,80330 -"306932",68745,84416 -"306933",68746,68747 -"306934",68748,69006 -"306935",68749,68930 -"306936",68749,70314 -"306937",68749,104580 -"306938",68749,109425 -"306939",68749,109460 -"306940",68749,112438 -"306941",68749,112488 -"306942",68752,69085 -"306943",68752,95601 -"306944",68753,87702 -"306945",68753,101633 -"306946",68753,101638 -"306947",68753,101676 -"306948",68753,101979 -"306949",68754,117800 -"306950",68754,117807 -"306951",68754,117814 -"306952",68754,117823 -"306953",68755,74773 -"306954",68755,75398 -"306955",68756,123304 -"306956",68758,74082 -"306957",68758,77929 -"306958",68758,82772 -"306959",68759,102519 -"306960",68759,103637 -"306961",68761,79599 -"306962",68761,109347 -"306963",68762,77693 -"306964",68762,88280 -"306965",68762,88610 -"306966",68762,91282 -"306967",68762,101733 -"306968",68762,101827 -"306969",68763,110714 -"306970",68764,69954 -"306971",68764,99564 -"306972",68764,103432 -"306973",68766,80450 -"306974",68768,69670 -"306975",68768,83975 -"306976",68768,92669 -"306977",68768,99296 -"306978",68768,99792 -"306979",68768,99837 -"306980",68768,100711 -"306981",68769,69133 -"306982",68775,84430 -"306983",68776,76599 -"306984",68776,80468 -"306985",68776,85001 -"306986",68778,113893 -"306987",68779,69097 -"306988",68779,69098 -"306989",68780,70954 -"306990",68780,115153 -"306991",68783,72112 -"306992",68783,72204 -"306993",68785,99098 -"306994",68786,113837 -"306995",68786,113840 -"306996",68788,88159 -"306997",68788,91788 -"306998",68788,91847 -"306999",68788,91851 -"307000",68788,111609 -"307001",68789,68891 -"307002",68789,68914 -"307003",68790,89665 -"307004",68790,117623 -"307005",68791,82162 -"307006",68791,99266 -"307007",68796,75457 -"307008",68797,71459 -"307009",68799,75672 -"307010",68799,77466 -"307011",68799,77914 -"307012",68799,80119 -"307013",68799,116659 -"307014",68799,121547 -"307015",68799,122156 -"307016",68801,100140 -"307017",68803,87480 -"307018",68803,107318 -"307019",68804,86126 -"307020",68804,103963 -"307021",68805,80116 -"307022",68805,108924 -"307023",68806,87977 -"307024",68806,90387 -"307025",68806,112374 -"307026",68807,68813 -"307027",68807,68826 -"307028",68807,68864 -"307029",68809,88917 -"307030",68810,108415 -"307031",68811,77218 -"307032",68812,81978 -"307033",68812,112197 -"307034",68813,68826 -"307035",68813,68864 -"307036",68814,105742 -"307037",68815,101325 -"307038",68815,106863 -"307039",68815,106902 -"307040",68816,68909 -"307041",68816,68938 -"307042",68816,69332 -"307043",68816,69681 -"307044",68816,70610 -"307045",68816,70611 -"307046",68816,70725 -"307047",68816,71211 -"307048",68816,71505 -"307049",68816,71887 -"307050",68820,78231 -"307051",68820,85836 -"307052",68820,86125 -"307053",68820,87580 -"307054",68822,68858 -"307055",68822,79110 -"307056",68822,92895 -"307057",68822,94857 -"307058",68822,94861 -"307059",68822,98986 -"307060",68823,73553 -"307061",68823,97012 -"307062",68823,101092 -"307063",68823,101441 -"307064",68823,103698 -"307065",68823,106449 -"307066",68823,107268 -"307067",68823,109978 -"307068",68823,111311 -"307069",68823,115929 -"307070",68823,121339 -"307071",68823,121348 -"307072",68823,121354 -"307073",68824,80892 -"307074",68824,119280 -"307075",68825,99179 -"307076",68826,68864 -"307077",68827,71870 -"307078",68827,74186 -"307079",68827,81286 -"307080",68827,89988 -"307081",68827,103888 -"307082",68827,106703 -"307083",68828,76748 -"307084",68828,78940 -"307085",68828,79074 -"307086",68828,116812 -"307087",68829,70824 -"307088",68829,90793 -"307089",68829,111622 -"307090",68830,85948 -"307091",68830,85970 -"307092",68831,94088 -"307093",68831,94138 -"307094",68831,109181 -"307095",68833,90151 -"307096",68836,68850 -"307097",68836,68866 -"307098",68836,68868 -"307099",68836,68873 -"307100",68837,102587 -"307101",68837,109730 -"307102",68837,115535 -"307103",68839,82053 -"307104",68841,84456 -"307105",68841,85847 -"307106",68842,87278 -"307107",68843,94353 -"307108",68843,97716 -"307109",68844,68845 -"307110",68844,77441 -"307111",68844,88288 -"307112",68844,88443 -"307113",68844,100502 -"307114",68844,100583 -"307115",68847,84089 -"307116",68847,88081 -"307117",68847,94961 -"307118",68847,113573 -"307119",68847,113637 -"307120",68847,113646 -"307121",68848,92684 -"307122",68848,93116 -"307123",68849,71730 -"307124",68849,80065 -"307125",68850,68866 -"307126",68850,68868 -"307127",68850,68873 -"307128",68851,69193 -"307129",68853,68931 -"307130",68853,74100 -"307131",68853,82964 -"307132",68853,95320 -"307133",68853,105066 -"307134",68854,70079 -"307135",68854,80144 -"307136",68854,80202 -"307137",68854,80209 -"307138",68854,116047 -"307139",68855,82486 -"307140",68855,87595 -"307141",68855,119488 -"307142",68857,86468 -"307143",68857,86483 -"307144",68858,87904 -"307145",68858,96851 -"307146",68859,112678 -"307147",68861,70719 -"307148",68861,79111 -"307149",68861,79133 -"307150",68862,74799 -"307151",68862,78956 -"307152",68862,83163 -"307153",68862,89955 -"307154",68862,91869 -"307155",68862,93317 -"307156",68862,101146 -"307157",68862,107465 -"307158",68862,108821 -"307159",68862,108835 -"307160",68862,110139 -"307161",68866,68868 -"307162",68866,68873 -"307163",68868,68873 -"307164",68872,87636 -"307165",68872,99670 -"307166",68873,114076 -"307167",68874,69375 -"307168",68875,68912 -"307169",68875,69671 -"307170",68875,70887 -"307171",68875,75373 -"307172",68875,90752 -"307173",68875,91733 -"307174",68875,91734 -"307175",68876,69232 -"307176",68876,94025 -"307177",68876,108508 -"307178",68876,115715 -"307179",68877,89268 -"307180",68877,98118 -"307181",68878,82572 -"307182",68878,82580 -"307183",68881,77748 -"307184",68882,102312 -"307185",68883,68956 -"307186",68884,81504 -"307187",68884,88853 -"307188",68884,105435 -"307189",68885,105281 -"307190",68885,105383 -"307191",68887,81820 -"307192",68887,104720 -"307193",68887,123457 -"307194",68888,96068 -"307195",68888,98832 -"307196",68888,110350 -"307197",68888,110351 -"307198",68888,110408 -"307199",68889,70698 -"307200",68890,112949 -"307201",68890,117329 -"307202",68891,68914 -"307203",68894,90803 -"307204",68895,82123 -"307205",68895,97426 -"307206",68895,113463 -"307207",68896,74878 -"307208",68896,97758 -"307209",68898,69891 -"307210",68899,72447 -"307211",68900,106270 -"307212",68900,122667 -"307213",68901,76370 -"307214",68901,93632 -"307215",68902,81504 -"307216",68903,106195 -"307217",68904,78039 -"307218",68905,69160 -"307219",68908,69058 -"307220",68908,69076 -"307221",68909,68938 -"307222",68909,69332 -"307223",68909,69681 -"307224",68909,70610 -"307225",68909,70611 -"307226",68909,70725 -"307227",68909,71211 -"307228",68909,71505 -"307229",68909,71887 -"307230",68910,78323 -"307231",68910,82206 -"307232",68910,89336 -"307233",68910,89346 -"307234",68917,69296 -"307235",68917,71106 -"307236",68917,73655 -"307237",68917,75767 -"307238",68917,76046 -"307239",68917,76459 -"307240",68917,76808 -"307241",68917,77727 -"307242",68917,78224 -"307243",68917,79222 -"307244",68917,82856 -"307245",68917,82978 -"307246",68917,83306 -"307247",68917,85027 -"307248",68917,85182 -"307249",68917,88412 -"307250",68917,90275 -"307251",68917,90426 -"307252",68917,91112 -"307253",68917,91526 -"307254",68917,93425 -"307255",68917,93523 -"307256",68917,93940 -"307257",68917,93941 -"307258",68917,94520 -"307259",68917,95954 -"307260",68917,99544 -"307261",68917,99547 -"307262",68917,99554 -"307263",68917,99718 -"307264",68917,100595 -"307265",68917,100739 -"307266",68917,100819 -"307267",68917,101898 -"307268",68917,101988 -"307269",68917,102146 -"307270",68917,102201 -"307271",68917,102309 -"307272",68917,102635 -"307273",68917,102730 -"307274",68917,102846 -"307275",68917,103790 -"307276",68917,104095 -"307277",68917,104574 -"307278",68917,104784 -"307279",68917,104845 -"307280",68917,107269 -"307281",68917,107623 -"307282",68917,107714 -"307283",68917,107879 -"307284",68917,107975 -"307285",68917,108673 -"307286",68917,113356 -"307287",68917,113390 -"307288",68918,69141 -"307289",68919,69035 -"307290",68919,76048 -"307291",68919,76541 -"307292",68919,78327 -"307293",68919,88257 -"307294",68919,100810 -"307295",68919,105872 -"307296",68919,106535 -"307297",68920,71288 -"307298",68920,90687 -"307299",68922,80054 -"307300",68922,101292 -"307301",68923,85117 -"307302",68923,116707 -"307303",68924,70922 -"307304",68924,99509 -"307305",68925,111998 -"307306",68926,121817 -"307307",68932,68969 -"307308",68932,99407 -"307309",68933,74068 -"307310",68933,105224 -"307311",68938,69332 -"307312",68938,69681 -"307313",68938,70610 -"307314",68938,70611 -"307315",68938,70725 -"307316",68938,71211 -"307317",68938,71505 -"307318",68938,71887 -"307319",68938,72030 -"307320",68939,74417 -"307321",68939,91971 -"307322",68939,98856 -"307323",68940,69087 -"307324",68940,69199 -"307325",68941,71349 -"307326",68942,77639 -"307327",68942,80967 -"307328",68942,100766 -"307329",68943,69718 -"307330",68943,71918 -"307331",68943,84875 -"307332",68943,108129 -"307333",68945,69207 -"307334",68945,70496 -"307335",68945,113436 -"307336",68945,117357 -"307337",68947,69851 -"307338",68947,121782 -"307339",68948,69292 -"307340",68950,72594 -"307341",68954,111015 -"307342",68956,83519 -"307343",68956,117875 -"307344",68957,113639 -"307345",68957,117157 -"307346",68957,123022 -"307347",68958,71922 -"307348",68958,73820 -"307349",68958,87507 -"307350",68958,87990 -"307351",68958,112712 -"307352",68959,108568 -"307353",68960,87705 -"307354",68961,89322 -"307355",68961,95527 -"307356",68964,72262 -"307357",68966,69180 -"307358",68966,69226 -"307359",68966,71191 -"307360",68966,71426 -"307361",68967,78257 -"307362",68967,90509 -"307363",68967,91768 -"307364",68967,103764 -"307365",68967,105065 -"307366",68967,118382 -"307367",68970,97926 -"307368",68970,123272 -"307369",68975,73857 -"307370",68975,74072 -"307371",68979,69092 -"307372",68979,69101 -"307373",68979,69115 -"307374",68979,69161 -"307375",68979,100074 -"307376",68980,68991 -"307377",68982,86751 -"307378",68982,93624 -"307379",68982,96257 -"307380",68984,69021 -"307381",68985,86250 -"307382",68985,95829 -"307383",68985,96824 -"307384",68985,107235 -"307385",68986,92625 -"307386",68986,95391 -"307387",68986,107486 -"307388",68986,107601 -"307389",68987,69306 -"307390",68987,100932 -"307391",68988,91102 -"307392",68988,93128 -"307393",68989,80043 -"307394",68989,115165 -"307395",68989,115172 -"307396",68989,115175 -"307397",68992,83075 -"307398",68992,93546 -"307399",68992,103306 -"307400",68992,104800 -"307401",68992,105402 -"307402",68992,106707 -"307403",68992,110444 -"307404",68992,119389 -"307405",68993,69016 -"307406",68994,73315 -"307407",68994,83698 -"307408",68995,74146 -"307409",68995,100539 -"307410",68997,71469 -"307411",68997,81914 -"307412",68997,87234 -"307413",68997,87748 -"307414",68997,106186 -"307415",68997,108019 -"307416",68999,101641 -"307417",69000,69002 -"307418",69003,94518 -"307419",69003,94535 -"307420",69005,101493 -"307421",69005,113822 -"307422",69007,120599 -"307423",69009,74061 -"307424",69009,76561 -"307425",69010,69050 -"307426",69011,75510 -"307427",69011,76029 -"307428",69011,78549 -"307429",69011,91222 -"307430",69011,97260 -"307431",69011,99545 -"307432",69011,99572 -"307433",69011,116161 -"307434",69012,72508 -"307435",69012,73773 -"307436",69012,80477 -"307437",69012,88306 -"307438",69012,101327 -"307439",69012,115886 -"307440",69012,118904 -"307441",69012,120869 -"307442",69012,120872 -"307443",69013,89353 -"307444",69013,89437 -"307445",69014,98635 -"307446",69015,120175 -"307447",69016,113985 -"307448",69017,89423 -"307449",69017,104579 -"307450",69018,83358 -"307451",69018,84072 -"307452",69018,95401 -"307453",69019,71387 -"307454",69019,78632 -"307455",69019,99108 -"307456",69019,104790 -"307457",69023,75110 -"307458",69026,72896 -"307459",69028,72873 -"307460",69030,71552 -"307461",69030,71608 -"307462",69030,85911 -"307463",69030,86065 -"307464",69032,70323 -"307465",69032,88569 -"307466",69032,99071 -"307467",69035,105872 -"307468",69037,74078 -"307469",69037,81381 -"307470",69037,82589 -"307471",69037,87835 -"307472",69037,97683 -"307473",69037,107496 -"307474",69037,112875 -"307475",69039,97564 -"307476",69039,98465 -"307477",69039,112035 -"307478",69042,69052 -"307479",69045,84549 -"307480",69046,80778 -"307481",69046,91867 -"307482",69046,121089 -"307483",69048,70948 -"307484",69048,86474 -"307485",69048,105108 -"307486",69048,106294 -"307487",69048,106304 -"307488",69049,91411 -"307489",69049,92592 -"307490",69049,101087 -"307491",69049,102341 -"307492",69049,110376 -"307493",69049,110380 -"307494",69049,111987 -"307495",69051,111397 -"307496",69051,119574 -"307497",69053,77243 -"307498",69053,81980 -"307499",69053,85259 -"307500",69053,90182 -"307501",69053,91179 -"307502",69053,119823 -"307503",69057,88171 -"307504",69057,109201 -"307505",69057,112109 -"307506",69058,69076 -"307507",69059,69453 -"307508",69060,76373 -"307509",69061,104167 -"307510",69065,72319 -"307511",69065,108385 -"307512",69066,113922 -"307513",69067,91517 -"307514",69067,91543 -"307515",69067,115326 -"307516",69067,116565 -"307517",69068,98316 -"307518",69069,104509 -"307519",69072,88692 -"307520",69072,111172 -"307521",69074,71970 -"307522",69074,78868 -"307523",69074,80929 -"307524",69074,82405 -"307525",69074,82852 -"307526",69074,85910 -"307527",69075,78408 -"307528",69075,89308 -"307529",69075,90390 -"307530",69077,77520 -"307531",69079,69248 -"307532",69079,73338 -"307533",69079,85811 -"307534",69079,99064 -"307535",69083,69094 -"307536",69083,69137 -"307537",69083,69156 -"307538",69084,91903 -"307539",69084,122335 -"307540",69085,87860 -"307541",69085,88043 -"307542",69086,78721 -"307543",69086,109386 -"307544",69087,69199 -"307545",69088,69155 -"307546",69088,79191 -"307547",69088,119415 -"307548",69091,71059 -"307549",69091,76470 -"307550",69091,88938 -"307551",69091,100195 -"307552",69092,69101 -"307553",69092,69115 -"307554",69092,69161 -"307555",69094,69137 -"307556",69094,69156 -"307557",69094,94123 -"307558",69096,99460 -"307559",69096,99464 -"307560",69096,99465 -"307561",69096,99538 -"307562",69096,107522 -"307563",69097,69098 -"307564",69099,99866 -"307565",69100,73203 -"307566",69101,69115 -"307567",69101,69161 -"307568",69104,94147 -"307569",69105,100737 -"307570",69106,92193 -"307571",69107,73797 -"307572",69110,69148 -"307573",69111,78571 -"307574",69114,88173 -"307575",69114,102409 -"307576",69114,107905 -"307577",69115,69161 -"307578",69116,102553 -"307579",69117,73461 -"307580",69117,81159 -"307581",69117,81878 -"307582",69117,89214 -"307583",69117,91967 -"307584",69117,109766 -"307585",69121,101658 -"307586",69121,105034 -"307587",69121,106910 -"307588",69121,109603 -"307589",69121,111946 -"307590",69121,112506 -"307591",69121,117953 -"307592",69121,119734 -"307593",69122,73623 -"307594",69122,75553 -"307595",69122,82353 -"307596",69122,99424 -"307597",69122,102222 -"307598",69122,102796 -"307599",69122,110394 -"307600",69122,115110 -"307601",69122,122157 -"307602",69129,69236 -"307603",69130,74718 -"307604",69131,76489 -"307605",69133,73833 -"307606",69133,73834 -"307607",69133,73849 -"307608",69133,75663 -"307609",69135,69146 -"307610",69136,89327 -"307611",69136,93686 -"307612",69137,69156 -"307613",69139,72634 -"307614",69139,94828 -"307615",69140,115415 -"307616",69140,115442 -"307617",69140,115488 -"307618",69141,80451 -"307619",69141,100524 -"307620",69141,100658 -"307621",69141,110961 -"307622",69142,69162 -"307623",69145,69149 -"307624",69145,103779 -"307625",69150,92969 -"307626",69150,118977 -"307627",69153,77104 -"307628",69154,72932 -"307629",69154,77930 -"307630",69154,84270 -"307631",69155,101630 -"307632",69159,71655 -"307633",69163,69195 -"307634",69163,69211 -"307635",69163,69213 -"307636",69164,117414 -"307637",69165,88279 -"307638",69165,88319 -"307639",69166,69977 -"307640",69166,70080 -"307641",69166,70185 -"307642",69171,112663 -"307643",69174,69190 -"307644",69174,82469 -"307645",69174,84204 -"307646",69175,77467 -"307647",69175,79360 -"307648",69175,86896 -"307649",69177,69205 -"307650",69177,74259 -"307651",69177,74328 -"307652",69179,78996 -"307653",69179,79600 -"307654",69179,81591 -"307655",69179,110519 -"307656",69180,69226 -"307657",69181,77574 -"307658",69181,110407 -"307659",69181,113802 -"307660",69181,116410 -"307661",69181,119510 -"307662",69182,70121 -"307663",69182,81651 -"307664",69182,100286 -"307665",69182,100297 -"307666",69182,103279 -"307667",69182,106071 -"307668",69184,77887 -"307669",69184,118500 -"307670",69185,94727 -"307671",69188,107143 -"307672",69188,109324 -"307673",69189,100714 -"307674",69189,103359 -"307675",69192,69485 -"307676",69192,73881 -"307677",69192,74599 -"307678",69195,69211 -"307679",69195,69213 -"307680",69196,91239 -"307681",69196,95759 -"307682",69197,69218 -"307683",69198,74650 -"307684",69198,77565 -"307685",69198,78974 -"307686",69198,81648 -"307687",69198,82932 -"307688",69198,86023 -"307689",69198,87813 -"307690",69198,88773 -"307691",69198,88817 -"307692",69198,88821 -"307693",69198,90521 -"307694",69198,90531 -"307695",69198,90993 -"307696",69198,90994 -"307697",69198,92417 -"307698",69198,99076 -"307699",69198,99141 -"307700",69198,99174 -"307701",69198,100319 -"307702",69198,101250 -"307703",69198,101462 -"307704",69198,109885 -"307705",69198,110742 -"307706",69198,112606 -"307707",69198,116142 -"307708",69198,116150 -"307709",69198,116151 -"307710",69198,116152 -"307711",69198,116155 -"307712",69198,116159 -"307713",69198,116163 -"307714",69198,116165 -"307715",69198,116166 -"307716",69198,116171 -"307717",69198,116677 -"307718",69198,116678 -"307719",69199,88938 -"307720",69200,69208 -"307721",69204,108475 -"307722",69204,116158 -"307723",69206,117140 -"307724",69207,77415 -"307725",69207,78471 -"307726",69207,78641 -"307727",69207,78914 -"307728",69207,92604 -"307729",69207,120835 -"307730",69207,121123 -"307731",69207,121124 -"307732",69210,73293 -"307733",69210,90960 -"307734",69210,121171 -"307735",69211,69213 -"307736",69212,69223 -"307737",69212,104290 -"307738",69215,70227 -"307739",69215,71493 -"307740",69215,83042 -"307741",69215,91489 -"307742",69215,99191 -"307743",69215,105262 -"307744",69215,107410 -"307745",69215,108872 -"307746",69215,110454 -"307747",69215,110659 -"307748",69215,111156 -"307749",69215,113361 -"307750",69215,114895 -"307751",69216,107113 -"307752",69217,109475 -"307753",69218,94048 -"307754",69218,95077 -"307755",69218,97616 -"307756",69218,119683 -"307757",69219,99442 -"307758",69222,77152 -"307759",69223,71059 -"307760",69223,86553 -"307761",69223,94987 -"307762",69223,123225 -"307763",69223,123246 -"307764",69223,123251 -"307765",69223,123254 -"307766",69224,87626 -"307767",69225,98522 -"307768",69225,98527 -"307769",69228,69252 -"307770",69229,92959 -"307771",69229,94239 -"307772",69230,69291 -"307773",69231,69436 -"307774",69232,82447 -"307775",69232,94025 -"307776",69232,103445 -"307777",69232,106836 -"307778",69233,69318 -"307779",69234,69891 -"307780",69234,71403 -"307781",69234,71462 -"307782",69234,82318 -"307783",69234,82343 -"307784",69235,78484 -"307785",69235,80339 -"307786",69235,80370 -"307787",69240,78949 -"307788",69241,69245 -"307789",69244,69470 -"307790",69245,71208 -"307791",69245,99347 -"307792",69245,113225 -"307793",69248,73338 -"307794",69248,81108 -"307795",69249,83662 -"307796",69249,88950 -"307797",69250,71560 -"307798",69250,72665 -"307799",69250,73987 -"307800",69250,74234 -"307801",69250,76607 -"307802",69250,77657 -"307803",69250,85683 -"307804",69250,90256 -"307805",69250,92546 -"307806",69250,112724 -"307807",69250,118642 -"307808",69251,70945 -"307809",69251,75786 -"307810",69251,75807 -"307811",69251,75808 -"307812",69251,75965 -"307813",69251,75975 -"307814",69251,75990 -"307815",69251,75991 -"307816",69251,75998 -"307817",69251,86787 -"307818",69251,108509 -"307819",69251,108594 -"307820",69252,78746 -"307821",69253,74090 -"307822",69253,97587 -"307823",69253,114645 -"307824",69253,116305 -"307825",69254,94008 -"307826",69254,103609 -"307827",69257,76635 -"307828",69257,99677 -"307829",69257,105019 -"307830",69257,114948 -"307831",69257,114974 -"307832",69258,94321 -"307833",69258,94323 -"307834",69258,95736 -"307835",69259,69260 -"307836",69259,69272 -"307837",69259,69593 -"307838",69259,84566 -"307839",69259,85643 -"307840",69260,69272 -"307841",69260,69593 -"307842",69260,71458 -"307843",69260,81504 -"307844",69261,78997 -"307845",69261,86650 -"307846",69262,110461 -"307847",69263,69409 -"307848",69263,114677 -"307849",69265,103353 -"307850",69268,75922 -"307851",69268,114219 -"307852",69268,120995 -"307853",69270,97071 -"307854",69271,88793 -"307855",69271,94983 -"307856",69272,69593 -"307857",69272,76179 -"307858",69273,80964 -"307859",69273,117329 -"307860",69276,74647 -"307861",69277,117968 -"307862",69278,107469 -"307863",69279,87298 -"307864",69279,103053 -"307865",69279,123125 -"307866",69281,87445 -"307867",69281,111943 -"307868",69282,69548 -"307869",69282,95533 -"307870",69282,104959 -"307871",69282,105027 -"307872",69288,99286 -"307873",69289,93160 -"307874",69289,97416 -"307875",69289,115200 -"307876",69291,78073 -"307877",69291,79331 -"307878",69291,79710 -"307879",69291,79711 -"307880",69291,79720 -"307881",69291,79725 -"307882",69291,79738 -"307883",69291,79748 -"307884",69291,79750 -"307885",69291,79754 -"307886",69291,79758 -"307887",69291,79760 -"307888",69291,79771 -"307889",69291,79780 -"307890",69291,79781 -"307891",69291,79803 -"307892",69293,94520 -"307893",69293,103024 -"307894",69296,71106 -"307895",69296,73655 -"307896",69296,75767 -"307897",69296,76046 -"307898",69296,76459 -"307899",69296,76808 -"307900",69296,77727 -"307901",69296,78224 -"307902",69296,79222 -"307903",69296,82978 -"307904",69296,83306 -"307905",69296,85027 -"307906",69296,88412 -"307907",69296,90275 -"307908",69296,90426 -"307909",69296,91112 -"307910",69296,91526 -"307911",69296,93425 -"307912",69296,93523 -"307913",69296,94520 -"307914",69296,95954 -"307915",69296,99544 -"307916",69296,99547 -"307917",69296,99554 -"307918",69296,100595 -"307919",69296,100739 -"307920",69296,100819 -"307921",69296,101898 -"307922",69296,101988 -"307923",69296,102146 -"307924",69296,102201 -"307925",69296,102309 -"307926",69296,102635 -"307927",69296,102730 -"307928",69296,102846 -"307929",69296,103790 -"307930",69296,104095 -"307931",69296,104574 -"307932",69296,104784 -"307933",69296,104845 -"307934",69296,107269 -"307935",69296,107623 -"307936",69296,107714 -"307937",69296,107879 -"307938",69296,107975 -"307939",69298,106891 -"307940",69299,95681 -"307941",69299,105186 -"307942",69301,83345 -"307943",69303,69304 -"307944",69303,69330 -"307945",69303,69344 -"307946",69303,69667 -"307947",69304,69330 -"307948",69304,69344 -"307949",69304,69667 -"307950",69306,79849 -"307951",69306,118206 -"307952",69307,69874 -"307953",69308,71642 -"307954",69310,71025 -"307955",69310,73394 -"307956",69310,77507 -"307957",69311,85496 -"307958",69314,118632 -"307959",69315,71001 -"307960",69316,70159 -"307961",69316,72936 -"307962",69316,89062 -"307963",69316,89120 -"307964",69316,89606 -"307965",69316,90416 -"307966",69316,91060 -"307967",69316,91063 -"307968",69316,91397 -"307969",69316,93033 -"307970",69316,96155 -"307971",69316,96769 -"307972",69316,96771 -"307973",69316,98930 -"307974",69316,111171 -"307975",69316,111180 -"307976",69317,69406 -"307977",69317,69407 -"307978",69317,69476 -"307979",69320,69337 -"307980",69321,77157 -"307981",69322,75699 -"307982",69322,83973 -"307983",69323,85640 -"307984",69324,69373 -"307985",69327,82767 -"307986",69327,88859 -"307987",69327,89598 -"307988",69327,104990 -"307989",69327,109571 -"307990",69328,78153 -"307991",69328,88103 -"307992",69330,69344 -"307993",69330,69667 -"307994",69331,78245 -"307995",69332,69681 -"307996",69332,70610 -"307997",69332,70611 -"307998",69332,70725 -"307999",69332,71211 -"308000",69332,71505 -"308001",69332,71887 -"308002",69333,70561 -"308003",69334,81323 -"308004",69334,98795 -"308005",69334,116760 -"308006",69335,69340 -"308007",69335,75245 -"308008",69335,75776 -"308009",69335,75956 -"308010",69335,76387 -"308011",69335,78978 -"308012",69335,79212 -"308013",69335,79241 -"308014",69335,79579 -"308015",69335,80239 -"308016",69335,80301 -"308017",69335,81397 -"308018",69335,88340 -"308019",69335,88749 -"308020",69335,89069 -"308021",69335,89373 -"308022",69335,89995 -"308023",69335,90919 -"308024",69335,90936 -"308025",69335,91677 -"308026",69335,92861 -"308027",69335,93097 -"308028",69335,94231 -"308029",69335,95489 -"308030",69335,96247 -"308031",69335,96363 -"308032",69335,97898 -"308033",69336,90055 -"308034",69336,101839 -"308035",69336,112512 -"308036",69337,111854 -"308037",69338,81576 -"308038",69338,98181 -"308039",69338,102943 -"308040",69338,103231 -"308041",69339,80697 -"308042",69339,108492 -"308043",69340,75263 -"308044",69341,69458 -"308045",69341,69459 -"308046",69341,78145 -"308047",69341,107725 -"308048",69344,69667 -"308049",69346,69524 -"308050",69346,73662 -"308051",69346,83135 -"308052",69346,91909 -"308053",69346,109557 -"308054",69347,93571 -"308055",69348,94000 -"308056",69350,69365 -"308057",69351,71053 -"308058",69351,71056 -"308059",69351,71072 -"308060",69351,117629 -"308061",69352,72827 -"308062",69352,75701 -"308063",69352,77881 -"308064",69352,93562 -"308065",69352,93665 -"308066",69352,98018 -"308067",69352,101392 -"308068",69352,104387 -"308069",69352,107030 -"308070",69352,113249 -"308071",69352,113255 -"308072",69352,113262 -"308073",69352,113265 -"308074",69352,114318 -"308075",69355,69383 -"308076",69355,99534 -"308077",69357,101534 -"308078",69357,110081 -"308079",69358,84223 -"308080",69358,84335 -"308081",69358,84344 -"308082",69359,85321 -"308083",69360,81804 -"308084",69361,103700 -"308085",69362,71693 -"308086",69362,76590 -"308087",69362,86600 -"308088",69362,88782 -"308089",69362,92517 -"308090",69362,100140 -"308091",69362,105198 -"308092",69362,110250 -"308093",69362,122588 -"308094",69362,122819 -"308095",69362,122852 -"308096",69362,122861 -"308097",69362,122863 -"308098",69362,122864 -"308099",69363,95941 -"308100",69364,69371 -"308101",69366,75469 -"308102",69366,86434 -"308103",69366,94790 -"308104",69366,97248 -"308105",69366,97267 -"308106",69366,97270 -"308107",69368,78195 -"308108",69369,90998 -"308109",69369,102459 -"308110",69369,107667 -"308111",69372,95989 -"308112",69372,118101 -"308113",69372,118103 -"308114",69376,78884 -"308115",69376,83669 -"308116",69377,84945 -"308117",69377,85341 -"308118",69377,102429 -"308119",69379,71055 -"308120",69380,79684 -"308121",69380,86018 -"308122",69380,120789 -"308123",69383,76359 -"308124",69383,84453 -"308125",69383,88674 -"308126",69383,90767 -"308127",69384,79405 -"308128",69384,89811 -"308129",69386,119850 -"308130",69386,119858 -"308131",69387,104673 -"308132",69388,83183 -"308133",69388,85263 -"308134",69388,85270 -"308135",69388,85281 -"308136",69388,106489 -"308137",69389,78724 -"308138",69390,96705 -"308139",69390,98272 -"308140",69390,110168 -"308141",69390,112921 -"308142",69390,121277 -"308143",69393,88959 -"308144",69393,99880 -"308145",69393,116341 -"308146",69393,117074 -"308147",69393,117645 -"308148",69393,117655 -"308149",69394,73466 -"308150",69394,86714 -"308151",69394,95994 -"308152",69395,73023 -"308153",69396,69448 -"308154",69397,78982 -"308155",69398,109412 -"308156",69400,69401 -"308157",69400,69402 -"308158",69400,90769 -"308159",69400,90791 -"308160",69401,69402 -"308161",69401,84686 -"308162",69402,84218 -"308163",69403,98014 -"308164",69403,106865 -"308165",69403,111165 -"308166",69403,111166 -"308167",69403,113393 -"308168",69404,94048 -"308169",69405,116850 -"308170",69406,69407 -"308171",69406,69476 -"308172",69407,69476 -"308173",69409,114677 -"308174",69410,69445 -"308175",69411,118109 -"308176",69411,123226 -"308177",69412,69641 -"308178",69413,74526 -"308179",69413,85912 -"308180",69416,115349 -"308181",69416,120097 -"308182",69417,97709 -"308183",69417,112068 -"308184",69418,78044 -"308185",69419,92066 -"308186",69421,69422 -"308187",69421,91073 -"308188",69422,109946 -"308189",69422,111371 -"308190",69423,69450 -"308191",69427,77380 -"308192",69427,114628 -"308193",69429,71219 -"308194",69429,71259 -"308195",69429,71515 -"308196",69429,74805 -"308197",69429,78971 -"308198",69429,85555 -"308199",69429,86925 -"308200",69429,91323 -"308201",69429,94702 -"308202",69429,113234 -"308203",69431,92917 -"308204",69432,71365 -"308205",69432,72516 -"308206",69432,72532 -"308207",69432,72561 -"308208",69432,75519 -"308209",69432,75529 -"308210",69432,75575 -"308211",69432,96234 -"308212",69433,75874 -"308213",69433,76142 -"308214",69433,113746 -"308215",69433,114052 -"308216",69434,76822 -"308217",69434,104249 -"308218",69434,104513 -"308219",69435,69449 -"308220",69435,72374 -"308221",69435,72417 -"308222",69436,70776 -"308223",69436,70830 -"308224",69436,70839 -"308225",69437,92025 -"308226",69437,92108 -"308227",69437,92114 -"308228",69437,92115 -"308229",69439,97395 -"308230",69439,115565 -"308231",69440,101398 -"308232",69440,107325 -"308233",69440,115351 -"308234",69442,69471 -"308235",69443,70555 -"308236",69445,69978 -"308237",69446,82009 -"308238",69447,97242 -"308239",69447,102067 -"308240",69448,88296 -"308241",69448,93405 -"308242",69448,93459 -"308243",69448,97783 -"308244",69452,87824 -"308245",69452,103160 -"308246",69453,71483 -"308247",69453,71506 -"308248",69453,72023 -"308249",69454,84935 -"308250",69454,106998 -"308251",69454,110107 -"308252",69454,116231 -"308253",69454,116283 -"308254",69454,116286 -"308255",69455,81065 -"308256",69455,91023 -"308257",69455,91751 -"308258",69455,91970 -"308259",69455,103532 -"308260",69455,107264 -"308261",69456,69457 -"308262",69457,104389 -"308263",69458,69459 -"308264",69461,69462 -"308265",69463,81304 -"308266",69463,83530 -"308267",69463,89180 -"308268",69463,121155 -"308269",69468,72166 -"308270",69471,78305 -"308271",69471,81758 -"308272",69471,93766 -"308273",69471,93767 -"308274",69471,97667 -"308275",69471,99044 -"308276",69472,76092 -"308277",69474,109765 -"308278",69476,78627 -"308279",69476,92680 -"308280",69478,91762 -"308281",69478,94763 -"308282",69478,99574 -"308283",69478,99581 -"308284",69478,99592 -"308285",69478,99598 -"308286",69480,72728 -"308287",69480,96674 -"308288",69480,96719 -"308289",69482,69483 -"308290",69482,69484 -"308291",69482,69527 -"308292",69482,69676 -"308293",69482,69694 -"308294",69482,69800 -"308295",69482,69894 -"308296",69482,69917 -"308297",69483,69484 -"308298",69483,69527 -"308299",69483,69676 -"308300",69483,69694 -"308301",69483,69800 -"308302",69483,69894 -"308303",69483,69917 -"308304",69484,69527 -"308305",69484,69676 -"308306",69484,69694 -"308307",69484,69800 -"308308",69484,69894 -"308309",69484,69917 -"308310",69484,115592 -"308311",69485,73881 -"308312",69485,74599 -"308313",69486,69487 -"308314",69486,69724 -"308315",69487,69724 -"308316",69487,73696 -"308317",69487,74922 -"308318",69487,75186 -"308319",69488,87159 -"308320",69488,99344 -"308321",69489,69506 -"308322",69489,69507 -"308323",69489,93427 -"308324",69493,91892 -"308325",69493,98926 -"308326",69498,94440 -"308327",69498,107437 -"308328",69498,112308 -"308329",69499,84464 -"308330",69502,102872 -"308331",69502,122608 -"308332",69503,99262 -"308333",69506,69507 -"308334",69507,85197 -"308335",69508,69556 -"308336",69509,73136 -"308337",69509,83797 -"308338",69509,87148 -"308339",69509,90380 -"308340",69509,91249 -"308341",69509,95344 -"308342",69509,95436 -"308343",69509,96869 -"308344",69509,103964 -"308345",69509,106589 -"308346",69509,110650 -"308347",69509,110902 -"308348",69509,112201 -"308349",69509,122448 -"308350",69509,122454 -"308351",69510,69740 -"308352",69512,95468 -"308353",69512,121784 -"308354",69512,122252 -"308355",69517,69521 -"308356",69517,80392 -"308357",69517,85538 -"308358",69517,94655 -"308359",69517,95669 -"308360",69517,99320 -"308361",69517,110696 -"308362",69517,110741 -"308363",69517,113594 -"308364",69517,118425 -"308365",69518,85446 -"308366",69518,112413 -"308367",69518,115528 -"308368",69518,119319 -"308369",69518,119321 -"308370",69519,93778 -"308371",69519,93803 -"308372",69519,114371 -"308373",69520,90025 -"308374",69520,91862 -"308375",69520,109988 -"308376",69520,112994 -"308377",69521,75316 -"308378",69521,81396 -"308379",69521,94265 -"308380",69521,110524 -"308381",69521,110551 -"308382",69521,111684 -"308383",69521,113197 -"308384",69523,86396 -"308385",69523,96350 -"308386",69524,72173 -"308387",69524,73662 -"308388",69524,76071 -"308389",69524,83135 -"308390",69524,83996 -"308391",69524,91909 -"308392",69524,95092 -"308393",69524,112573 -"308394",69526,88217 -"308395",69526,97390 -"308396",69527,69676 -"308397",69527,69694 -"308398",69527,69800 -"308399",69527,69894 -"308400",69527,69917 -"308401",69528,78570 -"308402",69528,79327 -"308403",69528,90056 -"308404",69529,78137 -"308405",69529,79293 -"308406",69529,91560 -"308407",69529,91581 -"308408",69529,91584 -"308409",69529,91616 -"308410",69529,91620 -"308411",69529,103049 -"308412",69530,92327 -"308413",69532,69646 -"308414",69532,71008 -"308415",69532,76697 -"308416",69532,85158 -"308417",69532,92260 -"308418",69532,117128 -"308419",69532,121066 -"308420",69533,95613 -"308421",69534,105872 -"308422",69536,74456 -"308423",69536,76964 -"308424",69536,104891 -"308425",69536,110313 -"308426",69536,112657 -"308427",69537,70702 -"308428",69537,90119 -"308429",69537,109769 -"308430",69537,116953 -"308431",69539,70920 -"308432",69539,72806 -"308433",69539,73220 -"308434",69539,84787 -"308435",69539,85548 -"308436",69539,92680 -"308437",69540,70870 -"308438",69541,81161 -"308439",69542,107013 -"308440",69543,69739 -"308441",69545,74100 -"308442",69545,94212 -"308443",69545,105397 -"308444",69545,109919 -"308445",69546,70912 -"308446",69546,77334 -"308447",69546,94625 -"308448",69548,95533 -"308449",69548,104959 -"308450",69548,105027 -"308451",69548,115588 -"308452",69549,86947 -"308453",69549,88214 -"308454",69549,91920 -"308455",69550,95638 -"308456",69551,88047 -"308457",69551,120541 -"308458",69552,112497 -"308459",69553,93216 -"308460",69553,106248 -"308461",69554,98985 -"308462",69554,101827 -"308463",69555,113418 -"308464",69561,69923 -"308465",69561,70117 -"308466",69561,80251 -"308467",69561,85476 -"308468",69561,86742 -"308469",69562,69586 -"308470",69562,69634 -"308471",69563,93583 -"308472",69563,98410 -"308473",69563,115732 -"308474",69564,69631 -"308475",69565,91275 -"308476",69565,93114 -"308477",69565,122105 -"308478",69566,94625 -"308479",69566,97015 -"308480",69566,100696 -"308481",69566,102439 -"308482",69566,116278 -"308483",69567,69624 -"308484",69567,73192 -"308485",69567,76428 -"308486",69567,79500 -"308487",69567,81074 -"308488",69567,95961 -"308489",69567,111478 -"308490",69567,111529 -"308491",69568,80577 -"308492",69568,93661 -"308493",69569,115500 -"308494",69569,115504 -"308495",69570,73575 -"308496",69570,75804 -"308497",69570,93669 -"308498",69570,118761 -"308499",69572,82158 -"308500",69572,91563 -"308501",69572,96211 -"308502",69572,102520 -"308503",69572,106720 -"308504",69574,69575 -"308505",69575,79016 -"308506",69575,79188 -"308507",69576,88373 -"308508",69576,123160 -"308509",69576,123163 -"308510",69578,70372 -"308511",69578,114930 -"308512",69579,69614 -"308513",69579,88338 -"308514",69580,69663 -"308515",69583,87718 -"308516",69585,69623 -"308517",69585,114260 -"308518",69586,69634 -"308519",69587,71222 -"308520",69587,71319 -"308521",69588,69630 -"308522",69588,74880 -"308523",69589,69924 -"308524",69591,79179 -"308525",69591,79214 -"308526",69591,88468 -"308527",69591,111617 -"308528",69591,119202 -"308529",69591,120728 -"308530",69592,86302 -"308531",69592,100884 -"308532",69592,103547 -"308533",69595,69904 -"308534",69595,99973 -"308535",69596,69627 -"308536",69597,84816 -"308537",69601,107495 -"308538",69602,100423 -"308539",69602,106162 -"308540",69602,107889 -"308541",69602,109420 -"308542",69602,114844 -"308543",69603,91553 -"308544",69606,93914 -"308545",69606,97266 -"308546",69606,108871 -"308547",69606,119701 -"308548",69606,120860 -"308549",69607,70510 -"308550",69608,94520 -"308551",69609,104320 -"308552",69610,106376 -"308553",69613,74159 -"308554",69613,103074 -"308555",69613,103078 -"308556",69613,103722 -"308557",69613,118574 -"308558",69615,83724 -"308559",69615,105168 -"308560",69615,108603 -"308561",69615,116465 -"308562",69617,100406 -"308563",69617,112045 -"308564",69617,112490 -"308565",69618,72449 -"308566",69618,76724 -"308567",69618,80414 -"308568",69618,80495 -"308569",69619,85467 -"308570",69620,69886 -"308571",69620,110784 -"308572",69620,110793 -"308573",69620,111566 -"308574",69621,90638 -"308575",69623,74543 -"308576",69623,99565 -"308577",69624,106297 -"308578",69625,76694 -"308579",69625,81087 -"308580",69625,85382 -"308581",69625,86819 -"308582",69625,90154 -"308583",69625,118080 -"308584",69629,88764 -"308585",69629,90824 -"308586",69629,114268 -"308587",69629,120708 -"308588",69630,70157 -"308589",69630,70818 -"308590",69632,103990 -"308591",69632,107492 -"308592",69633,78092 -"308593",69636,85865 -"308594",69636,90298 -"308595",69636,93136 -"308596",69636,96131 -"308597",69636,96273 -"308598",69636,100205 -"308599",69636,111165 -"308600",69639,69719 -"308601",69639,117042 -"308602",69640,88579 -"308603",69640,107249 -"308604",69641,71177 -"308605",69642,81079 -"308606",69643,92382 -"308607",69643,99751 -"308608",69644,69698 -"308609",69644,103208 -"308610",69644,103241 -"308611",69646,71008 -"308612",69646,72988 -"308613",69646,78842 -"308614",69646,80622 -"308615",69646,108432 -"308616",69647,69685 -"308617",69649,81333 -"308618",69649,81961 -"308619",69650,92470 -"308620",69650,92493 -"308621",69651,69666 -"308622",69651,75214 -"308623",69651,79396 -"308624",69653,69703 -"308625",69653,95145 -"308626",69656,79596 -"308627",69657,69860 -"308628",69657,77266 -"308629",69657,88479 -"308630",69657,110252 -"308631",69657,120700 -"308632",69657,120783 -"308633",69658,69665 -"308634",69658,69679 -"308635",69658,69699 -"308636",69659,75463 -"308637",69659,88044 -"308638",69659,109490 -"308639",69659,120216 -"308640",69660,99373 -"308641",69660,103528 -"308642",69660,114793 -"308643",69660,121532 -"308644",69661,71576 -"308645",69661,78687 -"308646",69661,82889 -"308647",69661,85747 -"308648",69662,99190 -"308649",69664,69996 -"308650",69665,69679 -"308651",69665,69699 -"308652",69668,69714 -"308653",69670,73386 -"308654",69670,92154 -"308655",69670,92669 -"308656",69670,99296 -"308657",69670,99837 -"308658",69671,70417 -"308659",69671,75373 -"308660",69671,91733 -"308661",69671,91734 -"308662",69671,114425 -"308663",69673,69674 -"308664",69674,114627 -"308665",69674,120548 -"308666",69675,77486 -"308667",69675,88980 -"308668",69676,69694 -"308669",69676,69800 -"308670",69676,69894 -"308671",69676,69917 -"308672",69677,90639 -"308673",69678,75432 -"308674",69678,98457 -"308675",69678,119847 -"308676",69679,69699 -"308677",69680,73131 -"308678",69681,70610 -"308679",69681,70611 -"308680",69681,70725 -"308681",69681,71211 -"308682",69681,71505 -"308683",69681,71887 -"308684",69682,78732 -"308685",69682,90409 -"308686",69684,73509 -"308687",69684,121407 -"308688",69688,69818 -"308689",69688,77235 -"308690",69688,82008 -"308691",69689,110480 -"308692",69690,105325 -"308693",69691,80336 -"308694",69691,85399 -"308695",69691,91156 -"308696",69691,92344 -"308697",69691,108934 -"308698",69694,69800 -"308699",69694,69894 -"308700",69694,69917 -"308701",69695,70064 -"308702",69697,72360 -"308703",69697,72403 -"308704",69697,72563 -"308705",69701,109305 -"308706",69702,89531 -"308707",69704,72769 -"308708",69705,86729 -"308709",69705,96613 -"308710",69705,97388 -"308711",69705,97412 -"308712",69706,70996 -"308713",69706,71253 -"308714",69706,75830 -"308715",69706,76999 -"308716",69706,98939 -"308717",69706,112148 -"308718",69707,96246 -"308719",69709,89459 -"308720",69709,97498 -"308721",69709,100098 -"308722",69709,107830 -"308723",69712,78089 -"308724",69712,79004 -"308725",69712,80825 -"308726",69712,87883 -"308727",69713,94584 -"308728",69714,83893 -"308729",69715,77166 -"308730",69715,84916 -"308731",69715,106042 -"308732",69715,117047 -"308733",69715,117072 -"308734",69715,117074 -"308735",69716,101841 -"308736",69716,120564 -"308737",69716,120651 -"308738",69716,120679 -"308739",69717,109186 -"308740",69718,76572 -"308741",69718,99078 -"308742",69718,99186 -"308743",69722,76590 -"308744",69722,77506 -"308745",69724,71430 -"308746",69724,88062 -"308747",69725,73573 -"308748",69725,118760 -"308749",69729,105466 -"308750",69730,72389 -"308751",69732,76856 -"308752",69732,78843 -"308753",69732,90465 -"308754",69732,90736 -"308755",69732,106028 -"308756",69732,106038 -"308757",69732,106193 -"308758",69732,109449 -"308759",69732,112251 -"308760",69732,123211 -"308761",69733,79849 -"308762",69734,89631 -"308763",69736,69762 -"308764",69739,92968 -"308765",69739,103588 -"308766",69739,114942 -"308767",69739,117056 -"308768",69740,94347 -"308769",69740,117226 -"308770",69743,99803 -"308771",69743,117745 -"308772",69743,118892 -"308773",69743,119726 -"308774",69744,75512 -"308775",69744,84585 -"308776",69745,72257 -"308777",69745,120670 -"308778",69746,77992 -"308779",69750,78517 -"308780",69751,97028 -"308781",69752,118589 -"308782",69754,108547 -"308783",69754,111916 -"308784",69758,73847 -"308785",69759,71296 -"308786",69759,83165 -"308787",69764,71014 -"308788",69766,80009 -"308789",69766,82432 -"308790",69766,84717 -"308791",69766,93326 -"308792",69766,93725 -"308793",69770,87930 -"308794",69771,76997 -"308795",69772,69821 -"308796",69774,79211 -"308797",69774,92284 -"308798",69775,93040 -"308799",69775,105126 -"308800",69775,105329 -"308801",69778,69825 -"308802",69779,88457 -"308803",69779,101524 -"308804",69780,91753 -"308805",69780,98094 -"308806",69781,69798 -"308807",69781,69807 -"308808",69782,69832 -"308809",69782,100514 -"308810",69783,77156 -"308811",69783,78457 -"308812",69783,80395 -"308813",69783,84104 -"308814",69783,84110 -"308815",69783,93120 -"308816",69783,95182 -"308817",69783,95217 -"308818",69783,97620 -"308819",69784,72026 -"308820",69785,75763 -"308821",69785,77693 -"308822",69785,81570 -"308823",69785,88046 -"308824",69785,109506 -"308825",69785,116548 -"308826",69785,122007 -"308827",69787,75062 -"308828",69788,91713 -"308829",69788,121876 -"308830",69788,122610 -"308831",69789,96045 -"308832",69789,97464 -"308833",69789,103978 -"308834",69789,108718 -"308835",69789,119225 -"308836",69789,119227 -"308837",69789,119228 -"308838",69789,119229 -"308839",69789,119233 -"308840",69790,69813 -"308841",69790,69815 -"308842",69790,69834 -"308843",69790,69846 -"308844",69790,70090 -"308845",69790,70128 -"308846",69790,70146 -"308847",69792,75537 -"308848",69793,73947 -"308849",69793,74149 -"308850",69795,96718 -"308851",69795,110107 -"308852",69798,69807 -"308853",69800,69894 -"308854",69800,69917 -"308855",69804,70073 -"308856",69805,69809 -"308857",69806,115106 -"308858",69806,115238 -"308859",69808,72076 -"308860",69808,72111 -"308861",69809,78286 -"308862",69809,95997 -"308863",69809,113596 -"308864",69812,82074 -"308865",69812,97259 -"308866",69813,69815 -"308867",69813,69834 -"308868",69813,69846 -"308869",69813,70090 -"308870",69813,70128 -"308871",69813,70146 -"308872",69814,84940 -"308873",69814,84941 -"308874",69814,84958 -"308875",69814,87168 -"308876",69815,69834 -"308877",69815,69846 -"308878",69815,70090 -"308879",69815,70128 -"308880",69815,70146 -"308881",69816,72822 -"308882",69816,79977 -"308883",69816,91073 -"308884",69816,112824 -"308885",69816,112844 -"308886",69816,112845 -"308887",69819,69853 -"308888",69819,69855 -"308889",69820,81323 -"308890",69820,81335 -"308891",69821,69900 -"308892",69821,71052 -"308893",69821,71978 -"308894",69823,86875 -"308895",69823,107052 -"308896",69824,87357 -"308897",69828,73657 -"308898",69828,87063 -"308899",69828,100082 -"308900",69828,100209 -"308901",69828,105428 -"308902",69828,106113 -"308903",69828,113677 -"308904",69829,69830 -"308905",69829,74201 -"308906",69830,91823 -"308907",69830,95724 -"308908",69830,100311 -"308909",69830,120287 -"308910",69831,77389 -"308911",69831,108416 -"308912",69831,111444 -"308913",69831,111789 -"308914",69831,111790 -"308915",69834,69846 -"308916",69834,70090 -"308917",69834,70128 -"308918",69834,70146 -"308919",69835,79613 -"308920",69835,86671 -"308921",69836,69843 -"308922",69837,96154 -"308923",69838,69847 -"308924",69839,117350 -"308925",69840,82488 -"308926",69840,84447 -"308927",69840,97549 -"308928",69840,97560 -"308929",69840,115212 -"308930",69845,100774 -"308931",69845,107539 -"308932",69845,110487 -"308933",69845,110488 -"308934",69845,110492 -"308935",69846,70090 -"308936",69846,70128 -"308937",69846,70146 -"308938",69848,94132 -"308939",69848,96118 -"308940",69848,99643 -"308941",69848,99651 -"308942",69848,99654 -"308943",69848,99655 -"308944",69848,99661 -"308945",69848,99663 -"308946",69849,85195 -"308947",69850,84610 -"308948",69850,91088 -"308949",69850,93009 -"308950",69851,94682 -"308951",69851,121782 -"308952",69853,69855 -"308953",69854,89408 -"308954",69854,90032 -"308955",69854,93038 -"308956",69854,95717 -"308957",69854,101916 -"308958",69854,101919 -"308959",69854,104267 -"308960",69854,108414 -"308961",69854,121948 -"308962",69856,79958 -"308963",69857,82346 -"308964",69858,69859 -"308965",69861,79477 -"308966",69861,94598 -"308967",69861,108326 -"308968",69861,113531 -"308969",69862,69888 -"308970",69863,114688 -"308971",69863,115597 -"308972",69864,69869 -"308973",69865,76486 -"308974",69866,82372 -"308975",69867,90187 -"308976",69867,91140 -"308977",69867,94472 -"308978",69867,112935 -"308979",69868,83706 -"308980",69869,72473 -"308981",69871,70919 -"308982",69872,70609 -"308983",69872,84680 -"308984",69872,90960 -"308985",69875,78511 -"308986",69875,79087 -"308987",69875,104520 -"308988",69876,105018 -"308989",69877,113368 -"308990",69878,80981 -"308991",69878,81020 -"308992",69878,81025 -"308993",69878,94786 -"308994",69878,103030 -"308995",69878,113388 -"308996",69880,76394 -"308997",69880,92377 -"308998",69880,104798 -"308999",69883,70058 -"309000",69885,77012 -"309001",69885,84098 -"309002",69885,88888 -"309003",69885,89492 -"309004",69885,89520 -"309005",69885,89525 -"309006",69885,89540 -"309007",69885,92366 -"309008",69888,95114 -"309009",69888,107097 -"309010",69888,107108 -"309011",69888,107110 -"309012",69888,107114 -"309013",69888,107127 -"309014",69888,107140 -"309015",69889,69891 -"309016",69889,69919 -"309017",69890,78487 -"309018",69891,69919 -"309019",69891,71403 -"309020",69891,71462 -"309021",69892,90879 -"309022",69892,90889 -"309023",69892,107790 -"309024",69893,76432 -"309025",69893,107868 -"309026",69894,69917 -"309027",69896,82735 -"309028",69896,116396 -"309029",69897,102304 -"309030",69897,112165 -"309031",69899,83455 -"309032",69899,90570 -"309033",69899,97775 -"309034",69903,69912 -"309035",69903,82441 -"309036",69903,87089 -"309037",69903,89774 -"309038",69905,70477 -"309039",69905,76707 -"309040",69905,77811 -"309041",69905,79047 -"309042",69905,91377 -"309043",69905,95573 -"309044",69905,96019 -"309045",69905,97888 -"309046",69905,98917 -"309047",69905,103972 -"309048",69905,103973 -"309049",69905,103977 -"309050",69905,103986 -"309051",69905,103999 -"309052",69905,122158 -"309053",69907,72157 -"309054",69907,72193 -"309055",69907,72736 -"309056",69907,72756 -"309057",69908,100132 -"309058",69908,101107 -"309059",69909,80150 -"309060",69909,80213 -"309061",69909,80221 -"309062",69910,89394 -"309063",69910,99739 -"309064",69910,101163 -"309065",69910,108889 -"309066",69910,114357 -"309067",69913,81493 -"309068",69913,85821 -"309069",69913,86809 -"309070",69913,94565 -"309071",69914,92792 -"309072",69914,118308 -"309073",69914,122463 -"309074",69916,73616 -"309075",69916,90214 -"309076",69916,95936 -"309077",69916,121954 -"309078",69918,77070 -"309079",69918,87193 -"309080",69920,94212 -"309081",69920,105055 -"309082",69920,108495 -"309083",69920,120392 -"309084",69921,111138 -"309085",69922,107860 -"309086",69922,110965 -"309087",69924,74954 -"309088",69925,88221 -"309089",69927,90844 -"309090",69930,104614 -"309091",69930,114672 -"309092",69930,121222 -"309093",69933,69945 -"309094",69933,69951 -"309095",69934,79461 -"309096",69934,82512 -"309097",69934,85840 -"309098",69934,86109 -"309099",69934,98286 -"309100",69935,81435 -"309101",69935,85139 -"309102",69935,99288 -"309103",69938,70328 -"309104",69938,72626 -"309105",69940,85204 -"309106",69940,113189 -"309107",69940,119789 -"309108",69940,123126 -"309109",69941,76912 -"309110",69941,89414 -"309111",69942,75049 -"309112",69944,76369 -"309113",69944,77175 -"309114",69944,92784 -"309115",69944,99523 -"309116",69944,119311 -"309117",69944,119689 -"309118",69945,69951 -"309119",69948,91321 -"309120",69949,69953 -"309121",69950,85968 -"309122",69954,85949 -"309123",69954,99564 -"309124",69956,70018 -"309125",69956,70351 -"309126",69956,70455 -"309127",69956,79642 -"309128",69956,81268 -"309129",69956,86813 -"309130",69956,90747 -"309131",69957,99670 -"309132",69960,117860 -"309133",69961,69987 -"309134",69961,118747 -"309135",69962,101188 -"309136",69963,69967 -"309137",69964,98558 -"309138",69964,98566 -"309139",69965,73738 -"309140",69965,83739 -"309141",69965,85420 -"309142",69965,93041 -"309143",69968,94311 -"309144",69969,70030 -"309145",69972,70257 -"309146",69973,70174 -"309147",69973,73098 -"309148",69976,70019 -"309149",69977,70080 -"309150",69977,70185 -"309151",69979,78186 -"309152",69980,76300 -"309153",69980,111637 -"309154",69981,70053 -"309155",69986,70974 -"309156",69987,85268 -"309157",69987,118851 -"309158",69990,84262 -"309159",69990,98050 -"309160",69990,100292 -"309161",69990,103104 -"309162",69990,103122 -"309163",69990,103127 -"309164",69990,104142 -"309165",69991,82818 -"309166",69991,87593 -"309167",69993,70010 -"309168",69993,73295 -"309169",69993,77903 -"309170",69994,104168 -"309171",69997,104384 -"309172",69998,70104 -"309173",70001,102276 -"309174",70002,120268 -"309175",70003,91051 -"309176",70003,104121 -"309177",70003,105225 -"309178",70009,87326 -"309179",70009,93110 -"309180",70012,98610 -"309181",70013,93733 -"309182",70015,70171 -"309183",70019,108513 -"309184",70019,115329 -"309185",70020,74453 -"309186",70020,74975 -"309187",70020,82977 -"309188",70020,90921 -"309189",70020,95997 -"309190",70020,117701 -"309191",70020,117703 -"309192",70020,117707 -"309193",70026,75203 -"309194",70026,79304 -"309195",70026,81594 -"309196",70026,109392 -"309197",70027,79367 -"309198",70028,70069 -"309199",70028,70072 -"309200",70028,70074 -"309201",70029,70061 -"309202",70029,71028 -"309203",70032,76826 -"309204",70032,88536 -"309205",70032,92553 -"309206",70032,105181 -"309207",70032,107008 -"309208",70032,107043 -"309209",70032,107044 -"309210",70033,85450 -"309211",70034,70041 -"309212",70036,79529 -"309213",70038,77895 -"309214",70038,122624 -"309215",70040,70063 -"309216",70041,80685 -"309217",70041,96437 -"309218",70042,70078 -"309219",70043,72384 -"309220",70044,70062 -"309221",70044,70071 -"309222",70044,74571 -"309223",70044,74572 -"309224",70045,96904 -"309225",70045,109911 -"309226",70046,76128 -"309227",70046,77961 -"309228",70046,89274 -"309229",70046,89965 -"309230",70046,90624 -"309231",70046,99934 -"309232",70046,100515 -"309233",70046,100630 -"309234",70046,100964 -"309235",70046,101055 -"309236",70046,101138 -"309237",70046,102623 -"309238",70046,102662 -"309239",70046,102670 -"309240",70047,81736 -"309241",70047,115197 -"309242",70048,113542 -"309243",70048,113545 -"309244",70050,90860 -"309245",70050,97349 -"309246",70050,100827 -"309247",70051,78587 -"309248",70053,80725 -"309249",70053,86360 -"309250",70053,96103 -"309251",70053,99227 -"309252",70053,100448 -"309253",70053,101094 -"309254",70053,102685 -"309255",70054,70098 -"309256",70054,70143 -"309257",70054,75404 -"309258",70055,78629 -"309259",70055,84328 -"309260",70055,90166 -"309261",70055,122883 -"309262",70056,80258 -"309263",70058,109951 -"309264",70058,113144 -"309265",70062,70071 -"309266",70063,71274 -"309267",70063,75941 -"309268",70063,77231 -"309269",70063,82871 -"309270",70063,99953 -"309271",70063,100453 -"309272",70063,100583 -"309273",70063,104232 -"309274",70063,106743 -"309275",70063,107612 -"309276",70063,110469 -"309277",70063,111277 -"309278",70063,118576 -"309279",70063,120855 -"309280",70064,84578 -"309281",70064,113451 -"309282",70065,114432 -"309283",70066,117785 -"309284",70066,119070 -"309285",70067,99241 -"309286",70068,80508 -"309287",70068,81759 -"309288",70068,82287 -"309289",70069,70072 -"309290",70069,70074 -"309291",70072,70074 -"309292",70073,106533 -"309293",70075,83315 -"309294",70077,85410 -"309295",70077,100235 -"309296",70078,76130 -"309297",70078,76641 -"309298",70078,95913 -"309299",70078,95925 -"309300",70078,95935 -"309301",70079,78764 -"309302",70079,80144 -"309303",70079,80202 -"309304",70079,80209 -"309305",70079,102407 -"309306",70080,70185 -"309307",70081,70473 -"309308",70081,80433 -"309309",70081,119741 -"309310",70081,122361 -"309311",70083,81366 -"309312",70084,72240 -"309313",70084,72656 -"309314",70084,115047 -"309315",70085,70132 -"309316",70086,77304 -"309317",70086,77534 -"309318",70087,71142 -"309319",70087,92198 -"309320",70087,102822 -"309321",70087,116318 -"309322",70090,70128 -"309323",70090,70146 -"309324",70091,92304 -"309325",70091,118652 -"309326",70091,118700 -"309327",70092,72959 -"309328",70093,70094 -"309329",70093,70144 -"309330",70094,70144 -"309331",70094,75365 -"309332",70096,113181 -"309333",70096,113183 -"309334",70096,119712 -"309335",70096,120888 -"309336",70097,87976 -"309337",70097,95612 -"309338",70097,116470 -"309339",70098,70143 -"309340",70099,95073 -"309341",70099,112261 -"309342",70101,70102 -"309343",70101,70397 -"309344",70101,70441 -"309345",70101,70658 -"309346",70101,85704 -"309347",70101,122735 -"309348",70105,77660 -"309349",70106,73307 -"309350",70106,75532 -"309351",70108,70167 -"309352",70108,70168 -"309353",70110,96185 -"309354",70111,76262 -"309355",70111,104888 -"309356",70111,117555 -"309357",70113,104176 -"309358",70113,106757 -"309359",70114,86995 -"309360",70116,87662 -"309361",70117,85476 -"309362",70118,70122 -"309363",70121,90180 -"309364",70121,97895 -"309365",70122,92527 -"309366",70122,115566 -"309367",70124,86730 -"309368",70124,111796 -"309369",70125,70130 -"309370",70125,70149 -"309371",70125,73523 -"309372",70126,75231 -"309373",70126,82619 -"309374",70126,84415 -"309375",70126,92678 -"309376",70128,70146 -"309377",70130,70149 -"309378",70130,73523 -"309379",70132,90981 -"309380",70132,91007 -"309381",70132,91038 -"309382",70134,70135 -"309383",70134,70136 -"309384",70135,70136 -"309385",70136,72613 -"309386",70136,84595 -"309387",70139,70535 -"309388",70139,99714 -"309389",70139,102019 -"309390",70139,102854 -"309391",70139,104252 -"309392",70139,104383 -"309393",70139,104518 -"309394",70139,108357 -"309395",70139,108450 -"309396",70148,116641 -"309397",70149,73523 -"309398",70151,70198 -"309399",70152,70199 -"309400",70154,84630 -"309401",70154,85833 -"309402",70154,85841 -"309403",70157,70818 -"309404",70159,70226 -"309405",70159,72936 -"309406",70159,89062 -"309407",70159,89120 -"309408",70159,89606 -"309409",70159,90416 -"309410",70159,91060 -"309411",70159,91063 -"309412",70159,91397 -"309413",70159,93033 -"309414",70159,96155 -"309415",70159,96769 -"309416",70159,96771 -"309417",70159,98930 -"309418",70160,70244 -"309419",70160,70249 -"309420",70161,72244 -"309421",70161,72282 -"309422",70161,72349 -"309423",70162,111898 -"309424",70165,109715 -"309425",70167,70168 -"309426",70167,76241 -"309427",70167,99835 -"309428",70169,70315 -"309429",70169,70350 -"309430",70170,76329 -"309431",70173,73357 -"309432",70177,70216 -"309433",70179,78129 -"309434",70180,97884 -"309435",70182,121362 -"309436",70184,78611 -"309437",70184,80983 -"309438",70184,81951 -"309439",70184,85191 -"309440",70184,103842 -"309441",70186,88908 -"309442",70186,89743 -"309443",70186,108642 -"309444",70186,109517 -"309445",70186,114905 -"309446",70187,70190 -"309447",70188,73462 -"309448",70192,70194 -"309449",70195,70225 -"309450",70195,70950 -"309451",70195,80913 -"309452",70195,84453 -"309453",70195,90607 -"309454",70195,90767 -"309455",70195,97735 -"309456",70195,99143 -"309457",70195,100354 -"309458",70195,107575 -"309459",70196,72940 -"309460",70198,110176 -"309461",70200,114285 -"309462",70201,78715 -"309463",70201,91188 -"309464",70201,102315 -"309465",70201,111964 -"309466",70201,111997 -"309467",70202,70211 -"309468",70203,81167 -"309469",70203,82878 -"309470",70203,85644 -"309471",70203,86021 -"309472",70203,87512 -"309473",70203,93348 -"309474",70203,98939 -"309475",70203,100636 -"309476",70203,102963 -"309477",70203,102989 -"309478",70203,103032 -"309479",70203,103039 -"309480",70203,117679 -"309481",70204,107998 -"309482",70205,71578 -"309483",70206,75876 -"309484",70206,92904 -"309485",70206,105832 -"309486",70206,122275 -"309487",70207,70210 -"309488",70208,100992 -"309489",70209,113567 -"309490",70209,114558 -"309491",70211,70272 -"309492",70212,87935 -"309493",70212,93848 -"309494",70212,115346 -"309495",70219,74649 -"309496",70219,86837 -"309497",70219,94020 -"309498",70219,108624 -"309499",70219,112930 -"309500",70219,113467 -"309501",70219,117420 -"309502",70219,117886 -"309503",70224,70676 -"309504",70227,80680 -"309505",70227,80711 -"309506",70227,105262 -"309507",70227,110454 -"309508",70230,70402 -"309509",70231,70258 -"309510",70233,70498 -"309511",70233,77789 -"309512",70233,79529 -"309513",70233,82943 -"309514",70233,85928 -"309515",70233,86210 -"309516",70233,87853 -"309517",70233,88302 -"309518",70233,88553 -"309519",70233,99623 -"309520",70233,99961 -"309521",70233,103201 -"309522",70233,107878 -"309523",70233,108193 -"309524",70233,117883 -"309525",70233,118083 -"309526",70233,118342 -"309527",70233,119288 -"309528",70233,121052 -"309529",70233,121057 -"309530",70233,122370 -"309531",70233,122380 -"309532",70233,123380 -"309533",70234,77500 -"309534",70234,79028 -"309535",70235,70292 -"309536",70235,77550 -"309537",70235,78948 -"309538",70235,81422 -"309539",70235,83334 -"309540",70235,92877 -"309541",70235,97494 -"309542",70235,97495 -"309543",70235,101605 -"309544",70236,70261 -"309545",70236,75526 -"309546",70236,93820 -"309547",70236,99870 -"309548",70236,100523 -"309549",70236,105495 -"309550",70236,109622 -"309551",70236,109660 -"309552",70237,70392 -"309553",70237,72589 -"309554",70239,77461 -"309555",70240,70334 -"309556",70240,70354 -"309557",70240,70368 -"309558",70240,72013 -"309559",70240,82775 -"309560",70241,70242 -"309561",70241,70464 -"309562",70242,70464 -"309563",70243,79148 -"309564",70244,70249 -"309565",70246,79432 -"309566",70246,80138 -"309567",70246,87226 -"309568",70246,90705 -"309569",70246,90754 -"309570",70246,91302 -"309571",70246,93853 -"309572",70246,102046 -"309573",70246,102275 -"309574",70247,70345 -"309575",70247,70346 -"309576",70250,79744 -"309577",70250,86702 -"309578",70250,92846 -"309579",70250,97434 -"309580",70250,97435 -"309581",70250,108727 -"309582",70252,70282 -"309583",70254,89281 -"309584",70254,100199 -"309585",70254,115384 -"309586",70262,70263 -"309587",70262,70271 -"309588",70262,70447 -"309589",70263,70271 -"309590",70263,70447 -"309591",70265,73513 -"309592",70265,79537 -"309593",70265,79571 -"309594",70266,74701 -"309595",70266,80120 -"309596",70267,70287 -"309597",70268,101135 -"309598",70269,105854 -"309599",70271,70447 -"309600",70273,81657 -"309601",70274,70281 -"309602",70275,75675 -"309603",70275,94709 -"309604",70276,70525 -"309605",70277,94961 -"309606",70278,111493 -"309607",70278,111507 -"309608",70280,74227 -"309609",70280,93294 -"309610",70284,70444 -"309611",70284,70600 -"309612",70286,78134 -"309613",70286,110097 -"309614",70294,113166 -"309615",70299,87522 -"309616",70302,78001 -"309617",70302,87546 -"309618",70303,72265 -"309619",70304,70811 -"309620",70304,80661 -"309621",70304,93344 -"309622",70304,99338 -"309623",70304,102341 -"309624",70304,102396 -"309625",70305,75072 -"309626",70305,75143 -"309627",70307,101582 -"309628",70307,109857 -"309629",70307,109924 -"309630",70307,115071 -"309631",70307,115089 -"309632",70310,70311 -"309633",70310,70336 -"309634",70310,77016 -"309635",70310,83024 -"309636",70311,70336 -"309637",70314,121799 -"309638",70315,70350 -"309639",70315,105337 -"309640",70318,74584 -"309641",70319,70563 -"309642",70320,80408 -"309643",70320,80472 -"309644",70320,100169 -"309645",70320,100176 -"309646",70320,100189 -"309647",70320,100317 -"309648",70321,70322 -"309649",70323,84422 -"309650",70323,88569 -"309651",70323,92557 -"309652",70323,93180 -"309653",70323,99071 -"309654",70323,101850 -"309655",70323,102079 -"309656",70323,103270 -"309657",70323,103678 -"309658",70323,103852 -"309659",70323,109115 -"309660",70323,109116 -"309661",70323,109119 -"309662",70323,109121 -"309663",70323,118753 -"309664",70324,70330 -"309665",70324,70331 -"309666",70327,84610 -"309667",70329,70342 -"309668",70329,70369 -"309669",70330,70331 -"309670",70332,70376 -"309671",70333,88989 -"309672",70334,70354 -"309673",70334,70368 -"309674",70334,72013 -"309675",70336,98737 -"309676",70336,98775 -"309677",70338,77950 -"309678",70338,83517 -"309679",70338,86016 -"309680",70338,86167 -"309681",70338,88703 -"309682",70339,76322 -"309683",70340,70341 -"309684",70341,73201 -"309685",70341,77534 -"309686",70341,93373 -"309687",70341,94025 -"309688",70341,107020 -"309689",70341,107722 -"309690",70341,107732 -"309691",70341,107746 -"309692",70341,118914 -"309693",70342,70369 -"309694",70343,88150 -"309695",70343,102316 -"309696",70343,106415 -"309697",70343,121779 -"309698",70343,123293 -"309699",70343,123294 -"309700",70343,123308 -"309701",70343,123309 -"309702",70343,123310 -"309703",70343,123315 -"309704",70343,123318 -"309705",70343,123319 -"309706",70343,123320 -"309707",70343,123338 -"309708",70343,123341 -"309709",70343,123344 -"309710",70343,123345 -"309711",70344,95305 -"309712",70345,70346 -"309713",70347,89981 -"309714",70347,90031 -"309715",70347,95968 -"309716",70348,79480 -"309717",70348,93609 -"309718",70348,106749 -"309719",70352,95499 -"309720",70352,117095 -"309721",70353,70374 -"309722",70353,94295 -"309723",70353,97778 -"309724",70354,70368 -"309725",70354,72013 -"309726",70354,97114 -"309727",70354,97121 -"309728",70354,97126 -"309729",70354,97127 -"309730",70354,97131 -"309731",70356,112605 -"309732",70357,70807 -"309733",70357,71634 -"309734",70359,81214 -"309735",70359,105625 -"309736",70359,111298 -"309737",70359,112309 -"309738",70361,86657 -"309739",70362,87238 -"309740",70363,70414 -"309741",70363,101418 -"309742",70365,75921 -"309743",70365,79436 -"309744",70365,98549 -"309745",70365,99275 -"309746",70368,72013 -"309747",70370,75258 -"309748",70370,100468 -"309749",70370,112050 -"309750",70372,80435 -"309751",70372,110725 -"309752",70372,114930 -"309753",70372,117131 -"309754",70373,108517 -"309755",70374,80816 -"309756",70378,120910 -"309757",70379,81117 -"309758",70379,118671 -"309759",70379,118673 -"309760",70379,118677 -"309761",70380,111121 -"309762",70381,73953 -"309763",70381,84681 -"309764",70381,106652 -"309765",70381,106680 -"309766",70384,89500 -"309767",70385,102476 -"309768",70385,102706 -"309769",70385,118066 -"309770",70385,122148 -"309771",70388,70425 -"309772",70389,70390 -"309773",70390,88973 -"309774",70392,73902 -"309775",70392,75620 -"309776",70392,84732 -"309777",70392,86838 -"309778",70392,88556 -"309779",70394,70396 -"309780",70395,119897 -"309781",70396,71174 -"309782",70397,70441 -"309783",70398,75778 -"309784",70398,76231 -"309785",70400,74400 -"309786",70400,77362 -"309787",70400,85683 -"309788",70400,93802 -"309789",70400,99308 -"309790",70403,85619 -"309791",70403,92213 -"309792",70403,115738 -"309793",70403,118269 -"309794",70404,73776 -"309795",70405,73831 -"309796",70405,76495 -"309797",70406,76590 -"309798",70407,91772 -"309799",70408,91774 -"309800",70408,99732 -"309801",70408,99980 -"309802",70408,106151 -"309803",70409,105353 -"309804",70409,119150 -"309805",70410,73322 -"309806",70410,78544 -"309807",70410,88471 -"309808",70410,98123 -"309809",70410,116068 -"309810",70415,71521 -"309811",70415,71753 -"309812",70415,73567 -"309813",70417,75373 -"309814",70418,109197 -"309815",70419,105937 -"309816",70420,73605 -"309817",70421,101973 -"309818",70421,118983 -"309819",70422,72704 -"309820",70422,80406 -"309821",70422,119655 -"309822",70423,88680 -"309823",70423,104878 -"309824",70423,120719 -"309825",70423,122636 -"309826",70424,120800 -"309827",70426,103251 -"309828",70426,110253 -"309829",70429,73704 -"309830",70430,70510 -"309831",70431,123170 -"309832",70434,80286 -"309833",70434,81506 -"309834",70434,114650 -"309835",70437,71564 -"309836",70437,71565 -"309837",70439,94163 -"309838",70439,123476 -"309839",70440,94507 -"309840",70443,70467 -"309841",70443,90805 -"309842",70443,99108 -"309843",70444,70600 -"309844",70446,80516 -"309845",70448,79534 -"309846",70448,100972 -"309847",70448,104022 -"309848",70449,101840 -"309849",70450,70469 -"309850",70451,78485 -"309851",70452,115259 -"309852",70453,100342 -"309853",70453,102467 -"309854",70454,96149 -"309855",70454,106469 -"309856",70455,79642 -"309857",70455,90931 -"309858",70456,72623 -"309859",70456,77576 -"309860",70457,84698 -"309861",70457,109729 -"309862",70458,70459 -"309863",70460,90726 -"309864",70460,117706 -"309865",70461,70462 -"309866",70463,70601 -"309867",70463,112347 -"309868",70465,70715 -"309869",70466,78809 -"309870",70466,80894 -"309871",70466,80901 -"309872",70466,80906 -"309873",70467,81567 -"309874",70467,108431 -"309875",70468,70513 -"309876",70468,70549 -"309877",70468,70558 -"309878",70469,106536 -"309879",70471,72473 -"309880",70472,70508 -"309881",70473,70981 -"309882",70473,71825 -"309883",70473,71837 -"309884",70473,72393 -"309885",70473,77625 -"309886",70473,79681 -"309887",70473,81952 -"309888",70473,82431 -"309889",70473,82452 -"309890",70473,86249 -"309891",70473,88409 -"309892",70473,90883 -"309893",70473,91383 -"309894",70473,92113 -"309895",70473,97466 -"309896",70473,98904 -"309897",70473,102940 -"309898",70473,118577 -"309899",70473,119085 -"309900",70473,119224 -"309901",70473,119439 -"309902",70473,120085 -"309903",70473,120232 -"309904",70473,121213 -"309905",70473,122361 -"309906",70474,70475 -"309907",70475,98091 -"309908",70475,113303 -"309909",70477,77811 -"309910",70477,96019 -"309911",70477,103972 -"309912",70477,103973 -"309913",70477,103977 -"309914",70477,103986 -"309915",70477,103999 -"309916",70478,71541 -"309917",70478,72546 -"309918",70478,73382 -"309919",70478,74320 -"309920",70478,75727 -"309921",70478,107204 -"309922",70480,79021 -"309923",70483,113624 -"309924",70483,113625 -"309925",70484,75557 -"309926",70484,106962 -"309927",70484,111811 -"309928",70485,78415 -"309929",70485,111965 -"309930",70488,71405 -"309931",70488,77809 -"309932",70488,80742 -"309933",70488,81902 -"309934",70488,105565 -"309935",70488,112804 -"309936",70488,113966 -"309937",70489,77547 -"309938",70490,74924 -"309939",70490,74955 -"309940",70491,75914 -"309941",70491,94768 -"309942",70492,71350 -"309943",70493,70517 -"309944",70496,76010 -"309945",70496,106721 -"309946",70496,113331 -"309947",70498,74472 -"309948",70498,85119 -"309949",70498,86628 -"309950",70498,101212 -"309951",70498,102892 -"309952",70498,107844 -"309953",70498,109301 -"309954",70498,117073 -"309955",70500,89156 -"309956",70500,108595 -"309957",70500,122615 -"309958",70501,101298 -"309959",70504,84359 -"309960",70505,74695 -"309961",70505,74722 -"309962",70505,74733 -"309963",70505,74734 -"309964",70505,74807 -"309965",70505,74808 -"309966",70506,109266 -"309967",70507,74442 -"309968",70508,107037 -"309969",70509,75287 -"309970",70509,106963 -"309971",70509,122974 -"309972",70510,73987 -"309973",70510,91434 -"309974",70510,101686 -"309975",70510,108522 -"309976",70510,110416 -"309977",70511,91075 -"309978",70511,93826 -"309979",70512,116500 -"309980",70513,70549 -"309981",70513,70558 -"309982",70515,72987 -"309983",70515,86816 -"309984",70515,110034 -"309985",70518,121336 -"309986",70519,114425 -"309987",70521,95890 -"309988",70521,110138 -"309989",70522,76978 -"309990",70524,88210 -"309991",70526,86580 -"309992",70526,88323 -"309993",70526,104930 -"309994",70526,113892 -"309995",70528,83051 -"309996",70528,89527 -"309997",70528,101438 -"309998",70531,70537 -"309999",70533,71136 -"310000",70533,96084 -"310001",70533,118220 -"310002",70535,99714 -"310003",70535,102019 -"310004",70535,104252 -"310005",70535,104383 -"310006",70535,108450 -"310007",70535,114279 -"310008",70536,70573 -"310009",70538,80482 -"310010",70540,76092 -"310011",70540,83275 -"310012",70540,83293 -"310013",70541,70565 -"310014",70543,98967 -"310015",70543,106809 -"310016",70543,114791 -"310017",70543,118698 -"310018",70543,120274 -"310019",70545,72467 -"310020",70545,75662 -"310021",70546,88995 -"310022",70546,89689 -"310023",70546,90530 -"310024",70546,94098 -"310025",70546,94396 -"310026",70546,107604 -"310027",70546,108222 -"310028",70546,108239 -"310029",70549,70558 -"310030",70551,71254 -"310031",70551,71424 -"310032",70553,73352 -"310033",70553,102260 -"310034",70553,107821 -"310035",70554,73806 -"310036",70554,97646 -"310037",70556,111287 -"310038",70559,89211 -"310039",70559,89985 -"310040",70560,85715 -"310041",70561,74759 -"310042",70562,86281 -"310043",70564,91254 -"310044",70565,71453 -"310045",70565,78571 -"310046",70565,88678 -"310047",70565,98259 -"310048",70570,75204 -"310049",70570,82772 -"310050",70575,74425 -"310051",70575,76565 -"310052",70575,79802 -"310053",70575,81882 -"310054",70575,86178 -"310055",70575,90305 -"310056",70575,95973 -"310057",70575,115900 -"310058",70575,117208 -"310059",70575,118086 -"310060",70575,118090 -"310061",70575,118091 -"310062",70575,118094 -"310063",70575,118098 -"310064",70575,118102 -"310065",70575,118112 -"310066",70575,121834 -"310067",70577,88508 -"310068",70581,70586 -"310069",70582,70606 -"310070",70583,73769 -"310071",70583,88391 -"310072",70583,89627 -"310073",70583,105689 -"310074",70583,108258 -"310075",70583,112969 -"310076",70583,117410 -"310077",70584,96723 -"310078",70585,74251 -"310079",70586,84103 -"310080",70586,93490 -"310081",70586,98506 -"310082",70586,101741 -"310083",70586,110918 -"310084",70586,113713 -"310085",70586,122840 -"310086",70589,70862 -"310087",70590,70593 -"310088",70590,70594 -"310089",70590,70620 -"310090",70590,70635 -"310091",70590,70639 -"310092",70590,70640 -"310093",70591,75864 -"310094",70591,77889 -"310095",70591,121949 -"310096",70592,70617 -"310097",70592,70618 -"310098",70593,70594 -"310099",70593,70620 -"310100",70593,70635 -"310101",70593,70639 -"310102",70593,70640 -"310103",70594,70620 -"310104",70594,70635 -"310105",70594,70639 -"310106",70594,70640 -"310107",70595,79008 -"310108",70595,81686 -"310109",70595,91981 -"310110",70596,86195 -"310111",70596,86223 -"310112",70596,86230 -"310113",70596,92366 -"310114",70596,97085 -"310115",70596,100359 -"310116",70596,101971 -"310117",70596,104452 -"310118",70596,105887 -"310119",70597,74125 -"310120",70597,92955 -"310121",70598,70612 -"310122",70598,100782 -"310123",70599,77758 -"310124",70599,90869 -"310125",70599,90911 -"310126",70599,97124 -"310127",70599,113450 -"310128",70599,118391 -"310129",70601,91927 -"310130",70601,95193 -"310131",70603,71762 -"310132",70603,84138 -"310133",70603,92991 -"310134",70603,94029 -"310135",70603,108711 -"310136",70604,73725 -"310137",70605,88989 -"310138",70605,91744 -"310139",70605,92194 -"310140",70609,84680 -"310141",70610,70611 -"310142",70610,70725 -"310143",70610,71211 -"310144",70610,71505 -"310145",70610,71887 -"310146",70611,70725 -"310147",70611,71211 -"310148",70611,71505 -"310149",70611,71887 -"310150",70612,74077 -"310151",70612,74161 -"310152",70612,74173 -"310153",70615,118590 -"310154",70616,80995 -"310155",70616,98109 -"310156",70617,70618 -"310157",70620,70635 -"310158",70620,70639 -"310159",70620,70640 -"310160",70621,70648 -"310161",70621,94601 -"310162",70621,94723 -"310163",70621,94724 -"310164",70622,74100 -"310165",70622,97798 -"310166",70623,70630 -"310167",70625,71257 -"310168",70625,72737 -"310169",70627,74590 -"310170",70629,81237 -"310171",70631,70643 -"310172",70631,92787 -"310173",70633,82072 -"310174",70633,98906 -"310175",70634,106359 -"310176",70635,70639 -"310177",70635,70640 -"310178",70636,82675 -"310179",70636,82676 -"310180",70639,70640 -"310181",70640,97650 -"310182",70640,116873 -"310183",70640,122486 -"310184",70640,122491 -"310185",70640,122499 -"310186",70641,70642 -"310187",70644,79155 -"310188",70644,91098 -"310189",70644,113397 -"310190",70645,79897 -"310191",70645,91402 -"310192",70645,118032 -"310193",70646,109872 -"310194",70648,71416 -"310195",70648,94601 -"310196",70648,94723 -"310197",70648,94724 -"310198",70649,99887 -"310199",70651,94530 -"310200",70652,76621 -"310201",70653,74865 -"310202",70653,106403 -"310203",70653,113456 -"310204",70655,70674 -"310205",70655,70721 -"310206",70656,70814 -"310207",70656,114601 -"310208",70657,75281 -"310209",70657,89153 -"310210",70658,73887 -"310211",70658,122735 -"310212",70661,70934 -"310213",70661,72771 -"310214",70662,82123 -"310215",70663,70882 -"310216",70663,92450 -"310217",70665,72594 -"310218",70667,72479 -"310219",70667,75658 -"310220",70668,82212 -"310221",70668,123269 -"310222",70668,123271 -"310223",70669,70692 -"310224",70670,93919 -"310225",70671,73374 -"310226",70671,83939 -"310227",70671,89425 -"310228",70672,97855 -"310229",70672,97879 -"310230",70673,72441 -"310231",70673,107064 -"310232",70674,70721 -"310233",70675,77144 -"310234",70675,77154 -"310235",70675,77192 -"310236",70675,77195 -"310237",70676,72882 -"310238",70676,74664 -"310239",70681,78132 -"310240",70681,83492 -"310241",70681,106222 -"310242",70681,107718 -"310243",70685,81771 -"310244",70685,85280 -"310245",70685,85463 -"310246",70685,96285 -"310247",70685,100655 -"310248",70685,103874 -"310249",70686,70875 -"310250",70686,70891 -"310251",70687,70691 -"310252",70688,70733 -"310253",70688,100005 -"310254",70688,114800 -"310255",70688,121426 -"310256",70689,111082 -"310257",70689,111092 -"310258",70690,70722 -"310259",70690,71223 -"310260",70691,82361 -"310261",70691,90437 -"310262",70691,91087 -"310263",70694,72256 -"310264",70695,91569 -"310265",70697,72126 -"310266",70697,88808 -"310267",70697,92380 -"310268",70697,100076 -"310269",70699,70749 -"310270",70699,70764 -"310271",70699,101772 -"310272",70699,109233 -"310273",70699,119186 -"310274",70700,116338 -"310275",70701,73784 -"310276",70701,98320 -"310277",70703,89343 -"310278",70704,97747 -"310279",70704,97756 -"310280",70705,73817 -"310281",70706,78455 -"310282",70706,79431 -"310283",70707,89718 -"310284",70708,70944 -"310285",70708,71000 -"310286",70708,73982 -"310287",70708,74001 -"310288",70708,74677 -"310289",70709,115087 -"310290",70711,76855 -"310291",70711,97056 -"310292",70712,90553 -"310293",70713,72503 -"310294",70713,99279 -"310295",70713,103682 -"310296",70713,105750 -"310297",70713,109167 -"310298",70713,109832 -"310299",70713,117786 -"310300",70713,117791 -"310301",70713,117795 -"310302",70714,95613 -"310303",70715,76312 -"310304",70715,78247 -"310305",70715,80596 -"310306",70715,80871 -"310307",70715,80912 -"310308",70715,84219 -"310309",70715,91228 -"310310",70715,92825 -"310311",70715,96621 -"310312",70715,101394 -"310313",70715,101401 -"310314",70716,70777 -"310315",70716,90060 -"310316",70718,108911 -"310317",70718,108924 -"310318",70718,111477 -"310319",70719,79111 -"310320",70719,79133 -"310321",70719,113852 -"310322",70720,101125 -"310323",70720,102243 -"310324",70720,103311 -"310325",70722,71223 -"310326",70724,70781 -"310327",70724,86159 -"310328",70724,89736 -"310329",70724,110242 -"310330",70725,71211 -"310331",70725,71505 -"310332",70725,71887 -"310333",70725,91779 -"310334",70725,96525 -"310335",70725,101347 -"310336",70727,86423 -"310337",70727,93280 -"310338",70728,74918 -"310339",70728,75315 -"310340",70728,88626 -"310341",70728,90977 -"310342",70728,91058 -"310343",70728,99396 -"310344",70728,101311 -"310345",70728,101807 -"310346",70728,101832 -"310347",70728,106555 -"310348",70728,107098 -"310349",70728,107582 -"310350",70728,107804 -"310351",70729,71746 -"310352",70729,71760 -"310353",70729,72651 -"310354",70729,72652 -"310355",70729,72679 -"310356",70729,72702 -"310357",70731,96954 -"310358",70731,100626 -"310359",70731,104634 -"310360",70731,123029 -"310361",70732,89690 -"310362",70732,101110 -"310363",70733,82300 -"310364",70733,93337 -"310365",70733,107827 -"310366",70733,109319 -"310367",70733,111350 -"310368",70733,115581 -"310369",70733,115593 -"310370",70733,115596 -"310371",70733,115600 -"310372",70733,115640 -"310373",70733,116860 -"310374",70733,120729 -"310375",70734,89664 -"310376",70734,111823 -"310377",70734,116791 -"310378",70734,118278 -"310379",70736,81497 -"310380",70736,82301 -"310381",70736,82408 -"310382",70737,74772 -"310383",70743,70898 -"310384",70743,70939 -"310385",70743,70951 -"310386",70743,90464 -"310387",70744,70834 -"310388",70745,83003 -"310389",70748,72083 -"310390",70748,74868 -"310391",70748,83216 -"310392",70748,92957 -"310393",70748,102444 -"310394",70748,106815 -"310395",70749,70764 -"310396",70750,70879 -"310397",70750,79184 -"310398",70751,86643 -"310399",70751,89860 -"310400",70751,89863 -"310401",70753,70794 -"310402",70753,71283 -"310403",70755,70796 -"310404",70756,70784 -"310405",70757,113958 -"310406",70759,70786 -"310407",70761,72500 -"310408",70763,118588 -"310409",70769,71222 -"310410",70769,86918 -"310411",70770,92149 -"310412",70770,115952 -"310413",70771,96876 -"310414",70774,80228 -"310415",70774,80374 -"310416",70774,80967 -"310417",70774,112501 -"310418",70776,70830 -"310419",70776,70839 -"310420",70778,72060 -"310421",70778,80938 -"310422",70778,80939 -"310423",70778,80940 -"310424",70778,80941 -"310425",70778,80949 -"310426",70778,80955 -"310427",70778,80956 -"310428",70778,80957 -"310429",70778,80985 -"310430",70778,80989 -"310431",70778,81007 -"310432",70778,81022 -"310433",70778,81026 -"310434",70778,81036 -"310435",70778,81037 -"310436",70778,81038 -"310437",70778,81139 -"310438",70778,104183 -"310439",70781,86159 -"310440",70781,110242 -"310441",70784,77427 -"310442",70784,101024 -"310443",70784,109385 -"310444",70785,77371 -"310445",70787,72654 -"310446",70788,87992 -"310447",70788,118217 -"310448",70790,71631 -"310449",70790,75436 -"310450",70791,98721 -"310451",70793,74214 -"310452",70798,71443 -"310453",70799,70833 -"310454",70799,70838 -"310455",70799,75644 -"310456",70799,106558 -"310457",70801,92978 -"310458",70801,108739 -"310459",70801,115212 -"310460",70801,120139 -"310461",70803,72108 -"310462",70803,110641 -"310463",70804,72325 -"310464",70804,91150 -"310465",70804,99875 -"310466",70804,111213 -"310467",70804,112723 -"310468",70804,117917 -"310469",70806,70934 -"310470",70806,83647 -"310471",70806,86490 -"310472",70808,81400 -"310473",70809,70825 -"310474",70809,78800 -"310475",70809,88264 -"310476",70809,110978 -"310477",70810,72389 -"310478",70811,72205 -"310479",70811,79535 -"310480",70811,79536 -"310481",70811,80661 -"310482",70811,93344 -"310483",70811,97132 -"310484",70811,102396 -"310485",70812,75795 -"310486",70812,120958 -"310487",70813,85229 -"310488",70815,84177 -"310489",70817,112279 -"310490",70818,120815 -"310491",70820,71928 -"310492",70822,75897 -"310493",70822,92327 -"310494",70822,94938 -"310495",70823,73631 -"310496",70823,83974 -"310497",70823,90012 -"310498",70823,90013 -"310499",70823,114458 -"310500",70823,115652 -"310501",70826,78943 -"310502",70828,75309 -"310503",70830,70839 -"310504",70832,71121 -"310505",70833,70838 -"310506",70833,92552 -"310507",70833,106377 -"310508",70836,79399 -"310509",70837,73879 -"310510",70838,79082 -"310511",70838,97237 -"310512",70838,101793 -"310513",70838,109663 -"310514",70838,122267 -"310515",70838,122312 -"310516",70840,70846 -"310517",70840,74272 -"310518",70841,80264 -"310519",70841,120296 -"310520",70845,88345 -"310521",70847,71040 -"310522",70847,87018 -"310523",70850,72261 -"310524",70851,71021 -"310525",70851,90247 -"310526",70852,72430 -"310527",70854,71683 -"310528",70854,72568 -"310529",70854,72628 -"310530",70854,73767 -"310531",70854,78532 -"310532",70854,81609 -"310533",70854,85885 -"310534",70854,91255 -"310535",70854,92247 -"310536",70854,92352 -"310537",70854,92362 -"310538",70854,92929 -"310539",70854,93719 -"310540",70854,94906 -"310541",70854,94946 -"310542",70854,95889 -"310543",70854,96093 -"310544",70854,97988 -"310545",70854,99309 -"310546",70854,99376 -"310547",70854,99450 -"310548",70854,99471 -"310549",70854,99474 -"310550",70854,100916 -"310551",70854,100944 -"310552",70854,101126 -"310553",70854,101329 -"310554",70854,105557 -"310555",70854,107199 -"310556",70854,108743 -"310557",70854,108980 -"310558",70854,109291 -"310559",70854,109933 -"310560",70854,110483 -"310561",70854,110567 -"310562",70854,110572 -"310563",70854,110630 -"310564",70854,110648 -"310565",70854,110711 -"310566",70854,110770 -"310567",70854,110869 -"310568",70854,110911 -"310569",70854,111285 -"310570",70854,111314 -"310571",70854,111362 -"310572",70854,111372 -"310573",70854,111424 -"310574",70854,111433 -"310575",70854,112422 -"310576",70854,113269 -"310577",70854,113430 -"310578",70854,114242 -"310579",70854,114842 -"310580",70854,115427 -"310581",70854,115521 -"310582",70854,115711 -"310583",70855,70871 -"310584",70855,70884 -"310585",70855,70895 -"310586",70855,70921 -"310587",70857,94756 -"310588",70858,74999 -"310589",70858,77973 -"310590",70858,90592 -"310591",70858,115921 -"310592",70859,91924 -"310593",70861,71129 -"310594",70862,111654 -"310595",70864,88357 -"310596",70866,99842 -"310597",70866,100419 -"310598",70867,71941 -"310599",70867,75311 -"310600",70868,70909 -"310601",70869,85406 -"310602",70870,95574 -"310603",70870,117319 -"310604",70871,70884 -"310605",70871,70895 -"310606",70871,70921 -"310607",70874,78470 -"310608",70874,90342 -"310609",70874,100432 -"310610",70874,110424 -"310611",70874,111401 -"310612",70874,120536 -"310613",70875,70891 -"310614",70877,78731 -"310615",70877,100699 -"310616",70877,101667 -"310617",70879,77685 -"310618",70882,119889 -"310619",70884,70895 -"310620",70884,70921 -"310621",70885,78200 -"310622",70886,70906 -"310623",70886,70919 -"310624",70888,70950 -"310625",70889,70890 -"310626",70889,70908 -"310627",70889,70952 -"310628",70889,70962 -"310629",70889,70970 -"310630",70889,71098 -"310631",70889,79231 -"310632",70889,84138 -"310633",70889,86131 -"310634",70889,106968 -"310635",70889,109510 -"310636",70889,110599 -"310637",70890,70908 -"310638",70890,70952 -"310639",70890,70962 -"310640",70890,70970 -"310641",70890,71098 -"310642",70891,72084 -"310643",70891,76309 -"310644",70891,80808 -"310645",70891,94512 -"310646",70891,102394 -"310647",70891,102936 -"310648",70891,114233 -"310649",70893,72410 -"310650",70893,72535 -"310651",70893,72667 -"310652",70893,72675 -"310653",70893,85096 -"310654",70893,85776 -"310655",70893,86463 -"310656",70893,105945 -"310657",70893,105968 -"310658",70893,107381 -"310659",70894,87690 -"310660",70894,97931 -"310661",70894,108704 -"310662",70894,111471 -"310663",70894,118999 -"310664",70894,119441 -"310665",70895,70921 -"310666",70895,73455 -"310667",70897,86693 -"310668",70898,70939 -"310669",70898,70951 -"310670",70899,76264 -"310671",70899,84685 -"310672",70899,99111 -"310673",70899,117343 -"310674",70899,121935 -"310675",70901,71146 -"310676",70902,75888 -"310677",70902,95193 -"310678",70905,74060 -"310679",70906,70919 -"310680",70907,71683 -"310681",70907,77125 -"310682",70907,78398 -"310683",70907,82426 -"310684",70907,84343 -"310685",70907,85000 -"310686",70907,85101 -"310687",70907,91682 -"310688",70907,95267 -"310689",70907,97580 -"310690",70907,98727 -"310691",70907,98776 -"310692",70907,100795 -"310693",70907,106824 -"310694",70907,108879 -"310695",70907,109166 -"310696",70907,109858 -"310697",70907,109878 -"310698",70907,112962 -"310699",70907,113990 -"310700",70907,115413 -"310701",70907,116123 -"310702",70907,117258 -"310703",70907,117560 -"310704",70907,118128 -"310705",70907,118836 -"310706",70907,118866 -"310707",70907,118873 -"310708",70907,119131 -"310709",70907,119513 -"310710",70907,119716 -"310711",70907,119769 -"310712",70907,120123 -"310713",70907,120169 -"310714",70907,120725 -"310715",70907,120944 -"310716",70907,121609 -"310717",70907,122007 -"310718",70907,122032 -"310719",70907,122035 -"310720",70907,122724 -"310721",70907,123070 -"310722",70907,123394 -"310723",70907,123490 -"310724",70908,70952 -"310725",70908,70962 -"310726",70908,70970 -"310727",70908,71098 -"310728",70908,75310 -"310729",70908,83847 -"310730",70909,86736 -"310731",70910,75339 -"310732",70912,77334 -"310733",70912,78154 -"310734",70912,94625 -"310735",70912,111570 -"310736",70914,74244 -"310737",70914,107646 -"310738",70916,71131 -"310739",70917,119712 -"310740",70918,71041 -"310741",70918,74757 -"310742",70919,71930 -"310743",70919,72052 -"310744",70922,90687 -"310745",70923,71524 -"310746",70924,100308 -"310747",70924,100323 -"310748",70924,100324 -"310749",70924,100327 -"310750",70924,100331 -"310751",70924,100333 -"310752",70924,100340 -"310753",70924,100341 -"310754",70924,102029 -"310755",70925,71050 -"310756",70925,79183 -"310757",70925,91411 -"310758",70925,92592 -"310759",70925,95030 -"310760",70925,97824 -"310761",70925,98343 -"310762",70925,101568 -"310763",70925,101967 -"310764",70925,102204 -"310765",70925,102731 -"310766",70925,109596 -"310767",70925,115951 -"310768",70925,119419 -"310769",70925,119454 -"310770",70925,121103 -"310771",70926,92294 -"310772",70926,101310 -"310773",70926,114731 -"310774",70928,76126 -"310775",70928,76564 -"310776",70928,84348 -"310777",70928,86597 -"310778",70928,96822 -"310779",70928,96823 -"310780",70928,96849 -"310781",70928,96858 -"310782",70928,96859 -"310783",70931,92017 -"310784",70931,99169 -"310785",70931,117214 -"310786",70931,120763 -"310787",70932,97482 -"310788",70933,104594 -"310789",70934,76904 -"310790",70934,77745 -"310791",70939,70951 -"310792",70939,82834 -"310793",70939,82913 -"310794",70940,117284 -"310795",70942,70948 -"310796",70943,89757 -"310797",70944,71000 -"310798",70945,71438 -"310799",70945,86787 -"310800",70945,108509 -"310801",70945,108594 -"310802",70946,77712 -"310803",70948,72296 -"310804",70949,72427 -"310805",70949,79630 -"310806",70950,75393 -"310807",70950,76340 -"310808",70950,80913 -"310809",70950,84453 -"310810",70950,90607 -"310811",70950,90767 -"310812",70950,91868 -"310813",70950,94051 -"310814",70950,97735 -"310815",70950,100354 -"310816",70950,101179 -"310817",70950,102520 -"310818",70950,105698 -"310819",70950,107144 -"310820",70950,113120 -"310821",70950,118108 -"310822",70952,70962 -"310823",70952,70970 -"310824",70952,71098 -"310825",70953,71830 -"310826",70954,81242 -"310827",70954,82509 -"310828",70954,92751 -"310829",70954,93267 -"310830",70954,93541 -"310831",70954,99840 -"310832",70954,115153 -"310833",70957,73151 -"310834",70959,111565 -"310835",70959,111663 -"310836",70960,88307 -"310837",70960,90003 -"310838",70960,95204 -"310839",70961,75168 -"310840",70962,70970 -"310841",70962,71098 -"310842",70963,75779 -"310843",70963,77665 -"310844",70963,77850 -"310845",70963,90666 -"310846",70963,105992 -"310847",70963,106004 -"310848",70963,106018 -"310849",70965,73594 -"310850",70967,106011 -"310851",70968,71397 -"310852",70969,74855 -"310853",70970,71098 -"310854",70971,102297 -"310855",70973,71299 -"310856",70973,71326 -"310857",70973,71327 -"310858",70973,71331 -"310859",70973,103142 -"310860",70975,101410 -"310861",70978,81793 -"310862",70978,84732 -"310863",70978,97348 -"310864",70979,77051 -"310865",70979,92656 -"310866",70981,71825 -"310867",70981,71837 -"310868",70981,77625 -"310869",70981,79681 -"310870",70981,82452 -"310871",70981,88409 -"310872",70981,90883 -"310873",70981,91383 -"310874",70981,92113 -"310875",70981,98904 -"310876",70981,102940 -"310877",70981,118577 -"310878",70981,119085 -"310879",70981,119224 -"310880",70981,119439 -"310881",70981,120085 -"310882",70981,120232 -"310883",70981,121213 -"310884",70988,75633 -"310885",70988,76012 -"310886",70988,79529 -"310887",70988,79593 -"310888",70988,80500 -"310889",70988,91517 -"310890",70988,96513 -"310891",70988,99022 -"310892",70988,106280 -"310893",70989,71018 -"310894",70989,96250 -"310895",70990,86180 -"310896",70992,104891 -"310897",70995,71388 -"310898",70996,71004 -"310899",70996,71253 -"310900",70996,74730 -"310901",70996,75830 -"310902",70998,104190 -"310903",70999,77367 -"310904",70999,100033 -"310905",71001,76983 -"310906",71001,83657 -"310907",71001,98958 -"310908",71001,114699 -"310909",71002,83156 -"310910",71003,81599 -"310911",71003,96142 -"310912",71003,101971 -"310913",71003,111590 -"310914",71004,88694 -"310915",71004,92296 -"310916",71004,110366 -"310917",71005,85592 -"310918",71006,100454 -"310919",71006,114282 -"310920",71006,114545 -"310921",71007,71042 -"310922",71008,76343 -"310923",71008,76697 -"310924",71008,85158 -"310925",71009,117925 -"310926",71010,84184 -"310927",71010,91043 -"310928",71011,99442 -"310929",71011,100165 -"310930",71011,100166 -"310931",71011,100177 -"310932",71011,100259 -"310933",71011,100519 -"310934",71012,71846 -"310935",71012,72039 -"310936",71012,81934 -"310937",71013,102391 -"310938",71015,74398 -"310939",71015,95265 -"310940",71015,111426 -"310941",71015,111440 -"310942",71016,71035 -"310943",71016,71036 -"310944",71016,71044 -"310945",71017,101096 -"310946",71019,93424 -"310947",71020,87634 -"310948",71020,98972 -"310949",71022,92968 -"310950",71022,96047 -"310951",71022,115589 -"310952",71023,102679 -"310953",71023,107242 -"310954",71023,111225 -"310955",71023,113375 -"310956",71024,71215 -"310957",71025,73394 -"310958",71025,77507 -"310959",71025,78308 -"310960",71025,85313 -"310961",71026,74070 -"310962",71027,73757 -"310963",71028,81856 -"310964",71029,71181 -"310965",71029,71199 -"310966",71032,78559 -"310967",71033,73409 -"310968",71033,75568 -"310969",71033,79375 -"310970",71033,80625 -"310971",71033,83427 -"310972",71033,90968 -"310973",71033,99207 -"310974",71033,104590 -"310975",71033,108138 -"310976",71033,108463 -"310977",71033,116534 -"310978",71033,116545 -"310979",71033,122892 -"310980",71033,122907 -"310981",71035,71036 -"310982",71035,71044 -"310983",71036,71044 -"310984",71039,83826 -"310985",71039,83900 -"310986",71039,92661 -"310987",71039,107487 -"310988",71042,118767 -"310989",71046,110739 -"310990",71052,71064 -"310991",71052,71978 -"310992",71053,71056 -"310993",71053,71072 -"310994",71054,83586 -"310995",71054,101183 -"310996",71055,85119 -"310997",71055,119139 -"310998",71056,71072 -"310999",71057,71264 -"311000",71057,71396 -"311001",71057,71409 -"311002",71057,71432 -"311003",71057,71442 -"311004",71059,76470 -"311005",71059,82643 -"311006",71059,86553 -"311007",71059,88938 -"311008",71059,94987 -"311009",71059,98665 -"311010",71059,100195 -"311011",71059,102186 -"311012",71059,123225 -"311013",71059,123246 -"311014",71059,123251 -"311015",71059,123254 -"311016",71060,71067 -"311017",71061,114541 -"311018",71065,93457 -"311019",71065,93475 -"311020",71066,71682 -"311021",71068,71169 -"311022",71068,92575 -"311023",71068,119226 -"311024",71069,77385 -"311025",71069,77386 -"311026",71069,108018 -"311027",71070,71406 -"311028",71070,71437 -"311029",71071,120897 -"311030",71072,83187 -"311031",71078,71148 -"311032",71078,85650 -"311033",71079,95791 -"311034",71079,95809 -"311035",71079,95815 -"311036",71079,95843 -"311037",71080,71083 -"311038",71080,71149 -"311039",71081,71095 -"311040",71083,71149 -"311041",71084,76701 -"311042",71084,82737 -"311043",71084,82970 -"311044",71084,89596 -"311045",71084,99767 -"311046",71084,99771 -"311047",71084,99772 -"311048",71084,99775 -"311049",71084,99777 -"311050",71084,114487 -"311051",71084,114570 -"311052",71086,73102 -"311053",71086,82381 -"311054",71086,119340 -"311055",71088,73867 -"311056",71089,99883 -"311057",71090,71439 -"311058",71092,85546 -"311059",71093,107325 -"311060",71093,112449 -"311061",71094,93343 -"311062",71094,102106 -"311063",71096,83024 -"311064",71097,71113 -"311065",71097,72302 -"311066",71100,87278 -"311067",71104,71465 -"311068",71106,73655 -"311069",71106,75767 -"311070",71106,76046 -"311071",71106,76459 -"311072",71106,76808 -"311073",71106,77727 -"311074",71106,78224 -"311075",71106,79222 -"311076",71106,82978 -"311077",71106,83306 -"311078",71106,85027 -"311079",71106,86151 -"311080",71106,88412 -"311081",71106,90275 -"311082",71106,90426 -"311083",71106,91112 -"311084",71106,91526 -"311085",71106,93425 -"311086",71106,93523 -"311087",71106,94520 -"311088",71106,95954 -"311089",71106,99544 -"311090",71106,99547 -"311091",71106,99554 -"311092",71106,100595 -"311093",71106,100739 -"311094",71106,100819 -"311095",71106,100909 -"311096",71106,101898 -"311097",71106,101988 -"311098",71106,102146 -"311099",71106,102201 -"311100",71106,102309 -"311101",71106,102635 -"311102",71106,102730 -"311103",71106,102846 -"311104",71106,103790 -"311105",71106,104095 -"311106",71106,104574 -"311107",71106,104784 -"311108",71106,104845 -"311109",71106,107269 -"311110",71106,107623 -"311111",71106,107714 -"311112",71106,107879 -"311113",71106,107975 -"311114",71106,111176 -"311115",71107,80402 -"311116",71108,71109 -"311117",71112,101840 -"311118",71112,103213 -"311119",71113,88012 -"311120",71113,94067 -"311121",71113,102047 -"311122",71113,107653 -"311123",71114,98026 -"311124",71114,112030 -"311125",71116,99637 -"311126",71117,119076 -"311127",71118,71530 -"311128",71118,71554 -"311129",71118,71726 -"311130",71118,95329 -"311131",71118,118148 -"311132",71120,87219 -"311133",71120,91597 -"311134",71120,108919 -"311135",71120,112807 -"311136",71121,80885 -"311137",71122,73811 -"311138",71122,73816 -"311139",71123,111084 -"311140",71123,111103 -"311141",71124,101005 -"311142",71124,117263 -"311143",71126,72770 -"311144",71128,100252 -"311145",71128,104433 -"311146",71130,117640 -"311147",71134,85289 -"311148",71135,91082 -"311149",71135,94247 -"311150",71135,96621 -"311151",71136,115475 -"311152",71138,71142 -"311153",71139,90107 -"311154",71140,121349 -"311155",71141,71180 -"311156",71142,77776 -"311157",71142,92198 -"311158",71142,93190 -"311159",71142,99947 -"311160",71142,102822 -"311161",71142,115911 -"311162",71142,115925 -"311163",71142,115974 -"311164",71142,116300 -"311165",71143,80693 -"311166",71143,87385 -"311167",71143,90307 -"311168",71143,94242 -"311169",71143,94250 -"311170",71143,94263 -"311171",71144,71145 -"311172",71144,91189 -"311173",71144,104391 -"311174",71144,114746 -"311175",71147,71418 -"311176",71148,108531 -"311177",71148,112486 -"311178",71151,71182 -"311179",71151,71853 -"311180",71151,73447 -"311181",71151,73589 -"311182",71152,71197 -"311183",71152,72079 -"311184",71152,82122 -"311185",71153,102118 -"311186",71153,120349 -"311187",71156,71189 -"311188",71156,78773 -"311189",71156,84780 -"311190",71157,92760 -"311191",71158,103735 -"311192",71158,121332 -"311193",71159,71433 -"311194",71160,80658 -"311195",71160,86051 -"311196",71160,114597 -"311197",71161,81974 -"311198",71161,91609 -"311199",71161,94852 -"311200",71164,71179 -"311201",71165,117390 -"311202",71166,110606 -"311203",71167,90564 -"311204",71167,112056 -"311205",71167,116873 -"311206",71170,73175 -"311207",71170,90941 -"311208",71170,100222 -"311209",71170,110828 -"311210",71173,111148 -"311211",71174,75737 -"311212",71175,71196 -"311213",71176,78582 -"311214",71178,71792 -"311215",71178,71872 -"311216",71181,71199 -"311217",71182,71853 -"311218",71182,73447 -"311219",71182,73589 -"311220",71186,71195 -"311221",71190,73261 -"311222",71191,71426 -"311223",71192,72471 -"311224",71193,76502 -"311225",71196,89379 -"311226",71200,95905 -"311227",71202,110144 -"311228",71203,71713 -"311229",71203,73617 -"311230",71203,100808 -"311231",71205,71419 -"311232",71205,77329 -"311233",71205,99812 -"311234",71205,108708 -"311235",71208,71243 -"311236",71208,71279 -"311237",71208,90840 -"311238",71209,72187 -"311239",71209,87096 -"311240",71209,95448 -"311241",71211,71505 -"311242",71211,71887 -"311243",71213,71231 -"311244",71213,71355 -"311245",71214,98331 -"311246",71214,110581 -"311247",71217,71244 -"311248",71217,73206 -"311249",71217,83399 -"311250",71218,110711 -"311251",71219,71259 -"311252",71219,101218 -"311253",71219,107877 -"311254",71219,110732 -"311255",71221,71334 -"311256",71222,71319 -"311257",71222,71407 -"311258",71222,71455 -"311259",71222,71641 -"311260",71222,86918 -"311261",71223,114422 -"311262",71226,77961 -"311263",71227,83557 -"311264",71227,115139 -"311265",71229,73369 -"311266",71229,75600 -"311267",71230,76278 -"311268",71230,76740 -"311269",71230,76786 -"311270",71230,77272 -"311271",71230,77357 -"311272",71230,77402 -"311273",71230,78248 -"311274",71230,78255 -"311275",71230,78339 -"311276",71230,78445 -"311277",71230,79022 -"311278",71230,79716 -"311279",71230,79989 -"311280",71230,80281 -"311281",71230,81728 -"311282",71230,82196 -"311283",71230,82383 -"311284",71230,82810 -"311285",71230,82854 -"311286",71230,83853 -"311287",71230,83884 -"311288",71230,84379 -"311289",71230,84613 -"311290",71230,85465 -"311291",71230,85610 -"311292",71230,86351 -"311293",71230,86451 -"311294",71230,86882 -"311295",71230,87175 -"311296",71230,87451 -"311297",71230,87521 -"311298",71230,87572 -"311299",71230,87663 -"311300",71230,87721 -"311301",71230,87862 -"311302",71231,71355 -"311303",71232,106112 -"311304",71233,80994 -"311305",71233,101410 -"311306",71233,102584 -"311307",71233,102604 -"311308",71234,104972 -"311309",71238,97727 -"311310",71238,121997 -"311311",71242,71284 -"311312",71242,71349 -"311313",71243,71279 -"311314",71243,109820 -"311315",71246,72696 -"311316",71250,74039 -"311317",71251,71444 -"311318",71251,79268 -"311319",71251,79321 -"311320",71251,79337 -"311321",71251,81259 -"311322",71251,84375 -"311323",71252,73780 -"311324",71252,74641 -"311325",71252,98079 -"311326",71253,77739 -"311327",71253,92283 -"311328",71253,92296 -"311329",71253,92319 -"311330",71254,75609 -"311331",71254,75722 -"311332",71256,99341 -"311333",71257,116978 -"311334",71258,77458 -"311335",71263,75378 -"311336",71263,75389 -"311337",71264,71396 -"311338",71264,71409 -"311339",71264,71432 -"311340",71264,71442 -"311341",71265,77002 -"311342",71265,80531 -"311343",71265,89147 -"311344",71265,106285 -"311345",71265,117079 -"311346",71265,122212 -"311347",71266,71294 -"311348",71266,71343 -"311349",71267,78029 -"311350",71267,106905 -"311351",71267,106977 -"311352",71267,108363 -"311353",71269,75989 -"311354",71269,77973 -"311355",71269,82983 -"311356",71269,106718 -"311357",71271,80544 -"311358",71271,94932 -"311359",71271,110827 -"311360",71272,71308 -"311361",71272,74947 -"311362",71272,92457 -"311363",71273,93194 -"311364",71274,75397 -"311365",71274,76915 -"311366",71274,77871 -"311367",71274,79242 -"311368",71274,99953 -"311369",71274,100583 -"311370",71274,110466 -"311371",71274,110469 -"311372",71275,107236 -"311373",71275,116205 -"311374",71275,120849 -"311375",71275,121695 -"311376",71276,71311 -"311377",71277,79473 -"311378",71277,80190 -"311379",71277,118334 -"311380",71280,81007 -"311381",71283,111766 -"311382",71284,71349 -"311383",71285,73305 -"311384",71285,88808 -"311385",71285,104991 -"311386",71285,116212 -"311387",71287,71337 -"311388",71287,95232 -"311389",71287,95702 -"311390",71287,102500 -"311391",71287,103596 -"311392",71287,106026 -"311393",71287,107500 -"311394",71287,117242 -"311395",71287,118442 -"311396",71287,118447 -"311397",71287,119560 -"311398",71287,119563 -"311399",71287,122371 -"311400",71287,123486 -"311401",71288,90687 -"311402",71288,93899 -"311403",71289,77167 -"311404",71289,80042 -"311405",71290,71291 -"311406",71291,107156 -"311407",71291,107160 -"311408",71291,107172 -"311409",71291,107178 -"311410",71292,108226 -"311411",71294,71343 -"311412",71295,123479 -"311413",71296,73384 -"311414",71296,81455 -"311415",71296,83165 -"311416",71296,85326 -"311417",71296,105061 -"311418",71296,113306 -"311419",71296,119428 -"311420",71297,73493 -"311421",71298,105701 -"311422",71299,71326 -"311423",71299,71327 -"311424",71299,71331 -"311425",71300,121184 -"311426",71301,71302 -"311427",71302,75290 -"311428",71302,75353 -"311429",71302,75384 -"311430",71304,73804 -"311431",71304,116692 -"311432",71305,81829 -"311433",71305,88933 -"311434",71305,101066 -"311435",71305,102028 -"311436",71306,72240 -"311437",71306,74737 -"311438",71306,87496 -"311439",71306,94909 -"311440",71306,104056 -"311441",71306,104163 -"311442",71306,104420 -"311443",71306,108198 -"311444",71306,111361 -"311445",71306,119866 -"311446",71306,119905 -"311447",71306,119911 -"311448",71307,120495 -"311449",71309,71351 -"311450",71310,77991 -"311451",71310,108791 -"311452",71311,108988 -"311453",71311,118583 -"311454",71311,119860 -"311455",71312,71324 -"311456",71315,93574 -"311457",71316,71397 -"311458",71316,71420 -"311459",71318,71809 -"311460",71318,75362 -"311461",71320,74039 -"311462",71320,74948 -"311463",71326,71327 -"311464",71326,71331 -"311465",71327,71331 -"311466",71328,88555 -"311467",71328,90460 -"311468",71328,102199 -"311469",71328,102272 -"311470",71328,102287 -"311471",71328,102327 -"311472",71328,119357 -"311473",71329,90772 -"311474",71329,112623 -"311475",71333,100418 -"311476",71333,102747 -"311477",71333,122471 -"311478",71335,101421 -"311479",71336,89843 -"311480",71336,94487 -"311481",71338,82475 -"311482",71342,72956 -"311483",71342,82410 -"311484",71342,82442 -"311485",71342,84720 -"311486",71342,86809 -"311487",71342,87019 -"311488",71342,94565 -"311489",71342,96389 -"311490",71342,101999 -"311491",71342,103065 -"311492",71342,104137 -"311493",71342,105490 -"311494",71342,105602 -"311495",71343,71471 -"311496",71344,81616 -"311497",71344,98960 -"311498",71345,78760 -"311499",71345,82056 -"311500",71346,102123 -"311501",71347,107565 -"311502",71349,71510 -"311503",71350,109043 -"311504",71351,93243 -"311505",71354,71360 -"311506",71354,71368 -"311507",71356,87263 -"311508",71356,100782 -"311509",71356,102126 -"311510",71356,112132 -"311511",71356,121307 -"311512",71360,71368 -"311513",71361,71365 -"311514",71362,71363 -"311515",71365,72532 -"311516",71365,75519 -"311517",71365,75529 -"311518",71365,75575 -"311519",71366,100130 -"311520",71367,117136 -"311521",71369,71382 -"311522",71370,75866 -"311523",71370,76499 -"311524",71370,76536 -"311525",71370,97477 -"311526",71370,97677 -"311527",71371,75957 -"311528",71371,81029 -"311529",71371,87171 -"311530",71371,108525 -"311531",71371,112191 -"311532",71372,96883 -"311533",71373,80459 -"311534",71373,84594 -"311535",71373,85006 -"311536",71373,85021 -"311537",71373,85046 -"311538",71373,94562 -"311539",71373,97523 -"311540",71374,122944 -"311541",71376,80016 -"311542",71376,114604 -"311543",71376,117302 -"311544",71377,96705 -"311545",71378,85747 -"311546",71378,97018 -"311547",71379,74629 -"311548",71379,74663 -"311549",71380,72535 -"311550",71380,91164 -"311551",71380,95721 -"311552",71380,96007 -"311553",71380,99435 -"311554",71383,71956 -"311555",71383,92417 -"311556",71383,114138 -"311557",71384,71385 -"311558",71384,104613 -"311559",71385,104613 -"311560",71386,71388 -"311561",71387,78632 -"311562",71387,99108 -"311563",71387,104790 -"311564",71390,121646 -"311565",71391,78585 -"311566",71391,114675 -"311567",71391,115560 -"311568",71391,119618 -"311569",71394,72382 -"311570",71395,85393 -"311571",71395,105668 -"311572",71395,107299 -"311573",71396,71409 -"311574",71396,71432 -"311575",71396,71442 -"311576",71397,71420 -"311577",71399,74915 -"311578",71402,71469 -"311579",71403,71462 -"311580",71405,80742 -"311581",71405,95235 -"311582",71405,122132 -"311583",71406,71437 -"311584",71407,71455 -"311585",71409,71432 -"311586",71409,71442 -"311587",71410,92257 -"311588",71410,102640 -"311589",71411,72946 -"311590",71411,82793 -"311591",71412,74484 -"311592",71415,71496 -"311593",71415,75242 -"311594",71418,111469 -"311595",71420,110412 -"311596",71420,111958 -"311597",71423,71468 -"311598",71425,119132 -"311599",71425,119137 -"311600",71429,100845 -"311601",71431,72498 -"311602",71431,72513 -"311603",71432,71442 -"311604",71434,98693 -"311605",71434,119633 -"311606",71435,77871 -"311607",71435,108699 -"311608",71435,108709 -"311609",71436,74466 -"311610",71436,116992 -"311611",71436,118890 -"311612",71444,79268 -"311613",71444,79321 -"311614",71444,79337 -"311615",71444,81259 -"311616",71445,88128 -"311617",71445,99091 -"311618",71445,106328 -"311619",71449,71454 -"311620",71450,71451 -"311621",71450,71452 -"311622",71450,71457 -"311623",71451,71452 -"311624",71451,71457 -"311625",71451,85109 -"311626",71452,71457 -"311627",71453,78571 -"311628",71453,88678 -"311629",71453,89082 -"311630",71453,89120 -"311631",71453,89127 -"311632",71453,89163 -"311633",71453,98259 -"311634",71454,74795 -"311635",71455,87893 -"311636",71458,81504 -"311637",71458,87336 -"311638",71458,103011 -"311639",71458,112069 -"311640",71458,112070 -"311641",71458,112972 -"311642",71459,94847 -"311643",71459,107093 -"311644",71461,85296 -"311645",71462,82417 -"311646",71462,85974 -"311647",71463,118413 -"311648",71464,72059 -"311649",71465,107458 -"311650",71467,72757 -"311651",71467,73721 -"311652",71467,88205 -"311653",71467,90903 -"311654",71468,91004 -"311655",71469,77790 -"311656",71469,79849 -"311657",71469,86554 -"311658",71469,86628 -"311659",71469,87234 -"311660",71469,90946 -"311661",71469,91128 -"311662",71469,96086 -"311663",71469,102396 -"311664",71469,103343 -"311665",71469,108576 -"311666",71469,108593 -"311667",71469,122395 -"311668",71472,71502 -"311669",71473,81838 -"311670",71473,94458 -"311671",71473,107544 -"311672",71473,119005 -"311673",71475,71855 -"311674",71475,108723 -"311675",71475,118680 -"311676",71476,71477 -"311677",71476,82648 -"311678",71477,96215 -"311679",71477,119187 -"311680",71478,73195 -"311681",71478,78502 -"311682",71478,98247 -"311683",71478,101970 -"311684",71478,112073 -"311685",71478,118654 -"311686",71478,122352 -"311687",71479,76905 -"311688",71479,81793 -"311689",71479,98173 -"311690",71480,79094 -"311691",71480,101226 -"311692",71480,122517 -"311693",71480,122520 -"311694",71481,73205 -"311695",71484,72006 -"311696",71485,71912 -"311697",71486,71676 -"311698",71487,73434 -"311699",71489,103129 -"311700",71491,95173 -"311701",71491,95208 -"311702",71492,71897 -"311703",71492,90483 -"311704",71492,95630 -"311705",71492,120045 -"311706",71493,82427 -"311707",71493,86395 -"311708",71494,72186 -"311709",71495,73683 -"311710",71501,103275 -"311711",71502,71810 -"311712",71502,73346 -"311713",71502,80720 -"311714",71504,73429 -"311715",71504,103886 -"311716",71504,103890 -"311717",71505,71887 -"311718",71505,87094 -"311719",71505,87095 -"311720",71505,91370 -"311721",71507,71665 -"311722",71507,101781 -"311723",71508,71583 -"311724",71509,75921 -"311725",71510,72065 -"311726",71510,72069 -"311727",71510,72070 -"311728",71510,72072 -"311729",71510,72077 -"311730",71510,72088 -"311731",71510,72102 -"311732",71510,72106 -"311733",71510,72107 -"311734",71514,71629 -"311735",71514,98860 -"311736",71515,74623 -"311737",71515,75917 -"311738",71516,75513 -"311739",71516,86129 -"311740",71516,88699 -"311741",71516,90018 -"311742",71517,97070 -"311743",71517,109321 -"311744",71518,71648 -"311745",71519,78091 -"311746",71521,73567 -"311747",71521,75337 -"311748",71521,89177 -"311749",71521,92643 -"311750",71521,104229 -"311751",71521,104230 -"311752",71521,105541 -"311753",71521,105548 -"311754",71524,74943 -"311755",71526,95163 -"311756",71527,119214 -"311757",71529,113056 -"311758",71530,71554 -"311759",71530,84239 -"311760",71530,107063 -"311761",71531,72224 -"311762",71531,84387 -"311763",71531,88256 -"311764",71531,111538 -"311765",71531,112875 -"311766",71532,71551 -"311767",71533,99597 -"311768",71535,108828 -"311769",71535,111084 -"311770",71536,93449 -"311771",71536,93672 -"311772",71538,79727 -"311773",71538,79728 -"311774",71541,92441 -"311775",71541,94806 -"311776",71541,98166 -"311777",71541,105685 -"311778",71542,98304 -"311779",71543,71550 -"311780",71543,112229 -"311781",71544,74894 -"311782",71544,76904 -"311783",71544,79942 -"311784",71544,87692 -"311785",71544,89047 -"311786",71544,90802 -"311787",71544,90850 -"311788",71544,101395 -"311789",71544,105616 -"311790",71548,71621 -"311791",71550,74364 -"311792",71550,83303 -"311793",71550,89789 -"311794",71550,109432 -"311795",71550,112229 -"311796",71550,116239 -"311797",71552,71608 -"311798",71553,71619 -"311799",71553,71620 -"311800",71553,75641 -"311801",71554,72267 -"311802",71555,75977 -"311803",71555,88404 -"311804",71557,71791 -"311805",71557,71800 -"311806",71557,71801 -"311807",71558,88578 -"311808",71559,81838 -"311809",71560,71947 -"311810",71563,82948 -"311811",71563,91637 -"311812",71563,91772 -"311813",71563,109060 -"311814",71563,121280 -"311815",71564,71565 -"311816",71566,71867 -"311817",71566,83179 -"311818",71566,85912 -"311819",71566,99294 -"311820",71566,100175 -"311821",71567,80406 -"311822",71567,81495 -"311823",71567,84596 -"311824",71567,85686 -"311825",71567,108986 -"311826",71567,112584 -"311827",71571,85664 -"311828",71571,107500 -"311829",71572,71795 -"311830",71574,118095 -"311831",71575,71616 -"311832",71576,73049 -"311833",71577,74484 -"311834",71579,71758 -"311835",71579,86476 -"311836",71579,94885 -"311837",71579,94886 -"311838",71579,94915 -"311839",71580,71812 -"311840",71580,71854 -"311841",71580,72359 -"311842",71582,74369 -"311843",71584,103148 -"311844",71585,71603 -"311845",71585,97670 -"311846",71585,109527 -"311847",71585,111965 -"311848",71585,122920 -"311849",71585,122921 -"311850",71585,123381 -"311851",71586,73163 -"311852",71590,94171 -"311853",71590,106575 -"311854",71593,121632 -"311855",71594,95646 -"311856",71595,101003 -"311857",71596,113340 -"311858",71596,113392 -"311859",71596,113394 -"311860",71598,85372 -"311861",71598,94029 -"311862",71598,94404 -"311863",71598,98080 -"311864",71598,102910 -"311865",71598,120168 -"311866",71601,71815 -"311867",71602,78207 -"311868",71602,78243 -"311869",71602,84996 -"311870",71603,94164 -"311871",71603,97037 -"311872",71603,97670 -"311873",71603,109527 -"311874",71603,111965 -"311875",71603,122920 -"311876",71603,122921 -"311877",71603,123381 -"311878",71605,77450 -"311879",71605,94585 -"311880",71605,108702 -"311881",71605,108832 -"311882",71606,118089 -"311883",71607,79089 -"311884",71607,81850 -"311885",71607,83768 -"311886",71607,88686 -"311887",71608,122878 -"311888",71608,122879 -"311889",71609,74134 -"311890",71609,74804 -"311891",71609,99532 -"311892",71609,101631 -"311893",71609,101656 -"311894",71614,73952 -"311895",71617,73023 -"311896",71618,79592 -"311897",71618,81482 -"311898",71618,94829 -"311899",71618,95869 -"311900",71618,96453 -"311901",71618,97123 -"311902",71618,98591 -"311903",71618,119820 -"311904",71619,71620 -"311905",71622,71722 -"311906",71623,93173 -"311907",71623,93316 -"311908",71623,114037 -"311909",71623,121026 -"311910",71624,100513 -"311911",71624,107253 -"311912",71625,71954 -"311913",71626,96513 -"311914",71626,110702 -"311915",71627,100583 -"311916",71628,71640 -"311917",71630,89984 -"311918",71631,74121 -"311919",71631,84054 -"311920",71634,81966 -"311921",71635,97872 -"311922",71643,108747 -"311923",71643,117373 -"311924",71644,95782 -"311925",71644,108141 -"311926",71644,108686 -"311927",71644,114470 -"311928",71645,97709 -"311929",71645,117818 -"311930",71645,117876 -"311931",71647,105449 -"311932",71649,80302 -"311933",71649,114176 -"311934",71650,75500 -"311935",71651,72462 -"311936",71651,72472 -"311937",71652,91991 -"311938",71652,101099 -"311939",71652,108444 -"311940",71652,112964 -"311941",71652,116355 -"311942",71654,79804 -"311943",71654,94435 -"311944",71654,97899 -"311945",71654,97903 -"311946",71654,97915 -"311947",71654,97922 -"311948",71654,97943 -"311949",71654,101616 -"311950",71654,110119 -"311951",71654,110863 -"311952",71658,88765 -"311953",71658,91024 -"311954",71660,93101 -"311955",71662,71684 -"311956",71662,87559 -"311957",71663,88474 -"311958",71663,91014 -"311959",71669,74463 -"311960",71671,87970 -"311961",71671,103616 -"311962",71675,76669 -"311963",71675,85753 -"311964",71675,118478 -"311965",71675,122630 -"311966",71677,75061 -"311967",71679,88061 -"311968",71681,111558 -"311969",71683,72568 -"311970",71683,72628 -"311971",71683,73767 -"311972",71683,77125 -"311973",71683,77218 -"311974",71683,78398 -"311975",71683,78532 -"311976",71683,81609 -"311977",71683,82426 -"311978",71683,83828 -"311979",71683,84343 -"311980",71683,85000 -"311981",71683,85101 -"311982",71683,85885 -"311983",71683,88484 -"311984",71683,91194 -"311985",71683,91205 -"311986",71683,91255 -"311987",71683,91682 -"311988",71683,92247 -"311989",71683,92352 -"311990",71683,92362 -"311991",71683,92929 -"311992",71683,93719 -"311993",71683,94906 -"311994",71683,94946 -"311995",71683,95267 -"311996",71683,95889 -"311997",71683,96093 -"311998",71683,97580 -"311999",71683,97988 -"312000",71683,98727 -"312001",71683,98776 -"312002",71683,99033 -"312003",71683,99309 -"312004",71683,99376 -"312005",71683,99450 -"312006",71683,99471 -"312007",71683,99474 -"312008",71683,100795 -"312009",71683,100916 -"312010",71683,100944 -"312011",71683,101126 -"312012",71683,101329 -"312013",71683,105557 -"312014",71683,106824 -"312015",71683,107199 -"312016",71683,108743 -"312017",71683,108879 -"312018",71683,108980 -"312019",71683,109166 -"312020",71683,109291 -"312021",71683,109858 -"312022",71683,109878 -"312023",71683,109933 -"312024",71683,110483 -"312025",71683,110567 -"312026",71683,110572 -"312027",71683,110630 -"312028",71683,110648 -"312029",71683,110711 -"312030",71683,110770 -"312031",71683,110869 -"312032",71683,110911 -"312033",71683,111285 -"312034",71683,111314 -"312035",71683,111362 -"312036",71683,111372 -"312037",71683,111424 -"312038",71683,111433 -"312039",71683,112422 -"312040",71683,112962 -"312041",71683,113269 -"312042",71683,113430 -"312043",71683,113990 -"312044",71683,114242 -"312045",71683,114842 -"312046",71683,115413 -"312047",71683,115427 -"312048",71683,115521 -"312049",71683,115711 -"312050",71683,116123 -"312051",71683,117258 -"312052",71683,117560 -"312053",71683,118128 -"312054",71683,118836 -"312055",71683,118866 -"312056",71683,118873 -"312057",71683,119131 -"312058",71683,119513 -"312059",71683,119716 -"312060",71683,119769 -"312061",71683,120123 -"312062",71683,120169 -"312063",71683,120725 -"312064",71683,120944 -"312065",71683,121609 -"312066",71683,122007 -"312067",71683,122032 -"312068",71683,122035 -"312069",71683,122724 -"312070",71683,123070 -"312071",71683,123394 -"312072",71683,123490 -"312073",71684,94650 -"312074",71684,105638 -"312075",71684,108700 -"312076",71688,71715 -"312077",71688,71744 -"312078",71689,109522 -"312079",71690,88451 -"312080",71693,76590 -"312081",71693,86600 -"312082",71693,88782 -"312083",71693,92517 -"312084",71693,94610 -"312085",71693,94653 -"312086",71693,100140 -"312087",71693,105198 -"312088",71693,110250 -"312089",71693,110343 -"312090",71693,122588 -"312091",71693,122819 -"312092",71693,122852 -"312093",71693,122861 -"312094",71693,122863 -"312095",71693,122864 -"312096",71695,71698 -"312097",71695,71754 -"312098",71697,71732 -"312099",71698,71754 -"312100",71699,84742 -"312101",71700,71706 -"312102",71700,104445 -"312103",71701,72533 -"312104",71701,74158 -"312105",71701,93970 -"312106",71701,103473 -"312107",71702,71704 -"312108",71702,71716 -"312109",71702,71741 -"312110",71702,86388 -"312111",71703,77308 -"312112",71703,99708 -"312113",71703,116061 -"312114",71704,71716 -"312115",71704,71741 -"312116",71704,77399 -"312117",71704,77405 -"312118",71704,77406 -"312119",71704,92184 -"312120",71707,88609 -"312121",71707,116513 -"312122",71707,117851 -"312123",71709,84564 -"312124",71709,97644 -"312125",71713,96638 -"312126",71713,110544 -"312127",71713,121281 -"312128",71714,87368 -"312129",71715,71744 -"312130",71715,104325 -"312131",71715,109569 -"312132",71715,109735 -"312133",71715,111681 -"312134",71715,122066 -"312135",71715,122885 -"312136",71716,71741 -"312137",71717,74045 -"312138",71717,79862 -"312139",71717,98140 -"312140",71717,100300 -"312141",71721,90582 -"312142",71722,75071 -"312143",71724,95409 -"312144",71725,99392 -"312145",71725,99393 -"312146",71725,99405 -"312147",71725,100154 -"312148",71725,100854 -"312149",71725,103679 -"312150",71725,104511 -"312151",71725,114802 -"312152",71726,95329 -"312153",71726,118148 -"312154",71727,103473 -"312155",71728,71745 -"312156",71728,106337 -"312157",71731,71755 -"312158",71731,95835 -"312159",71731,122719 -"312160",71733,76225 -"312161",71734,104493 -"312162",71735,71759 -"312163",71735,90600 -"312164",71735,117317 -"312165",71735,118083 -"312166",71736,87582 -"312167",71737,92026 -"312168",71739,115480 -"312169",71743,84065 -"312170",71745,81969 -"312171",71745,100068 -"312172",71745,107421 -"312173",71745,120984 -"312174",71745,122177 -"312175",71745,122178 -"312176",71745,122180 -"312177",71746,71760 -"312178",71747,72821 -"312179",71748,119379 -"312180",71749,81313 -"312181",71749,81338 -"312182",71749,85178 -"312183",71749,85535 -"312184",71749,85536 -"312185",71753,74068 -"312186",71753,77682 -"312187",71753,79815 -"312188",71753,79862 -"312189",71753,79863 -"312190",71753,80032 -"312191",71753,96465 -"312192",71753,101940 -"312193",71753,118077 -"312194",71756,74694 -"312195",71757,99233 -"312196",71757,104987 -"312197",71757,118935 -"312198",71759,78421 -"312199",71760,72651 -"312200",71760,72652 -"312201",71760,72679 -"312202",71760,72702 -"312203",71760,92790 -"312204",71762,94029 -"312205",71765,96532 -"312206",71766,80694 -"312207",71769,73143 -"312208",71769,74076 -"312209",71769,103643 -"312210",71769,104276 -"312211",71770,104508 -"312212",71773,78731 -"312213",71773,86463 -"312214",71773,93244 -"312215",71775,80179 -"312216",71775,102779 -"312217",71775,120498 -"312218",71775,121389 -"312219",71776,76049 -"312220",71776,81440 -"312221",71776,106152 -"312222",71776,106698 -"312223",71776,111588 -"312224",71776,119380 -"312225",71776,119381 -"312226",71778,93734 -"312227",71778,110028 -"312228",71779,79636 -"312229",71779,89375 -"312230",71779,92581 -"312231",71779,94802 -"312232",71780,71794 -"312233",71780,71798 -"312234",71780,71809 -"312235",71780,71814 -"312236",71780,71827 -"312237",71781,72390 -"312238",71781,77189 -"312239",71781,91701 -"312240",71781,93094 -"312241",71781,107810 -"312242",71782,106920 -"312243",71782,106952 -"312244",71784,103041 -"312245",71785,80887 -"312246",71785,86733 -"312247",71785,94166 -"312248",71788,85323 -"312249",71788,109362 -"312250",71788,112428 -"312251",71791,71800 -"312252",71791,71801 -"312253",71791,75162 -"312254",71792,71872 -"312255",71793,84115 -"312256",71793,96964 -"312257",71793,100393 -"312258",71793,108494 -"312259",71793,108524 -"312260",71793,108545 -"312261",71794,71798 -"312262",71794,71809 -"312263",71794,71814 -"312264",71794,71827 -"312265",71796,71803 -"312266",71797,71820 -"312267",71798,71809 -"312268",71798,71814 -"312269",71798,71827 -"312270",71799,73478 -"312271",71800,71801 -"312272",71802,106885 -"312273",71802,108104 -"312274",71804,102058 -"312275",71806,120155 -"312276",71806,120186 -"312277",71809,71814 -"312278",71809,71827 -"312279",71809,75362 -"312280",71810,80720 -"312281",71810,88746 -"312282",71810,91657 -"312283",71810,102573 -"312284",71812,71854 -"312285",71812,72359 -"312286",71812,72645 -"312287",71812,73593 -"312288",71814,71827 -"312289",71816,80535 -"312290",71816,114941 -"312291",71817,88723 -"312292",71817,89261 -"312293",71817,95586 -"312294",71817,105756 -"312295",71819,72000 -"312296",71820,81144 -"312297",71821,97256 -"312298",71822,97042 -"312299",71822,97055 -"312300",71823,98297 -"312301",71823,105462 -"312302",71825,71837 -"312303",71825,77625 -"312304",71825,79681 -"312305",71825,82452 -"312306",71825,87049 -"312307",71825,88409 -"312308",71825,90883 -"312309",71825,91383 -"312310",71825,92113 -"312311",71825,98904 -"312312",71825,102940 -"312313",71825,117484 -"312314",71825,118577 -"312315",71825,119085 -"312316",71825,119224 -"312317",71825,119439 -"312318",71825,120085 -"312319",71825,120232 -"312320",71825,121213 -"312321",71826,73369 -"312322",71828,101560 -"312323",71829,72188 -"312324",71832,72020 -"312325",71833,93235 -"312326",71833,107359 -"312327",71835,105227 -"312328",71836,89145 -"312329",71836,115862 -"312330",71836,115863 -"312331",71836,119484 -"312332",71836,122022 -"312333",71836,122029 -"312334",71837,77625 -"312335",71837,79154 -"312336",71837,79681 -"312337",71837,82452 -"312338",71837,88409 -"312339",71837,90883 -"312340",71837,91383 -"312341",71837,92113 -"312342",71837,98904 -"312343",71837,102940 -"312344",71837,118577 -"312345",71837,119085 -"312346",71837,119224 -"312347",71837,119439 -"312348",71837,120085 -"312349",71837,120232 -"312350",71837,121213 -"312351",71838,75254 -"312352",71840,82072 -"312353",71841,72060 -"312354",71841,78611 -"312355",71841,79000 -"312356",71841,99196 -"312357",71841,99223 -"312358",71842,71946 -"312359",71842,71994 -"312360",71843,91197 -"312361",71843,110646 -"312362",71845,92649 -"312363",71846,72039 -"312364",71846,109776 -"312365",71847,83162 -"312366",71847,98104 -"312367",71847,108315 -"312368",71847,108742 -"312369",71847,108768 -"312370",71848,92963 -"312371",71849,90425 -"312372",71853,73447 -"312373",71853,73589 -"312374",71854,72359 -"312375",71854,75291 -"312376",71856,74229 -"312377",71857,71860 -"312378",71857,72047 -"312379",71860,72047 -"312380",71861,110934 -"312381",71862,91988 -"312382",71862,98374 -"312383",71862,117002 -"312384",71866,88096 -"312385",71867,105297 -"312386",71873,90942 -"312387",71873,92035 -"312388",71873,95094 -"312389",71873,95130 -"312390",71874,75514 -"312391",71874,76438 -"312392",71874,76971 -"312393",71874,90000 -"312394",71874,104809 -"312395",71874,110772 -"312396",71875,89310 -"312397",71878,71894 -"312398",71878,71964 -"312399",71878,72109 -"312400",71878,72114 -"312401",71879,77017 -"312402",71881,75895 -"312403",71882,107489 -"312404",71883,113420 -"312405",71883,116106 -"312406",71886,72117 -"312407",71890,76590 -"312408",71890,79619 -"312409",71890,83745 -"312410",71890,86053 -"312411",71891,77265 -"312412",71891,97081 -"312413",71892,98031 -"312414",71893,112116 -"312415",71894,71964 -"312416",71894,72109 -"312417",71894,72114 -"312418",71900,89659 -"312419",71901,75934 -"312420",71901,79187 -"312421",71901,103033 -"312422",71901,103044 -"312423",71903,72211 -"312424",71903,72218 -"312425",71905,100393 -"312426",71907,71908 -"312427",71907,84111 -"312428",71907,86919 -"312429",71907,88315 -"312430",71907,93119 -"312431",71907,95421 -"312432",71908,72893 -"312433",71908,87021 -"312434",71908,87254 -"312435",71908,90036 -"312436",71910,114253 -"312437",71911,71944 -"312438",71911,88408 -"312439",71911,90187 -"312440",71911,92556 -"312441",71911,120206 -"312442",71912,103488 -"312443",71914,79490 -"312444",71914,86005 -"312445",71915,75619 -"312446",71915,88699 -"312447",71915,104674 -"312448",71916,71919 -"312449",71917,80625 -"312450",71920,71937 -"312451",71920,75804 -"312452",71920,91356 -"312453",71921,71951 -"312454",71921,84365 -"312455",71922,80555 -"312456",71922,113051 -"312457",71924,104122 -"312458",71926,109988 -"312459",71929,72185 -"312460",71929,72186 -"312461",71929,72195 -"312462",71929,72201 -"312463",71930,72052 -"312464",71930,74311 -"312465",71932,72319 -"312466",71932,88077 -"312467",71932,88752 -"312468",71932,90922 -"312469",71932,91779 -"312470",71932,92713 -"312471",71932,92926 -"312472",71932,97317 -"312473",71932,98948 -"312474",71932,102717 -"312475",71932,103258 -"312476",71932,103290 -"312477",71932,116756 -"312478",71932,119970 -"312479",71933,90071 -"312480",71933,102397 -"312481",71933,105494 -"312482",71933,110243 -"312483",71933,111829 -"312484",71934,108587 -"312485",71936,93915 -"312486",71938,86146 -"312487",71939,71953 -"312488",71942,71998 -"312489",71943,86292 -"312490",71943,98258 -"312491",71943,114282 -"312492",71945,81861 -"312493",71946,71994 -"312494",71947,115186 -"312495",71948,72100 -"312496",71948,86761 -"312497",71948,90360 -"312498",71949,76070 -"312499",71949,81313 -"312500",71949,96405 -"312501",71950,111476 -"312502",71952,91900 -"312503",71953,91679 -"312504",71953,108140 -"312505",71954,82221 -"312506",71955,74108 -"312507",71955,104534 -"312508",71956,72011 -"312509",71956,73800 -"312510",71956,92417 -"312511",71956,101097 -"312512",71961,72005 -"312513",71962,72415 -"312514",71962,77572 -"312515",71962,99799 -"312516",71962,122288 -"312517",71964,72109 -"312518",71964,72114 -"312519",71965,75351 -"312520",71966,87031 -"312521",71966,98400 -"312522",71966,99200 -"312523",71966,99224 -"312524",71969,72010 -"312525",71969,79520 -"312526",71969,80105 -"312527",71971,97186 -"312528",71971,97443 -"312529",71974,72437 -"312530",71974,107156 -"312531",71974,109632 -"312532",71975,90344 -"312533",71981,72012 -"312534",71981,88417 -"312535",71983,77612 -"312536",71983,88077 -"312537",71983,94386 -"312538",71983,103452 -"312539",71983,106271 -"312540",71984,113801 -"312541",71985,71988 -"312542",71987,84186 -"312543",71987,119356 -"312544",71990,73020 -"312545",71990,87529 -"312546",71991,80143 -"312547",71991,80161 -"312548",71996,72003 -"312549",71997,106611 -"312550",71997,106643 -"312551",71998,75243 -"312552",71998,88602 -"312553",71998,90826 -"312554",71998,97382 -"312555",71998,108807 -"312556",71998,108842 -"312557",72001,94122 -"312558",72004,121112 -"312559",72006,110010 -"312560",72007,72008 -"312561",72008,114965 -"312562",72014,109611 -"312563",72014,111724 -"312564",72015,75103 -"312565",72015,79246 -"312566",72015,81211 -"312567",72015,81368 -"312568",72015,81414 -"312569",72019,75153 -"312570",72019,75164 -"312571",72022,72697 -"312572",72026,82909 -"312573",72026,91433 -"312574",72026,115749 -"312575",72028,118901 -"312576",72031,119631 -"312577",72031,119678 -"312578",72034,72036 -"312579",72035,72040 -"312580",72039,83390 -"312581",72041,72042 -"312582",72041,73027 -"312583",72043,112212 -"312584",72044,73837 -"312585",72044,73937 -"312586",72045,72099 -"312587",72045,78036 -"312588",72045,78042 -"312589",72045,78043 -"312590",72045,78232 -"312591",72045,78234 -"312592",72047,74413 -"312593",72048,112996 -"312594",72048,118100 -"312595",72049,72110 -"312596",72049,75095 -"312597",72049,106675 -"312598",72050,111640 -"312599",72050,121309 -"312600",72050,121400 -"312601",72050,121408 -"312602",72053,98470 -"312603",72056,119120 -"312604",72057,104563 -"312605",72060,78611 -"312606",72060,79000 -"312607",72060,80938 -"312608",72060,80939 -"312609",72060,80940 -"312610",72060,80941 -"312611",72060,80949 -"312612",72060,80955 -"312613",72060,80956 -"312614",72060,80957 -"312615",72060,80985 -"312616",72060,80989 -"312617",72060,81007 -"312618",72060,81022 -"312619",72060,81026 -"312620",72060,81036 -"312621",72060,81037 -"312622",72060,81038 -"312623",72060,81139 -"312624",72061,76997 -"312625",72062,110124 -"312626",72062,112759 -"312627",72065,72069 -"312628",72065,72070 -"312629",72065,72072 -"312630",72065,72077 -"312631",72065,72088 -"312632",72065,72102 -"312633",72065,72106 -"312634",72065,72107 -"312635",72066,75563 -"312636",72068,72113 -"312637",72069,72070 -"312638",72069,72072 -"312639",72069,72077 -"312640",72069,72088 -"312641",72069,72102 -"312642",72069,72106 -"312643",72069,72107 -"312644",72070,72072 -"312645",72070,72077 -"312646",72070,72088 -"312647",72070,72102 -"312648",72070,72106 -"312649",72070,72107 -"312650",72071,84220 -"312651",72072,72077 -"312652",72072,72088 -"312653",72072,72102 -"312654",72072,72106 -"312655",72072,72107 -"312656",72076,72111 -"312657",72077,72088 -"312658",72077,72102 -"312659",72077,72106 -"312660",72077,72107 -"312661",72079,82122 -"312662",72079,83345 -"312663",72081,87814 -"312664",72082,111141 -"312665",72083,97368 -"312666",72083,99882 -"312667",72083,102444 -"312668",72084,75379 -"312669",72084,76309 -"312670",72084,80808 -"312671",72084,86969 -"312672",72084,94512 -"312673",72084,102394 -"312674",72084,114233 -"312675",72084,119241 -"312676",72084,119271 -"312677",72086,105856 -"312678",72088,72102 -"312679",72088,72106 -"312680",72088,72107 -"312681",72090,72178 -"312682",72090,90662 -"312683",72091,72121 -"312684",72091,72253 -"312685",72092,106800 -"312686",72093,104361 -"312687",72093,104386 -"312688",72093,104401 -"312689",72096,83245 -"312690",72096,91695 -"312691",72098,73351 -"312692",72100,109574 -"312693",72101,73052 -"312694",72102,72106 -"312695",72102,72107 -"312696",72103,120075 -"312697",72104,74388 -"312698",72104,101093 -"312699",72104,106752 -"312700",72104,119978 -"312701",72104,120037 -"312702",72106,72107 -"312703",72106,73414 -"312704",72106,73417 -"312705",72106,73418 -"312706",72106,73423 -"312707",72106,73443 -"312708",72107,73414 -"312709",72107,73417 -"312710",72107,73418 -"312711",72107,73423 -"312712",72107,73443 -"312713",72109,72114 -"312714",72112,72204 -"312715",72115,72286 -"312716",72115,72453 -"312717",72115,74849 -"312718",72115,75000 -"312719",72115,75262 -"312720",72118,73485 -"312721",72119,72276 -"312722",72120,72123 -"312723",72120,79805 -"312724",72121,72253 -"312725",72122,77855 -"312726",72122,85695 -"312727",72122,89668 -"312728",72122,104069 -"312729",72122,106702 -"312730",72122,121192 -"312731",72122,121786 -"312732",72123,83946 -"312733",72123,93604 -"312734",72123,100218 -"312735",72123,102363 -"312736",72123,103770 -"312737",72123,106635 -"312738",72126,88808 -"312739",72126,100076 -"312740",72127,83476 -"312741",72127,83496 -"312742",72129,106759 -"312743",72129,108073 -"312744",72130,74217 -"312745",72132,75355 -"312746",72132,79433 -"312747",72132,84445 -"312748",72133,72134 -"312749",72133,72136 -"312750",72133,72151 -"312751",72134,72136 -"312752",72134,72151 -"312753",72136,72151 -"312754",72137,76424 -"312755",72139,103003 -"312756",72140,73005 -"312757",72140,101036 -"312758",72140,121365 -"312759",72141,90765 -"312760",72142,91194 -"312761",72142,98335 -"312762",72142,100751 -"312763",72142,101827 -"312764",72144,90807 -"312765",72145,87655 -"312766",72145,100430 -"312767",72147,74330 -"312768",72149,92333 -"312769",72152,111900 -"312770",72154,73241 -"312771",72154,78406 -"312772",72154,82202 -"312773",72154,82203 -"312774",72154,108021 -"312775",72155,90080 -"312776",72155,91003 -"312777",72155,91986 -"312778",72155,93136 -"312779",72155,100332 -"312780",72155,109771 -"312781",72157,72193 -"312782",72157,72736 -"312783",72157,72756 -"312784",72160,76201 -"312785",72163,80003 -"312786",72164,87505 -"312787",72165,72192 -"312788",72166,72973 -"312789",72166,74937 -"312790",72166,92732 -"312791",72166,117172 -"312792",72166,117205 -"312793",72168,74148 -"312794",72168,74150 -"312795",72169,73984 -"312796",72169,78308 -"312797",72169,80754 -"312798",72173,79437 -"312799",72173,79448 -"312800",72173,112573 -"312801",72175,116059 -"312802",72176,81563 -"312803",72176,109856 -"312804",72176,112328 -"312805",72176,122225 -"312806",72178,75628 -"312807",72178,77098 -"312808",72180,89023 -"312809",72183,74783 -"312810",72185,72186 -"312811",72185,72195 -"312812",72185,72201 -"312813",72186,72195 -"312814",72186,72201 -"312815",72187,88437 -"312816",72187,89234 -"312817",72188,76003 -"312818",72188,92609 -"312819",72188,101202 -"312820",72190,91920 -"312821",72193,72736 -"312822",72193,72756 -"312823",72195,72201 -"312824",72196,75390 -"312825",72196,75917 -"312826",72198,73192 -"312827",72204,83813 -"312828",72204,99705 -"312829",72205,86778 -"312830",72205,97132 -"312831",72205,101842 -"312832",72205,111983 -"312833",72206,72297 -"312834",72207,80383 -"312835",72211,72218 -"312836",72212,92152 -"312837",72212,110341 -"312838",72212,116794 -"312839",72212,120105 -"312840",72215,82240 -"312841",72216,79350 -"312842",72217,103369 -"312843",72218,83403 -"312844",72219,77355 -"312845",72219,81520 -"312846",72222,93775 -"312847",72222,94181 -"312848",72222,114135 -"312849",72223,121756 -"312850",72225,84977 -"312851",72226,78153 -"312852",72226,85486 -"312853",72226,86368 -"312854",72226,118769 -"312855",72227,72266 -"312856",72227,72295 -"312857",72228,105410 -"312858",72229,72346 -"312859",72230,99585 -"312860",72230,113236 -"312861",72230,114368 -"312862",72231,79667 -"312863",72231,88415 -"312864",72231,88428 -"312865",72231,88532 -"312866",72231,97223 -"312867",72234,72326 -"312868",72235,89086 -"312869",72235,89319 -"312870",72235,93001 -"312871",72235,93166 -"312872",72235,98860 -"312873",72235,99574 -"312874",72235,100172 -"312875",72235,102288 -"312876",72235,106254 -"312877",72235,106360 -"312878",72235,106370 -"312879",72235,106379 -"312880",72235,106385 -"312881",72236,72283 -"312882",72236,73790 -"312883",72236,86550 -"312884",72236,95881 -"312885",72236,97675 -"312886",72239,103948 -"312887",72240,72343 -"312888",72240,79276 -"312889",72240,87496 -"312890",72240,94909 -"312891",72241,75824 -"312892",72241,83101 -"312893",72241,83191 -"312894",72241,83193 -"312895",72241,85193 -"312896",72241,86584 -"312897",72241,89901 -"312898",72241,92947 -"312899",72241,118232 -"312900",72241,121480 -"312901",72241,121485 -"312902",72242,106457 -"312903",72244,72282 -"312904",72244,72349 -"312905",72246,76031 -"312906",72246,82716 -"312907",72248,93657 -"312908",72251,72259 -"312909",72252,111538 -"312910",72254,72280 -"312911",72254,73939 -"312912",72254,75360 -"312913",72254,75361 -"312914",72256,99052 -"312915",72256,103936 -"312916",72256,111571 -"312917",72257,120670 -"312918",72257,121193 -"312919",72260,101737 -"312920",72262,74011 -"312921",72262,87550 -"312922",72262,90999 -"312923",72262,104519 -"312924",72263,110430 -"312925",72264,113002 -"312926",72264,118393 -"312927",72264,118395 -"312928",72264,118396 -"312929",72264,118399 -"312930",72265,72415 -"312931",72266,72295 -"312932",72266,99604 -"312933",72266,99649 -"312934",72268,72275 -"312935",72269,77667 -"312936",72269,96863 -"312937",72269,99582 -"312938",72272,73782 -"312939",72272,90946 -"312940",72272,110460 -"312941",72273,76294 -"312942",72273,80456 -"312943",72273,82069 -"312944",72273,87856 -"312945",72273,89702 -"312946",72273,89918 -"312947",72273,97958 -"312948",72273,108667 -"312949",72273,110299 -"312950",72273,110619 -"312951",72273,121173 -"312952",72274,72380 -"312953",72274,72401 -"312954",72274,72451 -"312955",72277,101360 -"312956",72282,72349 -"312957",72282,81075 -"312958",72285,97627 -"312959",72286,72453 -"312960",72286,74849 -"312961",72286,75000 -"312962",72286,75262 -"312963",72287,72528 -"312964",72287,72542 -"312965",72287,72551 -"312966",72293,72386 -"312967",72293,72387 -"312968",72296,85343 -"312969",72298,72425 -"312970",72299,75121 -"312971",72301,73621 -"312972",72301,74431 -"312973",72304,75434 -"312974",72304,108077 -"312975",72304,115091 -"312976",72305,78848 -"312977",72306,121607 -"312978",72309,72371 -"312979",72310,93117 -"312980",72312,82015 -"312981",72313,116935 -"312982",72313,116936 -"312983",72313,116954 -"312984",72313,116956 -"312985",72315,88457 -"312986",72319,88752 -"312987",72319,103258 -"312988",72319,108385 -"312989",72320,81600 -"312990",72323,80205 -"312991",72323,89779 -"312992",72324,84710 -"312993",72325,91150 -"312994",72325,99875 -"312995",72325,111213 -"312996",72325,112723 -"312997",72326,77839 -"312998",72327,72370 -"312999",72327,72397 -"313000",72327,72400 -"313001",72327,72444 -"313002",72328,72332 -"313003",72329,85908 -"313004",72329,86373 -"313005",72329,89760 -"313006",72329,90663 -"313007",72329,91167 -"313008",72329,100245 -"313009",72330,94362 -"313010",72331,72424 -"313011",72333,86339 -"313012",72333,95117 -"313013",72333,109573 -"313014",72333,109590 -"313015",72333,109597 -"313016",72335,85195 -"313017",72335,88363 -"313018",72335,91702 -"313019",72335,99162 -"313020",72335,99815 -"313021",72335,104559 -"313022",72335,107792 -"313023",72335,121225 -"313024",72336,73932 -"313025",72343,91362 -"313026",72343,96463 -"313027",72343,99641 -"313028",72343,104273 -"313029",72343,110429 -"313030",72343,122082 -"313031",72344,73694 -"313032",72344,73729 -"313033",72345,76636 -"313034",72345,76655 -"313035",72345,76665 -"313036",72345,76933 -"313037",72346,75163 -"313038",72348,80606 -"313039",72348,88044 -"313040",72348,89470 -"313041",72348,93090 -"313042",72349,75351 -"313043",72349,104524 -"313044",72349,107656 -"313045",72351,83870 -"313046",72351,95502 -"313047",72352,72361 -"313048",72352,76944 -"313049",72352,80090 -"313050",72352,111470 -"313051",72355,81784 -"313052",72360,72403 -"313053",72360,72563 -"313054",72363,78626 -"313055",72364,72439 -"313056",72366,78787 -"313057",72366,115396 -"313058",72366,115403 -"313059",72366,117280 -"313060",72367,75271 -"313061",72367,89335 -"313062",72367,97580 -"313063",72367,108886 -"313064",72368,72379 -"313065",72370,72397 -"313066",72370,72400 -"313067",72370,72444 -"313068",72374,72417 -"313069",72375,75534 -"313070",72377,97725 -"313071",72378,81016 -"313072",72378,81131 -"313073",72378,81231 -"313074",72378,81251 -"313075",72378,81312 -"313076",72378,120472 -"313077",72380,72401 -"313078",72380,72451 -"313079",72381,72383 -"313080",72384,94680 -"313081",72385,81870 -"313082",72385,91779 -"313083",72385,108430 -"313084",72385,122496 -"313085",72385,122502 -"313086",72386,72387 -"313087",72386,75422 -"313088",72386,93257 -"313089",72387,107210 -"313090",72388,75282 -"313091",72389,88765 -"313092",72391,78529 -"313093",72391,80188 -"313094",72391,80340 -"313095",72391,80366 -"313096",72391,121942 -"313097",72395,95063 -"313098",72395,110130 -"313099",72395,111261 -"313100",72397,72400 -"313101",72397,72444 -"313102",72398,72633 -"313103",72400,72444 -"313104",72401,72451 -"313105",72403,72563 -"313106",72403,75055 -"313107",72403,75327 -"313108",72403,75448 -"313109",72404,72670 -"313110",72404,72673 -"313111",72408,77004 -"313112",72408,78055 -"313113",72408,90349 -"313114",72409,72565 -"313115",72410,73329 -"313116",72410,73684 -"313117",72410,85776 -"313118",72410,89454 -"313119",72410,89928 -"313120",72410,90154 -"313121",72410,92674 -"313122",72410,100595 -"313123",72410,104798 -"313124",72410,106267 -"313125",72414,73488 -"313126",72414,79621 -"313127",72414,107270 -"313128",72420,90912 -"313129",72420,97159 -"313130",72420,100392 -"313131",72420,121503 -"313132",72421,106043 -"313133",72421,109544 -"313134",72422,72423 -"313135",72422,72643 -"313136",72422,85470 -"313137",72423,72643 -"313138",72427,108137 -"313139",72428,73958 -"313140",72428,100762 -"313141",72429,91548 -"313142",72429,117167 -"313143",72432,82683 -"313144",72432,113703 -"313145",72433,72568 -"313146",72433,72574 -"313147",72433,72685 -"313148",72433,73002 -"313149",72434,98414 -"313150",72435,72525 -"313151",72438,85378 -"313152",72438,98058 -"313153",72440,93284 -"313154",72441,79298 -"313155",72441,99729 -"313156",72441,101283 -"313157",72442,72550 -"313158",72443,89065 -"313159",72443,108882 -"313160",72449,76724 -"313161",72449,80414 -"313162",72449,80495 -"313163",72449,114250 -"313164",72452,73324 -"313165",72452,85603 -"313166",72452,103506 -"313167",72455,72482 -"313168",72455,72483 -"313169",72455,72484 -"313170",72459,87093 -"313171",72459,106602 -"313172",72461,87472 -"313173",72462,72472 -"313174",72463,72477 -"313175",72464,121763 -"313176",72466,84435 -"313177",72467,75662 -"313178",72468,77208 -"313179",72468,109186 -"313180",72468,109421 -"313181",72468,114890 -"313182",72469,84771 -"313183",72469,88685 -"313184",72470,89332 -"313185",72470,105366 -"313186",72473,74677 -"313187",72473,74791 -"313188",72475,73151 -"313189",72478,72481 -"313190",72479,86316 -"313191",72480,76014 -"313192",72480,109296 -"313193",72480,114750 -"313194",72482,72483 -"313195",72482,72484 -"313196",72483,72484 -"313197",72483,73449 -"313198",72485,89024 -"313199",72485,105695 -"313200",72485,111982 -"313201",72485,119316 -"313202",72486,72524 -"313203",72488,73796 -"313204",72488,76599 -"313205",72488,105663 -"313206",72488,105789 -"313207",72489,115716 -"313208",72491,72937 -"313209",72492,72495 -"313210",72492,72514 -"313211",72493,72498 -"313212",72493,87993 -"313213",72494,72556 -"313214",72494,81346 -"313215",72495,72514 -"313216",72496,72506 -"313217",72496,72582 -"313218",72497,72961 -"313219",72497,72971 -"313220",72498,72513 -"313221",72499,103271 -"313222",72499,121581 -"313223",72500,74242 -"313224",72501,117324 -"313225",72502,84968 -"313226",72502,106665 -"313227",72503,72544 -"313228",72503,114336 -"313229",72504,75914 -"313230",72504,101772 -"313231",72506,72582 -"313232",72507,92507 -"313233",72508,75648 -"313234",72508,77194 -"313235",72508,80477 -"313236",72508,99073 -"313237",72508,101422 -"313238",72508,120869 -"313239",72508,120872 -"313240",72509,101213 -"313241",72509,107457 -"313242",72509,115730 -"313243",72510,80092 -"313244",72511,72615 -"313245",72511,80087 -"313246",72511,94784 -"313247",72511,115562 -"313248",72512,72558 -"313249",72512,102033 -"313250",72513,80322 -"313251",72514,74299 -"313252",72514,80974 -"313253",72514,91668 -"313254",72514,107638 -"313255",72516,72561 -"313256",72518,72519 -"313257",72520,85570 -"313258",72520,88537 -"313259",72520,96232 -"313260",72520,110256 -"313261",72521,81179 -"313262",72521,84186 -"313263",72521,92256 -"313264",72521,99573 -"313265",72522,73385 -"313266",72526,90788 -"313267",72526,95857 -"313268",72527,72603 -"313269",72528,72542 -"313270",72528,72551 -"313271",72530,78432 -"313272",72530,88986 -"313273",72530,107192 -"313274",72531,88816 -"313275",72531,91148 -"313276",72531,96946 -"313277",72531,96947 -"313278",72531,96948 -"313279",72531,96949 -"313280",72531,96950 -"313281",72531,96951 -"313282",72531,96958 -"313283",72531,96959 -"313284",72531,97007 -"313285",72532,75519 -"313286",72532,75529 -"313287",72532,75575 -"313288",72533,93970 -"313289",72533,103473 -"313290",72534,99692 -"313291",72535,72667 -"313292",72535,72675 -"313293",72535,87958 -"313294",72535,91164 -"313295",72535,95721 -"313296",72535,96007 -"313297",72535,99435 -"313298",72535,104781 -"313299",72535,104873 -"313300",72536,74300 -"313301",72536,86185 -"313302",72536,87149 -"313303",72537,75936 -"313304",72537,76696 -"313305",72537,86058 -"313306",72537,114011 -"313307",72537,120244 -"313308",72540,85278 -"313309",72541,72650 -"313310",72541,82504 -"313311",72541,92891 -"313312",72541,94324 -"313313",72542,72551 -"313314",72542,105931 -"313315",72545,74718 -"313316",72546,78794 -"313317",72549,76979 -"313318",72549,90268 -"313319",72549,92154 -"313320",72549,97697 -"313321",72549,99457 -"313322",72549,105352 -"313323",72549,106723 -"313324",72550,105798 -"313325",72550,105799 -"313326",72550,105802 -"313327",72553,79399 -"313328",72555,75185 -"313329",72555,119422 -"313330",72557,104538 -"313331",72559,72746 -"313332",72560,72585 -"313333",72562,76344 -"313334",72562,101218 -"313335",72564,72868 -"313336",72567,91416 -"313337",72567,97471 -"313338",72568,72574 -"313339",72568,72628 -"313340",72568,72685 -"313341",72568,73002 -"313342",72568,73767 -"313343",72568,75763 -"313344",72568,78532 -"313345",72568,78872 -"313346",72568,81609 -"313347",72568,85885 -"313348",72568,91255 -"313349",72568,92247 -"313350",72568,92352 -"313351",72568,92362 -"313352",72568,92929 -"313353",72568,93719 -"313354",72568,94906 -"313355",72568,94946 -"313356",72568,95889 -"313357",72568,96093 -"313358",72568,97988 -"313359",72568,99309 -"313360",72568,99376 -"313361",72568,99450 -"313362",72568,99471 -"313363",72568,99474 -"313364",72568,100916 -"313365",72568,100944 -"313366",72568,101126 -"313367",72568,101329 -"313368",72568,105557 -"313369",72568,106685 -"313370",72568,107199 -"313371",72568,108743 -"313372",72568,108980 -"313373",72568,109291 -"313374",72568,109933 -"313375",72568,110483 -"313376",72568,110567 -"313377",72568,110572 -"313378",72568,110630 -"313379",72568,110648 -"313380",72568,110711 -"313381",72568,110770 -"313382",72568,110869 -"313383",72568,110911 -"313384",72568,111285 -"313385",72568,111314 -"313386",72568,111362 -"313387",72568,111372 -"313388",72568,111424 -"313389",72568,111433 -"313390",72568,112422 -"313391",72568,112574 -"313392",72568,112779 -"313393",72568,112787 -"313394",72568,112849 -"313395",72568,113269 -"313396",72568,113430 -"313397",72568,114242 -"313398",72568,114842 -"313399",72568,115427 -"313400",72568,115521 -"313401",72568,115711 -"313402",72571,72682 -"313403",72571,78538 -"313404",72573,76008 -"313405",72573,80913 -"313406",72573,81722 -"313407",72573,86158 -"313408",72573,91779 -"313409",72573,99577 -"313410",72573,101016 -"313411",72573,101087 -"313412",72573,102401 -"313413",72573,105495 -"313414",72573,105955 -"313415",72573,106674 -"313416",72573,107970 -"313417",72573,108905 -"313418",72573,116302 -"313419",72573,116315 -"313420",72573,116325 -"313421",72573,116331 -"313422",72574,72685 -"313423",72574,73002 -"313424",72576,72577 -"313425",72578,74016 -"313426",72578,83317 -"313427",72578,96620 -"313428",72578,113413 -"313429",72579,81325 -"313430",72579,106378 -"313431",72579,108552 -"313432",72580,72700 -"313433",72580,107061 -"313434",72580,115584 -"313435",72583,72608 -"313436",72585,91030 -"313437",72587,83422 -"313438",72587,87477 -"313439",72587,93854 -"313440",72591,106078 -"313441",72592,123281 -"313442",72597,76601 -"313443",72597,78773 -"313444",72597,82114 -"313445",72597,121932 -"313446",72598,99089 -"313447",72598,113800 -"313448",72600,84546 -"313449",72600,97278 -"313450",72600,99603 -"313451",72600,100941 -"313452",72600,109035 -"313453",72600,109761 -"313454",72601,72853 -"313455",72601,74775 -"313456",72604,80647 -"313457",72604,89810 -"313458",72605,72636 -"313459",72605,72768 -"313460",72605,72950 -"313461",72606,110375 -"313462",72607,91834 -"313463",72609,74455 -"313464",72609,85227 -"313465",72610,78915 -"313466",72610,122001 -"313467",72611,114257 -"313468",72612,76143 -"313469",72613,84595 -"313470",72615,72616 -"313471",72615,72625 -"313472",72615,75921 -"313473",72615,80087 -"313474",72615,94784 -"313475",72615,100251 -"313476",72616,72625 -"313477",72616,78739 -"313478",72616,87036 -"313479",72616,96686 -"313480",72616,100251 -"313481",72617,72660 -"313482",72617,72662 -"313483",72619,72637 -"313484",72620,114043 -"313485",72620,114098 -"313486",72621,101396 -"313487",72622,102250 -"313488",72628,73767 -"313489",72628,78532 -"313490",72628,81609 -"313491",72628,85885 -"313492",72628,91255 -"313493",72628,92247 -"313494",72628,92352 -"313495",72628,92362 -"313496",72628,92929 -"313497",72628,93719 -"313498",72628,94906 -"313499",72628,94946 -"313500",72628,95889 -"313501",72628,96093 -"313502",72628,97988 -"313503",72628,99309 -"313504",72628,99376 -"313505",72628,99450 -"313506",72628,99471 -"313507",72628,99474 -"313508",72628,100916 -"313509",72628,100944 -"313510",72628,101126 -"313511",72628,101329 -"313512",72628,105557 -"313513",72628,107199 -"313514",72628,108743 -"313515",72628,108980 -"313516",72628,109291 -"313517",72628,109933 -"313518",72628,110483 -"313519",72628,110567 -"313520",72628,110572 -"313521",72628,110630 -"313522",72628,110648 -"313523",72628,110711 -"313524",72628,110770 -"313525",72628,110869 -"313526",72628,110911 -"313527",72628,111285 -"313528",72628,111314 -"313529",72628,111362 -"313530",72628,111372 -"313531",72628,111424 -"313532",72628,111433 -"313533",72628,112422 -"313534",72628,113269 -"313535",72628,113430 -"313536",72628,114242 -"313537",72628,114842 -"313538",72628,115427 -"313539",72628,115521 -"313540",72628,115711 -"313541",72632,77782 -"313542",72632,87128 -"313543",72636,72970 -"313544",72637,72908 -"313545",72637,72909 -"313546",72640,80591 -"313547",72641,107099 -"313548",72642,98433 -"313549",72646,93697 -"313550",72647,72705 -"313551",72648,89553 -"313552",72650,94324 -"313553",72650,104356 -"313554",72651,72652 -"313555",72651,72679 -"313556",72651,72702 -"313557",72652,72679 -"313558",72652,72702 -"313559",72653,80411 -"313560",72655,72656 -"313561",72656,107718 -"313562",72656,115047 -"313563",72659,112143 -"313564",72660,72662 -"313565",72660,98401 -"313566",72661,72663 -"313567",72661,72698 -"313568",72663,72698 -"313569",72664,84505 -"313570",72664,111593 -"313571",72665,76453 -"313572",72665,78051 -"313573",72665,89939 -"313574",72665,104742 -"313575",72665,118501 -"313576",72665,119668 -"313577",72665,122783 -"313578",72666,84058 -"313579",72667,72675 -"313580",72669,78105 -"313581",72669,83931 -"313582",72670,72673 -"313583",72671,123036 -"313584",72672,98046 -"313585",72672,106904 -"313586",72674,90606 -"313587",72674,118657 -"313588",72674,122218 -"313589",72675,81393 -"313590",72675,107435 -"313591",72677,96582 -"313592",72677,114220 -"313593",72677,114223 -"313594",72677,119551 -"313595",72679,72702 -"313596",72680,85876 -"313597",72680,102854 -"313598",72681,72690 -"313599",72682,84697 -"313600",72683,101286 -"313601",72683,121801 -"313602",72683,123023 -"313603",72683,123147 -"313604",72685,73002 -"313605",72685,88972 -"313606",72685,115249 -"313607",72687,78269 -"313608",72687,96253 -"313609",72687,110360 -"313610",72688,83877 -"313611",72689,103445 -"313612",72691,98850 -"313613",72691,109781 -"313614",72692,99341 -"313615",72694,107380 -"313616",72699,86847 -"313617",72699,90723 -"313618",72703,72762 -"313619",72703,104220 -"313620",72703,111922 -"313621",72703,119462 -"313622",72703,119466 -"313623",72704,112359 -"313624",72707,73192 -"313625",72709,73280 -"313626",72710,115667 -"313627",72711,72749 -"313628",72712,76872 -"313629",72712,85641 -"313630",72712,91815 -"313631",72712,106161 -"313632",72713,72824 -"313633",72713,72826 -"313634",72713,72830 -"313635",72713,72840 -"313636",72713,72842 -"313637",72713,72847 -"313638",72714,117341 -"313639",72717,73760 -"313640",72717,112788 -"313641",72719,72724 -"313642",72721,98894 -"313643",72721,98920 -"313644",72722,78305 -"313645",72722,103501 -"313646",72722,103543 -"313647",72723,75194 -"313648",72723,75305 -"313649",72723,78768 -"313650",72723,84060 -"313651",72723,97446 -"313652",72723,99599 -"313653",72724,84263 -"313654",72725,80098 -"313655",72729,113893 -"313656",72730,84389 -"313657",72731,72787 -"313658",72731,76211 -"313659",72732,77139 -"313660",72732,88993 -"313661",72732,89250 -"313662",72732,104158 -"313663",72733,76415 -"313664",72733,103202 -"313665",72733,117176 -"313666",72733,117192 -"313667",72733,117534 -"313668",72734,72753 -"313669",72736,72756 -"313670",72739,80177 -"313671",72743,112170 -"313672",72744,77888 -"313673",72744,120509 -"313674",72747,72819 -"313675",72747,72859 -"313676",72752,99217 -"313677",72752,102282 -"313678",72752,103112 -"313679",72752,107249 -"313680",72754,72755 -"313681",72754,105720 -"313682",72754,119090 -"313683",72754,120119 -"313684",72755,112384 -"313685",72757,74548 -"313686",72757,88205 -"313687",72757,90903 -"313688",72757,92674 -"313689",72757,96472 -"313690",72758,108829 -"313691",72759,72905 -"313692",72761,101251 -"313693",72761,118324 -"313694",72764,87894 -"313695",72766,72850 -"313696",72767,74686 -"313697",72767,85142 -"313698",72767,97692 -"313699",72768,72950 -"313700",72772,77322 -"313701",72772,92019 -"313702",72772,94418 -"313703",72772,98511 -"313704",72773,122636 -"313705",72774,72795 -"313706",72774,72800 -"313707",72779,77234 -"313708",72779,94439 -"313709",72779,94460 -"313710",72781,72854 -"313711",72782,83304 -"313712",72782,83337 -"313713",72783,72793 -"313714",72783,82061 -"313715",72783,117972 -"313716",72784,72846 -"313717",72787,76211 -"313718",72790,72814 -"313719",72794,73387 -"313720",72794,91912 -"313721",72794,107657 -"313722",72794,110242 -"313723",72795,72800 -"313724",72795,76515 -"313725",72796,78833 -"313726",72797,73506 -"313727",72797,75251 -"313728",72797,107076 -"313729",72799,77745 -"313730",72799,91271 -"313731",72800,75257 -"313732",72801,79100 -"313733",72801,89299 -"313734",72801,91866 -"313735",72801,93999 -"313736",72801,102168 -"313737",72803,73453 -"313738",72803,97791 -"313739",72804,100801 -"313740",72808,76010 -"313741",72808,96456 -"313742",72808,100803 -"313743",72810,113727 -"313744",72811,86949 -"313745",72812,72813 -"313746",72812,72837 -"313747",72812,103508 -"313748",72813,72837 -"313749",72816,74073 -"313750",72816,83434 -"313751",72818,90881 -"313752",72819,72859 -"313753",72822,91073 -"313754",72822,112824 -"313755",72822,112844 -"313756",72822,112845 -"313757",72823,99137 -"313758",72823,117957 -"313759",72823,123389 -"313760",72824,72826 -"313761",72824,72830 -"313762",72824,72840 -"313763",72824,72842 -"313764",72824,72847 -"313765",72825,90593 -"313766",72825,91524 -"313767",72825,91536 -"313768",72825,91537 -"313769",72826,72830 -"313770",72826,72840 -"313771",72826,72842 -"313772",72826,72847 -"313773",72827,93562 -"313774",72827,96741 -"313775",72827,100647 -"313776",72827,107030 -"313777",72827,110122 -"313778",72827,116564 -"313779",72828,73096 -"313780",72829,103782 -"313781",72830,72840 -"313782",72830,72842 -"313783",72830,72847 -"313784",72831,73521 -"313785",72831,111585 -"313786",72833,105187 -"313787",72833,112914 -"313788",72838,87711 -"313789",72839,84243 -"313790",72839,116887 -"313791",72840,72842 -"313792",72840,72847 -"313793",72841,86427 -"313794",72842,72847 -"313795",72843,92191 -"313796",72843,110851 -"313797",72844,87758 -"313798",72845,84713 -"313799",72845,96841 -"313800",72845,105516 -"313801",72847,85875 -"313802",72848,84542 -"313803",72848,100780 -"313804",72848,111250 -"313805",72848,114926 -"313806",72849,73997 -"313807",72849,86477 -"313808",72849,118464 -"313809",72855,85175 -"313810",72857,72870 -"313811",72858,78773 -"313812",72860,81381 -"313813",72862,98564 -"313814",72864,75239 -"313815",72865,81700 -"313816",72865,113286 -"313817",72867,105596 -"313818",72867,115486 -"313819",72868,73030 -"313820",72868,73078 -"313821",72868,73107 -"313822",72870,120635 -"313823",72872,87176 -"313824",72872,102688 -"313825",72872,102693 -"313826",72876,74357 -"313827",72876,92683 -"313828",72876,107629 -"313829",72876,114755 -"313830",72877,73898 -"313831",72877,74113 -"313832",72878,110967 -"313833",72880,108132 -"313834",72880,108155 -"313835",72883,115992 -"313836",72886,80771 -"313837",72886,80820 -"313838",72886,80838 -"313839",72886,120106 -"313840",72888,72899 -"313841",72890,100633 -"313842",72891,78532 -"313843",72891,84701 -"313844",72892,77060 -"313845",72893,85776 -"313846",72893,87254 -"313847",72893,90036 -"313848",72893,92692 -"313849",72895,72907 -"313850",72895,72916 -"313851",72896,72927 -"313852",72896,73585 -"313853",72896,74963 -"313854",72900,108351 -"313855",72902,72903 -"313856",72902,72904 -"313857",72902,72911 -"313858",72903,72904 -"313859",72903,72911 -"313860",72904,72911 -"313861",72907,72916 -"313862",72908,72909 -"313863",72913,72914 -"313864",72913,72931 -"313865",72913,72945 -"313866",72913,72981 -"313867",72914,72931 -"313868",72914,72945 -"313869",72914,72981 -"313870",72915,72942 -"313871",72916,108333 -"313872",72916,112099 -"313873",72917,122701 -"313874",72919,72948 -"313875",72921,109082 -"313876",72922,101112 -"313877",72929,90277 -"313878",72931,72945 -"313879",72931,72981 -"313880",72932,73008 -"313881",72932,77930 -"313882",72932,84270 -"313883",72935,75538 -"313884",72935,81019 -"313885",72935,86308 -"313886",72935,107026 -"313887",72935,107037 -"313888",72936,89062 -"313889",72936,89120 -"313890",72936,89606 -"313891",72936,90416 -"313892",72936,91060 -"313893",72936,91063 -"313894",72936,91397 -"313895",72936,93033 -"313896",72936,96155 -"313897",72936,96769 -"313898",72936,96771 -"313899",72936,98930 -"313900",72939,102836 -"313901",72940,72956 -"313902",72940,74699 -"313903",72940,84924 -"313904",72940,91178 -"313905",72940,97636 -"313906",72940,103074 -"313907",72940,104968 -"313908",72940,110527 -"313909",72941,85715 -"313910",72942,78020 -"313911",72942,80208 -"313912",72942,84340 -"313913",72942,91421 -"313914",72943,72958 -"313915",72943,72962 -"313916",72943,72982 -"313917",72943,73026 -"313918",72943,74703 -"313919",72944,107655 -"313920",72944,113133 -"313921",72945,72981 -"313922",72946,84511 -"313923",72946,102857 -"313924",72947,91770 -"313925",72947,105207 -"313926",72951,93095 -"313927",72951,105391 -"313928",72955,99499 -"313929",72956,76819 -"313930",72956,82410 -"313931",72956,82442 -"313932",72956,95800 -"313933",72956,97913 -"313934",72956,105629 -"313935",72957,80978 -"313936",72957,94762 -"313937",72957,96688 -"313938",72957,99070 -"313939",72957,102796 -"313940",72957,103201 -"313941",72957,103412 -"313942",72957,110380 -"313943",72957,121331 -"313944",72957,121353 -"313945",72957,121358 -"313946",72958,72962 -"313947",72958,72982 -"313948",72958,73026 -"313949",72960,91407 -"313950",72960,121018 -"313951",72961,72971 -"313952",72962,72982 -"313953",72962,73026 -"313954",72963,72996 -"313955",72963,72997 -"313956",72963,72998 -"313957",72967,98112 -"313958",72968,108327 -"313959",72968,114154 -"313960",72968,117376 -"313961",72969,72980 -"313962",72972,77692 -"313963",72972,93565 -"313964",72972,100553 -"313965",72972,101089 -"313966",72972,107468 -"313967",72972,107490 -"313968",72972,107493 -"313969",72973,73001 -"313970",72973,74937 -"313971",72973,117172 -"313972",72973,117205 -"313973",72975,84830 -"313974",72975,99363 -"313975",72975,99367 -"313976",72975,99417 -"313977",72975,99427 -"313978",72975,107969 -"313979",72975,113142 -"313980",72976,73028 -"313981",72977,73012 -"313982",72978,73962 -"313983",72978,88275 -"313984",72978,88632 -"313985",72979,89242 -"313986",72980,84546 -"313987",72980,84770 -"313988",72980,96518 -"313989",72980,101484 -"313990",72980,104662 -"313991",72980,111317 -"313992",72982,73026 -"313993",72983,73052 -"313994",72984,81156 -"313995",72984,86163 -"313996",72984,105785 -"313997",72986,80435 -"313998",72986,96310 -"313999",72993,102765 -"314000",72994,73008 -"314001",72994,73009 -"314002",72995,73017 -"314003",72995,76173 -"314004",72995,94181 -"314005",72995,98861 -"314006",72995,100723 -"314007",72995,113328 -"314008",72995,113512 -"314009",72995,114322 -"314010",72996,72997 -"314011",72996,72998 -"314012",72997,72998 -"314013",73000,86958 -"314014",73000,86975 -"314015",73002,96398 -"314016",73002,118224 -"314017",73003,75092 -"314018",73003,75429 -"314019",73003,98884 -"314020",73003,112395 -"314021",73008,73009 -"314022",73008,76729 -"314023",73011,73099 -"314024",73013,81271 -"314025",73013,92473 -"314026",73013,103653 -"314027",73014,85219 -"314028",73015,83444 -"314029",73015,99949 -"314030",73015,101914 -"314031",73015,103631 -"314032",73015,103723 -"314033",73015,103732 -"314034",73015,103759 -"314035",73015,103773 -"314036",73016,75830 -"314037",73016,77506 -"314038",73016,93984 -"314039",73017,74462 -"314040",73020,87529 -"314041",73021,79818 -"314042",73021,112537 -"314043",73024,73025 -"314044",73024,75033 -"314045",73024,75108 -"314046",73026,74567 -"314047",73029,100349 -"314048",73029,117724 -"314049",73030,73078 -"314050",73030,73107 -"314051",73030,84678 -"314052",73032,73059 -"314053",73033,73041 -"314054",73033,82452 -"314055",73033,105050 -"314056",73035,74771 -"314057",73038,82967 -"314058",73038,119934 -"314059",73042,74188 -"314060",73043,95606 -"314061",73044,73058 -"314062",73044,73335 -"314063",73044,78063 -"314064",73044,78429 -"314065",73044,78569 -"314066",73044,82143 -"314067",73044,83231 -"314068",73044,86471 -"314069",73044,90804 -"314070",73044,91022 -"314071",73044,91045 -"314072",73044,95675 -"314073",73044,101516 -"314074",73044,102387 -"314075",73044,108374 -"314076",73044,108893 -"314077",73044,109101 -"314078",73044,109523 -"314079",73044,110993 -"314080",73044,111338 -"314081",73044,111398 -"314082",73044,111409 -"314083",73044,111480 -"314084",73044,112422 -"314085",73044,112648 -"314086",73044,112708 -"314087",73044,112820 -"314088",73044,112997 -"314089",73044,113597 -"314090",73044,114418 -"314091",73044,114582 -"314092",73044,115371 -"314093",73044,116028 -"314094",73044,116604 -"314095",73045,83075 -"314096",73045,83087 -"314097",73045,89996 -"314098",73045,91154 -"314099",73045,108422 -"314100",73046,73400 -"314101",73046,74303 -"314102",73047,94141 -"314103",73048,92333 -"314104",73049,73086 -"314105",73050,116965 -"314106",73051,80801 -"314107",73051,81448 -"314108",73051,84591 -"314109",73051,95489 -"314110",73051,101208 -"314111",73051,101666 -"314112",73051,102840 -"314113",73051,106784 -"314114",73051,106796 -"314115",73051,115877 -"314116",73052,83125 -"314117",73052,117187 -"314118",73053,73072 -"314119",73054,110384 -"314120",73054,110841 -"314121",73054,114066 -"314122",73055,73061 -"314123",73056,73068 -"314124",73057,86595 -"314125",73058,73335 -"314126",73058,74579 -"314127",73058,78063 -"314128",73058,78429 -"314129",73058,78569 -"314130",73058,80085 -"314131",73058,80895 -"314132",73058,82143 -"314133",73058,82710 -"314134",73058,83231 -"314135",73058,86471 -"314136",73058,90804 -"314137",73058,91017 -"314138",73058,91022 -"314139",73058,91045 -"314140",73058,95675 -"314141",73058,95966 -"314142",73058,101516 -"314143",73058,102387 -"314144",73058,106852 -"314145",73058,106857 -"314146",73058,106897 -"314147",73058,106901 -"314148",73058,108374 -"314149",73058,108893 -"314150",73058,109101 -"314151",73058,109523 -"314152",73058,110993 -"314153",73058,111338 -"314154",73058,111398 -"314155",73058,111409 -"314156",73058,111480 -"314157",73058,112422 -"314158",73058,112648 -"314159",73058,112708 -"314160",73058,112820 -"314161",73058,112997 -"314162",73058,113597 -"314163",73058,114418 -"314164",73058,114582 -"314165",73058,115371 -"314166",73058,116028 -"314167",73058,116604 -"314168",73063,88407 -"314169",73063,96651 -"314170",73063,108754 -"314171",73063,108763 -"314172",73064,73095 -"314173",73066,90960 -"314174",73066,99421 -"314175",73067,118930 -"314176",73068,89684 -"314177",73068,103098 -"314178",73068,114979 -"314179",73068,116105 -"314180",73070,82949 -"314181",73070,108544 -"314182",73070,110174 -"314183",73071,76495 -"314184",73071,102723 -"314185",73071,109103 -"314186",73071,109579 -"314187",73071,120936 -"314188",73072,73289 -"314189",73072,90492 -"314190",73072,94101 -"314191",73072,101482 -"314192",73072,102757 -"314193",73072,111832 -"314194",73073,76416 -"314195",73075,77992 -"314196",73075,85962 -"314197",73078,73107 -"314198",73078,82378 -"314199",73078,114000 -"314200",73078,115443 -"314201",73078,115469 -"314202",73079,116512 -"314203",73079,116568 -"314204",73080,77701 -"314205",73081,116328 -"314206",73083,96911 -"314207",73087,73491 -"314208",73087,122688 -"314209",73088,73545 -"314210",73089,73123 -"314211",73090,88171 -"314212",73090,92730 -"314213",73091,74401 -"314214",73091,74534 -"314215",73091,75129 -"314216",73093,73124 -"314217",73094,78915 -"314218",73094,84588 -"314219",73094,103661 -"314220",73102,82381 -"314221",73102,119340 -"314222",73103,77897 -"314223",73103,82494 -"314224",73104,85601 -"314225",73105,88033 -"314226",73108,73753 -"314227",73113,109291 -"314228",73115,99845 -"314229",73117,73153 -"314230",73117,74185 -"314231",73118,73122 -"314232",73118,89396 -"314233",73121,77671 -"314234",73121,116058 -"314235",73123,102095 -"314236",73124,93138 -"314237",73125,104329 -"314238",73126,73129 -"314239",73126,84271 -"314240",73126,84272 -"314241",73128,84037 -"314242",73128,84374 -"314243",73128,85821 -"314244",73128,96122 -"314245",73131,76076 -"314246",73132,108904 -"314247",73133,93157 -"314248",73134,106013 -"314249",73136,95344 -"314250",73136,99444 -"314251",73136,108372 -"314252",73138,75271 -"314253",73138,76047 -"314254",73138,78487 -"314255",73138,81474 -"314256",73138,88309 -"314257",73138,91779 -"314258",73138,102535 -"314259",73138,106275 -"314260",73138,106280 -"314261",73138,107359 -"314262",73139,91578 -"314263",73140,80943 -"314264",73142,79460 -"314265",73142,117934 -"314266",73147,94048 -"314267",73147,105139 -"314268",73147,109509 -"314269",73147,116888 -"314270",73147,123051 -"314271",73147,123052 -"314272",73148,112326 -"314273",73151,88221 -"314274",73151,122521 -"314275",73152,84374 -"314276",73153,74185 -"314277",73156,108844 -"314278",73158,84468 -"314279",73158,115210 -"314280",73158,119261 -"314281",73166,73167 -"314282",73166,107450 -"314283",73166,120292 -"314284",73169,85982 -"314285",73170,76052 -"314286",73170,81517 -"314287",73171,75363 -"314288",73171,76512 -"314289",73171,79612 -"314290",73171,86514 -"314291",73171,100966 -"314292",73171,101709 -"314293",73171,102051 -"314294",73171,105384 -"314295",73171,106640 -"314296",73171,107302 -"314297",73171,111698 -"314298",73171,115424 -"314299",73171,117356 -"314300",73171,117369 -"314301",73171,119564 -"314302",73172,106085 -"314303",73175,73309 -"314304",73175,80415 -"314305",73175,89846 -"314306",73175,103306 -"314307",73176,73237 -"314308",73180,78746 -"314309",73181,107964 -"314310",73181,112586 -"314311",73181,118059 -"314312",73182,116128 -"314313",73183,74928 -"314314",73183,80620 -"314315",73183,80641 -"314316",73187,85084 -"314317",73189,73497 -"314318",73190,78772 -"314319",73192,95961 -"314320",73193,82281 -"314321",73193,82997 -"314322",73193,86623 -"314323",73193,98686 -"314324",73193,98703 -"314325",73193,98706 -"314326",73194,89701 -"314327",73194,89727 -"314328",73194,89746 -"314329",73194,89749 -"314330",73195,98247 -"314331",73196,74136 -"314332",73196,74137 -"314333",73196,74546 -"314334",73199,73216 -"314335",73199,73219 -"314336",73199,74145 -"314337",73199,81801 -"314338",73199,91388 -"314339",73201,73213 -"314340",73201,93373 -"314341",73201,94025 -"314342",73202,74564 -"314343",73203,78766 -"314344",73206,83399 -"314345",73206,115426 -"314346",73206,115439 -"314347",73210,98202 -"314348",73210,109567 -"314349",73210,120788 -"314350",73211,76353 -"314351",73211,79191 -"314352",73215,89609 -"314353",73215,89625 -"314354",73215,99832 -"314355",73215,101144 -"314356",73215,110801 -"314357",73215,113032 -"314358",73216,73219 -"314359",73217,73225 -"314360",73217,100370 -"314361",73220,85548 -"314362",73220,89463 -"314363",73220,92680 -"314364",73220,92728 -"314365",73220,97170 -"314366",73221,73394 -"314367",73221,73399 -"314368",73221,117036 -"314369",73222,79058 -"314370",73222,87142 -"314371",73222,88690 -"314372",73222,111208 -"314373",73222,112102 -"314374",73222,116927 -"314375",73223,75671 -"314376",73227,98771 -"314377",73228,102985 -"314378",73230,80570 -"314379",73230,82522 -"314380",73230,82573 -"314381",73230,92026 -"314382",73231,98037 -"314383",73232,73317 -"314384",73236,82574 -"314385",73238,94098 -"314386",73238,100533 -"314387",73240,95399 -"314388",73241,82202 -"314389",73241,82203 -"314390",73242,76369 -"314391",73242,87443 -"314392",73243,83893 -"314393",73243,98810 -"314394",73244,96837 -"314395",73245,95675 -"314396",73247,75949 -"314397",73247,108119 -"314398",73250,98602 -"314399",73250,98626 -"314400",73251,73266 -"314401",73252,73259 -"314402",73254,77547 -"314403",73254,84214 -"314404",73255,114881 -"314405",73258,73290 -"314406",73259,90286 -"314407",73259,100009 -"314408",73259,103961 -"314409",73263,93191 -"314410",73264,80928 -"314411",73264,85110 -"314412",73264,86504 -"314413",73264,93673 -"314414",73264,95007 -"314415",73264,95060 -"314416",73264,98931 -"314417",73264,101818 -"314418",73265,101919 -"314419",73265,114834 -"314420",73266,74183 -"314421",73266,74655 -"314422",73266,88583 -"314423",73266,90409 -"314424",73266,94504 -"314425",73266,96301 -"314426",73266,96576 -"314427",73266,104124 -"314428",73266,111226 -"314429",73266,112568 -"314430",73266,113641 -"314431",73266,117890 -"314432",73266,117932 -"314433",73267,98928 -"314434",73268,85202 -"314435",73268,122363 -"314436",73272,92026 -"314437",73272,108197 -"314438",73273,94430 -"314439",73279,87222 -"314440",73282,89937 -"314441",73283,101391 -"314442",73283,117587 -"314443",73283,119281 -"314444",73283,119341 -"314445",73283,120510 -"314446",73284,92116 -"314447",73285,97505 -"314448",73286,89028 -"314449",73287,74790 -"314450",73288,94365 -"314451",73289,77800 -"314452",73289,90492 -"314453",73289,101482 -"314454",73289,102757 -"314455",73289,122970 -"314456",73291,73370 -"314457",73294,78421 -"314458",73294,99284 -"314459",73294,102396 -"314460",73295,73446 -"314461",73295,73625 -"314462",73295,75411 -"314463",73295,77239 -"314464",73295,77903 -"314465",73295,88787 -"314466",73295,92928 -"314467",73295,95771 -"314468",73295,99198 -"314469",73295,99423 -"314470",73295,99542 -"314471",73295,99575 -"314472",73295,102518 -"314473",73295,110466 -"314474",73295,116498 -"314475",73298,75948 -"314476",73299,109536 -"314477",73300,112960 -"314478",73303,90760 -"314479",73303,120059 -"314480",73305,76498 -"314481",73305,98801 -"314482",73305,102705 -"314483",73305,106492 -"314484",73305,117471 -"314485",73306,89460 -"314486",73306,89461 -"314487",73306,89462 -"314488",73307,75532 -"314489",73308,73315 -"314490",73309,110444 -"314491",73312,73334 -"314492",73313,74957 -"314493",73313,94998 -"314494",73313,97106 -"314495",73313,118195 -"314496",73313,118200 -"314497",73313,118202 -"314498",73313,118226 -"314499",73314,84792 -"314500",73314,103337 -"314501",73314,112500 -"314502",73315,76680 -"314503",73315,84603 -"314504",73315,95773 -"314505",73315,101262 -"314506",73315,105280 -"314507",73315,105285 -"314508",73315,114558 -"314509",73320,99926 -"314510",73320,100456 -"314511",73320,108265 -"314512",73322,98123 -"314513",73326,108604 -"314514",73326,117066 -"314515",73327,87711 -"314516",73327,105286 -"314517",73327,116292 -"314518",73327,116335 -"314519",73329,80285 -"314520",73329,82589 -"314521",73329,89928 -"314522",73330,85491 -"314523",73330,85506 -"314524",73332,82453 -"314525",73332,87924 -"314526",73332,87932 -"314527",73332,87942 -"314528",73332,97520 -"314529",73332,97550 -"314530",73335,78063 -"314531",73335,78429 -"314532",73335,78569 -"314533",73335,82143 -"314534",73335,83231 -"314535",73335,86471 -"314536",73335,90804 -"314537",73335,91022 -"314538",73335,91045 -"314539",73335,95675 -"314540",73335,101516 -"314541",73335,102387 -"314542",73335,108374 -"314543",73335,108893 -"314544",73335,109101 -"314545",73335,109523 -"314546",73335,110993 -"314547",73335,111338 -"314548",73335,111398 -"314549",73335,111409 -"314550",73335,111480 -"314551",73335,112422 -"314552",73335,112648 -"314553",73335,112708 -"314554",73335,112820 -"314555",73335,112997 -"314556",73335,113597 -"314557",73335,114418 -"314558",73335,114582 -"314559",73335,115371 -"314560",73335,116028 -"314561",73335,116604 -"314562",73337,79212 -"314563",73337,92785 -"314564",73337,95427 -"314565",73337,96576 -"314566",73337,110146 -"314567",73338,79343 -"314568",73338,85885 -"314569",73338,96685 -"314570",73339,84159 -"314571",73339,84179 -"314572",73339,101249 -"314573",73339,116168 -"314574",73339,116175 -"314575",73341,73342 -"314576",73342,96599 -"314577",73343,75633 -"314578",73343,79136 -"314579",73343,79657 -"314580",73344,107797 -"314581",73348,81600 -"314582",73348,110709 -"314583",73348,114600 -"314584",73349,113540 -"314585",73352,102260 -"314586",73354,89028 -"314587",73354,89579 -"314588",73355,73356 -"314589",73357,80516 -"314590",73357,80543 -"314591",73357,81980 -"314592",73357,89665 -"314593",73357,101704 -"314594",73360,110764 -"314595",73360,110780 -"314596",73361,88531 -"314597",73366,85080 -"314598",73367,74114 -"314599",73369,75600 -"314600",73370,107741 -"314601",73372,73373 -"314602",73372,81480 -"314603",73372,100250 -"314604",73372,118067 -"314605",73374,75900 -"314606",73374,76816 -"314607",73374,78925 -"314608",73374,88627 -"314609",73374,89036 -"314610",73374,90643 -"314611",73374,92592 -"314612",73374,94027 -"314613",73374,99601 -"314614",73374,100502 -"314615",73374,102322 -"314616",73374,102337 -"314617",73374,102590 -"314618",73374,103267 -"314619",73374,105903 -"314620",73374,105988 -"314621",73374,107819 -"314622",73375,73527 -"314623",73375,83070 -"314624",73375,88289 -"314625",73375,100299 -"314626",73375,100650 -"314627",73375,107851 -"314628",73375,110796 -"314629",73375,112198 -"314630",73375,114402 -"314631",73376,73774 -"314632",73376,73815 -"314633",73376,75712 -"314634",73377,73442 -"314635",73378,97792 -"314636",73379,115127 -"314637",73379,116014 -"314638",73380,82627 -"314639",73381,93536 -"314640",73381,119780 -"314641",73382,89312 -"314642",73383,99258 -"314643",73384,83915 -"314644",73384,105061 -"314645",73389,95849 -"314646",73389,101053 -"314647",73389,103228 -"314648",73389,103927 -"314649",73389,103954 -"314650",73389,106188 -"314651",73389,106217 -"314652",73391,79743 -"314653",73391,81689 -"314654",73392,98134 -"314655",73392,98318 -"314656",73394,73399 -"314657",73394,77507 -"314658",73394,78037 -"314659",73395,111652 -"314660",73397,84057 -"314661",73397,121788 -"314662",73398,95352 -"314663",73398,118915 -"314664",73401,76292 -"314665",73401,83765 -"314666",73401,114061 -"314667",73403,104819 -"314668",73406,76030 -"314669",73406,84022 -"314670",73406,98529 -"314671",73406,105389 -"314672",73407,76985 -"314673",73408,88705 -"314674",73408,102838 -"314675",73409,75568 -"314676",73409,80625 -"314677",73409,85258 -"314678",73409,90968 -"314679",73409,90972 -"314680",73409,104590 -"314681",73409,108463 -"314682",73409,116534 -"314683",73409,116545 -"314684",73411,86490 -"314685",73412,77703 -"314686",73412,97961 -"314687",73413,73463 -"314688",73414,73417 -"314689",73414,73418 -"314690",73414,73423 -"314691",73414,73443 -"314692",73415,110635 -"314693",73415,110683 -"314694",73415,110687 -"314695",73417,73418 -"314696",73417,73423 -"314697",73417,73443 -"314698",73418,73423 -"314699",73418,73443 -"314700",73419,73421 -"314701",73420,82972 -"314702",73421,109925 -"314703",73422,86756 -"314704",73423,73443 -"314705",73427,78024 -"314706",73427,92709 -"314707",73427,115462 -"314708",73427,115571 -"314709",73427,119721 -"314710",73428,73457 -"314711",73428,73458 -"314712",73429,75600 -"314713",73430,98728 -"314714",73430,101388 -"314715",73430,119106 -"314716",73430,119116 -"314717",73431,85403 -"314718",73432,80663 -"314719",73437,82107 -"314720",73437,91552 -"314721",73438,85124 -"314722",73439,74130 -"314723",73441,73617 -"314724",73447,73589 -"314725",73448,73565 -"314726",73448,77407 -"314727",73448,81812 -"314728",73448,97823 -"314729",73449,73734 -"314730",73450,88280 -"314731",73450,98600 -"314732",73451,88139 -"314733",73451,89249 -"314734",73451,94894 -"314735",73451,101787 -"314736",73451,105865 -"314737",73451,108253 -"314738",73452,73505 -"314739",73453,97791 -"314740",73454,74271 -"314741",73456,88961 -"314742",73456,97442 -"314743",73457,73458 -"314744",73459,96054 -"314745",73460,88999 -"314746",73464,73919 -"314747",73464,81364 -"314748",73464,86490 -"314749",73464,88242 -"314750",73464,89710 -"314751",73464,90077 -"314752",73464,95604 -"314753",73464,99210 -"314754",73464,99315 -"314755",73464,99316 -"314756",73464,99327 -"314757",73464,99329 -"314758",73464,99341 -"314759",73464,99350 -"314760",73464,99844 -"314761",73464,102353 -"314762",73464,109373 -"314763",73464,110246 -"314764",73464,112290 -"314765",73464,112298 -"314766",73464,112468 -"314767",73464,113803 -"314768",73464,115195 -"314769",73464,115233 -"314770",73464,115255 -"314771",73464,115264 -"314772",73466,77043 -"314773",73466,90492 -"314774",73466,97812 -"314775",73466,114719 -"314776",73468,113450 -"314777",73468,122972 -"314778",73469,112696 -"314779",73471,81240 -"314780",73471,83179 -"314781",73473,77621 -"314782",73473,95505 -"314783",73474,73575 -"314784",73475,90212 -"314785",73475,113196 -"314786",73476,74202 -"314787",73476,77433 -"314788",73476,84620 -"314789",73476,98181 -"314790",73476,110281 -"314791",73476,110287 -"314792",73476,110300 -"314793",73476,110309 -"314794",73476,116115 -"314795",73477,73524 -"314796",73477,73525 -"314797",73481,80277 -"314798",73483,87261 -"314799",73483,90110 -"314800",73483,92639 -"314801",73483,100836 -"314802",73483,102053 -"314803",73483,102185 -"314804",73483,102190 -"314805",73483,102196 -"314806",73483,102197 -"314807",73483,102212 -"314808",73483,107993 -"314809",73483,113904 -"314810",73484,91161 -"314811",73484,101062 -"314812",73485,76314 -"314813",73485,76483 -"314814",73486,86263 -"314815",73486,102106 -"314816",73487,86657 -"314817",73487,119989 -"314818",73488,76688 -"314819",73488,78654 -"314820",73488,79621 -"314821",73488,83386 -"314822",73488,83415 -"314823",73488,104003 -"314824",73490,81755 -"314825",73490,99266 -"314826",73490,99267 -"314827",73490,111780 -"314828",73491,78659 -"314829",73491,105173 -"314830",73491,108391 -"314831",73492,74730 -"314832",73492,79378 -"314833",73492,93366 -"314834",73492,99380 -"314835",73492,99706 -"314836",73492,99742 -"314837",73492,100706 -"314838",73492,110246 -"314839",73492,110685 -"314840",73492,111988 -"314841",73492,116660 -"314842",73492,122145 -"314843",73494,74435 -"314844",73494,76484 -"314845",73494,100320 -"314846",73494,100334 -"314847",73499,82422 -"314848",73499,91028 -"314849",73501,122125 -"314850",73502,81706 -"314851",73505,92169 -"314852",73507,73534 -"314853",73508,73516 -"314854",73510,99446 -"314855",73511,73512 -"314856",73511,73520 -"314857",73512,73520 -"314858",73513,79537 -"314859",73513,79571 -"314860",73514,84286 -"314861",73518,83330 -"314862",73519,109730 -"314863",73520,118552 -"314864",73521,100678 -"314865",73521,111585 -"314866",73522,94452 -"314867",73524,73525 -"314868",73524,74587 -"314869",73524,74609 -"314870",73524,83845 -"314871",73524,83905 -"314872",73524,114102 -"314873",73524,114751 -"314874",73524,120036 -"314875",73524,120865 -"314876",73526,77702 -"314877",73526,100896 -"314878",73527,83070 -"314879",73527,112198 -"314880",73527,114402 -"314881",73531,101897 -"314882",73535,73724 -"314883",73536,82896 -"314884",73536,95369 -"314885",73536,95426 -"314886",73536,113819 -"314887",73536,113924 -"314888",73537,73938 -"314889",73540,82369 -"314890",73543,76818 -"314891",73543,114840 -"314892",73545,110430 -"314893",73546,73603 -"314894",73547,85292 -"314895",73547,103106 -"314896",73547,103119 -"314897",73552,73637 -"314898",73553,83202 -"314899",73554,85059 -"314900",73554,87943 -"314901",73554,95753 -"314902",73554,99035 -"314903",73555,74520 -"314904",73556,93820 -"314905",73556,116529 -"314906",73556,123498 -"314907",73560,73620 -"314908",73560,74063 -"314909",73560,74075 -"314910",73561,82063 -"314911",73561,95761 -"314912",73561,95883 -"314913",73563,78098 -"314914",73563,112417 -"314915",73563,115220 -"314916",73570,94603 -"314917",73572,73939 -"314918",73572,73950 -"314919",73576,73579 -"314920",73578,84883 -"314921",73578,101256 -"314922",73578,105780 -"314923",73579,103270 -"314924",73582,79816 -"314925",73582,82629 -"314926",73582,114889 -"314927",73590,74034 -"314928",73590,107298 -"314929",73590,113642 -"314930",73590,122810 -"314931",73594,75267 -"314932",73594,95470 -"314933",73596,106587 -"314934",73597,74646 -"314935",73597,86628 -"314936",73597,92928 -"314937",73597,99423 -"314938",73597,109143 -"314939",73597,111373 -"314940",73598,73602 -"314941",73599,91054 -"314942",73601,78184 -"314943",73601,88724 -"314944",73602,74616 -"314945",73604,103798 -"314946",73605,73631 -"314947",73605,73970 -"314948",73605,117146 -"314949",73606,73607 -"314950",73606,73608 -"314951",73606,76300 -"314952",73606,105438 -"314953",73606,111813 -"314954",73606,112866 -"314955",73607,73608 -"314956",73609,73812 -"314957",73611,98300 -"314958",73612,73614 -"314959",73612,73645 -"314960",73616,95936 -"314961",73616,121954 -"314962",73617,85302 -"314963",73617,89391 -"314964",73617,100808 -"314965",73617,117663 -"314966",73617,119435 -"314967",73618,73622 -"314968",73619,73621 -"314969",73620,74063 -"314970",73620,74075 -"314971",73621,74431 -"314972",73621,75206 -"314973",73623,99424 -"314974",73623,100291 -"314975",73623,105950 -"314976",73623,110508 -"314977",73623,113237 -"314978",73623,119587 -"314979",73624,80284 -"314980",73627,97255 -"314981",73629,78391 -"314982",73630,74218 -"314983",73630,74805 -"314984",73630,81181 -"314985",73631,83974 -"314986",73631,85181 -"314987",73631,85773 -"314988",73631,92029 -"314989",73631,114458 -"314990",73631,115652 -"314991",73633,100399 -"314992",73637,94918 -"314993",73637,94948 -"314994",73637,98211 -"314995",73638,110441 -"314996",73638,111623 -"314997",73638,111625 -"314998",73640,93345 -"314999",73640,111291 -"315000",73640,111295 -"315001",73641,86531 -"315002",73641,97577 -"315003",73642,76182 -"315004",73648,112183 -"315005",73648,112367 -"315006",73649,101892 -"315007",73650,91984 -"315008",73650,96287 -"315009",73650,96289 -"315010",73650,96302 -"315011",73651,84304 -"315012",73652,116019 -"315013",73652,116148 -"315014",73652,116156 -"315015",73652,116162 -"315016",73652,116170 -"315017",73652,116179 -"315018",73652,116215 -"315019",73653,78185 -"315020",73653,98873 -"315021",73653,108903 -"315022",73653,123243 -"315023",73655,75767 -"315024",73655,76046 -"315025",73655,76459 -"315026",73655,76808 -"315027",73655,77727 -"315028",73655,78224 -"315029",73655,79222 -"315030",73655,82978 -"315031",73655,83306 -"315032",73655,85027 -"315033",73655,88412 -"315034",73655,90275 -"315035",73655,90426 -"315036",73655,91112 -"315037",73655,91526 -"315038",73655,93425 -"315039",73655,93523 -"315040",73655,94520 -"315041",73655,95954 -"315042",73655,99544 -"315043",73655,99547 -"315044",73655,99554 -"315045",73655,100595 -"315046",73655,100739 -"315047",73655,100819 -"315048",73655,101898 -"315049",73655,101988 -"315050",73655,102146 -"315051",73655,102201 -"315052",73655,102309 -"315053",73655,102635 -"315054",73655,102730 -"315055",73655,102846 -"315056",73655,103790 -"315057",73655,104095 -"315058",73655,104574 -"315059",73655,104784 -"315060",73655,104845 -"315061",73655,107269 -"315062",73655,107623 -"315063",73655,107714 -"315064",73655,107879 -"315065",73655,107975 -"315066",73656,73680 -"315067",73657,100082 -"315068",73657,100209 -"315069",73658,93995 -"315070",73658,101503 -"315071",73659,73743 -"315072",73659,73875 -"315073",73659,73896 -"315074",73659,74218 -"315075",73659,93266 -"315076",73659,94547 -"315077",73659,99683 -"315078",73659,99685 -"315079",73661,87003 -"315080",73661,103316 -"315081",73662,83135 -"315082",73662,91909 -"315083",73664,73688 -"315084",73667,86679 -"315085",73667,123005 -"315086",73668,78274 -"315087",73668,83660 -"315088",73668,91626 -"315089",73668,108769 -"315090",73671,106399 -"315091",73673,73679 -"315092",73673,73765 -"315093",73673,73770 -"315094",73674,77610 -"315095",73674,92903 -"315096",73675,73702 -"315097",73675,88155 -"315098",73675,96403 -"315099",73675,96837 -"315100",73675,98877 -"315101",73675,104021 -"315102",73679,73765 -"315103",73679,73770 -"315104",73681,109285 -"315105",73682,82604 -"315106",73682,84538 -"315107",73682,100556 -"315108",73684,107473 -"315109",73685,76184 -"315110",73685,78815 -"315111",73685,90063 -"315112",73685,90066 -"315113",73689,88642 -"315114",73689,100011 -"315115",73689,120615 -"315116",73689,120623 -"315117",73689,122083 -"315118",73690,100477 -"315119",73691,76624 -"315120",73692,96002 -"315121",73693,79987 -"315122",73693,107963 -"315123",73693,113578 -"315124",73694,73729 -"315125",73695,83437 -"315126",73696,74922 -"315127",73696,75186 -"315128",73697,91279 -"315129",73698,83672 -"315130",73698,102101 -"315131",73699,74196 -"315132",73699,74262 -"315133",73699,74847 -"315134",73700,85643 -"315135",73700,119241 -"315136",73700,119271 -"315137",73701,78396 -"315138",73701,87295 -"315139",73701,90456 -"315140",73706,111305 -"315141",73709,86219 -"315142",73709,98108 -"315143",73709,98128 -"315144",73713,73740 -"315145",73714,99370 -"315146",73715,82576 -"315147",73715,82591 -"315148",73717,73726 -"315149",73717,73751 -"315150",73719,74003 -"315151",73719,88681 -"315152",73719,98673 -"315153",73719,99438 -"315154",73719,109605 -"315155",73719,109606 -"315156",73720,73762 -"315157",73721,87995 -"315158",73721,109736 -"315159",73721,112606 -"315160",73721,119846 -"315161",73723,98335 -"315162",73723,102339 -"315163",73723,107897 -"315164",73723,116995 -"315165",73723,116996 -"315166",73724,80346 -"315167",73724,95860 -"315168",73726,73751 -"315169",73727,78478 -"315170",73728,99103 -"315171",73728,103420 -"315172",73728,105638 -"315173",73728,119363 -"315174",73728,119444 -"315175",73730,102691 -"315176",73732,74007 -"315177",73733,73819 -"315178",73733,73824 -"315179",73733,87418 -"315180",73735,77632 -"315181",73740,98292 -"315182",73740,102042 -"315183",73741,102823 -"315184",73741,123288 -"315185",73742,73978 -"315186",73743,73875 -"315187",73743,73896 -"315188",73743,74685 -"315189",73743,80672 -"315190",73743,80880 -"315191",73743,80881 -"315192",73743,112825 -"315193",73743,120987 -"315194",73744,73760 -"315195",73744,108329 -"315196",73745,73830 -"315197",73747,76110 -"315198",73747,92058 -"315199",73747,103043 -"315200",73748,77616 -"315201",73748,93521 -"315202",73748,118463 -"315203",73750,90513 -"315204",73752,85850 -"315205",73752,102546 -"315206",73753,87416 -"315207",73753,91732 -"315208",73753,95156 -"315209",73753,103967 -"315210",73754,93842 -"315211",73756,73842 -"315212",73761,74424 -"315213",73762,76978 -"315214",73762,80574 -"315215",73762,82503 -"315216",73763,112097 -"315217",73764,96343 -"315218",73764,97950 -"315219",73764,100962 -"315220",73764,102784 -"315221",73764,107967 -"315222",73765,73770 -"315223",73767,78532 -"315224",73767,81048 -"315225",73767,81609 -"315226",73767,85885 -"315227",73767,91255 -"315228",73767,92247 -"315229",73767,92352 -"315230",73767,92362 -"315231",73767,92929 -"315232",73767,93719 -"315233",73767,94906 -"315234",73767,94946 -"315235",73767,95889 -"315236",73767,96093 -"315237",73767,97988 -"315238",73767,99309 -"315239",73767,99376 -"315240",73767,99450 -"315241",73767,99471 -"315242",73767,99474 -"315243",73767,100916 -"315244",73767,100944 -"315245",73767,101126 -"315246",73767,101329 -"315247",73767,105557 -"315248",73767,107199 -"315249",73767,108743 -"315250",73767,108980 -"315251",73767,109291 -"315252",73767,109933 -"315253",73767,110483 -"315254",73767,110567 -"315255",73767,110572 -"315256",73767,110630 -"315257",73767,110648 -"315258",73767,110711 -"315259",73767,110770 -"315260",73767,110869 -"315261",73767,110911 -"315262",73767,111285 -"315263",73767,111314 -"315264",73767,111362 -"315265",73767,111372 -"315266",73767,111424 -"315267",73767,111433 -"315268",73767,112422 -"315269",73767,113269 -"315270",73767,113430 -"315271",73767,114242 -"315272",73767,114842 -"315273",73767,115427 -"315274",73767,115521 -"315275",73767,115711 -"315276",73769,81309 -"315277",73769,87907 -"315278",73769,93799 -"315279",73769,111992 -"315280",73771,73772 -"315281",73771,79104 -"315282",73772,79104 -"315283",73773,88306 -"315284",73773,115886 -"315285",73774,73815 -"315286",73776,77787 -"315287",73777,102583 -"315288",73777,116003 -"315289",73777,119843 -"315290",73779,73793 -"315291",73782,110460 -"315292",73784,98320 -"315293",73786,76882 -"315294",73786,80174 -"315295",73786,96560 -"315296",73786,99648 -"315297",73787,73788 -"315298",73787,73791 -"315299",73788,73791 -"315300",73788,79888 -"315301",73788,83438 -"315302",73788,84221 -"315303",73789,73798 -"315304",73790,86550 -"315305",73790,95881 -"315306",73791,77483 -"315307",73792,77611 -"315308",73794,79977 -"315309",73794,80565 -"315310",73794,84510 -"315311",73794,92062 -"315312",73794,98858 -"315313",73794,100377 -"315314",73794,103182 -"315315",73795,77511 -"315316",73795,84691 -"315317",73795,122772 -"315318",73796,74241 -"315319",73797,83377 -"315320",73797,103577 -"315321",73797,106969 -"315322",73797,110241 -"315323",73798,75809 -"315324",73800,88836 -"315325",73800,88855 -"315326",73800,88867 -"315327",73800,90878 -"315328",73800,90993 -"315329",73800,90994 -"315330",73800,91011 -"315331",73800,91013 -"315332",73800,101097 -"315333",73801,98928 -"315334",73806,84412 -"315335",73806,93663 -"315336",73806,97646 -"315337",73806,117237 -"315338",73810,105347 -"315339",73811,73816 -"315340",73815,87349 -"315341",73819,73824 -"315342",73820,79087 -"315343",73820,87507 -"315344",73820,102933 -"315345",73820,114382 -"315346",73822,73845 -"315347",73822,73893 -"315348",73822,76779 -"315349",73822,77871 -"315350",73822,84426 -"315351",73822,97348 -"315352",73822,109750 -"315353",73822,116797 -"315354",73823,75509 -"315355",73823,75520 -"315356",73825,94049 -"315357",73826,94743 -"315358",73826,121337 -"315359",73829,89900 -"315360",73831,76495 -"315361",73832,96345 -"315362",73833,73834 -"315363",73833,73849 -"315364",73833,75663 -"315365",73834,73849 -"315366",73834,75663 -"315367",73835,75091 -"315368",73837,73937 -"315369",73842,81157 -"315370",73842,92359 -"315371",73842,100783 -"315372",73843,122846 -"315373",73844,102284 -"315374",73845,73893 -"315375",73846,84220 -"315376",73848,74190 -"315377",73848,76682 -"315378",73848,78968 -"315379",73848,81859 -"315380",73848,82253 -"315381",73848,83160 -"315382",73848,90958 -"315383",73848,91781 -"315384",73848,93195 -"315385",73848,93982 -"315386",73848,102483 -"315387",73848,110131 -"315388",73848,110147 -"315389",73848,110155 -"315390",73848,110173 -"315391",73848,112774 -"315392",73849,75663 -"315393",73850,101913 -"315394",73851,73860 -"315395",73852,79103 -"315396",73853,86480 -"315397",73854,77326 -"315398",73854,88857 -"315399",73855,85317 -"315400",73857,74321 -"315401",73857,84740 -"315402",73857,102390 -"315403",73858,92230 -"315404",73858,97307 -"315405",73858,123033 -"315406",73859,77147 -"315407",73861,81483 -"315408",73863,99171 -"315409",73863,117541 -"315410",73865,74020 -"315411",73870,79673 -"315412",73870,80586 -"315413",73870,108711 -"315414",73873,75993 -"315415",73874,75704 -"315416",73874,79137 -"315417",73874,81716 -"315418",73874,88799 -"315419",73875,73896 -"315420",73876,122561 -"315421",73880,73911 -"315422",73881,74599 -"315423",73884,114847 -"315424",73885,79688 -"315425",73886,73900 -"315426",73887,79068 -"315427",73887,83301 -"315428",73887,87435 -"315429",73887,118256 -"315430",73888,90164 -"315431",73890,73936 -"315432",73893,96991 -"315433",73898,74113 -"315434",73898,82319 -"315435",73898,85356 -"315436",73898,92300 -"315437",73898,100559 -"315438",73898,109555 -"315439",73898,109669 -"315440",73898,120192 -"315441",73898,120194 -"315442",73898,120197 -"315443",73898,120198 -"315444",73898,120199 -"315445",73898,120215 -"315446",73899,91921 -"315447",73902,75620 -"315448",73902,84732 -"315449",73902,86838 -"315450",73903,93947 -"315451",73907,84528 -"315452",73907,114876 -"315453",73908,78493 -"315454",73908,85094 -"315455",73908,96576 -"315456",73908,96591 -"315457",73908,105894 -"315458",73909,74568 -"315459",73909,122382 -"315460",73909,122407 -"315461",73910,100937 -"315462",73910,101445 -"315463",73912,111478 -"315464",73913,73931 -"315465",73913,73967 -"315466",73914,73924 -"315467",73915,94399 -"315468",73916,93521 -"315469",73916,94171 -"315470",73916,99065 -"315471",73916,102627 -"315472",73916,111271 -"315473",73916,111278 -"315474",73916,113243 -"315475",73917,78566 -"315476",73917,98199 -"315477",73918,103050 -"315478",73918,116628 -"315479",73919,81364 -"315480",73919,86490 -"315481",73919,88242 -"315482",73919,88650 -"315483",73919,89710 -"315484",73919,95604 -"315485",73919,97764 -"315486",73919,99329 -"315487",73919,99341 -"315488",73919,99844 -"315489",73919,102353 -"315490",73919,109371 -"315491",73919,109373 -"315492",73919,110246 -"315493",73919,113803 -"315494",73919,115195 -"315495",73919,115233 -"315496",73919,115255 -"315497",73919,115264 -"315498",73921,74174 -"315499",73921,85907 -"315500",73923,74399 -"315501",73923,76314 -"315502",73923,78715 -"315503",73923,81161 -"315504",73923,95690 -"315505",73923,108590 -"315506",73926,83296 -"315507",73926,94279 -"315508",73926,94350 -"315509",73931,73967 -"315510",73931,75687 -"315511",73935,74928 -"315512",73935,78521 -"315513",73935,82762 -"315514",73935,83768 -"315515",73937,100352 -"315516",73939,73950 -"315517",73939,75360 -"315518",73939,75361 -"315519",73943,73952 -"315520",73944,74192 -"315521",73945,78282 -"315522",73945,79344 -"315523",73945,79618 -"315524",73945,90460 -"315525",73945,94069 -"315526",73945,94097 -"315527",73945,99212 -"315528",73945,109565 -"315529",73947,74149 -"315530",73948,74725 -"315531",73948,77163 -"315532",73948,87771 -"315533",73948,99445 -"315534",73948,110817 -"315535",73948,112979 -"315536",73948,112981 -"315537",73949,74017 -"315538",73951,78288 -"315539",73951,98892 -"315540",73951,117549 -"315541",73955,73985 -"315542",73955,73993 -"315543",73956,73957 -"315544",73959,114239 -"315545",73959,114245 -"315546",73960,89937 -"315547",73960,94746 -"315548",73962,88275 -"315549",73963,73979 -"315550",73963,73999 -"315551",73966,76489 -"315552",73966,76574 -"315553",73966,95710 -"315554",73966,98181 -"315555",73968,103489 -"315556",73968,106290 -"315557",73969,75508 -"315558",73970,88578 -"315559",73972,120068 -"315560",73973,74120 -"315561",73974,80403 -"315562",73974,81506 -"315563",73974,85255 -"315564",73974,121536 -"315565",73975,74010 -"315566",73976,90003 -"315567",73976,99970 -"315568",73979,73999 -"315569",73982,74001 -"315570",73984,78308 -"315571",73984,80754 -"315572",73985,73993 -"315573",73986,74207 -"315574",73986,74215 -"315575",73987,91434 -"315576",73987,95012 -"315577",73987,108522 -"315578",73987,108666 -"315579",73987,108826 -"315580",73987,110416 -"315581",73987,120721 -"315582",73989,80649 -"315583",73990,98843 -"315584",73990,98924 -"315585",73990,107569 -"315586",73995,89348 -"315587",73997,84081 -"315588",73997,86477 -"315589",73998,77155 -"315590",73998,112305 -"315591",74000,86976 -"315592",74006,84088 -"315593",74011,74012 -"315594",74011,114961 -"315595",74011,114964 -"315596",74011,116055 -"315597",74015,113491 -"315598",74016,76510 -"315599",74016,92537 -"315600",74016,96620 -"315601",74016,97442 -"315602",74016,100713 -"315603",74016,102143 -"315604",74016,117029 -"315605",74017,74278 -"315606",74020,100727 -"315607",74022,111423 -"315608",74025,74097 -"315609",74026,74048 -"315610",74027,82909 -"315611",74027,108493 -"315612",74028,93305 -"315613",74029,91963 -"315614",74029,99516 -"315615",74029,101846 -"315616",74030,78046 -"315617",74032,84085 -"315618",74032,90006 -"315619",74036,74058 -"315620",74037,74038 -"315621",74039,74948 -"315622",74044,97394 -"315623",74044,99989 -"315624",74045,75504 -"315625",74045,92618 -"315626",74045,111804 -"315627",74046,90904 -"315628",74046,98789 -"315629",74046,100019 -"315630",74046,100034 -"315631",74046,100994 -"315632",74046,105633 -"315633",74046,105646 -"315634",74047,76691 -"315635",74047,82945 -"315636",74047,95290 -"315637",74052,107952 -"315638",74053,104382 -"315639",74053,113151 -"315640",74054,106065 -"315641",74055,98133 -"315642",74056,116800 -"315643",74057,97163 -"315644",74058,74156 -"315645",74058,78572 -"315646",74058,84790 -"315647",74058,84797 -"315648",74058,84798 -"315649",74058,84799 -"315650",74058,119119 -"315651",74062,81459 -"315652",74062,117835 -"315653",74063,74075 -"315654",74064,105642 -"315655",74065,110522 -"315656",74068,85112 -"315657",74068,101827 -"315658",74068,105224 -"315659",74068,121561 -"315660",74073,83434 -"315661",74073,90343 -"315662",74073,100129 -"315663",74073,101164 -"315664",74076,117405 -"315665",74077,74161 -"315666",74078,82589 -"315667",74078,95038 -"315668",74078,95807 -"315669",74079,74200 -"315670",74081,116050 -"315671",74081,121647 -"315672",74082,74454 -"315673",74082,100540 -"315674",74084,116261 -"315675",74086,81311 -"315676",74088,77109 -"315677",74088,81558 -"315678",74088,107834 -"315679",74088,110783 -"315680",74090,97587 -"315681",74090,114645 -"315682",74090,116305 -"315683",74090,116671 -"315684",74092,82333 -"315685",74092,82839 -"315686",74092,84748 -"315687",74092,87916 -"315688",74092,87939 -"315689",74092,87944 -"315690",74094,75942 -"315691",74094,122041 -"315692",74095,85754 -"315693",74096,75997 -"315694",74098,92998 -"315695",74098,102830 -"315696",74100,82429 -"315697",74100,82964 -"315698",74100,106240 -"315699",74100,109919 -"315700",74100,117410 -"315701",74101,78792 -"315702",74101,90068 -"315703",74102,119427 -"315704",74102,121289 -"315705",74105,76923 -"315706",74105,78049 -"315707",74106,82437 -"315708",74106,105942 -"315709",74107,115967 -"315710",74109,108927 -"315711",74109,108928 -"315712",74112,99070 -"315713",74112,99904 -"315714",74114,103040 -"315715",74114,112675 -"315716",74115,74193 -"315717",74117,84652 -"315718",74117,94050 -"315719",74118,74157 -"315720",74118,74172 -"315721",74123,94248 -"315722",74123,117415 -"315723",74125,89559 -"315724",74125,92955 -"315725",74125,103772 -"315726",74126,82284 -"315727",74126,98713 -"315728",74128,85049 -"315729",74128,85058 -"315730",74128,95972 -"315731",74129,75511 -"315732",74129,93121 -"315733",74130,86310 -"315734",74130,97095 -"315735",74131,88802 -"315736",74131,119534 -"315737",74132,88001 -"315738",74134,99532 -"315739",74134,101631 -"315740",74134,101656 -"315741",74136,74137 -"315742",74136,74546 -"315743",74137,74546 -"315744",74138,101564 -"315745",74138,105364 -"315746",74139,85915 -"315747",74140,77021 -"315748",74140,80232 -"315749",74140,80255 -"315750",74140,96197 -"315751",74141,90235 -"315752",74142,74164 -"315753",74144,77459 -"315754",74146,102587 -"315755",74147,116857 -"315756",74148,74150 -"315757",74149,80108 -"315758",74152,94964 -"315759",74152,119834 -"315760",74152,119848 -"315761",74153,80713 -"315762",74153,107077 -"315763",74155,76316 -"315764",74156,117390 -"315765",74157,74172 -"315766",74158,88023 -"315767",74158,88228 -"315768",74159,92406 -"315769",74159,103074 -"315770",74159,103078 -"315771",74159,104266 -"315772",74160,98728 -"315773",74160,122110 -"315774",74167,78359 -"315775",74167,105759 -"315776",74167,107435 -"315777",74167,107908 -"315778",74167,107913 -"315779",74167,107924 -"315780",74167,107930 -"315781",74167,107978 -"315782",74168,120405 -"315783",74170,75212 -"315784",74170,75238 -"315785",74170,75247 -"315786",74170,110030 -"315787",74171,114121 -"315788",74172,74673 -"315789",74175,90837 -"315790",74175,93017 -"315791",74175,97366 -"315792",74175,114543 -"315793",74175,114550 -"315794",74176,108229 -"315795",74177,89565 -"315796",74178,78720 -"315797",74178,114177 -"315798",74178,114481 -"315799",74179,76005 -"315800",74179,82682 -"315801",74179,85742 -"315802",74179,93752 -"315803",74180,74219 -"315804",74180,88379 -"315805",74180,99620 -"315806",74180,109109 -"315807",74180,113253 -"315808",74180,122700 -"315809",74181,97122 -"315810",74183,78966 -"315811",74183,90501 -"315812",74183,96301 -"315813",74183,104124 -"315814",74183,111226 -"315815",74183,117932 -"315816",74186,81286 -"315817",74186,84284 -"315818",74186,89988 -"315819",74186,101166 -"315820",74186,103888 -"315821",74186,106703 -"315822",74189,83495 -"315823",74189,98945 -"315824",74189,122441 -"315825",74189,122442 -"315826",74189,122443 -"315827",74189,122446 -"315828",74190,82253 -"315829",74190,94094 -"315830",74190,94909 -"315831",74190,116713 -"315832",74192,104006 -"315833",74193,74281 -"315834",74195,95635 -"315835",74196,74262 -"315836",74196,74847 -"315837",74197,75675 -"315838",74197,83961 -"315839",74197,85338 -"315840",74197,91666 -"315841",74197,91780 -"315842",74197,96270 -"315843",74202,77433 -"315844",74202,84620 -"315845",74202,98181 -"315846",74202,110281 -"315847",74202,110287 -"315848",74202,110300 -"315849",74202,110309 -"315850",74202,116115 -"315851",74203,121043 -"315852",74207,74215 -"315853",74211,77661 -"315854",74211,79041 -"315855",74213,83753 -"315856",74216,76018 -"315857",74218,93266 -"315858",74219,75172 -"315859",74219,117726 -"315860",74221,92050 -"315861",74223,74331 -"315862",74224,74225 -"315863",74224,115447 -"315864",74229,90061 -"315865",74231,105137 -"315866",74232,78651 -"315867",74232,96978 -"315868",74232,100090 -"315869",74232,111435 -"315870",74234,96611 -"315871",74234,106989 -"315872",74234,109023 -"315873",74238,104019 -"315874",74238,118308 -"315875",74240,105811 -"315876",74240,119245 -"315877",74243,74314 -"315878",74244,107646 -"315879",74245,95966 -"315880",74247,78264 -"315881",74248,89520 -"315882",74249,75428 -"315883",74249,75484 -"315884",74250,77999 -"315885",74250,81482 -"315886",74250,82233 -"315887",74250,83300 -"315888",74250,88347 -"315889",74253,74284 -"315890",74254,74374 -"315891",74254,74376 -"315892",74254,74615 -"315893",74254,75234 -"315894",74254,75246 -"315895",74255,83792 -"315896",74255,103562 -"315897",74255,103576 -"315898",74255,109378 -"315899",74255,118697 -"315900",74256,83729 -"315901",74256,85560 -"315902",74256,100131 -"315903",74256,114822 -"315904",74257,74527 -"315905",74257,85375 -"315906",74257,87839 -"315907",74257,87852 -"315908",74258,74558 -"315909",74259,74328 -"315910",74259,74383 -"315911",74260,74342 -"315912",74260,74349 -"315913",74261,116510 -"315914",74262,74847 -"315915",74263,74312 -"315916",74264,80654 -"315917",74265,83410 -"315918",74265,86007 -"315919",74265,110172 -"315920",74265,115723 -"315921",74265,118274 -"315922",74265,118812 -"315923",74267,79205 -"315924",74267,94566 -"315925",74267,102786 -"315926",74268,80224 -"315927",74268,100878 -"315928",74272,80549 -"315929",74272,89797 -"315930",74273,74370 -"315931",74273,74573 -"315932",74273,115692 -"315933",74273,121551 -"315934",74274,74276 -"315935",74275,77158 -"315936",74279,87905 -"315937",74279,115473 -"315938",74280,116618 -"315939",74283,74430 -"315940",74283,74486 -"315941",74283,74544 -"315942",74284,75371 -"315943",74288,91178 -"315944",74288,96465 -"315945",74294,74547 -"315946",74294,97932 -"315947",74296,120816 -"315948",74300,74324 -"315949",74300,86185 -"315950",74300,87149 -"315951",74300,99823 -"315952",74302,74464 -"315953",74304,75655 -"315954",74304,88151 -"315955",74304,96714 -"315956",74306,109928 -"315957",74307,75611 -"315958",74309,78421 -"315959",74309,102385 -"315960",74309,102396 -"315961",74309,102475 -"315962",74310,114561 -"315963",74310,119356 -"315964",74312,76245 -"315965",74312,100413 -"315966",74315,110870 -"315967",74315,118838 -"315968",74318,76392 -"315969",74318,82253 -"315970",74318,87144 -"315971",74318,92265 -"315972",74318,92310 -"315973",74318,94876 -"315974",74318,94909 -"315975",74318,96873 -"315976",74318,119663 -"315977",74319,96426 -"315978",74319,118824 -"315979",74319,119552 -"315980",74320,106131 -"315981",74320,107204 -"315982",74321,106077 -"315983",74321,112628 -"315984",74323,74346 -"315985",74325,101688 -"315986",74325,104448 -"315987",74325,104450 -"315988",74325,104481 -"315989",74325,104503 -"315990",74325,108459 -"315991",74326,109691 -"315992",74328,74343 -"315993",74329,74384 -"315994",74330,92779 -"315995",74330,100865 -"315996",74332,80485 -"315997",74332,118552 -"315998",74334,120704 -"315999",74334,123449 -"316000",74338,121351 -"316001",74339,105164 -"316002",74339,105652 -"316003",74339,122841 -"316004",74342,74349 -"316005",74344,79198 -"316006",74344,104046 -"316007",74348,83474 -"316008",74348,89953 -"316009",74348,91159 -"316010",74348,91202 -"316011",74353,75943 -"316012",74355,88434 -"316013",74356,98895 -"316014",74356,109310 -"316015",74362,98409 -"316016",74364,89789 -"316017",74364,112229 -"316018",74364,116239 -"316019",74365,102096 -"316020",74365,102120 -"316021",74365,107202 -"316022",74366,93197 -"316023",74366,100927 -"316024",74366,105392 -"316025",74366,105488 -"316026",74366,105500 -"316027",74366,111035 -"316028",74366,115841 -"316029",74366,117898 -"316030",74367,74390 -"316031",74369,74664 -"316032",74369,75017 -"316033",74369,101089 -"316034",74369,101288 -"316035",74369,101364 -"316036",74369,101369 -"316037",74370,88574 -"316038",74372,74820 -"316039",74373,94665 -"316040",74373,98348 -"316041",74374,74376 -"316042",74374,75234 -"316043",74374,75246 -"316044",74375,94647 -"316045",74375,117404 -"316046",74376,75234 -"316047",74376,75246 -"316048",74377,91970 -"316049",74379,101573 -"316050",74379,108576 -"316051",74379,109448 -"316052",74379,109456 -"316053",74379,109459 -"316054",74379,119703 -"316055",74381,79883 -"316056",74381,81765 -"316057",74381,114851 -"316058",74385,74475 -"316059",74387,75089 -"316060",74387,95391 -"316061",74388,101093 -"316062",74388,106752 -"316063",74388,119978 -"316064",74388,120037 -"316065",74389,86994 -"316066",74389,86997 -"316067",74392,89007 -"316068",74393,88439 -"316069",74393,106714 -"316070",74393,106717 -"316071",74396,81564 -"316072",74399,75981 -"316073",74399,76314 -"316074",74399,78715 -"316075",74399,95690 -"316076",74399,107133 -"316077",74399,107217 -"316078",74401,74534 -"316079",74401,75129 -"316080",74402,74509 -"316081",74402,74522 -"316082",74402,74569 -"316083",74402,74604 -"316084",74402,75111 -"316085",74402,75166 -"316086",74404,109602 -"316087",74408,82428 -"316088",74408,99843 -"316089",74408,105109 -"316090",74408,105128 -"316091",74408,105260 -"316092",74409,103228 -"316093",74409,120134 -"316094",74411,74434 -"316095",74411,86106 -"316096",74411,116985 -"316097",74412,109339 -"316098",74412,109589 -"316099",74412,111556 -"316100",74413,92668 -"316101",74414,74524 -"316102",74417,82034 -"316103",74417,85611 -"316104",74417,91700 -"316105",74417,96648 -"316106",74417,109914 -"316107",74417,109934 -"316108",74417,113682 -"316109",74417,113684 -"316110",74418,94921 -"316111",74418,94928 -"316112",74418,94929 -"316113",74418,94941 -"316114",74418,94962 -"316115",74418,94965 -"316116",74418,94966 -"316117",74418,94971 -"316118",74418,95179 -"316119",74423,74724 -"316120",74423,105380 -"316121",74424,74998 -"316122",74424,75304 -"316123",74424,83050 -"316124",74424,94349 -"316125",74424,111093 -"316126",74424,111102 -"316127",74424,111105 -"316128",74425,74457 -"316129",74425,121834 -"316130",74426,74523 -"316131",74427,74594 -"316132",74427,92928 -"316133",74427,109780 -"316134",74427,109794 -"316135",74428,82728 -"316136",74430,74486 -"316137",74430,74544 -"316138",74432,74487 -"316139",74432,74598 -"316140",74432,74600 -"316141",74433,74853 -"316142",74433,81764 -"316143",74433,95233 -"316144",74435,75035 -"316145",74435,76484 -"316146",74435,100320 -"316147",74435,100334 -"316148",74435,106644 -"316149",74436,89994 -"316150",74436,120373 -"316151",74438,78090 -"316152",74440,74602 -"316153",74441,110284 -"316154",74442,97729 -"316155",74443,84635 -"316156",74444,75256 -"316157",74444,93939 -"316158",74445,97572 -"316159",74445,121483 -"316160",74445,121486 -"316161",74448,117400 -"316162",74448,117401 -"316163",74450,78310 -"316164",74452,79116 -"316165",74452,79145 -"316166",74454,76090 -"316167",74454,76137 -"316168",74454,100540 -"316169",74456,76964 -"316170",74457,122591 -"316171",74462,83034 -"316172",74463,91300 -"316173",74463,113211 -"316174",74466,96143 -"316175",74467,78107 -"316176",74468,109485 -"316177",74468,118689 -"316178",74468,118752 -"316179",74468,118754 -"316180",74470,79835 -"316181",74471,89404 -"316182",74471,102367 -"316183",74472,74473 -"316184",74472,85119 -"316185",74472,101212 -"316186",74472,107844 -"316187",74472,117073 -"316188",74473,89505 -"316189",74473,90135 -"316190",74473,95561 -"316191",74474,96752 -"316192",74474,96902 -"316193",74474,99431 -"316194",74474,103159 -"316195",74474,111088 -"316196",74476,87132 -"316197",74476,101513 -"316198",74476,120687 -"316199",74476,123286 -"316200",74476,123405 -"316201",74477,74478 -"316202",74477,74560 -"316203",74478,74560 -"316204",74479,74480 -"316205",74483,97558 -"316206",74484,112771 -"316207",74485,89871 -"316208",74485,112798 -"316209",74486,74544 -"316210",74486,81793 -"316211",74486,84732 -"316212",74486,89604 -"316213",74486,95732 -"316214",74486,103235 -"316215",74487,74598 -"316216",74487,74600 -"316217",74490,85827 -"316218",74491,105779 -"316219",74492,89839 -"316220",74493,106487 -"316221",74494,83409 -"316222",74494,103365 -"316223",74497,74498 -"316224",74500,96062 -"316225",74501,77077 -"316226",74505,74532 -"316227",74506,82470 -"316228",74506,83044 -"316229",74506,88722 -"316230",74506,88728 -"316231",74506,88730 -"316232",74506,91904 -"316233",74506,98166 -"316234",74506,101439 -"316235",74506,110671 -"316236",74508,77906 -"316237",74509,74522 -"316238",74509,74569 -"316239",74509,74604 -"316240",74509,75111 -"316241",74509,75166 -"316242",74510,95258 -"316243",74512,82971 -"316244",74514,74515 -"316245",74514,91055 -"316246",74514,94721 -"316247",74516,77517 -"316248",74516,77522 -"316249",74516,77528 -"316250",74516,77607 -"316251",74516,122620 -"316252",74518,86075 -"316253",74518,86096 -"316254",74518,92782 -"316255",74518,120289 -"316256",74519,80196 -"316257",74520,75394 -"316258",74520,75468 -"316259",74521,96102 -"316260",74522,74569 -"316261",74522,74604 -"316262",74522,75111 -"316263",74522,75166 -"316264",74525,114267 -"316265",74526,74932 -"316266",74526,81274 -"316267",74526,104557 -"316268",74526,107598 -"316269",74527,74528 -"316270",74527,80654 -"316271",74527,85375 -"316272",74527,87839 -"316273",74527,87852 -"316274",74527,106365 -"316275",74531,78448 -"316276",74534,75129 -"316277",74535,74607 -"316278",74538,102368 -"316279",74538,109000 -"316280",74538,114145 -"316281",74540,74541 -"316282",74547,96423 -"316283",74550,88181 -"316284",74550,92383 -"316285",74550,95095 -"316286",74550,95103 -"316287",74550,95664 -"316288",74551,106107 -"316289",74551,119527 -"316290",74553,88119 -"316291",74553,104253 -"316292",74553,104262 -"316293",74554,76050 -"316294",74554,84823 -"316295",74557,102324 -"316296",74557,104543 -"316297",74558,74653 -"316298",74558,75054 -"316299",74558,81749 -"316300",74558,107496 -"316301",74560,113780 -"316302",74561,87146 -"316303",74561,89176 -"316304",74561,102152 -"316305",74561,122586 -"316306",74563,85797 -"316307",74564,79905 -"316308",74564,99001 -"316309",74568,122382 -"316310",74568,122407 -"316311",74569,74604 -"316312",74569,75111 -"316313",74569,75166 -"316314",74571,74572 -"316315",74573,93028 -"316316",74573,115692 -"316317",74575,75025 -"316318",74575,100607 -"316319",74575,101067 -"316320",74575,101484 -"316321",74576,113629 -"316322",74577,88306 -"316323",74577,89104 -"316324",74577,93606 -"316325",74577,104551 -"316326",74578,81352 -"316327",74579,84390 -"316328",74579,96817 -"316329",74579,96846 -"316330",74579,96864 -"316331",74582,107781 -"316332",74582,112189 -"316333",74583,88872 -"316334",74583,89855 -"316335",74586,79086 -"316336",74586,112177 -"316337",74586,123201 -"316338",74587,74609 -"316339",74588,74589 -"316340",74591,76359 -"316341",74591,76390 -"316342",74591,79003 -"316343",74591,101524 -"316344",74591,101785 -"316345",74591,109733 -"316346",74591,119188 -"316347",74592,99793 -"316348",74592,116560 -"316349",74596,85743 -"316350",74596,85991 -"316351",74597,103469 -"316352",74598,74600 -"316353",74602,85928 -"316354",74604,75111 -"316355",74604,75166 -"316356",74605,74881 -"316357",74605,84010 -"316358",74605,84011 -"316359",74605,88497 -"316360",74605,89526 -"316361",74605,92926 -"316362",74606,74608 -"316363",74609,108088 -"316364",74610,99373 -"316365",74610,119775 -"316366",74611,79677 -"316367",74611,88742 -"316368",74611,90482 -"316369",74611,117862 -"316370",74613,79390 -"316371",74613,99857 -"316372",74613,102577 -"316373",74613,102579 -"316374",74613,109860 -"316375",74613,114152 -"316376",74614,77005 -"316377",74619,97006 -"316378",74620,74635 -"316379",74620,81112 -"316380",74620,118061 -"316381",74620,118450 -"316382",74621,74705 -"316383",74621,83158 -"316384",74621,115990 -"316385",74625,79478 -"316386",74628,75310 -"316387",74628,76629 -"316388",74628,77332 -"316389",74628,84940 -"316390",74628,92081 -"316391",74628,93131 -"316392",74628,93133 -"316393",74628,100226 -"316394",74628,105063 -"316395",74628,105947 -"316396",74628,114174 -"316397",74628,114178 -"316398",74629,74663 -"316399",74631,111286 -"316400",74631,114173 -"316401",74631,116294 -"316402",74633,74892 -"316403",74634,85806 -"316404",74636,80305 -"316405",74636,82965 -"316406",74636,88895 -"316407",74636,91562 -"316408",74636,96837 -"316409",74636,114622 -"316410",74641,98079 -"316411",74644,91724 -"316412",74645,113127 -"316413",74646,86628 -"316414",74646,92928 -"316415",74646,99423 -"316416",74646,109143 -"316417",74646,111373 -"316418",74646,115844 -"316419",74647,84366 -"316420",74648,82998 -"316421",74649,108624 -"316422",74649,117420 -"316423",74649,117886 -"316424",74650,81648 -"316425",74650,90521 -"316426",74650,90525 -"316427",74650,90531 -"316428",74650,94967 -"316429",74650,99076 -"316430",74650,99141 -"316431",74650,99174 -"316432",74650,99744 -"316433",74650,99757 -"316434",74650,99762 -"316435",74650,108170 -"316436",74650,108173 -"316437",74652,75041 -"316438",74653,75054 -"316439",74653,86353 -"316440",74653,94004 -"316441",74653,106960 -"316442",74653,107496 -"316443",74654,76450 -"316444",74654,81695 -"316445",74654,86429 -"316446",74654,86741 -"316447",74654,89053 -"316448",74654,98477 -"316449",74655,94504 -"316450",74656,74810 -"316451",74656,105222 -"316452",74657,74712 -"316453",74657,74758 -"316454",74659,81250 -"316455",74659,83578 -"316456",74659,96144 -"316457",74659,96146 -"316458",74660,100065 -"316459",74660,109155 -"316460",74661,83271 -"316461",74661,93075 -"316462",74661,94642 -"316463",74661,100432 -"316464",74661,102360 -"316465",74661,102400 -"316466",74661,102838 -"316467",74664,75017 -"316468",74664,101089 -"316469",74664,101288 -"316470",74664,101364 -"316471",74664,101369 -"316472",74664,117444 -"316473",74665,74907 -"316474",74668,109874 -"316475",74669,76657 -"316476",74669,83744 -"316477",74669,86209 -"316478",74669,94002 -"316479",74669,99885 -"316480",74669,102880 -"316481",74670,79644 -"316482",74670,97646 -"316483",74671,88845 -"316484",74672,100050 -"316485",74672,101070 -"316486",74672,108461 -"316487",74674,83446 -"316488",74675,75830 -"316489",74675,93333 -"316490",74677,74791 -"316491",74678,74752 -"316492",74678,74767 -"316493",74678,74777 -"316494",74678,74778 -"316495",74678,74794 -"316496",74679,114247 -"316497",74679,114277 -"316498",74679,114790 -"316499",74681,83772 -"316500",74681,90114 -"316501",74681,98406 -"316502",74681,108765 -"316503",74681,116660 -"316504",74681,121043 -"316505",74681,121999 -"316506",74681,123079 -"316507",74681,123085 -"316508",74683,74684 -"316509",74683,74696 -"316510",74684,74696 -"316511",74685,80672 -"316512",74685,80880 -"316513",74685,80881 -"316514",74688,74898 -"316515",74689,76619 -"316516",74691,106532 -"316517",74692,91038 -"316518",74693,109223 -"316519",74694,74762 -"316520",74695,74722 -"316521",74695,74733 -"316522",74695,74734 -"316523",74695,74807 -"316524",74695,74808 -"316525",74696,75242 -"316526",74697,86413 -"316527",74697,86419 -"316528",74698,77080 -"316529",74698,83940 -"316530",74698,87269 -"316531",74698,97380 -"316532",74699,75622 -"316533",74699,78890 -"316534",74699,84924 -"316535",74699,91178 -"316536",74699,97636 -"316537",74699,103074 -"316538",74700,78222 -"316539",74700,109204 -"316540",74700,111078 -"316541",74700,112646 -"316542",74701,112811 -"316543",74701,118797 -"316544",74702,75880 -"316545",74702,86515 -"316546",74704,74914 -"316547",74709,74796 -"316548",74709,104920 -"316549",74709,114482 -"316550",74711,92387 -"316551",74711,100995 -"316552",74711,101597 -"316553",74711,102865 -"316554",74712,74758 -"316555",74716,83224 -"316556",74716,99047 -"316557",74716,99165 -"316558",74716,100841 -"316559",74716,101830 -"316560",74716,105712 -"316561",74716,111937 -"316562",74717,108959 -"316563",74717,108979 -"316564",74717,108981 -"316565",74719,82945 -"316566",74719,83061 -"316567",74722,74733 -"316568",74722,74734 -"316569",74722,74807 -"316570",74722,74808 -"316571",74723,98411 -"316572",74724,101725 -"316573",74724,105380 -"316574",74725,87771 -"316575",74725,93452 -"316576",74725,99445 -"316577",74726,113299 -"316578",74726,121809 -"316579",74727,78204 -"316580",74727,80590 -"316581",74727,80612 -"316582",74727,80634 -"316583",74727,80658 -"316584",74727,80659 -"316585",74728,105402 -"316586",74728,112287 -"316587",74730,75830 -"316588",74730,76590 -"316589",74730,76917 -"316590",74730,79378 -"316591",74730,79743 -"316592",74730,84416 -"316593",74730,89829 -"316594",74730,89951 -"316595",74730,94653 -"316596",74730,97909 -"316597",74730,98406 -"316598",74730,101088 -"316599",74730,101257 -"316600",74730,108399 -"316601",74730,109174 -"316602",74730,110246 -"316603",74730,110250 -"316604",74730,110685 -"316605",74730,114864 -"316606",74730,115131 -"316607",74730,116660 -"316608",74730,122145 -"316609",74731,77714 -"316610",74731,78086 -"316611",74731,83797 -"316612",74731,85895 -"316613",74731,87692 -"316614",74731,89711 -"316615",74731,91249 -"316616",74731,119103 -"316617",74731,120613 -"316618",74732,108124 -"316619",74733,74734 -"316620",74733,74807 -"316621",74733,74808 -"316622",74734,74807 -"316623",74734,74808 -"316624",74735,117054 -"316625",74737,100371 -"316626",74737,104056 -"316627",74737,111361 -"316628",74740,113909 -"316629",74741,75200 -"316630",74741,119494 -"316631",74743,80625 -"316632",74743,88187 -"316633",74743,91211 -"316634",74744,112113 -"316635",74745,82988 -"316636",74745,95240 -"316637",74747,87937 -"316638",74747,100516 -"316639",74747,123100 -"316640",74748,86844 -"316641",74748,104362 -"316642",74749,80558 -"316643",74749,81569 -"316644",74749,89262 -"316645",74749,89285 -"316646",74749,113951 -"316647",74750,89880 -"316648",74750,90475 -"316649",74750,104994 -"316650",74750,105022 -"316651",74751,105794 -"316652",74752,74767 -"316653",74752,74777 -"316654",74752,74778 -"316655",74752,74794 -"316656",74753,92033 -"316657",74753,92680 -"316658",74753,106339 -"316659",74755,88215 -"316660",74755,88881 -"316661",74755,98654 -"316662",74755,103157 -"316663",74759,74978 -"316664",74761,89199 -"316665",74761,102570 -"316666",74763,83105 -"316667",74763,87878 -"316668",74763,87892 -"316669",74764,88962 -"316670",74765,79060 -"316671",74766,86555 -"316672",74767,74777 -"316673",74767,74778 -"316674",74767,74794 -"316675",74769,93911 -"316676",74769,104388 -"316677",74770,91886 -"316678",74771,106709 -"316679",74771,109098 -"316680",74773,75398 -"316681",74774,86454 -"316682",74776,92768 -"316683",74777,74778 -"316684",74777,74794 -"316685",74778,74794 -"316686",74779,89797 -"316687",74780,79113 -"316688",74780,90591 -"316689",74780,90628 -"316690",74780,90647 -"316691",74780,90704 -"316692",74780,90711 -"316693",74780,90759 -"316694",74781,82695 -"316695",74781,91192 -"316696",74781,91925 -"316697",74781,92595 -"316698",74781,108829 -"316699",74782,96581 -"316700",74784,105838 -"316701",74785,120405 -"316702",74786,104034 -"316703",74786,104799 -"316704",74787,107500 -"316705",74789,75055 -"316706",74789,75099 -"316707",74790,102725 -"316708",74790,109017 -"316709",74795,97175 -"316710",74795,97220 -"316711",74796,80124 -"316712",74796,94306 -"316713",74796,99371 -"316714",74797,76551 -"316715",74797,85669 -"316716",74797,85925 -"316717",74799,80728 -"316718",74799,93317 -"316719",74799,101216 -"316720",74799,110139 -"316721",74801,75756 -"316722",74803,118960 -"316723",74803,119809 -"316724",74806,79744 -"316725",74807,74808 -"316726",74808,81659 -"316727",74809,91217 -"316728",74809,91393 -"316729",74809,97440 -"316730",74812,93162 -"316731",74812,102362 -"316732",74813,75003 -"316733",74813,78751 -"316734",74813,83238 -"316735",74813,94655 -"316736",74813,97562 -"316737",74813,99419 -"316738",74813,107809 -"316739",74814,100765 -"316740",74816,82804 -"316741",74816,91986 -"316742",74816,95971 -"316743",74816,110136 -"316744",74816,118418 -"316745",74818,81676 -"316746",74818,85356 -"316747",74818,96132 -"316748",74818,105484 -"316749",74819,105763 -"316750",74819,112051 -"316751",74823,83343 -"316752",74823,95345 -"316753",74823,117448 -"316754",74823,121578 -"316755",74827,78291 -"316756",74827,118499 -"316757",74829,77019 -"316758",74830,74997 -"316759",74831,88300 -"316760",74831,91293 -"316761",74831,93696 -"316762",74831,107292 -"316763",74833,85499 -"316764",74833,113123 -"316765",74834,100588 -"316766",74835,75392 -"316767",74836,74858 -"316768",74839,90354 -"316769",74840,74841 -"316770",74840,80023 -"316771",74840,107674 -"316772",74840,107675 -"316773",74840,107679 -"316774",74842,93426 -"316775",74843,91390 -"316776",74843,91513 -"316777",74843,95237 -"316778",74844,97055 -"316779",74848,90499 -"316780",74848,91621 -"316781",74848,106931 -"316782",74848,109586 -"316783",74848,109588 -"316784",74849,75000 -"316785",74849,75262 -"316786",74850,75123 -"316787",74850,76426 -"316788",74850,88031 -"316789",74850,90594 -"316790",74850,90741 -"316791",74850,90761 -"316792",74852,83321 -"316793",74854,89739 -"316794",74855,74960 -"316795",74855,74996 -"316796",74855,118497 -"316797",74856,74913 -"316798",74857,115836 -"316799",74857,116728 -"316800",74859,99967 -"316801",74859,108299 -"316802",74860,112922 -"316803",74861,74992 -"316804",74862,116764 -"316805",74862,120845 -"316806",74863,85429 -"316807",74863,85557 -"316808",74863,86279 -"316809",74863,90925 -"316810",74863,93801 -"316811",74863,97440 -"316812",74863,100239 -"316813",74863,105800 -"316814",74863,110286 -"316815",74863,119542 -"316816",74864,74887 -"316817",74866,81553 -"316818",74866,90923 -"316819",74866,105087 -"316820",74868,83216 -"316821",74868,106815 -"316822",74871,90931 -"316823",74872,79165 -"316824",74872,82103 -"316825",74873,99634 -"316826",74873,110211 -"316827",74873,110213 -"316828",74874,95775 -"316829",74875,106227 -"316830",74878,89298 -"316831",74878,97758 -"316832",74878,100658 -"316833",74878,103847 -"316834",74878,110862 -"316835",74878,118452 -"316836",74878,118480 -"316837",74879,79225 -"316838",74881,76369 -"316839",74881,84010 -"316840",74881,84011 -"316841",74883,93461 -"316842",74883,107281 -"316843",74883,113344 -"316844",74885,93213 -"316845",74885,98638 -"316846",74885,108077 -"316847",74885,116348 -"316848",74887,85212 -"316849",74887,85220 -"316850",74891,108027 -"316851",74891,108046 -"316852",74892,84520 -"316853",74894,87692 -"316854",74894,90802 -"316855",74894,90850 -"316856",74894,94764 -"316857",74894,101395 -"316858",74894,101955 -"316859",74894,107948 -"316860",74894,111521 -"316861",74895,74903 -"316862",74897,106580 -"316863",74899,95877 -"316864",74899,115576 -"316865",74899,117668 -"316866",74899,119289 -"316867",74900,74933 -"316868",74901,74902 -"316869",74901,74929 -"316870",74901,75328 -"316871",74901,75341 -"316872",74901,75372 -"316873",74902,74929 -"316874",74902,75328 -"316875",74902,75341 -"316876",74902,75372 -"316877",74902,75405 -"316878",74906,81675 -"316879",74906,92012 -"316880",74907,83740 -"316881",74907,84362 -"316882",74910,76716 -"316883",74910,111439 -"316884",74911,77415 -"316885",74911,84170 -"316886",74911,85127 -"316887",74911,93080 -"316888",74911,99418 -"316889",74912,91856 -"316890",74912,92019 -"316891",74913,110950 -"316892",74913,116273 -"316893",74918,107098 -"316894",74918,110024 -"316895",74918,123135 -"316896",74919,81472 -"316897",74919,101990 -"316898",74919,121989 -"316899",74921,87159 -"316900",74921,88484 -"316901",74921,105971 -"316902",74922,75186 -"316903",74923,75131 -"316904",74923,75132 -"316905",74923,75186 -"316906",74924,74955 -"316907",74925,103585 -"316908",74926,77873 -"316909",74926,81422 -"316910",74926,81771 -"316911",74926,95598 -"316912",74926,102573 -"316913",74927,74965 -"316914",74927,94599 -"316915",74927,113535 -"316916",74927,113842 -"316917",74928,80620 -"316918",74928,80641 -"316919",74929,75328 -"316920",74929,75341 -"316921",74929,75372 -"316922",74930,101266 -"316923",74932,77655 -"316924",74932,103897 -"316925",74935,77449 -"316926",74935,83296 -"316927",74935,101593 -"316928",74936,75627 -"316929",74937,77757 -"316930",74937,117172 -"316931",74937,117205 -"316932",74939,75531 -"316933",74939,80205 -"316934",74939,90862 -"316935",74939,94816 -"316936",74939,114297 -"316937",74942,94534 -"316938",74944,80541 -"316939",74946,77441 -"316940",74946,102704 -"316941",74946,108239 -"316942",74949,83713 -"316943",74949,95348 -"316944",74949,95371 -"316945",74949,115408 -"316946",74953,118814 -"316947",74954,91627 -"316948",74954,91737 -"316949",74957,74969 -"316950",74957,75056 -"316951",74957,75465 -"316952",74957,94998 -"316953",74957,97106 -"316954",74957,118195 -"316955",74957,118200 -"316956",74957,118202 -"316957",74957,118226 -"316958",74958,76295 -"316959",74958,84808 -"316960",74958,85072 -"316961",74958,90814 -"316962",74958,93680 -"316963",74958,110657 -"316964",74958,114091 -"316965",74958,115081 -"316966",74958,115082 -"316967",74958,121566 -"316968",74960,74996 -"316969",74961,89219 -"316970",74961,89220 -"316971",74961,89227 -"316972",74964,119875 -"316973",74966,76114 -"316974",74966,119798 -"316975",74966,120794 -"316976",74967,87583 -"316977",74967,91458 -"316978",74967,116499 -"316979",74967,120211 -"316980",74968,101265 -"316981",74968,101268 -"316982",74968,102135 -"316983",74969,75056 -"316984",74969,75465 -"316985",74972,81585 -"316986",74972,99357 -"316987",74973,107693 -"316988",74973,110217 -"316989",74974,76709 -"316990",74974,81700 -"316991",74974,86582 -"316992",74975,82977 -"316993",74975,90921 -"316994",74975,95997 -"316995",74975,117701 -"316996",74975,117703 -"316997",74975,117707 -"316998",74977,76238 -"316999",74977,76240 -"317000",74977,76242 -"317001",74977,76253 -"317002",74977,76254 -"317003",74977,76258 -"317004",74977,76261 -"317005",74977,76263 -"317006",74977,76409 -"317007",74977,76411 -"317008",74980,96205 -"317009",74980,96216 -"317010",74980,96224 -"317011",74980,96225 -"317012",74984,75189 -"317013",74988,114508 -"317014",74989,75217 -"317015",74989,110629 -"317016",74989,111452 -"317017",74993,103658 -"317018",74994,78810 -"317019",74995,87470 -"317020",74995,95540 -"317021",74995,109708 -"317022",74995,119849 -"317023",75000,75262 -"317024",75000,75720 -"317025",75000,75729 -"317026",75001,79090 -"317027",75001,79238 -"317028",75001,89440 -"317029",75001,92472 -"317030",75001,92498 -"317031",75001,92520 -"317032",75001,96018 -"317033",75007,85034 -"317034",75010,116206 -"317035",75014,92393 -"317036",75017,83953 -"317037",75017,101089 -"317038",75017,101288 -"317039",75017,101364 -"317040",75017,101369 -"317041",75017,102813 -"317042",75017,120592 -"317043",75020,81640 -"317044",75020,83296 -"317045",75020,104777 -"317046",75021,120685 -"317047",75023,121926 -"317048",75023,121970 -"317049",75024,77916 -"317050",75024,79925 -"317051",75024,81510 -"317052",75024,82681 -"317053",75024,83501 -"317054",75025,80305 -"317055",75025,85028 -"317056",75025,85337 -"317057",75025,100607 -"317058",75025,101067 -"317059",75025,101484 -"317060",75025,109958 -"317061",75025,111335 -"317062",75025,115910 -"317063",75027,84067 -"317064",75028,115319 -"317065",75029,75173 -"317066",75030,78806 -"317067",75030,86725 -"317068",75030,102766 -"317069",75030,120376 -"317070",75032,97004 -"317071",75033,75108 -"317072",75034,75187 -"317073",75036,75137 -"317074",75036,93929 -"317075",75036,93949 -"317076",75039,79313 -"317077",75039,87312 -"317078",75039,90642 -"317079",75039,112407 -"317080",75043,89750 -"317081",75044,86846 -"317082",75044,102371 -"317083",75045,75046 -"317084",75045,75122 -"317085",75046,75122 -"317086",75048,103415 -"317087",75048,117573 -"317088",75048,120302 -"317089",75050,88829 -"317090",75051,86796 -"317091",75051,89896 -"317092",75053,86814 -"317093",75054,81749 -"317094",75054,107496 -"317095",75054,116048 -"317096",75054,116049 -"317097",75054,116060 -"317098",75055,75099 -"317099",75055,75327 -"317100",75055,75448 -"317101",75056,75465 -"317102",75058,96468 -"317103",75058,102586 -"317104",75058,111505 -"317105",75058,115207 -"317106",75058,115209 -"317107",75059,75178 -"317108",75060,81442 -"317109",75060,113144 -"317110",75064,90332 -"317111",75064,107307 -"317112",75067,110346 -"317113",75068,92565 -"317114",75068,117684 -"317115",75072,75143 -"317116",75072,86188 -"317117",75072,97115 -"317118",75072,102438 -"317119",75072,102456 -"317120",75073,95948 -"317121",75075,80456 -"317122",75075,82069 -"317123",75075,84162 -"317124",75075,92932 -"317125",75075,98937 -"317126",75075,106432 -"317127",75075,115676 -"317128",75076,85755 -"317129",75078,82916 -"317130",75078,108267 -"317131",75079,83309 -"317132",75079,87257 -"317133",75080,75145 -"317134",75081,97826 -"317135",75081,98076 -"317136",75081,106785 -"317137",75081,119179 -"317138",75081,119189 -"317139",75083,79551 -"317140",75083,79552 -"317141",75083,79553 -"317142",75087,90566 -"317143",75087,111274 -"317144",75087,111275 -"317145",75087,111517 -"317146",75087,112107 -"317147",75088,114709 -"317148",75089,77560 -"317149",75089,81754 -"317150",75089,95391 -"317151",75089,114023 -"317152",75090,121574 -"317153",75090,122712 -"317154",75092,75429 -"317155",75097,76551 -"317156",75097,90658 -"317157",75097,102754 -"317158",75097,115229 -"317159",75098,76314 -"317160",75098,76767 -"317161",75100,75396 -"317162",75102,100994 -"317163",75103,79246 -"317164",75103,81211 -"317165",75103,81368 -"317166",75103,81414 -"317167",75103,85911 -"317168",75103,122315 -"317169",75104,110015 -"317170",75105,79756 -"317171",75105,90557 -"317172",75105,117395 -"317173",75105,122304 -"317174",75106,103437 -"317175",75106,113787 -"317176",75107,75138 -"317177",75107,89664 -"317178",75107,91375 -"317179",75107,91394 -"317180",75107,95341 -"317181",75107,97576 -"317182",75109,75266 -"317183",75109,111217 -"317184",75109,114463 -"317185",75109,115205 -"317186",75111,75166 -"317187",75112,87611 -"317188",75114,75171 -"317189",75115,111561 -"317190",75115,112621 -"317191",75116,77274 -"317192",75116,81872 -"317193",75116,92711 -"317194",75116,93164 -"317195",75116,106564 -"317196",75116,107857 -"317197",75116,107865 -"317198",75117,108985 -"317199",75123,77826 -"317200",75124,84285 -"317201",75124,88056 -"317202",75131,75132 -"317203",75131,75186 -"317204",75132,75186 -"317205",75136,77844 -"317206",75136,89697 -"317207",75136,96664 -"317208",75141,75470 -"317209",75141,101009 -"317210",75144,82857 -"317211",75144,86648 -"317212",75145,102597 -"317213",75146,92948 -"317214",75146,96027 -"317215",75146,96068 -"317216",75146,99311 -"317217",75146,120122 -"317218",75146,120133 -"317219",75147,75503 -"317220",75148,95417 -"317221",75148,112288 -"317222",75153,75164 -"317223",75153,75985 -"317224",75161,81455 -"317225",75161,89831 -"317226",75161,97635 -"317227",75161,105855 -"317228",75163,81478 -"317229",75163,88337 -"317230",75163,89169 -"317231",75163,116824 -"317232",75167,101496 -"317233",75167,106191 -"317234",75168,77010 -"317235",75168,95018 -"317236",75168,98078 -"317237",75168,112000 -"317238",75169,85414 -"317239",75169,88260 -"317240",75169,101724 -"317241",75170,103243 -"317242",75170,112302 -"317243",75171,90284 -"317244",75172,117726 -"317245",75174,75199 -"317246",75174,81630 -"317247",75174,82018 -"317248",75175,96978 -"317249",75176,95269 -"317250",75176,96303 -"317251",75178,119133 -"317252",75179,82927 -"317253",75179,103625 -"317254",75179,108384 -"317255",75180,91744 -"317256",75180,113171 -"317257",75182,103560 -"317258",75182,105491 -"317259",75182,113944 -"317260",75184,104567 -"317261",75185,89337 -"317262",75185,119422 -"317263",75188,88605 -"317264",75192,104043 -"317265",75194,84060 -"317266",75194,85182 -"317267",75194,94843 -"317268",75194,97575 -"317269",75194,97625 -"317270",75195,107648 -"317271",75196,115793 -"317272",75196,116708 -"317273",75197,75241 -"317274",75198,90630 -"317275",75200,76818 -"317276",75200,82589 -"317277",75200,92149 -"317278",75200,112624 -"317279",75201,81006 -"317280",75201,113017 -"317281",75201,120107 -"317282",75202,81380 -"317283",75203,79304 -"317284",75203,81594 -"317285",75203,99471 -"317286",75203,100523 -"317287",75203,102236 -"317288",75203,109392 -"317289",75209,75210 -"317290",75212,75238 -"317291",75212,75247 -"317292",75213,88970 -"317293",75213,97774 -"317294",75213,112032 -"317295",75213,118811 -"317296",75216,82965 -"317297",75216,88203 -"317298",75216,90083 -"317299",75216,91594 -"317300",75216,96705 -"317301",75216,104578 -"317302",75216,112900 -"317303",75216,112921 -"317304",75217,78742 -"317305",75217,86860 -"317306",75218,78555 -"317307",75219,75226 -"317308",75221,113227 -"317309",75221,113973 -"317310",75221,117326 -"317311",75224,75225 -"317312",75226,102195 -"317313",75226,110680 -"317314",75226,120334 -"317315",75227,101100 -"317316",75230,108948 -"317317",75231,82619 -"317318",75231,92678 -"317319",75232,75272 -"317320",75232,97622 -"317321",75232,103373 -"317322",75232,108735 -"317323",75233,87076 -"317324",75233,88976 -"317325",75233,91827 -"317326",75234,75246 -"317327",75238,75247 -"317328",75239,91152 -"317329",75239,112155 -"317330",75243,88602 -"317331",75243,90826 -"317332",75243,97382 -"317333",75243,108006 -"317334",75243,108807 -"317335",75243,108842 -"317336",75244,83747 -"317337",75244,99645 -"317338",75244,100396 -"317339",75244,106875 -"317340",75245,75776 -"317341",75245,75956 -"317342",75245,76387 -"317343",75245,78978 -"317344",75245,79212 -"317345",75245,79241 -"317346",75245,79579 -"317347",75245,80239 -"317348",75245,80301 -"317349",75245,81397 -"317350",75245,88340 -"317351",75245,88749 -"317352",75245,89069 -"317353",75245,89373 -"317354",75245,89995 -"317355",75245,90919 -"317356",75245,90936 -"317357",75245,92861 -"317358",75245,93097 -"317359",75245,94231 -"317360",75245,95489 -"317361",75245,96247 -"317362",75245,96363 -"317363",75245,97898 -"317364",75251,101248 -"317365",75251,107076 -"317366",75253,92316 -"317367",75253,100861 -"317368",75255,89543 -"317369",75255,90709 -"317370",75255,94620 -"317371",75256,92645 -"317372",75256,92679 -"317373",75258,78270 -"317374",75258,115077 -"317375",75259,75260 -"317376",75259,75264 -"317377",75259,75268 -"317378",75259,75269 -"317379",75260,75264 -"317380",75260,75268 -"317381",75260,75269 -"317382",75264,75268 -"317383",75264,75269 -"317384",75265,91186 -"317385",75265,94949 -"317386",75268,75269 -"317387",75270,102971 -"317388",75271,76047 -"317389",75271,78487 -"317390",75271,81474 -"317391",75271,88309 -"317392",75271,91779 -"317393",75271,93252 -"317394",75271,102535 -"317395",75271,103675 -"317396",75271,106275 -"317397",75271,106280 -"317398",75271,116743 -"317399",75273,98317 -"317400",75273,98417 -"317401",75275,120488 -"317402",75276,96194 -"317403",75277,112495 -"317404",75277,113118 -"317405",75277,115694 -"317406",75278,81880 -"317407",75279,77330 -"317408",75279,114945 -"317409",75279,117702 -"317410",75279,117708 -"317411",75280,75422 -"317412",75281,81320 -"317413",75281,87492 -"317414",75281,90386 -"317415",75281,111431 -"317416",75282,75484 -"317417",75283,110288 -"317418",75283,110292 -"317419",75283,110296 -"317420",75283,115788 -"317421",75284,75364 -"317422",75285,117691 -"317423",75287,106963 -"317424",75287,122974 -"317425",75289,92666 -"317426",75289,98690 -"317427",75289,115399 -"317428",75290,75353 -"317429",75290,75384 -"317430",75294,78461 -"317431",75294,80888 -"317432",75294,107874 -"317433",75294,108483 -"317434",75294,110655 -"317435",75294,118549 -"317436",75295,99053 -"317437",75296,78300 -"317438",75296,87769 -"317439",75296,97354 -"317440",75299,85280 -"317441",75299,104600 -"317442",75299,107609 -"317443",75299,122054 -"317444",75300,107912 -"317445",75300,107982 -"317446",75301,113619 -"317447",75302,75761 -"317448",75302,75762 -"317449",75302,75763 -"317450",75302,75764 -"317451",75302,75765 -"317452",75302,79523 -"317453",75302,91254 -"317454",75302,101215 -"317455",75304,83050 -"317456",75304,116770 -"317457",75304,120396 -"317458",75305,75460 -"317459",75305,78768 -"317460",75305,99599 -"317461",75308,85331 -"317462",75309,113631 -"317463",75310,76629 -"317464",75310,84383 -"317465",75310,84940 -"317466",75310,88884 -"317467",75310,88889 -"317468",75310,92081 -"317469",75310,100226 -"317470",75310,105947 -"317471",75310,114178 -"317472",75312,83406 -"317473",75316,76899 -"317474",75316,90429 -"317475",75316,91574 -"317476",75316,94265 -"317477",75316,102767 -"317478",75316,105902 -"317479",75316,118833 -"317480",75316,118839 -"317481",75316,120970 -"317482",75316,122744 -"317483",75317,75358 -"317484",75319,116448 -"317485",75321,88731 -"317486",75321,89396 -"317487",75327,75448 -"317488",75328,75341 -"317489",75328,75372 -"317490",75329,75333 -"317491",75331,75480 -"317492",75335,115068 -"317493",75335,121875 -"317494",75337,89177 -"317495",75337,92643 -"317496",75337,104229 -"317497",75337,104230 -"317498",75337,105541 -"317499",75337,105548 -"317500",75337,111868 -"317501",75337,119201 -"317502",75339,116872 -"317503",75340,78519 -"317504",75341,75372 -"317505",75342,75344 -"317506",75343,83083 -"317507",75343,94996 -"317508",75343,95000 -"317509",75345,76244 -"317510",75349,76270 -"317511",75350,75417 -"317512",75351,104524 -"317513",75351,116858 -"317514",75352,105877 -"317515",75352,116782 -"317516",75353,75384 -"317517",75356,118450 -"317518",75357,75414 -"317519",75357,75704 -"317520",75359,86048 -"317521",75360,75361 -"317522",75363,102051 -"317523",75371,81343 -"317524",75371,99731 -"317525",75371,101323 -"317526",75371,102845 -"317527",75371,104957 -"317528",75371,109815 -"317529",75371,111066 -"317530",75371,113278 -"317531",75371,113314 -"317532",75371,114723 -"317533",75371,116644 -"317534",75371,117804 -"317535",75371,121414 -"317536",75371,122345 -"317537",75371,122353 -"317538",75371,122358 -"317539",75371,122360 -"317540",75371,122366 -"317541",75371,122367 -"317542",75371,122376 -"317543",75371,122383 -"317544",75371,122393 -"317545",75371,122394 -"317546",75371,122398 -"317547",75371,122402 -"317548",75371,122403 -"317549",75371,122409 -"317550",75371,122412 -"317551",75371,122414 -"317552",75371,122415 -"317553",75371,122417 -"317554",75371,122418 -"317555",75371,122421 -"317556",75371,122422 -"317557",75371,122437 -"317558",75371,122438 -"317559",75371,122440 -"317560",75371,123424 -"317561",75373,87973 -"317562",75373,91733 -"317563",75373,91734 -"317564",75374,84712 -"317565",75375,78408 -"317566",75375,84523 -"317567",75378,75389 -"317568",75379,86969 -"317569",75379,108482 -"317570",75379,109955 -"317571",75379,121450 -"317572",75379,121560 -"317573",75380,75748 -"317574",75382,98567 -"317575",75383,75423 -"317576",75385,75769 -"317577",75387,75486 -"317578",75387,89931 -"317579",75388,82255 -"317580",75390,121593 -"317581",75393,77636 -"317582",75394,75468 -"317583",75395,84462 -"317584",75395,91539 -"317585",75395,104177 -"317586",75395,119784 -"317587",75395,119987 -"317588",75397,76915 -"317589",75397,77871 -"317590",75397,79242 -"317591",75397,110466 -"317592",75399,79498 -"317593",75399,85548 -"317594",75399,88829 -"317595",75399,111179 -"317596",75400,75439 -"317597",75401,91326 -"317598",75401,94600 -"317599",75402,75451 -"317600",75403,78032 -"317601",75403,78835 -"317602",75403,79082 -"317603",75406,121963 -"317604",75407,83940 -"317605",75408,82600 -"317606",75408,95545 -"317607",75408,104550 -"317608",75409,85333 -"317609",75410,75437 -"317610",75411,85802 -"317611",75411,88787 -"317612",75411,88818 -"317613",75411,89244 -"317614",75411,99575 -"317615",75411,100225 -"317616",75413,77211 -"317617",75413,84029 -"317618",75413,87589 -"317619",75413,118678 -"317620",75415,75440 -"317621",75419,100208 -"317622",75419,102672 -"317623",75419,116976 -"317624",75419,123132 -"317625",75421,81191 -"317626",75421,88716 -"317627",75421,88752 -"317628",75421,91742 -"317629",75421,99623 -"317630",75421,101832 -"317631",75421,101886 -"317632",75421,101887 -"317633",75421,104852 -"317634",75422,82527 -"317635",75422,93257 -"317636",75422,93961 -"317637",75422,93963 -"317638",75422,93972 -"317639",75422,93986 -"317640",75424,119830 -"317641",75425,85678 -"317642",75427,118901 -"317643",75428,75484 -"317644",75429,102519 -"317645",75430,77565 -"317646",75430,79420 -"317647",75430,90621 -"317648",75430,90669 -"317649",75430,92855 -"317650",75430,104828 -"317651",75430,104832 -"317652",75431,75766 -"317653",75431,113324 -"317654",75431,121781 -"317655",75433,80310 -"317656",75434,91878 -"317657",75434,91917 -"317658",75434,92171 -"317659",75434,101038 -"317660",75434,104301 -"317661",75434,104313 -"317662",75434,115091 -"317663",75435,122567 -"317664",75439,86872 -"317665",75439,89982 -"317666",75441,75490 -"317667",75443,75596 -"317668",75443,75602 -"317669",75443,75631 -"317670",75450,75462 -"317671",75451,77588 -"317672",75451,109394 -"317673",75451,109438 -"317674",75453,107792 -"317675",75455,92811 -"317676",75455,96307 -"317677",75456,109997 -"317678",75459,80799 -"317679",75459,89869 -"317680",75459,89958 -"317681",75459,108914 -"317682",75459,109383 -"317683",75469,86434 -"317684",75469,94790 -"317685",75469,97248 -"317686",75469,97267 -"317687",75469,97270 -"317688",75470,75926 -"317689",75470,76299 -"317690",75470,78060 -"317691",75470,78576 -"317692",75470,84624 -"317693",75470,90915 -"317694",75470,100851 -"317695",75470,101009 -"317696",75470,101111 -"317697",75470,102331 -"317698",75470,110306 -"317699",75470,114532 -"317700",75472,82992 -"317701",75473,89266 -"317702",75477,82547 -"317703",75482,91735 -"317704",75483,82500 -"317705",75483,103333 -"317706",75485,83966 -"317707",75485,98560 -"317708",75485,111091 -"317709",75485,121459 -"317710",75489,78348 -"317711",75491,77238 -"317712",75491,84844 -"317713",75492,75650 -"317714",75493,80747 -"317715",75493,89613 -"317716",75493,93535 -"317717",75493,108694 -"317718",75493,112071 -"317719",75493,112540 -"317720",75496,75499 -"317721",75496,75568 -"317722",75497,91768 -"317723",75498,118443 -"317724",75499,75568 -"317725",75501,81950 -"317726",75502,90847 -"317727",75502,91049 -"317728",75505,80728 -"317729",75505,93498 -"317730",75505,95211 -"317731",75506,75564 -"317732",75506,75724 -"317733",75509,75520 -"317734",75510,78549 -"317735",75512,79074 -"317736",75512,104187 -"317737",75512,104191 -"317738",75513,86129 -"317739",75513,93719 -"317740",75513,97635 -"317741",75514,77432 -"317742",75514,80850 -"317743",75514,94063 -"317744",75514,104809 -"317745",75514,110772 -"317746",75515,116842 -"317747",75516,101896 -"317748",75516,102885 -"317749",75516,110426 -"317750",75516,115385 -"317751",75517,86052 -"317752",75517,86088 -"317753",75518,104751 -"317754",75518,108393 -"317755",75518,116572 -"317756",75519,75529 -"317757",75519,75575 -"317758",75522,75531 -"317759",75523,118400 -"317760",75525,77292 -"317761",75525,94148 -"317762",75525,109352 -"317763",75525,112676 -"317764",75526,77871 -"317765",75526,83307 -"317766",75526,98266 -"317767",75526,98946 -"317768",75526,99953 -"317769",75526,100454 -"317770",75526,100667 -"317771",75526,106691 -"317772",75526,107533 -"317773",75526,108579 -"317774",75526,108699 -"317775",75526,109660 -"317776",75526,109746 -"317777",75526,118446 -"317778",75526,118473 -"317779",75529,75575 -"317780",75530,100686 -"317781",75532,84015 -"317782",75535,76291 -"317783",75537,121361 -"317784",75538,75539 -"317785",75538,81019 -"317786",75538,83270 -"317787",75538,86308 -"317788",75538,107026 -"317789",75538,107037 -"317790",75541,94607 -"317791",75542,84953 -"317792",75545,75635 -"317793",75547,79741 -"317794",75551,114683 -"317795",75552,77313 -"317796",75552,78740 -"317797",75552,82396 -"317798",75552,109583 -"317799",75552,120173 -"317800",75553,110394 -"317801",75554,105926 -"317802",75554,110514 -"317803",75554,119296 -"317804",75557,84649 -"317805",75557,109089 -"317806",75558,75559 -"317807",75564,75724 -"317808",75564,106261 -"317809",75564,112248 -"317810",75565,75590 -"317811",75567,82693 -"317812",75568,77664 -"317813",75568,80055 -"317814",75568,80625 -"317815",75568,84194 -"317816",75568,90968 -"317817",75568,98456 -"317818",75568,99375 -"317819",75568,99952 -"317820",75568,104590 -"317821",75568,108309 -"317822",75568,108463 -"317823",75568,111931 -"317824",75568,116353 -"317825",75568,116534 -"317826",75568,116545 -"317827",75568,116689 -"317828",75571,91151 -"317829",75574,89239 -"317830",75576,86513 -"317831",75576,117348 -"317832",75577,76235 -"317833",75579,75603 -"317834",75579,100499 -"317835",75580,76446 -"317836",75581,84920 -"317837",75581,90945 -"317838",75582,95372 -"317839",75583,89356 -"317840",75586,90170 -"317841",75587,101810 -"317842",75591,120608 -"317843",75592,91244 -"317844",75593,75626 -"317845",75593,89519 -"317846",75593,108261 -"317847",75593,115400 -"317848",75593,121934 -"317849",75596,75602 -"317850",75596,75631 -"317851",75597,75608 -"317852",75602,75631 -"317853",75603,114453 -"317854",75604,76053 -"317855",75604,76407 -"317856",75604,119522 -"317857",75605,90562 -"317858",75605,93007 -"317859",75606,75638 -"317860",75606,86927 -"317861",75607,77422 -"317862",75607,88144 -"317863",75609,75722 -"317864",75612,93179 -"317865",75612,93259 -"317866",75612,95163 -"317867",75613,91496 -"317868",75613,94733 -"317869",75617,89649 -"317870",75617,92452 -"317871",75617,92836 -"317872",75617,109522 -"317873",75620,84732 -"317874",75620,86838 -"317875",75620,90669 -"317876",75620,94625 -"317877",75621,75718 -"317878",75623,79844 -"317879",75623,88767 -"317880",75623,103950 -"317881",75628,77098 -"317882",75629,95939 -"317883",75632,98491 -"317884",75632,98492 -"317885",75633,76012 -"317886",75633,79136 -"317887",75633,79529 -"317888",75633,79657 -"317889",75633,80500 -"317890",75633,82768 -"317891",75633,90289 -"317892",75633,91517 -"317893",75633,96513 -"317894",75633,100432 -"317895",75633,105606 -"317896",75633,106280 -"317897",75634,101646 -"317898",75634,119673 -"317899",75634,122981 -"317900",75639,93663 -"317901",75639,98578 -"317902",75639,101214 -"317903",75642,96975 -"317904",75643,78642 -"317905",75643,87582 -"317906",75643,88252 -"317907",75643,88312 -"317908",75643,94667 -"317909",75643,96654 -"317910",75643,100693 -"317911",75643,108149 -"317912",75643,115379 -"317913",75643,117506 -"317914",75643,118795 -"317915",75647,120654 -"317916",75648,80477 -"317917",75648,100758 -"317918",75648,100776 -"317919",75650,103371 -"317920",75650,120203 -"317921",75650,120218 -"317922",75651,75652 -"317923",75654,83512 -"317924",75656,94500 -"317925",75656,100737 -"317926",75659,108933 -"317927",75661,76398 -"317928",75662,83140 -"317929",75662,97220 -"317930",75662,100568 -"317931",75665,93208 -"317932",75666,95854 -"317933",75667,75677 -"317934",75668,78504 -"317935",75668,78506 -"317936",75669,80281 -"317937",75669,80778 -"317938",75669,112927 -"317939",75672,77466 -"317940",75672,77914 -"317941",75672,80119 -"317942",75672,93383 -"317943",75672,98698 -"317944",75672,116659 -"317945",75672,119307 -"317946",75672,121547 -"317947",75672,122156 -"317948",75673,93107 -"317949",75673,104491 -"317950",75673,109311 -"317951",75673,119362 -"317952",75675,75758 -"317953",75675,90937 -"317954",75677,75918 -"317955",75677,110226 -"317956",75678,75696 -"317957",75682,94483 -"317958",75684,75698 -"317959",75691,75751 -"317960",75693,100132 -"317961",75693,123328 -"317962",75695,110182 -"317963",75699,75779 -"317964",75699,83973 -"317965",75700,80218 -"317966",75701,92241 -"317967",75701,104387 -"317968",75701,111348 -"317969",75704,79137 -"317970",75705,75715 -"317971",75706,75719 -"317972",75706,75731 -"317973",75707,83789 -"317974",75708,76917 -"317975",75708,100140 -"317976",75708,110013 -"317977",75708,116482 -"317978",75710,93108 -"317979",75712,86615 -"317980",75712,100714 -"317981",75713,75714 -"317982",75714,91686 -"317983",75715,91147 -"317984",75715,112124 -"317985",75715,112450 -"317986",75715,117618 -"317987",75719,75731 -"317988",75719,89018 -"317989",75720,75729 -"317990",75722,85550 -"317991",75722,112968 -"317992",75723,76372 -"317993",75723,80808 -"317994",75723,82100 -"317995",75723,85643 -"317996",75723,86969 -"317997",75725,79930 -"317998",75725,117592 -"317999",75725,117593 -"318000",75727,113621 -"318001",75727,118491 -"318002",75732,76475 -"318003",75735,76646 -"318004",75738,76375 -"318005",75738,79570 -"318006",75738,85598 -"318007",75741,82867 -"318008",75741,84168 -"318009",75742,75746 -"318010",75744,102426 -"318011",75746,89152 -"318012",75749,75753 -"318013",75750,108269 -"318014",75750,108290 -"318015",75752,78892 -"318016",75752,80667 -"318017",75752,119375 -"318018",75752,119387 -"318019",75755,110785 -"318020",75760,93016 -"318021",75761,75762 -"318022",75761,75763 -"318023",75761,75764 -"318024",75761,75765 -"318025",75762,75763 -"318026",75762,75764 -"318027",75762,75765 -"318028",75763,75764 -"318029",75763,75765 -"318030",75763,77604 -"318031",75763,77693 -"318032",75763,78872 -"318033",75763,81570 -"318034",75763,84165 -"318035",75763,88046 -"318036",75763,88716 -"318037",75763,88717 -"318038",75763,90836 -"318039",75763,101827 -"318040",75763,108654 -"318041",75763,108661 -"318042",75763,109506 -"318043",75763,112779 -"318044",75763,112787 -"318045",75763,112849 -"318046",75763,122007 -"318047",75764,75765 -"318048",75764,84546 -"318049",75764,105479 -"318050",75764,112121 -"318051",75764,113235 -"318052",75766,113324 -"318053",75766,121781 -"318054",75767,76046 -"318055",75767,76459 -"318056",75767,76808 -"318057",75767,77727 -"318058",75767,78224 -"318059",75767,79222 -"318060",75767,82978 -"318061",75767,83306 -"318062",75767,85027 -"318063",75767,88412 -"318064",75767,90275 -"318065",75767,90426 -"318066",75767,91112 -"318067",75767,91526 -"318068",75767,93425 -"318069",75767,93523 -"318070",75767,94520 -"318071",75767,95954 -"318072",75767,99544 -"318073",75767,99547 -"318074",75767,99554 -"318075",75767,100595 -"318076",75767,100739 -"318077",75767,100819 -"318078",75767,101898 -"318079",75767,101988 -"318080",75767,102146 -"318081",75767,102201 -"318082",75767,102309 -"318083",75767,102635 -"318084",75767,102730 -"318085",75767,102846 -"318086",75767,103790 -"318087",75767,104095 -"318088",75767,104574 -"318089",75767,104784 -"318090",75767,104845 -"318091",75767,107269 -"318092",75767,107623 -"318093",75767,107714 -"318094",75767,107879 -"318095",75767,107975 -"318096",75768,75777 -"318097",75770,76071 -"318098",75772,85476 -"318099",75772,88542 -"318100",75774,86599 -"318101",75774,86641 -"318102",75776,75956 -"318103",75776,76387 -"318104",75776,78978 -"318105",75776,79212 -"318106",75776,79241 -"318107",75776,79579 -"318108",75776,80239 -"318109",75776,80301 -"318110",75776,81397 -"318111",75776,88340 -"318112",75776,88749 -"318113",75776,89069 -"318114",75776,89373 -"318115",75776,89995 -"318116",75776,90919 -"318117",75776,90936 -"318118",75776,92861 -"318119",75776,93097 -"318120",75776,94231 -"318121",75776,95489 -"318122",75776,96247 -"318123",75776,96363 -"318124",75776,97898 -"318125",75778,76231 -"318126",75779,105992 -"318127",75779,106004 -"318128",75779,106018 -"318129",75781,76985 -"318130",75781,82258 -"318131",75781,94402 -"318132",75781,102859 -"318133",75782,75806 -"318134",75782,76662 -"318135",75783,75811 -"318136",75784,76128 -"318137",75784,76886 -"318138",75786,75807 -"318139",75786,75808 -"318140",75786,75965 -"318141",75786,75975 -"318142",75786,75990 -"318143",75786,75991 -"318144",75786,75998 -"318145",75786,114044 -"318146",75787,75801 -"318147",75789,114776 -"318148",75790,101791 -"318149",75790,120770 -"318150",75791,75844 -"318151",75792,75923 -"318152",75793,88368 -"318153",75793,91684 -"318154",75794,115201 -"318155",75795,114561 -"318156",75800,86566 -"318157",75800,86568 -"318158",75801,79618 -"318159",75801,118765 -"318160",75801,122702 -"318161",75802,81516 -"318162",75802,87138 -"318163",75803,114441 -"318164",75804,93669 -"318165",75807,75808 -"318166",75807,75965 -"318167",75807,75975 -"318168",75807,75990 -"318169",75807,75991 -"318170",75807,75998 -"318171",75808,75965 -"318172",75808,75975 -"318173",75808,75990 -"318174",75808,75991 -"318175",75808,75998 -"318176",75812,87514 -"318177",75813,85374 -"318178",75813,113714 -"318179",75814,81780 -"318180",75814,94587 -"318181",75814,94589 -"318182",75815,80966 -"318183",75816,76369 -"318184",75816,80555 -"318185",75817,75853 -"318186",75817,76131 -"318187",75818,87932 -"318188",75818,93702 -"318189",75819,81024 -"318190",75820,75983 -"318191",75820,84234 -"318192",75820,112095 -"318193",75822,76791 -"318194",75823,75824 -"318195",75823,75838 -"318196",75823,75925 -"318197",75824,75838 -"318198",75824,75925 -"318199",75824,83191 -"318200",75824,83193 -"318201",75824,115151 -"318202",75825,88764 -"318203",75825,94412 -"318204",75825,108926 -"318205",75825,108937 -"318206",75826,75835 -"318207",75826,75842 -"318208",75826,75931 -"318209",75826,87870 -"318210",75826,103011 -"318211",75827,75881 -"318212",75827,94095 -"318213",75827,95688 -"318214",75828,87436 -"318215",75829,92146 -"318216",75829,92147 -"318217",75829,92165 -"318218",75829,92183 -"318219",75830,76999 -"318220",75830,81167 -"318221",75830,93984 -"318222",75830,95241 -"318223",75830,103524 -"318224",75830,112148 -"318225",75830,116623 -"318226",75830,122294 -"318227",75832,111708 -"318228",75833,112411 -"318229",75835,75842 -"318230",75835,75931 -"318231",75836,92207 -"318232",75838,75925 -"318233",75838,78662 -"318234",75838,115151 -"318235",75839,121919 -"318236",75840,88942 -"318237",75841,78228 -"318238",75842,75931 -"318239",75843,75933 -"318240",75846,75858 -"318241",75847,105958 -"318242",75848,91606 -"318243",75848,108063 -"318244",75850,103894 -"318245",75851,87865 -"318246",75851,120519 -"318247",75852,84624 -"318248",75853,81199 -"318249",75853,81233 -"318250",75853,81234 -"318251",75856,75863 -"318252",75856,75865 -"318253",75856,75867 -"318254",75856,84060 -"318255",75856,112217 -"318256",75857,98396 -"318257",75859,111044 -"318258",75862,90281 -"318259",75862,92439 -"318260",75862,104065 -"318261",75862,108976 -"318262",75862,113902 -"318263",75863,75865 -"318264",75863,75867 -"318265",75865,75867 -"318266",75866,76499 -"318267",75866,76536 -"318268",75866,92510 -"318269",75868,80199 -"318270",75871,75876 -"318271",75871,75877 -"318272",75872,81388 -"318273",75872,97008 -"318274",75872,115914 -"318275",75873,97254 -"318276",75874,76142 -"318277",75874,120851 -"318278",75875,75879 -"318279",75875,81561 -"318280",75875,88471 -"318281",75875,90567 -"318282",75875,101613 -"318283",75875,110002 -"318284",75875,119740 -"318285",75876,75877 -"318286",75876,100645 -"318287",75876,101022 -"318288",75876,105832 -"318289",75880,76601 -"318290",75880,81395 -"318291",75880,84659 -"318292",75880,100470 -"318293",75880,106750 -"318294",75880,110743 -"318295",75880,110825 -"318296",75880,113856 -"318297",75881,89948 -"318298",75881,94070 -"318299",75881,98406 -"318300",75883,75888 -"318301",75883,75892 -"318302",75883,75893 -"318303",75883,75898 -"318304",75884,82426 -"318305",75884,85359 -"318306",75884,89273 -"318307",75884,113261 -"318308",75884,116360 -"318309",75884,122759 -"318310",75885,75994 -"318311",75885,79258 -"318312",75885,80227 -"318313",75885,96015 -"318314",75887,100566 -"318315",75888,75892 -"318316",75888,75893 -"318317",75888,75898 -"318318",75888,95193 -"318319",75890,98784 -"318320",75890,98788 -"318321",75890,98847 -"318322",75891,78305 -"318323",75891,85660 -"318324",75891,91544 -"318325",75891,100967 -"318326",75891,107635 -"318327",75891,107838 -"318328",75891,118475 -"318329",75892,75893 -"318330",75892,75898 -"318331",75893,75898 -"318332",75895,79306 -"318333",75895,79822 -"318334",75895,82156 -"318335",75895,88811 -"318336",75895,88832 -"318337",75895,93562 -"318338",75895,93767 -"318339",75895,102644 -"318340",75896,114579 -"318341",75897,91033 -"318342",75897,93016 -"318343",75897,94938 -"318344",75897,95605 -"318345",75899,113186 -"318346",75901,78806 -"318347",75901,92817 -"318348",75901,95469 -"318349",75901,97417 -"318350",75901,99471 -"318351",75902,117698 -"318352",75904,111921 -"318353",75904,121905 -"318354",75905,83115 -"318355",75905,90179 -"318356",75905,103914 -"318357",75905,106446 -"318358",75905,106636 -"318359",75905,122426 -"318360",75906,103014 -"318361",75907,83892 -"318362",75907,100590 -"318363",75908,95376 -"318364",75909,86938 -"318365",75909,87330 -"318366",75911,84247 -"318367",75914,95513 -"318368",75914,100998 -"318369",75915,78810 -"318370",75915,91839 -"318371",75916,82966 -"318372",75917,117647 -"318373",75918,110226 -"318374",75919,75929 -"318375",75919,76726 -"318376",75919,87597 -"318377",75919,91121 -"318378",75920,114330 -"318379",75920,114331 -"318380",75921,82315 -"318381",75921,84607 -"318382",75922,75928 -"318383",75922,78004 -"318384",75922,114219 -"318385",75922,120995 -"318386",75923,84692 -"318387",75923,105316 -"318388",75924,78352 -"318389",75926,88745 -"318390",75926,110306 -"318391",75927,88139 -"318392",75928,78004 -"318393",75928,80733 -"318394",75928,80918 -"318395",75929,113487 -"318396",75933,89401 -"318397",75934,79187 -"318398",75934,93703 -"318399",75934,103033 -"318400",75934,103044 -"318401",75934,113431 -"318402",75934,113432 -"318403",75935,89716 -"318404",75936,86058 -"318405",75936,120244 -"318406",75938,75967 -"318407",75938,76037 -"318408",75938,76118 -"318409",75940,95661 -"318410",75941,84367 -"318411",75941,90364 -"318412",75941,102484 -"318413",75941,103245 -"318414",75941,103253 -"318415",75941,103282 -"318416",75942,122041 -"318417",75944,84123 -"318418",75945,117203 -"318419",75946,75948 -"318420",75946,106154 -"318421",75948,84256 -"318422",75948,92220 -"318423",75948,99444 -"318424",75948,103275 -"318425",75948,107233 -"318426",75948,109745 -"318427",75949,108119 -"318428",75949,115406 -"318429",75950,85900 -"318430",75951,81062 -"318431",75951,87141 -"318432",75951,90214 -"318433",75952,76702 -"318434",75953,76149 -"318435",75953,79593 -"318436",75953,80411 -"318437",75953,88280 -"318438",75953,89090 -"318439",75953,90824 -"318440",75953,93116 -"318441",75953,96513 -"318442",75953,97741 -"318443",75953,100616 -"318444",75953,105207 -"318445",75953,105883 -"318446",75953,108547 -"318447",75953,109337 -"318448",75953,114507 -"318449",75953,117017 -"318450",75953,117020 -"318451",75953,119327 -"318452",75953,121359 -"318453",75953,123006 -"318454",75956,76387 -"318455",75956,78978 -"318456",75956,79212 -"318457",75956,79241 -"318458",75956,79579 -"318459",75956,80239 -"318460",75956,80301 -"318461",75956,81397 -"318462",75956,88340 -"318463",75956,88749 -"318464",75956,89069 -"318465",75956,89373 -"318466",75956,89995 -"318467",75956,90919 -"318468",75956,90936 -"318469",75956,92861 -"318470",75956,93097 -"318471",75956,94231 -"318472",75956,95489 -"318473",75956,96247 -"318474",75956,96363 -"318475",75956,97898 -"318476",75957,81029 -"318477",75957,121829 -"318478",75958,88232 -"318479",75958,89036 -"318480",75959,115109 -"318481",75961,106909 -"318482",75962,87909 -"318483",75962,90541 -"318484",75962,91321 -"318485",75962,104714 -"318486",75964,76809 -"318487",75965,75975 -"318488",75965,75990 -"318489",75965,75991 -"318490",75965,75998 -"318491",75967,76037 -"318492",75967,76118 -"318493",75967,88173 -"318494",75967,88446 -"318495",75967,88469 -"318496",75967,104470 -"318497",75967,104474 -"318498",75967,105785 -"318499",75968,81912 -"318500",75969,84605 -"318501",75974,79063 -"318502",75974,103169 -"318503",75974,116508 -"318504",75974,121084 -"318505",75974,121093 -"318506",75974,121094 -"318507",75975,75990 -"318508",75975,75991 -"318509",75975,75998 -"318510",75975,95588 -"318511",75977,88357 -"318512",75977,91297 -"318513",75977,93297 -"318514",75979,94462 -"318515",75979,108820 -"318516",75982,112475 -"318517",75982,114356 -"318518",75984,78066 -"318519",75984,78269 -"318520",75984,80062 -"318521",75984,80329 -"318522",75984,86621 -"318523",75984,89954 -"318524",75984,98294 -"318525",75984,109387 -"318526",75984,109405 -"318527",75984,109410 -"318528",75986,86813 -"318529",75986,107850 -"318530",75987,81272 -"318531",75990,75991 -"318532",75990,75998 -"318533",75990,116346 -"318534",75991,75998 -"318535",75992,83587 -"318536",75993,114721 -"318537",75993,114726 -"318538",75993,114727 -"318539",75993,114728 -"318540",75995,93468 -"318541",75997,80753 -"318542",75997,82151 -"318543",75997,92249 -"318544",75997,102866 -"318545",76001,76366 -"318546",76001,100930 -"318547",76001,110152 -"318548",76001,120351 -"318549",76003,76004 -"318550",76003,76005 -"318551",76004,76005 -"318552",76005,85742 -"318553",76005,93290 -"318554",76006,87901 -"318555",76006,95986 -"318556",76006,95998 -"318557",76007,80884 -"318558",76007,96428 -"318559",76007,111806 -"318560",76007,118898 -"318561",76008,86158 -"318562",76008,107970 -"318563",76010,96456 -"318564",76010,106721 -"318565",76011,97851 -"318566",76012,79529 -"318567",76012,80500 -"318568",76012,91517 -"318569",76012,96513 -"318570",76012,106280 -"318571",76012,111733 -"318572",76013,95832 -"318573",76013,102261 -"318574",76013,102578 -"318575",76013,109595 -"318576",76014,109296 -"318577",76014,114750 -"318578",76015,80727 -"318579",76015,102870 -"318580",76015,122737 -"318581",76016,108881 -"318582",76016,109777 -"318583",76016,109830 -"318584",76017,77812 -"318585",76017,79005 -"318586",76017,79043 -"318587",76017,79469 -"318588",76017,79607 -"318589",76022,89564 -"318590",76023,78836 -"318591",76023,78913 -"318592",76023,78957 -"318593",76024,76470 -"318594",76025,76062 -"318595",76027,77351 -"318596",76027,93647 -"318597",76029,96837 -"318598",76029,97766 -"318599",76029,108876 -"318600",76030,98529 -"318601",76030,105389 -"318602",76031,85687 -"318603",76031,110971 -"318604",76031,111495 -"318605",76032,76034 -"318606",76033,76196 -"318607",76034,82069 -"318608",76034,89918 -"318609",76034,97022 -"318610",76034,108667 -"318611",76035,78472 -"318612",76037,76118 -"318613",76038,76203 -"318614",76038,78321 -"318615",76039,84689 -"318616",76040,76148 -"318617",76041,76908 -"318618",76043,116451 -"318619",76044,91891 -"318620",76044,91901 -"318621",76045,81330 -"318622",76045,94689 -"318623",76046,76459 -"318624",76046,76808 -"318625",76046,77727 -"318626",76046,78224 -"318627",76046,79222 -"318628",76046,82978 -"318629",76046,83306 -"318630",76046,85027 -"318631",76046,88412 -"318632",76046,90275 -"318633",76046,90426 -"318634",76046,91112 -"318635",76046,91526 -"318636",76046,93425 -"318637",76046,93523 -"318638",76046,94520 -"318639",76046,95954 -"318640",76046,99544 -"318641",76046,99547 -"318642",76046,99554 -"318643",76046,100595 -"318644",76046,100739 -"318645",76046,100819 -"318646",76046,101898 -"318647",76046,101988 -"318648",76046,102146 -"318649",76046,102201 -"318650",76046,102309 -"318651",76046,102635 -"318652",76046,102730 -"318653",76046,102846 -"318654",76046,103790 -"318655",76046,104095 -"318656",76046,104574 -"318657",76046,104784 -"318658",76046,104845 -"318659",76046,107269 -"318660",76046,107623 -"318661",76046,107714 -"318662",76046,107879 -"318663",76046,107975 -"318664",76047,78487 -"318665",76047,81474 -"318666",76047,88309 -"318667",76047,91779 -"318668",76047,92943 -"318669",76047,102535 -"318670",76047,105703 -"318671",76047,106275 -"318672",76047,106280 -"318673",76047,107763 -"318674",76047,107778 -"318675",76049,95321 -"318676",76049,106152 -"318677",76049,106698 -"318678",76049,119380 -"318679",76049,119381 -"318680",76049,121965 -"318681",76050,84447 -"318682",76050,84823 -"318683",76051,76069 -"318684",76053,76407 -"318685",76054,76153 -"318686",76055,87051 -"318687",76056,83632 -"318688",76056,83999 -"318689",76057,88151 -"318690",76058,76059 -"318691",76059,103351 -"318692",76061,76062 -"318693",76063,85844 -"318694",76063,90785 -"318695",76063,90824 -"318696",76065,81877 -"318697",76066,76480 -"318698",76066,112030 -"318699",76070,76246 -"318700",76072,93530 -"318701",76072,97171 -"318702",76074,76236 -"318703",76075,83218 -"318704",76077,81651 -"318705",76079,76082 -"318706",76079,76197 -"318707",76079,78484 -"318708",76079,80894 -"318709",76080,76115 -"318710",76080,98479 -"318711",76080,98505 -"318712",76080,102258 -"318713",76080,102524 -"318714",76081,86660 -"318715",76081,103652 -"318716",76081,105525 -"318717",76081,112221 -"318718",76081,112222 -"318719",76082,76197 -"318720",76082,93163 -"318721",76083,78421 -"318722",76083,79995 -"318723",76084,107904 -"318724",76085,106403 -"318725",76086,76088 -"318726",76086,95444 -"318727",76089,89914 -"318728",76089,105571 -"318729",76089,105573 -"318730",76089,108293 -"318731",76090,76137 -"318732",76091,82390 -"318733",76091,94232 -"318734",76091,103841 -"318735",76091,103861 -"318736",76092,83275 -"318737",76092,83293 -"318738",76092,88292 -"318739",76092,101233 -"318740",76094,76778 -"318741",76095,86173 -"318742",76096,82402 -"318743",76096,104993 -"318744",76096,113462 -"318745",76096,113585 -"318746",76096,118471 -"318747",76096,120934 -"318748",76096,120968 -"318749",76097,88959 -"318750",76097,112039 -"318751",76098,105846 -"318752",76098,109096 -"318753",76099,80219 -"318754",76099,97375 -"318755",76099,115457 -"318756",76103,76108 -"318757",76103,76109 -"318758",76104,81147 -"318759",76104,81181 -"318760",76107,76119 -"318761",76107,76120 -"318762",76108,76109 -"318763",76108,92123 -"318764",76108,93408 -"318765",76110,82045 -"318766",76110,91073 -"318767",76110,92058 -"318768",76110,94237 -"318769",76110,101087 -"318770",76110,101524 -"318771",76110,103043 -"318772",76110,109010 -"318773",76112,84208 -"318774",76112,90243 -"318775",76112,102059 -"318776",76112,109203 -"318777",76112,114804 -"318778",76112,118125 -"318779",76114,87659 -"318780",76116,87759 -"318781",76116,103338 -"318782",76116,105882 -"318783",76116,114474 -"318784",76116,114488 -"318785",76116,117894 -"318786",76116,117896 -"318787",76117,76121 -"318788",76117,89824 -"318789",76117,113291 -"318790",76119,76120 -"318791",76120,112063 -"318792",76122,99401 -"318793",76124,76139 -"318794",76125,82746 -"318795",76126,76564 -"318796",76126,84348 -"318797",76126,96822 -"318798",76126,96823 -"318799",76126,96849 -"318800",76126,96858 -"318801",76126,96859 -"318802",76127,77188 -"318803",76127,78316 -"318804",76127,80041 -"318805",76127,82949 -"318806",76127,88193 -"318807",76127,88525 -"318808",76127,114072 -"318809",76128,80616 -"318810",76128,85425 -"318811",76128,85557 -"318812",76128,86279 -"318813",76128,88583 -"318814",76128,89274 -"318815",76128,89965 -"318816",76128,92785 -"318817",76128,96576 -"318818",76128,100630 -"318819",76128,100964 -"318820",76128,101138 -"318821",76130,76641 -"318822",76131,78759 -"318823",76131,79977 -"318824",76131,84510 -"318825",76131,88712 -"318826",76131,91336 -"318827",76131,97580 -"318828",76131,98249 -"318829",76131,99471 -"318830",76131,99740 -"318831",76131,101078 -"318832",76131,102484 -"318833",76131,103111 -"318834",76131,108762 -"318835",76131,110664 -"318836",76131,110672 -"318837",76131,121747 -"318838",76132,76675 -"318839",76132,81983 -"318840",76132,101339 -"318841",76133,111886 -"318842",76133,111896 -"318843",76133,111906 -"318844",76134,83574 -"318845",76134,101017 -"318846",76134,101018 -"318847",76135,77056 -"318848",76135,108725 -"318849",76136,82824 -"318850",76136,86938 -"318851",76137,84964 -"318852",76137,95610 -"318853",76137,122843 -"318854",76138,84425 -"318855",76138,86059 -"318856",76140,76141 -"318857",76141,107362 -"318858",76145,81648 -"318859",76145,86023 -"318860",76145,99141 -"318861",76146,94725 -"318862",76147,86821 -"318863",76147,91851 -"318864",76147,114019 -"318865",76147,114077 -"318866",76150,93994 -"318867",76150,118807 -"318868",76151,92863 -"318869",76151,117620 -"318870",76152,76183 -"318871",76152,81763 -"318872",76152,81772 -"318873",76152,81777 -"318874",76152,103484 -"318875",76158,90607 -"318876",76158,106567 -"318877",76160,76169 -"318878",76161,88426 -"318879",76162,90457 -"318880",76163,95630 -"318881",76164,107926 -"318882",76164,108354 -"318883",76167,111081 -"318884",76167,117478 -"318885",76167,121136 -"318886",76170,79926 -"318887",76170,112828 -"318888",76173,77124 -"318889",76173,81161 -"318890",76173,99180 -"318891",76173,100723 -"318892",76173,102566 -"318893",76174,79481 -"318894",76174,90901 -"318895",76175,111957 -"318896",76176,88842 -"318897",76177,115380 -"318898",76178,78080 -"318899",76178,91994 -"318900",76178,94500 -"318901",76178,97983 -"318902",76180,99180 -"318903",76180,113328 -"318904",76180,122544 -"318905",76180,122546 -"318906",76182,108000 -"318907",76184,78815 -"318908",76184,90063 -"318909",76184,90066 -"318910",76184,96161 -"318911",76186,90094 -"318912",76187,76191 -"318913",76188,79729 -"318914",76190,78420 -"318915",76190,95668 -"318916",76190,103358 -"318917",76192,81420 -"318918",76192,97824 -"318919",76192,102226 -"318920",76192,102401 -"318921",76192,102518 -"318922",76193,76493 -"318923",76193,76540 -"318924",76193,76543 -"318925",76193,76547 -"318926",76195,118695 -"318927",76195,118786 -"318928",76195,118804 -"318929",76198,76210 -"318930",76198,76219 -"318931",76199,76206 -"318932",76199,76215 -"318933",76201,119397 -"318934",76204,94704 -"318935",76206,76215 -"318936",76207,94800 -"318937",76208,83772 -"318938",76208,84119 -"318939",76208,84318 -"318940",76208,84352 -"318941",76208,107789 -"318942",76209,76290 -"318943",76210,76219 -"318944",76210,86598 -"318945",76210,86619 -"318946",76212,76472 -"318947",76212,79369 -"318948",76213,95646 -"318949",76213,96336 -"318950",76213,99263 -"318951",76213,105349 -"318952",76214,95561 -"318953",76214,123009 -"318954",76214,123035 -"318955",76216,97524 -"318956",76217,120822 -"318957",76218,91899 -"318958",76221,78390 -"318959",76221,99939 -"318960",76222,85430 -"318961",76223,76224 -"318962",76223,76451 -"318963",76223,76455 -"318964",76223,76456 -"318965",76223,76476 -"318966",76224,76451 -"318967",76224,76455 -"318968",76224,76456 -"318969",76224,76476 -"318970",76225,89243 -"318971",76225,107932 -"318972",76226,81867 -"318973",76226,93336 -"318974",76226,96819 -"318975",76226,96820 -"318976",76226,96841 -"318977",76226,96845 -"318978",76226,104558 -"318979",76228,80067 -"318980",76228,84910 -"318981",76230,80508 -"318982",76230,87492 -"318983",76232,85098 -"318984",76233,82015 -"318985",76233,82019 -"318986",76233,107773 -"318987",76236,87758 -"318988",76236,109637 -"318989",76238,76240 -"318990",76238,76242 -"318991",76238,76253 -"318992",76238,76254 -"318993",76238,76258 -"318994",76238,76261 -"318995",76238,76263 -"318996",76238,76409 -"318997",76238,76411 -"318998",76240,76242 -"318999",76240,76253 -"319000",76240,76254 -"319001",76240,76258 -"319002",76240,76261 -"319003",76240,76263 -"319004",76240,76409 -"319005",76240,76411 -"319006",76240,87863 -"319007",76241,99835 -"319008",76242,76253 -"319009",76242,76254 -"319010",76242,76258 -"319011",76242,76261 -"319012",76242,76263 -"319013",76242,76409 -"319014",76242,76411 -"319015",76243,80999 -"319016",76245,90469 -"319017",76245,109367 -"319018",76245,121692 -"319019",76245,121693 -"319020",76249,83453 -"319021",76250,80099 -"319022",76250,81053 -"319023",76250,83857 -"319024",76250,104778 -"319025",76251,119663 -"319026",76252,86447 -"319027",76253,76254 -"319028",76253,76258 -"319029",76253,76261 -"319030",76253,76263 -"319031",76253,76409 -"319032",76253,76411 -"319033",76254,76258 -"319034",76254,76261 -"319035",76254,76263 -"319036",76254,76409 -"319037",76254,76411 -"319038",76254,90635 -"319039",76255,88553 -"319040",76257,76264 -"319041",76257,79389 -"319042",76257,80702 -"319043",76257,93261 -"319044",76257,94470 -"319045",76257,94477 -"319046",76257,94496 -"319047",76258,76261 -"319048",76258,76263 -"319049",76258,76409 -"319050",76258,76411 -"319051",76259,76454 -"319052",76259,90173 -"319053",76259,113643 -"319054",76259,113644 -"319055",76259,116381 -"319056",76260,76557 -"319057",76260,81288 -"319058",76261,76263 -"319059",76261,76409 -"319060",76261,76411 -"319061",76263,76409 -"319062",76263,76411 -"319063",76263,81810 -"319064",76264,117343 -"319065",76264,121935 -"319066",76265,101230 -"319067",76265,113187 -"319068",76265,113227 -"319069",76265,113228 -"319070",76265,113280 -"319071",76265,116785 -"319072",76265,116855 -"319073",76265,117349 -"319074",76268,83501 -"319075",76269,76366 -"319076",76269,112861 -"319077",76270,86060 -"319078",76270,115697 -"319079",76271,76272 -"319080",76271,76273 -"319081",76271,77172 -"319082",76271,77284 -"319083",76272,76273 -"319084",76274,117412 -"319085",76274,117611 -"319086",76275,93543 -"319087",76275,93603 -"319088",76275,95011 -"319089",76276,80236 -"319090",76276,82080 -"319091",76276,84309 -"319092",76276,104203 -"319093",76276,112331 -"319094",76277,77181 -"319095",76278,76740 -"319096",76278,76786 -"319097",76278,77272 -"319098",76278,77357 -"319099",76278,77402 -"319100",76278,78248 -"319101",76278,78255 -"319102",76278,78339 -"319103",76278,78445 -"319104",76278,79022 -"319105",76278,79716 -"319106",76278,79989 -"319107",76278,80281 -"319108",76278,81728 -"319109",76278,82196 -"319110",76278,82383 -"319111",76278,82810 -"319112",76278,82854 -"319113",76278,83853 -"319114",76278,83884 -"319115",76278,84379 -"319116",76278,84613 -"319117",76278,85465 -"319118",76278,85610 -"319119",76278,86351 -"319120",76278,86451 -"319121",76278,86882 -"319122",76278,87175 -"319123",76278,87451 -"319124",76278,87521 -"319125",76278,87572 -"319126",76278,87663 -"319127",76278,87721 -"319128",76278,87862 -"319129",76280,77675 -"319130",76281,77666 -"319131",76281,80730 -"319132",76282,101040 -"319133",76282,101043 -"319134",76282,101050 -"319135",76282,101051 -"319136",76282,101054 -"319137",76282,101627 -"319138",76284,76285 -"319139",76284,76534 -"319140",76284,86029 -"319141",76284,91808 -"319142",76284,91922 -"319143",76284,94480 -"319144",76284,98781 -"319145",76284,111031 -"319146",76284,114747 -"319147",76285,94262 -"319148",76285,98781 -"319149",76286,81424 -"319150",76286,88879 -"319151",76288,86009 -"319152",76288,101658 -"319153",76289,76375 -"319154",76291,106119 -"319155",76293,76676 -"319156",76293,85315 -"319157",76293,88304 -"319158",76293,107313 -"319159",76294,82069 -"319160",76294,87856 -"319161",76294,89918 -"319162",76294,95106 -"319163",76294,104264 -"319164",76294,110299 -"319165",76295,76403 -"319166",76295,84808 -"319167",76295,85072 -"319168",76295,93619 -"319169",76295,93680 -"319170",76295,102669 -"319171",76295,108578 -"319172",76295,109222 -"319173",76296,76297 -"319174",76296,77018 -"319175",76296,86232 -"319176",76297,101309 -"319177",76297,102270 -"319178",76298,77792 -"319179",76298,82478 -"319180",76298,96344 -"319181",76299,78576 -"319182",76299,87868 -"319183",76299,100851 -"319184",76299,102331 -"319185",76300,105438 -"319186",76300,111637 -"319187",76300,112866 -"319188",76301,76303 -"319189",76307,115561 -"319190",76309,80808 -"319191",76309,94512 -"319192",76309,102394 -"319193",76309,107864 -"319194",76309,114099 -"319195",76309,114233 -"319196",76312,96621 -"319197",76312,101394 -"319198",76312,101401 -"319199",76314,76483 -"319200",76314,76767 -"319201",76314,80407 -"319202",76314,89020 -"319203",76314,93759 -"319204",76314,93790 -"319205",76314,107217 -"319206",76314,114643 -"319207",76316,93465 -"319208",76316,111746 -"319209",76318,98679 -"319210",76319,97690 -"319211",76320,81010 -"319212",76320,85514 -"319213",76320,89188 -"319214",76320,90141 -"319215",76320,119524 -"319216",76321,76684 -"319217",76323,76327 -"319218",76324,77358 -"319219",76326,76522 -"319220",76328,76337 -"319221",76330,76335 -"319222",76330,78118 -"319223",76330,87538 -"319224",76330,87557 -"319225",76330,102713 -"319226",76330,106650 -"319227",76334,83340 -"319228",76334,83391 -"319229",76334,95558 -"319230",76334,122137 -"319231",76337,91258 -"319232",76337,91273 -"319233",76339,76340 -"319234",76340,94051 -"319235",76340,103463 -"319236",76341,106240 -"319237",76342,101104 -"319238",76342,115027 -"319239",76342,115812 -"319240",76342,115864 -"319241",76344,105296 -"319242",76347,100211 -"319243",76347,101983 -"319244",76347,116147 -"319245",76347,116180 -"319246",76348,78718 -"319247",76349,76741 -"319248",76350,88117 -"319249",76350,89443 -"319250",76350,89730 -"319251",76350,90820 -"319252",76350,92029 -"319253",76350,108440 -"319254",76351,102370 -"319255",76352,110148 -"319256",76353,79191 -"319257",76355,101179 -"319258",76356,79166 -"319259",76356,100140 -"319260",76356,100890 -"319261",76356,105134 -"319262",76356,122503 -"319263",76357,99824 -"319264",76358,77563 -"319265",76358,122815 -"319266",76359,76365 -"319267",76359,79003 -"319268",76359,101524 -"319269",76359,101785 -"319270",76359,109733 -"319271",76359,119188 -"319272",76361,85422 -"319273",76361,92489 -"319274",76361,94655 -"319275",76361,106712 -"319276",76361,109171 -"319277",76361,111240 -"319278",76361,114816 -"319279",76361,115039 -"319280",76361,122154 -"319281",76361,122187 -"319282",76362,96760 -"319283",76364,81278 -"319284",76364,85430 -"319285",76364,89958 -"319286",76364,94440 -"319287",76364,96536 -"319288",76364,105307 -"319289",76366,99482 -"319290",76366,100930 -"319291",76366,110152 -"319292",76366,120351 -"319293",76367,83868 -"319294",76369,86378 -"319295",76369,87443 -"319296",76369,91969 -"319297",76369,99523 -"319298",76369,100355 -"319299",76369,118721 -"319300",76369,119689 -"319301",76370,85803 -"319302",76370,93632 -"319303",76372,76380 -"319304",76372,77167 -"319305",76372,86969 -"319306",76372,122584 -"319307",76373,77729 -"319308",76374,96457 -"319309",76375,79570 -"319310",76375,85598 -"319311",76375,98548 -"319312",76375,98667 -"319313",76377,76679 -"319314",76377,84117 -"319315",76377,93840 -"319316",76377,94908 -"319317",76377,99121 -"319318",76377,101999 -"319319",76377,117740 -"319320",76377,120666 -"319321",76378,122024 -"319322",76379,87409 -"319323",76380,78136 -"319324",76380,94266 -"319325",76380,96003 -"319326",76381,94289 -"319327",76381,94317 -"319328",76382,115940 -"319329",76383,76500 -"319330",76383,78854 -"319331",76383,81064 -"319332",76383,81134 -"319333",76383,82761 -"319334",76383,85148 -"319335",76383,92381 -"319336",76383,97940 -"319337",76383,98358 -"319338",76383,100123 -"319339",76383,102999 -"319340",76383,103057 -"319341",76383,103238 -"319342",76383,103717 -"319343",76383,105960 -"319344",76383,106554 -"319345",76383,115006 -"319346",76383,116549 -"319347",76383,122777 -"319348",76383,122778 -"319349",76383,122779 -"319350",76383,122780 -"319351",76383,122827 -"319352",76383,122839 -"319353",76384,78392 -"319354",76384,88887 -"319355",76385,104576 -"319356",76387,78978 -"319357",76387,79212 -"319358",76387,79241 -"319359",76387,79579 -"319360",76387,80239 -"319361",76387,80301 -"319362",76387,81397 -"319363",76387,88340 -"319364",76387,88749 -"319365",76387,89069 -"319366",76387,89373 -"319367",76387,89995 -"319368",76387,90919 -"319369",76387,90936 -"319370",76387,92861 -"319371",76387,93097 -"319372",76387,94231 -"319373",76387,95489 -"319374",76387,96247 -"319375",76387,96363 -"319376",76387,97898 -"319377",76388,113539 -"319378",76389,76390 -"319379",76389,76397 -"319380",76389,76442 -"319381",76389,76463 -"319382",76389,76479 -"319383",76390,76397 -"319384",76390,76442 -"319385",76390,76463 -"319386",76390,76479 -"319387",76390,92017 -"319388",76391,98133 -"319389",76391,99119 -"319390",76391,102653 -"319391",76392,92265 -"319392",76392,92310 -"319393",76392,119663 -"319394",76393,120925 -"319395",76393,121671 -"319396",76394,77304 -"319397",76394,92674 -"319398",76394,99660 -"319399",76394,99671 -"319400",76394,99674 -"319401",76396,96353 -"319402",76397,76442 -"319403",76397,76463 -"319404",76397,76479 -"319405",76398,76399 -"319406",76399,100592 -"319407",76399,118872 -"319408",76400,76401 -"319409",76400,85399 -"319410",76400,88638 -"319411",76400,109896 -"319412",76402,77098 -"319413",76402,86512 -"319414",76402,86513 -"319415",76403,82099 -"319416",76403,83598 -"319417",76403,85072 -"319418",76403,96062 -"319419",76403,107154 -"319420",76403,109222 -"319421",76403,110871 -"319422",76404,76419 -"319423",76405,98684 -"319424",76406,77352 -"319425",76406,77643 -"319426",76406,90293 -"319427",76406,111368 -"319428",76408,109095 -"319429",76409,76411 -"319430",76414,80666 -"319431",76414,85623 -"319432",76414,86595 -"319433",76414,95415 -"319434",76414,96073 -"319435",76414,115313 -"319436",76415,103202 -"319437",76415,117176 -"319438",76415,117192 -"319439",76415,117534 -"319440",76416,103976 -"319441",76416,113246 -"319442",76418,98243 -"319443",76418,113492 -"319444",76418,115447 -"319445",76420,76439 -"319446",76421,102129 -"319447",76421,123346 -"319448",76423,81162 -"319449",76423,86987 -"319450",76423,87378 -"319451",76423,91333 -"319452",76424,84676 -"319453",76424,90359 -"319454",76424,96154 -"319455",76426,76436 -"319456",76426,86157 -"319457",76426,88031 -"319458",76426,90594 -"319459",76426,90741 -"319460",76426,90761 -"319461",76426,119135 -"319462",76428,80625 -"319463",76428,81074 -"319464",76428,84194 -"319465",76428,89517 -"319466",76428,89980 -"319467",76428,96749 -"319468",76428,99207 -"319469",76428,101096 -"319470",76428,101873 -"319471",76428,111478 -"319472",76429,101366 -"319473",76429,121801 -"319474",76431,80069 -"319475",76433,76471 -"319476",76434,77909 -"319477",76434,81292 -"319478",76434,81308 -"319479",76434,81939 -"319480",76434,82011 -"319481",76439,98973 -"319482",76440,123032 -"319483",76441,106189 -"319484",76441,115611 -"319485",76441,121159 -"319486",76442,76463 -"319487",76442,76479 -"319488",76443,84510 -"319489",76444,83059 -"319490",76445,85926 -"319491",76447,76517 -"319492",76448,84997 -"319493",76448,91873 -"319494",76450,82190 -"319495",76450,85230 -"319496",76450,89053 -"319497",76450,92627 -"319498",76450,93340 -"319499",76450,93360 -"319500",76451,76455 -"319501",76451,76456 -"319502",76451,76476 -"319503",76452,76559 -"319504",76452,77159 -"319505",76452,119986 -"319506",76452,120056 -"319507",76453,91980 -"319508",76453,92552 -"319509",76453,94603 -"319510",76453,117218 -"319511",76453,119668 -"319512",76455,76456 -"319513",76455,76476 -"319514",76455,100608 -"319515",76456,76476 -"319516",76457,87440 -"319517",76457,97926 -"319518",76457,99820 -"319519",76457,107204 -"319520",76457,107510 -"319521",76457,116579 -"319522",76457,118940 -"319523",76457,123446 -"319524",76457,123463 -"319525",76458,96843 -"319526",76459,76808 -"319527",76459,77494 -"319528",76459,77727 -"319529",76459,78224 -"319530",76459,79222 -"319531",76459,82978 -"319532",76459,83306 -"319533",76459,85027 -"319534",76459,88412 -"319535",76459,90275 -"319536",76459,90426 -"319537",76459,91112 -"319538",76459,91526 -"319539",76459,93425 -"319540",76459,93523 -"319541",76459,94520 -"319542",76459,95954 -"319543",76459,98027 -"319544",76459,99544 -"319545",76459,99547 -"319546",76459,99554 -"319547",76459,100595 -"319548",76459,100739 -"319549",76459,100819 -"319550",76459,101898 -"319551",76459,101988 -"319552",76459,102146 -"319553",76459,102201 -"319554",76459,102309 -"319555",76459,102635 -"319556",76459,102730 -"319557",76459,102846 -"319558",76459,103790 -"319559",76459,104095 -"319560",76459,104574 -"319561",76459,104784 -"319562",76459,104845 -"319563",76459,107269 -"319564",76459,107623 -"319565",76459,107714 -"319566",76459,107879 -"319567",76459,107975 -"319568",76460,76461 -"319569",76460,76462 -"319570",76460,76473 -"319571",76460,76567 -"319572",76461,76462 -"319573",76461,76473 -"319574",76461,76567 -"319575",76462,76473 -"319576",76462,76567 -"319577",76463,76479 -"319578",76468,103249 -"319579",76468,103265 -"319580",76468,105092 -"319581",76470,88938 -"319582",76470,100195 -"319583",76470,106319 -"319584",76472,79369 -"319585",76473,76567 -"319586",76476,119706 -"319587",76476,119796 -"319588",76477,76555 -"319589",76477,96805 -"319590",76477,112450 -"319591",76478,86065 -"319592",76478,92093 -"319593",76478,119626 -"319594",76481,76997 -"319595",76481,79317 -"319596",76481,79877 -"319597",76481,87275 -"319598",76481,94580 -"319599",76481,117878 -"319600",76483,89185 -"319601",76483,91231 -"319602",76483,93566 -"319603",76483,98486 -"319604",76483,99332 -"319605",76484,85094 -"319606",76484,88583 -"319607",76484,90057 -"319608",76484,100320 -"319609",76484,100334 -"319610",76484,106148 -"319611",76484,106158 -"319612",76484,106159 -"319613",76484,106160 -"319614",76485,123282 -"319615",76487,98327 -"319616",76487,98344 -"319617",76488,78628 -"319618",76488,98125 -"319619",76489,76623 -"319620",76489,97351 -"319621",76489,101292 -"319622",76489,103554 -"319623",76489,122760 -"319624",76491,77402 -"319625",76491,77634 -"319626",76491,77810 -"319627",76491,77822 -"319628",76491,77869 -"319629",76492,92282 -"319630",76493,76540 -"319631",76493,76543 -"319632",76493,76547 -"319633",76495,87493 -"319634",76495,109103 -"319635",76496,83276 -"319636",76496,94838 -"319637",76496,101692 -"319638",76496,114255 -"319639",76499,76536 -"319640",76501,76506 -"319641",76503,77925 -"319642",76503,84796 -"319643",76503,95272 -"319644",76504,76505 -"319645",76504,110741 -"319646",76504,123099 -"319647",76505,95669 -"319648",76505,110787 -"319649",76505,113594 -"319650",76505,121534 -"319651",76506,89419 -"319652",76506,93043 -"319653",76506,118338 -"319654",76507,107818 -"319655",76509,86447 -"319656",76510,76624 -"319657",76510,80970 -"319658",76510,92537 -"319659",76510,97442 -"319660",76510,100713 -"319661",76510,110875 -"319662",76511,79702 -"319663",76512,111698 -"319664",76514,77929 -"319665",76514,79534 -"319666",76514,88402 -"319667",76514,90490 -"319668",76514,94532 -"319669",76514,94637 -"319670",76514,100858 -"319671",76515,82367 -"319672",76515,101138 -"319673",76515,107665 -"319674",76515,117046 -"319675",76517,97736 -"319676",76518,88137 -"319677",76519,103960 -"319678",76519,106817 -"319679",76520,76600 -"319680",76520,76626 -"319681",76523,88522 -"319682",76523,93474 -"319683",76523,115603 -"319684",76523,122411 -"319685",76524,76628 -"319686",76525,103398 -"319687",76525,116235 -"319688",76525,119571 -"319689",76526,76527 -"319690",76526,76528 -"319691",76527,76528 -"319692",76529,76726 -"319693",76531,77041 -"319694",76532,77518 -"319695",76532,87153 -"319696",76532,87170 -"319697",76532,87174 -"319698",76534,83491 -"319699",76534,84896 -"319700",76534,90964 -"319701",76534,91922 -"319702",76534,98781 -"319703",76537,94878 -"319704",76537,110678 -"319705",76537,112119 -"319706",76537,112716 -"319707",76538,92687 -"319708",76538,113203 -"319709",76538,116356 -"319710",76538,121196 -"319711",76538,121200 -"319712",76539,106840 -"319713",76539,106871 -"319714",76540,76543 -"319715",76540,76547 -"319716",76542,99773 -"319717",76542,108621 -"319718",76542,112640 -"319719",76543,76547 -"319720",76545,116937 -"319721",76546,92815 -"319722",76547,94002 -"319723",76548,96685 -"319724",76548,118472 -"319725",76551,85925 -"319726",76551,90658 -"319727",76551,99222 -"319728",76551,102754 -"319729",76551,115229 -"319730",76551,122933 -"319731",76552,76560 -"319732",76553,82035 -"319733",76553,86785 -"319734",76553,91891 -"319735",76553,101298 -"319736",76553,109200 -"319737",76553,119836 -"319738",76555,77719 -"319739",76555,101133 -"319740",76555,103036 -"319741",76556,86054 -"319742",76557,81288 -"319743",76558,87870 -"319744",76558,92130 -"319745",76558,103011 -"319746",76560,79144 -"319747",76560,80268 -"319748",76560,82253 -"319749",76560,88332 -"319750",76561,76718 -"319751",76561,117352 -"319752",76562,109094 -"319753",76564,83526 -"319754",76564,91290 -"319755",76564,103397 -"319756",76565,79802 -"319757",76565,81882 -"319758",76565,86178 -"319759",76565,90305 -"319760",76565,95973 -"319761",76565,111792 -"319762",76565,115900 -"319763",76565,117208 -"319764",76565,118086 -"319765",76565,118090 -"319766",76565,118091 -"319767",76565,118094 -"319768",76565,118098 -"319769",76565,118102 -"319770",76565,118112 -"319771",76565,118321 -"319772",76566,83025 -"319773",76568,76741 -"319774",76569,76578 -"319775",76570,83755 -"319776",76570,116783 -"319777",76571,82642 -"319778",76572,89367 -"319779",76572,99068 -"319780",76572,99078 -"319781",76572,99186 -"319782",76573,104990 -"319783",76573,106540 -"319784",76574,76757 -"319785",76576,92434 -"319786",76577,76727 -"319787",76577,76752 -"319788",76579,76593 -"319789",76579,106501 -"319790",76580,76589 -"319791",76580,76845 -"319792",76580,89162 -"319793",76580,103596 -"319794",76580,106996 -"319795",76580,107148 -"319796",76580,107936 -"319797",76580,110029 -"319798",76580,111206 -"319799",76580,111207 -"319800",76581,88151 -"319801",76582,76583 -"319802",76587,86462 -"319803",76587,99034 -"319804",76588,76591 -"319805",76589,77027 -"319806",76589,79045 -"319807",76589,81967 -"319808",76589,99395 -"319809",76590,76917 -"319810",76590,77506 -"319811",76590,86600 -"319812",76590,88782 -"319813",76590,89951 -"319814",76590,92517 -"319815",76590,93333 -"319816",76590,93984 -"319817",76590,100140 -"319818",76590,100670 -"319819",76590,105198 -"319820",76590,110250 -"319821",76590,122588 -"319822",76590,122819 -"319823",76590,122852 -"319824",76590,122861 -"319825",76590,122863 -"319826",76590,122864 -"319827",76592,95718 -"319828",76592,99274 -"319829",76592,103056 -"319830",76595,107720 -"319831",76596,113325 -"319832",76599,77982 -"319833",76599,81759 -"319834",76599,105663 -"319835",76599,105789 -"319836",76599,107666 -"319837",76600,76626 -"319838",76600,116345 -"319839",76601,84447 -"319840",76601,99891 -"319841",76601,108715 -"319842",76602,80880 -"319843",76603,83048 -"319844",76603,106556 -"319845",76606,76647 -"319846",76606,76648 -"319847",76606,76673 -"319848",76606,86201 -"319849",76606,87928 -"319850",76607,88746 -"319851",76607,93943 -"319852",76608,118258 -"319853",76609,80194 -"319854",76609,85291 -"319855",76609,95221 -"319856",76611,79699 -"319857",76612,77024 -"319858",76613,77274 -"319859",76613,80425 -"319860",76613,81508 -"319861",76613,85995 -"319862",76613,90884 -"319863",76613,110994 -"319864",76614,76616 -"319865",76615,111337 -"319866",76616,76822 -"319867",76616,104249 -"319868",76617,76651 -"319869",76617,76954 -"319870",76618,77033 -"319871",76618,77042 -"319872",76619,113985 -"319873",76621,80230 -"319874",76621,80287 -"319875",76622,94776 -"319876",76622,101828 -"319877",76623,101292 -"319878",76624,92537 -"319879",76624,112822 -"319880",76625,103416 -"319881",76629,84940 -"319882",76629,88514 -"319883",76629,92081 -"319884",76629,100226 -"319885",76629,105947 -"319886",76630,76631 -"319887",76631,82349 -"319888",76631,97811 -"319889",76632,77032 -"319890",76632,81643 -"319891",76632,82817 -"319892",76633,76634 -"319893",76633,76656 -"319894",76633,76661 -"319895",76633,76775 -"319896",76633,76949 -"319897",76633,76950 -"319898",76633,76951 -"319899",76633,101972 -"319900",76634,76656 -"319901",76634,76661 -"319902",76634,76775 -"319903",76634,76949 -"319904",76634,76950 -"319905",76634,76951 -"319906",76634,77521 -"319907",76634,87405 -"319908",76635,77071 -"319909",76635,108759 -"319910",76636,76655 -"319911",76636,76665 -"319912",76636,76933 -"319913",76637,83322 -"319914",76637,94168 -"319915",76638,76642 -"319916",76639,76640 -"319917",76639,77040 -"319918",76639,77055 -"319919",76639,77057 -"319920",76639,77066 -"319921",76639,77095 -"319922",76639,77096 -"319923",76639,77101 -"319924",76639,77102 -"319925",76639,77103 -"319926",76639,77106 -"319927",76639,84039 -"319928",76639,91695 -"319929",76639,93969 -"319930",76639,94569 -"319931",76639,97440 -"319932",76639,100239 -"319933",76639,102378 -"319934",76639,113099 -"319935",76640,77040 -"319936",76640,77055 -"319937",76640,77057 -"319938",76640,77066 -"319939",76640,77095 -"319940",76640,77096 -"319941",76640,77101 -"319942",76640,77102 -"319943",76640,77103 -"319944",76640,77106 -"319945",76643,76672 -"319946",76644,76645 -"319947",76644,95121 -"319948",76645,79636 -"319949",76645,92128 -"319950",76645,98135 -"319951",76645,98139 -"319952",76646,82893 -"319953",76646,85189 -"319954",76647,76648 -"319955",76647,76673 -"319956",76647,121276 -"319957",76648,76673 -"319958",76648,91835 -"319959",76649,84890 -"319960",76649,85738 -"319961",76649,111986 -"319962",76650,77303 -"319963",76651,76954 -"319964",76651,94313 -"319965",76651,107659 -"319966",76651,110802 -"319967",76651,117145 -"319968",76651,117259 -"319969",76651,117601 -"319970",76651,119537 -"319971",76651,120023 -"319972",76651,123409 -"319973",76653,94808 -"319974",76653,110308 -"319975",76654,88504 -"319976",76655,76665 -"319977",76655,76933 -"319978",76656,76661 -"319979",76656,76775 -"319980",76656,76949 -"319981",76656,76950 -"319982",76656,76951 -"319983",76661,76775 -"319984",76661,76864 -"319985",76661,76891 -"319986",76661,76949 -"319987",76661,76950 -"319988",76661,76951 -"319989",76662,102867 -"319990",76662,102888 -"319991",76662,118885 -"319992",76662,118888 -"319993",76662,118891 -"319994",76663,76664 -"319995",76665,76933 -"319996",76665,122676 -"319997",76666,77247 -"319998",76666,86113 -"319999",76668,83473 -"320000",76671,101452 -"320001",76671,119222 -"320002",76674,87622 -"320003",76674,105909 -"320004",76675,77397 -"320005",76676,85061 -"320006",76676,85315 -"320007",76676,92876 -"320008",76676,92878 -"320009",76676,102934 -"320010",76676,107313 -"320011",76676,107754 -"320012",76676,114801 -"320013",76677,104056 -"320014",76677,122019 -"320015",76680,82555 -"320016",76680,95773 -"320017",76680,101262 -"320018",76680,106510 -"320019",76680,114558 -"320020",76680,120103 -"320021",76681,98065 -"320022",76681,102659 -"320023",76681,106623 -"320024",76682,90789 -"320025",76682,93195 -"320026",76682,98056 -"320027",76682,106694 -"320028",76682,109296 -"320029",76682,119824 -"320030",76683,106070 -"320031",76685,93197 -"320032",76686,77845 -"320033",76686,80496 -"320034",76686,80497 -"320035",76686,94386 -"320036",76687,81279 -"320037",76687,86374 -"320038",76687,91343 -"320039",76687,93057 -"320040",76687,94612 -"320041",76687,97347 -"320042",76687,97355 -"320043",76687,97606 -"320044",76687,97680 -"320045",76687,97700 -"320046",76687,97701 -"320047",76688,111415 -"320048",76689,86184 -"320049",76690,89932 -"320050",76690,90718 -"320051",76691,82945 -"320052",76691,83186 -"320053",76691,95290 -"320054",76693,84645 -"320055",76694,81087 -"320056",76694,119596 -"320057",76695,77440 -"320058",76695,84736 -"320059",76695,84751 -"320060",76696,77650 -"320061",76696,111927 -"320062",76696,120042 -"320063",76697,85158 -"320064",76697,120018 -"320065",76699,105982 -"320066",76699,113005 -"320067",76699,113017 -"320068",76701,82737 -"320069",76701,82970 -"320070",76701,89596 -"320071",76701,99767 -"320072",76701,99771 -"320073",76701,99772 -"320074",76701,99775 -"320075",76701,99777 -"320076",76704,101425 -"320077",76707,97888 -"320078",76709,82681 -"320079",76709,99012 -"320080",76712,89671 -"320081",76713,117724 -"320082",76714,85592 -"320083",76714,89668 -"320084",76714,93076 -"320085",76714,93414 -"320086",76714,104381 -"320087",76714,105138 -"320088",76716,103124 -"320089",76716,103125 -"320090",76716,103144 -"320091",76717,94984 -"320092",76718,76720 -"320093",76718,117352 -"320094",76721,105848 -"320095",76723,90738 -"320096",76723,109852 -"320097",76724,80414 -"320098",76724,80495 -"320099",76725,80237 -"320100",76725,120999 -"320101",76726,91121 -"320102",76727,76752 -"320103",76727,78388 -"320104",76728,77965 -"320105",76728,85736 -"320106",76728,96353 -"320107",76728,96926 -"320108",76728,96927 -"320109",76728,97957 -"320110",76732,98979 -"320111",76733,77305 -"320112",76733,95008 -"320113",76734,89269 -"320114",76735,91245 -"320115",76735,92593 -"320116",76735,102553 -"320117",76735,111782 -"320118",76736,76844 -"320119",76736,79921 -"320120",76737,95229 -"320121",76738,79129 -"320122",76738,85451 -"320123",76739,104092 -"320124",76740,76786 -"320125",76740,77272 -"320126",76740,77357 -"320127",76740,77402 -"320128",76740,78248 -"320129",76740,78255 -"320130",76740,78339 -"320131",76740,78445 -"320132",76740,79022 -"320133",76740,79716 -"320134",76740,79989 -"320135",76740,80281 -"320136",76740,81728 -"320137",76740,82196 -"320138",76740,82383 -"320139",76740,82810 -"320140",76740,82854 -"320141",76740,83853 -"320142",76740,83884 -"320143",76740,84379 -"320144",76740,84613 -"320145",76740,85465 -"320146",76740,85610 -"320147",76740,86351 -"320148",76740,86451 -"320149",76740,86882 -"320150",76740,87175 -"320151",76740,87451 -"320152",76740,87521 -"320153",76740,87572 -"320154",76740,87663 -"320155",76740,87721 -"320156",76740,87862 -"320157",76740,101112 -"320158",76741,88230 -"320159",76741,96593 -"320160",76741,101055 -"320161",76742,76747 -"320162",76742,76751 -"320163",76742,94368 -"320164",76744,89478 -"320165",76744,106565 -"320166",76744,112151 -"320167",76744,117005 -"320168",76747,76751 -"320169",76754,90272 -"320170",76755,76758 -"320171",76755,76765 -"320172",76758,76765 -"320173",76760,76761 -"320174",76764,83534 -"320175",76764,105765 -"320176",76764,108501 -"320177",76764,112950 -"320178",76764,112982 -"320179",76764,112991 -"320180",76767,89850 -"320181",76768,76790 -"320182",76771,86238 -"320183",76772,91988 -"320184",76775,76949 -"320185",76775,76950 -"320186",76775,76951 -"320187",76777,83271 -"320188",76777,83272 -"320189",76778,94637 -"320190",76778,102727 -"320191",76778,112293 -"320192",76779,77871 -"320193",76779,97348 -"320194",76779,97802 -"320195",76779,109750 -"320196",76779,116797 -"320197",76780,81861 -"320198",76783,99709 -"320199",76784,94032 -"320200",76784,116314 -"320201",76786,77272 -"320202",76786,77357 -"320203",76786,77402 -"320204",76786,78248 -"320205",76786,78255 -"320206",76786,78339 -"320207",76786,78445 -"320208",76786,79022 -"320209",76786,79458 -"320210",76786,79716 -"320211",76786,79989 -"320212",76786,80281 -"320213",76786,81728 -"320214",76786,82196 -"320215",76786,82383 -"320216",76786,82810 -"320217",76786,82854 -"320218",76786,83853 -"320219",76786,83884 -"320220",76786,84379 -"320221",76786,84613 -"320222",76786,85465 -"320223",76786,85610 -"320224",76786,86351 -"320225",76786,86451 -"320226",76786,86882 -"320227",76786,87175 -"320228",76786,87451 -"320229",76786,87521 -"320230",76786,87572 -"320231",76786,87663 -"320232",76786,87721 -"320233",76786,87862 -"320234",76787,92136 -"320235",76788,79096 -"320236",76788,92226 -"320237",76788,92690 -"320238",76791,103201 -"320239",76791,111393 -"320240",76792,76847 -"320241",76792,99342 -"320242",76793,77591 -"320243",76793,89640 -"320244",76796,80948 -"320245",76796,81707 -"320246",76796,88106 -"320247",76799,90773 -"320248",76799,100727 -"320249",76799,119969 -"320250",76799,120913 -"320251",76800,80552 -"320252",76801,113273 -"320253",76801,113992 -"320254",76801,120784 -"320255",76802,95975 -"320256",76802,115606 -"320257",76803,82228 -"320258",76805,76810 -"320259",76805,76811 -"320260",76806,84708 -"320261",76807,79818 -"320262",76807,103826 -"320263",76807,104841 -"320264",76807,105991 -"320265",76807,108968 -"320266",76807,112120 -"320267",76807,112766 -"320268",76807,117098 -"320269",76808,76828 -"320270",76808,76876 -"320271",76808,76881 -"320272",76808,77727 -"320273",76808,78224 -"320274",76808,79222 -"320275",76808,82978 -"320276",76808,83306 -"320277",76808,85027 -"320278",76808,88412 -"320279",76808,90275 -"320280",76808,90426 -"320281",76808,91112 -"320282",76808,91526 -"320283",76808,93425 -"320284",76808,93523 -"320285",76808,94520 -"320286",76808,95954 -"320287",76808,99544 -"320288",76808,99547 -"320289",76808,99554 -"320290",76808,100595 -"320291",76808,100739 -"320292",76808,100819 -"320293",76808,101898 -"320294",76808,101988 -"320295",76808,102146 -"320296",76808,102201 -"320297",76808,102309 -"320298",76808,102635 -"320299",76808,102730 -"320300",76808,102846 -"320301",76808,103790 -"320302",76808,104095 -"320303",76808,104574 -"320304",76808,104784 -"320305",76808,104845 -"320306",76808,107269 -"320307",76808,107623 -"320308",76808,107714 -"320309",76808,107879 -"320310",76808,107975 -"320311",76810,76811 -"320312",76810,109729 -"320313",76812,76834 -"320314",76813,77834 -"320315",76813,83142 -"320316",76813,89122 -"320317",76813,119594 -"320318",76814,87273 -"320319",76814,93550 -"320320",76814,93966 -"320321",76814,95510 -"320322",76814,113869 -"320323",76815,76820 -"320324",76815,76821 -"320325",76815,76883 -"320326",76816,96542 -"320327",76816,108907 -"320328",76816,117281 -"320329",76816,117282 -"320330",76817,87442 -"320331",76817,88148 -"320332",76817,91467 -"320333",76817,96534 -"320334",76817,96785 -"320335",76817,105820 -"320336",76817,106820 -"320337",76818,91388 -"320338",76818,92149 -"320339",76818,114840 -"320340",76819,95800 -"320341",76820,76821 -"320342",76820,76883 -"320343",76821,76883 -"320344",76821,82587 -"320345",76822,87606 -"320346",76822,90535 -"320347",76822,104249 -"320348",76822,104513 -"320349",76823,101464 -"320350",76823,112842 -"320351",76823,121458 -"320352",76823,123200 -"320353",76824,80039 -"320354",76824,90626 -"320355",76824,103216 -"320356",76824,115455 -"320357",76825,103000 -"320358",76825,111639 -"320359",76825,119632 -"320360",76826,77436 -"320361",76826,88536 -"320362",76826,92553 -"320363",76826,97213 -"320364",76826,105181 -"320365",76826,107008 -"320366",76826,107043 -"320367",76826,107044 -"320368",76827,77938 -"320369",76827,88331 -"320370",76827,102383 -"320371",76828,76876 -"320372",76828,76881 -"320373",76829,98100 -"320374",76831,91292 -"320375",76831,91674 -"320376",76831,91675 -"320377",76831,91712 -"320378",76831,91765 -"320379",76831,107220 -"320380",76831,110700 -"320381",76831,111181 -"320382",76831,121658 -"320383",76832,108135 -"320384",76832,111894 -"320385",76832,112521 -"320386",76833,84657 -"320387",76833,89292 -"320388",76835,84230 -"320389",76835,84417 -"320390",76837,80086 -"320391",76837,82415 -"320392",76837,88357 -"320393",76837,91602 -"320394",76839,78768 -"320395",76839,91139 -"320396",76839,94456 -"320397",76839,102163 -"320398",76839,102175 -"320399",76839,102193 -"320400",76839,102200 -"320401",76839,105605 -"320402",76839,108403 -"320403",76839,108411 -"320404",76839,115587 -"320405",76839,123451 -"320406",76840,108157 -"320407",76842,76845 -"320408",76842,76856 -"320409",76843,77947 -"320410",76843,90070 -"320411",76843,99772 -"320412",76845,76856 -"320413",76845,80003 -"320414",76845,84137 -"320415",76845,91842 -"320416",76845,92458 -"320417",76845,95238 -"320418",76845,95665 -"320419",76845,104482 -"320420",76845,109034 -"320421",76845,110759 -"320422",76846,76853 -"320423",76846,81288 -"320424",76846,94451 -"320425",76851,76929 -"320426",76852,103832 -"320427",76853,81288 -"320428",76855,78409 -"320429",76856,80003 -"320430",76856,86988 -"320431",76856,95238 -"320432",76856,98751 -"320433",76856,114349 -"320434",76856,114351 -"320435",76856,123211 -"320436",76858,79502 -"320437",76860,86060 -"320438",76861,99225 -"320439",76862,78669 -"320440",76862,95418 -"320441",76862,96305 -"320442",76862,112073 -"320443",76862,112096 -"320444",76864,76891 -"320445",76865,76938 -"320446",76865,90655 -"320447",76866,76888 -"320448",76867,96933 -"320449",76869,76871 -"320450",76869,92083 -"320451",76869,97860 -"320452",76872,85641 -"320453",76872,86950 -"320454",76872,87397 -"320455",76872,87403 -"320456",76872,91815 -"320457",76872,106161 -"320458",76872,109715 -"320459",76873,76875 -"320460",76873,103854 -"320461",76873,112599 -"320462",76875,103854 -"320463",76876,76881 -"320464",76876,122487 -"320465",76878,111260 -"320466",76882,77651 -"320467",76882,96560 -"320468",76882,99648 -"320469",76884,105117 -"320470",76884,113124 -"320471",76885,87428 -"320472",76885,94493 -"320473",76886,76889 -"320474",76887,80018 -"320475",76889,89856 -"320476",76890,80555 -"320477",76890,81767 -"320478",76893,78360 -"320479",76893,78362 -"320480",76895,77072 -"320481",76896,76935 -"320482",76896,81401 -"320483",76896,103276 -"320484",76898,89585 -"320485",76899,90429 -"320486",76899,94265 -"320487",76899,97597 -"320488",76899,97615 -"320489",76899,105902 -"320490",76901,103909 -"320491",76902,83256 -"320492",76904,77745 -"320493",76904,79942 -"320494",76904,89047 -"320495",76905,77250 -"320496",76905,78010 -"320497",76905,98173 -"320498",76905,100973 -"320499",76905,102881 -"320500",76907,100579 -"320501",76907,100593 -"320502",76907,112203 -"320503",76908,90579 -"320504",76908,106622 -"320505",76909,80286 -"320506",76909,94354 -"320507",76909,100561 -"320508",76911,76916 -"320509",76911,99834 -"320510",76911,111096 -"320511",76911,111935 -"320512",76911,113817 -"320513",76912,78496 -"320514",76912,84243 -"320515",76912,84485 -"320516",76912,105823 -"320517",76913,78005 -"320518",76913,106390 -"320519",76915,77871 -"320520",76915,79242 -"320521",76915,110466 -"320522",76917,89951 -"320523",76917,100398 -"320524",76917,100460 -"320525",76917,117882 -"320526",76919,114308 -"320527",76920,88858 -"320528",76920,88887 -"320529",76921,80578 -"320530",76921,100998 -"320531",76921,106567 -"320532",76921,109259 -"320533",76921,114104 -"320534",76921,118636 -"320535",76921,120140 -"320536",76921,122429 -"320537",76921,122435 -"320538",76922,77050 -"320539",76922,83656 -"320540",76922,92699 -"320541",76927,99444 -"320542",76927,106883 -"320543",76927,110625 -"320544",76927,114983 -"320545",76927,115000 -"320546",76928,76956 -"320547",76928,96823 -"320548",76928,97954 -"320549",76928,97955 -"320550",76928,97972 -"320551",76928,97973 -"320552",76928,97981 -"320553",76928,97987 -"320554",76928,97994 -"320555",76928,97998 -"320556",76928,97999 -"320557",76928,98008 -"320558",76930,87286 -"320559",76932,103657 -"320560",76932,121817 -"320561",76932,121827 -"320562",76934,79236 -"320563",76934,84487 -"320564",76934,84527 -"320565",76934,102764 -"320566",76934,112924 -"320567",76936,95424 -"320568",76936,108423 -"320569",76937,82170 -"320570",76937,93264 -"320571",76937,94483 -"320572",76937,95549 -"320573",76937,95563 -"320574",76937,112941 -"320575",76940,77016 -"320576",76941,110848 -"320577",76942,81001 -"320578",76942,88338 -"320579",76943,77300 -"320580",76943,77302 -"320581",76944,80090 -"320582",76944,104184 -"320583",76944,104220 -"320584",76944,111470 -"320585",76945,77019 -"320586",76946,90397 -"320587",76946,106951 -"320588",76948,85882 -"320589",76948,86834 -"320590",76948,114123 -"320591",76949,76950 -"320592",76949,76951 -"320593",76949,77164 -"320594",76949,101240 -"320595",76949,114374 -"320596",76949,114427 -"320597",76949,114434 -"320598",76950,76951 -"320599",76955,79746 -"320600",76955,79778 -"320601",76955,94531 -"320602",76955,121679 -"320603",76956,96823 -"320604",76956,97954 -"320605",76956,97955 -"320606",76956,97972 -"320607",76956,97973 -"320608",76956,97981 -"320609",76956,97987 -"320610",76956,97994 -"320611",76956,97998 -"320612",76956,97999 -"320613",76956,98008 -"320614",76959,76965 -"320615",76959,82542 -"320616",76960,80402 -"320617",76961,77305 -"320618",76962,76979 -"320619",76963,76964 -"320620",76966,78524 -"320621",76966,79938 -"320622",76966,86433 -"320623",76967,77118 -"320624",76971,104809 -"320625",76971,110772 -"320626",76973,97752 -"320627",76974,95839 -"320628",76974,114828 -"320629",76975,76982 -"320630",76976,82994 -"320631",76978,80574 -"320632",76978,82503 -"320633",76978,83489 -"320634",76978,88293 -"320635",76978,95964 -"320636",76979,92154 -"320637",76979,99457 -"320638",76980,79842 -"320639",76981,83629 -"320640",76981,95325 -"320641",76984,77922 -"320642",76987,90656 -"320643",76987,103405 -"320644",76989,78421 -"320645",76989,80777 -"320646",76989,101504 -"320647",76989,101513 -"320648",76989,102236 -"320649",76989,111364 -"320650",76989,117044 -"320651",76989,117092 -"320652",76989,122925 -"320653",76989,122957 -"320654",76990,91232 -"320655",76990,109339 -"320656",76990,114266 -"320657",76990,118335 -"320658",76990,120853 -"320659",76990,120858 -"320660",76992,77061 -"320661",76992,77062 -"320662",76993,112255 -"320663",76995,77005 -"320664",76996,91637 -"320665",76996,91772 -"320666",76996,105512 -"320667",76997,77904 -"320668",76997,79317 -"320669",76997,79720 -"320670",76997,79877 -"320671",76997,80347 -"320672",76997,80348 -"320673",76997,87425 -"320674",76997,94580 -"320675",76997,100566 -"320676",76997,103920 -"320677",76997,108615 -"320678",76997,109339 -"320679",76999,98611 -"320680",76999,98939 -"320681",77001,83526 -"320682",77001,91782 -"320683",77001,100332 -"320684",77001,111143 -"320685",77002,80531 -"320686",77002,108950 -"320687",77002,108957 -"320688",77002,121897 -"320689",77003,82206 -"320690",77003,85878 -"320691",77003,93864 -"320692",77003,106529 -"320693",77003,106545 -"320694",77003,106568 -"320695",77005,111219 -"320696",77009,84810 -"320697",77009,85894 -"320698",77010,82239 -"320699",77010,82251 -"320700",77010,112000 -"320701",77011,88531 -"320702",77012,84098 -"320703",77012,89520 -"320704",77013,80229 -"320705",77013,87117 -"320706",77013,90705 -"320707",77014,105402 -"320708",77017,87806 -"320709",77018,79033 -"320710",77018,81369 -"320711",77018,86029 -"320712",77018,86232 -"320713",77018,111636 -"320714",77019,83046 -"320715",77019,84477 -"320716",77019,84877 -"320717",77019,97078 -"320718",77021,80232 -"320719",77022,77044 -"320720",77025,120345 -"320721",77026,79442 -"320722",77026,79443 -"320723",77026,84666 -"320724",77026,88583 -"320725",77026,100072 -"320726",77027,81967 -"320727",77028,96737 -"320728",77029,78096 -"320729",77029,85419 -"320730",77029,87014 -"320731",77030,77097 -"320732",77031,95155 -"320733",77031,96920 -"320734",77031,102561 -"320735",77031,107023 -"320736",77031,108620 -"320737",77031,114882 -"320738",77032,112556 -"320739",77033,77042 -"320740",77033,108475 -"320741",77033,108516 -"320742",77034,91616 -"320743",77034,93883 -"320744",77034,93886 -"320745",77036,102725 -"320746",77037,80354 -"320747",77037,84843 -"320748",77037,90983 -"320749",77037,121924 -"320750",77038,96933 -"320751",77038,100247 -"320752",77038,101075 -"320753",77038,111556 -"320754",77038,115594 -"320755",77038,119651 -"320756",77038,119965 -"320757",77038,120029 -"320758",77040,77055 -"320759",77040,77057 -"320760",77040,77066 -"320761",77040,77095 -"320762",77040,77096 -"320763",77040,77101 -"320764",77040,77102 -"320765",77040,77103 -"320766",77040,77106 -"320767",77040,80863 -"320768",77040,80924 -"320769",77043,90492 -"320770",77043,94539 -"320771",77043,114719 -"320772",77045,77065 -"320773",77046,85972 -"320774",77046,90412 -"320775",77046,91117 -"320776",77046,91120 -"320777",77047,77048 -"320778",77050,83656 -"320779",77050,92699 -"320780",77050,100570 -"320781",77053,77207 -"320782",77054,79095 -"320783",77054,96599 -"320784",77055,77057 -"320785",77055,77066 -"320786",77055,77095 -"320787",77055,77096 -"320788",77055,77101 -"320789",77055,77102 -"320790",77055,77103 -"320791",77055,77106 -"320792",77055,80057 -"320793",77055,80126 -"320794",77055,80247 -"320795",77055,80253 -"320796",77056,80615 -"320797",77056,83598 -"320798",77056,92862 -"320799",77056,92922 -"320800",77056,92976 -"320801",77056,93619 -"320802",77056,101131 -"320803",77056,102849 -"320804",77056,108578 -"320805",77056,109219 -"320806",77056,110872 -"320807",77057,77066 -"320808",77057,77095 -"320809",77057,77096 -"320810",77057,77101 -"320811",77057,77102 -"320812",77057,77103 -"320813",77057,77106 -"320814",77058,77113 -"320815",77058,77114 -"320816",77058,77119 -"320817",77058,77121 -"320818",77060,115873 -"320819",77061,77062 -"320820",77063,84074 -"320821",77063,98277 -"320822",77066,77095 -"320823",77066,77096 -"320824",77066,77101 -"320825",77066,77102 -"320826",77066,77103 -"320827",77066,77106 -"320828",77066,77174 -"320829",77067,79732 -"320830",77068,86405 -"320831",77068,110269 -"320832",77069,88261 -"320833",77073,90825 -"320834",77075,81402 -"320835",77077,77316 -"320836",77077,90153 -"320837",77077,92468 -"320838",77077,99940 -"320839",77077,105527 -"320840",77080,93923 -"320841",77080,95052 -"320842",77080,97755 -"320843",77081,107568 -"320844",77082,77120 -"320845",77083,81838 -"320846",77083,109133 -"320847",77083,111486 -"320848",77083,120375 -"320849",77085,102151 -"320850",77086,110001 -"320851",77087,82132 -"320852",77088,92429 -"320853",77089,78669 -"320854",77089,105917 -"320855",77091,87142 -"320856",77091,87235 -"320857",77093,77659 -"320858",77094,79974 -"320859",77094,106858 -"320860",77095,77096 -"320861",77095,77101 -"320862",77095,77102 -"320863",77095,77103 -"320864",77095,77106 -"320865",77095,116917 -"320866",77095,117041 -"320867",77096,77101 -"320868",77096,77102 -"320869",77096,77103 -"320870",77096,77106 -"320871",77097,79575 -"320872",77097,83779 -"320873",77097,90377 -"320874",77097,104036 -"320875",77097,118913 -"320876",77098,90093 -"320877",77098,109654 -"320878",77100,81604 -"320879",77101,77102 -"320880",77101,77103 -"320881",77101,77106 -"320882",77102,77103 -"320883",77102,77106 -"320884",77103,77106 -"320885",77104,120859 -"320886",77106,84962 -"320887",77108,77110 -"320888",77108,77112 -"320889",77110,77112 -"320890",77111,90008 -"320891",77111,90009 -"320892",77113,77114 -"320893",77113,77119 -"320894",77113,77121 -"320895",77114,77119 -"320896",77114,77121 -"320897",77115,103402 -"320898",77115,103411 -"320899",77116,89226 -"320900",77116,103099 -"320901",77119,77121 -"320902",77120,97407 -"320903",77120,101341 -"320904",77120,109783 -"320905",77122,100695 -"320906",77123,77151 -"320907",77123,119457 -"320908",77124,84447 -"320909",77124,85619 -"320910",77124,100507 -"320911",77124,103741 -"320912",77124,119945 -"320913",77124,121624 -"320914",77124,121635 -"320915",77125,78398 -"320916",77125,82426 -"320917",77125,84343 -"320918",77125,85000 -"320919",77125,85101 -"320920",77125,91682 -"320921",77125,93787 -"320922",77125,95267 -"320923",77125,97580 -"320924",77125,98727 -"320925",77125,98776 -"320926",77125,100795 -"320927",77125,106824 -"320928",77125,108879 -"320929",77125,109166 -"320930",77125,109604 -"320931",77125,109858 -"320932",77125,109878 -"320933",77125,112962 -"320934",77125,113990 -"320935",77125,115413 -"320936",77125,116123 -"320937",77125,117258 -"320938",77125,117560 -"320939",77125,118128 -"320940",77125,118836 -"320941",77125,118866 -"320942",77125,118873 -"320943",77125,119131 -"320944",77125,119513 -"320945",77125,119716 -"320946",77125,119769 -"320947",77125,120123 -"320948",77125,120169 -"320949",77125,120725 -"320950",77125,120944 -"320951",77125,121609 -"320952",77125,122007 -"320953",77125,122032 -"320954",77125,122035 -"320955",77125,122724 -"320956",77125,123070 -"320957",77125,123394 -"320958",77125,123490 -"320959",77127,86156 -"320960",77129,109146 -"320961",77129,117860 -"320962",77130,83367 -"320963",77130,88038 -"320964",77130,106952 -"320965",77131,90264 -"320966",77131,90265 -"320967",77131,100012 -"320968",77131,109235 -"320969",77132,92599 -"320970",77132,116675 -"320971",77133,77134 -"320972",77133,101822 -"320973",77135,106344 -"320974",77135,115985 -"320975",77136,121806 -"320976",77137,77669 -"320977",77137,77695 -"320978",77137,93295 -"320979",77138,93909 -"320980",77139,117988 -"320981",77141,77158 -"320982",77141,77190 -"320983",77142,104422 -"320984",77143,109042 -"320985",77144,77154 -"320986",77144,77192 -"320987",77144,77195 -"320988",77144,79867 -"320989",77144,79868 -"320990",77146,90704 -"320991",77146,104035 -"320992",77147,99625 -"320993",77147,104339 -"320994",77150,112075 -"320995",77154,77192 -"320996",77154,77195 -"320997",77155,96770 -"320998",77155,112305 -"320999",77156,77185 -"321000",77156,78457 -"321001",77156,80395 -"321002",77156,90352 -"321003",77156,93120 -"321004",77156,95182 -"321005",77156,95217 -"321006",77158,77190 -"321007",77159,119986 -"321008",77159,120056 -"321009",77160,77175 -"321010",77160,77179 -"321011",77163,121626 -"321012",77164,101240 -"321013",77164,114374 -"321014",77164,114427 -"321015",77164,114434 -"321016",77165,77213 -"321017",77165,77291 -"321018",77166,106042 -"321019",77166,117047 -"321020",77166,117072 -"321021",77166,117074 -"321022",77167,78791 -"321023",77167,79112 -"321024",77167,86969 -"321025",77167,87733 -"321026",77167,101424 -"321027",77167,105444 -"321028",77167,106442 -"321029",77167,106471 -"321030",77167,114965 -"321031",77169,77339 -"321032",77170,77328 -"321033",77170,77360 -"321034",77170,78694 -"321035",77170,90357 -"321036",77170,93717 -"321037",77170,97387 -"321038",77170,97407 -"321039",77170,97411 -"321040",77170,97413 -"321041",77171,86437 -"321042",77171,103396 -"321043",77172,77284 -"321044",77173,77346 -"321045",77173,77396 -"321046",77173,77401 -"321047",77173,77407 -"321048",77173,77417 -"321049",77173,77418 -"321050",77173,77480 -"321051",77173,77532 -"321052",77174,119431 -"321053",77175,77179 -"321054",77175,84614 -"321055",77175,92784 -"321056",77175,99523 -"321057",77175,119311 -"321058",77176,81578 -"321059",77176,85344 -"321060",77176,96347 -"321061",77176,96596 -"321062",77177,88176 -"321063",77177,101819 -"321064",77177,108859 -"321065",77178,77182 -"321066",77178,91190 -"321067",77178,107561 -"321068",77181,85565 -"321069",77181,97706 -"321070",77181,99958 -"321071",77181,99965 -"321072",77181,105050 -"321073",77181,115338 -"321074",77181,115820 -"321075",77181,119086 -"321076",77182,116557 -"321077",77182,122169 -"321078",77184,78507 -"321079",77184,78550 -"321080",77184,78551 -"321081",77186,80227 -"321082",77186,96826 -"321083",77186,96836 -"321084",77187,88615 -"321085",77187,91745 -"321086",77188,78316 -"321087",77188,81440 -"321088",77188,82949 -"321089",77188,88193 -"321090",77189,91701 -"321091",77189,93094 -"321092",77189,96521 -"321093",77189,107810 -"321094",77191,84715 -"321095",77191,113689 -"321096",77192,77195 -"321097",77193,77372 -"321098",77193,78972 -"321099",77193,83695 -"321100",77193,91529 -"321101",77194,93570 -"321102",77194,99073 -"321103",77194,101422 -"321104",77194,110482 -"321105",77194,113645 -"321106",77194,119753 -"321107",77196,85678 -"321108",77198,77271 -"321109",77198,80251 -"321110",77198,91321 -"321111",77199,93312 -"321112",77200,107065 -"321113",77201,77212 -"321114",77201,83479 -"321115",77201,103824 -"321116",77204,79518 -"321117",77204,103537 -"321118",77204,104834 -"321119",77204,104852 -"321120",77204,122295 -"321121",77208,79233 -"321122",77208,81844 -"321123",77208,109186 -"321124",77208,109421 -"321125",77208,110027 -"321126",77208,114890 -"321127",77208,122986 -"321128",77208,122991 -"321129",77210,83135 -"321130",77210,83869 -"321131",77210,83888 -"321132",77211,85439 -"321133",77211,85519 -"321134",77211,90299 -"321135",77211,99994 -"321136",77211,101721 -"321137",77211,109214 -"321138",77211,109308 -"321139",77211,113778 -"321140",77211,115736 -"321141",77211,117375 -"321142",77211,118993 -"321143",77213,77291 -"321144",77214,77215 -"321145",77214,81738 -"321146",77214,110439 -"321147",77214,121631 -"321148",77216,100835 -"321149",77216,115977 -"321150",77217,80728 -"321151",77217,83914 -"321152",77218,88484 -"321153",77219,80248 -"321154",77219,83168 -"321155",77219,105061 -"321156",77219,107054 -"321157",77219,107316 -"321158",77219,108546 -"321159",77219,116336 -"321160",77220,107854 -"321161",77222,77692 -"321162",77223,92931 -"321163",77223,103318 -"321164",77223,113466 -"321165",77224,103645 -"321166",77226,85068 -"321167",77227,79390 -"321168",77228,77229 -"321169",77228,77259 -"321170",77228,106744 -"321171",77229,77259 -"321172",77230,93314 -"321173",77231,82871 -"321174",77231,104232 -"321175",77231,106743 -"321176",77231,107612 -"321177",77231,111277 -"321178",77231,118576 -"321179",77231,120855 -"321180",77234,82362 -"321181",77234,89075 -"321182",77234,94447 -"321183",77237,79160 -"321184",77238,84844 -"321185",77239,86778 -"321186",77239,95771 -"321187",77239,99198 -"321188",77239,102518 -"321189",77239,110466 -"321190",77241,80053 -"321191",77242,85917 -"321192",77242,115631 -"321193",77242,121722 -"321194",77243,81980 -"321195",77243,85259 -"321196",77243,90182 -"321197",77243,91179 -"321198",77243,92773 -"321199",77244,77245 -"321200",77244,105297 -"321201",77247,86113 -"321202",77248,91944 -"321203",77248,105491 -"321204",77250,83826 -"321205",77251,90110 -"321206",77251,102311 -"321207",77251,103488 -"321208",77251,108483 -"321209",77251,112834 -"321210",77251,117419 -"321211",77253,77347 -"321212",77253,77394 -"321213",77255,86011 -"321214",77255,110935 -"321215",77255,113130 -"321216",77255,113131 -"321217",77256,77286 -"321218",77256,111332 -"321219",77257,87745 -"321220",77257,88309 -"321221",77257,98985 -"321222",77257,107578 -"321223",77258,84102 -"321224",77260,77425 -"321225",77260,77426 -"321226",77261,113975 -"321227",77262,77909 -"321228",77263,115489 -"321229",77264,84494 -"321230",77264,93522 -"321231",77265,77393 -"321232",77265,97081 -"321233",77269,123277 -"321234",77272,77357 -"321235",77272,77402 -"321236",77272,78248 -"321237",77272,78255 -"321238",77272,78339 -"321239",77272,78445 -"321240",77272,79022 -"321241",77272,79716 -"321242",77272,79989 -"321243",77272,80281 -"321244",77272,81728 -"321245",77272,82196 -"321246",77272,82383 -"321247",77272,82810 -"321248",77272,82854 -"321249",77272,83302 -"321250",77272,83853 -"321251",77272,83884 -"321252",77272,84379 -"321253",77272,84613 -"321254",77272,85465 -"321255",77272,85610 -"321256",77272,86351 -"321257",77272,86451 -"321258",77272,86882 -"321259",77272,87175 -"321260",77272,87451 -"321261",77272,87521 -"321262",77272,87572 -"321263",77272,87663 -"321264",77272,87721 -"321265",77272,87862 -"321266",77273,81904 -"321267",77274,80506 -"321268",77277,111513 -"321269",77277,111539 -"321270",77278,77285 -"321271",77280,99717 -"321272",77281,81236 -"321273",77281,83754 -"321274",77281,99343 -"321275",77281,102030 -"321276",77281,106561 -"321277",77282,77283 -"321278",77282,89252 -"321279",77285,87248 -"321280",77287,87311 -"321281",77287,102835 -"321282",77288,80615 -"321283",77288,85958 -"321284",77288,93590 -"321285",77288,93617 -"321286",77288,93680 -"321287",77288,93815 -"321288",77289,91877 -"321289",77289,117840 -"321290",77289,122730 -"321291",77291,99797 -"321292",77291,115116 -"321293",77291,117565 -"321294",77291,117568 -"321295",77295,91833 -"321296",77295,101306 -"321297",77298,81430 -"321298",77298,89023 -"321299",77298,121481 -"321300",77299,79492 -"321301",77299,85026 -"321302",77299,91660 -"321303",77300,77302 -"321304",77301,94747 -"321305",77302,82935 -"321306",77303,77797 -"321307",77304,77534 -"321308",77304,89718 -"321309",77304,107840 -"321310",77305,81588 -"321311",77305,82442 -"321312",77305,89097 -"321313",77305,92220 -"321314",77305,95008 -"321315",77305,104788 -"321316",77305,112329 -"321317",77306,91954 -"321318",77306,92125 -"321319",77306,93389 -"321320",77307,119913 -"321321",77308,99708 -"321322",77308,100627 -"321323",77308,103937 -"321324",77308,115660 -"321325",77310,77571 -"321326",77310,87665 -"321327",77313,78740 -"321328",77313,82396 -"321329",77313,120173 -"321330",77316,92468 -"321331",77318,80368 -"321332",77318,93730 -"321333",77319,77321 -"321334",77320,80291 -"321335",77322,94418 -"321336",77322,109407 -"321337",77323,82890 -"321338",77323,86522 -"321339",77323,86546 -"321340",77323,96468 -"321341",77323,99346 -"321342",77323,115703 -"321343",77324,98655 -"321344",77324,110866 -"321345",77325,83918 -"321346",77325,83941 -"321347",77326,88857 -"321348",77326,105889 -"321349",77328,77360 -"321350",77328,117538 -"321351",77330,114945 -"321352",77330,117702 -"321353",77330,117708 -"321354",77334,94625 -"321355",77335,89366 -"321356",77335,89377 -"321357",77336,106111 -"321358",77337,97440 -"321359",77337,111356 -"321360",77338,105977 -"321361",77339,106348 -"321362",77340,92589 -"321363",77340,92598 -"321364",77342,77348 -"321365",77342,91303 -"321366",77344,86661 -"321367",77344,103416 -"321368",77344,117132 -"321369",77346,77396 -"321370",77346,77401 -"321371",77346,77407 -"321372",77346,77417 -"321373",77346,77418 -"321374",77346,77480 -"321375",77346,77532 -"321376",77347,77394 -"321377",77348,78941 -"321378",77348,92271 -"321379",77348,92287 -"321380",77348,92323 -"321381",77348,102217 -"321382",77349,80270 -"321383",77349,82016 -"321384",77349,82028 -"321385",77350,100090 -"321386",77350,101733 -"321387",77350,102572 -"321388",77351,93647 -"321389",77352,77643 -"321390",77352,103197 -"321391",77353,95162 -"321392",77353,107073 -"321393",77356,81221 -"321394",77356,81222 -"321395",77356,83268 -"321396",77356,92797 -"321397",77356,92820 -"321398",77356,96194 -"321399",77357,77402 -"321400",77357,78248 -"321401",77357,78255 -"321402",77357,78339 -"321403",77357,78445 -"321404",77357,79022 -"321405",77357,79716 -"321406",77357,79989 -"321407",77357,80281 -"321408",77357,81728 -"321409",77357,82196 -"321410",77357,82383 -"321411",77357,82810 -"321412",77357,82854 -"321413",77357,83853 -"321414",77357,83884 -"321415",77357,84379 -"321416",77357,84613 -"321417",77357,85465 -"321418",77357,85610 -"321419",77357,86351 -"321420",77357,86451 -"321421",77357,86882 -"321422",77357,87175 -"321423",77357,87451 -"321424",77357,87521 -"321425",77357,87572 -"321426",77357,87663 -"321427",77357,87721 -"321428",77357,87862 -"321429",77361,77499 -"321430",77361,77716 -"321431",77362,85683 -"321432",77362,117333 -"321433",77362,118330 -"321434",77362,118331 -"321435",77363,90768 -"321436",77363,92851 -"321437",77363,93668 -"321438",77363,96884 -"321439",77363,99759 -"321440",77365,84869 -"321441",77366,93879 -"321442",77366,99622 -"321443",77367,78787 -"321444",77367,91395 -"321445",77367,112961 -"321446",77371,107967 -"321447",77374,77379 -"321448",77375,81811 -"321449",77375,95154 -"321450",77376,79377 -"321451",77376,82251 -"321452",77376,83458 -"321453",77376,92799 -"321454",77377,88958 -"321455",77377,91317 -"321456",77377,100848 -"321457",77377,109615 -"321458",77378,77392 -"321459",77378,110923 -"321460",77380,81924 -"321461",77380,104938 -"321462",77382,79285 -"321463",77382,81357 -"321464",77382,82881 -"321465",77385,77386 -"321466",77388,78929 -"321467",77388,93821 -"321468",77388,113960 -"321469",77391,86363 -"321470",77391,103098 -"321471",77396,77401 -"321472",77396,77407 -"321473",77396,77417 -"321474",77396,77418 -"321475",77396,77480 -"321476",77396,77532 -"321477",77397,79030 -"321478",77397,93454 -"321479",77397,98547 -"321480",77397,101555 -"321481",77397,104825 -"321482",77397,117753 -"321483",77397,119254 -"321484",77398,77414 -"321485",77399,77405 -"321486",77399,77406 -"321487",77401,77407 -"321488",77401,77417 -"321489",77401,77418 -"321490",77401,77480 -"321491",77401,77532 -"321492",77402,77634 -"321493",77402,77810 -"321494",77402,77822 -"321495",77402,77869 -"321496",77402,78248 -"321497",77402,78255 -"321498",77402,78339 -"321499",77402,78445 -"321500",77402,79022 -"321501",77402,79716 -"321502",77402,79989 -"321503",77402,80281 -"321504",77402,81728 -"321505",77402,82196 -"321506",77402,82383 -"321507",77402,82810 -"321508",77402,82854 -"321509",77402,83853 -"321510",77402,83884 -"321511",77402,84379 -"321512",77402,84613 -"321513",77402,85465 -"321514",77402,85610 -"321515",77402,86351 -"321516",77402,86451 -"321517",77402,86882 -"321518",77402,87175 -"321519",77402,87451 -"321520",77402,87521 -"321521",77402,87572 -"321522",77402,87663 -"321523",77402,87721 -"321524",77402,87862 -"321525",77405,77406 -"321526",77407,77417 -"321527",77407,77418 -"321528",77407,77480 -"321529",77407,77532 -"321530",77407,81812 -"321531",77409,88906 -"321532",77409,89819 -"321533",77409,109922 -"321534",77410,100991 -"321535",77410,114156 -"321536",77412,116405 -"321537",77412,116410 -"321538",77413,80424 -"321539",77413,82302 -"321540",77413,82303 -"321541",77413,115761 -"321542",77413,115772 -"321543",77415,83243 -"321544",77415,92604 -"321545",77415,101950 -"321546",77415,101969 -"321547",77415,110564 -"321548",77415,121123 -"321549",77415,121124 -"321550",77416,108722 -"321551",77417,77418 -"321552",77417,77480 -"321553",77417,77532 -"321554",77418,77480 -"321555",77418,77532 -"321556",77421,114862 -"321557",77422,83035 -"321558",77423,87840 -"321559",77424,116915 -"321560",77425,77426 -"321561",77425,78991 -"321562",77425,96041 -"321563",77425,108162 -"321564",77427,93102 -"321565",77427,99251 -"321566",77427,101024 -"321567",77427,109385 -"321568",77427,109458 -"321569",77427,112885 -"321570",77427,115545 -"321571",77428,77581 -"321572",77431,77433 -"321573",77432,79847 -"321574",77432,92674 -"321575",77432,94063 -"321576",77433,84620 -"321577",77433,98181 -"321578",77433,110281 -"321579",77433,110287 -"321580",77433,110300 -"321581",77433,110309 -"321582",77433,116115 -"321583",77434,93544 -"321584",77436,84683 -"321585",77437,77438 -"321586",77437,77439 -"321587",77438,77439 -"321588",77440,91435 -"321589",77441,81835 -"321590",77441,83821 -"321591",77441,100502 -"321592",77441,100583 -"321593",77441,108239 -"321594",77442,78809 -"321595",77442,81166 -"321596",77443,79659 -"321597",77443,86895 -"321598",77444,93609 -"321599",77444,106776 -"321600",77445,77469 -"321601",77446,84701 -"321602",77446,97278 -"321603",77446,117755 -"321604",77447,100477 -"321605",77447,109418 -"321606",77447,115387 -"321607",77447,115897 -"321608",77449,78488 -"321609",77449,83296 -"321610",77450,79834 -"321611",77450,89088 -"321612",77450,89113 -"321613",77450,104739 -"321614",77454,110761 -"321615",77455,77492 -"321616",77455,87690 -"321617",77455,102119 -"321618",77455,108704 -"321619",77456,78628 -"321620",77456,105350 -"321621",77456,106926 -"321622",77457,95676 -"321623",77460,78857 -"321624",77460,100233 -"321625",77460,100249 -"321626",77461,121203 -"321627",77462,90075 -"321628",77465,77997 -"321629",77465,81288 -"321630",77465,84009 -"321631",77466,77914 -"321632",77466,121547 -"321633",77467,79360 -"321634",77467,86896 -"321635",77468,109198 -"321636",77469,107229 -"321637",77470,84533 -"321638",77471,78522 -"321639",77471,90339 -"321640",77471,104140 -"321641",77474,109755 -"321642",77478,84780 -"321643",77480,77532 -"321644",77481,79463 -"321645",77485,93177 -"321646",77486,77489 -"321647",77486,88980 -"321648",77486,110058 -"321649",77486,111501 -"321650",77486,113795 -"321651",77488,89875 -"321652",77488,91735 -"321653",77488,93093 -"321654",77488,95662 -"321655",77488,117669 -"321656",77489,83077 -"321657",77489,88700 -"321658",77489,88926 -"321659",77489,90312 -"321660",77490,88327 -"321661",77494,110613 -"321662",77494,123071 -"321663",77496,77663 -"321664",77498,98518 -"321665",77499,77716 -"321666",77499,93444 -"321667",77500,77504 -"321668",77500,77527 -"321669",77500,77573 -"321670",77500,77583 -"321671",77500,77588 -"321672",77500,79028 -"321673",77503,87652 -"321674",77503,87669 -"321675",77503,91822 -"321676",77503,97968 -"321677",77503,98007 -"321678",77503,98033 -"321679",77503,98038 -"321680",77504,77527 -"321681",77504,77573 -"321682",77504,77583 -"321683",77504,77588 -"321684",77505,77523 -"321685",77505,77582 -"321686",77505,88554 -"321687",77505,88612 -"321688",77508,109105 -"321689",77509,108440 -"321690",77510,77525 -"321691",77511,90558 -"321692",77511,100701 -"321693",77511,111346 -"321694",77511,111619 -"321695",77512,77677 -"321696",77512,78419 -"321697",77513,85396 -"321698",77515,100369 -"321699",77516,84860 -"321700",77517,77522 -"321701",77517,77528 -"321702",77517,77607 -"321703",77518,77689 -"321704",77518,87153 -"321705",77518,87170 -"321706",77518,87174 -"321707",77519,80653 -"321708",77519,83034 -"321709",77519,92834 -"321710",77519,95126 -"321711",77519,107322 -"321712",77519,107423 -"321713",77519,107428 -"321714",77521,78273 -"321715",77522,77528 -"321716",77522,77607 -"321717",77523,77582 -"321718",77524,107651 -"321719",77525,82704 -"321720",77526,77542 -"321721",77526,77546 -"321722",77527,77573 -"321723",77527,77583 -"321724",77527,77588 -"321725",77528,77607 -"321726",77528,78651 -"321727",77533,98282 -"321728",77534,79400 -"321729",77534,107020 -"321730",77534,107722 -"321731",77534,107732 -"321732",77534,107746 -"321733",77535,77853 -"321734",77536,77537 -"321735",77536,83066 -"321736",77536,104332 -"321737",77538,85385 -"321738",77538,93234 -"321739",77540,80909 -"321740",77541,104100 -"321741",77542,77546 -"321742",77543,96979 -"321743",77544,110845 -"321744",77546,94283 -"321745",77548,83492 -"321746",77550,78948 -"321747",77551,84967 -"321748",77551,90283 -"321749",77552,87336 -"321750",77552,91179 -"321751",77552,93935 -"321752",77552,93936 -"321753",77552,99397 -"321754",77552,106828 -"321755",77552,118088 -"321756",77553,102198 -"321757",77553,102205 -"321758",77553,102235 -"321759",77553,102248 -"321760",77553,102265 -"321761",77554,80406 -"321762",77554,80407 -"321763",77555,77559 -"321764",77560,81754 -"321765",77560,83636 -"321766",77560,87535 -"321767",77565,78974 -"321768",77565,79561 -"321769",77565,86023 -"321770",77565,87434 -"321771",77565,87813 -"321772",77565,88773 -"321773",77565,90993 -"321774",77565,90994 -"321775",77565,92417 -"321776",77565,92786 -"321777",77565,92855 -"321778",77565,92887 -"321779",77565,96384 -"321780",77565,98715 -"321781",77565,100319 -"321782",77565,101250 -"321783",77565,101462 -"321784",77565,104828 -"321785",77565,104832 -"321786",77565,109885 -"321787",77565,110742 -"321788",77565,112606 -"321789",77565,116142 -"321790",77565,116150 -"321791",77565,116151 -"321792",77565,116152 -"321793",77565,116155 -"321794",77565,116159 -"321795",77565,116163 -"321796",77565,116165 -"321797",77565,116166 -"321798",77565,116171 -"321799",77565,116677 -"321800",77565,116678 -"321801",77566,85474 -"321802",77566,94606 -"321803",77571,80428 -"321804",77571,91327 -"321805",77571,91338 -"321806",77572,90990 -"321807",77573,77583 -"321808",77573,77588 -"321809",77573,110078 -"321810",77573,115154 -"321811",77573,115169 -"321812",77574,77587 -"321813",77574,91116 -"321814",77574,118977 -"321815",77578,87335 -"321816",77579,78442 -"321817",77579,82283 -"321818",77579,106350 -"321819",77580,82274 -"321820",77580,82280 -"321821",77580,93553 -"321822",77580,116602 -"321823",77583,77588 -"321824",77584,77609 -"321825",77584,87823 -"321826",77585,79766 -"321827",77585,80471 -"321828",77585,90441 -"321829",77586,79401 -"321830",77586,80249 -"321831",77586,80262 -"321832",77586,80280 -"321833",77586,80312 -"321834",77586,80337 -"321835",77586,80338 -"321836",77587,81885 -"321837",77587,81933 -"321838",77588,109394 -"321839",77588,109438 -"321840",77591,81296 -"321841",77591,94638 -"321842",77593,96157 -"321843",77595,117177 -"321844",77597,80704 -"321845",77597,83031 -"321846",77597,83049 -"321847",77597,83085 -"321848",77600,81205 -"321849",77600,111131 -"321850",77600,115955 -"321851",77600,122129 -"321852",77601,93924 -"321853",77602,105226 -"321854",77603,77606 -"321855",77610,92903 -"321856",77611,117771 -"321857",77612,88077 -"321858",77612,94386 -"321859",77612,103452 -"321860",77612,106271 -"321861",77612,112809 -"321862",77613,79004 -"321863",77613,80193 -"321864",77613,100715 -"321865",77613,101999 -"321866",77613,102350 -"321867",77616,93150 -"321868",77616,93521 -"321869",77616,118463 -"321870",77617,95719 -"321871",77618,92580 -"321872",77619,80054 -"321873",77619,89216 -"321874",77619,93884 -"321875",77619,108777 -"321876",77619,108793 -"321877",77622,77623 -"321878",77625,79126 -"321879",77625,79681 -"321880",77625,82452 -"321881",77625,88409 -"321882",77625,90883 -"321883",77625,91383 -"321884",77625,92113 -"321885",77625,98904 -"321886",77625,102940 -"321887",77625,118577 -"321888",77625,119085 -"321889",77625,119224 -"321890",77625,119439 -"321891",77625,120085 -"321892",77625,120232 -"321893",77625,120726 -"321894",77625,121213 -"321895",77627,77630 -"321896",77628,77820 -"321897",77629,79095 -"321898",77629,79619 -"321899",77629,90378 -"321900",77629,91352 -"321901",77629,91501 -"321902",77631,85432 -"321903",77631,88687 -"321904",77631,88823 -"321905",77631,88826 -"321906",77634,77810 -"321907",77634,77822 -"321908",77634,77869 -"321909",77635,81272 -"321910",77635,85571 -"321911",77635,85572 -"321912",77636,88959 -"321913",77636,94789 -"321914",77637,78645 -"321915",77642,112334 -"321916",77643,88620 -"321917",77644,90716 -"321918",77644,115940 -"321919",77645,79776 -"321920",77645,79792 -"321921",77645,107955 -"321922",77647,87560 -"321923",77647,112024 -"321924",77647,115015 -"321925",77647,120137 -"321926",77648,77830 -"321927",77650,86317 -"321928",77650,109813 -"321929",77651,80792 -"321930",77652,77654 -"321931",77653,83016 -"321932",77653,97389 -"321933",77653,97542 -"321934",77653,98076 -"321935",77655,103897 -"321936",77657,89415 -"321937",77657,96802 -"321938",77658,77730 -"321939",77660,86084 -"321940",77661,77705 -"321941",77661,79009 -"321942",77661,79041 -"321943",77661,98477 -"321944",77664,99375 -"321945",77665,77850 -"321946",77666,80730 -"321947",77669,77695 -"321948",77669,87381 -"321949",77673,81638 -"321950",77674,100968 -"321951",77674,101491 -"321952",77676,77696 -"321953",77676,81848 -"321954",77676,91465 -"321955",77676,92834 -"321956",77676,94994 -"321957",77676,95054 -"321958",77676,103324 -"321959",77676,103405 -"321960",77676,103406 -"321961",77676,106975 -"321962",77677,78419 -"321963",77677,83598 -"321964",77677,85072 -"321965",77677,89450 -"321966",77678,105427 -"321967",77682,78298 -"321968",77682,82909 -"321969",77682,94466 -"321970",77682,99819 -"321971",77682,102341 -"321972",77682,122336 -"321973",77683,78057 -"321974",77683,78221 -"321975",77683,91812 -"321976",77683,94571 -"321977",77683,104162 -"321978",77687,81929 -"321979",77687,99864 -"321980",77688,86839 -"321981",77688,93918 -"321982",77688,98165 -"321983",77688,108035 -"321984",77690,77741 -"321985",77690,90547 -"321986",77690,108327 -"321987",77691,80342 -"321988",77692,79208 -"321989",77692,96615 -"321990",77692,101385 -"321991",77692,121620 -"321992",77692,121665 -"321993",77693,78872 -"321994",77693,81570 -"321995",77693,85245 -"321996",77693,88046 -"321997",77693,99736 -"321998",77693,109506 -"321999",77693,112431 -"322000",77693,122007 -"322001",77695,117719 -"322002",77696,79435 -"322003",77696,79450 -"322004",77696,91465 -"322005",77696,91539 -"322006",77696,100649 -"322007",77696,103405 -"322008",77696,103406 -"322009",77700,119241 -"322010",77700,120301 -"322011",77701,83090 -"322012",77701,121630 -"322013",77703,97961 -"322014",77707,83668 -"322015",77707,91483 -"322016",77708,77727 -"322017",77709,78707 -"322018",77714,83797 -"322019",77714,87692 -"322020",77717,97328 -"322021",77719,78201 -"322022",77719,78277 -"322023",77719,79938 -"322024",77719,90721 -"322025",77719,92021 -"322026",77719,99159 -"322027",77719,104665 -"322028",77719,108375 -"322029",77719,113303 -"322030",77719,113640 -"322031",77719,117152 -"322032",77720,83342 -"322033",77720,98296 -"322034",77720,117732 -"322035",77722,78311 -"322036",77722,82103 -"322037",77722,84137 -"322038",77722,85411 -"322039",77722,85938 -"322040",77723,118583 -"322041",77725,84288 -"322042",77725,92480 -"322043",77725,94977 -"322044",77726,78676 -"322045",77726,78785 -"322046",77726,82356 -"322047",77726,96940 -"322048",77726,108497 -"322049",77727,78224 -"322050",77727,79222 -"322051",77727,82978 -"322052",77727,83306 -"322053",77727,85027 -"322054",77727,88412 -"322055",77727,90275 -"322056",77727,90426 -"322057",77727,91112 -"322058",77727,91526 -"322059",77727,93425 -"322060",77727,93523 -"322061",77727,94520 -"322062",77727,95954 -"322063",77727,99544 -"322064",77727,99547 -"322065",77727,99554 -"322066",77727,100595 -"322067",77727,100739 -"322068",77727,100819 -"322069",77727,101898 -"322070",77727,101988 -"322071",77727,102146 -"322072",77727,102201 -"322073",77727,102309 -"322074",77727,102635 -"322075",77727,102730 -"322076",77727,102846 -"322077",77727,103790 -"322078",77727,104095 -"322079",77727,104574 -"322080",77727,104784 -"322081",77727,104845 -"322082",77727,107269 -"322083",77727,107623 -"322084",77727,107714 -"322085",77727,107879 -"322086",77727,107975 -"322087",77730,78468 -"322088",77730,83539 -"322089",77731,83308 -"322090",77731,83494 -"322091",77732,93120 -"322092",77732,97969 -"322093",77732,98722 -"322094",77737,90924 -"322095",77738,103219 -"322096",77739,92283 -"322097",77739,92296 -"322098",77739,92319 -"322099",77740,85356 -"322100",77740,90802 -"322101",77740,94851 -"322102",77742,77870 -"322103",77742,77939 -"322104",77744,100558 -"322105",77745,108962 -"322106",77749,80837 -"322107",77749,113547 -"322108",77750,103308 -"322109",77750,103380 -"322110",77750,122534 -"322111",77751,81020 -"322112",77751,93124 -"322113",77751,101136 -"322114",77751,110564 -"322115",77752,102684 -"322116",77752,102728 -"322117",77752,109627 -"322118",77752,122479 -"322119",77754,77851 -"322120",77754,98132 -"322121",77754,98261 -"322122",77754,98275 -"322123",77754,98285 -"322124",77755,77777 -"322125",77755,92336 -"322126",77755,105549 -"322127",77756,79462 -"322128",77758,90869 -"322129",77758,90911 -"322130",77758,97124 -"322131",77758,98877 -"322132",77758,99322 -"322133",77758,99513 -"322134",77758,101858 -"322135",77758,113450 -"322136",77758,117768 -"322137",77758,118391 -"322138",77758,118733 -"322139",77758,123377 -"322140",77761,98037 -"322141",77761,98846 -"322142",77762,90670 -"322143",77763,90872 -"322144",77763,96513 -"322145",77763,99424 -"322146",77763,100750 -"322147",77763,102215 -"322148",77763,108760 -"322149",77763,121352 -"322150",77767,78423 -"322151",77767,78435 -"322152",77770,77778 -"322153",77770,87491 -"322154",77770,89050 -"322155",77770,90156 -"322156",77770,90739 -"322157",77770,91511 -"322158",77770,92564 -"322159",77770,97339 -"322160",77770,107129 -"322161",77771,107338 -"322162",77771,107566 -"322163",77773,77785 -"322164",77773,77793 -"322165",77774,77795 -"322166",77774,89086 -"322167",77774,89087 -"322168",77774,91412 -"322169",77774,95481 -"322170",77774,100218 -"322171",77774,106875 -"322172",77774,109814 -"322173",77775,121430 -"322174",77776,99947 -"322175",77776,113459 -"322176",77776,115911 -"322177",77776,115925 -"322178",77776,115974 -"322179",77776,118201 -"322180",77776,118208 -"322181",77778,79740 -"322182",77778,83038 -"322183",77778,89050 -"322184",77778,90156 -"322185",77778,90739 -"322186",77778,91892 -"322187",77778,97339 -"322188",77778,100426 -"322189",77778,103792 -"322190",77778,105725 -"322191",77778,108698 -"322192",77779,101034 -"322193",77781,103147 -"322194",77782,77783 -"322195",77782,79617 -"322196",77782,121823 -"322197",77784,94230 -"322198",77784,104013 -"322199",77785,77793 -"322200",77785,91715 -"322201",77786,81731 -"322202",77788,99484 -"322203",77788,106739 -"322204",77788,109411 -"322205",77788,120798 -"322206",77789,77858 -"322207",77789,82943 -"322208",77790,96086 -"322209",77790,108576 -"322210",77790,108593 -"322211",77791,77988 -"322212",77791,80402 -"322213",77792,78774 -"322214",77792,82478 -"322215",77793,89043 -"322216",77795,89086 -"322217",77795,95481 -"322218",77797,89508 -"322219",77798,84518 -"322220",77800,78055 -"322221",77800,87812 -"322222",77800,91507 -"322223",77804,96129 -"322224",77805,78017 -"322225",77807,110841 -"322226",77808,77863 -"322227",77808,77877 -"322228",77808,77878 -"322229",77809,81424 -"322230",77810,77822 -"322231",77810,77869 -"322232",77811,84268 -"322233",77811,96019 -"322234",77811,103972 -"322235",77811,103973 -"322236",77811,103977 -"322237",77811,103986 -"322238",77811,103999 -"322239",77812,79607 -"322240",77815,77862 -"322241",77816,112939 -"322242",77816,115551 -"322243",77817,79424 -"322244",77817,79489 -"322245",77818,90119 -"322246",77818,92429 -"322247",77818,113728 -"322248",77818,116800 -"322249",77818,119756 -"322250",77822,77869 -"322251",77823,100945 -"322252",77823,109474 -"322253",77823,120202 -"322254",77823,121259 -"322255",77823,122043 -"322256",77824,82253 -"322257",77825,101255 -"322258",77829,82070 -"322259",77829,89972 -"322260",77831,100232 -"322261",77831,105006 -"322262",77831,119240 -"322263",77831,120659 -"322264",77832,88245 -"322265",77833,83198 -"322266",77833,102699 -"322267",77834,83142 -"322268",77834,89122 -"322269",77834,119594 -"322270",77835,82692 -"322271",77836,89479 -"322272",77836,92820 -"322273",77837,78104 -"322274",77841,77979 -"322275",77842,77989 -"322276",77843,77987 -"322277",77844,85027 -"322278",77844,96664 -"322279",77844,108325 -"322280",77846,85685 -"322281",77847,123063 -"322282",77849,106175 -"322283",77849,111137 -"322284",77853,81997 -"322285",77853,98011 -"322286",77855,85695 -"322287",77855,89668 -"322288",77855,96678 -"322289",77855,101345 -"322290",77855,104069 -"322291",77855,104381 -"322292",77855,106702 -"322293",77857,84484 -"322294",77857,84545 -"322295",77857,99348 -"322296",77859,95859 -"322297",77859,121870 -"322298",77860,81265 -"322299",77860,117360 -"322300",77861,78971 -"322301",77863,77877 -"322302",77863,77878 -"322303",77864,96371 -"322304",77865,91928 -"322305",77865,98959 -"322306",77865,104560 -"322307",77866,87343 -"322308",77866,91381 -"322309",77868,97327 -"322310",77868,110760 -"322311",77870,77939 -"322312",77870,86352 -"322313",77870,101716 -"322314",77870,113848 -"322315",77870,117475 -"322316",77870,118219 -"322317",77871,79242 -"322318",77871,79806 -"322319",77871,81000 -"322320",77871,90021 -"322321",77871,94768 -"322322",77871,96513 -"322323",77871,97348 -"322324",77871,99070 -"322325",77871,104662 -"322326",77871,105207 -"322327",77871,107533 -"322328",77871,108699 -"322329",77871,108709 -"322330",77871,109337 -"322331",77871,109750 -"322332",77871,109977 -"322333",77871,110466 -"322334",77871,111086 -"322335",77871,113473 -"322336",77871,116797 -"322337",77873,77902 -"322338",77873,85188 -"322339",77873,87861 -"322340",77873,92812 -"322341",77873,101760 -"322342",77873,107005 -"322343",77873,109001 -"322344",77873,116518 -"322345",77877,77878 -"322346",77879,93402 -"322347",77880,85778 -"322348",77880,89362 -"322349",77880,120792 -"322350",77881,77897 -"322351",77881,78021 -"322352",77881,99678 -"322353",77881,101152 -"322354",77881,101392 -"322355",77884,101476 -"322356",77885,81408 -"322357",77885,83446 -"322358",77885,83750 -"322359",77885,97087 -"322360",77885,106740 -"322361",77885,112966 -"322362",77885,117575 -"322363",77885,119308 -"322364",77885,119312 -"322365",77885,119347 -"322366",77885,119349 -"322367",77885,119355 -"322368",77885,121845 -"322369",77890,113194 -"322370",77890,119515 -"322371",77891,110415 -"322372",77892,87049 -"322373",77892,87083 -"322374",77892,100241 -"322375",77893,85761 -"322376",77895,78055 -"322377",77897,78021 -"322378",77897,82494 -"322379",77902,87861 -"322380",77904,78111 -"322381",77904,84792 -"322382",77904,90078 -"322383",77904,95366 -"322384",77904,109339 -"322385",77904,110887 -"322386",77904,110892 -"322387",77904,111300 -"322388",77904,121380 -"322389",77907,78086 -"322390",77907,118612 -"322391",77909,78817 -"322392",77909,81292 -"322393",77909,81308 -"322394",77909,91559 -"322395",77909,104223 -"322396",77910,77912 -"322397",77910,107766 -"322398",77911,85053 -"322399",77911,92718 -"322400",77911,92739 -"322401",77911,97643 -"322402",77914,77936 -"322403",77914,121547 -"322404",77915,97840 -"322405",77915,100243 -"322406",77915,104197 -"322407",77915,114426 -"322408",77916,82681 -"322409",77917,109760 -"322410",77918,94623 -"322411",77918,98671 -"322412",77919,106177 -"322413",77922,84846 -"322414",77922,89077 -"322415",77922,97331 -"322416",77924,81135 -"322417",77924,88932 -"322418",77924,106328 -"322419",77927,77928 -"322420",77927,77932 -"322421",77928,77932 -"322422",77929,92368 -"322423",77929,98838 -"322424",77929,98889 -"322425",77929,98910 -"322426",77929,98999 -"322427",77929,109967 -"322428",77930,84270 -"322429",77932,85614 -"322430",77933,83333 -"322431",77933,83363 -"322432",77934,93745 -"322433",77934,105910 -"322434",77938,88294 -"322435",77940,80663 -"322436",77941,86881 -"322437",77941,89644 -"322438",77941,97959 -"322439",77941,103898 -"322440",77942,89693 -"322441",77943,118266 -"322442",77944,111080 -"322443",77947,90070 -"322444",77948,83871 -"322445",77948,87244 -"322446",77948,99682 -"322447",77950,86167 -"322448",77951,122175 -"322449",77952,88754 -"322450",77952,88777 -"322451",77953,94878 -"322452",77953,94900 -"322453",77954,88487 -"322454",77955,105217 -"322455",77956,77957 -"322456",77959,109208 -"322457",77961,89274 -"322458",77962,105401 -"322459",77965,85736 -"322460",77965,96353 -"322461",77965,96926 -"322462",77965,96927 -"322463",77965,97957 -"322464",77967,77985 -"322465",77967,80549 -"322466",77967,101534 -"322467",77967,101684 -"322468",77967,102703 -"322469",77967,112672 -"322470",77971,101604 -"322471",77971,102202 -"322472",77971,109099 -"322473",77974,102495 -"322474",77974,119623 -"322475",77977,88341 -"322476",77977,90966 -"322477",77977,93082 -"322478",77977,103193 -"322479",77977,103471 -"322480",77978,79849 -"322481",77978,88544 -"322482",77978,97836 -"322483",77981,108004 -"322484",77982,78130 -"322485",77982,86717 -"322486",77982,111316 -"322487",77984,91715 -"322488",77984,91750 -"322489",77989,99219 -"322490",77993,79314 -"322491",77993,84705 -"322492",77993,86149 -"322493",77994,77995 -"322494",77995,105430 -"322495",77997,81288 -"322496",77998,90545 -"322497",77998,94994 -"322498",77998,119667 -"322499",77998,119670 -"322500",77998,119680 -"322501",77998,121812 -"322502",78002,80351 -"322503",78002,98205 -"322504",78002,109108 -"322505",78002,111222 -"322506",78003,96636 -"322507",78005,80088 -"322508",78005,80400 -"322509",78005,81462 -"322510",78005,88374 -"322511",78005,88662 -"322512",78005,89286 -"322513",78005,92726 -"322514",78005,92727 -"322515",78005,92758 -"322516",78005,98295 -"322517",78005,109923 -"322518",78007,85843 -"322519",78007,102615 -"322520",78008,78009 -"322521",78008,78094 -"322522",78008,111195 -"322523",78009,93910 -"322524",78011,85618 -"322525",78011,114236 -"322526",78011,114296 -"322527",78011,114426 -"322528",78012,106080 -"322529",78014,83157 -"322530",78016,94221 -"322531",78018,82286 -"322532",78018,100654 -"322533",78019,83081 -"322534",78019,85885 -"322535",78019,99262 -"322536",78019,115133 -"322537",78020,84340 -"322538",78022,116177 -"322539",78024,82025 -"322540",78024,84786 -"322541",78024,84818 -"322542",78024,92709 -"322543",78024,115462 -"322544",78024,115571 -"322545",78024,119721 -"322546",78025,82080 -"322547",78025,85821 -"322548",78025,86809 -"322549",78025,94565 -"322550",78025,105602 -"322551",78026,93284 -"322552",78028,79743 -"322553",78030,94827 -"322554",78031,88981 -"322555",78031,119423 -"322556",78032,122076 -"322557",78033,105579 -"322558",78036,78042 -"322559",78036,78043 -"322560",78036,78232 -"322561",78036,78234 -"322562",78036,93065 -"322563",78036,100345 -"322564",78037,85324 -"322565",78037,104280 -"322566",78037,109695 -"322567",78037,109699 -"322568",78039,87927 -"322569",78042,78043 -"322570",78042,78232 -"322571",78042,78234 -"322572",78043,78232 -"322573",78043,78234 -"322574",78047,85292 -"322575",78047,114350 -"322576",78048,81484 -"322577",78049,95967 -"322578",78050,98676 -"322579",78051,104742 -"322580",78051,122783 -"322581",78052,91899 -"322582",78053,84431 -"322583",78055,97180 -"322584",78055,98240 -"322585",78055,112067 -"322586",78055,115681 -"322587",78056,79391 -"322588",78056,88354 -"322589",78056,117904 -"322590",78057,78221 -"322591",78057,83286 -"322592",78057,83291 -"322593",78057,87259 -"322594",78057,87458 -"322595",78059,100293 -"322596",78059,118772 -"322597",78059,118775 -"322598",78059,118776 -"322599",78063,78429 -"322600",78063,78569 -"322601",78063,82143 -"322602",78063,83231 -"322603",78063,86471 -"322604",78063,90804 -"322605",78063,91022 -"322606",78063,91045 -"322607",78063,95675 -"322608",78063,101516 -"322609",78063,102387 -"322610",78063,108374 -"322611",78063,108893 -"322612",78063,109101 -"322613",78063,109523 -"322614",78063,110993 -"322615",78063,111338 -"322616",78063,111398 -"322617",78063,111409 -"322618",78063,111480 -"322619",78063,112422 -"322620",78063,112648 -"322621",78063,112708 -"322622",78063,112820 -"322623",78063,112997 -"322624",78063,113597 -"322625",78063,114418 -"322626",78063,114582 -"322627",78063,115371 -"322628",78063,116028 -"322629",78063,116604 -"322630",78064,78074 -"322631",78064,86262 -"322632",78064,96311 -"322633",78065,95758 -"322634",78065,101142 -"322635",78065,102780 -"322636",78065,107353 -"322637",78065,110330 -"322638",78065,110353 -"322639",78065,110442 -"322640",78065,111370 -"322641",78066,78269 -"322642",78066,80329 -"322643",78067,78069 -"322644",78067,78075 -"322645",78067,78077 -"322646",78068,78079 -"322647",78068,87456 -"322648",78068,102881 -"322649",78069,78075 -"322650",78069,78077 -"322651",78069,87684 -"322652",78072,79254 -"322653",78072,83247 -"322654",78073,79331 -"322655",78073,79710 -"322656",78073,79711 -"322657",78073,79720 -"322658",78073,79725 -"322659",78073,79738 -"322660",78073,79748 -"322661",78073,79750 -"322662",78073,79754 -"322663",78073,79758 -"322664",78073,79760 -"322665",78073,79771 -"322666",78073,79780 -"322667",78073,79781 -"322668",78073,79803 -"322669",78074,94655 -"322670",78074,96311 -"322671",78074,111240 -"322672",78074,114816 -"322673",78075,78077 -"322674",78075,86401 -"322675",78076,80370 -"322676",78076,85402 -"322677",78076,91904 -"322678",78076,101927 -"322679",78077,81531 -"322680",78078,88458 -"322681",78078,90222 -"322682",78080,97983 -"322683",78081,78110 -"322684",78081,78630 -"322685",78081,78768 -"322686",78081,79850 -"322687",78081,92699 -"322688",78081,93771 -"322689",78082,82809 -"322690",78082,92107 -"322691",78082,115561 -"322692",78083,86534 -"322693",78083,86552 -"322694",78083,86570 -"322695",78084,78121 -"322696",78084,78162 -"322697",78084,78175 -"322698",78085,92123 -"322699",78085,102455 -"322700",78086,78289 -"322701",78086,102922 -"322702",78086,104762 -"322703",78086,106913 -"322704",78088,93255 -"322705",78088,93321 -"322706",78089,79004 -"322707",78089,80825 -"322708",78089,87883 -"322709",78089,91611 -"322710",78091,93430 -"322711",78091,110895 -"322712",78091,110900 -"322713",78092,79403 -"322714",78092,102913 -"322715",78092,102921 -"322716",78093,95110 -"322717",78094,111195 -"322718",78095,86547 -"322719",78096,104029 -"322720",78097,117447 -"322721",78098,112417 -"322722",78098,115220 -"322723",78099,83573 -"322724",78099,119537 -"322725",78101,84054 -"322726",78101,93968 -"322727",78102,78669 -"322728",78102,79183 -"322729",78102,94200 -"322730",78102,98643 -"322731",78102,101155 -"322732",78102,101189 -"322733",78103,79325 -"322734",78103,111653 -"322735",78104,83500 -"322736",78104,109867 -"322737",78105,83931 -"322738",78105,109956 -"322739",78106,93722 -"322740",78108,79874 -"322741",78108,82227 -"322742",78108,84263 -"322743",78109,78176 -"322744",78110,78630 -"322745",78110,107320 -"322746",78112,79002 -"322747",78112,81627 -"322748",78113,94544 -"322749",78113,98597 -"322750",78113,110593 -"322751",78113,122328 -"322752",78113,122332 -"322753",78113,122333 -"322754",78114,78566 -"322755",78116,78697 -"322756",78117,82826 -"322757",78117,83076 -"322758",78117,93186 -"322759",78119,84474 -"322760",78121,78162 -"322761",78121,78175 -"322762",78122,87226 -"322763",78122,120533 -"322764",78123,78163 -"322765",78123,78164 -"322766",78123,78165 -"322767",78123,78188 -"322768",78123,78887 -"322769",78123,84062 -"322770",78124,115919 -"322771",78125,78300 -"322772",78125,101079 -"322773",78126,103877 -"322774",78126,122320 -"322775",78127,94862 -"322776",78128,98800 -"322777",78129,78737 -"322778",78129,79670 -"322779",78129,95125 -"322780",78129,97194 -"322781",78129,101914 -"322782",78129,101946 -"322783",78129,102852 -"322784",78129,108792 -"322785",78131,83727 -"322786",78132,112556 -"322787",78132,113056 -"322788",78133,100764 -"322789",78135,102567 -"322790",78136,78791 -"322791",78136,96003 -"322792",78137,79293 -"322793",78137,91560 -"322794",78137,91581 -"322795",78137,91584 -"322796",78137,91616 -"322797",78137,91620 -"322798",78138,78140 -"322799",78138,82171 -"322800",78139,93497 -"322801",78139,99495 -"322802",78139,99829 -"322803",78141,92129 -"322804",78142,78143 -"322805",78142,83456 -"322806",78142,109974 -"322807",78142,114080 -"322808",78142,114109 -"322809",78144,87060 -"322810",78144,87073 -"322811",78145,78497 -"322812",78145,94194 -"322813",78145,107725 -"322814",78147,98456 -"322815",78147,98489 -"322816",78148,78667 -"322817",78148,80648 -"322818",78149,123235 -"322819",78150,80625 -"322820",78150,81074 -"322821",78150,96352 -"322822",78150,99207 -"322823",78150,101096 -"322824",78150,103930 -"322825",78150,119991 -"322826",78152,80513 -"322827",78153,121545 -"322828",78154,80237 -"322829",78154,92642 -"322830",78157,78170 -"322831",78157,78174 -"322832",78158,92899 -"322833",78159,78166 -"322834",78159,78330 -"322835",78159,84603 -"322836",78159,115904 -"322837",78162,78175 -"322838",78163,78164 -"322839",78163,78165 -"322840",78163,78188 -"322841",78164,78165 -"322842",78164,78188 -"322843",78165,78188 -"322844",78167,100080 -"322845",78170,78174 -"322846",78172,78173 -"322847",78177,80266 -"322848",78177,85608 -"322849",78180,78786 -"322850",78180,87338 -"322851",78180,95991 -"322852",78180,101468 -"322853",78180,114915 -"322854",78181,80082 -"322855",78181,85209 -"322856",78181,88716 -"322857",78181,89021 -"322858",78181,97001 -"322859",78181,102339 -"322860",78182,79532 -"322861",78182,96301 -"322862",78184,88724 -"322863",78185,98873 -"322864",78185,108903 -"322865",78185,123243 -"322866",78187,82043 -"322867",78190,86158 -"322868",78193,88214 -"322869",78198,78199 -"322870",78199,106708 -"322871",78201,78205 -"322872",78201,113303 -"322873",78202,85278 -"322874",78202,87805 -"322875",78203,78323 -"322876",78204,80590 -"322877",78204,80612 -"322878",78204,80634 -"322879",78204,80658 -"322880",78204,80659 -"322881",78204,110074 -"322882",78206,94658 -"322883",78207,78243 -"322884",78207,84996 -"322885",78207,92534 -"322886",78208,80988 -"322887",78208,91056 -"322888",78208,100016 -"322889",78208,100056 -"322890",78208,109887 -"322891",78208,109897 -"322892",78209,78814 -"322893",78209,86675 -"322894",78209,117166 -"322895",78210,88283 -"322896",78210,89862 -"322897",78211,83934 -"322898",78211,86721 -"322899",78211,118887 -"322900",78213,88854 -"322901",78213,88951 -"322902",78214,92883 -"322903",78214,104793 -"322904",78214,109521 -"322905",78215,78425 -"322906",78216,88465 -"322907",78216,92901 -"322908",78217,79913 -"322909",78217,90733 -"322910",78217,90763 -"322911",78217,103469 -"322912",78219,81556 -"322913",78219,98453 -"322914",78221,79206 -"322915",78222,103080 -"322916",78223,102330 -"322917",78223,102347 -"322918",78224,79222 -"322919",78224,82978 -"322920",78224,83306 -"322921",78224,85027 -"322922",78224,88412 -"322923",78224,90275 -"322924",78224,90426 -"322925",78224,91112 -"322926",78224,91526 -"322927",78224,93425 -"322928",78224,93523 -"322929",78224,94520 -"322930",78224,95954 -"322931",78224,99544 -"322932",78224,99547 -"322933",78224,99554 -"322934",78224,100595 -"322935",78224,100739 -"322936",78224,100819 -"322937",78224,101898 -"322938",78224,101988 -"322939",78224,102146 -"322940",78224,102201 -"322941",78224,102309 -"322942",78224,102635 -"322943",78224,102730 -"322944",78224,102846 -"322945",78224,103790 -"322946",78224,104095 -"322947",78224,104574 -"322948",78224,104784 -"322949",78224,104845 -"322950",78224,107269 -"322951",78224,107623 -"322952",78224,107714 -"322953",78224,107879 -"322954",78224,107975 -"322955",78225,78226 -"322956",78225,78229 -"322957",78225,78230 -"322958",78226,78229 -"322959",78226,78230 -"322960",78226,86544 -"322961",78226,86545 -"322962",78227,90253 -"322963",78227,90266 -"322964",78227,95347 -"322965",78227,95367 -"322966",78229,78230 -"322967",78231,87580 -"322968",78232,78234 -"322969",78233,80254 -"322970",78235,78249 -"322971",78237,78340 -"322972",78237,97229 -"322973",78237,118896 -"322974",78237,118897 -"322975",78239,110518 -"322976",78243,82396 -"322977",78243,99140 -"322978",78244,80001 -"322979",78246,82771 -"322980",78246,113502 -"322981",78248,78255 -"322982",78248,78339 -"322983",78248,78445 -"322984",78248,79022 -"322985",78248,79716 -"322986",78248,79989 -"322987",78248,80281 -"322988",78248,81728 -"322989",78248,82196 -"322990",78248,82383 -"322991",78248,82810 -"322992",78248,82854 -"322993",78248,83853 -"322994",78248,83884 -"322995",78248,84379 -"322996",78248,84613 -"322997",78248,85465 -"322998",78248,85610 -"322999",78248,86351 -"323000",78248,86451 -"323001",78248,86882 -"323002",78248,87175 -"323003",78248,87451 -"323004",78248,87521 -"323005",78248,87572 -"323006",78248,87663 -"323007",78248,87721 -"323008",78248,87862 -"323009",78250,90626 -"323010",78250,117422 -"323011",78250,120256 -"323012",78250,121034 -"323013",78252,90028 -"323014",78252,102026 -"323015",78252,119856 -"323016",78253,80812 -"323017",78253,107796 -"323018",78253,120230 -"323019",78254,108597 -"323020",78255,78339 -"323021",78255,78445 -"323022",78255,79022 -"323023",78255,79716 -"323024",78255,79989 -"323025",78255,80281 -"323026",78255,81728 -"323027",78255,82196 -"323028",78255,82383 -"323029",78255,82810 -"323030",78255,82854 -"323031",78255,83853 -"323032",78255,83884 -"323033",78255,84379 -"323034",78255,84613 -"323035",78255,85465 -"323036",78255,85610 -"323037",78255,86351 -"323038",78255,86451 -"323039",78255,86882 -"323040",78255,87175 -"323041",78255,87451 -"323042",78255,87521 -"323043",78255,87572 -"323044",78255,87663 -"323045",78255,87721 -"323046",78255,87862 -"323047",78256,81360 -"323048",78256,84505 -"323049",78256,110816 -"323050",78256,115121 -"323051",78257,90509 -"323052",78257,93642 -"323053",78257,95265 -"323054",78257,97914 -"323055",78257,98210 -"323056",78257,103764 -"323057",78257,104486 -"323058",78257,109719 -"323059",78257,114291 -"323060",78257,114697 -"323061",78257,114714 -"323062",78257,116085 -"323063",78257,116103 -"323064",78257,116112 -"323065",78257,116113 -"323066",78260,79997 -"323067",78260,84122 -"323068",78260,92921 -"323069",78261,90510 -"323070",78262,88240 -"323071",78262,88920 -"323072",78262,89018 -"323073",78262,89601 -"323074",78263,120337 -"323075",78264,88969 -"323076",78264,97193 -"323077",78264,102259 -"323078",78265,84671 -"323079",78266,89771 -"323080",78266,103695 -"323081",78267,89321 -"323082",78268,80557 -"323083",78268,105540 -"323084",78269,110360 -"323085",78270,89358 -"323086",78270,89889 -"323087",78270,105273 -"323088",78270,106114 -"323089",78270,115077 -"323090",78273,81313 -"323091",78274,82745 -"323092",78274,90695 -"323093",78275,78333 -"323094",78275,78343 -"323095",78276,81788 -"323096",78277,79938 -"323097",78277,90721 -"323098",78277,92021 -"323099",78277,120321 -"323100",78278,84889 -"323101",78278,88804 -"323102",78278,90169 -"323103",78278,102654 -"323104",78281,97032 -"323105",78283,91435 -"323106",78283,94657 -"323107",78283,121301 -"323108",78284,78293 -"323109",78286,80937 -"323110",78286,90827 -"323111",78286,94228 -"323112",78286,94932 -"323113",78286,95997 -"323114",78286,98368 -"323115",78286,113596 -"323116",78287,86261 -"323117",78287,93017 -"323118",78287,104497 -"323119",78288,98892 -"323120",78288,117549 -"323121",78289,78295 -"323122",78289,106913 -"323123",78289,120435 -"323124",78290,84432 -"323125",78292,109598 -"323126",78294,104099 -"323127",78295,120435 -"323128",78297,111210 -"323129",78297,119216 -"323130",78300,107371 -"323131",78303,120538 -"323132",78303,120542 -"323133",78305,91544 -"323134",78305,93856 -"323135",78305,94172 -"323136",78305,94758 -"323137",78305,99044 -"323138",78305,99097 -"323139",78305,100574 -"323140",78305,100967 -"323141",78306,78959 -"323142",78306,81057 -"323143",78306,89894 -"323144",78307,96070 -"323145",78308,80754 -"323146",78308,85313 -"323147",78308,86407 -"323148",78308,89406 -"323149",78308,96431 -"323150",78311,78319 -"323151",78312,93274 -"323152",78312,101426 -"323153",78313,86269 -"323154",78313,94093 -"323155",78313,95692 -"323156",78313,120367 -"323157",78314,90421 -"323158",78314,113681 -"323159",78314,119015 -"323160",78314,122258 -"323161",78315,103878 -"323162",78316,82949 -"323163",78316,88193 -"323164",78322,93405 -"323165",78322,93459 -"323166",78322,99291 -"323167",78323,81599 -"323168",78323,82206 -"323169",78323,89336 -"323170",78323,89346 -"323171",78323,94516 -"323172",78324,101542 -"323173",78326,81173 -"323174",78326,87984 -"323175",78326,96196 -"323176",78327,88257 -"323177",78327,100810 -"323178",78327,105872 -"323179",78330,84603 -"323180",78330,115904 -"323181",78331,108922 -"323182",78332,78347 -"323183",78332,97354 -"323184",78333,78343 -"323185",78334,99156 -"323186",78334,109194 -"323187",78334,116774 -"323188",78335,97562 -"323189",78336,80847 -"323190",78336,88361 -"323191",78336,88369 -"323192",78336,88429 -"323193",78337,79297 -"323194",78337,117308 -"323195",78339,78445 -"323196",78339,79022 -"323197",78339,79716 -"323198",78339,79989 -"323199",78339,80281 -"323200",78339,81728 -"323201",78339,82196 -"323202",78339,82241 -"323203",78339,82383 -"323204",78339,82810 -"323205",78339,82854 -"323206",78339,83853 -"323207",78339,83884 -"323208",78339,84379 -"323209",78339,84613 -"323210",78339,85465 -"323211",78339,85610 -"323212",78339,86351 -"323213",78339,86451 -"323214",78339,86882 -"323215",78339,87175 -"323216",78339,87451 -"323217",78339,87521 -"323218",78339,87572 -"323219",78339,87663 -"323220",78339,87721 -"323221",78339,87862 -"323222",78343,80080 -"323223",78343,81715 -"323224",78343,81720 -"323225",78343,83788 -"323226",78343,84152 -"323227",78344,81850 -"323228",78346,86503 -"323229",78346,91698 -"323230",78346,94877 -"323231",78346,97142 -"323232",78349,88531 -"323233",78349,93347 -"323234",78349,94436 -"323235",78349,101429 -"323236",78349,104204 -"323237",78351,98968 -"323238",78351,116508 -"323239",78351,116597 -"323240",78352,85207 -"323241",78352,114814 -"323242",78354,82126 -"323243",78355,106762 -"323244",78355,109448 -"323245",78355,111542 -"323246",78356,82637 -"323247",78356,105874 -"323248",78357,78505 -"323249",78359,80783 -"323250",78359,85941 -"323251",78359,105759 -"323252",78359,107435 -"323253",78359,107908 -"323254",78359,107913 -"323255",78359,107924 -"323256",78359,107930 -"323257",78359,107978 -"323258",78360,78362 -"323259",78361,98848 -"323260",78365,78370 -"323261",78367,84563 -"323262",78367,115505 -"323263",78367,118584 -"323264",78371,85147 -"323265",78371,88997 -"323266",78371,100035 -"323267",78371,103502 -"323268",78371,111525 -"323269",78372,97720 -"323270",78374,78881 -"323271",78374,78882 -"323272",78374,83535 -"323273",78374,99984 -"323274",78375,80391 -"323275",78375,87305 -"323276",78375,87443 -"323277",78375,90820 -"323278",78375,93980 -"323279",78375,105146 -"323280",78377,90892 -"323281",78377,105158 -"323282",78380,83536 -"323283",78380,117612 -"323284",78381,78404 -"323285",78383,78389 -"323286",78387,114048 -"323287",78391,78393 -"323288",78391,111516 -"323289",78391,112532 -"323290",78392,87345 -"323291",78392,87352 -"323292",78392,87469 -"323293",78392,88887 -"323294",78392,96340 -"323295",78393,82118 -"323296",78396,87295 -"323297",78396,90456 -"323298",78397,100720 -"323299",78398,82426 -"323300",78398,84343 -"323301",78398,85000 -"323302",78398,85101 -"323303",78398,91682 -"323304",78398,95267 -"323305",78398,97580 -"323306",78398,98727 -"323307",78398,98776 -"323308",78398,100795 -"323309",78398,106824 -"323310",78398,108879 -"323311",78398,109166 -"323312",78398,109858 -"323313",78398,109878 -"323314",78398,112962 -"323315",78398,113990 -"323316",78398,115413 -"323317",78398,116123 -"323318",78398,117258 -"323319",78398,117560 -"323320",78398,118128 -"323321",78398,118836 -"323322",78398,118866 -"323323",78398,118873 -"323324",78398,119131 -"323325",78398,119513 -"323326",78398,119716 -"323327",78398,119769 -"323328",78398,120123 -"323329",78398,120169 -"323330",78398,120725 -"323331",78398,120944 -"323332",78398,121609 -"323333",78398,122007 -"323334",78398,122032 -"323335",78398,122035 -"323336",78398,122724 -"323337",78398,123070 -"323338",78398,123394 -"323339",78398,123490 -"323340",78400,88457 -"323341",78400,92017 -"323342",78402,78449 -"323343",78402,78461 -"323344",78403,87952 -"323345",78404,118987 -"323346",78404,118990 -"323347",78406,84994 -"323348",78407,93664 -"323349",78408,84523 -"323350",78408,104122 -"323351",78412,85055 -"323352",78412,90230 -"323353",78414,81336 -"323354",78414,81640 -"323355",78414,91048 -"323356",78414,93373 -"323357",78414,98412 -"323358",78414,99433 -"323359",78416,78444 -"323360",78416,78541 -"323361",78416,78553 -"323362",78416,78563 -"323363",78417,94711 -"323364",78420,95668 -"323365",78420,99552 -"323366",78420,121533 -"323367",78420,121680 -"323368",78420,121690 -"323369",78421,90663 -"323370",78421,97278 -"323371",78421,101504 -"323372",78422,82313 -"323373",78422,86860 -"323374",78422,89273 -"323375",78422,109752 -"323376",78422,118997 -"323377",78422,120391 -"323378",78423,78435 -"323379",78424,78441 -"323380",78425,85590 -"323381",78427,85290 -"323382",78428,111891 -"323383",78429,78569 -"323384",78429,82143 -"323385",78429,83231 -"323386",78429,86471 -"323387",78429,90804 -"323388",78429,91022 -"323389",78429,91045 -"323390",78429,95675 -"323391",78429,101516 -"323392",78429,102387 -"323393",78429,108374 -"323394",78429,108893 -"323395",78429,109101 -"323396",78429,109523 -"323397",78429,110993 -"323398",78429,111338 -"323399",78429,111398 -"323400",78429,111409 -"323401",78429,111480 -"323402",78429,112422 -"323403",78429,112648 -"323404",78429,112708 -"323405",78429,112820 -"323406",78429,112997 -"323407",78429,113597 -"323408",78429,114418 -"323409",78429,114582 -"323410",78429,115371 -"323411",78429,116028 -"323412",78429,116604 -"323413",78430,84568 -"323414",78430,105404 -"323415",78430,109571 -"323416",78430,121778 -"323417",78432,86539 -"323418",78433,79370 -"323419",78433,95700 -"323420",78434,82880 -"323421",78434,82922 -"323422",78435,96007 -"323423",78436,81906 -"323424",78436,81956 -"323425",78436,95342 -"323426",78436,95350 -"323427",78437,95220 -"323428",78438,79032 -"323429",78440,109592 -"323430",78443,84783 -"323431",78443,85796 -"323432",78443,102132 -"323433",78444,78541 -"323434",78444,78553 -"323435",78444,78563 -"323436",78444,84436 -"323437",78444,84666 -"323438",78444,84709 -"323439",78444,89283 -"323440",78444,97583 -"323441",78444,100656 -"323442",78445,79022 -"323443",78445,79716 -"323444",78445,79989 -"323445",78445,80281 -"323446",78445,81728 -"323447",78445,82196 -"323448",78445,82383 -"323449",78445,82810 -"323450",78445,82854 -"323451",78445,83853 -"323452",78445,83884 -"323453",78445,84379 -"323454",78445,84613 -"323455",78445,85465 -"323456",78445,85610 -"323457",78445,86351 -"323458",78445,86451 -"323459",78445,86882 -"323460",78445,87175 -"323461",78445,87451 -"323462",78445,87521 -"323463",78445,87572 -"323464",78445,87663 -"323465",78445,87721 -"323466",78445,87862 -"323467",78445,100061 -"323468",78445,100062 -"323469",78447,84712 -"323470",78447,84774 -"323471",78449,78461 -"323472",78451,84607 -"323473",78451,100454 -"323474",78451,110272 -"323475",78451,111019 -"323476",78451,115817 -"323477",78451,116107 -"323478",78451,116108 -"323479",78451,116109 -"323480",78452,119422 -"323481",78453,89906 -"323482",78453,103215 -"323483",78453,114737 -"323484",78456,100216 -"323485",78456,107922 -"323486",78456,114118 -"323487",78457,80395 -"323488",78457,93120 -"323489",78457,95182 -"323490",78457,95217 -"323491",78459,103262 -"323492",78459,103263 -"323493",78459,103273 -"323494",78460,78577 -"323495",78460,85116 -"323496",78460,95661 -"323497",78460,97577 -"323498",78460,98068 -"323499",78460,104065 -"323500",78460,112032 -"323501",78460,113806 -"323502",78460,116792 -"323503",78461,107874 -"323504",78461,108483 -"323505",78461,110655 -"323506",78462,78748 -"323507",78462,78756 -"323508",78462,78937 -"323509",78464,104328 -"323510",78465,78466 -"323511",78466,84235 -"323512",78469,78470 -"323513",78471,78641 -"323514",78471,78914 -"323515",78472,83964 -"323516",78472,116178 -"323517",78473,79966 -"323518",78475,82160 -"323519",78475,85767 -"323520",78476,100527 -"323521",78479,104522 -"323522",78479,108181 -"323523",78480,78499 -"323524",78482,84823 -"323525",78482,88466 -"323526",78482,123001 -"323527",78483,89168 -"323528",78483,89316 -"323529",78483,94340 -"323530",78484,80339 -"323531",78484,80370 -"323532",78487,81474 -"323533",78487,88309 -"323534",78487,91779 -"323535",78487,102535 -"323536",78487,106275 -"323537",78487,106280 -"323538",78492,79487 -"323539",78492,85224 -"323540",78492,90929 -"323541",78492,91100 -"323542",78492,93079 -"323543",78493,87198 -"323544",78493,92785 -"323545",78493,94569 -"323546",78493,112240 -"323547",78493,113002 -"323548",78493,113189 -"323549",78493,117082 -"323550",78494,78497 -"323551",78496,84243 -"323552",78496,97825 -"323553",78497,79687 -"323554",78497,80568 -"323555",78497,94194 -"323556",78499,88979 -"323557",78499,88984 -"323558",78501,97881 -"323559",78501,119533 -"323560",78502,88479 -"323561",78502,89869 -"323562",78502,93017 -"323563",78502,101970 -"323564",78502,108783 -"323565",78502,122548 -"323566",78504,78506 -"323567",78507,78550 -"323568",78507,78551 -"323569",78508,101416 -"323570",78509,78510 -"323571",78509,78539 -"323572",78510,78539 -"323573",78511,98787 -"323574",78512,99991 -"323575",78513,78564 -"323576",78515,83080 -"323577",78516,80889 -"323578",78516,94932 -"323579",78516,108346 -"323580",78516,110040 -"323581",78518,87212 -"323582",78521,84300 -"323583",78521,91806 -"323584",78521,103926 -"323585",78522,119656 -"323586",78523,114573 -"323587",78524,79938 -"323588",78527,78531 -"323589",78529,80188 -"323590",78529,80340 -"323591",78529,80366 -"323592",78532,81609 -"323593",78532,84701 -"323594",78532,85885 -"323595",78532,89015 -"323596",78532,91068 -"323597",78532,91255 -"323598",78532,92247 -"323599",78532,92352 -"323600",78532,92362 -"323601",78532,92929 -"323602",78532,93382 -"323603",78532,93719 -"323604",78532,94906 -"323605",78532,94946 -"323606",78532,95889 -"323607",78532,96093 -"323608",78532,97988 -"323609",78532,99309 -"323610",78532,99376 -"323611",78532,99450 -"323612",78532,99471 -"323613",78532,99474 -"323614",78532,100916 -"323615",78532,100944 -"323616",78532,101126 -"323617",78532,101329 -"323618",78532,105557 -"323619",78532,107199 -"323620",78532,108743 -"323621",78532,108980 -"323622",78532,109291 -"323623",78532,109933 -"323624",78532,110483 -"323625",78532,110567 -"323626",78532,110572 -"323627",78532,110630 -"323628",78532,110648 -"323629",78532,110711 -"323630",78532,110770 -"323631",78532,110869 -"323632",78532,110911 -"323633",78532,111285 -"323634",78532,111314 -"323635",78532,111362 -"323636",78532,111372 -"323637",78532,111424 -"323638",78532,111433 -"323639",78532,112422 -"323640",78532,113269 -"323641",78532,113430 -"323642",78532,114242 -"323643",78532,114842 -"323644",78532,115427 -"323645",78532,115521 -"323646",78532,115711 -"323647",78532,120771 -"323648",78533,89876 -"323649",78534,78840 -"323650",78534,88550 -"323651",78534,94268 -"323652",78534,107240 -"323653",78534,115444 -"323654",78535,82426 -"323655",78536,86865 -"323656",78536,103523 -"323657",78536,109084 -"323658",78537,78540 -"323659",78537,86934 -"323660",78537,110513 -"323661",78538,114661 -"323662",78540,98187 -"323663",78540,114978 -"323664",78541,78553 -"323665",78541,78563 -"323666",78543,104114 -"323667",78543,108335 -"323668",78544,92393 -"323669",78544,112010 -"323670",78545,78887 -"323671",78545,103304 -"323672",78548,92953 -"323673",78550,78551 -"323674",78552,92301 -"323675",78553,78563 -"323676",78554,85004 -"323677",78554,85713 -"323678",78554,114505 -"323679",78556,105923 -"323680",78557,94032 -"323681",78558,81006 -"323682",78558,82204 -"323683",78558,82208 -"323684",78558,82213 -"323685",78560,104249 -"323686",78561,80788 -"323687",78561,90326 -"323688",78562,80851 -"323689",78563,78696 -"323690",78567,90505 -"323691",78568,81912 -"323692",78568,91092 -"323693",78568,98596 -"323694",78569,82143 -"323695",78569,83231 -"323696",78569,86471 -"323697",78569,90804 -"323698",78569,91022 -"323699",78569,91045 -"323700",78569,95675 -"323701",78569,101516 -"323702",78569,102387 -"323703",78569,108374 -"323704",78569,108893 -"323705",78569,109101 -"323706",78569,109523 -"323707",78569,110993 -"323708",78569,111338 -"323709",78569,111398 -"323710",78569,111409 -"323711",78569,111480 -"323712",78569,112422 -"323713",78569,112648 -"323714",78569,112708 -"323715",78569,112820 -"323716",78569,112997 -"323717",78569,113597 -"323718",78569,114418 -"323719",78569,114582 -"323720",78569,115371 -"323721",78569,116028 -"323722",78569,116604 -"323723",78570,79327 -"323724",78570,90056 -"323725",78571,88678 -"323726",78571,98259 -"323727",78573,78584 -"323728",78574,78666 -"323729",78574,104346 -"323730",78576,100851 -"323731",78576,102331 -"323732",78576,114039 -"323733",78577,80896 -"323734",78577,81134 -"323735",78577,82989 -"323736",78577,85148 -"323737",78577,85673 -"323738",78577,103475 -"323739",78578,97655 -"323740",78581,80947 -"323741",78584,85874 -"323742",78587,89047 -"323743",78587,114364 -"323744",78587,120464 -"323745",78591,83397 -"323746",78591,92554 -"323747",78591,105822 -"323748",78592,88127 -"323749",78592,93778 -"323750",78594,96989 -"323751",78594,119153 -"323752",78595,88280 -"323753",78595,99613 -"323754",78596,78640 -"323755",78596,78675 -"323756",78597,78636 -"323757",78597,78934 -"323758",78597,81362 -"323759",78597,100078 -"323760",78598,84495 -"323761",78598,88170 -"323762",78600,78601 -"323763",78600,78668 -"323764",78601,78668 -"323765",78601,95228 -"323766",78602,78655 -"323767",78604,80088 -"323768",78604,81939 -"323769",78604,94761 -"323770",78604,123191 -"323771",78604,123192 -"323772",78605,83836 -"323773",78605,94967 -"323774",78605,97447 -"323775",78605,100891 -"323776",78605,106699 -"323777",78606,93564 -"323778",78607,90071 -"323779",78607,94037 -"323780",78607,122306 -"323781",78609,99154 -"323782",78609,108848 -"323783",78610,103924 -"323784",78610,104937 -"323785",78611,78628 -"323786",78611,79000 -"323787",78611,80983 -"323788",78611,81540 -"323789",78611,81951 -"323790",78611,85191 -"323791",78613,78622 -"323792",78614,78627 -"323793",78615,78661 -"323794",78616,83167 -"323795",78619,107524 -"323796",78621,102778 -"323797",78621,103239 -"323798",78622,92247 -"323799",78623,112681 -"323800",78625,110549 -"323801",78626,85150 -"323802",78626,85155 -"323803",78627,92680 -"323804",78627,92854 -"323805",78628,83442 -"323806",78628,88448 -"323807",78628,98125 -"323808",78628,99196 -"323809",78628,99223 -"323810",78628,101506 -"323811",78628,102919 -"323812",78629,82844 -"323813",78629,102122 -"323814",78632,85757 -"323815",78632,87126 -"323816",78632,99108 -"323817",78632,104790 -"323818",78633,103481 -"323819",78634,82803 -"323820",78634,82822 -"323821",78634,84804 -"323822",78634,102714 -"323823",78635,121611 -"323824",78635,121615 -"323825",78637,82573 -"323826",78637,91417 -"323827",78637,95541 -"323828",78637,102292 -"323829",78637,107036 -"323830",78637,121950 -"323831",78637,121966 -"323832",78637,121971 -"323833",78637,121976 -"323834",78638,101313 -"323835",78638,103282 -"323836",78639,78681 -"323837",78639,78945 -"323838",78639,122699 -"323839",78640,78675 -"323840",78641,78914 -"323841",78642,94667 -"323842",78642,117506 -"323843",78643,97155 -"323844",78644,93518 -"323845",78645,90034 -"323846",78645,90035 -"323847",78647,79524 -"323848",78648,82057 -"323849",78649,117148 -"323850",78650,89800 -"323851",78651,88764 -"323852",78651,99575 -"323853",78654,83386 -"323854",78654,83415 -"323855",78656,79009 -"323856",78656,88095 -"323857",78657,118730 -"323858",78657,118732 -"323859",78658,97622 -"323860",78661,123180 -"323861",78662,78672 -"323862",78664,106402 -"323863",78665,81239 -"323864",78665,92785 -"323865",78665,101121 -"323866",78665,102255 -"323867",78665,103778 -"323868",78665,116919 -"323869",78665,118007 -"323870",78665,118396 -"323871",78665,122969 -"323872",78667,81324 -"323873",78669,94200 -"323874",78669,95418 -"323875",78669,96305 -"323876",78669,98643 -"323877",78669,112073 -"323878",78669,112096 -"323879",78670,96115 -"323880",78671,79503 -"323881",78672,86138 -"323882",78673,84588 -"323883",78676,108497 -"323884",78677,80862 -"323885",78677,86193 -"323886",78677,88175 -"323887",78677,109633 -"323888",78677,112665 -"323889",78677,115017 -"323890",78678,103627 -"323891",78679,88237 -"323892",78679,88462 -"323893",78680,78695 -"323894",78681,78945 -"323895",78683,100448 -"323896",78685,92627 -"323897",78685,112531 -"323898",78687,85747 -"323899",78688,84099 -"323900",78688,85951 -"323901",78688,100336 -"323902",78689,79654 -"323903",78690,78717 -"323904",78692,80070 -"323905",78692,90953 -"323906",78692,95902 -"323907",78692,98332 -"323908",78693,78744 -"323909",78694,90357 -"323910",78694,93717 -"323911",78694,97387 -"323912",78694,97407 -"323913",78694,97411 -"323914",78694,97413 -"323915",78695,83810 -"323916",78695,91139 -"323917",78695,97547 -"323918",78697,83192 -"323919",78697,88843 -"323920",78697,92496 -"323921",78697,94954 -"323922",78697,94955 -"323923",78697,94957 -"323924",78697,94969 -"323925",78697,95915 -"323926",78699,103728 -"323927",78699,103793 -"323928",78700,90227 -"323929",78700,96825 -"323930",78700,118688 -"323931",78701,82976 -"323932",78701,90721 -"323933",78701,111748 -"323934",78702,80450 -"323935",78702,111644 -"323936",78704,79723 -"323937",78704,79799 -"323938",78705,106224 -"323939",78705,122812 -"323940",78706,90669 -"323941",78706,99672 -"323942",78708,106373 -"323943",78708,107203 -"323944",78708,111671 -"323945",78709,85522 -"323946",78709,97511 -"323947",78710,103074 -"323948",78711,78712 -"323949",78713,97940 -"323950",78715,95690 -"323951",78715,111853 -"323952",78719,105295 -"323953",78720,92582 -"323954",78720,92607 -"323955",78721,109386 -"323956",78722,78747 -"323957",78723,100789 -"323958",78724,104946 -"323959",78726,78768 -"323960",78726,99289 -"323961",78726,108553 -"323962",78726,112268 -"323963",78726,121950 -"323964",78727,88838 -"323965",78731,78922 -"323966",78731,83524 -"323967",78731,86463 -"323968",78731,100699 -"323969",78731,101667 -"323970",78731,101696 -"323971",78732,78944 -"323972",78732,86795 -"323973",78732,90409 -"323974",78733,78777 -"323975",78737,102852 -"323976",78737,103849 -"323977",78737,121202 -"323978",78738,79088 -"323979",78738,82456 -"323980",78738,82513 -"323981",78738,82521 -"323982",78738,82524 -"323983",78740,82396 -"323984",78740,86948 -"323985",78740,118359 -"323986",78740,120173 -"323987",78742,80174 -"323988",78742,86860 -"323989",78742,94196 -"323990",78742,95943 -"323991",78742,96658 -"323992",78742,107237 -"323993",78742,107279 -"323994",78745,90275 -"323995",78745,96945 -"323996",78748,78756 -"323997",78748,78937 -"323998",78749,88172 -"323999",78750,82310 -"324000",78750,83556 -"324001",78750,85733 -"324002",78750,94433 -"324003",78750,110332 -"324004",78750,112571 -"324005",78756,78937 -"324006",78759,98329 -"324007",78759,100629 -"324008",78759,101222 -"324009",78761,91823 -"324010",78761,103063 -"324011",78761,104234 -"324012",78761,104281 -"324013",78761,104299 -"324014",78761,105718 -"324015",78763,103574 -"324016",78763,114246 -"324017",78763,120746 -"324018",78763,123403 -"324019",78764,83929 -"324020",78764,102407 -"324021",78766,80987 -"324022",78767,115623 -"324023",78768,83810 -"324024",78768,84757 -"324025",78768,91083 -"324026",78768,94215 -"324027",78768,94234 -"324028",78768,99599 -"324029",78768,112792 -"324030",78769,79042 -"324031",78770,84854 -"324032",78770,85734 -"324033",78770,89142 -"324034",78770,90533 -"324035",78772,84059 -"324036",78773,84109 -"324037",78773,84780 -"324038",78773,118129 -"324039",78776,113779 -"324040",78777,108195 -"324041",78779,86808 -"324042",78779,97853 -"324043",78779,117173 -"324044",78779,117217 -"324045",78781,80387 -"324046",78781,80393 -"324047",78782,81655 -"324048",78782,89565 -"324049",78782,112689 -"324050",78784,93039 -"324051",78784,94163 -"324052",78784,102092 -"324053",78784,122652 -"324054",78784,122655 -"324055",78787,82355 -"324056",78787,112961 -"324057",78788,106879 -"324058",78792,79804 -"324059",78792,81410 -"324060",78792,90068 -"324061",78792,91912 -"324062",78792,94291 -"324063",78792,97237 -"324064",78794,85248 -"324065",78795,85377 -"324066",78796,78813 -"324067",78796,104995 -"324068",78796,105002 -"324069",78796,105142 -"324070",78796,105149 -"324071",78796,105150 -"324072",78796,105165 -"324073",78796,105169 -"324074",78796,105170 -"324075",78799,85290 -"324076",78799,101740 -"324077",78799,104021 -"324078",78803,83748 -"324079",78804,78856 -"324080",78805,78858 -"324081",78805,90371 -"324082",78805,106363 -"324083",78805,106387 -"324084",78805,106395 -"324085",78806,82730 -"324086",78806,95469 -"324087",78806,96814 -"324088",78806,98397 -"324089",78806,102766 -"324090",78806,108163 -"324091",78807,90607 -"324092",78808,78826 -"324093",78808,78832 -"324094",78808,78850 -"324095",78808,78855 -"324096",78808,78859 -"324097",78808,79076 -"324098",78808,79077 -"324099",78808,79118 -"324100",78808,79127 -"324101",78808,79163 -"324102",78809,81166 -"324103",78809,107626 -"324104",78810,79961 -"324105",78810,93787 -"324106",78810,117390 -"324107",78811,82242 -"324108",78811,84682 -"324109",78811,94623 -"324110",78811,101134 -"324111",78811,102135 -"324112",78811,102639 -"324113",78811,104139 -"324114",78815,90063 -"324115",78815,90066 -"324116",78817,93771 -"324117",78817,104223 -"324118",78818,103405 -"324119",78819,91601 -"324120",78820,78821 -"324121",78820,86046 -"324122",78821,88057 -"324123",78821,101921 -"324124",78822,88921 -"324125",78822,91717 -"324126",78822,114846 -"324127",78826,78832 -"324128",78826,78850 -"324129",78826,78855 -"324130",78826,78859 -"324131",78826,79076 -"324132",78826,79077 -"324133",78826,79118 -"324134",78826,79127 -"324135",78826,79163 -"324136",78827,98644 -"324137",78828,83558 -"324138",78829,83870 -"324139",78829,95502 -"324140",78830,79112 -"324141",78832,78850 -"324142",78832,78855 -"324143",78832,78859 -"324144",78832,79076 -"324145",78832,79077 -"324146",78832,79118 -"324147",78832,79127 -"324148",78832,79163 -"324149",78833,96428 -"324150",78834,84313 -"324151",78834,85417 -"324152",78834,98550 -"324153",78834,123054 -"324154",78836,78913 -"324155",78836,78957 -"324156",78838,78932 -"324157",78841,83223 -"324158",78842,80116 -"324159",78842,80793 -"324160",78842,108432 -"324161",78843,106028 -"324162",78843,106038 -"324163",78843,106193 -"324164",78844,78845 -"324165",78844,78846 -"324166",78844,87184 -"324167",78844,87207 -"324168",78844,87232 -"324169",78845,78846 -"324170",78849,93509 -"324171",78850,78855 -"324172",78850,78859 -"324173",78850,78970 -"324174",78850,79076 -"324175",78850,79077 -"324176",78850,79118 -"324177",78850,79127 -"324178",78850,79163 -"324179",78851,82298 -"324180",78853,91093 -"324181",78854,100123 -"324182",78854,116549 -"324183",78854,122777 -"324184",78854,122778 -"324185",78854,122779 -"324186",78854,122780 -"324187",78854,122827 -"324188",78854,122839 -"324189",78855,78859 -"324190",78855,78970 -"324191",78855,79076 -"324192",78855,79077 -"324193",78855,79118 -"324194",78855,79127 -"324195",78855,79163 -"324196",78857,120399 -"324197",78859,79076 -"324198",78859,79077 -"324199",78859,79118 -"324200",78859,79127 -"324201",78859,79163 -"324202",78863,96844 -"324203",78863,114706 -"324204",78863,122533 -"324205",78865,106068 -"324206",78866,79053 -"324207",78866,79121 -"324208",78867,98852 -"324209",78868,82852 -"324210",78868,85139 -"324211",78868,104897 -"324212",78868,110300 -"324213",78869,79153 -"324214",78869,102161 -"324215",78871,118287 -"324216",78871,118288 -"324217",78871,118289 -"324218",78871,118290 -"324219",78872,89760 -"324220",78872,90446 -"324221",78872,106017 -"324222",78872,112779 -"324223",78872,112787 -"324224",78872,112849 -"324225",78873,106753 -"324226",78874,79960 -"324227",78874,92999 -"324228",78874,93008 -"324229",78874,93014 -"324230",78874,93018 -"324231",78875,79766 -"324232",78875,80471 -"324233",78875,82203 -"324234",78875,101783 -"324235",78875,109319 -"324236",78875,111888 -"324237",78876,99487 -"324238",78877,80759 -"324239",78878,95087 -"324240",78878,96618 -"324241",78879,89798 -"324242",78879,99144 -"324243",78880,88166 -"324244",78880,88167 -"324245",78881,78882 -"324246",78884,99846 -"324247",78886,90450 -"324248",78886,90452 -"324249",78886,110058 -"324250",78886,119124 -"324251",78887,84062 -"324252",78887,103731 -"324253",78887,103738 -"324254",78887,103743 -"324255",78887,103746 -"324256",78888,78930 -"324257",78890,96259 -"324258",78890,108970 -"324259",78891,83064 -"324260",78891,92378 -"324261",78895,78896 -"324262",78897,78942 -"324263",78897,78956 -"324264",78898,102706 -"324265",78900,79372 -"324266",78904,95403 -"324267",78904,102113 -"324268",78906,78907 -"324269",78908,97019 -"324270",78909,91384 -"324271",78911,78935 -"324272",78911,87888 -"324273",78912,82576 -"324274",78913,78957 -"324275",78915,79760 -"324276",78915,84684 -"324277",78915,90292 -"324278",78915,90305 -"324279",78915,96362 -"324280",78915,96372 -"324281",78915,96373 -"324282",78915,96394 -"324283",78915,109910 -"324284",78915,121555 -"324285",78915,122001 -"324286",78916,80988 -"324287",78916,83757 -"324288",78916,92627 -"324289",78916,100581 -"324290",78916,101869 -"324291",78916,101894 -"324292",78916,102230 -"324293",78916,105744 -"324294",78916,109348 -"324295",78916,111974 -"324296",78916,113432 -"324297",78916,113649 -"324298",78916,113688 -"324299",78918,114271 -"324300",78921,89628 -"324301",78921,92185 -"324302",78922,101696 -"324303",78922,105016 -"324304",78923,121170 -"324305",78924,98201 -"324306",78925,79136 -"324307",78925,90643 -"324308",78925,92592 -"324309",78925,93540 -"324310",78925,94027 -"324311",78925,100502 -"324312",78925,105903 -"324313",78925,105950 -"324314",78925,105951 -"324315",78925,105952 -"324316",78925,105988 -"324317",78926,78992 -"324318",78927,93076 -"324319",78927,101345 -"324320",78928,82360 -"324321",78928,106870 -"324322",78928,106894 -"324323",78928,119372 -"324324",78931,101176 -"324325",78931,109412 -"324326",78931,115672 -"324327",78932,93195 -"324328",78933,88083 -"324329",78933,89466 -"324330",78933,95299 -"324331",78933,102327 -"324332",78933,108901 -"324333",78933,110347 -"324334",78933,110763 -"324335",78934,81362 -"324336",78936,79071 -"324337",78936,96414 -"324338",78936,96419 -"324339",78936,96436 -"324340",78936,96440 -"324341",78938,89641 -"324342",78938,100584 -"324343",78938,103598 -"324344",78938,110727 -"324345",78938,110805 -"324346",78939,78974 -"324347",78940,85704 -"324348",78940,121188 -"324349",78941,82310 -"324350",78941,102217 -"324351",78942,78956 -"324352",78942,88317 -"324353",78942,103848 -"324354",78942,103989 -"324355",78942,105473 -"324356",78942,105475 -"324357",78943,93519 -"324358",78946,82761 -"324359",78946,100109 -"324360",78946,100123 -"324361",78946,116549 -"324362",78947,99948 -"324363",78948,85280 -"324364",78948,118139 -"324365",78948,118145 -"324366",78948,118169 -"324367",78950,96248 -"324368",78951,79061 -"324369",78954,80754 -"324370",78954,94646 -"324371",78954,115655 -"324372",78956,99533 -"324373",78956,103848 -"324374",78956,103989 -"324375",78956,108821 -"324376",78956,117176 -"324377",78956,117192 -"324378",78956,117498 -"324379",78956,117534 -"324380",78958,92038 -"324381",78958,117978 -"324382",78958,117979 -"324383",78958,118001 -"324384",78958,118006 -"324385",78959,81057 -"324386",78959,89894 -"324387",78960,78961 -"324388",78961,87438 -"324389",78961,88380 -"324390",78961,93354 -"324391",78961,93448 -"324392",78961,94980 -"324393",78961,107221 -"324394",78962,82097 -"324395",78962,82102 -"324396",78962,83995 -"324397",78962,99930 -"324398",78963,78964 -"324399",78963,91885 -"324400",78966,90501 -"324401",78967,86479 -"324402",78968,81859 -"324403",78968,83160 -"324404",78968,84713 -"324405",78968,91746 -"324406",78968,91781 -"324407",78968,94679 -"324408",78968,102483 -"324409",78968,110131 -"324410",78968,110147 -"324411",78968,110155 -"324412",78968,110173 -"324413",78968,112774 -"324414",78969,84148 -"324415",78971,81192 -"324416",78971,94702 -"324417",78972,91529 -"324418",78973,84277 -"324419",78974,86023 -"324420",78974,87813 -"324421",78974,88773 -"324422",78974,90993 -"324423",78974,90994 -"324424",78974,92417 -"324425",78974,100319 -"324426",78974,101250 -"324427",78974,101462 -"324428",78974,109885 -"324429",78974,110742 -"324430",78974,112606 -"324431",78974,116142 -"324432",78974,116150 -"324433",78974,116151 -"324434",78974,116152 -"324435",78974,116155 -"324436",78974,116159 -"324437",78974,116163 -"324438",78974,116165 -"324439",78974,116166 -"324440",78974,116171 -"324441",78974,116677 -"324442",78974,116678 -"324443",78975,80343 -"324444",78975,84530 -"324445",78975,85028 -"324446",78975,85500 -"324447",78975,97834 -"324448",78975,98887 -"324449",78975,106906 -"324450",78975,115503 -"324451",78978,79212 -"324452",78978,79241 -"324453",78978,79579 -"324454",78978,80239 -"324455",78978,80301 -"324456",78978,81397 -"324457",78978,88340 -"324458",78978,88749 -"324459",78978,89069 -"324460",78978,89373 -"324461",78978,89995 -"324462",78978,90919 -"324463",78978,90936 -"324464",78978,92861 -"324465",78978,93097 -"324466",78978,94231 -"324467",78978,95489 -"324468",78978,96247 -"324469",78978,96363 -"324470",78978,97898 -"324471",78981,91918 -"324472",78981,122668 -"324473",78987,85584 -"324474",78988,92866 -"324475",78990,84863 -"324476",78990,86698 -"324477",78990,95620 -"324478",78990,100556 -"324479",78990,102792 -"324480",78991,79039 -"324481",78991,110351 -"324482",78992,97246 -"324483",78994,115377 -"324484",78995,101899 -"324485",78995,107204 -"324486",78995,114390 -"324487",78995,114556 -"324488",78995,115355 -"324489",78996,79600 -"324490",78997,86650 -"324491",78997,87780 -"324492",78999,89721 -"324493",78999,89733 -"324494",78999,91569 -"324495",78999,101209 -"324496",78999,105870 -"324497",79000,80025 -"324498",79000,81927 -"324499",79000,84808 -"324500",79000,84828 -"324501",79002,81627 -"324502",79003,79428 -"324503",79003,101524 -"324504",79003,101785 -"324505",79003,109733 -"324506",79004,80193 -"324507",79004,80825 -"324508",79004,82865 -"324509",79004,87883 -"324510",79005,79043 -"324511",79007,82768 -"324512",79007,93727 -"324513",79008,81686 -"324514",79008,91981 -"324515",79008,117230 -"324516",79008,117307 -"324517",79009,79041 -"324518",79009,88095 -"324519",79010,79023 -"324520",79010,97354 -"324521",79010,105510 -"324522",79010,105511 -"324523",79011,95212 -"324524",79014,88452 -"324525",79014,92013 -"324526",79014,98604 -"324527",79015,92019 -"324528",79016,79188 -"324529",79019,110250 -"324530",79022,79716 -"324531",79022,79989 -"324532",79022,80281 -"324533",79022,81728 -"324534",79022,82196 -"324535",79022,82383 -"324536",79022,82810 -"324537",79022,82854 -"324538",79022,83853 -"324539",79022,83884 -"324540",79022,84379 -"324541",79022,84613 -"324542",79022,85465 -"324543",79022,85610 -"324544",79022,86351 -"324545",79022,86451 -"324546",79022,86882 -"324547",79022,87175 -"324548",79022,87451 -"324549",79022,87521 -"324550",79022,87572 -"324551",79022,87663 -"324552",79022,87721 -"324553",79022,87862 -"324554",79023,93357 -"324555",79023,97354 -"324556",79023,99103 -"324557",79023,99301 -"324558",79023,105510 -"324559",79023,105511 -"324560",79023,109350 -"324561",79023,111188 -"324562",79023,111190 -"324563",79024,105003 -"324564",79024,105043 -"324565",79025,104770 -"324566",79026,86750 -"324567",79026,104567 -"324568",79026,113490 -"324569",79027,79029 -"324570",79027,79065 -"324571",79029,79065 -"324572",79030,87172 -"324573",79030,93454 -"324574",79030,106708 -"324575",79032,79943 -"324576",79032,86978 -"324577",79032,91547 -"324578",79032,94088 -"324579",79032,94138 -"324580",79032,97010 -"324581",79032,103296 -"324582",79032,104356 -"324583",79032,119459 -"324584",79032,120333 -"324585",79033,79124 -"324586",79033,81369 -"324587",79033,96520 -"324588",79034,93813 -"324589",79035,88679 -"324590",79035,88688 -"324591",79035,89081 -"324592",79035,89109 -"324593",79035,89138 -"324594",79035,89140 -"324595",79035,89143 -"324596",79035,89148 -"324597",79035,89162 -"324598",79035,97289 -"324599",79036,81392 -"324600",79036,83435 -"324601",79036,84768 -"324602",79036,87968 -"324603",79037,121732 -"324604",79038,83240 -"324605",79039,85750 -"324606",79039,96068 -"324607",79039,109336 -"324608",79039,120957 -"324609",79040,83707 -"324610",79040,83726 -"324611",79041,98477 -"324612",79044,120279 -"324613",79046,118534 -"324614",79047,97888 -"324615",79047,98917 -"324616",79049,87476 -"324617",79049,87490 -"324618",79050,92785 -"324619",79050,95477 -"324620",79050,95862 -"324621",79050,98322 -"324622",79050,118396 -"324623",79051,91078 -"324624",79051,104751 -"324625",79051,108753 -"324626",79051,114854 -"324627",79053,79121 -"324628",79053,84168 -"324629",79055,79109 -"324630",79057,97177 -"324631",79057,97689 -"324632",79057,101460 -"324633",79057,122250 -"324634",79058,88690 -"324635",79059,79087 -"324636",79060,93309 -"324637",79063,79567 -"324638",79063,80748 -"324639",79063,87147 -"324640",79063,89452 -"324641",79063,92336 -"324642",79063,92971 -"324643",79063,101490 -"324644",79063,103169 -"324645",79063,116508 -"324646",79063,117332 -"324647",79063,121084 -"324648",79063,121093 -"324649",79063,121094 -"324650",79063,121762 -"324651",79064,107507 -"324652",79064,107521 -"324653",79065,98653 -"324654",79065,100530 -"324655",79068,83301 -"324656",79068,85560 -"324657",79068,98578 -"324658",79068,102426 -"324659",79069,94808 -"324660",79069,105374 -"324661",79069,105729 -"324662",79069,105730 -"324663",79069,105761 -"324664",79069,114108 -"324665",79074,80421 -"324666",79074,87015 -"324667",79074,87254 -"324668",79074,98124 -"324669",79074,99832 -"324670",79074,100768 -"324671",79074,103890 -"324672",79074,104650 -"324673",79074,106348 -"324674",79074,107785 -"324675",79074,109737 -"324676",79074,120797 -"324677",79074,122246 -"324678",79075,79089 -"324679",79075,79131 -"324680",79076,79077 -"324681",79076,79118 -"324682",79076,79127 -"324683",79076,79163 -"324684",79077,79118 -"324685",79077,79127 -"324686",79077,79163 -"324687",79079,79138 -"324688",79079,79142 -"324689",79081,104027 -"324690",79082,80326 -"324691",79082,80390 -"324692",79082,91912 -"324693",79082,94480 -"324694",79082,97237 -"324695",79082,101793 -"324696",79082,109663 -"324697",79082,122267 -"324698",79082,122312 -"324699",79084,81449 -"324700",79086,112177 -"324701",79086,123201 -"324702",79087,87305 -"324703",79087,99369 -"324704",79087,102933 -"324705",79087,104520 -"324706",79087,110717 -"324707",79087,110877 -"324708",79087,114382 -"324709",79088,88076 -"324710",79088,92495 -"324711",79088,93499 -"324712",79088,95151 -"324713",79089,79131 -"324714",79089,81850 -"324715",79090,79238 -"324716",79090,120701 -"324717",79090,120705 -"324718",79091,119746 -"324719",79094,122517 -"324720",79094,122520 -"324721",79095,91352 -"324722",79095,91501 -"324723",79095,96599 -"324724",79096,79578 -"324725",79098,116242 -"324726",79100,81163 -"324727",79102,98392 -"324728",79106,101497 -"324729",79108,108364 -"324730",79108,110901 -"324731",79110,92895 -"324732",79110,94857 -"324733",79110,94861 -"324734",79110,98986 -"324735",79111,79133 -"324736",79112,94855 -"324737",79112,106442 -"324738",79112,106471 -"324739",79113,90591 -"324740",79113,90628 -"324741",79113,90647 -"324742",79113,90704 -"324743",79113,90711 -"324744",79113,90759 -"324745",79115,79122 -"324746",79116,79145 -"324747",79117,118991 -"324748",79117,123374 -"324749",79118,79127 -"324750",79118,79163 -"324751",79119,85065 -"324752",79120,79129 -"324753",79121,84168 -"324754",79121,86460 -"324755",79123,104300 -"324756",79124,92724 -"324757",79125,105038 -"324758",79127,79163 -"324759",79135,122459 -"324760",79136,79364 -"324761",79136,79657 -"324762",79136,82768 -"324763",79136,85488 -"324764",79136,87233 -"324765",79136,88309 -"324766",79136,90643 -"324767",79136,90845 -"324768",79136,92341 -"324769",79136,92996 -"324770",79136,93540 -"324771",79136,96542 -"324772",79136,100432 -"324773",79136,100502 -"324774",79136,100734 -"324775",79136,101189 -"324776",79136,102226 -"324777",79136,105197 -"324778",79136,105207 -"324779",79136,105221 -"324780",79136,105231 -"324781",79136,105606 -"324782",79136,105950 -"324783",79136,105951 -"324784",79136,105952 -"324785",79138,79142 -"324786",79139,84873 -"324787",79139,107615 -"324788",79142,117752 -"324789",79143,116831 -"324790",79144,88332 -"324791",79145,105750 -"324792",79147,80622 -"324793",79147,98467 -"324794",79149,79191 -"324795",79149,106965 -"324796",79150,115982 -"324797",79151,102252 -"324798",79152,79259 -"324799",79154,86663 -"324800",79155,91098 -"324801",79158,97807 -"324802",79158,114972 -"324803",79158,122838 -"324804",79159,82622 -"324805",79159,94654 -"324806",79159,118631 -"324807",79163,83686 -"324808",79165,82103 -"324809",79169,94148 -"324810",79169,97717 -"324811",79169,97777 -"324812",79169,97797 -"324813",79169,97808 -"324814",79169,97814 -"324815",79169,106025 -"324816",79169,106036 -"324817",79169,106059 -"324818",79170,103982 -"324819",79171,94480 -"324820",79175,79190 -"324821",79176,79196 -"324822",79176,83042 -"324823",79176,99678 -"324824",79176,110659 -"324825",79176,117003 -"324826",79179,79214 -"324827",79179,82398 -"324828",79179,88468 -"324829",79180,79527 -"324830",79180,80723 -"324831",79180,81070 -"324832",79180,98459 -"324833",79180,102098 -"324834",79183,84607 -"324835",79183,96336 -"324836",79183,101155 -"324837",79183,101189 -"324838",79185,79246 -"324839",79186,79386 -"324840",79186,115923 -"324841",79187,103033 -"324842",79187,103044 -"324843",79188,98080 -"324844",79188,100639 -"324845",79188,107109 -"324846",79188,107124 -"324847",79189,79223 -"324848",79189,81523 -"324849",79189,90010 -"324850",79189,90014 -"324851",79189,94956 -"324852",79191,119415 -"324853",79192,88132 -"324854",79194,114272 -"324855",79197,86362 -"324856",79197,91217 -"324857",79197,104110 -"324858",79198,95093 -"324859",79198,95148 -"324860",79198,104046 -"324861",79199,79200 -"324862",79199,79230 -"324863",79200,79230 -"324864",79201,79693 -"324865",79201,106726 -"324866",79201,107028 -"324867",79201,107042 -"324868",79201,117855 -"324869",79201,122141 -"324870",79204,79616 -"324871",79204,84431 -"324872",79205,94566 -"324873",79209,102494 -"324874",79209,102513 -"324875",79210,100225 -"324876",79210,111512 -"324877",79211,79224 -"324878",79212,79241 -"324879",79212,79579 -"324880",79212,80239 -"324881",79212,80301 -"324882",79212,81397 -"324883",79212,88340 -"324884",79212,88749 -"324885",79212,89069 -"324886",79212,89373 -"324887",79212,89995 -"324888",79212,90919 -"324889",79212,90936 -"324890",79212,92861 -"324891",79212,93097 -"324892",79212,94231 -"324893",79212,95489 -"324894",79212,96247 -"324895",79212,96363 -"324896",79212,97898 -"324897",79212,99051 -"324898",79212,107673 -"324899",79212,107684 -"324900",79216,79217 -"324901",79216,80528 -"324902",79216,88362 -"324903",79216,89528 -"324904",79216,92005 -"324905",79216,92008 -"324906",79216,106959 -"324907",79217,80522 -"324908",79217,80528 -"324909",79217,80564 -"324910",79217,80842 -"324911",79222,82978 -"324912",79222,83306 -"324913",79222,85027 -"324914",79222,88412 -"324915",79222,89187 -"324916",79222,90275 -"324917",79222,90426 -"324918",79222,91112 -"324919",79222,91526 -"324920",79222,93425 -"324921",79222,93523 -"324922",79222,94520 -"324923",79222,95954 -"324924",79222,99544 -"324925",79222,99547 -"324926",79222,99554 -"324927",79222,100595 -"324928",79222,100739 -"324929",79222,100819 -"324930",79222,101177 -"324931",79222,101898 -"324932",79222,101988 -"324933",79222,102146 -"324934",79222,102201 -"324935",79222,102309 -"324936",79222,102635 -"324937",79222,102730 -"324938",79222,102846 -"324939",79222,103790 -"324940",79222,104095 -"324941",79222,104574 -"324942",79222,104784 -"324943",79222,104845 -"324944",79222,107269 -"324945",79222,107623 -"324946",79222,107714 -"324947",79222,107879 -"324948",79222,107975 -"324949",79222,122223 -"324950",79226,79253 -"324951",79227,83892 -"324952",79227,89853 -"324953",79227,90663 -"324954",79227,90836 -"324955",79227,96180 -"324956",79227,99613 -"324957",79227,100207 -"324958",79227,101311 -"324959",79227,103366 -"324960",79227,107556 -"324961",79227,109651 -"324962",79227,109958 -"324963",79230,89169 -"324964",79231,84138 -"324965",79231,86131 -"324966",79231,90573 -"324967",79231,105873 -"324968",79231,106968 -"324969",79231,109510 -"324970",79231,110599 -"324971",79233,96748 -"324972",79234,79327 -"324973",79235,89390 -"324974",79235,107858 -"324975",79236,101037 -"324976",79236,118057 -"324977",79236,118475 -"324978",79236,118970 -"324979",79237,79905 -"324980",79237,92065 -"324981",79237,106711 -"324982",79238,87287 -"324983",79239,80776 -"324984",79239,106644 -"324985",79239,121078 -"324986",79241,79579 -"324987",79241,80239 -"324988",79241,80301 -"324989",79241,81397 -"324990",79241,88340 -"324991",79241,88749 -"324992",79241,89069 -"324993",79241,89373 -"324994",79241,89995 -"324995",79241,90919 -"324996",79241,90936 -"324997",79241,92861 -"324998",79241,93097 -"324999",79241,94231 -"325000",79241,95489 -"325001",79241,96247 -"325002",79241,96363 -"325003",79241,97898 -"325004",79242,110466 -"325005",79243,84669 -"325006",79243,111792 -"325007",79243,111805 -"325008",79245,90963 -"325009",79245,112333 -"325010",79245,122875 -"325011",79246,81211 -"325012",79246,81368 -"325013",79246,81414 -"325014",79247,111449 -"325015",79248,80997 -"325016",79250,103074 -"325017",79251,94695 -"325018",79251,109920 -"325019",79253,85818 -"325020",79253,88765 -"325021",79253,98774 -"325022",79254,79840 -"325023",79254,83247 -"325024",79254,83338 -"325025",79254,89930 -"325026",79254,94339 -"325027",79254,111562 -"325028",79254,118306 -"325029",79256,82045 -"325030",79257,79318 -"325031",79258,109629 -"325032",79258,109666 -"325033",79260,85636 -"325034",79260,104827 -"325035",79260,113526 -"325036",79262,80134 -"325037",79262,88149 -"325038",79262,90451 -"325039",79262,92547 -"325040",79262,99493 -"325041",79262,106594 -"325042",79264,79408 -"325043",79265,79287 -"325044",79265,79332 -"325045",79265,79340 -"325046",79265,79341 -"325047",79266,79756 -"325048",79266,90232 -"325049",79266,106641 -"325050",79266,110312 -"325051",79266,114030 -"325052",79266,117297 -"325053",79266,119151 -"325054",79266,120201 -"325055",79266,121694 -"325056",79266,123134 -"325057",79267,80252 -"325058",79267,80271 -"325059",79267,80313 -"325060",79267,80345 -"325061",79267,80386 -"325062",79267,108823 -"325063",79267,108839 -"325064",79267,108874 -"325065",79268,79321 -"325066",79268,79337 -"325067",79268,86993 -"325068",79268,109187 -"325069",79268,115905 -"325070",79269,92215 -"325071",79269,121622 -"325072",79270,87224 -"325073",79270,88775 -"325074",79271,79272 -"325075",79271,79296 -"325076",79272,79296 -"325077",79273,79274 -"325078",79273,94584 -"325079",79273,116965 -"325080",79273,123488 -"325081",79277,91061 -"325082",79277,98221 -"325083",79277,98427 -"325084",79277,103833 -"325085",79279,79280 -"325086",79281,109246 -"325087",79282,107750 -"325088",79282,107756 -"325089",79282,121572 -"325090",79283,79291 -"325091",79283,79335 -"325092",79284,120581 -"325093",79285,88622 -"325094",79285,116686 -"325095",79287,79332 -"325096",79287,79340 -"325097",79287,79341 -"325098",79288,79643 -"325099",79289,83463 -"325100",79289,85224 -"325101",79289,86168 -"325102",79289,90929 -"325103",79289,90935 -"325104",79289,91066 -"325105",79289,91070 -"325106",79289,91094 -"325107",79289,91095 -"325108",79289,91096 -"325109",79289,91100 -"325110",79289,93079 -"325111",79289,96109 -"325112",79289,123261 -"325113",79290,89735 -"325114",79291,79335 -"325115",79293,91560 -"325116",79293,91581 -"325117",79293,91584 -"325118",79293,91616 -"325119",79293,91620 -"325120",79296,82502 -"325121",79297,117308 -"325122",79298,99729 -"325123",79298,101283 -"325124",79299,79375 -"325125",79299,88677 -"325126",79299,99172 -"325127",79299,99913 -"325128",79299,99915 -"325129",79299,99922 -"325130",79299,104548 -"325131",79299,111643 -"325132",79300,93618 -"325133",79301,116776 -"325134",79301,116779 -"325135",79303,79395 -"325136",79303,93612 -"325137",79303,110730 -"325138",79304,81594 -"325139",79304,91073 -"325140",79304,109392 -"325141",79304,110826 -"325142",79304,111976 -"325143",79304,116806 -"325144",79306,82156 -"325145",79306,84078 -"325146",79306,93518 -"325147",79306,117314 -"325148",79306,118014 -"325149",79306,120384 -"325150",79307,79330 -"325151",79308,112273 -"325152",79309,100408 -"325153",79311,79325 -"325154",79312,106115 -"325155",79313,102128 -"325156",79314,84705 -"325157",79314,86149 -"325158",79316,119711 -"325159",79317,79877 -"325160",79317,84441 -"325161",79317,94580 -"325162",79317,120229 -"325163",79321,79337 -"325164",79322,112434 -"325165",79323,93871 -"325166",79325,111653 -"325167",79326,79579 -"325168",79327,90056 -"325169",79328,79329 -"325170",79330,80470 -"325171",79330,89181 -"325172",79331,79710 -"325173",79331,79711 -"325174",79331,79720 -"325175",79331,79725 -"325176",79331,79738 -"325177",79331,79748 -"325178",79331,79750 -"325179",79331,79754 -"325180",79331,79758 -"325181",79331,79760 -"325182",79331,79771 -"325183",79331,79780 -"325184",79331,79781 -"325185",79331,79803 -"325186",79331,83425 -"325187",79332,79340 -"325188",79332,79341 -"325189",79332,119737 -"325190",79333,97071 -"325191",79334,85970 -"325192",79336,107666 -"325193",79337,96779 -"325194",79340,79341 -"325195",79342,104900 -"325196",79344,79618 -"325197",79344,94069 -"325198",79344,94097 -"325199",79345,88597 -"325200",79345,96542 -"325201",79345,99070 -"325202",79345,101235 -"325203",79345,119236 -"325204",79345,119239 -"325205",79346,79349 -"325206",79347,93512 -"325207",79348,114573 -"325208",79349,79403 -"325209",79349,80904 -"325210",79349,95321 -"325211",79349,105617 -"325212",79349,122338 -"325213",79350,83672 -"325214",79351,79821 -"325215",79351,84404 -"325216",79352,79544 -"325217",79352,91311 -"325218",79352,103439 -"325219",79352,103451 -"325220",79356,102352 -"325221",79357,83803 -"325222",79357,98614 -"325223",79359,93642 -"325224",79359,97914 -"325225",79359,97930 -"325226",79360,86896 -"325227",79363,118196 -"325228",79364,82898 -"325229",79364,90845 -"325230",79364,90873 -"325231",79364,96542 -"325232",79364,100561 -"325233",79365,82107 -"325234",79368,106678 -"325235",79369,89068 -"325236",79369,91272 -"325237",79369,100260 -"325238",79369,117334 -"325239",79369,117918 -"325240",79369,121933 -"325241",79370,95700 -"325242",79371,100708 -"325243",79371,112932 -"325244",79373,112430 -"325245",79375,80055 -"325246",79375,96893 -"325247",79375,98116 -"325248",79375,98120 -"325249",79375,99207 -"325250",79377,82251 -"325251",79377,83458 -"325252",79377,92799 -"325253",79378,110246 -"325254",79378,110685 -"325255",79378,113263 -"325256",79378,116660 -"325257",79378,121785 -"325258",79378,122145 -"325259",79379,85417 -"325260",79379,85427 -"325261",79379,103834 -"325262",79380,79381 -"325263",79382,88282 -"325264",79383,87148 -"325265",79383,91249 -"325266",79383,101395 -"325267",79383,112410 -"325268",79383,114865 -"325269",79383,121145 -"325270",79385,93686 -"325271",79386,115923 -"325272",79389,80702 -"325273",79390,92131 -"325274",79391,79392 -"325275",79391,88354 -"325276",79391,102229 -"325277",79391,117904 -"325278",79393,107321 -"325279",79399,90581 -"325280",79399,90969 -"325281",79401,80249 -"325282",79401,80262 -"325283",79401,80280 -"325284",79401,80312 -"325285",79401,80337 -"325286",79401,80338 -"325287",79401,119391 -"325288",79403,95321 -"325289",79403,102913 -"325290",79403,102921 -"325291",79403,103957 -"325292",79404,81134 -"325293",79404,82761 -"325294",79406,96611 -"325295",79406,102646 -"325296",79407,104098 -"325297",79407,123043 -"325298",79408,83723 -"325299",79408,93327 -"325300",79409,94395 -"325301",79410,79411 -"325302",79410,119820 -"325303",79411,96112 -"325304",79411,96203 -"325305",79413,105499 -"325306",79414,101389 -"325307",79415,81396 -"325308",79415,92263 -"325309",79416,79501 -"325310",79417,79772 -"325311",79417,81755 -"325312",79418,105868 -"325313",79419,79542 -"325314",79419,79606 -"325315",79420,95805 -"325316",79420,113233 -"325317",79420,116222 -"325318",79420,116558 -"325319",79422,79586 -"325320",79422,111197 -"325321",79424,79489 -"325322",79425,79495 -"325323",79427,79482 -"325324",79427,79494 -"325325",79427,79511 -"325326",79428,85245 -"325327",79428,86332 -"325328",79428,92949 -"325329",79428,101785 -"325330",79430,103935 -"325331",79431,79645 -"325332",79432,90705 -"325333",79432,90754 -"325334",79432,91734 -"325335",79435,79450 -"325336",79436,98549 -"325337",79436,101343 -"325338",79437,79448 -"325339",79437,94002 -"325340",79437,108643 -"325341",79438,82742 -"325342",79438,95224 -"325343",79440,79441 -"325344",79440,79508 -"325345",79440,79509 -"325346",79441,79508 -"325347",79441,79509 -"325348",79442,79443 -"325349",79445,79510 -"325350",79448,80760 -"325351",79448,87413 -"325352",79450,119777 -"325353",79451,79707 -"325354",79451,84139 -"325355",79451,91275 -"325356",79453,102744 -"325357",79453,102761 -"325358",79455,88143 -"325359",79456,82957 -"325360",79456,82994 -"325361",79457,103687 -"325362",79463,92507 -"325363",79463,116140 -"325364",79464,79700 -"325365",79464,84076 -"325366",79465,87263 -"325367",79467,88471 -"325368",79467,92101 -"325369",79467,102017 -"325370",79467,102034 -"325371",79467,121603 -"325372",79468,102286 -"325373",79468,120607 -"325374",79470,79478 -"325375",79470,87957 -"325376",79470,96661 -"325377",79470,108395 -"325378",79471,117863 -"325379",79472,107285 -"325380",79473,80190 -"325381",79473,88013 -"325382",79474,113603 -"325383",79475,83591 -"325384",79475,93202 -"325385",79475,108047 -"325386",79475,110832 -"325387",79475,117232 -"325388",79475,118219 -"325389",79476,79483 -"325390",79477,94598 -"325391",79477,102893 -"325392",79477,108326 -"325393",79477,109293 -"325394",79477,122645 -"325395",79478,109348 -"325396",79479,79620 -"325397",79479,79691 -"325398",79480,106749 -"325399",79481,88153 -"325400",79481,100387 -"325401",79481,100410 -"325402",79482,79494 -"325403",79482,79511 -"325404",79483,80970 -"325405",79483,86532 -"325406",79483,116231 -"325407",79485,79522 -"325408",79485,79580 -"325409",79486,80365 -"325410",79486,109902 -"325411",79489,90962 -"325412",79491,79577 -"325413",79491,95321 -"325414",79491,97939 -"325415",79492,89893 -"325416",79492,103795 -"325417",79493,80473 -"325418",79493,83659 -"325419",79493,84579 -"325420",79494,79511 -"325421",79494,80491 -"325422",79502,95704 -"325423",79502,102505 -"325424",79503,93230 -"325425",79504,103301 -"325426",79506,85893 -"325427",79506,87836 -"325428",79507,92213 -"325429",79507,111059 -"325430",79508,79509 -"325431",79508,93668 -"325432",79508,95127 -"325433",79513,79734 -"325434",79515,81261 -"325435",79515,99454 -"325436",79517,101060 -"325437",79517,118648 -"325438",79518,103537 -"325439",79518,104834 -"325440",79518,104852 -"325441",79520,80105 -"325442",79520,93080 -"325443",79520,107933 -"325444",79520,108934 -"325445",79521,104532 -"325446",79522,79580 -"325447",79523,91254 -"325448",79524,91324 -"325449",79524,117558 -"325450",79525,84483 -"325451",79527,80723 -"325452",79527,81070 -"325453",79527,86031 -"325454",79527,98459 -"325455",79527,104649 -"325456",79528,117997 -"325457",79529,80500 -"325458",79529,91517 -"325459",79529,96513 -"325460",79529,103077 -"325461",79529,106280 -"325462",79531,81384 -"325463",79533,81664 -"325464",79534,90490 -"325465",79534,94132 -"325466",79534,96472 -"325467",79534,100972 -"325468",79534,104022 -"325469",79534,111790 -"325470",79534,113345 -"325471",79535,79536 -"325472",79537,79571 -"325473",79539,95025 -"325474",79541,101044 -"325475",79542,79606 -"325476",79543,86232 -"325477",79544,115283 -"325478",79545,88038 -"325479",79547,80798 -"325480",79547,82457 -"325481",79547,82512 -"325482",79547,88719 -"325483",79549,79617 -"325484",79550,81029 -"325485",79551,79552 -"325486",79551,79553 -"325487",79552,79553 -"325488",79553,79556 -"325489",79553,79591 -"325490",79555,79560 -"325491",79556,79591 -"325492",79560,111797 -"325493",79560,112580 -"325494",79561,87434 -"325495",79563,118878 -"325496",79565,79605 -"325497",79565,79615 -"325498",79566,105539 -"325499",79567,80748 -"325500",79567,92336 -"325501",79567,101490 -"325502",79570,85598 -"325503",79572,84376 -"325504",79572,105447 -"325505",79572,114083 -"325506",79574,79596 -"325507",79575,110957 -"325508",79576,108954 -"325509",79577,95321 -"325510",79579,80239 -"325511",79579,80301 -"325512",79579,81397 -"325513",79579,88340 -"325514",79579,88749 -"325515",79579,89069 -"325516",79579,89373 -"325517",79579,89995 -"325518",79579,90919 -"325519",79579,90936 -"325520",79579,92861 -"325521",79579,93097 -"325522",79579,94231 -"325523",79579,95489 -"325524",79579,96247 -"325525",79579,96363 -"325526",79579,97898 -"325527",79581,84897 -"325528",79581,97162 -"325529",79584,120928 -"325530",79586,115660 -"325531",79587,95602 -"325532",79588,92582 -"325533",79593,90824 -"325534",79593,105883 -"325535",79595,93169 -"325536",79599,84651 -"325537",79599,89438 -"325538",79599,89676 -"325539",79599,93591 -"325540",79599,93635 -"325541",79599,93636 -"325542",79599,93650 -"325543",79599,93651 -"325544",79599,104850 -"325545",79599,109347 -"325546",79599,113626 -"325547",79600,98969 -"325548",79605,79615 -"325549",79609,89661 -"325550",79609,100371 -"325551",79612,81586 -"325552",79612,86514 -"325553",79612,100532 -"325554",79612,101709 -"325555",79612,106640 -"325556",79612,107302 -"325557",79612,117356 -"325558",79612,117369 -"325559",79612,119564 -"325560",79614,84748 -"325561",79618,84959 -"325562",79618,94069 -"325563",79618,94097 -"325564",79618,99041 -"325565",79618,99240 -"325566",79618,112349 -"325567",79618,122702 -"325568",79619,86053 -"325569",79619,90378 -"325570",79619,110013 -"325571",79620,79691 -"325572",79620,83741 -"325573",79621,84647 -"325574",79623,91580 -"325575",79623,91623 -"325576",79623,94039 -"325577",79623,98771 -"325578",79623,103419 -"325579",79624,79627 -"325580",79624,79647 -"325581",79626,87607 -"325582",79626,87792 -"325583",79626,117291 -"325584",79627,79647 -"325585",79627,98523 -"325586",79628,79674 -"325587",79631,113368 -"325588",79631,113676 -"325589",79631,120401 -"325590",79632,119402 -"325591",79633,117254 -"325592",79633,117264 -"325593",79633,117266 -"325594",79634,89798 -"325595",79636,83580 -"325596",79636,85495 -"325597",79636,89375 -"325598",79636,92128 -"325599",79636,94802 -"325600",79636,98135 -"325601",79636,98139 -"325602",79636,113586 -"325603",79636,113862 -"325604",79636,113909 -"325605",79639,86214 -"325606",79639,90852 -"325607",79639,92366 -"325608",79639,100084 -"325609",79639,100359 -"325610",79640,107095 -"325611",79642,81268 -"325612",79642,90931 -"325613",79642,94552 -"325614",79644,97646 -"325615",79644,100092 -"325616",79644,116945 -"325617",79644,120093 -"325618",79646,107273 -"325619",79648,80274 -"325620",79649,79680 -"325621",79650,107015 -"325622",79652,121902 -"325623",79653,93122 -"325624",79653,103009 -"325625",79653,120664 -"325626",79655,80033 -"325627",79655,85238 -"325628",79655,90633 -"325629",79655,97341 -"325630",79655,102419 -"325631",79655,104389 -"325632",79655,108764 -"325633",79656,80927 -"325634",79656,85927 -"325635",79656,110599 -"325636",79657,79658 -"325637",79657,84652 -"325638",79657,92926 -"325639",79658,84652 -"325640",79659,86895 -"325641",79659,100867 -"325642",79660,109905 -"325643",79660,110227 -"325644",79660,110430 -"325645",79660,110936 -"325646",79661,101426 -"325647",79662,93539 -"325648",79663,108738 -"325649",79666,102108 -"325650",79668,80012 -"325651",79669,82666 -"325652",79669,87331 -"325653",79669,92506 -"325654",79669,106246 -"325655",79669,118564 -"325656",79669,118573 -"325657",79670,95125 -"325658",79670,97194 -"325659",79673,90051 -"325660",79674,84628 -"325661",79674,86423 -"325662",79675,102056 -"325663",79679,85962 -"325664",79679,90259 -"325665",79679,120295 -"325666",79679,120300 -"325667",79681,82452 -"325668",79681,88409 -"325669",79681,90883 -"325670",79681,91383 -"325671",79681,92113 -"325672",79681,98904 -"325673",79681,102940 -"325674",79681,118577 -"325675",79681,119085 -"325676",79681,119224 -"325677",79681,119439 -"325678",79681,120085 -"325679",79681,120232 -"325680",79681,121213 -"325681",79682,113472 -"325682",79682,117102 -"325683",79684,86018 -"325684",79686,117539 -"325685",79687,108708 -"325686",79690,109081 -"325687",79693,83619 -"325688",79693,91219 -"325689",79693,117855 -"325690",79693,119115 -"325691",79693,122141 -"325692",79695,79696 -"325693",79696,82480 -"325694",79697,94398 -"325695",79700,84076 -"325696",79700,108701 -"325697",79701,101389 -"325698",79702,92196 -"325699",79702,112399 -"325700",79705,100450 -"325701",79705,100459 -"325702",79708,79823 -"325703",79709,79712 -"325704",79709,79737 -"325705",79709,79739 -"325706",79709,79749 -"325707",79709,79751 -"325708",79709,79757 -"325709",79709,79762 -"325710",79709,79767 -"325711",79709,79772 -"325712",79709,79773 -"325713",79709,79793 -"325714",79709,79798 -"325715",79709,79802 -"325716",79709,79811 -"325717",79709,79812 -"325718",79710,79711 -"325719",79710,79720 -"325720",79710,79725 -"325721",79710,79738 -"325722",79710,79748 -"325723",79710,79750 -"325724",79710,79754 -"325725",79710,79758 -"325726",79710,79760 -"325727",79710,79771 -"325728",79710,79780 -"325729",79710,79781 -"325730",79710,79793 -"325731",79710,79803 -"325732",79711,79720 -"325733",79711,79725 -"325734",79711,79738 -"325735",79711,79748 -"325736",79711,79750 -"325737",79711,79754 -"325738",79711,79758 -"325739",79711,79760 -"325740",79711,79771 -"325741",79711,79780 -"325742",79711,79781 -"325743",79711,79803 -"325744",79712,79737 -"325745",79712,79739 -"325746",79712,79749 -"325747",79712,79751 -"325748",79712,79757 -"325749",79712,79762 -"325750",79712,79767 -"325751",79712,79772 -"325752",79712,79773 -"325753",79712,79793 -"325754",79712,79798 -"325755",79712,79802 -"325756",79712,79811 -"325757",79712,79812 -"325758",79716,79989 -"325759",79716,80281 -"325760",79716,81728 -"325761",79716,82196 -"325762",79716,82383 -"325763",79716,82810 -"325764",79716,82854 -"325765",79716,83853 -"325766",79716,83884 -"325767",79716,84379 -"325768",79716,84613 -"325769",79716,85465 -"325770",79716,85610 -"325771",79716,86351 -"325772",79716,86451 -"325773",79716,86882 -"325774",79716,87175 -"325775",79716,87451 -"325776",79716,87521 -"325777",79716,87572 -"325778",79716,87663 -"325779",79716,87721 -"325780",79716,87862 -"325781",79717,98866 -"325782",79717,105445 -"325783",79717,117529 -"325784",79717,119190 -"325785",79719,97159 -"325786",79719,106236 -"325787",79719,117661 -"325788",79719,117662 -"325789",79720,79725 -"325790",79720,79738 -"325791",79720,79748 -"325792",79720,79750 -"325793",79720,79754 -"325794",79720,79758 -"325795",79720,79760 -"325796",79720,79771 -"325797",79720,79780 -"325798",79720,79781 -"325799",79720,79803 -"325800",79720,102907 -"325801",79720,103920 -"325802",79720,109339 -"325803",79720,115028 -"325804",79722,113470 -"325805",79722,113482 -"325806",79723,79799 -"325807",79724,81310 -"325808",79724,108845 -"325809",79725,79738 -"325810",79725,79748 -"325811",79725,79750 -"325812",79725,79754 -"325813",79725,79758 -"325814",79725,79760 -"325815",79725,79771 -"325816",79725,79780 -"325817",79725,79781 -"325818",79725,79803 -"325819",79725,83334 -"325820",79725,87432 -"325821",79727,79728 -"325822",79727,90193 -"325823",79727,105110 -"325824",79727,106037 -"325825",79728,90193 -"325826",79729,79747 -"325827",79731,111525 -"325828",79731,113011 -"325829",79733,100969 -"325830",79734,84738 -"325831",79735,89428 -"325832",79737,79739 -"325833",79737,79749 -"325834",79737,79751 -"325835",79737,79757 -"325836",79737,79762 -"325837",79737,79767 -"325838",79737,79772 -"325839",79737,79773 -"325840",79737,79793 -"325841",79737,79798 -"325842",79737,79802 -"325843",79737,79811 -"325844",79737,79812 -"325845",79738,79748 -"325846",79738,79750 -"325847",79738,79754 -"325848",79738,79758 -"325849",79738,79760 -"325850",79738,79771 -"325851",79738,79780 -"325852",79738,79781 -"325853",79738,79803 -"325854",79738,85280 -"325855",79738,93938 -"325856",79739,79749 -"325857",79739,79751 -"325858",79739,79757 -"325859",79739,79762 -"325860",79739,79767 -"325861",79739,79772 -"325862",79739,79773 -"325863",79739,79793 -"325864",79739,79798 -"325865",79739,79802 -"325866",79739,79811 -"325867",79739,79812 -"325868",79740,94100 -"325869",79740,95084 -"325870",79740,103792 -"325871",79740,104734 -"325872",79740,105009 -"325873",79740,105725 -"325874",79741,81820 -"325875",79743,81689 -"325876",79743,108396 -"325877",79743,114864 -"325878",79743,115040 -"325879",79744,81689 -"325880",79744,86702 -"325881",79744,92846 -"325882",79744,97434 -"325883",79744,97435 -"325884",79746,79778 -"325885",79746,94531 -"325886",79746,121679 -"325887",79747,81753 -"325888",79747,87133 -"325889",79748,79750 -"325890",79748,79754 -"325891",79748,79758 -"325892",79748,79760 -"325893",79748,79771 -"325894",79748,79780 -"325895",79748,79781 -"325896",79748,79803 -"325897",79748,81452 -"325898",79748,94339 -"325899",79749,79751 -"325900",79749,79757 -"325901",79749,79762 -"325902",79749,79767 -"325903",79749,79772 -"325904",79749,79773 -"325905",79749,79793 -"325906",79749,79798 -"325907",79749,79802 -"325908",79749,79811 -"325909",79749,79812 -"325910",79749,111099 -"325911",79750,79754 -"325912",79750,79758 -"325913",79750,79760 -"325914",79750,79771 -"325915",79750,79780 -"325916",79750,79781 -"325917",79750,79803 -"325918",79751,79757 -"325919",79751,79762 -"325920",79751,79767 -"325921",79751,79772 -"325922",79751,79773 -"325923",79751,79793 -"325924",79751,79798 -"325925",79751,79802 -"325926",79751,79811 -"325927",79751,79812 -"325928",79752,82023 -"325929",79752,91577 -"325930",79752,100089 -"325931",79752,118871 -"325932",79753,85431 -"325933",79753,98546 -"325934",79754,79758 -"325935",79754,79760 -"325936",79754,79771 -"325937",79754,79780 -"325938",79754,79781 -"325939",79754,79803 -"325940",79755,80428 -"325941",79756,90557 -"325942",79756,92382 -"325943",79756,110312 -"325944",79756,117395 -"325945",79756,119151 -"325946",79756,122304 -"325947",79757,79762 -"325948",79757,79767 -"325949",79757,79772 -"325950",79757,79773 -"325951",79757,79793 -"325952",79757,79798 -"325953",79757,79802 -"325954",79757,79811 -"325955",79757,79812 -"325956",79758,79760 -"325957",79758,79771 -"325958",79758,79780 -"325959",79758,79781 -"325960",79758,79803 -"325961",79760,79771 -"325962",79760,79780 -"325963",79760,79781 -"325964",79760,79803 -"325965",79760,102359 -"325966",79760,104820 -"325967",79760,109910 -"325968",79760,110225 -"325969",79760,115885 -"325970",79760,121555 -"325971",79760,121860 -"325972",79762,79767 -"325973",79762,79772 -"325974",79762,79773 -"325975",79762,79793 -"325976",79762,79798 -"325977",79762,79802 -"325978",79762,79811 -"325979",79762,79812 -"325980",79766,80471 -"325981",79766,82203 -"325982",79766,82767 -"325983",79766,83906 -"325984",79766,88714 -"325985",79766,90441 -"325986",79766,95476 -"325987",79766,101492 -"325988",79766,101783 -"325989",79766,109319 -"325990",79766,111888 -"325991",79767,79772 -"325992",79767,79773 -"325993",79767,79793 -"325994",79767,79798 -"325995",79767,79802 -"325996",79767,79811 -"325997",79767,79812 -"325998",79771,79780 -"325999",79771,79781 -"326000",79771,79803 -"326001",79772,79773 -"326002",79772,79793 -"326003",79772,79798 -"326004",79772,79802 -"326005",79772,79811 -"326006",79772,79812 -"326007",79772,81755 -"326008",79773,79793 -"326009",79773,79798 -"326010",79773,79802 -"326011",79773,79811 -"326012",79773,79812 -"326013",79774,82609 -"326014",79776,79792 -"326015",79779,79789 -"326016",79780,79781 -"326017",79780,79803 -"326018",79780,99138 -"326019",79780,103203 -"326020",79780,104161 -"326021",79780,104820 -"326022",79780,105890 -"326023",79780,111099 -"326024",79780,112814 -"326025",79780,114479 -"326026",79781,79803 -"326027",79781,123445 -"326028",79782,80410 -"326029",79782,101480 -"326030",79782,120193 -"326031",79783,93622 -"326032",79784,84113 -"326033",79788,100560 -"326034",79791,79860 -"326035",79791,79887 -"326036",79791,79962 -"326037",79793,79798 -"326038",79793,79802 -"326039",79793,79811 -"326040",79793,79812 -"326041",79795,79901 -"326042",79795,79924 -"326043",79795,79931 -"326044",79796,121460 -"326045",79797,114210 -"326046",79798,79802 -"326047",79798,79811 -"326048",79798,79812 -"326049",79800,118438 -"326050",79800,120126 -"326051",79800,120150 -"326052",79802,79811 -"326053",79802,79812 -"326054",79802,81882 -"326055",79802,86178 -"326056",79802,90305 -"326057",79802,95973 -"326058",79802,115900 -"326059",79802,117208 -"326060",79802,118086 -"326061",79802,118090 -"326062",79802,118091 -"326063",79802,118094 -"326064",79802,118098 -"326065",79802,118102 -"326066",79802,118112 -"326067",79804,94291 -"326068",79804,101616 -"326069",79804,110119 -"326070",79804,110863 -"326071",79806,81420 -"326072",79806,102732 -"326073",79806,109977 -"326074",79807,109518 -"326075",79807,112735 -"326076",79811,79812 -"326077",79811,91674 -"326078",79811,93527 -"326079",79811,93542 -"326080",79811,117967 -"326081",79811,117974 -"326082",79815,79862 -"326083",79815,79863 -"326084",79817,80303 -"326085",79817,85832 -"326086",79817,90510 -"326087",79817,92425 -"326088",79817,96552 -"326089",79817,108591 -"326090",79817,113802 -"326091",79818,84580 -"326092",79818,87686 -"326093",79818,94926 -"326094",79818,109716 -"326095",79818,112120 -"326096",79818,117098 -"326097",79819,91028 -"326098",79820,79861 -"326099",79820,82636 -"326100",79820,88836 -"326101",79820,89663 -"326102",79820,89738 -"326103",79820,89740 -"326104",79821,84404 -"326105",79821,85638 -"326106",79821,85661 -"326107",79822,93023 -"326108",79822,93767 -"326109",79823,88209 -"326110",79823,95448 -"326111",79823,113616 -"326112",79824,80704 -"326113",79825,79839 -"326114",79825,79852 -"326115",79826,79829 -"326116",79826,83491 -"326117",79826,117523 -"326118",79831,103553 -"326119",79833,81308 -"326120",79833,81939 -"326121",79833,107595 -"326122",79833,109252 -"326123",79833,109915 -"326124",79834,89088 -"326125",79834,89113 -"326126",79835,86069 -"326127",79836,109782 -"326128",79837,85291 -"326129",79837,109257 -"326130",79837,118495 -"326131",79837,122980 -"326132",79839,79852 -"326133",79842,99594 -"326134",79842,109695 -"326135",79842,118161 -"326136",79843,81644 -"326137",79844,108924 -"326138",79844,111477 -"326139",79844,122302 -"326140",79845,83380 -"326141",79845,84179 -"326142",79845,90259 -"326143",79846,105602 -"326144",79847,86063 -"326145",79849,88544 -"326146",79849,88960 -"326147",79849,92680 -"326148",79849,93779 -"326149",79849,94924 -"326150",79849,97836 -"326151",79850,80088 -"326152",79850,83810 -"326153",79850,88662 -"326154",79850,89286 -"326155",79850,92416 -"326156",79850,94687 -"326157",79850,100599 -"326158",79850,101534 -"326159",79850,102229 -"326160",79850,105788 -"326161",79851,84469 -"326162",79851,94428 -"326163",79857,87370 -"326164",79859,79879 -"326165",79860,79887 -"326166",79860,79962 -"326167",79861,121245 -"326168",79862,79863 -"326169",79862,87496 -"326170",79862,102396 -"326171",79862,108703 -"326172",79865,84756 -"326173",79865,84889 -"326174",79866,99553 -"326175",79866,100095 -"326176",79867,79868 -"326177",79869,81764 -"326178",79870,88695 -"326179",79870,90790 -"326180",79870,91162 -"326181",79870,91163 -"326182",79870,91165 -"326183",79870,91170 -"326184",79870,91201 -"326185",79871,90838 -"326186",79872,92327 -"326187",79873,79949 -"326188",79874,81599 -"326189",79874,84263 -"326190",79874,120503 -"326191",79874,121710 -"326192",79875,99345 -"326193",79877,81770 -"326194",79877,86576 -"326195",79877,94580 -"326196",79877,95473 -"326197",79878,79906 -"326198",79878,81685 -"326199",79882,81746 -"326200",79882,95883 -"326201",79884,79961 -"326202",79886,81394 -"326203",79886,81477 -"326204",79887,79962 -"326205",79888,84221 -"326206",79889,79919 -"326207",79889,79920 -"326208",79889,79953 -"326209",79889,79969 -"326210",79890,79891 -"326211",79891,107619 -"326212",79891,116258 -"326213",79892,106737 -"326214",79892,106755 -"326215",79894,79895 -"326216",79895,94476 -"326217",79895,94484 -"326218",79896,79926 -"326219",79897,89621 -"326220",79897,91402 -"326221",79897,100960 -"326222",79897,116882 -"326223",79897,118032 -"326224",79899,103828 -"326225",79899,109049 -"326226",79901,79924 -"326227",79901,79931 -"326228",79901,82883 -"326229",79905,92065 -"326230",79905,99734 -"326231",79905,104892 -"326232",79908,79946 -"326233",79908,79978 -"326234",79909,118039 -"326235",79910,79948 -"326236",79912,82393 -"326237",79912,83314 -"326238",79912,87415 -"326239",79912,98293 -"326240",79912,99498 -"326241",79912,100230 -"326242",79912,103420 -"326243",79912,108992 -"326244",79913,79923 -"326245",79913,86015 -"326246",79913,103469 -"326247",79914,93216 -"326248",79917,79956 -"326249",79917,79963 -"326250",79918,82360 -"326251",79918,94218 -"326252",79918,115430 -"326253",79919,79920 -"326254",79919,79953 -"326255",79919,79969 -"326256",79919,80751 -"326257",79919,93567 -"326258",79920,79953 -"326259",79920,79969 -"326260",79922,79980 -"326261",79923,122064 -"326262",79923,122065 -"326263",79924,79931 -"326264",79925,105869 -"326265",79928,86332 -"326266",79928,88764 -"326267",79928,90818 -"326268",79928,94198 -"326269",79928,98335 -"326270",79928,103762 -"326271",79928,110766 -"326272",79929,79930 -"326273",79930,92954 -"326274",79930,117592 -"326275",79930,117593 -"326276",79933,98767 -"326277",79935,106515 -"326278",79935,109061 -"326279",79937,99152 -"326280",79938,90721 -"326281",79938,92021 -"326282",79938,105981 -"326283",79941,81429 -"326284",79941,101535 -"326285",79942,89047 -"326286",79943,94088 -"326287",79943,97166 -"326288",79946,79978 -"326289",79947,101903 -"326290",79947,106921 -"326291",79947,107723 -"326292",79947,108294 -"326293",79951,85136 -"326294",79951,90712 -"326295",79951,90713 -"326296",79953,79969 -"326297",79954,79955 -"326298",79954,85300 -"326299",79954,92467 -"326300",79954,108009 -"326301",79954,110954 -"326302",79954,120945 -"326303",79956,79963 -"326304",79958,111560 -"326305",79959,79960 -"326306",79960,92999 -"326307",79960,93008 -"326308",79960,93014 -"326309",79960,93018 -"326310",79961,85044 -"326311",79961,93787 -"326312",79961,101006 -"326313",79961,105569 -"326314",79961,118138 -"326315",79963,99600 -"326316",79964,119018 -"326317",79964,120022 -"326318",79965,94176 -"326319",79965,98555 -"326320",79965,104647 -"326321",79965,108581 -"326322",79965,112886 -"326323",79966,92672 -"326324",79966,93476 -"326325",79966,93477 -"326326",79966,93491 -"326327",79966,105998 -"326328",79967,90326 -"326329",79968,83813 -"326330",79968,83826 -"326331",79970,118812 -"326332",79970,122926 -"326333",79971,92928 -"326334",79971,96713 -"326335",79972,82972 -"326336",79972,83878 -"326337",79972,84390 -"326338",79972,91379 -"326339",79972,112037 -"326340",79973,112639 -"326341",79974,85553 -"326342",79974,93240 -"326343",79976,98365 -"326344",79977,80913 -"326345",79977,82151 -"326346",79977,84510 -"326347",79977,88712 -"326348",79977,89760 -"326349",79977,100377 -"326350",79977,102455 -"326351",79977,117044 -"326352",79979,96621 -"326353",79979,112549 -"326354",79979,114552 -"326355",79979,114557 -"326356",79981,113978 -"326357",79981,113982 -"326358",79983,81417 -"326359",79983,81418 -"326360",79986,80035 -"326361",79988,80120 -"326362",79989,80281 -"326363",79989,81728 -"326364",79989,82196 -"326365",79989,82383 -"326366",79989,82810 -"326367",79989,82854 -"326368",79989,83853 -"326369",79989,83884 -"326370",79989,84379 -"326371",79989,84613 -"326372",79989,85465 -"326373",79989,85610 -"326374",79989,86351 -"326375",79989,86451 -"326376",79989,86882 -"326377",79989,87175 -"326378",79989,87451 -"326379",79989,87521 -"326380",79989,87572 -"326381",79989,87663 -"326382",79989,87721 -"326383",79989,87862 -"326384",79990,83598 -"326385",79990,89867 -"326386",79990,121100 -"326387",79990,121134 -"326388",79992,85580 -"326389",79992,121235 -"326390",79993,88233 -"326391",79993,93933 -"326392",79993,119061 -"326393",79994,85851 -"326394",79994,94872 -"326395",79996,81934 -"326396",79996,99218 -"326397",79996,110644 -"326398",79997,80010 -"326399",79997,84122 -"326400",79997,92921 -"326401",79998,100561 -"326402",80001,90517 -"326403",80002,80024 -"326404",80003,86988 -"326405",80003,95238 -"326406",80003,98751 -"326407",80003,105687 -"326408",80003,114349 -"326409",80003,114351 -"326410",80003,116294 -"326411",80003,116295 -"326412",80003,119378 -"326413",80004,93152 -"326414",80005,83159 -"326415",80007,92905 -"326416",80009,93725 -"326417",80009,119745 -"326418",80011,80579 -"326419",80011,88910 -"326420",80013,81376 -"326421",80013,86826 -"326422",80014,96036 -"326423",80015,90462 -"326424",80015,110344 -"326425",80015,123046 -"326426",80016,99824 -"326427",80017,90614 -"326428",80019,90190 -"326429",80019,111329 -"326430",80019,111383 -"326431",80024,97133 -"326432",80025,84808 -"326433",80025,84828 -"326434",80026,98214 -"326435",80028,80134 -"326436",80030,122305 -"326437",80030,122821 -"326438",80030,123021 -"326439",80030,123044 -"326440",80032,96465 -"326441",80032,101940 -"326442",80032,107970 -"326443",80032,118077 -"326444",80033,90633 -"326445",80033,97341 -"326446",80033,123241 -"326447",80034,86004 -"326448",80034,91625 -"326449",80036,93054 -"326450",80036,116955 -"326451",80036,117969 -"326452",80037,94167 -"326453",80039,103216 -"326454",80040,99338 -"326455",80041,99575 -"326456",80041,99833 -"326457",80041,101067 -"326458",80041,101681 -"326459",80041,107050 -"326460",80041,122767 -"326461",80043,80215 -"326462",80043,115165 -"326463",80043,115172 -"326464",80043,115175 -"326465",80045,82154 -"326466",80046,101279 -"326467",80048,83655 -"326468",80048,103679 -"326469",80050,83319 -"326470",80050,83375 -"326471",80050,96878 -"326472",80053,82980 -"326473",80053,86023 -"326474",80053,90401 -"326475",80054,89216 -"326476",80054,93884 -"326477",80054,108793 -"326478",80054,110771 -"326479",80055,80625 -"326480",80055,84194 -"326481",80055,84730 -"326482",80055,89452 -"326483",80055,98116 -"326484",80055,98120 -"326485",80055,99952 -"326486",80055,108463 -"326487",80056,80091 -"326488",80056,92605 -"326489",80056,92615 -"326490",80056,105047 -"326491",80057,80126 -"326492",80057,80247 -"326493",80057,80253 -"326494",80058,80152 -"326495",80058,89346 -"326496",80058,93184 -"326497",80058,98065 -"326498",80058,98791 -"326499",80058,98804 -"326500",80058,103429 -"326501",80058,104233 -"326502",80058,104240 -"326503",80060,101940 -"326504",80060,111472 -"326505",80061,80728 -"326506",80061,91869 -"326507",80061,100862 -"326508",80061,102801 -"326509",80061,102831 -"326510",80061,113060 -"326511",80061,117717 -"326512",80062,86621 -"326513",80062,89954 -"326514",80062,98294 -"326515",80062,102097 -"326516",80062,109387 -"326517",80062,109405 -"326518",80062,109410 -"326519",80062,116636 -"326520",80064,105240 -"326521",80065,82787 -"326522",80065,101535 -"326523",80065,107516 -"326524",80066,91667 -"326525",80067,80081 -"326526",80067,84910 -"326527",80068,105028 -"326528",80068,105031 -"326529",80071,80134 -"326530",80074,80102 -"326531",80074,80149 -"326532",80076,80128 -"326533",80076,80129 -"326534",80077,80508 -"326535",80079,104369 -"326536",80080,81715 -"326537",80080,81720 -"326538",80080,100254 -"326539",80080,117262 -"326540",80080,119052 -"326541",80085,80895 -"326542",80085,91017 -"326543",80085,106852 -"326544",80085,106857 -"326545",80085,106897 -"326546",80085,106901 -"326547",80086,88357 -"326548",80086,97362 -"326549",80086,104364 -"326550",80086,110012 -"326551",80086,113669 -"326552",80088,80549 -"326553",80088,81308 -"326554",80088,81443 -"326555",80088,81939 -"326556",80088,84294 -"326557",80088,88297 -"326558",80088,88662 -"326559",80088,89286 -"326560",80088,91083 -"326561",80088,92416 -"326562",80088,100599 -"326563",80088,101534 -"326564",80088,102229 -"326565",80088,107595 -"326566",80088,108950 -"326567",80088,109252 -"326568",80088,110778 -"326569",80088,110837 -"326570",80088,110998 -"326571",80088,111048 -"326572",80088,111067 -"326573",80088,111729 -"326574",80088,112534 -"326575",80088,115605 -"326576",80088,118637 -"326577",80088,123191 -"326578",80088,123192 -"326579",80090,111470 -"326580",80097,81310 -"326581",80097,82882 -"326582",80097,83776 -"326583",80098,101404 -"326584",80101,115968 -"326585",80102,80149 -"326586",80103,80104 -"326587",80103,105017 -"326588",80105,83599 -"326589",80106,118000 -"326590",80107,105626 -"326591",80110,83047 -"326592",80110,105819 -"326593",80112,89612 -"326594",80115,80768 -"326595",80115,84772 -"326596",80116,108924 -"326597",80118,99707 -"326598",80119,116659 -"326599",80119,122156 -"326600",80121,92614 -"326601",80122,97500 -"326602",80125,109329 -"326603",80125,120940 -"326604",80126,80247 -"326605",80126,80253 -"326606",80128,80129 -"326607",80130,80948 -"326608",80130,80973 -"326609",80130,86880 -"326610",80130,87915 -"326611",80130,101381 -"326612",80130,101766 -"326613",80130,104588 -"326614",80130,110336 -"326615",80130,111881 -"326616",80130,117654 -"326617",80130,118379 -"326618",80130,121457 -"326619",80131,80132 -"326620",80132,84004 -"326621",80134,88149 -"326622",80134,91152 -"326623",80134,92547 -"326624",80134,99493 -"326625",80134,106594 -"326626",80139,80421 -"326627",80139,99170 -"326628",80141,83381 -"326629",80141,101185 -"326630",80141,111611 -"326631",80142,119528 -"326632",80143,80161 -"326633",80144,80202 -"326634",80144,80209 -"326635",80145,97051 -"326636",80146,80160 -"326637",80146,119864 -"326638",80147,81446 -"326639",80147,81497 -"326640",80147,81589 -"326641",80147,81871 -"326642",80148,80225 -"326643",80150,80213 -"326644",80150,80221 -"326645",80152,93184 -"326646",80152,98791 -"326647",80152,98804 -"326648",80153,82401 -"326649",80153,106368 -"326650",80154,80163 -"326651",80154,90096 -"326652",80154,102798 -"326653",80154,102959 -"326654",80155,84292 -"326655",80155,90587 -"326656",80155,117346 -"326657",80155,123501 -"326658",80156,99524 -"326659",80158,80159 -"326660",80158,80204 -"326661",80159,80204 -"326662",80162,99494 -"326663",80164,84635 -"326664",80164,117508 -"326665",80164,117525 -"326666",80166,80235 -"326667",80168,95919 -"326668",80168,95926 -"326669",80168,95930 -"326670",80168,95942 -"326671",80169,103299 -"326672",80169,110741 -"326673",80169,120452 -"326674",80169,120466 -"326675",80169,120471 -"326676",80170,82436 -"326677",80171,80304 -"326678",80172,88460 -"326679",80172,89198 -"326680",80172,91533 -"326681",80173,80211 -"326682",80174,82442 -"326683",80174,86648 -"326684",80174,94196 -"326685",80174,95943 -"326686",80174,96658 -"326687",80174,107237 -"326688",80174,107279 -"326689",80175,97184 -"326690",80175,98042 -"326691",80177,83811 -"326692",80178,100063 -"326693",80179,84343 -"326694",80179,99209 -"326695",80179,119089 -"326696",80181,92183 -"326697",80181,97908 -"326698",80181,97936 -"326699",80185,80190 -"326700",80185,80216 -"326701",80186,81622 -"326702",80186,88192 -"326703",80186,111355 -"326704",80186,117713 -"326705",80186,119598 -"326706",80188,80340 -"326707",80188,80366 -"326708",80189,91929 -"326709",80190,80216 -"326710",80190,118334 -"326711",80191,111794 -"326712",80191,118594 -"326713",80191,118597 -"326714",80193,84022 -"326715",80193,90802 -"326716",80193,115561 -"326717",80194,95221 -"326718",80194,98926 -"326719",80195,112092 -"326720",80199,114873 -"326721",80200,110402 -"326722",80200,120027 -"326723",80202,80209 -"326724",80203,81977 -"326725",80203,90455 -"326726",80205,81116 -"326727",80205,89779 -"326728",80207,87254 -"326729",80211,112933 -"326730",80212,103013 -"326731",80212,107556 -"326732",80212,113483 -"326733",80212,117053 -"326734",80212,117227 -"326735",80212,117428 -"326736",80213,80221 -"326737",80219,81159 -"326738",80219,84488 -"326739",80219,84563 -"326740",80219,89169 -"326741",80219,90650 -"326742",80219,101789 -"326743",80219,108801 -"326744",80219,111478 -"326745",80220,81382 -"326746",80220,84738 -"326747",80221,112772 -"326748",80223,80329 -"326749",80226,80278 -"326750",80227,96826 -"326751",80227,96836 -"326752",80228,80374 -"326753",80230,80287 -"326754",80232,80255 -"326755",80232,82652 -"326756",80232,95776 -"326757",80232,104249 -"326758",80232,106808 -"326759",80233,80626 -"326760",80233,100789 -"326761",80233,113089 -"326762",80234,94051 -"326763",80236,82080 -"326764",80236,84309 -"326765",80236,112331 -"326766",80237,92642 -"326767",80237,105677 -"326768",80237,112851 -"326769",80237,120999 -"326770",80238,110109 -"326771",80239,80301 -"326772",80239,81397 -"326773",80239,88340 -"326774",80239,88749 -"326775",80239,89069 -"326776",80239,89373 -"326777",80239,89995 -"326778",80239,90919 -"326779",80239,90936 -"326780",80239,92861 -"326781",80239,93097 -"326782",80239,94231 -"326783",80239,95489 -"326784",80239,96247 -"326785",80239,96363 -"326786",80239,97898 -"326787",80241,96078 -"326788",80242,81030 -"326789",80242,97664 -"326790",80243,80300 -"326791",80243,80306 -"326792",80246,99966 -"326793",80247,80253 -"326794",80248,88257 -"326795",80248,95197 -"326796",80248,101865 -"326797",80248,103307 -"326798",80248,105061 -"326799",80248,107054 -"326800",80248,107316 -"326801",80248,107536 -"326802",80248,108546 -"326803",80248,114676 -"326804",80248,116336 -"326805",80249,80262 -"326806",80249,80280 -"326807",80249,80312 -"326808",80249,80337 -"326809",80249,80338 -"326810",80251,91321 -"326811",80251,97223 -"326812",80251,102641 -"326813",80251,115266 -"326814",80252,80271 -"326815",80252,80313 -"326816",80252,80345 -"326817",80252,80386 -"326818",80259,92353 -"326819",80260,91806 -"326820",80260,111322 -"326821",80261,84751 -"326822",80261,84796 -"326823",80261,101629 -"326824",80261,116237 -"326825",80262,80280 -"326826",80262,80312 -"326827",80262,80337 -"326828",80262,80338 -"326829",80262,83644 -"326830",80263,80272 -"326831",80265,83119 -"326832",80265,84881 -"326833",80265,98189 -"326834",80265,116311 -"326835",80266,85608 -"326836",80267,80295 -"326837",80267,80584 -"326838",80267,97781 -"326839",80267,120508 -"326840",80270,80298 -"326841",80270,80383 -"326842",80270,80384 -"326843",80270,82016 -"326844",80270,82028 -"326845",80270,94440 -"326846",80270,95316 -"326847",80271,80313 -"326848",80271,80345 -"326849",80271,80386 -"326850",80272,89822 -"326851",80273,106538 -"326852",80276,84838 -"326853",80278,112491 -"326854",80278,121877 -"326855",80280,80312 -"326856",80280,80337 -"326857",80280,80338 -"326858",80281,80778 -"326859",80281,81728 -"326860",80281,82196 -"326861",80281,82383 -"326862",80281,82810 -"326863",80281,82854 -"326864",80281,83853 -"326865",80281,83884 -"326866",80281,84379 -"326867",80281,84613 -"326868",80281,85465 -"326869",80281,85610 -"326870",80281,86351 -"326871",80281,86451 -"326872",80281,86882 -"326873",80281,87175 -"326874",80281,87451 -"326875",80281,87521 -"326876",80281,87572 -"326877",80281,87663 -"326878",80281,87721 -"326879",80281,87862 -"326880",80281,112927 -"326881",80281,121873 -"326882",80284,116106 -"326883",80284,120626 -"326884",80285,82589 -"326885",80285,91275 -"326886",80286,81506 -"326887",80286,94354 -"326888",80286,111543 -"326889",80286,111554 -"326890",80286,114650 -"326891",80289,91772 -"326892",80289,95431 -"326893",80291,92088 -"326894",80298,80383 -"326895",80298,80384 -"326896",80300,80306 -"326897",80301,81397 -"326898",80301,88340 -"326899",80301,88749 -"326900",80301,89069 -"326901",80301,89373 -"326902",80301,89995 -"326903",80301,90919 -"326904",80301,90936 -"326905",80301,92861 -"326906",80301,93097 -"326907",80301,94231 -"326908",80301,95489 -"326909",80301,96247 -"326910",80301,96363 -"326911",80301,97898 -"326912",80301,115284 -"326913",80302,87574 -"326914",80302,100376 -"326915",80303,92865 -"326916",80305,82808 -"326917",80305,82965 -"326918",80305,83865 -"326919",80305,88232 -"326920",80305,88237 -"326921",80305,88895 -"326922",80305,91411 -"326923",80305,91562 -"326924",80305,92592 -"326925",80305,96336 -"326926",80305,96837 -"326927",80305,101681 -"326928",80305,109958 -"326929",80305,111335 -"326930",80305,114622 -"326931",80305,115910 -"326932",80307,105004 -"326933",80307,118504 -"326934",80311,83061 -"326935",80311,96810 -"326936",80312,80337 -"326937",80312,80338 -"326938",80313,80345 -"326939",80313,80386 -"326940",80314,80815 -"326941",80315,110200 -"326942",80319,80369 -"326943",80320,80359 -"326944",80321,95349 -"326945",80321,99388 -"326946",80321,110131 -"326947",80321,110633 -"326948",80321,111146 -"326949",80321,121853 -"326950",80321,122255 -"326951",80324,83102 -"326952",80324,86359 -"326953",80324,94995 -"326954",80326,80390 -"326955",80326,94889 -"326956",80327,103480 -"326957",80327,115644 -"326958",80329,109372 -"326959",80330,84416 -"326960",80331,96759 -"326961",80331,111415 -"326962",80332,80376 -"326963",80332,80602 -"326964",80332,81932 -"326965",80332,96123 -"326966",80332,96172 -"326967",80333,108280 -"326968",80336,107762 -"326969",80337,80338 -"326970",80337,83644 -"326971",80339,80370 -"326972",80340,80366 -"326973",80341,87244 -"326974",80341,90058 -"326975",80341,119345 -"326976",80341,119405 -"326977",80342,106707 -"326978",80342,112005 -"326979",80343,97834 -"326980",80343,98887 -"326981",80343,106906 -"326982",80344,81409 -"326983",80345,80386 -"326984",80345,84905 -"326985",80345,92390 -"326986",80346,95860 -"326987",80347,80348 -"326988",80348,88176 -"326989",80348,88213 -"326990",80348,101819 -"326991",80348,101847 -"326992",80349,89927 -"326993",80350,101125 -"326994",80351,81245 -"326995",80351,98205 -"326996",80351,104437 -"326997",80351,109108 -"326998",80351,111222 -"326999",80351,119892 -"327000",80353,80466 -"327001",80353,80487 -"327002",80354,84843 -"327003",80354,90983 -"327004",80354,97052 -"327005",80354,116721 -"327006",80354,121924 -"327007",80355,106202 -"327008",80357,87782 -"327009",80357,111809 -"327010",80357,111815 -"327011",80357,116056 -"327012",80357,116146 -"327013",80357,118394 -"327014",80358,80379 -"327015",80359,82478 -"327016",80359,84879 -"327017",80359,93969 -"327018",80359,94569 -"327019",80359,110496 -"327020",80359,116430 -"327021",80361,80377 -"327022",80363,80488 -"327023",80363,102482 -"327024",80363,102511 -"327025",80368,80467 -"327026",80370,85402 -"327027",80372,92585 -"327028",80372,112144 -"327029",80374,82221 -"327030",80374,89862 -"327031",80374,103945 -"327032",80374,105623 -"327033",80376,80602 -"327034",80376,81932 -"327035",80376,96123 -"327036",80376,96172 -"327037",80377,84062 -"327038",80377,91476 -"327039",80377,117631 -"327040",80382,83006 -"327041",80383,80384 -"327042",80385,109901 -"327043",80387,80393 -"327044",80390,81207 -"327045",80391,87443 -"327046",80391,105146 -"327047",80391,122831 -"327048",80394,98428 -"327049",80395,93120 -"327050",80395,95182 -"327051",80395,95217 -"327052",80396,95001 -"327053",80396,111241 -"327054",80396,114679 -"327055",80396,114686 -"327056",80396,114687 -"327057",80400,92726 -"327058",80400,92727 -"327059",80400,92758 -"327060",80400,114932 -"327061",80403,121536 -"327062",80404,96220 -"327063",80406,80407 -"327064",80406,108986 -"327065",80407,89020 -"327066",80408,80472 -"327067",80410,101480 -"327068",80410,115534 -"327069",80410,120193 -"327070",80411,105207 -"327071",80411,108547 -"327072",80412,82869 -"327073",80412,87207 -"327074",80412,91189 -"327075",80414,80495 -"327076",80415,89846 -"327077",80415,101039 -"327078",80415,101061 -"327079",80415,102210 -"327080",80415,103306 -"327081",80416,80483 -"327082",80418,122902 -"327083",80419,103881 -"327084",80421,87997 -"327085",80422,80449 -"327086",80422,96695 -"327087",80422,96699 -"327088",80423,80440 -"327089",80423,80441 -"327090",80423,80455 -"327091",80423,80463 -"327092",80423,80464 -"327093",80423,80475 -"327094",80424,82302 -"327095",80424,82303 -"327096",80424,98942 -"327097",80424,98947 -"327098",80425,84682 -"327099",80425,84814 -"327100",80425,96034 -"327101",80426,106423 -"327102",80426,113373 -"327103",80427,109255 -"327104",80428,91327 -"327105",80429,89836 -"327106",80429,107649 -"327107",80429,110119 -"327108",80434,101200 -"327109",80434,101211 -"327110",80435,81077 -"327111",80435,95723 -"327112",80435,96310 -"327113",80436,80444 -"327114",80439,87550 -"327115",80440,80441 -"327116",80440,80455 -"327117",80440,80463 -"327118",80440,80464 -"327119",80440,80475 -"327120",80441,80455 -"327121",80441,80463 -"327122",80441,80464 -"327123",80441,80475 -"327124",80444,88712 -"327125",80444,106372 -"327126",80447,80470 -"327127",80447,80484 -"327128",80448,84494 -"327129",80448,94669 -"327130",80451,83225 -"327131",80451,89298 -"327132",80451,90155 -"327133",80451,98911 -"327134",80451,100524 -"327135",80451,100658 -"327136",80451,110961 -"327137",80453,97456 -"327138",80453,97457 -"327139",80453,97465 -"327140",80454,88480 -"327141",80454,96620 -"327142",80454,103357 -"327143",80454,107519 -"327144",80454,115454 -"327145",80455,80463 -"327146",80455,80464 -"327147",80455,80475 -"327148",80455,81580 -"327149",80455,81617 -"327150",80455,81703 -"327151",80455,86788 -"327152",80456,82069 -"327153",80456,84162 -"327154",80456,89702 -"327155",80456,89918 -"327156",80456,92932 -"327157",80456,97958 -"327158",80456,100464 -"327159",80456,106432 -"327160",80456,115676 -"327161",80456,117825 -"327162",80456,117827 -"327163",80457,80521 -"327164",80457,80534 -"327165",80458,80616 -"327166",80458,80655 -"327167",80459,89421 -"327168",80459,94562 -"327169",80459,97523 -"327170",80459,110913 -"327171",80460,80536 -"327172",80461,80493 -"327173",80462,96501 -"327174",80463,80464 -"327175",80463,80475 -"327176",80463,81580 -"327177",80463,81617 -"327178",80463,81703 -"327179",80464,80475 -"327180",80466,80487 -"327181",80470,80484 -"327182",80471,82203 -"327183",80471,82767 -"327184",80471,90441 -"327185",80471,92622 -"327186",80471,101783 -"327187",80471,109319 -"327188",80471,111888 -"327189",80473,105398 -"327190",80473,107996 -"327191",80473,108314 -"327192",80475,81580 -"327193",80475,81617 -"327194",80475,81703 -"327195",80476,85648 -"327196",80476,121810 -"327197",80477,81253 -"327198",80477,81615 -"327199",80477,88323 -"327200",80477,91172 -"327201",80477,100758 -"327202",80477,100776 -"327203",80477,101327 -"327204",80477,120869 -"327205",80477,120872 -"327206",80478,105936 -"327207",80478,105948 -"327208",80478,105970 -"327209",80478,111140 -"327210",80479,113745 -"327211",80480,81286 -"327212",80480,89988 -"327213",80481,102871 -"327214",80482,80503 -"327215",80483,94790 -"327216",80483,96923 -"327217",80483,101319 -"327218",80485,80610 -"327219",80485,80611 -"327220",80485,94297 -"327221",80485,97257 -"327222",80485,118552 -"327223",80486,80494 -"327224",80495,109708 -"327225",80496,80497 -"327226",80499,105671 -"327227",80500,91517 -"327228",80500,96513 -"327229",80500,97445 -"327230",80500,102226 -"327231",80500,106280 -"327232",80501,80527 -"327233",80501,100204 -"327234",80502,89165 -"327235",80502,93694 -"327236",80502,93731 -"327237",80502,93751 -"327238",80502,93772 -"327239",80503,83607 -"327240",80504,80843 -"327241",80505,100455 -"327242",80505,112944 -"327243",80506,88135 -"327244",80506,114189 -"327245",80507,93787 -"327246",80510,89475 -"327247",80511,84532 -"327248",80511,85348 -"327249",80511,85350 -"327250",80511,85353 -"327251",80511,122646 -"327252",80513,85756 -"327253",80515,112918 -"327254",80516,80543 -"327255",80516,81980 -"327256",80516,86028 -"327257",80516,90773 -"327258",80516,111541 -"327259",80516,122618 -"327260",80518,90670 -"327261",80518,95593 -"327262",80519,94572 -"327263",80519,96278 -"327264",80520,82781 -"327265",80521,80534 -"327266",80522,80528 -"327267",80522,80564 -"327268",80522,80842 -"327269",80524,99182 -"327270",80524,103126 -"327271",80524,120839 -"327272",80525,116848 -"327273",80525,120436 -"327274",80526,80562 -"327275",80527,88783 -"327276",80528,80564 -"327277",80528,80842 -"327278",80528,106959 -"327279",80529,80542 -"327280",80530,80649 -"327281",80532,99965 -"327282",80532,116998 -"327283",80534,95238 -"327284",80536,90852 -"327285",80537,95023 -"327286",80538,84706 -"327287",80538,84707 -"327288",80538,84772 -"327289",80538,94069 -"327290",80538,99240 -"327291",80539,103911 -"327292",80540,80576 -"327293",80540,80944 -"327294",80540,114576 -"327295",80541,86129 -"327296",80541,93391 -"327297",80542,106645 -"327298",80543,81980 -"327299",80543,85259 -"327300",80543,85295 -"327301",80544,90802 -"327302",80544,94932 -"327303",80544,105616 -"327304",80544,110827 -"327305",80545,81073 -"327306",80545,92856 -"327307",80545,115656 -"327308",80547,80762 -"327309",80548,80755 -"327310",80548,80797 -"327311",80549,89797 -"327312",80549,99061 -"327313",80549,105788 -"327314",80549,107767 -"327315",80549,108950 -"327316",80549,109252 -"327317",80549,110778 -"327318",80549,113206 -"327319",80549,115605 -"327320",80549,123024 -"327321",80549,123027 -"327322",80550,113814 -"327323",80553,108955 -"327324",80553,118893 -"327325",80554,91569 -"327326",80554,113744 -"327327",80554,113790 -"327328",80555,81711 -"327329",80558,109600 -"327330",80560,84474 -"327331",80561,89928 -"327332",80561,103976 -"327333",80564,80842 -"327334",80565,83325 -"327335",80565,92062 -"327336",80565,94784 -"327337",80565,103182 -"327338",80567,105513 -"327339",80568,94084 -"327340",80568,94194 -"327341",80568,110128 -"327342",80569,96081 -"327343",80569,99070 -"327344",80569,102215 -"327345",80569,102233 -"327346",80570,82522 -"327347",80570,82573 -"327348",80573,86141 -"327349",80574,82503 -"327350",80575,80700 -"327351",80575,82552 -"327352",80576,97409 -"327353",80577,93661 -"327354",80577,98719 -"327355",80578,100998 -"327356",80578,102032 -"327357",80578,106567 -"327358",80578,109259 -"327359",80578,114104 -"327360",80578,118636 -"327361",80578,120140 -"327362",80578,122429 -"327363",80578,122435 -"327364",80580,82840 -"327365",80583,109543 -"327366",80583,113706 -"327367",80583,114668 -"327368",80584,110210 -"327369",80584,120508 -"327370",80585,80628 -"327371",80586,108711 -"327372",80588,82793 -"327373",80589,93202 -"327374",80590,80612 -"327375",80590,80634 -"327376",80590,80658 -"327377",80590,80659 -"327378",80592,81084 -"327379",80593,112865 -"327380",80595,94441 -"327381",80596,90093 -"327382",80598,80779 -"327383",80598,91230 -"327384",80598,96562 -"327385",80598,98362 -"327386",80599,83045 -"327387",80599,90346 -"327388",80600,83441 -"327389",80600,85635 -"327390",80602,81932 -"327391",80602,82174 -"327392",80602,96123 -"327393",80602,96172 -"327394",80602,108318 -"327395",80602,108330 -"327396",80603,115983 -"327397",80604,83533 -"327398",80604,83540 -"327399",80604,83550 -"327400",80605,99198 -"327401",80605,106225 -"327402",80605,109007 -"327403",80605,109020 -"327404",80605,120428 -"327405",80606,83135 -"327406",80606,84359 -"327407",80606,87228 -"327408",80606,93090 -"327409",80610,80611 -"327410",80610,82062 -"327411",80612,80634 -"327412",80612,80658 -"327413",80612,80659 -"327414",80613,80627 -"327415",80613,80660 -"327416",80614,81925 -"327417",80615,85958 -"327418",80615,93590 -"327419",80615,93617 -"327420",80615,93680 -"327421",80615,93815 -"327422",80615,105102 -"327423",80615,109451 -"327424",80615,119358 -"327425",80616,80655 -"327426",80616,87891 -"327427",80616,88583 -"327428",80616,92785 -"327429",80616,93969 -"327430",80616,94374 -"327431",80616,94569 -"327432",80616,96576 -"327433",80617,81770 -"327434",80617,87466 -"327435",80617,91232 -"327436",80617,99646 -"327437",80617,99995 -"327438",80617,103968 -"327439",80617,109000 -"327440",80617,109945 -"327441",80617,111309 -"327442",80617,111462 -"327443",80617,114155 -"327444",80617,114170 -"327445",80620,80641 -"327446",80621,98435 -"327447",80621,100720 -"327448",80621,121191 -"327449",80621,121192 -"327450",80622,85349 -"327451",80623,80642 -"327452",80624,96787 -"327453",80625,81074 -"327454",80625,84194 -"327455",80625,89980 -"327456",80625,90968 -"327457",80625,91211 -"327458",80625,96352 -"327459",80625,96749 -"327460",80625,96756 -"327461",80625,99207 -"327462",80625,103930 -"327463",80625,104590 -"327464",80625,108463 -"327465",80625,116534 -"327466",80625,116545 -"327467",80626,119491 -"327468",80627,80660 -"327469",80631,90698 -"327470",80633,93713 -"327471",80634,80658 -"327472",80634,80659 -"327473",80637,94727 -"327474",80641,94733 -"327475",80641,114548 -"327476",80641,114553 -"327477",80644,83444 -"327478",80644,86124 -"327479",80644,100859 -"327480",80644,106662 -"327481",80644,120360 -"327482",80647,89810 -"327483",80651,80664 -"327484",80652,91782 -"327485",80652,109636 -"327486",80653,83034 -"327487",80653,101131 -"327488",80653,107322 -"327489",80653,107423 -"327490",80653,107428 -"327491",80653,118618 -"327492",80654,80961 -"327493",80654,81032 -"327494",80654,106365 -"327495",80657,81000 -"327496",80657,94523 -"327497",80657,99338 -"327498",80657,101100 -"327499",80657,105005 -"327500",80657,110379 -"327501",80657,110536 -"327502",80657,118105 -"327503",80657,120463 -"327504",80657,120533 -"327505",80657,122905 -"327506",80658,80659 -"327507",80658,121320 -"327508",80660,114761 -"327509",80661,93344 -"327510",80661,102396 -"327511",80662,90600 -"327512",80662,90607 -"327513",80662,90663 -"327514",80662,90682 -"327515",80663,94030 -"327516",80664,87907 -"327517",80664,115339 -"327518",80665,92426 -"327519",80665,107977 -"327520",80666,84382 -"327521",80666,85623 -"327522",80666,86595 -"327523",80666,96073 -"327524",80667,119375 -"327525",80667,119387 -"327526",80670,110158 -"327527",80671,100204 -"327528",80672,80880 -"327529",80672,80881 -"327530",80672,81424 -"327531",80672,83816 -"327532",80672,88879 -"327533",80672,92706 -"327534",80672,101961 -"327535",80676,80686 -"327536",80676,101726 -"327537",80677,80695 -"327538",80679,90858 -"327539",80679,107593 -"327540",80679,107605 -"327541",80679,108334 -"327542",80679,119431 -"327543",80680,80711 -"327544",80680,100071 -"327545",80680,116188 -"327546",80682,80683 -"327547",80685,96437 -"327548",80687,81563 -"327549",80687,87257 -"327550",80687,91792 -"327551",80688,103788 -"327552",80688,120594 -"327553",80689,89104 -"327554",80692,83359 -"327555",80692,87971 -"327556",80693,87385 -"327557",80693,90307 -"327558",80693,94242 -"327559",80693,94250 -"327560",80693,94263 -"327561",80693,95160 -"327562",80693,103858 -"327563",80693,118900 -"327564",80696,80935 -"327565",80696,81018 -"327566",80697,92485 -"327567",80697,111159 -"327568",80700,82552 -"327569",80701,80713 -"327570",80702,80703 -"327571",80702,94470 -"327572",80702,94477 -"327573",80702,94496 -"327574",80704,83031 -"327575",80704,83049 -"327576",80704,83085 -"327577",80709,80712 -"327578",80713,86764 -"327579",80715,120633 -"327580",80717,91770 -"327581",80718,81115 -"327582",80719,80739 -"327583",80719,90238 -"327584",80719,93865 -"327585",80721,81050 -"327586",80721,81063 -"327587",80722,93887 -"327588",80723,81070 -"327589",80723,91107 -"327590",80723,96671 -"327591",80723,98459 -"327592",80723,104921 -"327593",80723,106818 -"327594",80723,118967 -"327595",80723,123154 -"327596",80725,95233 -"327597",80725,96103 -"327598",80725,100448 -"327599",80725,101094 -"327600",80725,102685 -"327601",80726,83985 -"327602",80727,102870 -"327603",80727,105691 -"327604",80728,81366 -"327605",80728,82435 -"327606",80728,83914 -"327607",80728,85481 -"327608",80728,89685 -"327609",80728,91869 -"327610",80728,93317 -"327611",80729,81931 -"327612",80729,89820 -"327613",80729,91687 -"327614",80729,95090 -"327615",80729,110497 -"327616",80733,80918 -"327617",80736,80824 -"327618",80736,83480 -"327619",80736,104418 -"327620",80737,80744 -"327621",80737,81168 -"327622",80737,90260 -"327623",80738,83221 -"327624",80739,85130 -"327625",80739,85774 -"327626",80739,106097 -"327627",80739,106105 -"327628",80739,106121 -"327629",80741,85371 -"327630",80742,119332 -"327631",80747,114074 -"327632",80747,114183 -"327633",80747,114185 -"327634",80747,114186 -"327635",80748,92336 -"327636",80748,97042 -"327637",80748,99207 -"327638",80748,101490 -"327639",80749,89080 -"327640",80749,123091 -"327641",80750,93960 -"327642",80750,120438 -"327643",80751,93567 -"327644",80752,94947 -"327645",80753,82151 -"327646",80753,97116 -"327647",80753,100603 -"327648",80753,102866 -"327649",80754,97529 -"327650",80754,99728 -"327651",80754,121033 -"327652",80754,121037 -"327653",80755,80797 -"327654",80756,95575 -"327655",80756,95996 -"327656",80756,117480 -"327657",80756,120583 -"327658",80757,80846 -"327659",80757,80847 -"327660",80758,92360 -"327661",80762,82332 -"327662",80762,83273 -"327663",80762,91283 -"327664",80762,93990 -"327665",80762,99230 -"327666",80763,87951 -"327667",80765,80788 -"327668",80767,80805 -"327669",80767,114259 -"327670",80769,107715 -"327671",80771,80820 -"327672",80771,80838 -"327673",80772,81826 -"327674",80772,85280 -"327675",80772,89823 -"327676",80772,93928 -"327677",80773,80775 -"327678",80773,80786 -"327679",80773,80803 -"327680",80773,80830 -"327681",80773,80831 -"327682",80774,80817 -"327683",80775,80786 -"327684",80775,80803 -"327685",80775,80830 -"327686",80775,80831 -"327687",80777,94290 -"327688",80777,95595 -"327689",80777,101513 -"327690",80777,102236 -"327691",80777,111364 -"327692",80777,117092 -"327693",80777,122925 -"327694",80777,122957 -"327695",80778,91867 -"327696",80778,97635 -"327697",80778,106829 -"327698",80778,110233 -"327699",80778,112927 -"327700",80778,119235 -"327701",80778,119947 -"327702",80780,103399 -"327703",80781,114510 -"327704",80781,120069 -"327705",80783,106874 -"327706",80784,85413 -"327707",80784,108455 -"327708",80786,80803 -"327709",80786,80830 -"327710",80786,80831 -"327711",80787,97551 -"327712",80789,80798 -"327713",80790,111867 -"327714",80790,119535 -"327715",80790,122185 -"327716",80791,109972 -"327717",80795,80819 -"327718",80798,82512 -"327719",80798,88719 -"327720",80799,89869 -"327721",80799,93510 -"327722",80799,109383 -"327723",80799,119451 -"327724",80799,119452 -"327725",80799,119550 -"327726",80800,90548 -"327727",80801,81448 -"327728",80801,81926 -"327729",80801,84263 -"327730",80801,88482 -"327731",80801,90070 -"327732",80801,91704 -"327733",80801,91805 -"327734",80801,92795 -"327735",80801,95489 -"327736",80802,84597 -"327737",80803,80830 -"327738",80803,80831 -"327739",80805,90030 -"327740",80805,99083 -"327741",80807,80808 -"327742",80808,86969 -"327743",80808,94512 -"327744",80808,102394 -"327745",80808,114233 -"327746",80811,80833 -"327747",80811,85887 -"327748",80812,80933 -"327749",80812,120230 -"327750",80814,108434 -"327751",80819,81285 -"327752",80820,80838 -"327753",80825,80835 -"327754",80825,87883 -"327755",80826,87211 -"327756",80826,114478 -"327757",80827,123425 -"327758",80828,80829 -"327759",80828,105248 -"327760",80828,117936 -"327761",80828,119620 -"327762",80828,123016 -"327763",80829,105282 -"327764",80829,119072 -"327765",80830,80831 -"327766",80833,91246 -"327767",80833,91260 -"327768",80834,82573 -"327769",80834,104606 -"327770",80834,109491 -"327771",80838,102782 -"327772",80840,82744 -"327773",80840,84919 -"327774",80840,96730 -"327775",80840,108246 -"327776",80840,123431 -"327777",80844,88415 -"327778",80846,80847 -"327779",80847,88361 -"327780",80847,88369 -"327781",80847,88429 -"327782",80847,92939 -"327783",80849,121004 -"327784",80851,101683 -"327785",80856,84533 -"327786",80856,94065 -"327787",80856,100104 -"327788",80860,93149 -"327789",80860,93160 -"327790",80862,109633 -"327791",80863,80924 -"327792",80867,99629 -"327793",80867,101876 -"327794",80867,111004 -"327795",80867,111055 -"327796",80868,88230 -"327797",80868,89827 -"327798",80868,91824 -"327799",80868,100336 -"327800",80868,100621 -"327801",80868,103996 -"327802",80870,80877 -"327803",80870,82596 -"327804",80870,94418 -"327805",80871,80912 -"327806",80871,85278 -"327807",80872,80878 -"327808",80873,95373 -"327809",80880,80881 -"327810",80883,117261 -"327811",80886,91294 -"327812",80886,94077 -"327813",80887,90767 -"327814",80887,94166 -"327815",80887,107121 -"327816",80888,118549 -"327817",80889,97012 -"327818",80889,114578 -"327819",80890,116845 -"327820",80892,81074 -"327821",80892,89557 -"327822",80892,91482 -"327823",80892,92757 -"327824",80892,98119 -"327825",80892,98845 -"327826",80892,110020 -"327827",80892,118099 -"327828",80892,119280 -"327829",80892,123248 -"327830",80893,115184 -"327831",80893,117607 -"327832",80893,118430 -"327833",80894,80901 -"327834",80894,80906 -"327835",80894,90304 -"327836",80894,106291 -"327837",80894,122818 -"327838",80895,91017 -"327839",80895,106852 -"327840",80895,106857 -"327841",80895,106897 -"327842",80895,106901 -"327843",80897,81099 -"327844",80897,93611 -"327845",80897,115145 -"327846",80899,107511 -"327847",80899,110710 -"327848",80901,80906 -"327849",80903,96634 -"327850",80903,97188 -"327851",80903,101460 -"327852",80903,101519 -"327853",80904,103571 -"327854",80904,122338 -"327855",80905,80916 -"327856",80905,97135 -"327857",80905,100286 -"327858",80905,119300 -"327859",80905,119301 -"327860",80906,113313 -"327861",80911,80930 -"327862",80911,84247 -"327863",80911,85646 -"327864",80911,92563 -"327865",80913,84453 -"327866",80913,84510 -"327867",80913,88484 -"327868",80913,90607 -"327869",80913,90663 -"327870",80913,90767 -"327871",80913,92017 -"327872",80913,92035 -"327873",80913,97735 -"327874",80913,99736 -"327875",80913,100354 -"327876",80913,101682 -"327877",80913,108934 -"327878",80913,116902 -"327879",80914,90634 -"327880",80914,90707 -"327881",80919,96808 -"327882",80925,83473 -"327883",80925,89926 -"327884",80925,95042 -"327885",80925,106947 -"327886",80926,81860 -"327887",80927,85927 -"327888",80927,104686 -"327889",80928,86504 -"327890",80928,101553 -"327891",80929,82852 -"327892",80929,102640 -"327893",80929,119094 -"327894",80930,84247 -"327895",80930,92563 -"327896",80930,103668 -"327897",80931,81781 -"327898",80931,85377 -"327899",80931,110141 -"327900",80932,97132 -"327901",80932,98818 -"327902",80934,86998 -"327903",80935,81018 -"327904",80936,93506 -"327905",80937,98368 -"327906",80938,80939 -"327907",80938,80940 -"327908",80938,80941 -"327909",80938,80949 -"327910",80938,80955 -"327911",80938,80956 -"327912",80938,80957 -"327913",80938,80985 -"327914",80938,80989 -"327915",80938,81007 -"327916",80938,81022 -"327917",80938,81026 -"327918",80938,81036 -"327919",80938,81037 -"327920",80938,81038 -"327921",80938,81139 -"327922",80939,80940 -"327923",80939,80941 -"327924",80939,80949 -"327925",80939,80955 -"327926",80939,80956 -"327927",80939,80957 -"327928",80939,80985 -"327929",80939,80989 -"327930",80939,81007 -"327931",80939,81022 -"327932",80939,81026 -"327933",80939,81036 -"327934",80939,81037 -"327935",80939,81038 -"327936",80939,81139 -"327937",80940,80941 -"327938",80940,80949 -"327939",80940,80955 -"327940",80940,80956 -"327941",80940,80957 -"327942",80940,80985 -"327943",80940,80989 -"327944",80940,81007 -"327945",80940,81022 -"327946",80940,81026 -"327947",80940,81036 -"327948",80940,81037 -"327949",80940,81038 -"327950",80940,81139 -"327951",80940,96153 -"327952",80941,80949 -"327953",80941,80955 -"327954",80941,80956 -"327955",80941,80957 -"327956",80941,80985 -"327957",80941,80989 -"327958",80941,81007 -"327959",80941,81022 -"327960",80941,81026 -"327961",80941,81036 -"327962",80941,81037 -"327963",80941,81038 -"327964",80941,81139 -"327965",80942,80967 -"327966",80942,88723 -"327967",80942,89079 -"327968",80942,96083 -"327969",80942,105049 -"327970",80943,114674 -"327971",80945,83244 -"327972",80945,86786 -"327973",80945,102729 -"327974",80946,84242 -"327975",80947,91581 -"327976",80947,102008 -"327977",80947,106919 -"327978",80947,106935 -"327979",80947,107117 -"327980",80948,80973 -"327981",80948,81422 -"327982",80948,81707 -"327983",80948,96758 -"327984",80949,80955 -"327985",80949,80956 -"327986",80949,80957 -"327987",80949,80985 -"327988",80949,80989 -"327989",80949,81007 -"327990",80949,81022 -"327991",80949,81026 -"327992",80949,81036 -"327993",80949,81037 -"327994",80949,81038 -"327995",80949,81139 -"327996",80950,80958 -"327997",80950,80959 -"327998",80950,80960 -"327999",80950,81568 -"328000",80950,91319 -"328001",80950,93059 -"328002",80950,105291 -"328003",80950,109158 -"328004",80950,119384 -"328005",80950,119412 -"328006",80950,119421 -"328007",80952,101706 -"328008",80952,109483 -"328009",80952,109484 -"328010",80953,80984 -"328011",80953,86584 -"328012",80954,104161 -"328013",80954,104165 -"328014",80955,80956 -"328015",80955,80957 -"328016",80955,80985 -"328017",80955,80989 -"328018",80955,81007 -"328019",80955,81022 -"328020",80955,81026 -"328021",80955,81036 -"328022",80955,81037 -"328023",80955,81038 -"328024",80955,81139 -"328025",80955,86951 -"328026",80955,122598 -"328027",80955,122665 -"328028",80956,80957 -"328029",80956,80985 -"328030",80956,80989 -"328031",80956,81007 -"328032",80956,81022 -"328033",80956,81026 -"328034",80956,81036 -"328035",80956,81037 -"328036",80956,81038 -"328037",80956,81139 -"328038",80957,80985 -"328039",80957,80989 -"328040",80957,81007 -"328041",80957,81022 -"328042",80957,81026 -"328043",80957,81036 -"328044",80957,81037 -"328045",80957,81038 -"328046",80957,81139 -"328047",80958,80959 -"328048",80958,80960 -"328049",80959,80960 -"328050",80961,81032 -"328051",80961,109679 -"328052",80961,109976 -"328053",80963,81210 -"328054",80964,80972 -"328055",80964,95188 -"328056",80964,117329 -"328057",80965,100989 -"328058",80966,109982 -"328059",80967,89079 -"328060",80967,103143 -"328061",80969,80980 -"328062",80969,81011 -"328063",80969,81034 -"328064",80969,81404 -"328065",80970,92002 -"328066",80970,110875 -"328067",80972,83718 -"328068",80972,84602 -"328069",80972,102764 -"328070",80972,106323 -"328071",80972,111504 -"328072",80972,112432 -"328073",80972,118931 -"328074",80974,96706 -"328075",80974,98017 -"328076",80975,80993 -"328077",80976,94165 -"328078",80978,94762 -"328079",80978,103201 -"328080",80978,103412 -"328081",80979,81490 -"328082",80980,81011 -"328083",80980,81034 -"328084",80980,81404 -"328085",80981,81020 -"328086",80981,81025 -"328087",80983,81951 -"328088",80983,85191 -"328089",80984,86584 -"328090",80985,80989 -"328091",80985,81007 -"328092",80985,81022 -"328093",80985,81026 -"328094",80985,81036 -"328095",80985,81037 -"328096",80985,81038 -"328097",80985,81139 -"328098",80986,92710 -"328099",80987,90472 -"328100",80988,82092 -"328101",80988,82622 -"328102",80988,85802 -"328103",80988,91056 -"328104",80988,92627 -"328105",80988,100056 -"328106",80988,100581 -"328107",80988,101869 -"328108",80988,101894 -"328109",80988,102230 -"328110",80988,105744 -"328111",80988,107504 -"328112",80988,111447 -"328113",80988,111974 -"328114",80988,113333 -"328115",80988,113432 -"328116",80988,113649 -"328117",80988,113688 -"328118",80988,120019 -"328119",80988,122057 -"328120",80989,81007 -"328121",80989,81022 -"328122",80989,81026 -"328123",80989,81036 -"328124",80989,81037 -"328125",80989,81038 -"328126",80989,81139 -"328127",80995,106988 -"328128",80995,118927 -"328129",80998,83651 -"328130",80999,88615 -"328131",81000,90021 -"328132",81000,94768 -"328133",81000,99338 -"328134",81000,101100 -"328135",81000,110379 -"328136",81000,118105 -"328137",81000,120463 -"328138",81003,81441 -"328139",81003,120448 -"328140",81005,81006 -"328141",81005,81013 -"328142",81005,83715 -"328143",81005,83720 -"328144",81006,81013 -"328145",81006,82204 -"328146",81006,82208 -"328147",81006,82213 -"328148",81007,81022 -"328149",81007,81026 -"328150",81007,81036 -"328151",81007,81037 -"328152",81007,81038 -"328153",81007,81139 -"328154",81007,90010 -"328155",81007,92613 -"328156",81007,95524 -"328157",81007,97130 -"328158",81007,99492 -"328159",81007,100814 -"328160",81007,113823 -"328161",81010,102668 -"328162",81010,108785 -"328163",81010,108822 -"328164",81010,110535 -"328165",81011,81034 -"328166",81011,81404 -"328167",81012,91002 -"328168",81012,108382 -"328169",81014,88761 -"328170",81014,95504 -"328171",81015,93862 -"328172",81016,81231 -"328173",81016,81251 -"328174",81018,91069 -"328175",81018,91124 -"328176",81018,105078 -"328177",81019,82965 -"328178",81019,86308 -"328179",81019,93173 -"328180",81019,107026 -"328181",81019,107037 -"328182",81020,81025 -"328183",81022,81026 -"328184",81022,81036 -"328185",81022,81037 -"328186",81022,81038 -"328187",81022,81139 -"328188",81023,91564 -"328189",81023,94136 -"328190",81023,102291 -"328191",81024,89329 -"328192",81024,100162 -"328193",81024,105235 -"328194",81024,105299 -"328195",81024,105867 -"328196",81024,110626 -"328197",81024,110927 -"328198",81026,81036 -"328199",81026,81037 -"328200",81026,81038 -"328201",81026,81139 -"328202",81027,89900 -"328203",81029,86816 -"328204",81030,97664 -"328205",81030,112551 -"328206",81034,81404 -"328207",81036,81037 -"328208",81036,81038 -"328209",81036,81139 -"328210",81037,81038 -"328211",81037,81139 -"328212",81038,81139 -"328213",81045,89613 -"328214",81045,115001 -"328215",81046,90972 -"328216",81046,91482 -"328217",81049,98067 -"328218",81050,81063 -"328219",81051,83682 -"328220",81052,81066 -"328221",81054,113102 -"328222",81055,81080 -"328223",81056,81125 -"328224",81057,88624 -"328225",81057,89894 -"328226",81058,107371 -"328227",81060,122084 -"328228",81061,101827 -"328229",81061,105696 -"328230",81062,87141 -"328231",81064,81134 -"328232",81064,82761 -"328233",81064,98003 -"328234",81064,98358 -"328235",81064,103238 -"328236",81064,103717 -"328237",81064,105960 -"328238",81064,112232 -"328239",81064,112238 -"328240",81064,115006 -"328241",81064,122527 -"328242",81070,91107 -"328243",81070,98459 -"328244",81072,81105 -"328245",81073,92856 -"328246",81073,108899 -"328247",81073,115656 -"328248",81074,91482 -"328249",81074,96352 -"328250",81074,98119 -"328251",81074,99207 -"328252",81074,101096 -"328253",81074,103930 -"328254",81074,111478 -"328255",81075,84337 -"328256",81075,84350 -"328257",81075,88164 -"328258",81076,83637 -"328259",81077,83430 -"328260",81077,86861 -"328261",81077,109194 -"328262",81077,120535 -"328263",81078,89884 -"328264",81078,106560 -"328265",81081,106951 -"328266",81081,118045 -"328267",81081,120762 -"328268",81082,81098 -"328269",81083,83619 -"328270",81088,86529 -"328271",81089,93748 -"328272",81089,94352 -"328273",81090,84855 -"328274",81090,88135 -"328275",81090,93574 -"328276",81091,81107 -"328277",81092,81093 -"328278",81092,92317 -"328279",81094,81466 -"328280",81094,81497 -"328281",81094,91683 -"328282",81094,97601 -"328283",81094,97607 -"328284",81095,82256 -"328285",81095,87346 -"328286",81095,104867 -"328287",81095,118056 -"328288",81095,119062 -"328289",81096,82190 -"328290",81096,86519 -"328291",81096,93388 -"328292",81096,95410 -"328293",81096,96614 -"328294",81096,96700 -"328295",81096,96701 -"328296",81096,96724 -"328297",81096,97479 -"328298",81099,115145 -"328299",81101,81104 -"328300",81105,87701 -"328301",81105,88098 -"328302",81105,89694 -"328303",81105,98726 -"328304",81105,98757 -"328305",81105,103533 -"328306",81106,81124 -"328307",81109,119046 -"328308",81109,123379 -"328309",81110,101822 -"328310",81111,103368 -"328311",81112,118061 -"328312",81114,85594 -"328313",81114,101137 -"328314",81114,101277 -"328315",81116,94272 -"328316",81117,96006 -"328317",81117,118671 -"328318",81117,118673 -"328319",81117,118677 -"328320",81119,87783 -"328321",81119,95953 -"328322",81120,117207 -"328323",81121,109627 -"328324",81123,89796 -"328325",81128,91490 -"328326",81129,99007 -"328327",81130,97951 -"328328",81130,97996 -"328329",81130,98315 -"328330",81131,81312 -"328331",81131,120472 -"328332",81132,88130 -"328333",81134,103238 -"328334",81134,103475 -"328335",81134,103717 -"328336",81134,105960 -"328337",81134,108164 -"328338",81134,113791 -"328339",81134,113806 -"328340",81134,115006 -"328341",81135,81180 -"328342",81135,89185 -"328343",81135,90709 -"328344",81135,93452 -"328345",81135,99332 -"328346",81135,119754 -"328347",81137,91849 -"328348",81137,107528 -"328349",81137,111193 -"328350",81137,115021 -"328351",81138,109309 -"328352",81141,88535 -"328353",81142,90592 -"328354",81142,94536 -"328355",81142,94554 -"328356",81143,95628 -"328357",81147,81181 -"328358",81147,94152 -"328359",81147,119810 -"328360",81149,81185 -"328361",81149,105335 -"328362",81153,89271 -"328363",81154,81192 -"328364",81155,84861 -"328365",81155,92573 -"328366",81155,92574 -"328367",81155,122116 -"328368",81155,122117 -"328369",81157,81679 -"328370",81157,85619 -"328371",81157,93026 -"328372",81157,96361 -"328373",81159,81878 -"328374",81159,94500 -"328375",81159,104619 -"328376",81159,108801 -"328377",81159,109050 -"328378",81159,123375 -"328379",81160,83643 -"328380",81161,91980 -"328381",81161,107208 -"328382",81164,106510 -"328383",81164,109633 -"328384",81164,114902 -"328385",81164,115292 -"328386",81164,116714 -"328387",81164,120948 -"328388",81165,81175 -"328389",81165,106579 -"328390",81165,118040 -"328391",81165,118042 -"328392",81165,120275 -"328393",81167,85644 -"328394",81167,85794 -"328395",81167,91422 -"328396",81167,98939 -"328397",81167,117679 -"328398",81168,84296 -"328399",81168,90260 -"328400",81168,109807 -"328401",81171,81194 -"328402",81174,104715 -"328403",81174,106484 -"328404",81177,81178 -"328405",81177,81188 -"328406",81178,81188 -"328407",81184,96202 -"328408",81186,121197 -"328409",81187,114117 -"328410",81187,120707 -"328411",81191,86297 -"328412",81191,88716 -"328413",81191,99623 -"328414",81192,82046 -"328415",81192,100843 -"328416",81192,104758 -"328417",81195,115894 -"328418",81198,88316 -"328419",81199,81233 -"328420",81199,81234 -"328421",81199,107985 -"328422",81200,81238 -"328423",81200,81264 -"328424",81201,98092 -"328425",81201,111100 -"328426",81201,113145 -"328427",81202,86358 -"328428",81202,87915 -"328429",81204,81403 -"328430",81205,87414 -"328431",81205,102467 -"328432",81205,109333 -"328433",81205,111131 -"328434",81205,122129 -"328435",81206,100684 -"328436",81206,117332 -"328437",81206,120297 -"328438",81209,115533 -"328439",81210,88645 -"328440",81210,98078 -"328441",81210,111698 -"328442",81211,81368 -"328443",81211,81414 -"328444",81212,81545 -"328445",81212,103167 -"328446",81214,84503 -"328447",81214,105625 -"328448",81214,111298 -"328449",81214,112309 -"328450",81215,81228 -"328451",81216,84576 -"328452",81218,89707 -"328453",81220,81257 -"328454",81221,81222 -"328455",81221,86136 -"328456",81221,100227 -"328457",81221,107092 -"328458",81230,117009 -"328459",81231,81251 -"328460",81231,82448 -"328461",81231,93897 -"328462",81231,100893 -"328463",81231,102545 -"328464",81231,107999 -"328465",81231,119963 -"328466",81232,86160 -"328467",81232,86174 -"328468",81233,81234 -"328469",81234,115685 -"328470",81235,107169 -"328471",81235,107224 -"328472",81235,115752 -"328473",81236,83754 -"328474",81236,106561 -"328475",81237,83426 -"328476",81238,81264 -"328477",81239,88583 -"328478",81239,89775 -"328479",81239,92785 -"328480",81239,94737 -"328481",81239,102255 -"328482",81239,103778 -"328483",81239,110926 -"328484",81239,118007 -"328485",81239,118396 -"328486",81239,122969 -"328487",81240,81241 -"328488",81240,83179 -"328489",81240,118524 -"328490",81244,81878 -"328491",81244,82683 -"328492",81244,91999 -"328493",81244,108651 -"328494",81249,98262 -"328495",81250,83578 -"328496",81250,96144 -"328497",81250,96146 -"328498",81250,106592 -"328499",81255,88118 -"328500",81255,96825 -"328501",81255,103578 -"328502",81260,102968 -"328503",81264,112239 -"328504",81267,104028 -"328505",81267,104037 -"328506",81267,115811 -"328507",81267,115835 -"328508",81269,94138 -"328509",81269,114139 -"328510",81270,88262 -"328511",81270,88276 -"328512",81270,88318 -"328513",81270,88347 -"328514",81270,112777 -"328515",81271,103653 -"328516",81271,111500 -"328517",81271,115942 -"328518",81272,95467 -"328519",81272,112796 -"328520",81272,115258 -"328521",81273,121354 -"328522",81273,122160 -"328523",81274,107598 -"328524",81275,82059 -"328525",81278,85430 -"328526",81278,89958 -"328527",81278,94440 -"328528",81278,96536 -"328529",81279,86374 -"328530",81279,94612 -"328531",81279,97347 -"328532",81279,97606 -"328533",81279,97680 -"328534",81279,97700 -"328535",81279,97701 -"328536",81281,92842 -"328537",81281,103114 -"328538",81281,103130 -"328539",81281,103145 -"328540",81282,81314 -"328541",81282,108622 -"328542",81282,108624 -"328543",81282,121855 -"328544",81283,113557 -"328545",81284,83729 -"328546",81284,87625 -"328547",81284,118260 -"328548",81284,118263 -"328549",81285,86308 -"328550",81285,91152 -"328551",81285,116087 -"328552",81286,89988 -"328553",81286,100926 -"328554",81286,102196 -"328555",81286,103888 -"328556",81286,106703 -"328557",81286,110427 -"328558",81286,111219 -"328559",81287,85238 -"328560",81287,91550 -"328561",81287,93585 -"328562",81287,99194 -"328563",81287,103367 -"328564",81287,113718 -"328565",81288,81432 -"328566",81288,84043 -"328567",81289,91755 -"328568",81289,99144 -"328569",81290,81328 -"328570",81290,81333 -"328571",81291,116904 -"328572",81292,81308 -"328573",81292,81487 -"328574",81292,86933 -"328575",81292,104200 -"328576",81292,106400 -"328577",81292,109169 -"328578",81297,81539 -"328579",81297,81546 -"328580",81298,113282 -"328581",81299,113485 -"328582",81301,81348 -"328583",81305,89936 -"328584",81306,84767 -"328585",81306,92821 -"328586",81308,81939 -"328587",81308,82011 -"328588",81308,82328 -"328589",81308,107595 -"328590",81308,109915 -"328591",81308,110837 -"328592",81308,111729 -"328593",81309,121479 -"328594",81310,83649 -"328595",81310,90658 -"328596",81310,108845 -"328597",81312,81479 -"328598",81312,115428 -"328599",81312,120472 -"328600",81313,81338 -"328601",81313,85178 -"328602",81313,85535 -"328603",81313,85536 -"328604",81313,96405 -"328605",81316,86463 -"328606",81316,114536 -"328607",81316,115096 -"328608",81317,86039 -"328609",81317,108781 -"328610",81318,110093 -"328611",81318,110102 -"328612",81320,90386 -"328613",81322,97580 -"328614",81323,81335 -"328615",81323,98795 -"328616",81323,116760 -"328617",81325,81326 -"328618",81325,111716 -"328619",81326,84297 -"328620",81326,109233 -"328621",81328,81333 -"328622",81329,88865 -"328623",81329,104700 -"328624",81329,104713 -"328625",81335,97017 -"328626",81338,85178 -"328627",81338,85535 -"328628",81338,85536 -"328629",81339,90169 -"328630",81339,108490 -"328631",81339,117688 -"328632",81340,81341 -"328633",81343,99731 -"328634",81343,101323 -"328635",81343,102845 -"328636",81343,104957 -"328637",81343,109815 -"328638",81343,111066 -"328639",81343,112074 -"328640",81343,113278 -"328641",81343,113314 -"328642",81343,114723 -"328643",81343,116644 -"328644",81343,117804 -"328645",81343,121414 -"328646",81343,122345 -"328647",81343,122353 -"328648",81343,122358 -"328649",81343,122360 -"328650",81343,122366 -"328651",81343,122367 -"328652",81343,122376 -"328653",81343,122383 -"328654",81343,122393 -"328655",81343,122394 -"328656",81343,122398 -"328657",81343,122402 -"328658",81343,122403 -"328659",81343,122409 -"328660",81343,122412 -"328661",81343,122414 -"328662",81343,122415 -"328663",81343,122417 -"328664",81343,122418 -"328665",81343,122421 -"328666",81343,122422 -"328667",81343,122437 -"328668",81343,122438 -"328669",81343,122440 -"328670",81343,123424 -"328671",81348,97697 -"328672",81348,110409 -"328673",81348,118398 -"328674",81350,100855 -"328675",81351,81366 -"328676",81351,102972 -"328677",81352,93088 -"328678",81352,95958 -"328679",81354,81374 -"328680",81354,81425 -"328681",81355,120678 -"328682",81356,85736 -"328683",81356,93927 -"328684",81357,82881 -"328685",81360,86557 -"328686",81360,110539 -"328687",81360,110816 -"328688",81360,116866 -"328689",81361,81391 -"328690",81361,98565 -"328691",81361,98571 -"328692",81361,98588 -"328693",81363,81364 -"328694",81364,86490 -"328695",81364,86600 -"328696",81364,88242 -"328697",81364,88650 -"328698",81364,89710 -"328699",81364,95604 -"328700",81364,96099 -"328701",81364,99210 -"328702",81364,99329 -"328703",81364,99341 -"328704",81364,102353 -"328705",81364,106528 -"328706",81364,109371 -"328707",81364,109373 -"328708",81364,110246 -"328709",81364,111155 -"328710",81364,112290 -"328711",81364,112298 -"328712",81364,112468 -"328713",81364,113803 -"328714",81364,115195 -"328715",81364,115233 -"328716",81364,115255 -"328717",81364,115264 -"328718",81366,82435 -"328719",81366,86151 -"328720",81366,89848 -"328721",81366,106099 -"328722",81367,98260 -"328723",81367,122133 -"328724",81367,122664 -"328725",81368,81414 -"328726",81369,91629 -"328727",81369,98173 -"328728",81369,101165 -"328729",81370,85701 -"328730",81371,101649 -"328731",81373,88405 -"328732",81374,81425 -"328733",81376,86826 -"328734",81376,112645 -"328735",81378,81407 -"328736",81378,81419 -"328737",81379,84588 -"328738",81379,84840 -"328739",81380,85722 -"328740",81381,112875 -"328741",81381,120280 -"328742",81383,95833 -"328743",81389,109793 -"328744",81389,117671 -"328745",81392,89721 -"328746",81392,89724 -"328747",81392,91214 -"328748",81392,101402 -"328749",81392,105451 -"328750",81392,107882 -"328751",81393,102300 -"328752",81393,106060 -"328753",81393,107435 -"328754",81393,115541 -"328755",81393,118704 -"328756",81394,81477 -"328757",81395,84659 -"328758",81395,92835 -"328759",81395,92860 -"328760",81395,100470 -"328761",81395,106750 -"328762",81396,86710 -"328763",81396,96716 -"328764",81396,111684 -"328765",81397,88340 -"328766",81397,88749 -"328767",81397,89069 -"328768",81397,89373 -"328769",81397,89995 -"328770",81397,90919 -"328771",81397,90936 -"328772",81397,92861 -"328773",81397,93097 -"328774",81397,94231 -"328775",81397,95489 -"328776",81397,96247 -"328777",81397,96363 -"328778",81397,97898 -"328779",81398,100070 -"328780",81400,105612 -"328781",81401,96572 -"328782",81403,112012 -"328783",81404,110615 -"328784",81406,95609 -"328785",81407,81419 -"328786",81407,89057 -"328787",81408,83446 -"328788",81408,83750 -"328789",81408,97087 -"328790",81408,106740 -"328791",81408,112966 -"328792",81408,117575 -"328793",81408,119308 -"328794",81408,119312 -"328795",81408,119347 -"328796",81408,119349 -"328797",81408,119355 -"328798",81408,121845 -"328799",81409,119351 -"328800",81411,81479 -"328801",81411,82448 -"328802",81411,82451 -"328803",81411,82471 -"328804",81411,82484 -"328805",81411,82516 -"328806",81411,82518 -"328807",81411,100697 -"328808",81411,112150 -"328809",81411,112153 -"328810",81411,112443 -"328811",81411,112447 -"328812",81411,112455 -"328813",81411,112459 -"328814",81411,114599 -"328815",81413,121118 -"328816",81414,82826 -"328817",81417,81418 -"328818",81417,86165 -"328819",81418,109945 -"328820",81419,93143 -"328821",81420,97157 -"328822",81420,100215 -"328823",81420,102226 -"328824",81420,102401 -"328825",81420,102518 -"328826",81421,88575 -"328827",81421,89384 -"328828",81421,108345 -"328829",81422,84601 -"328830",81424,88879 -"328831",81424,92706 -"328832",81425,82118 -"328833",81429,83413 -"328834",81430,85633 -"328835",81430,106187 -"328836",81430,110947 -"328837",81431,94163 -"328838",81433,84696 -"328839",81433,88585 -"328840",81436,81437 -"328841",81436,88372 -"328842",81436,91692 -"328843",81436,91708 -"328844",81437,96187 -"328845",81440,85821 -"328846",81440,94826 -"328847",81440,111588 -"328848",81444,114380 -"328849",81445,92951 -"328850",81445,92964 -"328851",81445,92966 -"328852",81446,81497 -"328853",81446,81589 -"328854",81446,81871 -"328855",81448,84263 -"328856",81448,84591 -"328857",81448,95489 -"328858",81448,99772 -"328859",81448,103627 -"328860",81451,97831 -"328861",81454,88409 -"328862",81454,110564 -"328863",81455,85326 -"328864",81455,88487 -"328865",81455,97635 -"328866",81455,99103 -"328867",81455,107170 -"328868",81455,112114 -"328869",81455,113023 -"328870",81455,113306 -"328871",81455,119363 -"328872",81456,81457 -"328873",81458,84163 -"328874",81460,81464 -"328875",81460,96634 -"328876",81461,95797 -"328877",81461,109029 -"328878",81462,88374 -"328879",81462,88662 -"328880",81463,85356 -"328881",81463,88924 -"328882",81463,91717 -"328883",81463,91891 -"328884",81463,94474 -"328885",81463,96132 -"328886",81463,101298 -"328887",81463,104846 -"328888",81463,106878 -"328889",81463,108057 -"328890",81463,111253 -"328891",81463,117907 -"328892",81463,117970 -"328893",81465,89606 -"328894",81465,98593 -"328895",81465,98876 -"328896",81465,100364 -"328897",81465,101112 -"328898",81467,92324 -"328899",81468,81496 -"328900",81469,90959 -"328901",81469,102793 -"328902",81469,107188 -"328903",81469,109504 -"328904",81469,115230 -"328905",81469,117425 -"328906",81472,101990 -"328907",81474,88309 -"328908",81474,91779 -"328909",81474,96603 -"328910",81474,97581 -"328911",81474,102535 -"328912",81474,106275 -"328913",81474,106280 -"328914",81478,88337 -"328915",81478,96496 -"328916",81480,100250 -"328917",81482,82197 -"328918",81482,82232 -"328919",81482,82233 -"328920",81482,88347 -"328921",81482,94829 -"328922",81482,97091 -"328923",81482,97123 -"328924",81482,100127 -"328925",81482,111672 -"328926",81482,115353 -"328927",81486,95235 -"328928",81486,114163 -"328929",81487,90383 -"328930",81487,100716 -"328931",81487,104200 -"328932",81488,87273 -"328933",81489,101228 -"328934",81489,102854 -"328935",81489,103826 -"328936",81492,113077 -"328937",81493,86809 -"328938",81493,94565 -"328939",81493,111768 -"328940",81495,84596 -"328941",81495,85686 -"328942",81495,87965 -"328943",81495,108560 -"328944",81495,112584 -"328945",81496,103806 -"328946",81497,81589 -"328947",81497,81871 -"328948",81497,82301 -"328949",81497,82408 -"328950",81497,91683 -"328951",81497,97601 -"328952",81497,97607 -"328953",81498,96729 -"328954",81498,119601 -"328955",81499,85025 -"328956",81499,94005 -"328957",81499,94021 -"328958",81499,94059 -"328959",81500,86474 -"328960",81500,103723 -"328961",81500,114857 -"328962",81500,122021 -"328963",81502,83919 -"328964",81502,84868 -"328965",81502,99418 -"328966",81502,104334 -"328967",81503,96592 -"328968",81504,82430 -"328969",81504,102964 -"328970",81504,103011 -"328971",81504,103692 -"328972",81504,105435 -"328973",81504,112972 -"328974",81504,122938 -"328975",81505,81534 -"328976",81506,85255 -"328977",81506,114650 -"328978",81507,81541 -"328979",81508,82242 -"328980",81508,112664 -"328981",81509,84212 -"328982",81509,86986 -"328983",81509,91186 -"328984",81509,112812 -"328985",81509,112867 -"328986",81516,81554 -"328987",81516,108538 -"328988",81516,108539 -"328989",81518,84117 -"328990",81518,93275 -"328991",81518,115140 -"328992",81518,115144 -"328993",81522,85539 -"328994",81523,83530 -"328995",81523,86071 -"328996",81523,90010 -"328997",81523,90014 -"328998",81523,98436 -"328999",81523,98451 -"329000",81523,105834 -"329001",81525,84533 -"329002",81525,99853 -"329003",81525,118938 -"329004",81525,120159 -"329005",81525,120196 -"329006",81526,92424 -"329007",81526,97767 -"329008",81526,100918 -"329009",81526,102082 -"329010",81527,94191 -"329011",81527,109363 -"329012",81528,103403 -"329013",81528,103404 -"329014",81528,103418 -"329015",81530,82881 -"329016",81531,84704 -"329017",81532,87558 -"329018",81533,97523 -"329019",81534,102930 -"329020",81534,102945 -"329021",81534,102951 -"329022",81536,81549 -"329023",81536,113660 -"329024",81538,81551 -"329025",81538,83262 -"329026",81538,97804 -"329027",81538,109249 -"329028",81538,111232 -"329029",81538,111241 -"329030",81538,111245 -"329031",81539,81546 -"329032",81543,89907 -"329033",81543,90251 -"329034",81544,108411 -"329035",81544,123348 -"329036",81545,85441 -"329037",81546,81785 -"329038",81547,86261 -"329039",81547,112332 -"329040",81547,119028 -"329041",81547,119036 -"329042",81548,83979 -"329043",81548,92150 -"329044",81549,111375 -"329045",81549,112665 -"329046",81549,113660 -"329047",81550,106066 -"329048",81550,112609 -"329049",81552,105986 -"329050",81553,105087 -"329051",81557,93005 -"329052",81557,107411 -"329053",81557,109330 -"329054",81557,115125 -"329055",81560,84288 -"329056",81563,81567 -"329057",81563,87257 -"329058",81563,112328 -"329059",81564,90094 -"329060",81566,91332 -"329061",81568,117575 -"329062",81569,89262 -"329063",81569,89285 -"329064",81569,109790 -"329065",81570,88046 -"329066",81570,90875 -"329067",81570,109506 -"329068",81570,122007 -"329069",81571,81682 -"329070",81571,84597 -"329071",81572,116487 -"329072",81573,82843 -"329073",81573,85977 -"329074",81573,117817 -"329075",81574,81581 -"329076",81575,94428 -"329077",81576,98181 -"329078",81576,103231 -"329079",81577,81603 -"329080",81577,81632 -"329081",81578,85344 -"329082",81578,96347 -"329083",81579,81586 -"329084",81580,81617 -"329085",81580,81703 -"329086",81581,105644 -"329087",81582,82636 -"329088",81582,82784 -"329089",81582,82800 -"329090",81582,82833 -"329091",81582,82969 -"329092",81583,98734 -"329093",81585,81621 -"329094",81586,100532 -"329095",81586,121523 -"329096",81587,81666 -"329097",81588,82442 -"329098",81588,85821 -"329099",81588,89097 -"329100",81588,92220 -"329101",81588,99386 -"329102",81588,101999 -"329103",81588,104788 -"329104",81588,112329 -"329105",81589,81871 -"329106",81590,117447 -"329107",81591,110519 -"329108",81592,81593 -"329109",81592,109079 -"329110",81594,81717 -"329111",81594,99022 -"329112",81594,99471 -"329113",81594,100496 -"329114",81594,103775 -"329115",81594,109392 -"329116",81595,90058 -"329117",81595,101970 -"329118",81595,112163 -"329119",81596,81733 -"329120",81598,96249 -"329121",81600,94637 -"329122",81600,110709 -"329123",81600,115557 -"329124",81600,115746 -"329125",81603,81632 -"329126",81604,93398 -"329127",81605,83282 -"329128",81605,94473 -"329129",81606,81683 -"329130",81607,98798 -"329131",81609,85885 -"329132",81609,91255 -"329133",81609,92247 -"329134",81609,92352 -"329135",81609,92362 -"329136",81609,92929 -"329137",81609,93719 -"329138",81609,94906 -"329139",81609,94946 -"329140",81609,95889 -"329141",81609,96093 -"329142",81609,97988 -"329143",81609,99309 -"329144",81609,99376 -"329145",81609,99450 -"329146",81609,99471 -"329147",81609,99474 -"329148",81609,100916 -"329149",81609,100944 -"329150",81609,101126 -"329151",81609,101329 -"329152",81609,105557 -"329153",81609,107199 -"329154",81609,108743 -"329155",81609,108980 -"329156",81609,109291 -"329157",81609,109933 -"329158",81609,110483 -"329159",81609,110567 -"329160",81609,110572 -"329161",81609,110630 -"329162",81609,110648 -"329163",81609,110711 -"329164",81609,110770 -"329165",81609,110869 -"329166",81609,110911 -"329167",81609,111285 -"329168",81609,111314 -"329169",81609,111362 -"329170",81609,111372 -"329171",81609,111424 -"329172",81609,111433 -"329173",81609,112422 -"329174",81609,113269 -"329175",81609,113430 -"329176",81609,114242 -"329177",81609,114842 -"329178",81609,115427 -"329179",81609,115521 -"329180",81609,115711 -"329181",81611,83735 -"329182",81611,108184 -"329183",81612,85382 -"329184",81612,85383 -"329185",81613,85916 -"329186",81613,104662 -"329187",81614,88959 -"329188",81614,120400 -"329189",81615,81653 -"329190",81616,106847 -"329191",81617,81703 -"329192",81618,91776 -"329193",81620,81629 -"329194",81622,86195 -"329195",81622,93212 -"329196",81622,111355 -"329197",81622,112808 -"329198",81623,83329 -"329199",81624,81802 -"329200",81624,82000 -"329201",81625,81626 -"329202",81626,93500 -"329203",81630,82018 -"329204",81631,87822 -"329205",81631,101537 -"329206",81635,81843 -"329207",81635,81855 -"329208",81635,81856 -"329209",81639,93765 -"329210",81639,102280 -"329211",81640,83296 -"329212",81640,91048 -"329213",81640,100388 -"329214",81640,111284 -"329215",81641,81647 -"329216",81641,105064 -"329217",81641,111458 -"329218",81641,117550 -"329219",81644,96607 -"329220",81646,84502 -"329221",81646,109525 -"329222",81648,82932 -"329223",81648,86023 -"329224",81648,88817 -"329225",81648,88821 -"329226",81648,89030 -"329227",81648,90521 -"329228",81648,90525 -"329229",81648,90531 -"329230",81648,90544 -"329231",81648,90566 -"329232",81648,99076 -"329233",81648,99141 -"329234",81648,99174 -"329235",81648,109014 -"329236",81648,109015 -"329237",81648,109027 -"329238",81648,109041 -"329239",81648,110521 -"329240",81651,90130 -"329241",81651,107592 -"329242",81655,81656 -"329243",81655,87231 -"329244",81656,118799 -"329245",81656,118894 -"329246",81657,102442 -"329247",81657,114554 -"329248",81661,87877 -"329249",81661,116470 -"329250",81662,81667 -"329251",81662,81705 -"329252",81662,81712 -"329253",81662,116284 -"329254",81663,84843 -"329255",81663,102802 -"329256",81666,88505 -"329257",81667,81705 -"329258",81667,81712 -"329259",81670,94781 -"329260",81670,97634 -"329261",81670,110890 -"329262",81674,104353 -"329263",81675,92012 -"329264",81675,96512 -"329265",81676,81682 -"329266",81676,96656 -"329267",81676,99151 -"329268",81678,107413 -"329269",81679,85619 -"329270",81679,86817 -"329271",81679,93026 -"329272",81682,84597 -"329273",81683,114063 -"329274",81683,116673 -"329275",81684,94528 -"329276",81686,91981 -"329277",81687,81806 -"329278",81688,82515 -"329279",81690,81864 -"329280",81690,89588 -"329281",81691,113748 -"329282",81693,81757 -"329283",81693,81792 -"329284",81700,83033 -"329285",81700,103590 -"329286",81700,113286 -"329287",81700,115078 -"329288",81701,83053 -"329289",81701,96034 -"329290",81701,99189 -"329291",81701,106362 -"329292",81704,84461 -"329293",81705,81712 -"329294",81707,90070 -"329295",81708,94867 -"329296",81709,97595 -"329297",81709,104275 -"329298",81709,104311 -"329299",81710,84768 -"329300",81710,102160 -"329301",81715,81720 -"329302",81716,92891 -"329303",81716,112683 -"329304",81718,105893 -"329305",81719,104408 -"329306",81721,100782 -"329307",81721,113863 -"329308",81722,84770 -"329309",81722,89618 -"329310",81722,99136 -"329311",81722,101016 -"329312",81722,101087 -"329313",81722,101117 -"329314",81722,102401 -"329315",81722,105495 -"329316",81722,105955 -"329317",81722,109262 -"329318",81722,110196 -"329319",81722,110216 -"329320",81722,116302 -"329321",81722,116315 -"329322",81722,116325 -"329323",81722,116331 -"329324",81723,81747 -"329325",81726,101349 -"329326",81728,82196 -"329327",81728,82383 -"329328",81728,82810 -"329329",81728,82854 -"329330",81728,83853 -"329331",81728,83884 -"329332",81728,84379 -"329333",81728,84613 -"329334",81728,85465 -"329335",81728,85610 -"329336",81728,86351 -"329337",81728,86451 -"329338",81728,86882 -"329339",81728,87175 -"329340",81728,87451 -"329341",81728,87521 -"329342",81728,87572 -"329343",81728,87663 -"329344",81728,87721 -"329345",81728,87862 -"329346",81730,109195 -"329347",81731,92977 -"329348",81731,104563 -"329349",81731,109224 -"329350",81731,113355 -"329351",81731,113362 -"329352",81731,113365 -"329353",81733,83903 -"329354",81736,115197 -"329355",81737,94335 -"329356",81738,81750 -"329357",81738,110439 -"329358",81738,116633 -"329359",81738,121631 -"329360",81739,113063 -"329361",81740,106312 -"329362",81740,106334 -"329363",81742,102447 -"329364",81744,98063 -"329365",81746,95883 -"329366",81748,81762 -"329367",81751,91561 -"329368",81751,96685 -"329369",81753,90688 -"329370",81753,95778 -"329371",81753,111307 -"329372",81755,85940 -"329373",81755,99266 -"329374",81756,90839 -"329375",81756,93867 -"329376",81757,81792 -"329377",81758,93766 -"329378",81758,108319 -"329379",81759,82287 -"329380",81759,107666 -"329381",81761,81769 -"329382",81761,87693 -"329383",81761,102485 -"329384",81761,103735 -"329385",81763,81772 -"329386",81763,81777 -"329387",81764,89757 -"329388",81765,114851 -"329389",81768,81784 -"329390",81770,81776 -"329391",81770,86576 -"329392",81770,91232 -"329393",81770,95473 -"329394",81770,99389 -"329395",81770,99646 -"329396",81770,103968 -"329397",81770,109000 -"329398",81770,109945 -"329399",81770,111309 -"329400",81770,111462 -"329401",81770,114155 -"329402",81770,114170 -"329403",81771,88746 -"329404",81771,97527 -"329405",81771,102573 -"329406",81771,102994 -"329407",81772,81777 -"329408",81773,82308 -"329409",81773,102799 -"329410",81773,102826 -"329411",81773,109190 -"329412",81774,82813 -"329413",81774,90699 -"329414",81780,94587 -"329415",81780,94589 -"329416",81780,100481 -"329417",81781,85859 -"329418",81782,98402 -"329419",81784,106143 -"329420",81784,118875 -"329421",81784,120290 -"329422",81784,120310 -"329423",81784,120316 -"329424",81788,81789 -"329425",81788,105206 -"329426",81790,81791 -"329427",81790,88308 -"329428",81790,89880 -"329429",81790,100498 -"329430",81790,100549 -"329431",81793,84732 -"329432",81793,88556 -"329433",81793,94880 -"329434",81793,98173 -"329435",81794,109767 -"329436",81794,115892 -"329437",81796,84788 -"329438",81799,84220 -"329439",81799,120517 -"329440",81799,120521 -"329441",81800,81808 -"329442",81801,81846 -"329443",81801,91388 -"329444",81802,82000 -"329445",81805,81842 -"329446",81807,92199 -"329447",81807,103414 -"329448",81807,113364 -"329449",81809,82386 -"329450",81809,96445 -"329451",81809,103495 -"329452",81809,103510 -"329453",81809,103513 -"329454",81811,95154 -"329455",81814,85962 -"329456",81815,90093 -"329457",81816,90968 -"329458",81817,90319 -"329459",81817,102673 -"329460",81818,84708 -"329461",81820,93003 -"329462",81821,82625 -"329463",81821,89409 -"329464",81825,96558 -"329465",81828,81862 -"329466",81829,88933 -"329467",81829,101066 -"329468",81829,102028 -"329469",81833,81869 -"329470",81834,114281 -"329471",81835,83821 -"329472",81836,81839 -"329473",81837,81838 -"329474",81838,88126 -"329475",81838,91045 -"329476",81838,95036 -"329477",81838,101652 -"329478",81838,107544 -"329479",81838,109133 -"329480",81838,111486 -"329481",81838,115005 -"329482",81838,119005 -"329483",81838,120375 -"329484",81839,96069 -"329485",81840,101334 -"329486",81841,97538 -"329487",81843,81855 -"329488",81843,81856 -"329489",81844,110027 -"329490",81844,122986 -"329491",81844,122991 -"329492",81847,81853 -"329493",81847,95727 -"329494",81847,97614 -"329495",81848,91465 -"329496",81848,100649 -"329497",81848,103324 -"329498",81848,106975 -"329499",81849,82391 -"329500",81849,82887 -"329501",81849,85943 -"329502",81849,86131 -"329503",81853,102488 -"329504",81853,102499 -"329505",81855,81856 -"329506",81856,95789 -"329507",81857,81872 -"329508",81858,96261 -"329509",81858,99677 -"329510",81858,104044 -"329511",81858,104085 -"329512",81859,83160 -"329513",81859,91781 -"329514",81859,97826 -"329515",81859,98076 -"329516",81859,102483 -"329517",81859,110131 -"329518",81859,110147 -"329519",81859,110155 -"329520",81859,110173 -"329521",81859,112774 -"329522",81862,87584 -"329523",81866,103061 -"329524",81867,96819 -"329525",81867,96820 -"329526",81867,96841 -"329527",81867,96845 -"329528",81870,91779 -"329529",81870,108430 -"329530",81870,122496 -"329531",81870,122502 -"329532",81872,92711 -"329533",81872,93164 -"329534",81872,106564 -"329535",81872,107857 -"329536",81872,107865 -"329537",81873,97188 -"329538",81874,81876 -"329539",81874,110753 -"329540",81875,111647 -"329541",81878,82683 -"329542",81878,91999 -"329543",81878,108651 -"329544",81878,122794 -"329545",81879,81894 -"329546",81879,104151 -"329547",81879,117493 -"329548",81880,85934 -"329549",81880,123306 -"329550",81881,104668 -"329551",81882,86178 -"329552",81882,90305 -"329553",81882,95973 -"329554",81882,103482 -"329555",81882,115900 -"329556",81882,117208 -"329557",81882,118086 -"329558",81882,118090 -"329559",81882,118091 -"329560",81882,118094 -"329561",81882,118098 -"329562",81882,118102 -"329563",81882,118112 -"329564",81884,117119 -"329565",81885,81933 -"329566",81886,100089 -"329567",81887,89780 -"329568",81887,103317 -"329569",81887,104634 -"329570",81888,86358 -"329571",81888,91644 -"329572",81888,99159 -"329573",81888,99606 -"329574",81888,99607 -"329575",81888,99652 -"329576",81888,104735 -"329577",81888,104937 -"329578",81889,82021 -"329579",81889,106896 -"329580",81890,85018 -"329581",81895,98227 -"329582",81897,87020 -"329583",81897,95510 -"329584",81897,112138 -"329585",81897,116940 -"329586",81898,104043 -"329587",81898,107314 -"329588",81899,84588 -"329589",81899,103661 -"329590",81899,112360 -"329591",81900,81929 -"329592",81902,105565 -"329593",81903,82458 -"329594",81905,100280 -"329595",81905,105158 -"329596",81905,119409 -"329597",81906,81956 -"329598",81908,81909 -"329599",81908,102825 -"329600",81910,86739 -"329601",81911,84951 -"329602",81913,82057 -"329603",81914,87748 -"329604",81914,106186 -"329605",81916,85966 -"329606",81917,89752 -"329607",81918,96891 -"329608",81919,105496 -"329609",81920,81928 -"329610",81921,108951 -"329611",81922,97615 -"329612",81922,111711 -"329613",81922,119784 -"329614",81922,121554 -"329615",81923,89695 -"329616",81923,107102 -"329617",81926,84263 -"329618",81927,81931 -"329619",81927,84828 -"329620",81927,88485 -"329621",81927,90358 -"329622",81927,106314 -"329623",81931,82860 -"329624",81931,95090 -"329625",81932,82012 -"329626",81932,96123 -"329627",81932,96172 -"329628",81932,99810 -"329629",81934,82880 -"329630",81934,93483 -"329631",81934,96401 -"329632",81934,100791 -"329633",81934,109374 -"329634",81934,110227 -"329635",81936,109970 -"329636",81936,109973 -"329637",81937,95295 -"329638",81938,94011 -"329639",81939,82011 -"329640",81939,82328 -"329641",81939,107595 -"329642",81939,107960 -"329643",81939,109915 -"329644",81939,123191 -"329645",81939,123192 -"329646",81940,96664 -"329647",81940,96665 -"329648",81942,81947 -"329649",81945,82127 -"329650",81945,95271 -"329651",81945,109315 -"329652",81949,106110 -"329653",81950,92897 -"329654",81950,116543 -"329655",81950,116679 -"329656",81951,81984 -"329657",81951,85191 -"329658",81952,86249 -"329659",81954,117666 -"329660",81955,117961 -"329661",81960,102936 -"329662",81965,90570 -"329663",81965,95242 -"329664",81965,101346 -"329665",81968,89219 -"329666",81969,81976 -"329667",81969,122177 -"329668",81969,122178 -"329669",81969,122180 -"329670",81971,116979 -"329671",81972,82083 -"329672",81973,82010 -"329673",81973,112552 -"329674",81974,91609 -"329675",81974,91795 -"329676",81974,94852 -"329677",81978,112465 -"329678",81980,85259 -"329679",81980,85295 -"329680",81980,90182 -"329681",81980,92773 -"329682",81989,82009 -"329683",81991,81996 -"329684",81991,122006 -"329685",81992,82007 -"329686",81993,82667 -"329687",81993,83207 -"329688",81993,88065 -"329689",81995,92641 -"329690",81996,91460 -"329691",81996,92448 -"329692",81996,105006 -"329693",81996,105035 -"329694",81997,98011 -"329695",82001,82013 -"329696",82001,82027 -"329697",82001,82036 -"329698",82004,82005 -"329699",82005,91450 -"329700",82007,90577 -"329701",82007,91145 -"329702",82007,118585 -"329703",82007,119894 -"329704",82007,120757 -"329705",82007,120758 -"329706",82009,118049 -"329707",82009,118052 -"329708",82010,104214 -"329709",82011,82328 -"329710",82013,82027 -"329711",82013,82036 -"329712",82013,123183 -"329713",82013,123188 -"329714",82014,82022 -"329715",82015,82019 -"329716",82015,95871 -"329717",82015,122207 -"329718",82016,82028 -"329719",82017,93887 -"329720",82022,99435 -"329721",82023,102243 -"329722",82023,113847 -"329723",82024,85108 -"329724",82027,82036 -"329725",82027,110787 -"329726",82027,118448 -"329727",82027,118509 -"329728",82029,108314 -"329729",82033,85152 -"329730",82033,89288 -"329731",82033,101620 -"329732",82033,106553 -"329733",82033,106826 -"329734",82033,115033 -"329735",82033,115540 -"329736",82034,96648 -"329737",82034,109914 -"329738",82034,109934 -"329739",82035,91891 -"329740",82035,104721 -"329741",82037,92268 -"329742",82037,118985 -"329743",82038,103054 -"329744",82039,93553 -"329745",82039,105959 -"329746",82045,92949 -"329747",82045,94237 -"329748",82046,100843 -"329749",82046,101675 -"329750",82046,102273 -"329751",82046,111861 -"329752",82046,118531 -"329753",82047,111471 -"329754",82047,120878 -"329755",82048,82092 -"329756",82050,82064 -"329757",82051,110827 -"329758",82053,82780 -"329759",82054,82079 -"329760",82055,100070 -"329761",82058,87051 -"329762",82060,107359 -"329763",82061,117972 -"329764",82064,91458 -"329765",82064,112234 -"329766",82064,112257 -"329767",82064,112448 -"329768",82066,82071 -"329769",82067,82068 -"329770",82067,117320 -"329771",82069,84162 -"329772",82069,87893 -"329773",82069,89702 -"329774",82069,89918 -"329775",82069,92932 -"329776",82069,97958 -"329777",82069,100464 -"329778",82069,104264 -"329779",82069,106432 -"329780",82069,108667 -"329781",82069,110619 -"329782",82069,115676 -"329783",82070,89972 -"329784",82070,108264 -"329785",82070,112764 -"329786",82070,112999 -"329787",82073,82103 -"329788",82074,97259 -"329789",82079,110880 -"329790",82079,119806 -"329791",82080,84309 -"329792",82080,86809 -"329793",82080,86921 -"329794",82080,112331 -"329795",82082,105738 -"329796",82084,88467 -"329797",82085,86700 -"329798",82086,96751 -"329799",82086,122704 -"329800",82087,117550 -"329801",82087,118258 -"329802",82089,94834 -"329803",82089,110831 -"329804",82093,83118 -"329805",82093,86177 -"329806",82093,113247 -"329807",82095,88549 -"329808",82096,108776 -"329809",82097,82102 -"329810",82098,82116 -"329811",82099,82163 -"329812",82100,83121 -"329813",82100,83122 -"329814",82100,93619 -"329815",82101,83487 -"329816",82101,83490 -"329817",82105,83031 -"329818",82105,83049 -"329819",82105,84962 -"329820",82106,82126 -"329821",82107,91552 -"329822",82110,82157 -"329823",82110,84909 -"329824",82115,83402 -"329825",82117,84558 -"329826",82118,95904 -"329827",82121,82154 -"329828",82123,93441 -"329829",82123,97426 -"329830",82123,112973 -"329831",82123,119697 -"329832",82123,119781 -"329833",82125,82138 -"329834",82125,82139 -"329835",82125,82141 -"329836",82125,82150 -"329837",82125,82164 -"329838",82128,97641 -"329839",82128,99965 -"329840",82128,107513 -"329841",82128,108966 -"329842",82129,83768 -"329843",82129,113825 -"329844",82131,82948 -"329845",82131,91772 -"329846",82131,92163 -"329847",82132,82137 -"329848",82133,85677 -"329849",82133,111805 -"329850",82135,82136 -"329851",82136,103996 -"329852",82137,94630 -"329853",82138,82139 -"329854",82138,82141 -"329855",82138,82150 -"329856",82138,82164 -"329857",82139,82141 -"329858",82139,82150 -"329859",82139,82164 -"329860",82141,82150 -"329861",82141,82164 -"329862",82143,83231 -"329863",82143,86471 -"329864",82143,90804 -"329865",82143,91022 -"329866",82143,91045 -"329867",82143,93585 -"329868",82143,95675 -"329869",82143,101516 -"329870",82143,102387 -"329871",82143,106494 -"329872",82143,108374 -"329873",82143,108893 -"329874",82143,109101 -"329875",82143,109523 -"329876",82143,110993 -"329877",82143,111338 -"329878",82143,111398 -"329879",82143,111409 -"329880",82143,111480 -"329881",82143,112422 -"329882",82143,112648 -"329883",82143,112708 -"329884",82143,112820 -"329885",82143,112997 -"329886",82143,113597 -"329887",82143,114418 -"329888",82143,114582 -"329889",82143,115371 -"329890",82143,116028 -"329891",82143,116604 -"329892",82145,88753 -"329893",82147,85530 -"329894",82147,85583 -"329895",82149,93982 -"329896",82150,82164 -"329897",82150,90431 -"329898",82151,84510 -"329899",82151,89345 -"329900",82151,89760 -"329901",82151,92926 -"329902",82151,96168 -"329903",82151,101182 -"329904",82151,101322 -"329905",82151,102866 -"329906",82158,91563 -"329907",82160,85767 -"329908",82161,82409 -"329909",82161,102387 -"329910",82161,114237 -"329911",82164,86889 -"329912",82164,96274 -"329913",82164,97878 -"329914",82167,96878 -"329915",82167,101981 -"329916",82169,83523 -"329917",82169,84204 -"329918",82169,86319 -"329919",82170,107415 -"329920",82171,96706 -"329921",82171,97531 -"329922",82173,106572 -"329923",82174,85673 -"329924",82174,86185 -"329925",82174,90757 -"329926",82176,89079 -"329927",82176,92756 -"329928",82181,82182 -"329929",82181,91599 -"329930",82186,104195 -"329931",82186,107412 -"329932",82186,110448 -"329933",82187,82895 -"329934",82187,85772 -"329935",82187,86510 -"329936",82187,91541 -"329937",82187,97752 -"329938",82187,100924 -"329939",82187,118432 -"329940",82190,82245 -"329941",82190,85230 -"329942",82190,92627 -"329943",82191,85805 -"329944",82195,88385 -"329945",82195,111045 -"329946",82196,82383 -"329947",82196,82810 -"329948",82196,82854 -"329949",82196,83853 -"329950",82196,83884 -"329951",82196,84379 -"329952",82196,84613 -"329953",82196,85465 -"329954",82196,85610 -"329955",82196,86351 -"329956",82196,86451 -"329957",82196,86882 -"329958",82196,87175 -"329959",82196,87451 -"329960",82196,87521 -"329961",82196,87572 -"329962",82196,87663 -"329963",82196,87721 -"329964",82196,87862 -"329965",82197,82232 -"329966",82197,82233 -"329967",82200,93381 -"329968",82200,116926 -"329969",82202,82203 -"329970",82202,89339 -"329971",82202,109960 -"329972",82203,92274 -"329973",82203,101783 -"329974",82203,109319 -"329975",82203,109471 -"329976",82203,111888 -"329977",82204,82208 -"329978",82204,82213 -"329979",82204,87538 -"329980",82204,87557 -"329981",82204,87683 -"329982",82205,106135 -"329983",82205,122379 -"329984",82206,85878 -"329985",82206,89336 -"329986",82206,89346 -"329987",82206,106529 -"329988",82206,106545 -"329989",82206,106568 -"329990",82208,82213 -"329991",82208,87895 -"329992",82208,87897 -"329993",82208,107010 -"329994",82208,107019 -"329995",82208,107024 -"329996",82208,107032 -"329997",82208,107040 -"329998",82208,107058 -"329999",82209,88134 -"330000",82209,91970 -"330001",82209,99115 -"330002",82209,99122 -"330003",82210,93109 -"330004",82210,107724 -"330005",82210,109959 -"330006",82214,97997 -"330007",82214,102626 -"330008",82215,82573 -"330009",82216,109661 -"330010",82217,82235 -"330011",82219,88074 -"330012",82219,88910 -"330013",82219,92106 -"330014",82219,93658 -"330015",82220,94756 -"330016",82221,82602 -"330017",82221,89862 -"330018",82221,92773 -"330019",82221,103945 -"330020",82221,105623 -"330021",82221,116728 -"330022",82222,92258 -"330023",82226,83556 -"330024",82229,82302 -"330025",82229,82303 -"330026",82229,90228 -"330027",82229,90403 -"330028",82232,82233 -"330029",82232,97705 -"330030",82233,83300 -"330031",82234,82237 -"330032",82235,87054 -"330033",82235,92130 -"330034",82235,103011 -"330035",82235,110283 -"330036",82236,96086 -"330037",82237,86835 -"330038",82238,101469 -"330039",82239,82251 -"330040",82242,84682 -"330041",82242,101134 -"330042",82242,102639 -"330043",82242,104139 -"330044",82242,120482 -"330045",82244,87010 -"330046",82244,94111 -"330047",82244,94124 -"330048",82244,94155 -"330049",82244,97229 -"330050",82246,96915 -"330051",82247,115632 -"330052",82248,90482 -"330053",82248,101023 -"330054",82249,88193 -"330055",82250,105202 -"330056",82251,83458 -"330057",82251,92799 -"330058",82253,94909 -"330059",82253,96873 -"330060",82257,82282 -"330061",82262,104967 -"330062",82263,103158 -"330063",82265,82277 -"330064",82266,83900 -"330065",82267,82299 -"330066",82269,82352 -"330067",82270,101432 -"330068",82272,102800 -"330069",82273,112691 -"330070",82274,82280 -"330071",82274,93553 -"330072",82274,116602 -"330073",82275,82289 -"330074",82278,105673 -"330075",82279,108215 -"330076",82281,82997 -"330077",82281,86623 -"330078",82281,98686 -"330079",82281,98703 -"330080",82281,98706 -"330081",82283,82552 -"330082",82283,85715 -"330083",82283,95337 -"330084",82283,99747 -"330085",82283,99763 -"330086",82283,102217 -"330087",82283,106350 -"330088",82283,111079 -"330089",82283,112276 -"330090",82283,112620 -"330091",82283,114615 -"330092",82283,114616 -"330093",82283,120416 -"330094",82283,120418 -"330095",82286,100654 -"330096",82291,82738 -"330097",82293,82368 -"330098",82294,97160 -"330099",82297,117027 -"330100",82297,117028 -"330101",82297,120755 -"330102",82298,89414 -"330103",82298,112193 -"330104",82300,106472 -"330105",82300,107503 -"330106",82301,82408 -"330107",82302,82303 -"330108",82303,90228 -"330109",82306,91881 -"330110",82306,97172 -"330111",82306,116195 -"330112",82308,99290 -"330113",82308,101625 -"330114",82308,102799 -"330115",82308,102826 -"330116",82308,108513 -"330117",82308,110711 -"330118",82308,119322 -"330119",82309,88565 -"330120",82310,93203 -"330121",82310,93226 -"330122",82310,109714 -"330123",82312,88663 -"330124",82312,89135 -"330125",82312,89263 -"330126",82312,109851 -"330127",82312,110033 -"330128",82313,86860 -"330129",82314,84622 -"330130",82314,91923 -"330131",82314,123245 -"330132",82315,82787 -"330133",82315,84607 -"330134",82316,86291 -"330135",82317,115271 -"330136",82318,82343 -"330137",82319,100559 -"330138",82319,109555 -"330139",82319,109669 -"330140",82319,120192 -"330141",82319,120194 -"330142",82319,120197 -"330143",82319,120198 -"330144",82319,120199 -"330145",82319,120215 -"330146",82320,82354 -"330147",82321,88937 -"330148",82321,98678 -"330149",82327,121049 -"330150",82331,88578 -"330151",82331,96367 -"330152",82332,82337 -"330153",82332,83032 -"330154",82332,91993 -"330155",82332,93990 -"330156",82332,95224 -"330157",82332,96564 -"330158",82332,97181 -"330159",82332,118668 -"330160",82332,122460 -"330161",82333,82839 -"330162",82333,84748 -"330163",82333,87916 -"330164",82333,87939 -"330165",82333,87944 -"330166",82333,92985 -"330167",82338,82339 -"330168",82338,82348 -"330169",82339,82348 -"330170",82340,108915 -"330171",82340,110647 -"330172",82340,110688 -"330173",82340,116633 -"330174",82341,82347 -"330175",82341,92269 -"330176",82341,92297 -"330177",82342,95419 -"330178",82344,103642 -"330179",82345,82750 -"330180",82345,88004 -"330181",82349,86682 -"330182",82349,97811 -"330183",82350,82440 -"330184",82350,98225 -"330185",82353,102796 -"330186",82353,115110 -"330187",82356,96940 -"330188",82357,92751 -"330189",82358,82439 -"330190",82359,98180 -"330191",82360,106870 -"330192",82360,106894 -"330193",82362,106735 -"330194",82362,113049 -"330195",82362,113055 -"330196",82362,113064 -"330197",82363,89930 -"330198",82363,92241 -"330199",82363,93006 -"330200",82365,90015 -"330201",82367,97046 -"330202",82368,83909 -"330203",82368,83956 -"330204",82368,83957 -"330205",82371,84628 -"330206",82374,82376 -"330207",82378,114000 -"330208",82378,115443 -"330209",82378,115469 -"330210",82378,121262 -"330211",82379,82385 -"330212",82379,116813 -"330213",82380,91456 -"330214",82380,104106 -"330215",82381,119340 -"330216",82383,82810 -"330217",82383,82854 -"330218",82383,83853 -"330219",82383,83884 -"330220",82383,84379 -"330221",82383,84613 -"330222",82383,85465 -"330223",82383,85610 -"330224",82383,86351 -"330225",82383,86451 -"330226",82383,86882 -"330227",82383,87175 -"330228",82383,87451 -"330229",82383,87521 -"330230",82383,87572 -"330231",82383,87663 -"330232",82383,87721 -"330233",82383,87862 -"330234",82384,82423 -"330235",82386,96445 -"330236",82386,98013 -"330237",82386,103495 -"330238",82386,103510 -"330239",82386,103513 -"330240",82386,107104 -"330241",82389,96872 -"330242",82390,92342 -"330243",82390,103841 -"330244",82390,103861 -"330245",82391,82887 -"330246",82391,86131 -"330247",82393,100230 -"330248",82396,82413 -"330249",82396,96752 -"330250",82396,120173 -"330251",82397,82549 -"330252",82397,82551 -"330253",82397,82565 -"330254",82398,93808 -"330255",82398,115436 -"330256",82399,82434 -"330257",82400,82407 -"330258",82400,82427 -"330259",82401,92565 -"330260",82402,104993 -"330261",82402,113462 -"330262",82402,113585 -"330263",82402,116990 -"330264",82402,118471 -"330265",82402,120934 -"330266",82402,120968 -"330267",82403,113454 -"330268",82404,82433 -"330269",82404,85461 -"330270",82406,82731 -"330271",82407,82427 -"330272",82407,115412 -"330273",82409,82842 -"330274",82409,91430 -"330275",82409,91482 -"330276",82409,91484 -"330277",82409,91485 -"330278",82409,111242 -"330279",82410,82442 -"330280",82410,82812 -"330281",82410,103115 -"330282",82411,82535 -"330283",82411,90116 -"330284",82413,97696 -"330285",82413,100671 -"330286",82413,114934 -"330287",82416,86347 -"330288",82416,86384 -"330289",82416,95932 -"330290",82416,95981 -"330291",82417,85974 -"330292",82417,93930 -"330293",82419,82440 -"330294",82420,82421 -"330295",82420,82424 -"330296",82420,120990 -"330297",82421,82424 -"330298",82423,84653 -"330299",82423,96208 -"330300",82423,101771 -"330301",82423,117589 -"330302",82424,104825 -"330303",82425,88259 -"330304",82426,84343 -"330305",82426,85000 -"330306",82426,85101 -"330307",82426,91682 -"330308",82426,95267 -"330309",82426,97580 -"330310",82426,98727 -"330311",82426,98776 -"330312",82426,99624 -"330313",82426,100795 -"330314",82426,106824 -"330315",82426,108879 -"330316",82426,109166 -"330317",82426,109858 -"330318",82426,109878 -"330319",82426,110137 -"330320",82426,112962 -"330321",82426,113990 -"330322",82426,115413 -"330323",82426,116123 -"330324",82426,117258 -"330325",82426,117560 -"330326",82426,118128 -"330327",82426,118836 -"330328",82426,118866 -"330329",82426,118873 -"330330",82426,119131 -"330331",82426,119513 -"330332",82426,119716 -"330333",82426,119769 -"330334",82426,120123 -"330335",82426,120169 -"330336",82426,120725 -"330337",82426,120944 -"330338",82426,121609 -"330339",82426,122007 -"330340",82426,122032 -"330341",82426,122035 -"330342",82426,122724 -"330343",82426,123070 -"330344",82426,123394 -"330345",82426,123490 -"330346",82427,86395 -"330347",82428,99843 -"330348",82428,105109 -"330349",82428,105128 -"330350",82428,105260 -"330351",82432,122452 -"330352",82433,85461 -"330353",82435,93670 -"330354",82435,98003 -"330355",82435,101127 -"330356",82435,103238 -"330357",82435,112238 -"330358",82435,119455 -"330359",82437,93887 -"330360",82437,95895 -"330361",82437,99274 -"330362",82437,105942 -"330363",82440,98225 -"330364",82440,118318 -"330365",82442,89097 -"330366",82442,92220 -"330367",82442,104788 -"330368",82442,112329 -"330369",82442,123311 -"330370",82443,106099 -"330371",82444,82455 -"330372",82444,82566 -"330373",82446,82558 -"330374",82448,82451 -"330375",82448,82471 -"330376",82448,82484 -"330377",82448,82516 -"330378",82448,82518 -"330379",82448,116062 -"330380",82448,116063 -"330381",82448,119963 -"330382",82449,82468 -"330383",82450,82509 -"330384",82451,82471 -"330385",82451,82484 -"330386",82451,82516 -"330387",82451,82518 -"330388",82452,88409 -"330389",82452,90883 -"330390",82452,91383 -"330391",82452,92113 -"330392",82452,98904 -"330393",82452,102940 -"330394",82452,105050 -"330395",82452,118577 -"330396",82452,119085 -"330397",82452,119224 -"330398",82452,119439 -"330399",82452,120085 -"330400",82452,120232 -"330401",82452,121213 -"330402",82453,87924 -"330403",82453,87932 -"330404",82453,87942 -"330405",82454,102024 -"330406",82454,111049 -"330407",82455,82566 -"330408",82456,82513 -"330409",82456,82521 -"330410",82456,82524 -"330411",82457,82512 -"330412",82459,92263 -"330413",82460,82465 -"330414",82460,82467 -"330415",82461,82510 -"330416",82461,82532 -"330417",82462,98150 -"330418",82465,82467 -"330419",82469,89538 -"330420",82471,82484 -"330421",82471,82516 -"330422",82471,82518 -"330423",82472,91330 -"330424",82472,118347 -"330425",82472,118361 -"330426",82476,89482 -"330427",82476,91109 -"330428",82478,84879 -"330429",82478,89094 -"330430",82479,86148 -"330431",82481,82511 -"330432",82481,84619 -"330433",82483,82530 -"330434",82483,84208 -"330435",82483,84893 -"330436",82483,89674 -"330437",82483,90243 -"330438",82483,92230 -"330439",82483,92941 -"330440",82483,94486 -"330441",82483,96872 -"330442",82483,104464 -"330443",82483,106119 -"330444",82483,110528 -"330445",82483,114804 -"330446",82484,82516 -"330447",82484,82518 -"330448",82485,96507 -"330449",82485,113666 -"330450",82486,87595 -"330451",82486,119488 -"330452",82488,84447 -"330453",82488,97549 -"330454",82488,97560 -"330455",82488,113116 -"330456",82488,113701 -"330457",82492,119143 -"330458",82495,97384 -"330459",82497,82525 -"330460",82498,92883 -"330461",82498,109521 -"330462",82498,117532 -"330463",82499,88932 -"330464",82499,91500 -"330465",82499,99332 -"330466",82500,103333 -"330467",82501,82519 -"330468",82502,86837 -"330469",82502,94665 -"330470",82502,95358 -"330471",82502,97329 -"330472",82505,82726 -"330473",82506,89809 -"330474",82506,113251 -"330475",82506,119125 -"330476",82509,92751 -"330477",82509,93267 -"330478",82509,93541 -"330479",82510,82532 -"330480",82510,86653 -"330481",82510,93198 -"330482",82510,102901 -"330483",82510,111981 -"330484",82512,92878 -"330485",82512,118082 -"330486",82513,82521 -"330487",82513,82524 -"330488",82514,83636 -"330489",82514,89477 -"330490",82514,110055 -"330491",82514,110064 -"330492",82514,110069 -"330493",82514,119047 -"330494",82515,92196 -"330495",82515,104132 -"330496",82515,120291 -"330497",82515,120293 -"330498",82516,82518 -"330499",82519,90860 -"330500",82521,82524 -"330501",82522,82573 -"330502",82522,92026 -"330503",82525,92776 -"330504",82528,84601 -"330505",82528,86089 -"330506",82528,92630 -"330507",82528,93161 -"330508",82528,95236 -"330509",82528,95268 -"330510",82528,95273 -"330511",82528,95274 -"330512",82528,95275 -"330513",82528,110637 -"330514",82529,98048 -"330515",82529,115517 -"330516",82533,83680 -"330517",82533,83744 -"330518",82533,89681 -"330519",82533,90234 -"330520",82533,90321 -"330521",82534,104019 -"330522",82536,82544 -"330523",82536,82545 -"330524",82536,82557 -"330525",82536,92357 -"330526",82537,90746 -"330527",82537,112716 -"330528",82538,82539 -"330529",82540,112227 -"330530",82541,99132 -"330531",82543,106937 -"330532",82544,82545 -"330533",82544,82557 -"330534",82545,82557 -"330535",82547,84342 -"330536",82548,82597 -"330537",82549,82551 -"330538",82549,82565 -"330539",82551,82565 -"330540",82552,111079 -"330541",82555,113729 -"330542",82555,114149 -"330543",82555,114558 -"330544",82555,116814 -"330545",82556,82590 -"330546",82561,110756 -"330547",82564,82820 -"330548",82564,83958 -"330549",82566,112476 -"330550",82566,121105 -"330551",82566,123177 -"330552",82567,83237 -"330553",82567,112502 -"330554",82569,106442 -"330555",82569,109539 -"330556",82570,116509 -"330557",82570,116523 -"330558",82572,82580 -"330559",82573,91417 -"330560",82573,101687 -"330561",82573,102292 -"330562",82573,107036 -"330563",82573,110359 -"330564",82573,110381 -"330565",82573,121950 -"330566",82573,121966 -"330567",82573,121971 -"330568",82573,121976 -"330569",82576,82591 -"330570",82582,103183 -"330571",82583,103530 -"330572",82584,121803 -"330573",82586,92670 -"330574",82586,101567 -"330575",82586,104730 -"330576",82586,105293 -"330577",82586,105323 -"330578",82586,111221 -"330579",82586,111324 -"330580",82586,111364 -"330581",82586,111365 -"330582",82593,82848 -"330583",82593,90884 -"330584",82593,95740 -"330585",82593,115878 -"330586",82595,91410 -"330587",82596,94418 -"330588",82598,121775 -"330589",82599,91823 -"330590",82600,95545 -"330591",82600,104550 -"330592",82600,114300 -"330593",82600,114421 -"330594",82602,92773 -"330595",82602,116728 -"330596",82603,86255 -"330597",82604,100556 -"330598",82605,82658 -"330599",82606,82620 -"330600",82613,84485 -"330601",82613,86304 -"330602",82615,82677 -"330603",82617,83602 -"330604",82618,83379 -"330605",82618,83408 -"330606",82618,83947 -"330607",82619,84415 -"330608",82622,101699 -"330609",82622,101739 -"330610",82622,115747 -"330611",82622,118631 -"330612",82622,119504 -"330613",82623,86287 -"330614",82623,102752 -"330615",82623,106249 -"330616",82624,99704 -"330617",82626,82646 -"330618",82626,82647 -"330619",82626,82661 -"330620",82626,82662 -"330621",82626,82663 -"330622",82626,82811 -"330623",82626,82832 -"330624",82626,82836 -"330625",82628,99045 -"330626",82628,99391 -"330627",82628,114360 -"330628",82628,122243 -"330629",82628,123209 -"330630",82628,123222 -"330631",82628,123224 -"330632",82628,123229 -"330633",82628,123232 -"330634",82628,123234 -"330635",82628,123250 -"330636",82629,92037 -"330637",82629,111625 -"330638",82629,112960 -"330639",82629,113377 -"330640",82629,113387 -"330641",82630,82631 -"330642",82630,82635 -"330643",82630,82653 -"330644",82631,82635 -"330645",82631,82653 -"330646",82635,82653 -"330647",82636,82784 -"330648",82636,82800 -"330649",82636,82833 -"330650",82636,82969 -"330651",82636,88836 -"330652",82636,89663 -"330653",82636,89738 -"330654",82636,89740 -"330655",82638,86922 -"330656",82638,93155 -"330657",82638,97396 -"330658",82639,86686 -"330659",82640,82651 -"330660",82643,88938 -"330661",82645,84632 -"330662",82646,82647 -"330663",82646,82661 -"330664",82646,82662 -"330665",82646,82663 -"330666",82646,82811 -"330667",82646,82832 -"330668",82646,82836 -"330669",82647,82661 -"330670",82647,82662 -"330671",82647,82663 -"330672",82647,82811 -"330673",82647,82832 -"330674",82647,82836 -"330675",82648,82649 -"330676",82648,88140 -"330677",82648,95499 -"330678",82650,99965 -"330679",82652,95776 -"330680",82653,86443 -"330681",82653,96366 -"330682",82654,82868 -"330683",82654,82878 -"330684",82659,83330 -"330685",82661,82662 -"330686",82661,82663 -"330687",82661,82811 -"330688",82661,82832 -"330689",82661,82836 -"330690",82662,82663 -"330691",82662,82811 -"330692",82662,82832 -"330693",82662,82836 -"330694",82663,82811 -"330695",82663,82832 -"330696",82663,82836 -"330697",82664,103167 -"330698",82664,111899 -"330699",82665,83942 -"330700",82665,107907 -"330701",82666,92506 -"330702",82666,93652 -"330703",82666,93660 -"330704",82666,93676 -"330705",82667,83207 -"330706",82667,117761 -"330707",82667,118793 -"330708",82667,118822 -"330709",82668,84368 -"330710",82668,84548 -"330711",82668,121704 -"330712",82671,93797 -"330713",82672,84512 -"330714",82673,105772 -"330715",82673,105810 -"330716",82674,82838 -"330717",82674,82863 -"330718",82675,82676 -"330719",82681,88648 -"330720",82681,99012 -"330721",82682,93752 -"330722",82683,91999 -"330723",82683,96295 -"330724",82683,108651 -"330725",82683,113703 -"330726",82684,108795 -"330727",82684,112980 -"330728",82685,82686 -"330729",82685,82687 -"330730",82686,82687 -"330731",82687,82989 -"330732",82688,82725 -"330733",82688,82752 -"330734",82688,102060 -"330735",82688,102061 -"330736",82690,102525 -"330737",82690,107330 -"330738",82691,82717 -"330739",82691,82718 -"330740",82693,91454 -"330741",82693,93125 -"330742",82693,103570 -"330743",82695,91192 -"330744",82695,91925 -"330745",82695,92595 -"330746",82695,100770 -"330747",82695,100771 -"330748",82695,108829 -"330749",82696,105638 -"330750",82696,120145 -"330751",82697,82703 -"330752",82697,90871 -"330753",82697,99758 -"330754",82698,99780 -"330755",82699,82736 -"330756",82702,86603 -"330757",82702,86629 -"330758",82704,109697 -"330759",82705,109951 -"330760",82707,82708 -"330761",82707,88660 -"330762",82708,116795 -"330763",82709,88778 -"330764",82709,97582 -"330765",82709,97593 -"330766",82710,84503 -"330767",82710,102555 -"330768",82714,101095 -"330769",82717,82718 -"330770",82720,101386 -"330771",82720,105040 -"330772",82720,117913 -"330773",82724,87827 -"330774",82725,82752 -"330775",82728,94877 -"330776",82728,96206 -"330777",82729,101513 -"330778",82730,104298 -"330779",82730,108163 -"330780",82732,112335 -"330781",82733,83327 -"330782",82733,87139 -"330783",82735,84879 -"330784",82735,92580 -"330785",82735,96576 -"330786",82736,107564 -"330787",82737,82970 -"330788",82737,89596 -"330789",82737,99767 -"330790",82737,99771 -"330791",82737,99772 -"330792",82737,99775 -"330793",82737,99777 -"330794",82740,95238 -"330795",82740,119645 -"330796",82740,121501 -"330797",82743,97745 -"330798",82743,111802 -"330799",82750,89886 -"330800",82750,93482 -"330801",82750,97364 -"330802",82751,87857 -"330803",82751,106048 -"330804",82751,106200 -"330805",82753,84615 -"330806",82753,93092 -"330807",82753,93135 -"330808",82753,118684 -"330809",82754,101231 -"330810",82754,102006 -"330811",82754,102107 -"330812",82754,102149 -"330813",82757,89309 -"330814",82757,98972 -"330815",82761,88265 -"330816",82761,90902 -"330817",82761,98358 -"330818",82761,100109 -"330819",82761,100123 -"330820",82761,103057 -"330821",82761,115764 -"330822",82763,87183 -"330823",82763,93933 -"330824",82763,101457 -"330825",82763,107086 -"330826",82763,107206 -"330827",82765,118013 -"330828",82766,87002 -"330829",82767,82773 -"330830",82767,83180 -"330831",82767,83906 -"330832",82767,83949 -"330833",82767,88714 -"330834",82767,95476 -"330835",82768,100432 -"330836",82768,105606 -"330837",82771,85545 -"330838",82771,98385 -"330839",82771,106671 -"330840",82771,113502 -"330841",82771,122323 -"330842",82775,88819 -"330843",82775,110211 -"330844",82777,107502 -"330845",82777,122044 -"330846",82777,122045 -"330847",82778,83141 -"330848",82784,82800 -"330849",82784,82833 -"330850",82784,82969 -"330851",82787,108357 -"330852",82787,117822 -"330853",82790,93449 -"330854",82791,87676 -"330855",82791,87688 -"330856",82792,82910 -"330857",82792,87819 -"330858",82793,88696 -"330859",82793,108415 -"330860",82794,92953 -"330861",82795,99857 -"330862",82795,109835 -"330863",82798,82892 -"330864",82800,82833 -"330865",82800,82969 -"330866",82802,87134 -"330867",82802,87144 -"330868",82802,103866 -"330869",82803,102714 -"330870",82804,97594 -"330871",82804,108322 -"330872",82804,118418 -"330873",82806,87638 -"330874",82808,87058 -"330875",82810,82854 -"330876",82810,83853 -"330877",82810,83884 -"330878",82810,84379 -"330879",82810,84613 -"330880",82810,85465 -"330881",82810,85610 -"330882",82810,86351 -"330883",82810,86451 -"330884",82810,86882 -"330885",82810,87175 -"330886",82810,87451 -"330887",82810,87521 -"330888",82810,87572 -"330889",82810,87663 -"330890",82810,87721 -"330891",82810,87862 -"330892",82811,82832 -"330893",82811,82836 -"330894",82812,89141 -"330895",82813,85474 -"330896",82813,100332 -"330897",82815,89723 -"330898",82815,93218 -"330899",82816,95108 -"330900",82820,83958 -"330901",82822,84804 -"330902",82826,83076 -"330903",82828,105144 -"330904",82828,105151 -"330905",82828,105166 -"330906",82828,105175 -"330907",82828,105267 -"330908",82831,85079 -"330909",82831,94603 -"330910",82831,96238 -"330911",82831,99444 -"330912",82831,106074 -"330913",82831,111268 -"330914",82831,111269 -"330915",82832,82836 -"330916",82833,82969 -"330917",82833,98242 -"330918",82834,82913 -"330919",82834,84955 -"330920",82835,82875 -"330921",82835,82876 -"330922",82837,88300 -"330923",82837,117429 -"330924",82838,82863 -"330925",82839,84748 -"330926",82839,87916 -"330927",82839,87939 -"330928",82839,87944 -"330929",82841,98992 -"330930",82842,111242 -"330931",82844,99895 -"330932",82844,101412 -"330933",82844,102122 -"330934",82844,105582 -"330935",82845,99807 -"330936",82845,101138 -"330937",82845,106679 -"330938",82848,89590 -"330939",82848,90884 -"330940",82848,95740 -"330941",82848,115878 -"330942",82850,82864 -"330943",82851,99919 -"330944",82852,102640 -"330945",82852,119094 -"330946",82853,99492 -"330947",82853,101956 -"330948",82853,118568 -"330949",82854,83853 -"330950",82854,83884 -"330951",82854,84379 -"330952",82854,84613 -"330953",82854,85465 -"330954",82854,85610 -"330955",82854,86351 -"330956",82854,86451 -"330957",82854,86882 -"330958",82854,87175 -"330959",82854,87451 -"330960",82854,87521 -"330961",82854,87572 -"330962",82854,87663 -"330963",82854,87721 -"330964",82854,87862 -"330965",82856,85182 -"330966",82856,93940 -"330967",82856,93941 -"330968",82856,102308 -"330969",82858,103137 -"330970",82858,118527 -"330971",82860,88289 -"330972",82860,89820 -"330973",82860,91687 -"330974",82860,111535 -"330975",82861,82870 -"330976",82863,116528 -"330977",82864,84896 -"330978",82864,91045 -"330979",82864,96141 -"330980",82864,121504 -"330981",82865,117895 -"330982",82866,104794 -"330983",82866,107814 -"330984",82867,84168 -"330985",82868,82878 -"330986",82869,91189 -"330987",82871,104232 -"330988",82871,106743 -"330989",82871,107612 -"330990",82871,111277 -"330991",82871,118576 -"330992",82871,120855 -"330993",82872,84728 -"330994",82872,84729 -"330995",82872,84777 -"330996",82872,84778 -"330997",82875,82876 -"330998",82875,99527 -"330999",82877,101478 -"331000",82878,86021 -"331001",82878,89407 -"331002",82878,93348 -"331003",82878,102963 -"331004",82878,102989 -"331005",82878,103032 -"331006",82878,103039 -"331007",82878,106822 -"331008",82878,106841 -"331009",82878,106862 -"331010",82878,106888 -"331011",82880,82922 -"331012",82882,83776 -"331013",82884,82925 -"331014",82885,82932 -"331015",82885,102881 -"331016",82887,86131 -"331017",82891,101460 -"331018",82893,85189 -"331019",82893,89595 -"331020",82893,90944 -"331021",82893,90984 -"331022",82893,90985 -"331023",82894,87468 -"331024",82896,95369 -"331025",82896,95426 -"331026",82896,113819 -"331027",82896,113924 -"331028",82896,121798 -"331029",82896,122040 -"331030",82897,82917 -"331031",82898,98651 -"331032",82898,100561 -"331033",82899,88102 -"331034",82900,99579 -"331035",82900,100635 -"331036",82900,114644 -"331037",82903,82939 -"331038",82903,98016 -"331039",82903,98029 -"331040",82905,82920 -"331041",82906,92663 -"331042",82906,103487 -"331043",82906,117826 -"331044",82908,110960 -"331045",82908,111696 -"331046",82909,91433 -"331047",82909,108493 -"331048",82909,115749 -"331049",82909,122336 -"331050",82911,82956 -"331051",82911,86087 -"331052",82914,82937 -"331053",82915,99613 -"331054",82915,105622 -"331055",82915,107962 -"331056",82915,108844 -"331057",82915,112396 -"331058",82915,122378 -"331059",82915,122434 -"331060",82915,122439 -"331061",82916,96722 -"331062",82916,113379 -"331063",82917,108890 -"331064",82917,119572 -"331065",82919,82929 -"331066",82919,82930 -"331067",82919,120094 -"331068",82919,120875 -"331069",82919,121508 -"331070",82924,96964 -"331071",82925,90853 -"331072",82927,94304 -"331073",82927,102236 -"331074",82927,103625 -"331075",82927,108384 -"331076",82928,95114 -"331077",82929,82930 -"331078",82930,83772 -"331079",82932,88817 -"331080",82932,88821 -"331081",82934,93682 -"331082",82940,100335 -"331083",82941,112284 -"331084",82942,100304 -"331085",82943,89594 -"331086",82943,99534 -"331087",82943,107797 -"331088",82944,115622 -"331089",82946,82947 -"331090",82946,82953 -"331091",82947,82953 -"331092",82947,100951 -"331093",82947,101025 -"331094",82947,101442 -"331095",82947,101475 -"331096",82948,92163 -"331097",82949,88193 -"331098",82950,82951 -"331099",82950,82979 -"331100",82951,82979 -"331101",82952,86331 -"331102",82953,104275 -"331103",82953,112047 -"331104",82954,101070 -"331105",82955,115642 -"331106",82957,82994 -"331107",82958,99952 -"331108",82958,119870 -"331109",82960,82999 -"331110",82960,83005 -"331111",82960,83014 -"331112",82960,83089 -"331113",82961,121621 -"331114",82963,82970 -"331115",82963,84381 -"331116",82963,84407 -"331117",82964,95320 -"331118",82964,95803 -"331119",82964,96162 -"331120",82964,106240 -"331121",82964,109919 -"331122",82964,112416 -"331123",82965,88895 -"331124",82965,91562 -"331125",82965,92321 -"331126",82965,92322 -"331127",82965,93173 -"331128",82965,96837 -"331129",82965,98574 -"331130",82965,114622 -"331131",82970,84381 -"331132",82970,84407 -"331133",82970,89596 -"331134",82970,99767 -"331135",82970,99771 -"331136",82970,99772 -"331137",82970,99775 -"331138",82970,99777 -"331139",82972,91379 -"331140",82973,91305 -"331141",82974,88358 -"331142",82975,95057 -"331143",82976,90721 -"331144",82977,90921 -"331145",82977,95997 -"331146",82977,117701 -"331147",82977,117703 -"331148",82977,117707 -"331149",82978,83306 -"331150",82978,85027 -"331151",82978,85088 -"331152",82978,88412 -"331153",82978,90275 -"331154",82978,90426 -"331155",82978,91112 -"331156",82978,91526 -"331157",82978,93425 -"331158",82978,93523 -"331159",82978,94520 -"331160",82978,95954 -"331161",82978,99544 -"331162",82978,99547 -"331163",82978,99554 -"331164",82978,100595 -"331165",82978,100739 -"331166",82978,100819 -"331167",82978,101898 -"331168",82978,101988 -"331169",82978,102146 -"331170",82978,102201 -"331171",82978,102309 -"331172",82978,102635 -"331173",82978,102730 -"331174",82978,102846 -"331175",82978,103790 -"331176",82978,104095 -"331177",82978,104574 -"331178",82978,104784 -"331179",82978,104845 -"331180",82978,107269 -"331181",82978,107623 -"331182",82978,107714 -"331183",82978,107879 -"331184",82978,107975 -"331185",82980,82997 -"331186",82980,107973 -"331187",82983,82984 -"331188",82983,104979 -"331189",82983,106718 -"331190",82983,117517 -"331191",82989,98362 -"331192",82991,107282 -"331193",82991,113054 -"331194",82992,84721 -"331195",82992,85817 -"331196",82992,100573 -"331197",82992,108452 -"331198",82993,83173 -"331199",82997,86623 -"331200",82997,98686 -"331201",82997,98703 -"331202",82997,98706 -"331203",82998,84093 -"331204",82998,89277 -"331205",82998,99128 -"331206",82999,83005 -"331207",82999,83014 -"331208",82999,83089 -"331209",83000,108286 -"331210",83001,92162 -"331211",83001,92213 -"331212",83003,88088 -"331213",83003,99084 -"331214",83003,111680 -"331215",83005,83014 -"331216",83005,83089 -"331217",83006,84134 -"331218",83006,93085 -"331219",83006,105777 -"331220",83007,92896 -"331221",83009,85910 -"331222",83009,89921 -"331223",83009,95992 -"331224",83009,96013 -"331225",83013,87552 -"331226",83013,102850 -"331227",83013,121766 -"331228",83013,122891 -"331229",83014,83089 -"331230",83016,97389 -"331231",83016,97542 -"331232",83016,98076 -"331233",83017,96202 -"331234",83017,104755 -"331235",83019,108891 -"331236",83021,85259 -"331237",83021,117203 -"331238",83022,83057 -"331239",83022,83063 -"331240",83022,83078 -"331241",83024,117382 -"331242",83024,121158 -"331243",83026,90524 -"331244",83027,83030 -"331245",83028,83029 -"331246",83029,100291 -"331247",83029,111903 -"331248",83029,116107 -"331249",83031,83049 -"331250",83031,83085 -"331251",83031,84962 -"331252",83033,83067 -"331253",83033,115078 -"331254",83034,111532 -"331255",83036,94165 -"331256",83036,121031 -"331257",83038,102038 -"331258",83038,103792 -"331259",83038,104734 -"331260",83038,109494 -"331261",83038,113833 -"331262",83038,116419 -"331263",83038,116875 -"331264",83039,87285 -"331265",83042,105262 -"331266",83042,110659 -"331267",83043,84881 -"331268",83044,84325 -"331269",83044,88722 -"331270",83044,88728 -"331271",83044,88730 -"331272",83044,101439 -"331273",83045,90346 -"331274",83045,123325 -"331275",83045,123327 -"331276",83046,95678 -"331277",83047,83084 -"331278",83047,99478 -"331279",83047,101030 -"331280",83047,105819 -"331281",83048,94291 -"331282",83048,103388 -"331283",83048,106556 -"331284",83049,83085 -"331285",83049,84962 -"331286",83051,115821 -"331287",83051,115839 -"331288",83052,116200 -"331289",83053,96034 -"331290",83053,99189 -"331291",83053,106362 -"331292",83054,83093 -"331293",83054,116739 -"331294",83055,106132 -"331295",83057,83063 -"331296",83057,83078 -"331297",83062,83155 -"331298",83063,83078 -"331299",83064,92378 -"331300",83065,83088 -"331301",83065,120426 -"331302",83066,90584 -"331303",83067,98168 -"331304",83068,85664 -"331305",83068,95232 -"331306",83069,84767 -"331307",83069,92821 -"331308",83070,83094 -"331309",83070,107283 -"331310",83070,112198 -"331311",83070,114402 -"331312",83070,118785 -"331313",83071,87017 -"331314",83072,109306 -"331315",83072,109319 -"331316",83074,94209 -"331317",83074,104118 -"331318",83075,83087 -"331319",83075,93546 -"331320",83075,119389 -"331321",83078,85159 -"331322",83081,84472 -"331323",83081,87645 -"331324",83081,107299 -"331325",83082,99710 -"331326",83083,94996 -"331327",83083,95000 -"331328",83087,86254 -"331329",83087,91404 -"331330",83087,94399 -"331331",83087,98218 -"331332",83087,103194 -"331333",83087,105530 -"331334",83087,105534 -"331335",83087,105537 -"331336",83087,105547 -"331337",83087,105552 -"331338",83087,105563 -"331339",83087,107038 -"331340",83087,107048 -"331341",83087,108422 -"331342",83091,86379 -"331343",83092,101692 -"331344",83093,106689 -"331345",83093,108704 -"331346",83093,110735 -"331347",83093,111098 -"331348",83093,116739 -"331349",83093,119326 -"331350",83094,115253 -"331351",83094,115293 -"331352",83096,97635 -"331353",83096,110821 -"331354",83096,122644 -"331355",83100,88643 -"331356",83100,113108 -"331357",83101,89259 -"331358",83101,91976 -"331359",83101,92947 -"331360",83101,93763 -"331361",83101,102043 -"331362",83101,118232 -"331363",83101,121480 -"331364",83101,121485 -"331365",83103,85883 -"331366",83105,87878 -"331367",83105,87892 -"331368",83106,113983 -"331369",83106,119506 -"331370",83107,83184 -"331371",83107,89131 -"331372",83107,117096 -"331373",83115,89403 -"331374",83117,104040 -"331375",83117,104067 -"331376",83118,84297 -"331377",83119,91879 -"331378",83119,98189 -"331379",83119,116311 -"331380",83121,83122 -"331381",83122,97692 -"331382",83125,117187 -"331383",83126,83130 -"331384",83127,83137 -"331385",83130,83419 -"331386",83130,104902 -"331387",83133,83761 -"331388",83133,92947 -"331389",83133,95872 -"331390",83133,97082 -"331391",83133,114227 -"331392",83134,110253 -"331393",83135,87228 -"331394",83135,91909 -"331395",83135,95092 -"331396",83135,109990 -"331397",83135,112738 -"331398",83139,85508 -"331399",83139,122769 -"331400",83142,89122 -"331401",83142,113938 -"331402",83142,119594 -"331403",83143,90605 -"331404",83143,90770 -"331405",83144,100356 -"331406",83144,105918 -"331407",83144,111949 -"331408",83144,113525 -"331409",83144,120774 -"331410",83144,122124 -"331411",83144,122162 -"331412",83144,122203 -"331413",83145,83146 -"331414",83145,105186 -"331415",83148,105301 -"331416",83148,120032 -"331417",83150,101524 -"331418",83150,112688 -"331419",83152,89989 -"331420",83152,96835 -"331421",83153,99313 -"331422",83153,99325 -"331423",83153,99337 -"331424",83157,100515 -"331425",83158,115990 -"331426",83160,91781 -"331427",83160,102483 -"331428",83160,110131 -"331429",83160,110147 -"331430",83160,110155 -"331431",83160,110173 -"331432",83160,111361 -"331433",83160,112774 -"331434",83161,104683 -"331435",83161,107594 -"331436",83163,89955 -"331437",83164,84408 -"331438",83165,83906 -"331439",83165,83915 -"331440",83165,83949 -"331441",83166,93782 -"331442",83167,87695 -"331443",83169,99539 -"331444",83169,100243 -"331445",83169,112604 -"331446",83169,117198 -"331447",83170,85498 -"331448",83170,86588 -"331449",83172,83248 -"331450",83172,83278 -"331451",83172,83279 -"331452",83172,83280 -"331453",83172,83295 -"331454",83172,83299 -"331455",83173,112806 -"331456",83175,83206 -"331457",83175,88517 -"331458",83176,90527 -"331459",83176,94913 -"331460",83176,95193 -"331461",83176,103621 -"331462",83177,83192 -"331463",83178,92020 -"331464",83179,85912 -"331465",83180,83949 -"331466",83180,88714 -"331467",83180,92648 -"331468",83181,83186 -"331469",83183,106489 -"331470",83184,88480 -"331471",83184,110956 -"331472",83184,111140 -"331473",83184,115926 -"331474",83184,118554 -"331475",83184,118565 -"331476",83186,89287 -"331477",83186,95290 -"331478",83186,100794 -"331479",83188,101845 -"331480",83188,118560 -"331481",83189,90384 -"331482",83191,83193 -"331483",83191,83783 -"331484",83191,100064 -"331485",83191,100625 -"331486",83191,108976 -"331487",83192,88843 -"331488",83192,92496 -"331489",83192,94954 -"331490",83192,94955 -"331491",83192,94957 -"331492",83192,94969 -"331493",83194,83198 -"331494",83195,83209 -"331495",83195,83354 -"331496",83197,83233 -"331497",83197,85877 -"331498",83197,107819 -"331499",83198,102699 -"331500",83199,83219 -"331501",83199,83246 -"331502",83202,87719 -"331503",83202,88231 -"331504",83202,92468 -"331505",83202,110742 -"331506",83203,90209 -"331507",83203,111760 -"331508",83204,91904 -"331509",83206,88517 -"331510",83206,92469 -"331511",83206,115820 -"331512",83208,96404 -"331513",83209,83354 -"331514",83210,86672 -"331515",83211,105354 -"331516",83213,107753 -"331517",83213,107764 -"331518",83216,90080 -"331519",83216,106815 -"331520",83218,113755 -"331521",83219,83246 -"331522",83220,96327 -"331523",83220,108541 -"331524",83220,112892 -"331525",83220,122222 -"331526",83220,123206 -"331527",83222,84913 -"331528",83224,96254 -"331529",83224,105712 -"331530",83224,109388 -"331531",83224,111937 -"331532",83226,103160 -"331533",83228,86357 -"331534",83228,102253 -"331535",83228,114113 -"331536",83228,114114 -"331537",83229,83230 -"331538",83229,84516 -"331539",83229,89725 -"331540",83229,107768 -"331541",83229,108501 -"331542",83229,109945 -"331543",83229,112246 -"331544",83229,119352 -"331545",83229,123068 -"331546",83229,123080 -"331547",83229,123083 -"331548",83229,123095 -"331549",83231,86471 -"331550",83231,90804 -"331551",83231,91022 -"331552",83231,91045 -"331553",83231,95675 -"331554",83231,101516 -"331555",83231,102387 -"331556",83231,108374 -"331557",83231,108893 -"331558",83231,109101 -"331559",83231,109523 -"331560",83231,110993 -"331561",83231,111338 -"331562",83231,111398 -"331563",83231,111409 -"331564",83231,111480 -"331565",83231,112422 -"331566",83231,112648 -"331567",83231,112708 -"331568",83231,112820 -"331569",83231,112997 -"331570",83231,113597 -"331571",83231,114418 -"331572",83231,114582 -"331573",83231,115371 -"331574",83231,116028 -"331575",83231,116604 -"331576",83232,93799 -"331577",83232,115981 -"331578",83234,84284 -"331579",83234,86761 -"331580",83234,105941 -"331581",83234,120011 -"331582",83235,83236 -"331583",83235,83463 -"331584",83236,83463 -"331585",83238,101904 -"331586",83239,88818 -"331587",83242,85041 -"331588",83242,105639 -"331589",83243,110564 -"331590",83245,105138 -"331591",83248,83278 -"331592",83248,83279 -"331593",83248,83280 -"331594",83248,83295 -"331595",83248,83299 -"331596",83248,92218 -"331597",83248,106807 -"331598",83249,100357 -"331599",83250,86022 -"331600",83251,83257 -"331601",83253,86403 -"331602",83253,88773 -"331603",83253,93632 -"331604",83253,101012 -"331605",83255,85352 -"331606",83256,106058 -"331607",83258,91628 -"331608",83259,95329 -"331609",83262,97804 -"331610",83262,111232 -"331611",83262,111241 -"331612",83262,111245 -"331613",83264,86071 -"331614",83264,86072 -"331615",83264,114110 -"331616",83267,83298 -"331617",83268,92797 -"331618",83268,92820 -"331619",83271,83272 -"331620",83271,93075 -"331621",83271,100432 -"331622",83271,102360 -"331623",83271,102400 -"331624",83273,86669 -"331625",83273,91560 -"331626",83273,99230 -"331627",83273,108417 -"331628",83275,83293 -"331629",83275,83858 -"331630",83275,93790 -"331631",83278,83279 -"331632",83278,83280 -"331633",83278,83295 -"331634",83278,83299 -"331635",83279,83280 -"331636",83279,83295 -"331637",83279,83299 -"331638",83280,83295 -"331639",83280,83299 -"331640",83280,86884 -"331641",83280,87052 -"331642",83283,93104 -"331643",83285,83835 -"331644",83285,112421 -"331645",83286,83291 -"331646",83289,92771 -"331647",83289,92794 -"331648",83292,83928 -"331649",83294,83336 -"331650",83294,119083 -"331651",83294,119097 -"331652",83295,83299 -"331653",83296,88253 -"331654",83297,83350 -"331655",83301,95735 -"331656",83302,106135 -"331657",83302,112101 -"331658",83302,112400 -"331659",83302,118758 -"331660",83302,118935 -"331661",83303,97669 -"331662",83303,102686 -"331663",83304,83337 -"331664",83304,88514 -"331665",83305,114971 -"331666",83305,122930 -"331667",83306,85027 -"331668",83306,88412 -"331669",83306,90275 -"331670",83306,90426 -"331671",83306,91112 -"331672",83306,91526 -"331673",83306,93425 -"331674",83306,93523 -"331675",83306,94520 -"331676",83306,95954 -"331677",83306,99544 -"331678",83306,99547 -"331679",83306,99554 -"331680",83306,100595 -"331681",83306,100739 -"331682",83306,100819 -"331683",83306,101898 -"331684",83306,101988 -"331685",83306,102146 -"331686",83306,102201 -"331687",83306,102309 -"331688",83306,102635 -"331689",83306,102730 -"331690",83306,102846 -"331691",83306,103790 -"331692",83306,104095 -"331693",83306,104574 -"331694",83306,104784 -"331695",83306,104845 -"331696",83306,107269 -"331697",83306,107623 -"331698",83306,107714 -"331699",83306,107879 -"331700",83306,107975 -"331701",83307,100454 -"331702",83308,83494 -"331703",83309,85042 -"331704",83310,86349 -"331705",83310,116923 -"331706",83310,116925 -"331707",83310,116948 -"331708",83313,83493 -"331709",83314,89274 -"331710",83315,87045 -"331711",83319,83375 -"331712",83320,83323 -"331713",83320,83369 -"331714",83323,83369 -"331715",83324,87276 -"331716",83325,86308 -"331717",83325,94784 -"331718",83325,95312 -"331719",83325,109454 -"331720",83327,87139 -"331721",83331,83374 -"331722",83332,83507 -"331723",83332,102642 -"331724",83333,83363 -"331725",83334,87432 -"331726",83335,84339 -"331727",83335,96474 -"331728",83339,83361 -"331729",83340,83391 -"331730",83340,85406 -"331731",83340,95295 -"331732",83340,99079 -"331733",83340,102464 -"331734",83340,103565 -"331735",83340,107646 -"331736",83340,111905 -"331737",83340,111912 -"331738",83340,111925 -"331739",83340,111993 -"331740",83341,104966 -"331741",83344,85185 -"331742",83346,95276 -"331743",83346,95527 -"331744",83348,94074 -"331745",83349,91012 -"331746",83350,85918 -"331747",83351,83860 -"331748",83353,105366 -"331749",83353,110264 -"331750",83356,112611 -"331751",83356,112615 -"331752",83357,93992 -"331753",83358,84072 -"331754",83359,87971 -"331755",83360,87953 -"331756",83362,112425 -"331757",83364,85759 -"331758",83365,103877 -"331759",83366,92609 -"331760",83367,88038 -"331761",83367,106952 -"331762",83368,83396 -"331763",83369,109512 -"331764",83371,97111 -"331765",83371,117512 -"331766",83371,118085 -"331767",83372,84831 -"331768",83376,112330 -"331769",83377,103577 -"331770",83378,117154 -"331771",83378,117159 -"331772",83378,117165 -"331773",83378,117394 -"331774",83379,99138 -"331775",83379,99364 -"331776",83380,83404 -"331777",83380,83423 -"331778",83380,85962 -"331779",83380,90259 -"331780",83380,105560 -"331781",83383,88523 -"331782",83384,83424 -"331783",83386,83415 -"331784",83386,86068 -"331785",83386,87257 -"331786",83386,108609 -"331787",83386,118619 -"331788",83388,83392 -"331789",83390,83421 -"331790",83391,89773 -"331791",83391,98461 -"331792",83391,98475 -"331793",83393,116648 -"331794",83397,83564 -"331795",83397,92554 -"331796",83398,83414 -"331797",83402,92585 -"331798",83402,118193 -"331799",83403,84040 -"331800",83403,90652 -"331801",83404,83423 -"331802",83405,90573 -"331803",83405,94616 -"331804",83405,99444 -"331805",83405,107233 -"331806",83405,107252 -"331807",83406,93888 -"331808",83406,94381 -"331809",83406,97210 -"331810",83406,118138 -"331811",83407,85232 -"331812",83409,84412 -"331813",83409,86684 -"331814",83412,83537 -"331815",83412,83555 -"331816",83417,105823 -"331817",83422,93854 -"331818",83425,105420 -"331819",83427,90307 -"331820",83427,119556 -"331821",83428,83443 -"331822",83430,86861 -"331823",83432,122213 -"331824",83433,97613 -"331825",83434,84474 -"331826",83434,101817 -"331827",83434,108372 -"331828",83434,118424 -"331829",83435,84768 -"331830",83435,87968 -"331831",83436,112685 -"331832",83436,115409 -"331833",83437,93836 -"331834",83437,115288 -"331835",83439,83499 -"331836",83439,113855 -"331837",83441,83442 -"331838",83441,85635 -"331839",83442,99196 -"331840",83442,99223 -"331841",83442,101506 -"331842",83444,85254 -"331843",83444,99949 -"331844",83444,101914 -"331845",83444,103631 -"331846",83444,103723 -"331847",83444,103732 -"331848",83444,103759 -"331849",83444,103773 -"331850",83445,97559 -"331851",83446,83750 -"331852",83446,97087 -"331853",83446,106740 -"331854",83446,112966 -"331855",83446,117575 -"331856",83446,119308 -"331857",83446,119312 -"331858",83446,119347 -"331859",83446,119349 -"331860",83446,119355 -"331861",83446,121845 -"331862",83447,84992 -"331863",83447,93784 -"331864",83447,103724 -"331865",83447,105159 -"331866",83447,105179 -"331867",83448,89152 -"331868",83448,99433 -"331869",83448,122136 -"331870",83449,83452 -"331871",83449,83466 -"331872",83449,83469 -"331873",83452,83466 -"331874",83452,83469 -"331875",83454,90308 -"331876",83455,101208 -"331877",83455,104715 -"331878",83458,92799 -"331879",83459,95106 -"331880",83460,83483 -"331881",83460,89352 -"331882",83460,118292 -"331883",83461,113726 -"331884",83462,95900 -"331885",83462,114494 -"331886",83463,85224 -"331887",83463,86168 -"331888",83463,90929 -"331889",83463,90935 -"331890",83463,91066 -"331891",83463,91070 -"331892",83463,91094 -"331893",83463,91095 -"331894",83463,91096 -"331895",83463,91100 -"331896",83464,104965 -"331897",83466,83469 -"331898",83466,89056 -"331899",83466,94376 -"331900",83466,95619 -"331901",83467,84523 -"331902",83468,106821 -"331903",83468,120569 -"331904",83468,120584 -"331905",83468,120585 -"331906",83468,120586 -"331907",83468,120604 -"331908",83468,120627 -"331909",83468,120628 -"331910",83468,120629 -"331911",83468,120630 -"331912",83468,120652 -"331913",83468,123420 -"331914",83468,123421 -"331915",83470,96276 -"331916",83471,83497 -"331917",83473,95042 -"331918",83473,95971 -"331919",83474,117399 -"331920",83476,83496 -"331921",83477,87674 -"331922",83479,103824 -"331923",83480,104418 -"331924",83480,106062 -"331925",83480,106079 -"331926",83481,83482 -"331927",83481,86334 -"331928",83483,94330 -"331929",83483,100782 -"331930",83483,105527 -"331931",83483,112132 -"331932",83483,116898 -"331933",83485,116645 -"331934",83485,120252 -"331935",83486,83513 -"331936",83487,83490 -"331937",83488,91752 -"331938",83490,85933 -"331939",83490,101287 -"331940",83490,101907 -"331941",83490,115339 -"331942",83490,115843 -"331943",83490,117582 -"331944",83491,94327 -"331945",83491,97901 -"331946",83491,113290 -"331947",83495,98945 -"331948",83495,122441 -"331949",83495,122442 -"331950",83495,122443 -"331951",83495,122446 -"331952",83497,93268 -"331953",83498,93668 -"331954",83500,109867 -"331955",83500,114468 -"331956",83501,112202 -"331957",83502,92868 -"331958",83505,89131 -"331959",83507,99118 -"331960",83507,99119 -"331961",83507,99272 -"331962",83507,102653 -"331963",83509,108220 -"331964",83510,89404 -"331965",83510,90568 -"331966",83511,92478 -"331967",83512,84617 -"331968",83512,117861 -"331969",83514,93913 -"331970",83514,116634 -"331971",83514,118127 -"331972",83515,90883 -"331973",83517,94140 -"331974",83518,99730 -"331975",83518,101304 -"331976",83519,98357 -"331977",83519,117875 -"331978",83521,83549 -"331979",83522,89542 -"331980",83523,84204 -"331981",83523,86319 -"331982",83525,100888 -"331983",83526,86548 -"331984",83526,88596 -"331985",83526,89669 -"331986",83526,100332 -"331987",83526,103397 -"331988",83526,104867 -"331989",83526,104940 -"331990",83526,109832 -"331991",83527,83588 -"331992",83527,83605 -"331993",83528,84377 -"331994",83528,86321 -"331995",83528,88018 -"331996",83528,95073 -"331997",83528,96533 -"331998",83528,100237 -"331999",83528,105194 -"332000",83528,117037 -"332001",83528,119255 -"332002",83530,86071 -"332003",83530,89069 -"332004",83530,98276 -"332005",83530,98436 -"332006",83530,98451 -"332007",83530,101673 -"332008",83530,102362 -"332009",83531,83532 -"332010",83532,102320 -"332011",83533,83540 -"332012",83533,83550 -"332013",83537,83555 -"332014",83539,111144 -"332015",83539,112086 -"332016",83539,113777 -"332017",83540,83550 -"332018",83541,85264 -"332019",83541,96694 -"332020",83541,101540 -"332021",83541,102764 -"332022",83541,105116 -"332023",83541,105990 -"332024",83543,88953 -"332025",83543,97441 -"332026",83543,111115 -"332027",83543,112214 -"332028",83543,116822 -"332029",83545,99271 -"332030",83549,102293 -"332031",83551,86953 -"332032",83552,88579 -"332033",83552,102122 -"332034",83554,83565 -"332035",83554,109248 -"332036",83554,117241 -"332037",83554,117249 -"332038",83554,121284 -"332039",83556,102072 -"332040",83557,110239 -"332041",83557,115139 -"332042",83558,114295 -"332043",83560,83889 -"332044",83560,105817 -"332045",83561,83562 -"332046",83563,120479 -"332047",83565,88595 -"332048",83567,98299 -"332049",83568,112530 -"332050",83569,92254 -"332051",83569,92437 -"332052",83570,83609 -"332053",83572,97732 -"332054",83572,119952 -"332055",83574,100076 -"332056",83574,113004 -"332057",83577,83581 -"332058",83577,83582 -"332059",83577,92299 -"332060",83577,93809 -"332061",83578,92881 -"332062",83578,96144 -"332063",83578,96146 -"332064",83580,83597 -"332065",83581,83582 -"332066",83581,103064 -"332067",83581,108367 -"332068",83584,87526 -"332069",83588,83605 -"332070",83593,88152 -"332071",83594,85827 -"332072",83598,93680 -"332073",83598,108578 -"332074",83598,110872 -"332075",83601,110315 -"332076",83601,119750 -"332077",83607,96906 -"332078",83607,96907 -"332079",83609,87114 -"332080",83610,106267 -"332081",83611,83798 -"332082",83611,101479 -"332083",83611,105079 -"332084",83611,117889 -"332085",83611,123506 -"332086",83613,83677 -"332087",83614,83621 -"332088",83617,83650 -"332089",83619,83767 -"332090",83619,83771 -"332091",83619,83775 -"332092",83619,97971 -"332093",83619,103521 -"332094",83620,83639 -"332095",83622,83628 -"332096",83623,85564 -"332097",83624,90667 -"332098",83624,116486 -"332099",83624,119501 -"332100",83626,97578 -"332101",83627,91471 -"332102",83628,100831 -"332103",83629,95325 -"332104",83631,83666 -"332105",83631,83678 -"332106",83631,86600 -"332107",83632,83999 -"332108",83632,84254 -"332109",83632,92320 -"332110",83633,83659 -"332111",83636,118904 -"332112",83638,105758 -"332113",83638,106539 -"332114",83644,116950 -"332115",83644,119674 -"332116",83644,119879 -"332117",83645,115005 -"332118",83647,94629 -"332119",83647,94674 -"332120",83647,94675 -"332121",83650,121546 -"332122",83652,83653 -"332123",83652,83654 -"332124",83653,83654 -"332125",83654,88302 -"332126",83654,105918 -"332127",83656,92699 -"332128",83657,98958 -"332129",83657,100504 -"332130",83657,114699 -"332131",83658,105964 -"332132",83659,84579 -"332133",83660,93080 -"332134",83660,111477 -"332135",83665,97760 -"332136",83666,83678 -"332137",83666,86600 -"332138",83668,96462 -"332139",83668,99003 -"332140",83670,97234 -"332141",83671,91628 -"332142",83672,88071 -"332143",83672,102003 -"332144",83672,102101 -"332145",83672,102950 -"332146",83672,114679 -"332147",83674,110006 -"332148",83675,86234 -"332149",83675,123256 -"332150",83676,84681 -"332151",83676,112402 -"332152",83676,112408 -"332153",83676,112412 -"332154",83676,121894 -"332155",83678,86600 -"332156",83679,87048 -"332157",83679,103804 -"332158",83679,111971 -"332159",83680,83744 -"332160",83680,89681 -"332161",83680,90234 -"332162",83680,90321 -"332163",83680,105814 -"332164",83681,104632 -"332165",83682,85523 -"332166",83685,92018 -"332167",83687,83688 -"332168",83687,83705 -"332169",83688,83705 -"332170",83689,89647 -"332171",83691,83725 -"332172",83692,96213 -"332173",83692,96551 -"332174",83692,102689 -"332175",83692,102690 -"332176",83692,102707 -"332177",83693,93103 -"332178",83694,108931 -"332179",83696,90691 -"332180",83696,90714 -"332181",83696,90737 -"332182",83696,90766 -"332183",83696,92764 -"332184",83700,85237 -"332185",83702,83703 -"332186",83705,84525 -"332187",83705,84535 -"332188",83705,113560 -"332189",83706,92949 -"332190",83706,93235 -"332191",83706,95254 -"332192",83706,96525 -"332193",83707,83726 -"332194",83710,120246 -"332195",83710,120477 -"332196",83710,120982 -"332197",83711,106526 -"332198",83711,116191 -"332199",83712,83743 -"332200",83712,83747 -"332201",83712,91371 -"332202",83712,94101 -"332203",83712,107487 -"332204",83712,109799 -"332205",83715,83720 -"332206",83715,105831 -"332207",83715,105935 -"332208",83717,91010 -"332209",83717,93027 -"332210",83718,112432 -"332211",83722,120387 -"332212",83723,93327 -"332213",83724,116465 -"332214",83729,87625 -"332215",83729,88398 -"332216",83729,109626 -"332217",83729,118260 -"332218",83729,118263 -"332219",83733,95829 -"332220",83733,95836 -"332221",83735,92154 -"332222",83739,93041 -"332223",83741,110427 -"332224",83743,83747 -"332225",83744,89681 -"332226",83744,90234 -"332227",83744,90321 -"332228",83745,83855 -"332229",83745,100670 -"332230",83747,91371 -"332231",83747,94101 -"332232",83747,100396 -"332233",83747,106875 -"332234",83747,107487 -"332235",83747,109799 -"332236",83750,97087 -"332237",83750,106740 -"332238",83750,112966 -"332239",83750,117575 -"332240",83750,119308 -"332241",83750,119312 -"332242",83750,119347 -"332243",83750,119349 -"332244",83750,119355 -"332245",83750,121845 -"332246",83754,106561 -"332247",83755,116783 -"332248",83757,91056 -"332249",83757,109348 -"332250",83760,112498 -"332251",83760,116351 -"332252",83761,95872 -"332253",83763,107376 -"332254",83764,83784 -"332255",83766,83794 -"332256",83766,83795 -"332257",83767,83771 -"332258",83767,83775 -"332259",83768,113825 -"332260",83770,83792 -"332261",83770,92223 -"332262",83770,100650 -"332263",83770,100958 -"332264",83770,110701 -"332265",83770,110796 -"332266",83770,112198 -"332267",83771,83775 -"332268",83772,84119 -"332269",83772,84318 -"332270",83772,84352 -"332271",83772,86966 -"332272",83772,90114 -"332273",83772,91630 -"332274",83772,92478 -"332275",83772,98406 -"332276",83772,108765 -"332277",83772,116660 -"332278",83772,121043 -"332279",83772,121999 -"332280",83772,123079 -"332281",83772,123085 -"332282",83773,116726 -"332283",83774,96509 -"332284",83777,94770 -"332285",83777,101374 -"332286",83777,112660 -"332287",83778,83791 -"332288",83778,88219 -"332289",83779,90377 -"332290",83783,112644 -"332291",83785,111281 -"332292",83785,122613 -"332293",83786,83790 -"332294",83786,83796 -"332295",83787,99786 -"332296",83788,84152 -"332297",83790,83796 -"332298",83792,112406 -"332299",83792,119141 -"332300",83792,119145 -"332301",83794,83795 -"332302",83795,118749 -"332303",83796,91551 -"332304",83796,95560 -"332305",83796,111642 -"332306",83796,115986 -"332307",83797,87148 -"332308",83797,87692 -"332309",83797,91249 -"332310",83797,103964 -"332311",83797,110650 -"332312",83797,110902 -"332313",83797,122448 -"332314",83797,122454 -"332315",83798,93399 -"332316",83798,93418 -"332317",83798,93434 -"332318",83798,93472 -"332319",83798,101479 -"332320",83798,112873 -"332321",83800,116007 -"332322",83801,83859 -"332323",83804,95596 -"332324",83804,120645 -"332325",83805,87638 -"332326",83805,99773 -"332327",83806,99140 -"332328",83806,102947 -"332329",83806,102948 -"332330",83806,118373 -"332331",83808,85751 -"332332",83810,84757 -"332333",83810,98172 -"332334",83810,108247 -"332335",83810,108252 -"332336",83810,108273 -"332337",83811,94698 -"332338",83812,88113 -"332339",83812,118973 -"332340",83812,119275 -"332341",83812,120047 -"332342",83812,120146 -"332343",83813,83826 -"332344",83813,86393 -"332345",83815,84843 -"332346",83815,92230 -"332347",83815,117397 -"332348",83816,84032 -"332349",83816,91293 -"332350",83817,98583 -"332351",83817,105239 -"332352",83817,105250 -"332353",83819,87778 -"332354",83819,117256 -"332355",83819,117257 -"332356",83822,121702 -"332357",83824,108340 -"332358",83824,115667 -"332359",83828,91194 -"332360",83828,91205 -"332361",83830,85109 -"332362",83831,97828 -"332363",83831,120044 -"332364",83832,95581 -"332365",83832,108567 -"332366",83839,99754 -"332367",83840,87055 -"332368",83840,101413 -"332369",83841,86796 -"332370",83841,110496 -"332371",83843,98681 -"332372",83845,83905 -"332373",83845,102935 -"332374",83845,114102 -"332375",83845,114751 -"332376",83845,120036 -"332377",83846,91465 -"332378",83846,106011 -"332379",83846,106020 -"332380",83848,84308 -"332381",83848,85608 -"332382",83848,114793 -"332383",83849,112202 -"332384",83850,115126 -"332385",83853,83884 -"332386",83853,84379 -"332387",83853,84613 -"332388",83853,85465 -"332389",83853,85610 -"332390",83853,86351 -"332391",83853,86451 -"332392",83853,86882 -"332393",83853,87175 -"332394",83853,87451 -"332395",83853,87521 -"332396",83853,87572 -"332397",83853,87663 -"332398",83853,87721 -"332399",83853,87862 -"332400",83854,83861 -"332401",83855,87720 -"332402",83855,88105 -"332403",83855,100670 -"332404",83856,83895 -"332405",83857,104778 -"332406",83860,84443 -"332407",83860,118388 -"332408",83860,118389 -"332409",83860,121163 -"332410",83861,107036 -"332411",83861,110949 -"332412",83861,121242 -"332413",83862,121476 -"332414",83864,83877 -"332415",83865,88232 -"332416",83865,88237 -"332417",83865,105903 -"332418",83866,94953 -"332419",83869,83888 -"332420",83870,89883 -"332421",83870,95502 -"332422",83871,87244 -"332423",83871,90320 -"332424",83878,84390 -"332425",83878,85677 -"332426",83880,91057 -"332427",83880,91136 -"332428",83881,87406 -"332429",83882,91483 -"332430",83884,84379 -"332431",83884,84613 -"332432",83884,85465 -"332433",83884,85610 -"332434",83884,86351 -"332435",83884,86451 -"332436",83884,86882 -"332437",83884,87175 -"332438",83884,87451 -"332439",83884,87521 -"332440",83884,87572 -"332441",83884,87663 -"332442",83884,87721 -"332443",83884,87862 -"332444",83885,83886 -"332445",83887,107013 -"332446",83889,105817 -"332447",83891,83901 -"332448",83891,87248 -"332449",83892,85119 -"332450",83892,85152 -"332451",83892,88764 -"332452",83892,92035 -"332453",83892,100590 -"332454",83892,101100 -"332455",83892,104204 -"332456",83892,108193 -"332457",83892,116139 -"332458",83893,98810 -"332459",83893,121428 -"332460",83895,87143 -"332461",83898,99331 -"332462",83898,107777 -"332463",83903,119625 -"332464",83903,119627 -"332465",83904,105779 -"332466",83905,114102 -"332467",83905,114751 -"332468",83905,119742 -"332469",83905,120036 -"332470",83905,121634 -"332471",83906,83915 -"332472",83906,83949 -"332473",83906,84921 -"332474",83906,88714 -"332475",83906,95476 -"332476",83906,97899 -"332477",83907,88713 -"332478",83907,106040 -"332479",83907,106041 -"332480",83907,112090 -"332481",83907,119794 -"332482",83909,83956 -"332483",83909,83957 -"332484",83910,83927 -"332485",83911,83922 -"332486",83913,102003 -"332487",83915,83949 -"332488",83916,83937 -"332489",83916,107515 -"332490",83918,83941 -"332491",83919,84868 -"332492",83921,92837 -"332493",83921,116769 -"332494",83925,96331 -"332495",83925,105717 -"332496",83930,83931 -"332497",83930,87879 -"332498",83931,87879 -"332499",83932,97164 -"332500",83933,83948 -"332501",83934,86721 -"332502",83934,93869 -"332503",83934,118003 -"332504",83934,118887 -"332505",83935,88543 -"332506",83935,94618 -"332507",83935,99217 -"332508",83936,83937 -"332509",83936,94985 -"332510",83937,94985 -"332511",83938,97535 -"332512",83938,106039 -"332513",83938,108404 -"332514",83938,108750 -"332515",83939,89210 -"332516",83942,93284 -"332517",83942,94508 -"332518",83942,100689 -"332519",83942,100697 -"332520",83942,107907 -"332521",83942,115245 -"332522",83942,115251 -"332523",83942,115290 -"332524",83945,106673 -"332525",83945,106676 -"332526",83945,115099 -"332527",83947,102644 -"332528",83947,112164 -"332529",83947,112194 -"332530",83949,85326 -"332531",83949,88714 -"332532",83949,108707 -"332533",83952,86554 -"332534",83952,88522 -"332535",83954,111167 -"332536",83956,83957 -"332537",83960,88089 -"332538",83960,97475 -"332539",83961,85338 -"332540",83961,86722 -"332541",83961,91666 -"332542",83961,91780 -"332543",83961,96270 -"332544",83961,115931 -"332545",83964,116178 -"332546",83966,84202 -"332547",83966,95354 -"332548",83966,99658 -"332549",83966,121459 -"332550",83968,108172 -"332551",83968,122886 -"332552",83969,84116 -"332553",83969,84131 -"332554",83971,84017 -"332555",83971,84021 -"332556",83974,114458 -"332557",83974,115652 -"332558",83975,99792 -"332559",83975,100711 -"332560",83975,101790 -"332561",83976,106418 -"332562",83976,119247 -"332563",83978,105129 -"332564",83980,107190 -"332565",83980,107233 -"332566",83981,105769 -"332567",83981,120487 -"332568",83983,84312 -"332569",83983,87870 -"332570",83983,103011 -"332571",83983,109445 -"332572",83983,109449 -"332573",83983,109450 -"332574",83983,109457 -"332575",83984,85488 -"332576",83985,102547 -"332577",83985,102563 -"332578",83986,87271 -"332579",83986,92022 -"332580",83986,99392 -"332581",83986,99393 -"332582",83986,100024 -"332583",83986,100154 -"332584",83987,91396 -"332585",83988,84215 -"332586",83989,84016 -"332587",83990,86435 -"332588",83999,106956 -"332589",83999,109254 -"332590",84000,84023 -"332591",84001,117112 -"332592",84001,119611 -"332593",84002,95524 -"332594",84002,103551 -"332595",84005,84013 -"332596",84005,84014 -"332597",84010,84011 -"332598",84012,84097 -"332599",84013,84014 -"332600",84017,84021 -"332601",84018,86105 -"332602",84020,109122 -"332603",84022,85161 -"332604",84022,90802 -"332605",84022,111260 -"332606",84022,115561 -"332607",84023,90537 -"332608",84023,113309 -"332609",84024,111273 -"332610",84024,116979 -"332611",84024,121657 -"332612",84024,121670 -"332613",84027,112846 -"332614",84027,112847 -"332615",84028,85356 -"332616",84028,105697 -"332617",84028,106145 -"332618",84028,108262 -"332619",84029,87589 -"332620",84029,95704 -"332621",84029,118678 -"332622",84030,113316 -"332623",84033,88462 -"332624",84033,105925 -"332625",84037,84374 -"332626",84037,85821 -"332627",84040,84090 -"332628",84042,85151 -"332629",84045,92551 -"332630",84047,91808 -"332631",84047,114829 -"332632",84048,113554 -"332633",84048,113608 -"332634",84048,114559 -"332635",84051,86857 -"332636",84057,121788 -"332637",84060,97144 -"332638",84060,112217 -"332639",84062,117631 -"332640",84063,84065 -"332641",84063,84069 -"332642",84063,84077 -"332643",84065,84069 -"332644",84065,84077 -"332645",84066,89229 -"332646",84068,98091 -"332647",84069,84077 -"332648",84070,85619 -"332649",84070,100141 -"332650",84070,104577 -"332651",84070,105707 -"332652",84070,119177 -"332653",84071,96626 -"332654",84071,100769 -"332655",84072,101128 -"332656",84072,102788 -"332657",84072,105715 -"332658",84073,119398 -"332659",84074,86475 -"332660",84076,99422 -"332661",84076,99639 -"332662",84078,97049 -"332663",84078,120384 -"332664",84079,115387 -"332665",84080,109627 -"332666",84083,84084 -"332667",84085,89754 -"332668",84085,90006 -"332669",84085,108127 -"332670",84091,85750 -"332671",84091,92190 -"332672",84091,116826 -"332673",84093,89277 -"332674",84093,99128 -"332675",84096,90669 -"332676",84098,84576 -"332677",84098,85929 -"332678",84098,87972 -"332679",84098,89520 -"332680",84098,90852 -"332681",84101,84102 -"332682",84101,86368 -"332683",84102,114125 -"332684",84102,123194 -"332685",84103,113713 -"332686",84104,84110 -"332687",84105,84107 -"332688",84108,84119 -"332689",84108,116863 -"332690",84111,86919 -"332691",84115,100393 -"332692",84116,84131 -"332693",84117,93275 -"332694",84117,115140 -"332695",84117,115144 -"332696",84118,94405 -"332697",84118,94409 -"332698",84118,103378 -"332699",84119,84318 -"332700",84119,84352 -"332701",84120,84126 -"332702",84120,84145 -"332703",84121,87252 -"332704",84121,96705 -"332705",84121,112900 -"332706",84121,112921 -"332707",84122,92921 -"332708",84122,98087 -"332709",84123,112148 -"332710",84124,98236 -"332711",84124,98245 -"332712",84124,98350 -"332713",84126,84145 -"332714",84127,84130 -"332715",84127,120238 -"332716",84130,121898 -"332717",84131,91993 -"332718",84135,91299 -"332719",84135,105440 -"332720",84136,92033 -"332721",84136,96421 -"332722",84137,85938 -"332723",84137,91842 -"332724",84137,92458 -"332725",84137,110759 -"332726",84138,84193 -"332727",84138,86131 -"332728",84138,92991 -"332729",84138,106968 -"332730",84138,109510 -"332731",84138,110599 -"332732",84139,89024 -"332733",84139,91275 -"332734",84141,87785 -"332735",84142,84143 -"332736",84142,96327 -"332737",84146,103472 -"332738",84147,101145 -"332739",84148,116817 -"332740",84149,94301 -"332741",84150,111885 -"332742",84153,94424 -"332743",84153,95015 -"332744",84153,95152 -"332745",84153,104278 -"332746",84153,118008 -"332747",84153,118541 -"332748",84159,84179 -"332749",84160,91251 -"332750",84160,92420 -"332751",84160,114383 -"332752",84160,116267 -"332753",84161,115582 -"332754",84162,87697 -"332755",84162,87893 -"332756",84162,92932 -"332757",84162,94576 -"332758",84162,102873 -"332759",84162,106432 -"332760",84162,108667 -"332761",84162,115676 -"332762",84162,121525 -"332763",84165,106436 -"332764",84170,85127 -"332765",84171,89415 -"332766",84171,112750 -"332767",84172,99977 -"332768",84172,116952 -"332769",84173,84196 -"332770",84174,97432 -"332771",84177,99232 -"332772",84180,112433 -"332773",84181,93550 -"332774",84181,114388 -"332775",84182,114064 -"332776",84184,89930 -"332777",84184,91043 -"332778",84184,103676 -"332779",84184,118159 -"332780",84184,118162 -"332781",84184,118183 -"332782",84184,119314 -"332783",84184,119323 -"332784",84185,95723 -"332785",84185,115743 -"332786",84185,117561 -"332787",84189,88597 -"332788",84189,97869 -"332789",84189,117345 -"332790",84189,118044 -"332791",84192,90041 -"332792",84192,109466 -"332793",84194,89980 -"332794",84194,96749 -"332795",84194,99207 -"332796",84194,99952 -"332797",84194,107755 -"332798",84194,107760 -"332799",84195,84210 -"332800",84197,119021 -"332801",84197,119026 -"332802",84199,98748 -"332803",84199,100272 -"332804",84199,117019 -"332805",84199,117021 -"332806",84200,89518 -"332807",84200,103949 -"332808",84201,94063 -"332809",84202,106337 -"332810",84202,119695 -"332811",84202,119700 -"332812",84202,120182 -"332813",84202,120434 -"332814",84204,86319 -"332815",84204,97241 -"332816",84204,111928 -"332817",84205,108805 -"332818",84205,110601 -"332819",84205,110614 -"332820",84205,122271 -"332821",84208,85843 -"332822",84208,89674 -"332823",84208,90243 -"332824",84208,93198 -"332825",84208,93199 -"332826",84208,93201 -"332827",84208,93204 -"332828",84208,93211 -"332829",84208,102059 -"332830",84208,104464 -"332831",84208,114804 -"332832",84208,118125 -"332833",84209,87439 -"332834",84212,86986 -"332835",84212,91186 -"332836",84212,109328 -"332837",84212,112812 -"332838",84212,112867 -"332839",84213,91661 -"332840",84213,94099 -"332841",84217,99527 -"332842",84218,96777 -"332843",84218,96807 -"332844",84220,89499 -"332845",84220,106468 -"332846",84220,120517 -"332847",84220,120521 -"332848",84222,84236 -"332849",84223,84335 -"332850",84223,84344 -"332851",84226,84262 -"332852",84227,84231 -"332853",84227,84279 -"332854",84227,84283 -"332855",84228,88674 -"332856",84228,90942 -"332857",84228,92606 -"332858",84228,106406 -"332859",84229,96850 -"332860",84230,84417 -"332861",84231,84279 -"332862",84231,84283 -"332863",84234,85656 -"332864",84234,86444 -"332865",84234,113469 -"332866",84235,89053 -"332867",84235,96608 -"332868",84238,104951 -"332869",84240,98612 -"332870",84240,98692 -"332871",84243,118844 -"332872",84243,119653 -"332873",84245,90010 -"332874",84246,107368 -"332875",84247,92563 -"332876",84247,100110 -"332877",84248,100121 -"332878",84249,84250 -"332879",84249,84260 -"332880",84249,84261 -"332881",84250,84260 -"332882",84250,84261 -"332883",84251,84326 -"332884",84251,92998 -"332885",84251,123331 -"332886",84252,108232 -"332887",84255,113497 -"332888",84256,107233 -"332889",84257,106084 -"332890",84260,84261 -"332891",84262,98050 -"332892",84262,104142 -"332893",84263,84591 -"332894",84263,90070 -"332895",84263,94223 -"332896",84265,85581 -"332897",84265,123136 -"332898",84266,108106 -"332899",84266,114787 -"332900",84267,84269 -"332901",84267,88145 -"332902",84268,85864 -"332903",84268,86735 -"332904",84269,88145 -"332905",84271,84272 -"332906",84271,87648 -"332907",84274,110088 -"332908",84275,84311 -"332909",84275,84338 -"332910",84275,84358 -"332911",84275,86780 -"332912",84279,84283 -"332913",84280,105360 -"332914",84284,103888 -"332915",84285,88056 -"332916",84289,84323 -"332917",84290,112321 -"332918",84292,109118 -"332919",84294,88297 -"332920",84294,91083 -"332921",84294,101534 -"332922",84294,110998 -"332923",84294,111048 -"332924",84294,111067 -"332925",84295,95263 -"332926",84295,109171 -"332927",84296,118739 -"332928",84299,94391 -"332929",84299,118439 -"332930",84300,91806 -"332931",84300,103926 -"332932",84301,89209 -"332933",84301,89230 -"332934",84302,84347 -"332935",84302,84348 -"332936",84306,110420 -"332937",84307,104806 -"332938",84307,110163 -"332939",84307,110164 -"332940",84307,110184 -"332941",84307,110187 -"332942",84307,110190 -"332943",84307,110193 -"332944",84309,112331 -"332945",84311,84338 -"332946",84311,84358 -"332947",84312,87870 -"332948",84312,101447 -"332949",84312,109244 -"332950",84312,116650 -"332951",84313,98550 -"332952",84313,109292 -"332953",84314,86577 -"332954",84315,84345 -"332955",84315,91900 -"332956",84316,116323 -"332957",84317,88093 -"332958",84317,110910 -"332959",84318,84352 -"332960",84319,84529 -"332961",84321,84356 -"332962",84322,84462 -"332963",84322,91465 -"332964",84322,103324 -"332965",84323,96458 -"332966",84324,104295 -"332967",84324,108965 -"332968",84324,115637 -"332969",84324,122259 -"332970",84324,122263 -"332971",84325,88722 -"332972",84325,106468 -"332973",84331,84332 -"332974",84331,94235 -"332975",84333,107901 -"332976",84335,84344 -"332977",84337,84350 -"332978",84337,88164 -"332979",84338,84358 -"332980",84339,94818 -"332981",84339,96474 -"332982",84339,118768 -"332983",84342,108298 -"332984",84343,85000 -"332985",84343,85101 -"332986",84343,88540 -"332987",84343,91682 -"332988",84343,95267 -"332989",84343,97580 -"332990",84343,98727 -"332991",84343,98776 -"332992",84343,100795 -"332993",84343,106824 -"332994",84343,108879 -"332995",84343,109166 -"332996",84343,109858 -"332997",84343,109878 -"332998",84343,112962 -"332999",84343,113990 -"333000",84343,115413 -"333001",84343,116123 -"333002",84343,117258 -"333003",84343,117560 -"333004",84343,118128 -"333005",84343,118836 -"333006",84343,118866 -"333007",84343,118873 -"333008",84343,119131 -"333009",84343,119513 -"333010",84343,119716 -"333011",84343,119769 -"333012",84343,120123 -"333013",84343,120169 -"333014",84343,120725 -"333015",84343,120944 -"333016",84343,121609 -"333017",84343,122007 -"333018",84343,122032 -"333019",84343,122035 -"333020",84343,122724 -"333021",84343,123070 -"333022",84343,123394 -"333023",84343,123490 -"333024",84346,84353 -"333025",84347,84348 -"333026",84348,96822 -"333027",84348,96823 -"333028",84348,96849 -"333029",84348,96858 -"333030",84348,96859 -"333031",84350,88164 -"333032",84354,89022 -"333033",84354,90997 -"333034",84354,104040 -"333035",84354,115595 -"333036",84354,115612 -"333037",84354,115646 -"333038",84354,115653 -"333039",84354,115654 -"333040",84354,115659 -"333041",84355,105753 -"333042",84355,122906 -"333043",84355,122910 -"333044",84360,88344 -"333045",84360,102809 -"333046",84365,87618 -"333047",84367,84547 -"333048",84367,90364 -"333049",84367,103245 -"333050",84367,103253 -"333051",84367,103282 -"333052",84370,84428 -"333053",84370,93533 -"333054",84370,117711 -"333055",84374,85821 -"333056",84376,99116 -"333057",84376,114083 -"333058",84377,86321 -"333059",84377,88018 -"333060",84377,95073 -"333061",84377,100237 -"333062",84377,105194 -"333063",84377,117037 -"333064",84377,119255 -"333065",84379,84613 -"333066",84379,85465 -"333067",84379,85610 -"333068",84379,86351 -"333069",84379,86451 -"333070",84379,86882 -"333071",84379,87175 -"333072",84379,87451 -"333073",84379,87521 -"333074",84379,87572 -"333075",84379,87663 -"333076",84379,87721 -"333077",84379,87862 -"333078",84381,84407 -"333079",84382,84680 -"333080",84382,87164 -"333081",84382,87920 -"333082",84382,123440 -"333083",84384,97522 -"333084",84384,116731 -"333085",84386,109710 -"333086",84387,88256 -"333087",84387,111538 -"333088",84387,112875 -"333089",84388,115857 -"333090",84389,86877 -"333091",84390,87492 -"333092",84390,96817 -"333093",84390,96846 -"333094",84390,96864 -"333095",84390,97283 -"333096",84390,98552 -"333097",84391,119144 -"333098",84391,120319 -"333099",84392,90928 -"333100",84393,100107 -"333101",84393,121633 -"333102",84393,121641 -"333103",84394,84395 -"333104",84394,103334 -"333105",84396,84593 -"333106",84396,93903 -"333107",84399,84904 -"333108",84401,98504 -"333109",84402,104131 -"333110",84402,105283 -"333111",84404,84604 -"333112",84404,97519 -"333113",84409,100742 -"333114",84409,115032 -"333115",84410,104565 -"333116",84412,116434 -"333117",84412,117237 -"333118",84415,85450 -"333119",84415,89691 -"333120",84415,97175 -"333121",84415,112003 -"333122",84415,114702 -"333123",84415,117858 -"333124",84416,89829 -"333125",84416,95064 -"333126",84416,115131 -"333127",84419,117916 -"333128",84422,92557 -"333129",84422,102079 -"333130",84422,102845 -"333131",84422,102894 -"333132",84422,102900 -"333133",84422,103270 -"333134",84422,103678 -"333135",84422,109115 -"333136",84422,109116 -"333137",84422,109119 -"333138",84422,109121 -"333139",84423,86806 -"333140",84425,86059 -"333141",84426,116734 -"333142",84428,93533 -"333143",84429,90199 -"333144",84429,114538 -"333145",84433,96683 -"333146",84437,84468 -"333147",84440,92106 -"333148",84440,95611 -"333149",84440,108996 -"333150",84440,117871 -"333151",84440,117873 -"333152",84442,89263 -"333153",84442,101723 -"333154",84443,89991 -"333155",84443,111795 -"333156",84443,111876 -"333157",84443,111878 -"333158",84443,111884 -"333159",84443,118388 -"333160",84443,118389 -"333161",84444,121660 -"333162",84447,84823 -"333163",84447,85619 -"333164",84447,90024 -"333165",84447,93066 -"333166",84447,95385 -"333167",84447,97549 -"333168",84447,97560 -"333169",84447,108715 -"333170",84447,113116 -"333171",84447,117183 -"333172",84447,117186 -"333173",84447,123388 -"333174",84448,85017 -"333175",84448,114495 -"333176",84450,84475 -"333177",84451,85147 -"333178",84452,96342 -"333179",84452,102658 -"333180",84453,88674 -"333181",84453,90607 -"333182",84453,90767 -"333183",84453,97735 -"333184",84453,100354 -"333185",84454,84455 -"333186",84458,88675 -"333187",84461,93262 -"333188",84461,109039 -"333189",84461,122637 -"333190",84462,91465 -"333191",84462,91539 -"333192",84462,95724 -"333193",84462,100584 -"333194",84462,103324 -"333195",84463,90912 -"333196",84463,105265 -"333197",84463,113851 -"333198",84463,114272 -"333199",84464,90703 -"333200",84466,84478 -"333201",84466,88692 -"333202",84467,99973 -"333203",84468,121821 -"333204",84471,113991 -"333205",84472,91561 -"333206",84472,104533 -"333207",84472,109584 -"333208",84472,121140 -"333209",84474,109745 -"333210",84475,86043 -"333211",84475,88863 -"333212",84475,92157 -"333213",84475,92570 -"333214",84475,92736 -"333215",84475,93289 -"333216",84475,98952 -"333217",84475,100703 -"333218",84475,102772 -"333219",84475,102815 -"333220",84475,105421 -"333221",84477,84877 -"333222",84479,109212 -"333223",84479,118780 -"333224",84480,85010 -"333225",84480,114608 -"333226",84480,114632 -"333227",84480,120956 -"333228",84481,84516 -"333229",84481,107009 -"333230",84483,105132 -"333231",84484,84545 -"333232",84485,86304 -"333233",84485,89421 -"333234",84485,105823 -"333235",84486,88517 -"333236",84487,84527 -"333237",84489,87528 -"333238",84489,107050 -"333239",84491,112890 -"333240",84491,113144 -"333241",84493,91506 -"333242",84495,95730 -"333243",84497,94896 -"333244",84500,100686 -"333245",84500,103226 -"333246",84500,108490 -"333247",84500,115501 -"333248",84502,99848 -"333249",84502,99867 -"333250",84502,101199 -"333251",84502,101219 -"333252",84503,102555 -"333253",84505,111593 -"333254",84507,85226 -"333255",84507,97120 -"333256",84510,89760 -"333257",84510,92062 -"333258",84510,99613 -"333259",84510,100377 -"333260",84510,105918 -"333261",84510,113226 -"333262",84513,88718 -"333263",84513,88907 -"333264",84514,87204 -"333265",84514,94454 -"333266",84515,97729 -"333267",84516,89725 -"333268",84516,107768 -"333269",84516,108501 -"333270",84516,109945 -"333271",84516,112246 -"333272",84516,119352 -"333273",84516,123068 -"333274",84516,123080 -"333275",84516,123083 -"333276",84516,123095 -"333277",84519,84539 -"333278",84520,86090 -"333279",84520,89263 -"333280",84521,103375 -"333281",84522,101160 -"333282",84523,107021 -"333283",84524,100760 -"333284",84525,84535 -"333285",84526,111485 -"333286",84529,92009 -"333287",84529,92015 -"333288",84531,88169 -"333289",84531,104746 -"333290",84531,114796 -"333291",84532,85350 -"333292",84532,85353 -"333293",84533,97476 -"333294",84533,99853 -"333295",84533,105395 -"333296",84533,118938 -"333297",84533,120159 -"333298",84533,120196 -"333299",84537,121921 -"333300",84539,85148 -"333301",84539,101127 -"333302",84544,86250 -"333303",84544,100163 -"333304",84546,84770 -"333305",84546,96518 -"333306",84546,97278 -"333307",84546,99603 -"333308",84546,100941 -"333309",84546,101484 -"333310",84546,103486 -"333311",84546,104662 -"333312",84546,105479 -"333313",84546,109035 -"333314",84546,109761 -"333315",84546,111317 -"333316",84546,112121 -"333317",84551,84592 -"333318",84551,117828 -"333319",84552,84558 -"333320",84552,84599 -"333321",84554,85121 -"333322",84555,103236 -"333323",84555,108038 -"333324",84557,84569 -"333325",84558,84599 -"333326",84560,84608 -"333327",84561,84602 -"333328",84563,86974 -"333329",84563,99108 -"333330",84563,99806 -"333331",84563,104521 -"333332",84563,104545 -"333333",84563,105084 -"333334",84563,109476 -"333335",84563,118584 -"333336",84564,97644 -"333337",84566,85643 -"333338",84566,105247 -"333339",84566,108596 -"333340",84566,112656 -"333341",84572,86284 -"333342",84574,96035 -"333343",84575,122322 -"333344",84576,90852 -"333345",84578,113451 -"333346",84581,86230 -"333347",84581,110035 -"333348",84581,111590 -"333349",84581,115177 -"333350",84581,123410 -"333351",84581,123412 -"333352",84583,109125 -"333353",84583,109447 -"333354",84583,109458 -"333355",84583,109461 -"333356",84583,115701 -"333357",84584,121790 -"333358",84586,105795 -"333359",84586,111408 -"333360",84587,84588 -"333361",84588,84840 -"333362",84588,103661 -"333363",84588,112360 -"333364",84590,84606 -"333365",84590,111154 -"333366",84591,93712 -"333367",84591,101208 -"333368",84591,101381 -"333369",84591,101666 -"333370",84596,85686 -"333371",84596,112584 -"333372",84598,93905 -"333373",84599,103839 -"333374",84599,108819 -"333375",84600,84662 -"333376",84600,93989 -"333377",84601,93161 -"333378",84601,110637 -"333379",84602,86151 -"333380",84602,88546 -"333381",84602,91759 -"333382",84602,97761 -"333383",84602,102764 -"333384",84602,105136 -"333385",84602,105632 -"333386",84602,105666 -"333387",84602,105667 -"333388",84602,108554 -"333389",84603,105280 -"333390",84603,105285 -"333391",84603,115904 -"333392",84607,91411 -"333393",84607,101299 -"333394",84607,101681 -"333395",84607,104887 -"333396",84607,105660 -"333397",84607,110272 -"333398",84607,111019 -"333399",84607,115817 -"333400",84607,116107 -"333401",84607,116108 -"333402",84607,116109 -"333403",84608,85851 -"333404",84608,106682 -"333405",84609,117801 -"333406",84611,94572 -"333407",84613,85465 -"333408",84613,85610 -"333409",84613,86351 -"333410",84613,86451 -"333411",84613,86882 -"333412",84613,87175 -"333413",84613,87451 -"333414",84613,87521 -"333415",84613,87572 -"333416",84613,87663 -"333417",84613,87721 -"333418",84613,87862 -"333419",84614,97003 -"333420",84615,93092 -"333421",84615,93135 -"333422",84615,118684 -"333423",84616,98219 -"333424",84616,102984 -"333425",84616,113866 -"333426",84616,114785 -"333427",84616,114836 -"333428",84617,100243 -"333429",84617,117861 -"333430",84618,89447 -"333431",84618,111778 -"333432",84620,98181 -"333433",84620,110281 -"333434",84620,110287 -"333435",84620,110300 -"333436",84620,110309 -"333437",84620,116115 -"333438",84621,109037 -"333439",84621,115432 -"333440",84622,91923 -"333441",84622,103006 -"333442",84622,123245 -"333443",84625,86140 -"333444",84625,107182 -"333445",84626,118284 -"333446",84629,92591 -"333447",84630,85833 -"333448",84630,85841 -"333449",84630,114840 -"333450",84631,117632 -"333451",84632,89107 -"333452",84634,84638 -"333453",84636,84655 -"333454",84637,92233 -"333455",84637,96954 -"333456",84637,108376 -"333457",84638,86435 -"333458",84642,84650 -"333459",84642,84890 -"333460",84642,95842 -"333461",84644,90393 -"333462",84644,100213 -"333463",84644,100278 -"333464",84644,108402 -"333465",84646,95080 -"333466",84647,101670 -"333467",84649,90651 -"333468",84649,112877 -"333469",84650,84890 -"333470",84651,86196 -"333471",84651,103420 -"333472",84651,111699 -"333473",84651,114975 -"333474",84651,114981 -"333475",84651,121618 -"333476",84652,90190 -"333477",84652,94050 -"333478",84657,89292 -"333479",84657,91299 -"333480",84657,108478 -"333481",84657,109205 -"333482",84657,109207 -"333483",84657,110820 -"333484",84657,118713 -"333485",84658,84705 -"333486",84659,88391 -"333487",84659,100470 -"333488",84659,102429 -"333489",84659,106750 -"333490",84659,107548 -"333491",84660,93916 -"333492",84661,102463 -"333493",84662,93989 -"333494",84662,96058 -"333495",84666,84709 -"333496",84669,84684 -"333497",84669,89001 -"333498",84669,90398 -"333499",84669,102012 -"333500",84669,121555 -"333501",84672,84801 -"333502",84672,89258 -"333503",84672,91062 -"333504",84674,84696 -"333505",84681,84759 -"333506",84681,106652 -"333507",84681,106680 -"333508",84681,112402 -"333509",84681,112408 -"333510",84681,112412 -"333511",84682,101134 -"333512",84682,102639 -"333513",84682,104139 -"333514",84684,90292 -"333515",84684,90305 -"333516",84686,104317 -"333517",84686,120910 -"333518",84689,88215 -"333519",84689,97965 -"333520",84692,105316 -"333521",84693,102437 -"333522",84693,117891 -"333523",84693,118862 -"333524",84693,121706 -"333525",84693,121713 -"333526",84701,121437 -"333527",84702,94614 -"333528",84705,86149 -"333529",84705,86444 -"333530",84706,84707 -"333531",84706,84772 -"333532",84707,84772 -"333533",84710,89356 -"333534",84712,84774 -"333535",84713,94679 -"333536",84713,100218 -"333537",84713,110173 -"333538",84713,111933 -"333539",84713,113539 -"333540",84715,113689 -"333541",84717,98719 -"333542",84717,119887 -"333543",84717,120342 -"333544",84717,120388 -"333545",84718,84719 -"333546",84718,84731 -"333547",84719,103307 -"333548",84720,87019 -"333549",84721,86687 -"333550",84721,113066 -"333551",84721,113084 -"333552",84721,113085 -"333553",84721,113091 -"333554",84721,113103 -"333555",84721,113141 -"333556",84724,107337 -"333557",84725,84771 -"333558",84726,119198 -"333559",84728,84729 -"333560",84728,84777 -"333561",84728,84778 -"333562",84729,84777 -"333563",84729,84778 -"333564",84731,105214 -"333565",84732,86838 -"333566",84732,97348 -"333567",84732,110736 -"333568",84734,102374 -"333569",84734,121696 -"333570",84735,96274 -"333571",84736,84751 -"333572",84738,114657 -"333573",84739,87603 -"333574",84741,100066 -"333575",84742,113551 -"333576",84744,104711 -"333577",84745,84766 -"333578",84746,111713 -"333579",84747,89919 -"333580",84748,87916 -"333581",84748,87939 -"333582",84748,87944 -"333583",84749,85069 -"333584",84750,97659 -"333585",84751,109847 -"333586",84751,120420 -"333587",84756,84889 -"333588",84756,108940 -"333589",84756,113285 -"333590",84757,84758 -"333591",84760,107801 -"333592",84762,84779 -"333593",84762,122514 -"333594",84763,89976 -"333595",84764,87949 -"333596",84765,99884 -"333597",84766,98121 -"333598",84767,92821 -"333599",84767,95503 -"333600",84767,118156 -"333601",84767,118163 -"333602",84768,85087 -"333603",84768,87968 -"333604",84768,99624 -"333605",84768,116656 -"333606",84768,117554 -"333607",84768,123413 -"333608",84770,96518 -"333609",84770,99136 -"333610",84770,99619 -"333611",84770,101117 -"333612",84770,101484 -"333613",84770,102341 -"333614",84770,104662 -"333615",84770,109262 -"333616",84770,110196 -"333617",84770,110216 -"333618",84770,111317 -"333619",84770,111983 -"333620",84771,88235 -"333621",84771,88685 -"333622",84773,89816 -"333623",84777,84778 -"333624",84779,89905 -"333625",84779,90296 -"333626",84779,122284 -"333627",84781,84805 -"333628",84782,112016 -"333629",84782,113044 -"333630",84783,85796 -"333631",84786,84818 -"333632",84786,86820 -"333633",84786,113114 -"333634",84786,115466 -"333635",84786,121605 -"333636",84787,91530 -"333637",84789,88864 -"333638",84789,89083 -"333639",84789,90995 -"333640",84789,104424 -"333641",84790,84797 -"333642",84790,84798 -"333643",84790,84799 -"333644",84792,95366 -"333645",84792,103337 -"333646",84792,103920 -"333647",84792,106330 -"333648",84792,109339 -"333649",84792,110887 -"333650",84792,110892 -"333651",84792,111300 -"333652",84792,118300 -"333653",84792,121380 -"333654",84795,91227 -"333655",84796,89136 -"333656",84796,98042 -"333657",84796,101629 -"333658",84796,103417 -"333659",84796,105830 -"333660",84796,106726 -"333661",84796,114971 -"333662",84796,116237 -"333663",84796,117852 -"333664",84797,84798 -"333665",84797,84799 -"333666",84798,84799 -"333667",84802,112490 -"333668",84803,99109 -"333669",84803,102348 -"333670",84807,106856 -"333671",84807,114701 -"333672",84807,118184 -"333673",84808,84828 -"333674",84808,93680 -"333675",84810,85894 -"333676",84812,84814 -"333677",84814,93728 -"333678",84814,95810 -"333679",84817,113177 -"333680",84820,106156 -"333681",84820,120966 -"333682",84820,120969 -"333683",84821,119253 -"333684",84821,121157 -"333685",84821,121186 -"333686",84823,88466 -"333687",84823,93066 -"333688",84823,95385 -"333689",84823,123001 -"333690",84826,90056 -"333691",84826,97336 -"333692",84827,94974 -"333693",84828,88485 -"333694",84828,90358 -"333695",84828,106314 -"333696",84829,90857 -"333697",84829,113465 -"333698",84829,115842 -"333699",84830,99363 -"333700",84830,99367 -"333701",84830,99417 -"333702",84830,99427 -"333703",84831,89825 -"333704",84831,96978 -"333705",84831,99976 -"333706",84831,102502 -"333707",84831,112025 -"333708",84833,90140 -"333709",84833,111910 -"333710",84833,116880 -"333711",84833,120741 -"333712",84836,116555 -"333713",84836,116558 -"333714",84838,84851 -"333715",84841,98783 -"333716",84841,111786 -"333717",84843,90983 -"333718",84843,97052 -"333719",84843,102802 -"333720",84843,116721 -"333721",84843,117397 -"333722",84843,121924 -"333723",84844,84871 -"333724",84845,86698 -"333725",84847,91791 -"333726",84847,91797 -"333727",84847,96598 -"333728",84847,98987 -"333729",84848,84866 -"333730",84850,90289 -"333731",84852,88958 -"333732",84852,93428 -"333733",84852,107084 -"333734",84854,85734 -"333735",84854,89142 -"333736",84854,90533 -"333737",84855,88135 -"333738",84855,93574 -"333739",84856,112697 -"333740",84856,114949 -"333741",84863,86698 -"333742",84863,102792 -"333743",84864,101281 -"333744",84864,116701 -"333745",84864,121058 -"333746",84864,121126 -"333747",84864,121130 -"333748",84865,99897 -"333749",84866,93012 -"333750",84867,84878 -"333751",84872,88724 -"333752",84881,92122 -"333753",84881,101981 -"333754",84881,110938 -"333755",84883,84885 -"333756",84883,101256 -"333757",84883,105780 -"333758",84887,90154 -"333759",84888,84898 -"333760",84889,87276 -"333761",84889,90169 -"333762",84889,115405 -"333763",84889,120138 -"333764",84889,120147 -"333765",84890,85738 -"333766",84890,111986 -"333767",84891,84907 -"333768",84892,84930 -"333769",84892,100444 -"333770",84893,94630 -"333771",84893,106119 -"333772",84895,103015 -"333773",84896,86029 -"333774",84896,87814 -"333775",84896,89593 -"333776",84896,91922 -"333777",84896,93409 -"333778",84896,98781 -"333779",84896,122621 -"333780",84897,104969 -"333781",84897,112499 -"333782",84897,122025 -"333783",84903,94475 -"333784",84905,92390 -"333785",84907,116772 -"333786",84909,86382 -"333787",84913,86957 -"333788",84913,93452 -"333789",84914,88115 -"333790",84915,86687 -"333791",84917,84919 -"333792",84919,96730 -"333793",84919,123431 -"333794",84920,90945 -"333795",84920,95147 -"333796",84924,91178 -"333797",84924,97636 -"333798",84924,103074 -"333799",84926,87454 -"333800",84927,84938 -"333801",84928,85647 -"333802",84931,85713 -"333803",84934,94889 -"333804",84935,106998 -"333805",84935,110142 -"333806",84936,90255 -"333807",84940,84941 -"333808",84940,84958 -"333809",84940,87168 -"333810",84940,92081 -"333811",84940,100226 -"333812",84940,105947 -"333813",84941,84958 -"333814",84941,87168 -"333815",84942,85178 -"333816",84942,117418 -"333817",84944,97415 -"333818",84946,84948 -"333819",84946,84956 -"333820",84946,84961 -"333821",84946,84963 -"333822",84946,84980 -"333823",84946,84981 -"333824",84946,84983 -"333825",84946,84984 -"333826",84946,84998 -"333827",84946,85003 -"333828",84947,85118 -"333829",84947,116962 -"333830",84947,118342 -"333831",84948,84956 -"333832",84948,84961 -"333833",84948,84963 -"333834",84948,84980 -"333835",84948,84981 -"333836",84948,84983 -"333837",84948,84984 -"333838",84948,84998 -"333839",84948,85003 -"333840",84950,88387 -"333841",84950,98564 -"333842",84950,99149 -"333843",84950,113056 -"333844",84951,85051 -"333845",84951,95120 -"333846",84952,94444 -"333847",84952,105536 -"333848",84954,84962 -"333849",84956,84961 -"333850",84956,84963 -"333851",84956,84980 -"333852",84956,84981 -"333853",84956,84983 -"333854",84956,84984 -"333855",84956,84998 -"333856",84956,85003 -"333857",84957,84988 -"333858",84957,84989 -"333859",84958,87168 -"333860",84959,94069 -"333861",84959,94246 -"333862",84961,84963 -"333863",84961,84980 -"333864",84961,84981 -"333865",84961,84983 -"333866",84961,84984 -"333867",84961,84998 -"333868",84961,85003 -"333869",84963,84980 -"333870",84963,84981 -"333871",84963,84983 -"333872",84963,84984 -"333873",84963,84998 -"333874",84963,85003 -"333875",84967,90283 -"333876",84968,106665 -"333877",84969,85258 -"333878",84975,113652 -"333879",84976,85591 -"333880",84976,113516 -"333881",84976,113600 -"333882",84979,90754 -"333883",84979,115261 -"333884",84980,84981 -"333885",84980,84983 -"333886",84980,84984 -"333887",84980,84998 -"333888",84980,85003 -"333889",84981,84983 -"333890",84981,84984 -"333891",84981,84998 -"333892",84981,85003 -"333893",84983,84984 -"333894",84983,84998 -"333895",84983,85003 -"333896",84984,84998 -"333897",84984,85003 -"333898",84986,98464 -"333899",84986,104814 -"333900",84987,94210 -"333901",84988,84989 -"333902",84990,84991 -"333903",84992,103724 -"333904",84992,105159 -"333905",84992,105179 -"333906",84995,114241 -"333907",84997,91873 -"333908",84998,85003 -"333909",85000,85101 -"333910",85000,91682 -"333911",85000,95267 -"333912",85000,97580 -"333913",85000,98727 -"333914",85000,98776 -"333915",85000,100795 -"333916",85000,106824 -"333917",85000,108879 -"333918",85000,109166 -"333919",85000,109858 -"333920",85000,109878 -"333921",85000,112962 -"333922",85000,113990 -"333923",85000,115413 -"333924",85000,116123 -"333925",85000,117258 -"333926",85000,117560 -"333927",85000,118128 -"333928",85000,118836 -"333929",85000,118866 -"333930",85000,118873 -"333931",85000,119131 -"333932",85000,119513 -"333933",85000,119716 -"333934",85000,119769 -"333935",85000,120123 -"333936",85000,120169 -"333937",85000,120725 -"333938",85000,120944 -"333939",85000,121609 -"333940",85000,122007 -"333941",85000,122032 -"333942",85000,122035 -"333943",85000,122724 -"333944",85000,123070 -"333945",85000,123394 -"333946",85000,123490 -"333947",85001,99462 -"333948",85001,115490 -"333949",85006,85021 -"333950",85006,85046 -"333951",85007,97284 -"333952",85007,97285 -"333953",85010,120956 -"333954",85013,86459 -"333955",85014,85048 -"333956",85014,93112 -"333957",85015,85017 -"333958",85015,121977 -"333959",85017,109392 -"333960",85017,114495 -"333961",85018,85518 -"333962",85019,89772 -"333963",85019,107405 -"333964",85021,85046 -"333965",85022,87552 -"333966",85026,91660 -"333967",85027,88412 -"333968",85027,90275 -"333969",85027,90426 -"333970",85027,91112 -"333971",85027,91526 -"333972",85027,93425 -"333973",85027,93523 -"333974",85027,94520 -"333975",85027,95954 -"333976",85027,96664 -"333977",85027,99544 -"333978",85027,99547 -"333979",85027,99554 -"333980",85027,100595 -"333981",85027,100739 -"333982",85027,100819 -"333983",85027,101898 -"333984",85027,101988 -"333985",85027,102146 -"333986",85027,102201 -"333987",85027,102309 -"333988",85027,102635 -"333989",85027,102730 -"333990",85027,102846 -"333991",85027,103790 -"333992",85027,104095 -"333993",85027,104574 -"333994",85027,104784 -"333995",85027,104845 -"333996",85027,107269 -"333997",85027,107623 -"333998",85027,107714 -"333999",85027,107879 -"334000",85027,107975 -"334001",85028,85337 -"334002",85028,99043 -"334003",85028,100274 -"334004",85031,103255 -"334005",85035,93422 -"334006",85035,93436 -"334007",85035,118036 -"334008",85039,93046 -"334009",85039,96744 -"334010",85040,102934 -"334011",85041,105639 -"334012",85041,121022 -"334013",85041,121023 -"334014",85042,85772 -"334015",85043,88038 -"334016",85044,101006 -"334017",85044,117797 -"334018",85044,118138 -"334019",85045,115808 -"334020",85045,116741 -"334021",85045,116742 -"334022",85046,85305 -"334023",85046,92697 -"334024",85047,86510 -"334025",85049,85058 -"334026",85052,85085 -"334027",85055,85507 -"334028",85057,108871 -"334029",85058,95972 -"334030",85059,94153 -"334031",85061,86576 -"334032",85061,102934 -"334033",85061,114801 -"334034",85063,116182 -"334035",85065,89574 -"334036",85065,103291 -"334037",85067,85071 -"334038",85069,91461 -"334039",85069,106956 -"334040",85069,114492 -"334041",85069,119709 -"334042",85069,119715 -"334043",85070,96318 -"334044",85072,96062 -"334045",85072,105849 -"334046",85072,107154 -"334047",85075,85162 -"334048",85078,85156 -"334049",85079,96238 -"334050",85079,99444 -"334051",85079,106074 -"334052",85080,113574 -"334053",85084,100900 -"334054",85084,110122 -"334055",85087,116656 -"334056",85088,96921 -"334057",85091,95959 -"334058",85092,85113 -"334059",85093,104058 -"334060",85093,121387 -"334061",85093,123301 -"334062",85094,106148 -"334063",85094,106158 -"334064",85094,106159 -"334065",85094,106160 -"334066",85095,109744 -"334067",85096,105945 -"334068",85096,105968 -"334069",85097,100321 -"334070",85097,118227 -"334071",85099,85636 -"334072",85099,108478 -"334073",85099,118841 -"334074",85101,85102 -"334075",85101,85107 -"334076",85101,91682 -"334077",85101,95267 -"334078",85101,97580 -"334079",85101,98727 -"334080",85101,98776 -"334081",85101,100795 -"334082",85101,106824 -"334083",85101,108879 -"334084",85101,109166 -"334085",85101,109858 -"334086",85101,109878 -"334087",85101,112962 -"334088",85101,113990 -"334089",85101,115413 -"334090",85101,116123 -"334091",85101,117185 -"334092",85101,117258 -"334093",85101,117560 -"334094",85101,118128 -"334095",85101,118836 -"334096",85101,118866 -"334097",85101,118873 -"334098",85101,119131 -"334099",85101,119513 -"334100",85101,119716 -"334101",85101,119769 -"334102",85101,120123 -"334103",85101,120169 -"334104",85101,120725 -"334105",85101,120944 -"334106",85101,121609 -"334107",85101,122007 -"334108",85101,122032 -"334109",85101,122035 -"334110",85101,122724 -"334111",85101,123070 -"334112",85101,123394 -"334113",85101,123490 -"334114",85102,85107 -"334115",85104,117216 -"334116",85105,106880 -"334117",85108,115350 -"334118",85109,110247 -"334119",85110,112745 -"334120",85110,117497 -"334121",85114,85206 -"334122",85116,86587 -"334123",85116,102559 -"334124",85116,104065 -"334125",85116,112032 -"334126",85116,116792 -"334127",85117,103739 -"334128",85117,103774 -"334129",85118,116962 -"334130",85118,118342 -"334131",85119,100590 -"334132",85119,101212 -"334133",85119,107844 -"334134",85119,117073 -"334135",85119,119139 -"334136",85122,107303 -"334137",85125,86981 -"334138",85125,90535 -"334139",85126,85130 -"334140",85127,87452 -"334141",85127,87983 -"334142",85127,91475 -"334143",85128,105634 -"334144",85130,106097 -"334145",85130,106105 -"334146",85130,106121 -"334147",85132,85703 -"334148",85133,85173 -"334149",85133,85174 -"334150",85134,85164 -"334151",85135,88149 -"334152",85136,90712 -"334153",85136,90713 -"334154",85139,99085 -"334155",85139,99288 -"334156",85139,109452 -"334157",85139,110300 -"334158",85139,112021 -"334159",85140,100079 -"334160",85141,86935 -"334161",85142,85165 -"334162",85144,88382 -"334163",85144,89199 -"334164",85144,89206 -"334165",85144,105375 -"334166",85147,100035 -"334167",85148,85673 -"334168",85148,91486 -"334169",85148,97940 -"334170",85148,101127 -"334171",85148,101194 -"334172",85148,102999 -"334173",85148,106554 -"334174",85148,107643 -"334175",85148,119531 -"334176",85149,107942 -"334177",85150,85155 -"334178",85152,101620 -"334179",85152,106553 -"334180",85152,115033 -"334181",85152,115540 -"334182",85153,104593 -"334183",85155,95940 -"334184",85155,98997 -"334185",85157,85180 -"334186",85158,85772 -"334187",85159,102912 -"334188",85160,88474 -"334189",85160,90524 -"334190",85161,111260 -"334191",85161,115561 -"334192",85165,118829 -"334193",85166,92638 -"334194",85168,85169 -"334195",85170,101133 -"334196",85171,85204 -"334197",85173,85174 -"334198",85176,87010 -"334199",85178,85179 -"334200",85178,85535 -"334201",85178,85536 -"334202",85178,91247 -"334203",85182,93940 -"334204",85182,93941 -"334205",85183,85239 -"334206",85183,118366 -"334207",85186,89384 -"334208",85186,115913 -"334209",85188,88538 -"334210",85188,92812 -"334211",85188,107005 -"334212",85188,109001 -"334213",85188,116518 -"334214",85189,89089 -"334215",85192,85208 -"334216",85193,86584 -"334217",85193,88546 -"334218",85193,89901 -"334219",85193,92947 -"334220",85193,118705 -"334221",85195,88363 -"334222",85195,91702 -"334223",85195,99162 -"334224",85195,99815 -"334225",85195,107792 -"334226",85195,121225 -"334227",85196,85231 -"334228",85198,85199 -"334229",85199,97359 -"334230",85200,97222 -"334231",85202,85209 -"334232",85202,98085 -"334233",85202,106710 -"334234",85202,122363 -"334235",85204,113189 -"334236",85207,99440 -"334237",85207,114814 -"334238",85209,88716 -"334239",85209,97001 -"334240",85209,102339 -"334241",85210,85221 -"334242",85210,85223 -"334243",85210,85235 -"334244",85210,85236 -"334245",85211,110945 -"334246",85212,85220 -"334247",85213,85243 -"334248",85214,88107 -"334249",85216,102902 -"334250",85216,113001 -"334251",85218,91276 -"334252",85218,100201 -"334253",85219,103757 -"334254",85221,85223 -"334255",85221,85235 -"334256",85221,85236 -"334257",85221,86593 -"334258",85222,86601 -"334259",85222,87013 -"334260",85223,85235 -"334261",85223,85236 -"334262",85224,86168 -"334263",85224,90929 -"334264",85224,90935 -"334265",85224,91066 -"334266",85224,91070 -"334267",85224,91094 -"334268",85224,91095 -"334269",85224,91096 -"334270",85224,91100 -"334271",85224,93079 -"334272",85225,105072 -"334273",85225,119464 -"334274",85230,92627 -"334275",85235,85236 -"334276",85235,105228 -"334277",85236,94180 -"334278",85236,109514 -"334279",85238,90633 -"334280",85238,93585 -"334281",85238,97341 -"334282",85238,102419 -"334283",85238,103367 -"334284",85238,104389 -"334285",85241,104207 -"334286",85242,101491 -"334287",85243,95062 -"334288",85243,103649 -"334289",85243,115297 -"334290",85243,117445 -"334291",85243,119616 -"334292",85244,92306 -"334293",85244,93102 -"334294",85245,88764 -"334295",85245,88818 -"334296",85245,90558 -"334297",85245,90607 -"334298",85245,92017 -"334299",85245,92035 -"334300",85245,101014 -"334301",85246,93343 -"334302",85247,85908 -"334303",85248,92986 -"334304",85248,106855 -"334305",85248,106872 -"334306",85257,88689 -"334307",85258,90972 -"334308",85259,85295 -"334309",85259,90182 -"334310",85259,91179 -"334311",85259,92773 -"334312",85262,88728 -"334313",85263,85270 -"334314",85263,85281 -"334315",85264,99920 -"334316",85264,101540 -"334317",85264,105990 -"334318",85269,91371 -"334319",85269,94102 -"334320",85269,109065 -"334321",85270,85281 -"334322",85270,114894 -"334323",85270,116120 -"334324",85271,102066 -"334325",85271,106320 -"334326",85273,85351 -"334327",85274,93185 -"334328",85274,119511 -"334329",85276,85852 -"334330",85278,87805 -"334331",85278,90699 -"334332",85278,97712 -"334333",85278,115999 -"334334",85278,119173 -"334335",85278,119221 -"334336",85280,85463 -"334337",85280,93938 -"334338",85280,99157 -"334339",85280,100116 -"334340",85280,103874 -"334341",85280,107609 -"334342",85282,90740 -"334343",85284,94609 -"334344",85287,88629 -"334345",85287,121755 -"334346",85290,101740 -"334347",85290,104021 -"334348",85291,114592 -"334349",85291,114833 -"334350",85291,118495 -"334351",85295,95111 -"334352",85301,85515 -"334353",85301,87465 -"334354",85303,85304 -"334355",85304,111527 -"334356",85304,111533 -"334357",85305,92697 -"334358",85307,94398 -"334359",85308,88561 -"334360",85308,95068 -"334361",85308,104878 -"334362",85312,98901 -"334363",85312,98951 -"334364",85314,96957 -"334365",85315,107313 -"334366",85317,95161 -"334367",85318,102134 -"334368",85319,103010 -"334369",85320,85325 -"334370",85320,85554 -"334371",85320,86437 -"334372",85320,95116 -"334373",85320,95861 -"334374",85320,103396 -"334375",85320,110870 -"334376",85320,122743 -"334377",85322,85403 -"334378",85322,85414 -"334379",85322,85415 -"334380",85323,88878 -"334381",85326,113306 -"334382",85329,93291 -"334383",85330,86836 -"334384",85331,98748 -"334385",85337,108239 -"334386",85338,91666 -"334387",85338,91780 -"334388",85338,96270 -"334389",85343,85853 -"334390",85343,121892 -"334391",85344,96347 -"334392",85344,116375 -"334393",85345,85363 -"334394",85345,86988 -"334395",85347,89637 -"334396",85348,85350 -"334397",85348,86044 -"334398",85349,115419 -"334399",85349,116366 -"334400",85349,122956 -"334401",85350,85353 -"334402",85350,120662 -"334403",85354,108977 -"334404",85356,92300 -"334405",85356,96132 -"334406",85356,101982 -"334407",85356,104931 -"334408",85356,108057 -"334409",85356,117907 -"334410",85359,89273 -"334411",85359,116360 -"334412",85359,122759 -"334413",85361,97480 -"334414",85365,89283 -"334415",85371,102577 -"334416",85371,122233 -"334417",85372,94029 -"334418",85372,94404 -"334419",85372,98080 -"334420",85372,102910 -"334421",85372,120168 -"334422",85373,85520 -"334423",85373,109974 -"334424",85374,108580 -"334425",85374,110814 -"334426",85374,112533 -"334427",85374,113714 -"334428",85375,87839 -"334429",85375,87852 -"334430",85376,85394 -"334431",85376,85431 -"334432",85377,110141 -"334433",85380,85381 -"334434",85381,88366 -"334435",85382,85383 -"334436",85382,89417 -"334437",85384,85519 -"334438",85385,93234 -"334439",85386,89005 -"334440",85386,96422 -"334441",85391,85400 -"334442",85391,107452 -"334443",85392,92465 -"334444",85392,101031 -"334445",85392,102194 -"334446",85393,105668 -"334447",85393,107299 -"334448",85394,85431 -"334449",85396,85428 -"334450",85397,114106 -"334451",85397,114107 -"334452",85398,85432 -"334453",85399,88638 -"334454",85399,91068 -"334455",85399,108934 -"334456",85400,107452 -"334457",85401,93019 -"334458",85401,93507 -"334459",85401,101033 -"334460",85401,115663 -"334461",85401,115678 -"334462",85402,118285 -"334463",85403,85414 -"334464",85403,85415 -"334465",85403,108263 -"334466",85406,94758 -"334467",85406,95295 -"334468",85406,99079 -"334469",85406,102464 -"334470",85406,109535 -"334471",85406,112064 -"334472",85409,95738 -"334473",85410,93529 -"334474",85410,100235 -"334475",85410,117478 -"334476",85410,121498 -"334477",85412,90765 -"334478",85414,85415 -"334479",85414,88260 -"334480",85414,101724 -"334481",85417,85427 -"334482",85419,99247 -"334483",85419,107934 -"334484",85419,112050 -"334485",85421,86673 -"334486",85421,102226 -"334487",85421,103205 -"334488",85421,103277 -"334489",85423,85852 -"334490",85429,86279 -"334491",85429,90925 -"334492",85429,97440 -"334493",85429,100239 -"334494",85429,110308 -"334495",85429,113499 -"334496",85429,115090 -"334497",85430,89958 -"334498",85430,94440 -"334499",85430,96536 -"334500",85432,89942 -"334501",85433,104735 -"334502",85433,107481 -"334503",85433,110336 -"334504",85434,115738 -"334505",85435,93393 -"334506",85436,91656 -"334507",85438,98004 -"334508",85438,99455 -"334509",85442,99207 -"334510",85443,85478 -"334511",85443,93814 -"334512",85443,118229 -"334513",85444,85446 -"334514",85444,96965 -"334515",85444,96980 -"334516",85444,113342 -"334517",85444,113686 -"334518",85444,120109 -"334519",85445,85469 -"334520",85446,112413 -"334521",85446,113686 -"334522",85446,115528 -"334523",85446,119319 -"334524",85446,119321 -"334525",85446,120109 -"334526",85446,121675 -"334527",85450,93142 -"334528",85450,104156 -"334529",85455,104667 -"334530",85458,88547 -"334531",85463,103874 -"334532",85465,85610 -"334533",85465,86351 -"334534",85465,86451 -"334535",85465,86882 -"334536",85465,87175 -"334537",85465,87451 -"334538",85465,87521 -"334539",85465,87572 -"334540",85465,87663 -"334541",85465,87721 -"334542",85465,87862 -"334543",85466,117536 -"334544",85466,121308 -"334545",85467,98710 -"334546",85467,113630 -"334547",85467,119526 -"334548",85467,119569 -"334549",85468,97847 -"334550",85468,97944 -"334551",85469,87347 -"334552",85469,87351 -"334553",85470,123120 -"334554",85470,123129 -"334555",85470,123133 -"334556",85475,87076 -"334557",85475,90843 -"334558",85475,90866 -"334559",85475,90923 -"334560",85476,88542 -"334561",85476,110205 -"334562",85481,89685 -"334563",85482,85483 -"334564",85484,112556 -"334565",85484,113913 -"334566",85485,88721 -"334567",85487,103677 -"334568",85488,88309 -"334569",85489,85493 -"334570",85489,85505 -"334571",85490,87328 -"334572",85491,85506 -"334573",85492,85494 -"334574",85493,85505 -"334575",85495,89449 -"334576",85496,87194 -"334577",85498,86588 -"334578",85501,105818 -"334579",85504,99288 -"334580",85504,114416 -"334581",85508,122769 -"334582",85509,87975 -"334583",85511,107427 -"334584",85514,119524 -"334585",85517,94444 -"334586",85517,99134 -"334587",85517,99801 -"334588",85517,100520 -"334589",85517,115279 -"334590",85521,119111 -"334591",85525,91210 -"334592",85525,93184 -"334593",85526,85831 -"334594",85527,85536 -"334595",85528,105036 -"334596",85529,85558 -"334597",85529,85684 -"334598",85530,85583 -"334599",85533,109887 -"334600",85534,92244 -"334601",85535,85536 -"334602",85537,91825 -"334603",85537,116431 -"334604",85540,85924 -"334605",85540,89183 -"334606",85540,92684 -"334607",85540,105939 -"334608",85540,119953 -"334609",85540,119957 -"334610",85541,97522 -"334611",85543,86383 -"334612",85543,117208 -"334613",85543,118239 -"334614",85545,88140 -"334615",85545,98385 -"334616",85547,102661 -"334617",85548,88829 -"334618",85548,92680 -"334619",85549,100247 -"334620",85550,109756 -"334621",85553,85869 -"334622",85553,95675 -"334623",85553,100860 -"334624",85553,103886 -"334625",85553,108527 -"334626",85553,111858 -"334627",85553,113252 -"334628",85553,117318 -"334629",85554,122743 -"334630",85555,86925 -"334631",85555,108271 -"334632",85555,112974 -"334633",85555,122585 -"334634",85558,85684 -"334635",85558,119040 -"334636",85560,95821 -"334637",85560,97410 -"334638",85560,98578 -"334639",85560,99163 -"334640",85560,100131 -"334641",85560,102426 -"334642",85560,114822 -"334643",85561,88720 -"334644",85561,107265 -"334645",85564,91181 -"334646",85564,113112 -"334647",85565,90113 -"334648",85565,97706 -"334649",85565,105050 -"334650",85565,115338 -"334651",85565,115820 -"334652",85565,119086 -"334653",85566,94872 -"334654",85566,100868 -"334655",85570,92148 -"334656",85571,85572 -"334657",85573,114096 -"334658",85574,114129 -"334659",85574,121011 -"334660",85579,85625 -"334661",85581,123136 -"334662",85582,85621 -"334663",85584,86608 -"334664",85584,113634 -"334665",85584,113635 -"334666",85585,115438 -"334667",85586,85596 -"334668",85586,86341 -"334669",85587,96210 -"334670",85591,88733 -"334671",85591,107579 -"334672",85592,87609 -"334673",85592,89668 -"334674",85592,92502 -"334675",85592,93076 -"334676",85592,93414 -"334677",85592,101345 -"334678",85592,104381 -"334679",85592,105138 -"334680",85599,85612 -"334681",85601,95413 -"334682",85603,103506 -"334683",85604,96513 -"334684",85604,100200 -"334685",85604,105019 -"334686",85604,110450 -"334687",85605,85634 -"334688",85605,117377 -"334689",85606,94957 -"334690",85606,113830 -"334691",85607,95433 -"334692",85609,92539 -"334693",85609,98422 -"334694",85609,100207 -"334695",85609,103244 -"334696",85609,108470 -"334697",85609,108474 -"334698",85609,109949 -"334699",85610,86351 -"334700",85610,86451 -"334701",85610,86882 -"334702",85610,87175 -"334703",85610,87451 -"334704",85610,87521 -"334705",85610,87572 -"334706",85610,87663 -"334707",85610,87721 -"334708",85610,87862 -"334709",85617,121038 -"334710",85618,86567 -"334711",85618,96581 -"334712",85618,98051 -"334713",85618,98084 -"334714",85618,114296 -"334715",85618,114426 -"334716",85618,117334 -"334717",85618,122518 -"334718",85619,93026 -"334719",85619,103741 -"334720",85619,105707 -"334721",85619,113834 -"334722",85619,119945 -"334723",85620,108905 -"334724",85622,93682 -"334725",85623,86595 -"334726",85623,96073 -"334727",85629,93693 -"334728",85632,96617 -"334729",85633,106187 -"334730",85633,110947 -"334731",85638,85661 -"334732",85638,90443 -"334733",85638,94305 -"334734",85638,105006 -"334735",85639,108386 -"334736",85640,104241 -"334737",85641,85673 -"334738",85641,91815 -"334739",85641,106161 -"334740",85642,85664 -"334741",85642,94041 -"334742",85642,106026 -"334743",85642,106055 -"334744",85643,119241 -"334745",85643,119271 -"334746",85644,98939 -"334747",85644,117679 -"334748",85648,94413 -"334749",85648,96345 -"334750",85648,103421 -"334751",85648,108786 -"334752",85648,108787 -"334753",85648,121810 -"334754",85652,91409 -"334755",85654,117839 -"334756",85655,89281 -"334757",85656,113469 -"334758",85658,108213 -"334759",85658,108241 -"334760",85659,85672 -"334761",85659,85693 -"334762",85659,85694 -"334763",85659,89960 -"334764",85662,94474 -"334765",85663,98528 -"334766",85664,95232 -"334767",85664,102500 -"334768",85664,103596 -"334769",85664,107500 -"334770",85664,111735 -"334771",85664,111737 -"334772",85664,111740 -"334773",85664,112487 -"334774",85664,122371 -"334775",85671,103075 -"334776",85671,104808 -"334777",85671,107784 -"334778",85671,119955 -"334779",85671,120871 -"334780",85671,120912 -"334781",85671,120920 -"334782",85671,120942 -"334783",85672,85693 -"334784",85672,85694 -"334785",85677,87675 -"334786",85677,111805 -"334787",85678,90509 -"334788",85678,91721 -"334789",85678,93626 -"334790",85678,93642 -"334791",85678,99842 -"334792",85678,106119 -"334793",85678,106136 -"334794",85681,98696 -"334795",85682,90542 -"334796",85682,90928 -"334797",85683,85780 -"334798",85683,92546 -"334799",85683,118642 -"334800",85685,89363 -"334801",85685,91306 -"334802",85685,96871 -"334803",85686,85691 -"334804",85686,112584 -"334805",85687,91612 -"334806",85687,108901 -"334807",85688,89205 -"334808",85688,92770 -"334809",85689,104212 -"334810",85690,113758 -"334811",85690,115278 -"334812",85690,117424 -"334813",85690,123295 -"334814",85692,96561 -"334815",85693,85694 -"334816",85694,93549 -"334817",85695,89668 -"334818",85695,104069 -"334819",85695,106702 -"334820",85696,100220 -"334821",85698,100653 -"334822",85699,106615 -"334823",85699,114520 -"334824",85700,85739 -"334825",85703,100269 -"334826",85703,103475 -"334827",85703,108571 -"334828",85703,120205 -"334829",85705,85722 -"334830",85705,120128 -"334831",85706,89502 -"334832",85706,105021 -"334833",85706,108879 -"334834",85706,121422 -"334835",85707,105236 -"334836",85708,85716 -"334837",85708,85717 -"334838",85708,85769 -"334839",85710,120306 -"334840",85712,100818 -"334841",85712,110167 -"334842",85712,111414 -"334843",85715,95337 -"334844",85715,108563 -"334845",85715,112276 -"334846",85715,112292 -"334847",85715,120416 -"334848",85715,120418 -"334849",85716,85717 -"334850",85716,85769 -"334851",85717,85769 -"334852",85719,89841 -"334853",85719,90492 -"334854",85721,85726 -"334855",85724,85725 -"334856",85729,96664 -"334857",85729,113287 -"334858",85731,109566 -"334859",85732,89177 -"334860",85732,121316 -"334861",85732,121325 -"334862",85733,109505 -"334863",85734,89142 -"334864",85734,90533 -"334865",85736,96353 -"334866",85736,96926 -"334867",85736,96927 -"334868",85736,97957 -"334869",85736,121804 -"334870",85737,88785 -"334871",85737,101131 -"334872",85737,101148 -"334873",85737,101149 -"334874",85738,96202 -"334875",85738,99326 -"334876",85738,109882 -"334877",85738,111986 -"334878",85738,123237 -"334879",85740,85746 -"334880",85741,85749 -"334881",85741,85750 -"334882",85741,102681 -"334883",85744,90831 -"334884",85747,97018 -"334885",85747,121036 -"334886",85749,85750 -"334887",85750,109336 -"334888",85750,116826 -"334889",85752,85829 -"334890",85752,108573 -"334891",85753,118478 -"334892",85754,85888 -"334893",85754,85902 -"334894",85754,101420 -"334895",85754,106590 -"334896",85754,106600 -"334897",85758,85763 -"334898",85758,85782 -"334899",85758,85790 -"334900",85758,85791 -"334901",85759,95282 -"334902",85761,100529 -"334903",85761,100538 -"334904",85761,100550 -"334905",85762,85792 -"334906",85763,85782 -"334907",85763,85790 -"334908",85763,85791 -"334909",85764,92241 -"334910",85764,108483 -"334911",85764,110140 -"334912",85765,85779 -"334913",85766,85809 -"334914",85770,89085 -"334915",85770,93071 -"334916",85772,97752 -"334917",85772,103368 -"334918",85772,117417 -"334919",85776,87254 -"334920",85776,88574 -"334921",85776,103976 -"334922",85776,106223 -"334923",85777,107898 -"334924",85778,89362 -"334925",85778,120792 -"334926",85780,88535 -"334927",85781,85789 -"334928",85782,85790 -"334929",85782,85791 -"334930",85784,86444 -"334931",85784,87993 -"334932",85786,104835 -"334933",85788,88521 -"334934",85789,122260 -"334935",85789,122899 -"334936",85790,85791 -"334937",85798,86743 -"334938",85799,91595 -"334939",85801,87541 -"334940",85802,100056 -"334941",85803,90625 -"334942",85803,102622 -"334943",85811,91866 -"334944",85813,85849 -"334945",85816,100860 -"334946",85816,120131 -"334947",85816,123096 -"334948",85818,98774 -"334949",85821,89097 -"334950",85821,101999 -"334951",85822,96326 -"334952",85822,96329 -"334953",85823,93056 -"334954",85823,98374 -"334955",85824,99382 -"334956",85826,89657 -"334957",85828,109194 -"334958",85833,85841 -"334959",85834,108543 -"334960",85835,86232 -"334961",85835,94605 -"334962",85835,103589 -"334963",85835,104962 -"334964",85835,105092 -"334965",85835,108689 -"334966",85835,112335 -"334967",85836,86125 -"334968",85840,91804 -"334969",85840,92876 -"334970",85840,100830 -"334971",85840,103143 -"334972",85840,108938 -"334973",85840,118082 -"334974",85840,120657 -"334975",85840,120693 -"334976",85841,107096 -"334977",85841,107118 -"334978",85843,93198 -"334979",85843,93199 -"334980",85843,93201 -"334981",85843,93204 -"334982",85843,93211 -"334983",85843,102615 -"334984",85848,104826 -"334985",85848,115549 -"334986",85851,87167 -"334987",85851,90461 -"334988",85851,94872 -"334989",85853,85904 -"334990",85853,121892 -"334991",85856,85863 -"334992",85856,88112 -"334993",85857,101449 -"334994",85858,98417 -"334995",85858,100366 -"334996",85858,113137 -"334997",85858,116682 -"334998",85859,95572 -"334999",85860,111821 -"335000",85863,88112 -"335001",85863,100224 -"335002",85863,100561 -"335003",85865,90298 -"335004",85867,105701 -"335005",85869,95675 -"335006",85869,103886 -"335007",85872,99018 -"335008",85872,113012 -"335009",85875,99207 -"335010",85875,99375 -"335011",85875,99463 -"335012",85875,100405 -"335013",85875,118169 -"335014",85875,119375 -"335015",85875,119994 -"335016",85875,119995 -"335017",85875,120001 -"335018",85875,123339 -"335019",85876,94137 -"335020",85878,90560 -"335021",85878,106529 -"335022",85878,106545 -"335023",85878,106568 -"335024",85878,118924 -"335025",85878,119008 -"335026",85878,119012 -"335027",85879,85881 -"335028",85880,100580 -"335029",85882,86834 -"335030",85884,85906 -"335031",85884,85922 -"335032",85884,94359 -"335033",85884,94364 -"335034",85884,94365 -"335035",85885,91255 -"335036",85885,92247 -"335037",85885,92352 -"335038",85885,92362 -"335039",85885,92929 -"335040",85885,93719 -"335041",85885,94906 -"335042",85885,94946 -"335043",85885,95889 -"335044",85885,96093 -"335045",85885,97988 -"335046",85885,99309 -"335047",85885,99376 -"335048",85885,99450 -"335049",85885,99471 -"335050",85885,99474 -"335051",85885,100916 -"335052",85885,100944 -"335053",85885,101126 -"335054",85885,101329 -"335055",85885,105557 -"335056",85885,107199 -"335057",85885,108743 -"335058",85885,108980 -"335059",85885,109291 -"335060",85885,109933 -"335061",85885,110483 -"335062",85885,110567 -"335063",85885,110572 -"335064",85885,110630 -"335065",85885,110648 -"335066",85885,110711 -"335067",85885,110770 -"335068",85885,110869 -"335069",85885,110911 -"335070",85885,111285 -"335071",85885,111314 -"335072",85885,111362 -"335073",85885,111372 -"335074",85885,111424 -"335075",85885,111433 -"335076",85885,112422 -"335077",85885,113269 -"335078",85885,113430 -"335079",85885,114242 -"335080",85885,114842 -"335081",85885,115427 -"335082",85885,115521 -"335083",85885,115711 -"335084",85887,90348 -"335085",85888,85902 -"335086",85888,87024 -"335087",85888,98265 -"335088",85891,90044 -"335089",85891,90086 -"335090",85891,90088 -"335091",85891,97154 -"335092",85891,97288 -"335093",85893,87836 -"335094",85894,116647 -"335095",85897,85918 -"335096",85898,85926 -"335097",85899,85913 -"335098",85899,85920 -"335099",85900,103869 -"335100",85903,122334 -"335101",85906,85922 -"335102",85906,119383 -"335103",85906,119420 -"335104",85907,94310 -"335105",85908,100245 -"335106",85909,87065 -"335107",85909,88201 -"335108",85909,114796 -"335109",85909,119804 -"335110",85910,89921 -"335111",85910,95992 -"335112",85910,96013 -"335113",85911,122315 -"335114",85912,99294 -"335115",85912,103670 -"335116",85912,108196 -"335117",85912,108378 -"335118",85912,110185 -"335119",85912,112632 -"335120",85913,85920 -"335121",85914,86992 -"335122",85914,89145 -"335123",85914,89161 -"335124",85915,92273 -"335125",85915,112966 -"335126",85915,112992 -"335127",85915,113708 -"335128",85919,88289 -"335129",85919,90721 -"335130",85919,97058 -"335131",85919,97067 -"335132",85919,97074 -"335133",85919,97102 -"335134",85919,97103 -"335135",85919,97104 -"335136",85919,97109 -"335137",85919,97110 -"335138",85920,105895 -"335139",85925,99222 -"335140",85931,90035 -"335141",85931,105408 -"335142",85931,105446 -"335143",85932,120918 -"335144",85932,120927 -"335145",85932,120962 -"335146",85933,101907 -"335147",85933,115843 -"335148",85934,123306 -"335149",85944,118816 -"335150",85944,120738 -"335151",85945,85946 -"335152",85945,103946 -"335153",85948,85970 -"335154",85949,85988 -"335155",85949,88887 -"335156",85949,95551 -"335157",85949,96181 -"335158",85951,92993 -"335159",85951,100336 -"335160",85953,85969 -"335161",85953,85984 -"335162",85954,85956 -"335163",85954,85980 -"335164",85956,85980 -"335165",85958,87249 -"335166",85958,93590 -"335167",85958,93617 -"335168",85958,93680 -"335169",85958,93815 -"335170",85961,101569 -"335171",85961,111682 -"335172",85962,90259 -"335173",85962,120295 -"335174",85962,120300 -"335175",85963,85985 -"335176",85963,106569 -"335177",85963,122519 -"335178",85964,110969 -"335179",85965,92096 -"335180",85966,90728 -"335181",85966,114464 -"335182",85966,121506 -"335183",85969,85984 -"335184",85972,90412 -"335185",85972,91117 -"335186",85972,91120 -"335187",85972,96886 -"335188",85972,96900 -"335189",85973,92020 -"335190",85973,111310 -"335191",85974,93930 -"335192",85975,104001 -"335193",85976,103925 -"335194",85977,95194 -"335195",85981,85987 -"335196",85981,104718 -"335197",85983,111785 -"335198",85983,114027 -"335199",85987,93076 -"335200",85987,93175 -"335201",85989,97176 -"335202",85989,100003 -"335203",85990,86508 -"335204",85990,87292 -"335205",85990,87317 -"335206",85990,110778 -"335207",85993,89614 -"335208",85993,105052 -"335209",85998,86041 -"335210",85998,86042 -"335211",85998,89683 -"335212",85998,101601 -"335213",85999,87937 -"335214",85999,110905 -"335215",86003,86040 -"335216",86003,100350 -"335217",86003,121644 -"335218",86004,91625 -"335219",86004,102995 -"335220",86006,90132 -"335221",86006,112061 -"335222",86006,122566 -"335223",86007,110172 -"335224",86007,118274 -"335225",86007,118812 -"335226",86009,101197 -"335227",86011,122092 -"335228",86012,86013 -"335229",86014,104170 -"335230",86014,121098 -"335231",86015,110843 -"335232",86017,86020 -"335233",86021,93348 -"335234",86021,102963 -"335235",86021,102989 -"335236",86021,103032 -"335237",86021,103039 -"335238",86021,111845 -"335239",86023,87813 -"335240",86023,88773 -"335241",86023,90401 -"335242",86023,90993 -"335243",86023,90994 -"335244",86023,92417 -"335245",86023,99141 -"335246",86023,100319 -"335247",86023,101250 -"335248",86023,101462 -"335249",86023,109885 -"335250",86023,110742 -"335251",86023,112606 -"335252",86023,116142 -"335253",86023,116150 -"335254",86023,116151 -"335255",86023,116152 -"335256",86023,116155 -"335257",86023,116159 -"335258",86023,116163 -"335259",86023,116165 -"335260",86023,116166 -"335261",86023,116171 -"335262",86023,116677 -"335263",86023,116678 -"335264",86028,90773 -"335265",86028,95289 -"335266",86028,111541 -"335267",86029,86125 -"335268",86029,87019 -"335269",86029,87814 -"335270",86029,91922 -"335271",86029,114747 -"335272",86030,88273 -"335273",86033,107685 -"335274",86037,86106 -"335275",86037,86107 -"335276",86037,86108 -"335277",86037,86170 -"335278",86037,86176 -"335279",86037,86244 -"335280",86037,86247 -"335281",86037,86248 -"335282",86037,86322 -"335283",86038,86047 -"335284",86038,103134 -"335285",86039,108781 -"335286",86041,86042 -"335287",86041,87911 -"335288",86043,92736 -"335289",86043,105421 -"335290",86046,91240 -"335291",86046,91919 -"335292",86047,109139 -"335293",86047,109142 -"335294",86047,115209 -"335295",86047,118956 -"335296",86047,118963 -"335297",86047,122538 -"335298",86047,122578 -"335299",86047,122579 -"335300",86050,86123 -"335301",86051,114597 -"335302",86051,120980 -"335303",86051,121015 -"335304",86052,86088 -"335305",86054,122834 -"335306",86055,86095 -"335307",86056,87723 -"335308",86057,113940 -"335309",86058,94181 -"335310",86058,120244 -"335311",86060,95181 -"335312",86060,95613 -"335313",86060,110256 -"335314",86060,115697 -"335315",86062,87408 -"335316",86062,95034 -"335317",86062,102913 -"335318",86064,86093 -"335319",86064,86115 -"335320",86065,86747 -"335321",86065,92093 -"335322",86068,118619 -"335323",86071,86072 -"335324",86071,98436 -"335325",86071,98451 -"335326",86071,114110 -"335327",86074,110821 -"335328",86075,86096 -"335329",86076,95863 -"335330",86076,102324 -"335331",86077,86089 -"335332",86077,86101 -"335333",86080,86100 -"335334",86081,100687 -"335335",86081,108852 -"335336",86081,119403 -"335337",86081,119406 -"335338",86083,86117 -"335339",86084,95494 -"335340",86084,116573 -"335341",86085,86615 -"335342",86089,86101 -"335343",86089,92630 -"335344",86089,95236 -"335345",86089,95268 -"335346",86089,95273 -"335347",86089,95274 -"335348",86089,95275 -"335349",86091,105016 -"335350",86092,101837 -"335351",86093,86115 -"335352",86098,89777 -"335353",86100,112044 -"335354",86102,91219 -"335355",86102,103883 -"335356",86103,86119 -"335357",86104,101056 -"335358",86105,94250 -"335359",86106,86107 -"335360",86106,86108 -"335361",86106,86170 -"335362",86106,86176 -"335363",86106,86244 -"335364",86106,86247 -"335365",86106,86248 -"335366",86106,86322 -"335367",86106,116985 -"335368",86107,86108 -"335369",86107,86170 -"335370",86107,86176 -"335371",86107,86244 -"335372",86107,86247 -"335373",86107,86248 -"335374",86107,86322 -"335375",86107,100168 -"335376",86107,110953 -"335377",86108,86170 -"335378",86108,86176 -"335379",86108,86244 -"335380",86108,86247 -"335381",86108,86248 -"335382",86108,86322 -"335383",86109,86565 -"335384",86113,106144 -"335385",86116,109126 -"335386",86120,86425 -"335387",86121,86161 -"335388",86121,107215 -"335389",86123,88280 -"335390",86123,112938 -"335391",86123,122270 -"335392",86125,87944 -"335393",86125,92234 -"335394",86129,90884 -"335395",86129,93391 -"335396",86129,95935 -"335397",86129,96850 -"335398",86129,100636 -"335399",86129,107657 -"335400",86129,114459 -"335401",86129,116757 -"335402",86131,106968 -"335403",86131,109510 -"335404",86131,110599 -"335405",86133,91047 -"335406",86133,92548 -"335407",86133,94573 -"335408",86133,98984 -"335409",86136,107092 -"335410",86137,86962 -"335411",86137,100820 -"335412",86137,109612 -"335413",86137,110864 -"335414",86137,117108 -"335415",86137,119729 -"335416",86137,119782 -"335417",86138,95295 -"335418",86138,102464 -"335419",86138,110569 -"335420",86138,120412 -"335421",86144,94339 -"335422",86147,94543 -"335423",86150,101926 -"335424",86150,112077 -"335425",86151,97761 -"335426",86151,100909 -"335427",86151,105632 -"335428",86151,105666 -"335429",86151,105667 -"335430",86151,106141 -"335431",86151,108554 -"335432",86151,108558 -"335433",86151,108559 -"335434",86151,109224 -"335435",86151,111662 -"335436",86154,97874 -"335437",86154,109964 -"335438",86155,86213 -"335439",86155,86218 -"335440",86158,96465 -"335441",86158,105224 -"335442",86158,107970 -"335443",86159,110242 -"335444",86160,86174 -"335445",86161,93024 -"335446",86163,105785 -"335447",86167,86520 -"335448",86168,90929 -"335449",86168,90935 -"335450",86168,91066 -"335451",86168,91070 -"335452",86168,91094 -"335453",86168,91095 -"335454",86168,91096 -"335455",86168,91100 -"335456",86169,123334 -"335457",86169,123351 -"335458",86170,86176 -"335459",86170,86244 -"335460",86170,86247 -"335461",86170,86248 -"335462",86170,86322 -"335463",86174,122375 -"335464",86175,110608 -"335465",86175,121550 -"335466",86176,86244 -"335467",86176,86247 -"335468",86176,86248 -"335469",86176,86322 -"335470",86177,113247 -"335471",86178,89001 -"335472",86178,90305 -"335473",86178,95973 -"335474",86178,97600 -"335475",86178,103482 -"335476",86178,113220 -"335477",86178,115900 -"335478",86178,117208 -"335479",86178,118086 -"335480",86178,118090 -"335481",86178,118091 -"335482",86178,118094 -"335483",86178,118098 -"335484",86178,118102 -"335485",86178,118112 -"335486",86178,119939 -"335487",86178,119948 -"335488",86181,86233 -"335489",86182,86377 -"335490",86182,100196 -"335491",86184,111974 -"335492",86185,87149 -"335493",86185,94514 -"335494",86185,94515 -"335495",86186,88716 -"335496",86186,92035 -"335497",86187,86206 -"335498",86187,86211 -"335499",86190,97845 -"335500",86190,120674 -"335501",86193,88175 -"335502",86193,103950 -"335503",86193,111323 -"335504",86193,115647 -"335505",86194,87936 -"335506",86194,92296 -"335507",86195,86223 -"335508",86195,86230 -"335509",86196,111699 -"335510",86196,114975 -"335511",86196,114981 -"335512",86196,121618 -"335513",86198,86225 -"335514",86199,86212 -"335515",86201,87928 -"335516",86203,105538 -"335517",86204,111404 -"335518",86205,97365 -"335519",86206,86211 -"335520",86207,96303 -"335521",86210,103201 -"335522",86210,117883 -"335523",86213,86218 -"335524",86214,87848 -"335525",86214,90852 -"335526",86214,100084 -"335527",86214,100359 -"335528",86214,101735 -"335529",86214,104452 -"335530",86219,86224 -"335531",86219,98108 -"335532",86219,98128 -"335533",86221,91699 -"335534",86221,104687 -"335535",86223,86230 -"335536",86224,105754 -"335537",86226,86281 -"335538",86228,86229 -"335539",86228,101113 -"335540",86228,103462 -"335541",86230,111590 -"335542",86230,123410 -"335543",86230,123412 -"335544",86232,94605 -"335545",86232,103589 -"335546",86232,105092 -"335547",86234,101752 -"335548",86234,101875 -"335549",86234,123256 -"335550",86236,103794 -"335551",86236,110950 -"335552",86236,111705 -"335553",86236,111710 -"335554",86239,97865 -"335555",86242,115163 -"335556",86243,100465 -"335557",86243,102974 -"335558",86243,104682 -"335559",86244,86247 -"335560",86244,86248 -"335561",86244,86322 -"335562",86246,103538 -"335563",86247,86248 -"335564",86247,86322 -"335565",86248,86322 -"335566",86249,86310 -"335567",86249,88059 -"335568",86250,95829 -"335569",86250,96824 -"335570",86254,91404 -"335571",86254,107048 -"335572",86255,86359 -"335573",86257,86260 -"335574",86258,89584 -"335575",86261,108736 -"335576",86261,119028 -"335577",86261,119036 -"335578",86265,98957 -"335579",86266,95997 -"335580",86268,91535 -"335581",86269,94093 -"335582",86270,87691 -"335583",86270,109429 -"335584",86271,95628 -"335585",86272,86288 -"335586",86273,94668 -"335587",86273,104570 -"335588",86275,86276 -"335589",86276,92761 -"335590",86277,112093 -"335591",86278,87289 -"335592",86279,92580 -"335593",86279,92785 -"335594",86279,93969 -"335595",86279,97440 -"335596",86279,99974 -"335597",86279,100239 -"335598",86279,100360 -"335599",86279,116423 -"335600",86279,116430 -"335601",86283,86294 -"335602",86285,119520 -"335603",86286,90600 -"335604",86286,102015 -"335605",86286,113215 -"335606",86286,118004 -"335607",86286,123430 -"335608",86290,99850 -"335609",86290,109811 -"335610",86290,111101 -"335611",86290,111114 -"335612",86290,111230 -"335613",86298,92604 -"335614",86299,87053 -"335615",86302,95943 -"335616",86302,95977 -"335617",86302,96023 -"335618",86302,100884 -"335619",86302,103547 -"335620",86305,86422 -"335621",86305,123116 -"335622",86306,88120 -"335623",86308,107026 -"335624",86308,107037 -"335625",86308,107081 -"335626",86310,88059 -"335627",86310,105106 -"335628",86310,106792 -"335629",86315,92712 -"335630",86317,94511 -"335631",86318,121176 -"335632",86318,121190 -"335633",86319,104836 -"335634",86319,113259 -"335635",86321,88018 -"335636",86321,95073 -"335637",86321,100237 -"335638",86321,105194 -"335639",86321,111519 -"335640",86321,117037 -"335641",86321,119255 -"335642",86323,106061 -"335643",86323,119453 -"335644",86325,87105 -"335645",86325,87632 -"335646",86325,100396 -"335647",86325,115718 -"335648",86328,86367 -"335649",86332,92926 -"335650",86332,94722 -"335651",86333,115591 -"335652",86337,112798 -"335653",86339,86802 -"335654",86339,95117 -"335655",86345,86394 -"335656",86345,86442 -"335657",86347,86840 -"335658",86347,95932 -"335659",86347,95981 -"335660",86348,109693 -"335661",86348,118633 -"335662",86349,111742 -"335663",86349,116923 -"335664",86349,116925 -"335665",86349,116948 -"335666",86349,119562 -"335667",86351,86451 -"335668",86351,86882 -"335669",86351,87175 -"335670",86351,87451 -"335671",86351,87521 -"335672",86351,87572 -"335673",86351,87663 -"335674",86351,87721 -"335675",86351,87862 -"335676",86351,120227 -"335677",86352,113848 -"335678",86352,117475 -"335679",86352,118219 -"335680",86354,92608 -"335681",86354,116220 -"335682",86355,99909 -"335683",86356,101112 -"335684",86356,101924 -"335685",86356,102414 -"335686",86356,105708 -"335687",86356,120551 -"335688",86358,93710 -"335689",86358,94697 -"335690",86358,111119 -"335691",86358,113808 -"335692",86359,94995 -"335693",86361,88851 -"335694",86361,101799 -"335695",86361,101800 -"335696",86362,91217 -"335697",86362,104110 -"335698",86364,95626 -"335699",86364,104015 -"335700",86364,111051 -"335701",86369,86381 -"335702",86370,91309 -"335703",86371,89753 -"335704",86371,90894 -"335705",86373,86727 -"335706",86373,89760 -"335707",86373,90663 -"335708",86373,91167 -"335709",86373,93509 -"335710",86373,106938 -"335711",86374,94612 -"335712",86374,97347 -"335713",86374,97606 -"335714",86374,97680 -"335715",86374,97700 -"335716",86374,97701 -"335717",86376,86558 -"335718",86378,87443 -"335719",86378,91969 -"335720",86378,118721 -"335721",86379,108618 -"335722",86379,119009 -"335723",86383,118561 -"335724",86383,118726 -"335725",86386,107744 -"335726",86388,86617 -"335727",86389,108532 -"335728",86389,112331 -"335729",86392,97682 -"335730",86392,108656 -"335731",86394,86442 -"335732",86395,91339 -"335733",86396,93123 -"335734",86397,86398 -"335735",86398,95252 -"335736",86398,111425 -"335737",86399,93827 -"335738",86399,93828 -"335739",86399,93866 -"335740",86399,108737 -"335741",86399,109076 -"335742",86400,109703 -"335743",86401,95576 -"335744",86402,94384 -"335745",86402,101479 -"335746",86402,113665 -"335747",86406,94808 -"335748",86406,96142 -"335749",86406,103507 -"335750",86406,103512 -"335751",86406,103641 -"335752",86406,103712 -"335753",86406,105396 -"335754",86406,105405 -"335755",86406,105407 -"335756",86406,105411 -"335757",86407,96431 -"335758",86408,93256 -"335759",86408,110090 -"335760",86409,105068 -"335761",86409,105741 -"335762",86411,91062 -"335763",86412,87090 -"335764",86413,86419 -"335765",86415,96942 -"335766",86415,104224 -"335767",86416,100191 -"335768",86416,109088 -"335769",86416,112057 -"335770",86418,93387 -"335771",86420,116541 -"335772",86421,97406 -"335773",86423,86563 -"335774",86423,93280 -"335775",86423,109696 -"335776",86424,100207 -"335777",86426,101364 -"335778",86426,114490 -"335779",86427,86461 -"335780",86428,86445 -"335781",86429,86741 -"335782",86429,92917 -"335783",86429,98477 -"335784",86429,103092 -"335785",86430,94863 -"335786",86432,95912 -"335787",86432,101079 -"335788",86434,94790 -"335789",86434,97248 -"335790",86434,97267 -"335791",86434,97270 -"335792",86437,95116 -"335793",86437,103396 -"335794",86437,108854 -"335795",86439,117129 -"335796",86443,96366 -"335797",86444,87753 -"335798",86444,99215 -"335799",86444,101769 -"335800",86444,108226 -"335801",86444,122789 -"335802",86447,100997 -"335803",86448,86580 -"335804",86448,86622 -"335805",86448,93298 -"335806",86451,86882 -"335807",86451,87175 -"335808",86451,87451 -"335809",86451,87521 -"335810",86451,87572 -"335811",86451,87663 -"335812",86451,87721 -"335813",86451,87862 -"335814",86453,89301 -"335815",86453,90518 -"335816",86453,93524 -"335817",86453,98743 -"335818",86453,109545 -"335819",86455,94511 -"335820",86455,103132 -"335821",86458,102049 -"335822",86459,120363 -"335823",86460,115280 -"335824",86460,120024 -"335825",86462,88531 -"335826",86462,99034 -"335827",86462,110032 -"335828",86462,110037 -"335829",86462,118486 -"335830",86463,114536 -"335831",86463,115096 -"335832",86464,89870 -"335833",86464,102821 -"335834",86464,115527 -"335835",86465,86478 -"335836",86466,89007 -"335837",86467,102564 -"335838",86468,86483 -"335839",86468,87920 -"335840",86470,113185 -"335841",86471,90804 -"335842",86471,91022 -"335843",86471,91045 -"335844",86471,95675 -"335845",86471,101516 -"335846",86471,102387 -"335847",86471,108374 -"335848",86471,108893 -"335849",86471,109101 -"335850",86471,109523 -"335851",86471,110993 -"335852",86471,111338 -"335853",86471,111398 -"335854",86471,111409 -"335855",86471,111480 -"335856",86471,112422 -"335857",86471,112648 -"335858",86471,112708 -"335859",86471,112820 -"335860",86471,112997 -"335861",86471,113597 -"335862",86471,114418 -"335863",86471,114582 -"335864",86471,115371 -"335865",86471,116028 -"335866",86471,116604 -"335867",86473,89577 -"335868",86474,103723 -"335869",86474,106294 -"335870",86474,106304 -"335871",86474,114857 -"335872",86474,122021 -"335873",86476,94885 -"335874",86476,94886 -"335875",86476,94915 -"335876",86481,115704 -"335877",86482,114029 -"335878",86485,86511 -"335879",86490,89710 -"335880",86490,95604 -"335881",86490,99329 -"335882",86490,99341 -"335883",86490,100173 -"335884",86490,110246 -"335885",86490,113803 -"335886",86490,115195 -"335887",86490,115233 -"335888",86490,115255 -"335889",86490,115264 -"335890",86493,92460 -"335891",86493,94773 -"335892",86494,102172 -"335893",86496,91618 -"335894",86499,115344 -"335895",86501,108825 -"335896",86501,108843 -"335897",86501,108846 -"335898",86501,108875 -"335899",86501,116551 -"335900",86503,91698 -"335901",86503,94877 -"335902",86503,97142 -"335903",86503,105400 -"335904",86505,94462 -"335905",86508,87292 -"335906",86508,87317 -"335907",86510,91541 -"335908",86510,99689 -"335909",86510,114768 -"335910",86512,86513 -"335911",86513,117348 -"335912",86514,100532 -"335913",86514,101709 -"335914",86514,106640 -"335915",86514,107302 -"335916",86514,109063 -"335917",86514,117356 -"335918",86514,117369 -"335919",86514,119564 -"335920",86515,86754 -"335921",86515,92102 -"335922",86516,91645 -"335923",86516,92480 -"335924",86519,96700 -"335925",86519,96701 -"335926",86519,96724 -"335927",86520,87929 -"335928",86521,92425 -"335929",86521,92445 -"335930",86521,93585 -"335931",86522,86546 -"335932",86522,94556 -"335933",86522,94559 -"335934",86522,94568 -"335935",86523,101642 -"335936",86524,95647 -"335937",86525,98838 -"335938",86525,109538 -"335939",86529,104479 -"335940",86532,88979 -"335941",86532,101824 -"335942",86534,86552 -"335943",86534,86570 -"335944",86536,88480 -"335945",86536,122490 -"335946",86538,106408 -"335947",86541,100023 -"335948",86542,90068 -"335949",86544,86545 -"335950",86548,89669 -"335951",86548,103658 -"335952",86548,104867 -"335953",86548,104940 -"335954",86548,110762 -"335955",86548,113105 -"335956",86548,118056 -"335957",86549,98927 -"335958",86549,102048 -"335959",86549,118356 -"335960",86550,95881 -"335961",86551,113322 -"335962",86552,86570 -"335963",86552,104775 -"335964",86553,94987 -"335965",86553,123225 -"335966",86553,123246 -"335967",86553,123251 -"335968",86553,123254 -"335969",86553,123265 -"335970",86554,102396 -"335971",86554,103343 -"335972",86555,115262 -"335973",86558,116722 -"335974",86559,88691 -"335975",86559,91062 -"335976",86559,121424 -"335977",86560,111729 -"335978",86560,113332 -"335979",86566,86568 -"335980",86567,96581 -"335981",86567,98051 -"335982",86567,98084 -"335983",86576,95473 -"335984",86578,109963 -"335985",86578,111723 -"335986",86580,86622 -"335987",86580,91374 -"335988",86581,89103 -"335989",86581,113200 -"335990",86581,113205 -"335991",86582,86650 -"335992",86584,89017 -"335993",86584,89901 -"335994",86585,99242 -"335995",86589,93880 -"335996",86589,99153 -"335997",86595,90960 -"335998",86595,96073 -"335999",86595,105620 -"336000",86598,86619 -"336001",86599,86641 -"336002",86600,88650 -"336003",86600,88782 -"336004",86600,92517 -"336005",86600,95604 -"336006",86600,96099 -"336007",86600,99210 -"336008",86600,100140 -"336009",86600,102353 -"336010",86600,105198 -"336011",86600,106528 -"336012",86600,109371 -"336013",86600,109373 -"336014",86600,110250 -"336015",86600,111155 -"336016",86600,122588 -"336017",86600,122819 -"336018",86600,122852 -"336019",86600,122861 -"336020",86600,122863 -"336021",86600,122864 -"336022",86601,86944 -"336023",86601,87013 -"336024",86601,99531 -"336025",86601,99537 -"336026",86601,99548 -"336027",86602,91659 -"336028",86603,86629 -"336029",86605,116305 -"336030",86607,106703 -"336031",86608,113634 -"336032",86608,113635 -"336033",86612,86620 -"336034",86613,86623 -"336035",86615,86616 -"336036",86615,92588 -"336037",86615,100714 -"336038",86615,110130 -"336039",86617,86830 -"336040",86617,91462 -"336041",86617,92156 -"336042",86617,105343 -"336043",86617,110148 -"336044",86617,111573 -"336045",86617,116309 -"336046",86617,121683 -"336047",86621,89954 -"336048",86621,98294 -"336049",86621,109387 -"336050",86621,109405 -"336051",86621,109410 -"336052",86623,98686 -"336053",86623,98703 -"336054",86623,98706 -"336055",86624,86683 -"336056",86624,86694 -"336057",86624,86701 -"336058",86624,86712 -"336059",86624,86732 -"336060",86626,86731 -"336061",86627,101291 -"336062",86627,104970 -"336063",86627,105177 -"336064",86627,105367 -"336065",86628,90946 -"336066",86628,90977 -"336067",86628,92928 -"336068",86628,94076 -"336069",86628,94105 -"336070",86628,99423 -"336071",86628,108367 -"336072",86628,109143 -"336073",86628,111373 -"336074",86628,119865 -"336075",86628,122395 -"336076",86630,98208 -"336077",86634,92832 -"336078",86634,92869 -"336079",86635,86673 -"336080",86635,105727 -"336081",86635,109313 -"336082",86644,122732 -"336083",86648,91891 -"336084",86649,107559 -"336085",86650,87780 -"336086",86654,99368 -"336087",86657,106202 -"336088",86657,119989 -"336089",86660,88473 -"336090",86661,103416 -"336091",86662,104284 -"336092",86668,97316 -"336093",86668,98361 -"336094",86668,112725 -"336095",86668,113028 -"336096",86669,108417 -"336097",86672,87310 -"336098",86672,98025 -"336099",86672,107739 -"336100",86672,117571 -"336101",86673,102226 -"336102",86673,103205 -"336103",86673,103277 -"336104",86675,95862 -"336105",86675,110933 -"336106",86675,117166 -"336107",86677,88129 -"336108",86679,117267 -"336109",86679,123005 -"336110",86680,104480 -"336111",86683,86694 -"336112",86683,86701 -"336113",86683,86712 -"336114",86683,86732 -"336115",86685,96231 -"336116",86687,88710 -"336117",86687,113066 -"336118",86687,113084 -"336119",86687,113085 -"336120",86687,113091 -"336121",86687,113103 -"336122",86687,113141 -"336123",86691,105599 -"336124",86694,86701 -"336125",86694,86712 -"336126",86694,86732 -"336127",86696,96416 -"336128",86696,98907 -"336129",86698,93318 -"336130",86698,102792 -"336131",86699,88324 -"336132",86701,86712 -"336133",86701,86732 -"336134",86702,86728 -"336135",86702,92846 -"336136",86702,97434 -"336137",86702,97435 -"336138",86704,102229 -"336139",86704,117995 -"336140",86704,119534 -"336141",86705,86789 -"336142",86708,117659 -"336143",86708,118346 -"336144",86709,91128 -"336145",86709,111364 -"336146",86710,96716 -"336147",86712,86732 -"336148",86714,86815 -"336149",86714,87038 -"336150",86714,98384 -"336151",86716,86753 -"336152",86716,87256 -"336153",86720,91771 -"336154",86720,119688 -"336155",86721,118887 -"336156",86722,115931 -"336157",86723,86724 -"336158",86726,93362 -"336159",86727,105956 -"336160",86727,106938 -"336161",86728,110087 -"336162",86729,86885 -"336163",86729,96613 -"336164",86729,97388 -"336165",86729,97412 -"336166",86733,105263 -"336167",86734,102142 -"336168",86735,107086 -"336169",86737,86758 -"336170",86737,106021 -"336171",86739,91138 -"336172",86739,102608 -"336173",86739,106468 -"336174",86739,120079 -"336175",86741,98477 -"336176",86742,88353 -"336177",86742,104076 -"336178",86745,108572 -"336179",86746,108571 -"336180",86747,104706 -"336181",86748,97245 -"336182",86750,111842 -"336183",86750,120876 -"336184",86751,86770 -"336185",86752,87846 -"336186",86754,87157 -"336187",86757,86763 -"336188",86757,86768 -"336189",86758,108101 -"336190",86758,108109 -"336191",86761,105941 -"336192",86761,106196 -"336193",86761,108665 -"336194",86761,120011 -"336195",86761,122549 -"336196",86762,95327 -"336197",86762,121982 -"336198",86763,86768 -"336199",86765,95934 -"336200",86765,96033 -"336201",86765,101273 -"336202",86767,98274 -"336203",86769,92121 -"336204",86771,100256 -"336205",86771,103095 -"336206",86771,108728 -"336207",86774,87908 -"336208",86776,91822 -"336209",86776,91837 -"336210",86776,91857 -"336211",86776,91871 -"336212",86778,95931 -"336213",86778,101842 -"336214",86778,111983 -"336215",86781,118150 -"336216",86785,101298 -"336217",86785,109200 -"336218",86785,119836 -"336219",86786,102729 -"336220",86787,108509 -"336221",86787,108594 -"336222",86790,111999 -"336223",86793,86800 -"336224",86794,87062 -"336225",86796,89896 -"336226",86796,110496 -"336227",86798,86822 -"336228",86801,86804 -"336229",86802,88982 -"336230",86802,95117 -"336231",86802,95850 -"336232",86802,104874 -"336233",86802,109590 -"336234",86802,109597 -"336235",86803,120057 -"336236",86805,86828 -"336237",86806,103865 -"336238",86806,103887 -"336239",86809,94565 -"336240",86809,103065 -"336241",86809,105602 -"336242",86811,90799 -"336243",86811,90815 -"336244",86812,111182 -"336245",86813,90747 -"336246",86813,93385 -"336247",86814,115787 -"336248",86815,87038 -"336249",86816,106051 -"336250",86816,112191 -"336251",86817,110499 -"336252",86820,95901 -"336253",86820,103650 -"336254",86820,115466 -"336255",86820,121605 -"336256",86827,98279 -"336257",86828,99528 -"336258",86828,115283 -"336259",86830,86893 -"336260",86830,105343 -"336261",86830,111573 -"336262",86831,87743 -"336263",86832,96140 -"336264",86832,96291 -"336265",86832,105892 -"336266",86832,107504 -"336267",86832,109744 -"336268",86832,115747 -"336269",86832,117847 -"336270",86832,118303 -"336271",86832,118304 -"336272",86832,118312 -"336273",86832,118314 -"336274",86832,120305 -"336275",86832,121079 -"336276",86834,104428 -"336277",86835,115462 -"336278",86835,115466 -"336279",86836,111763 -"336280",86837,93608 -"336281",86837,94665 -"336282",86837,95358 -"336283",86839,93918 -"336284",86839,98165 -"336285",86846,102371 -"336286",86848,86889 -"336287",86855,87380 -"336288",86863,87008 -"336289",86864,86873 -"336290",86865,103523 -"336291",86865,109084 -"336292",86868,104239 -"336293",86870,108782 -"336294",86872,89982 -"336295",86872,102958 -"336296",86875,107052 -"336297",86876,91706 -"336298",86880,110336 -"336299",86880,111881 -"336300",86880,121457 -"336301",86880,122887 -"336302",86881,96991 -"336303",86881,111818 -"336304",86881,112368 -"336305",86881,121972 -"336306",86882,87175 -"336307",86882,87451 -"336308",86882,87521 -"336309",86882,87572 -"336310",86882,87663 -"336311",86882,87721 -"336312",86882,87862 -"336313",86884,87052 -"336314",86886,86887 -"336315",86889,96274 -"336316",86889,97878 -"336317",86890,92781 -"336318",86892,89208 -"336319",86892,103650 -"336320",86892,104472 -"336321",86892,113723 -"336322",86892,123289 -"336323",86894,86908 -"336324",86894,86916 -"336325",86899,86944 -"336326",86900,123395 -"336327",86901,108951 -"336328",86901,108956 -"336329",86905,91975 -"336330",86905,94060 -"336331",86907,86946 -"336332",86908,86916 -"336333",86908,99004 -"336334",86910,86925 -"336335",86913,86914 -"336336",86915,87010 -"336337",86916,108054 -"336338",86916,111611 -"336339",86917,98500 -"336340",86919,89037 -"336341",86919,89289 -"336342",86920,91065 -"336343",86920,91092 -"336344",86924,86931 -"336345",86924,86970 -"336346",86925,87101 -"336347",86925,112974 -"336348",86926,108702 -"336349",86926,109237 -"336350",86929,101480 -"336351",86930,86939 -"336352",86931,86970 -"336353",86932,86956 -"336354",86933,106400 -"336355",86933,109169 -"336356",86934,110513 -"336357",86938,87330 -"336358",86940,87063 -"336359",86944,99531 -"336360",86944,99537 -"336361",86944,99548 -"336362",86946,95336 -"336363",86946,95351 -"336364",86948,107331 -"336365",86948,114080 -"336366",86948,123169 -"336367",86950,87397 -"336368",86950,87403 -"336369",86951,122598 -"336370",86951,122665 -"336371",86952,87386 -"336372",86956,119248 -"336373",86958,86975 -"336374",86961,93351 -"336375",86961,105661 -"336376",86962,100820 -"336377",86962,109612 -"336378",86962,110864 -"336379",86962,117108 -"336380",86962,119729 -"336381",86962,119782 -"336382",86964,87130 -"336383",86966,92478 -"336384",86966,93209 -"336385",86969,87225 -"336386",86971,87371 -"336387",86971,98570 -"336388",86974,89203 -"336389",86974,89940 -"336390",86974,99806 -"336391",86974,105084 -"336392",86974,107335 -"336393",86978,119459 -"336394",86982,92097 -"336395",86982,115585 -"336396",86986,91186 -"336397",86986,112812 -"336398",86986,112867 -"336399",86986,116869 -"336400",86987,91333 -"336401",86988,98751 -"336402",86988,114349 -"336403",86988,114351 -"336404",86989,113212 -"336405",86991,87020 -"336406",86993,98251 -"336407",86994,86997 -"336408",86996,99362 -"336409",86999,88851 -"336410",87000,105162 -"336411",87001,90374 -"336412",87001,93420 -"336413",87003,99080 -"336414",87014,102548 -"336415",87015,103890 -"336416",87019,109433 -"336417",87019,109467 -"336418",87019,114747 -"336419",87023,87024 -"336420",87024,98265 -"336421",87025,104760 -"336422",87025,104780 -"336423",87026,101355 -"336424",87026,114201 -"336425",87026,122113 -"336426",87029,104866 -"336427",87031,98400 -"336428",87031,99200 -"336429",87031,99224 -"336430",87033,96962 -"336431",87034,90023 -"336432",87034,100644 -"336433",87034,104884 -"336434",87034,110275 -"336435",87034,113994 -"336436",87036,100251 -"336437",87043,99821 -"336438",87044,113449 -"336439",87047,87079 -"336440",87048,87051 -"336441",87048,111971 -"336442",87048,116808 -"336443",87051,105724 -"336444",87053,109682 -"336445",87053,109873 -"336446",87053,109889 -"336447",87053,109898 -"336448",87053,109907 -"336449",87054,87870 -"336450",87054,98117 -"336451",87054,101590 -"336452",87054,103011 -"336453",87054,110283 -"336454",87055,101413 -"336455",87057,87061 -"336456",87057,87074 -"336457",87059,99262 -"336458",87060,87073 -"336459",87061,87074 -"336460",87061,95929 -"336461",87062,88819 -"336462",87062,110211 -"336463",87062,115116 -"336464",87062,122803 -"336465",87063,105428 -"336466",87063,106113 -"336467",87065,88201 -"336468",87065,90493 -"336469",87066,91922 -"336470",87067,107392 -"336471",87070,101888 -"336472",87070,111198 -"336473",87074,98835 -"336474",87076,88976 -"336475",87076,91827 -"336476",87077,116681 -"336477",87078,96128 -"336478",87079,90395 -"336479",87079,100368 -"336480",87082,90399 -"336481",87082,101757 -"336482",87082,101932 -"336483",87082,111392 -"336484",87082,116622 -"336485",87083,96553 -"336486",87083,100241 -"336487",87084,113134 -"336488",87090,87091 -"336489",87093,92218 -"336490",87093,114033 -"336491",87094,87095 -"336492",87096,87213 -"336493",87099,87111 -"336494",87099,98356 -"336495",87102,87120 -"336496",87103,88713 -"336497",87103,93437 -"336498",87105,87632 -"336499",87107,91227 -"336500",87109,119770 -"336501",87113,88946 -"336502",87115,87122 -"336503",87116,108831 -"336504",87117,116072 -"336505",87119,89771 -"336506",87119,114444 -"336507",87119,119669 -"336508",87123,112913 -"336509",87124,99807 -"336510",87125,92967 -"336511",87125,107115 -"336512",87126,98204 -"336513",87126,104619 -"336514",87131,88918 -"336515",87131,117268 -"336516",87132,98792 -"336517",87133,117674 -"336518",87134,87144 -"336519",87136,117951 -"336520",87138,102649 -"336521",87140,96867 -"336522",87142,87235 -"336523",87142,89172 -"336524",87142,90064 -"336525",87142,90065 -"336526",87142,90554 -"336527",87142,111208 -"336528",87142,112102 -"336529",87142,121739 -"336530",87144,94876 -"336531",87145,87178 -"336532",87145,87179 -"336533",87146,122586 -"336534",87147,99375 -"336535",87147,121762 -"336536",87148,91249 -"336537",87148,101395 -"336538",87148,103964 -"336539",87148,110650 -"336540",87148,110902 -"336541",87148,112410 -"336542",87148,114865 -"336543",87148,121145 -"336544",87148,122448 -"336545",87148,122454 -"336546",87153,87170 -"336547",87153,87174 -"336548",87156,100546 -"336549",87156,100547 -"336550",87158,90771 -"336551",87159,88484 -"336552",87159,99344 -"336553",87159,105971 -"336554",87160,89946 -"336555",87161,114811 -"336556",87164,87920 -"336557",87164,123440 -"336558",87166,105429 -"336559",87166,120108 -"336560",87170,87174 -"336561",87171,108525 -"336562",87171,112191 -"336563",87172,106708 -"336564",87172,109649 -"336565",87173,104413 -"336566",87175,87451 -"336567",87175,87521 -"336568",87175,87572 -"336569",87175,87663 -"336570",87175,87721 -"336571",87175,87862 -"336572",87176,91399 -"336573",87176,98888 -"336574",87177,87205 -"336575",87178,87179 -"336576",87178,100643 -"336577",87178,100857 -"336578",87178,101196 -"336579",87181,87218 -"336580",87181,96010 -"336581",87183,93933 -"336582",87183,107086 -"336583",87184,87207 -"336584",87184,87232 -"336585",87187,87188 -"336586",87189,87313 -"336587",87189,87387 -"336588",87190,88304 -"336589",87190,89258 -"336590",87191,97710 -"336591",87192,100892 -"336592",87192,101305 -"336593",87192,106849 -"336594",87192,111848 -"336595",87194,90427 -"336596",87194,107365 -"336597",87195,87237 -"336598",87195,110568 -"336599",87195,110698 -"336600",87196,87199 -"336601",87198,92785 -"336602",87198,94569 -"336603",87198,100698 -"336604",87198,104733 -"336605",87198,112240 -"336606",87198,113002 -"336607",87198,113189 -"336608",87202,92590 -"336609",87205,99117 -"336610",87205,102800 -"336611",87206,94532 -"336612",87206,110590 -"336613",87207,87232 -"336614",87208,90623 -"336615",87208,99114 -"336616",87208,101794 -"336617",87210,87236 -"336618",87212,97910 -"336619",87212,108917 -"336620",87214,89227 -"336621",87216,121283 -"336622",87216,121293 -"336623",87219,103147 -"336624",87219,108919 -"336625",87219,112807 -"336626",87220,91263 -"336627",87220,96919 -"336628",87220,99583 -"336629",87220,119673 -"336630",87220,122718 -"336631",87224,88775 -"336632",87226,94997 -"336633",87226,102046 -"336634",87227,93517 -"336635",87230,103785 -"336636",87234,100523 -"336637",87236,92846 -"336638",87239,87240 -"336639",87242,95494 -"336640",87242,98074 -"336641",87243,106853 -"336642",87243,119388 -"336643",87243,119394 -"336644",87244,99682 -"336645",87246,115332 -"336646",87248,95266 -"336647",87254,90036 -"336648",87254,100768 -"336649",87257,96452 -"336650",87258,108045 -"336651",87259,87458 -"336652",87260,88308 -"336653",87260,100502 -"336654",87260,104662 -"336655",87260,109434 -"336656",87260,120282 -"336657",87261,92639 -"336658",87263,100782 -"336659",87263,112132 -"336660",87263,116894 -"336661",87264,97840 -"336662",87264,117869 -"336663",87265,103552 -"336664",87266,99172 -"336665",87267,99252 -"336666",87267,99264 -"336667",87269,111006 -"336668",87270,106751 -"336669",87271,99392 -"336670",87271,99393 -"336671",87272,101524 -"336672",87273,93966 -"336673",87273,95831 -"336674",87273,106484 -"336675",87273,117387 -"336676",87273,117393 -"336677",87275,101333 -"336678",87276,115405 -"336679",87276,115946 -"336680",87279,92352 -"336681",87281,87396 -"336682",87287,122483 -"336683",87287,122513 -"336684",87288,89498 -"336685",87289,87294 -"336686",87289,98540 -"336687",87290,87304 -"336688",87291,87301 -"336689",87291,87318 -"336690",87292,87317 -"336691",87293,115858 -"336692",87293,115866 -"336693",87293,115871 -"336694",87295,90456 -"336695",87298,87302 -"336696",87298,123125 -"336697",87299,87571 -"336698",87300,109077 -"336699",87301,87318 -"336700",87304,109605 -"336701",87304,112857 -"336702",87305,88991 -"336703",87305,93980 -"336704",87305,99433 -"336705",87306,93202 -"336706",87306,116932 -"336707",87306,118282 -"336708",87307,87314 -"336709",87308,115336 -"336710",87310,119578 -"336711",87311,102835 -"336712",87312,90642 -"336713",87312,112407 -"336714",87313,87387 -"336715",87316,117304 -"336716",87319,99752 -"336717",87319,104292 -"336718",87324,116520 -"336719",87324,122155 -"336720",87325,87336 -"336721",87329,87332 -"336722",87329,87333 -"336723",87330,91266 -"336724",87330,115087 -"336725",87331,106246 -"336726",87331,118564 -"336727",87331,118573 -"336728",87332,87333 -"336729",87334,117943 -"336730",87334,117944 -"336731",87336,106781 -"336732",87336,106828 -"336733",87337,106266 -"336734",87338,95991 -"336735",87338,101468 -"336736",87338,114915 -"336737",87341,87355 -"336738",87341,87363 -"336739",87341,109680 -"336740",87343,91381 -"336741",87345,87352 -"336742",87345,87469 -"336743",87346,118056 -"336744",87347,87351 -"336745",87352,87469 -"336746",87354,90346 -"336747",87355,87363 -"336748",87355,108311 -"336749",87355,112678 -"336750",87356,118197 -"336751",87359,122201 -"336752",87361,87391 -"336753",87362,120965 -"336754",87362,120974 -"336755",87362,120976 -"336756",87366,87388 -"336757",87366,91400 -"336758",87369,108814 -"336759",87370,100265 -"336760",87370,103854 -"336761",87370,109477 -"336762",87371,98570 -"336763",87372,87383 -"336764",87372,87394 -"336765",87372,87405 -"336766",87376,87402 -"336767",87380,91900 -"336768",87382,101138 -"336769",87382,111473 -"336770",87383,87394 -"336771",87383,87405 -"336772",87384,118084 -"336773",87385,90307 -"336774",87385,94242 -"336775",87385,94250 -"336776",87385,94263 -"336777",87386,118843 -"336778",87389,97278 -"336779",87389,103201 -"336780",87389,105625 -"336781",87389,115957 -"336782",87391,100345 -"336783",87392,100810 -"336784",87394,87405 -"336785",87395,98260 -"336786",87396,90858 -"336787",87396,91557 -"336788",87396,104859 -"336789",87396,104864 -"336790",87396,104865 -"336791",87396,104882 -"336792",87396,119931 -"336793",87397,87403 -"336794",87398,90527 -"336795",87399,97047 -"336796",87400,87401 -"336797",87408,95034 -"336798",87408,102913 -"336799",87414,109333 -"336800",87414,112140 -"336801",87414,113659 -"336802",87414,113709 -"336803",87415,98293 -"336804",87416,89453 -"336805",87416,89801 -"336806",87416,91732 -"336807",87416,95156 -"336808",87416,109489 -"336809",87422,114409 -"336810",87426,87431 -"336811",87430,87471 -"336812",87436,109960 -"336813",87436,113959 -"336814",87436,113965 -"336815",87437,87444 -"336816",87438,94980 -"336817",87439,108053 -"336818",87441,94394 -"336819",87442,91467 -"336820",87443,91969 -"336821",87443,105146 -"336822",87443,118721 -"336823",87444,90192 -"336824",87444,98394 -"336825",87445,111943 -"336826",87447,102628 -"336827",87451,87521 -"336828",87451,87572 -"336829",87451,87663 -"336830",87451,87721 -"336831",87451,87862 -"336832",87452,87983 -"336833",87452,91475 -"336834",87455,90653 -"336835",87457,87465 -"336836",87458,91812 -"336837",87464,98146 -"336838",87466,99995 -"336839",87469,111757 -"336840",87476,87490 -"336841",87476,116986 -"336842",87478,114824 -"336843",87479,109728 -"336844",87479,112680 -"336845",87479,112682 -"336846",87479,112693 -"336847",87479,112694 -"336848",87480,99906 -"336849",87484,87575 -"336850",87484,118817 -"336851",87485,109357 -"336852",87488,97946 -"336853",87489,89110 -"336854",87489,111556 -"336855",87492,111431 -"336856",87496,94909 -"336857",87496,113442 -"336858",87501,87507 -"336859",87503,100639 -"336860",87509,91757 -"336861",87509,98434 -"336862",87509,112686 -"336863",87512,100636 -"336864",87515,89761 -"336865",87515,95027 -"336866",87515,99733 -"336867",87515,108406 -"336868",87516,97012 -"336869",87516,104342 -"336870",87516,122396 -"336871",87519,88114 -"336872",87521,87572 -"336873",87521,87663 -"336874",87521,87721 -"336875",87521,87862 -"336876",87524,87551 -"336877",87525,93273 -"336878",87526,95640 -"336879",87526,98165 -"336880",87526,122119 -"336881",87528,107050 -"336882",87531,123354 -"336883",87533,97804 -"336884",87534,103141 -"336885",87534,103156 -"336886",87534,103192 -"336887",87537,87733 -"336888",87537,87750 -"336889",87537,122654 -"336890",87538,87557 -"336891",87538,87683 -"336892",87538,102713 -"336893",87539,94143 -"336894",87544,91118 -"336895",87544,118329 -"336896",87544,119583 -"336897",87545,92384 -"336898",87545,102432 -"336899",87545,104612 -"336900",87550,95451 -"336901",87551,109058 -"336902",87551,109070 -"336903",87552,92248 -"336904",87554,89264 -"336905",87554,98237 -"336906",87554,110986 -"336907",87554,111079 -"336908",87554,111087 -"336909",87557,87683 -"336910",87557,102713 -"336911",87558,92495 -"336912",87558,111744 -"336913",87560,112024 -"336914",87560,120137 -"336915",87560,121841 -"336916",87561,99273 -"336917",87561,101508 -"336918",87561,102937 -"336919",87562,93411 -"336920",87562,109540 -"336921",87562,110547 -"336922",87563,97748 -"336923",87564,87696 -"336924",87564,105427 -"336925",87568,108518 -"336926",87569,119764 -"336927",87571,109046 -"336928",87572,87663 -"336929",87572,87721 -"336930",87572,87862 -"336931",87574,100376 -"336932",87575,118817 -"336933",87576,87605 -"336934",87576,107222 -"336935",87578,99613 -"336936",87578,119110 -"336937",87579,89689 -"336938",87582,88252 -"336939",87582,94667 -"336940",87582,96654 -"336941",87583,91458 -"336942",87583,116499 -"336943",87583,120211 -"336944",87586,102909 -"336945",87587,88287 -"336946",87588,102985 -"336947",87589,118678 -"336948",87590,105884 -"336949",87591,87594 -"336950",87595,119488 -"336951",87596,111953 -"336952",87597,106430 -"336953",87599,112130 -"336954",87599,118459 -"336955",87606,90535 -"336956",87611,91988 -"336957",87613,89877 -"336958",87615,101826 -"336959",87616,95771 -"336960",87618,93534 -"336961",87618,115796 -"336962",87618,123458 -"336963",87621,109087 -"336964",87621,117999 -"336965",87625,118260 -"336966",87625,118263 -"336967",87627,100408 -"336968",87631,105659 -"336969",87631,115101 -"336970",87631,115120 -"336971",87632,87727 -"336972",87633,94121 -"336973",87633,106797 -"336974",87634,98972 -"336975",87635,102628 -"336976",87635,103956 -"336977",87635,103980 -"336978",87636,95520 -"336979",87636,99670 -"336980",87637,89902 -"336981",87638,99773 -"336982",87638,117362 -"336983",87638,117363 -"336984",87638,121828 -"336985",87639,87643 -"336986",87640,87667 -"336987",87640,87680 -"336988",87640,87682 -"336989",87641,87672 -"336990",87642,87661 -"336991",87643,100716 -"336992",87644,87649 -"336993",87647,92054 -"336994",87647,92507 -"336995",87647,92509 -"336996",87650,120892 -"336997",87650,120896 -"336998",87652,87669 -"336999",87654,92698 -"337000",87655,94081 -"337001",87663,87721 -"337002",87663,87862 -"337003",87663,117438 -"337004",87666,95304 -"337005",87666,104066 -"337006",87667,87680 -"337007",87667,87682 -"337008",87668,101276 -"337009",87668,109007 -"337010",87668,109650 -"337011",87668,114431 -"337012",87671,106127 -"337013",87674,100145 -"337014",87674,101970 -"337015",87674,103996 -"337016",87674,122824 -"337017",87676,87688 -"337018",87677,87678 -"337019",87680,87682 -"337020",87683,114001 -"337021",87685,92422 -"337022",87685,92442 -"337023",87686,115971 -"337024",87686,117098 -"337025",87686,118177 -"337026",87687,95198 -"337027",87687,106934 -"337028",87690,97931 -"337029",87690,108704 -"337030",87690,111471 -"337031",87690,118999 -"337032",87690,119441 -"337033",87692,90802 -"337034",87692,90850 -"337035",87692,101395 -"337036",87692,115007 -"337037",87692,117011 -"337038",87694,87699 -"337039",87696,105427 -"337040",87697,94576 -"337041",87698,88722 -"337042",87699,90294 -"337043",87699,90306 -"337044",87701,88098 -"337045",87701,89694 -"337046",87701,98726 -"337047",87701,98757 -"337048",87702,101633 -"337049",87702,101638 -"337050",87702,101676 -"337051",87705,99937 -"337052",87709,91719 -"337053",87709,96137 -"337054",87717,105405 -"337055",87717,107573 -"337056",87720,115299 -"337057",87720,121995 -"337058",87721,87862 -"337059",87724,95323 -"337060",87724,118660 -"337061",87724,118932 -"337062",87728,88054 -"337063",87729,103716 -"337064",87730,104103 -"337065",87730,109596 -"337066",87730,118944 -"337067",87731,88297 -"337068",87731,90598 -"337069",87731,117784 -"337070",87733,87750 -"337071",87733,88438 -"337072",87733,106442 -"337073",87733,122654 -"337074",87734,101632 -"337075",87737,92242 -"337076",87737,117674 -"337077",87737,121265 -"337078",87737,121266 -"337079",87738,104049 -"337080",87739,87764 -"337081",87741,87742 -"337082",87743,90669 -"337083",87743,118249 -"337084",87745,88309 -"337085",87745,93681 -"337086",87745,98985 -"337087",87745,107578 -"337088",87748,106186 -"337089",87748,108191 -"337090",87748,110443 -"337091",87748,110822 -"337092",87749,115096 -"337093",87749,115939 -"337094",87749,122675 -"337095",87751,118387 -"337096",87751,118581 -"337097",87752,110996 -"337098",87752,113737 -"337099",87754,110925 -"337100",87754,114124 -"337101",87755,104462 -"337102",87756,88943 -"337103",87758,102944 -"337104",87758,103285 -"337105",87758,109637 -"337106",87758,109871 -"337107",87759,105882 -"337108",87759,117894 -"337109",87759,117896 -"337110",87762,87763 -"337111",87764,112274 -"337112",87766,91802 -"337113",87767,87855 -"337114",87768,91312 -"337115",87769,97354 -"337116",87770,89503 -"337117",87770,90665 -"337118",87770,115917 -"337119",87771,99445 -"337120",87775,87850 -"337121",87777,87976 -"337122",87778,117256 -"337123",87778,117257 -"337124",87779,120523 -"337125",87779,120560 -"337126",87782,111809 -"337127",87782,111815 -"337128",87785,104763 -"337129",87785,109234 -"337130",87786,87787 -"337131",87786,87793 -"337132",87786,87804 -"337133",87787,87793 -"337134",87787,87804 -"337135",87791,119778 -"337136",87792,117291 -"337137",87793,87804 -"337138",87794,94031 -"337139",87794,94448 -"337140",87794,120352 -"337141",87794,120380 -"337142",87794,122657 -"337143",87797,96952 -"337144",87799,99665 -"337145",87800,89923 -"337146",87800,118126 -"337147",87805,90699 -"337148",87808,99748 -"337149",87809,87830 -"337150",87809,87832 -"337151",87809,87842 -"337152",87810,90394 -"337153",87810,105613 -"337154",87813,88773 -"337155",87813,90993 -"337156",87813,90994 -"337157",87813,92417 -"337158",87813,100319 -"337159",87813,101250 -"337160",87813,101462 -"337161",87813,109885 -"337162",87813,110742 -"337163",87813,112606 -"337164",87813,116142 -"337165",87813,116150 -"337166",87813,116151 -"337167",87813,116152 -"337168",87813,116155 -"337169",87813,116159 -"337170",87813,116163 -"337171",87813,116165 -"337172",87813,116166 -"337173",87813,116171 -"337174",87813,116677 -"337175",87813,116678 -"337176",87816,101187 -"337177",87820,119069 -"337178",87821,87869 -"337179",87824,103160 -"337180",87825,106805 -"337181",87827,117930 -"337182",87828,100454 -"337183",87829,88079 -"337184",87830,87832 -"337185",87830,87842 -"337186",87831,100903 -"337187",87831,117277 -"337188",87831,117976 -"337189",87831,117982 -"337190",87832,87842 -"337191",87833,87946 -"337192",87837,101883 -"337193",87839,87852 -"337194",87841,95388 -"337195",87841,99591 -"337196",87841,114069 -"337197",87841,114075 -"337198",87847,108445 -"337199",87848,100359 -"337200",87848,101735 -"337201",87848,104452 -"337202",87853,92017 -"337203",87853,97558 -"337204",87853,117044 -"337205",87856,89918 -"337206",87856,110299 -"337207",87858,101460 -"337208",87858,107448 -"337209",87858,118407 -"337210",87859,92956 -"337211",87860,88043 -"337212",87865,120519 -"337213",87866,97833 -"337214",87866,103035 -"337215",87866,103091 -"337216",87866,114201 -"337217",87870,91156 -"337218",87870,91514 -"337219",87870,92130 -"337220",87870,96356 -"337221",87870,98117 -"337222",87870,103011 -"337223",87870,105435 -"337224",87870,109244 -"337225",87870,109445 -"337226",87870,109449 -"337227",87870,109450 -"337228",87870,109457 -"337229",87871,97774 -"337230",87871,118385 -"337231",87871,120366 -"337232",87875,99305 -"337233",87875,107659 -"337234",87878,87892 -"337235",87881,96441 -"337236",87883,109860 -"337237",87883,118781 -"337238",87890,102512 -"337239",87893,89702 -"337240",87893,108667 -"337241",87895,87897 -"337242",87895,102785 -"337243",87895,106385 -"337244",87895,108048 -"337245",87895,108093 -"337246",87899,99160 -"337247",87901,95986 -"337248",87901,95998 -"337249",87904,95855 -"337250",87904,96851 -"337251",87904,98655 -"337252",87904,102981 -"337253",87904,113853 -"337254",87905,112988 -"337255",87906,102202 -"337256",87906,109099 -"337257",87906,122633 -"337258",87907,112104 -"337259",87907,115339 -"337260",87908,120246 -"337261",87909,90541 -"337262",87913,87940 -"337263",87914,91770 -"337264",87914,97485 -"337265",87914,104662 -"337266",87914,110380 -"337267",87914,110488 -"337268",87914,110719 -"337269",87914,121290 -"337270",87914,121294 -"337271",87915,101381 -"337272",87915,104588 -"337273",87915,106413 -"337274",87915,107481 -"337275",87915,110336 -"337276",87916,87939 -"337277",87916,87944 -"337278",87916,90166 -"337279",87916,107502 -"337280",87917,111968 -"337281",87917,111973 -"337282",87918,112190 -"337283",87918,112195 -"337284",87918,115192 -"337285",87918,115231 -"337286",87918,115301 -"337287",87920,123440 -"337288",87922,92438 -"337289",87922,92451 -"337290",87923,87937 -"337291",87924,87932 -"337292",87924,87942 -"337293",87925,108089 -"337294",87926,89015 -"337295",87930,100856 -"337296",87931,100679 -"337297",87931,109570 -"337298",87931,110432 -"337299",87931,116964 -"337300",87932,87942 -"337301",87932,93702 -"337302",87935,110723 -"337303",87935,110738 -"337304",87935,115346 -"337305",87936,92296 -"337306",87936,105738 -"337307",87936,115683 -"337308",87937,100516 -"337309",87937,111786 -"337310",87937,118530 -"337311",87939,87944 -"337312",87944,92234 -"337313",87945,105924 -"337314",87946,112409 -"337315",87947,119651 -"337316",87953,103400 -"337317",87953,103401 -"337318",87956,109300 -"337319",87957,96661 -"337320",87957,100907 -"337321",87957,101333 -"337322",87957,102480 -"337323",87957,113594 -"337324",87960,103572 -"337325",87960,103718 -"337326",87960,108941 -"337327",87960,111836 -"337328",87965,108560 -"337329",87966,118406 -"337330",87969,98441 -"337331",87970,103616 -"337332",87973,109049 -"337333",87976,116470 -"337334",87978,87981 -"337335",87979,93819 -"337336",87982,88421 -"337337",87982,98702 -"337338",87983,91475 -"337339",87985,99430 -"337340",87987,88002 -"337341",87987,88003 -"337342",87988,87989 -"337343",87992,118217 -"337344",87993,106093 -"337345",87995,109736 -"337346",87995,112606 -"337347",87995,119846 -"337348",87996,105566 -"337349",87997,117051 -"337350",88002,88003 -"337351",88005,88020 -"337352",88006,88017 -"337353",88007,97567 -"337354",88007,104077 -"337355",88010,88019 -"337356",88011,88021 -"337357",88012,96963 -"337358",88012,102047 -"337359",88012,102588 -"337360",88012,107653 -"337361",88012,122107 -"337362",88014,109153 -"337363",88018,95073 -"337364",88018,100237 -"337365",88018,105194 -"337366",88018,117037 -"337367",88018,119255 -"337368",88023,88028 -"337369",88024,88042 -"337370",88025,96301 -"337371",88027,107339 -"337372",88029,109892 -"337373",88029,113993 -"337374",88031,90594 -"337375",88031,90741 -"337376",88031,90761 -"337377",88038,106952 -"337378",88039,95613 -"337379",88039,108530 -"337380",88041,88045 -"337381",88044,109490 -"337382",88044,120216 -"337383",88046,109506 -"337384",88046,122007 -"337385",88050,90128 -"337386",88051,93178 -"337387",88051,104858 -"337388",88052,95547 -"337389",88052,111354 -"337390",88055,94722 -"337391",88055,102904 -"337392",88055,120158 -"337393",88056,93567 -"337394",88058,92717 -"337395",88058,96179 -"337396",88058,96200 -"337397",88058,106534 -"337398",88058,106544 -"337399",88063,88070 -"337400",88067,88068 -"337401",88067,88080 -"337402",88067,88090 -"337403",88068,88080 -"337404",88068,88090 -"337405",88071,102003 -"337406",88071,114679 -"337407",88074,92106 -"337408",88074,93658 -"337409",88077,94386 -"337410",88077,103452 -"337411",88077,106271 -"337412",88078,88084 -"337413",88079,88987 -"337414",88080,88090 -"337415",88081,94961 -"337416",88088,111680 -"337417",88089,121228 -"337418",88092,99835 -"337419",88092,113988 -"337420",88093,88185 -"337421",88094,97574 -"337422",88094,109143 -"337423",88094,109150 -"337424",88094,119250 -"337425",88098,89694 -"337426",88098,98726 -"337427",88098,98757 -"337428",88101,92338 -"337429",88101,92349 -"337430",88101,92360 -"337431",88101,92376 -"337432",88101,92388 -"337433",88101,92391 -"337434",88103,107781 -"337435",88103,116249 -"337436",88104,93216 -"337437",88104,96475 -"337438",88109,90942 -"337439",88109,100149 -"337440",88116,89829 -"337441",88116,118756 -"337442",88118,96825 -"337443",88118,103578 -"337444",88119,106814 -"337445",88121,88455 -"337446",88121,90776 -"337447",88121,90822 -"337448",88121,92987 -"337449",88123,119007 -"337450",88124,104708 -"337451",88128,99091 -"337452",88132,106877 -"337453",88132,119196 -"337454",88133,104797 -"337455",88134,92226 -"337456",88135,93574 -"337457",88135,114189 -"337458",88138,107050 -"337459",88139,89249 -"337460",88139,108253 -"337461",88141,95511 -"337462",88142,112670 -"337463",88146,105507 -"337464",88148,106019 -"337465",88148,106820 -"337466",88148,122530 -"337467",88149,88359 -"337468",88149,92547 -"337469",88149,99493 -"337470",88149,106594 -"337471",88150,102316 -"337472",88150,106415 -"337473",88150,121779 -"337474",88150,123293 -"337475",88150,123294 -"337476",88150,123308 -"337477",88150,123309 -"337478",88150,123310 -"337479",88150,123315 -"337480",88150,123318 -"337481",88150,123319 -"337482",88150,123320 -"337483",88150,123338 -"337484",88150,123341 -"337485",88150,123344 -"337486",88150,123345 -"337487",88151,106599 -"337488",88151,110428 -"337489",88151,111581 -"337490",88153,100387 -"337491",88153,100410 -"337492",88154,106455 -"337493",88155,96403 -"337494",88155,104021 -"337495",88155,114136 -"337496",88155,122346 -"337497",88155,122354 -"337498",88155,122362 -"337499",88156,98899 -"337500",88157,101564 -"337501",88159,91788 -"337502",88159,91847 -"337503",88159,91851 -"337504",88160,95244 -"337505",88160,95577 -"337506",88166,88167 -"337507",88169,104746 -"337508",88169,114796 -"337509",88171,92730 -"337510",88171,112109 -"337511",88171,122015 -"337512",88173,88446 -"337513",88173,88469 -"337514",88173,89209 -"337515",88173,89230 -"337516",88173,102409 -"337517",88173,103470 -"337518",88173,107905 -"337519",88174,107773 -"337520",88175,88767 -"337521",88176,88213 -"337522",88176,101819 -"337523",88176,101847 -"337524",88176,108859 -"337525",88177,96681 -"337526",88177,112357 -"337527",88177,115986 -"337528",88177,122081 -"337529",88177,122104 -"337530",88177,122143 -"337531",88177,122147 -"337532",88177,122149 -"337533",88178,93323 -"337534",88178,100954 -"337535",88181,92383 -"337536",88181,95095 -"337537",88181,95103 -"337538",88181,95664 -"337539",88183,101130 -"337540",88183,107409 -"337541",88183,108850 -"337542",88184,92426 -"337543",88184,111303 -"337544",88186,88202 -"337545",88189,88359 -"337546",88189,99324 -"337547",88190,88191 -"337548",88191,92721 -"337549",88192,95102 -"337550",88192,95107 -"337551",88192,95203 -"337552",88194,96700 -"337553",88194,103212 -"337554",88194,105156 -"337555",88194,110868 -"337556",88194,111684 -"337557",88194,113079 -"337558",88197,88563 -"337559",88197,117069 -"337560",88199,88345 -"337561",88199,99101 -"337562",88199,102889 -"337563",88199,108678 -"337564",88203,104578 -"337565",88205,90903 -"337566",88206,90742 -"337567",88207,88326 -"337568",88209,89822 -"337569",88209,94243 -"337570",88209,95448 -"337571",88209,101943 -"337572",88211,88463 -"337573",88212,114547 -"337574",88213,101819 -"337575",88213,101847 -"337576",88214,91920 -"337577",88217,97390 -"337578",88220,106982 -"337579",88221,88288 -"337580",88221,88443 -"337581",88221,91779 -"337582",88221,96525 -"337583",88221,104981 -"337584",88221,106555 -"337585",88222,91130 -"337586",88226,88251 -"337587",88229,91437 -"337588",88229,95631 -"337589",88230,88390 -"337590",88230,88410 -"337591",88230,89827 -"337592",88230,91824 -"337593",88230,96536 -"337594",88230,100336 -"337595",88230,100621 -"337596",88230,103996 -"337597",88232,88237 -"337598",88232,88462 -"337599",88232,89036 -"337600",88232,91411 -"337601",88232,101016 -"337602",88232,110208 -"337603",88233,88238 -"337604",88233,93933 -"337605",88233,111136 -"337606",88233,119061 -"337607",88233,122476 -"337608",88236,88425 -"337609",88236,88580 -"337610",88236,88584 -"337611",88237,88462 -"337612",88240,89044 -"337613",88240,94514 -"337614",88240,115323 -"337615",88240,115328 -"337616",88242,88650 -"337617",88242,90077 -"337618",88242,95604 -"337619",88242,99210 -"337620",88242,99315 -"337621",88242,99316 -"337622",88242,99327 -"337623",88242,99329 -"337624",88242,99350 -"337625",88242,99844 -"337626",88242,109371 -"337627",88242,109373 -"337628",88242,112290 -"337629",88242,112298 -"337630",88242,112468 -"337631",88242,113803 -"337632",88242,119859 -"337633",88242,119944 -"337634",88242,119950 -"337635",88244,88305 -"337636",88245,88686 -"337637",88245,99782 -"337638",88245,114451 -"337639",88248,118579 -"337640",88249,88520 -"337641",88250,88274 -"337642",88250,88334 -"337643",88251,102119 -"337644",88251,106854 -"337645",88251,112436 -"337646",88252,94667 -"337647",88252,96654 -"337648",88252,122804 -"337649",88253,113782 -"337650",88254,100298 -"337651",88254,106671 -"337652",88256,98307 -"337653",88256,111538 -"337654",88256,112875 -"337655",88257,89428 -"337656",88257,95197 -"337657",88257,99796 -"337658",88257,100810 -"337659",88257,105872 -"337660",88258,88259 -"337661",88258,93424 -"337662",88259,93424 -"337663",88259,94853 -"337664",88259,95993 -"337665",88259,101344 -"337666",88259,101370 -"337667",88259,101372 -"337668",88260,101724 -"337669",88261,113385 -"337670",88262,88276 -"337671",88262,88318 -"337672",88262,88347 -"337673",88263,95548 -"337674",88265,90902 -"337675",88265,98358 -"337676",88265,100109 -"337677",88265,103057 -"337678",88265,115764 -"337679",88266,114940 -"337680",88268,88286 -"337681",88268,105355 -"337682",88268,107352 -"337683",88269,88275 -"337684",88271,88356 -"337685",88272,107844 -"337686",88272,111285 -"337687",88274,88334 -"337688",88274,101141 -"337689",88274,101153 -"337690",88274,103724 -"337691",88276,88318 -"337692",88276,88347 -"337693",88276,119998 -"337694",88277,88283 -"337695",88277,88289 -"337696",88277,100727 -"337697",88278,88321 -"337698",88278,90679 -"337699",88278,99858 -"337700",88278,110499 -"337701",88279,88319 -"337702",88280,88291 -"337703",88280,88308 -"337704",88280,89059 -"337705",88280,90946 -"337706",88280,96513 -"337707",88280,97741 -"337708",88280,98600 -"337709",88280,99613 -"337710",88280,104750 -"337711",88280,112062 -"337712",88280,113534 -"337713",88280,118428 -"337714",88283,88289 -"337715",88284,88386 -"337716",88285,88417 -"337717",88286,90196 -"337718",88287,114589 -"337719",88288,88443 -"337720",88288,89874 -"337721",88288,91779 -"337722",88288,108430 -"337723",88289,89820 -"337724",88289,90721 -"337725",88289,91687 -"337726",88289,97058 -"337727",88289,97067 -"337728",88289,97074 -"337729",88289,97102 -"337730",88289,97103 -"337731",88289,97104 -"337732",88289,97109 -"337733",88289,97110 -"337734",88289,111535 -"337735",88291,88308 -"337736",88292,105191 -"337737",88292,106009 -"337738",88296,93405 -"337739",88296,93459 -"337740",88296,97783 -"337741",88297,90598 -"337742",88297,91083 -"337743",88297,101534 -"337744",88297,110998 -"337745",88297,111048 -"337746",88297,111067 -"337747",88297,117784 -"337748",88298,90418 -"337749",88298,95945 -"337750",88298,98911 -"337751",88298,99016 -"337752",88298,103847 -"337753",88300,91293 -"337754",88300,107168 -"337755",88300,107292 -"337756",88301,99046 -"337757",88302,105918 -"337758",88306,89104 -"337759",88306,93606 -"337760",88306,104551 -"337761",88306,115886 -"337762",88307,95204 -"337763",88308,100291 -"337764",88308,100498 -"337765",88308,100502 -"337766",88308,100549 -"337767",88308,104662 -"337768",88308,109434 -"337769",88308,116364 -"337770",88308,116382 -"337771",88309,91779 -"337772",88309,98985 -"337773",88309,102535 -"337774",88309,106275 -"337775",88309,106280 -"337776",88309,107578 -"337777",88315,93188 -"337778",88317,103848 -"337779",88317,105473 -"337780",88317,105475 -"337781",88318,88347 -"337782",88320,94238 -"337783",88320,112337 -"337784",88322,112740 -"337785",88328,95119 -"337786",88329,88335 -"337787",88329,116340 -"337788",88329,122776 -"337789",88331,102383 -"337790",88332,88333 -"337791",88332,94683 -"337792",88332,113763 -"337793",88333,90318 -"337794",88333,92200 -"337795",88336,94644 -"337796",88337,93135 -"337797",88337,100506 -"337798",88337,106580 -"337799",88337,115097 -"337800",88338,90988 -"337801",88338,114338 -"337802",88338,114341 -"337803",88338,114649 -"337804",88338,122166 -"337805",88339,117080 -"337806",88339,117093 -"337807",88340,88749 -"337808",88340,89069 -"337809",88340,89373 -"337810",88340,89995 -"337811",88340,90919 -"337812",88340,90936 -"337813",88340,92861 -"337814",88340,93097 -"337815",88340,94231 -"337816",88340,95489 -"337817",88340,96247 -"337818",88340,96363 -"337819",88340,97898 -"337820",88343,98704 -"337821",88344,96402 -"337822",88344,102809 -"337823",88346,88364 -"337824",88346,88443 -"337825",88346,88510 -"337826",88350,99789 -"337827",88352,88500 -"337828",88354,117904 -"337829",88355,90010 -"337830",88356,88760 -"337831",88357,91602 -"337832",88357,109465 -"337833",88359,93419 -"337834",88359,101435 -"337835",88359,102486 -"337836",88361,88369 -"337837",88361,88429 -"337838",88362,89528 -"337839",88362,119538 -"337840",88363,88401 -"337841",88363,91702 -"337842",88363,99162 -"337843",88363,99815 -"337844",88363,107792 -"337845",88363,121225 -"337846",88364,88443 -"337847",88364,88510 -"337848",88368,88562 -"337849",88369,88429 -"337850",88370,92418 -"337851",88372,91692 -"337852",88372,91708 -"337853",88373,88375 -"337854",88373,123160 -"337855",88373,123163 -"337856",88374,88662 -"337857",88376,88417 -"337858",88377,99032 -"337859",88378,88393 -"337860",88378,88422 -"337861",88378,88423 -"337862",88378,88433 -"337863",88379,99620 -"337864",88379,109109 -"337865",88379,113253 -"337866",88379,122700 -"337867",88380,99632 -"337868",88381,110800 -"337869",88381,114119 -"337870",88382,89199 -"337871",88382,89206 -"337872",88383,91729 -"337873",88383,105653 -"337874",88383,107856 -"337875",88383,107875 -"337876",88383,108383 -"337877",88384,98593 -"337878",88385,111045 -"337879",88385,113403 -"337880",88387,98564 -"337881",88390,88410 -"337882",88390,92807 -"337883",88391,100031 -"337884",88391,102429 -"337885",88391,112969 -"337886",88393,88422 -"337887",88393,88423 -"337888",88393,88433 -"337889",88396,93259 -"337890",88398,96145 -"337891",88398,118414 -"337892",88399,88414 -"337893",88399,88444 -"337894",88399,88445 -"337895",88400,111841 -"337896",88403,95398 -"337897",88404,98021 -"337898",88405,99518 -"337899",88406,90520 -"337900",88407,96651 -"337901",88407,108754 -"337902",88407,108763 -"337903",88408,90187 -"337904",88408,92556 -"337905",88409,90765 -"337906",88409,90883 -"337907",88409,91383 -"337908",88409,92113 -"337909",88409,98904 -"337910",88409,101616 -"337911",88409,102940 -"337912",88409,109792 -"337913",88409,115002 -"337914",88409,115221 -"337915",88409,118577 -"337916",88409,119085 -"337917",88409,119224 -"337918",88409,119439 -"337919",88409,120085 -"337920",88409,120232 -"337921",88409,121213 -"337922",88412,88418 -"337923",88412,88419 -"337924",88412,90275 -"337925",88412,90426 -"337926",88412,91112 -"337927",88412,91526 -"337928",88412,93425 -"337929",88412,93523 -"337930",88412,94520 -"337931",88412,95954 -"337932",88412,99544 -"337933",88412,99547 -"337934",88412,99554 -"337935",88412,100595 -"337936",88412,100739 -"337937",88412,100819 -"337938",88412,101898 -"337939",88412,101988 -"337940",88412,102146 -"337941",88412,102201 -"337942",88412,102309 -"337943",88412,102635 -"337944",88412,102730 -"337945",88412,102846 -"337946",88412,103790 -"337947",88412,104095 -"337948",88412,104574 -"337949",88412,104784 -"337950",88412,104845 -"337951",88412,107269 -"337952",88412,107623 -"337953",88412,107714 -"337954",88412,107879 -"337955",88412,107975 -"337956",88413,94922 -"337957",88413,102147 -"337958",88413,102148 -"337959",88413,103234 -"337960",88414,88444 -"337961",88414,88445 -"337962",88415,88428 -"337963",88415,88532 -"337964",88416,90174 -"337965",88418,88419 -"337966",88422,88423 -"337967",88422,88433 -"337968",88423,88433 -"337969",88423,105048 -"337970",88424,88517 -"337971",88425,88580 -"337972",88425,88584 -"337973",88428,88532 -"337974",88431,104335 -"337975",88431,104977 -"337976",88431,110870 -"337977",88431,118244 -"337978",88432,88525 -"337979",88436,113288 -"337980",88436,115471 -"337981",88436,118421 -"337982",88437,89234 -"337983",88438,106442 -"337984",88439,88794 -"337985",88439,90589 -"337986",88439,97918 -"337987",88439,106714 -"337988",88439,106717 -"337989",88439,122059 -"337990",88441,90503 -"337991",88443,88510 -"337992",88443,91779 -"337993",88443,96525 -"337994",88443,96768 -"337995",88443,112911 -"337996",88443,119637 -"337997",88444,88445 -"337998",88446,88469 -"337999",88447,88450 -"338000",88448,99196 -"338001",88448,100038 -"338002",88448,101506 -"338003",88448,102919 -"338004",88448,107364 -"338005",88451,105187 -"338006",88452,90343 -"338007",88452,121413 -"338008",88453,117469 -"338009",88454,94625 -"338010",88454,100075 -"338011",88455,90776 -"338012",88455,90822 -"338013",88456,88464 -"338014",88457,91026 -"338015",88457,92017 -"338016",88460,89198 -"338017",88462,99263 -"338018",88462,105019 -"338019",88462,105030 -"338020",88462,105478 -"338021",88462,105925 -"338022",88464,89304 -"338023",88465,93320 -"338024",88466,123001 -"338025",88468,97065 -"338026",88468,114361 -"338027",88469,101166 -"338028",88469,120210 -"338029",88470,88736 -"338030",88471,90567 -"338031",88471,92101 -"338032",88471,92393 -"338033",88471,96455 -"338034",88471,102017 -"338035",88471,102034 -"338036",88471,118620 -"338037",88472,88475 -"338038",88472,88490 -"338039",88472,88492 -"338040",88474,90524 -"338041",88474,91014 -"338042",88474,93696 -"338043",88474,107563 -"338044",88475,88490 -"338045",88475,88492 -"338046",88479,89869 -"338047",88479,93017 -"338048",88479,108783 -"338049",88479,122548 -"338050",88480,94574 -"338051",88480,96620 -"338052",88480,110956 -"338053",88480,111140 -"338054",88480,115926 -"338055",88480,118554 -"338056",88480,118565 -"338057",88480,122490 -"338058",88482,91704 -"338059",88482,92795 -"338060",88483,93031 -"338061",88483,105369 -"338062",88484,91144 -"338063",88484,105971 -"338064",88485,88486 -"338065",88485,90358 -"338066",88485,106314 -"338067",88487,92648 -"338068",88487,113741 -"338069",88487,113746 -"338070",88487,120922 -"338071",88488,94228 -"338072",88490,88492 -"338073",88490,90875 -"338074",88490,92246 -"338075",88490,99553 -"338076",88490,100523 -"338077",88490,102236 -"338078",88491,88511 -"338079",88494,98043 -"338080",88496,108100 -"338081",88496,121063 -"338082",88499,88503 -"338083",88499,90687 -"338084",88501,111569 -"338085",88501,113833 -"338086",88501,114698 -"338087",88501,121636 -"338088",88504,98416 -"338089",88505,111659 -"338090",88506,116386 -"338091",88507,119432 -"338092",88508,95536 -"338093",88508,103180 -"338094",88508,107004 -"338095",88510,93881 -"338096",88510,108255 -"338097",88510,119334 -"338098",88510,119408 -"338099",88511,89983 -"338100",88511,91068 -"338101",88511,96522 -"338102",88511,98155 -"338103",88511,119469 -"338104",88513,88526 -"338105",88515,99977 -"338106",88516,88587 -"338107",88516,107954 -"338108",88521,90782 -"338109",88521,90832 -"338110",88521,123278 -"338111",88522,93474 -"338112",88527,93337 -"338113",88528,99180 -"338114",88529,88572 -"338115",88531,102904 -"338116",88531,104204 -"338117",88533,103239 -"338118",88533,106274 -"338119",88534,94740 -"338120",88535,121676 -"338121",88535,122480 -"338122",88536,92553 -"338123",88536,93507 -"338124",88536,105181 -"338125",88536,107008 -"338126",88536,107043 -"338127",88536,107044 -"338128",88537,115717 -"338129",88539,110159 -"338130",88541,88547 -"338131",88543,99217 -"338132",88544,97836 -"338133",88545,120226 -"338134",88546,102443 -"338135",88546,102764 -"338136",88546,105136 -"338137",88546,108554 -"338138",88546,108558 -"338139",88546,109727 -"338140",88546,115907 -"338141",88546,116847 -"338142",88546,118705 -"338143",88548,89989 -"338144",88550,88598 -"338145",88550,115444 -"338146",88550,121582 -"338147",88553,119288 -"338148",88553,119708 -"338149",88553,120550 -"338150",88553,122370 -"338151",88553,122380 -"338152",88553,123380 -"338153",88554,88612 -"338154",88557,88674 -"338155",88561,104878 -"338156",88563,117069 -"338157",88563,117608 -"338158",88563,117622 -"338159",88565,119181 -"338160",88566,93818 -"338161",88566,110928 -"338162",88566,111014 -"338163",88568,88573 -"338164",88568,99069 -"338165",88569,93792 -"338166",88569,93793 -"338167",88569,99071 -"338168",88569,119666 -"338169",88570,109717 -"338170",88572,96691 -"338171",88572,113861 -"338172",88574,101157 -"338173",88574,101453 -"338174",88574,102727 -"338175",88574,103976 -"338176",88574,119725 -"338177",88578,95991 -"338178",88579,102122 -"338179",88579,107249 -"338180",88579,107733 -"338181",88580,88584 -"338182",88581,95542 -"338183",88582,88723 -"338184",88582,102934 -"338185",88582,103767 -"338186",88582,105841 -"338187",88583,90057 -"338188",88583,92785 -"338189",88583,94737 -"338190",88583,96576 -"338191",88583,100072 -"338192",88583,108098 -"338193",88583,110926 -"338194",88585,111613 -"338195",88586,92374 -"338196",88586,101776 -"338197",88586,109893 -"338198",88586,110362 -"338199",88589,120020 -"338200",88591,91440 -"338201",88591,93331 -"338202",88597,96542 -"338203",88597,97869 -"338204",88597,99070 -"338205",88597,101235 -"338206",88597,117345 -"338207",88597,118044 -"338208",88597,119236 -"338209",88597,119239 -"338210",88600,93977 -"338211",88600,109325 -"338212",88602,90826 -"338213",88602,97382 -"338214",88602,108807 -"338215",88602,108842 -"338216",88603,88693 -"338217",88608,111007 -"338218",88609,116513 -"338219",88609,117851 -"338220",88613,101739 -"338221",88613,104409 -"338222",88613,116856 -"338223",88614,90447 -"338224",88614,108078 -"338225",88614,108080 -"338226",88614,108090 -"338227",88614,108094 -"338228",88615,88616 -"338229",88616,91491 -"338230",88617,102932 -"338231",88618,90558 -"338232",88618,90942 -"338233",88618,95130 -"338234",88618,116850 -"338235",88619,96245 -"338236",88621,102837 -"338237",88621,104597 -"338238",88627,99601 -"338239",88627,102322 -"338240",88627,102337 -"338241",88629,98758 -"338242",88630,102509 -"338243",88633,101738 -"338244",88633,117014 -"338245",88638,92421 -"338246",88638,92660 -"338247",88638,104274 -"338248",88639,102734 -"338249",88639,115744 -"338250",88640,88657 -"338251",88640,119479 -"338252",88641,123238 -"338253",88642,120615 -"338254",88642,120623 -"338255",88643,88704 -"338256",88643,88725 -"338257",88643,107248 -"338258",88643,107391 -"338259",88643,113108 -"338260",88645,90164 -"338261",88645,98078 -"338262",88645,102541 -"338263",88645,111698 -"338264",88646,89146 -"338265",88646,91431 -"338266",88648,89599 -"338267",88648,95575 -"338268",88648,112778 -"338269",88650,95604 -"338270",88650,96099 -"338271",88650,99210 -"338272",88650,99350 -"338273",88650,99844 -"338274",88650,100478 -"338275",88650,102353 -"338276",88650,106528 -"338277",88650,109371 -"338278",88650,109373 -"338279",88650,111155 -"338280",88653,119353 -"338281",88654,121497 -"338282",88655,88715 -"338283",88655,108177 -"338284",88659,90657 -"338285",88662,89286 -"338286",88662,91083 -"338287",88662,92416 -"338288",88662,100599 -"338289",88662,102229 -"338290",88663,89263 -"338291",88663,98379 -"338292",88665,111607 -"338293",88666,90498 -"338294",88667,103443 -"338295",88671,100437 -"338296",88671,103297 -"338297",88671,112870 -"338298",88671,113497 -"338299",88671,114296 -"338300",88671,116203 -"338301",88673,90003 -"338302",88674,90767 -"338303",88674,91900 -"338304",88674,102455 -"338305",88674,102474 -"338306",88674,106406 -"338307",88674,119540 -"338308",88677,99539 -"338309",88677,104548 -"338310",88677,111643 -"338311",88678,89082 -"338312",88678,89120 -"338313",88678,89127 -"338314",88678,89163 -"338315",88678,98259 -"338316",88679,88688 -"338317",88679,89081 -"338318",88679,89109 -"338319",88679,89138 -"338320",88679,89140 -"338321",88679,89143 -"338322",88679,89148 -"338323",88679,89162 -"338324",88679,97289 -"338325",88680,104878 -"338326",88681,90423 -"338327",88681,98673 -"338328",88681,105039 -"338329",88682,88683 -"338330",88686,115608 -"338331",88687,88823 -"338332",88687,88826 -"338333",88688,89081 -"338334",88688,89109 -"338335",88688,89138 -"338336",88688,89140 -"338337",88688,89143 -"338338",88688,89148 -"338339",88688,89162 -"338340",88688,97289 -"338341",88690,103025 -"338342",88691,91062 -"338343",88692,103292 -"338344",88692,110282 -"338345",88692,111172 -"338346",88694,110366 -"338347",88695,90790 -"338348",88695,91162 -"338349",88695,91163 -"338350",88695,91165 -"338351",88695,91170 -"338352",88695,91201 -"338353",88696,105795 -"338354",88696,108415 -"338355",88696,109328 -"338356",88699,91912 -"338357",88699,94671 -"338358",88699,98925 -"338359",88699,100230 -"338360",88699,104674 -"338361",88699,108830 -"338362",88699,108867 -"338363",88704,88725 -"338364",88707,95074 -"338365",88707,104740 -"338366",88707,108392 -"338367",88708,88727 -"338368",88710,103140 -"338369",88710,105254 -"338370",88712,90491 -"338371",88712,94098 -"338372",88712,99740 -"338373",88712,104277 -"338374",88712,106674 -"338375",88712,108762 -"338376",88712,108934 -"338377",88713,93437 -"338378",88714,95476 -"338379",88714,97899 -"338380",88716,88717 -"338381",88716,90663 -"338382",88716,92035 -"338383",88716,97001 -"338384",88716,99022 -"338385",88716,99623 -"338386",88716,100144 -"338387",88716,102339 -"338388",88716,106772 -"338389",88717,95453 -"338390",88718,88907 -"338391",88721,111306 -"338392",88721,111312 -"338393",88721,116832 -"338394",88722,88728 -"338395",88722,88730 -"338396",88722,89003 -"338397",88723,89261 -"338398",88723,95332 -"338399",88723,105841 -"338400",88724,88975 -"338401",88724,111494 -"338402",88728,88730 -"338403",88728,101439 -"338404",88733,107579 -"338405",88734,103582 -"338406",88734,108245 -"338407",88735,88743 -"338408",88735,88748 -"338409",88736,89488 -"338410",88736,102569 -"338411",88737,104217 -"338412",88737,112699 -"338413",88738,88740 -"338414",88739,105567 -"338415",88739,114509 -"338416",88739,119987 -"338417",88739,120055 -"338418",88742,113974 -"338419",88743,88748 -"338420",88743,92078 -"338421",88744,97334 -"338422",88745,120807 -"338423",88747,91171 -"338424",88747,91821 -"338425",88747,101250 -"338426",88747,119338 -"338427",88747,121840 -"338428",88749,89069 -"338429",88749,89373 -"338430",88749,89995 -"338431",88749,90919 -"338432",88749,90936 -"338433",88749,92861 -"338434",88749,93097 -"338435",88749,94231 -"338436",88749,95489 -"338437",88749,96247 -"338438",88749,96363 -"338439",88749,96532 -"338440",88749,97898 -"338441",88750,90206 -"338442",88750,94075 -"338443",88750,94396 -"338444",88750,102876 -"338445",88750,115113 -"338446",88751,95160 -"338447",88751,110602 -"338448",88752,89874 -"338449",88752,91742 -"338450",88752,101832 -"338451",88752,101886 -"338452",88752,101887 -"338453",88752,103258 -"338454",88754,113554 -"338455",88756,117908 -"338456",88757,88782 -"338457",88759,90504 -"338458",88759,98386 -"338459",88762,88845 -"338460",88762,117270 -"338461",88764,90558 -"338462",88764,90818 -"338463",88764,90824 -"338464",88764,92035 -"338465",88764,94198 -"338466",88764,98335 -"338467",88764,99618 -"338468",88764,99736 -"338469",88764,101014 -"338470",88764,101100 -"338471",88764,101311 -"338472",88764,103762 -"338473",88764,104204 -"338474",88764,107575 -"338475",88764,108193 -"338476",88764,108829 -"338477",88764,108926 -"338478",88764,108937 -"338479",88764,109758 -"338480",88764,110766 -"338481",88767,103950 -"338482",88768,88769 -"338483",88768,88770 -"338484",88768,98968 -"338485",88769,88770 -"338486",88769,98968 -"338487",88770,98968 -"338488",88771,99173 -"338489",88771,106273 -"338490",88771,115918 -"338491",88772,94068 -"338492",88773,90993 -"338493",88773,90994 -"338494",88773,92417 -"338495",88773,93632 -"338496",88773,100319 -"338497",88773,101012 -"338498",88773,101250 -"338499",88773,101462 -"338500",88773,109885 -"338501",88773,110742 -"338502",88773,112606 -"338503",88773,116142 -"338504",88773,116150 -"338505",88773,116151 -"338506",88773,116152 -"338507",88773,116155 -"338508",88773,116159 -"338509",88773,116163 -"338510",88773,116165 -"338511",88773,116166 -"338512",88773,116171 -"338513",88773,116677 -"338514",88773,116678 -"338515",88780,88784 -"338516",88780,88785 -"338517",88782,92517 -"338518",88782,100140 -"338519",88782,105198 -"338520",88782,110250 -"338521",88782,122588 -"338522",88782,122819 -"338523",88782,122852 -"338524",88782,122861 -"338525",88782,122863 -"338526",88782,122864 -"338527",88784,88785 -"338528",88785,101131 -"338529",88785,101148 -"338530",88785,101149 -"338531",88786,102767 -"338532",88787,99575 -"338533",88787,120498 -"338534",88788,109633 -"338535",88788,122230 -"338536",88789,94631 -"338537",88789,106754 -"338538",88789,106801 -"338539",88791,88803 -"338540",88791,91328 -"338541",88791,102614 -"338542",88791,120545 -"338543",88793,103958 -"338544",88793,104039 -"338545",88796,105600 -"338546",88798,110459 -"338547",88799,97721 -"338548",88800,100953 -"338549",88801,94031 -"338550",88802,119534 -"338551",88803,91328 -"338552",88803,102614 -"338553",88803,111032 -"338554",88804,90169 -"338555",88804,102654 -"338556",88805,88833 -"338557",88808,90812 -"338558",88808,100076 -"338559",88811,88832 -"338560",88811,93562 -"338561",88813,88814 -"338562",88816,91148 -"338563",88816,96946 -"338564",88816,96947 -"338565",88816,96948 -"338566",88816,96949 -"338567",88816,96950 -"338568",88816,96951 -"338569",88816,96958 -"338570",88816,96959 -"338571",88816,97007 -"338572",88817,88821 -"338573",88818,89244 -"338574",88818,92035 -"338575",88819,89076 -"338576",88819,89552 -"338577",88819,94339 -"338578",88819,99634 -"338579",88819,110211 -"338580",88820,88831 -"338581",88823,88826 -"338582",88824,103450 -"338583",88824,119788 -"338584",88825,88952 -"338585",88828,106139 -"338586",88828,106269 -"338587",88828,121370 -"338588",88828,121410 -"338589",88828,121411 -"338590",88829,93646 -"338591",88829,94663 -"338592",88829,100590 -"338593",88829,106747 -"338594",88829,112471 -"338595",88829,113053 -"338596",88829,119972 -"338597",88829,120269 -"338598",88829,121199 -"338599",88832,93562 -"338600",88834,99466 -"338601",88835,93530 -"338602",88836,88855 -"338603",88836,88867 -"338604",88836,89663 -"338605",88836,89738 -"338606",88836,89740 -"338607",88838,94751 -"338608",88839,88848 -"338609",88840,90710 -"338610",88842,100218 -"338611",88842,107505 -"338612",88842,111205 -"338613",88843,92496 -"338614",88843,93783 -"338615",88843,94954 -"338616",88843,94955 -"338617",88843,94957 -"338618",88843,94969 -"338619",88843,103398 -"338620",88843,103626 -"338621",88848,92561 -"338622",88848,93455 -"338623",88848,93526 -"338624",88848,93654 -"338625",88848,100439 -"338626",88848,100440 -"338627",88848,100452 -"338628",88849,92230 -"338629",88849,114120 -"338630",88851,89556 -"338631",88851,119910 -"338632",88852,88861 -"338633",88854,88951 -"338634",88855,88867 -"338635",88857,100462 -"338636",88857,110173 -"338637",88857,110663 -"338638",88857,112823 -"338639",88858,88887 -"338640",88859,88915 -"338641",88859,95250 -"338642",88859,95652 -"338643",88860,106939 -"338644",88863,90562 -"338645",88863,92570 -"338646",88863,92736 -"338647",88863,102008 -"338648",88863,102022 -"338649",88863,102772 -"338650",88863,102815 -"338651",88863,103993 -"338652",88867,89738 -"338653",88869,88875 -"338654",88869,89587 -"338655",88869,92618 -"338656",88869,107987 -"338657",88870,88874 -"338658",88871,94473 -"338659",88871,112813 -"338660",88871,112863 -"338661",88871,112869 -"338662",88872,89855 -"338663",88872,107084 -"338664",88873,88876 -"338665",88875,118401 -"338666",88877,94875 -"338667",88879,92706 -"338668",88880,88881 -"338669",88880,114696 -"338670",88881,92644 -"338671",88881,92675 -"338672",88882,88895 -"338673",88882,88897 -"338674",88882,113697 -"338675",88883,92998 -"338676",88884,88889 -"338677",88884,103389 -"338678",88885,88898 -"338679",88887,95551 -"338680",88887,96181 -"338681",88888,96031 -"338682",88888,108194 -"338683",88893,88922 -"338684",88893,104220 -"338685",88893,112588 -"338686",88894,95220 -"338687",88894,120431 -"338688",88895,88897 -"338689",88895,91562 -"338690",88895,96837 -"338691",88895,114622 -"338692",88896,89142 -"338693",88896,97873 -"338694",88900,94112 -"338695",88901,88903 -"338696",88902,102950 -"338697",88904,93808 -"338698",88908,101984 -"338699",88908,102015 -"338700",88908,108642 -"338701",88908,114161 -"338702",88908,114905 -"338703",88910,92106 -"338704",88910,93658 -"338705",88910,93955 -"338706",88910,101802 -"338707",88911,91770 -"338708",88911,96518 -"338709",88911,99735 -"338710",88911,102734 -"338711",88911,110380 -"338712",88911,119237 -"338713",88916,112147 -"338714",88918,117268 -"338715",88919,119653 -"338716",88919,119660 -"338717",88920,107997 -"338718",88921,114846 -"338719",88923,95388 -"338720",88924,91891 -"338721",88924,104846 -"338722",88924,117970 -"338723",88925,90523 -"338724",88927,112009 -"338725",88927,113809 -"338726",88927,113812 -"338727",88927,122695 -"338728",88931,90293 -"338729",88931,109868 -"338730",88932,89185 -"338731",88932,106328 -"338732",88932,115225 -"338733",88932,121783 -"338734",88933,101066 -"338735",88933,102028 -"338736",88933,119825 -"338737",88935,95868 -"338738",88935,110684 -"338739",88937,88947 -"338740",88937,89006 -"338741",88937,114414 -"338742",88937,114420 -"338743",88938,100195 -"338744",88943,99070 -"338745",88943,99344 -"338746",88943,99695 -"338747",88943,99707 -"338748",88945,90409 -"338749",88947,89006 -"338750",88948,89107 -"338751",88949,89001 -"338752",88951,102783 -"338753",88951,107812 -"338754",88953,112214 -"338755",88953,115784 -"338756",88954,93322 -"338757",88956,88957 -"338758",88956,88958 -"338759",88957,88958 -"338760",88957,119287 -"338761",88958,100848 -"338762",88959,94789 -"338763",88959,99880 -"338764",88959,116341 -"338765",88959,117074 -"338766",88959,117645 -"338767",88959,117655 -"338768",88960,92680 -"338769",88960,94924 -"338770",88964,89809 -"338771",88966,99776 -"338772",88967,114263 -"338773",88969,93301 -"338774",88969,97193 -"338775",88969,102259 -"338776",88970,95143 -"338777",88970,105024 -"338778",88970,108591 -"338779",88970,119581 -"338780",88971,106957 -"338781",88971,107583 -"338782",88972,115249 -"338783",88972,115496 -"338784",88973,95422 -"338785",88973,117821 -"338786",88973,117833 -"338787",88973,117845 -"338788",88973,117846 -"338789",88974,92004 -"338790",88974,92057 -"338791",88975,111494 -"338792",88976,91827 -"338793",88979,88984 -"338794",88981,119423 -"338795",88983,112835 -"338796",88984,102964 -"338797",88984,116723 -"338798",88986,90048 -"338799",88988,89112 -"338800",88990,88998 -"338801",88991,99433 -"338802",88992,101398 -"338803",88992,108112 -"338804",88992,110752 -"338805",88993,89250 -"338806",88995,89689 -"338807",88995,90530 -"338808",88995,90875 -"338809",88995,94396 -"338810",88995,107604 -"338811",88995,108222 -"338812",88995,108239 -"338813",88997,92824 -"338814",88997,111525 -"338815",89000,89013 -"338816",89001,95973 -"338817",89001,119939 -"338818",89001,119948 -"338819",89001,121555 -"338820",89002,107130 -"338821",89002,107134 -"338822",89002,112734 -"338823",89002,119832 -"338824",89002,123491 -"338825",89004,89073 -"338826",89004,89435 -"338827",89006,99615 -"338828",89007,91467 -"338829",89008,95877 -"338830",89008,100914 -"338831",89009,117410 -"338832",89010,100338 -"338833",89011,114709 -"338834",89015,102592 -"338835",89015,112039 -"338836",89017,89901 -"338837",89018,97688 -"338838",89019,90749 -"338839",89019,102236 -"338840",89020,94550 -"338841",89020,99571 -"338842",89021,107544 -"338843",89021,112052 -"338844",89023,121481 -"338845",89024,105695 -"338846",89024,111982 -"338847",89024,119316 -"338848",89025,96729 -"338849",89025,104647 -"338850",89026,99764 -"338851",89028,89111 -"338852",89028,112056 -"338853",89029,95984 -"338854",89029,99396 -"338855",89030,90521 -"338856",89030,90525 -"338857",89030,90531 -"338858",89030,90544 -"338859",89030,90566 -"338860",89030,96601 -"338861",89030,96613 -"338862",89031,89039 -"338863",89031,89040 -"338864",89032,100710 -"338865",89035,110973 -"338866",89036,102226 -"338867",89036,104852 -"338868",89036,106458 -"338869",89036,106576 -"338870",89037,89289 -"338871",89038,90795 -"338872",89038,90873 -"338873",89039,89040 -"338874",89042,106212 -"338875",89046,101976 -"338876",89047,114364 -"338877",89048,111617 -"338878",89049,97038 -"338879",89049,110934 -"338880",89050,90156 -"338881",89050,92808 -"338882",89051,120793 -"338883",89052,95581 -"338884",89052,114112 -"338885",89052,117625 -"338886",89053,96608 -"338887",89053,97938 -"338888",89055,98092 -"338889",89058,99443 -"338890",89058,103347 -"338891",89059,113534 -"338892",89061,94520 -"338893",89061,102003 -"338894",89061,102101 -"338895",89062,89120 -"338896",89062,89606 -"338897",89062,90416 -"338898",89062,91060 -"338899",89062,91063 -"338900",89062,91397 -"338901",89062,93033 -"338902",89062,96155 -"338903",89062,96769 -"338904",89062,96771 -"338905",89062,98930 -"338906",89063,93482 -"338907",89068,116464 -"338908",89068,117334 -"338909",89068,117918 -"338910",89068,122046 -"338911",89069,89373 -"338912",89069,89995 -"338913",89069,90919 -"338914",89069,90936 -"338915",89069,92861 -"338916",89069,93097 -"338917",89069,94231 -"338918",89069,95489 -"338919",89069,96247 -"338920",89069,96363 -"338921",89069,97898 -"338922",89069,102362 -"338923",89070,89076 -"338924",89071,94153 -"338925",89071,121667 -"338926",89072,97205 -"338927",89073,89435 -"338928",89074,89695 -"338929",89074,100830 -"338930",89074,100840 -"338931",89076,89552 -"338932",89076,94339 -"338933",89077,97216 -"338934",89077,104989 -"338935",89077,105015 -"338936",89079,92756 -"338937",89080,97930 -"338938",89080,108512 -"338939",89080,115949 -"338940",89080,123091 -"338941",89081,89109 -"338942",89081,89138 -"338943",89081,89140 -"338944",89081,89143 -"338945",89081,89148 -"338946",89081,89162 -"338947",89081,97289 -"338948",89082,89120 -"338949",89082,89127 -"338950",89082,89163 -"338951",89084,89159 -"338952",89086,89087 -"338953",89086,94308 -"338954",89086,95481 -"338955",89086,95482 -"338956",89086,115073 -"338957",89087,94308 -"338958",89087,95482 -"338959",89087,114561 -"338960",89088,89113 -"338961",89091,89272 -"338962",89092,115020 -"338963",89093,89150 -"338964",89096,96868 -"338965",89097,89103 -"338966",89097,92220 -"338967",89097,101999 -"338968",89097,104788 -"338969",89097,112329 -"338970",89099,89100 -"338971",89101,93259 -"338972",89102,89194 -"338973",89103,104788 -"338974",89103,113200 -"338975",89103,113205 -"338976",89104,93606 -"338977",89104,101297 -"338978",89104,104551 -"338979",89105,95321 -"338980",89105,96828 -"338981",89105,99334 -"338982",89106,97281 -"338983",89109,89138 -"338984",89109,89140 -"338985",89109,89143 -"338986",89109,89148 -"338987",89109,89162 -"338988",89109,97289 -"338989",89110,111556 -"338990",89111,92288 -"338991",89111,92309 -"338992",89112,108918 -"338993",89114,91800 -"338994",89114,109718 -"338995",89115,98304 -"338996",89115,107885 -"338997",89116,94822 -"338998",89116,99332 -"338999",89118,89269 -"339000",89120,89127 -"339001",89120,89163 -"339002",89120,89606 -"339003",89120,90416 -"339004",89120,91060 -"339005",89120,91063 -"339006",89120,91397 -"339007",89120,93033 -"339008",89120,96155 -"339009",89120,96769 -"339010",89120,96771 -"339011",89120,98930 -"339012",89121,90261 -"339013",89121,90851 -"339014",89121,91084 -"339015",89121,92177 -"339016",89121,115789 -"339017",89121,123038 -"339018",89122,119594 -"339019",89125,95225 -"339020",89126,107480 -"339021",89127,89163 -"339022",89130,112180 -"339023",89132,103204 -"339024",89133,92864 -"339025",89133,92879 -"339026",89135,89263 -"339027",89135,114026 -"339028",89135,120684 -"339029",89136,103883 -"339030",89136,105830 -"339031",89136,106726 -"339032",89138,89140 -"339033",89138,89143 -"339034",89138,89148 -"339035",89138,89162 -"339036",89138,97289 -"339037",89140,89143 -"339038",89140,89148 -"339039",89140,89162 -"339040",89140,97289 -"339041",89142,90533 -"339042",89142,97873 -"339043",89143,89148 -"339044",89143,89162 -"339045",89143,97289 -"339046",89143,107360 -"339047",89144,110154 -"339048",89144,111334 -"339049",89144,115267 -"339050",89145,89161 -"339051",89145,115862 -"339052",89145,115863 -"339053",89145,119484 -"339054",89145,122022 -"339055",89145,122029 -"339056",89147,122212 -"339057",89148,89162 -"339058",89148,97289 -"339059",89149,89171 -"339060",89152,122136 -"339061",89156,108595 -"339062",89156,111774 -"339063",89156,122615 -"339064",89157,95392 -"339065",89157,117912 -"339066",89159,89613 -"339067",89159,104627 -"339068",89159,105776 -"339069",89160,89684 -"339070",89162,97289 -"339071",89162,110029 -"339072",89162,111206 -"339073",89162,111207 -"339074",89163,95799 -"339075",89163,103549 -"339076",89163,116725 -"339077",89164,121814 -"339078",89165,93694 -"339079",89165,93731 -"339080",89165,93751 -"339081",89165,93772 -"339082",89166,102534 -"339083",89168,94082 -"339084",89169,90650 -"339085",89169,111479 -"339086",89170,102465 -"339087",89171,115422 -"339088",89171,119457 -"339089",89171,123121 -"339090",89172,90064 -"339091",89172,90065 -"339092",89172,90554 -"339093",89172,114907 -"339094",89173,89174 -"339095",89173,90237 -"339096",89177,89179 -"339097",89177,92643 -"339098",89177,104229 -"339099",89177,104230 -"339100",89177,105541 -"339101",89177,105548 -"339102",89177,121316 -"339103",89177,121325 -"339104",89177,121824 -"339105",89178,91159 -"339106",89180,93705 -"339107",89180,93720 -"339108",89180,121155 -"339109",89182,98647 -"339110",89183,92684 -"339111",89184,95737 -"339112",89184,102221 -"339113",89185,90709 -"339114",89185,99332 -"339115",89185,100563 -"339116",89185,103915 -"339117",89187,92216 -"339118",89189,89203 -"339119",89190,108218 -"339120",89191,90926 -"339121",89192,89324 -"339122",89192,89330 -"339123",89196,90788 -"339124",89199,89206 -"339125",89201,91388 -"339126",89203,89940 -"339127",89203,107335 -"339128",89204,92570 -"339129",89204,103105 -"339130",89205,92770 -"339131",89207,95856 -"339132",89207,101400 -"339133",89207,102879 -"339134",89207,103795 -"339135",89207,114313 -"339136",89207,117190 -"339137",89208,113723 -"339138",89209,89230 -"339139",89209,110859 -"339140",89209,111076 -"339141",89209,119701 -"339142",89211,89985 -"339143",89213,89214 -"339144",89213,89215 -"339145",89213,89237 -"339146",89214,89215 -"339147",89214,89237 -"339148",89214,98529 -"339149",89215,89237 -"339150",89216,93884 -"339151",89216,108793 -"339152",89219,89220 -"339153",89219,89227 -"339154",89219,107608 -"339155",89219,118104 -"339156",89219,118105 -"339157",89220,89227 -"339158",89221,116911 -"339159",89225,104942 -"339160",89225,120113 -"339161",89230,104703 -"339162",89230,107116 -"339163",89230,107477 -"339164",89230,108212 -"339165",89230,108234 -"339166",89230,108237 -"339167",89231,89236 -"339168",89232,92627 -"339169",89232,94654 -"339170",89232,111974 -"339171",89235,90819 -"339172",89235,91622 -"339173",89235,91953 -"339174",89235,106805 -"339175",89235,107485 -"339176",89236,97390 -"339177",89238,89474 -"339178",89238,97779 -"339179",89238,97780 -"339180",89239,97744 -"339181",89239,100895 -"339182",89240,100945 -"339183",89240,105331 -"339184",89241,102923 -"339185",89243,107932 -"339186",89243,112391 -"339187",89243,113504 -"339188",89243,121187 -"339189",89246,119588 -"339190",89247,99236 -"339191",89248,115969 -"339192",89249,108253 -"339193",89252,97970 -"339194",89253,89265 -"339195",89254,90983 -"339196",89254,114951 -"339197",89255,89261 -"339198",89257,89283 -"339199",89257,89287 -"339200",89258,91062 -"339201",89258,91574 -"339202",89258,96681 -"339203",89259,91976 -"339204",89261,98605 -"339205",89261,109242 -"339206",89261,109252 -"339207",89261,113100 -"339208",89261,117161 -"339209",89261,117169 -"339210",89261,117174 -"339211",89262,89285 -"339212",89263,101723 -"339213",89263,110033 -"339214",89264,98237 -"339215",89265,105709 -"339216",89266,106924 -"339217",89267,116183 -"339218",89267,116187 -"339219",89267,116202 -"339220",89269,91950 -"339221",89273,109752 -"339222",89273,116360 -"339223",89273,120391 -"339224",89273,122759 -"339225",89274,89965 -"339226",89274,100630 -"339227",89274,100964 -"339228",89274,101138 -"339229",89274,120309 -"339230",89276,100732 -"339231",89276,100734 -"339232",89277,99128 -"339233",89278,110173 -"339234",89280,114812 -"339235",89283,89287 -"339236",89283,97583 -"339237",89285,98034 -"339238",89285,98041 -"339239",89286,92416 -"339240",89286,100599 -"339241",89286,101534 -"339242",89286,101684 -"339243",89286,101685 -"339244",89286,101706 -"339245",89286,102229 -"339246",89287,100794 -"339247",89288,89983 -"339248",89288,91866 -"339249",89288,93062 -"339250",89288,101833 -"339251",89288,114071 -"339252",89289,99696 -"339253",89290,97982 -"339254",89291,91566 -"339255",89296,100105 -"339256",89298,98911 -"339257",89298,113336 -"339258",89299,91866 -"339259",89300,108193 -"339260",89300,117705 -"339261",89301,90518 -"339262",89301,93524 -"339263",89301,98743 -"339264",89301,109545 -"339265",89302,89305 -"339266",89308,90390 -"339267",89309,98972 -"339268",89310,101803 -"339269",89318,89493 -"339270",89319,106279 -"339271",89323,91539 -"339272",89324,89330 -"339273",89324,93770 -"339274",89324,100541 -"339275",89325,92978 -"339276",89325,101021 -"339277",89325,106118 -"339278",89325,111861 -"339279",89327,93686 -"339280",89329,100162 -"339281",89329,104820 -"339282",89329,105299 -"339283",89329,110626 -"339284",89329,110927 -"339285",89329,111805 -"339286",89332,111375 -"339287",89332,113997 -"339288",89332,119342 -"339289",89333,101358 -"339290",89335,97580 -"339291",89336,89346 -"339292",89338,96637 -"339293",89339,109960 -"339294",89340,103845 -"339295",89342,89405 -"339296",89342,92154 -"339297",89343,98072 -"339298",89343,104254 -"339299",89343,106332 -"339300",89344,109069 -"339301",89345,101322 -"339302",89346,98065 -"339303",89346,103429 -"339304",89346,104233 -"339305",89346,104240 -"339306",89347,89351 -"339307",89353,89437 -"339308",89358,106114 -"339309",89359,101839 -"339310",89362,109152 -"339311",89362,120792 -"339312",89362,122722 -"339313",89364,92088 -"339314",89364,121322 -"339315",89366,89377 -"339316",89367,99068 -"339317",89367,99078 -"339318",89368,89634 -"339319",89368,109903 -"339320",89368,117652 -"339321",89368,121526 -"339322",89370,92694 -"339323",89370,104241 -"339324",89372,101466 -"339325",89372,115476 -"339326",89373,89995 -"339327",89373,90919 -"339328",89373,90936 -"339329",89373,92861 -"339330",89373,93097 -"339331",89373,94231 -"339332",89373,95489 -"339333",89373,96247 -"339334",89373,96363 -"339335",89373,97898 -"339336",89375,89376 -"339337",89375,90734 -"339338",89375,94802 -"339339",89375,123047 -"339340",89376,107747 -"339341",89376,107800 -"339342",89379,100429 -"339343",89380,103587 -"339344",89380,104221 -"339345",89380,104345 -"339346",89381,91598 -"339347",89381,92798 -"339348",89381,98908 -"339349",89383,89387 -"339350",89383,89391 -"339351",89383,89422 -"339352",89383,93846 -"339353",89384,98142 -"339354",89384,115913 -"339355",89387,89391 -"339356",89387,89422 -"339357",89387,93846 -"339358",89388,89419 -"339359",89389,89398 -"339360",89389,105145 -"339361",89390,93482 -"339362",89391,89422 -"339363",89391,91973 -"339364",89391,93846 -"339365",89394,90576 -"339366",89394,113180 -"339367",89396,89397 -"339368",89396,93918 -"339369",89398,120580 -"339370",89403,112423 -"339371",89404,90568 -"339372",89407,106822 -"339373",89407,106841 -"339374",89407,106862 -"339375",89407,106888 -"339376",89408,90032 -"339377",89408,95717 -"339378",89408,101916 -"339379",89408,101919 -"339380",89408,104267 -"339381",89409,97253 -"339382",89411,89471 -"339383",89411,121146 -"339384",89413,109773 -"339385",89413,110368 -"339386",89415,103646 -"339387",89415,103831 -"339388",89415,112750 -"339389",89419,93043 -"339390",89419,118338 -"339391",89421,110913 -"339392",89422,91973 -"339393",89422,93846 -"339394",89423,93245 -"339395",89423,93246 -"339396",89423,104579 -"339397",89424,92087 -"339398",89427,99964 -"339399",89428,90233 -"339400",89428,97662 -"339401",89429,102732 -"339402",89429,110903 -"339403",89429,122224 -"339404",89433,94197 -"339405",89434,104394 -"339406",89435,96394 -"339407",89438,89486 -"339408",89438,89676 -"339409",89438,92958 -"339410",89438,93591 -"339411",89438,93635 -"339412",89438,93636 -"339413",89438,93650 -"339414",89438,93651 -"339415",89440,92472 -"339416",89440,92498 -"339417",89440,92520 -"339418",89441,89783 -"339419",89441,101583 -"339420",89441,101600 -"339421",89441,122405 -"339422",89441,122406 -"339423",89442,89444 -"339424",89443,90820 -"339425",89443,91591 -"339426",89443,98753 -"339427",89443,100315 -"339428",89446,104294 -"339429",89446,110383 -"339430",89447,111778 -"339431",89448,101880 -"339432",89450,97202 -"339433",89451,109395 -"339434",89453,93528 -"339435",89453,109489 -"339436",89454,120073 -"339437",89455,89458 -"339438",89456,102290 -"339439",89456,102329 -"339440",89457,120574 -"339441",89458,91813 -"339442",89458,96188 -"339443",89458,96197 -"339444",89459,107830 -"339445",89460,89461 -"339446",89460,89462 -"339447",89461,89462 -"339448",89466,108901 -"339449",89466,110347 -"339450",89466,115998 -"339451",89468,105061 -"339452",89468,108289 -"339453",89470,108863 -"339454",89473,112310 -"339455",89475,105023 -"339456",89475,116031 -"339457",89476,93905 -"339458",89477,92478 -"339459",89477,97198 -"339460",89477,119047 -"339461",89478,114944 -"339462",89479,92820 -"339463",89480,106804 -"339464",89481,89497 -"339465",89481,89499 -"339466",89484,89487 -"339467",89484,95775 -"339468",89484,95778 -"339469",89486,92958 -"339470",89490,91684 -"339471",89491,93524 -"339472",89491,111631 -"339473",89492,89520 -"339474",89492,89525 -"339475",89492,89540 -"339476",89493,108686 -"339477",89494,109676 -"339478",89494,115368 -"339479",89496,100815 -"339480",89497,89499 -"339481",89501,107816 -"339482",89501,115729 -"339483",89501,116362 -"339484",89502,121422 -"339485",89503,89616 -"339486",89503,90665 -"339487",89503,91935 -"339488",89503,99229 -"339489",89505,95561 -"339490",89509,95660 -"339491",89509,114202 -"339492",89509,114212 -"339493",89510,97746 -"339494",89514,109144 -"339495",89515,89518 -"339496",89516,90042 -"339497",89516,104999 -"339498",89518,103949 -"339499",89519,89988 -"339500",89519,108261 -"339501",89519,108929 -"339502",89519,115400 -"339503",89519,117004 -"339504",89519,117301 -"339505",89520,89525 -"339506",89520,89540 -"339507",89520,98292 -"339508",89520,105270 -"339509",89521,89533 -"339510",89522,90845 -"339511",89522,119156 -"339512",89525,89540 -"339513",89527,101257 -"339514",89528,116853 -"339515",89531,115814 -"339516",89533,92415 -"339517",89534,89576 -"339518",89541,92220 -"339519",89541,94616 -"339520",89542,101619 -"339521",89543,112346 -"339522",89543,113474 -"339523",89546,89597 -"339524",89547,89549 -"339525",89547,89550 -"339526",89548,113161 -"339527",89548,118155 -"339528",89549,89550 -"339529",89549,91569 -"339530",89550,91423 -"339531",89550,91569 -"339532",89550,99624 -"339533",89550,115227 -"339534",89551,115219 -"339535",89551,115257 -"339536",89551,115499 -"339537",89552,99634 -"339538",89552,101989 -"339539",89552,110211 -"339540",89554,98569 -"339541",89558,96273 -"339542",89560,89580 -"339543",89561,90528 -"339544",89561,120406 -"339545",89564,97226 -"339546",89564,121179 -"339547",89565,112689 -"339548",89566,89579 -"339549",89568,89582 -"339550",89569,89570 -"339551",89569,89586 -"339552",89570,89586 -"339553",89575,102961 -"339554",89580,89794 -"339555",89580,90730 -"339556",89580,94643 -"339557",89580,110426 -"339558",89583,108118 -"339559",89584,97502 -"339560",89585,89587 -"339561",89585,89605 -"339562",89585,90600 -"339563",89585,111986 -"339564",89585,115947 -"339565",89585,118578 -"339566",89585,121529 -"339567",89587,89605 -"339568",89587,92618 -"339569",89587,107987 -"339570",89590,90190 -"339571",89590,91286 -"339572",89594,96336 -"339573",89594,99534 -"339574",89596,99767 -"339575",89596,99771 -"339576",89596,99772 -"339577",89596,99775 -"339578",89596,99777 -"339579",89598,104990 -"339580",89598,109571 -"339581",89600,89637 -"339582",89602,95190 -"339583",89602,95757 -"339584",89602,100507 -"339585",89602,121587 -"339586",89603,99761 -"339587",89603,121852 -"339588",89605,90749 -"339589",89606,90416 -"339590",89606,91060 -"339591",89606,91063 -"339592",89606,91397 -"339593",89606,93033 -"339594",89606,96155 -"339595",89606,96769 -"339596",89606,96771 -"339597",89606,98876 -"339598",89606,98930 -"339599",89606,99572 -"339600",89606,101046 -"339601",89607,105933 -"339602",89609,89625 -"339603",89611,107105 -"339604",89613,93535 -"339605",89613,105776 -"339606",89613,108694 -"339607",89613,112540 -"339608",89614,99628 -"339609",89614,105052 -"339610",89614,121986 -"339611",89615,89620 -"339612",89616,105680 -"339613",89619,94721 -"339614",89621,99585 -"339615",89623,97057 -"339616",89623,102976 -"339617",89624,89648 -"339618",89624,89649 -"339619",89627,120020 -"339620",89627,121300 -"339621",89628,89658 -"339622",89628,92185 -"339623",89628,107442 -"339624",89629,96454 -"339625",89629,100391 -"339626",89630,90093 -"339627",89630,101963 -"339628",89631,101254 -"339629",89631,102025 -"339630",89631,102102 -"339631",89634,93369 -"339632",89634,95816 -"339633",89634,99132 -"339634",89634,99139 -"339635",89634,99148 -"339636",89634,107549 -"339637",89635,94960 -"339638",89637,99579 -"339639",89637,109453 -"339640",89637,116655 -"339641",89638,92687 -"339642",89638,122190 -"339643",89639,106434 -"339644",89641,89642 -"339645",89641,91465 -"339646",89641,100584 -"339647",89641,103598 -"339648",89641,109753 -"339649",89641,110727 -"339650",89641,110805 -"339651",89641,112300 -"339652",89641,118608 -"339653",89642,91465 -"339654",89644,94745 -"339655",89647,89651 -"339656",89648,89649 -"339657",89648,102607 -"339658",89648,102862 -"339659",89649,92836 -"339660",89655,95906 -"339661",89655,100553 -"339662",89655,100701 -"339663",89655,115782 -"339664",89659,94666 -"339665",89660,107757 -"339666",89661,114687 -"339667",89662,114494 -"339668",89663,89738 -"339669",89663,89740 -"339670",89664,91375 -"339671",89664,91394 -"339672",89664,95341 -"339673",89664,97576 -"339674",89664,111823 -"339675",89664,116791 -"339676",89664,118278 -"339677",89664,120074 -"339678",89665,89796 -"339679",89665,91346 -"339680",89665,91728 -"339681",89665,117623 -"339682",89668,93076 -"339683",89668,93414 -"339684",89668,101345 -"339685",89668,104069 -"339686",89668,104381 -"339687",89668,105138 -"339688",89668,106702 -"339689",89669,101013 -"339690",89669,101020 -"339691",89669,103658 -"339692",89669,104867 -"339693",89669,104940 -"339694",89669,111129 -"339695",89669,121326 -"339696",89670,121777 -"339697",89673,116337 -"339698",89674,104464 -"339699",89675,95756 -"339700",89676,93591 -"339701",89676,93635 -"339702",89676,93636 -"339703",89676,93650 -"339704",89676,93651 -"339705",89678,92158 -"339706",89678,107366 -"339707",89681,90234 -"339708",89681,90321 -"339709",89682,89694 -"339710",89683,101601 -"339711",89684,103098 -"339712",89684,106633 -"339713",89684,114979 -"339714",89685,94079 -"339715",89685,111776 -"339716",89685,112377 -"339717",89686,91566 -"339718",89686,117841 -"339719",89687,97293 -"339720",89688,89732 -"339721",89689,90530 -"339722",89689,94396 -"339723",89689,105387 -"339724",89689,105550 -"339725",89689,107604 -"339726",89689,108222 -"339727",89689,108239 -"339728",89690,101110 -"339729",89691,117724 -"339730",89692,89763 -"339731",89693,90865 -"339732",89694,98726 -"339733",89694,98757 -"339734",89695,91804 -"339735",89695,101604 -"339736",89695,103097 -"339737",89695,103118 -"339738",89695,103143 -"339739",89695,107102 -"339740",89697,95469 -"339741",89698,90070 -"339742",89698,117522 -"339743",89698,117552 -"339744",89699,97418 -"339745",89700,94797 -"339746",89700,94805 -"339747",89700,94810 -"339748",89701,89727 -"339749",89701,89746 -"339750",89701,89749 -"339751",89704,119590 -"339752",89708,107831 -"339753",89708,108106 -"339754",89708,119055 -"339755",89710,89711 -"339756",89710,95604 -"339757",89710,99329 -"339758",89710,99341 -"339759",89710,104620 -"339760",89710,110246 -"339761",89710,113803 -"339762",89710,115195 -"339763",89710,115233 -"339764",89710,115255 -"339765",89710,115264 -"339766",89712,98345 -"339767",89713,103902 -"339768",89714,89722 -"339769",89715,94300 -"339770",89715,94344 -"339771",89717,89786 -"339772",89719,92444 -"339773",89721,89724 -"339774",89721,89728 -"339775",89721,89733 -"339776",89721,91569 -"339777",89721,95442 -"339778",89722,121364 -"339779",89723,89731 -"339780",89723,93218 -"339781",89724,89728 -"339782",89724,89733 -"339783",89725,98515 -"339784",89725,107768 -"339785",89725,108501 -"339786",89725,109945 -"339787",89725,112246 -"339788",89725,116023 -"339789",89725,119352 -"339790",89725,122506 -"339791",89725,123068 -"339792",89725,123080 -"339793",89725,123083 -"339794",89725,123095 -"339795",89725,123505 -"339796",89726,112442 -"339797",89727,89746 -"339798",89727,89749 -"339799",89728,89733 -"339800",89728,90804 -"339801",89729,90580 -"339802",89730,92029 -"339803",89730,108440 -"339804",89733,91481 -"339805",89733,101205 -"339806",89733,101209 -"339807",89736,108232 -"339808",89738,89740 -"339809",89741,91279 -"339810",89741,100229 -"339811",89742,102551 -"339812",89742,105207 -"339813",89742,117252 -"339814",89742,117345 -"339815",89742,120879 -"339816",89742,120961 -"339817",89743,94602 -"339818",89743,109517 -"339819",89743,118847 -"339820",89744,89747 -"339821",89744,89935 -"339822",89746,89749 -"339823",89748,95449 -"339824",89751,100476 -"339825",89752,95242 -"339826",89753,90894 -"339827",89755,89768 -"339828",89757,103868 -"339829",89758,93631 -"339830",89758,102738 -"339831",89759,89761 -"339832",89759,100118 -"339833",89759,109495 -"339834",89760,90663 -"339835",89760,91167 -"339836",89761,96135 -"339837",89761,99733 -"339838",89761,102484 -"339839",89761,108193 -"339840",89761,120463 -"339841",89763,93583 -"339842",89763,117331 -"339843",89763,117336 -"339844",89763,117337 -"339845",89763,117340 -"339846",89765,106487 -"339847",89767,89774 -"339848",89769,104250 -"339849",89769,120838 -"339850",89770,89803 -"339851",89771,93962 -"339852",89771,103695 -"339853",89772,91955 -"339854",89772,103466 -"339855",89774,92954 -"339856",89777,92259 -"339857",89778,108125 -"339858",89779,111990 -"339859",89779,112006 -"339860",89780,104634 -"339861",89782,95050 -"339862",89784,93700 -"339863",89784,106532 -"339864",89784,106551 -"339865",89785,99640 -"339866",89786,100424 -"339867",89786,118743 -"339868",89786,118745 -"339869",89786,123411 -"339870",89787,89788 -"339871",89787,89805 -"339872",89788,89805 -"339873",89789,112229 -"339874",89789,116239 -"339875",89792,90226 -"339876",89796,89820 -"339877",89796,90773 -"339878",89796,91728 -"339879",89796,92133 -"339880",89796,92197 -"339881",89796,92210 -"339882",89796,95284 -"339883",89796,95289 -"339884",89796,100727 -"339885",89796,109547 -"339886",89797,112317 -"339887",89798,100963 -"339888",89800,121082 -"339889",89800,122237 -"339890",89801,101784 -"339891",89804,95193 -"339892",89804,101007 -"339893",89806,90855 -"339894",89807,89809 -"339895",89812,89813 -"339896",89812,89891 -"339897",89813,89891 -"339898",89818,89841 -"339899",89818,92399 -"339900",89819,89997 -"339901",89819,110135 -"339902",89820,91687 -"339903",89820,91728 -"339904",89820,92133 -"339905",89820,92197 -"339906",89820,92210 -"339907",89820,111535 -"339908",89821,94281 -"339909",89821,100421 -"339910",89821,109267 -"339911",89821,109268 -"339912",89821,109276 -"339913",89822,94243 -"339914",89825,96978 -"339915",89825,112025 -"339916",89826,92989 -"339917",89827,91824 -"339918",89827,100336 -"339919",89827,100621 -"339920",89827,103996 -"339921",89828,89840 -"339922",89829,115131 -"339923",89830,104975 -"339924",89830,111602 -"339925",89830,121643 -"339926",89831,108062 -"339927",89834,89865 -"339928",89834,92778 -"339929",89835,89838 -"339930",89836,107649 -"339931",89841,90492 -"339932",89842,93625 -"339933",89842,97591 -"339934",89843,94487 -"339935",89843,112802 -"339936",89844,89847 -"339937",89846,89854 -"339938",89846,103306 -"339939",89848,89916 -"339940",89848,106099 -"339941",89849,92367 -"339942",89849,101609 -"339943",89849,117128 -"339944",89849,118616 -"339945",89852,101695 -"339946",89853,101827 -"339947",89853,118342 -"339948",89860,89863 -"339949",89861,91333 -"339950",89862,103945 -"339951",89862,105623 -"339952",89864,89914 -"339953",89865,95417 -"339954",89866,93168 -"339955",89866,109130 -"339956",89869,93017 -"339957",89869,94794 -"339958",89869,108783 -"339959",89869,109383 -"339960",89869,122548 -"339961",89871,112798 -"339962",89874,91282 -"339963",89874,95288 -"339964",89874,96525 -"339965",89874,108430 -"339966",89874,111109 -"339967",89875,95662 -"339968",89876,89933 -"339969",89878,117874 -"339970",89878,123400 -"339971",89880,90475 -"339972",89880,104994 -"339973",89880,105022 -"339974",89882,103203 -"339975",89882,111902 -"339976",89882,115445 -"339977",89882,123143 -"339978",89884,106560 -"339979",89887,101087 -"339980",89887,101624 -"339981",89887,106576 -"339982",89887,108577 -"339983",89887,108836 -"339984",89887,111576 -"339985",89890,99985 -"339986",89893,103795 -"339987",89895,89934 -"339988",89895,89936 -"339989",89897,93620 -"339990",89897,93689 -"339991",89898,102837 -"339992",89901,92106 -"339993",89901,92947 -"339994",89901,93658 -"339995",89904,94321 -"339996",89906,92488 -"339997",89906,108856 -"339998",89906,109479 -"339999",89906,110084 -"340000",89906,114737 -"340001",89906,120455 -"340002",89906,120456 -"340003",89907,90251 -"340004",89908,92154 -"340005",89908,116230 -"340006",89910,89915 -"340007",89910,89949 -"340008",89914,105571 -"340009",89914,105573 -"340010",89915,89949 -"340011",89917,97838 -"340012",89918,97958 -"340013",89918,108667 -"340014",89918,110299 -"340015",89921,95992 -"340016",89921,96013 -"340017",89924,89925 -"340018",89924,94506 -"340019",89925,118296 -"340020",89926,95042 -"340021",89926,106947 -"340022",89927,103391 -"340023",89927,107077 -"340024",89927,111201 -"340025",89927,112262 -"340026",89927,112462 -"340027",89928,103976 -"340028",89929,89962 -"340029",89929,110338 -"340030",89930,89931 -"340031",89930,91043 -"340032",89930,92241 -"340033",89930,92884 -"340034",89930,93006 -"340035",89930,93403 -"340036",89930,97614 -"340037",89930,100647 -"340038",89930,111562 -"340039",89932,90718 -"340040",89934,89936 -"340041",89935,98801 -"340042",89935,108488 -"340043",89937,94746 -"340044",89938,95153 -"340045",89940,107335 -"340046",89941,89954 -"340047",89943,100185 -"340048",89943,100552 -"340049",89943,104405 -"340050",89943,110059 -"340051",89944,108668 -"340052",89945,89989 -"340053",89945,89990 -"340054",89946,90033 -"340055",89948,94718 -"340056",89948,98406 -"340057",89948,110097 -"340058",89948,118787 -"340059",89953,91159 -"340060",89953,91202 -"340061",89954,90301 -"340062",89954,98294 -"340063",89954,109387 -"340064",89954,109405 -"340065",89954,109410 -"340066",89954,116636 -"340067",89957,94739 -"340068",89958,94440 -"340069",89958,96536 -"340070",89958,108914 -"340071",89959,90090 -"340072",89960,91407 -"340073",89962,95776 -"340074",89962,101499 -"340075",89962,110338 -"340076",89964,89967 -"340077",89964,120595 -"340078",89965,100630 -"340079",89965,100807 -"340080",89965,100964 -"340081",89966,109165 -"340082",89967,104638 -"340083",89968,103852 -"340084",89971,89975 -"340085",89973,93681 -"340086",89977,96480 -"340087",89977,103752 -"340088",89977,104996 -"340089",89977,107994 -"340090",89977,109426 -"340091",89978,96121 -"340092",89978,96139 -"340093",89978,96147 -"340094",89978,96165 -"340095",89979,92110 -"340096",89979,92325 -"340097",89981,90031 -"340098",89982,94397 -"340099",89982,97016 -"340100",89983,96522 -"340101",89983,98155 -"340102",89983,101833 -"340103",89984,91262 -"340104",89985,90289 -"340105",89985,116311 -"340106",89985,120459 -"340107",89988,103888 -"340108",89988,106703 -"340109",89988,108929 -"340110",89988,117004 -"340111",89988,117301 -"340112",89989,89990 -"340113",89989,92228 -"340114",89989,96835 -"340115",89990,93317 -"340116",89991,89996 -"340117",89991,90932 -"340118",89991,111795 -"340119",89991,111876 -"340120",89991,111878 -"340121",89991,111884 -"340122",89992,113188 -"340123",89992,113222 -"340124",89994,102603 -"340125",89994,110916 -"340126",89994,120373 -"340127",89994,122539 -"340128",89995,90919 -"340129",89995,90936 -"340130",89995,92861 -"340131",89995,93097 -"340132",89995,94231 -"340133",89995,95489 -"340134",89995,96247 -"340135",89995,96363 -"340136",89995,97898 -"340137",89996,90932 -"340138",89996,91154 -"340139",89997,110135 -"340140",89997,110767 -"340141",89998,112729 -"340142",89998,112740 -"340143",89998,118294 -"340144",90001,90004 -"340145",90001,90024 -"340146",90002,90298 -"340147",90002,104818 -"340148",90003,95124 -"340149",90004,90024 -"340150",90004,95590 -"340151",90004,100199 -"340152",90004,108429 -"340153",90004,121988 -"340154",90006,122589 -"340155",90007,113156 -"340156",90008,90009 -"340157",90010,90014 -"340158",90010,92053 -"340159",90010,99492 -"340160",90010,99508 -"340161",90010,100961 -"340162",90010,110853 -"340163",90010,119031 -"340164",90012,90013 -"340165",90014,105834 -"340166",90016,95466 -"340167",90017,107599 -"340168",90019,90029 -"340169",90021,94768 -"340170",90021,103393 -"340171",90021,103440 -"340172",90023,113994 -"340173",90025,97424 -"340174",90025,109988 -"340175",90025,112994 -"340176",90025,120481 -"340177",90027,90590 -"340178",90028,119856 -"340179",90030,93744 -"340180",90030,99083 -"340181",90032,95717 -"340182",90032,101212 -"340183",90032,101220 -"340184",90032,101916 -"340185",90032,101919 -"340186",90032,104267 -"340187",90033,118515 -"340188",90034,90035 -"340189",90035,105408 -"340190",90035,105446 -"340191",90037,91113 -"340192",90037,112398 -"340193",90038,113588 -"340194",90042,100731 -"340195",90044,90086 -"340196",90044,90088 -"340197",90046,95568 -"340198",90049,93017 -"340199",90051,102062 -"340200",90054,90204 -"340201",90055,95150 -"340202",90056,96592 -"340203",90056,112000 -"340204",90056,116011 -"340205",90056,121418 -"340206",90057,103342 -"340207",90058,112163 -"340208",90058,119345 -"340209",90058,119405 -"340210",90059,96759 -"340211",90061,107835 -"340212",90063,90066 -"340213",90064,90065 -"340214",90064,90554 -"340215",90064,110916 -"340216",90064,112827 -"340217",90065,90554 -"340218",90066,92828 -"340219",90069,114190 -"340220",90069,115670 -"340221",90069,118707 -"340222",90070,91805 -"340223",90070,94223 -"340224",90070,99772 -"340225",90071,94037 -"340226",90071,105494 -"340227",90071,110243 -"340228",90071,111829 -"340229",90071,118604 -"340230",90071,122306 -"340231",90073,90079 -"340232",90073,94725 -"340233",90074,107152 -"340234",90074,107174 -"340235",90075,98528 -"340236",90076,90131 -"340237",90077,95604 -"340238",90077,99210 -"340239",90077,99315 -"340240",90077,99316 -"340241",90077,99327 -"340242",90077,99329 -"340243",90077,99350 -"340244",90077,99844 -"340245",90079,94314 -"340246",90079,94442 -"340247",90079,96394 -"340248",90080,91003 -"340249",90080,91986 -"340250",90080,117250 -"340251",90082,95882 -"340252",90082,104623 -"340253",90083,102602 -"340254",90083,111852 -"340255",90083,111892 -"340256",90083,112900 -"340257",90084,97513 -"340258",90085,90118 -"340259",90086,90088 -"340260",90089,90100 -"340261",90091,90183 -"340262",90091,90184 -"340263",90094,90213 -"340264",90094,102587 -"340265",90097,94180 -"340266",90101,90224 -"340267",90102,102040 -"340268",90103,94488 -"340269",90103,96193 -"340270",90103,96222 -"340271",90104,100996 -"340272",90104,101002 -"340273",90105,109360 -"340274",90110,100836 -"340275",90110,102185 -"340276",90110,102190 -"340277",90110,102196 -"340278",90110,102197 -"340279",90110,102212 -"340280",90110,102311 -"340281",90110,108483 -"340282",90110,112834 -"340283",90114,92898 -"340284",90114,98406 -"340285",90114,99329 -"340286",90114,108765 -"340287",90114,109616 -"340288",90114,121043 -"340289",90114,121999 -"340290",90114,123079 -"340291",90114,123085 -"340292",90115,90126 -"340293",90115,90128 -"340294",90119,109769 -"340295",90120,91512 -"340296",90120,99023 -"340297",90120,100662 -"340298",90120,101805 -"340299",90120,101825 -"340300",90120,101834 -"340301",90120,101835 -"340302",90120,108039 -"340303",90120,108145 -"340304",90122,107941 -"340305",90123,93022 -"340306",90124,99546 -"340307",90124,102426 -"340308",90124,119155 -"340309",90126,90128 -"340310",90132,112061 -"340311",90132,122566 -"340312",90133,90364 -"340313",90133,106997 -"340314",90140,97690 -"340315",90140,114125 -"340316",90144,110273 -"340317",90144,110274 -"340318",90145,90146 -"340319",90149,90160 -"340320",90150,110431 -"340321",90150,121602 -"340322",90151,94540 -"340323",90152,90219 -"340324",90154,92871 -"340325",90154,105146 -"340326",90154,120492 -"340327",90156,90739 -"340328",90156,91052 -"340329",90156,94255 -"340330",90156,108377 -"340331",90157,99514 -"340332",90159,91465 -"340333",90161,101826 -"340334",90161,105857 -"340335",90162,100137 -"340336",90162,100518 -"340337",90164,102541 -"340338",90164,106756 -"340339",90165,100486 -"340340",90166,107502 -"340341",90167,117690 -"340342",90167,117695 -"340343",90168,90178 -"340344",90169,102654 -"340345",90169,112387 -"340346",90173,113643 -"340347",90173,113644 -"340348",90175,113114 -"340349",90181,105596 -"340350",90182,91179 -"340351",90182,92773 -"340352",90183,90184 -"340353",90187,91140 -"340354",90187,92556 -"340355",90187,94343 -"340356",90187,112935 -"340357",90190,91286 -"340358",90190,107066 -"340359",90191,92306 -"340360",90191,93102 -"340361",90193,94382 -"340362",90193,95126 -"340363",90193,95157 -"340364",90193,102795 -"340365",90194,107018 -"340366",90195,91964 -"340367",90197,92906 -"340368",90203,110778 -"340369",90206,94075 -"340370",90206,116245 -"340371",90207,92715 -"340372",90207,108030 -"340373",90210,93171 -"340374",90210,105485 -"340375",90210,108712 -"340376",90214,117714 -"340377",90215,97904 -"340378",90217,92563 -"340379",90217,108332 -"340380",90218,106837 -"340381",90220,93909 -"340382",90222,118383 -"340383",90225,95867 -"340384",90229,93068 -"340385",90231,110662 -"340386",90232,117297 -"340387",90233,97662 -"340388",90233,103340 -"340389",90234,90321 -"340390",90236,93026 -"340391",90236,93066 -"340392",90238,117729 -"340393",90238,121043 -"340394",90240,90241 -"340395",90241,103315 -"340396",90241,109668 -"340397",90241,121957 -"340398",90243,94486 -"340399",90243,96872 -"340400",90243,102059 -"340401",90243,110528 -"340402",90243,114804 -"340403",90243,118125 -"340404",90244,90249 -"340405",90249,91915 -"340406",90250,90316 -"340407",90250,90317 -"340408",90253,90266 -"340409",90253,90546 -"340410",90253,114407 -"340411",90256,100781 -"340412",90257,108849 -"340413",90259,101494 -"340414",90259,120295 -"340415",90259,120300 -"340416",90261,94993 -"340417",90263,118714 -"340418",90264,90265 -"340419",90264,100012 -"340420",90264,104196 -"340421",90264,104213 -"340422",90264,109235 -"340423",90268,94121 -"340424",90268,97697 -"340425",90268,104666 -"340426",90268,105352 -"340427",90268,106723 -"340428",90268,117699 -"340429",90269,90280 -"340430",90270,101427 -"340431",90270,119293 -"340432",90274,104611 -"340433",90275,90426 -"340434",90275,91112 -"340435",90275,91526 -"340436",90275,93425 -"340437",90275,93523 -"340438",90275,94520 -"340439",90275,95954 -"340440",90275,99447 -"340441",90275,99544 -"340442",90275,99547 -"340443",90275,99554 -"340444",90275,100595 -"340445",90275,100739 -"340446",90275,100819 -"340447",90275,101898 -"340448",90275,101988 -"340449",90275,102146 -"340450",90275,102201 -"340451",90275,102309 -"340452",90275,102635 -"340453",90275,102730 -"340454",90275,102846 -"340455",90275,103790 -"340456",90275,104095 -"340457",90275,104574 -"340458",90275,104784 -"340459",90275,104845 -"340460",90275,107269 -"340461",90275,107623 -"340462",90275,107714 -"340463",90275,107879 -"340464",90275,107975 -"340465",90278,100556 -"340466",90278,101779 -"340467",90278,123124 -"340468",90280,92998 -"340469",90281,92439 -"340470",90282,92654 -"340471",90286,100009 -"340472",90288,116254 -"340473",90289,116311 -"340474",90290,90300 -"340475",90291,90345 -"340476",90292,90305 -"340477",90293,109392 -"340478",90293,109868 -"340479",90293,111368 -"340480",90293,114304 -"340481",90294,90306 -"340482",90297,98842 -"340483",90297,105382 -"340484",90297,105958 -"340485",90297,119038 -"340486",90298,104818 -"340487",90299,101721 -"340488",90299,115736 -"340489",90300,115243 -"340490",90302,96648 -"340491",90302,120764 -"340492",90303,90442 -"340493",90304,106291 -"340494",90305,95973 -"340495",90305,96944 -"340496",90305,105460 -"340497",90305,109066 -"340498",90305,115900 -"340499",90305,116720 -"340500",90305,117208 -"340501",90305,118086 -"340502",90305,118090 -"340503",90305,118091 -"340504",90305,118094 -"340505",90305,118098 -"340506",90305,118102 -"340507",90305,118112 -"340508",90307,94242 -"340509",90307,94250 -"340510",90307,94263 -"340511",90308,90311 -"340512",90310,107263 -"340513",90310,121161 -"340514",90311,103628 -"340515",90311,103629 -"340516",90313,90315 -"340517",90313,106277 -"340518",90314,106843 -"340519",90315,93999 -"340520",90315,94914 -"340521",90315,103646 -"340522",90316,90317 -"340523",90319,102673 -"340524",90322,92552 -"340525",90323,90330 -"340526",90323,108816 -"340527",90323,111375 -"340528",90323,111809 -"340529",90323,114307 -"340530",90324,90397 -"340531",90327,104434 -"340532",90328,92883 -"340533",90328,101986 -"340534",90328,104793 -"340535",90328,109521 -"340536",90328,115452 -"340537",90328,115456 -"340538",90330,91388 -"340539",90330,109687 -"340540",90332,107307 -"340541",90333,99442 -"340542",90335,105711 -"340543",90336,94466 -"340544",90336,98985 -"340545",90336,106900 -"340546",90338,99912 -"340547",90342,110424 -"340548",90342,120536 -"340549",90343,108761 -"340550",90346,94796 -"340551",90350,96383 -"340552",90350,101513 -"340553",90350,109087 -"340554",90351,93053 -"340555",90351,93054 -"340556",90352,91268 -"340557",90355,90942 -"340558",90357,91459 -"340559",90357,93717 -"340560",90357,97387 -"340561",90357,97407 -"340562",90357,97411 -"340563",90357,97413 -"340564",90358,106314 -"340565",90358,106813 -"340566",90359,100905 -"340567",90359,105914 -"340568",90361,108428 -"340569",90362,118514 -"340570",90364,103245 -"340571",90364,103253 -"340572",90364,103282 -"340573",90364,106997 -"340574",90365,103638 -"340575",90369,90370 -"340576",90370,91715 -"340577",90370,94387 -"340578",90375,90382 -"340579",90376,115544 -"340580",90376,115574 -"340581",90379,93985 -"340582",90379,96563 -"340583",90379,101107 -"340584",90379,113307 -"340585",90380,112201 -"340586",90381,110101 -"340587",90382,93631 -"340588",90383,107384 -"340589",90384,98471 -"340590",90385,106179 -"340591",90387,98978 -"340592",90387,110185 -"340593",90387,112374 -"340594",90387,118988 -"340595",90387,118992 -"340596",90388,98758 -"340597",90388,107076 -"340598",90389,97910 -"340599",90392,100217 -"340600",90392,117859 -"340601",90393,100213 -"340602",90393,100278 -"340603",90393,108402 -"340604",90394,104748 -"340605",90394,105613 -"340606",90395,100368 -"340607",90397,106951 -"340608",90398,102012 -"340609",90399,113927 -"340610",90403,116495 -"340611",90404,94956 -"340612",90406,109248 -"340613",90407,118774 -"340614",90408,90471 -"340615",90409,96301 -"340616",90412,91117 -"340617",90412,91120 -"340618",90416,91060 -"340619",90416,91063 -"340620",90416,91397 -"340621",90416,93033 -"340622",90416,96155 -"340623",90416,96769 -"340624",90416,96771 -"340625",90416,98930 -"340626",90418,103847 -"340627",90419,110305 -"340628",90421,91301 -"340629",90422,92050 -"340630",90426,91112 -"340631",90426,91526 -"340632",90426,93425 -"340633",90426,93523 -"340634",90426,94520 -"340635",90426,95954 -"340636",90426,99544 -"340637",90426,99547 -"340638",90426,99554 -"340639",90426,100595 -"340640",90426,100739 -"340641",90426,100819 -"340642",90426,101898 -"340643",90426,101988 -"340644",90426,102146 -"340645",90426,102201 -"340646",90426,102309 -"340647",90426,102635 -"340648",90426,102730 -"340649",90426,102846 -"340650",90426,103790 -"340651",90426,104095 -"340652",90426,104574 -"340653",90426,104784 -"340654",90426,104845 -"340655",90426,107269 -"340656",90426,107623 -"340657",90426,107714 -"340658",90426,107879 -"340659",90426,107975 -"340660",90427,107365 -"340661",90428,93807 -"340662",90428,102697 -"340663",90429,94265 -"340664",90429,105902 -"340665",90430,90433 -"340666",90435,98070 -"340667",90441,90508 -"340668",90443,115291 -"340669",90446,90558 -"340670",90447,92286 -"340671",90447,108078 -"340672",90447,108080 -"340673",90447,108090 -"340674",90447,108094 -"340675",90447,108248 -"340676",90447,108249 -"340677",90449,97753 -"340678",90450,90452 -"340679",90450,91290 -"340680",90450,92845 -"340681",90453,90454 -"340682",90453,90466 -"340683",90454,90466 -"340684",90455,92186 -"340685",90455,96826 -"340686",90455,97631 -"340687",90455,99451 -"340688",90455,100069 -"340689",90455,101602 -"340690",90455,104502 -"340691",90455,112017 -"340692",90455,116008 -"340693",90457,112463 -"340694",90458,90487 -"340695",90458,90515 -"340696",90459,90476 -"340697",90460,94069 -"340698",90460,102199 -"340699",90460,102272 -"340700",90460,102287 -"340701",90463,90486 -"340702",90467,108804 -"340703",90467,117559 -"340704",90468,99000 -"340705",90468,100137 -"340706",90468,114034 -"340707",90469,121692 -"340708",90469,121693 -"340709",90470,90488 -"340710",90470,97733 -"340711",90471,91190 -"340712",90473,90477 -"340713",90474,94833 -"340714",90474,95051 -"340715",90474,101190 -"340716",90474,102144 -"340717",90475,91443 -"340718",90475,97278 -"340719",90475,104994 -"340720",90475,105022 -"340721",90478,97112 -"340722",90478,102395 -"340723",90478,104458 -"340724",90478,116379 -"340725",90480,91261 -"340726",90480,103478 -"340727",90481,96837 -"340728",90481,105056 -"340729",90482,93072 -"340730",90482,98724 -"340731",90482,101023 -"340732",90482,121528 -"340733",90483,95630 -"340734",90483,120045 -"340735",90484,99278 -"340736",90484,113159 -"340737",90484,113169 -"340738",90487,90515 -"340739",90488,107376 -"340740",90492,101482 -"340741",90492,102757 -"340742",90492,111693 -"340743",90492,114719 -"340744",90493,117433 -"340745",90495,112112 -"340746",90497,114043 -"340747",90499,106931 -"340748",90499,109586 -"340749",90499,109588 -"340750",90500,101131 -"340751",90500,101148 -"340752",90500,110392 -"340753",90500,110396 -"340754",90500,110657 -"340755",90500,117830 -"340756",90505,101183 -"340757",90506,93999 -"340758",90507,110830 -"340759",90509,91768 -"340760",90509,93626 -"340761",90509,93642 -"340762",90509,97914 -"340763",90509,98210 -"340764",90509,100438 -"340765",90509,103764 -"340766",90509,104486 -"340767",90509,114697 -"340768",90509,114714 -"340769",90510,92425 -"340770",90510,92445 -"340771",90510,97774 -"340772",90510,102570 -"340773",90510,108591 -"340774",90510,113802 -"340775",90510,116792 -"340776",90512,103254 -"340777",90514,94776 -"340778",90514,103020 -"340779",90517,121455 -"340780",90518,93524 -"340781",90518,98743 -"340782",90518,109545 -"340783",90521,90525 -"340784",90521,90531 -"340785",90521,90544 -"340786",90521,90566 -"340787",90521,92664 -"340788",90521,99076 -"340789",90521,99141 -"340790",90521,99174 -"340791",90521,109775 -"340792",90522,90549 -"340793",90523,99228 -"340794",90524,100198 -"340795",90524,102373 -"340796",90524,103297 -"340797",90524,105985 -"340798",90524,108076 -"340799",90524,108853 -"340800",90524,118951 -"340801",90525,90531 -"340802",90525,90544 -"340803",90525,90566 -"340804",90525,98391 -"340805",90525,108170 -"340806",90525,108173 -"340807",90525,117671 -"340808",90526,90527 -"340809",90527,90602 -"340810",90527,95193 -"340811",90527,101102 -"340812",90527,103621 -"340813",90527,117856 -"340814",90527,122226 -"340815",90528,114018 -"340816",90528,120406 -"340817",90530,94396 -"340818",90530,107604 -"340819",90530,108222 -"340820",90530,108239 -"340821",90531,90544 -"340822",90531,90566 -"340823",90531,99076 -"340824",90531,99141 -"340825",90531,99174 -"340826",90532,91360 -"340827",90535,123215 -"340828",90537,112465 -"340829",90537,112906 -"340830",90537,112910 -"340831",90537,113309 -"340832",90538,90560 -"340833",90539,95750 -"340834",90539,104048 -"340835",90539,104062 -"340836",90539,104068 -"340837",90540,91804 -"340838",90541,96870 -"340839",90542,90928 -"340840",90543,91633 -"340841",90544,90566 -"340842",90545,119667 -"340843",90545,119670 -"340844",90545,119680 -"340845",90546,90563 -"340846",90548,101064 -"340847",90548,110078 -"340848",90551,91101 -"340849",90552,104728 -"340850",90557,117395 -"340851",90557,122304 -"340852",90558,90942 -"340853",90558,95130 -"340854",90558,95267 -"340855",90558,101014 -"340856",90558,101682 -"340857",90558,112162 -"340858",90558,113952 -"340859",90558,117311 -"340860",90559,109678 -"340861",90560,118924 -"340862",90560,119008 -"340863",90560,119012 -"340864",90562,92570 -"340865",90564,96074 -"340866",90564,112056 -"340867",90564,116873 -"340868",90565,112697 -"340869",90566,111274 -"340870",90566,111275 -"340871",90566,111517 -"340872",90566,112107 -"340873",90567,108730 -"340874",90567,119740 -"340875",90569,90708 -"340876",90570,97775 -"340877",90571,118317 -"340878",90573,97868 -"340879",90573,99444 -"340880",90573,104002 -"340881",90573,105873 -"340882",90573,107233 -"340883",90573,107252 -"340884",90574,96596 -"340885",90575,91473 -"340886",90575,92731 -"340887",90577,91145 -"340888",90577,118585 -"340889",90577,119894 -"340890",90577,120757 -"340891",90577,120758 -"340892",90577,121757 -"340893",90581,90969 -"340894",90583,90898 -"340895",90583,96460 -"340896",90584,90595 -"340897",90584,100458 -"340898",90584,116988 -"340899",90584,117435 -"340900",90586,104289 -"340901",90586,108142 -"340902",90586,113683 -"340903",90587,100521 -"340904",90587,107671 -"340905",90588,93522 -"340906",90589,122059 -"340907",90590,93350 -"340908",90591,90628 -"340909",90591,90647 -"340910",90591,90704 -"340911",90591,90711 -"340912",90591,90759 -"340913",90592,94536 -"340914",90592,94554 -"340915",90593,90629 -"340916",90593,91524 -"340917",90593,91536 -"340918",90593,91537 -"340919",90594,90741 -"340920",90594,90761 -"340921",90595,117435 -"340922",90595,120642 -"340923",90596,105566 -"340924",90597,105986 -"340925",90598,117784 -"340926",90600,90607 -"340927",90600,90663 -"340928",90600,90682 -"340929",90600,100010 -"340930",90600,100982 -"340931",90600,101005 -"340932",90600,117317 -"340933",90601,97965 -"340934",90602,101102 -"340935",90602,117856 -"340936",90604,90671 -"340937",90604,90681 -"340938",90604,90794 -"340939",90604,99054 -"340940",90604,99062 -"340941",90604,109786 -"340942",90605,90770 -"340943",90607,90663 -"340944",90607,90682 -"340945",90607,90767 -"340946",90607,90875 -"340947",90607,95777 -"340948",90607,97735 -"340949",90607,100354 -"340950",90609,90716 -"340951",90610,90685 -"340952",90610,99016 -"340953",90610,118879 -"340954",90612,90613 -"340955",90612,90618 -"340956",90612,90619 -"340957",90612,90637 -"340958",90612,90648 -"340959",90612,90659 -"340960",90612,90660 -"340961",90612,90683 -"340962",90612,90684 -"340963",90612,91846 -"340964",90613,90618 -"340965",90613,90619 -"340966",90613,90637 -"340967",90613,90648 -"340968",90613,90659 -"340969",90613,90660 -"340970",90613,90683 -"340971",90613,90684 -"340972",90613,91846 -"340973",90616,90674 -"340974",90618,90619 -"340975",90618,90637 -"340976",90618,90648 -"340977",90618,90659 -"340978",90618,90660 -"340979",90618,90683 -"340980",90618,90684 -"340981",90618,91846 -"340982",90619,90637 -"340983",90619,90648 -"340984",90619,90659 -"340985",90619,90660 -"340986",90619,90683 -"340987",90619,90684 -"340988",90619,91846 -"340989",90620,98653 -"340990",90621,90669 -"340991",90623,101794 -"340992",90625,102622 -"340993",90626,115455 -"340994",90628,90647 -"340995",90628,90704 -"340996",90628,90711 -"340997",90628,90759 -"340998",90630,91557 -"340999",90631,115771 -"341000",90631,116464 -"341001",90632,99295 -"341002",90633,97341 -"341003",90633,102419 -"341004",90633,104389 -"341005",90633,123241 -"341006",90634,90707 -"341007",90636,90778 -"341008",90637,90648 -"341009",90637,90659 -"341010",90637,90660 -"341011",90637,90683 -"341012",90637,90684 -"341013",90637,91846 -"341014",90640,121865 -"341015",90641,94614 -"341016",90642,90672 -"341017",90642,96795 -"341018",90642,112407 -"341019",90643,91411 -"341020",90643,92592 -"341021",90643,94027 -"341022",90643,95646 -"341023",90643,96336 -"341024",90643,100502 -"341025",90643,101189 -"341026",90643,105903 -"341027",90643,105988 -"341028",90643,110469 -"341029",90643,114629 -"341030",90644,90646 -"341031",90647,90704 -"341032",90647,90711 -"341033",90647,90759 -"341034",90648,90659 -"341035",90648,90660 -"341036",90648,90683 -"341037",90648,90684 -"341038",90648,91846 -"341039",90649,101133 -"341040",90649,101223 -"341041",90649,101234 -"341042",90649,109726 -"341043",90651,112877 -"341044",90653,109696 -"341045",90654,92202 -"341046",90655,110294 -"341047",90656,122553 -"341048",90656,122943 -"341049",90658,102754 -"341050",90658,103089 -"341051",90658,115229 -"341052",90659,90660 -"341053",90659,90683 -"341054",90659,90684 -"341055",90659,91846 -"341056",90660,90683 -"341057",90660,90684 -"341058",90660,91846 -"341059",90661,98905 -"341060",90661,99634 -"341061",90661,102658 -"341062",90663,90682 -"341063",90663,91167 -"341064",90663,95777 -"341065",90663,97278 -"341066",90663,99022 -"341067",90663,99941 -"341068",90663,100144 -"341069",90663,103366 -"341070",90663,104373 -"341071",90663,118175 -"341072",90666,90899 -"341073",90668,122726 -"341074",90669,99672 -"341075",90670,95593 -"341076",90671,90681 -"341077",90671,90794 -"341078",90674,100809 -"341079",90674,103698 -"341080",90675,99307 -"341081",90675,100144 -"341082",90675,104204 -"341083",90675,116445 -"341084",90675,119635 -"341085",90676,93628 -"341086",90677,99510 -"341087",90678,105161 -"341088",90678,120002 -"341089",90679,111957 -"341090",90681,90794 -"341091",90683,90684 -"341092",90683,91846 -"341093",90684,91846 -"341094",90686,97862 -"341095",90687,91026 -"341096",90688,98765 -"341097",90688,115664 -"341098",90691,90714 -"341099",90691,90737 -"341100",90691,90766 -"341101",90695,120491 -"341102",90697,99081 -"341103",90697,101435 -"341104",90698,95569 -"341105",90701,90726 -"341106",90701,95354 -"341107",90702,92079 -"341108",90704,90711 -"341109",90704,90759 -"341110",90705,90754 -"341111",90705,111612 -"341112",90706,90734 -"341113",90706,101147 -"341114",90707,113816 -"341115",90709,90762 -"341116",90709,99332 -"341117",90710,91200 -"341118",90711,90759 -"341119",90712,90713 -"341120",90714,90737 -"341121",90714,90766 -"341122",90715,114740 -"341123",90718,104135 -"341124",90719,117410 -"341125",90720,91925 -"341126",90721,92021 -"341127",90721,97058 -"341128",90721,97067 -"341129",90721,97074 -"341130",90721,97102 -"341131",90721,97103 -"341132",90721,97104 -"341133",90721,97109 -"341134",90721,97110 -"341135",90722,115298 -"341136",90724,107775 -"341137",90727,91002 -"341138",90729,111700 -"341139",90729,111728 -"341140",90731,107685 -"341141",90732,110909 -"341142",90733,90763 -"341143",90734,123047 -"341144",90735,99176 -"341145",90735,99206 -"341146",90736,110759 -"341147",90736,110812 -"341148",90737,90766 -"341149",90741,90761 -"341150",90742,90912 -"341151",90742,99322 -"341152",90745,121879 -"341153",90748,98346 -"341154",90748,109954 -"341155",90748,118592 -"341156",90749,100629 -"341157",90749,102236 -"341158",90750,94938 -"341159",90750,104718 -"341160",90751,90946 -"341161",90751,99114 -"341162",90751,99688 -"341163",90751,108926 -"341164",90751,108937 -"341165",90752,98141 -"341166",90753,91089 -"341167",90753,91106 -"341168",90753,91132 -"341169",90754,115261 -"341170",90755,93419 -"341171",90756,100405 -"341172",90757,101423 -"341173",90757,103203 -"341174",90757,121378 -"341175",90757,121445 -"341176",90760,120059 -"341177",90762,90960 -"341178",90762,110218 -"341179",90762,110227 -"341180",90764,95411 -"341181",90767,97735 -"341182",90767,100354 -"341183",90767,107121 -"341184",90769,90791 -"341185",90772,112623 -"341186",90773,95289 -"341187",90773,100727 -"341188",90774,90944 -"341189",90776,90822 -"341190",90781,102018 -"341191",90782,90832 -"341192",90782,91250 -"341193",90782,100797 -"341194",90782,100800 -"341195",90784,99250 -"341196",90785,90824 -"341197",90786,98819 -"341198",90786,117458 -"341199",90789,98056 -"341200",90789,119824 -"341201",90790,91162 -"341202",90790,91163 -"341203",90790,91165 -"341204",90790,91170 -"341205",90790,91201 -"341206",90792,99934 -"341207",90792,101204 -"341208",90792,115657 -"341209",90793,102749 -"341210",90795,90873 -"341211",90796,90830 -"341212",90796,103055 -"341213",90796,116630 -"341214",90796,116733 -"341215",90797,97393 -"341216",90798,90809 -"341217",90798,91115 -"341218",90798,101434 -"341219",90798,102554 -"341220",90798,107920 -"341221",90799,90815 -"341222",90800,90954 -"341223",90801,90819 -"341224",90802,90850 -"341225",90802,94851 -"341226",90802,95997 -"341227",90802,101395 -"341228",90802,105616 -"341229",90802,115561 -"341230",90803,104540 -"341231",90803,117743 -"341232",90804,91022 -"341233",90804,91045 -"341234",90804,91214 -"341235",90804,91669 -"341236",90804,95675 -"341237",90804,99101 -"341238",90804,101516 -"341239",90804,102387 -"341240",90804,108374 -"341241",90804,108893 -"341242",90804,109101 -"341243",90804,109523 -"341244",90804,110993 -"341245",90804,111338 -"341246",90804,111398 -"341247",90804,111409 -"341248",90804,111480 -"341249",90804,112422 -"341250",90804,112648 -"341251",90804,112708 -"341252",90804,112820 -"341253",90804,112997 -"341254",90804,113597 -"341255",90804,114418 -"341256",90804,114582 -"341257",90804,115371 -"341258",90804,116028 -"341259",90804,116604 -"341260",90805,99108 -"341261",90805,100612 -"341262",90805,104801 -"341263",90805,120720 -"341264",90805,122756 -"341265",90811,117459 -"341266",90814,114091 -"341267",90817,91012 -"341268",90818,94198 -"341269",90818,98335 -"341270",90818,103762 -"341271",90818,110766 -"341272",90819,91622 -"341273",90819,93190 -"341274",90819,102052 -"341275",90819,102118 -"341276",90820,97042 -"341277",90820,99414 -"341278",90820,103436 -"341279",90820,123419 -"341280",90821,117525 -"341281",90822,98856 -"341282",90824,93819 -"341283",90824,96336 -"341284",90824,101336 -"341285",90824,102351 -"341286",90824,104696 -"341287",90824,105883 -"341288",90824,113253 -"341289",90824,120463 -"341290",90824,121167 -"341291",90826,97382 -"341292",90826,108807 -"341293",90826,108842 -"341294",90827,91757 -"341295",90827,95187 -"341296",90827,95499 -"341297",90828,93319 -"341298",90828,93384 -"341299",90833,92071 -"341300",90836,93214 -"341301",90836,99281 -"341302",90836,99613 -"341303",90836,100859 -"341304",90836,101082 -"341305",90836,101733 -"341306",90836,109958 -"341307",90836,117020 -"341308",90837,95657 -"341309",90837,96729 -"341310",90837,102050 -"341311",90837,109175 -"341312",90837,109550 -"341313",90837,112684 -"341314",90837,112698 -"341315",90837,113783 -"341316",90837,120443 -"341317",90839,90867 -"341318",90839,90920 -"341319",90839,93867 -"341320",90839,106300 -"341321",90840,91431 -"341322",90840,95439 -"341323",90840,96117 -"341324",90843,90866 -"341325",90843,90923 -"341326",90845,93218 -"341327",90845,119156 -"341328",90846,113776 -"341329",90847,91049 -"341330",90848,108979 -"341331",90849,90951 -"341332",90849,91146 -"341333",90849,91147 -"341334",90850,101395 -"341335",90850,110202 -"341336",90851,94411 -"341337",90852,100084 -"341338",90852,100359 -"341339",90853,121495 -"341340",90854,107632 -"341341",90856,90876 -"341342",90856,91026 -"341343",90857,113465 -"341344",90857,115842 -"341345",90858,91557 -"341346",90858,104859 -"341347",90858,104864 -"341348",90858,104865 -"341349",90858,104882 -"341350",90858,107593 -"341351",90858,107605 -"341352",90858,108334 -"341353",90860,90926 -"341354",90860,97349 -"341355",90860,100827 -"341356",90863,98809 -"341357",90863,105755 -"341358",90866,90923 -"341359",90867,90920 -"341360",90867,93645 -"341361",90867,115706 -"341362",90869,90911 -"341363",90869,97124 -"341364",90869,113450 -"341365",90869,118391 -"341366",90870,95683 -"341367",90870,106142 -"341368",90871,99758 -"341369",90872,96513 -"341370",90872,99424 -"341371",90872,102215 -"341372",90872,108760 -"341373",90872,121352 -"341374",90875,102437 -"341375",90875,105940 -"341376",90876,91026 -"341377",90878,90993 -"341378",90878,90994 -"341379",90878,91011 -"341380",90878,91013 -"341381",90879,90889 -"341382",90883,91383 -"341383",90883,92113 -"341384",90883,93373 -"341385",90883,98904 -"341386",90883,102940 -"341387",90883,118577 -"341388",90883,119085 -"341389",90883,119224 -"341390",90883,119439 -"341391",90883,120085 -"341392",90883,120232 -"341393",90883,121213 -"341394",90884,95740 -"341395",90884,115878 -"341396",90885,91148 -"341397",90887,106550 -"341398",90888,91059 -"341399",90888,120016 -"341400",90891,90908 -"341401",90891,91169 -"341402",90895,90896 -"341403",90897,95630 -"341404",90901,95428 -"341405",90901,108740 -"341406",90901,108741 -"341407",90902,90913 -"341408",90902,98358 -"341409",90902,100109 -"341410",90902,103057 -"341411",90902,115764 -"341412",90904,111176 -"341413",90904,111177 -"341414",90907,91199 -"341415",90908,91169 -"341416",90909,108186 -"341417",90909,121669 -"341418",90911,90912 -"341419",90911,97124 -"341420",90911,113450 -"341421",90911,118391 -"341422",90912,97159 -"341423",90919,90936 -"341424",90919,92861 -"341425",90919,93097 -"341426",90919,94231 -"341427",90919,95489 -"341428",90919,96247 -"341429",90919,96363 -"341430",90919,97898 -"341431",90921,95997 -"341432",90921,117701 -"341433",90921,117703 -"341434",90921,117707 -"341435",90922,90952 -"341436",90922,92713 -"341437",90922,97317 -"341438",90922,98948 -"341439",90924,119942 -"341440",90926,92405 -"341441",90927,90938 -"341442",90929,90935 -"341443",90929,91066 -"341444",90929,91070 -"341445",90929,91094 -"341446",90929,91095 -"341447",90929,91096 -"341448",90929,91100 -"341449",90929,93079 -"341450",90933,118916 -"341451",90933,123335 -"341452",90935,91066 -"341453",90935,91070 -"341454",90935,91094 -"341455",90935,91095 -"341456",90935,91096 -"341457",90935,91100 -"341458",90936,92861 -"341459",90936,93097 -"341460",90936,94231 -"341461",90936,95489 -"341462",90936,96247 -"341463",90936,96363 -"341464",90936,97898 -"341465",90936,116562 -"341466",90939,91905 -"341467",90939,107396 -"341468",90939,112765 -"341469",90939,112767 -"341470",90941,94448 -"341471",90942,92035 -"341472",90942,92606 -"341473",90942,95094 -"341474",90942,95130 -"341475",90942,112162 -"341476",90942,117311 -"341477",90944,90984 -"341478",90944,90985 -"341479",90944,109598 -"341480",90944,121181 -"341481",90946,99114 -"341482",90946,112471 -"341483",90946,116277 -"341484",90946,120335 -"341485",90946,121016 -"341486",90946,122395 -"341487",90950,106016 -"341488",90950,106251 -"341489",90951,91146 -"341490",90951,91147 -"341491",90953,95902 -"341492",90953,108293 -"341493",90958,93195 -"341494",90958,96494 -"341495",90958,104564 -"341496",90960,99421 -"341497",90960,105620 -"341498",90960,118947 -"341499",90960,121171 -"341500",90961,90976 -"341501",90962,106980 -"341502",90963,101468 -"341503",90963,102463 -"341504",90963,105139 -"341505",90963,112333 -"341506",90963,122013 -"341507",90966,91912 -"341508",90966,92908 -"341509",90966,94240 -"341510",90968,90972 -"341511",90968,104590 -"341512",90968,108463 -"341513",90968,116534 -"341514",90968,116545 -"341515",90972,92334 -"341516",90972,92355 -"341517",90973,99788 -"341518",90973,105896 -"341519",90973,119029 -"341520",90975,107529 -"341521",90977,104510 -"341522",90977,113577 -"341523",90981,91007 -"341524",90981,91038 -"341525",90981,116941 -"341526",90982,110537 -"341527",90983,121924 -"341528",90984,90985 -"341529",90986,91022 -"341530",90989,90998 -"341531",90990,92924 -"341532",90990,106088 -"341533",90990,121482 -"341534",90993,90994 -"341535",90993,91011 -"341536",90993,91013 -"341537",90993,92417 -"341538",90993,100319 -"341539",90993,101250 -"341540",90993,101462 -"341541",90993,105845 -"341542",90993,109885 -"341543",90993,110742 -"341544",90993,112606 -"341545",90993,116142 -"341546",90993,116150 -"341547",90993,116151 -"341548",90993,116152 -"341549",90993,116155 -"341550",90993,116159 -"341551",90993,116163 -"341552",90993,116165 -"341553",90993,116166 -"341554",90993,116171 -"341555",90993,116677 -"341556",90993,116678 -"341557",90994,91011 -"341558",90994,91013 -"341559",90994,92417 -"341560",90994,100319 -"341561",90994,101250 -"341562",90994,101462 -"341563",90994,109885 -"341564",90994,110457 -"341565",90994,110742 -"341566",90994,112606 -"341567",90994,116142 -"341568",90994,116150 -"341569",90994,116151 -"341570",90994,116152 -"341571",90994,116155 -"341572",90994,116159 -"341573",90994,116163 -"341574",90994,116165 -"341575",90994,116166 -"341576",90994,116171 -"341577",90994,116677 -"341578",90994,116678 -"341579",90994,119473 -"341580",90997,104040 -"341581",90997,115595 -"341582",90997,115612 -"341583",90997,115646 -"341584",90997,115653 -"341585",90997,115654 -"341586",90997,115659 -"341587",91001,91006 -"341588",91003,91079 -"341589",91003,91986 -"341590",91005,94999 -"341591",91005,95063 -"341592",91007,91038 -"341593",91010,93027 -"341594",91011,91013 -"341595",91017,106852 -"341596",91017,106857 -"341597",91017,106897 -"341598",91017,106901 -"341599",91018,92465 -"341600",91019,117722 -"341601",91019,117737 -"341602",91020,101728 -"341603",91022,91045 -"341604",91022,95675 -"341605",91022,101516 -"341606",91022,102387 -"341607",91022,108374 -"341608",91022,108893 -"341609",91022,109101 -"341610",91022,109523 -"341611",91022,110993 -"341612",91022,111338 -"341613",91022,111398 -"341614",91022,111409 -"341615",91022,111480 -"341616",91022,112422 -"341617",91022,112648 -"341618",91022,112708 -"341619",91022,112820 -"341620",91022,112997 -"341621",91022,113597 -"341622",91022,114418 -"341623",91022,114582 -"341624",91022,115371 -"341625",91022,116028 -"341626",91022,116604 -"341627",91023,107264 -"341628",91027,91125 -"341629",91028,100591 -"341630",91029,91149 -"341631",91029,91155 -"341632",91029,91209 -"341633",91032,118995 -"341634",91034,105181 -"341635",91037,116576 -"341636",91039,97225 -"341637",91040,91759 -"341638",91040,101063 -"341639",91040,103136 -"341640",91040,108558 -"341641",91040,118697 -"341642",91040,120141 -"341643",91041,96497 -"341644",91042,108677 -"341645",91045,95036 -"341646",91045,95675 -"341647",91045,101516 -"341648",91045,102387 -"341649",91045,108374 -"341650",91045,108893 -"341651",91045,109101 -"341652",91045,109523 -"341653",91045,110993 -"341654",91045,111338 -"341655",91045,111398 -"341656",91045,111409 -"341657",91045,111480 -"341658",91045,112422 -"341659",91045,112648 -"341660",91045,112708 -"341661",91045,112820 -"341662",91045,112997 -"341663",91045,113597 -"341664",91045,114418 -"341665",91045,114582 -"341666",91045,115371 -"341667",91045,116028 -"341668",91045,116604 -"341669",91047,98984 -"341670",91050,121101 -"341671",91051,113455 -"341672",91055,94721 -"341673",91055,96857 -"341674",91055,101096 -"341675",91055,101873 -"341676",91056,111447 -"341677",91057,91136 -"341678",91059,104372 -"341679",91060,91063 -"341680",91060,91397 -"341681",91060,93033 -"341682",91060,96155 -"341683",91060,96769 -"341684",91060,96771 -"341685",91060,98930 -"341686",91061,103833 -"341687",91062,107017 -"341688",91062,108589 -"341689",91063,91397 -"341690",91063,93033 -"341691",91063,96155 -"341692",91063,96769 -"341693",91063,96771 -"341694",91063,98217 -"341695",91063,98218 -"341696",91063,98220 -"341697",91063,98930 -"341698",91064,117120 -"341699",91065,91092 -"341700",91066,91070 -"341701",91066,91094 -"341702",91066,91095 -"341703",91066,91096 -"341704",91066,91100 -"341705",91068,99474 -"341706",91069,91124 -"341707",91070,91094 -"341708",91070,91095 -"341709",91070,91096 -"341710",91070,91100 -"341711",91070,93079 -"341712",91070,107707 -"341713",91071,99814 -"341714",91073,101524 -"341715",91073,103074 -"341716",91073,103722 -"341717",91073,103811 -"341718",91073,109010 -"341719",91073,110826 -"341720",91073,111738 -"341721",91073,112824 -"341722",91073,112844 -"341723",91073,112845 -"341724",91073,116806 -"341725",91075,93826 -"341726",91078,94933 -"341727",91078,117675 -"341728",91078,121115 -"341729",91080,91134 -"341730",91080,91181 -"341731",91080,98556 -"341732",91080,112361 -"341733",91080,113112 -"341734",91081,91105 -"341735",91082,119246 -"341736",91083,101534 -"341737",91083,110998 -"341738",91083,111048 -"341739",91083,111067 -"341740",91088,93009 -"341741",91089,91106 -"341742",91089,91132 -"341743",91090,106651 -"341744",91093,104203 -"341745",91094,91095 -"341746",91094,91096 -"341747",91094,91100 -"341748",91095,91096 -"341749",91095,91100 -"341750",91096,91100 -"341751",91099,91129 -"341752",91100,93079 -"341753",91102,97487 -"341754",91102,98645 -"341755",91103,104880 -"341756",91103,107639 -"341757",91104,91496 -"341758",91104,97896 -"341759",91106,91132 -"341760",91107,113337 -"341761",91108,91670 -"341762",91108,108619 -"341763",91110,107803 -"341764",91110,107824 -"341765",91111,111835 -"341766",91111,111839 -"341767",91111,111895 -"341768",91112,91526 -"341769",91112,93425 -"341770",91112,93523 -"341771",91112,94520 -"341772",91112,95954 -"341773",91112,99544 -"341774",91112,99547 -"341775",91112,99554 -"341776",91112,100595 -"341777",91112,100739 -"341778",91112,100819 -"341779",91112,101898 -"341780",91112,101988 -"341781",91112,102146 -"341782",91112,102201 -"341783",91112,102309 -"341784",91112,102635 -"341785",91112,102730 -"341786",91112,102846 -"341787",91112,103790 -"341788",91112,104095 -"341789",91112,104574 -"341790",91112,104784 -"341791",91112,104845 -"341792",91112,107269 -"341793",91112,107623 -"341794",91112,107714 -"341795",91112,107879 -"341796",91112,107975 -"341797",91113,112490 -"341798",91115,92244 -"341799",91115,92350 -"341800",91115,92351 -"341801",91115,92389 -"341802",91115,92402 -"341803",91115,92456 -"341804",91115,101434 -"341805",91115,107920 -"341806",91116,118977 -"341807",91117,91120 -"341808",91119,93612 -"341809",91119,119084 -"341810",91120,91715 -"341811",91124,105078 -"341812",91127,115809 -"341813",91128,101811 -"341814",91128,105878 -"341815",91128,117570 -"341816",91137,91587 -"341817",91137,94609 -"341818",91137,122761 -"341819",91139,102163 -"341820",91139,108403 -"341821",91139,108411 -"341822",91140,109186 -"341823",91140,112935 -"341824",91141,99410 -"341825",91144,97836 -"341826",91145,118585 -"341827",91145,119894 -"341828",91145,120757 -"341829",91145,120758 -"341830",91146,91147 -"341831",91147,112450 -"341832",91147,117618 -"341833",91148,96946 -"341834",91148,96947 -"341835",91148,96948 -"341836",91148,96949 -"341837",91148,96950 -"341838",91148,96951 -"341839",91148,96958 -"341840",91148,96959 -"341841",91148,97007 -"341842",91149,91155 -"341843",91149,91209 -"341844",91149,100004 -"341845",91150,99875 -"341846",91150,111213 -"341847",91150,112723 -"341848",91151,122024 -"341849",91151,122034 -"341850",91151,122038 -"341851",91152,107585 -"341852",91152,112155 -"341853",91152,116087 -"341854",91155,91209 -"341855",91156,91514 -"341856",91156,96332 -"341857",91156,96356 -"341858",91156,99831 -"341859",91156,105435 -"341860",91157,109546 -"341861",91159,91202 -"341862",91159,93568 -"341863",91159,116861 -"341864",91160,91161 -"341865",91160,112693 -"341866",91161,101062 -"341867",91162,91163 -"341868",91162,91165 -"341869",91162,91170 -"341870",91162,91201 -"341871",91163,91165 -"341872",91163,91170 -"341873",91163,91201 -"341874",91163,98800 -"341875",91164,95721 -"341876",91164,96007 -"341877",91164,98165 -"341878",91164,99435 -"341879",91164,116342 -"341880",91165,91170 -"341881",91165,91201 -"341882",91166,93971 -"341883",91166,97278 -"341884",91166,106981 -"341885",91166,122317 -"341886",91168,103853 -"341887",91170,91201 -"341888",91174,91333 -"341889",91175,91216 -"341890",91175,91234 -"341891",91175,91239 -"341892",91176,116057 -"341893",91178,96465 -"341894",91178,97636 -"341895",91178,103074 -"341896",91179,93935 -"341897",91179,93936 -"341898",91179,108096 -"341899",91180,98373 -"341900",91180,98400 -"341901",91181,98556 -"341902",91181,112361 -"341903",91181,113112 -"341904",91181,123387 -"341905",91185,92882 -"341906",91186,94949 -"341907",91186,105365 -"341908",91186,110149 -"341909",91186,111778 -"341910",91186,112812 -"341911",91186,112867 -"341912",91186,114068 -"341913",91186,114243 -"341914",91186,117057 -"341915",91187,102762 -"341916",91189,104391 -"341917",91189,114746 -"341918",91190,107561 -"341919",91192,91925 -"341920",91192,92595 -"341921",91192,108829 -"341922",91194,91205 -"341923",91195,91324 -"341924",91197,110646 -"341925",91198,103446 -"341926",91203,91204 -"341927",91204,112361 -"341928",91207,91220 -"341929",91210,93184 -"341930",91211,110512 -"341931",91213,91217 -"341932",91215,93519 -"341933",91216,91234 -"341934",91216,91239 -"341935",91217,104110 -"341936",91218,91219 -"341937",91221,91256 -"341938",91221,93614 -"341939",91221,113503 -"341940",91221,118038 -"341941",91223,117366 -"341942",91224,91238 -"341943",91225,101114 -"341944",91225,101118 -"341945",91229,110359 -"341946",91229,113585 -"341947",91229,117804 -"341948",91229,122108 -"341949",91231,93011 -"341950",91232,99646 -"341951",91232,102368 -"341952",91232,103968 -"341953",91232,109000 -"341954",91232,109339 -"341955",91232,109945 -"341956",91232,111309 -"341957",91232,111462 -"341958",91232,114155 -"341959",91232,114170 -"341960",91232,114266 -"341961",91232,116789 -"341962",91232,118335 -"341963",91232,120853 -"341964",91232,120858 -"341965",91234,91239 -"341966",91235,110859 -"341967",91235,116438 -"341968",91236,102141 -"341969",91239,119759 -"341970",91241,99441 -"341971",91241,118852 -"341972",91241,120117 -"341973",91243,91264 -"341974",91246,91260 -"341975",91249,91330 -"341976",91249,101395 -"341977",91249,103964 -"341978",91249,110650 -"341979",91249,110902 -"341980",91249,112410 -"341981",91249,114865 -"341982",91249,121145 -"341983",91249,122448 -"341984",91249,122454 -"341985",91250,99963 -"341986",91250,100797 -"341987",91250,100800 -"341988",91250,108381 -"341989",91251,114383 -"341990",91254,95425 -"341991",91255,92247 -"341992",91255,92352 -"341993",91255,92362 -"341994",91255,92929 -"341995",91255,93719 -"341996",91255,94906 -"341997",91255,94946 -"341998",91255,95889 -"341999",91255,96093 -"342000",91255,97988 -"342001",91255,99309 -"342002",91255,99376 -"342003",91255,99450 -"342004",91255,99471 -"342005",91255,99474 -"342006",91255,100916 -"342007",91255,100944 -"342008",91255,101126 -"342009",91255,101329 -"342010",91255,105557 -"342011",91255,107199 -"342012",91255,108743 -"342013",91255,108980 -"342014",91255,109291 -"342015",91255,109933 -"342016",91255,110483 -"342017",91255,110567 -"342018",91255,110572 -"342019",91255,110630 -"342020",91255,110648 -"342021",91255,110711 -"342022",91255,110770 -"342023",91255,110869 -"342024",91255,110911 -"342025",91255,111285 -"342026",91255,111314 -"342027",91255,111362 -"342028",91255,111372 -"342029",91255,111424 -"342030",91255,111433 -"342031",91255,112422 -"342032",91255,113269 -"342033",91255,113430 -"342034",91255,114242 -"342035",91255,114842 -"342036",91255,115427 -"342037",91255,115521 -"342038",91255,115711 -"342039",91257,96195 -"342040",91257,106508 -"342041",91257,106519 -"342042",91257,106521 -"342043",91258,91273 -"342044",91261,103478 -"342045",91269,91270 -"342046",91269,93030 -"342047",91269,96941 -"342048",91272,121933 -"342049",91275,93114 -"342050",91275,115954 -"342051",91276,100201 -"342052",91277,91321 -"342053",91277,104418 -"342054",91277,114578 -"342055",91277,119185 -"342056",91278,96041 -"342057",91279,91280 -"342058",91279,91861 -"342059",91279,100229 -"342060",91280,109771 -"342061",91280,111017 -"342062",91282,95469 -"342063",91282,96525 -"342064",91282,101827 -"342065",91282,111109 -"342066",91284,107969 -"342067",91285,108097 -"342068",91285,108102 -"342069",91287,111927 -"342070",91290,92845 -"342071",91290,109754 -"342072",91290,110177 -"342073",91292,91674 -"342074",91292,91675 -"342075",91292,91765 -"342076",91293,93696 -"342077",91297,123159 -"342078",91299,105440 -"342079",91299,110820 -"342080",91305,122497 -"342081",91309,100567 -"342082",91309,105183 -"342083",91311,103230 -"342084",91311,103439 -"342085",91311,103451 -"342086",91312,92150 -"342087",91312,108800 -"342088",91312,113081 -"342089",91312,116483 -"342090",91316,103483 -"342091",91319,105291 -"342092",91319,119384 -"342093",91319,119412 -"342094",91319,119421 -"342095",91321,100293 -"342096",91321,109356 -"342097",91321,109398 -"342098",91322,99020 -"342099",91323,113234 -"342100",91326,94600 -"342101",91326,101271 -"342102",91326,104860 -"342103",91326,115688 -"342104",91327,91338 -"342105",91328,102614 -"342106",91328,111032 -"342107",91334,123453 -"342108",91340,115300 -"342109",91343,93057 -"342110",91343,94612 -"342111",91343,97355 -"342112",91345,91361 -"342113",91346,91728 -"342114",91347,91451 -"342115",91348,95041 -"342116",91348,98468 -"342117",91349,93482 -"342118",91350,91378 -"342119",91352,91501 -"342120",91352,103913 -"342121",91357,91359 -"342122",91362,96463 -"342123",91362,110429 -"342124",91362,122082 -"342125",91363,91368 -"342126",91368,102983 -"342127",91369,91463 -"342128",91369,104862 -"342129",91369,117123 -"342130",91370,91389 -"342131",91371,91412 -"342132",91371,91413 -"342133",91371,94101 -"342134",91371,94102 -"342135",91371,107487 -"342136",91371,109065 -"342137",91371,109799 -"342138",91372,113268 -"342139",91373,100485 -"342140",91374,109299 -"342141",91375,91394 -"342142",91375,95341 -"342143",91375,97576 -"342144",91379,96064 -"342145",91380,91727 -"342146",91381,97201 -"342147",91381,100174 -"342148",91381,102978 -"342149",91381,103002 -"342150",91381,103016 -"342151",91381,104011 -"342152",91381,106994 -"342153",91382,91515 -"342154",91382,101318 -"342155",91382,108840 -"342156",91382,116027 -"342157",91383,92113 -"342158",91383,98904 -"342159",91383,102940 -"342160",91383,118577 -"342161",91383,119085 -"342162",91383,119224 -"342163",91383,119439 -"342164",91383,120085 -"342165",91383,120232 -"342166",91383,121213 -"342167",91386,116355 -"342168",91387,91431 -"342169",91387,94401 -"342170",91388,96396 -"342171",91388,111375 -"342172",91388,114748 -"342173",91390,91513 -"342174",91394,95341 -"342175",91394,97576 -"342176",91395,93378 -"342177",91397,93033 -"342178",91397,96155 -"342179",91397,96769 -"342180",91397,96771 -"342181",91397,98930 -"342182",91399,98888 -"342183",91401,98956 -"342184",91402,104096 -"342185",91402,118032 -"342186",91402,120511 -"342187",91404,107048 -"342188",91407,121018 -"342189",91411,92592 -"342190",91411,96452 -"342191",91411,101016 -"342192",91411,101087 -"342193",91411,102341 -"342194",91411,110376 -"342195",91411,110380 -"342196",91412,91413 -"342197",91412,109814 -"342198",91414,106565 -"342199",91414,116547 -"342200",91414,119373 -"342201",91414,121169 -"342202",91415,104874 -"342203",91415,105298 -"342204",91417,102292 -"342205",91417,107036 -"342206",91417,115575 -"342207",91417,115576 -"342208",91417,121950 -"342209",91417,121966 -"342210",91417,121971 -"342211",91417,121976 -"342212",91418,91556 -"342213",91419,91460 -"342214",91419,116429 -"342215",91423,99624 -"342216",91426,93594 -"342217",91427,91455 -"342218",91429,102882 -"342219",91430,91482 -"342220",91430,91484 -"342221",91430,91485 -"342222",91431,94401 -"342223",91431,96536 -"342224",91433,115749 -"342225",91434,108522 -"342226",91434,110416 -"342227",91436,95071 -"342228",91436,104349 -"342229",91436,105907 -"342230",91436,106730 -"342231",91436,120522 -"342232",91436,120525 -"342233",91436,121431 -"342234",91437,91438 -"342235",91437,95631 -"342236",91438,97820 -"342237",91438,99152 -"342238",91438,110364 -"342239",91438,112026 -"342240",91439,108028 -"342241",91440,93331 -"342242",91448,121664 -"342243",91449,94634 -"342244",91450,91626 -"342245",91450,95292 -"342246",91450,102652 -"342247",91450,109791 -"342248",91450,112102 -"342249",91450,112104 -"342250",91450,114692 -"342251",91456,104106 -"342252",91457,105278 -"342253",91458,112234 -"342254",91458,112257 -"342255",91458,112448 -"342256",91458,116499 -"342257",91458,120211 -"342258",91460,92448 -"342259",91460,105006 -"342260",91460,105035 -"342261",91461,106956 -"342262",91461,114492 -"342263",91461,119709 -"342264",91461,119715 -"342265",91465,92834 -"342266",91465,94994 -"342267",91465,95054 -"342268",91465,96887 -"342269",91465,103324 -"342270",91465,103405 -"342271",91465,103406 -"342272",91465,106975 -"342273",91465,114971 -"342274",91466,93342 -"342275",91466,102753 -"342276",91466,110503 -"342277",91467,108342 -"342278",91468,91469 -"342279",91470,102683 -"342280",91470,114781 -"342281",91472,94951 -"342282",91472,99276 -"342283",91475,113384 -"342284",91475,113402 -"342285",91476,95293 -"342286",91476,117514 -"342287",91478,94736 -"342288",91479,121345 -"342289",91479,121356 -"342290",91479,121403 -"342291",91480,111788 -"342292",91481,102145 -"342293",91482,91484 -"342294",91482,91485 -"342295",91482,94522 -"342296",91482,98119 -"342297",91484,91485 -"342298",91486,97940 -"342299",91486,109503 -"342300",91487,91488 -"342301",91487,117460 -"342302",91488,117460 -"342303",91492,91523 -"342304",91492,91553 -"342305",91494,93156 -"342306",91496,94733 -"342307",91497,103488 -"342308",91497,105032 -"342309",91499,92095 -"342310",91499,92119 -"342311",91500,102010 -"342312",91500,102035 -"342313",91502,92975 -"342314",91505,91542 -"342315",91514,96356 -"342316",91514,99831 -"342317",91514,105435 -"342318",91516,109491 -"342319",91517,91543 -"342320",91517,96513 -"342321",91517,106280 -"342322",91519,91588 -"342323",91522,91528 -"342324",91523,91553 -"342325",91524,91536 -"342326",91524,91537 -"342327",91526,93425 -"342328",91526,93523 -"342329",91526,94520 -"342330",91526,95954 -"342331",91526,99544 -"342332",91526,99547 -"342333",91526,99554 -"342334",91526,100595 -"342335",91526,100739 -"342336",91526,100819 -"342337",91526,101898 -"342338",91526,101988 -"342339",91526,102146 -"342340",91526,102201 -"342341",91526,102309 -"342342",91526,102635 -"342343",91526,102730 -"342344",91526,102846 -"342345",91526,103790 -"342346",91526,104095 -"342347",91526,104574 -"342348",91526,104784 -"342349",91526,104845 -"342350",91526,107269 -"342351",91526,107623 -"342352",91526,107714 -"342353",91526,107879 -"342354",91526,107975 -"342355",91531,97991 -"342356",91531,98003 -"342357",91531,102443 -"342358",91531,103303 -"342359",91531,113956 -"342360",91531,115194 -"342361",91531,117971 -"342362",91532,117230 -"342363",91536,91537 -"342364",91537,93224 -"342365",91538,116803 -"342366",91539,91610 -"342367",91539,97709 -"342368",91539,100649 -"342369",91539,106627 -"342370",91539,106642 -"342371",91539,119784 -"342372",91539,119987 -"342373",91540,94743 -"342374",91544,93562 -"342375",91544,100967 -"342376",91545,104827 -"342377",91545,110360 -"342378",91545,118498 -"342379",91547,95876 -"342380",91547,120558 -"342381",91549,96358 -"342382",91550,113718 -"342383",91551,95560 -"342384",91551,110320 -"342385",91551,114560 -"342386",91551,115614 -"342387",91551,117638 -"342388",91551,117643 -"342389",91551,117644 -"342390",91554,91555 -"342391",91557,104859 -"342392",91557,104864 -"342393",91557,104865 -"342394",91557,104882 -"342395",91557,105997 -"342396",91557,118644 -"342397",91557,118751 -"342398",91557,123383 -"342399",91559,102737 -"342400",91560,91581 -"342401",91560,91584 -"342402",91560,91616 -"342403",91560,91620 -"342404",91561,104533 -"342405",91561,109584 -"342406",91561,121140 -"342407",91562,96837 -"342408",91562,114622 -"342409",91564,91604 -"342410",91564,91605 -"342411",91564,94136 -"342412",91564,102291 -"342413",91564,107505 -"342414",91565,91587 -"342415",91565,91589 -"342416",91566,92494 -"342417",91566,105322 -"342418",91566,105342 -"342419",91566,111812 -"342420",91566,117841 -"342421",91569,96815 -"342422",91569,99382 -"342423",91569,113744 -"342424",91569,113790 -"342425",91571,91592 -"342426",91573,102635 -"342427",91574,115594 -"342428",91577,92348 -"342429",91579,91585 -"342430",91580,91623 -"342431",91581,91584 -"342432",91581,91616 -"342433",91581,91620 -"342434",91581,102008 -"342435",91581,106919 -"342436",91581,106935 -"342437",91581,107117 -"342438",91583,114585 -"342439",91584,91616 -"342440",91584,91620 -"342441",91585,94408 -"342442",91585,94417 -"342443",91586,114385 -"342444",91587,91589 -"342445",91587,96631 -"342446",91587,96640 -"342447",91587,96645 -"342448",91587,96652 -"342449",91587,96655 -"342450",91587,100055 -"342451",91589,106816 -"342452",91590,91591 -"342453",91591,94975 -"342454",91591,94990 -"342455",91591,95001 -"342456",91591,95032 -"342457",91591,98753 -"342458",91591,100315 -"342459",91591,105279 -"342460",91596,91619 -"342461",91597,98105 -"342462",91597,106008 -"342463",91604,91605 -"342464",91606,92724 -"342465",91606,105651 -"342466",91606,108063 -"342467",91607,117884 -"342468",91607,118187 -"342469",91607,118302 -"342470",91608,91617 -"342471",91608,92301 -"342472",91608,92302 -"342473",91609,91743 -"342474",91609,94852 -"342475",91611,92145 -"342476",91611,99371 -"342477",91611,108511 -"342478",91611,110667 -"342479",91611,113386 -"342480",91616,91620 -"342481",91616,92117 -"342482",91616,93883 -"342483",91616,93886 -"342484",91616,96240 -"342485",91617,92301 -"342486",91617,92302 -"342487",91618,116943 -"342488",91621,101938 -"342489",91625,101450 -"342490",91625,114269 -"342491",91625,114984 -"342492",91627,91737 -"342493",91629,101165 -"342494",91631,93156 -"342495",91631,94215 -"342496",91631,120563 -"342497",91631,120647 -"342498",91635,94363 -"342499",91637,91772 -"342500",91637,91773 -"342501",91637,105512 -"342502",91637,109060 -"342503",91640,91641 -"342504",91643,106746 -"342505",91644,93710 -"342506",91647,105594 -"342507",91650,93303 -"342508",91650,93324 -"342509",91650,98685 -"342510",91651,96639 -"342511",91652,92024 -"342512",91652,109108 -"342513",91652,111712 -"342514",91654,107407 -"342515",91654,119877 -"342516",91655,91672 -"342517",91655,102837 -"342518",91655,118423 -"342519",91656,113828 -"342520",91656,115739 -"342521",91656,116700 -"342522",91657,103306 -"342523",91658,117855 -"342524",91658,118069 -"342525",91658,118078 -"342526",91661,94099 -"342527",91661,97498 -"342528",91661,114522 -"342529",91662,121059 -"342530",91663,119081 -"342531",91664,91767 -"342532",91665,97451 -"342533",91666,91780 -"342534",91666,96270 -"342535",91667,97294 -"342536",91667,111783 -"342537",91668,107638 -"342538",91671,103028 -"342539",91672,95306 -"342540",91672,113563 -"342541",91673,102634 -"342542",91673,108738 -"342543",91674,91675 -"342544",91674,91765 -"342545",91675,91765 -"342546",91676,112679 -"342547",91679,107591 -"342548",91679,108140 -"342549",91682,95267 -"342550",91682,97580 -"342551",91682,98727 -"342552",91682,98776 -"342553",91682,100795 -"342554",91682,106824 -"342555",91682,108879 -"342556",91682,109166 -"342557",91682,109858 -"342558",91682,109878 -"342559",91682,112962 -"342560",91682,113990 -"342561",91682,115413 -"342562",91682,116123 -"342563",91682,117258 -"342564",91682,117560 -"342565",91682,118128 -"342566",91682,118836 -"342567",91682,118866 -"342568",91682,118873 -"342569",91682,119131 -"342570",91682,119513 -"342571",91682,119716 -"342572",91682,119769 -"342573",91682,120123 -"342574",91682,120169 -"342575",91682,120725 -"342576",91682,120944 -"342577",91682,121609 -"342578",91682,122007 -"342579",91682,122032 -"342580",91682,122035 -"342581",91682,122724 -"342582",91682,123070 -"342583",91682,123394 -"342584",91682,123490 -"342585",91683,97601 -"342586",91683,97607 -"342587",91684,92208 -"342588",91684,92211 -"342589",91684,92719 -"342590",91684,97050 -"342591",91684,105840 -"342592",91684,105852 -"342593",91685,94397 -"342594",91687,111535 -"342595",91692,91708 -"342596",91694,93999 -"342597",91695,96576 -"342598",91695,97440 -"342599",91695,100239 -"342600",91695,113099 -"342601",91697,91716 -"342602",91698,93332 -"342603",91698,94877 -"342604",91698,97142 -"342605",91698,109452 -"342606",91701,91809 -"342607",91701,93094 -"342608",91701,107810 -"342609",91701,109817 -"342610",91701,109838 -"342611",91702,99162 -"342612",91702,99815 -"342613",91702,107792 -"342614",91702,121225 -"342615",91704,91805 -"342616",91704,92795 -"342617",91705,91710 -"342618",91705,91752 -"342619",91710,91752 -"342620",91712,103710 -"342621",91712,119565 -"342622",91712,121658 -"342623",91713,93259 -"342624",91713,95163 -"342625",91713,99144 -"342626",91713,105791 -"342627",91713,111100 -"342628",91715,91750 -"342629",91717,96628 -"342630",91719,96137 -"342631",91720,119269 -"342632",91721,91736 -"342633",91721,99842 -"342634",91728,92133 -"342635",91728,92197 -"342636",91728,92210 -"342637",91728,122618 -"342638",91729,107856 -"342639",91729,107875 -"342640",91729,108383 -"342641",91729,120322 -"342642",91730,99608 -"342643",91730,101108 -"342644",91732,95156 -"342645",91733,91734 -"342646",91734,104516 -"342647",91734,114352 -"342648",91735,93093 -"342649",91742,101832 -"342650",91742,101886 -"342651",91742,101887 -"342652",91743,91795 -"342653",91743,94852 -"342654",91744,99962 -"342655",91744,99971 -"342656",91744,113171 -"342657",91746,106798 -"342658",91746,121305 -"342659",91746,121883 -"342660",91750,93518 -"342661",91750,104478 -"342662",91750,105118 -"342663",91750,107337 -"342664",91750,119331 -"342665",91751,91970 -"342666",91751,94000 -"342667",91755,92555 -"342668",91756,108919 -"342669",91756,117200 -"342670",91757,95187 -"342671",91759,120141 -"342672",91760,100134 -"342673",91761,91796 -"342674",91762,93424 -"342675",91762,99574 -"342676",91762,99581 -"342677",91762,99592 -"342678",91762,99598 -"342679",91762,116415 -"342680",91764,118274 -"342681",91767,92289 -"342682",91768,93642 -"342683",91768,100438 -"342684",91768,105065 -"342685",91768,105378 -"342686",91770,96518 -"342687",91770,97485 -"342688",91770,99735 -"342689",91770,102734 -"342690",91770,104662 -"342691",91770,105207 -"342692",91770,110380 -"342693",91770,110488 -"342694",91770,110719 -"342695",91770,119237 -"342696",91770,121290 -"342697",91770,121294 -"342698",91771,119688 -"342699",91772,97240 -"342700",91772,105512 -"342701",91772,109060 -"342702",91772,116617 -"342703",91772,122247 -"342704",91775,95783 -"342705",91775,115482 -"342706",91777,93060 -"342707",91777,110043 -"342708",91777,110044 -"342709",91779,95469 -"342710",91779,96525 -"342711",91779,96768 -"342712",91779,99577 -"342713",91779,101347 -"342714",91779,102535 -"342715",91779,103675 -"342716",91779,106275 -"342717",91779,106280 -"342718",91779,106674 -"342719",91779,108430 -"342720",91779,116743 -"342721",91779,119637 -"342722",91779,122496 -"342723",91779,122502 -"342724",91780,96270 -"342725",91781,102483 -"342726",91781,110131 -"342727",91781,110147 -"342728",91781,110155 -"342729",91781,110173 -"342730",91781,112774 -"342731",91781,114362 -"342732",91782,91783 -"342733",91782,109636 -"342734",91782,115510 -"342735",91785,102072 -"342736",91786,103776 -"342737",91788,91847 -"342738",91788,91851 -"342739",91789,94745 -"342740",91791,91797 -"342741",91791,96598 -"342742",91791,98987 -"342743",91794,91967 -"342744",91794,99704 -"342745",91797,96598 -"342746",91797,98987 -"342747",91801,101115 -"342748",91801,123263 -"342749",91801,123402 -"342750",91804,112998 -"342751",91804,113003 -"342752",91806,96931 -"342753",91806,103926 -"342754",91806,111322 -"342755",91808,94480 -"342756",91808,114829 -"342757",91812,94571 -"342758",91812,104162 -"342759",91812,110543 -"342760",91814,91860 -"342761",91814,91966 -"342762",91815,106161 -"342763",91816,91817 -"342764",91816,102247 -"342765",91818,110356 -"342766",91820,106356 -"342767",91821,115655 -"342768",91821,120261 -"342769",91821,120264 -"342770",91822,91837 -"342771",91822,91857 -"342772",91822,91871 -"342773",91822,97968 -"342774",91822,98007 -"342775",91822,98033 -"342776",91822,98038 -"342777",91823,96799 -"342778",91823,105718 -"342779",91823,112937 -"342780",91823,113369 -"342781",91824,100336 -"342782",91824,100621 -"342783",91824,103996 -"342784",91825,93892 -"342785",91827,94461 -"342786",91827,94950 -"342787",91827,119392 -"342788",91827,119393 -"342789",91829,115103 -"342790",91829,117097 -"342791",91831,92874 -"342792",91831,92890 -"342793",91836,116404 -"342794",91837,91857 -"342795",91837,91871 -"342796",91838,100752 -"342797",91840,92935 -"342798",91841,94424 -"342799",91841,120818 -"342800",91841,120820 -"342801",91842,92458 -"342802",91842,95230 -"342803",91842,95238 -"342804",91842,95258 -"342805",91845,92984 -"342806",91846,115777 -"342807",91847,91851 -"342808",91849,121133 -"342809",91850,92295 -"342810",91851,114019 -"342811",91851,114077 -"342812",91856,99396 -"342813",91857,91871 -"342814",91860,91966 -"342815",91862,100225 -"342816",91862,101526 -"342817",91862,101965 -"342818",91866,121951 -"342819",91867,117461 -"342820",91868,102520 -"342821",91868,107144 -"342822",91869,108821 -"342823",91869,110418 -"342824",91870,93215 -"342825",91870,108794 -"342826",91870,112215 -"342827",91870,122026 -"342828",91872,91880 -"342829",91878,91917 -"342830",91878,92171 -"342831",91878,101387 -"342832",91878,104301 -"342833",91878,104313 -"342834",91881,116195 -"342835",91884,102465 -"342836",91887,91893 -"342837",91888,91937 -"342838",91889,93765 -"342839",91891,91901 -"342840",91891,101298 -"342841",91891,104846 -"342842",91891,117907 -"342843",91891,117970 -"342844",91894,91938 -"342845",91894,122947 -"342846",91895,91932 -"342847",91896,98772 -"342848",91898,110935 -"342849",91899,101272 -"342850",91900,102178 -"342851",91900,102339 -"342852",91900,102455 -"342853",91900,102474 -"342854",91900,103422 -"342855",91900,107784 -"342856",91900,116377 -"342857",91901,99851 -"342858",91901,109134 -"342859",91904,98166 -"342860",91904,101927 -"342861",91905,99468 -"342862",91905,99570 -"342863",91905,107396 -"342864",91905,112765 -"342865",91905,112767 -"342866",91906,95491 -"342867",91909,99448 -"342868",91911,96977 -"342869",91912,94240 -"342870",91912,94671 -"342871",91912,96596 -"342872",91912,97237 -"342873",91912,100230 -"342874",91912,107657 -"342875",91913,91931 -"342876",91917,92171 -"342877",91917,101387 -"342878",91917,104301 -"342879",91917,104313 -"342880",91921,94509 -"342881",91921,115356 -"342882",91922,97025 -"342883",91922,98781 -"342884",91922,114747 -"342885",91923,123245 -"342886",91924,99622 -"342887",91924,103193 -"342888",91925,92595 -"342889",91925,108829 -"342890",91926,115948 -"342891",91927,95193 -"342892",91928,104560 -"342893",91930,119043 -"342894",91930,119045 -"342895",91930,119048 -"342896",91941,91958 -"342897",91941,91960 -"342898",91941,92118 -"342899",91947,92413 -"342900",91949,91985 -"342901",91951,96096 -"342902",91952,102935 -"342903",91954,92125 -"342904",91956,91982 -"342905",91957,99017 -"342906",91958,91960 -"342907",91958,92118 -"342908",91959,91995 -"342909",91960,92118 -"342910",91963,99516 -"342911",91963,115027 -"342912",91964,98057 -"342913",91964,99753 -"342914",91969,118721 -"342915",91970,99115 -"342916",91970,99122 -"342917",91972,92006 -"342918",91975,94060 -"342919",91976,92166 -"342920",91978,92585 -"342921",91980,107208 -"342922",91980,109404 -"342923",91980,113524 -"342924",91980,115662 -"342925",91984,96287 -"342926",91984,96289 -"342927",91984,96302 -"342928",91986,97568 -"342929",91986,110136 -"342930",91986,117156 -"342931",91986,117620 -"342932",91988,98374 -"342933",91991,108444 -"342934",91992,93791 -"342935",91993,97181 -"342936",91995,102961 -"342937",91995,114977 -"342938",91995,115934 -"342939",91996,94968 -"342940",91996,117190 -"342941",91996,122806 -"342942",91999,108651 -"342943",91999,111509 -"342944",92004,92057 -"342945",92005,92008 -"342946",92009,92015 -"342947",92009,98179 -"342948",92010,113489 -"342949",92011,106484 -"342950",92011,118268 -"342951",92012,120549 -"342952",92012,120565 -"342953",92013,123274 -"342954",92014,117296 -"342955",92014,117309 -"342956",92017,100533 -"342957",92017,102484 -"342958",92017,103486 -"342959",92017,120498 -"342960",92019,108803 -"342961",92020,120177 -"342962",92021,92071 -"342963",92022,100154 -"342964",92023,92024 -"342965",92023,92040 -"342966",92023,98649 -"342967",92024,92040 -"342968",92024,98649 -"342969",92024,109108 -"342970",92024,111712 -"342971",92025,92108 -"342972",92025,92114 -"342973",92025,92115 -"342974",92027,92028 -"342975",92027,113153 -"342976",92029,108440 -"342977",92030,105176 -"342978",92031,104064 -"342979",92031,113871 -"342980",92033,92680 -"342981",92033,96421 -"342982",92033,106339 -"342983",92034,110620 -"342984",92034,111756 -"342985",92034,112776 -"342986",92034,112780 -"342987",92034,112781 -"342988",92034,112793 -"342989",92035,95094 -"342990",92035,95130 -"342991",92035,98985 -"342992",92035,101100 -"342993",92035,104204 -"342994",92035,108193 -"342995",92035,109157 -"342996",92035,112547 -"342997",92035,113360 -"342998",92035,118022 -"342999",92036,106056 -"343000",92036,106072 -"343001",92037,111625 -"343002",92037,112960 -"343003",92037,113377 -"343004",92037,113387 -"343005",92038,117139 -"343006",92038,117978 -"343007",92038,117979 -"343008",92038,118001 -"343009",92038,118006 -"343010",92038,118236 -"343011",92040,98649 -"343012",92041,105675 -"343013",92044,102389 -"343014",92045,101695 -"343015",92049,100139 -"343016",92049,103583 -"343017",92049,107773 -"343018",92049,109107 -"343019",92050,122090 -"343020",92051,92559 -"343021",92052,98062 -"343022",92052,98124 -"343023",92052,104185 -"343024",92053,99508 -"343025",92055,94076 -"343026",92055,101296 -"343027",92057,115855 -"343028",92058,103043 -"343029",92059,92279 -"343030",92061,101303 -"343031",92062,103182 -"343032",92062,103618 -"343033",92063,92080 -"343034",92063,92092 -"343035",92065,106887 -"343036",92068,93193 -"343037",92070,92098 -"343038",92072,116450 -"343039",92072,122339 -"343040",92074,92330 -"343041",92076,112943 -"343042",92076,122618 -"343043",92077,92285 -"343044",92077,92305 -"343045",92077,94027 -"343046",92079,99803 -"343047",92080,92092 -"343048",92081,100226 -"343049",92081,105947 -"343050",92083,92086 -"343051",92083,97860 -"343052",92088,95899 -"343053",92089,92090 -"343054",92089,100441 -"343055",92089,100473 -"343056",92095,92119 -"343057",92096,99540 -"343058",92097,111726 -"343059",92099,105973 -"343060",92100,98147 -"343061",92100,98209 -"343062",92100,107571 -"343063",92101,102017 -"343064",92101,102034 -"343065",92102,112374 -"343066",92104,95701 -"343067",92104,98744 -"343068",92104,112838 -"343069",92105,97210 -"343070",92105,98155 -"343071",92105,105261 -"343072",92106,93658 -"343073",92106,95611 -"343074",92106,108996 -"343075",92108,92114 -"343076",92108,92115 -"343077",92109,99444 -"343078",92110,92325 -"343079",92110,95534 -"343080",92111,93685 -"343081",92112,115163 -"343082",92113,98904 -"343083",92113,102940 -"343084",92113,118577 -"343085",92113,119085 -"343086",92113,119224 -"343087",92113,119439 -"343088",92113,120085 -"343089",92113,120232 -"343090",92113,121213 -"343091",92114,92115 -"343092",92116,99333 -"343093",92116,117834 -"343094",92117,96240 -"343095",92120,104351 -"343096",92120,109877 -"343097",92120,110968 -"343098",92120,110975 -"343099",92120,110976 -"343100",92121,109486 -"343101",92123,93408 -"343102",92123,104226 -"343103",92124,105417 -"343104",92124,118669 -"343105",92126,92127 -"343106",92127,121313 -"343107",92128,95121 -"343108",92128,98135 -"343109",92128,98139 -"343110",92128,116335 -"343111",92128,117606 -"343112",92128,117637 -"343113",92130,96332 -"343114",92130,96356 -"343115",92130,103011 -"343116",92132,94930 -"343117",92132,94977 -"343118",92133,92197 -"343119",92133,92210 -"343120",92133,100727 -"343121",92133,109547 -"343122",92136,92188 -"343123",92139,111585 -"343124",92140,92174 -"343125",92146,92147 -"343126",92146,92165 -"343127",92146,92183 -"343128",92147,92165 -"343129",92147,92183 -"343130",92150,116483 -"343131",92152,110341 -"343132",92152,116657 -"343133",92152,116794 -"343134",92153,92155 -"343135",92153,105138 -"343136",92153,110501 -"343137",92153,119888 -"343138",92154,92669 -"343139",92154,99457 -"343140",92154,104666 -"343141",92154,106723 -"343142",92154,116230 -"343143",92156,92977 -"343144",92156,116309 -"343145",92157,97346 -"343146",92157,106542 -"343147",92157,107128 -"343148",92158,107366 -"343149",92159,99048 -"343150",92160,113896 -"343151",92162,92213 -"343152",92163,105981 -"343153",92165,92183 -"343154",92167,100070 -"343155",92168,94206 -"343156",92169,96214 -"343157",92169,104009 -"343158",92171,101387 -"343159",92171,104301 -"343160",92171,104313 -"343161",92172,92173 -"343162",92180,98785 -"343163",92181,93679 -"343164",92182,100485 -"343165",92183,97908 -"343166",92183,97936 -"343167",92183,109843 -"343168",92191,110851 -"343169",92195,102411 -"343170",92196,104132 -"343171",92196,117828 -"343172",92196,120291 -"343173",92196,120293 -"343174",92197,92210 -"343175",92198,99720 -"343176",92198,99743 -"343177",92198,102822 -"343178",92199,113364 -"343179",92204,104306 -"343180",92208,92211 -"343181",92208,92719 -"343182",92208,93757 -"343183",92208,94236 -"343184",92208,94425 -"343185",92208,94429 -"343186",92208,94454 -"343187",92211,92719 -"343188",92215,105878 -"343189",92217,94997 -"343190",92217,101125 -"343191",92218,106807 -"343192",92220,92724 -"343193",92220,94543 -"343194",92220,94616 -"343195",92220,99227 -"343196",92220,99444 -"343197",92220,100577 -"343198",92220,101261 -"343199",92220,102546 -"343200",92220,104788 -"343201",92220,105219 -"343202",92220,109745 -"343203",92220,112329 -"343204",92222,94943 -"343205",92222,119098 -"343206",92225,92343 -"343207",92226,103864 -"343208",92227,92243 -"343209",92227,102404 -"343210",92227,122797 -"343211",92230,97307 -"343212",92230,114804 -"343213",92230,117397 -"343214",92230,123033 -"343215",92231,105244 -"343216",92233,108376 -"343217",92237,107212 -"343218",92239,110217 -"343219",92239,110397 -"343220",92239,116422 -"343221",92240,103203 -"343222",92241,93006 -"343223",92241,93115 -"343224",92241,97614 -"343225",92241,108483 -"343226",92241,110140 -"343227",92241,111348 -"343228",92242,117674 -"343229",92242,121265 -"343230",92242,121266 -"343231",92246,99553 -"343232",92246,100523 -"343233",92246,106491 -"343234",92246,111202 -"343235",92246,115285 -"343236",92246,118778 -"343237",92247,92255 -"343238",92247,92352 -"343239",92247,92362 -"343240",92247,92929 -"343241",92247,93719 -"343242",92247,94906 -"343243",92247,94946 -"343244",92247,95889 -"343245",92247,96093 -"343246",92247,97988 -"343247",92247,99309 -"343248",92247,99376 -"343249",92247,99450 -"343250",92247,99471 -"343251",92247,99474 -"343252",92247,100916 -"343253",92247,100944 -"343254",92247,101126 -"343255",92247,101329 -"343256",92247,105557 -"343257",92247,107199 -"343258",92247,108743 -"343259",92247,108980 -"343260",92247,109291 -"343261",92247,109933 -"343262",92247,110483 -"343263",92247,110567 -"343264",92247,110572 -"343265",92247,110630 -"343266",92247,110648 -"343267",92247,110711 -"343268",92247,110770 -"343269",92247,110869 -"343270",92247,110911 -"343271",92247,111285 -"343272",92247,111314 -"343273",92247,111362 -"343274",92247,111372 -"343275",92247,111424 -"343276",92247,111433 -"343277",92247,112422 -"343278",92247,113269 -"343279",92247,113430 -"343280",92247,114242 -"343281",92247,114842 -"343282",92247,115427 -"343283",92247,115521 -"343284",92247,115711 -"343285",92252,94521 -"343286",92253,107773 -"343287",92254,92300 -"343288",92254,92437 -"343289",92254,93984 -"343290",92256,110955 -"343291",92256,111198 -"343292",92257,102640 -"343293",92260,104225 -"343294",92261,95137 -"343295",92261,108976 -"343296",92261,110023 -"343297",92261,120222 -"343298",92262,92272 -"343299",92264,94087 -"343300",92265,92310 -"343301",92265,114125 -"343302",92265,119663 -"343303",92265,122254 -"343304",92265,122266 -"343305",92267,92473 -"343306",92268,118985 -"343307",92269,92297 -"343308",92270,92300 -"343309",92270,100495 -"343310",92271,92287 -"343311",92271,92323 -"343312",92273,113708 -"343313",92275,100754 -"343314",92276,120737 -"343315",92276,120810 -"343316",92277,92408 -"343317",92282,95593 -"343318",92282,95653 -"343319",92282,115022 -"343320",92283,92296 -"343321",92283,92319 -"343322",92284,123303 -"343323",92285,92305 -"343324",92287,92323 -"343325",92288,92309 -"343326",92288,94025 -"343327",92288,120187 -"343328",92289,107944 -"343329",92291,92315 -"343330",92294,114958 -"343331",92294,123193 -"343332",92295,119600 -"343333",92296,92319 -"343334",92296,114305 -"343335",92299,99732 -"343336",92299,110150 -"343337",92300,93171 -"343338",92300,105484 -"343339",92300,105485 -"343340",92301,92302 -"343341",92303,100671 -"343342",92304,118652 -"343343",92304,118700 -"343344",92305,99424 -"343345",92305,107556 -"343346",92305,112794 -"343347",92305,119592 -"343348",92305,119593 -"343349",92305,119603 -"343350",92306,93102 -"343351",92306,112885 -"343352",92308,116444 -"343353",92310,108517 -"343354",92310,119663 -"343355",92311,94384 -"343356",92311,96587 -"343357",92311,99204 -"343358",92311,100653 -"343359",92311,104478 -"343360",92311,105910 -"343361",92311,107278 -"343362",92311,109229 -"343363",92311,116054 -"343364",92311,116263 -"343365",92312,107761 -"343366",92312,113548 -"343367",92313,106719 -"343368",92313,110924 -"343369",92316,100861 -"343370",92316,107711 -"343371",92316,114988 -"343372",92316,117817 -"343373",92317,109239 -"343374",92320,122711 -"343375",92321,92322 -"343376",92321,104141 -"343377",92321,109350 -"343378",92322,94783 -"343379",92322,109350 -"343380",92322,113302 -"343381",92325,95534 -"343382",92327,94938 -"343383",92327,122867 -"343384",92331,115312 -"343385",92331,115316 -"343386",92332,92515 -"343387",92332,118712 -"343388",92332,118731 -"343389",92334,92355 -"343390",92335,96496 -"343391",92336,101490 -"343392",92336,113568 -"343393",92336,113580 -"343394",92337,92368 -"343395",92338,92349 -"343396",92338,92360 -"343397",92338,92376 -"343398",92338,92388 -"343399",92338,92391 -"343400",92339,98587 -"343401",92341,93820 -"343402",92341,94436 -"343403",92341,96513 -"343404",92341,100164 -"343405",92341,100274 -"343406",92341,100291 -"343407",92341,100417 -"343408",92341,100502 -"343409",92341,100734 -"343410",92341,105197 -"343411",92341,105207 -"343412",92341,105221 -"343413",92341,105231 -"343414",92344,102572 -"343415",92344,109243 -"343416",92344,116906 -"343417",92345,97340 -"343418",92349,92360 -"343419",92349,92376 -"343420",92349,92388 -"343421",92349,92391 -"343422",92350,92351 -"343423",92350,92389 -"343424",92350,92402 -"343425",92350,92456 -"343426",92351,92389 -"343427",92351,92402 -"343428",92351,92456 -"343429",92352,92362 -"343430",92352,92929 -"343431",92352,93719 -"343432",92352,94906 -"343433",92352,94946 -"343434",92352,95889 -"343435",92352,96093 -"343436",92352,97988 -"343437",92352,99309 -"343438",92352,99376 -"343439",92352,99450 -"343440",92352,99471 -"343441",92352,99474 -"343442",92352,100916 -"343443",92352,100944 -"343444",92352,101126 -"343445",92352,101329 -"343446",92352,105557 -"343447",92352,107199 -"343448",92352,108743 -"343449",92352,108980 -"343450",92352,109291 -"343451",92352,109933 -"343452",92352,110483 -"343453",92352,110567 -"343454",92352,110572 -"343455",92352,110630 -"343456",92352,110648 -"343457",92352,110711 -"343458",92352,110770 -"343459",92352,110869 -"343460",92352,110911 -"343461",92352,111285 -"343462",92352,111314 -"343463",92352,111362 -"343464",92352,111372 -"343465",92352,111424 -"343466",92352,111433 -"343467",92352,112422 -"343468",92352,113269 -"343469",92352,113430 -"343470",92352,114242 -"343471",92352,114842 -"343472",92352,115427 -"343473",92352,115521 -"343474",92352,115711 -"343475",92353,92354 -"343476",92356,112195 -"343477",92358,92361 -"343478",92358,92363 -"343479",92359,110183 -"343480",92359,117491 -"343481",92360,92376 -"343482",92360,92388 -"343483",92360,92391 -"343484",92361,92363 -"343485",92362,92929 -"343486",92362,93719 -"343487",92362,94906 -"343488",92362,94946 -"343489",92362,95889 -"343490",92362,96093 -"343491",92362,97988 -"343492",92362,99309 -"343493",92362,99376 -"343494",92362,99450 -"343495",92362,99471 -"343496",92362,99474 -"343497",92362,100916 -"343498",92362,100944 -"343499",92362,101126 -"343500",92362,101329 -"343501",92362,105557 -"343502",92362,107199 -"343503",92362,108743 -"343504",92362,108980 -"343505",92362,109291 -"343506",92362,109933 -"343507",92362,110483 -"343508",92362,110567 -"343509",92362,110572 -"343510",92362,110630 -"343511",92362,110648 -"343512",92362,110711 -"343513",92362,110770 -"343514",92362,110869 -"343515",92362,110911 -"343516",92362,111285 -"343517",92362,111314 -"343518",92362,111362 -"343519",92362,111372 -"343520",92362,111424 -"343521",92362,111433 -"343522",92362,112422 -"343523",92362,113269 -"343524",92362,113430 -"343525",92362,114242 -"343526",92362,114842 -"343527",92362,115427 -"343528",92362,115521 -"343529",92362,115711 -"343530",92364,102013 -"343531",92364,106359 -"343532",92366,97085 -"343533",92366,101971 -"343534",92366,104452 -"343535",92366,105887 -"343536",92367,95569 -"343537",92367,101609 -"343538",92368,98838 -"343539",92368,98889 -"343540",92368,98910 -"343541",92368,98999 -"343542",92371,98164 -"343543",92372,102439 -"343544",92373,116504 -"343545",92374,109893 -"343546",92374,110362 -"343547",92376,92388 -"343548",92376,92391 -"343549",92379,108167 -"343550",92381,117209 -"343551",92382,110312 -"343552",92382,113144 -"343553",92382,117440 -"343554",92383,95664 -"343555",92386,100595 -"343556",92387,92616 -"343557",92388,92391 -"343558",92389,92402 -"343559",92389,92456 -"343560",92393,105916 -"343561",92393,106581 -"343562",92393,108628 -"343563",92393,112010 -"343564",92396,98390 -"343565",92398,99359 -"343566",92399,95866 -"343567",92399,110310 -"343568",92399,121654 -"343569",92400,92560 -"343570",92400,97518 -"343571",92400,112265 -"343572",92402,92456 -"343573",92404,110325 -"343574",92405,92499 -"343575",92405,94653 -"343576",92405,94958 -"343577",92407,101455 -"343578",92407,116347 -"343579",92408,106577 -"343580",92409,92424 -"343581",92409,92426 -"343582",92412,95233 -"343583",92416,99204 -"343584",92416,100599 -"343585",92416,102229 -"343586",92416,102269 -"343587",92417,100319 -"343588",92417,101250 -"343589",92417,101462 -"343590",92417,109885 -"343591",92417,110742 -"343592",92417,112606 -"343593",92417,116142 -"343594",92417,116150 -"343595",92417,116151 -"343596",92417,116152 -"343597",92417,116155 -"343598",92417,116159 -"343599",92417,116163 -"343600",92417,116165 -"343601",92417,116166 -"343602",92417,116171 -"343603",92417,116677 -"343604",92417,116678 -"343605",92419,108469 -"343606",92420,92433 -"343607",92420,114383 -"343608",92420,116267 -"343609",92421,98568 -"343610",92422,92442 -"343611",92424,92426 -"343612",92424,102082 -"343613",92425,92445 -"343614",92425,108591 -"343615",92425,113802 -"343616",92426,107977 -"343617",92426,113770 -"343618",92427,107245 -"343619",92430,101620 -"343620",92430,103320 -"343621",92430,121565 -"343622",92436,120031 -"343623",92438,92451 -"343624",92438,93483 -"343625",92438,122191 -"343626",92441,94806 -"343627",92441,98166 -"343628",92441,105685 -"343629",92441,119336 -"343630",92442,107578 -"343631",92443,92449 -"343632",92445,97831 -"343633",92445,104025 -"343634",92445,115034 -"343635",92448,105006 -"343636",92448,105035 -"343637",92450,102888 -"343638",92451,118551 -"343639",92452,96260 -"343640",92453,93334 -"343641",92455,100902 -"343642",92460,94773 -"343643",92460,100036 -"343644",92461,119934 -"343645",92462,118266 -"343646",92463,92501 -"343647",92464,99152 -"343648",92466,92479 -"343649",92467,110954 -"343650",92467,118408 -"343651",92467,120945 -"343652",92469,96387 -"343653",92469,115820 -"343654",92470,92493 -"343655",92471,92505 -"343656",92472,92498 -"343657",92472,92520 -"343658",92474,98956 -"343659",92477,92500 -"343660",92477,102905 -"343661",92477,102942 -"343662",92478,97198 -"343663",92478,114635 -"343664",92478,121830 -"343665",92483,92503 -"343666",92486,92514 -"343667",92489,94655 -"343668",92489,106712 -"343669",92489,109171 -"343670",92489,111240 -"343671",92489,114816 -"343672",92489,115039 -"343673",92489,122154 -"343674",92489,122187 -"343675",92490,110618 -"343676",92491,93559 -"343677",92491,93560 -"343678",92495,93499 -"343679",92496,94954 -"343680",92496,94955 -"343681",92496,94957 -"343682",92496,94969 -"343683",92497,92511 -"343684",92497,108864 -"343685",92498,92520 -"343686",92503,94083 -"343687",92506,111848 -"343688",92507,92509 -"343689",92507,92816 -"343690",92507,93479 -"343691",92508,101823 -"343692",92513,96060 -"343693",92513,104737 -"343694",92514,94970 -"343695",92514,108629 -"343696",92514,121725 -"343697",92517,100140 -"343698",92517,105198 -"343699",92517,110250 -"343700",92517,122588 -"343701",92517,122819 -"343702",92517,122852 -"343703",92517,122861 -"343704",92517,122863 -"343705",92517,122864 -"343706",92518,103220 -"343707",92522,114662 -"343708",92526,92620 -"343709",92526,116461 -"343710",92526,123202 -"343711",92527,115566 -"343712",92529,105135 -"343713",92530,92541 -"343714",92534,102170 -"343715",92534,102346 -"343716",92534,113813 -"343717",92537,97442 -"343718",92537,100713 -"343719",92537,102153 -"343720",92537,116516 -"343721",92538,99631 -"343722",92538,119226 -"343723",92539,98422 -"343724",92539,100207 -"343725",92539,101558 -"343726",92539,103244 -"343727",92539,108470 -"343728",92539,108474 -"343729",92539,109527 -"343730",92539,109641 -"343731",92539,109949 -"343732",92542,92571 -"343733",92542,123477 -"343734",92545,102598 -"343735",92545,122755 -"343736",92546,118642 -"343737",92547,92548 -"343738",92547,99493 -"343739",92547,106594 -"343740",92553,93019 -"343741",92553,93507 -"343742",92553,105181 -"343743",92553,107008 -"343744",92553,107043 -"343745",92553,107044 -"343746",92553,107158 -"343747",92554,98069 -"343748",92557,92734 -"343749",92557,102079 -"343750",92557,103270 -"343751",92557,103678 -"343752",92557,109115 -"343753",92557,109116 -"343754",92557,109119 -"343755",92557,109121 -"343756",92560,96349 -"343757",92560,112265 -"343758",92560,113020 -"343759",92560,113021 -"343760",92563,108332 -"343761",92564,114764 -"343762",92564,114765 -"343763",92564,114767 -"343764",92565,110505 -"343765",92565,117684 -"343766",92567,99021 -"343767",92567,101216 -"343768",92567,116030 -"343769",92567,117145 -"343770",92570,98971 -"343771",92570,102772 -"343772",92570,102815 -"343773",92570,103993 -"343774",92572,103929 -"343775",92572,103953 -"343776",92572,108147 -"343777",92573,92574 -"343778",92574,97019 -"343779",92574,114171 -"343780",92575,119226 -"343781",92576,105410 -"343782",92577,96633 -"343783",92577,113906 -"343784",92580,93969 -"343785",92580,96576 -"343786",92580,99974 -"343787",92580,104444 -"343788",92580,116423 -"343789",92580,116430 -"343790",92580,121881 -"343791",92582,92607 -"343792",92584,103198 -"343793",92585,105158 -"343794",92585,112144 -"343795",92589,92598 -"343796",92592,94027 -"343797",92592,96336 -"343798",92592,100502 -"343799",92592,101087 -"343800",92592,101681 -"343801",92592,101967 -"343802",92592,102341 -"343803",92592,105903 -"343804",92592,105988 -"343805",92592,110376 -"343806",92592,110380 -"343807",92592,123297 -"343808",92593,98859 -"343809",92593,108544 -"343810",92593,111782 -"343811",92593,114433 -"343812",92594,92634 -"343813",92595,92606 -"343814",92595,108829 -"343815",92597,94326 -"343816",92601,92602 -"343817",92601,108750 -"343818",92601,119733 -"343819",92603,93482 -"343820",92604,121123 -"343821",92604,121124 -"343822",92605,92615 -"343823",92606,101615 -"343824",92606,112945 -"343825",92609,102264 -"343826",92610,102295 -"343827",92611,116211 -"343828",92612,116276 -"343829",92613,95524 -"343830",92613,100814 -"343831",92613,113823 -"343832",92616,96255 -"343833",92616,96985 -"343834",92618,107987 -"343835",92619,109904 -"343836",92621,118702 -"343837",92621,118711 -"343838",92624,112738 -"343839",92624,113867 -"343840",92625,95391 -"343841",92625,107486 -"343842",92625,107601 -"343843",92625,116558 -"343844",92626,93093 -"343845",92627,94654 -"343846",92627,99241 -"343847",92627,100581 -"343848",92627,101356 -"343849",92627,101361 -"343850",92627,101363 -"343851",92627,101869 -"343852",92627,101894 -"343853",92627,102230 -"343854",92627,105744 -"343855",92627,108099 -"343856",92627,111974 -"343857",92627,113432 -"343858",92627,113649 -"343859",92627,113688 -"343860",92629,92656 -"343861",92630,94748 -"343862",92630,95236 -"343863",92630,95268 -"343864",92630,95273 -"343865",92630,95274 -"343866",92630,95275 -"343867",92630,96801 -"343868",92633,105188 -"343869",92637,101730 -"343870",92637,101753 -"343871",92642,96878 -"343872",92643,104229 -"343873",92643,104230 -"343874",92643,105541 -"343875",92643,105548 -"343876",92644,92675 -"343877",92645,92679 -"343878",92646,96353 -"343879",92648,111049 -"343880",92649,108792 -"343881",92649,117921 -"343882",92653,92673 -"343883",92653,92689 -"343884",92653,92693 -"343885",92659,105585 -"343886",92661,107487 -"343887",92661,114225 -"343888",92661,119118 -"343889",92661,119720 -"343890",92663,103487 -"343891",92663,117746 -"343892",92663,117826 -"343893",92666,98690 -"343894",92666,115399 -"343895",92669,99296 -"343896",92669,100711 -"343897",92669,117470 -"343898",92669,118631 -"343899",92669,119060 -"343900",92669,120266 -"343901",92669,122204 -"343902",92671,116234 -"343903",92672,93476 -"343904",92672,93477 -"343905",92672,93491 -"343906",92673,92689 -"343907",92673,92693 -"343908",92674,106267 -"343909",92674,108250 -"343910",92676,92681 -"343911",92676,104644 -"343912",92677,107111 -"343913",92677,108978 -"343914",92677,111591 -"343915",92678,104156 -"343916",92680,94924 -"343917",92680,96421 -"343918",92680,106339 -"343919",92682,121143 -"343920",92684,93116 -"343921",92685,101995 -"343922",92685,118503 -"343923",92686,100631 -"343924",92686,117253 -"343925",92687,113203 -"343926",92687,115065 -"343927",92687,121196 -"343928",92687,121200 -"343929",92687,123365 -"343930",92689,92693 -"343931",92690,92691 -"343932",92690,114293 -"343933",92694,104241 -"343934",92698,113648 -"343935",92698,122372 -"343936",92698,122373 -"343937",92702,92725 -"343938",92702,92738 -"343939",92702,92839 -"343940",92702,92898 -"343941",92702,92920 -"343942",92702,92944 -"343943",92702,92972 -"343944",92702,92980 -"343945",92704,92705 -"343946",92707,94117 -"343947",92707,95260 -"343948",92707,99783 -"343949",92708,92753 -"343950",92709,115462 -"343951",92709,115571 -"343952",92709,119721 -"343953",92710,105359 -"343954",92711,92729 -"343955",92711,93164 -"343956",92711,106564 -"343957",92711,107857 -"343958",92711,107865 -"343959",92711,116467 -"343960",92713,97317 -"343961",92713,98948 -"343962",92713,102717 -"343963",92716,92748 -"343964",92717,96179 -"343965",92717,96200 -"343966",92717,98478 -"343967",92717,114087 -"343968",92718,92739 -"343969",92719,94824 -"343970",92720,94056 -"343971",92724,105651 -"343972",92725,92738 -"343973",92725,92839 -"343974",92725,92898 -"343975",92725,92920 -"343976",92725,92944 -"343977",92725,92972 -"343978",92725,92980 -"343979",92726,92727 -"343980",92726,92758 -"343981",92727,92758 -"343982",92730,100790 -"343983",92733,103835 -"343984",92733,111704 -"343985",92733,112184 -"343986",92736,100780 -"343987",92736,102008 -"343988",92736,102022 -"343989",92736,105421 -"343990",92738,92839 -"343991",92738,92898 -"343992",92738,92920 -"343993",92738,92944 -"343994",92738,92972 -"343995",92738,92980 -"343996",92739,114910 -"343997",92739,115785 -"343998",92740,93760 -"343999",92741,109536 -"344000",92741,111750 -"344001",92742,108528 -"344002",92744,93114 -"344003",92744,93563 -"344004",92744,111714 -"344005",92746,92807 -"344006",92746,92810 -"344007",92746,92826 -"344008",92748,94802 -"344009",92750,109396 -"344010",92751,93267 -"344011",92751,93541 -"344012",92757,98845 -"344013",92757,118099 -"344014",92764,97139 -"344015",92764,103747 -"344016",92767,92775 -"344017",92769,102624 -"344018",92771,92794 -"344019",92773,94273 -"344020",92773,116728 -"344021",92780,92800 -"344022",92780,119671 -"344023",92784,99523 -"344024",92784,119311 -"344025",92785,94569 -"344026",92785,96576 -"344027",92785,101121 -"344028",92785,102255 -"344029",92785,103778 -"344030",92785,111553 -"344031",92785,112240 -"344032",92785,113002 -"344033",92785,113189 -"344034",92785,116919 -"344035",92785,117197 -"344036",92785,118007 -"344037",92785,118396 -"344038",92785,122969 -"344039",92791,109833 -"344040",92792,118308 -"344041",92792,122463 -"344042",92793,101301 -"344043",92794,103869 -"344044",92796,97683 -"344045",92797,92820 -"344046",92798,98908 -"344047",92798,99707 -"344048",92798,123249 -"344049",92802,94277 -"344050",92802,94281 -"344051",92802,94316 -"344052",92802,94356 -"344053",92803,93119 -"344054",92806,94305 -"344055",92806,105006 -"344056",92806,116154 -"344057",92807,92810 -"344058",92807,92826 -"344059",92810,92826 -"344060",92811,96307 -"344061",92812,107005 -"344062",92812,109001 -"344063",92812,116518 -"344064",92814,94341 -"344065",92816,93479 -"344066",92817,96090 -"344067",92817,101616 -"344068",92817,118910 -"344069",92819,110794 -"344070",92819,120794 -"344071",92821,115410 -"344072",92828,116376 -"344073",92830,92857 -"344074",92830,92960 -"344075",92831,104180 -"344076",92831,108109 -"344077",92831,110943 -"344078",92831,114773 -"344079",92832,92869 -"344080",92834,95054 -"344081",92835,92860 -"344082",92835,96634 -"344083",92835,97188 -"344084",92837,116769 -"344085",92838,92844 -"344086",92838,92937 -"344087",92839,92898 -"344088",92839,92920 -"344089",92839,92944 -"344090",92839,92972 -"344091",92839,92980 -"344092",92842,103114 -"344093",92842,103130 -"344094",92842,103145 -"344095",92843,97451 -"344096",92843,107209 -"344097",92844,92937 -"344098",92845,121977 -"344099",92845,121985 -"344100",92846,97434 -"344101",92846,97435 -"344102",92847,92871 -"344103",92847,92889 -"344104",92848,99139 -"344105",92851,93668 -"344106",92851,99759 -"344107",92853,95891 -"344108",92855,104527 -"344109",92855,104828 -"344110",92855,104832 -"344111",92855,113520 -"344112",92856,115656 -"344113",92857,92960 -"344114",92858,92863 -"344115",92860,96634 -"344116",92860,97188 -"344117",92860,103943 -"344118",92861,93097 -"344119",92861,94231 -"344120",92861,95489 -"344121",92861,96247 -"344122",92861,96363 -"344123",92861,97898 -"344124",92862,92922 -"344125",92862,92976 -"344126",92862,104396 -"344127",92862,116650 -"344128",92862,122257 -"344129",92863,95171 -"344130",92863,117620 -"344131",92864,92879 -"344132",92864,95174 -"344133",92865,92880 -"344134",92865,92896 -"344135",92871,92889 -"344136",92871,99294 -"344137",92871,113721 -"344138",92871,120492 -"344139",92874,92890 -"344140",92875,92942 -"344141",92876,92878 -"344142",92876,108938 -"344143",92876,118082 -"344144",92876,120657 -"344145",92876,120693 -"344146",92878,107754 -"344147",92880,92896 -"344148",92880,118899 -"344149",92882,116488 -"344150",92883,101986 -"344151",92883,109521 -"344152",92883,117532 -"344153",92883,118093 -"344154",92886,122587 -"344155",92891,112683 -"344156",92893,94064 -"344157",92893,95500 -"344158",92893,100138 -"344159",92893,103095 -"344160",92893,103441 -"344161",92893,104913 -"344162",92893,120867 -"344163",92895,94857 -"344164",92895,94861 -"344165",92895,98986 -"344166",92898,92920 -"344167",92898,92944 -"344168",92898,92972 -"344169",92898,92980 -"344170",92898,107328 -"344171",92898,109616 -"344172",92900,108612 -"344173",92900,111870 -"344174",92904,94995 -"344175",92904,105665 -"344176",92904,122275 -"344177",92907,113799 -"344178",92907,116282 -"344179",92907,117704 -"344180",92908,108388 -"344181",92914,92915 -"344182",92914,92932 -"344183",92914,92983 -"344184",92915,92932 -"344185",92915,92983 -"344186",92916,93991 -"344187",92916,107509 -"344188",92916,107523 -"344189",92917,103092 -"344190",92918,92940 -"344191",92918,96420 -"344192",92919,96597 -"344193",92919,111046 -"344194",92919,111061 -"344195",92919,111072 -"344196",92920,92944 -"344197",92920,92972 -"344198",92920,92980 -"344199",92922,92976 -"344200",92924,106088 -"344201",92926,94722 -"344202",92926,119970 -"344203",92927,95337 -"344204",92927,102468 -"344205",92927,112276 -"344206",92928,94075 -"344207",92928,96713 -"344208",92928,99423 -"344209",92928,109143 -"344210",92928,109780 -"344211",92928,109794 -"344212",92928,111373 -"344213",92929,93719 -"344214",92929,94906 -"344215",92929,94946 -"344216",92929,95889 -"344217",92929,96093 -"344218",92929,97988 -"344219",92929,98562 -"344220",92929,98659 -"344221",92929,99309 -"344222",92929,99376 -"344223",92929,99450 -"344224",92929,99471 -"344225",92929,99474 -"344226",92929,100916 -"344227",92929,100944 -"344228",92929,101126 -"344229",92929,101329 -"344230",92929,105557 -"344231",92929,107199 -"344232",92929,108743 -"344233",92929,108980 -"344234",92929,109291 -"344235",92929,109933 -"344236",92929,110483 -"344237",92929,110567 -"344238",92929,110572 -"344239",92929,110630 -"344240",92929,110648 -"344241",92929,110711 -"344242",92929,110770 -"344243",92929,110869 -"344244",92929,110911 -"344245",92929,111285 -"344246",92929,111314 -"344247",92929,111362 -"344248",92929,111372 -"344249",92929,111424 -"344250",92929,111433 -"344251",92929,112422 -"344252",92929,113269 -"344253",92929,113430 -"344254",92929,114242 -"344255",92929,114842 -"344256",92929,115427 -"344257",92929,115521 -"344258",92929,115711 -"344259",92930,92962 -"344260",92931,103318 -"344261",92932,92983 -"344262",92932,106432 -"344263",92932,115676 -"344264",92932,118952 -"344265",92934,93745 -"344266",92936,101389 -"344267",92936,108790 -"344268",92936,122020 -"344269",92941,96872 -"344270",92943,105703 -"344271",92943,107763 -"344272",92943,107778 -"344273",92943,112551 -"344274",92944,92972 -"344275",92944,92980 -"344276",92945,92950 -"344277",92947,93763 -"344278",92948,96068 -"344279",92948,99311 -"344280",92948,101270 -"344281",92948,105077 -"344282",92948,119514 -"344283",92948,120122 -"344284",92948,120133 -"344285",92949,94237 -"344286",92951,92964 -"344287",92951,92966 -"344288",92952,92969 -"344289",92952,103070 -"344290",92957,97967 -"344291",92960,93124 -"344292",92960,101648 -"344293",92960,121160 -"344294",92964,92966 -"344295",92965,100086 -"344296",92967,107115 -"344297",92968,96047 -"344298",92968,114942 -"344299",92969,118977 -"344300",92972,92980 -"344301",92973,93753 -"344302",92973,96798 -"344303",92977,104563 -"344304",92978,101021 -"344305",92978,108739 -"344306",92978,111861 -"344307",92978,115212 -"344308",92978,120139 -"344309",92985,94366 -"344310",92985,111771 -"344311",92985,117915 -"344312",92985,120806 -"344313",92986,106855 -"344314",92986,106872 -"344315",92986,107863 -"344316",92988,101664 -"344317",92988,105328 -"344318",92988,106607 -"344319",92991,93044 -"344320",92993,106595 -"344321",92998,102830 -"344322",92998,103531 -"344323",92999,93008 -"344324",92999,93014 -"344325",92999,93018 -"344326",93001,93166 -"344327",93001,99574 -"344328",93001,100172 -"344329",93001,102288 -"344330",93001,106254 -"344331",93001,106360 -"344332",93001,106370 -"344333",93001,106379 -"344334",93001,106385 -"344335",93005,95125 -"344336",93005,109330 -"344337",93008,93014 -"344338",93008,93018 -"344339",93009,95198 -"344340",93013,122296 -"344341",93014,93018 -"344342",93017,97366 -"344343",93017,97390 -"344344",93017,108783 -"344345",93017,122548 -"344346",93019,93507 -"344347",93019,96681 -"344348",93019,97499 -"344349",93019,98525 -"344350",93019,101033 -"344351",93019,111453 -"344352",93019,112103 -"344353",93019,112357 -"344354",93019,112707 -"344355",93019,115663 -"344356",93019,115678 -"344357",93022,109454 -"344358",93026,93066 -"344359",93030,96941 -"344360",93030,107165 -"344361",93033,96155 -"344362",93033,96769 -"344363",93033,96771 -"344364",93033,98930 -"344365",93034,99679 -"344366",93039,94163 -"344367",93039,102092 -"344368",93040,105126 -"344369",93040,105329 -"344370",93042,101610 -"344371",93042,123213 -"344372",93043,118338 -"344373",93045,93047 -"344374",93045,118428 -"344375",93046,93081 -"344376",93046,98024 -"344377",93046,98064 -"344378",93047,103530 -"344379",93047,103634 -"344380",93047,103851 -"344381",93048,109731 -"344382",93049,93050 -"344383",93049,105702 -"344384",93051,93361 -"344385",93053,93054 -"344386",93054,116955 -"344387",93054,117969 -"344388",93056,98374 -"344389",93057,94612 -"344390",93057,97355 -"344391",93058,93092 -"344392",93060,102627 -"344393",93060,116131 -"344394",93065,100345 -"344395",93066,95385 -"344396",93066,105967 -"344397",93066,105980 -"344398",93067,95517 -"344399",93067,99610 -"344400",93067,110370 -"344401",93069,105692 -"344402",93069,110308 -"344403",93069,110496 -"344404",93069,120340 -"344405",93069,120359 -"344406",93073,104341 -"344407",93075,100432 -"344408",93075,102360 -"344409",93075,102400 -"344410",93076,93175 -"344411",93076,93414 -"344412",93076,96678 -"344413",93076,101345 -"344414",93076,103540 -"344415",93076,104381 -"344416",93076,105138 -"344417",93080,99418 -"344418",93081,98024 -"344419",93081,98064 -"344420",93082,103193 -"344421",93082,107231 -"344422",93082,107251 -"344423",93082,107390 -"344424",93085,95766 -"344425",93086,120760 -"344426",93090,93091 -"344427",93090,106123 -"344428",93092,93135 -"344429",93092,118684 -"344430",93093,122542 -"344431",93094,93099 -"344432",93094,93805 -"344433",93094,107810 -"344434",93094,108758 -"344435",93096,104135 -"344436",93097,94231 -"344437",93097,95489 -"344438",93097,96247 -"344439",93097,96363 -"344440",93097,97898 -"344441",93099,93115 -"344442",93099,96169 -"344443",93100,93141 -"344444",93100,106117 -"344445",93102,100007 -"344446",93102,115545 -"344447",93106,101237 -"344448",93106,101238 -"344449",93107,104491 -"344450",93107,109311 -"344451",93107,112230 -"344452",93107,119362 -"344453",93108,94704 -"344454",93109,107724 -"344455",93110,105602 -"344456",93112,113937 -"344457",93115,93403 -"344458",93115,96169 -"344459",93118,105113 -"344460",93119,95421 -"344461",93120,94113 -"344462",93120,95182 -"344463",93120,95217 -"344464",93123,99838 -"344465",93123,106011 -"344466",93123,106695 -"344467",93123,110874 -"344468",93129,93145 -"344469",93129,93146 -"344470",93129,93167 -"344471",93131,93133 -"344472",93135,97554 -"344473",93135,100190 -"344474",93135,100506 -"344475",93135,106580 -"344476",93135,109988 -"344477",93135,116824 -"344478",93135,118684 -"344479",93135,119257 -"344480",93135,121484 -"344481",93135,121488 -"344482",93136,96131 -"344483",93136,96273 -"344484",93136,100205 -"344485",93136,109771 -"344486",93136,114954 -"344487",93136,119557 -"344488",93137,96065 -"344489",93139,108233 -"344490",93139,111255 -"344491",93142,104156 -"344492",93144,114908 -"344493",93145,93146 -"344494",93145,93167 -"344495",93146,93167 -"344496",93149,93160 -"344497",93149,94156 -"344498",93149,94167 -"344499",93151,98385 -"344500",93153,96969 -"344501",93154,96320 -"344502",93154,116475 -"344503",93155,97396 -"344504",93156,97461 -"344505",93156,102763 -"344506",93156,109042 -"344507",93156,109176 -"344508",93156,115276 -"344509",93156,115350 -"344510",93156,117995 -"344511",93160,97416 -"344512",93161,93306 -"344513",93161,110637 -"344514",93162,96387 -"344515",93162,107921 -"344516",93164,106564 -"344517",93164,107857 -"344518",93164,107865 -"344519",93166,99574 -"344520",93166,100172 -"344521",93166,102288 -"344522",93166,106254 -"344523",93166,106360 -"344524",93166,106370 -"344525",93166,106379 -"344526",93166,106385 -"344527",93168,109130 -"344528",93170,114848 -"344529",93170,114973 -"344530",93171,105484 -"344531",93171,105485 -"344532",93173,93316 -"344533",93173,95133 -"344534",93173,107081 -"344535",93174,110307 -"344536",93176,93281 -"344537",93178,104858 -"344538",93179,93259 -"344539",93179,95163 -"344540",93180,112228 -"344541",93184,98791 -"344542",93184,98804 -"344543",93185,118580 -"344544",93185,119511 -"344545",93185,120265 -"344546",93185,122377 -"344547",93186,106393 -"344548",93188,100132 -"344549",93189,116683 -"344550",93190,98616 -"344551",93190,102052 -"344552",93190,102118 -"344553",93190,102822 -"344554",93190,108880 -"344555",93190,116300 -"344556",93194,93243 -"344557",93196,117698 -"344558",93197,106701 -"344559",93197,107618 -"344560",93197,115841 -"344561",93198,93199 -"344562",93198,93201 -"344563",93198,93204 -"344564",93198,93211 -"344565",93199,93201 -"344566",93199,93204 -"344567",93199,93211 -"344568",93200,94248 -"344569",93201,93204 -"344570",93201,93211 -"344571",93202,101716 -"344572",93202,111416 -"344573",93202,116932 -"344574",93202,118978 -"344575",93203,93226 -"344576",93204,93211 -"344577",93206,93235 -"344578",93207,93242 -"344579",93207,108308 -"344580",93208,96048 -"344581",93213,98638 -"344582",93213,108077 -"344583",93213,116348 -"344584",93216,96475 -"344585",93216,106248 -"344586",93221,94313 -"344587",93221,94314 -"344588",93222,96054 -"344589",93227,96659 -"344590",93228,93229 -"344591",93231,95919 -"344592",93231,95942 -"344593",93232,93239 -"344594",93232,93598 -"344595",93233,93241 -"344596",93233,98612 -"344597",93234,106766 -"344598",93235,95254 -"344599",93235,96525 -"344600",93235,107359 -"344601",93239,93598 -"344602",93239,101428 -"344603",93239,101471 -"344604",93241,98612 -"344605",93243,112494 -"344606",93245,93246 -"344607",93254,93407 -"344608",93254,93415 -"344609",93254,96517 -"344610",93255,93321 -"344611",93257,110237 -"344612",93257,110249 -"344613",93258,99614 -"344614",93259,95163 -"344615",93259,98092 -"344616",93259,99144 -"344617",93259,102643 -"344618",93259,105791 -"344619",93259,111100 -"344620",93260,96395 -"344621",93260,108473 -"344622",93264,112941 -"344623",93267,93541 -"344624",93269,94649 -"344625",93269,95131 -"344626",93270,93285 -"344627",93272,93274 -"344628",93274,101426 -"344629",93275,93299 -"344630",93275,115140 -"344631",93275,115144 -"344632",93276,93292 -"344633",93276,98312 -"344634",93281,99850 -"344635",93281,99928 -"344636",93281,111178 -"344637",93283,107508 -"344638",93284,94508 -"344639",93284,115245 -"344640",93284,115251 -"344641",93284,115290 -"344642",93286,93368 -"344643",93286,103879 -"344644",93286,103903 -"344645",93289,110685 -"344646",93293,100117 -"344647",93293,101413 -"344648",93301,98695 -"344649",93301,98773 -"344650",93301,115334 -"344651",93301,122301 -"344652",93303,93324 -"344653",93303,98685 -"344654",93312,94471 -"344655",93314,93829 -"344656",93314,104597 -"344657",93314,106656 -"344658",93314,120285 -"344659",93317,99955 -"344660",93317,101216 -"344661",93317,101423 -"344662",93317,101507 -"344663",93317,101642 -"344664",93317,109970 -"344665",93317,110139 -"344666",93317,120040 -"344667",93319,93384 -"344668",93320,103082 -"344669",93322,121303 -"344670",93324,98685 -"344671",93329,93376 -"344672",93334,106351 -"344673",93334,114292 -"344674",93334,115257 -"344675",93335,93923 -"344676",93335,94642 -"344677",93336,104558 -"344678",93337,95663 -"344679",93337,113883 -"344680",93337,116860 -"344681",93338,93363 -"344682",93338,113009 -"344683",93338,121911 -"344684",93340,93360 -"344685",93342,102753 -"344686",93342,110503 -"344687",93343,98031 -"344688",93343,99746 -"344689",93344,93478 -"344690",93344,93493 -"344691",93344,102396 -"344692",93345,111291 -"344693",93345,111295 -"344694",93348,102963 -"344695",93348,102989 -"344696",93348,103032 -"344697",93348,103039 -"344698",93348,114137 -"344699",93351,112043 -"344700",93354,93448 -"344701",93356,93896 -"344702",93357,99103 -"344703",93357,99301 -"344704",93357,109350 -"344705",93357,111188 -"344706",93357,111190 -"344707",93358,93359 -"344708",93358,98106 -"344709",93358,105141 -"344710",93358,116659 -"344711",93365,93547 -"344712",93365,97071 -"344713",93366,99706 -"344714",93366,99742 -"344715",93366,100706 -"344716",93366,111988 -"344717",93369,93401 -"344718",93369,107549 -"344719",93370,93372 -"344720",93370,93377 -"344721",93371,93600 -"344722",93372,93377 -"344723",93373,94025 -"344724",93373,98412 -"344725",93374,112053 -"344726",93376,112989 -"344727",93376,115850 -"344728",93376,116709 -"344729",93377,93926 -"344730",93381,116926 -"344731",93382,93789 -"344732",93382,103350 -"344733",93382,110479 -"344734",93383,98698 -"344735",93383,101836 -"344736",93383,119307 -"344737",93386,99896 -"344738",93386,106974 -"344739",93386,118773 -"344740",93394,93545 -"344741",93394,99697 -"344742",93394,100503 -"344743",93394,105787 -"344744",93394,113300 -"344745",93395,95136 -"344746",93396,96065 -"344747",93396,102934 -"344748",93396,109038 -"344749",93398,100659 -"344750",93399,93418 -"344751",93399,93434 -"344752",93399,93472 -"344753",93400,98632 -"344754",93402,103229 -"344755",93403,121725 -"344756",93405,93459 -"344757",93405,93788 -"344758",93405,97783 -"344759",93405,99291 -"344760",93407,93415 -"344761",93408,96673 -"344762",93409,113050 -"344763",93410,97195 -"344764",93410,98506 -"344765",93410,100262 -"344766",93411,110547 -"344767",93414,104381 -"344768",93414,105138 -"344769",93416,110075 -"344770",93418,93434 -"344771",93418,93472 -"344772",93422,93436 -"344773",93422,106341 -"344774",93424,93429 -"344775",93424,94603 -"344776",93424,94853 -"344777",93424,95993 -"344778",93424,101344 -"344779",93424,101370 -"344780",93424,101372 -"344781",93425,93523 -"344782",93425,94520 -"344783",93425,95954 -"344784",93425,99544 -"344785",93425,99547 -"344786",93425,99554 -"344787",93425,100595 -"344788",93425,100739 -"344789",93425,100819 -"344790",93425,101898 -"344791",93425,101988 -"344792",93425,102146 -"344793",93425,102201 -"344794",93425,102309 -"344795",93425,102635 -"344796",93425,102730 -"344797",93425,102846 -"344798",93425,103790 -"344799",93425,104095 -"344800",93425,104574 -"344801",93425,104784 -"344802",93425,104845 -"344803",93425,107269 -"344804",93425,107623 -"344805",93425,107714 -"344806",93425,107879 -"344807",93425,107975 -"344808",93425,108148 -"344809",93430,110895 -"344810",93430,110900 -"344811",93431,93511 -"344812",93431,100822 -"344813",93432,105115 -"344814",93432,120924 -"344815",93433,100839 -"344816",93434,93472 -"344817",93435,107687 -"344818",93437,112090 -"344819",93438,103673 -"344820",93438,105070 -"344821",93438,117772 -"344822",93440,122631 -"344823",93440,123504 -"344824",93441,112973 -"344825",93441,119697 -"344826",93441,119781 -"344827",93442,93480 -"344828",93444,98442 -"344829",93449,93672 -"344830",93450,117452 -"344831",93450,121064 -"344832",93451,112862 -"344833",93453,93464 -"344834",93455,93526 -"344835",93455,93654 -"344836",93457,93475 -"344837",93458,98193 -"344838",93458,106141 -"344839",93458,109251 -"344840",93458,113088 -"344841",93458,113093 -"344842",93459,97783 -"344843",93459,99291 -"344844",93459,103968 -"344845",93459,103998 -"344846",93464,110374 -"344847",93464,110410 -"344848",93467,103346 -"344849",93469,105668 -"344850",93476,93477 -"344851",93476,93491 -"344852",93477,93491 -"344853",93478,93493 -"344854",93479,99710 -"344855",93482,93901 -"344856",93482,103758 -"344857",93483,110227 -"344858",93483,115933 -"344859",93484,101252 -"344860",93484,101278 -"344861",93484,101754 -"344862",93487,100837 -"344863",93489,103276 -"344864",93496,100266 -"344865",93496,100489 -"344866",93496,107871 -"344867",93497,99495 -"344868",93497,99829 -"344869",93502,120765 -"344870",93505,95161 -"344871",93505,95440 -"344872",93506,101587 -"344873",93507,96380 -"344874",93507,101033 -"344875",93507,114758 -"344876",93507,115663 -"344877",93507,115678 -"344878",93507,118879 -"344879",93510,119451 -"344880",93510,119452 -"344881",93514,94825 -"344882",93516,95418 -"344883",93518,119331 -"344884",93518,119433 -"344885",93519,114367 -"344886",93520,93579 -"344887",93521,99065 -"344888",93521,111271 -"344889",93521,111278 -"344890",93521,118463 -"344891",93523,94520 -"344892",93523,95954 -"344893",93523,99544 -"344894",93523,99547 -"344895",93523,99554 -"344896",93523,100595 -"344897",93523,100739 -"344898",93523,100819 -"344899",93523,101898 -"344900",93523,101988 -"344901",93523,102146 -"344902",93523,102201 -"344903",93523,102309 -"344904",93523,102635 -"344905",93523,102730 -"344906",93523,102846 -"344907",93523,103790 -"344908",93523,104095 -"344909",93523,104574 -"344910",93523,104784 -"344911",93523,104845 -"344912",93523,107269 -"344913",93523,107623 -"344914",93523,107714 -"344915",93523,107879 -"344916",93523,107975 -"344917",93524,98743 -"344918",93524,109545 -"344919",93524,111631 -"344920",93526,93654 -"344921",93527,93542 -"344922",93529,113864 -"344923",93529,117478 -"344924",93530,94108 -"344925",93530,114217 -"344926",93531,102004 -"344927",93534,109810 -"344928",93534,115796 -"344929",93535,108694 -"344930",93535,112540 -"344931",93536,100786 -"344932",93536,119780 -"344933",93537,105946 -"344934",93540,105950 -"344935",93540,105951 -"344936",93540,105952 -"344937",93543,93603 -"344938",93546,104800 -"344939",93546,105402 -"344940",93546,119389 -"344941",93547,97071 -"344942",93550,94014 -"344943",93550,113869 -"344944",93550,114388 -"344945",93552,97232 -"344946",93553,116602 -"344947",93554,97161 -"344948",93556,110821 -"344949",93557,96589 -"344950",93559,93560 -"344951",93561,93562 -"344952",93562,93767 -"344953",93563,112506 -"344954",93564,93577 -"344955",93565,100553 -"344956",93565,101089 -"344957",93565,107468 -"344958",93565,107490 -"344959",93565,107493 -"344960",93568,116144 -"344961",93569,94265 -"344962",93569,105450 -"344963",93569,105454 -"344964",93569,105455 -"344965",93569,105456 -"344966",93569,105467 -"344967",93570,110482 -"344968",93570,119753 -"344969",93573,93583 -"344970",93579,120681 -"344971",93581,93599 -"344972",93583,98410 -"344973",93583,113879 -"344974",93583,115732 -"344975",93583,117331 -"344976",93583,117336 -"344977",93583,117337 -"344978",93583,117340 -"344979",93584,95627 -"344980",93584,101113 -"344981",93584,119320 -"344982",93585,103367 -"344983",93585,113135 -"344984",93590,93617 -"344985",93590,93680 -"344986",93590,93815 -"344987",93591,93635 -"344988",93591,93636 -"344989",93591,93650 -"344990",93591,93651 -"344991",93593,93630 -"344992",93594,102723 -"344993",93597,93613 -"344994",93597,93649 -"344995",93601,93791 -"344996",93606,104551 -"344997",93606,120631 -"344998",93609,106776 -"344999",93610,100389 -"345000",93610,116153 -"345001",93612,119084 -"345002",93613,93649 -"345003",93614,113503 -"345004",93614,118038 -"345005",93615,96470 -"345006",93615,103426 -"345007",93615,119943 -"345008",93617,93680 -"345009",93617,93815 -"345010",93618,97467 -"345011",93618,97472 -"345012",93619,102669 -"345013",93619,115277 -"345014",93620,93689 -"345015",93620,96848 -"345016",93624,101006 -"345017",93625,97591 -"345018",93626,93642 -"345019",93626,100438 -"345020",93626,104486 -"345021",93626,105072 -"345022",93626,105090 -"345023",93628,93637 -"345024",93628,93645 -"345025",93628,93674 -"345026",93629,93677 -"345027",93632,101012 -"345028",93632,111799 -"345029",93633,117667 -"345030",93633,120338 -"345031",93635,93636 -"345032",93635,93650 -"345033",93635,93651 -"345034",93636,93650 -"345035",93636,93651 -"345036",93637,93645 -"345037",93637,93674 -"345038",93638,93639 -"345039",93641,99024 -"345040",93642,95265 -"345041",93642,96500 -"345042",93642,97914 -"345043",93642,97930 -"345044",93642,100438 -"345045",93642,104486 -"345046",93642,107068 -"345047",93642,109719 -"345048",93642,114291 -"345049",93642,114714 -"345050",93642,116085 -"345051",93642,116103 -"345052",93642,116112 -"345053",93642,116113 -"345054",93644,105805 -"345055",93645,93674 -"345056",93645,115706 -"345057",93650,93651 -"345058",93652,93660 -"345059",93652,93676 -"345060",93655,94348 -"345061",93658,93955 -"345062",93660,93676 -"345063",93664,102406 -"345064",93665,98018 -"345065",93665,113249 -"345066",93665,113255 -"345067",93665,113262 -"345068",93665,113265 -"345069",93668,95824 -"345070",93668,96309 -"345071",93668,97083 -"345072",93668,99759 -"345073",93668,109862 -"345074",93669,99171 -"345075",93673,95007 -"345076",93673,95060 -"345077",93673,98931 -"345078",93676,108614 -"345079",93676,112322 -"345080",93676,114688 -"345081",93678,100782 -"345082",93678,114610 -"345083",93678,116511 -"345084",93679,95558 -"345085",93679,101550 -"345086",93680,93815 -"345087",93680,105102 -"345088",93680,109451 -"345089",93688,120828 -"345090",93690,103535 -"345091",93690,108733 -"345092",93690,111412 -"345093",93691,95411 -"345094",93694,93731 -"345095",93694,93751 -"345096",93694,93772 -"345097",93695,122330 -"345098",93696,107563 -"345099",93700,106532 -"345100",93700,106551 -"345101",93702,122357 -"345102",93703,113431 -"345103",93703,113432 -"345104",93704,122822 -"345105",93705,93720 -"345106",93707,111057 -"345107",93708,93716 -"345108",93708,95886 -"345109",93710,94697 -"345110",93710,111119 -"345111",93710,118942 -"345112",93712,101381 -"345113",93714,93721 -"345114",93716,95647 -"345115",93716,95886 -"345116",93717,97387 -"345117",93717,97407 -"345118",93717,97411 -"345119",93717,97413 -"345120",93718,96330 -"345121",93719,94906 -"345122",93719,94946 -"345123",93719,95889 -"345124",93719,96093 -"345125",93719,97988 -"345126",93719,99309 -"345127",93719,99376 -"345128",93719,99450 -"345129",93719,99471 -"345130",93719,99474 -"345131",93719,100916 -"345132",93719,100944 -"345133",93719,101126 -"345134",93719,101329 -"345135",93719,105557 -"345136",93719,107199 -"345137",93719,108743 -"345138",93719,108980 -"345139",93719,109291 -"345140",93719,109933 -"345141",93719,110483 -"345142",93719,110567 -"345143",93719,110572 -"345144",93719,110630 -"345145",93719,110648 -"345146",93719,110711 -"345147",93719,110770 -"345148",93719,110869 -"345149",93719,110911 -"345150",93719,111285 -"345151",93719,111314 -"345152",93719,111362 -"345153",93719,111372 -"345154",93719,111424 -"345155",93719,111433 -"345156",93719,112422 -"345157",93719,113269 -"345158",93719,113430 -"345159",93719,114242 -"345160",93719,114842 -"345161",93719,115427 -"345162",93719,115521 -"345163",93719,115711 -"345164",93723,119152 -"345165",93723,119166 -"345166",93725,95677 -"345167",93725,96430 -"345168",93725,98719 -"345169",93725,102987 -"345170",93725,102996 -"345171",93728,95810 -"345172",93729,94883 -"345173",93729,105447 -"345174",93730,109147 -"345175",93731,93751 -"345176",93731,93772 -"345177",93732,99262 -"345178",93732,117537 -"345179",93736,105368 -"345180",93738,111415 -"345181",93738,121663 -"345182",93739,98633 -"345183",93740,114618 -"345184",93741,93768 -"345185",93744,107016 -"345186",93745,113363 -"345187",93746,105595 -"345188",93747,98158 -"345189",93747,119260 -"345190",93751,93772 -"345191",93753,106610 -"345192",93757,94236 -"345193",93757,94425 -"345194",93757,94429 -"345195",93757,94454 -"345196",93757,96482 -"345197",93758,119199 -"345198",93759,93790 -"345199",93760,99012 -"345200",93762,101588 -"345201",93763,105915 -"345202",93763,108607 -"345203",93763,111128 -"345204",93765,102280 -"345205",93765,118221 -"345206",93766,93804 -"345207",93767,96288 -"345208",93767,97667 -"345209",93768,116626 -"345210",93772,97356 -"345211",93772,103985 -"345212",93772,107872 -"345213",93773,95613 -"345214",93773,108530 -"345215",93774,99835 -"345216",93778,93803 -"345217",93781,93801 -"345218",93782,115882 -"345219",93782,116505 -"345220",93782,118485 -"345221",93782,118487 -"345222",93782,118520 -"345223",93782,118529 -"345224",93782,118535 -"345225",93785,97406 -"345226",93786,106932 -"345227",93787,117572 -"345228",93790,118011 -"345229",93790,118012 -"345230",93791,110308 -"345231",93791,116654 -"345232",93792,93793 -"345233",93793,117416 -"345234",93799,115981 -"345235",93800,116243 -"345236",93801,119542 -"345237",93807,102083 -"345238",93808,115436 -"345239",93812,93838 -"345240",93813,123485 -"345241",93814,111110 -"345242",93814,115673 -"345243",93816,105050 -"345244",93817,107418 -"345245",93819,93820 -"345246",93819,104662 -"345247",93819,104696 -"345248",93819,118685 -"345249",93819,118744 -"345250",93820,99870 -"345251",93820,100291 -"345252",93820,100417 -"345253",93820,105495 -"345254",93820,109622 -"345255",93820,116529 -"345256",93820,123498 -"345257",93824,94564 -"345258",93824,98980 -"345259",93824,106128 -"345260",93825,93833 -"345261",93825,93860 -"345262",93827,93828 -"345263",93827,93866 -"345264",93828,93866 -"345265",93829,104597 -"345266",93829,120285 -"345267",93831,99249 -"345268",93832,94859 -"345269",93833,93860 -"345270",93836,106860 -"345271",93836,115288 -"345272",93839,95856 -"345273",93839,103870 -"345274",93839,117190 -"345275",93840,97118 -"345276",93840,117610 -"345277",93843,95799 -"345278",93843,95844 -"345279",93845,93942 -"345280",93845,93973 -"345281",93845,93979 -"345282",93847,98712 -"345283",93847,107385 -"345284",93847,110607 -"345285",93850,93951 -"345286",93851,103179 -"345287",93855,97709 -"345288",93856,94172 -"345289",93856,94758 -"345290",93856,99044 -"345291",93856,100967 -"345292",93856,101037 -"345293",93856,102660 -"345294",93857,100358 -"345295",93858,93989 -"345296",93858,94578 -"345297",93858,100912 -"345298",93858,118867 -"345299",93858,119157 -"345300",93858,119161 -"345301",93858,119164 -"345302",93858,120091 -"345303",93859,102227 -"345304",93861,99755 -"345305",93862,116563 -"345306",93862,122765 -"345307",93867,115174 -"345308",93867,121087 -"345309",93870,118984 -"345310",93873,111056 -"345311",93874,100339 -"345312",93874,106232 -"345313",93876,93900 -"345314",93876,93906 -"345315",93877,116808 -"345316",93877,119143 -"345317",93877,121041 -"345318",93877,121807 -"345319",93877,121885 -"345320",93879,99622 -"345321",93879,113136 -"345322",93879,118919 -"345323",93881,108255 -"345324",93881,119334 -"345325",93881,119408 -"345326",93883,93886 -"345327",93884,108793 -"345328",93887,99274 -"345329",93887,122220 -"345330",93888,97210 -"345331",93888,99756 -"345332",93888,109008 -"345333",93888,118138 -"345334",93888,118932 -"345335",93889,93890 -"345336",93889,93937 -"345337",93889,93945 -"345338",93890,93937 -"345339",93890,93945 -"345340",93891,93918 -"345341",93892,93921 -"345342",93892,96217 -"345343",93892,97462 -"345344",93892,103188 -"345345",93895,95130 -"345346",93895,114417 -"345347",93896,105392 -"345348",93896,109172 -"345349",93900,93906 -"345350",93902,100742 -"345351",93902,117128 -"345352",93903,109323 -"345353",93909,109277 -"345354",93911,104388 -"345355",93912,101531 -"345356",93913,116634 -"345357",93913,122449 -"345358",93915,117494 -"345359",93915,117519 -"345360",93915,117523 -"345361",93918,98165 -"345362",93920,93957 -"345363",93923,94642 -"345364",93925,94114 -"345365",93925,94129 -"345366",93925,110768 -"345367",93925,110807 -"345368",93925,111219 -"345369",93925,121341 -"345370",93929,93949 -"345371",93930,116401 -"345372",93931,93978 -"345373",93931,111422 -"345374",93933,107086 -"345375",93933,119061 -"345376",93935,93936 -"345377",93937,93945 -"345378",93939,98416 -"345379",93939,104827 -"345380",93939,114604 -"345381",93939,120515 -"345382",93940,93941 -"345383",93942,93973 -"345384",93942,93979 -"345385",93942,99915 -"345386",93942,103475 -"345387",93944,93954 -"345388",93947,101710 -"345389",93948,114653 -"345390",93950,105361 -"345391",93951,115666 -"345392",93952,93988 -"345393",93953,119437 -"345394",93955,112085 -"345395",93958,121297 -"345396",93961,93963 -"345397",93961,93972 -"345398",93961,93986 -"345399",93962,93967 -"345400",93963,93972 -"345401",93963,93986 -"345402",93965,94012 -"345403",93969,94569 -"345404",93969,99974 -"345405",93969,100239 -"345406",93969,100360 -"345407",93969,110390 -"345408",93969,110401 -"345409",93969,110496 -"345410",93969,112641 -"345411",93969,113162 -"345412",93969,116423 -"345413",93969,116430 -"345414",93970,103473 -"345415",93970,119744 -"345416",93971,97278 -"345417",93971,98777 -"345418",93971,106981 -"345419",93971,122317 -"345420",93972,93986 -"345421",93973,93979 -"345422",93975,104129 -"345423",93975,104171 -"345424",93975,107783 -"345425",93976,94006 -"345426",93976,94007 -"345427",93977,109325 -"345428",93978,111422 -"345429",93981,120224 -"345430",93982,117075 -"345431",93983,115727 -"345432",93984,98250 -"345433",93984,100670 -"345434",93984,108552 -"345435",93985,114963 -"345436",93989,94578 -"345437",93989,118867 -"345438",93989,119157 -"345439",93989,119161 -"345440",93989,119164 -"345441",93989,120091 -"345442",93991,107509 -"345443",93991,107523 -"345444",93993,106314 -"345445",93993,122111 -"345446",93993,122121 -"345447",93996,94013 -"345448",93998,100745 -"345449",93998,100748 -"345450",93999,115364 -"345451",94000,94016 -"345452",94005,94021 -"345453",94005,94059 -"345454",94006,94007 -"345455",94009,113423 -"345456",94010,94043 -"345457",94010,94058 -"345458",94011,103662 -"345459",94011,103815 -"345460",94011,103872 -"345461",94012,94063 -"345462",94012,95226 -"345463",94018,108275 -"345464",94018,123357 -"345465",94018,123358 -"345466",94019,123220 -"345467",94020,113467 -"345468",94021,94059 -"345469",94022,98330 -"345470",94022,104043 -"345471",94022,119894 -"345472",94023,103004 -"345473",94023,112133 -"345474",94025,118914 -"345475",94026,94036 -"345476",94027,97305 -"345477",94027,100502 -"345478",94027,105030 -"345479",94027,105903 -"345480",94027,105988 -"345481",94028,102421 -"345482",94028,120914 -"345483",94029,94404 -"345484",94029,98080 -"345485",94029,102910 -"345486",94029,120168 -"345487",94031,122657 -"345488",94032,94052 -"345489",94032,111138 -"345490",94034,94154 -"345491",94035,102177 -"345492",94037,111829 -"345493",94037,113072 -"345494",94037,122306 -"345495",94038,94047 -"345496",94039,98771 -"345497",94039,103419 -"345498",94040,95741 -"345499",94042,115425 -"345500",94043,94058 -"345501",94044,94057 -"345502",94045,110888 -"345503",94046,115310 -"345504",94046,115363 -"345505",94048,95077 -"345506",94048,105139 -"345507",94048,109509 -"345508",94048,116888 -"345509",94048,123051 -"345510",94048,123052 -"345511",94061,95365 -"345512",94062,94080 -"345513",94062,94178 -"345514",94062,94195 -"345515",94063,95226 -"345516",94063,97420 -"345517",94063,101465 -"345518",94064,102679 -"345519",94064,103441 -"345520",94064,105670 -"345521",94064,111225 -"345522",94066,112573 -"345523",94069,94097 -"345524",94069,99240 -"345525",94069,117927 -"345526",94071,104321 -"345527",94071,113877 -"345528",94073,95870 -"345529",94073,115995 -"345530",94073,116006 -"345531",94073,116009 -"345532",94076,94105 -"345533",94078,121007 -"345534",94078,123199 -"345535",94078,123208 -"345536",94080,94178 -"345537",94080,94195 -"345538",94080,109068 -"345539",94084,94194 -"345540",94085,120600 -"345541",94088,94138 -"345542",94088,103296 -"345543",94088,107543 -"345544",94088,109181 -"345545",94091,119589 -"345546",94092,115879 -"345547",94094,103946 -"345548",94097,99703 -"345549",94098,99471 -"345550",94098,100533 -"345551",94098,100899 -"345552",94098,108934 -"345553",94100,105009 -"345554",94101,107487 -"345555",94101,109799 -"345556",94102,109065 -"345557",94102,120271 -"345558",94103,99039 -"345559",94103,112840 -"345560",94103,121226 -"345561",94104,102238 -"345562",94106,111913 -"345563",94106,111914 -"345564",94106,111955 -"345565",94107,100601 -"345566",94108,96439 -"345567",94108,104663 -"345568",94111,94124 -"345569",94111,94155 -"345570",94114,110768 -"345571",94114,110807 -"345572",94115,115224 -"345573",94116,119057 -"345574",94117,99783 -"345575",94119,94130 -"345576",94121,99050 -"345577",94121,106797 -"345578",94123,94127 -"345579",94123,103389 -"345580",94123,110952 -"345581",94124,94155 -"345582",94125,113933 -"345583",94132,96118 -"345584",94132,97923 -"345585",94132,99643 -"345586",94132,99651 -"345587",94132,99654 -"345588",94132,99655 -"345589",94132,99661 -"345590",94132,99663 -"345591",94132,111790 -"345592",94132,113345 -"345593",94136,102291 -"345594",94137,106932 -"345595",94138,97010 -"345596",94138,103296 -"345597",94138,109181 -"345598",94138,114139 -"345599",94144,109841 -"345600",94148,106025 -"345601",94148,106036 -"345602",94148,106059 -"345603",94148,109352 -"345604",94150,94161 -"345605",94151,118824 -"345606",94155,94376 -"345607",94156,94167 -"345608",94157,94159 -"345609",94158,108847 -"345610",94158,109264 -"345611",94159,109489 -"345612",94163,94652 -"345613",94163,102092 -"345614",94164,97037 -"345615",94165,106301 -"345616",94167,120710 -"345617",94169,96195 -"345618",94169,106333 -"345619",94175,94216 -"345620",94175,118958 -"345621",94175,122241 -"345622",94176,98555 -"345623",94178,94195 -"345624",94180,109514 -"345625",94181,99180 -"345626",94181,100383 -"345627",94181,101569 -"345628",94181,111344 -"345629",94181,113328 -"345630",94181,114135 -"345631",94183,100978 -"345632",94185,109830 -"345633",94192,116138 -"345634",94196,95943 -"345635",94196,96658 -"345636",94196,107237 -"345637",94196,107279 -"345638",94198,98335 -"345639",94198,103762 -"345640",94198,110766 -"345641",94198,118458 -"345642",94199,113119 -"345643",94199,118707 -"345644",94199,122764 -"345645",94200,98643 -"345646",94203,96566 -"345647",94203,97169 -"345648",94207,109998 -"345649",94208,96189 -"345650",94208,96198 -"345651",94209,104118 -"345652",94209,118081 -"345653",94209,119630 -"345654",94211,99528 -"345655",94212,105055 -"345656",94212,109808 -"345657",94213,95382 -"345658",94215,94234 -"345659",94215,96647 -"345660",94215,120563 -"345661",94215,120647 -"345662",94221,106169 -"345663",94223,110336 -"345664",94223,115766 -"345665",94223,117032 -"345666",94225,101717 -"345667",94227,94239 -"345668",94229,97031 -"345669",94231,95489 -"345670",94231,96247 -"345671",94231,96363 -"345672",94231,97898 -"345673",94233,94254 -"345674",94236,94425 -"345675",94236,94429 -"345676",94236,94454 -"345677",94236,109210 -"345678",94238,112337 -"345679",94241,100115 -"345680",94241,100709 -"345681",94241,101534 -"345682",94242,94250 -"345683",94242,94263 -"345684",94245,94261 -"345685",94247,96621 -"345686",94248,117415 -"345687",94249,121901 -"345688",94250,94263 -"345689",94253,95086 -"345690",94257,110890 -"345691",94258,97707 -"345692",94259,101929 -"345693",94259,104759 -"345694",94259,104773 -"345695",94259,122311 -"345696",94260,94268 -"345697",94261,101797 -"345698",94261,115580 -"345699",94265,105450 -"345700",94265,105454 -"345701",94265,105455 -"345702",94265,105456 -"345703",94265,105467 -"345704",94265,105902 -"345705",94267,107413 -"345706",94267,107416 -"345707",94268,107240 -"345708",94269,95369 -"345709",94269,95378 -"345710",94269,95379 -"345711",94269,95426 -"345712",94277,94281 -"345713",94277,94316 -"345714",94277,94356 -"345715",94279,94350 -"345716",94280,105319 -"345717",94280,105353 -"345718",94281,94316 -"345719",94281,94356 -"345720",94281,109267 -"345721",94281,109268 -"345722",94281,109276 -"345723",94284,106208 -"345724",94285,94287 -"345725",94289,94317 -"345726",94290,95595 -"345727",94295,97778 -"345728",94297,97257 -"345729",94298,94332 -"345730",94300,94344 -"345731",94300,96634 -"345732",94302,106510 -"345733",94302,108401 -"345734",94302,120064 -"345735",94304,102236 -"345736",94305,105006 -"345737",94305,116154 -"345738",94307,94328 -"345739",94308,95482 -"345740",94311,113046 -"345741",94312,99399 -"345742",94312,99403 -"345743",94312,101971 -"345744",94313,94314 -"345745",94313,107659 -"345746",94313,117259 -"345747",94314,94442 -"345748",94314,96394 -"345749",94314,103607 -"345750",94314,112445 -"345751",94315,115775 -"345752",94316,94356 -"345753",94317,96488 -"345754",94318,94986 -"345755",94319,94329 -"345756",94319,94355 -"345757",94320,95319 -"345758",94321,94323 -"345759",94327,97901 -"345760",94328,104689 -"345761",94329,94355 -"345762",94332,102025 -"345763",94332,114502 -"345764",94334,95469 -"345765",94334,121021 -"345766",94337,116554 -"345767",94338,118843 -"345768",94338,123353 -"345769",94339,108857 -"345770",94341,96939 -"345771",94342,95163 -"345772",94345,96343 -"345773",94345,96912 -"345774",94347,116370 -"345775",94347,116380 -"345776",94349,111105 -"345777",94350,110576 -"345778",94351,95313 -"345779",94353,97716 -"345780",94354,100321 -"345781",94354,106417 -"345782",94358,117904 -"345783",94359,94364 -"345784",94359,94365 -"345785",94364,94365 -"345786",94364,97236 -"345787",94364,114659 -"345788",94365,121530 -"345789",94366,94370 -"345790",94366,105848 -"345791",94366,117915 -"345792",94367,94393 -"345793",94372,114464 -"345794",94376,96981 -"345795",94380,94390 -"345796",94380,116666 -"345797",94381,97210 -"345798",94384,96587 -"345799",94384,99204 -"345800",94384,100653 -"345801",94384,101479 -"345802",94384,116054 -"345803",94386,103452 -"345804",94386,106271 -"345805",94395,112732 -"345806",94396,94419 -"345807",94396,94465 -"345808",94396,105550 -"345809",94396,107604 -"345810",94396,108222 -"345811",94396,108239 -"345812",94398,95990 -"345813",94398,109104 -"345814",94399,103194 -"345815",94399,105530 -"345816",94399,105534 -"345817",94399,105537 -"345818",94399,105547 -"345819",94399,105552 -"345820",94399,105563 -"345821",94400,105878 -"345822",94400,116836 -"345823",94402,102859 -"345824",94404,98080 -"345825",94404,102910 -"345826",94404,120168 -"345827",94405,94409 -"345828",94405,103378 -"345829",94406,100943 -"345830",94407,103407 -"345831",94407,104782 -"345832",94407,120101 -"345833",94408,94417 -"345834",94409,94839 -"345835",94409,103378 -"345836",94413,97528 -"345837",94414,104691 -"345838",94414,120655 -"345839",94416,99442 -"345840",94416,113416 -"345841",94418,99715 -"345842",94418,99813 -"345843",94418,116766 -"345844",94419,94465 -"345845",94420,106206 -"345846",94420,118782 -"345847",94424,99978 -"345848",94424,120818 -"345849",94424,120820 -"345850",94425,94429 -"345851",94425,94454 -"345852",94427,99966 -"345853",94427,109130 -"345854",94427,111235 -"345855",94429,94454 -"345856",94429,104526 -"345857",94432,94463 -"345858",94434,94452 -"345859",94435,97899 -"345860",94435,97903 -"345861",94435,97915 -"345862",94435,97922 -"345863",94435,97943 -"345864",94436,96513 -"345865",94436,100164 -"345866",94436,100274 -"345867",94438,94524 -"345868",94438,96534 -"345869",94439,94460 -"345870",94440,95316 -"345871",94440,96536 -"345872",94440,103004 -"345873",94440,105651 -"345874",94442,96394 -"345875",94443,99043 -"345876",94443,105330 -"345877",94443,105349 -"345878",94444,96644 -"345879",94444,105536 -"345880",94444,108942 -"345881",94445,94446 -"345882",94445,94457 -"345883",94446,94457 -"345884",94448,110996 -"345885",94448,119063 -"345886",94448,120352 -"345887",94448,120380 -"345888",94450,111361 -"345889",94456,101687 -"345890",94456,108411 -"345891",94456,116763 -"345892",94457,108403 -"345893",94457,111150 -"345894",94457,111229 -"345895",94457,122964 -"345896",94459,116881 -"345897",94461,94950 -"345898",94462,108820 -"345899",94466,99819 -"345900",94466,102341 -"345901",94467,109534 -"345902",94469,102629 -"345903",94470,94477 -"345904",94470,94496 -"345905",94473,112813 -"345906",94473,112863 -"345907",94473,112869 -"345908",94474,101298 -"345909",94474,106940 -"345910",94476,94484 -"345911",94477,94496 -"345912",94478,94561 -"345913",94483,95549 -"345914",94483,95563 -"345915",94486,96872 -"345916",94486,110528 -"345917",94487,112081 -"345918",94487,112369 -"345919",94488,99680 -"345920",94488,100708 -"345921",94488,102720 -"345922",94490,94991 -"345923",94495,94651 -"345924",94495,94655 -"345925",94495,108398 -"345926",94497,94560 -"345927",94497,94647 -"345928",94498,94502 -"345929",94498,94503 -"345930",94500,100737 -"345931",94501,96159 -"345932",94502,94503 -"345933",94508,115245 -"345934",94508,115251 -"345935",94508,115290 -"345936",94510,94551 -"345937",94510,94558 -"345938",94511,103132 -"345939",94512,102394 -"345940",94512,114233 -"345941",94514,94515 -"345942",94514,115323 -"345943",94514,115328 -"345944",94518,94535 -"345945",94519,95645 -"345946",94519,118033 -"345947",94520,94533 -"345948",94520,95032 -"345949",94520,95954 -"345950",94520,98883 -"345951",94520,99544 -"345952",94520,99547 -"345953",94520,99554 -"345954",94520,100371 -"345955",94520,100595 -"345956",94520,100739 -"345957",94520,100819 -"345958",94520,101898 -"345959",94520,101988 -"345960",94520,102003 -"345961",94520,102101 -"345962",94520,102146 -"345963",94520,102201 -"345964",94520,102309 -"345965",94520,102635 -"345966",94520,102730 -"345967",94520,102846 -"345968",94520,103790 -"345969",94520,104095 -"345970",94520,104574 -"345971",94520,104784 -"345972",94520,104845 -"345973",94520,107269 -"345974",94520,107623 -"345975",94520,107714 -"345976",94520,107879 -"345977",94520,107975 -"345978",94523,103637 -"345979",94523,105005 -"345980",94523,105878 -"345981",94523,112471 -"345982",94523,112608 -"345983",94523,118083 -"345984",94523,118350 -"345985",94523,119979 -"345986",94523,120753 -"345987",94523,121285 -"345988",94523,121330 -"345989",94524,96534 -"345990",94525,117604 -"345991",94525,117605 -"345992",94526,94563 -"345993",94528,106886 -"345994",94529,94590 -"345995",94529,94597 -"345996",94531,105111 -"345997",94531,121679 -"345998",94532,94633 -"345999",94532,98758 -"346000",94532,106348 -"346001",94532,110590 -"346002",94532,114680 -"346003",94536,94554 -"346004",94540,101923 -"346005",94541,94542 -"346006",94542,95984 -"346007",94542,122845 -"346008",94543,110804 -"346009",94543,117734 -"346010",94544,98597 -"346011",94544,110593 -"346012",94544,122328 -"346013",94544,122332 -"346014",94544,122333 -"346015",94546,107417 -"346016",94546,115024 -"346017",94547,99683 -"346018",94547,99685 -"346019",94547,114259 -"346020",94549,123212 -"346021",94551,94558 -"346022",94553,110153 -"346023",94553,110156 -"346024",94553,110157 -"346025",94553,112174 -"346026",94553,112362 -"346027",94555,115815 -"346028",94556,94559 -"346029",94556,94568 -"346030",94559,94568 -"346031",94560,113934 -"346032",94562,97523 -"346033",94565,96389 -"346034",94565,103065 -"346035",94569,110496 -"346036",94569,112240 -"346037",94569,113002 -"346038",94569,113189 -"346039",94569,116430 -"346040",94571,104162 -"346041",94575,99987 -"346042",94578,118867 -"346043",94578,119157 -"346044",94578,119161 -"346045",94578,119164 -"346046",94578,120091 -"346047",94580,98524 -"346048",94584,116965 -"346049",94584,123488 -"346050",94585,99903 -"346051",94585,108702 -"346052",94587,94589 -"346053",94588,94700 -"346054",94590,94597 -"346055",94590,96038 -"346056",94590,96052 -"346057",94592,94593 -"346058",94592,94594 -"346059",94592,96534 -"346060",94593,94594 -"346061",94593,96534 -"346062",94594,96534 -"346063",94597,102951 -"346064",94598,109828 -"346065",94599,113535 -"346066",94599,113842 -"346067",94601,94723 -"346068",94601,94724 -"346069",94602,106530 -"346070",94603,111268 -"346071",94603,111269 -"346072",94604,101559 -"346073",94605,103589 -"346074",94605,104962 -"346075",94605,105092 -"346076",94605,108689 -"346077",94606,102050 -"346078",94607,113866 -"346079",94609,94610 -"346080",94611,103981 -"346081",94612,97347 -"346082",94612,97355 -"346083",94612,97606 -"346084",94612,97680 -"346085",94612,97700 -"346086",94612,97701 -"346087",94616,102310 -"346088",94616,115008 -"346089",94616,120972 -"346090",94616,121056 -"346091",94617,120394 -"346092",94619,95193 -"346093",94622,97630 -"346094",94622,118058 -"346095",94623,98671 -"346096",94623,102135 -"346097",94624,97919 -"346098",94624,97962 -"346099",94627,102292 -"346100",94627,104608 -"346101",94627,114226 -"346102",94627,115698 -"346103",94628,103422 -"346104",94629,94674 -"346105",94629,94675 -"346106",94630,105274 -"346107",94630,110045 -"346108",94630,122337 -"346109",94633,98758 -"346110",94633,106348 -"346111",94635,109218 -"346112",94637,97637 -"346113",94637,98579 -"346114",94637,106468 -"346115",94639,98496 -"346116",94642,105825 -"346117",94642,112504 -"346118",94645,115909 -"346119",94648,104698 -"346120",94648,119977 -"346121",94648,120025 -"346122",94648,120038 -"346123",94649,95131 -"346124",94650,105638 -"346125",94650,108700 -"346126",94650,121065 -"346127",94651,94655 -"346128",94653,94958 -"346129",94653,110250 -"346130",94653,110343 -"346131",94654,111974 -"346132",94654,120862 -"346133",94655,95263 -"346134",94655,99320 -"346135",94655,105088 -"346136",94655,106712 -"346137",94655,109171 -"346138",94655,111240 -"346139",94655,114816 -"346140",94655,115039 -"346141",94655,122154 -"346142",94655,122187 -"346143",94658,111572 -"346144",94658,111585 -"346145",94658,111598 -"346146",94660,120294 -"346147",94661,101574 -"346148",94662,95009 -"346149",94663,100590 -"346150",94663,112471 -"346151",94663,119972 -"346152",94663,120269 -"346153",94663,121199 -"346154",94665,95358 -"346155",94665,104562 -"346156",94665,106985 -"346157",94667,96654 -"346158",94667,117506 -"346159",94668,121447 -"346160",94668,121453 -"346161",94670,94676 -"346162",94671,97237 -"346163",94671,100230 -"346164",94671,103292 -"346165",94671,103327 -"346166",94671,108528 -"346167",94671,109663 -"346168",94671,120932 -"346169",94674,94675 -"346170",94676,108637 -"346171",94676,123118 -"346172",94677,94689 -"346173",94679,110173 -"346174",94679,113539 -"346175",94683,113763 -"346176",94684,105333 -"346177",94687,101534 -"346178",94689,95227 -"346179",94691,94734 -"346180",94692,106212 -"346181",94694,94696 -"346182",94694,94719 -"346183",94695,109920 -"346184",94696,94719 -"346185",94697,111119 -"346186",94697,120683 -"346187",94697,120689 -"346188",94697,122686 -"346189",94699,97866 -"346190",94703,120648 -"346191",94706,98557 -"346192",94708,111577 -"346193",94712,112786 -"346194",94712,112790 -"346195",94714,94720 -"346196",94714,102659 -"346197",94714,104233 -"346198",94714,104261 -"346199",94715,118316 -"346200",94717,94755 -"346201",94719,105664 -"346202",94721,97800 -"346203",94721,122663 -"346204",94723,94724 -"346205",94726,99959 -"346206",94729,103797 -"346207",94729,114462 -"346208",94729,114466 -"346209",94732,104716 -"346210",94732,104730 -"346211",94734,100883 -"346212",94734,114206 -"346213",94735,94752 -"346214",94737,110926 -"346215",94738,100742 -"346216",94741,95771 -"346217",94741,111574 -"346218",94743,121337 -"346219",94748,96801 -"346220",94755,97887 -"346221",94755,97893 -"346222",94757,118656 -"346223",94758,95295 -"346224",94758,100967 -"346225",94759,120696 -"346226",94760,109216 -"346227",94760,119640 -"346228",94762,103201 -"346229",94762,103412 -"346230",94764,101395 -"346231",94764,107948 -"346232",94764,108555 -"346233",94764,116970 -"346234",94765,100393 -"346235",94766,95427 -"346236",94771,104364 -"346237",94771,112058 -"346238",94771,113453 -"346239",94772,94793 -"346240",94772,97318 -"346241",94775,94888 -"346242",94776,103020 -"346243",94776,122854 -"346244",94777,115700 -"346245",94777,115722 -"346246",94777,115725 -"346247",94778,95922 -"346248",94779,118373 -"346249",94781,97634 -"346250",94781,99239 -"346251",94781,110890 -"346252",94782,95035 -"346253",94782,102967 -"346254",94782,111259 -"346255",94783,109350 -"346256",94783,113302 -"346257",94784,119657 -"346258",94785,94903 -"346259",94786,108696 -"346260",94786,113388 -"346261",94787,99184 -"346262",94789,99034 -"346263",94789,99396 -"346264",94789,123002 -"346265",94790,97248 -"346266",94790,97267 -"346267",94790,97270 -"346268",94791,94809 -"346269",94794,106467 -"346270",94795,95030 -"346271",94797,94805 -"346272",94797,94810 -"346273",94798,112301 -"346274",94799,111717 -"346275",94799,118625 -"346276",94803,105127 -"346277",94803,118225 -"346278",94804,94912 -"346279",94805,94810 -"346280",94806,98166 -"346281",94806,105685 -"346282",94808,96142 -"346283",94808,105374 -"346284",94808,105729 -"346285",94808,105730 -"346286",94808,105761 -"346287",94808,110308 -"346288",94808,114055 -"346289",94812,94997 -"346290",94813,94865 -"346291",94814,106459 -"346292",94817,95004 -"346293",94819,94904 -"346294",94819,98993 -"346295",94822,99332 -"346296",94823,111471 -"346297",94823,112446 -"346298",94825,94895 -"346299",94826,95008 -"346300",94826,95009 -"346301",94826,113957 -"346302",94828,99171 -"346303",94828,101277 -"346304",94828,113565 -"346305",94828,122397 -"346306",94829,97123 -"346307",94830,94850 -"346308",94830,94856 -"346309",94830,113126 -"346310",94832,115684 -"346311",94833,95051 -"346312",94835,101709 -"346313",94839,109248 -"346314",94840,94858 -"346315",94841,94849 -"346316",94841,94869 -"346317",94842,101993 -"346318",94842,105012 -"346319",94845,111883 -"346320",94845,111897 -"346321",94845,118020 -"346322",94845,118118 -"346323",94846,99870 -"346324",94847,94848 -"346325",94849,94869 -"346326",94850,94856 -"346327",94850,105301 -"346328",94850,121010 -"346329",94853,95993 -"346330",94853,101344 -"346331",94853,117299 -"346332",94853,117300 -"346333",94853,118058 -"346334",94854,98730 -"346335",94857,94861 -"346336",94857,98986 -"346337",94861,98986 -"346338",94862,107625 -"346339",94863,119988 -"346340",94870,94874 -"346341",94871,94902 -"346342",94874,115963 -"346343",94877,96206 -"346344",94877,97142 -"346345",94877,121916 -"346346",94878,94900 -"346347",94878,110678 -"346348",94878,112119 -"346349",94878,112716 -"346350",94881,94882 -"346351",94881,94891 -"346352",94882,94891 -"346353",94883,105447 -"346354",94883,114992 -"346355",94885,94886 -"346356",94885,94915 -"346357",94886,94915 -"346358",94887,115189 -"346359",94889,123107 -"346360",94890,105273 -"346361",94891,113053 -"346362",94892,94992 -"346363",94898,99010 -"346364",94901,95019 -"346365",94901,99324 -"346366",94901,123426 -"346367",94903,117022 -"346368",94904,98993 -"346369",94905,98510 -"346370",94905,105875 -"346371",94906,94946 -"346372",94906,95889 -"346373",94906,96093 -"346374",94906,97988 -"346375",94906,99309 -"346376",94906,99376 -"346377",94906,99450 -"346378",94906,99471 -"346379",94906,99474 -"346380",94906,100916 -"346381",94906,100944 -"346382",94906,101126 -"346383",94906,101329 -"346384",94906,105557 -"346385",94906,107199 -"346386",94906,108743 -"346387",94906,108980 -"346388",94906,109291 -"346389",94906,109933 -"346390",94906,110483 -"346391",94906,110567 -"346392",94906,110572 -"346393",94906,110630 -"346394",94906,110648 -"346395",94906,110711 -"346396",94906,110770 -"346397",94906,110869 -"346398",94906,110911 -"346399",94906,111285 -"346400",94906,111314 -"346401",94906,111362 -"346402",94906,111372 -"346403",94906,111424 -"346404",94906,111433 -"346405",94906,112422 -"346406",94906,113269 -"346407",94906,113430 -"346408",94906,114242 -"346409",94906,114842 -"346410",94906,115427 -"346411",94906,115521 -"346412",94906,115711 -"346413",94908,99112 -"346414",94908,99121 -"346415",94909,95155 -"346416",94909,96873 -"346417",94909,98147 -"346418",94909,99165 -"346419",94910,115239 -"346420",94913,103572 -"346421",94913,103624 -"346422",94914,95558 -"346423",94914,102790 -"346424",94916,110724 -"346425",94918,94948 -"346426",94919,98229 -"346427",94921,94928 -"346428",94921,94929 -"346429",94921,94941 -"346430",94921,94962 -"346431",94921,94965 -"346432",94921,94966 -"346433",94921,94971 -"346434",94921,95179 -"346435",94923,98794 -"346436",94926,117098 -"346437",94927,94951 -"346438",94928,94929 -"346439",94928,94941 -"346440",94928,94962 -"346441",94928,94965 -"346442",94928,94966 -"346443",94928,94971 -"346444",94928,95179 -"346445",94929,94941 -"346446",94929,94962 -"346447",94929,94965 -"346448",94929,94966 -"346449",94929,94971 -"346450",94929,95179 -"346451",94930,94977 -"346452",94931,96264 -"346453",94931,105871 -"346454",94932,95181 -"346455",94932,110040 -"346456",94932,110827 -"346457",94933,99153 -"346458",94933,106604 -"346459",94933,106626 -"346460",94937,106654 -"346461",94940,107853 -"346462",94941,94962 -"346463",94941,94965 -"346464",94941,94966 -"346465",94941,94971 -"346466",94941,95179 -"346467",94943,119098 -"346468",94946,95889 -"346469",94946,96093 -"346470",94946,97988 -"346471",94946,99309 -"346472",94946,99376 -"346473",94946,99450 -"346474",94946,99471 -"346475",94946,99474 -"346476",94946,100916 -"346477",94946,100944 -"346478",94946,101126 -"346479",94946,101329 -"346480",94946,105557 -"346481",94946,107199 -"346482",94946,108743 -"346483",94946,108980 -"346484",94946,109291 -"346485",94946,109933 -"346486",94946,110483 -"346487",94946,110567 -"346488",94946,110572 -"346489",94946,110630 -"346490",94946,110648 -"346491",94946,110711 -"346492",94946,110770 -"346493",94946,110869 -"346494",94946,110911 -"346495",94946,111285 -"346496",94946,111314 -"346497",94946,111362 -"346498",94946,111372 -"346499",94946,111424 -"346500",94946,111433 -"346501",94946,112422 -"346502",94946,113269 -"346503",94946,113430 -"346504",94946,114242 -"346505",94946,114842 -"346506",94946,115427 -"346507",94946,115521 -"346508",94946,115711 -"346509",94947,96136 -"346510",94947,102810 -"346511",94951,99276 -"346512",94954,94955 -"346513",94954,94957 -"346514",94954,94969 -"346515",94955,94957 -"346516",94955,94969 -"346517",94955,95915 -"346518",94956,95524 -"346519",94956,110582 -"346520",94957,94969 -"346521",94958,113131 -"346522",94962,94965 -"346523",94962,94966 -"346524",94962,94971 -"346525",94962,95179 -"346526",94964,102596 -"346527",94964,119834 -"346528",94964,119848 -"346529",94965,94966 -"346530",94965,94971 -"346531",94965,95179 -"346532",94966,94971 -"346533",94966,95179 -"346534",94967,99744 -"346535",94967,99757 -"346536",94967,99762 -"346537",94968,95068 -"346538",94968,102879 -"346539",94968,117190 -"346540",94968,122806 -"346541",94970,102090 -"346542",94970,108601 -"346543",94970,108629 -"346544",94970,113891 -"346545",94970,114015 -"346546",94971,95179 -"346547",94972,101691 -"346548",94975,94990 -"346549",94975,95001 -"346550",94975,95032 -"346551",94979,108113 -"346552",94981,94998 -"346553",94984,110806 -"346554",94987,123225 -"346555",94987,123246 -"346556",94987,123251 -"346557",94987,123254 -"346558",94989,96244 -"346559",94990,95001 -"346560",94990,95032 -"346561",94994,104153 -"346562",94995,103159 -"346563",94995,105665 -"346564",94996,95000 -"346565",94997,114201 -"346566",94998,97106 -"346567",94998,118195 -"346568",94998,118200 -"346569",94998,118202 -"346570",94998,118226 -"346571",94999,95063 -"346572",95001,95032 -"346573",95001,114679 -"346574",95001,114686 -"346575",95001,114687 -"346576",95003,118056 -"346577",95007,95060 -"346578",95007,98931 -"346579",95008,95009 -"346580",95008,100310 -"346581",95008,108232 -"346582",95009,116384 -"346583",95015,95152 -"346584",95015,118008 -"346585",95015,118541 -"346586",95016,115304 -"346587",95017,100052 -"346588",95017,119066 -"346589",95018,102562 -"346590",95020,95429 -"346591",95028,111302 -"346592",95028,121172 -"346593",95029,102388 -"346594",95029,107310 -"346595",95030,98343 -"346596",95030,102204 -"346597",95030,102731 -"346598",95031,105963 -"346599",95031,112196 -"346600",95031,122033 -"346601",95031,122482 -"346602",95031,122484 -"346603",95034,102913 -"346604",95035,111259 -"346605",95037,119786 -"346606",95041,98468 -"346607",95042,104473 -"346608",95042,106947 -"346609",95047,111607 -"346610",95048,95049 -"346611",95051,101190 -"346612",95051,102144 -"346613",95052,97755 -"346614",95053,112091 -"346615",95060,98931 -"346616",95062,117445 -"346617",95063,111261 -"346618",95065,110271 -"346619",95065,119539 -"346620",95066,117601 -"346621",95066,117602 -"346622",95068,100068 -"346623",95068,112783 -"346624",95073,100237 -"346625",95073,104279 -"346626",95073,105194 -"346627",95073,111514 -"346628",95073,117037 -"346629",95073,119255 -"346630",95074,104740 -"346631",95074,108392 -"346632",95078,95079 -"346633",95078,95205 -"346634",95079,95205 -"346635",95081,96868 -"346636",95082,104057 -"346637",95082,107532 -"346638",95082,111168 -"346639",95082,114806 -"346640",95082,118658 -"346641",95082,120283 -"346642",95082,120486 -"346643",95087,95195 -"346644",95088,95104 -"346645",95093,95148 -"346646",95094,95130 -"346647",95095,95103 -"346648",95097,100723 -"346649",95097,103211 -"346650",95099,121933 -"346651",95100,101004 -"346652",95102,95107 -"346653",95102,95203 -"346654",95106,96190 -"346655",95106,97980 -"346656",95106,113326 -"346657",95107,95203 -"346658",95113,110748 -"346659",95113,113327 -"346660",95113,121518 -"346661",95114,107097 -"346662",95114,107108 -"346663",95114,107110 -"346664",95114,107114 -"346665",95114,107127 -"346666",95114,107140 -"346667",95116,95861 -"346668",95117,101629 -"346669",95121,95362 -"346670",95121,116335 -"346671",95121,117606 -"346672",95121,117637 -"346673",95122,113518 -"346674",95125,97194 -"346675",95126,95157 -"346676",95128,106321 -"346677",95129,95137 -"346678",95129,95139 -"346679",95129,110583 -"346680",95129,110592 -"346681",95130,100578 -"346682",95130,113523 -"346683",95130,116224 -"346684",95130,120832 -"346685",95132,95167 -"346686",95133,95457 -"346687",95133,100913 -"346688",95133,107081 -"346689",95135,113689 -"346690",95137,95139 -"346691",95137,120222 -"346692",95138,105310 -"346693",95142,104650 -"346694",95143,107630 -"346695",95144,95145 -"346696",95152,104278 -"346697",95152,118008 -"346698",95152,118541 -"346699",95155,96920 -"346700",95155,102561 -"346701",95155,107023 -"346702",95155,108620 -"346703",95155,114882 -"346704",95156,109365 -"346705",95163,99144 -"346706",95163,105791 -"346707",95163,111100 -"346708",95169,95227 -"346709",95173,95208 -"346710",95175,95284 -"346711",95175,95301 -"346712",95176,116240 -"346713",95176,116241 -"346714",95177,98584 -"346715",95178,110222 -"346716",95181,110256 -"346717",95181,118973 -"346718",95182,95217 -"346719",95183,105139 -"346720",95183,113147 -"346721",95183,115337 -"346722",95185,116095 -"346723",95186,110279 -"346724",95188,95549 -"346725",95189,115641 -"346726",95193,101007 -"346727",95197,109482 -"346728",95198,106934 -"346729",95198,110695 -"346730",95199,95216 -"346731",95203,118779 -"346732",95207,95211 -"346733",95207,100133 -"346734",95210,100387 -"346735",95210,123155 -"346736",95218,95363 -"346737",95218,105308 -"346738",95220,120431 -"346739",95221,117090 -"346740",95222,104087 -"346741",95223,95346 -"346742",95224,96564 -"346743",95230,95238 -"346744",95230,95258 -"346745",95231,107699 -"346746",95232,102508 -"346747",95234,117515 -"346748",95235,122132 -"346749",95236,95268 -"346750",95236,95273 -"346751",95236,95274 -"346752",95236,95275 -"346753",95237,103100 -"346754",95237,106172 -"346755",95238,95258 -"346756",95238,105687 -"346757",95238,116294 -"346758",95238,116295 -"346759",95238,121501 -"346760",95241,95587 -"346761",95241,96229 -"346762",95244,95577 -"346763",95244,109560 -"346764",95246,95253 -"346765",95247,114591 -"346766",95248,95291 -"346767",95250,111940 -"346768",95252,111425 -"346769",95254,96525 -"346770",95255,97062 -"346771",95255,103479 -"346772",95257,95387 -"346773",95257,104505 -"346774",95257,114252 -"346775",95258,98136 -"346776",95258,103232 -"346777",95258,108611 -"346778",95258,112243 -"346779",95258,114173 -"346780",95261,110186 -"346781",95262,96073 -"346782",95262,111008 -"346783",95262,111010 -"346784",95262,111011 -"346785",95264,107426 -"346786",95264,109140 -"346787",95264,109147 -"346788",95264,114994 -"346789",95265,104486 -"346790",95265,111426 -"346791",95265,111440 -"346792",95265,114291 -"346793",95265,114714 -"346794",95267,97580 -"346795",95267,98727 -"346796",95267,98776 -"346797",95267,100795 -"346798",95267,101682 -"346799",95267,106824 -"346800",95267,108879 -"346801",95267,109166 -"346802",95267,109858 -"346803",95267,109878 -"346804",95267,112962 -"346805",95267,113990 -"346806",95267,115413 -"346807",95267,116123 -"346808",95267,117258 -"346809",95267,117560 -"346810",95267,118128 -"346811",95267,118836 -"346812",95267,118866 -"346813",95267,118873 -"346814",95267,119131 -"346815",95267,119513 -"346816",95267,119716 -"346817",95267,119769 -"346818",95267,120123 -"346819",95267,120169 -"346820",95267,120725 -"346821",95267,120944 -"346822",95267,121609 -"346823",95267,122007 -"346824",95267,122032 -"346825",95267,122035 -"346826",95267,122724 -"346827",95267,123070 -"346828",95267,123394 -"346829",95267,123490 -"346830",95268,95273 -"346831",95268,95274 -"346832",95268,95275 -"346833",95268,98127 -"346834",95268,99237 -"346835",95268,115569 -"346836",95268,115614 -"346837",95269,96303 -"346838",95271,99414 -"346839",95271,105162 -"346840",95271,110732 -"346841",95272,103324 -"346842",95272,109258 -"346843",95273,95274 -"346844",95273,95275 -"346845",95274,95275 -"346846",95274,104905 -"346847",95277,99103 -"346848",95277,123469 -"346849",95280,95303 -"346850",95284,95301 -"346851",95285,95317 -"346852",95285,95318 -"346853",95286,95296 -"346854",95287,95331 -"346855",95288,100812 -"346856",95288,105703 -"346857",95288,106512 -"346858",95288,107359 -"346859",95288,108773 -"346860",95288,114050 -"346861",95289,100727 -"346862",95289,112546 -"346863",95289,121278 -"346864",95289,122623 -"346865",95289,122629 -"346866",95293,102536 -"346867",95295,99079 -"346868",95295,102464 -"346869",95295,110569 -"346870",95297,99589 -"346871",95298,98225 -"346872",95299,95324 -"346873",95303,108284 -"346874",95306,113563 -"346875",95309,111611 -"346876",95311,95850 -"346877",95312,101670 -"346878",95312,109454 -"346879",95317,95318 -"346880",95321,96828 -"346881",95321,121965 -"346882",95325,104045 -"346883",95327,121982 -"346884",95329,118148 -"346885",95333,108866 -"346886",95336,95351 -"346887",95337,108563 -"346888",95337,111079 -"346889",95337,112276 -"346890",95337,114615 -"346891",95337,114616 -"346892",95338,95827 -"346893",95338,111708 -"346894",95341,97576 -"346895",95342,95350 -"346896",95347,95367 -"346897",95347,108151 -"346898",95348,95371 -"346899",95349,95532 -"346900",95349,99388 -"346901",95349,110131 -"346902",95349,110633 -"346903",95349,111146 -"346904",95349,121853 -"346905",95349,122255 -"346906",95351,104194 -"346907",95352,104112 -"346908",95353,95375 -"346909",95353,99621 -"346910",95353,103081 -"346911",95354,99658 -"346912",95359,115567 -"346913",95359,119059 -"346914",95359,119294 -"346915",95361,110574 -"346916",95364,122461 -"346917",95364,122462 -"346918",95366,95473 -"346919",95366,109339 -"346920",95366,110887 -"346921",95366,110892 -"346922",95366,111300 -"346923",95366,121380 -"346924",95369,95378 -"346925",95369,95379 -"346926",95369,95426 -"346927",95369,113819 -"346928",95369,113924 -"346929",95370,95377 -"346930",95374,102917 -"346931",95377,100938 -"346932",95377,109231 -"346933",95377,111191 -"346934",95378,95379 -"346935",95378,95426 -"346936",95379,95426 -"346937",95380,107159 -"346938",95388,99475 -"346939",95388,99481 -"346940",95388,105745 -"346941",95388,105748 -"346942",95389,111283 -"346943",95389,111465 -"346944",95390,95435 -"346945",95391,107486 -"346946",95391,107601 -"346947",95393,95539 -"346948",95393,102262 -"346949",95393,102263 -"346950",95394,109129 -"346951",95394,113480 -"346952",95395,95506 -"346953",95395,95528 -"346954",95395,95529 -"346955",95396,100561 -"346956",95396,104046 -"346957",95397,109599 -"346958",95399,114012 -"346959",95405,95415 -"346960",95406,97370 -"346961",95408,98554 -"346962",95411,101563 -"346963",95411,103499 -"346964",95411,111427 -"346965",95415,115313 -"346966",95416,95420 -"346967",95416,114759 -"346968",95417,112288 -"346969",95418,96305 -"346970",95418,112073 -"346971",95418,112096 -"346972",95422,117821 -"346973",95422,117833 -"346974",95422,117845 -"346975",95422,117846 -"346976",95426,113819 -"346977",95426,113924 -"346978",95427,110146 -"346979",95432,108182 -"346980",95436,97928 -"346981",95437,98509 -"346982",95439,102993 -"346983",95457,112461 -"346984",95460,114377 -"346985",95462,100993 -"346986",95463,104160 -"346987",95466,118902 -"346988",95468,122252 -"346989",95469,119148 -"346990",95472,116247 -"346991",95476,112508 -"346992",95477,95862 -"346993",95477,96660 -"346994",95477,98322 -"346995",95477,109400 -"346996",95479,118055 -"346997",95481,95482 -"346998",95483,95513 -"346999",95484,99177 -"347000",95487,107402 -"347001",95488,122472 -"347002",95489,96247 -"347003",95489,96363 -"347004",95489,97898 -"347005",95491,98181 -"347006",95491,103895 -"347007",95491,106257 -"347008",95494,98074 -"347009",95494,116573 -"347010",95496,102877 -"347011",95496,113897 -"347012",95498,96024 -"347013",95498,96057 -"347014",95500,100138 -"347015",95503,117133 -"347016",95503,118156 -"347017",95503,118163 -"347018",95506,95528 -"347019",95506,95529 -"347020",95507,95521 -"347021",95508,95509 -"347022",95510,116940 -"347023",95513,100998 -"347024",95515,95525 -"347025",95518,95519 -"347026",95524,100814 -"347027",95524,113823 -"347028",95526,95527 -"347029",95528,95529 -"347030",95528,123087 -"347031",95533,104959 -"347032",95533,105027 -"347033",95536,107004 -"347034",95537,99045 -"347035",95540,109708 -"347036",95540,119849 -"347037",95543,120500 -"347038",95544,95553 -"347039",95545,104550 -"347040",95548,111877 -"347041",95549,95563 -"347042",95551,96181 -"347043",95551,111611 -"347044",95553,99203 -"347045",95553,99245 -"347046",95554,95587 -"347047",95555,95662 -"347048",95557,113615 -"347049",95557,113622 -"347050",95558,122137 -"347051",95560,115614 -"347052",95560,122782 -"347053",95564,95603 -"347054",95564,102487 -"347055",95564,115114 -"347056",95564,119762 -"347057",95564,119763 -"347058",95564,119798 -"347059",95565,119444 -"347060",95565,120882 -"347061",95567,117338 -"347062",95568,107047 -"347063",95570,99340 -"347064",95574,120168 -"347065",95575,112778 -"347066",95578,95579 -"347067",95582,95584 -"347068",95585,107062 -"347069",95587,117596 -"347070",95587,121287 -"347071",95590,121988 -"347072",95600,95846 -"347073",95601,118306 -"347074",95603,120220 -"347075",95604,96099 -"347076",95604,99210 -"347077",95604,99315 -"347078",95604,99316 -"347079",95604,99327 -"347080",95604,99329 -"347081",95604,99341 -"347082",95604,99350 -"347083",95604,99844 -"347084",95604,102353 -"347085",95604,106528 -"347086",95604,109371 -"347087",95604,109373 -"347088",95604,110246 -"347089",95604,111155 -"347090",95604,113803 -"347091",95604,115195 -"347092",95604,115233 -"347093",95604,115255 -"347094",95604,115264 -"347095",95610,110368 -"347096",95611,108996 -"347097",95613,108530 -"347098",95615,105163 -"347099",95616,118863 -"347100",95620,100556 -"347101",95627,95667 -"347102",95627,101113 -"347103",95627,119320 -"347104",95628,114859 -"347105",95630,120045 -"347106",95636,110946 -"347107",95640,122119 -"347108",95641,97400 -"347109",95641,97425 -"347110",95644,109708 -"347111",95645,118033 -"347112",95646,107409 -"347113",95647,121434 -"347114",95650,97168 -"347115",95650,120597 -"347116",95653,115022 -"347117",95654,116121 -"347118",95657,109175 -"347119",95658,103093 -"347120",95660,114202 -"347121",95660,120611 -"347122",95660,120614 -"347123",95662,100296 -"347124",95669,119868 -"347125",95672,98161 -"347126",95674,116975 -"347127",95675,95691 -"347128",95675,95735 -"347129",95675,101516 -"347130",95675,102387 -"347131",95675,102415 -"347132",95675,108374 -"347133",95675,108893 -"347134",95675,109101 -"347135",95675,109523 -"347136",95675,110993 -"347137",95675,111338 -"347138",95675,111398 -"347139",95675,111409 -"347140",95675,111480 -"347141",95675,112422 -"347142",95675,112648 -"347143",95675,112708 -"347144",95675,112820 -"347145",95675,112997 -"347146",95675,113597 -"347147",95675,114418 -"347148",95675,114582 -"347149",95675,115371 -"347150",95675,116028 -"347151",95675,116604 -"347152",95677,95709 -"347153",95677,98719 -"347154",95677,102987 -"347155",95677,102996 -"347156",95678,104886 -"347157",95678,122425 -"347158",95679,95685 -"347159",95680,98080 -"347160",95680,104695 -"347161",95680,104710 -"347162",95680,104724 -"347163",95680,104727 -"347164",95680,104729 -"347165",95681,105186 -"347166",95691,95735 -"347167",95693,104432 -"347168",95699,107728 -"347169",95700,99916 -"347170",95702,118442 -"347171",95702,118447 -"347172",95702,123486 -"347173",95704,111258 -"347174",95704,112874 -"347175",95707,95755 -"347176",95708,102077 -"347177",95708,105306 -"347178",95708,107990 -"347179",95714,95716 -"347180",95714,95726 -"347181",95714,95733 -"347182",95716,95726 -"347183",95716,95733 -"347184",95717,101916 -"347185",95717,101919 -"347186",95717,104267 -"347187",95718,99274 -"347188",95718,103056 -"347189",95718,106637 -"347190",95718,123221 -"347191",95719,97430 -"347192",95719,104055 -"347193",95719,115183 -"347194",95721,95767 -"347195",95721,95768 -"347196",95721,96007 -"347197",95721,99435 -"347198",95723,117561 -"347199",95724,100311 -"347200",95724,100584 -"347201",95724,103536 -"347202",95724,114971 -"347203",95725,95950 -"347204",95726,95733 -"347205",95727,97614 -"347206",95729,96569 -"347207",95731,99812 -"347208",95731,104553 -"347209",95732,103235 -"347210",95735,108858 -"347211",95737,102221 -"347212",95739,95769 -"347213",95739,115978 -"347214",95740,115878 -"347215",95742,95749 -"347216",95742,95758 -"347217",95742,95763 -"347218",95742,95774 -"347219",95746,107791 -"347220",95746,119425 -"347221",95746,119467 -"347222",95749,95758 -"347223",95749,95763 -"347224",95749,95774 -"347225",95752,113900 -"347226",95754,96133 -"347227",95754,96570 -"347228",95757,100507 -"347229",95757,121587 -"347230",95758,95763 -"347231",95758,95774 -"347232",95758,111370 -"347233",95761,95883 -"347234",95763,95774 -"347235",95767,95768 -"347236",95769,115978 -"347237",95771,99198 -"347238",95771,100400 -"347239",95771,102518 -"347240",95771,110466 -"347241",95775,95778 -"347242",95776,101499 -"347243",95777,104373 -"347244",95778,111307 -"347245",95780,109000 -"347246",95780,113873 -"347247",95780,113874 -"347248",95782,99894 -"347249",95782,108141 -"347250",95782,108686 -"347251",95782,114470 -"347252",95785,100993 -"347253",95786,101349 -"347254",95787,96730 -"347255",95788,95798 -"347256",95790,95802 -"347257",95790,95821 -"347258",95791,95809 -"347259",95791,95815 -"347260",95791,95843 -"347261",95793,95812 -"347262",95794,95806 -"347263",95795,97492 -"347264",95797,109029 -"347265",95799,95844 -"347266",95802,95821 -"347267",95803,95910 -"347268",95803,109919 -"347269",95803,117410 -"347270",95804,99491 -"347271",95804,110563 -"347272",95808,95814 -"347273",95808,95823 -"347274",95809,95815 -"347275",95809,95843 -"347276",95814,95823 -"347277",95815,95843 -"347278",95816,99132 -"347279",95816,99139 -"347280",95816,99148 -"347281",95817,118047 -"347282",95820,98354 -"347283",95822,118826 -"347284",95824,96309 -"347285",95825,95826 -"347286",95825,95830 -"347287",95825,95962 -"347288",95826,95830 -"347289",95826,95962 -"347290",95828,114583 -"347291",95829,95836 -"347292",95829,96824 -"347293",95829,107235 -"347294",95830,95962 -"347295",95832,102261 -"347296",95832,109595 -"347297",95834,110503 -"347298",95835,122719 -"347299",95838,115199 -"347300",95839,120386 -"347301",95840,108464 -"347302",95843,103345 -"347303",95844,97968 -"347304",95844,110773 -"347305",95845,112769 -"347306",95850,104874 -"347307",95851,104506 -"347308",95851,116744 -"347309",95855,98655 -"347310",95855,113853 -"347311",95856,119272 -"347312",95858,95863 -"347313",95858,95877 -"347314",95859,121014 -"347315",95859,121870 -"347316",95862,98322 -"347317",95863,95877 -"347318",95865,108697 -"347319",95865,115987 -"347320",95870,95898 -"347321",95870,115995 -"347322",95870,116006 -"347323",95870,116009 -"347324",95872,100772 -"347325",95872,101063 -"347326",95872,101594 -"347327",95872,104150 -"347328",95872,104152 -"347329",95877,100914 -"347330",95877,119289 -"347331",95882,99040 -"347332",95882,105349 -"347333",95882,119813 -"347334",95885,108674 -"347335",95885,115807 -"347336",95885,120311 -"347337",95889,96093 -"347338",95889,97988 -"347339",95889,99309 -"347340",95889,99376 -"347341",95889,99450 -"347342",95889,99471 -"347343",95889,99474 -"347344",95889,100916 -"347345",95889,100944 -"347346",95889,101126 -"347347",95889,101329 -"347348",95889,105557 -"347349",95889,107199 -"347350",95889,108743 -"347351",95889,108980 -"347352",95889,109291 -"347353",95889,109933 -"347354",95889,110483 -"347355",95889,110567 -"347356",95889,110572 -"347357",95889,110630 -"347358",95889,110648 -"347359",95889,110711 -"347360",95889,110770 -"347361",95889,110869 -"347362",95889,110911 -"347363",95889,111285 -"347364",95889,111314 -"347365",95889,111362 -"347366",95889,111372 -"347367",95889,111424 -"347368",95889,111433 -"347369",95889,112422 -"347370",95889,113269 -"347371",95889,113430 -"347372",95889,114242 -"347373",95889,114842 -"347374",95889,115427 -"347375",95889,115521 -"347376",95889,115711 -"347377",95890,110138 -"347378",95890,118362 -"347379",95890,120547 -"347380",95890,122433 -"347381",95896,95897 -"347382",95896,96080 -"347383",95897,96080 -"347384",95897,117642 -"347385",95901,103650 -"347386",95906,115782 -"347387",95907,95914 -"347388",95909,95955 -"347389",95911,95912 -"347390",95912,101079 -"347391",95913,95925 -"347392",95913,95935 -"347393",95917,96933 -"347394",95917,100566 -"347395",95917,103229 -"347396",95917,105902 -"347397",95917,106485 -"347398",95917,108457 -"347399",95917,122576 -"347400",95919,95926 -"347401",95919,95930 -"347402",95919,95942 -"347403",95919,107533 -"347404",95920,98826 -"347405",95921,95949 -"347406",95925,95935 -"347407",95926,95930 -"347408",95926,95942 -"347409",95930,95942 -"347410",95932,95981 -"347411",95934,95952 -"347412",95934,96033 -"347413",95934,101273 -"347414",95934,116260 -"347415",95935,114459 -"347416",95935,116757 -"347417",95936,121954 -"347418",95940,98997 -"347419",95943,95977 -"347420",95943,96023 -"347421",95943,96658 -"347422",95943,107237 -"347423",95943,107279 -"347424",95944,95999 -"347425",95944,96000 -"347426",95944,96001 -"347427",95944,96005 -"347428",95945,98911 -"347429",95945,99016 -"347430",95946,97244 -"347431",95947,113120 -"347432",95948,108724 -"347433",95948,118593 -"347434",95951,99129 -"347435",95951,116086 -"347436",95954,99544 -"347437",95954,99547 -"347438",95954,99554 -"347439",95954,100595 -"347440",95954,100739 -"347441",95954,100819 -"347442",95954,101898 -"347443",95954,101988 -"347444",95954,102146 -"347445",95954,102201 -"347446",95954,102309 -"347447",95954,102635 -"347448",95954,102730 -"347449",95954,102846 -"347450",95954,103790 -"347451",95954,104095 -"347452",95954,104122 -"347453",95954,104574 -"347454",95954,104784 -"347455",95954,104845 -"347456",95954,107269 -"347457",95954,107623 -"347458",95954,107714 -"347459",95954,107879 -"347460",95954,107975 -"347461",95957,95983 -"347462",95958,96008 -"347463",95958,117125 -"347464",95958,117141 -"347465",95960,96003 -"347466",95964,109028 -"347467",95964,123137 -"347468",95965,96105 -"347469",95965,96106 -"347470",95965,109635 -"347471",95965,111407 -"347472",95965,121803 -"347473",95966,96539 -"347474",95969,96056 -"347475",95970,95980 -"347476",95971,97209 -"347477",95971,109480 -"347478",95971,121148 -"347479",95973,104785 -"347480",95973,109066 -"347481",95973,111792 -"347482",95973,115900 -"347483",95973,117208 -"347484",95973,118086 -"347485",95973,118090 -"347486",95973,118091 -"347487",95973,118094 -"347488",95973,118098 -"347489",95973,118102 -"347490",95973,118112 -"347491",95973,120200 -"347492",95975,115606 -"347493",95977,96023 -"347494",95981,99275 -"347495",95981,101523 -"347496",95981,113961 -"347497",95984,101023 -"347498",95984,122845 -"347499",95985,95989 -"347500",95986,95998 -"347501",95987,100901 -"347502",95989,118101 -"347503",95989,118103 -"347504",95991,101468 -"347505",95991,114915 -"347506",95992,96013 -"347507",95993,101344 -"347508",95994,109663 -"347509",95994,110242 -"347510",95995,104044 -"347511",95996,98080 -"347512",95996,105928 -"347513",95996,106150 -"347514",95996,109632 -"347515",95997,113596 -"347516",95997,117701 -"347517",95997,117703 -"347518",95997,117707 -"347519",95999,96000 -"347520",95999,96001 -"347521",95999,96005 -"347522",96000,96001 -"347523",96000,96005 -"347524",96000,98230 -"347525",96001,96005 -"347526",96002,100852 -"347527",96003,100058 -"347528",96007,99435 -"347529",96008,117125 -"347530",96008,117141 -"347531",96012,96051 -"347532",96013,102057 -"347533",96014,96043 -"347534",96016,96032 -"347535",96019,103972 -"347536",96019,103973 -"347537",96019,103977 -"347538",96019,103986 -"347539",96019,103999 -"347540",96020,96041 -"347541",96022,101165 -"347542",96022,120432 -"347543",96024,96057 -"347544",96027,96068 -"347545",96027,99311 -"347546",96027,101270 -"347547",96027,101354 -"347548",96030,96094 -"347549",96032,115214 -"347550",96033,101273 -"347551",96034,99189 -"347552",96034,106362 -"347553",96038,96052 -"347554",96040,108546 -"347555",96040,112207 -"347556",96042,99187 -"347557",96045,97464 -"347558",96045,103978 -"347559",96045,108718 -"347560",96045,119225 -"347561",96045,119227 -"347562",96045,119228 -"347563",96045,119229 -"347564",96045,119233 -"347565",96050,96937 -"347566",96050,101084 -"347567",96050,103170 -"347568",96050,104228 -"347569",96051,99365 -"347570",96061,96067 -"347571",96062,107154 -"347572",96062,113173 -"347573",96065,102934 -"347574",96065,109038 -"347575",96068,99311 -"347576",96068,101270 -"347577",96068,112701 -"347578",96068,112702 -"347579",96068,112751 -"347580",96068,113195 -"347581",96068,120122 -"347582",96068,120133 -"347583",96068,120957 -"347584",96069,100833 -"347585",96071,99626 -"347586",96071,102571 -"347587",96071,105972 -"347588",96075,112514 -"347589",96076,100802 -"347590",96079,113161 -"347591",96081,99070 -"347592",96081,102215 -"347593",96081,102233 -"347594",96084,118220 -"347595",96086,100930 -"347596",96086,108576 -"347597",96086,108593 -"347598",96087,96088 -"347599",96090,98173 -"347600",96092,106991 -"347601",96092,107225 -"347602",96093,97988 -"347603",96093,99309 -"347604",96093,99376 -"347605",96093,99450 -"347606",96093,99471 -"347607",96093,99474 -"347608",96093,100916 -"347609",96093,100944 -"347610",96093,101126 -"347611",96093,101329 -"347612",96093,105557 -"347613",96093,107199 -"347614",96093,108743 -"347615",96093,108980 -"347616",96093,109291 -"347617",96093,109933 -"347618",96093,110483 -"347619",96093,110567 -"347620",96093,110572 -"347621",96093,110630 -"347622",96093,110648 -"347623",96093,110711 -"347624",96093,110770 -"347625",96093,110869 -"347626",96093,110911 -"347627",96093,111285 -"347628",96093,111314 -"347629",96093,111362 -"347630",96093,111372 -"347631",96093,111424 -"347632",96093,111433 -"347633",96093,112422 -"347634",96093,113269 -"347635",96093,113430 -"347636",96093,114242 -"347637",96093,114842 -"347638",96093,115427 -"347639",96093,115521 -"347640",96093,115711 -"347641",96095,96118 -"347642",96097,96107 -"347643",96097,96278 -"347644",96098,96932 -"347645",96098,96937 -"347646",96099,99210 -"347647",96099,102353 -"347648",96099,106528 -"347649",96099,109371 -"347650",96099,109373 -"347651",96099,111155 -"347652",96103,100448 -"347653",96103,101094 -"347654",96103,102685 -"347655",96104,109741 -"347656",96105,96106 -"347657",96107,96278 -"347658",96108,99150 -"347659",96108,107748 -"347660",96108,112166 -"347661",96108,114028 -"347662",96111,98333 -"347663",96112,96203 -"347664",96114,96170 -"347665",96118,99643 -"347666",96118,99651 -"347667",96118,99654 -"347668",96118,99655 -"347669",96118,99661 -"347670",96118,99663 -"347671",96118,122916 -"347672",96121,96139 -"347673",96121,96147 -"347674",96121,96165 -"347675",96123,96172 -"347676",96123,99810 -"347677",96124,96125 -"347678",96127,106235 -"347679",96130,96177 -"347680",96130,114867 -"347681",96130,114868 -"347682",96130,114869 -"347683",96131,96273 -"347684",96135,108193 -"347685",96135,120463 -"347686",96139,96147 -"347687",96139,96165 -"347688",96140,96290 -"347689",96140,96291 -"347690",96140,96298 -"347691",96140,115747 -"347692",96140,117847 -"347693",96140,118303 -"347694",96140,118304 -"347695",96140,118312 -"347696",96140,118314 -"347697",96141,121504 -"347698",96142,100231 -"347699",96142,101971 -"347700",96142,120609 -"347701",96142,120610 -"347702",96143,123361 -"347703",96144,96146 -"347704",96147,96165 -"347705",96148,100020 -"347706",96148,101008 -"347707",96148,120172 -"347708",96149,106469 -"347709",96150,96160 -"347710",96155,96769 -"347711",96155,96771 -"347712",96155,98930 -"347713",96156,96286 -"347714",96156,109864 -"347715",96161,116081 -"347716",96163,96164 -"347717",96171,98914 -"347718",96175,111817 -"347719",96176,109233 -"347720",96176,119022 -"347721",96179,96200 -"347722",96182,96202 -"347723",96183,110643 -"347724",96188,96197 -"347725",96188,106238 -"347726",96188,111199 -"347727",96189,96198 -"347728",96193,96222 -"347729",96195,106508 -"347730",96195,106519 -"347731",96195,106521 -"347732",96201,100392 -"347733",96201,108462 -"347734",96202,99326 -"347735",96204,96219 -"347736",96204,96279 -"347737",96205,96216 -"347738",96205,96224 -"347739",96205,96225 -"347740",96206,106166 -"347741",96206,113936 -"347742",96208,99009 -"347743",96208,101771 -"347744",96212,97830 -"347745",96213,96551 -"347746",96213,102689 -"347747",96213,102690 -"347748",96213,102707 -"347749",96214,104009 -"347750",96216,96224 -"347751",96216,96225 -"347752",96218,96258 -"347753",96219,96279 -"347754",96224,96225 -"347755",96226,102312 -"347756",96226,103817 -"347757",96229,101655 -"347758",96229,101657 -"347759",96229,110715 -"347760",96229,113275 -"347761",96229,114635 -"347762",96229,114640 -"347763",96231,96239 -"347764",96232,97101 -"347765",96233,106104 -"347766",96233,111801 -"347767",96237,96275 -"347768",96238,99444 -"347769",96238,103294 -"347770",96238,106074 -"347771",96238,108879 -"347772",96238,117105 -"347773",96239,100430 -"347774",96242,96251 -"347775",96242,96265 -"347776",96242,96267 -"347777",96243,97824 -"347778",96243,100849 -"347779",96243,100881 -"347780",96246,100624 -"347781",96246,110937 -"347782",96247,96363 -"347783",96247,97898 -"347784",96248,120840 -"347785",96251,96265 -"347786",96251,96267 -"347787",96251,100684 -"347788",96252,97950 -"347789",96254,96306 -"347790",96254,105712 -"347791",96254,109388 -"347792",96254,111937 -"347793",96255,100995 -"347794",96259,104797 -"347795",96259,108970 -"347796",96261,99677 -"347797",96261,104044 -"347798",96261,104085 -"347799",96265,96267 -"347800",96271,105703 -"347801",96274,96317 -"347802",96274,97878 -"347803",96279,120516 -"347804",96280,112479 -"347805",96284,101892 -"347806",96284,112414 -"347807",96287,96289 -"347808",96287,96302 -"347809",96287,100325 -"347810",96289,96302 -"347811",96290,96291 -"347812",96290,96298 -"347813",96291,96298 -"347814",96291,115747 -"347815",96291,117838 -"347816",96291,117847 -"347817",96291,118303 -"347818",96291,118304 -"347819",96291,118312 -"347820",96291,118314 -"347821",96293,109633 -"347822",96297,108140 -"347823",96299,109287 -"347824",96301,98592 -"347825",96301,104124 -"347826",96301,104489 -"347827",96301,107949 -"347828",96301,111226 -"347829",96301,118895 -"347830",96301,120446 -"347831",96301,123284 -"347832",96305,112073 -"347833",96305,112096 -"347834",96307,106571 -"347835",96307,109322 -"347836",96307,118540 -"347837",96307,123075 -"347838",96309,109983 -"347839",96309,112020 -"347840",96309,112082 -"347841",96310,101907 -"347842",96312,99944 -"347843",96314,104469 -"347844",96315,103505 -"347845",96315,108733 -"347846",96315,114823 -"347847",96315,116538 -"347848",96316,105816 -"347849",96316,105837 -"347850",96318,118518 -"347851",96318,119570 -"347852",96320,116475 -"347853",96321,96337 -"347854",96324,111038 -"347855",96326,96329 -"347856",96327,112892 -"347857",96327,122222 -"347858",96327,123206 -"347859",96330,96334 -"347860",96331,105717 -"347861",96333,108360 -"347862",96333,108995 -"347863",96333,111639 -"347864",96333,116843 -"347865",96335,99025 -"347866",96336,96452 -"347867",96336,99263 -"347868",96343,107967 -"347869",96345,108786 -"347870",96345,108787 -"347871",96345,115167 -"347872",96349,113020 -"347873",96349,113021 -"347874",96352,99207 -"347875",96352,103930 -"347876",96353,96926 -"347877",96353,96927 -"347878",96353,97957 -"347879",96354,96449 -"347880",96356,105435 -"347881",96357,108584 -"347882",96357,113347 -"347883",96357,122771 -"347884",96360,106052 -"347885",96362,96372 -"347886",96362,96373 -"347887",96362,96394 -"347888",96363,97898 -"347889",96364,118798 -"347890",96371,114927 -"347891",96372,96373 -"347892",96372,96394 -"347893",96373,96394 -"347894",96374,102899 -"347895",96376,99175 -"347896",96380,108627 -"347897",96380,123172 -"347898",96383,109675 -"347899",96383,109683 -"347900",96387,97760 -"347901",96387,102581 -"347902",96387,107921 -"347903",96387,109029 -"347904",96387,109031 -"347905",96388,110813 -"347906",96391,104059 -"347907",96391,112965 -"347908",96393,100662 -"347909",96395,108473 -"347910",96395,115512 -"347911",96399,104456 -"347912",96403,100949 -"347913",96407,102655 -"347914",96408,96454 -"347915",96412,110083 -"347916",96414,96419 -"347917",96414,96436 -"347918",96414,96440 -"347919",96419,96436 -"347920",96419,96440 -"347921",96420,102229 -"347922",96420,119091 -"347923",96420,119129 -"347924",96421,96442 -"347925",96422,107253 -"347926",96422,107261 -"347927",96425,119050 -"347928",96425,119054 -"347929",96426,118824 -"347930",96426,119552 -"347931",96427,118964 -"347932",96427,120836 -"347933",96428,122656 -"347934",96429,96446 -"347935",96430,102987 -"347936",96430,112651 -"347937",96430,119887 -"347938",96431,98071 -"347939",96434,105406 -"347940",96434,113967 -"347941",96436,96440 -"347942",96439,96450 -"347943",96443,103835 -"347944",96444,104522 -"347945",96445,100788 -"347946",96445,103495 -"347947",96445,103510 -"347948",96445,103513 -"347949",96452,106010 -"347950",96452,114545 -"347951",96452,119265 -"347952",96453,109103 -"347953",96458,96459 -"347954",96458,96495 -"347955",96459,96495 -"347956",96462,99003 -"347957",96463,98094 -"347958",96463,105543 -"347959",96463,107176 -"347960",96463,110429 -"347961",96463,122082 -"347962",96465,101940 -"347963",96465,118077 -"347964",96467,96521 -"347965",96468,99346 -"347966",96468,102586 -"347967",96468,111448 -"347968",96468,111505 -"347969",96468,115207 -"347970",96468,115209 -"347971",96469,96470 -"347972",96471,114982 -"347973",96471,119064 -"347974",96471,119096 -"347975",96472,109962 -"347976",96472,110016 -"347977",96472,111851 -"347978",96474,118768 -"347979",96476,96928 -"347980",96477,117864 -"347981",96478,96485 -"347982",96479,96483 -"347983",96480,107994 -"347984",96481,96522 -"347985",96483,104927 -"347986",96484,96491 -"347987",96485,96650 -"347988",96485,98994 -"347989",96495,118692 -"347990",96495,123468 -"347991",96498,119705 -"347992",96500,100438 -"347993",96500,101971 -"347994",96500,107068 -"347995",96500,108788 -"347996",96500,111948 -"347997",96502,102768 -"347998",96505,101739 -"347999",96505,104847 -"348000",96508,99167 -"348001",96513,97258 -"348002",96513,97741 -"348003",96513,99040 -"348004",96513,99070 -"348005",96513,99221 -"348006",96513,99424 -"348007",96513,100164 -"348008",96513,100274 -"348009",96513,100572 -"348010",96513,102215 -"348011",96513,104662 -"348012",96513,105019 -"348013",96513,105207 -"348014",96513,106043 -"348015",96513,106280 -"348016",96513,108760 -"348017",96513,110403 -"348018",96513,110450 -"348019",96513,113473 -"348020",96513,121352 -"348021",96514,102804 -"348022",96514,105969 -"348023",96518,99735 -"348024",96518,101484 -"348025",96518,102734 -"348026",96518,104662 -"348027",96518,110380 -"348028",96518,111317 -"348029",96518,119237 -"348030",96520,111686 -"348031",96522,98155 -"348032",96522,108743 -"348033",96523,96990 -"348034",96525,101347 -"348035",96525,104981 -"348036",96525,105224 -"348037",96525,106555 -"348038",96525,110679 -"348039",96525,111109 -"348040",96527,96528 -"348041",96527,96529 -"348042",96527,96530 -"348043",96527,96546 -"348044",96527,96547 -"348045",96527,96548 -"348046",96527,96549 -"348047",96527,96555 -"348048",96527,96559 -"348049",96527,96567 -"348050",96527,96584 -"348051",96527,96670 -"348052",96528,96529 -"348053",96528,96530 -"348054",96528,96546 -"348055",96528,96547 -"348056",96528,96548 -"348057",96528,96549 -"348058",96528,96555 -"348059",96528,96559 -"348060",96528,96567 -"348061",96528,96584 -"348062",96528,96670 -"348063",96529,96530 -"348064",96529,96546 -"348065",96529,96547 -"348066",96529,96548 -"348067",96529,96549 -"348068",96529,96555 -"348069",96529,96559 -"348070",96529,96567 -"348071",96529,96584 -"348072",96529,96670 -"348073",96530,96546 -"348074",96530,96547 -"348075",96530,96548 -"348076",96530,96549 -"348077",96530,96555 -"348078",96530,96559 -"348079",96530,96567 -"348080",96530,96584 -"348081",96530,96670 -"348082",96531,96578 -"348083",96532,96754 -"348084",96534,96785 -"348085",96536,105739 -"348086",96539,121952 -"348087",96539,121953 -"348088",96540,96635 -"348089",96540,96692 -"348090",96541,116889 -"348091",96542,99070 -"348092",96542,101235 -"348093",96542,119236 -"348094",96542,119239 -"348095",96543,96605 -"348096",96546,96547 -"348097",96546,96548 -"348098",96546,96549 -"348099",96546,96555 -"348100",96546,96559 -"348101",96546,96567 -"348102",96546,96584 -"348103",96546,96670 -"348104",96547,96548 -"348105",96547,96549 -"348106",96547,96555 -"348107",96547,96559 -"348108",96547,96567 -"348109",96547,96584 -"348110",96547,96670 -"348111",96548,96549 -"348112",96548,96555 -"348113",96548,96559 -"348114",96548,96567 -"348115",96548,96584 -"348116",96548,96670 -"348117",96549,96555 -"348118",96549,96559 -"348119",96549,96567 -"348120",96549,96584 -"348121",96549,96670 -"348122",96551,102689 -"348123",96551,102690 -"348124",96551,102707 -"348125",96552,110846 -"348126",96552,121042 -"348127",96552,121542 -"348128",96554,100257 -"348129",96554,106138 -"348130",96555,96559 -"348131",96555,96567 -"348132",96555,96584 -"348133",96555,96670 -"348134",96557,96774 -"348135",96557,107710 -"348136",96559,96567 -"348137",96559,96584 -"348138",96559,96670 -"348139",96562,96694 -"348140",96563,113691 -"348141",96564,106838 -"348142",96564,111105 -"348143",96564,115057 -"348144",96564,118429 -"348145",96565,96676 -"348146",96566,97169 -"348147",96567,96584 -"348148",96567,96670 -"348149",96568,101958 -"348150",96568,104061 -"348151",96568,104086 -"348152",96571,99780 -"348153",96571,100540 -"348154",96574,96580 -"348155",96574,96586 -"348156",96576,96591 -"348157",96576,114743 -"348158",96576,117890 -"348159",96579,98100 -"348160",96580,96586 -"348161",96580,111779 -"348162",96581,98051 -"348163",96581,98084 -"348164",96582,104854 -"348165",96582,105836 -"348166",96582,114220 -"348167",96582,114223 -"348168",96584,96670 -"348169",96587,99204 -"348170",96587,100653 -"348171",96587,101080 -"348172",96587,116054 -"348173",96592,107544 -"348174",96592,116011 -"348175",96592,119440 -"348176",96592,119490 -"348177",96592,121418 -"348178",96597,105269 -"348179",96597,105276 -"348180",96597,105290 -"348181",96597,111046 -"348182",96597,111061 -"348183",96597,111072 -"348184",96598,98987 -"348185",96601,96613 -"348186",96602,104941 -"348187",96603,97581 -"348188",96611,102646 -"348189",96613,97388 -"348190",96613,97412 -"348191",96621,101394 -"348192",96621,101401 -"348193",96621,112549 -"348194",96621,114552 -"348195",96621,114557 -"348196",96621,120901 -"348197",96622,99029 -"348198",96626,122973 -"348199",96627,96666 -"348200",96631,96640 -"348201",96631,96645 -"348202",96631,96652 -"348203",96631,96655 -"348204",96634,97188 -"348205",96634,101519 -"348206",96635,96692 -"348207",96640,96645 -"348208",96640,96652 -"348209",96640,96655 -"348210",96645,96652 -"348211",96645,96655 -"348212",96648,109914 -"348213",96648,109934 -"348214",96651,108754 -"348215",96651,108763 -"348216",96652,96655 -"348217",96654,106495 -"348218",96657,101785 -"348219",96658,107237 -"348220",96658,107279 -"348221",96664,96665 -"348222",96664,113287 -"348223",96667,98339 -"348224",96667,99217 -"348225",96667,100756 -"348226",96667,101788 -"348227",96667,101944 -"348228",96669,96697 -"348229",96669,97243 -"348230",96669,97273 -"348231",96671,118967 -"348232",96672,96687 -"348233",96673,108837 -"348234",96674,96719 -"348235",96675,101058 -"348236",96675,103364 -"348237",96678,101345 -"348238",96678,102576 -"348239",96679,96680 -"348240",96679,96712 -"348241",96679,106107 -"348242",96679,106833 -"348243",96680,96712 -"348244",96680,103278 -"348245",96681,96782 -"348246",96681,96789 -"348247",96681,97499 -"348248",96681,98763 -"348249",96681,110530 -"348250",96681,112357 -"348251",96681,115986 -"348252",96681,122081 -"348253",96681,122104 -"348254",96681,122143 -"348255",96681,122147 -"348256",96681,122149 -"348257",96682,96694 -"348258",96685,100354 -"348259",96685,118472 -"348260",96685,119469 -"348261",96689,114939 -"348262",96695,96699 -"348263",96696,104145 -"348264",96700,96701 -"348265",96700,96724 -"348266",96700,103212 -"348267",96700,110868 -"348268",96700,111684 -"348269",96700,113079 -"348270",96701,96724 -"348271",96705,98272 -"348272",96705,110168 -"348273",96705,112900 -"348274",96705,112921 -"348275",96705,121277 -"348276",96706,96783 -"348277",96706,97531 -"348278",96706,98017 -"348279",96708,113041 -"348280",96709,112236 -"348281",96720,96722 -"348282",96722,97286 -"348283",96722,97883 -"348284",96722,100602 -"348285",96723,97004 -"348286",96728,96738 -"348287",96729,112698 -"348288",96729,119601 -"348289",96730,123431 -"348290",96732,103086 -"348291",96732,114313 -"348292",96734,106347 -"348293",96734,111570 -"348294",96734,112704 -"348295",96739,106873 -"348296",96739,106933 -"348297",96741,100647 -"348298",96741,106205 -"348299",96741,106569 -"348300",96743,115988 -"348301",96743,115991 -"348302",96743,116017 -"348303",96743,116416 -"348304",96747,108967 -"348305",96747,111722 -"348306",96747,112857 -"348307",96747,121137 -"348308",96749,96756 -"348309",96749,101813 -"348310",96749,116209 -"348311",96750,109140 -"348312",96751,113627 -"348313",96751,120694 -"348314",96751,120697 -"348315",96751,120703 -"348316",96752,96902 -"348317",96753,96764 -"348318",96755,115507 -"348319",96759,111415 -"348320",96761,101192 -"348321",96762,109125 -"348322",96762,122522 -"348323",96762,122903 -"348324",96763,104978 -"348325",96764,102338 -"348326",96764,107622 -"348327",96764,107883 -"348328",96765,96974 -"348329",96767,96794 -"348330",96767,96803 -"348331",96768,119637 -"348332",96769,96771 -"348333",96769,98930 -"348334",96771,98930 -"348335",96772,101526 -"348336",96773,96797 -"348337",96775,100956 -"348338",96776,106011 -"348339",96776,118905 -"348340",96777,96807 -"348341",96780,101972 -"348342",96780,117439 -"348343",96780,119418 -"348344",96782,96789 -"348345",96782,98763 -"348346",96782,110530 -"348347",96782,119361 -"348348",96788,113464 -"348349",96791,107805 -"348350",96791,120381 -"348351",96792,104694 -"348352",96793,107438 -"348353",96793,107457 -"348354",96794,96803 -"348355",96796,97867 -"348356",96796,102599 -"348357",96797,108424 -"348358",96797,115078 -"348359",96800,102439 -"348360",96801,114340 -"348361",96804,119317 -"348362",96808,99658 -"348363",96811,105613 -"348364",96811,122659 -"348365",96812,96842 -"348366",96812,96847 -"348367",96817,96846 -"348368",96817,96864 -"348369",96819,96820 -"348370",96819,96841 -"348371",96819,96845 -"348372",96820,96841 -"348373",96820,96845 -"348374",96822,96823 -"348375",96822,96849 -"348376",96822,96858 -"348377",96822,96859 -"348378",96823,96849 -"348379",96823,96858 -"348380",96823,96859 -"348381",96823,97954 -"348382",96823,97955 -"348383",96823,97972 -"348384",96823,97973 -"348385",96823,97981 -"348386",96823,97987 -"348387",96823,97994 -"348388",96823,97998 -"348389",96823,97999 -"348390",96823,98008 -"348391",96825,103578 -"348392",96826,96836 -"348393",96826,101602 -"348394",96826,112017 -"348395",96826,115783 -"348396",96826,120570 -"348397",96830,104459 -"348398",96830,109770 -"348399",96831,113121 -"348400",96837,97766 -"348401",96837,104021 -"348402",96837,105056 -"348403",96837,114622 -"348404",96841,96845 -"348405",96841,105516 -"348406",96842,96847 -"348407",96844,114706 -"348408",96844,122533 -"348409",96846,96864 -"348410",96849,96858 -"348411",96849,96859 -"348412",96850,107657 -"348413",96853,101739 -"348414",96855,118980 -"348415",96857,101096 -"348416",96857,101873 -"348417",96858,96859 -"348418",96860,96861 -"348419",96862,97852 -"348420",96866,114569 -"348421",96868,104476 -"348422",96871,115108 -"348423",96872,102167 -"348424",96872,110528 -"348425",96873,100151 -"348426",96875,96885 -"348427",96878,113928 -"348428",96881,96910 -"348429",96886,96900 -"348430",96888,96895 -"348431",96890,96897 -"348432",96893,98621 -"348433",96896,97041 -"348434",96898,103906 -"348435",96901,110731 -"348436",96901,122990 -"348437",96904,109911 -"348438",96904,112896 -"348439",96906,96907 -"348440",96906,108434 -"348441",96906,110348 -"348442",96910,103740 -"348443",96914,123312 -"348444",96920,102561 -"348445",96920,107023 -"348446",96920,108620 -"348447",96920,114882 -"348448",96925,109343 -"348449",96926,96927 -"348450",96926,97957 -"348451",96927,97957 -"348452",96931,117171 -"348453",96931,117223 -"348454",96932,96937 -"348455",96933,97014 -"348456",96933,100247 -"348457",96933,100566 -"348458",96933,103229 -"348459",96933,108457 -"348460",96934,99617 -"348461",96934,103163 -"348462",96938,102162 -"348463",96938,102189 -"348464",96942,113175 -"348465",96944,108997 -"348466",96944,116720 -"348467",96946,96947 -"348468",96946,96948 -"348469",96946,96949 -"348470",96946,96950 -"348471",96946,96951 -"348472",96946,96958 -"348473",96946,96959 -"348474",96946,97007 -"348475",96947,96948 -"348476",96947,96949 -"348477",96947,96950 -"348478",96947,96951 -"348479",96947,96958 -"348480",96947,96959 -"348481",96947,97007 -"348482",96948,96949 -"348483",96948,96950 -"348484",96948,96951 -"348485",96948,96958 -"348486",96948,96959 -"348487",96948,97007 -"348488",96949,96950 -"348489",96949,96951 -"348490",96949,96958 -"348491",96949,96959 -"348492",96949,97007 -"348493",96950,96951 -"348494",96950,96958 -"348495",96950,96959 -"348496",96950,97007 -"348497",96951,96958 -"348498",96951,96959 -"348499",96951,97007 -"348500",96954,100626 -"348501",96954,111774 -"348502",96958,96959 -"348503",96958,97007 -"348504",96959,97007 -"348505",96960,115031 -"348506",96960,116737 -"348507",96964,112470 -"348508",96965,96980 -"348509",96973,96986 -"348510",96974,101101 -"348511",96974,111589 -"348512",96976,109822 -"348513",96976,109823 -"348514",96976,109826 -"348515",96978,99976 -"348516",96978,112025 -"348517",96982,104653 -"348518",96982,110186 -"348519",96989,119153 -"348520",96990,101727 -"348521",96990,116176 -"348522",96991,112368 -"348523",96991,121972 -"348524",96993,114492 -"348525",96994,98967 -"348526",97000,114424 -"348527",97001,102339 -"348528",97004,103286 -"348529",97004,103379 -"348530",97010,103296 -"348531",97012,99984 -"348532",97012,115929 -"348533",97013,102800 -"348534",97013,106374 -"348535",97013,115846 -"348536",97014,101853 -"348537",97014,101862 -"348538",97014,101869 -"348539",97014,101881 -"348540",97014,101894 -"348541",97015,98409 -"348542",97015,100696 -"348543",97015,101470 -"348544",97015,109689 -"348545",97015,111305 -"348546",97015,116278 -"348547",97024,103931 -"348548",97026,98107 -"348549",97036,105237 -"348550",97036,105254 -"348551",97039,105117 -"348552",97040,100155 -"348553",97042,97055 -"348554",97042,100296 -"348555",97042,103436 -"348556",97042,106724 -"348557",97043,97044 -"348558",97048,110792 -"348559",97052,116721 -"348560",97053,97375 -"348561",97054,120425 -"348562",97058,97067 -"348563",97058,97074 -"348564",97058,97102 -"348565",97058,97103 -"348566",97058,97104 -"348567",97058,97109 -"348568",97058,97110 -"348569",97059,99859 -"348570",97059,105019 -"348571",97059,114082 -"348572",97061,111862 -"348573",97062,119975 -"348574",97064,97158 -"348575",97064,97190 -"348576",97067,97074 -"348577",97067,97102 -"348578",97067,97103 -"348579",97067,97104 -"348580",97067,97109 -"348581",97067,97110 -"348582",97074,97102 -"348583",97074,97103 -"348584",97074,97104 -"348585",97074,97109 -"348586",97074,97110 -"348587",97079,108913 -"348588",97080,97083 -"348589",97083,109862 -"348590",97084,97107 -"348591",97085,101971 -"348592",97085,104452 -"348593",97085,105887 -"348594",97087,106740 -"348595",97087,112966 -"348596",97087,117575 -"348597",97087,119308 -"348598",97087,119312 -"348599",97087,119347 -"348600",97087,119349 -"348601",97087,119355 -"348602",97087,121845 -"348603",97089,97152 -"348604",97091,100127 -"348605",97091,115353 -"348606",97096,104516 -"348607",97096,104523 -"348608",97102,97103 -"348609",97102,97104 -"348610",97102,97109 -"348611",97102,97110 -"348612",97103,97104 -"348613",97103,97109 -"348614",97103,97110 -"348615",97104,97109 -"348616",97104,97110 -"348617",97106,118195 -"348618",97106,118200 -"348619",97106,118202 -"348620",97106,118226 -"348621",97109,97110 -"348622",97111,115164 -"348623",97112,104458 -"348624",97113,97134 -"348625",97114,97121 -"348626",97114,97126 -"348627",97114,97127 -"348628",97114,97131 -"348629",97115,102438 -"348630",97115,102456 -"348631",97115,105531 -"348632",97117,97137 -"348633",97119,97147 -"348634",97121,97126 -"348635",97121,97127 -"348636",97121,97131 -"348637",97124,113450 -"348638",97124,118391 -"348639",97126,97127 -"348640",97126,97131 -"348641",97127,97131 -"348642",97128,97271 -"348643",97128,97280 -"348644",97132,97141 -"348645",97132,98818 -"348646",97134,110324 -"348647",97135,111701 -"348648",97135,122036 -"348649",97136,111894 -"348650",97137,103517 -"348651",97137,103523 -"348652",97139,103747 -"348653",97140,101146 -"348654",97148,97149 -"348655",97154,97288 -"348656",97157,100215 -"348657",97157,123069 -"348658",97158,97190 -"348659",97158,120362 -"348660",97158,120365 -"348661",97160,98250 -"348662",97160,99207 -"348663",97160,112148 -"348664",97169,100799 -"348665",97169,109671 -"348666",97169,109672 -"348667",97170,112483 -"348668",97171,98376 -"348669",97173,111714 -"348670",97174,98156 -"348671",97174,120712 -"348672",97174,120716 -"348673",97175,100006 -"348674",97175,100522 -"348675",97175,105339 -"348676",97175,106864 -"348677",97177,97689 -"348678",97179,97238 -"348679",97182,97221 -"348680",97186,97443 -"348681",97188,101519 -"348682",97191,97212 -"348683",97192,107424 -"348684",97193,102259 -"348685",97195,98506 -"348686",97197,97211 -"348687",97197,97711 -"348688",97201,102978 -"348689",97201,103002 -"348690",97201,103016 -"348691",97204,103499 -"348692",97207,120537 -"348693",97210,115305 -"348694",97210,118138 -"348695",97211,97711 -"348696",97213,108214 -"348697",97216,97217 -"348698",97222,105256 -"348699",97222,106310 -"348700",97222,106770 -"348701",97222,106771 -"348702",97222,106773 -"348703",97223,100293 -"348704",97225,106809 -"348705",97228,115118 -"348706",97229,118896 -"348707",97229,118897 -"348708",97230,111996 -"348709",97231,100504 -"348710",97232,101166 -"348711",97232,105694 -"348712",97235,97426 -"348713",97235,122123 -"348714",97236,114659 -"348715",97237,101793 -"348716",97237,109663 -"348717",97237,122267 -"348718",97237,122312 -"348719",97238,97438 -"348720",97238,110979 -"348721",97238,116735 -"348722",97240,112913 -"348723",97241,99287 -"348724",97243,97273 -"348725",97245,106664 -"348726",97248,97267 -"348727",97248,97270 -"348728",97252,103036 -"348729",97254,118790 -"348730",97255,110425 -"348731",97257,115058 -"348732",97258,99221 -"348733",97258,110403 -"348734",97260,99545 -"348735",97260,99572 -"348736",97260,106481 -"348737",97261,97266 -"348738",97261,98099 -"348739",97266,98099 -"348740",97266,119489 -"348741",97266,119701 -"348742",97267,97270 -"348743",97269,101292 -"348744",97271,97280 -"348745",97275,102116 -"348746",97275,113458 -"348747",97278,99603 -"348748",97278,100941 -"348749",97278,103201 -"348750",97278,105625 -"348751",97278,106981 -"348752",97278,109035 -"348753",97278,109761 -"348754",97278,115957 -"348755",97278,122317 -"348756",97281,109049 -"348757",97281,112100 -"348758",97282,97333 -"348759",97284,97285 -"348760",97286,99712 -"348761",97286,100602 -"348762",97287,97679 -"348763",97291,97303 -"348764",97292,110266 -"348765",97292,110267 -"348766",97294,100108 -"348767",97296,105575 -"348768",97297,99410 -"348769",97297,106868 -"348770",97298,100054 -"348771",97298,100657 -"348772",97301,122271 -"348773",97302,97323 -"348774",97303,106263 -"348775",97304,97357 -"348776",97306,103611 -"348777",97306,106123 -"348778",97306,121919 -"348779",97307,123033 -"348780",97308,99043 -"348781",97308,119077 -"348782",97311,97343 -"348783",97316,112725 -"348784",97316,113028 -"348785",97317,98948 -"348786",97318,108993 -"348787",97324,101954 -"348788",97325,104935 -"348789",97327,98186 -"348790",97335,122176 -"348791",97338,97378 -"348792",97341,102419 -"348793",97341,104389 -"348794",97341,108764 -"348795",97341,123241 -"348796",97344,102245 -"348797",97344,102246 -"348798",97344,102285 -"348799",97345,112034 -"348800",97347,97381 -"348801",97347,97606 -"348802",97347,97680 -"348803",97347,97700 -"348804",97347,97701 -"348805",97348,98409 -"348806",97348,109750 -"348807",97348,116797 -"348808",97349,100827 -"348809",97352,117513 -"348810",97354,105510 -"348811",97354,105511 -"348812",97356,102413 -"348813",97356,102423 -"348814",97356,102441 -"348815",97356,102458 -"348816",97358,99942 -"348817",97358,119168 -"348818",97360,103126 -"348819",97361,118411 -"348820",97366,104579 -"348821",97367,97385 -"348822",97367,97398 -"348823",97368,99882 -"348824",97374,104138 -"348825",97374,116031 -"348826",97376,97391 -"348827",97376,97399 -"348828",97382,108807 -"348829",97382,108842 -"348830",97385,97398 -"348831",97386,104701 -"348832",97386,121061 -"348833",97386,121075 -"348834",97387,97407 -"348835",97387,97411 -"348836",97387,97413 -"348837",97388,97412 -"348838",97389,97542 -"348839",97389,98076 -"348840",97389,116718 -"348841",97390,115787 -"348842",97391,97399 -"348843",97395,97939 -"348844",97395,115381 -"348845",97396,97699 -"348846",97396,103087 -"348847",97397,122260 -"348848",97397,122329 -"348849",97400,97425 -"348850",97401,117647 -"348851",97402,97958 -"348852",97403,97438 -"348853",97407,97411 -"348854",97407,97413 -"348855",97407,101341 -"348856",97411,97413 -"348857",97414,97431 -"348858",97421,100181 -"348859",97422,119032 -"348860",97424,120481 -"348861",97427,104592 -"348862",97428,101722 -"348863",97428,121096 -"348864",97430,105196 -"348865",97434,97435 -"348866",97436,105214 -"348867",97437,115668 -"348868",97438,102775 -"348869",97438,110979 -"348870",97438,116735 -"348871",97439,97483 -"348872",97439,97484 -"348873",97439,118815 -"348874",97440,100239 -"348875",97440,113099 -"348876",97441,111115 -"348877",97441,116822 -"348878",97442,100713 -"348879",97442,108051 -"348880",97444,99344 -"348881",97444,118113 -"348882",97444,119895 -"348883",97445,99162 -"348884",97445,102226 -"348885",97445,105019 -"348886",97445,111019 -"348887",97451,98772 -"348888",97451,107209 -"348889",97454,97563 -"348890",97456,97457 -"348891",97456,97465 -"348892",97457,97465 -"348893",97458,97486 -"348894",97459,110737 -"348895",97459,121714 -"348896",97460,111417 -"348897",97460,111421 -"348898",97461,115350 -"348899",97464,103978 -"348900",97464,108718 -"348901",97464,119225 -"348902",97464,119227 -"348903",97464,119228 -"348904",97464,119229 -"348905",97464,119233 -"348906",97467,97472 -"348907",97470,119330 -"348908",97477,97677 -"348909",97478,100869 -"348910",97483,97484 -"348911",97485,104662 -"348912",97485,108784 -"348913",97485,110380 -"348914",97485,110488 -"348915",97485,110719 -"348916",97485,121290 -"348917",97485,121294 -"348918",97488,102393 -"348919",97492,105588 -"348920",97494,97495 -"348921",97494,98903 -"348922",97497,100234 -"348923",97498,97514 -"348924",97498,114522 -"348925",97499,112357 -"348926",97501,105317 -"348927",97501,105362 -"348928",97502,103272 -"348929",97505,97506 -"348930",97505,102587 -"348931",97505,114794 -"348932",97505,122942 -"348933",97508,99077 -"348934",97508,119677 -"348935",97514,114567 -"348936",97517,106448 -"348937",97520,97550 -"348938",97522,116731 -"348939",97525,99965 -"348940",97525,104997 -"348941",97526,100813 -"348942",97526,107193 -"348943",97526,107214 -"348944",97527,102994 -"348945",97529,121033 -"348946",97529,121037 -"348947",97532,97753 -"348948",97532,98677 -"348949",97532,110126 -"348950",97533,97548 -"348951",97533,97561 -"348952",97537,97565 -"348953",97539,102044 -"348954",97540,97741 -"348955",97542,98076 -"348956",97545,97566 -"348957",97546,107284 -"348958",97546,121019 -"348959",97547,100599 -"348960",97547,108411 -"348961",97547,114343 -"348962",97548,97561 -"348963",97549,97560 -"348964",97553,97557 -"348965",97554,100190 -"348966",97554,106580 -"348967",97554,109988 -"348968",97558,109739 -"348969",97558,117044 -"348970",97559,121733 -"348971",97563,104285 -"348972",97564,105860 -"348973",97564,107482 -"348974",97564,112035 -"348975",97567,104077 -"348976",97569,104421 -"348977",97569,113661 -"348978",97572,97573 -"348979",97572,121483 -"348980",97572,121486 -"348981",97574,97618 -"348982",97574,109143 -"348983",97574,109150 -"348984",97575,97625 -"348985",97577,102999 -"348986",97577,109614 -"348987",97577,111070 -"348988",97580,98249 -"348989",97580,98727 -"348990",97580,98776 -"348991",97580,100795 -"348992",97580,106824 -"348993",97580,108879 -"348994",97580,109166 -"348995",97580,109858 -"348996",97580,109878 -"348997",97580,112962 -"348998",97580,113990 -"348999",97580,115413 -"349000",97580,116123 -"349001",97580,116341 -"349002",97580,117258 -"349003",97580,117560 -"349004",97580,118128 -"349005",97580,118836 -"349006",97580,118866 -"349007",97580,118873 -"349008",97580,119131 -"349009",97580,119513 -"349010",97580,119716 -"349011",97580,119769 -"349012",97580,120123 -"349013",97580,120169 -"349014",97580,120725 -"349015",97580,120944 -"349016",97580,121609 -"349017",97580,122007 -"349018",97580,122032 -"349019",97580,122035 -"349020",97580,122724 -"349021",97580,123070 -"349022",97580,123394 -"349023",97580,123490 -"349024",97582,97593 -"349025",97583,102249 -"349026",97585,97595 -"349027",97585,97605 -"349028",97587,114645 -"349029",97587,116305 -"349030",97591,104033 -"349031",97591,119606 -"349032",97591,119607 -"349033",97592,114822 -"349034",97592,118711 -"349035",97595,97605 -"349036",97595,104275 -"349037",97595,104311 -"349038",97597,97615 -"349039",97601,97607 -"349040",97602,103312 -"349041",97602,105892 -"349042",97604,110560 -"349043",97606,97680 -"349044",97606,97700 -"349045",97606,97701 -"349046",97608,101393 -"349047",97611,97633 -"349048",97612,99348 -"349049",97612,108933 -"349050",97614,102212 -"349051",97615,111711 -"349052",97617,98086 -"349053",97617,98089 -"349054",97622,103373 -"349055",97622,108735 -"349056",97624,97628 -"349057",97624,97900 -"349058",97628,97900 -"349059",97634,110890 -"349060",97635,110821 -"349061",97635,122644 -"349062",97636,103074 -"349063",97639,111814 -"349064",97639,111822 -"349065",97645,98213 -"349066",97645,98223 -"349067",97649,105069 -"349068",97649,110966 -"349069",97649,114909 -"349070",97649,114912 -"349071",97649,114917 -"349072",97650,116873 -"349073",97650,122486 -"349074",97650,122491 -"349075",97650,122499 -"349076",97656,102369 -"349077",97658,122877 -"349078",97660,105092 -"349079",97660,108606 -"349080",97660,108630 -"349081",97660,121736 -"349082",97661,99500 -"349083",97661,99502 -"349084",97661,109141 -"349085",97663,97668 -"349086",97663,97674 -"349087",97664,100642 -"349088",97664,109591 -"349089",97668,97674 -"349090",97669,102686 -"349091",97678,104759 -"349092",97680,97700 -"349093",97680,97701 -"349094",97684,98328 -"349095",97686,97698 -"349096",97687,97728 -"349097",97687,97757 -"349098",97689,104830 -"349099",97689,121186 -"349100",97691,97704 -"349101",97692,103897 -"349102",97692,123166 -"349103",97693,105901 -"349104",97697,99681 -"349105",97697,105352 -"349106",97697,106723 -"349107",97697,110409 -"349108",97697,118398 -"349109",97697,118512 -"349110",97700,97701 -"349111",97702,101827 -"349112",97702,107992 -"349113",97702,108773 -"349114",97702,113226 -"349115",97703,97822 -"349116",97703,98944 -"349117",97706,99473 -"349118",97706,105050 -"349119",97706,108797 -"349120",97706,111231 -"349121",97706,115338 -"349122",97706,115820 -"349123",97706,119086 -"349124",97708,104188 -"349125",97709,104861 -"349126",97709,106627 -"349127",97709,106642 -"349128",97709,112068 -"349129",97709,117818 -"349130",97709,117876 -"349131",97712,115999 -"349132",97712,119173 -"349133",97712,119221 -"349134",97713,113997 -"349135",97717,97777 -"349136",97717,97797 -"349137",97717,97808 -"349138",97717,97814 -"349139",97723,107546 -"349140",97723,107550 -"349141",97723,107576 -"349142",97726,97764 -"349143",97726,97770 -"349144",97728,97757 -"349145",97730,110365 -"349146",97730,110372 -"349147",97730,110400 -"349148",97731,97740 -"349149",97731,97751 -"349150",97732,116821 -"349151",97732,119952 -"349152",97732,121753 -"349153",97732,121795 -"349154",97732,122068 -"349155",97735,100354 -"349156",97737,117900 -"349157",97737,117902 -"349158",97738,118409 -"349159",97738,118410 -"349160",97740,97751 -"349161",97745,111802 -"349162",97747,97756 -"349163",97749,97754 -"349164",97752,103368 -"349165",97753,110126 -"349166",97758,108284 -"349167",97759,99680 -"349168",97759,99702 -"349169",97760,109029 -"349170",97760,109031 -"349171",97761,105632 -"349172",97761,105666 -"349173",97761,105667 -"349174",97764,97770 -"349175",97765,104903 -"349176",97765,104944 -"349177",97767,100918 -"349178",97771,103829 -"349179",97772,104541 -"349180",97772,105676 -"349181",97773,97800 -"349182",97774,98301 -"349183",97774,98302 -"349184",97774,103051 -"349185",97774,112032 -"349186",97774,116792 -"349187",97774,117089 -"349188",97774,117090 -"349189",97774,118385 -"349190",97776,99471 -"349191",97776,101814 -"349192",97777,97797 -"349193",97777,97808 -"349194",97777,97814 -"349195",97779,97780 -"349196",97782,97798 -"349197",97782,97816 -"349198",97783,108336 -"349199",97785,97817 -"349200",97786,97799 -"349201",97788,100893 -"349202",97788,115240 -"349203",97788,115273 -"349204",97797,97808 -"349205",97797,97814 -"349206",97798,97816 -"349207",97800,122663 -"349208",97804,111232 -"349209",97804,111241 -"349210",97804,111245 -"349211",97808,97814 -"349212",97811,100098 -"349213",97811,100718 -"349214",97812,103047 -"349215",97815,100144 -"349216",97815,103257 -"349217",97817,106847 -"349218",97821,97839 -"349219",97826,98076 -"349220",97826,106785 -"349221",97826,119179 -"349222",97826,119189 -"349223",97828,120044 -"349224",97831,104025 -"349225",97833,105778 -"349226",97833,107171 -"349227",97833,112456 -"349228",97833,114201 -"349229",97833,120775 -"349230",97833,120779 -"349231",97834,98887 -"349232",97834,105783 -"349233",97834,106906 -"349234",97834,112562 -"349235",97837,97845 -"349236",97837,97846 -"349237",97840,100243 -"349238",97840,114426 -"349239",97843,101933 -"349240",97843,110049 -"349241",97843,110052 -"349242",97843,110166 -"349243",97845,97846 -"349244",97845,120674 -"349245",97847,97944 -"349246",97848,120643 -"349247",97852,123007 -"349248",97853,102000 -"349249",97853,103776 -"349250",97855,97879 -"349251",97857,121991 -"349252",97863,97892 -"349253",97864,112451 -"349254",97869,117345 -"349255",97869,118044 -"349256",97870,97871 -"349257",97874,97997 -"349258",97874,109964 -"349259",97875,97891 -"349260",97876,99518 -"349261",97880,106799 -"349262",97882,98485 -"349263",97886,107829 -"349264",97887,97893 -"349265",97888,98917 -"349266",97891,115922 -"349267",97892,101059 -"349268",97892,102536 -"349269",97892,105274 -"349270",97899,97903 -"349271",97899,97915 -"349272",97899,97922 -"349273",97899,97943 -"349274",97901,97902 -"349275",97902,97952 -"349276",97902,100573 -"349277",97902,103083 -"349278",97902,106259 -"349279",97902,110091 -"349280",97902,110106 -"349281",97902,110734 -"349282",97902,111380 -"349283",97902,111434 -"349284",97903,97915 -"349285",97903,97922 -"349286",97903,97943 -"349287",97903,119146 -"349288",97903,119154 -"349289",97907,97937 -"349290",97908,97936 -"349291",97910,108917 -"349292",97910,112484 -"349293",97913,105629 -"349294",97914,97930 -"349295",97914,98210 -"349296",97914,114697 -"349297",97914,114714 -"349298",97915,97922 -"349299",97915,97943 -"349300",97916,97926 -"349301",97919,97962 -"349302",97922,97943 -"349303",97923,113984 -"349304",97924,97925 -"349305",97926,100886 -"349306",97926,107204 -"349307",97926,110628 -"349308",97926,120120 -"349309",97926,123438 -"349310",97926,123463 -"349311",97927,99377 -"349312",97931,108704 -"349313",97931,111471 -"349314",97931,118999 -"349315",97931,119441 -"349316",97936,109843 -"349317",97937,115311 -"349318",97937,116867 -"349319",97939,110391 -"349320",97939,115381 -"349321",97940,101127 -"349322",97940,101194 -"349323",97940,102999 -"349324",97940,106554 -"349325",97940,109503 -"349326",97941,98443 -"349327",97941,121882 -"349328",97945,109789 -"349329",97949,105011 -"349330",97949,119901 -"349331",97949,119902 -"349332",97950,99892 -"349333",97950,100962 -"349334",97950,109884 -"349335",97951,97996 -"349336",97951,98315 -"349337",97954,97955 -"349338",97954,97972 -"349339",97954,97973 -"349340",97954,97981 -"349341",97954,97987 -"349342",97954,97994 -"349343",97954,97998 -"349344",97954,97999 -"349345",97954,98008 -"349346",97955,97972 -"349347",97955,97973 -"349348",97955,97981 -"349349",97955,97987 -"349350",97955,97994 -"349351",97955,97998 -"349352",97955,97999 -"349353",97955,98008 -"349354",97956,110178 -"349355",97958,105904 -"349356",97959,103898 -"349357",97962,116409 -"349358",97964,97970 -"349359",97968,98007 -"349360",97968,98033 -"349361",97968,98038 -"349362",97968,110773 -"349363",97971,103521 -"349364",97972,97973 -"349365",97972,97981 -"349366",97972,97987 -"349367",97972,97994 -"349368",97972,97998 -"349369",97972,97999 -"349370",97972,98008 -"349371",97973,97981 -"349372",97973,97987 -"349373",97973,97994 -"349374",97973,97998 -"349375",97973,97999 -"349376",97973,98008 -"349377",97975,121688 -"349378",97976,105999 -"349379",97976,117532 -"349380",97977,98137 -"349381",97978,97984 -"349382",97978,98001 -"349383",97979,99323 -"349384",97979,118455 -"349385",97980,102893 -"349386",97981,97987 -"349387",97981,97994 -"349388",97981,97998 -"349389",97981,97999 -"349390",97981,98008 -"349391",97984,98001 -"349392",97985,99851 -"349393",97985,115563 -"349394",97986,105464 -"349395",97986,105476 -"349396",97987,97994 -"349397",97987,97998 -"349398",97987,97999 -"349399",97987,98008 -"349400",97988,99309 -"349401",97988,99376 -"349402",97988,99450 -"349403",97988,99471 -"349404",97988,99474 -"349405",97988,100916 -"349406",97988,100944 -"349407",97988,101126 -"349408",97988,101329 -"349409",97988,105557 -"349410",97988,107199 -"349411",97988,108743 -"349412",97988,108980 -"349413",97988,109291 -"349414",97988,109933 -"349415",97988,110483 -"349416",97988,110567 -"349417",97988,110572 -"349418",97988,110630 -"349419",97988,110648 -"349420",97988,110711 -"349421",97988,110770 -"349422",97988,110869 -"349423",97988,110911 -"349424",97988,111285 -"349425",97988,111314 -"349426",97988,111362 -"349427",97988,111372 -"349428",97988,111424 -"349429",97988,111433 -"349430",97988,112422 -"349431",97988,113269 -"349432",97988,113430 -"349433",97988,114242 -"349434",97988,114842 -"349435",97988,115427 -"349436",97988,115521 -"349437",97988,115711 -"349438",97989,98111 -"349439",97990,100620 -"349440",97992,109575 -"349441",97993,98963 -"349442",97994,97998 -"349443",97994,97999 -"349444",97994,98008 -"349445",97996,98315 -"349446",97997,102626 -"349447",97997,116649 -"349448",97998,97999 -"349449",97998,98008 -"349450",97999,98008 -"349451",98000,104406 -"349452",98001,102695 -"349453",98001,102722 -"349454",98001,102733 -"349455",98001,102740 -"349456",98001,103447 -"349457",98003,103303 -"349458",98004,98005 -"349459",98004,99455 -"349460",98004,108574 -"349461",98004,110405 -"349462",98005,99417 -"349463",98005,99427 -"349464",98005,100280 -"349465",98005,118792 -"349466",98006,98110 -"349467",98007,98033 -"349468",98007,98038 -"349469",98010,103024 -"349470",98014,98225 -"349471",98014,106865 -"349472",98014,113393 -"349473",98016,98029 -"349474",98018,98214 -"349475",98018,98977 -"349476",98018,113249 -"349477",98018,113255 -"349478",98018,113262 -"349479",98018,113265 -"349480",98019,117477 -"349481",98023,100491 -"349482",98024,98064 -"349483",98029,104001 -"349484",98033,98038 -"349485",98034,98041 -"349486",98042,106726 -"349487",98042,106775 -"349488",98042,117852 -"349489",98046,106904 -"349490",98049,98054 -"349491",98050,104142 -"349492",98050,104223 -"349493",98050,113292 -"349494",98051,98084 -"349495",98052,111883 -"349496",98056,98078 -"349497",98056,119824 -"349498",98057,99753 -"349499",98058,106967 -"349500",98062,98124 -"349501",98062,104185 -"349502",98062,114067 -"349503",98065,102659 -"349504",98065,103429 -"349505",98065,104233 -"349506",98065,104240 -"349507",98065,106623 -"349508",98067,109778 -"349509",98067,109779 -"349510",98068,111377 -"349511",98068,113160 -"349512",98076,106785 -"349513",98076,119179 -"349514",98076,119189 -"349515",98078,111698 -"349516",98080,100639 -"349517",98080,102910 -"349518",98080,107109 -"349519",98080,107124 -"349520",98080,109632 -"349521",98080,114729 -"349522",98080,120168 -"349523",98081,118955 -"349524",98083,100544 -"349525",98085,106710 -"349526",98086,98089 -"349527",98090,114817 -"349528",98092,111100 -"349529",98092,113145 -"349530",98092,113279 -"349531",98093,98252 -"349532",98095,100133 -"349533",98096,98280 -"349534",98096,106716 -"349535",98096,106811 -"349536",98098,98122 -"349537",98098,98124 -"349538",98100,98743 -"349539",98102,98103 -"349540",98104,108315 -"349541",98104,116373 -"349542",98105,102243 -"349543",98105,112263 -"349544",98105,112267 -"349545",98105,112456 -"349546",98105,112472 -"349547",98106,116659 -"349548",98108,98128 -"349549",98111,101531 -"349550",98113,113306 -"349551",98114,119536 -"349552",98115,98126 -"349553",98116,98120 -"349554",98122,98124 -"349555",98124,103890 -"349556",98124,104185 -"349557",98127,99237 -"349558",98127,110530 -"349559",98127,112313 -"349560",98127,115569 -"349561",98127,115614 -"349562",98129,123053 -"349563",98129,123061 -"349564",98130,110449 -"349565",98132,98261 -"349566",98132,98275 -"349567",98132,98285 -"349568",98133,102653 -"349569",98134,98318 -"349570",98135,98139 -"349571",98140,100300 -"349572",98143,98161 -"349573",98143,107394 -"349574",98144,98160 -"349575",98145,98153 -"349576",98145,98194 -"349577",98145,98200 -"349578",98146,116746 -"349579",98147,98209 -"349580",98147,99165 -"349581",98148,98159 -"349582",98148,98163 -"349583",98148,98167 -"349584",98148,98169 -"349585",98149,105461 -"349586",98150,106157 -"349587",98153,98194 -"349588",98153,98200 -"349589",98155,110571 -"349590",98155,117572 -"349591",98156,120712 -"349592",98156,120716 -"349593",98157,98176 -"349594",98159,98163 -"349595",98159,98167 -"349596",98159,98169 -"349597",98163,98167 -"349598",98163,98169 -"349599",98164,100217 -"349600",98165,99435 -"349601",98166,105685 -"349602",98166,117950 -"349603",98166,119336 -"349604",98167,98169 -"349605",98172,108247 -"349606",98172,108252 -"349607",98172,108273 -"349608",98173,98174 -"349609",98173,101812 -"349610",98177,98178 -"349611",98177,98197 -"349612",98177,98222 -"349613",98178,98197 -"349614",98178,98222 -"349615",98181,103231 -"349616",98181,110281 -"349617",98181,110287 -"349618",98181,110300 -"349619",98181,110309 -"349620",98181,116115 -"349621",98187,103306 -"349622",98187,114978 -"349623",98189,116311 -"349624",98190,108815 -"349625",98192,98212 -"349626",98193,106221 -"349627",98194,98200 -"349628",98197,98222 -"349629",98198,106107 -"349630",98198,113157 -"349631",98201,119396 -"349632",98202,109567 -"349633",98204,104619 -"349634",98205,109108 -"349635",98210,114697 -"349636",98210,114714 -"349637",98213,98223 -"349638",98213,105023 -"349639",98213,109911 -"349640",98214,98977 -"349641",98214,111484 -"349642",98214,119712 -"349643",98215,100022 -"349644",98216,98224 -"349645",98217,98218 -"349646",98217,98220 -"349647",98217,107257 -"349648",98217,118247 -"349649",98217,118431 -"349650",98218,98220 -"349651",98218,102163 -"349652",98221,98427 -"349653",98228,112241 -"349654",98230,116949 -"349655",98231,99236 -"349656",98233,114057 -"349657",98234,118174 -"349658",98234,118181 -"349659",98235,115994 -"349660",98236,98245 -"349661",98236,98350 -"349662",98238,116427 -"349663",98241,113774 -"349664",98241,113775 -"349665",98243,113552 -"349666",98245,98350 -"349667",98249,98255 -"349668",98250,103377 -"349669",98250,108552 -"349670",98250,109194 -"349671",98250,112148 -"349672",98253,98254 -"349673",98253,98705 -"349674",98260,122133 -"349675",98260,122664 -"349676",98261,98275 -"349677",98261,98285 -"349678",98263,98264 -"349679",98263,98288 -"349680",98264,98288 -"349681",98266,98269 -"349682",98266,98590 -"349683",98266,99953 -"349684",98266,108579 -"349685",98266,118446 -"349686",98267,106098 -"349687",98269,98590 -"349688",98269,108762 -"349689",98269,110595 -"349690",98269,122698 -"349691",98270,98871 -"349692",98270,114788 -"349693",98272,98298 -"349694",98272,110168 -"349695",98272,112921 -"349696",98272,121277 -"349697",98273,98294 -"349698",98275,98285 -"349699",98280,98738 -"349700",98283,98398 -"349701",98283,98432 -"349702",98290,98430 -"349703",98290,99095 -"349704",98290,103453 -"349705",98292,102042 -"349706",98294,109387 -"349707",98294,109405 -"349708",98294,109410 -"349709",98295,106064 -"349710",98296,117732 -"349711",98297,105462 -"349712",98301,98302 -"349713",98310,98311 -"349714",98313,102095 -"349715",98313,117800 -"349716",98313,117814 -"349717",98313,118726 -"349718",98313,118727 -"349719",98316,106618 -"349720",98317,98417 -"349721",98321,98325 -"349722",98322,104733 -"349723",98324,109741 -"349724",98324,119855 -"349725",98324,119862 -"349726",98325,115128 -"349727",98327,98344 -"349728",98329,99472 -"349729",98329,100330 -"349730",98329,100629 -"349731",98329,101222 -"349732",98331,110581 -"349733",98334,109192 -"349734",98334,120603 -"349735",98334,120616 -"349736",98335,103762 -"349737",98335,107897 -"349738",98335,110766 -"349739",98338,103930 -"349740",98338,114153 -"349741",98339,99217 -"349742",98339,100756 -"349743",98339,101788 -"349744",98339,101944 -"349745",98343,102204 -"349746",98343,102731 -"349747",98345,99659 -"349748",98346,118592 -"349749",98353,117448 -"349750",98355,109519 -"349751",98355,109520 -"349752",98358,100109 -"349753",98358,103057 -"349754",98358,115764 -"349755",98360,102962 -"349756",98365,108257 -"349757",98366,121945 -"349758",98367,99543 -"349759",98368,115590 -"349760",98369,98370 -"349761",98370,106285 -"349762",98370,117678 -"349763",98370,119851 -"349764",98373,98400 -"349765",98375,98395 -"349766",98375,98480 -"349767",98375,98482 -"349768",98375,98483 -"349769",98375,98497 -"349770",98375,98498 -"349771",98375,98501 -"349772",98375,98502 -"349773",98383,98544 -"349774",98384,117677 -"349775",98385,119273 -"349776",98391,108170 -"349777",98391,117671 -"349778",98395,98480 -"349779",98395,98482 -"349780",98395,98483 -"349781",98395,98497 -"349782",98395,98498 -"349783",98395,98501 -"349784",98395,98502 -"349785",98398,98432 -"349786",98400,99200 -"349787",98400,99224 -"349788",98404,98405 -"349789",98406,108765 -"349790",98406,110250 -"349791",98406,121043 -"349792",98406,121999 -"349793",98406,123079 -"349794",98406,123085 -"349795",98407,98426 -"349796",98407,98431 -"349797",98407,100240 -"349798",98407,115367 -"349799",98407,115370 -"349800",98407,116349 -"349801",98409,101470 -"349802",98410,115732 -"349803",98411,100365 -"349804",98411,117285 -"349805",98413,115506 -"349806",98416,104827 -"349807",98416,114604 -"349808",98416,120515 -"349809",98417,113137 -"349810",98419,101340 -"349811",98420,105486 -"349812",98420,105501 -"349813",98422,100207 -"349814",98422,103244 -"349815",98422,108470 -"349816",98422,108474 -"349817",98422,109949 -"349818",98423,98424 -"349819",98426,98431 -"349820",98428,103465 -"349821",98428,114669 -"349822",98428,117153 -"349823",98429,106023 -"349824",98435,100720 -"349825",98435,121191 -"349826",98435,121192 -"349827",98436,98451 -"349828",98436,116181 -"349829",98437,114179 -"349830",98443,110929 -"349831",98444,105377 -"349832",98456,98489 -"349833",98456,116353 -"349834",98456,116689 -"349835",98458,103460 -"349836",98458,115548 -"349837",98461,98475 -"349838",98463,103091 -"349839",98466,102969 -"349840",98466,103005 -"349841",98467,101248 -"349842",98472,109476 -"349843",98472,116317 -"349844",98472,118763 -"349845",98478,117201 -"349846",98479,98505 -"349847",98479,98760 -"349848",98479,98761 -"349849",98480,98482 -"349850",98480,98483 -"349851",98480,98497 -"349852",98480,98498 -"349853",98480,98501 -"349854",98480,98502 -"349855",98481,98623 -"349856",98481,98624 -"349857",98482,98483 -"349858",98482,98497 -"349859",98482,98498 -"349860",98482,98501 -"349861",98482,98502 -"349862",98483,98497 -"349863",98483,98498 -"349864",98483,98501 -"349865",98483,98502 -"349866",98484,101718 -"349867",98484,103385 -"349868",98484,103568 -"349869",98484,103586 -"349870",98487,102104 -"349871",98491,98492 -"349872",98494,101547 -"349873",98495,101403 -"349874",98495,111271 -"349875",98497,98498 -"349876",98497,98501 -"349877",98497,98502 -"349878",98498,98501 -"349879",98498,98502 -"349880",98499,98512 -"349881",98501,98502 -"349882",98503,101112 -"349883",98503,101119 -"349884",98503,101924 -"349885",98503,102414 -"349886",98503,106457 -"349887",98503,106474 -"349888",98503,121405 -"349889",98506,101741 -"349890",98507,120774 -"349891",98509,105205 -"349892",98510,105875 -"349893",98514,120497 -"349894",98514,120540 -"349895",98515,116023 -"349896",98516,98517 -"349897",98516,98518 -"349898",98516,103620 -"349899",98516,103666 -"349900",98517,98518 -"349901",98519,98599 -"349902",98522,98527 -"349903",98525,98622 -"349904",98525,101033 -"349905",98525,102934 -"349906",98525,111353 -"349907",98525,112103 -"349908",98529,105389 -"349909",98530,98536 -"349910",98531,108366 -"349911",98532,106653 -"349912",98532,106667 -"349913",98536,99895 -"349914",98536,104102 -"349915",98539,111830 -"349916",98539,121758 -"349917",98539,121764 -"349918",98541,108395 -"349919",98542,117692 -"349920",98543,100496 -"349921",98543,117013 -"349922",98543,117043 -"349923",98545,98663 -"349924",98548,98667 -"349925",98551,122341 -"349926",98551,122343 -"349927",98551,122350 -"349928",98551,122351 -"349929",98556,98572 -"349930",98556,98585 -"349931",98556,112361 -"349932",98556,113112 -"349933",98558,98566 -"349934",98559,98674 -"349935",98560,111091 -"349936",98562,98659 -"349937",98563,112284 -"349938",98564,113851 -"349939",98565,98571 -"349940",98565,98588 -"349941",98571,98588 -"349942",98572,98585 -"349943",98573,114172 -"349944",98576,98711 -"349945",98576,98712 -"349946",98578,102426 -"349947",98580,98581 -"349948",98583,105239 -"349949",98583,105250 -"349950",98586,122559 -"349951",98586,122597 -"349952",98591,119820 -"349953",98592,104489 -"349954",98592,107949 -"349955",98593,107779 -"349956",98597,110593 -"349957",98597,122328 -"349958",98597,122332 -"349959",98597,122333 -"349960",98600,113574 -"349961",98600,119681 -"349962",98601,98631 -"349963",98602,98626 -"349964",98605,113100 -"349965",98606,100526 -"349966",98611,98939 -"349967",98612,98692 -"349968",98613,106077 -"349969",98616,108880 -"349970",98620,101884 -"349971",98623,98624 -"349972",98629,98634 -"349973",98637,98648 -"349974",98638,108077 -"349975",98638,116348 -"349976",98646,105114 -"349977",98646,105289 -"349978",98646,114469 -"349979",98653,100530 -"349980",98653,116587 -"349981",98653,116879 -"349982",98654,103157 -"349983",98655,113853 -"349984",98655,119295 -"349985",98656,100627 -"349986",98656,120713 -"349987",98665,102186 -"349988",98669,100080 -"349989",98670,98803 -"349990",98670,98816 -"349991",98682,98688 -"349992",98682,98689 -"349993",98682,98694 -"349994",98685,98802 -"349995",98686,98703 -"349996",98686,98706 -"349997",98688,98689 -"349998",98688,98694 -"349999",98689,98694 -"350000",98690,115399 -"350001",98691,118921 -"350002",98693,119633 -"350003",98695,98773 -"350004",98698,111083 -"350005",98698,119307 -"350006",98703,98706 -"350007",98704,110499 -"350008",98709,103146 -"350009",98710,101466 -"350010",98710,107579 -"350011",98710,109241 -"350012",98710,119526 -"350013",98710,119569 -"350014",98711,98712 -"350015",98712,107385 -"350016",98712,110607 -"350017",98716,116575 -"350018",98717,98725 -"350019",98717,98735 -"350020",98719,102987 -"350021",98719,102996 -"350022",98723,98736 -"350023",98723,98740 -"350024",98724,121528 -"350025",98725,98735 -"350026",98726,98757 -"350027",98727,98776 -"350028",98727,100795 -"350029",98727,106824 -"350030",98727,108879 -"350031",98727,109166 -"350032",98727,109858 -"350033",98727,109878 -"350034",98727,112962 -"350035",98727,113990 -"350036",98727,115413 -"350037",98727,116123 -"350038",98727,117258 -"350039",98727,117560 -"350040",98727,118128 -"350041",98727,118836 -"350042",98727,118866 -"350043",98727,118873 -"350044",98727,119131 -"350045",98727,119513 -"350046",98727,119716 -"350047",98727,119769 -"350048",98727,120123 -"350049",98727,120169 -"350050",98727,120725 -"350051",98727,120944 -"350052",98727,121609 -"350053",98727,122007 -"350054",98727,122032 -"350055",98727,122035 -"350056",98727,122724 -"350057",98727,123070 -"350058",98727,123394 -"350059",98727,123490 -"350060",98728,101388 -"350061",98728,119106 -"350062",98728,119116 -"350063",98728,120889 -"350064",98728,122110 -"350065",98731,98742 -"350066",98736,98740 -"350067",98737,98775 -"350068",98739,101800 -"350069",98739,118470 -"350070",98741,103596 -"350071",98741,114009 -"350072",98743,109545 -"350073",98745,98747 -"350074",98745,98890 -"350075",98747,98890 -"350076",98750,98805 -"350077",98751,102841 -"350078",98751,102856 -"350079",98751,114349 -"350080",98751,114351 -"350081",98753,100315 -"350082",98755,102648 -"350083",98756,114839 -"350084",98757,108291 -"350085",98760,98761 -"350086",98763,110530 -"350087",98765,115664 -"350088",98766,101232 -"350089",98766,102123 -"350090",98771,103419 -"350091",98776,100795 -"350092",98776,106824 -"350093",98776,108879 -"350094",98776,109166 -"350095",98776,109858 -"350096",98776,109878 -"350097",98776,112962 -"350098",98776,113990 -"350099",98776,115413 -"350100",98776,116123 -"350101",98776,117258 -"350102",98776,117560 -"350103",98776,118128 -"350104",98776,118836 -"350105",98776,118866 -"350106",98776,118873 -"350107",98776,119131 -"350108",98776,119513 -"350109",98776,119716 -"350110",98776,119769 -"350111",98776,120123 -"350112",98776,120169 -"350113",98776,120725 -"350114",98776,120944 -"350115",98776,121609 -"350116",98776,122007 -"350117",98776,122032 -"350118",98776,122035 -"350119",98776,122724 -"350120",98776,123070 -"350121",98776,123394 -"350122",98776,123490 -"350123",98778,98819 -"350124",98779,116034 -"350125",98782,107321 -"350126",98782,108049 -"350127",98782,108095 -"350128",98782,113724 -"350129",98784,98788 -"350130",98784,98847 -"350131",98785,109703 -"350132",98788,98847 -"350133",98788,103387 -"350134",98789,100019 -"350135",98789,100034 -"350136",98789,100994 -"350137",98790,98853 -"350138",98791,98804 -"350139",98792,113905 -"350140",98794,104175 -"350141",98794,113376 -"350142",98795,116665 -"350143",98795,116760 -"350144",98797,102611 -"350145",98798,112870 -"350146",98801,108488 -"350147",98803,98816 -"350148",98808,122770 -"350149",98819,117458 -"350150",98821,99541 -"350151",98821,117116 -"350152",98824,98827 -"350153",98825,112731 -"350154",98826,106904 -"350155",98826,108818 -"350156",98828,103789 -"350157",98829,98832 -"350158",98830,98839 -"350159",98831,98834 -"350160",98831,98854 -"350161",98832,110350 -"350162",98832,110351 -"350163",98832,110408 -"350164",98834,98854 -"350165",98835,106076 -"350166",98838,98889 -"350167",98838,98910 -"350168",98838,98999 -"350169",98838,109538 -"350170",98842,105382 -"350171",98842,105958 -"350172",98842,119038 -"350173",98843,98924 -"350174",98843,106613 -"350175",98843,107569 -"350176",98845,118099 -"350177",98849,111466 -"350178",98858,100477 -"350179",98858,101445 -"350180",98858,112916 -"350181",98861,113328 -"350182",98861,113512 -"350183",98863,98878 -"350184",98863,99698 -"350185",98866,105445 -"350186",98866,117529 -"350187",98866,119190 -"350188",98871,114788 -"350189",98873,108903 -"350190",98873,123243 -"350191",98874,122215 -"350192",98874,122216 -"350193",98875,111126 -"350194",98876,118950 -"350195",98877,99513 -"350196",98877,101858 -"350197",98877,117768 -"350198",98883,102003 -"350199",98883,102101 -"350200",98885,103403 -"350201",98886,98918 -"350202",98887,106906 -"350203",98887,116406 -"350204",98888,99919 -"350205",98889,98910 -"350206",98889,98999 -"350207",98891,102485 -"350208",98891,111246 -"350209",98891,121904 -"350210",98892,117549 -"350211",98893,103224 -"350212",98893,106563 -"350213",98894,98920 -"350214",98901,98951 -"350215",98904,102940 -"350216",98904,118577 -"350217",98904,119085 -"350218",98904,119224 -"350219",98904,119439 -"350220",98904,120085 -"350221",98904,120232 -"350222",98904,121213 -"350223",98907,109721 -"350224",98910,98999 -"350225",98911,99016 -"350226",98912,107403 -"350227",98915,98916 -"350228",98921,99134 -"350229",98921,114779 -"350230",98922,102410 -"350231",98924,107569 -"350232",98924,108973 -"350233",98924,109880 -"350234",98925,105417 -"350235",98925,105782 -"350236",98925,108830 -"350237",98925,108867 -"350238",98927,102048 -"350239",98927,113536 -"350240",98927,118675 -"350241",98934,98936 -"350242",98934,121652 -"350243",98934,121655 -"350244",98938,115962 -"350245",98938,115979 -"350246",98939,112148 -"350247",98939,117679 -"350248",98942,98947 -"350249",98942,104016 -"350250",98942,121478 -"350251",98945,122441 -"350252",98945,122442 -"350253",98945,122443 -"350254",98945,122446 -"350255",98946,106691 -"350256",98958,114699 -"350257",98964,102827 -"350258",98967,118698 -"350259",98967,120274 -"350260",98969,99362 -"350261",98969,116980 -"350262",98969,119736 -"350263",98970,113894 -"350264",98970,113898 -"350265",98975,98984 -"350266",98978,118988 -"350267",98978,118992 -"350268",98980,115361 -"350269",98982,116344 -"350270",98983,102762 -"350271",98985,99471 -"350272",98985,107578 -"350273",98985,109472 -"350274",98993,122727 -"350275",98997,104722 -"350276",98997,106780 -"350277",98998,105204 -"350278",98998,105219 -"350279",99001,113520 -"350280",99001,117898 -"350281",99002,112560 -"350282",99002,119783 -"350283",99008,101427 -"350284",99008,101434 -"350285",99008,101486 -"350286",99009,100120 -"350287",99009,103517 -"350288",99011,99622 -"350289",99011,108908 -"350290",99018,113012 -"350291",99022,100144 -"350292",99022,100207 -"350293",99022,100629 -"350294",99022,111587 -"350295",99023,108039 -"350296",99023,108145 -"350297",99026,117236 -"350298",99030,107803 -"350299",99033,99821 -"350300",99033,115847 -"350301",99033,120622 -"350302",99033,120624 -"350303",99036,99540 -"350304",99036,108527 -"350305",99039,112840 -"350306",99039,121226 -"350307",99040,99043 -"350308",99040,99344 -"350309",99040,99807 -"350310",99040,99936 -"350311",99040,100572 -"350312",99040,100817 -"350313",99040,102215 -"350314",99040,105349 -"350315",99040,106043 -"350316",99040,108907 -"350317",99040,119813 -"350318",99041,112349 -"350319",99041,119559 -"350320",99041,119604 -"350321",99043,105330 -"350322",99043,105349 -"350323",99043,120269 -"350324",99044,99220 -"350325",99044,101037 -"350326",99044,102660 -"350327",99045,114360 -"350328",99045,122243 -"350329",99045,123209 -"350330",99045,123222 -"350331",99045,123224 -"350332",99045,123229 -"350333",99045,123232 -"350334",99045,123234 -"350335",99045,123250 -"350336",99047,112286 -"350337",99049,99077 -"350338",99049,99277 -"350339",99049,99293 -"350340",99050,104908 -"350341",99051,107673 -"350342",99051,107684 -"350343",99053,110704 -"350344",99053,110756 -"350345",99054,99062 -"350346",99055,99074 -"350347",99055,99127 -"350348",99056,101310 -"350349",99057,106536 -"350350",99058,103037 -"350351",99063,99253 -"350352",99065,111271 -"350353",99065,111278 -"350354",99068,99078 -"350355",99070,99344 -"350356",99070,99695 -"350357",99070,99707 -"350358",99070,99904 -"350359",99070,101235 -"350360",99070,102215 -"350361",99070,102233 -"350362",99070,102796 -"350363",99070,104662 -"350364",99070,105207 -"350365",99070,110380 -"350366",99070,113473 -"350367",99070,119236 -"350368",99070,119239 -"350369",99070,121331 -"350370",99070,121353 -"350371",99070,121358 -"350372",99071,119666 -"350373",99073,101422 -"350374",99073,109411 -"350375",99073,112825 -"350376",99074,99127 -"350377",99074,119520 -"350378",99076,99141 -"350379",99076,99174 -"350380",99076,115679 -"350381",99076,116716 -"350382",99077,99277 -"350383",99077,99293 -"350384",99077,113270 -"350385",99077,122028 -"350386",99078,99186 -"350387",99079,102464 -"350388",99081,99489 -"350389",99081,101435 -"350390",99085,99093 -"350391",99085,112021 -"350392",99087,105767 -"350393",99091,112477 -"350394",99099,116993 -"350395",99099,117279 -"350396",99101,108678 -"350397",99103,99112 -"350398",99103,99121 -"350399",99103,99301 -"350400",99103,109350 -"350401",99103,111188 -"350402",99103,111190 -"350403",99103,116228 -"350404",99104,99303 -"350405",99105,99189 -"350406",99108,104521 -"350407",99108,104545 -"350408",99108,104790 -"350409",99108,115202 -"350410",99108,122043 -"350411",99109,102348 -"350412",99110,101157 -"350413",99110,101477 -"350414",99110,102725 -"350415",99110,108415 -"350416",99111,116469 -"350417",99112,99121 -"350418",99114,110713 -"350419",99114,120335 -"350420",99115,99122 -"350421",99116,101241 -"350422",99118,99119 -"350423",99118,99272 -"350424",99119,99272 -"350425",99126,116293 -"350426",99129,99856 -"350427",99129,100383 -"350428",99129,100723 -"350429",99129,102157 -"350430",99129,116086 -"350431",99130,99183 -"350432",99131,99137 -"350433",99132,99139 -"350434",99132,99148 -"350435",99133,99147 -"350436",99133,105711 -"350437",99134,99351 -"350438",99134,114779 -"350439",99134,115279 -"350440",99136,101117 -"350441",99136,109262 -"350442",99136,110196 -"350443",99136,110216 -"350444",99137,105266 -"350445",99137,117957 -"350446",99137,123389 -"350447",99138,99364 -"350448",99138,103203 -"350449",99138,104161 -"350450",99138,105890 -"350451",99138,109066 -"350452",99138,114479 -"350453",99138,114529 -"350454",99139,99148 -"350455",99140,122884 -"350456",99141,99174 -"350457",99142,106047 -"350458",99143,116082 -"350459",99144,105791 -"350460",99144,111100 -"350461",99144,112176 -"350462",99144,120684 -"350463",99145,100736 -"350464",99145,100779 -"350465",99149,104679 -"350466",99149,112556 -"350467",99149,119993 -"350468",99152,106318 -"350469",99152,112830 -"350470",99154,108848 -"350471",99159,104937 -"350472",99159,111181 -"350473",99162,99815 -"350474",99162,105019 -"350475",99162,107792 -"350476",99162,111019 -"350477",99162,121225 -"350478",99163,109473 -"350479",99164,120035 -"350480",99165,100841 -"350481",99165,101830 -"350482",99165,109403 -"350483",99168,100015 -"350484",99172,99913 -"350485",99172,99915 -"350486",99172,99922 -"350487",99173,100910 -"350488",99173,108647 -"350489",99173,112853 -"350490",99176,99206 -"350491",99177,100987 -"350492",99180,101569 -"350493",99182,103126 -"350494",99182,120839 -"350495",99182,123138 -"350496",99183,108550 -"350497",99186,103424 -"350498",99189,106362 -"350499",99191,105262 -"350500",99191,107410 -"350501",99191,108872 -"350502",99191,111156 -"350503",99191,114895 -"350504",99194,114976 -"350505",99194,117627 -"350506",99196,99223 -"350507",99196,102600 -"350508",99198,102518 -"350509",99198,110466 -"350510",99199,107125 -"350511",99199,107131 -"350512",99200,99224 -"350513",99203,99245 -"350514",99204,100653 -"350515",99204,116054 -"350516",99204,117651 -"350517",99204,117657 -"350518",99204,118261 -"350519",99204,118262 -"350520",99204,118275 -"350521",99204,118276 -"350522",99204,118277 -"350523",99207,99375 -"350524",99207,99463 -"350525",99207,102489 -"350526",99207,103930 -"350527",99209,108983 -"350528",99209,109067 -"350529",99209,119322 -"350530",99210,99315 -"350531",99210,99316 -"350532",99210,99327 -"350533",99210,99329 -"350534",99210,99350 -"350535",99210,99844 -"350536",99210,100478 -"350537",99210,102353 -"350538",99210,106528 -"350539",99210,109371 -"350540",99210,109373 -"350541",99210,111155 -"350542",99211,111867 -"350543",99214,114858 -"350544",99215,109213 -"350545",99216,110102 -"350546",99217,100599 -"350547",99217,100756 -"350548",99217,101788 -"350549",99217,101944 -"350550",99217,102282 -"350551",99218,121791 -"350552",99221,110403 -"350553",99223,101506 -"350554",99223,115967 -"350555",99225,105178 -"350556",99225,110264 -"350557",99227,100577 -"350558",99227,101261 -"350559",99227,102546 -"350560",99232,99260 -"350561",99234,121617 -"350562",99237,115569 -"350563",99237,115614 -"350564",99237,121440 -"350565",99240,121580 -"350566",99242,101619 -"350567",99242,106961 -"350568",99247,107934 -"350569",99247,112050 -"350570",99250,122139 -"350571",99251,109458 -"350572",99251,112885 -"350573",99252,99264 -"350574",99253,108934 -"350575",99257,99453 -"350576",99259,99270 -"350577",99259,122194 -"350578",99261,100748 -"350579",99262,100957 -"350580",99262,115133 -"350581",99262,123287 -"350582",99263,105019 -"350583",99263,105030 -"350584",99263,106890 -"350585",99265,99306 -"350586",99266,99267 -"350587",99269,100853 -"350588",99273,117166 -"350589",99274,103056 -"350590",99274,123342 -"350591",99275,101523 -"350592",99275,104137 -"350593",99276,101217 -"350594",99277,99293 -"350595",99278,99411 -"350596",99279,103682 -"350597",99279,109167 -"350598",99279,109832 -"350599",99279,117786 -"350600",99279,117791 -"350601",99279,117795 -"350602",99280,99283 -"350603",99280,122153 -"350604",99281,99729 -"350605",99281,101082 -"350606",99281,108189 -"350607",99281,109795 -"350608",99281,117020 -"350609",99288,100909 -"350610",99288,103190 -"350611",99288,103468 -"350612",99288,108432 -"350613",99288,111993 -"350614",99288,114416 -"350615",99288,122016 -"350616",99289,108553 -"350617",99289,112268 -"350618",99290,104667 -"350619",99291,103968 -"350620",99291,103998 -"350621",99294,113721 -"350622",99296,100711 -"350623",99298,109384 -"350624",99300,100720 -"350625",99300,101560 -"350626",99300,107445 -"350627",99300,113741 -"350628",99300,120851 -"350629",99300,120868 -"350630",99301,99339 -"350631",99301,104658 -"350632",99301,109350 -"350633",99301,111188 -"350634",99301,111190 -"350635",99301,112405 -"350636",99303,112399 -"350637",99303,119282 -"350638",99306,116304 -"350639",99306,116591 -"350640",99309,99376 -"350641",99309,99450 -"350642",99309,99471 -"350643",99309,99474 -"350644",99309,100916 -"350645",99309,100944 -"350646",99309,101126 -"350647",99309,101329 -"350648",99309,105557 -"350649",99309,107199 -"350650",99309,108743 -"350651",99309,108980 -"350652",99309,109291 -"350653",99309,109933 -"350654",99309,110483 -"350655",99309,110567 -"350656",99309,110572 -"350657",99309,110630 -"350658",99309,110648 -"350659",99309,110711 -"350660",99309,110770 -"350661",99309,110869 -"350662",99309,110911 -"350663",99309,111285 -"350664",99309,111314 -"350665",99309,111362 -"350666",99309,111372 -"350667",99309,111424 -"350668",99309,111433 -"350669",99309,112422 -"350670",99309,113269 -"350671",99309,113430 -"350672",99309,114242 -"350673",99309,114842 -"350674",99309,115427 -"350675",99309,115521 -"350676",99309,115711 -"350677",99311,101270 -"350678",99313,99325 -"350679",99313,99337 -"350680",99314,113664 -"350681",99315,99316 -"350682",99315,99327 -"350683",99315,99329 -"350684",99315,99350 -"350685",99315,99844 -"350686",99316,99327 -"350687",99316,99329 -"350688",99316,99350 -"350689",99316,99844 -"350690",99317,100850 -"350691",99317,100955 -"350692",99317,101028 -"350693",99318,101607 -"350694",99320,100469 -"350695",99322,118733 -"350696",99322,123377 -"350697",99323,99365 -"350698",99323,118455 -"350699",99323,119209 -"350700",99324,123426 -"350701",99325,99337 -"350702",99327,99329 -"350703",99327,99350 -"350704",99327,99844 -"350705",99329,99341 -"350706",99329,99350 -"350707",99329,99844 -"350708",99329,102353 -"350709",99329,110246 -"350710",99329,113803 -"350711",99329,115195 -"350712",99329,115233 -"350713",99329,115255 -"350714",99329,115264 -"350715",99330,110666 -"350716",99330,111960 -"350717",99330,112008 -"350718",99332,113384 -"350719",99334,105334 -"350720",99334,113599 -"350721",99335,100402 -"350722",99336,108092 -"350723",99336,119335 -"350724",99338,101100 -"350725",99338,110379 -"350726",99338,116832 -"350727",99338,118105 -"350728",99338,120463 -"350729",99341,110246 -"350730",99341,113803 -"350731",99341,115195 -"350732",99341,115233 -"350733",99341,115255 -"350734",99341,115264 -"350735",99343,117316 -"350736",99344,99695 -"350737",99344,99707 -"350738",99344,99807 -"350739",99344,99936 -"350740",99344,118113 -"350741",99344,119895 -"350742",99346,102586 -"350743",99346,111448 -"350744",99346,116790 -"350745",99346,120593 -"350746",99348,108933 -"350747",99350,99844 -"350748",99350,100478 -"350749",99353,113165 -"350750",99355,122687 -"350751",99359,105461 -"350752",99359,115313 -"350753",99362,101468 -"350754",99362,114005 -"350755",99363,99367 -"350756",99363,99417 -"350757",99363,99427 -"350758",99365,108607 -"350759",99367,99417 -"350760",99367,99427 -"350761",99368,108954 -"350762",99368,117972 -"350763",99371,108511 -"350764",99371,113386 -"350765",99372,106468 -"350766",99373,110517 -"350767",99373,116285 -"350768",99373,119775 -"350769",99375,99463 -"350770",99376,99450 -"350771",99376,99471 -"350772",99376,99474 -"350773",99376,100916 -"350774",99376,100944 -"350775",99376,101126 -"350776",99376,101329 -"350777",99376,105557 -"350778",99376,107199 -"350779",99376,108743 -"350780",99376,108980 -"350781",99376,109291 -"350782",99376,109933 -"350783",99376,110483 -"350784",99376,110567 -"350785",99376,110572 -"350786",99376,110630 -"350787",99376,110648 -"350788",99376,110711 -"350789",99376,110770 -"350790",99376,110869 -"350791",99376,110911 -"350792",99376,111285 -"350793",99376,111314 -"350794",99376,111362 -"350795",99376,111372 -"350796",99376,111424 -"350797",99376,111433 -"350798",99376,112422 -"350799",99376,113269 -"350800",99376,113430 -"350801",99376,114242 -"350802",99376,114842 -"350803",99376,115427 -"350804",99376,115521 -"350805",99376,115711 -"350806",99376,120884 -"350807",99377,122290 -"350808",99377,123503 -"350809",99379,117289 -"350810",99380,99706 -"350811",99380,99742 -"350812",99380,101088 -"350813",99380,103050 -"350814",99380,116605 -"350815",99380,118734 -"350816",99380,118750 -"350817",99383,99852 -"350818",99384,99452 -"350819",99384,106322 -"350820",99388,110131 -"350821",99388,110633 -"350822",99388,111146 -"350823",99388,121853 -"350824",99388,122255 -"350825",99390,108720 -"350826",99392,99393 -"350827",99392,99405 -"350828",99392,100024 -"350829",99392,100854 -"350830",99392,104511 -"350831",99393,99405 -"350832",99393,100854 -"350833",99393,104511 -"350834",99393,109639 -"350835",99393,110209 -"350836",99396,101807 -"350837",99396,101832 -"350838",99396,102351 -"350839",99396,103659 -"350840",99397,99605 -"350841",99397,103552 -"350842",99397,107720 -"350843",99398,110280 -"350844",99399,99403 -"350845",99401,108279 -"350846",99401,108297 -"350847",99402,99439 -"350848",99405,100854 -"350849",99405,104511 -"350850",99405,109607 -"350851",99408,112537 -"350852",99408,112543 -"350853",99408,112544 -"350854",99408,113996 -"350855",99409,122381 -"350856",99412,99414 -"350857",99414,104191 -"350858",99414,105162 -"350859",99414,116815 -"350860",99417,99427 -"350861",99417,100280 -"350862",99417,118792 -"350863",99418,112031 -"350864",99422,99639 -"350865",99422,111190 -"350866",99423,109143 -"350867",99423,111373 -"350868",99424,102215 -"350869",99424,107556 -"350870",99424,108760 -"350871",99424,112794 -"350872",99424,119592 -"350873",99424,119593 -"350874",99424,119603 -"350875",99424,121352 -"350876",99427,100280 -"350877",99427,118792 -"350878",99428,103038 -"350879",99428,122130 -"350880",99430,118927 -"350881",99430,120095 -"350882",99433,115834 -"350883",99435,105689 -"350884",99435,109919 -"350885",99435,112925 -"350886",99435,116589 -"350887",99437,99461 -"350888",99441,118852 -"350889",99441,121906 -"350890",99444,106074 -"350891",99444,107233 -"350892",99444,107252 -"350893",99444,108372 -"350894",99444,109745 -"350895",99444,114983 -"350896",99444,115000 -"350897",99445,116400 -"350898",99448,103089 -"350899",99450,99471 -"350900",99450,99474 -"350901",99450,100916 -"350902",99450,100944 -"350903",99450,101126 -"350904",99450,101329 -"350905",99450,105557 -"350906",99450,107199 -"350907",99450,108743 -"350908",99450,108980 -"350909",99450,109291 -"350910",99450,109933 -"350911",99450,110483 -"350912",99450,110567 -"350913",99450,110572 -"350914",99450,110630 -"350915",99450,110648 -"350916",99450,110711 -"350917",99450,110770 -"350918",99450,110869 -"350919",99450,110911 -"350920",99450,111285 -"350921",99450,111314 -"350922",99450,111362 -"350923",99450,111372 -"350924",99450,111424 -"350925",99450,111433 -"350926",99450,112422 -"350927",99450,113269 -"350928",99450,113430 -"350929",99450,114242 -"350930",99450,114842 -"350931",99450,115427 -"350932",99450,115521 -"350933",99450,115711 -"350934",99451,99701 -"350935",99451,116008 -"350936",99456,104481 -"350937",99456,104503 -"350938",99457,119176 -"350939",99458,101820 -"350940",99458,116981 -"350941",99458,119194 -"350942",99460,99464 -"350943",99460,99465 -"350944",99460,99538 -"350945",99463,117877 -"350946",99464,99465 -"350947",99464,99538 -"350948",99465,99538 -"350949",99468,109368 -"350950",99471,99474 -"350951",99471,100899 -"350952",99471,100916 -"350953",99471,100944 -"350954",99471,101126 -"350955",99471,101329 -"350956",99471,101814 -"350957",99471,105557 -"350958",99471,107199 -"350959",99471,108743 -"350960",99471,108926 -"350961",99471,108937 -"350962",99471,108980 -"350963",99471,109291 -"350964",99471,109472 -"350965",99471,109933 -"350966",99471,110483 -"350967",99471,110567 -"350968",99471,110572 -"350969",99471,110630 -"350970",99471,110648 -"350971",99471,110711 -"350972",99471,110770 -"350973",99471,110869 -"350974",99471,110911 -"350975",99471,111285 -"350976",99471,111314 -"350977",99471,111362 -"350978",99471,111372 -"350979",99471,111424 -"350980",99471,111433 -"350981",99471,112422 -"350982",99471,113269 -"350983",99471,113430 -"350984",99471,114242 -"350985",99471,114842 -"350986",99471,115427 -"350987",99471,115521 -"350988",99471,115711 -"350989",99471,117275 -"350990",99471,117303 -"350991",99473,108797 -"350992",99473,111231 -"350993",99473,116895 -"350994",99474,100916 -"350995",99474,100944 -"350996",99474,101126 -"350997",99474,101329 -"350998",99474,105557 -"350999",99474,107199 -"351000",99474,108743 -"351001",99474,108980 -"351002",99474,109291 -"351003",99474,109933 -"351004",99474,110483 -"351005",99474,110567 -"351006",99474,110572 -"351007",99474,110630 -"351008",99474,110648 -"351009",99474,110711 -"351010",99474,110770 -"351011",99474,110869 -"351012",99474,110911 -"351013",99474,111285 -"351014",99474,111314 -"351015",99474,111362 -"351016",99474,111372 -"351017",99474,111424 -"351018",99474,111433 -"351019",99474,112422 -"351020",99474,113269 -"351021",99474,113430 -"351022",99474,114242 -"351023",99474,114842 -"351024",99474,115427 -"351025",99474,115521 -"351026",99474,115711 -"351027",99474,122221 -"351028",99475,99481 -"351029",99476,114959 -"351030",99476,123283 -"351031",99482,101622 -"351032",99482,104447 -"351033",99482,115092 -"351034",99482,117636 -"351035",99482,119634 -"351036",99484,99485 -"351037",99484,106739 -"351038",99484,120798 -"351039",99485,108491 -"351040",99487,119442 -"351041",99488,99494 -"351042",99490,119291 -"351043",99491,110563 -"351044",99492,99508 -"351045",99492,99972 -"351046",99492,107921 -"351047",99492,109029 -"351048",99492,118568 -"351049",99492,120955 -"351050",99493,106594 -"351051",99495,99829 -"351052",99496,117367 -"351053",99499,108454 -"351054",99500,99502 -"351055",99501,99503 -"351056",99501,99611 -"351057",99502,109141 -"351058",99503,99611 -"351059",99504,109540 -"351060",99506,116137 -"351061",99506,120387 -"351062",99507,115919 -"351063",99507,118961 -"351064",99507,119198 -"351065",99512,102054 -"351066",99513,101858 -"351067",99513,117768 -"351068",99514,114266 -"351069",99515,104242 -"351070",99518,99816 -"351071",99521,99522 -"351072",99521,112426 -"351073",99523,116268 -"351074",99523,119311 -"351075",99523,119689 -"351076",99524,115693 -"351077",99526,108016 -"351078",99526,110151 -"351079",99528,115283 -"351080",99529,99850 -"351081",99529,99851 -"351082",99530,100935 -"351083",99530,101026 -"351084",99530,101035 -"351085",99530,101454 -"351086",99531,99537 -"351087",99531,99548 -"351088",99532,101631 -"351089",99532,101656 -"351090",99532,120447 -"351091",99534,99613 -"351092",99534,106338 -"351093",99537,99548 -"351094",99539,117198 -"351095",99542,116498 -"351096",99544,99547 -"351097",99544,99554 -"351098",99544,100595 -"351099",99544,100739 -"351100",99544,100819 -"351101",99544,101898 -"351102",99544,101988 -"351103",99544,102146 -"351104",99544,102201 -"351105",99544,102309 -"351106",99544,102635 -"351107",99544,102730 -"351108",99544,102846 -"351109",99544,103790 -"351110",99544,104095 -"351111",99544,104574 -"351112",99544,104784 -"351113",99544,104845 -"351114",99544,107269 -"351115",99544,107623 -"351116",99544,107714 -"351117",99544,107879 -"351118",99544,107975 -"351119",99545,99572 -"351120",99546,102426 -"351121",99546,119155 -"351122",99547,99554 -"351123",99547,100595 -"351124",99547,100739 -"351125",99547,100819 -"351126",99547,101898 -"351127",99547,101988 -"351128",99547,102146 -"351129",99547,102201 -"351130",99547,102309 -"351131",99547,102635 -"351132",99547,102730 -"351133",99547,102846 -"351134",99547,103790 -"351135",99547,104095 -"351136",99547,104574 -"351137",99547,104784 -"351138",99547,104845 -"351139",99547,107269 -"351140",99547,107623 -"351141",99547,107714 -"351142",99547,107879 -"351143",99547,107975 -"351144",99553,100523 -"351145",99554,99557 -"351146",99554,100595 -"351147",99554,100739 -"351148",99554,100819 -"351149",99554,101898 -"351150",99554,101988 -"351151",99554,102146 -"351152",99554,102201 -"351153",99554,102309 -"351154",99554,102635 -"351155",99554,102730 -"351156",99554,102846 -"351157",99554,103790 -"351158",99554,104095 -"351159",99554,104574 -"351160",99554,104784 -"351161",99554,104845 -"351162",99554,107269 -"351163",99554,107623 -"351164",99554,107714 -"351165",99554,107879 -"351166",99554,107975 -"351167",99554,110654 -"351168",99555,113559 -"351169",99559,99568 -"351170",99559,102328 -"351171",99566,123066 -"351172",99572,101046 -"351173",99573,99591 -"351174",99573,103187 -"351175",99574,99581 -"351176",99574,99592 -"351177",99574,99598 -"351178",99574,100112 -"351179",99574,100120 -"351180",99574,100157 -"351181",99574,100167 -"351182",99574,100170 -"351183",99574,100172 -"351184",99574,100174 -"351185",99574,100188 -"351186",99574,100724 -"351187",99574,100757 -"351188",99574,100784 -"351189",99574,102288 -"351190",99574,106254 -"351191",99574,106360 -"351192",99574,106370 -"351193",99574,106379 -"351194",99574,106385 -"351195",99575,101067 -"351196",99575,107050 -"351197",99575,109472 -"351198",99575,114705 -"351199",99576,100980 -"351200",99577,102657 -"351201",99577,106674 -"351202",99578,118699 -"351203",99578,120096 -"351204",99579,100635 -"351205",99579,108789 -"351206",99579,114644 -"351207",99581,99592 -"351208",99581,99598 -"351209",99583,106217 -"351210",99584,114191 -"351211",99585,100225 -"351212",99585,110293 -"351213",99585,113236 -"351214",99585,114442 -"351215",99587,108289 -"351216",99592,99598 -"351217",99594,118161 -"351218",99595,102192 -"351219",99595,104451 -"351220",99595,122073 -"351221",99597,99675 -"351222",99597,99676 -"351223",99597,101635 -"351224",99600,99656 -"351225",99601,102322 -"351226",99601,102337 -"351227",99602,100143 -"351228",99603,100941 -"351229",99603,109035 -"351230",99603,109761 -"351231",99604,99649 -"351232",99605,105054 -"351233",99606,99607 -"351234",99606,99652 -"351235",99607,99652 -"351236",99608,101108 -"351237",99609,99665 -"351238",99609,99667 -"351239",99609,108639 -"351240",99610,110370 -"351241",99613,105622 -"351242",99613,106338 -"351243",99613,107962 -"351244",99613,108844 -"351245",99613,109958 -"351246",99613,119110 -"351247",99613,122378 -"351248",99613,122434 -"351249",99613,122439 -"351250",99617,112664 -"351251",99620,109109 -"351252",99620,113253 -"351253",99620,122700 -"351254",99621,103081 -"351255",99622,108908 -"351256",99623,108901 -"351257",99624,109505 -"351258",99624,112893 -"351259",99628,105052 -"351260",99628,121986 -"351261",99629,111004 -"351262",99629,111055 -"351263",99634,101244 -"351264",99634,102080 -"351265",99634,102658 -"351266",99634,110211 -"351267",99634,110213 -"351268",99635,103910 -"351269",99640,100282 -"351270",99640,101557 -"351271",99641,108634 -"351272",99643,99651 -"351273",99643,99654 -"351274",99643,99655 -"351275",99643,99661 -"351276",99643,99663 -"351277",99646,99647 -"351278",99646,103968 -"351279",99646,109000 -"351280",99646,109945 -"351281",99646,111309 -"351282",99646,111462 -"351283",99646,114155 -"351284",99646,114170 -"351285",99650,99653 -"351286",99650,99673 -"351287",99651,99654 -"351288",99651,99655 -"351289",99651,99661 -"351290",99651,99663 -"351291",99653,99673 -"351292",99654,99655 -"351293",99654,99661 -"351294",99654,99663 -"351295",99655,99661 -"351296",99655,99663 -"351297",99655,118037 -"351298",99655,118132 -"351299",99658,106839 -"351300",99658,113153 -"351301",99658,119807 -"351302",99660,99671 -"351303",99660,99674 -"351304",99661,99663 -"351305",99665,99667 -"351306",99669,103354 -"351307",99671,99674 -"351308",99671,105074 -"351309",99671,115780 -"351310",99671,115801 -"351311",99674,106687 -"351312",99675,99676 -"351313",99675,101635 -"351314",99676,101635 -"351315",99677,104044 -"351316",99677,104085 -"351317",99677,105019 -"351318",99677,108371 -"351319",99677,110105 -"351320",99677,110272 -"351321",99678,101152 -"351322",99679,101172 -"351323",99680,99702 -"351324",99680,100708 -"351325",99680,100780 -"351326",99681,118512 -"351327",99683,99685 -"351328",99686,114841 -"351329",99687,99873 -"351330",99690,118367 -"351331",99690,118370 -"351332",99691,110410 -"351333",99694,119471 -"351334",99694,119481 -"351335",99695,99707 -"351336",99696,111673 -"351337",99697,100503 -"351338",99697,105787 -"351339",99697,110540 -"351340",99697,113300 -"351341",99700,116676 -"351342",99701,101639 -"351343",99703,105522 -"351344",99703,122635 -"351345",99705,114283 -"351346",99706,99742 -"351347",99706,100706 -"351348",99706,113122 -"351349",99706,116605 -"351350",99707,102037 -"351351",99707,112977 -"351352",99710,109865 -"351353",99711,99713 -"351354",99712,99770 -"351355",99712,104928 -"351356",99714,102019 -"351357",99714,104252 -"351358",99714,104383 -"351359",99714,108450 -"351360",99715,99813 -"351361",99718,113356 -"351362",99718,113390 -"351363",99720,99743 -"351364",99720,116740 -"351365",99720,122888 -"351366",99720,122895 -"351367",99722,111238 -"351368",99722,117790 -"351369",99723,99726 -"351370",99723,100588 -"351371",99723,119163 -"351372",99726,100588 -"351373",99727,99780 -"351374",99728,117487 -"351375",99729,101283 -"351376",99729,108189 -"351377",99729,109795 -"351378",99730,100347 -"351379",99730,100507 -"351380",99730,101304 -"351381",99731,99749 -"351382",99731,101323 -"351383",99731,101481 -"351384",99731,102845 -"351385",99731,104957 -"351386",99731,109815 -"351387",99731,111066 -"351388",99731,113278 -"351389",99731,113314 -"351390",99731,114723 -"351391",99731,116644 -"351392",99731,117804 -"351393",99731,121414 -"351394",99731,122345 -"351395",99731,122353 -"351396",99731,122358 -"351397",99731,122360 -"351398",99731,122366 -"351399",99731,122367 -"351400",99731,122376 -"351401",99731,122383 -"351402",99731,122393 -"351403",99731,122394 -"351404",99731,122398 -"351405",99731,122402 -"351406",99731,122403 -"351407",99731,122409 -"351408",99731,122412 -"351409",99731,122414 -"351410",99731,122415 -"351411",99731,122417 -"351412",99731,122418 -"351413",99731,122421 -"351414",99731,122422 -"351415",99731,122437 -"351416",99731,122438 -"351417",99731,122440 -"351418",99731,123424 -"351419",99732,102231 -"351420",99732,106990 -"351421",99735,102734 -"351422",99735,110380 -"351423",99735,119237 -"351424",99736,101682 -"351425",99737,106732 -"351426",99737,106748 -"351427",99737,106867 -"351428",99739,109087 -"351429",99742,100706 -"351430",99742,101088 -"351431",99742,111988 -"351432",99743,122582 -"351433",99743,122616 -"351434",99744,99757 -"351435",99744,99762 -"351436",99747,99763 -"351437",99752,104292 -"351438",99754,101350 -"351439",99754,101351 -"351440",99757,99762 -"351441",99758,105876 -"351442",99759,99760 -"351443",99761,121852 -"351444",99763,102217 -"351445",99764,99768 -"351446",99764,99779 -"351447",99767,99771 -"351448",99767,99772 -"351449",99767,99775 -"351450",99767,99777 -"351451",99767,105891 -"351452",99767,112548 -"351453",99767,112561 -"351454",99768,99779 -"351455",99768,101426 -"351456",99769,112454 -"351457",99770,103845 -"351458",99770,114544 -"351459",99770,114621 -"351460",99771,99772 -"351461",99771,99775 -"351462",99771,99777 -"351463",99772,99775 -"351464",99772,99777 -"351465",99773,105643 -"351466",99775,99777 -"351467",99778,106659 -"351468",99778,109278 -"351469",99778,115915 -"351470",99783,101555 -"351471",99784,109911 -"351472",99786,105096 -"351473",99786,118646 -"351474",99788,120356 -"351475",99789,99791 -"351476",99790,100838 -"351477",99791,112583 -"351478",99792,99837 -"351479",99792,101790 -"351480",99793,104065 -"351481",99795,111645 -"351482",99795,123205 -"351483",99797,115116 -"351484",99797,117565 -"351485",99797,117568 -"351486",99797,118949 -"351487",99797,122739 -"351488",99799,104306 -"351489",99799,113979 -"351490",99802,115383 -"351491",99802,116299 -"351492",99805,99834 -"351493",99806,105084 -"351494",99807,99936 -"351495",99807,106679 -"351496",99808,100302 -"351497",99809,100967 -"351498",99811,99822 -"351499",99815,107792 -"351500",99815,121225 -"351501",99818,99827 -"351502",99818,99828 -"351503",99819,102341 -"351504",99820,104438 -"351505",99820,113429 -"351506",99821,100582 -"351507",99821,120622 -"351508",99821,120624 -"351509",99826,104546 -"351510",99827,99828 -"351511",99827,106606 -"351512",99829,115932 -"351513",99832,101144 -"351514",99832,113032 -"351515",99834,111096 -"351516",99834,111935 -"351517",99834,113817 -"351518",99835,113988 -"351519",99836,107279 -"351520",99836,113274 -"351521",99836,113284 -"351522",99836,113349 -"351523",99837,101790 -"351524",99838,99847 -"351525",99838,106011 -"351526",99838,106695 -"351527",99843,105109 -"351528",99843,105128 -"351529",99843,105260 -"351530",99844,109371 -"351531",99844,109373 -"351532",99847,110113 -"351533",99848,99867 -"351534",99850,99851 -"351535",99851,101611 -"351536",99851,109134 -"351537",99851,115563 -"351538",99853,118938 -"351539",99853,120159 -"351540",99853,120196 -"351541",99856,100383 -"351542",99856,101569 -"351543",99857,114152 -"351544",99859,105019 -"351545",99859,114082 -"351546",99863,107542 -"351547",99865,116524 -"351548",99868,105371 -"351549",99869,114485 -"351550",99870,105495 -"351551",99870,109622 -"351552",99871,117887 -"351553",99875,111213 -"351554",99875,112723 -"351555",99876,99881 -"351556",99876,113534 -"351557",99878,111375 -"351558",99880,116341 -"351559",99880,117074 -"351560",99880,117645 -"351561",99880,117655 -"351562",99882,108769 -"351563",99882,123098 -"351564",99885,102880 -"351565",99886,119275 -"351566",99888,99943 -"351567",99888,109346 -"351568",99895,104102 -"351569",99895,105582 -"351570",99896,118773 -"351571",99899,100044 -"351572",99899,100047 -"351573",99900,100046 -"351574",99900,104771 -"351575",99902,123324 -"351576",99905,99908 -"351577",99907,104782 -"351578",99907,118502 -"351579",99907,119580 -"351580",99907,120170 -"351581",99910,105468 -"351582",99910,115762 -"351583",99911,99912 -"351584",99912,100132 -"351585",99912,105786 -"351586",99913,99915 -"351587",99913,99922 -"351588",99915,99922 -"351589",99915,103475 -"351590",99915,104136 -"351591",99917,105683 -"351592",99917,114438 -"351593",99917,117364 -"351594",99918,99938 -"351595",99921,100746 -"351596",99921,118965 -"351597",99921,118966 -"351598",99921,119918 -"351599",99922,111163 -"351600",99924,99935 -"351601",99924,108463 -"351602",99931,117106 -"351603",99931,122872 -"351604",99934,100515 -"351605",99934,101204 -"351606",99934,110972 -"351607",99934,115657 -"351608",99935,108463 -"351609",99942,119168 -"351610",99943,109346 -"351611",99945,115218 -"351612",99947,115911 -"351613",99947,115925 -"351614",99947,115974 -"351615",99949,101914 -"351616",99949,103631 -"351617",99949,103723 -"351618",99949,103732 -"351619",99949,103759 -"351620",99949,103773 -"351621",99951,99997 -"351622",99952,119870 -"351623",99953,100583 -"351624",99953,108579 -"351625",99953,110469 -"351626",99953,118446 -"351627",99954,120473 -"351628",99958,99965 -"351629",99961,108193 -"351630",99961,118083 -"351631",99961,121052 -"351632",99961,121057 -"351633",99961,121715 -"351634",99962,99971 -"351635",99963,100797 -"351636",99963,100800 -"351637",99963,108381 -"351638",99964,105399 -"351639",99964,115401 -"351640",99965,104997 -"351641",99966,109130 -"351642",99966,113238 -"351643",99967,104546 -"351644",99970,104871 -"351645",99971,119998 -"351646",99972,107921 -"351647",99972,109029 -"351648",99974,116423 -"351649",99974,116430 -"351650",99977,116952 -"351651",99980,106151 -"351652",99982,100001 -"351653",99982,102927 -"351654",99982,103315 -"351655",99982,104915 -"351656",99982,112192 -"351657",99984,107727 -"351658",99988,112275 -"351659",99990,104272 -"351660",99998,101717 -"351661",99999,116928 -"351662",99999,116932 -"351663",1e+05,101186 -"351664",100001,102927 -"351665",100001,112192 -"351666",100002,107454 -"351667",100003,111722 -"351668",100004,120661 -"351669",100005,114800 -"351670",100005,121426 -"351671",100006,105339 -"351672",100006,106864 -"351673",100010,100982 -"351674",100010,101005 -"351675",100011,114252 -"351676",100012,100018 -"351677",100012,109235 -"351678",100016,100056 -"351679",100017,101006 -"351680",100017,117039 -"351681",100017,117040 -"351682",100019,100034 -"351683",100019,100994 -"351684",100020,101008 -"351685",100022,100025 -"351686",100022,108393 -"351687",100024,101361 -"351688",100024,105892 -"351689",100026,100057 -"351690",100027,100984 -"351691",100027,100989 -"351692",100028,101001 -"351693",100030,100031 -"351694",100032,100387 -"351695",100033,100940 -"351696",100034,100994 -"351697",100035,116198 -"351698",100037,108568 -"351699",100038,112531 -"351700",100038,121189 -"351701",100039,100045 -"351702",100040,110186 -"351703",100040,110258 -"351704",100042,102882 -"351705",100044,100047 -"351706",100045,110038 -"351707",100045,112158 -"351708",100049,100051 -"351709",100052,100077 -"351710",100054,100657 -"351711",100054,114021 -"351712",100055,104624 -"351713",100055,116688 -"351714",100058,104419 -"351715",100060,109428 -"351716",100061,100062 -"351717",100063,106092 -"351718",100063,120354 -"351719",100064,100625 -"351720",100064,119455 -"351721",100067,106320 -"351722",100068,105728 -"351723",100068,107421 -"351724",100068,111406 -"351725",100068,116653 -"351726",100071,116188 -"351727",100073,103342 -"351728",100076,113004 -"351729",100079,110065 -"351730",100079,110112 -"351731",100081,113357 -"351732",100082,100209 -"351733",100082,105412 -"351734",100083,106394 -"351735",100084,100359 -"351736",100088,115943 -"351737",100088,118709 -"351738",100090,101733 -"351739",100090,111435 -"351740",100092,105989 -"351741",100093,100097 -"351742",100093,100936 -"351743",100095,118927 -"351744",100097,100936 -"351745",100098,100718 -"351746",100099,100100 -"351747",100100,100598 -"351748",100100,110023 -"351749",100100,111111 -"351750",100100,111236 -"351751",100100,111247 -"351752",100100,111256 -"351753",100101,100125 -"351754",100105,113020 -"351755",100109,100123 -"351756",100109,103057 -"351757",100109,115764 -"351758",100110,104525 -"351759",100111,107194 -"351760",100111,108476 -"351761",100111,108477 -"351762",100111,112341 -"351763",100111,112348 -"351764",100111,112358 -"351765",100111,112365 -"351766",100111,112385 -"351767",100111,112388 -"351768",100111,112393 -"351769",100112,100120 -"351770",100112,100157 -"351771",100112,100167 -"351772",100112,100170 -"351773",100112,100172 -"351774",100112,100174 -"351775",100112,100188 -"351776",100112,100724 -"351777",100112,100757 -"351778",100112,100784 -"351779",100112,106242 -"351780",100113,100148 -"351781",100114,100467 -"351782",100117,101413 -"351783",100118,114924 -"351784",100119,112742 -"351785",100119,112747 -"351786",100120,100157 -"351787",100120,100167 -"351788",100120,100170 -"351789",100120,100172 -"351790",100120,100174 -"351791",100120,100188 -"351792",100120,100724 -"351793",100120,100757 -"351794",100120,100784 -"351795",100120,103517 -"351796",100122,103656 -"351797",100123,116549 -"351798",100123,122777 -"351799",100123,122778 -"351800",100123,122779 -"351801",100123,122780 -"351802",100123,122827 -"351803",100123,122839 -"351804",100124,101924 -"351805",100124,112253 -"351806",100125,111404 -"351807",100126,107257 -"351808",100126,110983 -"351809",100127,100497 -"351810",100127,115353 -"351811",100128,102091 -"351812",100128,111208 -"351813",100131,100136 -"351814",100131,101250 -"351815",100131,105107 -"351816",100131,114822 -"351817",100132,112379 -"351818",100133,102593 -"351819",100134,113954 -"351820",100134,119219 -"351821",100135,118127 -"351822",100135,122997 -"351823",100136,105107 -"351824",100137,100518 -"351825",100137,114034 -"351826",100139,103583 -"351827",100140,100890 -"351828",100140,102834 -"351829",100140,105198 -"351830",100140,110013 -"351831",100140,110250 -"351832",100140,122286 -"351833",100140,122588 -"351834",100140,122819 -"351835",100140,122852 -"351836",100140,122861 -"351837",100140,122863 -"351838",100140,122864 -"351839",100142,109554 -"351840",100142,109558 -"351841",100144,103257 -"351842",100144,104204 -"351843",100145,101970 -"351844",100145,103996 -"351845",100145,122621 -"351846",100145,122824 -"351847",100146,106286 -"351848",100147,106317 -"351849",100150,119696 -"351850",100154,103679 -"351851",100154,114802 -"351852",100156,100158 -"351853",100156,100159 -"351854",100156,115768 -"351855",100157,100167 -"351856",100157,100170 -"351857",100157,100172 -"351858",100157,100174 -"351859",100157,100188 -"351860",100157,100724 -"351861",100157,100757 -"351862",100157,100784 -"351863",100158,100159 -"351864",100160,120420 -"351865",100161,100609 -"351866",100162,105299 -"351867",100162,105867 -"351868",100162,110626 -"351869",100162,110927 -"351870",100163,114311 -"351871",100164,100274 -"351872",100165,100166 -"351873",100165,100177 -"351874",100165,100259 -"351875",100165,100519 -"351876",100166,100177 -"351877",100166,100259 -"351878",100166,100519 -"351879",100167,100170 -"351880",100167,100172 -"351881",100167,100174 -"351882",100167,100188 -"351883",100167,100724 -"351884",100167,100757 -"351885",100167,100784 -"351886",100169,100176 -"351887",100169,100189 -"351888",100169,100317 -"351889",100170,100172 -"351890",100170,100174 -"351891",100170,100188 -"351892",100170,100724 -"351893",100170,100757 -"351894",100170,100784 -"351895",100172,100174 -"351896",100172,100188 -"351897",100172,100724 -"351898",100172,100757 -"351899",100172,100784 -"351900",100172,102288 -"351901",100172,106254 -"351902",100172,106360 -"351903",100172,106370 -"351904",100172,106379 -"351905",100172,106385 -"351906",100174,100188 -"351907",100174,100724 -"351908",100174,100757 -"351909",100174,100784 -"351910",100174,106994 -"351911",100175,113705 -"351912",100175,113712 -"351913",100175,115269 -"351914",100175,119112 -"351915",100176,100189 -"351916",100176,100317 -"351917",100177,100259 -"351918",100177,100519 -"351919",100180,100205 -"351920",100180,106100 -"351921",100182,114444 -"351922",100188,100724 -"351923",100188,100757 -"351924",100188,100784 -"351925",100189,110355 -"351926",100190,106580 -"351927",100190,109988 -"351928",100190,116102 -"351929",100198,107712 -"351930",100198,108853 -"351931",100199,108429 -"351932",100203,119544 -"351933",100204,112594 -"351934",100205,100229 -"351935",100205,114954 -"351936",100207,100668 -"351937",100207,101135 -"351938",100207,101289 -"351939",100207,101290 -"351940",100207,101299 -"351941",100207,101744 -"351942",100207,103244 -"351943",100207,108470 -"351944",100207,108474 -"351945",100207,109949 -"351946",100208,102672 -"351947",100211,100271 -"351948",100211,100273 -"351949",100211,101983 -"351950",100211,105374 -"351951",100211,116147 -"351952",100211,116180 -"351953",100211,116393 -"351954",100211,119478 -"351955",100213,100278 -"351956",100213,108402 -"351957",100215,112199 -"351958",100216,107922 -"351959",100216,114118 -"351960",100217,100447 -"351961",100217,100644 -"351962",100217,117859 -"351963",100220,100554 -"351964",100222,100258 -"351965",100222,100283 -"351966",100222,110828 -"351967",100223,100285 -"351968",100223,113788 -"351969",100224,100561 -"351970",100225,111512 -"351971",100225,118570 -"351972",100225,119839 -"351973",100225,121035 -"351974",100226,105947 -"351975",100228,102964 -"351976",100229,102827 -"351977",100229,109167 -"351978",100232,117909 -"351979",100232,120659 -"351980",100233,100249 -"351981",100237,105194 -"351982",100237,117037 -"351983",100237,119255 -"351984",100238,106095 -"351985",100238,122738 -"351986",100239,100360 -"351987",100239,113099 -"351988",100240,115367 -"351989",100240,115370 -"351990",100243,108389 -"351991",100243,112604 -"351992",100243,114426 -"351993",100243,116387 -"351994",100247,109466 -"351995",100248,100270 -"351996",100252,100255 -"351997",100252,104433 -"351998",100253,103843 -"351999",100256,100269 -"352000",100256,103095 -"352001",100258,100283 -"352002",100259,100519 -"352003",100260,103654 -"352004",100263,112131 -"352005",100264,101228 -"352006",100264,110280 -"352007",100265,103854 -"352008",100266,100489 -"352009",100266,107871 -"352010",100269,103095 -"352011",100269,120205 -"352012",100269,121355 -"352013",100271,100273 -"352014",100272,117947 -"352015",100275,110028 -"352016",100278,108402 -"352017",100280,105158 -"352018",100280,118792 -"352019",100280,119409 -"352020",100282,101557 -"352021",100286,100297 -"352022",100286,119711 -"352023",100288,100295 -"352024",100289,100290 -"352025",100291,100417 -"352026",100291,101164 -"352027",100291,101484 -"352028",100292,103104 -"352029",100292,103122 -"352030",100292,103127 -"352031",100293,109356 -"352032",100293,109398 -"352033",100298,107672 -"352034",100299,100650 -"352035",100299,115417 -"352036",100305,102354 -"352037",100308,100323 -"352038",100308,100324 -"352039",100308,100327 -"352040",100308,100331 -"352041",100308,100333 -"352042",100308,100340 -"352043",100308,100341 -"352044",100308,102029 -"352045",100309,105117 -"352046",100312,101233 -"352047",100316,114962 -"352048",100316,119436 -"352049",100318,114771 -"352050",100319,100322 -"352051",100319,101250 -"352052",100319,101462 -"352053",100319,109885 -"352054",100319,110742 -"352055",100319,112606 -"352056",100319,116142 -"352057",100319,116150 -"352058",100319,116151 -"352059",100319,116152 -"352060",100319,116155 -"352061",100319,116159 -"352062",100319,116163 -"352063",100319,116165 -"352064",100319,116166 -"352065",100319,116171 -"352066",100319,116677 -"352067",100319,116678 -"352068",100320,100334 -"352069",100321,104670 -"352070",100321,105961 -"352071",100321,108215 -"352072",100321,118227 -"352073",100323,100324 -"352074",100323,100327 -"352075",100323,100331 -"352076",100323,100333 -"352077",100323,100340 -"352078",100323,100341 -"352079",100323,102029 -"352080",100323,109701 -"352081",100323,109702 -"352082",100324,100327 -"352083",100324,100331 -"352084",100324,100333 -"352085",100324,100340 -"352086",100324,100341 -"352087",100324,102029 -"352088",100327,100331 -"352089",100327,100333 -"352090",100327,100340 -"352091",100327,100341 -"352092",100327,102029 -"352093",100328,109074 -"352094",100331,100333 -"352095",100331,100340 -"352096",100331,100341 -"352097",100331,102029 -"352098",100332,109832 -"352099",100332,120369 -"352100",100333,100340 -"352101",100333,100341 -"352102",100333,102029 -"352103",100336,100621 -"352104",100336,103996 -"352105",100339,106232 -"352106",100340,100341 -"352107",100340,102029 -"352108",100341,102029 -"352109",100342,102467 -"352110",100353,105469 -"352111",100353,109039 -"352112",100356,105918 -"352113",100356,113525 -"352114",100356,120774 -"352115",100356,122124 -"352116",100356,122162 -"352117",100356,122203 -"352118",100359,101735 -"352119",100359,104452 -"352120",100359,115822 -"352121",100363,100379 -"352122",100363,101124 -"352123",100365,117285 -"352124",100366,100950 -"352125",100366,100955 -"352126",100366,101028 -"352127",100366,116682 -"352128",100372,101239 -"352129",100372,110029 -"352130",100372,119039 -"352131",100372,122994 -"352132",100374,100428 -"352133",100378,114328 -"352134",100379,101124 -"352135",100383,119863 -"352136",100386,103721 -"352137",100387,100410 -"352138",100387,123155 -"352139",100390,103090 -"352140",100391,119404 -"352141",100392,121503 -"352142",100393,113436 -"352143",100395,100400 -"352144",100396,106875 -"352145",100396,115718 -"352146",100398,100460 -"352147",100398,112148 -"352148",100398,117679 -"352149",100404,108429 -"352150",100405,110985 -"352151",100405,115048 -"352152",100407,114456 -"352153",100409,106486 -"352154",100409,112491 -"352155",100410,100829 -"352156",100410,121735 -"352157",100410,121742 -"352158",100411,106446 -"352159",100411,107921 -"352160",100412,105283 -"352161",100412,110954 -"352162",100416,101732 -"352163",100416,110118 -"352164",100420,111262 -"352165",100423,106162 -"352166",100423,109420 -"352167",100423,114844 -"352168",100424,118743 -"352169",100424,118745 -"352170",100424,123411 -"352171",100431,122030 -"352172",100432,102360 -"352173",100432,102400 -"352174",100432,102637 -"352175",100432,105606 -"352176",100432,110424 -"352177",100434,100490 -"352178",100436,113107 -"352179",100437,114296 -"352180",100438,104486 -"352181",100438,107068 -"352182",100438,108788 -"352183",100438,111140 -"352184",100438,117271 -"352185",100439,100440 -"352186",100439,100452 -"352187",100440,100452 -"352188",100441,100473 -"352189",100442,101180 -"352190",100442,109764 -"352191",100446,100453 -"352192",100446,100454 -"352193",100446,101792 -"352194",100447,100644 -"352195",100448,101094 -"352196",100448,102685 -"352197",100448,106993 -"352198",100449,101138 -"352199",100450,100459 -"352200",100453,100454 -"352201",100454,110254 -"352202",100454,114282 -"352203",100454,114545 -"352204",100454,116796 -"352205",100457,100467 -"352206",100462,108465 -"352207",100462,112823 -"352208",100465,102974 -"352209",100465,104682 -"352210",100467,112837 -"352211",100467,114778 -"352212",100468,112050 -"352213",100470,106750 -"352214",100472,100474 -"352215",100472,112526 -"352216",100472,112728 -"352217",100474,113319 -"352218",100477,101445 -"352219",100477,112916 -"352220",100477,115387 -"352221",100477,115897 -"352222",100480,104094 -"352223",100480,108068 -"352224",100485,119918 -"352225",100485,121994 -"352226",100486,116552 -"352227",100489,107871 -"352228",100493,100511 -"352229",100494,101534 -"352230",100496,100523 -"352231",100496,103775 -"352232",100496,110557 -"352233",100496,117013 -"352234",100496,117043 -"352235",100496,118083 -"352236",100498,100549 -"352237",100500,100554 -"352238",100501,103698 -"352239",100501,105344 -"352240",100501,105351 -"352241",100502,100583 -"352242",100502,100734 -"352243",100502,104662 -"352244",100502,105197 -"352245",100502,105207 -"352246",100502,105221 -"352247",100502,105231 -"352248",100502,105903 -"352249",100502,105988 -"352250",100502,109434 -"352251",100503,105787 -"352252",100503,113300 -"352253",100506,106580 -"352254",100506,118684 -"352255",100506,118691 -"352256",100506,118794 -"352257",100507,121587 -"352258",100507,121624 -"352259",100507,121635 -"352260",100510,118124 -"352261",100510,119117 -"352262",100510,119218 -"352263",100512,116145 -"352264",100512,116385 -"352265",100517,101867 -"352266",100518,109078 -"352267",100518,117149 -"352268",100523,102351 -"352269",100523,110557 -"352270",100523,117068 -"352271",100523,118083 -"352272",100524,100658 -"352273",100524,102586 -"352274",100524,110961 -"352275",100524,113919 -"352276",100528,108905 -"352277",100528,119443 -"352278",100529,100538 -"352279",100529,100550 -"352280",100530,100544 -"352281",100530,111765 -"352282",100532,100535 -"352283",100532,101709 -"352284",100532,110159 -"352285",100534,100537 -"352286",100538,100550 -"352287",100539,100555 -"352288",100541,117162 -"352289",100542,117742 -"352290",100542,123367 -"352291",100545,101797 -"352292",100546,100547 -"352293",100546,114391 -"352294",100546,114395 -"352295",100549,101016 -"352296",100549,102401 -"352297",100549,102796 -"352298",100552,110059 -"352299",100553,101089 -"352300",100553,107468 -"352301",100553,107490 -"352302",100553,107493 -"352303",100556,101779 -"352304",100556,123124 -"352305",100559,109555 -"352306",100559,109669 -"352307",100559,120192 -"352308",100559,120194 -"352309",100559,120197 -"352310",100559,120198 -"352311",100559,120199 -"352312",100559,120215 -"352313",100561,104046 -"352314",100561,104670 -"352315",100561,107531 -"352316",100561,122919 -"352317",100565,100628 -"352318",100566,101376 -"352319",100566,103229 -"352320",100566,103920 -"352321",100566,108457 -"352322",100566,108615 -"352323",100566,110703 -"352324",100566,110712 -"352325",100566,110857 -"352326",100566,116840 -"352327",100572,106043 -"352328",100573,103083 -"352329",100573,106259 -"352330",100573,108452 -"352331",100573,110091 -"352332",100573,110106 -"352333",100573,110734 -"352334",100574,118475 -"352335",100577,101261 -"352336",100577,102546 -"352337",100579,100593 -"352338",100581,101869 -"352339",100581,101894 -"352340",100581,102230 -"352341",100581,105744 -"352342",100581,111974 -"352343",100581,113432 -"352344",100581,113649 -"352345",100581,113688 -"352346",100583,110469 -"352347",100584,103598 -"352348",100584,109753 -"352349",100584,110727 -"352350",100584,110805 -"352351",100584,112300 -"352352",100585,102076 -"352353",100586,102279 -"352354",100587,117590 -"352355",100587,118971 -"352356",100588,112084 -"352357",100589,100590 -"352358",100590,103527 -"352359",100590,112471 -"352360",100590,119972 -"352361",100590,120269 -"352362",100590,121199 -"352363",100592,118872 -"352364",100594,100638 -"352365",100594,107421 -"352366",100595,100739 -"352367",100595,100819 -"352368",100595,101898 -"352369",100595,101988 -"352370",100595,102146 -"352371",100595,102201 -"352372",100595,102309 -"352373",100595,102635 -"352374",100595,102730 -"352375",100595,102846 -"352376",100595,103790 -"352377",100595,104095 -"352378",100595,104574 -"352379",100595,104784 -"352380",100595,104798 -"352381",100595,104845 -"352382",100595,107269 -"352383",100595,107623 -"352384",100595,107714 -"352385",100595,107879 -"352386",100595,107975 -"352387",100596,100597 -"352388",100596,100604 -"352389",100596,100605 -"352390",100596,100618 -"352391",100596,100624 -"352392",100596,101382 -"352393",100597,100604 -"352394",100597,100605 -"352395",100597,100618 -"352396",100597,100624 -"352397",100597,101382 -"352398",100598,110023 -"352399",100598,111111 -"352400",100598,111236 -"352401",100598,111247 -"352402",100598,111256 -"352403",100599,102229 -"352404",100599,108411 -"352405",100600,116999 -"352406",100604,100605 -"352407",100604,100618 -"352408",100604,100624 -"352409",100604,101382 -"352410",100605,100618 -"352411",100605,100624 -"352412",100605,101382 -"352413",100606,103031 -"352414",100606,103066 -"352415",100607,101067 -"352416",100607,101484 -"352417",100614,100615 -"352418",100614,109261 -"352419",100614,109946 -"352420",100616,114507 -"352421",100616,117017 -"352422",100616,117020 -"352423",100618,100624 -"352424",100618,101382 -"352425",100619,110435 -"352426",100621,103996 -"352427",100622,111924 -"352428",100623,106605 -"352429",100624,101382 -"352430",100624,110937 -"352431",100627,120713 -"352432",100628,111864 -"352433",100628,111873 -"352434",100629,101222 -"352435",100630,100964 -"352436",100630,113658 -"352437",100631,117329 -"352438",100633,101543 -"352439",100633,111411 -"352440",100634,100641 -"352441",100634,101207 -"352442",100635,114644 -"352443",100637,101050 -"352444",100637,118198 -"352445",100637,118214 -"352446",100637,118218 -"352447",100639,107109 -"352448",100639,107124 -"352449",100640,100661 -"352450",100640,108748 -"352451",100640,111831 -"352452",100640,111907 -"352453",100640,111910 -"352454",100640,119702 -"352455",100641,101207 -"352456",100642,111334 -"352457",100643,100857 -"352458",100643,101196 -"352459",100644,110275 -"352460",100646,110666 -"352461",100649,106726 -"352462",100650,100958 -"352463",100651,100652 -"352464",100651,100654 -"352465",100652,100654 -"352466",100653,101499 -"352467",100653,116054 -"352468",100658,110961 -"352469",100661,120711 -"352470",100662,101834 -"352471",100662,105626 -"352472",100663,100664 -"352473",100665,101960 -"352474",100667,118473 -"352475",100669,100676 -"352476",100670,117449 -"352477",100670,118017 -"352478",100679,109570 -"352479",100679,116964 -"352480",100680,101517 -"352481",100681,114708 -"352482",100681,114874 -"352483",100684,117332 -"352484",100684,120297 -"352485",100687,108852 -"352486",100687,119403 -"352487",100687,119406 -"352488",100688,103669 -"352489",100689,100697 -"352490",100690,100702 -"352491",100694,100695 -"352492",100695,108679 -"352493",100696,116278 -"352494",100697,112150 -"352495",100697,112153 -"352496",100697,112443 -"352497",100697,112447 -"352498",100697,112455 -"352499",100697,112459 -"352500",100697,114599 -"352501",100698,104733 -"352502",100699,101667 -"352503",100700,105155 -"352504",100702,109280 -"352505",100704,103983 -"352506",100708,112932 -"352507",100708,114631 -"352508",100709,101534 -"352509",100712,114203 -"352510",100713,103011 -"352511",100714,113639 -"352512",100720,101560 -"352513",100720,113741 -"352514",100720,120851 -"352515",100720,120868 -"352516",100720,121191 -"352517",100720,121192 -"352518",100722,100727 -"352519",100723,105209 -"352520",100723,113371 -"352521",100724,100757 -"352522",100724,100784 -"352523",100725,100729 -"352524",100727,101520 -"352525",100727,105790 -"352526",100727,109236 -"352527",100727,109547 -"352528",100727,111127 -"352529",100727,114127 -"352530",100727,120913 -"352531",100728,102598 -"352532",100732,100734 -"352533",100732,102075 -"352534",100734,105197 -"352535",100734,105207 -"352536",100734,105221 -"352537",100734,105231 -"352538",100736,100779 -"352539",100736,106435 -"352540",100736,108869 -"352541",100736,110786 -"352542",100736,121435 -"352543",100738,111578 -"352544",100739,100819 -"352545",100739,101898 -"352546",100739,101988 -"352547",100739,102146 -"352548",100739,102201 -"352549",100739,102309 -"352550",100739,102635 -"352551",100739,102730 -"352552",100739,102846 -"352553",100739,103790 -"352554",100739,104095 -"352555",100739,104574 -"352556",100739,104784 -"352557",100739,104845 -"352558",100739,107269 -"352559",100739,107623 -"352560",100739,107714 -"352561",100739,107879 -"352562",100739,107975 -"352563",100741,111980 -"352564",100741,112957 -"352565",100741,113080 -"352566",100742,115032 -"352567",100744,112146 -"352568",100745,100748 -"352569",100746,105884 -"352570",100746,119918 -"352571",100746,120076 -"352572",100748,112307 -"352573",100749,100753 -"352574",100751,101827 -"352575",100751,109506 -"352576",100751,114276 -"352577",100751,114507 -"352578",100751,114514 -"352579",100751,114516 -"352580",100752,101709 -"352581",100756,101788 -"352582",100756,101944 -"352583",100756,102282 -"352584",100757,100784 -"352585",100758,100776 -"352586",100758,122485 -"352587",100760,111021 -"352588",100760,116359 -"352589",100761,106265 -"352590",100762,103046 -"352591",100763,100774 -"352592",100767,100777 -"352593",100770,100771 -"352594",100772,101063 -"352595",100774,107539 -"352596",100774,110487 -"352597",100774,110488 -"352598",100774,110492 -"352599",100777,111711 -"352600",100777,114266 -"352601",100777,114486 -"352602",100780,114926 -"352603",100780,123336 -"352604",100782,112132 -"352605",100782,116898 -"352606",100792,119988 -"352607",100793,103616 -"352608",100793,111263 -"352609",100793,111280 -"352610",100795,106824 -"352611",100795,108879 -"352612",100795,109166 -"352613",100795,109858 -"352614",100795,109878 -"352615",100795,112962 -"352616",100795,113990 -"352617",100795,115413 -"352618",100795,116123 -"352619",100795,117258 -"352620",100795,117560 -"352621",100795,118128 -"352622",100795,118836 -"352623",100795,118866 -"352624",100795,118873 -"352625",100795,119131 -"352626",100795,119513 -"352627",100795,119716 -"352628",100795,119769 -"352629",100795,120123 -"352630",100795,120169 -"352631",100795,120725 -"352632",100795,120944 -"352633",100795,121609 -"352634",100795,122007 -"352635",100795,122032 -"352636",100795,122035 -"352637",100795,122724 -"352638",100795,123070 -"352639",100795,123394 -"352640",100795,123490 -"352641",100796,119654 -"352642",100797,100800 -"352643",100797,105592 -"352644",100797,108381 -"352645",100799,109671 -"352646",100799,109672 -"352647",100800,108381 -"352648",100801,111531 -"352649",100804,104920 -"352650",100805,101068 -"352651",100806,103355 -"352652",100807,106031 -"352653",100808,114897 -"352654",100808,118791 -"352655",100808,120149 -"352656",100809,103698 -"352657",100810,105872 -"352658",100810,106535 -"352659",100812,106512 -"352660",100814,113823 -"352661",100817,105797 -"352662",100819,101898 -"352663",100819,101988 -"352664",100819,102146 -"352665",100819,102201 -"352666",100819,102309 -"352667",100819,102635 -"352668",100819,102730 -"352669",100819,102846 -"352670",100819,103790 -"352671",100819,104095 -"352672",100819,104574 -"352673",100819,104784 -"352674",100819,104845 -"352675",100819,107269 -"352676",100819,107623 -"352677",100819,107714 -"352678",100819,107879 -"352679",100819,107975 -"352680",100820,109612 -"352681",100820,110864 -"352682",100820,117108 -"352683",100820,119729 -"352684",100820,119782 -"352685",100823,101263 -"352686",100823,108058 -"352687",100825,100835 -"352688",100829,121735 -"352689",100829,121742 -"352690",100830,100840 -"352691",100830,101202 -"352692",100830,114789 -"352693",100835,115977 -"352694",100836,102185 -"352695",100836,102190 -"352696",100836,102196 -"352697",100836,102197 -"352698",100836,102212 -"352699",100841,101830 -"352700",100843,100920 -"352701",100844,101707 -"352702",100846,101610 -"352703",100847,100862 -"352704",100849,100881 -"352705",100851,102331 -"352706",100853,106285 -"352707",100853,110587 -"352708",100854,104511 -"352709",100857,101196 -"352710",100858,104468 -"352711",100859,106662 -"352712",100859,120360 -"352713",100860,115025 -"352714",100860,120131 -"352715",100860,123096 -"352716",100862,102801 -"352717",100862,102831 -"352718",100866,100876 -"352719",100866,106414 -"352720",100867,107944 -"352721",100869,105453 -"352722",100872,109338 -"352723",100872,116752 -"352724",100873,111725 -"352725",100875,100882 -"352726",100876,106414 -"352727",100877,100919 -"352728",100878,104121 -"352729",100883,114206 -"352730",100884,103547 -"352731",100885,100897 -"352732",100886,102968 -"352733",100886,103323 -"352734",100886,123438 -"352735",100889,113405 -"352736",100889,121990 -"352737",100889,121992 -"352738",100892,104279 -"352739",100892,106849 -"352740",100892,108866 -"352741",100892,109155 -"352742",100892,111848 -"352743",100893,101500 -"352744",100893,104261 -"352745",100893,115240 -"352746",100893,115273 -"352747",100903,117277 -"352748",100903,117976 -"352749",100903,117982 -"352750",100904,106569 -"352751",100906,116617 -"352752",100909,103190 -"352753",100909,111993 -"352754",100909,122016 -"352755",100910,109284 -"352756",100912,109375 -"352757",100915,101250 -"352758",100915,116777 -"352759",100915,122632 -"352760",100916,100944 -"352761",100916,101126 -"352762",100916,101329 -"352763",100916,105557 -"352764",100916,107199 -"352765",100916,108743 -"352766",100916,108980 -"352767",100916,109291 -"352768",100916,109933 -"352769",100916,110483 -"352770",100916,110567 -"352771",100916,110572 -"352772",100916,110630 -"352773",100916,110648 -"352774",100916,110711 -"352775",100916,110770 -"352776",100916,110869 -"352777",100916,110911 -"352778",100916,111285 -"352779",100916,111314 -"352780",100916,111362 -"352781",100916,111372 -"352782",100916,111424 -"352783",100916,111433 -"352784",100916,112422 -"352785",100916,113269 -"352786",100916,113430 -"352787",100916,114242 -"352788",100916,114842 -"352789",100916,115427 -"352790",100916,115521 -"352791",100916,115711 -"352792",100921,116906 -"352793",100921,116907 -"352794",100922,100923 -"352795",100924,105442 -"352796",100924,118432 -"352797",100925,101570 -"352798",100926,106703 -"352799",100926,110427 -"352800",100926,111219 -"352801",100927,105392 -"352802",100927,105488 -"352803",100927,105500 -"352804",100927,106582 -"352805",100929,102073 -"352806",100930,110152 -"352807",100930,120351 -"352808",100932,105272 -"352809",100932,116916 -"352810",100933,115759 -"352811",100934,109468 -"352812",100934,110079 -"352813",100934,117155 -"352814",100934,117502 -"352815",100934,117503 -"352816",100934,122245 -"352817",100934,122488 -"352818",100934,122510 -"352819",100935,101026 -"352820",100935,101035 -"352821",100935,101454 -"352822",100937,101445 -"352823",100939,111762 -"352824",100941,109035 -"352825",100941,109761 -"352826",100943,109971 -"352827",100943,115993 -"352828",100944,101126 -"352829",100944,101166 -"352830",100944,101329 -"352831",100944,105557 -"352832",100944,105654 -"352833",100944,107199 -"352834",100944,108743 -"352835",100944,108980 -"352836",100944,109291 -"352837",100944,109933 -"352838",100944,110483 -"352839",100944,110567 -"352840",100944,110572 -"352841",100944,110630 -"352842",100944,110648 -"352843",100944,110711 -"352844",100944,110770 -"352845",100944,110869 -"352846",100944,110911 -"352847",100944,111285 -"352848",100944,111314 -"352849",100944,111362 -"352850",100944,111372 -"352851",100944,111424 -"352852",100944,111433 -"352853",100944,112422 -"352854",100944,113269 -"352855",100944,113430 -"352856",100944,114242 -"352857",100944,114842 -"352858",100944,115427 -"352859",100944,115521 -"352860",100944,115711 -"352861",100945,113741 -"352862",100950,100955 -"352863",100950,101028 -"352864",100951,101025 -"352865",100951,101442 -"352866",100951,101475 -"352867",100953,101934 -"352868",100955,101028 -"352869",100959,101032 -"352870",100960,110962 -"352871",100960,116882 -"352872",100961,109029 -"352873",100964,113658 -"352874",100966,104368 -"352875",100966,111698 -"352876",100969,106713 -"352877",100970,106014 -"352878",100970,114935 -"352879",100972,104022 -"352880",100978,102164 -"352881",100978,109619 -"352882",100978,109624 -"352883",100978,109625 -"352884",100981,102155 -"352885",100982,101005 -"352886",100984,100989 -"352887",100988,109091 -"352888",100988,110211 -"352889",100992,108010 -"352890",100994,104863 -"352891",100994,117739 -"352892",100995,102865 -"352893",100996,101002 -"352894",100996,103888 -"352895",100996,103892 -"352896",100998,106567 -"352897",100998,109259 -"352898",100998,114104 -"352899",100998,118636 -"352900",100998,120140 -"352901",100998,122429 -"352902",100998,122435 -"352903",101000,116504 -"352904",101003,110720 -"352905",101006,118138 -"352906",101009,101161 -"352907",101010,101891 -"352908",101011,101022 -"352909",101013,101020 -"352910",101014,107267 -"352911",101016,101087 -"352912",101016,102401 -"352913",101016,102796 -"352914",101016,105495 -"352915",101016,105955 -"352916",101016,116302 -"352917",101016,116315 -"352918",101016,116325 -"352919",101016,116331 -"352920",101017,101018 -"352921",101021,111861 -"352922",101022,115316 -"352923",101024,109385 -"352924",101025,101442 -"352925",101025,101475 -"352926",101026,101035 -"352927",101026,101454 -"352928",101027,118481 -"352929",101033,111353 -"352930",101033,112707 -"352931",101033,115663 -"352932",101033,115678 -"352933",101035,101454 -"352934",101036,121365 -"352935",101037,102660 -"352936",101037,118057 -"352937",101039,101061 -"352938",101039,102210 -"352939",101040,101043 -"352940",101040,101050 -"352941",101040,101051 -"352942",101040,101054 -"352943",101040,101627 -"352944",101042,101048 -"352945",101043,101050 -"352946",101043,101051 -"352947",101043,101054 -"352948",101043,101627 -"352949",101049,116425 -"352950",101050,101051 -"352951",101050,101054 -"352952",101050,101627 -"352953",101050,118198 -"352954",101050,118214 -"352955",101050,118218 -"352956",101051,101054 -"352957",101051,101627 -"352958",101053,103228 -"352959",101053,103927 -"352960",101053,103954 -"352961",101054,101627 -"352962",101055,102623 -"352963",101055,102662 -"352964",101055,102670 -"352965",101055,103797 -"352966",101058,103364 -"352967",101058,121642 -"352968",101059,102536 -"352969",101059,105274 -"352970",101061,102210 -"352971",101064,110078 -"352972",101066,102028 -"352973",101067,101484 -"352974",101067,107050 -"352975",101069,110690 -"352976",101071,116886 -"352977",101074,101499 -"352978",101074,103151 -"352979",101074,103206 -"352980",101075,111556 -"352981",101075,115594 -"352982",101075,119965 -"352983",101075,120029 -"352984",101077,108415 -"352985",101077,108623 -"352986",101078,110664 -"352987",101078,110672 -"352988",101081,113872 -"352989",101082,117020 -"352990",101084,103170 -"352991",101086,101090 -"352992",101087,102341 -"352993",101087,102401 -"352994",101087,105495 -"352995",101087,105955 -"352996",101087,106576 -"352997",101087,108577 -"352998",101087,108836 -"352999",101087,110376 -"353000",101087,110380 -"353001",101087,116302 -"353002",101087,116315 -"353003",101087,116325 -"353004",101087,116331 -"353005",101088,108399 -"353006",101089,101288 -"353007",101089,101364 -"353008",101089,101369 -"353009",101089,107468 -"353010",101089,107490 -"353011",101089,107493 -"353012",101091,103434 -"353013",101092,103698 -"353014",101093,106752 -"353015",101093,119978 -"353016",101093,120037 -"353017",101094,102685 -"353018",101096,101873 -"353019",101099,112964 -"353020",101100,104204 -"353021",101100,108193 -"353022",101100,110379 -"353023",101100,113799 -"353024",101100,118105 -"353025",101100,119673 -"353026",101100,120463 -"353027",101101,116823 -"353028",101102,117856 -"353029",101109,114598 -"353030",101112,101119 -"353031",101112,101924 -"353032",101112,112508 -"353033",101113,103462 -"353034",101113,119320 -"353035",101114,101118 -"353036",101115,105282 -"353037",101117,109262 -"353038",101117,110196 -"353039",101117,110216 -"353040",101121,116919 -"353041",101122,114866 -"353042",101122,114923 -"353043",101124,102970 -"353044",101125,102243 -"353045",101125,112456 -"353046",101126,101329 -"353047",101126,105557 -"353048",101126,107199 -"353049",101126,108743 -"353050",101126,108980 -"353051",101126,109291 -"353052",101126,109933 -"353053",101126,110483 -"353054",101126,110567 -"353055",101126,110572 -"353056",101126,110630 -"353057",101126,110648 -"353058",101126,110711 -"353059",101126,110770 -"353060",101126,110869 -"353061",101126,110911 -"353062",101126,111285 -"353063",101126,111314 -"353064",101126,111362 -"353065",101126,111372 -"353066",101126,111424 -"353067",101126,111433 -"353068",101126,112422 -"353069",101126,113269 -"353070",101126,113430 -"353071",101126,114242 -"353072",101126,114842 -"353073",101126,115427 -"353074",101126,115521 -"353075",101126,115711 -"353076",101127,101194 -"353077",101127,103238 -"353078",101128,102788 -"353079",101128,112567 -"353080",101128,115578 -"353081",101130,107409 -"353082",101130,108850 -"353083",101131,101148 -"353084",101131,101149 -"353085",101131,109219 -"353086",101131,110657 -"353087",101131,117830 -"353088",101131,118618 -"353089",101132,102093 -"353090",101133,103036 -"353091",101133,109726 -"353092",101134,102639 -"353093",101134,104139 -"353094",101135,101289 -"353095",101135,101290 -"353096",101135,101299 -"353097",101135,118629 -"353098",101135,121090 -"353099",101138,109872 -"353100",101138,111473 -"353101",101138,117046 -"353102",101138,117105 -"353103",101141,101153 -"353104",101142,107353 -"353105",101143,101168 -"353106",101143,101169 -"353107",101144,113032 -"353108",101148,101149 -"353109",101148,110392 -"353110",101148,110396 -"353111",101148,110657 -"353112",101148,117830 -"353113",101153,117820 -"353114",101155,101189 -"353115",101156,107544 -"353116",101156,119065 -"353117",101156,120375 -"353118",101159,114712 -"353119",101159,116765 -"353120",101163,114357 -"353121",101166,120210 -"353122",101168,101169 -"353123",101170,110226 -"353124",101172,105535 -"353125",101178,107554 -"353126",101179,105698 -"353127",101180,102827 -"353128",101180,103658 -"353129",101180,104867 -"353130",101180,109764 -"353131",101180,114832 -"353132",101183,117776 -"353133",101184,117246 -"353134",101190,102144 -"353135",101192,123062 -"353136",101198,109125 -"353137",101198,116897 -"353138",101199,101219 -"353139",101200,101211 -"353140",101201,101206 -"353141",101204,115657 -"353142",101208,101666 -"353143",101208,115905 -"353144",101212,101220 -"353145",101212,107844 -"353146",101212,117073 -"353147",101213,107457 -"353148",101213,115730 -"353149",101214,118186 -"353150",101216,116030 -"353151",101218,116018 -"353152",101223,101234 -"353153",101223,115686 -"353154",101227,121836 -"353155",101228,103826 -"353156",101228,110280 -"353157",101229,107818 -"353158",101231,102006 -"353159",101231,102107 -"353160",101231,102149 -"353161",101232,102123 -"353162",101235,119236 -"353163",101235,119239 -"353164",101236,110434 -"353165",101237,101238 -"353166",101240,113414 -"353167",101240,114374 -"353168",101240,114427 -"353169",101240,114434 -"353170",101243,101246 -"353171",101244,102080 -"353172",101250,101462 -"353173",101250,109885 -"353174",101250,110742 -"353175",101250,112606 -"353176",101250,116142 -"353177",101250,116150 -"353178",101250,116151 -"353179",101250,116152 -"353180",101250,116155 -"353181",101250,116159 -"353182",101250,116163 -"353183",101250,116165 -"353184",101250,116166 -"353185",101250,116171 -"353186",101250,116677 -"353187",101250,116678 -"353188",101250,116777 -"353189",101250,117163 -"353190",101250,117229 -"353191",101250,119338 -"353192",101252,101278 -"353193",101252,101754 -"353194",101253,101271 -"353195",101254,102102 -"353196",101255,106332 -"353197",101255,111890 -"353198",101256,105780 -"353199",101259,102692 -"353200",101261,102546 -"353201",101262,110613 -"353202",101262,110617 -"353203",101262,114219 -"353204",101263,117736 -"353205",101265,101268 -"353206",101265,102135 -"353207",101267,118493 -"353208",101268,102135 -"353209",101269,103343 -"353210",101270,101354 -"353211",101270,113195 -"353212",101276,109007 -"353213",101276,109650 -"353214",101276,114431 -"353215",101277,122397 -"353216",101278,101754 -"353217",101278,108608 -"353218",101278,108610 -"353219",101280,101293 -"353220",101281,116701 -"353221",101281,121058 -"353222",101281,121126 -"353223",101281,121130 -"353224",101286,121801 -"353225",101286,123023 -"353226",101286,123147 -"353227",101288,101364 -"353228",101288,101369 -"353229",101289,101290 -"353230",101289,101299 -"353231",101290,101299 -"353232",101291,104970 -"353233",101291,105177 -"353234",101291,105367 -"353235",101292,112709 -"353236",101294,101817 -"353237",101294,108021 -"353238",101298,106940 -"353239",101298,109200 -"353240",101298,119836 -"353241",101299,103496 -"353242",101306,102426 -"353243",101308,104985 -"353244",101309,102270 -"353245",101310,114731 -"353246",101311,123262 -"353247",101312,101316 -"353248",101312,101357 -"353249",101313,103282 -"353250",101314,101315 -"353251",101316,101357 -"353252",101323,101481 -"353253",101323,102845 -"353254",101323,104957 -"353255",101323,109815 -"353256",101323,111066 -"353257",101323,113278 -"353258",101323,113314 -"353259",101323,114723 -"353260",101323,116644 -"353261",101323,117804 -"353262",101323,121414 -"353263",101323,122345 -"353264",101323,122353 -"353265",101323,122358 -"353266",101323,122360 -"353267",101323,122366 -"353268",101323,122367 -"353269",101323,122376 -"353270",101323,122383 -"353271",101323,122393 -"353272",101323,122394 -"353273",101323,122398 -"353274",101323,122402 -"353275",101323,122403 -"353276",101323,122409 -"353277",101323,122412 -"353278",101323,122414 -"353279",101323,122415 -"353280",101323,122417 -"353281",101323,122418 -"353282",101323,122421 -"353283",101323,122422 -"353284",101323,122437 -"353285",101323,122438 -"353286",101323,122440 -"353287",101323,123424 -"353288",101324,121269 -"353289",101325,106863 -"353290",101325,106902 -"353291",101326,113433 -"353292",101326,113441 -"353293",101328,101393 -"353294",101328,102424 -"353295",101329,105557 -"353296",101329,107199 -"353297",101329,108743 -"353298",101329,108980 -"353299",101329,109291 -"353300",101329,109933 -"353301",101329,110483 -"353302",101329,110567 -"353303",101329,110572 -"353304",101329,110630 -"353305",101329,110648 -"353306",101329,110711 -"353307",101329,110770 -"353308",101329,110869 -"353309",101329,110911 -"353310",101329,111285 -"353311",101329,111314 -"353312",101329,111362 -"353313",101329,111372 -"353314",101329,111424 -"353315",101329,111433 -"353316",101329,112422 -"353317",101329,113269 -"353318",101329,113430 -"353319",101329,114242 -"353320",101329,114842 -"353321",101329,115427 -"353322",101329,115521 -"353323",101329,115711 -"353324",101332,111074 -"353325",101332,111090 -"353326",101333,101335 -"353327",101333,110887 -"353328",101333,118521 -"353329",101337,107334 -"353330",101338,107811 -"353331",101338,112770 -"353332",101338,113762 -"353333",101342,118913 -"353334",101345,102576 -"353335",101345,104381 -"353336",101345,119545 -"353337",101350,101351 -"353338",101353,101362 -"353339",101354,108324 -"353340",101354,121001 -"353341",101354,121002 -"353342",101354,121008 -"353343",101354,122681 -"353344",101354,122683 -"353345",101354,122714 -"353346",101354,122715 -"353347",101355,114201 -"353348",101355,122113 -"353349",101356,101361 -"353350",101356,101363 -"353351",101356,108099 -"353352",101361,101363 -"353353",101361,105892 -"353354",101361,108099 -"353355",101363,108099 -"353356",101364,101369 -"353357",101364,114490 -"353358",101366,101698 -"353359",101366,121801 -"353360",101368,101373 -"353361",101369,106089 -"353362",101370,101372 -"353363",101371,106791 -"353364",101371,109021 -"353365",101371,109113 -"353366",101371,114642 -"353367",101374,112660 -"353368",101377,112368 -"353369",101378,106596 -"353370",101378,106598 -"353371",101378,115377 -"353372",101381,101766 -"353373",101381,104588 -"353374",101381,104735 -"353375",101381,106409 -"353376",101381,106413 -"353377",101381,110335 -"353378",101381,110336 -"353379",101386,105040 -"353380",101388,119106 -"353381",101388,119116 -"353382",101389,112895 -"353383",101391,104571 -"353384",101391,117587 -"353385",101391,119281 -"353386",101391,119341 -"353387",101393,102424 -"353388",101394,101401 -"353389",101395,107948 -"353390",101395,112410 -"353391",101395,114865 -"353392",101395,116970 -"353393",101395,121145 -"353394",101398,108112 -"353395",101399,115204 -"353396",101402,107882 -"353397",101406,102349 -"353398",101406,109665 -"353399",101408,103635 -"353400",101409,102299 -"353401",101409,117335 -"353402",101410,102584 -"353403",101410,102604 -"353404",101411,107753 -"353405",101412,102122 -"353406",101413,107974 -"353407",101413,115605 -"353408",101414,101443 -"353409",101419,121720 -"353410",101420,106590 -"353411",101420,106600 -"353412",101427,101434 -"353413",101427,101486 -"353414",101427,119293 -"353415",101428,101471 -"353416",101433,101583 -"353417",101433,101600 -"353418",101433,105286 -"353419",101434,101486 -"353420",101434,107920 -"353421",101437,106847 -"353422",101437,117712 -"353423",101441,111311 -"353424",101441,121339 -"353425",101441,121348 -"353426",101441,121354 -"353427",101442,101475 -"353428",101444,110082 -"353429",101445,112916 -"353430",101448,101498 -"353431",101449,101477 -"353432",101452,101458 -"353433",101452,119222 -"353434",101453,102727 -"353435",101457,107206 -"353436",101459,110594 -"353437",101460,117321 -"353438",101460,118407 -"353439",101460,118465 -"353440",101461,120677 -"353441",101461,120727 -"353442",101462,109885 -"353443",101462,110742 -"353444",101462,112606 -"353445",101462,116142 -"353446",101462,116150 -"353447",101462,116151 -"353448",101462,116152 -"353449",101462,116155 -"353450",101462,116159 -"353451",101462,116163 -"353452",101462,116165 -"353453",101462,116166 -"353454",101462,116171 -"353455",101462,116677 -"353456",101462,116678 -"353457",101466,115476 -"353458",101466,120190 -"353459",101468,114915 -"353460",101472,101488 -"353461",101472,105388 -"353462",101474,101483 -"353463",101477,101650 -"353464",101477,108415 -"353465",101477,110149 -"353466",101477,114795 -"353467",101480,120193 -"353468",101482,102757 -"353469",101484,101870 -"353470",101484,104662 -"353471",101484,111317 -"353472",101491,108554 -"353473",101491,108583 -"353474",101493,113822 -"353475",101496,101978 -"353476",101496,114658 -"353477",101499,103151 -"353478",101499,103206 -"353479",101501,102012 -"353480",101501,114031 -"353481",101501,120127 -"353482",101502,103923 -"353483",101506,102919 -"353484",101506,112531 -"353485",101506,115967 -"353486",101507,115898 -"353487",101509,116910 -"353488",101511,111972 -"353489",101512,101576 -"353490",101512,101577 -"353491",101512,107995 -"353492",101513,102236 -"353493",101513,111364 -"353494",101513,117092 -"353495",101513,121500 -"353496",101513,122925 -"353497",101513,122957 -"353498",101515,105410 -"353499",101516,102387 -"353500",101516,108374 -"353501",101516,108893 -"353502",101516,109101 -"353503",101516,109523 -"353504",101516,110993 -"353505",101516,111338 -"353506",101516,111398 -"353507",101516,111409 -"353508",101516,111480 -"353509",101516,112422 -"353510",101516,112648 -"353511",101516,112708 -"353512",101516,112820 -"353513",101516,112997 -"353514",101516,113597 -"353515",101516,114418 -"353516",101516,114582 -"353517",101516,115371 -"353518",101516,116028 -"353519",101516,116604 -"353520",101518,101528 -"353521",101520,114127 -"353522",101521,101538 -"353523",101521,101556 -"353524",101522,115633 -"353525",101523,113961 -"353526",101524,101785 -"353527",101524,109010 -"353528",101524,109733 -"353529",101524,113271 -"353530",101524,119188 -"353531",101525,112552 -"353532",101526,101965 -"353533",101526,106168 -"353534",101526,116443 -"353535",101528,103498 -"353536",101528,119704 -"353537",101530,115392 -"353538",101534,101684 -"353539",101534,101685 -"353540",101534,101706 -"353541",101534,102703 -"353542",101534,110998 -"353543",101534,111048 -"353544",101534,111067 -"353545",101534,112672 -"353546",101534,115018 -"353547",101535,107516 -"353548",101538,101556 -"353549",101540,105990 -"353550",101549,107074 -"353551",101551,101839 -"353552",101551,112512 -"353553",101553,109942 -"353554",101558,109527 -"353555",101560,113741 -"353556",101560,120851 -"353557",101560,120868 -"353558",101561,102582 -"353559",101561,105483 -"353560",101564,105364 -"353561",101564,120668 -"353562",101567,104730 -"353563",101567,111221 -"353564",101567,111324 -"353565",101567,111364 -"353566",101567,111365 -"353567",101568,120950 -"353568",101569,111682 -"353569",101572,114539 -"353570",101573,108576 -"353571",101573,109448 -"353572",101573,109456 -"353573",101573,109459 -"353574",101575,101599 -"353575",101576,101577 -"353576",101576,107995 -"353577",101576,117083 -"353578",101577,107995 -"353579",101578,121098 -"353580",101582,109924 -"353581",101583,101600 -"353582",101583,105286 -"353583",101583,122405 -"353584",101583,122406 -"353585",101590,103011 -"353586",101590,112687 -"353587",101599,117778 -"353588",101600,105286 -"353589",101600,106323 -"353590",101600,116084 -"353591",101600,122405 -"353592",101600,122406 -"353593",101602,113935 -"353594",101604,102202 -"353595",101604,103097 -"353596",101604,103118 -"353597",101604,103143 -"353598",101604,106155 -"353599",101604,109099 -"353600",101605,122489 -"353601",101608,102908 -"353602",101610,123213 -"353603",101615,102055 -"353604",101615,102068 -"353605",101616,101860 -"353606",101616,107891 -"353607",101616,110119 -"353608",101616,110863 -"353609",101617,105826 -"353610",101617,118975 -"353611",101617,118979 -"353612",101618,102209 -"353613",101620,103320 -"353614",101620,106553 -"353615",101620,115033 -"353616",101620,115540 -"353617",101620,121565 -"353618",101620,123045 -"353619",101621,103936 -"353620",101621,109806 -"353621",101621,114498 -"353622",101623,101665 -"353623",101625,101661 -"353624",101625,108513 -"353625",101625,110711 -"353626",101625,119322 -"353627",101629,116237 -"353628",101631,101656 -"353629",101632,102433 -"353630",101633,101638 -"353631",101633,101676 -"353632",101636,102300 -"353633",101636,102315 -"353634",101636,115950 -"353635",101638,101676 -"353636",101642,110139 -"353637",101642,110418 -"353638",101645,109809 -"353639",101646,119673 -"353640",101646,122981 -"353641",101647,101674 -"353642",101649,111949 -"353643",101650,120084 -"353644",101650,120468 -"353645",101655,101657 -"353646",101657,102342 -"353647",101658,109603 -"353648",101658,111946 -"353649",101658,119818 -"353650",101659,104106 -"353651",101660,111867 -"353652",101664,114908 -"353653",101664,114982 -"353654",101669,108733 -"353655",101671,107105 -"353656",101671,108657 -"353657",101671,116535 -"353658",101675,104446 -"353659",101675,114809 -"353660",101678,101690 -"353661",101679,101854 -"353662",101679,101874 -"353663",101681,101967 -"353664",101681,104887 -"353665",101681,105660 -"353666",101681,122767 -"353667",101682,103644 -"353668",101682,108829 -"353669",101684,101685 -"353670",101684,101706 -"353671",101684,102703 -"353672",101684,112672 -"353673",101684,115018 -"353674",101685,101706 -"353675",101687,108411 -"353676",101687,110359 -"353677",101687,110381 -"353678",101687,111320 -"353679",101687,116763 -"353680",101688,104448 -"353681",101688,104450 -"353682",101688,104481 -"353683",101688,104503 -"353684",101688,108459 -"353685",101690,111003 -"353686",101692,109494 -"353687",101692,113935 -"353688",101692,114255 -"353689",101693,101694 -"353690",101697,101720 -"353691",101699,101739 -"353692",101700,101705 -"353693",101700,102110 -"353694",101700,102111 -"353695",101702,104576 -"353696",101705,102110 -"353697",101705,102111 -"353698",101706,109483 -"353699",101706,109484 -"353700",101709,107302 -"353701",101709,119564 -"353702",101709,121514 -"353703",101712,118232 -"353704",101713,105457 -"353705",101713,105477 -"353706",101716,111416 -"353707",101718,103568 -"353708",101718,103586 -"353709",101721,101948 -"353710",101722,121096 -"353711",101730,101753 -"353712",101731,112818 -"353713",101732,106388 -"353714",101732,108065 -"353715",101732,111770 -"353716",101732,112612 -"353717",101732,113152 -"353718",101734,101749 -"353719",101735,104452 -"353720",101735,115822 -"353721",101738,102125 -"353722",101738,103222 -"353723",101738,111123 -"353724",101738,114568 -"353725",101738,117014 -"353726",101739,104409 -"353727",101739,104847 -"353728",101739,105121 -"353729",101739,110703 -"353730",101739,110712 -"353731",101739,110981 -"353732",101739,116856 -"353733",101740,104021 -"353734",101740,104374 -"353735",101740,105578 -"353736",101742,102044 -"353737",101743,102274 -"353738",101743,107691 -"353739",101745,101756 -"353740",101745,101768 -"353741",101750,112990 -"353742",101750,113008 -"353743",101750,115690 -"353744",101751,101777 -"353745",101752,101875 -"353746",101752,106039 -"353747",101756,101768 -"353748",101759,101953 -"353749",101760,104122 -"353750",101765,102298 -"353751",101766,106409 -"353752",101766,117650 -"353753",101766,117654 -"353754",101766,117665 -"353755",101767,110275 -"353756",101768,123144 -"353757",101772,109233 -"353758",101772,116852 -"353759",101772,119022 -"353760",101774,101856 -"353761",101775,105689 -"353762",101776,101782 -"353763",101778,101889 -"353764",101779,123124 -"353765",101783,104962 -"353766",101783,108689 -"353767",101783,108690 -"353768",101783,109319 -"353769",101783,111888 -"353770",101785,109733 -"353771",101787,109798 -"353772",101788,101944 -"353773",101791,101852 -"353774",101791,120770 -"353775",101793,109663 -"353776",101793,116808 -"353777",101793,122267 -"353778",101793,122312 -"353779",101794,101795 -"353780",101797,103264 -"353781",101797,115580 -"353782",101798,104848 -"353783",101798,104911 -"353784",101798,104942 -"353785",101799,101800 -"353786",101799,108182 -"353787",101800,104663 -"353788",101800,118470 -"353789",101802,105373 -"353790",101805,101825 -"353791",101805,101835 -"353792",101806,101837 -"353793",101806,101838 -"353794",101806,101851 -"353795",101807,101832 -"353796",101808,101831 -"353797",101813,114717 -"353798",101813,116209 -"353799",101816,120162 -"353800",101817,108372 -"353801",101819,101847 -"353802",101819,108859 -"353803",101820,104662 -"353804",101820,106576 -"353805",101820,110508 -"353806",101820,112794 -"353807",101820,115013 -"353808",101820,115354 -"353809",101820,116981 -"353810",101820,119194 -"353811",101825,101835 -"353812",101826,105857 -"353813",101826,109725 -"353814",101826,109731 -"353815",101827,105224 -"353816",101827,105696 -"353817",101827,108654 -"353818",101827,108661 -"353819",101832,101886 -"353820",101832,101887 -"353821",101832,109375 -"353822",101833,110693 -"353823",101834,108435 -"353824",101837,101838 -"353825",101837,101851 -"353826",101838,101851 -"353827",101840,115043 -"353828",101842,111983 -"353829",101843,113964 -"353830",101843,113968 -"353831",101843,113969 -"353832",101844,111432 -"353833",101845,118560 -"353834",101848,101849 -"353835",101848,119426 -"353836",101850,103852 -"353837",101850,118753 -"353838",101853,101862 -"353839",101853,101869 -"353840",101853,101881 -"353841",101853,101894 -"353842",101854,101874 -"353843",101855,104852 -"353844",101855,107035 -"353845",101858,117768 -"353846",101860,115798 -"353847",101862,101869 -"353848",101862,101881 -"353849",101862,101894 -"353850",101866,104241 -"353851",101867,110420 -"353852",101869,101881 -"353853",101869,101894 -"353854",101869,102230 -"353855",101869,105744 -"353856",101869,111974 -"353857",101869,113432 -"353858",101869,113649 -"353859",101869,113688 -"353860",101869,114484 -"353861",101869,114486 -"353862",101869,114534 -"353863",101870,104887 -"353864",101871,101884 -"353865",101877,101890 -"353866",101878,105559 -"353867",101878,109785 -"353868",101878,110233 -"353869",101878,116844 -"353870",101879,109029 -"353871",101879,117269 -"353872",101881,101894 -"353873",101881,114484 -"353874",101881,114486 -"353875",101881,114534 -"353876",101882,115675 -"353877",101882,116698 -"353878",101883,104496 -"353879",101886,101887 -"353880",101886,118596 -"353881",101887,109263 -"353882",101888,111198 -"353883",101892,112414 -"353884",101892,121584 -"353885",101894,102230 -"353886",101894,105744 -"353887",101894,111974 -"353888",101894,113432 -"353889",101894,113649 -"353890",101894,113688 -"353891",101895,101907 -"353892",101896,105152 -"353893",101898,101988 -"353894",101898,102146 -"353895",101898,102201 -"353896",101898,102309 -"353897",101898,102635 -"353898",101898,102730 -"353899",101898,102846 -"353900",101898,103790 -"353901",101898,104095 -"353902",101898,104574 -"353903",101898,104784 -"353904",101898,104845 -"353905",101898,107269 -"353906",101898,107623 -"353907",101898,107714 -"353908",101898,107879 -"353909",101898,107975 -"353910",101899,107204 -"353911",101899,115355 -"353912",101903,103748 -"353913",101903,103749 -"353914",101903,103750 -"353915",101903,103761 -"353916",101904,121131 -"353917",101907,105757 -"353918",101907,115843 -"353919",101908,110996 -"353920",101908,112083 -"353921",101910,110139 -"353922",101914,101946 -"353923",101914,103631 -"353924",101914,103723 -"353925",101914,103732 -"353926",101914,103759 -"353927",101914,103773 -"353928",101914,114505 -"353929",101916,101919 -"353930",101916,104267 -"353931",101919,104267 -"353932",101919,114834 -"353933",101920,104462 -"353934",101922,106032 -"353935",101922,113934 -"353936",101924,105494 -"353937",101924,112253 -"353938",101929,104759 -"353939",101929,104773 -"353940",101929,112517 -"353941",101931,117315 -"353942",101933,110049 -"353943",101933,110052 -"353944",101933,110166 -"353945",101935,101966 -"353946",101940,111472 -"353947",101940,118077 -"353948",101941,105555 -"353949",101941,105572 -"353950",101950,101969 -"353951",101951,102053 -"353952",101955,121666 -"353953",101958,104061 -"353954",101958,104086 -"353955",101958,114492 -"353956",101958,121507 -"353957",101959,111787 -"353958",101959,113560 -"353959",101967,106576 -"353960",101967,107539 -"353961",101967,109820 -"353962",101967,110380 -"353963",101967,110394 -"353964",101967,119592 -"353965",101967,120033 -"353966",101970,103996 -"353967",101970,122541 -"353968",101970,122824 -"353969",101971,104452 -"353970",101971,105887 -"353971",101971,106001 -"353972",101971,106996 -"353973",101971,111948 -"353974",101975,101995 -"353975",101975,103827 -"353976",101975,118176 -"353977",101978,110457 -"353978",101981,117990 -"353979",101983,116147 -"353980",101983,116180 -"353981",101984,102015 -"353982",101986,102430 -"353983",101986,109521 -"353984",101988,102146 -"353985",101988,102201 -"353986",101988,102309 -"353987",101988,102635 -"353988",101988,102730 -"353989",101988,102846 -"353990",101988,103790 -"353991",101988,104095 -"353992",101988,104574 -"353993",101988,104784 -"353994",101988,104845 -"353995",101988,107269 -"353996",101988,107623 -"353997",101988,107714 -"353998",101988,107879 -"353999",101988,107975 -"354000",101993,105012 -"354001",101993,107798 -"354002",101995,118503 -"354003",101997,101998 -"354004",101998,108507 -"354005",101998,108510 -"354006",101999,105490 -"354007",101999,112331 -"354008",101999,120666 -"354009",102003,102101 -"354010",102003,102950 -"354011",102003,114679 -"354012",102004,111593 -"354013",102006,102107 -"354014",102006,102149 -"354015",102006,118628 -"354016",102008,102022 -"354017",102008,106919 -"354018",102008,106935 -"354019",102008,107117 -"354020",102010,102035 -"354021",102017,102034 -"354022",102017,121603 -"354023",102018,110796 -"354024",102018,118605 -"354025",102018,118607 -"354026",102018,118643 -"354027",102019,104252 -"354028",102019,104383 -"354029",102019,108450 -"354030",102023,113771 -"354031",102027,102558 -"354032",102029,117131 -"354033",102030,106561 -"354034",102031,105492 -"354035",102047,107653 -"354036",102048,109819 -"354037",102048,111838 -"354038",102050,111195 -"354039",102050,112572 -"354040",102050,113496 -"354041",102050,115567 -"354042",102050,116652 -"354043",102052,102118 -"354044",102053,106569 -"354045",102053,107993 -"354046",102053,110655 -"354047",102055,102068 -"354048",102057,102343 -"354049",102057,102344 -"354050",102059,114804 -"354051",102059,118125 -"354052",102060,102061 -"354053",102063,109978 -"354054",102063,109979 -"354055",102063,109980 -"354056",102063,109981 -"354057",102066,106320 -"354058",102079,103270 -"354059",102079,103678 -"354060",102079,109115 -"354061",102079,109116 -"354062",102079,109119 -"354063",102079,109121 -"354064",102085,102145 -"354065",102085,102216 -"354066",102092,118553 -"354067",102093,105437 -"354068",102096,102120 -"354069",102099,115644 -"354070",102101,108597 -"354071",102101,110399 -"354072",102104,115020 -"354073",102107,102149 -"354074",102110,102111 -"354075",102110,102497 -"354076",102114,102319 -"354077",102118,120349 -"354078",102119,112436 -"354079",102125,103222 -"354080",102128,115698 -"354081",102128,115760 -"354082",102129,123346 -"354083",102135,106319 -"354084",102135,109202 -"354085",102138,108180 -"354086",102143,117029 -"354087",102145,102216 -"354088",102145,102440 -"354089",102145,102446 -"354090",102145,102491 -"354091",102145,107197 -"354092",102146,102201 -"354093",102146,102309 -"354094",102146,102635 -"354095",102146,102730 -"354096",102146,102846 -"354097",102146,103790 -"354098",102146,104095 -"354099",102146,104574 -"354100",102146,104784 -"354101",102146,104845 -"354102",102146,107269 -"354103",102146,107623 -"354104",102146,107714 -"354105",102146,107879 -"354106",102146,107975 -"354107",102147,102148 -"354108",102147,122058 -"354109",102147,122061 -"354110",102152,122478 -"354111",102154,122231 -"354112",102158,122453 -"354113",102160,108759 -"354114",102160,109088 -"354115",102162,102189 -"354116",102163,102175 -"354117",102163,102193 -"354118",102163,102200 -"354119",102163,108403 -"354120",102164,109619 -"354121",102164,109624 -"354122",102164,109625 -"354123",102165,104871 -"354124",102165,114448 -"354125",102165,117849 -"354126",102167,102211 -"354127",102167,103923 -"354128",102167,113588 -"354129",102169,123048 -"354130",102170,102346 -"354131",102170,118606 -"354132",102173,102174 -"354133",102174,107704 -"354134",102175,102193 -"354135",102175,102200 -"354136",102176,102419 -"354137",102177,120417 -"354138",102178,107784 -"354139",102184,107842 -"354140",102185,102190 -"354141",102185,102196 -"354142",102185,102197 -"354143",102185,102212 -"354144",102187,102188 -"354145",102190,102196 -"354146",102190,102197 -"354147",102190,102212 -"354148",102191,119772 -"354149",102192,104451 -"354150",102192,122073 -"354151",102193,102200 -"354152",102195,110680 -"354153",102196,102197 -"354154",102196,102212 -"354155",102197,102212 -"354156",102198,102205 -"354157",102198,102235 -"354158",102198,102248 -"354159",102198,102265 -"354160",102199,102272 -"354161",102199,102287 -"354162",102201,102309 -"354163",102201,102635 -"354164",102201,102730 -"354165",102201,102846 -"354166",102201,103790 -"354167",102201,104095 -"354168",102201,104574 -"354169",102201,104784 -"354170",102201,104845 -"354171",102201,107269 -"354172",102201,107623 -"354173",102201,107714 -"354174",102201,107879 -"354175",102201,107975 -"354176",102202,109099 -"354177",102202,119516 -"354178",102202,122633 -"354179",102204,102731 -"354180",102205,102235 -"354181",102205,102248 -"354182",102205,102265 -"354183",102206,103461 -"354184",102207,102208 -"354185",102209,111023 -"354186",102209,113027 -"354187",102211,105546 -"354188",102211,105562 -"354189",102215,102233 -"354190",102215,108760 -"354191",102215,121352 -"354192",102216,102440 -"354193",102216,102446 -"354194",102216,102491 -"354195",102216,107197 -"354196",102217,102242 -"354197",102219,102273 -"354198",102221,111405 -"354199",102221,116787 -"354200",102223,104145 -"354201",102223,115172 -"354202",102223,115175 -"354203",102223,117194 -"354204",102224,105291 -"354205",102225,107276 -"354206",102226,102401 -"354207",102226,102518 -"354208",102226,103205 -"354209",102226,103277 -"354210",102226,104852 -"354211",102226,106458 -"354212",102226,106576 -"354213",102227,102280 -"354214",102228,106484 -"354215",102229,108626 -"354216",102229,119091 -"354217",102229,119129 -"354218",102229,119534 -"354219",102230,105744 -"354220",102230,111974 -"354221",102230,113432 -"354222",102230,113649 -"354223",102230,113688 -"354224",102232,102239 -"354225",102235,102248 -"354226",102235,102265 -"354227",102236,111364 -"354228",102236,117092 -"354229",102236,122925 -"354230",102236,122957 -"354231",102238,116871 -"354232",102243,102275 -"354233",102243,104857 -"354234",102243,112263 -"354235",102243,112267 -"354236",102243,112456 -"354237",102243,112472 -"354238",102245,102246 -"354239",102245,102285 -"354240",102246,102285 -"354241",102248,102265 -"354242",102252,114855 -"354243",102252,117410 -"354244",102252,117656 -"354245",102253,114113 -"354246",102253,114114 -"354247",102255,103778 -"354248",102255,118007 -"354249",102255,118396 -"354250",102255,120041 -"354251",102255,122969 -"354252",102257,116122 -"354253",102258,102524 -"354254",102261,109595 -"354255",102262,102263 -"354256",102266,107468 -"354257",102272,102287 -"354258",102278,109958 -"354259",102278,115483 -"354260",102282,122416 -"354261",102283,112162 -"354262",102284,102306 -"354263",102288,106254 -"354264",102288,106360 -"354265",102288,106370 -"354266",102288,106379 -"354267",102288,106385 -"354268",102288,115609 -"354269",102290,102329 -"354270",102292,107036 -"354271",102292,111215 -"354272",102292,121950 -"354273",102292,121966 -"354274",102292,121971 -"354275",102292,121976 -"354276",102294,105655 -"354277",102298,103289 -"354278",102298,103298 -"354279",102300,102315 -"354280",102300,118704 -"354281",102301,113955 -"354282",102303,115655 -"354283",102305,117506 -"354284",102309,102635 -"354285",102309,102730 -"354286",102309,102846 -"354287",102309,103790 -"354288",102309,104095 -"354289",102309,104574 -"354290",102309,104784 -"354291",102309,104845 -"354292",102309,107269 -"354293",102309,107623 -"354294",102309,107714 -"354295",102309,107879 -"354296",102309,107975 -"354297",102310,115008 -"354298",102310,120972 -"354299",102310,121056 -"354300",102311,106591 -"354301",102311,107993 -"354302",102311,108483 -"354303",102311,112834 -"354304",102312,103817 -"354305",102312,123484 -"354306",102314,106252 -"354307",102315,111964 -"354308",102315,111997 -"354309",102316,106415 -"354310",102316,121779 -"354311",102316,123293 -"354312",102316,123294 -"354313",102316,123308 -"354314",102316,123309 -"354315",102316,123310 -"354316",102316,123315 -"354317",102316,123318 -"354318",102316,123319 -"354319",102316,123320 -"354320",102316,123338 -"354321",102316,123341 -"354322",102316,123344 -"354323",102316,123345 -"354324",102322,102337 -"354325",102323,102335 -"354326",102324,104543 -"354327",102324,106156 -"354328",102324,106181 -"354329",102324,117144 -"354330",102326,102340 -"354331",102326,102356 -"354332",102327,102355 -"354333",102327,110763 -"354334",102327,119357 -"354335",102330,102347 -"354336",102330,103796 -"354337",102332,102357 -"354338",102332,104343 -"354339",102334,114298 -"354340",102337,102431 -"354341",102338,107622 -"354342",102338,107883 -"354343",102339,113971 -"354344",102340,102356 -"354345",102341,104981 -"354346",102341,110024 -"354347",102341,110376 -"354348",102341,110380 -"354349",102341,111983 -"354350",102343,102344 -"354351",102346,113813 -"354352",102349,112856 -"354353",102351,113253 -"354354",102351,120463 -"354355",102351,121167 -"354356",102353,106528 -"354357",102353,109371 -"354358",102353,109373 -"354359",102353,111155 -"354360",102355,109018 -"354361",102359,115885 -"354362",102360,102400 -"354363",102363,106635 -"354364",102364,102377 -"354365",102366,110095 -"354366",102368,109000 -"354367",102368,114145 -"354368",102368,120665 -"354369",102374,121696 -"354370",102379,102522 -"354371",102379,115509 -"354372",102380,102435 -"354373",102382,106949 -"354374",102385,102396 -"354375",102385,102475 -"354376",102387,108374 -"354377",102387,108893 -"354378",102387,109101 -"354379",102387,109523 -"354380",102387,110993 -"354381",102387,111338 -"354382",102387,111398 -"354383",102387,111409 -"354384",102387,111480 -"354385",102387,111560 -"354386",102387,112422 -"354387",102387,112648 -"354388",102387,112708 -"354389",102387,112820 -"354390",102387,112997 -"354391",102387,113597 -"354392",102387,114418 -"354393",102387,114582 -"354394",102387,115371 -"354395",102387,116028 -"354396",102387,116604 -"354397",102388,107772 -"354398",102388,120632 -"354399",102394,102527 -"354400",102394,103674 -"354401",102394,114233 -"354402",102396,102475 -"354403",102396,103343 -"354404",102397,103820 -"354405",102397,105494 -"354406",102397,110243 -"354407",102398,113747 -"354408",102401,102518 -"354409",102401,102796 -"354410",102401,105463 -"354411",102401,105495 -"354412",102401,105955 -"354413",102401,116302 -"354414",102401,116315 -"354415",102401,116325 -"354416",102401,116331 -"354417",102402,102471 -"354418",102402,107697 -"354419",102404,122797 -"354420",102409,107905 -"354421",102411,102452 -"354422",102412,106982 -"354423",102412,108224 -"354424",102413,102423 -"354425",102413,102441 -"354426",102413,102458 -"354427",102414,112828 -"354428",102414,120551 -"354429",102414,121405 -"354430",102417,107000 -"354431",102419,104389 -"354432",102420,108750 -"354433",102420,114437 -"354434",102423,102441 -"354435",102423,102458 -"354436",102424,116092 -"354437",102424,116104 -"354438",102424,116216 -"354439",102426,107303 -"354440",102426,119155 -"354441",102429,112027 -"354442",102432,103188 -"354443",102435,119772 -"354444",102436,102444 -"354445",102437,117087 -"354446",102437,117891 -"354447",102437,118862 -"354448",102437,121706 -"354449",102437,121713 -"354450",102438,102456 -"354451",102439,112297 -"354452",102439,119694 -"354453",102439,119696 -"354454",102439,122800 -"354455",102440,102446 -"354456",102440,102491 -"354457",102440,107197 -"354458",102441,102458 -"354459",102441,113409 -"354460",102441,113410 -"354461",102443,108976 -"354462",102443,110023 -"354463",102443,116847 -"354464",102446,102491 -"354465",102446,107197 -"354466",102448,104367 -"354467",102450,114744 -"354468",102451,108163 -"354469",102451,111285 -"354470",102451,116494 -"354471",102454,102550 -"354472",102455,102474 -"354473",102459,112289 -"354474",102459,116781 -"354475",102461,103233 -"354476",102464,110569 -"354477",102464,120412 -"354478",102467,104754 -"354479",102467,114354 -"354480",102468,116669 -"354481",102468,116670 -"354482",102470,102500 -"354483",102470,102501 -"354484",102471,107697 -"354485",102476,122195 -"354486",102478,102521 -"354487",102481,102516 -"354488",102482,102511 -"354489",102483,110131 -"354490",102483,110147 -"354491",102483,110155 -"354492",102483,110173 -"354493",102483,112774 -"354494",102485,111246 -"354495",102485,121904 -"354496",102487,115114 -"354497",102488,102499 -"354498",102491,107197 -"354499",102494,102513 -"354500",102495,119623 -"354501",102497,102517 -"354502",102498,105714 -"354503",102499,104753 -"354504",102500,102501 -"354505",102500,103596 -"354506",102500,111735 -"354507",102500,111737 -"354508",102500,111740 -"354509",102500,112487 -"354510",102504,112457 -"354511",102504,122281 -"354512",102518,106769 -"354513",102518,110466 -"354514",102519,103637 -"354515",102520,103667 -"354516",102520,107144 -"354517",102524,103591 -"354518",102528,115237 -"354519",102529,111490 -"354520",102530,102564 -"354521",102530,102575 -"354522",102533,102542 -"354523",102533,102560 -"354524",102535,106275 -"354525",102535,106280 -"354526",102536,105274 -"354527",102537,102624 -"354528",102537,105489 -"354529",102539,102543 -"354530",102539,102700 -"354531",102540,102557 -"354532",102542,102560 -"354533",102542,107425 -"354534",102543,102700 -"354535",102544,110345 -"354536",102545,103656 -"354537",102545,115146 -"354538",102545,121711 -"354539",102546,108562 -"354540",102546,120519 -"354541",102547,102563 -"354542",102559,109019 -"354543",102561,107023 -"354544",102561,107101 -"354545",102561,108620 -"354546",102561,109283 -"354547",102561,114882 -"354548",102564,102575 -"354549",102568,102571 -"354550",102571,103719 -"354551",102571,105972 -"354552",102571,112242 -"354553",102572,116906 -"354554",102576,108209 -"354555",102576,108240 -"354556",102577,122233 -"354557",102584,102604 -"354558",102585,103651 -"354559",102586,111448 -"354560",102586,111505 -"354561",102586,113919 -"354562",102586,115207 -"354563",102586,115209 -"354564",102587,109730 -"354565",102588,111040 -"354566",102588,120390 -"354567",102594,102595 -"354568",102597,104146 -"354569",102599,120591 -"354570",102606,110898 -"354571",102608,118326 -"354572",102609,119929 -"354573",102611,102633 -"354574",102613,102621 -"354575",102614,111032 -"354576",102619,114753 -"354577",102619,120407 -"354578",102619,120409 -"354579",102620,108333 -"354580",102623,102662 -"354581",102623,102670 -"354582",102624,105489 -"354583",102628,103956 -"354584",102628,103980 -"354585",102628,110575 -"354586",102630,102638 -"354587",102635,102730 -"354588",102635,102846 -"354589",102635,103790 -"354590",102635,104095 -"354591",102635,104574 -"354592",102635,104784 -"354593",102635,104845 -"354594",102635,107269 -"354595",102635,107623 -"354596",102635,107714 -"354597",102635,107879 -"354598",102635,107975 -"354599",102636,104512 -"354600",102636,116439 -"354601",102637,102676 -"354602",102637,118925 -"354603",102639,104139 -"354604",102640,105400 -"354605",102640,113158 -"354606",102640,119094 -"354607",102641,115266 -"354608",102646,106882 -"354609",102646,106898 -"354610",102648,102664 -"354611",102650,113060 -"354612",102650,113735 -"354613",102651,102681 -"354614",102654,104202 -"354615",102654,112523 -"354616",102659,106623 -"354617",102661,120745 -"354618",102661,120749 -"354619",102661,120772 -"354620",102662,102670 -"354621",102667,102719 -"354622",102667,111318 -"354623",102668,110535 -"354624",102669,115277 -"354625",102672,104485 -"354626",102678,102679 -"354627",102678,117055 -"354628",102678,117071 -"354629",102679,111225 -"354630",102679,113375 -"354631",102682,102750 -"354632",102684,109627 -"354633",102684,118382 -"354634",102684,120058 -"354635",102684,122179 -"354636",102684,123425 -"354637",102688,102693 -"354638",102688,111775 -"354639",102689,102690 -"354640",102689,102707 -"354641",102690,102707 -"354642",102693,106199 -"354643",102694,102764 -"354644",102695,102722 -"354645",102695,102733 -"354646",102695,102740 -"354647",102695,103447 -"354648",102696,117912 -"354649",102698,102708 -"354650",102701,102758 -"354651",102703,112672 -"354652",102705,103372 -"354653",102706,118066 -"354654",102706,122148 -"354655",102709,102721 -"354656",102709,117788 -"354657",102709,122344 -"354658",102712,102718 -"354659",102712,102724 -"354660",102715,114929 -"354661",102715,114933 -"354662",102718,102724 -"354663",102722,102733 -"354664",102722,102740 -"354665",102722,103447 -"354666",102723,104790 -"354667",102725,109017 -"354668",102727,118456 -"354669",102727,121220 -"354670",102730,102846 -"354671",102730,103790 -"354672",102730,104095 -"354673",102730,104574 -"354674",102730,104784 -"354675",102730,104845 -"354676",102730,107269 -"354677",102730,107623 -"354678",102730,107714 -"354679",102730,107879 -"354680",102730,107975 -"354681",102732,110903 -"354682",102732,111604 -"354683",102732,122224 -"354684",102733,102740 -"354685",102733,103447 -"354686",102734,110380 -"354687",102734,115744 -"354688",102734,119237 -"354689",102740,103447 -"354690",102743,105865 -"354691",102744,102761 -"354692",102745,109485 -"354693",102750,106711 -"354694",102753,110503 -"354695",102754,115229 -"354696",102756,117858 -"354697",102757,109799 -"354698",102757,116436 -"354699",102757,120524 -"354700",102760,123106 -"354701",102760,123113 -"354702",102764,103694 -"354703",102764,105136 -"354704",102764,111504 -"354705",102764,112924 -"354706",102764,118931 -"354707",102764,122557 -"354708",102767,118839 -"354709",102767,120970 -"354710",102772,102815 -"354711",102776,105758 -"354712",102778,103239 -"354713",102779,120498 -"354714",102780,110330 -"354715",102780,110353 -"354716",102780,110442 -"354717",102783,107812 -"354718",102785,106385 -"354719",102785,108048 -"354720",102785,108093 -"354721",102793,107188 -"354722",102793,115230 -"354723",102793,117425 -"354724",102794,111194 -"354725",102795,120959 -"354726",102796,110380 -"354727",102796,110603 -"354728",102796,115110 -"354729",102796,121331 -"354730",102796,121353 -"354731",102796,121358 -"354732",102797,102823 -"354733",102798,102959 -"354734",102799,102826 -"354735",102800,106318 -"354736",102800,114605 -"354737",102801,102831 -"354738",102804,105969 -"354739",102812,107205 -"354740",102820,102821 -"354741",102820,122455 -"354742",102821,115527 -"354743",102822,116300 -"354744",102824,119881 -"354745",102824,119882 -"354746",102827,103658 -"354747",102827,104867 -"354748",102827,109764 -"354749",102829,102890 -"354750",102833,116025 -"354751",102837,104597 -"354752",102839,103283 -"354753",102841,102856 -"354754",102843,102863 -"354755",102844,102875 -"354756",102845,102894 -"354757",102845,102900 -"354758",102845,104957 -"354759",102845,109815 -"354760",102845,111066 -"354761",102845,113278 -"354762",102845,113314 -"354763",102845,114723 -"354764",102845,116644 -"354765",102845,117804 -"354766",102845,121414 -"354767",102845,122345 -"354768",102845,122353 -"354769",102845,122358 -"354770",102845,122360 -"354771",102845,122366 -"354772",102845,122367 -"354773",102845,122376 -"354774",102845,122383 -"354775",102845,122393 -"354776",102845,122394 -"354777",102845,122398 -"354778",102845,122402 -"354779",102845,122403 -"354780",102845,122409 -"354781",102845,122412 -"354782",102845,122414 -"354783",102845,122415 -"354784",102845,122417 -"354785",102845,122418 -"354786",102845,122421 -"354787",102845,122422 -"354788",102845,122437 -"354789",102845,122438 -"354790",102845,122440 -"354791",102845,123424 -"354792",102846,103790 -"354793",102846,104095 -"354794",102846,104574 -"354795",102846,104784 -"354796",102846,104845 -"354797",102846,107269 -"354798",102846,107623 -"354799",102846,107714 -"354800",102846,107879 -"354801",102846,107975 -"354802",102847,105146 -"354803",102849,108578 -"354804",102850,121766 -"354805",102850,122891 -"354806",102852,103849 -"354807",102852,117683 -"354808",102854,104518 -"354809",102854,114838 -"354810",102854,121964 -"354811",102857,112352 -"354812",102858,102867 -"354813",102858,102888 -"354814",102861,102878 -"354815",102862,102884 -"354816",102862,102906 -"354817",102864,115091 -"354818",102867,102888 -"354819",102867,118885 -"354820",102867,118888 -"354821",102867,118891 -"354822",102869,107422 -"354823",102870,120100 -"354824",102881,112480 -"354825",102884,102906 -"354826",102886,102893 -"354827",102888,118885 -"354828",102888,118888 -"354829",102888,118891 -"354830",102889,108678 -"354831",102889,108770 -"354832",102889,121846 -"354833",102893,109293 -"354834",102893,117946 -"354835",102894,102900 -"354836",102894,122747 -"354837",102898,122551 -"354838",102901,111981 -"354839",102903,117442 -"354840",102903,117443 -"354841",102903,117474 -"354842",102904,113593 -"354843",102904,113613 -"354844",102905,102942 -"354845",102907,120503 -"354846",102910,103364 -"354847",102910,103862 -"354848",102910,120168 -"354849",102913,102921 -"354850",102915,114517 -"354851",102916,102923 -"354852",102924,108642 -"354853",102925,105000 -"354854",102926,104475 -"354855",102926,104477 -"354856",102927,102952 -"354857",102927,112192 -"354858",102929,102957 -"354859",102929,102995 -"354860",102929,103023 -"354861",102930,102945 -"354862",102930,102951 -"354863",102933,114382 -"354864",102934,103767 -"354865",102934,109038 -"354866",102934,109044 -"354867",102934,111353 -"354868",102934,114801 -"354869",102936,121006 -"354870",102940,118577 -"354871",102940,119085 -"354872",102940,119224 -"354873",102940,119439 -"354874",102940,120085 -"354875",102940,120232 -"354876",102940,121213 -"354877",102944,103285 -"354878",102945,102951 -"354879",102947,102948 -"354880",102947,105026 -"354881",102948,123437 -"354882",102953,113239 -"354883",102953,113338 -"354884",102955,102992 -"354885",102957,102995 -"354886",102957,103023 -"354887",102960,107100 -"354888",102960,107101 -"354889",102963,102989 -"354890",102963,103032 -"354891",102963,103039 -"354892",102964,116723 -"354893",102967,103026 -"354894",102968,103323 -"354895",102969,103005 -"354896",102974,104682 -"354897",102978,103002 -"354898",102978,103016 -"354899",102985,111800 -"354900",102985,119940 -"354901",102987,102996 -"354902",102987,106286 -"354903",102987,106287 -"354904",102989,103032 -"354905",102989,103039 -"354906",102990,103012 -"354907",102995,103023 -"354908",102998,103021 -"354909",102999,106554 -"354910",103002,103016 -"354911",103003,106599 -"354912",103003,110428 -"354913",103004,107300 -"354914",103004,113783 -"354915",103011,109445 -"354916",103011,109449 -"354917",103011,109450 -"354918",103011,109457 -"354919",103011,110283 -"354920",103011,112687 -"354921",103011,112972 -"354922",103012,104215 -"354923",103012,116693 -"354924",103012,121975 -"354925",103013,107556 -"354926",103013,113483 -"354927",103014,117923 -"354928",103021,105127 -"354929",103024,108009 -"354930",103024,110639 -"354931",103031,103066 -"354932",103032,103039 -"354933",103033,103044 -"354934",103035,103091 -"354935",103035,107161 -"354936",103035,113911 -"354937",103035,113914 -"354938",103035,113920 -"354939",103035,114002 -"354940",103036,111753 -"354941",103038,114872 -"354942",103042,105530 -"354943",103042,115900 -"354944",103047,114338 -"354945",103047,118462 -"354946",103047,118479 -"354947",103050,116628 -"354948",103050,118734 -"354949",103050,118750 -"354950",103051,103052 -"354951",103051,116792 -"354952",103051,117089 -"354953",103051,117090 -"354954",103053,103084 -"354955",103053,103137 -"354956",103053,122791 -"354957",103053,122792 -"354958",103055,116630 -"354959",103055,116733 -"354960",103056,112581 -"354961",103056,123342 -"354962",103057,115764 -"354963",103058,119212 -"354964",103060,104109 -"354965",103064,108367 -"354966",103064,123182 -"354967",103065,105602 -"354968",103066,110469 -"354969",103067,108104 -"354970",103068,112803 -"354971",103068,114450 -"354972",103074,103078 -"354973",103074,103722 -"354974",103075,104808 -"354975",103075,107784 -"354976",103075,119955 -"354977",103075,120871 -"354978",103075,120912 -"354979",103075,120920 -"354980",103075,120942 -"354981",103077,116492 -"354982",103077,117092 -"354983",103080,117073 -"354984",103082,104215 -"354985",103083,103154 -"354986",103083,106259 -"354987",103083,110091 -"354988",103083,110106 -"354989",103083,110734 -"354990",103092,110278 -"354991",103095,120867 -"354992",103097,103118 -"354993",103097,103143 -"354994",103098,114979 -"354995",103098,115833 -"354996",103098,116105 -"354997",103100,106172 -"354998",103103,103121 -"354999",103103,103136 -"355000",103104,103122 -"355001",103104,103127 -"355002",103106,103119 -"355003",103108,105707 -"355004",103110,113607 -"355005",103114,103130 -"355006",103114,103145 -"355007",103116,103155 -"355008",103117,113304 -"355009",103118,103143 -"355010",103121,103136 -"355011",103121,108558 -"355012",103121,117110 -"355013",103121,121248 -"355014",103122,103127 -"355015",103124,103125 -"355016",103124,103144 -"355017",103125,103144 -"355018",103126,120839 -"355019",103128,115131 -"355020",103129,118327 -"355021",103129,122904 -"355022",103130,103145 -"355023",103133,107504 -"355024",103133,113318 -"355025",103135,114571 -"355026",103136,108554 -"355027",103136,108558 -"355028",103136,117110 -"355029",103136,118697 -"355030",103137,118527 -"355031",103137,122791 -"355032",103137,122792 -"355033",103139,109495 -"355034",103141,103156 -"355035",103141,103192 -"355036",103143,115374 -"355037",103151,103206 -"355038",103153,103162 -"355039",103153,103186 -"355040",103153,103221 -"355041",103156,103192 -"355042",103157,120379 -"355043",103157,123373 -"355044",103158,105867 -"355045",103158,105932 -"355046",103161,116574 -"355047",103162,103186 -"355048",103162,103221 -"355049",103162,112993 -"355050",103162,113068 -"355051",103162,113072 -"355052",103164,118007 -"355053",103166,103178 -"355054",103166,118205 -"355055",103168,103217 -"355056",103169,116508 -"355057",103169,121084 -"355058",103169,121093 -"355059",103169,121094 -"355060",103170,104228 -"355061",103172,104611 -"355062",103172,120132 -"355063",103173,118313 -"355064",103179,103826 -"355065",103179,116973 -"355066",103179,121510 -"355067",103180,112747 -"355068",103181,103185 -"355069",103186,103221 -"355070",103189,120212 -"355071",103190,111993 -"355072",103190,122016 -"355073",103193,105752 -"355074",103194,105530 -"355075",103194,105534 -"355076",103194,105537 -"355077",103194,105547 -"355078",103194,105552 -"355079",103194,105563 -"355080",103200,107695 -"355081",103201,103412 -"355082",103201,105625 -"355083",103201,115957 -"355084",103201,116805 -"355085",103201,117883 -"355086",103202,117176 -"355087",103202,117192 -"355088",103202,117534 -"355089",103203,104161 -"355090",103203,105309 -"355091",103203,105890 -"355092",103203,111902 -"355093",103203,114479 -"355094",103203,115445 -"355095",103203,123143 -"355096",103205,103277 -"355097",103207,103220 -"355098",103208,103241 -"355099",103209,103239 -"355100",103212,110868 -"355101",103212,111684 -"355102",103212,113079 -"355103",103214,105209 -"355104",103214,114182 -"355105",103223,104236 -"355106",103223,105180 -"355107",103223,105215 -"355108",103224,115176 -"355109",103228,103927 -"355110",103228,103954 -"355111",103228,108784 -"355112",103228,120134 -"355113",103229,108457 -"355114",103229,108586 -"355115",103232,112243 -"355116",103232,114173 -"355117",103236,108038 -"355118",103238,103717 -"355119",103238,105960 -"355120",103238,115006 -"355121",103239,112386 -"355122",103242,109077 -"355123",103244,108470 -"355124",103244,108474 -"355125",103244,109949 -"355126",103245,103253 -"355127",103245,103282 -"355128",103246,103286 -"355129",103246,103379 -"355130",103249,103265 -"355131",103253,103282 -"355132",103254,107387 -"355133",103256,104359 -"355134",103259,103300 -"355135",103261,103280 -"355136",103262,103263 -"355137",103262,103273 -"355138",103263,103273 -"355139",103265,103721 -"355140",103265,105092 -"355141",103269,106876 -"355142",103269,117026 -"355143",103270,103678 -"355144",103270,109115 -"355145",103270,109116 -"355146",103270,109119 -"355147",103270,109121 -"355148",103271,106402 -"355149",103271,109323 -"355150",103271,109956 -"355151",103276,121722 -"355152",103277,123114 -"355153",103278,111191 -"355154",103285,113407 -"355155",103285,115281 -"355156",103285,115298 -"355157",103286,103379 -"355158",103287,119337 -"355159",103289,103298 -"355160",103292,103327 -"355161",103294,108879 -"355162",103295,113010 -"355163",103296,109181 -"355164",103296,121712 -"355165",103299,103312 -"355166",103299,103329 -"355167",103299,110741 -"355168",103299,120452 -"355169",103299,120466 -"355170",103299,120471 -"355171",103306,110444 -"355172",103306,121315 -"355173",103307,107054 -"355174",103308,103380 -"355175",103310,115734 -"355176",103310,118085 -"355177",103310,119072 -"355178",103310,120738 -"355179",103312,103329 -"355180",103315,109668 -"355181",103315,112192 -"355182",103317,112294 -"355183",103320,121565 -"355184",103323,114987 -"355185",103324,106726 -"355186",103324,106975 -"355187",103324,109258 -"355188",103325,104680 -"355189",103329,111544 -"355190",103331,113692 -"355191",103331,114200 -"355192",103335,103370 -"355193",103336,104919 -"355194",103336,120397 -"355195",103338,105882 -"355196",103338,114474 -"355197",103338,114488 -"355198",103340,122039 -"355199",103343,109929 -"355200",103346,105776 -"355201",103346,105808 -"355202",103348,103360 -"355203",103348,115648 -"355204",103348,117638 -"355205",103348,119584 -"355206",103348,120672 -"355207",103348,120675 -"355208",103348,120680 -"355209",103348,120682 -"355210",103350,107815 -"355211",103350,110479 -"355212",103357,115454 -"355213",103363,110303 -"355214",103367,113718 -"355215",103367,120641 -"355216",103369,107459 -"355217",103371,120203 -"355218",103371,120218 -"355219",103373,108735 -"355220",103386,103390 -"355221",103391,105060 -"355222",103391,111201 -"355223",103391,114620 -"355224",103393,103440 -"355225",103394,107607 -"355226",103394,119857 -"355227",103394,122848 -"355228",103395,104296 -"355229",103396,108854 -"355230",103398,103626 -"355231",103398,116235 -"355232",103400,103401 -"355233",103402,103411 -"355234",103403,103404 -"355235",103403,103418 -"355236",103404,103418 -"355237",103405,103406 -"355238",103408,116369 -"355239",103408,122445 -"355240",103410,112883 -"355241",103417,110910 -"355242",103417,114971 -"355243",103422,110215 -"355244",103422,116377 -"355245",103423,111824 -"355246",103424,103427 -"355247",103426,108718 -"355248",103426,114843 -"355249",103426,119934 -"355250",103426,119943 -"355251",103429,104233 -"355252",103429,104240 -"355253",103431,106298 -"355254",103431,115210 -"355255",103432,105433 -"355256",103439,103451 -"355257",103441,105670 -"355258",103443,106597 -"355259",103448,103456 -"355260",103449,108888 -"355261",103450,119788 -"355262",103452,106271 -"355263",103459,114527 -"355264",103460,113111 -"355265",103460,113419 -"355266",103460,115548 -"355267",103465,114669 -"355268",103465,117153 -"355269",103465,117647 -"355270",103466,113729 -"355271",103475,110744 -"355272",103476,118665 -"355273",103477,121730 -"355274",103480,115644 -"355275",103487,117826 -"355276",103488,105032 -"355277",103488,117419 -"355278",103494,103515 -"355279",103494,103524 -"355280",103494,103529 -"355281",103494,103683 -"355282",103495,103510 -"355283",103495,103513 -"355284",103501,103543 -"355285",103501,110019 -"355286",103501,110021 -"355287",103504,103512 -"355288",103505,116480 -"355289",103505,117018 -"355290",103507,103512 -"355291",103507,103641 -"355292",103507,103712 -"355293",103507,105396 -"355294",103507,105405 -"355295",103507,105407 -"355296",103507,105411 -"355297",103509,108285 -"355298",103510,103513 -"355299",103511,119718 -"355300",103512,103641 -"355301",103512,103712 -"355302",103512,105396 -"355303",103512,105405 -"355304",103512,105407 -"355305",103512,105411 -"355306",103515,103524 -"355307",103515,103529 -"355308",103515,103683 -"355309",103517,103523 -"355310",103523,109084 -"355311",103524,103529 -"355312",103524,103683 -"355313",103524,109989 -"355314",103524,112148 -"355315",103529,103683 -"355316",103530,103634 -"355317",103530,103851 -"355318",103536,114971 -"355319",103537,104834 -"355320",103537,104852 -"355321",103542,103698 -"355322",103542,109828 -"355323",103543,117496 -"355324",103543,118203 -"355325",103543,118204 -"355326",103548,103594 -"355327",103548,120731 -"355328",103550,103603 -"355329",103552,107720 -"355330",103554,103577 -"355331",103554,116208 -"355332",103556,118119 -"355333",103557,103558 -"355334",103557,103597 -"355335",103557,103598 -"355336",103558,103597 -"355337",103558,103598 -"355338",103560,103569 -"355339",103560,105491 -"355340",103560,107055 -"355341",103560,113944 -"355342",103561,104756 -"355343",103561,110206 -"355344",103562,103576 -"355345",103563,103579 -"355346",103565,107646 -"355347",103565,111905 -"355348",103565,111912 -"355349",103565,111925 -"355350",103565,111993 -"355351",103565,113504 -"355352",103565,113519 -"355353",103568,103586 -"355354",103568,113106 -"355355",103572,103624 -"355356",103572,103718 -"355357",103575,115920 -"355358",103589,105092 -"355359",103589,114180 -"355360",103591,103604 -"355361",103591,103605 -"355362",103595,106106 -"355363",103596,106026 -"355364",103596,111735 -"355365",103596,111737 -"355366",103596,111740 -"355367",103596,112487 -"355368",103596,114995 -"355369",103596,117242 -"355370",103596,122371 -"355371",103597,103598 -"355372",103598,110727 -"355373",103598,110805 -"355374",103602,110934 -"355375",103602,123115 -"355376",103604,103605 -"355377",103611,106123 -"355378",103612,107997 -"355379",103614,103702 -"355380",103617,103682 -"355381",103620,103666 -"355382",103623,104886 -"355383",103625,108384 -"355384",103628,103629 -"355385",103631,103723 -"355386",103631,103732 -"355387",103631,103759 -"355388",103631,103773 -"355389",103631,104221 -"355390",103631,119869 -"355391",103633,103676 -"355392",103634,103851 -"355393",103637,105878 -"355394",103637,112471 -"355395",103637,112608 -"355396",103637,118083 -"355397",103637,118350 -"355398",103637,119979 -"355399",103637,120753 -"355400",103637,121285 -"355401",103637,121330 -"355402",103639,103640 -"355403",103639,103850 -"355404",103640,103850 -"355405",103640,108320 -"355406",103641,103712 -"355407",103641,105396 -"355408",103641,105405 -"355409",103641,105407 -"355410",103641,105411 -"355411",103643,104276 -"355412",103644,108829 -"355413",103646,103831 -"355414",103647,123107 -"355415",103649,119616 -"355416",103650,103681 -"355417",103650,104472 -"355418",103650,113723 -"355419",103650,123289 -"355420",103652,105525 -"355421",103657,117164 -"355422",103657,117239 -"355423",103657,117391 -"355424",103657,121817 -"355425",103657,121827 -"355426",103658,104867 -"355427",103658,113105 -"355428",103658,118056 -"355429",103660,103664 -"355430",103660,103783 -"355431",103660,103802 -"355432",103660,103808 -"355433",103660,103812 -"355434",103660,103814 -"355435",103660,103818 -"355436",103660,103836 -"355437",103661,112360 -"355438",103661,119966 -"355439",103661,120039 -"355440",103662,103815 -"355441",103662,103872 -"355442",103664,103783 -"355443",103664,103802 -"355444",103664,103808 -"355445",103664,103812 -"355446",103664,103814 -"355447",103664,103818 -"355448",103664,103836 -"355449",103665,108056 -"355450",103665,114392 -"355451",103667,106033 -"355452",103667,107255 -"355453",103667,109508 -"355454",103667,117931 -"355455",103667,118587 -"355456",103670,103671 -"355457",103673,105070 -"355458",103673,117772 -"355459",103674,112726 -"355460",103674,112730 -"355461",103674,112733 -"355462",103675,116743 -"355463",103676,118159 -"355464",103676,118162 -"355465",103676,118183 -"355466",103678,109115 -"355467",103678,109116 -"355468",103678,109119 -"355469",103678,109121 -"355470",103679,114802 -"355471",103682,109167 -"355472",103682,109832 -"355473",103682,117786 -"355474",103682,117791 -"355475",103682,117795 -"355476",103685,120954 -"355477",103690,103710 -"355478",103691,103693 -"355479",103693,115564 -"355480",103693,115570 -"355481",103698,105344 -"355482",103698,105351 -"355483",103698,109828 -"355484",103698,113980 -"355485",103703,103709 -"355486",103704,105994 -"355487",103709,116977 -"355488",103710,105085 -"355489",103710,111181 -"355490",103710,119565 -"355491",103712,105396 -"355492",103712,105405 -"355493",103712,105407 -"355494",103712,105411 -"355495",103717,105960 -"355496",103717,113026 -"355497",103717,115006 -"355498",103718,122716 -"355499",103719,103737 -"355500",103719,112242 -"355501",103719,112635 -"355502",103723,103732 -"355503",103723,103759 -"355504",103723,103773 -"355505",103723,114857 -"355506",103723,122021 -"355507",103724,105159 -"355508",103724,105179 -"355509",103724,106574 -"355510",103726,103751 -"355511",103728,103793 -"355512",103731,103738 -"355513",103731,103743 -"355514",103731,103746 -"355515",103732,103759 -"355516",103732,103773 -"355517",103735,121332 -"355518",103738,103743 -"355519",103738,103746 -"355520",103739,103774 -"355521",103740,105630 -"355522",103740,112786 -"355523",103740,115465 -"355524",103741,107408 -"355525",103741,111978 -"355526",103741,114667 -"355527",103741,119945 -"355528",103743,103746 -"355529",103748,103749 -"355530",103748,103750 -"355531",103748,103761 -"355532",103749,103750 -"355533",103749,103761 -"355534",103750,103761 -"355535",103752,103780 -"355536",103752,104996 -"355537",103752,109426 -"355538",103752,119359 -"355539",103755,103766 -"355540",103759,103773 -"355541",103762,110766 -"355542",103768,119576 -"355543",103769,108253 -"355544",103778,118007 -"355545",103778,118396 -"355546",103778,122969 -"355547",103779,122757 -"355548",103779,122828 -"355549",103779,122832 -"355550",103783,103802 -"355551",103783,103808 -"355552",103783,103812 -"355553",103783,103814 -"355554",103783,103818 -"355555",103783,103836 -"355556",103790,104095 -"355557",103790,104574 -"355558",103790,104784 -"355559",103790,104845 -"355560",103790,107269 -"355561",103790,107623 -"355562",103790,107714 -"355563",103790,107879 -"355564",103790,107975 -"355565",103792,104734 -"355566",103797,114462 -"355567",103797,114466 -"355568",103800,103801 -"355569",103802,103808 -"355570",103802,103812 -"355571",103802,103814 -"355572",103802,103818 -"355573",103802,103836 -"355574",103803,104881 -"355575",103804,112456 -"355576",103805,103859 -"355577",103808,103812 -"355578",103808,103814 -"355579",103808,103818 -"355580",103808,103836 -"355581",103810,104175 -"355582",103811,111738 -"355583",103812,103814 -"355584",103812,103818 -"355585",103812,103836 -"355586",103814,103818 -"355587",103814,103836 -"355588",103815,103872 -"355589",103818,103836 -"355590",103820,110829 -"355591",103822,110447 -"355592",103826,110909 -"355593",103826,111095 -"355594",103826,113610 -"355595",103826,116973 -"355596",103826,117098 -"355597",103826,121510 -"355598",103828,104756 -"355599",103831,117764 -"355600",103834,104909 -"355601",103835,112184 -"355602",103835,114888 -"355603",103838,105991 -"355604",103839,108819 -"355605",103840,107196 -"355606",103841,103861 -"355607",103844,103899 -"355608",103845,103891 -"355609",103845,114621 -"355610",103847,111353 -"355611",103848,103989 -"355612",103848,105473 -"355613",103848,105475 -"355614",103852,118753 -"355615",103857,103885 -"355616",103865,103887 -"355617",103877,122320 -"355618",103878,104153 -"355619",103878,112383 -"355620",103879,103903 -"355621",103882,103900 -"355622",103882,106247 -"355623",103882,116705 -"355624",103883,106264 -"355625",103883,106726 -"355626",103886,103890 -"355627",103887,118948 -"355628",103888,103892 -"355629",103888,106703 -"355630",103888,117301 -"355631",103888,119023 -"355632",103890,120797 -"355633",103895,106257 -"355634",103896,109492 -"355635",103896,109496 -"355636",103896,109498 -"355637",103896,109518 -"355638",103896,109532 -"355639",103907,110051 -"355640",103908,108535 -"355641",103913,103917 -"355642",103913,103922 -"355643",103913,104079 -"355644",103913,104093 -"355645",103914,106446 -"355646",103914,106636 -"355647",103917,103922 -"355648",103917,104079 -"355649",103917,104093 -"355650",103920,106289 -"355651",103920,108615 -"355652",103920,109339 -"355653",103920,118300 -"355654",103921,103947 -"355655",103922,104079 -"355656",103922,104093 -"355657",103922,104939 -"355658",103923,105858 -"355659",103923,113588 -"355660",103924,103941 -"355661",103924,104937 -"355662",103926,103962 -"355663",103927,103954 -"355664",103929,103953 -"355665",103930,114153 -"355666",103934,103945 -"355667",103936,114498 -"355668",103939,111340 -"355669",103940,103943 -"355670",103940,103955 -"355671",103942,114280 -"355672",103943,103955 -"355673",103945,105623 -"355674",103947,105210 -"355675",103947,114870 -"355676",103947,121610 -"355677",103947,121616 -"355678",103947,121849 -"355679",103947,121850 -"355680",103950,111323 -"355681",103956,103980 -"355682",103958,104039 -"355683",103960,106817 -"355684",103960,114107 -"355685",103964,110650 -"355686",103964,110902 -"355687",103964,122448 -"355688",103964,122454 -"355689",103967,121729 -"355690",103968,103998 -"355691",103968,109000 -"355692",103968,109945 -"355693",103968,111309 -"355694",103968,111462 -"355695",103968,114155 -"355696",103968,114170 -"355697",103972,103973 -"355698",103972,103977 -"355699",103972,103986 -"355700",103972,103999 -"355701",103973,103977 -"355702",103973,103986 -"355703",103973,103999 -"355704",103977,103986 -"355705",103977,103999 -"355706",103978,108718 -"355707",103978,119225 -"355708",103978,119227 -"355709",103978,119228 -"355710",103978,119229 -"355711",103978,119233 -"355712",103982,103994 -"355713",103982,104000 -"355714",103983,120554 -"355715",103984,103985 -"355716",103985,107872 -"355717",103986,103999 -"355718",103987,103988 -"355719",103992,115825 -"355720",103994,104000 -"355721",103996,108724 -"355722",103996,120663 -"355723",103996,122824 -"355724",103997,110538 -"355725",104001,104587 -"355726",104001,108330 -"355727",104003,104051 -"355728",104003,104128 -"355729",104004,121723 -"355730",104015,111051 -"355731",104016,121478 -"355732",104020,104031 -"355733",104020,104054 -"355734",104020,106075 -"355735",104021,105137 -"355736",104021,114136 -"355737",104021,122346 -"355738",104021,122354 -"355739",104021,122362 -"355740",104022,107195 -"355741",104024,104049 -"355742",104026,108418 -"355743",104028,104037 -"355744",104029,111774 -"355745",104030,104032 -"355746",104031,104054 -"355747",104031,106075 -"355748",104032,104407 -"355749",104038,104066 -"355750",104040,104067 -"355751",104040,115595 -"355752",104040,115612 -"355753",104040,115646 -"355754",104040,115653 -"355755",104040,115654 -"355756",104040,115659 -"355757",104043,107314 -"355758",104043,119894 -"355759",104044,104085 -"355760",104044,108907 -"355761",104045,105762 -"355762",104048,104062 -"355763",104048,104068 -"355764",104051,104128 -"355765",104054,106075 -"355766",104055,115183 -"355767",104056,111361 -"355768",104057,111168 -"355769",104057,111468 -"355770",104057,111511 -"355771",104057,118658 -"355772",104059,112965 -"355773",104061,104086 -"355774",104062,104068 -"355775",104065,109526 -"355776",104065,112032 -"355777",104065,113902 -"355778",104065,116792 -"355779",104069,106702 -"355780",104071,112249 -"355781",104071,119779 -"355782",104075,118859 -"355783",104078,104089 -"355784",104079,104093 -"355785",104081,120187 -"355786",104083,104111 -"355787",104084,110650 -"355788",104088,109397 -"355789",104094,108068 -"355790",104095,104574 -"355791",104095,104784 -"355792",104095,104845 -"355793",104095,107269 -"355794",104095,107623 -"355795",104095,107714 -"355796",104095,107879 -"355797",104095,107975 -"355798",104097,104101 -"355799",104097,110003 -"355800",104098,123043 -"355801",104103,109596 -"355802",104103,118944 -"355803",104109,113541 -"355804",104109,121152 -"355805",104111,118880 -"355806",104111,118882 -"355807",104113,107916 -"355808",104115,119310 -"355809",104119,108498 -"355810",104120,110743 -"355811",104120,113856 -"355812",104124,111226 -"355813",104124,117932 -"355814",104124,118895 -"355815",104124,118986 -"355816",104124,120446 -"355817",104124,123284 -"355818",104125,111987 -"355819",104125,118989 -"355820",104129,104171 -"355821",104130,112679 -"355822",104130,119575 -"355823",104131,105283 -"355824",104132,120291 -"355825",104132,120293 -"355826",104134,111938 -"355827",104135,118441 -"355828",104136,104615 -"355829",104139,110994 -"355830",104139,112664 -"355831",104149,112929 -"355832",104149,115626 -"355833",104149,115627 -"355834",104150,104152 -"355835",104153,112383 -"355836",104154,113557 -"355837",104154,113564 -"355838",104154,113570 -"355839",104155,104193 -"355840",104156,112519 -"355841",104157,108988 -"355842",104157,110536 -"355843",104157,110710 -"355844",104157,117409 -"355845",104158,108515 -"355846",104158,109149 -"355847",104158,111695 -"355848",104158,111707 -"355849",104158,111718 -"355850",104161,104165 -"355851",104161,105890 -"355852",104161,114479 -"355853",104163,104420 -"355854",104163,108198 -"355855",104163,119866 -"355856",104163,119905 -"355857",104163,119911 -"355858",104169,119278 -"355859",104170,106366 -"355860",104172,109808 -"355861",104175,108073 -"355862",104175,113376 -"355863",104175,113510 -"355864",104177,118537 -"355865",104180,108109 -"355866",104180,110943 -"355867",104180,114773 -"355868",104182,104199 -"355869",104184,104220 -"355870",104186,104206 -"355871",104187,104191 -"355872",104191,116815 -"355873",104195,107412 -"355874",104195,110448 -"355875",104196,104213 -"355876",104204,108193 -"355877",104208,121213 -"355878",104209,105433 -"355879",104213,107612 -"355880",104215,116693 -"355881",104215,121975 -"355882",104220,111922 -"355883",104220,112588 -"355884",104220,119462 -"355885",104220,119466 -"355886",104221,104345 -"355887",104221,109870 -"355888",104223,113292 -"355889",104229,104230 -"355890",104229,105541 -"355891",104229,105548 -"355892",104230,105541 -"355893",104230,105548 -"355894",104232,106743 -"355895",104232,107612 -"355896",104232,111277 -"355897",104232,118576 -"355898",104232,120855 -"355899",104233,104240 -"355900",104233,104261 -"355901",104234,104281 -"355902",104234,104299 -"355903",104234,110881 -"355904",104235,104237 -"355905",104235,104259 -"355906",104236,105180 -"355907",104236,105215 -"355908",104237,104259 -"355909",104238,113707 -"355910",104239,111491 -"355911",104246,104257 -"355912",104246,104258 -"355913",104249,106808 -"355914",104250,105962 -"355915",104250,106220 -"355916",104252,104383 -"355917",104252,108450 -"355918",104253,104262 -"355919",104254,122050 -"355920",104257,104258 -"355921",104260,109409 -"355922",104260,109427 -"355923",104260,109437 -"355924",104268,118328 -"355925",104272,104402 -"355926",104275,104311 -"355927",104275,112047 -"355928",104279,109155 -"355929",104280,112884 -"355930",104281,104299 -"355931",104283,110603 -"355932",104287,110066 -"355933",104287,110098 -"355934",104287,111600 -"355935",104288,104304 -"355936",104289,108142 -"355937",104294,105801 -"355938",104294,110383 -"355939",104295,122259 -"355940",104295,122263 -"355941",104301,104313 -"355942",104305,104318 -"355943",104313,116458 -"355944",104315,105853 -"355945",104317,120910 -"355946",104322,104330 -"355947",104322,104443 -"355948",104324,108390 -"355949",104325,104372 -"355950",104325,109569 -"355951",104325,109735 -"355952",104325,111681 -"355953",104325,122066 -"355954",104325,122885 -"355955",104326,108445 -"355956",104329,112471 -"355957",104329,117118 -"355958",104330,104443 -"355959",104333,112578 -"355960",104336,107059 -"355961",104337,104338 -"355962",104337,118255 -"355963",104340,109763 -"355964",104354,105762 -"355965",104356,120333 -"355966",104361,104386 -"355967",104361,104401 -"355968",104364,113453 -"355969",104379,104380 -"355970",104381,105138 -"355971",104383,108450 -"355972",104386,104401 -"355973",104387,120015 -"355974",104388,104824 -"355975",104388,104969 -"355976",104391,114746 -"355977",104392,104393 -"355978",104396,107153 -"355979",104396,107184 -"355980",104396,109300 -"355981",104396,116650 -"355982",104396,122257 -"355983",104401,120050 -"355984",104404,109739 -"355985",104404,111816 -"355986",104404,114819 -"355987",104404,115782 -"355988",104406,122385 -"355989",104409,114065 -"355990",104411,106129 -"355991",104411,120229 -"355992",104415,120782 -"355993",104417,104531 -"355994",104417,107660 -"355995",104417,107715 -"355996",104418,111472 -"355997",104418,119185 -"355998",104420,108198 -"355999",104420,119866 -"356000",104420,119905 -"356001",104420,119911 -"356002",104421,113661 -"356003",104423,104426 -"356004",104424,123482 -"356005",104435,108548 -"356006",104435,115049 -"356007",104440,104489 -"356008",104441,104483 -"356009",104442,104769 -"356010",104442,119926 -"356011",104446,114809 -"356012",104447,115092 -"356013",104447,119634 -"356014",104447,120257 -"356015",104448,104450 -"356016",104448,104481 -"356017",104448,104503 -"356018",104448,108459 -"356019",104449,105013 -"356020",104449,105041 -"356021",104449,110942 -"356022",104449,110951 -"356023",104450,104481 -"356024",104450,104503 -"356025",104450,108459 -"356026",104451,122073 -"356027",104452,105887 -"356028",104452,113295 -"356029",104452,113537 -"356030",104457,104471 -"356031",104457,104501 -"356032",104461,112934 -"356033",104465,104500 -"356034",104465,104574 -"356035",104467,106272 -"356036",104470,104474 -"356037",104471,104501 -"356038",104472,113723 -"356039",104472,123289 -"356040",104475,104477 -"356041",104476,113784 -"356042",104476,113785 -"356043",104478,105118 -"356044",104478,105910 -"356045",104478,107337 -"356046",104478,109229 -"356047",104478,116263 -"356048",104481,104503 -"356049",104481,108459 -"356050",104486,108467 -"356051",104486,113024 -"356052",104486,114291 -"356053",104486,114714 -"356054",104487,104488 -"356055",104489,107949 -"356056",104489,111226 -"356057",104489,112240 -"356058",104489,112936 -"356059",104491,109311 -"356060",104491,119362 -"356061",104492,122662 -"356062",104492,122672 -"356063",104492,122708 -"356064",104499,111556 -"356065",104499,114261 -"356066",104499,120439 -"356067",104503,108459 -"356068",104504,113169 -"356069",104504,115050 -"356070",104504,119160 -"356071",104505,104544 -"356072",104506,104556 -"356073",104510,113577 -"356074",104512,104537 -"356075",104512,104554 -"356076",104512,116439 -"356077",104516,104523 -"356078",104517,104572 -"356079",104517,104656 -"356080",104521,104545 -"356081",104522,108181 -"356082",104523,110015 -"356083",104523,116894 -"356084",104524,113402 -"356085",104527,113520 -"356086",104528,120032 -"356087",104531,107660 -"356088",104531,107715 -"356089",104533,109584 -"356090",104533,121140 -"356091",104536,107304 -"356092",104537,104554 -"356093",104539,104555 -"356094",104541,105676 -"356095",104546,110716 -"356096",104548,111643 -"356097",104549,104684 -"356098",104551,104744 -"356099",104567,105172 -"356100",104567,109531 -"356101",104567,109932 -"356102",104567,109985 -"356103",104568,104575 -"356104",104572,104656 -"356105",104574,104784 -"356106",104574,104845 -"356107",104574,107269 -"356108",104574,107623 -"356109",104574,107714 -"356110",104574,107879 -"356111",104574,107975 -"356112",104580,105240 -"356113",104580,109425 -"356114",104580,109460 -"356115",104588,104735 -"356116",104588,106413 -"356117",104588,110335 -"356118",104588,110336 -"356119",104590,108463 -"356120",104590,116534 -"356121",104590,116545 -"356122",104592,122796 -"356123",104592,122801 -"356124",104597,120285 -"356125",104598,104604 -"356126",104598,104618 -"356127",104598,118540 -"356128",104604,104618 -"356129",104606,109491 -"356130",104609,108303 -"356131",104611,120132 -"356132",104619,104790 -"356133",104619,122043 -"356134",104619,123375 -"356135",104628,108066 -"356136",104631,107688 -"356137",104633,106976 -"356138",104633,109620 -"356139",104634,123029 -"356140",104635,104652 -"356141",104641,104654 -"356142",104645,104648 -"356143",104645,104655 -"356144",104646,106251 -"356145",104648,104655 -"356146",104651,104677 -"356147",104652,121005 -"356148",104657,104666 -"356149",104658,112405 -"356150",104662,105207 -"356151",104662,106576 -"356152",104662,109434 -"356153",104662,110380 -"356154",104662,110488 -"356155",104662,110719 -"356156",104662,111317 -"356157",104662,112794 -"356158",104662,113473 -"356159",104662,118685 -"356160",104662,118744 -"356161",104662,120033 -"356162",104662,121290 -"356163",104662,121294 -"356164",104666,106723 -"356165",104666,117699 -"356166",104666,120612 -"356167",104667,118464 -"356168",104670,108215 -"356169",104685,104778 -"356170",104691,105585 -"356171",104691,120655 -"356172",104695,104710 -"356173",104695,104724 -"356174",104695,104727 -"356175",104695,104729 -"356176",104698,119977 -"356177",104698,120025 -"356178",104698,120038 -"356179",104700,104713 -"356180",104703,107116 -"356181",104703,107477 -"356182",104703,108212 -"356183",104703,108234 -"356184",104703,108237 -"356185",104706,106405 -"356186",104710,104724 -"356187",104710,104727 -"356188",104710,104729 -"356189",104711,110204 -"356190",104711,120983 -"356191",104715,104735 -"356192",104716,104730 -"356193",104718,109161 -"356194",104718,112874 -"356195",104719,105394 -"356196",104720,123457 -"356197",104722,106780 -"356198",104724,104727 -"356199",104724,104729 -"356200",104725,107180 -"356201",104725,108570 -"356202",104727,104729 -"356203",104730,111221 -"356204",104730,111324 -"356205",104730,111364 -"356206",104730,111365 -"356207",104734,114419 -"356208",104734,122072 -"356209",104735,110335 -"356210",104735,110336 -"356211",104735,112656 -"356212",104740,108392 -"356213",104741,104785 -"356214",104742,122783 -"356215",104743,121577 -"356216",104743,122291 -"356217",104746,104757 -"356218",104746,113204 -"356219",104746,113266 -"356220",104746,114796 -"356221",104749,116280 -"356222",104750,112062 -"356223",104750,118428 -"356224",104751,107402 -"356225",104751,108393 -"356226",104751,116572 -"356227",104751,116804 -"356228",104756,110206 -"356229",104756,110606 -"356230",104759,104773 -"356231",104760,104780 -"356232",104766,110264 -"356233",104766,111375 -"356234",104766,121820 -"356235",104766,121822 -"356236",104768,104787 -"356237",104770,121416 -"356238",104770,123203 -"356239",104771,113069 -"356240",104772,121209 -"356241",104781,104873 -"356242",104782,120101 -"356243",104784,104845 -"356244",104784,107269 -"356245",104784,107623 -"356246",104784,107714 -"356247",104784,107879 -"356248",104784,107975 -"356249",104785,111792 -"356250",104785,120200 -"356251",104788,112329 -"356252",104789,117186 -"356253",104790,104791 -"356254",104790,122043 -"356255",104792,104821 -"356256",104793,109521 -"356257",104794,107814 -"356258",104795,104805 -"356259",104795,104807 -"356260",104800,105402 -"356261",104801,120720 -"356262",104801,122756 -"356263",104805,104807 -"356264",104806,110163 -"356265",104806,110164 -"356266",104806,110184 -"356267",104806,110187 -"356268",104806,110190 -"356269",104806,110193 -"356270",104808,107784 -"356271",104808,119955 -"356272",104808,120871 -"356273",104808,120912 -"356274",104808,120920 -"356275",104808,120942 -"356276",104811,113544 -"356277",104811,123326 -"356278",104815,104820 -"356279",104816,114892 -"356280",104820,111805 -"356281",104820,112814 -"356282",104824,104969 -"356283",104827,110360 -"356284",104827,114604 -"356285",104827,118498 -"356286",104827,120515 -"356287",104828,104832 -"356288",104834,104852 -"356289",104841,105991 -"356290",104841,114265 -"356291",104842,104872 -"356292",104842,104918 -"356293",104845,107269 -"356294",104845,107623 -"356295",104845,107714 -"356296",104845,107879 -"356297",104845,107975 -"356298",104846,117907 -"356299",104846,117970 -"356300",104848,104911 -"356301",104848,104942 -"356302",104851,104876 -"356303",104852,106458 -"356304",104852,106576 -"356305",104859,104864 -"356306",104859,104865 -"356307",104859,104882 -"356308",104860,115688 -"356309",104864,104865 -"356310",104864,104882 -"356311",104865,104882 -"356312",104866,105721 -"356313",104867,104940 -"356314",104867,109764 -"356315",104867,114832 -"356316",104867,118056 -"356317",104867,119062 -"356318",104869,104910 -"356319",104869,111164 -"356320",104871,114448 -"356321",104872,104918 -"356322",104874,105298 -"356323",104880,107639 -"356324",104885,115444 -"356325",104886,120589 -"356326",104886,122689 -"356327",104887,105660 -"356328",104891,107400 -"356329",104893,105005 -"356330",104893,118466 -"356331",104896,104916 -"356332",104896,111224 -"356333",104900,105067 -"356334",104901,116967 -"356335",104903,104944 -"356336",104904,105192 -"356337",104906,110197 -"356338",104906,110224 -"356339",104906,110235 -"356340",104911,104942 -"356341",104919,120397 -"356342",104920,108353 -"356343",104922,104936 -"356344",104925,105678 -"356345",104928,104930 -"356346",104928,104953 -"356347",104929,106256 -"356348",104929,114529 -"356349",104930,104953 -"356350",104934,104943 -"356351",104942,120113 -"356352",104946,118396 -"356353",104947,110043 -"356354",104947,110922 -"356355",104948,117716 -"356356",104950,104974 -"356357",104950,119907 -"356358",104952,104960 -"356359",104955,106082 -"356360",104957,109815 -"356361",104957,111066 -"356362",104957,113278 -"356363",104957,113314 -"356364",104957,114723 -"356365",104957,116644 -"356366",104957,117804 -"356367",104957,121414 -"356368",104957,122345 -"356369",104957,122353 -"356370",104957,122358 -"356371",104957,122360 -"356372",104957,122366 -"356373",104957,122367 -"356374",104957,122376 -"356375",104957,122383 -"356376",104957,122393 -"356377",104957,122394 -"356378",104957,122398 -"356379",104957,122402 -"356380",104957,122403 -"356381",104957,122409 -"356382",104957,122412 -"356383",104957,122414 -"356384",104957,122415 -"356385",104957,122417 -"356386",104957,122418 -"356387",104957,122421 -"356388",104957,122422 -"356389",104957,122437 -"356390",104957,122438 -"356391",104957,122440 -"356392",104957,123424 -"356393",104959,105027 -"356394",104960,115649 -"356395",104962,108689 -"356396",104962,108690 -"356397",104964,104973 -"356398",104966,106546 -"356399",104970,105177 -"356400",104970,105367 -"356401",104971,105189 -"356402",104975,111602 -"356403",104975,121643 -"356404",104978,112616 -"356405",104979,123028 -"356406",104981,110024 -"356407",104982,105104 -"356408",104987,118935 -"356409",104989,105015 -"356410",104990,109332 -"356411",104990,109571 -"356412",104993,113462 -"356413",104993,113585 -"356414",104993,118471 -"356415",104993,120934 -"356416",104993,120968 -"356417",104994,105022 -"356418",104994,108762 -"356419",104994,109259 -"356420",104995,105002 -"356421",104995,105142 -"356422",104995,105149 -"356423",104995,105150 -"356424",104995,105165 -"356425",104995,105169 -"356426",104995,105170 -"356427",104996,109426 -"356428",105001,105243 -"356429",105002,105142 -"356430",105002,105149 -"356431",105002,105150 -"356432",105002,105165 -"356433",105002,105169 -"356434",105002,105170 -"356435",105003,105043 -"356436",105004,118504 -"356437",105005,119845 -"356438",105006,105035 -"356439",105006,116154 -"356440",105008,105335 -"356441",105011,119901 -"356442",105011,119902 -"356443",105013,105041 -"356444",105019,105030 -"356445",105019,110272 -"356446",105019,110450 -"356447",105019,111019 -"356448",105019,114082 -"356449",105019,114974 -"356450",105023,109911 -"356451",105023,116031 -"356452",105026,116160 -"356453",105026,116173 -"356454",105026,116178 -"356455",105026,123495 -"356456",105028,105031 -"356457",105029,108772 -"356458",105042,105080 -"356459",105045,116481 -"356460",105050,110511 -"356461",105050,115338 -"356462",105050,115820 -"356463",105050,119086 -"356464",105051,105140 -"356465",105052,121986 -"356466",105053,105154 -"356467",105056,116876 -"356468",105060,113633 -"356469",105061,107054 -"356470",105061,107316 -"356471",105061,108289 -"356472",105061,108546 -"356473",105061,116336 -"356474",105063,114174 -"356475",105063,114178 -"356476",105069,110966 -"356477",105069,114909 -"356478",105069,114912 -"356479",105069,114917 -"356480",105070,117772 -"356481",105072,105090 -"356482",105072,119464 -"356483",105073,112707 -"356484",105076,106640 -"356485",105079,116368 -"356486",105079,117889 -"356487",105079,123506 -"356488",105081,109180 -"356489",105082,105083 -"356490",105086,113153 -"356491",105088,111089 -"356492",105092,121736 -"356493",105093,117893 -"356494",105093,119854 -"356495",105099,105294 -"356496",105101,105133 -"356497",105101,119252 -"356498",105102,109451 -"356499",105103,110571 -"356500",105109,105128 -"356501",105109,105260 -"356502",105110,106037 -"356503",105110,110989 -"356504",105110,114095 -"356505",105114,105289 -"356506",105115,120924 -"356507",105117,110260 -"356508",105117,120572 -"356509",105118,107337 -"356510",105121,120939 -"356511",105121,120949 -"356512",105126,105329 -"356513",105127,118225 -"356514",105128,105260 -"356515",105134,122503 -"356516",105137,114056 -"356517",105138,110501 -"356518",105138,113031 -"356519",105138,119306 -"356520",105139,109509 -"356521",105139,116888 -"356522",105139,123051 -"356523",105139,123052 -"356524",105142,105149 -"356525",105142,105150 -"356526",105142,105165 -"356527",105142,105169 -"356528",105142,105170 -"356529",105144,105151 -"356530",105144,105166 -"356531",105144,105175 -"356532",105144,105267 -"356533",105148,113738 -"356534",105148,114491 -"356535",105149,105150 -"356536",105149,105165 -"356537",105149,105169 -"356538",105149,105170 -"356539",105149,120973 -"356540",105149,121024 -"356541",105149,121025 -"356542",105149,121028 -"356543",105149,121029 -"356544",105150,105165 -"356545",105150,105169 -"356546",105150,105170 -"356547",105151,105166 -"356548",105151,105175 -"356549",105151,105267 -"356550",105157,105167 -"356551",105158,119409 -"356552",105159,105179 -"356553",105161,120002 -"356554",105164,111001 -"356555",105164,122841 -"356556",105165,105169 -"356557",105165,105170 -"356558",105166,105175 -"356559",105166,105267 -"356560",105168,108603 -"356561",105169,105170 -"356562",105173,108391 -"356563",105175,105267 -"356564",105176,123030 -"356565",105177,105367 -"356566",105179,106574 -"356567",105180,105215 -"356568",105181,107008 -"356569",105181,107043 -"356570",105181,107044 -"356571",105184,105210 -"356572",105185,119840 -"356573",105190,113354 -"356574",105194,117037 -"356575",105194,119255 -"356576",105197,105207 -"356577",105197,105221 -"356578",105197,105231 -"356579",105198,105220 -"356580",105198,110250 -"356581",105198,122588 -"356582",105198,122819 -"356583",105198,122852 -"356584",105198,122861 -"356585",105198,122863 -"356586",105198,122864 -"356587",105200,105320 -"356588",105200,106616 -"356589",105200,106636 -"356590",105204,105219 -"356591",105207,105221 -"356592",105207,105231 -"356593",105207,108547 -"356594",105207,113473 -"356595",105207,120879 -"356596",105207,120961 -"356597",105209,114182 -"356598",105210,121610 -"356599",105210,121616 -"356600",105212,105216 -"356601",105212,108428 -"356602",105216,108428 -"356603",105219,111292 -"356604",105221,105231 -"356605",105223,105251 -"356606",105223,105253 -"356607",105235,105867 -"356608",105237,105254 -"356609",105239,105250 -"356610",105245,105246 -"356611",105245,106024 -"356612",105245,106922 -"356613",105245,106942 -"356614",105245,106971 -"356615",105246,106024 -"356616",105246,106922 -"356617",105246,106942 -"356618",105246,106971 -"356619",105247,112656 -"356620",105247,120600 -"356621",105247,121379 -"356622",105248,117936 -"356623",105248,119620 -"356624",105249,114511 -"356625",105251,105253 -"356626",105251,109258 -"356627",105253,107154 -"356628",105253,109055 -"356629",105253,110657 -"356630",105255,113792 -"356631",105256,106310 -"356632",105256,106770 -"356633",105256,106771 -"356634",105256,106773 -"356635",105261,115920 -"356636",105261,118170 -"356637",105262,107410 -"356638",105262,108872 -"356639",105262,110454 -"356640",105262,110659 -"356641",105262,111156 -"356642",105262,114895 -"356643",105262,120246 -"356644",105269,105276 -"356645",105269,105290 -"356646",105270,113832 -"356647",105270,113880 -"356648",105271,105879 -"356649",105276,105290 -"356650",105277,105315 -"356651",105280,105285 -"356652",105282,119072 -"356653",105283,110954 -"356654",105283,111290 -"356655",105283,113562 -"356656",105283,121180 -"356657",105284,105292 -"356658",105284,105301 -"356659",105286,116292 -"356660",105286,116335 -"356661",105291,119384 -"356662",105291,119412 -"356663",105291,119421 -"356664",105292,105301 -"356665",105293,105323 -"356666",105297,109419 -"356667",105299,110626 -"356668",105299,110927 -"356669",105301,120032 -"356670",105301,121010 -"356671",105301,122577 -"356672",105305,112250 -"356673",105306,108652 -"356674",105307,105781 -"356675",105311,119615 -"356676",105317,105362 -"356677",105318,105324 -"356678",105318,105358 -"356679",105319,105353 -"356680",105321,105341 -"356681",105322,105342 -"356682",105323,111528 -"356683",105324,105358 -"356684",105326,108661 -"356685",105326,109569 -"356686",105328,106607 -"356687",105330,105349 -"356688",105331,110476 -"356689",105334,113599 -"356690",105343,111573 -"356691",105344,105351 -"356692",105345,105352 -"356693",105345,122537 -"356694",105349,119813 -"356695",105351,106449 -"356696",105352,106723 -"356697",105352,113885 -"356698",105353,119150 -"356699",105355,107352 -"356700",105356,114314 -"356701",105357,108920 -"356702",105357,113391 -"356703",105357,113424 -"356704",105357,119049 -"356705",105362,118937 -"356706",105365,111778 -"356707",105365,114678 -"356708",105365,114681 -"356709",105365,117057 -"356710",105366,110264 -"356711",105369,113916 -"356712",105374,105729 -"356713",105374,105730 -"356714",105374,105761 -"356715",105374,110545 -"356716",105376,105472 -"356717",105379,112946 -"356718",105381,118601 -"356719",105382,105958 -"356720",105382,119038 -"356721",105384,105544 -"356722",105384,115424 -"356723",105388,118915 -"356724",105392,105488 -"356725",105392,105500 -"356726",105392,109172 -"356727",105396,105405 -"356728",105396,105407 -"356729",105396,105411 -"356730",105398,107996 -"356731",105398,108314 -"356732",105400,108502 -"356733",105401,119831 -"356734",105402,112287 -"356735",105403,108480 -"356736",105405,105407 -"356737",105405,105411 -"356738",105405,107573 -"356739",105407,105411 -"356740",105408,105446 -"356741",105416,108365 -"356742",105417,105782 -"356743",105417,118669 -"356744",105418,109478 -"356745",105423,115116 -"356746",105423,115792 -"356747",105428,106113 -"356748",105431,108192 -"356749",105435,106984 -"356750",105436,108403 -"356751",105437,120514 -"356752",105438,105439 -"356753",105438,112866 -"356754",105441,123110 -"356755",105442,121489 -"356756",105445,117529 -"356757",105445,119190 -"356758",105447,120013 -"356759",105447,120014 -"356760",105448,105461 -"356761",105450,105454 -"356762",105450,105455 -"356763",105450,105456 -"356764",105450,105467 -"356765",105454,105455 -"356766",105454,105456 -"356767",105454,105467 -"356768",105455,105456 -"356769",105455,105467 -"356770",105456,105467 -"356771",105457,105477 -"356772",105458,120245 -"356773",105459,111182 -"356774",105461,115313 -"356775",105462,106956 -"356776",105464,105476 -"356777",105468,115762 -"356778",105469,110641 -"356779",105469,114316 -"356780",105470,105471 -"356781",105470,105474 -"356782",105471,105474 -"356783",105473,105475 -"356784",105479,112121 -"356785",105481,108719 -"356786",105481,109551 -"356787",105484,105485 -"356788",105484,105697 -"356789",105486,105501 -"356790",105488,105500 -"356791",105491,113944 -"356792",105494,110243 -"356793",105494,111829 -"356794",105494,118604 -"356795",105495,105955 -"356796",105495,109622 -"356797",105495,116302 -"356798",105495,116315 -"356799",105495,116325 -"356800",105495,116331 -"356801",105495,122285 -"356802",105496,108126 -"356803",105502,107373 -"356804",105503,113097 -"356805",105505,108035 -"356806",105507,109664 -"356807",105507,116051 -"356808",105510,105511 -"356809",105514,105520 -"356810",105516,111376 -"356811",105519,116239 -"356812",105527,105868 -"356813",105528,105627 -"356814",105528,105645 -"356815",105528,105649 -"356816",105530,105534 -"356817",105530,105537 -"356818",105530,105547 -"356819",105530,105552 -"356820",105530,105563 -"356821",105530,115900 -"356822",105534,105537 -"356823",105534,105547 -"356824",105534,105552 -"356825",105534,105563 -"356826",105537,105547 -"356827",105537,105552 -"356828",105537,105563 -"356829",105539,116975 -"356830",105540,105651 -"356831",105541,105548 -"356832",105546,105562 -"356833",105547,105552 -"356834",105547,105563 -"356835",105552,105563 -"356836",105555,105572 -"356837",105557,107199 -"356838",105557,108743 -"356839",105557,108980 -"356840",105557,109291 -"356841",105557,109933 -"356842",105557,110483 -"356843",105557,110567 -"356844",105557,110572 -"356845",105557,110630 -"356846",105557,110648 -"356847",105557,110711 -"356848",105557,110770 -"356849",105557,110869 -"356850",105557,110911 -"356851",105557,111285 -"356852",105557,111314 -"356853",105557,111362 -"356854",105557,111372 -"356855",105557,111424 -"356856",105557,111433 -"356857",105557,112422 -"356858",105557,113269 -"356859",105557,113430 -"356860",105557,114242 -"356861",105557,114842 -"356862",105557,115427 -"356863",105557,115521 -"356864",105557,115711 -"356865",105559,116844 -"356866",105563,115770 -"356867",105564,105568 -"356868",105566,112718 -"356869",105570,108374 -"356870",105571,105573 -"356871",105577,105746 -"356872",105577,118958 -"356873",105577,118968 -"356874",105584,108521 -"356875",105584,113156 -"356876",105584,122389 -"356877",105591,107198 -"356878",105593,121612 -"356879",105594,109161 -"356880",105602,107239 -"356881",105602,107243 -"356882",105609,119026 -"356883",105609,122078 -"356884",105609,122079 -"356885",105609,122080 -"356886",105612,110430 -"356887",105612,112462 -"356888",105613,122659 -"356889",105615,117616 -"356890",105619,105659 -"356891",105622,107962 -"356892",105622,108844 -"356893",105622,109761 -"356894",105622,110563 -"356895",105622,122378 -"356896",105622,122434 -"356897",105622,122439 -"356898",105625,111298 -"356899",105625,112309 -"356900",105625,114011 -"356901",105625,115957 -"356902",105625,117884 -"356903",105625,117885 -"356904",105625,117892 -"356905",105627,105645 -"356906",105627,105649 -"356907",105628,105631 -"356908",105630,112786 -"356909",105630,115465 -"356910",105632,105666 -"356911",105632,105667 -"356912",105632,113756 -"356913",105632,113760 -"356914",105632,113764 -"356915",105633,105646 -"356916",105635,117332 -"356917",105635,121048 -"356918",105636,107827 -"356919",105636,112106 -"356920",105637,105640 -"356921",105638,108700 -"356922",105642,105852 -"356923",105642,106308 -"356924",105645,105649 -"356925",105650,123140 -"356926",105654,115555 -"356927",105656,109384 -"356928",105656,118823 -"356929",105663,105789 -"356930",105665,121212 -"356931",105666,105667 -"356932",105668,107299 -"356933",105669,116474 -"356934",105670,111225 -"356935",105680,111037 -"356936",105682,105716 -"356937",105682,105735 -"356938",105682,117866 -"356939",105684,105793 -"356940",105687,116294 -"356941",105687,116295 -"356942",105689,109919 -"356943",105692,110308 -"356944",105692,110496 -"356945",105692,120340 -"356946",105692,120359 -"356947",105693,121685 -"356948",105695,105700 -"356949",105695,111982 -"356950",105695,119316 -"356951",105697,106145 -"356952",105698,108984 -"356953",105703,107763 -"356954",105703,107778 -"356955",105703,108773 -"356956",105709,122960 -"356957",105712,109388 -"356958",105712,111937 -"356959",105713,105737 -"356960",105716,105735 -"356961",105727,109313 -"356962",105728,111406 -"356963",105728,116653 -"356964",105729,105730 -"356965",105729,105761 -"356966",105730,105761 -"356967",105733,105749 -"356968",105733,105760 -"356969",105733,105880 -"356970",105734,108856 -"356971",105737,106700 -"356972",105738,115683 -"356973",105740,105815 -"356974",105744,111974 -"356975",105744,113432 -"356976",105744,113649 -"356977",105744,113688 -"356978",105745,105748 -"356979",105749,105760 -"356980",105749,105880 -"356981",105751,105807 -"356982",105753,121039 -"356983",105753,122906 -"356984",105753,122910 -"356985",105759,107435 -"356986",105759,107908 -"356987",105759,107913 -"356988",105759,107924 -"356989",105759,107930 -"356990",105759,107978 -"356991",105760,105880 -"356992",105762,119128 -"356993",105763,112051 -"356994",105765,112950 -"356995",105765,112982 -"356996",105765,112991 -"356997",105767,105768 -"356998",105769,109615 -"356999",105770,111985 -"357000",105770,115492 -"357001",105772,105810 -"357002",105776,105808 -"357003",105784,105790 -"357004",105787,113300 -"357005",105791,111100 -"357006",105793,109535 -"357007",105793,121832 -"357008",105795,109284 -"357009",105795,111408 -"357010",105795,113619 -"357011",105798,105799 -"357012",105798,105802 -"357013",105799,105802 -"357014",105800,110286 -"357015",105808,121956 -"357016",105811,116478 -"357017",105811,119245 -"357018",105816,105837 -"357019",105825,112504 -"357020",105826,118975 -"357021",105826,118979 -"357022",105827,109630 -"357023",105827,109642 -"357024",105828,105833 -"357025",105831,105935 -"357026",105842,109128 -"357027",105843,110882 -"357028",105850,105899 -"357029",105853,116169 -"357030",105860,107482 -"357031",105861,106563 -"357032",105864,106005 -"357033",105865,109470 -"357034",105870,107260 -"357035",105870,108824 -"357036",105872,107636 -"357037",105872,110661 -"357038",105872,122092 -"357039",105875,105888 -"357040",105877,116782 -"357041",105878,112471 -"357042",105878,112608 -"357043",105878,116836 -"357044",105878,118083 -"357045",105878,118350 -"357046",105878,119979 -"357047",105878,120753 -"357048",105878,121285 -"357049",105878,121330 -"357050",105882,114474 -"357051",105882,114488 -"357052",105882,117894 -"357053",105882,117896 -"357054",105884,120076 -"357055",105887,113295 -"357056",105890,114479 -"357057",105891,112548 -"357058",105891,112561 -"357059",105896,119029 -"357060",105896,121708 -"357061",105897,105911 -"357062",105900,117262 -"357063",105900,119052 -"357064",105902,106485 -"357065",105903,105988 -"357066",105909,116301 -"357067",105910,107337 -"357068",105910,109229 -"357069",105910,116263 -"357070",105918,113525 -"357071",105918,120774 -"357072",105918,122124 -"357073",105918,122162 -"357074",105918,122203 -"357075",105919,105928 -"357076",105921,118027 -"357077",105926,110514 -"357078",105928,106150 -"357079",105934,105965 -"357080",105936,105948 -"357081",105936,105970 -"357082",105941,120011 -"357083",105945,105968 -"357084",105948,105970 -"357085",105948,106618 -"357086",105948,115056 -"357087",105949,106122 -"357088",105949,121616 -"357089",105950,105951 -"357090",105950,105952 -"357091",105950,110508 -"357092",105950,113237 -"357093",105950,119587 -"357094",105951,105952 -"357095",105955,116302 -"357096",105955,116315 -"357097",105955,116325 -"357098",105955,116331 -"357099",105956,117047 -"357100",105956,117081 -"357101",105956,117092 -"357102",105958,119038 -"357103",105960,113026 -"357104",105960,115006 -"357105",105962,106220 -"357106",105963,122482 -"357107",105963,122484 -"357108",105967,105980 -"357109",105970,111140 -"357110",105976,118901 -"357111",105977,106834 -"357112",105982,113005 -"357113",105982,113017 -"357114",105992,106004 -"357115",105992,106018 -"357116",105997,118644 -"357117",105997,118751 -"357118",105997,123383 -"357119",105999,117532 -"357120",106004,106018 -"357121",106010,114545 -"357122",106010,119265 -"357123",106011,106020 -"357124",106011,106695 -"357125",106014,119122 -"357126",106016,106251 -"357127",106024,106922 -"357128",106024,106942 -"357129",106024,106971 -"357130",106025,106036 -"357131",106025,106059 -"357132",106025,113170 -"357133",106026,106055 -"357134",106026,117242 -"357135",106026,122371 -"357136",106028,106038 -"357137",106028,106193 -"357138",106030,115523 -"357139",106033,118587 -"357140",106034,123337 -"357141",106035,121651 -"357142",106036,106059 -"357143",106038,106193 -"357144",106039,108404 -"357145",106039,108750 -"357146",106040,106041 -"357147",106042,117047 -"357148",106042,117072 -"357149",106042,117074 -"357150",106046,111159 -"357151",106046,112046 -"357152",106046,112065 -"357153",106047,120011 -"357154",106056,106072 -"357155",106061,119453 -"357156",106062,106079 -"357157",106066,119816 -"357158",106069,106086 -"357159",106069,106087 -"357160",106069,106091 -"357161",106069,106094 -"357162",106077,110386 -"357163",106077,112628 -"357164",106078,117251 -"357165",106079,116944 -"357166",106082,106178 -"357167",106086,106087 -"357168",106086,106091 -"357169",106086,106094 -"357170",106087,106091 -"357171",106087,106094 -"357172",106091,106094 -"357173",106095,122738 -"357174",106097,106105 -"357175",106097,106121 -"357176",106099,110290 -"357177",106102,106124 -"357178",106103,106137 -"357179",106104,111801 -"357180",106105,106121 -"357181",106107,113865 -"357182",106107,115906 -"357183",106107,119527 -"357184",106109,106133 -"357185",106119,106136 -"357186",106124,113104 -"357187",106131,110803 -"357188",106135,112101 -"357189",106135,118935 -"357190",106138,110889 -"357191",106138,110899 -"357192",106141,109224 -"357193",106141,109251 -"357194",106141,113088 -"357195",106141,113093 -"357196",106143,118875 -"357197",106143,120290 -"357198",106143,120310 -"357199",106147,106182 -"357200",106147,122248 -"357201",106148,106158 -"357202",106148,106159 -"357203",106148,106160 -"357204",106152,106698 -"357205",106152,119380 -"357206",106152,119381 -"357207",106153,106165 -"357208",106156,106181 -"357209",106156,120966 -"357210",106156,120969 -"357211",106158,106159 -"357212",106158,106160 -"357213",106159,106160 -"357214",106162,109420 -"357215",106162,114844 -"357216",106162,115155 -"357217",106166,113936 -"357218",106175,111137 -"357219",106187,110947 -"357220",106188,106217 -"357221",106196,113109 -"357222",106201,117829 -"357223",106202,109036 -"357224",106203,106210 -"357225",106203,106236 -"357226",106206,118782 -"357227",106207,107917 -"357228",106208,121531 -"357229",106209,106213 -"357230",106210,106236 -"357231",106215,121998 -"357232",106219,106249 -"357233",106225,109007 -"357234",106225,109020 -"357235",106228,106241 -"357236",106229,117318 -"357237",106230,108451 -"357238",106233,108485 -"357239",106233,109993 -"357240",106240,109919 -"357241",106240,118365 -"357242",106244,106247 -"357243",106246,118564 -"357244",106246,118573 -"357245",106247,116705 -"357246",106248,117922 -"357247",106254,106360 -"357248",106254,106370 -"357249",106254,106379 -"357250",106254,106385 -"357251",106254,114990 -"357252",106256,114529 -"357253",106259,110091 -"357254",106259,110106 -"357255",106259,110734 -"357256",106262,109770 -"357257",106265,109083 -"357258",106267,109508 -"357259",106267,115181 -"357260",106269,121370 -"357261",106269,121410 -"357262",106269,121411 -"357263",106271,107705 -"357264",106271,107708 -"357265",106275,106280 -"357266",106282,106293 -"357267",106282,106305 -"357268",106283,106302 -"357269",106283,111843 -"357270",106284,106340 -"357271",106285,110587 -"357272",106285,117678 -"357273",106285,119851 -"357274",106286,106287 -"357275",106288,107843 -"357276",106290,107162 -"357277",106292,113207 -"357278",106293,106305 -"357279",106294,106304 -"357280",106296,110124 -"357281",106310,106770 -"357282",106310,106771 -"357283",106310,106773 -"357284",106312,106334 -"357285",106316,116378 -"357286",106317,106335 -"357287",106318,112830 -"357288",106318,114605 -"357289",106319,109202 -"357290",106323,116084 -"357291",106330,109339 -"357292",106330,111300 -"357293",106332,111890 -"357294",106332,116912 -"357295",106335,108397 -"357296",106336,107278 -"357297",106337,119695 -"357298",106337,119700 -"357299",106344,115985 -"357300",106347,111570 -"357301",106348,107785 -"357302",106349,106466 -"357303",106349,108107 -"357304",106351,114292 -"357305",106358,106375 -"357306",106359,122427 -"357307",106360,106370 -"357308",106360,106379 -"357309",106360,106385 -"357310",106363,106387 -"357311",106363,106395 -"357312",106369,106381 -"357313",106369,109541 -"357314",106369,121813 -"357315",106369,123455 -"357316",106370,106379 -"357317",106370,106385 -"357318",106371,106372 -"357319",106374,107388 -"357320",106379,106385 -"357321",106382,110223 -"357322",106382,115042 -"357323",106384,118548 -"357324",106385,108048 -"357325",106385,108093 -"357326",106387,106395 -"357327",106388,112612 -"357328",106396,115870 -"357329",106399,113591 -"357330",106399,113606 -"357331",106400,109169 -"357332",106404,106427 -"357333",106409,106413 -"357334",106410,106421 -"357335",106413,110336 -"357336",106414,106509 -"357337",106415,121779 -"357338",106415,123293 -"357339",106415,123294 -"357340",106415,123308 -"357341",106415,123309 -"357342",106415,123310 -"357343",106415,123315 -"357344",106415,123318 -"357345",106415,123319 -"357346",106415,123320 -"357347",106415,123338 -"357348",106415,123341 -"357349",106415,123344 -"357350",106415,123345 -"357351",106421,107433 -"357352",106428,111160 -"357353",106428,111252 -"357354",106432,115676 -"357355",106434,110842 -"357356",106435,121435 -"357357",106441,111849 -"357358",106442,106471 -"357359",106442,109539 -"357360",106444,116959 -"357361",106444,116960 -"357362",106446,106636 -"357363",106447,106470 -"357364",106447,106473 -"357365",106447,106483 -"357366",106449,107268 -"357367",106453,114762 -"357368",106457,106474 -"357369",106458,106576 -"357370",106466,108107 -"357371",106468,115899 -"357372",106468,117285 -"357373",106468,120079 -"357374",106470,106473 -"357375",106470,106483 -"357376",106473,106483 -"357377",106476,112211 -"357378",106477,110302 -"357379",106478,115651 -"357380",106484,118268 -"357381",106486,106630 -"357382",106486,112491 -"357383",106494,117686 -"357384",106496,106502 -"357385",106499,106511 -"357386",106503,106516 -"357387",106503,106517 -"357388",106508,106519 -"357389",106508,106521 -"357390",106516,106517 -"357391",106519,106521 -"357392",106527,113860 -"357393",106527,114215 -"357394",106528,109371 -"357395",106528,109373 -"357396",106528,111155 -"357397",106529,106545 -"357398",106529,106568 -"357399",106531,106560 -"357400",106531,106562 -"357401",106532,106551 -"357402",106534,106544 -"357403",106539,111596 -"357404",106542,107128 -"357405",106545,106568 -"357406",106548,107655 -"357407",106552,110948 -"357408",106553,106565 -"357409",106553,115033 -"357410",106553,115540 -"357411",106555,110679 -"357412",106560,106562 -"357413",106561,115491 -"357414",106564,107857 -"357415",106564,107865 -"357416",106564,108130 -"357417",106564,108154 -"357418",106564,115364 -"357419",106565,119373 -"357420",106565,121169 -"357421",106567,109259 -"357422",106567,114104 -"357423",106567,118636 -"357424",106567,120140 -"357425",106567,122429 -"357426",106567,122435 -"357427",106568,123015 -"357428",106569,117865 -"357429",106569,121662 -"357430",106573,106696 -"357431",106573,106727 -"357432",106574,118826 -"357433",106576,108577 -"357434",106576,108836 -"357435",106579,120275 -"357436",106580,109988 -"357437",106580,115097 -"357438",106580,118684 -"357439",106580,118691 -"357440",106580,118794 -"357441",106581,108628 -"357442",106583,106588 -"357443",106590,106600 -"357444",106591,108483 -"357445",106596,106598 -"357446",106603,106619 -"357447",106604,106626 -"357448",106609,112971 -"357449",106609,112975 -"357450",106611,106643 -"357451",106614,106631 -"357452",106614,106646 -"357453",106615,114520 -"357454",106616,106636 -"357455",106618,106624 -"357456",106618,106639 -"357457",106618,115056 -"357458",106622,115515 -"357459",106623,123055 -"357460",106624,106639 -"357461",106627,106642 -"357462",106631,106646 -"357463",106632,122069 -"357464",106632,122074 -"357465",106633,115411 -"357466",106634,106638 -"357467",106634,120601 -"357468",106634,120605 -"357469",106640,117356 -"357470",106640,117369 -"357471",106647,106660 -"357472",106647,106684 -"357473",106647,106686 -"357474",106648,106650 -"357475",106648,106668 -"357476",106649,119350 -"357477",106650,106668 -"357478",106652,106680 -"357479",106653,106667 -"357480",106654,106657 -"357481",106658,106670 -"357482",106658,106690 -"357483",106659,115915 -"357484",106660,106684 -"357485",106660,106686 -"357486",106661,108468 -"357487",106662,120360 -"357488",106670,106690 -"357489",106671,113520 -"357490",106672,120993 -"357491",106673,106676 -"357492",106677,116452 -"357493",106681,111957 -"357494",106684,106686 -"357495",106685,112574 -"357496",106689,106923 -"357497",106689,106946 -"357498",106689,108409 -"357499",106689,108704 -"357500",106692,106816 -"357501",106693,106700 -"357502",106696,106727 -"357503",106697,112755 -"357504",106698,119380 -"357505",106698,119381 -"357506",106701,107618 -"357507",106701,115841 -"357508",106703,110427 -"357509",106703,111219 -"357510",106703,117301 -"357511",106703,119023 -"357512",106705,111374 -"357513",106705,111977 -"357514",106705,112172 -"357515",106709,109098 -"357516",106711,118046 -"357517",106712,109171 -"357518",106712,111240 -"357519",106712,114816 -"357520",106712,115039 -"357521",106712,122154 -"357522",106712,122187 -"357523",106713,118586 -"357524",106714,106717 -"357525",106716,106811 -"357526",106721,115360 -"357527",106724,114249 -"357528",106726,107028 -"357529",106726,107042 -"357530",106726,117852 -"357531",106726,122444 -"357532",106726,122475 -"357533",106728,119449 -"357534",106730,108724 -"357535",106731,109652 -"357536",106731,113807 -"357537",106732,106748 -"357538",106732,106867 -"357539",106735,118936 -"357540",106737,106755 -"357541",106738,107634 -"357542",106739,120798 -"357543",106740,112966 -"357544",106740,117575 -"357545",106740,119051 -"357546",106740,119308 -"357547",106740,119312 -"357548",106740,119347 -"357549",106740,119349 -"357550",106740,119355 -"357551",106740,121845 -"357552",106743,107612 -"357553",106743,111277 -"357554",106743,118576 -"357555",106743,120855 -"357556",106746,110478 -"357557",106748,106867 -"357558",106752,111339 -"357559",106752,111837 -"357560",106752,111848 -"357561",106752,111855 -"357562",106752,119978 -"357563",106752,120037 -"357564",106754,106801 -"357565",106764,117855 -"357566",106764,120921 -"357567",106767,109001 -"357568",106770,106771 -"357569",106770,106773 -"357570",106771,106773 -"357571",106774,108551 -"357572",106784,106796 -"357573",106785,119179 -"357574",106785,119189 -"357575",106793,120688 -"357576",106794,109636 -"357577",106794,121805 -"357578",106795,106797 -"357579",106798,121883 -"357580",106804,106827 -"357581",106808,110737 -"357582",106812,108443 -"357583",106821,120569 -"357584",106821,120584 -"357585",106821,120585 -"357586",106821,120586 -"357587",106821,120604 -"357588",106821,120627 -"357589",106821,120628 -"357590",106821,120629 -"357591",106821,120630 -"357592",106821,120652 -"357593",106821,123420 -"357594",106821,123421 -"357595",106822,106841 -"357596",106822,106862 -"357597",106822,106888 -"357598",106824,108879 -"357599",106824,109166 -"357600",106824,109858 -"357601",106824,109878 -"357602",106824,112962 -"357603",106824,113990 -"357604",106824,115413 -"357605",106824,116123 -"357606",106824,117258 -"357607",106824,117560 -"357608",106824,118128 -"357609",106824,118836 -"357610",106824,118866 -"357611",106824,118873 -"357612",106824,119131 -"357613",106824,119513 -"357614",106824,119716 -"357615",106824,119769 -"357616",106824,120123 -"357617",106824,120169 -"357618",106824,120725 -"357619",106824,120944 -"357620",106824,121609 -"357621",106824,122007 -"357622",106824,122032 -"357623",106824,122035 -"357624",106824,122724 -"357625",106824,123070 -"357626",106824,123394 -"357627",106824,123490 -"357628",106826,117850 -"357629",106829,110821 -"357630",106829,119947 -"357631",106834,119745 -"357632",106836,115085 -"357633",106836,116119 -"357634",106840,106871 -"357635",106841,106862 -"357636",106841,106888 -"357637",106845,111917 -"357638",106849,111848 -"357639",106850,106876 -"357640",106852,106857 -"357641",106852,106897 -"357642",106852,106901 -"357643",106853,119388 -"357644",106853,119394 -"357645",106855,106872 -"357646",106856,114701 -"357647",106856,118184 -"357648",106857,106897 -"357649",106857,106901 -"357650",106862,106888 -"357651",106863,106902 -"357652",106865,113393 -"357653",106870,106894 -"357654",106873,107439 -"357655",106875,118291 -"357656",106877,108250 -"357657",106877,111645 -"357658",106877,119196 -"357659",106878,111253 -"357660",106882,106898 -"357661",106885,108104 -"357662",106887,110279 -"357663",106892,119126 -"357664",106893,106912 -"357665",106893,106918 -"357666",106893,106941 -"357667",106895,106899 -"357668",106895,119054 -"357669",106897,106901 -"357670",106904,106925 -"357671",106904,108818 -"357672",106905,106977 -"357673",106912,106918 -"357674",106912,106941 -"357675",106914,106953 -"357676",106915,106948 -"357677",106915,120217 -"357678",106918,106941 -"357679",106919,106935 -"357680",106919,107117 -"357681",106920,106952 -"357682",106922,106942 -"357683",106922,106971 -"357684",106923,106946 -"357685",106923,108409 -"357686",106929,109359 -"357687",106931,109586 -"357688",106931,109588 -"357689",106935,107117 -"357690",106942,106971 -"357691",106944,106964 -"357692",106945,111844 -"357693",106945,115244 -"357694",106946,108409 -"357695",106951,108165 -"357696",106951,109388 -"357697",106951,118045 -"357698",106951,120762 -"357699",106953,118455 -"357700",106956,109254 -"357701",106956,112013 -"357702",106956,114492 -"357703",106956,119709 -"357704",106956,119715 -"357705",106958,107577 -"357706",106963,122974 -"357707",106968,109510 -"357708",106968,110599 -"357709",106969,110241 -"357710",106972,106981 -"357711",106976,109620 -"357712",106979,114521 -"357713",106979,117465 -"357714",106981,122317 -"357715",106982,110529 -"357716",106990,113082 -"357717",106990,113095 -"357718",106991,107225 -"357719",106993,110143 -"357720",106993,113901 -"357721",106998,116231 -"357722",106998,116283 -"357723",106998,116286 -"357724",107005,109001 -"357725",107005,116518 -"357726",107005,120429 -"357727",107006,121074 -"357728",107008,107043 -"357729",107008,107044 -"357730",107010,107019 -"357731",107010,107024 -"357732",107010,107032 -"357733",107010,107040 -"357734",107010,107058 -"357735",107010,114653 -"357736",107012,107033 -"357737",107014,107045 -"357738",107014,107055 -"357739",107019,107024 -"357740",107019,107032 -"357741",107019,107040 -"357742",107019,107058 -"357743",107020,107722 -"357744",107020,107732 -"357745",107020,107746 -"357746",107022,107031 -"357747",107023,108620 -"357748",107023,114882 -"357749",107024,107032 -"357750",107024,107040 -"357751",107024,107058 -"357752",107024,113858 -"357753",107026,107037 -"357754",107028,107042 -"357755",107032,107040 -"357756",107032,107058 -"357757",107036,110949 -"357758",107036,121242 -"357759",107036,121950 -"357760",107036,121966 -"357761",107036,121971 -"357762",107036,121976 -"357763",107036,122327 -"357764",107038,107048 -"357765",107039,114004 -"357766",107040,107058 -"357767",107043,107044 -"357768",107045,107055 -"357769",107049,110191 -"357770",107054,107316 -"357771",107054,108546 -"357772",107054,116336 -"357773",107056,110564 -"357774",107060,107734 -"357775",107061,115584 -"357776",107068,112575 -"357777",107068,117271 -"357778",107071,107082 -"357779",107077,112262 -"357780",107077,112462 -"357781",107078,122095 -"357782",107088,114515 -"357783",107091,120681 -"357784",107096,107118 -"357785",107097,107108 -"357786",107097,107110 -"357787",107097,107114 -"357788",107097,107127 -"357789",107097,107140 -"357790",107098,118729 -"357791",107100,107101 -"357792",107105,108657 -"357793",107105,116535 -"357794",107108,107110 -"357795",107108,107114 -"357796",107108,107127 -"357797",107108,107140 -"357798",107109,107124 -"357799",107110,107114 -"357800",107110,107127 -"357801",107110,107140 -"357802",107111,107135 -"357803",107114,107127 -"357804",107114,107140 -"357805",107116,107477 -"357806",107116,108212 -"357807",107116,108234 -"357808",107116,108237 -"357809",107123,107142 -"357810",107125,107131 -"357811",107127,107140 -"357812",107130,107134 -"357813",107136,122428 -"357814",107137,107138 -"357815",107139,109785 -"357816",107144,120424 -"357817",107148,107936 -"357818",107150,107151 -"357819",107152,107174 -"357820",107153,107173 -"357821",107153,107184 -"357822",107153,109300 -"357823",107154,110657 -"357824",107156,107160 -"357825",107156,107172 -"357826",107156,107178 -"357827",107156,109632 -"357828",107160,107172 -"357829",107160,107178 -"357830",107161,113611 -"357831",107161,113911 -"357832",107161,113914 -"357833",107161,113920 -"357834",107161,114002 -"357835",107161,116801 -"357836",107167,110413 -"357837",107167,110452 -"357838",107169,107224 -"357839",107169,115752 -"357840",107172,107178 -"357841",107173,107184 -"357842",107175,109042 -"357843",107176,107218 -"357844",107177,107266 -"357845",107179,109765 -"357846",107179,109777 -"357847",107179,118974 -"357848",107184,109300 -"357849",107185,113364 -"357850",107185,119652 -"357851",107188,115230 -"357852",107188,117425 -"357853",107189,107191 -"357854",107190,107233 -"357855",107193,107214 -"357856",107194,108476 -"357857",107194,108477 -"357858",107194,112341 -"357859",107194,112348 -"357860",107194,112358 -"357861",107194,112365 -"357862",107194,112385 -"357863",107194,112388 -"357864",107194,112393 -"357865",107195,120219 -"357866",107195,123139 -"357867",107199,108743 -"357868",107199,108980 -"357869",107199,109291 -"357870",107199,109933 -"357871",107199,110483 -"357872",107199,110567 -"357873",107199,110572 -"357874",107199,110630 -"357875",107199,110648 -"357876",107199,110711 -"357877",107199,110770 -"357878",107199,110869 -"357879",107199,110911 -"357880",107199,111285 -"357881",107199,111314 -"357882",107199,111362 -"357883",107199,111372 -"357884",107199,111424 -"357885",107199,111433 -"357886",107199,112422 -"357887",107199,113269 -"357888",107199,113430 -"357889",107199,114242 -"357890",107199,114842 -"357891",107199,115427 -"357892",107199,115521 -"357893",107199,115711 -"357894",107200,107201 -"357895",107201,113883 -"357896",107201,116860 -"357897",107204,115355 -"357898",107204,123463 -"357899",107213,112318 -"357900",107223,107225 -"357901",107224,115752 -"357902",107230,114527 -"357903",107231,107251 -"357904",107231,107390 -"357905",107233,107252 -"357906",107234,107249 -"357907",107237,107279 -"357908",107238,108753 -"357909",107239,107243 -"357910",107245,119082 -"357911",107248,107391 -"357912",107251,107390 -"357913",107252,108372 -"357914",107252,111584 -"357915",107253,107261 -"357916",107254,113668 -"357917",107255,109508 -"357918",107255,117931 -"357919",107257,110983 -"357920",107262,114228 -"357921",107263,121161 -"357922",107269,107623 -"357923",107269,107714 -"357924",107269,107879 -"357925",107269,107975 -"357926",107271,107291 -"357927",107278,113585 -"357928",107278,118922 -"357929",107279,113274 -"357930",107279,113284 -"357931",107279,113349 -"357932",107282,113054 -"357933",107283,116834 -"357934",107286,107306 -"357935",107286,107308 -"357936",107287,107302 -"357937",107288,108281 -"357938",107288,110955 -"357939",107296,112344 -"357940",107296,112515 -"357941",107298,113642 -"357942",107301,107410 -"357943",107302,110938 -"357944",107302,119564 -"357945",107306,107308 -"357946",107312,122565 -"357947",107316,108546 -"357948",107316,116336 -"357949",107319,118890 -"357950",107321,108049 -"357951",107321,108095 -"357952",107322,107423 -"357953",107322,107428 -"357954",107323,109824 -"357955",107324,107349 -"357956",107328,107342 -"357957",107328,123291 -"357958",107338,107566 -"357959",107355,107358 -"357960",107355,107363 -"357961",107355,107369 -"357962",107355,107370 -"357963",107355,107379 -"357964",107355,107395 -"357965",107357,112176 -"357966",107358,107363 -"357967",107358,107369 -"357968",107358,107370 -"357969",107358,107379 -"357970",107358,107395 -"357971",107359,114050 -"357972",107363,107369 -"357973",107363,107370 -"357974",107363,107379 -"357975",107363,107395 -"357976",107369,107370 -"357977",107369,107379 -"357978",107369,107395 -"357979",107370,107379 -"357980",107370,107395 -"357981",107372,107412 -"357982",107379,107395 -"357983",107383,123010 -"357984",107385,107398 -"357985",107385,110607 -"357986",107386,107393 -"357987",107396,112765 -"357988",107396,112767 -"357989",107397,109215 -"357990",107401,107411 -"357991",107402,116804 -"357992",107402,119073 -"357993",107402,122788 -"357994",107406,107420 -"357995",107406,107434 -"357996",107407,119877 -"357997",107408,114667 -"357998",107409,108850 -"357999",107410,108872 -"358000",107410,111156 -"358001",107410,114895 -"358002",107412,110448 -"358003",107413,107416 -"358004",107417,115024 -"358005",107420,107434 -"358006",107423,107428 -"358007",107426,114994 -"358008",107433,110855 -"358009",107435,107908 -"358010",107435,107913 -"358011",107435,107924 -"358012",107435,107930 -"358013",107435,107978 -"358014",107435,120148 -"358015",107435,120152 -"358016",107438,107457 -"358017",107443,116232 -"358018",107443,117431 -"358019",107443,123500 -"358020",107444,115431 -"358021",107445,110242 -"358022",107445,111552 -"358023",107445,118354 -"358024",107446,107462 -"358025",107448,108119 -"358026",107448,108122 -"358027",107448,121054 -"358028",107450,120292 -"358029",107453,114792 -"358030",107457,115730 -"358031",107460,110597 -"358032",107462,107683 -"358033",107462,107703 -"358034",107462,107892 -"358035",107468,107490 -"358036",107468,107493 -"358037",107470,115636 -"358038",107470,115670 -"358039",107471,107472 -"358040",107476,108400 -"358041",107477,108212 -"358042",107477,108234 -"358043",107477,108237 -"358044",107478,107479 -"358045",107482,107488 -"358046",107482,107494 -"358047",107486,107601 -"358048",107487,109799 -"358049",107488,107494 -"358050",107490,107493 -"358051",107498,109474 -"358052",107498,114094 -"358053",107499,109287 -"358054",107499,115317 -"358055",107502,121020 -"358056",107502,121060 -"358057",107502,122044 -"358058",107502,122045 -"358059",107504,113318 -"358060",107504,118631 -"358061",107504,121079 -"358062",107504,122057 -"358063",107507,107521 -"358064",107507,112002 -"358065",107509,107523 -"358066",107511,107514 -"358067",107511,110710 -"358068",107525,107528 -"358069",107528,111193 -"358070",107528,115021 -"358071",107531,107587 -"358072",107531,122919 -"358073",107532,120283 -"358074",107539,109820 -"358075",107539,110380 -"358076",107539,110394 -"358077",107539,110487 -"358078",107539,110488 -"358079",107539,110492 -"358080",107539,119592 -"358081",107539,120033 -"358082",107540,116306 -"358083",107540,116324 -"358084",107540,116661 -"358085",107542,110757 -"358086",107544,115005 -"358087",107544,119005 -"358088",107544,119065 -"358089",107544,119440 -"358090",107544,119490 -"358091",107544,120375 -"358092",107546,107550 -"358093",107546,107576 -"358094",107550,107576 -"358095",107556,112794 -"358096",107556,113483 -"358097",107556,119592 -"358098",107556,119593 -"358099",107556,119603 -"358100",107557,109393 -"358101",107565,119900 -"358102",107567,112597 -"358103",107570,107627 -"358104",107570,107662 -"358105",107575,109758 -"358106",107575,117044 -"358107",107575,120756 -"358108",107579,109241 -"358109",107581,111464 -"358110",107582,107804 -"358111",107586,107616 -"358112",107590,107885 -"358113",107593,107605 -"358114",107593,108334 -"358115",107595,107631 -"358116",107595,109252 -"358117",107595,109915 -"358118",107595,112534 -"358119",107597,107608 -"358120",107604,108222 -"358121",107604,108239 -"358122",107605,108334 -"358123",107607,119438 -"358124",107607,119857 -"358125",107607,122848 -"358126",107608,118104 -"358127",107608,118105 -"358128",107612,111277 -"358129",107612,118576 -"358130",107612,120855 -"358131",107613,107628 -"358132",107616,109696 -"358133",107616,115532 -"358134",107616,123459 -"358135",107618,115841 -"358136",107622,107883 -"358137",107623,107714 -"358138",107623,107879 -"358139",107623,107975 -"358140",107627,107662 -"358141",107634,121473 -"358142",107634,121477 -"358143",107641,107650 -"358144",107643,110579 -"358145",107645,107676 -"358146",107646,111905 -"358147",107646,111912 -"358148",107646,111925 -"358149",107646,111993 -"358150",107655,113133 -"358151",107658,119258 -"358152",107659,117259 -"358153",107660,107715 -"358154",107662,115481 -"358155",107666,120007 -"358156",107673,107684 -"358157",107674,107675 -"358158",107674,107679 -"358159",107675,107679 -"358160",107682,107698 -"358161",107683,107703 -"358162",107683,107892 -"358163",107686,107706 -"358164",107695,121918 -"358165",107696,107774 -"358166",107699,122251 -"358167",107699,122540 -"358168",107699,122581 -"358169",107703,107892 -"358170",107705,107708 -"358171",107714,107879 -"358172",107714,107975 -"358173",107716,107893 -"358174",107716,107894 -"358175",107722,107732 -"358176",107722,107746 -"358177",107723,108294 -"358178",107727,107749 -"358179",107731,107737 -"358180",107732,107746 -"358181",107739,117571 -"358182",107747,107800 -"358183",107748,112166 -"358184",107750,107756 -"358185",107752,107765 -"358186",107753,107764 -"358187",107755,107760 -"358188",107758,119004 -"358189",107758,119123 -"358190",107763,107778 -"358191",107768,108501 -"358192",107768,109945 -"358193",107768,112246 -"358194",107768,118998 -"358195",107768,119352 -"358196",107768,123068 -"358197",107768,123080 -"358198",107768,123083 -"358199",107768,123095 -"358200",107771,110645 -"358201",107771,110658 -"358202",107776,117842 -"358203",107781,115908 -"358204",107782,108036 -"358205",107782,114415 -"358206",107784,119955 -"358207",107784,120871 -"358208",107784,120912 -"358209",107784,120920 -"358210",107784,120942 -"358211",107791,119425 -"358212",107791,119467 -"358213",107792,114722 -"358214",107792,121225 -"358215",107794,114623 -"358216",107802,115848 -"358217",107802,115859 -"358218",107803,107824 -"358219",107805,107806 -"358220",107805,107813 -"358221",107805,120381 -"358222",107806,107813 -"358223",107822,107841 -"358224",107825,117680 -"358225",107827,112106 -"358226",107829,107845 -"358227",107831,107837 -"358228",107844,117073 -"358229",107848,113394 -"358230",107851,112760 -"358231",107851,112810 -"358232",107855,107869 -"358233",107855,107873 -"358234",107856,107875 -"358235",107856,108383 -"358236",107857,107865 -"358237",107859,107861 -"358238",107860,110965 -"358239",107861,111967 -"358240",107869,107873 -"358241",107870,109553 -"358242",107870,109555 -"358243",107870,109556 -"358244",107870,109563 -"358245",107874,108483 -"358246",107874,110655 -"358247",107875,108383 -"358248",107879,107975 -"358249",107881,107890 -"358250",107886,109013 -"358251",107886,109016 -"358252",107886,109552 -"358253",107887,116598 -"358254",107888,108408 -"358255",107889,121647 -"358256",107893,107894 -"358257",107902,108116 -"358258",107903,107911 -"358259",107903,115104 -"358260",107903,115105 -"358261",107908,107913 -"358262",107908,107924 -"358263",107908,107930 -"358264",107908,107978 -"358265",107909,115597 -"358266",107910,119464 -"358267",107912,107982 -"358268",107913,107924 -"358269",107913,107930 -"358270",107913,107978 -"358271",107913,115149 -"358272",107916,119659 -"358273",107920,108041 -"358274",107921,109029 -"358275",107922,114118 -"358276",107922,123146 -"358277",107922,123149 -"358278",107924,107930 -"358279",107924,107978 -"358280",107927,113783 -"358281",107930,107978 -"358282",107933,108934 -"358283",107934,112050 -"358284",107939,123227 -"358285",107940,109649 -"358286",107947,120785 -"358287",107952,111497 -"358288",107952,121321 -"358289",107952,121329 -"358290",107952,121335 -"358291",107952,121342 -"358292",107952,121388 -"358293",107952,121392 -"358294",107952,121398 -"358295",107961,119805 -"358296",107962,108844 -"358297",107962,122378 -"358298",107962,122434 -"358299",107962,122439 -"358300",107964,118059 -"358301",107972,107989 -"358302",107988,115429 -"358303",107991,119982 -"358304",107991,119996 -"358305",107991,120028 -"358306",107995,116391 -"358307",107996,108314 -"358308",108005,114875 -"358309",108005,122388 -"358310",108005,122397 -"358311",108007,123108 -"358312",108009,110639 -"358313",108011,108012 -"358314",108013,120469 -"358315",108013,123392 -"358316",108020,119928 -"358317",108027,108046 -"358318",108030,121045 -"358319",108032,108043 -"358320",108034,108044 -"358321",108039,108145 -"358322",108040,113997 -"358323",108046,113231 -"358324",108047,108912 -"358325",108048,108093 -"358326",108049,108095 -"358327",108052,118933 -"358328",108052,118934 -"358329",108057,117907 -"358330",108059,119461 -"358331",108065,111770 -"358332",108069,108070 -"358333",108073,113510 -"358334",108076,118951 -"358335",108077,116348 -"358336",108078,108080 -"358337",108078,108090 -"358338",108078,108094 -"358339",108080,108090 -"358340",108080,108094 -"358341",108086,122648 -"358342",108090,108094 -"358343",108092,119335 -"358344",108097,108102 -"358345",108101,108109 -"358346",108104,121307 -"358347",108106,114787 -"358348",108106,119055 -"358349",108107,112921 -"358350",108109,110943 -"358351",108109,114773 -"358352",108119,108122 -"358353",108130,108154 -"358354",108132,108155 -"358355",108133,116246 -"358356",108133,116253 -"358357",108141,108686 -"358358",108141,114470 -"358359",108150,121816 -"358360",108153,108160 -"358361",108154,112736 -"358362",108158,108288 -"358363",108163,111285 -"358364",108164,113791 -"358365",108164,113806 -"358366",108165,109388 -"358367",108170,108173 -"358368",108170,117671 -"358369",108174,115413 -"358370",108178,116269 -"358371",108179,117049 -"358372",108181,114766 -"358373",108181,114782 -"358374",108186,121669 -"358375",108189,109795 -"358376",108191,110822 -"358377",108193,110120 -"358378",108193,118083 -"358379",108193,119263 -"358380",108193,120463 -"358381",108193,121052 -"358382",108193,121057 -"358383",108196,108378 -"358384",108196,119366 -"358385",108196,123299 -"358386",108198,119866 -"358387",108198,119905 -"358388",108198,119911 -"358389",108200,111025 -"358390",108200,114506 -"358391",108200,114510 -"358392",108201,108230 -"358393",108201,108243 -"358394",108204,108205 -"358395",108207,122940 -"358396",108209,108240 -"358397",108210,108228 -"358398",108212,108234 -"358399",108212,108237 -"358400",108213,108241 -"358401",108217,108221 -"358402",108222,108239 -"358403",108226,122789 -"358404",108229,123153 -"358405",108230,108243 -"358406",108233,109334 -"358407",108233,111255 -"358408",108234,108237 -"358409",108235,108236 -"358410",108247,108252 -"358411",108247,108273 -"358412",108248,108249 -"358413",108250,108732 -"358414",108250,111645 -"358415",108252,108273 -"358416",108253,109533 -"358417",108255,119334 -"358418",108255,119408 -"358419",108256,116687 -"358420",108261,115400 -"358421",108268,108276 -"358422",108268,108283 -"358423",108269,108290 -"358424",108271,122585 -"358425",108275,123357 -"358426",108275,123358 -"358427",108276,108283 -"358428",108277,108301 -"358429",108279,108297 -"358430",108295,119104 -"358431",108299,108300 -"358432",108299,118857 -"358433",108301,109238 -"358434",108304,108310 -"358435",108305,117546 -"358436",108311,112678 -"358437",108312,115530 -"358438",108318,108330 -"358439",108321,108327 -"358440",108321,108331 -"358441",108324,121001 -"358442",108324,121002 -"358443",108324,121008 -"358444",108324,122681 -"358445",108324,122683 -"358446",108324,122714 -"358447",108324,122715 -"358448",108327,108331 -"358449",108327,114154 -"358450",108333,112099 -"358451",108333,112755 -"358452",108334,119431 -"358453",108347,108442 -"358454",108348,108358 -"358455",108348,108362 -"358456",108350,120489 -"358457",108355,108369 -"358458",108358,108362 -"358459",108359,108370 -"358460",108360,108995 -"358461",108360,116843 -"358462",108367,119865 -"358463",108371,110105 -"358464",108372,111584 -"358465",108372,120483 -"358466",108372,121422 -"358467",108374,108893 -"358468",108374,109101 -"358469",108374,109523 -"358470",108374,110993 -"358471",108374,111338 -"358472",108374,111398 -"358473",108374,111409 -"358474",108374,111480 -"358475",108374,112422 -"358476",108374,112648 -"358477",108374,112708 -"358478",108374,112820 -"358479",108374,112997 -"358480",108374,113597 -"358481",108374,114418 -"358482",108374,114582 -"358483",108374,115371 -"358484",108374,116028 -"358485",108374,116604 -"358486",108375,113640 -"358487",108376,108542 -"358488",108387,117956 -"358489",108393,116572 -"358490",108393,117318 -"358491",108401,120064 -"358492",108403,108411 -"358493",108403,115587 -"358494",108403,119182 -"358495",108403,119203 -"358496",108403,121950 -"358497",108404,108750 -"358498",108405,108486 -"358499",108411,116763 -"358500",108411,123348 -"358501",108414,121948 -"358502",108416,111789 -"358503",108416,111790 -"358504",108426,117981 -"358505",108426,117989 -"358506",108430,122496 -"358507",108430,122502 -"358508",108433,122498 -"358509",108439,112587 -"358510",108457,111904 -"358511",108457,112615 -"358512",108457,115594 -"358513",108457,117813 -"358514",108463,111931 -"358515",108463,116534 -"358516",108463,116545 -"358517",108466,116367 -"358518",108470,108474 -"358519",108470,109949 -"358520",108473,108503 -"358521",108473,112382 -"358522",108473,112424 -"358523",108474,109949 -"358524",108475,108516 -"358525",108475,116158 -"358526",108476,108477 -"358527",108476,112341 -"358528",108476,112348 -"358529",108476,112358 -"358530",108476,112365 -"358531",108476,112385 -"358532",108476,112388 -"358533",108476,112393 -"358534",108476,122392 -"358535",108476,122408 -"358536",108477,112341 -"358537",108477,112348 -"358538",108477,112358 -"358539",108477,112365 -"358540",108477,112385 -"358541",108477,112388 -"358542",108477,112393 -"358543",108478,109205 -"358544",108478,109207 -"358545",108479,112418 -"358546",108482,121450 -"358547",108483,110140 -"358548",108483,110655 -"358549",108483,112834 -"358550",108484,108486 -"358551",108485,108566 -"358552",108485,110102 -"358553",108490,115524 -"358554",108494,108524 -"358555",108494,108545 -"358556",108495,108556 -"358557",108495,120392 -"358558",108496,110965 -"358559",108499,119532 -"358560",108501,109945 -"358561",108501,112246 -"358562",108501,118998 -"358563",108501,119352 -"358564",108501,123068 -"358565",108501,123080 -"358566",108501,123083 -"358567",108501,123095 -"358568",108503,112382 -"358569",108503,112424 -"358570",108507,108510 -"358571",108507,123076 -"358572",108508,115715 -"358573",108509,108594 -"358574",108510,116460 -"358575",108511,113386 -"358576",108513,110711 -"358577",108513,119322 -"358578",108519,110025 -"358579",108522,110416 -"358580",108524,108545 -"358581",108525,112191 -"358582",108528,120932 -"358583",108532,112331 -"358584",108536,114786 -"358585",108536,119205 -"358586",108538,108539 -"358587",108540,114922 -"358588",108541,109275 -"358589",108544,110174 -"358590",108544,110922 -"358591",108546,112207 -"358592",108546,116336 -"358593",108549,112208 -"358594",108552,121296 -"358595",108553,112268 -"358596",108553,117554 -"358597",108554,108558 -"358598",108554,108559 -"358599",108554,108583 -"358600",108554,109727 -"358601",108554,115907 -"358602",108554,116847 -"358603",108554,120588 -"358604",108558,108559 -"358605",108558,109727 -"358606",108558,115907 -"358607",108558,116847 -"358608",108558,117110 -"358609",108558,118697 -"358610",108563,112276 -"358611",108564,108569 -"358612",108564,111755 -"358613",108564,111758 -"358614",108568,111328 -"358615",108572,114184 -"358616",108576,108593 -"358617",108576,109448 -"358618",108576,109456 -"358619",108576,109459 -"358620",108577,108836 -"358621",108578,115583 -"358622",108579,118446 -"358623",108580,110814 -"358624",108580,112533 -"358625",108581,112886 -"358626",108584,113347 -"358627",108584,122771 -"358628",108585,108598 -"358629",108585,112880 -"358630",108586,112493 -"358631",108591,112122 -"358632",108591,113802 -"358633",108591,119581 -"358634",108595,116578 -"358635",108595,122615 -"358636",108599,115791 -"358637",108601,114015 -"358638",108602,113148 -"358639",108602,115337 -"358640",108605,108891 -"358641",108606,108630 -"358642",108607,111128 -"358643",108608,108610 -"358644",108612,111870 -"358645",108614,112322 -"358646",108614,114688 -"358647",108615,109339 -"358648",108615,111904 -"358649",108615,111951 -"358650",108620,114882 -"358651",108620,117107 -"358652",108621,111475 -"358653",108622,108624 -"358654",108624,117420 -"358655",108624,117886 -"358656",108625,108627 -"358657",108626,116531 -"358658",108626,118344 -"358659",108627,123172 -"358660",108629,108638 -"358661",108630,118930 -"358662",108632,108646 -"358663",108632,111270 -"358664",108636,108637 -"358665",108637,123118 -"358666",108642,114161 -"358667",108642,114905 -"358668",108645,113114 -"358669",108646,111270 -"358670",108647,112853 -"358671",108649,120499 -"358672",108654,108661 -"358673",108657,108658 -"358674",108657,116535 -"358675",108661,109569 -"358676",108666,110416 -"358677",108667,121173 -"358678",108670,121519 -"358679",108670,121521 -"358680",108670,121522 -"358681",108670,121524 -"358682",108674,108971 -"358683",108674,115807 -"358684",108676,108685 -"358685",108681,122932 -"358686",108682,108693 -"358687",108684,108687 -"358688",108684,122795 -"358689",108686,110220 -"358690",108686,114470 -"358691",108687,113609 -"358692",108689,108690 -"358693",108692,108718 -"358694",108694,112540 -"358695",108695,108755 -"358696",108697,115987 -"358697",108699,108709 -"358698",108699,109746 -"358699",108699,117158 -"358700",108702,109237 -"358701",108704,108713 -"358702",108704,109097 -"358703",108704,111471 -"358704",108704,114606 -"358705",108704,118999 -"358706",108704,119441 -"358707",108705,118182 -"358708",108714,108721 -"358709",108715,108726 -"358710",108715,123388 -"358711",108718,109943 -"358712",108718,119225 -"358713",108718,119227 -"358714",108718,119228 -"358715",108718,119229 -"358716",108718,119233 -"358717",108718,120081 -"358718",108719,110415 -"358719",108719,114144 -"358720",108722,111803 -"358721",108724,118593 -"358722",108724,120663 -"358723",108731,108736 -"358724",108732,119891 -"358725",108736,117507 -"358726",108736,117527 -"358727",108737,109076 -"358728",108739,115212 -"358729",108739,120139 -"358730",108740,108741 -"358731",108742,108768 -"358732",108743,108980 -"358733",108743,109291 -"358734",108743,109933 -"358735",108743,110483 -"358736",108743,110567 -"358737",108743,110572 -"358738",108743,110630 -"358739",108743,110648 -"358740",108743,110711 -"358741",108743,110770 -"358742",108743,110869 -"358743",108743,110911 -"358744",108743,111285 -"358745",108743,111314 -"358746",108743,111362 -"358747",108743,111372 -"358748",108743,111424 -"358749",108743,111433 -"358750",108743,112422 -"358751",108743,113269 -"358752",108743,113430 -"358753",108743,114242 -"358754",108743,114842 -"358755",108743,115427 -"358756",108743,115521 -"358757",108743,115711 -"358758",108744,118908 -"358759",108744,120323 -"358760",108745,112875 -"358761",108747,117373 -"358762",108748,119702 -"358763",108752,114483 -"358764",108753,108866 -"358765",108753,111848 -"358766",108753,113522 -"358767",108754,108763 -"358768",108759,109088 -"358769",108760,108796 -"358770",108760,121352 -"358771",108762,109259 -"358772",108762,110595 -"358773",108762,122698 -"358774",108765,108962 -"358775",108765,121043 -"358776",108765,121999 -"358777",108765,123079 -"358778",108765,123085 -"358779",108766,114847 -"358780",108766,115056 -"358781",108769,123098 -"358782",108771,110121 -"358783",108771,117641 -"358784",108774,115860 -"358785",108777,108793 -"358786",108778,111204 -"358787",108779,113696 -"358788",108782,111957 -"358789",108782,122749 -"358790",108783,122548 -"358791",108785,108822 -"358792",108785,117103 -"358793",108785,121441 -"358794",108785,121468 -"358795",108786,108787 -"358796",108790,117649 -"358797",108792,117921 -"358798",108793,121081 -"358799",108794,112215 -"358800",108794,122026 -"358801",108795,112980 -"358802",108796,122979 -"358803",108797,111231 -"358804",108798,108809 -"358805",108800,113081 -"358806",108800,115388 -"358807",108805,110601 -"358808",108805,110614 -"358809",108807,108842 -"358810",108810,108817 -"358811",108815,121888 -"358812",108821,108835 -"358813",108821,110418 -"358814",108822,109049 -"358815",108822,115375 -"358816",108822,117103 -"358817",108823,108839 -"358818",108823,108874 -"358819",108825,108843 -"358820",108825,108846 -"358821",108825,108875 -"358822",108825,116551 -"358823",108826,120721 -"358824",108830,108867 -"358825",108834,110729 -"358826",108839,108874 -"358827",108841,119455 -"358828",108843,108846 -"358829",108843,108875 -"358830",108843,116551 -"358831",108843,121040 -"358832",108844,111351 -"358833",108844,122378 -"358834",108844,122434 -"358835",108844,122439 -"358836",108846,108875 -"358837",108846,116551 -"358838",108847,109264 -"358839",108849,108896 -"358840",108851,108870 -"358841",108851,108878 -"358842",108852,119403 -"358843",108852,119406 -"358844",108855,108958 -"358845",108856,109479 -"358846",108856,110084 -"358847",108859,122785 -"358848",108862,108863 -"358849",108862,111077 -"358850",108863,110046 -"358851",108864,114472 -"358852",108864,114473 -"358853",108864,122569 -"358854",108868,108869 -"358855",108868,109673 -"358856",108870,108878 -"358857",108871,113037 -"358858",108871,120860 -"358859",108872,111156 -"358860",108872,113532 -"358861",108872,114895 -"358862",108873,110873 -"358863",108873,111668 -"358864",108873,111690 -"358865",108873,111711 -"358866",108875,116551 -"358867",108875,120332 -"358868",108879,109166 -"358869",108879,109858 -"358870",108879,109878 -"358871",108879,112962 -"358872",108879,113990 -"358873",108879,115413 -"358874",108879,116123 -"358875",108879,117258 -"358876",108879,117560 -"358877",108879,118128 -"358878",108879,118836 -"358879",108879,118866 -"358880",108879,118873 -"358881",108879,119131 -"358882",108879,119513 -"358883",108879,119716 -"358884",108879,119769 -"358885",108879,120123 -"358886",108879,120169 -"358887",108879,120725 -"358888",108879,120944 -"358889",108879,121609 -"358890",108879,122007 -"358891",108879,122032 -"358892",108879,122035 -"358893",108879,122724 -"358894",108879,123070 -"358895",108879,123394 -"358896",108879,123490 -"358897",108881,109777 -"358898",108881,109830 -"358899",108889,109333 -"358900",108890,109414 -"358901",108890,121121 -"358902",108890,122928 -"358903",108892,109623 -"358904",108893,108894 -"358905",108893,108898 -"358906",108893,109101 -"358907",108893,109523 -"358908",108893,110993 -"358909",108893,111338 -"358910",108893,111398 -"358911",108893,111409 -"358912",108893,111480 -"358913",108893,112422 -"358914",108893,112648 -"358915",108893,112708 -"358916",108893,112820 -"358917",108893,112997 -"358918",108893,113597 -"358919",108893,114418 -"358920",108893,114582 -"358921",108893,115371 -"358922",108893,116028 -"358923",108893,116604 -"358924",108894,108898 -"358925",108896,113444 -"358926",108896,117147 -"358927",108901,110347 -"358928",108902,108972 -"358929",108902,116524 -"358930",108903,123243 -"358931",108904,110243 -"358932",108905,119443 -"358933",108907,117733 -"358934",108911,108924 -"358935",108915,110439 -"358936",108915,110647 -"358937",108915,110688 -"358938",108915,116633 -"358939",108916,109998 -"358940",108919,112807 -"358941",108919,117200 -"358942",108923,116244 -"358943",108923,120289 -"358944",108924,111477 -"358945",108924,122302 -"358946",108926,108937 -"358947",108926,117275 -"358948",108926,117303 -"358949",108926,119977 -"358950",108926,123198 -"358951",108927,108928 -"358952",108929,117004 -"358953",108929,117301 -"358954",108929,118043 -"358955",108937,117275 -"358956",108937,117303 -"358957",108938,120657 -"358958",108938,120693 -"358959",108940,113285 -"358960",108943,122797 -"358961",108944,120140 -"358962",108945,108946 -"358963",108947,108955 -"358964",108948,109122 -"358965",108949,112570 -"358966",108950,108957 -"358967",108950,122625 -"358968",108951,108956 -"358969",108954,110489 -"358970",108955,118893 -"358971",108959,108979 -"358972",108959,108981 -"358973",108965,115637 -"358974",108967,111677 -"358975",108967,111722 -"358976",108967,112857 -"358977",108967,121137 -"358978",108967,122276 -"358979",108968,122198 -"358980",108971,114013 -"358981",108971,115807 -"358982",108971,117294 -"358983",108971,118382 -"358984",108972,116524 -"358985",108973,108974 -"358986",108973,109880 -"358987",108973,109918 -"358988",108974,118881 -"358989",108976,110023 -"358990",108979,108981 -"358991",108980,109291 -"358992",108980,109933 -"358993",108980,110483 -"358994",108980,110567 -"358995",108980,110572 -"358996",108980,110630 -"358997",108980,110648 -"358998",108980,110711 -"358999",108980,110770 -"359000",108980,110869 -"359001",108980,110911 -"359002",108980,111285 -"359003",108980,111314 -"359004",108980,111362 -"359005",108980,111372 -"359006",108980,111424 -"359007",108980,111433 -"359008",108980,112422 -"359009",108980,113269 -"359010",108980,113430 -"359011",108980,114242 -"359012",108980,114842 -"359013",108980,115427 -"359014",108980,115521 -"359015",108980,115711 -"359016",108982,119893 -"359017",108983,109067 -"359018",108984,118434 -"359019",108987,109000 -"359020",108987,109002 -"359021",108988,110536 -"359022",108988,123384 -"359023",108989,109032 -"359024",108995,116843 -"359025",108997,117749 -"359026",109000,109002 -"359027",109000,109945 -"359028",109000,111309 -"359029",109000,111462 -"359030",109000,113873 -"359031",109000,113874 -"359032",109000,114145 -"359033",109000,114155 -"359034",109000,114170 -"359035",109001,116518 -"359036",109006,114246 -"359037",109006,114284 -"359038",109006,114288 -"359039",109007,109020 -"359040",109007,109650 -"359041",109007,114431 -"359042",109008,109022 -"359043",109012,109061 -"359044",109012,118627 -"359045",109013,109016 -"359046",109014,109015 -"359047",109014,109027 -"359048",109014,109041 -"359049",109015,109027 -"359050",109015,109041 -"359051",109027,109041 -"359052",109029,109031 -"359053",109031,110853 -"359054",109035,109062 -"359055",109035,109761 -"359056",109038,109044 -"359057",109040,116938 -"359058",109042,109176 -"359059",109047,109049 -"359060",109047,111149 -"359061",109047,122752 -"359062",109048,109071 -"359063",109049,112100 -"359064",109049,115375 -"359065",109050,115198 -"359066",109050,115552 -"359067",109050,116248 -"359068",109050,117035 -"359069",109050,117526 -"359070",109050,118417 -"359071",109054,109081 -"359072",109058,109070 -"359073",109066,114529 -"359074",109068,111047 -"359075",109068,111060 -"359076",109068,111212 -"359077",109070,121575 -"359078",109073,109086 -"359079",109075,109079 -"359080",109075,109093 -"359081",109079,109093 -"359082",109082,109092 -"359083",109086,120691 -"359084",109086,120692 -"359085",109087,117999 -"359086",109087,123436 -"359087",109093,119938 -"359088",109099,122633 -"359089",109100,109618 -"359090",109100,112661 -"359091",109101,109523 -"359092",109101,110993 -"359093",109101,111338 -"359094",109101,111398 -"359095",109101,111409 -"359096",109101,111480 -"359097",109101,112422 -"359098",109101,112648 -"359099",109101,112708 -"359100",109101,112820 -"359101",109101,112997 -"359102",109101,113597 -"359103",109101,114418 -"359104",109101,114582 -"359105",109101,115371 -"359106",109101,116028 -"359107",109101,116604 -"359108",109106,111843 -"359109",109108,111712 -"359110",109109,113253 -"359111",109109,122700 -"359112",109115,109116 -"359113",109115,109119 -"359114",109115,109121 -"359115",109116,109119 -"359116",109116,109121 -"359117",109117,109216 -"359118",109119,109121 -"359119",109120,111053 -"359120",109125,115701 -"359121",109125,122522 -"359122",109125,122903 -"359123",109129,113480 -"359124",109131,123452 -"359125",109132,111856 -"359126",109133,111486 -"359127",109133,120375 -"359128",109137,109139 -"359129",109137,109142 -"359130",109139,109142 -"359131",109139,113176 -"359132",109139,115209 -"359133",109139,118963 -"359134",109139,122538 -"359135",109139,122578 -"359136",109139,122579 -"359137",109140,109147 -"359138",109142,118956 -"359139",109142,118963 -"359140",109143,109150 -"359141",109143,111373 -"359142",109151,117505 -"359143",109151,117521 -"359144",109152,122722 -"359145",109157,112547 -"359146",109157,113759 -"359147",109159,114324 -"359148",109166,109858 -"359149",109166,109878 -"359150",109166,112962 -"359151",109166,113990 -"359152",109166,115413 -"359153",109166,116123 -"359154",109166,117258 -"359155",109166,117560 -"359156",109166,118128 -"359157",109166,118836 -"359158",109166,118866 -"359159",109166,118873 -"359160",109166,119131 -"359161",109166,119513 -"359162",109166,119716 -"359163",109166,119769 -"359164",109166,120123 -"359165",109166,120169 -"359166",109166,120725 -"359167",109166,120944 -"359168",109166,121609 -"359169",109166,122007 -"359170",109166,122032 -"359171",109166,122035 -"359172",109166,122724 -"359173",109166,123070 -"359174",109166,123394 -"359175",109166,123490 -"359176",109167,109832 -"359177",109167,117786 -"359178",109167,117791 -"359179",109167,117795 -"359180",109170,116527 -"359181",109171,111240 -"359182",109171,114816 -"359183",109171,115039 -"359184",109171,122154 -"359185",109171,122187 -"359186",109171,123013 -"359187",109172,118746 -"359188",109180,112366 -"359189",109182,109788 -"359190",109182,110061 -"359191",109182,121837 -"359192",109183,114435 -"359193",109184,120341 -"359194",109186,109421 -"359195",109186,114890 -"359196",109189,109191 -"359197",109194,116774 -"359198",109195,112925 -"359199",109195,119422 -"359200",109200,119836 -"359201",109204,111078 -"359202",109204,112646 -"359203",109205,109207 -"359204",109206,109215 -"359205",109206,109225 -"359206",109210,113457 -"359207",109211,109662 -"359208",109212,118780 -"359209",109214,109308 -"359210",109215,109225 -"359211",109216,119640 -"359212",109217,109224 -"359213",109224,113355 -"359214",109224,113362 -"359215",109224,113365 -"359216",109226,122356 -"359217",109227,116927 -"359218",109229,109232 -"359219",109229,116263 -"359220",109231,111191 -"359221",109233,119022 -"359222",109239,109248 -"359223",109241,113516 -"359224",109242,109252 -"359225",109242,109923 -"359226",109242,117174 -"359227",109244,117242 -"359228",109248,121284 -"359229",109251,113088 -"359230",109251,113093 -"359231",109252,112534 -"359232",109252,117161 -"359233",109252,117169 -"359234",109252,117174 -"359235",109255,117341 -"359236",109257,122980 -"359237",109259,114104 -"359238",109259,118636 -"359239",109259,120140 -"359240",109259,122429 -"359241",109259,122435 -"359242",109262,110196 -"359243",109262,110216 -"359244",109264,117463 -"359245",109265,109272 -"359246",109267,109268 -"359247",109267,109276 -"359248",109268,109276 -"359249",109269,109270 -"359250",109273,109274 -"359251",109279,109281 -"359252",109284,112529 -"359253",109284,113619 -"359254",109284,119505 -"359255",109287,115317 -"359256",109290,117317 -"359257",109291,109933 -"359258",109291,110483 -"359259",109291,110567 -"359260",109291,110572 -"359261",109291,110630 -"359262",109291,110648 -"359263",109291,110711 -"359264",109291,110770 -"359265",109291,110869 -"359266",109291,110911 -"359267",109291,111285 -"359268",109291,111314 -"359269",109291,111362 -"359270",109291,111372 -"359271",109291,111424 -"359272",109291,111433 -"359273",109291,112422 -"359274",109291,113269 -"359275",109291,113430 -"359276",109291,114242 -"359277",109291,114842 -"359278",109291,115427 -"359279",109291,115521 -"359280",109291,115711 -"359281",109296,114750 -"359282",109297,112754 -"359283",109297,118122 -"359284",109297,118123 -"359285",109297,118135 -"359286",109297,118167 -"359287",109297,118168 -"359288",109298,109302 -"359289",109306,109319 -"359290",109309,111776 -"359291",109309,116118 -"359292",109311,119362 -"359293",109312,109318 -"359294",109319,111888 -"359295",109319,115965 -"359296",109319,120729 -"359297",109324,118923 -"359298",109329,109418 -"359299",109329,109946 -"359300",109329,114379 -"359301",109331,112828 -"359302",109333,112140 -"359303",109333,113659 -"359304",109333,113709 -"359305",109333,119272 -"359306",109334,110264 -"359307",109337,111086 -"359308",109337,123006 -"359309",109338,116752 -"359310",109339,109589 -"359311",109339,110887 -"359312",109339,110892 -"359313",109339,111300 -"359314",109339,111556 -"359315",109339,113201 -"359316",109339,114266 -"359317",109339,118335 -"359318",109339,120853 -"359319",109339,120858 -"359320",109339,121380 -"359321",109339,121384 -"359322",109340,119554 -"359323",109344,109374 -"359324",109346,122063 -"359325",109350,111188 -"359326",109350,111190 -"359327",109350,113302 -"359328",109351,109381 -"359329",109356,109398 -"359330",109357,109358 -"359331",109358,109417 -"359332",109359,113070 -"359333",109359,113214 -"359334",109359,113408 -"359335",109360,118240 -"359336",109360,120826 -"359337",109363,109802 -"359338",109369,123018 -"359339",109369,123019 -"359340",109369,123417 -"359341",109371,109373 -"359342",109371,111155 -"359343",109373,111155 -"359344",109373,112290 -"359345",109373,112298 -"359346",109373,112468 -"359347",109373,113803 -"359348",109374,110771 -"359349",109374,111975 -"359350",109376,122572 -"359351",109376,122584 -"359352",109378,109379 -"359353",109378,118697 -"359354",109383,119428 -"359355",109384,118823 -"359356",109385,115644 -"359357",109387,109405 -"359358",109387,109410 -"359359",109388,111937 -"359360",109389,109443 -"359361",109393,116732 -"359362",109394,109438 -"359363",109397,112593 -"359364",109403,114167 -"359365",109404,116540 -"359366",109405,109410 -"359367",109406,118241 -"359368",109409,109427 -"359369",109409,109437 -"359370",109413,117938 -"359371",109414,121121 -"359372",109417,111113 -"359373",109420,114844 -"359374",109421,112554 -"359375",109421,114890 -"359376",109421,121861 -"359377",109421,121928 -"359378",109423,109424 -"359379",109425,109460 -"359380",109427,109437 -"359381",109433,109467 -"359382",109434,120843 -"359383",109436,110471 -"359384",109436,110472 -"359385",109436,110559 -"359386",109441,109446 -"359387",109445,109449 -"359388",109445,109450 -"359389",109445,109457 -"359390",109447,109458 -"359391",109447,109461 -"359392",109448,109456 -"359393",109448,109459 -"359394",109448,114664 -"359395",109449,109450 -"359396",109449,109457 -"359397",109449,112251 -"359398",109450,109457 -"359399",109452,119801 -"359400",109452,119802 -"359401",109456,109459 -"359402",109457,118849 -"359403",109457,118860 -"359404",109458,109461 -"359405",109458,112885 -"359406",109466,109478 -"359407",109466,114261 -"359408",109468,109475 -"359409",109468,109497 -"359410",109468,117155 -"359411",109468,117502 -"359412",109468,117503 -"359413",109472,113990 -"359414",109474,121259 -"359415",109475,109497 -"359416",109475,116520 -"359417",109478,114261 -"359418",109479,110084 -"359419",109481,120005 -"359420",109483,109484 -"359421",109485,118689 -"359422",109485,118752 -"359423",109485,118754 -"359424",109487,116809 -"359425",109490,120216 -"359426",109491,120646 -"359427",109492,109496 -"359428",109492,109498 -"359429",109492,109518 -"359430",109492,109532 -"359431",109493,110570 -"359432",109495,121576 -"359433",109496,109498 -"359434",109496,109518 -"359435",109496,109532 -"359436",109496,112719 -"359437",109496,112735 -"359438",109496,112745 -"359439",109498,109518 -"359440",109498,109532 -"359441",109500,109501 -"359442",109505,110878 -"359443",109506,114276 -"359444",109506,114507 -"359445",109506,114514 -"359446",109506,114516 -"359447",109506,122007 -"359448",109508,117931 -"359449",109509,116888 -"359450",109509,123051 -"359451",109509,123052 -"359452",109510,110599 -"359453",109510,113670 -"359454",109512,111445 -"359455",109513,109514 -"359456",109515,122112 -"359457",109518,109532 -"359458",109518,112735 -"359459",109518,112745 -"359460",109518,122099 -"359461",109518,122138 -"359462",109519,109520 -"359463",109521,114831 -"359464",109521,115452 -"359465",109521,115456 -"359466",109521,117532 -"359467",109521,121231 -"359468",109521,121234 -"359469",109522,112136 -"359470",109523,110993 -"359471",109523,111338 -"359472",109523,111398 -"359473",109523,111409 -"359474",109523,111480 -"359475",109523,112422 -"359476",109523,112648 -"359477",109523,112708 -"359478",109523,112820 -"359479",109523,112997 -"359480",109523,113597 -"359481",109523,114418 -"359482",109523,114582 -"359483",109523,115371 -"359484",109523,116028 -"359485",109523,116604 -"359486",109527,111965 -"359487",109527,122920 -"359488",109527,122921 -"359489",109527,123381 -"359490",109528,114103 -"359491",109528,114954 -"359492",109535,109542 -"359493",109535,109562 -"359494",109535,112064 -"359495",109535,120943 -"359496",109535,121832 -"359497",109536,109901 -"359498",109536,111283 -"359499",109536,111465 -"359500",109537,109547 -"359501",109542,109562 -"359502",109543,113706 -"359503",109543,114668 -"359504",109553,109555 -"359505",109553,109556 -"359506",109553,109563 -"359507",109554,109558 -"359508",109554,119184 -"359509",109554,121005 -"359510",109555,109556 -"359511",109555,109563 -"359512",109555,109669 -"359513",109555,120192 -"359514",109555,120194 -"359515",109555,120197 -"359516",109555,120198 -"359517",109555,120199 -"359518",109555,120215 -"359519",109556,109563 -"359520",109557,114818 -"359521",109557,117018 -"359522",109559,117687 -"359523",109559,117696 -"359524",109564,109594 -"359525",109569,109735 -"359526",109569,111681 -"359527",109569,122066 -"359528",109569,122885 -"359529",109570,116964 -"359530",109571,113518 -"359531",109571,121778 -"359532",109572,118810 -"359533",109573,109590 -"359534",109573,109597 -"359535",109580,109592 -"359536",109582,109708 -"359537",109583,120761 -"359538",109584,121140 -"359539",109586,109588 -"359540",109589,111556 -"359541",109589,112662 -"359542",109590,109597 -"359543",109596,115951 -"359544",109596,118944 -"359545",109596,119419 -"359546",109596,119454 -"359547",109596,119553 -"359548",109598,120819 -"359549",109599,110677 -"359550",109603,111946 -"359551",109603,112132 -"359552",109604,119401 -"359553",109605,109606 -"359554",109605,111722 -"359555",109605,111723 -"359556",109605,112857 -"359557",109610,109620 -"359558",109611,111724 -"359559",109612,110864 -"359560",109612,117108 -"359561",109612,119729 -"359562",109612,119782 -"359563",109617,111273 -"359564",109618,112661 -"359565",109619,109624 -"359566",109619,109625 -"359567",109620,115242 -"359568",109624,109625 -"359569",109625,112368 -"359570",109628,109659 -"359571",109628,118653 -"359572",109628,123131 -"359573",109629,109666 -"359574",109630,109642 -"359575",109631,118722 -"359576",109635,111407 -"359577",109635,121803 -"359578",109636,121805 -"359579",109638,121647 -"359580",109639,110209 -"359581",109639,122051 -"359582",109640,118158 -"359583",109646,109661 -"359584",109646,112741 -"359585",109650,114431 -"359586",109652,113807 -"359587",109657,109658 -"359588",109661,112741 -"359589",109661,118130 -"359590",109663,122267 -"359591",109663,122312 -"359592",109664,116051 -"359593",109669,120192 -"359594",109669,120194 -"359595",109669,120197 -"359596",109669,120198 -"359597",109669,120199 -"359598",109669,120215 -"359599",109671,109672 -"359600",109673,109684 -"359601",109673,116101 -"359602",109673,116297 -"359603",109673,116298 -"359604",109673,116319 -"359605",109673,116334 -"359606",109675,109683 -"359607",109679,109976 -"359608",109682,109873 -"359609",109682,109889 -"359610",109682,109898 -"359611",109682,109907 -"359612",109686,112218 -"359613",109686,112610 -"359614",109690,109698 -"359615",109695,109699 -"359616",109697,115826 -"359617",109701,109702 -"359618",109708,110502 -"359619",109708,119849 -"359620",109714,109720 -"359621",109719,116085 -"359622",109719,116103 -"359623",109719,116112 -"359624",109719,116113 -"359625",109723,109730 -"359626",109725,109731 -"359627",109726,117029 -"359628",109727,115907 -"359629",109727,116847 -"359630",109727,121248 -"359631",109728,112680 -"359632",109728,112682 -"359633",109728,112693 -"359634",109728,112694 -"359635",109732,112245 -"359636",109733,109734 -"359637",109735,111681 -"359638",109735,122066 -"359639",109735,122885 -"359640",109736,109740 -"359641",109736,112606 -"359642",109736,119846 -"359643",109741,119855 -"359644",109741,119862 -"359645",109744,120305 -"359646",109748,109749 -"359647",109748,117407 -"359648",109750,116797 -"359649",109753,112300 -"359650",109754,110177 -"359651",109757,110692 -"359652",109758,122167 -"359653",109761,109789 -"359654",109761,110563 -"359655",109762,109768 -"359656",109763,116759 -"359657",109765,109777 -"359658",109765,118974 -"359659",109767,115892 -"359660",109772,119134 -"359661",109777,109830 -"359662",109777,118974 -"359663",109778,109779 -"359664",109778,114389 -"359665",109779,112320 -"359666",109780,109794 -"359667",109788,110061 -"359668",109796,109797 -"359669",109796,116586 -"359670",109799,120524 -"359671",109801,109981 -"359672",109803,109821 -"359673",109803,112382 -"359674",109811,111101 -"359675",109811,116640 -"359676",109815,111066 -"359677",109815,113278 -"359678",109815,113314 -"359679",109815,114723 -"359680",109815,116644 -"359681",109815,117804 -"359682",109815,121414 -"359683",109815,122345 -"359684",109815,122353 -"359685",109815,122358 -"359686",109815,122360 -"359687",109815,122366 -"359688",109815,122367 -"359689",109815,122376 -"359690",109815,122383 -"359691",109815,122393 -"359692",109815,122394 -"359693",109815,122398 -"359694",109815,122402 -"359695",109815,122403 -"359696",109815,122409 -"359697",109815,122412 -"359698",109815,122414 -"359699",109815,122415 -"359700",109815,122417 -"359701",109815,122418 -"359702",109815,122421 -"359703",109815,122422 -"359704",109815,122437 -"359705",109815,122438 -"359706",109815,122440 -"359707",109815,123424 -"359708",109816,114045 -"359709",109817,109838 -"359710",109818,112573 -"359711",109820,110380 -"359712",109820,110394 -"359713",109820,119592 -"359714",109820,120033 -"359715",109822,109823 -"359716",109822,109826 -"359717",109823,109826 -"359718",109831,110219 -"359719",109831,111196 -"359720",109831,111399 -"359721",109831,111400 -"359722",109831,118178 -"359723",109832,113513 -"359724",109832,117786 -"359725",109832,117791 -"359726",109832,117795 -"359727",109832,122236 -"359728",109837,121889 -"359729",109840,118265 -"359730",109840,122314 -"359731",109844,118903 -"359732",109848,116890 -"359733",109855,109861 -"359734",109856,122225 -"359735",109857,115071 -"359736",109857,115089 -"359737",109857,121487 -"359738",109858,109878 -"359739",109858,112962 -"359740",109858,113990 -"359741",109858,115413 -"359742",109858,116123 -"359743",109858,117258 -"359744",109858,117560 -"359745",109858,118128 -"359746",109858,118836 -"359747",109858,118866 -"359748",109858,118873 -"359749",109858,119131 -"359750",109858,119513 -"359751",109858,119716 -"359752",109858,119769 -"359753",109858,120123 -"359754",109858,120169 -"359755",109858,120725 -"359756",109858,120944 -"359757",109858,121609 -"359758",109858,122007 -"359759",109858,122032 -"359760",109858,122035 -"359761",109858,122724 -"359762",109858,123070 -"359763",109858,123394 -"359764",109858,123490 -"359765",109859,115394 -"359766",109860,118781 -"359767",109865,115191 -"359768",109871,115303 -"359769",109873,109889 -"359770",109873,109898 -"359771",109873,109907 -"359772",109878,112962 -"359773",109878,113990 -"359774",109878,115413 -"359775",109878,116123 -"359776",109878,117258 -"359777",109878,117560 -"359778",109878,118128 -"359779",109878,118836 -"359780",109878,118866 -"359781",109878,118873 -"359782",109878,119131 -"359783",109878,119513 -"359784",109878,119716 -"359785",109878,119769 -"359786",109878,120123 -"359787",109878,120169 -"359788",109878,120725 -"359789",109878,120944 -"359790",109878,121609 -"359791",109878,122007 -"359792",109878,122032 -"359793",109878,122035 -"359794",109878,122724 -"359795",109878,123070 -"359796",109878,123394 -"359797",109878,123490 -"359798",109881,113547 -"359799",109882,118553 -"359800",109882,121798 -"359801",109885,110742 -"359802",109885,112606 -"359803",109885,116142 -"359804",109885,116150 -"359805",109885,116151 -"359806",109885,116152 -"359807",109885,116155 -"359808",109885,116159 -"359809",109885,116163 -"359810",109885,116165 -"359811",109885,116166 -"359812",109885,116171 -"359813",109885,116677 -"359814",109885,116678 -"359815",109887,109897 -"359816",109889,109898 -"359817",109889,109907 -"359818",109891,117664 -"359819",109893,110362 -"359820",109894,118079 -"359821",109897,122563 -"359822",109898,109907 -"359823",109899,120747 -"359824",109899,120751 -"359825",109900,109909 -"359826",109901,111283 -"359827",109901,111465 -"359828",109905,110430 -"359829",109908,118210 -"359830",109908,118972 -"359831",109910,121555 -"359832",109914,109934 -"359833",109916,109921 -"359834",109919,118365 -"359835",109923,117174 -"359836",109925,109939 -"359837",109930,112235 -"359838",109933,110483 -"359839",109933,110567 -"359840",109933,110572 -"359841",109933,110630 -"359842",109933,110648 -"359843",109933,110711 -"359844",109933,110770 -"359845",109933,110869 -"359846",109933,110911 -"359847",109933,111285 -"359848",109933,111314 -"359849",109933,111362 -"359850",109933,111372 -"359851",109933,111424 -"359852",109933,111433 -"359853",109933,112422 -"359854",109933,113269 -"359855",109933,113430 -"359856",109933,114242 -"359857",109933,114842 -"359858",109933,115427 -"359859",109933,115521 -"359860",109933,115711 -"359861",109935,119150 -"359862",109937,113435 -"359863",109945,111309 -"359864",109945,111462 -"359865",109945,112246 -"359866",109945,114155 -"359867",109945,114170 -"359868",109945,119352 -"359869",109945,123068 -"359870",109945,123080 -"359871",109945,123083 -"359872",109945,123095 -"359873",109949,113878 -"359874",109951,113144 -"359875",109952,118350 -"359876",109956,123276 -"359877",109957,116837 -"359878",109958,111335 -"359879",109958,115910 -"359880",109958,122309 -"359881",109960,113959 -"359882",109960,113965 -"359883",109962,110016 -"359884",109963,111723 -"359885",109965,109966 -"359886",109970,109973 -"359887",109970,120040 -"359888",109971,115993 -"359889",109972,111553 -"359890",109978,109979 -"359891",109978,109980 -"359892",109978,109981 -"359893",109979,109980 -"359894",109979,109981 -"359895",109980,109981 -"359896",109984,109987 -"359897",109988,112994 -"359898",109988,115137 -"359899",109990,112738 -"359900",109998,114298 -"359901",110004,121304 -"359902",110005,110006 -"359903",110008,110024 -"359904",110013,116075 -"359905",110015,116894 -"359906",110017,122531 -"359907",110019,110021 -"359908",110020,123248 -"359909",110023,111111 -"359910",110023,111236 -"359911",110023,111247 -"359912",110023,111256 -"359913",110024,123135 -"359914",110027,122986 -"359915",110027,122991 -"359916",110028,110974 -"359917",110028,110984 -"359918",110028,110988 -"359919",110028,111658 -"359920",110028,111687 -"359921",110028,115425 -"359922",110029,111206 -"359923",110029,111207 -"359924",110032,110037 -"359925",110036,110038 -"359926",110038,112158 -"359927",110039,114032 -"359928",110039,116280 -"359929",110043,110044 -"359930",110043,110922 -"359931",110044,123164 -"359932",110045,122337 -"359933",110047,110048 -"359934",110048,117454 -"359935",110048,117455 -"359936",110048,117456 -"359937",110049,110052 -"359938",110049,110166 -"359939",110051,110107 -"359940",110052,110166 -"359941",110055,110064 -"359942",110055,110069 -"359943",110058,113795 -"359944",110061,117462 -"359945",110064,110069 -"359946",110065,110112 -"359947",110066,110067 -"359948",110066,110080 -"359949",110066,110082 -"359950",110066,110098 -"359951",110066,110103 -"359952",110066,110104 -"359953",110066,111600 -"359954",110067,110080 -"359955",110067,110082 -"359956",110067,110098 -"359957",110067,110103 -"359958",110067,110104 -"359959",110070,110071 -"359960",110070,110096 -"359961",110071,110096 -"359962",110072,118895 -"359963",110072,119472 -"359964",110072,119477 -"359965",110072,119479 -"359966",110072,119482 -"359967",110077,115431 -"359968",110078,115154 -"359969",110078,115169 -"359970",110080,110082 -"359971",110080,110098 -"359972",110080,110103 -"359973",110080,110104 -"359974",110082,110098 -"359975",110082,110103 -"359976",110082,110104 -"359977",110084,110094 -"359978",110085,110108 -"359979",110088,110089 -"359980",110091,110106 -"359981",110091,110734 -"359982",110093,110102 -"359983",110098,110103 -"359984",110098,110104 -"359985",110098,111600 -"359986",110102,110708 -"359987",110103,110104 -"359988",110104,117233 -"359989",110104,117234 -"359990",110106,110734 -"359991",110107,116231 -"359992",110109,116099 -"359993",110117,110596 -"359994",110119,110863 -"359995",110121,117641 -"359996",110122,116564 -"359997",110123,112638 -"359998",110129,110137 -"359999",110130,110556 -"360000",110130,118323 -"360001",110131,110147 -"360002",110131,110155 -"360003",110131,110173 -"360004",110131,110633 -"360005",110131,111146 -"360006",110131,112774 -"360007",110131,121853 -"360008",110131,122255 -"360009",110140,113399 -"360010",110143,113901 -"360011",110147,110155 -"360012",110147,110173 -"360013",110147,112774 -"360014",110148,119990 -"360015",110149,111778 -"360016",110149,114243 -"360017",110152,120351 -"360018",110153,110156 -"360019",110153,110157 -"360020",110154,111334 -"360021",110154,112655 -"360022",110154,115267 -"360023",110155,110173 -"360024",110155,112774 -"360025",110156,110157 -"360026",110163,110164 -"360027",110163,110184 -"360028",110163,110187 -"360029",110163,110190 -"360030",110163,110193 -"360031",110164,110184 -"360032",110164,110187 -"360033",110164,110190 -"360034",110164,110193 -"360035",110165,118351 -"360036",110168,112921 -"360037",110168,121277 -"360038",110169,115041 -"360039",110172,118274 -"360040",110172,118812 -"360041",110173,110663 -"360042",110173,111933 -"360043",110173,112774 -"360044",110173,113539 -"360045",110179,110180 -"360046",110179,114982 -"360047",110183,117220 -"360048",110183,117491 -"360049",110183,119916 -"360050",110184,110187 -"360051",110184,110190 -"360052",110184,110193 -"360053",110186,113671 -"360054",110187,110190 -"360055",110187,110193 -"360056",110190,110193 -"360057",110194,110195 -"360058",110194,113722 -"360059",110195,113722 -"360060",110196,110216 -"360061",110197,110224 -"360062",110197,110235 -"360063",110198,113167 -"360064",110199,114278 -"360065",110203,122619 -"360066",110204,120983 -"360067",110211,110213 -"360068",110211,115116 -"360069",110211,122803 -"360070",110212,120975 -"360071",110217,110397 -"360072",110217,116422 -"360073",110218,110227 -"360074",110218,110749 -"360075",110220,116588 -"360076",110223,115042 -"360077",110224,110235 -"360078",110227,110936 -"360079",110231,110255 -"360080",110232,111301 -"360081",110233,119235 -"360082",110237,110249 -"360083",110243,111829 -"360084",110243,122880 -"360085",110244,110245 -"360086",110244,110246 -"360087",110245,110246 -"360088",110245,114682 -"360089",110246,110685 -"360090",110246,113803 -"360091",110246,115195 -"360092",110246,115233 -"360093",110246,115255 -"360094",110246,115264 -"360095",110246,116660 -"360096",110246,122145 -"360097",110250,110343 -"360098",110250,112956 -"360099",110250,114813 -"360100",110250,122588 -"360101",110250,122819 -"360102",110250,122852 -"360103",110250,122861 -"360104",110250,122863 -"360105",110250,122864 -"360106",110252,120783 -"360107",110254,116796 -"360108",110259,112879 -"360109",110259,112889 -"360110",110260,120572 -"360111",110262,110270 -"360112",110264,111375 -"360113",110264,121820 -"360114",110264,121822 -"360115",110266,110267 -"360116",110268,121512 -"360117",110270,118336 -"360118",110271,119539 -"360119",110272,111019 -"360120",110272,115817 -"360121",110272,116107 -"360122",110272,116108 -"360123",110272,116109 -"360124",110273,110274 -"360125",110277,110375 -"360126",110281,110287 -"360127",110281,110300 -"360128",110281,110309 -"360129",110281,116115 -"360130",110281,122889 -"360131",110281,122911 -"360132",110281,123130 -"360133",110284,110285 -"360134",110284,110291 -"360135",110285,110291 -"360136",110287,110300 -"360137",110287,110309 -"360138",110287,116115 -"360139",110288,110292 -"360140",110288,110296 -"360141",110292,110296 -"360142",110296,115788 -"360143",110298,110318 -"360144",110300,110309 -"360145",110300,116115 -"360146",110301,110304 -"360147",110304,110662 -"360148",110308,110496 -"360149",110308,113499 -"360150",110308,115090 -"360151",110308,116654 -"360152",110308,120340 -"360153",110308,120359 -"360154",110308,123187 -"360155",110309,116115 -"360156",110310,121654 -"360157",110312,119151 -"360158",110313,112657 -"360159",110320,114560 -"360160",110320,115614 -"360161",110320,117638 -"360162",110320,117643 -"360163",110320,117644 -"360164",110321,110328 -"360165",110322,115013 -"360166",110327,121099 -"360167",110330,110353 -"360168",110330,110442 -"360169",110334,117422 -"360170",110335,110336 -"360171",110336,111881 -"360172",110336,115766 -"360173",110336,117032 -"360174",110336,120263 -"360175",110336,121457 -"360176",110339,110340 -"360177",110341,116794 -"360178",110344,123046 -"360179",110350,110351 -"360180",110350,110408 -"360181",110351,110408 -"360182",110353,110442 -"360183",110354,110385 -"360184",110359,110381 -"360185",110359,113585 -"360186",110359,116515 -"360187",110359,117804 -"360188",110359,117942 -"360189",110360,118498 -"360190",110365,110372 -"360191",110365,110400 -"360192",110366,119519 -"360193",110372,110400 -"360194",110374,110410 -"360195",110376,110380 -"360196",110379,118105 -"360197",110379,120463 -"360198",110380,110394 -"360199",110380,110488 -"360200",110380,110719 -"360201",110380,119237 -"360202",110380,119592 -"360203",110380,120033 -"360204",110380,121290 -"360205",110380,121294 -"360206",110380,121331 -"360207",110380,121353 -"360208",110380,121358 -"360209",110382,116567 -"360210",110382,116570 -"360211",110384,110841 -"360212",110384,114066 -"360213",110388,115774 -"360214",110390,112641 -"360215",110392,110396 -"360216",110393,110470 -"360217",110394,119592 -"360218",110394,120033 -"360219",110406,111358 -"360220",110407,113802 -"360221",110407,116410 -"360222",110409,110605 -"360223",110409,113710 -"360224",110409,118314 -"360225",110409,118368 -"360226",110409,118398 -"360227",110410,122748 -"360228",110412,113039 -"360229",110413,110452 -"360230",110419,110445 -"360231",110424,120536 -"360232",110426,115385 -"360233",110427,111219 -"360234",110428,111581 -"360235",110429,122082 -"360236",110439,110647 -"360237",110439,116633 -"360238",110441,111623 -"360239",110441,111625 -"360240",110441,111665 -"360241",110441,111669 -"360242",110441,121479 -"360243",110441,122387 -"360244",110445,110728 -"360245",110451,117548 -"360246",110455,110580 -"360247",110455,110609 -"360248",110455,121357 -"360249",110456,115035 -"360250",110457,119473 -"360251",110467,110468 -"360252",110469,111172 -"360253",110469,114629 -"360254",110471,110472 -"360255",110471,110559 -"360256",110472,110559 -"360257",110480,116908 -"360258",110481,114175 -"360259",110482,119753 -"360260",110482,120061 -"360261",110483,110567 -"360262",110483,110572 -"360263",110483,110630 -"360264",110483,110648 -"360265",110483,110711 -"360266",110483,110770 -"360267",110483,110869 -"360268",110483,110911 -"360269",110483,111285 -"360270",110483,111314 -"360271",110483,111362 -"360272",110483,111372 -"360273",110483,111424 -"360274",110483,111433 -"360275",110483,112422 -"360276",110483,113269 -"360277",110483,113430 -"360278",110483,114242 -"360279",110483,114842 -"360280",110483,115427 -"360281",110483,115521 -"360282",110483,115711 -"360283",110486,118396 -"360284",110487,110488 -"360285",110487,110492 -"360286",110488,110492 -"360287",110488,110719 -"360288",110488,121290 -"360289",110488,121294 -"360290",110494,117524 -"360291",110496,116430 -"360292",110496,120340 -"360293",110496,120359 -"360294",110498,115039 -"360295",110508,112794 -"360296",110508,113237 -"360297",110508,115013 -"360298",110508,115354 -"360299",110508,119587 -"360300",110510,115370 -"360301",110514,110540 -"360302",110514,110548 -"360303",110524,110551 -"360304",110530,112313 -"360305",110535,110598 -"360306",110535,110649 -"360307",110536,120533 -"360308",110536,122905 -"360309",110539,116866 -"360310",110540,110548 -"360311",110540,115275 -"360312",110546,110815 -"360313",110553,110676 -"360314",110557,118083 -"360315",110565,110574 -"360316",110567,110572 -"360317",110567,110630 -"360318",110567,110648 -"360319",110567,110711 -"360320",110567,110770 -"360321",110567,110869 -"360322",110567,110911 -"360323",110567,111285 -"360324",110567,111314 -"360325",110567,111362 -"360326",110567,111372 -"360327",110567,111424 -"360328",110567,111433 -"360329",110567,112422 -"360330",110567,113269 -"360331",110567,113430 -"360332",110567,114242 -"360333",110567,114842 -"360334",110567,115427 -"360335",110567,115521 -"360336",110567,115711 -"360337",110568,110698 -"360338",110569,120412 -"360339",110572,110630 -"360340",110572,110648 -"360341",110572,110711 -"360342",110572,110770 -"360343",110572,110869 -"360344",110572,110911 -"360345",110572,111285 -"360346",110572,111314 -"360347",110572,111362 -"360348",110572,111372 -"360349",110572,111424 -"360350",110572,111433 -"360351",110572,112422 -"360352",110572,113269 -"360353",110572,113430 -"360354",110572,114242 -"360355",110572,114842 -"360356",110572,115427 -"360357",110572,115521 -"360358",110572,115711 -"360359",110580,110609 -"360360",110583,110592 -"360361",110584,116913 -"360362",110586,110652 -"360363",110588,110603 -"360364",110593,122328 -"360365",110593,122332 -"360366",110593,122333 -"360367",110594,116408 -"360368",110595,122698 -"360369",110596,116314 -"360370",110598,110649 -"360371",110600,110685 -"360372",110601,110614 -"360373",110608,121550 -"360374",110613,110617 -"360375",110620,111756 -"360376",110620,112776 -"360377",110620,112780 -"360378",110620,112781 -"360379",110620,112793 -"360380",110621,117446 -"360381",110623,123034 -"360382",110626,110927 -"360383",110629,111452 -"360384",110630,110648 -"360385",110630,110711 -"360386",110630,110770 -"360387",110630,110869 -"360388",110630,110911 -"360389",110630,111285 -"360390",110630,111314 -"360391",110630,111362 -"360392",110630,111372 -"360393",110630,111424 -"360394",110630,111433 -"360395",110630,112422 -"360396",110630,113269 -"360397",110630,113430 -"360398",110630,114242 -"360399",110630,114842 -"360400",110630,115427 -"360401",110630,115521 -"360402",110630,115711 -"360403",110631,110639 -"360404",110633,111146 -"360405",110633,121853 -"360406",110633,122255 -"360407",110634,117486 -"360408",110635,110683 -"360409",110635,110687 -"360410",110637,123233 -"360411",110641,114316 -"360412",110645,110658 -"360413",110647,110688 -"360414",110647,116633 -"360415",110648,110711 -"360416",110648,110770 -"360417",110648,110869 -"360418",110648,110911 -"360419",110648,111285 -"360420",110648,111314 -"360421",110648,111362 -"360422",110648,111372 -"360423",110648,111424 -"360424",110648,111433 -"360425",110648,112422 -"360426",110648,113269 -"360427",110648,113430 -"360428",110648,114242 -"360429",110648,114842 -"360430",110648,115427 -"360431",110648,115521 -"360432",110648,115711 -"360433",110650,110902 -"360434",110650,122448 -"360435",110650,122454 -"360436",110651,120067 -"360437",110657,117830 -"360438",110657,119027 -"360439",110657,121566 -"360440",110660,112932 -"360441",110662,118938 -"360442",110664,110672 -"360443",110665,112828 -"360444",110665,119985 -"360445",110666,118916 -"360446",110666,121767 -"360447",110668,120303 -"360448",110674,110675 -"360449",110678,112119 -"360450",110678,112716 -"360451",110681,110689 -"360452",110681,110852 -"360453",110683,110687 -"360454",110683,118353 -"360455",110683,118355 -"360456",110685,113263 -"360457",110685,116660 -"360458",110685,118759 -"360459",110685,118813 -"360460",110685,121785 -"360461",110685,122145 -"360462",110686,123148 -"360463",110688,116633 -"360464",110689,110852 -"360465",110696,110741 -"360466",110696,118425 -"360467",110699,110705 -"360468",110700,110755 -"360469",110701,110796 -"360470",110703,110712 -"360471",110703,110857 -"360472",110703,110981 -"360473",110704,110756 -"360474",110705,113970 -"360475",110710,117409 -"360476",110710,119136 -"360477",110711,110770 -"360478",110711,110869 -"360479",110711,110911 -"360480",110711,111285 -"360481",110711,111314 -"360482",110711,111362 -"360483",110711,111372 -"360484",110711,111424 -"360485",110711,111433 -"360486",110711,112422 -"360487",110711,113269 -"360488",110711,113430 -"360489",110711,114242 -"360490",110711,114842 -"360491",110711,115427 -"360492",110711,115521 -"360493",110711,115711 -"360494",110711,119322 -"360495",110712,110857 -"360496",110712,110981 -"360497",110717,110877 -"360498",110719,117898 -"360499",110719,121290 -"360500",110719,121294 -"360501",110722,110847 -"360502",110723,110738 -"360503",110727,110805 -"360504",110731,122990 -"360505",110737,121714 -"360506",110741,118425 -"360507",110741,120452 -"360508",110741,120466 -"360509",110741,120471 -"360510",110742,112606 -"360511",110742,116142 -"360512",110742,116150 -"360513",110742,116151 -"360514",110742,116152 -"360515",110742,116155 -"360516",110742,116159 -"360517",110742,116163 -"360518",110742,116165 -"360519",110742,116166 -"360520",110742,116171 -"360521",110742,116677 -"360522",110742,116678 -"360523",110743,110825 -"360524",110743,113856 -"360525",110744,114815 -"360526",110748,110890 -"360527",110748,113327 -"360528",110748,121518 -"360529",110758,116631 -"360530",110759,110812 -"360531",110763,110774 -"360532",110764,110780 -"360533",110765,114698 -"360534",110765,118926 -"360535",110765,119468 -"360536",110768,110807 -"360537",110768,119476 -"360538",110768,119496 -"360539",110768,119497 -"360540",110768,119503 -"360541",110770,110869 -"360542",110770,110911 -"360543",110770,111285 -"360544",110770,111314 -"360545",110770,111362 -"360546",110770,111372 -"360547",110770,111424 -"360548",110770,111433 -"360549",110770,112422 -"360550",110770,113269 -"360551",110770,113430 -"360552",110770,114242 -"360553",110770,114842 -"360554",110770,115427 -"360555",110770,115521 -"360556",110770,115711 -"360557",110771,111975 -"360558",110771,119200 -"360559",110776,116833 -"360560",110777,114630 -"360561",110784,110793 -"360562",110784,111566 -"360563",110786,121182 -"360564",110787,118448 -"360565",110787,118509 -"360566",110789,110806 -"360567",110793,111566 -"360568",110794,120157 -"360569",110796,112198 -"360570",110796,122750 -"360571",110797,115307 -"360572",110798,110809 -"360573",110798,116635 -"360574",110800,114119 -"360575",110808,120008 -"360576",110809,116635 -"360577",110814,112533 -"360578",110817,112979 -"360579",110817,112981 -"360580",110819,114015 -"360581",110821,122644 -"360582",110824,121107 -"360583",110824,122135 -"360584",110825,113856 -"360585",110825,114258 -"360586",110826,112422 -"360587",110826,113417 -"360588",110826,116806 -"360589",110826,121558 -"360590",110829,117049 -"360591",110829,120527 -"360592",110835,110859 -"360593",110836,111731 -"360594",110837,111729 -"360595",110839,110999 -"360596",110840,110994 -"360597",110841,114066 -"360598",110843,110868 -"360599",110850,110858 -"360600",110860,110907 -"360601",110861,110893 -"360602",110862,116939 -"360603",110862,118452 -"360604",110862,118480 -"360605",110864,117108 -"360606",110864,119729 -"360607",110864,119782 -"360608",110865,121826 -"360609",110867,110882 -"360610",110868,111684 -"360611",110868,113079 -"360612",110869,110911 -"360613",110869,111285 -"360614",110869,111314 -"360615",110869,111362 -"360616",110869,111372 -"360617",110869,111424 -"360618",110869,111433 -"360619",110869,112422 -"360620",110869,113269 -"360621",110869,113430 -"360622",110869,114242 -"360623",110869,114842 -"360624",110869,115427 -"360625",110869,115521 -"360626",110869,115711 -"360627",110870,112055 -"360628",110870,118838 -"360629",110873,111668 -"360630",110873,111690 -"360631",110873,111711 -"360632",110880,119806 -"360633",110885,110936 -"360634",110887,110892 -"360635",110887,111300 -"360636",110887,121380 -"360637",110889,110899 -"360638",110891,110930 -"360639",110892,111300 -"360640",110892,121380 -"360641",110894,117255 -"360642",110895,110900 -"360643",110897,110906 -"360644",110902,122448 -"360645",110902,122454 -"360646",110903,122224 -"360647",110911,111285 -"360648",110911,111314 -"360649",110911,111362 -"360650",110911,111372 -"360651",110911,111424 -"360652",110911,111433 -"360653",110911,112422 -"360654",110911,113269 -"360655",110911,113430 -"360656",110911,114242 -"360657",110911,114842 -"360658",110911,115427 -"360659",110911,115521 -"360660",110911,115711 -"360661",110914,114684 -"360662",110915,111279 -"360663",110915,114206 -"360664",110915,114370 -"360665",110916,112827 -"360666",110918,111675 -"360667",110918,120012 -"360668",110920,110985 -"360669",110925,114124 -"360670",110933,116275 -"360671",110935,113130 -"360672",110935,113131 -"360673",110942,110951 -"360674",110943,114773 -"360675",110945,122929 -"360676",110949,121242 -"360677",110950,111705 -"360678",110950,111710 -"360679",110950,116273 -"360680",110954,120945 -"360681",110955,111198 -"360682",110956,111140 -"360683",110956,115926 -"360684",110956,118554 -"360685",110956,118565 -"360686",110958,111210 -"360687",110958,111211 -"360688",110960,111696 -"360689",110961,121251 -"360690",110963,110966 -"360691",110964,113382 -"360692",110964,119215 -"360693",110966,114909 -"360694",110966,114912 -"360695",110966,114917 -"360696",110967,118153 -"360697",110968,110975 -"360698",110968,110976 -"360699",110973,111043 -"360700",110974,110984 -"360701",110974,110988 -"360702",110975,110976 -"360703",110979,116735 -"360704",110980,115903 -"360705",110984,110988 -"360706",110984,115185 -"360707",110984,116803 -"360708",110985,115048 -"360709",110986,111079 -"360710",110986,111087 -"360711",110987,111012 -"360712",110988,115185 -"360713",110988,116803 -"360714",110989,114003 -"360715",110989,114095 -"360716",110991,111009 -"360717",110991,111020 -"360718",110993,111338 -"360719",110993,111398 -"360720",110993,111409 -"360721",110993,111480 -"360722",110993,112422 -"360723",110993,112648 -"360724",110993,112708 -"360725",110993,112820 -"360726",110993,112997 -"360727",110993,113597 -"360728",110993,114418 -"360729",110993,114582 -"360730",110993,115371 -"360731",110993,116028 -"360732",110993,116604 -"360733",110994,112664 -"360734",110994,120929 -"360735",110994,120967 -"360736",110996,112083 -"360737",110998,111048 -"360738",110998,111067 -"360739",111004,111055 -"360740",111008,111010 -"360741",111008,111011 -"360742",111009,111020 -"360743",111010,111011 -"360744",111013,111014 -"360745",111018,111387 -"360746",111018,111390 -"360747",111018,111428 -"360748",111019,115817 -"360749",111019,116107 -"360750",111019,116108 -"360751",111019,116109 -"360752",111021,116359 -"360753",111025,114506 -"360754",111025,114510 -"360755",111026,116157 -"360756",111027,116927 -"360757",111035,111062 -"360758",111036,115554 -"360759",111040,120390 -"360760",111045,117016 -"360761",111046,111061 -"360762",111046,111072 -"360763",111047,111060 -"360764",111047,111212 -"360765",111048,111067 -"360766",111049,120112 -"360767",111050,111369 -"360768",111060,111212 -"360769",111061,111072 -"360770",111064,111066 -"360771",111064,111130 -"360772",111064,114384 -"360773",111065,111071 -"360774",111066,111130 -"360775",111066,113278 -"360776",111066,113314 -"360777",111066,114384 -"360778",111066,114723 -"360779",111066,116644 -"360780",111066,117804 -"360781",111066,121414 -"360782",111066,122345 -"360783",111066,122353 -"360784",111066,122358 -"360785",111066,122360 -"360786",111066,122366 -"360787",111066,122367 -"360788",111066,122376 -"360789",111066,122383 -"360790",111066,122393 -"360791",111066,122394 -"360792",111066,122398 -"360793",111066,122402 -"360794",111066,122403 -"360795",111066,122409 -"360796",111066,122412 -"360797",111066,122414 -"360798",111066,122415 -"360799",111066,122417 -"360800",111066,122418 -"360801",111066,122421 -"360802",111066,122422 -"360803",111066,122437 -"360804",111066,122438 -"360805",111066,122440 -"360806",111066,123424 -"360807",111074,111090 -"360808",111078,112646 -"360809",111079,111087 -"360810",111079,112276 -"360811",111079,114615 -"360812",111079,114616 -"360813",111079,117365 -"360814",111081,117478 -"360815",111081,121136 -"360816",111082,111092 -"360817",111084,111103 -"360818",111093,111102 -"360819",111093,111105 -"360820",111096,111935 -"360821",111096,113817 -"360822",111099,112814 -"360823",111100,113145 -"360824",111100,113279 -"360825",111101,111114 -"360826",111101,111230 -"360827",111102,111105 -"360828",111104,111192 -"360829",111105,118429 -"360830",111107,119242 -"360831",111107,123370 -"360832",111111,111236 -"360833",111111,111247 -"360834",111111,111256 -"360835",111114,111230 -"360836",111115,116822 -"360837",111118,111139 -"360838",111118,111145 -"360839",111118,111147 -"360840",111118,111148 -"360841",111118,111157 -"360842",111118,111158 -"360843",111118,111161 -"360844",111119,113808 -"360845",111121,118152 -"360846",111125,111134 -"360847",111129,123012 -"360848",111130,114384 -"360849",111131,122129 -"360850",111132,117407 -"360851",111132,121588 -"360852",111136,113732 -"360853",111138,112743 -"360854",111139,111145 -"360855",111139,111147 -"360856",111139,111148 -"360857",111139,111157 -"360858",111139,111158 -"360859",111139,111161 -"360860",111140,115926 -"360861",111140,117029 -"360862",111140,118554 -"360863",111140,118565 -"360864",111140,118634 -"360865",111140,118639 -"360866",111145,111147 -"360867",111145,111148 -"360868",111145,111157 -"360869",111145,111158 -"360870",111145,111161 -"360871",111146,121853 -"360872",111146,122255 -"360873",111147,111148 -"360874",111147,111157 -"360875",111147,111158 -"360876",111147,111161 -"360877",111148,111157 -"360878",111148,111158 -"360879",111148,111161 -"360880",111149,116750 -"360881",111150,111229 -"360882",111152,117889 -"360883",111152,119395 -"360884",111156,114895 -"360885",111157,111158 -"360886",111157,111161 -"360887",111158,111161 -"360888",111159,112046 -"360889",111159,112065 -"360890",111159,119374 -"360891",111160,111252 -"360892",111165,111166 -"360893",111168,118658 -"360894",111169,111174 -"360895",111170,112955 -"360896",111171,111180 -"360897",111175,111501 -"360898",111175,114020 -"360899",111175,116138 -"360900",111175,117009 -"360901",111176,111177 -"360902",111187,118980 -"360903",111188,111190 -"360904",111193,111882 -"360905",111193,115021 -"360906",111196,111399 -"360907",111196,111400 -"360908",111202,111214 -"360909",111206,111207 -"360910",111208,116927 -"360911",111208,121739 -"360912",111210,111211 -"360913",111210,119216 -"360914",111211,115556 -"360915",111213,112723 -"360916",111213,116868 -"360917",111217,115205 -"360918",111219,122692 -"360919",111221,111324 -"360920",111221,111364 -"360921",111221,111365 -"360922",111225,113375 -"360923",111226,112568 -"360924",111226,116430 -"360925",111226,117932 -"360926",111227,111234 -"360927",111229,118461 -"360928",111232,111241 -"360929",111232,111245 -"360930",111236,111247 -"360931",111236,111256 -"360932",111240,114816 -"360933",111240,115039 -"360934",111240,120017 -"360935",111240,122154 -"360936",111240,122187 -"360937",111241,111245 -"360938",111243,111249 -"360939",111244,115756 -"360940",111246,121904 -"360941",111247,111256 -"360942",111258,112874 -"360943",111258,121221 -"360944",111260,115561 -"360945",111263,111280 -"360946",111265,111330 -"360947",111268,111269 -"360948",111271,111278 -"360949",111273,116979 -"360950",111273,121657 -"360951",111273,121670 -"360952",111274,111275 -"360953",111274,111517 -"360954",111274,112107 -"360955",111275,111517 -"360956",111275,112107 -"360957",111277,118576 -"360958",111277,120855 -"360959",111281,122613 -"360960",111283,111465 -"360961",111285,111314 -"360962",111285,111362 -"360963",111285,111372 -"360964",111285,111424 -"360965",111285,111433 -"360966",111285,112422 -"360967",111285,113269 -"360968",111285,113430 -"360969",111285,113690 -"360970",111285,114242 -"360971",111285,114842 -"360972",111285,115427 -"360973",111285,115521 -"360974",111285,115711 -"360975",111285,121978 -"360976",111285,121980 -"360977",111286,116294 -"360978",111289,111297 -"360979",111290,113562 -"360980",111291,111295 -"360981",111297,118856 -"360982",111297,118864 -"360983",111297,118886 -"360984",111298,112309 -"360985",111299,111305 -"360986",111300,121380 -"360987",111302,121172 -"360988",111306,111312 -"360989",111306,116832 -"360990",111309,111462 -"360991",111309,113717 -"360992",111309,114155 -"360993",111309,114170 -"360994",111311,121339 -"360995",111311,121348 -"360996",111311,121354 -"360997",111312,116832 -"360998",111313,112629 -"360999",111313,117561 -"361000",111314,111362 -"361001",111314,111372 -"361002",111314,111424 -"361003",111314,111433 -"361004",111314,112422 -"361005",111314,113269 -"361006",111314,113430 -"361007",111314,114242 -"361008",111314,114842 -"361009",111314,115427 -"361010",111314,115521 -"361011",111314,115711 -"361012",111324,111364 -"361013",111324,111365 -"361014",111325,112014 -"361015",111329,111383 -"361016",111329,123493 -"361017",111334,115267 -"361018",111335,115910 -"361019",111338,111398 -"361020",111338,111409 -"361021",111338,111480 -"361022",111338,112422 -"361023",111338,112648 -"361024",111338,112708 -"361025",111338,112820 -"361026",111338,112997 -"361027",111338,113597 -"361028",111338,114418 -"361029",111338,114582 -"361030",111338,115371 -"361031",111338,116028 -"361032",111338,116604 -"361033",111345,111360 -"361034",111350,115581 -"361035",111350,115593 -"361036",111350,115596 -"361037",111350,115600 -"361038",111350,115640 -"361039",111351,117132 -"361040",111352,120062 -"361041",111355,112808 -"361042",111362,111372 -"361043",111362,111424 -"361044",111362,111433 -"361045",111362,112422 -"361046",111362,113269 -"361047",111362,113430 -"361048",111362,114242 -"361049",111362,114842 -"361050",111362,115427 -"361051",111362,115521 -"361052",111362,115711 -"361053",111364,111365 -"361054",111364,117092 -"361055",111364,122925 -"361056",111364,122957 -"361057",111372,111424 -"361058",111372,111433 -"361059",111372,112422 -"361060",111372,113269 -"361061",111372,113430 -"361062",111372,114242 -"361063",111372,114842 -"361064",111372,115427 -"361065",111372,115521 -"361066",111372,115711 -"361067",111374,111977 -"361068",111374,112172 -"361069",111375,121820 -"361070",111375,121822 -"361071",111377,113160 -"361072",111380,111434 -"361073",111387,111390 -"361074",111387,111428 -"361075",111389,111429 -"361076",111390,111428 -"361077",111396,111929 -"361078",111396,111932 -"361079",111396,111939 -"361080",111396,120578 -"361081",111398,111409 -"361082",111398,111480 -"361083",111398,112422 -"361084",111398,112648 -"361085",111398,112708 -"361086",111398,112820 -"361087",111398,112997 -"361088",111398,113597 -"361089",111398,114418 -"361090",111398,114582 -"361091",111398,115371 -"361092",111398,116028 -"361093",111398,116604 -"361094",111399,111400 -"361095",111399,112834 -"361096",111406,116653 -"361097",111407,112029 -"361098",111407,114770 -"361099",111407,121803 -"361100",111409,111480 -"361101",111409,112422 -"361102",111409,112648 -"361103",111409,112708 -"361104",111409,112820 -"361105",111409,112997 -"361106",111409,113597 -"361107",111409,114418 -"361108",111409,114582 -"361109",111409,115371 -"361110",111409,116028 -"361111",111409,116604 -"361112",111410,112387 -"361113",111415,121663 -"361114",111415,122342 -"361115",111416,116601 -"361116",111417,111421 -"361117",111417,112056 -"361118",111417,120026 -"361119",111417,120880 -"361120",111417,123273 -"361121",111424,111433 -"361122",111424,112422 -"361123",111424,113269 -"361124",111424,113430 -"361125",111424,114242 -"361126",111424,114842 -"361127",111424,115427 -"361128",111424,115521 -"361129",111424,115711 -"361130",111426,111440 -"361131",111429,121244 -"361132",111430,111503 -"361133",111430,111518 -"361134",111433,112422 -"361135",111433,113269 -"361136",111433,113430 -"361137",111433,114242 -"361138",111433,114842 -"361139",111433,115427 -"361140",111433,115521 -"361141",111433,115711 -"361142",111437,111573 -"361143",111442,111524 -"361144",111450,121053 -"361145",111451,111454 -"361146",111458,117550 -"361147",111460,111469 -"361148",111461,111483 -"361149",111462,114155 -"361150",111462,114170 -"361151",111467,111796 -"361152",111467,116788 -"361153",111468,111511 -"361154",111471,112446 -"361155",111471,118999 -"361156",111471,119441 -"361157",111473,113033 -"361158",111477,122302 -"361159",111478,114526 -"361160",111480,112422 -"361161",111480,112648 -"361162",111480,112708 -"361163",111480,112820 -"361164",111480,112997 -"361165",111480,113597 -"361166",111480,114418 -"361167",111480,114582 -"361168",111480,115371 -"361169",111480,116028 -"361170",111480,116604 -"361171",111481,111484 -"361172",111482,118801 -"361173",111484,119712 -"361174",111485,111560 -"361175",111486,120375 -"361176",111492,115044 -"361177",111493,111507 -"361178",111497,111502 -"361179",111497,121321 -"361180",111497,121329 -"361181",111497,121335 -"361182",111497,121342 -"361183",111497,121392 -"361184",111500,115942 -"361185",111501,117009 -"361186",111503,111518 -"361187",111504,118024 -"361188",111504,118806 -"361189",111504,118931 -"361190",111505,115207 -"361191",111505,115209 -"361192",111513,111539 -"361193",111515,115755 -"361194",111517,112107 -"361195",111523,111880 -"361196",111527,111533 -"361197",111535,111601 -"361198",111535,111767 -"361199",111538,112875 -"361200",111541,122618 -"361201",111543,111554 -"361202",111547,122816 -"361203",111552,118354 -"361204",111555,120724 -"361205",111556,115594 -"361206",111556,119965 -"361207",111556,120029 -"361208",111556,120439 -"361209",111560,119844 -"361210",111565,111663 -"361211",111572,111585 -"361212",111572,111598 -"361213",111575,121302 -"361214",111577,114626 -"361215",111579,118953 -"361216",111579,118954 -"361217",111580,121650 -"361218",111583,111660 -"361219",111585,111598 -"361220",111585,113178 -"361221",111590,123410 -"361222",111590,123412 -"361223",111599,111610 -"361224",111602,121643 -"361225",111605,119717 -"361226",111608,111683 -"361227",111608,115030 -"361228",111613,112179 -"361229",111613,116791 -"361230",111616,111674 -"361231",111617,119202 -"361232",111617,120728 -"361233",111619,115170 -"361234",111623,111625 -"361235",111625,112960 -"361236",111625,113377 -"361237",111625,113387 -"361238",111626,117424 -"361239",111628,111629 -"361240",111632,111633 -"361241",111638,113242 -"361242",111639,111652 -"361243",111640,121309 -"361244",111640,121400 -"361245",111640,121408 -"361246",111642,115986 -"361247",111645,123205 -"361248",111646,111781 -"361249",111647,111757 -"361250",111647,120635 -"361251",111647,122347 -"361252",111648,111655 -"361253",111648,111656 -"361254",111655,111656 -"361255",111665,111669 -"361256",111666,117170 -"361257",111666,117193 -"361258",111668,111690 -"361259",111668,111711 -"361260",111670,115916 -"361261",111677,112857 -"361262",111677,114588 -"361263",111677,122276 -"361264",111678,113110 -"361265",111681,111688 -"361266",111681,119276 -"361267",111681,122066 -"361268",111681,122885 -"361269",111684,113079 -"361270",111684,115039 -"361271",111684,115391 -"361272",111684,116532 -"361273",111686,114614 -"361274",111690,111711 -"361275",111691,111745 -"361276",111691,111749 -"361277",111693,113000 -"361278",111695,111707 -"361279",111695,111718 -"361280",111699,121618 -"361281",111700,111728 -"361282",111702,112157 -"361283",111702,113811 -"361284",111702,114943 -"361285",111703,111721 -"361286",111705,111710 -"361287",111707,111718 -"361288",111711,114266 -"361289",111716,115741 -"361290",111716,115748 -"361291",111717,116651 -"361292",111717,118625 -"361293",111719,120408 -"361294",111720,112175 -"361295",111722,111723 -"361296",111722,112857 -"361297",111722,121137 -"361298",111723,114584 -"361299",111727,114756 -"361300",111727,120768 -"361301",111727,121917 -"361302",111727,123499 -"361303",111729,113332 -"361304",111733,111743 -"361305",111735,111737 -"361306",111735,111740 -"361307",111735,112487 -"361308",111737,111740 -"361309",111737,112487 -"361310",111740,112487 -"361311",111745,111749 -"361312",111747,114611 -"361313",111747,116459 -"361314",111747,120404 -"361315",111755,111758 -"361316",111756,112776 -"361317",111756,112780 -"361318",111756,112781 -"361319",111756,112793 -"361320",111757,120635 -"361321",111757,122347 -"361322",111769,122671 -"361323",111776,112377 -"361324",111776,114503 -"361325",111778,114243 -"361326",111778,114678 -"361327",111778,114681 -"361328",111778,117057 -"361329",111782,120803 -"361330",111784,111794 -"361331",111789,111790 -"361332",111790,113345 -"361333",111792,111805 -"361334",111792,120200 -"361335",111794,118594 -"361336",111794,118597 -"361337",111795,111876 -"361338",111795,111878 -"361339",111795,111884 -"361340",111797,112580 -"361341",111798,111803 -"361342",111799,112850 -"361343",111806,119325 -"361344",111807,111808 -"361345",111809,111815 -"361346",111809,114307 -"361347",111810,111823 -"361348",111814,111822 -"361349",111821,117190 -"361350",111823,116791 -"361351",111823,118278 -"361352",111826,111891 -"361353",111829,113072 -"361354",111829,118604 -"361355",111830,121758 -"361356",111830,121764 -"361357",111831,111907 -"361358",111831,111910 -"361359",111832,111860 -"361360",111835,111839 -"361361",111835,111895 -"361362",111837,111848 -"361363",111837,111855 -"361364",111839,111895 -"361365",111842,120876 -"361366",111844,115244 -"361367",111846,121317 -"361368",111848,111855 -"361369",111848,113522 -"361370",111848,120543 -"361371",111849,113026 -"361372",111849,119745 -"361373",111852,111892 -"361374",111853,112429 -"361375",111857,111863 -"361376",111857,111926 -"361377",111858,117318 -"361378",111863,111926 -"361379",111864,111873 -"361380",111865,115628 -"361381",111867,119535 -"361382",111867,122185 -"361383",111868,119201 -"361384",111873,116695 -"361385",111873,122316 -"361386",111874,116238 -"361387",111876,111878 -"361388",111876,111884 -"361389",111878,111884 -"361390",111880,119719 -"361391",111881,121457 -"361392",111883,118020 -"361393",111883,118118 -"361394",111885,118349 -"361395",111885,119328 -"361396",111885,119354 -"361397",111886,111896 -"361398",111886,111906 -"361399",111891,115340 -"361400",111894,112521 -"361401",111894,116611 -"361402",111896,111906 -"361403",111901,113421 -"361404",111901,117273 -"361405",111902,115445 -"361406",111902,123143 -"361407",111903,116107 -"361408",111904,111951 -"361409",111904,115594 -"361410",111905,111912 -"361411",111905,111925 -"361412",111905,111993 -"361413",111907,111910 -"361414",111908,116033 -"361415",111908,119105 -"361416",111908,119113 -"361417",111910,120741 -"361418",111912,111925 -"361419",111912,111993 -"361420",111913,111914 -"361421",111913,111955 -"361422",111914,111955 -"361423",111914,114652 -"361424",111919,119777 -"361425",111920,118027 -"361426",111922,119462 -"361427",111922,119466 -"361428",111923,111991 -"361429",111925,111993 -"361430",111926,117615 -"361431",111929,111932 -"361432",111929,111939 -"361433",111932,111939 -"361434",111935,113817 -"361435",111936,115469 -"361436",111944,111945 -"361437",111944,116632 -"361438",111945,116632 -"361439",111959,111969 -"361440",111960,111963 -"361441",111960,112008 -"361442",111963,112008 -"361443",111964,111997 -"361444",111965,122920 -"361445",111965,122921 -"361446",111965,123381 -"361447",111966,120496 -"361448",111968,111973 -"361449",111968,115180 -"361450",111968,115334 -"361451",111968,115970 -"361452",111971,112951 -"361453",111971,114461 -"361454",111971,121415 -"361455",111974,113432 -"361456",111974,113649 -"361457",111974,113688 -"361458",111977,112172 -"361459",111982,119316 -"361460",111987,118989 -"361461",111989,118522 -"361462",111990,112006 -"361463",111993,122016 -"361464",112018,121168 -"361465",112019,117831 -"361466",112020,112082 -"361467",112023,115004 -"361468",112024,120137 -"361469",112029,114770 -"361470",112029,114979 -"361471",112032,116792 -"361472",112033,112041 -"361473",112033,112042 -"361474",112041,112042 -"361475",112044,117260 -"361476",112044,118515 -"361477",112046,112065 -"361478",112048,112054 -"361479",112054,112758 -"361480",112055,112124 -"361481",112056,116873 -"361482",112056,120880 -"361483",112061,122566 -"361484",112062,118428 -"361485",112064,120943 -"361486",112069,112070 -"361487",112070,118228 -"361488",112073,112096 -"361489",112081,112369 -"361490",112086,113777 -"361491",112087,118177 -"361492",112090,119794 -"361493",112101,118935 -"361494",112102,114692 -"361495",112103,112669 -"361496",112103,112995 -"361497",112108,113083 -"361498",112116,117693 -"361499",112118,121469 -"361500",112119,112716 -"361501",112124,115115 -"361502",112127,112137 -"361503",112129,112140 -"361504",112133,112139 -"361505",112135,112505 -"361506",112140,113659 -"361507",112140,113709 -"361508",112140,119272 -"361509",112147,121886 -"361510",112150,112153 -"361511",112150,112443 -"361512",112150,112447 -"361513",112150,112455 -"361514",112150,112459 -"361515",112150,114599 -"361516",112153,112443 -"361517",112153,112447 -"361518",112153,112455 -"361519",112153,112459 -"361520",112153,114599 -"361521",112159,113678 -"361522",112162,117311 -"361523",112164,112194 -"361524",112168,112173 -"361525",112169,112187 -"361526",112169,114918 -"361527",112174,112362 -"361528",112176,120684 -"361529",112177,123201 -"361530",112178,112210 -"361531",112183,112367 -"361532",112187,114918 -"361533",112190,112195 -"361534",112198,114402 -"361535",112198,118785 -"361536",112198,122750 -"361537",112200,114837 -"361538",112215,122026 -"361539",112216,119518 -"361540",112216,119528 -"361541",112216,119597 -"361542",112216,119612 -"361543",112218,112610 -"361544",112221,112222 -"361545",112224,116818 -"361546",112227,120938 -"361547",112229,116239 -"361548",112232,112238 -"361549",112234,112257 -"361550",112234,112448 -"361551",112237,121593 -"361552",112237,121691 -"361553",112240,113002 -"361554",112240,113189 -"361555",112243,114173 -"361556",112246,118998 -"361557",112246,119352 -"361558",112246,123068 -"361559",112246,123080 -"361560",112246,123083 -"361561",112246,123095 -"361562",112249,112254 -"361563",112249,112259 -"361564",112254,112259 -"361565",112255,122300 -"361566",112256,112260 -"361567",112257,112448 -"361568",112262,112462 -"361569",112263,112267 -"361570",112263,112456 -"361571",112263,112472 -"361572",112267,112456 -"361573",112267,112472 -"361574",112272,112282 -"361575",112276,114615 -"361576",112276,114616 -"361577",112277,112278 -"361578",112280,112281 -"361579",112280,114860 -"361580",112281,114860 -"361581",112285,112315 -"361582",112285,112316 -"361583",112285,112473 -"361584",112289,116446 -"361585",112290,112298 -"361586",112290,112468 -"361587",112290,113803 -"361588",112292,119909 -"361589",112298,112468 -"361590",112298,113803 -"361591",112306,120247 -"361592",112311,114807 -"361593",112315,112316 -"361594",112315,112473 -"361595",112316,112473 -"361596",112322,114688 -"361597",112324,112325 -"361598",112327,120286 -"361599",112338,113543 -"361600",112338,113576 -"361601",112338,113583 -"361602",112341,112348 -"361603",112341,112358 -"361604",112341,112365 -"361605",112341,112385 -"361606",112341,112388 -"361607",112341,112393 -"361608",112343,112345 -"361609",112344,112515 -"361610",112346,113474 -"361611",112348,112358 -"361612",112348,112365 -"361613",112348,112385 -"361614",112348,112388 -"361615",112348,112393 -"361616",112354,112372 -"361617",112358,112365 -"361618",112358,112385 -"361619",112358,112388 -"361620",112358,112393 -"361621",112360,116599 -"361622",112360,116600 -"361623",112361,113112 -"361624",112365,112385 -"361625",112365,112388 -"361626",112365,112393 -"361627",112368,121972 -"361628",112370,118928 -"361629",112371,120184 -"361630",112373,112413 -"361631",112375,121728 -"361632",112382,112424 -"361633",112385,112388 -"361634",112385,112393 -"361635",112387,115075 -"361636",112387,116958 -"361637",112388,112393 -"361638",112400,114823 -"361639",112401,118378 -"361640",112402,112408 -"361641",112402,112412 -"361642",112408,112412 -"361643",112410,114865 -"361644",112410,121145 -"361645",112413,115528 -"361646",112413,119319 -"361647",112413,119321 -"361648",112417,115220 -"361649",112420,120492 -"361650",112420,122042 -"361651",112422,112642 -"361652",112422,112648 -"361653",112422,112708 -"361654",112422,112820 -"361655",112422,112997 -"361656",112422,113269 -"361657",112422,113430 -"361658",112422,113597 -"361659",112422,114242 -"361660",112422,114418 -"361661",112422,114582 -"361662",112422,114842 -"361663",112422,115371 -"361664",112422,115427 -"361665",112422,115521 -"361666",112422,115711 -"361667",112422,116028 -"361668",112422,116604 -"361669",112422,121558 -"361670",112425,115054 -"361671",112425,118233 -"361672",112432,112924 -"361673",112432,118697 -"361674",112432,121838 -"361675",112435,117240 -"361676",112437,112527 -"361677",112437,121127 -"361678",112438,112488 -"361679",112438,121847 -"361680",112443,112447 -"361681",112443,112455 -"361682",112443,112459 -"361683",112443,114599 -"361684",112447,112455 -"361685",112447,112459 -"361686",112447,114599 -"361687",112450,117618 -"361688",112455,112459 -"361689",112455,114599 -"361690",112456,112472 -"361691",112456,120775 -"361692",112456,120779 -"361693",112457,122049 -"361694",112458,112464 -"361695",112458,112465 -"361696",112459,114599 -"361697",112464,112465 -"361698",112465,112906 -"361699",112465,112910 -"361700",112468,113803 -"361701",112469,112482 -"361702",112470,122193 -"361703",112471,112608 -"361704",112471,118083 -"361705",112471,118350 -"361706",112471,119972 -"361707",112471,119979 -"361708",112471,120269 -"361709",112471,120753 -"361710",112471,121199 -"361711",112471,121285 -"361712",112471,121330 -"361713",112476,121105 -"361714",112476,123177 -"361715",112479,121125 -"361716",112489,112721 -"361717",112489,120454 -"361718",112492,114663 -"361719",112494,119797 -"361720",112495,115016 -"361721",112495,115694 -"361722",112501,120506 -"361723",112506,115143 -"361724",112510,118531 -"361725",112513,112538 -"361726",112519,116121 -"361727",112526,112728 -"361728",112531,121189 -"361729",112535,112576 -"361730",112537,112543 -"361731",112537,112544 -"361732",112537,117543 -"361733",112543,112544 -"361734",112546,122623 -"361735",112546,122629 -"361736",112548,112561 -"361737",112549,114552 -"361738",112549,114557 -"361739",112550,112557 -"361740",112550,112558 -"361741",112550,112563 -"361742",112553,117536 -"361743",112554,121861 -"361744",112554,121928 -"361745",112556,113913 -"361746",112556,119993 -"361747",112556,121327 -"361748",112557,112558 -"361749",112557,112563 -"361750",112558,112563 -"361751",112558,120695 -"361752",112560,119783 -"361753",112565,112577 -"361754",112565,112583 -"361755",112566,112717 -"361756",112568,113189 -"361757",112568,113641 -"361758",112568,116430 -"361759",112568,123057 -"361760",112573,113849 -"361761",112574,116832 -"361762",112577,112583 -"361763",112582,115056 -"361764",112587,122062 -"361765",112590,119637 -"361766",112591,120451 -"361767",112591,120460 -"361768",112592,118683 -"361769",112592,118762 -"361770",112592,118818 -"361771",112592,118820 -"361772",112596,113856 -"361773",112601,112804 -"361774",112601,113824 -"361775",112601,116408 -"361776",112602,112658 -"361777",112602,119015 -"361778",112603,114704 -"361779",112606,116142 -"361780",112606,116150 -"361781",112606,116151 -"361782",112606,116152 -"361783",112606,116155 -"361784",112606,116159 -"361785",112606,116163 -"361786",112606,116165 -"361787",112606,116166 -"361788",112606,116171 -"361789",112606,116677 -"361790",112606,116678 -"361791",112606,119846 -"361792",112607,112618 -"361793",112608,118083 -"361794",112608,118350 -"361795",112608,119979 -"361796",112608,120753 -"361797",112608,121285 -"361798",112608,121330 -"361799",112610,116773 -"361800",112611,112615 -"361801",112613,112614 -"361802",112613,112619 -"361803",112613,112622 -"361804",112614,112619 -"361805",112614,112622 -"361806",112615,117813 -"361807",112615,123396 -"361808",112617,121596 -"361809",112617,121800 -"361810",112619,112622 -"361811",112626,112643 -"361812",112637,112649 -"361813",112648,112708 -"361814",112648,112820 -"361815",112648,112997 -"361816",112648,113597 -"361817",112648,114418 -"361818",112648,114582 -"361819",112648,115371 -"361820",112648,116028 -"361821",112648,116604 -"361822",112651,119887 -"361823",112666,112668 -"361824",112669,112995 -"361825",112670,112692 -"361826",112673,112674 -"361827",112677,112738 -"361828",112679,112705 -"361829",112680,112682 -"361830",112680,112693 -"361831",112680,112694 -"361832",112682,112693 -"361833",112682,112694 -"361834",112685,115409 -"361835",112690,118764 -"361836",112693,112694 -"361837",112693,115142 -"361838",112697,114949 -"361839",112701,112702 -"361840",112701,112751 -"361841",112702,112751 -"361842",112707,115579 -"361843",112708,112820 -"361844",112708,112997 -"361845",112708,113597 -"361846",112708,114418 -"361847",112708,114582 -"361848",112708,115371 -"361849",112708,116028 -"361850",112708,116604 -"361851",112719,112735 -"361852",112719,112745 -"361853",112725,113028 -"361854",112726,112730 -"361855",112726,112733 -"361856",112726,113716 -"361857",112726,113719 -"361858",112726,113720 -"361859",112729,112740 -"361860",112730,112733 -"361861",112735,112745 -"361862",112737,117152 -"361863",112738,113867 -"361864",112742,112747 -"361865",112745,117497 -"361866",112745,122099 -"361867",112745,122138 -"361868",112748,121871 -"361869",112748,122640 -"361870",112754,118122 -"361871",112754,118123 -"361872",112754,118135 -"361873",112754,118167 -"361874",112754,118168 -"361875",112760,112810 -"361876",112761,112811 -"361877",112765,112767 -"361878",112770,113762 -"361879",112776,112780 -"361880",112776,112781 -"361881",112776,112793 -"361882",112779,112787 -"361883",112779,112849 -"361884",112780,112781 -"361885",112780,112793 -"361886",112781,112793 -"361887",112784,112826 -"361888",112786,112790 -"361889",112786,115465 -"361890",112787,112849 -"361891",112789,115116 -"361892",112794,115013 -"361893",112794,115354 -"361894",112794,119592 -"361895",112794,119593 -"361896",112794,119603 -"361897",112795,113360 -"361898",112795,121254 -"361899",112795,123473 -"361900",112796,115258 -"361901",112803,114450 -"361902",112804,113966 -"361903",112804,116408 -"361904",112805,112816 -"361905",112805,112819 -"361906",112810,115253 -"361907",112810,117231 -"361908",112810,117235 -"361909",112811,118797 -"361910",112812,112867 -"361911",112813,112863 -"361912",112813,112869 -"361913",112814,118233 -"361914",112816,112819 -"361915",112820,112997 -"361916",112820,113597 -"361917",112820,114418 -"361918",112820,114582 -"361919",112820,115371 -"361920",112820,116028 -"361921",112820,116604 -"361922",112824,112844 -"361923",112824,112845 -"361924",112831,122087 -"361925",112832,112840 -"361926",112836,117547 -"361927",112840,121226 -"361928",112842,121263 -"361929",112842,123200 -"361930",112844,112845 -"361931",112846,112847 -"361932",112854,112859 -"361933",112857,121137 -"361934",112857,122276 -"361935",112862,119691 -"361936",112863,112869 -"361937",112868,114142 -"361938",112879,112889 -"361939",112890,113144 -"361940",112891,112976 -"361941",112892,122222 -"361942",112892,123206 -"361943",112900,112921 -"361944",112905,112907 -"361945",112906,112910 -"361946",112908,115895 -"361947",112909,122587 -"361948",112909,122763 -"361949",112909,122766 -"361950",112915,119992 -"361951",112921,121277 -"361952",112924,118697 -"361953",112924,121838 -"361954",112925,119422 -"361955",112926,112963 -"361956",112926,115550 -"361957",112929,112967 -"361958",112929,115626 -"361959",112929,115627 -"361960",112937,113369 -"361961",112939,115551 -"361962",112943,122618 -"361963",112947,121208 -"361964",112950,112982 -"361965",112950,112991 -"361966",112951,114461 -"361967",112956,114813 -"361968",112957,113080 -"361969",112958,122733 -"361970",112960,113377 -"361971",112960,113387 -"361972",112961,115396 -"361973",112961,119020 -"361974",112962,113990 -"361975",112962,115413 -"361976",112962,116123 -"361977",112962,117258 -"361978",112962,117560 -"361979",112962,118128 -"361980",112962,118836 -"361981",112962,118866 -"361982",112962,118873 -"361983",112962,119131 -"361984",112962,119513 -"361985",112962,119716 -"361986",112962,119769 -"361987",112962,120123 -"361988",112962,120169 -"361989",112962,120725 -"361990",112962,120944 -"361991",112962,121609 -"361992",112962,122007 -"361993",112962,122032 -"361994",112962,122035 -"361995",112962,122724 -"361996",112962,123070 -"361997",112962,123394 -"361998",112962,123490 -"361999",112963,115550 -"362000",112966,117575 -"362001",112966,119308 -"362002",112966,119312 -"362003",112966,119347 -"362004",112966,119349 -"362005",112966,119355 -"362006",112966,121845 -"362007",112970,114619 -"362008",112970,117872 -"362009",112971,112975 -"362010",112973,119697 -"362011",112973,119781 -"362012",112978,116407 -"362013",112979,112981 -"362014",112982,112991 -"362015",112984,113035 -"362016",112985,113006 -"362017",112985,113007 -"362018",112985,115689 -"362019",112986,112989 -"362020",112986,115850 -"362021",112988,121195 -"362022",112989,115850 -"362023",112989,116709 -"362024",112990,113008 -"362025",112990,115690 -"362026",112993,113068 -"362027",112993,113072 -"362028",112994,119827 -"362029",112997,113597 -"362030",112997,114418 -"362031",112997,114582 -"362032",112997,115371 -"362033",112997,116028 -"362034",112997,116604 -"362035",112998,113003 -"362036",112999,116012 -"362037",113002,113189 -"362038",113002,118393 -"362039",113002,118395 -"362040",113002,118396 -"362041",113002,118399 -"362042",113005,113017 -"362043",113006,113007 -"362044",113006,115689 -"362045",113007,115689 -"362046",113008,115690 -"362047",113010,114024 -"362048",113017,120107 -"362049",113020,113021 -"362050",113020,119639 -"362051",113022,113818 -"362052",113022,120590 -"362053",113022,120637 -"362054",113025,116321 -"362055",113025,121233 -"362056",113046,117361 -"362057",113047,113674 -"362058",113047,114373 -"362059",113047,114387 -"362060",113049,113055 -"362061",113049,113064 -"362062",113050,116514 -"362063",113050,116525 -"362064",113050,116684 -"362065",113051,113056 -"362066",113051,113065 -"362067",113051,117145 -"362068",113051,117630 -"362069",113051,118189 -"362070",113051,120223 -"362071",113052,113087 -"362072",113054,113161 -"362073",113055,113064 -"362074",113056,113065 -"362075",113059,113638 -"362076",113059,119165 -"362077",113060,113735 -"362078",113065,119971 -"362079",113066,113084 -"362080",113066,113085 -"362081",113066,113091 -"362082",113066,113103 -"362083",113066,113141 -"362084",113068,113072 -"362085",113068,123268 -"362086",113070,113214 -"362087",113070,113408 -"362088",113075,113083 -"362089",113077,117718 -"362090",113082,113095 -"362091",113083,113829 -"362092",113083,113979 -"362093",113084,113085 -"362094",113084,113091 -"362095",113084,113103 -"362096",113084,113141 -"362097",113085,113091 -"362098",113085,113103 -"362099",113085,113141 -"362100",113086,113092 -"362101",113088,113093 -"362102",113091,113103 -"362103",113091,113141 -"362104",113092,120553 -"362105",113096,113112 -"362106",113103,113141 -"362107",113105,118056 -"362108",113114,121319 -"362109",113114,121324 -"362110",113118,122931 -"362111",113119,118707 -"362112",113119,122764 -"362113",113120,118108 -"362114",113120,118111 -"362115",113120,118117 -"362116",113130,113131 -"362117",113138,122238 -"362118",113139,115757 -"362119",113139,120870 -"362120",113153,119807 -"362121",113156,122389 -"362122",113159,113169 -"362123",113161,118155 -"362124",113169,115050 -"362125",113169,119160 -"362126",113181,113183 -"362127",113181,119712 -"362128",113181,120888 -"362129",113182,119279 -"362130",113183,119712 -"362131",113183,120888 -"362132",113184,121052 -"362133",113187,113227 -"362134",113187,113228 -"362135",113187,113280 -"362136",113187,116785 -"362137",113187,116855 -"362138",113188,113222 -"362139",113189,118396 -"362140",113194,123280 -"362141",113200,113205 -"362142",113201,121380 -"362143",113203,121196 -"362144",113203,121200 -"362145",113204,113266 -"362146",113206,123024 -"362147",113206,123027 -"362148",113208,115903 -"362149",113211,114725 -"362150",113214,113408 -"362151",113215,113218 -"362152",113215,118004 -"362153",113215,123430 -"362154",113227,113228 -"362155",113227,113280 -"362156",113227,116785 -"362157",113227,116855 -"362158",113228,113280 -"362159",113228,116785 -"362160",113228,116855 -"362161",113229,113258 -"362162",113233,116558 -"362163",113234,115011 -"362164",113237,113250 -"362165",113237,119587 -"362166",113238,115215 -"362167",113239,113338 -"362168",113241,113248 -"362169",113241,113254 -"362170",113248,113254 -"362171",113248,116585 -"362172",113249,113255 -"362173",113249,113262 -"362174",113249,113265 -"362175",113251,119125 -"362176",113253,120463 -"362177",113253,121167 -"362178",113253,122700 -"362179",113254,119650 -"362180",113255,113262 -"362181",113255,113265 -"362182",113256,113263 -"362183",113262,113265 -"362184",113263,115117 -"362185",113263,121785 -"362186",113267,117035 -"362187",113267,119735 -"362188",113269,113430 -"362189",113269,114242 -"362190",113269,114842 -"362191",113269,115427 -"362192",113269,115521 -"362193",113269,115711 -"362194",113274,113284 -"362195",113274,113349 -"362196",113278,113314 -"362197",113278,114723 -"362198",113278,116644 -"362199",113278,117804 -"362200",113278,121414 -"362201",113278,122345 -"362202",113278,122353 -"362203",113278,122358 -"362204",113278,122360 -"362205",113278,122366 -"362206",113278,122367 -"362207",113278,122376 -"362208",113278,122383 -"362209",113278,122393 -"362210",113278,122394 -"362211",113278,122398 -"362212",113278,122402 -"362213",113278,122403 -"362214",113278,122409 -"362215",113278,122412 -"362216",113278,122414 -"362217",113278,122415 -"362218",113278,122417 -"362219",113278,122418 -"362220",113278,122421 -"362221",113278,122422 -"362222",113278,122437 -"362223",113278,122438 -"362224",113278,122440 -"362225",113278,123424 -"362226",113280,116785 -"362227",113280,116855 -"362228",113283,114398 -"362229",113284,113349 -"362230",113290,114747 -"362231",113294,113311 -"362232",113296,113301 -"362233",113296,113348 -"362234",113301,113348 -"362235",113304,115463 -"362236",113304,115464 -"362237",113304,115468 -"362238",113310,113315 -"362239",113314,114723 -"362240",113314,116644 -"362241",113314,117804 -"362242",113314,121414 -"362243",113314,122345 -"362244",113314,122353 -"362245",113314,122358 -"362246",113314,122360 -"362247",113314,122366 -"362248",113314,122367 -"362249",113314,122376 -"362250",113314,122383 -"362251",113314,122393 -"362252",113314,122394 -"362253",113314,122398 -"362254",113314,122402 -"362255",113314,122403 -"362256",113314,122409 -"362257",113314,122412 -"362258",113314,122414 -"362259",113314,122415 -"362260",113314,122417 -"362261",113314,122418 -"362262",113314,122421 -"362263",113314,122422 -"362264",113314,122437 -"362265",113314,122438 -"362266",113314,122440 -"362267",113314,123424 -"362268",113320,115883 -"362269",113320,115896 -"362270",113324,121781 -"362271",113327,121518 -"362272",113328,113512 -"362273",113328,122544 -"362274",113328,122546 -"362275",113330,115879 -"362276",113330,115880 -"362277",113333,122057 -"362278",113340,113392 -"362279",113340,113394 -"362280",113347,116004 -"362281",113347,122771 -"362282",113351,119007 -"362283",113355,113362 -"362284",113355,113365 -"362285",113356,113390 -"362286",113360,113411 -"362287",113360,119602 -"362288",113360,123473 -"362289",113362,113365 -"362290",113364,119652 -"362291",113367,113370 -"362292",113367,114946 -"362293",113367,117935 -"362294",113370,114946 -"362295",113370,117935 -"362296",113377,113387 -"362297",113380,117207 -"362298",113380,118023 -"362299",113381,113412 -"362300",113381,113446 -"362301",113381,115265 -"362302",113382,119215 -"362303",113384,113402 -"362304",113389,116089 -"362305",113391,113424 -"362306",113392,113394 -"362307",113401,113415 -"362308",113406,113443 -"362309",113409,113410 -"362310",113412,113446 -"362311",113417,119256 -"362312",113425,113494 -"362313",113425,113498 -"362314",113427,113428 -"362315",113430,114242 -"362316",113430,114842 -"362317",113430,115427 -"362318",113430,115521 -"362319",113430,115711 -"362320",113431,113432 -"362321",113432,113649 -"362322",113432,113688 -"362323",113433,113441 -"362324",113435,115156 -"362325",113440,113461 -"362326",113444,113445 -"362327",113450,118391 -"362328",113454,115647 -"362329",113462,113585 -"362330",113462,118471 -"362331",113462,120934 -"362332",113462,120968 -"362333",113465,115842 -"362334",113465,117577 -"362335",113470,113482 -"362336",113471,113478 -"362337",113471,121751 -"362338",113471,121771 -"362339",113478,121751 -"362340",113478,121771 -"362341",113485,120239 -"362342",113485,121000 -"362343",113492,115447 -"362344",113492,118821 -"362345",113494,113498 -"362346",113499,115090 -"362347",113499,118492 -"362348",113503,118038 -"362349",113504,113519 -"362350",113504,121187 -"362351",113506,113541 -"362352",113508,120342 -"362353",113509,113511 -"362354",113514,113587 -"362355",113516,113600 -"362356",113518,113521 -"362357",113525,120774 -"362358",113525,122124 -"362359",113525,122162 -"362360",113525,122203 -"362361",113530,116583 -"362362",113534,120526 -"362363",113535,113842 -"362364",113536,113623 -"362365",113539,118508 -"362366",113541,121152 -"362367",113542,113545 -"362368",113543,113576 -"362369",113543,113583 -"362370",113544,123326 -"362371",113549,113553 -"362372",113552,117048 -"362373",113554,113608 -"362374",113557,113564 -"362375",113557,113570 -"362376",113557,116997 -"362377",113559,115759 -"362378",113561,118100 -"362379",113564,113570 -"362380",113566,113572 -"362381",113566,113602 -"362382",113566,113647 -"362383",113568,113580 -"362384",113569,113589 -"362385",113572,113602 -"362386",113572,113647 -"362387",113573,113637 -"362388",113573,113646 -"362389",113574,119681 -"362390",113575,113585 -"362391",113576,113583 -"362392",113576,114777 -"362393",113581,114165 -"362394",113581,118301 -"362395",113585,117804 -"362396",113585,118471 -"362397",113585,120934 -"362398",113585,120968 -"362399",113591,113606 -"362400",113593,113613 -"362401",113595,113601 -"362402",113597,114418 -"362403",113597,114582 -"362404",113597,115371 -"362405",113597,116028 -"362406",113597,116604 -"362407",113602,113647 -"362408",113605,113612 -"362409",113611,116801 -"362410",113614,114665 -"362411",113615,113622 -"362412",113624,113625 -"362413",113632,113636 -"362414",113634,113635 -"362415",113637,113646 -"362416",113639,117157 -"362417",113643,113644 -"362418",113649,113688 -"362419",113650,113655 -"362420",113651,117011 -"362421",113656,113662 -"362422",113659,113709 -"362423",113682,113684 -"362424",113684,120389 -"362425",113686,120109 -"362426",113687,115924 -"362427",113692,114200 -"362428",113694,118009 -"362429",113696,113700 -"362430",113705,113712 -"362431",113706,114668 -"362432",113709,119272 -"362433",113710,117585 -"362434",113710,121088 -"362435",113713,119808 -"362436",113716,113719 -"362437",113716,113720 -"362438",113719,113720 -"362439",113723,123289 -"362440",113728,116800 -"362441",113729,114149 -"362442",113729,116814 -"362443",113738,114491 -"362444",113739,116838 -"362445",113741,113746 -"362446",113741,120851 -"362447",113741,120868 -"362448",113742,113743 -"362449",113743,123444 -"362450",113744,113790 -"362451",113745,118834 -"362452",113747,123179 -"362453",113752,113794 -"362454",113752,120813 -"362455",113756,113760 -"362456",113756,113764 -"362457",113760,113764 -"362458",113768,113773 -"362459",113773,114028 -"362460",113774,113775 -"362461",113778,117375 -"362462",113784,113785 -"362463",113791,113806 -"362464",113794,120378 -"362465",113799,116282 -"362466",113799,119068 -"362467",113799,119075 -"362468",113801,123067 -"362469",113802,116410 -"362470",113803,115195 -"362471",113803,115233 -"362472",113803,115255 -"362473",113803,115264 -"362474",113803,119859 -"362475",113803,119944 -"362476",113803,119950 -"362477",113809,113812 -"362478",113811,114943 -"362479",113812,121183 -"362480",113815,115461 -"362481",113818,120590 -"362482",113818,120637 -"362483",113819,113924 -"362484",113819,121798 -"362485",113819,122040 -"362486",113826,113931 -"362487",113827,113831 -"362488",113828,115739 -"362489",113828,116700 -"362490",113832,113880 -"362491",113835,113838 -"362492",113837,113840 -"362493",113839,114439 -"362494",113840,117038 -"362495",113846,118333 -"362496",113848,117475 -"362497",113848,118219 -"362498",113857,113875 -"362499",113860,113881 -"362500",113860,114215 -"362501",113862,113909 -"362502",113871,123401 -"362503",113873,113874 -"362504",113883,116860 -"362505",113890,116474 -"362506",113894,113898 -"362507",113902,114769 -"362508",113903,113907 -"362509",113907,120437 -"362510",113911,113914 -"362511",113911,113920 -"362512",113911,114002 -"362513",113914,113920 -"362514",113914,114002 -"362515",113917,113923 -"362516",113920,114002 -"362517",113938,113939 -"362518",113959,113965 -"362519",113962,115874 -"362520",113964,113968 -"362521",113964,113969 -"362522",113968,113969 -"362523",113978,113982 -"362524",113978,118879 -"362525",113981,114040 -"362526",113990,115413 -"362527",113990,116123 -"362528",113990,117258 -"362529",113990,117560 -"362530",113990,118128 -"362531",113990,118836 -"362532",113990,118866 -"362533",113990,118873 -"362534",113990,119131 -"362535",113990,119513 -"362536",113990,119716 -"362537",113990,119769 -"362538",113990,120123 -"362539",113990,120169 -"362540",113990,120725 -"362541",113990,120944 -"362542",113990,121609 -"362543",113990,122007 -"362544",113990,122032 -"362545",113990,122035 -"362546",113990,122724 -"362547",113990,123070 -"362548",113990,123394 -"362549",113990,123490 -"362550",113992,115539 -"362551",114000,115443 -"362552",114000,115469 -"362553",114007,115699 -"362554",114011,117884 -"362555",114011,117885 -"362556",114011,117892 -"362557",114017,121132 -"362558",114019,114077 -"362559",114021,117857 -"362560",114022,114031 -"362561",114031,120127 -"362562",114040,117488 -"362563",114042,117996 -"362564",114043,114098 -"362565",114051,116775 -"362566",114058,114098 -"362567",114069,114075 -"362568",114074,114183 -"362569",114074,114185 -"362570",114074,114186 -"362571",114080,114109 -"362572",114080,123169 -"362573",114102,114751 -"362574",114102,119742 -"362575",114102,120036 -"362576",114102,121634 -"362577",114104,118636 -"362578",114104,120140 -"362579",114104,122429 -"362580",114104,122435 -"362581",114105,118526 -"362582",114106,114107 -"362583",114111,114147 -"362584",114113,114114 -"362585",114117,120707 -"362586",114123,115745 -"362587",114125,123194 -"362588",114129,121011 -"362589",114136,122346 -"362590",114136,122354 -"362591",114136,122362 -"362592",114141,114143 -"362593",114141,114159 -"362594",114141,114162 -"362595",114143,114159 -"362596",114143,114162 -"362597",114148,114166 -"362598",114149,116814 -"362599",114151,122103 -"362600",114154,116892 -"362601",114154,121091 -"362602",114155,114170 -"362603",114159,114162 -"362604",114161,114905 -"362605",114165,118301 -"362606",114166,115773 -"362607",114169,114175 -"362608",114174,114178 -"362609",114177,114232 -"362610",114177,114481 -"362611",114183,114185 -"362612",114183,114186 -"362613",114185,114186 -"362614",114188,114627 -"362615",114190,115670 -"362616",114190,118789 -"362617",114191,114197 -"362618",114193,114794 -"362619",114199,114208 -"362620",114201,122113 -"362621",114204,121325 -"362622",114206,114370 -"362623",114214,115331 -"362624",114218,114235 -"362625",114219,120995 -"362626",114220,114223 -"362627",114233,118248 -"362628",114239,114245 -"362629",114242,114842 -"362630",114242,115427 -"362631",114242,115521 -"362632",114242,115711 -"362633",114246,114284 -"362634",114246,114288 -"362635",114246,120746 -"362636",114246,123403 -"362637",114247,114277 -"362638",114248,117792 -"362639",114266,118335 -"362640",114266,120853 -"362641",114266,120858 -"362642",114266,121384 -"362643",114275,114278 -"362644",114276,114315 -"362645",114276,114507 -"362646",114276,114514 -"362647",114276,114516 -"362648",114278,122060 -"362649",114282,114545 -"362650",114284,114288 -"362651",114286,119698 -"362652",114290,114317 -"362653",114291,114294 -"362654",114291,114714 -"362655",114292,118519 -"362656",114293,118279 -"362657",114296,114426 -"362658",114299,115376 -"362659",114306,117738 -"362660",114310,116816 -"362661",114312,117335 -"362662",114313,117248 -"362663",114330,114331 -"362664",114333,114334 -"362665",114333,114428 -"362666",114333,116621 -"362667",114334,114428 -"362668",114334,116621 -"362669",114338,114341 -"362670",114338,114369 -"362671",114338,118462 -"362672",114338,118479 -"362673",114342,115537 -"362674",114344,121104 -"362675",114347,116892 -"362676",114349,114351 -"362677",114349,119378 -"362678",114360,122243 -"362679",114360,123209 -"362680",114360,123222 -"362681",114360,123224 -"362682",114360,123229 -"362683",114360,123232 -"362684",114360,123234 -"362685",114360,123250 -"362686",114363,123422 -"362687",114365,114367 -"362688",114373,114387 -"362689",114374,114427 -"362690",114374,114434 -"362691",114375,114467 -"362692",114383,116267 -"362693",114387,120904 -"362694",114391,114395 -"362695",114400,120717 -"362696",114410,114452 -"362697",114413,114950 -"362698",114413,114986 -"362699",114414,114420 -"362700",114418,114582 -"362701",114418,115371 -"362702",114418,116028 -"362703",114418,116604 -"362704",114427,114434 -"362705",114428,116621 -"362706",114438,117364 -"362707",114444,119669 -"362708",114458,115652 -"362709",114459,116757 -"362710",114462,114466 -"362711",114464,115086 -"362712",114472,114473 -"362713",114473,118613 -"362714",114473,122310 -"362715",114474,114488 -"362716",114477,116646 -"362717",114480,114531 -"362718",114484,114486 -"362719",114484,114534 -"362720",114486,114534 -"362721",114487,114570 -"362722",114492,119709 -"362723",114492,119715 -"362724",114501,115740 -"362725",114502,114979 -"362726",114506,114510 -"362727",114507,114514 -"362728",114507,114516 -"362729",114507,117017 -"362730",114507,117020 -"362731",114509,119987 -"362732",114509,120055 -"362733",114510,120069 -"362734",114513,114530 -"362735",114514,114516 -"362736",114519,114525 -"362737",114525,117805 -"362738",114530,122401 -"362739",114536,115096 -"362740",114543,114550 -"362741",114545,119265 -"362742",114548,114553 -"362743",114552,114557 -"362744",114558,115414 -"362745",114560,115614 -"362746",114560,117638 -"362747",114560,117643 -"362748",114560,117644 -"362749",114582,115371 -"362750",114582,116028 -"362751",114582,116604 -"362752",114583,122950 -"362753",114583,122951 -"362754",114589,114633 -"362755",114590,116371 -"362756",114593,114594 -"362757",114598,114602 -"362758",114604,114621 -"362759",114604,116471 -"362760",114604,117302 -"362761",114604,120515 -"362762",114608,114632 -"362763",114610,116511 -"362764",114615,114616 -"362765",114617,116411 -"362766",114617,116413 -"362767",114627,120548 -"362768",114635,114640 -"362769",114635,120850 -"362770",114635,120852 -"362771",114635,121830 -"362772",114638,114646 -"362773",114645,116305 -"362774",114646,116354 -"362775",114651,123399 -"362776",114659,114660 -"362777",114668,121773 -"362778",114669,117153 -"362779",114678,114681 -"362780",114679,114686 -"362781",114679,114687 -"362782",114686,114687 -"362783",114687,116094 -"362784",114688,115597 -"362785",114690,119527 -"362786",114697,114714 -"362787",114698,118926 -"362788",114698,119468 -"362789",114698,121544 -"362790",114698,121636 -"362791",114700,114711 -"362792",114701,118184 -"362793",114703,121371 -"362794",114704,121215 -"362795",114706,122533 -"362796",114707,114708 -"362797",114708,114874 -"362798",114709,118517 -"362799",114712,116765 -"362800",114716,115716 -"362801",114720,114732 -"362802",114721,114726 -"362803",114721,114727 -"362804",114721,114728 -"362805",114723,116644 -"362806",114723,117804 -"362807",114723,121414 -"362808",114723,122345 -"362809",114723,122353 -"362810",114723,122358 -"362811",114723,122360 -"362812",114723,122366 -"362813",114723,122367 -"362814",114723,122376 -"362815",114723,122383 -"362816",114723,122393 -"362817",114723,122394 -"362818",114723,122398 -"362819",114723,122402 -"362820",114723,122403 -"362821",114723,122409 -"362822",114723,122412 -"362823",114723,122414 -"362824",114723,122415 -"362825",114723,122417 -"362826",114723,122418 -"362827",114723,122421 -"362828",114723,122422 -"362829",114723,122437 -"362830",114723,122438 -"362831",114723,122440 -"362832",114723,123424 -"362833",114726,114727 -"362834",114726,114728 -"362835",114727,114728 -"362836",114736,114738 -"362837",114751,120036 -"362838",114752,114760 -"362839",114753,120407 -"362840",114753,120409 -"362841",114756,120768 -"362842",114756,121917 -"362843",114756,123499 -"362844",114764,114765 -"362845",114764,114767 -"362846",114765,114767 -"362847",114766,114782 -"362848",114780,114785 -"362849",114785,114836 -"362850",114793,121532 -"362851",114796,119804 -"362852",114797,114875 -"362853",114797,114884 -"362854",114800,121426 -"362855",114801,118082 -"362856",114804,118125 -"362857",114806,120486 -"362858",114808,118790 -"362859",114816,115039 -"362860",114816,122154 -"362861",114816,122187 -"362862",114817,114870 -"362863",114817,119920 -"362864",114818,117018 -"362865",114822,118711 -"362866",114831,121231 -"362867",114831,121234 -"362868",114838,121964 -"362869",114842,115427 -"362870",114842,115521 -"362871",114842,115711 -"362872",114844,120067 -"362873",114844,121606 -"362874",114847,115056 -"362875",114855,117410 -"362876",114855,117656 -"362877",114855,121794 -"362878",114857,122021 -"362879",114861,114899 -"362880",114865,121145 -"362881",114866,114923 -"362882",114867,114868 -"362883",114867,114869 -"362884",114867,118075 -"362885",114868,114869 -"362886",114872,114878 -"362887",114874,118348 -"362888",114874,120898 -"362889",114875,114884 -"362890",114875,122388 -"362891",114875,122397 -"362892",114880,114904 -"362893",114880,114911 -"362894",114880,114957 -"362895",114886,118862 -"362896",114886,121613 -"362897",114890,118929 -"362898",114894,116120 -"362899",114895,115124 -"362900",114903,118252 -"362901",114904,114911 -"362902",114904,114957 -"362903",114909,114912 -"362904",114909,114917 -"362905",114910,115785 -"362906",114911,114957 -"362907",114912,114917 -"362908",114913,114916 -"362909",114920,119758 -"362910",114929,114933 -"362911",114945,117702 -"362912",114945,117708 -"362913",114950,114986 -"362914",114953,116778 -"362915",114959,123283 -"362916",114962,119436 -"362917",114964,119244 -"362918",114967,114979 -"362919",114968,114980 -"362920",114971,122930 -"362921",114975,114981 -"362922",114977,115934 -"362923",114982,119064 -"362924",114982,119096 -"362925",114983,115000 -"362926",114988,117817 -"362927",114996,121446 -"362928",114997,115012 -"362929",115007,117011 -"362930",115008,120972 -"362931",115008,121056 -"362932",115009,115010 -"362933",115013,115354 -"362934",115017,121944 -"362935",115023,115041 -"362936",115026,118834 -"362937",115027,115812 -"362938",115027,115864 -"362939",115031,116737 -"362940",115033,115540 -"362941",115039,115391 -"362942",115039,116532 -"362943",115039,122154 -"362944",115039,122187 -"362945",115050,117238 -"362946",115050,119160 -"362947",115051,115061 -"362948",115058,115060 -"362949",115061,117445 -"362950",115064,119842 -"362951",115068,121875 -"362952",115071,115089 -"362953",115078,119220 -"362954",115078,120130 -"362955",115081,115082 -"362956",115083,116761 -"362957",115092,119634 -"362958",115096,122675 -"362959",115097,120795 -"362960",115098,115100 -"362961",115101,115120 -"362962",115102,115103 -"362963",115103,117097 -"362964",115104,115105 -"362965",115106,115238 -"362966",115116,117565 -"362967",115116,117568 -"362968",115116,122803 -"362969",115119,123474 -"362970",115127,116014 -"362971",115134,115158 -"362972",115136,116335 -"362973",115140,115144 -"362974",115154,115169 -"362975",115165,115172 -"362976",115165,115175 -"362977",115166,115961 -"362978",115172,115175 -"362979",115172,117194 -"362980",115173,116412 -"362981",115173,116424 -"362982",115174,121087 -"362983",115175,117194 -"362984",115185,116803 -"362985",115192,115231 -"362986",115192,115301 -"362987",115195,115233 -"362988",115195,115255 -"362989",115195,115264 -"362990",115199,118599 -"362991",115207,115209 -"362992",115209,118963 -"362993",115209,122538 -"362994",115209,122578 -"362995",115209,122579 -"362996",115212,120139 -"362997",115213,121109 -"362998",115217,116697 -"362999",115219,115257 -"363000",115228,115422 -"363001",115228,115423 -"363002",115230,117425 -"363003",115231,115301 -"363004",115233,115255 -"363005",115233,115264 -"363006",115240,115273 -"363007",115245,115251 -"363008",115245,115290 -"363009",115249,116303 -"363010",115249,116463 -"363011",115249,116466 -"363012",115251,115290 -"363013",115253,115293 -"363014",115253,117231 -"363015",115253,117235 -"363016",115255,115264 -"363017",115256,115260 -"363018",115257,117143 -"363019",115274,115282 -"363020",115280,120024 -"363021",115281,115298 -"363022",115292,116714 -"363023",115295,118533 -"363024",115295,118657 -"363025",115299,121995 -"363026",115306,115320 -"363027",115309,115342 -"363028",115309,115343 -"363029",115310,115363 -"363030",115311,116867 -"363031",115312,115316 -"363032",115312,118717 -"363033",115321,116642 -"363034",115323,115328 -"363035",115333,115335 -"363036",115334,122301 -"363037",115337,116223 -"363038",115337,116428 -"363039",115337,119174 -"363040",115338,115820 -"363041",115338,119086 -"363042",115339,117354 -"363043",115342,115343 -"363044",115352,115359 -"363045",115367,115370 -"363046",115371,116028 -"363047",115371,116604 -"363048",115377,119535 -"363049",115384,121833 -"363050",115387,115897 -"363051",115391,116532 -"363052",115394,122560 -"363053",115395,115400 -"363054",115396,115403 -"363055",115396,119020 -"363056",115400,116354 -"363057",115410,119771 -"363058",115413,116123 -"363059",115413,117258 -"363060",115413,117560 -"363061",115413,118128 -"363062",115413,118836 -"363063",115413,118866 -"363064",115413,118873 -"363065",115413,119131 -"363066",115413,119513 -"363067",115413,119716 -"363068",115413,119769 -"363069",115413,120123 -"363070",115413,120169 -"363071",115413,120725 -"363072",115413,120944 -"363073",115413,121609 -"363074",115413,122007 -"363075",115413,122032 -"363076",115413,122035 -"363077",115413,122724 -"363078",115413,123070 -"363079",115413,123394 -"363080",115413,123490 -"363081",115415,115442 -"363082",115415,115488 -"363083",115422,115423 -"363084",115422,116497 -"363085",115422,116685 -"363086",115422,119457 -"363087",115422,123121 -"363088",115426,115439 -"363089",115427,115521 -"363090",115427,115711 -"363091",115429,115838 -"363092",115441,115444 -"363093",115442,115488 -"363094",115443,115469 -"363095",115445,123143 -"363096",115446,115557 -"363097",115448,115453 -"363098",115448,115458 -"363099",115450,115484 -"363100",115450,121114 -"363101",115452,115456 -"363102",115453,115458 -"363103",115462,115466 -"363104",115462,115571 -"363105",115462,119721 -"363106",115463,115464 -"363107",115463,115468 -"363108",115463,119577 -"363109",115464,115468 -"363110",115466,121605 -"363111",115470,115472 -"363112",115470,115479 -"363113",115471,118421 -"363114",115472,115479 -"363115",115478,116397 -"363116",115500,115504 -"363117",115502,116845 -"363118",115508,116124 -"363119",115508,116667 -"363120",115513,116784 -"363121",115521,115711 -"363122",115526,115529 -"363123",115528,119319 -"363124",115528,119321 -"363125",115528,121675 -"363126",115532,123459 -"363127",115534,118854 -"363128",115542,115543 -"363129",115544,115574 -"363130",115552,117035 -"363131",115552,117526 -"363132",115557,115746 -"363133",115559,116706 -"363134",115561,118390 -"363135",115564,115570 -"363136",115569,115614 -"363137",115571,119721 -"363138",115575,115576 -"363139",115576,119289 -"363140",115581,115593 -"363141",115581,115596 -"363142",115581,115600 -"363143",115581,115640 -"363144",115582,120346 -"363145",115586,115639 -"363146",115593,115596 -"363147",115593,115600 -"363148",115593,115640 -"363149",115593,118632 -"363150",115594,119965 -"363151",115594,120029 -"363152",115595,115612 -"363153",115595,115646 -"363154",115595,115653 -"363155",115595,115654 -"363156",115595,115659 -"363157",115596,115600 -"363158",115596,115640 -"363159",115600,115640 -"363160",115601,115619 -"363161",115603,122411 -"363162",115610,115616 -"363163",115610,115617 -"363164",115612,115646 -"363165",115612,115653 -"363166",115612,115654 -"363167",115612,115659 -"363168",115614,117638 -"363169",115614,117643 -"363170",115614,117644 -"363171",115614,122782 -"363172",115614,122936 -"363173",115615,116851 -"363174",115616,115617 -"363175",115626,115627 -"363176",115636,115670 -"363177",115644,117577 -"363178",115645,115649 -"363179",115646,115653 -"363180",115646,115654 -"363181",115646,115659 -"363182",115648,117638 -"363183",115648,119584 -"363184",115648,120672 -"363185",115648,120675 -"363186",115648,120680 -"363187",115648,120682 -"363188",115653,115654 -"363189",115653,115659 -"363190",115654,115659 -"363191",115663,115678 -"363192",115675,116698 -"363193",115679,116716 -"363194",115695,115713 -"363195",115698,115760 -"363196",115700,115722 -"363197",115700,115725 -"363198",115709,120881 -"363199",115722,115725 -"363200",115725,117130 -"363201",115725,118454 -"363202",115725,122014 -"363203",115734,118085 -"363204",115734,119072 -"363205",115734,120738 -"363206",115739,116700 -"363207",115741,115748 -"363208",115747,115767 -"363209",115747,117847 -"363210",115747,118303 -"363211",115747,118304 -"363212",115747,118312 -"363213",115747,118314 -"363214",115747,118631 -"363215",115747,119504 -"363216",115749,119169 -"363217",115750,115773 -"363218",115756,116827 -"363219",115757,120870 -"363220",115761,115772 -"363221",115766,117032 -"363222",115771,116464 -"363223",115780,115801 -"363224",115781,115803 -"363225",115790,115794 -"363226",115790,115805 -"363227",115793,116708 -"363228",115794,115805 -"363229",115804,115827 -"363230",115807,117294 -"363231",115807,118382 -"363232",115808,116741 -"363233",115808,116742 -"363234",115810,117589 -"363235",115811,115835 -"363236",115812,115864 -"363237",115813,115853 -"363238",115817,116107 -"363239",115817,116108 -"363240",115817,116109 -"363241",115820,119086 -"363242",115821,115839 -"363243",115836,116728 -"363244",115841,120106 -"363245",115848,115859 -"363246",115850,116709 -"363247",115851,120435 -"363248",115856,115867 -"363249",115858,115866 -"363250",115858,115871 -"363251",115862,115863 -"363252",115865,116710 -"363253",115866,115871 -"363254",115875,115887 -"363255",115879,115880 -"363256",115882,116505 -"363257",115883,115896 -"363258",115888,116433 -"363259",115890,116967 -"363260",115892,116333 -"363261",115900,117208 -"363262",115900,118086 -"363263",115900,118090 -"363264",115900,118091 -"363265",115900,118094 -"363266",115900,118098 -"363267",115900,118102 -"363268",115900,118112 -"363269",115907,116847 -"363270",115911,115925 -"363271",115911,115974 -"363272",115919,118961 -"363273",115919,119198 -"363274",115925,115974 -"363275",115926,118554 -"363276",115926,118565 -"363277",115927,115938 -"363278",115940,115941 -"363279",115940,115960 -"363280",115941,115960 -"363281",115951,119419 -"363282",115951,119454 -"363283",115962,115979 -"363284",115971,117098 -"363285",115971,118177 -"363286",115975,115976 -"363287",115975,116747 -"363288",115976,116747 -"363289",115986,122081 -"363290",115986,122104 -"363291",115986,122143 -"363292",115986,122147 -"363293",115986,122149 -"363294",115988,115991 -"363295",115988,116017 -"363296",115991,116017 -"363297",115995,116006 -"363298",115995,116009 -"363299",115997,116015 -"363300",115999,119173 -"363301",115999,119221 -"363302",116006,116009 -"363303",116006,117151 -"363304",116011,121418 -"363305",116019,116148 -"363306",116019,116156 -"363307",116019,116162 -"363308",116019,116170 -"363309",116019,116179 -"363310",116019,116215 -"363311",116026,116034 -"363312",116028,116604 -"363313",116031,121406 -"363314",116033,119105 -"363315",116033,119113 -"363316",116035,118068 -"363317",116040,116929 -"363318",116048,116049 -"363319",116048,116060 -"363320",116049,116060 -"363321",116057,116064 -"363322",116057,116088 -"363323",116060,119053 -"363324",116060,121564 -"363325",116062,116063 -"363326",116064,116088 -"363327",116077,116681 -"363328",116085,116103 -"363329",116085,116112 -"363330",116085,116113 -"363331",116090,116096 -"363332",116090,116114 -"363333",116090,116637 -"363334",116091,120415 -"363335",116092,116104 -"363336",116092,116216 -"363337",116096,116114 -"363338",116096,116637 -"363339",116100,116111 -"363340",116101,116297 -"363341",116101,116298 -"363342",116101,116319 -"363343",116101,116334 -"363344",116103,116112 -"363345",116103,116113 -"363346",116104,116216 -"363347",116107,116108 -"363348",116107,116109 -"363349",116108,116109 -"363350",116112,116113 -"363351",116114,116637 -"363352",116114,117980 -"363353",116114,119120 -"363354",116115,121959 -"363355",116115,123130 -"363356",116123,117258 -"363357",116123,117560 -"363358",116123,118128 -"363359",116123,118836 -"363360",116123,118866 -"363361",116123,118873 -"363362",116123,119131 -"363363",116123,119513 -"363364",116123,119716 -"363365",116123,119769 -"363366",116123,120123 -"363367",116123,120169 -"363368",116123,120725 -"363369",116123,120944 -"363370",116123,121609 -"363371",116123,122007 -"363372",116123,122032 -"363373",116123,122035 -"363374",116123,122724 -"363375",116123,123070 -"363376",116123,123394 -"363377",116123,123490 -"363378",116124,116667 -"363379",116127,121261 -"363380",116128,122297 -"363381",116135,116668 -"363382",116138,116994 -"363383",116138,118081 -"363384",116142,116150 -"363385",116142,116151 -"363386",116142,116152 -"363387",116142,116155 -"363388",116142,116159 -"363389",116142,116163 -"363390",116142,116165 -"363391",116142,116166 -"363392",116142,116171 -"363393",116142,116677 -"363394",116142,116678 -"363395",116147,116180 -"363396",116148,116156 -"363397",116148,116162 -"363398",116148,116170 -"363399",116148,116179 -"363400",116148,116215 -"363401",116150,116151 -"363402",116150,116152 -"363403",116150,116155 -"363404",116150,116159 -"363405",116150,116163 -"363406",116150,116165 -"363407",116150,116166 -"363408",116150,116171 -"363409",116150,116677 -"363410",116150,116678 -"363411",116151,116152 -"363412",116151,116155 -"363413",116151,116159 -"363414",116151,116163 -"363415",116151,116165 -"363416",116151,116166 -"363417",116151,116171 -"363418",116151,116677 -"363419",116151,116678 -"363420",116152,116155 -"363421",116152,116159 -"363422",116152,116163 -"363423",116152,116165 -"363424",116152,116166 -"363425",116152,116171 -"363426",116152,116677 -"363427",116152,116678 -"363428",116155,116159 -"363429",116155,116163 -"363430",116155,116165 -"363431",116155,116166 -"363432",116155,116171 -"363433",116155,116677 -"363434",116155,116678 -"363435",116156,116162 -"363436",116156,116170 -"363437",116156,116179 -"363438",116156,116215 -"363439",116159,116163 -"363440",116159,116165 -"363441",116159,116166 -"363442",116159,116171 -"363443",116159,116677 -"363444",116159,116678 -"363445",116160,116173 -"363446",116160,116178 -"363447",116162,116170 -"363448",116162,116179 -"363449",116162,116215 -"363450",116163,116165 -"363451",116163,116166 -"363452",116163,116171 -"363453",116163,116677 -"363454",116163,116678 -"363455",116165,116166 -"363456",116165,116171 -"363457",116165,116677 -"363458",116165,116678 -"363459",116166,116171 -"363460",116166,116677 -"363461",116166,116678 -"363462",116167,119964 -"363463",116168,116175 -"363464",116170,116179 -"363465",116170,116215 -"363466",116171,116677 -"363467",116171,116678 -"363468",116173,116178 -"363469",116179,116215 -"363470",116183,116187 -"363471",116183,116202 -"363472",116185,117906 -"363473",116187,116202 -"363474",116189,116197 -"363475",116193,116194 -"363476",116199,116217 -"363477",116201,116214 -"363478",116205,120849 -"363479",116205,121695 -"363480",116208,119521 -"363481",116219,116221 -"363482",116219,116233 -"363483",116219,116236 -"363484",116221,116233 -"363485",116221,116236 -"363486",116223,116428 -"363487",116229,120163 -"363488",116231,116283 -"363489",116231,116286 -"363490",116233,116236 -"363491",116240,116241 -"363492",116243,122011 -"363493",116246,116253 -"363494",116248,118417 -"363495",116263,118261 -"363496",116283,116286 -"363497",116290,116291 -"363498",116292,116335 -"363499",116294,116295 -"363500",116294,116971 -"363501",116294,119645 -"363502",116296,116313 -"363503",116296,116330 -"363504",116297,116298 -"363505",116297,116319 -"363506",116297,116334 -"363507",116298,116319 -"363508",116298,116334 -"363509",116302,116315 -"363510",116302,116325 -"363511",116302,116331 -"363512",116303,116463 -"363513",116303,116466 -"363514",116306,116324 -"363515",116306,116661 -"363516",116313,116330 -"363517",116315,116325 -"363518",116315,116331 -"363519",116316,116332 -"363520",116317,118763 -"363521",116317,121592 -"363522",116318,122853 -"363523",116319,116334 -"363524",116321,121233 -"363525",116322,116402 -"363526",116324,116661 -"363527",116325,116331 -"363528",116335,117606 -"363529",116335,117637 -"363530",116340,122776 -"363531",116341,117074 -"363532",116341,117645 -"363533",116341,117655 -"363534",116343,116590 -"363535",116353,116689 -"363536",116357,116363 -"363537",116358,116479 -"363538",116358,116672 -"363539",116360,122759 -"363540",116364,116382 -"363541",116365,116388 -"363542",116369,122445 -"363543",116370,116380 -"363544",116390,121081 -"363545",116395,116484 -"363546",116403,116499 -"363547",116403,116662 -"363548",116403,119968 -"363549",116403,119984 -"363550",116405,116410 -"363551",116411,116413 -"363552",116411,119684 -"363553",116412,116424 -"363554",116423,116430 -"363555",116442,116688 -"363556",116444,119776 -"363557",116450,122339 -"363558",116459,120404 -"363559",116463,116466 -"363560",116464,122046 -"363561",116468,119093 -"363562",116479,116672 -"363563",116486,116489 -"363564",116491,118394 -"363565",116494,121027 -"363566",116497,116685 -"363567",116499,116662 -"363568",116499,120211 -"363569",116508,116597 -"363570",116508,117332 -"363571",116508,121084 -"363572",116508,121093 -"363573",116508,121094 -"363574",116509,116523 -"363575",116512,116568 -"363576",116513,117851 -"363577",116514,116525 -"363578",116514,116684 -"363579",116515,117942 -"363580",116520,122155 -"363581",116521,116528 -"363582",116525,116684 -"363583",116529,123498 -"363584",116531,118344 -"363585",116534,116545 -"363586",116543,116679 -"363587",116549,122777 -"363588",116549,122778 -"363589",116549,122779 -"363590",116549,122780 -"363591",116549,122827 -"363592",116549,122839 -"363593",116555,116558 -"363594",116559,116561 -"363595",116559,119972 -"363596",116559,119973 -"363597",116561,119972 -"363598",116561,119973 -"363599",116563,122765 -"363600",116567,116570 -"363601",116569,116841 -"363602",116570,119283 -"363603",116578,122615 -"363604",116584,123397 -"363605",116587,116879 -"363606",116593,116615 -"363607",116593,116616 -"363608",116598,117808 -"363609",116598,117890 -"363610",116599,116600 -"363611",116601,119400 -"363612",116602,118770 -"363613",116602,121376 -"363614",116603,116614 -"363615",116615,116616 -"363616",116617,122247 -"363617",116630,116733 -"363618",116634,117139 -"363619",116635,122609 -"363620",116641,116862 -"363621",116644,117804 -"363622",116644,121414 -"363623",116644,122345 -"363624",116644,122353 -"363625",116644,122358 -"363626",116644,122360 -"363627",116644,122366 -"363628",116644,122367 -"363629",116644,122376 -"363630",116644,122383 -"363631",116644,122393 -"363632",116644,122394 -"363633",116644,122398 -"363634",116644,122402 -"363635",116644,122403 -"363636",116644,122409 -"363637",116644,122412 -"363638",116644,122414 -"363639",116644,122415 -"363640",116644,122417 -"363641",116644,122418 -"363642",116644,122421 -"363643",116644,122422 -"363644",116644,122437 -"363645",116644,122438 -"363646",116644,122440 -"363647",116644,123424 -"363648",116645,120252 -"363649",116650,122257 -"363650",116659,122156 -"363651",116660,122145 -"363652",116669,116670 -"363653",116677,116678 -"363654",116693,116694 -"363655",116693,121975 -"363656",116695,122316 -"363657",116701,121058 -"363658",116701,121126 -"363659",116701,121130 -"363660",116719,116720 -"363661",116738,119147 -"363662",116738,119171 -"363663",116740,122888 -"363664",116740,122895 -"363665",116741,116742 -"363666",116764,120845 -"363667",116770,120396 -"363668",116776,116779 -"363669",116785,116855 -"363670",116789,120070 -"363671",116791,118278 -"363672",116792,117089 -"363673",116792,117090 -"363674",116808,119204 -"363675",116808,121041 -"363676",116812,116987 -"363677",116813,120256 -"363678",116821,121753 -"363679",116821,121795 -"363680",116821,122068 -"363681",116824,119257 -"363682",116824,121484 -"363683",116824,121488 -"363684",116848,120436 -"363685",116873,122486 -"363686",116873,122491 -"363687",116873,122499 -"363688",116888,120077 -"363689",116888,120207 -"363690",116888,123051 -"363691",116888,123052 -"363692",116892,121091 -"363693",116903,118445 -"363694",116903,122525 -"363695",116905,116918 -"363696",116906,116907 -"363697",116917,117041 -"363698",116920,116921 -"363699",116920,116922 -"363700",116921,116922 -"363701",116923,116925 -"363702",116923,116948 -"363703",116925,116948 -"363704",116925,120759 -"363705",116925,120767 -"363706",116925,120768 -"363707",116928,116932 -"363708",116930,116934 -"363709",116931,118524 -"363710",116935,116936 -"363711",116935,116954 -"363712",116935,116956 -"363713",116936,116954 -"363714",116936,116956 -"363715",116942,117359 -"363716",116946,119688 -"363717",116950,119674 -"363718",116950,119879 -"363719",116954,116956 -"363720",116955,117969 -"363721",116959,116960 -"363722",116962,118342 -"363723",116963,117271 -"363724",116963,119872 -"363725",116963,119885 -"363726",116965,123488 -"363727",116968,116969 -"363728",116968,121369 -"363729",116969,121369 -"363730",116970,118428 -"363731",116972,116976 -"363732",116973,116974 -"363733",116973,121510 -"363734",116976,123132 -"363735",116979,121657 -"363736",116979,121670 -"363737",116981,119194 -"363738",116982,116983 -"363739",116982,123393 -"363740",116983,123393 -"363741",116987,121227 -"363742",116989,117030 -"363743",116994,118081 -"363744",116995,116996 -"363745",117004,117301 -"363746",117009,117796 -"363747",117009,121340 -"363748",117009,122642 -"363749",117010,122710 -"363750",117012,120003 -"363751",117013,117043 -"363752",117016,117329 -"363753",117017,117020 -"363754",117019,117021 -"363755",117019,119303 -"363756",117027,117028 -"363757",117032,123016 -"363758",117033,117034 -"363759",117035,117526 -"363760",117035,119735 -"363761",117037,119255 -"363762",117039,117040 -"363763",117044,120756 -"363764",117047,117072 -"363765",117047,117074 -"363766",117047,117081 -"363767",117047,117092 -"363768",117049,117050 -"363769",117049,120527 -"363770",117053,117227 -"363771",117053,117428 -"363772",117055,117071 -"363773",117061,119424 -"363774",117061,121164 -"363775",117061,123145 -"363776",117063,122228 -"363777",117063,122229 -"363778",117063,122232 -"363779",117068,117288 -"363780",117072,117074 -"363781",117074,117645 -"363782",117074,117655 -"363783",117076,117413 -"363784",117079,117084 -"363785",117079,117088 -"363786",117079,117117 -"363787",117080,117093 -"363788",117081,117092 -"363789",117084,117088 -"363790",117084,117117 -"363791",117088,117117 -"363792",117089,117090 -"363793",117090,118141 -"363794",117091,117124 -"363795",117091,117290 -"363796",117091,117816 -"363797",117091,118251 -"363798",117091,119724 -"363799",117092,122925 -"363800",117092,122957 -"363801",117098,118177 -"363802",117100,118604 -"363803",117100,121363 -"363804",117100,121368 -"363805",117106,122872 -"363806",117108,119729 -"363807",117108,119782 -"363808",117110,118556 -"363809",117110,121248 -"363810",117114,117138 -"363811",117117,118374 -"363812",117122,119197 -"363813",117125,117141 -"363814",117127,117128 -"363815",117128,118616 -"363816",117128,121066 -"363817",117129,117926 -"363818",117130,118454 -"363819",117130,122014 -"363820",117138,120441 -"363821",117139,118236 -"363822",117141,117142 -"363823",117141,118591 -"363824",117141,119921 -"363825",117141,120546 -"363826",117141,120579 -"363827",117142,118591 -"363828",117142,119921 -"363829",117142,120546 -"363830",117142,120579 -"363831",117145,117601 -"363832",117145,117630 -"363833",117145,118189 -"363834",117145,120023 -"363835",117145,123409 -"363836",117147,123434 -"363837",117154,117159 -"363838",117154,117165 -"363839",117155,117502 -"363840",117155,117503 -"363841",117159,117165 -"363842",117161,117169 -"363843",117161,117174 -"363844",117163,120328 -"363845",117163,120329 -"363846",117164,117239 -"363847",117164,117391 -"363848",117169,117174 -"363849",117170,117193 -"363850",117171,117223 -"363851",117172,117205 -"363852",117173,117217 -"363853",117176,117192 -"363854",117176,117498 -"363855",117176,117534 -"363856",117180,117181 -"363857",117183,117186 -"363858",117188,117189 -"363859",117189,120437 -"363860",117190,121931 -"363861",117190,122806 -"363862",117192,117498 -"363863",117192,117534 -"363864",117193,122643 -"363865",117195,117196 -"363866",117199,117202 -"363867",117199,119469 -"363868",117204,120885 -"363869",117204,120886 -"363870",117207,118023 -"363871",117208,118086 -"363872",117208,118090 -"363873",117208,118091 -"363874",117208,118094 -"363875",117208,118098 -"363876",117208,118102 -"363877",117208,118112 -"363878",117212,123103 -"363879",117222,117473 -"363880",117222,119949 -"363881",117227,117428 -"363882",117230,117307 -"363883",117231,117235 -"363884",117232,118219 -"363885",117233,117234 -"363886",117239,117391 -"363887",117241,117249 -"363888",117242,122371 -"363889",117244,123186 -"363890",117254,117264 -"363891",117254,117266 -"363892",117254,118840 -"363893",117254,121591 -"363894",117254,121597 -"363895",117254,121645 -"363896",117256,117257 -"363897",117258,117560 -"363898",117258,118128 -"363899",117258,118836 -"363900",117258,118866 -"363901",117258,118873 -"363902",117258,119131 -"363903",117258,119513 -"363904",117258,119716 -"363905",117258,119769 -"363906",117258,120123 -"363907",117258,120169 -"363908",117258,120725 -"363909",117258,120944 -"363910",117258,121609 -"363911",117258,122007 -"363912",117258,122032 -"363913",117258,122035 -"363914",117258,122724 -"363915",117258,123070 -"363916",117258,123394 -"363917",117258,123490 -"363918",117262,119052 -"363919",117264,117266 -"363920",117271,119217 -"363921",117271,119872 -"363922",117271,119885 -"363923",117271,121571 -"363924",117275,117303 -"363925",117277,117976 -"363926",117277,117982 -"363927",117277,118253 -"363928",117281,117282 -"363929",117285,118837 -"363930",117286,117287 -"363931",117294,118382 -"363932",117295,117310 -"363933",117296,117309 -"363934",117299,117300 -"363935",117301,119023 -"363936",117301,120484 -"363937",117312,117339 -"363938",117312,117344 -"363939",117317,119100 -"363940",117318,119757 -"363941",117321,118465 -"363942",117322,117323 -"363943",117331,117336 -"363944",117331,117337 -"363945",117331,117340 -"363946",117332,120297 -"363947",117332,121048 -"363948",117334,117918 -"363949",117336,117337 -"363950",117336,117340 -"363951",117337,117340 -"363952",117339,117344 -"363953",117343,121935 -"363954",117344,117406 -"363955",117344,122945 -"363956",117345,118044 -"363957",117346,123501 -"363958",117351,117995 -"363959",117356,117369 -"363960",117356,117524 -"363961",117356,120396 -"363962",117356,120937 -"363963",117362,117363 -"363964",117362,121828 -"363965",117363,121828 -"363966",117363,122456 -"363967",117367,121583 -"363968",117371,123176 -"363969",117374,117380 -"363970",117386,117388 -"363971",117387,117393 -"363972",117389,121048 -"363973",117395,122304 -"363974",117399,122114 -"363975",117400,117401 -"363976",117403,117676 -"363977",117406,122945 -"363978",117410,117656 -"363979",117420,117886 -"363980",117421,117423 -"363981",117422,117994 -"363982",117422,120256 -"363983",117423,123104 -"363984",117424,119142 -"363985",117425,118510 -"363986",117430,123102 -"363987",117431,123500 -"363988",117439,119418 -"363989",117442,117443 -"363990",117449,118017 -"363991",117452,121064 -"363992",117454,117455 -"363993",117454,117456 -"363994",117455,117456 -"363995",117464,117472 -"363996",117467,117485 -"363997",117468,117479 -"363998",117475,118219 -"363999",117478,121136 -"364000",117480,119044 -"364001",117480,120583 -"364002",117483,117489 -"364003",117483,117496 -"364004",117483,117518 -"364005",117489,117496 -"364006",117489,117518 -"364007",117491,117492 -"364008",117494,117519 -"364009",117494,117523 -"364010",117495,122787 -"364011",117496,117518 -"364012",117496,118203 -"364013",117496,118204 -"364014",117498,117534 -"364015",117500,121375 -"364016",117500,121414 -"364017",117501,117529 -"364018",117502,117503 -"364019",117505,117521 -"364020",117507,117527 -"364021",117508,117525 -"364022",117509,120143 -"364023",117510,117551 -"364024",117512,118085 -"364025",117519,117523 -"364026",117520,119502 -"364027",117522,117552 -"364028",117524,120396 -"364029",117529,119190 -"364030",117530,117531 -"364031",117530,121003 -"364032",117531,121003 -"364033",117536,121308 -"364034",117550,118258 -"364035",117554,120051 -"364036",117554,123413 -"364037",117560,118128 -"364038",117560,118836 -"364039",117560,118866 -"364040",117560,118873 -"364041",117560,119131 -"364042",117560,119513 -"364043",117560,119716 -"364044",117560,119769 -"364045",117560,120123 -"364046",117560,120169 -"364047",117560,120725 -"364048",117560,120944 -"364049",117560,121609 -"364050",117560,122007 -"364051",117560,122032 -"364052",117560,122035 -"364053",117560,122724 -"364054",117560,123070 -"364055",117560,123394 -"364056",117560,123490 -"364057",117563,117564 -"364058",117565,117568 -"364059",117569,117599 -"364060",117573,120302 -"364061",117575,119308 -"364062",117575,119312 -"364063",117575,119347 -"364064",117575,119349 -"364065",117575,119355 -"364066",117575,121845 -"364067",117577,119876 -"364068",117585,121088 -"364069",117587,119281 -"364070",117587,119341 -"364071",117592,117593 -"364072",117595,118803 -"364073",117596,121287 -"364074",117601,117602 -"364075",117601,120023 -"364076",117601,123409 -"364077",117604,117605 -"364078",117606,117637 -"364079",117606,120933 -"364080",117608,117622 -"364081",117621,117672 -"364082",117630,118189 -"364083",117634,117639 -"364084",117638,117643 -"364085",117638,117644 -"364086",117638,119584 -"364087",117638,120672 -"364088",117638,120675 -"364089",117638,120680 -"364090",117638,120682 -"364091",117640,118738 -"364092",117643,117644 -"364093",117645,117655 -"364094",117646,117652 -"364095",117650,117665 -"364096",117651,117657 -"364097",117651,118261 -"364098",117651,118262 -"364099",117651,118275 -"364100",117651,118276 -"364101",117651,118277 -"364102",117652,121526 -"364103",117654,118336 -"364104",117654,118372 -"364105",117661,117662 -"364106",117664,123037 -"364107",117674,121265 -"364108",117674,121266 -"364109",117678,119851 -"364110",117687,117696 -"364111",117690,117695 -"364112",117698,121092 -"364113",117699,120612 -"364114",117701,117703 -"364115",117701,117707 -"364116",117702,117708 -"364117",117703,117707 -"364118",117709,120639 -"364119",117710,117713 -"364120",117710,118858 -"364121",117713,119598 -"364122",117720,117721 -"364123",117722,117737 -"364124",117725,117727 -"364125",117725,122184 -"364126",117729,121043 -"364127",117730,119821 -"364128",117742,123367 -"364129",117747,119722 -"364130",117754,118823 -"364131",117759,117760 -"364132",117760,119470 -"364133",117761,118793 -"364134",117761,118822 -"364135",117764,117853 -"364136",117764,119561 -"364137",117764,120089 -"364138",117764,120996 -"364139",117765,117767 -"364140",117774,117775 -"364141",117777,117779 -"364142",117781,122547 -"364143",117782,120176 -"364144",117785,119070 -"364145",117786,117791 -"364146",117786,117795 -"364147",117791,117795 -"364148",117798,117809 -"364149",117798,117819 -"364150",117798,119687 -"364151",117800,117807 -"364152",117800,117814 -"364153",117800,117823 -"364154",117800,118726 -"364155",117800,118727 -"364156",117804,121414 -"364157",117804,122345 -"364158",117804,122353 -"364159",117804,122358 -"364160",117804,122360 -"364161",117804,122366 -"364162",117804,122367 -"364163",117804,122376 -"364164",117804,122383 -"364165",117804,122393 -"364166",117804,122394 -"364167",117804,122398 -"364168",117804,122402 -"364169",117804,122403 -"364170",117804,122409 -"364171",117804,122412 -"364172",117804,122414 -"364173",117804,122415 -"364174",117804,122417 -"364175",117804,122418 -"364176",117804,122421 -"364177",117804,122422 -"364178",117804,122437 -"364179",117804,122438 -"364180",117804,122440 -"364181",117804,123424 -"364182",117806,119016 -"364183",117807,117814 -"364184",117807,117823 -"364185",117808,117890 -"364186",117809,117819 -"364187",117810,117824 -"364188",117814,117823 -"364189",117814,118726 -"364190",117814,118727 -"364191",117816,118170 -"364192",117816,122984 -"364193",117818,117876 -"364194",117821,117833 -"364195",117821,117845 -"364196",117821,117846 -"364197",117825,117827 -"364198",117826,117897 -"364199",117832,122628 -"364200",117833,117845 -"364201",117833,117846 -"364202",117838,117847 -"364203",117844,119056 -"364204",117845,117846 -"364205",117845,118343 -"364206",117847,118303 -"364207",117847,118304 -"364208",117847,118312 -"364209",117847,118314 -"364210",117852,117881 -"364211",117855,120921 -"364212",117855,122141 -"364213",117864,121433 -"364214",117865,121662 -"364215",117871,117873 -"364216",117884,117885 -"364217",117884,117892 -"364218",117884,118187 -"364219",117884,118302 -"364220",117885,117892 -"364221",117889,119395 -"364222",117889,123506 -"364223",117890,121686 -"364224",117891,118862 -"364225",117891,121706 -"364226",117891,121713 -"364227",117891,122626 -"364228",117891,122639 -"364229",117894,117896 -"364230",117895,120116 -"364231",117899,117901 -"364232",117900,117902 -"364233",117919,118540 -"364234",117919,123101 -"364235",117930,118384 -"364236",117936,119620 -"364237",117942,117960 -"364238",117943,117944 -"364239",117948,120506 -"364240",117953,119734 -"364241",117955,118798 -"364242",117957,123389 -"364243",117963,117964 -"364244",117967,117974 -"364245",117968,121374 -"364246",117975,117987 -"364247",117976,117982 -"364248",117978,117979 -"364249",117978,118001 -"364250",117978,118006 -"364251",117979,118001 -"364252",117979,118006 -"364253",117980,119120 -"364254",117983,117985 -"364255",117983,117986 -"364256",117985,117986 -"364257",117991,118007 -"364258",117992,117998 -"364259",117992,119211 -"364260",117992,119230 -"364261",117995,122282 -"364262",117999,123461 -"364263",117999,123462 -"364264",117999,123466 -"364265",118001,118006 -"364266",118004,123430 -"364267",118005,118016 -"364268",118007,118396 -"364269",118007,122969 -"364270",118008,118541 -"364271",118009,118172 -"364272",118011,118012 -"364273",118020,118118 -"364274",118024,118931 -"364275",118028,118131 -"364276",118030,118031 -"364277",118035,120086 -"364278",118037,118132 -"364279",118037,118358 -"364280",118040,118042 -"364281",118044,122458 -"364282",118045,120762 -"364283",118049,118052 -"364284",118051,118053 -"364285",118051,118058 -"364286",118053,118058 -"364287",118056,119062 -"364288",118066,122148 -"364289",118069,118078 -"364290",118070,118071 -"364291",118083,118350 -"364292",118083,119979 -"364293",118083,120753 -"364294",118083,121052 -"364295",118083,121057 -"364296",118083,121285 -"364297",118083,121330 -"364298",118085,119072 -"364299",118085,120738 -"364300",118086,118090 -"364301",118086,118091 -"364302",118086,118094 -"364303",118086,118098 -"364304",118086,118102 -"364305",118086,118112 -"364306",118087,118088 -"364307",118090,118091 -"364308",118090,118094 -"364309",118090,118098 -"364310",118090,118102 -"364311",118090,118112 -"364312",118091,118094 -"364313",118091,118098 -"364314",118091,118102 -"364315",118091,118112 -"364316",118094,118098 -"364317",118094,118102 -"364318",118094,118112 -"364319",118096,118917 -"364320",118098,118102 -"364321",118098,118112 -"364322",118101,118103 -"364323",118102,118112 -"364324",118104,118105 -"364325",118105,120463 -"364326",118106,121863 -"364327",118108,118111 -"364328",118108,118117 -"364329",118110,118114 -"364330",118111,118117 -"364331",118113,119895 -"364332",118118,123008 -"364333",118118,123041 -"364334",118122,118123 -"364335",118122,118135 -"364336",118122,118167 -"364337",118122,118168 -"364338",118123,118135 -"364339",118123,118167 -"364340",118123,118168 -"364341",118124,119117 -"364342",118124,119218 -"364343",118127,122997 -"364344",118128,118836 -"364345",118128,118866 -"364346",118128,118873 -"364347",118128,119131 -"364348",118128,119513 -"364349",118128,119716 -"364350",118128,119769 -"364351",118128,120123 -"364352",118128,120169 -"364353",118128,120725 -"364354",118128,120944 -"364355",118128,121609 -"364356",118128,122007 -"364357",118128,122032 -"364358",118128,122035 -"364359",118128,122724 -"364360",118128,123070 -"364361",118128,123394 -"364362",118128,123490 -"364363",118130,118828 -"364364",118135,118167 -"364365",118135,118168 -"364366",118139,118145 -"364367",118139,118169 -"364368",118142,118143 -"364369",118144,118149 -"364370",118145,118169 -"364371",118156,118163 -"364372",118159,118162 -"364373",118159,118183 -"364374",118162,118183 -"364375",118167,118168 -"364376",118169,119375 -"364377",118169,119994 -"364378",118169,119995 -"364379",118169,120001 -"364380",118170,122984 -"364381",118174,118181 -"364382",118186,118188 -"364383",118187,118302 -"364384",118195,118200 -"364385",118195,118202 -"364386",118195,118226 -"364387",118198,118214 -"364388",118198,118218 -"364389",118200,118202 -"364390",118200,118226 -"364391",118201,118208 -"364392",118202,118226 -"364393",118203,118204 -"364394",118207,118237 -"364395",118210,118972 -"364396",118211,118212 -"364397",118211,118213 -"364398",118212,118213 -"364399",118212,121417 -"364400",118214,118218 -"364401",118230,118231 -"364402",118230,118252 -"364403",118231,118252 -"364404",118232,121480 -"364405",118232,121485 -"364406",118242,118245 -"364407",118246,121709 -"364408",118247,118431 -"364409",118259,118280 -"364410",118260,118263 -"364411",118261,118262 -"364412",118261,118275 -"364413",118261,118276 -"364414",118261,118277 -"364415",118262,118275 -"364416",118262,118276 -"364417",118262,118277 -"364418",118265,122314 -"364419",118274,118812 -"364420",118275,118276 -"364421",118275,118277 -"364422",118276,118277 -"364423",118285,118883 -"364424",118286,121590 -"364425",118287,118288 -"364426",118287,118289 -"364427",118287,118290 -"364428",118288,118289 -"364429",118288,118290 -"364430",118289,118290 -"364431",118295,118722 -"364432",118295,118723 -"364433",118303,118304 -"364434",118303,118312 -"364435",118303,118314 -"364436",118304,118312 -"364437",118304,118314 -"364438",118308,122463 -"364439",118310,118311 -"364440",118310,120070 -"364441",118312,118314 -"364442",118314,118368 -"364443",118318,118595 -"364444",118327,118340 -"364445",118327,122904 -"364446",118329,118357 -"364447",118329,119583 -"364448",118330,118331 -"364449",118335,120853 -"364450",118335,120858 -"364451",118342,121661 -"364452",118347,118361 -"364453",118348,120898 -"364454",118348,121922 -"364455",118348,123406 -"364456",118349,119328 -"364457",118349,119354 -"364458",118350,119979 -"364459",118350,120753 -"364460",118350,121285 -"364461",118350,121330 -"364462",118353,118355 -"364463",118363,118364 -"364464",118367,118370 -"364465",118375,118376 -"364466",118380,119815 -"364467",118382,120058 -"364468",118382,122179 -"364469",118382,123425 -"364470",118387,118581 -"364471",118388,118389 -"364472",118393,118395 -"364473",118393,118396 -"364474",118393,118399 -"364475",118395,118396 -"364476",118395,118399 -"364477",118396,118399 -"364478",118396,122969 -"364479",118397,118542 -"364480",118397,118550 -"364481",118397,118555 -"364482",118402,121511 -"364483",118402,122227 -"364484",118409,118410 -"364485",118415,123372 -"364486",118419,121062 -"364487",118433,120312 -"364488",118437,118440 -"364489",118437,120102 -"364490",118437,121232 -"364491",118438,120126 -"364492",118438,120150 -"364493",118442,118447 -"364494",118442,123486 -"364495",118444,118457 -"364496",118447,123486 -"364497",118448,118509 -"364498",118449,118454 -"364499",118452,118480 -"364500",118453,120658 -"364501",118454,122014 -"364502",118456,118468 -"364503",118457,118832 -"364504",118462,118479 -"364505",118471,120934 -"364506",118471,120968 -"364507",118474,118690 -"364508",118485,118487 -"364509",118485,118520 -"364510",118485,118529 -"364511",118485,118535 -"364512",118487,118520 -"364513",118487,118529 -"364514",118487,118535 -"364515",118513,121438 -"364516",118520,118529 -"364517",118520,118535 -"364518",118529,118535 -"364519",118533,118657 -"364520",118540,123101 -"364521",118542,118550 -"364522",118542,118555 -"364523",118550,118555 -"364524",118553,121798 -"364525",118554,118565 -"364526",118554,118634 -"364527",118554,118639 -"364528",118561,118726 -"364529",118562,118571 -"364530",118563,119710 -"364531",118564,118573 -"364532",118566,118583 -"364533",118569,118572 -"364534",118576,120855 -"364535",118577,119085 -"364536",118577,119224 -"364537",118577,119439 -"364538",118577,120085 -"364539",118577,120232 -"364540",118577,121213 -"364541",118578,121529 -"364542",118580,120265 -"364543",118580,122377 -"364544",118583,119860 -"364545",118585,119894 -"364546",118585,120757 -"364547",118585,120758 -"364548",118591,119921 -"364549",118591,120546 -"364550",118591,120579 -"364551",118594,118597 -"364552",118605,118607 -"364553",118605,118643 -"364554",118607,118643 -"364555",118608,122781 -"364556",118609,119370 -"364557",118611,119903 -"364558",118611,119904 -"364559",118614,118626 -"364560",118614,118635 -"364561",118621,119153 -"364562",118626,118635 -"364563",118631,119504 -"364564",118631,122204 -"364565",118634,118639 -"364566",118634,119266 -"364567",118634,120442 -"364568",118634,120530 -"364569",118636,120140 -"364570",118636,122429 -"364571",118636,122435 -"364572",118637,122849 -"364573",118641,118661 -"364574",118644,118751 -"364575",118644,123383 -"364576",118647,118674 -"364577",118647,118679 -"364578",118649,118650 -"364579",118652,118700 -"364580",118653,121429 -"364581",118654,122352 -"364582",118660,118932 -"364583",118668,122460 -"364584",118671,118673 -"364585",118671,118677 -"364586",118673,118677 -"364587",118674,118679 -"364588",118676,118715 -"364589",118681,121585 -"364590",118683,118762 -"364591",118683,118818 -"364592",118683,118820 -"364593",118684,118691 -"364594",118684,118794 -"364595",118685,118744 -"364596",118689,118752 -"364597",118689,118754 -"364598",118691,118794 -"364599",118692,123468 -"364600",118693,118698 -"364601",118694,118757 -"364602",118695,118786 -"364603",118695,118804 -"364604",118697,121838 -"364605",118698,120274 -"364606",118702,118711 -"364607",118706,119976 -"364608",118706,119980 -"364609",118707,122764 -"364610",118708,118710 -"364611",118711,120494 -"364612",118712,118731 -"364613",118722,118723 -"364614",118726,118727 -"364615",118728,118733 -"364616",118730,118732 -"364617",118733,123377 -"364618",118734,118750 -"364619",118743,118745 -"364620",118743,123411 -"364621",118745,123411 -"364622",118751,123383 -"364623",118752,118754 -"364624",118755,121687 -"364625",118759,118813 -"364626",118762,118818 -"364627",118762,118820 -"364628",118770,121376 -"364629",118772,118775 -"364630",118772,118776 -"364631",118775,118776 -"364632",118777,120129 -"364633",118784,118788 -"364634",118784,123483 -"364635",118786,118804 -"364636",118788,123483 -"364637",118791,120149 -"364638",118793,118822 -"364639",118796,118805 -"364640",118799,118894 -"364641",118811,119819 -"364642",118816,120738 -"364643",118818,118820 -"364644",118819,118865 -"364645",118824,119552 -"364646",118833,118839 -"364647",118835,123496 -"364648",118836,118866 -"364649",118836,118873 -"364650",118836,119131 -"364651",118836,119513 -"364652",118836,119716 -"364653",118836,119769 -"364654",118836,120123 -"364655",118836,120169 -"364656",118836,120725 -"364657",118836,120944 -"364658",118836,121609 -"364659",118836,122007 -"364660",118836,122032 -"364661",118836,122035 -"364662",118836,122724 -"364663",118836,123070 -"364664",118836,123394 -"364665",118836,123490 -"364666",118839,120970 -"364667",118840,118842 -"364668",118840,121591 -"364669",118840,121597 -"364670",118840,121645 -"364671",118843,123353 -"364672",118844,119653 -"364673",118849,118860 -"364674",118856,118864 -"364675",118856,118886 -"364676",118862,121613 -"364677",118862,121706 -"364678",118862,121713 -"364679",118864,118886 -"364680",118866,118873 -"364681",118866,119131 -"364682",118866,119513 -"364683",118866,119716 -"364684",118866,119769 -"364685",118866,120123 -"364686",118866,120169 -"364687",118866,120725 -"364688",118866,120944 -"364689",118866,121609 -"364690",118866,122007 -"364691",118866,122032 -"364692",118866,122035 -"364693",118866,122724 -"364694",118866,123070 -"364695",118866,123394 -"364696",118866,123490 -"364697",118867,119157 -"364698",118867,119161 -"364699",118867,119164 -"364700",118867,120091 -"364701",118873,119131 -"364702",118873,119513 -"364703",118873,119716 -"364704",118873,119769 -"364705",118873,120123 -"364706",118873,120169 -"364707",118873,120725 -"364708",118873,120944 -"364709",118873,121609 -"364710",118873,122007 -"364711",118873,122032 -"364712",118873,122035 -"364713",118873,122724 -"364714",118873,123070 -"364715",118873,123394 -"364716",118873,123490 -"364717",118875,120290 -"364718",118875,120310 -"364719",118880,118882 -"364720",118885,118888 -"364721",118885,118891 -"364722",118888,118891 -"364723",118892,119726 -"364724",118895,119472 -"364725",118895,119477 -"364726",118895,119479 -"364727",118895,119482 -"364728",118895,120446 -"364729",118895,123284 -"364730",118896,118897 -"364731",118908,120323 -"364732",118924,119008 -"364733",118924,119012 -"364734",118926,119468 -"364735",118926,121544 -"364736",118930,121032 -"364737",118933,118934 -"364738",118938,120159 -"364739",118938,120196 -"364740",118938,121386 -"364741",118940,123446 -"364742",118941,118943 -"364743",118941,118982 -"364744",118943,118982 -"364745",118953,118954 -"364746",118956,118963 -"364747",118958,118968 -"364748",118958,122241 -"364749",118960,119809 -"364750",118961,119198 -"364751",118963,122538 -"364752",118963,122578 -"364753",118963,122579 -"364754",118965,118966 -"364755",118975,118979 -"364756",118980,121420 -"364757",118981,121573 -"364758",118987,118990 -"364759",118988,118992 -"364760",118999,119441 -"364761",119004,119123 -"364762",119008,119012 -"364763",119010,122481 -"364764",119015,122258 -"364765",119018,120022 -"364766",119019,119027 -"364767",119021,119026 -"364768",119024,119067 -"364769",119026,122078 -"364770",119026,122079 -"364771",119026,122080 -"364772",119028,119036 -"364773",119039,122994 -"364774",119043,119045 -"364775",119043,119048 -"364776",119045,119048 -"364777",119046,123379 -"364778",119049,121425 -"364779",119050,119054 -"364780",119059,119294 -"364781",119060,120266 -"364782",119064,119096 -"364783",119065,120375 -"364784",119068,119075 -"364785",119072,120738 -"364786",119083,119097 -"364787",119085,119224 -"364788",119085,119439 -"364789",119085,120085 -"364790",119085,120232 -"364791",119085,121213 -"364792",119090,120119 -"364793",119091,119129 -"364794",119098,120490 -"364795",119098,120571 -"364796",119101,119102 -"364797",119105,119113 -"364798",119106,119116 -"364799",119117,119218 -"364800",119118,119720 -"364801",119126,119127 -"364802",119130,120625 -"364803",119131,119513 -"364804",119131,119716 -"364805",119131,119769 -"364806",119131,120123 -"364807",119131,120169 -"364808",119131,120725 -"364809",119131,120944 -"364810",119131,121609 -"364811",119131,122007 -"364812",119131,122032 -"364813",119131,122035 -"364814",119131,122724 -"364815",119131,123070 -"364816",119131,123394 -"364817",119131,123490 -"364818",119132,119137 -"364819",119141,119145 -"364820",119143,121807 -"364821",119143,121885 -"364822",119144,120319 -"364823",119146,119154 -"364824",119147,119171 -"364825",119152,119166 -"364826",119157,119161 -"364827",119157,119164 -"364828",119157,120091 -"364829",119161,119164 -"364830",119161,120091 -"364831",119164,120091 -"364832",119173,119221 -"364833",119177,119178 -"364834",119179,119189 -"364835",119182,119203 -"364836",119183,119232 -"364837",119201,119264 -"364838",119202,120728 -"364839",119206,119238 -"364840",119206,119249 -"364841",119206,119285 -"364842",119206,119297 -"364843",119207,119329 -"364844",119211,119230 -"364845",119220,120130 -"364846",119224,119439 -"364847",119224,120085 -"364848",119224,120232 -"364849",119224,121213 -"364850",119225,119227 -"364851",119225,119228 -"364852",119225,119229 -"364853",119225,119233 -"364854",119227,119228 -"364855",119227,119229 -"364856",119227,119233 -"364857",119228,119229 -"364858",119228,119233 -"364859",119229,119233 -"364860",119236,119239 -"364861",119238,119249 -"364862",119238,119285 -"364863",119238,119297 -"364864",119241,119271 -"364865",119241,120301 -"364866",119242,123370 -"364867",119243,119259 -"364868",119249,119285 -"364869",119249,119297 -"364870",119253,121157 -"364871",119253,121186 -"364872",119257,121484 -"364873",119257,121488 -"364874",119259,121013 -"364875",119266,120442 -"364876",119266,120530 -"364877",119267,119298 -"364878",119275,120047 -"364879",119275,120146 -"364880",119281,119341 -"364881",119285,119297 -"364882",119286,119368 -"364883",119288,122370 -"364884",119288,122380 -"364885",119288,123380 -"364886",119300,119301 -"364887",119301,119856 -"364888",119301,120164 -"364889",119305,119318 -"364890",119308,119312 -"364891",119308,119347 -"364892",119308,119349 -"364893",119308,119355 -"364894",119308,121845 -"364895",119312,119347 -"364896",119312,119349 -"364897",119312,119355 -"364898",119312,121845 -"364899",119314,119323 -"364900",119319,119321 -"364901",119327,121359 -"364902",119328,119354 -"364903",119328,120087 -"364904",119334,119408 -"364905",119337,119711 -"364906",119345,119405 -"364907",119347,119349 -"364908",119347,119355 -"364909",119347,121845 -"364910",119349,119355 -"364911",119349,121845 -"364912",119352,123068 -"364913",119352,123080 -"364914",119352,123083 -"364915",119352,123095 -"364916",119355,121845 -"364917",119355,122319 -"364918",119362,122528 -"364919",119366,123299 -"364920",119373,121169 -"364921",119375,119387 -"364922",119375,119994 -"364923",119375,119995 -"364924",119375,120001 -"364925",119380,119381 -"364926",119383,119420 -"364927",119384,119412 -"364928",119384,119421 -"364929",119388,119394 -"364930",119392,119393 -"364931",119403,119406 -"364932",119405,122465 -"364933",119407,122905 -"364934",119412,119421 -"364935",119419,119454 -"364936",119420,123151 -"364937",119422,119946 -"364938",119425,119467 -"364939",119434,119523 -"364940",119434,122189 -"364941",119434,122219 -"364942",119435,120149 -"364943",119439,120085 -"364944",119439,120232 -"364945",119439,121213 -"364946",119440,119490 -"364947",119443,119445 -"364948",119444,120882 -"364949",119451,119452 -"364950",119452,119914 -"364951",119457,123121 -"364952",119462,119466 -"364953",119470,120166 -"364954",119471,119481 -"364955",119472,119477 -"364956",119472,119479 -"364957",119472,119482 -"364958",119476,119496 -"364959",119476,119497 -"364960",119476,119503 -"364961",119477,119479 -"364962",119477,119482 -"364963",119479,119482 -"364964",119480,119483 -"364965",119480,119484 -"364966",119480,119487 -"364967",119480,119498 -"364968",119483,119484 -"364969",119483,119487 -"364970",119483,119498 -"364971",119484,119487 -"364972",119484,119498 -"364973",119484,121963 -"364974",119484,122022 -"364975",119484,122029 -"364976",119485,122583 -"364977",119485,122773 -"364978",119487,119498 -"364979",119493,119499 -"364980",119496,119497 -"364981",119496,119503 -"364982",119497,119503 -"364983",119502,120837 -"364984",119508,119547 -"364985",119511,119548 -"364986",119513,119716 -"364987",119513,119769 -"364988",119513,120123 -"364989",119513,120169 -"364990",119513,120725 -"364991",119513,120944 -"364992",119513,121609 -"364993",119513,122007 -"364994",119513,122032 -"364995",119513,122035 -"364996",119513,122724 -"364997",119513,123070 -"364998",119513,123394 -"364999",119513,123490 -"365000",119518,119528 -"365001",119518,119597 -"365002",119518,119612 -"365003",119526,119569 -"365004",119528,119597 -"365005",119528,119612 -"365006",119535,122185 -"365007",119543,121151 -"365008",119544,119546 -"365009",119559,119604 -"365010",119560,119563 -"365011",119561,120089 -"365012",119563,121537 -"365013",119563,121541 -"365014",119563,121559 -"365015",119564,119567 -"365016",119564,119614 -"365017",119566,120071 -"365018",119566,122274 -"365019",119567,119614 -"365020",119574,121673 -"365021",119574,121699 -"365022",119574,121700 -"365023",119583,119785 -"365024",119583,119792 -"365025",119584,120672 -"365026",119584,120675 -"365027",119584,120680 -"365028",119584,120682 -"365029",119591,120250 -"365030",119592,119593 -"365031",119592,119603 -"365032",119592,120033 -"365033",119593,119603 -"365034",119597,119612 -"365035",119606,119607 -"365036",119620,122469 -"365037",119624,121205 -"365038",119624,123433 -"365039",119625,119627 -"365040",119631,119678 -"365041",119653,119660 -"365042",119658,119661 -"365043",119662,119676 -"365044",119667,119670 -"365045",119667,119680 -"365046",119670,119680 -"365047",119673,122718 -"365048",119673,122981 -"365049",119674,119879 -"365050",119682,119732 -"365051",119682,119738 -"365052",119694,119696 -"365053",119695,119700 -"365054",119697,119781 -"365055",119705,119714 -"365056",119706,119796 -"365057",119709,119715 -"365058",119712,120888 -"365059",119716,119769 -"365060",119716,120123 -"365061",119716,120169 -"365062",119716,120725 -"365063",119716,120944 -"365064",119716,121609 -"365065",119716,122007 -"365066",119716,122032 -"365067",119716,122035 -"365068",119716,122724 -"365069",119716,123070 -"365070",119716,123394 -"365071",119716,123490 -"365072",119729,119782 -"365073",119732,119738 -"365074",119742,121634 -"365075",119760,122269 -"365076",119762,119763 -"365077",119762,119798 -"365078",119763,119798 -"365079",119764,120656 -"365080",119764,120894 -"365081",119765,119767 -"365082",119766,119768 -"365083",119766,119829 -"365084",119768,119829 -"365085",119769,120123 -"365086",119769,120169 -"365087",119769,120725 -"365088",119769,120944 -"365089",119769,121609 -"365090",119769,122007 -"365091",119769,122032 -"365092",119769,122035 -"365093",119769,122724 -"365094",119769,123070 -"365095",119769,123394 -"365096",119769,123490 -"365097",119784,119987 -"365098",119784,121554 -"365099",119785,119792 -"365100",119798,120794 -"365101",119799,119852 -"365102",119801,119802 -"365103",119803,119838 -"365104",119832,123491 -"365105",119834,119848 -"365106",119850,119858 -"365107",119855,119862 -"365108",119856,120164 -"365109",119857,122848 -"365110",119859,119944 -"365111",119859,119950 -"365112",119866,119905 -"365113",119866,119911 -"365114",119872,119885 -"365115",119873,119878 -"365116",119881,119882 -"365117",119887,121463 -"365118",119887,121520 -"365119",119887,122473 -"365120",119888,122813 -"365121",119894,120757 -"365122",119894,120758 -"365123",119901,119902 -"365124",119903,119904 -"365125",119905,119911 -"365126",119906,119912 -"365127",119918,121994 -"365128",119921,120546 -"365129",119921,120579 -"365130",119934,120440 -"365131",119935,120053 -"365132",119939,119948 -"365133",119944,119950 -"365134",119953,119957 -"365135",119955,120871 -"365136",119955,120912 -"365137",119955,120920 -"365138",119955,120942 -"365139",119965,120029 -"365140",119966,120039 -"365141",119968,119984 -"365142",119972,119973 -"365143",119972,120269 -"365144",119972,121199 -"365145",119976,119980 -"365146",119977,120025 -"365147",119977,120038 -"365148",119977,123198 -"365149",119978,120037 -"365150",119979,120753 -"365151",119979,121285 -"365152",119979,121330 -"365153",119982,119996 -"365154",119982,120028 -"365155",119986,120056 -"365156",119987,120055 -"365157",119994,119995 -"365158",119994,120001 -"365159",119995,120001 -"365160",119996,120028 -"365161",119999,120000 -"365162",120013,120014 -"365163",120020,121300 -"365164",120023,123409 -"365165",120025,120038 -"365166",120026,123273 -"365167",120032,123223 -"365168",120032,123230 -"365169",120044,122850 -"365170",120047,120146 -"365171",120048,120370 -"365172",120048,123117 -"365173",120058,123425 -"365174",120061,120272 -"365175",120067,121606 -"365176",120072,120080 -"365177",120072,120081 -"365178",120072,120083 -"365179",120078,120082 -"365180",120080,120081 -"365181",120080,120083 -"365182",120081,120083 -"365183",120085,120232 -"365184",120085,121213 -"365185",120094,120875 -"365186",120094,121508 -"365187",120097,120742 -"365188",120097,120743 -"365189",120102,121232 -"365190",120118,120120 -"365191",120122,120133 -"365192",120123,120169 -"365193",120123,120725 -"365194",120123,120944 -"365195",120123,121609 -"365196",120123,122007 -"365197",120123,122032 -"365198",120123,122035 -"365199",120123,122724 -"365200",120123,123070 -"365201",120123,123394 -"365202",120123,123490 -"365203",120126,120150 -"365204",120131,123096 -"365205",120138,120147 -"365206",120140,122429 -"365207",120140,122435 -"365208",120148,120152 -"365209",120151,120154 -"365210",120155,120186 -"365211",120159,120196 -"365212",120169,120725 -"365213",120169,120944 -"365214",120169,121609 -"365215",120169,122007 -"365216",120169,122032 -"365217",120169,122035 -"365218",120169,122724 -"365219",120169,123070 -"365220",120169,123394 -"365221",120169,123490 -"365222",120171,120181 -"365223",120182,120434 -"365224",120192,120194 -"365225",120192,120197 -"365226",120192,120198 -"365227",120192,120199 -"365228",120192,120215 -"365229",120194,120197 -"365230",120194,120198 -"365231",120194,120199 -"365232",120194,120215 -"365233",120195,120204 -"365234",120197,120198 -"365235",120197,120199 -"365236",120197,120215 -"365237",120198,120199 -"365238",120198,120215 -"365239",120199,120215 -"365240",120203,120218 -"365241",120204,120911 -"365242",120213,120381 -"365243",120232,121213 -"365244",120237,120327 -"365245",120241,120307 -"365246",120241,120308 -"365247",120246,120255 -"365248",120246,120477 -"365249",120246,120982 -"365250",120253,120258 -"365251",120253,123197 -"365252",120258,123197 -"365253",120261,120264 -"365254",120265,122377 -"365255",120269,121199 -"365256",120273,120276 -"365257",120276,123257 -"365258",120278,120288 -"365259",120278,120317 -"365260",120288,120317 -"365261",120290,120310 -"365262",120291,120293 -"365263",120295,120300 -"365264",120307,120308 -"365265",120315,120355 -"365266",120324,121164 -"365267",120328,120329 -"365268",120339,120383 -"365269",120340,120359 -"365270",120340,121765 -"365271",120342,120388 -"365272",120352,120380 -"365273",120362,120365 -"365274",120373,122539 -"365275",120374,120382 -"365276",120379,123373 -"365277",120393,120676 -"365278",120393,120709 -"365279",120395,120402 -"365280",120407,120409 -"365281",120414,120430 -"365282",120414,123382 -"365283",120416,120418 -"365284",120422,120470 -"365285",120423,120485 -"365286",120430,123382 -"365287",120442,120530 -"365288",120446,123284 -"365289",120450,120457 -"365290",120451,120460 -"365291",120452,120466 -"365292",120452,120471 -"365293",120455,120456 -"365294",120463,121167 -"365295",120466,120471 -"365296",120469,123392 -"365297",120474,120507 -"365298",120477,120982 -"365299",120490,120571 -"365300",120492,122042 -"365301",120497,120540 -"365302",120503,121710 -"365303",120505,120513 -"365304",120517,120521 -"365305",120522,120525 -"365306",120523,120560 -"365307",120528,120531 -"365308",120528,120532 -"365309",120528,121653 -"365310",120531,120532 -"365311",120532,121009 -"365312",120533,122905 -"365313",120538,120542 -"365314",120546,120579 -"365315",120549,120565 -"365316",120557,120566 -"365317",120563,120647 -"365318",120564,120651 -"365319",120564,120679 -"365320",120567,120568 -"365321",120569,120584 -"365322",120569,120585 -"365323",120569,120586 -"365324",120569,120604 -"365325",120569,120627 -"365326",120569,120628 -"365327",120569,120629 -"365328",120569,120630 -"365329",120569,120652 -"365330",120569,123420 -"365331",120569,123421 -"365332",120576,120602 -"365333",120577,120650 -"365334",120584,120585 -"365335",120584,120586 -"365336",120584,120604 -"365337",120584,120627 -"365338",120584,120628 -"365339",120584,120629 -"365340",120584,120630 -"365341",120584,120652 -"365342",120584,123420 -"365343",120584,123421 -"365344",120585,120586 -"365345",120585,120604 -"365346",120585,120627 -"365347",120585,120628 -"365348",120585,120629 -"365349",120585,120630 -"365350",120585,120652 -"365351",120585,123420 -"365352",120585,123421 -"365353",120586,120604 -"365354",120586,120627 -"365355",120586,120628 -"365356",120586,120629 -"365357",120586,120630 -"365358",120586,120652 -"365359",120586,123420 -"365360",120586,123421 -"365361",120590,120637 -"365362",120600,121379 -"365363",120601,120605 -"365364",120603,120616 -"365365",120604,120627 -"365366",120604,120628 -"365367",120604,120629 -"365368",120604,120630 -"365369",120604,120652 -"365370",120604,123420 -"365371",120604,123421 -"365372",120609,120610 -"365373",120611,120614 -"365374",120615,120623 -"365375",120617,120619 -"365376",120620,122611 -"365377",120622,120624 -"365378",120627,120628 -"365379",120627,120629 -"365380",120627,120630 -"365381",120627,120652 -"365382",120627,123420 -"365383",120627,123421 -"365384",120628,120629 -"365385",120628,120630 -"365386",120628,120652 -"365387",120628,123420 -"365388",120628,123421 -"365389",120629,120630 -"365390",120629,120652 -"365391",120629,123420 -"365392",120629,123421 -"365393",120630,120652 -"365394",120630,123420 -"365395",120630,123421 -"365396",120635,120636 -"365397",120635,122347 -"365398",120651,120679 -"365399",120652,123420 -"365400",120652,123421 -"365401",120657,120693 -"365402",120668,120714 -"365403",120672,120675 -"365404",120672,120680 -"365405",120672,120682 -"365406",120675,120680 -"365407",120675,120682 -"365408",120676,120709 -"365409",120677,120727 -"365410",120680,120682 -"365411",120681,120750 -"365412",120683,120689 -"365413",120691,120692 -"365414",120694,120697 -"365415",120694,120703 -"365416",120697,120703 -"365417",120701,120705 -"365418",120704,123449 -"365419",120706,120715 -"365420",120712,120716 -"365421",120720,122756 -"365422",120725,120944 -"365423",120725,121609 -"365424",120725,122007 -"365425",120725,122032 -"365426",120725,122035 -"365427",120725,122724 -"365428",120725,123070 -"365429",120725,123394 -"365430",120725,123490 -"365431",120734,120735 -"365432",120737,120810 -"365433",120742,120743 -"365434",120745,120749 -"365435",120745,120772 -"365436",120746,123403 -"365437",120747,120751 -"365438",120749,120772 -"365439",120752,122280 -"365440",120753,121285 -"365441",120753,121330 -"365442",120757,120758 -"365443",120759,120767 -"365444",120759,120768 -"365445",120766,120776 -"365446",120767,120768 -"365447",120768,121917 -"365448",120768,123499 -"365449",120774,122124 -"365450",120774,122162 -"365451",120774,122203 -"365452",120775,120779 -"365453",120787,122128 -"365454",120797,121198 -"365455",120811,121452 -"365456",120817,120873 -"365457",120818,120820 -"365458",120831,120883 -"365459",120836,120846 -"365460",120839,121903 -"365461",120849,121695 -"365462",120850,120852 -"365463",120851,120868 -"365464",120853,120858 -"365465",120856,120905 -"365466",120857,120863 -"365467",120862,123385 -"365468",120869,120872 -"365469",120871,120912 -"365470",120871,120920 -"365471",120871,120942 -"365472",120875,121508 -"365473",120879,120961 -"365474",120885,120886 -"365475",120890,120891 -"365476",120890,120895 -"365477",120891,120895 -"365478",120892,120896 -"365479",120912,120920 -"365480",120912,120942 -"365481",120915,123407 -"365482",120918,120927 -"365483",120918,120962 -"365484",120920,120942 -"365485",120927,120962 -"365486",120929,120967 -"365487",120934,120968 -"365488",120939,120949 -"365489",120941,120946 -"365490",120943,121214 -"365491",120943,121217 -"365492",120944,121609 -"365493",120944,122007 -"365494",120944,122032 -"365495",120944,122035 -"365496",120944,122724 -"365497",120944,123070 -"365498",120944,123394 -"365499",120944,123490 -"365500",120953,120963 -"365501",120963,122705 -"365502",120963,122709 -"365503",120963,122723 -"365504",120965,120974 -"365505",120965,120976 -"365506",120966,120969 -"365507",120972,121056 -"365508",120973,121024 -"365509",120973,121025 -"365510",120973,121028 -"365511",120973,121029 -"365512",120974,120976 -"365513",120979,121746 -"365514",120980,121015 -"365515",120985,120989 -"365516",120985,120997 -"365517",120989,120997 -"365518",121001,121002 -"365519",121001,121008 -"365520",121002,121008 -"365521",121020,121060 -"365522",121022,121023 -"365523",121024,121025 -"365524",121024,121028 -"365525",121024,121029 -"365526",121025,121028 -"365527",121025,121029 -"365528",121028,121029 -"365529",121033,121037 -"365530",121042,121542 -"365531",121043,121999 -"365532",121043,123079 -"365533",121043,123085 -"365534",121051,121166 -"365535",121052,121057 -"365536",121058,121126 -"365537",121058,121130 -"365538",121061,121075 -"365539",121067,121474 -"365540",121067,121538 -"365541",121082,122237 -"365542",121084,121093 -"365543",121084,121094 -"365544",121085,121802 -"365545",121091,121210 -"365546",121091,122573 -"365547",121093,121094 -"365548",121100,121134 -"365549",121102,121115 -"365550",121105,123177 -"365551",121107,122135 -"365552",121111,121116 -"365553",121111,121117 -"365554",121113,123127 -"365555",121116,121117 -"365556",121118,123478 -"365557",121123,121124 -"365558",121126,121130 -"365559",121138,121139 -"365560",121138,121142 -"365561",121139,121142 -"365562",121157,121186 -"365563",121164,123145 -"365564",121176,121190 -"365565",121191,121192 -"365566",121192,121786 -"365567",121194,123322 -"365568",121196,121200 -"365569",121214,121217 -"365570",121218,121246 -"365571",121221,121623 -"365572",121231,121234 -"365573",121237,121272 -"365574",121237,121282 -"365575",121238,121314 -"365576",121240,121249 -"365577",121243,121275 -"365578",121247,121256 -"365579",121252,121257 -"365580",121253,121254 -"365581",121253,121255 -"365582",121254,121255 -"365583",121265,121266 -"365584",121272,121282 -"365585",121283,121293 -"365586",121285,121330 -"365587",121290,121294 -"365588",121309,121400 -"365589",121309,121408 -"365590",121310,121367 -"365591",121316,121325 -"365592",121319,121324 -"365593",121321,121329 -"365594",121321,121335 -"365595",121321,121342 -"365596",121321,121392 -"365597",121329,121335 -"365598",121329,121342 -"365599",121329,121392 -"365600",121331,121353 -"365601",121331,121358 -"365602",121335,121342 -"365603",121335,121392 -"365604",121339,121348 -"365605",121339,121354 -"365606",121342,121392 -"365607",121345,121356 -"365608",121345,121403 -"365609",121348,121354 -"365610",121353,121358 -"365611",121354,122160 -"365612",121356,121403 -"365613",121363,121368 -"365614",121370,121410 -"365615",121370,121411 -"365616",121372,121402 -"365617",121375,121414 -"365618",121378,121445 -"365619",121388,121398 -"365620",121394,121464 -"365621",121397,121404 -"365622",121400,121408 -"365623",121407,123416 -"365624",121410,121411 -"365625",121414,122345 -"365626",121414,122353 -"365627",121414,122358 -"365628",121414,122360 -"365629",121414,122366 -"365630",121414,122367 -"365631",121414,122376 -"365632",121414,122383 -"365633",121414,122393 -"365634",121414,122394 -"365635",121414,122398 -"365636",121414,122402 -"365637",121414,122403 -"365638",121414,122409 -"365639",121414,122412 -"365640",121414,122414 -"365641",121414,122415 -"365642",121414,122417 -"365643",121414,122418 -"365644",121414,122421 -"365645",121414,122422 -"365646",121414,122437 -"365647",121414,122438 -"365648",121414,122440 -"365649",121414,123424 -"365650",121423,121432 -"365651",121441,121468 -"365652",121447,121453 -"365653",121450,121560 -"365654",121459,122077 -"365655",121462,122751 -"365656",121463,121520 -"365657",121472,121598 -"365658",121473,121477 -"365659",121474,121538 -"365660",121479,122387 -"365661",121480,121485 -"365662",121483,121486 -"365663",121484,121488 -"365664",121491,121494 -"365665",121519,121521 -"365666",121519,121522 -"365667",121519,121524 -"365668",121521,121522 -"365669",121521,121524 -"365670",121522,121524 -"365671",121533,121680 -"365672",121533,121690 -"365673",121537,121541 -"365674",121537,121559 -"365675",121541,121559 -"365676",121548,121552 -"365677",121549,123492 -"365678",121555,121860 -"365679",121556,121567 -"365680",121556,122524 -"365681",121570,121572 -"365682",121574,122712 -"365683",121577,122291 -"365684",121589,121656 -"365685",121591,121597 -"365686",121591,121645 -"365687",121593,121691 -"365688",121597,121645 -"365689",121600,121604 -"365690",121600,121608 -"365691",121604,121608 -"365692",121609,122007 -"365693",121609,122032 -"365694",121609,122035 -"365695",121609,122724 -"365696",121609,123070 -"365697",121609,123394 -"365698",121609,123490 -"365699",121610,121616 -"365700",121611,121615 -"365701",121620,121665 -"365702",121624,121635 -"365703",121633,121641 -"365704",121652,121655 -"365705",121657,121670 -"365706",121657,123435 -"365707",121668,121672 -"365708",121671,121930 -"365709",121673,121699 -"365710",121673,121700 -"365711",121680,121690 -"365712",121692,121693 -"365713",121699,121700 -"365714",121705,121724 -"365715",121706,121713 -"365716",121735,121742 -"365717",121751,121771 -"365718",121753,121795 -"365719",121753,122068 -"365720",121758,121764 -"365721",121760,121761 -"365722",121766,122891 -"365723",121769,121774 -"365724",121776,121780 -"365725",121779,123293 -"365726",121779,123294 -"365727",121779,123308 -"365728",121779,123309 -"365729",121779,123310 -"365730",121779,123315 -"365731",121779,123318 -"365732",121779,123319 -"365733",121779,123320 -"365734",121779,123338 -"365735",121779,123341 -"365736",121779,123344 -"365737",121779,123345 -"365738",121795,122068 -"365739",121798,122040 -"365740",121801,123023 -"365741",121801,123147 -"365742",121807,121885 -"365743",121817,121827 -"365744",121820,121822 -"365745",121831,122197 -"365746",121842,121848 -"365747",121849,121850 -"365748",121853,122255 -"365749",121855,121900 -"365750",121857,122865 -"365751",121857,122897 -"365752",121861,121928 -"365753",121867,121869 -"365754",121876,122610 -"365755",121891,121895 -"365756",121899,122070 -"365757",121917,123499 -"365758",121920,123093 -"365759",121926,121970 -"365760",121939,121943 -"365761",121946,121951 -"365762",121950,121966 -"365763",121950,121971 -"365764",121950,121976 -"365765",121952,121953 -"365766",121966,121971 -"365767",121966,121976 -"365768",121967,121973 -"365769",121971,121976 -"365770",121977,121985 -"365771",121977,122494 -"365772",121978,121980 -"365773",121983,121993 -"365774",121990,121992 -"365775",121996,122000 -"365776",121996,122003 -"365777",121999,123079 -"365778",121999,123085 -"365779",122000,122003 -"365780",122007,122032 -"365781",122007,122035 -"365782",122007,122724 -"365783",122007,123070 -"365784",122007,123394 -"365785",122007,123490 -"365786",122008,123398 -"365787",122019,122023 -"365788",122019,122089 -"365789",122022,122029 -"365790",122023,122089 -"365791",122024,122034 -"365792",122024,122038 -"365793",122032,122035 -"365794",122032,122724 -"365795",122032,123070 -"365796",122032,123394 -"365797",122032,123490 -"365798",122034,122038 -"365799",122035,122724 -"365800",122035,123070 -"365801",122035,123394 -"365802",122035,123490 -"365803",122044,122045 -"365804",122058,122061 -"365805",122064,122065 -"365806",122066,122885 -"365807",122069,122074 -"365808",122075,123481 -"365809",122078,122079 -"365810",122078,122080 -"365811",122079,122080 -"365812",122081,122104 -"365813",122081,122143 -"365814",122081,122147 -"365815",122081,122149 -"365816",122088,122142 -"365817",122096,122115 -"365818",122096,122118 -"365819",122099,122138 -"365820",122100,122101 -"365821",122104,122143 -"365822",122104,122147 -"365823",122104,122149 -"365824",122111,122121 -"365825",122115,122118 -"365826",122116,122117 -"365827",122124,122162 -"365828",122124,122203 -"365829",122133,122664 -"365830",122134,122825 -"365831",122143,122147 -"365832",122143,122149 -"365833",122147,122149 -"365834",122154,122187 -"365835",122162,122203 -"365836",122177,122178 -"365837",122177,122180 -"365838",122178,122180 -"365839",122179,123425 -"365840",122189,122219 -"365841",122209,122211 -"365842",122215,122216 -"365843",122222,123206 -"365844",122228,122229 -"365845",122228,122232 -"365846",122229,122232 -"365847",122243,122244 -"365848",122243,123209 -"365849",122243,123222 -"365850",122243,123224 -"365851",122243,123229 -"365852",122243,123232 -"365853",122243,123234 -"365854",122243,123250 -"365855",122245,122488 -"365856",122245,122510 -"365857",122251,122540 -"365858",122251,122581 -"365859",122254,122266 -"365860",122259,122263 -"365861",122260,122329 -"365862",122260,122899 -"365863",122265,122268 -"365864",122267,122312 -"365865",122277,122279 -"365866",122290,123503 -"365867",122303,122308 -"365868",122305,122821 -"365869",122305,123021 -"365870",122305,123044 -"365871",122328,122332 -"365872",122328,122333 -"365873",122332,122333 -"365874",122340,122349 -"365875",122340,122399 -"365876",122341,122343 -"365877",122341,122350 -"365878",122341,122351 -"365879",122343,122350 -"365880",122343,122351 -"365881",122345,122353 -"365882",122345,122358 -"365883",122345,122360 -"365884",122345,122366 -"365885",122345,122367 -"365886",122345,122376 -"365887",122345,122383 -"365888",122345,122393 -"365889",122345,122394 -"365890",122345,122398 -"365891",122345,122402 -"365892",122345,122403 -"365893",122345,122409 -"365894",122345,122412 -"365895",122345,122414 -"365896",122345,122415 -"365897",122345,122417 -"365898",122345,122418 -"365899",122345,122421 -"365900",122345,122422 -"365901",122345,122437 -"365902",122345,122438 -"365903",122345,122440 -"365904",122345,123424 -"365905",122346,122354 -"365906",122346,122362 -"365907",122349,122399 -"365908",122350,122351 -"365909",122353,122358 -"365910",122353,122360 -"365911",122353,122366 -"365912",122353,122367 -"365913",122353,122376 -"365914",122353,122383 -"365915",122353,122393 -"365916",122353,122394 -"365917",122353,122398 -"365918",122353,122402 -"365919",122353,122403 -"365920",122353,122409 -"365921",122353,122412 -"365922",122353,122414 -"365923",122353,122415 -"365924",122353,122417 -"365925",122353,122418 -"365926",122353,122421 -"365927",122353,122422 -"365928",122353,122437 -"365929",122353,122438 -"365930",122353,122440 -"365931",122353,123424 -"365932",122354,122362 -"365933",122355,122359 -"365934",122355,122364 -"365935",122358,122360 -"365936",122358,122366 -"365937",122358,122367 -"365938",122358,122376 -"365939",122358,122383 -"365940",122358,122393 -"365941",122358,122394 -"365942",122358,122398 -"365943",122358,122402 -"365944",122358,122403 -"365945",122358,122409 -"365946",122358,122412 -"365947",122358,122414 -"365948",122358,122415 -"365949",122358,122417 -"365950",122358,122418 -"365951",122358,122421 -"365952",122358,122422 -"365953",122358,122437 -"365954",122358,122438 -"365955",122358,122440 -"365956",122358,123424 -"365957",122359,122364 -"365958",122360,122366 -"365959",122360,122367 -"365960",122360,122376 -"365961",122360,122383 -"365962",122360,122393 -"365963",122360,122394 -"365964",122360,122398 -"365965",122360,122402 -"365966",122360,122403 -"365967",122360,122409 -"365968",122360,122412 -"365969",122360,122414 -"365970",122360,122415 -"365971",122360,122417 -"365972",122360,122418 -"365973",122360,122421 -"365974",122360,122422 -"365975",122360,122437 -"365976",122360,122438 -"365977",122360,122440 -"365978",122360,123424 -"365979",122366,122367 -"365980",122366,122376 -"365981",122366,122383 -"365982",122366,122393 -"365983",122366,122394 -"365984",122366,122398 -"365985",122366,122402 -"365986",122366,122403 -"365987",122366,122409 -"365988",122366,122412 -"365989",122366,122414 -"365990",122366,122415 -"365991",122366,122417 -"365992",122366,122418 -"365993",122366,122421 -"365994",122366,122422 -"365995",122366,122437 -"365996",122366,122438 -"365997",122366,122440 -"365998",122366,123424 -"365999",122367,122376 -"366000",122367,122383 -"366001",122367,122393 -"366002",122367,122394 -"366003",122367,122398 -"366004",122367,122402 -"366005",122367,122403 -"366006",122367,122409 -"366007",122367,122412 -"366008",122367,122414 -"366009",122367,122415 -"366010",122367,122417 -"366011",122367,122418 -"366012",122367,122421 -"366013",122367,122422 -"366014",122367,122437 -"366015",122367,122438 -"366016",122367,122440 -"366017",122367,123424 -"366018",122370,122380 -"366019",122370,123380 -"366020",122372,122373 -"366021",122376,122383 -"366022",122376,122393 -"366023",122376,122394 -"366024",122376,122398 -"366025",122376,122402 -"366026",122376,122403 -"366027",122376,122409 -"366028",122376,122412 -"366029",122376,122414 -"366030",122376,122415 -"366031",122376,122417 -"366032",122376,122418 -"366033",122376,122421 -"366034",122376,122422 -"366035",122376,122437 -"366036",122376,122438 -"366037",122376,122440 -"366038",122376,123424 -"366039",122378,122434 -"366040",122378,122439 -"366041",122380,123380 -"366042",122382,122407 -"366043",122383,122393 -"366044",122383,122394 -"366045",122383,122398 -"366046",122383,122402 -"366047",122383,122403 -"366048",122383,122409 -"366049",122383,122412 -"366050",122383,122414 -"366051",122383,122415 -"366052",122383,122417 -"366053",122383,122418 -"366054",122383,122421 -"366055",122383,122422 -"366056",122383,122437 -"366057",122383,122438 -"366058",122383,122440 -"366059",122383,123424 -"366060",122388,122397 -"366061",122392,122408 -"366062",122393,122394 -"366063",122393,122398 -"366064",122393,122402 -"366065",122393,122403 -"366066",122393,122409 -"366067",122393,122412 -"366068",122393,122414 -"366069",122393,122415 -"366070",122393,122417 -"366071",122393,122418 -"366072",122393,122421 -"366073",122393,122422 -"366074",122393,122437 -"366075",122393,122438 -"366076",122393,122440 -"366077",122393,123424 -"366078",122394,122398 -"366079",122394,122402 -"366080",122394,122403 -"366081",122394,122409 -"366082",122394,122412 -"366083",122394,122414 -"366084",122394,122415 -"366085",122394,122417 -"366086",122394,122418 -"366087",122394,122421 -"366088",122394,122422 -"366089",122394,122437 -"366090",122394,122438 -"366091",122394,122440 -"366092",122394,123424 -"366093",122398,122402 -"366094",122398,122403 -"366095",122398,122409 -"366096",122398,122412 -"366097",122398,122414 -"366098",122398,122415 -"366099",122398,122417 -"366100",122398,122418 -"366101",122398,122421 -"366102",122398,122422 -"366103",122398,122437 -"366104",122398,122438 -"366105",122398,122440 -"366106",122398,123424 -"366107",122402,122403 -"366108",122402,122409 -"366109",122402,122412 -"366110",122402,122414 -"366111",122402,122415 -"366112",122402,122417 -"366113",122402,122418 -"366114",122402,122421 -"366115",122402,122422 -"366116",122402,122437 -"366117",122402,122438 -"366118",122402,122440 -"366119",122402,123424 -"366120",122403,122409 -"366121",122403,122412 -"366122",122403,122414 -"366123",122403,122415 -"366124",122403,122417 -"366125",122403,122418 -"366126",122403,122421 -"366127",122403,122422 -"366128",122403,122437 -"366129",122403,122438 -"366130",122403,122440 -"366131",122403,123424 -"366132",122405,122406 -"366133",122409,122412 -"366134",122409,122414 -"366135",122409,122415 -"366136",122409,122417 -"366137",122409,122418 -"366138",122409,122421 -"366139",122409,122422 -"366140",122409,122437 -"366141",122409,122438 -"366142",122409,122440 -"366143",122409,123424 -"366144",122412,122414 -"366145",122412,122415 -"366146",122412,122417 -"366147",122412,122418 -"366148",122412,122421 -"366149",122412,122422 -"366150",122412,122437 -"366151",122412,122438 -"366152",122412,122440 -"366153",122412,123424 -"366154",122414,122415 -"366155",122414,122417 -"366156",122414,122418 -"366157",122414,122421 -"366158",122414,122422 -"366159",122414,122437 -"366160",122414,122438 -"366161",122414,122440 -"366162",122414,123424 -"366163",122415,122417 -"366164",122415,122418 -"366165",122415,122421 -"366166",122415,122422 -"366167",122415,122437 -"366168",122415,122438 -"366169",122415,122440 -"366170",122415,123424 -"366171",122417,122418 -"366172",122417,122421 -"366173",122417,122422 -"366174",122417,122437 -"366175",122417,122438 -"366176",122417,122440 -"366177",122417,123424 -"366178",122418,122421 -"366179",122418,122422 -"366180",122418,122437 -"366181",122418,122438 -"366182",122418,122440 -"366183",122418,123424 -"366184",122421,122422 -"366185",122421,122437 -"366186",122421,122438 -"366187",122421,122440 -"366188",122421,123424 -"366189",122422,122437 -"366190",122422,122438 -"366191",122422,122440 -"366192",122422,123424 -"366193",122423,122424 -"366194",122429,122435 -"366195",122432,122436 -"366196",122434,122439 -"366197",122437,122438 -"366198",122437,122440 -"366199",122437,123424 -"366200",122438,122440 -"366201",122438,123424 -"366202",122440,123424 -"366203",122441,122442 -"366204",122441,122443 -"366205",122441,122446 -"366206",122442,122443 -"366207",122442,122446 -"366208",122443,122446 -"366209",122444,122475 -"366210",122447,122860 -"366211",122448,122454 -"366212",122461,122462 -"366213",122466,122469 -"366214",122482,122484 -"366215",122483,122513 -"366216",122486,122491 -"366217",122486,122499 -"366218",122488,122510 -"366219",122491,122499 -"366220",122496,122502 -"366221",122504,122509 -"366222",122506,123505 -"366223",122508,123471 -"366224",122517,122520 -"366225",122522,122903 -"366226",122528,123371 -"366227",122538,122578 -"366228",122538,122579 -"366229",122540,122581 -"366230",122544,122546 -"366231",122553,122943 -"366232",122555,122561 -"366233",122555,122596 -"366234",122559,122597 -"366235",122561,122596 -"366236",122572,122584 -"366237",122578,122579 -"366238",122582,122616 -"366239",122587,122763 -"366240",122587,122766 -"366241",122588,122819 -"366242",122588,122852 -"366243",122588,122861 -"366244",122588,122863 -"366245",122588,122864 -"366246",122598,122665 -"366247",122600,122612 -"366248",122600,122617 -"366249",122600,122622 -"366250",122612,122617 -"366251",122612,122622 -"366252",122617,122622 -"366253",122623,122629 -"366254",122626,122639 -"366255",122631,123504 -"366256",122649,122650 -"366257",122650,123050 -"366258",122650,123092 -"366259",122650,123111 -"366260",122652,122655 -"366261",122662,122672 -"366262",122662,122708 -"366263",122672,122708 -"366264",122681,122683 -"366265",122681,122714 -"366266",122681,122715 -"366267",122683,122714 -"366268",122683,122715 -"366269",122689,122857 -"366270",122693,122728 -"366271",122694,122725 -"366272",122705,122709 -"366273",122705,122723 -"366274",122709,122723 -"366275",122714,122715 -"366276",122724,123070 -"366277",122724,123394 -"366278",122724,123490 -"366279",122740,122741 -"366280",122740,122742 -"366281",122741,122742 -"366282",122757,122828 -"366283",122757,122832 -"366284",122758,122762 -"366285",122763,122766 -"366286",122777,122778 -"366287",122777,122779 -"366288",122777,122780 -"366289",122777,122827 -"366290",122777,122839 -"366291",122778,122779 -"366292",122778,122780 -"366293",122778,122827 -"366294",122778,122839 -"366295",122779,122780 -"366296",122779,122827 -"366297",122779,122839 -"366298",122780,122827 -"366299",122780,122839 -"366300",122791,122792 -"366301",122796,122801 -"366302",122819,122852 -"366303",122819,122861 -"366304",122819,122863 -"366305",122819,122864 -"366306",122821,123021 -"366307",122821,123044 -"366308",122823,122870 -"366309",122827,122839 -"366310",122828,122832 -"366311",122852,122861 -"366312",122852,122863 -"366313",122852,122864 -"366314",122858,122955 -"366315",122861,122863 -"366316",122861,122864 -"366317",122862,122896 -"366318",122862,122898 -"366319",122862,122908 -"366320",122863,122864 -"366321",122865,122897 -"366322",122871,122874 -"366323",122878,122879 -"366324",122888,122895 -"366325",122889,122911 -"366326",122892,122907 -"366327",122896,122898 -"366328",122896,122908 -"366329",122898,122908 -"366330",122900,122912 -"366331",122900,122915 -"366332",122906,122910 -"366333",122912,122915 -"366334",122914,122954 -"366335",122920,122921 -"366336",122920,123381 -"366337",122921,123381 -"366338",122925,122957 -"366339",122950,122951 -"366340",122982,122983 -"366341",122986,122991 -"366342",122993,122996 -"366343",122998,122999 -"366344",123008,123041 -"366345",123009,123035 -"366346",123017,123020 -"366347",123018,123019 -"366348",123018,123417 -"366349",123019,123417 -"366350",123021,123044 -"366351",123023,123147 -"366352",123024,123027 -"366353",123026,123141 -"366354",123031,123123 -"366355",123039,123040 -"366356",123050,123092 -"366357",123050,123111 -"366358",123051,123052 -"366359",123053,123061 -"366360",123068,123080 -"366361",123068,123083 -"366362",123068,123095 -"366363",123070,123394 -"366364",123070,123490 -"366365",123079,123085 -"366366",123080,123083 -"366367",123080,123095 -"366368",123083,123095 -"366369",123088,123089 -"366370",123092,123111 -"366371",123106,123113 -"366372",123120,123129 -"366373",123120,123133 -"366374",123129,123133 -"366375",123146,123149 -"366376",123160,123163 -"366377",123168,123190 -"366378",123171,123174 -"366379",123171,123175 -"366380",123174,123175 -"366381",123183,123188 -"366382",123191,123192 -"366383",123199,123208 -"366384",123209,123222 -"366385",123209,123224 -"366386",123209,123229 -"366387",123209,123232 -"366388",123209,123234 -"366389",123209,123250 -"366390",123217,123255 -"366391",123222,123224 -"366392",123222,123229 -"366393",123222,123232 -"366394",123222,123234 -"366395",123222,123250 -"366396",123223,123230 -"366397",123224,123229 -"366398",123224,123232 -"366399",123224,123234 -"366400",123224,123250 -"366401",123225,123246 -"366402",123225,123251 -"366403",123225,123254 -"366404",123229,123232 -"366405",123229,123234 -"366406",123229,123250 -"366407",123232,123234 -"366408",123232,123250 -"366409",123234,123250 -"366410",123236,123242 -"366411",123246,123251 -"366412",123246,123254 -"366413",123251,123254 -"366414",123253,123258 -"366415",123253,123260 -"366416",123258,123260 -"366417",123263,123402 -"366418",123266,123267 -"366419",123269,123271 -"366420",123275,123414 -"366421",123286,123405 -"366422",123293,123294 -"366423",123293,123308 -"366424",123293,123309 -"366425",123293,123310 -"366426",123293,123315 -"366427",123293,123318 -"366428",123293,123319 -"366429",123293,123320 -"366430",123293,123338 -"366431",123293,123341 -"366432",123293,123344 -"366433",123293,123345 -"366434",123294,123308 -"366435",123294,123309 -"366436",123294,123310 -"366437",123294,123315 -"366438",123294,123318 -"366439",123294,123319 -"366440",123294,123320 -"366441",123294,123338 -"366442",123294,123341 -"366443",123294,123344 -"366444",123294,123345 -"366445",123302,123332 -"366446",123308,123309 -"366447",123308,123310 -"366448",123308,123315 -"366449",123308,123318 -"366450",123308,123319 -"366451",123308,123320 -"366452",123308,123338 -"366453",123308,123341 -"366454",123308,123344 -"366455",123308,123345 -"366456",123309,123310 -"366457",123309,123315 -"366458",123309,123318 -"366459",123309,123319 -"366460",123309,123320 -"366461",123309,123338 -"366462",123309,123341 -"366463",123309,123344 -"366464",123309,123345 -"366465",123310,123315 -"366466",123310,123318 -"366467",123310,123319 -"366468",123310,123320 -"366469",123310,123338 -"366470",123310,123341 -"366471",123310,123344 -"366472",123310,123345 -"366473",123314,123340 -"366474",123315,123318 -"366475",123315,123319 -"366476",123315,123320 -"366477",123315,123338 -"366478",123315,123341 -"366479",123315,123344 -"366480",123315,123345 -"366481",123317,123343 -"366482",123318,123319 -"366483",123318,123320 -"366484",123318,123338 -"366485",123318,123341 -"366486",123318,123344 -"366487",123318,123345 -"366488",123319,123320 -"366489",123319,123338 -"366490",123319,123341 -"366491",123319,123344 -"366492",123319,123345 -"366493",123320,123338 -"366494",123320,123341 -"366495",123320,123344 -"366496",123320,123345 -"366497",123325,123327 -"366498",123334,123351 -"366499",123338,123341 -"366500",123338,123344 -"366501",123338,123345 -"366502",123341,123344 -"366503",123341,123345 -"366504",123344,123345 -"366505",123347,123349 -"366506",123357,123358 -"366507",123394,123490 -"366508",123410,123412 -"366509",123420,123421 -"366510",123441,123443 -"366511",123454,123460 -"366512",123461,123462 -"366513",123461,123466 -"366514",123462,123466 diff --git a/experiments/old_stuff/main.py b/experiments/old_stuff/main.py deleted file mode 100644 index 7556dac..0000000 --- a/experiments/old_stuff/main.py +++ /dev/null @@ -1,118 +0,0 @@ -import networkx as nx -import sys -from scipy.sparse import dok_matrix -import numpy as np -from collections import Counter -from math import log -from scipy.optimize import minimize, basinhopping - - -def weight(delta, dist, alpha): - r = 1. / ((1. + (delta / alpha)) ** 1.01) * dist # * (0.01 / alpha) - return r - - -def construct_matrix(filename): - delta_matrix = dok_matrix((8238, 8238), dtype=np.float64) - dist_matrix = dok_matrix((8238, 8238), dtype=np.float64) - labels = {} - idx = 0 - with open(filename) as fh: - fh.readline() - for line in fh: - values = line.strip().split(",") - i, j, dist, t1, t2 = map(int, values[1:]) - if i not in labels: - labels[i] = idx - idx += 1 - if j not in labels: - labels[j] = idx - idx += 1 - delta = float(t2 - t1) - dist = 0 if dist >= 4 else 0.15 * (0.57 ** (dist - 1)) - delta_matrix[labels[i], labels[j]] = delta - dist_matrix[labels[i], labels[j]] = dist - return delta_matrix, dist_matrix - - -def construct_graph(m, threshold=0.5): - g = nx.DiGraph(weight=0.) - for ((i, j), w) in m.iteritems(): - g.add_node(i) - g.add_node(j) - if w >= threshold: - g.add_edge(i, j, weight=w) - return g - - -def construct_graph2(m, beta): - g = nx.DiGraph(weight=0.) - for (i, j), w in m.iteritems(): - g.add_node(i) - g.add_node(j) - md = m.toarray() - am = md.argmax(axis=0) - ma = md[am, np.arange(md.shape[1])] - threshold = beta / (1. - beta) - edges = ma[ma >= threshold] - md[am, np.arange(md.shape[1])] = 0 - for j, i in enumerate(am): - if ma[j] >= beta: - g.add_edge(i, j) - return g, (np.log(edges).sum() + np.log(1 - ma[ma < threshold]).sum() - + np.log(1 - md).sum()) - - -def log_likelihood(delta_matrix, dist_matrix, alpha=60., beta=1.): - m = dok_matrix((8238, 8238), dtype=np.float64) - for ((i, j), delta) in delta_matrix.iteritems(): - m[i, j] = weight(delta, dist_matrix[i, j], alpha) - g = construct_graph(m) - m = np.array([w for _, w in m.items()]) - n, e = g.number_of_nodes(), g.number_of_edges() - c = nx.number_weakly_connected_components(g) - l = (np.sum(np.log(1 - m[m < 0.5])) + np.sum(np.log(m[m >= 0.5]))) - l = l + c * log(beta) - cnt = Counter() - print "Nodes:{0}, Edges:{1}, Cascades:{2}, Alpha:{4}, Beta:{5}, "\ - "LL:{3}".format(n, e, c, l, alpha, beta) - for c in nx.weakly_connected_components(g): - cnt[len(c)] += 1 - print cnt.most_common() - return l - - -def log_likelihood2((alpha, beta), delta_matrix, dist_matrix): - m = dok_matrix((8238, 8238), dtype=np.float64) - for ((i, j), delta) in delta_matrix.iteritems(): - m[i, j] = weight(delta, dist_matrix[i, j], alpha) - g, l = construct_graph2(m, beta) - n, e = g.number_of_nodes(), g.number_of_edges() - c = nx.number_weakly_connected_components(g) - l = (l + c * log(beta) + (123506 - c) * log(1 - beta) - + log(0.15) * 36186 + log(0.15 * 0.57) * 41711 - + log(0.15 * 0.57 * 0.57) * 23264) - # cnt = Counter() - # print "Nodes:{0}, Edges:{1}, Cascades:{2}, Alpha:{4}, Beta:{5}, "\ - # "LL:{3}".format(n, e, c, l, alpha, beta) - # for c in nx.weakly_connected_components(g): - # cnt[len(c)] += 1 - # print cnt.most_common() - #print beta, alpha, l - return -l - - -def accept_test(**kwargs): - bounds = [(1, 100), (0.01, 0.5)] - x = kwargs["x_new"] - l = [bounds[i][0] <= e <= bounds[i][1] for i, e in enumerate(x)] - print x, l - - -if __name__ == "__main__": - delta, dist = construct_matrix(sys.argv[1]) - basinhopping(log_likelihood2, [10, 0.1], - minimizer_kwargs={"args": (delta, dist), - "bounds": [(1, 100), (0.01, 0.5)]}, - accept_test=accept_test, - disp=True) diff --git a/experiments/old_stuff/matplotlibrc.bak b/experiments/old_stuff/matplotlibrc.bak deleted file mode 100644 index 33d6f10..0000000 --- a/experiments/old_stuff/matplotlibrc.bak +++ /dev/null @@ -1,25 +0,0 @@ -font.size : 8 -font.family : sans-serif -font.sans-serif : Helvetica -font.serif : Palatino - - -lines.markersize : 4 -lines.linewidth : 0.75 -lines.linestyle : - -lines.marker : . -patch.linewidth : 0.5 - -axes.linewidth : 0.5 -axes.color_cycle: 66C2A5, FC8D62, 8DA0CB, E78AC3, A6D854, FFD92F, E5C494, B3B3B3 - -legend.fontsize : medium -legend.numpoints : 1 -legend.markerscale : 0.8 -legend.frameon : True -legend.borderaxespad: 0.6 - -savefig.dpi : 100 -savefig.bbox : tight -savefig.pad_inches : 0.05 -figure.figsize: 15, 10 diff --git a/experiments/old_stuff/matplotlibrc.bak2 b/experiments/old_stuff/matplotlibrc.bak2 deleted file mode 100644 index 07cd7c6..0000000 --- a/experiments/old_stuff/matplotlibrc.bak2 +++ /dev/null @@ -1,25 +0,0 @@ -font.size : 8 -font.family : sans-serif -font.sans-serif : Helvetica -font.serif : Palatino - - -lines.markersize : 4 -lines.linewidth : 0.0 -lines.linestyle : - -lines.marker : . -patch.linewidth : 0.0 - -axes.linewidth : 0.5 -axes.color_cycle: 66C2A5, FC8D62, 8DA0CB, E78AC3, A6D854, FFD92F, E5C494, B3B3B3 - -legend.fontsize : medium -legend.numpoints : 1 -legend.markerscale : 0.8 -legend.frameon : True -legend.borderaxespad: 0.6 - -savefig.dpi : 100 -savefig.bbox : tight -savefig.pad_inches : 0.05 -figure.figsize: 8, 12 diff --git a/experiments/old_stuff/matplotlibrc.bak3 b/experiments/old_stuff/matplotlibrc.bak3 deleted file mode 100644 index 184a4c1..0000000 --- a/experiments/old_stuff/matplotlibrc.bak3 +++ /dev/null @@ -1,25 +0,0 @@ -font.size : 8 -font.family : sans-serif -font.sans-serif : Helvetica -font.serif : Palatino - - -lines.markersize : 0 -lines.linewidth : 0.001 -lines.linestyle : - -lines.marker : . -patch.linewidth : 0.001 - -axes.linewidth : 0.5 -axes.color_cycle: 66C2A5, FC8D62, 8DA0CB, E78AC3, A6D854, FFD92F, E5C494, B3B3B3 - -legend.fontsize : medium -legend.numpoints : 1 -legend.markerscale : 0.8 -legend.frameon : True -legend.borderaxespad: 0.6 - -savefig.dpi : 100 -savefig.bbox : tight -savefig.pad_inches : 0.0 -figure.figsize: 8, 12 diff --git a/experiments/old_stuff/plot.py b/experiments/old_stuff/plot.py deleted file mode 100644 index cbea485..0000000 --- a/experiments/old_stuff/plot.py +++ /dev/null @@ -1,21 +0,0 @@ -from mpl_toolkits.mplot3d import Axes3D -from matplotlib import cm -import matplotlib.pyplot as plt -import numpy as np - -with open("results3.txt") as fh: - values = [map(float, line.strip().split()) for line in fh] - #values = [(b, a, l) for (b, a, l) in values if b >= 0.04] - am = max(values, key=lambda x: x[2]) - print am - beta, alpha, l = zip(*values) - - fig = plt.figure(figsize=(12, 8)) - ax = fig.gca(projection='3d') - - ax.plot_trisurf(beta, alpha, l, cmap=cm.jet, linewidth=0.001) - plt.xlabel("Beta") - plt.ylabel("Alpha") - ax.set_zlabel('Likelihood') - #plt.savefig("ll.pdf") - plt.show() diff --git a/experiments/old_stuff/results.txt b/experiments/old_stuff/results.txt deleted file mode 100644 index 4a8f5cd..0000000 --- a/experiments/old_stuff/results.txt +++ /dev/null @@ -1,3680 +0,0 @@ -0.002 1 -237406.828285 -0.002 5 -230229.878144 -0.002 9 -227555.393417 -0.002 13 -226015.983119 -0.002 17 -225013.973481 -0.002 21 -224296.63478 -0.002 25 -223778.279809 -0.002 29 -223374.267502 -0.002 33 -223066.431478 -0.002 37 -222831.431845 -0.002 41 -222641.719023 -0.002 45 -222492.277448 -0.002 49 -222374.834103 -0.002 53 -222283.317306 -0.002 57 -222212.954867 -0.002 61 -222159.958006 -0.002 65 -222121.558026 -0.002 69 -222095.531984 -0.002 73 -222080.013903 -0.002 77 -222073.383977 -0.002 81 -222074.533434 -0.002 85 -222082.271136 -0.002 89 -222095.706301 -0.002 93 -222114.118454 -0.002 97 -222136.945841 -0.002 101 -222163.569603 -0.002 105 -222193.555991 -0.002 109 -222226.4645 -0.002 113 -222261.956485 -0.002 117 -222299.741557 -0.002 121 -222339.594766 -0.002 125 -222381.185367 -0.002 129 -222424.307439 -0.002 133 -222468.830526 -0.002 137 -222514.573966 -0.002 141 -222561.385934 -0.002 145 -222609.133283 -0.002 149 -222657.61597 -0.002 153 -222706.801208 -0.002 157 -222756.592977 -0.002 161 -222806.892975 -0.002 165 -222857.679034 -0.002 169 -222908.842103 -0.002 173 -222960.33352 -0.002 177 -223012.120797 -0.002 181 -223064.147391 -0.002 185 -223116.351965 -0.002 189 -223168.67461 -0.002 193 -223221.0976 -0.002 197 -223273.581129 -0.004 1 -234660.79644 -0.004 5 -229237.234121 -0.004 9 -226936.337234 -0.004 13 -225575.589033 -0.004 17 -224666.009038 -0.004 21 -224003.601286 -0.004 25 -223526.86842 -0.004 29 -223164.906691 -0.004 33 -222869.55819 -0.004 37 -222647.510631 -0.004 41 -222461.923686 -0.004 45 -222319.274252 -0.004 49 -222212.36675 -0.004 53 -222124.221339 -0.004 57 -222056.555008 -0.004 61 -222005.484015 -0.004 65 -221968.368555 -0.004 69 -221943.039155 -0.004 73 -221927.907355 -0.004 77 -221921.566898 -0.004 81 -221922.882582 -0.004 85 -221930.726742 -0.004 89 -221944.251128 -0.004 93 -221962.731 -0.004 97 -221985.599224 -0.004 101 -222012.262125 -0.004 105 -222042.286082 -0.004 109 -222075.201912 -0.004 113 -222110.693897 -0.004 117 -222148.47897 -0.004 121 -222188.332179 -0.004 125 -222229.922779 -0.004 129 -222273.044852 -0.004 133 -222317.567939 -0.004 137 -222363.311378 -0.004 141 -222410.123347 -0.004 145 -222457.870696 -0.004 149 -222506.353382 -0.004 153 -222555.538621 -0.004 157 -222605.330389 -0.004 161 -222655.630387 -0.004 165 -222706.416446 -0.004 169 -222757.579515 -0.004 173 -222809.070932 -0.004 177 -222860.85821 -0.004 181 -222912.884803 -0.004 185 -222965.089378 -0.004 189 -223017.412022 -0.004 193 -223069.835013 -0.004 197 -223122.318542 -0.006 1 -232768.734959 -0.006 5 -228331.267489 -0.006 9 -226445.689717 -0.006 13 -225247.15111 -0.006 17 -224442.393461 -0.006 21 -223811.793875 -0.006 25 -223394.611004 -0.006 29 -223060.212491 -0.006 33 -222785.841893 -0.006 37 -222564.599517 -0.006 41 -222412.743636 -0.006 45 -222275.322401 -0.006 49 -222186.653139 -0.006 53 -222105.85468 -0.006 57 -222028.688897 -0.006 61 -221987.465053 -0.006 65 -221964.486975 -0.006 69 -221937.566585 -0.006 73 -221920.383254 -0.006 77 -221921.577162 -0.006 81 -221929.892677 -0.006 85 -221929.211251 -0.006 89 -221949.296034 -0.006 93 -221963.771355 -0.006 97 -221977.340284 -0.006 101 -222024.981725 -0.006 105 -222040.079603 -0.006 109 -222088.589962 -0.006 113 -222124.293564 -0.006 117 -222162.26911 -0.006 121 -222202.244537 -0.006 125 -222243.928383 -0.006 129 -222287.114997 -0.006 133 -222331.69645 -0.006 137 -222377.49645 -0.006 141 -222424.354601 -0.006 145 -222472.12867 -0.006 149 -222520.637316 -0.006 153 -222569.847795 -0.006 157 -222619.664123 -0.006 161 -222669.988031 -0.006 165 -222720.779055 -0.006 169 -222771.942124 -0.006 173 -222823.433541 -0.006 177 -222875.220819 -0.006 181 -222927.247412 -0.006 185 -222979.451987 -0.006 189 -223031.774631 -0.006 193 -223084.197621 -0.006 197 -223136.68115 -0.008 1 -231334.618063 -0.008 5 -227789.665004 -0.008 9 -226010.000421 -0.008 13 -224989.693584 -0.008 17 -224203.314995 -0.008 21 -223662.24225 -0.008 25 -223313.355557 -0.008 29 -222985.890654 -0.008 33 -222768.750338 -0.008 37 -222574.743021 -0.008 41 -222392.221117 -0.008 45 -222290.191229 -0.008 49 -222191.080133 -0.008 53 -222127.637526 -0.008 57 -222067.442229 -0.008 61 -222021.818685 -0.008 65 -222008.078935 -0.008 69 -221985.776314 -0.008 73 -221972.781641 -0.008 77 -221977.062984 -0.008 81 -221983.275122 -0.008 85 -221985.684744 -0.008 89 -222007.464369 -0.008 93 -222033.763431 -0.008 97 -222068.825593 -0.008 101 -222092.930104 -0.008 105 -222124.77678 -0.008 109 -222154.380824 -0.008 113 -222200.842023 -0.008 117 -222239.881916 -0.008 121 -222276.004238 -0.008 125 -222323.282087 -0.008 129 -222367.162461 -0.008 133 -222407.474065 -0.008 137 -222458.443169 -0.008 141 -222500.780633 -0.008 145 -222553.583079 -0.008 149 -222602.256919 -0.008 153 -222651.591986 -0.008 157 -222701.529265 -0.008 161 -222751.941733 -0.008 165 -222802.810719 -0.008 169 -222854.041392 -0.008 173 -222905.586816 -0.008 177 -222957.417142 -0.008 181 -223009.485766 -0.008 185 -223061.731398 -0.008 189 -223114.094168 -0.008 193 -223166.542074 -0.008 197 -223219.044882 -0.01 1 -230163.265128 -0.01 5 -227095.858553 -0.01 9 -225658.495769 -0.01 13 -224735.173912 -0.01 17 -224047.854044 -0.01 21 -223587.98074 -0.01 25 -223240.448209 -0.01 29 -222942.930216 -0.01 33 -222729.668092 -0.01 37 -222545.600499 -0.01 41 -222425.259061 -0.01 45 -222284.498736 -0.01 49 -222231.448763 -0.01 53 -222175.45414 -0.01 57 -222126.833702 -0.01 61 -222087.87929 -0.01 65 -222069.750404 -0.01 69 -222070.647983 -0.01 73 -222061.724557 -0.01 77 -222050.830769 -0.01 81 -222055.656598 -0.01 85 -222084.312346 -0.01 89 -222113.184104 -0.01 93 -222123.447896 -0.01 97 -222146.515073 -0.01 101 -222200.226989 -0.01 105 -222224.67584 -0.01 109 -222256.165639 -0.01 113 -222303.55458 -0.01 117 -222334.613217 -0.01 121 -222381.195332 -0.01 125 -222424.716086 -0.01 129 -222464.975556 -0.01 133 -222515.544327 -0.01 137 -222567.100538 -0.01 141 -222615.010067 -0.01 145 -222668.356772 -0.01 149 -222713.217978 -0.01 153 -222749.49759 -0.01 157 -222809.191902 -0.01 161 -222864.711344 -0.01 165 -222920.659915 -0.01 169 -222953.931245 -0.01 173 -223019.521356 -0.01 177 -223071.597937 -0.01 181 -223128.452312 -0.01 185 -223180.832839 -0.01 189 -223228.718692 -0.01 193 -223285.85077 -0.01 197 -223338.448189 -0.012 1 -229241.354596 -0.012 5 -226613.730942 -0.012 9 -225365.576854 -0.012 13 -224549.299832 -0.012 17 -223898.155772 -0.012 21 -223481.027513 -0.012 25 -223173.460656 -0.012 29 -222923.506178 -0.012 33 -222711.099127 -0.012 37 -222584.474945 -0.012 41 -222417.186057 -0.012 45 -222334.505631 -0.012 49 -222282.050504 -0.012 53 -222226.028543 -0.012 57 -222171.932934 -0.012 61 -222174.31507 -0.012 65 -222156.671298 -0.012 69 -222152.772282 -0.012 73 -222148.46104 -0.012 77 -222159.873373 -0.012 81 -222163.984643 -0.012 85 -222177.559227 -0.012 89 -222213.216493 -0.012 93 -222248.316606 -0.012 97 -222278.066742 -0.012 101 -222306.523797 -0.012 105 -222346.443224 -0.012 109 -222384.332102 -0.012 113 -222424.382538 -0.012 117 -222461.836719 -0.012 121 -222509.649729 -0.012 125 -222536.802561 -0.012 129 -222604.813538 -0.012 133 -222634.272528 -0.012 137 -222699.862412 -0.012 141 -222748.73232 -0.012 145 -222793.926442 -0.012 149 -222844.077161 -0.012 153 -222899.206549 -0.012 157 -222937.201652 -0.012 161 -222997.539775 -0.012 165 -223040.584654 -0.012 169 -223105.911089 -0.012 173 -223158.267241 -0.012 177 -223215.270203 -0.012 181 -223259.271463 -0.012 185 -223316.620462 -0.012 189 -223360.78852 -0.012 193 -223418.173507 -0.012 197 -223479.969627 -0.014 1 -228446.261925 -0.014 5 -226194.588311 -0.014 9 -225072.26094 -0.014 13 -224249.213333 -0.014 17 -223772.546964 -0.014 21 -223416.166552 -0.014 25 -223133.414663 -0.014 29 -222884.012121 -0.014 33 -222702.482685 -0.014 37 -222576.687971 -0.014 41 -222476.534753 -0.014 45 -222383.86359 -0.014 49 -222307.542398 -0.014 53 -222303.304968 -0.014 57 -222274.570552 -0.014 61 -222261.431466 -0.014 65 -222224.744952 -0.014 69 -222255.567835 -0.014 73 -222251.416957 -0.014 77 -222257.720297 -0.014 81 -222282.410688 -0.014 85 -222316.333149 -0.014 89 -222337.560283 -0.014 93 -222337.002912 -0.014 97 -222386.277293 -0.014 101 -222438.377685 -0.014 105 -222467.423072 -0.014 109 -222490.133123 -0.014 113 -222552.890557 -0.014 117 -222600.453393 -0.014 121 -222645.286445 -0.014 125 -222687.178305 -0.014 129 -222734.460703 -0.014 133 -222782.83236 -0.014 137 -222819.400581 -0.014 141 -222873.616201 -0.014 145 -222932.688381 -0.014 149 -222975.288204 -0.014 153 -223039.604257 -0.014 157 -223083.074652 -0.014 161 -223139.542257 -0.014 165 -223204.842798 -0.014 169 -223257.654415 -0.014 173 -223302.164954 -0.014 177 -223351.083877 -0.014 181 -223417.141085 -0.014 185 -223457.813535 -0.014 189 -223515.470728 -0.014 193 -223560.366418 -0.014 197 -223617.967515 -0.016 1 -227769.139557 -0.016 5 -225794.122245 -0.016 9 -224809.322196 -0.016 13 -224218.852199 -0.016 17 -223641.940686 -0.016 21 -223321.742657 -0.016 25 -223087.452782 -0.016 29 -222893.072719 -0.016 33 -222723.261304 -0.016 37 -222593.591906 -0.016 41 -222516.197464 -0.016 45 -222428.613234 -0.016 49 -222403.784255 -0.016 53 -222361.524487 -0.016 57 -222332.368494 -0.016 61 -222326.305136 -0.016 65 -222304.677552 -0.016 69 -222347.99545 -0.016 73 -222336.78018 -0.016 77 -222335.549345 -0.016 81 -222400.721006 -0.016 85 -222416.9712 -0.016 89 -222449.261278 -0.016 93 -222464.361689 -0.016 97 -222536.036371 -0.016 101 -222544.715062 -0.016 105 -222609.145617 -0.016 109 -222618.066852 -0.016 113 -222686.185493 -0.016 117 -222731.228764 -0.016 121 -222777.634866 -0.016 125 -222833.473608 -0.016 129 -222857.400299 -0.016 133 -222939.685789 -0.016 137 -222985.922416 -0.016 141 -223028.715188 -0.016 145 -223072.089338 -0.016 149 -223136.484869 -0.016 153 -223197.243364 -0.016 157 -223250.221463 -0.016 161 -223270.513863 -0.016 165 -223344.459501 -0.016 169 -223393.904248 -0.016 173 -223468.171643 -0.016 177 -223509.689878 -0.016 181 -223567.705196 -0.016 185 -223609.331751 -0.016 189 -223675.556685 -0.016 193 -223741.780994 -0.016 197 -223783.334711 -0.018 1 -227186.209591 -0.018 5 -225593.788351 -0.018 9 -224592.328016 -0.018 13 -223947.229807 -0.018 17 -223654.368551 -0.018 21 -223310.239882 -0.018 25 -223034.271407 -0.018 29 -222896.796303 -0.018 33 -222747.299004 -0.018 37 -222645.311262 -0.018 41 -222521.729849 -0.018 45 -222521.858482 -0.018 49 -222491.368091 -0.018 53 -222438.592086 -0.018 57 -222428.868541 -0.018 61 -222421.173169 -0.018 65 -222417.985551 -0.018 69 -222457.922914 -0.018 73 -222444.476898 -0.018 77 -222491.703238 -0.018 81 -222519.692485 -0.018 85 -222540.063339 -0.018 89 -222539.878066 -0.018 93 -222626.148938 -0.018 97 -222651.526065 -0.018 101 -222679.150669 -0.018 105 -222740.806909 -0.018 109 -222792.375611 -0.018 113 -222833.679314 -0.018 117 -222868.511411 -0.018 121 -222948.532201 -0.018 125 -222961.825374 -0.018 129 -223043.812506 -0.018 133 -223078.750363 -0.018 137 -223122.375123 -0.018 141 -223182.558203 -0.018 145 -223227.285918 -0.018 149 -223284.327415 -0.018 153 -223357.63646 -0.018 157 -223403.397129 -0.018 161 -223437.387446 -0.018 165 -223519.459615 -0.018 169 -223585.772028 -0.018 173 -223620.302162 -0.018 177 -223686.880699 -0.018 181 -223725.605041 -0.018 185 -223768.291415 -0.018 189 -223842.803827 -0.018 193 -223893.345832 -0.018 197 -223955.754073 -0.02 1 -226570.516275 -0.02 5 -225272.270699 -0.02 9 -224398.949452 -0.02 13 -223900.144935 -0.02 17 -223544.545689 -0.02 21 -223188.022357 -0.02 25 -223023.713078 -0.02 29 -222870.54721 -0.02 33 -222761.317107 -0.02 37 -222679.112613 -0.02 41 -222576.911226 -0.02 45 -222575.417559 -0.02 49 -222519.447749 -0.02 53 -222499.422226 -0.02 57 -222490.306084 -0.02 61 -222508.894768 -0.02 65 -222526.980469 -0.02 69 -222544.187291 -0.02 73 -222563.250346 -0.02 77 -222583.372639 -0.02 81 -222619.551191 -0.02 85 -222616.498583 -0.02 89 -222709.469115 -0.02 93 -222774.320651 -0.02 97 -222772.090546 -0.02 101 -222806.738979 -0.02 105 -222862.439512 -0.02 109 -222919.794277 -0.02 113 -222970.820078 -0.02 117 -223023.129624 -0.02 121 -223057.213825 -0.02 125 -223146.599573 -0.02 129 -223178.696399 -0.02 133 -223234.805659 -0.02 137 -223311.011883 -0.02 141 -223314.059088 -0.02 145 -223402.905665 -0.02 149 -223441.603057 -0.02 153 -223496.081421 -0.02 157 -223566.332982 -0.02 161 -223621.208636 -0.02 165 -223668.505444 -0.02 169 -223719.720672 -0.02 173 -223794.285212 -0.02 177 -223845.639489 -0.02 181 -223877.586882 -0.02 185 -223960.013501 -0.02 189 -224011.272666 -0.02 193 -224085.809138 -0.02 197 -224121.486386 -0.022 1 -226229.192412 -0.022 5 -224750.370171 -0.022 9 -224227.869441 -0.022 13 -223677.856196 -0.022 17 -223405.764293 -0.022 21 -223149.540548 -0.022 25 -222973.137195 -0.022 29 -222880.477187 -0.022 33 -222775.275348 -0.022 37 -222725.20035 -0.022 41 -222633.23983 -0.022 45 -222648.795956 -0.022 49 -222610.192586 -0.022 53 -222546.181215 -0.022 57 -222615.981228 -0.022 61 -222622.21882 -0.022 65 -222575.060946 -0.022 69 -222639.093986 -0.022 73 -222662.751198 -0.022 77 -222717.374357 -0.022 81 -222757.229951 -0.022 85 -222781.398588 -0.022 89 -222842.588146 -0.022 93 -222853.401411 -0.022 97 -222873.700323 -0.022 101 -222956.296175 -0.022 105 -223033.228392 -0.022 109 -223055.069172 -0.022 113 -223070.50109 -0.022 117 -223139.772 -0.022 121 -223240.336109 -0.022 125 -223266.088702 -0.022 129 -223330.323018 -0.022 133 -223399.007727 -0.022 137 -223430.421108 -0.022 141 -223522.858979 -0.022 145 -223547.62597 -0.022 149 -223621.786664 -0.022 153 -223688.68754 -0.022 157 -223729.325889 -0.022 161 -223777.663975 -0.022 165 -223845.03782 -0.022 169 -223889.702864 -0.022 173 -223949.569133 -0.022 177 -224009.361196 -0.022 181 -224054.048732 -0.022 185 -224113.795683 -0.022 189 -224169.604947 -0.022 193 -224247.981446 -0.022 197 -224303.582878 -0.024 1 -225834.021664 -0.024 5 -224586.199728 -0.024 9 -224064.707078 -0.024 13 -223709.090449 -0.024 17 -223409.003512 -0.024 21 -223156.056277 -0.024 25 -222916.373297 -0.024 29 -222875.230939 -0.024 33 -222796.57944 -0.024 37 -222762.193427 -0.024 41 -222737.449399 -0.024 45 -222659.249171 -0.024 49 -222619.424704 -0.024 53 -222700.51926 -0.024 57 -222684.249171 -0.024 61 -222693.225649 -0.024 65 -222737.947322 -0.024 69 -222744.00415 -0.024 73 -222732.613535 -0.024 77 -222809.521949 -0.024 81 -222867.647059 -0.024 85 -222925.176791 -0.024 89 -222959.474905 -0.024 93 -223007.141366 -0.024 97 -223067.941829 -0.024 101 -223108.444993 -0.024 105 -223128.178215 -0.024 109 -223185.857593 -0.024 113 -223259.35088 -0.024 117 -223345.116465 -0.024 121 -223372.842344 -0.024 125 -223419.666592 -0.024 129 -223459.545283 -0.024 133 -223540.40424 -0.024 137 -223592.168256 -0.024 141 -223670.253152 -0.024 145 -223719.074464 -0.024 149 -223779.085204 -0.024 153 -223824.559433 -0.024 157 -223907.116917 -0.024 161 -223937.977475 -0.024 165 -224020.658204 -0.024 169 -224081.265179 -0.024 173 -224141.870428 -0.024 177 -224183.982682 -0.024 181 -224233.48513 -0.024 185 -224293.885418 -0.024 189 -224357.866648 -0.024 193 -224417.997112 -0.024 197 -224481.647214 -0.026 1 -225487.5887 -0.026 5 -224587.65834 -0.026 9 -224056.737228 -0.026 13 -223573.64555 -0.026 17 -223339.36293 -0.026 21 -223135.619871 -0.026 25 -223011.693507 -0.026 29 -222895.238231 -0.026 33 -222867.325168 -0.026 37 -222830.231625 -0.026 41 -222786.655264 -0.026 45 -222809.071061 -0.026 49 -222757.326777 -0.026 53 -222769.039284 -0.026 57 -222770.339064 -0.026 61 -222840.107332 -0.026 65 -222800.129957 -0.026 69 -222858.56507 -0.026 73 -222903.161169 -0.026 77 -222951.448503 -0.026 81 -222934.314365 -0.026 85 -223009.501621 -0.026 89 -223083.257916 -0.026 93 -223140.964727 -0.026 97 -223200.670538 -0.026 101 -223247.393037 -0.026 105 -223295.499629 -0.026 109 -223369.984872 -0.026 113 -223409.450463 -0.026 117 -223438.797041 -0.026 121 -223501.126844 -0.026 125 -223589.287152 -0.026 129 -223667.337422 -0.026 133 -223709.798268 -0.026 137 -223738.190359 -0.026 141 -223788.45334 -0.026 145 -223867.525439 -0.026 149 -223939.608316 -0.026 153 -223993.611573 -0.026 157 -224062.193707 -0.026 161 -224127.189522 -0.026 165 -224174.13035 -0.026 169 -224242.710977 -0.026 173 -224304.011926 -0.026 177 -224357.96298 -0.026 181 -224426.323021 -0.026 185 -224498.108151 -0.026 189 -224548.227794 -0.026 193 -224594.563682 -0.026 197 -224644.275418 -0.028 1 -225049.953399 -0.028 5 -224122.163891 -0.028 9 -223810.948577 -0.028 13 -223533.200363 -0.028 17 -223341.662698 -0.028 21 -223104.139489 -0.028 25 -222939.713351 -0.028 29 -222930.178727 -0.028 33 -222885.27952 -0.028 37 -222849.135162 -0.028 41 -222872.867945 -0.028 45 -222825.419095 -0.028 49 -222814.091779 -0.028 53 -222858.220505 -0.028 57 -222888.383349 -0.028 61 -222920.617388 -0.028 65 -222968.312378 -0.028 69 -222950.450525 -0.028 73 -223003.196634 -0.028 77 -223062.319206 -0.028 81 -223141.941408 -0.028 85 -223174.797004 -0.028 89 -223181.168719 -0.028 93 -223256.016194 -0.028 97 -223321.681478 -0.028 101 -223392.260646 -0.028 105 -223442.78866 -0.028 109 -223494.262386 -0.028 113 -223564.241027 -0.028 117 -223631.541221 -0.028 121 -223696.00054 -0.028 125 -223714.92638 -0.028 129 -223766.048134 -0.028 133 -223838.324162 -0.028 137 -223932.214476 -0.028 141 -224005.178896 -0.028 145 -224071.270412 -0.028 149 -224112.720244 -0.028 153 -224143.581432 -0.028 157 -224195.460239 -0.028 161 -224268.371583 -0.028 165 -224344.866851 -0.028 169 -224403.480123 -0.028 173 -224479.780832 -0.028 177 -224531.171646 -0.028 181 -224582.460915 -0.028 185 -224654.794674 -0.028 189 -224709.167661 -0.028 193 -224770.457148 -0.028 197 -224824.419466 -0.03 1 -224898.506218 -0.03 5 -224294.708952 -0.03 9 -223656.896252 -0.03 13 -223278.893745 -0.03 17 -223201.214889 -0.03 21 -223052.208902 -0.03 25 -222972.157765 -0.03 29 -222934.254858 -0.03 33 -222917.981568 -0.03 37 -222898.401335 -0.03 41 -222875.405872 -0.03 45 -222927.504255 -0.03 49 -222913.581887 -0.03 53 -222949.870229 -0.03 57 -222976.146372 -0.03 61 -222945.561053 -0.03 65 -223033.103038 -0.03 69 -223096.710941 -0.03 73 -223164.160447 -0.03 77 -223172.201767 -0.03 81 -223213.637748 -0.03 85 -223260.253359 -0.03 89 -223384.869748 -0.03 93 -223414.359553 -0.03 97 -223445.046671 -0.03 101 -223490.451385 -0.03 105 -223574.675363 -0.03 109 -223638.803302 -0.03 113 -223707.127706 -0.03 117 -223769.168422 -0.03 121 -223835.259596 -0.03 125 -223905.208601 -0.03 129 -223965.033802 -0.03 133 -224028.664203 -0.03 137 -224075.015611 -0.03 141 -224128.489697 -0.03 145 -224185.280713 -0.03 149 -224255.994527 -0.03 153 -224343.711864 -0.03 157 -224410.890946 -0.03 161 -224488.325592 -0.03 165 -224517.241967 -0.03 169 -224556.347765 -0.03 173 -224609.087701 -0.03 177 -224685.689513 -0.03 181 -224755.335221 -0.03 185 -224828.051192 -0.03 189 -224897.224528 -0.03 193 -224959.192783 -0.03 197 -225003.639895 -0.032 1 -224653.248362 -0.032 5 -224091.202857 -0.032 9 -223552.366056 -0.032 13 -223423.867822 -0.032 17 -223198.596907 -0.032 21 -222976.233771 -0.032 25 -223026.062375 -0.032 29 -222950.809295 -0.032 33 -222947.689837 -0.032 37 -222886.319634 -0.032 41 -222931.878926 -0.032 45 -222977.646125 -0.032 49 -223032.761426 -0.032 53 -222987.054643 -0.032 57 -223080.147409 -0.032 61 -223127.558703 -0.032 65 -223148.558567 -0.032 69 -223176.220305 -0.032 73 -223254.210013 -0.032 77 -223304.169287 -0.032 81 -223369.984529 -0.032 85 -223424.106328 -0.032 89 -223452.274875 -0.032 93 -223498.426743 -0.032 97 -223651.066434 -0.032 101 -223669.113976 -0.032 105 -223718.479008 -0.032 109 -223727.434146 -0.032 113 -223838.4289 -0.032 117 -223919.399652 -0.032 121 -223973.478185 -0.032 125 -224065.332492 -0.032 129 -224133.553242 -0.032 133 -224168.124336 -0.032 137 -224263.808422 -0.032 141 -224325.647017 -0.032 145 -224390.854063 -0.032 149 -224432.24444 -0.032 153 -224470.094485 -0.032 157 -224534.756149 -0.032 161 -224616.189981 -0.032 165 -224694.250052 -0.032 169 -224761.772633 -0.032 173 -224842.873876 -0.032 177 -224893.117892 -0.032 181 -224943.312949 -0.032 185 -224993.116907 -0.032 189 -225025.59626 -0.032 193 -225084.91671 -0.032 197 -225171.09066 -0.034 1 -224437.615764 -0.034 5 -223990.292814 -0.034 9 -223467.436679 -0.034 13 -223285.284424 -0.034 17 -223141.737566 -0.034 21 -223044.763625 -0.034 25 -222963.246925 -0.034 29 -222994.032174 -0.034 33 -222961.948039 -0.034 37 -222995.636266 -0.034 41 -222971.60208 -0.034 45 -222988.774048 -0.034 49 -223047.16626 -0.034 53 -223099.14454 -0.034 57 -223146.710488 -0.034 61 -223252.400434 -0.034 65 -223278.822572 -0.034 69 -223348.497391 -0.034 73 -223324.088295 -0.034 77 -223414.581905 -0.034 81 -223487.014353 -0.034 85 -223560.913956 -0.034 89 -223599.586106 -0.034 93 -223665.993511 -0.034 97 -223726.633397 -0.034 101 -223767.63114 -0.034 105 -223902.698343 -0.034 109 -223955.063203 -0.034 113 -224007.931098 -0.034 117 -224044.113871 -0.034 121 -224077.312383 -0.034 125 -224177.063778 -0.034 129 -224263.392629 -0.034 133 -224326.611972 -0.034 137 -224436.348541 -0.034 141 -224482.944391 -0.034 145 -224526.161523 -0.034 149 -224615.804092 -0.034 153 -224681.97337 -0.034 157 -224724.621322 -0.034 161 -224777.111962 -0.034 165 -224859.230438 -0.034 169 -224914.51241 -0.034 173 -224962.824052 -0.034 177 -225047.550017 -0.034 181 -225118.559952 -0.034 185 -225189.358524 -0.034 189 -225266.635076 -0.034 193 -225323.450178 -0.034 197 -225366.761314 -0.036 1 -224246.440292 -0.036 5 -223899.034151 -0.036 9 -223449.563048 -0.036 13 -223321.017858 -0.036 17 -223091.227017 -0.036 21 -223073.837485 -0.036 25 -222998.16356 -0.036 29 -222946.643666 -0.036 33 -223059.088097 -0.036 37 -223015.482124 -0.036 41 -223102.388572 -0.036 45 -223027.815404 -0.036 49 -223128.818023 -0.036 53 -223157.629495 -0.036 57 -223269.3056 -0.036 61 -223323.327658 -0.036 65 -223407.157686 -0.036 69 -223415.449523 -0.036 73 -223498.010326 -0.036 77 -223533.309756 -0.036 81 -223566.734818 -0.036 85 -223682.677029 -0.036 89 -223728.327052 -0.036 93 -223807.299724 -0.036 97 -223870.751922 -0.036 101 -223977.123255 -0.036 105 -223989.079292 -0.036 109 -224050.353031 -0.036 113 -224183.805193 -0.036 117 -224261.787561 -0.036 121 -224271.615717 -0.036 125 -224336.850567 -0.036 129 -224385.656951 -0.036 133 -224453.888308 -0.036 137 -224551.320756 -0.036 141 -224628.82041 -0.036 145 -224706.47864 -0.036 149 -224793.573156 -0.036 153 -224841.221848 -0.036 157 -224882.193408 -0.036 161 -224985.017402 -0.036 165 -225048.299919 -0.036 169 -225091.773512 -0.036 173 -225167.561116 -0.036 177 -225230.021467 -0.036 181 -225282.294215 -0.036 185 -225353.839979 -0.036 189 -225382.429242 -0.036 193 -225489.305578 -0.036 197 -225536.887707 -0.038 1 -224041.213959 -0.038 5 -223511.468808 -0.038 9 -223335.619421 -0.038 13 -223250.1093 -0.038 17 -223091.123361 -0.038 21 -223027.61217 -0.038 25 -223059.67648 -0.038 29 -223056.078745 -0.038 33 -223153.460907 -0.038 37 -223071.088326 -0.038 41 -223114.953311 -0.038 45 -223182.029035 -0.038 49 -223181.112943 -0.038 53 -223260.876916 -0.038 57 -223335.90151 -0.038 61 -223468.614735 -0.038 65 -223502.07062 -0.038 69 -223498.974919 -0.038 73 -223626.568746 -0.038 77 -223688.566665 -0.038 81 -223758.432885 -0.038 85 -223739.177676 -0.038 89 -223836.125958 -0.038 93 -223952.730947 -0.038 97 -224012.634636 -0.038 101 -224075.934005 -0.038 105 -224158.734591 -0.038 109 -224260.968756 -0.038 113 -224295.926091 -0.038 117 -224321.141929 -0.038 121 -224436.472874 -0.038 125 -224554.748671 -0.038 129 -224580.017808 -0.038 133 -224637.391478 -0.038 137 -224700.666282 -0.038 141 -224750.90609 -0.038 145 -224813.690931 -0.038 149 -224904.944511 -0.038 153 -224995.715102 -0.038 157 -225070.360803 -0.038 161 -225163.998234 -0.038 165 -225208.904531 -0.038 169 -225256.983879 -0.038 173 -225352.98075 -0.038 177 -225416.46959 -0.038 181 -225460.057076 -0.038 185 -225516.43323 -0.038 189 -225604.357564 -0.038 193 -225669.596073 -0.038 197 -225714.880601 -0.04 1 -223915.549363 -0.04 5 -223430.603806 -0.04 9 -223258.355348 -0.04 13 -223305.144654 -0.04 17 -223117.23877 -0.04 21 -223070.492557 -0.04 25 -223120.750593 -0.04 29 -223109.587428 -0.04 33 -223047.440292 -0.04 37 -223176.820854 -0.04 41 -223192.058158 -0.04 45 -223288.520973 -0.04 49 -223330.437063 -0.04 53 -223331.775275 -0.04 57 -223436.82675 -0.04 61 -223485.27168 -0.04 65 -223605.220055 -0.04 69 -223667.753079 -0.04 73 -223702.918833 -0.04 77 -223825.499834 -0.04 81 -223870.03614 -0.04 85 -223925.040105 -0.04 89 -224024.830305 -0.04 93 -224023.581217 -0.04 97 -224114.785066 -0.04 101 -224249.661185 -0.04 105 -224290.576978 -0.04 109 -224350.468751 -0.04 113 -224441.819324 -0.04 117 -224542.466375 -0.04 121 -224573.589476 -0.04 125 -224636.150151 -0.04 129 -224714.209633 -0.04 133 -224839.451449 -0.04 137 -224907.548478 -0.04 141 -224950.273997 -0.04 145 -225018.120947 -0.04 149 -225066.068398 -0.04 153 -225113.864816 -0.04 157 -225164.566481 -0.04 161 -225274.472767 -0.04 165 -225358.720301 -0.04 169 -225445.817995 -0.04 173 -225513.773594 -0.04 177 -225593.833201 -0.04 181 -225651.53079 -0.04 185 -225711.968456 -0.04 189 -225775.318712 -0.04 193 -225828.39082 -0.04 197 -225900.32262 -0.042 1 -223780.616129 -0.042 5 -223630.182874 -0.042 9 -223241.067526 -0.042 13 -223001.599679 -0.042 17 -223117.206781 -0.042 21 -223111.37183 -0.042 25 -223113.911872 -0.042 29 -223122.480987 -0.042 33 -223179.835038 -0.042 37 -223189.612123 -0.042 41 -223193.728909 -0.042 45 -223278.901209 -0.042 49 -223463.718816 -0.042 53 -223497.420805 -0.042 57 -223462.09984 -0.042 61 -223596.378103 -0.042 65 -223633.186366 -0.042 69 -223767.915429 -0.042 73 -223838.7518 -0.042 77 -223929.502542 -0.042 81 -223958.926591 -0.042 85 -224091.701123 -0.042 89 -224147.315503 -0.042 93 -224206.51546 -0.042 97 -224278.046187 -0.042 101 -224324.443449 -0.042 105 -224405.520776 -0.042 109 -224526.358789 -0.042 113 -224604.029548 -0.042 117 -224665.896228 -0.042 121 -224709.261951 -0.042 125 -224823.170755 -0.042 129 -224896.450038 -0.042 133 -224932.467673 -0.042 137 -225002.328828 -0.042 141 -225108.894157 -0.042 145 -225215.182042 -0.042 149 -225261.903568 -0.042 153 -225317.584019 -0.042 157 -225391.81906 -0.042 161 -225449.535181 -0.042 165 -225503.78909 -0.042 169 -225517.403413 -0.042 173 -225629.774202 -0.042 177 -225725.977843 -0.042 181 -225827.957974 -0.042 185 -225911.114598 -0.042 189 -225962.745783 -0.042 193 -226010.734506 -0.042 197 -226089.440615 -0.044 1 -223663.701757 -0.044 5 -223162.919877 -0.044 9 -223155.180713 -0.044 13 -223209.095379 -0.044 17 -223047.063277 -0.044 21 -223028.520094 -0.044 25 -223258.256171 -0.044 29 -223206.254115 -0.044 33 -223231.696278 -0.044 37 -223269.171179 -0.044 41 -223358.297645 -0.044 45 -223350.0759 -0.044 49 -223384.208924 -0.044 53 -223646.940079 -0.044 57 -223643.415067 -0.044 61 -223650.62339 -0.044 65 -223784.535565 -0.044 69 -223861.179748 -0.044 73 -223923.432286 -0.044 77 -224026.302046 -0.044 81 -224157.633702 -0.044 85 -224203.411837 -0.044 89 -224234.847407 -0.044 93 -224361.037121 -0.044 97 -224419.834077 -0.044 101 -224478.859367 -0.044 105 -224543.542529 -0.044 109 -224616.974809 -0.044 113 -224705.947033 -0.044 117 -224827.695049 -0.044 121 -224897.760975 -0.044 125 -224933.60486 -0.044 129 -225017.921247 -0.044 133 -225126.441938 -0.044 137 -225203.67894 -0.044 141 -225250.093208 -0.044 145 -225317.371472 -0.044 149 -225384.56159 -0.044 153 -225505.544464 -0.044 157 -225571.590449 -0.044 161 -225627.708481 -0.044 165 -225714.079899 -0.044 169 -225775.631911 -0.044 173 -225821.109235 -0.044 177 -225869.127064 -0.044 181 -225919.873549 -0.044 185 -225973.313903 -0.044 189 -226096.08402 -0.044 193 -226181.759458 -0.044 197 -226263.945195 -0.046 1 -223410.334358 -0.046 5 -223427.637151 -0.046 9 -223157.521381 -0.046 13 -223052.645999 -0.046 17 -223192.459924 -0.046 21 -223164.185918 -0.046 25 -223157.329529 -0.046 29 -223265.488618 -0.046 33 -223274.780054 -0.046 37 -223381.863114 -0.046 41 -223368.066922 -0.046 45 -223477.807992 -0.046 49 -223516.710249 -0.046 53 -223562.265542 -0.046 57 -223769.648369 -0.046 61 -223857.774804 -0.046 65 -223841.64035 -0.046 69 -223920.542762 -0.046 73 -224022.665359 -0.046 77 -224089.793056 -0.046 81 -224190.15877 -0.046 85 -224323.432789 -0.046 89 -224445.359118 -0.046 93 -224482.547781 -0.046 97 -224541.929708 -0.046 101 -224657.284915 -0.046 105 -224724.678297 -0.046 109 -224773.555584 -0.046 113 -224858.188729 -0.046 117 -224935.922029 -0.046 121 -225016.986719 -0.046 125 -225130.489202 -0.046 129 -225204.151939 -0.046 133 -225244.193109 -0.046 137 -225320.390015 -0.046 141 -225410.9665 -0.046 145 -225506.662818 -0.046 149 -225590.020895 -0.046 153 -225627.408071 -0.046 157 -225703.917828 -0.046 161 -225767.508474 -0.046 165 -225878.492463 -0.046 169 -225944.295125 -0.046 173 -226024.357885 -0.046 177 -226088.871975 -0.046 181 -226153.044594 -0.046 185 -226228.653151 -0.046 189 -226228.164315 -0.046 193 -226299.58389 -0.046 197 -226358.444549 -0.048 1 -223477.345735 -0.048 5 -223169.411387 -0.048 9 -223149.297278 -0.048 13 -223156.274085 -0.048 17 -223305.648743 -0.048 21 -223232.108723 -0.048 25 -223169.103738 -0.048 29 -223313.008576 -0.048 33 -223371.946952 -0.048 37 -223436.668958 -0.048 41 -223394.502842 -0.048 45 -223488.617573 -0.048 49 -223600.780571 -0.048 53 -223647.884387 -0.048 57 -223775.702112 -0.048 61 -223936.202525 -0.048 65 -224035.72306 -0.048 69 -224061.579382 -0.048 73 -224123.54311 -0.048 77 -224270.961138 -0.048 81 -224279.826336 -0.048 85 -224394.624068 -0.048 89 -224500.758609 -0.048 93 -224632.918691 -0.048 97 -224730.232962 -0.048 101 -224811.588639 -0.048 105 -224861.303028 -0.048 109 -224962.615991 -0.048 113 -225007.809151 -0.048 117 -225085.033453 -0.048 121 -225158.692229 -0.048 125 -225231.625517 -0.048 129 -225316.116244 -0.048 133 -225415.028479 -0.048 137 -225489.145844 -0.048 141 -225584.042769 -0.048 145 -225633.371573 -0.048 149 -225703.399376 -0.048 153 -225796.040973 -0.048 157 -225879.245818 -0.048 161 -225973.803489 -0.048 165 -226020.213519 -0.048 169 -226107.868102 -0.048 173 -226159.137211 -0.048 177 -226239.475971 -0.048 181 -226313.521235 -0.048 185 -226392.996316 -0.048 189 -226459.892103 -0.048 193 -226549.731809 -0.048 197 -226603.926029 -0.05 1 -223403.729155 -0.05 5 -223383.279454 -0.05 9 -223141.157338 -0.05 13 -223172.868261 -0.05 17 -223112.180132 -0.05 21 -223233.422885 -0.05 25 -223199.15434 -0.05 29 -223347.387485 -0.05 33 -223440.103167 -0.05 37 -223466.43534 -0.05 41 -223615.413637 -0.05 45 -223598.052657 -0.05 49 -223674.83267 -0.05 53 -223757.625331 -0.05 57 -223844.205753 -0.05 61 -223932.390428 -0.05 65 -224088.768418 -0.05 69 -224250.10577 -0.05 73 -224266.301978 -0.05 77 -224358.242782 -0.05 81 -224409.557011 -0.05 85 -224515.425541 -0.05 89 -224553.808958 -0.05 93 -224673.79658 -0.05 97 -224816.580683 -0.05 101 -224969.99363 -0.05 105 -225021.586067 -0.05 109 -225107.55786 -0.05 113 -225155.396349 -0.05 117 -225237.351934 -0.05 121 -225307.195815 -0.05 125 -225370.568809 -0.05 129 -225459.529984 -0.05 133 -225576.640166 -0.05 137 -225638.045887 -0.05 141 -225742.58159 -0.05 145 -225803.052491 -0.05 149 -225879.807768 -0.05 153 -225955.966978 -0.05 157 -226022.771794 -0.05 161 -226071.831084 -0.05 165 -226195.657738 -0.05 169 -226257.772781 -0.05 173 -226345.176901 -0.05 177 -226414.702464 -0.05 181 -226498.632869 -0.05 185 -226537.810824 -0.05 189 -226628.904047 -0.05 193 -226678.745989 -0.05 197 -226768.827352 -0.052 1 -222825.682737 -0.052 5 -222987.127944 -0.052 9 -223160.338774 -0.052 13 -223235.950506 -0.052 17 -223367.335087 -0.052 21 -223204.208411 -0.052 25 -223261.549966 -0.052 29 -223401.362056 -0.052 33 -223535.479245 -0.052 37 -223624.81561 -0.052 41 -223555.81878 -0.052 45 -223690.81281 -0.052 49 -223831.567634 -0.052 53 -223877.215412 -0.052 57 -223962.18498 -0.052 61 -224010.370916 -0.052 65 -224132.404818 -0.052 69 -224279.630157 -0.052 73 -224412.300897 -0.052 77 -224490.225793 -0.052 81 -224522.38267 -0.052 85 -224645.658742 -0.052 89 -224776.908473 -0.052 93 -224818.096035 -0.052 97 -224841.875768 -0.052 101 -224988.464531 -0.052 105 -225143.170667 -0.052 109 -225262.166871 -0.052 113 -225323.657663 -0.052 117 -225376.057102 -0.052 121 -225453.511705 -0.052 125 -225539.249761 -0.052 129 -225617.578554 -0.052 133 -225704.572462 -0.052 137 -225770.696213 -0.052 141 -225876.386444 -0.052 145 -225943.639009 -0.052 149 -226044.664662 -0.052 153 -226119.440748 -0.052 157 -226182.568402 -0.052 161 -226235.5343 -0.052 165 -226339.52123 -0.052 169 -226399.854551 -0.052 173 -226468.413099 -0.052 177 -226564.982213 -0.052 181 -226632.064906 -0.052 185 -226721.38687 -0.052 189 -226804.409286 -0.052 193 -226892.80261 -0.052 197 -226940.425788 -0.054 1 -223292.413033 -0.054 5 -223299.609178 -0.054 9 -223163.408994 -0.054 13 -223256.557949 -0.054 17 -223184.403588 -0.054 21 -223313.868244 -0.054 25 -223332.249173 -0.054 29 -223427.502337 -0.054 33 -223478.771172 -0.054 37 -223638.216183 -0.054 41 -223688.819818 -0.054 45 -223755.860734 -0.054 49 -223928.413103 -0.054 53 -224033.943002 -0.054 57 -224039.883319 -0.054 61 -224195.171404 -0.054 65 -224252.70932 -0.054 69 -224372.18476 -0.054 73 -224468.348257 -0.054 77 -224620.561394 -0.054 81 -224681.52345 -0.054 85 -224798.705693 -0.054 89 -224844.244995 -0.054 93 -224937.268866 -0.054 97 -225064.053922 -0.054 101 -225149.37266 -0.054 105 -225166.427013 -0.054 109 -225326.922738 -0.054 113 -225436.075133 -0.054 117 -225574.969025 -0.054 121 -225648.699237 -0.054 125 -225707.193883 -0.054 129 -225773.785719 -0.054 133 -225850.89867 -0.054 137 -225912.980018 -0.054 141 -226002.515375 -0.054 145 -226105.664343 -0.054 149 -226179.602389 -0.054 153 -226289.782135 -0.054 157 -226336.56014 -0.054 161 -226441.798738 -0.054 165 -226484.663562 -0.054 169 -226589.176123 -0.054 173 -226638.630216 -0.054 177 -226727.137642 -0.054 181 -226781.170449 -0.054 185 -226854.422118 -0.054 189 -226915.854616 -0.054 193 -227049.99079 -0.054 197 -227095.614395 -0.056 1 -223248.007252 -0.056 5 -223400.928861 -0.056 9 -223198.228064 -0.056 13 -223212.786205 -0.056 17 -223110.323822 -0.056 21 -223185.406639 -0.056 25 -223564.125564 -0.056 29 -223521.8924 -0.056 33 -223636.322046 -0.056 37 -223678.865106 -0.056 41 -223763.955538 -0.056 45 -223982.988554 -0.056 49 -223966.885103 -0.056 53 -224072.276323 -0.056 57 -224127.103154 -0.056 61 -224157.707089 -0.056 65 -224362.323366 -0.056 69 -224466.094815 -0.056 73 -224535.405676 -0.056 77 -224681.841569 -0.056 81 -224777.117594 -0.056 85 -224901.585728 -0.056 89 -225026.489437 -0.056 93 -225087.99336 -0.056 97 -225129.926805 -0.056 101 -225240.990929 -0.056 105 -225338.618005 -0.056 109 -225385.769923 -0.056 113 -225491.066957 -0.056 117 -225589.825065 -0.056 121 -225743.46137 -0.056 125 -225876.071988 -0.056 129 -225972.308871 -0.056 133 -226022.949816 -0.056 137 -226075.685505 -0.056 141 -226183.277328 -0.056 145 -226245.726236 -0.056 149 -226304.129899 -0.056 153 -226423.337212 -0.056 157 -226482.988281 -0.056 161 -226608.974365 -0.056 165 -226681.259283 -0.056 169 -226735.693426 -0.056 173 -226806.164894 -0.056 177 -226896.053602 -0.056 181 -226987.479122 -0.056 185 -227030.671759 -0.056 189 -227096.021544 -0.056 193 -227171.400467 -0.056 197 -227235.251429 -0.058 1 -223214.261855 -0.058 5 -222977.427564 -0.058 9 -223124.571628 -0.058 13 -223377.477349 -0.058 17 -223208.425927 -0.058 21 -223419.588119 -0.058 25 -223436.700583 -0.058 29 -223581.423671 -0.058 33 -223670.297042 -0.058 37 -223792.92589 -0.058 41 -223899.053276 -0.058 45 -224083.655628 -0.058 49 -224093.100554 -0.058 53 -224122.338489 -0.058 57 -224176.755511 -0.058 61 -224320.162696 -0.058 65 -224407.911505 -0.058 69 -224495.723222 -0.058 73 -224601.821824 -0.058 77 -224783.63075 -0.058 81 -224854.144757 -0.058 85 -225001.089261 -0.058 89 -225086.496196 -0.058 93 -225214.711839 -0.058 97 -225339.263606 -0.058 101 -225395.885744 -0.058 105 -225483.254226 -0.058 109 -225588.577237 -0.058 113 -225612.601551 -0.058 117 -225740.218198 -0.058 121 -225828.191485 -0.058 125 -225885.971458 -0.058 129 -226030.498475 -0.058 133 -226140.494114 -0.058 137 -226285.809972 -0.058 141 -226372.332342 -0.058 145 -226383.523108 -0.058 149 -226460.359874 -0.058 153 -226577.688551 -0.058 157 -226608.642928 -0.058 161 -226704.869731 -0.058 165 -226791.521208 -0.058 169 -226889.010567 -0.058 173 -226971.810198 -0.058 177 -227056.685109 -0.058 181 -227135.554545 -0.058 185 -227199.273829 -0.058 189 -227287.42053 -0.058 193 -227369.139108 -0.058 197 -227411.839932 -0.06 1 -223177.021691 -0.06 5 -223368.810914 -0.06 9 -223203.733989 -0.06 13 -223191.970185 -0.06 17 -223252.115014 -0.06 21 -223429.647997 -0.06 25 -223470.961947 -0.06 29 -223697.650012 -0.06 33 -223766.535708 -0.06 37 -223802.113641 -0.06 41 -223900.812163 -0.06 45 -224038.909425 -0.06 49 -224201.778938 -0.06 53 -224242.319742 -0.06 57 -224353.005181 -0.06 61 -224506.611322 -0.06 65 -224557.473018 -0.06 69 -224650.076841 -0.06 73 -224723.453 -0.06 77 -224783.777074 -0.06 81 -224928.443543 -0.06 85 -225101.563452 -0.06 89 -225219.23311 -0.06 93 -225281.790145 -0.06 97 -225413.958932 -0.06 101 -225569.374743 -0.06 105 -225616.92574 -0.06 109 -225693.778775 -0.06 113 -225789.037448 -0.06 117 -225842.655506 -0.06 121 -225924.697095 -0.06 125 -226035.003955 -0.06 129 -226098.6708 -0.06 133 -226224.015491 -0.06 137 -226348.217113 -0.06 141 -226474.195645 -0.06 145 -226536.666418 -0.06 149 -226674.337553 -0.06 153 -226737.810362 -0.06 157 -226776.043184 -0.06 161 -226867.694802 -0.06 165 -226975.037469 -0.06 169 -227018.555212 -0.06 173 -227078.156783 -0.06 177 -227169.294945 -0.06 181 -227278.32426 -0.06 185 -227346.390725 -0.06 189 -227427.200186 -0.06 193 -227515.455731 -0.06 197 -227583.893133 -0.062 1 -223162.608037 -0.062 5 -223299.861368 -0.062 9 -223223.15802 -0.062 13 -223438.472503 -0.062 17 -223258.894192 -0.062 21 -223244.91559 -0.062 25 -223509.301479 -0.062 29 -223661.081074 -0.062 33 -223905.900301 -0.062 37 -223834.574358 -0.062 41 -224039.882633 -0.062 45 -224096.29245 -0.062 49 -224255.675919 -0.062 53 -224352.060632 -0.062 57 -224454.008883 -0.062 61 -224519.162312 -0.062 65 -224642.092112 -0.062 69 -224776.568736 -0.062 73 -224871.159836 -0.062 77 -224918.376929 -0.062 81 -225034.016042 -0.062 85 -225163.337787 -0.062 89 -225244.023683 -0.062 93 -225420.960963 -0.062 97 -225471.651368 -0.062 101 -225595.556918 -0.062 105 -225741.728864 -0.062 109 -225866.33698 -0.062 113 -225962.865878 -0.062 117 -226063.161809 -0.062 121 -226115.214421 -0.062 125 -226176.516314 -0.062 129 -226240.044182 -0.062 133 -226314.698521 -0.062 137 -226415.801036 -0.062 141 -226496.966519 -0.062 145 -226639.409061 -0.062 149 -226751.386185 -0.062 153 -226853.621476 -0.062 157 -226930.691701 -0.062 161 -227039.437683 -0.062 165 -227117.701766 -0.062 169 -227200.204848 -0.062 173 -227239.474422 -0.062 177 -227344.936986 -0.062 181 -227417.36264 -0.062 185 -227489.12537 -0.062 189 -227544.001412 -0.062 193 -227643.392207 -0.062 197 -227710.00101 -0.064 1 -223170.406188 -0.064 5 -222900.580223 -0.064 9 -223207.666596 -0.064 13 -223466.772552 -0.064 17 -223339.394292 -0.064 21 -223290.10429 -0.064 25 -223708.358785 -0.064 29 -223796.274445 -0.064 33 -223800.55706 -0.064 37 -223980.634796 -0.064 41 -224076.544269 -0.064 45 -224176.945809 -0.064 49 -224346.502453 -0.064 53 -224415.949955 -0.064 57 -224587.427852 -0.064 61 -224725.373882 -0.064 65 -224762.980118 -0.064 69 -224803.242696 -0.064 73 -225038.920733 -0.064 77 -225073.966098 -0.064 81 -225092.217763 -0.064 85 -225198.37436 -0.064 89 -225373.803284 -0.064 93 -225465.61378 -0.064 97 -225630.753812 -0.064 101 -225754.032004 -0.064 105 -225809.541544 -0.064 109 -225917.298694 -0.064 113 -226048.604831 -0.064 117 -226127.923473 -0.064 121 -226281.488076 -0.064 125 -226377.030792 -0.064 129 -226414.644857 -0.064 133 -226462.738861 -0.064 137 -226560.588347 -0.064 141 -226643.450848 -0.064 145 -226690.61099 -0.064 149 -226795.636686 -0.064 153 -226940.687802 -0.064 157 -227037.860376 -0.064 161 -227140.018401 -0.064 165 -227224.781725 -0.064 169 -227313.451902 -0.064 173 -227423.655518 -0.064 177 -227495.158681 -0.064 181 -227573.138254 -0.064 185 -227688.049187 -0.064 189 -227733.532654 -0.064 193 -227793.971531 -0.064 197 -227856.704 -0.066 1 -223172.917295 -0.066 5 -223006.380414 -0.066 9 -223283.007015 -0.066 13 -223188.584285 -0.066 17 -223456.937337 -0.066 21 -223343.789906 -0.066 25 -223568.661061 -0.066 29 -223818.306809 -0.066 33 -223850.311178 -0.066 37 -224059.01707 -0.066 41 -224195.54283 -0.066 45 -224333.335071 -0.066 49 -224427.408731 -0.066 53 -224580.356009 -0.066 57 -224654.33873 -0.066 61 -224807.342853 -0.066 65 -224895.229883 -0.066 69 -225009.248071 -0.066 73 -225072.229008 -0.066 77 -225175.183647 -0.066 81 -225238.374167 -0.066 85 -225350.116446 -0.066 89 -225372.926217 -0.066 93 -225525.949467 -0.066 97 -225644.555598 -0.066 101 -225770.739729 -0.066 105 -225915.64014 -0.066 109 -226043.157778 -0.066 113 -226133.239817 -0.066 117 -226175.081721 -0.066 121 -226377.046927 -0.066 125 -226487.009479 -0.066 129 -226609.039505 -0.066 133 -226674.245162 -0.066 137 -226772.439856 -0.066 141 -226825.230656 -0.066 145 -226872.308821 -0.066 149 -226933.691465 -0.066 153 -227030.878451 -0.066 157 -227113.060321 -0.066 161 -227205.525244 -0.066 165 -227301.43206 -0.066 169 -227417.458958 -0.066 173 -227496.737354 -0.066 177 -227585.195163 -0.066 181 -227664.607384 -0.066 185 -227746.720489 -0.066 189 -227871.444967 -0.066 193 -227933.059546 -0.066 197 -228021.461398 -0.068 1 -223083.124657 -0.068 5 -223414.753958 -0.068 9 -223315.005343 -0.068 13 -223501.287681 -0.068 17 -223558.526012 -0.068 21 -223435.7421 -0.068 25 -223591.046332 -0.068 29 -223788.995181 -0.068 33 -224117.47308 -0.068 37 -224128.622919 -0.068 41 -224320.872197 -0.068 45 -224319.530877 -0.068 49 -224367.46713 -0.068 53 -224556.401188 -0.068 57 -224705.293872 -0.068 61 -224926.303896 -0.068 65 -224949.53409 -0.068 69 -225163.409316 -0.068 73 -225191.509669 -0.068 77 -225218.996046 -0.068 81 -225363.780334 -0.068 85 -225458.246398 -0.068 89 -225588.884113 -0.068 93 -225689.919015 -0.068 97 -225723.571781 -0.068 101 -225821.507126 -0.068 105 -225931.432094 -0.068 109 -226074.080862 -0.068 113 -226240.598084 -0.068 117 -226361.965038 -0.068 121 -226447.64356 -0.068 125 -226559.5086 -0.068 129 -226613.701372 -0.068 133 -226745.418915 -0.068 137 -226870.982616 -0.068 141 -226959.360423 -0.068 145 -227067.023234 -0.068 149 -227118.696757 -0.068 153 -227203.945773 -0.068 157 -227252.092407 -0.068 161 -227326.889624 -0.068 165 -227414.506418 -0.068 169 -227495.22534 -0.068 173 -227622.076098 -0.068 177 -227671.709454 -0.068 181 -227777.994462 -0.068 185 -227860.864005 -0.068 189 -227947.539574 -0.068 193 -228054.091824 -0.068 197 -228121.11373 -0.07 1 -223100.8833 -0.07 5 -223436.001409 -0.07 9 -223331.148951 -0.07 13 -223572.605848 -0.07 17 -223822.185011 -0.07 21 -223495.716017 -0.07 25 -223681.187476 -0.07 29 -223823.326085 -0.07 33 -223955.389719 -0.07 37 -224209.466868 -0.07 41 -224355.525715 -0.07 45 -224406.689619 -0.07 49 -224586.998333 -0.07 53 -224733.839652 -0.07 57 -224684.452129 -0.07 61 -224830.253241 -0.07 65 -225072.811705 -0.07 69 -225116.118834 -0.07 73 -225280.314511 -0.07 77 -225454.364103 -0.07 81 -225525.04435 -0.07 85 -225566.308025 -0.07 89 -225726.63531 -0.07 93 -225832.657662 -0.07 97 -225803.309079 -0.07 101 -225964.597851 -0.07 105 -226051.319431 -0.07 109 -226112.684947 -0.07 113 -226285.481713 -0.07 117 -226448.47889 -0.07 121 -226509.753876 -0.07 125 -226670.449476 -0.07 129 -226771.393309 -0.07 133 -226822.444803 -0.07 137 -226920.825539 -0.07 141 -227039.208999 -0.07 145 -227158.873878 -0.07 149 -227271.402459 -0.07 153 -227354.801612 -0.07 157 -227404.815377 -0.07 161 -227488.453796 -0.07 165 -227573.757781 -0.07 169 -227612.346033 -0.07 173 -227744.17247 -0.07 177 -227829.488737 -0.07 181 -227911.381282 -0.07 185 -227956.789042 -0.07 189 -228056.602917 -0.07 193 -228125.022176 -0.07 197 -228196.142425 -0.072 1 -223225.367886 -0.072 5 -223161.821377 -0.072 9 -223381.990808 -0.072 13 -223346.773268 -0.072 17 -223624.297493 -0.072 21 -223626.252968 -0.072 25 -223734.615339 -0.072 29 -223716.639124 -0.072 33 -224086.321577 -0.072 37 -224203.224234 -0.072 41 -224444.946853 -0.072 45 -224512.317505 -0.072 49 -224633.5284 -0.072 53 -224866.375679 -0.072 57 -224863.550039 -0.072 61 -225062.83991 -0.072 65 -225114.682408 -0.072 69 -225248.127286 -0.072 73 -225384.847246 -0.072 77 -225520.875656 -0.072 81 -225603.251893 -0.072 85 -225731.453861 -0.072 89 -225743.685457 -0.072 93 -225903.93934 -0.072 97 -226023.852036 -0.072 101 -226132.308982 -0.072 105 -226164.514267 -0.072 109 -226310.924573 -0.072 113 -226379.78046 -0.072 117 -226471.164402 -0.072 121 -226577.986005 -0.072 125 -226708.772499 -0.072 129 -226779.06258 -0.072 133 -226934.707319 -0.072 137 -226992.484905 -0.072 141 -227110.56879 -0.072 145 -227198.530918 -0.072 149 -227339.390663 -0.072 153 -227424.977467 -0.072 157 -227541.50761 -0.072 161 -227647.423619 -0.072 165 -227751.171076 -0.072 169 -227802.283073 -0.072 173 -227886.651761 -0.072 177 -227927.281182 -0.072 181 -228042.168507 -0.072 185 -228096.50393 -0.072 189 -228212.534695 -0.072 193 -228300.061581 -0.072 197 -228358.620132 -0.074 1 -223255.675638 -0.074 5 -223114.888428 -0.074 9 -223757.304125 -0.074 13 -223649.110142 -0.074 17 -223673.111304 -0.074 21 -223910.772699 -0.074 25 -223830.220906 -0.074 29 -223991.202438 -0.074 33 -224194.289161 -0.074 37 -224228.279208 -0.074 41 -224393.45901 -0.074 45 -224708.999909 -0.074 49 -224781.132385 -0.074 53 -224742.465813 -0.074 57 -224994.524449 -0.074 61 -225029.711265 -0.074 65 -225154.630791 -0.074 69 -225349.501343 -0.074 73 -225408.85853 -0.074 77 -225494.528867 -0.074 81 -225782.172263 -0.074 85 -225785.078224 -0.074 89 -225995.764697 -0.074 93 -226004.030333 -0.074 97 -226039.655891 -0.074 101 -226252.698011 -0.074 105 -226324.823309 -0.074 109 -226365.335199 -0.074 113 -226496.703747 -0.074 117 -226577.248498 -0.074 121 -226632.198808 -0.074 125 -226776.38996 -0.074 129 -226868.011224 -0.074 133 -226949.01025 -0.074 137 -227129.857878 -0.074 141 -227182.810003 -0.074 145 -227247.013772 -0.074 149 -227403.272874 -0.074 153 -227520.18815 -0.074 157 -227568.208377 -0.074 161 -227716.009123 -0.074 165 -227808.426305 -0.074 169 -227932.031029 -0.074 173 -228008.838765 -0.074 177 -228073.935937 -0.074 181 -228179.058205 -0.074 185 -228229.28956 -0.074 189 -228339.47542 -0.074 193 -228399.48365 -0.074 197 -228474.588841 -0.076 1 -223292.360765 -0.076 5 -223166.68069 -0.076 9 -223469.809482 -0.076 13 -223422.947592 -0.076 17 -224010.028119 -0.076 21 -223985.969277 -0.076 25 -223993.599441 -0.076 29 -224094.007956 -0.076 33 -224115.008161 -0.076 37 -224293.08743 -0.076 41 -224558.337699 -0.076 45 -224622.420837 -0.076 49 -224805.480562 -0.076 53 -224886.791521 -0.076 57 -225019.52438 -0.076 61 -225174.59618 -0.076 65 -225309.553046 -0.076 69 -225342.542534 -0.076 73 -225464.347719 -0.076 77 -225632.965529 -0.076 81 -225809.636973 -0.076 85 -225895.303279 -0.076 89 -225940.64599 -0.076 93 -226131.889047 -0.076 97 -226290.500904 -0.076 101 -226270.097258 -0.076 105 -226401.84573 -0.076 109 -226486.403685 -0.076 113 -226621.453443 -0.076 117 -226726.322668 -0.076 121 -226784.832874 -0.076 125 -226898.075936 -0.076 129 -226956.781183 -0.076 133 -226992.923222 -0.076 137 -227190.049393 -0.076 141 -227267.135134 -0.076 145 -227426.967149 -0.076 149 -227454.180692 -0.076 153 -227519.752862 -0.076 157 -227694.298245 -0.076 161 -227772.428218 -0.076 165 -227858.356094 -0.076 169 -227959.33779 -0.076 173 -228008.769552 -0.076 177 -228144.015463 -0.076 181 -228269.511916 -0.076 185 -228350.593137 -0.076 189 -228463.152356 -0.076 193 -228496.045477 -0.076 197 -228549.759796 -0.078 1 -223335.122252 -0.078 5 -223611.953075 -0.078 9 -223542.775769 -0.078 13 -223793.300401 -0.078 17 -223750.69446 -0.078 21 -224027.573568 -0.078 25 -224080.983926 -0.078 29 -224276.410801 -0.078 33 -224166.269613 -0.078 37 -224374.987423 -0.078 41 -224387.641924 -0.078 45 -224614.884658 -0.078 49 -224731.430372 -0.078 53 -224908.754697 -0.078 57 -225144.033804 -0.078 61 -225311.945794 -0.078 65 -225316.265946 -0.078 69 -225512.955342 -0.078 73 -225565.599842 -0.078 77 -225717.942101 -0.078 81 -225868.23494 -0.078 85 -225920.672963 -0.078 89 -226091.642071 -0.078 93 -226200.713777 -0.078 97 -226277.696817 -0.078 101 -226379.603408 -0.078 105 -226539.53678 -0.078 109 -226569.84268 -0.078 113 -226693.794766 -0.078 117 -226776.369517 -0.078 121 -226882.436418 -0.078 125 -226947.097489 -0.078 129 -227098.068115 -0.078 133 -227187.102054 -0.078 137 -227318.670867 -0.078 141 -227348.531897 -0.078 145 -227481.607317 -0.078 149 -227494.228639 -0.078 153 -227622.113656 -0.078 157 -227733.852173 -0.078 161 -227844.483407 -0.078 165 -227902.827584 -0.078 169 -227999.6453 -0.078 173 -228063.264096 -0.078 177 -228206.319122 -0.078 181 -228253.28875 -0.078 185 -228359.633823 -0.078 189 -228498.747053 -0.078 193 -228554.313712 -0.078 197 -228648.255902 -0.08 1 -223383.682142 -0.08 5 -223770.904751 -0.08 9 -223528.204575 -0.08 13 -223504.117577 -0.08 17 -223762.91746 -0.08 21 -223835.324416 -0.08 25 -224099.770695 -0.08 29 -224332.585129 -0.08 33 -224310.58023 -0.08 37 -224442.839336 -0.08 41 -224611.060728 -0.08 45 -224611.849194 -0.08 49 -224910.000156 -0.08 53 -225115.240938 -0.08 57 -225175.282617 -0.08 61 -225172.348397 -0.08 65 -225416.946956 -0.08 69 -225497.6341 -0.08 73 -225606.220539 -0.08 77 -225812.614476 -0.08 81 -225796.384751 -0.08 85 -226021.423846 -0.08 89 -226152.395191 -0.08 93 -226241.953359 -0.08 97 -226364.009757 -0.08 101 -226509.711027 -0.08 105 -226594.479613 -0.08 109 -226654.558631 -0.08 113 -226737.122266 -0.08 117 -226827.118919 -0.08 121 -227005.416168 -0.08 125 -227113.47939 -0.08 129 -227163.344007 -0.08 133 -227294.960146 -0.08 137 -227355.741679 -0.08 141 -227498.121063 -0.08 145 -227603.658201 -0.08 149 -227627.534302 -0.08 153 -227732.395233 -0.08 157 -227815.349853 -0.08 161 -227868.65435 -0.08 165 -227952.52132 -0.08 169 -228037.657866 -0.08 173 -228136.400165 -0.08 177 -228253.095059 -0.08 181 -228363.656707 -0.08 185 -228436.448866 -0.08 189 -228536.32648 -0.08 193 -228634.616397 -0.08 197 -228690.477082 -0.082 1 -223437.783261 -0.082 5 -223350.08312 -0.082 9 -223694.51309 -0.082 13 -223848.346507 -0.082 17 -223902.006318 -0.082 21 -224148.31981 -0.082 25 -224128.367332 -0.082 29 -224407.112006 -0.082 33 -224428.817166 -0.082 37 -224567.877662 -0.082 41 -224724.334695 -0.082 45 -224707.619155 -0.082 49 -224931.92767 -0.082 53 -224974.366334 -0.082 57 -225211.575007 -0.082 61 -225257.772356 -0.082 65 -225425.027823 -0.082 69 -225614.538716 -0.082 73 -225724.126608 -0.082 77 -225879.004035 -0.082 81 -225949.663919 -0.082 85 -226097.639033 -0.082 89 -226214.877838 -0.082 93 -226264.481319 -0.082 97 -226460.975321 -0.082 101 -226519.835596 -0.082 105 -226647.994077 -0.082 109 -226664.742967 -0.082 113 -226838.923049 -0.082 117 -226894.53578 -0.082 121 -227007.438545 -0.082 125 -227133.902513 -0.082 129 -227212.63733 -0.082 133 -227365.199577 -0.082 137 -227385.784882 -0.082 141 -227535.204685 -0.082 145 -227650.979791 -0.082 149 -227759.391867 -0.082 153 -227855.018281 -0.082 157 -227904.309023 -0.082 161 -228007.127899 -0.082 165 -228090.620591 -0.082 169 -228193.456054 -0.082 173 -228220.758709 -0.082 177 -228311.964673 -0.082 181 -228420.651675 -0.082 185 -228491.670658 -0.082 189 -228600.986298 -0.082 193 -228654.032829 -0.082 197 -228758.816174 -0.084 1 -223497.187217 -0.084 5 -223418.001335 -0.084 9 -223662.072407 -0.084 13 -223920.405079 -0.084 17 -223918.687486 -0.084 21 -224201.335445 -0.084 25 -224428.241343 -0.084 29 -224478.467385 -0.084 33 -224715.776162 -0.084 37 -224712.693751 -0.084 41 -224629.363216 -0.084 45 -224786.725134 -0.084 49 -225020.356261 -0.084 53 -225056.45855 -0.084 57 -225249.519164 -0.084 61 -225388.75039 -0.084 65 -225465.191471 -0.084 69 -225664.475663 -0.084 73 -225822.049437 -0.084 77 -225851.080313 -0.084 81 -225942.690306 -0.084 85 -226161.504389 -0.084 89 -226202.315157 -0.084 93 -226369.643627 -0.084 97 -226508.37221 -0.084 101 -226510.644928 -0.084 105 -226677.983308 -0.084 109 -226854.707271 -0.084 113 -226865.053157 -0.084 117 -227011.609858 -0.084 121 -227176.974122 -0.084 125 -227156.754919 -0.084 129 -227252.403758 -0.084 133 -227366.642509 -0.084 137 -227420.412587 -0.084 141 -227602.359506 -0.084 145 -227667.533243 -0.084 149 -227789.055156 -0.084 153 -227871.709159 -0.084 157 -227908.402937 -0.084 161 -228043.807553 -0.084 165 -228204.6651 -0.084 169 -228189.108219 -0.084 173 -228296.584076 -0.084 177 -228436.741055 -0.084 181 -228441.788055 -0.084 185 -228557.465585 -0.084 189 -228650.193901 -0.084 193 -228699.272545 -0.084 197 -228832.122113 -0.086 1 -223561.672633 -0.086 5 -223490.818829 -0.086 9 -223827.58732 -0.086 13 -223683.7598 -0.086 17 -223949.965745 -0.086 21 -223908.558576 -0.086 25 -224244.683156 -0.086 29 -224196.30489 -0.086 33 -224550.139006 -0.086 37 -224988.574435 -0.086 41 -224991.288462 -0.086 45 -225163.738882 -0.086 49 -225085.970529 -0.086 53 -225303.589911 -0.086 57 -225319.129225 -0.086 61 -225490.766973 -0.086 65 -225505.548519 -0.086 69 -225686.469869 -0.086 73 -225738.526868 -0.086 77 -225855.43805 -0.086 81 -226078.437104 -0.086 85 -226102.503717 -0.086 89 -226304.764442 -0.086 93 -226342.797453 -0.086 97 -226518.802054 -0.086 101 -226541.569844 -0.086 105 -226756.827457 -0.086 109 -226797.11368 -0.086 113 -226954.391077 -0.086 117 -226996.103834 -0.086 121 -227106.740735 -0.086 125 -227132.174066 -0.086 129 -227249.466837 -0.086 133 -227418.872071 -0.086 137 -227441.442722 -0.086 141 -227611.385471 -0.086 145 -227651.910137 -0.086 149 -227817.849071 -0.086 153 -227863.788522 -0.086 157 -227960.792712 -0.086 161 -228059.957824 -0.086 165 -228167.384182 -0.086 169 -228166.280312 -0.086 173 -228396.849146 -0.086 177 -228505.32574 -0.086 181 -228543.067594 -0.086 185 -228661.477979 -0.086 189 -228703.548256 -0.086 193 -228811.70913 -0.086 197 -228849.105953 -0.088 1 -223603.984884 -0.088 5 -223559.490387 -0.088 9 -223866.102669 -0.088 13 -224135.202598 -0.088 17 -224081.614919 -0.088 21 -224281.486169 -0.088 25 -224226.658241 -0.088 29 -224569.048896 -0.088 33 -224551.422628 -0.088 37 -224775.852482 -0.088 41 -225015.959645 -0.088 45 -225028.049672 -0.088 49 -225236.397305 -0.088 53 -225218.350429 -0.088 57 -225392.964192 -0.088 61 -225451.015733 -0.088 65 -225562.270456 -0.088 69 -225763.93786 -0.088 73 -225755.49529 -0.088 77 -225935.112632 -0.088 81 -225980.50581 -0.088 85 -226166.561904 -0.088 89 -226150.126018 -0.088 93 -226417.317785 -0.088 97 -226441.301619 -0.088 101 -226519.323319 -0.088 105 -226740.608135 -0.088 109 -226728.879652 -0.088 113 -226892.454617 -0.088 117 -226949.781437 -0.088 121 -227243.624653 -0.088 125 -227249.785834 -0.088 129 -227245.396427 -0.088 133 -227415.22547 -0.088 137 -227465.410721 -0.088 141 -227624.380519 -0.088 145 -227675.098076 -0.088 149 -227888.630209 -0.088 153 -227907.332806 -0.088 157 -227944.886393 -0.088 161 -228084.314389 -0.088 165 -228127.614818 -0.088 169 -228270.994674 -0.088 173 -228320.735163 -0.088 177 -228531.300411 -0.088 181 -228549.47563 -0.088 185 -228646.234422 -0.088 189 -228762.553291 -0.088 193 -228793.042602 -0.0005 1 -240749.50145 -0.088 197 -228879.116226 -0.0005 5 -231390.401237 -0.09 1 -223678.029502 -0.0005 9 -228366.390661 -0.09 5 -224122.714246 -0.0005 13 -226720.305743 -0.09 9 -223860.051475 -0.0005 17 -225666.861303 -0.09 13 -224232.891827 -0.0005 21 -224934.170498 -0.09 17 -224154.258457 -0.0005 25 -224398.938875 -0.09 21 -224346.187204 -0.0005 29 -223995.674734 -0.09 25 -224655.927033 -0.0005 33 -223685.249171 -0.09 29 -224535.191806 -0.0005 37 -223443.198809 -0.09 33 -224498.997958 -0.0005 41 -223253.142336 -0.09 37 -224751.541657 -0.0005 45 -223103.521834 -0.09 41 -225084.991748 -0.0005 49 -222985.994625 -0.09 45 -225023.209487 -0.002 0.1 -242554.414869 -0.0005 53 -222894.421449 -0.09 49 -225049.419854 -0.002 0.6 -239140.84017 -0.0005 57 -222824.05901 -0.09 53 -225465.194744 -0.0005 61 -222771.062148 -0.002 1.1 -237044.524462 -0.0005 65 -222732.662169 -0.09 57 -225505.782323 -0.002 1.6 -235514.436961 -0.0005 69 -222706.636127 -0.09 61 -225425.177167 -0.0005 73 -222691.118046 -0.002 2.1 -234268.523606 -0.09 65 -225667.457035 -0.0005 77 -222684.488119 -0.002 2.6 -233334.720587 -0.09 69 -225849.983205 -0.0005 81 -222685.637577 -0.002 3.1 -232516.720674 -0.09 73 -225889.686642 -0.0005 85 -222693.375279 -0.002 3.6 -231807.542728 -0.09 77 -226018.829216 -0.002 4.1 -231193.106165 -0.0005 89 -222706.810443 -0.09 81 -225985.471187 -0.002 4.6 -230642.500718 -0.0005 93 -222725.222597 -0.09 85 -226136.50167 -0.002 5.1 -230148.7039 -0.0005 97 -222748.049983 -0.09 89 -226353.980047 -0.0005 101 -222774.673746 -0.002 5.6 -229720.845263 -0.09 93 -226373.067309 -0.002 6.1 -229321.072238 -0.0005 105 -222804.660133 -0.09 97 -226408.841064 -0.002 6.6 -228956.017752 -0.09 101 -226672.374553 -0.0005 109 -222837.568642 -0.002 7.1 -228601.892476 -0.09 105 -226661.597928 -0.0005 113 -222873.060627 -0.002 7.6 -228316.528727 -0.09 109 -226719.513823 -0.0005 117 -222910.8457 -0.002 8.1 -228004.730747 -0.09 113 -226930.164786 -0.0005 121 -222950.698909 -0.09 117 -226994.944932 -0.002 8.6 -227762.396403 -0.0005 125 -222992.289509 -0.09 121 -227029.099638 -0.002 9.1 -227513.115843 -0.0005 129 -223035.411582 -0.09 125 -227203.249993 -0.002 9.6 -227280.219151 -0.0005 133 -223079.934669 -0.09 129 -227190.85003 -0.0005 137 -223125.678109 -0.004 0.1 -237750.178965 -0.09 133 -227313.122316 -0.0005 141 -223172.490077 -0.004 0.6 -235803.482039 -0.0005 145 -223220.237426 -0.09 137 -227530.525581 -0.004 1.1 -234363.528546 -0.0005 149 -223268.720113 -0.09 141 -227534.628331 -0.0005 153 -223317.905351 -0.004 1.6 -233124.158957 -0.09 145 -227548.722357 -0.004 2.1 -232315.866473 -0.0005 157 -223367.69712 -0.09 149 -227799.958908 -0.0005 161 -223417.997117 -0.004 2.6 -231711.703528 -0.09 153 -227819.136395 -0.0005 165 -223468.783176 -0.004 3.1 -231070.611721 -0.09 157 -227894.150238 -0.0005 169 -223519.946245 -0.004 3.6 -230517.861968 -0.09 161 -227918.818458 -0.004 4.1 -230010.914535 -0.0005 173 -223571.437662 -0.004 4.6 -229497.072153 -0.09 165 -228156.655381 -0.0005 177 -223623.22494 -0.004 5.1 -229137.602057 -0.004 5.6 -228771.492671 -0.09 169 -228179.79426 -0.0005 181 -223675.251533 -0.004 6.1 -228464.92336 -0.09 173 -228237.845957 -0.0005 185 -223727.456108 -0.004 6.6 -228151.915505 -0.09 177 -228426.805943 -0.0005 189 -223779.778753 -0.004 7.1 -227828.679985 -0.09 181 -228500.553392 -0.004 7.6 -227575.453692 -0.0005 193 -223832.201743 -0.09 185 -228573.439846 -0.004 8.1 -227323.873946 -0.0005 197 -223884.685272 -0.09 189 -228702.723033 -0.004 8.6 -227104.544965 -0.001 1 -239416.954664 -0.004 9.1 -226888.743878 -0.09 193 -228741.353211 -0.001 5 -230921.717839 -0.09 197 -228828.441013 -0.004 9.6 -226669.401227 -0.001 9 -227996.834067 -0.092 1 -223756.578756 -0.006 0.1 -234899.475265 -0.001 13 -226376.303954 -0.092 5 -224204.01992 -0.006 0.6 -233598.896763 -0.001 17 -225329.360717 -0.001 21 -224597.561194 -0.092 9 -224043.457943 -0.006 1.1 -232482.762509 -0.092 13 -223982.076479 -0.001 25 -224062.557136 -0.006 1.6 -231744.51825 -0.092 17 -224174.402181 -0.001 29 -223659.320388 -0.006 2.1 -231079.157092 -0.092 21 -224447.010538 -0.006 2.6 -230466.499276 -0.001 33 -223348.894825 -0.092 25 -224412.339962 -0.001 37 -223106.844463 -0.006 3.1 -229825.559715 -0.092 29 -224623.276835 -0.001 41 -222916.78799 -0.092 33 -224546.41257 -0.006 3.6 -229510.141467 -0.092 37 -225066.855399 -0.001 45 -222767.167488 -0.006 4.1 -229087.486832 -0.092 41 -225023.580773 -0.001 49 -222649.640279 -0.006 4.6 -228611.658474 -0.092 45 -225036.991589 -0.001 53 -222558.067103 -0.006 5.1 -228372.514915 -0.001 57 -222487.704663 -0.092 49 -225189.351702 -0.001 61 -222434.707802 -0.006 5.6 -227992.460058 -0.092 53 -225171.186427 -0.001 65 -222396.307823 -0.006 6.1 -227728.372092 -0.001 69 -222370.281781 -0.092 57 -225472.229753 -0.006 6.6 -227506.717087 -0.001 73 -222354.7637 -0.001 77 -222348.133773 -0.092 61 -225651.361458 -0.006 7.1 -227218.493736 -0.006 7.6 -227003.283568 -0.001 81 -222349.283231 -0.092 65 -225684.594248 -0.001 85 -222357.020933 -0.006 8.1 -226798.473777 -0.092 69 -225689.541832 -0.092 73 -226041.967437 -0.001 89 -222370.456097 -0.006 8.6 -226582.071948 -0.092 77 -226089.483607 -0.092 81 -226090.357711 -0.001 93 -222388.868251 -0.006 9.1 -226419.133966 -0.092 85 -226218.034386 -0.001 97 -222411.695637 -0.006 9.6 -226200.555986 -0.001 101 -222438.319399 -0.092 89 -226220.132168 -0.001 105 -222468.305787 -0.008 0.1 -232903.740109 -0.001 109 -222501.214296 -0.092 93 -226381.522217 -0.001 113 -222536.706281 -0.008 0.6 -231963.645333 -0.001 117 -222574.491354 -0.092 97 -226505.602173 -0.001 121 -222614.344563 -0.008 1.1 -231175.941065 -0.001 125 -222655.935163 -0.092 101 -226569.976951 -0.001 129 -222699.057236 -0.008 1.6 -230541.371533 -0.092 105 -226681.998602 -0.001 133 -222743.580323 -0.008 2.1 -229986.904726 -0.001 137 -222789.323762 -0.092 109 -226715.785397 -0.001 141 -222836.135731 -0.008 2.6 -229258.67082 -0.001 145 -222883.883079 -0.092 113 -226859.606627 -0.008 3.1 -228899.239126 -0.001 149 -222932.365766 -0.008 3.6 -228696.817493 -0.092 117 -227037.458028 -0.001 153 -222981.551005 -0.008 4.1 -228348.221998 -0.008 4.6 -228004.16403 -0.092 121 -227072.754253 -0.001 157 -223031.342773 -0.008 5.1 -227656.485231 -0.001 161 -223081.642771 -0.092 125 -227041.279632 -0.001 165 -223132.42883 -0.008 5.6 -227369.314345 -0.092 129 -227300.477907 -0.001 169 -223183.591899 -0.008 6.1 -227169.119199 -0.092 133 -227355.366136 -0.008 6.6 -226928.74719 -0.001 173 -223235.083316 -0.092 137 -227368.66229 -0.092 141 -227481.499366 -0.008 7.1 -226722.174756 -0.001 177 -223286.870594 -0.092 145 -227482.159758 -0.092 149 -227649.709134 -0.008 7.6 -226572.768253 -0.001 181 -223338.897187 -0.092 153 -227760.343819 -0.092 157 -227805.261167 -0.008 8.1 -226324.604816 -0.001 185 -223391.101762 -0.092 161 -227814.833636 -0.092 165 -228085.646063 -0.001 189 -223443.424406 -0.008 8.6 -226174.253365 -0.092 169 -228083.357025 -0.001 193 -223495.847397 -0.008 9.1 -225991.622955 -0.092 173 -228211.470547 -0.092 177 -228220.909012 -0.001 197 -223548.330926 -0.008 9.6 -225823.79422 -0.092 181 -228246.091914 -0.092 185 -228451.174744 -0.0015 1 -238299.25561 -0.01 0.1 -231398.645059 -0.092 189 -228490.029087 -0.092 193 -228551.751391 -0.0015 5 -230550.562845 -0.01 0.6 -230685.099487 -0.092 197 -228631.992734 -0.094 1 -223839.465338 -0.0015 9 -227735.580307 -0.01 1.1 -230073.07789 -0.094 5 -224195.975415 -0.094 9 -224135.425944 -0.0015 13 -226173.9434 -0.01 1.6 -229478.24157 -0.094 13 -224387.727937 -0.094 17 -224340.683967 -0.0015 17 -225144.644804 -0.01 2.1 -229090.738685 -0.094 21 -224562.922829 -0.0015 21 -224415.095353 -0.094 25 -224444.028869 -0.01 2.6 -228490.511635 -0.094 29 -224663.265184 -0.0015 25 -223890.044128 -0.094 33 -224568.929794 -0.01 3.1 -228103.572633 -0.094 37 -224788.547791 -0.0015 29 -223487.664263 -0.094 41 -225048.705982 -0.01 3.6 -228004.511256 -0.094 45 -225037.782688 -0.0015 33 -223177.529443 -0.094 49 -225186.841173 -0.01 4.1 -227687.474847 -0.094 53 -225207.584722 -0.0015 37 -222935.605206 -0.094 57 -225375.858179 -0.01 4.6 -227441.706264 -0.0015 41 -222745.593948 -0.094 61 -225337.623757 -0.094 65 -225555.976015 -0.01 5.1 -226951.583427 -0.0015 45 -222595.973446 -0.094 69 -225785.759685 -0.094 73 -225973.975802 -0.01 5.6 -226808.810714 -0.0015 49 -222478.446237 -0.094 77 -226017.164798 -0.01 6.1 -226648.863618 -0.094 81 -226006.621418 -0.0015 53 -222386.873061 -0.094 85 -226161.254662 -0.01 6.6 -226512.729304 -0.094 89 -226165.771795 -0.0015 57 -222316.510621 -0.094 93 -226284.742704 -0.01 7.1 -226338.267648 -0.0015 61 -222263.51376 -0.094 97 -226283.644024 -0.094 101 -226678.581176 -0.01 7.6 -226133.846448 -0.0015 65 -222225.113781 -0.094 105 -226668.80948 -0.094 109 -226788.250046 -0.01 8.1 -225958.553002 -0.0015 69 -222199.087739 -0.094 113 -226788.654324 -0.094 117 -226789.594879 -0.0015 73 -222183.569658 -0.01 8.6 -225801.287128 -0.094 121 -226950.939634 -0.094 125 -226993.452889 -0.0015 77 -222176.939731 -0.01 9.1 -225629.328693 -0.094 129 -227163.37161 -0.094 133 -227315.662456 -0.0015 81 -222178.089188 -0.01 9.6 -225470.130336 -0.094 137 -227425.651375 -0.094 141 -227414.125423 -0.0015 85 -222185.82689 -0.012 0.1 -230182.686926 -0.094 145 -227538.060391 -0.094 149 -227531.700345 -0.0015 89 -222199.262055 -0.012 0.6 -229645.968941 -0.094 153 -227648.956579 -0.094 157 -227680.119629 -0.0015 93 -222217.674209 -0.012 1.1 -229147.458233 -0.094 161 -227708.272366 -0.0015 97 -222240.501595 -0.094 165 -227826.958387 -0.012 1.6 -228719.127815 -0.094 169 -228003.386234 -0.0015 101 -222267.125357 -0.094 173 -228103.609742 -0.012 2.1 -228319.386304 -0.094 177 -228144.922377 -0.0015 105 -222297.111745 -0.094 181 -228266.666825 -0.012 2.6 -227948.99103 -0.094 185 -228325.249861 -0.0015 109 -222330.020254 -0.012 3.1 -227691.554637 -0.094 189 -228418.086787 -0.094 193 -228436.649479 -0.0015 113 -222365.512239 -0.012 3.6 -227396.572242 -0.094 197 -228531.403071 -0.0015 117 -222403.297312 -0.096 1 -223953.442454 -0.012 4.1 -226954.162791 -0.096 5 -224277.780013 -0.0015 121 -222443.15052 -0.096 9 -224256.070444 -0.012 4.6 -226760.26248 -0.096 13 -224492.689133 -0.0015 125 -222484.741121 -0.096 17 -224680.221843 -0.012 5.1 -226528.158563 -0.096 21 -224657.690297 -0.0015 129 -222527.863194 -0.096 25 -224833.780577 -0.012 5.6 -226399.153795 -0.0015 133 -222572.386281 -0.096 29 -224690.419024 -0.012 6.1 -226187.391056 -0.0015 137 -222618.12972 -0.096 33 -224996.194945 -0.0015 141 -222664.941688 -0.012 6.6 -226004.427693 -0.0015 145 -222712.689037 -0.096 37 -224885.731428 -0.0015 149 -222761.171724 -0.012 7.1 -225853.468557 -0.0015 153 -222810.356963 -0.096 41 -225083.802144 -0.0015 157 -222860.148731 -0.012 7.6 -225698.508309 -0.0015 161 -222910.448729 -0.096 45 -225042.431367 -0.0015 165 -222961.234788 -0.012 8.1 -225512.755134 -0.0015 169 -223012.397857 -0.096 49 -225225.284492 -0.0015 173 -223063.889274 -0.012 8.6 -225528.505397 -0.096 53 -225216.579125 -0.0015 177 -223115.676552 -0.012 9.1 -225313.573352 -0.0015 181 -223167.703145 -0.096 57 -225387.99996 -0.0015 185 -223219.90772 -0.012 9.6 -225233.070532 -0.0015 189 -223272.230364 -0.096 61 -225485.469267 -0.0015 193 -223324.653355 -0.014 0.1 -229188.12081 -0.0015 197 -223377.136883 -0.096 65 -225511.901259 -0.0025 1 -236555.567289 -0.014 0.6 -228783.154347 -0.0025 5 -229965.976006 -0.096 69 -225649.030986 -0.0025 9 -227387.199093 -0.014 1.1 -228276.042238 -0.096 73 -225642.674636 -0.0025 13 -225890.530387 -0.014 1.6 -227996.777419 -0.0025 17 -224904.852689 -0.096 77 -225838.143938 -0.0025 21 -224206.745911 -0.014 2.1 -227596.250416 -0.0025 25 -223684.887613 -0.096 81 -225843.426491 -0.0025 29 -223298.410701 -0.014 2.6 -227192.367367 -0.0025 33 -223000.146715 -0.096 85 -226057.208205 -0.0025 37 -222761.961341 -0.014 3.1 -227142.424702 -0.0025 41 -222573.93054 -0.096 89 -226085.668533 -0.014 3.6 -226869.586595 -0.0025 45 -222425.088134 -0.096 93 -226203.437015 -0.014 4.1 -226438.036472 -0.0025 49 -222307.964404 -0.014 4.6 -226443.644732 -0.096 97 -226397.39272 -0.014 5.1 -226281.354095 -0.0025 53 -222216.576138 -0.014 5.6 -225970.258614 -0.096 101 -226325.684476 -0.014 6.1 -225803.928904 -0.0025 57 -222146.343706 -0.014 6.6 -225782.872612 -0.096 105 -226464.088061 -0.014 7.1 -225529.250044 -0.0025 61 -222093.413379 -0.014 7.6 -225411.238354 -0.096 109 -226508.553924 -0.014 8.1 -225266.380595 -0.0025 65 -222055.075627 -0.014 8.6 -225152.446076 -0.096 113 -226631.308611 -0.014 9.1 -225006.991595 -0.0025 69 -222029.052198 -0.014 9.6 -224901.334554 -0.096 117 -226577.875417 -0.016 0.1 -228355.755317 -0.0025 73 -222013.534117 -0.016 0.6 -228046.414593 -0.096 121 -226734.564645 -0.016 1.1 -227704.122764 -0.0025 77 -222006.90419 -0.016 1.6 -227042.678936 -0.096 125 -226705.239842 -0.0025 81 -222008.053647 -0.016 2.1 -227136.290196 -0.096 129 -226858.556265 -0.016 2.6 -226880.57259 -0.0025 85 -222015.791349 -0.016 3.1 -226664.108297 -0.096 133 -226845.022707 -0.016 3.6 -226408.030493 -0.0025 89 -222029.226514 -0.016 4.1 -225958.852925 -0.096 137 -226976.873497 -0.016 4.6 -225843.904704 -0.0025 93 -222047.638668 -0.016 5.1 -225865.050596 -0.096 141 -227110.026816 -0.016 5.6 -225736.613587 -0.0025 97 -222070.466054 -0.016 6.1 -225461.642734 -0.096 145 -227118.219636 -0.0025 101 -222097.089816 -0.016 6.6 -225355.434996 -0.016 7.1 -225188.388852 -0.096 149 -227210.810857 -0.0025 105 -222127.076204 -0.016 7.6 -225102.002101 -0.016 8.1 -224944.220393 -0.096 153 -227245.020836 -0.0025 109 -222159.984713 -0.016 8.6 -224854.59322 -0.016 9.1 -224801.999251 -0.096 157 -227559.863991 -0.0025 113 -222195.476698 -0.016 9.6 -224684.475078 -0.018 0.1 -227649.192611 -0.096 161 -227607.141782 -0.0025 117 -222233.261771 -0.018 0.6 -227420.467708 -0.018 1.1 -227129.291529 -0.096 165 -227717.187754 -0.0025 121 -222273.114979 -0.018 1.6 -226727.877105 -0.018 2.1 -226631.368915 -0.096 169 -227709.024502 -0.0025 125 -222314.70558 -0.018 2.6 -226437.686773 -0.018 3.1 -225888.718079 -0.096 173 -227830.239013 -0.0025 129 -222357.827653 -0.018 3.6 -226061.153548 -0.018 4.1 -225616.042297 -0.096 177 -227842.41983 -0.0025 133 -222402.35074 -0.018 4.6 -225745.33989 -0.018 5.1 -225386.232432 -0.0025 137 -222448.094179 -0.096 181 -227915.94362 -0.0025 141 -222494.906147 -0.018 5.6 -225431.728648 -0.0025 145 -222542.653496 -0.096 185 -228064.039496 -0.0025 149 -222591.136183 -0.018 6.1 -225146.008066 -0.0025 153 -222640.321422 -0.096 189 -228120.65577 -0.0025 157 -222690.11319 -0.018 6.6 -224988.119038 -0.0025 161 -222740.413188 -0.096 193 -228209.010046 -0.0025 165 -222791.199247 -0.018 7.1 -224903.54046 -0.096 197 -228283.701948 -0.0025 169 -222842.362316 -0.0025 173 -222893.853733 -0.018 7.6 -224874.049232 -0.098 1 -224044.269836 -0.0025 177 -222945.641011 -0.018 8.1 -224838.805232 -0.0025 181 -222997.667604 -0.098 5 -224371.34749 -0.0025 185 -223049.872179 -0.018 8.6 -224648.580043 -0.0025 189 -223102.194823 -0.098 9 -224650.206529 -0.0025 193 -223154.617813 -0.018 9.1 -224606.958267 -0.0025 197 -223207.101342 -0.098 13 -224638.487344 -0.003 1 -235881.885436 -0.018 9.6 -224509.673453 -0.003 5 -229686.633994 -0.098 17 -224868.908479 -0.003 9 -227232.264214 -0.02 0.1 -227041.580007 -0.003 13 -225759.209964 -0.098 21 -225089.298545 -0.003 17 -224818.421478 -0.02 0.6 -226847.610858 -0.098 25 -224924.723825 -0.003 21 -224140.040796 -0.003 25 -223627.105419 -0.02 1.1 -226629.131148 -0.098 29 -225175.747255 -0.003 29 -223247.060163 -0.098 33 -225435.462658 -0.02 1.6 -226412.844859 -0.003 33 -222947.28039 -0.098 37 -225254.605965 -0.098 41 -225404.387041 -0.02 2.1 -225875.524519 -0.003 37 -222700.46433 -0.098 45 -225362.142037 -0.098 49 -225554.484384 -0.02 2.6 -226004.35699 -0.003 41 -222526.196271 -0.098 53 -225677.237261 -0.02 3.1 -225872.075457 -0.098 57 -225648.353269 -0.003 45 -222373.705032 -0.098 61 -225859.482329 -0.02 3.6 -225670.237832 -0.098 65 -225941.104842 -0.003 49 -222263.654328 -0.098 69 -225929.825933 -0.02 4.1 -225496.167551 -0.098 73 -226042.948017 -0.003 53 -222172.832382 -0.098 77 -226228.288415 -0.02 4.6 -225389.137295 -0.098 81 -226257.76361 -0.003 57 -222097.082049 -0.098 85 -226383.808328 -0.02 5.1 -225061.249155 -0.003 61 -222044.304106 -0.098 89 -226375.425694 -0.098 93 -226522.352475 -0.02 5.6 -224967.084277 -0.003 65 -222011.834002 -0.098 97 -226727.519612 -0.098 101 -226749.742838 -0.02 6.1 -224849.213023 -0.003 69 -221985.908122 -0.098 105 -226864.243249 -0.098 109 -226966.265484 -0.02 6.6 -224772.21392 -0.003 73 -221970.445111 -0.098 113 -227025.398701 -0.003 77 -221963.867249 -0.02 7.1 -224848.337472 -0.098 117 -227157.525553 -0.003 81 -221965.036573 -0.098 121 -227313.77751 -0.02 7.6 -224626.867334 -0.003 85 -221972.774275 -0.098 125 -227235.544936 -0.098 129 -227345.686184 -0.02 8.1 -224515.211332 -0.003 89 -221986.209439 -0.098 133 -227338.649584 -0.098 137 -227467.160343 -0.02 8.6 -224485.872487 -0.003 93 -222004.621593 -0.098 141 -227546.150165 -0.098 145 -227584.712548 -0.02 9.1 -224399.247173 -0.003 97 -222027.448979 -0.098 149 -227685.694507 -0.098 153 -227791.068273 -0.02 9.6 -224277.622361 -0.003 101 -222054.072742 -0.098 157 -227752.136014 -0.098 161 -227870.002263 -0.022 0.1 -226514.871258 -0.003 105 -222084.059129 -0.098 165 -227973.395685 -0.098 169 -227924.029641 -0.022 0.6 -226387.869515 -0.003 109 -222116.967638 -0.098 173 -228013.810963 -0.098 177 -228058.649958 -0.022 1.1 -226087.415447 -0.003 113 -222152.459623 -0.098 181 -228152.037157 -0.098 185 -228262.415821 -0.003 117 -222190.244696 -0.022 1.6 -225981.636154 -0.098 189 -228303.046269 -0.098 193 -228426.543219 -0.022 2.1 -225492.834708 -0.003 121 -222230.097905 -0.098 197 -228535.454235 -0.022 2.6 -225275.938245 -0.003 125 -222271.688505 -0.003 129 -222314.810578 -0.022 3.1 -225542.900944 -0.003 133 -222359.333665 -0.022 3.6 -225405.056383 -0.003 137 -222405.077104 -0.022 4.1 -225227.004482 -0.022 4.6 -225076.61355 -0.003 141 -222451.889073 -0.022 5.1 -225046.627347 -0.003 145 -222499.636422 -0.022 5.6 -224890.42075 -0.003 149 -222548.119108 -0.022 6.1 -224593.400382 -0.003 153 -222597.304347 -0.022 6.6 -224562.267927 -0.003 157 -222647.096115 -0.003 161 -222697.396113 -0.022 7.1 -224423.053577 -0.003 165 -222748.182172 -0.022 7.6 -224390.283351 -0.022 8.1 -224335.376825 -0.003 169 -222799.345241 -0.022 8.6 -224246.317901 -0.003 173 -222850.836658 -0.022 9.1 -224191.006986 -0.003 177 -222902.623936 -0.022 9.6 -224180.910439 -0.003 181 -222954.650529 -0.024 0.1 -226055.052566 -0.003 185 -223006.855104 -0.024 0.6 -225971.189529 -0.003 189 -223059.177748 -0.024 1.1 -225801.584771 -0.003 193 -223111.600739 -0.024 1.6 -225628.933019 -0.003 197 -223164.084268 -0.024 2.1 -225500.851698 -0.024 2.6 -225369.937636 -0.024 3.1 -225149.213224 -0.024 3.6 -225133.605753 -0.024 4.1 -224674.792235 -0.024 4.6 -224909.871159 -0.024 5.1 -224740.938122 -0.024 5.6 -224419.062836 -0.024 6.1 -224440.415989 -0.024 6.6 -224530.943012 -0.024 7.1 -224255.955242 -0.024 7.6 -224195.243789 -0.024 8.1 -224327.025278 -0.024 8.6 -224088.898249 -0.024 9.1 -224060.394897 -0.024 9.6 -224001.320149 -0.026 0.1 -225651.482184 -0.026 0.6 -225596.003881 -0.026 1.1 -225457.554568 -0.026 1.6 -225203.847588 -0.026 2.1 -225190.641959 -0.026 2.6 -224760.689232 -0.026 3.1 -224974.662759 -0.026 3.6 -224433.935162 -0.026 4.1 -224748.765181 -0.026 4.6 -224365.605264 -0.026 5.1 -224615.101542 -0.026 5.6 -224281.31273 -0.026 6.1 -224410.358858 -0.026 6.6 -224145.606568 -0.026 7.1 -224097.075211 -0.026 7.6 -224002.929934 -0.026 8.1 -224018.690263 -0.026 8.6 -223948.733902 -0.026 9.1 -223912.490206 -0.026 9.6 -223829.425467 -0.028 0.1 -225295.888569 -0.028 0.6 -225262.269181 -0.028 1.1 -224573.728653 -0.028 1.6 -225008.519942 -0.028 2.1 -224915.527376 -0.028 2.6 -224811.890318 -0.028 3.1 -224750.891421 -0.028 3.6 -224364.787045 -0.028 4.1 -224579.47318 -0.028 4.6 -224515.648859 -0.028 5.1 -224151.536336 -0.028 5.6 -224366.912265 -0.028 6.1 -224123.312186 -0.028 6.6 -224014.906704 -0.028 7.1 -223931.564265 -0.028 7.6 -223877.99397 -0.028 8.1 -223855.664581 -0.028 8.6 -223795.122922 -0.028 9.1 -223759.818293 -0.028 9.6 -223697.299635 -0.03 0.1 -224981.715007 -0.03 0.6 -224968.487717 -0.03 1.1 -224758.284371 -0.03 1.6 -224239.501344 -0.03 2.1 -224685.986347 -0.03 2.6 -224618.194022 -0.03 3.1 -224529.055457 -0.03 3.6 -224091.89521 -0.03 4.1 -224320.002139 -0.03 4.6 -224284.200128 -0.03 5.1 -223904.767057 -0.03 5.6 -223886.523736 -0.03 6.1 -223906.139776 -0.03 6.6 -224034.058274 -0.03 7.1 -223791.072934 -0.03 7.6 -223738.134908 -0.03 8.1 -223714.970609 -0.03 8.6 -223737.375825 -0.03 9.1 -223625.225213 -0.03 9.6 -223611.835837 -0.032 0.1 -224703.676195 -0.032 0.6 -224570.82184 -0.032 1.1 -224638.220147 -0.032 1.6 -224563.060987 -0.032 2.1 -224375.809732 -0.032 2.6 -224091.647925 -0.032 3.1 -223981.521202 -0.032 3.6 -224236.079134 -0.032 4.1 -224153.484547 -0.032 4.6 -224159.567401 -0.032 5.1 -224088.481833 -0.032 5.6 -223720.403662 -0.032 6.1 -223708.959412 -0.032 6.6 -223703.638189 -0.032 7.1 -223659.255828 -0.032 7.6 -223688.110654 -0.032 8.1 -223827.029772 -0.032 8.6 -223596.794013 -0.032 9.1 -223606.906262 -0.032 9.6 -223547.894002 -0.034 0.1 -224457.449473 -0.034 0.6 -224479.17998 -0.034 1.1 -224406.206778 -0.034 1.6 -224266.020695 -0.034 2.1 -224302.117546 -0.034 2.6 -224142.085506 -0.034 3.1 -224162.214986 -0.034 3.6 -224032.959172 -0.034 4.1 -224029.325119 -0.034 4.6 -224046.518874 -0.034 5.1 -223925.598833 -0.034 5.6 -223687.669766 -0.034 6.1 -223570.093268 -0.034 6.6 -223573.85841 -0.034 7.1 -223569.988802 -0.034 7.6 -223547.342106 -0.034 8.1 -223543.412654 -0.034 8.6 -223497.064768 -0.034 9.1 -223428.919477 -0.034 9.6 -223451.830168 -0.036 0.1 -224239.454459 -0.036 0.6 -224275.163471 -0.036 1.1 -224233.850486 -0.036 1.6 -223649.555417 -0.036 2.1 -223618.593366 -0.036 2.6 -223684.994138 -0.036 3.1 -223643.809583 -0.036 3.6 -223642.452767 -0.036 4.1 -223610.218522 -0.036 4.6 -223571.882289 -0.036 5.1 -223528.376004 -0.036 5.6 -223444.23453 -0.036 6.1 -223514.24547 -0.036 6.6 -223715.48673 -0.036 7.1 -223687.506839 -0.036 7.6 -223706.655818 -0.036 8.1 -223675.152024 -0.036 8.6 -223624.380137 -0.036 9.1 -223455.58056 -0.036 9.6 -223397.653519 -0.038 0.1 -224046.692338 -0.038 0.6 -224095.651349 -0.038 1.1 -223961.724543 -0.038 1.6 -224029.055233 -0.038 2.1 -223989.821137 -0.038 2.6 -223843.40695 -0.038 3.1 -223897.839629 -0.038 3.6 -223856.007701 -0.038 4.1 -223419.583419 -0.038 4.6 -223473.456695 -0.038 5.1 -223436.185968 -0.038 5.6 -223388.719249 -0.038 6.1 -223329.119959 -0.038 6.6 -223685.808498 -0.038 7.1 -223618.964075 -0.038 7.6 -223371.736324 -0.038 8.1 -223347.773314 -0.038 8.6 -223344.548274 -0.038 9.1 -223268.151993 -0.038 9.6 -223379.198577 -0.04 0.1 -223876.626417 -0.04 0.6 -223366.497981 -0.04 1.1 -223885.719236 -0.04 1.6 -223767.229086 -0.04 2.1 -223858.9206 -0.04 2.6 -223831.40673 -0.04 3.1 -223426.707813 -0.04 3.6 -223390.008397 -0.04 4.1 -223652.609303 -0.04 4.6 -223721.067999 -0.04 5.1 -223370.475216 -0.04 5.6 -223331.859097 -0.04 6.1 -223297.831001 -0.04 6.6 -223245.164877 -0.04 7.1 -223601.945692 -0.04 7.6 -223284.502631 -0.04 8.1 -223303.737917 -0.04 8.6 -223238.399861 -0.04 9.1 -223287.613018 -0.04 9.6 -223281.118295 -0.042 0.1 -223727.091865 -0.042 0.6 -223791.862156 -0.042 1.1 -223779.388486 -0.042 1.6 -223763.542285 -0.042 2.1 -223655.943531 -0.042 2.6 -223203.701279 -0.042 3.1 -223644.694634 -0.042 3.6 -223687.235953 -0.042 4.1 -223342.563533 -0.042 4.6 -223231.152914 -0.042 5.1 -223580.760043 -0.042 5.6 -223554.557129 -0.042 6.1 -223269.758214 -0.042 6.6 -223247.725825 -0.042 7.1 -223489.257415 -0.042 7.6 -223227.475482 -0.042 8.1 -223231.278503 -0.042 8.6 -223255.109018 -0.042 9.1 -223230.076121 -0.042 9.6 -223242.953027 -0.044 0.1 -223596.226458 -0.044 0.6 -223663.700584 -0.044 1.1 -223662.474114 -0.044 1.6 -223656.641549 -0.044 2.1 -223141.888573 -0.044 2.6 -223633.930065 -0.044 3.1 -223578.164927 -0.044 3.6 -223147.112937 -0.044 4.1 -223518.2084 -0.044 4.6 -223486.025259 -0.044 5.1 -223162.302271 -0.044 5.6 -223231.260588 -0.044 6.1 -223487.728292 -0.044 6.6 -223215.698035 -0.044 7.1 -223198.725743 -0.044 7.6 -223404.312038 -0.044 8.1 -223151.141817 -0.044 8.6 -223192.883418 -0.044 9.1 -223223.960013 -0.044 9.6 -223212.642958 -0.046 0.1 -223482.416736 -0.046 0.6 -223552.264708 -0.046 1.1 -223562.023095 -0.046 1.6 -223073.886494 -0.046 2.1 -223560.758546 -0.046 2.6 -223539.239911 -0.046 3.1 -223160.293146 -0.046 3.6 -223529.915468 -0.046 4.1 -223183.433145 -0.046 4.6 -223142.092742 -0.046 5.1 -223427.489493 -0.046 5.6 -223113.960402 -0.046 6.1 -223177.316244 -0.046 6.6 -223443.511128 -0.046 7.1 -223152.634468 -0.046 7.6 -223167.407756 -0.046 8.1 -223153.359094 -0.046 8.6 -223128.217049 -0.046 9.1 -223134.87004 -0.046 9.6 -223136.597871 -0.048 0.1 -223384.25563 -0.048 0.6 -223456.381173 -0.048 1.1 -223476.678907 -0.048 1.6 -223390.199808 -0.048 2.1 -223373.670009 -0.048 2.6 -222915.523026 -0.048 3.1 -223371.808997 -0.048 3.6 -223385.016996 -0.048 4.1 -223018.057475 -0.048 4.6 -223406.666954 -0.048 5.1 -223098.277246 -0.048 5.6 -223383.274832 -0.048 6.1 -223100.133347 -0.048 6.6 -223220.596989 -0.048 7.1 -223157.805031 -0.048 7.6 -223139.438597 -0.048 8.1 -223408.897729 -0.048 8.6 -223141.18573 -0.048 9.1 -223159.104732 -0.048 9.6 -223152.734324 -0.05 0.1 -223300.50874 -0.05 0.6 -223374.82346 -0.05 1.1 -223255.773315 -0.05 1.6 -223417.741744 -0.05 2.1 -223424.604999 -0.05 2.6 -223419.761814 -0.05 3.1 -223436.119211 -0.05 3.6 -223022.234425 -0.05 4.1 -223432.073319 -0.05 4.6 -223010.369597 -0.05 5.1 -223358.173859 -0.05 5.6 -223076.61868 -0.05 6.1 -223349.252238 -0.05 6.6 -223097.244068 -0.05 7.1 -223149.186686 -0.05 7.6 -223084.77722 -0.05 8.1 -223134.969576 -0.05 8.6 -223131.262287 -0.05 9.1 -223142.932878 -0.05 9.6 -223215.444447 -0.052 0.1 -223230.087233 -0.052 0.6 -223194.411045 -0.052 1.1 -223345.27165 -0.052 1.6 -223333.834269 -0.052 2.1 -222921.59133 -0.052 2.6 -223386.007774 -0.052 3.1 -222827.510728 -0.052 3.6 -223292.906874 -0.052 4.1 -222985.233032 -0.052 4.6 -223307.66359 -0.052 5.1 -223080.917886 -0.052 5.6 -223344.519388 -0.052 6.1 -223081.752631 -0.052 6.6 -223353.838892 -0.052 7.1 -223097.135643 -0.052 7.6 -223140.094631 -0.052 8.1 -223091.067206 -0.052 8.6 -223143.73043 -0.052 9.1 -223142.507675 -0.052 9.6 -223157.382726 -0.054 0.1 -223172.025861 -0.054 0.6 -223250.049221 -0.054 1.1 -222788.095194 -0.054 1.6 -223287.569166 -0.054 2.1 -222869.07187 -0.054 2.6 -223247.508828 -0.054 3.1 -222813.057061 -0.054 3.6 -223351.588908 -0.054 4.1 -222982.031196 -0.054 4.6 -223332.723478 -0.054 5.1 -223302.791792 -0.054 5.6 -222999.315095 -0.054 6.1 -223412.192885 -0.054 6.6 -223089.291568 -0.054 7.1 -223360.613216 -0.054 7.6 -223101.502252 -0.054 8.1 -223401.863403 -0.054 8.6 -223120.835362 -0.054 9.1 -223172.215397 -0.054 9.6 -223165.600793 -0.056 0.1 -223125.464974 -0.056 0.6 -223203.950142 -0.056 1.1 -223259.075948 -0.056 1.6 -223277.822527 -0.056 2.1 -223199.039573 -0.056 2.6 -223215.787321 -0.056 3.1 -223328.686885 -0.056 3.6 -222888.957524 -0.056 4.1 -223290.991691 -0.056 4.6 -222960.797267 -0.056 5.1 -223384.338054 -0.056 5.6 -222989.534816 -0.056 6.1 -223015.342796 -0.056 6.6 -223354.499823 -0.056 7.1 -223109.353576 -0.056 7.6 -223365.651733 -0.056 8.1 -223126.455154 -0.056 8.6 -223151.360264 -0.056 9.1 -223150.512275 -0.056 9.6 -223203.15239 -0.058 0.1 -223089.635693 -0.058 0.6 -223168.567408 -0.058 1.1 -223225.33055 -0.058 1.6 -223252.67315 -0.058 2.1 -223189.576981 -0.058 2.6 -222869.296448 -0.058 3.1 -223312.803349 -0.058 3.6 -222797.7471 -0.058 4.1 -223342.742085 -0.058 4.6 -223347.926168 -0.058 5.1 -222982.113322 -0.058 5.6 -223312.766682 -0.058 6.1 -223102.65835 -0.058 6.6 -223020.965216 -0.058 7.1 -223369.19986 -0.058 7.6 -223045.946092 -0.058 8.1 -223131.758297 -0.058 8.6 -223162.173218 -0.058 9.1 -223128.632367 -0.058 9.6 -223251.912135 -0.06 0.1 -223063.847598 -0.06 0.6 -223143.211637 -0.06 1.1 -223201.559965 -0.06 1.6 -223126.774248 -0.06 2.1 -223266.442419 -0.06 2.6 -222861.26964 -0.06 3.1 -223222.420134 -0.06 3.6 -223345.994342 -0.06 4.1 -222922.195864 -0.06 4.6 -223307.467507 -0.06 5.1 -223345.174644 -0.06 5.6 -223006.772938 -0.06 6.1 -223354.091714 -0.06 6.6 -223058.296155 -0.06 7.1 -223086.786757 -0.06 7.6 -223427.480187 -0.06 8.1 -223099.61492 -0.06 8.6 -223175.227705 -0.06 9.1 -223207.833989 -0.06 9.6 -223176.321001 -0.062 0.1 -223047.478438 -0.062 0.6 -223127.261514 -0.062 1.1 -223187.146311 -0.062 1.6 -222616.305249 -0.062 2.1 -223236.474586 -0.062 2.6 -223280.726995 -0.062 3.1 -222795.236453 -0.062 3.6 -223334.972433 -0.062 4.1 -223283.255343 -0.062 4.6 -222937.424517 -0.062 5.1 -223305.088938 -0.062 5.6 -223031.799511 -0.062 6.1 -223103.458459 -0.062 6.6 -223395.309262 -0.062 7.1 -223105.15555 -0.062 7.6 -223135.066374 -0.062 8.1 -223163.940965 -0.062 8.6 -223151.755448 -0.062 9.1 -223243.819293 -0.062 9.6 -223276.883959 -0.064 0.1 -223039.965469 -0.064 0.6 -223120.155143 -0.064 1.1 -223168.395683 -0.064 1.6 -222728.508778 -0.064 2.1 -223238.991035 -0.064 2.6 -223197.172828 -0.064 3.1 -222902.293814 -0.064 3.6 -223251.094147 -0.064 4.1 -223295.089665 -0.064 4.6 -222876.718753 -0.064 5.1 -222895.739757 -0.064 5.6 -223419.293431 -0.064 6.1 -223064.699833 -0.064 6.6 -223070.071241 -0.064 7.1 -223109.303864 -0.064 7.6 -223161.315112 -0.064 8.1 -223192.360463 -0.064 8.6 -223222.132405 -0.064 9.1 -223212.608306 -0.064 9.6 -223304.884254 -0.066 0.1 -223040.798131 -0.066 0.6 -223121.382733 -0.066 1.1 -223171.071343 -0.066 1.6 -223211.755554 -0.066 2.1 -223273.413658 -0.066 2.6 -223222.24677 -0.066 3.1 -223346.038563 -0.066 3.6 -222868.343034 -0.066 4.1 -223394.538469 -0.066 4.6 -223347.473709 -0.066 5.1 -223013.033537 -0.066 5.6 -222955.977194 -0.066 6.1 -223457.107585 -0.066 6.6 -223135.955648 -0.066 7.1 -223124.448192 -0.066 7.6 -223145.956075 -0.066 8.1 -223204.821598 -0.066 8.6 -223247.30375 -0.066 9.1 -223272.574208 -0.066 9.6 -223220.531247 -0.068 0.1 -223049.511813 -0.068 0.6 -223099.668637 -0.068 1.1 -223194.66596 -0.068 1.6 -223251.409084 -0.068 2.1 -222839.888444 -0.068 2.6 -223327.875558 -0.068 3.1 -223268.560893 -0.068 3.6 -222983.153319 -0.068 4.1 -222921.594257 -0.068 4.6 -223374.457442 -0.068 5.1 -223395.547194 -0.068 5.6 -222964.471013 -0.068 6.1 -223024.522071 -0.068 6.6 -223520.755731 -0.068 7.1 -223205.037731 -0.068 7.6 -223212.620619 -0.068 8.1 -223217.25196 -0.068 8.6 -223258.479039 -0.068 9.1 -223320.668809 -0.068 9.6 -223346.696274 -0.07 0.1 -223065.682532 -0.07 0.6 -223116.212985 -0.07 1.1 -223114.243471 -0.07 1.6 -223269.323406 -0.07 2.1 -222755.70313 -0.07 2.6 -223330.632039 -0.07 3.1 -223295.130957 -0.07 3.6 -223426.019847 -0.07 4.1 -222954.453746 -0.07 4.6 -223103.347937 -0.07 5.1 -223443.038413 -0.07 5.6 -223540.621409 -0.07 6.1 -223065.227773 -0.07 6.6 -223127.867942 -0.07 7.1 -223172.662271 -0.07 7.6 -223273.966503 -0.07 8.1 -223290.207388 -0.07 8.6 -223303.251226 -0.07 9.1 -223337.353176 -0.07 9.6 -223401.212741 -0.072 0.1 -223088.922349 -0.072 0.6 -223170.493074 -0.072 1.1 -223139.029798 -0.072 1.6 -223294.261352 -0.072 2.1 -222787.645858 -0.072 2.6 -222923.677308 -0.072 3.1 -223328.498901 -0.072 3.6 -223464.561169 -0.072 4.1 -223403.114284 -0.072 4.6 -223035.500746 -0.072 5.1 -223169.813525 -0.072 5.6 -223506.23232 -0.072 6.1 -223616.657606 -0.072 6.6 -223147.78187 -0.072 7.1 -223210.381418 -0.072 7.6 -223265.231855 -0.072 8.1 -223687.566307 -0.072 8.6 -223349.093508 -0.072 9.1 -223388.380129 -0.072 9.6 -223422.932382 -0.074 0.1 -223118.875423 -0.074 0.6 -223200.446148 -0.074 1.1 -223170.490252 -0.074 1.6 -223325.869589 -0.074 2.1 -223354.84739 -0.074 2.6 -222962.379097 -0.074 3.1 -223464.342583 -0.074 3.6 -223410.537691 -0.074 4.1 -223540.140226 -0.074 4.6 -223081.296089 -0.074 5.1 -223135.510532 -0.074 5.6 -223180.158803 -0.074 6.1 -223589.817318 -0.074 6.6 -223605.314907 -0.074 7.1 -223226.880114 -0.074 7.6 -223248.864332 -0.074 8.1 -223354.198855 -0.074 8.6 -223381.632172 -0.074 9.1 -223440.283072 -0.074 9.6 -223457.111137 -0.076 0.1 -223155.214586 -0.076 0.6 -223236.785311 -0.076 1.1 -223305.720936 -0.076 1.6 -223363.823254 -0.076 2.1 -223393.11819 -0.076 2.6 -222925.029488 -0.076 3.1 -223081.285621 -0.076 3.6 -223456.506211 -0.076 4.1 -223586.166406 -0.076 4.6 -223537.760906 -0.076 5.1 -223175.096671 -0.076 5.6 -223307.899491 -0.076 6.1 -223248.428334 -0.076 6.6 -223300.771753 -0.076 7.1 -223695.721473 -0.076 7.6 -223322.350245 -0.076 8.1 -223327.057796 -0.076 8.6 -223449.163868 -0.076 9.1 -223476.855271 -0.076 9.6 -223471.991297 -0.078 0.1 -223197.638365 -0.078 0.6 -223279.20909 -0.078 1.1 -223348.482423 -0.078 1.6 -223395.905818 -0.078 2.1 -223437.427506 -0.078 2.6 -223412.69116 -0.078 3.1 -223108.011309 -0.078 3.6 -223166.043102 -0.078 4.1 -223565.812926 -0.078 4.6 -223679.744745 -0.078 5.1 -223620.369056 -0.078 5.6 -223262.407313 -0.078 6.1 -223331.901173 -0.078 6.6 -223359.546228 -0.078 7.1 -223362.754689 -0.078 7.6 -223792.115922 -0.078 8.1 -223854.389553 -0.078 8.6 -223428.566387 -0.078 9.1 -223542.412049 -0.078 9.6 -223577.69269 -0.08 0.1 -223245.868382 -0.08 0.6 -223327.439107 -0.08 1.1 -223397.042313 -0.08 1.6 -223445.67524 -0.08 2.1 -223514.365128 -0.08 2.6 -223463.945007 -0.08 3.1 -223063.085184 -0.08 3.6 -223237.228989 -0.08 4.1 -223192.858995 -0.08 4.6 -223661.681366 -0.08 5.1 -223771.826729 -0.08 5.6 -223721.169295 -0.08 6.1 -223379.316764 -0.08 6.6 -223411.923174 -0.08 7.1 -223464.003571 -0.08 7.6 -223493.375197 -0.08 8.1 -223517.444676 -0.08 8.6 -223593.43833 -0.08 9.1 -223535.431069 -0.08 9.6 -223648.518962 -0.082 0.1 -223299.647075 -0.082 0.6 -223381.2178 -0.082 1.1 -223451.143432 -0.082 1.6 -223409.615008 -0.082 2.1 -223569.648478 -0.082 2.6 -223598.852841 -0.082 3.1 -223549.941222 -0.082 3.6 -223298.960874 -0.082 4.1 -223255.611898 -0.082 4.6 -223312.486016 -0.082 5.1 -223842.150923 -0.082 5.6 -223785.131297 -0.082 6.1 -223815.199494 -0.082 6.6 -223489.418968 -0.082 7.1 -223533.39309 -0.082 7.6 -223537.306975 -0.082 8.1 -223602.717053 -0.082 8.6 -223626.755276 -0.082 9.1 -223702.07713 -0.082 9.6 -223672.17609 -0.084 0.1 -223358.735688 -0.084 0.6 -223440.306413 -0.084 1.1 -223510.547388 -0.084 1.6 -223470.175221 -0.084 2.1 -223630.208692 -0.084 2.6 -223659.702119 -0.084 3.1 -223636.07526 -0.084 3.6 -223664.541509 -0.084 4.1 -223399.931942 -0.084 4.6 -223371.376739 -0.084 5.1 -223427.341768 -0.084 5.6 -223543.840229 -0.084 6.1 -223896.325079 -0.084 6.6 -223937.828624 -0.084 7.1 -223979.424916 -0.084 7.6 -223647.895614 -0.084 8.1 -223652.017715 -0.084 8.6 -223716.782177 -0.084 9.1 -223740.857661 -0.084 9.6 -223796.392555 -0.086 0.1 -223422.912508 -0.086 0.6 -223504.483233 -0.086 1.1 -223575.032803 -0.086 1.6 -223547.60957 -0.086 2.1 -223695.825624 -0.086 2.6 -223725.60193 -0.086 3.1 -223703.080872 -0.086 3.6 -223731.804284 -0.086 4.1 -223902.029038 -0.086 4.6 -223444.142799 -0.086 5.1 -223500.159261 -0.086 5.6 -223546.497285 -0.086 6.1 -223571.51236 -0.086 6.6 -223615.583346 -0.086 7.1 -223658.583586 -0.086 7.6 -224068.824075 -0.086 8.1 -224133.3136 -0.086 8.6 -223771.21217 -0.086 9.1 -223825.933666 -0.086 9.6 -223789.158652 -0.088 0.1 -223491.971295 -0.088 0.6 -223573.542019 -0.088 1.1 -223644.393751 -0.088 1.6 -223709.146366 -0.088 2.1 -223766.294496 -0.088 2.6 -223796.347783 -0.088 3.1 -223875.456506 -0.088 3.6 -223803.884682 -0.088 4.1 -223855.168065 -0.088 4.6 -224007.9788 -0.088 5.1 -223568.896172 -0.088 5.6 -223624.016585 -0.088 6.1 -223658.04795 -0.088 6.6 -223694.18539 -0.088 7.1 -223726.0803 -0.088 7.6 -223780.223494 -0.088 8.1 -223724.454309 -0.088 8.6 -223871.062405 -0.088 9.1 -223874.176756 -0.088 9.6 -223948.956963 -0.09 0.1 -223565.719894 -0.09 0.6 -223647.290619 -0.09 1.1 -223718.438369 -0.09 1.6 -223783.190984 -0.09 2.1 -223743.069369 -0.09 2.6 -223897.199139 -0.09 3.1 -223926.261051 -0.09 3.6 -223880.593471 -0.09 4.1 -223931.876854 -0.09 4.6 -224084.835598 -0.09 5.1 -224132.120031 -0.09 5.6 -223706.053715 -0.09 6.1 -223751.776596 -0.09 6.6 -223789.721361 -0.09 7.1 -223820.869681 -0.09 7.6 -223863.4447 -0.09 8.1 -223880.434264 -0.09 8.6 -223850.682149 -0.09 9.1 -223958.82872 -0.09 9.6 -223998.977569 -0.092 0.1 -223643.978998 -0.092 0.6 -223725.549723 -0.092 1.1 -223770.557302 -0.092 1.6 -223861.740238 -0.092 2.1 -223822.682504 -0.092 2.6 -223976.812275 -0.092 3.1 -224006.140157 -0.092 3.6 -224083.095228 -0.092 4.1 -224013.037454 -0.092 4.6 -224085.070601 -0.092 5.1 -224213.425706 -0.092 5.6 -224182.222995 -0.092 6.1 -224236.525197 -0.092 6.6 -223871.820494 -0.092 7.1 -223920.651765 -0.092 7.6 -223939.941285 -0.092 8.1 -223993.428138 -0.092 8.6 -224010.214692 -0.092 9.1 -224051.72072 -0.092 9.6 -223998.104916 -0.094 0.1 -223726.581045 -0.094 0.6 -223808.15177 -0.094 1.1 -223853.443883 -0.094 1.6 -223944.62682 -0.094 2.1 -223906.612382 -0.094 2.6 -223976.298216 -0.094 3.1 -224090.330859 -0.094 3.6 -224143.553894 -0.094 4.1 -224098.484854 -0.094 4.6 -224148.72534 -0.094 5.1 -224205.650235 -0.094 5.6 -224345.65416 -0.094 6.1 -224322.968471 -0.094 6.6 -224368.076356 -0.094 7.1 -224401.249755 -0.094 7.6 -224055.181757 -0.094 8.1 -224074.254989 -0.094 8.6 -224127.105883 -0.094 9.1 -224143.688722 -0.094 9.6 -224184.732593 -0.096 0.1 -223813.369227 -0.096 0.6 -223894.939952 -0.096 1.1 -223940.511226 -0.096 1.6 -224031.694162 -0.096 2.1 -223994.703312 -0.096 2.6 -224064.389146 -0.096 3.1 -224178.677686 -0.096 3.6 -224231.90072 -0.096 4.1 -224284.491328 -0.096 4.6 -224238.305124 -0.096 5.1 -224308.824487 -0.096 5.6 -224343.2304 -0.096 6.1 -224481.359978 -0.096 6.6 -224458.633202 -0.096 7.1 -224503.135323 -0.096 7.6 -224535.833655 -0.096 8.1 -224583.369099 -0.096 8.6 -224520.696951 -0.096 9.1 -224264.333222 -0.096 9.6 -224280.7098 -0.098 0.1 -223904.196608 -0.098 0.6 -223985.767333 -0.098 1.1 -224031.612617 -0.098 1.6 -224122.795553 -0.098 2.1 -224184.473875 -0.098 2.6 -224145.906892 -0.098 3.1 -224213.005225 -0.098 3.6 -224324.257988 -0.098 4.1 -224399.273408 -0.098 4.6 -224331.872601 -0.098 5.1 -224381.120217 -0.098 5.6 -224436.934881 -0.098 6.1 -224483.970366 -0.098 6.6 -224615.966142 -0.098 7.1 -224597.661833 -0.098 7.6 -224630.474335 -0.098 8.1 -224678.009779 -0.098 8.6 -224707.416365 -0.098 9.1 -224658.603356 -0.098 9.6 -224688.417897 diff --git a/experiments/old_stuff/results2.txt b/experiments/old_stuff/results2.txt deleted file mode 100644 index 857cc6b..0000000 --- a/experiments/old_stuff/results2.txt +++ /dev/null @@ -1,5223 +0,0 @@ -0.002 1 -330168.152893 -0.002 5 -325483.352055 -0.002 9 -323331.082921 -0.002 13 -321928.30911 -0.002 17 -320897.11968 -0.002 21 -320098.343666 -0.002 25 -319454.136037 -0.002 29 -318952.822912 -0.002 33 -318507.835579 -0.002 37 -318126.886731 -0.002 41 -317815.974576 -0.002 45 -317532.799278 -0.002 49 -317276.204536 -0.05 1 -312480.232766 -0.002 53 -317052.91867 -0.05 5 -312619.31181 -0.002 57 -316852.884693 -0.05 9 -312602.355577 -0.002 61 -316679.00219 -0.05 13 -312803.069366 -0.002 65 -316515.553287 -0.05 17 -312772.102743 -0.002 69 -316366.372395 -0.05 21 -312841.049372 -0.002 73 -316223.619776 -0.05 25 -312929.282151 -0.002 77 -316098.205797 -0.05 29 -312897.380329 -0.002 81 -315988.801494 -0.05 33 -312950.638842 -0.002 85 -315881.835353 -0.05 37 -312981.621998 -0.002 89 -315782.53057 -0.05 41 -313057.744531 -0.002 93 -315690.168177 -0.05 45 -312990.489584 -0.002 97 -315604.152488 -0.05 49 -313162.648165 -0.002 101 -315523.850849 -0.05 53 -313140.325726 -0.002 105 -315448.746687 -0.05 57 -313207.419958 -0.002 109 -315366.105869 -0.05 61 -313233.296988 -0.002 113 -315312.605141 -0.05 65 -313203.434677 -0.002 117 -315244.402362 -0.05 69 -313248.360956 -0.002 121 -315192.239386 -0.05 73 -313174.798842 -0.002 125 -315137.218939 -0.05 77 -313341.939793 -0.002 129 -315085.301521 -0.05 81 -313280.119901 -0.002 133 -315036.381483 -0.05 85 -313311.610652 -0.002 137 -314990.202943 -0.05 89 -313355.22557 -0.002 141 -314946.487349 -0.05 93 -313375.721987 -0.002 145 -314905.125144 -0.05 97 -313348.411436 -0.002 149 -314865.948044 -0.05 101 -313494.582061 -0.002 153 -314828.777131 -0.05 105 -313473.691426 -0.002 157 -314793.346693 -0.05 109 -313373.362442 -0.002 161 -314759.678418 -0.05 113 -313488.311511 -0.002 165 -314727.743928 -0.05 117 -313439.001026 -0.002 169 -314697.37718 -0.05 121 -313509.391211 -0.002 173 -314668.552549 -0.05 125 -313583.613319 -0.002 177 -314641.11553 -0.05 129 -313629.329097 -0.002 181 -314614.911596 -0.05 133 -313627.246173 -0.002 185 -314589.960452 -0.05 137 -313737.755085 -0.002 189 -314566.123257 -0.05 141 -313676.255491 -0.002 193 -314543.381299 -0.05 145 -313658.242515 -0.002 197 -314521.717533 -0.05 149 -313785.082979 -0.004 1 -326146.642117 -0.05 153 -313727.367785 -0.004 5 -323371.534524 -0.05 157 -313745.915838 -0.004 9 -321824.971545 -0.05 161 -313777.532186 -0.004 13 -320743.465257 -0.05 165 -313824.258513 -0.004 17 -319889.358883 -0.05 169 -313802.556235 -0.004 21 -319289.571203 -0.05 173 -313850.719343 -0.004 25 -318774.466788 -0.05 177 -313845.803495 -0.004 29 -318305.878669 -0.05 181 -313776.488567 -0.004 33 -317974.576048 -0.05 185 -313925.183952 -0.004 37 -317633.460367 -0.05 189 -313889.919457 -0.004 41 -317369.236803 -0.05 193 -313921.897342 -0.004 45 -317116.287438 -0.05 197 -313961.554111 -0.004 49 -316891.082155 -0.052 1 -312409.81126 -0.004 53 -316671.78937 -0.052 5 -312550.460775 -0.004 57 -316520.705655 -0.052 9 -312646.261115 -0.004 61 -316342.253332 -0.052 13 -312640.430662 -0.004 65 -316215.933012 -0.052 17 -312669.122983 -0.004 69 -316085.207879 -0.052 21 -312799.620384 -0.004 73 -315949.188151 -0.052 25 -312734.750869 -0.004 77 -315839.560007 -0.052 29 -312901.271574 -0.004 81 -315727.787684 -0.052 33 -312883.113761 -0.004 85 -315634.872634 -0.052 37 -312937.624853 -0.004 89 -315537.928891 -0.052 41 -312986.236122 -0.004 93 -315458.120348 -0.052 45 -312948.15774 -0.004 97 -315378.33263 -0.052 49 -312977.471869 -0.004 101 -315303.552198 -0.052 53 -313071.306268 -0.004 105 -315239.050341 -0.052 57 -313130.791944 -0.004 109 -315173.420114 -0.052 61 -313200.175558 -0.004 113 -315089.851726 -0.052 65 -313128.813043 -0.004 117 -315037.462628 -0.052 69 -313215.488027 -0.004 121 -314988.444634 -0.052 73 -313254.568294 -0.004 125 -314948.04932 -0.052 77 -313171.05634 -0.004 129 -314894.041179 -0.052 81 -313316.362439 -0.004 133 -314837.1702 -0.052 85 -313273.183488 -0.004 137 -314810.276191 -0.052 89 -313310.369661 -0.004 141 -314769.099565 -0.052 93 -313361.411624 -0.004 145 -314730.045203 -0.052 97 -313315.528752 -0.004 149 -314687.489487 -0.052 101 -313358.438763 -0.004 153 -314657.730406 -0.052 105 -313486.347683 -0.004 157 -314624.027808 -0.052 109 -313437.81572 -0.004 161 -314586.476689 -0.052 113 -313495.607783 -0.004 165 -314556.046381 -0.052 117 -313410.826966 -0.004 169 -314527.050731 -0.052 121 -313423.968514 -0.004 173 -314505.028233 -0.052 125 -313471.180362 -0.004 177 -314467.748192 -0.052 129 -313430.733661 -0.004 181 -314448.120725 -0.052 133 -313550.375881 -0.004 185 -314429.631352 -0.052 137 -313543.497835 -0.004 189 -314401.123528 -0.052 141 -313588.181871 -0.004 193 -314384.665092 -0.052 145 -313606.193568 -0.004 197 -314363.700148 -0.052 149 -313585.826729 -0.006 1 -323613.814523 -0.052 153 -313600.376547 -0.006 5 -321748.013727 -0.052 157 -313711.326807 -0.006 9 -320621.082379 -0.052 161 -313637.378642 -0.006 13 -319700.946444 -0.052 165 -313669.956381 -0.006 17 -319118.278767 -0.052 169 -313627.235461 -0.006 21 -318624.806706 -0.052 173 -313641.869294 -0.006 25 -318165.071822 -0.052 177 -313679.458136 -0.006 29 -317798.393461 -0.052 181 -313735.21401 -0.006 33 -317501.635925 -0.052 185 -313751.368834 -0.006 37 -317219.698032 -0.052 189 -313778.888843 -0.006 41 -317009.730952 -0.052 193 -313782.554745 -0.006 45 -316801.41319 -0.052 197 -313791.861739 -0.006 49 -316626.274039 -0.054 1 -312351.749888 -0.006 53 -316439.313738 -0.054 5 -312465.51943 -0.006 57 -316243.112059 -0.054 9 -312590.773673 -0.006 61 -316131.3613 -0.054 13 -312662.631182 -0.006 65 -316005.801707 -0.054 17 -312752.3454 -0.006 69 -315875.806021 -0.054 21 -312740.742559 -0.006 73 -315775.915311 -0.054 25 -312818.633168 -0.006 77 -315668.828418 -0.054 29 -312849.931098 -0.006 81 -315569.306574 -0.054 33 -312951.037202 -0.006 85 -315460.855251 -0.054 37 -312889.124155 -0.006 89 -315419.379173 -0.054 41 -312939.319666 -0.006 93 -315342.360968 -0.054 45 -312995.011848 -0.006 97 -315265.129517 -0.054 49 -313031.283157 -0.006 101 -315187.04315 -0.054 53 -313088.376193 -0.006 105 -315138.34248 -0.054 57 -313057.249 -0.006 109 -315057.861088 -0.054 61 -313090.215613 -0.006 113 -315011.671056 -0.054 65 -313155.985181 -0.006 117 -314968.668062 -0.054 69 -313233.86644 -0.006 121 -314913.360566 -0.054 73 -313185.131079 -0.006 125 -314881.262429 -0.054 77 -313238.308719 -0.006 129 -314831.374096 -0.054 81 -313267.158021 -0.006 133 -314783.955321 -0.054 85 -313283.959676 -0.006 137 -314743.980617 -0.054 89 -313345.203072 -0.006 141 -314706.06298 -0.054 93 -313310.58372 -0.006 145 -314670.062517 -0.054 97 -313352.437964 -0.006 149 -314646.051424 -0.054 101 -313396.600131 -0.006 153 -314603.264815 -0.054 105 -313425.244299 -0.006 157 -314587.438099 -0.054 109 -313447.434547 -0.006 161 -314552.63331 -0.054 113 -313408.744597 -0.006 165 -314509.101516 -0.054 117 -313426.800537 -0.006 169 -314502.600744 -0.054 121 -313475.049189 -0.006 173 -314471.881572 -0.054 125 -313516.729138 -0.006 177 -314442.381196 -0.054 129 -313466.779854 -0.006 181 -314408.861637 -0.054 133 -313507.539117 -0.006 185 -314407.021195 -0.054 137 -313524.691648 -0.006 189 -314360.233639 -0.054 141 -313572.841965 -0.006 193 -314365.466807 -0.054 145 -313617.421958 -0.006 197 -314335.920142 -0.054 149 -313586.967197 -0.008 1 -321008.395703 -0.054 153 -313630.536489 -0.008 5 -320148.006162 -0.054 157 -313667.759869 -0.008 9 -319356.737613 -0.054 161 -313667.565483 -0.008 13 -318908.118816 -0.054 165 -313635.347361 -0.008 17 -318355.143199 -0.054 169 -313643.09816 -0.008 21 -317983.666047 -0.054 173 -313661.651214 -0.008 25 -317682.38811 -0.054 177 -313685.238616 -0.008 29 -317379.603359 -0.054 181 -313722.333657 -0.008 33 -317080.30427 -0.054 185 -313650.82973 -0.008 37 -316865.938324 -0.054 189 -313684.584132 -0.008 41 -316667.415192 -0.054 193 -313712.387653 -0.008 45 -316466.113765 -0.054 197 -313753.923005 -0.008 49 -316341.256898 -0.056 1 -312305.189 -0.008 53 -316158.788202 -0.056 5 -312448.668681 -0.008 57 -316090.240194 -0.056 9 -312563.201087 -0.008 61 -315942.285817 -0.056 13 -312586.138089 -0.008 65 -315838.565748 -0.056 17 -312724.676799 -0.008 69 -315748.501132 -0.056 21 -312789.049817 -0.008 73 -315652.145669 -0.056 25 -312873.340519 -0.008 77 -315529.394153 -0.056 29 -312936.525044 -0.008 81 -315456.123197 -0.056 33 -313001.721172 -0.008 85 -315383.053868 -0.056 37 -313097.281299 -0.008 89 -315329.314282 -0.056 41 -313139.921962 -0.008 93 -315256.390497 -0.056 45 -313185.628631 -0.008 97 -315202.180254 -0.056 49 -313239.755259 -0.008 101 -315132.53582 -0.056 53 -313244.509677 -0.008 105 -315071.406251 -0.056 57 -313206.780021 -0.008 109 -315037.77206 -0.056 61 -313266.208098 -0.008 113 -314978.396257 -0.056 65 -313301.460341 -0.008 117 -314921.813995 -0.056 69 -313366.292899 -0.008 121 -314877.364881 -0.056 73 -313434.956825 -0.008 125 -314839.880934 -0.056 77 -313485.534331 -0.008 129 -314804.50178 -0.056 81 -313541.08921 -0.008 133 -314761.596087 -0.056 85 -313581.176484 -0.008 137 -314720.748353 -0.056 89 -313605.817031 -0.008 141 -314696.157927 -0.056 93 -313607.757906 -0.008 145 -314634.615613 -0.056 97 -313658.81821 -0.008 149 -314627.556521 -0.056 101 -313714.320226 -0.008 153 -314612.300964 -0.056 105 -313768.803592 -0.008 157 -314559.85771 -0.056 109 -313803.479073 -0.008 161 -314552.075004 -0.056 113 -313828.67944 -0.008 165 -314521.598506 -0.056 117 -313762.404659 -0.008 169 -314501.909714 -0.056 121 -313791.668442 -0.008 173 -314483.440229 -0.056 125 -313826.070137 -0.008 177 -314456.418239 -0.056 129 -313853.753916 -0.008 181 -314439.982302 -0.056 133 -313897.568594 -0.008 185 -314405.26417 -0.056 137 -313932.571881 -0.008 189 -314405.125114 -0.056 141 -313947.400516 -0.008 193 -314376.991908 -0.056 145 -313986.788882 -0.008 197 -314373.815738 -0.056 149 -313989.242313 -0.01 1 -320366.91794 -0.056 153 -314038.72388 -0.01 5 -318917.878561 -0.056 157 -314073.73029 -0.01 9 -318751.362882 -0.056 161 -314136.214547 -0.01 13 -318272.257308 -0.056 165 -314164.777112 -0.01 17 -317854.966145 -0.056 169 -314195.255969 -0.01 21 -317421.30206 -0.056 173 -314126.493995 -0.01 25 -317107.30172 -0.056 177 -314150.948384 -0.01 29 -316940.482627 -0.056 181 -314171.907435 -0.01 33 -316725.974735 -0.056 185 -314187.15173 -0.01 37 -316555.344614 -0.056 189 -314199.07198 -0.01 41 -316444.644531 -0.056 193 -314215.866571 -0.01 45 -316241.330708 -0.056 197 -314257.562854 -0.01 49 -316102.823837 -0.058 1 -312269.359719 -0.01 53 -315976.606398 -0.058 5 -312413.881342 -0.01 57 -315883.860695 -0.058 9 -312520.849873 -0.01 61 -315741.613041 -0.058 13 -312598.147266 -0.01 65 -315676.055532 -0.058 17 -312690.028841 -0.01 69 -315571.637376 -0.058 21 -312728.089567 -0.01 73 -315510.24967 -0.058 25 -312854.445743 -0.01 77 -315441.382304 -0.058 29 -312924.165454 -0.01 81 -315355.036777 -0.058 33 -312976.30505 -0.01 85 -315328.44039 -0.058 37 -313030.894606 -0.01 89 -315251.379351 -0.058 41 -313115.453253 -0.01 93 -315164.737251 -0.058 45 -313153.703801 -0.01 97 -315095.433676 -0.058 49 -313200.706433 -0.01 101 -315061.546587 -0.058 53 -313251.105141 -0.01 105 -314994.12882 -0.058 57 -313307.693162 -0.01 109 -314984.61699 -0.058 61 -313345.695071 -0.01 113 -314913.401404 -0.058 65 -313379.231728 -0.01 117 -314894.87779 -0.058 69 -313411.219523 -0.01 121 -314874.052093 -0.058 73 -313450.29006 -0.01 125 -314795.683669 -0.058 77 -313520.934016 -0.01 129 -314783.394302 -0.058 81 -313595.875692 -0.01 133 -314745.428248 -0.058 85 -313641.817716 -0.01 137 -314727.679589 -0.058 89 -313687.24025 -0.01 141 -314693.162417 -0.058 93 -313725.833438 -0.01 145 -314664.788237 -0.058 97 -313752.243224 -0.01 149 -314651.469189 -0.058 101 -313758.734852 -0.01 153 -314630.28327 -0.058 105 -313794.761074 -0.01 157 -314596.44767 -0.058 109 -313860.084422 -0.01 161 -314559.137777 -0.058 113 -313888.859376 -0.01 165 -314559.649723 -0.058 117 -313944.097824 -0.01 169 -314506.02897 -0.058 121 -313974.281334 -0.01 173 -314485.485701 -0.058 125 -314003.210796 -0.01 177 -314493.37706 -0.058 129 -314006.850547 -0.01 181 -314474.549667 -0.058 133 -314051.388249 -0.01 185 -314447.49914 -0.058 137 -314092.702685 -0.01 189 -314434.978261 -0.058 141 -314105.697637 -0.01 193 -314409.41928 -0.058 145 -314150.751076 -0.01 197 -314361.644753 -0.058 149 -314189.932193 -0.012 1 -319220.161582 -0.058 153 -314206.493201 -0.012 5 -318561.063121 -0.058 157 -314228.260931 -0.012 9 -317732.580547 -0.058 161 -314246.344157 -0.012 13 -317679.56053 -0.058 165 -314294.768004 -0.012 17 -317359.277072 -0.058 169 -314331.421742 -0.012 21 -316927.205943 -0.058 173 -314365.1914 -0.012 25 -316729.670406 -0.058 177 -314420.21741 -0.012 29 -316547.846957 -0.058 181 -314433.482828 -0.012 33 -316386.753305 -0.058 185 -314473.753144 -0.012 37 -316288.438675 -0.058 189 -314486.015568 -0.012 41 -316113.45922 -0.058 193 -314517.652505 -0.012 45 -316044.664716 -0.058 197 -314540.225064 -0.012 49 -315859.577911 -0.06 1 -312243.571625 -0.012 53 -315749.972957 -0.06 5 -312359.258311 -0.012 57 -315631.594942 -0.06 9 -312505.009652 -0.012 61 -315573.262016 -0.06 13 -312591.595314 -0.012 65 -315486.289227 -0.06 17 -312646.537898 -0.012 69 -315484.569451 -0.06 21 -312756.90368 -0.012 73 -315387.26731 -0.06 25 -312782.777314 -0.012 77 -315264.078977 -0.06 29 -312898.757039 -0.012 81 -315250.566674 -0.06 33 -312981.977192 -0.012 85 -315240.541887 -0.06 37 -313001.812666 -0.012 89 -315150.436748 -0.06 41 -313079.019433 -0.012 93 -315099.038892 -0.06 45 -313161.300203 -0.012 97 -315050.765527 -0.06 49 -313198.110983 -0.012 101 -314983.371993 -0.06 53 -313254.901973 -0.012 105 -314962.679546 -0.06 57 -313271.318675 -0.012 109 -314926.929191 -0.06 61 -313329.308424 -0.012 113 -314937.673705 -0.06 65 -313385.727938 -0.012 117 -314884.579073 -0.06 69 -313413.317065 -0.012 121 -314837.833716 -0.06 73 -313445.062777 -0.012 125 -314801.600469 -0.06 77 -313493.837219 -0.012 129 -314766.998261 -0.06 81 -313547.415645 -0.012 133 -314756.020145 -0.06 85 -313605.381698 -0.012 137 -314706.99866 -0.06 89 -313664.429038 -0.012 141 -314668.042298 -0.06 93 -313714.245505 -0.012 145 -314700.912129 -0.06 97 -313766.394662 -0.012 149 -314616.095958 -0.06 101 -313795.560311 -0.012 153 -314607.120198 -0.06 105 -313802.040521 -0.012 157 -314585.776632 -0.06 109 -313840.132356 -0.012 161 -314604.971992 -0.06 113 -313869.823518 -0.012 165 -314567.997435 -0.06 117 -313892.981419 -0.012 169 -314553.956491 -0.06 121 -313948.128695 -0.012 173 -314527.677221 -0.06 125 -313969.757054 -0.012 177 -314515.408863 -0.06 129 -314045.062647 -0.012 181 -314495.049773 -0.06 133 -314057.232801 -0.012 185 -314497.425428 -0.06 137 -314065.96901 -0.012 189 -314478.419875 -0.06 141 -314101.328281 -0.012 193 -314446.864376 -0.06 145 -314155.087414 -0.012 197 -314451.207433 -0.06 149 -314167.644605 -0.014 1 -318128.745088 -0.06 153 -314198.877868 -0.014 5 -317666.038434 -0.06 157 -314221.060509 -0.014 9 -317376.377529 -0.06 161 -314277.999498 -0.014 13 -317120.556254 -0.06 165 -314301.762612 -0.014 17 -316695.686536 -0.06 169 -314311.811322 -0.014 21 -316444.287298 -0.06 173 -314334.906199 -0.014 25 -316314.489549 -0.06 177 -314365.400184 -0.014 29 -316193.519144 -0.06 181 -314401.138095 -0.014 33 -316039.650057 -0.06 185 -314431.126778 -0.014 37 -315873.677556 -0.06 189 -314471.627165 -0.014 41 -315871.676916 -0.06 193 -314516.821689 -0.014 45 -315820.202538 -0.06 197 -314548.170077 -0.014 49 -315731.057298 -0.062 1 -312227.202465 -0.014 53 -315573.521717 -0.062 5 -312343.866905 -0.014 57 -315498.485833 -0.062 9 -312474.080798 -0.014 61 -315421.260382 -0.062 13 -312577.561518 -0.014 65 -315341.173886 -0.062 17 -312612.240175 -0.014 69 -315295.206825 -0.062 21 -312741.604467 -0.014 73 -315228.158275 -0.062 25 -312776.662388 -0.014 77 -315130.905072 -0.062 29 -312864.115421 -0.014 81 -315147.144919 -0.062 33 -312960.865156 -0.014 85 -315111.411642 -0.062 37 -313008.644451 -0.014 89 -315074.623161 -0.062 41 -313059.352544 -0.014 93 -314972.583225 -0.062 45 -313120.738753 -0.014 97 -314983.152156 -0.062 49 -313195.988791 -0.014 101 -314949.116027 -0.062 53 -313236.781646 -0.014 105 -314925.602615 -0.062 57 -313286.827316 -0.014 109 -314895.594995 -0.062 61 -313321.436953 -0.014 113 -314850.692365 -0.062 65 -313367.635419 -0.014 117 -314841.63181 -0.062 69 -313401.673113 -0.014 121 -314800.235091 -0.062 73 -313447.347153 -0.014 125 -314794.247434 -0.062 77 -313497.046805 -0.014 129 -314738.767652 -0.062 81 -313529.19862 -0.014 133 -314735.711325 -0.062 85 -313576.713818 -0.014 137 -314687.289652 -0.062 89 -313639.251199 -0.014 141 -314716.418751 -0.062 93 -313673.634313 -0.014 145 -314704.375418 -0.062 97 -313752.659169 -0.014 149 -314655.164308 -0.062 101 -313787.669171 -0.014 153 -314623.865232 -0.062 105 -313835.6546 -0.014 157 -314631.581656 -0.062 109 -313871.945625 -0.014 161 -314597.644885 -0.062 113 -313885.562475 -0.014 165 -314573.073879 -0.062 117 -313925.300917 -0.014 169 -314587.522698 -0.062 121 -313940.432345 -0.014 173 -314568.734512 -0.062 125 -313973.857825 -0.014 177 -314563.50831 -0.062 129 -313998.170231 -0.014 181 -314529.214239 -0.062 133 -314048.69753 -0.014 185 -314520.98659 -0.062 137 -314085.224939 -0.014 189 -314500.51789 -0.062 141 -314136.98133 -0.014 193 -314472.035131 -0.062 145 -314161.577973 -0.014 197 -314473.861837 -0.062 149 -314169.250282 -0.016 1 -316756.876744 -0.062 153 -314197.966991 -0.016 5 -316684.389516 -0.062 157 -314228.983972 -0.016 9 -316552.378972 -0.062 161 -314275.498718 -0.016 13 -316386.630804 -0.062 165 -314297.464855 -0.016 17 -316254.391371 -0.062 169 -314310.7483 -0.016 21 -316150.205796 -0.062 173 -314345.017857 -0.016 25 -316037.996381 -0.062 177 -314362.567794 -0.016 29 -315868.974501 -0.062 181 -314409.242843 -0.016 33 -315765.844489 -0.062 185 -314439.574275 -0.016 37 -315710.867855 -0.062 189 -314445.19466 -0.016 41 -315558.563262 -0.062 193 -314466.641778 -0.016 45 -315556.918882 -0.062 197 -314498.33833 -0.016 49 -315438.80269 -0.064 1 -312219.689496 -0.016 53 -315420.33126 -0.064 5 -312366.812721 -0.016 57 -315431.126688 -0.064 9 -312468.058688 -0.016 61 -315249.849035 -0.064 13 -312563.998537 -0.016 65 -315159.105908 -0.064 17 -312634.866985 -0.016 69 -315083.911597 -0.064 21 -312716.89049 -0.016 73 -315086.092849 -0.064 25 -312822.206527 -0.016 77 -315046.611834 -0.064 29 -312845.923667 -0.016 81 -315030.111346 -0.064 33 -312955.96964 -0.016 85 -314958.504843 -0.064 37 -313015.634574 -0.016 89 -314934.547223 -0.064 41 -313074.675574 -0.016 93 -314896.266147 -0.064 45 -313104.665537 -0.016 97 -314921.187063 -0.064 49 -313182.968014 -0.016 101 -314865.560048 -0.064 53 -313256.377468 -0.016 105 -314889.773774 -0.064 57 -313317.351973 -0.016 109 -314870.723419 -0.064 61 -313344.838161 -0.016 113 -314795.561547 -0.064 65 -313370.394651 -0.016 117 -314783.283265 -0.064 69 -313415.920076 -0.016 121 -314747.419811 -0.064 73 -313478.326898 -0.016 125 -314766.034126 -0.064 77 -313510.30243 -0.016 129 -314720.173451 -0.064 81 -313548.453098 -0.016 133 -314720.627379 -0.064 85 -313578.157871 -0.016 137 -314693.56285 -0.064 89 -313600.960581 -0.016 141 -314667.382258 -0.064 93 -313657.153796 -0.016 145 -314675.036524 -0.064 97 -313715.211567 -0.016 149 -314650.68383 -0.064 101 -313761.262563 -0.016 153 -314651.833005 -0.064 105 -313791.3327 -0.016 157 -314616.647582 -0.064 109 -313854.096655 -0.064 113 -313919.196737 -0.016 161 -314639.747133 -0.064 117 -313938.211092 -0.064 121 -313961.855631 -0.02 1 -316191.228507 -0.016 165 -314614.248874 -0.064 125 -314000.739356 -0.064 129 -314007.175415 -0.02 5 -315374.546024 -0.016 169 -314630.686165 -0.064 133 -314057.944486 -0.064 137 -314073.87962 -0.02 9 -315841.326921 -0.016 173 -314586.096423 -0.064 141 -314107.428164 -0.064 145 -314143.194048 -0.02 13 -315456.991337 -0.016 177 -314562.712376 -0.064 149 -314191.342679 -0.02 17 -315486.547648 -0.064 153 -314210.173382 -0.016 181 -314572.624052 -0.02 21 -315605.751026 -0.02 25 -315272.832153 -0.064 157 -314257.073121 -0.016 185 -314587.251047 -0.02 29 -315332.823689 -0.016 189 -314565.344506 -0.064 161 -314282.629542 -0.02 33 -315204.962806 -0.016 193 -314544.079244 -0.064 165 -314299.573661 -0.02 37 -315146.815205 -0.02 41 -315046.257951 -0.016 197 -314506.745519 -0.064 169 -314337.350911 -0.02 45 -315092.516524 -0.018 1 -316788.84837 -0.02 49 -314944.680095 -0.064 173 -314364.045072 -0.02 53 -314932.416963 -0.018 5 -316540.703336 -0.064 177 -314382.44026 -0.02 57 -314956.682923 -0.02 61 -314894.63456 -0.018 9 -315920.585009 -0.064 181 -314418.792096 -0.02 65 -314908.228223 -0.02 69 -314846.433277 -0.018 13 -315884.125192 -0.064 185 -314438.982898 -0.02 73 -314797.64006 -0.018 17 -315764.99301 -0.02 77 -314828.192577 -0.064 189 -314447.888056 -0.02 81 -314786.661504 -0.018 21 -315930.134809 -0.02 85 -314750.008831 -0.064 193 -314485.453194 -0.02 89 -314796.063222 -0.018 25 -315795.539154 -0.064 197 -314527.96318 -0.02 93 -314722.934949 -0.02 97 -314790.738556 -0.018 29 -315545.38534 -0.066 1 -312220.522157 -0.02 101 -314680.873011 -0.02 105 -314715.714802 -0.018 33 -315481.752902 -0.066 5 -312368.204864 -0.02 109 -314650.471725 -0.02 113 -314733.671124 -0.018 37 -315397.721977 -0.066 9 -312460.213188 -0.02 117 -314681.900762 -0.02 121 -314673.921499 -0.018 41 -315359.465923 -0.066 13 -312582.474395 -0.02 125 -314646.913259 -0.018 45 -315343.577773 -0.02 129 -314605.211599 -0.066 17 -312654.368151 -0.02 133 -314552.278233 -0.018 49 -315268.995801 -0.02 137 -314596.817515 -0.066 21 -312700.231023 -0.02 141 -314587.625432 -0.018 53 -315106.352454 -0.066 25 -312823.948854 -0.02 145 -314605.99759 -0.02 149 -314632.773288 -0.018 57 -315154.973174 -0.066 29 -312870.380237 -0.02 153 -314578.203169 -0.018 61 -315063.257957 -0.02 157 -314516.228326 -0.066 33 -312925.807279 -0.018 65 -315073.679051 -0.018 69 -315055.275568 -0.02 161 -314574.712741 -0.066 37 -313032.416607 -0.018 73 -315027.537139 -0.018 77 -314909.95187 -0.02 165 -314583.303452 -0.066 41 -313089.766153 -0.018 81 -314906.228131 -0.018 85 -314880.423367 -0.066 45 -313146.724889 -0.02 169 -314522.417081 -0.018 89 -314848.525567 -0.018 93 -314838.069617 -0.066 49 -313193.737391 -0.02 173 -314628.774473 -0.018 97 -314832.991577 -0.018 101 -314805.655258 -0.066 53 -313233.859125 -0.02 177 -314572.529528 -0.018 105 -314795.888575 -0.018 109 -314715.415155 -0.066 57 -313300.028213 -0.02 181 -314598.15305 -0.018 113 -314731.655977 -0.018 117 -314768.854608 -0.066 61 -313372.474187 -0.02 185 -314596.969591 -0.018 121 -314683.107277 -0.02 189 -314588.38064 -0.066 65 -313396.426185 -0.018 125 -314702.062285 -0.02 193 -314595.497079 -0.02 197 -314560.322124 -0.066 69 -313445.116209 -0.018 129 -314686.06802 -0.022 1 -315671.042414 -0.022 5 -315596.661413 -0.066 73 -313468.644013 -0.018 133 -314650.840447 -0.022 9 -314971.499545 -0.022 13 -315067.996854 -0.066 77 -313517.130519 -0.018 137 -314708.082904 -0.022 17 -315032.740528 -0.022 21 -315280.580388 -0.066 81 -313561.231393 -0.018 141 -314634.350937 -0.022 25 -314921.342792 -0.022 29 -314913.800007 -0.066 85 -313583.884286 -0.018 145 -314633.193393 -0.022 33 -314940.162105 -0.066 89 -313638.736733 -0.022 37 -314971.324864 -0.018 149 -314660.452827 -0.022 41 -314892.418924 -0.066 93 -313684.88688 -0.022 45 -314748.806268 -0.018 153 -314616.715182 -0.022 49 -314723.881428 -0.066 97 -313688.213808 -0.018 157 -314645.289472 -0.022 53 -314871.397837 -0.022 57 -314850.516983 -0.066 101 -313745.248608 -0.018 161 -314630.493911 -0.018 165 -314608.398569 -0.022 61 -314687.792644 -0.066 105 -313799.041936 -0.018 169 -314578.893145 -0.018 173 -314585.833741 -0.022 65 -314741.182484 -0.066 109 -313836.479483 -0.018 177 -314569.336853 -0.018 181 -314621.092636 -0.022 69 -314712.535117 -0.066 113 -313896.09119 -0.018 185 -314593.541219 -0.018 189 -314566.341922 -0.022 73 -314753.45701 -0.066 117 -313921.103538 -0.018 193 -314591.425114 -0.018 197 -314577.059601 -0.022 77 -314659.272276 -0.066 121 -313984.624106 -0.022 81 -314637.929705 -0.066 125 -314039.536153 -0.022 85 -314643.582525 -0.066 129 -314062.551263 -0.022 89 -314680.936185 -0.066 133 -314087.188661 -0.022 93 -314594.445595 -0.066 137 -314124.370509 -0.022 97 -314625.496284 -0.066 141 -314124.412843 -0.022 101 -314573.842017 -0.066 145 -314178.617877 -0.022 105 -314587.157334 -0.066 149 -314206.393192 -0.022 109 -314499.340685 -0.066 153 -314215.460945 -0.022 113 -314555.472799 -0.066 157 -314257.635195 -0.022 117 -314510.021991 -0.066 161 -314283.526327 -0.022 121 -314552.060047 -0.066 165 -314324.784982 -0.022 125 -314564.601841 -0.066 169 -314357.499514 -0.022 129 -314580.743897 -0.066 173 -314379.187136 -0.022 133 -314567.496417 -0.066 177 -314400.381074 -0.022 137 -314584.973515 -0.066 181 -314418.633267 -0.022 141 -314561.38761 -0.066 185 -314452.498998 -0.022 145 -314511.532792 -0.066 189 -314488.219264 -0.022 149 -314492.312099 -0.066 193 -314513.059827 -0.022 153 -314518.679492 -0.066 197 -314535.06514 -0.022 157 -314564.322709 -0.068 1 -312229.23584 -0.022 161 -314568.272684 -0.068 5 -312364.619626 -0.022 165 -314564.989651 -0.068 9 -312470.142741 -0.022 169 -314577.136687 -0.068 13 -312577.352608 -0.068 17 -312680.676583 -0.022 173 -314506.584041 -0.068 21 -312738.291601 -0.022 177 -314534.327112 -0.068 25 -312815.675641 -0.022 181 -314494.071182 -0.068 29 -312906.595762 -0.022 185 -314529.775718 -0.068 33 -312944.174071 -0.022 189 -314474.741115 -0.068 37 -312992.241728 -0.022 193 -314533.54379 -0.068 41 -313103.691605 -0.022 197 -314535.752844 -0.068 45 -313169.412371 -0.024 1 -315217.190639 -0.068 49 -313211.780861 -0.024 5 -315214.890749 -0.068 53 -313257.157151 -0.024 9 -314543.705247 -0.068 57 -313300.978225 -0.024 13 -315070.357294 -0.068 61 -313376.322144 -0.024 17 -315033.054404 -0.068 65 -313421.831417 -0.024 21 -314711.197215 -0.068 69 -313478.092135 -0.024 25 -314764.873954 -0.068 73 -313520.74719 -0.024 29 -314746.222952 -0.068 77 -313567.032915 -0.024 33 -314610.185898 -0.068 81 -313588.603412 -0.024 37 -314682.234713 -0.068 85 -313634.959609 -0.024 41 -314662.815085 -0.068 89 -313656.75602 -0.024 45 -314690.787481 -0.068 93 -313698.173125 -0.024 49 -314564.679328 -0.068 97 -313723.18532 -0.024 53 -314546.829779 -0.068 101 -313770.45021 -0.024 57 -314640.011124 -0.068 105 -313824.455859 -0.024 61 -314538.644741 -0.068 109 -313817.996702 -0.024 65 -314567.503651 -0.068 113 -313882.983798 -0.024 69 -314416.098766 -0.068 117 -313914.013261 -0.024 73 -314564.119353 -0.068 121 -313961.976732 -0.024 77 -314583.693569 -0.068 125 -314001.787311 -0.024 81 -314404.217325 -0.068 129 -314048.32664 -0.024 85 -314435.610287 -0.068 133 -314086.878245 -0.024 89 -314474.063156 -0.068 137 -314167.846743 -0.024 93 -314488.10747 -0.068 141 -314186.839883 -0.024 97 -314458.239185 -0.068 145 -314207.482962 -0.024 101 -314542.759637 -0.068 149 -314230.393626 -0.024 105 -314521.131499 -0.068 153 -314249.75786 -0.024 109 -314451.950943 -0.068 157 -314271.7857 -0.024 113 -314449.683048 -0.068 161 -314311.475964 -0.024 117 -314532.44987 -0.068 165 -314355.248924 -0.024 121 -314452.991127 -0.068 169 -314362.657916 -0.024 125 -314444.19603 -0.068 173 -314387.632742 -0.024 129 -314365.394689 -0.068 177 -314406.97482 -0.024 133 -314448.734488 -0.068 181 -314449.11407 -0.024 137 -314444.233652 -0.068 185 -314485.559256 -0.024 141 -314387.835689 -0.068 189 -314521.477678 -0.024 145 -314450.03412 -0.068 193 -314549.183974 -0.024 149 -314445.862794 -0.068 197 -314565.988944 -0.024 153 -314464.175249 -0.07 1 -312245.406559 -0.024 157 -314519.507158 -0.07 5 -312381.319653 -0.024 161 -314512.013063 -0.07 9 -312485.693944 -0.024 165 -314494.093747 -0.07 13 -312602.746776 -0.024 169 -314454.149061 -0.07 17 -312690.90347 -0.024 173 -314428.873363 -0.07 21 -312772.62074 -0.024 177 -314492.355421 -0.07 25 -312814.582288 -0.024 181 -314459.904019 -0.07 29 -312893.305879 -0.024 185 -314479.435552 -0.07 33 -313001.203027 -0.024 189 -314480.173333 -0.07 37 -313036.221545 -0.024 193 -314485.135929 -0.07 41 -313081.953068 -0.024 197 -314523.1383 -0.07 45 -313157.943809 -0.026 1 -314818.521464 -0.07 49 -313241.779259 -0.026 5 -314852.494032 -0.07 53 -313295.111214 -0.026 9 -314346.617887 -0.07 57 -313328.963951 -0.026 13 -314174.736995 -0.07 61 -313379.275579 -0.026 17 -314406.81625 -0.07 65 -313432.833323 -0.026 21 -314375.73423 -0.07 69 -313492.312716 -0.026 25 -314373.775749 -0.07 73 -313553.358975 -0.026 29 -314422.333318 -0.07 77 -313607.080382 -0.026 33 -314443.790969 -0.07 81 -313639.759694 -0.026 37 -314268.614061 -0.07 85 -313655.684274 -0.026 41 -314219.851341 -0.07 89 -313693.956741 -0.026 45 -314265.49541 -0.07 93 -313738.369981 -0.026 49 -314139.804669 -0.07 97 -313756.157035 -0.026 53 -314240.909814 -0.07 101 -313806.507746 -0.026 57 -314245.199263 -0.07 105 -313842.742952 -0.026 61 -314277.916715 -0.07 109 -313857.733333 -0.026 65 -314098.907984 -0.07 113 -313920.68554 -0.026 69 -314240.179551 -0.07 117 -313941.262863 -0.026 73 -314266.558178 -0.07 121 -313961.685333 -0.026 77 -314231.431938 -0.07 125 -314007.082605 -0.07 129 -314048.836408 -0.026 81 -314352.325499 -0.07 133 -314092.316884 -0.026 85 -314378.715273 -0.07 137 -314127.836943 -0.026 89 -314448.726099 -0.07 141 -314160.044818 -0.026 93 -314338.900837 -0.07 145 -314214.498141 -0.026 97 -314379.826231 -0.07 149 -314248.225577 -0.026 101 -314367.241115 -0.07 153 -314306.511157 -0.026 105 -314372.918453 -0.07 157 -314338.804228 -0.026 109 -314378.749065 -0.07 161 -314355.046263 -0.026 113 -314366.889445 -0.07 165 -314386.694764 -0.026 117 -314337.313045 -0.07 169 -314391.825574 -0.026 121 -314271.80017 -0.07 173 -314432.301489 -0.026 125 -314343.155751 -0.07 177 -314465.165139 -0.026 129 -314385.58075 -0.07 181 -314487.08015 -0.026 133 -314374.31275 -0.07 185 -314518.249334 -0.026 137 -314341.377389 -0.07 189 -314531.671055 -0.026 141 -314377.51874 -0.07 193 -314547.438327 -0.026 145 -314402.301321 -0.07 197 -314575.346471 -0.026 149 -314308.604269 -0.072 1 -312268.646376 -0.026 153 -314373.271146 -0.072 5 -312417.856802 -0.026 157 -314369.215 -0.072 9 -312509.782826 -0.026 161 -314394.313819 -0.072 13 -312617.717022 -0.026 165 -314459.144655 -0.072 17 -312716.191919 -0.026 169 -314419.294666 -0.072 21 -312790.222691 -0.026 173 -314415.830635 -0.072 25 -312866.335483 -0.026 177 -314473.703105 -0.072 29 -312910.041674 -0.026 181 -314427.384124 -0.072 33 -312995.360236 -0.026 185 -314377.252475 -0.072 37 -313066.569567 -0.026 189 -314345.151137 -0.072 41 -313112.755972 -0.026 193 -314399.643019 -0.072 45 -313168.812367 -0.026 197 -314371.152405 -0.072 49 -313228.105165 -0.028 1 -314329.286223 -0.072 53 -313331.839102 -0.028 5 -314408.834301 -0.072 57 -313396.896565 -0.028 9 -314431.775538 -0.072 61 -313426.801634 -0.028 13 -314006.911177 -0.072 65 -313473.122763 -0.028 17 -314514.075467 -0.072 69 -313510.354168 -0.028 21 -314006.854738 -0.072 73 -313556.320536 -0.028 25 -314505.528484 -0.072 77 -313598.584856 -0.028 29 -314042.275599 -0.072 81 -313668.970196 -0.028 33 -314169.862099 -0.072 85 -313720.989191 -0.028 37 -314165.548783 -0.072 89 -313759.233927 -0.028 41 -314240.549629 -0.072 93 -313799.216317 -0.028 45 -314030.806998 -0.072 97 -313812.558396 -0.028 49 -314273.122122 -0.072 101 -313850.685752 -0.028 53 -314092.397642 -0.072 105 -313882.453995 -0.028 57 -314087.114009 -0.072 109 -313923.342405 -0.028 61 -314115.54071 -0.072 113 -313953.310763 -0.028 65 -314156.058276 -0.072 117 -313997.790514 -0.028 69 -314155.086412 -0.072 121 -314000.999864 -0.028 73 -314169.648388 -0.072 125 -314036.382288 -0.028 77 -313962.531268 -0.072 129 -314065.582307 -0.028 81 -314129.968018 -0.072 133 -314089.289529 -0.028 85 -313982.523782 -0.072 137 -314142.683368 -0.028 89 -313996.415986 -0.072 141 -314172.759105 -0.028 93 -314025.829106 -0.072 145 -314229.998077 -0.028 97 -314007.696585 -0.072 149 -314253.792563 -0.028 101 -313905.65555 -0.072 153 -314294.822541 -0.028 105 -314103.288126 -0.072 157 -314314.83874 -0.028 109 -314053.940495 -0.072 161 -314362.343926 -0.028 113 -314230.658138 -0.072 165 -314411.453325 -0.028 117 -314135.540271 -0.072 169 -314445.300168 -0.028 121 -314128.073341 -0.072 173 -314490.69305 -0.028 125 -314139.341666 -0.072 177 -314505.378932 -0.028 129 -314174.131766 -0.072 181 -314535.344518 -0.028 133 -314114.174589 -0.072 185 -314536.669314 -0.028 137 -314223.733001 -0.072 189 -314570.881709 -0.028 141 -314131.989674 -0.072 193 -314604.264924 -0.028 145 -314191.686838 -0.072 197 -314639.881866 -0.028 149 -314192.110299 -0.074 1 -312298.59945 -0.028 153 -314251.697642 -0.074 5 -312448.164553 -0.028 157 -314234.144502 -0.074 9 -312540.563481 -0.028 161 -314275.908374 -0.074 13 -312648.793242 -0.028 165 -314236.692067 -0.074 17 -312755.114574 -0.028 169 -314303.428239 -0.074 21 -312837.080452 -0.028 173 -314189.906689 -0.074 25 -312913.884113 -0.074 29 -312937.988245 -0.028 177 -314206.93219 -0.074 33 -313018.879464 -0.028 181 -314210.346816 -0.074 37 -313100.951921 -0.028 185 -314294.43845 -0.074 41 -313169.49796 -0.028 189 -314258.891149 -0.074 45 -313213.55064 -0.028 193 -314282.869299 -0.074 49 -313267.603602 -0.028 197 -314232.9906 -0.074 53 -313324.988923 -0.03 1 -314154.659457 -0.074 57 -313407.416205 -0.03 5 -314215.644953 -0.074 61 -313477.84452 -0.03 9 -314259.284766 -0.074 65 -313516.891687 -0.03 13 -313631.593155 -0.074 69 -313574.468375 -0.03 17 -313695.626706 -0.074 73 -313600.45224 -0.03 21 -314278.545641 -0.074 77 -313652.986878 -0.03 25 -313778.928659 -0.074 81 -313696.615119 -0.03 29 -313902.405827 -0.074 85 -313736.702577 -0.03 33 -313830.557209 -0.074 89 -313807.777316 -0.03 37 -313482.252833 -0.074 93 -313832.74662 -0.03 41 -313904.122899 -0.074 97 -313881.715475 -0.03 45 -313960.857405 -0.074 101 -313919.752834 -0.03 49 -313624.726688 -0.074 105 -313947.006609 -0.03 53 -313631.709416 -0.074 109 -313985.947366 -0.03 57 -313725.625077 -0.074 113 -314009.060847 -0.03 61 -313840.570435 -0.074 117 -314051.26807 -0.03 65 -313798.666878 -0.074 121 -314057.65233 -0.03 69 -313842.335887 -0.074 125 -314098.352764 -0.03 73 -313854.508334 -0.074 129 -314140.772126 -0.03 77 -313726.422534 -0.074 133 -314154.693307 -0.03 81 -313992.877338 -0.074 137 -314193.623679 -0.03 85 -314027.877595 -0.074 141 -314234.12474 -0.03 89 -313777.395491 -0.074 145 -314238.291192 -0.03 93 -313804.676688 -0.074 149 -314282.593541 -0.03 97 -313841.715559 -0.074 153 -314311.235976 -0.03 101 -313966.744595 -0.074 157 -314344.457392 -0.03 105 -313989.557519 -0.074 161 -314389.610889 -0.03 109 -313977.736583 -0.074 165 -314423.79419 -0.03 113 -313822.76903 -0.074 169 -314460.387 -0.03 117 -313886.6224 -0.074 173 -314478.716663 -0.03 121 -314066.673563 -0.074 177 -314504.726776 -0.03 125 -313956.416982 -0.074 181 -314552.425918 -0.03 129 -314019.454315 -0.074 185 -314574.313029 -0.03 133 -314023.630805 -0.074 189 -314618.317864 -0.03 137 -313868.110689 -0.074 193 -314619.536836 -0.03 141 -314020.012138 -0.074 197 -314650.412354 -0.03 145 -314027.437961 -0.076 1 -312334.938612 -0.03 149 -313895.628389 -0.076 5 -312484.849681 -0.03 153 -313968.311985 -0.076 9 -312593.087254 -0.03 157 -313964.737659 -0.076 13 -312659.522786 -0.03 161 -313949.525363 -0.076 17 -312768.404517 -0.03 165 -313969.997153 -0.076 21 -312875.329913 -0.03 169 -313979.889815 -0.076 25 -312959.604284 -0.03 173 -313854.232814 -0.076 29 -313002.180269 -0.03 177 -313881.176964 -0.076 33 -313053.205521 -0.03 181 -313993.951192 -0.076 37 -313116.37529 -0.03 185 -313912.847155 -0.076 41 -313181.078141 -0.03 189 -313967.291581 -0.076 45 -313237.57299 -0.03 193 -313965.973547 -0.076 49 -313308.74403 -0.03 197 -313874.496811 -0.076 53 -313368.771597 -0.032 1 -313860.859593 -0.076 57 -313431.525041 -0.032 5 -313912.827797 -0.076 61 -313475.412703 -0.032 9 -314008.043733 -0.076 65 -313520.424438 -0.032 13 -313941.515113 -0.076 69 -313600.177263 -0.032 17 -313985.266328 -0.076 73 -313655.950684 -0.032 21 -314029.804849 -0.076 77 -313683.574514 -0.032 25 -313975.452659 -0.076 81 -313734.747382 -0.032 29 -313997.249486 -0.076 85 -313787.395341 -0.032 33 -314027.126465 -0.076 89 -313824.365981 -0.032 37 -314058.408798 -0.076 93 -313857.435519 -0.032 41 -314101.721265 -0.076 97 -313909.394116 -0.032 45 -314153.658759 -0.076 101 -313945.585459 -0.032 49 -314153.951454 -0.076 105 -314000.050674 -0.032 53 -314167.520934 -0.076 109 -314031.645258 -0.032 57 -314187.143043 -0.076 113 -314079.623301 -0.032 61 -314113.951484 -0.076 117 -314095.075009 -0.032 65 -314159.714906 -0.076 121 -314136.619286 -0.032 69 -313897.452372 -0.076 125 -314160.203148 -0.032 73 -313840.341469 -0.076 129 -314195.483297 -0.032 77 -313870.620584 -0.076 133 -314215.26957 -0.032 81 -313863.106974 -0.076 137 -314256.538605 -0.032 85 -313915.651916 -0.076 141 -314267.532722 -0.032 89 -313910.032619 -0.076 145 -314285.672444 -0.032 93 -313941.601398 -0.076 149 -314315.094909 -0.032 97 -314002.734042 -0.076 153 -314363.829402 -0.032 101 -314002.318715 -0.076 157 -314367.033165 -0.032 105 -313971.21547 -0.076 161 -314387.613208 -0.032 109 -313966.697318 -0.076 165 -314429.814167 -0.032 113 -314016.067688 -0.076 169 -314478.651403 -0.032 117 -314089.010378 -0.076 173 -314487.94845 -0.032 121 -314056.594886 -0.076 177 -314531.13165 -0.032 125 -314023.504531 -0.076 181 -314558.947684 -0.032 129 -314081.918998 -0.076 185 -314596.392002 -0.032 133 -313928.542601 -0.076 189 -314608.245365 -0.032 137 -313918.878226 -0.076 193 -314659.288194 -0.032 141 -313973.307976 -0.076 197 -314697.838668 -0.032 145 -313932.518371 -0.078 1 -312377.362391 -0.032 149 -314007.140456 -0.078 5 -312498.812559 -0.032 153 -314020.443118 -0.078 9 -312635.989453 -0.032 157 -314006.027407 -0.078 13 -312727.714338 -0.032 161 -314008.587299 -0.078 17 -312826.885577 -0.032 165 -314028.049199 -0.078 21 -312902.574862 -0.032 169 -314057.284639 -0.078 25 -313003.93932 -0.032 173 -314103.427179 -0.078 29 -313069.021604 -0.032 177 -314162.826523 -0.078 33 -313115.980201 -0.032 181 -314147.388844 -0.078 37 -313156.899905 -0.032 185 -314155.714058 -0.078 41 -313231.674327 -0.032 189 -314163.93465 -0.078 45 -313293.951911 -0.032 193 -314155.141851 -0.078 49 -313351.910386 -0.032 197 -314206.957328 -0.078 53 -313411.537208 -0.034 1 -313632.432667 -0.078 57 -313478.677086 -0.034 5 -313732.751196 -0.078 61 -313508.321059 -0.034 9 -313654.382073 -0.078 65 -313563.125726 -0.034 13 -313713.235787 -0.078 69 -313628.377488 -0.034 17 -313728.05051 -0.078 73 -313677.814306 -0.034 21 -313731.201619 -0.078 77 -313723.710965 -0.034 25 -313865.888942 -0.078 81 -313777.011815 -0.034 29 -313847.31637 -0.078 85 -313843.906152 -0.034 33 -313873.638494 -0.078 89 -313883.184697 -0.034 37 -313872.170086 -0.078 93 -313914.423305 -0.034 41 -313947.857808 -0.078 97 -313956.375255 -0.034 45 -313859.139569 -0.078 101 -314007.420389 -0.034 49 -313882.349541 -0.078 105 -314035.760741 -0.034 53 -313993.471946 -0.078 109 -314082.629937 -0.034 57 -313947.984648 -0.078 113 -314121.165945 -0.034 61 -314077.836531 -0.078 117 -314151.668884 -0.034 65 -314037.701483 -0.078 121 -314174.260156 -0.034 69 -314052.89028 -0.078 125 -314237.009041 -0.034 73 -314038.260686 -0.078 129 -314274.868005 -0.034 77 -314138.764241 -0.078 133 -314270.582222 -0.034 81 -314145.782346 -0.078 137 -314316.683122 -0.034 85 -314102.373287 -0.078 141 -314359.850895 -0.034 89 -314041.476573 -0.078 145 -314390.319451 -0.034 93 -314103.176088 -0.078 149 -314400.790267 -0.034 97 -314154.005146 -0.078 153 -314434.942047 -0.034 101 -314114.663142 -0.078 157 -314461.310737 -0.034 105 -314154.262864 -0.078 161 -314480.003533 -0.034 109 -314177.621433 -0.078 165 -314487.661785 -0.034 113 -314252.859732 -0.078 169 -314522.342292 -0.034 117 -314167.914085 -0.078 173 -314558.650648 -0.034 121 -314239.391281 -0.078 177 -314555.575293 -0.034 125 -314223.951882 -0.078 181 -314585.895084 -0.034 129 -314261.28553 -0.078 185 -314628.108513 -0.034 133 -314295.035702 -0.078 189 -314655.502793 -0.034 137 -314265.180033 -0.078 193 -314677.798649 -0.034 141 -314271.692262 -0.078 197 -314711.405831 -0.034 145 -314341.080257 -0.08 1 -312425.592409 -0.034 149 -314320.26515 -0.08 5 -312547.372449 -0.034 153 -314359.459556 -0.08 9 -312684.68679 -0.034 157 -314421.370385 -0.08 13 -312764.931066 -0.034 161 -314410.017231 -0.08 17 -312850.001653 -0.034 165 -314395.018477 -0.08 21 -312952.014412 -0.034 169 -314423.034008 -0.08 25 -313029.836557 -0.034 173 -314394.329931 -0.08 29 -313119.28216 -0.034 177 -314435.237474 -0.08 33 -313181.343956 -0.034 181 -314472.497935 -0.08 37 -313239.505442 -0.034 185 -314476.105691 -0.08 41 -313277.93936 -0.034 189 -314466.504613 -0.08 45 -313336.017095 -0.034 193 -314510.06248 -0.08 49 -313396.077855 -0.034 197 -314506.609253 -0.08 53 -313452.094749 -0.036 1 -313415.148425 -0.08 57 -313495.817324 -0.036 5 -313524.967424 -0.08 61 -313551.84824 -0.036 9 -313452.073781 -0.08 65 -313597.459356 -0.036 13 -313543.456363 -0.08 69 -313674.231668 -0.036 17 -313618.843369 -0.08 73 -313716.772707 -0.036 21 -313506.028422 -0.08 77 -313769.81493 -0.036 25 -313616.627199 -0.08 81 -313828.563617 -0.036 29 -313709.603491 -0.08 85 -313872.156859 -0.036 33 -313718.225525 -0.08 89 -313899.705915 -0.036 37 -313781.293231 -0.08 93 -313948.443309 -0.036 41 -313770.813599 -0.08 97 -314012.041888 -0.036 45 -313814.010154 -0.08 101 -314036.77028 -0.036 49 -313776.64108 -0.08 105 -314095.975575 -0.036 53 -313751.272462 -0.08 109 -314142.826168 -0.036 57 -313835.604733 -0.08 113 -314174.634721 -0.036 61 -313833.73666 -0.08 117 -314226.976278 -0.036 65 -313863.591393 -0.08 121 -314252.318113 -0.036 69 -313951.927636 -0.08 125 -314298.436838 -0.036 73 -313943.966856 -0.08 129 -314331.729106 -0.036 77 -313978.54127 -0.08 133 -314352.486362 -0.036 81 -314015.553935 -0.08 137 -314384.339154 -0.036 85 -314002.872403 -0.08 141 -314416.011137 -0.036 89 -314048.25477 -0.08 145 -314444.352254 -0.036 93 -314099.665827 -0.08 149 -314483.491241 -0.036 97 -314081.514287 -0.08 153 -314503.58103 -0.036 101 -314004.199862 -0.08 157 -314539.664075 -0.036 105 -314021.251337 -0.08 161 -314563.541553 -0.036 109 -314099.649173 -0.08 165 -314603.158224 -0.036 113 -314056.228107 -0.08 169 -314627.797349 -0.036 117 -314058.24469 -0.08 173 -314647.686441 -0.036 121 -314066.470652 -0.08 177 -314674.065067 -0.036 125 -314096.630731 -0.08 181 -314690.576573 -0.036 129 -314204.96382 -0.08 185 -314715.948591 -0.036 133 -314241.077639 -0.08 189 -314731.298927 -0.036 137 -314221.270369 -0.08 193 -314756.264792 -0.036 141 -314178.306556 -0.08 197 -314789.947535 -0.036 145 -314171.385302 -0.082 1 -312479.371101 -0.036 149 -314215.949564 -0.082 5 -312601.473568 -0.036 153 -314211.118883 -0.082 9 -312750.999644 -0.036 157 -314307.245801 -0.082 13 -312846.032347 -0.036 161 -314324.65948 -0.082 17 -312928.956145 -0.036 165 -314292.896666 -0.082 21 -312995.662066 -0.036 169 -314339.005256 -0.082 25 -313066.564569 -0.036 173 -314319.885901 -0.082 29 -313165.565464 -0.036 177 -314375.62236 -0.082 33 -313227.952467 -0.036 181 -314381.731659 -0.082 37 -313310.146522 -0.036 185 -314401.000127 -0.082 41 -313380.687519 -0.036 189 -314426.470767 -0.082 45 -313433.540177 -0.036 193 -314405.784432 -0.082 49 -313460.448069 -0.036 197 -314447.295502 -0.082 53 -313521.171223 -0.038 1 -313223.060032 -0.082 57 -313563.313649 -0.038 5 -313320.692604 -0.082 61 -313629.654471 -0.038 9 -313262.372919 -0.082 65 -313656.229211 -0.038 13 -313362.16225 -0.082 69 -313726.583781 -0.038 17 -313423.377721 -0.082 73 -313750.142953 -0.038 21 -313470.510415 -0.082 77 -313819.526971 -0.038 25 -313406.921505 -0.082 81 -313854.898415 -0.038 29 -313492.0805 -0.082 85 -313931.053004 -0.038 33 -313500.172977 -0.082 89 -313971.273236 -0.038 37 -313611.893661 -0.082 93 -314008.017925 -0.038 41 -313619.67542 -0.082 97 -314057.853896 -0.038 45 -313625.170316 -0.082 101 -314104.689817 -0.038 49 -313645.001776 -0.082 105 -314140.168673 -0.038 53 -313676.328269 -0.082 109 -314170.688671 -0.038 57 -313616.541968 -0.082 113 -314200.083445 -0.038 61 -313689.685863 -0.082 117 -314226.540837 -0.038 65 -313681.602035 -0.082 121 -314289.628855 -0.038 69 -313781.584335 -0.082 125 -314319.363949 -0.038 73 -313771.690082 -0.082 129 -314383.382265 -0.038 77 -313828.19745 -0.082 133 -314423.761479 -0.038 81 -313877.735452 -0.082 137 -314458.180374 -0.038 85 -313949.250273 -0.082 141 -314490.010948 -0.038 89 -313971.996043 -0.082 145 -314527.816618 -0.038 93 -313939.139001 -0.082 149 -314546.349471 -0.038 97 -313940.517714 -0.082 153 -314575.919777 -0.038 101 -313964.12782 -0.082 157 -314605.394962 -0.038 105 -313987.487413 -0.082 161 -314650.869812 -0.038 109 -314086.728903 -0.082 165 -314669.620966 -0.038 113 -314101.774117 -0.082 169 -314678.208677 -0.038 117 -314049.232373 -0.082 173 -314707.567651 -0.038 121 -313996.529084 -0.082 177 -314727.259547 -0.038 125 -314010.324769 -0.082 181 -314755.866524 -0.038 129 -314045.851649 -0.082 185 -314772.229097 -0.038 133 -314112.973463 -0.082 189 -314806.335914 -0.038 137 -314067.464179 -0.082 193 -314838.720277 -0.038 141 -314098.667751 -0.082 197 -314870.123148 -0.038 145 -314148.698715 -0.084 1 -312538.459714 -0.038 149 -314185.62902 -0.084 5 -312689.547919 -0.038 153 -314174.481712 -0.084 9 -312782.626088 -0.038 157 -314184.493098 -0.084 13 -312905.567696 -0.038 161 -314155.91986 -0.084 17 -312977.174059 -0.038 165 -314159.115684 -0.084 21 -313068.147196 -0.038 169 -314178.476448 -0.084 25 -313141.144637 -0.038 173 -314219.606725 -0.084 29 -313207.67856 -0.038 177 -314240.825949 -0.084 33 -313277.530527 -0.038 181 -314329.752199 -0.084 37 -313376.338078 -0.038 185 -314309.042371 -0.084 41 -313432.650093 -0.038 189 -314345.700427 -0.084 45 -313509.276208 -0.038 193 -314340.643893 -0.084 49 -313546.215957 -0.038 197 -314347.927488 -0.084 53 -313609.69712 -0.04 1 -313053.634605 -0.084 57 -313646.747432 -0.04 5 -313022.285625 -0.084 61 -313696.888216 -0.04 9 -313259.146871 -0.084 65 -313735.811316 -0.04 13 -313213.270075 -0.084 69 -313792.005811 -0.04 17 -313288.815314 -0.084 73 -313847.037937 -0.04 21 -313319.391947 -0.084 77 -313869.657905 -0.04 25 -313382.192388 -0.084 81 -313904.744597 -0.04 29 -313317.712516 -0.084 85 -313943.980879 -0.04 33 -313511.337838 -0.084 89 -313994.030505 -0.04 37 -313458.727085 -0.084 93 -314040.018486 -0.04 41 -313401.460501 -0.084 97 -314076.006466 -0.04 45 -313607.027761 -0.084 101 -314140.925263 -0.04 49 -313561.728567 -0.084 105 -314186.923958 -0.04 53 -313615.28044 -0.084 109 -314220.096634 -0.04 57 -313595.993772 -0.084 113 -314293.876808 -0.04 61 -313611.861034 -0.084 117 -314308.626621 -0.04 65 -313627.343152 -0.084 121 -314351.275812 -0.04 69 -313735.793502 -0.084 125 -314388.014744 -0.04 73 -313650.805682 -0.084 129 -314407.696523 -0.04 77 -313687.458693 -0.084 133 -314431.471136 -0.04 81 -313720.628389 -0.084 137 -314489.637484 -0.04 85 -313800.501589 -0.084 141 -314519.260874 -0.04 89 -313828.178294 -0.084 145 -314545.880386 -0.04 93 -313802.691719 -0.084 149 -314583.556172 -0.04 97 -313902.023743 -0.084 153 -314620.945782 -0.04 101 -313855.454302 -0.084 157 -314670.859235 -0.04 105 -313909.135696 -0.084 161 -314699.957037 -0.04 109 -313925.228372 -0.084 165 -314718.97715 -0.04 113 -313942.482003 -0.084 169 -314784.0151 -0.04 117 -313922.064991 -0.084 173 -314799.62279 -0.04 121 -313989.569155 -0.084 177 -314814.755133 -0.04 125 -314037.707364 -0.084 181 -314852.830688 -0.04 129 -314031.307998 -0.084 185 -314886.155518 -0.04 133 -314071.498829 -0.084 189 -314902.319177 -0.04 137 -314041.989139 -0.084 193 -314924.541525 -0.04 141 -313999.456373 -0.084 197 -314939.853072 -0.04 145 -314016.930886 -0.086 1 -312602.636534 -0.04 149 -314058.804411 -0.086 5 -312753.724739 -0.04 153 -314059.028112 -0.086 9 -312847.111503 -0.04 157 -314163.227949 -0.086 13 -312942.821037 -0.04 161 -314153.427146 -0.086 17 -313068.069251 -0.04 165 -314161.878457 -0.086 21 -313133.044072 -0.04 169 -314180.228416 -0.086 25 -313194.882523 -0.04 173 -314131.707729 -0.086 29 -313275.808823 -0.04 177 -314157.841729 -0.086 33 -313350.006462 -0.04 181 -314133.957761 -0.086 37 -313423.686229 -0.04 185 -314232.322427 -0.086 41 -313487.332927 -0.04 189 -314241.903453 -0.086 45 -313541.264342 -0.04 193 -314235.401426 -0.086 49 -313631.912216 -0.04 197 -314270.450753 -0.086 53 -313681.276065 -0.042 1 -312904.710561 -0.086 57 -313714.499828 -0.042 5 -313032.800142 -0.086 61 -313774.280817 -0.042 9 -313002.377434 -0.086 65 -313817.21552 -0.042 13 -313069.789539 -0.086 69 -313864.280282 -0.042 17 -313118.063774 -0.086 73 -313919.351862 -0.042 21 -313255.10017 -0.086 77 -313954.15906 -0.042 25 -313251.464271 -0.086 81 -314013.093404 -0.042 29 -313242.686379 -0.086 85 -314064.311579 -0.042 33 -313258.642165 -0.086 89 -314083.668716 -0.042 37 -313221.065104 -0.086 93 -314132.674669 -0.042 41 -313432.170036 -0.086 97 -314156.725959 -0.042 45 -313418.239754 -0.086 101 -314191.911268 -0.042 49 -313399.299726 -0.086 105 -314237.986856 -0.042 53 -313465.897373 -0.086 109 -314266.632617 -0.042 57 -313489.846304 -0.086 113 -314312.745127 -0.042 61 -313571.537514 -0.086 117 -314356.263727 -0.042 65 -313643.106364 -0.086 121 -314389.551127 -0.042 69 -313542.298111 -0.086 125 -314419.728547 -0.042 73 -313620.637621 -0.086 129 -314474.592751 -0.042 77 -313567.636688 -0.086 133 -314508.076676 -0.042 81 -313664.888256 -0.086 137 -314519.624163 -0.042 85 -313606.095181 -0.086 141 -314558.891938 -0.042 89 -313643.503384 -0.086 145 -314610.534449 -0.042 93 -313692.5942 -0.086 149 -314648.563446 -0.042 97 -313706.232807 -0.086 153 -314664.743441 -0.042 101 -313722.50083 -0.086 157 -314685.091309 -0.042 105 -313802.341694 -0.086 161 -314757.676046 -0.042 109 -313844.975789 -0.086 165 -314784.022659 -0.042 113 -313887.709411 -0.086 169 -314807.497881 -0.042 117 -313847.851809 -0.086 173 -314842.297555 -0.042 121 -313888.797212 -0.086 177 -314878.586677 -0.042 125 -313953.056122 -0.086 181 -314895.892237 -0.042 129 -313986.907976 -0.086 185 -314929.290122 -0.042 133 -313973.50975 -0.086 189 -314955.15781 -0.042 137 -313940.534467 -0.086 193 -314971.143577 -0.042 141 -313981.921584 -0.086 197 -315021.363921 -0.042 145 -314010.180851 -0.088 1 -312671.695321 -0.042 149 -314072.681843 -0.088 5 -312822.783526 -0.042 153 -314053.622805 -0.088 9 -312916.472451 -0.042 157 -314080.483155 -0.088 13 -313023.999402 -0.042 161 -314119.431086 -0.088 17 -313110.422083 -0.042 165 -314089.765048 -0.088 21 -313201.537677 -0.042 169 -314158.894893 -0.088 25 -313261.387462 -0.042 173 -314150.431002 -0.088 29 -313369.207486 -0.042 177 -314163.580187 -0.088 33 -313422.887773 -0.042 181 -314144.9338 -0.088 37 -313496.602101 -0.042 185 -314113.820492 -0.088 41 -313553.337419 -0.042 189 -314174.896702 -0.088 45 -313614.457955 -0.042 193 -314108.375264 -0.088 49 -313680.224634 -0.042 197 -314141.492487 -0.088 53 -313729.809657 -0.044 1 -312774.428472 -0.088 57 -313802.634986 -0.044 5 -312899.961013 -0.088 61 -313848.426477 -0.044 9 -312995.833596 -0.088 65 -313906.572155 -0.044 13 -313079.395025 -0.088 69 -313935.100212 -0.044 17 -313148.221362 -0.088 73 -313990.233425 -0.044 21 -313000.067314 -0.088 77 -314006.591022 -0.044 25 -313080.058191 -0.088 81 -314059.080517 -0.044 29 -313121.800256 -0.088 85 -314125.606069 -0.044 33 -313178.610072 -0.088 89 -314157.021374 -0.044 37 -313228.706682 -0.088 93 -314206.063342 -0.044 41 -313245.317635 -0.088 97 -314247.06505 -0.044 45 -313259.177868 -0.088 101 -314294.106055 -0.044 49 -313338.795565 -0.088 105 -314309.819135 -0.044 53 -313361.591133 -0.088 109 -314355.042171 -0.044 57 -313352.484778 -0.088 113 -314391.379928 -0.044 61 -313442.7308 -0.088 117 -314434.927375 -0.044 65 -313540.317491 -0.088 121 -314466.004184 -0.044 69 -313541.853646 -0.088 125 -314508.024329 -0.044 73 -313529.855889 -0.088 129 -314532.957042 -0.044 77 -313593.927512 -0.088 133 -314573.565558 -0.044 81 -313628.686395 -0.088 137 -314601.815529 -0.044 85 -313620.380029 -0.088 141 -314645.178041 -0.044 89 -313507.101048 -0.088 145 -314683.848926 -0.044 93 -313578.990908 -0.088 149 -314710.228683 -0.044 97 -313595.191339 -0.088 153 -314747.720156 -0.044 101 -313665.404087 -0.088 157 -314777.635637 -0.044 105 -313682.999397 -0.088 161 -314814.022657 -0.044 109 -313678.80344 -0.088 165 -314821.823454 -0.044 113 -313670.48763 -0.088 169 -314863.882127 -0.044 117 -313710.638037 -0.088 173 -314884.703883 -0.044 121 -313740.747598 -0.088 177 -314919.074426 -0.044 125 -313797.707658 -0.088 181 -314931.932894 -0.044 129 -313860.197844 -0.088 185 -314965.381793 -0.044 133 -313894.896259 -0.088 189 -314982.020718 -0.044 137 -313919.353656 -0.088 193 -315005.244588 -0.044 141 -313931.664364 -0.088 197 -315050.821066 -0.044 145 -313980.087584 -0.09 1 -312745.44392 -0.044 149 -314031.146005 -0.09 5 -312896.532125 -0.044 153 -314054.173691 -0.09 9 -313018.280689 -0.044 157 -314073.568557 -0.09 13 -313098.04402 -0.044 161 -313970.166094 -0.09 17 -313196.158217 -0.044 165 -314007.391738 -0.09 21 -313275.705636 -0.044 169 -313998.320255 -0.09 25 -313361.276757 -0.044 173 -314052.747163 -0.09 29 -313416.824416 -0.044 177 -314085.683799 -0.09 33 -313493.942066 -0.044 181 -314145.765329 -0.09 37 -313544.562797 -0.044 185 -314138.040384 -0.09 41 -313615.362457 -0.044 189 -314166.59218 -0.09 45 -313683.52636 -0.044 193 -314197.980183 -0.09 49 -313735.435093 -0.044 197 -314204.439189 -0.09 53 -313799.070234 -0.046 1 -312661.177302 -0.09 57 -313853.792875 -0.046 5 -312679.161042 -0.09 61 -313913.641832 -0.046 9 -312724.164055 -0.09 65 -313957.929984 -0.046 13 -312817.005272 -0.09 69 -314014.539181 -0.046 17 -312942.79248 -0.09 73 -314055.809753 -0.046 21 -312992.203279 -0.09 77 -314109.597401 -0.046 25 -313098.116615 -0.09 81 -314162.102412 -0.046 29 -313113.104301 -0.09 85 -314185.634804 -0.046 33 -313074.232648 -0.09 89 -314235.788209 -0.046 37 -313153.84593 -0.09 93 -314274.351644 -0.046 41 -313198.029671 -0.09 97 -314322.388987 -0.046 45 -313248.422744 -0.09 101 -314360.194561 -0.046 49 -313206.99034 -0.09 105 -314406.323255 -0.046 53 -313259.660203 -0.09 109 -314451.562684 -0.046 57 -313337.832788 -0.09 113 -314477.44268 -0.046 61 -313264.726878 -0.09 117 -314521.017422 -0.046 65 -313305.994177 -0.09 121 -314556.870358 -0.046 69 -313376.421293 -0.09 125 -314598.914411 -0.046 73 -313424.806267 -0.09 129 -314610.160437 -0.046 77 -313406.481129 -0.09 133 -314650.790067 -0.046 81 -313410.465872 -0.09 137 -314660.674197 -0.046 85 -313569.525317 -0.09 141 -314699.991175 -0.046 89 -313598.256972 -0.09 145 -314738.686159 -0.046 93 -313618.331762 -0.09 149 -314765.212081 -0.046 97 -313654.650346 -0.09 153 -314802.7252 -0.046 101 -313638.904775 -0.09 157 -314823.480703 -0.046 105 -313622.817917 -0.09 161 -314859.887273 -0.046 109 -313710.722308 -0.09 165 -314884.198146 -0.046 113 -313690.142158 -0.09 169 -314919.56566 -0.046 117 -313725.60176 -0.09 173 -314945.182288 -0.046 121 -313658.623544 -0.09 177 -314979.571548 -0.046 125 -313683.859631 -0.09 181 -315013.492645 -0.046 129 -313708.101967 -0.09 185 -315046.436926 -0.046 133 -313690.555932 -0.09 189 -315079.459123 -0.046 137 -313707.767162 -0.09 193 -315105.109831 -0.046 141 -313772.841718 -0.09 197 -315137.282259 -0.046 145 -313789.305687 -0.092 1 -312823.703025 -0.046 149 -313775.531599 -0.092 5 -312974.791229 -0.046 153 -313791.060815 -0.092 9 -313096.539793 -0.046 157 -313854.028033 -0.092 13 -313176.593274 -0.046 161 -313928.336632 -0.092 17 -313274.707471 -0.046 165 -313928.24232 -0.092 21 -313365.823065 -0.046 169 -314020.121508 -0.092 25 -313439.946906 -0.046 173 -314033.141629 -0.092 29 -313520.94455 -0.046 177 -314031.318698 -0.092 33 -313598.062199 -0.046 181 -314064.632728 -0.092 37 -313646.635267 -0.046 185 -314076.687809 -0.092 41 -313717.434926 -0.046 189 -314142.407023 -0.092 45 -313785.598829 -0.046 193 -314109.074453 -0.092 49 -313828.494814 -0.046 197 -314141.023871 -0.092 53 -313892.129955 -0.048 1 -312528.131288 -0.092 57 -313953.793501 -0.048 5 -312683.503364 -0.092 61 -313999.905722 -0.048 9 -312774.339205 -0.092 65 -314058.075685 -0.048 13 -312766.796841 -0.092 69 -314114.684881 -0.048 17 -312852.639598 -0.092 73 -314162.968896 -0.048 21 -312922.425235 -0.092 77 -314216.756543 -0.048 25 -312991.446938 -0.092 81 -314269.261555 -0.048 29 -312974.556014 -0.092 85 -314306.820831 -0.048 33 -313018.058438 -0.092 89 -314356.974236 -0.048 37 -313051.510955 -0.092 93 -314392.308456 -0.092 97 -314440.351701 -0.048 41 -313127.467211 -0.092 101 -314487.417252 -0.048 45 -313071.046885 -0.092 105 -314506.077502 -0.048 49 -313144.938452 -0.092 109 -314551.321589 -0.048 53 -313224.34623 -0.092 113 -314595.714995 -0.048 57 -313244.501558 -0.092 117 -314602.662478 -0.048 61 -313198.229005 -0.092 121 -314645.46009 -0.048 65 -313247.77783 -0.092 125 -314687.507672 -0.048 69 -313270.860219 -0.092 129 -314719.67644 -0.048 73 -313338.316568 -0.092 133 -314760.309183 -0.048 77 -313286.946646 -0.092 137 -314800.2735 -0.048 81 -313334.121306 -0.092 141 -314821.277597 -0.048 85 -313360.866385 -0.092 145 -314859.975196 -0.048 89 -313411.940101 -0.092 149 -314898.071767 -0.048 93 -313497.803376 -0.092 153 -314928.718864 -0.048 97 -313530.561622 -0.092 157 -314965.672038 -0.048 101 -313576.62371 -0.092 161 -315002.080724 -0.048 105 -313535.844299 -0.092 165 -315008.19886 -0.048 109 -313597.940717 -0.092 169 -315043.568294 -0.048 113 -313654.327037 -0.092 173 -315078.441292 -0.048 117 -313735.041154 -0.092 177 -315083.069374 -0.048 121 -313715.276254 -0.092 181 -315116.992142 -0.048 125 -313723.664331 -0.092 185 -315150.459775 -0.048 129 -313736.109796 -0.092 189 -315172.037494 -0.048 133 -313761.39914 -0.092 193 -315204.631791 -0.048 137 -313718.648289 -0.092 197 -315236.806795 -0.048 141 -313728.195521 -0.094 1 -312906.305071 -0.048 145 -313767.682461 -0.094 5 -313057.393276 -0.048 149 -313814.502783 -0.094 9 -313179.141839 -0.048 153 -313769.373449 -0.094 13 -313286.66879 -0.048 157 -313744.234121 -0.094 17 -313357.594053 -0.048 161 -313781.723335 -0.094 21 -313448.709647 -0.048 165 -313811.585575 -0.094 25 -313534.280767 -0.048 169 -313776.644449 -0.094 29 -313615.278411 -0.048 173 -313808.869246 -0.094 33 -313681.067338 -0.048 177 -313820.683072 -0.094 37 -313754.824419 -0.048 181 -313884.987488 -0.094 41 -313825.624078 -0.048 185 -313845.125109 -0.094 45 -313893.787982 -0.048 189 -313866.999926 -0.094 49 -313934.655334 -0.048 193 -313909.998309 -0.094 53 -313998.290475 -0.048 197 -313945.776824 -0.094 57 -314059.954021 -0.064 117 -313938.211092 -0.094 61 -314119.802978 -0.064 121 -313961.855631 -0.094 65 -314155.315495 -0.064 125 -314000.739356 -0.094 69 -314211.924691 -0.064 129 -314007.175415 -0.094 73 -314267.077073 -0.064 133 -314057.944486 -0.094 77 -314320.864721 -0.064 137 -314073.87962 -0.094 81 -314359.775265 -0.064 141 -314107.428164 -0.094 85 -314411.071276 -0.064 145 -314143.194048 -0.094 89 -314461.224681 -0.064 149 -314191.342679 -0.094 93 -314510.295636 -0.064 153 -314210.173382 -0.094 97 -314551.541647 -0.064 157 -314257.073121 -0.094 101 -314598.607198 -0.064 161 -314282.629542 -0.094 105 -314644.740918 -0.064 165 -314299.573661 -0.094 109 -314689.985005 -0.064 169 -314337.350911 -0.094 113 -314720.783943 -0.064 173 -314364.045072 -0.094 117 -314764.36272 -0.064 177 -314382.44026 -0.094 121 -314807.160331 -0.064 181 -314418.792096 -0.094 125 -314849.207913 -0.064 185 -314438.982898 -0.094 129 -314876.940038 -0.064 189 -314447.888056 -0.094 133 -314917.572781 -0.064 193 -314485.453194 -0.094 137 -314957.537097 -0.064 197 -314527.96318 -0.094 141 -314996.856842 -0.066 1 -312220.522157 -0.094 145 -315008.365506 -0.066 5 -312368.204864 -0.094 149 -315046.462077 -0.066 9 -312460.213188 -0.094 153 -315083.977541 -0.066 13 -312582.474395 -0.094 157 -315120.930716 -0.066 17 -312654.368151 -0.094 161 -315121.087489 -0.066 21 -312700.231023 -0.094 165 -315156.968551 -0.066 25 -312823.948854 -0.094 169 -315192.337984 -0.066 29 -312870.380237 -0.094 173 -315227.210982 -0.066 33 -312925.807279 -0.094 177 -315252.539012 -0.066 37 -313032.416607 -0.094 181 -315286.46178 -0.066 41 -313089.766153 -0.094 185 -315319.929413 -0.066 45 -313146.724889 -0.094 189 -315352.95441 -0.066 49 -313193.737391 -0.094 193 -315367.422751 -0.066 53 -313233.859125 -0.094 197 -315399.597755 -0.066 57 -313300.028213 -0.096 1 -312993.093253 -0.066 61 -313372.474187 -0.096 5 -313144.181458 -0.066 65 -313396.426185 -0.096 9 -313265.930022 -0.066 69 -313445.116209 -0.096 13 -313373.456972 -0.066 73 -313468.644013 -0.096 17 -313471.571169 -0.066 77 -313517.130519 -0.096 21 -313562.686763 -0.066 81 -313561.231393 -0.096 25 -313621.34811 -0.066 85 -313583.884286 -0.096 29 -313702.345753 -0.066 89 -313638.736733 -0.096 33 -313779.463403 -0.066 93 -313684.88688 -0.096 37 -313853.220484 -0.066 97 -313688.213808 -0.096 41 -313924.020143 -0.066 101 -313745.248608 -0.096 45 -313992.184046 -0.066 105 -313799.041936 -0.096 49 -314046.762183 -0.066 109 -313836.479483 -0.096 53 -314110.397324 -0.066 113 -313896.09119 -0.096 57 -314172.06087 -0.066 117 -313921.103538 -0.096 61 -314231.909827 -0.066 121 -313984.624106 -0.096 65 -314290.079789 -0.066 125 -314039.536153 -0.096 69 -314346.688985 -0.066 129 -314062.551263 -0.096 73 -314377.174075 -0.066 133 -314087.188661 -0.096 77 -314430.961722 -0.066 137 -314124.370509 -0.096 81 -314483.466734 -0.066 141 -314124.412843 -0.096 85 -314534.762745 -0.066 145 -314178.617877 -0.096 89 -314584.91615 -0.066 149 -314206.393192 -0.096 93 -314633.987104 -0.066 153 -314215.460945 -0.096 97 -314659.605538 -0.066 157 -314257.635195 -0.096 101 -314706.671088 -0.066 161 -314283.526327 -0.096 105 -314752.804808 -0.066 165 -314324.784982 -0.096 109 -314798.048895 -0.066 169 -314357.499514 -0.096 113 -314842.442301 -0.066 173 -314379.187136 -0.096 117 -314886.021077 -0.066 177 -314400.381074 -0.096 121 -314928.818689 -0.066 181 -314418.633267 -0.096 125 -314957.411383 -0.066 185 -314452.498998 -0.096 129 -314998.737975 -0.066 189 -314488.219264 -0.096 133 -315039.370718 -0.066 193 -314513.059827 -0.096 137 -315079.335035 -0.066 197 -314535.06514 -0.096 141 -315118.654779 -0.068 1 -312229.23584 -0.096 145 -315157.352378 -0.068 5 -312364.619626 -0.096 149 -315188.721506 -0.068 9 -312470.142741 -0.096 153 -315226.23697 -0.068 13 -312577.352608 -0.096 157 -315263.190144 -0.068 17 -312680.676583 -0.096 161 -315299.59883 -0.068 21 -312738.291601 -0.096 165 -315335.479891 -0.068 25 -312815.675641 -0.096 169 -315370.849325 -0.068 29 -312906.595762 -0.096 173 -315392.267436 -0.068 33 -312944.174071 -0.096 177 -315426.658443 -0.068 37 -312992.241728 -0.096 181 -315460.581212 -0.068 41 -313103.691605 -0.096 185 -315494.048845 -0.068 45 -313169.412371 -0.096 189 -315527.073842 -0.068 49 -313211.780861 -0.096 193 -315559.668139 -0.068 53 -313257.157151 -0.096 197 -315578.388256 -0.068 57 -313300.978225 -0.098 1 -313083.920635 -0.068 61 -313376.322144 -0.098 5 -313235.008839 -0.068 65 -313421.831417 -0.098 9 -313356.757403 -0.068 69 -313478.092135 -0.098 13 -313464.284353 -0.068 73 -313520.74719 -0.098 17 -313562.398551 -0.068 77 -313567.032915 -0.098 21 -313653.514144 -0.068 81 -313588.603412 -0.098 25 -313739.085265 -0.068 85 -313634.959609 -0.098 29 -313820.082909 -0.068 89 -313656.75602 -0.098 33 -313897.200558 -0.068 93 -313698.173125 -0.098 37 -313970.957639 -0.068 97 -313723.18532 -0.098 41 -314041.757298 -0.068 101 -313770.45021 -0.098 45 -314109.921202 -0.068 105 -313824.455859 -0.098 49 -314175.711744 -0.068 109 -313817.996702 -0.098 53 -314212.711121 -0.068 113 -313882.983798 -0.098 57 -314274.374667 -0.068 117 -313914.013261 -0.098 61 -314334.223623 -0.068 121 -313961.976732 -0.098 65 -314392.393585 -0.068 125 -314001.787311 -0.098 69 -314449.002782 -0.068 129 -314048.32664 -0.098 73 -314504.155164 -0.068 133 -314086.878245 -0.098 77 -314557.942811 -0.068 137 -314167.846743 -0.098 81 -314610.447823 -0.068 141 -314186.839883 -0.098 85 -314661.743834 -0.068 145 -314207.482962 -0.098 89 -314711.897239 -0.068 149 -314230.393626 -0.098 93 -314760.968193 -0.068 153 -314249.75786 -0.098 97 -314809.011439 -0.068 157 -314271.7857 -0.098 101 -314844.978754 -0.068 161 -314311.475964 -0.098 105 -314891.112474 -0.068 165 -314355.248924 -0.098 109 -314936.356561 -0.068 169 -314362.657916 -0.098 113 -314980.749967 -0.068 173 -314387.632742 -0.098 117 -315024.328743 -0.068 177 -314406.97482 -0.098 121 -315067.126355 -0.068 181 -314449.11407 -0.098 125 -315109.173936 -0.068 185 -314485.559256 -0.098 129 -315150.500528 -0.068 189 -314521.477678 -0.098 133 -315191.133271 -0.068 193 -314549.183974 -0.098 137 -315231.097588 -0.068 197 -314565.988944 -0.098 141 -315270.417332 -0.07 1 -312245.406559 -0.098 145 -315309.114931 -0.07 5 -312381.319653 -0.098 149 -315322.795385 -0.07 9 -312485.693944 -0.098 153 -315360.310849 -0.07 13 -312602.746776 -0.098 157 -315397.264023 -0.07 17 -312690.90347 -0.098 161 -315433.672709 -0.07 21 -312772.62074 -0.098 165 -315469.55377 -0.07 25 -312814.582288 -0.098 169 -315504.923204 -0.07 29 -312893.305879 -0.098 173 -315539.796202 -0.07 33 -313001.203027 -0.098 177 -315574.187209 -0.07 37 -313036.221545 -0.098 181 -315608.109978 -0.07 41 -313081.953068 -0.098 185 -315641.577611 -0.07 45 -313157.943809 -0.098 189 -315674.602608 -0.07 49 -313241.779259 -0.098 193 -315707.196905 -0.07 53 -313295.111214 -0.098 197 -315739.371909 -0.07 57 -313328.963951 -0.07 61 -313379.275579 -0.07 65 -313432.833323 -0.07 69 -313492.312716 -0.07 73 -313553.358975 -0.07 77 -313607.080382 -0.07 81 -313639.759694 -0.07 85 -313655.684274 -0.07 89 -313693.956741 -0.07 93 -313738.369981 -0.07 97 -313756.157035 -0.07 101 -313806.507746 -0.07 105 -313842.742952 -0.07 109 -313857.733333 -0.07 113 -313920.68554 -0.07 117 -313941.262863 -0.07 121 -313961.685333 -0.07 125 -314007.082605 -0.07 129 -314048.836408 -0.07 133 -314092.316884 -0.07 137 -314127.836943 -0.07 141 -314160.044818 -0.07 145 -314214.498141 -0.07 149 -314248.225577 -0.07 153 -314306.511157 -0.07 157 -314338.804228 -0.07 161 -314355.046263 -0.07 165 -314386.694764 -0.07 169 -314391.825574 -0.07 173 -314432.301489 -0.07 177 -314465.165139 -0.07 181 -314487.08015 -0.07 185 -314518.249334 -0.07 189 -314531.671055 -0.07 193 -314547.438327 -0.07 197 -314575.346471 -0.072 1 -312268.646376 -0.072 5 -312417.856802 -0.072 9 -312509.782826 -0.072 13 -312617.717022 -0.072 17 -312716.191919 -0.072 21 -312790.222691 -0.072 25 -312866.335483 -0.072 29 -312910.041674 -0.072 33 -312995.360236 -0.072 37 -313066.569567 -0.072 41 -313112.755972 -0.072 45 -313168.812367 -0.072 49 -313228.105165 -0.072 53 -313331.839102 -0.072 57 -313396.896565 -0.072 61 -313426.801634 -0.072 65 -313473.122763 -0.072 69 -313510.354168 -0.072 73 -313556.320536 -0.072 77 -313598.584856 -0.072 81 -313668.970196 -0.072 85 -313720.989191 -0.072 89 -313759.233927 -0.072 93 -313799.216317 -0.072 97 -313812.558396 -0.072 101 -313850.685752 -0.072 105 -313882.453995 -0.072 109 -313923.342405 -0.072 113 -313953.310763 -0.072 117 -313997.790514 -0.072 121 -314000.999864 -0.072 125 -314036.382288 -0.072 129 -314065.582307 -0.072 133 -314089.289529 -0.072 137 -314142.683368 -0.072 141 -314172.759105 -0.072 145 -314229.998077 -0.072 149 -314253.792563 -0.072 153 -314294.822541 -0.072 157 -314314.83874 -0.072 161 -314362.343926 -0.072 165 -314411.453325 -0.072 169 -314445.300168 -0.072 173 -314490.69305 -0.072 177 -314505.378932 -0.072 181 -314535.344518 -0.072 185 -314536.669314 -0.072 189 -314570.881709 -0.072 193 -314604.264924 -0.072 197 -314639.881866 -0.074 1 -312298.59945 -0.074 5 -312448.164553 -0.074 9 -312540.563481 -0.074 13 -312648.793242 -0.074 17 -312755.114574 -0.074 21 -312837.080452 -0.074 25 -312913.884113 -0.074 29 -312937.988245 -0.074 33 -313018.879464 -0.074 37 -313100.951921 -0.074 41 -313169.49796 -0.074 45 -313213.55064 -0.074 49 -313267.603602 -0.074 53 -313324.988923 -0.074 57 -313407.416205 -0.074 61 -313477.84452 -0.074 65 -313516.891687 -0.074 69 -313574.468375 -0.074 73 -313600.45224 -0.074 77 -313652.986878 -0.074 81 -313696.615119 -0.074 85 -313736.702577 -0.074 89 -313807.777316 -0.074 93 -313832.74662 -0.074 97 -313881.715475 -0.074 101 -313919.752834 -0.074 105 -313947.006609 -0.074 109 -313985.947366 -0.074 113 -314009.060847 -0.074 117 -314051.26807 -0.074 121 -314057.65233 -0.074 125 -314098.352764 -0.074 129 -314140.772126 -0.074 133 -314154.693307 -0.074 137 -314193.623679 -0.074 141 -314234.12474 -0.074 145 -314238.291192 -0.074 149 -314282.593541 -0.074 153 -314311.235976 -0.074 157 -314344.457392 -0.074 161 -314389.610889 -0.074 165 -314423.79419 -0.074 169 -314460.387 -0.074 173 -314478.716663 -0.074 177 -314504.726776 -0.074 181 -314552.425918 -0.074 185 -314574.313029 -0.074 189 -314618.317864 -0.074 193 -314619.536836 -0.074 197 -314650.412354 -0.076 1 -312334.938612 -0.076 5 -312484.849681 -0.076 9 -312593.087254 -0.076 13 -312659.522786 -0.076 17 -312768.404517 -0.076 21 -312875.329913 -0.076 25 -312959.604284 -0.076 29 -313002.180269 -0.076 33 -313053.205521 -0.076 37 -313116.37529 -0.076 41 -313181.078141 -0.076 45 -313237.57299 -0.076 49 -313308.74403 -0.076 53 -313368.771597 -0.076 57 -313431.525041 -0.076 61 -313475.412703 -0.076 65 -313520.424438 -0.076 69 -313600.177263 -0.076 73 -313655.950684 -0.076 77 -313683.574514 -0.076 81 -313734.747382 -0.076 85 -313787.395341 -0.076 89 -313824.365981 -0.076 93 -313857.435519 -0.076 97 -313909.394116 -0.076 101 -313945.585459 -0.076 105 -314000.050674 -0.076 109 -314031.645258 -0.076 113 -314079.623301 -0.076 117 -314095.075009 -0.076 121 -314136.619286 -0.076 125 -314160.203148 -0.076 129 -314195.483297 -0.076 133 -314215.26957 -0.076 137 -314256.538605 -0.076 141 -314267.532722 -0.076 145 -314285.672444 -0.076 149 -314315.094909 -0.076 153 -314363.829402 -0.076 157 -314367.033165 -0.076 161 -314387.613208 -0.076 165 -314429.814167 -0.076 169 -314478.651403 -0.076 173 -314487.94845 -0.076 177 -314531.13165 -0.076 181 -314558.947684 -0.076 185 -314596.392002 -0.076 189 -314608.245365 -0.076 193 -314659.288194 -0.076 197 -314697.838668 -0.078 1 -312377.362391 -0.078 5 -312498.812559 -0.078 9 -312635.989453 -0.078 13 -312727.714338 -0.078 17 -312826.885577 -0.078 21 -312902.574862 -0.078 25 -313003.93932 -0.078 29 -313069.021604 -0.078 33 -313115.980201 -0.078 37 -313156.899905 -0.078 41 -313231.674327 -0.078 45 -313293.951911 -0.078 49 -313351.910386 -0.078 53 -313411.537208 -0.078 57 -313478.677086 -0.078 61 -313508.321059 -0.078 65 -313563.125726 -0.078 69 -313628.377488 -0.078 73 -313677.814306 -0.078 77 -313723.710965 -0.078 81 -313777.011815 -0.078 85 -313843.906152 -0.078 89 -313883.184697 -0.078 93 -313914.423305 -0.078 97 -313956.375255 -0.078 101 -314007.420389 -0.078 105 -314035.760741 -0.078 109 -314082.629937 -0.078 113 -314121.165945 -0.078 117 -314151.668884 -0.078 121 -314174.260156 -0.078 125 -314237.009041 -0.078 129 -314274.868005 -0.078 133 -314270.582222 -0.078 137 -314316.683122 -0.078 141 -314359.850895 -0.078 145 -314390.319451 -0.078 149 -314400.790267 -0.078 153 -314434.942047 -0.078 157 -314461.310737 -0.078 161 -314480.003533 -0.078 165 -314487.661785 -0.078 169 -314522.342292 -0.078 173 -314558.650648 -0.078 177 -314555.575293 -0.078 181 -314585.895084 -0.078 185 -314628.108513 -0.078 189 -314655.502793 -0.078 193 -314677.798649 -0.078 197 -314711.405831 -0.08 1 -312425.592409 -0.08 5 -312547.372449 -0.08 9 -312684.68679 -0.08 13 -312764.931066 -0.08 17 -312850.001653 -0.08 21 -312952.014412 -0.08 25 -313029.836557 -0.08 29 -313119.28216 -0.08 33 -313181.343956 -0.08 37 -313239.505442 -0.08 41 -313277.93936 -0.08 45 -313336.017095 -0.08 49 -313396.077855 -0.08 53 -313452.094749 -0.08 57 -313495.817324 -0.08 61 -313551.84824 -0.08 65 -313597.459356 -0.08 69 -313674.231668 -0.08 73 -313716.772707 -0.08 77 -313769.81493 -0.08 81 -313828.563617 -0.08 85 -313872.156859 -0.08 89 -313899.705915 -0.08 93 -313948.443309 -0.08 97 -314012.041888 -0.08 101 -314036.77028 -0.08 105 -314095.975575 -0.08 109 -314142.826168 -0.08 113 -314174.634721 -0.08 117 -314226.976278 -0.08 121 -314252.318113 -0.08 125 -314298.436838 -0.08 129 -314331.729106 -0.08 133 -314352.486362 -0.08 137 -314384.339154 -0.08 141 -314416.011137 -0.08 145 -314444.352254 -0.08 149 -314483.491241 -0.08 153 -314503.58103 -0.08 157 -314539.664075 -0.08 161 -314563.541553 -0.08 165 -314603.158224 -0.08 169 -314627.797349 -0.08 173 -314647.686441 -0.08 177 -314674.065067 -0.08 181 -314690.576573 -0.08 185 -314715.948591 -0.08 189 -314731.298927 -0.08 193 -314756.264792 -0.08 197 -314789.947535 -0.082 1 -312479.371101 -0.082 5 -312601.473568 -0.082 9 -312750.999644 -0.082 13 -312846.032347 -0.082 17 -312928.956145 -0.082 21 -312995.662066 -0.082 25 -313066.564569 -0.082 29 -313165.565464 -0.082 33 -313227.952467 -0.082 37 -313310.146522 -0.082 41 -313380.687519 -0.082 45 -313433.540177 -0.082 49 -313460.448069 -0.082 53 -313521.171223 -0.082 57 -313563.313649 -0.082 61 -313629.654471 -0.082 65 -313656.229211 -0.082 69 -313726.583781 -0.082 73 -313750.142953 -0.082 77 -313819.526971 -0.082 81 -313854.898415 -0.082 85 -313931.053004 -0.082 89 -313971.273236 -0.082 93 -314008.017925 -0.082 97 -314057.853896 -0.082 101 -314104.689817 -0.082 105 -314140.168673 -0.082 109 -314170.688671 -0.082 113 -314200.083445 -0.082 117 -314226.540837 -0.082 121 -314289.628855 -0.082 125 -314319.363949 -0.082 129 -314383.382265 -0.082 133 -314423.761479 -0.082 137 -314458.180374 -0.082 141 -314490.010948 -0.082 145 -314527.816618 -0.082 149 -314546.349471 -0.082 153 -314575.919777 -0.082 157 -314605.394962 -0.082 161 -314650.869812 -0.082 165 -314669.620966 -0.082 169 -314678.208677 -0.082 173 -314707.567651 -0.082 177 -314727.259547 -0.082 181 -314755.866524 -0.082 185 -314772.229097 -0.082 189 -314806.335914 -0.082 193 -314838.720277 -0.082 197 -314870.123148 -0.084 1 -312538.459714 -0.084 5 -312689.547919 -0.084 9 -312782.626088 -0.084 13 -312905.567696 -0.084 17 -312977.174059 -0.084 21 -313068.147196 -0.084 25 -313141.144637 -0.084 29 -313207.67856 -0.084 33 -313277.530527 -0.084 37 -313376.338078 -0.084 41 -313432.650093 -0.084 45 -313509.276208 -0.084 49 -313546.215957 -0.084 53 -313609.69712 -0.084 57 -313646.747432 -0.084 61 -313696.888216 -0.084 65 -313735.811316 -0.084 69 -313792.005811 -0.084 73 -313847.037937 -0.084 77 -313869.657905 -0.084 81 -313904.744597 -0.084 85 -313943.980879 -0.084 89 -313994.030505 -0.084 93 -314040.018486 -0.084 97 -314076.006466 -0.084 101 -314140.925263 -0.084 105 -314186.923958 -0.084 109 -314220.096634 -0.084 113 -314293.876808 -0.084 117 -314308.626621 -0.084 121 -314351.275812 -0.084 125 -314388.014744 -0.084 129 -314407.696523 -0.084 133 -314431.471136 -0.084 137 -314489.637484 -0.084 141 -314519.260874 -0.084 145 -314545.880386 -0.084 149 -314583.556172 -0.084 153 -314620.945782 -0.084 157 -314670.859235 -0.084 161 -314699.957037 -0.084 165 -314718.97715 -0.084 169 -314784.0151 -0.084 173 -314799.62279 -0.084 177 -314814.755133 -0.084 181 -314852.830688 -0.084 185 -314886.155518 -0.084 189 -314902.319177 -0.084 193 -314924.541525 -0.084 197 -314939.853072 -0.086 1 -312602.636534 -0.086 5 -312753.724739 -0.086 9 -312847.111503 -0.086 13 -312942.821037 -0.086 17 -313068.069251 -0.086 21 -313133.044072 -0.086 25 -313194.882523 -0.086 29 -313275.808823 -0.086 33 -313350.006462 -0.086 37 -313423.686229 -0.086 41 -313487.332927 -0.086 45 -313541.264342 -0.086 49 -313631.912216 -0.086 53 -313681.276065 -0.086 57 -313714.499828 -0.086 61 -313774.280817 -0.086 65 -313817.21552 -0.086 69 -313864.280282 -0.086 73 -313919.351862 -0.086 77 -313954.15906 -0.086 81 -314013.093404 -0.086 85 -314064.311579 -0.086 89 -314083.668716 -0.086 93 -314132.674669 -0.086 97 -314156.725959 -0.086 101 -314191.911268 -0.086 105 -314237.986856 -0.086 109 -314266.632617 -0.086 113 -314312.745127 -0.086 117 -314356.263727 -0.086 121 -314389.551127 -0.086 125 -314419.728547 -0.086 129 -314474.592751 -0.086 133 -314508.076676 -0.086 137 -314519.624163 -0.086 141 -314558.891938 -0.086 145 -314610.534449 -0.086 149 -314648.563446 -0.086 153 -314664.743441 -0.086 157 -314685.091309 -0.086 161 -314757.676046 -0.086 165 -314784.022659 -0.086 169 -314807.497881 -0.086 173 -314842.297555 -0.086 177 -314878.586677 -0.086 181 -314895.892237 -0.086 185 -314929.290122 -0.086 189 -314955.15781 -0.086 193 -314971.143577 -0.086 197 -315021.363921 -0.088 1 -312671.695321 -0.088 5 -312822.783526 -0.088 9 -312916.472451 -0.088 13 -313023.999402 -0.088 17 -313110.422083 -0.088 21 -313201.537677 -0.088 25 -313261.387462 -0.088 29 -313369.207486 -0.088 33 -313422.887773 -0.088 37 -313496.602101 -0.088 41 -313553.337419 -0.088 45 -313614.457955 -0.088 49 -313680.224634 -0.088 53 -313729.809657 -0.088 57 -313802.634986 -0.088 61 -313848.426477 -0.088 65 -313906.572155 -0.088 69 -313935.100212 -0.088 73 -313990.233425 -0.088 77 -314006.591022 -0.088 81 -314059.080517 -0.088 85 -314125.606069 -0.088 89 -314157.021374 -0.088 93 -314206.063342 -0.088 97 -314247.06505 -0.088 101 -314294.106055 -0.088 105 -314309.819135 -0.088 109 -314355.042171 -0.088 113 -314391.379928 -0.088 117 -314434.927375 -0.088 121 -314466.004184 -0.088 125 -314508.024329 -0.088 129 -314532.957042 -0.088 133 -314573.565558 -0.088 137 -314601.815529 -0.088 141 -314645.178041 -0.088 145 -314683.848926 -0.088 149 -314710.228683 -0.088 153 -314747.720156 -0.088 157 -314777.635637 -0.088 161 -314814.022657 -0.088 165 -314821.823454 -0.088 169 -314863.882127 -0.088 173 -314884.703883 -0.088 177 -314919.074426 -0.088 181 -314931.932894 -0.088 185 -314965.381793 -0.088 189 -314982.020718 -0.088 193 -315005.244588 -0.088 197 -315050.821066 -0.09 1 -312745.44392 -0.09 5 -312896.532125 -0.09 9 -313018.280689 -0.09 13 -313098.04402 -0.09 17 -313196.158217 -0.09 21 -313275.705636 -0.09 25 -313361.276757 -0.09 29 -313416.824416 -0.09 33 -313493.942066 -0.09 37 -313544.562797 -0.09 41 -313615.362457 -0.09 45 -313683.52636 -0.09 49 -313735.435093 -0.09 53 -313799.070234 -0.09 57 -313853.792875 -0.09 61 -313913.641832 -0.09 65 -313957.929984 -0.09 69 -314014.539181 -0.09 73 -314055.809753 -0.09 77 -314109.597401 -0.09 81 -314162.102412 -0.09 85 -314185.634804 -0.09 89 -314235.788209 -0.09 93 -314274.351644 -0.09 97 -314322.388987 -0.09 101 -314360.194561 -0.09 105 -314406.323255 -0.09 109 -314451.562684 -0.09 113 -314477.44268 -0.09 117 -314521.017422 -0.09 121 -314556.870358 -0.09 125 -314598.914411 -0.09 129 -314610.160437 -0.09 133 -314650.790067 -0.09 137 -314660.674197 -0.09 141 -314699.991175 -0.09 145 -314738.686159 -0.09 149 -314765.212081 -0.09 153 -314802.7252 -0.09 157 -314823.480703 -0.09 161 -314859.887273 -0.09 165 -314884.198146 -0.09 169 -314919.56566 -0.09 173 -314945.182288 -0.09 177 -314979.571548 -0.09 181 -315013.492645 -0.09 185 -315046.436926 -0.09 189 -315079.459123 -0.09 193 -315105.109831 -0.09 197 -315137.282259 -0.092 1 -312823.703025 -0.092 5 -312974.791229 -0.092 9 -313096.539793 -0.092 13 -313176.593274 -0.092 17 -313274.707471 -0.092 21 -313365.823065 -0.092 25 -313439.946906 -0.092 29 -313520.94455 -0.092 33 -313598.062199 -0.092 37 -313646.635267 -0.092 41 -313717.434926 -0.092 45 -313785.598829 -0.092 49 -313828.494814 -0.092 53 -313892.129955 -0.092 57 -313953.793501 -0.092 61 -313999.905722 -0.092 65 -314058.075685 -0.092 69 -314114.684881 -0.092 73 -314162.968896 -0.092 77 -314216.756543 -0.092 81 -314269.261555 -0.092 85 -314306.820831 -0.092 89 -314356.974236 -0.092 93 -314392.308456 -0.092 97 -314440.351701 -0.092 101 -314487.417252 -0.092 105 -314506.077502 -0.092 109 -314551.321589 -0.092 113 -314595.714995 -0.092 117 -314602.662478 -0.092 121 -314645.46009 -0.092 125 -314687.507672 -0.092 129 -314719.67644 -0.092 133 -314760.309183 -0.092 137 -314800.2735 -0.092 141 -314821.277597 -0.092 145 -314859.975196 -0.092 149 -314898.071767 -0.092 153 -314928.718864 -0.092 157 -314965.672038 -0.092 161 -315002.080724 -0.092 165 -315008.19886 -0.092 169 -315043.568294 -0.092 173 -315078.441292 -0.092 177 -315083.069374 -0.092 181 -315116.992142 -0.092 185 -315150.459775 -0.092 189 -315172.037494 -0.092 193 -315204.631791 -0.092 197 -315236.806795 -0.094 1 -312906.305071 -0.094 5 -313057.393276 -0.094 9 -313179.141839 -0.094 13 -313286.66879 -0.094 17 -313357.594053 -0.094 21 -313448.709647 -0.094 25 -313534.280767 -0.094 29 -313615.278411 -0.094 33 -313681.067338 -0.094 37 -313754.824419 -0.094 41 -313825.624078 -0.094 45 -313893.787982 -0.094 49 -313934.655334 -0.094 53 -313998.290475 -0.094 57 -314059.954021 -0.094 61 -314119.802978 -0.094 65 -314155.315495 -0.094 69 -314211.924691 -0.094 73 -314267.077073 -0.094 77 -314320.864721 -0.094 81 -314359.775265 -0.094 85 -314411.071276 -0.094 89 -314461.224681 -0.094 93 -314510.295636 -0.094 97 -314551.541647 -0.094 101 -314598.607198 -0.094 105 -314644.740918 -0.094 109 -314689.985005 -0.094 113 -314720.783943 -0.094 117 -314764.36272 -0.094 121 -314807.160331 -0.094 125 -314849.207913 -0.094 129 -314876.940038 -0.094 133 -314917.572781 -0.094 137 -314957.537097 -0.094 141 -314996.856842 -0.094 145 -315008.365506 -0.094 149 -315046.462077 -0.094 153 -315083.977541 -0.094 157 -315120.930716 -0.094 161 -315121.087489 -0.094 165 -315156.968551 -0.094 169 -315192.337984 -0.094 173 -315227.210982 -0.094 177 -315252.539012 -0.094 181 -315286.46178 -0.094 185 -315319.929413 -0.094 189 -315352.95441 -0.094 193 -315367.422751 -0.094 197 -315399.597755 -0.096 1 -312993.093253 -0.096 5 -313144.181458 -0.096 9 -313265.930022 -0.096 13 -313373.456972 -0.096 17 -313471.571169 -0.096 21 -313562.686763 -0.096 25 -313621.34811 -0.096 29 -313702.345753 -0.096 33 -313779.463403 -0.096 37 -313853.220484 -0.096 41 -313924.020143 -0.096 45 -313992.184046 -0.096 49 -314046.762183 -0.096 53 -314110.397324 -0.096 57 -314172.06087 -0.096 61 -314231.909827 -0.096 65 -314290.079789 -0.096 69 -314346.688985 -0.096 73 -314377.174075 -0.096 77 -314430.961722 -0.096 81 -314483.466734 -0.096 85 -314534.762745 -0.096 89 -314584.91615 -0.096 93 -314633.987104 -0.096 97 -314659.605538 -0.096 101 -314706.671088 -0.096 105 -314752.804808 -0.096 109 -314798.048895 -0.096 113 -314842.442301 -0.096 117 -314886.021077 -0.096 121 -314928.818689 -0.096 125 -314957.411383 -0.096 129 -314998.737975 -0.096 133 -315039.370718 -0.096 137 -315079.335035 -0.096 141 -315118.654779 -0.096 145 -315157.352378 -0.096 149 -315188.721506 -0.096 153 -315226.23697 -0.096 157 -315263.190144 -0.096 161 -315299.59883 -0.096 165 -315335.479891 -0.096 169 -315370.849325 -0.096 173 -315392.267436 -0.096 177 -315426.658443 -0.096 181 -315460.581212 -0.096 185 -315494.048845 -0.096 189 -315527.073842 -0.096 193 -315559.668139 -0.096 197 -315578.388256 -0.098 1 -313083.920635 -0.098 5 -313235.008839 -0.098 9 -313356.757403 -0.098 13 -313464.284353 -0.098 17 -313562.398551 -0.098 21 -313653.514144 -0.098 25 -313739.085265 -0.098 29 -313820.082909 -0.098 33 -313897.200558 -0.098 37 -313970.957639 -0.098 41 -314041.757298 -0.098 45 -314109.921202 -0.098 49 -314175.711744 -0.098 53 -314212.711121 -0.098 57 -314274.374667 -0.098 61 -314334.223623 -0.098 65 -314392.393585 -0.098 69 -314449.002782 -0.098 73 -314504.155164 -0.098 77 -314557.942811 -0.098 81 -314610.447823 -0.098 85 -314661.743834 -0.098 89 -314711.897239 -0.098 93 -314760.968193 -0.098 97 -314809.011439 -0.098 101 -314844.978754 -0.098 105 -314891.112474 -0.098 109 -314936.356561 -0.098 113 -314980.749967 -0.098 117 -315024.328743 -0.098 121 -315067.126355 -0.098 125 -315109.173936 -0.098 129 -315150.500528 -0.098 133 -315191.133271 -0.098 137 -315231.097588 -0.098 141 -315270.417332 -0.098 145 -315309.114931 -0.098 149 -315322.795385 -0.098 153 -315360.310849 -0.098 157 -315397.264023 -0.098 161 -315433.672709 -0.098 165 -315469.55377 -0.098 169 -315504.923204 -0.098 173 -315539.796202 -0.098 177 -315574.187209 -0.098 181 -315608.109978 -0.098 185 -315641.577611 -0.098 189 -315674.602608 -0.098 193 -315707.196905 -0.098 197 -315739.371909 -0.1 1 -313178.649353 -0.1 5 -313329.737557 -0.1 9 -313451.486121 -0.1 13 -313559.013072 -0.1 17 -313657.127269 -0.1 21 -313748.242863 -0.1 25 -313833.813983 -0.1 29 -313914.811627 -0.1 33 -313991.929276 -0.1 37 -314065.686357 -0.1 41 -314136.486017 -0.1 45 -314204.64992 -0.1 49 -314270.440463 -0.1 53 -314334.075603 -0.1 57 -314395.739149 -0.1 61 -314455.588106 -0.1 65 -314513.758068 -0.1 69 -314570.367264 -0.1 73 -314625.519647 -0.1 77 -314679.307294 -0.1 81 -314731.812306 -0.1 85 -314783.108317 -0.1 89 -314833.261722 -0.1 93 -314882.332676 -0.1 97 -314930.375922 -0.1 101 -314977.441472 -0.1 105 -315023.575192 -0.1 109 -315068.819279 -0.1 113 -315113.212685 -0.1 117 -315156.791461 -0.1 121 -315199.589073 -0.1 125 -315241.636654 -0.1 129 -315282.963246 -0.1 133 -315323.595989 -0.1 137 -315363.560306 -0.1 141 -315402.88005 -0.1 145 -315441.577649 -0.1 149 -315479.67422 -0.1 153 -315517.189684 -0.1 157 -315554.142858 -0.1 161 -315590.551544 -0.1 165 -315626.432606 -0.1 169 -315661.802039 -0.1 173 -315696.675037 -0.1 177 -315731.066045 -0.1 181 -315764.988813 -0.1 185 -315798.456446 -0.1 189 -315831.481443 -0.1 193 -315864.07574 -0.1 197 -315896.250745 -0.102 1 -313277.149903 -0.102 5 -313428.238107 -0.102 9 -313549.986671 -0.102 13 -313657.513622 -0.102 17 -313755.627819 -0.102 21 -313846.743413 -0.102 25 -313932.314533 -0.102 29 -314013.312177 -0.102 33 -314090.429826 -0.102 37 -314164.186908 -0.102 41 -314234.986567 -0.102 45 -314303.15047 -0.102 49 -314368.941013 -0.102 53 -314432.576154 -0.102 57 -314494.2397 -0.102 61 -314554.088656 -0.102 65 -314612.258618 -0.102 69 -314668.867815 -0.102 73 -314724.020197 -0.102 77 -314777.807844 -0.102 81 -314830.312856 -0.102 85 -314881.608867 -0.102 89 -314931.762272 -0.102 93 -314980.833227 -0.102 97 -315028.876472 -0.102 101 -315075.942023 -0.102 105 -315122.075742 -0.102 109 -315167.31983 -0.102 113 -315211.713235 -0.102 117 -315255.292012 -0.102 121 -315298.089623 -0.102 125 -315340.137205 -0.102 129 -315381.463796 -0.102 133 -315422.09654 -0.102 137 -315462.060856 -0.102 141 -315501.3806 -0.102 145 -315540.078199 -0.102 149 -315578.17477 -0.102 153 -315615.690234 -0.102 157 -315652.643409 -0.102 161 -315689.052094 -0.102 165 -315724.933156 -0.102 169 -315760.30259 -0.102 173 -315795.175587 -0.102 177 -315829.566595 -0.102 181 -315863.489364 -0.102 185 -315896.956996 -0.102 189 -315929.981994 -0.102 193 -315962.576291 -0.102 197 -315994.751295 -0.104 1 -313379.300489 -0.104 5 -313530.388693 -0.104 9 -313652.137257 -0.104 13 -313759.664208 -0.104 17 -313857.778405 -0.104 21 -313948.893999 -0.104 25 -314034.465119 -0.104 29 -314115.462763 -0.104 33 -314192.580412 -0.104 37 -314266.337494 -0.104 41 -314337.137153 -0.104 45 -314405.301056 -0.104 49 -314471.091599 -0.104 53 -314534.726739 -0.104 57 -314596.390286 -0.104 61 -314656.239242 -0.104 65 -314714.409204 -0.104 69 -314771.0184 -0.104 73 -314826.170783 -0.104 77 -314879.95843 -0.104 81 -314932.463442 -0.104 85 -314983.759453 -0.104 89 -315033.912858 -0.104 93 -315082.983812 -0.104 97 -315131.027058 -0.104 101 -315178.092608 -0.104 105 -315224.226328 -0.104 109 -315269.470416 -0.104 113 -315313.863821 -0.104 117 -315357.442598 -0.104 121 -315400.240209 -0.104 125 -315442.287791 -0.104 129 -315483.614382 -0.104 133 -315524.247126 -0.104 137 -315564.211442 -0.104 141 -315603.531186 -0.104 145 -315642.228785 -0.104 149 -315680.325356 -0.104 153 -315717.84082 -0.104 157 -315754.793994 -0.104 161 -315791.20268 -0.104 165 -315827.083742 -0.104 169 -315862.453176 -0.104 173 -315897.326173 -0.104 177 -315931.717181 -0.104 181 -315965.639949 -0.104 185 -315999.107582 -0.104 189 -316032.132579 -0.104 193 -316064.726877 -0.104 197 -316096.901881 -0.106 1 -313484.986437 -0.106 5 -313636.074642 -0.106 9 -313757.823206 -0.106 13 -313865.350156 -0.106 17 -313963.464354 -0.106 21 -314054.579947 -0.106 25 -314140.151068 -0.106 29 -314221.148712 -0.106 33 -314298.266361 -0.106 37 -314372.023442 -0.106 41 -314442.823101 -0.106 45 -314510.987005 -0.106 49 -314576.777547 -0.106 53 -314640.412688 -0.106 57 -314702.076234 -0.106 61 -314761.925191 -0.106 65 -314820.095153 -0.106 69 -314876.704349 -0.106 73 -314931.856731 -0.106 77 -314985.644379 -0.106 81 -315038.14939 -0.106 85 -315089.445401 -0.106 89 -315139.598806 -0.106 93 -315188.669761 -0.106 97 -315236.713006 -0.106 101 -315283.778557 -0.106 105 -315329.912276 -0.106 109 -315375.156364 -0.106 113 -315419.549769 -0.106 117 -315463.128546 -0.106 121 -315505.926157 -0.106 125 -315547.973739 -0.106 129 -315589.300331 -0.106 133 -315629.933074 -0.106 137 -315669.89739 -0.106 141 -315709.217135 -0.106 145 -315747.914733 -0.106 149 -315786.011305 -0.106 153 -315823.526769 -0.106 157 -315860.479943 -0.106 161 -315896.888629 -0.106 165 -315932.76969 -0.106 169 -315968.139124 -0.106 173 -316003.012122 -0.106 177 -316037.403129 -0.106 181 -316071.325898 -0.106 185 -316104.793531 -0.106 189 -316137.818528 -0.106 193 -316170.412825 -0.106 197 -316202.587829 -0.108 1 -313594.099667 -0.108 5 -313745.187872 -0.108 9 -313866.936435 -0.108 13 -313974.463386 -0.108 17 -314072.577583 -0.108 21 -314163.693177 -0.108 25 -314249.264297 -0.108 29 -314330.261941 -0.108 33 -314407.37959 -0.108 37 -314481.136672 -0.108 41 -314551.936331 -0.108 45 -314620.100234 -0.108 49 -314685.890777 -0.108 53 -314749.525918 -0.108 57 -314811.189464 -0.108 61 -314871.03842 -0.108 65 -314929.208382 -0.108 69 -314985.817579 -0.108 73 -315040.969961 -0.108 77 -315094.757609 -0.108 81 -315147.26262 -0.108 85 -315198.558631 -0.108 89 -315248.712036 -0.108 93 -315297.782991 -0.108 97 -315345.826236 -0.108 101 -315392.891787 -0.108 105 -315439.025506 -0.108 109 -315484.269594 -0.108 113 -315528.662999 -0.108 117 -315572.241776 -0.108 121 -315615.039387 -0.108 125 -315657.086969 -0.108 129 -315698.41356 -0.108 133 -315739.046304 -0.108 137 -315779.01062 -0.108 141 -315818.330364 -0.108 145 -315857.027963 -0.108 149 -315895.124534 -0.108 153 -315932.639999 -0.108 157 -315969.593173 -0.108 161 -316006.001859 -0.108 165 -316041.88292 -0.108 169 -316077.252354 -0.108 173 -316112.125352 -0.108 177 -316146.516359 -0.108 181 -316180.439128 -0.108 185 -316213.90676 -0.108 189 -316246.931758 -0.108 193 -316279.526055 -0.108 197 -316311.701059 -0.11 1 -313706.538206 -0.11 5 -313857.626411 -0.11 9 -313979.374975 -0.11 13 -314086.901925 -0.11 17 -314185.016122 -0.11 21 -314276.131716 -0.11 25 -314361.702837 -0.11 29 -314442.70048 -0.11 33 -314519.81813 -0.11 37 -314593.575211 -0.11 41 -314664.37487 -0.11 45 -314732.538774 -0.11 49 -314798.329316 -0.11 53 -314861.964457 -0.11 57 -314923.628003 -0.11 61 -314983.476959 -0.11 65 -315041.646922 -0.11 69 -315098.256118 -0.11 73 -315153.4085 -0.11 77 -315207.196148 -0.11 81 -315259.701159 -0.11 85 -315310.99717 -0.11 89 -315361.150575 -0.11 93 -315410.22153 -0.11 97 -315458.264775 -0.11 101 -315505.330326 -0.11 105 -315551.464045 -0.11 109 -315596.708133 -0.11 113 -315641.101538 -0.11 117 -315684.680315 -0.11 121 -315727.477926 -0.11 125 -315769.525508 -0.11 129 -315810.8521 -0.11 133 -315851.484843 -0.11 137 -315891.449159 -0.11 141 -315930.768904 -0.11 145 -315969.466502 -0.11 149 -316007.563074 -0.11 153 -316045.078538 -0.11 157 -316082.031712 -0.11 161 -316118.440398 -0.11 165 -316154.321459 -0.11 169 -316189.690893 -0.11 173 -316224.563891 -0.11 177 -316258.954898 -0.11 181 -316292.877667 -0.11 185 -316326.3453 -0.11 189 -316359.370297 -0.11 193 -316391.964594 -0.11 197 -316424.139598 -0.112 1 -313822.205753 -0.112 5 -313973.293958 -0.112 9 -314095.042522 -0.112 13 -314202.569472 -0.112 17 -314300.68367 -0.112 21 -314391.799263 -0.112 25 -314477.370384 -0.112 29 -314558.368028 -0.112 33 -314635.485677 -0.112 37 -314709.242758 -0.112 41 -314780.042417 -0.112 45 -314848.206321 -0.112 49 -314913.996863 -0.112 53 -314977.632004 -0.112 57 -315039.29555 -0.112 61 -315099.144507 -0.112 65 -315157.314469 -0.112 69 -315213.923665 -0.112 73 -315269.076048 -0.112 77 -315322.863695 -0.112 81 -315375.368707 -0.112 85 -315426.664717 -0.112 89 -315476.818122 -0.112 93 -315525.889077 -0.112 97 -315573.932322 -0.112 101 -315620.997873 -0.112 105 -315667.131592 -0.112 109 -315712.37568 -0.112 113 -315756.769085 -0.112 117 -315800.347862 -0.112 121 -315843.145473 -0.112 125 -315885.193055 -0.112 129 -315926.519647 -0.112 133 -315967.15239 -0.112 137 -316007.116706 -0.112 141 -316046.436451 -0.112 145 -316085.134049 -0.112 149 -316123.230621 -0.112 153 -316160.746085 -0.112 157 -316197.699259 -0.112 161 -316234.107945 -0.112 165 -316269.989006 -0.112 169 -316305.35844 -0.112 173 -316340.231438 -0.112 177 -316374.622446 -0.112 181 -316408.545214 -0.112 185 -316442.012847 -0.112 189 -316475.037844 -0.112 193 -316507.632141 -0.112 197 -316539.807145 -0.114 1 -313941.011277 -0.114 5 -314092.099482 -0.114 9 -314213.848046 -0.114 13 -314321.374996 -0.114 17 -314419.489194 -0.114 21 -314510.604787 -0.114 25 -314596.175908 -0.114 29 -314677.173552 -0.114 33 -314754.291201 -0.114 37 -314828.048282 -0.114 41 -314898.847941 -0.114 45 -314967.011845 -0.114 49 -315032.802387 -0.114 53 -315096.437528 -0.114 57 -315158.101074 -0.114 61 -315217.950031 -0.114 65 -315276.119993 -0.114 69 -315332.729189 -0.114 73 -315387.881571 -0.114 77 -315441.669219 -0.114 81 -315494.17423 -0.114 85 -315545.470241 -0.114 89 -315595.623646 -0.114 93 -315644.694601 -0.114 97 -315692.737846 -0.114 101 -315739.803397 -0.114 105 -315785.937116 -0.114 109 -315831.181204 -0.114 113 -315875.574609 -0.114 117 -315919.153386 -0.114 121 -315961.950997 -0.114 125 -316003.998579 -0.114 129 -316045.325171 -0.114 133 -316085.957914 -0.114 137 -316125.92223 -0.114 141 -316165.241975 -0.114 145 -316203.939573 -0.114 149 -316242.036145 -0.114 153 -316279.551609 -0.114 157 -316316.504783 -0.114 161 -316352.913469 -0.114 165 -316388.79453 -0.114 169 -316424.163964 -0.114 173 -316459.036962 -0.114 177 -316493.427969 -0.114 181 -316527.350738 -0.114 185 -316560.818371 -0.114 189 -316593.843368 -0.114 193 -316626.437665 -0.114 197 -316658.612669 -0.116 1 -314062.868652 -0.116 5 -314213.956856 -0.116 9 -314335.70542 -0.116 13 -314443.232371 -0.116 17 -314541.346568 -0.116 21 -314632.462162 -0.116 25 -314718.033282 -0.116 29 -314799.030926 -0.116 33 -314876.148575 -0.116 37 -314949.905657 -0.116 41 -315020.705316 -0.116 45 -315088.869219 -0.116 49 -315154.659762 -0.116 53 -315218.294903 -0.116 57 -315279.958449 -0.116 61 -315339.807405 -0.116 65 -315397.977367 -0.116 69 -315454.586564 -0.116 73 -315509.738946 -0.116 77 -315563.526593 -0.116 81 -315616.031605 -0.116 85 -315667.327616 -0.116 89 -315717.481021 -0.116 93 -315766.551975 -0.116 97 -315814.595221 -0.116 101 -315861.660771 -0.116 105 -315907.794491 -0.116 109 -315953.038579 -0.116 113 -315997.431984 -0.116 117 -316041.010761 -0.116 121 -316083.808372 -0.116 125 -316125.855954 -0.116 129 -316167.182545 -0.116 133 -316207.815289 -0.116 137 -316247.779605 -0.116 141 -316287.099349 -0.116 145 -316325.796948 -0.116 149 -316363.893519 -0.116 153 -316401.408983 -0.116 157 -316438.362158 -0.116 161 -316474.770843 -0.116 165 -316510.651905 -0.116 169 -316546.021339 -0.116 173 -316580.894336 -0.116 177 -316615.285344 -0.116 181 -316649.208112 -0.116 185 -316682.675745 -0.116 189 -316715.700743 -0.116 193 -316748.29504 -0.116 197 -316780.470044 -0.118 1 -314187.696322 -0.118 5 -314338.784527 -0.118 9 -314460.53309 -0.118 13 -314568.060041 -0.118 17 -314666.174238 -0.118 21 -314757.289832 -0.118 25 -314842.860952 -0.118 29 -314923.858596 -0.118 33 -315000.976245 -0.118 37 -315074.733327 -0.118 41 -315145.532986 -0.118 45 -315213.696889 -0.118 49 -315279.487432 -0.118 53 -315343.122573 -0.118 57 -315404.786119 -0.118 61 -315464.635075 -0.118 65 -315522.805037 -0.118 69 -315579.414234 -0.118 73 -315634.566616 -0.118 77 -315688.354264 -0.118 81 -315740.859275 -0.118 85 -315792.155286 -0.118 89 -315842.308691 -0.118 93 -315891.379646 -0.118 97 -315939.422891 -0.118 101 -315986.488442 -0.118 105 -316032.622161 -0.118 109 -316077.866249 -0.118 113 -316122.259654 -0.118 117 -316165.838431 -0.118 121 -316208.636042 -0.118 125 -316250.683624 -0.118 129 -316292.010215 -0.118 133 -316332.642959 -0.118 137 -316372.607275 -0.118 141 -316411.927019 -0.118 145 -316450.624618 -0.118 149 -316488.721189 -0.118 153 -316526.236654 -0.118 157 -316563.189828 -0.118 161 -316599.598514 -0.118 165 -316635.479575 -0.118 169 -316670.849009 -0.118 173 -316705.722007 -0.118 177 -316740.113014 -0.118 181 -316774.035783 -0.118 185 -316807.503415 -0.118 189 -316840.528413 -0.118 193 -316873.12271 -0.118 197 -316905.297714 -0.12 1 -314315.416998 -0.12 5 -314466.505202 -0.12 9 -314588.253766 -0.12 13 -314695.780717 -0.12 17 -314793.894914 -0.12 21 -314885.010508 -0.12 25 -314970.581628 -0.12 29 -315051.579272 -0.12 33 -315128.696921 -0.12 37 -315202.454002 -0.12 41 -315273.253662 -0.12 45 -315341.417565 -0.12 49 -315407.208107 -0.12 53 -315470.843248 -0.12 57 -315532.506794 -0.12 61 -315592.355751 -0.12 65 -315650.525713 -0.12 69 -315707.134909 -0.12 73 -315762.287292 -0.12 77 -315816.074939 -0.12 81 -315868.579951 -0.12 85 -315919.875962 -0.12 89 -315970.029367 -0.12 93 -316019.100321 -0.12 97 -316067.143567 -0.12 101 -316114.209117 -0.12 105 -316160.342837 -0.12 109 -316205.586924 -0.12 113 -316249.98033 -0.12 117 -316293.559106 -0.12 121 -316336.356717 -0.12 125 -316378.404299 -0.12 129 -316419.730891 -0.12 133 -316460.363634 -0.12 137 -316500.327951 -0.12 141 -316539.647695 -0.12 145 -316578.345293 -0.12 149 -316616.441865 -0.12 153 -316653.957329 -0.12 157 -316690.910503 -0.12 161 -316727.319189 -0.12 165 -316763.200251 -0.12 169 -316798.569684 -0.12 173 -316833.442682 -0.12 177 -316867.83369 -0.12 181 -316901.756458 -0.12 185 -316935.224091 -0.12 189 -316968.249088 -0.12 193 -317000.843385 -0.12 197 -317033.018389 -0.122 1 -314445.957373 -0.122 5 -314597.045577 -0.122 9 -314718.794141 -0.122 13 -314826.321092 -0.122 17 -314924.435289 -0.122 21 -315015.550883 -0.122 25 -315101.122003 -0.122 29 -315182.119647 -0.122 33 -315259.237296 -0.122 37 -315332.994378 -0.122 41 -315403.794037 -0.122 45 -315471.95794 -0.122 49 -315537.748483 -0.122 53 -315601.383623 -0.122 57 -315663.04717 -0.122 61 -315722.896126 -0.122 65 -315781.066088 -0.122 69 -315837.675284 -0.122 73 -315892.827667 -0.122 77 -315946.615314 -0.122 81 -315999.120326 -0.122 85 -316050.416337 -0.122 89 -316100.569742 -0.122 93 -316149.640696 -0.122 97 -316197.683942 -0.122 101 -316244.749492 -0.122 105 -316290.883212 -0.122 109 -316336.1273 -0.122 113 -316380.520705 -0.122 117 -316424.099482 -0.122 121 -316466.897093 -0.122 125 -316508.944675 -0.122 129 -316550.271266 -0.122 133 -316590.90401 -0.122 137 -316630.868326 -0.122 141 -316670.18807 -0.122 145 -316708.885669 -0.122 149 -316746.98224 -0.122 153 -316784.497704 -0.122 157 -316821.450878 -0.122 161 -316857.859564 -0.122 165 -316893.740626 -0.122 169 -316929.11006 -0.122 173 -316963.983057 -0.122 177 -316998.374065 -0.122 181 -317032.296833 -0.122 185 -317065.764466 -0.122 189 -317098.789463 -0.122 193 -317131.383761 -0.122 197 -317163.558765 -0.124 1 -314579.247869 -0.124 5 -314730.336073 -0.124 9 -314852.084637 -0.124 13 -314959.611587 -0.124 17 -315057.725785 -0.124 21 -315148.841378 -0.124 25 -315234.412499 -0.124 29 -315315.410143 -0.124 33 -315392.527792 -0.124 37 -315466.284873 -0.124 41 -315537.084533 -0.124 45 -315605.248436 -0.124 49 -315671.038978 -0.124 53 -315734.674119 -0.124 57 -315796.337665 -0.124 61 -315856.186622 -0.124 65 -315914.356584 -0.124 69 -315970.96578 -0.124 73 -316026.118163 -0.124 77 -316079.90581 -0.124 81 -316132.410822 -0.124 85 -316183.706833 -0.124 89 -316233.860238 -0.124 93 -316282.931192 -0.124 97 -316330.974437 -0.124 101 -316378.039988 -0.124 105 -316424.173708 -0.124 109 -316469.417795 -0.124 113 -316513.8112 -0.124 117 -316557.389977 -0.124 121 -316600.187588 -0.124 125 -316642.23517 -0.124 129 -316683.561762 -0.124 133 -316724.194505 -0.124 137 -316764.158822 -0.124 141 -316803.478566 -0.124 145 -316842.176164 -0.124 149 -316880.272736 -0.124 153 -316917.7882 -0.124 157 -316954.741374 -0.124 161 -316991.15006 -0.124 165 -317027.031122 -0.124 169 -317062.400555 -0.124 173 -317097.273553 -0.124 177 -317131.664561 -0.124 181 -317165.587329 -0.124 185 -317199.054962 -0.124 189 -317232.079959 -0.124 193 -317264.674256 -0.124 197 -317296.84926 -0.126 1 -314715.222395 -0.126 5 -314866.310599 -0.126 9 -314988.059163 -0.126 13 -315095.586114 -0.126 17 -315193.700311 -0.126 21 -315284.815905 -0.126 25 -315370.387025 -0.126 29 -315451.384669 -0.126 33 -315528.502318 -0.126 37 -315602.2594 -0.126 41 -315673.059059 -0.126 45 -315741.222962 -0.126 49 -315807.013505 -0.126 53 -315870.648645 -0.126 57 -315932.312192 -0.126 61 -315992.161148 -0.126 65 -316050.33111 -0.126 69 -316106.940306 -0.126 73 -316162.092689 -0.126 77 -316215.880336 -0.126 81 -316268.385348 -0.126 85 -316319.681359 -0.126 89 -316369.834764 -0.126 93 -316418.905718 -0.126 97 -316466.948964 -0.126 101 -316514.014514 -0.126 105 -316560.148234 -0.126 109 -316605.392322 -0.126 113 -316649.785727 -0.126 117 -316693.364504 -0.126 121 -316736.162115 -0.126 125 -316778.209697 -0.126 129 -316819.536288 -0.126 133 -316860.169032 -0.126 137 -316900.133348 -0.126 141 -316939.453092 -0.126 145 -316978.150691 -0.126 149 -317016.247262 -0.126 153 -317053.762726 -0.126 157 -317090.715901 -0.126 161 -317127.124586 -0.126 165 -317163.005648 -0.126 169 -317198.375082 -0.126 173 -317233.248079 -0.126 177 -317267.639087 -0.126 181 -317301.561855 -0.126 185 -317335.029488 -0.126 189 -317368.054486 -0.126 193 -317400.648783 -0.126 197 -317432.823787 -0.128 1 -314853.818133 -0.128 5 -315004.906337 -0.128 9 -315126.654901 -0.128 13 -315234.181852 -0.128 17 -315332.296049 -0.128 21 -315423.411643 -0.128 25 -315508.982763 -0.128 29 -315589.980407 -0.128 33 -315667.098056 -0.128 37 -315740.855138 -0.128 41 -315811.654797 -0.128 45 -315879.8187 -0.128 49 -315945.609243 -0.128 53 -316009.244384 -0.128 57 -316070.90793 -0.128 61 -316130.756886 -0.128 65 -316188.926848 -0.128 69 -316245.536045 -0.128 73 -316300.688427 -0.128 77 -316354.476074 -0.128 81 -316406.981086 -0.128 85 -316458.277097 -0.128 89 -316508.430502 -0.128 93 -316557.501457 -0.128 97 -316605.544702 -0.128 101 -316652.610253 -0.128 105 -316698.743972 -0.128 109 -316743.98806 -0.128 113 -316788.381465 -0.128 117 -316831.960242 -0.128 121 -316874.757853 -0.128 125 -316916.805435 -0.128 129 -316958.132026 -0.128 133 -316998.76477 -0.128 137 -317038.729086 -0.128 141 -317078.04883 -0.128 145 -317116.746429 -0.128 149 -317154.843 -0.128 153 -317192.358464 -0.128 157 -317229.311639 -0.128 161 -317265.720325 -0.128 165 -317301.601386 -0.128 169 -317336.97082 -0.128 173 -317371.843818 -0.128 177 -317406.234825 -0.128 181 -317440.157594 -0.128 185 -317473.625226 -0.128 189 -317506.650224 -0.128 193 -317539.244521 -0.128 197 -317571.419525 -0.13 1 -314994.975333 -0.13 5 -315146.063538 -0.13 9 -315267.812102 -0.13 13 -315375.339052 -0.13 17 -315473.453249 -0.13 21 -315564.568843 -0.13 25 -315650.139964 -0.13 29 -315731.137607 -0.13 33 -315808.255257 -0.13 37 -315882.012338 -0.13 41 -315952.811997 -0.13 45 -316020.975901 -0.13 49 -316086.766443 -0.13 53 -316150.401584 -0.13 57 -316212.06513 -0.13 61 -316271.914086 -0.13 65 -316330.084049 -0.13 69 -316386.693245 -0.13 73 -316441.845627 -0.13 77 -316495.633275 -0.13 81 -316548.138286 -0.13 85 -316599.434297 -0.13 89 -316649.587702 -0.13 93 -316698.658657 -0.13 97 -316746.701902 -0.13 101 -316793.767453 -0.13 105 -316839.901172 -0.13 109 -316885.14526 -0.13 113 -316929.538665 -0.13 117 -316973.117442 -0.13 121 -317015.915053 -0.13 125 -317057.962635 -0.13 129 -317099.289227 -0.13 133 -317139.92197 -0.13 137 -317179.886286 -0.13 141 -317219.206031 -0.13 145 -317257.903629 -0.13 149 -317296.000201 -0.13 153 -317333.515665 -0.13 157 -317370.468839 -0.13 161 -317406.877525 -0.13 165 -317442.758586 -0.13 169 -317478.12802 -0.13 173 -317513.001018 -0.13 177 -317547.392025 -0.13 181 -317581.314794 -0.13 185 -317614.782427 -0.13 189 -317647.807424 -0.13 193 -317680.401721 -0.13 197 -317712.576725 -0.132 1 -315138.637129 -0.132 5 -315289.725334 -0.132 9 -315411.473898 -0.132 13 -315519.000848 -0.132 17 -315617.115046 -0.132 21 -315708.230639 -0.132 25 -315793.80176 -0.132 29 -315874.799404 -0.132 33 -315951.917053 -0.132 37 -316025.674134 -0.132 41 -316096.473793 -0.132 45 -316164.637697 -0.132 49 -316230.428239 -0.132 53 -316294.06338 -0.132 57 -316355.726926 -0.132 61 -316415.575883 -0.132 65 -316473.745845 -0.132 69 -316530.355041 -0.132 73 -316585.507424 -0.132 77 -316639.295071 -0.132 81 -316691.800083 -0.132 85 -316743.096093 -0.132 89 -316793.249498 -0.132 93 -316842.320453 -0.132 97 -316890.363698 -0.132 101 -316937.429249 -0.132 105 -316983.562968 -0.132 109 -317028.807056 -0.132 113 -317073.200461 -0.132 117 -317116.779238 -0.132 121 -317159.576849 -0.132 125 -317201.624431 -0.132 129 -317242.951023 -0.132 133 -317283.583766 -0.132 137 -317323.548082 -0.132 141 -317362.867827 -0.132 145 -317401.565425 -0.132 149 -317439.661997 -0.132 153 -317477.177461 -0.132 157 -317514.130635 -0.132 161 -317550.539321 -0.132 165 -317586.420382 -0.132 169 -317621.789816 -0.132 173 -317656.662814 -0.132 177 -317691.053822 -0.132 181 -317724.97659 -0.132 185 -317758.444223 -0.132 189 -317791.46922 -0.132 193 -317824.063517 -0.132 197 -317856.238521 -0.134 1 -315284.749366 -0.134 5 -315435.837571 -0.134 9 -315557.586135 -0.134 13 -315665.113085 -0.134 17 -315763.227282 -0.134 21 -315854.342876 -0.134 25 -315939.913997 -0.134 29 -316020.91164 -0.134 33 -316098.02929 -0.134 37 -316171.786371 -0.134 41 -316242.58603 -0.134 45 -316310.749934 -0.134 49 -316376.540476 -0.134 53 -316440.175617 -0.134 57 -316501.839163 -0.134 61 -316561.688119 -0.134 65 -316619.858082 -0.134 69 -316676.467278 -0.134 73 -316731.61966 -0.134 77 -316785.407308 -0.134 81 -316837.912319 -0.134 85 -316889.20833 -0.134 89 -316939.361735 -0.134 93 -316988.43269 -0.134 97 -317036.475935 -0.134 101 -317083.541486 -0.134 105 -317129.675205 -0.134 109 -317174.919293 -0.134 113 -317219.312698 -0.134 117 -317262.891475 -0.134 121 -317305.689086 -0.134 125 -317347.736668 -0.134 129 -317389.06326 -0.134 133 -317429.696003 -0.134 137 -317469.660319 -0.134 141 -317508.980064 -0.134 145 -317547.677662 -0.134 149 -317585.774234 -0.134 153 -317623.289698 -0.134 157 -317660.242872 -0.134 161 -317696.651558 -0.134 165 -317732.532619 -0.134 169 -317767.902053 -0.134 173 -317802.775051 -0.134 177 -317837.166058 -0.134 181 -317871.088827 -0.134 185 -317904.55646 -0.134 189 -317937.581457 -0.134 193 -317970.175754 -0.134 197 -318002.350758 -0.136 1 -315433.260441 -0.136 5 -315584.348645 -0.136 9 -315706.097209 -0.136 13 -315813.624159 -0.136 17 -315911.738357 -0.136 21 -316002.85395 -0.136 25 -316088.425071 -0.136 29 -316169.422715 -0.136 33 -316246.540364 -0.136 37 -316320.297445 -0.136 41 -316391.097104 -0.136 45 -316459.261008 -0.136 49 -316525.05155 -0.136 53 -316588.686691 -0.136 57 -316650.350237 -0.136 61 -316710.199194 -0.136 65 -316768.369156 -0.136 69 -316824.978352 -0.136 73 -316880.130735 -0.136 77 -316933.918382 -0.136 81 -316986.423394 -0.136 85 -317037.719404 -0.136 89 -317087.87281 -0.136 93 -317136.943764 -0.136 97 -317184.987009 -0.136 101 -317232.05256 -0.136 105 -317278.186279 -0.136 109 -317323.430367 -0.136 113 -317367.823772 -0.136 117 -317411.402549 -0.136 121 -317454.20016 -0.136 125 -317496.247742 -0.136 129 -317537.574334 -0.136 133 -317578.207077 -0.136 137 -317618.171393 -0.136 141 -317657.491138 -0.136 145 -317696.188736 -0.136 149 -317734.285308 -0.136 153 -317771.800772 -0.136 157 -317808.753946 -0.136 161 -317845.162632 -0.136 165 -317881.043694 -0.136 169 -317916.413127 -0.136 173 -317951.286125 -0.136 177 -317985.677133 -0.136 181 -318019.599901 -0.136 185 -318053.067534 -0.136 189 -318086.092531 -0.136 193 -318118.686828 -0.136 197 -318150.861832 -0.138 1 -315584.121153 -0.138 5 -315735.209357 -0.138 9 -315856.957921 -0.138 13 -315964.484872 -0.138 17 -316062.599069 -0.138 21 -316153.714663 -0.138 25 -316239.285783 -0.138 29 -316320.283427 -0.138 33 -316397.401076 -0.138 37 -316471.158157 -0.138 41 -316541.957817 -0.138 45 -316610.12172 -0.138 49 -316675.912262 -0.138 53 -316739.547403 -0.138 57 -316801.210949 -0.138 61 -316861.059906 -0.138 65 -316919.229868 -0.138 69 -316975.839064 -0.138 73 -317030.991447 -0.138 77 -317084.779094 -0.138 81 -317137.284106 -0.138 85 -317188.580117 -0.138 89 -317238.733522 -0.138 93 -317287.804476 -0.138 97 -317335.847722 -0.138 101 -317382.913272 -0.138 105 -317429.046992 -0.138 109 -317474.291079 -0.138 113 -317518.684485 -0.138 117 -317562.263261 -0.138 121 -317605.060872 -0.138 125 -317647.108454 -0.138 129 -317688.435046 -0.138 133 -317729.067789 -0.138 137 -317769.032106 -0.138 141 -317808.35185 -0.138 145 -317847.049448 -0.138 149 -317885.14602 -0.138 153 -317922.661484 -0.138 157 -317959.614658 -0.138 161 -317996.023344 -0.138 165 -318031.904406 -0.138 169 -318067.273839 -0.138 173 -318102.146837 -0.138 177 -318136.537845 -0.138 181 -318170.460613 -0.138 185 -318203.928246 -0.138 189 -318236.953243 -0.138 193 -318269.54754 -0.138 197 -318301.722544 -0.14 1 -315737.284571 -0.14 5 -315888.372775 -0.14 9 -316010.121339 -0.14 13 -316117.64829 -0.14 17 -316215.762487 -0.14 21 -316306.878081 -0.14 25 -316392.449201 -0.14 29 -316473.446845 -0.14 33 -316550.564494 -0.14 37 -316624.321575 -0.14 41 -316695.121235 -0.14 45 -316763.285138 -0.14 49 -316829.07568 -0.14 53 -316892.710821 -0.14 57 -316954.374367 -0.14 61 -317014.223324 -0.14 65 -317072.393286 -0.14 69 -317129.002482 -0.14 73 -317184.154865 -0.14 77 -317237.942512 -0.14 81 -317290.447524 -0.14 85 -317341.743535 -0.14 89 -317391.89694 -0.14 93 -317440.967894 -0.14 97 -317489.01114 -0.14 101 -317536.07669 -0.14 105 -317582.21041 -0.14 109 -317627.454497 -0.14 113 -317671.847903 -0.14 117 -317715.426679 -0.14 121 -317758.22429 -0.14 125 -317800.271872 -0.14 129 -317841.598464 -0.14 133 -317882.231207 -0.14 137 -317922.195524 -0.14 141 -317961.515268 -0.14 145 -318000.212866 -0.14 149 -318038.309438 -0.14 153 -318075.824902 -0.14 157 -318112.778076 -0.14 161 -318149.186762 -0.14 165 -318185.067824 -0.14 169 -318220.437257 -0.14 173 -318255.310255 -0.14 177 -318289.701263 -0.14 181 -318323.624031 -0.14 185 -318357.091664 -0.14 189 -318390.116661 -0.14 193 -318422.710958 -0.14 197 -318454.885962 -0.142 1 -315892.705902 -0.142 5 -316043.794106 -0.142 9 -316165.54267 -0.142 13 -316273.069621 -0.142 17 -316371.183818 -0.142 21 -316462.299412 -0.142 25 -316547.870532 -0.142 29 -316628.868176 -0.142 33 -316705.985825 -0.142 37 -316779.742907 -0.142 41 -316850.542566 -0.142 45 -316918.706469 -0.142 49 -316984.497012 -0.142 53 -317048.132152 -0.142 57 -317109.795699 -0.142 61 -317169.644655 -0.142 65 -317227.814617 -0.142 69 -317284.423813 -0.142 73 -317339.576196 -0.142 77 -317393.363843 -0.142 81 -317445.868855 -0.142 85 -317497.164866 -0.142 89 -317547.318271 -0.142 93 -317596.389225 -0.142 97 -317644.432471 -0.142 101 -317691.498021 -0.142 105 -317737.631741 -0.142 109 -317782.875829 -0.142 113 -317827.269234 -0.142 117 -317870.848011 -0.142 121 -317913.645622 -0.142 125 -317955.693204 -0.142 129 -317997.019795 -0.142 133 -318037.652539 -0.142 137 -318077.616855 -0.142 141 -318116.936599 -0.142 145 -318155.634198 -0.142 149 -318193.730769 -0.142 153 -318231.246233 -0.142 157 -318268.199407 -0.142 161 -318304.608093 -0.142 165 -318340.489155 -0.142 169 -318375.858589 -0.142 173 -318410.731586 -0.142 177 -318445.122594 -0.142 181 -318479.045362 -0.142 185 -318512.512995 -0.142 189 -318545.537992 -0.142 193 -318578.13229 -0.142 197 -318610.307294 -0.144 1 -316050.342375 -0.144 5 -316201.430579 -0.144 9 -316323.179143 -0.144 13 -316430.706094 -0.144 17 -316528.820291 -0.144 21 -316619.935885 -0.144 25 -316705.507005 -0.144 29 -316786.504649 -0.144 33 -316863.622298 -0.144 37 -316937.37938 -0.144 41 -317008.179039 -0.144 45 -317076.342942 -0.144 49 -317142.133485 -0.144 53 -317205.768626 -0.144 57 -317267.432172 -0.144 61 -317327.281128 -0.144 65 -317385.45109 -0.144 69 -317442.060287 -0.144 73 -317497.212669 -0.144 77 -317551.000316 -0.144 81 -317603.505328 -0.144 85 -317654.801339 -0.144 89 -317704.954744 -0.144 93 -317754.025699 -0.144 97 -317802.068944 -0.144 101 -317849.134495 -0.144 105 -317895.268214 -0.144 109 -317940.512302 -0.144 113 -317984.905707 -0.144 117 -318028.484484 -0.144 121 -318071.282095 -0.144 125 -318113.329677 -0.144 129 -318154.656268 -0.144 133 -318195.289012 -0.144 137 -318235.253328 -0.144 141 -318274.573072 -0.144 145 -318313.270671 -0.144 149 -318351.367242 -0.144 153 -318388.882706 -0.144 157 -318425.835881 -0.144 161 -318462.244566 -0.144 165 -318498.125628 -0.144 169 -318533.495062 -0.144 173 -318568.368059 -0.144 177 -318602.759067 -0.144 181 -318636.681835 -0.144 185 -318670.149468 -0.144 189 -318703.174466 -0.144 193 -318735.768763 -0.144 197 -318767.943767 -0.146 1 -316210.15313 -0.146 5 -316361.241334 -0.146 9 -316482.989898 -0.146 13 -316590.516849 -0.146 17 -316688.631046 -0.146 21 -316779.74664 -0.146 25 -316865.31776 -0.146 29 -316946.315404 -0.146 33 -317023.433053 -0.146 37 -317097.190134 -0.146 41 -317167.989794 -0.146 45 -317236.153697 -0.146 49 -317301.94424 -0.146 53 -317365.57938 -0.146 57 -317427.242926 -0.146 61 -317487.091883 -0.146 65 -317545.261845 -0.146 69 -317601.871041 -0.146 73 -317657.023424 -0.146 77 -317710.811071 -0.146 81 -317763.316083 -0.146 85 -317814.612094 -0.146 89 -317864.765499 -0.146 93 -317913.836453 -0.146 97 -317961.879699 -0.146 101 -318008.945249 -0.146 105 -318055.078969 -0.146 109 -318100.323056 -0.146 113 -318144.716462 -0.146 117 -318188.295238 -0.146 121 -318231.09285 -0.146 125 -318273.140432 -0.146 129 -318314.467023 -0.146 133 -318355.099766 -0.146 137 -318395.064083 -0.146 141 -318434.383827 -0.146 145 -318473.081426 -0.146 149 -318511.177997 -0.146 153 -318548.693461 -0.146 157 -318585.646635 -0.146 161 -318622.055321 -0.146 165 -318657.936383 -0.146 169 -318693.305816 -0.146 173 -318728.178814 -0.146 177 -318762.569822 -0.146 181 -318796.49259 -0.146 185 -318829.960223 -0.146 189 -318862.98522 -0.146 193 -318895.579517 -0.146 197 -318927.754522 -0.148 1 -316372.099115 -0.148 5 -316523.187319 -0.148 9 -316644.935883 -0.148 13 -316752.462833 -0.148 17 -316850.577031 -0.148 21 -316941.692624 -0.148 25 -317027.263745 -0.148 29 -317108.261389 -0.148 33 -317185.379038 -0.148 37 -317259.136119 -0.148 41 -317329.935778 -0.148 45 -317398.099682 -0.148 49 -317463.890224 -0.148 53 -317527.525365 -0.148 57 -317589.188911 -0.148 61 -317649.037868 -0.148 65 -317707.20783 -0.148 69 -317763.817026 -0.148 73 -317818.969409 -0.148 77 -317872.757056 -0.148 81 -317925.262068 -0.148 85 -317976.558079 -0.148 89 -318026.711484 -0.148 93 -318075.782438 -0.148 97 -318123.825683 -0.148 101 -318170.891234 -0.148 105 -318217.024953 -0.148 109 -318262.269041 -0.148 113 -318306.662446 -0.148 117 -318350.241223 -0.148 121 -318393.038834 -0.148 125 -318435.086416 -0.148 129 -318476.413008 -0.148 133 -318517.045751 -0.148 137 -318557.010067 -0.148 141 -318596.329812 -0.148 145 -318635.02741 -0.148 149 -318673.123982 -0.002 0.2 -332082.581272 -0.002 0.3 -331789.553239 -0.002 0.4 -331516.531044 -0.002 0.5 -331259.406346 -0.004 0.2 -327068.496671 -0.002 0.6 -331019.422321 -0.004 0.3 -326957.430898 -0.002 0.7 -330792.101406 -0.004 0.4 -326833.867532 -0.002 0.8 -330575.953092 -0.006 0.2 -324145.654395 -0.002 0.9 -330368.210327 -0.006 0.3 -324081.408841 -0.004 0.5 -326709.359752 -0.006 0.4 -324015.667344 -0.004 0.6 -326591.023939 -0.008 0.2 -322092.626903 -0.004 0.7 -326352.801113 -0.008 0.3 -322078.069843 -0.004 0.8 -326359.433713 -0.008 0.4 -322036.056426 -0.004 0.9 -326250.772619 -0.01 0.2 -320549.419614 -0.006 0.5 -323952.139562 -0.01 0.3 -320539.342346 -0.006 0.6 -323882.345726 -0.01 0.4 -320530.58892 -0.006 0.7 -323818.920667 -0.012 0.2 -319326.272073 -0.006 0.8 -323745.680289 -0.012 0.3 -319324.305932 -0.006 0.9 -323680.822762 -0.012 0.4 -319317.12166 -0.008 0.5 -321991.632851 -0.014 0.2 -318328.683196 -0.008 0.6 -321952.652472 -0.014 0.3 -318330.0827 -0.008 0.7 -321913.886208 -0.014 0.4 -318326.404572 -0.008 0.8 -321868.222874 -0.016 0.2 -317496.317703 -0.008 0.9 -321754.697833 -0.016 0.3 -317497.717207 -0.01 0.5 -320506.420478 -0.016 0.4 -317339.566345 -0.01 0.6 -320473.340939 -0.018 0.2 -316789.100359 -0.01 0.7 -320445.146025 -0.018 0.3 -316791.6583 -0.01 0.8 -320397.544053 -0.018 0.4 -316794.266294 -0.01 0.9 -320398.721793 -0.02 0.2 -316181.487755 -0.012 0.5 -319311.475971 -0.02 0.3 -316185.334488 -0.012 0.6 -318527.493155 -0.02 0.4 -316187.942481 -0.012 0.7 -319250.950908 -0.022 0.2 -315654.779006 -0.012 0.8 -319256.511502 -0.022 0.3 -315659.793976 -0.012 0.9 -319236.961037 -0.022 0.4 -315662.401969 -0.014 0.5 -318275.684536 -0.024 0.2 -315194.960314 -0.014 0.6 -318318.787734 -0.024 0.3 -315200.381907 -0.014 0.7 -318314.491919 -0.024 0.4 -315203.651979 -0.014 0.8 -318304.002865 -0.026 0.2 -314791.389933 -0.014 0.9 -318287.290902 -0.026 0.3 -314796.811525 -0.016 0.5 -317496.084354 -0.026 0.4 -314801.066725 -0.016 0.6 -317493.878143 -0.028 0.2 -314435.796317 -0.016 0.7 -317491.786582 -0.028 0.3 -314441.217909 -0.016 0.8 -317313.462253 -0.028 0.4 -314403.91602 -0.016 0.9 -317485.546959 -0.03 0.2 -314121.622756 -0.018 0.5 -316795.297423 -0.03 0.3 -314127.044348 -0.018 0.6 -316793.347304 -0.03 0.4 -314132.308274 -0.018 0.7 -316792.317644 -0.032 0.2 -313843.583943 -0.018 0.8 -316791.344726 -0.032 0.3 -313849.005535 -0.032 0.4 -313854.269461 -0.018 0.9 -316751.195756 -0.034 0.2 -313597.357221 -0.02 0.5 -316191.140152 -0.034 0.3 -313602.778813 -0.02 0.6 -316191.749059 -0.034 0.4 -313608.042739 -0.02 0.7 -316191.090741 -0.036 0.2 -313379.362208 -0.02 0.8 -316190.927872 -0.036 0.3 -313384.7838 -0.02 0.9 -316190.771097 -0.036 0.4 -313390.047726 -0.022 0.5 -315665.59964 -0.038 0.2 -313186.600086 -0.022 0.6 -315668.952333 -0.038 0.3 -313192.021678 -0.022 0.7 -315669.833765 -0.038 0.4 -313197.285604 -0.022 0.8 -315670.071891 -0.04 0.2 -313016.534166 -0.022 0.9 -315670.585005 -0.04 0.3 -313021.955758 -0.024 0.5 -315206.849649 -0.04 0.4 -313027.219684 -0.024 0.6 -315210.371769 -0.042 0.2 -312866.999614 -0.024 0.7 -315213.756945 -0.042 0.3 -312872.421206 -0.024 0.8 -315215.240472 -0.042 0.4 -312877.685132 -0.024 0.9 -315216.126324 -0.044 0.2 -312736.134206 -0.026 0.5 -314804.264395 -0.044 0.3 -312741.555798 -0.026 0.6 -314807.786515 -0.044 0.4 -312746.819725 -0.026 0.7 -314811.498235 -0.046 0.2 -312622.324484 -0.026 0.8 -314814.903176 -0.046 0.3 -312627.746076 -0.026 0.9 -314817.153206 -0.046 0.4 -312633.010003 -0.028 0.5 -314449.584741 -0.048 0.2 -312524.163378 -0.028 0.6 -314453.106861 -0.048 0.3 -312529.58497 -0.028 0.7 -314456.818581 -0.048 0.4 -312534.848896 -0.028 0.8 -314442.908069 -0.05 0.2 -312440.416488 -0.028 0.9 -314464.066835 -0.05 0.3 -312445.83808 -0.03 0.5 -314136.263811 -0.05 0.4 -312451.102006 -0.03 0.6 -314139.785931 -0.052 0.2 -312369.994981 -0.03 0.7 -314143.497651 -0.052 0.3 -312375.416574 -0.052 0.4 -312380.6805 -0.03 0.8 -314147.322895 -0.054 0.2 -312311.933609 -0.03 0.9 -314133.835151 -0.054 0.3 -312317.355202 -0.032 0.5 -313818.480325 -0.054 0.4 -312322.619128 -0.032 0.6 -313862.546349 -0.056 0.2 -312265.372722 -0.032 0.7 -313866.258068 -0.056 0.3 -312270.794314 -0.032 0.8 -313870.083312 -0.056 0.4 -312276.058241 -0.032 0.9 -313873.976062 -0.058 0.2 -312229.543441 -0.034 0.5 -313613.167557 -0.058 0.3 -312234.965033 -0.034 0.6 -313617.071941 -0.058 0.4 -312240.228959 -0.034 0.7 -313620.783661 -0.06 0.2 -312203.755346 -0.034 0.8 -313624.608905 -0.06 0.3 -312209.176939 -0.034 0.9 -313628.501655 -0.06 0.4 -312214.440865 -0.036 0.5 -313395.172544 -0.062 0.2 -312187.386187 -0.036 0.6 -313360.72312 -0.062 0.3 -312192.807779 -0.036 0.7 -313403.499419 -0.062 0.4 -312198.071705 -0.036 0.8 -313407.324663 -0.064 0.2 -312179.873218 -0.036 0.9 -313411.217413 -0.064 0.3 -312185.29481 -0.064 0.4 -312190.558736 -0.038 0.5 -313202.410422 -0.066 0.2 -312180.705879 -0.038 0.6 -313207.411866 -0.066 0.3 -312186.127471 -0.038 0.7 -313211.411026 -0.066 0.4 -312191.391397 -0.038 0.8 -313215.23627 -0.068 0.2 -312189.419562 -0.038 0.9 -313219.12902 -0.068 0.3 -312194.841154 -0.04 0.5 -313032.344502 -0.068 0.4 -312200.10508 -0.04 0.6 -313037.345946 -0.07 0.2 -312205.590281 -0.04 0.7 -313004.100491 -0.07 0.3 -312211.011873 -0.04 0.8 -313045.810843 -0.07 0.4 -312216.275799 -0.04 0.9 -313049.703593 -0.072 0.2 -312228.830098 -0.042 0.5 -312882.80995 -0.072 0.3 -312234.25169 -0.042 0.6 -312887.811394 -0.072 0.4 -312239.515616 -0.042 0.7 -312892.702585 -0.074 0.2 -312258.783171 -0.042 0.8 -312896.886799 -0.074 0.3 -312264.204764 -0.042 0.9 -312900.779549 -0.074 0.4 -312269.46869 -0.044 0.5 -312751.944542 -0.076 0.2 -312295.122334 -0.044 0.6 -312756.945987 -0.076 0.3 -312300.543926 -0.044 0.7 -312761.837177 -0.076 0.4 -312305.807852 -0.044 0.8 -312729.686257 -0.078 0.2 -312337.546113 -0.044 0.9 -312770.49746 -0.078 0.3 -312342.967705 -0.046 0.5 -312638.13482 -0.078 0.4 -312348.231631 -0.046 0.6 -312643.136265 -0.08 0.2 -312385.776131 -0.046 0.7 -312648.027455 -0.08 0.3 -312391.197723 -0.046 0.8 -312652.819354 -0.08 0.4 -312396.461649 -0.046 0.9 -312621.136914 -0.082 0.2 -312439.554823 -0.048 0.5 -312539.973714 -0.082 0.3 -312444.976415 -0.048 0.6 -312544.975158 -0.082 0.4 -312450.240341 -0.084 0.2 -312498.643436 -0.048 0.7 -312549.866349 -0.084 0.3 -312504.065028 -0.048 0.8 -312554.658248 -0.084 0.4 -312509.328955 -0.048 0.9 -312559.360075 -0.086 0.2 -312562.820256 -0.05 0.5 -312456.226824 -0.086 0.3 -312568.241848 -0.05 0.6 -312461.228268 -0.086 0.4 -312573.505774 -0.05 0.7 -312466.119459 -0.088 0.2 -312631.879043 -0.05 0.8 -312470.911358 -0.088 0.3 -312637.300635 -0.05 0.9 -312475.613185 -0.088 0.4 -312642.564561 -0.052 0.5 -312385.805318 -0.09 0.2 -312705.627642 -0.052 0.6 -312390.806762 -0.09 0.3 -312711.049234 -0.052 0.7 -312395.697953 -0.09 0.4 -312716.31316 -0.052 0.8 -312400.489851 -0.092 0.2 -312783.886746 -0.052 0.9 -312405.191678 -0.092 0.3 -312789.308339 -0.054 0.5 -312327.743946 -0.092 0.4 -312794.572265 -0.054 0.6 -312332.74539 -0.094 0.2 -312866.488793 -0.054 0.7 -312337.636581 -0.094 0.3 -312871.910385 -0.054 0.8 -312342.428479 -0.094 0.4 -312877.174311 -0.054 0.9 -312347.130307 -0.096 0.2 -312953.276975 -0.056 0.5 -312281.183058 -0.096 0.3 -312958.698567 -0.056 0.6 -312286.184502 -0.096 0.4 -312963.962493 -0.056 0.7 -312291.075693 -0.098 0.2 -313044.104356 -0.056 0.8 -312295.867592 -0.098 0.3 -313049.525948 -0.056 0.9 -312300.569419 -0.098 0.4 -313054.789875 -0.058 0.5 -312245.353777 -0.1 0.2 -313138.833075 -0.058 0.6 -312250.355221 -0.1 0.3 -313144.254667 -0.058 0.7 -312255.246412 -0.1 0.4 -313149.518593 -0.058 0.8 -312260.038311 -0.102 0.2 -313237.333625 -0.058 0.9 -312264.740138 -0.102 0.3 -313242.755217 -0.06 0.5 -312219.565683 -0.102 0.4 -313248.019143 -0.06 0.6 -312224.567127 -0.104 0.2 -313339.484211 -0.06 0.7 -312229.458318 -0.104 0.3 -313344.905803 -0.06 0.8 -312234.250216 -0.104 0.4 -313350.169729 -0.06 0.9 -312238.952044 -0.106 0.2 -313445.170159 -0.062 0.5 -312203.196523 -0.106 0.3 -313450.591751 -0.062 0.6 -312208.197967 -0.106 0.4 -313455.855678 -0.062 0.7 -312213.089158 -0.108 0.2 -313554.283389 -0.108 0.3 -313559.704981 -0.062 0.8 -312217.881056 -0.108 0.4 -313564.968907 -0.062 0.9 -312222.582884 -0.11 0.2 -313666.721928 -0.064 0.5 -312195.683554 -0.11 0.3 -313672.14352 -0.064 0.6 -312200.684998 -0.11 0.4 -313677.407447 -0.064 0.7 -312205.576189 -0.112 0.2 -313782.389475 -0.064 0.8 -312210.368087 -0.112 0.3 -313787.811067 -0.064 0.9 -312215.069915 -0.112 0.4 -313793.074994 -0.066 0.5 -312196.516215 -0.114 0.2 -313901.194999 -0.066 0.6 -312201.517659 -0.114 0.3 -313906.616591 -0.066 0.7 -312206.40885 -0.114 0.4 -313911.880518 -0.066 0.8 -312211.200749 -0.116 0.2 -314023.052374 -0.066 0.9 -312215.902576 -0.116 0.3 -314028.473966 -0.068 0.5 -312205.229898 -0.116 0.4 -314033.737892 -0.068 0.6 -312210.231342 -0.118 0.2 -314147.880044 -0.068 0.7 -312215.122533 -0.118 0.3 -314153.301636 -0.068 0.8 -312219.914431 -0.118 0.4 -314158.565562 -0.068 0.9 -312224.616259 -0.12 0.2 -314275.600719 -0.07 0.5 -312221.400617 -0.12 0.3 -314281.022312 -0.07 0.6 -312226.402061 -0.12 0.4 -314286.286238 -0.07 0.7 -312231.293252 -0.122 0.2 -314406.141095 -0.07 0.8 -312236.08515 -0.122 0.3 -314411.562687 -0.07 0.9 -312240.786978 -0.122 0.4 -314416.826613 -0.072 0.5 -312244.640434 -0.124 0.2 -314539.43159 -0.072 0.6 -312249.641878 -0.124 0.3 -314544.853183 -0.072 0.7 -312254.533069 -0.124 0.4 -314550.117109 -0.072 0.8 -312259.324967 -0.126 0.2 -314675.406117 -0.072 0.9 -312264.026795 -0.126 0.3 -314680.827709 -0.074 0.5 -312274.593508 -0.126 0.4 -314686.091635 -0.074 0.6 -312279.594952 -0.128 0.2 -314814.001855 -0.074 0.7 -312284.486143 -0.128 0.3 -314819.423447 -0.074 0.8 -312289.278041 -0.128 0.4 -314824.687373 -0.13 0.2 -314955.159055 -0.074 0.9 -312293.979869 -0.13 0.3 -314960.580647 -0.076 0.5 -312310.93267 -0.13 0.4 -314965.844574 -0.076 0.6 -312315.934114 -0.132 0.2 -315098.820851 -0.076 0.7 -312320.825305 -0.132 0.3 -315104.242443 -0.076 0.8 -312325.617204 -0.132 0.4 -315109.50637 -0.076 0.9 -312330.319031 -0.134 0.2 -315244.933088 -0.078 0.5 -312353.356449 -0.134 0.3 -315250.35468 -0.078 0.6 -312358.357893 -0.134 0.4 -315255.618607 -0.078 0.7 -312363.249084 -0.136 0.2 -315393.444162 -0.078 0.8 -312368.040983 -0.136 0.3 -315398.865754 -0.078 0.9 -312372.74281 -0.136 0.4 -315404.129681 -0.08 0.5 -312401.586467 -0.138 0.2 -315544.304874 -0.08 0.6 -312406.587911 -0.138 0.3 -315549.726467 -0.08 0.7 -312411.479102 -0.138 0.4 -315554.990393 -0.08 0.8 -312416.271 -0.14 0.2 -315697.468292 -0.08 0.9 -312420.972828 -0.14 0.3 -315702.889885 -0.082 0.5 -312455.365159 -0.14 0.4 -315708.153811 -0.082 0.6 -312460.366603 -0.142 0.2 -315852.889624 -0.082 0.7 -312465.257794 -0.142 0.3 -315858.311216 -0.082 0.8 -312470.049693 -0.142 0.4 -315863.575142 -0.082 0.9 -312474.75152 -0.144 0.2 -316010.526097 -0.084 0.5 -312514.453772 -0.144 0.3 -316015.947689 -0.084 0.6 -312519.455217 -0.144 0.4 -316021.211615 -0.084 0.7 -312524.346407 -0.146 0.2 -316170.336852 -0.084 0.8 -312529.138306 -0.146 0.3 -316175.758444 -0.084 0.9 -312533.840133 -0.146 0.4 -316181.02237 -0.086 0.5 -312578.630592 -0.148 0.2 -316332.282836 -0.086 0.6 -312583.632036 -0.148 0.3 -316337.704429 -0.086 0.7 -312588.523227 -0.148 0.4 -316342.968355 -0.086 0.8 -312593.315126 -0.15 0.2 -316496.326712 -0.086 0.9 -312598.016953 -0.15 0.3 -316501.748304 -0.15 0.4 -316507.01223 -0.088 0.5 -312647.689379 -0.152 0.2 -316662.432762 -0.088 0.6 -312652.690823 -0.152 0.3 -316667.854354 -0.088 0.7 -312657.582014 -0.152 0.4 -316673.11828 -0.088 0.8 -312662.373913 -0.154 0.2 -316830.566809 -0.088 0.9 -312667.07574 -0.154 0.3 -316835.988402 -0.09 0.5 -312721.437978 -0.154 0.4 -316841.252328 -0.09 0.6 -312726.439422 -0.156 0.2 -317000.69614 -0.09 0.7 -312731.330613 -0.156 0.3 -317006.117732 -0.09 0.8 -312736.122512 -0.156 0.4 -317011.381658 -0.09 0.9 -312740.824339 -0.158 0.2 -317172.789427 -0.092 0.5 -312799.697083 -0.158 0.3 -317178.211019 -0.092 0.6 -312804.698527 -0.158 0.4 -317183.474945 -0.092 0.7 -312809.589718 -0.16 0.2 -317346.816662 -0.092 0.8 -312814.381616 -0.16 0.3 -317352.238254 -0.092 0.9 -312819.083443 -0.16 0.4 -317357.50218 -0.094 0.5 -312882.299129 -0.162 0.2 -317522.749093 -0.094 0.6 -312887.300573 -0.162 0.3 -317528.170685 -0.094 0.7 -312892.191764 -0.162 0.4 -317533.434612 -0.094 0.8 -312896.983663 -0.164 0.2 -317700.559165 -0.094 0.9 -312901.68549 -0.164 0.3 -317705.980757 -0.096 0.5 -312969.087311 -0.164 0.4 -317711.244683 -0.096 0.6 -312974.088755 -0.166 0.2 -317880.220457 -0.096 0.7 -312978.979946 -0.166 0.3 -317885.64205 -0.096 0.8 -312983.771845 -0.166 0.4 -317890.905976 -0.096 0.9 -312988.473672 -0.168 0.2 -318061.707638 -0.098 0.5 -313059.914692 -0.168 0.3 -318067.12923 -0.098 0.6 -313064.916137 -0.168 0.4 -318072.393157 -0.098 0.7 -313069.807328 -0.17 0.2 -318244.996408 -0.098 0.8 -313074.599226 -0.17 0.3 -318250.418001 -0.098 0.9 -313079.301053 -0.17 0.4 -318255.681927 -0.1 0.5 -313154.643411 -0.172 0.2 -318430.063458 -0.1 0.6 -313159.644855 -0.172 0.3 -318435.485051 -0.1 0.7 -313164.536046 -0.172 0.4 -318440.748977 -0.1 0.8 -313169.327944 -0.174 0.2 -318616.886421 -0.1 0.9 -313174.029772 -0.174 0.3 -318622.308013 -0.102 0.5 -313253.143961 -0.174 0.4 -318627.571939 -0.102 0.6 -313258.145405 -0.176 0.2 -318805.443831 -0.102 0.7 -313263.036596 -0.176 0.3 -318810.865423 -0.102 0.8 -313267.828494 -0.176 0.4 -318816.129349 -0.102 0.9 -313272.530322 -0.178 0.2 -318995.715086 -0.104 0.5 -313355.294547 -0.178 0.3 -319001.136678 -0.178 0.4 -319006.400604 -0.104 0.6 -313360.295991 -0.18 0.2 -319187.680408 -0.104 0.7 -313365.187182 -0.18 0.3 -319193.102 -0.104 0.8 -313369.97908 -0.18 0.4 -319198.365926 -0.104 0.9 -313374.680908 -0.182 0.2 -319381.320809 -0.106 0.5 -313460.980495 -0.182 0.3 -319386.742401 -0.106 0.6 -313465.981939 -0.182 0.4 -319392.006327 -0.106 0.7 -313470.87313 -0.184 0.2 -319576.618058 -0.106 0.8 -313475.665029 -0.184 0.3 -319582.03965 -0.106 0.9 -313480.366856 -0.184 0.4 -319587.303576 -0.108 0.5 -313570.093725 -0.186 0.2 -319773.554648 -0.108 0.6 -313575.095169 -0.186 0.3 -319778.97624 -0.186 0.4 -319784.240166 -0.108 0.7 -313579.98636 -0.188 0.2 -319972.113769 -0.108 0.8 -313584.778259 -0.188 0.3 -319977.535361 -0.108 0.9 -313589.480086 -0.188 0.4 -319982.799288 -0.11 0.5 -313682.532264 -0.19 0.2 -320172.279278 -0.11 0.6 -313687.533708 -0.19 0.3 -320177.70087 -0.11 0.7 -313692.424899 -0.19 0.4 -320182.964796 -0.11 0.8 -313697.216798 -0.192 0.2 -320374.035671 -0.11 0.9 -313701.918625 -0.192 0.3 -320379.457264 -0.112 0.5 -313798.199811 -0.192 0.4 -320384.72119 -0.112 0.6 -313803.201256 -0.194 0.2 -320577.368063 -0.112 0.7 -313808.092446 -0.194 0.3 -320582.789655 -0.112 0.8 -313812.884345 -0.194 0.4 -320588.053581 -0.112 0.9 -313817.586172 -0.196 0.2 -320782.262155 -0.114 0.5 -313917.005335 -0.196 0.3 -320787.683748 -0.114 0.6 -313922.006779 -0.196 0.4 -320792.947674 -0.114 0.7 -313926.89797 -0.198 0.2 -320988.704223 -0.114 0.8 -313931.689869 -0.198 0.3 -320994.125815 -0.114 0.9 -313936.391696 -0.198 0.4 -320999.389742 -0.116 0.5 -314038.86271 -0.2 0.2 -321196.681086 -0.116 0.6 -314043.864154 -0.2 0.3 -321202.102678 -0.2 0.4 -321207.366605 -0.116 0.7 -314048.755345 -0.202 0.2 -321406.180091 -0.116 0.8 -314053.547243 -0.202 0.3 -321411.601684 -0.116 0.9 -314058.249071 -0.202 0.4 -321416.86561 -0.118 0.5 -314163.69038 -0.204 0.2 -321617.189093 -0.118 0.6 -314168.691824 -0.204 0.3 -321622.610686 -0.118 0.7 -314173.583015 -0.204 0.4 -321627.874612 -0.118 0.8 -314178.374914 -0.206 0.2 -321829.696435 -0.118 0.9 -314183.076741 -0.206 0.3 -321835.118028 -0.12 0.5 -314291.411056 -0.206 0.4 -321840.381954 -0.12 0.6 -314296.4125 -0.208 0.2 -322043.690932 -0.12 0.7 -314301.303691 -0.208 0.3 -322049.112524 -0.12 0.8 -314306.095589 -0.208 0.4 -322054.37645 -0.12 0.9 -314310.797417 -0.21 0.2 -322259.161853 -0.21 0.3 -322264.583445 -0.122 0.5 -314421.951431 -0.21 0.4 -322269.847371 -0.122 0.6 -314426.952875 -0.212 0.2 -322476.098905 -0.122 0.7 -314431.844066 -0.212 0.3 -322481.520497 -0.122 0.8 -314436.635964 -0.212 0.4 -322486.784423 -0.122 0.9 -314441.337792 -0.214 0.2 -322694.492221 -0.124 0.5 -314555.241927 -0.214 0.3 -322699.913813 -0.124 0.6 -314560.243371 -0.214 0.4 -322705.177739 -0.124 0.7 -314565.134562 -0.216 0.2 -322914.332341 -0.216 0.3 -322919.753933 -0.124 0.8 -314569.92646 -0.216 0.4 -322925.017859 -0.218 0.2 -323135.610201 -0.124 0.9 -314574.628287 -0.218 0.3 -323141.031794 -0.126 0.5 -314691.216453 -0.218 0.4 -323146.29572 -0.126 0.6 -314696.217897 -0.22 0.2 -323358.317121 -0.126 0.7 -314701.109088 -0.22 0.3 -323363.738713 -0.126 0.8 -314705.900986 -0.22 0.4 -323369.002639 -0.126 0.9 -314710.602814 -0.222 0.2 -323582.444787 -0.128 0.5 -314829.812191 -0.222 0.3 -323587.86638 -0.128 0.6 -314834.813635 -0.222 0.4 -323593.130306 -0.128 0.7 -314839.704826 -0.224 0.2 -323807.985248 -0.128 0.8 -314844.496725 -0.224 0.3 -323813.40684 -0.128 0.9 -314849.198552 -0.224 0.4 -323818.670766 -0.13 0.5 -314970.969391 -0.226 0.2 -324034.930895 -0.13 0.6 -314975.970835 -0.226 0.3 -324040.352487 -0.13 0.7 -314980.862026 -0.226 0.4 -324045.616413 -0.13 0.8 -314985.653925 -0.228 0.2 -324263.274457 diff --git a/experiments/old_stuff/results3.txt b/experiments/old_stuff/results3.txt deleted file mode 100644 index 19db78a..0000000 --- a/experiments/old_stuff/results3.txt +++ /dev/null @@ -1,2499 +0,0 @@ -0.002 1 -288062.03133 -0.002 5 -282379.797358 -0.002 9 -279946.79428 -0.002 13 -278405.139673 -0.002 17 -277306.189102 -0.002 70 -272955.226077 -0.002 21 -276500.347907 -0.002 74 -272844.214131 -0.002 25 -275874.981786 -0.002 78 -272725.037696 -0.002 82 -272652.376243 -0.002 140 -271946.16156 -0.002 29 -275362.186768 -0.002 86 -272569.319397 -0.002 144 -271922.826235 -0.002 90 -272493.722101 -0.002 33 -274937.699977 -0.002 94 -272424.691448 -0.002 148 -271901.456757 -0.002 98 -272361.539615 -0.002 37 -274574.878545 -0.002 102 -272303.736695 -0.002 152 -271881.874812 -0.002 41 -274271.261739 -0.002 106 -272250.869117 -0.002 110 -272202.538147 -0.002 156 -271863.837477 -0.002 45 -274015.381036 -0.002 114 -272158.225426 -0.002 49 -273787.21329 -0.002 160 -271847.287596 -0.002 53 -273586.784665 -0.002 118 -272117.523333 -0.002 164 -271832.271699 -0.002 57 -273409.622332 -0.002 122 -272080.130368 -0.002 61 -273251.893825 -0.002 168 -271818.627184 -0.002 65 -273105.008654 -0.002 126 -272045.738407 -0.002 172 -271806.285932 -0.002 130 -272014.100382 -0.002 69 -272972.379634 -0.002 176 -271795.170976 -0.002 134 -271985.153832 -0.004 1 -284477.331653 -0.002 180 -271785.082024 -0.002 138 -271958.615094 -0.002 184 -271776.054145 -0.004 5 -280735.752615 -0.002 188 -271767.970664 -0.004 70 -272738.044998 -0.002 192 -271760.771016 -0.004 9 -278781.792032 -0.004 74 -272644.810322 -0.004 13 -277532.436899 -0.002 196 -271754.474159 -0.004 78 -272544.892528 -0.004 17 -276624.686593 -0.004 82 -272453.727157 -0.004 140 -271785.701298 -0.004 21 -275939.866297 -0.004 25 -275363.805292 -0.004 86 -272381.133675 -0.004 144 -271768.532836 -0.004 29 -274936.956075 -0.004 148 -271742.231276 -0.004 90 -272315.235911 -0.004 33 -274547.701483 -0.004 152 -271717.581527 -0.004 94 -272249.864818 -0.004 37 -274242.624485 -0.004 156 -271710.919115 -0.004 98 -272184.371138 -0.004 160 -271694.662866 -0.004 41 -273960.222835 -0.004 164 -271679.865385 -0.004 102 -272134.82451 -0.004 45 -273724.188761 -0.004 168 -271666.394689 -0.004 172 -271654.192747 -0.004 106 -272078.883627 -0.004 49 -273518.61078 -0.004 176 -271643.20717 -0.004 110 -272038.228231 -0.004 180 -271633.239515 -0.004 53 -273327.395257 -0.004 184 -271624.29865 -0.004 114 -271990.348548 -0.004 57 -273168.537587 -0.004 188 -271616.283192 -0.004 118 -271945.736832 -0.004 192 -271609.14281 -0.004 61 -273027.269955 -0.004 196 -271602.894012 -0.004 122 -271915.182473 -0.006 140 -271782.070277 -0.004 65 -272890.064621 -0.006 144 -271750.967603 -0.004 126 -271887.473748 -0.006 148 -271726.730967 -0.004 69 -272776.868781 -0.006 152 -271709.161707 -0.004 130 -271856.92393 -0.006 156 -271708.251805 -0.006 1 -282138.332475 -0.006 160 -271693.401912 -0.004 134 -271828.985312 -0.006 5 -279408.80099 -0.006 164 -271674.845339 -0.006 168 -271662.63215 -0.004 138 -271797.787895 -0.006 9 -277923.008286 -0.006 172 -271656.723474 -0.006 176 -271636.637309 -0.006 70 -272650.435728 -0.006 13 -276847.287191 -0.006 180 -271627.662464 -0.006 184 -271619.629791 -0.006 74 -272564.055392 -0.006 17 -276080.227591 -0.006 188 -271612.423864 -0.006 78 -272481.520425 -0.006 192 -271611.111269 -0.006 21 -275523.109826 -0.006 196 -271610.636473 -0.006 82 -272396.911019 -0.008 140 -271810.934864 -0.006 25 -275025.526758 -0.008 144 -271796.777869 -0.006 86 -272309.139917 -0.006 29 -274616.409275 -0.008 148 -271769.753734 -0.006 90 -272242.947416 -0.006 33 -274302.034194 -0.008 152 -271768.325489 -0.006 37 -273996.307557 -0.006 94 -272192.436199 -0.006 41 -273778.738324 -0.006 98 -272141.781394 -0.008 156 -271753.791218 -0.006 102 -272090.524207 -0.006 45 -273552.578499 -0.008 160 -271735.676349 -0.006 49 -273358.28717 -0.006 106 -272038.369294 -0.008 164 -271709.25776 -0.006 53 -273175.333423 -0.006 110 -272000.403399 -0.008 168 -271717.744058 -0.006 57 -273035.668121 -0.008 172 -271708.110351 -0.006 114 -271971.142164 -0.008 176 -271694.757024 -0.006 61 -272891.539355 -0.008 180 -271682.32005 -0.006 118 -271929.734815 -0.008 184 -271675.545674 -0.006 65 -272795.970014 -0.006 122 -271891.286546 -0.006 69 -272696.543291 -0.008 188 -271669.520806 -0.006 126 -271865.776214 -0.008 1 -280429.303246 -0.008 5 -278311.800659 -0.008 192 -271673.867033 -0.006 130 -271832.56694 -0.008 9 -277170.766243 -0.008 196 -271674.19863 -0.008 13 -276315.045104 -0.006 134 -271796.549753 -0.01 140 -271872.198448 -0.006 138 -271777.89491 -0.008 17 -275562.97926 -0.01 144 -271869.19056 -0.008 70 -272621.234479 -0.008 21 -275106.636959 -0.008 74 -272491.327872 -0.01 148 -271849.37283 -0.008 25 -274688.74102 -0.01 152 -271840.12612 -0.008 78 -272441.04474 -0.01 156 -271827.48472 -0.008 29 -274363.995533 -0.008 82 -272383.299805 -0.01 160 -271820.614162 -0.008 33 -274073.64335 -0.008 86 -272307.567729 -0.01 164 -271801.16486 -0.008 90 -272227.51769 -0.008 37 -273804.839555 -0.008 94 -272205.194256 -0.01 168 -271773.571198 -0.008 41 -273599.234384 -0.008 98 -272144.298934 -0.01 172 -271783.721535 -0.008 102 -272092.420798 -0.008 45 -273416.497345 -0.008 106 -272054.108513 -0.008 49 -273214.085026 -0.01 176 -271790.268471 -0.008 53 -273068.104708 -0.008 110 -272024.366408 -0.01 180 -271756.28294 -0.008 57 -272956.929819 -0.008 114 -271978.699667 -0.008 61 -272826.554321 -0.01 184 -271764.429003 -0.008 65 -272694.121522 -0.008 118 -271945.595293 -0.01 188 -271745.788231 -0.008 69 -272629.754256 -0.008 122 -271924.85332 -0.01 192 -271755.370019 -0.01 1 -279094.829399 -0.008 126 -271887.238445 -0.01 196 -271742.715665 -0.01 5 -277507.865184 -0.008 130 -271871.07766 -0.01 9 -276401.547792 -0.012 140 -271954.227803 -0.008 134 -271857.140319 -0.01 13 -275650.994637 -0.01 17 -275159.574418 -0.012 144 -271917.912034 -0.008 138 -271811.450915 -0.01 21 -274749.03724 -0.012 148 -271918.00071 -0.01 25 -274397.064362 -0.01 70 -272573.26097 -0.01 29 -274106.842608 -0.012 152 -271910.497213 -0.01 74 -272495.153129 -0.01 33 -273825.510122 -0.01 78 -272424.332711 -0.012 156 -271904.076038 -0.01 37 -273625.16836 -0.01 82 -272364.484834 -0.012 160 -271903.134301 -0.01 86 -272319.2355 -0.01 41 -273407.856609 -0.012 164 -271881.307259 -0.01 90 -272279.186343 -0.01 45 -273295.979163 -0.012 168 -271878.081127 -0.01 94 -272211.63553 -0.01 49 -273135.42049 -0.012 172 -271866.974805 -0.012 176 -271861.206417 -0.01 53 -272955.387788 -0.01 98 -272129.520931 -0.012 180 -271860.576906 -0.01 57 -272872.04728 -0.01 102 -272115.156618 -0.012 184 -271856.329948 -0.01 61 -272764.90044 -0.01 106 -272085.910426 -0.012 188 -271870.370811 -0.01 65 -272622.545816 -0.01 110 -272055.417971 -0.01 69 -272575.716303 -0.012 192 -271858.648661 -0.01 114 -272032.291671 -0.012 1 -277302.972988 -0.01 118 -271983.932981 -0.012 196 -271852.060575 -0.01 122 -271974.681066 -0.012 5 -276470.005475 -0.014 140 -272038.036188 -0.012 9 -275725.980713 -0.01 126 -271949.420579 -0.014 144 -272018.190326 -0.012 13 -275256.507651 -0.01 130 -271917.041911 -0.014 148 -271969.796288 -0.012 17 -274800.308203 -0.014 152 -271973.271251 -0.01 134 -271895.897628 -0.014 156 -271994.609168 -0.012 21 -274470.622749 -0.01 138 -271876.612142 -0.014 160 -271961.548326 -0.012 25 -274129.316483 -0.012 70 -272543.533653 -0.014 164 -271993.191044 -0.012 29 -273872.739484 -0.012 74 -272505.820912 -0.014 168 -272000.296432 -0.012 33 -273638.53937 -0.014 172 -271944.588533 -0.012 78 -272408.492912 -0.012 37 -273465.770444 -0.014 176 -271953.316788 -0.012 82 -272334.066577 -0.014 180 -271949.894442 -0.012 41 -273326.039935 -0.012 86 -272308.031063 -0.014 184 -271938.612515 -0.014 188 -271961.847515 -0.012 45 -273149.261305 -0.012 90 -272304.01118 -0.014 192 -271977.21859 -0.012 49 -273021.01038 -0.014 196 -271959.295274 -0.012 94 -272224.986322 -0.012 53 -272879.951984 -0.016 140 -272093.332965 -0.012 98 -272189.344545 -0.012 57 -272838.96499 -0.016 144 -272096.771689 -0.012 102 -272148.179094 -0.012 61 -272743.170635 -0.016 148 -272093.180074 -0.012 106 -272105.854273 -0.012 65 -272648.405586 -0.016 152 -272090.566048 -0.012 110 -272101.728102 -0.016 156 -272088.827241 -0.012 69 -272583.806599 -0.014 1 -277110.430365 -0.012 114 -272073.842875 -0.016 160 -272046.679143 -0.012 118 -272035.128821 -0.014 5 -275824.486432 -0.016 164 -272087.625599 -0.014 9 -275479.076757 -0.012 122 -271998.45171 -0.014 13 -274978.400952 -0.016 168 -272084.200566 -0.012 126 -272025.181235 -0.016 172 -272056.824753 -0.014 17 -274452.4919 -0.014 21 -274168.728268 -0.012 130 -271974.392931 -0.016 176 -272058.955049 -0.014 25 -273895.453971 -0.012 134 -271965.085155 -0.016 180 -272036.954241 -0.014 29 -273712.754184 -0.016 184 -272031.922932 -0.012 138 -271948.660856 -0.014 33 -273481.996153 -0.014 70 -272571.489928 -0.016 188 -272043.804813 -0.014 74 -272481.256398 -0.014 37 -273326.334438 -0.016 192 -272056.051684 -0.016 196 -272077.133191 -0.014 41 -273220.882795 -0.014 78 -272439.06887 -0.014 45 -273060.466634 -0.018 140 -272161.709396 -0.014 82 -272393.403521 -0.014 49 -272948.83047 -0.018 144 -272191.624728 -0.014 86 -272339.582477 -0.014 53 -272844.949381 -0.018 148 -272158.687572 -0.014 90 -272298.292098 -0.014 57 -272765.075556 -0.018 152 -272138.537686 -0.014 94 -272273.446399 -0.014 61 -272677.174619 -0.018 156 -272126.875224 -0.014 98 -272213.515378 -0.014 65 -272622.408057 -0.014 69 -272519.664027 -0.018 160 -272159.75705 -0.014 102 -272164.857781 -0.016 1 -275704.226398 -0.018 164 -272157.550619 -0.014 106 -272173.884974 -0.018 168 -272152.068774 -0.016 5 -275193.322037 -0.014 110 -272147.454643 -0.014 114 -272123.499412 -0.018 172 -272151.249042 -0.016 9 -274786.977355 -0.014 118 -272105.783434 -0.014 122 -272085.774081 -0.018 176 -272179.072815 -0.016 13 -274431.734011 -0.014 126 -272076.110354 -0.018 180 -272159.528053 -0.014 130 -272059.628271 -0.016 17 -274193.13091 -0.014 134 -272027.877331 -0.018 184 -272156.343064 -0.016 21 -273877.783303 -0.014 138 -272018.741761 -0.016 25 -273709.778272 -0.018 188 -272173.639154 -0.016 29 -273502.605099 -0.016 70 -272522.956986 -0.016 33 -273308.779126 -0.018 192 -272163.420363 -0.016 74 -272499.38171 -0.016 37 -273222.75182 -0.016 41 -273084.634113 -0.018 196 -272169.706755 -0.016 78 -272476.225445 -0.016 45 -272997.072047 -0.016 49 -272901.91446 -0.02 140 -272263.623827 -0.016 82 -272432.876393 -0.016 53 -272820.790577 -0.02 144 -272237.029367 -0.016 57 -272711.914831 -0.016 86 -272385.323815 -0.016 61 -272652.068515 -0.02 148 -272249.970047 -0.016 65 -272599.69483 -0.016 90 -272320.860268 -0.016 69 -272536.814125 -0.02 152 -272240.459691 -0.018 1 -275686.319096 -0.016 94 -272300.64617 -0.018 5 -275035.346651 -0.02 156 -272262.589509 -0.016 98 -272275.290397 -0.018 9 -274353.978836 -0.018 13 -274263.054612 -0.02 160 -272269.673828 -0.016 102 -272248.642305 -0.018 17 -273904.673591 -0.02 164 -272254.282379 -0.018 21 -273630.159289 -0.016 106 -272203.954452 -0.018 25 -273350.171332 -0.02 168 -272251.246621 -0.018 29 -273344.047184 -0.016 110 -272219.135035 -0.02 172 -272268.145487 -0.018 33 -273125.998666 -0.02 176 -272215.62461 -0.016 114 -272178.923405 -0.02 180 -272245.001651 -0.018 37 -273064.603115 -0.02 184 -272247.517858 -0.016 118 -272136.296416 -0.02 188 -272266.068827 -0.018 41 -272969.937426 -0.016 122 -272128.261077 -0.02 192 -272292.713477 -0.016 126 -272121.689909 -0.018 45 -272903.822466 -0.02 196 -272300.368255 -0.022 140 -272298.730272 -0.016 130 -272112.45938 -0.018 49 -272816.005124 -0.022 144 -272335.67833 -0.022 148 -272331.637853 -0.016 134 -272125.254585 -0.018 53 -272724.831647 -0.018 57 -272661.515275 -0.022 152 -272336.078605 -0.016 138 -272098.211835 -0.018 61 -272584.770412 -0.018 65 -272545.647751 -0.022 156 -272352.253889 -0.018 70 -272544.127684 -0.018 69 -272559.810441 -0.02 1 -275114.894633 -0.022 160 -272357.581111 -0.018 74 -272464.764314 -0.02 5 -274210.091938 -0.02 9 -274296.905316 -0.022 164 -272340.92917 -0.018 78 -272437.178991 -0.02 13 -273783.012381 -0.02 17 -273618.36082 -0.022 168 -272351.157446 -0.018 82 -272381.15715 -0.02 21 -273422.802833 -0.02 25 -273325.042144 -0.022 172 -272331.789244 -0.018 86 -272399.694423 -0.02 29 -273055.610692 -0.022 176 -272358.183947 -0.02 33 -273040.32375 -0.018 90 -272349.57426 -0.02 37 -272921.66576 -0.022 180 -272350.865323 -0.018 94 -272330.190606 -0.02 41 -272887.67172 -0.02 45 -272813.389221 -0.022 184 -272366.735497 -0.018 98 -272317.535123 -0.02 49 -272744.370095 -0.02 53 -272659.236249 -0.022 188 -272413.080342 -0.018 102 -272271.369579 -0.02 57 -272599.847311 -0.02 61 -272519.122997 -0.022 192 -272410.804433 -0.018 106 -272259.222305 -0.02 65 -272555.969148 -0.02 69 -272496.091818 -0.022 196 -272378.484163 -0.018 110 -272265.190955 -0.022 1 -274619.407022 -0.024 140 -272408.36487 -0.022 5 -274175.925835 -0.018 114 -272249.220546 -0.022 9 -273908.881372 -0.024 144 -272384.15926 -0.018 118 -272247.098605 -0.022 13 -273491.932167 -0.022 17 -273329.64949 -0.024 148 -272426.796486 -0.018 122 -272206.535198 -0.022 21 -273270.534458 -0.022 25 -273152.027482 -0.024 152 -272425.929657 -0.018 126 -272195.31223 -0.022 29 -273058.240973 -0.024 156 -272425.387631 -0.018 130 -272189.22043 -0.022 33 -272911.144255 -0.018 134 -272200.482093 -0.024 160 -272406.907897 -0.022 37 -272809.668763 -0.024 164 -272462.72428 -0.018 138 -272181.070601 -0.024 168 -272463.657561 -0.022 41 -272701.45287 -0.024 172 -272472.487936 -0.02 70 -272436.153552 -0.024 176 -272455.839179 -0.022 45 -272688.83287 -0.024 180 -272450.5973 -0.02 74 -272462.463338 -0.022 49 -272720.003342 -0.024 184 -272475.155801 -0.02 78 -272468.81701 -0.022 53 -272606.246194 -0.02 82 -272443.570163 -0.024 188 -272507.454304 -0.02 86 -272370.890402 -0.022 57 -272524.372442 -0.024 192 -272510.440557 -0.02 90 -272343.176348 -0.022 61 -272541.402545 -0.022 65 -272543.873807 -0.024 196 -272476.930601 -0.02 94 -272305.929662 -0.022 69 -272470.8446 -0.026 140 -272470.599848 -0.024 1 -273513.730995 -0.02 98 -272328.869565 -0.024 5 -273489.468705 -0.026 144 -272445.874588 -0.024 9 -273353.169582 -0.02 102 -272338.121334 -0.024 13 -273236.020751 -0.026 148 -272515.434645 -0.02 106 -272295.020312 -0.026 152 -272491.660031 -0.024 17 -273195.739546 -0.02 110 -272304.449304 -0.026 156 -272504.260952 -0.024 21 -273132.436181 -0.02 114 -272265.026802 -0.02 118 -272281.281161 -0.026 160 -272477.417047 -0.024 25 -273024.696519 -0.02 122 -272275.847604 -0.026 164 -272508.912401 -0.024 29 -272917.119379 -0.02 126 -272263.681617 -0.026 168 -272533.57574 -0.02 130 -272260.50946 -0.024 33 -272724.733156 -0.02 134 -272309.082572 -0.026 172 -272565.581225 -0.024 37 -272707.741247 -0.026 176 -272544.020171 -0.02 138 -272254.02176 -0.024 41 -272610.27657 -0.026 180 -272526.284026 -0.022 70 -272474.96383 -0.024 45 -272651.455341 -0.024 49 -272565.401071 -0.026 184 -272588.213245 -0.022 74 -272469.892291 -0.024 53 -272594.287625 -0.026 188 -272592.539098 -0.022 78 -272468.039096 -0.024 57 -272619.605363 -0.026 192 -272615.329537 -0.022 82 -272370.220514 -0.024 61 -272464.471846 -0.026 196 -272594.892121 -0.022 86 -272334.887832 -0.024 65 -272434.801363 -0.028 140 -272441.560367 -0.024 69 -272392.807628 -0.022 90 -272399.941828 -0.028 144 -272466.178251 -0.022 94 -272395.226051 -0.026 1 -273794.396285 -0.022 98 -272369.854315 -0.028 148 -272561.561286 -0.026 5 -273497.189109 -0.022 102 -272311.743024 -0.028 152 -272512.414853 -0.022 106 -272330.815296 -0.026 9 -273393.318213 -0.028 156 -272562.491971 -0.022 110 -272354.957423 -0.028 160 -272609.248627 -0.026 13 -272900.484611 -0.028 164 -272617.504044 -0.022 114 -272312.281784 -0.028 168 -272601.30605 -0.026 17 -272860.852522 -0.022 118 -272365.367852 -0.028 172 -272589.025006 -0.026 21 -272851.72544 -0.028 176 -272654.603535 -0.022 122 -272355.45446 -0.028 180 -272646.141707 -0.026 25 -272872.484465 -0.028 184 -272659.16664 -0.022 126 -272327.788209 -0.028 188 -272654.654456 -0.026 29 -272663.334812 -0.028 192 -272657.321708 -0.022 130 -272312.309162 -0.028 196 -272656.788612 -0.026 33 -272586.716997 -0.022 134 -272350.827451 -0.03 140 -272490.363189 -0.026 37 -272714.348087 -0.022 138 -272348.733371 -0.03 144 -272528.296168 -0.026 41 -272610.053595 -0.024 70 -272413.197943 -0.03 148 -272597.099614 -0.026 45 -272540.890178 -0.03 152 -272583.325933 -0.024 74 -272452.296635 -0.026 49 -272428.524585 -0.026 53 -272557.801927 -0.024 78 -272364.683167 -0.03 156 -272482.71404 -0.026 57 -272390.535092 -0.026 61 -272478.644722 -0.024 82 -272434.144752 -0.03 160 -272545.165094 -0.026 65 -272381.555334 -0.024 86 -272398.349386 -0.03 164 -272593.474881 -0.026 69 -272467.59835 -0.024 90 -272412.431051 -0.03 168 -272604.14475 -0.028 1 -273295.711804 -0.024 94 -272361.400949 -0.028 5 -273246.447727 -0.03 172 -272642.637241 -0.028 9 -273166.392064 -0.024 98 -272363.339847 -0.03 176 -272694.939821 -0.028 13 -272803.371919 -0.03 180 -272678.324763 -0.024 102 -272351.64837 -0.028 17 -272747.347197 -0.024 106 -272426.1886 -0.03 184 -272734.537462 -0.028 21 -272674.348891 -0.03 188 -272745.928449 -0.024 110 -272413.525053 -0.028 25 -272700.010574 -0.03 192 -272774.575772 -0.024 114 -272365.119853 -0.028 29 -272551.606035 -0.03 196 -272789.46326 -0.032 140 -272516.837739 -0.024 118 -272380.018137 -0.028 33 -272502.017018 -0.032 144 -272556.953153 -0.024 122 -272332.931995 -0.028 37 -272444.096121 -0.032 148 -272620.863631 -0.024 126 -272404.820985 -0.024 130 -272370.58438 -0.028 41 -272644.814872 -0.032 152 -272630.588294 -0.032 156 -272626.508069 -0.024 134 -272403.493438 -0.028 45 -272499.828799 -0.032 160 -272632.929278 -0.024 138 -272374.648575 -0.032 164 -272635.771506 -0.028 49 -272492.511118 -0.026 70 -272446.010425 -0.032 168 -272652.308819 -0.026 74 -272451.531138 -0.028 53 -272491.223843 -0.026 78 -272404.558605 -0.032 172 -272665.263081 -0.028 57 -272400.803627 -0.026 82 -272398.972198 -0.032 176 -272671.896148 -0.026 86 -272412.72566 -0.028 61 -272404.212421 -0.032 180 -272732.256268 -0.026 90 -272424.60559 -0.028 65 -272363.353673 -0.032 184 -272707.859937 -0.028 69 -272401.537508 -0.026 94 -272394.348554 -0.03 1 -273139.370918 -0.032 188 -272734.544093 -0.026 98 -272383.499946 -0.032 192 -272751.275844 -0.03 5 -272459.298077 -0.026 102 -272319.377938 -0.026 106 -272396.838869 -0.032 196 -272744.070272 -0.03 9 -272924.008089 -0.026 110 -272410.378782 -0.026 114 -272352.464202 -0.034 140 -272671.571532 -0.03 13 -272627.470313 -0.026 118 -272439.318128 -0.026 122 -272440.565577 -0.034 144 -272624.083005 -0.03 17 -272628.50358 -0.026 126 -272417.212227 -0.026 130 -272404.909846 -0.03 21 -272538.461045 -0.034 148 -272699.522729 -0.03 25 -272522.294161 -0.026 134 -272465.463555 -0.034 152 -272645.564666 -0.03 29 -272617.937897 -0.034 156 -272618.071791 -0.026 138 -272439.953611 -0.03 33 -272330.811177 -0.028 70 -272329.447669 -0.034 160 -272620.048817 -0.03 37 -272519.169302 -0.03 41 -272444.508106 -0.028 74 -272394.617009 -0.034 164 -272662.155792 -0.028 78 -272369.259042 -0.03 45 -272399.957025 -0.028 82 -272504.125156 -0.034 168 -272721.202496 -0.028 86 -272399.811221 -0.03 49 -272312.677301 -0.034 172 -272729.7256 -0.03 53 -272438.739706 -0.028 90 -272441.351122 -0.03 57 -272369.060985 -0.034 176 -272752.12628 -0.028 94 -272402.48952 -0.03 61 -272328.858693 -0.034 180 -272793.622038 -0.028 98 -272385.780462 -0.034 184 -272809.229237 -0.03 65 -272331.265439 -0.034 188 -272780.845772 -0.028 102 -272461.486839 -0.034 192 -272792.641223 -0.03 69 -272372.861467 -0.034 196 -272831.311755 -0.028 106 -272481.661986 -0.036 140 -272601.466095 -0.032 1 -272865.794473 -0.036 144 -272544.363619 -0.028 110 -272435.954207 -0.032 5 -272737.333275 -0.036 148 -272582.567001 -0.028 114 -272383.88203 -0.032 9 -272821.636434 -0.036 152 -272574.484078 -0.028 118 -272370.534327 -0.036 156 -272716.400044 -0.032 13 -272713.504971 -0.028 122 -272379.149578 -0.036 160 -272754.010347 -0.032 17 -272436.083268 -0.036 164 -272748.837727 -0.028 126 -272437.234658 -0.032 21 -272465.469217 -0.036 168 -272741.011572 -0.028 130 -272443.023592 -0.032 25 -272390.412708 -0.032 29 -272387.410714 -0.036 172 -272650.578932 -0.028 134 -272484.577578 -0.032 33 -272341.889355 -0.036 176 -272746.430251 -0.028 138 -272480.607955 -0.036 180 -272780.499825 -0.032 37 -272246.915583 -0.03 70 -272269.32127 -0.036 184 -272810.830073 -0.032 41 -272341.106485 -0.03 74 -272443.671121 -0.036 188 -272831.254001 -0.036 192 -272786.239397 -0.032 45 -272328.383743 -0.03 78 -272341.972275 -0.036 196 -272845.756345 -0.032 49 -272239.97215 -0.03 82 -272366.381786 -0.038 140 -272573.246445 -0.03 86 -272297.600251 -0.032 53 -272226.127117 -0.03 90 -272391.756469 -0.038 144 -272600.680276 -0.03 94 -272417.740981 -0.032 57 -272282.152409 -0.03 98 -272437.235472 -0.038 148 -272596.009648 -0.032 61 -272273.98984 -0.03 102 -272436.569959 -0.03 106 -272464.023579 -0.038 152 -272661.386223 -0.032 65 -272337.880812 -0.03 110 -272467.929098 -0.03 114 -272461.929644 -0.038 156 -272688.028125 -0.032 69 -272378.777989 -0.03 118 -272518.641655 -0.03 122 -272517.055369 -0.038 160 -272676.429101 -0.034 1 -272623.768174 -0.03 126 -272498.583731 -0.038 164 -272703.073216 -0.03 130 -272462.781595 -0.034 5 -272171.995264 -0.03 134 -272503.614756 -0.038 168 -272722.991962 -0.034 9 -272570.37195 -0.03 138 -272468.151755 -0.032 70 -272282.244894 -0.038 172 -272723.331365 -0.034 13 -272197.065308 -0.032 74 -272344.555719 -0.032 78 -272332.550213 -0.038 176 -272726.892091 -0.034 17 -272224.702309 -0.032 82 -272361.575492 -0.038 180 -272753.094425 -0.034 21 -272260.639008 -0.032 86 -272398.310415 -0.038 184 -272769.396229 -0.034 25 -272345.104961 -0.032 90 -272404.741738 -0.038 188 -272788.415248 -0.034 29 -272336.251774 -0.032 94 -272377.752985 -0.034 33 -272056.316698 -0.038 192 -272798.063282 -0.032 98 -272330.802274 -0.034 37 -272357.271723 -0.038 196 -272842.651358 -0.032 102 -272412.747243 -0.034 41 -272253.929882 -0.04 140 -272537.093461 -0.032 106 -272444.065489 -0.04 144 -272529.230071 -0.034 45 -272227.557782 -0.032 110 -272438.317735 -0.034 49 -272220.311252 -0.04 148 -272581.807626 -0.034 53 -272324.877105 -0.032 114 -272501.060648 -0.034 57 -272217.849606 -0.04 152 -272566.87295 -0.032 118 -272543.012134 -0.034 61 -272254.0662 -0.04 156 -272630.231574 -0.034 65 -272271.598653 -0.032 122 -272510.715542 -0.034 69 -272308.195762 -0.04 160 -272593.053031 -0.036 1 -272373.886119 -0.032 126 -272543.388591 -0.036 5 -272445.000539 -0.04 164 -272668.42061 -0.032 130 -272538.913256 -0.036 9 -271931.36619 -0.04 168 -272715.721887 -0.036 13 -272065.931948 -0.032 134 -272561.740915 -0.036 17 -272402.065222 -0.04 172 -272696.69349 -0.032 138 -272564.544217 -0.036 21 -272157.616035 -0.04 176 -272714.990693 -0.036 25 -272227.528649 -0.034 70 -272308.622678 -0.036 29 -272042.372627 -0.04 180 -272815.65882 -0.036 33 -272009.386497 -0.034 74 -272345.282606 -0.036 37 -272285.697774 -0.04 184 -272815.396427 -0.034 78 -272259.689771 -0.034 82 -272353.397674 -0.036 41 -272105.18413 -0.04 188 -272899.218321 -0.034 86 -272374.866737 -0.036 45 -272155.352293 -0.04 192 -272897.645125 -0.036 49 -272093.81048 -0.034 90 -272399.341356 -0.036 53 -272137.086535 -0.04 196 -272868.276991 -0.034 94 -272391.089584 -0.036 57 -272254.438535 -0.036 61 -272189.421175 -0.042 140 -272459.096397 -0.034 98 -272432.897107 -0.036 65 -272245.702227 -0.036 69 -272193.468847 -0.042 144 -272486.034684 -0.034 102 -272388.203005 -0.038 1 -272220.431361 -0.042 148 -272585.630111 -0.034 106 -272406.736576 -0.038 5 -272168.809939 -0.042 152 -272549.151251 -0.038 9 -272223.708131 -0.034 110 -272378.924186 -0.038 13 -272173.189621 -0.042 156 -272608.330495 -0.034 114 -272464.279463 -0.038 17 -271993.777672 -0.042 160 -272577.515444 -0.038 21 -272044.419963 -0.034 118 -272413.499256 -0.042 164 -272635.439209 -0.038 25 -272077.437611 -0.042 168 -272647.708501 -0.034 122 -272448.586993 -0.038 29 -271931.323602 -0.034 126 -272491.110762 -0.042 172 -272624.755788 -0.034 130 -272575.83591 -0.038 33 -272001.811291 -0.034 134 -272508.457804 -0.042 176 -272732.030753 -0.038 37 -272050.119596 -0.034 138 -272597.194002 -0.036 70 -272293.171694 -0.042 180 -272680.971732 -0.038 41 -272033.302825 -0.036 74 -272329.581049 -0.042 184 -272768.790187 -0.036 78 -272276.886792 -0.038 45 -272023.801235 -0.036 82 -272231.403092 -0.042 188 -272807.427667 -0.038 49 -272106.675537 -0.042 192 -272801.998698 -0.036 86 -272218.109324 -0.038 53 -272108.893176 -0.042 196 -272780.94786 -0.036 90 -272400.013322 -0.038 57 -272119.663449 -0.036 94 -272409.701735 -0.044 140 -272322.232092 -0.038 61 -272177.546426 -0.036 98 -272366.618566 -0.044 144 -272252.865747 -0.038 65 -272187.625885 -0.044 148 -272336.166704 -0.036 102 -272386.09041 -0.038 69 -272117.622625 -0.044 152 -272244.41993 -0.036 106 -272336.483873 -0.04 1 -272053.35441 -0.044 156 -272417.712332 -0.04 5 -271630.763205 -0.036 110 -272479.802426 -0.044 160 -272401.92025 -0.044 164 -272416.831185 -0.04 9 -272105.572829 -0.036 114 -272509.061359 -0.044 168 -272467.930044 -0.04 13 -272189.685796 -0.036 118 -272449.51897 -0.044 172 -272465.123679 -0.044 176 -272521.972195 -0.04 17 -271719.575741 -0.036 122 -272475.28564 -0.044 180 -272464.272674 -0.044 184 -272468.246267 -0.04 21 -271882.9301 -0.036 126 -272454.641057 -0.044 188 -272465.025432 -0.044 192 -272601.930548 -0.04 25 -271901.59454 -0.036 130 -272506.193831 -0.044 196 -272614.368847 -0.04 29 -271793.591696 -0.046 140 -272091.088541 -0.036 134 -272524.917044 -0.04 33 -271842.829778 -0.046 144 -272125.116581 -0.04 37 -272171.235359 -0.036 138 -272507.255733 -0.04 41 -271994.316305 -0.046 148 -272152.230027 -0.038 70 -272258.485044 -0.04 45 -272048.150525 -0.04 49 -272156.118631 -0.046 152 -272194.657277 -0.038 74 -272187.477922 -0.04 53 -271856.80841 -0.038 78 -272305.70828 -0.046 156 -272114.887526 -0.04 57 -271987.851929 -0.04 61 -271903.586195 -0.038 82 -272247.255507 -0.046 160 -272174.14068 -0.04 65 -271804.117996 -0.038 86 -272222.338835 -0.046 164 -272259.928282 -0.04 69 -272030.842165 -0.042 1 -271785.147419 -0.046 168 -272291.158318 -0.038 90 -272239.29747 -0.042 5 -271911.691843 -0.046 172 -272246.084986 -0.042 9 -271529.054353 -0.038 94 -272279.104709 -0.042 13 -271678.229642 -0.038 98 -272285.79886 -0.046 176 -272258.622628 -0.038 102 -272356.839429 -0.046 180 -272280.212506 -0.042 17 -271705.373711 -0.038 106 -272389.518884 -0.046 184 -272361.144744 -0.042 21 -271721.270081 -0.038 110 -272418.832473 -0.046 188 -272257.158198 -0.038 114 -272425.437189 -0.042 25 -271780.038236 -0.038 118 -272505.274886 -0.046 192 -272453.771598 -0.038 122 -272514.141517 -0.042 29 -271891.814808 -0.046 196 -272503.758092 -0.038 126 -272526.498176 -0.038 130 -272519.296246 -0.042 33 -271656.317515 -0.048 140 -272709.046518 -0.038 134 -272493.480676 -0.042 37 -272032.85059 -0.038 138 -272524.395639 -0.048 144 -272702.956008 -0.04 70 -271876.997767 -0.042 41 -271911.603588 -0.04 74 -272135.403962 -0.048 148 -272741.411944 -0.04 78 -272180.298847 -0.042 45 -271755.797268 -0.048 152 -272785.185208 -0.04 82 -272153.234443 -0.042 49 -271967.782338 -0.04 86 -272237.601889 -0.048 156 -272819.459858 -0.04 90 -272268.323837 -0.042 53 -271903.16613 -0.04 94 -272163.569332 -0.048 160 -272800.253339 -0.04 98 -272253.314828 -0.042 57 -271891.92894 -0.04 102 -272304.830899 -0.048 164 -272862.997292 -0.04 106 -272341.803436 -0.042 61 -271972.826752 -0.048 168 -272898.801327 -0.04 110 -272411.235029 -0.042 65 -272062.364177 -0.04 114 -272452.651198 -0.048 172 -272949.064987 -0.04 118 -272380.725979 -0.042 69 -272106.041384 -0.04 122 -272440.148508 -0.048 176 -272999.238646 -0.044 1 -271777.068328 -0.04 126 -272426.701849 -0.048 180 -273051.456995 -0.04 130 -272416.739461 -0.044 5 -271920.950161 -0.048 184 -273082.478324 -0.04 134 -272564.503939 -0.044 9 -271882.795059 -0.048 188 -273113.288168 -0.04 138 -272610.561684 -0.048 192 -273099.465976 -0.044 13 -271542.058118 -0.048 196 -273144.445272 -0.042 70 -271887.333979 -0.044 17 -271577.558088 -0.044 21 -271672.692694 -0.05 140 -273025.657718 -0.042 74 -272161.569902 -0.044 25 -271745.102883 -0.042 78 -272000.445204 -0.05 144 -273130.316767 -0.044 29 -271436.189741 -0.044 33 -271431.958618 -0.05 148 -273179.206319 -0.042 82 -271996.012681 -0.044 37 -271891.528954 -0.05 152 -273192.309149 -0.042 86 -272060.733089 -0.044 41 -271628.660381 -0.05 156 -273254.179851 -0.042 90 -271993.250676 -0.042 94 -272130.392919 -0.044 45 -271748.943672 -0.05 160 -273257.605738 -0.042 98 -271984.434349 -0.042 102 -272056.943804 -0.044 49 -271526.811615 -0.05 164 -273318.875189 -0.042 106 -272155.727491 -0.042 110 -272283.423805 -0.05 168 -273309.632637 -0.044 53 -271876.929055 -0.042 114 -272200.777658 -0.042 118 -272415.289411 -0.05 172 -273331.873048 -0.044 57 -271795.778714 -0.042 122 -272294.271044 -0.044 61 -271837.801156 -0.05 176 -273348.014301 -0.05 180 -273389.208479 -0.042 126 -272307.32705 -0.044 65 -271872.301412 -0.05 184 -273428.176273 -0.044 69 -271926.32258 -0.042 130 -272352.327436 -0.042 134 -272357.849066 -0.046 1 -271664.049888 -0.05 188 -273454.814936 -0.042 138 -272526.892107 -0.05 192 -273483.783042 -0.046 5 -271686.265144 -0.05 196 -273527.149243 -0.044 70 -271973.280219 -0.046 9 -271824.164404 -0.044 74 -271989.643418 -0.052 140 -273061.112188 -0.044 78 -271914.9779 -0.046 13 -271787.052163 -0.044 82 -271977.853497 -0.052 144 -273103.598379 -0.046 17 -271457.200958 -0.044 86 -272006.581473 -0.052 148 -273124.685214 -0.046 21 -271650.009367 -0.044 90 -272058.71915 -0.052 152 -273208.8218 -0.044 94 -272014.270845 -0.046 25 -271677.890069 -0.046 29 -271717.597756 -0.052 156 -273228.743824 -0.044 98 -272082.745515 -0.046 33 -271801.719253 -0.052 160 -273280.244681 -0.044 102 -272162.968054 -0.046 37 -271443.067172 -0.052 164 -273288.166978 -0.044 106 -272126.685191 -0.046 41 -271550.688535 -0.052 168 -273347.523029 -0.044 110 -272162.749408 -0.046 45 -271607.81633 -0.052 172 -273362.798847 -0.044 114 -272071.984406 -0.046 49 -271702.965392 -0.052 176 -273400.360161 -0.044 118 -272180.106003 -0.046 53 -271445.131115 -0.052 180 -273440.575789 -0.046 57 -271449.67308 -0.044 122 -272354.188404 -0.046 61 -271540.812401 -0.052 184 -273440.340357 -0.044 126 -272270.836931 -0.046 65 -271623.72125 -0.052 188 -273488.529578 -0.044 130 -272337.943873 -0.046 69 -271385.654862 -0.044 134 -272202.027114 -0.052 192 -273507.297004 -0.044 138 -272319.690334 -0.048 1 -271551.867972 -0.046 70 -271393.738696 -0.052 196 -273542.621473 -0.048 5 -271683.193327 -0.046 74 -271501.563557 -0.054 140 -273125.316969 -0.046 78 -271556.542947 -0.048 9 -271833.733656 -0.054 144 -273135.290971 -0.046 82 -271598.390726 -0.048 13 -271755.148409 -0.054 148 -273115.977381 -0.046 86 -271493.490973 -0.054 152 -273130.386639 -0.048 17 -271846.97418 -0.046 90 -271554.233288 -0.048 21 -271873.465989 -0.054 156 -273218.195562 -0.054 160 -273278.485237 -0.046 94 -271614.222378 -0.048 25 -271981.423007 -0.046 98 -271875.226952 -0.054 164 -273316.466395 -0.048 29 -272026.726558 -0.046 102 -271818.217462 -0.048 33 -272044.439909 -0.054 168 -273371.013448 -0.048 37 -272126.213938 -0.046 106 -271923.540064 -0.054 172 -273373.506094 -0.046 110 -271962.015148 -0.048 41 -272175.641847 -0.046 114 -272011.913076 -0.054 176 -273410.179853 -0.048 45 -272204.812103 -0.046 118 -271989.20699 -0.054 180 -273463.319902 -0.048 49 -272269.791498 -0.046 122 -271943.763033 -0.054 184 -273442.100886 -0.046 126 -272033.543406 -0.048 53 -272357.301606 -0.046 130 -272074.929076 -0.054 188 -273482.658513 -0.048 57 -272416.433548 -0.046 134 -272131.309483 -0.054 192 -273522.662974 -0.048 61 -272364.023535 -0.046 138 -272087.128293 -0.054 196 -273557.146521 -0.048 65 -272394.140775 -0.048 70 -272277.916789 -0.056 140 -273149.766552 -0.048 69 -272233.000249 -0.048 74 -272197.788141 -0.05 1 -271483.573003 -0.056 144 -273182.010558 -0.05 5 -271655.185394 -0.048 78 -272199.8512 -0.056 148 -273200.595481 -0.05 9 -271651.908373 -0.048 82 -272271.449809 -0.056 152 -273208.40975 -0.05 13 -271768.558151 -0.048 86 -272374.330884 -0.056 156 -273237.339071 -0.05 17 -271806.123783 -0.048 90 -272319.638083 -0.056 160 -273224.472399 -0.05 21 -271851.070904 -0.048 94 -272402.737713 -0.056 164 -273303.442377 -0.05 25 -271931.412057 -0.048 98 -272496.769611 -0.056 168 -273314.306511 -0.05 29 -271995.983616 -0.048 102 -272488.430492 -0.056 172 -273389.045597 -0.05 33 -272041.737124 -0.048 106 -272471.356583 -0.056 176 -273443.823225 -0.05 37 -272073.700997 -0.056 180 -273489.015528 -0.048 110 -272533.550151 -0.05 41 -272159.132889 -0.056 184 -273525.632762 -0.048 114 -272653.121634 -0.05 45 -272122.902861 -0.056 188 -273548.162197 -0.05 49 -272249.626791 -0.048 118 -272722.409664 -0.056 192 -273552.93431 -0.05 53 -272263.788039 -0.048 122 -272669.303508 -0.05 57 -272408.387125 -0.056 196 -273588.447087 -0.05 61 -272421.94756 -0.048 126 -272648.185594 -0.05 65 -272484.365184 -0.058 140 -273125.447695 -0.048 130 -272718.479838 -0.058 144 -273166.444742 -0.05 69 -272434.116064 -0.048 134 -272620.202032 -0.058 148 -273171.349372 -0.052 1 -271413.647435 -0.058 152 -273268.952845 -0.048 138 -272653.935949 -0.052 5 -271462.802402 -0.058 156 -273297.486342 -0.058 160 -273361.487545 -0.05 70 -272432.207526 -0.052 9 -271615.790217 -0.058 164 -273319.652548 -0.058 168 -273323.286171 -0.05 74 -272544.791269 -0.052 13 -271696.186443 -0.058 172 -273382.550244 -0.058 176 -273405.023885 -0.052 17 -271823.001585 -0.05 78 -272643.128656 -0.058 180 -273479.001533 -0.052 21 -271810.641643 -0.05 82 -272603.078733 -0.058 184 -273519.881363 -0.052 25 -271859.702774 -0.058 188 -273540.669514 -0.05 86 -272588.431447 -0.05 90 -272599.167561 -0.052 29 -272031.205794 -0.058 192 -273589.515116 -0.05 94 -272696.583354 -0.05 98 -272715.891462 -0.052 33 -272087.899198 -0.058 196 -273612.025291 -0.05 102 -272685.6698 -0.052 37 -272060.177947 -0.05 106 -272776.501813 -0.06 140 -273200.670257 -0.05 110 -272804.935088 -0.052 41 -272066.386728 -0.06 144 -273239.954568 -0.05 114 -272862.080298 -0.052 45 -272127.731681 -0.06 148 -273273.99977 -0.052 49 -272167.739115 -0.05 118 -272871.626028 -0.06 152 -273312.824391 -0.052 53 -272290.190599 -0.05 122 -272924.398924 -0.052 57 -272306.33306 -0.06 156 -273315.977765 -0.05 126 -272949.995296 -0.052 61 -272361.330919 -0.06 160 -273334.031781 -0.05 130 -273003.961651 -0.052 65 -272405.991179 -0.06 164 -273422.341407 -0.052 69 -272567.037025 -0.05 134 -273013.906897 -0.06 168 -273423.073351 -0.06 172 -273423.214504 -0.054 1 -271356.06429 -0.05 138 -273060.937504 -0.06 176 -273479.50143 -0.054 5 -271540.960332 -0.052 70 -272517.274773 -0.06 180 -273506.280795 -0.054 9 -271547.92237 -0.052 74 -272432.200554 -0.054 13 -271680.706278 -0.06 184 -273488.590355 -0.052 78 -272550.106909 -0.054 17 -271802.508146 -0.052 82 -272621.139021 -0.06 188 -273551.304591 -0.054 21 -271756.497224 -0.052 86 -272707.85944 -0.06 192 -273595.00213 -0.052 90 -272669.069955 -0.054 25 -271884.422651 -0.06 196 -273616.207988 -0.052 94 -272661.84756 -0.054 29 -271917.939723 -0.052 98 -272730.622669 -0.062 140 -273264.568309 -0.052 102 -272757.936815 -0.054 33 -272005.697485 -0.052 106 -272755.456528 -0.062 144 -273311.361517 -0.054 37 -272085.350785 -0.052 110 -272801.38016 -0.062 148 -273314.492729 -0.052 114 -272800.641002 -0.054 41 -272096.620197 -0.052 118 -272909.863185 -0.062 152 -273367.662558 -0.052 122 -272952.749721 -0.054 45 -272189.589669 -0.052 126 -272977.306219 -0.062 156 -273366.488805 -0.054 49 -272202.610696 -0.052 130 -273013.378032 -0.062 160 -273429.254421 -0.054 53 -272219.184425 -0.052 134 -273011.37616 -0.062 164 -273475.130083 -0.054 57 -272321.616134 -0.052 138 -273054.505046 -0.062 168 -273537.299375 -0.054 61 -272356.448968 -0.054 70 -272495.251106 -0.054 74 -272553.445702 -0.062 172 -273535.671416 -0.054 65 -272367.457425 -0.054 78 -272616.35019 -0.054 69 -272481.767661 -0.062 176 -273585.381289 -0.054 82 -272555.413982 -0.056 1 -271309.965211 -0.056 5 -271482.96714 -0.062 180 -273551.288962 -0.054 86 -272632.506328 -0.056 9 -271501.91888 -0.062 184 -273554.129087 -0.054 90 -272703.346044 -0.056 13 -271640.694654 -0.054 94 -272758.037292 -0.062 188 -273529.82515 -0.056 17 -271749.08581 -0.054 98 -272802.581779 -0.056 21 -271841.426137 -0.062 192 -273590.840015 -0.054 102 -272821.268293 -0.056 25 -271735.115305 -0.062 196 -273602.84932 -0.054 106 -272796.498566 -0.056 29 -271842.69101 -0.054 110 -272816.267474 -0.064 140 -273282.70332 -0.054 114 -272882.953656 -0.056 33 -271937.389789 -0.056 37 -272049.981438 -0.064 144 -273330.30159 -0.054 118 -272939.931224 -0.056 41 -272076.614014 -0.064 148 -273337.683616 -0.054 122 -272939.31448 -0.054 126 -272944.3183 -0.056 45 -272135.974466 -0.064 152 -273389.566625 -0.054 130 -273027.531169 -0.056 49 -272198.004394 -0.064 156 -273446.752347 -0.064 160 -273441.643889 -0.054 134 -273041.54053 -0.056 53 -272271.681245 -0.064 164 -273491.671506 -0.054 138 -273106.018746 -0.056 57 -272239.679191 -0.064 168 -273543.167805 -0.056 61 -272327.868376 -0.056 70 -272437.887919 -0.064 172 -273540.938163 -0.056 65 -272378.175709 -0.056 74 -272548.266074 -0.064 176 -273576.010212 -0.056 69 -272476.4155 -0.056 78 -272644.096551 -0.058 1 -271274.582476 -0.064 180 -273618.012438 -0.058 5 -271351.412969 -0.056 82 -272609.839115 -0.064 184 -273656.543892 -0.058 9 -271467.813867 -0.056 86 -272699.893138 -0.064 188 -273723.796351 -0.058 13 -271526.44811 -0.058 17 -271760.401859 -0.056 90 -272699.203961 -0.064 192 -273731.889846 -0.058 21 -271847.638822 -0.064 196 -273702.565884 -0.056 94 -272689.261701 -0.066 140 -273339.348932 -0.058 25 -271789.832003 -0.056 98 -272792.379905 -0.066 144 -273294.281528 -0.058 29 -271947.570351 -0.056 102 -272802.078487 -0.058 33 -271913.193965 -0.066 148 -273379.351394 -0.056 106 -272874.813874 -0.066 152 -273450.047048 -0.058 37 -272025.954734 -0.056 110 -272882.55977 -0.066 156 -273496.813515 -0.056 114 -272911.260305 -0.058 41 -272069.383826 -0.066 160 -273514.04611 -0.056 118 -272931.566081 -0.058 45 -272128.414165 -0.066 164 -273538.460041 -0.056 122 -272936.616298 -0.058 49 -272219.739849 -0.066 168 -273505.07658 -0.066 172 -273562.108292 -0.058 53 -272248.389652 -0.056 126 -272944.068277 -0.058 57 -272269.895199 -0.056 130 -272997.026885 -0.066 176 -273614.020407 -0.058 61 -272327.338666 -0.056 134 -273052.2667 -0.058 65 -272333.146128 -0.066 180 -273722.194143 -0.056 138 -273115.5483 -0.058 69 -272367.133928 -0.066 184 -273767.267602 -0.058 70 -272382.884098 -0.06 1 -271249.226705 -0.058 74 -272475.624056 -0.066 188 -273809.806694 -0.058 78 -272534.142714 -0.06 5 -271314.148171 -0.066 192 -273761.910256 -0.058 82 -272642.669935 -0.06 9 -271570.477068 -0.058 86 -272695.359976 -0.066 196 -273799.822855 -0.06 13 -271616.218331 -0.058 90 -272686.747818 -0.068 140 -273233.136859 -0.06 17 -271626.330096 -0.058 94 -272770.131179 -0.068 144 -273290.472507 -0.058 98 -272827.894015 -0.06 21 -271812.243925 -0.068 148 -273370.75974 -0.06 25 -271844.106386 -0.058 102 -272812.16556 -0.068 152 -273373.553661 -0.058 106 -272842.815396 -0.06 29 -271817.630023 -0.058 110 -272946.510927 -0.068 156 -273452.856963 -0.06 33 -272027.264271 -0.058 114 -272936.877897 -0.058 118 -272991.581126 -0.068 160 -273479.213022 -0.06 37 -272027.867653 -0.058 122 -272990.110277 -0.058 126 -273042.500174 -0.068 164 -273508.093577 -0.06 41 -272025.500799 -0.058 130 -273073.554309 -0.068 168 -273550.738677 -0.06 45 -272242.917485 -0.058 134 -273119.821869 -0.058 138 -273117.817194 -0.068 172 -273647.081913 -0.06 49 -272245.115316 -0.06 70 -272439.714202 -0.068 176 -273627.749245 -0.06 53 -272263.774345 -0.06 74 -272417.400941 -0.068 180 -273696.712274 -0.06 78 -272521.069281 -0.06 57 -272372.363926 -0.068 184 -273734.306962 -0.06 82 -272566.87539 -0.06 61 -272337.323348 -0.068 188 -273725.501947 -0.06 86 -272618.873939 -0.06 65 -272363.306863 -0.068 192 -273803.573881 -0.06 90 -272753.435671 -0.06 69 -272503.278938 -0.068 196 -273837.357031 -0.062 1 -271233.276583 -0.06 94 -272792.423353 -0.07 140 -273270.13915 -0.06 98 -272793.976242 -0.062 5 -271435.57242 -0.06 102 -272884.507277 -0.062 9 -271481.23762 -0.07 144 -273330.929699 -0.062 13 -271589.453989 -0.06 106 -272906.060167 -0.07 148 -273320.663057 -0.062 17 -271614.327083 -0.06 110 -272907.436717 -0.062 21 -271857.70653 -0.07 152 -273349.783251 -0.062 25 -271847.935893 -0.06 114 -272985.950274 -0.07 156 -273363.708054 -0.062 29 -271941.673655 -0.06 118 -272983.154189 -0.07 160 -273433.801669 -0.062 33 -271905.306534 -0.07 164 -273525.189526 -0.06 122 -273033.533697 -0.07 168 -273518.516281 -0.062 37 -272018.514528 -0.06 126 -273161.516004 -0.07 172 -273599.647566 -0.062 41 -272053.427704 -0.06 130 -273147.645945 -0.07 176 -273576.392533 -0.062 45 -272201.387226 -0.06 134 -273132.111052 -0.07 180 -273674.733588 -0.062 49 -272223.044938 -0.07 184 -273665.661933 -0.06 138 -273205.863479 -0.07 188 -273708.782797 -0.062 53 -272298.496527 -0.062 70 -272466.188425 -0.07 192 -273711.075094 -0.062 57 -272357.345346 -0.07 196 -273786.998372 -0.062 74 -272559.840252 -0.072 140 -273381.462669 -0.062 61 -272423.228517 -0.062 78 -272493.085025 -0.072 144 -273401.089765 -0.062 65 -272389.073572 -0.062 82 -272564.719854 -0.072 148 -273397.160047 -0.062 69 -272490.386199 -0.072 152 -273458.990067 -0.062 86 -272572.494789 -0.064 1 -271226.170212 -0.072 156 -273517.18549 -0.062 90 -272740.629861 -0.064 5 -271425.692683 -0.072 160 -273552.141525 -0.064 9 -271580.396586 -0.062 94 -272740.535505 -0.072 164 -273555.081851 -0.072 168 -273529.672599 -0.064 13 -271592.225699 -0.062 98 -272795.882917 -0.072 172 -273639.789751 -0.072 176 -273605.327056 -0.064 17 -271724.984661 -0.062 102 -272823.184107 -0.072 180 -273651.034788 -0.064 21 -271835.305827 -0.072 184 -273652.789395 -0.062 106 -272922.115998 -0.062 110 -272933.154978 -0.064 25 -271846.892358 -0.072 188 -273688.052831 -0.062 114 -273015.918383 -0.064 29 -271930.705913 -0.072 192 -273743.537202 -0.062 118 -273057.513934 -0.064 33 -272029.34512 -0.062 122 -273101.038252 -0.072 196 -273746.77147 -0.062 126 -273097.125106 -0.064 37 -272026.687881 -0.062 130 -273168.773938 -0.074 140 -273398.853227 -0.062 134 -273187.88575 -0.064 41 -272116.185113 -0.062 138 -273271.320645 -0.074 144 -273385.261844 -0.064 70 -272517.227378 -0.064 45 -272236.252108 -0.074 148 -273489.154996 -0.064 74 -272581.073216 -0.064 49 -272222.931282 -0.064 78 -272650.195386 -0.074 152 -273478.322693 -0.064 53 -272276.544634 -0.064 57 -272386.45039 -0.064 82 -272628.069663 -0.074 156 -273521.763242 -0.064 61 -272452.75914 -0.064 86 -272691.424387 -0.064 65 -272514.993288 -0.074 160 -273600.073291 -0.064 69 -272577.797233 -0.064 90 -272722.151497 -0.074 164 -273589.47911 -0.066 1 -271227.397801 -0.064 94 -272755.497608 -0.066 5 -271429.322754 -0.074 168 -273625.84612 -0.064 98 -272825.349575 -0.066 9 -271434.280679 -0.074 172 -273636.312121 -0.074 176 -273702.048177 -0.064 102 -272878.638511 -0.066 13 -271605.049827 -0.074 180 -273761.68996 -0.064 106 -272866.76218 -0.074 184 -273734.679822 -0.066 17 -271731.880149 -0.074 188 -273817.113428 -0.064 110 -272925.975573 -0.066 21 -271751.135539 -0.074 192 -273804.229179 -0.074 196 -273775.242388 -0.064 114 -273012.207723 -0.066 25 -271885.162744 -0.076 140 -273376.603765 -0.076 144 -273445.600163 -0.064 118 -273049.979805 -0.066 29 -271957.371261 -0.064 122 -273129.265963 -0.076 148 -273459.316051 -0.064 126 -273183.601315 -0.066 33 -271975.67748 -0.064 130 -273207.728818 -0.076 152 -273497.646063 -0.066 37 -272029.882018 -0.064 134 -273257.920514 -0.064 138 -273315.416225 -0.076 156 -273525.182654 -0.066 41 -272117.859061 -0.066 70 -272542.93705 -0.076 160 -273590.962301 -0.066 74 -272617.329599 -0.066 45 -272152.698074 -0.066 78 -272712.182422 -0.076 164 -273601.364044 -0.066 82 -272770.430473 -0.066 49 -272250.383456 -0.066 86 -272701.884687 -0.076 168 -273653.894037 -0.066 53 -272329.180798 -0.066 90 -272737.269603 -0.066 94 -272833.080599 -0.076 172 -273623.234977 -0.066 57 -272306.978596 -0.066 98 -272854.952461 -0.066 102 -272922.230049 -0.076 176 -273663.642376 -0.066 61 -272405.023196 -0.066 106 -272961.932388 -0.066 110 -272883.21109 -0.076 180 -273732.033885 -0.066 65 -272495.275988 -0.066 114 -272963.428999 -0.066 118 -273012.981799 -0.076 184 -273786.108147 -0.066 69 -272530.786755 -0.066 122 -273087.660425 -0.076 188 -273765.272301 -0.068 1 -271236.495443 -0.066 126 -273122.456591 -0.068 5 -271345.777095 -0.076 192 -273830.476328 -0.066 130 -273120.378887 -0.068 9 -271458.969075 -0.076 196 -273803.326066 -0.066 134 -273161.205862 -0.068 13 -271603.992755 -0.078 140 -273403.759338 -0.066 138 -273234.952588 -0.068 17 -271661.491333 -0.078 144 -273460.817429 -0.068 70 -272530.415662 -0.068 21 -271752.859131 -0.068 25 -271905.203554 -0.078 148 -273450.672142 -0.068 74 -272635.423022 -0.068 29 -271917.009625 -0.078 152 -273523.009081 -0.068 33 -271980.459947 -0.068 78 -272681.175582 -0.068 82 -272714.650376 -0.078 156 -273570.462804 -0.068 37 -272101.154306 -0.068 86 -272770.087196 -0.068 41 -272105.06939 -0.078 160 -273533.361539 -0.068 90 -272896.191583 -0.068 45 -272152.666425 -0.078 164 -273545.404067 -0.068 49 -272282.168447 -0.068 94 -272859.434213 -0.078 168 -273595.929964 -0.068 53 -272360.778251 -0.068 98 -272925.794635 -0.078 172 -273576.226626 -0.068 57 -272372.475612 -0.078 176 -273641.814903 -0.068 102 -272983.91626 -0.078 180 -273633.492678 -0.068 61 -272393.402991 -0.078 184 -273671.023819 -0.068 106 -273059.356669 -0.078 188 -273705.714519 -0.068 65 -272491.981708 -0.078 192 -273815.435017 -0.068 110 -273061.693468 -0.078 196 -273863.036317 -0.068 69 -272512.340101 -0.068 114 -273021.57692 -0.08 140 -273659.909033 -0.07 1 -271222.802227 -0.08 144 -273729.633629 -0.068 118 -273028.815974 -0.08 148 -273711.091936 -0.07 5 -271349.413301 -0.07 9 -271561.360681 -0.068 122 -273020.320151 -0.08 152 -273764.420462 -0.07 13 -271630.438978 -0.068 126 -273081.763916 -0.07 17 -271783.365349 -0.08 156 -273800.090872 -0.068 130 -273153.094582 -0.07 21 -271795.908545 -0.08 160 -273861.564511 -0.068 134 -273139.09223 -0.07 25 -271916.645765 -0.068 138 -273208.147495 -0.08 164 -273829.613331 -0.07 29 -271928.133451 -0.07 70 -272532.881493 -0.07 33 -272026.772678 -0.08 168 -273867.96116 -0.07 37 -272037.712539 -0.07 74 -272532.057184 -0.08 172 -273896.296947 -0.07 41 -272186.629545 -0.07 78 -272620.539086 -0.08 176 -273919.302919 -0.07 45 -272295.144152 -0.07 82 -272765.789839 -0.08 180 -273894.806326 -0.07 49 -272304.821399 -0.08 184 -273944.984953 -0.07 86 -272811.660033 -0.08 188 -274011.050165 -0.07 53 -272360.438009 -0.07 90 -272864.099523 -0.08 192 -274004.214539 -0.07 57 -272372.380162 -0.08 196 -274030.531812 -0.07 94 -272919.165355 -0.082 140 -273995.965668 -0.07 61 -272481.740067 -0.07 98 -272930.878554 -0.082 144 -273969.712776 -0.07 102 -272950.172458 -0.07 65 -272457.994643 -0.07 69 -272511.978424 -0.082 148 -274019.511484 -0.07 106 -273007.602601 -0.072 1 -271246.405929 -0.072 5 -271474.868246 -0.082 152 -274085.636978 -0.07 110 -273021.73128 -0.072 9 -271534.837394 -0.082 156 -274148.329268 -0.07 114 -273179.370018 -0.072 13 -271670.452895 -0.072 17 -271705.179921 -0.082 160 -274202.79095 -0.07 118 -273180.569606 -0.072 21 -271929.046616 -0.072 25 -271949.020583 -0.082 164 -274223.30066 -0.07 122 -273215.764984 -0.072 29 -271988.351487 -0.082 168 -274230.607741 -0.072 33 -272047.927991 -0.07 126 -273223.36979 -0.072 37 -272140.668529 -0.082 172 -274292.077807 -0.07 130 -273243.967509 -0.072 41 -272254.064625 -0.082 176 -274327.201162 -0.07 134 -273261.320533 -0.072 45 -272248.489662 -0.082 180 -274354.608976 -0.07 138 -273252.539588 -0.072 49 -272267.690721 -0.072 53 -272424.928108 -0.082 184 -274383.888937 -0.072 70 -272654.421313 -0.072 57 -272442.909863 -0.082 188 -274422.155015 -0.072 74 -272658.049095 -0.072 78 -272667.665774 -0.072 61 -272509.929109 -0.082 192 -274360.881621 -0.072 82 -272721.49235 -0.072 65 -272513.508287 -0.072 86 -272776.235668 -0.082 196 -274426.350228 -0.072 90 -272842.685969 -0.072 69 -272563.947708 -0.072 94 -272846.211759 -0.084 140 -274266.462545 -0.084 144 -274333.842246 -0.074 1 -271276.71368 -0.072 98 -272895.638736 -0.084 148 -274379.360034 -0.084 152 -274421.949388 -0.074 5 -271506.121805 -0.072 102 -273023.977726 -0.084 156 -274463.935821 -0.074 9 -271553.268486 -0.084 160 -274528.232645 -0.072 106 -272990.12247 -0.084 164 -274577.992704 -0.074 13 -271721.313258 -0.084 168 -274631.192754 -0.072 110 -273127.733505 -0.084 172 -274598.137534 -0.074 17 -271806.882182 -0.072 114 -273114.321832 -0.084 176 -274659.440465 -0.074 21 -271881.584128 -0.084 180 -274694.75133 -0.072 118 -273198.873133 -0.072 122 -273267.863666 -0.074 25 -271947.949503 -0.084 184 -274759.079815 -0.072 126 -273255.560426 -0.074 29 -272108.511728 -0.072 130 -273297.721423 -0.084 188 -274790.274363 -0.072 134 -273332.895001 -0.074 33 -272101.704245 -0.084 192 -274816.27452 -0.072 138 -273321.191996 -0.084 196 -274836.999112 -0.074 37 -272193.145921 -0.086 140 -274523.783416 -0.074 70 -272656.05417 -0.086 144 -274554.781666 -0.074 41 -272179.596143 -0.086 148 -274589.462397 -0.074 74 -272704.920974 -0.074 45 -272350.756512 -0.086 152 -274657.523126 -0.074 78 -272764.220335 -0.086 156 -274706.302613 -0.074 49 -272374.048045 -0.086 160 -274745.395214 -0.074 82 -272763.552304 -0.086 164 -274793.005613 -0.074 53 -272377.193357 -0.086 168 -274851.690617 -0.074 86 -272766.362444 -0.086 172 -274902.748199 -0.074 57 -272490.115323 -0.074 90 -272893.770139 -0.086 176 -274952.39041 -0.074 61 -272573.400223 -0.086 180 -274994.843355 -0.074 94 -272920.795041 -0.086 184 -275027.07606 -0.074 65 -272661.871995 -0.086 188 -275088.8701 -0.074 98 -272871.473994 -0.086 192 -275120.300556 -0.074 69 -272652.347387 -0.086 196 -275187.538088 -0.074 102 -273004.757747 -0.076 1 -271343.374553 -0.088 140 -274593.041661 -0.074 106 -273012.412638 -0.088 144 -274640.24876 -0.076 5 -271558.717378 -0.088 148 -274709.548307 -0.074 110 -273067.501956 -0.088 152 -274741.576031 -0.076 9 -271622.725908 -0.088 156 -274775.049788 -0.074 114 -273060.780613 -0.076 13 -271759.453995 -0.088 160 -274823.693063 -0.074 118 -273183.763109 -0.088 164 -274862.279389 -0.076 17 -271745.593684 -0.088 168 -274934.129015 -0.074 122 -273252.825022 -0.076 21 -271913.859619 -0.088 172 -274971.784412 -0.074 126 -273257.418401 -0.088 176 -275015.372564 -0.076 25 -271913.940026 -0.074 130 -273304.543609 -0.088 180 -275074.442753 -0.076 29 -272128.580508 -0.074 134 -273385.974819 -0.088 184 -275123.686089 -0.076 33 -272145.779429 -0.088 188 -275160.475026 -0.074 138 -273370.515643 -0.076 70 -272693.617875 -0.076 37 -272230.99383 -0.088 192 -275205.366714 -0.076 74 -272695.483673 -0.088 196 -275252.48856 -0.076 41 -272236.646433 -0.09 140 -274678.922456 -0.076 78 -272843.576505 -0.076 45 -272313.476222 -0.09 144 -274740.849222 -0.076 49 -272299.489913 -0.076 82 -272827.177189 -0.09 148 -274785.611732 -0.076 53 -272497.538236 -0.076 86 -272888.749755 -0.09 152 -274827.001418 -0.076 57 -272536.579797 -0.076 90 -272890.737336 -0.076 94 -272922.161189 -0.09 156 -274877.011636 -0.076 61 -272628.009608 -0.09 160 -274921.167964 -0.076 98 -272926.709723 -0.076 65 -272617.456417 -0.09 164 -274962.857249 -0.076 102 -273007.300008 -0.076 69 -272696.795523 -0.078 1 -271385.798332 -0.09 168 -274994.461416 -0.076 106 -273069.116716 -0.078 5 -271578.167508 -0.09 172 -275038.800629 -0.078 9 -271747.389569 -0.076 110 -273139.394347 -0.078 13 -271787.327109 -0.09 176 -275084.821168 -0.076 114 -273145.929648 -0.078 17 -271905.416491 -0.09 180 -275143.578282 -0.078 21 -272064.550042 -0.076 118 -273184.851593 -0.078 25 -272068.754717 -0.09 184 -275183.766424 -0.076 122 -273156.805245 -0.09 188 -275239.735543 -0.078 29 -272170.169992 -0.09 192 -275301.186669 -0.076 126 -273217.952443 -0.078 33 -272208.74187 -0.09 196 -275332.554973 -0.076 130 -273300.715363 -0.078 37 -272287.793543 -0.092 140 -274761.211239 -0.076 134 -273364.808081 -0.092 144 -274827.11399 -0.078 41 -272359.870632 -0.092 148 -274867.024572 -0.076 138 -273362.820012 -0.092 152 -274931.745274 -0.078 45 -272366.104188 -0.092 156 -274972.96797 -0.078 70 -272755.050626 -0.078 49 -272449.75102 -0.092 160 -275013.613849 -0.078 53 -272444.284427 -0.078 74 -272748.661197 -0.092 164 -275055.236004 -0.078 57 -272534.041942 -0.078 78 -272809.436957 -0.092 168 -275100.884442 -0.078 61 -272638.217005 -0.078 82 -272874.34041 -0.092 172 -275143.074645 -0.078 65 -272633.726529 -0.078 69 -272738.414205 -0.078 86 -272852.774371 -0.092 176 -275187.482335 -0.08 1 -271434.028349 -0.08 5 -271627.442121 -0.078 90 -272930.439032 -0.092 180 -275224.247542 -0.08 9 -271811.895541 -0.092 184 -275271.367382 -0.078 94 -273016.244947 -0.08 13 -271931.912441 -0.092 188 -275311.047124 -0.078 98 -273061.933908 -0.08 17 -271989.932765 -0.092 192 -275374.823526 -0.08 21 -272115.758839 -0.078 102 -273118.181062 -0.092 196 -275415.698593 -0.08 25 -272236.869866 -0.078 106 -273118.933722 -0.094 140 -274859.180118 -0.08 29 -272302.665674 -0.078 110 -273170.365882 -0.08 33 -272330.581729 -0.094 144 -274917.132765 -0.078 114 -273218.460307 -0.094 148 -274957.893534 -0.08 37 -272443.833186 -0.094 152 -274998.449004 -0.078 118 -273204.565146 -0.08 41 -272519.216886 -0.094 156 -275052.777095 -0.094 160 -275113.19068 -0.078 122 -273259.68819 -0.08 45 -272519.770542 -0.094 164 -275166.535944 -0.078 126 -273309.28852 -0.08 49 -272585.142204 -0.094 168 -275210.292819 -0.078 130 -273303.195187 -0.08 53 -272669.205607 -0.094 172 -275237.683307 -0.078 134 -273362.782392 -0.08 57 -272723.442785 -0.094 176 -275291.005193 -0.08 61 -272745.00549 -0.078 138 -273389.211344 -0.094 180 -275337.043765 -0.08 65 -272837.186377 -0.08 70 -272965.407409 -0.094 184 -275377.441211 -0.08 69 -272931.984868 -0.08 74 -272968.355462 -0.094 188 -275409.088698 -0.082 1 -271487.807042 -0.08 78 -273015.492672 -0.094 192 -275455.760701 -0.082 5 -271682.241831 -0.08 82 -273082.548248 -0.082 9 -271867.098285 -0.094 196 -275474.417147 -0.082 13 -271969.764065 -0.08 86 -273152.754462 -0.096 140 -274971.684781 -0.082 17 -272149.8093 -0.08 90 -273136.254469 -0.08 94 -273200.609232 -0.096 144 -275005.350908 -0.082 21 -272245.321842 -0.08 98 -273292.625363 -0.096 148 -275064.109903 -0.082 25 -272286.810978 -0.096 152 -275111.940329 -0.08 102 -273342.184253 -0.082 29 -272389.545958 -0.096 156 -275163.006785 -0.08 106 -273312.847071 -0.096 160 -275208.324739 -0.082 33 -272486.598659 -0.096 164 -275224.379496 -0.08 110 -273391.521654 -0.082 37 -272595.913372 -0.096 168 -275289.976951 -0.096 172 -275357.185358 -0.08 114 -273449.340254 -0.082 41 -272679.036469 -0.096 176 -275404.351283 -0.08 118 -273418.716662 -0.082 45 -272756.365788 -0.096 180 -275435.01971 -0.082 49 -272728.629287 -0.08 122 -273471.874788 -0.082 53 -272806.055349 -0.096 184 -275480.613242 -0.096 188 -275510.5258 -0.08 126 -273538.385218 -0.082 57 -272891.966356 -0.096 192 -275567.823792 -0.082 61 -272952.149636 -0.08 130 -273594.292512 -0.096 196 -275594.115334 -0.082 65 -273042.398815 -0.08 134 -273562.137317 -0.082 69 -273142.269812 -0.08 138 -273623.572805 -0.098 140 -275067.644812 -0.082 70 -273154.77603 -0.098 144 -275125.567024 -0.084 1 -271546.895655 -0.098 148 -275163.429655 -0.084 5 -271766.221026 -0.082 74 -273169.869188 -0.098 152 -275221.703171 -0.082 78 -273265.500139 -0.084 9 -271934.957119 -0.098 156 -275257.645743 -0.082 82 -273302.142879 -0.084 13 -272031.138914 -0.098 160 -275322.909695 -0.082 86 -273363.294409 -0.084 17 -272202.353884 -0.082 90 -273441.762365 -0.098 164 -275364.137835 -0.084 21 -272294.663643 -0.098 168 -275393.081407 -0.082 94 -273505.014374 -0.084 25 -272439.758483 -0.098 172 -275425.836915 -0.082 98 -273465.289507 -0.084 29 -272547.694942 -0.098 176 -275468.511649 -0.098 180 -275528.230213 -0.082 102 -273546.378632 -0.084 33 -272627.090893 -0.098 184 -275580.476064 -0.082 106 -273635.626503 -0.098 188 -275625.502919 -0.084 37 -272753.099368 -0.098 192 -275674.304937 -0.082 110 -273649.980709 -0.084 41 -272851.168142 -0.098 196 -275709.750389 -0.084 45 -272931.498113 -0.082 114 -273706.269689 -0.084 49 -272989.570217 -0.082 118 -273782.658026 -0.084 53 -273064.70869 -0.082 122 -273773.747995 -0.084 57 -273040.199453 -0.082 126 -273805.118869 -0.084 61 -273130.981755 -0.082 130 -273871.080095 -0.084 65 -273179.819882 -0.082 134 -273914.824949 -0.084 69 -273284.801186 -0.082 138 -273988.007818 -0.086 1 -271611.072475 -0.084 70 -273290.375881 -0.086 5 -271806.105348 -0.084 74 -273392.507836 -0.086 9 -272000.342605 -0.084 78 -273448.785567 -0.086 13 -272121.661645 -0.084 82 -273565.677205 -0.086 17 -272239.993906 -0.084 86 -273620.589673 -0.086 21 -272367.217015 -0.084 90 -273682.684918 -0.086 25 -272487.660672 -0.084 94 -273747.949198 -0.086 29 -272633.138759 -0.084 98 -273796.131867 -0.086 33 -272701.333511 -0.084 102 -273844.745061 -0.086 37 -272788.613003 -0.084 106 -273892.299973 -0.086 41 -272921.582462 -0.084 110 -273978.080118 -0.086 45 -272990.674566 -0.084 114 -273955.435588 -0.086 49 -273080.35458 -0.084 118 -273991.918164 -0.086 53 -273154.252479 -0.084 122 -274046.61775 -0.086 57 -273225.296103 -0.084 126 -274113.796182 -0.086 61 -273287.157082 -0.084 130 -274163.588701 -0.086 65 -273375.744511 -0.084 134 -274205.509144 -0.086 69 -273413.565226 -0.084 138 -274229.978785 -0.088 1 -271680.131261 -0.086 70 -273449.068303 -0.088 5 -271875.869178 -0.086 74 -273521.811599 -0.088 9 -272057.130208 -0.086 78 -273599.430613 -0.088 13 -272192.508219 -0.086 82 -273674.719042 -0.088 17 -272330.251948 -0.086 86 -273778.386234 -0.088 21 -272451.866572 -0.086 90 -273832.185672 -0.088 25 -272542.86892 -0.086 94 -273881.717912 -0.088 29 -272686.117765 -0.086 98 -273934.721034 -0.088 33 -272801.072592 -0.086 102 -274009.561792 -0.088 37 -272876.999441 -0.086 106 -274050.779793 -0.088 41 -272985.537027 -0.086 110 -274106.839212 -0.088 45 -273078.358509 -0.086 114 -274159.502819 -0.088 49 -273154.018566 -0.086 118 -274242.921518 -0.088 53 -273237.914877 -0.086 122 -274294.830075 -0.088 57 -273307.776222 -0.086 126 -274322.904319 -0.088 61 -273374.314159 -0.086 130 -274385.023455 -0.088 65 -273429.613938 -0.086 134 -274436.585284 -0.088 69 -273521.440587 -0.086 138 -274478.024854 -0.09 1 -271753.879861 -0.088 70 -273540.9689 -0.09 5 -271950.308488 -0.088 74 -273581.603462 -0.09 9 -272138.97912 -0.088 78 -273661.74526 -0.09 13 -272282.391352 -0.088 82 -273735.60644 -0.09 17 -272379.563514 -0.088 86 -273820.942281 -0.09 21 -272549.65176 -0.088 90 -273923.316633 -0.09 25 -272629.616792 -0.088 94 -273982.682667 -0.09 29 -272746.444424 -0.088 98 -274022.29595 -0.09 33 -272880.086971 -0.088 102 -274074.565714 -0.09 37 -272951.64999 -0.088 106 -274141.155948 -0.09 41 -273049.425257 -0.088 110 -274206.754629 -0.09 45 -273147.373274 -0.088 114 -274239.342414 -0.09 49 -273250.215399 -0.088 118 -274288.697897 -0.09 53 -273337.325819 -0.088 122 -274358.166354 -0.09 57 -273391.456878 -0.088 126 -274425.375085 -0.09 61 -273459.155378 -0.088 130 -274477.871644 -0.09 65 -273539.913874 -0.088 134 -274516.222268 -0.09 69 -273593.509958 -0.088 138 -274576.916335 -0.092 1 -271832.138965 -0.09 70 -273590.631727 -0.092 5 -272029.244608 -0.09 74 -273689.211157 -0.092 9 -272218.302106 -0.09 78 -273726.358937 -0.092 13 -272362.077025 -0.09 82 -273821.016487 -0.092 17 -272469.180743 -0.09 86 -273884.292535 -0.092 21 -272595.4369 -0.09 90 -273947.967446 -0.092 25 -272705.045715 -0.09 94 -274033.351309 -0.092 29 -272809.010261 -0.09 98 -274138.55592 -0.092 33 -272958.058895 -0.09 102 -274179.646083 -0.092 37 -273044.005295 -0.09 106 -274242.459556 -0.092 41 -273130.594276 -0.09 110 -274285.398072 -0.092 45 -273220.415562 -0.09 114 -274334.364332 -0.092 49 -273333.117246 -0.09 118 -274400.127481 -0.092 53 -273426.725357 -0.09 122 -274435.650363 -0.092 57 -273495.266163 -0.09 126 -274497.066875 -0.092 61 -273548.119389 -0.09 130 -274553.009498 -0.092 65 -273613.805633 -0.09 134 -274607.283607 -0.092 69 -273690.377055 -0.09 138 -274665.28537 -0.094 1 -271914.741011 -0.092 70 -273712.145451 -0.094 5 -272137.43376 -0.092 74 -273756.776872 -0.094 9 -272280.354408 -0.092 78 -273853.459506 -0.094 13 -272453.154858 -0.092 82 -273878.512623 -0.094 17 -272540.768724 -0.092 86 -273958.402842 -0.094 21 -272687.25473 -0.092 90 -274029.136222 -0.094 25 -272820.137484 -0.092 94 -274112.32045 -0.094 29 -272899.892302 -0.092 98 -274184.36578 -0.094 33 -273027.468231 -0.092 102 -274255.930034 -0.094 37 -273156.343585 -0.092 106 -274349.632476 -0.094 41 -273224.889421 -0.092 110 -274386.353088 -0.094 45 -273308.630968 -0.092 114 -274437.78995 -0.094 49 -273404.401783 -0.092 118 -274490.249315 -0.094 53 -273498.104748 -0.092 122 -274537.84726 -0.094 57 -273586.775814 -0.092 126 -274594.51934 -0.094 61 -273660.463385 -0.092 130 -274644.243079 -0.094 65 -273708.641093 -0.092 134 -274686.04028 -0.094 69 -273786.050868 -0.092 138 -274749.327836 -0.096 1 -272001.529194 -0.094 70 -273781.557027 -0.096 5 -272224.617419 -0.094 74 -273864.80514 -0.096 9 -272368.166177 -0.094 78 -273932.859488 -0.096 13 -272541.175998 -0.094 82 -274005.085294 -0.096 17 -272652.659584 -0.094 86 -274040.396239 -0.096 21 -272768.523661 -0.094 90 -274116.639825 -0.096 25 -272930.12988 -0.094 94 -274197.310675 -0.096 29 -272988.553838 -0.094 98 -274270.168326 -0.096 33 -273098.82807 -0.094 102 -274312.776064 -0.096 37 -273242.762099 -0.094 106 -274409.400237 -0.096 41 -273323.869462 -0.094 110 -274467.192534 -0.096 45 -273400.358141 -0.094 114 -274537.884401 -0.096 49 -273485.546311 -0.094 118 -274584.60303 -0.094 122 -274627.392103 -0.096 53 -273573.895313 -0.094 126 -274682.701991 -0.096 57 -273680.582678 -0.094 130 -274745.812248 -0.096 61 -273751.895565 -0.094 134 -274807.492384 -0.096 65 -273813.734985 -0.094 138 -274833.222921 -0.096 69 -273884.871859 -0.096 70 -273905.349368 -0.098 1 -272092.356575 -0.096 74 -273955.69065 -0.098 5 -272305.212824 -0.096 78 -274020.096327 -0.098 9 -272473.316142 -0.096 82 -274097.258767 -0.098 13 -272633.8623 -0.096 86 -274164.361191 -0.098 17 -272771.743953 -0.096 90 -274193.752873 -0.098 21 -272848.777777 -0.096 94 -274272.858577 -0.098 25 -272989.301842 -0.096 98 -274331.181038 -0.098 29 -273085.08767 -0.098 33 -273197.707262 -0.096 102 -274413.477189 -0.098 37 -273293.151734 -0.096 106 -274490.444743 -0.098 41 -273434.610973 -0.096 110 -274535.367239 -0.098 45 -273505.699588 -0.096 114 -274622.611656 -0.098 49 -273592.460971 -0.096 118 -274680.51324 -0.096 122 -274741.040612 -0.098 53 -273674.823512 -0.098 57 -273760.517294 -0.096 126 -274782.680082 -0.098 61 -273851.925731 -0.096 130 -274830.911803 -0.096 134 -274893.276873 -0.098 65 -273927.107561 -0.096 138 -274954.571361 -0.098 69 -273985.328335 -0.098 70 -274014.263148 -0.098 74 -274076.733675 -0.098 78 -274149.994188 -0.098 82 -274195.568169 -0.098 86 -274253.515852 -0.098 90 -274314.994062 -0.098 94 -274361.347841 -0.098 98 -274426.011988 -0.098 102 -274502.281346 -0.098 106 -274560.35436 -0.098 110 -274640.011591 -0.098 114 -274684.245668 -0.098 118 -274764.076295 -0.098 122 -274827.895013 -0.098 126 -274881.113149 -0.098 130 -274918.563027 -0.098 134 -274995.001701 -0.098 138 -275039.456948 diff --git a/experiments/old_stuff/vics.csv b/experiments/old_stuff/vics.csv deleted file mode 100644 index 219eb7a..0000000 --- a/experiments/old_stuff/vics.csv +++ /dev/null @@ -1,8238 +0,0 @@ -"","vic_ids","vic_dates" -"1",2,2796 -"2",14,1793 -"3",21,1385 -"4",23,1682 -"5",24,1295 -"6",25,2762 -"7",33,2263 -"8",42,2265 -"9",55,2524 -"10",77,2425 -"11",113,1943 -"12",133,540 -"13",134,2062 -"14",135,2233 -"15",140,2267 -"16",145,1998 -"17",147,1040 -"18",160,2007 -"19",173,575 -"20",180,1593 -"21",194,1243 -"22",206,1986 -"23",212,1513 -"24",231,1301 -"25",237,1982 -"26",243,872 -"27",250,954 -"28",267,2631 -"29",269,407 -"30",270,2542 -"31",279,1989 -"32",282,171 -"33",283,2082 -"34",288,947 -"35",301,2070 -"36",307,2530 -"37",312,2038 -"38",313,2271 -"39",316,2413 -"40",323,1706 -"41",325,495 -"42",330,2163 -"43",341,2689 -"44",357,2327 -"45",358,798 -"46",359,635 -"47",360,1671 -"48",361,1970 -"49",362,2537 -"50",364,2351 -"51",368,416 -"52",371,2950 -"53",372,1944 -"54",377,2389 -"55",378,2766 -"56",380,2261 -"57",386,1553 -"58",388,1594 -"59",389,106 -"60",392,1915 -"61",393,643 -"62",410,927 -"63",446,1910 -"64",448,2693 -"65",449,1950 -"66",455,2827 -"67",457,1704 -"68",468,1966 -"69",470,2285 -"70",472,964 -"71",475,156 -"72",489,2652 -"73",499,1931 -"74",508,801 -"75",512,1596 -"76",543,2203 -"77",553,305 -"78",555,552 -"79",566,2698 -"80",600,1702 -"81",601,702 -"82",602,2632 -"83",613,2687 -"84",622,501 -"85",626,77 -"86",663,2678 -"87",669,1423 -"88",671,2328 -"89",675,1686 -"90",680,2569 -"91",687,1664 -"92",701,2718 -"93",725,1064 -"94",728,1812 -"95",733,1653 -"96",739,309 -"97",750,1327 -"98",757,546 -"99",758,1232 -"100",762,2671 -"101",765,2073 -"102",766,2690 -"103",782,945 -"104",798,2476 -"105",803,1666 -"106",822,1475 -"107",823,2840 -"108",827,2964 -"109",841,2964 -"110",843,2332 -"111",845,68 -"112",854,2307 -"113",860,1258 -"114",862,2254 -"115",863,551 -"116",867,1264 -"117",868,607 -"118",900,2726 -"119",902,1887 -"120",913,2144 -"121",915,1793 -"122",916,2718 -"123",917,973 -"124",919,910 -"125",937,408 -"126",952,1991 -"127",962,1000 -"128",997,2788 -"129",998,1795 -"130",999,2181 -"131",1006,1569 -"132",1007,56 -"133",1015,1174 -"134",1018,1803 -"135",1023,2515 -"136",1026,493 -"137",1034,1438 -"138",1036,1367 -"139",1044,880 -"140",1046,1881 -"141",1050,1185 -"142",1055,1264 -"143",1057,2759 -"144",1063,2515 -"145",1067,918 -"146",1090,2370 -"147",1092,1945 -"148",1102,2282 -"149",1107,905 -"150",1108,1600 -"151",1124,1596 -"152",1127,1188 -"153",1128,109 -"154",1130,1566 -"155",1136,2536 -"156",1147,1999 -"157",1150,1595 -"158",1151,2885 -"159",1154,1656 -"160",1156,1140 -"161",1175,1642 -"162",1195,1322 -"163",1196,1986 -"164",1201,2489 -"165",1203,1350 -"166",1214,2050 -"167",1216,63 -"168",1222,2598 -"169",1224,2435 -"170",1226,2353 -"171",1256,1212 -"172",1257,1212 -"173",1262,2973 -"174",1275,2068 -"175",1314,1522 -"176",1315,2760 -"177",1321,2075 -"178",1323,1659 -"179",1324,2147 -"180",1328,335 -"181",1349,1147 -"182",1355,2473 -"183",1362,1630 -"184",1364,859 -"185",1367,2176 -"186",1369,2487 -"187",1386,1901 -"188",1393,1706 -"189",1397,1225 -"190",1401,918 -"191",1409,2090 -"192",1411,771 -"193",1427,324 -"194",1428,742 -"195",1453,1737 -"196",1455,1262 -"197",1469,1160 -"198",1495,2046 -"199",1503,416 -"200",1509,231 -"201",1519,2349 -"202",1520,1716 -"203",1523,2048 -"204",1550,293 -"205",1556,643 -"206",1560,2013 -"207",1567,513 -"208",1570,2028 -"209",1574,1718 -"210",1578,1612 -"211",1592,2006 -"212",1615,2007 -"213",1616,2662 -"214",1620,1303 -"215",1624,2687 -"216",1629,1289 -"217",1639,2631 -"218",1641,1490 -"219",1676,1198 -"220",1677,2645 -"221",1685,2230 -"222",1690,873 -"223",1691,1941 -"224",1692,2443 -"225",1700,613 -"226",1702,1984 -"227",1708,1591 -"228",1728,284 -"229",1745,2693 -"230",1756,2231 -"231",1767,2727 -"232",1769,877 -"233",1777,1965 -"234",1780,1375 -"235",1782,2796 -"236",1785,2350 -"237",1787,1707 -"238",1822,2888 -"239",1826,924 -"240",1831,2397 -"241",1846,1845 -"242",1853,1465 -"243",1875,1786 -"244",1888,114 -"245",1897,1727 -"246",1938,997 -"247",1951,386 -"248",1968,631 -"249",1985,888 -"250",2011,2176 -"251",2014,973 -"252",2028,1978 -"253",2036,2483 -"254",2057,1965 -"255",2060,1753 -"256",2063,1278 -"257",2077,610 -"258",2085,161 -"259",2093,2459 -"260",2108,1662 -"261",2111,1904 -"262",2120,1133 -"263",2139,2502 -"264",2143,1174 -"265",2153,2675 -"266",2165,840 -"267",2166,2557 -"268",2181,2030 -"269",2190,2359 -"270",2195,2139 -"271",2206,2536 -"272",2208,2814 -"273",2218,2718 -"274",2220,1504 -"275",2221,2092 -"276",2224,2751 -"277",2226,2225 -"278",2229,1536 -"279",2258,288 -"280",2269,984 -"281",2272,1640 -"282",2282,2056 -"283",2288,1870 -"284",2289,2389 -"285",2294,1638 -"286",2300,565 -"287",2322,1645 -"288",2325,1641 -"289",2326,2513 -"290",2334,2619 -"291",2337,1697 -"292",2344,2752 -"293",2349,1288 -"294",2351,1868 -"295",2357,492 -"296",2370,1600 -"297",2375,104 -"298",2384,1057 -"299",2396,1674 -"300",2407,1725 -"301",2412,181 -"302",2418,2020 -"303",2424,2582 -"304",2426,85 -"305",2428,1931 -"306",2429,999 -"307",2440,836 -"308",2443,2333 -"309",2446,2606 -"310",2452,1715 -"311",2455,1780 -"312",2462,849 -"313",2484,2389 -"314",2486,1226 -"315",2488,424 -"316",2489,1537 -"317",2506,954 -"318",2522,2069 -"319",2523,1691 -"320",2524,1708 -"321",2533,2016 -"322",2540,1398 -"323",2563,1686 -"324",2572,2273 -"325",2576,1307 -"326",2588,552 -"327",2591,1949 -"328",2600,1182 -"329",2603,2906 -"330",2609,834 -"331",2611,810 -"332",2616,221 -"333",2617,592 -"334",2625,2152 -"335",2647,2450 -"336",2660,2846 -"337",2667,2819 -"338",2668,1529 -"339",2684,2874 -"340",2694,2062 -"341",2700,857 -"342",2704,2609 -"343",2709,1673 -"344",2712,1881 -"345",2716,1748 -"346",2724,2447 -"347",2731,434 -"348",2737,607 -"349",2742,1192 -"350",2743,1278 -"351",2747,2411 -"352",2754,1360 -"353",2759,2030 -"354",2765,2321 -"355",2766,1920 -"356",2798,1673 -"357",2799,2173 -"358",2802,1836 -"359",2810,83 -"360",2819,1743 -"361",2847,494 -"362",2852,2448 -"363",2863,1657 -"364",2864,1543 -"365",2865,2006 -"366",2876,2657 -"367",2894,1291 -"368",2901,1156 -"369",2907,1980 -"370",2927,1789 -"371",2936,2512 -"372",2954,2727 -"373",2959,1785 -"374",2960,977 -"375",2967,587 -"376",2972,1708 -"377",2979,2912 -"378",2982,1233 -"379",2985,2398 -"380",3011,2278 -"381",3016,747 -"382",3034,2601 -"383",3040,1446 -"384",3067,1378 -"385",3068,1815 -"386",3088,1670 -"387",3098,77 -"388",3100,2524 -"389",3101,513 -"390",3127,2273 -"391",3139,1656 -"392",3144,869 -"393",3152,1621 -"394",3158,2762 -"395",3161,2229 -"396",3163,2020 -"397",3164,2693 -"398",3167,1676 -"399",3171,700 -"400",3175,1938 -"401",3186,919 -"402",3195,2043 -"403",3198,1797 -"404",3235,799 -"405",3242,1730 -"406",3254,1258 -"407",3255,2504 -"408",3265,214 -"409",3271,2216 -"410",3272,2132 -"411",3284,1541 -"412",3305,2839 -"413",3306,1989 -"414",3313,572 -"415",3317,2037 -"416",3324,1198 -"417",3342,1026 -"418",3351,192 -"419",3352,1707 -"420",3360,1583 -"421",3362,354 -"422",3391,526 -"423",3395,1382 -"424",3397,2126 -"425",3403,2951 -"426",3405,2438 -"427",3409,2167 -"428",3414,2322 -"429",3419,1595 -"430",3420,497 -"431",3430,2498 -"432",3453,2126 -"433",3456,1999 -"434",3460,2530 -"435",3477,2546 -"436",3484,1515 -"437",3488,2351 -"438",3492,2117 -"439",3493,2451 -"440",3495,2431 -"441",3506,2364 -"442",3520,2281 -"443",3542,450 -"444",3557,1259 -"445",3559,2413 -"446",3564,2717 -"447",3578,624 -"448",3583,818 -"449",3620,2955 -"450",3628,2707 -"451",3647,1325 -"452",3663,1232 -"453",3666,2520 -"454",3669,2524 -"455",3670,885 -"456",3671,2065 -"457",3678,1325 -"458",3694,870 -"459",3695,2612 -"460",3711,2360 -"461",3714,2605 -"462",3716,1679 -"463",3740,119 -"464",3748,2052 -"465",3751,1358 -"466",3753,1255 -"467",3765,2775 -"468",3770,2623 -"469",3776,2322 -"470",3777,1798 -"471",3786,2282 -"472",3801,1974 -"473",3819,1583 -"474",3830,1661 -"475",3838,2110 -"476",3849,1356 -"477",3853,2465 -"478",3863,856 -"479",3877,1133 -"480",3878,1890 -"481",3886,1669 -"482",3896,2693 -"483",3946,1172 -"484",3947,2067 -"485",3954,839 -"486",3956,1812 -"487",3957,256 -"488",3961,2426 -"489",3966,2425 -"490",3968,2712 -"491",3978,2775 -"492",3980,2771 -"493",4001,1687 -"494",4032,1763 -"495",4057,2389 -"496",4066,1736 -"497",4071,357 -"498",4084,2133 -"499",4107,987 -"500",4121,1304 -"501",4122,2067 -"502",4144,1520 -"503",4164,588 -"504",4177,1524 -"505",4180,1817 -"506",4188,2963 -"507",4191,2130 -"508",4194,1641 -"509",4222,190 -"510",4226,1903 -"511",4249,2547 -"512",4253,1890 -"513",4289,1921 -"514",4303,2414 -"515",4305,2374 -"516",4313,2368 -"517",4314,48 -"518",4317,1224 -"519",4322,1707 -"520",4330,1128 -"521",4341,780 -"522",4350,1392 -"523",4360,1770 -"524",4361,2571 -"525",4366,1726 -"526",4367,2794 -"527",4403,2416 -"528",4411,2009 -"529",4418,2788 -"530",4430,2019 -"531",4485,1963 -"532",4504,1905 -"533",4505,292 -"534",4526,1728 -"535",4551,2720 -"536",4567,2348 -"537",4583,2741 -"538",4602,2446 -"539",4611,2306 -"540",4612,2804 -"541",4613,49 -"542",4618,2607 -"543",4620,1818 -"544",4622,1589 -"545",4623,1176 -"546",4634,2291 -"547",4646,2139 -"548",4660,2149 -"549",4665,1569 -"550",4668,1919 -"551",4669,2395 -"552",4671,2280 -"553",4675,1741 -"554",4681,2356 -"555",4687,2152 -"556",4690,1938 -"557",4691,1888 -"558",4696,2656 -"559",4698,2481 -"560",4701,2401 -"561",4705,1714 -"562",4707,2588 -"563",4723,1314 -"564",4730,2131 -"565",4736,955 -"566",4751,2696 -"567",4757,390 -"568",4763,1960 -"569",4768,1111 -"570",4775,1500 -"571",4779,379 -"572",4784,2511 -"573",4785,996 -"574",4790,1025 -"575",4791,1184 -"576",4821,1938 -"577",4831,2365 -"578",4863,1961 -"579",4881,2736 -"580",4889,1501 -"581",4913,292 -"582",4916,1970 -"583",4928,537 -"584",4929,2240 -"585",4932,2752 -"586",4936,897 -"587",4939,1382 -"588",4953,2285 -"589",4957,644 -"590",4966,355 -"591",4968,1586 -"592",4970,1220 -"593",4980,2093 -"594",4983,1909 -"595",4988,239 -"596",5018,640 -"597",5036,312 -"598",5041,2371 -"599",5053,1608 -"600",5055,1796 -"601",5064,1690 -"602",5072,2175 -"603",5078,2033 -"604",5082,212 -"605",5092,909 -"606",5106,2622 -"607",5119,2220 -"608",5120,2735 -"609",5148,2206 -"610",5168,629 -"611",5203,814 -"612",5207,2473 -"613",5226,1309 -"614",5232,168 -"615",5235,2324 -"616",5239,2875 -"617",5250,405 -"618",5258,2730 -"619",5296,820 -"620",5303,1849 -"621",5315,2631 -"622",5317,2063 -"623",5326,2652 -"624",5346,1438 -"625",5349,1623 -"626",5350,2522 -"627",5352,175 -"628",5355,1499 -"629",5363,1791 -"630",5376,288 -"631",5392,1648 -"632",5400,1568 -"633",5405,1510 -"634",5414,2321 -"635",5429,1991 -"636",5438,1499 -"637",5449,1723 -"638",5451,1299 -"639",5454,1779 -"640",5457,2077 -"641",5462,2374 -"642",5483,1938 -"643",5484,582 -"644",5491,2048 -"645",5504,2389 -"646",5511,2356 -"647",5515,2385 -"648",5520,217 -"649",5557,1929 -"650",5564,113 -"651",5568,1290 -"652",5580,2111 -"653",5581,883 -"654",5586,274 -"655",5590,2845 -"656",5599,1684 -"657",5606,2875 -"658",5610,2223 -"659",5614,2122 -"660",5615,1105 -"661",5621,1860 -"662",5622,2175 -"663",5637,1976 -"664",5646,354 -"665",5659,141 -"666",5669,2502 -"667",5673,1567 -"668",5678,1131 -"669",5683,2468 -"670",5685,181 -"671",5710,1926 -"672",5714,534 -"673",5716,1058 -"674",5725,2789 -"675",5749,1455 -"676",5785,1261 -"677",5792,975 -"678",5798,1779 -"679",5813,2088 -"680",5816,2408 -"681",5826,411 -"682",5833,197 -"683",5839,2301 -"684",5845,1552 -"685",5846,271 -"686",5849,2404 -"687",5852,1862 -"688",5864,1197 -"689",5865,1910 -"690",5897,2337 -"691",5912,2257 -"692",5937,2392 -"693",5962,2491 -"694",5971,1985 -"695",5984,1675 -"696",5986,1721 -"697",6013,222 -"698",6020,1864 -"699",6023,2050 -"700",6030,2953 -"701",6031,1611 -"702",6040,2103 -"703",6043,1038 -"704",6044,2744 -"705",6047,2004 -"706",6052,1985 -"707",6055,2651 -"708",6062,2681 -"709",6063,2349 -"710",6071,2310 -"711",6074,2426 -"712",6078,498 -"713",6104,2462 -"714",6113,1678 -"715",6119,2358 -"716",6132,1590 -"717",6133,1229 -"718",6160,969 -"719",6162,1673 -"720",6186,1693 -"721",6192,2409 -"722",6206,922 -"723",6208,2361 -"724",6213,227 -"725",6218,702 -"726",6222,1949 -"727",6223,2363 -"728",6234,2654 -"729",6235,1585 -"730",6241,2264 -"731",6248,2737 -"732",6252,2336 -"733",6253,2282 -"734",6255,2895 -"735",6262,2733 -"736",6264,749 -"737",6274,1035 -"738",6295,856 -"739",6296,148 -"740",6324,1990 -"741",6345,2713 -"742",6359,1239 -"743",6363,2066 -"744",6366,798 -"745",6390,2385 -"746",6392,1878 -"747",6409,132 -"748",6417,1675 -"749",6428,1952 -"750",6432,2297 -"751",6449,1997 -"752",6479,1021 -"753",6480,1678 -"754",6491,2424 -"755",6492,1162 -"756",6512,1672 -"757",6544,779 -"758",6562,1139 -"759",6577,1951 -"760",6580,222 -"761",6588,2025 -"762",6593,253 -"763",6596,804 -"764",6602,1631 -"765",6603,2185 -"766",6612,2343 -"767",6621,2478 -"768",6627,2063 -"769",6661,149 -"770",6665,418 -"771",6697,2438 -"772",6718,2138 -"773",6724,2151 -"774",6740,2699 -"775",6747,2913 -"776",6755,2818 -"777",6758,1431 -"778",6800,2053 -"779",6804,74 -"780",6820,1318 -"781",6821,1788 -"782",6824,2680 -"783",6841,263 -"784",6843,144 -"785",6871,1882 -"786",6876,1511 -"787",6877,867 -"788",6897,514 -"789",6914,2668 -"790",6940,1183 -"791",6942,1232 -"792",6950,488 -"793",6982,2034 -"794",6986,1669 -"795",6988,91 -"796",6989,2623 -"797",6996,2916 -"798",6999,2214 -"799",7009,1982 -"800",7013,2040 -"801",7014,2401 -"802",7029,2204 -"803",7078,2344 -"804",7087,2356 -"805",7118,966 -"806",7123,1964 -"807",7126,1261 -"808",7127,2352 -"809",7148,1095 -"810",7167,1993 -"811",7180,2227 -"812",7181,1421 -"813",7185,1046 -"814",7196,1508 -"815",7206,1959 -"816",7226,1228 -"817",7229,2669 -"818",7233,572 -"819",7234,2654 -"820",7241,2259 -"821",7245,2089 -"822",7252,2799 -"823",7253,2686 -"824",7254,1849 -"825",7257,1915 -"826",7258,1714 -"827",7269,1728 -"828",7292,1988 -"829",7310,636 -"830",7323,2858 -"831",7337,1797 -"832",7350,1901 -"833",7354,2008 -"834",7355,1928 -"835",7363,123 -"836",7394,2615 -"837",7402,580 -"838",7404,643 -"839",7406,1906 -"840",7422,1793 -"841",7431,2750 -"842",7432,1531 -"843",7433,2255 -"844",7443,2028 -"845",7450,2827 -"846",7451,1254 -"847",7465,52 -"848",7467,587 -"849",7473,1808 -"850",7475,1284 -"851",7499,1803 -"852",7502,1519 -"853",7506,2371 -"854",7508,2396 -"855",7515,2737 -"856",7536,2871 -"857",7547,164 -"858",7548,1932 -"859",7555,1943 -"860",7579,1624 -"861",7582,1099 -"862",7597,2037 -"863",7604,1366 -"864",7614,971 -"865",7615,1657 -"866",7616,2296 -"867",7627,1543 -"868",7648,1861 -"869",7652,1281 -"870",7672,1974 -"871",7677,2338 -"872",7684,790 -"873",7703,2122 -"874",7719,1954 -"875",7722,74 -"876",7733,1326 -"877",7738,1265 -"878",7741,418 -"879",7759,2844 -"880",7763,1656 -"881",7780,1920 -"882",7785,2441 -"883",7786,508 -"884",7787,2314 -"885",7794,2972 -"886",7795,2789 -"887",7798,949 -"888",7814,67 -"889",7834,1708 -"890",7840,984 -"891",7847,2424 -"892",7858,1795 -"893",7861,1647 -"894",7866,180 -"895",7896,2447 -"896",7900,893 -"897",7903,744 -"898",7920,258 -"899",7932,789 -"900",7936,1199 -"901",7937,2044 -"902",7942,2623 -"903",7948,1584 -"904",7951,2358 -"905",7970,1197 -"906",7984,2493 -"907",7992,2033 -"908",7997,2049 -"909",8006,479 -"910",8011,889 -"911",8029,1859 -"912",8041,632 -"913",8060,1883 -"914",8062,2858 -"915",8073,1847 -"916",8088,2220 -"917",8118,587 -"918",8123,144 -"919",8140,1262 -"920",8146,1561 -"921",8157,1063 -"922",8192,1670 -"923",8200,1709 -"924",8226,2046 -"925",8229,1241 -"926",8232,951 -"927",8233,152 -"928",8238,2222 -"929",8258,1959 -"930",8259,1677 -"931",8260,915 -"932",8274,1909 -"933",8275,2237 -"934",8286,886 -"935",8325,2228 -"936",8327,2527 -"937",8354,1705 -"938",8367,1927 -"939",8376,1670 -"940",8395,896 -"941",8419,1956 -"942",8426,155 -"943",8450,2973 -"944",8463,2466 -"945",8470,288 -"946",8475,2034 -"947",8478,984 -"948",8490,564 -"949",8512,935 -"950",8513,875 -"951",8519,844 -"952",8525,1787 -"953",8529,1205 -"954",8532,1593 -"955",8533,2251 -"956",8537,472 -"957",8568,2706 -"958",8585,1917 -"959",8604,2799 -"960",8607,1685 -"961",8610,2240 -"962",8621,1681 -"963",8623,2463 -"964",8627,909 -"965",8642,150 -"966",8657,2473 -"967",8681,2716 -"968",8700,1270 -"969",8712,1153 -"970",8724,1326 -"971",8726,2083 -"972",8737,221 -"973",8748,699 -"974",8759,1202 -"975",8760,2477 -"976",8762,2585 -"977",8770,634 -"978",8772,847 -"979",8777,1620 -"980",8781,914 -"981",8789,2024 -"982",8791,1789 -"983",8806,78 -"984",8813,389 -"985",8820,85 -"986",8821,2230 -"987",8822,2139 -"988",8842,2535 -"989",8844,1671 -"990",8853,956 -"991",8860,2141 -"992",8865,2394 -"993",8866,1545 -"994",8887,2373 -"995",8888,1328 -"996",8890,1955 -"997",8896,1139 -"998",8899,2023 -"999",8908,1537 -"1000",8910,1054 -"1001",8913,968 -"1002",8917,235 -"1003",8921,2403 -"1004",8923,1266 -"1005",8961,507 -"1006",8984,1162 -"1007",8993,2099 -"1008",9026,2051 -"1009",9030,1979 -"1010",9035,2771 -"1011",9050,2026 -"1012",9057,2629 -"1013",9060,1612 -"1014",9063,2000 -"1015",9073,221 -"1016",9088,1881 -"1017",9091,1312 -"1018",9106,2731 -"1019",9114,961 -"1020",9115,2068 -"1021",9150,2689 -"1022",9175,2639 -"1023",9177,945 -"1024",9184,2670 -"1025",9191,2707 -"1026",9200,787 -"1027",9202,2477 -"1028",9227,1267 -"1029",9241,2338 -"1030",9269,1892 -"1031",9272,2835 -"1032",9273,1747 -"1033",9281,78 -"1034",9298,1109 -"1035",9301,1861 -"1036",9311,2477 -"1037",9328,1937 -"1038",9331,2269 -"1039",9332,2734 -"1040",9342,896 -"1041",9349,2052 -"1042",9351,1460 -"1043",9362,2879 -"1044",9364,1698 -"1045",9391,1252 -"1046",9423,1708 -"1047",9432,1693 -"1048",9440,1006 -"1049",9462,378 -"1050",9474,864 -"1051",9481,1610 -"1052",9484,1429 -"1053",9491,1960 -"1054",9503,2453 -"1055",9504,2549 -"1056",9506,1012 -"1057",9511,1232 -"1058",9512,1274 -"1059",9513,872 -"1060",9520,2089 -"1061",9524,99 -"1062",9538,1786 -"1063",9552,1947 -"1064",9575,1199 -"1065",9579,2105 -"1066",9600,210 -"1067",9607,2021 -"1068",9615,2464 -"1069",9620,2339 -"1070",9621,1113 -"1071",9624,2398 -"1072",9634,2041 -"1073",9649,1157 -"1074",9650,1167 -"1075",9654,2111 -"1076",9656,1135 -"1077",9675,963 -"1078",9678,1217 -"1079",9695,2143 -"1080",9702,1928 -"1081",9703,1845 -"1082",9706,168 -"1083",9716,1929 -"1084",9723,2302 -"1085",9724,2713 -"1086",9727,2327 -"1087",9740,2233 -"1088",9751,1397 -"1089",9752,551 -"1090",9772,1789 -"1091",9782,340 -"1092",9783,1275 -"1093",9785,2951 -"1094",9787,2858 -"1095",9788,2014 -"1096",9801,2443 -"1097",9803,1664 -"1098",9805,1621 -"1099",9808,1648 -"1100",9828,2085 -"1101",9850,2974 -"1102",9853,1275 -"1103",9861,2680 -"1104",9871,921 -"1105",9893,2701 -"1106",9895,1960 -"1107",9909,2230 -"1108",9910,2526 -"1109",9912,1356 -"1110",9928,2345 -"1111",9939,474 -"1112",9940,214 -"1113",9948,2019 -"1114",9950,920 -"1115",9954,2117 -"1116",9975,2586 -"1117",9979,2238 -"1118",10002,1788 -"1119",10004,872 -"1120",10008,1323 -"1121",10012,89 -"1122",10029,2718 -"1123",10050,1792 -"1124",10087,1617 -"1125",10119,2374 -"1126",10128,883 -"1127",10129,2124 -"1128",10130,2741 -"1129",10143,778 -"1130",10146,1878 -"1131",10148,2964 -"1132",10200,2920 -"1133",10210,1905 -"1134",10215,2006 -"1135",10216,2476 -"1136",10222,2212 -"1137",10223,1033 -"1138",10239,2032 -"1139",10250,1606 -"1140",10278,2345 -"1141",10279,886 -"1142",10304,302 -"1143",10310,2774 -"1144",10327,485 -"1145",10333,1615 -"1146",10336,2271 -"1147",10337,2452 -"1148",10343,1072 -"1149",10349,2300 -"1150",10350,1163 -"1151",10352,1371 -"1152",10358,2294 -"1153",10370,2224 -"1154",10373,2436 -"1155",10382,2111 -"1156",10387,871 -"1157",10400,1517 -"1158",10401,863 -"1159",10404,2062 -"1160",10433,2075 -"1161",10435,1984 -"1162",10436,1547 -"1163",10439,773 -"1164",10442,103 -"1165",10453,1656 -"1166",10457,1711 -"1167",10472,859 -"1168",10473,1783 -"1169",10474,1608 -"1170",10481,740 -"1171",10488,1524 -"1172",10495,2230 -"1173",10513,2284 -"1174",10523,1510 -"1175",10528,502 -"1176",10535,1534 -"1177",10551,243 -"1178",10558,2312 -"1179",10567,1839 -"1180",10576,974 -"1181",10577,497 -"1182",10592,859 -"1183",10595,494 -"1184",10607,507 -"1185",10610,1427 -"1186",10622,1173 -"1187",10638,2692 -"1188",10646,1555 -"1189",10657,1603 -"1190",10696,130 -"1191",10701,2000 -"1192",10709,746 -"1193",10716,1692 -"1194",10717,1938 -"1195",10720,199 -"1196",10726,841 -"1197",10727,2082 -"1198",10739,1807 -"1199",10744,955 -"1200",10746,1506 -"1201",10754,1797 -"1202",10755,1742 -"1203",10756,2207 -"1204",10766,2647 -"1205",10779,2881 -"1206",10799,2010 -"1207",10803,545 -"1208",10825,2565 -"1209",10836,2215 -"1210",10843,2277 -"1211",10851,2423 -"1212",10857,2253 -"1213",10859,2231 -"1214",10861,1189 -"1215",10870,1755 -"1216",10871,2314 -"1217",10874,1891 -"1218",10875,1234 -"1219",10890,2639 -"1220",10905,1552 -"1221",10908,1134 -"1222",10911,536 -"1223",10914,1660 -"1224",10929,76 -"1225",10939,1376 -"1226",10945,881 -"1227",10954,2302 -"1228",10964,2043 -"1229",10974,896 -"1230",10980,1974 -"1231",10990,805 -"1232",11006,1950 -"1233",11019,1299 -"1234",11029,2362 -"1235",11055,2111 -"1236",11060,2155 -"1237",11063,1967 -"1238",11067,2734 -"1239",11071,2225 -"1240",11099,400 -"1241",11103,2393 -"1242",11107,1256 -"1243",11108,1609 -"1244",11118,133 -"1245",11120,1094 -"1246",11127,1196 -"1247",11135,2441 -"1248",11136,2573 -"1249",11143,2623 -"1250",11154,1594 -"1251",11160,2952 -"1252",11168,1223 -"1253",11208,1161 -"1254",11218,2292 -"1255",11226,2522 -"1256",11229,1625 -"1257",11239,2181 -"1258",11246,2741 -"1259",11253,2577 -"1260",11259,1356 -"1261",11270,1011 -"1262",11288,345 -"1263",11310,957 -"1264",11319,2073 -"1265",11329,2799 -"1266",11338,1019 -"1267",11340,188 -"1268",11346,1924 -"1269",11348,824 -"1270",11351,2971 -"1271",11359,1502 -"1272",11381,1638 -"1273",11382,2746 -"1274",11383,977 -"1275",11410,201 -"1276",11419,1408 -"1277",11424,1631 -"1278",11429,2520 -"1279",11432,1593 -"1280",11434,1187 -"1281",11440,2026 -"1282",11450,915 -"1283",11456,2715 -"1284",11471,839 -"1285",11477,2724 -"1286",11493,2077 -"1287",11504,1260 -"1288",11506,2824 -"1289",11516,1937 -"1290",11518,803 -"1291",11521,1559 -"1292",11525,2639 -"1293",11537,469 -"1294",11538,2288 -"1295",11540,1237 -"1296",11541,1927 -"1297",11542,118 -"1298",11546,1174 -"1299",11563,1863 -"1300",11576,808 -"1301",11585,1817 -"1302",11588,2352 -"1303",11601,173 -"1304",11602,1493 -"1305",11612,281 -"1306",11620,2010 -"1307",11623,2475 -"1308",11625,2022 -"1309",11629,120 -"1310",11639,1593 -"1311",11648,2852 -"1312",11651,526 -"1313",11654,104 -"1314",11662,1139 -"1315",11665,1643 -"1316",11676,1614 -"1317",11679,846 -"1318",11694,1564 -"1319",11705,231 -"1320",11712,456 -"1321",11728,1121 -"1322",11758,651 -"1323",11770,1653 -"1324",11803,1232 -"1325",11817,600 -"1326",11858,1530 -"1327",11868,1639 -"1328",11872,317 -"1329",11875,1526 -"1330",11877,1108 -"1331",11897,1271 -"1332",11912,889 -"1333",11931,2443 -"1334",11959,523 -"1335",11966,2385 -"1336",11967,2026 -"1337",11976,1727 -"1338",11984,2308 -"1339",11990,1909 -"1340",11993,314 -"1341",12000,1454 -"1342",12004,996 -"1343",12007,1594 -"1344",12023,799 -"1345",12031,1957 -"1346",12034,265 -"1347",12035,2721 -"1348",12042,2345 -"1349",12067,1213 -"1350",12078,2381 -"1351",12081,2166 -"1352",12084,1960 -"1353",12096,1330 -"1354",12103,1244 -"1355",12116,2119 -"1356",12122,1385 -"1357",12177,1965 -"1358",12197,1235 -"1359",12199,1651 -"1360",12200,1400 -"1361",12208,447 -"1362",12225,2248 -"1363",12227,897 -"1364",12228,2034 -"1365",12249,1965 -"1366",12264,1925 -"1367",12272,2371 -"1368",12292,184 -"1369",12304,439 -"1370",12310,1337 -"1371",12319,105 -"1372",12345,2364 -"1373",12356,2757 -"1374",12361,2732 -"1375",12362,702 -"1376",12371,1569 -"1377",12373,1567 -"1378",12374,2260 -"1379",12375,1873 -"1380",12378,1030 -"1381",12388,1975 -"1382",12397,1965 -"1383",12417,802 -"1384",12432,1816 -"1385",12449,2067 -"1386",12457,176 -"1387",12462,1461 -"1388",12473,801 -"1389",12475,588 -"1390",12481,1086 -"1391",12484,2344 -"1392",12511,1298 -"1393",12518,2747 -"1394",12524,1287 -"1395",12528,2589 -"1396",12536,2539 -"1397",12542,1888 -"1398",12560,2565 -"1399",12564,2799 -"1400",12577,2530 -"1401",12586,613 -"1402",12598,2086 -"1403",12602,1956 -"1404",12608,1337 -"1405",12610,1274 -"1406",12618,2021 -"1407",12632,1174 -"1408",12639,1141 -"1409",12653,1573 -"1410",12655,674 -"1411",12684,2182 -"1412",12692,1855 -"1413",12703,2689 -"1414",12712,815 -"1415",12713,2440 -"1416",12724,1930 -"1417",12728,2374 -"1418",12729,1835 -"1419",12735,819 -"1420",12747,2818 -"1421",12759,2414 -"1422",12767,2329 -"1423",12775,1982 -"1424",12778,2045 -"1425",12779,936 -"1426",12781,831 -"1427",12803,894 -"1428",12804,297 -"1429",12813,958 -"1430",12817,846 -"1431",12818,2015 -"1432",12828,799 -"1433",12837,1315 -"1434",12861,1207 -"1435",12863,2027 -"1436",12866,2910 -"1437",12867,2773 -"1438",12887,433 -"1439",12897,1351 -"1440",12898,1231 -"1441",12901,2136 -"1442",12914,1557 -"1443",12929,2656 -"1444",12943,1902 -"1445",12948,2669 -"1446",12966,2011 -"1447",12973,1569 -"1448",12976,2399 -"1449",12982,2143 -"1450",13003,2763 -"1451",13007,2496 -"1452",13012,875 -"1453",13024,2468 -"1454",13034,698 -"1455",13043,1295 -"1456",13051,2692 -"1457",13065,1561 -"1458",13068,1778 -"1459",13079,2547 -"1460",13099,1547 -"1461",13109,1374 -"1462",13115,787 -"1463",13119,1739 -"1464",13136,2867 -"1465",13150,1570 -"1466",13158,2667 -"1467",13161,2417 -"1468",13175,147 -"1469",13184,977 -"1470",13187,146 -"1471",13200,2488 -"1472",13201,2034 -"1473",13212,146 -"1474",13248,1385 -"1475",13249,2573 -"1476",13260,389 -"1477",13285,1577 -"1478",13290,2824 -"1479",13295,779 -"1480",13296,839 -"1481",13301,1593 -"1482",13307,2206 -"1483",13311,2315 -"1484",13315,2516 -"1485",13324,2163 -"1486",13333,845 -"1487",13340,1918 -"1488",13388,2119 -"1489",13394,1667 -"1490",13399,1682 -"1491",13400,1371 -"1492",13419,2639 -"1493",13451,1174 -"1494",13476,1959 -"1495",13479,2155 -"1496",13518,525 -"1497",13528,1891 -"1498",13535,1491 -"1499",13537,1020 -"1500",13551,1451 -"1501",13566,2056 -"1502",13573,2774 -"1503",13586,2966 -"1504",13595,1164 -"1505",13601,2689 -"1506",13606,1893 -"1507",13610,2515 -"1508",13639,2887 -"1509",13671,1371 -"1510",13688,1627 -"1511",13699,1355 -"1512",13712,550 -"1513",13720,1558 -"1514",13724,1573 -"1515",13730,2449 -"1516",13732,2789 -"1517",13751,2557 -"1518",13760,2871 -"1519",13780,2412 -"1520",13801,2041 -"1521",13808,1356 -"1522",13835,1588 -"1523",13837,1604 -"1524",13842,2250 -"1525",13849,2740 -"1526",13861,1197 -"1527",13869,1786 -"1528",13879,2748 -"1529",13890,1482 -"1530",13895,687 -"1531",13899,2650 -"1532",13905,452 -"1533",13920,1709 -"1534",13925,1515 -"1535",13929,2693 -"1536",13930,1274 -"1537",13944,1671 -"1538",13945,1324 -"1539",13956,38 -"1540",13967,1354 -"1541",13979,1559 -"1542",13985,2484 -"1543",13987,507 -"1544",13992,98 -"1545",14002,829 -"1546",14005,261 -"1547",14016,111 -"1548",14017,1163 -"1549",14025,2384 -"1550",14032,2144 -"1551",14043,2084 -"1552",14061,1620 -"1553",14072,1346 -"1554",14080,1351 -"1555",14084,2491 -"1556",14091,929 -"1557",14095,2186 -"1558",14096,1861 -"1559",14103,2204 -"1560",14108,2012 -"1561",14110,2448 -"1562",14131,341 -"1563",14152,2007 -"1564",14156,1251 -"1565",14172,1923 -"1566",14189,1483 -"1567",14212,857 -"1568",14220,1529 -"1569",14252,2244 -"1570",14255,893 -"1571",14256,279 -"1572",14272,1063 -"1573",14278,1267 -"1574",14287,1583 -"1575",14290,284 -"1576",14300,1218 -"1577",14325,1976 -"1578",14328,1725 -"1579",14331,1024 -"1580",14332,780 -"1581",14333,457 -"1582",14353,2878 -"1583",14354,1659 -"1584",14380,120 -"1585",14381,461 -"1586",14422,1548 -"1587",14425,1036 -"1588",14433,1225 -"1589",14442,2700 -"1590",14449,1258 -"1591",14463,1256 -"1592",14470,2632 -"1593",14473,2325 -"1594",14481,437 -"1595",14482,1573 -"1596",14490,2291 -"1597",14503,437 -"1598",14507,2686 -"1599",14520,634 -"1600",14532,1193 -"1601",14538,2507 -"1602",14558,1585 -"1603",14564,1581 -"1604",14584,1573 -"1605",14586,2801 -"1606",14589,1184 -"1607",14599,1118 -"1608",14612,2340 -"1609",14616,385 -"1610",14622,1608 -"1611",14623,2043 -"1612",14626,2175 -"1613",14652,2516 -"1614",14654,1692 -"1615",14655,2559 -"1616",14656,584 -"1617",14659,1282 -"1618",14669,2080 -"1619",14676,2764 -"1620",14678,799 -"1621",14707,672 -"1622",14709,1901 -"1623",14710,291 -"1624",14711,1714 -"1625",14723,2019 -"1626",14731,2012 -"1627",14749,1998 -"1628",14750,102 -"1629",14754,2456 -"1630",14761,2502 -"1631",14767,2068 -"1632",14772,2386 -"1633",14776,1488 -"1634",14781,2338 -"1635",14789,1034 -"1636",14791,1370 -"1637",14802,47 -"1638",14807,241 -"1639",14812,144 -"1640",14817,2110 -"1641",14824,455 -"1642",14834,2739 -"1643",14838,1746 -"1644",14855,903 -"1645",14860,374 -"1646",14861,2269 -"1647",14887,2158 -"1648",14888,1411 -"1649",14902,562 -"1650",14915,2606 -"1651",14918,2071 -"1652",14943,1942 -"1653",14957,2306 -"1654",14959,2898 -"1655",14972,2332 -"1656",14983,1047 -"1657",14989,2223 -"1658",14998,1553 -"1659",15003,2067 -"1660",15004,983 -"1661",15005,1415 -"1662",15008,2338 -"1663",15023,2054 -"1664",15024,2159 -"1665",15047,1697 -"1666",15058,509 -"1667",15075,2252 -"1668",15078,1033 -"1669",15086,2135 -"1670",15088,2906 -"1671",15089,469 -"1672",15094,978 -"1673",15095,2001 -"1674",15106,2286 -"1675",15118,1311 -"1676",15119,1020 -"1677",15122,1201 -"1678",15135,1035 -"1679",15146,1546 -"1680",15150,2801 -"1681",15153,1864 -"1682",15159,756 -"1683",15180,610 -"1684",15184,2396 -"1685",15207,1855 -"1686",15214,274 -"1687",15215,798 -"1688",15235,1045 -"1689",15239,1958 -"1690",15244,1600 -"1691",15263,185 -"1692",15281,810 -"1693",15290,641 -"1694",15296,600 -"1695",15299,2213 -"1696",15301,2308 -"1697",15309,2820 -"1698",15315,2173 -"1699",15343,2125 -"1700",15379,1231 -"1701",15381,2289 -"1702",15389,143 -"1703",15401,1999 -"1704",15402,1281 -"1705",15433,2038 -"1706",15443,1631 -"1707",15444,2764 -"1708",15453,1688 -"1709",15462,1141 -"1710",15500,1658 -"1711",15502,2637 -"1712",15527,2039 -"1713",15535,891 -"1714",15539,1929 -"1715",15546,2055 -"1716",15556,270 -"1717",15558,2389 -"1718",15560,2257 -"1719",15563,2719 -"1720",15567,2671 -"1721",15576,2204 -"1722",15582,598 -"1723",15583,1144 -"1724",15592,1618 -"1725",15594,753 -"1726",15598,2011 -"1727",15607,1421 -"1728",15609,1229 -"1729",15618,1218 -"1730",15626,2434 -"1731",15632,1242 -"1732",15636,2857 -"1733",15643,502 -"1734",15650,1601 -"1735",15683,1729 -"1736",15691,324 -"1737",15696,837 -"1738",15700,1712 -"1739",15713,1646 -"1740",15716,1991 -"1741",15724,88 -"1742",15728,576 -"1743",15729,2338 -"1744",15734,1616 -"1745",15737,676 -"1746",15743,398 -"1747",15756,2362 -"1748",15778,2262 -"1749",15782,2306 -"1750",15799,1917 -"1751",15808,1521 -"1752",15813,2143 -"1753",15821,2456 -"1754",15826,2772 -"1755",15831,1316 -"1756",15860,2602 -"1757",15871,508 -"1758",15872,1551 -"1759",15879,419 -"1760",15880,878 -"1761",15891,589 -"1762",15905,2064 -"1763",15906,109 -"1764",15910,941 -"1765",15916,1236 -"1766",15917,205 -"1767",15926,545 -"1768",15930,2541 -"1769",15962,660 -"1770",15978,981 -"1771",15990,593 -"1772",16015,1307 -"1773",16021,858 -"1774",16029,1160 -"1775",16040,1244 -"1776",16046,103 -"1777",16053,908 -"1778",16067,2727 -"1779",16074,977 -"1780",16085,798 -"1781",16096,2301 -"1782",16111,1714 -"1783",16120,1237 -"1784",16152,879 -"1785",16161,599 -"1786",16164,1184 -"1787",16176,2703 -"1788",16184,2274 -"1789",16193,756 -"1790",16195,2964 -"1791",16196,2032 -"1792",16201,1811 -"1793",16205,2630 -"1794",16207,301 -"1795",16217,1653 -"1796",16237,2009 -"1797",16286,2470 -"1798",16296,2626 -"1799",16310,2796 -"1800",16313,1160 -"1801",16331,1159 -"1802",16332,2668 -"1803",16336,859 -"1804",16347,1868 -"1805",16351,893 -"1806",16352,2657 -"1807",16361,1641 -"1808",16365,2217 -"1809",16376,546 -"1810",16384,1320 -"1811",16432,2664 -"1812",16437,1956 -"1813",16455,946 -"1814",16477,2069 -"1815",16482,1958 -"1816",16497,2370 -"1817",16501,1650 -"1818",16502,1616 -"1819",16518,2642 -"1820",16524,1556 -"1821",16525,2721 -"1822",16532,2404 -"1823",16535,1993 -"1824",16538,704 -"1825",16539,1947 -"1826",16542,2039 -"1827",16545,186 -"1828",16566,2019 -"1829",16573,802 -"1830",16587,2065 -"1831",16590,1123 -"1832",16593,1139 -"1833",16594,1755 -"1834",16595,2352 -"1835",16608,1769 -"1836",16609,538 -"1837",16625,1285 -"1838",16628,2409 -"1839",16641,1359 -"1840",16643,1824 -"1841",16654,1843 -"1842",16684,1657 -"1843",16690,2132 -"1844",16715,1218 -"1845",16725,2830 -"1846",16727,2164 -"1847",16749,1949 -"1848",16750,1225 -"1849",16751,2301 -"1850",16756,2499 -"1851",16757,1755 -"1852",16758,2574 -"1853",16771,1541 -"1854",16776,1565 -"1855",16777,834 -"1856",16796,1892 -"1857",16801,2008 -"1858",16802,50 -"1859",16806,2074 -"1860",16826,2599 -"1861",16833,1661 -"1862",16835,1739 -"1863",16850,1657 -"1864",16863,2069 -"1865",16864,814 -"1866",16866,2718 -"1867",16869,1985 -"1868",16877,2509 -"1869",16881,925 -"1870",16891,432 -"1871",16896,2223 -"1872",16910,1978 -"1873",16935,441 -"1874",16940,1290 -"1875",16954,2972 -"1876",16959,888 -"1877",16960,480 -"1878",16963,1999 -"1879",16969,1917 -"1880",16970,938 -"1881",17021,1226 -"1882",17027,2772 -"1883",17033,2771 -"1884",17037,2947 -"1885",17061,2385 -"1886",17097,1505 -"1887",17106,163 -"1888",17133,924 -"1889",17141,702 -"1890",17146,1252 -"1891",17159,883 -"1892",17217,318 -"1893",17221,2487 -"1894",17230,1965 -"1895",17245,1811 -"1896",17252,1258 -"1897",17257,1117 -"1898",17264,2528 -"1899",17292,267 -"1900",17320,571 -"1901",17328,1206 -"1902",17329,150 -"1903",17347,1526 -"1904",17351,2036 -"1905",17354,2250 -"1906",17355,1469 -"1907",17357,1536 -"1908",17365,2746 -"1909",17367,2427 -"1910",17376,1202 -"1911",17381,1697 -"1912",17388,1023 -"1913",17396,1672 -"1914",17399,884 -"1915",17400,2231 -"1916",17410,2073 -"1917",17413,2230 -"1918",17434,1642 -"1919",17456,1300 -"1920",17457,589 -"1921",17480,2316 -"1922",17484,1256 -"1923",17493,561 -"1924",17499,2954 -"1925",17502,869 -"1926",17520,2276 -"1927",17531,876 -"1928",17541,637 -"1929",17549,2647 -"1930",17552,2082 -"1931",17561,2286 -"1932",17571,953 -"1933",17572,340 -"1934",17608,1216 -"1935",17626,1265 -"1936",17632,1947 -"1937",17645,1918 -"1938",17672,1987 -"1939",17687,593 -"1940",17695,1930 -"1941",17698,1559 -"1942",17704,1651 -"1943",17716,915 -"1944",17721,1410 -"1945",17722,976 -"1946",17728,1542 -"1947",17750,672 -"1948",17752,1683 -"1949",17768,2468 -"1950",17790,2783 -"1951",17812,2705 -"1952",17815,2070 -"1953",17819,2291 -"1954",17821,858 -"1955",17826,2920 -"1956",17841,1700 -"1957",17852,2840 -"1958",17867,1904 -"1959",17883,1006 -"1960",17884,1677 -"1961",17887,1750 -"1962",17906,1940 -"1963",17910,1019 -"1964",17920,2912 -"1965",17925,2385 -"1966",17931,1617 -"1967",17934,1059 -"1968",17938,1410 -"1969",17943,1943 -"1970",17948,107 -"1971",17952,1530 -"1972",17967,2125 -"1973",17973,2837 -"1974",17974,2876 -"1975",17983,1931 -"1976",17997,1621 -"1977",17999,2758 -"1978",18005,2449 -"1979",18011,1636 -"1980",18013,1625 -"1981",18027,276 -"1982",18061,160 -"1983",18065,2100 -"1984",18072,421 -"1985",18097,85 -"1986",18102,1642 -"1987",18103,1968 -"1988",18108,1656 -"1989",18122,894 -"1990",18124,1642 -"1991",18142,1078 -"1992",18151,2962 -"1993",18152,1314 -"1994",18165,2085 -"1995",18202,2475 -"1996",18211,1745 -"1997",18217,1566 -"1998",18227,2214 -"1999",18244,1622 -"2000",18248,172 -"2001",18277,2309 -"2002",18289,862 -"2003",18315,2720 -"2004",18319,1439 -"2005",18344,2204 -"2006",18348,1711 -"2007",18361,2968 -"2008",18364,535 -"2009",18366,2699 -"2010",18371,2860 -"2011",18381,1524 -"2012",18393,860 -"2013",18394,2356 -"2014",18404,801 -"2015",18415,2184 -"2016",18421,2457 -"2017",18428,343 -"2018",18445,2133 -"2019",18455,1237 -"2020",18458,2477 -"2021",18464,2312 -"2022",18465,354 -"2023",18466,2340 -"2024",18479,2967 -"2025",18483,874 -"2026",18502,1033 -"2027",18518,1128 -"2028",18527,1737 -"2029",18543,2968 -"2030",18550,483 -"2031",18554,2065 -"2032",18563,2715 -"2033",18566,83 -"2034",18567,919 -"2035",18571,2128 -"2036",18574,2305 -"2037",18601,2143 -"2038",18610,2141 -"2039",18615,1025 -"2040",18639,990 -"2041",18645,793 -"2042",18651,1035 -"2043",18666,1230 -"2044",18670,1835 -"2045",18672,1182 -"2046",18700,1929 -"2047",18706,1617 -"2048",18707,1143 -"2049",18714,2023 -"2050",18718,494 -"2051",18735,1581 -"2052",18744,1285 -"2053",18752,2607 -"2054",18779,1267 -"2055",18808,2854 -"2056",18810,2671 -"2057",18820,453 -"2058",18821,2075 -"2059",18825,1240 -"2060",18827,1481 -"2061",18836,1270 -"2062",18855,1362 -"2063",18861,1430 -"2064",18865,2676 -"2065",18867,2866 -"2066",18873,1231 -"2067",18874,2170 -"2068",18891,1596 -"2069",18924,485 -"2070",18928,709 -"2071",18943,2861 -"2072",18953,915 -"2073",18954,2364 -"2074",18965,2315 -"2075",18978,952 -"2076",18987,380 -"2077",18992,243 -"2078",19002,2053 -"2079",19019,85 -"2080",19027,2721 -"2081",19028,921 -"2082",19048,2180 -"2083",19049,1798 -"2084",19057,2664 -"2085",19069,988 -"2086",19072,2358 -"2087",19073,2748 -"2088",19075,2214 -"2089",19092,906 -"2090",19093,2224 -"2091",19096,1538 -"2092",19113,1171 -"2093",19137,1437 -"2094",19155,1937 -"2095",19165,2436 -"2096",19173,1686 -"2097",19174,1595 -"2098",19183,1257 -"2099",19190,2677 -"2100",19198,2308 -"2101",19199,2263 -"2102",19204,1753 -"2103",19208,2629 -"2104",19215,2604 -"2105",19231,1424 -"2106",19232,917 -"2107",19235,1966 -"2108",19248,2357 -"2109",19256,963 -"2110",19282,1623 -"2111",19296,1705 -"2112",19317,2041 -"2113",19322,2048 -"2114",19323,1705 -"2115",19331,824 -"2116",19332,1214 -"2117",19334,1979 -"2118",19335,1729 -"2119",19336,748 -"2120",19338,620 -"2121",19358,880 -"2122",19364,2846 -"2123",19366,2279 -"2124",19380,2637 -"2125",19383,1200 -"2126",19386,1714 -"2127",19397,2182 -"2128",19406,619 -"2129",19433,2504 -"2130",19447,969 -"2131",19453,1928 -"2132",19476,1708 -"2133",19501,1186 -"2134",19506,1385 -"2135",19509,2000 -"2136",19516,2313 -"2137",19528,2742 -"2138",19542,570 -"2139",19560,113 -"2140",19568,2302 -"2141",19587,1684 -"2142",19593,2013 -"2143",19605,2395 -"2144",19606,2783 -"2145",19610,1236 -"2146",19617,679 -"2147",19621,725 -"2148",19622,2371 -"2149",19627,627 -"2150",19634,954 -"2151",19637,1229 -"2152",19643,2452 -"2153",19655,2706 -"2154",19656,2059 -"2155",19662,170 -"2156",19667,1466 -"2157",19668,696 -"2158",19675,2025 -"2159",19676,1515 -"2160",19686,2467 -"2161",19687,2072 -"2162",19690,706 -"2163",19696,561 -"2164",19710,149 -"2165",19717,431 -"2166",19718,1702 -"2167",19719,2177 -"2168",19733,1907 -"2169",19744,2623 -"2170",19751,1630 -"2171",19767,1041 -"2172",19771,2410 -"2173",19813,1744 -"2174",19814,936 -"2175",19815,186 -"2176",19818,675 -"2177",19820,1935 -"2178",19835,1135 -"2179",19858,2357 -"2180",19862,2412 -"2181",19868,2855 -"2182",19872,2913 -"2183",19874,985 -"2184",19882,565 -"2185",19892,1212 -"2186",19893,1223 -"2187",19926,2444 -"2188",19931,62 -"2189",19934,2888 -"2190",19937,1587 -"2191",19950,1643 -"2192",19963,810 -"2193",19972,2078 -"2194",19980,2231 -"2195",19993,2024 -"2196",20007,2971 -"2197",20011,2826 -"2198",20024,1181 -"2199",20036,2384 -"2200",20038,1531 -"2201",20049,877 -"2202",20056,1824 -"2203",20067,2390 -"2204",20070,1914 -"2205",20088,1677 -"2206",20124,2376 -"2207",20133,161 -"2208",20153,1868 -"2209",20155,1517 -"2210",20162,2328 -"2211",20176,1050 -"2212",20193,2079 -"2213",20200,2322 -"2214",20219,2313 -"2215",20220,1656 -"2216",20241,2760 -"2217",20258,1572 -"2218",20259,2751 -"2219",20271,2044 -"2220",20273,148 -"2221",20284,2530 -"2222",20287,1099 -"2223",20292,2755 -"2224",20308,2254 -"2225",20311,1981 -"2226",20319,468 -"2227",20321,1596 -"2228",20325,1842 -"2229",20331,2365 -"2230",20332,1725 -"2231",20343,851 -"2232",20350,194 -"2233",20355,2111 -"2234",20363,279 -"2235",20369,1356 -"2236",20371,595 -"2237",20385,801 -"2238",20392,1309 -"2239",20395,1468 -"2240",20397,735 -"2241",20407,2339 -"2242",20413,806 -"2243",20416,2323 -"2244",20419,1587 -"2245",20423,2654 -"2246",20432,1727 -"2247",20467,263 -"2248",20469,2125 -"2249",20473,268 -"2250",20486,1908 -"2251",20494,1075 -"2252",20496,2530 -"2253",20512,2748 -"2254",20517,1465 -"2255",20541,2617 -"2256",20545,1491 -"2257",20547,2145 -"2258",20562,316 -"2259",20563,2267 -"2260",20588,912 -"2261",20604,1684 -"2262",20624,1298 -"2263",20643,2341 -"2264",20657,2340 -"2265",20659,1969 -"2266",20662,1523 -"2267",20665,1311 -"2268",20679,181 -"2269",20687,1248 -"2270",20688,891 -"2271",20689,557 -"2272",20695,2526 -"2273",20700,2861 -"2274",20705,829 -"2275",20707,1778 -"2276",20709,1757 -"2277",20715,1312 -"2278",20730,2243 -"2279",20732,2401 -"2280",20739,2025 -"2281",20783,2414 -"2282",20795,2348 -"2283",20819,213 -"2284",20821,1617 -"2285",20824,1366 -"2286",20847,491 -"2287",20867,200 -"2288",20874,1580 -"2289",20879,623 -"2290",20882,2460 -"2291",20893,2695 -"2292",20894,2214 -"2293",20921,723 -"2294",20941,2725 -"2295",20975,1305 -"2296",20980,816 -"2297",20984,2502 -"2298",20988,455 -"2299",20989,92 -"2300",21012,2325 -"2301",21016,2339 -"2302",21027,560 -"2303",21029,1943 -"2304",21044,1574 -"2305",21076,1591 -"2306",21079,1997 -"2307",21092,1643 -"2308",21095,856 -"2309",21104,2327 -"2310",21122,1701 -"2311",21126,2331 -"2312",21133,1320 -"2313",21138,2849 -"2314",21142,2414 -"2315",21164,1645 -"2316",21165,1112 -"2317",21180,2762 -"2318",21193,2490 -"2319",21197,1437 -"2320",21198,935 -"2321",21207,1258 -"2322",21209,2184 -"2323",21214,688 -"2324",21225,1945 -"2325",21227,2110 -"2326",21235,541 -"2327",21240,1162 -"2328",21246,1612 -"2329",21248,2232 -"2330",21249,1635 -"2331",21261,111 -"2332",21275,2609 -"2333",21281,1922 -"2334",21285,2100 -"2335",21290,894 -"2336",21318,780 -"2337",21324,2413 -"2338",21345,2449 -"2339",21346,74 -"2340",21352,1604 -"2341",21356,213 -"2342",21358,1970 -"2343",21362,2515 -"2344",21364,1422 -"2345",21383,971 -"2346",21386,536 -"2347",21401,1440 -"2348",21406,2714 -"2349",21407,2728 -"2350",21416,2375 -"2351",21417,2422 -"2352",21419,1243 -"2353",21422,935 -"2354",21424,1303 -"2355",21448,2332 -"2356",21463,2437 -"2357",21479,2134 -"2358",21480,1646 -"2359",21487,2203 -"2360",21493,2286 -"2361",21496,1224 -"2362",21504,2328 -"2363",21527,1422 -"2364",21528,1807 -"2365",21535,404 -"2366",21563,1138 -"2367",21566,1234 -"2368",21571,2755 -"2369",21575,1762 -"2370",21581,781 -"2371",21593,1312 -"2372",21617,516 -"2373",21620,1056 -"2374",21638,1750 -"2375",21658,1222 -"2376",21670,2158 -"2377",21681,2005 -"2378",21682,2414 -"2379",21684,1971 -"2380",21688,2005 -"2381",21693,2176 -"2382",21701,1198 -"2383",21706,1988 -"2384",21719,2708 -"2385",21720,2637 -"2386",21734,2528 -"2387",21741,1574 -"2388",21753,1838 -"2389",21754,1881 -"2390",21755,817 -"2391",21758,1331 -"2392",21772,663 -"2393",21773,323 -"2394",21795,2653 -"2395",21810,1579 -"2396",21815,2032 -"2397",21832,1755 -"2398",21838,2106 -"2399",21872,2458 -"2400",21883,195 -"2401",21895,1693 -"2402",21898,1351 -"2403",21911,1184 -"2404",21920,2367 -"2405",21929,2062 -"2406",21942,2041 -"2407",21945,2781 -"2408",21950,1892 -"2409",21955,2832 -"2410",21960,1517 -"2411",21976,1808 -"2412",21985,2075 -"2413",22006,1202 -"2414",22009,581 -"2415",22011,885 -"2416",22022,1540 -"2417",22025,1591 -"2418",22033,1356 -"2419",22041,2733 -"2420",22050,966 -"2421",22057,974 -"2422",22080,2436 -"2423",22108,1915 -"2424",22130,146 -"2425",22140,942 -"2426",22141,2348 -"2427",22143,1332 -"2428",22151,175 -"2429",22165,1501 -"2430",22166,994 -"2431",22169,673 -"2432",22175,569 -"2433",22180,1835 -"2434",22181,1274 -"2435",22185,1174 -"2436",22197,2271 -"2437",22207,2365 -"2438",22211,340 -"2439",22216,1956 -"2440",22228,601 -"2441",22240,221 -"2442",22242,1690 -"2443",22244,2139 -"2444",22249,1892 -"2445",22256,829 -"2446",22260,2137 -"2447",22272,1243 -"2448",22277,2424 -"2449",22282,1418 -"2450",22292,1910 -"2451",22297,1904 -"2452",22311,2034 -"2453",22317,1552 -"2454",22326,2818 -"2455",22331,2687 -"2456",22353,1231 -"2457",22357,1397 -"2458",22362,1836 -"2459",22364,1809 -"2460",22374,1226 -"2461",22389,2034 -"2462",22403,1630 -"2463",22404,2399 -"2464",22410,2158 -"2465",22415,2841 -"2466",22422,894 -"2467",22455,1197 -"2468",22458,1586 -"2469",22462,869 -"2470",22474,2446 -"2471",22488,2434 -"2472",22501,1006 -"2473",22532,568 -"2474",22537,436 -"2475",22543,1594 -"2476",22554,620 -"2477",22559,566 -"2478",22566,2308 -"2479",22567,2396 -"2480",22571,655 -"2481",22578,2216 -"2482",22580,2245 -"2483",22586,1341 -"2484",22596,65 -"2485",22635,310 -"2486",22639,2352 -"2487",22652,1544 -"2488",22681,551 -"2489",22682,2035 -"2490",22684,569 -"2491",22704,1150 -"2492",22705,1016 -"2493",22709,2743 -"2494",22714,2793 -"2495",22722,1233 -"2496",22723,2859 -"2497",22743,1736 -"2498",22744,1907 -"2499",22746,913 -"2500",22749,1727 -"2501",22766,1945 -"2502",22777,2353 -"2503",22785,1733 -"2504",22808,2297 -"2505",22850,878 -"2506",22857,1708 -"2507",22874,404 -"2508",22877,75 -"2509",22884,1608 -"2510",22885,1702 -"2511",22893,1938 -"2512",22895,2704 -"2513",22898,2316 -"2514",22905,2599 -"2515",22908,2134 -"2516",22932,2469 -"2517",22937,244 -"2518",22945,237 -"2519",22950,2576 -"2520",22964,1443 -"2521",22966,2112 -"2522",22980,158 -"2523",23000,1815 -"2524",23006,1532 -"2525",23011,2763 -"2526",23012,207 -"2527",23015,1362 -"2528",23043,1109 -"2529",23059,131 -"2530",23076,410 -"2531",23077,2599 -"2532",23088,529 -"2533",23098,2300 -"2534",23112,1192 -"2535",23121,2108 -"2536",23126,904 -"2537",23131,1732 -"2538",23132,2756 -"2539",23139,2644 -"2540",23140,2787 -"2541",23154,2345 -"2542",23158,659 -"2543",23159,1548 -"2544",23179,1675 -"2545",23206,2805 -"2546",23216,2424 -"2547",23223,2094 -"2548",23224,2372 -"2549",23232,884 -"2550",23246,1168 -"2551",23257,113 -"2552",23268,2258 -"2553",23277,1267 -"2554",23280,536 -"2555",23282,1225 -"2556",23301,1611 -"2557",23302,2677 -"2558",23310,2371 -"2559",23312,2449 -"2560",23319,2867 -"2561",23325,2779 -"2562",23330,448 -"2563",23338,105 -"2564",23364,2306 -"2565",23382,803 -"2566",23395,1948 -"2567",23398,896 -"2568",23403,607 -"2569",23430,904 -"2570",23450,967 -"2571",23460,2183 -"2572",23471,2488 -"2573",23486,1831 -"2574",23487,1658 -"2575",23488,1523 -"2576",23492,1067 -"2577",23493,706 -"2578",23498,2398 -"2579",23506,1172 -"2580",23508,1907 -"2581",23509,2275 -"2582",23513,900 -"2583",23526,1998 -"2584",23534,1659 -"2585",23550,2939 -"2586",23560,2051 -"2587",23562,329 -"2588",23572,772 -"2589",23588,851 -"2590",23591,2831 -"2591",23597,1080 -"2592",23603,2048 -"2593",23639,2065 -"2594",23641,1934 -"2595",23652,803 -"2596",23668,144 -"2597",23679,934 -"2598",23692,1540 -"2599",23704,2278 -"2600",23705,2699 -"2601",23715,1859 -"2602",23725,2378 -"2603",23726,2434 -"2604",23727,1734 -"2605",23728,2601 -"2606",23729,1624 -"2607",23731,1656 -"2608",23736,571 -"2609",23739,2463 -"2610",23745,1968 -"2611",23751,1740 -"2612",23756,2309 -"2613",23771,1614 -"2614",23787,2810 -"2615",23802,1713 -"2616",23806,1671 -"2617",23825,1913 -"2618",23869,1918 -"2619",23879,438 -"2620",23880,1960 -"2621",23890,1810 -"2622",23911,935 -"2623",23918,1881 -"2624",23963,647 -"2625",23965,165 -"2626",23966,891 -"2627",23970,1624 -"2628",23975,2143 -"2629",23979,1113 -"2630",24005,1188 -"2631",24042,2880 -"2632",24044,1076 -"2633",24060,2349 -"2634",24066,1755 -"2635",24069,2697 -"2636",24076,1169 -"2637",24085,1253 -"2638",24086,2663 -"2639",24096,2612 -"2640",24104,817 -"2641",24109,504 -"2642",24116,1413 -"2643",24141,470 -"2644",24146,2003 -"2645",24169,1663 -"2646",24176,1986 -"2647",24195,1575 -"2648",24198,2217 -"2649",24204,840 -"2650",24206,2307 -"2651",24240,1755 -"2652",24252,639 -"2653",24253,2213 -"2654",24255,2770 -"2655",24256,2393 -"2656",24259,1281 -"2657",24264,1760 -"2658",24286,1280 -"2659",24293,1184 -"2660",24299,231 -"2661",24302,407 -"2662",24348,103 -"2663",24362,1287 -"2664",24392,2719 -"2665",24393,569 -"2666",24405,1443 -"2667",24421,1324 -"2668",24441,2256 -"2669",24444,1617 -"2670",24448,2289 -"2671",24456,1238 -"2672",24482,1649 -"2673",24497,1979 -"2674",24511,1871 -"2675",24512,1369 -"2676",24520,2196 -"2677",24522,158 -"2678",24558,2139 -"2679",24559,946 -"2680",24568,1937 -"2681",24579,1394 -"2682",24586,2465 -"2683",24591,2528 -"2684",24608,1630 -"2685",24610,2733 -"2686",24612,1875 -"2687",24615,229 -"2688",24648,1833 -"2689",24721,2326 -"2690",24722,341 -"2691",24734,338 -"2692",24753,2860 -"2693",24755,1319 -"2694",24756,2530 -"2695",24757,1939 -"2696",24761,2384 -"2697",24789,829 -"2698",24791,1833 -"2699",24793,1993 -"2700",24794,925 -"2701",24797,1342 -"2702",24800,293 -"2703",24802,824 -"2704",24807,2319 -"2705",24816,2161 -"2706",24825,2686 -"2707",24826,1382 -"2708",24853,1004 -"2709",24860,1204 -"2710",24866,2103 -"2711",24867,1861 -"2712",24892,803 -"2713",24902,2162 -"2714",24912,648 -"2715",24923,2785 -"2716",24949,2120 -"2717",24955,2424 -"2718",24962,2126 -"2719",24964,2491 -"2720",24974,702 -"2721",25017,1429 -"2722",25027,564 -"2723",25030,2017 -"2724",25033,929 -"2725",25043,903 -"2726",25053,2186 -"2727",25078,2312 -"2728",25109,979 -"2729",25129,2647 -"2730",25132,1188 -"2731",25134,61 -"2732",25139,816 -"2733",25163,1751 -"2734",25180,2489 -"2735",25185,341 -"2736",25198,1982 -"2737",25213,2338 -"2738",25241,1233 -"2739",25248,1938 -"2740",25253,115 -"2741",25259,1699 -"2742",25269,306 -"2743",25270,985 -"2744",25271,1172 -"2745",25286,1545 -"2746",25289,1790 -"2747",25295,341 -"2748",25298,2443 -"2749",25305,2447 -"2750",25325,2963 -"2751",25327,977 -"2752",25330,2370 -"2753",25341,1858 -"2754",25345,713 -"2755",25373,2783 -"2756",25378,1245 -"2757",25390,903 -"2758",25399,2784 -"2759",25407,551 -"2760",25440,2749 -"2761",25443,1441 -"2762",25451,698 -"2763",25462,2653 -"2764",25480,2747 -"2765",25486,2582 -"2766",25490,639 -"2767",25508,2081 -"2768",25518,1955 -"2769",25530,2884 -"2770",25541,917 -"2771",25543,724 -"2772",25544,2475 -"2773",25561,1128 -"2774",25565,2764 -"2775",25569,2317 -"2776",25577,1946 -"2777",25595,768 -"2778",25610,2328 -"2779",25622,1985 -"2780",25637,2688 -"2781",25643,1646 -"2782",25677,632 -"2783",25678,1558 -"2784",25680,1618 -"2785",25693,517 -"2786",25698,2009 -"2787",25718,432 -"2788",25721,2212 -"2789",25722,1697 -"2790",25730,1206 -"2791",25741,2853 -"2792",25745,2403 -"2793",25751,1523 -"2794",25816,2088 -"2795",25832,1689 -"2796",25874,2088 -"2797",25879,630 -"2798",25885,1223 -"2799",25886,1580 -"2800",25914,446 -"2801",25941,2369 -"2802",25950,1618 -"2803",25971,2608 -"2804",25976,659 -"2805",25985,2071 -"2806",26025,591 -"2807",26031,1397 -"2808",26067,2069 -"2809",26080,2525 -"2810",26083,2038 -"2811",26100,1966 -"2812",26101,349 -"2813",26106,2015 -"2814",26124,2356 -"2815",26127,62 -"2816",26138,1902 -"2817",26144,591 -"2818",26152,2818 -"2819",26155,1802 -"2820",26182,2775 -"2821",26217,42 -"2822",26218,2460 -"2823",26224,2479 -"2824",26227,2265 -"2825",26234,2183 -"2826",26249,2301 -"2827",26282,1241 -"2828",26286,2023 -"2829",26317,2376 -"2830",26322,1018 -"2831",26336,1904 -"2832",26342,527 -"2833",26351,2683 -"2834",26359,2535 -"2835",26366,1688 -"2836",26374,2133 -"2837",26408,1545 -"2838",26418,2141 -"2839",26421,2634 -"2840",26428,2203 -"2841",26431,170 -"2842",26436,2489 -"2843",26450,1709 -"2844",26451,2133 -"2845",26458,90 -"2846",26462,140 -"2847",26471,1061 -"2848",26478,1963 -"2849",26479,1818 -"2850",26513,2205 -"2851",26516,2479 -"2852",26524,982 -"2853",26551,652 -"2854",26567,1158 -"2855",26570,1669 -"2856",26573,1715 -"2857",26577,933 -"2858",26582,2772 -"2859",26595,1566 -"2860",26597,2070 -"2861",26603,2508 -"2862",26605,245 -"2863",26608,2329 -"2864",26621,1100 -"2865",26629,1824 -"2866",26642,2952 -"2867",26658,2745 -"2868",26659,903 -"2869",26669,1156 -"2870",26671,2279 -"2871",26684,261 -"2872",26695,2340 -"2873",26698,1963 -"2874",26700,1663 -"2875",26705,2261 -"2876",26706,1846 -"2877",26713,1235 -"2878",26716,1765 -"2879",26721,2586 -"2880",26734,2299 -"2881",26737,855 -"2882",26740,2695 -"2883",26741,1792 -"2884",26749,2965 -"2885",26765,2790 -"2886",26766,1161 -"2887",26771,2141 -"2888",26793,2104 -"2889",26796,2384 -"2890",26809,1656 -"2891",26818,1999 -"2892",26838,685 -"2893",26847,1902 -"2894",26848,2363 -"2895",26865,2726 -"2896",26867,1804 -"2897",26873,419 -"2898",26883,1150 -"2899",26903,2092 -"2900",26907,697 -"2901",26957,987 -"2902",26959,1961 -"2903",26974,1672 -"2904",27001,1761 -"2905",27008,911 -"2906",27012,498 -"2907",27016,1611 -"2908",27027,2285 -"2909",27030,2031 -"2910",27074,1454 -"2911",27085,125 -"2912",27104,1608 -"2913",27110,620 -"2914",27112,500 -"2915",27116,963 -"2916",27130,1880 -"2917",27135,798 -"2918",27173,2050 -"2919",27175,1447 -"2920",27195,2158 -"2921",27205,966 -"2922",27224,354 -"2923",27255,1232 -"2924",27260,878 -"2925",27261,1368 -"2926",27275,2656 -"2927",27277,1994 -"2928",27280,1965 -"2929",27297,1382 -"2930",27312,2469 -"2931",27320,2378 -"2932",27323,943 -"2933",27334,2750 -"2934",27339,486 -"2935",27355,870 -"2936",27363,1508 -"2937",27365,231 -"2938",27377,1724 -"2939",27379,2461 -"2940",27390,2425 -"2941",27391,2378 -"2942",27397,2456 -"2943",27399,1866 -"2944",27427,2325 -"2945",27458,647 -"2946",27478,2485 -"2947",27480,582 -"2948",27484,1634 -"2949",27501,1981 -"2950",27509,2067 -"2951",27512,947 -"2952",27543,666 -"2953",27545,855 -"2954",27557,2911 -"2955",27570,1559 -"2956",27623,2970 -"2957",27628,2389 -"2958",27642,1531 -"2959",27658,186 -"2960",27686,2844 -"2961",27694,2030 -"2962",27722,1266 -"2963",27737,578 -"2964",27742,2700 -"2965",27744,861 -"2966",27753,2750 -"2967",27767,1170 -"2968",27783,2302 -"2969",27792,1308 -"2970",27796,2151 -"2971",27825,2161 -"2972",27826,2824 -"2973",27837,1315 -"2974",27849,1316 -"2975",27860,1588 -"2976",27868,1607 -"2977",27881,243 -"2978",27882,1897 -"2979",27897,1968 -"2980",27908,2576 -"2981",27914,2507 -"2982",27932,2213 -"2983",27950,1380 -"2984",27965,555 -"2985",28002,914 -"2986",28005,325 -"2987",28011,2639 -"2988",28015,1624 -"2989",28048,1637 -"2990",28050,1955 -"2991",28051,2089 -"2992",28053,2292 -"2993",28056,1505 -"2994",28057,1067 -"2995",28065,943 -"2996",28081,1927 -"2997",28090,1755 -"2998",28094,1423 -"2999",28101,1949 -"3000",28102,2287 -"3001",28115,1835 -"3002",28116,1643 -"3003",28124,434 -"3004",28130,908 -"3005",28131,1492 -"3006",28168,2702 -"3007",28179,2689 -"3008",28190,1634 -"3009",28193,1032 -"3010",28195,1407 -"3011",28203,2117 -"3012",28216,1910 -"3013",28218,2048 -"3014",28230,109 -"3015",28233,1608 -"3016",28255,1200 -"3017",28268,2258 -"3018",28274,493 -"3019",28282,89 -"3020",28285,2972 -"3021",28290,430 -"3022",28296,2944 -"3023",28299,466 -"3024",28303,2089 -"3025",28327,2053 -"3026",28335,1240 -"3027",28355,2053 -"3028",28357,1134 -"3029",28361,129 -"3030",28368,2721 -"3031",28380,473 -"3032",28382,1874 -"3033",28383,1222 -"3034",28389,1124 -"3035",28406,81 -"3036",28432,1954 -"3037",28434,1141 -"3038",28440,675 -"3039",28446,917 -"3040",28501,2242 -"3041",28525,1273 -"3042",28545,552 -"3043",28559,1525 -"3044",28567,2398 -"3045",28571,1556 -"3046",28573,447 -"3047",28579,1722 -"3048",28582,2698 -"3049",28588,1335 -"3050",28592,2320 -"3051",28626,2842 -"3052",28627,2694 -"3053",28628,2148 -"3054",28630,270 -"3055",28635,2368 -"3056",28640,1475 -"3057",28648,1586 -"3058",28725,251 -"3059",28731,955 -"3060",28752,709 -"3061",28782,2272 -"3062",28784,1579 -"3063",28800,528 -"3064",28808,1063 -"3065",28824,2412 -"3066",28826,2627 -"3067",28837,2286 -"3068",28869,2425 -"3069",28874,2329 -"3070",28892,2023 -"3071",28893,2764 -"3072",28896,1395 -"3073",28899,376 -"3074",28904,926 -"3075",28905,430 -"3076",28909,978 -"3077",28914,580 -"3078",28923,2362 -"3079",28934,870 -"3080",28970,2111 -"3081",28978,197 -"3082",28982,2746 -"3083",28991,1688 -"3084",28999,1494 -"3085",29004,2596 -"3086",29005,238 -"3087",29050,1196 -"3088",29066,224 -"3089",29067,1538 -"3090",29073,2328 -"3091",29079,265 -"3092",29089,1344 -"3093",29093,1933 -"3094",29095,2531 -"3095",29100,843 -"3096",29115,1047 -"3097",29116,2128 -"3098",29117,1250 -"3099",29124,199 -"3100",29170,1846 -"3101",29215,2246 -"3102",29224,2011 -"3103",29243,2011 -"3104",29258,1932 -"3105",29267,1234 -"3106",29275,949 -"3107",29276,2000 -"3108",29280,2499 -"3109",29286,1612 -"3110",29289,1756 -"3111",29295,2043 -"3112",29308,2094 -"3113",29310,2358 -"3114",29311,1849 -"3115",29314,2736 -"3116",29319,2314 -"3117",29353,502 -"3118",29354,1123 -"3119",29359,2742 -"3120",29360,80 -"3121",29372,528 -"3122",29389,778 -"3123",29409,2199 -"3124",29436,1718 -"3125",29449,2916 -"3126",29454,2719 -"3127",29456,1182 -"3128",29473,2602 -"3129",29481,2452 -"3130",29495,1612 -"3131",29503,2609 -"3132",29512,1594 -"3133",29534,1199 -"3134",29556,907 -"3135",29578,1957 -"3136",29580,2776 -"3137",29613,70 -"3138",29614,256 -"3139",29627,882 -"3140",29656,1902 -"3141",29667,531 -"3142",29683,2025 -"3143",29687,1453 -"3144",29696,73 -"3145",29704,2294 -"3146",29705,607 -"3147",29722,1305 -"3148",29750,689 -"3149",29756,2051 -"3150",29771,283 -"3151",29775,2064 -"3152",29778,840 -"3153",29791,1986 -"3154",29818,1677 -"3155",29824,2772 -"3156",29825,2603 -"3157",29842,2280 -"3158",29864,2479 -"3159",29875,1610 -"3160",29876,971 -"3161",29880,1383 -"3162",29884,1239 -"3163",29899,2375 -"3164",29912,144 -"3165",29914,199 -"3166",29915,848 -"3167",29917,1962 -"3168",29918,1953 -"3169",29923,626 -"3170",29929,2789 -"3171",29930,2240 -"3172",29941,1986 -"3173",29948,2795 -"3174",29962,2201 -"3175",29977,2781 -"3176",29982,1372 -"3177",29985,1568 -"3178",29987,956 -"3179",29990,1168 -"3180",29997,1789 -"3181",30010,2917 -"3182",30016,1124 -"3183",30034,2357 -"3184",30042,192 -"3185",30052,2855 -"3186",30057,504 -"3187",30065,604 -"3188",30081,2403 -"3189",30088,2095 -"3190",30092,1593 -"3191",30095,1578 -"3192",30096,2082 -"3193",30119,1961 -"3194",30145,607 -"3195",30150,1704 -"3196",30164,404 -"3197",30165,1409 -"3198",30173,2404 -"3199",30180,590 -"3200",30194,2874 -"3201",30236,2238 -"3202",30262,1715 -"3203",30283,103 -"3204",30306,1606 -"3205",30308,237 -"3206",30309,1449 -"3207",30317,2431 -"3208",30318,2395 -"3209",30322,2346 -"3210",30325,1067 -"3211",30329,848 -"3212",30331,2549 -"3213",30334,2075 -"3214",30350,2515 -"3215",30365,51 -"3216",30366,2532 -"3217",30368,2487 -"3218",30386,1833 -"3219",30394,541 -"3220",30404,1810 -"3221",30405,2164 -"3222",30410,1966 -"3223",30411,630 -"3224",30438,1617 -"3225",30442,2124 -"3226",30453,1535 -"3227",30486,1269 -"3228",30491,789 -"3229",30504,1573 -"3230",30507,2302 -"3231",30525,1964 -"3232",30544,2041 -"3233",30578,1095 -"3234",30602,960 -"3235",30609,988 -"3236",30618,1609 -"3237",30631,951 -"3238",30644,1251 -"3239",30660,2145 -"3240",30668,2882 -"3241",30669,1921 -"3242",30692,700 -"3243",30697,2891 -"3244",30701,368 -"3245",30705,2959 -"3246",30714,2485 -"3247",30738,1166 -"3248",30744,1398 -"3249",30746,1209 -"3250",30747,2455 -"3251",30798,1398 -"3252",30804,1614 -"3253",30819,2198 -"3254",30827,2323 -"3255",30850,1045 -"3256",30857,863 -"3257",30865,2038 -"3258",30870,2370 -"3259",30883,1629 -"3260",30891,1256 -"3261",30906,2537 -"3262",30915,1207 -"3263",30943,2287 -"3264",30956,168 -"3265",30967,818 -"3266",30974,947 -"3267",30981,2366 -"3268",31000,1526 -"3269",31001,2119 -"3270",31003,1859 -"3271",31017,1533 -"3272",31033,843 -"3273",31050,1491 -"3274",31054,1273 -"3275",31069,1995 -"3276",31087,1757 -"3277",31089,2952 -"3278",31093,2160 -"3279",31099,1356 -"3280",31109,1845 -"3281",31117,2210 -"3282",31124,2351 -"3283",31130,148 -"3284",31131,2810 -"3285",31132,2744 -"3286",31152,56 -"3287",31159,2231 -"3288",31164,1996 -"3289",31170,1776 -"3290",31209,1137 -"3291",31211,433 -"3292",31213,48 -"3293",31216,1244 -"3294",31235,2668 -"3295",31243,1355 -"3296",31251,2498 -"3297",31259,2082 -"3298",31262,2780 -"3299",31264,2335 -"3300",31272,487 -"3301",31279,965 -"3302",31281,1937 -"3303",31285,2328 -"3304",31286,1965 -"3305",31295,2183 -"3306",31303,1040 -"3307",31307,2139 -"3308",31317,1362 -"3309",31331,2964 -"3310",31335,2351 -"3311",31338,917 -"3312",31357,2389 -"3313",31386,273 -"3314",31395,1695 -"3315",31399,1396 -"3316",31405,958 -"3317",31408,994 -"3318",31431,91 -"3319",31436,2892 -"3320",31444,511 -"3321",31505,162 -"3322",31518,103 -"3323",31530,1661 -"3324",31540,1675 -"3325",31541,1500 -"3326",31542,2459 -"3327",31563,1756 -"3328",31581,2933 -"3329",31623,1712 -"3330",31652,2047 -"3331",31659,543 -"3332",31676,1598 -"3333",31685,2747 -"3334",31691,1657 -"3335",31696,1595 -"3336",31700,2727 -"3337",31705,2706 -"3338",31728,2286 -"3339",31740,306 -"3340",31752,2340 -"3341",31753,1514 -"3342",31783,1180 -"3343",31794,1919 -"3344",31795,412 -"3345",31797,1501 -"3346",31799,2547 -"3347",31832,2163 -"3348",31835,607 -"3349",31840,2389 -"3350",31855,2636 -"3351",31856,2630 -"3352",31864,1266 -"3353",31866,2101 -"3354",31868,1993 -"3355",31890,1487 -"3356",31898,1916 -"3357",31901,1251 -"3358",31906,1036 -"3359",31911,70 -"3360",31924,643 -"3361",31927,818 -"3362",31950,2217 -"3363",31977,2660 -"3364",31990,2264 -"3365",31997,1703 -"3366",32017,577 -"3367",32047,1858 -"3368",32048,2102 -"3369",32050,2059 -"3370",32060,1199 -"3371",32064,1739 -"3372",32070,950 -"3373",32079,2315 -"3374",32097,1307 -"3375",32103,1491 -"3376",32110,2224 -"3377",32113,882 -"3378",32116,449 -"3379",32131,1035 -"3380",32135,2776 -"3381",32149,541 -"3382",32157,1178 -"3383",32162,895 -"3384",32163,859 -"3385",32169,2504 -"3386",32173,2341 -"3387",32175,209 -"3388",32181,195 -"3389",32198,2117 -"3390",32202,2314 -"3391",32235,2109 -"3392",32240,706 -"3393",32271,843 -"3394",32276,2223 -"3395",32311,2396 -"3396",32312,1472 -"3397",32339,2430 -"3398",32350,1540 -"3399",32377,237 -"3400",32395,2735 -"3401",32409,857 -"3402",32417,478 -"3403",32419,1909 -"3404",32424,848 -"3405",32429,601 -"3406",32443,1542 -"3407",32449,2091 -"3408",32457,2690 -"3409",32470,1539 -"3410",32479,969 -"3411",32503,2020 -"3412",32516,2050 -"3413",32520,2425 -"3414",32532,2338 -"3415",32544,425 -"3416",32549,2111 -"3417",32560,1258 -"3418",32567,2784 -"3419",32576,2881 -"3420",32582,1929 -"3421",32589,2220 -"3422",32601,1033 -"3423",32606,2100 -"3424",32629,1789 -"3425",32642,158 -"3426",32648,669 -"3427",32651,877 -"3428",32658,1694 -"3429",32673,129 -"3430",32678,1439 -"3431",32694,1602 -"3432",32724,2581 -"3433",32729,907 -"3434",32735,213 -"3435",32739,875 -"3436",32761,2680 -"3437",32766,2385 -"3438",32775,2135 -"3439",32778,2310 -"3440",32780,424 -"3441",32811,804 -"3442",32818,2485 -"3443",32820,582 -"3444",32825,2346 -"3445",32841,1345 -"3446",32849,975 -"3447",32899,1369 -"3448",32904,2055 -"3449",32919,2321 -"3450",32920,2158 -"3451",32939,2277 -"3452",32942,2038 -"3453",32947,1091 -"3454",32959,2052 -"3455",32964,2252 -"3456",32965,2071 -"3457",32966,1583 -"3458",32988,2008 -"3459",33010,2189 -"3460",33017,1493 -"3461",33039,1759 -"3462",33040,2106 -"3463",33052,2251 -"3464",33079,2455 -"3465",33105,187 -"3466",33108,1559 -"3467",33160,2441 -"3468",33176,2630 -"3469",33184,2522 -"3470",33186,2240 -"3471",33200,2221 -"3472",33219,1173 -"3473",33223,2397 -"3474",33230,539 -"3475",33236,2297 -"3476",33241,632 -"3477",33244,188 -"3478",33278,1591 -"3479",33285,1327 -"3480",33314,1444 -"3481",33321,1570 -"3482",33322,518 -"3483",33341,2338 -"3484",33356,1586 -"3485",33357,69 -"3486",33363,2475 -"3487",33380,2340 -"3488",33383,1572 -"3489",33388,232 -"3490",33407,2496 -"3491",33430,2225 -"3492",33433,2805 -"3493",33451,1957 -"3494",33458,453 -"3495",33460,2781 -"3496",33470,2003 -"3497",33475,2367 -"3498",33483,182 -"3499",33491,1226 -"3500",33533,234 -"3501",33537,2406 -"3502",33540,1504 -"3503",33551,1734 -"3504",33562,1979 -"3505",33572,2370 -"3506",33588,1040 -"3507",33621,1319 -"3508",33622,2230 -"3509",33655,773 -"3510",33657,2336 -"3511",33665,787 -"3512",33672,2396 -"3513",33681,1059 -"3514",33691,949 -"3515",33697,1309 -"3516",33701,74 -"3517",33722,1225 -"3518",33755,2963 -"3519",33801,2899 -"3520",33834,1606 -"3521",33846,801 -"3522",33848,123 -"3523",33850,931 -"3524",33855,34 -"3525",33870,955 -"3526",33913,150 -"3527",33949,2489 -"3528",33955,1178 -"3529",33957,245 -"3530",33961,1269 -"3531",33981,1993 -"3532",33991,2249 -"3533",34000,203 -"3534",34018,400 -"3535",34025,242 -"3536",34037,486 -"3537",34055,1881 -"3538",34057,1657 -"3539",34094,1360 -"3540",34102,650 -"3541",34117,961 -"3542",34120,2786 -"3543",34123,1504 -"3544",34132,2076 -"3545",34136,2202 -"3546",34158,2639 -"3547",34160,1759 -"3548",34161,2789 -"3549",34162,2336 -"3550",34180,2617 -"3551",34216,2832 -"3552",34242,1206 -"3553",34250,87 -"3554",34274,1437 -"3555",34295,2735 -"3556",34311,2213 -"3557",34314,630 -"3558",34325,1982 -"3559",34327,2959 -"3560",34331,1727 -"3561",34334,1637 -"3562",34379,2355 -"3563",34395,583 -"3564",34426,2743 -"3565",34431,2319 -"3566",34441,1661 -"3567",34443,496 -"3568",34464,1741 -"3569",34472,837 -"3570",34478,2265 -"3571",34480,2755 -"3572",34491,2694 -"3573",34492,1798 -"3574",34498,2383 -"3575",34504,2310 -"3576",34509,1973 -"3577",34528,1323 -"3578",34559,1105 -"3579",34576,1727 -"3580",34588,985 -"3581",34596,527 -"3582",34648,1596 -"3583",34659,1924 -"3584",34684,609 -"3585",34693,1938 -"3586",34695,1930 -"3587",34707,2042 -"3588",34729,1506 -"3589",34735,2767 -"3590",34742,1883 -"3591",34758,689 -"3592",34776,1281 -"3593",34799,657 -"3594",34812,2442 -"3595",34813,975 -"3596",34815,2354 -"3597",34820,1630 -"3598",34831,1866 -"3599",34836,2302 -"3600",34842,2050 -"3601",34870,1873 -"3602",34875,1544 -"3603",34892,2309 -"3604",34899,2565 -"3605",34907,1945 -"3606",34908,2796 -"3607",34920,563 -"3608",34921,2181 -"3609",34923,218 -"3610",34934,645 -"3611",34945,1298 -"3612",34953,1817 -"3613",34954,1184 -"3614",34963,2251 -"3615",34984,2056 -"3616",34992,893 -"3617",34997,591 -"3618",35004,1509 -"3619",35029,2405 -"3620",35037,2974 -"3621",35039,1187 -"3622",35041,1311 -"3623",35045,1646 -"3624",35069,2069 -"3625",35095,1502 -"3626",35108,604 -"3627",35113,1327 -"3628",35133,2219 -"3629",35136,2296 -"3630",35186,1520 -"3631",35187,2488 -"3632",35235,2610 -"3633",35243,1102 -"3634",35256,2271 -"3635",35264,2329 -"3636",35286,395 -"3637",35301,1302 -"3638",35302,1589 -"3639",35317,1888 -"3640",35339,357 -"3641",35360,2043 -"3642",35361,2389 -"3643",35402,2339 -"3644",35413,1569 -"3645",35414,1959 -"3646",35428,2263 -"3647",35446,1203 -"3648",35448,1685 -"3649",35453,239 -"3650",35456,2358 -"3651",35464,2502 -"3652",35477,2703 -"3653",35481,2211 -"3654",35508,1362 -"3655",35514,2346 -"3656",35516,1229 -"3657",35518,1721 -"3658",35529,1620 -"3659",35531,2872 -"3660",35542,1439 -"3661",35544,397 -"3662",35573,2084 -"3663",35589,983 -"3664",35610,594 -"3665",35620,2092 -"3666",35640,495 -"3667",35673,1067 -"3668",35688,1551 -"3669",35709,464 -"3670",35715,2912 -"3671",35728,2017 -"3672",35738,2448 -"3673",35752,1158 -"3674",35772,1440 -"3675",35774,1969 -"3676",35777,1166 -"3677",35787,1132 -"3678",35797,2482 -"3679",35815,2789 -"3680",35816,2009 -"3681",35822,1903 -"3682",35837,2871 -"3683",35844,2961 -"3684",35854,1676 -"3685",35873,1377 -"3686",35888,2291 -"3687",35901,1650 -"3688",35903,1434 -"3689",35911,2370 -"3690",35919,663 -"3691",35926,2371 -"3692",35958,2383 -"3693",35972,172 -"3694",35980,2657 -"3695",35986,2491 -"3696",36007,2089 -"3697",36021,192 -"3698",36027,178 -"3699",36031,2342 -"3700",36087,2755 -"3701",36120,2971 -"3702",36124,1776 -"3703",36136,2338 -"3704",36174,1382 -"3705",36183,2117 -"3706",36200,708 -"3707",36215,1623 -"3708",36216,31 -"3709",36270,2910 -"3710",36275,614 -"3711",36278,2952 -"3712",36313,2372 -"3713",36316,455 -"3714",36327,870 -"3715",36344,2570 -"3716",36346,1240 -"3717",36347,1995 -"3718",36349,1622 -"3719",36394,1510 -"3720",36399,1357 -"3721",36427,544 -"3722",36439,2469 -"3723",36440,704 -"3724",36441,2796 -"3725",36446,1175 -"3726",36450,1591 -"3727",36478,2808 -"3728",36487,2622 -"3729",36491,1781 -"3730",36499,182 -"3731",36504,850 -"3732",36506,2638 -"3733",36514,1192 -"3734",36520,571 -"3735",36532,2248 -"3736",36554,1649 -"3737",36559,2473 -"3738",36563,647 -"3739",36574,2934 -"3740",36577,958 -"3741",36578,1484 -"3742",36599,541 -"3743",36609,2918 -"3744",36637,2085 -"3745",36645,547 -"3746",36646,2744 -"3747",36651,1600 -"3748",36656,1858 -"3749",36657,165 -"3750",36662,2967 -"3751",36666,1270 -"3752",36670,2298 -"3753",36678,2446 -"3754",36682,511 -"3755",36691,1903 -"3756",36701,2381 -"3757",36709,1629 -"3758",36714,2209 -"3759",36719,920 -"3760",36737,829 -"3761",36749,2714 -"3762",36763,2165 -"3763",36784,576 -"3764",36829,2722 -"3765",36832,199 -"3766",36837,1556 -"3767",36840,2269 -"3768",36862,2655 -"3769",36892,643 -"3770",36912,2469 -"3771",36915,280 -"3772",36950,2204 -"3773",36953,2790 -"3774",36962,2861 -"3775",36970,2693 -"3776",36975,887 -"3777",36979,2158 -"3778",36983,462 -"3779",36996,2321 -"3780",37009,2412 -"3781",37026,1428 -"3782",37036,2264 -"3783",37040,1667 -"3784",37059,2840 -"3785",37060,2840 -"3786",37065,276 -"3787",37108,1202 -"3788",37120,2622 -"3789",37149,1673 -"3790",37178,166 -"3791",37179,947 -"3792",37238,2609 -"3793",37279,2768 -"3794",37285,2428 -"3795",37301,2160 -"3796",37319,1205 -"3797",37332,1891 -"3798",37333,1612 -"3799",37334,398 -"3800",37342,2649 -"3801",37351,978 -"3802",37358,2128 -"3803",37361,2326 -"3804",37376,432 -"3805",37379,642 -"3806",37395,644 -"3807",37400,2860 -"3808",37418,2710 -"3809",37424,1693 -"3810",37427,915 -"3811",37444,174 -"3812",37454,1245 -"3813",37461,214 -"3814",37475,1509 -"3815",37486,2912 -"3816",37501,514 -"3817",37509,1640 -"3818",37522,1270 -"3819",37551,257 -"3820",37570,2389 -"3821",37597,150 -"3822",37611,1260 -"3823",37620,2716 -"3824",37625,407 -"3825",37628,819 -"3826",37632,1295 -"3827",37636,2178 -"3828",37637,1328 -"3829",37677,1908 -"3830",37684,2899 -"3831",37710,963 -"3832",37717,1201 -"3833",37726,2341 -"3834",37752,2223 -"3835",37758,1998 -"3836",37765,1134 -"3837",37766,520 -"3838",37800,604 -"3839",37801,2578 -"3840",37813,1920 -"3841",37836,1369 -"3842",37844,2002 -"3843",37850,76 -"3844",37858,248 -"3845",37859,1999 -"3846",37868,2876 -"3847",37873,1288 -"3848",37893,875 -"3849",37897,1685 -"3850",37915,1905 -"3851",37929,2393 -"3852",37934,1595 -"3853",37937,1320 -"3854",37975,889 -"3855",38002,1194 -"3856",38019,1870 -"3857",38038,2686 -"3858",38046,1163 -"3859",38048,867 -"3860",38055,1089 -"3861",38087,1083 -"3862",38098,65 -"3863",38103,1917 -"3864",38140,1866 -"3865",38144,2637 -"3866",38162,1691 -"3867",38183,2391 -"3868",38195,53 -"3869",38199,1493 -"3870",38213,1744 -"3871",38219,1689 -"3872",38224,98 -"3873",38227,2511 -"3874",38241,1931 -"3875",38259,2258 -"3876",38262,2219 -"3877",38263,2475 -"3878",38274,1181 -"3879",38284,1234 -"3880",38300,1149 -"3881",38307,2648 -"3882",38309,2644 -"3883",38333,1365 -"3884",38354,629 -"3885",38361,1936 -"3886",38368,795 -"3887",38373,1928 -"3888",38374,1890 -"3889",38422,1019 -"3890",38439,2025 -"3891",38449,1802 -"3892",38457,1630 -"3893",38458,1368 -"3894",38463,1675 -"3895",38467,1259 -"3896",38492,2280 -"3897",38505,2393 -"3898",38513,914 -"3899",38523,549 -"3900",38532,1234 -"3901",38551,2965 -"3902",38574,188 -"3903",38602,2693 -"3904",38633,2253 -"3905",38667,2880 -"3906",38676,2286 -"3907",38691,2585 -"3908",38693,2059 -"3909",38694,817 -"3910",38697,2701 -"3911",38727,2238 -"3912",38728,851 -"3913",38732,2263 -"3914",38754,835 -"3915",38755,2902 -"3916",38768,2734 -"3917",38774,144 -"3918",38780,2705 -"3919",38785,437 -"3920",38796,1642 -"3921",38800,2756 -"3922",38805,1031 -"3923",38807,631 -"3924",38816,1225 -"3925",38869,1675 -"3926",38885,2720 -"3927",38887,2468 -"3928",38908,1787 -"3929",38915,746 -"3930",38921,1880 -"3931",38938,1593 -"3932",38955,218 -"3933",38970,210 -"3934",38973,1999 -"3935",38975,1999 -"3936",38995,1940 -"3937",39009,1594 -"3938",39014,1188 -"3939",39044,470 -"3940",39062,2020 -"3941",39064,981 -"3942",39069,1802 -"3943",39081,1597 -"3944",39087,2765 -"3945",39105,2487 -"3946",39131,2491 -"3947",39135,2489 -"3948",39186,1258 -"3949",39187,2166 -"3950",39188,1948 -"3951",39189,2319 -"3952",39190,989 -"3953",39211,1908 -"3954",39217,504 -"3955",39238,922 -"3956",39245,517 -"3957",39249,1665 -"3958",39256,2449 -"3959",39258,2899 -"3960",39271,399 -"3961",39278,1952 -"3962",39281,1895 -"3963",39294,1889 -"3964",39321,2257 -"3965",39328,498 -"3966",39337,775 -"3967",39411,2384 -"3968",39418,1978 -"3969",39431,1460 -"3970",39439,2462 -"3971",39443,2277 -"3972",39444,2695 -"3973",39457,1533 -"3974",39464,2314 -"3975",39468,2327 -"3976",39484,281 -"3977",39507,793 -"3978",39512,2644 -"3979",39516,2393 -"3980",39522,1428 -"3981",39528,2150 -"3982",39534,2410 -"3983",39535,2428 -"3984",39539,1274 -"3985",39548,2389 -"3986",39554,1988 -"3987",39556,2747 -"3988",39563,486 -"3989",39570,496 -"3990",39577,1728 -"3991",39589,1292 -"3992",39622,2348 -"3993",39627,546 -"3994",39648,230 -"3995",39657,1947 -"3996",39697,669 -"3997",39723,778 -"3998",39735,2294 -"3999",39746,1361 -"4000",39748,1566 -"4001",39777,1936 -"4002",39796,407 -"4003",39799,2344 -"4004",39800,802 -"4005",39802,206 -"4006",39827,2321 -"4007",39864,2279 -"4008",39865,849 -"4009",39875,2422 -"4010",39880,1620 -"4011",39893,1601 -"4012",39906,2365 -"4013",39911,1445 -"4014",39982,1529 -"4015",39987,2096 -"4016",39999,1593 -"4017",40003,936 -"4018",40009,1341 -"4019",40014,2608 -"4020",40022,2307 -"4021",40028,1349 -"4022",40034,1689 -"4023",40035,2742 -"4024",40049,1226 -"4025",40072,1182 -"4026",40100,33 -"4027",40113,451 -"4028",40129,2162 -"4029",40136,1149 -"4030",40137,1718 -"4031",40138,2719 -"4032",40147,141 -"4033",40186,199 -"4034",40200,190 -"4035",40214,1941 -"4036",40221,1251 -"4037",40226,880 -"4038",40262,2291 -"4039",40264,1418 -"4040",40282,1581 -"4041",40283,1657 -"4042",40293,1671 -"4043",40295,2703 -"4044",40296,1674 -"4045",40297,494 -"4046",40305,293 -"4047",40309,871 -"4048",40329,412 -"4049",40368,2876 -"4050",40369,2735 -"4051",40383,2639 -"4052",40392,1878 -"4053",40393,1626 -"4054",40407,1972 -"4055",40417,771 -"4056",40432,1956 -"4057",40472,549 -"4058",40475,159 -"4059",40487,2512 -"4060",40488,486 -"4061",40492,1286 -"4062",40493,1981 -"4063",40499,1179 -"4064",40510,943 -"4065",40537,1284 -"4066",40541,580 -"4067",40542,1664 -"4068",40565,2115 -"4069",40572,2666 -"4070",40609,845 -"4071",40623,2580 -"4072",40630,930 -"4073",40640,2257 -"4074",40645,1899 -"4075",40646,1583 -"4076",40672,1315 -"4077",40675,1595 -"4078",40698,1408 -"4079",40703,1608 -"4080",40707,1547 -"4081",40715,2258 -"4082",40731,54 -"4083",40739,590 -"4084",40747,958 -"4085",40748,1328 -"4086",40756,2329 -"4087",40759,2789 -"4088",40760,1915 -"4089",40769,493 -"4090",40796,540 -"4091",40819,1556 -"4092",40820,900 -"4093",40832,634 -"4094",40850,1396 -"4095",40879,2019 -"4096",40889,465 -"4097",40893,1116 -"4098",40898,242 -"4099",40910,2469 -"4100",40913,1800 -"4101",40923,989 -"4102",40931,2301 -"4103",40937,2639 -"4104",40954,2603 -"4105",40988,2793 -"4106",41000,2011 -"4107",41001,168 -"4108",41004,2561 -"4109",41014,1152 -"4110",41021,978 -"4111",41023,2408 -"4112",41033,1839 -"4113",41051,2767 -"4114",41064,1201 -"4115",41070,263 -"4116",41075,1176 -"4117",41077,864 -"4118",41078,1920 -"4119",41085,637 -"4120",41088,1135 -"4121",41098,1857 -"4122",41108,1624 -"4123",41118,1091 -"4124",41134,2952 -"4125",41141,2159 -"4126",41174,850 -"4127",41180,1556 -"4128",41185,1929 -"4129",41187,2340 -"4130",41211,896 -"4131",41238,51 -"4132",41240,2220 -"4133",41245,270 -"4134",41250,1703 -"4135",41278,1873 -"4136",41307,103 -"4137",41315,439 -"4138",41330,2720 -"4139",41338,1553 -"4140",41350,1935 -"4141",41381,829 -"4142",41393,1915 -"4143",41402,2313 -"4144",41407,1951 -"4145",41418,535 -"4146",41429,1770 -"4147",41439,709 -"4148",41446,1103 -"4149",41447,2405 -"4150",41472,2451 -"4151",41478,957 -"4152",41489,2006 -"4153",41518,1641 -"4154",41521,2069 -"4155",41523,1160 -"4156",41581,1692 -"4157",41598,2291 -"4158",41603,1942 -"4159",41607,2802 -"4160",41625,1794 -"4161",41633,1976 -"4162",41654,443 -"4163",41664,2641 -"4164",41669,1247 -"4165",41682,1988 -"4166",41694,2358 -"4167",41718,804 -"4168",41723,2101 -"4169",41739,1339 -"4170",41747,1722 -"4171",41748,1480 -"4172",41757,145 -"4173",41764,2409 -"4174",41770,2752 -"4175",41805,199 -"4176",41832,1155 -"4177",41837,2399 -"4178",41843,571 -"4179",41848,221 -"4180",41872,2974 -"4181",41900,1970 -"4182",41901,630 -"4183",41936,2258 -"4184",41945,2856 -"4185",41953,945 -"4186",41955,2479 -"4187",41969,2189 -"4188",41972,2509 -"4189",41978,2824 -"4190",41998,2400 -"4191",42006,862 -"4192",42009,1647 -"4193",42023,2231 -"4194",42062,889 -"4195",42129,2318 -"4196",42136,2551 -"4197",42175,1594 -"4198",42177,2743 -"4199",42186,955 -"4200",42195,573 -"4201",42196,2765 -"4202",42213,837 -"4203",42216,2722 -"4204",42254,1052 -"4205",42256,2839 -"4206",42259,1235 -"4207",42264,1702 -"4208",42280,2266 -"4209",42331,1585 -"4210",42333,2234 -"4211",42372,2230 -"4212",42373,871 -"4213",42382,2224 -"4214",42390,2937 -"4215",42399,1007 -"4216",42407,2408 -"4217",42446,202 -"4218",42474,2322 -"4219",42486,1951 -"4220",42505,2008 -"4221",42515,2752 -"4222",42522,2592 -"4223",42543,1907 -"4224",42562,1195 -"4225",42574,2842 -"4226",42585,1933 -"4227",42618,2316 -"4228",42619,2017 -"4229",42628,2486 -"4230",42642,2257 -"4231",42648,167 -"4232",42687,1952 -"4233",42693,1968 -"4234",42713,1995 -"4235",42715,987 -"4236",42717,2588 -"4237",42722,2368 -"4238",42725,630 -"4239",42740,403 -"4240",42747,1189 -"4241",42756,1384 -"4242",42773,385 -"4243",42783,2338 -"4244",42799,2729 -"4245",42813,2142 -"4246",42814,1149 -"4247",42836,1939 -"4248",42837,1096 -"4249",42852,1316 -"4250",42864,1151 -"4251",42883,2575 -"4252",42906,1748 -"4253",42914,1737 -"4254",42925,1358 -"4255",42935,2400 -"4256",42946,2900 -"4257",42948,101 -"4258",42956,932 -"4259",42965,2229 -"4260",42967,512 -"4261",42972,2954 -"4262",42998,1978 -"4263",43021,943 -"4264",43023,181 -"4265",43025,2824 -"4266",43027,1277 -"4267",43046,419 -"4268",43051,904 -"4269",43058,1608 -"4270",43075,114 -"4271",43077,884 -"4272",43094,220 -"4273",43110,375 -"4274",43112,2564 -"4275",43114,1537 -"4276",43115,1500 -"4277",43135,1171 -"4278",43153,1381 -"4279",43159,512 -"4280",43169,594 -"4281",43173,2895 -"4282",43201,957 -"4283",43204,1680 -"4284",43207,635 -"4285",43213,2160 -"4286",43225,1835 -"4287",43226,2442 -"4288",43250,1300 -"4289",43311,1553 -"4290",43335,1412 -"4291",43349,2400 -"4292",43360,979 -"4293",43383,2960 -"4294",43385,1623 -"4295",43404,2649 -"4296",43428,1299 -"4297",43440,1889 -"4298",43455,2846 -"4299",43479,2178 -"4300",43481,875 -"4301",43490,2463 -"4302",43518,2680 -"4303",43520,2560 -"4304",43524,2572 -"4305",43543,1457 -"4306",43551,1993 -"4307",43566,2730 -"4308",43568,837 -"4309",43585,1066 -"4310",43593,2704 -"4311",43614,1712 -"4312",43635,1196 -"4313",43660,2320 -"4314",43671,1224 -"4315",43673,2787 -"4316",43701,2400 -"4317",43725,935 -"4318",43728,2308 -"4319",43743,1229 -"4320",43756,2881 -"4321",43768,1468 -"4322",43769,2394 -"4323",43786,1173 -"4324",43788,209 -"4325",43796,2476 -"4326",43839,1685 -"4327",43847,222 -"4328",43862,2539 -"4329",43883,925 -"4330",43902,1726 -"4331",43905,756 -"4332",43926,2672 -"4333",43929,2749 -"4334",43941,1289 -"4335",43952,168 -"4336",43953,2203 -"4337",43957,1824 -"4338",43960,1293 -"4339",43961,2443 -"4340",43978,2698 -"4341",44025,1935 -"4342",44056,2092 -"4343",44059,525 -"4344",44065,166 -"4345",44068,1056 -"4346",44074,1299 -"4347",44089,1632 -"4348",44102,989 -"4349",44132,1999 -"4350",44135,2620 -"4351",44151,1796 -"4352",44160,859 -"4353",44161,1156 -"4354",44181,1034 -"4355",44188,1609 -"4356",44193,989 -"4357",44235,2700 -"4358",44268,2436 -"4359",44280,1867 -"4360",44288,521 -"4361",44299,1874 -"4362",44306,1036 -"4363",44312,2741 -"4364",44341,1230 -"4365",44383,2737 -"4366",44403,2429 -"4367",44405,1855 -"4368",44407,2154 -"4369",44414,1329 -"4370",44420,2184 -"4371",44421,956 -"4372",44427,2875 -"4373",44433,2224 -"4374",44447,165 -"4375",44464,1619 -"4376",44466,1607 -"4377",44473,1685 -"4378",44497,2401 -"4379",44501,2567 -"4380",44502,484 -"4381",44521,1593 -"4382",44557,2371 -"4383",44564,2034 -"4384",44566,1626 -"4385",44582,197 -"4386",44598,2356 -"4387",44603,2748 -"4388",44636,1026 -"4389",44641,1981 -"4390",44648,619 -"4391",44654,2916 -"4392",44669,1594 -"4393",44676,2629 -"4394",44684,1220 -"4395",44688,2924 -"4396",44694,2220 -"4397",44705,505 -"4398",44720,1202 -"4399",44723,1224 -"4400",44727,1227 -"4401",44728,451 -"4402",44729,588 -"4403",44730,2468 -"4404",44744,2032 -"4405",44749,1303 -"4406",44759,2419 -"4407",44763,1324 -"4408",44768,2516 -"4409",44769,2411 -"4410",44773,1355 -"4411",44780,2534 -"4412",44786,1096 -"4413",44795,635 -"4414",44819,2063 -"4415",44844,535 -"4416",44868,2149 -"4417",44877,1219 -"4418",44878,1620 -"4419",44885,2670 -"4420",44892,221 -"4421",44894,2048 -"4422",44899,2386 -"4423",44921,550 -"4424",44949,324 -"4425",44971,955 -"4426",44982,1592 -"4427",45030,2776 -"4428",45039,1663 -"4429",45053,1543 -"4430",45096,766 -"4431",45134,2758 -"4432",45136,877 -"4433",45138,2516 -"4434",45186,835 -"4435",45207,1755 -"4436",45225,474 -"4437",45239,2535 -"4438",45275,1557 -"4439",45277,1777 -"4440",45290,2731 -"4441",45297,1864 -"4442",45299,2426 -"4443",45302,2390 -"4444",45329,1693 -"4445",45343,2360 -"4446",45355,1450 -"4447",45362,844 -"4448",45375,862 -"4449",45449,1610 -"4450",45450,1590 -"4451",45460,918 -"4452",45461,2458 -"4453",45473,2540 -"4454",45480,1104 -"4455",45487,2256 -"4456",45496,1244 -"4457",45499,2346 -"4458",45504,2301 -"4459",45518,494 -"4460",45545,1776 -"4461",45549,1322 -"4462",45560,2308 -"4463",45562,623 -"4464",45585,2384 -"4465",45595,1481 -"4466",45605,845 -"4467",45608,2420 -"4468",45618,2356 -"4469",45628,527 -"4470",45633,2134 -"4471",45650,1528 -"4472",45660,618 -"4473",45664,2235 -"4474",45684,2200 -"4475",45704,2687 -"4476",45715,2287 -"4477",45727,477 -"4478",45729,2606 -"4479",45730,2063 -"4480",45742,2566 -"4481",45746,609 -"4482",45776,1195 -"4483",45823,276 -"4484",45869,2840 -"4485",45874,944 -"4486",45878,1017 -"4487",45886,2449 -"4488",45903,2237 -"4489",45904,1011 -"4490",45905,2785 -"4491",45914,227 -"4492",45921,172 -"4493",45927,1542 -"4494",45939,1930 -"4495",45959,1880 -"4496",45967,2195 -"4497",45975,157 -"4498",45983,1260 -"4499",45992,1182 -"4500",46039,1794 -"4501",46040,2105 -"4502",46042,1692 -"4503",46043,1358 -"4504",46049,2102 -"4505",46060,861 -"4506",46091,1938 -"4507",46099,2360 -"4508",46111,871 -"4509",46119,2084 -"4510",46164,445 -"4511",46182,1613 -"4512",46196,1510 -"4513",46233,1475 -"4514",46252,1249 -"4515",46261,2350 -"4516",46283,1184 -"4517",46299,1132 -"4518",46312,163 -"4519",46315,2316 -"4520",46322,956 -"4521",46373,134 -"4522",46384,2285 -"4523",46385,2225 -"4524",46391,1779 -"4525",46407,497 -"4526",46446,2295 -"4527",46469,759 -"4528",46486,1868 -"4529",46501,845 -"4530",46506,2464 -"4531",46512,1292 -"4532",46520,1776 -"4533",46531,1737 -"4534",46532,2005 -"4535",46568,822 -"4536",46570,1707 -"4537",46580,2346 -"4538",46581,1160 -"4539",46584,1972 -"4540",46596,1942 -"4541",46602,2786 -"4542",46616,1917 -"4543",46621,1343 -"4544",46629,2255 -"4545",46635,2528 -"4546",46642,999 -"4547",46650,1330 -"4548",46662,207 -"4549",46680,1690 -"4550",46694,191 -"4551",46707,1755 -"4552",46717,938 -"4553",46723,607 -"4554",46726,943 -"4555",46728,2278 -"4556",46730,194 -"4557",46742,2144 -"4558",46745,1565 -"4559",46760,64 -"4560",46800,2720 -"4561",46803,2305 -"4562",46816,887 -"4563",46820,545 -"4564",46831,1915 -"4565",46849,1238 -"4566",46870,2473 -"4567",46883,1671 -"4568",46902,1620 -"4569",46950,2673 -"4570",46951,2429 -"4571",46982,2806 -"4572",46988,2460 -"4573",47003,1915 -"4574",47013,2388 -"4575",47049,253 -"4576",47055,1525 -"4577",47062,1675 -"4578",47063,739 -"4579",47064,1993 -"4580",47070,1265 -"4581",47072,1564 -"4582",47082,1990 -"4583",47094,2592 -"4584",47098,2057 -"4585",47114,1920 -"4586",47121,701 -"4587",47127,2391 -"4588",47130,2654 -"4589",47140,2439 -"4590",47145,2809 -"4591",47148,569 -"4592",47229,2359 -"4593",47248,2883 -"4594",47263,2442 -"4595",47293,929 -"4596",47329,231 -"4597",47330,2422 -"4598",47362,2253 -"4599",47372,788 -"4600",47375,2043 -"4601",47384,1639 -"4602",47385,1172 -"4603",47386,2226 -"4604",47407,832 -"4605",47435,878 -"4606",47440,2234 -"4607",47445,2668 -"4608",47508,100 -"4609",47529,2914 -"4610",47534,2712 -"4611",47557,999 -"4612",47559,1826 -"4613",47564,2650 -"4614",47571,1667 -"4615",47573,120 -"4616",47574,2800 -"4617",47583,817 -"4618",47585,794 -"4619",47595,2374 -"4620",47607,2724 -"4621",47625,2562 -"4622",47629,222 -"4623",47641,2350 -"4624",47654,1664 -"4625",47664,159 -"4626",47708,2568 -"4627",47715,2111 -"4628",47726,1272 -"4629",47737,216 -"4630",47752,630 -"4631",47760,1108 -"4632",47769,176 -"4633",47772,2293 -"4634",47789,1583 -"4635",47803,2477 -"4636",47810,957 -"4637",47812,2343 -"4638",47827,1957 -"4639",47839,1864 -"4640",47840,2509 -"4641",47844,2906 -"4642",47857,2325 -"4643",47860,789 -"4644",47869,2097 -"4645",47877,2970 -"4646",47882,2769 -"4647",47884,131 -"4648",47889,992 -"4649",47895,2328 -"4650",47932,573 -"4651",47942,146 -"4652",47947,2681 -"4653",47955,751 -"4654",47956,222 -"4655",47965,2232 -"4656",47966,2409 -"4657",47968,2829 -"4658",48015,1355 -"4659",48035,2180 -"4660",48067,974 -"4661",48110,2009 -"4662",48127,2677 -"4663",48136,1509 -"4664",48158,2483 -"4665",48214,2756 -"4666",48215,2028 -"4667",48238,1194 -"4668",48242,1690 -"4669",48254,1013 -"4670",48255,970 -"4671",48258,755 -"4672",48260,875 -"4673",48262,655 -"4674",48274,1979 -"4675",48277,971 -"4676",48283,1290 -"4677",48289,2209 -"4678",48373,2220 -"4679",48377,1927 -"4680",48384,2057 -"4681",48400,113 -"4682",48414,1749 -"4683",48419,1134 -"4684",48435,528 -"4685",48436,71 -"4686",48495,2737 -"4687",48501,2010 -"4688",48503,820 -"4689",48548,826 -"4690",48571,2717 -"4691",48576,1675 -"4692",48585,2063 -"4693",48602,1704 -"4694",48605,2796 -"4695",48607,470 -"4696",48639,2291 -"4697",48648,258 -"4698",48652,1686 -"4699",48679,2031 -"4700",48698,1474 -"4701",48713,565 -"4702",48736,1236 -"4703",48743,1525 -"4704",48746,555 -"4705",48754,1972 -"4706",48764,860 -"4707",48769,2071 -"4708",48781,954 -"4709",48795,2498 -"4710",48814,264 -"4711",48820,2769 -"4712",48823,2080 -"4713",48832,1370 -"4714",48879,1524 -"4715",48888,1177 -"4716",48893,719 -"4717",48905,1394 -"4718",48931,2444 -"4719",48939,1749 -"4720",48955,242 -"4721",49029,647 -"4722",49032,2469 -"4723",49044,610 -"4724",49046,255 -"4725",49048,1656 -"4726",49055,388 -"4727",49069,1694 -"4728",49079,2447 -"4729",49084,168 -"4730",49109,2341 -"4731",49110,2938 -"4732",49121,2199 -"4733",49142,2289 -"4734",49144,1542 -"4735",49147,2539 -"4736",49154,596 -"4737",49185,1544 -"4738",49186,1289 -"4739",49189,1550 -"4740",49201,936 -"4741",49265,2686 -"4742",49277,1928 -"4743",49284,218 -"4744",49300,515 -"4745",49301,1894 -"4746",49309,575 -"4747",49334,2433 -"4748",49347,2504 -"4749",49372,1756 -"4750",49375,2438 -"4751",49379,1573 -"4752",49403,2427 -"4753",49406,217 -"4754",49414,1667 -"4755",49415,2654 -"4756",49450,1328 -"4757",49461,2793 -"4758",49470,1528 -"4759",49512,1302 -"4760",49551,879 -"4761",49558,2083 -"4762",49560,1679 -"4763",49581,1817 -"4764",49606,2800 -"4765",49608,2184 -"4766",49615,914 -"4767",49620,1868 -"4768",49621,1915 -"4769",49642,1166 -"4770",49660,2739 -"4771",49666,2408 -"4772",49677,1222 -"4773",49696,2444 -"4774",49708,1147 -"4775",49712,1937 -"4776",49724,806 -"4777",49741,839 -"4778",49759,2400 -"4779",49782,2937 -"4780",49787,2352 -"4781",49805,2445 -"4782",49812,1816 -"4783",49849,977 -"4784",49850,613 -"4785",49872,2019 -"4786",49913,2444 -"4787",49917,2400 -"4788",49921,496 -"4789",49958,1860 -"4790",49962,572 -"4791",49965,2301 -"4792",49969,696 -"4793",49980,153 -"4794",49998,2761 -"4795",50001,1518 -"4796",50004,540 -"4797",50040,790 -"4798",50041,1565 -"4799",50045,2635 -"4800",50075,1026 -"4801",50083,1275 -"4802",50093,909 -"4803",50113,2059 -"4804",50118,2654 -"4805",50124,1209 -"4806",50133,1236 -"4807",50134,2674 -"4808",50179,2230 -"4809",50217,1211 -"4810",50218,823 -"4811",50219,756 -"4812",50224,1123 -"4813",50229,1190 -"4814",50235,726 -"4815",50236,2339 -"4816",50238,663 -"4817",50248,2781 -"4818",50252,2001 -"4819",50253,1565 -"4820",50254,1151 -"4821",50261,515 -"4822",50269,1966 -"4823",50272,842 -"4824",50275,2832 -"4825",50278,1127 -"4826",50298,2101 -"4827",50335,1893 -"4828",50354,1299 -"4829",50364,1954 -"4830",50372,1834 -"4831",50382,2244 -"4832",50394,150 -"4833",50430,1689 -"4834",50440,2469 -"4835",50444,884 -"4836",50452,927 -"4837",50468,1659 -"4838",50476,1641 -"4839",50480,2701 -"4840",50487,744 -"4841",50491,1919 -"4842",50509,2050 -"4843",50520,1205 -"4844",50573,2716 -"4845",50581,1258 -"4846",50585,2414 -"4847",50594,849 -"4848",50605,136 -"4849",50607,1333 -"4850",50621,2809 -"4851",50630,2615 -"4852",50635,2962 -"4853",50640,514 -"4854",50667,2719 -"4855",50678,1366 -"4856",50684,1999 -"4857",50685,2008 -"4858",50737,959 -"4859",50779,623 -"4860",50784,2733 -"4861",50785,2877 -"4862",50790,2371 -"4863",50868,1725 -"4864",50872,864 -"4865",50899,2125 -"4866",50903,931 -"4867",50931,1880 -"4868",50941,481 -"4869",50945,2650 -"4870",50946,1075 -"4871",50958,477 -"4872",50976,547 -"4873",50977,2352 -"4874",50996,929 -"4875",51016,1141 -"4876",51017,2073 -"4877",51022,1499 -"4878",51035,2397 -"4879",51038,2400 -"4880",51041,2606 -"4881",51052,2784 -"4882",51055,2558 -"4883",51084,2188 -"4884",51089,2426 -"4885",51099,262 -"4886",51116,1509 -"4887",51144,2466 -"4888",51148,1077 -"4889",51151,1195 -"4890",51157,2319 -"4891",51166,2747 -"4892",51173,1829 -"4893",51200,2245 -"4894",51212,1801 -"4895",51223,2153 -"4896",51243,1389 -"4897",51250,2683 -"4898",51265,2670 -"4899",51301,1028 -"4900",51319,2488 -"4901",51338,1013 -"4902",51360,1882 -"4903",51364,2660 -"4904",51379,1462 -"4905",51386,459 -"4906",51399,934 -"4907",51410,2739 -"4908",51414,929 -"4909",51448,1593 -"4910",51460,1872 -"4911",51470,399 -"4912",51471,1280 -"4913",51487,520 -"4914",51499,649 -"4915",51505,1572 -"4916",51516,1361 -"4917",51546,1369 -"4918",51572,912 -"4919",51610,2635 -"4920",51613,2795 -"4921",51616,761 -"4922",51626,2494 -"4923",51628,901 -"4924",51647,1382 -"4925",51678,1077 -"4926",51687,2333 -"4927",51758,2310 -"4928",51774,2459 -"4929",51783,2599 -"4930",51810,1401 -"4931",51815,1252 -"4932",51831,2427 -"4933",51832,324 -"4934",51838,2288 -"4935",51843,2389 -"4936",51853,2520 -"4937",51860,1234 -"4938",51863,1395 -"4939",51866,2411 -"4940",51879,1771 -"4941",51890,1992 -"4942",51896,726 -"4943",51897,730 -"4944",51925,2307 -"4945",51953,551 -"4946",51971,195 -"4947",51987,1397 -"4948",51991,692 -"4949",51999,2425 -"4950",52003,2067 -"4951",52024,2500 -"4952",52026,2633 -"4953",52032,2853 -"4954",52041,2694 -"4955",52043,977 -"4956",52051,64 -"4957",52058,1836 -"4958",52062,2307 -"4959",52110,1676 -"4960",52136,1412 -"4961",52138,1615 -"4962",52154,1722 -"4963",52166,2376 -"4964",52174,983 -"4965",52178,710 -"4966",52179,1572 -"4967",52182,1622 -"4968",52185,1012 -"4969",52203,1961 -"4970",52210,51 -"4971",52215,1908 -"4972",52248,72 -"4973",52261,2162 -"4974",52323,2148 -"4975",52327,1472 -"4976",52345,1430 -"4977",52380,2686 -"4978",52385,1031 -"4979",52386,1830 -"4980",52389,512 -"4981",52442,1269 -"4982",52443,1453 -"4983",52448,414 -"4984",52457,849 -"4985",52471,2483 -"4986",52474,497 -"4987",52483,2317 -"4988",52508,2337 -"4989",52524,1197 -"4990",52530,1737 -"4991",52552,401 -"4992",52554,1683 -"4993",52566,2318 -"4994",52570,2645 -"4995",52576,2234 -"4996",52597,1773 -"4997",52654,588 -"4998",52683,2315 -"4999",52686,916 -"5000",52699,1372 -"5001",52735,1124 -"5002",52789,1791 -"5003",52815,2323 -"5004",52818,1963 -"5005",52820,306 -"5006",52835,995 -"5007",52879,777 -"5008",52892,2372 -"5009",52898,763 -"5010",52937,600 -"5011",52950,2716 -"5012",52953,1741 -"5013",52969,2302 -"5014",52993,1256 -"5015",53013,2523 -"5016",53017,2141 -"5017",53020,2747 -"5018",53031,2065 -"5019",53043,803 -"5020",53051,1940 -"5021",53069,1664 -"5022",53082,2328 -"5023",53084,2683 -"5024",53091,1134 -"5025",53092,2384 -"5026",53105,953 -"5027",53120,975 -"5028",53131,1880 -"5029",53132,81 -"5030",53134,1590 -"5031",53160,2736 -"5032",53196,1888 -"5033",53219,2973 -"5034",53223,2690 -"5035",53248,2271 -"5036",53252,637 -"5037",53254,1612 -"5038",53266,2389 -"5039",53284,223 -"5040",53289,2746 -"5041",53293,2916 -"5042",53300,2162 -"5043",53303,1376 -"5044",53322,1200 -"5045",53323,2677 -"5046",53342,2071 -"5047",53362,2360 -"5048",53368,77 -"5049",53377,417 -"5050",53412,566 -"5051",53414,1672 -"5052",53419,858 -"5053",53433,1187 -"5054",53445,2028 -"5055",53475,2853 -"5056",53496,985 -"5057",53498,1967 -"5058",53519,2781 -"5059",53530,2380 -"5060",53537,2428 -"5061",53562,2687 -"5062",53584,2391 -"5063",53599,2364 -"5064",53604,2489 -"5065",53608,1986 -"5066",53624,952 -"5067",53630,1565 -"5068",53637,2113 -"5069",53640,1789 -"5070",53643,1626 -"5071",53645,789 -"5072",53648,2167 -"5073",53652,2899 -"5074",53668,2242 -"5075",53687,2422 -"5076",53697,1909 -"5077",53726,1729 -"5078",53727,2442 -"5079",53739,2704 -"5080",53742,2337 -"5081",53749,274 -"5082",53752,249 -"5083",53779,2000 -"5084",53789,2681 -"5085",53809,1956 -"5086",53810,842 -"5087",53830,1307 -"5088",53836,689 -"5089",53846,2737 -"5090",53851,2305 -"5091",53859,1817 -"5092",53885,1199 -"5093",53903,2388 -"5094",53905,2193 -"5095",53924,1289 -"5096",53936,584 -"5097",53968,2703 -"5098",53987,928 -"5099",53995,2151 -"5100",54006,518 -"5101",54020,1578 -"5102",54061,1488 -"5103",54063,141 -"5104",54067,2433 -"5105",54094,987 -"5106",54100,1327 -"5107",54118,1412 -"5108",54127,1593 -"5109",54158,1756 -"5110",54204,1449 -"5111",54239,336 -"5112",54248,2394 -"5113",54250,2340 -"5114",54255,679 -"5115",54259,191 -"5116",54261,213 -"5117",54284,2491 -"5118",54295,191 -"5119",54305,1222 -"5120",54313,1645 -"5121",54316,1202 -"5122",54358,74 -"5123",54383,397 -"5124",54385,2340 -"5125",54388,1257 -"5126",54407,514 -"5127",54452,60 -"5128",54467,919 -"5129",54488,2357 -"5130",54508,187 -"5131",54522,699 -"5132",54523,1935 -"5133",54551,2348 -"5134",54552,481 -"5135",54631,1531 -"5136",54661,1949 -"5137",54663,1424 -"5138",54676,1342 -"5139",54695,2429 -"5140",54715,499 -"5141",54718,2473 -"5142",54737,326 -"5143",54740,2750 -"5144",54761,1267 -"5145",54775,2383 -"5146",54782,565 -"5147",54792,1624 -"5148",54816,592 -"5149",54819,2782 -"5150",54846,193 -"5151",54855,1525 -"5152",54857,849 -"5153",54879,2210 -"5154",54890,877 -"5155",54903,2493 -"5156",54924,2603 -"5157",54929,2783 -"5158",54953,2223 -"5159",54978,110 -"5160",54980,876 -"5161",54981,1949 -"5162",54983,2407 -"5163",55018,199 -"5164",55025,470 -"5165",55056,516 -"5166",55072,612 -"5167",55076,2408 -"5168",55082,1856 -"5169",55084,1189 -"5170",55091,546 -"5171",55128,2257 -"5172",55139,2323 -"5173",55155,2333 -"5174",55156,2196 -"5175",55165,51 -"5176",55171,2972 -"5177",55183,450 -"5178",55185,922 -"5179",55208,1219 -"5180",55234,890 -"5181",55256,2379 -"5182",55261,1915 -"5183",55265,209 -"5184",55296,2413 -"5185",55298,129 -"5186",55299,609 -"5187",55304,196 -"5188",55307,2306 -"5189",55320,1643 -"5190",55324,1544 -"5191",55325,653 -"5192",55349,826 -"5193",55364,326 -"5194",55377,1499 -"5195",55394,904 -"5196",55405,2788 -"5197",55413,2129 -"5198",55436,2513 -"5199",55438,2863 -"5200",55446,1247 -"5201",55448,1869 -"5202",55468,2511 -"5203",55472,1516 -"5204",55482,1866 -"5205",55487,1500 -"5206",55493,869 -"5207",55556,2075 -"5208",55574,2202 -"5209",55580,1942 -"5210",55604,2342 -"5211",55643,2359 -"5212",55652,2795 -"5213",55674,718 -"5214",55691,2856 -"5215",55697,2368 -"5216",55715,2713 -"5217",55717,922 -"5218",55730,1217 -"5219",55733,161 -"5220",55742,2006 -"5221",55748,204 -"5222",55775,2385 -"5223",55817,2285 -"5224",55821,1303 -"5225",55828,2393 -"5226",55862,2123 -"5227",55880,626 -"5228",55892,1234 -"5229",55906,2851 -"5230",55953,2492 -"5231",55956,613 -"5232",55960,2301 -"5233",55987,396 -"5234",55994,2787 -"5235",55997,1414 -"5236",56022,282 -"5237",56026,908 -"5238",56029,147 -"5239",56082,2395 -"5240",56094,2343 -"5241",56116,1321 -"5242",56143,766 -"5243",56152,1487 -"5244",56168,1466 -"5245",56171,1524 -"5246",56212,1410 -"5247",56232,1175 -"5248",56237,2625 -"5249",56275,2152 -"5250",56316,1435 -"5251",56317,2030 -"5252",56338,1818 -"5253",56340,2060 -"5254",56364,1626 -"5255",56386,2771 -"5256",56396,2408 -"5257",56397,2053 -"5258",56413,2747 -"5259",56431,242 -"5260",56452,191 -"5261",56460,476 -"5262",56462,852 -"5263",56464,2488 -"5264",56466,1432 -"5265",56480,51 -"5266",56490,227 -"5267",56520,571 -"5268",56537,2409 -"5269",56538,2796 -"5270",56569,1993 -"5271",56601,528 -"5272",56604,1919 -"5273",56622,310 -"5274",56639,643 -"5275",56669,2924 -"5276",56671,1965 -"5277",56673,2419 -"5278",56688,2331 -"5279",56726,969 -"5280",56737,2270 -"5281",56754,130 -"5282",56755,2158 -"5283",56792,1926 -"5284",56801,2800 -"5285",56807,1571 -"5286",56837,789 -"5287",56854,2022 -"5288",56859,2319 -"5289",56862,868 -"5290",56873,1421 -"5291",56893,2597 -"5292",56903,1584 -"5293",56910,2705 -"5294",56920,2548 -"5295",56924,1894 -"5296",56936,1519 -"5297",56947,917 -"5298",56995,2323 -"5299",57011,207 -"5300",57019,895 -"5301",57037,2293 -"5302",57067,2547 -"5303",57077,1885 -"5304",57082,1418 -"5305",57083,517 -"5306",57108,1609 -"5307",57129,1858 -"5308",57141,2371 -"5309",57150,1196 -"5310",57157,2808 -"5311",57180,2703 -"5312",57205,2948 -"5313",57209,1719 -"5314",57229,179 -"5315",57246,1873 -"5316",57303,922 -"5317",57315,1005 -"5318",57337,1443 -"5319",57348,687 -"5320",57353,1849 -"5321",57355,1261 -"5322",57356,2476 -"5323",57360,2429 -"5324",57380,2362 -"5325",57383,1302 -"5326",57394,1271 -"5327",57402,2454 -"5328",57405,2344 -"5329",57414,922 -"5330",57425,120 -"5331",57450,1286 -"5332",57462,292 -"5333",57492,2855 -"5334",57529,2462 -"5335",57532,2617 -"5336",57544,2443 -"5337",57549,2335 -"5338",57565,1577 -"5339",57609,2717 -"5340",57645,270 -"5341",57646,171 -"5342",57657,2735 -"5343",57678,2441 -"5344",57691,1232 -"5345",57692,2720 -"5346",57704,2076 -"5347",57710,411 -"5348",57714,1391 -"5349",57727,1648 -"5350",57732,2454 -"5351",57753,689 -"5352",57760,1721 -"5353",57765,2893 -"5354",57775,136 -"5355",57781,1971 -"5356",57804,2214 -"5357",57823,1888 -"5358",57842,2482 -"5359",57901,614 -"5360",57912,1035 -"5361",57950,1529 -"5362",57955,67 -"5363",57969,2755 -"5364",57977,2683 -"5365",57990,978 -"5366",58000,43 -"5367",58015,899 -"5368",58035,1646 -"5369",58041,2725 -"5370",58078,1252 -"5371",58086,1667 -"5372",58122,889 -"5373",58123,275 -"5374",58133,1484 -"5375",58164,2398 -"5376",58167,1167 -"5377",58180,1919 -"5378",58190,906 -"5379",58215,877 -"5380",58218,2627 -"5381",58221,1787 -"5382",58229,1202 -"5383",58233,1665 -"5384",58238,1944 -"5385",58245,949 -"5386",58253,2441 -"5387",58284,2292 -"5388",58293,250 -"5389",58356,222 -"5390",58365,1902 -"5391",58384,1637 -"5392",58414,880 -"5393",58421,910 -"5394",58427,2234 -"5395",58437,2750 -"5396",58451,1939 -"5397",58462,250 -"5398",58489,1068 -"5399",58501,2613 -"5400",58508,2326 -"5401",58516,409 -"5402",58521,2950 -"5403",58530,298 -"5404",58536,2742 -"5405",58559,2242 -"5406",58596,936 -"5407",58617,2093 -"5408",58652,1437 -"5409",58653,1776 -"5410",58655,2685 -"5411",58669,2296 -"5412",58672,578 -"5413",58674,67 -"5414",58684,2295 -"5415",58711,2746 -"5416",58733,1958 -"5417",58745,1920 -"5418",58759,942 -"5419",58773,553 -"5420",58812,1170 -"5421",58829,1256 -"5422",58852,2323 -"5423",58854,1131 -"5424",58875,1899 -"5425",58882,684 -"5426",58895,917 -"5427",58945,2481 -"5428",58971,2280 -"5429",58993,2390 -"5430",59005,2817 -"5431",59022,2494 -"5432",59039,2870 -"5433",59042,124 -"5434",59082,947 -"5435",59096,1677 -"5436",59113,2434 -"5437",59140,2528 -"5438",59143,359 -"5439",59162,1622 -"5440",59167,1256 -"5441",59205,2387 -"5442",59243,2770 -"5443",59267,68 -"5444",59282,859 -"5445",59289,2896 -"5446",59298,1236 -"5447",59304,928 -"5448",59344,2252 -"5449",59347,1926 -"5450",59386,595 -"5451",59432,2553 -"5452",59436,110 -"5453",59438,2400 -"5454",59448,2687 -"5455",59470,2393 -"5456",59485,1564 -"5457",59506,983 -"5458",59511,2753 -"5459",59518,487 -"5460",59522,1516 -"5461",59532,898 -"5462",59539,2429 -"5463",59549,2673 -"5464",59579,2034 -"5465",59610,2448 -"5466",59616,2154 -"5467",59627,1466 -"5468",59637,2141 -"5469",59646,456 -"5470",59670,1173 -"5471",59677,1174 -"5472",59681,2154 -"5473",59683,2068 -"5474",59700,2346 -"5475",59726,1513 -"5476",59776,2493 -"5477",59786,605 -"5478",59788,2315 -"5479",59790,1827 -"5480",59813,497 -"5481",59819,2624 -"5482",59868,1637 -"5483",59891,2706 -"5484",59906,865 -"5485",59918,2063 -"5486",59937,885 -"5487",59939,936 -"5488",59950,1131 -"5489",59979,471 -"5490",60055,266 -"5491",60059,2587 -"5492",60063,187 -"5493",60070,2661 -"5494",60078,1750 -"5495",60116,2668 -"5496",60179,2708 -"5497",60185,1206 -"5498",60190,2845 -"5499",60201,49 -"5500",60207,2224 -"5501",60217,1634 -"5502",60257,2795 -"5503",60258,2405 -"5504",60261,1943 -"5505",60266,1018 -"5506",60280,1918 -"5507",60288,1318 -"5508",60289,2729 -"5509",60377,1189 -"5510",60384,2765 -"5511",60386,1322 -"5512",60403,512 -"5513",60449,2085 -"5514",60463,1583 -"5515",60476,2508 -"5516",60479,676 -"5517",60516,2257 -"5518",60536,151 -"5519",60551,572 -"5520",60552,855 -"5521",60584,288 -"5522",60598,2760 -"5523",60624,1570 -"5524",60628,933 -"5525",60661,2700 -"5526",60672,2876 -"5527",60676,1143 -"5528",60689,859 -"5529",60718,1229 -"5530",60733,645 -"5531",60751,284 -"5532",60789,2120 -"5533",60808,1258 -"5534",60830,217 -"5535",60836,1880 -"5536",60855,2272 -"5537",60862,1215 -"5538",60867,2689 -"5539",60879,2792 -"5540",60891,2713 -"5541",60919,1379 -"5542",60952,2076 -"5543",60966,2734 -"5544",60974,2972 -"5545",60979,1758 -"5546",61125,1673 -"5547",61138,1188 -"5548",61188,2134 -"5549",61190,946 -"5550",61209,580 -"5551",61211,245 -"5552",61240,2651 -"5553",61242,1650 -"5554",61245,955 -"5555",61263,2142 -"5556",61270,1364 -"5557",61281,388 -"5558",61308,2833 -"5559",61335,272 -"5560",61336,2218 -"5561",61337,2777 -"5562",61347,1684 -"5563",61355,2467 -"5564",61370,879 -"5565",61398,2563 -"5566",61443,2770 -"5567",61458,2630 -"5568",61513,2948 -"5569",61535,138 -"5570",61541,2699 -"5571",61548,852 -"5572",61585,2315 -"5573",61587,2539 -"5574",61613,1189 -"5575",61617,2504 -"5576",61673,155 -"5577",61689,1309 -"5578",61719,1515 -"5579",61723,1262 -"5580",61727,413 -"5581",61784,754 -"5582",61785,822 -"5583",61821,168 -"5584",61845,1726 -"5585",61913,397 -"5586",61921,1793 -"5587",61932,1959 -"5588",61948,1231 -"5589",61958,2042 -"5590",61973,892 -"5591",61975,983 -"5592",61980,2392 -"5593",61982,2725 -"5594",61995,823 -"5595",62062,860 -"5596",62066,2281 -"5597",62089,929 -"5598",62112,2944 -"5599",62148,1566 -"5600",62162,485 -"5601",62170,90 -"5602",62219,2494 -"5603",62263,703 -"5604",62268,413 -"5605",62308,487 -"5606",62334,1766 -"5607",62338,228 -"5608",62413,2703 -"5609",62438,802 -"5610",62439,1274 -"5611",62454,2650 -"5612",62488,1418 -"5613",62498,1698 -"5614",62538,1656 -"5615",62602,1172 -"5616",62626,2787 -"5617",62632,1320 -"5618",62668,958 -"5619",62712,2884 -"5620",62713,2593 -"5621",62715,1838 -"5622",62723,2554 -"5623",62739,2753 -"5624",62746,2119 -"5625",62754,249 -"5626",62772,105 -"5627",62821,220 -"5628",62832,2606 -"5629",62840,2502 -"5630",62841,2710 -"5631",62848,1230 -"5632",62852,2067 -"5633",62858,750 -"5634",62870,1568 -"5635",62899,1048 -"5636",62903,1704 -"5637",62908,608 -"5638",62939,2574 -"5639",62957,1170 -"5640",62961,926 -"5641",62963,1964 -"5642",62966,1282 -"5643",62975,977 -"5644",62976,381 -"5645",62993,1369 -"5646",63030,2251 -"5647",63063,361 -"5648",63077,2778 -"5649",63078,602 -"5650",63096,2307 -"5651",63104,2149 -"5652",63142,1997 -"5653",63147,1477 -"5654",63201,2139 -"5655",63236,499 -"5656",63252,1516 -"5657",63263,1267 -"5658",63328,922 -"5659",63329,639 -"5660",63395,2334 -"5661",63400,1265 -"5662",63409,1937 -"5663",63426,2734 -"5664",63442,1965 -"5665",63477,1907 -"5666",63498,977 -"5667",63502,113 -"5668",63510,1602 -"5669",63515,2023 -"5670",63525,2741 -"5671",63547,1023 -"5672",63555,1290 -"5673",63568,570 -"5674",63573,1973 -"5675",63578,2107 -"5676",63604,927 -"5677",63623,1394 -"5678",63631,763 -"5679",63637,498 -"5680",63641,2337 -"5681",63644,1267 -"5682",63654,2310 -"5683",63661,600 -"5684",63662,721 -"5685",63664,45 -"5686",63685,172 -"5687",63701,1620 -"5688",63750,419 -"5689",63770,1324 -"5690",63797,999 -"5691",63837,2807 -"5692",63870,481 -"5693",63905,1094 -"5694",63907,2377 -"5695",63966,1565 -"5696",63984,80 -"5697",63995,956 -"5698",64031,1295 -"5699",64043,183 -"5700",64061,2381 -"5701",64110,1331 -"5702",64130,1075 -"5703",64156,675 -"5704",64174,2377 -"5705",64181,1828 -"5706",64197,1330 -"5707",64210,956 -"5708",64219,2705 -"5709",64231,196 -"5710",64232,1275 -"5711",64233,152 -"5712",64255,2309 -"5713",64292,1583 -"5714",64327,1918 -"5715",64342,868 -"5716",64397,647 -"5717",64412,2233 -"5718",64427,535 -"5719",64435,808 -"5720",64436,2687 -"5721",64439,562 -"5722",64457,2883 -"5723",64469,2707 -"5724",64477,270 -"5725",64502,1670 -"5726",64506,177 -"5727",64532,948 -"5728",64533,1446 -"5729",64534,2924 -"5730",64628,2829 -"5731",64641,2617 -"5732",64686,670 -"5733",64699,2797 -"5734",64704,1359 -"5735",64712,1411 -"5736",64734,231 -"5737",64737,2442 -"5738",64754,2793 -"5739",64769,493 -"5740",64786,870 -"5741",64793,2819 -"5742",64803,841 -"5743",64850,2377 -"5744",64857,1792 -"5745",64862,219 -"5746",64912,2099 -"5747",64915,400 -"5748",64945,2279 -"5749",64947,2489 -"5750",64967,2872 -"5751",64987,1360 -"5752",64993,615 -"5753",64997,2791 -"5754",65007,2530 -"5755",65016,2749 -"5756",65029,2954 -"5757",65054,2593 -"5758",65140,836 -"5759",65145,505 -"5760",65155,1947 -"5761",65177,1727 -"5762",65183,396 -"5763",65184,1630 -"5764",65188,2213 -"5765",65203,1597 -"5766",65223,2724 -"5767",65242,1988 -"5768",65316,1020 -"5769",65322,2008 -"5770",65375,824 -"5771",65378,516 -"5772",65381,2184 -"5773",65389,503 -"5774",65434,2866 -"5775",65475,1267 -"5776",65478,220 -"5777",65487,520 -"5778",65515,677 -"5779",65522,1572 -"5780",65557,813 -"5781",65568,1699 -"5782",65572,2750 -"5783",65578,854 -"5784",65591,928 -"5785",65625,1273 -"5786",65658,2030 -"5787",65659,1653 -"5788",65677,457 -"5789",65679,1578 -"5790",65691,2134 -"5791",65696,998 -"5792",65700,200 -"5793",65703,1689 -"5794",65779,2690 -"5795",65805,2902 -"5796",65815,1618 -"5797",65856,2504 -"5798",65857,2628 -"5799",65859,1221 -"5800",65884,798 -"5801",65915,508 -"5802",65973,119 -"5803",66014,880 -"5804",66017,1545 -"5805",66024,906 -"5806",66097,1222 -"5807",66118,121 -"5808",66121,1281 -"5809",66124,2174 -"5810",66151,549 -"5811",66182,523 -"5812",66183,607 -"5813",66200,405 -"5814",66205,2898 -"5815",66224,2728 -"5816",66241,2351 -"5817",66267,1278 -"5818",66277,1227 -"5819",66299,267 -"5820",66302,269 -"5821",66318,2803 -"5822",66320,922 -"5823",66341,1266 -"5824",66368,2413 -"5825",66413,2507 -"5826",66416,502 -"5827",66480,1234 -"5828",66527,961 -"5829",66530,2811 -"5830",66580,2731 -"5831",66609,998 -"5832",66618,2381 -"5833",66622,799 -"5834",66677,2151 -"5835",66693,2554 -"5836",66695,1071 -"5837",66703,2375 -"5838",66717,2104 -"5839",66726,2068 -"5840",66747,1273 -"5841",66752,285 -"5842",66756,1301 -"5843",66799,1324 -"5844",66802,574 -"5845",66860,1548 -"5846",66866,511 -"5847",66878,1949 -"5848",66911,1920 -"5849",66943,327 -"5850",66962,1372 -"5851",66971,2299 -"5852",66978,1536 -"5853",66983,2397 -"5854",66992,2882 -"5855",66994,1865 -"5856",67009,179 -"5857",67012,849 -"5858",67024,1179 -"5859",67031,2856 -"5860",67062,1623 -"5861",67067,159 -"5862",67102,935 -"5863",67129,2335 -"5864",67145,2015 -"5865",67150,2633 -"5866",67175,181 -"5867",67182,2855 -"5868",67212,1383 -"5869",67216,984 -"5870",67222,1332 -"5871",67252,1215 -"5872",67264,2790 -"5873",67266,2010 -"5874",67289,829 -"5875",67294,620 -"5876",67314,1051 -"5877",67352,1115 -"5878",67380,1280 -"5879",67382,1191 -"5880",67383,1739 -"5881",67417,936 -"5882",67424,903 -"5883",67456,1608 -"5884",67521,545 -"5885",67604,2075 -"5886",67607,528 -"5887",67617,1149 -"5888",67622,2224 -"5889",67625,55 -"5890",67649,2745 -"5891",67652,2736 -"5892",67664,798 -"5893",67671,571 -"5894",67680,602 -"5895",67690,1902 -"5896",67701,2289 -"5897",67719,2429 -"5898",67724,1392 -"5899",67726,2873 -"5900",67747,2522 -"5901",67748,1498 -"5902",67758,1915 -"5903",67763,822 -"5904",67775,1964 -"5905",67788,837 -"5906",67805,1338 -"5907",67815,2476 -"5908",67818,54 -"5909",67836,2195 -"5910",67838,765 -"5911",67875,1134 -"5912",67908,2385 -"5913",67942,973 -"5914",67957,2823 -"5915",67963,806 -"5916",68013,743 -"5917",68015,1316 -"5918",68024,1531 -"5919",68043,690 -"5920",68046,294 -"5921",68055,1236 -"5922",68083,2795 -"5923",68098,2378 -"5924",68155,1577 -"5925",68209,124 -"5926",68215,2727 -"5927",68229,2219 -"5928",68262,441 -"5929",68275,1158 -"5930",68286,2442 -"5931",68299,866 -"5932",68314,2180 -"5933",68317,874 -"5934",68321,2895 -"5935",68328,683 -"5936",68336,2018 -"5937",68345,1095 -"5938",68382,1047 -"5939",68390,2608 -"5940",68398,978 -"5941",68416,2939 -"5942",68419,654 -"5943",68452,1606 -"5944",68460,599 -"5945",68461,32 -"5946",68487,2592 -"5947",68523,1664 -"5948",68539,1158 -"5949",68550,1820 -"5950",68586,2322 -"5951",68592,2551 -"5952",68652,2878 -"5953",68670,565 -"5954",68691,1209 -"5955",68696,1776 -"5956",68700,639 -"5957",68730,508 -"5958",68766,1383 -"5959",68776,689 -"5960",68789,1929 -"5961",68801,116 -"5962",68810,2409 -"5963",68813,2511 -"5964",68831,1446 -"5965",68837,652 -"5966",68876,1397 -"5967",68883,222 -"5968",68884,1011 -"5969",68885,2151 -"5970",68888,2786 -"5971",68890,158 -"5972",68931,2771 -"5973",68939,1051 -"5974",68960,1312 -"5975",68971,2019 -"5976",68978,1062 -"5977",68979,1173 -"5978",69012,799 -"5979",69017,1183 -"5980",69029,2623 -"5981",69030,1249 -"5982",69037,849 -"5983",69062,1174 -"5984",69067,626 -"5985",69077,1689 -"5986",69087,798 -"5987",69091,1267 -"5988",69117,645 -"5989",69122,416 -"5990",69131,2122 -"5991",69165,2340 -"5992",69214,1354 -"5993",69215,1591 -"5994",69232,2130 -"5995",69250,1439 -"5996",69257,1402 -"5997",69260,1698 -"5998",69293,609 -"5999",69300,2068 -"6000",69308,2370 -"6001",69322,1283 -"6002",69335,2698 -"6003",69348,2783 -"6004",69352,220 -"6005",69360,404 -"6006",69380,348 -"6007",69409,535 -"6008",69417,507 -"6009",69429,50 -"6010",69438,830 -"6011",69447,1197 -"6012",69453,2831 -"6013",69498,931 -"6014",69518,320 -"6015",69545,673 -"6016",69564,903 -"6017",69583,278 -"6018",69590,2441 -"6019",69591,2294 -"6020",69598,2812 -"6021",69684,816 -"6022",69712,1219 -"6023",69716,2632 -"6024",69732,732 -"6025",69745,1594 -"6026",69788,2007 -"6027",69795,2636 -"6028",69810,2321 -"6029",69830,378 -"6030",69861,277 -"6031",69887,357 -"6032",69903,1066 -"6033",69908,47 -"6034",69912,2391 -"6035",69930,416 -"6036",69957,1569 -"6037",69961,2483 -"6038",69979,557 -"6039",70011,2690 -"6040",70046,2624 -"6041",70070,2425 -"6042",70100,2823 -"6043",70101,2414 -"6044",70103,257 -"6045",70126,1158 -"6046",70203,2756 -"6047",70217,2332 -"6048",70232,2401 -"6049",70269,2368 -"6050",70273,801 -"6051",70348,1173 -"6052",70372,526 -"6053",70403,542 -"6054",70411,2307 -"6055",70422,1398 -"6056",70433,2639 -"6057",70455,1307 -"6058",70528,2727 -"6059",70555,1229 -"6060",70568,103 -"6061",70573,1993 -"6062",70583,2615 -"6063",70586,2562 -"6064",70603,1002 -"6065",70605,1176 -"6066",70613,1724 -"6067",70633,484 -"6068",70646,1162 -"6069",70647,2795 -"6070",70656,2771 -"6071",70679,2251 -"6072",70681,866 -"6073",70714,2030 -"6074",70724,496 -"6075",70731,418 -"6076",70736,1512 -"6077",70748,978 -"6078",70774,355 -"6079",70781,199 -"6080",70785,1440 -"6081",70814,2771 -"6082",70838,687 -"6083",70845,1139 -"6084",70854,635 -"6085",70863,822 -"6086",70920,2092 -"6087",70925,109 -"6088",70944,2972 -"6089",70967,570 -"6090",70973,2705 -"6091",70996,1037 -"6092",71008,136 -"6093",71024,2312 -"6094",71065,2231 -"6095",71078,880 -"6096",71128,485 -"6097",71130,879 -"6098",71159,855 -"6099",71217,2169 -"6100",71219,967 -"6101",71225,956 -"6102",71227,1315 -"6103",71273,1188 -"6104",71274,2390 -"6105",71307,761 -"6106",71342,1289 -"6107",71350,1570 -"6108",71363,2704 -"6109",71369,2838 -"6110",71390,1992 -"6111",71412,1974 -"6112",71455,1702 -"6113",71467,1051 -"6114",71478,1721 -"6115",71479,482 -"6116",71518,2805 -"6117",71531,2887 -"6118",71552,1573 -"6119",71560,280 -"6120",71562,2574 -"6121",71581,146 -"6122",71618,2960 -"6123",71652,2638 -"6124",71687,432 -"6125",71702,2353 -"6126",71712,2399 -"6127",71733,662 -"6128",71752,1472 -"6129",71756,1202 -"6130",71793,153 -"6131",71808,2349 -"6132",71810,263 -"6133",71895,1327 -"6134",71904,272 -"6135",71948,1754 -"6136",71968,629 -"6137",71971,1294 -"6138",71982,2812 -"6139",71992,2966 -"6140",71999,2685 -"6141",72007,963 -"6142",72033,1740 -"6143",72062,156 -"6144",72083,1122 -"6145",72088,2728 -"6146",72101,1202 -"6147",72122,1436 -"6148",72140,1996 -"6149",72147,1075 -"6150",72188,856 -"6151",72207,2430 -"6152",72222,1721 -"6153",72226,89 -"6154",72326,2384 -"6155",72334,2820 -"6156",72348,1810 -"6157",72376,1901 -"6158",72384,1112 -"6159",72391,1547 -"6160",72426,2902 -"6161",72428,155 -"6162",72438,1397 -"6163",72468,2292 -"6164",72470,991 -"6165",72493,505 -"6166",72501,2795 -"6167",72530,992 -"6168",72535,1191 -"6169",72538,135 -"6170",72544,510 -"6171",72557,972 -"6172",72571,1175 -"6173",72597,1843 -"6174",72598,805 -"6175",72632,1289 -"6176",72703,2231 -"6177",72728,2234 -"6178",72823,929 -"6179",72827,1359 -"6180",72845,1663 -"6181",72882,1330 -"6182",72889,2337 -"6183",72956,1251 -"6184",72986,1055 -"6185",73021,789 -"6186",73047,824 -"6187",73083,275 -"6188",73090,732 -"6189",73107,1918 -"6190",73113,681 -"6191",73122,264 -"6192",73128,1549 -"6193",73136,328 -"6194",73169,1392 -"6195",73172,2496 -"6196",73192,1955 -"6197",73197,1998 -"6198",73205,1529 -"6199",73245,802 -"6200",73251,42 -"6201",73266,2496 -"6202",73305,2544 -"6203",73313,958 -"6204",73346,184 -"6205",73394,1606 -"6206",73439,928 -"6207",73474,1309 -"6208",73491,867 -"6209",73520,2613 -"6210",73524,605 -"6211",73553,2726 -"6212",73582,2075 -"6213",73597,1989 -"6214",73602,2881 -"6215",73629,1713 -"6216",73661,2505 -"6217",73675,887 -"6218",73728,784 -"6219",73737,1424 -"6220",73747,2274 -"6221",73786,2937 -"6222",73810,1554 -"6223",73837,1061 -"6224",73915,2568 -"6225",73920,2343 -"6226",73926,849 -"6227",73974,276 -"6228",73998,643 -"6229",74032,976 -"6230",74054,1488 -"6231",74055,1544 -"6232",74058,1151 -"6233",74080,1133 -"6234",74095,2333 -"6235",74100,147 -"6236",74134,1566 -"6237",74149,1322 -"6238",74156,2279 -"6239",74190,1428 -"6240",74204,2463 -"6241",74265,530 -"6242",74290,1513 -"6243",74318,632 -"6244",74364,2841 -"6245",74370,1667 -"6246",74377,1285 -"6247",74408,970 -"6248",74409,2639 -"6249",74441,1260 -"6250",74443,80 -"6251",74474,2338 -"6252",74497,1409 -"6253",74517,436 -"6254",74605,2265 -"6255",74636,2525 -"6256",74661,213 -"6257",74667,516 -"6258",74674,2000 -"6259",74681,837 -"6260",74687,930 -"6261",74716,776 -"6262",74730,535 -"6263",74731,853 -"6264",74737,99 -"6265",74748,117 -"6266",74771,2935 -"6267",74788,1056 -"6268",74795,1319 -"6269",74818,1440 -"6270",74879,1555 -"6271",74910,653 -"6272",74912,1542 -"6273",74959,1131 -"6274",74985,2895 -"6275",75025,717 -"6276",75028,1660 -"6277",75067,801 -"6278",75073,73 -"6279",75165,685 -"6280",75168,699 -"6281",75169,1595 -"6282",75194,1736 -"6283",75204,894 -"6284",75207,2235 -"6285",75216,672 -"6286",75282,2675 -"6287",75287,460 -"6288",75295,35 -"6289",75311,2745 -"6290",75312,522 -"6291",75323,873 -"6292",75339,2872 -"6293",75343,2008 -"6294",75403,1895 -"6295",75444,2846 -"6296",75455,1937 -"6297",75481,969 -"6298",75488,460 -"6299",75502,1474 -"6300",75537,1331 -"6301",75554,778 -"6302",75607,2245 -"6303",75648,523 -"6304",75650,972 -"6305",75662,95 -"6306",75700,313 -"6307",75862,96 -"6308",75867,2637 -"6309",75870,193 -"6310",75880,477 -"6311",75884,520 -"6312",75898,889 -"6313",75921,517 -"6314",75925,82 -"6315",75935,1569 -"6316",75945,316 -"6317",75948,1006 -"6318",75949,320 -"6319",75955,866 -"6320",75957,239 -"6321",76002,983 -"6322",76007,918 -"6323",76048,2373 -"6324",76081,1534 -"6325",76127,910 -"6326",76132,2426 -"6327",76133,1565 -"6328",76135,593 -"6329",76143,1610 -"6330",76180,419 -"6331",76192,912 -"6332",76196,1643 -"6333",76211,914 -"6334",76230,1223 -"6335",76235,2777 -"6336",76256,2065 -"6337",76284,1237 -"6338",76286,1642 -"6339",76293,55 -"6340",76295,1001 -"6341",76333,1586 -"6342",76342,1429 -"6343",76356,2323 -"6344",76369,583 -"6345",76385,2222 -"6346",76391,1536 -"6347",76396,1731 -"6348",76398,2400 -"6349",76415,592 -"6350",76450,1077 -"6351",76463,2298 -"6352",76470,887 -"6353",76475,576 -"6354",76495,1255 -"6355",76503,1136 -"6356",76505,2123 -"6357",76507,1437 -"6358",76511,1250 -"6359",76564,996 -"6360",76583,1817 -"6361",76603,1300 -"6362",76604,2590 -"6363",76606,885 -"6364",76607,747 -"6365",76631,1697 -"6366",76637,833 -"6367",76646,1263 -"6368",76666,1908 -"6369",76672,1930 -"6370",76675,1840 -"6371",76677,1269 -"6372",76682,581 -"6373",76721,1174 -"6374",76769,2601 -"6375",76796,1140 -"6376",76814,926 -"6377",76842,1518 -"6378",76867,1296 -"6379",76892,2381 -"6380",76905,298 -"6381",76929,910 -"6382",76931,1338 -"6383",76932,754 -"6384",76955,82 -"6385",76968,1303 -"6386",76970,1153 -"6387",76971,2145 -"6388",76997,2223 -"6389",76999,908 -"6390",77001,1440 -"6391",77010,2639 -"6392",77031,801 -"6393",77052,2770 -"6394",77057,1866 -"6395",77077,2693 -"6396",77095,1622 -"6397",77155,2946 -"6398",77167,836 -"6399",77174,747 -"6400",77183,1317 -"6401",77187,315 -"6402",77189,1965 -"6403",77193,1589 -"6404",77200,1737 -"6405",77202,49 -"6406",77246,1602 -"6407",77269,211 -"6408",77305,965 -"6409",77318,1643 -"6410",77359,917 -"6411",77377,1487 -"6412",77387,2747 -"6413",77397,1302 -"6414",77424,1489 -"6415",77461,133 -"6416",77466,1585 -"6417",77489,1514 -"6418",77497,2359 -"6419",77519,819 -"6420",77550,1548 -"6421",77567,197 -"6422",77580,888 -"6423",77595,1622 -"6424",77611,1795 -"6425",77638,155 -"6426",77644,305 -"6427",77647,120 -"6428",77666,1372 -"6429",77671,470 -"6430",77683,117 -"6431",77714,213 -"6432",77719,2086 -"6433",77785,1595 -"6434",77811,1871 -"6435",77815,2358 -"6436",77824,495 -"6437",77826,1719 -"6438",77835,1327 -"6439",77849,79 -"6440",77850,868 -"6441",77864,2227 -"6442",77883,871 -"6443",77907,130 -"6444",77937,1258 -"6445",77993,1497 -"6446",78002,2271 -"6447",78037,1606 -"6448",78092,430 -"6449",78098,1108 -"6450",78099,82 -"6451",78128,1727 -"6452",78132,130 -"6453",78138,1601 -"6454",78148,135 -"6455",78150,2581 -"6456",78163,1366 -"6457",78184,937 -"6458",78193,2315 -"6459",78227,1745 -"6460",78256,804 -"6461",78257,590 -"6462",78259,453 -"6463",78262,1326 -"6464",78270,1171 -"6465",78277,1937 -"6466",78278,424 -"6467",78283,620 -"6468",78303,1808 -"6469",78315,1136 -"6470",78342,746 -"6471",78350,1722 -"6472",78384,1762 -"6473",78393,874 -"6474",78404,1231 -"6475",78416,630 -"6476",78423,2840 -"6477",78436,1615 -"6478",78460,985 -"6479",78477,1613 -"6480",78483,965 -"6481",78552,2069 -"6482",78563,2385 -"6483",78569,578 -"6484",78573,399 -"6485",78594,2441 -"6486",78611,1586 -"6487",78628,914 -"6488",78645,218 -"6489",78650,592 -"6490",78654,932 -"6491",78677,341 -"6492",78684,117 -"6493",78740,1515 -"6494",78749,874 -"6495",78768,841 -"6496",78775,340 -"6497",78784,2824 -"6498",78800,652 -"6499",78801,1572 -"6500",78842,904 -"6501",78843,1524 -"6502",78871,2234 -"6503",78894,1504 -"6504",78910,1931 -"6505",78932,981 -"6506",78956,130 -"6507",78975,946 -"6508",79006,810 -"6509",79013,1441 -"6510",79016,693 -"6511",79025,1473 -"6512",79036,2524 -"6513",79057,195 -"6514",79088,1369 -"6515",79114,591 -"6516",79158,1252 -"6517",79178,1234 -"6518",79189,274 -"6519",79207,2244 -"6520",79211,1590 -"6521",79213,1620 -"6522",79234,1611 -"6523",79236,1505 -"6524",79272,1461 -"6525",79306,190 -"6526",79322,2770 -"6527",79337,875 -"6528",79350,2261 -"6529",79364,834 -"6530",79371,1624 -"6531",79382,1908 -"6532",79403,977 -"6533",79404,1079 -"6534",79413,2224 -"6535",79420,1061 -"6536",79432,1708 -"6537",79435,299 -"6538",79436,1344 -"6539",79461,1667 -"6540",79472,1230 -"6541",79477,836 -"6542",79480,1376 -"6543",79501,936 -"6544",79525,1646 -"6545",79534,340 -"6546",79547,1909 -"6547",79567,1942 -"6548",79576,624 -"6549",79588,859 -"6550",79596,2004 -"6551",79612,927 -"6552",79613,199 -"6553",79622,239 -"6554",79627,2409 -"6555",79639,1013 -"6556",79653,2683 -"6557",79657,1260 -"6558",79689,1184 -"6559",79694,948 -"6560",79699,1735 -"6561",79700,1029 -"6562",79746,2272 -"6563",79772,1230 -"6564",79793,1915 -"6565",79804,2227 -"6566",79815,1713 -"6567",79822,1508 -"6568",79837,1252 -"6569",79848,1629 -"6570",79874,1570 -"6571",79878,1130 -"6572",79909,1059 -"6573",79913,1514 -"6574",79918,1672 -"6575",79937,554 -"6576",79965,1278 -"6577",79985,1465 -"6578",79988,212 -"6579",79998,821 -"6580",80009,1640 -"6581",80014,1562 -"6582",80039,49 -"6583",80050,2698 -"6584",80061,1223 -"6585",80117,1140 -"6586",80130,132 -"6587",80143,130 -"6588",80156,1667 -"6589",80162,1601 -"6590",80172,1342 -"6591",80186,2228 -"6592",80190,2717 -"6593",80219,988 -"6594",80242,569 -"6595",80244,906 -"6596",80246,1224 -"6597",80273,586 -"6598",80274,191 -"6599",80278,1057 -"6600",80301,1690 -"6601",80337,394 -"6602",80338,2059 -"6603",80351,594 -"6604",80377,1384 -"6605",80429,1927 -"6606",80454,423 -"6607",80471,538 -"6608",80486,2008 -"6609",80506,1920 -"6610",80527,1664 -"6611",80606,2079 -"6612",80615,2252 -"6613",80630,1946 -"6614",80653,285 -"6615",80655,1546 -"6616",80671,665 -"6617",80678,1595 -"6618",80680,2403 -"6619",80705,2764 -"6620",80728,599 -"6621",80759,2940 -"6622",80764,1808 -"6623",80767,2452 -"6624",80784,1738 -"6625",80793,631 -"6626",80801,1250 -"6627",80807,1597 -"6628",80812,2357 -"6629",80825,2315 -"6630",80826,1251 -"6631",80883,280 -"6632",80896,943 -"6633",80927,823 -"6634",80931,1128 -"6635",80942,1240 -"6636",80944,2300 -"6637",80970,2069 -"6638",80979,1142 -"6639",80995,262 -"6640",80996,1501 -"6641",81014,1925 -"6642",81077,498 -"6643",81095,1609 -"6644",81113,1914 -"6645",81133,2522 -"6646",81134,1384 -"6647",81162,1240 -"6648",81164,2260 -"6649",81205,546 -"6650",81221,2285 -"6651",81234,2019 -"6652",81237,2866 -"6653",81239,547 -"6654",81269,1570 -"6655",81317,457 -"6656",81326,758 -"6657",81349,1958 -"6658",81400,2679 -"6659",81401,211 -"6660",81437,1101 -"6661",81463,955 -"6662",81469,519 -"6663",81478,1640 -"6664",81482,908 -"6665",81486,1297 -"6666",81511,848 -"6667",81522,1712 -"6668",81545,2077 -"6669",81563,1188 -"6670",81584,1616 -"6671",81586,877 -"6672",81588,1568 -"6673",81591,1550 -"6674",81592,2882 -"6675",81593,1156 -"6676",81598,397 -"6677",81633,1348 -"6678",81674,499 -"6679",81676,839 -"6680",81716,1199 -"6681",81753,1736 -"6682",81781,1431 -"6683",81805,1607 -"6684",81813,1656 -"6685",81848,221 -"6686",81853,1207 -"6687",81865,2704 -"6688",81874,1784 -"6689",81895,1634 -"6690",81949,950 -"6691",81965,550 -"6692",81989,438 -"6693",81995,2673 -"6694",82000,2222 -"6695",82009,1020 -"6696",82023,992 -"6697",82039,1327 -"6698",82043,54 -"6699",82046,748 -"6700",82052,885 -"6701",82124,756 -"6702",82131,186 -"6703",82172,746 -"6704",82175,1590 -"6705",82187,1055 -"6706",82206,1597 -"6707",82217,2441 -"6708",82226,1619 -"6709",82236,878 -"6710",82243,118 -"6711",82246,1538 -"6712",82252,1248 -"6713",82266,789 -"6714",82267,929 -"6715",82270,1641 -"6716",82280,619 -"6717",82301,1621 -"6718",82312,340 -"6719",82341,1515 -"6720",82344,1358 -"6721",82401,1210 -"6722",82403,1596 -"6723",82409,1881 -"6724",82413,491 -"6725",82426,1576 -"6726",82454,1266 -"6727",82498,109 -"6728",82618,1536 -"6729",82628,1784 -"6730",82681,1620 -"6731",82696,1305 -"6732",82707,1428 -"6733",82730,1492 -"6734",82732,2810 -"6735",82735,829 -"6736",82738,591 -"6737",82740,579 -"6738",82747,1496 -"6739",82767,1641 -"6740",82776,1232 -"6741",82787,1144 -"6742",82806,796 -"6743",82819,1900 -"6744",82828,306 -"6745",82829,2416 -"6746",82890,1550 -"6747",82893,1275 -"6748",82907,207 -"6749",82917,2371 -"6750",82929,2475 -"6751",82932,2245 -"6752",82949,2077 -"6753",83007,2727 -"6754",83047,449 -"6755",83053,1303 -"6756",83066,1229 -"6757",83079,798 -"6758",83080,2140 -"6759",83096,1061 -"6760",83114,2653 -"6761",83122,1503 -"6762",83133,1055 -"6763",83140,1630 -"6764",83161,1352 -"6765",83175,2049 -"6766",83206,954 -"6767",83213,1689 -"6768",83218,1537 -"6769",83219,1492 -"6770",83224,1183 -"6771",83228,732 -"6772",83253,1102 -"6773",83259,1245 -"6774",83264,1922 -"6775",83286,1793 -"6776",83291,2066 -"6777",83301,1385 -"6778",83325,147 -"6779",83334,1708 -"6780",83336,1397 -"6781",83362,1877 -"6782",83376,2201 -"6783",83377,243 -"6784",83378,270 -"6785",83384,1970 -"6786",83396,2396 -"6787",83398,845 -"6788",83407,2112 -"6789",83422,1500 -"6790",83434,850 -"6791",83464,1072 -"6792",83475,70 -"6793",83491,1200 -"6794",83493,1181 -"6795",83518,275 -"6796",83523,1461 -"6797",83525,1222 -"6798",83526,1235 -"6799",83529,2595 -"6800",83541,555 -"6801",83598,619 -"6802",83610,1552 -"6803",83717,2763 -"6804",83729,406 -"6805",83742,216 -"6806",83777,1285 -"6807",83786,1614 -"6808",83790,1637 -"6809",83838,2263 -"6810",83845,216 -"6811",83860,1522 -"6812",83862,2026 -"6813",83873,240 -"6814",83898,1036 -"6815",83907,2056 -"6816",83912,1000 -"6817",83947,917 -"6818",83961,578 -"6819",83993,1009 -"6820",84022,2289 -"6821",84039,1335 -"6822",84058,665 -"6823",84074,887 -"6824",84076,1106 -"6825",84181,1272 -"6826",84188,1177 -"6827",84235,1639 -"6828",84254,2548 -"6829",84268,1217 -"6830",84271,1556 -"6831",84296,1751 -"6832",84317,2081 -"6833",84322,1635 -"6834",84325,618 -"6835",84371,1667 -"6836",84378,1265 -"6837",84426,1301 -"6838",84447,1006 -"6839",84469,2389 -"6840",84498,1292 -"6841",84500,1583 -"6842",84552,359 -"6843",84567,2767 -"6844",84569,710 -"6845",84574,958 -"6846",84581,1241 -"6847",84590,1734 -"6848",84591,1685 -"6849",84601,802 -"6850",84612,2175 -"6851",84618,545 -"6852",84632,2736 -"6853",84649,2280 -"6854",84743,396 -"6855",84768,1291 -"6856",84772,1231 -"6857",84779,914 -"6858",84790,1708 -"6859",84796,113 -"6860",84799,2656 -"6861",84808,1974 -"6862",84822,2686 -"6863",84827,1786 -"6864",84885,1649 -"6865",84897,1075 -"6866",84900,526 -"6867",84907,1259 -"6868",84942,1467 -"6869",84975,1138 -"6870",85049,1179 -"6871",85053,107 -"6872",85058,1311 -"6873",85062,1379 -"6874",85065,1585 -"6875",85072,413 -"6876",85097,1143 -"6877",85108,682 -"6878",85137,499 -"6879",85138,1685 -"6880",85141,1056 -"6881",85153,1163 -"6882",85196,186 -"6883",85198,1794 -"6884",85264,1236 -"6885",85290,376 -"6886",85327,1017 -"6887",85329,738 -"6888",85356,1492 -"6889",85396,1131 -"6890",85397,1219 -"6891",85401,1931 -"6892",85405,1593 -"6893",85430,2370 -"6894",85444,944 -"6895",85446,141 -"6896",85449,2340 -"6897",85501,2972 -"6898",85521,32 -"6899",85525,1718 -"6900",85547,997 -"6901",85569,110 -"6902",85592,1412 -"6903",85594,177 -"6904",85638,2275 -"6905",85672,2083 -"6906",85685,998 -"6907",85690,1229 -"6908",85711,907 -"6909",85716,1609 -"6910",85727,2696 -"6911",85736,1601 -"6912",85775,2781 -"6913",85778,1040 -"6914",85784,1142 -"6915",85794,679 -"6916",85869,1509 -"6917",85875,957 -"6918",85915,51 -"6919",85926,907 -"6920",85949,1132 -"6921",85995,432 -"6922",86010,1641 -"6923",86015,1514 -"6924",86105,2226 -"6925",86107,1960 -"6926",86152,1944 -"6927",86162,703 -"6928",86195,110 -"6929",86220,969 -"6930",86245,1972 -"6931",86270,897 -"6932",86279,1076 -"6933",86286,234 -"6934",86287,1349 -"6935",86308,147 -"6936",86331,850 -"6937",86343,1643 -"6938",86357,736 -"6939",86501,1123 -"6940",86505,1302 -"6941",86520,702 -"6942",86550,955 -"6943",86559,1704 -"6944",86580,696 -"6945",86605,1020 -"6946",86621,598 -"6947",86627,981 -"6948",86643,1252 -"6949",86664,1146 -"6950",86686,979 -"6951",86697,1985 -"6952",86707,157 -"6953",86716,1609 -"6954",86730,1780 -"6955",86785,1607 -"6956",86799,1951 -"6957",86803,1764 -"6958",86883,1623 -"6959",86931,1474 -"6960",86970,1664 -"6961",86978,2733 -"6962",86986,1976 -"6963",87011,1592 -"6964",87048,989 -"6965",87074,1666 -"6966",87110,2801 -"6967",87118,1232 -"6968",87135,412 -"6969",87142,591 -"6970",87144,2299 -"6971",87148,397 -"6972",87168,85 -"6973",87190,1704 -"6974",87198,1462 -"6975",87206,1122 -"6976",87215,1759 -"6977",87230,1657 -"6978",87269,847 -"6979",87270,913 -"6980",87273,51 -"6981",87289,1279 -"6982",87294,592 -"6983",87303,2835 -"6984",87335,499 -"6985",87362,2902 -"6986",87396,407 -"6987",87430,1038 -"6988",87436,1262 -"6989",87455,2576 -"6990",87471,712 -"6991",87508,717 -"6992",87509,1907 -"6993",87519,595 -"6994",87603,535 -"6995",87624,570 -"6996",87638,1114 -"6997",87692,775 -"6998",87720,2086 -"6999",87733,235 -"7000",87746,838 -"7001",87800,1206 -"7002",87837,1987 -"7003",87874,1296 -"7004",87901,849 -"7005",87904,952 -"7006",87907,1173 -"7007",87915,1152 -"7008",87919,462 -"7009",87958,1234 -"7010",87965,255 -"7011",87977,2623 -"7012",87996,2689 -"7013",88002,2729 -"7014",88037,606 -"7015",88038,594 -"7016",88039,1219 -"7017",88048,2734 -"7018",88063,1045 -"7019",88067,2315 -"7020",88070,949 -"7021",88091,1645 -"7022",88102,1244 -"7023",88114,595 -"7024",88123,2252 -"7025",88126,1027 -"7026",88147,1433 -"7027",88171,1488 -"7028",88176,104 -"7029",88189,847 -"7030",88209,663 -"7031",88212,2547 -"7032",88228,1053 -"7033",88232,2881 -"7034",88307,437 -"7035",88324,1080 -"7036",88347,793 -"7037",88352,64 -"7038",88427,340 -"7039",88448,914 -"7040",88454,663 -"7041",88455,2388 -"7042",88473,1102 -"7043",88535,1229 -"7044",88592,1418 -"7045",88609,1917 -"7046",88710,927 -"7047",88712,65 -"7048",88726,854 -"7049",88739,933 -"7050",88750,787 -"7051",88759,1315 -"7052",88808,1462 -"7053",88819,83 -"7054",88825,2693 -"7055",88857,1232 -"7056",88860,1014 -"7057",88887,1161 -"7058",88904,465 -"7059",88953,1106 -"7060",88955,795 -"7061",88966,1568 -"7062",88968,585 -"7063",88984,935 -"7064",89047,877 -"7065",89054,732 -"7066",89057,1286 -"7067",89072,1099 -"7068",89097,935 -"7069",89106,527 -"7070",89129,790 -"7071",89135,116 -"7072",89137,580 -"7073",89181,1910 -"7074",89191,161 -"7075",89203,453 -"7076",89241,2319 -"7077",89258,1147 -"7078",89259,45 -"7079",89278,587 -"7080",89311,398 -"7081",89329,517 -"7082",89391,2180 -"7083",89441,2018 -"7084",89471,2349 -"7085",89511,1205 -"7086",89519,115 -"7087",89527,572 -"7088",89538,1847 -"7089",89541,525 -"7090",89565,631 -"7091",89578,828 -"7092",89586,1401 -"7093",89607,2003 -"7094",89610,330 -"7095",89653,562 -"7096",89668,1279 -"7097",89676,397 -"7098",89681,1978 -"7099",89701,563 -"7100",89752,585 -"7101",89826,2033 -"7102",89860,1999 -"7103",89873,477 -"7104",89880,1938 -"7105",89911,2607 -"7106",89931,1400 -"7107",89934,2760 -"7108",89935,771 -"7109",89955,1452 -"7110",89958,1186 -"7111",89965,810 -"7112",90005,539 -"7113",90013,1461 -"7114",90040,1267 -"7115",90052,851 -"7116",90056,221 -"7117",90064,454 -"7118",90065,1418 -"7119",90068,161 -"7120",90079,2664 -"7121",90150,174 -"7122",90182,534 -"7123",90236,1010 -"7124",90259,699 -"7125",90268,585 -"7126",90299,1606 -"7127",90378,890 -"7128",90425,1824 -"7129",90429,1684 -"7130",90462,1136 -"7131",90467,2840 -"7132",90496,504 -"7133",90501,2380 -"7134",90570,964 -"7135",90573,878 -"7136",90596,458 -"7137",90608,590 -"7138",90610,418 -"7139",90633,990 -"7140",90658,523 -"7141",90669,152 -"7142",90674,621 -"7143",90709,1080 -"7144",90718,252 -"7145",90719,1234 -"7146",90745,1994 -"7147",90768,2123 -"7148",90778,683 -"7149",90789,1218 -"7150",90790,1492 -"7151",90800,1594 -"7152",90802,877 -"7153",90837,825 -"7154",90852,764 -"7155",90860,851 -"7156",90870,441 -"7157",90886,1548 -"7158",90892,2399 -"7159",90911,1263 -"7160",90943,1754 -"7161",91010,1227 -"7162",91075,1354 -"7163",91142,2527 -"7164",91162,1693 -"7165",91163,1171 -"7166",91183,76 -"7167",91196,1688 -"7168",91201,1702 -"7169",91210,1457 -"7170",91227,1232 -"7171",91279,966 -"7172",91285,431 -"7173",91321,353 -"7174",91348,901 -"7175",91386,68 -"7176",91415,766 -"7177",91418,112 -"7178",91420,1023 -"7179",91435,933 -"7180",91442,1962 -"7181",91465,1047 -"7182",91466,201 -"7183",91518,842 -"7184",91532,98 -"7185",91570,2229 -"7186",91571,923 -"7187",91579,2510 -"7188",91631,1899 -"7189",91715,1034 -"7190",91739,1689 -"7191",91772,2233 -"7192",91806,969 -"7193",91812,682 -"7194",91819,1583 -"7195",91841,1521 -"7196",91849,1166 -"7197",91859,124 -"7198",91870,439 -"7199",91891,323 -"7200",91901,1236 -"7201",91908,918 -"7202",91912,790 -"7203",91940,194 -"7204",91942,2216 -"7205",92030,59 -"7206",92045,2356 -"7207",92084,1134 -"7208",92104,2339 -"7209",92118,1335 -"7210",92122,436 -"7211",92124,1532 -"7212",92131,227 -"7213",92148,1294 -"7214",92217,1663 -"7215",92220,607 -"7216",92254,517 -"7217",92297,2952 -"7218",92322,2393 -"7219",92345,324 -"7220",92359,943 -"7221",92366,1434 -"7222",92371,1094 -"7223",92381,1237 -"7224",92469,1232 -"7225",92480,832 -"7226",92490,1230 -"7227",92491,1968 -"7228",92495,283 -"7229",92503,231 -"7230",92508,1374 -"7231",92513,2282 -"7232",92524,1650 -"7233",92555,614 -"7234",92567,133 -"7235",92592,486 -"7236",92630,1583 -"7237",92649,408 -"7238",92658,2659 -"7239",92678,1769 -"7240",92757,2615 -"7241",92768,2548 -"7242",92784,1257 -"7243",92804,56 -"7244",92806,1802 -"7245",92817,569 -"7246",92831,576 -"7247",92850,1971 -"7248",92860,1643 -"7249",92864,1123 -"7250",92895,2339 -"7251",92904,780 -"7252",92919,1645 -"7253",92947,1289 -"7254",92960,2154 -"7255",92973,1276 -"7256",93026,704 -"7257",93027,2607 -"7258",93102,1174 -"7259",93121,2324 -"7260",93123,870 -"7261",93151,76 -"7262",93179,518 -"7263",93208,1324 -"7264",93280,1053 -"7265",93317,1223 -"7266",93320,1258 -"7267",93326,1196 -"7268",93332,982 -"7269",93344,196 -"7270",93386,890 -"7271",93398,828 -"7272",93410,880 -"7273",93446,168 -"7274",93459,1354 -"7275",93481,2311 -"7276",93553,2537 -"7277",93568,1755 -"7278",93577,590 -"7279",93590,1188 -"7280",93609,2252 -"7281",93615,2386 -"7282",93642,1120 -"7283",93661,1024 -"7284",93665,220 -"7285",93667,1567 -"7286",93670,1682 -"7287",93710,544 -"7288",93752,1368 -"7289",93753,408 -"7290",93766,328 -"7291",93830,496 -"7292",93930,1268 -"7293",93933,1336 -"7294",93953,969 -"7295",93969,208 -"7296",93994,1579 -"7297",93998,850 -"7298",94002,399 -"7299",94048,275 -"7300",94101,997 -"7301",94125,2280 -"7302",94138,1939 -"7303",94179,2000 -"7304",94211,1671 -"7305",94219,717 -"7306",94276,1704 -"7307",94299,499 -"7308",94307,2013 -"7309",94323,593 -"7310",94339,2768 -"7311",94345,283 -"7312",94396,787 -"7313",94399,963 -"7314",94401,1784 -"7315",94404,1836 -"7316",94444,1554 -"7317",94448,242 -"7318",94450,1127 -"7319",94487,863 -"7320",94495,989 -"7321",94500,1529 -"7322",94510,1514 -"7323",94513,1102 -"7324",94520,1243 -"7325",94525,1993 -"7326",94545,790 -"7327",94548,660 -"7328",94611,286 -"7329",94625,2105 -"7330",94640,2344 -"7331",94650,896 -"7332",94671,109 -"7333",94745,2378 -"7334",94758,584 -"7335",94783,659 -"7336",94808,988 -"7337",94835,555 -"7338",94850,408 -"7339",94889,667 -"7340",94908,1413 -"7341",94926,1611 -"7342",94947,1368 -"7343",94968,287 -"7344",95011,1986 -"7345",95017,1284 -"7346",95032,103 -"7347",95036,380 -"7348",95060,1974 -"7349",95064,1801 -"7350",95121,1015 -"7351",95139,120 -"7352",95155,849 -"7353",95160,961 -"7354",95211,2462 -"7355",95238,259 -"7356",95258,199 -"7357",95288,1602 -"7358",95309,687 -"7359",95320,262 -"7360",95338,915 -"7361",95408,2393 -"7362",95416,982 -"7363",95452,761 -"7364",95479,896 -"7365",95492,748 -"7366",95496,46 -"7367",95517,529 -"7368",95560,116 -"7369",95567,529 -"7370",95570,929 -"7371",95587,810 -"7372",95613,317 -"7373",95643,797 -"7374",95644,1531 -"7375",95647,1172 -"7376",95653,1440 -"7377",95661,872 -"7378",95680,801 -"7379",95682,881 -"7380",95690,765 -"7381",95708,433 -"7382",95730,1481 -"7383",95757,1232 -"7384",95785,1156 -"7385",95836,760 -"7386",95846,1324 -"7387",95851,750 -"7388",95852,2045 -"7389",95879,1748 -"7390",95910,999 -"7391",95922,221 -"7392",95939,958 -"7393",95979,1722 -"7394",95988,399 -"7395",95998,1250 -"7396",96000,1789 -"7397",96007,895 -"7398",96037,1320 -"7399",96059,1286 -"7400",96068,215 -"7401",96073,568 -"7402",96132,1489 -"7403",96169,2356 -"7404",96197,1670 -"7405",96225,1760 -"7406",96226,1412 -"7407",96300,2594 -"7408",96301,818 -"7409",96308,521 -"7410",96310,1016 -"7411",96332,1197 -"7412",96349,1874 -"7413",96352,1493 -"7414",96365,1700 -"7415",96387,2159 -"7416",96401,303 -"7417",96425,2007 -"7418",96435,2765 -"7419",96462,1967 -"7420",96477,1306 -"7421",96553,1887 -"7422",96554,644 -"7423",96563,961 -"7424",96599,116 -"7425",96611,765 -"7426",96615,825 -"7427",96621,697 -"7428",96648,953 -"7429",96653,1917 -"7430",96671,359 -"7431",96678,1183 -"7432",96679,183 -"7433",96700,1602 -"7434",96706,1597 -"7435",96708,594 -"7436",96715,1792 -"7437",96718,1767 -"7438",96738,298 -"7439",96741,484 -"7440",96744,1789 -"7441",96757,476 -"7442",96759,634 -"7443",96770,983 -"7444",96801,671 -"7445",96811,1437 -"7446",96894,1598 -"7447",96911,956 -"7448",96938,127 -"7449",96998,2134 -"7450",97013,1797 -"7451",97120,1202 -"7452",97156,598 -"7453",97160,1215 -"7454",97174,173 -"7455",97240,1027 -"7456",97242,686 -"7457",97244,1316 -"7458",97266,1016 -"7459",97273,475 -"7460",97275,731 -"7461",97309,1740 -"7462",97335,495 -"7463",97358,1003 -"7464",97369,191 -"7465",97427,1060 -"7466",97451,963 -"7467",97476,975 -"7468",97498,2346 -"7469",97513,1500 -"7470",97523,198 -"7471",97615,1198 -"7472",97674,1912 -"7473",97706,1121 -"7474",97709,31 -"7475",97742,322 -"7476",97768,1500 -"7477",97787,1874 -"7478",97811,1288 -"7479",97824,1229 -"7480",97834,943 -"7481",97915,1802 -"7482",97928,2416 -"7483",97937,932 -"7484",97939,451 -"7485",97940,431 -"7486",97986,1020 -"7487",97990,1223 -"7488",98003,573 -"7489",98038,2659 -"7490",98058,1891 -"7491",98080,1265 -"7492",98150,1009 -"7493",98243,151 -"7494",98354,2794 -"7495",98376,1251 -"7496",98384,1166 -"7497",98436,1212 -"7498",98458,329 -"7499",98468,182 -"7500",98518,1156 -"7501",98531,719 -"7502",98699,2588 -"7503",98716,1166 -"7504",98719,1096 -"7505",98781,1410 -"7506",98801,1035 -"7507",98856,1075 -"7508",98893,204 -"7509",98907,265 -"7510",98925,584 -"7511",98942,1588 -"7512",99012,931 -"7513",99020,1383 -"7514",99035,849 -"7515",99041,844 -"7516",99044,77 -"7517",99056,1572 -"7518",99073,486 -"7519",99084,1236 -"7520",99103,1470 -"7521",99137,804 -"7522",99152,1698 -"7523",99153,803 -"7524",99170,565 -"7525",99173,471 -"7526",99194,1271 -"7527",99196,598 -"7528",99202,200 -"7529",99204,232 -"7530",99215,2791 -"7531",99218,481 -"7532",99222,829 -"7533",99237,783 -"7534",99273,825 -"7535",99274,78 -"7536",99279,611 -"7537",99288,983 -"7538",99291,930 -"7539",99298,679 -"7540",99332,873 -"7541",99351,2939 -"7542",99352,263 -"7543",99366,900 -"7544",99418,444 -"7545",99427,1706 -"7546",99444,408 -"7547",99536,790 -"7548",99557,1703 -"7549",99565,470 -"7550",99568,982 -"7551",99569,185 -"7552",99621,874 -"7553",99694,44 -"7554",99696,72 -"7555",99768,1322 -"7556",99773,186 -"7557",99783,90 -"7558",99791,452 -"7559",99860,2071 -"7560",99865,426 -"7561",99886,2781 -"7562",99920,74 -"7563",99940,2884 -"7564",99945,342 -"7565",99953,581 -"7566",99955,1223 -"7567",99957,171 -"7568",99966,606 -"7569",99973,96 -"7570",99978,548 -"7571",100048,1573 -"7572",100060,497 -"7573",100067,1514 -"7574",100084,1964 -"7575",100127,217 -"7576",100134,977 -"7577",100140,1041 -"7578",100146,2376 -"7579",100215,2436 -"7580",100218,606 -"7581",100219,585 -"7582",100229,550 -"7583",100231,998 -"7584",100235,2775 -"7585",100241,777 -"7586",100258,78 -"7587",100260,888 -"7588",100262,1678 -"7589",100275,105 -"7590",100318,1205 -"7591",100321,1142 -"7592",100334,777 -"7593",100413,804 -"7594",100432,1358 -"7595",100442,893 -"7596",100462,1927 -"7597",100466,1243 -"7598",100532,859 -"7599",100540,100 -"7600",100562,85 -"7601",100568,160 -"7602",100586,2966 -"7603",100609,637 -"7604",100637,1944 -"7605",100670,525 -"7606",100690,2829 -"7607",100702,215 -"7608",100777,103 -"7609",100799,311 -"7610",100809,353 -"7611",100860,2326 -"7612",100886,462 -"7613",100978,862 -"7614",101019,904 -"7615",101027,1867 -"7616",101070,2497 -"7617",101115,1259 -"7618",101116,169 -"7619",101140,2364 -"7620",101191,35 -"7621",101237,2033 -"7622",101295,2165 -"7623",101315,1971 -"7624",101332,585 -"7625",101338,1319 -"7626",101343,761 -"7627",101347,1335 -"7628",101350,2111 -"7629",101367,974 -"7630",101381,977 -"7631",101395,891 -"7632",101435,1236 -"7633",101446,920 -"7634",101453,454 -"7635",101478,1383 -"7636",101482,1300 -"7637",101540,388 -"7638",101561,852 -"7639",101578,850 -"7640",101598,781 -"7641",101640,796 -"7642",101652,270 -"7643",101666,1257 -"7644",101728,114 -"7645",101766,53 -"7646",101786,2007 -"7647",101797,2357 -"7648",101837,59 -"7649",101841,127 -"7650",101875,673 -"7651",101892,1322 -"7652",101967,691 -"7653",101983,889 -"7654",101986,813 -"7655",102004,497 -"7656",102016,1649 -"7657",102050,906 -"7658",102107,504 -"7659",102109,1367 -"7660",102133,1165 -"7661",102186,2937 -"7662",102280,1194 -"7663",102284,2877 -"7664",102301,865 -"7665",102324,128 -"7666",102354,710 -"7667",102360,796 -"7668",102368,613 -"7669",102384,2649 -"7670",102400,1761 -"7671",102448,617 -"7672",102466,2826 -"7673",102467,708 -"7674",102530,880 -"7675",102545,248 -"7676",102559,167 -"7677",102566,2207 -"7678",102581,1813 -"7679",102587,913 -"7680",102609,885 -"7681",102666,2726 -"7682",102705,468 -"7683",102731,630 -"7684",102751,1229 -"7685",102793,912 -"7686",102820,501 -"7687",102821,186 -"7688",102824,2944 -"7689",102838,420 -"7690",102845,1067 -"7691",102893,814 -"7692",102925,170 -"7693",103086,750 -"7694",103103,1097 -"7695",103143,163 -"7696",103180,118 -"7697",103215,511 -"7698",103218,1787 -"7699",103224,2823 -"7700",103240,933 -"7701",103255,1256 -"7702",103256,572 -"7703",103312,1216 -"7704",103357,423 -"7705",103382,173 -"7706",103420,433 -"7707",103482,435 -"7708",103491,1523 -"7709",103524,991 -"7710",103536,475 -"7711",103560,2746 -"7712",103709,657 -"7713",103710,439 -"7714",103721,1030 -"7715",103754,842 -"7716",103888,59 -"7717",103890,958 -"7718",103911,1733 -"7719",103920,274 -"7720",103925,1786 -"7721",103988,1947 -"7722",103989,1207 -"7723",104036,659 -"7724",104040,1384 -"7725",104046,105 -"7726",104065,194 -"7727",104084,579 -"7728",104098,512 -"7729",104106,1204 -"7730",104116,355 -"7731",104161,613 -"7732",104185,457 -"7733",104195,1187 -"7734",104198,1312 -"7735",104217,956 -"7736",104239,926 -"7737",104280,887 -"7738",104281,2228 -"7739",104289,834 -"7740",104306,1665 -"7741",104310,649 -"7742",104319,536 -"7743",104344,172 -"7744",104362,286 -"7745",104406,614 -"7746",104409,650 -"7747",104508,1313 -"7748",104542,897 -"7749",104565,2693 -"7750",104593,1049 -"7751",104611,1623 -"7752",104659,2026 -"7753",104694,647 -"7754",104711,410 -"7755",104714,359 -"7756",104758,255 -"7757",104828,1609 -"7758",104843,1167 -"7759",104902,147 -"7760",104929,238 -"7761",105038,123 -"7762",105063,1908 -"7763",105077,920 -"7764",105100,633 -"7765",105117,809 -"7766",105127,207 -"7767",105190,2839 -"7768",105207,451 -"7769",105233,1199 -"7770",105253,476 -"7771",105255,297 -"7772",105262,223 -"7773",105353,2073 -"7774",105400,290 -"7775",105419,855 -"7776",105435,684 -"7777",105439,2287 -"7778",105483,1679 -"7779",105487,667 -"7780",105551,2623 -"7781",105602,434 -"7782",105670,1351 -"7783",105680,1674 -"7784",105685,2469 -"7785",105742,231 -"7786",105757,806 -"7787",105795,1265 -"7788",105863,844 -"7789",105867,1641 -"7790",105887,615 -"7791",105947,997 -"7792",105959,1327 -"7793",105975,1939 -"7794",105977,134 -"7795",106003,491 -"7796",106026,172 -"7797",106053,2469 -"7798",106129,93 -"7799",106175,1307 -"7800",106214,987 -"7801",106224,1300 -"7802",106227,537 -"7803",106231,858 -"7804",106240,705 -"7805",106265,615 -"7806",106299,1190 -"7807",106318,1698 -"7808",106330,2559 -"7809",106399,1530 -"7810",106409,265 -"7811",106417,480 -"7812",106419,1411 -"7813",106428,2321 -"7814",106449,862 -"7815",106466,953 -"7816",106515,2113 -"7817",106544,626 -"7818",106554,1270 -"7819",106555,1626 -"7820",106566,448 -"7821",106570,1702 -"7822",106620,1177 -"7823",106690,901 -"7824",106725,710 -"7825",106755,2166 -"7826",106865,830 -"7827",106891,1907 -"7828",106939,64 -"7829",106962,936 -"7830",106963,686 -"7831",106988,1164 -"7832",107004,1672 -"7833",107052,2158 -"7834",107053,68 -"7835",107090,954 -"7836",107103,2015 -"7837",107224,1027 -"7838",107273,604 -"7839",107292,1667 -"7840",107303,217 -"7841",107318,1963 -"7842",107383,1918 -"7843",107401,2475 -"7844",107435,1635 -"7845",107467,1524 -"7846",107478,768 -"7847",107496,1572 -"7848",107598,999 -"7849",107649,1573 -"7850",107727,1130 -"7851",107758,565 -"7852",107830,552 -"7853",107846,565 -"7854",107871,2228 -"7855",107904,195 -"7856",107993,999 -"7857",108107,1704 -"7858",108151,2377 -"7859",108157,1272 -"7860",108196,422 -"7861",108323,1366 -"7862",108379,2933 -"7863",108391,900 -"7864",108400,908 -"7865",108415,752 -"7866",108430,1642 -"7867",108433,1568 -"7868",108446,325 -"7869",108462,550 -"7870",108467,2170 -"7871",108498,974 -"7872",108581,2658 -"7873",108620,881 -"7874",108621,1163 -"7875",108647,1934 -"7876",108668,119 -"7877",108704,237 -"7878",108709,462 -"7879",108742,484 -"7880",108751,697 -"7881",108770,158 -"7882",108774,1901 -"7883",108793,919 -"7884",108827,291 -"7885",108867,2328 -"7886",108872,1810 -"7887",108966,1958 -"7888",108974,752 -"7889",109031,523 -"7890",109034,259 -"7891",109055,393 -"7892",109061,619 -"7893",109079,954 -"7894",109104,502 -"7895",109106,1973 -"7896",109114,1287 -"7897",109132,119 -"7898",109175,146 -"7899",109182,353 -"7900",109194,494 -"7901",109264,1104 -"7902",109307,1187 -"7903",109323,647 -"7904",109340,226 -"7905",109383,952 -"7906",109411,87 -"7907",109415,1328 -"7908",109475,1492 -"7909",109476,353 -"7910",109506,458 -"7911",109510,621 -"7912",109521,609 -"7913",109571,797 -"7914",109608,780 -"7915",109635,1925 -"7916",109663,545 -"7917",109703,1925 -"7918",109718,1237 -"7919",109724,367 -"7920",109741,1527 -"7921",109904,214 -"7922",109969,385 -"7923",109975,1594 -"7924",109978,1865 -"7925",110023,230 -"7926",110046,620 -"7927",110058,107 -"7928",110072,490 -"7929",110082,439 -"7930",110097,540 -"7931",110218,437 -"7932",110262,1138 -"7933",110308,489 -"7934",110398,601 -"7935",110399,480 -"7936",110402,858 -"7937",110486,1014 -"7938",110496,208 -"7939",110560,91 -"7940",110569,970 -"7941",110626,495 -"7942",110659,515 -"7943",110719,206 -"7944",110736,95 -"7945",110737,2117 -"7946",110748,398 -"7947",110749,772 -"7948",110781,908 -"7949",110802,2474 -"7950",110863,53 -"7951",110871,2879 -"7952",110874,1390 -"7953",110882,221 -"7954",110934,2308 -"7955",111004,796 -"7956",111034,2131 -"7957",111040,711 -"7958",111045,915 -"7959",111053,150 -"7960",111119,550 -"7961",111120,397 -"7962",111128,1234 -"7963",111165,1256 -"7964",111193,429 -"7965",111208,847 -"7966",111211,606 -"7967",111375,2686 -"7968",111485,1925 -"7969",111537,515 -"7970",111567,613 -"7971",111576,458 -"7972",111613,1059 -"7973",111639,547 -"7974",111658,351 -"7975",111686,528 -"7976",111761,783 -"7977",111790,905 -"7978",111843,1963 -"7979",111855,1909 -"7980",111920,1281 -"7981",111928,549 -"7982",111955,504 -"7983",111971,1032 -"7984",112004,74 -"7985",112024,135 -"7986",112084,875 -"7987",112140,252 -"7988",112176,250 -"7989",112179,892 -"7990",112221,1365 -"7991",112337,286 -"7992",112352,179 -"7993",112368,606 -"7994",112428,212 -"7995",112435,456 -"7996",112437,513 -"7997",112446,134 -"7998",112456,175 -"7999",112509,424 -"8000",112539,452 -"8001",112557,2669 -"8002",112563,2669 -"8003",112587,1003 -"8004",112814,546 -"8005",112834,765 -"8006",112895,135 -"8007",112923,950 -"8008",113017,566 -"8009",113026,213 -"8010",113041,79 -"8011",113116,769 -"8012",113131,445 -"8013",113162,818 -"8014",113181,2301 -"8015",113217,109 -"8016",113238,671 -"8017",113312,1156 -"8018",113333,1018 -"8019",113406,2789 -"8020",113498,2568 -"8021",113506,538 -"8022",113619,760 -"8023",113653,1958 -"8024",113736,1514 -"8025",113767,1101 -"8026",113793,185 -"8027",113794,417 -"8028",113848,999 -"8029",113851,120 -"8030",113872,1391 -"8031",113877,2370 -"8032",113887,2897 -"8033",113908,886 -"8034",113931,963 -"8035",113966,268 -"8036",114122,584 -"8037",114228,1544 -"8038",114240,642 -"8039",114257,2307 -"8040",114342,228 -"8041",114385,111 -"8042",114504,1937 -"8043",114611,694 -"8044",114615,613 -"8045",114648,270 -"8046",114663,488 -"8047",114666,711 -"8048",114677,1 -"8049",114769,1108 -"8050",114847,39 -"8051",114857,1310 -"8052",114865,544 -"8053",114870,110 -"8054",114872,907 -"8055",114937,327 -"8056",115021,1226 -"8057",115031,2383 -"8058",115037,1788 -"8059",115059,2552 -"8060",115078,697 -"8061",115090,445 -"8062",115097,1041 -"8063",115145,626 -"8064",115155,1942 -"8065",115186,243 -"8066",115194,604 -"8067",115338,625 -"8068",115401,935 -"8069",115461,524 -"8070",115491,1261 -"8071",115534,81 -"8072",115535,2203 -"8073",115618,2314 -"8074",115622,1895 -"8075",115734,859 -"8076",115763,857 -"8077",115795,140 -"8078",115905,274 -"8079",115966,2349 -"8080",116025,1874 -"8081",116056,941 -"8082",116078,1839 -"8083",116119,254 -"8084",116202,180 -"8085",116203,2150 -"8086",116243,89 -"8087",116278,168 -"8088",116280,90 -"8089",116293,540 -"8090",116350,1363 -"8091",116385,592 -"8092",116392,870 -"8093",116440,2007 -"8094",116444,1206 -"8095",116478,293 -"8096",116484,902 -"8097",116508,158 -"8098",116575,2140 -"8099",116584,314 -"8100",116620,669 -"8101",116771,623 -"8102",116792,2397 -"8103",116835,553 -"8104",116896,287 -"8105",116963,1053 -"8106",116987,2469 -"8107",116991,575 -"8108",116996,242 -"8109",117002,92 -"8110",117032,110 -"8111",117080,2357 -"8112",117125,169 -"8113",117173,241 -"8114",117190,425 -"8115",117222,118 -"8116",117243,45 -"8117",117246,2111 -"8118",117398,1573 -"8119",117450,687 -"8120",117530,1588 -"8121",117643,80 -"8122",117664,226 -"8123",117675,85 -"8124",117679,535 -"8125",117685,106 -"8126",117713,96 -"8127",117745,128 -"8128",117763,827 -"8129",117764,2781 -"8130",117831,619 -"8131",117876,31 -"8132",117903,1664 -"8133",117932,926 -"8134",117956,2774 -"8135",117965,182 -"8136",117990,938 -"8137",118014,634 -"8138",118036,168 -"8139",118082,277 -"8140",118093,135 -"8141",118120,1910 -"8142",118178,2367 -"8143",118180,2326 -"8144",118202,1509 -"8145",118312,1159 -"8146",118318,2327 -"8147",118382,96 -"8148",118417,178 -"8149",118631,113 -"8150",118646,1525 -"8151",118801,87 -"8152",118806,135 -"8153",118881,170 -"8154",119007,979 -"8155",119101,139 -"8156",119184,275 -"8157",119208,2646 -"8158",119234,931 -"8159",119241,152 -"8160",119363,42 -"8161",119373,1753 -"8162",119444,888 -"8163",119463,160 -"8164",119494,641 -"8165",119501,390 -"8166",119524,1930 -"8167",119564,336 -"8168",119610,2707 -"8169",119680,303 -"8170",119731,1208 -"8171",119799,250 -"8172",119820,296 -"8173",119859,908 -"8174",119921,1113 -"8175",119923,1901 -"8176",119931,123 -"8177",119978,815 -"8178",119991,310 -"8179",119998,787 -"8180",120112,954 -"8181",120153,413 -"8182",120345,2164 -"8183",120363,322 -"8184",120396,561 -"8185",120475,127 -"8186",120549,708 -"8187",120585,961 -"8188",120632,222 -"8189",120654,1513 -"8190",120703,2172 -"8191",120712,173 -"8192",120720,1614 -"8193",120821,40 -"8194",120828,958 -"8195",120861,488 -"8196",120962,1736 -"8197",120996,73 -"8198",121133,152 -"8199",121173,829 -"8200",121185,533 -"8201",121234,213 -"8202",121260,2042 -"8203",121291,1955 -"8204",121319,657 -"8205",121354,2862 -"8206",121361,1328 -"8207",121415,1455 -"8208",121422,850 -"8209",121425,110 -"8210",121453,97 -"8211",121459,220 -"8212",121514,645 -"8213",121650,890 -"8214",121784,2446 -"8215",121826,536 -"8216",121943,475 -"8217",121960,858 -"8218",121973,1523 -"8219",122107,968 -"8220",122406,691 -"8221",122448,90 -"8222",122453,1591 -"8223",122466,1327 -"8224",122567,2783 -"8225",122658,1648 -"8226",122671,108 -"8227",122909,1198 -"8228",122938,1023 -"8229",123022,904 -"8230",123037,498 -"8231",123211,405 -"8232",123218,650 -"8233",123223,408 -"8234",123336,225 -"8235",123349,901 -"8236",123365,184 -"8237",123492,950 diff --git a/experiments/out.log b/experiments/out.log deleted file mode 100644 index 55df723..0000000 --- a/experiments/out.log +++ /dev/null @@ -1,125 +0,0 @@ -1e-06 1e-06 0.08 11270 -130155.155931 -1e-06 1e-06 0.08 11270 -130155.155931 -1e-06 1e-06 0.08 11270 -130155.155931 -1e-06 1e-06 0.08 11270 -130155.155931 -1e-06 1e-06 0.08 11270 -130155.155932 -1e-06 1.77827941004e-05 0.08 11270 -130155.158407 -1e-06 1.77827941004e-05 0.08 11270 -130155.158407 -1e-06 1.77827941004e-05 0.08 11270 -130155.158407 -1e-06 1.77827941004e-05 0.08 11270 -130155.158408 -1e-06 1.77827941004e-05 0.08 11270 -130155.15843 -1e-06 0.000316227766017 0.08 11270 -130155.202437 -1e-06 0.000316227766017 0.08 11270 -130155.202437 -1e-06 0.000316227766017 0.08 11270 -130155.202438 -1e-06 0.000316227766017 0.08 11270 -130155.20246 -1e-06 0.000316227766017 0.08 11270 -130155.202853 -1e-06 0.0056234132519 0.08 11270 -130155.985415 -1e-06 0.0056234132519 0.08 11270 -130155.985416 -1e-06 0.0056234132519 0.08 11270 -130155.985438 -1e-06 0.0056234132519 0.08 11270 -130155.985831 -1e-06 0.0056234132519 0.08 11270 -130155.992811 -1e-06 0.1 0.08 11270 -130169.910165 -1e-06 0.1 0.08 11270 -130169.910187 -1e-06 0.1 0.08 11270 -130169.91058 -1e-06 0.1 0.08 11270 -130169.917561 -1e-06 0.1 0.08 11270 -130170.041697 -5.6234132519e-05 1e-06 0.08 11270 -130155.163694 -5.6234132519e-05 1e-06 0.08 11270 -130155.163694 -5.6234132519e-05 1e-06 0.08 11270 -130155.163694 -5.6234132519e-05 1e-06 0.08 11270 -130155.163698 -5.6234132519e-05 1e-06 0.08 11270 -130155.163764 -5.6234132519e-05 1.77827941004e-05 0.08 11270 -130155.296453 -5.6234132519e-05 1.77827941004e-05 0.08 11270 -130155.296453 -5.6234132519e-05 1.77827941004e-05 0.08 11270 -130155.296457 -5.6234132519e-05 1.77827941004e-05 0.08 11270 -130155.296524 -5.6234132519e-05 1.77827941004e-05 0.08 11270 -130155.297707 -5.6234132519e-05 0.000316227766017 0.08 11270 -130157.657319 -5.6234132519e-05 0.000316227766017 0.08 11270 -130157.657323 -5.6234132519e-05 0.000316227766017 0.08 11270 -130157.65739 -5.6234132519e-05 0.000316227766017 0.08 11270 -130157.658573 -5.6234132519e-05 0.000316227766017 0.08 11270 -130157.679621 -5.6234132519e-05 0.0056234132519 0.08 11270 -130199.650974 -5.6234132519e-05 0.0056234132519 0.08 11270 -130199.651041 -5.6234132519e-05 0.0056234132519 0.08 11270 -130199.652224 -5.6234132519e-05 0.0056234132519 0.08 11270 -130199.673272 -5.6234132519e-05 0.0056234132519 0.08 11270 -130200.047554 -5.6234132519e-05 0.1 0.08 11270 -130949.872469 -5.6234132519e-05 0.1 0.08 11270 -130949.873652 -5.6234132519e-05 0.1 0.08 11270 -130949.8947 -5.6234132519e-05 0.1 0.08 11270 -130950.268982 -5.6234132519e-05 0.1 0.08 11270 -130956.924797 -0.00316227766017 1e-06 0.08 11270 -130155.258327 -0.00316227766017 1e-06 0.08 11270 -130155.258327 -0.00316227766017 1e-06 0.08 11270 -130155.258329 -0.00316227766017 1e-06 0.08 11270 -130155.258377 -0.00316227766017 1e-06 0.08 11270 -130155.259233 -0.00316227766017 1.77827941004e-05 0.08 11270 -130156.979303 -0.00316227766017 1.77827941004e-05 0.08 11270 -130156.979305 -0.00316227766017 1.77827941004e-05 0.08 11270 -130156.979353 -0.00316227766017 1.77827941004e-05 0.08 11270 -130156.980209 -0.00316227766017 1.77827941004e-05 0.08 11270 -130156.995429 -0.00316227766017 0.000316227766017 0.08 11270 -130187.587515 -0.00316227766017 0.000316227766017 0.08 11270 -130187.587563 -0.00316227766017 0.000316227766017 0.08 11270 -130187.588419 -0.00316227766017 0.000316227766017 0.08 11270 -130187.603638 -0.00316227766017 0.000316227766017 0.08 11270 -130187.874282 -0.00316227766017 0.0056234132519 0.08 11270 -130733.298546 -0.00316227766017 0.0056234132519 0.08 11270 -130733.299402 -0.00316227766017 0.0056234132519 0.08 11270 -130733.314621 -0.00316227766017 0.0056234132519 0.08 11270 -130733.585265 -0.00316227766017 0.0056234132519 0.08 11270 -130738.398076 -0.00316227766017 0.1 0.05 7192 -133620.171709 -0.00316227766017 0.1 0.05 7192 -133620.186929 -0.00316227766017 0.1 0.05 7192 -133620.457572 -0.00316227766017 0.1 0.05 7192 -133625.270384 -0.00316227766017 0.1 0.05 7192 -133710.859561 -0.177827941004 1e-06 0.08 11270 -130155.273037 -0.177827941004 1e-06 0.08 11270 -130155.273037 -0.177827941004 1e-06 0.08 11270 -130155.27304 -0.177827941004 1e-06 0.08 11270 -130155.273094 -0.177827941004 1e-06 0.08 11270 -130155.274063 -0.177827941004 1.77827941004e-05 0.08 11270 -130157.240892 -0.177827941004 1.77827941004e-05 0.08 11270 -130157.240895 -0.177827941004 1.77827941004e-05 0.08 11270 -130157.24095 -0.177827941004 1.77827941004e-05 0.08 11270 -130157.241918 -0.177827941004 1.77827941004e-05 0.08 11270 -130157.259142 -0.177827941004 0.000316227766017 0.08 11203 -130171.747974 -0.177827941004 0.000316227766017 0.08 11203 -130171.748029 -0.177827941004 0.000316227766017 0.08 11203 -130171.748997 -0.177827941004 0.000316227766017 0.08 11203 -130171.766221 -0.177827941004 0.000316227766017 0.08 11203 -130172.072512 -0.177827941004 0.0056234132519 0.07 10980 -130268.959743 -0.177827941004 0.0056234132519 0.07 10980 -130268.960712 -0.177827941004 0.0056234132519 0.07 10980 -130268.977936 -0.177827941004 0.0056234132519 0.07 10980 -130269.284227 -0.177827941004 0.0056234132519 0.07 10980 -130274.73095 -0.177827941004 0.1 0.07 10769 -140814.291136 -0.177827941004 0.1 0.07 10769 -140814.30836 -0.177827941004 0.1 0.07 10769 -140814.614651 -0.177827941004 0.1 0.07 10769 -140820.061375 -0.177827941004 0.1 0.07 10769 -140916.924167 -10.0 1e-06 0.08 11270 -130155.273303 -10.0 1e-06 0.08 11270 -130155.273304 -10.0 1e-06 0.08 11270 -130155.273307 -10.0 1e-06 0.08 11270 -130155.273361 -10.0 1e-06 0.08 11270 -130155.274332 -10.0 1.77827941004e-05 0.08 11270 -130157.245636 -10.0 1.77827941004e-05 0.08 11270 -130157.245639 -10.0 1.77827941004e-05 0.08 11270 -130157.245694 -10.0 1.77827941004e-05 0.08 11270 -130157.246664 -10.0 1.77827941004e-05 0.08 11270 -130157.263921 -10.0 0.000316227766017 0.08 11252 -130149.234016 -10.0 0.000316227766017 0.08 11252 -130149.234071 -10.0 0.000316227766017 0.08 11252 -130149.235041 -10.0 0.000316227766017 0.08 11252 -130149.252298 -10.0 0.000316227766017 0.08 11252 -130149.559169 -10.0 0.0056234132519 0.08 11252 -130722.889797 -10.0 0.0056234132519 0.08 11252 -130722.890768 -10.0 0.0056234132519 0.08 11252 -130722.908024 -10.0 0.0056234132519 0.08 11252 -130723.214895 -10.0 0.0056234132519 0.08 11252 -130728.671935 -10.0 0.1 0.08 11252 -142388.526626 -10.0 0.1 0.08 11252 -142388.543882 -10.0 0.1 0.08 11252 -142388.850754 -10.0 0.1 0.08 11252 -142394.307793 -10.0 0.1 0.08 11165 -142383.263424 diff --git a/experiments/out2.log b/experiments/out2.log deleted file mode 100644 index dd992a6..0000000 --- a/experiments/out2.log +++ /dev/null @@ -1,125 +0,0 @@ -0.0001 1e-10 0.08 11270 -130155.155882 -0.0001 2.37137370566e-10 0.08 11270 -130155.156018 -0.0001 5.6234132519e-10 0.08 11270 -130155.156341 -0.0001 1.33352143216e-09 0.08 11270 -130155.157105 -0.0001 3.16227766017e-09 0.08 11270 -130155.158918 -0.0001 7.49894209332e-09 0.08 11270 -130155.163218 -0.0001 1.77827941004e-08 0.08 11270 -130155.173414 -0.0001 4.21696503429e-08 0.08 11270 -130155.197592 -0.0001 1e-07 0.08 11270 -130155.254927 -0.0001 2.37137370566e-07 0.08 11270 -130155.39089 -0.0001 5.6234132519e-07 0.08 11270 -130155.713309 -0.0001 1.33352143216e-06 0.08 11270 -130156.477885 -0.0001 3.16227766017e-06 0.08 11270 -130158.29098 -0.0001 7.49894209332e-06 0.08 11270 -130162.59051 -0.0001 1.77827941004e-05 0.08 11270 -130172.786313 -0.0001 4.21696503429e-05 0.08 11270 -130196.964437 -0.0001 0.0001 0.08 11270 -130254.300175 -0.0001 0.000237137370566 0.08 11270 -130390.26671 -0.0001 0.00056234132519 0.08 11270 -130712.705846 -0.0001 0.00133352143216 0.08 11270 -131477.395164 -0.0001 0.00316227766017 0.08 11270 -133291.128489 -0.0001 0.00749894209332 0.08 11270 -137594.245811 -0.0001 0.0177827941004 0.08 11270 -147810.252417 -0.0001 0.0421696503429 0.08 11270 -172102.365449 -0.0001 0.1 0.08 11270 -230084.167469 -0.00177827941004 1e-10 0.08 11270 -130155.156443 -0.00177827941004 2.37137370566e-10 0.08 11270 -130155.157348 -0.00177827941004 5.6234132519e-10 0.08 11270 -130155.159494 -0.00177827941004 1.33352143216e-09 0.08 11270 -130155.164583 -0.00177827941004 3.16227766017e-09 0.08 11270 -130155.17665 -0.00177827941004 7.49894209332e-09 0.08 11270 -130155.205265 -0.00177827941004 1.77827941004e-08 0.08 11270 -130155.273123 -0.00177827941004 4.21696503429e-08 0.08 11270 -130155.43404 -0.00177827941004 1e-07 0.08 11270 -130155.815635 -0.00177827941004 2.37137370566e-07 0.08 11270 -130156.720538 -0.00177827941004 5.6234132519e-07 0.08 11270 -130158.866402 -0.00177827941004 1.33352143216e-06 0.08 11270 -130163.95505 -0.00177827941004 3.16227766017e-06 0.08 11270 -130176.022149 -0.00177827941004 7.49894209332e-06 0.08 11270 -130204.637826 -0.00177827941004 1.77827941004e-05 0.08 11270 -130272.496713 -0.00177827941004 4.21696503429e-05 0.08 11270 -130433.417875 -0.00177827941004 0.0001 0.08 11270 -130815.035485 -0.00177827941004 0.000237137370566 0.08 11270 -131720.068793 -0.00177827941004 0.00056234132519 0.08 11270 -133866.66479 -0.00177827941004 0.00133352143216 0.08 11270 -138959.431082 -0.00177827941004 0.00316227766017 0.08 11270 -151049.718204 -0.00177827941004 0.00749894209332 0.08 11270 -179796.169803 -0.00177827941004 0.0177827941004 0.01 1140 -240485.946404 -0.00177827941004 0.0421696503429 0.01 1096 -396844.028002 -0.00177827941004 0.1 0.01 1083 -794400.57796 -0.0316227766017 1e-10 0.08 11270 -130155.15662 -0.0316227766017 2.37137370566e-10 0.08 11270 -130155.157767 -0.0316227766017 5.6234132519e-10 0.08 11270 -130155.160488 -0.0316227766017 1.33352143216e-09 0.08 11270 -130155.166939 -0.0316227766017 3.16227766017e-09 0.08 11270 -130155.182238 -0.0316227766017 7.49894209332e-09 0.08 11270 -130155.218517 -0.0316227766017 1.77827941004e-08 0.08 11270 -130155.304549 -0.0316227766017 4.21696503429e-08 0.08 11270 -130155.508563 -0.0316227766017 1e-07 0.08 11270 -130155.992355 -0.0316227766017 2.37137370566e-07 0.08 11270 -130157.139608 -0.0316227766017 5.6234132519e-07 0.08 11270 -130159.860174 -0.0316227766017 1.33352143216e-06 0.08 11270 -130166.311656 -0.0316227766017 3.16227766017e-06 0.08 11270 -130181.610552 -0.0316227766017 7.49894209332e-06 0.08 11270 -130217.890061 -0.0316227766017 1.77827941004e-05 0.08 11270 -130303.922962 -0.0316227766017 4.21696503429e-05 0.08 11270 -130507.942646 -0.0316227766017 0.0001 0.08 11270 -130991.769374 -0.0316227766017 0.000237137370566 0.08 11270 -132139.214808 -0.0316227766017 0.00056234132519 0.08 11270 -134860.863685 -0.0316227766017 0.00133352143216 0.03 4728 -138789.509728 -0.0316227766017 0.00316227766017 0.02 3422 -147955.292063 -0.0316227766017 0.00749894209332 0.02 2972 -177434.224129 -0.0316227766017 0.0177827941004 0.02 2676 -257220.827819 -0.0316227766017 0.0421696503429 0.02 2450 -459900.416173 -0.0316227766017 0.1 0.02 2287 -972784.62473 -0.56234132519 1e-10 0.08 11270 -130155.156626 -0.56234132519 2.37137370566e-10 0.08 11270 -130155.157782 -0.56234132519 5.6234132519e-10 0.08 11270 -130155.160524 -0.56234132519 1.33352143216e-09 0.08 11270 -130155.167025 -0.56234132519 3.16227766017e-09 0.08 11270 -130155.182442 -0.56234132519 7.49894209332e-09 0.08 11270 -130155.219002 -0.56234132519 1.77827941004e-08 0.08 11270 -130155.305698 -0.56234132519 4.21696503429e-08 0.08 11270 -130155.511286 -0.56234132519 1e-07 0.08 11270 -130155.998813 -0.56234132519 2.37137370566e-07 0.08 11270 -130157.154922 -0.56234132519 5.6234132519e-07 0.08 11270 -130159.89649 -0.56234132519 1.33352143216e-06 0.08 11270 -130166.397775 -0.56234132519 3.16227766017e-06 0.08 11270 -130181.814772 -0.56234132519 7.49894209332e-06 0.08 11270 -130218.374345 -0.56234132519 1.77827941004e-05 0.08 11270 -130305.07139 -0.56234132519 4.21696503429e-05 0.08 11270 -130510.666044 -0.56234132519 0.0001 0.07 10726 -130727.873338 -0.56234132519 0.000237137370566 0.07 9897 -130936.587056 -0.56234132519 0.00056234132519 0.06 9233 -132215.019132 -0.56234132519 0.00133352143216 0.06 8970 -136834.144159 -0.56234132519 0.00316227766017 0.06 8507 -150054.844975 -0.56234132519 0.00749894209332 0.05 8083 -184294.736255 -0.56234132519 0.0177827941004 0.05 7897 -269233.750606 -0.56234132519 0.0421696503429 0.05 7555 -478024.516184 -0.56234132519 0.1 0.05 7220 -999497.843744 -10.0 1e-10 0.08 11270 -130155.156627 -10.0 2.37137370566e-10 0.08 11270 -130155.157783 -10.0 5.6234132519e-10 0.08 11270 -130155.160526 -10.0 1.33352143216e-09 0.08 11270 -130155.16703 -10.0 3.16227766017e-09 0.08 11270 -130155.182454 -10.0 7.49894209332e-09 0.08 11270 -130155.21903 -10.0 1.77827941004e-08 0.08 11270 -130155.305764 -10.0 4.21696503429e-08 0.08 11270 -130155.511444 -10.0 1e-07 0.08 11270 -130155.999187 -10.0 2.37137370566e-07 0.08 11270 -130157.155808 -10.0 5.6234132519e-07 0.08 11270 -130159.89859 -10.0 1.33352143216e-06 0.08 11270 -130166.402756 -10.0 3.16227766017e-06 0.08 11270 -130181.826582 -10.0 7.49894209332e-06 0.08 11270 -130218.402352 -10.0 1.77827941004e-05 0.08 11270 -130305.137805 -10.0 4.21696503429e-05 0.07 10726 -130251.26218 -10.0 0.0001 0.07 10726 -130269.281163 -10.0 0.000237137370566 0.07 10726 -130956.295429 -10.0 0.00056234132519 0.07 10726 -133230.269134 -10.0 0.00133352143216 0.07 10726 -139270.452707 -10.0 0.00316227766017 0.07 10726 -154258.2739 -10.0 0.00749894209332 0.07 10726 -190557.822934 -10.0 0.0177827941004 0.07 10726 -277928.01472 -10.0 0.0421696503429 0.07 10726 -489491.378234 -10.0 0.1 0.07 10726 -1014224.91767 diff --git a/experiments/plot3d.py b/experiments/plot3d.py deleted file mode 100644 index b1b337f..0000000 --- a/experiments/plot3d.py +++ /dev/null @@ -1,23 +0,0 @@ -from mpl_toolkits.mplot3d import Axes3D -from matplotlib import cm -import matplotlib.pyplot as plt -import numpy as np - -with open("out.log") as fh: - values = [map(float, line.strip().split()) for line in fh] - #values = [(b, a, l) for (b, a, l) in values if b >= 0.04] - am = max(values, key=lambda x: x[4]) - # am[0] = 1./am[0] - print am - alpha, delta, beta, r , l = zip(*values) - # alpha = 1./np.array(alpha) - - fig = plt.figure(figsize=(12, 8)) - ax = fig.gca(projection='3d') - - ax.plot_trisurf(alpha, delta, l, cmap=cm.jet, linewidth=0.001) - plt.xlabel("alpha") - plt.ylabel("delta") - ax.set_zlabel('Likelihood') - #plt.savefig("ll.pdf") - plt.show() diff --git a/experiments/process.py b/experiments/process.py deleted file mode 100644 index f339fd1..0000000 --- a/experiments/process.py +++ /dev/null @@ -1,63 +0,0 @@ -import sys -from ml import ml -from ml2 import ml2 -from ml3 import ml3 -import numpy as np -from cPickle import load -from itertools import product -from math import exp -import time - - -if __name__ == "__main__": - time.sleep(3) - if len(sys.argv) < 2: - sys.exit("usage: {0} ".format(sys.argv[0])) - root_victims, victims, non_victims, age = load(open(sys.argv[1])) - - # alphas = np.arange(1, 200, 10) # parameter of the time component - alphas = np.logspace(-6,1,num=5) - # deltas = np.arange(.00003, .0003, .00002) # parameter of the structural component - deltas = np.logspace(-6,-1,num=5) - lmbdas = np.logspace(-8,-3,num=5) - # lmbda = 1 - with open("out.log", "w") as fh: - for alpha, delta, lmbda in product(alphas, deltas, lmbdas): - # for alpha, delta in product(alphas, deltas): - beta, roots, ll = ml(root_victims, victims, non_victims, alpha, delta, lmbda) - print "\t".join(map(str, [alpha, delta, beta, roots, ll])) - fh.write("\t".join(map(str, [alpha, delta, beta, roots, ll])) + "\n") - fh.flush() - - # alphas = np.arange(.15, .25, .01) # parameter of the time component - # # alphas = np.logspace(-4,-.5,num=15) - # deltas = np.arange(.08, .1, .01) # parameter of the structural component - # # deltas = np.logspace(-2,-.1,num=15) - # lmbda = 0.10#np.logspace(-12,-3,num=10) - # with open("out.log", "w") as fh: - # for alpha, delta in product(alphas, deltas): - # lmbda, roots, ll = ml2(root_victims, victims, non_victims, alpha, delta, lmbda) - # print "\t".join(map(str, [alpha, delta, lmbda, roots, ll])) - # fh.write("\t".join(map(str, [alpha, delta, lmbda, roots, ll])) + "\n") - # fh.flush() - - # alpha = 0.0373 - # delta = 0.00518 - # beta, roots, ll = ml(root_victims, victims, non_victims, alpha, delta, 1.) - # print "\t".join(map(str, [alpha, delta, beta, roots, ll])) - -# from ml import ml -# alphas = np.arange(.01, .05, .01) # parameter of the time component -# # alphas = np.logspace(-4,1,num=5) -# deltas = np.arange(.001, .02, .003) # parameter of the structural component -# # deltas = np.logspace(-10,-1,num=8) -# lmbda = 1. -# with open("out.log", "w") as fh: -# for alpha, delta in product(alphas, deltas): -# beta, roots, ll = ml(root_victims, victims, non_victims, alpha, delta, lmbda) -# print "\t".join(map(str, [alpha, delta, beta, roots, ll])) -# fh.write("\t".join(map(str, [alpha, delta, beta, roots, ll])) + "\n") -# fh.flush() - - - diff --git a/experiments/setup.py b/experiments/setup.py deleted file mode 100644 index 49667b7..0000000 --- a/experiments/setup.py +++ /dev/null @@ -1,12 +0,0 @@ -# compile with: python setup.py build_ext --inplace - -from distutils.core import setup -from Cython.Build import cythonize -import numpy - -setup( - ext_modules = cythonize("ml.pyx"), - include_dirs=[numpy.get_include()] - -) - diff --git a/experiments/setup2.py b/experiments/setup2.py deleted file mode 100644 index 3c1a5a2..0000000 --- a/experiments/setup2.py +++ /dev/null @@ -1,12 +0,0 @@ -# compile with: python setup.py build_ext --inplace - -from distutils.core import setup -from Cython.Build import cythonize -import numpy - -setup( - ext_modules = cythonize("ml2.pyx"), - include_dirs=[numpy.get_include()] - -) - diff --git a/experiments/setup3.py b/experiments/setup3.py deleted file mode 100644 index f89759b..0000000 --- a/experiments/setup3.py +++ /dev/null @@ -1,12 +0,0 @@ -# compile with: python setup.py build_ext --inplace - -from distutils.core import setup -from Cython.Build import cythonize -import numpy - -setup( - ext_modules = cythonize("ml3.pyx"), - include_dirs=[numpy.get_include()] - -) - diff --git a/hawkes/README.txt b/hawkes/README.txt deleted file mode 100644 index 3991d3b..0000000 --- a/hawkes/README.txt +++ /dev/null @@ -1,7 +0,0 @@ - - -data and data2 - reformatting the data files - -main - most of the optimization - -cause - assign responsibility for each infection \ No newline at end of file diff --git a/hawkes/cause.py b/hawkes/cause.py deleted file mode 100644 index 17ec884..0000000 --- a/hawkes/cause.py +++ /dev/null @@ -1,72 +0,0 @@ -from cPickle import load -from math import exp, sin -from collections import Counter -from csv import reader, writer -from data2 import parse -import sys -import networkx as nx -import matplotlib.pyplot as plt -import numpy as np - - -def get_fatals(): - with open(sys.argv[1]) as fh: - fh.readline() - r = reader(fh) - d = {i + 1: parse(row[7]) for (i, row) in enumerate(r)} - d = {k: v for k, v in d.iteritems() if v} - return d.items() - - -def cause(lamb, alpha, mu): - G = nx.DiGraph() - roots, droots, infections = 0, 0, 0 - fatal_droots, fatal_infections, fatal_roots = 0, 0, 0 - fatals = get_fatals() - for ((n1, t1), s) in event_edges.iteritems(): - G.add_node((n1, t1)) - if not s: - droots += 1 - if (n1, t1) in fatals: - fatal_droots += 1 - continue - background_rate = lamb * (1 + 0.43 * sin(0.0172 * t1 + 4.36)) - neighbors = sorted([(n2, t2, alpha / d * mu * exp(-mu * (t1 - t2))) - for (n2, t2, d) in s], reverse=True) - neighbor_rate = sum(e[2] for e in neighbors) - # if sum(e[2] for e in prl[:1]) > br: - # G.add_edge((n1, t1), tuple(prl[0][:2])) - if background_rate > neighbor_rate: - roots += 1 - if (n1, t1) in fatals: - fatal_roots += 1 - else: - G.add_edge((n1, t1), tuple(neighbors[0][:2])) - # l.append(prl[0][2] / br) - infections += 1 - if (n1, t1) in fatals: - fatal_infections += 1 - # l.sort(reverse=True) - # plt.plot(l) - # plt.show() - return (droots, roots, infections, fatal_droots, - fatal_roots, fatal_infections, G) - - -def analyze_graph(G): - counts = Counter(len(c) for c in nx.weakly_connected_components(G)) - w = writer(open("components_dist.csv", "w")) - w.writerows(counts.most_common()) - edges = ((n1, t1, n2, t2) for ((n1, t1), (n2, t2)) in G.edges_iter()) - e = writer(open("edges.csv", "w")) - e.writerows(edges) - - -if __name__ == "__main__": - nodes, edges, events, event_edges = load(open("data2.pickle", "rb")) - lamb, alpha, mu = 1.1847510744e-05, 0.00316718040144, 0.00393069204339 - # print len(event_edges), sum(len(e) for e in events.itervalues()) - # print len(fatal()) - (doors, roots, infections, fatal_droots, - fatal_roots, fatal_infections, G) = cause(lamb, alpha, mu) - analyze_graph(G) diff --git a/hawkes/data.py b/hawkes/data.py deleted file mode 100644 index 0f6135b..0000000 --- a/hawkes/data.py +++ /dev/null @@ -1,71 +0,0 @@ -from csv import DictReader -import sys -from itertools import product -from cPickle import dump -from math import cos - -MAX_TIME = 3012 - - -def parse(s): - return None if s == "NA" else int(float(s)) - - -def fluctuation_int(t): - if t is None: - t = MAX_TIME - return (t, t + 0.43 / 0.0172 * (cos(4.36) - cos(0.0172 * t + 4.36))) - - -def load_nodes(filename): - with open(filename) as fh: - reader = DictReader(fh) - d = {parse(row["name"]): parse(row["fatal_day"]) for row in reader} - for n, t in d.iteritems(): - d[n] = fluctuation_int(t) - return d - - -def load_edges(filename): - events = {} - edges = {} - with open(filename) as fh: - reader = DictReader(fh) - for row in reader: - fro, to, t, dist = map(parse, [row["from"], row["to"], - row["t1"], row["dist"]]) - d = edges.get(fro, dict()) - d[to] = dist - edges[fro] = d - s = events.get(fro, set()) - s.add(t) - events[fro] = s - return edges, events - - -def compute_event_edges(events, edges): - event_edges = {} - - for fro in events: - for t in events[fro]: - event_edges[(fro, t)] = set() - - for fro in edges: - for to in edges[fro]: - try: - e1, e2 = events[fro], events[to] - except KeyError: - continue - for t1, t2 in product(e1, e2): - if t1 < t2: - s = event_edges[(to, t2)] - s.add((fro, t1, edges[fro][to])) - event_edges[(to, t2)] = s - return event_edges - - -if __name__ == "__main__": - nodes = load_nodes(sys.argv[1]) - edges, events = load_edges(sys.argv[2]) - event_edges = compute_event_edges(events, edges) - dump((nodes, edges, events, event_edges), open("data-all.pickle", "wb")) diff --git a/hawkes/main.py b/hawkes/main.py deleted file mode 100644 index 8f30dcf..0000000 --- a/hawkes/main.py +++ /dev/null @@ -1,151 +0,0 @@ -from cPickle import load -from math import log, exp, sqrt, sin -from random import random, gauss -import sys -from itertools import product -from multiprocessing import Pool - -GR = (sqrt(5) - 1) / 2 - - -def gss(f, a, b, tol=1e-20): - """golden section search to minimize along one coordinate""" - c = b - GR * (b - a) - d = a + GR * (b - a) - while abs(c - d) > tol: - fc = f(c) - fd = f(d) - if fc < fd: - b = d - d = c - c = b - GR * (b - a) - else: - a = c - c = d - d = a + GR * (b - a) - sys.stderr.write("gss:" + " ".join(map(str, [a, b, fc, fd])) + "\n") - sys.stderr.flush() - return (b + a) / 2, fc - - -def iter_events(events): - for n, s in events.iteritems(): - for t in s: - yield (n, t) - - -def approx(x): - if x > 1e-10: - return 1 - exp(-x) - else: - return x - - -def ll(lamb, alpha, mu): - r1 = sum(log(lamb * (1 + 0.43 * sin(0.0172 * t1 + 4.36)) - + sum(alpha / d * mu * exp(-mu * (t1 - t2)) - for (n2, t2, d) in s)) - for ((n1, t1), s) in event_edges.iteritems()) - r2 = sum(sum(alpha / d * approx(mu * (nodes[n2][0] - t1)) - for n2, d in edges[n1].iteritems() - if nodes[n2][0] > t1) - for (n1, t1) in iter_events(events)) - r3 = lamb * sum(node[1] for node in nodes.itervalues()) - print r1, r2, r3 - return -(r1 - r2 - r3) - - -def sa(x, y, z, sigma=0.5, niter=1000, fc=None): - T = 0.1 - e = 1.1 - if fc: - fo = fc - else: - fo = ll(x, y, z) - for _ in xrange(niter): - sys.stderr.write("sa: " + " ".join(map(str, [T, sigma, x, y, z, fo])) - + "\n") - sys.stderr.flush() - yn = max(y + gauss(0, sigma * y), 0) - zn = max(z + gauss(0, sigma * z), 0) - fn = ll(x, yn, zn) - if fn < fo or exp((fo - fn) / T) > random(): - y = yn - z = zn - sigma *= 2 - fo = fn - else: - sigma /= e - if sigma < 1e-5: - break - T *= 0.99 - return y, z, fo - - -def optimize_with_sa(x, y, z, niter=10): - - def f(x): - return ll(x, y, z) - - # y, z = sa(x, y, z) - y, z, fc = sa(x, y, z) - for _ in xrange(niter): - x, fc = gss(f, 0, 1e-3, tol=1e-10) - y, z, fc = sa(x, y, z, fc=fc) - print x, y, z, fc - sys.stdout.flush() - - -def optimize_with_gss(x, y, z, niter=5): - - def f(x): - return ll(x, y, z) - - def g(y): - return ll(x, y, z) - - def h(z): - return ll(x, y, z) - - for _ in xrange(niter): - y, fc = gss(g, 0, 1e50, tol=1e-10) - z, fc = gss(h, 0, 1e50, tol=1e-10) - x, fc = gss(f, 0, 1e-3, tol=1e-10) - print x, y, z, fc - sys.stdout.flush() - - -def coarse_search(): - d = {} - for line in open("values.txt"): - v = map(float, line.strip().split()) - d[tuple(v[:3])] = v[3] - p = Pool(5) - lamb = [20. ** i for i in range(-10, 0)] - alpha = [20. ** i for i in range(-15, 15)] - mu = [20. ** i for i in range(-15, 15)] - - def aux(x): - if x in d: - return - l, a, m = x - print l, a, m, ll(l, a, m) - sys.stdout.flush() - - p.map(aux, product(lamb, alpha, mu)) - - -if __name__ == "__main__": - nodes, edges, events, event_edges = load(open("data-dist1.pickle", "rb")) - x = 1.25e-5 - y = 1.2e16 - z = 1.5e-20 - sa(x, y, z) - - # with open(sys.argv[1]) as fh: - # l = [map(float, line.strip().split()[:3]) for line in fh] - # for e in l: - # optimize_with_gss(*e) - - # print ll(x, y, z) - # coarse_search() diff --git a/hawkes/plot.py b/hawkes/plot.py deleted file mode 100644 index 24d3f35..0000000 --- a/hawkes/plot.py +++ /dev/null @@ -1,26 +0,0 @@ -from mpl_toolkits.mplot3d import Axes3D -from matplotlib import cm -import matplotlib.pyplot as plt - -fig = plt.figure() -ax = fig.gca(projection='3d') -d = {} -for line in open("values.txt"): - v = map(float, line.strip().split()) - try: - if (v[0], v[2]) in d: - d[(v[0], v[2])] = min(d[(v[0], v[2])], v[3]) - else: - d[(v[0], v[2])] = v[3] - except: - continue - -x, y, z = [], [], [] -for k, v in d.iteritems(): - x.append(k[0] / 1000000.) - y.append(k[1] / 1000000.) - z.append(v / 100000.) - -print x -surf = ax.plot_trisurf(x, y, z) -plt.show() diff --git a/hawkes/refine.py b/hawkes/refine.py deleted file mode 100644 index 02bbe07..0000000 --- a/hawkes/refine.py +++ /dev/null @@ -1,70 +0,0 @@ -from cPickle import load -from itertools import product -from math import exp, log, sin -import sys -from multiprocessing import Pool - - -def iter_events(events): - for n, s in events.iteritems(): - for t in s: - yield (n, t) - - -def inprod(a, b): - return tuple(float(x * y) for x, y in zip(a, b)) - - -def approx(x): - if x > 1e-10: - return 1 - exp(-x) - else: - return x - - -def ll(lamb, alpha, mu): - r1 = sum(log(lamb * (1 + 0.43 * sin(0.0172 * t1 + 4.36)) - + sum(alpha / d * mu * exp(-mu * (t1 - t2)) - for (n2, t2, d) in s)) - for ((n1, t1), s) in event_edges.iteritems()) - r2 = sum(sum(alpha / d * approx(mu * (nodes[n2][0] - t1)) - for n2, d in edges[n1].iteritems() - if nodes[n2][0] > t1) - for (n1, t1) in iter_events(events)) - r3 = lamb * sum(node[1] for node in nodes.itervalues()) - return -(r1 - r2 - r3) - - -def get_values(): - d = {} - for line in open(sys.argv[1]): - v = map(float, line.strip().split()) - d[tuple(v[:3])] = v[3] - l = d.items() - l.sort(key=lambda x: x[1]) - for line in open("refine.txt"): - v = map(float, line.strip().split()) - d[tuple(v[:3])] = v[3] - for a, _ in l[:100]: - t = [1. / i for i in range(2, 4)] + [float(i) for i in range(1, 4)] - for b in product(t, repeat=3): - l, al, m = inprod(a, b) - if (l, al, m) in d: - continue - yield (l, al, m) - - -def refine(): - p = Pool(5) - - def aux(x): - l, a, m = x - print l, a, m, ll(l, a, m) - sys.stdout.flush() - - p.map(aux, get_values()) - - -if __name__ == "__main__": - nodes, edges, events, event_edges = load(open("data-all.pickle", "rb")) - refine() diff --git a/hawkes/sanity.py b/hawkes/sanity.py deleted file mode 100644 index b6f25eb..0000000 --- a/hawkes/sanity.py +++ /dev/null @@ -1,16 +0,0 @@ -from cPickle import load -from csv import reader -from data2 import parse -import sys - - -def parse_row(row): - return set(e for e in map(parse, row[2:]) if e) - -if __name__ == "__main__": - nodes, edges, events, event_edges = load(open("data2.pickle", "rb")) - with open(sys.argv[1]) as fh: - fh.readline() - reader = reader(fh) - d = {parse(row[1]): parse_row(row) for row in reader} - d = {k: v for (k, v) in d.iteritems() if v} diff --git a/hawkes_experiments/README.txt b/hawkes_experiments/README.txt new file mode 100644 index 0000000..3991d3b --- /dev/null +++ b/hawkes_experiments/README.txt @@ -0,0 +1,7 @@ + + +data and data2 - reformatting the data files + +main - most of the optimization + +cause - assign responsibility for each infection \ No newline at end of file diff --git a/hawkes_experiments/cause.py b/hawkes_experiments/cause.py new file mode 100644 index 0000000..17ec884 --- /dev/null +++ b/hawkes_experiments/cause.py @@ -0,0 +1,72 @@ +from cPickle import load +from math import exp, sin +from collections import Counter +from csv import reader, writer +from data2 import parse +import sys +import networkx as nx +import matplotlib.pyplot as plt +import numpy as np + + +def get_fatals(): + with open(sys.argv[1]) as fh: + fh.readline() + r = reader(fh) + d = {i + 1: parse(row[7]) for (i, row) in enumerate(r)} + d = {k: v for k, v in d.iteritems() if v} + return d.items() + + +def cause(lamb, alpha, mu): + G = nx.DiGraph() + roots, droots, infections = 0, 0, 0 + fatal_droots, fatal_infections, fatal_roots = 0, 0, 0 + fatals = get_fatals() + for ((n1, t1), s) in event_edges.iteritems(): + G.add_node((n1, t1)) + if not s: + droots += 1 + if (n1, t1) in fatals: + fatal_droots += 1 + continue + background_rate = lamb * (1 + 0.43 * sin(0.0172 * t1 + 4.36)) + neighbors = sorted([(n2, t2, alpha / d * mu * exp(-mu * (t1 - t2))) + for (n2, t2, d) in s], reverse=True) + neighbor_rate = sum(e[2] for e in neighbors) + # if sum(e[2] for e in prl[:1]) > br: + # G.add_edge((n1, t1), tuple(prl[0][:2])) + if background_rate > neighbor_rate: + roots += 1 + if (n1, t1) in fatals: + fatal_roots += 1 + else: + G.add_edge((n1, t1), tuple(neighbors[0][:2])) + # l.append(prl[0][2] / br) + infections += 1 + if (n1, t1) in fatals: + fatal_infections += 1 + # l.sort(reverse=True) + # plt.plot(l) + # plt.show() + return (droots, roots, infections, fatal_droots, + fatal_roots, fatal_infections, G) + + +def analyze_graph(G): + counts = Counter(len(c) for c in nx.weakly_connected_components(G)) + w = writer(open("components_dist.csv", "w")) + w.writerows(counts.most_common()) + edges = ((n1, t1, n2, t2) for ((n1, t1), (n2, t2)) in G.edges_iter()) + e = writer(open("edges.csv", "w")) + e.writerows(edges) + + +if __name__ == "__main__": + nodes, edges, events, event_edges = load(open("data2.pickle", "rb")) + lamb, alpha, mu = 1.1847510744e-05, 0.00316718040144, 0.00393069204339 + # print len(event_edges), sum(len(e) for e in events.itervalues()) + # print len(fatal()) + (doors, roots, infections, fatal_droots, + fatal_roots, fatal_infections, G) = cause(lamb, alpha, mu) + analyze_graph(G) diff --git a/hawkes_experiments/data.py b/hawkes_experiments/data.py new file mode 100644 index 0000000..0f6135b --- /dev/null +++ b/hawkes_experiments/data.py @@ -0,0 +1,71 @@ +from csv import DictReader +import sys +from itertools import product +from cPickle import dump +from math import cos + +MAX_TIME = 3012 + + +def parse(s): + return None if s == "NA" else int(float(s)) + + +def fluctuation_int(t): + if t is None: + t = MAX_TIME + return (t, t + 0.43 / 0.0172 * (cos(4.36) - cos(0.0172 * t + 4.36))) + + +def load_nodes(filename): + with open(filename) as fh: + reader = DictReader(fh) + d = {parse(row["name"]): parse(row["fatal_day"]) for row in reader} + for n, t in d.iteritems(): + d[n] = fluctuation_int(t) + return d + + +def load_edges(filename): + events = {} + edges = {} + with open(filename) as fh: + reader = DictReader(fh) + for row in reader: + fro, to, t, dist = map(parse, [row["from"], row["to"], + row["t1"], row["dist"]]) + d = edges.get(fro, dict()) + d[to] = dist + edges[fro] = d + s = events.get(fro, set()) + s.add(t) + events[fro] = s + return edges, events + + +def compute_event_edges(events, edges): + event_edges = {} + + for fro in events: + for t in events[fro]: + event_edges[(fro, t)] = set() + + for fro in edges: + for to in edges[fro]: + try: + e1, e2 = events[fro], events[to] + except KeyError: + continue + for t1, t2 in product(e1, e2): + if t1 < t2: + s = event_edges[(to, t2)] + s.add((fro, t1, edges[fro][to])) + event_edges[(to, t2)] = s + return event_edges + + +if __name__ == "__main__": + nodes = load_nodes(sys.argv[1]) + edges, events = load_edges(sys.argv[2]) + event_edges = compute_event_edges(events, edges) + dump((nodes, edges, events, event_edges), open("data-all.pickle", "wb")) diff --git a/hawkes_experiments/main.py b/hawkes_experiments/main.py new file mode 100644 index 0000000..8f30dcf --- /dev/null +++ b/hawkes_experiments/main.py @@ -0,0 +1,151 @@ +from cPickle import load +from math import log, exp, sqrt, sin +from random import random, gauss +import sys +from itertools import product +from multiprocessing import Pool + +GR = (sqrt(5) - 1) / 2 + + +def gss(f, a, b, tol=1e-20): + """golden section search to minimize along one coordinate""" + c = b - GR * (b - a) + d = a + GR * (b - a) + while abs(c - d) > tol: + fc = f(c) + fd = f(d) + if fc < fd: + b = d + d = c + c = b - GR * (b - a) + else: + a = c + c = d + d = a + GR * (b - a) + sys.stderr.write("gss:" + " ".join(map(str, [a, b, fc, fd])) + "\n") + sys.stderr.flush() + return (b + a) / 2, fc + + +def iter_events(events): + for n, s in events.iteritems(): + for t in s: + yield (n, t) + + +def approx(x): + if x > 1e-10: + return 1 - exp(-x) + else: + return x + + +def ll(lamb, alpha, mu): + r1 = sum(log(lamb * (1 + 0.43 * sin(0.0172 * t1 + 4.36)) + + sum(alpha / d * mu * exp(-mu * (t1 - t2)) + for (n2, t2, d) in s)) + for ((n1, t1), s) in event_edges.iteritems()) + r2 = sum(sum(alpha / d * approx(mu * (nodes[n2][0] - t1)) + for n2, d in edges[n1].iteritems() + if nodes[n2][0] > t1) + for (n1, t1) in iter_events(events)) + r3 = lamb * sum(node[1] for node in nodes.itervalues()) + print r1, r2, r3 + return -(r1 - r2 - r3) + + +def sa(x, y, z, sigma=0.5, niter=1000, fc=None): + T = 0.1 + e = 1.1 + if fc: + fo = fc + else: + fo = ll(x, y, z) + for _ in xrange(niter): + sys.stderr.write("sa: " + " ".join(map(str, [T, sigma, x, y, z, fo])) + + "\n") + sys.stderr.flush() + yn = max(y + gauss(0, sigma * y), 0) + zn = max(z + gauss(0, sigma * z), 0) + fn = ll(x, yn, zn) + if fn < fo or exp((fo - fn) / T) > random(): + y = yn + z = zn + sigma *= 2 + fo = fn + else: + sigma /= e + if sigma < 1e-5: + break + T *= 0.99 + return y, z, fo + + +def optimize_with_sa(x, y, z, niter=10): + + def f(x): + return ll(x, y, z) + + # y, z = sa(x, y, z) + y, z, fc = sa(x, y, z) + for _ in xrange(niter): + x, fc = gss(f, 0, 1e-3, tol=1e-10) + y, z, fc = sa(x, y, z, fc=fc) + print x, y, z, fc + sys.stdout.flush() + + +def optimize_with_gss(x, y, z, niter=5): + + def f(x): + return ll(x, y, z) + + def g(y): + return ll(x, y, z) + + def h(z): + return ll(x, y, z) + + for _ in xrange(niter): + y, fc = gss(g, 0, 1e50, tol=1e-10) + z, fc = gss(h, 0, 1e50, tol=1e-10) + x, fc = gss(f, 0, 1e-3, tol=1e-10) + print x, y, z, fc + sys.stdout.flush() + + +def coarse_search(): + d = {} + for line in open("values.txt"): + v = map(float, line.strip().split()) + d[tuple(v[:3])] = v[3] + p = Pool(5) + lamb = [20. ** i for i in range(-10, 0)] + alpha = [20. ** i for i in range(-15, 15)] + mu = [20. ** i for i in range(-15, 15)] + + def aux(x): + if x in d: + return + l, a, m = x + print l, a, m, ll(l, a, m) + sys.stdout.flush() + + p.map(aux, product(lamb, alpha, mu)) + + +if __name__ == "__main__": + nodes, edges, events, event_edges = load(open("data-dist1.pickle", "rb")) + x = 1.25e-5 + y = 1.2e16 + z = 1.5e-20 + sa(x, y, z) + + # with open(sys.argv[1]) as fh: + # l = [map(float, line.strip().split()[:3]) for line in fh] + # for e in l: + # optimize_with_gss(*e) + + # print ll(x, y, z) + # coarse_search() diff --git a/hawkes_experiments/plot.py b/hawkes_experiments/plot.py new file mode 100644 index 0000000..24d3f35 --- /dev/null +++ b/hawkes_experiments/plot.py @@ -0,0 +1,26 @@ +from mpl_toolkits.mplot3d import Axes3D +from matplotlib import cm +import matplotlib.pyplot as plt + +fig = plt.figure() +ax = fig.gca(projection='3d') +d = {} +for line in open("values.txt"): + v = map(float, line.strip().split()) + try: + if (v[0], v[2]) in d: + d[(v[0], v[2])] = min(d[(v[0], v[2])], v[3]) + else: + d[(v[0], v[2])] = v[3] + except: + continue + +x, y, z = [], [], [] +for k, v in d.iteritems(): + x.append(k[0] / 1000000.) + y.append(k[1] / 1000000.) + z.append(v / 100000.) + +print x +surf = ax.plot_trisurf(x, y, z) +plt.show() diff --git a/hawkes_experiments/refine.py b/hawkes_experiments/refine.py new file mode 100644 index 0000000..02bbe07 --- /dev/null +++ b/hawkes_experiments/refine.py @@ -0,0 +1,70 @@ +from cPickle import load +from itertools import product +from math import exp, log, sin +import sys +from multiprocessing import Pool + + +def iter_events(events): + for n, s in events.iteritems(): + for t in s: + yield (n, t) + + +def inprod(a, b): + return tuple(float(x * y) for x, y in zip(a, b)) + + +def approx(x): + if x > 1e-10: + return 1 - exp(-x) + else: + return x + + +def ll(lamb, alpha, mu): + r1 = sum(log(lamb * (1 + 0.43 * sin(0.0172 * t1 + 4.36)) + + sum(alpha / d * mu * exp(-mu * (t1 - t2)) + for (n2, t2, d) in s)) + for ((n1, t1), s) in event_edges.iteritems()) + r2 = sum(sum(alpha / d * approx(mu * (nodes[n2][0] - t1)) + for n2, d in edges[n1].iteritems() + if nodes[n2][0] > t1) + for (n1, t1) in iter_events(events)) + r3 = lamb * sum(node[1] for node in nodes.itervalues()) + return -(r1 - r2 - r3) + + +def get_values(): + d = {} + for line in open(sys.argv[1]): + v = map(float, line.strip().split()) + d[tuple(v[:3])] = v[3] + l = d.items() + l.sort(key=lambda x: x[1]) + for line in open("refine.txt"): + v = map(float, line.strip().split()) + d[tuple(v[:3])] = v[3] + for a, _ in l[:100]: + t = [1. / i for i in range(2, 4)] + [float(i) for i in range(1, 4)] + for b in product(t, repeat=3): + l, al, m = inprod(a, b) + if (l, al, m) in d: + continue + yield (l, al, m) + + +def refine(): + p = Pool(5) + + def aux(x): + l, a, m = x + print l, a, m, ll(l, a, m) + sys.stdout.flush() + + p.map(aux, get_values()) + + +if __name__ == "__main__": + nodes, edges, events, event_edges = load(open("data-all.pickle", "rb")) + refine() diff --git a/hawkes_experiments/sanity.py b/hawkes_experiments/sanity.py new file mode 100644 index 0000000..b6f25eb --- /dev/null +++ b/hawkes_experiments/sanity.py @@ -0,0 +1,16 @@ +from cPickle import load +from csv import reader +from data2 import parse +import sys + + +def parse_row(row): + return set(e for e in map(parse, row[2:]) if e) + +if __name__ == "__main__": + nodes, edges, events, event_edges = load(open("data2.pickle", "rb")) + with open(sys.argv[1]) as fh: + fh.readline() + reader = reader(fh) + d = {parse(row[1]): parse_row(row) for row in reader} + d = {k: v for (k, v) in d.iteritems() if v} diff --git a/ic_experiments/Makefile b/ic_experiments/Makefile new file mode 100644 index 0000000..0fd956a --- /dev/null +++ b/ic_experiments/Makefile @@ -0,0 +1,6 @@ +all: + cython -a ml.pyx + gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -DNDEBUG -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fPIC -I/usr/include/python2.7 -c ml.c -o ml.o + gcc -pthread -shared -Wl,-O3,--sort-common,--as-needed,-z,relro ml.o -L/usr/lib -lpython2.7 -o ml.so + + diff --git a/ic_experiments/README.txt b/ic_experiments/README.txt new file mode 100644 index 0000000..80f6aa0 --- /dev/null +++ b/ic_experiments/README.txt @@ -0,0 +1,47 @@ +Description of the files +======================== + +* build_network.py: takes a .csv file containing a criminal network and builds + and extract a compressed binary representation tailored to make the other + scripts faster. + + Takes one argument, the name of the .csv file. The output file has the same + name but the extension .pickle + +* ml.pyx: code to compute the likelihood of a given alpha (time component) and + delta (structural component) for a given infection graph. The optimization of + the beta parameter (probability of being a root) is done internally. + +* process.py: simple loop to do an exhaustive search over a range of alpha + (time component) and delta (structural component). The likelihood (and a few + other things) for each of the values is printed in the file "out.log". + Takes as argument the name of .pickle file computed by build_network.py + Prints columns as alpha, delta, beta, number of roots, likelihood + +* plot3d.py: code to obtain a 3d plot of the log likelihood as a function of + alpha and delta. Can also be easily modified to obtain 2d plots along + specific axes + +Installation +============ + +* most of the code uses standard python + numpy + matplotlib + +* the file ml.pyx is a Cython file which must be compiled in order to be used. +At a high level, ml.pyx is compiled into ml.so. The line "import ml" in +"process.py" will fail if the file ml.so is not present in the directory. +Important: do not forget to recompile ml.pyx after changing it, otherwise you +will be working with an outdated version of ml.so! + +How to compile? A Makefile is provided. If using make on MacOS is too +complicated, it is also possible to compile .pyx files using python distutils +(which I would assume is more standard on MacOS). This only requires distutils +and a simple setup.py file. More details here: +http://docs.cython.org/src/reference/compilation.html#configuring-the-c-build + +Running Code +============ +python build_network.py ../../Results/dag_dat_all.csv +python setup.py build_ext --inplace +python process.py ../../Results/dag_dat_all.pickle +python plot3d.py diff --git a/ic_experiments/analyze.py b/ic_experiments/analyze.py new file mode 100644 index 0000000..6a6896b --- /dev/null +++ b/ic_experiments/analyze.py @@ -0,0 +1,4 @@ +import pstats + +p = pstats.Stats("run.stats") +p.print_stats() diff --git a/ic_experiments/build/temp.macosx-10.6-x86_64-2.7/ml.o b/ic_experiments/build/temp.macosx-10.6-x86_64-2.7/ml.o new file mode 100644 index 0000000..20d0673 Binary files /dev/null and b/ic_experiments/build/temp.macosx-10.6-x86_64-2.7/ml.o differ diff --git a/ic_experiments/build/temp.macosx-10.6-x86_64-2.7/ml2.o b/ic_experiments/build/temp.macosx-10.6-x86_64-2.7/ml2.o new file mode 100644 index 0000000..285f8be Binary files /dev/null and b/ic_experiments/build/temp.macosx-10.6-x86_64-2.7/ml2.o differ diff --git a/ic_experiments/build/temp.macosx-10.6-x86_64-2.7/ml3.o b/ic_experiments/build/temp.macosx-10.6-x86_64-2.7/ml3.o new file mode 100644 index 0000000..9a4f66b Binary files /dev/null and b/ic_experiments/build/temp.macosx-10.6-x86_64-2.7/ml3.o differ diff --git a/ic_experiments/build_network.py b/ic_experiments/build_network.py new file mode 100644 index 0000000..c58d5cf --- /dev/null +++ b/ic_experiments/build_network.py @@ -0,0 +1,58 @@ +from csv import DictReader +import sys +from cPickle import dump +from os.path import splitext + + +def build_network(filename): + victims = {} + non_victims = {} + age = 0 + t_max = 1000 + with open(filename) as fh: + reader = DictReader(fh) + for row in reader: + from_, to = int(float(row["from"])), int(float(row["to"])) + dist = int(row["dist"]) + w1, w2, w3 = float(row["w1"]), float(row["w2"]), float(row["w3"]) + # if int(float(row["dist"])) > 1: + # continue + # 'to' is a victim + if row["t2"] != "NA": + dt = int(row["t2"]) - int(row["t1"]) + parent = (from_, dist, dt, w1, w2, w3) + if to not in victims: + age += int(row["t2"]) - int(row["spawn2"]) + victims[to] = [] + victims[to].append(parent) + if from_ not in victims: + age += int(row["t1"]) - int(row["spawn1"]) + victims[from_] = [] + # 'to' is not a victim + else: + dt = t_max - int(row["t1"]) + parent = (from_, dist, dt, w1, w2, w3) + if to not in non_victims: + # age += 3012 - int(row["spawn2"]) + non_victims[to] = [] + non_victims[to].append(parent) + if from_ not in victims: + age += int(row["t1"]) - int(row["spawn1"]) + victims[from_] = [] + root_victims = {} + for victim in victims.keys(): + if not victims[victim]: + del victims[victim] + root_victims[victim] = [] + print len(root_victims), len(victims), len(non_victims) + return root_victims, victims, non_victims, age + + +if __name__ == "__main__": + if len(sys.argv) < 2: + sys.exit("usage: {0} ".format(sys.argv[0])) + + filename = sys.argv[1] + root, _ = splitext(filename) + root_victims, victims, non_victims, age = build_network(filename) + dump((root_victims, victims, non_victims, age), open(root + ".pickle", "w")) diff --git a/ic_experiments/ml.c b/ic_experiments/ml.c new file mode 100644 index 0000000..25c10ac --- /dev/null +++ b/ic_experiments/ml.c @@ -0,0 +1,8353 @@ +/* Generated by Cython 0.22 */ + +/* BEGIN: Cython Metadata +{ + "distutils": { + "depends": [] + } +} +END: Cython Metadata */ + +#define PY_SSIZE_T_CLEAN +#ifndef CYTHON_USE_PYLONG_INTERNALS +#ifdef PYLONG_BITS_IN_DIGIT +#define CYTHON_USE_PYLONG_INTERNALS 0 +#else +#include "pyconfig.h" +#ifdef PYLONG_BITS_IN_DIGIT +#define CYTHON_USE_PYLONG_INTERNALS 1 +#else +#define CYTHON_USE_PYLONG_INTERNALS 0 +#endif +#endif +#endif +#include "Python.h" +#ifndef Py_PYTHON_H + #error Python headers needed to compile C extensions, please install development version of Python. +#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03020000) + #error Cython requires Python 2.6+ or Python 3.2+. +#else +#define CYTHON_ABI "0_22" +#include +#ifndef offsetof +#define offsetof(type, member) ( (size_t) & ((type*)0) -> member ) +#endif +#if !defined(WIN32) && !defined(MS_WINDOWS) + #ifndef __stdcall + #define __stdcall + #endif + #ifndef __cdecl + #define __cdecl + #endif + #ifndef __fastcall + #define __fastcall + #endif +#endif +#ifndef DL_IMPORT + #define DL_IMPORT(t) t +#endif +#ifndef DL_EXPORT + #define DL_EXPORT(t) t +#endif +#ifndef PY_LONG_LONG + #define PY_LONG_LONG LONG_LONG +#endif +#ifndef Py_HUGE_VAL + #define Py_HUGE_VAL HUGE_VAL +#endif +#ifdef PYPY_VERSION +#define CYTHON_COMPILING_IN_PYPY 1 +#define CYTHON_COMPILING_IN_CPYTHON 0 +#else +#define CYTHON_COMPILING_IN_PYPY 0 +#define CYTHON_COMPILING_IN_CPYTHON 1 +#endif +#if CYTHON_COMPILING_IN_PYPY && PY_VERSION_HEX < 0x02070600 && !defined(Py_OptimizeFlag) +#define Py_OptimizeFlag 0 +#endif +#define __PYX_BUILD_PY_SSIZE_T "n" +#define CYTHON_FORMAT_SSIZE_T "z" +#if PY_MAJOR_VERSION < 3 + #define __Pyx_BUILTIN_MODULE_NAME "__builtin__" + #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ + PyCode_New(a+k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) + #define __Pyx_DefaultClassType PyClass_Type +#else + #define __Pyx_BUILTIN_MODULE_NAME "builtins" + #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ + PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) + #define __Pyx_DefaultClassType PyType_Type +#endif +#if PY_MAJOR_VERSION >= 3 + #define Py_TPFLAGS_CHECKTYPES 0 + #define Py_TPFLAGS_HAVE_INDEX 0 + #define Py_TPFLAGS_HAVE_NEWBUFFER 0 +#endif +#if PY_VERSION_HEX < 0x030400a1 && !defined(Py_TPFLAGS_HAVE_FINALIZE) + #define Py_TPFLAGS_HAVE_FINALIZE 0 +#endif +#if PY_VERSION_HEX > 0x03030000 && defined(PyUnicode_KIND) + #define CYTHON_PEP393_ENABLED 1 + #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \ + 0 : _PyUnicode_Ready((PyObject *)(op))) + #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_LENGTH(u) + #define __Pyx_PyUnicode_READ_CHAR(u, i) PyUnicode_READ_CHAR(u, i) + #define __Pyx_PyUnicode_KIND(u) PyUnicode_KIND(u) + #define __Pyx_PyUnicode_DATA(u) PyUnicode_DATA(u) + #define __Pyx_PyUnicode_READ(k, d, i) PyUnicode_READ(k, d, i) +#else + #define CYTHON_PEP393_ENABLED 0 + #define __Pyx_PyUnicode_READY(op) (0) + #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_SIZE(u) + #define __Pyx_PyUnicode_READ_CHAR(u, i) ((Py_UCS4)(PyUnicode_AS_UNICODE(u)[i])) + #define __Pyx_PyUnicode_KIND(u) (sizeof(Py_UNICODE)) + #define __Pyx_PyUnicode_DATA(u) ((void*)PyUnicode_AS_UNICODE(u)) + #define __Pyx_PyUnicode_READ(k, d, i) ((void)(k), (Py_UCS4)(((Py_UNICODE*)d)[i])) +#endif +#if CYTHON_COMPILING_IN_PYPY + #define __Pyx_PyUnicode_Concat(a, b) PyNumber_Add(a, b) + #define __Pyx_PyUnicode_ConcatSafe(a, b) PyNumber_Add(a, b) + #define __Pyx_PyFrozenSet_Size(s) PyObject_Size(s) +#else + #define __Pyx_PyUnicode_Concat(a, b) PyUnicode_Concat(a, b) + #define __Pyx_PyUnicode_ConcatSafe(a, b) ((unlikely((a) == Py_None) || unlikely((b) == Py_None)) ? \ + PyNumber_Add(a, b) : __Pyx_PyUnicode_Concat(a, b)) + #define __Pyx_PyFrozenSet_Size(s) PySet_Size(s) +#endif +#define __Pyx_PyString_FormatSafe(a, b) ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : __Pyx_PyString_Format(a, b)) +#define __Pyx_PyUnicode_FormatSafe(a, b) ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : PyUnicode_Format(a, b)) +#if PY_MAJOR_VERSION >= 3 + #define __Pyx_PyString_Format(a, b) PyUnicode_Format(a, b) +#else + #define __Pyx_PyString_Format(a, b) PyString_Format(a, b) +#endif +#if PY_MAJOR_VERSION >= 3 + #define PyBaseString_Type PyUnicode_Type + #define PyStringObject PyUnicodeObject + #define PyString_Type PyUnicode_Type + #define PyString_Check PyUnicode_Check + #define PyString_CheckExact PyUnicode_CheckExact +#endif +#if PY_MAJOR_VERSION >= 3 + #define __Pyx_PyBaseString_Check(obj) PyUnicode_Check(obj) + #define __Pyx_PyBaseString_CheckExact(obj) PyUnicode_CheckExact(obj) +#else + #define __Pyx_PyBaseString_Check(obj) (PyString_Check(obj) || PyUnicode_Check(obj)) + #define __Pyx_PyBaseString_CheckExact(obj) (PyString_CheckExact(obj) || PyUnicode_CheckExact(obj)) +#endif +#ifndef PySet_CheckExact + #define PySet_CheckExact(obj) (Py_TYPE(obj) == &PySet_Type) +#endif +#define __Pyx_TypeCheck(obj, type) PyObject_TypeCheck(obj, (PyTypeObject *)type) +#if PY_MAJOR_VERSION >= 3 + #define PyIntObject PyLongObject + #define PyInt_Type PyLong_Type + #define PyInt_Check(op) PyLong_Check(op) + #define PyInt_CheckExact(op) PyLong_CheckExact(op) + #define PyInt_FromString PyLong_FromString + #define PyInt_FromUnicode PyLong_FromUnicode + #define PyInt_FromLong PyLong_FromLong + #define PyInt_FromSize_t PyLong_FromSize_t + #define PyInt_FromSsize_t PyLong_FromSsize_t + #define PyInt_AsLong PyLong_AsLong + #define PyInt_AS_LONG PyLong_AS_LONG + #define PyInt_AsSsize_t PyLong_AsSsize_t + #define PyInt_AsUnsignedLongMask PyLong_AsUnsignedLongMask + #define PyInt_AsUnsignedLongLongMask PyLong_AsUnsignedLongLongMask + #define PyNumber_Int PyNumber_Long +#endif +#if PY_MAJOR_VERSION >= 3 + #define PyBoolObject PyLongObject +#endif +#if PY_MAJOR_VERSION >= 3 && CYTHON_COMPILING_IN_PYPY + #ifndef PyUnicode_InternFromString + #define PyUnicode_InternFromString(s) PyUnicode_FromString(s) + #endif +#endif +#if PY_VERSION_HEX < 0x030200A4 + typedef long Py_hash_t; + #define __Pyx_PyInt_FromHash_t PyInt_FromLong + #define __Pyx_PyInt_AsHash_t PyInt_AsLong +#else + #define __Pyx_PyInt_FromHash_t PyInt_FromSsize_t + #define __Pyx_PyInt_AsHash_t PyInt_AsSsize_t +#endif +#if PY_MAJOR_VERSION >= 3 + #define __Pyx_PyMethod_New(func, self, klass) ((self) ? PyMethod_New(func, self) : PyInstanceMethod_New(func)) +#else + #define __Pyx_PyMethod_New(func, self, klass) PyMethod_New(func, self, klass) +#endif +#ifndef CYTHON_INLINE + #if defined(__GNUC__) + #define CYTHON_INLINE __inline__ + #elif defined(_MSC_VER) + #define CYTHON_INLINE __inline + #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L + #define CYTHON_INLINE inline + #else + #define CYTHON_INLINE + #endif +#endif +#ifndef CYTHON_RESTRICT + #if defined(__GNUC__) + #define CYTHON_RESTRICT __restrict__ + #elif defined(_MSC_VER) && _MSC_VER >= 1400 + #define CYTHON_RESTRICT __restrict + #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L + #define CYTHON_RESTRICT restrict + #else + #define CYTHON_RESTRICT + #endif +#endif +#ifdef NAN +#define __PYX_NAN() ((float) NAN) +#else +static CYTHON_INLINE float __PYX_NAN() { + /* Initialize NaN. The sign is irrelevant, an exponent with all bits 1 and + a nonzero mantissa means NaN. If the first bit in the mantissa is 1, it is + a quiet NaN. */ + float value; + memset(&value, 0xFF, sizeof(value)); + return value; +} +#endif +#define __Pyx_void_to_None(void_result) (void_result, Py_INCREF(Py_None), Py_None) +#ifdef __cplusplus +template +void __Pyx_call_destructor(T* x) { + x->~T(); +} +template +class __Pyx_FakeReference { + public: + __Pyx_FakeReference() : ptr(NULL) { } + __Pyx_FakeReference(T& ref) : ptr(&ref) { } + T *operator->() { return ptr; } + operator T&() { return *ptr; } + private: + T *ptr; +}; +#endif + + +#if PY_MAJOR_VERSION >= 3 + #define __Pyx_PyNumber_Divide(x,y) PyNumber_TrueDivide(x,y) + #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceTrueDivide(x,y) +#else + #define __Pyx_PyNumber_Divide(x,y) PyNumber_Divide(x,y) + #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceDivide(x,y) +#endif + +#ifndef __PYX_EXTERN_C + #ifdef __cplusplus + #define __PYX_EXTERN_C extern "C" + #else + #define __PYX_EXTERN_C extern + #endif +#endif + +#if defined(WIN32) || defined(MS_WINDOWS) +#define _USE_MATH_DEFINES +#endif +#include +#define __PYX_HAVE__ml +#define __PYX_HAVE_API__ml +#include "string.h" +#include "stdio.h" +#include "stdlib.h" +#include "numpy/arrayobject.h" +#include "numpy/ufuncobject.h" +#include "math.h" +#ifdef _OPENMP +#include +#endif /* _OPENMP */ + +#ifdef PYREX_WITHOUT_ASSERTIONS +#define CYTHON_WITHOUT_ASSERTIONS +#endif + +#ifndef CYTHON_UNUSED +# if defined(__GNUC__) +# if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)) +# define CYTHON_UNUSED __attribute__ ((__unused__)) +# else +# define CYTHON_UNUSED +# endif +# elif defined(__ICC) || (defined(__INTEL_COMPILER) && !defined(_MSC_VER)) +# define CYTHON_UNUSED __attribute__ ((__unused__)) +# else +# define CYTHON_UNUSED +# endif +#endif +typedef struct {PyObject **p; char *s; const Py_ssize_t n; const char* encoding; + const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; + +#define __PYX_DEFAULT_STRING_ENCODING_IS_ASCII 0 +#define __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT 0 +#define __PYX_DEFAULT_STRING_ENCODING "" +#define __Pyx_PyObject_FromString __Pyx_PyBytes_FromString +#define __Pyx_PyObject_FromStringAndSize __Pyx_PyBytes_FromStringAndSize +#define __Pyx_fits_Py_ssize_t(v, type, is_signed) ( \ + (sizeof(type) < sizeof(Py_ssize_t)) || \ + (sizeof(type) > sizeof(Py_ssize_t) && \ + likely(v < (type)PY_SSIZE_T_MAX || \ + v == (type)PY_SSIZE_T_MAX) && \ + (!is_signed || likely(v > (type)PY_SSIZE_T_MIN || \ + v == (type)PY_SSIZE_T_MIN))) || \ + (sizeof(type) == sizeof(Py_ssize_t) && \ + (is_signed || likely(v < (type)PY_SSIZE_T_MAX || \ + v == (type)PY_SSIZE_T_MAX))) ) +static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject*); +static CYTHON_INLINE char* __Pyx_PyObject_AsStringAndSize(PyObject*, Py_ssize_t* length); +#define __Pyx_PyByteArray_FromString(s) PyByteArray_FromStringAndSize((const char*)s, strlen((const char*)s)) +#define __Pyx_PyByteArray_FromStringAndSize(s, l) PyByteArray_FromStringAndSize((const char*)s, l) +#define __Pyx_PyBytes_FromString PyBytes_FromString +#define __Pyx_PyBytes_FromStringAndSize PyBytes_FromStringAndSize +static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char*); +#if PY_MAJOR_VERSION < 3 + #define __Pyx_PyStr_FromString __Pyx_PyBytes_FromString + #define __Pyx_PyStr_FromStringAndSize __Pyx_PyBytes_FromStringAndSize +#else + #define __Pyx_PyStr_FromString __Pyx_PyUnicode_FromString + #define __Pyx_PyStr_FromStringAndSize __Pyx_PyUnicode_FromStringAndSize +#endif +#define __Pyx_PyObject_AsSString(s) ((signed char*) __Pyx_PyObject_AsString(s)) +#define __Pyx_PyObject_AsUString(s) ((unsigned char*) __Pyx_PyObject_AsString(s)) +#define __Pyx_PyObject_FromCString(s) __Pyx_PyObject_FromString((const char*)s) +#define __Pyx_PyBytes_FromCString(s) __Pyx_PyBytes_FromString((const char*)s) +#define __Pyx_PyByteArray_FromCString(s) __Pyx_PyByteArray_FromString((const char*)s) +#define __Pyx_PyStr_FromCString(s) __Pyx_PyStr_FromString((const char*)s) +#define __Pyx_PyUnicode_FromCString(s) __Pyx_PyUnicode_FromString((const char*)s) +#if PY_MAJOR_VERSION < 3 +static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) +{ + const Py_UNICODE *u_end = u; + while (*u_end++) ; + return (size_t)(u_end - u - 1); +} +#else +#define __Pyx_Py_UNICODE_strlen Py_UNICODE_strlen +#endif +#define __Pyx_PyUnicode_FromUnicode(u) PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u)) +#define __Pyx_PyUnicode_FromUnicodeAndLength PyUnicode_FromUnicode +#define __Pyx_PyUnicode_AsUnicode PyUnicode_AsUnicode +#define __Pyx_Owned_Py_None(b) (Py_INCREF(Py_None), Py_None) +#define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False)) +static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*); +static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x); +static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject*); +static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t); +#if CYTHON_COMPILING_IN_CPYTHON +#define __pyx_PyFloat_AsDouble(x) (PyFloat_CheckExact(x) ? PyFloat_AS_DOUBLE(x) : PyFloat_AsDouble(x)) +#else +#define __pyx_PyFloat_AsDouble(x) PyFloat_AsDouble(x) +#endif +#define __pyx_PyFloat_AsFloat(x) ((float) __pyx_PyFloat_AsDouble(x)) +#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII +static int __Pyx_sys_getdefaultencoding_not_ascii; +static int __Pyx_init_sys_getdefaultencoding_params(void) { + PyObject* sys; + PyObject* default_encoding = NULL; + PyObject* ascii_chars_u = NULL; + PyObject* ascii_chars_b = NULL; + const char* default_encoding_c; + sys = PyImport_ImportModule("sys"); + if (!sys) goto bad; + default_encoding = PyObject_CallMethod(sys, (char*) "getdefaultencoding", NULL); + Py_DECREF(sys); + if (!default_encoding) goto bad; + default_encoding_c = PyBytes_AsString(default_encoding); + if (!default_encoding_c) goto bad; + if (strcmp(default_encoding_c, "ascii") == 0) { + __Pyx_sys_getdefaultencoding_not_ascii = 0; + } else { + char ascii_chars[128]; + int c; + for (c = 0; c < 128; c++) { + ascii_chars[c] = c; + } + __Pyx_sys_getdefaultencoding_not_ascii = 1; + ascii_chars_u = PyUnicode_DecodeASCII(ascii_chars, 128, NULL); + if (!ascii_chars_u) goto bad; + ascii_chars_b = PyUnicode_AsEncodedString(ascii_chars_u, default_encoding_c, NULL); + if (!ascii_chars_b || !PyBytes_Check(ascii_chars_b) || memcmp(ascii_chars, PyBytes_AS_STRING(ascii_chars_b), 128) != 0) { + PyErr_Format( + PyExc_ValueError, + "This module compiled with c_string_encoding=ascii, but default encoding '%.200s' is not a superset of ascii.", + default_encoding_c); + goto bad; + } + Py_DECREF(ascii_chars_u); + Py_DECREF(ascii_chars_b); + } + Py_DECREF(default_encoding); + return 0; +bad: + Py_XDECREF(default_encoding); + Py_XDECREF(ascii_chars_u); + Py_XDECREF(ascii_chars_b); + return -1; +} +#endif +#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT && PY_MAJOR_VERSION >= 3 +#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_DecodeUTF8(c_str, size, NULL) +#else +#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_Decode(c_str, size, __PYX_DEFAULT_STRING_ENCODING, NULL) +#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT +static char* __PYX_DEFAULT_STRING_ENCODING; +static int __Pyx_init_sys_getdefaultencoding_params(void) { + PyObject* sys; + PyObject* default_encoding = NULL; + char* default_encoding_c; + sys = PyImport_ImportModule("sys"); + if (!sys) goto bad; + default_encoding = PyObject_CallMethod(sys, (char*) (const char*) "getdefaultencoding", NULL); + Py_DECREF(sys); + if (!default_encoding) goto bad; + default_encoding_c = PyBytes_AsString(default_encoding); + if (!default_encoding_c) goto bad; + __PYX_DEFAULT_STRING_ENCODING = (char*) malloc(strlen(default_encoding_c)); + if (!__PYX_DEFAULT_STRING_ENCODING) goto bad; + strcpy(__PYX_DEFAULT_STRING_ENCODING, default_encoding_c); + Py_DECREF(default_encoding); + return 0; +bad: + Py_XDECREF(default_encoding); + return -1; +} +#endif +#endif + + +/* Test for GCC > 2.95 */ +#if defined(__GNUC__) && (__GNUC__ > 2 || (__GNUC__ == 2 && (__GNUC_MINOR__ > 95))) + #define likely(x) __builtin_expect(!!(x), 1) + #define unlikely(x) __builtin_expect(!!(x), 0) +#else /* !__GNUC__ or GCC < 2.95 */ + #define likely(x) (x) + #define unlikely(x) (x) +#endif /* __GNUC__ */ + +static PyObject *__pyx_m; +static PyObject *__pyx_d; +static PyObject *__pyx_b; +static PyObject *__pyx_empty_tuple; +static PyObject *__pyx_empty_bytes; +static int __pyx_lineno; +static int __pyx_clineno = 0; +static const char * __pyx_cfilenm= __FILE__; +static const char *__pyx_filename; + +#if !defined(CYTHON_CCOMPLEX) + #if defined(__cplusplus) + #define CYTHON_CCOMPLEX 1 + #elif defined(_Complex_I) + #define CYTHON_CCOMPLEX 1 + #else + #define CYTHON_CCOMPLEX 0 + #endif +#endif +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + #include + #else + #include + #endif +#endif +#if CYTHON_CCOMPLEX && !defined(__cplusplus) && defined(__sun__) && defined(__GNUC__) + #undef _Complex_I + #define _Complex_I 1.0fj +#endif + + +static const char *__pyx_f[] = { + "ml.pyx", + "__init__.pxd", + "type.pxd", +}; +#define IS_UNSIGNED(type) (((type) -1) > 0) +struct __Pyx_StructField_; +#define __PYX_BUF_FLAGS_PACKED_STRUCT (1 << 0) +typedef struct { + const char* name; + struct __Pyx_StructField_* fields; + size_t size; + size_t arraysize[8]; + int ndim; + char typegroup; + char is_unsigned; + int flags; +} __Pyx_TypeInfo; +typedef struct __Pyx_StructField_ { + __Pyx_TypeInfo* type; + const char* name; + size_t offset; +} __Pyx_StructField; +typedef struct { + __Pyx_StructField* field; + size_t parent_offset; +} __Pyx_BufFmt_StackElem; +typedef struct { + __Pyx_StructField root; + __Pyx_BufFmt_StackElem* head; + size_t fmt_offset; + size_t new_count, enc_count; + size_t struct_alignment; + int is_complex; + char enc_type; + char new_packmode; + char enc_packmode; + char is_valid_array; +} __Pyx_BufFmt_Context; + + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":726 + * # in Cython to enable them only on the right systems. + * + * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<< + * ctypedef npy_int16 int16_t + * ctypedef npy_int32 int32_t + */ +typedef npy_int8 __pyx_t_5numpy_int8_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":727 + * + * ctypedef npy_int8 int8_t + * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<< + * ctypedef npy_int32 int32_t + * ctypedef npy_int64 int64_t + */ +typedef npy_int16 __pyx_t_5numpy_int16_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":728 + * ctypedef npy_int8 int8_t + * ctypedef npy_int16 int16_t + * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<< + * ctypedef npy_int64 int64_t + * #ctypedef npy_int96 int96_t + */ +typedef npy_int32 __pyx_t_5numpy_int32_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":729 + * ctypedef npy_int16 int16_t + * ctypedef npy_int32 int32_t + * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<< + * #ctypedef npy_int96 int96_t + * #ctypedef npy_int128 int128_t + */ +typedef npy_int64 __pyx_t_5numpy_int64_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":733 + * #ctypedef npy_int128 int128_t + * + * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<< + * ctypedef npy_uint16 uint16_t + * ctypedef npy_uint32 uint32_t + */ +typedef npy_uint8 __pyx_t_5numpy_uint8_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":734 + * + * ctypedef npy_uint8 uint8_t + * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<< + * ctypedef npy_uint32 uint32_t + * ctypedef npy_uint64 uint64_t + */ +typedef npy_uint16 __pyx_t_5numpy_uint16_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":735 + * ctypedef npy_uint8 uint8_t + * ctypedef npy_uint16 uint16_t + * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<< + * ctypedef npy_uint64 uint64_t + * #ctypedef npy_uint96 uint96_t + */ +typedef npy_uint32 __pyx_t_5numpy_uint32_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":736 + * ctypedef npy_uint16 uint16_t + * ctypedef npy_uint32 uint32_t + * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<< + * #ctypedef npy_uint96 uint96_t + * #ctypedef npy_uint128 uint128_t + */ +typedef npy_uint64 __pyx_t_5numpy_uint64_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":740 + * #ctypedef npy_uint128 uint128_t + * + * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<< + * ctypedef npy_float64 float64_t + * #ctypedef npy_float80 float80_t + */ +typedef npy_float32 __pyx_t_5numpy_float32_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":741 + * + * ctypedef npy_float32 float32_t + * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<< + * #ctypedef npy_float80 float80_t + * #ctypedef npy_float128 float128_t + */ +typedef npy_float64 __pyx_t_5numpy_float64_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":750 + * # The int types are mapped a bit surprising -- + * # numpy.int corresponds to 'l' and numpy.long to 'q' + * ctypedef npy_long int_t # <<<<<<<<<<<<<< + * ctypedef npy_longlong long_t + * ctypedef npy_longlong longlong_t + */ +typedef npy_long __pyx_t_5numpy_int_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":751 + * # numpy.int corresponds to 'l' and numpy.long to 'q' + * ctypedef npy_long int_t + * ctypedef npy_longlong long_t # <<<<<<<<<<<<<< + * ctypedef npy_longlong longlong_t + * + */ +typedef npy_longlong __pyx_t_5numpy_long_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":752 + * ctypedef npy_long int_t + * ctypedef npy_longlong long_t + * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<< + * + * ctypedef npy_ulong uint_t + */ +typedef npy_longlong __pyx_t_5numpy_longlong_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":754 + * ctypedef npy_longlong longlong_t + * + * ctypedef npy_ulong uint_t # <<<<<<<<<<<<<< + * ctypedef npy_ulonglong ulong_t + * ctypedef npy_ulonglong ulonglong_t + */ +typedef npy_ulong __pyx_t_5numpy_uint_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":755 + * + * ctypedef npy_ulong uint_t + * ctypedef npy_ulonglong ulong_t # <<<<<<<<<<<<<< + * ctypedef npy_ulonglong ulonglong_t + * + */ +typedef npy_ulonglong __pyx_t_5numpy_ulong_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":756 + * ctypedef npy_ulong uint_t + * ctypedef npy_ulonglong ulong_t + * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<< + * + * ctypedef npy_intp intp_t + */ +typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":758 + * ctypedef npy_ulonglong ulonglong_t + * + * ctypedef npy_intp intp_t # <<<<<<<<<<<<<< + * ctypedef npy_uintp uintp_t + * + */ +typedef npy_intp __pyx_t_5numpy_intp_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":759 + * + * ctypedef npy_intp intp_t + * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<< + * + * ctypedef npy_double float_t + */ +typedef npy_uintp __pyx_t_5numpy_uintp_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":761 + * ctypedef npy_uintp uintp_t + * + * ctypedef npy_double float_t # <<<<<<<<<<<<<< + * ctypedef npy_double double_t + * ctypedef npy_longdouble longdouble_t + */ +typedef npy_double __pyx_t_5numpy_float_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":762 + * + * ctypedef npy_double float_t + * ctypedef npy_double double_t # <<<<<<<<<<<<<< + * ctypedef npy_longdouble longdouble_t + * + */ +typedef npy_double __pyx_t_5numpy_double_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":763 + * ctypedef npy_double float_t + * ctypedef npy_double double_t + * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<< + * + * ctypedef npy_cfloat cfloat_t + */ +typedef npy_longdouble __pyx_t_5numpy_longdouble_t; + +/* "ml.pyx":7 + * + * DTYPE = np.float64 + * ctypedef np.float_t DTYPE_t # <<<<<<<<<<<<<< + * + * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, + */ +typedef __pyx_t_5numpy_float_t __pyx_t_2ml_DTYPE_t; +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + typedef ::std::complex< float > __pyx_t_float_complex; + #else + typedef float _Complex __pyx_t_float_complex; + #endif +#else + typedef struct { float real, imag; } __pyx_t_float_complex; +#endif + +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + typedef ::std::complex< double > __pyx_t_double_complex; + #else + typedef double _Complex __pyx_t_double_complex; + #endif +#else + typedef struct { double real, imag; } __pyx_t_double_complex; +#endif + + +/*--- Type declarations ---*/ + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":765 + * ctypedef npy_longdouble longdouble_t + * + * ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<< + * ctypedef npy_cdouble cdouble_t + * ctypedef npy_clongdouble clongdouble_t + */ +typedef npy_cfloat __pyx_t_5numpy_cfloat_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":766 + * + * ctypedef npy_cfloat cfloat_t + * ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<< + * ctypedef npy_clongdouble clongdouble_t + * + */ +typedef npy_cdouble __pyx_t_5numpy_cdouble_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":767 + * ctypedef npy_cfloat cfloat_t + * ctypedef npy_cdouble cdouble_t + * ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<< + * + * ctypedef npy_cdouble complex_t + */ +typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":769 + * ctypedef npy_clongdouble clongdouble_t + * + * ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew1(a): + */ +typedef npy_cdouble __pyx_t_5numpy_complex_t; + +/* --- Runtime support code (head) --- */ +#ifndef CYTHON_REFNANNY + #define CYTHON_REFNANNY 0 +#endif +#if CYTHON_REFNANNY + typedef struct { + void (*INCREF)(void*, PyObject*, int); + void (*DECREF)(void*, PyObject*, int); + void (*GOTREF)(void*, PyObject*, int); + void (*GIVEREF)(void*, PyObject*, int); + void* (*SetupContext)(const char*, int, const char*); + void (*FinishContext)(void**); + } __Pyx_RefNannyAPIStruct; + static __Pyx_RefNannyAPIStruct *__Pyx_RefNanny = NULL; + static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname); + #define __Pyx_RefNannyDeclarations void *__pyx_refnanny = NULL; +#ifdef WITH_THREAD + #define __Pyx_RefNannySetupContext(name, acquire_gil) \ + if (acquire_gil) { \ + PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure(); \ + __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \ + PyGILState_Release(__pyx_gilstate_save); \ + } else { \ + __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \ + } +#else + #define __Pyx_RefNannySetupContext(name, acquire_gil) \ + __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__) +#endif + #define __Pyx_RefNannyFinishContext() \ + __Pyx_RefNanny->FinishContext(&__pyx_refnanny) + #define __Pyx_INCREF(r) __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), __LINE__) + #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__) + #define __Pyx_GOTREF(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__) + #define __Pyx_GIVEREF(r) __Pyx_RefNanny->GIVEREF(__pyx_refnanny, (PyObject *)(r), __LINE__) + #define __Pyx_XINCREF(r) do { if((r) != NULL) {__Pyx_INCREF(r); }} while(0) + #define __Pyx_XDECREF(r) do { if((r) != NULL) {__Pyx_DECREF(r); }} while(0) + #define __Pyx_XGOTREF(r) do { if((r) != NULL) {__Pyx_GOTREF(r); }} while(0) + #define __Pyx_XGIVEREF(r) do { if((r) != NULL) {__Pyx_GIVEREF(r);}} while(0) +#else + #define __Pyx_RefNannyDeclarations + #define __Pyx_RefNannySetupContext(name, acquire_gil) + #define __Pyx_RefNannyFinishContext() + #define __Pyx_INCREF(r) Py_INCREF(r) + #define __Pyx_DECREF(r) Py_DECREF(r) + #define __Pyx_GOTREF(r) + #define __Pyx_GIVEREF(r) + #define __Pyx_XINCREF(r) Py_XINCREF(r) + #define __Pyx_XDECREF(r) Py_XDECREF(r) + #define __Pyx_XGOTREF(r) + #define __Pyx_XGIVEREF(r) +#endif +#define __Pyx_XDECREF_SET(r, v) do { \ + PyObject *tmp = (PyObject *) r; \ + r = v; __Pyx_XDECREF(tmp); \ + } while (0) +#define __Pyx_DECREF_SET(r, v) do { \ + PyObject *tmp = (PyObject *) r; \ + r = v; __Pyx_DECREF(tmp); \ + } while (0) +#define __Pyx_CLEAR(r) do { PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);} while(0) +#define __Pyx_XCLEAR(r) do { if((r) != NULL) {PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);}} while(0) + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStr(PyObject* obj, PyObject* attr_name) { + PyTypeObject* tp = Py_TYPE(obj); + if (likely(tp->tp_getattro)) + return tp->tp_getattro(obj, attr_name); +#if PY_MAJOR_VERSION < 3 + if (likely(tp->tp_getattr)) + return tp->tp_getattr(obj, PyString_AS_STRING(attr_name)); +#endif + return PyObject_GetAttr(obj, attr_name); +} +#else +#define __Pyx_PyObject_GetAttrStr(o,n) PyObject_GetAttr(o,n) +#endif + +static PyObject *__Pyx_GetBuiltinName(PyObject *name); + +static void __Pyx_RaiseArgtupleInvalid(const char* func_name, int exact, + Py_ssize_t num_min, Py_ssize_t num_max, Py_ssize_t num_found); + +static void __Pyx_RaiseDoubleKeywordsError(const char* func_name, PyObject* kw_name); + +static int __Pyx_ParseOptionalKeywords(PyObject *kwds, PyObject **argnames[], \ + PyObject *kwds2, PyObject *values[], Py_ssize_t num_pos_args, \ + const char* function_name); + +static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *type, int none_allowed, + const char *name, int exact); + +static CYTHON_INLINE PyObject *__Pyx_GetModuleGlobalName(PyObject *name); + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw); +#else +#define __Pyx_PyObject_Call(func, arg, kw) PyObject_Call(func, arg, kw) +#endif + +static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type); + +static CYTHON_INLINE int __Pyx_GetBufferAndValidate(Py_buffer* buf, PyObject* obj, + __Pyx_TypeInfo* dtype, int flags, int nd, int cast, __Pyx_BufFmt_StackElem* stack); +static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info); + +static CYTHON_INLINE int __Pyx_IterFinish(void); + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg); +#endif + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func); +#else +#define __Pyx_PyObject_CallNoArg(func) __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL) +#endif + +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg); + +static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name); + +static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index); + +static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected); + +static int __Pyx_IternextUnpackEndCheck(PyObject *retval, Py_ssize_t expected); + +static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void); + +static void __Pyx_UnpackTupleError(PyObject *, Py_ssize_t index); + +static CYTHON_INLINE int __Pyx_unpack_tuple2(PyObject* tuple, PyObject** value1, PyObject** value2, + int is_tuple, int has_known_size, int decref_tuple); + +static CYTHON_INLINE PyObject* __Pyx_dict_iterator(PyObject* dict, int is_dict, PyObject* method_name, + Py_ssize_t* p_orig_length, int* p_is_dict); +static CYTHON_INLINE int __Pyx_dict_iter_next(PyObject* dict_or_iter, Py_ssize_t orig_length, Py_ssize_t* ppos, + PyObject** pkey, PyObject** pvalue, PyObject** pitem, int is_dict); + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE int __Pyx_ListComp_Append(PyObject* list, PyObject* x) { + PyListObject* L = (PyListObject*) list; + Py_ssize_t len = Py_SIZE(list); + if (likely(L->allocated > len)) { + Py_INCREF(x); + PyList_SET_ITEM(list, len, x); + Py_SIZE(list) = len+1; + return 0; + } + return PyList_Append(list, x); +} +#else +#define __Pyx_ListComp_Append(L,x) PyList_Append(L,x) +#endif + +#define __Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char*)buf + i0 * s0) +static double __Pyx__PyObject_AsDouble(PyObject* obj); +#if CYTHON_COMPILING_IN_PYPY +#define __Pyx_PyObject_AsDouble(obj) \ +(likely(PyFloat_CheckExact(obj)) ? PyFloat_AS_DOUBLE(obj) : \ + likely(PyInt_CheckExact(obj)) ? \ + PyFloat_AsDouble(obj) : __Pyx__PyObject_AsDouble(obj)) +#else +#define __Pyx_PyObject_AsDouble(obj) \ +((likely(PyFloat_CheckExact(obj))) ? \ + PyFloat_AS_DOUBLE(obj) : __Pyx__PyObject_AsDouble(obj)) +#endif + +#define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ + (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ + __Pyx_GetItemInt_Fast(o, (Py_ssize_t)i, is_list, wraparound, boundscheck) : \ + (is_list ? (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL) : \ + __Pyx_GetItemInt_Generic(o, to_py_func(i)))) +#define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ + (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ + __Pyx_GetItemInt_List_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) : \ + (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL)) +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, + int wraparound, int boundscheck); +#define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ + (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ + __Pyx_GetItemInt_Tuple_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) : \ + (PyErr_SetString(PyExc_IndexError, "tuple index out of range"), (PyObject*)NULL)) +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, + int wraparound, int boundscheck); +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j); +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i, + int is_list, int wraparound, int boundscheck); + +static CYTHON_INLINE void __Pyx_RaiseUnboundLocalError(const char *varname); + +static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); +static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb); + +static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause); + +#if PY_MAJOR_VERSION >= 3 +static PyObject *__Pyx_PyDict_GetItem(PyObject *d, PyObject* key) { + PyObject *value; + value = PyDict_GetItemWithError(d, key); + if (unlikely(!value)) { + if (!PyErr_Occurred()) { + PyObject* args = PyTuple_Pack(1, key); + if (likely(args)) + PyErr_SetObject(PyExc_KeyError, args); + Py_XDECREF(args); + } + return NULL; + } + Py_INCREF(value); + return value; +} +#else + #define __Pyx_PyDict_GetItem(d, key) PyObject_GetItem(d, key) +#endif + +typedef struct { + int code_line; + PyCodeObject* code_object; +} __Pyx_CodeObjectCacheEntry; +struct __Pyx_CodeObjectCache { + int count; + int max_count; + __Pyx_CodeObjectCacheEntry* entries; +}; +static struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL}; +static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line); +static PyCodeObject *__pyx_find_code_object(int code_line); +static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object); + +static void __Pyx_AddTraceback(const char *funcname, int c_line, + int py_line, const char *filename); + +typedef struct { + Py_ssize_t shape, strides, suboffsets; +} __Pyx_Buf_DimInfo; +typedef struct { + size_t refcount; + Py_buffer pybuffer; +} __Pyx_Buffer; +typedef struct { + __Pyx_Buffer *rcbuffer; + char *data; + __Pyx_Buf_DimInfo diminfo[8]; +} __Pyx_LocalBuf_ND; + +#if PY_MAJOR_VERSION < 3 + static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags); + static void __Pyx_ReleaseBuffer(Py_buffer *view); +#else + #define __Pyx_GetBuffer PyObject_GetBuffer + #define __Pyx_ReleaseBuffer PyBuffer_Release +#endif + + +static Py_ssize_t __Pyx_zeros[] = {0, 0, 0, 0, 0, 0, 0, 0}; +static Py_ssize_t __Pyx_minusones[] = {-1, -1, -1, -1, -1, -1, -1, -1}; + +static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level); + +static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value); + +static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *); + +static int __Pyx_Print(PyObject*, PyObject *, int); +#if CYTHON_COMPILING_IN_PYPY || PY_MAJOR_VERSION >= 3 +static PyObject* __pyx_print = 0; +static PyObject* __pyx_print_kwargs = 0; +#endif + +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + #define __Pyx_CREAL(z) ((z).real()) + #define __Pyx_CIMAG(z) ((z).imag()) + #else + #define __Pyx_CREAL(z) (__real__(z)) + #define __Pyx_CIMAG(z) (__imag__(z)) + #endif +#else + #define __Pyx_CREAL(z) ((z).real) + #define __Pyx_CIMAG(z) ((z).imag) +#endif +#if (defined(_WIN32) || defined(__clang__)) && defined(__cplusplus) && CYTHON_CCOMPLEX + #define __Pyx_SET_CREAL(z,x) ((z).real(x)) + #define __Pyx_SET_CIMAG(z,y) ((z).imag(y)) +#else + #define __Pyx_SET_CREAL(z,x) __Pyx_CREAL(z) = (x) + #define __Pyx_SET_CIMAG(z,y) __Pyx_CIMAG(z) = (y) +#endif + +static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float, float); + +#if CYTHON_CCOMPLEX + #define __Pyx_c_eqf(a, b) ((a)==(b)) + #define __Pyx_c_sumf(a, b) ((a)+(b)) + #define __Pyx_c_difff(a, b) ((a)-(b)) + #define __Pyx_c_prodf(a, b) ((a)*(b)) + #define __Pyx_c_quotf(a, b) ((a)/(b)) + #define __Pyx_c_negf(a) (-(a)) + #ifdef __cplusplus + #define __Pyx_c_is_zerof(z) ((z)==(float)0) + #define __Pyx_c_conjf(z) (::std::conj(z)) + #if 1 + #define __Pyx_c_absf(z) (::std::abs(z)) + #define __Pyx_c_powf(a, b) (::std::pow(a, b)) + #endif + #else + #define __Pyx_c_is_zerof(z) ((z)==0) + #define __Pyx_c_conjf(z) (conjf(z)) + #if 1 + #define __Pyx_c_absf(z) (cabsf(z)) + #define __Pyx_c_powf(a, b) (cpowf(a, b)) + #endif + #endif +#else + static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prodf(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex); + static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex); + #if 1 + static CYTHON_INLINE float __Pyx_c_absf(__pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex, __pyx_t_float_complex); + #endif +#endif + +static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double, double); + +#if CYTHON_CCOMPLEX + #define __Pyx_c_eq(a, b) ((a)==(b)) + #define __Pyx_c_sum(a, b) ((a)+(b)) + #define __Pyx_c_diff(a, b) ((a)-(b)) + #define __Pyx_c_prod(a, b) ((a)*(b)) + #define __Pyx_c_quot(a, b) ((a)/(b)) + #define __Pyx_c_neg(a) (-(a)) + #ifdef __cplusplus + #define __Pyx_c_is_zero(z) ((z)==(double)0) + #define __Pyx_c_conj(z) (::std::conj(z)) + #if 1 + #define __Pyx_c_abs(z) (::std::abs(z)) + #define __Pyx_c_pow(a, b) (::std::pow(a, b)) + #endif + #else + #define __Pyx_c_is_zero(z) ((z)==0) + #define __Pyx_c_conj(z) (conj(z)) + #if 1 + #define __Pyx_c_abs(z) (cabs(z)) + #define __Pyx_c_pow(a, b) (cpow(a, b)) + #endif + #endif +#else + static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex); + static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex); + #if 1 + static CYTHON_INLINE double __Pyx_c_abs(__pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex, __pyx_t_double_complex); + #endif +#endif + +static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value); + +static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *); + +static int __Pyx_check_binary_version(void); + +#if !defined(__Pyx_PyIdentifier_FromString) +#if PY_MAJOR_VERSION < 3 + #define __Pyx_PyIdentifier_FromString(s) PyString_FromString(s) +#else + #define __Pyx_PyIdentifier_FromString(s) PyUnicode_FromString(s) +#endif +#endif + +static PyObject *__Pyx_ImportModule(const char *name); + +static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, size_t size, int strict); + +static int __Pyx_InitStrings(__Pyx_StringTabEntry *t); + + +/* Module declarations from 'cpython.buffer' */ + +/* Module declarations from 'cpython.ref' */ + +/* Module declarations from 'libc.string' */ + +/* Module declarations from 'libc.stdio' */ + +/* Module declarations from 'cpython.object' */ + +/* Module declarations from '__builtin__' */ + +/* Module declarations from 'cpython.type' */ +static PyTypeObject *__pyx_ptype_7cpython_4type_type = 0; + +/* Module declarations from 'libc.stdlib' */ + +/* Module declarations from 'numpy' */ + +/* Module declarations from 'numpy' */ +static PyTypeObject *__pyx_ptype_5numpy_dtype = 0; +static PyTypeObject *__pyx_ptype_5numpy_flatiter = 0; +static PyTypeObject *__pyx_ptype_5numpy_broadcast = 0; +static PyTypeObject *__pyx_ptype_5numpy_ndarray = 0; +static PyTypeObject *__pyx_ptype_5numpy_ufunc = 0; +static CYTHON_INLINE char *__pyx_f_5numpy__util_dtypestring(PyArray_Descr *, char *, char *, int *); /*proto*/ + +/* Module declarations from 'libc.math' */ + +/* Module declarations from 'ml' */ +static __pyx_t_2ml_DTYPE_t __pyx_f_2ml_weight_success(int, int, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t); /*proto*/ +static __pyx_t_2ml_DTYPE_t __pyx_f_2ml_weight_failure(int, int, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t, __pyx_t_2ml_DTYPE_t); /*proto*/ +static __Pyx_TypeInfo __Pyx_TypeInfo_nn___pyx_t_2ml_DTYPE_t = { "DTYPE_t", NULL, sizeof(__pyx_t_2ml_DTYPE_t), { 0 }, 0, 'R', 0, 0 }; +#define __Pyx_MODULE_NAME "ml" +int __pyx_module_is_main_ml = 0; + +/* Implementation of 'ml' */ +static PyObject *__pyx_builtin_enumerate; +static PyObject *__pyx_builtin_sum; +static PyObject *__pyx_builtin_ValueError; +static PyObject *__pyx_builtin_range; +static PyObject *__pyx_builtin_RuntimeError; +static PyObject *__pyx_pf_2ml_ml(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_root_victims, PyObject *__pyx_v_victims, PyObject *__pyx_v_non_victims, __pyx_t_2ml_DTYPE_t __pyx_v_alpha, __pyx_t_2ml_DTYPE_t __pyx_v_delta, __pyx_t_2ml_DTYPE_t __pyx_v_lmbda); /* proto */ +static int __pyx_pf_5numpy_7ndarray___getbuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /* proto */ +static void __pyx_pf_5numpy_7ndarray_2__releasebuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info); /* proto */ +static char __pyx_k_B[] = "B"; +static char __pyx_k_H[] = "H"; +static char __pyx_k_I[] = "I"; +static char __pyx_k_L[] = "L"; +static char __pyx_k_O[] = "O"; +static char __pyx_k_Q[] = "Q"; +static char __pyx_k_b[] = "b"; +static char __pyx_k_d[] = "d"; +static char __pyx_k_f[] = "f"; +static char __pyx_k_g[] = "g"; +static char __pyx_k_h[] = "h"; +static char __pyx_k_i[] = "i"; +static char __pyx_k_l[] = "l"; +static char __pyx_k_q[] = "q"; +static char __pyx_k_s[] = "s"; +static char __pyx_k_t[] = "t"; +static char __pyx_k_Zd[] = "Zd"; +static char __pyx_k_Zf[] = "Zf"; +static char __pyx_k_Zg[] = "Zg"; +static char __pyx_k_dt[] = "dt:"; +static char __pyx_k_ll[] = "ll"; +static char __pyx_k_ml[] = "ml"; +static char __pyx_k_np[] = "np"; +static char __pyx_k_w1[] = "w1"; +static char __pyx_k_w2[] = "w2"; +static char __pyx_k_w3[] = "w3"; +static char __pyx_k_dts[] = "dts"; +static char __pyx_k_end[] = "end"; +static char __pyx_k_inf[] = "-inf"; +static char __pyx_k_sum[] = "sum"; +static char __pyx_k_beta[] = "beta"; +static char __pyx_k_dist[] = "dist:"; +static char __pyx_k_dt_2[] = "dt"; +static char __pyx_k_file[] = "file"; +static char __pyx_k_main[] = "__main__"; +static char __pyx_k_mean[] = "mean"; +static char __pyx_k_pdts[] = "pdts"; +static char __pyx_k_prnt[] = "prnt"; +static char __pyx_k_prob[] = "prob"; +static char __pyx_k_test[] = "__test__"; +static char __pyx_k_DTYPE[] = "DTYPE"; +static char __pyx_k_alpha[] = "alpha"; +static char __pyx_k_delta[] = "delta"; +static char __pyx_k_dists[] = "dists"; +static char __pyx_k_dtype[] = "dtype"; +static char __pyx_k_lmbda[] = "lmbda"; +static char __pyx_k_numpy[] = "numpy"; +static char __pyx_k_print[] = "print"; +static char __pyx_k_probs[] = "probs"; +static char __pyx_k_range[] = "range"; +static char __pyx_k_roots[] = "roots"; +static char __pyx_k_seeds[] = "seeds"; +static char __pyx_k_zeros[] = "zeros"; +static char __pyx_k_arange[] = "arange"; +static char __pyx_k_dist_2[] = "dist"; +static char __pyx_k_import[] = "__import__"; +static char __pyx_k_n_days[] = "n_days"; +static char __pyx_k_pdists[] = "pdists"; +static char __pyx_k_thresh[] = "thresh"; +static char __pyx_k_float64[] = "float64"; +static char __pyx_k_n_nodes[] = "n_nodes"; +static char __pyx_k_n_roots[] = "n_roots"; +static char __pyx_k_parents[] = "parents"; +static char __pyx_k_t_scale[] = "t_scale"; +static char __pyx_k_victims[] = "victims"; +static char __pyx_k_beta_add[] = "beta_add"; +static char __pyx_k_failures[] = "failures"; +static char __pyx_k_max_beta[] = "max_beta"; +static char __pyx_k_probs_nv[] = "probs_nv"; +static char __pyx_k_enumerate[] = "enumerate"; +static char __pyx_k_max_roots[] = "max_roots"; +static char __pyx_k_n_victims[] = "n_victims"; +static char __pyx_k_non_seeds[] = "non_seeds"; +static char __pyx_k_successes[] = "successes"; +static char __pyx_k_ValueError[] = "ValueError"; +static char __pyx_k_itervalues[] = "itervalues"; +static char __pyx_k_parent_dts[] = "parent_dts"; +static char __pyx_k_probs_fail[] = "probs_fail"; +static char __pyx_k_non_victims[] = "non_victims"; +static char __pyx_k_RuntimeError[] = "RuntimeError"; +static char __pyx_k_max_beta_add[] = "max_beta_add"; +static char __pyx_k_parent_dists[] = "parent_dists"; +static char __pyx_k_root_victims[] = "root_victims"; +static char __pyx_k_ndarray_is_not_C_contiguous[] = "ndarray is not C contiguous"; +static char __pyx_k_Users_ben_Documents_Violence_Ca[] = "/Users/ben/Documents/Violence Cascades/criminal_cascades/experiments/ml.pyx"; +static char __pyx_k_unknown_dtype_code_in_numpy_pxd[] = "unknown dtype code in numpy.pxd (%d)"; +static char __pyx_k_Format_string_allocated_too_shor[] = "Format string allocated too short, see comment in numpy.pxd"; +static char __pyx_k_Non_native_byte_order_not_suppor[] = "Non-native byte order not supported"; +static char __pyx_k_ndarray_is_not_Fortran_contiguou[] = "ndarray is not Fortran contiguous"; +static char __pyx_k_Format_string_allocated_too_shor_2[] = "Format string allocated too short."; +static PyObject *__pyx_n_s_DTYPE; +static PyObject *__pyx_kp_u_Format_string_allocated_too_shor; +static PyObject *__pyx_kp_u_Format_string_allocated_too_shor_2; +static PyObject *__pyx_kp_u_Non_native_byte_order_not_suppor; +static PyObject *__pyx_n_s_RuntimeError; +static PyObject *__pyx_kp_s_Users_ben_Documents_Violence_Ca; +static PyObject *__pyx_n_s_ValueError; +static PyObject *__pyx_n_s_alpha; +static PyObject *__pyx_n_s_arange; +static PyObject *__pyx_n_s_beta; +static PyObject *__pyx_n_s_beta_add; +static PyObject *__pyx_n_s_delta; +static PyObject *__pyx_kp_s_dist; +static PyObject *__pyx_n_s_dist_2; +static PyObject *__pyx_n_s_dists; +static PyObject *__pyx_kp_s_dt; +static PyObject *__pyx_n_s_dt_2; +static PyObject *__pyx_n_s_dts; +static PyObject *__pyx_n_s_dtype; +static PyObject *__pyx_n_s_end; +static PyObject *__pyx_n_s_enumerate; +static PyObject *__pyx_n_s_failures; +static PyObject *__pyx_n_s_file; +static PyObject *__pyx_n_s_float64; +static PyObject *__pyx_n_s_i; +static PyObject *__pyx_n_s_import; +static PyObject *__pyx_kp_s_inf; +static PyObject *__pyx_n_s_itervalues; +static PyObject *__pyx_n_s_l; +static PyObject *__pyx_n_s_ll; +static PyObject *__pyx_n_s_lmbda; +static PyObject *__pyx_n_s_main; +static PyObject *__pyx_n_s_max_beta; +static PyObject *__pyx_n_s_max_beta_add; +static PyObject *__pyx_n_s_max_roots; +static PyObject *__pyx_n_s_mean; +static PyObject *__pyx_n_s_ml; +static PyObject *__pyx_n_s_n_days; +static PyObject *__pyx_n_s_n_nodes; +static PyObject *__pyx_n_s_n_roots; +static PyObject *__pyx_n_s_n_victims; +static PyObject *__pyx_kp_u_ndarray_is_not_C_contiguous; +static PyObject *__pyx_kp_u_ndarray_is_not_Fortran_contiguou; +static PyObject *__pyx_n_s_non_seeds; +static PyObject *__pyx_n_s_non_victims; +static PyObject *__pyx_n_s_np; +static PyObject *__pyx_n_s_numpy; +static PyObject *__pyx_n_s_parent_dists; +static PyObject *__pyx_n_s_parent_dts; +static PyObject *__pyx_n_s_parents; +static PyObject *__pyx_n_s_pdists; +static PyObject *__pyx_n_s_pdts; +static PyObject *__pyx_n_s_print; +static PyObject *__pyx_n_s_prnt; +static PyObject *__pyx_n_s_prob; +static PyObject *__pyx_n_s_probs; +static PyObject *__pyx_n_s_probs_fail; +static PyObject *__pyx_n_s_probs_nv; +static PyObject *__pyx_n_s_range; +static PyObject *__pyx_n_s_root_victims; +static PyObject *__pyx_n_s_roots; +static PyObject *__pyx_n_s_s; +static PyObject *__pyx_n_s_seeds; +static PyObject *__pyx_n_s_successes; +static PyObject *__pyx_n_s_sum; +static PyObject *__pyx_n_s_t; +static PyObject *__pyx_n_s_t_scale; +static PyObject *__pyx_n_s_test; +static PyObject *__pyx_n_s_thresh; +static PyObject *__pyx_kp_u_unknown_dtype_code_in_numpy_pxd; +static PyObject *__pyx_n_s_victims; +static PyObject *__pyx_n_s_w1; +static PyObject *__pyx_n_s_w2; +static PyObject *__pyx_n_s_w3; +static PyObject *__pyx_n_s_zeros; +static PyObject *__pyx_float_1_; +static PyObject *__pyx_float_0_01; +static PyObject *__pyx_int_148152; +static PyObject *__pyx_tuple_; +static PyObject *__pyx_tuple__2; +static PyObject *__pyx_tuple__3; +static PyObject *__pyx_tuple__4; +static PyObject *__pyx_tuple__5; +static PyObject *__pyx_tuple__6; +static PyObject *__pyx_tuple__7; +static PyObject *__pyx_tuple__8; +static PyObject *__pyx_codeobj__9; + +/* "ml.pyx":9 + * ctypedef np.float_t DTYPE_t + * + * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< + * DTYPE_t t_scale, DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + * """weight for successful infection, exponential time model""" + */ + +static __pyx_t_2ml_DTYPE_t __pyx_f_2ml_weight_success(int __pyx_v_dist, int __pyx_v_dt, __pyx_t_2ml_DTYPE_t __pyx_v_alpha, __pyx_t_2ml_DTYPE_t __pyx_v_delta, __pyx_t_2ml_DTYPE_t __pyx_v_lmbda, __pyx_t_2ml_DTYPE_t __pyx_v_t_scale, CYTHON_UNUSED __pyx_t_2ml_DTYPE_t __pyx_v_w1, CYTHON_UNUSED __pyx_t_2ml_DTYPE_t __pyx_v_w2, CYTHON_UNUSED __pyx_t_2ml_DTYPE_t __pyx_v_w3) { + __pyx_t_2ml_DTYPE_t __pyx_v_structural; + __pyx_t_2ml_DTYPE_t __pyx_v_temporal; + __pyx_t_2ml_DTYPE_t __pyx_v_result; + __pyx_t_2ml_DTYPE_t __pyx_r; + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("weight_success", 0); + + /* "ml.pyx":14 + * cdef DTYPE_t structural, temporal, result + * # structural = delta ** (dist**1) + * structural = delta * lmbda**(dist-1) # <<<<<<<<<<<<<< + * temporal = log(exp(alpha/t_scale)-1.) - alpha*dt/t_scale + * # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 + */ + __pyx_v_structural = (__pyx_v_delta * pow(__pyx_v_lmbda, ((__pyx_t_2ml_DTYPE_t)(__pyx_v_dist - 1)))); + + /* "ml.pyx":15 + * # structural = delta ** (dist**1) + * structural = delta * lmbda**(dist-1) + * temporal = log(exp(alpha/t_scale)-1.) - alpha*dt/t_scale # <<<<<<<<<<<<<< + * # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 + * result = log(structural) + temporal + */ + __pyx_v_temporal = (log((exp((__pyx_v_alpha / __pyx_v_t_scale)) - 1.)) - ((__pyx_v_alpha * __pyx_v_dt) / __pyx_v_t_scale)); + + /* "ml.pyx":17 + * temporal = log(exp(alpha/t_scale)-1.) - alpha*dt/t_scale + * # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 + * result = log(structural) + temporal # <<<<<<<<<<<<<< + * return result + * + */ + __pyx_v_result = (log(__pyx_v_structural) + __pyx_v_temporal); + + /* "ml.pyx":18 + * # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 + * result = log(structural) + temporal + * return result # <<<<<<<<<<<<<< + * + * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, + */ + __pyx_r = __pyx_v_result; + goto __pyx_L0; + + /* "ml.pyx":9 + * ctypedef np.float_t DTYPE_t + * + * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< + * DTYPE_t t_scale, DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + * """weight for successful infection, exponential time model""" + */ + + /* function exit code */ + __pyx_L0:; + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "ml.pyx":20 + * return result + * + * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< + * DTYPE_t t_scale, DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + * """weight for failed infection, exponential time model""" + */ + +static __pyx_t_2ml_DTYPE_t __pyx_f_2ml_weight_failure(int __pyx_v_dist, int __pyx_v_dt, __pyx_t_2ml_DTYPE_t __pyx_v_alpha, __pyx_t_2ml_DTYPE_t __pyx_v_delta, __pyx_t_2ml_DTYPE_t __pyx_v_lmbda, __pyx_t_2ml_DTYPE_t __pyx_v_t_scale, CYTHON_UNUSED __pyx_t_2ml_DTYPE_t __pyx_v_w1, CYTHON_UNUSED __pyx_t_2ml_DTYPE_t __pyx_v_w2, CYTHON_UNUSED __pyx_t_2ml_DTYPE_t __pyx_v_w3) { + __pyx_t_2ml_DTYPE_t __pyx_v_structural; + __pyx_t_2ml_DTYPE_t __pyx_v_temporal; + __pyx_t_2ml_DTYPE_t __pyx_v_result; + __pyx_t_2ml_DTYPE_t __pyx_r; + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("weight_failure", 0); + + /* "ml.pyx":25 + * cdef DTYPE_t structural, temporal, result + * # structural = delta ** (dist**1) + * structural = delta * lmbda**(dist-1) # <<<<<<<<<<<<<< + * temporal = exp(-alpha * dt/t_scale) + * # temporal = 1. - 1. / (1. + dt/alpha)**0.01 + */ + __pyx_v_structural = (__pyx_v_delta * pow(__pyx_v_lmbda, ((__pyx_t_2ml_DTYPE_t)(__pyx_v_dist - 1)))); + + /* "ml.pyx":26 + * # structural = delta ** (dist**1) + * structural = delta * lmbda**(dist-1) + * temporal = exp(-alpha * dt/t_scale) # <<<<<<<<<<<<<< + * # temporal = 1. - 1. / (1. + dt/alpha)**0.01 + * result = log(1. - structural + structural * temporal) + */ + __pyx_v_temporal = exp((((-__pyx_v_alpha) * __pyx_v_dt) / __pyx_v_t_scale)); + + /* "ml.pyx":28 + * temporal = exp(-alpha * dt/t_scale) + * # temporal = 1. - 1. / (1. + dt/alpha)**0.01 + * result = log(1. - structural + structural * temporal) # <<<<<<<<<<<<<< + * return result + * + */ + __pyx_v_result = log(((1. - __pyx_v_structural) + (__pyx_v_structural * __pyx_v_temporal))); + + /* "ml.pyx":29 + * # temporal = 1. - 1. / (1. + dt/alpha)**0.01 + * result = log(1. - structural + structural * temporal) + * return result # <<<<<<<<<<<<<< + * + * def ml(dict root_victims, dict victims, dict non_victims, + */ + __pyx_r = __pyx_v_result; + goto __pyx_L0; + + /* "ml.pyx":20 + * return result + * + * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< + * DTYPE_t t_scale, DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + * """weight for failed infection, exponential time model""" + */ + + /* function exit code */ + __pyx_L0:; + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "ml.pyx":31 + * return result + * + * def ml(dict root_victims, dict victims, dict non_victims, # <<<<<<<<<<<<<< + * DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): + * cdef: + */ + +/* Python wrapper */ +static PyObject *__pyx_pw_2ml_1ml(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/ +static PyMethodDef __pyx_mdef_2ml_1ml = {"ml", (PyCFunction)__pyx_pw_2ml_1ml, METH_VARARGS|METH_KEYWORDS, 0}; +static PyObject *__pyx_pw_2ml_1ml(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) { + PyObject *__pyx_v_root_victims = 0; + PyObject *__pyx_v_victims = 0; + PyObject *__pyx_v_non_victims = 0; + __pyx_t_2ml_DTYPE_t __pyx_v_alpha; + __pyx_t_2ml_DTYPE_t __pyx_v_delta; + __pyx_t_2ml_DTYPE_t __pyx_v_lmbda; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + PyObject *__pyx_r = 0; + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("ml (wrapper)", 0); + { + static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_root_victims,&__pyx_n_s_victims,&__pyx_n_s_non_victims,&__pyx_n_s_alpha,&__pyx_n_s_delta,&__pyx_n_s_lmbda,0}; + PyObject* values[6] = {0,0,0,0,0,0}; + if (unlikely(__pyx_kwds)) { + Py_ssize_t kw_args; + const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args); + switch (pos_args) { + case 6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5); + case 5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4); + case 4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3); + case 3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2); + case 2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1); + case 1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0); + case 0: break; + default: goto __pyx_L5_argtuple_error; + } + kw_args = PyDict_Size(__pyx_kwds); + switch (pos_args) { + case 0: + if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_root_victims)) != 0)) kw_args--; + else goto __pyx_L5_argtuple_error; + case 1: + if (likely((values[1] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_victims)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml", 1, 6, 6, 1); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + case 2: + if (likely((values[2] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_non_victims)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml", 1, 6, 6, 2); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + case 3: + if (likely((values[3] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_alpha)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml", 1, 6, 6, 3); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + case 4: + if (likely((values[4] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_delta)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml", 1, 6, 6, 4); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + case 5: + if (likely((values[5] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_lmbda)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml", 1, 6, 6, 5); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + } + if (unlikely(kw_args > 0)) { + if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, "ml") < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + } else if (PyTuple_GET_SIZE(__pyx_args) != 6) { + goto __pyx_L5_argtuple_error; + } else { + values[0] = PyTuple_GET_ITEM(__pyx_args, 0); + values[1] = PyTuple_GET_ITEM(__pyx_args, 1); + values[2] = PyTuple_GET_ITEM(__pyx_args, 2); + values[3] = PyTuple_GET_ITEM(__pyx_args, 3); + values[4] = PyTuple_GET_ITEM(__pyx_args, 4); + values[5] = PyTuple_GET_ITEM(__pyx_args, 5); + } + __pyx_v_root_victims = ((PyObject*)values[0]); + __pyx_v_victims = ((PyObject*)values[1]); + __pyx_v_non_victims = ((PyObject*)values[2]); + __pyx_v_alpha = __pyx_PyFloat_AsDouble(values[3]); if (unlikely((__pyx_v_alpha == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 32; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + __pyx_v_delta = __pyx_PyFloat_AsDouble(values[4]); if (unlikely((__pyx_v_delta == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 32; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + __pyx_v_lmbda = __pyx_PyFloat_AsDouble(values[5]); if (unlikely((__pyx_v_lmbda == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 32; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + goto __pyx_L4_argument_unpacking_done; + __pyx_L5_argtuple_error:; + __Pyx_RaiseArgtupleInvalid("ml", 1, 6, 6, PyTuple_GET_SIZE(__pyx_args)); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + __pyx_L3_error:; + __Pyx_AddTraceback("ml.ml", __pyx_clineno, __pyx_lineno, __pyx_filename); + __Pyx_RefNannyFinishContext(); + return NULL; + __pyx_L4_argument_unpacking_done:; + if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_root_victims), (&PyDict_Type), 1, "root_victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_victims), (&PyDict_Type), 1, "victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_non_victims), (&PyDict_Type), 1, "non_victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_r = __pyx_pf_2ml_ml(__pyx_self, __pyx_v_root_victims, __pyx_v_victims, __pyx_v_non_victims, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda); + + /* function exit code */ + goto __pyx_L0; + __pyx_L1_error:; + __pyx_r = NULL; + __pyx_L0:; + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +static PyObject *__pyx_pf_2ml_ml(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_root_victims, PyObject *__pyx_v_victims, PyObject *__pyx_v_non_victims, __pyx_t_2ml_DTYPE_t __pyx_v_alpha, __pyx_t_2ml_DTYPE_t __pyx_v_delta, __pyx_t_2ml_DTYPE_t __pyx_v_lmbda) { + int __pyx_v_n_roots; + int __pyx_v_n_victims; + int __pyx_v_roots; + int __pyx_v_i; + int __pyx_v_dist; + int __pyx_v_dt; + int __pyx_v_l; + int __pyx_v_n_days; + __pyx_t_2ml_DTYPE_t __pyx_v_beta; + __pyx_t_2ml_DTYPE_t __pyx_v_ll; + __pyx_t_2ml_DTYPE_t __pyx_v_beta_add; + __pyx_t_2ml_DTYPE_t __pyx_v_max_beta; + __pyx_t_2ml_DTYPE_t __pyx_v_max_beta_add; + PyObject *__pyx_v_parents = 0; + PyObject *__pyx_v_failures = 0; + PyObject *__pyx_v_successes = 0; + PyObject *__pyx_v_n_nodes = NULL; + double __pyx_v_t_scale; + PyArrayObject *__pyx_v_probs = 0; + PyArrayObject *__pyx_v_probs_fail = 0; + PyArrayObject *__pyx_v_parent_dists = 0; + PyArrayObject *__pyx_v_parent_dts = 0; + PyArrayObject *__pyx_v_probs_nv = 0; + PyObject *__pyx_v_dists = NULL; + PyObject *__pyx_v_dts = NULL; + PyObject *__pyx_v_s = NULL; + PyObject *__pyx_v_prob = NULL; + double __pyx_v_thresh; + PyObject *__pyx_v_seeds = NULL; + PyObject *__pyx_v_non_seeds = NULL; + int __pyx_v_max_roots; + PyObject *__pyx_v_pdists = NULL; + PyObject *__pyx_v_pdts = NULL; + CYTHON_UNUSED PyObject *__pyx_v_prnt = NULL; + PyObject *__pyx_v_w1 = NULL; + PyObject *__pyx_v_w2 = NULL; + PyObject *__pyx_v_w3 = NULL; + __Pyx_LocalBuf_ND __pyx_pybuffernd_parent_dists; + __Pyx_Buffer __pyx_pybuffer_parent_dists; + __Pyx_LocalBuf_ND __pyx_pybuffernd_parent_dts; + __Pyx_Buffer __pyx_pybuffer_parent_dts; + __Pyx_LocalBuf_ND __pyx_pybuffernd_probs; + __Pyx_Buffer __pyx_pybuffer_probs; + __Pyx_LocalBuf_ND __pyx_pybuffernd_probs_fail; + __Pyx_Buffer __pyx_pybuffer_probs_fail; + __Pyx_LocalBuf_ND __pyx_pybuffernd_probs_nv; + __Pyx_Buffer __pyx_pybuffer_probs_nv; + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + Py_ssize_t __pyx_t_1; + Py_ssize_t __pyx_t_2; + PyObject *__pyx_t_3 = NULL; + PyObject *__pyx_t_4 = NULL; + PyObject *__pyx_t_5 = NULL; + PyObject *__pyx_t_6 = NULL; + PyArrayObject *__pyx_t_7 = NULL; + PyArrayObject *__pyx_t_8 = NULL; + PyArrayObject *__pyx_t_9 = NULL; + PyArrayObject *__pyx_t_10 = NULL; + PyArrayObject *__pyx_t_11 = NULL; + int __pyx_t_12; + int __pyx_t_13; + int __pyx_t_14; + Py_ssize_t __pyx_t_15; + PyObject *__pyx_t_16 = NULL; + PyObject *__pyx_t_17 = NULL; + PyObject *__pyx_t_18 = NULL; + PyObject *__pyx_t_19 = NULL; + PyObject *__pyx_t_20 = NULL; + PyObject *__pyx_t_21 = NULL; + PyObject *__pyx_t_22 = NULL; + PyObject *(*__pyx_t_23)(PyObject *); + int __pyx_t_24; + __pyx_t_2ml_DTYPE_t __pyx_t_25; + __pyx_t_2ml_DTYPE_t __pyx_t_26; + __pyx_t_2ml_DTYPE_t __pyx_t_27; + int __pyx_t_28; + double __pyx_t_29; + int __pyx_t_30; + int __pyx_t_31; + int __pyx_t_32; + int __pyx_t_33; + int __pyx_t_34; + int __pyx_t_35; + PyObject *(*__pyx_t_36)(PyObject *); + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("ml", 0); + __pyx_pybuffer_probs.pybuffer.buf = NULL; + __pyx_pybuffer_probs.refcount = 0; + __pyx_pybuffernd_probs.data = NULL; + __pyx_pybuffernd_probs.rcbuffer = &__pyx_pybuffer_probs; + __pyx_pybuffer_probs_fail.pybuffer.buf = NULL; + __pyx_pybuffer_probs_fail.refcount = 0; + __pyx_pybuffernd_probs_fail.data = NULL; + __pyx_pybuffernd_probs_fail.rcbuffer = &__pyx_pybuffer_probs_fail; + __pyx_pybuffer_parent_dists.pybuffer.buf = NULL; + __pyx_pybuffer_parent_dists.refcount = 0; + __pyx_pybuffernd_parent_dists.data = NULL; + __pyx_pybuffernd_parent_dists.rcbuffer = &__pyx_pybuffer_parent_dists; + __pyx_pybuffer_parent_dts.pybuffer.buf = NULL; + __pyx_pybuffer_parent_dts.refcount = 0; + __pyx_pybuffernd_parent_dts.data = NULL; + __pyx_pybuffernd_parent_dts.rcbuffer = &__pyx_pybuffer_parent_dts; + __pyx_pybuffer_probs_nv.pybuffer.buf = NULL; + __pyx_pybuffer_probs_nv.refcount = 0; + __pyx_pybuffernd_probs_nv.data = NULL; + __pyx_pybuffernd_probs_nv.rcbuffer = &__pyx_pybuffer_probs_nv; + + /* "ml.pyx":37 + * DTYPE_t beta, ll, beta_add, max_beta, max_beta_add + * list parents, failures, successes + * n_roots, n_victims = len(root_victims), len(victims) # <<<<<<<<<<<<<< + * n_nodes = 148152 + * n_days = 3012 + */ + if (unlikely(__pyx_v_root_victims == Py_None)) { + PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_1 = PyDict_Size(__pyx_v_root_victims); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + if (unlikely(__pyx_v_victims == Py_None)) { + PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_2 = PyDict_Size(__pyx_v_victims); if (unlikely(__pyx_t_2 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_v_n_roots = __pyx_t_1; + __pyx_v_n_victims = __pyx_t_2; + + /* "ml.pyx":38 + * list parents, failures, successes + * n_roots, n_victims = len(root_victims), len(victims) + * n_nodes = 148152 # <<<<<<<<<<<<<< + * n_days = 3012 + * t_scale = 1. + */ + __Pyx_INCREF(__pyx_int_148152); + __pyx_v_n_nodes = __pyx_int_148152; + + /* "ml.pyx":39 + * n_roots, n_victims = len(root_victims), len(victims) + * n_nodes = 148152 + * n_days = 3012 # <<<<<<<<<<<<<< + * t_scale = 1. + * cdef: + */ + __pyx_v_n_days = 3012; + + /* "ml.pyx":40 + * n_nodes = 148152 + * n_days = 3012 + * t_scale = 1. # <<<<<<<<<<<<<< + * cdef: + * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) + */ + __pyx_v_t_scale = 1.; + + /* "ml.pyx":42 + * t_scale = 1. + * cdef: + * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< + * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) + */ + __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_zeros); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_3); + __Pyx_GIVEREF(__pyx_t_3); + __pyx_t_3 = 0; + __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_dtype, __pyx_t_6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (!(likely(((__pyx_t_6) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_6, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_7 = ((PyArrayObject *)__pyx_t_6); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs.rcbuffer->pybuffer, (PyObject*)__pyx_t_7, &__Pyx_TypeInfo_nn___pyx_t_2ml_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_probs = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_probs.diminfo[0].strides = __pyx_pybuffernd_probs.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs.diminfo[0].shape = __pyx_pybuffernd_probs.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_7 = 0; + __pyx_v_probs = ((PyArrayObject *)__pyx_t_6); + __pyx_t_6 = 0; + + /* "ml.pyx":43 + * cdef: + * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< + * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) + */ + __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_n_s_zeros); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_6); + __Pyx_GIVEREF(__pyx_t_6); + __pyx_t_6 = 0; + __pyx_t_6 = PyDict_New(); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + if (PyDict_SetItem(__pyx_t_6, __pyx_n_s_dtype, __pyx_t_4) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_4 = __Pyx_PyObject_Call(__pyx_t_3, __pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + if (!(likely(((__pyx_t_4) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_4, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_8 = ((PyArrayObject *)__pyx_t_4); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer, (PyObject*)__pyx_t_8, &__Pyx_TypeInfo_nn___pyx_t_2ml_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_probs_fail = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_probs_fail.diminfo[0].strides = __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs_fail.diminfo[0].shape = __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_8 = 0; + __pyx_v_probs_fail = ((PyArrayObject *)__pyx_t_4); + __pyx_t_4 = 0; + + /* "ml.pyx":44 + * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< + * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) + */ + __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_n_s_zeros); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_4); + __Pyx_GIVEREF(__pyx_t_4); + __pyx_t_4 = 0; + __pyx_t_4 = PyDict_New(); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + if (PyDict_SetItem(__pyx_t_4, __pyx_n_s_dtype, __pyx_t_3) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_6, __pyx_t_5, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_9 = ((PyArrayObject *)__pyx_t_3); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_parent_dists.rcbuffer->pybuffer, (PyObject*)__pyx_t_9, &__Pyx_TypeInfo_nn___pyx_t_2ml_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_parent_dists = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_parent_dists.diminfo[0].strides = __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_parent_dists.diminfo[0].shape = __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_9 = 0; + __pyx_v_parent_dists = ((PyArrayObject *)__pyx_t_3); + __pyx_t_3 = 0; + + /* "ml.pyx":45 + * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< + * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) + * + */ + __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_zeros); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_3); + __Pyx_GIVEREF(__pyx_t_3); + __pyx_t_3 = 0; + __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_dtype, __pyx_t_6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (!(likely(((__pyx_t_6) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_6, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_10 = ((PyArrayObject *)__pyx_t_6); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer, (PyObject*)__pyx_t_10, &__Pyx_TypeInfo_nn___pyx_t_2ml_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_parent_dts = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_parent_dts.diminfo[0].strides = __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_parent_dts.diminfo[0].shape = __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_10 = 0; + __pyx_v_parent_dts = ((PyArrayObject *)__pyx_t_6); + __pyx_t_6 = 0; + + /* "ml.pyx":46 + * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) # <<<<<<<<<<<<<< + * + * # loop through victims + */ + __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_n_s_zeros); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + if (unlikely(__pyx_v_non_victims == Py_None)) { + PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_2 = PyDict_Size(__pyx_v_non_victims); if (unlikely(__pyx_t_2 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_6 = PyInt_FromSsize_t(__pyx_t_2); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_6); + __Pyx_GIVEREF(__pyx_t_6); + __pyx_t_6 = 0; + __pyx_t_6 = PyDict_New(); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + if (PyDict_SetItem(__pyx_t_6, __pyx_n_s_dtype, __pyx_t_4) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_4 = __Pyx_PyObject_Call(__pyx_t_3, __pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + if (!(likely(((__pyx_t_4) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_4, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_11 = ((PyArrayObject *)__pyx_t_4); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs_nv.rcbuffer->pybuffer, (PyObject*)__pyx_t_11, &__Pyx_TypeInfo_nn___pyx_t_2ml_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_probs_nv = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_probs_nv.diminfo[0].strides = __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs_nv.diminfo[0].shape = __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_11 = 0; + __pyx_v_probs_nv = ((PyArrayObject *)__pyx_t_4); + __pyx_t_4 = 0; + + /* "ml.pyx":49 + * + * # loop through victims + * for i, parents in enumerate(victims.itervalues()): # <<<<<<<<<<<<<< + * # for each victim node i, compute the probability that all its parents + * # fail to infect it, also computes the probability that its most + */ + __pyx_t_12 = 0; + __pyx_t_2 = 0; + if (unlikely(__pyx_v_victims == Py_None)) { + PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "itervalues"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_6 = __Pyx_dict_iterator(__pyx_v_victims, 1, __pyx_n_s_itervalues, (&__pyx_t_1), (&__pyx_t_13)); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_XDECREF(__pyx_t_4); + __pyx_t_4 = __pyx_t_6; + __pyx_t_6 = 0; + while (1) { + __pyx_t_14 = __Pyx_dict_iter_next(__pyx_t_4, __pyx_t_1, &__pyx_t_2, NULL, &__pyx_t_6, NULL, __pyx_t_13); + if (unlikely(__pyx_t_14 == 0)) break; + if (unlikely(__pyx_t_14 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + if (!(likely(PyList_CheckExact(__pyx_t_6))||((__pyx_t_6) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "list", Py_TYPE(__pyx_t_6)->tp_name), 0))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_XDECREF_SET(__pyx_v_parents, ((PyObject*)__pyx_t_6)); + __pyx_t_6 = 0; + __pyx_v_i = __pyx_t_12; + __pyx_t_12 = (__pyx_t_12 + 1); + + /* "ml.pyx":53 + * # fail to infect it, also computes the probability that its most + * # likely parent infects it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) + */ + __pyx_t_6 = PyList_New(0); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + + /* "ml.pyx":54 + * # likely parent infects it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + */ + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_5 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_5); __pyx_t_15 = 0; + for (;;) { + if (__pyx_t_15 >= PyList_GET_SIZE(__pyx_t_5)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_3 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_15); __Pyx_INCREF(__pyx_t_3); __pyx_t_15++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_3 = PySequence_ITEM(__pyx_t_5, __pyx_t_15); __pyx_t_15++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_3))) || (PyList_CheckExact(__pyx_t_3))) { + PyObject* sequence = __pyx_t_3; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_16 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_21 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_16 = PyList_GET_ITEM(sequence, 0); + __pyx_t_17 = PyList_GET_ITEM(sequence, 1); + __pyx_t_18 = PyList_GET_ITEM(sequence, 2); + __pyx_t_19 = PyList_GET_ITEM(sequence, 3); + __pyx_t_20 = PyList_GET_ITEM(sequence, 4); + __pyx_t_21 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_16); + __Pyx_INCREF(__pyx_t_17); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_20); + __Pyx_INCREF(__pyx_t_21); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21}; + __pyx_t_22 = PyObject_GetIter(__pyx_t_3); if (unlikely(!__pyx_t_22)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_22); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_23 = Py_TYPE(__pyx_t_22)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_23(__pyx_t_22); if (unlikely(!item)) goto __pyx_L7_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_23(__pyx_t_22), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_23 = NULL; + __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; + goto __pyx_L8_unpacking_done; + __pyx_L7_unpacking_failed:; + __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; + __pyx_t_23 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L8_unpacking_done:; + } + __pyx_t_14 = __Pyx_PyInt_As_int(__pyx_t_17); if (unlikely((__pyx_t_14 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_17); __pyx_t_17 = 0; + __pyx_t_24 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_24 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_16); + __pyx_t_16 = 0; + __pyx_v_dist = __pyx_t_14; + __pyx_v_dt = __pyx_t_24; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_19); + __pyx_t_19 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_20); + __pyx_t_20 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_21); + __pyx_t_21 = 0; + + /* "ml.pyx":53 + * # fail to infect it, also computes the probability that its most + * # likely parent infects it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) + */ + __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_3 = PyFloat_FromDouble(__pyx_f_2ml_weight_failure(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda, __pyx_v_t_scale, __pyx_t_25, __pyx_t_26, __pyx_t_27)); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + if (unlikely(__Pyx_ListComp_Append(__pyx_t_6, (PyObject*)__pyx_t_3))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + + /* "ml.pyx":54 + * # likely parent infects it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + */ + } + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_XDECREF_SET(__pyx_v_failures, ((PyObject*)__pyx_t_6)); + __pyx_t_6 = 0; + + /* "ml.pyx":55 + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) # <<<<<<<<<<<<<< + * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] + */ + __pyx_t_6 = PyTuple_New(1); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_INCREF(__pyx_v_failures); + PyTuple_SET_ITEM(__pyx_t_6, 0, __pyx_v_failures); + __Pyx_GIVEREF(__pyx_v_failures); + __pyx_t_5 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_6, NULL); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_t_5); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __pyx_t_24 = __pyx_v_i; + if (__pyx_t_24 < 0) __pyx_t_24 += __pyx_pybuffernd_probs_fail.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_2ml_DTYPE_t *, __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.buf, __pyx_t_24, __pyx_pybuffernd_probs_fail.diminfo[0].strides) = __pyx_t_27; + + /* "ml.pyx":56 + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + */ + __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + + /* "ml.pyx":57 + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] + */ + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_6 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_6); __pyx_t_15 = 0; + for (;;) { + if (__pyx_t_15 >= PyList_GET_SIZE(__pyx_t_6)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_3 = PyList_GET_ITEM(__pyx_t_6, __pyx_t_15); __Pyx_INCREF(__pyx_t_3); __pyx_t_15++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_3 = PySequence_ITEM(__pyx_t_6, __pyx_t_15); __pyx_t_15++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_3))) || (PyList_CheckExact(__pyx_t_3))) { + PyObject* sequence = __pyx_t_3; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_21 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_16 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_21 = PyList_GET_ITEM(sequence, 0); + __pyx_t_20 = PyList_GET_ITEM(sequence, 1); + __pyx_t_19 = PyList_GET_ITEM(sequence, 2); + __pyx_t_18 = PyList_GET_ITEM(sequence, 3); + __pyx_t_17 = PyList_GET_ITEM(sequence, 4); + __pyx_t_16 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_21); + __Pyx_INCREF(__pyx_t_20); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_17); + __Pyx_INCREF(__pyx_t_16); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16}; + __pyx_t_22 = PyObject_GetIter(__pyx_t_3); if (unlikely(!__pyx_t_22)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_22); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_23 = Py_TYPE(__pyx_t_22)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_23(__pyx_t_22); if (unlikely(!item)) goto __pyx_L11_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_23(__pyx_t_22), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_23 = NULL; + __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; + goto __pyx_L12_unpacking_done; + __pyx_L11_unpacking_failed:; + __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; + __pyx_t_23 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L12_unpacking_done:; + } + __pyx_t_14 = __Pyx_PyInt_As_int(__pyx_t_20); if (unlikely((__pyx_t_14 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_20); __pyx_t_20 = 0; + __pyx_t_28 = __Pyx_PyInt_As_int(__pyx_t_19); if (unlikely((__pyx_t_28 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_19); __pyx_t_19 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_21); + __pyx_t_21 = 0; + __pyx_v_dist = __pyx_t_14; + __pyx_v_dt = __pyx_t_28; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_18); + __pyx_t_18 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_17); + __pyx_t_17 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_16); + __pyx_t_16 = 0; + + /* "ml.pyx":56 + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + */ + __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_3 = PyFloat_FromDouble(__pyx_f_2ml_weight_success(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda, __pyx_v_t_scale, __pyx_t_27, __pyx_t_26, __pyx_t_25)); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_3))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + + /* "ml.pyx":57 + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] + */ + } + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __Pyx_XDECREF_SET(__pyx_v_successes, ((PyObject*)__pyx_t_5)); + __pyx_t_5 = 0; + + /* "ml.pyx":58 + * successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] + * # find parent that maximizes log(p) - log(\tilde{p}) + */ + __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_6 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_6); __pyx_t_15 = 0; + for (;;) { + if (__pyx_t_15 >= PyList_GET_SIZE(__pyx_t_6)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_3 = PyList_GET_ITEM(__pyx_t_6, __pyx_t_15); __Pyx_INCREF(__pyx_t_3); __pyx_t_15++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_3 = PySequence_ITEM(__pyx_t_6, __pyx_t_15); __pyx_t_15++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_3))) || (PyList_CheckExact(__pyx_t_3))) { + PyObject* sequence = __pyx_t_3; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_16 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_21 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_16 = PyList_GET_ITEM(sequence, 0); + __pyx_t_17 = PyList_GET_ITEM(sequence, 1); + __pyx_t_18 = PyList_GET_ITEM(sequence, 2); + __pyx_t_19 = PyList_GET_ITEM(sequence, 3); + __pyx_t_20 = PyList_GET_ITEM(sequence, 4); + __pyx_t_21 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_16); + __Pyx_INCREF(__pyx_t_17); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_20); + __Pyx_INCREF(__pyx_t_21); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21}; + __pyx_t_22 = PyObject_GetIter(__pyx_t_3); if (unlikely(!__pyx_t_22)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_22); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_23 = Py_TYPE(__pyx_t_22)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_23(__pyx_t_22); if (unlikely(!item)) goto __pyx_L15_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_23(__pyx_t_22), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_23 = NULL; + __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; + goto __pyx_L16_unpacking_done; + __pyx_L15_unpacking_failed:; + __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; + __pyx_t_23 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L16_unpacking_done:; + } + __pyx_t_28 = __Pyx_PyInt_As_int(__pyx_t_17); if (unlikely((__pyx_t_28 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_17); __pyx_t_17 = 0; + __pyx_t_14 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_14 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_16); + __pyx_t_16 = 0; + __pyx_v_dist = __pyx_t_28; + __pyx_v_dt = __pyx_t_14; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_19); + __pyx_t_19 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_20); + __pyx_t_20 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_21); + __pyx_t_21 = 0; + __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_dist); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_3))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + } + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __Pyx_XDECREF_SET(__pyx_v_dists, ((PyObject*)__pyx_t_5)); + __pyx_t_5 = 0; + + /* "ml.pyx":59 + * for (prnt, dist, dt, w1, w2, w3) in parents] + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * # find parent that maximizes log(p) - log(\tilde{p}) + * probs[i] = float("-inf") + */ + __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_6 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_6); __pyx_t_15 = 0; + for (;;) { + if (__pyx_t_15 >= PyList_GET_SIZE(__pyx_t_6)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_3 = PyList_GET_ITEM(__pyx_t_6, __pyx_t_15); __Pyx_INCREF(__pyx_t_3); __pyx_t_15++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_3 = PySequence_ITEM(__pyx_t_6, __pyx_t_15); __pyx_t_15++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_3))) || (PyList_CheckExact(__pyx_t_3))) { + PyObject* sequence = __pyx_t_3; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_21 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_16 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_21 = PyList_GET_ITEM(sequence, 0); + __pyx_t_20 = PyList_GET_ITEM(sequence, 1); + __pyx_t_19 = PyList_GET_ITEM(sequence, 2); + __pyx_t_18 = PyList_GET_ITEM(sequence, 3); + __pyx_t_17 = PyList_GET_ITEM(sequence, 4); + __pyx_t_16 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_21); + __Pyx_INCREF(__pyx_t_20); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_17); + __Pyx_INCREF(__pyx_t_16); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16}; + __pyx_t_22 = PyObject_GetIter(__pyx_t_3); if (unlikely(!__pyx_t_22)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_22); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_23 = Py_TYPE(__pyx_t_22)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_23(__pyx_t_22); if (unlikely(!item)) goto __pyx_L19_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_23(__pyx_t_22), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_23 = NULL; + __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; + goto __pyx_L20_unpacking_done; + __pyx_L19_unpacking_failed:; + __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; + __pyx_t_23 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L20_unpacking_done:; + } + __pyx_t_14 = __Pyx_PyInt_As_int(__pyx_t_20); if (unlikely((__pyx_t_14 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_20); __pyx_t_20 = 0; + __pyx_t_28 = __Pyx_PyInt_As_int(__pyx_t_19); if (unlikely((__pyx_t_28 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_19); __pyx_t_19 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_21); + __pyx_t_21 = 0; + __pyx_v_dist = __pyx_t_14; + __pyx_v_dt = __pyx_t_28; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_18); + __pyx_t_18 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_17); + __pyx_t_17 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_16); + __pyx_t_16 = 0; + __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_dt); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_3))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + } + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __Pyx_XDECREF_SET(__pyx_v_dts, ((PyObject*)__pyx_t_5)); + __pyx_t_5 = 0; + + /* "ml.pyx":61 + * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] + * # find parent that maximizes log(p) - log(\tilde{p}) + * probs[i] = float("-inf") # <<<<<<<<<<<<<< + * for l, s in enumerate(successes): + * prob = s - failures[l] + */ + __pyx_t_29 = __Pyx_PyObject_AsDouble(__pyx_kp_s_inf); if (unlikely(__pyx_t_29 == ((double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 61; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_28 = __pyx_v_i; + if (__pyx_t_28 < 0) __pyx_t_28 += __pyx_pybuffernd_probs.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_2ml_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_28, __pyx_pybuffernd_probs.diminfo[0].strides) = __pyx_t_29; + + /* "ml.pyx":62 + * # find parent that maximizes log(p) - log(\tilde{p}) + * probs[i] = float("-inf") + * for l, s in enumerate(successes): # <<<<<<<<<<<<<< + * prob = s - failures[l] + * if prob > probs[i]: + */ + __pyx_t_14 = 0; + __pyx_t_5 = __pyx_v_successes; __Pyx_INCREF(__pyx_t_5); __pyx_t_15 = 0; + for (;;) { + if (__pyx_t_15 >= PyList_GET_SIZE(__pyx_t_5)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_6 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_15); __Pyx_INCREF(__pyx_t_6); __pyx_t_15++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 62; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_6 = PySequence_ITEM(__pyx_t_5, __pyx_t_15); __pyx_t_15++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 62; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + __Pyx_XDECREF_SET(__pyx_v_s, __pyx_t_6); + __pyx_t_6 = 0; + __pyx_v_l = __pyx_t_14; + __pyx_t_14 = (__pyx_t_14 + 1); + + /* "ml.pyx":63 + * probs[i] = float("-inf") + * for l, s in enumerate(successes): + * prob = s - failures[l] # <<<<<<<<<<<<<< + * if prob > probs[i]: + * probs[i] = prob + */ + __pyx_t_6 = __Pyx_GetItemInt_List(__pyx_v_failures, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_6 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 63; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_3 = PyNumber_Subtract(__pyx_v_s, __pyx_t_6); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 63; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __Pyx_XDECREF_SET(__pyx_v_prob, __pyx_t_3); + __pyx_t_3 = 0; + + /* "ml.pyx":64 + * for l, s in enumerate(successes): + * prob = s - failures[l] + * if prob > probs[i]: # <<<<<<<<<<<<<< + * probs[i] = prob + * parent_dists[i] = dists[l] + */ + __pyx_t_30 = __pyx_v_i; + if (__pyx_t_30 < 0) __pyx_t_30 += __pyx_pybuffernd_probs.diminfo[0].shape; + __pyx_t_3 = PyFloat_FromDouble((*__Pyx_BufPtrStrided1d(__pyx_t_2ml_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_30, __pyx_pybuffernd_probs.diminfo[0].strides))); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_6 = PyObject_RichCompare(__pyx_v_prob, __pyx_t_3, Py_GT); __Pyx_XGOTREF(__pyx_t_6); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_31 = __Pyx_PyObject_IsTrue(__pyx_t_6); if (unlikely(__pyx_t_31 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + if (__pyx_t_31) { + + /* "ml.pyx":65 + * prob = s - failures[l] + * if prob > probs[i]: + * probs[i] = prob # <<<<<<<<<<<<<< + * parent_dists[i] = dists[l] + * parent_dts[i] = dts[l] + */ + __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_v_prob); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 65; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_32 = __pyx_v_i; + if (__pyx_t_32 < 0) __pyx_t_32 += __pyx_pybuffernd_probs.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_2ml_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_32, __pyx_pybuffernd_probs.diminfo[0].strides) = __pyx_t_25; + + /* "ml.pyx":66 + * if prob > probs[i]: + * probs[i] = prob + * parent_dists[i] = dists[l] # <<<<<<<<<<<<<< + * parent_dts[i] = dts[l] + * # probs_fail[i] = failures[l] + */ + __pyx_t_6 = __Pyx_GetItemInt_List(__pyx_v_dists, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_6 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 66; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_t_6); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 66; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_33 = __pyx_v_i; + if (__pyx_t_33 < 0) __pyx_t_33 += __pyx_pybuffernd_parent_dists.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_2ml_DTYPE_t *, __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.buf, __pyx_t_33, __pyx_pybuffernd_parent_dists.diminfo[0].strides) = __pyx_t_25; + + /* "ml.pyx":67 + * probs[i] = prob + * parent_dists[i] = dists[l] + * parent_dts[i] = dts[l] # <<<<<<<<<<<<<< + * # probs_fail[i] = failures[l] + * + */ + __pyx_t_6 = __Pyx_GetItemInt_List(__pyx_v_dts, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_6 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 67; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_t_6); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 67; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_34 = __pyx_v_i; + if (__pyx_t_34 < 0) __pyx_t_34 += __pyx_pybuffernd_parent_dts.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_2ml_DTYPE_t *, __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.buf, __pyx_t_34, __pyx_pybuffernd_parent_dts.diminfo[0].strides) = __pyx_t_25; + goto __pyx_L23; + } + __pyx_L23:; + + /* "ml.pyx":62 + * # find parent that maximizes log(p) - log(\tilde{p}) + * probs[i] = float("-inf") + * for l, s in enumerate(successes): # <<<<<<<<<<<<<< + * prob = s - failures[l] + * if prob > probs[i]: + */ + } + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + } + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + + /* "ml.pyx":71 + * + * # loop through non-victims + * for i, parents in enumerate(non_victims.itervalues()): # <<<<<<<<<<<<<< + * # for each non victim node, compute the probability that all its + * # parents fail to infect it + */ + __pyx_t_12 = 0; + __pyx_t_1 = 0; + if (unlikely(__pyx_v_non_victims == Py_None)) { + PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "itervalues"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 71; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_5 = __Pyx_dict_iterator(__pyx_v_non_victims, 1, __pyx_n_s_itervalues, (&__pyx_t_2), (&__pyx_t_13)); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 71; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __Pyx_XDECREF(__pyx_t_4); + __pyx_t_4 = __pyx_t_5; + __pyx_t_5 = 0; + while (1) { + __pyx_t_14 = __Pyx_dict_iter_next(__pyx_t_4, __pyx_t_2, &__pyx_t_1, NULL, &__pyx_t_5, NULL, __pyx_t_13); + if (unlikely(__pyx_t_14 == 0)) break; + if (unlikely(__pyx_t_14 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 71; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + if (!(likely(PyList_CheckExact(__pyx_t_5))||((__pyx_t_5) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "list", Py_TYPE(__pyx_t_5)->tp_name), 0))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 71; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_XDECREF_SET(__pyx_v_parents, ((PyObject*)__pyx_t_5)); + __pyx_t_5 = 0; + __pyx_v_i = __pyx_t_12; + __pyx_t_12 = (__pyx_t_12 + 1); + + /* "ml.pyx":74 + * # for each non victim node, compute the probability that all its + * # parents fail to infect it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_nv[i] = sum(failures) + */ + __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 74; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + + /* "ml.pyx":75 + * # parents fail to infect it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * probs_nv[i] = sum(failures) + * + */ + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_6 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_6); __pyx_t_15 = 0; + for (;;) { + if (__pyx_t_15 >= PyList_GET_SIZE(__pyx_t_6)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_3 = PyList_GET_ITEM(__pyx_t_6, __pyx_t_15); __Pyx_INCREF(__pyx_t_3); __pyx_t_15++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_3 = PySequence_ITEM(__pyx_t_6, __pyx_t_15); __pyx_t_15++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_3))) || (PyList_CheckExact(__pyx_t_3))) { + PyObject* sequence = __pyx_t_3; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_16 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_21 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_16 = PyList_GET_ITEM(sequence, 0); + __pyx_t_17 = PyList_GET_ITEM(sequence, 1); + __pyx_t_18 = PyList_GET_ITEM(sequence, 2); + __pyx_t_19 = PyList_GET_ITEM(sequence, 3); + __pyx_t_20 = PyList_GET_ITEM(sequence, 4); + __pyx_t_21 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_16); + __Pyx_INCREF(__pyx_t_17); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_20); + __Pyx_INCREF(__pyx_t_21); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21}; + __pyx_t_22 = PyObject_GetIter(__pyx_t_3); if (unlikely(!__pyx_t_22)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_22); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_23 = Py_TYPE(__pyx_t_22)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_23(__pyx_t_22); if (unlikely(!item)) goto __pyx_L28_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_23(__pyx_t_22), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_23 = NULL; + __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; + goto __pyx_L29_unpacking_done; + __pyx_L28_unpacking_failed:; + __Pyx_DECREF(__pyx_t_22); __pyx_t_22 = 0; + __pyx_t_23 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L29_unpacking_done:; + } + __pyx_t_14 = __Pyx_PyInt_As_int(__pyx_t_17); if (unlikely((__pyx_t_14 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_17); __pyx_t_17 = 0; + __pyx_t_35 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_35 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 75; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_16); + __pyx_t_16 = 0; + __pyx_v_dist = __pyx_t_14; + __pyx_v_dt = __pyx_t_35; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_19); + __pyx_t_19 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_20); + __pyx_t_20 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_21); + __pyx_t_21 = 0; + + /* "ml.pyx":74 + * # for each non victim node, compute the probability that all its + * # parents fail to infect it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_nv[i] = sum(failures) + */ + __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 74; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 74; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 74; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_3 = PyFloat_FromDouble(__pyx_f_2ml_weight_failure(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda, __pyx_v_t_scale, __pyx_t_25, __pyx_t_26, __pyx_t_27)); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 74; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_3))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 74; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + + /* "ml.pyx":75 + * # parents fail to infect it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * probs_nv[i] = sum(failures) + * + */ + } + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __Pyx_XDECREF_SET(__pyx_v_failures, ((PyObject*)__pyx_t_5)); + __pyx_t_5 = 0; + + /* "ml.pyx":76 + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_nv[i] = sum(failures) # <<<<<<<<<<<<<< + * + * # calculate log likelihood + */ + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __Pyx_INCREF(__pyx_v_failures); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_v_failures); + __Pyx_GIVEREF(__pyx_v_failures); + __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_5, NULL); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_t_6); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_35 = __pyx_v_i; + if (__pyx_t_35 < 0) __pyx_t_35 += __pyx_pybuffernd_probs_nv.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_2ml_DTYPE_t *, __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.buf, __pyx_t_35, __pyx_pybuffernd_probs_nv.diminfo[0].strides) = __pyx_t_27; + } + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + + /* "ml.pyx":79 + * + * # calculate log likelihood + * ll = probs_fail.sum() # add probability that all edges to all victims fail # <<<<<<<<<<<<<< + * ll += probs_nv.sum() # add probability that all edges to non_victims fail + * + */ + __pyx_t_6 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_probs_fail), __pyx_n_s_sum); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_5 = NULL; + if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_6))) { + __pyx_t_5 = PyMethod_GET_SELF(__pyx_t_6); + if (likely(__pyx_t_5)) { + PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_6); + __Pyx_INCREF(__pyx_t_5); + __Pyx_INCREF(function); + __Pyx_DECREF_SET(__pyx_t_6, function); + } + } + if (__pyx_t_5) { + __pyx_t_4 = __Pyx_PyObject_CallOneArg(__pyx_t_6, __pyx_t_5); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + } else { + __pyx_t_4 = __Pyx_PyObject_CallNoArg(__pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_t_4); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_v_ll = __pyx_t_27; + + /* "ml.pyx":80 + * # calculate log likelihood + * ll = probs_fail.sum() # add probability that all edges to all victims fail + * ll += probs_nv.sum() # add probability that all edges to non_victims fail # <<<<<<<<<<<<<< + * + * max_beta_add = float('-inf') + */ + __pyx_t_4 = PyFloat_FromDouble(__pyx_v_ll); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 80; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_5 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_probs_nv), __pyx_n_s_sum); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 80; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __pyx_t_3 = NULL; + if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_5))) { + __pyx_t_3 = PyMethod_GET_SELF(__pyx_t_5); + if (likely(__pyx_t_3)) { + PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_5); + __Pyx_INCREF(__pyx_t_3); + __Pyx_INCREF(function); + __Pyx_DECREF_SET(__pyx_t_5, function); + } + } + if (__pyx_t_3) { + __pyx_t_6 = __Pyx_PyObject_CallOneArg(__pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 80; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + } else { + __pyx_t_6 = __Pyx_PyObject_CallNoArg(__pyx_t_5); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 80; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __pyx_t_5 = PyNumber_InPlaceAdd(__pyx_t_4, __pyx_t_6); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 80; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_t_5); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 80; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __pyx_v_ll = __pyx_t_27; + + /* "ml.pyx":82 + * ll += probs_nv.sum() # add probability that all edges to non_victims fail + * + * max_beta_add = float('-inf') # <<<<<<<<<<<<<< + * # iterate over all victim nodes to find the optimal threshold + * for beta in np.arange(0.01, 1., 0.01): + */ + __pyx_t_29 = __Pyx_PyObject_AsDouble(__pyx_kp_s_inf); if (unlikely(__pyx_t_29 == ((double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_v_max_beta_add = __pyx_t_29; + + /* "ml.pyx":84 + * max_beta_add = float('-inf') + * # iterate over all victim nodes to find the optimal threshold + * for beta in np.arange(0.01, 1., 0.01): # <<<<<<<<<<<<<< + * thresh = log(beta/(n_days*(1.-beta))) + * seeds = probstp_iternext; if (unlikely(!__pyx_t_36)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 84; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + for (;;) { + if (likely(!__pyx_t_36)) { + if (likely(PyList_CheckExact(__pyx_t_6))) { + if (__pyx_t_2 >= PyList_GET_SIZE(__pyx_t_6)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_5 = PyList_GET_ITEM(__pyx_t_6, __pyx_t_2); __Pyx_INCREF(__pyx_t_5); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 84; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_5 = PySequence_ITEM(__pyx_t_6, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 84; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + } else { + if (__pyx_t_2 >= PyTuple_GET_SIZE(__pyx_t_6)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_5 = PyTuple_GET_ITEM(__pyx_t_6, __pyx_t_2); __Pyx_INCREF(__pyx_t_5); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 84; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_5 = PySequence_ITEM(__pyx_t_6, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 84; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + } + } else { + __pyx_t_5 = __pyx_t_36(__pyx_t_6); + if (unlikely(!__pyx_t_5)) { + PyObject* exc_type = PyErr_Occurred(); + if (exc_type) { + if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear(); + else {__pyx_filename = __pyx_f[0]; __pyx_lineno = 84; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + break; + } + __Pyx_GOTREF(__pyx_t_5); + } + __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_t_5); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 84; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __pyx_v_beta = __pyx_t_27; + + /* "ml.pyx":85 + * # iterate over all victim nodes to find the optimal threshold + * for beta in np.arange(0.01, 1., 0.01): + * thresh = log(beta/(n_days*(1.-beta))) # <<<<<<<<<<<<<< + * seeds = probs=thresh + */ + __pyx_v_thresh = log((__pyx_v_beta / (__pyx_v_n_days * (1. - __pyx_v_beta)))); + + /* "ml.pyx":86 + * for beta in np.arange(0.01, 1., 0.01): + * thresh = log(beta/(n_days*(1.-beta))) + * seeds = probs=thresh + * roots = n_roots + sum(seeds) + */ + __pyx_t_5 = PyFloat_FromDouble(__pyx_v_thresh); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 86; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __pyx_t_4 = PyObject_RichCompare(((PyObject *)__pyx_v_probs), __pyx_t_5, Py_LT); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 86; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_XDECREF_SET(__pyx_v_seeds, __pyx_t_4); + __pyx_t_4 = 0; + + /* "ml.pyx":87 + * thresh = log(beta/(n_days*(1.-beta))) + * seeds = probs=thresh # <<<<<<<<<<<<<< + * roots = n_roots + sum(seeds) + * + */ + __pyx_t_4 = PyFloat_FromDouble(__pyx_v_thresh); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 87; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_5 = PyObject_RichCompare(((PyObject *)__pyx_v_probs), __pyx_t_4, Py_GE); __Pyx_XGOTREF(__pyx_t_5); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 87; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_XDECREF_SET(__pyx_v_non_seeds, __pyx_t_5); + __pyx_t_5 = 0; + + /* "ml.pyx":88 + * seeds = probs=thresh + * roots = n_roots + sum(seeds) # <<<<<<<<<<<<<< + * + * beta_add = 0. + */ + __pyx_t_5 = __Pyx_PyInt_From_int(__pyx_v_n_roots); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 88; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __pyx_t_4 = PyTuple_New(1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 88; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_INCREF(__pyx_v_seeds); + PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_v_seeds); + __Pyx_GIVEREF(__pyx_v_seeds); + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_4, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 88; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_4 = PyNumber_Add(__pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 88; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_12 = __Pyx_PyInt_As_int(__pyx_t_4); if (unlikely((__pyx_t_12 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 88; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_v_roots = __pyx_t_12; + + /* "ml.pyx":90 + * roots = n_roots + sum(seeds) + * + * beta_add = 0. # <<<<<<<<<<<<<< + * # add probability for realized edges and subtract probability these edges fail + * beta_add += (probs[non_seeds]).sum() + */ + __pyx_v_beta_add = 0.; + + /* "ml.pyx":92 + * beta_add = 0. + * # add probability for realized edges and subtract probability these edges fail + * beta_add += (probs[non_seeds]).sum() # <<<<<<<<<<<<<< + * # add probability for the seeds and non-seeds + * beta_add += roots * log(beta/n_days) + (n_nodes-roots) * log(1. - beta) + */ + __pyx_t_4 = PyFloat_FromDouble(__pyx_v_beta_add); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 92; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_5 = PyObject_GetItem(((PyObject *)__pyx_v_probs), __pyx_v_non_seeds); if (unlikely(__pyx_t_5 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 92; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_5); + __pyx_t_21 = __Pyx_PyObject_GetAttrStr(__pyx_t_5, __pyx_n_s_sum); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 92; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_21); + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __pyx_t_5 = NULL; + if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_21))) { + __pyx_t_5 = PyMethod_GET_SELF(__pyx_t_21); + if (likely(__pyx_t_5)) { + PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_21); + __Pyx_INCREF(__pyx_t_5); + __Pyx_INCREF(function); + __Pyx_DECREF_SET(__pyx_t_21, function); + } + } + if (__pyx_t_5) { + __pyx_t_3 = __Pyx_PyObject_CallOneArg(__pyx_t_21, __pyx_t_5); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 92; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + } else { + __pyx_t_3 = __Pyx_PyObject_CallNoArg(__pyx_t_21); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 92; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + __pyx_t_21 = PyNumber_InPlaceAdd(__pyx_t_4, __pyx_t_3); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 92; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_21); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_t_21); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 92; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + __pyx_v_beta_add = __pyx_t_27; + + /* "ml.pyx":94 + * beta_add += (probs[non_seeds]).sum() + * # add probability for the seeds and non-seeds + * beta_add += roots * log(beta/n_days) + (n_nodes-roots) * log(1. - beta) # <<<<<<<<<<<<<< + * + * if beta_add > max_beta_add: + */ + __pyx_t_21 = PyFloat_FromDouble(__pyx_v_beta_add); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_21); + __pyx_t_3 = PyFloat_FromDouble((__pyx_v_roots * log((__pyx_v_beta / __pyx_v_n_days)))); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_roots); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_5 = PyNumber_Subtract(__pyx_v_n_nodes, __pyx_t_4); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_4 = PyFloat_FromDouble(log((1. - __pyx_v_beta))); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_20 = PyNumber_Multiply(__pyx_t_5, __pyx_t_4); if (unlikely(!__pyx_t_20)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_20); + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_4 = PyNumber_Add(__pyx_t_3, __pyx_t_20); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_DECREF(__pyx_t_20); __pyx_t_20 = 0; + __pyx_t_20 = PyNumber_InPlaceAdd(__pyx_t_21, __pyx_t_4); if (unlikely(!__pyx_t_20)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_20); + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_t_20); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_20); __pyx_t_20 = 0; + __pyx_v_beta_add = __pyx_t_27; + + /* "ml.pyx":96 + * beta_add += roots * log(beta/n_days) + (n_nodes-roots) * log(1. - beta) + * + * if beta_add > max_beta_add: # <<<<<<<<<<<<<< + * max_beta = beta + * max_roots = roots + */ + __pyx_t_31 = ((__pyx_v_beta_add > __pyx_v_max_beta_add) != 0); + if (__pyx_t_31) { + + /* "ml.pyx":97 + * + * if beta_add > max_beta_add: + * max_beta = beta # <<<<<<<<<<<<<< + * max_roots = roots + * max_beta_add = beta_add + */ + __pyx_v_max_beta = __pyx_v_beta; + + /* "ml.pyx":98 + * if beta_add > max_beta_add: + * max_beta = beta + * max_roots = roots # <<<<<<<<<<<<<< + * max_beta_add = beta_add + * pdists = (parent_dists[non_seeds]).mean() + */ + __pyx_v_max_roots = __pyx_v_roots; + + /* "ml.pyx":99 + * max_beta = beta + * max_roots = roots + * max_beta_add = beta_add # <<<<<<<<<<<<<< + * pdists = (parent_dists[non_seeds]).mean() + * pdts = (parent_dts[non_seeds]).mean() + */ + __pyx_v_max_beta_add = __pyx_v_beta_add; + + /* "ml.pyx":100 + * max_roots = roots + * max_beta_add = beta_add + * pdists = (parent_dists[non_seeds]).mean() # <<<<<<<<<<<<<< + * pdts = (parent_dts[non_seeds]).mean() + * # print 'beta:', max_beta, 'add:', max_beta_add, 'roots:', max_roots + */ + __pyx_t_4 = PyObject_GetItem(((PyObject *)__pyx_v_parent_dists), __pyx_v_non_seeds); if (unlikely(__pyx_t_4 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 100; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_21 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_n_s_mean); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 100; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_21); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_4 = NULL; + if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_21))) { + __pyx_t_4 = PyMethod_GET_SELF(__pyx_t_21); + if (likely(__pyx_t_4)) { + PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_21); + __Pyx_INCREF(__pyx_t_4); + __Pyx_INCREF(function); + __Pyx_DECREF_SET(__pyx_t_21, function); + } + } + if (__pyx_t_4) { + __pyx_t_20 = __Pyx_PyObject_CallOneArg(__pyx_t_21, __pyx_t_4); if (unlikely(!__pyx_t_20)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 100; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + } else { + __pyx_t_20 = __Pyx_PyObject_CallNoArg(__pyx_t_21); if (unlikely(!__pyx_t_20)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 100; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __Pyx_GOTREF(__pyx_t_20); + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + __Pyx_XDECREF_SET(__pyx_v_pdists, __pyx_t_20); + __pyx_t_20 = 0; + + /* "ml.pyx":101 + * max_beta_add = beta_add + * pdists = (parent_dists[non_seeds]).mean() + * pdts = (parent_dts[non_seeds]).mean() # <<<<<<<<<<<<<< + * # print 'beta:', max_beta, 'add:', max_beta_add, 'roots:', max_roots + * + */ + __pyx_t_21 = PyObject_GetItem(((PyObject *)__pyx_v_parent_dts), __pyx_v_non_seeds); if (unlikely(__pyx_t_21 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 101; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_21); + __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_21, __pyx_n_s_mean); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 101; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + __pyx_t_21 = NULL; + if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_4))) { + __pyx_t_21 = PyMethod_GET_SELF(__pyx_t_4); + if (likely(__pyx_t_21)) { + PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4); + __Pyx_INCREF(__pyx_t_21); + __Pyx_INCREF(function); + __Pyx_DECREF_SET(__pyx_t_4, function); + } + } + if (__pyx_t_21) { + __pyx_t_20 = __Pyx_PyObject_CallOneArg(__pyx_t_4, __pyx_t_21); if (unlikely(!__pyx_t_20)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 101; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + } else { + __pyx_t_20 = __Pyx_PyObject_CallNoArg(__pyx_t_4); if (unlikely(!__pyx_t_20)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 101; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __Pyx_GOTREF(__pyx_t_20); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_XDECREF_SET(__pyx_v_pdts, __pyx_t_20); + __pyx_t_20 = 0; + goto __pyx_L32; + } + __pyx_L32:; + + /* "ml.pyx":84 + * max_beta_add = float('-inf') + * # iterate over all victim nodes to find the optimal threshold + * for beta in np.arange(0.01, 1., 0.01): # <<<<<<<<<<<<<< + * thresh = log(beta/(n_days*(1.-beta))) + * seeds = probspybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_nv.rcbuffer->pybuffer); + __Pyx_ErrRestore(__pyx_type, __pyx_value, __pyx_tb);} + __Pyx_AddTraceback("ml.ml", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = NULL; + goto __pyx_L2; + __pyx_L0:; + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dists.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_nv.rcbuffer->pybuffer); + __pyx_L2:; + __Pyx_XDECREF(__pyx_v_parents); + __Pyx_XDECREF(__pyx_v_failures); + __Pyx_XDECREF(__pyx_v_successes); + __Pyx_XDECREF(__pyx_v_n_nodes); + __Pyx_XDECREF((PyObject *)__pyx_v_probs); + __Pyx_XDECREF((PyObject *)__pyx_v_probs_fail); + __Pyx_XDECREF((PyObject *)__pyx_v_parent_dists); + __Pyx_XDECREF((PyObject *)__pyx_v_parent_dts); + __Pyx_XDECREF((PyObject *)__pyx_v_probs_nv); + __Pyx_XDECREF(__pyx_v_dists); + __Pyx_XDECREF(__pyx_v_dts); + __Pyx_XDECREF(__pyx_v_s); + __Pyx_XDECREF(__pyx_v_prob); + __Pyx_XDECREF(__pyx_v_seeds); + __Pyx_XDECREF(__pyx_v_non_seeds); + __Pyx_XDECREF(__pyx_v_pdists); + __Pyx_XDECREF(__pyx_v_pdts); + __Pyx_XDECREF(__pyx_v_prnt); + __Pyx_XDECREF(__pyx_v_w1); + __Pyx_XDECREF(__pyx_v_w2); + __Pyx_XDECREF(__pyx_v_w3); + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":197 + * # experimental exception made for __getbuffer__ and __releasebuffer__ + * # -- the details of this may change. + * def __getbuffer__(ndarray self, Py_buffer* info, int flags): # <<<<<<<<<<<<<< + * # This implementation of getbuffer is geared towards Cython + * # requirements, and does not yet fullfill the PEP. + */ + +/* Python wrapper */ +static CYTHON_UNUSED int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /*proto*/ +static CYTHON_UNUSED int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) { + int __pyx_r; + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("__getbuffer__ (wrapper)", 0); + __pyx_r = __pyx_pf_5numpy_7ndarray___getbuffer__(((PyArrayObject *)__pyx_v_self), ((Py_buffer *)__pyx_v_info), ((int)__pyx_v_flags)); + + /* function exit code */ + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +static int __pyx_pf_5numpy_7ndarray___getbuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) { + int __pyx_v_copy_shape; + int __pyx_v_i; + int __pyx_v_ndim; + int __pyx_v_endian_detector; + int __pyx_v_little_endian; + int __pyx_v_t; + char *__pyx_v_f; + PyArray_Descr *__pyx_v_descr = 0; + int __pyx_v_offset; + int __pyx_v_hasfields; + int __pyx_r; + __Pyx_RefNannyDeclarations + int __pyx_t_1; + int __pyx_t_2; + PyObject *__pyx_t_3 = NULL; + int __pyx_t_4; + int __pyx_t_5; + PyObject *__pyx_t_6 = NULL; + char *__pyx_t_7; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("__getbuffer__", 0); + if (__pyx_v_info != NULL) { + __pyx_v_info->obj = Py_None; __Pyx_INCREF(Py_None); + __Pyx_GIVEREF(__pyx_v_info->obj); + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":203 + * # of flags + * + * if info == NULL: return # <<<<<<<<<<<<<< + * + * cdef int copy_shape, i, ndim + */ + __pyx_t_1 = ((__pyx_v_info == NULL) != 0); + if (__pyx_t_1) { + __pyx_r = 0; + goto __pyx_L0; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":206 + * + * cdef int copy_shape, i, ndim + * cdef int endian_detector = 1 # <<<<<<<<<<<<<< + * cdef bint little_endian = ((&endian_detector)[0] != 0) + * + */ + __pyx_v_endian_detector = 1; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":207 + * cdef int copy_shape, i, ndim + * cdef int endian_detector = 1 + * cdef bint little_endian = ((&endian_detector)[0] != 0) # <<<<<<<<<<<<<< + * + * ndim = PyArray_NDIM(self) + */ + __pyx_v_little_endian = ((((char *)(&__pyx_v_endian_detector))[0]) != 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":209 + * cdef bint little_endian = ((&endian_detector)[0] != 0) + * + * ndim = PyArray_NDIM(self) # <<<<<<<<<<<<<< + * + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + */ + __pyx_v_ndim = PyArray_NDIM(__pyx_v_self); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":211 + * ndim = PyArray_NDIM(self) + * + * if sizeof(npy_intp) != sizeof(Py_ssize_t): # <<<<<<<<<<<<<< + * copy_shape = 1 + * else: + */ + __pyx_t_1 = (((sizeof(npy_intp)) != (sizeof(Py_ssize_t))) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":212 + * + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + * copy_shape = 1 # <<<<<<<<<<<<<< + * else: + * copy_shape = 0 + */ + __pyx_v_copy_shape = 1; + goto __pyx_L4; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":214 + * copy_shape = 1 + * else: + * copy_shape = 0 # <<<<<<<<<<<<<< + * + * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) + */ + __pyx_v_copy_shape = 0; + } + __pyx_L4:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":216 + * copy_shape = 0 + * + * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) # <<<<<<<<<<<<<< + * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): + * raise ValueError(u"ndarray is not C contiguous") + */ + __pyx_t_2 = (((__pyx_v_flags & PyBUF_C_CONTIGUOUS) == PyBUF_C_CONTIGUOUS) != 0); + if (__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L6_bool_binop_done; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":217 + * + * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) + * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): # <<<<<<<<<<<<<< + * raise ValueError(u"ndarray is not C contiguous") + * + */ + __pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_C_CONTIGUOUS) != 0)) != 0); + __pyx_t_1 = __pyx_t_2; + __pyx_L6_bool_binop_done:; + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":218 + * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) + * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): + * raise ValueError(u"ndarray is not C contiguous") # <<<<<<<<<<<<<< + * + * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__2, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":220 + * raise ValueError(u"ndarray is not C contiguous") + * + * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) # <<<<<<<<<<<<<< + * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): + * raise ValueError(u"ndarray is not Fortran contiguous") + */ + __pyx_t_2 = (((__pyx_v_flags & PyBUF_F_CONTIGUOUS) == PyBUF_F_CONTIGUOUS) != 0); + if (__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L9_bool_binop_done; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":221 + * + * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) + * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): # <<<<<<<<<<<<<< + * raise ValueError(u"ndarray is not Fortran contiguous") + * + */ + __pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_F_CONTIGUOUS) != 0)) != 0); + __pyx_t_1 = __pyx_t_2; + __pyx_L9_bool_binop_done:; + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":222 + * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) + * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): + * raise ValueError(u"ndarray is not Fortran contiguous") # <<<<<<<<<<<<<< + * + * info.buf = PyArray_DATA(self) + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__3, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 222; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 222; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":224 + * raise ValueError(u"ndarray is not Fortran contiguous") + * + * info.buf = PyArray_DATA(self) # <<<<<<<<<<<<<< + * info.ndim = ndim + * if copy_shape: + */ + __pyx_v_info->buf = PyArray_DATA(__pyx_v_self); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":225 + * + * info.buf = PyArray_DATA(self) + * info.ndim = ndim # <<<<<<<<<<<<<< + * if copy_shape: + * # Allocate new buffer for strides and shape info. + */ + __pyx_v_info->ndim = __pyx_v_ndim; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":226 + * info.buf = PyArray_DATA(self) + * info.ndim = ndim + * if copy_shape: # <<<<<<<<<<<<<< + * # Allocate new buffer for strides and shape info. + * # This is allocated as one block, strides first. + */ + __pyx_t_1 = (__pyx_v_copy_shape != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":229 + * # Allocate new buffer for strides and shape info. + * # This is allocated as one block, strides first. + * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) # <<<<<<<<<<<<<< + * info.shape = info.strides + ndim + * for i in range(ndim): + */ + __pyx_v_info->strides = ((Py_ssize_t *)malloc((((sizeof(Py_ssize_t)) * ((size_t)__pyx_v_ndim)) * 2))); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":230 + * # This is allocated as one block, strides first. + * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) + * info.shape = info.strides + ndim # <<<<<<<<<<<<<< + * for i in range(ndim): + * info.strides[i] = PyArray_STRIDES(self)[i] + */ + __pyx_v_info->shape = (__pyx_v_info->strides + __pyx_v_ndim); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":231 + * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) + * info.shape = info.strides + ndim + * for i in range(ndim): # <<<<<<<<<<<<<< + * info.strides[i] = PyArray_STRIDES(self)[i] + * info.shape[i] = PyArray_DIMS(self)[i] + */ + __pyx_t_4 = __pyx_v_ndim; + for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { + __pyx_v_i = __pyx_t_5; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":232 + * info.shape = info.strides + ndim + * for i in range(ndim): + * info.strides[i] = PyArray_STRIDES(self)[i] # <<<<<<<<<<<<<< + * info.shape[i] = PyArray_DIMS(self)[i] + * else: + */ + (__pyx_v_info->strides[__pyx_v_i]) = (PyArray_STRIDES(__pyx_v_self)[__pyx_v_i]); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":233 + * for i in range(ndim): + * info.strides[i] = PyArray_STRIDES(self)[i] + * info.shape[i] = PyArray_DIMS(self)[i] # <<<<<<<<<<<<<< + * else: + * info.strides = PyArray_STRIDES(self) + */ + (__pyx_v_info->shape[__pyx_v_i]) = (PyArray_DIMS(__pyx_v_self)[__pyx_v_i]); + } + goto __pyx_L11; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":235 + * info.shape[i] = PyArray_DIMS(self)[i] + * else: + * info.strides = PyArray_STRIDES(self) # <<<<<<<<<<<<<< + * info.shape = PyArray_DIMS(self) + * info.suboffsets = NULL + */ + __pyx_v_info->strides = ((Py_ssize_t *)PyArray_STRIDES(__pyx_v_self)); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":236 + * else: + * info.strides = PyArray_STRIDES(self) + * info.shape = PyArray_DIMS(self) # <<<<<<<<<<<<<< + * info.suboffsets = NULL + * info.itemsize = PyArray_ITEMSIZE(self) + */ + __pyx_v_info->shape = ((Py_ssize_t *)PyArray_DIMS(__pyx_v_self)); + } + __pyx_L11:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":237 + * info.strides = PyArray_STRIDES(self) + * info.shape = PyArray_DIMS(self) + * info.suboffsets = NULL # <<<<<<<<<<<<<< + * info.itemsize = PyArray_ITEMSIZE(self) + * info.readonly = not PyArray_ISWRITEABLE(self) + */ + __pyx_v_info->suboffsets = NULL; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":238 + * info.shape = PyArray_DIMS(self) + * info.suboffsets = NULL + * info.itemsize = PyArray_ITEMSIZE(self) # <<<<<<<<<<<<<< + * info.readonly = not PyArray_ISWRITEABLE(self) + * + */ + __pyx_v_info->itemsize = PyArray_ITEMSIZE(__pyx_v_self); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":239 + * info.suboffsets = NULL + * info.itemsize = PyArray_ITEMSIZE(self) + * info.readonly = not PyArray_ISWRITEABLE(self) # <<<<<<<<<<<<<< + * + * cdef int t + */ + __pyx_v_info->readonly = (!(PyArray_ISWRITEABLE(__pyx_v_self) != 0)); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":242 + * + * cdef int t + * cdef char* f = NULL # <<<<<<<<<<<<<< + * cdef dtype descr = self.descr + * cdef list stack + */ + __pyx_v_f = NULL; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":243 + * cdef int t + * cdef char* f = NULL + * cdef dtype descr = self.descr # <<<<<<<<<<<<<< + * cdef list stack + * cdef int offset + */ + __pyx_t_3 = ((PyObject *)__pyx_v_self->descr); + __Pyx_INCREF(__pyx_t_3); + __pyx_v_descr = ((PyArray_Descr *)__pyx_t_3); + __pyx_t_3 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":247 + * cdef int offset + * + * cdef bint hasfields = PyDataType_HASFIELDS(descr) # <<<<<<<<<<<<<< + * + * if not hasfields and not copy_shape: + */ + __pyx_v_hasfields = PyDataType_HASFIELDS(__pyx_v_descr); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":249 + * cdef bint hasfields = PyDataType_HASFIELDS(descr) + * + * if not hasfields and not copy_shape: # <<<<<<<<<<<<<< + * # do not call releasebuffer + * info.obj = None + */ + __pyx_t_2 = ((!(__pyx_v_hasfields != 0)) != 0); + if (__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L15_bool_binop_done; + } + __pyx_t_2 = ((!(__pyx_v_copy_shape != 0)) != 0); + __pyx_t_1 = __pyx_t_2; + __pyx_L15_bool_binop_done:; + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":251 + * if not hasfields and not copy_shape: + * # do not call releasebuffer + * info.obj = None # <<<<<<<<<<<<<< + * else: + * # need to call releasebuffer + */ + __Pyx_INCREF(Py_None); + __Pyx_GIVEREF(Py_None); + __Pyx_GOTREF(__pyx_v_info->obj); + __Pyx_DECREF(__pyx_v_info->obj); + __pyx_v_info->obj = Py_None; + goto __pyx_L14; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":254 + * else: + * # need to call releasebuffer + * info.obj = self # <<<<<<<<<<<<<< + * + * if not hasfields: + */ + __Pyx_INCREF(((PyObject *)__pyx_v_self)); + __Pyx_GIVEREF(((PyObject *)__pyx_v_self)); + __Pyx_GOTREF(__pyx_v_info->obj); + __Pyx_DECREF(__pyx_v_info->obj); + __pyx_v_info->obj = ((PyObject *)__pyx_v_self); + } + __pyx_L14:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":256 + * info.obj = self + * + * if not hasfields: # <<<<<<<<<<<<<< + * t = descr.type_num + * if ((descr.byteorder == c'>' and little_endian) or + */ + __pyx_t_1 = ((!(__pyx_v_hasfields != 0)) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":257 + * + * if not hasfields: + * t = descr.type_num # <<<<<<<<<<<<<< + * if ((descr.byteorder == c'>' and little_endian) or + * (descr.byteorder == c'<' and not little_endian)): + */ + __pyx_t_4 = __pyx_v_descr->type_num; + __pyx_v_t = __pyx_t_4; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":258 + * if not hasfields: + * t = descr.type_num + * if ((descr.byteorder == c'>' and little_endian) or # <<<<<<<<<<<<<< + * (descr.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") + */ + __pyx_t_2 = ((__pyx_v_descr->byteorder == '>') != 0); + if (!__pyx_t_2) { + goto __pyx_L20_next_or; + } else { + } + __pyx_t_2 = (__pyx_v_little_endian != 0); + if (!__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L19_bool_binop_done; + } + __pyx_L20_next_or:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":259 + * t = descr.type_num + * if ((descr.byteorder == c'>' and little_endian) or + * (descr.byteorder == c'<' and not little_endian)): # <<<<<<<<<<<<<< + * raise ValueError(u"Non-native byte order not supported") + * if t == NPY_BYTE: f = "b" + */ + __pyx_t_2 = ((__pyx_v_descr->byteorder == '<') != 0); + if (__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L19_bool_binop_done; + } + __pyx_t_2 = ((!(__pyx_v_little_endian != 0)) != 0); + __pyx_t_1 = __pyx_t_2; + __pyx_L19_bool_binop_done:; + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":260 + * if ((descr.byteorder == c'>' and little_endian) or + * (descr.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< + * if t == NPY_BYTE: f = "b" + * elif t == NPY_UBYTE: f = "B" + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__4, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":277 + * elif t == NPY_CDOUBLE: f = "Zd" + * elif t == NPY_CLONGDOUBLE: f = "Zg" + * elif t == NPY_OBJECT: f = "O" # <<<<<<<<<<<<<< + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + */ + switch (__pyx_v_t) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":261 + * (descr.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") + * if t == NPY_BYTE: f = "b" # <<<<<<<<<<<<<< + * elif t == NPY_UBYTE: f = "B" + * elif t == NPY_SHORT: f = "h" + */ + case NPY_BYTE: + __pyx_v_f = __pyx_k_b; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":262 + * raise ValueError(u"Non-native byte order not supported") + * if t == NPY_BYTE: f = "b" + * elif t == NPY_UBYTE: f = "B" # <<<<<<<<<<<<<< + * elif t == NPY_SHORT: f = "h" + * elif t == NPY_USHORT: f = "H" + */ + case NPY_UBYTE: + __pyx_v_f = __pyx_k_B; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":263 + * if t == NPY_BYTE: f = "b" + * elif t == NPY_UBYTE: f = "B" + * elif t == NPY_SHORT: f = "h" # <<<<<<<<<<<<<< + * elif t == NPY_USHORT: f = "H" + * elif t == NPY_INT: f = "i" + */ + case NPY_SHORT: + __pyx_v_f = __pyx_k_h; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":264 + * elif t == NPY_UBYTE: f = "B" + * elif t == NPY_SHORT: f = "h" + * elif t == NPY_USHORT: f = "H" # <<<<<<<<<<<<<< + * elif t == NPY_INT: f = "i" + * elif t == NPY_UINT: f = "I" + */ + case NPY_USHORT: + __pyx_v_f = __pyx_k_H; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":265 + * elif t == NPY_SHORT: f = "h" + * elif t == NPY_USHORT: f = "H" + * elif t == NPY_INT: f = "i" # <<<<<<<<<<<<<< + * elif t == NPY_UINT: f = "I" + * elif t == NPY_LONG: f = "l" + */ + case NPY_INT: + __pyx_v_f = __pyx_k_i; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":266 + * elif t == NPY_USHORT: f = "H" + * elif t == NPY_INT: f = "i" + * elif t == NPY_UINT: f = "I" # <<<<<<<<<<<<<< + * elif t == NPY_LONG: f = "l" + * elif t == NPY_ULONG: f = "L" + */ + case NPY_UINT: + __pyx_v_f = __pyx_k_I; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":267 + * elif t == NPY_INT: f = "i" + * elif t == NPY_UINT: f = "I" + * elif t == NPY_LONG: f = "l" # <<<<<<<<<<<<<< + * elif t == NPY_ULONG: f = "L" + * elif t == NPY_LONGLONG: f = "q" + */ + case NPY_LONG: + __pyx_v_f = __pyx_k_l; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":268 + * elif t == NPY_UINT: f = "I" + * elif t == NPY_LONG: f = "l" + * elif t == NPY_ULONG: f = "L" # <<<<<<<<<<<<<< + * elif t == NPY_LONGLONG: f = "q" + * elif t == NPY_ULONGLONG: f = "Q" + */ + case NPY_ULONG: + __pyx_v_f = __pyx_k_L; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":269 + * elif t == NPY_LONG: f = "l" + * elif t == NPY_ULONG: f = "L" + * elif t == NPY_LONGLONG: f = "q" # <<<<<<<<<<<<<< + * elif t == NPY_ULONGLONG: f = "Q" + * elif t == NPY_FLOAT: f = "f" + */ + case NPY_LONGLONG: + __pyx_v_f = __pyx_k_q; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":270 + * elif t == NPY_ULONG: f = "L" + * elif t == NPY_LONGLONG: f = "q" + * elif t == NPY_ULONGLONG: f = "Q" # <<<<<<<<<<<<<< + * elif t == NPY_FLOAT: f = "f" + * elif t == NPY_DOUBLE: f = "d" + */ + case NPY_ULONGLONG: + __pyx_v_f = __pyx_k_Q; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":271 + * elif t == NPY_LONGLONG: f = "q" + * elif t == NPY_ULONGLONG: f = "Q" + * elif t == NPY_FLOAT: f = "f" # <<<<<<<<<<<<<< + * elif t == NPY_DOUBLE: f = "d" + * elif t == NPY_LONGDOUBLE: f = "g" + */ + case NPY_FLOAT: + __pyx_v_f = __pyx_k_f; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":272 + * elif t == NPY_ULONGLONG: f = "Q" + * elif t == NPY_FLOAT: f = "f" + * elif t == NPY_DOUBLE: f = "d" # <<<<<<<<<<<<<< + * elif t == NPY_LONGDOUBLE: f = "g" + * elif t == NPY_CFLOAT: f = "Zf" + */ + case NPY_DOUBLE: + __pyx_v_f = __pyx_k_d; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":273 + * elif t == NPY_FLOAT: f = "f" + * elif t == NPY_DOUBLE: f = "d" + * elif t == NPY_LONGDOUBLE: f = "g" # <<<<<<<<<<<<<< + * elif t == NPY_CFLOAT: f = "Zf" + * elif t == NPY_CDOUBLE: f = "Zd" + */ + case NPY_LONGDOUBLE: + __pyx_v_f = __pyx_k_g; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":274 + * elif t == NPY_DOUBLE: f = "d" + * elif t == NPY_LONGDOUBLE: f = "g" + * elif t == NPY_CFLOAT: f = "Zf" # <<<<<<<<<<<<<< + * elif t == NPY_CDOUBLE: f = "Zd" + * elif t == NPY_CLONGDOUBLE: f = "Zg" + */ + case NPY_CFLOAT: + __pyx_v_f = __pyx_k_Zf; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":275 + * elif t == NPY_LONGDOUBLE: f = "g" + * elif t == NPY_CFLOAT: f = "Zf" + * elif t == NPY_CDOUBLE: f = "Zd" # <<<<<<<<<<<<<< + * elif t == NPY_CLONGDOUBLE: f = "Zg" + * elif t == NPY_OBJECT: f = "O" + */ + case NPY_CDOUBLE: + __pyx_v_f = __pyx_k_Zd; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":276 + * elif t == NPY_CFLOAT: f = "Zf" + * elif t == NPY_CDOUBLE: f = "Zd" + * elif t == NPY_CLONGDOUBLE: f = "Zg" # <<<<<<<<<<<<<< + * elif t == NPY_OBJECT: f = "O" + * else: + */ + case NPY_CLONGDOUBLE: + __pyx_v_f = __pyx_k_Zg; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":277 + * elif t == NPY_CDOUBLE: f = "Zd" + * elif t == NPY_CLONGDOUBLE: f = "Zg" + * elif t == NPY_OBJECT: f = "O" # <<<<<<<<<<<<<< + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + */ + case NPY_OBJECT: + __pyx_v_f = __pyx_k_O; + break; + default: + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":279 + * elif t == NPY_OBJECT: f = "O" + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) # <<<<<<<<<<<<<< + * info.format = f + * return + */ + __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_t); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_6 = PyUnicode_Format(__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_t_6); + __Pyx_GIVEREF(__pyx_t_6); + __pyx_t_6 = 0; + __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_3, NULL); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_Raise(__pyx_t_6, 0, 0, 0); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + break; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":280 + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + * info.format = f # <<<<<<<<<<<<<< + * return + * else: + */ + __pyx_v_info->format = __pyx_v_f; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":281 + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + * info.format = f + * return # <<<<<<<<<<<<<< + * else: + * info.format = stdlib.malloc(_buffer_format_string_len) + */ + __pyx_r = 0; + goto __pyx_L0; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":283 + * return + * else: + * info.format = stdlib.malloc(_buffer_format_string_len) # <<<<<<<<<<<<<< + * info.format[0] = c'^' # Native data types, manual alignment + * offset = 0 + */ + __pyx_v_info->format = ((char *)malloc(255)); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":284 + * else: + * info.format = stdlib.malloc(_buffer_format_string_len) + * info.format[0] = c'^' # Native data types, manual alignment # <<<<<<<<<<<<<< + * offset = 0 + * f = _util_dtypestring(descr, info.format + 1, + */ + (__pyx_v_info->format[0]) = '^'; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":285 + * info.format = stdlib.malloc(_buffer_format_string_len) + * info.format[0] = c'^' # Native data types, manual alignment + * offset = 0 # <<<<<<<<<<<<<< + * f = _util_dtypestring(descr, info.format + 1, + * info.format + _buffer_format_string_len, + */ + __pyx_v_offset = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":286 + * info.format[0] = c'^' # Native data types, manual alignment + * offset = 0 + * f = _util_dtypestring(descr, info.format + 1, # <<<<<<<<<<<<<< + * info.format + _buffer_format_string_len, + * &offset) + */ + __pyx_t_7 = __pyx_f_5numpy__util_dtypestring(__pyx_v_descr, (__pyx_v_info->format + 1), (__pyx_v_info->format + 255), (&__pyx_v_offset)); if (unlikely(__pyx_t_7 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 286; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_v_f = __pyx_t_7; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":289 + * info.format + _buffer_format_string_len, + * &offset) + * f[0] = c'\0' # Terminate format string # <<<<<<<<<<<<<< + * + * def __releasebuffer__(ndarray self, Py_buffer* info): + */ + (__pyx_v_f[0]) = '\x00'; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":197 + * # experimental exception made for __getbuffer__ and __releasebuffer__ + * # -- the details of this may change. + * def __getbuffer__(ndarray self, Py_buffer* info, int flags): # <<<<<<<<<<<<<< + * # This implementation of getbuffer is geared towards Cython + * # requirements, and does not yet fullfill the PEP. + */ + + /* function exit code */ + __pyx_r = 0; + goto __pyx_L0; + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_3); + __Pyx_XDECREF(__pyx_t_6); + __Pyx_AddTraceback("numpy.ndarray.__getbuffer__", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = -1; + if (__pyx_v_info != NULL && __pyx_v_info->obj != NULL) { + __Pyx_GOTREF(__pyx_v_info->obj); + __Pyx_DECREF(__pyx_v_info->obj); __pyx_v_info->obj = NULL; + } + goto __pyx_L2; + __pyx_L0:; + if (__pyx_v_info != NULL && __pyx_v_info->obj == Py_None) { + __Pyx_GOTREF(Py_None); + __Pyx_DECREF(Py_None); __pyx_v_info->obj = NULL; + } + __pyx_L2:; + __Pyx_XDECREF((PyObject *)__pyx_v_descr); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":291 + * f[0] = c'\0' # Terminate format string + * + * def __releasebuffer__(ndarray self, Py_buffer* info): # <<<<<<<<<<<<<< + * if PyArray_HASFIELDS(self): + * stdlib.free(info.format) + */ + +/* Python wrapper */ +static CYTHON_UNUSED void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info); /*proto*/ +static CYTHON_UNUSED void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info) { + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("__releasebuffer__ (wrapper)", 0); + __pyx_pf_5numpy_7ndarray_2__releasebuffer__(((PyArrayObject *)__pyx_v_self), ((Py_buffer *)__pyx_v_info)); + + /* function exit code */ + __Pyx_RefNannyFinishContext(); +} + +static void __pyx_pf_5numpy_7ndarray_2__releasebuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info) { + __Pyx_RefNannyDeclarations + int __pyx_t_1; + __Pyx_RefNannySetupContext("__releasebuffer__", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":292 + * + * def __releasebuffer__(ndarray self, Py_buffer* info): + * if PyArray_HASFIELDS(self): # <<<<<<<<<<<<<< + * stdlib.free(info.format) + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + */ + __pyx_t_1 = (PyArray_HASFIELDS(__pyx_v_self) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":293 + * def __releasebuffer__(ndarray self, Py_buffer* info): + * if PyArray_HASFIELDS(self): + * stdlib.free(info.format) # <<<<<<<<<<<<<< + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + * stdlib.free(info.strides) + */ + free(__pyx_v_info->format); + goto __pyx_L3; + } + __pyx_L3:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":294 + * if PyArray_HASFIELDS(self): + * stdlib.free(info.format) + * if sizeof(npy_intp) != sizeof(Py_ssize_t): # <<<<<<<<<<<<<< + * stdlib.free(info.strides) + * # info.shape was stored after info.strides in the same block + */ + __pyx_t_1 = (((sizeof(npy_intp)) != (sizeof(Py_ssize_t))) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":295 + * stdlib.free(info.format) + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + * stdlib.free(info.strides) # <<<<<<<<<<<<<< + * # info.shape was stored after info.strides in the same block + * + */ + free(__pyx_v_info->strides); + goto __pyx_L4; + } + __pyx_L4:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":291 + * f[0] = c'\0' # Terminate format string + * + * def __releasebuffer__(ndarray self, Py_buffer* info): # <<<<<<<<<<<<<< + * if PyArray_HASFIELDS(self): + * stdlib.free(info.format) + */ + + /* function exit code */ + __Pyx_RefNannyFinishContext(); +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":771 + * ctypedef npy_cdouble complex_t + * + * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(1, a) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__pyx_v_a) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":772 + * + * cdef inline object PyArray_MultiIterNew1(a): + * return PyArray_MultiIterNew(1, a) # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew2(a, b): + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 772; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":771 + * ctypedef npy_cdouble complex_t + * + * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(1, a) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew1", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":774 + * return PyArray_MultiIterNew(1, a) + * + * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(2, a, b) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__pyx_v_a, PyObject *__pyx_v_b) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":775 + * + * cdef inline object PyArray_MultiIterNew2(a, b): + * return PyArray_MultiIterNew(2, a, b) # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew3(a, b, c): + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 775; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":774 + * return PyArray_MultiIterNew(1, a) + * + * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(2, a, b) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew2", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":777 + * return PyArray_MultiIterNew(2, a, b) + * + * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(3, a, b, c) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":778 + * + * cdef inline object PyArray_MultiIterNew3(a, b, c): + * return PyArray_MultiIterNew(3, a, b, c) # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew4(a, b, c, d): + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(3, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 778; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":777 + * return PyArray_MultiIterNew(2, a, b) + * + * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(3, a, b, c) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew3", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":780 + * return PyArray_MultiIterNew(3, a, b, c) + * + * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(4, a, b, c, d) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":781 + * + * cdef inline object PyArray_MultiIterNew4(a, b, c, d): + * return PyArray_MultiIterNew(4, a, b, c, d) # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(4, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 781; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":780 + * return PyArray_MultiIterNew(3, a, b, c) + * + * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(4, a, b, c, d) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew4", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":783 + * return PyArray_MultiIterNew(4, a, b, c, d) + * + * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(5, a, b, c, d, e) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d, PyObject *__pyx_v_e) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":784 + * + * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): + * return PyArray_MultiIterNew(5, a, b, c, d, e) # <<<<<<<<<<<<<< + * + * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(5, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d), ((void *)__pyx_v_e)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 784; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":783 + * return PyArray_MultiIterNew(4, a, b, c, d) + * + * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(5, a, b, c, d, e) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew5", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":786 + * return PyArray_MultiIterNew(5, a, b, c, d, e) + * + * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: # <<<<<<<<<<<<<< + * # Recursive utility function used in __getbuffer__ to get format + * # string. The new location in the format string is returned. + */ + +static CYTHON_INLINE char *__pyx_f_5numpy__util_dtypestring(PyArray_Descr *__pyx_v_descr, char *__pyx_v_f, char *__pyx_v_end, int *__pyx_v_offset) { + PyArray_Descr *__pyx_v_child = 0; + int __pyx_v_endian_detector; + int __pyx_v_little_endian; + PyObject *__pyx_v_fields = 0; + PyObject *__pyx_v_childname = NULL; + PyObject *__pyx_v_new_offset = NULL; + PyObject *__pyx_v_t = NULL; + char *__pyx_r; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + Py_ssize_t __pyx_t_2; + PyObject *__pyx_t_3 = NULL; + PyObject *__pyx_t_4 = NULL; + int __pyx_t_5; + int __pyx_t_6; + int __pyx_t_7; + long __pyx_t_8; + char *__pyx_t_9; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("_util_dtypestring", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":793 + * cdef int delta_offset + * cdef tuple i + * cdef int endian_detector = 1 # <<<<<<<<<<<<<< + * cdef bint little_endian = ((&endian_detector)[0] != 0) + * cdef tuple fields + */ + __pyx_v_endian_detector = 1; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":794 + * cdef tuple i + * cdef int endian_detector = 1 + * cdef bint little_endian = ((&endian_detector)[0] != 0) # <<<<<<<<<<<<<< + * cdef tuple fields + * + */ + __pyx_v_little_endian = ((((char *)(&__pyx_v_endian_detector))[0]) != 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":797 + * cdef tuple fields + * + * for childname in descr.names: # <<<<<<<<<<<<<< + * fields = descr.fields[childname] + * child, new_offset = fields + */ + if (unlikely(__pyx_v_descr->names == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_1 = __pyx_v_descr->names; __Pyx_INCREF(__pyx_t_1); __pyx_t_2 = 0; + for (;;) { + if (__pyx_t_2 >= PyTuple_GET_SIZE(__pyx_t_1)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_1, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_3 = PySequence_ITEM(__pyx_t_1, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + __Pyx_XDECREF_SET(__pyx_v_childname, __pyx_t_3); + __pyx_t_3 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":798 + * + * for childname in descr.names: + * fields = descr.fields[childname] # <<<<<<<<<<<<<< + * child, new_offset = fields + * + */ + if (unlikely(__pyx_v_descr->fields == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable"); + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_3 = __Pyx_PyDict_GetItem(__pyx_v_descr->fields, __pyx_v_childname); if (unlikely(__pyx_t_3 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_3); + if (!(likely(PyTuple_CheckExact(__pyx_t_3))||((__pyx_t_3) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "tuple", Py_TYPE(__pyx_t_3)->tp_name), 0))) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_XDECREF_SET(__pyx_v_fields, ((PyObject*)__pyx_t_3)); + __pyx_t_3 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":799 + * for childname in descr.names: + * fields = descr.fields[childname] + * child, new_offset = fields # <<<<<<<<<<<<<< + * + * if (end - f) - (new_offset - offset[0]) < 15: + */ + if (likely(__pyx_v_fields != Py_None)) { + PyObject* sequence = __pyx_v_fields; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 2)) { + if (size > 2) __Pyx_RaiseTooManyValuesError(2); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_3 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_4 = PyTuple_GET_ITEM(sequence, 1); + __Pyx_INCREF(__pyx_t_3); + __Pyx_INCREF(__pyx_t_4); + #else + __pyx_t_3 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + #endif + } else { + __Pyx_RaiseNoneNotIterableError(); {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_ptype_5numpy_dtype))))) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_XDECREF_SET(__pyx_v_child, ((PyArray_Descr *)__pyx_t_3)); + __pyx_t_3 = 0; + __Pyx_XDECREF_SET(__pyx_v_new_offset, __pyx_t_4); + __pyx_t_4 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":801 + * child, new_offset = fields + * + * if (end - f) - (new_offset - offset[0]) < 15: # <<<<<<<<<<<<<< + * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") + * + */ + __pyx_t_4 = __Pyx_PyInt_From_int((__pyx_v_offset[0])); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyNumber_Subtract(__pyx_v_new_offset, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_5 = __Pyx_PyInt_As_int(__pyx_t_3); if (unlikely((__pyx_t_5 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = ((((__pyx_v_end - __pyx_v_f) - ((int)__pyx_t_5)) < 15) != 0); + if (__pyx_t_6) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":802 + * + * if (end - f) - (new_offset - offset[0]) < 15: + * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") # <<<<<<<<<<<<<< + * + * if ((child.byteorder == c'>' and little_endian) or + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_RuntimeError, __pyx_tuple__5, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":804 + * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") + * + * if ((child.byteorder == c'>' and little_endian) or # <<<<<<<<<<<<<< + * (child.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") + */ + __pyx_t_7 = ((__pyx_v_child->byteorder == '>') != 0); + if (!__pyx_t_7) { + goto __pyx_L8_next_or; + } else { + } + __pyx_t_7 = (__pyx_v_little_endian != 0); + if (!__pyx_t_7) { + } else { + __pyx_t_6 = __pyx_t_7; + goto __pyx_L7_bool_binop_done; + } + __pyx_L8_next_or:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":805 + * + * if ((child.byteorder == c'>' and little_endian) or + * (child.byteorder == c'<' and not little_endian)): # <<<<<<<<<<<<<< + * raise ValueError(u"Non-native byte order not supported") + * # One could encode it in the format string and have Cython + */ + __pyx_t_7 = ((__pyx_v_child->byteorder == '<') != 0); + if (__pyx_t_7) { + } else { + __pyx_t_6 = __pyx_t_7; + goto __pyx_L7_bool_binop_done; + } + __pyx_t_7 = ((!(__pyx_v_little_endian != 0)) != 0); + __pyx_t_6 = __pyx_t_7; + __pyx_L7_bool_binop_done:; + if (__pyx_t_6) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":806 + * if ((child.byteorder == c'>' and little_endian) or + * (child.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< + * # One could encode it in the format string and have Cython + * # complain instead, BUT: < and > in format strings also imply + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__6, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":816 + * + * # Output padding bytes + * while offset[0] < new_offset: # <<<<<<<<<<<<<< + * f[0] = 120 # "x"; pad byte + * f += 1 + */ + while (1) { + __pyx_t_3 = __Pyx_PyInt_From_int((__pyx_v_offset[0])); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_t_3, __pyx_v_new_offset, Py_LT); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (!__pyx_t_6) break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":817 + * # Output padding bytes + * while offset[0] < new_offset: + * f[0] = 120 # "x"; pad byte # <<<<<<<<<<<<<< + * f += 1 + * offset[0] += 1 + */ + (__pyx_v_f[0]) = 120; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":818 + * while offset[0] < new_offset: + * f[0] = 120 # "x"; pad byte + * f += 1 # <<<<<<<<<<<<<< + * offset[0] += 1 + * + */ + __pyx_v_f = (__pyx_v_f + 1); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":819 + * f[0] = 120 # "x"; pad byte + * f += 1 + * offset[0] += 1 # <<<<<<<<<<<<<< + * + * offset[0] += child.itemsize + */ + __pyx_t_8 = 0; + (__pyx_v_offset[__pyx_t_8]) = ((__pyx_v_offset[__pyx_t_8]) + 1); + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":821 + * offset[0] += 1 + * + * offset[0] += child.itemsize # <<<<<<<<<<<<<< + * + * if not PyDataType_HASFIELDS(child): + */ + __pyx_t_8 = 0; + (__pyx_v_offset[__pyx_t_8]) = ((__pyx_v_offset[__pyx_t_8]) + __pyx_v_child->elsize); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":823 + * offset[0] += child.itemsize + * + * if not PyDataType_HASFIELDS(child): # <<<<<<<<<<<<<< + * t = child.type_num + * if end - f < 5: + */ + __pyx_t_6 = ((!(PyDataType_HASFIELDS(__pyx_v_child) != 0)) != 0); + if (__pyx_t_6) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":824 + * + * if not PyDataType_HASFIELDS(child): + * t = child.type_num # <<<<<<<<<<<<<< + * if end - f < 5: + * raise RuntimeError(u"Format string allocated too short.") + */ + __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_child->type_num); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 824; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_XDECREF_SET(__pyx_v_t, __pyx_t_4); + __pyx_t_4 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":825 + * if not PyDataType_HASFIELDS(child): + * t = child.type_num + * if end - f < 5: # <<<<<<<<<<<<<< + * raise RuntimeError(u"Format string allocated too short.") + * + */ + __pyx_t_6 = (((__pyx_v_end - __pyx_v_f) < 5) != 0); + if (__pyx_t_6) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":826 + * t = child.type_num + * if end - f < 5: + * raise RuntimeError(u"Format string allocated too short.") # <<<<<<<<<<<<<< + * + * # Until ticket #99 is fixed, use integers to avoid warnings + */ + __pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_RuntimeError, __pyx_tuple__7, NULL); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_Raise(__pyx_t_4, 0, 0, 0); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":829 + * + * # Until ticket #99 is fixed, use integers to avoid warnings + * if t == NPY_BYTE: f[0] = 98 #"b" # <<<<<<<<<<<<<< + * elif t == NPY_UBYTE: f[0] = 66 #"B" + * elif t == NPY_SHORT: f[0] = 104 #"h" + */ + __pyx_t_4 = PyInt_FromLong(NPY_BYTE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 98; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":830 + * # Until ticket #99 is fixed, use integers to avoid warnings + * if t == NPY_BYTE: f[0] = 98 #"b" + * elif t == NPY_UBYTE: f[0] = 66 #"B" # <<<<<<<<<<<<<< + * elif t == NPY_SHORT: f[0] = 104 #"h" + * elif t == NPY_USHORT: f[0] = 72 #"H" + */ + __pyx_t_3 = PyInt_FromLong(NPY_UBYTE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 66; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":831 + * if t == NPY_BYTE: f[0] = 98 #"b" + * elif t == NPY_UBYTE: f[0] = 66 #"B" + * elif t == NPY_SHORT: f[0] = 104 #"h" # <<<<<<<<<<<<<< + * elif t == NPY_USHORT: f[0] = 72 #"H" + * elif t == NPY_INT: f[0] = 105 #"i" + */ + __pyx_t_4 = PyInt_FromLong(NPY_SHORT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 104; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":832 + * elif t == NPY_UBYTE: f[0] = 66 #"B" + * elif t == NPY_SHORT: f[0] = 104 #"h" + * elif t == NPY_USHORT: f[0] = 72 #"H" # <<<<<<<<<<<<<< + * elif t == NPY_INT: f[0] = 105 #"i" + * elif t == NPY_UINT: f[0] = 73 #"I" + */ + __pyx_t_3 = PyInt_FromLong(NPY_USHORT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 72; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":833 + * elif t == NPY_SHORT: f[0] = 104 #"h" + * elif t == NPY_USHORT: f[0] = 72 #"H" + * elif t == NPY_INT: f[0] = 105 #"i" # <<<<<<<<<<<<<< + * elif t == NPY_UINT: f[0] = 73 #"I" + * elif t == NPY_LONG: f[0] = 108 #"l" + */ + __pyx_t_4 = PyInt_FromLong(NPY_INT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 105; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":834 + * elif t == NPY_USHORT: f[0] = 72 #"H" + * elif t == NPY_INT: f[0] = 105 #"i" + * elif t == NPY_UINT: f[0] = 73 #"I" # <<<<<<<<<<<<<< + * elif t == NPY_LONG: f[0] = 108 #"l" + * elif t == NPY_ULONG: f[0] = 76 #"L" + */ + __pyx_t_3 = PyInt_FromLong(NPY_UINT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 73; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":835 + * elif t == NPY_INT: f[0] = 105 #"i" + * elif t == NPY_UINT: f[0] = 73 #"I" + * elif t == NPY_LONG: f[0] = 108 #"l" # <<<<<<<<<<<<<< + * elif t == NPY_ULONG: f[0] = 76 #"L" + * elif t == NPY_LONGLONG: f[0] = 113 #"q" + */ + __pyx_t_4 = PyInt_FromLong(NPY_LONG); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 108; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":836 + * elif t == NPY_UINT: f[0] = 73 #"I" + * elif t == NPY_LONG: f[0] = 108 #"l" + * elif t == NPY_ULONG: f[0] = 76 #"L" # <<<<<<<<<<<<<< + * elif t == NPY_LONGLONG: f[0] = 113 #"q" + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" + */ + __pyx_t_3 = PyInt_FromLong(NPY_ULONG); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 76; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":837 + * elif t == NPY_LONG: f[0] = 108 #"l" + * elif t == NPY_ULONG: f[0] = 76 #"L" + * elif t == NPY_LONGLONG: f[0] = 113 #"q" # <<<<<<<<<<<<<< + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" + * elif t == NPY_FLOAT: f[0] = 102 #"f" + */ + __pyx_t_4 = PyInt_FromLong(NPY_LONGLONG); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 113; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":838 + * elif t == NPY_ULONG: f[0] = 76 #"L" + * elif t == NPY_LONGLONG: f[0] = 113 #"q" + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" # <<<<<<<<<<<<<< + * elif t == NPY_FLOAT: f[0] = 102 #"f" + * elif t == NPY_DOUBLE: f[0] = 100 #"d" + */ + __pyx_t_3 = PyInt_FromLong(NPY_ULONGLONG); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 81; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":839 + * elif t == NPY_LONGLONG: f[0] = 113 #"q" + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" + * elif t == NPY_FLOAT: f[0] = 102 #"f" # <<<<<<<<<<<<<< + * elif t == NPY_DOUBLE: f[0] = 100 #"d" + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" + */ + __pyx_t_4 = PyInt_FromLong(NPY_FLOAT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 102; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":840 + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" + * elif t == NPY_FLOAT: f[0] = 102 #"f" + * elif t == NPY_DOUBLE: f[0] = 100 #"d" # <<<<<<<<<<<<<< + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf + */ + __pyx_t_3 = PyInt_FromLong(NPY_DOUBLE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 100; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":841 + * elif t == NPY_FLOAT: f[0] = 102 #"f" + * elif t == NPY_DOUBLE: f[0] = 100 #"d" + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" # <<<<<<<<<<<<<< + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd + */ + __pyx_t_4 = PyInt_FromLong(NPY_LONGDOUBLE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 103; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":842 + * elif t == NPY_DOUBLE: f[0] = 100 #"d" + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf # <<<<<<<<<<<<<< + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd + * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg + */ + __pyx_t_3 = PyInt_FromLong(NPY_CFLOAT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 90; + (__pyx_v_f[1]) = 102; + __pyx_v_f = (__pyx_v_f + 1); + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":843 + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd # <<<<<<<<<<<<<< + * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg + * elif t == NPY_OBJECT: f[0] = 79 #"O" + */ + __pyx_t_4 = PyInt_FromLong(NPY_CDOUBLE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 90; + (__pyx_v_f[1]) = 100; + __pyx_v_f = (__pyx_v_f + 1); + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":844 + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd + * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg # <<<<<<<<<<<<<< + * elif t == NPY_OBJECT: f[0] = 79 #"O" + * else: + */ + __pyx_t_3 = PyInt_FromLong(NPY_CLONGDOUBLE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 90; + (__pyx_v_f[1]) = 103; + __pyx_v_f = (__pyx_v_f + 1); + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":845 + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd + * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg + * elif t == NPY_OBJECT: f[0] = 79 #"O" # <<<<<<<<<<<<<< + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + */ + __pyx_t_4 = PyInt_FromLong(NPY_OBJECT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 79; + goto __pyx_L15; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":847 + * elif t == NPY_OBJECT: f[0] = 79 #"O" + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) # <<<<<<<<<<<<<< + * f += 1 + * else: + */ + __pyx_t_3 = PyUnicode_Format(__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_v_t); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyTuple_New(1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_3); + __Pyx_GIVEREF(__pyx_t_3); + __pyx_t_3 = 0; + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_4, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_L15:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":848 + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + * f += 1 # <<<<<<<<<<<<<< + * else: + * # Cython ignores struct boundary information ("T{...}"), + */ + __pyx_v_f = (__pyx_v_f + 1); + goto __pyx_L13; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":852 + * # Cython ignores struct boundary information ("T{...}"), + * # so don't output it + * f = _util_dtypestring(child, f, end, offset) # <<<<<<<<<<<<<< + * return f + * + */ + __pyx_t_9 = __pyx_f_5numpy__util_dtypestring(__pyx_v_child, __pyx_v_f, __pyx_v_end, __pyx_v_offset); if (unlikely(__pyx_t_9 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 852; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_v_f = __pyx_t_9; + } + __pyx_L13:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":797 + * cdef tuple fields + * + * for childname in descr.names: # <<<<<<<<<<<<<< + * fields = descr.fields[childname] + * child, new_offset = fields + */ + } + __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":853 + * # so don't output it + * f = _util_dtypestring(child, f, end, offset) + * return f # <<<<<<<<<<<<<< + * + * + */ + __pyx_r = __pyx_v_f; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":786 + * return PyArray_MultiIterNew(5, a, b, c, d, e) + * + * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: # <<<<<<<<<<<<<< + * # Recursive utility function used in __getbuffer__ to get format + * # string. The new location in the format string is returned. + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_XDECREF(__pyx_t_3); + __Pyx_XDECREF(__pyx_t_4); + __Pyx_AddTraceback("numpy._util_dtypestring", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = NULL; + __pyx_L0:; + __Pyx_XDECREF((PyObject *)__pyx_v_child); + __Pyx_XDECREF(__pyx_v_fields); + __Pyx_XDECREF(__pyx_v_childname); + __Pyx_XDECREF(__pyx_v_new_offset); + __Pyx_XDECREF(__pyx_v_t); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":969 + * + * + * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<< + * cdef PyObject* baseptr + * if base is None: + */ + +static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) { + PyObject *__pyx_v_baseptr; + __Pyx_RefNannyDeclarations + int __pyx_t_1; + int __pyx_t_2; + __Pyx_RefNannySetupContext("set_array_base", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":971 + * cdef inline void set_array_base(ndarray arr, object base): + * cdef PyObject* baseptr + * if base is None: # <<<<<<<<<<<<<< + * baseptr = NULL + * else: + */ + __pyx_t_1 = (__pyx_v_base == Py_None); + __pyx_t_2 = (__pyx_t_1 != 0); + if (__pyx_t_2) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":972 + * cdef PyObject* baseptr + * if base is None: + * baseptr = NULL # <<<<<<<<<<<<<< + * else: + * Py_INCREF(base) # important to do this before decref below! + */ + __pyx_v_baseptr = NULL; + goto __pyx_L3; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":974 + * baseptr = NULL + * else: + * Py_INCREF(base) # important to do this before decref below! # <<<<<<<<<<<<<< + * baseptr = base + * Py_XDECREF(arr.base) + */ + Py_INCREF(__pyx_v_base); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":975 + * else: + * Py_INCREF(base) # important to do this before decref below! + * baseptr = base # <<<<<<<<<<<<<< + * Py_XDECREF(arr.base) + * arr.base = baseptr + */ + __pyx_v_baseptr = ((PyObject *)__pyx_v_base); + } + __pyx_L3:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":976 + * Py_INCREF(base) # important to do this before decref below! + * baseptr = base + * Py_XDECREF(arr.base) # <<<<<<<<<<<<<< + * arr.base = baseptr + * + */ + Py_XDECREF(__pyx_v_arr->base); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":977 + * baseptr = base + * Py_XDECREF(arr.base) + * arr.base = baseptr # <<<<<<<<<<<<<< + * + * cdef inline object get_array_base(ndarray arr): + */ + __pyx_v_arr->base = __pyx_v_baseptr; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":969 + * + * + * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<< + * cdef PyObject* baseptr + * if base is None: + */ + + /* function exit code */ + __Pyx_RefNannyFinishContext(); +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 + * arr.base = baseptr + * + * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< + * if arr.base is NULL: + * return None + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__pyx_v_arr) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + int __pyx_t_1; + __Pyx_RefNannySetupContext("get_array_base", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":980 + * + * cdef inline object get_array_base(ndarray arr): + * if arr.base is NULL: # <<<<<<<<<<<<<< + * return None + * else: + */ + __pyx_t_1 = ((__pyx_v_arr->base == NULL) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":981 + * cdef inline object get_array_base(ndarray arr): + * if arr.base is NULL: + * return None # <<<<<<<<<<<<<< + * else: + * return arr.base + */ + __Pyx_XDECREF(__pyx_r); + __Pyx_INCREF(Py_None); + __pyx_r = Py_None; + goto __pyx_L0; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":983 + * return None + * else: + * return arr.base # <<<<<<<<<<<<<< + */ + __Pyx_XDECREF(__pyx_r); + __Pyx_INCREF(((PyObject *)__pyx_v_arr->base)); + __pyx_r = ((PyObject *)__pyx_v_arr->base); + goto __pyx_L0; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 + * arr.base = baseptr + * + * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< + * if arr.base is NULL: + * return None + */ + + /* function exit code */ + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +static PyMethodDef __pyx_methods[] = { + {0, 0, 0, 0} +}; + +#if PY_MAJOR_VERSION >= 3 +static struct PyModuleDef __pyx_moduledef = { + #if PY_VERSION_HEX < 0x03020000 + { PyObject_HEAD_INIT(NULL) NULL, 0, NULL }, + #else + PyModuleDef_HEAD_INIT, + #endif + "ml", + 0, /* m_doc */ + -1, /* m_size */ + __pyx_methods /* m_methods */, + NULL, /* m_reload */ + NULL, /* m_traverse */ + NULL, /* m_clear */ + NULL /* m_free */ +}; +#endif + +static __Pyx_StringTabEntry __pyx_string_tab[] = { + {&__pyx_n_s_DTYPE, __pyx_k_DTYPE, sizeof(__pyx_k_DTYPE), 0, 0, 1, 1}, + {&__pyx_kp_u_Format_string_allocated_too_shor, __pyx_k_Format_string_allocated_too_shor, sizeof(__pyx_k_Format_string_allocated_too_shor), 0, 1, 0, 0}, + {&__pyx_kp_u_Format_string_allocated_too_shor_2, __pyx_k_Format_string_allocated_too_shor_2, sizeof(__pyx_k_Format_string_allocated_too_shor_2), 0, 1, 0, 0}, + {&__pyx_kp_u_Non_native_byte_order_not_suppor, __pyx_k_Non_native_byte_order_not_suppor, sizeof(__pyx_k_Non_native_byte_order_not_suppor), 0, 1, 0, 0}, + {&__pyx_n_s_RuntimeError, __pyx_k_RuntimeError, sizeof(__pyx_k_RuntimeError), 0, 0, 1, 1}, + {&__pyx_kp_s_Users_ben_Documents_Violence_Ca, __pyx_k_Users_ben_Documents_Violence_Ca, sizeof(__pyx_k_Users_ben_Documents_Violence_Ca), 0, 0, 1, 0}, + {&__pyx_n_s_ValueError, __pyx_k_ValueError, sizeof(__pyx_k_ValueError), 0, 0, 1, 1}, + {&__pyx_n_s_alpha, __pyx_k_alpha, sizeof(__pyx_k_alpha), 0, 0, 1, 1}, + {&__pyx_n_s_arange, __pyx_k_arange, sizeof(__pyx_k_arange), 0, 0, 1, 1}, + {&__pyx_n_s_beta, __pyx_k_beta, sizeof(__pyx_k_beta), 0, 0, 1, 1}, + {&__pyx_n_s_beta_add, __pyx_k_beta_add, sizeof(__pyx_k_beta_add), 0, 0, 1, 1}, + {&__pyx_n_s_delta, __pyx_k_delta, sizeof(__pyx_k_delta), 0, 0, 1, 1}, + {&__pyx_kp_s_dist, __pyx_k_dist, sizeof(__pyx_k_dist), 0, 0, 1, 0}, + {&__pyx_n_s_dist_2, __pyx_k_dist_2, sizeof(__pyx_k_dist_2), 0, 0, 1, 1}, + {&__pyx_n_s_dists, __pyx_k_dists, sizeof(__pyx_k_dists), 0, 0, 1, 1}, + {&__pyx_kp_s_dt, __pyx_k_dt, sizeof(__pyx_k_dt), 0, 0, 1, 0}, + {&__pyx_n_s_dt_2, __pyx_k_dt_2, sizeof(__pyx_k_dt_2), 0, 0, 1, 1}, + {&__pyx_n_s_dts, __pyx_k_dts, sizeof(__pyx_k_dts), 0, 0, 1, 1}, + {&__pyx_n_s_dtype, __pyx_k_dtype, sizeof(__pyx_k_dtype), 0, 0, 1, 1}, + {&__pyx_n_s_end, __pyx_k_end, sizeof(__pyx_k_end), 0, 0, 1, 1}, + {&__pyx_n_s_enumerate, __pyx_k_enumerate, sizeof(__pyx_k_enumerate), 0, 0, 1, 1}, + {&__pyx_n_s_failures, __pyx_k_failures, sizeof(__pyx_k_failures), 0, 0, 1, 1}, + {&__pyx_n_s_file, __pyx_k_file, sizeof(__pyx_k_file), 0, 0, 1, 1}, + {&__pyx_n_s_float64, __pyx_k_float64, sizeof(__pyx_k_float64), 0, 0, 1, 1}, + {&__pyx_n_s_i, __pyx_k_i, sizeof(__pyx_k_i), 0, 0, 1, 1}, + {&__pyx_n_s_import, __pyx_k_import, sizeof(__pyx_k_import), 0, 0, 1, 1}, + {&__pyx_kp_s_inf, __pyx_k_inf, sizeof(__pyx_k_inf), 0, 0, 1, 0}, + {&__pyx_n_s_itervalues, __pyx_k_itervalues, sizeof(__pyx_k_itervalues), 0, 0, 1, 1}, + {&__pyx_n_s_l, __pyx_k_l, sizeof(__pyx_k_l), 0, 0, 1, 1}, + {&__pyx_n_s_ll, __pyx_k_ll, sizeof(__pyx_k_ll), 0, 0, 1, 1}, + {&__pyx_n_s_lmbda, __pyx_k_lmbda, sizeof(__pyx_k_lmbda), 0, 0, 1, 1}, + {&__pyx_n_s_main, __pyx_k_main, sizeof(__pyx_k_main), 0, 0, 1, 1}, + {&__pyx_n_s_max_beta, __pyx_k_max_beta, sizeof(__pyx_k_max_beta), 0, 0, 1, 1}, + {&__pyx_n_s_max_beta_add, __pyx_k_max_beta_add, sizeof(__pyx_k_max_beta_add), 0, 0, 1, 1}, + {&__pyx_n_s_max_roots, __pyx_k_max_roots, sizeof(__pyx_k_max_roots), 0, 0, 1, 1}, + {&__pyx_n_s_mean, __pyx_k_mean, sizeof(__pyx_k_mean), 0, 0, 1, 1}, + {&__pyx_n_s_ml, __pyx_k_ml, sizeof(__pyx_k_ml), 0, 0, 1, 1}, + {&__pyx_n_s_n_days, __pyx_k_n_days, sizeof(__pyx_k_n_days), 0, 0, 1, 1}, + {&__pyx_n_s_n_nodes, __pyx_k_n_nodes, sizeof(__pyx_k_n_nodes), 0, 0, 1, 1}, + {&__pyx_n_s_n_roots, __pyx_k_n_roots, sizeof(__pyx_k_n_roots), 0, 0, 1, 1}, + {&__pyx_n_s_n_victims, __pyx_k_n_victims, sizeof(__pyx_k_n_victims), 0, 0, 1, 1}, + {&__pyx_kp_u_ndarray_is_not_C_contiguous, __pyx_k_ndarray_is_not_C_contiguous, sizeof(__pyx_k_ndarray_is_not_C_contiguous), 0, 1, 0, 0}, + {&__pyx_kp_u_ndarray_is_not_Fortran_contiguou, __pyx_k_ndarray_is_not_Fortran_contiguou, sizeof(__pyx_k_ndarray_is_not_Fortran_contiguou), 0, 1, 0, 0}, + {&__pyx_n_s_non_seeds, __pyx_k_non_seeds, sizeof(__pyx_k_non_seeds), 0, 0, 1, 1}, + {&__pyx_n_s_non_victims, __pyx_k_non_victims, sizeof(__pyx_k_non_victims), 0, 0, 1, 1}, + {&__pyx_n_s_np, __pyx_k_np, sizeof(__pyx_k_np), 0, 0, 1, 1}, + {&__pyx_n_s_numpy, __pyx_k_numpy, sizeof(__pyx_k_numpy), 0, 0, 1, 1}, + {&__pyx_n_s_parent_dists, __pyx_k_parent_dists, sizeof(__pyx_k_parent_dists), 0, 0, 1, 1}, + {&__pyx_n_s_parent_dts, __pyx_k_parent_dts, sizeof(__pyx_k_parent_dts), 0, 0, 1, 1}, + {&__pyx_n_s_parents, __pyx_k_parents, sizeof(__pyx_k_parents), 0, 0, 1, 1}, + {&__pyx_n_s_pdists, __pyx_k_pdists, sizeof(__pyx_k_pdists), 0, 0, 1, 1}, + {&__pyx_n_s_pdts, __pyx_k_pdts, sizeof(__pyx_k_pdts), 0, 0, 1, 1}, + {&__pyx_n_s_print, __pyx_k_print, sizeof(__pyx_k_print), 0, 0, 1, 1}, + {&__pyx_n_s_prnt, __pyx_k_prnt, sizeof(__pyx_k_prnt), 0, 0, 1, 1}, + {&__pyx_n_s_prob, __pyx_k_prob, sizeof(__pyx_k_prob), 0, 0, 1, 1}, + {&__pyx_n_s_probs, __pyx_k_probs, sizeof(__pyx_k_probs), 0, 0, 1, 1}, + {&__pyx_n_s_probs_fail, __pyx_k_probs_fail, sizeof(__pyx_k_probs_fail), 0, 0, 1, 1}, + {&__pyx_n_s_probs_nv, __pyx_k_probs_nv, sizeof(__pyx_k_probs_nv), 0, 0, 1, 1}, + {&__pyx_n_s_range, __pyx_k_range, sizeof(__pyx_k_range), 0, 0, 1, 1}, + {&__pyx_n_s_root_victims, __pyx_k_root_victims, sizeof(__pyx_k_root_victims), 0, 0, 1, 1}, + {&__pyx_n_s_roots, __pyx_k_roots, sizeof(__pyx_k_roots), 0, 0, 1, 1}, + {&__pyx_n_s_s, __pyx_k_s, sizeof(__pyx_k_s), 0, 0, 1, 1}, + {&__pyx_n_s_seeds, __pyx_k_seeds, sizeof(__pyx_k_seeds), 0, 0, 1, 1}, + {&__pyx_n_s_successes, __pyx_k_successes, sizeof(__pyx_k_successes), 0, 0, 1, 1}, + {&__pyx_n_s_sum, __pyx_k_sum, sizeof(__pyx_k_sum), 0, 0, 1, 1}, + {&__pyx_n_s_t, __pyx_k_t, sizeof(__pyx_k_t), 0, 0, 1, 1}, + {&__pyx_n_s_t_scale, __pyx_k_t_scale, sizeof(__pyx_k_t_scale), 0, 0, 1, 1}, + {&__pyx_n_s_test, __pyx_k_test, sizeof(__pyx_k_test), 0, 0, 1, 1}, + {&__pyx_n_s_thresh, __pyx_k_thresh, sizeof(__pyx_k_thresh), 0, 0, 1, 1}, + {&__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_k_unknown_dtype_code_in_numpy_pxd, sizeof(__pyx_k_unknown_dtype_code_in_numpy_pxd), 0, 1, 0, 0}, + {&__pyx_n_s_victims, __pyx_k_victims, sizeof(__pyx_k_victims), 0, 0, 1, 1}, + {&__pyx_n_s_w1, __pyx_k_w1, sizeof(__pyx_k_w1), 0, 0, 1, 1}, + {&__pyx_n_s_w2, __pyx_k_w2, sizeof(__pyx_k_w2), 0, 0, 1, 1}, + {&__pyx_n_s_w3, __pyx_k_w3, sizeof(__pyx_k_w3), 0, 0, 1, 1}, + {&__pyx_n_s_zeros, __pyx_k_zeros, sizeof(__pyx_k_zeros), 0, 0, 1, 1}, + {0, 0, 0, 0, 0, 0, 0} +}; +static int __Pyx_InitCachedBuiltins(void) { + __pyx_builtin_enumerate = __Pyx_GetBuiltinName(__pyx_n_s_enumerate); if (!__pyx_builtin_enumerate) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_builtin_sum = __Pyx_GetBuiltinName(__pyx_n_s_sum); if (!__pyx_builtin_sum) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_builtin_ValueError = __Pyx_GetBuiltinName(__pyx_n_s_ValueError); if (!__pyx_builtin_ValueError) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_builtin_range = __Pyx_GetBuiltinName(__pyx_n_s_range); if (!__pyx_builtin_range) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 231; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_builtin_RuntimeError = __Pyx_GetBuiltinName(__pyx_n_s_RuntimeError); if (!__pyx_builtin_RuntimeError) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + return 0; + __pyx_L1_error:; + return -1; +} + +static int __Pyx_InitCachedConstants(void) { + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0); + + /* "ml.pyx":84 + * max_beta_add = float('-inf') + * # iterate over all victim nodes to find the optimal threshold + * for beta in np.arange(0.01, 1., 0.01): # <<<<<<<<<<<<<< + * thresh = log(beta/(n_days*(1.-beta))) + * seeds = probs' and little_endian) or + * (descr.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< + * if t == NPY_BYTE: f = "b" + * elif t == NPY_UBYTE: f = "B" + */ + __pyx_tuple__4 = PyTuple_Pack(1, __pyx_kp_u_Non_native_byte_order_not_suppor); if (unlikely(!__pyx_tuple__4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__4); + __Pyx_GIVEREF(__pyx_tuple__4); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":802 + * + * if (end - f) - (new_offset - offset[0]) < 15: + * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") # <<<<<<<<<<<<<< + * + * if ((child.byteorder == c'>' and little_endian) or + */ + __pyx_tuple__5 = PyTuple_Pack(1, __pyx_kp_u_Format_string_allocated_too_shor); if (unlikely(!__pyx_tuple__5)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__5); + __Pyx_GIVEREF(__pyx_tuple__5); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":806 + * if ((child.byteorder == c'>' and little_endian) or + * (child.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< + * # One could encode it in the format string and have Cython + * # complain instead, BUT: < and > in format strings also imply + */ + __pyx_tuple__6 = PyTuple_Pack(1, __pyx_kp_u_Non_native_byte_order_not_suppor); if (unlikely(!__pyx_tuple__6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__6); + __Pyx_GIVEREF(__pyx_tuple__6); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":826 + * t = child.type_num + * if end - f < 5: + * raise RuntimeError(u"Format string allocated too short.") # <<<<<<<<<<<<<< + * + * # Until ticket #99 is fixed, use integers to avoid warnings + */ + __pyx_tuple__7 = PyTuple_Pack(1, __pyx_kp_u_Format_string_allocated_too_shor_2); if (unlikely(!__pyx_tuple__7)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__7); + __Pyx_GIVEREF(__pyx_tuple__7); + + /* "ml.pyx":31 + * return result + * + * def ml(dict root_victims, dict victims, dict non_victims, # <<<<<<<<<<<<<< + * DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): + * cdef: + */ + __pyx_tuple__8 = PyTuple_Pack(44, __pyx_n_s_root_victims, __pyx_n_s_victims, __pyx_n_s_non_victims, __pyx_n_s_alpha, __pyx_n_s_delta, __pyx_n_s_lmbda, __pyx_n_s_n_roots, __pyx_n_s_n_victims, __pyx_n_s_roots, __pyx_n_s_i, __pyx_n_s_dist_2, __pyx_n_s_dt_2, __pyx_n_s_t, __pyx_n_s_l, __pyx_n_s_n_days, __pyx_n_s_beta, __pyx_n_s_ll, __pyx_n_s_beta_add, __pyx_n_s_max_beta, __pyx_n_s_max_beta_add, __pyx_n_s_parents, __pyx_n_s_failures, __pyx_n_s_successes, __pyx_n_s_n_nodes, __pyx_n_s_t_scale, __pyx_n_s_probs, __pyx_n_s_probs_fail, __pyx_n_s_parent_dists, __pyx_n_s_parent_dts, __pyx_n_s_probs_nv, __pyx_n_s_dists, __pyx_n_s_dts, __pyx_n_s_s, __pyx_n_s_prob, __pyx_n_s_thresh, __pyx_n_s_seeds, __pyx_n_s_non_seeds, __pyx_n_s_max_roots, __pyx_n_s_pdists, __pyx_n_s_pdts, __pyx_n_s_prnt, __pyx_n_s_w1, __pyx_n_s_w2, __pyx_n_s_w3); if (unlikely(!__pyx_tuple__8)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__8); + __Pyx_GIVEREF(__pyx_tuple__8); + __pyx_codeobj__9 = (PyObject*)__Pyx_PyCode_New(6, 0, 44, 0, 0, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__8, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_Users_ben_Documents_Violence_Ca, __pyx_n_s_ml, 31, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_RefNannyFinishContext(); + return 0; + __pyx_L1_error:; + __Pyx_RefNannyFinishContext(); + return -1; +} + +static int __Pyx_InitGlobals(void) { + if (__Pyx_InitStrings(__pyx_string_tab) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __pyx_float_1_ = PyFloat_FromDouble(1.); if (unlikely(!__pyx_float_1_)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_float_0_01 = PyFloat_FromDouble(0.01); if (unlikely(!__pyx_float_0_01)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_int_148152 = PyInt_FromLong(148152L); if (unlikely(!__pyx_int_148152)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + return 0; + __pyx_L1_error:; + return -1; +} + +#if PY_MAJOR_VERSION < 3 +PyMODINIT_FUNC initml(void); /*proto*/ +PyMODINIT_FUNC initml(void) +#else +PyMODINIT_FUNC PyInit_ml(void); /*proto*/ +PyMODINIT_FUNC PyInit_ml(void) +#endif +{ + PyObject *__pyx_t_1 = NULL; + PyObject *__pyx_t_2 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannyDeclarations + #if CYTHON_REFNANNY + __Pyx_RefNanny = __Pyx_RefNannyImportAPI("refnanny"); + if (!__Pyx_RefNanny) { + PyErr_Clear(); + __Pyx_RefNanny = __Pyx_RefNannyImportAPI("Cython.Runtime.refnanny"); + if (!__Pyx_RefNanny) + Py_FatalError("failed to import 'refnanny' module"); + } + #endif + __Pyx_RefNannySetupContext("PyMODINIT_FUNC PyInit_ml(void)", 0); + if ( __Pyx_check_binary_version() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_empty_tuple = PyTuple_New(0); if (unlikely(!__pyx_empty_tuple)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_empty_bytes = PyBytes_FromStringAndSize("", 0); if (unlikely(!__pyx_empty_bytes)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #ifdef __Pyx_CyFunction_USED + if (__Pyx_CyFunction_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + #ifdef __Pyx_FusedFunction_USED + if (__pyx_FusedFunction_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + #ifdef __Pyx_Generator_USED + if (__pyx_Generator_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + /*--- Library function declarations ---*/ + /*--- Threads initialization code ---*/ + #if defined(__PYX_FORCE_INIT_THREADS) && __PYX_FORCE_INIT_THREADS + #ifdef WITH_THREAD /* Python build with threading support? */ + PyEval_InitThreads(); + #endif + #endif + /*--- Module creation code ---*/ + #if PY_MAJOR_VERSION < 3 + __pyx_m = Py_InitModule4("ml", __pyx_methods, 0, 0, PYTHON_API_VERSION); Py_XINCREF(__pyx_m); + #else + __pyx_m = PyModule_Create(&__pyx_moduledef); + #endif + if (unlikely(!__pyx_m)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_d = PyModule_GetDict(__pyx_m); if (unlikely(!__pyx_d)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + Py_INCREF(__pyx_d); + __pyx_b = PyImport_AddModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_b)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #if CYTHON_COMPILING_IN_PYPY + Py_INCREF(__pyx_b); + #endif + if (PyObject_SetAttrString(__pyx_m, "__builtins__", __pyx_b) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + /*--- Initialize various global constants etc. ---*/ + if (unlikely(__Pyx_InitGlobals() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #if PY_MAJOR_VERSION < 3 && (__PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT) + if (__Pyx_init_sys_getdefaultencoding_params() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if (__pyx_module_is_main_ml) { + if (PyObject_SetAttrString(__pyx_m, "__name__", __pyx_n_s_main) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + } + #if PY_MAJOR_VERSION >= 3 + { + PyObject *modules = PyImport_GetModuleDict(); if (unlikely(!modules)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + if (!PyDict_GetItemString(modules, "ml")) { + if (unlikely(PyDict_SetItemString(modules, "ml", __pyx_m) < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + } + #endif + /*--- Builtin init code ---*/ + if (unlikely(__Pyx_InitCachedBuiltins() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + /*--- Constants init code ---*/ + if (unlikely(__Pyx_InitCachedConstants() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + /*--- Global init code ---*/ + /*--- Variable export code ---*/ + /*--- Function export code ---*/ + /*--- Type init code ---*/ + /*--- Type import code ---*/ + __pyx_ptype_7cpython_4type_type = __Pyx_ImportType(__Pyx_BUILTIN_MODULE_NAME, "type", + #if CYTHON_COMPILING_IN_PYPY + sizeof(PyTypeObject), + #else + sizeof(PyHeapTypeObject), + #endif + 0); if (unlikely(!__pyx_ptype_7cpython_4type_type)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 9; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_dtype = __Pyx_ImportType("numpy", "dtype", sizeof(PyArray_Descr), 0); if (unlikely(!__pyx_ptype_5numpy_dtype)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 155; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_flatiter = __Pyx_ImportType("numpy", "flatiter", sizeof(PyArrayIterObject), 0); if (unlikely(!__pyx_ptype_5numpy_flatiter)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 168; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_broadcast = __Pyx_ImportType("numpy", "broadcast", sizeof(PyArrayMultiIterObject), 0); if (unlikely(!__pyx_ptype_5numpy_broadcast)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 172; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_ndarray = __Pyx_ImportType("numpy", "ndarray", sizeof(PyArrayObject), 0); if (unlikely(!__pyx_ptype_5numpy_ndarray)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 181; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_ufunc = __Pyx_ImportType("numpy", "ufunc", sizeof(PyUFuncObject), 0); if (unlikely(!__pyx_ptype_5numpy_ufunc)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 864; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + /*--- Variable import code ---*/ + /*--- Function import code ---*/ + /*--- Execution code ---*/ + + /* "ml.pyx":2 + * # cython: boundscheck=False, cdivision=True + * import numpy as np # <<<<<<<<<<<<<< + * cimport numpy as np + * from libc.math cimport log, exp + */ + __pyx_t_1 = __Pyx_Import(__pyx_n_s_numpy, 0, -1); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + if (PyDict_SetItem(__pyx_d, __pyx_n_s_np, __pyx_t_1) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; + + /* "ml.pyx":6 + * from libc.math cimport log, exp + * + * DTYPE = np.float64 # <<<<<<<<<<<<<< + * ctypedef np.float_t DTYPE_t + * + */ + __pyx_t_1 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_1, __pyx_n_s_float64); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_2); + __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; + if (PyDict_SetItem(__pyx_d, __pyx_n_s_DTYPE, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; + + /* "ml.pyx":31 + * return result + * + * def ml(dict root_victims, dict victims, dict non_victims, # <<<<<<<<<<<<<< + * DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): + * cdef: + */ + __pyx_t_2 = PyCFunction_NewEx(&__pyx_mdef_2ml_1ml, NULL, __pyx_n_s_ml); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_2); + if (PyDict_SetItem(__pyx_d, __pyx_n_s_ml, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 31; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; + + /* "ml.pyx":1 + * # cython: boundscheck=False, cdivision=True # <<<<<<<<<<<<<< + * import numpy as np + * cimport numpy as np + */ + __pyx_t_2 = PyDict_New(); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_2); + if (PyDict_SetItem(__pyx_d, __pyx_n_s_test, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 + * arr.base = baseptr + * + * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< + * if arr.base is NULL: + * return None + */ + + /*--- Wrapped vars code ---*/ + + goto __pyx_L0; + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_XDECREF(__pyx_t_2); + if (__pyx_m) { + if (__pyx_d) { + __Pyx_AddTraceback("init ml", __pyx_clineno, __pyx_lineno, __pyx_filename); + } + Py_DECREF(__pyx_m); __pyx_m = 0; + } else if (!PyErr_Occurred()) { + PyErr_SetString(PyExc_ImportError, "init ml"); + } + __pyx_L0:; + __Pyx_RefNannyFinishContext(); + #if PY_MAJOR_VERSION < 3 + return; + #else + return __pyx_m; + #endif +} + +/* --- Runtime support code --- */ +#if CYTHON_REFNANNY +static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname) { + PyObject *m = NULL, *p = NULL; + void *r = NULL; + m = PyImport_ImportModule((char *)modname); + if (!m) goto end; + p = PyObject_GetAttrString(m, (char *)"RefNannyAPI"); + if (!p) goto end; + r = PyLong_AsVoidPtr(p); +end: + Py_XDECREF(p); + Py_XDECREF(m); + return (__Pyx_RefNannyAPIStruct *)r; +} +#endif + +static PyObject *__Pyx_GetBuiltinName(PyObject *name) { + PyObject* result = __Pyx_PyObject_GetAttrStr(__pyx_b, name); + if (unlikely(!result)) { + PyErr_Format(PyExc_NameError, +#if PY_MAJOR_VERSION >= 3 + "name '%U' is not defined", name); +#else + "name '%.200s' is not defined", PyString_AS_STRING(name)); +#endif + } + return result; +} + +static void __Pyx_RaiseArgtupleInvalid( + const char* func_name, + int exact, + Py_ssize_t num_min, + Py_ssize_t num_max, + Py_ssize_t num_found) +{ + Py_ssize_t num_expected; + const char *more_or_less; + if (num_found < num_min) { + num_expected = num_min; + more_or_less = "at least"; + } else { + num_expected = num_max; + more_or_less = "at most"; + } + if (exact) { + more_or_less = "exactly"; + } + PyErr_Format(PyExc_TypeError, + "%.200s() takes %.8s %" CYTHON_FORMAT_SSIZE_T "d positional argument%.1s (%" CYTHON_FORMAT_SSIZE_T "d given)", + func_name, more_or_less, num_expected, + (num_expected == 1) ? "" : "s", num_found); +} + +static void __Pyx_RaiseDoubleKeywordsError( + const char* func_name, + PyObject* kw_name) +{ + PyErr_Format(PyExc_TypeError, + #if PY_MAJOR_VERSION >= 3 + "%s() got multiple values for keyword argument '%U'", func_name, kw_name); + #else + "%s() got multiple values for keyword argument '%s'", func_name, + PyString_AsString(kw_name)); + #endif +} + +static int __Pyx_ParseOptionalKeywords( + PyObject *kwds, + PyObject **argnames[], + PyObject *kwds2, + PyObject *values[], + Py_ssize_t num_pos_args, + const char* function_name) +{ + PyObject *key = 0, *value = 0; + Py_ssize_t pos = 0; + PyObject*** name; + PyObject*** first_kw_arg = argnames + num_pos_args; + while (PyDict_Next(kwds, &pos, &key, &value)) { + name = first_kw_arg; + while (*name && (**name != key)) name++; + if (*name) { + values[name-argnames] = value; + continue; + } + name = first_kw_arg; + #if PY_MAJOR_VERSION < 3 + if (likely(PyString_CheckExact(key)) || likely(PyString_Check(key))) { + while (*name) { + if ((CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**name) == PyString_GET_SIZE(key)) + && _PyString_Eq(**name, key)) { + values[name-argnames] = value; + break; + } + name++; + } + if (*name) continue; + else { + PyObject*** argname = argnames; + while (argname != first_kw_arg) { + if ((**argname == key) || ( + (CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**argname) == PyString_GET_SIZE(key)) + && _PyString_Eq(**argname, key))) { + goto arg_passed_twice; + } + argname++; + } + } + } else + #endif + if (likely(PyUnicode_Check(key))) { + while (*name) { + int cmp = (**name == key) ? 0 : + #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3 + (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : + #endif + PyUnicode_Compare(**name, key); + if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad; + if (cmp == 0) { + values[name-argnames] = value; + break; + } + name++; + } + if (*name) continue; + else { + PyObject*** argname = argnames; + while (argname != first_kw_arg) { + int cmp = (**argname == key) ? 0 : + #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3 + (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : + #endif + PyUnicode_Compare(**argname, key); + if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad; + if (cmp == 0) goto arg_passed_twice; + argname++; + } + } + } else + goto invalid_keyword_type; + if (kwds2) { + if (unlikely(PyDict_SetItem(kwds2, key, value))) goto bad; + } else { + goto invalid_keyword; + } + } + return 0; +arg_passed_twice: + __Pyx_RaiseDoubleKeywordsError(function_name, key); + goto bad; +invalid_keyword_type: + PyErr_Format(PyExc_TypeError, + "%.200s() keywords must be strings", function_name); + goto bad; +invalid_keyword: + PyErr_Format(PyExc_TypeError, + #if PY_MAJOR_VERSION < 3 + "%.200s() got an unexpected keyword argument '%.200s'", + function_name, PyString_AsString(key)); + #else + "%s() got an unexpected keyword argument '%U'", + function_name, key); + #endif +bad: + return -1; +} + +static void __Pyx_RaiseArgumentTypeInvalid(const char* name, PyObject *obj, PyTypeObject *type) { + PyErr_Format(PyExc_TypeError, + "Argument '%.200s' has incorrect type (expected %.200s, got %.200s)", + name, type->tp_name, Py_TYPE(obj)->tp_name); +} +static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *type, int none_allowed, + const char *name, int exact) +{ + if (unlikely(!type)) { + PyErr_SetString(PyExc_SystemError, "Missing type object"); + return 0; + } + if (none_allowed && obj == Py_None) return 1; + else if (exact) { + if (likely(Py_TYPE(obj) == type)) return 1; + #if PY_MAJOR_VERSION == 2 + else if ((type == &PyBaseString_Type) && likely(__Pyx_PyBaseString_CheckExact(obj))) return 1; + #endif + } + else { + if (likely(PyObject_TypeCheck(obj, type))) return 1; + } + __Pyx_RaiseArgumentTypeInvalid(name, obj, type); + return 0; +} + +static CYTHON_INLINE PyObject *__Pyx_GetModuleGlobalName(PyObject *name) { + PyObject *result; +#if CYTHON_COMPILING_IN_CPYTHON + result = PyDict_GetItem(__pyx_d, name); + if (likely(result)) { + Py_INCREF(result); + } else { +#else + result = PyObject_GetItem(__pyx_d, name); + if (!result) { + PyErr_Clear(); +#endif + result = __Pyx_GetBuiltinName(name); + } + return result; +} + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw) { + PyObject *result; + ternaryfunc call = func->ob_type->tp_call; + if (unlikely(!call)) + return PyObject_Call(func, arg, kw); + if (unlikely(Py_EnterRecursiveCall((char*)" while calling a Python object"))) + return NULL; + result = (*call)(func, arg, kw); + Py_LeaveRecursiveCall(); + if (unlikely(!result) && unlikely(!PyErr_Occurred())) { + PyErr_SetString( + PyExc_SystemError, + "NULL result without error in PyObject_Call"); + } + return result; +} +#endif + +static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type) { + if (unlikely(!type)) { + PyErr_SetString(PyExc_SystemError, "Missing type object"); + return 0; + } + if (likely(PyObject_TypeCheck(obj, type))) + return 1; + PyErr_Format(PyExc_TypeError, "Cannot convert %.200s to %.200s", + Py_TYPE(obj)->tp_name, type->tp_name); + return 0; +} + +static CYTHON_INLINE int __Pyx_IsLittleEndian(void) { + unsigned int n = 1; + return *(unsigned char*)(&n) != 0; +} +static void __Pyx_BufFmt_Init(__Pyx_BufFmt_Context* ctx, + __Pyx_BufFmt_StackElem* stack, + __Pyx_TypeInfo* type) { + stack[0].field = &ctx->root; + stack[0].parent_offset = 0; + ctx->root.type = type; + ctx->root.name = "buffer dtype"; + ctx->root.offset = 0; + ctx->head = stack; + ctx->head->field = &ctx->root; + ctx->fmt_offset = 0; + ctx->head->parent_offset = 0; + ctx->new_packmode = '@'; + ctx->enc_packmode = '@'; + ctx->new_count = 1; + ctx->enc_count = 0; + ctx->enc_type = 0; + ctx->is_complex = 0; + ctx->is_valid_array = 0; + ctx->struct_alignment = 0; + while (type->typegroup == 'S') { + ++ctx->head; + ctx->head->field = type->fields; + ctx->head->parent_offset = 0; + type = type->fields->type; + } +} +static int __Pyx_BufFmt_ParseNumber(const char** ts) { + int count; + const char* t = *ts; + if (*t < '0' || *t > '9') { + return -1; + } else { + count = *t++ - '0'; + while (*t >= '0' && *t < '9') { + count *= 10; + count += *t++ - '0'; + } + } + *ts = t; + return count; +} +static int __Pyx_BufFmt_ExpectNumber(const char **ts) { + int number = __Pyx_BufFmt_ParseNumber(ts); + if (number == -1) + PyErr_Format(PyExc_ValueError,\ + "Does not understand character buffer dtype format string ('%c')", **ts); + return number; +} +static void __Pyx_BufFmt_RaiseUnexpectedChar(char ch) { + PyErr_Format(PyExc_ValueError, + "Unexpected format string character: '%c'", ch); +} +static const char* __Pyx_BufFmt_DescribeTypeChar(char ch, int is_complex) { + switch (ch) { + case 'c': return "'char'"; + case 'b': return "'signed char'"; + case 'B': return "'unsigned char'"; + case 'h': return "'short'"; + case 'H': return "'unsigned short'"; + case 'i': return "'int'"; + case 'I': return "'unsigned int'"; + case 'l': return "'long'"; + case 'L': return "'unsigned long'"; + case 'q': return "'long long'"; + case 'Q': return "'unsigned long long'"; + case 'f': return (is_complex ? "'complex float'" : "'float'"); + case 'd': return (is_complex ? "'complex double'" : "'double'"); + case 'g': return (is_complex ? "'complex long double'" : "'long double'"); + case 'T': return "a struct"; + case 'O': return "Python object"; + case 'P': return "a pointer"; + case 's': case 'p': return "a string"; + case 0: return "end"; + default: return "unparseable format string"; + } +} +static size_t __Pyx_BufFmt_TypeCharToStandardSize(char ch, int is_complex) { + switch (ch) { + case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; + case 'h': case 'H': return 2; + case 'i': case 'I': case 'l': case 'L': return 4; + case 'q': case 'Q': return 8; + case 'f': return (is_complex ? 8 : 4); + case 'd': return (is_complex ? 16 : 8); + case 'g': { + PyErr_SetString(PyExc_ValueError, "Python does not define a standard format string size for long double ('g').."); + return 0; + } + case 'O': case 'P': return sizeof(void*); + default: + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } +} +static size_t __Pyx_BufFmt_TypeCharToNativeSize(char ch, int is_complex) { + switch (ch) { + case 'c': case 'b': case 'B': case 's': case 'p': return 1; + case 'h': case 'H': return sizeof(short); + case 'i': case 'I': return sizeof(int); + case 'l': case 'L': return sizeof(long); + #ifdef HAVE_LONG_LONG + case 'q': case 'Q': return sizeof(PY_LONG_LONG); + #endif + case 'f': return sizeof(float) * (is_complex ? 2 : 1); + case 'd': return sizeof(double) * (is_complex ? 2 : 1); + case 'g': return sizeof(long double) * (is_complex ? 2 : 1); + case 'O': case 'P': return sizeof(void*); + default: { + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } + } +} +typedef struct { char c; short x; } __Pyx_st_short; +typedef struct { char c; int x; } __Pyx_st_int; +typedef struct { char c; long x; } __Pyx_st_long; +typedef struct { char c; float x; } __Pyx_st_float; +typedef struct { char c; double x; } __Pyx_st_double; +typedef struct { char c; long double x; } __Pyx_st_longdouble; +typedef struct { char c; void *x; } __Pyx_st_void_p; +#ifdef HAVE_LONG_LONG +typedef struct { char c; PY_LONG_LONG x; } __Pyx_st_longlong; +#endif +static size_t __Pyx_BufFmt_TypeCharToAlignment(char ch, CYTHON_UNUSED int is_complex) { + switch (ch) { + case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; + case 'h': case 'H': return sizeof(__Pyx_st_short) - sizeof(short); + case 'i': case 'I': return sizeof(__Pyx_st_int) - sizeof(int); + case 'l': case 'L': return sizeof(__Pyx_st_long) - sizeof(long); +#ifdef HAVE_LONG_LONG + case 'q': case 'Q': return sizeof(__Pyx_st_longlong) - sizeof(PY_LONG_LONG); +#endif + case 'f': return sizeof(__Pyx_st_float) - sizeof(float); + case 'd': return sizeof(__Pyx_st_double) - sizeof(double); + case 'g': return sizeof(__Pyx_st_longdouble) - sizeof(long double); + case 'P': case 'O': return sizeof(__Pyx_st_void_p) - sizeof(void*); + default: + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } +} +/* These are for computing the padding at the end of the struct to align + on the first member of the struct. This will probably the same as above, + but we don't have any guarantees. + */ +typedef struct { short x; char c; } __Pyx_pad_short; +typedef struct { int x; char c; } __Pyx_pad_int; +typedef struct { long x; char c; } __Pyx_pad_long; +typedef struct { float x; char c; } __Pyx_pad_float; +typedef struct { double x; char c; } __Pyx_pad_double; +typedef struct { long double x; char c; } __Pyx_pad_longdouble; +typedef struct { void *x; char c; } __Pyx_pad_void_p; +#ifdef HAVE_LONG_LONG +typedef struct { PY_LONG_LONG x; char c; } __Pyx_pad_longlong; +#endif +static size_t __Pyx_BufFmt_TypeCharToPadding(char ch, CYTHON_UNUSED int is_complex) { + switch (ch) { + case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; + case 'h': case 'H': return sizeof(__Pyx_pad_short) - sizeof(short); + case 'i': case 'I': return sizeof(__Pyx_pad_int) - sizeof(int); + case 'l': case 'L': return sizeof(__Pyx_pad_long) - sizeof(long); +#ifdef HAVE_LONG_LONG + case 'q': case 'Q': return sizeof(__Pyx_pad_longlong) - sizeof(PY_LONG_LONG); +#endif + case 'f': return sizeof(__Pyx_pad_float) - sizeof(float); + case 'd': return sizeof(__Pyx_pad_double) - sizeof(double); + case 'g': return sizeof(__Pyx_pad_longdouble) - sizeof(long double); + case 'P': case 'O': return sizeof(__Pyx_pad_void_p) - sizeof(void*); + default: + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } +} +static char __Pyx_BufFmt_TypeCharToGroup(char ch, int is_complex) { + switch (ch) { + case 'c': + return 'H'; + case 'b': case 'h': case 'i': + case 'l': case 'q': case 's': case 'p': + return 'I'; + case 'B': case 'H': case 'I': case 'L': case 'Q': + return 'U'; + case 'f': case 'd': case 'g': + return (is_complex ? 'C' : 'R'); + case 'O': + return 'O'; + case 'P': + return 'P'; + default: { + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } + } +} +static void __Pyx_BufFmt_RaiseExpected(__Pyx_BufFmt_Context* ctx) { + if (ctx->head == NULL || ctx->head->field == &ctx->root) { + const char* expected; + const char* quote; + if (ctx->head == NULL) { + expected = "end"; + quote = ""; + } else { + expected = ctx->head->field->type->name; + quote = "'"; + } + PyErr_Format(PyExc_ValueError, + "Buffer dtype mismatch, expected %s%s%s but got %s", + quote, expected, quote, + __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex)); + } else { + __Pyx_StructField* field = ctx->head->field; + __Pyx_StructField* parent = (ctx->head - 1)->field; + PyErr_Format(PyExc_ValueError, + "Buffer dtype mismatch, expected '%s' but got %s in '%s.%s'", + field->type->name, __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex), + parent->type->name, field->name); + } +} +static int __Pyx_BufFmt_ProcessTypeChunk(__Pyx_BufFmt_Context* ctx) { + char group; + size_t size, offset, arraysize = 1; + if (ctx->enc_type == 0) return 0; + if (ctx->head->field->type->arraysize[0]) { + int i, ndim = 0; + if (ctx->enc_type == 's' || ctx->enc_type == 'p') { + ctx->is_valid_array = ctx->head->field->type->ndim == 1; + ndim = 1; + if (ctx->enc_count != ctx->head->field->type->arraysize[0]) { + PyErr_Format(PyExc_ValueError, + "Expected a dimension of size %zu, got %zu", + ctx->head->field->type->arraysize[0], ctx->enc_count); + return -1; + } + } + if (!ctx->is_valid_array) { + PyErr_Format(PyExc_ValueError, "Expected %d dimensions, got %d", + ctx->head->field->type->ndim, ndim); + return -1; + } + for (i = 0; i < ctx->head->field->type->ndim; i++) { + arraysize *= ctx->head->field->type->arraysize[i]; + } + ctx->is_valid_array = 0; + ctx->enc_count = 1; + } + group = __Pyx_BufFmt_TypeCharToGroup(ctx->enc_type, ctx->is_complex); + do { + __Pyx_StructField* field = ctx->head->field; + __Pyx_TypeInfo* type = field->type; + if (ctx->enc_packmode == '@' || ctx->enc_packmode == '^') { + size = __Pyx_BufFmt_TypeCharToNativeSize(ctx->enc_type, ctx->is_complex); + } else { + size = __Pyx_BufFmt_TypeCharToStandardSize(ctx->enc_type, ctx->is_complex); + } + if (ctx->enc_packmode == '@') { + size_t align_at = __Pyx_BufFmt_TypeCharToAlignment(ctx->enc_type, ctx->is_complex); + size_t align_mod_offset; + if (align_at == 0) return -1; + align_mod_offset = ctx->fmt_offset % align_at; + if (align_mod_offset > 0) ctx->fmt_offset += align_at - align_mod_offset; + if (ctx->struct_alignment == 0) + ctx->struct_alignment = __Pyx_BufFmt_TypeCharToPadding(ctx->enc_type, + ctx->is_complex); + } + if (type->size != size || type->typegroup != group) { + if (type->typegroup == 'C' && type->fields != NULL) { + size_t parent_offset = ctx->head->parent_offset + field->offset; + ++ctx->head; + ctx->head->field = type->fields; + ctx->head->parent_offset = parent_offset; + continue; + } + if ((type->typegroup == 'H' || group == 'H') && type->size == size) { + } else { + __Pyx_BufFmt_RaiseExpected(ctx); + return -1; + } + } + offset = ctx->head->parent_offset + field->offset; + if (ctx->fmt_offset != offset) { + PyErr_Format(PyExc_ValueError, + "Buffer dtype mismatch; next field is at offset %" CYTHON_FORMAT_SSIZE_T "d but %" CYTHON_FORMAT_SSIZE_T "d expected", + (Py_ssize_t)ctx->fmt_offset, (Py_ssize_t)offset); + return -1; + } + ctx->fmt_offset += size; + if (arraysize) + ctx->fmt_offset += (arraysize - 1) * size; + --ctx->enc_count; + while (1) { + if (field == &ctx->root) { + ctx->head = NULL; + if (ctx->enc_count != 0) { + __Pyx_BufFmt_RaiseExpected(ctx); + return -1; + } + break; + } + ctx->head->field = ++field; + if (field->type == NULL) { + --ctx->head; + field = ctx->head->field; + continue; + } else if (field->type->typegroup == 'S') { + size_t parent_offset = ctx->head->parent_offset + field->offset; + if (field->type->fields->type == NULL) continue; + field = field->type->fields; + ++ctx->head; + ctx->head->field = field; + ctx->head->parent_offset = parent_offset; + break; + } else { + break; + } + } + } while (ctx->enc_count); + ctx->enc_type = 0; + ctx->is_complex = 0; + return 0; +} +static CYTHON_INLINE PyObject * +__pyx_buffmt_parse_array(__Pyx_BufFmt_Context* ctx, const char** tsp) +{ + const char *ts = *tsp; + int i = 0, number; + int ndim = ctx->head->field->type->ndim; +; + ++ts; + if (ctx->new_count != 1) { + PyErr_SetString(PyExc_ValueError, + "Cannot handle repeated arrays in format string"); + return NULL; + } + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + while (*ts && *ts != ')') { + switch (*ts) { + case ' ': case '\f': case '\r': case '\n': case '\t': case '\v': continue; + default: break; + } + number = __Pyx_BufFmt_ExpectNumber(&ts); + if (number == -1) return NULL; + if (i < ndim && (size_t) number != ctx->head->field->type->arraysize[i]) + return PyErr_Format(PyExc_ValueError, + "Expected a dimension of size %zu, got %d", + ctx->head->field->type->arraysize[i], number); + if (*ts != ',' && *ts != ')') + return PyErr_Format(PyExc_ValueError, + "Expected a comma in format string, got '%c'", *ts); + if (*ts == ',') ts++; + i++; + } + if (i != ndim) + return PyErr_Format(PyExc_ValueError, "Expected %d dimension(s), got %d", + ctx->head->field->type->ndim, i); + if (!*ts) { + PyErr_SetString(PyExc_ValueError, + "Unexpected end of format string, expected ')'"); + return NULL; + } + ctx->is_valid_array = 1; + ctx->new_count = 1; + *tsp = ++ts; + return Py_None; +} +static const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const char* ts) { + int got_Z = 0; + while (1) { + switch(*ts) { + case 0: + if (ctx->enc_type != 0 && ctx->head == NULL) { + __Pyx_BufFmt_RaiseExpected(ctx); + return NULL; + } + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + if (ctx->head != NULL) { + __Pyx_BufFmt_RaiseExpected(ctx); + return NULL; + } + return ts; + case ' ': + case '\r': + case '\n': + ++ts; + break; + case '<': + if (!__Pyx_IsLittleEndian()) { + PyErr_SetString(PyExc_ValueError, "Little-endian buffer not supported on big-endian compiler"); + return NULL; + } + ctx->new_packmode = '='; + ++ts; + break; + case '>': + case '!': + if (__Pyx_IsLittleEndian()) { + PyErr_SetString(PyExc_ValueError, "Big-endian buffer not supported on little-endian compiler"); + return NULL; + } + ctx->new_packmode = '='; + ++ts; + break; + case '=': + case '@': + case '^': + ctx->new_packmode = *ts++; + break; + case 'T': + { + const char* ts_after_sub; + size_t i, struct_count = ctx->new_count; + size_t struct_alignment = ctx->struct_alignment; + ctx->new_count = 1; + ++ts; + if (*ts != '{') { + PyErr_SetString(PyExc_ValueError, "Buffer acquisition: Expected '{' after 'T'"); + return NULL; + } + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + ctx->enc_type = 0; + ctx->enc_count = 0; + ctx->struct_alignment = 0; + ++ts; + ts_after_sub = ts; + for (i = 0; i != struct_count; ++i) { + ts_after_sub = __Pyx_BufFmt_CheckString(ctx, ts); + if (!ts_after_sub) return NULL; + } + ts = ts_after_sub; + if (struct_alignment) ctx->struct_alignment = struct_alignment; + } + break; + case '}': + { + size_t alignment = ctx->struct_alignment; + ++ts; + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + ctx->enc_type = 0; + if (alignment && ctx->fmt_offset % alignment) { + ctx->fmt_offset += alignment - (ctx->fmt_offset % alignment); + } + } + return ts; + case 'x': + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + ctx->fmt_offset += ctx->new_count; + ctx->new_count = 1; + ctx->enc_count = 0; + ctx->enc_type = 0; + ctx->enc_packmode = ctx->new_packmode; + ++ts; + break; + case 'Z': + got_Z = 1; + ++ts; + if (*ts != 'f' && *ts != 'd' && *ts != 'g') { + __Pyx_BufFmt_RaiseUnexpectedChar('Z'); + return NULL; + } + case 'c': case 'b': case 'B': case 'h': case 'H': case 'i': case 'I': + case 'l': case 'L': case 'q': case 'Q': + case 'f': case 'd': case 'g': + case 'O': case 'p': + if (ctx->enc_type == *ts && got_Z == ctx->is_complex && + ctx->enc_packmode == ctx->new_packmode) { + ctx->enc_count += ctx->new_count; + ctx->new_count = 1; + got_Z = 0; + ++ts; + break; + } + case 's': + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + ctx->enc_count = ctx->new_count; + ctx->enc_packmode = ctx->new_packmode; + ctx->enc_type = *ts; + ctx->is_complex = got_Z; + ++ts; + ctx->new_count = 1; + got_Z = 0; + break; + case ':': + ++ts; + while(*ts != ':') ++ts; + ++ts; + break; + case '(': + if (!__pyx_buffmt_parse_array(ctx, &ts)) return NULL; + break; + default: + { + int number = __Pyx_BufFmt_ExpectNumber(&ts); + if (number == -1) return NULL; + ctx->new_count = (size_t)number; + } + } + } +} +static CYTHON_INLINE void __Pyx_ZeroBuffer(Py_buffer* buf) { + buf->buf = NULL; + buf->obj = NULL; + buf->strides = __Pyx_zeros; + buf->shape = __Pyx_zeros; + buf->suboffsets = __Pyx_minusones; +} +static CYTHON_INLINE int __Pyx_GetBufferAndValidate( + Py_buffer* buf, PyObject* obj, __Pyx_TypeInfo* dtype, int flags, + int nd, int cast, __Pyx_BufFmt_StackElem* stack) +{ + if (obj == Py_None || obj == NULL) { + __Pyx_ZeroBuffer(buf); + return 0; + } + buf->buf = NULL; + if (__Pyx_GetBuffer(obj, buf, flags) == -1) goto fail; + if (buf->ndim != nd) { + PyErr_Format(PyExc_ValueError, + "Buffer has wrong number of dimensions (expected %d, got %d)", + nd, buf->ndim); + goto fail; + } + if (!cast) { + __Pyx_BufFmt_Context ctx; + __Pyx_BufFmt_Init(&ctx, stack, dtype); + if (!__Pyx_BufFmt_CheckString(&ctx, buf->format)) goto fail; + } + if ((unsigned)buf->itemsize != dtype->size) { + PyErr_Format(PyExc_ValueError, + "Item size of buffer (%" CYTHON_FORMAT_SSIZE_T "d byte%s) does not match size of '%s' (%" CYTHON_FORMAT_SSIZE_T "d byte%s)", + buf->itemsize, (buf->itemsize > 1) ? "s" : "", + dtype->name, (Py_ssize_t)dtype->size, (dtype->size > 1) ? "s" : ""); + goto fail; + } + if (buf->suboffsets == NULL) buf->suboffsets = __Pyx_minusones; + return 0; +fail:; + __Pyx_ZeroBuffer(buf); + return -1; +} +static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info) { + if (info->buf == NULL) return; + if (info->suboffsets == __Pyx_minusones) info->suboffsets = NULL; + __Pyx_ReleaseBuffer(info); +} + +static CYTHON_INLINE int __Pyx_IterFinish(void) { +#if CYTHON_COMPILING_IN_CPYTHON + PyThreadState *tstate = PyThreadState_GET(); + PyObject* exc_type = tstate->curexc_type; + if (unlikely(exc_type)) { + if (likely(exc_type == PyExc_StopIteration) || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration)) { + PyObject *exc_value, *exc_tb; + exc_value = tstate->curexc_value; + exc_tb = tstate->curexc_traceback; + tstate->curexc_type = 0; + tstate->curexc_value = 0; + tstate->curexc_traceback = 0; + Py_DECREF(exc_type); + Py_XDECREF(exc_value); + Py_XDECREF(exc_tb); + return 0; + } else { + return -1; + } + } + return 0; +#else + if (unlikely(PyErr_Occurred())) { + if (likely(PyErr_ExceptionMatches(PyExc_StopIteration))) { + PyErr_Clear(); + return 0; + } else { + return -1; + } + } + return 0; +#endif +} + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg) { + PyObject *self, *result; + PyCFunction cfunc; + cfunc = PyCFunction_GET_FUNCTION(func); + self = PyCFunction_GET_SELF(func); + if (unlikely(Py_EnterRecursiveCall((char*)" while calling a Python object"))) + return NULL; + result = cfunc(self, arg); + Py_LeaveRecursiveCall(); + if (unlikely(!result) && unlikely(!PyErr_Occurred())) { + PyErr_SetString( + PyExc_SystemError, + "NULL result without error in PyObject_Call"); + } + return result; +} +#endif + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func) { +#ifdef __Pyx_CyFunction_USED + if (likely(PyCFunction_Check(func) || PyObject_TypeCheck(func, __pyx_CyFunctionType))) { +#else + if (likely(PyCFunction_Check(func))) { +#endif + if (likely(PyCFunction_GET_FLAGS(func) & METH_NOARGS)) { + return __Pyx_PyObject_CallMethO(func, NULL); + } + } + return __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL); +} +#endif + +#if CYTHON_COMPILING_IN_CPYTHON +static PyObject* __Pyx__PyObject_CallOneArg(PyObject *func, PyObject *arg) { + PyObject *result; + PyObject *args = PyTuple_New(1); + if (unlikely(!args)) return NULL; + Py_INCREF(arg); + PyTuple_SET_ITEM(args, 0, arg); + result = __Pyx_PyObject_Call(func, args, NULL); + Py_DECREF(args); + return result; +} +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) { +#ifdef __Pyx_CyFunction_USED + if (likely(PyCFunction_Check(func) || PyObject_TypeCheck(func, __pyx_CyFunctionType))) { +#else + if (likely(PyCFunction_Check(func))) { +#endif + if (likely(PyCFunction_GET_FLAGS(func) & METH_O)) { + return __Pyx_PyObject_CallMethO(func, arg); + } + } + return __Pyx__PyObject_CallOneArg(func, arg); +} +#else +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) { + PyObject* args = PyTuple_Pack(1, arg); + return (likely(args)) ? __Pyx_PyObject_Call(func, args, NULL) : NULL; +} +#endif + +static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) { + PyObject *method, *result = NULL; + method = __Pyx_PyObject_GetAttrStr(obj, method_name); + if (unlikely(!method)) goto bad; +#if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyMethod_Check(method))) { + PyObject *self = PyMethod_GET_SELF(method); + if (likely(self)) { + PyObject *function = PyMethod_GET_FUNCTION(method); + result = __Pyx_PyObject_CallOneArg(function, self); + Py_DECREF(method); + return result; + } + } +#endif + result = __Pyx_PyObject_CallNoArg(method); + Py_DECREF(method); +bad: + return result; +} + +static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index) { + PyErr_Format(PyExc_ValueError, + "need more than %" CYTHON_FORMAT_SSIZE_T "d value%.1s to unpack", + index, (index == 1) ? "" : "s"); +} + +static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected) { + PyErr_Format(PyExc_ValueError, + "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected); +} + +static int __Pyx_IternextUnpackEndCheck(PyObject *retval, Py_ssize_t expected) { + if (unlikely(retval)) { + Py_DECREF(retval); + __Pyx_RaiseTooManyValuesError(expected); + return -1; + } else { + return __Pyx_IterFinish(); + } + return 0; +} + +static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); +} + +static void __Pyx_UnpackTupleError(PyObject *t, Py_ssize_t index) { + if (t == Py_None) { + __Pyx_RaiseNoneNotIterableError(); + } else if (PyTuple_GET_SIZE(t) < index) { + __Pyx_RaiseNeedMoreValuesError(PyTuple_GET_SIZE(t)); + } else { + __Pyx_RaiseTooManyValuesError(index); + } +} + +static CYTHON_INLINE int __Pyx_unpack_tuple2(PyObject* tuple, PyObject** pvalue1, PyObject** pvalue2, + int is_tuple, int has_known_size, int decref_tuple) { + Py_ssize_t index; + PyObject *value1 = NULL, *value2 = NULL, *iter = NULL; + if (!is_tuple && unlikely(!PyTuple_Check(tuple))) { + iternextfunc iternext; + iter = PyObject_GetIter(tuple); + if (unlikely(!iter)) goto bad; + if (decref_tuple) { Py_DECREF(tuple); tuple = NULL; } + iternext = Py_TYPE(iter)->tp_iternext; + value1 = iternext(iter); if (unlikely(!value1)) { index = 0; goto unpacking_failed; } + value2 = iternext(iter); if (unlikely(!value2)) { index = 1; goto unpacking_failed; } + if (!has_known_size && unlikely(__Pyx_IternextUnpackEndCheck(iternext(iter), 2))) goto bad; + Py_DECREF(iter); + } else { + if (!has_known_size && unlikely(PyTuple_GET_SIZE(tuple) != 2)) { + __Pyx_UnpackTupleError(tuple, 2); + goto bad; + } +#if CYTHON_COMPILING_IN_PYPY + value1 = PySequence_ITEM(tuple, 0); + if (unlikely(!value1)) goto bad; + value2 = PySequence_ITEM(tuple, 1); + if (unlikely(!value2)) goto bad; +#else + value1 = PyTuple_GET_ITEM(tuple, 0); + value2 = PyTuple_GET_ITEM(tuple, 1); + Py_INCREF(value1); + Py_INCREF(value2); +#endif + if (decref_tuple) { Py_DECREF(tuple); } + } + *pvalue1 = value1; + *pvalue2 = value2; + return 0; +unpacking_failed: + if (!has_known_size && __Pyx_IterFinish() == 0) + __Pyx_RaiseNeedMoreValuesError(index); +bad: + Py_XDECREF(iter); + Py_XDECREF(value1); + Py_XDECREF(value2); + if (decref_tuple) { Py_XDECREF(tuple); } + return -1; +} + +static CYTHON_INLINE PyObject* __Pyx_dict_iterator(PyObject* iterable, int is_dict, PyObject* method_name, + Py_ssize_t* p_orig_length, int* p_source_is_dict) { + is_dict = is_dict || likely(PyDict_CheckExact(iterable)); + *p_source_is_dict = is_dict; +#if !CYTHON_COMPILING_IN_PYPY + if (is_dict) { + *p_orig_length = PyDict_Size(iterable); + Py_INCREF(iterable); + return iterable; + } +#endif + *p_orig_length = 0; + if (method_name) { + PyObject* iter; + iterable = __Pyx_PyObject_CallMethod0(iterable, method_name); + if (!iterable) + return NULL; +#if !CYTHON_COMPILING_IN_PYPY + if (PyTuple_CheckExact(iterable) || PyList_CheckExact(iterable)) + return iterable; +#endif + iter = PyObject_GetIter(iterable); + Py_DECREF(iterable); + return iter; + } + return PyObject_GetIter(iterable); +} +static CYTHON_INLINE int __Pyx_dict_iter_next(PyObject* iter_obj, Py_ssize_t orig_length, Py_ssize_t* ppos, + PyObject** pkey, PyObject** pvalue, PyObject** pitem, int source_is_dict) { + PyObject* next_item; +#if !CYTHON_COMPILING_IN_PYPY + if (source_is_dict) { + PyObject *key, *value; + if (unlikely(orig_length != PyDict_Size(iter_obj))) { + PyErr_SetString(PyExc_RuntimeError, "dictionary changed size during iteration"); + return -1; + } + if (unlikely(!PyDict_Next(iter_obj, ppos, &key, &value))) { + return 0; + } + if (pitem) { + PyObject* tuple = PyTuple_New(2); + if (unlikely(!tuple)) { + return -1; + } + Py_INCREF(key); + Py_INCREF(value); + PyTuple_SET_ITEM(tuple, 0, key); + PyTuple_SET_ITEM(tuple, 1, value); + *pitem = tuple; + } else { + if (pkey) { + Py_INCREF(key); + *pkey = key; + } + if (pvalue) { + Py_INCREF(value); + *pvalue = value; + } + } + return 1; + } else if (PyTuple_CheckExact(iter_obj)) { + Py_ssize_t pos = *ppos; + if (unlikely(pos >= PyTuple_GET_SIZE(iter_obj))) return 0; + *ppos = pos + 1; + next_item = PyTuple_GET_ITEM(iter_obj, pos); + Py_INCREF(next_item); + } else if (PyList_CheckExact(iter_obj)) { + Py_ssize_t pos = *ppos; + if (unlikely(pos >= PyList_GET_SIZE(iter_obj))) return 0; + *ppos = pos + 1; + next_item = PyList_GET_ITEM(iter_obj, pos); + Py_INCREF(next_item); + } else +#endif + { + next_item = PyIter_Next(iter_obj); + if (unlikely(!next_item)) { + return __Pyx_IterFinish(); + } + } + if (pitem) { + *pitem = next_item; + } else if (pkey && pvalue) { + if (__Pyx_unpack_tuple2(next_item, pkey, pvalue, source_is_dict, source_is_dict, 1)) + return -1; + } else if (pkey) { + *pkey = next_item; + } else { + *pvalue = next_item; + } + return 1; +} + +static double __Pyx__PyObject_AsDouble(PyObject* obj) { + PyObject* float_value; +#if CYTHON_COMPILING_IN_PYPY + float_value = PyNumber_Float(obj); +#else + PyNumberMethods *nb = Py_TYPE(obj)->tp_as_number; + if (likely(nb) && likely(nb->nb_float)) { + float_value = nb->nb_float(obj); + if (likely(float_value) && unlikely(!PyFloat_Check(float_value))) { + PyErr_Format(PyExc_TypeError, + "__float__ returned non-float (type %.200s)", + Py_TYPE(float_value)->tp_name); + Py_DECREF(float_value); + goto bad; + } + } else if (PyUnicode_CheckExact(obj) || PyBytes_CheckExact(obj)) { +#if PY_MAJOR_VERSION >= 3 + float_value = PyFloat_FromString(obj); +#else + float_value = PyFloat_FromString(obj, 0); +#endif + } else { + PyObject* args = PyTuple_New(1); + if (unlikely(!args)) goto bad; + PyTuple_SET_ITEM(args, 0, obj); + float_value = PyObject_Call((PyObject*)&PyFloat_Type, args, 0); + PyTuple_SET_ITEM(args, 0, 0); + Py_DECREF(args); + } +#endif + if (likely(float_value)) { + double value = PyFloat_AS_DOUBLE(float_value); + Py_DECREF(float_value); + return value; + } +bad: + return (double)-1; +} + +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j) { + PyObject *r; + if (!j) return NULL; + r = PyObject_GetItem(o, j); + Py_DECREF(j); + return r; +} +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, + int wraparound, int boundscheck) { +#if CYTHON_COMPILING_IN_CPYTHON + if (wraparound & unlikely(i < 0)) i += PyList_GET_SIZE(o); + if ((!boundscheck) || likely((0 <= i) & (i < PyList_GET_SIZE(o)))) { + PyObject *r = PyList_GET_ITEM(o, i); + Py_INCREF(r); + return r; + } + return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); +#else + return PySequence_GetItem(o, i); +#endif +} +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, + int wraparound, int boundscheck) { +#if CYTHON_COMPILING_IN_CPYTHON + if (wraparound & unlikely(i < 0)) i += PyTuple_GET_SIZE(o); + if ((!boundscheck) || likely((0 <= i) & (i < PyTuple_GET_SIZE(o)))) { + PyObject *r = PyTuple_GET_ITEM(o, i); + Py_INCREF(r); + return r; + } + return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); +#else + return PySequence_GetItem(o, i); +#endif +} +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i, + int is_list, int wraparound, int boundscheck) { +#if CYTHON_COMPILING_IN_CPYTHON + if (is_list || PyList_CheckExact(o)) { + Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyList_GET_SIZE(o); + if ((!boundscheck) || (likely((n >= 0) & (n < PyList_GET_SIZE(o))))) { + PyObject *r = PyList_GET_ITEM(o, n); + Py_INCREF(r); + return r; + } + } + else if (PyTuple_CheckExact(o)) { + Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyTuple_GET_SIZE(o); + if ((!boundscheck) || likely((n >= 0) & (n < PyTuple_GET_SIZE(o)))) { + PyObject *r = PyTuple_GET_ITEM(o, n); + Py_INCREF(r); + return r; + } + } else { + PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence; + if (likely(m && m->sq_item)) { + if (wraparound && unlikely(i < 0) && likely(m->sq_length)) { + Py_ssize_t l = m->sq_length(o); + if (likely(l >= 0)) { + i += l; + } else { + if (PyErr_ExceptionMatches(PyExc_OverflowError)) + PyErr_Clear(); + else + return NULL; + } + } + return m->sq_item(o, i); + } + } +#else + if (is_list || PySequence_Check(o)) { + return PySequence_GetItem(o, i); + } +#endif + return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); +} + +static CYTHON_INLINE void __Pyx_RaiseUnboundLocalError(const char *varname) { + PyErr_Format(PyExc_UnboundLocalError, "local variable '%s' referenced before assignment", varname); +} + +static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) { +#if CYTHON_COMPILING_IN_CPYTHON + PyObject *tmp_type, *tmp_value, *tmp_tb; + PyThreadState *tstate = PyThreadState_GET(); + tmp_type = tstate->curexc_type; + tmp_value = tstate->curexc_value; + tmp_tb = tstate->curexc_traceback; + tstate->curexc_type = type; + tstate->curexc_value = value; + tstate->curexc_traceback = tb; + Py_XDECREF(tmp_type); + Py_XDECREF(tmp_value); + Py_XDECREF(tmp_tb); +#else + PyErr_Restore(type, value, tb); +#endif +} +static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) { +#if CYTHON_COMPILING_IN_CPYTHON + PyThreadState *tstate = PyThreadState_GET(); + *type = tstate->curexc_type; + *value = tstate->curexc_value; + *tb = tstate->curexc_traceback; + tstate->curexc_type = 0; + tstate->curexc_value = 0; + tstate->curexc_traceback = 0; +#else + PyErr_Fetch(type, value, tb); +#endif +} + +#if PY_MAJOR_VERSION < 3 +static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, + CYTHON_UNUSED PyObject *cause) { + Py_XINCREF(type); + if (!value || value == Py_None) + value = NULL; + else + Py_INCREF(value); + if (!tb || tb == Py_None) + tb = NULL; + else { + Py_INCREF(tb); + if (!PyTraceBack_Check(tb)) { + PyErr_SetString(PyExc_TypeError, + "raise: arg 3 must be a traceback or None"); + goto raise_error; + } + } + if (PyType_Check(type)) { +#if CYTHON_COMPILING_IN_PYPY + if (!value) { + Py_INCREF(Py_None); + value = Py_None; + } +#endif + PyErr_NormalizeException(&type, &value, &tb); + } else { + if (value) { + PyErr_SetString(PyExc_TypeError, + "instance exception may not have a separate value"); + goto raise_error; + } + value = type; + type = (PyObject*) Py_TYPE(type); + Py_INCREF(type); + if (!PyType_IsSubtype((PyTypeObject *)type, (PyTypeObject *)PyExc_BaseException)) { + PyErr_SetString(PyExc_TypeError, + "raise: exception class must be a subclass of BaseException"); + goto raise_error; + } + } + __Pyx_ErrRestore(type, value, tb); + return; +raise_error: + Py_XDECREF(value); + Py_XDECREF(type); + Py_XDECREF(tb); + return; +} +#else +static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause) { + PyObject* owned_instance = NULL; + if (tb == Py_None) { + tb = 0; + } else if (tb && !PyTraceBack_Check(tb)) { + PyErr_SetString(PyExc_TypeError, + "raise: arg 3 must be a traceback or None"); + goto bad; + } + if (value == Py_None) + value = 0; + if (PyExceptionInstance_Check(type)) { + if (value) { + PyErr_SetString(PyExc_TypeError, + "instance exception may not have a separate value"); + goto bad; + } + value = type; + type = (PyObject*) Py_TYPE(value); + } else if (PyExceptionClass_Check(type)) { + PyObject *instance_class = NULL; + if (value && PyExceptionInstance_Check(value)) { + instance_class = (PyObject*) Py_TYPE(value); + if (instance_class != type) { + if (PyObject_IsSubclass(instance_class, type)) { + type = instance_class; + } else { + instance_class = NULL; + } + } + } + if (!instance_class) { + PyObject *args; + if (!value) + args = PyTuple_New(0); + else if (PyTuple_Check(value)) { + Py_INCREF(value); + args = value; + } else + args = PyTuple_Pack(1, value); + if (!args) + goto bad; + owned_instance = PyObject_Call(type, args, NULL); + Py_DECREF(args); + if (!owned_instance) + goto bad; + value = owned_instance; + if (!PyExceptionInstance_Check(value)) { + PyErr_Format(PyExc_TypeError, + "calling %R should have returned an instance of " + "BaseException, not %R", + type, Py_TYPE(value)); + goto bad; + } + } + } else { + PyErr_SetString(PyExc_TypeError, + "raise: exception class must be a subclass of BaseException"); + goto bad; + } +#if PY_VERSION_HEX >= 0x03030000 + if (cause) { +#else + if (cause && cause != Py_None) { +#endif + PyObject *fixed_cause; + if (cause == Py_None) { + fixed_cause = NULL; + } else if (PyExceptionClass_Check(cause)) { + fixed_cause = PyObject_CallObject(cause, NULL); + if (fixed_cause == NULL) + goto bad; + } else if (PyExceptionInstance_Check(cause)) { + fixed_cause = cause; + Py_INCREF(fixed_cause); + } else { + PyErr_SetString(PyExc_TypeError, + "exception causes must derive from " + "BaseException"); + goto bad; + } + PyException_SetCause(value, fixed_cause); + } + PyErr_SetObject(type, value); + if (tb) { +#if CYTHON_COMPILING_IN_PYPY + PyObject *tmp_type, *tmp_value, *tmp_tb; + PyErr_Fetch(tmp_type, tmp_value, tmp_tb); + Py_INCREF(tb); + PyErr_Restore(tmp_type, tmp_value, tb); + Py_XDECREF(tmp_tb); +#else + PyThreadState *tstate = PyThreadState_GET(); + PyObject* tmp_tb = tstate->curexc_traceback; + if (tb != tmp_tb) { + Py_INCREF(tb); + tstate->curexc_traceback = tb; + Py_XDECREF(tmp_tb); + } +#endif + } +bad: + Py_XDECREF(owned_instance); + return; +} +#endif + +static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line) { + int start = 0, mid = 0, end = count - 1; + if (end >= 0 && code_line > entries[end].code_line) { + return count; + } + while (start < end) { + mid = (start + end) / 2; + if (code_line < entries[mid].code_line) { + end = mid; + } else if (code_line > entries[mid].code_line) { + start = mid + 1; + } else { + return mid; + } + } + if (code_line <= entries[mid].code_line) { + return mid; + } else { + return mid + 1; + } +} +static PyCodeObject *__pyx_find_code_object(int code_line) { + PyCodeObject* code_object; + int pos; + if (unlikely(!code_line) || unlikely(!__pyx_code_cache.entries)) { + return NULL; + } + pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); + if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { + return NULL; + } + code_object = __pyx_code_cache.entries[pos].code_object; + Py_INCREF(code_object); + return code_object; +} +static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object) { + int pos, i; + __Pyx_CodeObjectCacheEntry* entries = __pyx_code_cache.entries; + if (unlikely(!code_line)) { + return; + } + if (unlikely(!entries)) { + entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Malloc(64*sizeof(__Pyx_CodeObjectCacheEntry)); + if (likely(entries)) { + __pyx_code_cache.entries = entries; + __pyx_code_cache.max_count = 64; + __pyx_code_cache.count = 1; + entries[0].code_line = code_line; + entries[0].code_object = code_object; + Py_INCREF(code_object); + } + return; + } + pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); + if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) { + PyCodeObject* tmp = entries[pos].code_object; + entries[pos].code_object = code_object; + Py_DECREF(tmp); + return; + } + if (__pyx_code_cache.count == __pyx_code_cache.max_count) { + int new_max = __pyx_code_cache.max_count + 64; + entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Realloc( + __pyx_code_cache.entries, (size_t)new_max*sizeof(__Pyx_CodeObjectCacheEntry)); + if (unlikely(!entries)) { + return; + } + __pyx_code_cache.entries = entries; + __pyx_code_cache.max_count = new_max; + } + for (i=__pyx_code_cache.count; i>pos; i--) { + entries[i] = entries[i-1]; + } + entries[pos].code_line = code_line; + entries[pos].code_object = code_object; + __pyx_code_cache.count++; + Py_INCREF(code_object); +} + +#include "compile.h" +#include "frameobject.h" +#include "traceback.h" +static PyCodeObject* __Pyx_CreateCodeObjectForTraceback( + const char *funcname, int c_line, + int py_line, const char *filename) { + PyCodeObject *py_code = 0; + PyObject *py_srcfile = 0; + PyObject *py_funcname = 0; + #if PY_MAJOR_VERSION < 3 + py_srcfile = PyString_FromString(filename); + #else + py_srcfile = PyUnicode_FromString(filename); + #endif + if (!py_srcfile) goto bad; + if (c_line) { + #if PY_MAJOR_VERSION < 3 + py_funcname = PyString_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line); + #else + py_funcname = PyUnicode_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line); + #endif + } + else { + #if PY_MAJOR_VERSION < 3 + py_funcname = PyString_FromString(funcname); + #else + py_funcname = PyUnicode_FromString(funcname); + #endif + } + if (!py_funcname) goto bad; + py_code = __Pyx_PyCode_New( + 0, + 0, + 0, + 0, + 0, + __pyx_empty_bytes, /*PyObject *code,*/ + __pyx_empty_tuple, /*PyObject *consts,*/ + __pyx_empty_tuple, /*PyObject *names,*/ + __pyx_empty_tuple, /*PyObject *varnames,*/ + __pyx_empty_tuple, /*PyObject *freevars,*/ + __pyx_empty_tuple, /*PyObject *cellvars,*/ + py_srcfile, /*PyObject *filename,*/ + py_funcname, /*PyObject *name,*/ + py_line, + __pyx_empty_bytes /*PyObject *lnotab*/ + ); + Py_DECREF(py_srcfile); + Py_DECREF(py_funcname); + return py_code; +bad: + Py_XDECREF(py_srcfile); + Py_XDECREF(py_funcname); + return NULL; +} +static void __Pyx_AddTraceback(const char *funcname, int c_line, + int py_line, const char *filename) { + PyCodeObject *py_code = 0; + PyFrameObject *py_frame = 0; + py_code = __pyx_find_code_object(c_line ? c_line : py_line); + if (!py_code) { + py_code = __Pyx_CreateCodeObjectForTraceback( + funcname, c_line, py_line, filename); + if (!py_code) goto bad; + __pyx_insert_code_object(c_line ? c_line : py_line, py_code); + } + py_frame = PyFrame_New( + PyThreadState_GET(), /*PyThreadState *tstate,*/ + py_code, /*PyCodeObject *code,*/ + __pyx_d, /*PyObject *globals,*/ + 0 /*PyObject *locals*/ + ); + if (!py_frame) goto bad; + py_frame->f_lineno = py_line; + PyTraceBack_Here(py_frame); +bad: + Py_XDECREF(py_code); + Py_XDECREF(py_frame); +} + +#if PY_MAJOR_VERSION < 3 +static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags) { + if (PyObject_CheckBuffer(obj)) return PyObject_GetBuffer(obj, view, flags); + if (PyObject_TypeCheck(obj, __pyx_ptype_5numpy_ndarray)) return __pyx_pw_5numpy_7ndarray_1__getbuffer__(obj, view, flags); + PyErr_Format(PyExc_TypeError, "'%.200s' does not have the buffer interface", Py_TYPE(obj)->tp_name); + return -1; +} +static void __Pyx_ReleaseBuffer(Py_buffer *view) { + PyObject *obj = view->obj; + if (!obj) return; + if (PyObject_CheckBuffer(obj)) { + PyBuffer_Release(view); + return; + } + if (PyObject_TypeCheck(obj, __pyx_ptype_5numpy_ndarray)) { __pyx_pw_5numpy_7ndarray_3__releasebuffer__(obj, view); return; } + Py_DECREF(obj); + view->obj = NULL; +} +#endif + + + static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level) { + PyObject *empty_list = 0; + PyObject *module = 0; + PyObject *global_dict = 0; + PyObject *empty_dict = 0; + PyObject *list; + #if PY_VERSION_HEX < 0x03030000 + PyObject *py_import; + py_import = __Pyx_PyObject_GetAttrStr(__pyx_b, __pyx_n_s_import); + if (!py_import) + goto bad; + #endif + if (from_list) + list = from_list; + else { + empty_list = PyList_New(0); + if (!empty_list) + goto bad; + list = empty_list; + } + global_dict = PyModule_GetDict(__pyx_m); + if (!global_dict) + goto bad; + empty_dict = PyDict_New(); + if (!empty_dict) + goto bad; + { + #if PY_MAJOR_VERSION >= 3 + if (level == -1) { + if (strchr(__Pyx_MODULE_NAME, '.')) { + #if PY_VERSION_HEX < 0x03030000 + PyObject *py_level = PyInt_FromLong(1); + if (!py_level) + goto bad; + module = PyObject_CallFunctionObjArgs(py_import, + name, global_dict, empty_dict, list, py_level, NULL); + Py_DECREF(py_level); + #else + module = PyImport_ImportModuleLevelObject( + name, global_dict, empty_dict, list, 1); + #endif + if (!module) { + if (!PyErr_ExceptionMatches(PyExc_ImportError)) + goto bad; + PyErr_Clear(); + } + } + level = 0; + } + #endif + if (!module) { + #if PY_VERSION_HEX < 0x03030000 + PyObject *py_level = PyInt_FromLong(level); + if (!py_level) + goto bad; + module = PyObject_CallFunctionObjArgs(py_import, + name, global_dict, empty_dict, list, py_level, NULL); + Py_DECREF(py_level); + #else + module = PyImport_ImportModuleLevelObject( + name, global_dict, empty_dict, list, level); + #endif + } + } +bad: + #if PY_VERSION_HEX < 0x03030000 + Py_XDECREF(py_import); + #endif + Py_XDECREF(empty_list); + Py_XDECREF(empty_dict); + return module; +} + +static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value) { + const int neg_one = (int) -1, const_zero = 0; + const int is_unsigned = neg_one > const_zero; + if (is_unsigned) { + if (sizeof(int) < sizeof(long)) { + return PyInt_FromLong((long) value); + } else if (sizeof(int) <= sizeof(unsigned long)) { + return PyLong_FromUnsignedLong((unsigned long) value); + } else if (sizeof(int) <= sizeof(unsigned long long)) { + return PyLong_FromUnsignedLongLong((unsigned long long) value); + } + } else { + if (sizeof(int) <= sizeof(long)) { + return PyInt_FromLong((long) value); + } else if (sizeof(int) <= sizeof(long long)) { + return PyLong_FromLongLong((long long) value); + } + } + { + int one = 1; int little = (int)*(unsigned char *)&one; + unsigned char *bytes = (unsigned char *)&value; + return _PyLong_FromByteArray(bytes, sizeof(int), + little, !is_unsigned); + } +} + +#define __PYX_VERIFY_RETURN_INT(target_type, func_type, func_value) \ + { \ + func_type value = func_value; \ + if (sizeof(target_type) < sizeof(func_type)) { \ + if (unlikely(value != (func_type) (target_type) value)) { \ + func_type zero = 0; \ + if (is_unsigned && unlikely(value < zero)) \ + goto raise_neg_overflow; \ + else \ + goto raise_overflow; \ + } \ + } \ + return (target_type) value; \ + } + +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + #include "longintrepr.h" + #endif +#endif + +static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) { + const int neg_one = (int) -1, const_zero = 0; + const int is_unsigned = neg_one > const_zero; +#if PY_MAJOR_VERSION < 3 + if (likely(PyInt_Check(x))) { + if (sizeof(int) < sizeof(long)) { + __PYX_VERIFY_RETURN_INT(int, long, PyInt_AS_LONG(x)) + } else { + long val = PyInt_AS_LONG(x); + if (is_unsigned && unlikely(val < 0)) { + goto raise_neg_overflow; + } + return (int) val; + } + } else +#endif + if (likely(PyLong_Check(x))) { + if (is_unsigned) { +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(x)) { + case 0: return 0; + case 1: __PYX_VERIFY_RETURN_INT(int, digit, ((PyLongObject*)x)->ob_digit[0]); + } + #endif +#endif + if (unlikely(Py_SIZE(x) < 0)) { + goto raise_neg_overflow; + } + if (sizeof(int) <= sizeof(unsigned long)) { + __PYX_VERIFY_RETURN_INT(int, unsigned long, PyLong_AsUnsignedLong(x)) + } else if (sizeof(int) <= sizeof(unsigned long long)) { + __PYX_VERIFY_RETURN_INT(int, unsigned long long, PyLong_AsUnsignedLongLong(x)) + } + } else { +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(x)) { + case 0: return 0; + case 1: __PYX_VERIFY_RETURN_INT(int, digit, +(((PyLongObject*)x)->ob_digit[0])); + case -1: __PYX_VERIFY_RETURN_INT(int, sdigit, -(sdigit) ((PyLongObject*)x)->ob_digit[0]); + } + #endif +#endif + if (sizeof(int) <= sizeof(long)) { + __PYX_VERIFY_RETURN_INT(int, long, PyLong_AsLong(x)) + } else if (sizeof(int) <= sizeof(long long)) { + __PYX_VERIFY_RETURN_INT(int, long long, PyLong_AsLongLong(x)) + } + } + { +#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray) + PyErr_SetString(PyExc_RuntimeError, + "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers"); +#else + int val; + PyObject *v = __Pyx_PyNumber_Int(x); + #if PY_MAJOR_VERSION < 3 + if (likely(v) && !PyLong_Check(v)) { + PyObject *tmp = v; + v = PyNumber_Long(tmp); + Py_DECREF(tmp); + } + #endif + if (likely(v)) { + int one = 1; int is_little = (int)*(unsigned char *)&one; + unsigned char *bytes = (unsigned char *)&val; + int ret = _PyLong_AsByteArray((PyLongObject *)v, + bytes, sizeof(val), + is_little, !is_unsigned); + Py_DECREF(v); + if (likely(!ret)) + return val; + } +#endif + return (int) -1; + } + } else { + int val; + PyObject *tmp = __Pyx_PyNumber_Int(x); + if (!tmp) return (int) -1; + val = __Pyx_PyInt_As_int(tmp); + Py_DECREF(tmp); + return val; + } +raise_overflow: + PyErr_SetString(PyExc_OverflowError, + "value too large to convert to int"); + return (int) -1; +raise_neg_overflow: + PyErr_SetString(PyExc_OverflowError, + "can't convert negative value to int"); + return (int) -1; +} + +#if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION < 3 +static PyObject *__Pyx_GetStdout(void) { + PyObject *f = PySys_GetObject((char *)"stdout"); + if (!f) { + PyErr_SetString(PyExc_RuntimeError, "lost sys.stdout"); + } + return f; +} +static int __Pyx_Print(PyObject* f, PyObject *arg_tuple, int newline) { + int i; + if (!f) { + if (!(f = __Pyx_GetStdout())) + return -1; + } + Py_INCREF(f); + for (i=0; i < PyTuple_GET_SIZE(arg_tuple); i++) { + PyObject* v; + if (PyFile_SoftSpace(f, 1)) { + if (PyFile_WriteString(" ", f) < 0) + goto error; + } + v = PyTuple_GET_ITEM(arg_tuple, i); + if (PyFile_WriteObject(v, f, Py_PRINT_RAW) < 0) + goto error; + if (PyString_Check(v)) { + char *s = PyString_AsString(v); + Py_ssize_t len = PyString_Size(v); + if (len > 0) { + switch (s[len-1]) { + case ' ': break; + case '\f': case '\r': case '\n': case '\t': case '\v': + PyFile_SoftSpace(f, 0); + break; + default: break; + } + } + } + } + if (newline) { + if (PyFile_WriteString("\n", f) < 0) + goto error; + PyFile_SoftSpace(f, 0); + } + Py_DECREF(f); + return 0; +error: + Py_DECREF(f); + return -1; +} +#else +static int __Pyx_Print(PyObject* stream, PyObject *arg_tuple, int newline) { + PyObject* kwargs = 0; + PyObject* result = 0; + PyObject* end_string; + if (unlikely(!__pyx_print)) { + __pyx_print = PyObject_GetAttr(__pyx_b, __pyx_n_s_print); + if (!__pyx_print) + return -1; + } + if (stream) { + kwargs = PyDict_New(); + if (unlikely(!kwargs)) + return -1; + if (unlikely(PyDict_SetItem(kwargs, __pyx_n_s_file, stream) < 0)) + goto bad; + if (!newline) { + end_string = PyUnicode_FromStringAndSize(" ", 1); + if (unlikely(!end_string)) + goto bad; + if (PyDict_SetItem(kwargs, __pyx_n_s_end, end_string) < 0) { + Py_DECREF(end_string); + goto bad; + } + Py_DECREF(end_string); + } + } else if (!newline) { + if (unlikely(!__pyx_print_kwargs)) { + __pyx_print_kwargs = PyDict_New(); + if (unlikely(!__pyx_print_kwargs)) + return -1; + end_string = PyUnicode_FromStringAndSize(" ", 1); + if (unlikely(!end_string)) + return -1; + if (PyDict_SetItem(__pyx_print_kwargs, __pyx_n_s_end, end_string) < 0) { + Py_DECREF(end_string); + return -1; + } + Py_DECREF(end_string); + } + kwargs = __pyx_print_kwargs; + } + result = PyObject_Call(__pyx_print, arg_tuple, kwargs); + if (unlikely(kwargs) && (kwargs != __pyx_print_kwargs)) + Py_DECREF(kwargs); + if (!result) + return -1; + Py_DECREF(result); + return 0; +bad: + if (kwargs != __pyx_print_kwargs) + Py_XDECREF(kwargs); + return -1; +} +#endif + +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { + return ::std::complex< float >(x, y); + } + #else + static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { + return x + y*(__pyx_t_float_complex)_Complex_I; + } + #endif +#else + static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { + __pyx_t_float_complex z; + z.real = x; + z.imag = y; + return z; + } +#endif + +#if CYTHON_CCOMPLEX +#else + static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + return (a.real == b.real) && (a.imag == b.imag); + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + z.real = a.real + b.real; + z.imag = a.imag + b.imag; + return z; + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + z.real = a.real - b.real; + z.imag = a.imag - b.imag; + return z; + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prodf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + z.real = a.real * b.real - a.imag * b.imag; + z.imag = a.real * b.imag + a.imag * b.real; + return z; + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + float denom = b.real * b.real + b.imag * b.imag; + z.real = (a.real * b.real + a.imag * b.imag) / denom; + z.imag = (a.imag * b.real - a.real * b.imag) / denom; + return z; + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex a) { + __pyx_t_float_complex z; + z.real = -a.real; + z.imag = -a.imag; + return z; + } + static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex a) { + return (a.real == 0) && (a.imag == 0); + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex a) { + __pyx_t_float_complex z; + z.real = a.real; + z.imag = -a.imag; + return z; + } + #if 1 + static CYTHON_INLINE float __Pyx_c_absf(__pyx_t_float_complex z) { + #if !defined(HAVE_HYPOT) || defined(_MSC_VER) + return sqrtf(z.real*z.real + z.imag*z.imag); + #else + return hypotf(z.real, z.imag); + #endif + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + float r, lnr, theta, z_r, z_theta; + if (b.imag == 0 && b.real == (int)b.real) { + if (b.real < 0) { + float denom = a.real * a.real + a.imag * a.imag; + a.real = a.real / denom; + a.imag = -a.imag / denom; + b.real = -b.real; + } + switch ((int)b.real) { + case 0: + z.real = 1; + z.imag = 0; + return z; + case 1: + return a; + case 2: + z = __Pyx_c_prodf(a, a); + return __Pyx_c_prodf(a, a); + case 3: + z = __Pyx_c_prodf(a, a); + return __Pyx_c_prodf(z, a); + case 4: + z = __Pyx_c_prodf(a, a); + return __Pyx_c_prodf(z, z); + } + } + if (a.imag == 0) { + if (a.real == 0) { + return a; + } + r = a.real; + theta = 0; + } else { + r = __Pyx_c_absf(a); + theta = atan2f(a.imag, a.real); + } + lnr = logf(r); + z_r = expf(lnr * b.real - theta * b.imag); + z_theta = theta * b.real + lnr * b.imag; + z.real = z_r * cosf(z_theta); + z.imag = z_r * sinf(z_theta); + return z; + } + #endif +#endif + +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { + return ::std::complex< double >(x, y); + } + #else + static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { + return x + y*(__pyx_t_double_complex)_Complex_I; + } + #endif +#else + static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { + __pyx_t_double_complex z; + z.real = x; + z.imag = y; + return z; + } +#endif + +#if CYTHON_CCOMPLEX +#else + static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex a, __pyx_t_double_complex b) { + return (a.real == b.real) && (a.imag == b.imag); + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + z.real = a.real + b.real; + z.imag = a.imag + b.imag; + return z; + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + z.real = a.real - b.real; + z.imag = a.imag - b.imag; + return z; + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + z.real = a.real * b.real - a.imag * b.imag; + z.imag = a.real * b.imag + a.imag * b.real; + return z; + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + double denom = b.real * b.real + b.imag * b.imag; + z.real = (a.real * b.real + a.imag * b.imag) / denom; + z.imag = (a.imag * b.real - a.real * b.imag) / denom; + return z; + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex a) { + __pyx_t_double_complex z; + z.real = -a.real; + z.imag = -a.imag; + return z; + } + static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex a) { + return (a.real == 0) && (a.imag == 0); + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex a) { + __pyx_t_double_complex z; + z.real = a.real; + z.imag = -a.imag; + return z; + } + #if 1 + static CYTHON_INLINE double __Pyx_c_abs(__pyx_t_double_complex z) { + #if !defined(HAVE_HYPOT) || defined(_MSC_VER) + return sqrt(z.real*z.real + z.imag*z.imag); + #else + return hypot(z.real, z.imag); + #endif + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + double r, lnr, theta, z_r, z_theta; + if (b.imag == 0 && b.real == (int)b.real) { + if (b.real < 0) { + double denom = a.real * a.real + a.imag * a.imag; + a.real = a.real / denom; + a.imag = -a.imag / denom; + b.real = -b.real; + } + switch ((int)b.real) { + case 0: + z.real = 1; + z.imag = 0; + return z; + case 1: + return a; + case 2: + z = __Pyx_c_prod(a, a); + return __Pyx_c_prod(a, a); + case 3: + z = __Pyx_c_prod(a, a); + return __Pyx_c_prod(z, a); + case 4: + z = __Pyx_c_prod(a, a); + return __Pyx_c_prod(z, z); + } + } + if (a.imag == 0) { + if (a.real == 0) { + return a; + } + r = a.real; + theta = 0; + } else { + r = __Pyx_c_abs(a); + theta = atan2(a.imag, a.real); + } + lnr = log(r); + z_r = exp(lnr * b.real - theta * b.imag); + z_theta = theta * b.real + lnr * b.imag; + z.real = z_r * cos(z_theta); + z.imag = z_r * sin(z_theta); + return z; + } + #endif +#endif + +static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) { + const long neg_one = (long) -1, const_zero = 0; + const int is_unsigned = neg_one > const_zero; + if (is_unsigned) { + if (sizeof(long) < sizeof(long)) { + return PyInt_FromLong((long) value); + } else if (sizeof(long) <= sizeof(unsigned long)) { + return PyLong_FromUnsignedLong((unsigned long) value); + } else if (sizeof(long) <= sizeof(unsigned long long)) { + return PyLong_FromUnsignedLongLong((unsigned long long) value); + } + } else { + if (sizeof(long) <= sizeof(long)) { + return PyInt_FromLong((long) value); + } else if (sizeof(long) <= sizeof(long long)) { + return PyLong_FromLongLong((long long) value); + } + } + { + int one = 1; int little = (int)*(unsigned char *)&one; + unsigned char *bytes = (unsigned char *)&value; + return _PyLong_FromByteArray(bytes, sizeof(long), + little, !is_unsigned); + } +} + +static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) { + const long neg_one = (long) -1, const_zero = 0; + const int is_unsigned = neg_one > const_zero; +#if PY_MAJOR_VERSION < 3 + if (likely(PyInt_Check(x))) { + if (sizeof(long) < sizeof(long)) { + __PYX_VERIFY_RETURN_INT(long, long, PyInt_AS_LONG(x)) + } else { + long val = PyInt_AS_LONG(x); + if (is_unsigned && unlikely(val < 0)) { + goto raise_neg_overflow; + } + return (long) val; + } + } else +#endif + if (likely(PyLong_Check(x))) { + if (is_unsigned) { +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(x)) { + case 0: return 0; + case 1: __PYX_VERIFY_RETURN_INT(long, digit, ((PyLongObject*)x)->ob_digit[0]); + } + #endif +#endif + if (unlikely(Py_SIZE(x) < 0)) { + goto raise_neg_overflow; + } + if (sizeof(long) <= sizeof(unsigned long)) { + __PYX_VERIFY_RETURN_INT(long, unsigned long, PyLong_AsUnsignedLong(x)) + } else if (sizeof(long) <= sizeof(unsigned long long)) { + __PYX_VERIFY_RETURN_INT(long, unsigned long long, PyLong_AsUnsignedLongLong(x)) + } + } else { +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(x)) { + case 0: return 0; + case 1: __PYX_VERIFY_RETURN_INT(long, digit, +(((PyLongObject*)x)->ob_digit[0])); + case -1: __PYX_VERIFY_RETURN_INT(long, sdigit, -(sdigit) ((PyLongObject*)x)->ob_digit[0]); + } + #endif +#endif + if (sizeof(long) <= sizeof(long)) { + __PYX_VERIFY_RETURN_INT(long, long, PyLong_AsLong(x)) + } else if (sizeof(long) <= sizeof(long long)) { + __PYX_VERIFY_RETURN_INT(long, long long, PyLong_AsLongLong(x)) + } + } + { +#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray) + PyErr_SetString(PyExc_RuntimeError, + "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers"); +#else + long val; + PyObject *v = __Pyx_PyNumber_Int(x); + #if PY_MAJOR_VERSION < 3 + if (likely(v) && !PyLong_Check(v)) { + PyObject *tmp = v; + v = PyNumber_Long(tmp); + Py_DECREF(tmp); + } + #endif + if (likely(v)) { + int one = 1; int is_little = (int)*(unsigned char *)&one; + unsigned char *bytes = (unsigned char *)&val; + int ret = _PyLong_AsByteArray((PyLongObject *)v, + bytes, sizeof(val), + is_little, !is_unsigned); + Py_DECREF(v); + if (likely(!ret)) + return val; + } +#endif + return (long) -1; + } + } else { + long val; + PyObject *tmp = __Pyx_PyNumber_Int(x); + if (!tmp) return (long) -1; + val = __Pyx_PyInt_As_long(tmp); + Py_DECREF(tmp); + return val; + } +raise_overflow: + PyErr_SetString(PyExc_OverflowError, + "value too large to convert to long"); + return (long) -1; +raise_neg_overflow: + PyErr_SetString(PyExc_OverflowError, + "can't convert negative value to long"); + return (long) -1; +} + +static int __Pyx_check_binary_version(void) { + char ctversion[4], rtversion[4]; + PyOS_snprintf(ctversion, 4, "%d.%d", PY_MAJOR_VERSION, PY_MINOR_VERSION); + PyOS_snprintf(rtversion, 4, "%s", Py_GetVersion()); + if (ctversion[0] != rtversion[0] || ctversion[2] != rtversion[2]) { + char message[200]; + PyOS_snprintf(message, sizeof(message), + "compiletime version %s of module '%.100s' " + "does not match runtime version %s", + ctversion, __Pyx_MODULE_NAME, rtversion); + return PyErr_WarnEx(NULL, message, 1); + } + return 0; +} + +#ifndef __PYX_HAVE_RT_ImportModule +#define __PYX_HAVE_RT_ImportModule +static PyObject *__Pyx_ImportModule(const char *name) { + PyObject *py_name = 0; + PyObject *py_module = 0; + py_name = __Pyx_PyIdentifier_FromString(name); + if (!py_name) + goto bad; + py_module = PyImport_Import(py_name); + Py_DECREF(py_name); + return py_module; +bad: + Py_XDECREF(py_name); + return 0; +} +#endif + +#ifndef __PYX_HAVE_RT_ImportType +#define __PYX_HAVE_RT_ImportType +static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, + size_t size, int strict) +{ + PyObject *py_module = 0; + PyObject *result = 0; + PyObject *py_name = 0; + char warning[200]; + Py_ssize_t basicsize; +#ifdef Py_LIMITED_API + PyObject *py_basicsize; +#endif + py_module = __Pyx_ImportModule(module_name); + if (!py_module) + goto bad; + py_name = __Pyx_PyIdentifier_FromString(class_name); + if (!py_name) + goto bad; + result = PyObject_GetAttr(py_module, py_name); + Py_DECREF(py_name); + py_name = 0; + Py_DECREF(py_module); + py_module = 0; + if (!result) + goto bad; + if (!PyType_Check(result)) { + PyErr_Format(PyExc_TypeError, + "%.200s.%.200s is not a type object", + module_name, class_name); + goto bad; + } +#ifndef Py_LIMITED_API + basicsize = ((PyTypeObject *)result)->tp_basicsize; +#else + py_basicsize = PyObject_GetAttrString(result, "__basicsize__"); + if (!py_basicsize) + goto bad; + basicsize = PyLong_AsSsize_t(py_basicsize); + Py_DECREF(py_basicsize); + py_basicsize = 0; + if (basicsize == (Py_ssize_t)-1 && PyErr_Occurred()) + goto bad; +#endif + if (!strict && (size_t)basicsize > size) { + PyOS_snprintf(warning, sizeof(warning), + "%s.%s size changed, may indicate binary incompatibility", + module_name, class_name); + if (PyErr_WarnEx(NULL, warning, 0) < 0) goto bad; + } + else if ((size_t)basicsize != size) { + PyErr_Format(PyExc_ValueError, + "%.200s.%.200s has the wrong size, try recompiling", + module_name, class_name); + goto bad; + } + return (PyTypeObject *)result; +bad: + Py_XDECREF(py_module); + Py_XDECREF(result); + return NULL; +} +#endif + +static int __Pyx_InitStrings(__Pyx_StringTabEntry *t) { + while (t->p) { + #if PY_MAJOR_VERSION < 3 + if (t->is_unicode) { + *t->p = PyUnicode_DecodeUTF8(t->s, t->n - 1, NULL); + } else if (t->intern) { + *t->p = PyString_InternFromString(t->s); + } else { + *t->p = PyString_FromStringAndSize(t->s, t->n - 1); + } + #else + if (t->is_unicode | t->is_str) { + if (t->intern) { + *t->p = PyUnicode_InternFromString(t->s); + } else if (t->encoding) { + *t->p = PyUnicode_Decode(t->s, t->n - 1, t->encoding, NULL); + } else { + *t->p = PyUnicode_FromStringAndSize(t->s, t->n - 1); + } + } else { + *t->p = PyBytes_FromStringAndSize(t->s, t->n - 1); + } + #endif + if (!*t->p) + return -1; + ++t; + } + return 0; +} + +static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { + return __Pyx_PyUnicode_FromStringAndSize(c_str, (Py_ssize_t)strlen(c_str)); +} +static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { + Py_ssize_t ignore; + return __Pyx_PyObject_AsStringAndSize(o, &ignore); +} +static CYTHON_INLINE char* __Pyx_PyObject_AsStringAndSize(PyObject* o, Py_ssize_t *length) { +#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT + if ( +#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII + __Pyx_sys_getdefaultencoding_not_ascii && +#endif + PyUnicode_Check(o)) { +#if PY_VERSION_HEX < 0x03030000 + char* defenc_c; + PyObject* defenc = _PyUnicode_AsDefaultEncodedString(o, NULL); + if (!defenc) return NULL; + defenc_c = PyBytes_AS_STRING(defenc); +#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII + { + char* end = defenc_c + PyBytes_GET_SIZE(defenc); + char* c; + for (c = defenc_c; c < end; c++) { + if ((unsigned char) (*c) >= 128) { + PyUnicode_AsASCIIString(o); + return NULL; + } + } + } +#endif + *length = PyBytes_GET_SIZE(defenc); + return defenc_c; +#else + if (__Pyx_PyUnicode_READY(o) == -1) return NULL; +#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII + if (PyUnicode_IS_ASCII(o)) { + *length = PyUnicode_GET_LENGTH(o); + return PyUnicode_AsUTF8(o); + } else { + PyUnicode_AsASCIIString(o); + return NULL; + } +#else + return PyUnicode_AsUTF8AndSize(o, length); +#endif +#endif + } else +#endif +#if !CYTHON_COMPILING_IN_PYPY + if (PyByteArray_Check(o)) { + *length = PyByteArray_GET_SIZE(o); + return PyByteArray_AS_STRING(o); + } else +#endif + { + char* result; + int r = PyBytes_AsStringAndSize(o, &result, length); + if (unlikely(r < 0)) { + return NULL; + } else { + return result; + } + } +} +static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { + int is_true = x == Py_True; + if (is_true | (x == Py_False) | (x == Py_None)) return is_true; + else return PyObject_IsTrue(x); +} +static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x) { + PyNumberMethods *m; + const char *name = NULL; + PyObject *res = NULL; +#if PY_MAJOR_VERSION < 3 + if (PyInt_Check(x) || PyLong_Check(x)) +#else + if (PyLong_Check(x)) +#endif + return Py_INCREF(x), x; + m = Py_TYPE(x)->tp_as_number; +#if PY_MAJOR_VERSION < 3 + if (m && m->nb_int) { + name = "int"; + res = PyNumber_Int(x); + } + else if (m && m->nb_long) { + name = "long"; + res = PyNumber_Long(x); + } +#else + if (m && m->nb_int) { + name = "int"; + res = PyNumber_Long(x); + } +#endif + if (res) { +#if PY_MAJOR_VERSION < 3 + if (!PyInt_Check(res) && !PyLong_Check(res)) { +#else + if (!PyLong_Check(res)) { +#endif + PyErr_Format(PyExc_TypeError, + "__%.4s__ returned non-%.4s (type %.200s)", + name, name, Py_TYPE(res)->tp_name); + Py_DECREF(res); + return NULL; + } + } + else if (!PyErr_Occurred()) { + PyErr_SetString(PyExc_TypeError, + "an integer is required"); + } + return res; +} +static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { + Py_ssize_t ival; + PyObject *x; +#if PY_MAJOR_VERSION < 3 + if (likely(PyInt_CheckExact(b))) + return PyInt_AS_LONG(b); +#endif + if (likely(PyLong_CheckExact(b))) { + #if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(b)) { + case -1: return -(sdigit)((PyLongObject*)b)->ob_digit[0]; + case 0: return 0; + case 1: return ((PyLongObject*)b)->ob_digit[0]; + } + #endif + #endif + return PyLong_AsSsize_t(b); + } + x = PyNumber_Index(b); + if (!x) return -1; + ival = PyInt_AsSsize_t(x); + Py_DECREF(x); + return ival; +} +static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { + return PyInt_FromSize_t(ival); +} + + +#endif /* Py_PYTHON_H */ diff --git a/ic_experiments/ml.pyx b/ic_experiments/ml.pyx new file mode 100644 index 0000000..e1bf26b --- /dev/null +++ b/ic_experiments/ml.pyx @@ -0,0 +1,109 @@ +# cython: boundscheck=False, cdivision=True +import numpy as np +cimport numpy as np +from libc.math cimport log, exp + +DTYPE = np.float64 +ctypedef np.float_t DTYPE_t + +cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, + DTYPE_t t_scale, DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + """weight for successful infection, exponential time model""" + cdef DTYPE_t structural, temporal, result + # structural = delta ** (dist**1) + structural = delta * lmbda**(dist-1) + temporal = log(exp(alpha/t_scale)-1.) - alpha*dt/t_scale + # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 + result = log(structural) + temporal + return result + +cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, + DTYPE_t t_scale, DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + """weight for failed infection, exponential time model""" + cdef DTYPE_t structural, temporal, result + # structural = delta ** (dist**1) + structural = delta * lmbda**(dist-1) + temporal = exp(-alpha * dt/t_scale) + # temporal = 1. - 1. / (1. + dt/alpha)**0.01 + result = log(1. - structural + structural * temporal) + return result + +def ml(dict root_victims, dict victims, dict non_victims, + DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): + cdef: + int n_roots, n_victims, roots, i, dist, dt, t, l, n_days + DTYPE_t beta, ll, beta_add, max_beta, max_beta_add + list parents, failures, successes + n_roots, n_victims = len(root_victims), len(victims) + n_nodes = 148152 + n_days = 3012 + t_scale = 1. + cdef: + np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) + np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) + np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) + np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) + np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) + + # loop through victims + for i, parents in enumerate(victims.itervalues()): + # for each victim node i, compute the probability that all its parents + # fail to infect it, also computes the probability that its most + # likely parent infects it + failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + for (prnt, dist, dt, w1, w2, w3) in parents] + probs_fail[i] = sum(failures) + successes = [weight_success(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + for (prnt, dist, dt, w1, w2, w3) in parents] + dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] + # find parent that maximizes log(p) - log(\tilde{p}) + probs[i] = float("-inf") + for l, s in enumerate(successes): + prob = s - failures[l] + if prob > probs[i]: + probs[i] = prob + parent_dists[i] = dists[l] + parent_dts[i] = dts[l] + # probs_fail[i] = failures[l] + + # loop through non-victims + for i, parents in enumerate(non_victims.itervalues()): + # for each non victim node, compute the probability that all its + # parents fail to infect it + failures = [weight_failure(dist, dt, alpha, delta, lmbda, t_scale, w1, w2, w3) + for (prnt, dist, dt, w1, w2, w3) in parents] + probs_nv[i] = sum(failures) + + # calculate log likelihood + ll = probs_fail.sum() # add probability that all edges to all victims fail + ll += probs_nv.sum() # add probability that all edges to non_victims fail + + max_beta_add = float('-inf') + # iterate over all victim nodes to find the optimal threshold + for beta in np.arange(0.01, 1., 0.01): + thresh = log(beta/(n_days*(1.-beta))) + seeds = probs=thresh + roots = n_roots + sum(seeds) + + beta_add = 0. + # add probability for realized edges and subtract probability these edges fail + beta_add += (probs[non_seeds]).sum() + # add probability for the seeds and non-seeds + beta_add += roots * log(beta/n_days) + (n_nodes-roots) * log(1. - beta) + + if beta_add > max_beta_add: + max_beta = beta + max_roots = roots + max_beta_add = beta_add + pdists = (parent_dists[non_seeds]).mean() + pdts = (parent_dts[non_seeds]).mean() + # print 'beta:', max_beta, 'add:', max_beta_add, 'roots:', max_roots + + ll += max_beta_add + roots = max_roots + beta = max_beta + print 'dist:', pdists + print 'dt:', pdts + return (beta, roots, ll) diff --git a/ic_experiments/ml.so b/ic_experiments/ml.so new file mode 100755 index 0000000..73b6dbd Binary files /dev/null and b/ic_experiments/ml.so differ diff --git a/ic_experiments/ml2.c b/ic_experiments/ml2.c new file mode 100644 index 0000000..a61a0d3 --- /dev/null +++ b/ic_experiments/ml2.c @@ -0,0 +1,8422 @@ +/* Generated by Cython 0.22 */ + +/* BEGIN: Cython Metadata +{ + "distutils": { + "depends": [] + } +} +END: Cython Metadata */ + +#define PY_SSIZE_T_CLEAN +#ifndef CYTHON_USE_PYLONG_INTERNALS +#ifdef PYLONG_BITS_IN_DIGIT +#define CYTHON_USE_PYLONG_INTERNALS 0 +#else +#include "pyconfig.h" +#ifdef PYLONG_BITS_IN_DIGIT +#define CYTHON_USE_PYLONG_INTERNALS 1 +#else +#define CYTHON_USE_PYLONG_INTERNALS 0 +#endif +#endif +#endif +#include "Python.h" +#ifndef Py_PYTHON_H + #error Python headers needed to compile C extensions, please install development version of Python. +#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03020000) + #error Cython requires Python 2.6+ or Python 3.2+. +#else +#define CYTHON_ABI "0_22" +#include +#ifndef offsetof +#define offsetof(type, member) ( (size_t) & ((type*)0) -> member ) +#endif +#if !defined(WIN32) && !defined(MS_WINDOWS) + #ifndef __stdcall + #define __stdcall + #endif + #ifndef __cdecl + #define __cdecl + #endif + #ifndef __fastcall + #define __fastcall + #endif +#endif +#ifndef DL_IMPORT + #define DL_IMPORT(t) t +#endif +#ifndef DL_EXPORT + #define DL_EXPORT(t) t +#endif +#ifndef PY_LONG_LONG + #define PY_LONG_LONG LONG_LONG +#endif +#ifndef Py_HUGE_VAL + #define Py_HUGE_VAL HUGE_VAL +#endif +#ifdef PYPY_VERSION +#define CYTHON_COMPILING_IN_PYPY 1 +#define CYTHON_COMPILING_IN_CPYTHON 0 +#else +#define CYTHON_COMPILING_IN_PYPY 0 +#define CYTHON_COMPILING_IN_CPYTHON 1 +#endif +#if CYTHON_COMPILING_IN_PYPY && PY_VERSION_HEX < 0x02070600 && !defined(Py_OptimizeFlag) +#define Py_OptimizeFlag 0 +#endif +#define __PYX_BUILD_PY_SSIZE_T "n" +#define CYTHON_FORMAT_SSIZE_T "z" +#if PY_MAJOR_VERSION < 3 + #define __Pyx_BUILTIN_MODULE_NAME "__builtin__" + #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ + PyCode_New(a+k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) + #define __Pyx_DefaultClassType PyClass_Type +#else + #define __Pyx_BUILTIN_MODULE_NAME "builtins" + #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ + PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) + #define __Pyx_DefaultClassType PyType_Type +#endif +#if PY_MAJOR_VERSION >= 3 + #define Py_TPFLAGS_CHECKTYPES 0 + #define Py_TPFLAGS_HAVE_INDEX 0 + #define Py_TPFLAGS_HAVE_NEWBUFFER 0 +#endif +#if PY_VERSION_HEX < 0x030400a1 && !defined(Py_TPFLAGS_HAVE_FINALIZE) + #define Py_TPFLAGS_HAVE_FINALIZE 0 +#endif +#if PY_VERSION_HEX > 0x03030000 && defined(PyUnicode_KIND) + #define CYTHON_PEP393_ENABLED 1 + #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \ + 0 : _PyUnicode_Ready((PyObject *)(op))) + #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_LENGTH(u) + #define __Pyx_PyUnicode_READ_CHAR(u, i) PyUnicode_READ_CHAR(u, i) + #define __Pyx_PyUnicode_KIND(u) PyUnicode_KIND(u) + #define __Pyx_PyUnicode_DATA(u) PyUnicode_DATA(u) + #define __Pyx_PyUnicode_READ(k, d, i) PyUnicode_READ(k, d, i) +#else + #define CYTHON_PEP393_ENABLED 0 + #define __Pyx_PyUnicode_READY(op) (0) + #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_SIZE(u) + #define __Pyx_PyUnicode_READ_CHAR(u, i) ((Py_UCS4)(PyUnicode_AS_UNICODE(u)[i])) + #define __Pyx_PyUnicode_KIND(u) (sizeof(Py_UNICODE)) + #define __Pyx_PyUnicode_DATA(u) ((void*)PyUnicode_AS_UNICODE(u)) + #define __Pyx_PyUnicode_READ(k, d, i) ((void)(k), (Py_UCS4)(((Py_UNICODE*)d)[i])) +#endif +#if CYTHON_COMPILING_IN_PYPY + #define __Pyx_PyUnicode_Concat(a, b) PyNumber_Add(a, b) + #define __Pyx_PyUnicode_ConcatSafe(a, b) PyNumber_Add(a, b) + #define __Pyx_PyFrozenSet_Size(s) PyObject_Size(s) +#else + #define __Pyx_PyUnicode_Concat(a, b) PyUnicode_Concat(a, b) + #define __Pyx_PyUnicode_ConcatSafe(a, b) ((unlikely((a) == Py_None) || unlikely((b) == Py_None)) ? \ + PyNumber_Add(a, b) : __Pyx_PyUnicode_Concat(a, b)) + #define __Pyx_PyFrozenSet_Size(s) PySet_Size(s) +#endif +#define __Pyx_PyString_FormatSafe(a, b) ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : __Pyx_PyString_Format(a, b)) +#define __Pyx_PyUnicode_FormatSafe(a, b) ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : PyUnicode_Format(a, b)) +#if PY_MAJOR_VERSION >= 3 + #define __Pyx_PyString_Format(a, b) PyUnicode_Format(a, b) +#else + #define __Pyx_PyString_Format(a, b) PyString_Format(a, b) +#endif +#if PY_MAJOR_VERSION >= 3 + #define PyBaseString_Type PyUnicode_Type + #define PyStringObject PyUnicodeObject + #define PyString_Type PyUnicode_Type + #define PyString_Check PyUnicode_Check + #define PyString_CheckExact PyUnicode_CheckExact +#endif +#if PY_MAJOR_VERSION >= 3 + #define __Pyx_PyBaseString_Check(obj) PyUnicode_Check(obj) + #define __Pyx_PyBaseString_CheckExact(obj) PyUnicode_CheckExact(obj) +#else + #define __Pyx_PyBaseString_Check(obj) (PyString_Check(obj) || PyUnicode_Check(obj)) + #define __Pyx_PyBaseString_CheckExact(obj) (PyString_CheckExact(obj) || PyUnicode_CheckExact(obj)) +#endif +#ifndef PySet_CheckExact + #define PySet_CheckExact(obj) (Py_TYPE(obj) == &PySet_Type) +#endif +#define __Pyx_TypeCheck(obj, type) PyObject_TypeCheck(obj, (PyTypeObject *)type) +#if PY_MAJOR_VERSION >= 3 + #define PyIntObject PyLongObject + #define PyInt_Type PyLong_Type + #define PyInt_Check(op) PyLong_Check(op) + #define PyInt_CheckExact(op) PyLong_CheckExact(op) + #define PyInt_FromString PyLong_FromString + #define PyInt_FromUnicode PyLong_FromUnicode + #define PyInt_FromLong PyLong_FromLong + #define PyInt_FromSize_t PyLong_FromSize_t + #define PyInt_FromSsize_t PyLong_FromSsize_t + #define PyInt_AsLong PyLong_AsLong + #define PyInt_AS_LONG PyLong_AS_LONG + #define PyInt_AsSsize_t PyLong_AsSsize_t + #define PyInt_AsUnsignedLongMask PyLong_AsUnsignedLongMask + #define PyInt_AsUnsignedLongLongMask PyLong_AsUnsignedLongLongMask + #define PyNumber_Int PyNumber_Long +#endif +#if PY_MAJOR_VERSION >= 3 + #define PyBoolObject PyLongObject +#endif +#if PY_MAJOR_VERSION >= 3 && CYTHON_COMPILING_IN_PYPY + #ifndef PyUnicode_InternFromString + #define PyUnicode_InternFromString(s) PyUnicode_FromString(s) + #endif +#endif +#if PY_VERSION_HEX < 0x030200A4 + typedef long Py_hash_t; + #define __Pyx_PyInt_FromHash_t PyInt_FromLong + #define __Pyx_PyInt_AsHash_t PyInt_AsLong +#else + #define __Pyx_PyInt_FromHash_t PyInt_FromSsize_t + #define __Pyx_PyInt_AsHash_t PyInt_AsSsize_t +#endif +#if PY_MAJOR_VERSION >= 3 + #define __Pyx_PyMethod_New(func, self, klass) ((self) ? PyMethod_New(func, self) : PyInstanceMethod_New(func)) +#else + #define __Pyx_PyMethod_New(func, self, klass) PyMethod_New(func, self, klass) +#endif +#ifndef CYTHON_INLINE + #if defined(__GNUC__) + #define CYTHON_INLINE __inline__ + #elif defined(_MSC_VER) + #define CYTHON_INLINE __inline + #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L + #define CYTHON_INLINE inline + #else + #define CYTHON_INLINE + #endif +#endif +#ifndef CYTHON_RESTRICT + #if defined(__GNUC__) + #define CYTHON_RESTRICT __restrict__ + #elif defined(_MSC_VER) && _MSC_VER >= 1400 + #define CYTHON_RESTRICT __restrict + #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L + #define CYTHON_RESTRICT restrict + #else + #define CYTHON_RESTRICT + #endif +#endif +#ifdef NAN +#define __PYX_NAN() ((float) NAN) +#else +static CYTHON_INLINE float __PYX_NAN() { + /* Initialize NaN. The sign is irrelevant, an exponent with all bits 1 and + a nonzero mantissa means NaN. If the first bit in the mantissa is 1, it is + a quiet NaN. */ + float value; + memset(&value, 0xFF, sizeof(value)); + return value; +} +#endif +#define __Pyx_void_to_None(void_result) (void_result, Py_INCREF(Py_None), Py_None) +#ifdef __cplusplus +template +void __Pyx_call_destructor(T* x) { + x->~T(); +} +template +class __Pyx_FakeReference { + public: + __Pyx_FakeReference() : ptr(NULL) { } + __Pyx_FakeReference(T& ref) : ptr(&ref) { } + T *operator->() { return ptr; } + operator T&() { return *ptr; } + private: + T *ptr; +}; +#endif + + +#if PY_MAJOR_VERSION >= 3 + #define __Pyx_PyNumber_Divide(x,y) PyNumber_TrueDivide(x,y) + #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceTrueDivide(x,y) +#else + #define __Pyx_PyNumber_Divide(x,y) PyNumber_Divide(x,y) + #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceDivide(x,y) +#endif + +#ifndef __PYX_EXTERN_C + #ifdef __cplusplus + #define __PYX_EXTERN_C extern "C" + #else + #define __PYX_EXTERN_C extern + #endif +#endif + +#if defined(WIN32) || defined(MS_WINDOWS) +#define _USE_MATH_DEFINES +#endif +#include +#define __PYX_HAVE__ml2 +#define __PYX_HAVE_API__ml2 +#include "string.h" +#include "stdio.h" +#include "stdlib.h" +#include "numpy/arrayobject.h" +#include "numpy/ufuncobject.h" +#include "math.h" +#ifdef _OPENMP +#include +#endif /* _OPENMP */ + +#ifdef PYREX_WITHOUT_ASSERTIONS +#define CYTHON_WITHOUT_ASSERTIONS +#endif + +#ifndef CYTHON_UNUSED +# if defined(__GNUC__) +# if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)) +# define CYTHON_UNUSED __attribute__ ((__unused__)) +# else +# define CYTHON_UNUSED +# endif +# elif defined(__ICC) || (defined(__INTEL_COMPILER) && !defined(_MSC_VER)) +# define CYTHON_UNUSED __attribute__ ((__unused__)) +# else +# define CYTHON_UNUSED +# endif +#endif +typedef struct {PyObject **p; char *s; const Py_ssize_t n; const char* encoding; + const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; + +#define __PYX_DEFAULT_STRING_ENCODING_IS_ASCII 0 +#define __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT 0 +#define __PYX_DEFAULT_STRING_ENCODING "" +#define __Pyx_PyObject_FromString __Pyx_PyBytes_FromString +#define __Pyx_PyObject_FromStringAndSize __Pyx_PyBytes_FromStringAndSize +#define __Pyx_fits_Py_ssize_t(v, type, is_signed) ( \ + (sizeof(type) < sizeof(Py_ssize_t)) || \ + (sizeof(type) > sizeof(Py_ssize_t) && \ + likely(v < (type)PY_SSIZE_T_MAX || \ + v == (type)PY_SSIZE_T_MAX) && \ + (!is_signed || likely(v > (type)PY_SSIZE_T_MIN || \ + v == (type)PY_SSIZE_T_MIN))) || \ + (sizeof(type) == sizeof(Py_ssize_t) && \ + (is_signed || likely(v < (type)PY_SSIZE_T_MAX || \ + v == (type)PY_SSIZE_T_MAX))) ) +static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject*); +static CYTHON_INLINE char* __Pyx_PyObject_AsStringAndSize(PyObject*, Py_ssize_t* length); +#define __Pyx_PyByteArray_FromString(s) PyByteArray_FromStringAndSize((const char*)s, strlen((const char*)s)) +#define __Pyx_PyByteArray_FromStringAndSize(s, l) PyByteArray_FromStringAndSize((const char*)s, l) +#define __Pyx_PyBytes_FromString PyBytes_FromString +#define __Pyx_PyBytes_FromStringAndSize PyBytes_FromStringAndSize +static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char*); +#if PY_MAJOR_VERSION < 3 + #define __Pyx_PyStr_FromString __Pyx_PyBytes_FromString + #define __Pyx_PyStr_FromStringAndSize __Pyx_PyBytes_FromStringAndSize +#else + #define __Pyx_PyStr_FromString __Pyx_PyUnicode_FromString + #define __Pyx_PyStr_FromStringAndSize __Pyx_PyUnicode_FromStringAndSize +#endif +#define __Pyx_PyObject_AsSString(s) ((signed char*) __Pyx_PyObject_AsString(s)) +#define __Pyx_PyObject_AsUString(s) ((unsigned char*) __Pyx_PyObject_AsString(s)) +#define __Pyx_PyObject_FromCString(s) __Pyx_PyObject_FromString((const char*)s) +#define __Pyx_PyBytes_FromCString(s) __Pyx_PyBytes_FromString((const char*)s) +#define __Pyx_PyByteArray_FromCString(s) __Pyx_PyByteArray_FromString((const char*)s) +#define __Pyx_PyStr_FromCString(s) __Pyx_PyStr_FromString((const char*)s) +#define __Pyx_PyUnicode_FromCString(s) __Pyx_PyUnicode_FromString((const char*)s) +#if PY_MAJOR_VERSION < 3 +static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) +{ + const Py_UNICODE *u_end = u; + while (*u_end++) ; + return (size_t)(u_end - u - 1); +} +#else +#define __Pyx_Py_UNICODE_strlen Py_UNICODE_strlen +#endif +#define __Pyx_PyUnicode_FromUnicode(u) PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u)) +#define __Pyx_PyUnicode_FromUnicodeAndLength PyUnicode_FromUnicode +#define __Pyx_PyUnicode_AsUnicode PyUnicode_AsUnicode +#define __Pyx_Owned_Py_None(b) (Py_INCREF(Py_None), Py_None) +#define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False)) +static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*); +static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x); +static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject*); +static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t); +#if CYTHON_COMPILING_IN_CPYTHON +#define __pyx_PyFloat_AsDouble(x) (PyFloat_CheckExact(x) ? PyFloat_AS_DOUBLE(x) : PyFloat_AsDouble(x)) +#else +#define __pyx_PyFloat_AsDouble(x) PyFloat_AsDouble(x) +#endif +#define __pyx_PyFloat_AsFloat(x) ((float) __pyx_PyFloat_AsDouble(x)) +#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII +static int __Pyx_sys_getdefaultencoding_not_ascii; +static int __Pyx_init_sys_getdefaultencoding_params(void) { + PyObject* sys; + PyObject* default_encoding = NULL; + PyObject* ascii_chars_u = NULL; + PyObject* ascii_chars_b = NULL; + const char* default_encoding_c; + sys = PyImport_ImportModule("sys"); + if (!sys) goto bad; + default_encoding = PyObject_CallMethod(sys, (char*) "getdefaultencoding", NULL); + Py_DECREF(sys); + if (!default_encoding) goto bad; + default_encoding_c = PyBytes_AsString(default_encoding); + if (!default_encoding_c) goto bad; + if (strcmp(default_encoding_c, "ascii") == 0) { + __Pyx_sys_getdefaultencoding_not_ascii = 0; + } else { + char ascii_chars[128]; + int c; + for (c = 0; c < 128; c++) { + ascii_chars[c] = c; + } + __Pyx_sys_getdefaultencoding_not_ascii = 1; + ascii_chars_u = PyUnicode_DecodeASCII(ascii_chars, 128, NULL); + if (!ascii_chars_u) goto bad; + ascii_chars_b = PyUnicode_AsEncodedString(ascii_chars_u, default_encoding_c, NULL); + if (!ascii_chars_b || !PyBytes_Check(ascii_chars_b) || memcmp(ascii_chars, PyBytes_AS_STRING(ascii_chars_b), 128) != 0) { + PyErr_Format( + PyExc_ValueError, + "This module compiled with c_string_encoding=ascii, but default encoding '%.200s' is not a superset of ascii.", + default_encoding_c); + goto bad; + } + Py_DECREF(ascii_chars_u); + Py_DECREF(ascii_chars_b); + } + Py_DECREF(default_encoding); + return 0; +bad: + Py_XDECREF(default_encoding); + Py_XDECREF(ascii_chars_u); + Py_XDECREF(ascii_chars_b); + return -1; +} +#endif +#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT && PY_MAJOR_VERSION >= 3 +#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_DecodeUTF8(c_str, size, NULL) +#else +#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_Decode(c_str, size, __PYX_DEFAULT_STRING_ENCODING, NULL) +#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT +static char* __PYX_DEFAULT_STRING_ENCODING; +static int __Pyx_init_sys_getdefaultencoding_params(void) { + PyObject* sys; + PyObject* default_encoding = NULL; + char* default_encoding_c; + sys = PyImport_ImportModule("sys"); + if (!sys) goto bad; + default_encoding = PyObject_CallMethod(sys, (char*) (const char*) "getdefaultencoding", NULL); + Py_DECREF(sys); + if (!default_encoding) goto bad; + default_encoding_c = PyBytes_AsString(default_encoding); + if (!default_encoding_c) goto bad; + __PYX_DEFAULT_STRING_ENCODING = (char*) malloc(strlen(default_encoding_c)); + if (!__PYX_DEFAULT_STRING_ENCODING) goto bad; + strcpy(__PYX_DEFAULT_STRING_ENCODING, default_encoding_c); + Py_DECREF(default_encoding); + return 0; +bad: + Py_XDECREF(default_encoding); + return -1; +} +#endif +#endif + + +/* Test for GCC > 2.95 */ +#if defined(__GNUC__) && (__GNUC__ > 2 || (__GNUC__ == 2 && (__GNUC_MINOR__ > 95))) + #define likely(x) __builtin_expect(!!(x), 1) + #define unlikely(x) __builtin_expect(!!(x), 0) +#else /* !__GNUC__ or GCC < 2.95 */ + #define likely(x) (x) + #define unlikely(x) (x) +#endif /* __GNUC__ */ + +static PyObject *__pyx_m; +static PyObject *__pyx_d; +static PyObject *__pyx_b; +static PyObject *__pyx_empty_tuple; +static PyObject *__pyx_empty_bytes; +static int __pyx_lineno; +static int __pyx_clineno = 0; +static const char * __pyx_cfilenm= __FILE__; +static const char *__pyx_filename; + +#if !defined(CYTHON_CCOMPLEX) + #if defined(__cplusplus) + #define CYTHON_CCOMPLEX 1 + #elif defined(_Complex_I) + #define CYTHON_CCOMPLEX 1 + #else + #define CYTHON_CCOMPLEX 0 + #endif +#endif +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + #include + #else + #include + #endif +#endif +#if CYTHON_CCOMPLEX && !defined(__cplusplus) && defined(__sun__) && defined(__GNUC__) + #undef _Complex_I + #define _Complex_I 1.0fj +#endif + + +static const char *__pyx_f[] = { + "ml2.pyx", + "__init__.pxd", + "type.pxd", +}; +#define IS_UNSIGNED(type) (((type) -1) > 0) +struct __Pyx_StructField_; +#define __PYX_BUF_FLAGS_PACKED_STRUCT (1 << 0) +typedef struct { + const char* name; + struct __Pyx_StructField_* fields; + size_t size; + size_t arraysize[8]; + int ndim; + char typegroup; + char is_unsigned; + int flags; +} __Pyx_TypeInfo; +typedef struct __Pyx_StructField_ { + __Pyx_TypeInfo* type; + const char* name; + size_t offset; +} __Pyx_StructField; +typedef struct { + __Pyx_StructField* field; + size_t parent_offset; +} __Pyx_BufFmt_StackElem; +typedef struct { + __Pyx_StructField root; + __Pyx_BufFmt_StackElem* head; + size_t fmt_offset; + size_t new_count, enc_count; + size_t struct_alignment; + int is_complex; + char enc_type; + char new_packmode; + char enc_packmode; + char is_valid_array; +} __Pyx_BufFmt_Context; + + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":726 + * # in Cython to enable them only on the right systems. + * + * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<< + * ctypedef npy_int16 int16_t + * ctypedef npy_int32 int32_t + */ +typedef npy_int8 __pyx_t_5numpy_int8_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":727 + * + * ctypedef npy_int8 int8_t + * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<< + * ctypedef npy_int32 int32_t + * ctypedef npy_int64 int64_t + */ +typedef npy_int16 __pyx_t_5numpy_int16_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":728 + * ctypedef npy_int8 int8_t + * ctypedef npy_int16 int16_t + * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<< + * ctypedef npy_int64 int64_t + * #ctypedef npy_int96 int96_t + */ +typedef npy_int32 __pyx_t_5numpy_int32_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":729 + * ctypedef npy_int16 int16_t + * ctypedef npy_int32 int32_t + * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<< + * #ctypedef npy_int96 int96_t + * #ctypedef npy_int128 int128_t + */ +typedef npy_int64 __pyx_t_5numpy_int64_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":733 + * #ctypedef npy_int128 int128_t + * + * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<< + * ctypedef npy_uint16 uint16_t + * ctypedef npy_uint32 uint32_t + */ +typedef npy_uint8 __pyx_t_5numpy_uint8_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":734 + * + * ctypedef npy_uint8 uint8_t + * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<< + * ctypedef npy_uint32 uint32_t + * ctypedef npy_uint64 uint64_t + */ +typedef npy_uint16 __pyx_t_5numpy_uint16_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":735 + * ctypedef npy_uint8 uint8_t + * ctypedef npy_uint16 uint16_t + * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<< + * ctypedef npy_uint64 uint64_t + * #ctypedef npy_uint96 uint96_t + */ +typedef npy_uint32 __pyx_t_5numpy_uint32_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":736 + * ctypedef npy_uint16 uint16_t + * ctypedef npy_uint32 uint32_t + * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<< + * #ctypedef npy_uint96 uint96_t + * #ctypedef npy_uint128 uint128_t + */ +typedef npy_uint64 __pyx_t_5numpy_uint64_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":740 + * #ctypedef npy_uint128 uint128_t + * + * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<< + * ctypedef npy_float64 float64_t + * #ctypedef npy_float80 float80_t + */ +typedef npy_float32 __pyx_t_5numpy_float32_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":741 + * + * ctypedef npy_float32 float32_t + * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<< + * #ctypedef npy_float80 float80_t + * #ctypedef npy_float128 float128_t + */ +typedef npy_float64 __pyx_t_5numpy_float64_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":750 + * # The int types are mapped a bit surprising -- + * # numpy.int corresponds to 'l' and numpy.long to 'q' + * ctypedef npy_long int_t # <<<<<<<<<<<<<< + * ctypedef npy_longlong long_t + * ctypedef npy_longlong longlong_t + */ +typedef npy_long __pyx_t_5numpy_int_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":751 + * # numpy.int corresponds to 'l' and numpy.long to 'q' + * ctypedef npy_long int_t + * ctypedef npy_longlong long_t # <<<<<<<<<<<<<< + * ctypedef npy_longlong longlong_t + * + */ +typedef npy_longlong __pyx_t_5numpy_long_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":752 + * ctypedef npy_long int_t + * ctypedef npy_longlong long_t + * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<< + * + * ctypedef npy_ulong uint_t + */ +typedef npy_longlong __pyx_t_5numpy_longlong_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":754 + * ctypedef npy_longlong longlong_t + * + * ctypedef npy_ulong uint_t # <<<<<<<<<<<<<< + * ctypedef npy_ulonglong ulong_t + * ctypedef npy_ulonglong ulonglong_t + */ +typedef npy_ulong __pyx_t_5numpy_uint_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":755 + * + * ctypedef npy_ulong uint_t + * ctypedef npy_ulonglong ulong_t # <<<<<<<<<<<<<< + * ctypedef npy_ulonglong ulonglong_t + * + */ +typedef npy_ulonglong __pyx_t_5numpy_ulong_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":756 + * ctypedef npy_ulong uint_t + * ctypedef npy_ulonglong ulong_t + * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<< + * + * ctypedef npy_intp intp_t + */ +typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":758 + * ctypedef npy_ulonglong ulonglong_t + * + * ctypedef npy_intp intp_t # <<<<<<<<<<<<<< + * ctypedef npy_uintp uintp_t + * + */ +typedef npy_intp __pyx_t_5numpy_intp_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":759 + * + * ctypedef npy_intp intp_t + * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<< + * + * ctypedef npy_double float_t + */ +typedef npy_uintp __pyx_t_5numpy_uintp_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":761 + * ctypedef npy_uintp uintp_t + * + * ctypedef npy_double float_t # <<<<<<<<<<<<<< + * ctypedef npy_double double_t + * ctypedef npy_longdouble longdouble_t + */ +typedef npy_double __pyx_t_5numpy_float_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":762 + * + * ctypedef npy_double float_t + * ctypedef npy_double double_t # <<<<<<<<<<<<<< + * ctypedef npy_longdouble longdouble_t + * + */ +typedef npy_double __pyx_t_5numpy_double_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":763 + * ctypedef npy_double float_t + * ctypedef npy_double double_t + * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<< + * + * ctypedef npy_cfloat cfloat_t + */ +typedef npy_longdouble __pyx_t_5numpy_longdouble_t; + +/* "ml2.pyx":7 + * + * DTYPE = np.float64 + * ctypedef np.float_t DTYPE_t # <<<<<<<<<<<<<< + * + * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, + */ +typedef __pyx_t_5numpy_float_t __pyx_t_3ml2_DTYPE_t; +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + typedef ::std::complex< float > __pyx_t_float_complex; + #else + typedef float _Complex __pyx_t_float_complex; + #endif +#else + typedef struct { float real, imag; } __pyx_t_float_complex; +#endif + +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + typedef ::std::complex< double > __pyx_t_double_complex; + #else + typedef double _Complex __pyx_t_double_complex; + #endif +#else + typedef struct { double real, imag; } __pyx_t_double_complex; +#endif + + +/*--- Type declarations ---*/ + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":765 + * ctypedef npy_longdouble longdouble_t + * + * ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<< + * ctypedef npy_cdouble cdouble_t + * ctypedef npy_clongdouble clongdouble_t + */ +typedef npy_cfloat __pyx_t_5numpy_cfloat_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":766 + * + * ctypedef npy_cfloat cfloat_t + * ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<< + * ctypedef npy_clongdouble clongdouble_t + * + */ +typedef npy_cdouble __pyx_t_5numpy_cdouble_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":767 + * ctypedef npy_cfloat cfloat_t + * ctypedef npy_cdouble cdouble_t + * ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<< + * + * ctypedef npy_cdouble complex_t + */ +typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":769 + * ctypedef npy_clongdouble clongdouble_t + * + * ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew1(a): + */ +typedef npy_cdouble __pyx_t_5numpy_complex_t; + +/* --- Runtime support code (head) --- */ +#ifndef CYTHON_REFNANNY + #define CYTHON_REFNANNY 0 +#endif +#if CYTHON_REFNANNY + typedef struct { + void (*INCREF)(void*, PyObject*, int); + void (*DECREF)(void*, PyObject*, int); + void (*GOTREF)(void*, PyObject*, int); + void (*GIVEREF)(void*, PyObject*, int); + void* (*SetupContext)(const char*, int, const char*); + void (*FinishContext)(void**); + } __Pyx_RefNannyAPIStruct; + static __Pyx_RefNannyAPIStruct *__Pyx_RefNanny = NULL; + static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname); + #define __Pyx_RefNannyDeclarations void *__pyx_refnanny = NULL; +#ifdef WITH_THREAD + #define __Pyx_RefNannySetupContext(name, acquire_gil) \ + if (acquire_gil) { \ + PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure(); \ + __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \ + PyGILState_Release(__pyx_gilstate_save); \ + } else { \ + __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \ + } +#else + #define __Pyx_RefNannySetupContext(name, acquire_gil) \ + __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__) +#endif + #define __Pyx_RefNannyFinishContext() \ + __Pyx_RefNanny->FinishContext(&__pyx_refnanny) + #define __Pyx_INCREF(r) __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), __LINE__) + #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__) + #define __Pyx_GOTREF(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__) + #define __Pyx_GIVEREF(r) __Pyx_RefNanny->GIVEREF(__pyx_refnanny, (PyObject *)(r), __LINE__) + #define __Pyx_XINCREF(r) do { if((r) != NULL) {__Pyx_INCREF(r); }} while(0) + #define __Pyx_XDECREF(r) do { if((r) != NULL) {__Pyx_DECREF(r); }} while(0) + #define __Pyx_XGOTREF(r) do { if((r) != NULL) {__Pyx_GOTREF(r); }} while(0) + #define __Pyx_XGIVEREF(r) do { if((r) != NULL) {__Pyx_GIVEREF(r);}} while(0) +#else + #define __Pyx_RefNannyDeclarations + #define __Pyx_RefNannySetupContext(name, acquire_gil) + #define __Pyx_RefNannyFinishContext() + #define __Pyx_INCREF(r) Py_INCREF(r) + #define __Pyx_DECREF(r) Py_DECREF(r) + #define __Pyx_GOTREF(r) + #define __Pyx_GIVEREF(r) + #define __Pyx_XINCREF(r) Py_XINCREF(r) + #define __Pyx_XDECREF(r) Py_XDECREF(r) + #define __Pyx_XGOTREF(r) + #define __Pyx_XGIVEREF(r) +#endif +#define __Pyx_XDECREF_SET(r, v) do { \ + PyObject *tmp = (PyObject *) r; \ + r = v; __Pyx_XDECREF(tmp); \ + } while (0) +#define __Pyx_DECREF_SET(r, v) do { \ + PyObject *tmp = (PyObject *) r; \ + r = v; __Pyx_DECREF(tmp); \ + } while (0) +#define __Pyx_CLEAR(r) do { PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);} while(0) +#define __Pyx_XCLEAR(r) do { if((r) != NULL) {PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);}} while(0) + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStr(PyObject* obj, PyObject* attr_name) { + PyTypeObject* tp = Py_TYPE(obj); + if (likely(tp->tp_getattro)) + return tp->tp_getattro(obj, attr_name); +#if PY_MAJOR_VERSION < 3 + if (likely(tp->tp_getattr)) + return tp->tp_getattr(obj, PyString_AS_STRING(attr_name)); +#endif + return PyObject_GetAttr(obj, attr_name); +} +#else +#define __Pyx_PyObject_GetAttrStr(o,n) PyObject_GetAttr(o,n) +#endif + +static PyObject *__Pyx_GetBuiltinName(PyObject *name); + +static void __Pyx_RaiseArgtupleInvalid(const char* func_name, int exact, + Py_ssize_t num_min, Py_ssize_t num_max, Py_ssize_t num_found); + +static void __Pyx_RaiseDoubleKeywordsError(const char* func_name, PyObject* kw_name); + +static int __Pyx_ParseOptionalKeywords(PyObject *kwds, PyObject **argnames[], \ + PyObject *kwds2, PyObject *values[], Py_ssize_t num_pos_args, \ + const char* function_name); + +static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *type, int none_allowed, + const char *name, int exact); + +static CYTHON_INLINE PyObject *__Pyx_GetModuleGlobalName(PyObject *name); + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw); +#else +#define __Pyx_PyObject_Call(func, arg, kw) PyObject_Call(func, arg, kw) +#endif + +static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type); + +static CYTHON_INLINE int __Pyx_GetBufferAndValidate(Py_buffer* buf, PyObject* obj, + __Pyx_TypeInfo* dtype, int flags, int nd, int cast, __Pyx_BufFmt_StackElem* stack); +static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info); + +static CYTHON_INLINE int __Pyx_IterFinish(void); + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg); +#endif + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func); +#else +#define __Pyx_PyObject_CallNoArg(func) __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL) +#endif + +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg); + +static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name); + +static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index); + +static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected); + +static int __Pyx_IternextUnpackEndCheck(PyObject *retval, Py_ssize_t expected); + +static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void); + +static void __Pyx_UnpackTupleError(PyObject *, Py_ssize_t index); + +static CYTHON_INLINE int __Pyx_unpack_tuple2(PyObject* tuple, PyObject** value1, PyObject** value2, + int is_tuple, int has_known_size, int decref_tuple); + +static CYTHON_INLINE PyObject* __Pyx_dict_iterator(PyObject* dict, int is_dict, PyObject* method_name, + Py_ssize_t* p_orig_length, int* p_is_dict); +static CYTHON_INLINE int __Pyx_dict_iter_next(PyObject* dict_or_iter, Py_ssize_t orig_length, Py_ssize_t* ppos, + PyObject** pkey, PyObject** pvalue, PyObject** pitem, int is_dict); + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE int __Pyx_ListComp_Append(PyObject* list, PyObject* x) { + PyListObject* L = (PyListObject*) list; + Py_ssize_t len = Py_SIZE(list); + if (likely(L->allocated > len)) { + Py_INCREF(x); + PyList_SET_ITEM(list, len, x); + Py_SIZE(list) = len+1; + return 0; + } + return PyList_Append(list, x); +} +#else +#define __Pyx_ListComp_Append(L,x) PyList_Append(L,x) +#endif + +#define __Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char*)buf + i0 * s0) +static double __Pyx__PyObject_AsDouble(PyObject* obj); +#if CYTHON_COMPILING_IN_PYPY +#define __Pyx_PyObject_AsDouble(obj) \ +(likely(PyFloat_CheckExact(obj)) ? PyFloat_AS_DOUBLE(obj) : \ + likely(PyInt_CheckExact(obj)) ? \ + PyFloat_AsDouble(obj) : __Pyx__PyObject_AsDouble(obj)) +#else +#define __Pyx_PyObject_AsDouble(obj) \ +((likely(PyFloat_CheckExact(obj))) ? \ + PyFloat_AS_DOUBLE(obj) : __Pyx__PyObject_AsDouble(obj)) +#endif + +#define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ + (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ + __Pyx_GetItemInt_Fast(o, (Py_ssize_t)i, is_list, wraparound, boundscheck) : \ + (is_list ? (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL) : \ + __Pyx_GetItemInt_Generic(o, to_py_func(i)))) +#define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ + (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ + __Pyx_GetItemInt_List_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) : \ + (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL)) +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, + int wraparound, int boundscheck); +#define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ + (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ + __Pyx_GetItemInt_Tuple_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) : \ + (PyErr_SetString(PyExc_IndexError, "tuple index out of range"), (PyObject*)NULL)) +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, + int wraparound, int boundscheck); +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j); +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i, + int is_list, int wraparound, int boundscheck); + +#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x02070000 +static CYTHON_INLINE PyObject* __Pyx_PyObject_LookupSpecial(PyObject* obj, PyObject* attr_name) { + PyObject *res; + PyTypeObject *tp = Py_TYPE(obj); +#if PY_MAJOR_VERSION < 3 + if (unlikely(PyInstance_Check(obj))) + return __Pyx_PyObject_GetAttrStr(obj, attr_name); +#endif + res = _PyType_Lookup(tp, attr_name); + if (likely(res)) { + descrgetfunc f = Py_TYPE(res)->tp_descr_get; + if (!f) { + Py_INCREF(res); + } else { + res = f(res, obj, (PyObject *)tp); + } + } else { + PyErr_SetObject(PyExc_AttributeError, attr_name); + } + return res; +} +#else +#define __Pyx_PyObject_LookupSpecial(o,n) __Pyx_PyObject_GetAttrStr(o,n) +#endif + +static PyObject* __Pyx_PyObject_CallMethod1(PyObject* obj, PyObject* method_name, PyObject* arg); + +static CYTHON_INLINE PyObject* __Pyx_PyDict_Keys(PyObject* d); + +static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb); +static void __Pyx_ExceptionReset(PyObject *type, PyObject *value, PyObject *tb); + +static int __Pyx_GetException(PyObject **type, PyObject **value, PyObject **tb); + +static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); +static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb); + +static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause); + +#if PY_MAJOR_VERSION >= 3 +static PyObject *__Pyx_PyDict_GetItem(PyObject *d, PyObject* key) { + PyObject *value; + value = PyDict_GetItemWithError(d, key); + if (unlikely(!value)) { + if (!PyErr_Occurred()) { + PyObject* args = PyTuple_Pack(1, key); + if (likely(args)) + PyErr_SetObject(PyExc_KeyError, args); + Py_XDECREF(args); + } + return NULL; + } + Py_INCREF(value); + return value; +} +#else + #define __Pyx_PyDict_GetItem(d, key) PyObject_GetItem(d, key) +#endif + +typedef struct { + int code_line; + PyCodeObject* code_object; +} __Pyx_CodeObjectCacheEntry; +struct __Pyx_CodeObjectCache { + int count; + int max_count; + __Pyx_CodeObjectCacheEntry* entries; +}; +static struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL}; +static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line); +static PyCodeObject *__pyx_find_code_object(int code_line); +static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object); + +static void __Pyx_AddTraceback(const char *funcname, int c_line, + int py_line, const char *filename); + +typedef struct { + Py_ssize_t shape, strides, suboffsets; +} __Pyx_Buf_DimInfo; +typedef struct { + size_t refcount; + Py_buffer pybuffer; +} __Pyx_Buffer; +typedef struct { + __Pyx_Buffer *rcbuffer; + char *data; + __Pyx_Buf_DimInfo diminfo[8]; +} __Pyx_LocalBuf_ND; + +#if PY_MAJOR_VERSION < 3 + static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags); + static void __Pyx_ReleaseBuffer(Py_buffer *view); +#else + #define __Pyx_GetBuffer PyObject_GetBuffer + #define __Pyx_ReleaseBuffer PyBuffer_Release +#endif + + +static Py_ssize_t __Pyx_zeros[] = {0, 0, 0, 0, 0, 0, 0, 0}; +static Py_ssize_t __Pyx_minusones[] = {-1, -1, -1, -1, -1, -1, -1, -1}; + +static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level); + +static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value); + +static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *); + +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + #define __Pyx_CREAL(z) ((z).real()) + #define __Pyx_CIMAG(z) ((z).imag()) + #else + #define __Pyx_CREAL(z) (__real__(z)) + #define __Pyx_CIMAG(z) (__imag__(z)) + #endif +#else + #define __Pyx_CREAL(z) ((z).real) + #define __Pyx_CIMAG(z) ((z).imag) +#endif +#if (defined(_WIN32) || defined(__clang__)) && defined(__cplusplus) && CYTHON_CCOMPLEX + #define __Pyx_SET_CREAL(z,x) ((z).real(x)) + #define __Pyx_SET_CIMAG(z,y) ((z).imag(y)) +#else + #define __Pyx_SET_CREAL(z,x) __Pyx_CREAL(z) = (x) + #define __Pyx_SET_CIMAG(z,y) __Pyx_CIMAG(z) = (y) +#endif + +static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float, float); + +#if CYTHON_CCOMPLEX + #define __Pyx_c_eqf(a, b) ((a)==(b)) + #define __Pyx_c_sumf(a, b) ((a)+(b)) + #define __Pyx_c_difff(a, b) ((a)-(b)) + #define __Pyx_c_prodf(a, b) ((a)*(b)) + #define __Pyx_c_quotf(a, b) ((a)/(b)) + #define __Pyx_c_negf(a) (-(a)) + #ifdef __cplusplus + #define __Pyx_c_is_zerof(z) ((z)==(float)0) + #define __Pyx_c_conjf(z) (::std::conj(z)) + #if 1 + #define __Pyx_c_absf(z) (::std::abs(z)) + #define __Pyx_c_powf(a, b) (::std::pow(a, b)) + #endif + #else + #define __Pyx_c_is_zerof(z) ((z)==0) + #define __Pyx_c_conjf(z) (conjf(z)) + #if 1 + #define __Pyx_c_absf(z) (cabsf(z)) + #define __Pyx_c_powf(a, b) (cpowf(a, b)) + #endif + #endif +#else + static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prodf(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex); + static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex); + #if 1 + static CYTHON_INLINE float __Pyx_c_absf(__pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex, __pyx_t_float_complex); + #endif +#endif + +static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double, double); + +#if CYTHON_CCOMPLEX + #define __Pyx_c_eq(a, b) ((a)==(b)) + #define __Pyx_c_sum(a, b) ((a)+(b)) + #define __Pyx_c_diff(a, b) ((a)-(b)) + #define __Pyx_c_prod(a, b) ((a)*(b)) + #define __Pyx_c_quot(a, b) ((a)/(b)) + #define __Pyx_c_neg(a) (-(a)) + #ifdef __cplusplus + #define __Pyx_c_is_zero(z) ((z)==(double)0) + #define __Pyx_c_conj(z) (::std::conj(z)) + #if 1 + #define __Pyx_c_abs(z) (::std::abs(z)) + #define __Pyx_c_pow(a, b) (::std::pow(a, b)) + #endif + #else + #define __Pyx_c_is_zero(z) ((z)==0) + #define __Pyx_c_conj(z) (conj(z)) + #if 1 + #define __Pyx_c_abs(z) (cabs(z)) + #define __Pyx_c_pow(a, b) (cpow(a, b)) + #endif + #endif +#else + static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex); + static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex); + #if 1 + static CYTHON_INLINE double __Pyx_c_abs(__pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex, __pyx_t_double_complex); + #endif +#endif + +static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value); + +static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *); + +static int __Pyx_check_binary_version(void); + +#if !defined(__Pyx_PyIdentifier_FromString) +#if PY_MAJOR_VERSION < 3 + #define __Pyx_PyIdentifier_FromString(s) PyString_FromString(s) +#else + #define __Pyx_PyIdentifier_FromString(s) PyUnicode_FromString(s) +#endif +#endif + +static PyObject *__Pyx_ImportModule(const char *name); + +static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, size_t size, int strict); + +static int __Pyx_InitStrings(__Pyx_StringTabEntry *t); + + +/* Module declarations from 'cpython.buffer' */ + +/* Module declarations from 'cpython.ref' */ + +/* Module declarations from 'libc.string' */ + +/* Module declarations from 'libc.stdio' */ + +/* Module declarations from 'cpython.object' */ + +/* Module declarations from '__builtin__' */ + +/* Module declarations from 'cpython.type' */ +static PyTypeObject *__pyx_ptype_7cpython_4type_type = 0; + +/* Module declarations from 'libc.stdlib' */ + +/* Module declarations from 'numpy' */ + +/* Module declarations from 'numpy' */ +static PyTypeObject *__pyx_ptype_5numpy_dtype = 0; +static PyTypeObject *__pyx_ptype_5numpy_flatiter = 0; +static PyTypeObject *__pyx_ptype_5numpy_broadcast = 0; +static PyTypeObject *__pyx_ptype_5numpy_ndarray = 0; +static PyTypeObject *__pyx_ptype_5numpy_ufunc = 0; +static CYTHON_INLINE char *__pyx_f_5numpy__util_dtypestring(PyArray_Descr *, char *, char *, int *); /*proto*/ + +/* Module declarations from 'libc.math' */ + +/* Module declarations from 'ml2' */ +static __pyx_t_3ml2_DTYPE_t __pyx_f_3ml2_weight_success(int, int, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t); /*proto*/ +static __pyx_t_3ml2_DTYPE_t __pyx_f_3ml2_weight_failure(int, int, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t, __pyx_t_3ml2_DTYPE_t); /*proto*/ +static __Pyx_TypeInfo __Pyx_TypeInfo_nn___pyx_t_3ml2_DTYPE_t = { "DTYPE_t", NULL, sizeof(__pyx_t_3ml2_DTYPE_t), { 0 }, 0, 'R', 0, 0 }; +#define __Pyx_MODULE_NAME "ml2" +int __pyx_module_is_main_ml2 = 0; + +/* Implementation of 'ml2' */ +static PyObject *__pyx_builtin_enumerate; +static PyObject *__pyx_builtin_sum; +static PyObject *__pyx_builtin_open; +static PyObject *__pyx_builtin_ValueError; +static PyObject *__pyx_builtin_range; +static PyObject *__pyx_builtin_RuntimeError; +static PyObject *__pyx_pf_3ml2_ml2(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_root_victims, PyObject *__pyx_v_victims, PyObject *__pyx_v_non_victims, __pyx_t_3ml2_DTYPE_t __pyx_v_alpha, __pyx_t_3ml2_DTYPE_t __pyx_v_delta, __pyx_t_3ml2_DTYPE_t __pyx_v_lmbda); /* proto */ +static int __pyx_pf_5numpy_7ndarray___getbuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /* proto */ +static void __pyx_pf_5numpy_7ndarray_2__releasebuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info); /* proto */ +static char __pyx_k_B[] = "B"; +static char __pyx_k_H[] = "H"; +static char __pyx_k_I[] = "I"; +static char __pyx_k_L[] = "L"; +static char __pyx_k_O[] = "O"; +static char __pyx_k_Q[] = "Q"; +static char __pyx_k_b[] = "b"; +static char __pyx_k_d[] = "d"; +static char __pyx_k_f[] = "f"; +static char __pyx_k_g[] = "g"; +static char __pyx_k_h[] = "h"; +static char __pyx_k_i[] = "i"; +static char __pyx_k_l[] = "l"; +static char __pyx_k_q[] = "q"; +static char __pyx_k_s[] = "s"; +static char __pyx_k_t[] = "t"; +static char __pyx_k_w[] = "w"; +static char __pyx_k_Zd[] = "Zd"; +static char __pyx_k_Zf[] = "Zf"; +static char __pyx_k_Zg[] = "Zg"; +static char __pyx_k_dt[] = "dt"; +static char __pyx_k_ll[] = "ll"; +static char __pyx_k_np[] = "np"; +static char __pyx_k_w1[] = "w1"; +static char __pyx_k_w2[] = "w2"; +static char __pyx_k_w3[] = "w3"; +static char __pyx_k_dts[] = "dts"; +static char __pyx_k_inf[] = "-inf"; +static char __pyx_k_ml2[] = "ml2"; +static char __pyx_k_s_s[] = "%s, %s\n"; +static char __pyx_k_sum[] = "sum"; +static char __pyx_k_dist[] = "dist"; +static char __pyx_k_exit[] = "__exit__"; +static char __pyx_k_keys[] = "keys"; +static char __pyx_k_main[] = "__main__"; +static char __pyx_k_open[] = "open"; +static char __pyx_k_prnt[] = "prnt"; +static char __pyx_k_prob[] = "prob"; +static char __pyx_k_test[] = "__test__"; +static char __pyx_k_DTYPE[] = "DTYPE"; +static char __pyx_k_alpha[] = "alpha"; +static char __pyx_k_delta[] = "delta"; +static char __pyx_k_dists[] = "dists"; +static char __pyx_k_dtype[] = "dtype"; +static char __pyx_k_enter[] = "__enter__"; +static char __pyx_k_lmbda[] = "lmbda"; +static char __pyx_k_numpy[] = "numpy"; +static char __pyx_k_prnts[] = "prnts"; +static char __pyx_k_probs[] = "probs"; +static char __pyx_k_range[] = "range"; +static char __pyx_k_roots[] = "roots"; +static char __pyx_k_write[] = "write"; +static char __pyx_k_zeros[] = "zeros"; +static char __pyx_k_import[] = "__import__"; +static char __pyx_k_float64[] = "float64"; +static char __pyx_k_n_roots[] = "n_roots"; +static char __pyx_k_parents[] = "parents"; +static char __pyx_k_victims[] = "victims"; +static char __pyx_k_failures[] = "failures"; +static char __pyx_k_infector[] = "infector"; +static char __pyx_k_probs_nv[] = "probs_nv"; +static char __pyx_k_enumerate[] = "enumerate"; +static char __pyx_k_infectors[] = "infectors"; +static char __pyx_k_n_victims[] = "n_victims"; +static char __pyx_k_successes[] = "successes"; +static char __pyx_k_ValueError[] = "ValueError"; +static char __pyx_k_itervalues[] = "itervalues"; +static char __pyx_k_parent_dts[] = "parent_dts"; +static char __pyx_k_probs_fail[] = "probs_fail"; +static char __pyx_k_non_victims[] = "non_victims"; +static char __pyx_k_RuntimeError[] = "RuntimeError"; +static char __pyx_k_parent_dists[] = "parent_dists"; +static char __pyx_k_root_victims[] = "root_victims"; +static char __pyx_k_infectors_file[] = "infectors_file"; +static char __pyx_k_Results_infectors_csv[] = "../../Results/infectors.csv"; +static char __pyx_k_ndarray_is_not_C_contiguous[] = "ndarray is not C contiguous"; +static char __pyx_k_Users_ben_Documents_Cascade_Pro[] = "/Users/ben/Documents/Cascade Project/criminal_cascades/experiments/ml2.pyx"; +static char __pyx_k_unknown_dtype_code_in_numpy_pxd[] = "unknown dtype code in numpy.pxd (%d)"; +static char __pyx_k_Format_string_allocated_too_shor[] = "Format string allocated too short, see comment in numpy.pxd"; +static char __pyx_k_Non_native_byte_order_not_suppor[] = "Non-native byte order not supported"; +static char __pyx_k_ndarray_is_not_Fortran_contiguou[] = "ndarray is not Fortran contiguous"; +static char __pyx_k_Format_string_allocated_too_shor_2[] = "Format string allocated too short."; +static PyObject *__pyx_n_s_DTYPE; +static PyObject *__pyx_kp_u_Format_string_allocated_too_shor; +static PyObject *__pyx_kp_u_Format_string_allocated_too_shor_2; +static PyObject *__pyx_kp_u_Non_native_byte_order_not_suppor; +static PyObject *__pyx_kp_s_Results_infectors_csv; +static PyObject *__pyx_n_s_RuntimeError; +static PyObject *__pyx_kp_s_Users_ben_Documents_Cascade_Pro; +static PyObject *__pyx_n_s_ValueError; +static PyObject *__pyx_n_s_alpha; +static PyObject *__pyx_n_s_delta; +static PyObject *__pyx_n_s_dist; +static PyObject *__pyx_n_s_dists; +static PyObject *__pyx_n_s_dt; +static PyObject *__pyx_n_s_dts; +static PyObject *__pyx_n_s_dtype; +static PyObject *__pyx_n_s_enter; +static PyObject *__pyx_n_s_enumerate; +static PyObject *__pyx_n_s_exit; +static PyObject *__pyx_n_s_failures; +static PyObject *__pyx_n_s_float64; +static PyObject *__pyx_n_s_i; +static PyObject *__pyx_n_s_import; +static PyObject *__pyx_kp_s_inf; +static PyObject *__pyx_n_s_infector; +static PyObject *__pyx_n_s_infectors; +static PyObject *__pyx_n_s_infectors_file; +static PyObject *__pyx_n_s_itervalues; +static PyObject *__pyx_n_s_keys; +static PyObject *__pyx_n_s_l; +static PyObject *__pyx_n_s_ll; +static PyObject *__pyx_n_s_lmbda; +static PyObject *__pyx_n_s_main; +static PyObject *__pyx_n_s_ml2; +static PyObject *__pyx_n_s_n_roots; +static PyObject *__pyx_n_s_n_victims; +static PyObject *__pyx_kp_u_ndarray_is_not_C_contiguous; +static PyObject *__pyx_kp_u_ndarray_is_not_Fortran_contiguou; +static PyObject *__pyx_n_s_non_victims; +static PyObject *__pyx_n_s_np; +static PyObject *__pyx_n_s_numpy; +static PyObject *__pyx_n_s_open; +static PyObject *__pyx_n_s_parent_dists; +static PyObject *__pyx_n_s_parent_dts; +static PyObject *__pyx_n_s_parents; +static PyObject *__pyx_n_s_prnt; +static PyObject *__pyx_n_s_prnts; +static PyObject *__pyx_n_s_prob; +static PyObject *__pyx_n_s_probs; +static PyObject *__pyx_n_s_probs_fail; +static PyObject *__pyx_n_s_probs_nv; +static PyObject *__pyx_n_s_range; +static PyObject *__pyx_n_s_root_victims; +static PyObject *__pyx_n_s_roots; +static PyObject *__pyx_n_s_s; +static PyObject *__pyx_kp_s_s_s; +static PyObject *__pyx_n_s_successes; +static PyObject *__pyx_n_s_sum; +static PyObject *__pyx_n_s_t; +static PyObject *__pyx_n_s_test; +static PyObject *__pyx_kp_u_unknown_dtype_code_in_numpy_pxd; +static PyObject *__pyx_n_s_victims; +static PyObject *__pyx_n_s_w; +static PyObject *__pyx_n_s_w1; +static PyObject *__pyx_n_s_w2; +static PyObject *__pyx_n_s_w3; +static PyObject *__pyx_n_s_write; +static PyObject *__pyx_n_s_zeros; +static PyObject *__pyx_tuple_; +static PyObject *__pyx_tuple__2; +static PyObject *__pyx_tuple__3; +static PyObject *__pyx_tuple__4; +static PyObject *__pyx_tuple__5; +static PyObject *__pyx_tuple__6; +static PyObject *__pyx_tuple__7; +static PyObject *__pyx_tuple__8; +static PyObject *__pyx_tuple__9; +static PyObject *__pyx_codeobj__10; + +/* "ml2.pyx":9 + * ctypedef np.float_t DTYPE_t + * + * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< + * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + * """weight for successful infection, exponential time model""" + */ + +static __pyx_t_3ml2_DTYPE_t __pyx_f_3ml2_weight_success(int __pyx_v_dist, int __pyx_v_dt, __pyx_t_3ml2_DTYPE_t __pyx_v_alpha, __pyx_t_3ml2_DTYPE_t __pyx_v_delta, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_lmbda, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_w1, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_w2, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_w3) { + __pyx_t_3ml2_DTYPE_t __pyx_v_structural; + __pyx_t_3ml2_DTYPE_t __pyx_v_temporal; + __pyx_t_3ml2_DTYPE_t __pyx_v_result; + __pyx_t_3ml2_DTYPE_t __pyx_r; + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("weight_success", 0); + + /* "ml2.pyx":13 + * """weight for successful infection, exponential time model""" + * cdef DTYPE_t structural, temporal, result + * structural = delta ** dist # <<<<<<<<<<<<<< + * # structural = delta/(1. + 1./(w1*lmbda) + 1./(w2*lmbda) + 1./(w3*lmbda)) + * temporal = log(exp(alpha)-1.) - alpha*dt + */ + __pyx_v_structural = pow(__pyx_v_delta, ((__pyx_t_3ml2_DTYPE_t)__pyx_v_dist)); + + /* "ml2.pyx":15 + * structural = delta ** dist + * # structural = delta/(1. + 1./(w1*lmbda) + 1./(w2*lmbda) + 1./(w3*lmbda)) + * temporal = log(exp(alpha)-1.) - alpha*dt # <<<<<<<<<<<<<< + * # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 + * result = log(structural) + temporal + */ + __pyx_v_temporal = (log((exp(__pyx_v_alpha) - 1.)) - (__pyx_v_alpha * __pyx_v_dt)); + + /* "ml2.pyx":17 + * temporal = log(exp(alpha)-1.) - alpha*dt + * # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 + * result = log(structural) + temporal # <<<<<<<<<<<<<< + * # print 'st', structural, temporal + * return result + */ + __pyx_v_result = (log(__pyx_v_structural) + __pyx_v_temporal); + + /* "ml2.pyx":19 + * result = log(structural) + temporal + * # print 'st', structural, temporal + * return result # <<<<<<<<<<<<<< + * + * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, + */ + __pyx_r = __pyx_v_result; + goto __pyx_L0; + + /* "ml2.pyx":9 + * ctypedef np.float_t DTYPE_t + * + * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< + * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + * """weight for successful infection, exponential time model""" + */ + + /* function exit code */ + __pyx_L0:; + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "ml2.pyx":21 + * return result + * + * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< + * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + * """weight for failed infection, exponential time model""" + */ + +static __pyx_t_3ml2_DTYPE_t __pyx_f_3ml2_weight_failure(int __pyx_v_dist, int __pyx_v_dt, __pyx_t_3ml2_DTYPE_t __pyx_v_alpha, __pyx_t_3ml2_DTYPE_t __pyx_v_delta, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_lmbda, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_w1, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_w2, CYTHON_UNUSED __pyx_t_3ml2_DTYPE_t __pyx_v_w3) { + __pyx_t_3ml2_DTYPE_t __pyx_v_structural; + __pyx_t_3ml2_DTYPE_t __pyx_v_temporal; + __pyx_t_3ml2_DTYPE_t __pyx_v_result; + __pyx_t_3ml2_DTYPE_t __pyx_r; + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("weight_failure", 0); + + /* "ml2.pyx":25 + * """weight for failed infection, exponential time model""" + * cdef DTYPE_t structural, temporal, result + * structural = delta ** dist # <<<<<<<<<<<<<< + * # structural = delta/(1. + 1./(w1*lmbda) + 1./(w2*lmbda) + 1./(w3*lmbda)) + * temporal = exp(-alpha * dt) + */ + __pyx_v_structural = pow(__pyx_v_delta, ((__pyx_t_3ml2_DTYPE_t)__pyx_v_dist)); + + /* "ml2.pyx":27 + * structural = delta ** dist + * # structural = delta/(1. + 1./(w1*lmbda) + 1./(w2*lmbda) + 1./(w3*lmbda)) + * temporal = exp(-alpha * dt) # <<<<<<<<<<<<<< + * # temporal = 1. - 1. / (1. + dt/alpha)**0.01 + * result = log(1. - structural + structural * temporal) + */ + __pyx_v_temporal = exp(((-__pyx_v_alpha) * __pyx_v_dt)); + + /* "ml2.pyx":29 + * temporal = exp(-alpha * dt) + * # temporal = 1. - 1. / (1. + dt/alpha)**0.01 + * result = log(1. - structural + structural * temporal) # <<<<<<<<<<<<<< + * # print 'stnv', structural, temporal + * return result + */ + __pyx_v_result = log(((1. - __pyx_v_structural) + (__pyx_v_structural * __pyx_v_temporal))); + + /* "ml2.pyx":31 + * result = log(1. - structural + structural * temporal) + * # print 'stnv', structural, temporal + * return result # <<<<<<<<<<<<<< + * + * def ml2(dict root_victims, dict victims, dict non_victims, + */ + __pyx_r = __pyx_v_result; + goto __pyx_L0; + + /* "ml2.pyx":21 + * return result + * + * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, # <<<<<<<<<<<<<< + * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + * """weight for failed infection, exponential time model""" + */ + + /* function exit code */ + __pyx_L0:; + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "ml2.pyx":33 + * return result + * + * def ml2(dict root_victims, dict victims, dict non_victims, # <<<<<<<<<<<<<< + * DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): + * cdef: + */ + +/* Python wrapper */ +static PyObject *__pyx_pw_3ml2_1ml2(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/ +static PyMethodDef __pyx_mdef_3ml2_1ml2 = {"ml2", (PyCFunction)__pyx_pw_3ml2_1ml2, METH_VARARGS|METH_KEYWORDS, 0}; +static PyObject *__pyx_pw_3ml2_1ml2(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) { + PyObject *__pyx_v_root_victims = 0; + PyObject *__pyx_v_victims = 0; + PyObject *__pyx_v_non_victims = 0; + __pyx_t_3ml2_DTYPE_t __pyx_v_alpha; + __pyx_t_3ml2_DTYPE_t __pyx_v_delta; + __pyx_t_3ml2_DTYPE_t __pyx_v_lmbda; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + PyObject *__pyx_r = 0; + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("ml2 (wrapper)", 0); + { + static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_root_victims,&__pyx_n_s_victims,&__pyx_n_s_non_victims,&__pyx_n_s_alpha,&__pyx_n_s_delta,&__pyx_n_s_lmbda,0}; + PyObject* values[6] = {0,0,0,0,0,0}; + if (unlikely(__pyx_kwds)) { + Py_ssize_t kw_args; + const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args); + switch (pos_args) { + case 6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5); + case 5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4); + case 4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3); + case 3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2); + case 2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1); + case 1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0); + case 0: break; + default: goto __pyx_L5_argtuple_error; + } + kw_args = PyDict_Size(__pyx_kwds); + switch (pos_args) { + case 0: + if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_root_victims)) != 0)) kw_args--; + else goto __pyx_L5_argtuple_error; + case 1: + if (likely((values[1] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_victims)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml2", 1, 6, 6, 1); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + case 2: + if (likely((values[2] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_non_victims)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml2", 1, 6, 6, 2); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + case 3: + if (likely((values[3] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_alpha)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml2", 1, 6, 6, 3); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + case 4: + if (likely((values[4] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_delta)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml2", 1, 6, 6, 4); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + case 5: + if (likely((values[5] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_lmbda)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml2", 1, 6, 6, 5); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + } + if (unlikely(kw_args > 0)) { + if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, "ml2") < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + } else if (PyTuple_GET_SIZE(__pyx_args) != 6) { + goto __pyx_L5_argtuple_error; + } else { + values[0] = PyTuple_GET_ITEM(__pyx_args, 0); + values[1] = PyTuple_GET_ITEM(__pyx_args, 1); + values[2] = PyTuple_GET_ITEM(__pyx_args, 2); + values[3] = PyTuple_GET_ITEM(__pyx_args, 3); + values[4] = PyTuple_GET_ITEM(__pyx_args, 4); + values[5] = PyTuple_GET_ITEM(__pyx_args, 5); + } + __pyx_v_root_victims = ((PyObject*)values[0]); + __pyx_v_victims = ((PyObject*)values[1]); + __pyx_v_non_victims = ((PyObject*)values[2]); + __pyx_v_alpha = __pyx_PyFloat_AsDouble(values[3]); if (unlikely((__pyx_v_alpha == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 34; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + __pyx_v_delta = __pyx_PyFloat_AsDouble(values[4]); if (unlikely((__pyx_v_delta == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 34; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + __pyx_v_lmbda = __pyx_PyFloat_AsDouble(values[5]); if (unlikely((__pyx_v_lmbda == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 34; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + goto __pyx_L4_argument_unpacking_done; + __pyx_L5_argtuple_error:; + __Pyx_RaiseArgtupleInvalid("ml2", 1, 6, 6, PyTuple_GET_SIZE(__pyx_args)); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + __pyx_L3_error:; + __Pyx_AddTraceback("ml2.ml2", __pyx_clineno, __pyx_lineno, __pyx_filename); + __Pyx_RefNannyFinishContext(); + return NULL; + __pyx_L4_argument_unpacking_done:; + if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_root_victims), (&PyDict_Type), 1, "root_victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_victims), (&PyDict_Type), 1, "victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_non_victims), (&PyDict_Type), 1, "non_victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_r = __pyx_pf_3ml2_ml2(__pyx_self, __pyx_v_root_victims, __pyx_v_victims, __pyx_v_non_victims, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda); + + /* function exit code */ + goto __pyx_L0; + __pyx_L1_error:; + __pyx_r = NULL; + __pyx_L0:; + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +static PyObject *__pyx_pf_3ml2_ml2(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_root_victims, PyObject *__pyx_v_victims, PyObject *__pyx_v_non_victims, __pyx_t_3ml2_DTYPE_t __pyx_v_alpha, __pyx_t_3ml2_DTYPE_t __pyx_v_delta, __pyx_t_3ml2_DTYPE_t __pyx_v_lmbda) { + int __pyx_v_n_roots; + int __pyx_v_n_victims; + int __pyx_v_roots; + int __pyx_v_i; + int __pyx_v_dist; + int __pyx_v_dt; + int __pyx_v_l; + __pyx_t_3ml2_DTYPE_t __pyx_v_ll; + PyObject *__pyx_v_parents = 0; + PyObject *__pyx_v_failures = 0; + PyObject *__pyx_v_successes = 0; + PyArrayObject *__pyx_v_probs = 0; + PyArrayObject *__pyx_v_probs_fail = 0; + PyArrayObject *__pyx_v_probs_nv = 0; + PyArrayObject *__pyx_v_parent_dists = 0; + PyArrayObject *__pyx_v_parent_dts = 0; + PyArrayObject *__pyx_v_infectors = 0; + PyObject *__pyx_v_dists = NULL; + PyObject *__pyx_v_dts = NULL; + PyObject *__pyx_v_prnts = NULL; + PyObject *__pyx_v_s = NULL; + PyObject *__pyx_v_prob = NULL; + PyObject *__pyx_v_infectors_file = NULL; + PyObject *__pyx_v_infector = NULL; + PyObject *__pyx_v_prnt = NULL; + PyObject *__pyx_v_w1 = NULL; + PyObject *__pyx_v_w2 = NULL; + PyObject *__pyx_v_w3 = NULL; + __Pyx_LocalBuf_ND __pyx_pybuffernd_infectors; + __Pyx_Buffer __pyx_pybuffer_infectors; + __Pyx_LocalBuf_ND __pyx_pybuffernd_parent_dists; + __Pyx_Buffer __pyx_pybuffer_parent_dists; + __Pyx_LocalBuf_ND __pyx_pybuffernd_parent_dts; + __Pyx_Buffer __pyx_pybuffer_parent_dts; + __Pyx_LocalBuf_ND __pyx_pybuffernd_probs; + __Pyx_Buffer __pyx_pybuffer_probs; + __Pyx_LocalBuf_ND __pyx_pybuffernd_probs_fail; + __Pyx_Buffer __pyx_pybuffer_probs_fail; + __Pyx_LocalBuf_ND __pyx_pybuffernd_probs_nv; + __Pyx_Buffer __pyx_pybuffer_probs_nv; + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + Py_ssize_t __pyx_t_1; + Py_ssize_t __pyx_t_2; + PyObject *__pyx_t_3 = NULL; + PyObject *__pyx_t_4 = NULL; + PyObject *__pyx_t_5 = NULL; + PyObject *__pyx_t_6 = NULL; + PyArrayObject *__pyx_t_7 = NULL; + PyArrayObject *__pyx_t_8 = NULL; + PyArrayObject *__pyx_t_9 = NULL; + PyArrayObject *__pyx_t_10 = NULL; + PyArrayObject *__pyx_t_11 = NULL; + PyArrayObject *__pyx_t_12 = NULL; + int __pyx_t_13; + int __pyx_t_14; + int __pyx_t_15; + Py_ssize_t __pyx_t_16; + PyObject *__pyx_t_17 = NULL; + PyObject *__pyx_t_18 = NULL; + PyObject *__pyx_t_19 = NULL; + PyObject *__pyx_t_20 = NULL; + PyObject *__pyx_t_21 = NULL; + PyObject *__pyx_t_22 = NULL; + PyObject *__pyx_t_23 = NULL; + PyObject *(*__pyx_t_24)(PyObject *); + int __pyx_t_25; + __pyx_t_3ml2_DTYPE_t __pyx_t_26; + __pyx_t_3ml2_DTYPE_t __pyx_t_27; + __pyx_t_3ml2_DTYPE_t __pyx_t_28; + int __pyx_t_29; + double __pyx_t_30; + int __pyx_t_31; + int __pyx_t_32; + int __pyx_t_33; + int __pyx_t_34; + int __pyx_t_35; + int __pyx_t_36; + int __pyx_t_37; + PyObject *__pyx_t_38 = NULL; + PyObject *__pyx_t_39 = NULL; + PyObject *__pyx_t_40 = NULL; + PyObject *__pyx_t_41 = NULL; + PyObject *(*__pyx_t_42)(PyObject *); + PyObject *__pyx_t_43 = NULL; + int __pyx_t_44; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("ml2", 0); + __pyx_pybuffer_probs.pybuffer.buf = NULL; + __pyx_pybuffer_probs.refcount = 0; + __pyx_pybuffernd_probs.data = NULL; + __pyx_pybuffernd_probs.rcbuffer = &__pyx_pybuffer_probs; + __pyx_pybuffer_probs_fail.pybuffer.buf = NULL; + __pyx_pybuffer_probs_fail.refcount = 0; + __pyx_pybuffernd_probs_fail.data = NULL; + __pyx_pybuffernd_probs_fail.rcbuffer = &__pyx_pybuffer_probs_fail; + __pyx_pybuffer_probs_nv.pybuffer.buf = NULL; + __pyx_pybuffer_probs_nv.refcount = 0; + __pyx_pybuffernd_probs_nv.data = NULL; + __pyx_pybuffernd_probs_nv.rcbuffer = &__pyx_pybuffer_probs_nv; + __pyx_pybuffer_parent_dists.pybuffer.buf = NULL; + __pyx_pybuffer_parent_dists.refcount = 0; + __pyx_pybuffernd_parent_dists.data = NULL; + __pyx_pybuffernd_parent_dists.rcbuffer = &__pyx_pybuffer_parent_dists; + __pyx_pybuffer_parent_dts.pybuffer.buf = NULL; + __pyx_pybuffer_parent_dts.refcount = 0; + __pyx_pybuffernd_parent_dts.data = NULL; + __pyx_pybuffernd_parent_dts.rcbuffer = &__pyx_pybuffer_parent_dts; + __pyx_pybuffer_infectors.pybuffer.buf = NULL; + __pyx_pybuffer_infectors.refcount = 0; + __pyx_pybuffernd_infectors.data = NULL; + __pyx_pybuffernd_infectors.rcbuffer = &__pyx_pybuffer_infectors; + + /* "ml2.pyx":39 + * DTYPE_t ll + * list parents, failures, successes + * n_roots, n_victims = len(root_victims), len(victims) # <<<<<<<<<<<<<< + * cdef: + * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) + */ + if (unlikely(__pyx_v_root_victims == Py_None)) { + PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 39; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_1 = PyDict_Size(__pyx_v_root_victims); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 39; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + if (unlikely(__pyx_v_victims == Py_None)) { + PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 39; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_2 = PyDict_Size(__pyx_v_victims); if (unlikely(__pyx_t_2 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 39; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_v_n_roots = __pyx_t_1; + __pyx_v_n_victims = __pyx_t_2; + + /* "ml2.pyx":41 + * n_roots, n_victims = len(root_victims), len(victims) + * cdef: + * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< + * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) + */ + __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_zeros); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_3); + __Pyx_GIVEREF(__pyx_t_3); + __pyx_t_3 = 0; + __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_dtype, __pyx_t_6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (!(likely(((__pyx_t_6) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_6, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_7 = ((PyArrayObject *)__pyx_t_6); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs.rcbuffer->pybuffer, (PyObject*)__pyx_t_7, &__Pyx_TypeInfo_nn___pyx_t_3ml2_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_probs = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_probs.diminfo[0].strides = __pyx_pybuffernd_probs.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs.diminfo[0].shape = __pyx_pybuffernd_probs.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_7 = 0; + __pyx_v_probs = ((PyArrayObject *)__pyx_t_6); + __pyx_t_6 = 0; + + /* "ml2.pyx":42 + * cdef: + * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< + * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) + */ + __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_n_s_zeros); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_6); + __Pyx_GIVEREF(__pyx_t_6); + __pyx_t_6 = 0; + __pyx_t_6 = PyDict_New(); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + if (PyDict_SetItem(__pyx_t_6, __pyx_n_s_dtype, __pyx_t_4) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_4 = __Pyx_PyObject_Call(__pyx_t_3, __pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + if (!(likely(((__pyx_t_4) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_4, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_8 = ((PyArrayObject *)__pyx_t_4); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer, (PyObject*)__pyx_t_8, &__Pyx_TypeInfo_nn___pyx_t_3ml2_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_probs_fail = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 42; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_probs_fail.diminfo[0].strides = __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs_fail.diminfo[0].shape = __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_8 = 0; + __pyx_v_probs_fail = ((PyArrayObject *)__pyx_t_4); + __pyx_t_4 = 0; + + /* "ml2.pyx":43 + * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) # <<<<<<<<<<<<<< + * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) + */ + __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_n_s_zeros); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (unlikely(__pyx_v_non_victims == Py_None)) { + PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_2 = PyDict_Size(__pyx_v_non_victims); if (unlikely(__pyx_t_2 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_4 = PyInt_FromSsize_t(__pyx_t_2); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_4); + __Pyx_GIVEREF(__pyx_t_4); + __pyx_t_4 = 0; + __pyx_t_4 = PyDict_New(); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + if (PyDict_SetItem(__pyx_t_4, __pyx_n_s_dtype, __pyx_t_3) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_6, __pyx_t_5, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_9 = ((PyArrayObject *)__pyx_t_3); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs_nv.rcbuffer->pybuffer, (PyObject*)__pyx_t_9, &__Pyx_TypeInfo_nn___pyx_t_3ml2_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_probs_nv = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 43; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_probs_nv.diminfo[0].strides = __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs_nv.diminfo[0].shape = __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_9 = 0; + __pyx_v_probs_nv = ((PyArrayObject *)__pyx_t_3); + __pyx_t_3 = 0; + + /* "ml2.pyx":44 + * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< + * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] infectors = np.zeros(n_victims, dtype=DTYPE) + */ + __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_zeros); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_3); + __Pyx_GIVEREF(__pyx_t_3); + __pyx_t_3 = 0; + __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_dtype, __pyx_t_6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (!(likely(((__pyx_t_6) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_6, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_10 = ((PyArrayObject *)__pyx_t_6); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_parent_dists.rcbuffer->pybuffer, (PyObject*)__pyx_t_10, &__Pyx_TypeInfo_nn___pyx_t_3ml2_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_parent_dists = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 44; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_parent_dists.diminfo[0].strides = __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_parent_dists.diminfo[0].shape = __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_10 = 0; + __pyx_v_parent_dists = ((PyArrayObject *)__pyx_t_6); + __pyx_t_6 = 0; + + /* "ml2.pyx":45 + * np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< + * np.ndarray[DTYPE_t] infectors = np.zeros(n_victims, dtype=DTYPE) + * + */ + __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_n_s_zeros); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_6); + __Pyx_GIVEREF(__pyx_t_6); + __pyx_t_6 = 0; + __pyx_t_6 = PyDict_New(); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + if (PyDict_SetItem(__pyx_t_6, __pyx_n_s_dtype, __pyx_t_4) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_4 = __Pyx_PyObject_Call(__pyx_t_3, __pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + if (!(likely(((__pyx_t_4) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_4, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_11 = ((PyArrayObject *)__pyx_t_4); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer, (PyObject*)__pyx_t_11, &__Pyx_TypeInfo_nn___pyx_t_3ml2_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_parent_dts = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_parent_dts.diminfo[0].strides = __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_parent_dts.diminfo[0].shape = __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_11 = 0; + __pyx_v_parent_dts = ((PyArrayObject *)__pyx_t_4); + __pyx_t_4 = 0; + + /* "ml2.pyx":46 + * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] infectors = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< + * + * # loop through victims + */ + __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_n_s_zeros); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_4); + __Pyx_GIVEREF(__pyx_t_4); + __pyx_t_4 = 0; + __pyx_t_4 = PyDict_New(); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + if (PyDict_SetItem(__pyx_t_4, __pyx_n_s_dtype, __pyx_t_3) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_6, __pyx_t_5, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_12 = ((PyArrayObject *)__pyx_t_3); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_infectors.rcbuffer->pybuffer, (PyObject*)__pyx_t_12, &__Pyx_TypeInfo_nn___pyx_t_3ml2_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_infectors = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_infectors.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_infectors.diminfo[0].strides = __pyx_pybuffernd_infectors.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_infectors.diminfo[0].shape = __pyx_pybuffernd_infectors.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_12 = 0; + __pyx_v_infectors = ((PyArrayObject *)__pyx_t_3); + __pyx_t_3 = 0; + + /* "ml2.pyx":49 + * + * # loop through victims + * for i, parents in enumerate(victims.itervalues()): # <<<<<<<<<<<<<< + * # for each victim node i, compute the probability that all its parents + * # fail to infect it, also computes the probability that its most + */ + __pyx_t_13 = 0; + __pyx_t_2 = 0; + if (unlikely(__pyx_v_victims == Py_None)) { + PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "itervalues"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_4 = __Pyx_dict_iterator(__pyx_v_victims, 1, __pyx_n_s_itervalues, (&__pyx_t_1), (&__pyx_t_14)); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_XDECREF(__pyx_t_3); + __pyx_t_3 = __pyx_t_4; + __pyx_t_4 = 0; + while (1) { + __pyx_t_15 = __Pyx_dict_iter_next(__pyx_t_3, __pyx_t_1, &__pyx_t_2, NULL, &__pyx_t_4, NULL, __pyx_t_14); + if (unlikely(__pyx_t_15 == 0)) break; + if (unlikely(__pyx_t_15 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + if (!(likely(PyList_CheckExact(__pyx_t_4))||((__pyx_t_4) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "list", Py_TYPE(__pyx_t_4)->tp_name), 0))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_XDECREF_SET(__pyx_v_parents, ((PyObject*)__pyx_t_4)); + __pyx_t_4 = 0; + __pyx_v_i = __pyx_t_13; + __pyx_t_13 = (__pyx_t_13 + 1); + + /* "ml2.pyx":53 + * # fail to infect it, also computes the probability that its most + * # likely parent infects it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) + */ + __pyx_t_4 = PyList_New(0); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + + /* "ml2.pyx":54 + * # likely parent infects it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) + */ + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_5 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_5); __pyx_t_16 = 0; + for (;;) { + if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_5)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_6 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_16); __Pyx_INCREF(__pyx_t_6); __pyx_t_16++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_6 = PySequence_ITEM(__pyx_t_5, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_6))) || (PyList_CheckExact(__pyx_t_6))) { + PyObject* sequence = __pyx_t_6; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_21 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_22 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_17 = PyList_GET_ITEM(sequence, 0); + __pyx_t_18 = PyList_GET_ITEM(sequence, 1); + __pyx_t_19 = PyList_GET_ITEM(sequence, 2); + __pyx_t_20 = PyList_GET_ITEM(sequence, 3); + __pyx_t_21 = PyList_GET_ITEM(sequence, 4); + __pyx_t_22 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_17); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_20); + __Pyx_INCREF(__pyx_t_21); + __Pyx_INCREF(__pyx_t_22); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21,&__pyx_t_22}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21,&__pyx_t_22}; + __pyx_t_23 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_23)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_23); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_24 = Py_TYPE(__pyx_t_23)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_24(__pyx_t_23); if (unlikely(!item)) goto __pyx_L7_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_24(__pyx_t_23), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_24 = NULL; + __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; + goto __pyx_L8_unpacking_done; + __pyx_L7_unpacking_failed:; + __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; + __pyx_t_24 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L8_unpacking_done:; + } + __pyx_t_15 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_15 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; + __pyx_t_25 = __Pyx_PyInt_As_int(__pyx_t_19); if (unlikely((__pyx_t_25 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_19); __pyx_t_19 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_17); + __pyx_t_17 = 0; + __pyx_v_dist = __pyx_t_15; + __pyx_v_dt = __pyx_t_25; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_20); + __pyx_t_20 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_21); + __pyx_t_21 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_22); + __pyx_t_22 = 0; + + /* "ml2.pyx":53 + * # fail to infect it, also computes the probability that its most + * # likely parent infects it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) + */ + __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_6 = PyFloat_FromDouble(__pyx_f_3ml2_weight_failure(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda, __pyx_t_26, __pyx_t_27, __pyx_t_28)); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + if (unlikely(__Pyx_ListComp_Append(__pyx_t_4, (PyObject*)__pyx_t_6))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 53; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + + /* "ml2.pyx":54 + * # likely parent infects it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) + */ + } + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_XDECREF_SET(__pyx_v_failures, ((PyObject*)__pyx_t_4)); + __pyx_t_4 = 0; + + /* "ml2.pyx":55 + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) # <<<<<<<<<<<<<< + * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] + */ + __pyx_t_4 = PyTuple_New(1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_INCREF(__pyx_v_failures); + PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_v_failures); + __Pyx_GIVEREF(__pyx_v_failures); + __pyx_t_5 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_4, NULL); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_t_5); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __pyx_t_25 = __pyx_v_i; + if (__pyx_t_25 < 0) __pyx_t_25 += __pyx_pybuffernd_probs_fail.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.buf, __pyx_t_25, __pyx_pybuffernd_probs_fail.diminfo[0].strides) = __pyx_t_28; + + /* "ml2.pyx":56 + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + */ + __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + + /* "ml2.pyx":57 + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] + */ + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_4 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_4); __pyx_t_16 = 0; + for (;;) { + if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_4)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_6 = PyList_GET_ITEM(__pyx_t_4, __pyx_t_16); __Pyx_INCREF(__pyx_t_6); __pyx_t_16++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_6 = PySequence_ITEM(__pyx_t_4, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_6))) || (PyList_CheckExact(__pyx_t_6))) { + PyObject* sequence = __pyx_t_6; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_22 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_21 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_22 = PyList_GET_ITEM(sequence, 0); + __pyx_t_21 = PyList_GET_ITEM(sequence, 1); + __pyx_t_20 = PyList_GET_ITEM(sequence, 2); + __pyx_t_19 = PyList_GET_ITEM(sequence, 3); + __pyx_t_18 = PyList_GET_ITEM(sequence, 4); + __pyx_t_17 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_22); + __Pyx_INCREF(__pyx_t_21); + __Pyx_INCREF(__pyx_t_20); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_17); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_22,&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_22,&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17}; + __pyx_t_23 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_23)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_23); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_24 = Py_TYPE(__pyx_t_23)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_24(__pyx_t_23); if (unlikely(!item)) goto __pyx_L11_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_24(__pyx_t_23), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_24 = NULL; + __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; + goto __pyx_L12_unpacking_done; + __pyx_L11_unpacking_failed:; + __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; + __pyx_t_24 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L12_unpacking_done:; + } + __pyx_t_15 = __Pyx_PyInt_As_int(__pyx_t_21); if (unlikely((__pyx_t_15 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + __pyx_t_29 = __Pyx_PyInt_As_int(__pyx_t_20); if (unlikely((__pyx_t_29 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_20); __pyx_t_20 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_22); + __pyx_t_22 = 0; + __pyx_v_dist = __pyx_t_15; + __pyx_v_dt = __pyx_t_29; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_19); + __pyx_t_19 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_18); + __pyx_t_18 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_17); + __pyx_t_17 = 0; + + /* "ml2.pyx":56 + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + */ + __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_6 = PyFloat_FromDouble(__pyx_f_3ml2_weight_success(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda, __pyx_t_28, __pyx_t_27, __pyx_t_26)); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_6))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + + /* "ml2.pyx":57 + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] + */ + } + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_XDECREF_SET(__pyx_v_successes, ((PyObject*)__pyx_t_5)); + __pyx_t_5 = 0; + + /* "ml2.pyx":58 + * successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] + * prnts = [prnt for (prnt, dist, dt, w1, w2, w3) in parents] + */ + __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_4 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_4); __pyx_t_16 = 0; + for (;;) { + if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_4)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_6 = PyList_GET_ITEM(__pyx_t_4, __pyx_t_16); __Pyx_INCREF(__pyx_t_6); __pyx_t_16++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_6 = PySequence_ITEM(__pyx_t_4, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_6))) || (PyList_CheckExact(__pyx_t_6))) { + PyObject* sequence = __pyx_t_6; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_21 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_22 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_17 = PyList_GET_ITEM(sequence, 0); + __pyx_t_18 = PyList_GET_ITEM(sequence, 1); + __pyx_t_19 = PyList_GET_ITEM(sequence, 2); + __pyx_t_20 = PyList_GET_ITEM(sequence, 3); + __pyx_t_21 = PyList_GET_ITEM(sequence, 4); + __pyx_t_22 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_17); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_20); + __Pyx_INCREF(__pyx_t_21); + __Pyx_INCREF(__pyx_t_22); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21,&__pyx_t_22}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21,&__pyx_t_22}; + __pyx_t_23 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_23)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_23); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_24 = Py_TYPE(__pyx_t_23)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_24(__pyx_t_23); if (unlikely(!item)) goto __pyx_L15_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_24(__pyx_t_23), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_24 = NULL; + __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; + goto __pyx_L16_unpacking_done; + __pyx_L15_unpacking_failed:; + __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; + __pyx_t_24 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L16_unpacking_done:; + } + __pyx_t_29 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_29 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; + __pyx_t_15 = __Pyx_PyInt_As_int(__pyx_t_19); if (unlikely((__pyx_t_15 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_19); __pyx_t_19 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_17); + __pyx_t_17 = 0; + __pyx_v_dist = __pyx_t_29; + __pyx_v_dt = __pyx_t_15; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_20); + __pyx_t_20 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_21); + __pyx_t_21 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_22); + __pyx_t_22 = 0; + __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_dist); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_6))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + } + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_XDECREF_SET(__pyx_v_dists, ((PyObject*)__pyx_t_5)); + __pyx_t_5 = 0; + + /* "ml2.pyx":59 + * for (prnt, dist, dt, w1, w2, w3) in parents] + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * prnts = [prnt for (prnt, dist, dt, w1, w2, w3) in parents] + * # find parent that maximizes log(p) - log(\tilde{p}) + */ + __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_4 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_4); __pyx_t_16 = 0; + for (;;) { + if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_4)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_6 = PyList_GET_ITEM(__pyx_t_4, __pyx_t_16); __Pyx_INCREF(__pyx_t_6); __pyx_t_16++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_6 = PySequence_ITEM(__pyx_t_4, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_6))) || (PyList_CheckExact(__pyx_t_6))) { + PyObject* sequence = __pyx_t_6; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_22 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_21 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_22 = PyList_GET_ITEM(sequence, 0); + __pyx_t_21 = PyList_GET_ITEM(sequence, 1); + __pyx_t_20 = PyList_GET_ITEM(sequence, 2); + __pyx_t_19 = PyList_GET_ITEM(sequence, 3); + __pyx_t_18 = PyList_GET_ITEM(sequence, 4); + __pyx_t_17 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_22); + __Pyx_INCREF(__pyx_t_21); + __Pyx_INCREF(__pyx_t_20); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_17); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_22,&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_22,&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17}; + __pyx_t_23 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_23)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_23); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_24 = Py_TYPE(__pyx_t_23)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_24(__pyx_t_23); if (unlikely(!item)) goto __pyx_L19_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_24(__pyx_t_23), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_24 = NULL; + __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; + goto __pyx_L20_unpacking_done; + __pyx_L19_unpacking_failed:; + __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; + __pyx_t_24 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L20_unpacking_done:; + } + __pyx_t_15 = __Pyx_PyInt_As_int(__pyx_t_21); if (unlikely((__pyx_t_15 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + __pyx_t_29 = __Pyx_PyInt_As_int(__pyx_t_20); if (unlikely((__pyx_t_29 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_20); __pyx_t_20 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_22); + __pyx_t_22 = 0; + __pyx_v_dist = __pyx_t_15; + __pyx_v_dt = __pyx_t_29; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_19); + __pyx_t_19 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_18); + __pyx_t_18 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_17); + __pyx_t_17 = 0; + __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_dt); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_6))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + } + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_XDECREF_SET(__pyx_v_dts, ((PyObject*)__pyx_t_5)); + __pyx_t_5 = 0; + + /* "ml2.pyx":60 + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] + * prnts = [prnt for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * # find parent that maximizes log(p) - log(\tilde{p}) + * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) + */ + __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_4 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_4); __pyx_t_16 = 0; + for (;;) { + if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_4)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_6 = PyList_GET_ITEM(__pyx_t_4, __pyx_t_16); __Pyx_INCREF(__pyx_t_6); __pyx_t_16++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_6 = PySequence_ITEM(__pyx_t_4, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_6))) || (PyList_CheckExact(__pyx_t_6))) { + PyObject* sequence = __pyx_t_6; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_21 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_22 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_17 = PyList_GET_ITEM(sequence, 0); + __pyx_t_18 = PyList_GET_ITEM(sequence, 1); + __pyx_t_19 = PyList_GET_ITEM(sequence, 2); + __pyx_t_20 = PyList_GET_ITEM(sequence, 3); + __pyx_t_21 = PyList_GET_ITEM(sequence, 4); + __pyx_t_22 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_17); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_20); + __Pyx_INCREF(__pyx_t_21); + __Pyx_INCREF(__pyx_t_22); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21,&__pyx_t_22}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20,&__pyx_t_21,&__pyx_t_22}; + __pyx_t_23 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_23)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_23); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_24 = Py_TYPE(__pyx_t_23)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_24(__pyx_t_23); if (unlikely(!item)) goto __pyx_L23_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_24(__pyx_t_23), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_24 = NULL; + __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; + goto __pyx_L24_unpacking_done; + __pyx_L23_unpacking_failed:; + __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; + __pyx_t_24 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L24_unpacking_done:; + } + __pyx_t_29 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_29 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; + __pyx_t_15 = __Pyx_PyInt_As_int(__pyx_t_19); if (unlikely((__pyx_t_15 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_19); __pyx_t_19 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_17); + __pyx_t_17 = 0; + __pyx_v_dist = __pyx_t_29; + __pyx_v_dt = __pyx_t_15; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_20); + __pyx_t_20 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_21); + __pyx_t_21 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_22); + __pyx_t_22 = 0; + if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_v_prnt))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnts, ((PyObject*)__pyx_t_5)); + __pyx_t_5 = 0; + + /* "ml2.pyx":63 + * # find parent that maximizes log(p) - log(\tilde{p}) + * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) + * probs[i] = float("-inf") # <<<<<<<<<<<<<< + * for l, s in enumerate(successes): + * prob = s - failures[l] + */ + __pyx_t_30 = __Pyx_PyObject_AsDouble(__pyx_kp_s_inf); if (unlikely(__pyx_t_30 == ((double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 63; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_15 = __pyx_v_i; + if (__pyx_t_15 < 0) __pyx_t_15 += __pyx_pybuffernd_probs.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_15, __pyx_pybuffernd_probs.diminfo[0].strides) = __pyx_t_30; + + /* "ml2.pyx":64 + * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) + * probs[i] = float("-inf") + * for l, s in enumerate(successes): # <<<<<<<<<<<<<< + * prob = s - failures[l] + * if prob > probs[i]: + */ + __pyx_t_29 = 0; + __pyx_t_5 = __pyx_v_successes; __Pyx_INCREF(__pyx_t_5); __pyx_t_16 = 0; + for (;;) { + if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_5)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_4 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_16); __Pyx_INCREF(__pyx_t_4); __pyx_t_16++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_4 = PySequence_ITEM(__pyx_t_5, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + __Pyx_XDECREF_SET(__pyx_v_s, __pyx_t_4); + __pyx_t_4 = 0; + __pyx_v_l = __pyx_t_29; + __pyx_t_29 = (__pyx_t_29 + 1); + + /* "ml2.pyx":65 + * probs[i] = float("-inf") + * for l, s in enumerate(successes): + * prob = s - failures[l] # <<<<<<<<<<<<<< + * if prob > probs[i]: + * probs[i] = prob + */ + __pyx_t_4 = __Pyx_GetItemInt_List(__pyx_v_failures, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_4 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 65; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_6 = PyNumber_Subtract(__pyx_v_s, __pyx_t_4); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 65; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_XDECREF_SET(__pyx_v_prob, __pyx_t_6); + __pyx_t_6 = 0; + + /* "ml2.pyx":66 + * for l, s in enumerate(successes): + * prob = s - failures[l] + * if prob > probs[i]: # <<<<<<<<<<<<<< + * probs[i] = prob + * infectors[i] = prnts[l] + */ + __pyx_t_31 = __pyx_v_i; + if (__pyx_t_31 < 0) __pyx_t_31 += __pyx_pybuffernd_probs.diminfo[0].shape; + __pyx_t_6 = PyFloat_FromDouble((*__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_31, __pyx_pybuffernd_probs.diminfo[0].strides))); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 66; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_prob, __pyx_t_6, Py_GT); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 66; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_32 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_32 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 66; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_32) { + + /* "ml2.pyx":67 + * prob = s - failures[l] + * if prob > probs[i]: + * probs[i] = prob # <<<<<<<<<<<<<< + * infectors[i] = prnts[l] + * parent_dists[i] = dists[l] + */ + __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_prob); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 67; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_33 = __pyx_v_i; + if (__pyx_t_33 < 0) __pyx_t_33 += __pyx_pybuffernd_probs.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_33, __pyx_pybuffernd_probs.diminfo[0].strides) = __pyx_t_26; + + /* "ml2.pyx":68 + * if prob > probs[i]: + * probs[i] = prob + * infectors[i] = prnts[l] # <<<<<<<<<<<<<< + * parent_dists[i] = dists[l] + * parent_dts[i] = dts[l] + */ + __pyx_t_4 = __Pyx_GetItemInt_List(__pyx_v_prnts, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_4 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 68; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_t_4); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 68; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_34 = __pyx_v_i; + if (__pyx_t_34 < 0) __pyx_t_34 += __pyx_pybuffernd_infectors.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_infectors.rcbuffer->pybuffer.buf, __pyx_t_34, __pyx_pybuffernd_infectors.diminfo[0].strides) = __pyx_t_26; + + /* "ml2.pyx":69 + * probs[i] = prob + * infectors[i] = prnts[l] + * parent_dists[i] = dists[l] # <<<<<<<<<<<<<< + * parent_dts[i] = dts[l] + * + */ + __pyx_t_4 = __Pyx_GetItemInt_List(__pyx_v_dists, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_4 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_t_4); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_35 = __pyx_v_i; + if (__pyx_t_35 < 0) __pyx_t_35 += __pyx_pybuffernd_parent_dists.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.buf, __pyx_t_35, __pyx_pybuffernd_parent_dists.diminfo[0].strides) = __pyx_t_26; + + /* "ml2.pyx":70 + * infectors[i] = prnts[l] + * parent_dists[i] = dists[l] + * parent_dts[i] = dts[l] # <<<<<<<<<<<<<< + * + * # loop through non-victims + */ + __pyx_t_4 = __Pyx_GetItemInt_List(__pyx_v_dts, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_4 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 70; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_t_4); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 70; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_36 = __pyx_v_i; + if (__pyx_t_36 < 0) __pyx_t_36 += __pyx_pybuffernd_parent_dts.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.buf, __pyx_t_36, __pyx_pybuffernd_parent_dts.diminfo[0].strides) = __pyx_t_26; + goto __pyx_L27; + } + __pyx_L27:; + + /* "ml2.pyx":64 + * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) + * probs[i] = float("-inf") + * for l, s in enumerate(successes): # <<<<<<<<<<<<<< + * prob = s - failures[l] + * if prob > probs[i]: + */ + } + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + } + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + + /* "ml2.pyx":73 + * + * # loop through non-victims + * for i, parents in enumerate(non_victims.itervalues()): # <<<<<<<<<<<<<< + * # for each non victim node, compute the probability that all its + * # parents fail to infect it + */ + __pyx_t_13 = 0; + __pyx_t_1 = 0; + if (unlikely(__pyx_v_non_victims == Py_None)) { + PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "itervalues"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_5 = __Pyx_dict_iterator(__pyx_v_non_victims, 1, __pyx_n_s_itervalues, (&__pyx_t_2), (&__pyx_t_14)); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __Pyx_XDECREF(__pyx_t_3); + __pyx_t_3 = __pyx_t_5; + __pyx_t_5 = 0; + while (1) { + __pyx_t_29 = __Pyx_dict_iter_next(__pyx_t_3, __pyx_t_2, &__pyx_t_1, NULL, &__pyx_t_5, NULL, __pyx_t_14); + if (unlikely(__pyx_t_29 == 0)) break; + if (unlikely(__pyx_t_29 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + if (!(likely(PyList_CheckExact(__pyx_t_5))||((__pyx_t_5) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "list", Py_TYPE(__pyx_t_5)->tp_name), 0))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_XDECREF_SET(__pyx_v_parents, ((PyObject*)__pyx_t_5)); + __pyx_t_5 = 0; + __pyx_v_i = __pyx_t_13; + __pyx_t_13 = (__pyx_t_13 + 1); + + /* "ml2.pyx":76 + * # for each non victim node, compute the probability that all its + * # parents fail to infect it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_nv[i] = sum(failures) + */ + __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + + /* "ml2.pyx":77 + * # parents fail to infect it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * probs_nv[i] = sum(failures) + * + */ + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_4 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_4); __pyx_t_16 = 0; + for (;;) { + if (__pyx_t_16 >= PyList_GET_SIZE(__pyx_t_4)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_6 = PyList_GET_ITEM(__pyx_t_4, __pyx_t_16); __Pyx_INCREF(__pyx_t_6); __pyx_t_16++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_6 = PySequence_ITEM(__pyx_t_4, __pyx_t_16); __pyx_t_16++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_6))) || (PyList_CheckExact(__pyx_t_6))) { + PyObject* sequence = __pyx_t_6; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_22 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_21 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_22 = PyList_GET_ITEM(sequence, 0); + __pyx_t_21 = PyList_GET_ITEM(sequence, 1); + __pyx_t_20 = PyList_GET_ITEM(sequence, 2); + __pyx_t_19 = PyList_GET_ITEM(sequence, 3); + __pyx_t_18 = PyList_GET_ITEM(sequence, 4); + __pyx_t_17 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_22); + __Pyx_INCREF(__pyx_t_21); + __Pyx_INCREF(__pyx_t_20); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_17); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_22,&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_22,&__pyx_t_21,&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17}; + __pyx_t_23 = PyObject_GetIter(__pyx_t_6); if (unlikely(!__pyx_t_23)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_23); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_24 = Py_TYPE(__pyx_t_23)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_24(__pyx_t_23); if (unlikely(!item)) goto __pyx_L32_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_24(__pyx_t_23), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_24 = NULL; + __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; + goto __pyx_L33_unpacking_done; + __pyx_L32_unpacking_failed:; + __Pyx_DECREF(__pyx_t_23); __pyx_t_23 = 0; + __pyx_t_24 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L33_unpacking_done:; + } + __pyx_t_29 = __Pyx_PyInt_As_int(__pyx_t_21); if (unlikely((__pyx_t_29 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + __pyx_t_37 = __Pyx_PyInt_As_int(__pyx_t_20); if (unlikely((__pyx_t_37 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_20); __pyx_t_20 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_22); + __pyx_t_22 = 0; + __pyx_v_dist = __pyx_t_29; + __pyx_v_dt = __pyx_t_37; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_19); + __pyx_t_19 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_18); + __pyx_t_18 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_17); + __pyx_t_17 = 0; + + /* "ml2.pyx":76 + * # for each non victim node, compute the probability that all its + * # parents fail to infect it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_nv[i] = sum(failures) + */ + __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_27 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_27 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_6 = PyFloat_FromDouble(__pyx_f_3ml2_weight_failure(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_v_lmbda, __pyx_t_26, __pyx_t_27, __pyx_t_28)); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_6))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 76; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + + /* "ml2.pyx":77 + * # parents fail to infect it + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * probs_nv[i] = sum(failures) + * + */ + } + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_XDECREF_SET(__pyx_v_failures, ((PyObject*)__pyx_t_5)); + __pyx_t_5 = 0; + + /* "ml2.pyx":78 + * failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_nv[i] = sum(failures) # <<<<<<<<<<<<<< + * + * # calculate log likelihood + */ + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 78; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __Pyx_INCREF(__pyx_v_failures); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_v_failures); + __Pyx_GIVEREF(__pyx_v_failures); + __pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_5, NULL); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 78; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_t_4); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 78; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_37 = __pyx_v_i; + if (__pyx_t_37 < 0) __pyx_t_37 += __pyx_pybuffernd_probs_nv.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_3ml2_DTYPE_t *, __pyx_pybuffernd_probs_nv.rcbuffer->pybuffer.buf, __pyx_t_37, __pyx_pybuffernd_probs_nv.diminfo[0].strides) = __pyx_t_28; + } + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + + /* "ml2.pyx":81 + * + * # calculate log likelihood + * ll = probs_fail.sum() # add probability that all edges to victims fail # <<<<<<<<<<<<<< + * ll += probs_nv.sum() # add probability that all edges to non_victims fail + * ll += probs.sum() # add probability for realized edges and subtract probability these edges fail + */ + __pyx_t_4 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_probs_fail), __pyx_n_s_sum); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 81; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_5 = NULL; + if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_4))) { + __pyx_t_5 = PyMethod_GET_SELF(__pyx_t_4); + if (likely(__pyx_t_5)) { + PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4); + __Pyx_INCREF(__pyx_t_5); + __Pyx_INCREF(function); + __Pyx_DECREF_SET(__pyx_t_4, function); + } + } + if (__pyx_t_5) { + __pyx_t_3 = __Pyx_PyObject_CallOneArg(__pyx_t_4, __pyx_t_5); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 81; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + } else { + __pyx_t_3 = __Pyx_PyObject_CallNoArg(__pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 81; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_t_3); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 81; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_v_ll = __pyx_t_28; + + /* "ml2.pyx":82 + * # calculate log likelihood + * ll = probs_fail.sum() # add probability that all edges to victims fail + * ll += probs_nv.sum() # add probability that all edges to non_victims fail # <<<<<<<<<<<<<< + * ll += probs.sum() # add probability for realized edges and subtract probability these edges fail + * + */ + __pyx_t_3 = PyFloat_FromDouble(__pyx_v_ll); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_5 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_probs_nv), __pyx_n_s_sum); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __pyx_t_6 = NULL; + if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_5))) { + __pyx_t_6 = PyMethod_GET_SELF(__pyx_t_5); + if (likely(__pyx_t_6)) { + PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_5); + __Pyx_INCREF(__pyx_t_6); + __Pyx_INCREF(function); + __Pyx_DECREF_SET(__pyx_t_5, function); + } + } + if (__pyx_t_6) { + __pyx_t_4 = __Pyx_PyObject_CallOneArg(__pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + } else { + __pyx_t_4 = __Pyx_PyObject_CallNoArg(__pyx_t_5); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __pyx_t_5 = PyNumber_InPlaceAdd(__pyx_t_3, __pyx_t_4); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_t_5); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 82; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __pyx_v_ll = __pyx_t_28; + + /* "ml2.pyx":83 + * ll = probs_fail.sum() # add probability that all edges to victims fail + * ll += probs_nv.sum() # add probability that all edges to non_victims fail + * ll += probs.sum() # add probability for realized edges and subtract probability these edges fail # <<<<<<<<<<<<<< + * + * roots = n_roots + */ + __pyx_t_5 = PyFloat_FromDouble(__pyx_v_ll); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 83; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __pyx_t_3 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_probs), __pyx_n_s_sum); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 83; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_6 = NULL; + if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_3))) { + __pyx_t_6 = PyMethod_GET_SELF(__pyx_t_3); + if (likely(__pyx_t_6)) { + PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_3); + __Pyx_INCREF(__pyx_t_6); + __Pyx_INCREF(function); + __Pyx_DECREF_SET(__pyx_t_3, function); + } + } + if (__pyx_t_6) { + __pyx_t_4 = __Pyx_PyObject_CallOneArg(__pyx_t_3, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 83; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + } else { + __pyx_t_4 = __Pyx_PyObject_CallNoArg(__pyx_t_3); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 83; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = PyNumber_InPlaceAdd(__pyx_t_5, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 83; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_28 = __pyx_PyFloat_AsDouble(__pyx_t_3); if (unlikely((__pyx_t_28 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 83; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_v_ll = __pyx_t_28; + + /* "ml2.pyx":85 + * ll += probs.sum() # add probability for realized edges and subtract probability these edges fail + * + * roots = n_roots # <<<<<<<<<<<<<< + * # print n_nodes, n_roots, n_victims, max_i, roots + * # print parent_dists[1:100] + */ + __pyx_v_roots = __pyx_v_n_roots; + + /* "ml2.pyx":94 + * # print np.mean(parent_dts) + * + * with open('../../Results/infectors.csv', 'w') as infectors_file: # <<<<<<<<<<<<<< + * for i, infector in enumerate(infectors): + * infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) + */ + /*with:*/ { + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_open, __pyx_tuple_, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_38 = __Pyx_PyObject_LookupSpecial(__pyx_t_3, __pyx_n_s_exit); if (unlikely(!__pyx_t_38)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_38); + __pyx_t_5 = __Pyx_PyObject_LookupSpecial(__pyx_t_3, __pyx_n_s_enter); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L34_error;} + __Pyx_GOTREF(__pyx_t_5); + __pyx_t_6 = NULL; + if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_5))) { + __pyx_t_6 = PyMethod_GET_SELF(__pyx_t_5); + if (likely(__pyx_t_6)) { + PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_5); + __Pyx_INCREF(__pyx_t_6); + __Pyx_INCREF(function); + __Pyx_DECREF_SET(__pyx_t_5, function); + } + } + if (__pyx_t_6) { + __pyx_t_4 = __Pyx_PyObject_CallOneArg(__pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L34_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + } else { + __pyx_t_4 = __Pyx_PyObject_CallNoArg(__pyx_t_5); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L34_error;} + } + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __pyx_t_5 = __pyx_t_4; + __pyx_t_4 = 0; + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + /*try:*/ { + { + __Pyx_ExceptionSave(&__pyx_t_39, &__pyx_t_40, &__pyx_t_41); + __Pyx_XGOTREF(__pyx_t_39); + __Pyx_XGOTREF(__pyx_t_40); + __Pyx_XGOTREF(__pyx_t_41); + /*try:*/ { + __pyx_v_infectors_file = __pyx_t_5; + __pyx_t_5 = 0; + + /* "ml2.pyx":95 + * + * with open('../../Results/infectors.csv', 'w') as infectors_file: + * for i, infector in enumerate(infectors): # <<<<<<<<<<<<<< + * infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) + * return (lmbda, roots, ll) + */ + __pyx_t_13 = 0; + if (likely(PyList_CheckExact(((PyObject *)__pyx_v_infectors))) || PyTuple_CheckExact(((PyObject *)__pyx_v_infectors))) { + __pyx_t_5 = ((PyObject *)__pyx_v_infectors); __Pyx_INCREF(__pyx_t_5); __pyx_t_2 = 0; + __pyx_t_42 = NULL; + } else { + __pyx_t_2 = -1; __pyx_t_5 = PyObject_GetIter(((PyObject *)__pyx_v_infectors)); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 95; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + __Pyx_GOTREF(__pyx_t_5); + __pyx_t_42 = Py_TYPE(__pyx_t_5)->tp_iternext; if (unlikely(!__pyx_t_42)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 95; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + } + for (;;) { + if (likely(!__pyx_t_42)) { + if (likely(PyList_CheckExact(__pyx_t_5))) { + if (__pyx_t_2 >= PyList_GET_SIZE(__pyx_t_5)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_3 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 95; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + #else + __pyx_t_3 = PySequence_ITEM(__pyx_t_5, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 95; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + #endif + } else { + if (__pyx_t_2 >= PyTuple_GET_SIZE(__pyx_t_5)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_5, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 95; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + #else + __pyx_t_3 = PySequence_ITEM(__pyx_t_5, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 95; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + #endif + } + } else { + __pyx_t_3 = __pyx_t_42(__pyx_t_5); + if (unlikely(!__pyx_t_3)) { + PyObject* exc_type = PyErr_Occurred(); + if (exc_type) { + if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear(); + else {__pyx_filename = __pyx_f[0]; __pyx_lineno = 95; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + } + break; + } + __Pyx_GOTREF(__pyx_t_3); + } + __Pyx_XDECREF_SET(__pyx_v_infector, __pyx_t_3); + __pyx_t_3 = 0; + __pyx_v_i = __pyx_t_13; + __pyx_t_13 = (__pyx_t_13 + 1); + + /* "ml2.pyx":96 + * with open('../../Results/infectors.csv', 'w') as infectors_file: + * for i, infector in enumerate(infectors): + * infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) # <<<<<<<<<<<<<< + * return (lmbda, roots, ll) + */ + __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_v_infectors_file, __pyx_n_s_write); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + __Pyx_GOTREF(__pyx_t_4); + if (unlikely(__pyx_v_victims == Py_None)) { + PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "keys"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + } + __pyx_t_6 = __Pyx_PyDict_Keys(__pyx_v_victims); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_17 = __Pyx_GetItemInt(__pyx_t_6, __pyx_v_i, int, 1, __Pyx_PyInt_From_int, 0, 1, 0); if (unlikely(__pyx_t_17 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;}; + __Pyx_GOTREF(__pyx_t_17); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_6 = PyTuple_New(2); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + __Pyx_GOTREF(__pyx_t_6); + PyTuple_SET_ITEM(__pyx_t_6, 0, __pyx_t_17); + __Pyx_GIVEREF(__pyx_t_17); + __Pyx_INCREF(__pyx_v_infector); + PyTuple_SET_ITEM(__pyx_t_6, 1, __pyx_v_infector); + __Pyx_GIVEREF(__pyx_v_infector); + __pyx_t_17 = 0; + __pyx_t_17 = __Pyx_PyString_Format(__pyx_kp_s_s_s, __pyx_t_6); if (unlikely(!__pyx_t_17)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + __Pyx_GOTREF(__pyx_t_17); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_6 = NULL; + if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_4))) { + __pyx_t_6 = PyMethod_GET_SELF(__pyx_t_4); + if (likely(__pyx_t_6)) { + PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_4); + __Pyx_INCREF(__pyx_t_6); + __Pyx_INCREF(function); + __Pyx_DECREF_SET(__pyx_t_4, function); + } + } + if (!__pyx_t_6) { + __pyx_t_3 = __Pyx_PyObject_CallOneArg(__pyx_t_4, __pyx_t_17); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + __Pyx_DECREF(__pyx_t_17); __pyx_t_17 = 0; + __Pyx_GOTREF(__pyx_t_3); + } else { + __pyx_t_18 = PyTuple_New(1+1); if (unlikely(!__pyx_t_18)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + __Pyx_GOTREF(__pyx_t_18); + PyTuple_SET_ITEM(__pyx_t_18, 0, __pyx_t_6); __Pyx_GIVEREF(__pyx_t_6); __pyx_t_6 = NULL; + PyTuple_SET_ITEM(__pyx_t_18, 0+1, __pyx_t_17); + __Pyx_GIVEREF(__pyx_t_17); + __pyx_t_17 = 0; + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_18, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 96; __pyx_clineno = __LINE__; goto __pyx_L38_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; + } + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + + /* "ml2.pyx":95 + * + * with open('../../Results/infectors.csv', 'w') as infectors_file: + * for i, infector in enumerate(infectors): # <<<<<<<<<<<<<< + * infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) + * return (lmbda, roots, ll) + */ + } + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + } + __Pyx_XDECREF(__pyx_t_39); __pyx_t_39 = 0; + __Pyx_XDECREF(__pyx_t_40); __pyx_t_40 = 0; + __Pyx_XDECREF(__pyx_t_41); __pyx_t_41 = 0; + goto __pyx_L45_try_end; + __pyx_L38_error:; + __Pyx_XDECREF(__pyx_t_23); __pyx_t_23 = 0; + __Pyx_XDECREF(__pyx_t_22); __pyx_t_22 = 0; + __Pyx_XDECREF(__pyx_t_21); __pyx_t_21 = 0; + __Pyx_XDECREF(__pyx_t_20); __pyx_t_20 = 0; + __Pyx_XDECREF(__pyx_t_19); __pyx_t_19 = 0; + __Pyx_XDECREF(__pyx_t_6); __pyx_t_6 = 0; + __Pyx_XDECREF(__pyx_t_17); __pyx_t_17 = 0; + __Pyx_XDECREF(__pyx_t_18); __pyx_t_18 = 0; + __Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0; + + /* "ml2.pyx":94 + * # print np.mean(parent_dts) + * + * with open('../../Results/infectors.csv', 'w') as infectors_file: # <<<<<<<<<<<<<< + * for i, infector in enumerate(infectors): + * infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) + */ + /*except:*/ { + __Pyx_AddTraceback("ml2.ml2", __pyx_clineno, __pyx_lineno, __pyx_filename); + if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_3, &__pyx_t_4) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L40_except_error;} + __Pyx_GOTREF(__pyx_t_5); + __Pyx_GOTREF(__pyx_t_3); + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_18 = PyTuple_Pack(3, __pyx_t_5, __pyx_t_3, __pyx_t_4); if (unlikely(!__pyx_t_18)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L40_except_error;} + __Pyx_GOTREF(__pyx_t_18); + __pyx_t_43 = __Pyx_PyObject_Call(__pyx_t_38, __pyx_t_18, NULL); + __Pyx_DECREF(__pyx_t_38); __pyx_t_38 = 0; + __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; + if (unlikely(!__pyx_t_43)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L40_except_error;} + __Pyx_GOTREF(__pyx_t_43); + __pyx_t_32 = __Pyx_PyObject_IsTrue(__pyx_t_43); + __Pyx_DECREF(__pyx_t_43); __pyx_t_43 = 0; + if (__pyx_t_32 < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L40_except_error;} + __pyx_t_44 = ((!(__pyx_t_32 != 0)) != 0); + if (__pyx_t_44) { + __Pyx_GIVEREF(__pyx_t_5); + __Pyx_GIVEREF(__pyx_t_3); + __Pyx_XGIVEREF(__pyx_t_4); + __Pyx_ErrRestore(__pyx_t_5, __pyx_t_3, __pyx_t_4); + __pyx_t_5 = 0; __pyx_t_3 = 0; __pyx_t_4 = 0; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L40_except_error;} + } + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + goto __pyx_L39_exception_handled; + } + __pyx_L40_except_error:; + __Pyx_XGIVEREF(__pyx_t_39); + __Pyx_XGIVEREF(__pyx_t_40); + __Pyx_XGIVEREF(__pyx_t_41); + __Pyx_ExceptionReset(__pyx_t_39, __pyx_t_40, __pyx_t_41); + goto __pyx_L1_error; + __pyx_L39_exception_handled:; + __Pyx_XGIVEREF(__pyx_t_39); + __Pyx_XGIVEREF(__pyx_t_40); + __Pyx_XGIVEREF(__pyx_t_41); + __Pyx_ExceptionReset(__pyx_t_39, __pyx_t_40, __pyx_t_41); + __pyx_L45_try_end:; + } + } + /*finally:*/ { + /*normal exit:*/{ + if (__pyx_t_38) { + __pyx_t_41 = __Pyx_PyObject_Call(__pyx_t_38, __pyx_tuple__2, NULL); + __Pyx_DECREF(__pyx_t_38); __pyx_t_38 = 0; + if (unlikely(!__pyx_t_41)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_41); + __Pyx_DECREF(__pyx_t_41); __pyx_t_41 = 0; + } + goto __pyx_L37; + } + __pyx_L37:; + } + goto __pyx_L51; + __pyx_L34_error:; + __Pyx_DECREF(__pyx_t_38); __pyx_t_38 = 0; + goto __pyx_L1_error; + __pyx_L51:; + } + + /* "ml2.pyx":97 + * for i, infector in enumerate(infectors): + * infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) + * return (lmbda, roots, ll) # <<<<<<<<<<<<<< + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_4 = PyFloat_FromDouble(__pyx_v_lmbda); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 97; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_roots); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 97; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_5 = PyFloat_FromDouble(__pyx_v_ll); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 97; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __pyx_t_18 = PyTuple_New(3); if (unlikely(!__pyx_t_18)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 97; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_18); + PyTuple_SET_ITEM(__pyx_t_18, 0, __pyx_t_4); + __Pyx_GIVEREF(__pyx_t_4); + PyTuple_SET_ITEM(__pyx_t_18, 1, __pyx_t_3); + __Pyx_GIVEREF(__pyx_t_3); + PyTuple_SET_ITEM(__pyx_t_18, 2, __pyx_t_5); + __Pyx_GIVEREF(__pyx_t_5); + __pyx_t_4 = 0; + __pyx_t_3 = 0; + __pyx_t_5 = 0; + __pyx_r = __pyx_t_18; + __pyx_t_18 = 0; + goto __pyx_L0; + + /* "ml2.pyx":33 + * return result + * + * def ml2(dict root_victims, dict victims, dict non_victims, # <<<<<<<<<<<<<< + * DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): + * cdef: + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_3); + __Pyx_XDECREF(__pyx_t_4); + __Pyx_XDECREF(__pyx_t_5); + __Pyx_XDECREF(__pyx_t_6); + __Pyx_XDECREF(__pyx_t_17); + __Pyx_XDECREF(__pyx_t_18); + __Pyx_XDECREF(__pyx_t_19); + __Pyx_XDECREF(__pyx_t_20); + __Pyx_XDECREF(__pyx_t_21); + __Pyx_XDECREF(__pyx_t_22); + __Pyx_XDECREF(__pyx_t_23); + { PyObject *__pyx_type, *__pyx_value, *__pyx_tb; + __Pyx_ErrFetch(&__pyx_type, &__pyx_value, &__pyx_tb); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_infectors.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dists.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_nv.rcbuffer->pybuffer); + __Pyx_ErrRestore(__pyx_type, __pyx_value, __pyx_tb);} + __Pyx_AddTraceback("ml2.ml2", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = NULL; + goto __pyx_L2; + __pyx_L0:; + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_infectors.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dists.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_nv.rcbuffer->pybuffer); + __pyx_L2:; + __Pyx_XDECREF(__pyx_v_parents); + __Pyx_XDECREF(__pyx_v_failures); + __Pyx_XDECREF(__pyx_v_successes); + __Pyx_XDECREF((PyObject *)__pyx_v_probs); + __Pyx_XDECREF((PyObject *)__pyx_v_probs_fail); + __Pyx_XDECREF((PyObject *)__pyx_v_probs_nv); + __Pyx_XDECREF((PyObject *)__pyx_v_parent_dists); + __Pyx_XDECREF((PyObject *)__pyx_v_parent_dts); + __Pyx_XDECREF((PyObject *)__pyx_v_infectors); + __Pyx_XDECREF(__pyx_v_dists); + __Pyx_XDECREF(__pyx_v_dts); + __Pyx_XDECREF(__pyx_v_prnts); + __Pyx_XDECREF(__pyx_v_s); + __Pyx_XDECREF(__pyx_v_prob); + __Pyx_XDECREF(__pyx_v_infectors_file); + __Pyx_XDECREF(__pyx_v_infector); + __Pyx_XDECREF(__pyx_v_prnt); + __Pyx_XDECREF(__pyx_v_w1); + __Pyx_XDECREF(__pyx_v_w2); + __Pyx_XDECREF(__pyx_v_w3); + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":197 + * # experimental exception made for __getbuffer__ and __releasebuffer__ + * # -- the details of this may change. + * def __getbuffer__(ndarray self, Py_buffer* info, int flags): # <<<<<<<<<<<<<< + * # This implementation of getbuffer is geared towards Cython + * # requirements, and does not yet fullfill the PEP. + */ + +/* Python wrapper */ +static CYTHON_UNUSED int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /*proto*/ +static CYTHON_UNUSED int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) { + int __pyx_r; + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("__getbuffer__ (wrapper)", 0); + __pyx_r = __pyx_pf_5numpy_7ndarray___getbuffer__(((PyArrayObject *)__pyx_v_self), ((Py_buffer *)__pyx_v_info), ((int)__pyx_v_flags)); + + /* function exit code */ + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +static int __pyx_pf_5numpy_7ndarray___getbuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) { + int __pyx_v_copy_shape; + int __pyx_v_i; + int __pyx_v_ndim; + int __pyx_v_endian_detector; + int __pyx_v_little_endian; + int __pyx_v_t; + char *__pyx_v_f; + PyArray_Descr *__pyx_v_descr = 0; + int __pyx_v_offset; + int __pyx_v_hasfields; + int __pyx_r; + __Pyx_RefNannyDeclarations + int __pyx_t_1; + int __pyx_t_2; + PyObject *__pyx_t_3 = NULL; + int __pyx_t_4; + int __pyx_t_5; + PyObject *__pyx_t_6 = NULL; + char *__pyx_t_7; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("__getbuffer__", 0); + if (__pyx_v_info != NULL) { + __pyx_v_info->obj = Py_None; __Pyx_INCREF(Py_None); + __Pyx_GIVEREF(__pyx_v_info->obj); + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":203 + * # of flags + * + * if info == NULL: return # <<<<<<<<<<<<<< + * + * cdef int copy_shape, i, ndim + */ + __pyx_t_1 = ((__pyx_v_info == NULL) != 0); + if (__pyx_t_1) { + __pyx_r = 0; + goto __pyx_L0; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":206 + * + * cdef int copy_shape, i, ndim + * cdef int endian_detector = 1 # <<<<<<<<<<<<<< + * cdef bint little_endian = ((&endian_detector)[0] != 0) + * + */ + __pyx_v_endian_detector = 1; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":207 + * cdef int copy_shape, i, ndim + * cdef int endian_detector = 1 + * cdef bint little_endian = ((&endian_detector)[0] != 0) # <<<<<<<<<<<<<< + * + * ndim = PyArray_NDIM(self) + */ + __pyx_v_little_endian = ((((char *)(&__pyx_v_endian_detector))[0]) != 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":209 + * cdef bint little_endian = ((&endian_detector)[0] != 0) + * + * ndim = PyArray_NDIM(self) # <<<<<<<<<<<<<< + * + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + */ + __pyx_v_ndim = PyArray_NDIM(__pyx_v_self); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":211 + * ndim = PyArray_NDIM(self) + * + * if sizeof(npy_intp) != sizeof(Py_ssize_t): # <<<<<<<<<<<<<< + * copy_shape = 1 + * else: + */ + __pyx_t_1 = (((sizeof(npy_intp)) != (sizeof(Py_ssize_t))) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":212 + * + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + * copy_shape = 1 # <<<<<<<<<<<<<< + * else: + * copy_shape = 0 + */ + __pyx_v_copy_shape = 1; + goto __pyx_L4; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":214 + * copy_shape = 1 + * else: + * copy_shape = 0 # <<<<<<<<<<<<<< + * + * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) + */ + __pyx_v_copy_shape = 0; + } + __pyx_L4:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":216 + * copy_shape = 0 + * + * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) # <<<<<<<<<<<<<< + * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): + * raise ValueError(u"ndarray is not C contiguous") + */ + __pyx_t_2 = (((__pyx_v_flags & PyBUF_C_CONTIGUOUS) == PyBUF_C_CONTIGUOUS) != 0); + if (__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L6_bool_binop_done; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":217 + * + * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) + * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): # <<<<<<<<<<<<<< + * raise ValueError(u"ndarray is not C contiguous") + * + */ + __pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_C_CONTIGUOUS) != 0)) != 0); + __pyx_t_1 = __pyx_t_2; + __pyx_L6_bool_binop_done:; + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":218 + * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) + * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): + * raise ValueError(u"ndarray is not C contiguous") # <<<<<<<<<<<<<< + * + * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__3, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":220 + * raise ValueError(u"ndarray is not C contiguous") + * + * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) # <<<<<<<<<<<<<< + * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): + * raise ValueError(u"ndarray is not Fortran contiguous") + */ + __pyx_t_2 = (((__pyx_v_flags & PyBUF_F_CONTIGUOUS) == PyBUF_F_CONTIGUOUS) != 0); + if (__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L9_bool_binop_done; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":221 + * + * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) + * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): # <<<<<<<<<<<<<< + * raise ValueError(u"ndarray is not Fortran contiguous") + * + */ + __pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_F_CONTIGUOUS) != 0)) != 0); + __pyx_t_1 = __pyx_t_2; + __pyx_L9_bool_binop_done:; + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":222 + * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) + * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): + * raise ValueError(u"ndarray is not Fortran contiguous") # <<<<<<<<<<<<<< + * + * info.buf = PyArray_DATA(self) + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__4, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 222; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 222; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":224 + * raise ValueError(u"ndarray is not Fortran contiguous") + * + * info.buf = PyArray_DATA(self) # <<<<<<<<<<<<<< + * info.ndim = ndim + * if copy_shape: + */ + __pyx_v_info->buf = PyArray_DATA(__pyx_v_self); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":225 + * + * info.buf = PyArray_DATA(self) + * info.ndim = ndim # <<<<<<<<<<<<<< + * if copy_shape: + * # Allocate new buffer for strides and shape info. + */ + __pyx_v_info->ndim = __pyx_v_ndim; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":226 + * info.buf = PyArray_DATA(self) + * info.ndim = ndim + * if copy_shape: # <<<<<<<<<<<<<< + * # Allocate new buffer for strides and shape info. + * # This is allocated as one block, strides first. + */ + __pyx_t_1 = (__pyx_v_copy_shape != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":229 + * # Allocate new buffer for strides and shape info. + * # This is allocated as one block, strides first. + * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) # <<<<<<<<<<<<<< + * info.shape = info.strides + ndim + * for i in range(ndim): + */ + __pyx_v_info->strides = ((Py_ssize_t *)malloc((((sizeof(Py_ssize_t)) * ((size_t)__pyx_v_ndim)) * 2))); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":230 + * # This is allocated as one block, strides first. + * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) + * info.shape = info.strides + ndim # <<<<<<<<<<<<<< + * for i in range(ndim): + * info.strides[i] = PyArray_STRIDES(self)[i] + */ + __pyx_v_info->shape = (__pyx_v_info->strides + __pyx_v_ndim); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":231 + * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) + * info.shape = info.strides + ndim + * for i in range(ndim): # <<<<<<<<<<<<<< + * info.strides[i] = PyArray_STRIDES(self)[i] + * info.shape[i] = PyArray_DIMS(self)[i] + */ + __pyx_t_4 = __pyx_v_ndim; + for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { + __pyx_v_i = __pyx_t_5; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":232 + * info.shape = info.strides + ndim + * for i in range(ndim): + * info.strides[i] = PyArray_STRIDES(self)[i] # <<<<<<<<<<<<<< + * info.shape[i] = PyArray_DIMS(self)[i] + * else: + */ + (__pyx_v_info->strides[__pyx_v_i]) = (PyArray_STRIDES(__pyx_v_self)[__pyx_v_i]); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":233 + * for i in range(ndim): + * info.strides[i] = PyArray_STRIDES(self)[i] + * info.shape[i] = PyArray_DIMS(self)[i] # <<<<<<<<<<<<<< + * else: + * info.strides = PyArray_STRIDES(self) + */ + (__pyx_v_info->shape[__pyx_v_i]) = (PyArray_DIMS(__pyx_v_self)[__pyx_v_i]); + } + goto __pyx_L11; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":235 + * info.shape[i] = PyArray_DIMS(self)[i] + * else: + * info.strides = PyArray_STRIDES(self) # <<<<<<<<<<<<<< + * info.shape = PyArray_DIMS(self) + * info.suboffsets = NULL + */ + __pyx_v_info->strides = ((Py_ssize_t *)PyArray_STRIDES(__pyx_v_self)); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":236 + * else: + * info.strides = PyArray_STRIDES(self) + * info.shape = PyArray_DIMS(self) # <<<<<<<<<<<<<< + * info.suboffsets = NULL + * info.itemsize = PyArray_ITEMSIZE(self) + */ + __pyx_v_info->shape = ((Py_ssize_t *)PyArray_DIMS(__pyx_v_self)); + } + __pyx_L11:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":237 + * info.strides = PyArray_STRIDES(self) + * info.shape = PyArray_DIMS(self) + * info.suboffsets = NULL # <<<<<<<<<<<<<< + * info.itemsize = PyArray_ITEMSIZE(self) + * info.readonly = not PyArray_ISWRITEABLE(self) + */ + __pyx_v_info->suboffsets = NULL; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":238 + * info.shape = PyArray_DIMS(self) + * info.suboffsets = NULL + * info.itemsize = PyArray_ITEMSIZE(self) # <<<<<<<<<<<<<< + * info.readonly = not PyArray_ISWRITEABLE(self) + * + */ + __pyx_v_info->itemsize = PyArray_ITEMSIZE(__pyx_v_self); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":239 + * info.suboffsets = NULL + * info.itemsize = PyArray_ITEMSIZE(self) + * info.readonly = not PyArray_ISWRITEABLE(self) # <<<<<<<<<<<<<< + * + * cdef int t + */ + __pyx_v_info->readonly = (!(PyArray_ISWRITEABLE(__pyx_v_self) != 0)); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":242 + * + * cdef int t + * cdef char* f = NULL # <<<<<<<<<<<<<< + * cdef dtype descr = self.descr + * cdef list stack + */ + __pyx_v_f = NULL; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":243 + * cdef int t + * cdef char* f = NULL + * cdef dtype descr = self.descr # <<<<<<<<<<<<<< + * cdef list stack + * cdef int offset + */ + __pyx_t_3 = ((PyObject *)__pyx_v_self->descr); + __Pyx_INCREF(__pyx_t_3); + __pyx_v_descr = ((PyArray_Descr *)__pyx_t_3); + __pyx_t_3 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":247 + * cdef int offset + * + * cdef bint hasfields = PyDataType_HASFIELDS(descr) # <<<<<<<<<<<<<< + * + * if not hasfields and not copy_shape: + */ + __pyx_v_hasfields = PyDataType_HASFIELDS(__pyx_v_descr); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":249 + * cdef bint hasfields = PyDataType_HASFIELDS(descr) + * + * if not hasfields and not copy_shape: # <<<<<<<<<<<<<< + * # do not call releasebuffer + * info.obj = None + */ + __pyx_t_2 = ((!(__pyx_v_hasfields != 0)) != 0); + if (__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L15_bool_binop_done; + } + __pyx_t_2 = ((!(__pyx_v_copy_shape != 0)) != 0); + __pyx_t_1 = __pyx_t_2; + __pyx_L15_bool_binop_done:; + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":251 + * if not hasfields and not copy_shape: + * # do not call releasebuffer + * info.obj = None # <<<<<<<<<<<<<< + * else: + * # need to call releasebuffer + */ + __Pyx_INCREF(Py_None); + __Pyx_GIVEREF(Py_None); + __Pyx_GOTREF(__pyx_v_info->obj); + __Pyx_DECREF(__pyx_v_info->obj); + __pyx_v_info->obj = Py_None; + goto __pyx_L14; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":254 + * else: + * # need to call releasebuffer + * info.obj = self # <<<<<<<<<<<<<< + * + * if not hasfields: + */ + __Pyx_INCREF(((PyObject *)__pyx_v_self)); + __Pyx_GIVEREF(((PyObject *)__pyx_v_self)); + __Pyx_GOTREF(__pyx_v_info->obj); + __Pyx_DECREF(__pyx_v_info->obj); + __pyx_v_info->obj = ((PyObject *)__pyx_v_self); + } + __pyx_L14:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":256 + * info.obj = self + * + * if not hasfields: # <<<<<<<<<<<<<< + * t = descr.type_num + * if ((descr.byteorder == c'>' and little_endian) or + */ + __pyx_t_1 = ((!(__pyx_v_hasfields != 0)) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":257 + * + * if not hasfields: + * t = descr.type_num # <<<<<<<<<<<<<< + * if ((descr.byteorder == c'>' and little_endian) or + * (descr.byteorder == c'<' and not little_endian)): + */ + __pyx_t_4 = __pyx_v_descr->type_num; + __pyx_v_t = __pyx_t_4; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":258 + * if not hasfields: + * t = descr.type_num + * if ((descr.byteorder == c'>' and little_endian) or # <<<<<<<<<<<<<< + * (descr.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") + */ + __pyx_t_2 = ((__pyx_v_descr->byteorder == '>') != 0); + if (!__pyx_t_2) { + goto __pyx_L20_next_or; + } else { + } + __pyx_t_2 = (__pyx_v_little_endian != 0); + if (!__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L19_bool_binop_done; + } + __pyx_L20_next_or:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":259 + * t = descr.type_num + * if ((descr.byteorder == c'>' and little_endian) or + * (descr.byteorder == c'<' and not little_endian)): # <<<<<<<<<<<<<< + * raise ValueError(u"Non-native byte order not supported") + * if t == NPY_BYTE: f = "b" + */ + __pyx_t_2 = ((__pyx_v_descr->byteorder == '<') != 0); + if (__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L19_bool_binop_done; + } + __pyx_t_2 = ((!(__pyx_v_little_endian != 0)) != 0); + __pyx_t_1 = __pyx_t_2; + __pyx_L19_bool_binop_done:; + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":260 + * if ((descr.byteorder == c'>' and little_endian) or + * (descr.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< + * if t == NPY_BYTE: f = "b" + * elif t == NPY_UBYTE: f = "B" + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__5, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":277 + * elif t == NPY_CDOUBLE: f = "Zd" + * elif t == NPY_CLONGDOUBLE: f = "Zg" + * elif t == NPY_OBJECT: f = "O" # <<<<<<<<<<<<<< + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + */ + switch (__pyx_v_t) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":261 + * (descr.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") + * if t == NPY_BYTE: f = "b" # <<<<<<<<<<<<<< + * elif t == NPY_UBYTE: f = "B" + * elif t == NPY_SHORT: f = "h" + */ + case NPY_BYTE: + __pyx_v_f = __pyx_k_b; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":262 + * raise ValueError(u"Non-native byte order not supported") + * if t == NPY_BYTE: f = "b" + * elif t == NPY_UBYTE: f = "B" # <<<<<<<<<<<<<< + * elif t == NPY_SHORT: f = "h" + * elif t == NPY_USHORT: f = "H" + */ + case NPY_UBYTE: + __pyx_v_f = __pyx_k_B; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":263 + * if t == NPY_BYTE: f = "b" + * elif t == NPY_UBYTE: f = "B" + * elif t == NPY_SHORT: f = "h" # <<<<<<<<<<<<<< + * elif t == NPY_USHORT: f = "H" + * elif t == NPY_INT: f = "i" + */ + case NPY_SHORT: + __pyx_v_f = __pyx_k_h; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":264 + * elif t == NPY_UBYTE: f = "B" + * elif t == NPY_SHORT: f = "h" + * elif t == NPY_USHORT: f = "H" # <<<<<<<<<<<<<< + * elif t == NPY_INT: f = "i" + * elif t == NPY_UINT: f = "I" + */ + case NPY_USHORT: + __pyx_v_f = __pyx_k_H; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":265 + * elif t == NPY_SHORT: f = "h" + * elif t == NPY_USHORT: f = "H" + * elif t == NPY_INT: f = "i" # <<<<<<<<<<<<<< + * elif t == NPY_UINT: f = "I" + * elif t == NPY_LONG: f = "l" + */ + case NPY_INT: + __pyx_v_f = __pyx_k_i; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":266 + * elif t == NPY_USHORT: f = "H" + * elif t == NPY_INT: f = "i" + * elif t == NPY_UINT: f = "I" # <<<<<<<<<<<<<< + * elif t == NPY_LONG: f = "l" + * elif t == NPY_ULONG: f = "L" + */ + case NPY_UINT: + __pyx_v_f = __pyx_k_I; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":267 + * elif t == NPY_INT: f = "i" + * elif t == NPY_UINT: f = "I" + * elif t == NPY_LONG: f = "l" # <<<<<<<<<<<<<< + * elif t == NPY_ULONG: f = "L" + * elif t == NPY_LONGLONG: f = "q" + */ + case NPY_LONG: + __pyx_v_f = __pyx_k_l; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":268 + * elif t == NPY_UINT: f = "I" + * elif t == NPY_LONG: f = "l" + * elif t == NPY_ULONG: f = "L" # <<<<<<<<<<<<<< + * elif t == NPY_LONGLONG: f = "q" + * elif t == NPY_ULONGLONG: f = "Q" + */ + case NPY_ULONG: + __pyx_v_f = __pyx_k_L; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":269 + * elif t == NPY_LONG: f = "l" + * elif t == NPY_ULONG: f = "L" + * elif t == NPY_LONGLONG: f = "q" # <<<<<<<<<<<<<< + * elif t == NPY_ULONGLONG: f = "Q" + * elif t == NPY_FLOAT: f = "f" + */ + case NPY_LONGLONG: + __pyx_v_f = __pyx_k_q; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":270 + * elif t == NPY_ULONG: f = "L" + * elif t == NPY_LONGLONG: f = "q" + * elif t == NPY_ULONGLONG: f = "Q" # <<<<<<<<<<<<<< + * elif t == NPY_FLOAT: f = "f" + * elif t == NPY_DOUBLE: f = "d" + */ + case NPY_ULONGLONG: + __pyx_v_f = __pyx_k_Q; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":271 + * elif t == NPY_LONGLONG: f = "q" + * elif t == NPY_ULONGLONG: f = "Q" + * elif t == NPY_FLOAT: f = "f" # <<<<<<<<<<<<<< + * elif t == NPY_DOUBLE: f = "d" + * elif t == NPY_LONGDOUBLE: f = "g" + */ + case NPY_FLOAT: + __pyx_v_f = __pyx_k_f; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":272 + * elif t == NPY_ULONGLONG: f = "Q" + * elif t == NPY_FLOAT: f = "f" + * elif t == NPY_DOUBLE: f = "d" # <<<<<<<<<<<<<< + * elif t == NPY_LONGDOUBLE: f = "g" + * elif t == NPY_CFLOAT: f = "Zf" + */ + case NPY_DOUBLE: + __pyx_v_f = __pyx_k_d; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":273 + * elif t == NPY_FLOAT: f = "f" + * elif t == NPY_DOUBLE: f = "d" + * elif t == NPY_LONGDOUBLE: f = "g" # <<<<<<<<<<<<<< + * elif t == NPY_CFLOAT: f = "Zf" + * elif t == NPY_CDOUBLE: f = "Zd" + */ + case NPY_LONGDOUBLE: + __pyx_v_f = __pyx_k_g; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":274 + * elif t == NPY_DOUBLE: f = "d" + * elif t == NPY_LONGDOUBLE: f = "g" + * elif t == NPY_CFLOAT: f = "Zf" # <<<<<<<<<<<<<< + * elif t == NPY_CDOUBLE: f = "Zd" + * elif t == NPY_CLONGDOUBLE: f = "Zg" + */ + case NPY_CFLOAT: + __pyx_v_f = __pyx_k_Zf; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":275 + * elif t == NPY_LONGDOUBLE: f = "g" + * elif t == NPY_CFLOAT: f = "Zf" + * elif t == NPY_CDOUBLE: f = "Zd" # <<<<<<<<<<<<<< + * elif t == NPY_CLONGDOUBLE: f = "Zg" + * elif t == NPY_OBJECT: f = "O" + */ + case NPY_CDOUBLE: + __pyx_v_f = __pyx_k_Zd; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":276 + * elif t == NPY_CFLOAT: f = "Zf" + * elif t == NPY_CDOUBLE: f = "Zd" + * elif t == NPY_CLONGDOUBLE: f = "Zg" # <<<<<<<<<<<<<< + * elif t == NPY_OBJECT: f = "O" + * else: + */ + case NPY_CLONGDOUBLE: + __pyx_v_f = __pyx_k_Zg; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":277 + * elif t == NPY_CDOUBLE: f = "Zd" + * elif t == NPY_CLONGDOUBLE: f = "Zg" + * elif t == NPY_OBJECT: f = "O" # <<<<<<<<<<<<<< + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + */ + case NPY_OBJECT: + __pyx_v_f = __pyx_k_O; + break; + default: + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":279 + * elif t == NPY_OBJECT: f = "O" + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) # <<<<<<<<<<<<<< + * info.format = f + * return + */ + __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_t); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_6 = PyUnicode_Format(__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_t_6); + __Pyx_GIVEREF(__pyx_t_6); + __pyx_t_6 = 0; + __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_3, NULL); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_Raise(__pyx_t_6, 0, 0, 0); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + break; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":280 + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + * info.format = f # <<<<<<<<<<<<<< + * return + * else: + */ + __pyx_v_info->format = __pyx_v_f; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":281 + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + * info.format = f + * return # <<<<<<<<<<<<<< + * else: + * info.format = stdlib.malloc(_buffer_format_string_len) + */ + __pyx_r = 0; + goto __pyx_L0; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":283 + * return + * else: + * info.format = stdlib.malloc(_buffer_format_string_len) # <<<<<<<<<<<<<< + * info.format[0] = c'^' # Native data types, manual alignment + * offset = 0 + */ + __pyx_v_info->format = ((char *)malloc(255)); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":284 + * else: + * info.format = stdlib.malloc(_buffer_format_string_len) + * info.format[0] = c'^' # Native data types, manual alignment # <<<<<<<<<<<<<< + * offset = 0 + * f = _util_dtypestring(descr, info.format + 1, + */ + (__pyx_v_info->format[0]) = '^'; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":285 + * info.format = stdlib.malloc(_buffer_format_string_len) + * info.format[0] = c'^' # Native data types, manual alignment + * offset = 0 # <<<<<<<<<<<<<< + * f = _util_dtypestring(descr, info.format + 1, + * info.format + _buffer_format_string_len, + */ + __pyx_v_offset = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":286 + * info.format[0] = c'^' # Native data types, manual alignment + * offset = 0 + * f = _util_dtypestring(descr, info.format + 1, # <<<<<<<<<<<<<< + * info.format + _buffer_format_string_len, + * &offset) + */ + __pyx_t_7 = __pyx_f_5numpy__util_dtypestring(__pyx_v_descr, (__pyx_v_info->format + 1), (__pyx_v_info->format + 255), (&__pyx_v_offset)); if (unlikely(__pyx_t_7 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 286; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_v_f = __pyx_t_7; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":289 + * info.format + _buffer_format_string_len, + * &offset) + * f[0] = c'\0' # Terminate format string # <<<<<<<<<<<<<< + * + * def __releasebuffer__(ndarray self, Py_buffer* info): + */ + (__pyx_v_f[0]) = '\x00'; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":197 + * # experimental exception made for __getbuffer__ and __releasebuffer__ + * # -- the details of this may change. + * def __getbuffer__(ndarray self, Py_buffer* info, int flags): # <<<<<<<<<<<<<< + * # This implementation of getbuffer is geared towards Cython + * # requirements, and does not yet fullfill the PEP. + */ + + /* function exit code */ + __pyx_r = 0; + goto __pyx_L0; + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_3); + __Pyx_XDECREF(__pyx_t_6); + __Pyx_AddTraceback("numpy.ndarray.__getbuffer__", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = -1; + if (__pyx_v_info != NULL && __pyx_v_info->obj != NULL) { + __Pyx_GOTREF(__pyx_v_info->obj); + __Pyx_DECREF(__pyx_v_info->obj); __pyx_v_info->obj = NULL; + } + goto __pyx_L2; + __pyx_L0:; + if (__pyx_v_info != NULL && __pyx_v_info->obj == Py_None) { + __Pyx_GOTREF(Py_None); + __Pyx_DECREF(Py_None); __pyx_v_info->obj = NULL; + } + __pyx_L2:; + __Pyx_XDECREF((PyObject *)__pyx_v_descr); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":291 + * f[0] = c'\0' # Terminate format string + * + * def __releasebuffer__(ndarray self, Py_buffer* info): # <<<<<<<<<<<<<< + * if PyArray_HASFIELDS(self): + * stdlib.free(info.format) + */ + +/* Python wrapper */ +static CYTHON_UNUSED void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info); /*proto*/ +static CYTHON_UNUSED void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info) { + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("__releasebuffer__ (wrapper)", 0); + __pyx_pf_5numpy_7ndarray_2__releasebuffer__(((PyArrayObject *)__pyx_v_self), ((Py_buffer *)__pyx_v_info)); + + /* function exit code */ + __Pyx_RefNannyFinishContext(); +} + +static void __pyx_pf_5numpy_7ndarray_2__releasebuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info) { + __Pyx_RefNannyDeclarations + int __pyx_t_1; + __Pyx_RefNannySetupContext("__releasebuffer__", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":292 + * + * def __releasebuffer__(ndarray self, Py_buffer* info): + * if PyArray_HASFIELDS(self): # <<<<<<<<<<<<<< + * stdlib.free(info.format) + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + */ + __pyx_t_1 = (PyArray_HASFIELDS(__pyx_v_self) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":293 + * def __releasebuffer__(ndarray self, Py_buffer* info): + * if PyArray_HASFIELDS(self): + * stdlib.free(info.format) # <<<<<<<<<<<<<< + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + * stdlib.free(info.strides) + */ + free(__pyx_v_info->format); + goto __pyx_L3; + } + __pyx_L3:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":294 + * if PyArray_HASFIELDS(self): + * stdlib.free(info.format) + * if sizeof(npy_intp) != sizeof(Py_ssize_t): # <<<<<<<<<<<<<< + * stdlib.free(info.strides) + * # info.shape was stored after info.strides in the same block + */ + __pyx_t_1 = (((sizeof(npy_intp)) != (sizeof(Py_ssize_t))) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":295 + * stdlib.free(info.format) + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + * stdlib.free(info.strides) # <<<<<<<<<<<<<< + * # info.shape was stored after info.strides in the same block + * + */ + free(__pyx_v_info->strides); + goto __pyx_L4; + } + __pyx_L4:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":291 + * f[0] = c'\0' # Terminate format string + * + * def __releasebuffer__(ndarray self, Py_buffer* info): # <<<<<<<<<<<<<< + * if PyArray_HASFIELDS(self): + * stdlib.free(info.format) + */ + + /* function exit code */ + __Pyx_RefNannyFinishContext(); +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":771 + * ctypedef npy_cdouble complex_t + * + * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(1, a) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__pyx_v_a) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":772 + * + * cdef inline object PyArray_MultiIterNew1(a): + * return PyArray_MultiIterNew(1, a) # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew2(a, b): + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 772; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":771 + * ctypedef npy_cdouble complex_t + * + * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(1, a) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew1", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":774 + * return PyArray_MultiIterNew(1, a) + * + * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(2, a, b) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__pyx_v_a, PyObject *__pyx_v_b) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":775 + * + * cdef inline object PyArray_MultiIterNew2(a, b): + * return PyArray_MultiIterNew(2, a, b) # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew3(a, b, c): + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 775; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":774 + * return PyArray_MultiIterNew(1, a) + * + * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(2, a, b) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew2", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":777 + * return PyArray_MultiIterNew(2, a, b) + * + * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(3, a, b, c) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":778 + * + * cdef inline object PyArray_MultiIterNew3(a, b, c): + * return PyArray_MultiIterNew(3, a, b, c) # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew4(a, b, c, d): + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(3, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 778; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":777 + * return PyArray_MultiIterNew(2, a, b) + * + * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(3, a, b, c) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew3", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":780 + * return PyArray_MultiIterNew(3, a, b, c) + * + * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(4, a, b, c, d) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":781 + * + * cdef inline object PyArray_MultiIterNew4(a, b, c, d): + * return PyArray_MultiIterNew(4, a, b, c, d) # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(4, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 781; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":780 + * return PyArray_MultiIterNew(3, a, b, c) + * + * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(4, a, b, c, d) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew4", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":783 + * return PyArray_MultiIterNew(4, a, b, c, d) + * + * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(5, a, b, c, d, e) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d, PyObject *__pyx_v_e) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":784 + * + * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): + * return PyArray_MultiIterNew(5, a, b, c, d, e) # <<<<<<<<<<<<<< + * + * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(5, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d), ((void *)__pyx_v_e)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 784; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":783 + * return PyArray_MultiIterNew(4, a, b, c, d) + * + * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(5, a, b, c, d, e) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew5", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":786 + * return PyArray_MultiIterNew(5, a, b, c, d, e) + * + * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: # <<<<<<<<<<<<<< + * # Recursive utility function used in __getbuffer__ to get format + * # string. The new location in the format string is returned. + */ + +static CYTHON_INLINE char *__pyx_f_5numpy__util_dtypestring(PyArray_Descr *__pyx_v_descr, char *__pyx_v_f, char *__pyx_v_end, int *__pyx_v_offset) { + PyArray_Descr *__pyx_v_child = 0; + int __pyx_v_endian_detector; + int __pyx_v_little_endian; + PyObject *__pyx_v_fields = 0; + PyObject *__pyx_v_childname = NULL; + PyObject *__pyx_v_new_offset = NULL; + PyObject *__pyx_v_t = NULL; + char *__pyx_r; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + Py_ssize_t __pyx_t_2; + PyObject *__pyx_t_3 = NULL; + PyObject *__pyx_t_4 = NULL; + int __pyx_t_5; + int __pyx_t_6; + int __pyx_t_7; + long __pyx_t_8; + char *__pyx_t_9; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("_util_dtypestring", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":793 + * cdef int delta_offset + * cdef tuple i + * cdef int endian_detector = 1 # <<<<<<<<<<<<<< + * cdef bint little_endian = ((&endian_detector)[0] != 0) + * cdef tuple fields + */ + __pyx_v_endian_detector = 1; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":794 + * cdef tuple i + * cdef int endian_detector = 1 + * cdef bint little_endian = ((&endian_detector)[0] != 0) # <<<<<<<<<<<<<< + * cdef tuple fields + * + */ + __pyx_v_little_endian = ((((char *)(&__pyx_v_endian_detector))[0]) != 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":797 + * cdef tuple fields + * + * for childname in descr.names: # <<<<<<<<<<<<<< + * fields = descr.fields[childname] + * child, new_offset = fields + */ + if (unlikely(__pyx_v_descr->names == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_1 = __pyx_v_descr->names; __Pyx_INCREF(__pyx_t_1); __pyx_t_2 = 0; + for (;;) { + if (__pyx_t_2 >= PyTuple_GET_SIZE(__pyx_t_1)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_1, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_3 = PySequence_ITEM(__pyx_t_1, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + __Pyx_XDECREF_SET(__pyx_v_childname, __pyx_t_3); + __pyx_t_3 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":798 + * + * for childname in descr.names: + * fields = descr.fields[childname] # <<<<<<<<<<<<<< + * child, new_offset = fields + * + */ + if (unlikely(__pyx_v_descr->fields == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable"); + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_3 = __Pyx_PyDict_GetItem(__pyx_v_descr->fields, __pyx_v_childname); if (unlikely(__pyx_t_3 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_3); + if (!(likely(PyTuple_CheckExact(__pyx_t_3))||((__pyx_t_3) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "tuple", Py_TYPE(__pyx_t_3)->tp_name), 0))) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_XDECREF_SET(__pyx_v_fields, ((PyObject*)__pyx_t_3)); + __pyx_t_3 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":799 + * for childname in descr.names: + * fields = descr.fields[childname] + * child, new_offset = fields # <<<<<<<<<<<<<< + * + * if (end - f) - (new_offset - offset[0]) < 15: + */ + if (likely(__pyx_v_fields != Py_None)) { + PyObject* sequence = __pyx_v_fields; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 2)) { + if (size > 2) __Pyx_RaiseTooManyValuesError(2); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_3 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_4 = PyTuple_GET_ITEM(sequence, 1); + __Pyx_INCREF(__pyx_t_3); + __Pyx_INCREF(__pyx_t_4); + #else + __pyx_t_3 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + #endif + } else { + __Pyx_RaiseNoneNotIterableError(); {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_ptype_5numpy_dtype))))) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_XDECREF_SET(__pyx_v_child, ((PyArray_Descr *)__pyx_t_3)); + __pyx_t_3 = 0; + __Pyx_XDECREF_SET(__pyx_v_new_offset, __pyx_t_4); + __pyx_t_4 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":801 + * child, new_offset = fields + * + * if (end - f) - (new_offset - offset[0]) < 15: # <<<<<<<<<<<<<< + * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") + * + */ + __pyx_t_4 = __Pyx_PyInt_From_int((__pyx_v_offset[0])); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyNumber_Subtract(__pyx_v_new_offset, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_5 = __Pyx_PyInt_As_int(__pyx_t_3); if (unlikely((__pyx_t_5 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = ((((__pyx_v_end - __pyx_v_f) - ((int)__pyx_t_5)) < 15) != 0); + if (__pyx_t_6) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":802 + * + * if (end - f) - (new_offset - offset[0]) < 15: + * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") # <<<<<<<<<<<<<< + * + * if ((child.byteorder == c'>' and little_endian) or + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_RuntimeError, __pyx_tuple__6, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":804 + * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") + * + * if ((child.byteorder == c'>' and little_endian) or # <<<<<<<<<<<<<< + * (child.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") + */ + __pyx_t_7 = ((__pyx_v_child->byteorder == '>') != 0); + if (!__pyx_t_7) { + goto __pyx_L8_next_or; + } else { + } + __pyx_t_7 = (__pyx_v_little_endian != 0); + if (!__pyx_t_7) { + } else { + __pyx_t_6 = __pyx_t_7; + goto __pyx_L7_bool_binop_done; + } + __pyx_L8_next_or:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":805 + * + * if ((child.byteorder == c'>' and little_endian) or + * (child.byteorder == c'<' and not little_endian)): # <<<<<<<<<<<<<< + * raise ValueError(u"Non-native byte order not supported") + * # One could encode it in the format string and have Cython + */ + __pyx_t_7 = ((__pyx_v_child->byteorder == '<') != 0); + if (__pyx_t_7) { + } else { + __pyx_t_6 = __pyx_t_7; + goto __pyx_L7_bool_binop_done; + } + __pyx_t_7 = ((!(__pyx_v_little_endian != 0)) != 0); + __pyx_t_6 = __pyx_t_7; + __pyx_L7_bool_binop_done:; + if (__pyx_t_6) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":806 + * if ((child.byteorder == c'>' and little_endian) or + * (child.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< + * # One could encode it in the format string and have Cython + * # complain instead, BUT: < and > in format strings also imply + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__7, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":816 + * + * # Output padding bytes + * while offset[0] < new_offset: # <<<<<<<<<<<<<< + * f[0] = 120 # "x"; pad byte + * f += 1 + */ + while (1) { + __pyx_t_3 = __Pyx_PyInt_From_int((__pyx_v_offset[0])); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_t_3, __pyx_v_new_offset, Py_LT); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (!__pyx_t_6) break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":817 + * # Output padding bytes + * while offset[0] < new_offset: + * f[0] = 120 # "x"; pad byte # <<<<<<<<<<<<<< + * f += 1 + * offset[0] += 1 + */ + (__pyx_v_f[0]) = 120; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":818 + * while offset[0] < new_offset: + * f[0] = 120 # "x"; pad byte + * f += 1 # <<<<<<<<<<<<<< + * offset[0] += 1 + * + */ + __pyx_v_f = (__pyx_v_f + 1); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":819 + * f[0] = 120 # "x"; pad byte + * f += 1 + * offset[0] += 1 # <<<<<<<<<<<<<< + * + * offset[0] += child.itemsize + */ + __pyx_t_8 = 0; + (__pyx_v_offset[__pyx_t_8]) = ((__pyx_v_offset[__pyx_t_8]) + 1); + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":821 + * offset[0] += 1 + * + * offset[0] += child.itemsize # <<<<<<<<<<<<<< + * + * if not PyDataType_HASFIELDS(child): + */ + __pyx_t_8 = 0; + (__pyx_v_offset[__pyx_t_8]) = ((__pyx_v_offset[__pyx_t_8]) + __pyx_v_child->elsize); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":823 + * offset[0] += child.itemsize + * + * if not PyDataType_HASFIELDS(child): # <<<<<<<<<<<<<< + * t = child.type_num + * if end - f < 5: + */ + __pyx_t_6 = ((!(PyDataType_HASFIELDS(__pyx_v_child) != 0)) != 0); + if (__pyx_t_6) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":824 + * + * if not PyDataType_HASFIELDS(child): + * t = child.type_num # <<<<<<<<<<<<<< + * if end - f < 5: + * raise RuntimeError(u"Format string allocated too short.") + */ + __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_child->type_num); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 824; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_XDECREF_SET(__pyx_v_t, __pyx_t_4); + __pyx_t_4 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":825 + * if not PyDataType_HASFIELDS(child): + * t = child.type_num + * if end - f < 5: # <<<<<<<<<<<<<< + * raise RuntimeError(u"Format string allocated too short.") + * + */ + __pyx_t_6 = (((__pyx_v_end - __pyx_v_f) < 5) != 0); + if (__pyx_t_6) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":826 + * t = child.type_num + * if end - f < 5: + * raise RuntimeError(u"Format string allocated too short.") # <<<<<<<<<<<<<< + * + * # Until ticket #99 is fixed, use integers to avoid warnings + */ + __pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_RuntimeError, __pyx_tuple__8, NULL); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_Raise(__pyx_t_4, 0, 0, 0); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":829 + * + * # Until ticket #99 is fixed, use integers to avoid warnings + * if t == NPY_BYTE: f[0] = 98 #"b" # <<<<<<<<<<<<<< + * elif t == NPY_UBYTE: f[0] = 66 #"B" + * elif t == NPY_SHORT: f[0] = 104 #"h" + */ + __pyx_t_4 = PyInt_FromLong(NPY_BYTE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 98; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":830 + * # Until ticket #99 is fixed, use integers to avoid warnings + * if t == NPY_BYTE: f[0] = 98 #"b" + * elif t == NPY_UBYTE: f[0] = 66 #"B" # <<<<<<<<<<<<<< + * elif t == NPY_SHORT: f[0] = 104 #"h" + * elif t == NPY_USHORT: f[0] = 72 #"H" + */ + __pyx_t_3 = PyInt_FromLong(NPY_UBYTE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 66; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":831 + * if t == NPY_BYTE: f[0] = 98 #"b" + * elif t == NPY_UBYTE: f[0] = 66 #"B" + * elif t == NPY_SHORT: f[0] = 104 #"h" # <<<<<<<<<<<<<< + * elif t == NPY_USHORT: f[0] = 72 #"H" + * elif t == NPY_INT: f[0] = 105 #"i" + */ + __pyx_t_4 = PyInt_FromLong(NPY_SHORT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 104; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":832 + * elif t == NPY_UBYTE: f[0] = 66 #"B" + * elif t == NPY_SHORT: f[0] = 104 #"h" + * elif t == NPY_USHORT: f[0] = 72 #"H" # <<<<<<<<<<<<<< + * elif t == NPY_INT: f[0] = 105 #"i" + * elif t == NPY_UINT: f[0] = 73 #"I" + */ + __pyx_t_3 = PyInt_FromLong(NPY_USHORT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 72; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":833 + * elif t == NPY_SHORT: f[0] = 104 #"h" + * elif t == NPY_USHORT: f[0] = 72 #"H" + * elif t == NPY_INT: f[0] = 105 #"i" # <<<<<<<<<<<<<< + * elif t == NPY_UINT: f[0] = 73 #"I" + * elif t == NPY_LONG: f[0] = 108 #"l" + */ + __pyx_t_4 = PyInt_FromLong(NPY_INT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 105; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":834 + * elif t == NPY_USHORT: f[0] = 72 #"H" + * elif t == NPY_INT: f[0] = 105 #"i" + * elif t == NPY_UINT: f[0] = 73 #"I" # <<<<<<<<<<<<<< + * elif t == NPY_LONG: f[0] = 108 #"l" + * elif t == NPY_ULONG: f[0] = 76 #"L" + */ + __pyx_t_3 = PyInt_FromLong(NPY_UINT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 73; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":835 + * elif t == NPY_INT: f[0] = 105 #"i" + * elif t == NPY_UINT: f[0] = 73 #"I" + * elif t == NPY_LONG: f[0] = 108 #"l" # <<<<<<<<<<<<<< + * elif t == NPY_ULONG: f[0] = 76 #"L" + * elif t == NPY_LONGLONG: f[0] = 113 #"q" + */ + __pyx_t_4 = PyInt_FromLong(NPY_LONG); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 108; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":836 + * elif t == NPY_UINT: f[0] = 73 #"I" + * elif t == NPY_LONG: f[0] = 108 #"l" + * elif t == NPY_ULONG: f[0] = 76 #"L" # <<<<<<<<<<<<<< + * elif t == NPY_LONGLONG: f[0] = 113 #"q" + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" + */ + __pyx_t_3 = PyInt_FromLong(NPY_ULONG); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 76; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":837 + * elif t == NPY_LONG: f[0] = 108 #"l" + * elif t == NPY_ULONG: f[0] = 76 #"L" + * elif t == NPY_LONGLONG: f[0] = 113 #"q" # <<<<<<<<<<<<<< + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" + * elif t == NPY_FLOAT: f[0] = 102 #"f" + */ + __pyx_t_4 = PyInt_FromLong(NPY_LONGLONG); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 113; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":838 + * elif t == NPY_ULONG: f[0] = 76 #"L" + * elif t == NPY_LONGLONG: f[0] = 113 #"q" + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" # <<<<<<<<<<<<<< + * elif t == NPY_FLOAT: f[0] = 102 #"f" + * elif t == NPY_DOUBLE: f[0] = 100 #"d" + */ + __pyx_t_3 = PyInt_FromLong(NPY_ULONGLONG); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 81; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":839 + * elif t == NPY_LONGLONG: f[0] = 113 #"q" + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" + * elif t == NPY_FLOAT: f[0] = 102 #"f" # <<<<<<<<<<<<<< + * elif t == NPY_DOUBLE: f[0] = 100 #"d" + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" + */ + __pyx_t_4 = PyInt_FromLong(NPY_FLOAT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 102; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":840 + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" + * elif t == NPY_FLOAT: f[0] = 102 #"f" + * elif t == NPY_DOUBLE: f[0] = 100 #"d" # <<<<<<<<<<<<<< + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf + */ + __pyx_t_3 = PyInt_FromLong(NPY_DOUBLE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 100; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":841 + * elif t == NPY_FLOAT: f[0] = 102 #"f" + * elif t == NPY_DOUBLE: f[0] = 100 #"d" + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" # <<<<<<<<<<<<<< + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd + */ + __pyx_t_4 = PyInt_FromLong(NPY_LONGDOUBLE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 103; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":842 + * elif t == NPY_DOUBLE: f[0] = 100 #"d" + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf # <<<<<<<<<<<<<< + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd + * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg + */ + __pyx_t_3 = PyInt_FromLong(NPY_CFLOAT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 90; + (__pyx_v_f[1]) = 102; + __pyx_v_f = (__pyx_v_f + 1); + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":843 + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd # <<<<<<<<<<<<<< + * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg + * elif t == NPY_OBJECT: f[0] = 79 #"O" + */ + __pyx_t_4 = PyInt_FromLong(NPY_CDOUBLE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 90; + (__pyx_v_f[1]) = 100; + __pyx_v_f = (__pyx_v_f + 1); + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":844 + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd + * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg # <<<<<<<<<<<<<< + * elif t == NPY_OBJECT: f[0] = 79 #"O" + * else: + */ + __pyx_t_3 = PyInt_FromLong(NPY_CLONGDOUBLE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 90; + (__pyx_v_f[1]) = 103; + __pyx_v_f = (__pyx_v_f + 1); + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":845 + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd + * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg + * elif t == NPY_OBJECT: f[0] = 79 #"O" # <<<<<<<<<<<<<< + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + */ + __pyx_t_4 = PyInt_FromLong(NPY_OBJECT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 79; + goto __pyx_L15; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":847 + * elif t == NPY_OBJECT: f[0] = 79 #"O" + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) # <<<<<<<<<<<<<< + * f += 1 + * else: + */ + __pyx_t_3 = PyUnicode_Format(__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_v_t); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyTuple_New(1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_3); + __Pyx_GIVEREF(__pyx_t_3); + __pyx_t_3 = 0; + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_4, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_L15:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":848 + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + * f += 1 # <<<<<<<<<<<<<< + * else: + * # Cython ignores struct boundary information ("T{...}"), + */ + __pyx_v_f = (__pyx_v_f + 1); + goto __pyx_L13; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":852 + * # Cython ignores struct boundary information ("T{...}"), + * # so don't output it + * f = _util_dtypestring(child, f, end, offset) # <<<<<<<<<<<<<< + * return f + * + */ + __pyx_t_9 = __pyx_f_5numpy__util_dtypestring(__pyx_v_child, __pyx_v_f, __pyx_v_end, __pyx_v_offset); if (unlikely(__pyx_t_9 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 852; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_v_f = __pyx_t_9; + } + __pyx_L13:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":797 + * cdef tuple fields + * + * for childname in descr.names: # <<<<<<<<<<<<<< + * fields = descr.fields[childname] + * child, new_offset = fields + */ + } + __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":853 + * # so don't output it + * f = _util_dtypestring(child, f, end, offset) + * return f # <<<<<<<<<<<<<< + * + * + */ + __pyx_r = __pyx_v_f; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":786 + * return PyArray_MultiIterNew(5, a, b, c, d, e) + * + * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: # <<<<<<<<<<<<<< + * # Recursive utility function used in __getbuffer__ to get format + * # string. The new location in the format string is returned. + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_XDECREF(__pyx_t_3); + __Pyx_XDECREF(__pyx_t_4); + __Pyx_AddTraceback("numpy._util_dtypestring", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = NULL; + __pyx_L0:; + __Pyx_XDECREF((PyObject *)__pyx_v_child); + __Pyx_XDECREF(__pyx_v_fields); + __Pyx_XDECREF(__pyx_v_childname); + __Pyx_XDECREF(__pyx_v_new_offset); + __Pyx_XDECREF(__pyx_v_t); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":969 + * + * + * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<< + * cdef PyObject* baseptr + * if base is None: + */ + +static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) { + PyObject *__pyx_v_baseptr; + __Pyx_RefNannyDeclarations + int __pyx_t_1; + int __pyx_t_2; + __Pyx_RefNannySetupContext("set_array_base", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":971 + * cdef inline void set_array_base(ndarray arr, object base): + * cdef PyObject* baseptr + * if base is None: # <<<<<<<<<<<<<< + * baseptr = NULL + * else: + */ + __pyx_t_1 = (__pyx_v_base == Py_None); + __pyx_t_2 = (__pyx_t_1 != 0); + if (__pyx_t_2) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":972 + * cdef PyObject* baseptr + * if base is None: + * baseptr = NULL # <<<<<<<<<<<<<< + * else: + * Py_INCREF(base) # important to do this before decref below! + */ + __pyx_v_baseptr = NULL; + goto __pyx_L3; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":974 + * baseptr = NULL + * else: + * Py_INCREF(base) # important to do this before decref below! # <<<<<<<<<<<<<< + * baseptr = base + * Py_XDECREF(arr.base) + */ + Py_INCREF(__pyx_v_base); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":975 + * else: + * Py_INCREF(base) # important to do this before decref below! + * baseptr = base # <<<<<<<<<<<<<< + * Py_XDECREF(arr.base) + * arr.base = baseptr + */ + __pyx_v_baseptr = ((PyObject *)__pyx_v_base); + } + __pyx_L3:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":976 + * Py_INCREF(base) # important to do this before decref below! + * baseptr = base + * Py_XDECREF(arr.base) # <<<<<<<<<<<<<< + * arr.base = baseptr + * + */ + Py_XDECREF(__pyx_v_arr->base); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":977 + * baseptr = base + * Py_XDECREF(arr.base) + * arr.base = baseptr # <<<<<<<<<<<<<< + * + * cdef inline object get_array_base(ndarray arr): + */ + __pyx_v_arr->base = __pyx_v_baseptr; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":969 + * + * + * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<< + * cdef PyObject* baseptr + * if base is None: + */ + + /* function exit code */ + __Pyx_RefNannyFinishContext(); +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 + * arr.base = baseptr + * + * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< + * if arr.base is NULL: + * return None + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__pyx_v_arr) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + int __pyx_t_1; + __Pyx_RefNannySetupContext("get_array_base", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":980 + * + * cdef inline object get_array_base(ndarray arr): + * if arr.base is NULL: # <<<<<<<<<<<<<< + * return None + * else: + */ + __pyx_t_1 = ((__pyx_v_arr->base == NULL) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":981 + * cdef inline object get_array_base(ndarray arr): + * if arr.base is NULL: + * return None # <<<<<<<<<<<<<< + * else: + * return arr.base + */ + __Pyx_XDECREF(__pyx_r); + __Pyx_INCREF(Py_None); + __pyx_r = Py_None; + goto __pyx_L0; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":983 + * return None + * else: + * return arr.base # <<<<<<<<<<<<<< + */ + __Pyx_XDECREF(__pyx_r); + __Pyx_INCREF(((PyObject *)__pyx_v_arr->base)); + __pyx_r = ((PyObject *)__pyx_v_arr->base); + goto __pyx_L0; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 + * arr.base = baseptr + * + * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< + * if arr.base is NULL: + * return None + */ + + /* function exit code */ + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +static PyMethodDef __pyx_methods[] = { + {0, 0, 0, 0} +}; + +#if PY_MAJOR_VERSION >= 3 +static struct PyModuleDef __pyx_moduledef = { + #if PY_VERSION_HEX < 0x03020000 + { PyObject_HEAD_INIT(NULL) NULL, 0, NULL }, + #else + PyModuleDef_HEAD_INIT, + #endif + "ml2", + 0, /* m_doc */ + -1, /* m_size */ + __pyx_methods /* m_methods */, + NULL, /* m_reload */ + NULL, /* m_traverse */ + NULL, /* m_clear */ + NULL /* m_free */ +}; +#endif + +static __Pyx_StringTabEntry __pyx_string_tab[] = { + {&__pyx_n_s_DTYPE, __pyx_k_DTYPE, sizeof(__pyx_k_DTYPE), 0, 0, 1, 1}, + {&__pyx_kp_u_Format_string_allocated_too_shor, __pyx_k_Format_string_allocated_too_shor, sizeof(__pyx_k_Format_string_allocated_too_shor), 0, 1, 0, 0}, + {&__pyx_kp_u_Format_string_allocated_too_shor_2, __pyx_k_Format_string_allocated_too_shor_2, sizeof(__pyx_k_Format_string_allocated_too_shor_2), 0, 1, 0, 0}, + {&__pyx_kp_u_Non_native_byte_order_not_suppor, __pyx_k_Non_native_byte_order_not_suppor, sizeof(__pyx_k_Non_native_byte_order_not_suppor), 0, 1, 0, 0}, + {&__pyx_kp_s_Results_infectors_csv, __pyx_k_Results_infectors_csv, sizeof(__pyx_k_Results_infectors_csv), 0, 0, 1, 0}, + {&__pyx_n_s_RuntimeError, __pyx_k_RuntimeError, sizeof(__pyx_k_RuntimeError), 0, 0, 1, 1}, + {&__pyx_kp_s_Users_ben_Documents_Cascade_Pro, __pyx_k_Users_ben_Documents_Cascade_Pro, sizeof(__pyx_k_Users_ben_Documents_Cascade_Pro), 0, 0, 1, 0}, + {&__pyx_n_s_ValueError, __pyx_k_ValueError, sizeof(__pyx_k_ValueError), 0, 0, 1, 1}, + {&__pyx_n_s_alpha, __pyx_k_alpha, sizeof(__pyx_k_alpha), 0, 0, 1, 1}, + {&__pyx_n_s_delta, __pyx_k_delta, sizeof(__pyx_k_delta), 0, 0, 1, 1}, + {&__pyx_n_s_dist, __pyx_k_dist, sizeof(__pyx_k_dist), 0, 0, 1, 1}, + {&__pyx_n_s_dists, __pyx_k_dists, sizeof(__pyx_k_dists), 0, 0, 1, 1}, + {&__pyx_n_s_dt, __pyx_k_dt, sizeof(__pyx_k_dt), 0, 0, 1, 1}, + {&__pyx_n_s_dts, __pyx_k_dts, sizeof(__pyx_k_dts), 0, 0, 1, 1}, + {&__pyx_n_s_dtype, __pyx_k_dtype, sizeof(__pyx_k_dtype), 0, 0, 1, 1}, + {&__pyx_n_s_enter, __pyx_k_enter, sizeof(__pyx_k_enter), 0, 0, 1, 1}, + {&__pyx_n_s_enumerate, __pyx_k_enumerate, sizeof(__pyx_k_enumerate), 0, 0, 1, 1}, + {&__pyx_n_s_exit, __pyx_k_exit, sizeof(__pyx_k_exit), 0, 0, 1, 1}, + {&__pyx_n_s_failures, __pyx_k_failures, sizeof(__pyx_k_failures), 0, 0, 1, 1}, + {&__pyx_n_s_float64, __pyx_k_float64, sizeof(__pyx_k_float64), 0, 0, 1, 1}, + {&__pyx_n_s_i, __pyx_k_i, sizeof(__pyx_k_i), 0, 0, 1, 1}, + {&__pyx_n_s_import, __pyx_k_import, sizeof(__pyx_k_import), 0, 0, 1, 1}, + {&__pyx_kp_s_inf, __pyx_k_inf, sizeof(__pyx_k_inf), 0, 0, 1, 0}, + {&__pyx_n_s_infector, __pyx_k_infector, sizeof(__pyx_k_infector), 0, 0, 1, 1}, + {&__pyx_n_s_infectors, __pyx_k_infectors, sizeof(__pyx_k_infectors), 0, 0, 1, 1}, + {&__pyx_n_s_infectors_file, __pyx_k_infectors_file, sizeof(__pyx_k_infectors_file), 0, 0, 1, 1}, + {&__pyx_n_s_itervalues, __pyx_k_itervalues, sizeof(__pyx_k_itervalues), 0, 0, 1, 1}, + {&__pyx_n_s_keys, __pyx_k_keys, sizeof(__pyx_k_keys), 0, 0, 1, 1}, + {&__pyx_n_s_l, __pyx_k_l, sizeof(__pyx_k_l), 0, 0, 1, 1}, + {&__pyx_n_s_ll, __pyx_k_ll, sizeof(__pyx_k_ll), 0, 0, 1, 1}, + {&__pyx_n_s_lmbda, __pyx_k_lmbda, sizeof(__pyx_k_lmbda), 0, 0, 1, 1}, + {&__pyx_n_s_main, __pyx_k_main, sizeof(__pyx_k_main), 0, 0, 1, 1}, + {&__pyx_n_s_ml2, __pyx_k_ml2, sizeof(__pyx_k_ml2), 0, 0, 1, 1}, + {&__pyx_n_s_n_roots, __pyx_k_n_roots, sizeof(__pyx_k_n_roots), 0, 0, 1, 1}, + {&__pyx_n_s_n_victims, __pyx_k_n_victims, sizeof(__pyx_k_n_victims), 0, 0, 1, 1}, + {&__pyx_kp_u_ndarray_is_not_C_contiguous, __pyx_k_ndarray_is_not_C_contiguous, sizeof(__pyx_k_ndarray_is_not_C_contiguous), 0, 1, 0, 0}, + {&__pyx_kp_u_ndarray_is_not_Fortran_contiguou, __pyx_k_ndarray_is_not_Fortran_contiguou, sizeof(__pyx_k_ndarray_is_not_Fortran_contiguou), 0, 1, 0, 0}, + {&__pyx_n_s_non_victims, __pyx_k_non_victims, sizeof(__pyx_k_non_victims), 0, 0, 1, 1}, + {&__pyx_n_s_np, __pyx_k_np, sizeof(__pyx_k_np), 0, 0, 1, 1}, + {&__pyx_n_s_numpy, __pyx_k_numpy, sizeof(__pyx_k_numpy), 0, 0, 1, 1}, + {&__pyx_n_s_open, __pyx_k_open, sizeof(__pyx_k_open), 0, 0, 1, 1}, + {&__pyx_n_s_parent_dists, __pyx_k_parent_dists, sizeof(__pyx_k_parent_dists), 0, 0, 1, 1}, + {&__pyx_n_s_parent_dts, __pyx_k_parent_dts, sizeof(__pyx_k_parent_dts), 0, 0, 1, 1}, + {&__pyx_n_s_parents, __pyx_k_parents, sizeof(__pyx_k_parents), 0, 0, 1, 1}, + {&__pyx_n_s_prnt, __pyx_k_prnt, sizeof(__pyx_k_prnt), 0, 0, 1, 1}, + {&__pyx_n_s_prnts, __pyx_k_prnts, sizeof(__pyx_k_prnts), 0, 0, 1, 1}, + {&__pyx_n_s_prob, __pyx_k_prob, sizeof(__pyx_k_prob), 0, 0, 1, 1}, + {&__pyx_n_s_probs, __pyx_k_probs, sizeof(__pyx_k_probs), 0, 0, 1, 1}, + {&__pyx_n_s_probs_fail, __pyx_k_probs_fail, sizeof(__pyx_k_probs_fail), 0, 0, 1, 1}, + {&__pyx_n_s_probs_nv, __pyx_k_probs_nv, sizeof(__pyx_k_probs_nv), 0, 0, 1, 1}, + {&__pyx_n_s_range, __pyx_k_range, sizeof(__pyx_k_range), 0, 0, 1, 1}, + {&__pyx_n_s_root_victims, __pyx_k_root_victims, sizeof(__pyx_k_root_victims), 0, 0, 1, 1}, + {&__pyx_n_s_roots, __pyx_k_roots, sizeof(__pyx_k_roots), 0, 0, 1, 1}, + {&__pyx_n_s_s, __pyx_k_s, sizeof(__pyx_k_s), 0, 0, 1, 1}, + {&__pyx_kp_s_s_s, __pyx_k_s_s, sizeof(__pyx_k_s_s), 0, 0, 1, 0}, + {&__pyx_n_s_successes, __pyx_k_successes, sizeof(__pyx_k_successes), 0, 0, 1, 1}, + {&__pyx_n_s_sum, __pyx_k_sum, sizeof(__pyx_k_sum), 0, 0, 1, 1}, + {&__pyx_n_s_t, __pyx_k_t, sizeof(__pyx_k_t), 0, 0, 1, 1}, + {&__pyx_n_s_test, __pyx_k_test, sizeof(__pyx_k_test), 0, 0, 1, 1}, + {&__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_k_unknown_dtype_code_in_numpy_pxd, sizeof(__pyx_k_unknown_dtype_code_in_numpy_pxd), 0, 1, 0, 0}, + {&__pyx_n_s_victims, __pyx_k_victims, sizeof(__pyx_k_victims), 0, 0, 1, 1}, + {&__pyx_n_s_w, __pyx_k_w, sizeof(__pyx_k_w), 0, 0, 1, 1}, + {&__pyx_n_s_w1, __pyx_k_w1, sizeof(__pyx_k_w1), 0, 0, 1, 1}, + {&__pyx_n_s_w2, __pyx_k_w2, sizeof(__pyx_k_w2), 0, 0, 1, 1}, + {&__pyx_n_s_w3, __pyx_k_w3, sizeof(__pyx_k_w3), 0, 0, 1, 1}, + {&__pyx_n_s_write, __pyx_k_write, sizeof(__pyx_k_write), 0, 0, 1, 1}, + {&__pyx_n_s_zeros, __pyx_k_zeros, sizeof(__pyx_k_zeros), 0, 0, 1, 1}, + {0, 0, 0, 0, 0, 0, 0} +}; +static int __Pyx_InitCachedBuiltins(void) { + __pyx_builtin_enumerate = __Pyx_GetBuiltinName(__pyx_n_s_enumerate); if (!__pyx_builtin_enumerate) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_builtin_sum = __Pyx_GetBuiltinName(__pyx_n_s_sum); if (!__pyx_builtin_sum) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_builtin_open = __Pyx_GetBuiltinName(__pyx_n_s_open); if (!__pyx_builtin_open) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_builtin_ValueError = __Pyx_GetBuiltinName(__pyx_n_s_ValueError); if (!__pyx_builtin_ValueError) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_builtin_range = __Pyx_GetBuiltinName(__pyx_n_s_range); if (!__pyx_builtin_range) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 231; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_builtin_RuntimeError = __Pyx_GetBuiltinName(__pyx_n_s_RuntimeError); if (!__pyx_builtin_RuntimeError) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + return 0; + __pyx_L1_error:; + return -1; +} + +static int __Pyx_InitCachedConstants(void) { + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0); + + /* "ml2.pyx":94 + * # print np.mean(parent_dts) + * + * with open('../../Results/infectors.csv', 'w') as infectors_file: # <<<<<<<<<<<<<< + * for i, infector in enumerate(infectors): + * infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) + */ + __pyx_tuple_ = PyTuple_Pack(2, __pyx_kp_s_Results_infectors_csv, __pyx_n_s_w); if (unlikely(!__pyx_tuple_)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple_); + __Pyx_GIVEREF(__pyx_tuple_); + __pyx_tuple__2 = PyTuple_Pack(3, Py_None, Py_None, Py_None); if (unlikely(!__pyx_tuple__2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 94; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__2); + __Pyx_GIVEREF(__pyx_tuple__2); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":218 + * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) + * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): + * raise ValueError(u"ndarray is not C contiguous") # <<<<<<<<<<<<<< + * + * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) + */ + __pyx_tuple__3 = PyTuple_Pack(1, __pyx_kp_u_ndarray_is_not_C_contiguous); if (unlikely(!__pyx_tuple__3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__3); + __Pyx_GIVEREF(__pyx_tuple__3); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":222 + * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) + * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): + * raise ValueError(u"ndarray is not Fortran contiguous") # <<<<<<<<<<<<<< + * + * info.buf = PyArray_DATA(self) + */ + __pyx_tuple__4 = PyTuple_Pack(1, __pyx_kp_u_ndarray_is_not_Fortran_contiguou); if (unlikely(!__pyx_tuple__4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 222; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__4); + __Pyx_GIVEREF(__pyx_tuple__4); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":260 + * if ((descr.byteorder == c'>' and little_endian) or + * (descr.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< + * if t == NPY_BYTE: f = "b" + * elif t == NPY_UBYTE: f = "B" + */ + __pyx_tuple__5 = PyTuple_Pack(1, __pyx_kp_u_Non_native_byte_order_not_suppor); if (unlikely(!__pyx_tuple__5)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__5); + __Pyx_GIVEREF(__pyx_tuple__5); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":802 + * + * if (end - f) - (new_offset - offset[0]) < 15: + * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") # <<<<<<<<<<<<<< + * + * if ((child.byteorder == c'>' and little_endian) or + */ + __pyx_tuple__6 = PyTuple_Pack(1, __pyx_kp_u_Format_string_allocated_too_shor); if (unlikely(!__pyx_tuple__6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__6); + __Pyx_GIVEREF(__pyx_tuple__6); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":806 + * if ((child.byteorder == c'>' and little_endian) or + * (child.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< + * # One could encode it in the format string and have Cython + * # complain instead, BUT: < and > in format strings also imply + */ + __pyx_tuple__7 = PyTuple_Pack(1, __pyx_kp_u_Non_native_byte_order_not_suppor); if (unlikely(!__pyx_tuple__7)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__7); + __Pyx_GIVEREF(__pyx_tuple__7); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":826 + * t = child.type_num + * if end - f < 5: + * raise RuntimeError(u"Format string allocated too short.") # <<<<<<<<<<<<<< + * + * # Until ticket #99 is fixed, use integers to avoid warnings + */ + __pyx_tuple__8 = PyTuple_Pack(1, __pyx_kp_u_Format_string_allocated_too_shor_2); if (unlikely(!__pyx_tuple__8)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__8); + __Pyx_GIVEREF(__pyx_tuple__8); + + /* "ml2.pyx":33 + * return result + * + * def ml2(dict root_victims, dict victims, dict non_victims, # <<<<<<<<<<<<<< + * DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): + * cdef: + */ + __pyx_tuple__9 = PyTuple_Pack(35, __pyx_n_s_root_victims, __pyx_n_s_victims, __pyx_n_s_non_victims, __pyx_n_s_alpha, __pyx_n_s_delta, __pyx_n_s_lmbda, __pyx_n_s_n_roots, __pyx_n_s_n_victims, __pyx_n_s_roots, __pyx_n_s_i, __pyx_n_s_dist, __pyx_n_s_dt, __pyx_n_s_t, __pyx_n_s_l, __pyx_n_s_ll, __pyx_n_s_parents, __pyx_n_s_failures, __pyx_n_s_successes, __pyx_n_s_probs, __pyx_n_s_probs_fail, __pyx_n_s_probs_nv, __pyx_n_s_parent_dists, __pyx_n_s_parent_dts, __pyx_n_s_infectors, __pyx_n_s_dists, __pyx_n_s_dts, __pyx_n_s_prnts, __pyx_n_s_s, __pyx_n_s_prob, __pyx_n_s_infectors_file, __pyx_n_s_infector, __pyx_n_s_prnt, __pyx_n_s_w1, __pyx_n_s_w2, __pyx_n_s_w3); if (unlikely(!__pyx_tuple__9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__9); + __Pyx_GIVEREF(__pyx_tuple__9); + __pyx_codeobj__10 = (PyObject*)__Pyx_PyCode_New(6, 0, 35, 0, 0, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__9, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_Users_ben_Documents_Cascade_Pro, __pyx_n_s_ml2, 33, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__10)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_RefNannyFinishContext(); + return 0; + __pyx_L1_error:; + __Pyx_RefNannyFinishContext(); + return -1; +} + +static int __Pyx_InitGlobals(void) { + if (__Pyx_InitStrings(__pyx_string_tab) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + return 0; + __pyx_L1_error:; + return -1; +} + +#if PY_MAJOR_VERSION < 3 +PyMODINIT_FUNC initml2(void); /*proto*/ +PyMODINIT_FUNC initml2(void) +#else +PyMODINIT_FUNC PyInit_ml2(void); /*proto*/ +PyMODINIT_FUNC PyInit_ml2(void) +#endif +{ + PyObject *__pyx_t_1 = NULL; + PyObject *__pyx_t_2 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannyDeclarations + #if CYTHON_REFNANNY + __Pyx_RefNanny = __Pyx_RefNannyImportAPI("refnanny"); + if (!__Pyx_RefNanny) { + PyErr_Clear(); + __Pyx_RefNanny = __Pyx_RefNannyImportAPI("Cython.Runtime.refnanny"); + if (!__Pyx_RefNanny) + Py_FatalError("failed to import 'refnanny' module"); + } + #endif + __Pyx_RefNannySetupContext("PyMODINIT_FUNC PyInit_ml2(void)", 0); + if ( __Pyx_check_binary_version() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_empty_tuple = PyTuple_New(0); if (unlikely(!__pyx_empty_tuple)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_empty_bytes = PyBytes_FromStringAndSize("", 0); if (unlikely(!__pyx_empty_bytes)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #ifdef __Pyx_CyFunction_USED + if (__Pyx_CyFunction_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + #ifdef __Pyx_FusedFunction_USED + if (__pyx_FusedFunction_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + #ifdef __Pyx_Generator_USED + if (__pyx_Generator_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + /*--- Library function declarations ---*/ + /*--- Threads initialization code ---*/ + #if defined(__PYX_FORCE_INIT_THREADS) && __PYX_FORCE_INIT_THREADS + #ifdef WITH_THREAD /* Python build with threading support? */ + PyEval_InitThreads(); + #endif + #endif + /*--- Module creation code ---*/ + #if PY_MAJOR_VERSION < 3 + __pyx_m = Py_InitModule4("ml2", __pyx_methods, 0, 0, PYTHON_API_VERSION); Py_XINCREF(__pyx_m); + #else + __pyx_m = PyModule_Create(&__pyx_moduledef); + #endif + if (unlikely(!__pyx_m)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_d = PyModule_GetDict(__pyx_m); if (unlikely(!__pyx_d)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + Py_INCREF(__pyx_d); + __pyx_b = PyImport_AddModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_b)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #if CYTHON_COMPILING_IN_PYPY + Py_INCREF(__pyx_b); + #endif + if (PyObject_SetAttrString(__pyx_m, "__builtins__", __pyx_b) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + /*--- Initialize various global constants etc. ---*/ + if (unlikely(__Pyx_InitGlobals() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #if PY_MAJOR_VERSION < 3 && (__PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT) + if (__Pyx_init_sys_getdefaultencoding_params() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if (__pyx_module_is_main_ml2) { + if (PyObject_SetAttrString(__pyx_m, "__name__", __pyx_n_s_main) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + } + #if PY_MAJOR_VERSION >= 3 + { + PyObject *modules = PyImport_GetModuleDict(); if (unlikely(!modules)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + if (!PyDict_GetItemString(modules, "ml2")) { + if (unlikely(PyDict_SetItemString(modules, "ml2", __pyx_m) < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + } + #endif + /*--- Builtin init code ---*/ + if (unlikely(__Pyx_InitCachedBuiltins() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + /*--- Constants init code ---*/ + if (unlikely(__Pyx_InitCachedConstants() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + /*--- Global init code ---*/ + /*--- Variable export code ---*/ + /*--- Function export code ---*/ + /*--- Type init code ---*/ + /*--- Type import code ---*/ + __pyx_ptype_7cpython_4type_type = __Pyx_ImportType(__Pyx_BUILTIN_MODULE_NAME, "type", + #if CYTHON_COMPILING_IN_PYPY + sizeof(PyTypeObject), + #else + sizeof(PyHeapTypeObject), + #endif + 0); if (unlikely(!__pyx_ptype_7cpython_4type_type)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 9; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_dtype = __Pyx_ImportType("numpy", "dtype", sizeof(PyArray_Descr), 0); if (unlikely(!__pyx_ptype_5numpy_dtype)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 155; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_flatiter = __Pyx_ImportType("numpy", "flatiter", sizeof(PyArrayIterObject), 0); if (unlikely(!__pyx_ptype_5numpy_flatiter)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 168; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_broadcast = __Pyx_ImportType("numpy", "broadcast", sizeof(PyArrayMultiIterObject), 0); if (unlikely(!__pyx_ptype_5numpy_broadcast)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 172; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_ndarray = __Pyx_ImportType("numpy", "ndarray", sizeof(PyArrayObject), 0); if (unlikely(!__pyx_ptype_5numpy_ndarray)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 181; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_ufunc = __Pyx_ImportType("numpy", "ufunc", sizeof(PyUFuncObject), 0); if (unlikely(!__pyx_ptype_5numpy_ufunc)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 864; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + /*--- Variable import code ---*/ + /*--- Function import code ---*/ + /*--- Execution code ---*/ + + /* "ml2.pyx":2 + * # cython: boundscheck=False, cdivision=True + * import numpy as np # <<<<<<<<<<<<<< + * cimport numpy as np + * from libc.math cimport log, exp + */ + __pyx_t_1 = __Pyx_Import(__pyx_n_s_numpy, 0, -1); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + if (PyDict_SetItem(__pyx_d, __pyx_n_s_np, __pyx_t_1) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; + + /* "ml2.pyx":6 + * from libc.math cimport log, exp + * + * DTYPE = np.float64 # <<<<<<<<<<<<<< + * ctypedef np.float_t DTYPE_t + * + */ + __pyx_t_1 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_1, __pyx_n_s_float64); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_2); + __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; + if (PyDict_SetItem(__pyx_d, __pyx_n_s_DTYPE, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; + + /* "ml2.pyx":33 + * return result + * + * def ml2(dict root_victims, dict victims, dict non_victims, # <<<<<<<<<<<<<< + * DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): + * cdef: + */ + __pyx_t_2 = PyCFunction_NewEx(&__pyx_mdef_3ml2_1ml2, NULL, __pyx_n_s_ml2); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_2); + if (PyDict_SetItem(__pyx_d, __pyx_n_s_ml2, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; + + /* "ml2.pyx":1 + * # cython: boundscheck=False, cdivision=True # <<<<<<<<<<<<<< + * import numpy as np + * cimport numpy as np + */ + __pyx_t_2 = PyDict_New(); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_2); + if (PyDict_SetItem(__pyx_d, __pyx_n_s_test, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 + * arr.base = baseptr + * + * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< + * if arr.base is NULL: + * return None + */ + + /*--- Wrapped vars code ---*/ + + goto __pyx_L0; + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_XDECREF(__pyx_t_2); + if (__pyx_m) { + if (__pyx_d) { + __Pyx_AddTraceback("init ml2", __pyx_clineno, __pyx_lineno, __pyx_filename); + } + Py_DECREF(__pyx_m); __pyx_m = 0; + } else if (!PyErr_Occurred()) { + PyErr_SetString(PyExc_ImportError, "init ml2"); + } + __pyx_L0:; + __Pyx_RefNannyFinishContext(); + #if PY_MAJOR_VERSION < 3 + return; + #else + return __pyx_m; + #endif +} + +/* --- Runtime support code --- */ +#if CYTHON_REFNANNY +static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname) { + PyObject *m = NULL, *p = NULL; + void *r = NULL; + m = PyImport_ImportModule((char *)modname); + if (!m) goto end; + p = PyObject_GetAttrString(m, (char *)"RefNannyAPI"); + if (!p) goto end; + r = PyLong_AsVoidPtr(p); +end: + Py_XDECREF(p); + Py_XDECREF(m); + return (__Pyx_RefNannyAPIStruct *)r; +} +#endif + +static PyObject *__Pyx_GetBuiltinName(PyObject *name) { + PyObject* result = __Pyx_PyObject_GetAttrStr(__pyx_b, name); + if (unlikely(!result)) { + PyErr_Format(PyExc_NameError, +#if PY_MAJOR_VERSION >= 3 + "name '%U' is not defined", name); +#else + "name '%.200s' is not defined", PyString_AS_STRING(name)); +#endif + } + return result; +} + +static void __Pyx_RaiseArgtupleInvalid( + const char* func_name, + int exact, + Py_ssize_t num_min, + Py_ssize_t num_max, + Py_ssize_t num_found) +{ + Py_ssize_t num_expected; + const char *more_or_less; + if (num_found < num_min) { + num_expected = num_min; + more_or_less = "at least"; + } else { + num_expected = num_max; + more_or_less = "at most"; + } + if (exact) { + more_or_less = "exactly"; + } + PyErr_Format(PyExc_TypeError, + "%.200s() takes %.8s %" CYTHON_FORMAT_SSIZE_T "d positional argument%.1s (%" CYTHON_FORMAT_SSIZE_T "d given)", + func_name, more_or_less, num_expected, + (num_expected == 1) ? "" : "s", num_found); +} + +static void __Pyx_RaiseDoubleKeywordsError( + const char* func_name, + PyObject* kw_name) +{ + PyErr_Format(PyExc_TypeError, + #if PY_MAJOR_VERSION >= 3 + "%s() got multiple values for keyword argument '%U'", func_name, kw_name); + #else + "%s() got multiple values for keyword argument '%s'", func_name, + PyString_AsString(kw_name)); + #endif +} + +static int __Pyx_ParseOptionalKeywords( + PyObject *kwds, + PyObject **argnames[], + PyObject *kwds2, + PyObject *values[], + Py_ssize_t num_pos_args, + const char* function_name) +{ + PyObject *key = 0, *value = 0; + Py_ssize_t pos = 0; + PyObject*** name; + PyObject*** first_kw_arg = argnames + num_pos_args; + while (PyDict_Next(kwds, &pos, &key, &value)) { + name = first_kw_arg; + while (*name && (**name != key)) name++; + if (*name) { + values[name-argnames] = value; + continue; + } + name = first_kw_arg; + #if PY_MAJOR_VERSION < 3 + if (likely(PyString_CheckExact(key)) || likely(PyString_Check(key))) { + while (*name) { + if ((CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**name) == PyString_GET_SIZE(key)) + && _PyString_Eq(**name, key)) { + values[name-argnames] = value; + break; + } + name++; + } + if (*name) continue; + else { + PyObject*** argname = argnames; + while (argname != first_kw_arg) { + if ((**argname == key) || ( + (CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**argname) == PyString_GET_SIZE(key)) + && _PyString_Eq(**argname, key))) { + goto arg_passed_twice; + } + argname++; + } + } + } else + #endif + if (likely(PyUnicode_Check(key))) { + while (*name) { + int cmp = (**name == key) ? 0 : + #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3 + (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : + #endif + PyUnicode_Compare(**name, key); + if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad; + if (cmp == 0) { + values[name-argnames] = value; + break; + } + name++; + } + if (*name) continue; + else { + PyObject*** argname = argnames; + while (argname != first_kw_arg) { + int cmp = (**argname == key) ? 0 : + #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3 + (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : + #endif + PyUnicode_Compare(**argname, key); + if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad; + if (cmp == 0) goto arg_passed_twice; + argname++; + } + } + } else + goto invalid_keyword_type; + if (kwds2) { + if (unlikely(PyDict_SetItem(kwds2, key, value))) goto bad; + } else { + goto invalid_keyword; + } + } + return 0; +arg_passed_twice: + __Pyx_RaiseDoubleKeywordsError(function_name, key); + goto bad; +invalid_keyword_type: + PyErr_Format(PyExc_TypeError, + "%.200s() keywords must be strings", function_name); + goto bad; +invalid_keyword: + PyErr_Format(PyExc_TypeError, + #if PY_MAJOR_VERSION < 3 + "%.200s() got an unexpected keyword argument '%.200s'", + function_name, PyString_AsString(key)); + #else + "%s() got an unexpected keyword argument '%U'", + function_name, key); + #endif +bad: + return -1; +} + +static void __Pyx_RaiseArgumentTypeInvalid(const char* name, PyObject *obj, PyTypeObject *type) { + PyErr_Format(PyExc_TypeError, + "Argument '%.200s' has incorrect type (expected %.200s, got %.200s)", + name, type->tp_name, Py_TYPE(obj)->tp_name); +} +static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *type, int none_allowed, + const char *name, int exact) +{ + if (unlikely(!type)) { + PyErr_SetString(PyExc_SystemError, "Missing type object"); + return 0; + } + if (none_allowed && obj == Py_None) return 1; + else if (exact) { + if (likely(Py_TYPE(obj) == type)) return 1; + #if PY_MAJOR_VERSION == 2 + else if ((type == &PyBaseString_Type) && likely(__Pyx_PyBaseString_CheckExact(obj))) return 1; + #endif + } + else { + if (likely(PyObject_TypeCheck(obj, type))) return 1; + } + __Pyx_RaiseArgumentTypeInvalid(name, obj, type); + return 0; +} + +static CYTHON_INLINE PyObject *__Pyx_GetModuleGlobalName(PyObject *name) { + PyObject *result; +#if CYTHON_COMPILING_IN_CPYTHON + result = PyDict_GetItem(__pyx_d, name); + if (likely(result)) { + Py_INCREF(result); + } else { +#else + result = PyObject_GetItem(__pyx_d, name); + if (!result) { + PyErr_Clear(); +#endif + result = __Pyx_GetBuiltinName(name); + } + return result; +} + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw) { + PyObject *result; + ternaryfunc call = func->ob_type->tp_call; + if (unlikely(!call)) + return PyObject_Call(func, arg, kw); + if (unlikely(Py_EnterRecursiveCall((char*)" while calling a Python object"))) + return NULL; + result = (*call)(func, arg, kw); + Py_LeaveRecursiveCall(); + if (unlikely(!result) && unlikely(!PyErr_Occurred())) { + PyErr_SetString( + PyExc_SystemError, + "NULL result without error in PyObject_Call"); + } + return result; +} +#endif + +static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type) { + if (unlikely(!type)) { + PyErr_SetString(PyExc_SystemError, "Missing type object"); + return 0; + } + if (likely(PyObject_TypeCheck(obj, type))) + return 1; + PyErr_Format(PyExc_TypeError, "Cannot convert %.200s to %.200s", + Py_TYPE(obj)->tp_name, type->tp_name); + return 0; +} + +static CYTHON_INLINE int __Pyx_IsLittleEndian(void) { + unsigned int n = 1; + return *(unsigned char*)(&n) != 0; +} +static void __Pyx_BufFmt_Init(__Pyx_BufFmt_Context* ctx, + __Pyx_BufFmt_StackElem* stack, + __Pyx_TypeInfo* type) { + stack[0].field = &ctx->root; + stack[0].parent_offset = 0; + ctx->root.type = type; + ctx->root.name = "buffer dtype"; + ctx->root.offset = 0; + ctx->head = stack; + ctx->head->field = &ctx->root; + ctx->fmt_offset = 0; + ctx->head->parent_offset = 0; + ctx->new_packmode = '@'; + ctx->enc_packmode = '@'; + ctx->new_count = 1; + ctx->enc_count = 0; + ctx->enc_type = 0; + ctx->is_complex = 0; + ctx->is_valid_array = 0; + ctx->struct_alignment = 0; + while (type->typegroup == 'S') { + ++ctx->head; + ctx->head->field = type->fields; + ctx->head->parent_offset = 0; + type = type->fields->type; + } +} +static int __Pyx_BufFmt_ParseNumber(const char** ts) { + int count; + const char* t = *ts; + if (*t < '0' || *t > '9') { + return -1; + } else { + count = *t++ - '0'; + while (*t >= '0' && *t < '9') { + count *= 10; + count += *t++ - '0'; + } + } + *ts = t; + return count; +} +static int __Pyx_BufFmt_ExpectNumber(const char **ts) { + int number = __Pyx_BufFmt_ParseNumber(ts); + if (number == -1) + PyErr_Format(PyExc_ValueError,\ + "Does not understand character buffer dtype format string ('%c')", **ts); + return number; +} +static void __Pyx_BufFmt_RaiseUnexpectedChar(char ch) { + PyErr_Format(PyExc_ValueError, + "Unexpected format string character: '%c'", ch); +} +static const char* __Pyx_BufFmt_DescribeTypeChar(char ch, int is_complex) { + switch (ch) { + case 'c': return "'char'"; + case 'b': return "'signed char'"; + case 'B': return "'unsigned char'"; + case 'h': return "'short'"; + case 'H': return "'unsigned short'"; + case 'i': return "'int'"; + case 'I': return "'unsigned int'"; + case 'l': return "'long'"; + case 'L': return "'unsigned long'"; + case 'q': return "'long long'"; + case 'Q': return "'unsigned long long'"; + case 'f': return (is_complex ? "'complex float'" : "'float'"); + case 'd': return (is_complex ? "'complex double'" : "'double'"); + case 'g': return (is_complex ? "'complex long double'" : "'long double'"); + case 'T': return "a struct"; + case 'O': return "Python object"; + case 'P': return "a pointer"; + case 's': case 'p': return "a string"; + case 0: return "end"; + default: return "unparseable format string"; + } +} +static size_t __Pyx_BufFmt_TypeCharToStandardSize(char ch, int is_complex) { + switch (ch) { + case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; + case 'h': case 'H': return 2; + case 'i': case 'I': case 'l': case 'L': return 4; + case 'q': case 'Q': return 8; + case 'f': return (is_complex ? 8 : 4); + case 'd': return (is_complex ? 16 : 8); + case 'g': { + PyErr_SetString(PyExc_ValueError, "Python does not define a standard format string size for long double ('g').."); + return 0; + } + case 'O': case 'P': return sizeof(void*); + default: + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } +} +static size_t __Pyx_BufFmt_TypeCharToNativeSize(char ch, int is_complex) { + switch (ch) { + case 'c': case 'b': case 'B': case 's': case 'p': return 1; + case 'h': case 'H': return sizeof(short); + case 'i': case 'I': return sizeof(int); + case 'l': case 'L': return sizeof(long); + #ifdef HAVE_LONG_LONG + case 'q': case 'Q': return sizeof(PY_LONG_LONG); + #endif + case 'f': return sizeof(float) * (is_complex ? 2 : 1); + case 'd': return sizeof(double) * (is_complex ? 2 : 1); + case 'g': return sizeof(long double) * (is_complex ? 2 : 1); + case 'O': case 'P': return sizeof(void*); + default: { + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } + } +} +typedef struct { char c; short x; } __Pyx_st_short; +typedef struct { char c; int x; } __Pyx_st_int; +typedef struct { char c; long x; } __Pyx_st_long; +typedef struct { char c; float x; } __Pyx_st_float; +typedef struct { char c; double x; } __Pyx_st_double; +typedef struct { char c; long double x; } __Pyx_st_longdouble; +typedef struct { char c; void *x; } __Pyx_st_void_p; +#ifdef HAVE_LONG_LONG +typedef struct { char c; PY_LONG_LONG x; } __Pyx_st_longlong; +#endif +static size_t __Pyx_BufFmt_TypeCharToAlignment(char ch, CYTHON_UNUSED int is_complex) { + switch (ch) { + case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; + case 'h': case 'H': return sizeof(__Pyx_st_short) - sizeof(short); + case 'i': case 'I': return sizeof(__Pyx_st_int) - sizeof(int); + case 'l': case 'L': return sizeof(__Pyx_st_long) - sizeof(long); +#ifdef HAVE_LONG_LONG + case 'q': case 'Q': return sizeof(__Pyx_st_longlong) - sizeof(PY_LONG_LONG); +#endif + case 'f': return sizeof(__Pyx_st_float) - sizeof(float); + case 'd': return sizeof(__Pyx_st_double) - sizeof(double); + case 'g': return sizeof(__Pyx_st_longdouble) - sizeof(long double); + case 'P': case 'O': return sizeof(__Pyx_st_void_p) - sizeof(void*); + default: + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } +} +/* These are for computing the padding at the end of the struct to align + on the first member of the struct. This will probably the same as above, + but we don't have any guarantees. + */ +typedef struct { short x; char c; } __Pyx_pad_short; +typedef struct { int x; char c; } __Pyx_pad_int; +typedef struct { long x; char c; } __Pyx_pad_long; +typedef struct { float x; char c; } __Pyx_pad_float; +typedef struct { double x; char c; } __Pyx_pad_double; +typedef struct { long double x; char c; } __Pyx_pad_longdouble; +typedef struct { void *x; char c; } __Pyx_pad_void_p; +#ifdef HAVE_LONG_LONG +typedef struct { PY_LONG_LONG x; char c; } __Pyx_pad_longlong; +#endif +static size_t __Pyx_BufFmt_TypeCharToPadding(char ch, CYTHON_UNUSED int is_complex) { + switch (ch) { + case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; + case 'h': case 'H': return sizeof(__Pyx_pad_short) - sizeof(short); + case 'i': case 'I': return sizeof(__Pyx_pad_int) - sizeof(int); + case 'l': case 'L': return sizeof(__Pyx_pad_long) - sizeof(long); +#ifdef HAVE_LONG_LONG + case 'q': case 'Q': return sizeof(__Pyx_pad_longlong) - sizeof(PY_LONG_LONG); +#endif + case 'f': return sizeof(__Pyx_pad_float) - sizeof(float); + case 'd': return sizeof(__Pyx_pad_double) - sizeof(double); + case 'g': return sizeof(__Pyx_pad_longdouble) - sizeof(long double); + case 'P': case 'O': return sizeof(__Pyx_pad_void_p) - sizeof(void*); + default: + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } +} +static char __Pyx_BufFmt_TypeCharToGroup(char ch, int is_complex) { + switch (ch) { + case 'c': + return 'H'; + case 'b': case 'h': case 'i': + case 'l': case 'q': case 's': case 'p': + return 'I'; + case 'B': case 'H': case 'I': case 'L': case 'Q': + return 'U'; + case 'f': case 'd': case 'g': + return (is_complex ? 'C' : 'R'); + case 'O': + return 'O'; + case 'P': + return 'P'; + default: { + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } + } +} +static void __Pyx_BufFmt_RaiseExpected(__Pyx_BufFmt_Context* ctx) { + if (ctx->head == NULL || ctx->head->field == &ctx->root) { + const char* expected; + const char* quote; + if (ctx->head == NULL) { + expected = "end"; + quote = ""; + } else { + expected = ctx->head->field->type->name; + quote = "'"; + } + PyErr_Format(PyExc_ValueError, + "Buffer dtype mismatch, expected %s%s%s but got %s", + quote, expected, quote, + __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex)); + } else { + __Pyx_StructField* field = ctx->head->field; + __Pyx_StructField* parent = (ctx->head - 1)->field; + PyErr_Format(PyExc_ValueError, + "Buffer dtype mismatch, expected '%s' but got %s in '%s.%s'", + field->type->name, __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex), + parent->type->name, field->name); + } +} +static int __Pyx_BufFmt_ProcessTypeChunk(__Pyx_BufFmt_Context* ctx) { + char group; + size_t size, offset, arraysize = 1; + if (ctx->enc_type == 0) return 0; + if (ctx->head->field->type->arraysize[0]) { + int i, ndim = 0; + if (ctx->enc_type == 's' || ctx->enc_type == 'p') { + ctx->is_valid_array = ctx->head->field->type->ndim == 1; + ndim = 1; + if (ctx->enc_count != ctx->head->field->type->arraysize[0]) { + PyErr_Format(PyExc_ValueError, + "Expected a dimension of size %zu, got %zu", + ctx->head->field->type->arraysize[0], ctx->enc_count); + return -1; + } + } + if (!ctx->is_valid_array) { + PyErr_Format(PyExc_ValueError, "Expected %d dimensions, got %d", + ctx->head->field->type->ndim, ndim); + return -1; + } + for (i = 0; i < ctx->head->field->type->ndim; i++) { + arraysize *= ctx->head->field->type->arraysize[i]; + } + ctx->is_valid_array = 0; + ctx->enc_count = 1; + } + group = __Pyx_BufFmt_TypeCharToGroup(ctx->enc_type, ctx->is_complex); + do { + __Pyx_StructField* field = ctx->head->field; + __Pyx_TypeInfo* type = field->type; + if (ctx->enc_packmode == '@' || ctx->enc_packmode == '^') { + size = __Pyx_BufFmt_TypeCharToNativeSize(ctx->enc_type, ctx->is_complex); + } else { + size = __Pyx_BufFmt_TypeCharToStandardSize(ctx->enc_type, ctx->is_complex); + } + if (ctx->enc_packmode == '@') { + size_t align_at = __Pyx_BufFmt_TypeCharToAlignment(ctx->enc_type, ctx->is_complex); + size_t align_mod_offset; + if (align_at == 0) return -1; + align_mod_offset = ctx->fmt_offset % align_at; + if (align_mod_offset > 0) ctx->fmt_offset += align_at - align_mod_offset; + if (ctx->struct_alignment == 0) + ctx->struct_alignment = __Pyx_BufFmt_TypeCharToPadding(ctx->enc_type, + ctx->is_complex); + } + if (type->size != size || type->typegroup != group) { + if (type->typegroup == 'C' && type->fields != NULL) { + size_t parent_offset = ctx->head->parent_offset + field->offset; + ++ctx->head; + ctx->head->field = type->fields; + ctx->head->parent_offset = parent_offset; + continue; + } + if ((type->typegroup == 'H' || group == 'H') && type->size == size) { + } else { + __Pyx_BufFmt_RaiseExpected(ctx); + return -1; + } + } + offset = ctx->head->parent_offset + field->offset; + if (ctx->fmt_offset != offset) { + PyErr_Format(PyExc_ValueError, + "Buffer dtype mismatch; next field is at offset %" CYTHON_FORMAT_SSIZE_T "d but %" CYTHON_FORMAT_SSIZE_T "d expected", + (Py_ssize_t)ctx->fmt_offset, (Py_ssize_t)offset); + return -1; + } + ctx->fmt_offset += size; + if (arraysize) + ctx->fmt_offset += (arraysize - 1) * size; + --ctx->enc_count; + while (1) { + if (field == &ctx->root) { + ctx->head = NULL; + if (ctx->enc_count != 0) { + __Pyx_BufFmt_RaiseExpected(ctx); + return -1; + } + break; + } + ctx->head->field = ++field; + if (field->type == NULL) { + --ctx->head; + field = ctx->head->field; + continue; + } else if (field->type->typegroup == 'S') { + size_t parent_offset = ctx->head->parent_offset + field->offset; + if (field->type->fields->type == NULL) continue; + field = field->type->fields; + ++ctx->head; + ctx->head->field = field; + ctx->head->parent_offset = parent_offset; + break; + } else { + break; + } + } + } while (ctx->enc_count); + ctx->enc_type = 0; + ctx->is_complex = 0; + return 0; +} +static CYTHON_INLINE PyObject * +__pyx_buffmt_parse_array(__Pyx_BufFmt_Context* ctx, const char** tsp) +{ + const char *ts = *tsp; + int i = 0, number; + int ndim = ctx->head->field->type->ndim; +; + ++ts; + if (ctx->new_count != 1) { + PyErr_SetString(PyExc_ValueError, + "Cannot handle repeated arrays in format string"); + return NULL; + } + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + while (*ts && *ts != ')') { + switch (*ts) { + case ' ': case '\f': case '\r': case '\n': case '\t': case '\v': continue; + default: break; + } + number = __Pyx_BufFmt_ExpectNumber(&ts); + if (number == -1) return NULL; + if (i < ndim && (size_t) number != ctx->head->field->type->arraysize[i]) + return PyErr_Format(PyExc_ValueError, + "Expected a dimension of size %zu, got %d", + ctx->head->field->type->arraysize[i], number); + if (*ts != ',' && *ts != ')') + return PyErr_Format(PyExc_ValueError, + "Expected a comma in format string, got '%c'", *ts); + if (*ts == ',') ts++; + i++; + } + if (i != ndim) + return PyErr_Format(PyExc_ValueError, "Expected %d dimension(s), got %d", + ctx->head->field->type->ndim, i); + if (!*ts) { + PyErr_SetString(PyExc_ValueError, + "Unexpected end of format string, expected ')'"); + return NULL; + } + ctx->is_valid_array = 1; + ctx->new_count = 1; + *tsp = ++ts; + return Py_None; +} +static const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const char* ts) { + int got_Z = 0; + while (1) { + switch(*ts) { + case 0: + if (ctx->enc_type != 0 && ctx->head == NULL) { + __Pyx_BufFmt_RaiseExpected(ctx); + return NULL; + } + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + if (ctx->head != NULL) { + __Pyx_BufFmt_RaiseExpected(ctx); + return NULL; + } + return ts; + case ' ': + case '\r': + case '\n': + ++ts; + break; + case '<': + if (!__Pyx_IsLittleEndian()) { + PyErr_SetString(PyExc_ValueError, "Little-endian buffer not supported on big-endian compiler"); + return NULL; + } + ctx->new_packmode = '='; + ++ts; + break; + case '>': + case '!': + if (__Pyx_IsLittleEndian()) { + PyErr_SetString(PyExc_ValueError, "Big-endian buffer not supported on little-endian compiler"); + return NULL; + } + ctx->new_packmode = '='; + ++ts; + break; + case '=': + case '@': + case '^': + ctx->new_packmode = *ts++; + break; + case 'T': + { + const char* ts_after_sub; + size_t i, struct_count = ctx->new_count; + size_t struct_alignment = ctx->struct_alignment; + ctx->new_count = 1; + ++ts; + if (*ts != '{') { + PyErr_SetString(PyExc_ValueError, "Buffer acquisition: Expected '{' after 'T'"); + return NULL; + } + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + ctx->enc_type = 0; + ctx->enc_count = 0; + ctx->struct_alignment = 0; + ++ts; + ts_after_sub = ts; + for (i = 0; i != struct_count; ++i) { + ts_after_sub = __Pyx_BufFmt_CheckString(ctx, ts); + if (!ts_after_sub) return NULL; + } + ts = ts_after_sub; + if (struct_alignment) ctx->struct_alignment = struct_alignment; + } + break; + case '}': + { + size_t alignment = ctx->struct_alignment; + ++ts; + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + ctx->enc_type = 0; + if (alignment && ctx->fmt_offset % alignment) { + ctx->fmt_offset += alignment - (ctx->fmt_offset % alignment); + } + } + return ts; + case 'x': + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + ctx->fmt_offset += ctx->new_count; + ctx->new_count = 1; + ctx->enc_count = 0; + ctx->enc_type = 0; + ctx->enc_packmode = ctx->new_packmode; + ++ts; + break; + case 'Z': + got_Z = 1; + ++ts; + if (*ts != 'f' && *ts != 'd' && *ts != 'g') { + __Pyx_BufFmt_RaiseUnexpectedChar('Z'); + return NULL; + } + case 'c': case 'b': case 'B': case 'h': case 'H': case 'i': case 'I': + case 'l': case 'L': case 'q': case 'Q': + case 'f': case 'd': case 'g': + case 'O': case 'p': + if (ctx->enc_type == *ts && got_Z == ctx->is_complex && + ctx->enc_packmode == ctx->new_packmode) { + ctx->enc_count += ctx->new_count; + ctx->new_count = 1; + got_Z = 0; + ++ts; + break; + } + case 's': + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + ctx->enc_count = ctx->new_count; + ctx->enc_packmode = ctx->new_packmode; + ctx->enc_type = *ts; + ctx->is_complex = got_Z; + ++ts; + ctx->new_count = 1; + got_Z = 0; + break; + case ':': + ++ts; + while(*ts != ':') ++ts; + ++ts; + break; + case '(': + if (!__pyx_buffmt_parse_array(ctx, &ts)) return NULL; + break; + default: + { + int number = __Pyx_BufFmt_ExpectNumber(&ts); + if (number == -1) return NULL; + ctx->new_count = (size_t)number; + } + } + } +} +static CYTHON_INLINE void __Pyx_ZeroBuffer(Py_buffer* buf) { + buf->buf = NULL; + buf->obj = NULL; + buf->strides = __Pyx_zeros; + buf->shape = __Pyx_zeros; + buf->suboffsets = __Pyx_minusones; +} +static CYTHON_INLINE int __Pyx_GetBufferAndValidate( + Py_buffer* buf, PyObject* obj, __Pyx_TypeInfo* dtype, int flags, + int nd, int cast, __Pyx_BufFmt_StackElem* stack) +{ + if (obj == Py_None || obj == NULL) { + __Pyx_ZeroBuffer(buf); + return 0; + } + buf->buf = NULL; + if (__Pyx_GetBuffer(obj, buf, flags) == -1) goto fail; + if (buf->ndim != nd) { + PyErr_Format(PyExc_ValueError, + "Buffer has wrong number of dimensions (expected %d, got %d)", + nd, buf->ndim); + goto fail; + } + if (!cast) { + __Pyx_BufFmt_Context ctx; + __Pyx_BufFmt_Init(&ctx, stack, dtype); + if (!__Pyx_BufFmt_CheckString(&ctx, buf->format)) goto fail; + } + if ((unsigned)buf->itemsize != dtype->size) { + PyErr_Format(PyExc_ValueError, + "Item size of buffer (%" CYTHON_FORMAT_SSIZE_T "d byte%s) does not match size of '%s' (%" CYTHON_FORMAT_SSIZE_T "d byte%s)", + buf->itemsize, (buf->itemsize > 1) ? "s" : "", + dtype->name, (Py_ssize_t)dtype->size, (dtype->size > 1) ? "s" : ""); + goto fail; + } + if (buf->suboffsets == NULL) buf->suboffsets = __Pyx_minusones; + return 0; +fail:; + __Pyx_ZeroBuffer(buf); + return -1; +} +static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info) { + if (info->buf == NULL) return; + if (info->suboffsets == __Pyx_minusones) info->suboffsets = NULL; + __Pyx_ReleaseBuffer(info); +} + +static CYTHON_INLINE int __Pyx_IterFinish(void) { +#if CYTHON_COMPILING_IN_CPYTHON + PyThreadState *tstate = PyThreadState_GET(); + PyObject* exc_type = tstate->curexc_type; + if (unlikely(exc_type)) { + if (likely(exc_type == PyExc_StopIteration) || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration)) { + PyObject *exc_value, *exc_tb; + exc_value = tstate->curexc_value; + exc_tb = tstate->curexc_traceback; + tstate->curexc_type = 0; + tstate->curexc_value = 0; + tstate->curexc_traceback = 0; + Py_DECREF(exc_type); + Py_XDECREF(exc_value); + Py_XDECREF(exc_tb); + return 0; + } else { + return -1; + } + } + return 0; +#else + if (unlikely(PyErr_Occurred())) { + if (likely(PyErr_ExceptionMatches(PyExc_StopIteration))) { + PyErr_Clear(); + return 0; + } else { + return -1; + } + } + return 0; +#endif +} + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg) { + PyObject *self, *result; + PyCFunction cfunc; + cfunc = PyCFunction_GET_FUNCTION(func); + self = PyCFunction_GET_SELF(func); + if (unlikely(Py_EnterRecursiveCall((char*)" while calling a Python object"))) + return NULL; + result = cfunc(self, arg); + Py_LeaveRecursiveCall(); + if (unlikely(!result) && unlikely(!PyErr_Occurred())) { + PyErr_SetString( + PyExc_SystemError, + "NULL result without error in PyObject_Call"); + } + return result; +} +#endif + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func) { +#ifdef __Pyx_CyFunction_USED + if (likely(PyCFunction_Check(func) || PyObject_TypeCheck(func, __pyx_CyFunctionType))) { +#else + if (likely(PyCFunction_Check(func))) { +#endif + if (likely(PyCFunction_GET_FLAGS(func) & METH_NOARGS)) { + return __Pyx_PyObject_CallMethO(func, NULL); + } + } + return __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL); +} +#endif + +#if CYTHON_COMPILING_IN_CPYTHON +static PyObject* __Pyx__PyObject_CallOneArg(PyObject *func, PyObject *arg) { + PyObject *result; + PyObject *args = PyTuple_New(1); + if (unlikely(!args)) return NULL; + Py_INCREF(arg); + PyTuple_SET_ITEM(args, 0, arg); + result = __Pyx_PyObject_Call(func, args, NULL); + Py_DECREF(args); + return result; +} +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) { +#ifdef __Pyx_CyFunction_USED + if (likely(PyCFunction_Check(func) || PyObject_TypeCheck(func, __pyx_CyFunctionType))) { +#else + if (likely(PyCFunction_Check(func))) { +#endif + if (likely(PyCFunction_GET_FLAGS(func) & METH_O)) { + return __Pyx_PyObject_CallMethO(func, arg); + } + } + return __Pyx__PyObject_CallOneArg(func, arg); +} +#else +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) { + PyObject* args = PyTuple_Pack(1, arg); + return (likely(args)) ? __Pyx_PyObject_Call(func, args, NULL) : NULL; +} +#endif + +static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) { + PyObject *method, *result = NULL; + method = __Pyx_PyObject_GetAttrStr(obj, method_name); + if (unlikely(!method)) goto bad; +#if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyMethod_Check(method))) { + PyObject *self = PyMethod_GET_SELF(method); + if (likely(self)) { + PyObject *function = PyMethod_GET_FUNCTION(method); + result = __Pyx_PyObject_CallOneArg(function, self); + Py_DECREF(method); + return result; + } + } +#endif + result = __Pyx_PyObject_CallNoArg(method); + Py_DECREF(method); +bad: + return result; +} + +static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index) { + PyErr_Format(PyExc_ValueError, + "need more than %" CYTHON_FORMAT_SSIZE_T "d value%.1s to unpack", + index, (index == 1) ? "" : "s"); +} + +static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected) { + PyErr_Format(PyExc_ValueError, + "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected); +} + +static int __Pyx_IternextUnpackEndCheck(PyObject *retval, Py_ssize_t expected) { + if (unlikely(retval)) { + Py_DECREF(retval); + __Pyx_RaiseTooManyValuesError(expected); + return -1; + } else { + return __Pyx_IterFinish(); + } + return 0; +} + +static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); +} + +static void __Pyx_UnpackTupleError(PyObject *t, Py_ssize_t index) { + if (t == Py_None) { + __Pyx_RaiseNoneNotIterableError(); + } else if (PyTuple_GET_SIZE(t) < index) { + __Pyx_RaiseNeedMoreValuesError(PyTuple_GET_SIZE(t)); + } else { + __Pyx_RaiseTooManyValuesError(index); + } +} + +static CYTHON_INLINE int __Pyx_unpack_tuple2(PyObject* tuple, PyObject** pvalue1, PyObject** pvalue2, + int is_tuple, int has_known_size, int decref_tuple) { + Py_ssize_t index; + PyObject *value1 = NULL, *value2 = NULL, *iter = NULL; + if (!is_tuple && unlikely(!PyTuple_Check(tuple))) { + iternextfunc iternext; + iter = PyObject_GetIter(tuple); + if (unlikely(!iter)) goto bad; + if (decref_tuple) { Py_DECREF(tuple); tuple = NULL; } + iternext = Py_TYPE(iter)->tp_iternext; + value1 = iternext(iter); if (unlikely(!value1)) { index = 0; goto unpacking_failed; } + value2 = iternext(iter); if (unlikely(!value2)) { index = 1; goto unpacking_failed; } + if (!has_known_size && unlikely(__Pyx_IternextUnpackEndCheck(iternext(iter), 2))) goto bad; + Py_DECREF(iter); + } else { + if (!has_known_size && unlikely(PyTuple_GET_SIZE(tuple) != 2)) { + __Pyx_UnpackTupleError(tuple, 2); + goto bad; + } +#if CYTHON_COMPILING_IN_PYPY + value1 = PySequence_ITEM(tuple, 0); + if (unlikely(!value1)) goto bad; + value2 = PySequence_ITEM(tuple, 1); + if (unlikely(!value2)) goto bad; +#else + value1 = PyTuple_GET_ITEM(tuple, 0); + value2 = PyTuple_GET_ITEM(tuple, 1); + Py_INCREF(value1); + Py_INCREF(value2); +#endif + if (decref_tuple) { Py_DECREF(tuple); } + } + *pvalue1 = value1; + *pvalue2 = value2; + return 0; +unpacking_failed: + if (!has_known_size && __Pyx_IterFinish() == 0) + __Pyx_RaiseNeedMoreValuesError(index); +bad: + Py_XDECREF(iter); + Py_XDECREF(value1); + Py_XDECREF(value2); + if (decref_tuple) { Py_XDECREF(tuple); } + return -1; +} + +static CYTHON_INLINE PyObject* __Pyx_dict_iterator(PyObject* iterable, int is_dict, PyObject* method_name, + Py_ssize_t* p_orig_length, int* p_source_is_dict) { + is_dict = is_dict || likely(PyDict_CheckExact(iterable)); + *p_source_is_dict = is_dict; +#if !CYTHON_COMPILING_IN_PYPY + if (is_dict) { + *p_orig_length = PyDict_Size(iterable); + Py_INCREF(iterable); + return iterable; + } +#endif + *p_orig_length = 0; + if (method_name) { + PyObject* iter; + iterable = __Pyx_PyObject_CallMethod0(iterable, method_name); + if (!iterable) + return NULL; +#if !CYTHON_COMPILING_IN_PYPY + if (PyTuple_CheckExact(iterable) || PyList_CheckExact(iterable)) + return iterable; +#endif + iter = PyObject_GetIter(iterable); + Py_DECREF(iterable); + return iter; + } + return PyObject_GetIter(iterable); +} +static CYTHON_INLINE int __Pyx_dict_iter_next(PyObject* iter_obj, Py_ssize_t orig_length, Py_ssize_t* ppos, + PyObject** pkey, PyObject** pvalue, PyObject** pitem, int source_is_dict) { + PyObject* next_item; +#if !CYTHON_COMPILING_IN_PYPY + if (source_is_dict) { + PyObject *key, *value; + if (unlikely(orig_length != PyDict_Size(iter_obj))) { + PyErr_SetString(PyExc_RuntimeError, "dictionary changed size during iteration"); + return -1; + } + if (unlikely(!PyDict_Next(iter_obj, ppos, &key, &value))) { + return 0; + } + if (pitem) { + PyObject* tuple = PyTuple_New(2); + if (unlikely(!tuple)) { + return -1; + } + Py_INCREF(key); + Py_INCREF(value); + PyTuple_SET_ITEM(tuple, 0, key); + PyTuple_SET_ITEM(tuple, 1, value); + *pitem = tuple; + } else { + if (pkey) { + Py_INCREF(key); + *pkey = key; + } + if (pvalue) { + Py_INCREF(value); + *pvalue = value; + } + } + return 1; + } else if (PyTuple_CheckExact(iter_obj)) { + Py_ssize_t pos = *ppos; + if (unlikely(pos >= PyTuple_GET_SIZE(iter_obj))) return 0; + *ppos = pos + 1; + next_item = PyTuple_GET_ITEM(iter_obj, pos); + Py_INCREF(next_item); + } else if (PyList_CheckExact(iter_obj)) { + Py_ssize_t pos = *ppos; + if (unlikely(pos >= PyList_GET_SIZE(iter_obj))) return 0; + *ppos = pos + 1; + next_item = PyList_GET_ITEM(iter_obj, pos); + Py_INCREF(next_item); + } else +#endif + { + next_item = PyIter_Next(iter_obj); + if (unlikely(!next_item)) { + return __Pyx_IterFinish(); + } + } + if (pitem) { + *pitem = next_item; + } else if (pkey && pvalue) { + if (__Pyx_unpack_tuple2(next_item, pkey, pvalue, source_is_dict, source_is_dict, 1)) + return -1; + } else if (pkey) { + *pkey = next_item; + } else { + *pvalue = next_item; + } + return 1; +} + +static double __Pyx__PyObject_AsDouble(PyObject* obj) { + PyObject* float_value; +#if CYTHON_COMPILING_IN_PYPY + float_value = PyNumber_Float(obj); +#else + PyNumberMethods *nb = Py_TYPE(obj)->tp_as_number; + if (likely(nb) && likely(nb->nb_float)) { + float_value = nb->nb_float(obj); + if (likely(float_value) && unlikely(!PyFloat_Check(float_value))) { + PyErr_Format(PyExc_TypeError, + "__float__ returned non-float (type %.200s)", + Py_TYPE(float_value)->tp_name); + Py_DECREF(float_value); + goto bad; + } + } else if (PyUnicode_CheckExact(obj) || PyBytes_CheckExact(obj)) { +#if PY_MAJOR_VERSION >= 3 + float_value = PyFloat_FromString(obj); +#else + float_value = PyFloat_FromString(obj, 0); +#endif + } else { + PyObject* args = PyTuple_New(1); + if (unlikely(!args)) goto bad; + PyTuple_SET_ITEM(args, 0, obj); + float_value = PyObject_Call((PyObject*)&PyFloat_Type, args, 0); + PyTuple_SET_ITEM(args, 0, 0); + Py_DECREF(args); + } +#endif + if (likely(float_value)) { + double value = PyFloat_AS_DOUBLE(float_value); + Py_DECREF(float_value); + return value; + } +bad: + return (double)-1; +} + +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j) { + PyObject *r; + if (!j) return NULL; + r = PyObject_GetItem(o, j); + Py_DECREF(j); + return r; +} +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, + int wraparound, int boundscheck) { +#if CYTHON_COMPILING_IN_CPYTHON + if (wraparound & unlikely(i < 0)) i += PyList_GET_SIZE(o); + if ((!boundscheck) || likely((0 <= i) & (i < PyList_GET_SIZE(o)))) { + PyObject *r = PyList_GET_ITEM(o, i); + Py_INCREF(r); + return r; + } + return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); +#else + return PySequence_GetItem(o, i); +#endif +} +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, + int wraparound, int boundscheck) { +#if CYTHON_COMPILING_IN_CPYTHON + if (wraparound & unlikely(i < 0)) i += PyTuple_GET_SIZE(o); + if ((!boundscheck) || likely((0 <= i) & (i < PyTuple_GET_SIZE(o)))) { + PyObject *r = PyTuple_GET_ITEM(o, i); + Py_INCREF(r); + return r; + } + return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); +#else + return PySequence_GetItem(o, i); +#endif +} +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i, + int is_list, int wraparound, int boundscheck) { +#if CYTHON_COMPILING_IN_CPYTHON + if (is_list || PyList_CheckExact(o)) { + Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyList_GET_SIZE(o); + if ((!boundscheck) || (likely((n >= 0) & (n < PyList_GET_SIZE(o))))) { + PyObject *r = PyList_GET_ITEM(o, n); + Py_INCREF(r); + return r; + } + } + else if (PyTuple_CheckExact(o)) { + Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyTuple_GET_SIZE(o); + if ((!boundscheck) || likely((n >= 0) & (n < PyTuple_GET_SIZE(o)))) { + PyObject *r = PyTuple_GET_ITEM(o, n); + Py_INCREF(r); + return r; + } + } else { + PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence; + if (likely(m && m->sq_item)) { + if (wraparound && unlikely(i < 0) && likely(m->sq_length)) { + Py_ssize_t l = m->sq_length(o); + if (likely(l >= 0)) { + i += l; + } else { + if (PyErr_ExceptionMatches(PyExc_OverflowError)) + PyErr_Clear(); + else + return NULL; + } + } + return m->sq_item(o, i); + } + } +#else + if (is_list || PySequence_Check(o)) { + return PySequence_GetItem(o, i); + } +#endif + return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); +} + +static PyObject* __Pyx_PyObject_CallMethod1(PyObject* obj, PyObject* method_name, PyObject* arg) { + PyObject *method, *result = NULL; + method = __Pyx_PyObject_GetAttrStr(obj, method_name); + if (unlikely(!method)) goto bad; +#if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyMethod_Check(method))) { + PyObject *self = PyMethod_GET_SELF(method); + if (likely(self)) { + PyObject *args; + PyObject *function = PyMethod_GET_FUNCTION(method); + args = PyTuple_New(2); + if (unlikely(!args)) goto bad; + Py_INCREF(self); + PyTuple_SET_ITEM(args, 0, self); + Py_INCREF(arg); + PyTuple_SET_ITEM(args, 1, arg); + Py_INCREF(function); + Py_DECREF(method); method = NULL; + result = __Pyx_PyObject_Call(function, args, NULL); + Py_DECREF(args); + Py_DECREF(function); + return result; + } + } +#endif + result = __Pyx_PyObject_CallOneArg(method, arg); +bad: + Py_XDECREF(method); + return result; +} + +static CYTHON_INLINE PyObject* __Pyx_PyDict_Keys(PyObject* d) { + if (PY_MAJOR_VERSION >= 3) + return __Pyx_PyObject_CallMethod1((PyObject*)&PyDict_Type, __pyx_n_s_keys, d); + else + return PyDict_Keys(d); +} + +static CYTHON_INLINE void __Pyx_ExceptionSave(PyObject **type, PyObject **value, PyObject **tb) { +#if CYTHON_COMPILING_IN_CPYTHON + PyThreadState *tstate = PyThreadState_GET(); + *type = tstate->exc_type; + *value = tstate->exc_value; + *tb = tstate->exc_traceback; + Py_XINCREF(*type); + Py_XINCREF(*value); + Py_XINCREF(*tb); +#else + PyErr_GetExcInfo(type, value, tb); +#endif +} +static void __Pyx_ExceptionReset(PyObject *type, PyObject *value, PyObject *tb) { +#if CYTHON_COMPILING_IN_CPYTHON + PyObject *tmp_type, *tmp_value, *tmp_tb; + PyThreadState *tstate = PyThreadState_GET(); + tmp_type = tstate->exc_type; + tmp_value = tstate->exc_value; + tmp_tb = tstate->exc_traceback; + tstate->exc_type = type; + tstate->exc_value = value; + tstate->exc_traceback = tb; + Py_XDECREF(tmp_type); + Py_XDECREF(tmp_value); + Py_XDECREF(tmp_tb); +#else + PyErr_SetExcInfo(type, value, tb); +#endif +} + +static int __Pyx_GetException(PyObject **type, PyObject **value, PyObject **tb) { + PyObject *local_type, *local_value, *local_tb; +#if CYTHON_COMPILING_IN_CPYTHON + PyObject *tmp_type, *tmp_value, *tmp_tb; + PyThreadState *tstate = PyThreadState_GET(); + local_type = tstate->curexc_type; + local_value = tstate->curexc_value; + local_tb = tstate->curexc_traceback; + tstate->curexc_type = 0; + tstate->curexc_value = 0; + tstate->curexc_traceback = 0; +#else + PyErr_Fetch(&local_type, &local_value, &local_tb); +#endif + PyErr_NormalizeException(&local_type, &local_value, &local_tb); +#if CYTHON_COMPILING_IN_CPYTHON + if (unlikely(tstate->curexc_type)) +#else + if (unlikely(PyErr_Occurred())) +#endif + goto bad; + #if PY_MAJOR_VERSION >= 3 + if (local_tb) { + if (unlikely(PyException_SetTraceback(local_value, local_tb) < 0)) + goto bad; + } + #endif + Py_XINCREF(local_tb); + Py_XINCREF(local_type); + Py_XINCREF(local_value); + *type = local_type; + *value = local_value; + *tb = local_tb; +#if CYTHON_COMPILING_IN_CPYTHON + tmp_type = tstate->exc_type; + tmp_value = tstate->exc_value; + tmp_tb = tstate->exc_traceback; + tstate->exc_type = local_type; + tstate->exc_value = local_value; + tstate->exc_traceback = local_tb; + Py_XDECREF(tmp_type); + Py_XDECREF(tmp_value); + Py_XDECREF(tmp_tb); +#else + PyErr_SetExcInfo(local_type, local_value, local_tb); +#endif + return 0; +bad: + *type = 0; + *value = 0; + *tb = 0; + Py_XDECREF(local_type); + Py_XDECREF(local_value); + Py_XDECREF(local_tb); + return -1; +} + +static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) { +#if CYTHON_COMPILING_IN_CPYTHON + PyObject *tmp_type, *tmp_value, *tmp_tb; + PyThreadState *tstate = PyThreadState_GET(); + tmp_type = tstate->curexc_type; + tmp_value = tstate->curexc_value; + tmp_tb = tstate->curexc_traceback; + tstate->curexc_type = type; + tstate->curexc_value = value; + tstate->curexc_traceback = tb; + Py_XDECREF(tmp_type); + Py_XDECREF(tmp_value); + Py_XDECREF(tmp_tb); +#else + PyErr_Restore(type, value, tb); +#endif +} +static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) { +#if CYTHON_COMPILING_IN_CPYTHON + PyThreadState *tstate = PyThreadState_GET(); + *type = tstate->curexc_type; + *value = tstate->curexc_value; + *tb = tstate->curexc_traceback; + tstate->curexc_type = 0; + tstate->curexc_value = 0; + tstate->curexc_traceback = 0; +#else + PyErr_Fetch(type, value, tb); +#endif +} + +#if PY_MAJOR_VERSION < 3 +static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, + CYTHON_UNUSED PyObject *cause) { + Py_XINCREF(type); + if (!value || value == Py_None) + value = NULL; + else + Py_INCREF(value); + if (!tb || tb == Py_None) + tb = NULL; + else { + Py_INCREF(tb); + if (!PyTraceBack_Check(tb)) { + PyErr_SetString(PyExc_TypeError, + "raise: arg 3 must be a traceback or None"); + goto raise_error; + } + } + if (PyType_Check(type)) { +#if CYTHON_COMPILING_IN_PYPY + if (!value) { + Py_INCREF(Py_None); + value = Py_None; + } +#endif + PyErr_NormalizeException(&type, &value, &tb); + } else { + if (value) { + PyErr_SetString(PyExc_TypeError, + "instance exception may not have a separate value"); + goto raise_error; + } + value = type; + type = (PyObject*) Py_TYPE(type); + Py_INCREF(type); + if (!PyType_IsSubtype((PyTypeObject *)type, (PyTypeObject *)PyExc_BaseException)) { + PyErr_SetString(PyExc_TypeError, + "raise: exception class must be a subclass of BaseException"); + goto raise_error; + } + } + __Pyx_ErrRestore(type, value, tb); + return; +raise_error: + Py_XDECREF(value); + Py_XDECREF(type); + Py_XDECREF(tb); + return; +} +#else +static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause) { + PyObject* owned_instance = NULL; + if (tb == Py_None) { + tb = 0; + } else if (tb && !PyTraceBack_Check(tb)) { + PyErr_SetString(PyExc_TypeError, + "raise: arg 3 must be a traceback or None"); + goto bad; + } + if (value == Py_None) + value = 0; + if (PyExceptionInstance_Check(type)) { + if (value) { + PyErr_SetString(PyExc_TypeError, + "instance exception may not have a separate value"); + goto bad; + } + value = type; + type = (PyObject*) Py_TYPE(value); + } else if (PyExceptionClass_Check(type)) { + PyObject *instance_class = NULL; + if (value && PyExceptionInstance_Check(value)) { + instance_class = (PyObject*) Py_TYPE(value); + if (instance_class != type) { + if (PyObject_IsSubclass(instance_class, type)) { + type = instance_class; + } else { + instance_class = NULL; + } + } + } + if (!instance_class) { + PyObject *args; + if (!value) + args = PyTuple_New(0); + else if (PyTuple_Check(value)) { + Py_INCREF(value); + args = value; + } else + args = PyTuple_Pack(1, value); + if (!args) + goto bad; + owned_instance = PyObject_Call(type, args, NULL); + Py_DECREF(args); + if (!owned_instance) + goto bad; + value = owned_instance; + if (!PyExceptionInstance_Check(value)) { + PyErr_Format(PyExc_TypeError, + "calling %R should have returned an instance of " + "BaseException, not %R", + type, Py_TYPE(value)); + goto bad; + } + } + } else { + PyErr_SetString(PyExc_TypeError, + "raise: exception class must be a subclass of BaseException"); + goto bad; + } +#if PY_VERSION_HEX >= 0x03030000 + if (cause) { +#else + if (cause && cause != Py_None) { +#endif + PyObject *fixed_cause; + if (cause == Py_None) { + fixed_cause = NULL; + } else if (PyExceptionClass_Check(cause)) { + fixed_cause = PyObject_CallObject(cause, NULL); + if (fixed_cause == NULL) + goto bad; + } else if (PyExceptionInstance_Check(cause)) { + fixed_cause = cause; + Py_INCREF(fixed_cause); + } else { + PyErr_SetString(PyExc_TypeError, + "exception causes must derive from " + "BaseException"); + goto bad; + } + PyException_SetCause(value, fixed_cause); + } + PyErr_SetObject(type, value); + if (tb) { +#if CYTHON_COMPILING_IN_PYPY + PyObject *tmp_type, *tmp_value, *tmp_tb; + PyErr_Fetch(tmp_type, tmp_value, tmp_tb); + Py_INCREF(tb); + PyErr_Restore(tmp_type, tmp_value, tb); + Py_XDECREF(tmp_tb); +#else + PyThreadState *tstate = PyThreadState_GET(); + PyObject* tmp_tb = tstate->curexc_traceback; + if (tb != tmp_tb) { + Py_INCREF(tb); + tstate->curexc_traceback = tb; + Py_XDECREF(tmp_tb); + } +#endif + } +bad: + Py_XDECREF(owned_instance); + return; +} +#endif + +static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line) { + int start = 0, mid = 0, end = count - 1; + if (end >= 0 && code_line > entries[end].code_line) { + return count; + } + while (start < end) { + mid = (start + end) / 2; + if (code_line < entries[mid].code_line) { + end = mid; + } else if (code_line > entries[mid].code_line) { + start = mid + 1; + } else { + return mid; + } + } + if (code_line <= entries[mid].code_line) { + return mid; + } else { + return mid + 1; + } +} +static PyCodeObject *__pyx_find_code_object(int code_line) { + PyCodeObject* code_object; + int pos; + if (unlikely(!code_line) || unlikely(!__pyx_code_cache.entries)) { + return NULL; + } + pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); + if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { + return NULL; + } + code_object = __pyx_code_cache.entries[pos].code_object; + Py_INCREF(code_object); + return code_object; +} +static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object) { + int pos, i; + __Pyx_CodeObjectCacheEntry* entries = __pyx_code_cache.entries; + if (unlikely(!code_line)) { + return; + } + if (unlikely(!entries)) { + entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Malloc(64*sizeof(__Pyx_CodeObjectCacheEntry)); + if (likely(entries)) { + __pyx_code_cache.entries = entries; + __pyx_code_cache.max_count = 64; + __pyx_code_cache.count = 1; + entries[0].code_line = code_line; + entries[0].code_object = code_object; + Py_INCREF(code_object); + } + return; + } + pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); + if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) { + PyCodeObject* tmp = entries[pos].code_object; + entries[pos].code_object = code_object; + Py_DECREF(tmp); + return; + } + if (__pyx_code_cache.count == __pyx_code_cache.max_count) { + int new_max = __pyx_code_cache.max_count + 64; + entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Realloc( + __pyx_code_cache.entries, (size_t)new_max*sizeof(__Pyx_CodeObjectCacheEntry)); + if (unlikely(!entries)) { + return; + } + __pyx_code_cache.entries = entries; + __pyx_code_cache.max_count = new_max; + } + for (i=__pyx_code_cache.count; i>pos; i--) { + entries[i] = entries[i-1]; + } + entries[pos].code_line = code_line; + entries[pos].code_object = code_object; + __pyx_code_cache.count++; + Py_INCREF(code_object); +} + +#include "compile.h" +#include "frameobject.h" +#include "traceback.h" +static PyCodeObject* __Pyx_CreateCodeObjectForTraceback( + const char *funcname, int c_line, + int py_line, const char *filename) { + PyCodeObject *py_code = 0; + PyObject *py_srcfile = 0; + PyObject *py_funcname = 0; + #if PY_MAJOR_VERSION < 3 + py_srcfile = PyString_FromString(filename); + #else + py_srcfile = PyUnicode_FromString(filename); + #endif + if (!py_srcfile) goto bad; + if (c_line) { + #if PY_MAJOR_VERSION < 3 + py_funcname = PyString_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line); + #else + py_funcname = PyUnicode_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line); + #endif + } + else { + #if PY_MAJOR_VERSION < 3 + py_funcname = PyString_FromString(funcname); + #else + py_funcname = PyUnicode_FromString(funcname); + #endif + } + if (!py_funcname) goto bad; + py_code = __Pyx_PyCode_New( + 0, + 0, + 0, + 0, + 0, + __pyx_empty_bytes, /*PyObject *code,*/ + __pyx_empty_tuple, /*PyObject *consts,*/ + __pyx_empty_tuple, /*PyObject *names,*/ + __pyx_empty_tuple, /*PyObject *varnames,*/ + __pyx_empty_tuple, /*PyObject *freevars,*/ + __pyx_empty_tuple, /*PyObject *cellvars,*/ + py_srcfile, /*PyObject *filename,*/ + py_funcname, /*PyObject *name,*/ + py_line, + __pyx_empty_bytes /*PyObject *lnotab*/ + ); + Py_DECREF(py_srcfile); + Py_DECREF(py_funcname); + return py_code; +bad: + Py_XDECREF(py_srcfile); + Py_XDECREF(py_funcname); + return NULL; +} +static void __Pyx_AddTraceback(const char *funcname, int c_line, + int py_line, const char *filename) { + PyCodeObject *py_code = 0; + PyFrameObject *py_frame = 0; + py_code = __pyx_find_code_object(c_line ? c_line : py_line); + if (!py_code) { + py_code = __Pyx_CreateCodeObjectForTraceback( + funcname, c_line, py_line, filename); + if (!py_code) goto bad; + __pyx_insert_code_object(c_line ? c_line : py_line, py_code); + } + py_frame = PyFrame_New( + PyThreadState_GET(), /*PyThreadState *tstate,*/ + py_code, /*PyCodeObject *code,*/ + __pyx_d, /*PyObject *globals,*/ + 0 /*PyObject *locals*/ + ); + if (!py_frame) goto bad; + py_frame->f_lineno = py_line; + PyTraceBack_Here(py_frame); +bad: + Py_XDECREF(py_code); + Py_XDECREF(py_frame); +} + +#if PY_MAJOR_VERSION < 3 +static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags) { + if (PyObject_CheckBuffer(obj)) return PyObject_GetBuffer(obj, view, flags); + if (PyObject_TypeCheck(obj, __pyx_ptype_5numpy_ndarray)) return __pyx_pw_5numpy_7ndarray_1__getbuffer__(obj, view, flags); + PyErr_Format(PyExc_TypeError, "'%.200s' does not have the buffer interface", Py_TYPE(obj)->tp_name); + return -1; +} +static void __Pyx_ReleaseBuffer(Py_buffer *view) { + PyObject *obj = view->obj; + if (!obj) return; + if (PyObject_CheckBuffer(obj)) { + PyBuffer_Release(view); + return; + } + if (PyObject_TypeCheck(obj, __pyx_ptype_5numpy_ndarray)) { __pyx_pw_5numpy_7ndarray_3__releasebuffer__(obj, view); return; } + Py_DECREF(obj); + view->obj = NULL; +} +#endif + + + static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level) { + PyObject *empty_list = 0; + PyObject *module = 0; + PyObject *global_dict = 0; + PyObject *empty_dict = 0; + PyObject *list; + #if PY_VERSION_HEX < 0x03030000 + PyObject *py_import; + py_import = __Pyx_PyObject_GetAttrStr(__pyx_b, __pyx_n_s_import); + if (!py_import) + goto bad; + #endif + if (from_list) + list = from_list; + else { + empty_list = PyList_New(0); + if (!empty_list) + goto bad; + list = empty_list; + } + global_dict = PyModule_GetDict(__pyx_m); + if (!global_dict) + goto bad; + empty_dict = PyDict_New(); + if (!empty_dict) + goto bad; + { + #if PY_MAJOR_VERSION >= 3 + if (level == -1) { + if (strchr(__Pyx_MODULE_NAME, '.')) { + #if PY_VERSION_HEX < 0x03030000 + PyObject *py_level = PyInt_FromLong(1); + if (!py_level) + goto bad; + module = PyObject_CallFunctionObjArgs(py_import, + name, global_dict, empty_dict, list, py_level, NULL); + Py_DECREF(py_level); + #else + module = PyImport_ImportModuleLevelObject( + name, global_dict, empty_dict, list, 1); + #endif + if (!module) { + if (!PyErr_ExceptionMatches(PyExc_ImportError)) + goto bad; + PyErr_Clear(); + } + } + level = 0; + } + #endif + if (!module) { + #if PY_VERSION_HEX < 0x03030000 + PyObject *py_level = PyInt_FromLong(level); + if (!py_level) + goto bad; + module = PyObject_CallFunctionObjArgs(py_import, + name, global_dict, empty_dict, list, py_level, NULL); + Py_DECREF(py_level); + #else + module = PyImport_ImportModuleLevelObject( + name, global_dict, empty_dict, list, level); + #endif + } + } +bad: + #if PY_VERSION_HEX < 0x03030000 + Py_XDECREF(py_import); + #endif + Py_XDECREF(empty_list); + Py_XDECREF(empty_dict); + return module; +} + +static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value) { + const int neg_one = (int) -1, const_zero = 0; + const int is_unsigned = neg_one > const_zero; + if (is_unsigned) { + if (sizeof(int) < sizeof(long)) { + return PyInt_FromLong((long) value); + } else if (sizeof(int) <= sizeof(unsigned long)) { + return PyLong_FromUnsignedLong((unsigned long) value); + } else if (sizeof(int) <= sizeof(unsigned long long)) { + return PyLong_FromUnsignedLongLong((unsigned long long) value); + } + } else { + if (sizeof(int) <= sizeof(long)) { + return PyInt_FromLong((long) value); + } else if (sizeof(int) <= sizeof(long long)) { + return PyLong_FromLongLong((long long) value); + } + } + { + int one = 1; int little = (int)*(unsigned char *)&one; + unsigned char *bytes = (unsigned char *)&value; + return _PyLong_FromByteArray(bytes, sizeof(int), + little, !is_unsigned); + } +} + +#define __PYX_VERIFY_RETURN_INT(target_type, func_type, func_value) \ + { \ + func_type value = func_value; \ + if (sizeof(target_type) < sizeof(func_type)) { \ + if (unlikely(value != (func_type) (target_type) value)) { \ + func_type zero = 0; \ + if (is_unsigned && unlikely(value < zero)) \ + goto raise_neg_overflow; \ + else \ + goto raise_overflow; \ + } \ + } \ + return (target_type) value; \ + } + +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + #include "longintrepr.h" + #endif +#endif + +static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) { + const int neg_one = (int) -1, const_zero = 0; + const int is_unsigned = neg_one > const_zero; +#if PY_MAJOR_VERSION < 3 + if (likely(PyInt_Check(x))) { + if (sizeof(int) < sizeof(long)) { + __PYX_VERIFY_RETURN_INT(int, long, PyInt_AS_LONG(x)) + } else { + long val = PyInt_AS_LONG(x); + if (is_unsigned && unlikely(val < 0)) { + goto raise_neg_overflow; + } + return (int) val; + } + } else +#endif + if (likely(PyLong_Check(x))) { + if (is_unsigned) { +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(x)) { + case 0: return 0; + case 1: __PYX_VERIFY_RETURN_INT(int, digit, ((PyLongObject*)x)->ob_digit[0]); + } + #endif +#endif + if (unlikely(Py_SIZE(x) < 0)) { + goto raise_neg_overflow; + } + if (sizeof(int) <= sizeof(unsigned long)) { + __PYX_VERIFY_RETURN_INT(int, unsigned long, PyLong_AsUnsignedLong(x)) + } else if (sizeof(int) <= sizeof(unsigned long long)) { + __PYX_VERIFY_RETURN_INT(int, unsigned long long, PyLong_AsUnsignedLongLong(x)) + } + } else { +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(x)) { + case 0: return 0; + case 1: __PYX_VERIFY_RETURN_INT(int, digit, +(((PyLongObject*)x)->ob_digit[0])); + case -1: __PYX_VERIFY_RETURN_INT(int, sdigit, -(sdigit) ((PyLongObject*)x)->ob_digit[0]); + } + #endif +#endif + if (sizeof(int) <= sizeof(long)) { + __PYX_VERIFY_RETURN_INT(int, long, PyLong_AsLong(x)) + } else if (sizeof(int) <= sizeof(long long)) { + __PYX_VERIFY_RETURN_INT(int, long long, PyLong_AsLongLong(x)) + } + } + { +#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray) + PyErr_SetString(PyExc_RuntimeError, + "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers"); +#else + int val; + PyObject *v = __Pyx_PyNumber_Int(x); + #if PY_MAJOR_VERSION < 3 + if (likely(v) && !PyLong_Check(v)) { + PyObject *tmp = v; + v = PyNumber_Long(tmp); + Py_DECREF(tmp); + } + #endif + if (likely(v)) { + int one = 1; int is_little = (int)*(unsigned char *)&one; + unsigned char *bytes = (unsigned char *)&val; + int ret = _PyLong_AsByteArray((PyLongObject *)v, + bytes, sizeof(val), + is_little, !is_unsigned); + Py_DECREF(v); + if (likely(!ret)) + return val; + } +#endif + return (int) -1; + } + } else { + int val; + PyObject *tmp = __Pyx_PyNumber_Int(x); + if (!tmp) return (int) -1; + val = __Pyx_PyInt_As_int(tmp); + Py_DECREF(tmp); + return val; + } +raise_overflow: + PyErr_SetString(PyExc_OverflowError, + "value too large to convert to int"); + return (int) -1; +raise_neg_overflow: + PyErr_SetString(PyExc_OverflowError, + "can't convert negative value to int"); + return (int) -1; +} + +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { + return ::std::complex< float >(x, y); + } + #else + static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { + return x + y*(__pyx_t_float_complex)_Complex_I; + } + #endif +#else + static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { + __pyx_t_float_complex z; + z.real = x; + z.imag = y; + return z; + } +#endif + +#if CYTHON_CCOMPLEX +#else + static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + return (a.real == b.real) && (a.imag == b.imag); + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + z.real = a.real + b.real; + z.imag = a.imag + b.imag; + return z; + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + z.real = a.real - b.real; + z.imag = a.imag - b.imag; + return z; + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prodf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + z.real = a.real * b.real - a.imag * b.imag; + z.imag = a.real * b.imag + a.imag * b.real; + return z; + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + float denom = b.real * b.real + b.imag * b.imag; + z.real = (a.real * b.real + a.imag * b.imag) / denom; + z.imag = (a.imag * b.real - a.real * b.imag) / denom; + return z; + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex a) { + __pyx_t_float_complex z; + z.real = -a.real; + z.imag = -a.imag; + return z; + } + static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex a) { + return (a.real == 0) && (a.imag == 0); + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex a) { + __pyx_t_float_complex z; + z.real = a.real; + z.imag = -a.imag; + return z; + } + #if 1 + static CYTHON_INLINE float __Pyx_c_absf(__pyx_t_float_complex z) { + #if !defined(HAVE_HYPOT) || defined(_MSC_VER) + return sqrtf(z.real*z.real + z.imag*z.imag); + #else + return hypotf(z.real, z.imag); + #endif + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + float r, lnr, theta, z_r, z_theta; + if (b.imag == 0 && b.real == (int)b.real) { + if (b.real < 0) { + float denom = a.real * a.real + a.imag * a.imag; + a.real = a.real / denom; + a.imag = -a.imag / denom; + b.real = -b.real; + } + switch ((int)b.real) { + case 0: + z.real = 1; + z.imag = 0; + return z; + case 1: + return a; + case 2: + z = __Pyx_c_prodf(a, a); + return __Pyx_c_prodf(a, a); + case 3: + z = __Pyx_c_prodf(a, a); + return __Pyx_c_prodf(z, a); + case 4: + z = __Pyx_c_prodf(a, a); + return __Pyx_c_prodf(z, z); + } + } + if (a.imag == 0) { + if (a.real == 0) { + return a; + } + r = a.real; + theta = 0; + } else { + r = __Pyx_c_absf(a); + theta = atan2f(a.imag, a.real); + } + lnr = logf(r); + z_r = expf(lnr * b.real - theta * b.imag); + z_theta = theta * b.real + lnr * b.imag; + z.real = z_r * cosf(z_theta); + z.imag = z_r * sinf(z_theta); + return z; + } + #endif +#endif + +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { + return ::std::complex< double >(x, y); + } + #else + static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { + return x + y*(__pyx_t_double_complex)_Complex_I; + } + #endif +#else + static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { + __pyx_t_double_complex z; + z.real = x; + z.imag = y; + return z; + } +#endif + +#if CYTHON_CCOMPLEX +#else + static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex a, __pyx_t_double_complex b) { + return (a.real == b.real) && (a.imag == b.imag); + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + z.real = a.real + b.real; + z.imag = a.imag + b.imag; + return z; + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + z.real = a.real - b.real; + z.imag = a.imag - b.imag; + return z; + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + z.real = a.real * b.real - a.imag * b.imag; + z.imag = a.real * b.imag + a.imag * b.real; + return z; + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + double denom = b.real * b.real + b.imag * b.imag; + z.real = (a.real * b.real + a.imag * b.imag) / denom; + z.imag = (a.imag * b.real - a.real * b.imag) / denom; + return z; + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex a) { + __pyx_t_double_complex z; + z.real = -a.real; + z.imag = -a.imag; + return z; + } + static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex a) { + return (a.real == 0) && (a.imag == 0); + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex a) { + __pyx_t_double_complex z; + z.real = a.real; + z.imag = -a.imag; + return z; + } + #if 1 + static CYTHON_INLINE double __Pyx_c_abs(__pyx_t_double_complex z) { + #if !defined(HAVE_HYPOT) || defined(_MSC_VER) + return sqrt(z.real*z.real + z.imag*z.imag); + #else + return hypot(z.real, z.imag); + #endif + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + double r, lnr, theta, z_r, z_theta; + if (b.imag == 0 && b.real == (int)b.real) { + if (b.real < 0) { + double denom = a.real * a.real + a.imag * a.imag; + a.real = a.real / denom; + a.imag = -a.imag / denom; + b.real = -b.real; + } + switch ((int)b.real) { + case 0: + z.real = 1; + z.imag = 0; + return z; + case 1: + return a; + case 2: + z = __Pyx_c_prod(a, a); + return __Pyx_c_prod(a, a); + case 3: + z = __Pyx_c_prod(a, a); + return __Pyx_c_prod(z, a); + case 4: + z = __Pyx_c_prod(a, a); + return __Pyx_c_prod(z, z); + } + } + if (a.imag == 0) { + if (a.real == 0) { + return a; + } + r = a.real; + theta = 0; + } else { + r = __Pyx_c_abs(a); + theta = atan2(a.imag, a.real); + } + lnr = log(r); + z_r = exp(lnr * b.real - theta * b.imag); + z_theta = theta * b.real + lnr * b.imag; + z.real = z_r * cos(z_theta); + z.imag = z_r * sin(z_theta); + return z; + } + #endif +#endif + +static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) { + const long neg_one = (long) -1, const_zero = 0; + const int is_unsigned = neg_one > const_zero; + if (is_unsigned) { + if (sizeof(long) < sizeof(long)) { + return PyInt_FromLong((long) value); + } else if (sizeof(long) <= sizeof(unsigned long)) { + return PyLong_FromUnsignedLong((unsigned long) value); + } else if (sizeof(long) <= sizeof(unsigned long long)) { + return PyLong_FromUnsignedLongLong((unsigned long long) value); + } + } else { + if (sizeof(long) <= sizeof(long)) { + return PyInt_FromLong((long) value); + } else if (sizeof(long) <= sizeof(long long)) { + return PyLong_FromLongLong((long long) value); + } + } + { + int one = 1; int little = (int)*(unsigned char *)&one; + unsigned char *bytes = (unsigned char *)&value; + return _PyLong_FromByteArray(bytes, sizeof(long), + little, !is_unsigned); + } +} + +static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) { + const long neg_one = (long) -1, const_zero = 0; + const int is_unsigned = neg_one > const_zero; +#if PY_MAJOR_VERSION < 3 + if (likely(PyInt_Check(x))) { + if (sizeof(long) < sizeof(long)) { + __PYX_VERIFY_RETURN_INT(long, long, PyInt_AS_LONG(x)) + } else { + long val = PyInt_AS_LONG(x); + if (is_unsigned && unlikely(val < 0)) { + goto raise_neg_overflow; + } + return (long) val; + } + } else +#endif + if (likely(PyLong_Check(x))) { + if (is_unsigned) { +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(x)) { + case 0: return 0; + case 1: __PYX_VERIFY_RETURN_INT(long, digit, ((PyLongObject*)x)->ob_digit[0]); + } + #endif +#endif + if (unlikely(Py_SIZE(x) < 0)) { + goto raise_neg_overflow; + } + if (sizeof(long) <= sizeof(unsigned long)) { + __PYX_VERIFY_RETURN_INT(long, unsigned long, PyLong_AsUnsignedLong(x)) + } else if (sizeof(long) <= sizeof(unsigned long long)) { + __PYX_VERIFY_RETURN_INT(long, unsigned long long, PyLong_AsUnsignedLongLong(x)) + } + } else { +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(x)) { + case 0: return 0; + case 1: __PYX_VERIFY_RETURN_INT(long, digit, +(((PyLongObject*)x)->ob_digit[0])); + case -1: __PYX_VERIFY_RETURN_INT(long, sdigit, -(sdigit) ((PyLongObject*)x)->ob_digit[0]); + } + #endif +#endif + if (sizeof(long) <= sizeof(long)) { + __PYX_VERIFY_RETURN_INT(long, long, PyLong_AsLong(x)) + } else if (sizeof(long) <= sizeof(long long)) { + __PYX_VERIFY_RETURN_INT(long, long long, PyLong_AsLongLong(x)) + } + } + { +#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray) + PyErr_SetString(PyExc_RuntimeError, + "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers"); +#else + long val; + PyObject *v = __Pyx_PyNumber_Int(x); + #if PY_MAJOR_VERSION < 3 + if (likely(v) && !PyLong_Check(v)) { + PyObject *tmp = v; + v = PyNumber_Long(tmp); + Py_DECREF(tmp); + } + #endif + if (likely(v)) { + int one = 1; int is_little = (int)*(unsigned char *)&one; + unsigned char *bytes = (unsigned char *)&val; + int ret = _PyLong_AsByteArray((PyLongObject *)v, + bytes, sizeof(val), + is_little, !is_unsigned); + Py_DECREF(v); + if (likely(!ret)) + return val; + } +#endif + return (long) -1; + } + } else { + long val; + PyObject *tmp = __Pyx_PyNumber_Int(x); + if (!tmp) return (long) -1; + val = __Pyx_PyInt_As_long(tmp); + Py_DECREF(tmp); + return val; + } +raise_overflow: + PyErr_SetString(PyExc_OverflowError, + "value too large to convert to long"); + return (long) -1; +raise_neg_overflow: + PyErr_SetString(PyExc_OverflowError, + "can't convert negative value to long"); + return (long) -1; +} + +static int __Pyx_check_binary_version(void) { + char ctversion[4], rtversion[4]; + PyOS_snprintf(ctversion, 4, "%d.%d", PY_MAJOR_VERSION, PY_MINOR_VERSION); + PyOS_snprintf(rtversion, 4, "%s", Py_GetVersion()); + if (ctversion[0] != rtversion[0] || ctversion[2] != rtversion[2]) { + char message[200]; + PyOS_snprintf(message, sizeof(message), + "compiletime version %s of module '%.100s' " + "does not match runtime version %s", + ctversion, __Pyx_MODULE_NAME, rtversion); + return PyErr_WarnEx(NULL, message, 1); + } + return 0; +} + +#ifndef __PYX_HAVE_RT_ImportModule +#define __PYX_HAVE_RT_ImportModule +static PyObject *__Pyx_ImportModule(const char *name) { + PyObject *py_name = 0; + PyObject *py_module = 0; + py_name = __Pyx_PyIdentifier_FromString(name); + if (!py_name) + goto bad; + py_module = PyImport_Import(py_name); + Py_DECREF(py_name); + return py_module; +bad: + Py_XDECREF(py_name); + return 0; +} +#endif + +#ifndef __PYX_HAVE_RT_ImportType +#define __PYX_HAVE_RT_ImportType +static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, + size_t size, int strict) +{ + PyObject *py_module = 0; + PyObject *result = 0; + PyObject *py_name = 0; + char warning[200]; + Py_ssize_t basicsize; +#ifdef Py_LIMITED_API + PyObject *py_basicsize; +#endif + py_module = __Pyx_ImportModule(module_name); + if (!py_module) + goto bad; + py_name = __Pyx_PyIdentifier_FromString(class_name); + if (!py_name) + goto bad; + result = PyObject_GetAttr(py_module, py_name); + Py_DECREF(py_name); + py_name = 0; + Py_DECREF(py_module); + py_module = 0; + if (!result) + goto bad; + if (!PyType_Check(result)) { + PyErr_Format(PyExc_TypeError, + "%.200s.%.200s is not a type object", + module_name, class_name); + goto bad; + } +#ifndef Py_LIMITED_API + basicsize = ((PyTypeObject *)result)->tp_basicsize; +#else + py_basicsize = PyObject_GetAttrString(result, "__basicsize__"); + if (!py_basicsize) + goto bad; + basicsize = PyLong_AsSsize_t(py_basicsize); + Py_DECREF(py_basicsize); + py_basicsize = 0; + if (basicsize == (Py_ssize_t)-1 && PyErr_Occurred()) + goto bad; +#endif + if (!strict && (size_t)basicsize > size) { + PyOS_snprintf(warning, sizeof(warning), + "%s.%s size changed, may indicate binary incompatibility", + module_name, class_name); + if (PyErr_WarnEx(NULL, warning, 0) < 0) goto bad; + } + else if ((size_t)basicsize != size) { + PyErr_Format(PyExc_ValueError, + "%.200s.%.200s has the wrong size, try recompiling", + module_name, class_name); + goto bad; + } + return (PyTypeObject *)result; +bad: + Py_XDECREF(py_module); + Py_XDECREF(result); + return NULL; +} +#endif + +static int __Pyx_InitStrings(__Pyx_StringTabEntry *t) { + while (t->p) { + #if PY_MAJOR_VERSION < 3 + if (t->is_unicode) { + *t->p = PyUnicode_DecodeUTF8(t->s, t->n - 1, NULL); + } else if (t->intern) { + *t->p = PyString_InternFromString(t->s); + } else { + *t->p = PyString_FromStringAndSize(t->s, t->n - 1); + } + #else + if (t->is_unicode | t->is_str) { + if (t->intern) { + *t->p = PyUnicode_InternFromString(t->s); + } else if (t->encoding) { + *t->p = PyUnicode_Decode(t->s, t->n - 1, t->encoding, NULL); + } else { + *t->p = PyUnicode_FromStringAndSize(t->s, t->n - 1); + } + } else { + *t->p = PyBytes_FromStringAndSize(t->s, t->n - 1); + } + #endif + if (!*t->p) + return -1; + ++t; + } + return 0; +} + +static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { + return __Pyx_PyUnicode_FromStringAndSize(c_str, (Py_ssize_t)strlen(c_str)); +} +static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { + Py_ssize_t ignore; + return __Pyx_PyObject_AsStringAndSize(o, &ignore); +} +static CYTHON_INLINE char* __Pyx_PyObject_AsStringAndSize(PyObject* o, Py_ssize_t *length) { +#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT + if ( +#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII + __Pyx_sys_getdefaultencoding_not_ascii && +#endif + PyUnicode_Check(o)) { +#if PY_VERSION_HEX < 0x03030000 + char* defenc_c; + PyObject* defenc = _PyUnicode_AsDefaultEncodedString(o, NULL); + if (!defenc) return NULL; + defenc_c = PyBytes_AS_STRING(defenc); +#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII + { + char* end = defenc_c + PyBytes_GET_SIZE(defenc); + char* c; + for (c = defenc_c; c < end; c++) { + if ((unsigned char) (*c) >= 128) { + PyUnicode_AsASCIIString(o); + return NULL; + } + } + } +#endif + *length = PyBytes_GET_SIZE(defenc); + return defenc_c; +#else + if (__Pyx_PyUnicode_READY(o) == -1) return NULL; +#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII + if (PyUnicode_IS_ASCII(o)) { + *length = PyUnicode_GET_LENGTH(o); + return PyUnicode_AsUTF8(o); + } else { + PyUnicode_AsASCIIString(o); + return NULL; + } +#else + return PyUnicode_AsUTF8AndSize(o, length); +#endif +#endif + } else +#endif +#if !CYTHON_COMPILING_IN_PYPY + if (PyByteArray_Check(o)) { + *length = PyByteArray_GET_SIZE(o); + return PyByteArray_AS_STRING(o); + } else +#endif + { + char* result; + int r = PyBytes_AsStringAndSize(o, &result, length); + if (unlikely(r < 0)) { + return NULL; + } else { + return result; + } + } +} +static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { + int is_true = x == Py_True; + if (is_true | (x == Py_False) | (x == Py_None)) return is_true; + else return PyObject_IsTrue(x); +} +static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x) { + PyNumberMethods *m; + const char *name = NULL; + PyObject *res = NULL; +#if PY_MAJOR_VERSION < 3 + if (PyInt_Check(x) || PyLong_Check(x)) +#else + if (PyLong_Check(x)) +#endif + return Py_INCREF(x), x; + m = Py_TYPE(x)->tp_as_number; +#if PY_MAJOR_VERSION < 3 + if (m && m->nb_int) { + name = "int"; + res = PyNumber_Int(x); + } + else if (m && m->nb_long) { + name = "long"; + res = PyNumber_Long(x); + } +#else + if (m && m->nb_int) { + name = "int"; + res = PyNumber_Long(x); + } +#endif + if (res) { +#if PY_MAJOR_VERSION < 3 + if (!PyInt_Check(res) && !PyLong_Check(res)) { +#else + if (!PyLong_Check(res)) { +#endif + PyErr_Format(PyExc_TypeError, + "__%.4s__ returned non-%.4s (type %.200s)", + name, name, Py_TYPE(res)->tp_name); + Py_DECREF(res); + return NULL; + } + } + else if (!PyErr_Occurred()) { + PyErr_SetString(PyExc_TypeError, + "an integer is required"); + } + return res; +} +static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { + Py_ssize_t ival; + PyObject *x; +#if PY_MAJOR_VERSION < 3 + if (likely(PyInt_CheckExact(b))) + return PyInt_AS_LONG(b); +#endif + if (likely(PyLong_CheckExact(b))) { + #if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(b)) { + case -1: return -(sdigit)((PyLongObject*)b)->ob_digit[0]; + case 0: return 0; + case 1: return ((PyLongObject*)b)->ob_digit[0]; + } + #endif + #endif + return PyLong_AsSsize_t(b); + } + x = PyNumber_Index(b); + if (!x) return -1; + ival = PyInt_AsSsize_t(x); + Py_DECREF(x); + return ival; +} +static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { + return PyInt_FromSize_t(ival); +} + + +#endif /* Py_PYTHON_H */ diff --git a/ic_experiments/ml2.pyx b/ic_experiments/ml2.pyx new file mode 100644 index 0000000..1458683 --- /dev/null +++ b/ic_experiments/ml2.pyx @@ -0,0 +1,95 @@ +# cython: boundscheck=False, cdivision=True +import numpy as np +cimport numpy as np +from libc.math cimport log, exp + +DTYPE = np.float64 +ctypedef np.float_t DTYPE_t + +cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, + DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + """weight for successful infection, exponential time model""" + cdef DTYPE_t structural, temporal, result + structural = delta ** dist + # structural = delta/(1. + 1./(w1*lmbda) + 1./(w2*lmbda) + 1./(w3*lmbda)) + temporal = log(exp(alpha)-1.) - alpha*dt + # temporal = 1. / (1. + (dt - 1.)/alpha)**0.01 - 1. / (1. + dt/alpha)**0.01 + result = log(structural) + temporal + return result + +cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda, + DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + """weight for failed infection, exponential time model""" + cdef DTYPE_t structural, temporal, result + structural = delta ** dist + # structural = delta/(1. + 1./(w1*lmbda) + 1./(w2*lmbda) + 1./(w3*lmbda)) + temporal = exp(-alpha * dt) + # temporal = 1. - 1. / (1. + dt/alpha)**0.01 + result = log(1. - structural + structural * temporal) + return result + +def ml2(dict root_victims, dict victims, dict non_victims, + DTYPE_t alpha, DTYPE_t delta, DTYPE_t lmbda): + cdef: + int n_roots, n_victims, roots, i, dist, dt, t, l + DTYPE_t ll + list parents, failures, successes + n_roots, n_victims = len(root_victims), len(victims) + cdef: + np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) + np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) + np.ndarray[DTYPE_t] probs_nv = np.zeros(len(non_victims), dtype=DTYPE) + np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) + np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) + np.ndarray[DTYPE_t] infectors = np.zeros(n_victims, dtype=DTYPE) + + # loop through victims + for i, parents in enumerate(victims.itervalues()): + # for each victim node i, compute the probability that all its parents + # fail to infect it, also computes the probability that its most + # likely parent infects it + failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) + for (prnt, dist, dt, w1, w2, w3) in parents] + probs_fail[i] = sum(failures) + successes = [weight_success(dist, dt, alpha, delta, lmbda, w1, w2, w3) + for (prnt, dist, dt, w1, w2, w3) in parents] + dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] + prnts = [prnt for (prnt, dist, dt, w1, w2, w3) in parents] + # find parent that maximizes log(p) - log(\tilde{p}) + # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) + probs[i] = float("-inf") + for l, s in enumerate(successes): + prob = s - failures[l] + if prob > probs[i]: + probs[i] = prob + infectors[i] = prnts[l] + parent_dists[i] = dists[l] + parent_dts[i] = dts[l] + + # loop through non-victims + for i, parents in enumerate(non_victims.itervalues()): + # for each non victim node, compute the probability that all its + # parents fail to infect it + failures = [weight_failure(dist, dt, alpha, delta, lmbda, w1, w2, w3) + for (prnt, dist, dt, w1, w2, w3) in parents] + probs_nv[i] = sum(failures) + + # calculate log likelihood + ll = probs_fail.sum() # add probability that all edges to victims fail + ll += probs_nv.sum() # add probability that all edges to non_victims fail + ll += probs.sum() # add probability for realized edges and subtract probability these edges fail + + roots = n_roots + # print n_nodes, n_roots, n_victims, max_i, roots + # print parent_dists[1:100] + # print parent_dts[1:100] + # print victims.keys() + # print infectors + # print np.mean(parent_dists) + # print np.mean(parent_dts) + + with open('../../Results/infectors.csv', 'w') as infectors_file: + for i, infector in enumerate(infectors): + infectors_file.write("%s, %s\n" % ((victims.keys())[i], infector)) + return (lmbda, roots, ll) diff --git a/ic_experiments/ml2.so b/ic_experiments/ml2.so new file mode 100755 index 0000000..37ff3ea Binary files /dev/null and b/ic_experiments/ml2.so differ diff --git a/ic_experiments/ml3.c b/ic_experiments/ml3.c new file mode 100644 index 0000000..7ad3edb --- /dev/null +++ b/ic_experiments/ml3.c @@ -0,0 +1,7774 @@ +/* Generated by Cython 0.22 */ + +/* BEGIN: Cython Metadata +{ + "distutils": { + "depends": [] + } +} +END: Cython Metadata */ + +#define PY_SSIZE_T_CLEAN +#ifndef CYTHON_USE_PYLONG_INTERNALS +#ifdef PYLONG_BITS_IN_DIGIT +#define CYTHON_USE_PYLONG_INTERNALS 0 +#else +#include "pyconfig.h" +#ifdef PYLONG_BITS_IN_DIGIT +#define CYTHON_USE_PYLONG_INTERNALS 1 +#else +#define CYTHON_USE_PYLONG_INTERNALS 0 +#endif +#endif +#endif +#include "Python.h" +#ifndef Py_PYTHON_H + #error Python headers needed to compile C extensions, please install development version of Python. +#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03020000) + #error Cython requires Python 2.6+ or Python 3.2+. +#else +#define CYTHON_ABI "0_22" +#include +#ifndef offsetof +#define offsetof(type, member) ( (size_t) & ((type*)0) -> member ) +#endif +#if !defined(WIN32) && !defined(MS_WINDOWS) + #ifndef __stdcall + #define __stdcall + #endif + #ifndef __cdecl + #define __cdecl + #endif + #ifndef __fastcall + #define __fastcall + #endif +#endif +#ifndef DL_IMPORT + #define DL_IMPORT(t) t +#endif +#ifndef DL_EXPORT + #define DL_EXPORT(t) t +#endif +#ifndef PY_LONG_LONG + #define PY_LONG_LONG LONG_LONG +#endif +#ifndef Py_HUGE_VAL + #define Py_HUGE_VAL HUGE_VAL +#endif +#ifdef PYPY_VERSION +#define CYTHON_COMPILING_IN_PYPY 1 +#define CYTHON_COMPILING_IN_CPYTHON 0 +#else +#define CYTHON_COMPILING_IN_PYPY 0 +#define CYTHON_COMPILING_IN_CPYTHON 1 +#endif +#if CYTHON_COMPILING_IN_PYPY && PY_VERSION_HEX < 0x02070600 && !defined(Py_OptimizeFlag) +#define Py_OptimizeFlag 0 +#endif +#define __PYX_BUILD_PY_SSIZE_T "n" +#define CYTHON_FORMAT_SSIZE_T "z" +#if PY_MAJOR_VERSION < 3 + #define __Pyx_BUILTIN_MODULE_NAME "__builtin__" + #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ + PyCode_New(a+k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) + #define __Pyx_DefaultClassType PyClass_Type +#else + #define __Pyx_BUILTIN_MODULE_NAME "builtins" + #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ + PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) + #define __Pyx_DefaultClassType PyType_Type +#endif +#if PY_MAJOR_VERSION >= 3 + #define Py_TPFLAGS_CHECKTYPES 0 + #define Py_TPFLAGS_HAVE_INDEX 0 + #define Py_TPFLAGS_HAVE_NEWBUFFER 0 +#endif +#if PY_VERSION_HEX < 0x030400a1 && !defined(Py_TPFLAGS_HAVE_FINALIZE) + #define Py_TPFLAGS_HAVE_FINALIZE 0 +#endif +#if PY_VERSION_HEX > 0x03030000 && defined(PyUnicode_KIND) + #define CYTHON_PEP393_ENABLED 1 + #define __Pyx_PyUnicode_READY(op) (likely(PyUnicode_IS_READY(op)) ? \ + 0 : _PyUnicode_Ready((PyObject *)(op))) + #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_LENGTH(u) + #define __Pyx_PyUnicode_READ_CHAR(u, i) PyUnicode_READ_CHAR(u, i) + #define __Pyx_PyUnicode_KIND(u) PyUnicode_KIND(u) + #define __Pyx_PyUnicode_DATA(u) PyUnicode_DATA(u) + #define __Pyx_PyUnicode_READ(k, d, i) PyUnicode_READ(k, d, i) +#else + #define CYTHON_PEP393_ENABLED 0 + #define __Pyx_PyUnicode_READY(op) (0) + #define __Pyx_PyUnicode_GET_LENGTH(u) PyUnicode_GET_SIZE(u) + #define __Pyx_PyUnicode_READ_CHAR(u, i) ((Py_UCS4)(PyUnicode_AS_UNICODE(u)[i])) + #define __Pyx_PyUnicode_KIND(u) (sizeof(Py_UNICODE)) + #define __Pyx_PyUnicode_DATA(u) ((void*)PyUnicode_AS_UNICODE(u)) + #define __Pyx_PyUnicode_READ(k, d, i) ((void)(k), (Py_UCS4)(((Py_UNICODE*)d)[i])) +#endif +#if CYTHON_COMPILING_IN_PYPY + #define __Pyx_PyUnicode_Concat(a, b) PyNumber_Add(a, b) + #define __Pyx_PyUnicode_ConcatSafe(a, b) PyNumber_Add(a, b) + #define __Pyx_PyFrozenSet_Size(s) PyObject_Size(s) +#else + #define __Pyx_PyUnicode_Concat(a, b) PyUnicode_Concat(a, b) + #define __Pyx_PyUnicode_ConcatSafe(a, b) ((unlikely((a) == Py_None) || unlikely((b) == Py_None)) ? \ + PyNumber_Add(a, b) : __Pyx_PyUnicode_Concat(a, b)) + #define __Pyx_PyFrozenSet_Size(s) PySet_Size(s) +#endif +#define __Pyx_PyString_FormatSafe(a, b) ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : __Pyx_PyString_Format(a, b)) +#define __Pyx_PyUnicode_FormatSafe(a, b) ((unlikely((a) == Py_None)) ? PyNumber_Remainder(a, b) : PyUnicode_Format(a, b)) +#if PY_MAJOR_VERSION >= 3 + #define __Pyx_PyString_Format(a, b) PyUnicode_Format(a, b) +#else + #define __Pyx_PyString_Format(a, b) PyString_Format(a, b) +#endif +#if PY_MAJOR_VERSION >= 3 + #define PyBaseString_Type PyUnicode_Type + #define PyStringObject PyUnicodeObject + #define PyString_Type PyUnicode_Type + #define PyString_Check PyUnicode_Check + #define PyString_CheckExact PyUnicode_CheckExact +#endif +#if PY_MAJOR_VERSION >= 3 + #define __Pyx_PyBaseString_Check(obj) PyUnicode_Check(obj) + #define __Pyx_PyBaseString_CheckExact(obj) PyUnicode_CheckExact(obj) +#else + #define __Pyx_PyBaseString_Check(obj) (PyString_Check(obj) || PyUnicode_Check(obj)) + #define __Pyx_PyBaseString_CheckExact(obj) (PyString_CheckExact(obj) || PyUnicode_CheckExact(obj)) +#endif +#ifndef PySet_CheckExact + #define PySet_CheckExact(obj) (Py_TYPE(obj) == &PySet_Type) +#endif +#define __Pyx_TypeCheck(obj, type) PyObject_TypeCheck(obj, (PyTypeObject *)type) +#if PY_MAJOR_VERSION >= 3 + #define PyIntObject PyLongObject + #define PyInt_Type PyLong_Type + #define PyInt_Check(op) PyLong_Check(op) + #define PyInt_CheckExact(op) PyLong_CheckExact(op) + #define PyInt_FromString PyLong_FromString + #define PyInt_FromUnicode PyLong_FromUnicode + #define PyInt_FromLong PyLong_FromLong + #define PyInt_FromSize_t PyLong_FromSize_t + #define PyInt_FromSsize_t PyLong_FromSsize_t + #define PyInt_AsLong PyLong_AsLong + #define PyInt_AS_LONG PyLong_AS_LONG + #define PyInt_AsSsize_t PyLong_AsSsize_t + #define PyInt_AsUnsignedLongMask PyLong_AsUnsignedLongMask + #define PyInt_AsUnsignedLongLongMask PyLong_AsUnsignedLongLongMask + #define PyNumber_Int PyNumber_Long +#endif +#if PY_MAJOR_VERSION >= 3 + #define PyBoolObject PyLongObject +#endif +#if PY_MAJOR_VERSION >= 3 && CYTHON_COMPILING_IN_PYPY + #ifndef PyUnicode_InternFromString + #define PyUnicode_InternFromString(s) PyUnicode_FromString(s) + #endif +#endif +#if PY_VERSION_HEX < 0x030200A4 + typedef long Py_hash_t; + #define __Pyx_PyInt_FromHash_t PyInt_FromLong + #define __Pyx_PyInt_AsHash_t PyInt_AsLong +#else + #define __Pyx_PyInt_FromHash_t PyInt_FromSsize_t + #define __Pyx_PyInt_AsHash_t PyInt_AsSsize_t +#endif +#if PY_MAJOR_VERSION >= 3 + #define __Pyx_PyMethod_New(func, self, klass) ((self) ? PyMethod_New(func, self) : PyInstanceMethod_New(func)) +#else + #define __Pyx_PyMethod_New(func, self, klass) PyMethod_New(func, self, klass) +#endif +#ifndef CYTHON_INLINE + #if defined(__GNUC__) + #define CYTHON_INLINE __inline__ + #elif defined(_MSC_VER) + #define CYTHON_INLINE __inline + #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L + #define CYTHON_INLINE inline + #else + #define CYTHON_INLINE + #endif +#endif +#ifndef CYTHON_RESTRICT + #if defined(__GNUC__) + #define CYTHON_RESTRICT __restrict__ + #elif defined(_MSC_VER) && _MSC_VER >= 1400 + #define CYTHON_RESTRICT __restrict + #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L + #define CYTHON_RESTRICT restrict + #else + #define CYTHON_RESTRICT + #endif +#endif +#ifdef NAN +#define __PYX_NAN() ((float) NAN) +#else +static CYTHON_INLINE float __PYX_NAN() { + /* Initialize NaN. The sign is irrelevant, an exponent with all bits 1 and + a nonzero mantissa means NaN. If the first bit in the mantissa is 1, it is + a quiet NaN. */ + float value; + memset(&value, 0xFF, sizeof(value)); + return value; +} +#endif +#define __Pyx_void_to_None(void_result) (void_result, Py_INCREF(Py_None), Py_None) +#ifdef __cplusplus +template +void __Pyx_call_destructor(T* x) { + x->~T(); +} +template +class __Pyx_FakeReference { + public: + __Pyx_FakeReference() : ptr(NULL) { } + __Pyx_FakeReference(T& ref) : ptr(&ref) { } + T *operator->() { return ptr; } + operator T&() { return *ptr; } + private: + T *ptr; +}; +#endif + + +#if PY_MAJOR_VERSION >= 3 + #define __Pyx_PyNumber_Divide(x,y) PyNumber_TrueDivide(x,y) + #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceTrueDivide(x,y) +#else + #define __Pyx_PyNumber_Divide(x,y) PyNumber_Divide(x,y) + #define __Pyx_PyNumber_InPlaceDivide(x,y) PyNumber_InPlaceDivide(x,y) +#endif + +#ifndef __PYX_EXTERN_C + #ifdef __cplusplus + #define __PYX_EXTERN_C extern "C" + #else + #define __PYX_EXTERN_C extern + #endif +#endif + +#if defined(WIN32) || defined(MS_WINDOWS) +#define _USE_MATH_DEFINES +#endif +#include +#define __PYX_HAVE__ml3 +#define __PYX_HAVE_API__ml3 +#include "string.h" +#include "stdio.h" +#include "stdlib.h" +#include "numpy/arrayobject.h" +#include "numpy/ufuncobject.h" +#include "math.h" +#ifdef _OPENMP +#include +#endif /* _OPENMP */ + +#ifdef PYREX_WITHOUT_ASSERTIONS +#define CYTHON_WITHOUT_ASSERTIONS +#endif + +#ifndef CYTHON_UNUSED +# if defined(__GNUC__) +# if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)) +# define CYTHON_UNUSED __attribute__ ((__unused__)) +# else +# define CYTHON_UNUSED +# endif +# elif defined(__ICC) || (defined(__INTEL_COMPILER) && !defined(_MSC_VER)) +# define CYTHON_UNUSED __attribute__ ((__unused__)) +# else +# define CYTHON_UNUSED +# endif +#endif +typedef struct {PyObject **p; char *s; const Py_ssize_t n; const char* encoding; + const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; + +#define __PYX_DEFAULT_STRING_ENCODING_IS_ASCII 0 +#define __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT 0 +#define __PYX_DEFAULT_STRING_ENCODING "" +#define __Pyx_PyObject_FromString __Pyx_PyBytes_FromString +#define __Pyx_PyObject_FromStringAndSize __Pyx_PyBytes_FromStringAndSize +#define __Pyx_fits_Py_ssize_t(v, type, is_signed) ( \ + (sizeof(type) < sizeof(Py_ssize_t)) || \ + (sizeof(type) > sizeof(Py_ssize_t) && \ + likely(v < (type)PY_SSIZE_T_MAX || \ + v == (type)PY_SSIZE_T_MAX) && \ + (!is_signed || likely(v > (type)PY_SSIZE_T_MIN || \ + v == (type)PY_SSIZE_T_MIN))) || \ + (sizeof(type) == sizeof(Py_ssize_t) && \ + (is_signed || likely(v < (type)PY_SSIZE_T_MAX || \ + v == (type)PY_SSIZE_T_MAX))) ) +static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject*); +static CYTHON_INLINE char* __Pyx_PyObject_AsStringAndSize(PyObject*, Py_ssize_t* length); +#define __Pyx_PyByteArray_FromString(s) PyByteArray_FromStringAndSize((const char*)s, strlen((const char*)s)) +#define __Pyx_PyByteArray_FromStringAndSize(s, l) PyByteArray_FromStringAndSize((const char*)s, l) +#define __Pyx_PyBytes_FromString PyBytes_FromString +#define __Pyx_PyBytes_FromStringAndSize PyBytes_FromStringAndSize +static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char*); +#if PY_MAJOR_VERSION < 3 + #define __Pyx_PyStr_FromString __Pyx_PyBytes_FromString + #define __Pyx_PyStr_FromStringAndSize __Pyx_PyBytes_FromStringAndSize +#else + #define __Pyx_PyStr_FromString __Pyx_PyUnicode_FromString + #define __Pyx_PyStr_FromStringAndSize __Pyx_PyUnicode_FromStringAndSize +#endif +#define __Pyx_PyObject_AsSString(s) ((signed char*) __Pyx_PyObject_AsString(s)) +#define __Pyx_PyObject_AsUString(s) ((unsigned char*) __Pyx_PyObject_AsString(s)) +#define __Pyx_PyObject_FromCString(s) __Pyx_PyObject_FromString((const char*)s) +#define __Pyx_PyBytes_FromCString(s) __Pyx_PyBytes_FromString((const char*)s) +#define __Pyx_PyByteArray_FromCString(s) __Pyx_PyByteArray_FromString((const char*)s) +#define __Pyx_PyStr_FromCString(s) __Pyx_PyStr_FromString((const char*)s) +#define __Pyx_PyUnicode_FromCString(s) __Pyx_PyUnicode_FromString((const char*)s) +#if PY_MAJOR_VERSION < 3 +static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) +{ + const Py_UNICODE *u_end = u; + while (*u_end++) ; + return (size_t)(u_end - u - 1); +} +#else +#define __Pyx_Py_UNICODE_strlen Py_UNICODE_strlen +#endif +#define __Pyx_PyUnicode_FromUnicode(u) PyUnicode_FromUnicode(u, __Pyx_Py_UNICODE_strlen(u)) +#define __Pyx_PyUnicode_FromUnicodeAndLength PyUnicode_FromUnicode +#define __Pyx_PyUnicode_AsUnicode PyUnicode_AsUnicode +#define __Pyx_Owned_Py_None(b) (Py_INCREF(Py_None), Py_None) +#define __Pyx_PyBool_FromLong(b) ((b) ? (Py_INCREF(Py_True), Py_True) : (Py_INCREF(Py_False), Py_False)) +static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*); +static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x); +static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject*); +static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t); +#if CYTHON_COMPILING_IN_CPYTHON +#define __pyx_PyFloat_AsDouble(x) (PyFloat_CheckExact(x) ? PyFloat_AS_DOUBLE(x) : PyFloat_AsDouble(x)) +#else +#define __pyx_PyFloat_AsDouble(x) PyFloat_AsDouble(x) +#endif +#define __pyx_PyFloat_AsFloat(x) ((float) __pyx_PyFloat_AsDouble(x)) +#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII +static int __Pyx_sys_getdefaultencoding_not_ascii; +static int __Pyx_init_sys_getdefaultencoding_params(void) { + PyObject* sys; + PyObject* default_encoding = NULL; + PyObject* ascii_chars_u = NULL; + PyObject* ascii_chars_b = NULL; + const char* default_encoding_c; + sys = PyImport_ImportModule("sys"); + if (!sys) goto bad; + default_encoding = PyObject_CallMethod(sys, (char*) "getdefaultencoding", NULL); + Py_DECREF(sys); + if (!default_encoding) goto bad; + default_encoding_c = PyBytes_AsString(default_encoding); + if (!default_encoding_c) goto bad; + if (strcmp(default_encoding_c, "ascii") == 0) { + __Pyx_sys_getdefaultencoding_not_ascii = 0; + } else { + char ascii_chars[128]; + int c; + for (c = 0; c < 128; c++) { + ascii_chars[c] = c; + } + __Pyx_sys_getdefaultencoding_not_ascii = 1; + ascii_chars_u = PyUnicode_DecodeASCII(ascii_chars, 128, NULL); + if (!ascii_chars_u) goto bad; + ascii_chars_b = PyUnicode_AsEncodedString(ascii_chars_u, default_encoding_c, NULL); + if (!ascii_chars_b || !PyBytes_Check(ascii_chars_b) || memcmp(ascii_chars, PyBytes_AS_STRING(ascii_chars_b), 128) != 0) { + PyErr_Format( + PyExc_ValueError, + "This module compiled with c_string_encoding=ascii, but default encoding '%.200s' is not a superset of ascii.", + default_encoding_c); + goto bad; + } + Py_DECREF(ascii_chars_u); + Py_DECREF(ascii_chars_b); + } + Py_DECREF(default_encoding); + return 0; +bad: + Py_XDECREF(default_encoding); + Py_XDECREF(ascii_chars_u); + Py_XDECREF(ascii_chars_b); + return -1; +} +#endif +#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT && PY_MAJOR_VERSION >= 3 +#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_DecodeUTF8(c_str, size, NULL) +#else +#define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_Decode(c_str, size, __PYX_DEFAULT_STRING_ENCODING, NULL) +#if __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT +static char* __PYX_DEFAULT_STRING_ENCODING; +static int __Pyx_init_sys_getdefaultencoding_params(void) { + PyObject* sys; + PyObject* default_encoding = NULL; + char* default_encoding_c; + sys = PyImport_ImportModule("sys"); + if (!sys) goto bad; + default_encoding = PyObject_CallMethod(sys, (char*) (const char*) "getdefaultencoding", NULL); + Py_DECREF(sys); + if (!default_encoding) goto bad; + default_encoding_c = PyBytes_AsString(default_encoding); + if (!default_encoding_c) goto bad; + __PYX_DEFAULT_STRING_ENCODING = (char*) malloc(strlen(default_encoding_c)); + if (!__PYX_DEFAULT_STRING_ENCODING) goto bad; + strcpy(__PYX_DEFAULT_STRING_ENCODING, default_encoding_c); + Py_DECREF(default_encoding); + return 0; +bad: + Py_XDECREF(default_encoding); + return -1; +} +#endif +#endif + + +/* Test for GCC > 2.95 */ +#if defined(__GNUC__) && (__GNUC__ > 2 || (__GNUC__ == 2 && (__GNUC_MINOR__ > 95))) + #define likely(x) __builtin_expect(!!(x), 1) + #define unlikely(x) __builtin_expect(!!(x), 0) +#else /* !__GNUC__ or GCC < 2.95 */ + #define likely(x) (x) + #define unlikely(x) (x) +#endif /* __GNUC__ */ + +static PyObject *__pyx_m; +static PyObject *__pyx_d; +static PyObject *__pyx_b; +static PyObject *__pyx_empty_tuple; +static PyObject *__pyx_empty_bytes; +static int __pyx_lineno; +static int __pyx_clineno = 0; +static const char * __pyx_cfilenm= __FILE__; +static const char *__pyx_filename; + +#if !defined(CYTHON_CCOMPLEX) + #if defined(__cplusplus) + #define CYTHON_CCOMPLEX 1 + #elif defined(_Complex_I) + #define CYTHON_CCOMPLEX 1 + #else + #define CYTHON_CCOMPLEX 0 + #endif +#endif +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + #include + #else + #include + #endif +#endif +#if CYTHON_CCOMPLEX && !defined(__cplusplus) && defined(__sun__) && defined(__GNUC__) + #undef _Complex_I + #define _Complex_I 1.0fj +#endif + + +static const char *__pyx_f[] = { + "ml3.pyx", + "__init__.pxd", + "type.pxd", +}; +#define IS_UNSIGNED(type) (((type) -1) > 0) +struct __Pyx_StructField_; +#define __PYX_BUF_FLAGS_PACKED_STRUCT (1 << 0) +typedef struct { + const char* name; + struct __Pyx_StructField_* fields; + size_t size; + size_t arraysize[8]; + int ndim; + char typegroup; + char is_unsigned; + int flags; +} __Pyx_TypeInfo; +typedef struct __Pyx_StructField_ { + __Pyx_TypeInfo* type; + const char* name; + size_t offset; +} __Pyx_StructField; +typedef struct { + __Pyx_StructField* field; + size_t parent_offset; +} __Pyx_BufFmt_StackElem; +typedef struct { + __Pyx_StructField root; + __Pyx_BufFmt_StackElem* head; + size_t fmt_offset; + size_t new_count, enc_count; + size_t struct_alignment; + int is_complex; + char enc_type; + char new_packmode; + char enc_packmode; + char is_valid_array; +} __Pyx_BufFmt_Context; + + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":726 + * # in Cython to enable them only on the right systems. + * + * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<< + * ctypedef npy_int16 int16_t + * ctypedef npy_int32 int32_t + */ +typedef npy_int8 __pyx_t_5numpy_int8_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":727 + * + * ctypedef npy_int8 int8_t + * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<< + * ctypedef npy_int32 int32_t + * ctypedef npy_int64 int64_t + */ +typedef npy_int16 __pyx_t_5numpy_int16_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":728 + * ctypedef npy_int8 int8_t + * ctypedef npy_int16 int16_t + * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<< + * ctypedef npy_int64 int64_t + * #ctypedef npy_int96 int96_t + */ +typedef npy_int32 __pyx_t_5numpy_int32_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":729 + * ctypedef npy_int16 int16_t + * ctypedef npy_int32 int32_t + * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<< + * #ctypedef npy_int96 int96_t + * #ctypedef npy_int128 int128_t + */ +typedef npy_int64 __pyx_t_5numpy_int64_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":733 + * #ctypedef npy_int128 int128_t + * + * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<< + * ctypedef npy_uint16 uint16_t + * ctypedef npy_uint32 uint32_t + */ +typedef npy_uint8 __pyx_t_5numpy_uint8_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":734 + * + * ctypedef npy_uint8 uint8_t + * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<< + * ctypedef npy_uint32 uint32_t + * ctypedef npy_uint64 uint64_t + */ +typedef npy_uint16 __pyx_t_5numpy_uint16_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":735 + * ctypedef npy_uint8 uint8_t + * ctypedef npy_uint16 uint16_t + * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<< + * ctypedef npy_uint64 uint64_t + * #ctypedef npy_uint96 uint96_t + */ +typedef npy_uint32 __pyx_t_5numpy_uint32_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":736 + * ctypedef npy_uint16 uint16_t + * ctypedef npy_uint32 uint32_t + * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<< + * #ctypedef npy_uint96 uint96_t + * #ctypedef npy_uint128 uint128_t + */ +typedef npy_uint64 __pyx_t_5numpy_uint64_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":740 + * #ctypedef npy_uint128 uint128_t + * + * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<< + * ctypedef npy_float64 float64_t + * #ctypedef npy_float80 float80_t + */ +typedef npy_float32 __pyx_t_5numpy_float32_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":741 + * + * ctypedef npy_float32 float32_t + * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<< + * #ctypedef npy_float80 float80_t + * #ctypedef npy_float128 float128_t + */ +typedef npy_float64 __pyx_t_5numpy_float64_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":750 + * # The int types are mapped a bit surprising -- + * # numpy.int corresponds to 'l' and numpy.long to 'q' + * ctypedef npy_long int_t # <<<<<<<<<<<<<< + * ctypedef npy_longlong long_t + * ctypedef npy_longlong longlong_t + */ +typedef npy_long __pyx_t_5numpy_int_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":751 + * # numpy.int corresponds to 'l' and numpy.long to 'q' + * ctypedef npy_long int_t + * ctypedef npy_longlong long_t # <<<<<<<<<<<<<< + * ctypedef npy_longlong longlong_t + * + */ +typedef npy_longlong __pyx_t_5numpy_long_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":752 + * ctypedef npy_long int_t + * ctypedef npy_longlong long_t + * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<< + * + * ctypedef npy_ulong uint_t + */ +typedef npy_longlong __pyx_t_5numpy_longlong_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":754 + * ctypedef npy_longlong longlong_t + * + * ctypedef npy_ulong uint_t # <<<<<<<<<<<<<< + * ctypedef npy_ulonglong ulong_t + * ctypedef npy_ulonglong ulonglong_t + */ +typedef npy_ulong __pyx_t_5numpy_uint_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":755 + * + * ctypedef npy_ulong uint_t + * ctypedef npy_ulonglong ulong_t # <<<<<<<<<<<<<< + * ctypedef npy_ulonglong ulonglong_t + * + */ +typedef npy_ulonglong __pyx_t_5numpy_ulong_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":756 + * ctypedef npy_ulong uint_t + * ctypedef npy_ulonglong ulong_t + * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<< + * + * ctypedef npy_intp intp_t + */ +typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":758 + * ctypedef npy_ulonglong ulonglong_t + * + * ctypedef npy_intp intp_t # <<<<<<<<<<<<<< + * ctypedef npy_uintp uintp_t + * + */ +typedef npy_intp __pyx_t_5numpy_intp_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":759 + * + * ctypedef npy_intp intp_t + * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<< + * + * ctypedef npy_double float_t + */ +typedef npy_uintp __pyx_t_5numpy_uintp_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":761 + * ctypedef npy_uintp uintp_t + * + * ctypedef npy_double float_t # <<<<<<<<<<<<<< + * ctypedef npy_double double_t + * ctypedef npy_longdouble longdouble_t + */ +typedef npy_double __pyx_t_5numpy_float_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":762 + * + * ctypedef npy_double float_t + * ctypedef npy_double double_t # <<<<<<<<<<<<<< + * ctypedef npy_longdouble longdouble_t + * + */ +typedef npy_double __pyx_t_5numpy_double_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":763 + * ctypedef npy_double float_t + * ctypedef npy_double double_t + * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<< + * + * ctypedef npy_cfloat cfloat_t + */ +typedef npy_longdouble __pyx_t_5numpy_longdouble_t; + +/* "ml3.pyx":7 + * + * DTYPE = np.float64 + * ctypedef np.float_t DTYPE_t # <<<<<<<<<<<<<< + * + * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, + */ +typedef __pyx_t_5numpy_float_t __pyx_t_3ml3_DTYPE_t; +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + typedef ::std::complex< float > __pyx_t_float_complex; + #else + typedef float _Complex __pyx_t_float_complex; + #endif +#else + typedef struct { float real, imag; } __pyx_t_float_complex; +#endif + +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + typedef ::std::complex< double > __pyx_t_double_complex; + #else + typedef double _Complex __pyx_t_double_complex; + #endif +#else + typedef struct { double real, imag; } __pyx_t_double_complex; +#endif + + +/*--- Type declarations ---*/ + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":765 + * ctypedef npy_longdouble longdouble_t + * + * ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<< + * ctypedef npy_cdouble cdouble_t + * ctypedef npy_clongdouble clongdouble_t + */ +typedef npy_cfloat __pyx_t_5numpy_cfloat_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":766 + * + * ctypedef npy_cfloat cfloat_t + * ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<< + * ctypedef npy_clongdouble clongdouble_t + * + */ +typedef npy_cdouble __pyx_t_5numpy_cdouble_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":767 + * ctypedef npy_cfloat cfloat_t + * ctypedef npy_cdouble cdouble_t + * ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<< + * + * ctypedef npy_cdouble complex_t + */ +typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t; + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":769 + * ctypedef npy_clongdouble clongdouble_t + * + * ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew1(a): + */ +typedef npy_cdouble __pyx_t_5numpy_complex_t; + +/* --- Runtime support code (head) --- */ +#ifndef CYTHON_REFNANNY + #define CYTHON_REFNANNY 0 +#endif +#if CYTHON_REFNANNY + typedef struct { + void (*INCREF)(void*, PyObject*, int); + void (*DECREF)(void*, PyObject*, int); + void (*GOTREF)(void*, PyObject*, int); + void (*GIVEREF)(void*, PyObject*, int); + void* (*SetupContext)(const char*, int, const char*); + void (*FinishContext)(void**); + } __Pyx_RefNannyAPIStruct; + static __Pyx_RefNannyAPIStruct *__Pyx_RefNanny = NULL; + static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname); + #define __Pyx_RefNannyDeclarations void *__pyx_refnanny = NULL; +#ifdef WITH_THREAD + #define __Pyx_RefNannySetupContext(name, acquire_gil) \ + if (acquire_gil) { \ + PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure(); \ + __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \ + PyGILState_Release(__pyx_gilstate_save); \ + } else { \ + __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__); \ + } +#else + #define __Pyx_RefNannySetupContext(name, acquire_gil) \ + __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), __LINE__, __FILE__) +#endif + #define __Pyx_RefNannyFinishContext() \ + __Pyx_RefNanny->FinishContext(&__pyx_refnanny) + #define __Pyx_INCREF(r) __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), __LINE__) + #define __Pyx_DECREF(r) __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), __LINE__) + #define __Pyx_GOTREF(r) __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), __LINE__) + #define __Pyx_GIVEREF(r) __Pyx_RefNanny->GIVEREF(__pyx_refnanny, (PyObject *)(r), __LINE__) + #define __Pyx_XINCREF(r) do { if((r) != NULL) {__Pyx_INCREF(r); }} while(0) + #define __Pyx_XDECREF(r) do { if((r) != NULL) {__Pyx_DECREF(r); }} while(0) + #define __Pyx_XGOTREF(r) do { if((r) != NULL) {__Pyx_GOTREF(r); }} while(0) + #define __Pyx_XGIVEREF(r) do { if((r) != NULL) {__Pyx_GIVEREF(r);}} while(0) +#else + #define __Pyx_RefNannyDeclarations + #define __Pyx_RefNannySetupContext(name, acquire_gil) + #define __Pyx_RefNannyFinishContext() + #define __Pyx_INCREF(r) Py_INCREF(r) + #define __Pyx_DECREF(r) Py_DECREF(r) + #define __Pyx_GOTREF(r) + #define __Pyx_GIVEREF(r) + #define __Pyx_XINCREF(r) Py_XINCREF(r) + #define __Pyx_XDECREF(r) Py_XDECREF(r) + #define __Pyx_XGOTREF(r) + #define __Pyx_XGIVEREF(r) +#endif +#define __Pyx_XDECREF_SET(r, v) do { \ + PyObject *tmp = (PyObject *) r; \ + r = v; __Pyx_XDECREF(tmp); \ + } while (0) +#define __Pyx_DECREF_SET(r, v) do { \ + PyObject *tmp = (PyObject *) r; \ + r = v; __Pyx_DECREF(tmp); \ + } while (0) +#define __Pyx_CLEAR(r) do { PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);} while(0) +#define __Pyx_XCLEAR(r) do { if((r) != NULL) {PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);}} while(0) + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStr(PyObject* obj, PyObject* attr_name) { + PyTypeObject* tp = Py_TYPE(obj); + if (likely(tp->tp_getattro)) + return tp->tp_getattro(obj, attr_name); +#if PY_MAJOR_VERSION < 3 + if (likely(tp->tp_getattr)) + return tp->tp_getattr(obj, PyString_AS_STRING(attr_name)); +#endif + return PyObject_GetAttr(obj, attr_name); +} +#else +#define __Pyx_PyObject_GetAttrStr(o,n) PyObject_GetAttr(o,n) +#endif + +static PyObject *__Pyx_GetBuiltinName(PyObject *name); + +static void __Pyx_RaiseArgtupleInvalid(const char* func_name, int exact, + Py_ssize_t num_min, Py_ssize_t num_max, Py_ssize_t num_found); + +static void __Pyx_RaiseDoubleKeywordsError(const char* func_name, PyObject* kw_name); + +static int __Pyx_ParseOptionalKeywords(PyObject *kwds, PyObject **argnames[], \ + PyObject *kwds2, PyObject *values[], Py_ssize_t num_pos_args, \ + const char* function_name); + +static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *type, int none_allowed, + const char *name, int exact); + +static CYTHON_INLINE PyObject *__Pyx_GetModuleGlobalName(PyObject *name); + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw); +#else +#define __Pyx_PyObject_Call(func, arg, kw) PyObject_Call(func, arg, kw) +#endif + +static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type); + +static CYTHON_INLINE int __Pyx_GetBufferAndValidate(Py_buffer* buf, PyObject* obj, + __Pyx_TypeInfo* dtype, int flags, int nd, int cast, __Pyx_BufFmt_StackElem* stack); +static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info); + +static CYTHON_INLINE int __Pyx_IterFinish(void); + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg); +#endif + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func); +#else +#define __Pyx_PyObject_CallNoArg(func) __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL) +#endif + +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg); + +static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name); + +static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index); + +static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected); + +static int __Pyx_IternextUnpackEndCheck(PyObject *retval, Py_ssize_t expected); + +static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void); + +static void __Pyx_UnpackTupleError(PyObject *, Py_ssize_t index); + +static CYTHON_INLINE int __Pyx_unpack_tuple2(PyObject* tuple, PyObject** value1, PyObject** value2, + int is_tuple, int has_known_size, int decref_tuple); + +static CYTHON_INLINE PyObject* __Pyx_dict_iterator(PyObject* dict, int is_dict, PyObject* method_name, + Py_ssize_t* p_orig_length, int* p_is_dict); +static CYTHON_INLINE int __Pyx_dict_iter_next(PyObject* dict_or_iter, Py_ssize_t orig_length, Py_ssize_t* ppos, + PyObject** pkey, PyObject** pvalue, PyObject** pitem, int is_dict); + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE int __Pyx_ListComp_Append(PyObject* list, PyObject* x) { + PyListObject* L = (PyListObject*) list; + Py_ssize_t len = Py_SIZE(list); + if (likely(L->allocated > len)) { + Py_INCREF(x); + PyList_SET_ITEM(list, len, x); + Py_SIZE(list) = len+1; + return 0; + } + return PyList_Append(list, x); +} +#else +#define __Pyx_ListComp_Append(L,x) PyList_Append(L,x) +#endif + +#define __Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char*)buf + i0 * s0) +static double __Pyx__PyObject_AsDouble(PyObject* obj); +#if CYTHON_COMPILING_IN_PYPY +#define __Pyx_PyObject_AsDouble(obj) \ +(likely(PyFloat_CheckExact(obj)) ? PyFloat_AS_DOUBLE(obj) : \ + likely(PyInt_CheckExact(obj)) ? \ + PyFloat_AsDouble(obj) : __Pyx__PyObject_AsDouble(obj)) +#else +#define __Pyx_PyObject_AsDouble(obj) \ +((likely(PyFloat_CheckExact(obj))) ? \ + PyFloat_AS_DOUBLE(obj) : __Pyx__PyObject_AsDouble(obj)) +#endif + +#define __Pyx_GetItemInt(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ + (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ + __Pyx_GetItemInt_Fast(o, (Py_ssize_t)i, is_list, wraparound, boundscheck) : \ + (is_list ? (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL) : \ + __Pyx_GetItemInt_Generic(o, to_py_func(i)))) +#define __Pyx_GetItemInt_List(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ + (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ + __Pyx_GetItemInt_List_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) : \ + (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL)) +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, + int wraparound, int boundscheck); +#define __Pyx_GetItemInt_Tuple(o, i, type, is_signed, to_py_func, is_list, wraparound, boundscheck) \ + (__Pyx_fits_Py_ssize_t(i, type, is_signed) ? \ + __Pyx_GetItemInt_Tuple_Fast(o, (Py_ssize_t)i, wraparound, boundscheck) : \ + (PyErr_SetString(PyExc_IndexError, "tuple index out of range"), (PyObject*)NULL)) +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, + int wraparound, int boundscheck); +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j); +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i, + int is_list, int wraparound, int boundscheck); + +static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb); +static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb); + +static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause); + +#if PY_MAJOR_VERSION >= 3 +static PyObject *__Pyx_PyDict_GetItem(PyObject *d, PyObject* key) { + PyObject *value; + value = PyDict_GetItemWithError(d, key); + if (unlikely(!value)) { + if (!PyErr_Occurred()) { + PyObject* args = PyTuple_Pack(1, key); + if (likely(args)) + PyErr_SetObject(PyExc_KeyError, args); + Py_XDECREF(args); + } + return NULL; + } + Py_INCREF(value); + return value; +} +#else + #define __Pyx_PyDict_GetItem(d, key) PyObject_GetItem(d, key) +#endif + +typedef struct { + int code_line; + PyCodeObject* code_object; +} __Pyx_CodeObjectCacheEntry; +struct __Pyx_CodeObjectCache { + int count; + int max_count; + __Pyx_CodeObjectCacheEntry* entries; +}; +static struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL}; +static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line); +static PyCodeObject *__pyx_find_code_object(int code_line); +static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object); + +static void __Pyx_AddTraceback(const char *funcname, int c_line, + int py_line, const char *filename); + +typedef struct { + Py_ssize_t shape, strides, suboffsets; +} __Pyx_Buf_DimInfo; +typedef struct { + size_t refcount; + Py_buffer pybuffer; +} __Pyx_Buffer; +typedef struct { + __Pyx_Buffer *rcbuffer; + char *data; + __Pyx_Buf_DimInfo diminfo[8]; +} __Pyx_LocalBuf_ND; + +#if PY_MAJOR_VERSION < 3 + static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags); + static void __Pyx_ReleaseBuffer(Py_buffer *view); +#else + #define __Pyx_GetBuffer PyObject_GetBuffer + #define __Pyx_ReleaseBuffer PyBuffer_Release +#endif + + +static Py_ssize_t __Pyx_zeros[] = {0, 0, 0, 0, 0, 0, 0, 0}; +static Py_ssize_t __Pyx_minusones[] = {-1, -1, -1, -1, -1, -1, -1, -1}; + +static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level); + +static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value); + +static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *); + +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + #define __Pyx_CREAL(z) ((z).real()) + #define __Pyx_CIMAG(z) ((z).imag()) + #else + #define __Pyx_CREAL(z) (__real__(z)) + #define __Pyx_CIMAG(z) (__imag__(z)) + #endif +#else + #define __Pyx_CREAL(z) ((z).real) + #define __Pyx_CIMAG(z) ((z).imag) +#endif +#if (defined(_WIN32) || defined(__clang__)) && defined(__cplusplus) && CYTHON_CCOMPLEX + #define __Pyx_SET_CREAL(z,x) ((z).real(x)) + #define __Pyx_SET_CIMAG(z,y) ((z).imag(y)) +#else + #define __Pyx_SET_CREAL(z,x) __Pyx_CREAL(z) = (x) + #define __Pyx_SET_CIMAG(z,y) __Pyx_CIMAG(z) = (y) +#endif + +static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float, float); + +#if CYTHON_CCOMPLEX + #define __Pyx_c_eqf(a, b) ((a)==(b)) + #define __Pyx_c_sumf(a, b) ((a)+(b)) + #define __Pyx_c_difff(a, b) ((a)-(b)) + #define __Pyx_c_prodf(a, b) ((a)*(b)) + #define __Pyx_c_quotf(a, b) ((a)/(b)) + #define __Pyx_c_negf(a) (-(a)) + #ifdef __cplusplus + #define __Pyx_c_is_zerof(z) ((z)==(float)0) + #define __Pyx_c_conjf(z) (::std::conj(z)) + #if 1 + #define __Pyx_c_absf(z) (::std::abs(z)) + #define __Pyx_c_powf(a, b) (::std::pow(a, b)) + #endif + #else + #define __Pyx_c_is_zerof(z) ((z)==0) + #define __Pyx_c_conjf(z) (conjf(z)) + #if 1 + #define __Pyx_c_absf(z) (cabsf(z)) + #define __Pyx_c_powf(a, b) (cpowf(a, b)) + #endif + #endif +#else + static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prodf(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex, __pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex); + static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex); + #if 1 + static CYTHON_INLINE float __Pyx_c_absf(__pyx_t_float_complex); + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex, __pyx_t_float_complex); + #endif +#endif + +static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double, double); + +#if CYTHON_CCOMPLEX + #define __Pyx_c_eq(a, b) ((a)==(b)) + #define __Pyx_c_sum(a, b) ((a)+(b)) + #define __Pyx_c_diff(a, b) ((a)-(b)) + #define __Pyx_c_prod(a, b) ((a)*(b)) + #define __Pyx_c_quot(a, b) ((a)/(b)) + #define __Pyx_c_neg(a) (-(a)) + #ifdef __cplusplus + #define __Pyx_c_is_zero(z) ((z)==(double)0) + #define __Pyx_c_conj(z) (::std::conj(z)) + #if 1 + #define __Pyx_c_abs(z) (::std::abs(z)) + #define __Pyx_c_pow(a, b) (::std::pow(a, b)) + #endif + #else + #define __Pyx_c_is_zero(z) ((z)==0) + #define __Pyx_c_conj(z) (conj(z)) + #if 1 + #define __Pyx_c_abs(z) (cabs(z)) + #define __Pyx_c_pow(a, b) (cpow(a, b)) + #endif + #endif +#else + static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex, __pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex); + static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex); + #if 1 + static CYTHON_INLINE double __Pyx_c_abs(__pyx_t_double_complex); + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex, __pyx_t_double_complex); + #endif +#endif + +static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value); + +static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *); + +static int __Pyx_check_binary_version(void); + +#if !defined(__Pyx_PyIdentifier_FromString) +#if PY_MAJOR_VERSION < 3 + #define __Pyx_PyIdentifier_FromString(s) PyString_FromString(s) +#else + #define __Pyx_PyIdentifier_FromString(s) PyUnicode_FromString(s) +#endif +#endif + +static PyObject *__Pyx_ImportModule(const char *name); + +static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, size_t size, int strict); + +static int __Pyx_InitStrings(__Pyx_StringTabEntry *t); + + +/* Module declarations from 'cpython.buffer' */ + +/* Module declarations from 'cpython.ref' */ + +/* Module declarations from 'libc.string' */ + +/* Module declarations from 'libc.stdio' */ + +/* Module declarations from 'cpython.object' */ + +/* Module declarations from '__builtin__' */ + +/* Module declarations from 'cpython.type' */ +static PyTypeObject *__pyx_ptype_7cpython_4type_type = 0; + +/* Module declarations from 'libc.stdlib' */ + +/* Module declarations from 'numpy' */ + +/* Module declarations from 'numpy' */ +static PyTypeObject *__pyx_ptype_5numpy_dtype = 0; +static PyTypeObject *__pyx_ptype_5numpy_flatiter = 0; +static PyTypeObject *__pyx_ptype_5numpy_broadcast = 0; +static PyTypeObject *__pyx_ptype_5numpy_ndarray = 0; +static PyTypeObject *__pyx_ptype_5numpy_ufunc = 0; +static CYTHON_INLINE char *__pyx_f_5numpy__util_dtypestring(PyArray_Descr *, char *, char *, int *); /*proto*/ + +/* Module declarations from 'libc.math' */ + +/* Module declarations from 'ml3' */ +static __pyx_t_3ml3_DTYPE_t __pyx_f_3ml3_weight_success(int, int, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t); /*proto*/ +static __pyx_t_3ml3_DTYPE_t __pyx_f_3ml3_weight_failure(int, int, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t, __pyx_t_3ml3_DTYPE_t); /*proto*/ +static __Pyx_TypeInfo __Pyx_TypeInfo_nn___pyx_t_3ml3_DTYPE_t = { "DTYPE_t", NULL, sizeof(__pyx_t_3ml3_DTYPE_t), { 0 }, 0, 'R', 0, 0 }; +#define __Pyx_MODULE_NAME "ml3" +int __pyx_module_is_main_ml3 = 0; + +/* Implementation of 'ml3' */ +static PyObject *__pyx_builtin_enumerate; +static PyObject *__pyx_builtin_sum; +static PyObject *__pyx_builtin_ValueError; +static PyObject *__pyx_builtin_range; +static PyObject *__pyx_builtin_RuntimeError; +static PyObject *__pyx_pf_3ml3_ml3(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_root_victims, PyObject *__pyx_v_victims, CYTHON_UNUSED PyObject *__pyx_v_non_victims, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_age, __pyx_t_3ml3_DTYPE_t __pyx_v_alpha, __pyx_t_3ml3_DTYPE_t __pyx_v_delta); /* proto */ +static int __pyx_pf_5numpy_7ndarray___getbuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /* proto */ +static void __pyx_pf_5numpy_7ndarray_2__releasebuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info); /* proto */ +static char __pyx_k_B[] = "B"; +static char __pyx_k_H[] = "H"; +static char __pyx_k_I[] = "I"; +static char __pyx_k_L[] = "L"; +static char __pyx_k_O[] = "O"; +static char __pyx_k_Q[] = "Q"; +static char __pyx_k_b[] = "b"; +static char __pyx_k_d[] = "d"; +static char __pyx_k_f[] = "f"; +static char __pyx_k_g[] = "g"; +static char __pyx_k_h[] = "h"; +static char __pyx_k_i[] = "i"; +static char __pyx_k_l[] = "l"; +static char __pyx_k_q[] = "q"; +static char __pyx_k_s[] = "s"; +static char __pyx_k_t[] = "t"; +static char __pyx_k_Zd[] = "Zd"; +static char __pyx_k_Zf[] = "Zf"; +static char __pyx_k_Zg[] = "Zg"; +static char __pyx_k_dt[] = "dt"; +static char __pyx_k_ll[] = "ll"; +static char __pyx_k_np[] = "np"; +static char __pyx_k_w1[] = "w1"; +static char __pyx_k_w2[] = "w2"; +static char __pyx_k_w3[] = "w3"; +static char __pyx_k_age[] = "age"; +static char __pyx_k_dts[] = "dts"; +static char __pyx_k_inf[] = "-inf"; +static char __pyx_k_ml3[] = "ml3"; +static char __pyx_k_sum[] = "sum"; +static char __pyx_k_beta[] = "beta"; +static char __pyx_k_dist[] = "dist"; +static char __pyx_k_main[] = "__main__"; +static char __pyx_k_prnt[] = "prnt"; +static char __pyx_k_prob[] = "prob"; +static char __pyx_k_test[] = "__test__"; +static char __pyx_k_DTYPE[] = "DTYPE"; +static char __pyx_k_alpha[] = "alpha"; +static char __pyx_k_delta[] = "delta"; +static char __pyx_k_dists[] = "dists"; +static char __pyx_k_dtype[] = "dtype"; +static char __pyx_k_numpy[] = "numpy"; +static char __pyx_k_probs[] = "probs"; +static char __pyx_k_range[] = "range"; +static char __pyx_k_roots[] = "roots"; +static char __pyx_k_seeds[] = "seeds"; +static char __pyx_k_zeros[] = "zeros"; +static char __pyx_k_arange[] = "arange"; +static char __pyx_k_import[] = "__import__"; +static char __pyx_k_thresh[] = "thresh"; +static char __pyx_k_float64[] = "float64"; +static char __pyx_k_n_roots[] = "n_roots"; +static char __pyx_k_parents[] = "parents"; +static char __pyx_k_victims[] = "victims"; +static char __pyx_k_beta_add[] = "beta_add"; +static char __pyx_k_failures[] = "failures"; +static char __pyx_k_max_beta[] = "max_beta"; +static char __pyx_k_enumerate[] = "enumerate"; +static char __pyx_k_max_roots[] = "max_roots"; +static char __pyx_k_n_victims[] = "n_victims"; +static char __pyx_k_non_seeds[] = "non_seeds"; +static char __pyx_k_successes[] = "successes"; +static char __pyx_k_ValueError[] = "ValueError"; +static char __pyx_k_itervalues[] = "itervalues"; +static char __pyx_k_parent_dts[] = "parent_dts"; +static char __pyx_k_probs_fail[] = "probs_fail"; +static char __pyx_k_non_victims[] = "non_victims"; +static char __pyx_k_RuntimeError[] = "RuntimeError"; +static char __pyx_k_max_beta_add[] = "max_beta_add"; +static char __pyx_k_parent_dists[] = "parent_dists"; +static char __pyx_k_root_victims[] = "root_victims"; +static char __pyx_k_ndarray_is_not_C_contiguous[] = "ndarray is not C contiguous"; +static char __pyx_k_Users_ben_Documents_Cascade_Pro[] = "/Users/ben/Documents/Cascade Project/criminal_cascades/experiments/ml3.pyx"; +static char __pyx_k_unknown_dtype_code_in_numpy_pxd[] = "unknown dtype code in numpy.pxd (%d)"; +static char __pyx_k_Format_string_allocated_too_shor[] = "Format string allocated too short, see comment in numpy.pxd"; +static char __pyx_k_Non_native_byte_order_not_suppor[] = "Non-native byte order not supported"; +static char __pyx_k_ndarray_is_not_Fortran_contiguou[] = "ndarray is not Fortran contiguous"; +static char __pyx_k_Format_string_allocated_too_shor_2[] = "Format string allocated too short."; +static PyObject *__pyx_n_s_DTYPE; +static PyObject *__pyx_kp_u_Format_string_allocated_too_shor; +static PyObject *__pyx_kp_u_Format_string_allocated_too_shor_2; +static PyObject *__pyx_kp_u_Non_native_byte_order_not_suppor; +static PyObject *__pyx_n_s_RuntimeError; +static PyObject *__pyx_kp_s_Users_ben_Documents_Cascade_Pro; +static PyObject *__pyx_n_s_ValueError; +static PyObject *__pyx_n_s_age; +static PyObject *__pyx_n_s_alpha; +static PyObject *__pyx_n_s_arange; +static PyObject *__pyx_n_s_beta; +static PyObject *__pyx_n_s_beta_add; +static PyObject *__pyx_n_s_delta; +static PyObject *__pyx_n_s_dist; +static PyObject *__pyx_n_s_dists; +static PyObject *__pyx_n_s_dt; +static PyObject *__pyx_n_s_dts; +static PyObject *__pyx_n_s_dtype; +static PyObject *__pyx_n_s_enumerate; +static PyObject *__pyx_n_s_failures; +static PyObject *__pyx_n_s_float64; +static PyObject *__pyx_n_s_i; +static PyObject *__pyx_n_s_import; +static PyObject *__pyx_kp_s_inf; +static PyObject *__pyx_n_s_itervalues; +static PyObject *__pyx_n_s_l; +static PyObject *__pyx_n_s_ll; +static PyObject *__pyx_n_s_main; +static PyObject *__pyx_n_s_max_beta; +static PyObject *__pyx_n_s_max_beta_add; +static PyObject *__pyx_n_s_max_roots; +static PyObject *__pyx_n_s_ml3; +static PyObject *__pyx_n_s_n_roots; +static PyObject *__pyx_n_s_n_victims; +static PyObject *__pyx_kp_u_ndarray_is_not_C_contiguous; +static PyObject *__pyx_kp_u_ndarray_is_not_Fortran_contiguou; +static PyObject *__pyx_n_s_non_seeds; +static PyObject *__pyx_n_s_non_victims; +static PyObject *__pyx_n_s_np; +static PyObject *__pyx_n_s_numpy; +static PyObject *__pyx_n_s_parent_dists; +static PyObject *__pyx_n_s_parent_dts; +static PyObject *__pyx_n_s_parents; +static PyObject *__pyx_n_s_prnt; +static PyObject *__pyx_n_s_prob; +static PyObject *__pyx_n_s_probs; +static PyObject *__pyx_n_s_probs_fail; +static PyObject *__pyx_n_s_range; +static PyObject *__pyx_n_s_root_victims; +static PyObject *__pyx_n_s_roots; +static PyObject *__pyx_n_s_s; +static PyObject *__pyx_n_s_seeds; +static PyObject *__pyx_n_s_successes; +static PyObject *__pyx_n_s_sum; +static PyObject *__pyx_n_s_t; +static PyObject *__pyx_n_s_test; +static PyObject *__pyx_n_s_thresh; +static PyObject *__pyx_kp_u_unknown_dtype_code_in_numpy_pxd; +static PyObject *__pyx_n_s_victims; +static PyObject *__pyx_n_s_w1; +static PyObject *__pyx_n_s_w2; +static PyObject *__pyx_n_s_w3; +static PyObject *__pyx_n_s_zeros; +static PyObject *__pyx_float__01; +static PyObject *__pyx_float_0_01; +static PyObject *__pyx_int_1; +static PyObject *__pyx_tuple_; +static PyObject *__pyx_tuple__2; +static PyObject *__pyx_tuple__3; +static PyObject *__pyx_tuple__4; +static PyObject *__pyx_tuple__5; +static PyObject *__pyx_tuple__6; +static PyObject *__pyx_tuple__7; +static PyObject *__pyx_tuple__8; +static PyObject *__pyx_codeobj__9; + +/* "ml3.pyx":9 + * ctypedef np.float_t DTYPE_t + * + * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, # <<<<<<<<<<<<<< + * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + * """weight for successful infection, exponential time model""" + */ + +static __pyx_t_3ml3_DTYPE_t __pyx_f_3ml3_weight_success(int __pyx_v_dist, int __pyx_v_dt, __pyx_t_3ml3_DTYPE_t __pyx_v_alpha, __pyx_t_3ml3_DTYPE_t __pyx_v_delta, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_w1, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_w2, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_w3) { + __pyx_t_3ml3_DTYPE_t __pyx_v_structural; + __pyx_t_3ml3_DTYPE_t __pyx_v_temporal; + __pyx_t_3ml3_DTYPE_t __pyx_v_result; + __pyx_t_3ml3_DTYPE_t __pyx_r; + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("weight_success", 0); + + /* "ml3.pyx":13 + * """weight for successful infection, exponential time model""" + * cdef DTYPE_t structural, temporal, result + * structural = delta ** dist # <<<<<<<<<<<<<< + * temporal = log(exp(alpha)-1.) - alpha*dt + * result = log(structural) + temporal + */ + __pyx_v_structural = pow(__pyx_v_delta, ((__pyx_t_3ml3_DTYPE_t)__pyx_v_dist)); + + /* "ml3.pyx":14 + * cdef DTYPE_t structural, temporal, result + * structural = delta ** dist + * temporal = log(exp(alpha)-1.) - alpha*dt # <<<<<<<<<<<<<< + * result = log(structural) + temporal + * return result + */ + __pyx_v_temporal = (log((exp(__pyx_v_alpha) - 1.)) - (__pyx_v_alpha * __pyx_v_dt)); + + /* "ml3.pyx":15 + * structural = delta ** dist + * temporal = log(exp(alpha)-1.) - alpha*dt + * result = log(structural) + temporal # <<<<<<<<<<<<<< + * return result + * + */ + __pyx_v_result = (log(__pyx_v_structural) + __pyx_v_temporal); + + /* "ml3.pyx":16 + * temporal = log(exp(alpha)-1.) - alpha*dt + * result = log(structural) + temporal + * return result # <<<<<<<<<<<<<< + * + * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, + */ + __pyx_r = __pyx_v_result; + goto __pyx_L0; + + /* "ml3.pyx":9 + * ctypedef np.float_t DTYPE_t + * + * cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, # <<<<<<<<<<<<<< + * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + * """weight for successful infection, exponential time model""" + */ + + /* function exit code */ + __pyx_L0:; + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "ml3.pyx":18 + * return result + * + * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, # <<<<<<<<<<<<<< + * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + * """weight for failed infection, exponential time model""" + */ + +static __pyx_t_3ml3_DTYPE_t __pyx_f_3ml3_weight_failure(int __pyx_v_dist, int __pyx_v_dt, __pyx_t_3ml3_DTYPE_t __pyx_v_alpha, __pyx_t_3ml3_DTYPE_t __pyx_v_delta, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_w1, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_w2, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_w3) { + __pyx_t_3ml3_DTYPE_t __pyx_v_structural; + __pyx_t_3ml3_DTYPE_t __pyx_v_temporal; + __pyx_t_3ml3_DTYPE_t __pyx_v_result; + __pyx_t_3ml3_DTYPE_t __pyx_r; + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("weight_failure", 0); + + /* "ml3.pyx":22 + * """weight for failed infection, exponential time model""" + * cdef DTYPE_t structural, temporal, result + * structural = delta ** dist # <<<<<<<<<<<<<< + * temporal = exp(-alpha * dt) + * result = log(1. - structural + structural * temporal) + */ + __pyx_v_structural = pow(__pyx_v_delta, ((__pyx_t_3ml3_DTYPE_t)__pyx_v_dist)); + + /* "ml3.pyx":23 + * cdef DTYPE_t structural, temporal, result + * structural = delta ** dist + * temporal = exp(-alpha * dt) # <<<<<<<<<<<<<< + * result = log(1. - structural + structural * temporal) + * return result + */ + __pyx_v_temporal = exp(((-__pyx_v_alpha) * __pyx_v_dt)); + + /* "ml3.pyx":24 + * structural = delta ** dist + * temporal = exp(-alpha * dt) + * result = log(1. - structural + structural * temporal) # <<<<<<<<<<<<<< + * return result + * + */ + __pyx_v_result = log(((1. - __pyx_v_structural) + (__pyx_v_structural * __pyx_v_temporal))); + + /* "ml3.pyx":25 + * temporal = exp(-alpha * dt) + * result = log(1. - structural + structural * temporal) + * return result # <<<<<<<<<<<<<< + * + * def ml3(dict root_victims, dict victims, dict non_victims, DTYPE_t age, + */ + __pyx_r = __pyx_v_result; + goto __pyx_L0; + + /* "ml3.pyx":18 + * return result + * + * cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, # <<<<<<<<<<<<<< + * DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + * """weight for failed infection, exponential time model""" + */ + + /* function exit code */ + __pyx_L0:; + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "ml3.pyx":27 + * return result + * + * def ml3(dict root_victims, dict victims, dict non_victims, DTYPE_t age, # <<<<<<<<<<<<<< + * DTYPE_t alpha, DTYPE_t delta): + * cdef: + */ + +/* Python wrapper */ +static PyObject *__pyx_pw_3ml3_1ml3(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds); /*proto*/ +static PyMethodDef __pyx_mdef_3ml3_1ml3 = {"ml3", (PyCFunction)__pyx_pw_3ml3_1ml3, METH_VARARGS|METH_KEYWORDS, 0}; +static PyObject *__pyx_pw_3ml3_1ml3(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) { + PyObject *__pyx_v_root_victims = 0; + PyObject *__pyx_v_victims = 0; + CYTHON_UNUSED PyObject *__pyx_v_non_victims = 0; + CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_age; + __pyx_t_3ml3_DTYPE_t __pyx_v_alpha; + __pyx_t_3ml3_DTYPE_t __pyx_v_delta; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + PyObject *__pyx_r = 0; + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("ml3 (wrapper)", 0); + { + static PyObject **__pyx_pyargnames[] = {&__pyx_n_s_root_victims,&__pyx_n_s_victims,&__pyx_n_s_non_victims,&__pyx_n_s_age,&__pyx_n_s_alpha,&__pyx_n_s_delta,0}; + PyObject* values[6] = {0,0,0,0,0,0}; + if (unlikely(__pyx_kwds)) { + Py_ssize_t kw_args; + const Py_ssize_t pos_args = PyTuple_GET_SIZE(__pyx_args); + switch (pos_args) { + case 6: values[5] = PyTuple_GET_ITEM(__pyx_args, 5); + case 5: values[4] = PyTuple_GET_ITEM(__pyx_args, 4); + case 4: values[3] = PyTuple_GET_ITEM(__pyx_args, 3); + case 3: values[2] = PyTuple_GET_ITEM(__pyx_args, 2); + case 2: values[1] = PyTuple_GET_ITEM(__pyx_args, 1); + case 1: values[0] = PyTuple_GET_ITEM(__pyx_args, 0); + case 0: break; + default: goto __pyx_L5_argtuple_error; + } + kw_args = PyDict_Size(__pyx_kwds); + switch (pos_args) { + case 0: + if (likely((values[0] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_root_victims)) != 0)) kw_args--; + else goto __pyx_L5_argtuple_error; + case 1: + if (likely((values[1] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_victims)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml3", 1, 6, 6, 1); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + case 2: + if (likely((values[2] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_non_victims)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml3", 1, 6, 6, 2); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + case 3: + if (likely((values[3] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_age)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml3", 1, 6, 6, 3); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + case 4: + if (likely((values[4] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_alpha)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml3", 1, 6, 6, 4); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + case 5: + if (likely((values[5] = PyDict_GetItem(__pyx_kwds, __pyx_n_s_delta)) != 0)) kw_args--; + else { + __Pyx_RaiseArgtupleInvalid("ml3", 1, 6, 6, 5); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + } + if (unlikely(kw_args > 0)) { + if (unlikely(__Pyx_ParseOptionalKeywords(__pyx_kwds, __pyx_pyargnames, 0, values, pos_args, "ml3") < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + } else if (PyTuple_GET_SIZE(__pyx_args) != 6) { + goto __pyx_L5_argtuple_error; + } else { + values[0] = PyTuple_GET_ITEM(__pyx_args, 0); + values[1] = PyTuple_GET_ITEM(__pyx_args, 1); + values[2] = PyTuple_GET_ITEM(__pyx_args, 2); + values[3] = PyTuple_GET_ITEM(__pyx_args, 3); + values[4] = PyTuple_GET_ITEM(__pyx_args, 4); + values[5] = PyTuple_GET_ITEM(__pyx_args, 5); + } + __pyx_v_root_victims = ((PyObject*)values[0]); + __pyx_v_victims = ((PyObject*)values[1]); + __pyx_v_non_victims = ((PyObject*)values[2]); + __pyx_v_age = __pyx_PyFloat_AsDouble(values[3]); if (unlikely((__pyx_v_age == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + __pyx_v_alpha = __pyx_PyFloat_AsDouble(values[4]); if (unlikely((__pyx_v_alpha == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 28; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + __pyx_v_delta = __pyx_PyFloat_AsDouble(values[5]); if (unlikely((__pyx_v_delta == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 28; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + } + goto __pyx_L4_argument_unpacking_done; + __pyx_L5_argtuple_error:; + __Pyx_RaiseArgtupleInvalid("ml3", 1, 6, 6, PyTuple_GET_SIZE(__pyx_args)); {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L3_error;} + __pyx_L3_error:; + __Pyx_AddTraceback("ml3.ml3", __pyx_clineno, __pyx_lineno, __pyx_filename); + __Pyx_RefNannyFinishContext(); + return NULL; + __pyx_L4_argument_unpacking_done:; + if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_root_victims), (&PyDict_Type), 1, "root_victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_victims), (&PyDict_Type), 1, "victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + if (unlikely(!__Pyx_ArgTypeTest(((PyObject *)__pyx_v_non_victims), (&PyDict_Type), 1, "non_victims", 1))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_r = __pyx_pf_3ml3_ml3(__pyx_self, __pyx_v_root_victims, __pyx_v_victims, __pyx_v_non_victims, __pyx_v_age, __pyx_v_alpha, __pyx_v_delta); + + /* function exit code */ + goto __pyx_L0; + __pyx_L1_error:; + __pyx_r = NULL; + __pyx_L0:; + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +static PyObject *__pyx_pf_3ml3_ml3(CYTHON_UNUSED PyObject *__pyx_self, PyObject *__pyx_v_root_victims, PyObject *__pyx_v_victims, CYTHON_UNUSED PyObject *__pyx_v_non_victims, CYTHON_UNUSED __pyx_t_3ml3_DTYPE_t __pyx_v_age, __pyx_t_3ml3_DTYPE_t __pyx_v_alpha, __pyx_t_3ml3_DTYPE_t __pyx_v_delta) { + int __pyx_v_n_roots; + int __pyx_v_n_victims; + int __pyx_v_roots; + int __pyx_v_i; + int __pyx_v_dist; + int __pyx_v_dt; + int __pyx_v_l; + __pyx_t_3ml3_DTYPE_t __pyx_v_beta; + __pyx_t_3ml3_DTYPE_t __pyx_v_ll; + __pyx_t_3ml3_DTYPE_t __pyx_v_beta_add; + __pyx_t_3ml3_DTYPE_t __pyx_v_max_beta; + __pyx_t_3ml3_DTYPE_t __pyx_v_max_beta_add; + PyObject *__pyx_v_parents = 0; + PyObject *__pyx_v_failures = 0; + PyObject *__pyx_v_successes = 0; + PyArrayObject *__pyx_v_probs = 0; + PyArrayObject *__pyx_v_probs_fail = 0; + PyArrayObject *__pyx_v_parent_dists = 0; + PyArrayObject *__pyx_v_parent_dts = 0; + PyObject *__pyx_v_dists = NULL; + PyObject *__pyx_v_dts = NULL; + PyObject *__pyx_v_s = NULL; + PyObject *__pyx_v_prob = NULL; + double __pyx_v_thresh; + PyObject *__pyx_v_seeds = NULL; + PyObject *__pyx_v_non_seeds = NULL; + int __pyx_v_max_roots; + CYTHON_UNUSED PyObject *__pyx_v_prnt = NULL; + PyObject *__pyx_v_w1 = NULL; + PyObject *__pyx_v_w2 = NULL; + PyObject *__pyx_v_w3 = NULL; + __Pyx_LocalBuf_ND __pyx_pybuffernd_parent_dists; + __Pyx_Buffer __pyx_pybuffer_parent_dists; + __Pyx_LocalBuf_ND __pyx_pybuffernd_parent_dts; + __Pyx_Buffer __pyx_pybuffer_parent_dts; + __Pyx_LocalBuf_ND __pyx_pybuffernd_probs; + __Pyx_Buffer __pyx_pybuffer_probs; + __Pyx_LocalBuf_ND __pyx_pybuffernd_probs_fail; + __Pyx_Buffer __pyx_pybuffer_probs_fail; + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + Py_ssize_t __pyx_t_1; + Py_ssize_t __pyx_t_2; + PyObject *__pyx_t_3 = NULL; + PyObject *__pyx_t_4 = NULL; + PyObject *__pyx_t_5 = NULL; + PyObject *__pyx_t_6 = NULL; + PyArrayObject *__pyx_t_7 = NULL; + PyArrayObject *__pyx_t_8 = NULL; + PyArrayObject *__pyx_t_9 = NULL; + PyArrayObject *__pyx_t_10 = NULL; + int __pyx_t_11; + int __pyx_t_12; + int __pyx_t_13; + Py_ssize_t __pyx_t_14; + PyObject *__pyx_t_15 = NULL; + PyObject *__pyx_t_16 = NULL; + PyObject *__pyx_t_17 = NULL; + PyObject *__pyx_t_18 = NULL; + PyObject *__pyx_t_19 = NULL; + PyObject *__pyx_t_20 = NULL; + PyObject *__pyx_t_21 = NULL; + PyObject *(*__pyx_t_22)(PyObject *); + int __pyx_t_23; + __pyx_t_3ml3_DTYPE_t __pyx_t_24; + __pyx_t_3ml3_DTYPE_t __pyx_t_25; + __pyx_t_3ml3_DTYPE_t __pyx_t_26; + int __pyx_t_27; + double __pyx_t_28; + int __pyx_t_29; + int __pyx_t_30; + int __pyx_t_31; + int __pyx_t_32; + int __pyx_t_33; + PyObject *(*__pyx_t_34)(PyObject *); + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("ml3", 0); + __pyx_pybuffer_probs.pybuffer.buf = NULL; + __pyx_pybuffer_probs.refcount = 0; + __pyx_pybuffernd_probs.data = NULL; + __pyx_pybuffernd_probs.rcbuffer = &__pyx_pybuffer_probs; + __pyx_pybuffer_probs_fail.pybuffer.buf = NULL; + __pyx_pybuffer_probs_fail.refcount = 0; + __pyx_pybuffernd_probs_fail.data = NULL; + __pyx_pybuffernd_probs_fail.rcbuffer = &__pyx_pybuffer_probs_fail; + __pyx_pybuffer_parent_dists.pybuffer.buf = NULL; + __pyx_pybuffer_parent_dists.refcount = 0; + __pyx_pybuffernd_parent_dists.data = NULL; + __pyx_pybuffernd_parent_dists.rcbuffer = &__pyx_pybuffer_parent_dists; + __pyx_pybuffer_parent_dts.pybuffer.buf = NULL; + __pyx_pybuffer_parent_dts.refcount = 0; + __pyx_pybuffernd_parent_dts.data = NULL; + __pyx_pybuffernd_parent_dts.rcbuffer = &__pyx_pybuffer_parent_dts; + + /* "ml3.pyx":33 + * DTYPE_t beta, ll, beta_add, max_beta, max_beta_add + * list parents, failures, successes + * n_roots, n_victims = len(root_victims), len(victims) # <<<<<<<<<<<<<< + * cdef: + * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) + */ + if (unlikely(__pyx_v_root_victims == Py_None)) { + PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_1 = PyDict_Size(__pyx_v_root_victims); if (unlikely(__pyx_t_1 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + if (unlikely(__pyx_v_victims == Py_None)) { + PyErr_SetString(PyExc_TypeError, "object of type 'NoneType' has no len()"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_2 = PyDict_Size(__pyx_v_victims); if (unlikely(__pyx_t_2 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_v_n_roots = __pyx_t_1; + __pyx_v_n_victims = __pyx_t_2; + + /* "ml3.pyx":35 + * n_roots, n_victims = len(root_victims), len(victims) + * cdef: + * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< + * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) + */ + __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_zeros); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_3); + __Pyx_GIVEREF(__pyx_t_3); + __pyx_t_3 = 0; + __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_dtype, __pyx_t_6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (!(likely(((__pyx_t_6) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_6, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_7 = ((PyArrayObject *)__pyx_t_6); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs.rcbuffer->pybuffer, (PyObject*)__pyx_t_7, &__Pyx_TypeInfo_nn___pyx_t_3ml3_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_probs = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 35; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_probs.diminfo[0].strides = __pyx_pybuffernd_probs.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs.diminfo[0].shape = __pyx_pybuffernd_probs.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_7 = 0; + __pyx_v_probs = ((PyArrayObject *)__pyx_t_6); + __pyx_t_6 = 0; + + /* "ml3.pyx":36 + * cdef: + * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< + * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) + */ + __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_3 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_n_s_zeros); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_6); + __Pyx_GIVEREF(__pyx_t_6); + __pyx_t_6 = 0; + __pyx_t_6 = PyDict_New(); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + if (PyDict_SetItem(__pyx_t_6, __pyx_n_s_dtype, __pyx_t_4) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_4 = __Pyx_PyObject_Call(__pyx_t_3, __pyx_t_5, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + if (!(likely(((__pyx_t_4) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_4, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_8 = ((PyArrayObject *)__pyx_t_4); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer, (PyObject*)__pyx_t_8, &__Pyx_TypeInfo_nn___pyx_t_3ml3_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_probs_fail = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_probs_fail.diminfo[0].strides = __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_probs_fail.diminfo[0].shape = __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_8 = 0; + __pyx_v_probs_fail = ((PyArrayObject *)__pyx_t_4); + __pyx_t_4 = 0; + + /* "ml3.pyx":37 + * np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< + * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) + * + */ + __pyx_t_4 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_6 = __Pyx_PyObject_GetAttrStr(__pyx_t_4, __pyx_n_s_zeros); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_4); + __Pyx_GIVEREF(__pyx_t_4); + __pyx_t_4 = 0; + __pyx_t_4 = PyDict_New(); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + if (PyDict_SetItem(__pyx_t_4, __pyx_n_s_dtype, __pyx_t_3) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_t_6, __pyx_t_5, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_9 = ((PyArrayObject *)__pyx_t_3); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_parent_dists.rcbuffer->pybuffer, (PyObject*)__pyx_t_9, &__Pyx_TypeInfo_nn___pyx_t_3ml3_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_parent_dists = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 37; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_parent_dists.diminfo[0].strides = __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_parent_dists.diminfo[0].shape = __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_9 = 0; + __pyx_v_parent_dists = ((PyArrayObject *)__pyx_t_3); + __pyx_t_3 = 0; + + /* "ml3.pyx":38 + * np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) + * np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) # <<<<<<<<<<<<<< + * + * # loop through victims + */ + __pyx_t_3 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_n_s_zeros); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_n_victims); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_5 = PyTuple_New(1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_3); + __Pyx_GIVEREF(__pyx_t_3); + __pyx_t_3 = 0; + __pyx_t_3 = PyDict_New(); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_6 = __Pyx_GetModuleGlobalName(__pyx_n_s_DTYPE); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + if (PyDict_SetItem(__pyx_t_3, __pyx_n_s_dtype, __pyx_t_6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_6 = __Pyx_PyObject_Call(__pyx_t_4, __pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (!(likely(((__pyx_t_6) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_6, __pyx_ptype_5numpy_ndarray))))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_10 = ((PyArrayObject *)__pyx_t_6); + { + __Pyx_BufFmt_StackElem __pyx_stack[1]; + if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer, (PyObject*)__pyx_t_10, &__Pyx_TypeInfo_nn___pyx_t_3ml3_DTYPE_t, PyBUF_FORMAT| PyBUF_STRIDES| PyBUF_WRITABLE, 1, 0, __pyx_stack) == -1)) { + __pyx_v_parent_dts = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.buf = NULL; + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 38; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } else {__pyx_pybuffernd_parent_dts.diminfo[0].strides = __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_parent_dts.diminfo[0].shape = __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.shape[0]; + } + } + __pyx_t_10 = 0; + __pyx_v_parent_dts = ((PyArrayObject *)__pyx_t_6); + __pyx_t_6 = 0; + + /* "ml3.pyx":41 + * + * # loop through victims + * for i, parents in enumerate(victims.itervalues()): # <<<<<<<<<<<<<< + * # for each victim node i, compute the probability that all its parents + * # fail to infect it, also computes the probability that its most + */ + __pyx_t_11 = 0; + __pyx_t_2 = 0; + if (unlikely(__pyx_v_victims == Py_None)) { + PyErr_Format(PyExc_AttributeError, "'NoneType' object has no attribute '%s'", "itervalues"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_3 = __Pyx_dict_iterator(__pyx_v_victims, 1, __pyx_n_s_itervalues, (&__pyx_t_1), (&__pyx_t_12)); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_XDECREF(__pyx_t_6); + __pyx_t_6 = __pyx_t_3; + __pyx_t_3 = 0; + while (1) { + __pyx_t_13 = __Pyx_dict_iter_next(__pyx_t_6, __pyx_t_1, &__pyx_t_2, NULL, &__pyx_t_3, NULL, __pyx_t_12); + if (unlikely(__pyx_t_13 == 0)) break; + if (unlikely(__pyx_t_13 == -1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + if (!(likely(PyList_CheckExact(__pyx_t_3))||((__pyx_t_3) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "list", Py_TYPE(__pyx_t_3)->tp_name), 0))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_XDECREF_SET(__pyx_v_parents, ((PyObject*)__pyx_t_3)); + __pyx_t_3 = 0; + __pyx_v_i = __pyx_t_11; + __pyx_t_11 = (__pyx_t_11 + 1); + + /* "ml3.pyx":45 + * # fail to infect it, also computes the probability that its most + * # likely parent infects it + * failures = [weight_failure(dist, dt, alpha, delta, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) + */ + __pyx_t_3 = PyList_New(0); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + + /* "ml3.pyx":46 + * # likely parent infects it + * failures = [weight_failure(dist, dt, alpha, delta, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) + */ + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_5 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_5); __pyx_t_14 = 0; + for (;;) { + if (__pyx_t_14 >= PyList_GET_SIZE(__pyx_t_5)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_4 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_14); __Pyx_INCREF(__pyx_t_4); __pyx_t_14++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_4 = PySequence_ITEM(__pyx_t_5, __pyx_t_14); __pyx_t_14++; if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_4))) || (PyList_CheckExact(__pyx_t_4))) { + PyObject* sequence = __pyx_t_4; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_15 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_16 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_15 = PyList_GET_ITEM(sequence, 0); + __pyx_t_16 = PyList_GET_ITEM(sequence, 1); + __pyx_t_17 = PyList_GET_ITEM(sequence, 2); + __pyx_t_18 = PyList_GET_ITEM(sequence, 3); + __pyx_t_19 = PyList_GET_ITEM(sequence, 4); + __pyx_t_20 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_15); + __Pyx_INCREF(__pyx_t_16); + __Pyx_INCREF(__pyx_t_17); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_20); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_15,&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_15,&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20}; + __pyx_t_21 = PyObject_GetIter(__pyx_t_4); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_21); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_22 = Py_TYPE(__pyx_t_21)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_22(__pyx_t_21); if (unlikely(!item)) goto __pyx_L7_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_22(__pyx_t_21), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_22 = NULL; + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + goto __pyx_L8_unpacking_done; + __pyx_L7_unpacking_failed:; + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + __pyx_t_22 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L8_unpacking_done:; + } + __pyx_t_13 = __Pyx_PyInt_As_int(__pyx_t_16); if (unlikely((__pyx_t_13 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_16); __pyx_t_16 = 0; + __pyx_t_23 = __Pyx_PyInt_As_int(__pyx_t_17); if (unlikely((__pyx_t_23 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 46; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_17); __pyx_t_17 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_15); + __pyx_t_15 = 0; + __pyx_v_dist = __pyx_t_13; + __pyx_v_dt = __pyx_t_23; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_18); + __pyx_t_18 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_19); + __pyx_t_19 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_20); + __pyx_t_20 = 0; + + /* "ml3.pyx":45 + * # fail to infect it, also computes the probability that its most + * # likely parent infects it + * failures = [weight_failure(dist, dt, alpha, delta, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) + */ + __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_4 = PyFloat_FromDouble(__pyx_f_3ml3_weight_failure(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_t_24, __pyx_t_25, __pyx_t_26)); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + if (unlikely(__Pyx_ListComp_Append(__pyx_t_3, (PyObject*)__pyx_t_4))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 45; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + + /* "ml3.pyx":46 + * # likely parent infects it + * failures = [weight_failure(dist, dt, alpha, delta, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) + */ + } + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __Pyx_XDECREF_SET(__pyx_v_failures, ((PyObject*)__pyx_t_3)); + __pyx_t_3 = 0; + + /* "ml3.pyx":47 + * failures = [weight_failure(dist, dt, alpha, delta, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) # <<<<<<<<<<<<<< + * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] + */ + __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 47; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_INCREF(__pyx_v_failures); + PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_v_failures); + __Pyx_GIVEREF(__pyx_v_failures); + __pyx_t_5 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_3, NULL); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 47; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_t_5); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 47; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __pyx_t_23 = __pyx_v_i; + if (__pyx_t_23 < 0) __pyx_t_23 += __pyx_pybuffernd_probs_fail.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_3ml3_DTYPE_t *, __pyx_pybuffernd_probs_fail.rcbuffer->pybuffer.buf, __pyx_t_23, __pyx_pybuffernd_probs_fail.diminfo[0].strides) = __pyx_t_26; + + /* "ml3.pyx":48 + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + */ + __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 48; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + + /* "ml3.pyx":49 + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] + */ + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_3 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_3); __pyx_t_14 = 0; + for (;;) { + if (__pyx_t_14 >= PyList_GET_SIZE(__pyx_t_3)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_4 = PyList_GET_ITEM(__pyx_t_3, __pyx_t_14); __Pyx_INCREF(__pyx_t_4); __pyx_t_14++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_4 = PySequence_ITEM(__pyx_t_3, __pyx_t_14); __pyx_t_14++; if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_4))) || (PyList_CheckExact(__pyx_t_4))) { + PyObject* sequence = __pyx_t_4; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_16 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_15 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_20 = PyList_GET_ITEM(sequence, 0); + __pyx_t_19 = PyList_GET_ITEM(sequence, 1); + __pyx_t_18 = PyList_GET_ITEM(sequence, 2); + __pyx_t_17 = PyList_GET_ITEM(sequence, 3); + __pyx_t_16 = PyList_GET_ITEM(sequence, 4); + __pyx_t_15 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_20); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_17); + __Pyx_INCREF(__pyx_t_16); + __Pyx_INCREF(__pyx_t_15); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16,&__pyx_t_15}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16,&__pyx_t_15}; + __pyx_t_21 = PyObject_GetIter(__pyx_t_4); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_21); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_22 = Py_TYPE(__pyx_t_21)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_22(__pyx_t_21); if (unlikely(!item)) goto __pyx_L11_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_22(__pyx_t_21), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_22 = NULL; + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + goto __pyx_L12_unpacking_done; + __pyx_L11_unpacking_failed:; + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + __pyx_t_22 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L12_unpacking_done:; + } + __pyx_t_13 = __Pyx_PyInt_As_int(__pyx_t_19); if (unlikely((__pyx_t_13 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_19); __pyx_t_19 = 0; + __pyx_t_27 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_27 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_20); + __pyx_t_20 = 0; + __pyx_v_dist = __pyx_t_13; + __pyx_v_dt = __pyx_t_27; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_17); + __pyx_t_17 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_16); + __pyx_t_16 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_15); + __pyx_t_15 = 0; + + /* "ml3.pyx":48 + * for (prnt, dist, dt, w1, w2, w3) in parents] + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) # <<<<<<<<<<<<<< + * for (prnt, dist, dt, w1, w2, w3) in parents] + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + */ + __pyx_t_26 = __pyx_PyFloat_AsDouble(__pyx_v_w1); if (unlikely((__pyx_t_26 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 48; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_25 = __pyx_PyFloat_AsDouble(__pyx_v_w2); if (unlikely((__pyx_t_25 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 48; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_v_w3); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 48; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_4 = PyFloat_FromDouble(__pyx_f_3ml3_weight_success(__pyx_v_dist, __pyx_v_dt, __pyx_v_alpha, __pyx_v_delta, __pyx_t_26, __pyx_t_25, __pyx_t_24)); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 48; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_4))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 48; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + + /* "ml3.pyx":49 + * probs_fail[i] = sum(failures) + * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] + */ + } + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_XDECREF_SET(__pyx_v_successes, ((PyObject*)__pyx_t_5)); + __pyx_t_5 = 0; + + /* "ml3.pyx":50 + * successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) + * for (prnt, dist, dt, w1, w2, w3) in parents] + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] + * # find parent that maximizes log(p) - log(\tilde{p}) + */ + __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_3 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_3); __pyx_t_14 = 0; + for (;;) { + if (__pyx_t_14 >= PyList_GET_SIZE(__pyx_t_3)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_4 = PyList_GET_ITEM(__pyx_t_3, __pyx_t_14); __Pyx_INCREF(__pyx_t_4); __pyx_t_14++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_4 = PySequence_ITEM(__pyx_t_3, __pyx_t_14); __pyx_t_14++; if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_4))) || (PyList_CheckExact(__pyx_t_4))) { + PyObject* sequence = __pyx_t_4; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_15 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_16 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_15 = PyList_GET_ITEM(sequence, 0); + __pyx_t_16 = PyList_GET_ITEM(sequence, 1); + __pyx_t_17 = PyList_GET_ITEM(sequence, 2); + __pyx_t_18 = PyList_GET_ITEM(sequence, 3); + __pyx_t_19 = PyList_GET_ITEM(sequence, 4); + __pyx_t_20 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_15); + __Pyx_INCREF(__pyx_t_16); + __Pyx_INCREF(__pyx_t_17); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_20); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_15,&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_15,&__pyx_t_16,&__pyx_t_17,&__pyx_t_18,&__pyx_t_19,&__pyx_t_20}; + __pyx_t_21 = PyObject_GetIter(__pyx_t_4); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_21); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_22 = Py_TYPE(__pyx_t_21)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_22(__pyx_t_21); if (unlikely(!item)) goto __pyx_L15_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_22(__pyx_t_21), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_22 = NULL; + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + goto __pyx_L16_unpacking_done; + __pyx_L15_unpacking_failed:; + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + __pyx_t_22 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L16_unpacking_done:; + } + __pyx_t_27 = __Pyx_PyInt_As_int(__pyx_t_16); if (unlikely((__pyx_t_27 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_16); __pyx_t_16 = 0; + __pyx_t_13 = __Pyx_PyInt_As_int(__pyx_t_17); if (unlikely((__pyx_t_13 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_17); __pyx_t_17 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_15); + __pyx_t_15 = 0; + __pyx_v_dist = __pyx_t_27; + __pyx_v_dt = __pyx_t_13; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_18); + __pyx_t_18 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_19); + __pyx_t_19 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_20); + __pyx_t_20 = 0; + __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_dist); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_4))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 50; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + } + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_XDECREF_SET(__pyx_v_dists, ((PyObject*)__pyx_t_5)); + __pyx_t_5 = 0; + + /* "ml3.pyx":51 + * for (prnt, dist, dt, w1, w2, w3) in parents] + * dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + * dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] # <<<<<<<<<<<<<< + * # find parent that maximizes log(p) - log(\tilde{p}) + * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) + */ + __pyx_t_5 = PyList_New(0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + if (unlikely(__pyx_v_parents == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_3 = __pyx_v_parents; __Pyx_INCREF(__pyx_t_3); __pyx_t_14 = 0; + for (;;) { + if (__pyx_t_14 >= PyList_GET_SIZE(__pyx_t_3)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_4 = PyList_GET_ITEM(__pyx_t_3, __pyx_t_14); __Pyx_INCREF(__pyx_t_4); __pyx_t_14++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_4 = PySequence_ITEM(__pyx_t_3, __pyx_t_14); __pyx_t_14++; if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if ((likely(PyTuple_CheckExact(__pyx_t_4))) || (PyList_CheckExact(__pyx_t_4))) { + PyObject* sequence = __pyx_t_4; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 6)) { + if (size > 6) __Pyx_RaiseTooManyValuesError(6); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyTuple_CheckExact(sequence))) { + __pyx_t_20 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_19 = PyTuple_GET_ITEM(sequence, 1); + __pyx_t_18 = PyTuple_GET_ITEM(sequence, 2); + __pyx_t_17 = PyTuple_GET_ITEM(sequence, 3); + __pyx_t_16 = PyTuple_GET_ITEM(sequence, 4); + __pyx_t_15 = PyTuple_GET_ITEM(sequence, 5); + } else { + __pyx_t_20 = PyList_GET_ITEM(sequence, 0); + __pyx_t_19 = PyList_GET_ITEM(sequence, 1); + __pyx_t_18 = PyList_GET_ITEM(sequence, 2); + __pyx_t_17 = PyList_GET_ITEM(sequence, 3); + __pyx_t_16 = PyList_GET_ITEM(sequence, 4); + __pyx_t_15 = PyList_GET_ITEM(sequence, 5); + } + __Pyx_INCREF(__pyx_t_20); + __Pyx_INCREF(__pyx_t_19); + __Pyx_INCREF(__pyx_t_18); + __Pyx_INCREF(__pyx_t_17); + __Pyx_INCREF(__pyx_t_16); + __Pyx_INCREF(__pyx_t_15); + #else + { + Py_ssize_t i; + PyObject** temps[6] = {&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16,&__pyx_t_15}; + for (i=0; i < 6; i++) { + PyObject* item = PySequence_ITEM(sequence, i); if (unlikely(!item)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(item); + *(temps[i]) = item; + } + } + #endif + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + } else { + Py_ssize_t index = -1; + PyObject** temps[6] = {&__pyx_t_20,&__pyx_t_19,&__pyx_t_18,&__pyx_t_17,&__pyx_t_16,&__pyx_t_15}; + __pyx_t_21 = PyObject_GetIter(__pyx_t_4); if (unlikely(!__pyx_t_21)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_21); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_22 = Py_TYPE(__pyx_t_21)->tp_iternext; + for (index=0; index < 6; index++) { + PyObject* item = __pyx_t_22(__pyx_t_21); if (unlikely(!item)) goto __pyx_L19_unpacking_failed; + __Pyx_GOTREF(item); + *(temps[index]) = item; + } + if (__Pyx_IternextUnpackEndCheck(__pyx_t_22(__pyx_t_21), 6) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_22 = NULL; + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + goto __pyx_L20_unpacking_done; + __pyx_L19_unpacking_failed:; + __Pyx_DECREF(__pyx_t_21); __pyx_t_21 = 0; + __pyx_t_22 = NULL; + if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index); + {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_L20_unpacking_done:; + } + __pyx_t_13 = __Pyx_PyInt_As_int(__pyx_t_19); if (unlikely((__pyx_t_13 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_19); __pyx_t_19 = 0; + __pyx_t_27 = __Pyx_PyInt_As_int(__pyx_t_18); if (unlikely((__pyx_t_27 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_18); __pyx_t_18 = 0; + __Pyx_XDECREF_SET(__pyx_v_prnt, __pyx_t_20); + __pyx_t_20 = 0; + __pyx_v_dist = __pyx_t_13; + __pyx_v_dt = __pyx_t_27; + __Pyx_XDECREF_SET(__pyx_v_w1, __pyx_t_17); + __pyx_t_17 = 0; + __Pyx_XDECREF_SET(__pyx_v_w2, __pyx_t_16); + __pyx_t_16 = 0; + __Pyx_XDECREF_SET(__pyx_v_w3, __pyx_t_15); + __pyx_t_15 = 0; + __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_dt); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + if (unlikely(__Pyx_ListComp_Append(__pyx_t_5, (PyObject*)__pyx_t_4))) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 51; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + } + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_XDECREF_SET(__pyx_v_dts, ((PyObject*)__pyx_t_5)); + __pyx_t_5 = 0; + + /* "ml3.pyx":54 + * # find parent that maximizes log(p) - log(\tilde{p}) + * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) + * probs[i] = float("-inf") # <<<<<<<<<<<<<< + * for l, s in enumerate(successes): + * prob = s - failures[l] + */ + __pyx_t_28 = __Pyx_PyObject_AsDouble(__pyx_kp_s_inf); if (unlikely(__pyx_t_28 == ((double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 54; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_27 = __pyx_v_i; + if (__pyx_t_27 < 0) __pyx_t_27 += __pyx_pybuffernd_probs.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_3ml3_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_27, __pyx_pybuffernd_probs.diminfo[0].strides) = __pyx_t_28; + + /* "ml3.pyx":55 + * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) + * probs[i] = float("-inf") + * for l, s in enumerate(successes): # <<<<<<<<<<<<<< + * prob = s - failures[l] + * if prob > probs[i]: + */ + __pyx_t_13 = 0; + __pyx_t_5 = __pyx_v_successes; __Pyx_INCREF(__pyx_t_5); __pyx_t_14 = 0; + for (;;) { + if (__pyx_t_14 >= PyList_GET_SIZE(__pyx_t_5)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_3 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_14); __Pyx_INCREF(__pyx_t_3); __pyx_t_14++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_3 = PySequence_ITEM(__pyx_t_5, __pyx_t_14); __pyx_t_14++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 55; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + __Pyx_XDECREF_SET(__pyx_v_s, __pyx_t_3); + __pyx_t_3 = 0; + __pyx_v_l = __pyx_t_13; + __pyx_t_13 = (__pyx_t_13 + 1); + + /* "ml3.pyx":56 + * probs[i] = float("-inf") + * for l, s in enumerate(successes): + * prob = s - failures[l] # <<<<<<<<<<<<<< + * if prob > probs[i]: + * probs[i] = prob + */ + __pyx_t_3 = __Pyx_GetItemInt_List(__pyx_v_failures, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_3 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyNumber_Subtract(__pyx_v_s, __pyx_t_3); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 56; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_XDECREF_SET(__pyx_v_prob, __pyx_t_4); + __pyx_t_4 = 0; + + /* "ml3.pyx":57 + * for l, s in enumerate(successes): + * prob = s - failures[l] + * if prob > probs[i]: # <<<<<<<<<<<<<< + * probs[i] = prob + * parent_dists[i] = dists[l] + */ + __pyx_t_29 = __pyx_v_i; + if (__pyx_t_29 < 0) __pyx_t_29 += __pyx_pybuffernd_probs.diminfo[0].shape; + __pyx_t_4 = PyFloat_FromDouble((*__Pyx_BufPtrStrided1d(__pyx_t_3ml3_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_29, __pyx_pybuffernd_probs.diminfo[0].strides))); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_prob, __pyx_t_4, Py_GT); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_30 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_30 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 57; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_30) { + + /* "ml3.pyx":58 + * prob = s - failures[l] + * if prob > probs[i]: + * probs[i] = prob # <<<<<<<<<<<<<< + * parent_dists[i] = dists[l] + * parent_dts[i] = dts[l] + */ + __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_v_prob); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 58; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_t_31 = __pyx_v_i; + if (__pyx_t_31 < 0) __pyx_t_31 += __pyx_pybuffernd_probs.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_3ml3_DTYPE_t *, __pyx_pybuffernd_probs.rcbuffer->pybuffer.buf, __pyx_t_31, __pyx_pybuffernd_probs.diminfo[0].strides) = __pyx_t_24; + + /* "ml3.pyx":59 + * if prob > probs[i]: + * probs[i] = prob + * parent_dists[i] = dists[l] # <<<<<<<<<<<<<< + * parent_dts[i] = dts[l] + * # probs_fail[i] = failures[l] + */ + __pyx_t_3 = __Pyx_GetItemInt_List(__pyx_v_dists, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_3 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_t_3); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 59; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_32 = __pyx_v_i; + if (__pyx_t_32 < 0) __pyx_t_32 += __pyx_pybuffernd_parent_dists.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_3ml3_DTYPE_t *, __pyx_pybuffernd_parent_dists.rcbuffer->pybuffer.buf, __pyx_t_32, __pyx_pybuffernd_parent_dists.diminfo[0].strides) = __pyx_t_24; + + /* "ml3.pyx":60 + * probs[i] = prob + * parent_dists[i] = dists[l] + * parent_dts[i] = dts[l] # <<<<<<<<<<<<<< + * # probs_fail[i] = failures[l] + * + */ + __pyx_t_3 = __Pyx_GetItemInt_List(__pyx_v_dts, __pyx_v_l, int, 1, __Pyx_PyInt_From_int, 1, 1, 0); if (unlikely(__pyx_t_3 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_t_3); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 60; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_33 = __pyx_v_i; + if (__pyx_t_33 < 0) __pyx_t_33 += __pyx_pybuffernd_parent_dts.diminfo[0].shape; + *__Pyx_BufPtrStrided1d(__pyx_t_3ml3_DTYPE_t *, __pyx_pybuffernd_parent_dts.rcbuffer->pybuffer.buf, __pyx_t_33, __pyx_pybuffernd_parent_dts.diminfo[0].strides) = __pyx_t_24; + goto __pyx_L23; + } + __pyx_L23:; + + /* "ml3.pyx":55 + * # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) + * probs[i] = float("-inf") + * for l, s in enumerate(successes): # <<<<<<<<<<<<<< + * prob = s - failures[l] + * if prob > probs[i]: + */ + } + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + } + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + + /* "ml3.pyx":64 + * + * # calculate log likelihood + * ll = probs_fail.sum() # add probability that all edges to all victims fail # <<<<<<<<<<<<<< + * + * # print 'probs', probs + */ + __pyx_t_5 = __Pyx_PyObject_GetAttrStr(((PyObject *)__pyx_v_probs_fail), __pyx_n_s_sum); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_5); + __pyx_t_3 = NULL; + if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_5))) { + __pyx_t_3 = PyMethod_GET_SELF(__pyx_t_5); + if (likely(__pyx_t_3)) { + PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_5); + __Pyx_INCREF(__pyx_t_3); + __Pyx_INCREF(function); + __Pyx_DECREF_SET(__pyx_t_5, function); + } + } + if (__pyx_t_3) { + __pyx_t_6 = __Pyx_PyObject_CallOneArg(__pyx_t_5, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + } else { + __pyx_t_6 = __Pyx_PyObject_CallNoArg(__pyx_t_5); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0; + __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_t_6); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 64; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_v_ll = __pyx_t_24; + + /* "ml3.pyx":67 + * + * # print 'probs', probs + * max_beta_add = float('-inf') # <<<<<<<<<<<<<< + * # iterate over all victim nodes to find the optimal threshold + * for beta in np.arange(0.01, 1, .01): + */ + __pyx_t_28 = __Pyx_PyObject_AsDouble(__pyx_kp_s_inf); if (unlikely(__pyx_t_28 == ((double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 67; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_v_max_beta_add = __pyx_t_28; + + /* "ml3.pyx":69 + * max_beta_add = float('-inf') + * # iterate over all victim nodes to find the optimal threshold + * for beta in np.arange(0.01, 1, .01): # <<<<<<<<<<<<<< + * thresh = log(beta/(3012.*(1.-beta))) + * seeds = probstp_iternext; if (unlikely(!__pyx_t_34)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + for (;;) { + if (likely(!__pyx_t_34)) { + if (likely(PyList_CheckExact(__pyx_t_5))) { + if (__pyx_t_1 >= PyList_GET_SIZE(__pyx_t_5)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_6 = PyList_GET_ITEM(__pyx_t_5, __pyx_t_1); __Pyx_INCREF(__pyx_t_6); __pyx_t_1++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_6 = PySequence_ITEM(__pyx_t_5, __pyx_t_1); __pyx_t_1++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + } else { + if (__pyx_t_1 >= PyTuple_GET_SIZE(__pyx_t_5)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_6 = PyTuple_GET_ITEM(__pyx_t_5, __pyx_t_1); __Pyx_INCREF(__pyx_t_6); __pyx_t_1++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_6 = PySequence_ITEM(__pyx_t_5, __pyx_t_1); __pyx_t_1++; if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + } + } else { + __pyx_t_6 = __pyx_t_34(__pyx_t_5); + if (unlikely(!__pyx_t_6)) { + PyObject* exc_type = PyErr_Occurred(); + if (exc_type) { + if (likely(exc_type == PyExc_StopIteration || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) PyErr_Clear(); + else {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + break; + } + __Pyx_GOTREF(__pyx_t_6); + } + __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_t_6); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 69; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_v_beta = __pyx_t_24; + + /* "ml3.pyx":70 + * # iterate over all victim nodes to find the optimal threshold + * for beta in np.arange(0.01, 1, .01): + * thresh = log(beta/(3012.*(1.-beta))) # <<<<<<<<<<<<<< + * seeds = probs=thresh + */ + __pyx_v_thresh = log((__pyx_v_beta / (3012. * (1. - __pyx_v_beta)))); + + /* "ml3.pyx":71 + * for beta in np.arange(0.01, 1, .01): + * thresh = log(beta/(3012.*(1.-beta))) + * seeds = probs=thresh + * roots = n_roots + sum(seeds) + */ + __pyx_t_6 = PyFloat_FromDouble(__pyx_v_thresh); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 71; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_3 = PyObject_RichCompare(((PyObject *)__pyx_v_probs), __pyx_t_6, Py_LT); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 71; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __Pyx_XDECREF_SET(__pyx_v_seeds, __pyx_t_3); + __pyx_t_3 = 0; + + /* "ml3.pyx":72 + * thresh = log(beta/(3012.*(1.-beta))) + * seeds = probs=thresh # <<<<<<<<<<<<<< + * roots = n_roots + sum(seeds) + * + */ + __pyx_t_3 = PyFloat_FromDouble(__pyx_v_thresh); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 72; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_6 = PyObject_RichCompare(((PyObject *)__pyx_v_probs), __pyx_t_3, Py_GE); __Pyx_XGOTREF(__pyx_t_6); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 72; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_XDECREF_SET(__pyx_v_non_seeds, __pyx_t_6); + __pyx_t_6 = 0; + + /* "ml3.pyx":73 + * seeds = probs=thresh + * roots = n_roots + sum(seeds) # <<<<<<<<<<<<<< + * + * beta_add = 0. + */ + __pyx_t_6 = __Pyx_PyInt_From_int(__pyx_v_n_roots); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_INCREF(__pyx_v_seeds); + PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_v_seeds); + __Pyx_GIVEREF(__pyx_v_seeds); + __pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_3, NULL); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = PyNumber_Add(__pyx_t_6, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_11 = __Pyx_PyInt_As_int(__pyx_t_3); if (unlikely((__pyx_t_11 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 73; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_v_roots = __pyx_t_11; + + /* "ml3.pyx":75 + * roots = n_roots + sum(seeds) + * + * beta_add = 0. # <<<<<<<<<<<<<< + * # add probability for realized edges and subtract probability these edges fail + * beta_add += (probs[non_seeds]).sum() + */ + __pyx_v_beta_add = 0.; + + /* "ml3.pyx":77 + * beta_add = 0. + * # add probability for realized edges and subtract probability these edges fail + * beta_add += (probs[non_seeds]).sum() # <<<<<<<<<<<<<< + * # add probability for the seeds and non-seeds + * beta_add += roots * log(beta/3012.) + sum(non_seeds) * log(1. - beta) + */ + __pyx_t_3 = PyFloat_FromDouble(__pyx_v_beta_add); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_6 = PyObject_GetItem(((PyObject *)__pyx_v_probs), __pyx_v_non_seeds); if (unlikely(__pyx_t_6 == NULL)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_6); + __pyx_t_15 = __Pyx_PyObject_GetAttrStr(__pyx_t_6, __pyx_n_s_sum); if (unlikely(!__pyx_t_15)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_15); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __pyx_t_6 = NULL; + if (CYTHON_COMPILING_IN_CPYTHON && likely(PyMethod_Check(__pyx_t_15))) { + __pyx_t_6 = PyMethod_GET_SELF(__pyx_t_15); + if (likely(__pyx_t_6)) { + PyObject* function = PyMethod_GET_FUNCTION(__pyx_t_15); + __Pyx_INCREF(__pyx_t_6); + __Pyx_INCREF(function); + __Pyx_DECREF_SET(__pyx_t_15, function); + } + } + if (__pyx_t_6) { + __pyx_t_4 = __Pyx_PyObject_CallOneArg(__pyx_t_15, __pyx_t_6); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + } else { + __pyx_t_4 = __Pyx_PyObject_CallNoArg(__pyx_t_15); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __Pyx_GOTREF(__pyx_t_4); + __Pyx_DECREF(__pyx_t_15); __pyx_t_15 = 0; + __pyx_t_15 = PyNumber_InPlaceAdd(__pyx_t_3, __pyx_t_4); if (unlikely(!__pyx_t_15)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_15); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_t_15); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 77; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_15); __pyx_t_15 = 0; + __pyx_v_beta_add = __pyx_t_24; + + /* "ml3.pyx":79 + * beta_add += (probs[non_seeds]).sum() + * # add probability for the seeds and non-seeds + * beta_add += roots * log(beta/3012.) + sum(non_seeds) * log(1. - beta) # <<<<<<<<<<<<<< + * + * if beta_add > max_beta_add: + */ + __pyx_t_15 = PyFloat_FromDouble(__pyx_v_beta_add); if (unlikely(!__pyx_t_15)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_15); + __pyx_t_4 = PyFloat_FromDouble((__pyx_v_roots * log((__pyx_v_beta / 3012.)))); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_INCREF(__pyx_v_non_seeds); + PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_v_non_seeds); + __Pyx_GIVEREF(__pyx_v_non_seeds); + __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_sum, __pyx_t_3, NULL); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = PyFloat_FromDouble(log((1. - __pyx_v_beta))); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_16 = PyNumber_Multiply(__pyx_t_6, __pyx_t_3); if (unlikely(!__pyx_t_16)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_16); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = PyNumber_Add(__pyx_t_4, __pyx_t_16); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_DECREF(__pyx_t_16); __pyx_t_16 = 0; + __pyx_t_16 = PyNumber_InPlaceAdd(__pyx_t_15, __pyx_t_3); if (unlikely(!__pyx_t_16)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_16); + __Pyx_DECREF(__pyx_t_15); __pyx_t_15 = 0; + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_24 = __pyx_PyFloat_AsDouble(__pyx_t_16); if (unlikely((__pyx_t_24 == (npy_double)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_16); __pyx_t_16 = 0; + __pyx_v_beta_add = __pyx_t_24; + + /* "ml3.pyx":81 + * beta_add += roots * log(beta/3012.) + sum(non_seeds) * log(1. - beta) + * + * if beta_add > max_beta_add: # <<<<<<<<<<<<<< + * max_beta = beta + * max_roots = roots + */ + __pyx_t_30 = ((__pyx_v_beta_add > __pyx_v_max_beta_add) != 0); + if (__pyx_t_30) { + + /* "ml3.pyx":82 + * + * if beta_add > max_beta_add: + * max_beta = beta # <<<<<<<<<<<<<< + * max_roots = roots + * max_beta_add = beta_add + */ + __pyx_v_max_beta = __pyx_v_beta; + + /* "ml3.pyx":83 + * if beta_add > max_beta_add: + * max_beta = beta + * max_roots = roots # <<<<<<<<<<<<<< + * max_beta_add = beta_add + * # print 'beta:', max_beta, 'add:', max_beta_add, 'roots:', max_roots + */ + __pyx_v_max_roots = __pyx_v_roots; + + /* "ml3.pyx":84 + * max_beta = beta + * max_roots = roots + * max_beta_add = beta_add # <<<<<<<<<<<<<< + * # print 'beta:', max_beta, 'add:', max_beta_add, 'roots:', max_roots + * + */ + __pyx_v_max_beta_add = __pyx_v_beta_add; + goto __pyx_L26; + } + __pyx_L26:; + + /* "ml3.pyx":69 + * max_beta_add = float('-inf') + * # iterate over all victim nodes to find the optimal threshold + * for beta in np.arange(0.01, 1, .01): # <<<<<<<<<<<<<< + * thresh = log(beta/(3012.*(1.-beta))) + * seeds = probspybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer); + __Pyx_ErrRestore(__pyx_type, __pyx_value, __pyx_tb);} + __Pyx_AddTraceback("ml3.ml3", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = NULL; + goto __pyx_L2; + __pyx_L0:; + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dists.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_parent_dts.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs.rcbuffer->pybuffer); + __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_probs_fail.rcbuffer->pybuffer); + __pyx_L2:; + __Pyx_XDECREF(__pyx_v_parents); + __Pyx_XDECREF(__pyx_v_failures); + __Pyx_XDECREF(__pyx_v_successes); + __Pyx_XDECREF((PyObject *)__pyx_v_probs); + __Pyx_XDECREF((PyObject *)__pyx_v_probs_fail); + __Pyx_XDECREF((PyObject *)__pyx_v_parent_dists); + __Pyx_XDECREF((PyObject *)__pyx_v_parent_dts); + __Pyx_XDECREF(__pyx_v_dists); + __Pyx_XDECREF(__pyx_v_dts); + __Pyx_XDECREF(__pyx_v_s); + __Pyx_XDECREF(__pyx_v_prob); + __Pyx_XDECREF(__pyx_v_seeds); + __Pyx_XDECREF(__pyx_v_non_seeds); + __Pyx_XDECREF(__pyx_v_prnt); + __Pyx_XDECREF(__pyx_v_w1); + __Pyx_XDECREF(__pyx_v_w2); + __Pyx_XDECREF(__pyx_v_w3); + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":197 + * # experimental exception made for __getbuffer__ and __releasebuffer__ + * # -- the details of this may change. + * def __getbuffer__(ndarray self, Py_buffer* info, int flags): # <<<<<<<<<<<<<< + * # This implementation of getbuffer is geared towards Cython + * # requirements, and does not yet fullfill the PEP. + */ + +/* Python wrapper */ +static CYTHON_UNUSED int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags); /*proto*/ +static CYTHON_UNUSED int __pyx_pw_5numpy_7ndarray_1__getbuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) { + int __pyx_r; + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("__getbuffer__ (wrapper)", 0); + __pyx_r = __pyx_pf_5numpy_7ndarray___getbuffer__(((PyArrayObject *)__pyx_v_self), ((Py_buffer *)__pyx_v_info), ((int)__pyx_v_flags)); + + /* function exit code */ + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +static int __pyx_pf_5numpy_7ndarray___getbuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info, int __pyx_v_flags) { + int __pyx_v_copy_shape; + int __pyx_v_i; + int __pyx_v_ndim; + int __pyx_v_endian_detector; + int __pyx_v_little_endian; + int __pyx_v_t; + char *__pyx_v_f; + PyArray_Descr *__pyx_v_descr = 0; + int __pyx_v_offset; + int __pyx_v_hasfields; + int __pyx_r; + __Pyx_RefNannyDeclarations + int __pyx_t_1; + int __pyx_t_2; + PyObject *__pyx_t_3 = NULL; + int __pyx_t_4; + int __pyx_t_5; + PyObject *__pyx_t_6 = NULL; + char *__pyx_t_7; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("__getbuffer__", 0); + if (__pyx_v_info != NULL) { + __pyx_v_info->obj = Py_None; __Pyx_INCREF(Py_None); + __Pyx_GIVEREF(__pyx_v_info->obj); + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":203 + * # of flags + * + * if info == NULL: return # <<<<<<<<<<<<<< + * + * cdef int copy_shape, i, ndim + */ + __pyx_t_1 = ((__pyx_v_info == NULL) != 0); + if (__pyx_t_1) { + __pyx_r = 0; + goto __pyx_L0; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":206 + * + * cdef int copy_shape, i, ndim + * cdef int endian_detector = 1 # <<<<<<<<<<<<<< + * cdef bint little_endian = ((&endian_detector)[0] != 0) + * + */ + __pyx_v_endian_detector = 1; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":207 + * cdef int copy_shape, i, ndim + * cdef int endian_detector = 1 + * cdef bint little_endian = ((&endian_detector)[0] != 0) # <<<<<<<<<<<<<< + * + * ndim = PyArray_NDIM(self) + */ + __pyx_v_little_endian = ((((char *)(&__pyx_v_endian_detector))[0]) != 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":209 + * cdef bint little_endian = ((&endian_detector)[0] != 0) + * + * ndim = PyArray_NDIM(self) # <<<<<<<<<<<<<< + * + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + */ + __pyx_v_ndim = PyArray_NDIM(__pyx_v_self); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":211 + * ndim = PyArray_NDIM(self) + * + * if sizeof(npy_intp) != sizeof(Py_ssize_t): # <<<<<<<<<<<<<< + * copy_shape = 1 + * else: + */ + __pyx_t_1 = (((sizeof(npy_intp)) != (sizeof(Py_ssize_t))) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":212 + * + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + * copy_shape = 1 # <<<<<<<<<<<<<< + * else: + * copy_shape = 0 + */ + __pyx_v_copy_shape = 1; + goto __pyx_L4; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":214 + * copy_shape = 1 + * else: + * copy_shape = 0 # <<<<<<<<<<<<<< + * + * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) + */ + __pyx_v_copy_shape = 0; + } + __pyx_L4:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":216 + * copy_shape = 0 + * + * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) # <<<<<<<<<<<<<< + * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): + * raise ValueError(u"ndarray is not C contiguous") + */ + __pyx_t_2 = (((__pyx_v_flags & PyBUF_C_CONTIGUOUS) == PyBUF_C_CONTIGUOUS) != 0); + if (__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L6_bool_binop_done; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":217 + * + * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) + * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): # <<<<<<<<<<<<<< + * raise ValueError(u"ndarray is not C contiguous") + * + */ + __pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_C_CONTIGUOUS) != 0)) != 0); + __pyx_t_1 = __pyx_t_2; + __pyx_L6_bool_binop_done:; + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":218 + * if ((flags & pybuf.PyBUF_C_CONTIGUOUS == pybuf.PyBUF_C_CONTIGUOUS) + * and not PyArray_CHKFLAGS(self, NPY_C_CONTIGUOUS)): + * raise ValueError(u"ndarray is not C contiguous") # <<<<<<<<<<<<<< + * + * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__2, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":220 + * raise ValueError(u"ndarray is not C contiguous") + * + * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) # <<<<<<<<<<<<<< + * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): + * raise ValueError(u"ndarray is not Fortran contiguous") + */ + __pyx_t_2 = (((__pyx_v_flags & PyBUF_F_CONTIGUOUS) == PyBUF_F_CONTIGUOUS) != 0); + if (__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L9_bool_binop_done; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":221 + * + * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) + * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): # <<<<<<<<<<<<<< + * raise ValueError(u"ndarray is not Fortran contiguous") + * + */ + __pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_F_CONTIGUOUS) != 0)) != 0); + __pyx_t_1 = __pyx_t_2; + __pyx_L9_bool_binop_done:; + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":222 + * if ((flags & pybuf.PyBUF_F_CONTIGUOUS == pybuf.PyBUF_F_CONTIGUOUS) + * and not PyArray_CHKFLAGS(self, NPY_F_CONTIGUOUS)): + * raise ValueError(u"ndarray is not Fortran contiguous") # <<<<<<<<<<<<<< + * + * info.buf = PyArray_DATA(self) + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__3, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 222; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 222; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":224 + * raise ValueError(u"ndarray is not Fortran contiguous") + * + * info.buf = PyArray_DATA(self) # <<<<<<<<<<<<<< + * info.ndim = ndim + * if copy_shape: + */ + __pyx_v_info->buf = PyArray_DATA(__pyx_v_self); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":225 + * + * info.buf = PyArray_DATA(self) + * info.ndim = ndim # <<<<<<<<<<<<<< + * if copy_shape: + * # Allocate new buffer for strides and shape info. + */ + __pyx_v_info->ndim = __pyx_v_ndim; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":226 + * info.buf = PyArray_DATA(self) + * info.ndim = ndim + * if copy_shape: # <<<<<<<<<<<<<< + * # Allocate new buffer for strides and shape info. + * # This is allocated as one block, strides first. + */ + __pyx_t_1 = (__pyx_v_copy_shape != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":229 + * # Allocate new buffer for strides and shape info. + * # This is allocated as one block, strides first. + * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) # <<<<<<<<<<<<<< + * info.shape = info.strides + ndim + * for i in range(ndim): + */ + __pyx_v_info->strides = ((Py_ssize_t *)malloc((((sizeof(Py_ssize_t)) * ((size_t)__pyx_v_ndim)) * 2))); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":230 + * # This is allocated as one block, strides first. + * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) + * info.shape = info.strides + ndim # <<<<<<<<<<<<<< + * for i in range(ndim): + * info.strides[i] = PyArray_STRIDES(self)[i] + */ + __pyx_v_info->shape = (__pyx_v_info->strides + __pyx_v_ndim); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":231 + * info.strides = stdlib.malloc(sizeof(Py_ssize_t) * ndim * 2) + * info.shape = info.strides + ndim + * for i in range(ndim): # <<<<<<<<<<<<<< + * info.strides[i] = PyArray_STRIDES(self)[i] + * info.shape[i] = PyArray_DIMS(self)[i] + */ + __pyx_t_4 = __pyx_v_ndim; + for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { + __pyx_v_i = __pyx_t_5; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":232 + * info.shape = info.strides + ndim + * for i in range(ndim): + * info.strides[i] = PyArray_STRIDES(self)[i] # <<<<<<<<<<<<<< + * info.shape[i] = PyArray_DIMS(self)[i] + * else: + */ + (__pyx_v_info->strides[__pyx_v_i]) = (PyArray_STRIDES(__pyx_v_self)[__pyx_v_i]); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":233 + * for i in range(ndim): + * info.strides[i] = PyArray_STRIDES(self)[i] + * info.shape[i] = PyArray_DIMS(self)[i] # <<<<<<<<<<<<<< + * else: + * info.strides = PyArray_STRIDES(self) + */ + (__pyx_v_info->shape[__pyx_v_i]) = (PyArray_DIMS(__pyx_v_self)[__pyx_v_i]); + } + goto __pyx_L11; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":235 + * info.shape[i] = PyArray_DIMS(self)[i] + * else: + * info.strides = PyArray_STRIDES(self) # <<<<<<<<<<<<<< + * info.shape = PyArray_DIMS(self) + * info.suboffsets = NULL + */ + __pyx_v_info->strides = ((Py_ssize_t *)PyArray_STRIDES(__pyx_v_self)); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":236 + * else: + * info.strides = PyArray_STRIDES(self) + * info.shape = PyArray_DIMS(self) # <<<<<<<<<<<<<< + * info.suboffsets = NULL + * info.itemsize = PyArray_ITEMSIZE(self) + */ + __pyx_v_info->shape = ((Py_ssize_t *)PyArray_DIMS(__pyx_v_self)); + } + __pyx_L11:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":237 + * info.strides = PyArray_STRIDES(self) + * info.shape = PyArray_DIMS(self) + * info.suboffsets = NULL # <<<<<<<<<<<<<< + * info.itemsize = PyArray_ITEMSIZE(self) + * info.readonly = not PyArray_ISWRITEABLE(self) + */ + __pyx_v_info->suboffsets = NULL; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":238 + * info.shape = PyArray_DIMS(self) + * info.suboffsets = NULL + * info.itemsize = PyArray_ITEMSIZE(self) # <<<<<<<<<<<<<< + * info.readonly = not PyArray_ISWRITEABLE(self) + * + */ + __pyx_v_info->itemsize = PyArray_ITEMSIZE(__pyx_v_self); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":239 + * info.suboffsets = NULL + * info.itemsize = PyArray_ITEMSIZE(self) + * info.readonly = not PyArray_ISWRITEABLE(self) # <<<<<<<<<<<<<< + * + * cdef int t + */ + __pyx_v_info->readonly = (!(PyArray_ISWRITEABLE(__pyx_v_self) != 0)); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":242 + * + * cdef int t + * cdef char* f = NULL # <<<<<<<<<<<<<< + * cdef dtype descr = self.descr + * cdef list stack + */ + __pyx_v_f = NULL; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":243 + * cdef int t + * cdef char* f = NULL + * cdef dtype descr = self.descr # <<<<<<<<<<<<<< + * cdef list stack + * cdef int offset + */ + __pyx_t_3 = ((PyObject *)__pyx_v_self->descr); + __Pyx_INCREF(__pyx_t_3); + __pyx_v_descr = ((PyArray_Descr *)__pyx_t_3); + __pyx_t_3 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":247 + * cdef int offset + * + * cdef bint hasfields = PyDataType_HASFIELDS(descr) # <<<<<<<<<<<<<< + * + * if not hasfields and not copy_shape: + */ + __pyx_v_hasfields = PyDataType_HASFIELDS(__pyx_v_descr); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":249 + * cdef bint hasfields = PyDataType_HASFIELDS(descr) + * + * if not hasfields and not copy_shape: # <<<<<<<<<<<<<< + * # do not call releasebuffer + * info.obj = None + */ + __pyx_t_2 = ((!(__pyx_v_hasfields != 0)) != 0); + if (__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L15_bool_binop_done; + } + __pyx_t_2 = ((!(__pyx_v_copy_shape != 0)) != 0); + __pyx_t_1 = __pyx_t_2; + __pyx_L15_bool_binop_done:; + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":251 + * if not hasfields and not copy_shape: + * # do not call releasebuffer + * info.obj = None # <<<<<<<<<<<<<< + * else: + * # need to call releasebuffer + */ + __Pyx_INCREF(Py_None); + __Pyx_GIVEREF(Py_None); + __Pyx_GOTREF(__pyx_v_info->obj); + __Pyx_DECREF(__pyx_v_info->obj); + __pyx_v_info->obj = Py_None; + goto __pyx_L14; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":254 + * else: + * # need to call releasebuffer + * info.obj = self # <<<<<<<<<<<<<< + * + * if not hasfields: + */ + __Pyx_INCREF(((PyObject *)__pyx_v_self)); + __Pyx_GIVEREF(((PyObject *)__pyx_v_self)); + __Pyx_GOTREF(__pyx_v_info->obj); + __Pyx_DECREF(__pyx_v_info->obj); + __pyx_v_info->obj = ((PyObject *)__pyx_v_self); + } + __pyx_L14:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":256 + * info.obj = self + * + * if not hasfields: # <<<<<<<<<<<<<< + * t = descr.type_num + * if ((descr.byteorder == c'>' and little_endian) or + */ + __pyx_t_1 = ((!(__pyx_v_hasfields != 0)) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":257 + * + * if not hasfields: + * t = descr.type_num # <<<<<<<<<<<<<< + * if ((descr.byteorder == c'>' and little_endian) or + * (descr.byteorder == c'<' and not little_endian)): + */ + __pyx_t_4 = __pyx_v_descr->type_num; + __pyx_v_t = __pyx_t_4; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":258 + * if not hasfields: + * t = descr.type_num + * if ((descr.byteorder == c'>' and little_endian) or # <<<<<<<<<<<<<< + * (descr.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") + */ + __pyx_t_2 = ((__pyx_v_descr->byteorder == '>') != 0); + if (!__pyx_t_2) { + goto __pyx_L20_next_or; + } else { + } + __pyx_t_2 = (__pyx_v_little_endian != 0); + if (!__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L19_bool_binop_done; + } + __pyx_L20_next_or:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":259 + * t = descr.type_num + * if ((descr.byteorder == c'>' and little_endian) or + * (descr.byteorder == c'<' and not little_endian)): # <<<<<<<<<<<<<< + * raise ValueError(u"Non-native byte order not supported") + * if t == NPY_BYTE: f = "b" + */ + __pyx_t_2 = ((__pyx_v_descr->byteorder == '<') != 0); + if (__pyx_t_2) { + } else { + __pyx_t_1 = __pyx_t_2; + goto __pyx_L19_bool_binop_done; + } + __pyx_t_2 = ((!(__pyx_v_little_endian != 0)) != 0); + __pyx_t_1 = __pyx_t_2; + __pyx_L19_bool_binop_done:; + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":260 + * if ((descr.byteorder == c'>' and little_endian) or + * (descr.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< + * if t == NPY_BYTE: f = "b" + * elif t == NPY_UBYTE: f = "B" + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__4, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":277 + * elif t == NPY_CDOUBLE: f = "Zd" + * elif t == NPY_CLONGDOUBLE: f = "Zg" + * elif t == NPY_OBJECT: f = "O" # <<<<<<<<<<<<<< + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + */ + switch (__pyx_v_t) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":261 + * (descr.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") + * if t == NPY_BYTE: f = "b" # <<<<<<<<<<<<<< + * elif t == NPY_UBYTE: f = "B" + * elif t == NPY_SHORT: f = "h" + */ + case NPY_BYTE: + __pyx_v_f = __pyx_k_b; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":262 + * raise ValueError(u"Non-native byte order not supported") + * if t == NPY_BYTE: f = "b" + * elif t == NPY_UBYTE: f = "B" # <<<<<<<<<<<<<< + * elif t == NPY_SHORT: f = "h" + * elif t == NPY_USHORT: f = "H" + */ + case NPY_UBYTE: + __pyx_v_f = __pyx_k_B; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":263 + * if t == NPY_BYTE: f = "b" + * elif t == NPY_UBYTE: f = "B" + * elif t == NPY_SHORT: f = "h" # <<<<<<<<<<<<<< + * elif t == NPY_USHORT: f = "H" + * elif t == NPY_INT: f = "i" + */ + case NPY_SHORT: + __pyx_v_f = __pyx_k_h; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":264 + * elif t == NPY_UBYTE: f = "B" + * elif t == NPY_SHORT: f = "h" + * elif t == NPY_USHORT: f = "H" # <<<<<<<<<<<<<< + * elif t == NPY_INT: f = "i" + * elif t == NPY_UINT: f = "I" + */ + case NPY_USHORT: + __pyx_v_f = __pyx_k_H; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":265 + * elif t == NPY_SHORT: f = "h" + * elif t == NPY_USHORT: f = "H" + * elif t == NPY_INT: f = "i" # <<<<<<<<<<<<<< + * elif t == NPY_UINT: f = "I" + * elif t == NPY_LONG: f = "l" + */ + case NPY_INT: + __pyx_v_f = __pyx_k_i; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":266 + * elif t == NPY_USHORT: f = "H" + * elif t == NPY_INT: f = "i" + * elif t == NPY_UINT: f = "I" # <<<<<<<<<<<<<< + * elif t == NPY_LONG: f = "l" + * elif t == NPY_ULONG: f = "L" + */ + case NPY_UINT: + __pyx_v_f = __pyx_k_I; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":267 + * elif t == NPY_INT: f = "i" + * elif t == NPY_UINT: f = "I" + * elif t == NPY_LONG: f = "l" # <<<<<<<<<<<<<< + * elif t == NPY_ULONG: f = "L" + * elif t == NPY_LONGLONG: f = "q" + */ + case NPY_LONG: + __pyx_v_f = __pyx_k_l; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":268 + * elif t == NPY_UINT: f = "I" + * elif t == NPY_LONG: f = "l" + * elif t == NPY_ULONG: f = "L" # <<<<<<<<<<<<<< + * elif t == NPY_LONGLONG: f = "q" + * elif t == NPY_ULONGLONG: f = "Q" + */ + case NPY_ULONG: + __pyx_v_f = __pyx_k_L; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":269 + * elif t == NPY_LONG: f = "l" + * elif t == NPY_ULONG: f = "L" + * elif t == NPY_LONGLONG: f = "q" # <<<<<<<<<<<<<< + * elif t == NPY_ULONGLONG: f = "Q" + * elif t == NPY_FLOAT: f = "f" + */ + case NPY_LONGLONG: + __pyx_v_f = __pyx_k_q; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":270 + * elif t == NPY_ULONG: f = "L" + * elif t == NPY_LONGLONG: f = "q" + * elif t == NPY_ULONGLONG: f = "Q" # <<<<<<<<<<<<<< + * elif t == NPY_FLOAT: f = "f" + * elif t == NPY_DOUBLE: f = "d" + */ + case NPY_ULONGLONG: + __pyx_v_f = __pyx_k_Q; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":271 + * elif t == NPY_LONGLONG: f = "q" + * elif t == NPY_ULONGLONG: f = "Q" + * elif t == NPY_FLOAT: f = "f" # <<<<<<<<<<<<<< + * elif t == NPY_DOUBLE: f = "d" + * elif t == NPY_LONGDOUBLE: f = "g" + */ + case NPY_FLOAT: + __pyx_v_f = __pyx_k_f; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":272 + * elif t == NPY_ULONGLONG: f = "Q" + * elif t == NPY_FLOAT: f = "f" + * elif t == NPY_DOUBLE: f = "d" # <<<<<<<<<<<<<< + * elif t == NPY_LONGDOUBLE: f = "g" + * elif t == NPY_CFLOAT: f = "Zf" + */ + case NPY_DOUBLE: + __pyx_v_f = __pyx_k_d; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":273 + * elif t == NPY_FLOAT: f = "f" + * elif t == NPY_DOUBLE: f = "d" + * elif t == NPY_LONGDOUBLE: f = "g" # <<<<<<<<<<<<<< + * elif t == NPY_CFLOAT: f = "Zf" + * elif t == NPY_CDOUBLE: f = "Zd" + */ + case NPY_LONGDOUBLE: + __pyx_v_f = __pyx_k_g; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":274 + * elif t == NPY_DOUBLE: f = "d" + * elif t == NPY_LONGDOUBLE: f = "g" + * elif t == NPY_CFLOAT: f = "Zf" # <<<<<<<<<<<<<< + * elif t == NPY_CDOUBLE: f = "Zd" + * elif t == NPY_CLONGDOUBLE: f = "Zg" + */ + case NPY_CFLOAT: + __pyx_v_f = __pyx_k_Zf; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":275 + * elif t == NPY_LONGDOUBLE: f = "g" + * elif t == NPY_CFLOAT: f = "Zf" + * elif t == NPY_CDOUBLE: f = "Zd" # <<<<<<<<<<<<<< + * elif t == NPY_CLONGDOUBLE: f = "Zg" + * elif t == NPY_OBJECT: f = "O" + */ + case NPY_CDOUBLE: + __pyx_v_f = __pyx_k_Zd; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":276 + * elif t == NPY_CFLOAT: f = "Zf" + * elif t == NPY_CDOUBLE: f = "Zd" + * elif t == NPY_CLONGDOUBLE: f = "Zg" # <<<<<<<<<<<<<< + * elif t == NPY_OBJECT: f = "O" + * else: + */ + case NPY_CLONGDOUBLE: + __pyx_v_f = __pyx_k_Zg; + break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":277 + * elif t == NPY_CDOUBLE: f = "Zd" + * elif t == NPY_CLONGDOUBLE: f = "Zg" + * elif t == NPY_OBJECT: f = "O" # <<<<<<<<<<<<<< + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + */ + case NPY_OBJECT: + __pyx_v_f = __pyx_k_O; + break; + default: + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":279 + * elif t == NPY_OBJECT: f = "O" + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) # <<<<<<<<<<<<<< + * info.format = f + * return + */ + __pyx_t_3 = __Pyx_PyInt_From_int(__pyx_v_t); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_6 = PyUnicode_Format(__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_t_3); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_3 = PyTuple_New(1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + PyTuple_SET_ITEM(__pyx_t_3, 0, __pyx_t_6); + __Pyx_GIVEREF(__pyx_t_6); + __pyx_t_6 = 0; + __pyx_t_6 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_3, NULL); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_6); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __Pyx_Raise(__pyx_t_6, 0, 0, 0); + __Pyx_DECREF(__pyx_t_6); __pyx_t_6 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 279; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + break; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":280 + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + * info.format = f # <<<<<<<<<<<<<< + * return + * else: + */ + __pyx_v_info->format = __pyx_v_f; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":281 + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + * info.format = f + * return # <<<<<<<<<<<<<< + * else: + * info.format = stdlib.malloc(_buffer_format_string_len) + */ + __pyx_r = 0; + goto __pyx_L0; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":283 + * return + * else: + * info.format = stdlib.malloc(_buffer_format_string_len) # <<<<<<<<<<<<<< + * info.format[0] = c'^' # Native data types, manual alignment + * offset = 0 + */ + __pyx_v_info->format = ((char *)malloc(255)); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":284 + * else: + * info.format = stdlib.malloc(_buffer_format_string_len) + * info.format[0] = c'^' # Native data types, manual alignment # <<<<<<<<<<<<<< + * offset = 0 + * f = _util_dtypestring(descr, info.format + 1, + */ + (__pyx_v_info->format[0]) = '^'; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":285 + * info.format = stdlib.malloc(_buffer_format_string_len) + * info.format[0] = c'^' # Native data types, manual alignment + * offset = 0 # <<<<<<<<<<<<<< + * f = _util_dtypestring(descr, info.format + 1, + * info.format + _buffer_format_string_len, + */ + __pyx_v_offset = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":286 + * info.format[0] = c'^' # Native data types, manual alignment + * offset = 0 + * f = _util_dtypestring(descr, info.format + 1, # <<<<<<<<<<<<<< + * info.format + _buffer_format_string_len, + * &offset) + */ + __pyx_t_7 = __pyx_f_5numpy__util_dtypestring(__pyx_v_descr, (__pyx_v_info->format + 1), (__pyx_v_info->format + 255), (&__pyx_v_offset)); if (unlikely(__pyx_t_7 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 286; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_v_f = __pyx_t_7; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":289 + * info.format + _buffer_format_string_len, + * &offset) + * f[0] = c'\0' # Terminate format string # <<<<<<<<<<<<<< + * + * def __releasebuffer__(ndarray self, Py_buffer* info): + */ + (__pyx_v_f[0]) = '\x00'; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":197 + * # experimental exception made for __getbuffer__ and __releasebuffer__ + * # -- the details of this may change. + * def __getbuffer__(ndarray self, Py_buffer* info, int flags): # <<<<<<<<<<<<<< + * # This implementation of getbuffer is geared towards Cython + * # requirements, and does not yet fullfill the PEP. + */ + + /* function exit code */ + __pyx_r = 0; + goto __pyx_L0; + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_3); + __Pyx_XDECREF(__pyx_t_6); + __Pyx_AddTraceback("numpy.ndarray.__getbuffer__", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = -1; + if (__pyx_v_info != NULL && __pyx_v_info->obj != NULL) { + __Pyx_GOTREF(__pyx_v_info->obj); + __Pyx_DECREF(__pyx_v_info->obj); __pyx_v_info->obj = NULL; + } + goto __pyx_L2; + __pyx_L0:; + if (__pyx_v_info != NULL && __pyx_v_info->obj == Py_None) { + __Pyx_GOTREF(Py_None); + __Pyx_DECREF(Py_None); __pyx_v_info->obj = NULL; + } + __pyx_L2:; + __Pyx_XDECREF((PyObject *)__pyx_v_descr); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":291 + * f[0] = c'\0' # Terminate format string + * + * def __releasebuffer__(ndarray self, Py_buffer* info): # <<<<<<<<<<<<<< + * if PyArray_HASFIELDS(self): + * stdlib.free(info.format) + */ + +/* Python wrapper */ +static CYTHON_UNUSED void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info); /*proto*/ +static CYTHON_UNUSED void __pyx_pw_5numpy_7ndarray_3__releasebuffer__(PyObject *__pyx_v_self, Py_buffer *__pyx_v_info) { + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("__releasebuffer__ (wrapper)", 0); + __pyx_pf_5numpy_7ndarray_2__releasebuffer__(((PyArrayObject *)__pyx_v_self), ((Py_buffer *)__pyx_v_info)); + + /* function exit code */ + __Pyx_RefNannyFinishContext(); +} + +static void __pyx_pf_5numpy_7ndarray_2__releasebuffer__(PyArrayObject *__pyx_v_self, Py_buffer *__pyx_v_info) { + __Pyx_RefNannyDeclarations + int __pyx_t_1; + __Pyx_RefNannySetupContext("__releasebuffer__", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":292 + * + * def __releasebuffer__(ndarray self, Py_buffer* info): + * if PyArray_HASFIELDS(self): # <<<<<<<<<<<<<< + * stdlib.free(info.format) + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + */ + __pyx_t_1 = (PyArray_HASFIELDS(__pyx_v_self) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":293 + * def __releasebuffer__(ndarray self, Py_buffer* info): + * if PyArray_HASFIELDS(self): + * stdlib.free(info.format) # <<<<<<<<<<<<<< + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + * stdlib.free(info.strides) + */ + free(__pyx_v_info->format); + goto __pyx_L3; + } + __pyx_L3:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":294 + * if PyArray_HASFIELDS(self): + * stdlib.free(info.format) + * if sizeof(npy_intp) != sizeof(Py_ssize_t): # <<<<<<<<<<<<<< + * stdlib.free(info.strides) + * # info.shape was stored after info.strides in the same block + */ + __pyx_t_1 = (((sizeof(npy_intp)) != (sizeof(Py_ssize_t))) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":295 + * stdlib.free(info.format) + * if sizeof(npy_intp) != sizeof(Py_ssize_t): + * stdlib.free(info.strides) # <<<<<<<<<<<<<< + * # info.shape was stored after info.strides in the same block + * + */ + free(__pyx_v_info->strides); + goto __pyx_L4; + } + __pyx_L4:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":291 + * f[0] = c'\0' # Terminate format string + * + * def __releasebuffer__(ndarray self, Py_buffer* info): # <<<<<<<<<<<<<< + * if PyArray_HASFIELDS(self): + * stdlib.free(info.format) + */ + + /* function exit code */ + __Pyx_RefNannyFinishContext(); +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":771 + * ctypedef npy_cdouble complex_t + * + * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(1, a) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__pyx_v_a) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":772 + * + * cdef inline object PyArray_MultiIterNew1(a): + * return PyArray_MultiIterNew(1, a) # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew2(a, b): + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 772; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":771 + * ctypedef npy_cdouble complex_t + * + * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(1, a) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew1", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":774 + * return PyArray_MultiIterNew(1, a) + * + * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(2, a, b) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__pyx_v_a, PyObject *__pyx_v_b) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":775 + * + * cdef inline object PyArray_MultiIterNew2(a, b): + * return PyArray_MultiIterNew(2, a, b) # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew3(a, b, c): + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 775; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":774 + * return PyArray_MultiIterNew(1, a) + * + * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(2, a, b) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew2", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":777 + * return PyArray_MultiIterNew(2, a, b) + * + * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(3, a, b, c) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":778 + * + * cdef inline object PyArray_MultiIterNew3(a, b, c): + * return PyArray_MultiIterNew(3, a, b, c) # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew4(a, b, c, d): + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(3, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 778; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":777 + * return PyArray_MultiIterNew(2, a, b) + * + * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(3, a, b, c) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew3", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":780 + * return PyArray_MultiIterNew(3, a, b, c) + * + * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(4, a, b, c, d) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":781 + * + * cdef inline object PyArray_MultiIterNew4(a, b, c, d): + * return PyArray_MultiIterNew(4, a, b, c, d) # <<<<<<<<<<<<<< + * + * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(4, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 781; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":780 + * return PyArray_MultiIterNew(3, a, b, c) + * + * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(4, a, b, c, d) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew4", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":783 + * return PyArray_MultiIterNew(4, a, b, c, d) + * + * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(5, a, b, c, d, e) + * + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d, PyObject *__pyx_v_e) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":784 + * + * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): + * return PyArray_MultiIterNew(5, a, b, c, d, e) # <<<<<<<<<<<<<< + * + * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: + */ + __Pyx_XDECREF(__pyx_r); + __pyx_t_1 = PyArray_MultiIterNew(5, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d), ((void *)__pyx_v_e)); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 784; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_r = __pyx_t_1; + __pyx_t_1 = 0; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":783 + * return PyArray_MultiIterNew(4, a, b, c, d) + * + * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< + * return PyArray_MultiIterNew(5, a, b, c, d, e) + * + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_AddTraceback("numpy.PyArray_MultiIterNew5", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = 0; + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":786 + * return PyArray_MultiIterNew(5, a, b, c, d, e) + * + * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: # <<<<<<<<<<<<<< + * # Recursive utility function used in __getbuffer__ to get format + * # string. The new location in the format string is returned. + */ + +static CYTHON_INLINE char *__pyx_f_5numpy__util_dtypestring(PyArray_Descr *__pyx_v_descr, char *__pyx_v_f, char *__pyx_v_end, int *__pyx_v_offset) { + PyArray_Descr *__pyx_v_child = 0; + int __pyx_v_endian_detector; + int __pyx_v_little_endian; + PyObject *__pyx_v_fields = 0; + PyObject *__pyx_v_childname = NULL; + PyObject *__pyx_v_new_offset = NULL; + PyObject *__pyx_v_t = NULL; + char *__pyx_r; + __Pyx_RefNannyDeclarations + PyObject *__pyx_t_1 = NULL; + Py_ssize_t __pyx_t_2; + PyObject *__pyx_t_3 = NULL; + PyObject *__pyx_t_4 = NULL; + int __pyx_t_5; + int __pyx_t_6; + int __pyx_t_7; + long __pyx_t_8; + char *__pyx_t_9; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannySetupContext("_util_dtypestring", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":793 + * cdef int delta_offset + * cdef tuple i + * cdef int endian_detector = 1 # <<<<<<<<<<<<<< + * cdef bint little_endian = ((&endian_detector)[0] != 0) + * cdef tuple fields + */ + __pyx_v_endian_detector = 1; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":794 + * cdef tuple i + * cdef int endian_detector = 1 + * cdef bint little_endian = ((&endian_detector)[0] != 0) # <<<<<<<<<<<<<< + * cdef tuple fields + * + */ + __pyx_v_little_endian = ((((char *)(&__pyx_v_endian_detector))[0]) != 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":797 + * cdef tuple fields + * + * for childname in descr.names: # <<<<<<<<<<<<<< + * fields = descr.fields[childname] + * child, new_offset = fields + */ + if (unlikely(__pyx_v_descr->names == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_1 = __pyx_v_descr->names; __Pyx_INCREF(__pyx_t_1); __pyx_t_2 = 0; + for (;;) { + if (__pyx_t_2 >= PyTuple_GET_SIZE(__pyx_t_1)) break; + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_3 = PyTuple_GET_ITEM(__pyx_t_1, __pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #else + __pyx_t_3 = PySequence_ITEM(__pyx_t_1, __pyx_t_2); __pyx_t_2++; if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 797; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + __Pyx_XDECREF_SET(__pyx_v_childname, __pyx_t_3); + __pyx_t_3 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":798 + * + * for childname in descr.names: + * fields = descr.fields[childname] # <<<<<<<<<<<<<< + * child, new_offset = fields + * + */ + if (unlikely(__pyx_v_descr->fields == Py_None)) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not subscriptable"); + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_t_3 = __Pyx_PyDict_GetItem(__pyx_v_descr->fields, __pyx_v_childname); if (unlikely(__pyx_t_3 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __Pyx_GOTREF(__pyx_t_3); + if (!(likely(PyTuple_CheckExact(__pyx_t_3))||((__pyx_t_3) == Py_None)||(PyErr_Format(PyExc_TypeError, "Expected %.16s, got %.200s", "tuple", Py_TYPE(__pyx_t_3)->tp_name), 0))) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 798; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_XDECREF_SET(__pyx_v_fields, ((PyObject*)__pyx_t_3)); + __pyx_t_3 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":799 + * for childname in descr.names: + * fields = descr.fields[childname] + * child, new_offset = fields # <<<<<<<<<<<<<< + * + * if (end - f) - (new_offset - offset[0]) < 15: + */ + if (likely(__pyx_v_fields != Py_None)) { + PyObject* sequence = __pyx_v_fields; + #if CYTHON_COMPILING_IN_CPYTHON + Py_ssize_t size = Py_SIZE(sequence); + #else + Py_ssize_t size = PySequence_Size(sequence); + #endif + if (unlikely(size != 2)) { + if (size > 2) __Pyx_RaiseTooManyValuesError(2); + else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size); + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + #if CYTHON_COMPILING_IN_CPYTHON + __pyx_t_3 = PyTuple_GET_ITEM(sequence, 0); + __pyx_t_4 = PyTuple_GET_ITEM(sequence, 1); + __Pyx_INCREF(__pyx_t_3); + __Pyx_INCREF(__pyx_t_4); + #else + __pyx_t_3 = PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + #endif + } else { + __Pyx_RaiseNoneNotIterableError(); {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + if (!(likely(((__pyx_t_3) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_3, __pyx_ptype_5numpy_dtype))))) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 799; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_XDECREF_SET(__pyx_v_child, ((PyArray_Descr *)__pyx_t_3)); + __pyx_t_3 = 0; + __Pyx_XDECREF_SET(__pyx_v_new_offset, __pyx_t_4); + __pyx_t_4 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":801 + * child, new_offset = fields + * + * if (end - f) - (new_offset - offset[0]) < 15: # <<<<<<<<<<<<<< + * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") + * + */ + __pyx_t_4 = __Pyx_PyInt_From_int((__pyx_v_offset[0])); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyNumber_Subtract(__pyx_v_new_offset, __pyx_t_4); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_5 = __Pyx_PyInt_As_int(__pyx_t_3); if (unlikely((__pyx_t_5 == (int)-1) && PyErr_Occurred())) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 801; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = ((((__pyx_v_end - __pyx_v_f) - ((int)__pyx_t_5)) < 15) != 0); + if (__pyx_t_6) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":802 + * + * if (end - f) - (new_offset - offset[0]) < 15: + * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") # <<<<<<<<<<<<<< + * + * if ((child.byteorder == c'>' and little_endian) or + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_RuntimeError, __pyx_tuple__5, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":804 + * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") + * + * if ((child.byteorder == c'>' and little_endian) or # <<<<<<<<<<<<<< + * (child.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") + */ + __pyx_t_7 = ((__pyx_v_child->byteorder == '>') != 0); + if (!__pyx_t_7) { + goto __pyx_L8_next_or; + } else { + } + __pyx_t_7 = (__pyx_v_little_endian != 0); + if (!__pyx_t_7) { + } else { + __pyx_t_6 = __pyx_t_7; + goto __pyx_L7_bool_binop_done; + } + __pyx_L8_next_or:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":805 + * + * if ((child.byteorder == c'>' and little_endian) or + * (child.byteorder == c'<' and not little_endian)): # <<<<<<<<<<<<<< + * raise ValueError(u"Non-native byte order not supported") + * # One could encode it in the format string and have Cython + */ + __pyx_t_7 = ((__pyx_v_child->byteorder == '<') != 0); + if (__pyx_t_7) { + } else { + __pyx_t_6 = __pyx_t_7; + goto __pyx_L7_bool_binop_done; + } + __pyx_t_7 = ((!(__pyx_v_little_endian != 0)) != 0); + __pyx_t_6 = __pyx_t_7; + __pyx_L7_bool_binop_done:; + if (__pyx_t_6) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":806 + * if ((child.byteorder == c'>' and little_endian) or + * (child.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< + * # One could encode it in the format string and have Cython + * # complain instead, BUT: < and > in format strings also imply + */ + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_tuple__6, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":816 + * + * # Output padding bytes + * while offset[0] < new_offset: # <<<<<<<<<<<<<< + * f[0] = 120 # "x"; pad byte + * f += 1 + */ + while (1) { + __pyx_t_3 = __Pyx_PyInt_From_int((__pyx_v_offset[0])); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_t_3, __pyx_v_new_offset, Py_LT); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 816; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (!__pyx_t_6) break; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":817 + * # Output padding bytes + * while offset[0] < new_offset: + * f[0] = 120 # "x"; pad byte # <<<<<<<<<<<<<< + * f += 1 + * offset[0] += 1 + */ + (__pyx_v_f[0]) = 120; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":818 + * while offset[0] < new_offset: + * f[0] = 120 # "x"; pad byte + * f += 1 # <<<<<<<<<<<<<< + * offset[0] += 1 + * + */ + __pyx_v_f = (__pyx_v_f + 1); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":819 + * f[0] = 120 # "x"; pad byte + * f += 1 + * offset[0] += 1 # <<<<<<<<<<<<<< + * + * offset[0] += child.itemsize + */ + __pyx_t_8 = 0; + (__pyx_v_offset[__pyx_t_8]) = ((__pyx_v_offset[__pyx_t_8]) + 1); + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":821 + * offset[0] += 1 + * + * offset[0] += child.itemsize # <<<<<<<<<<<<<< + * + * if not PyDataType_HASFIELDS(child): + */ + __pyx_t_8 = 0; + (__pyx_v_offset[__pyx_t_8]) = ((__pyx_v_offset[__pyx_t_8]) + __pyx_v_child->elsize); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":823 + * offset[0] += child.itemsize + * + * if not PyDataType_HASFIELDS(child): # <<<<<<<<<<<<<< + * t = child.type_num + * if end - f < 5: + */ + __pyx_t_6 = ((!(PyDataType_HASFIELDS(__pyx_v_child) != 0)) != 0); + if (__pyx_t_6) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":824 + * + * if not PyDataType_HASFIELDS(child): + * t = child.type_num # <<<<<<<<<<<<<< + * if end - f < 5: + * raise RuntimeError(u"Format string allocated too short.") + */ + __pyx_t_4 = __Pyx_PyInt_From_int(__pyx_v_child->type_num); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 824; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_XDECREF_SET(__pyx_v_t, __pyx_t_4); + __pyx_t_4 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":825 + * if not PyDataType_HASFIELDS(child): + * t = child.type_num + * if end - f < 5: # <<<<<<<<<<<<<< + * raise RuntimeError(u"Format string allocated too short.") + * + */ + __pyx_t_6 = (((__pyx_v_end - __pyx_v_f) < 5) != 0); + if (__pyx_t_6) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":826 + * t = child.type_num + * if end - f < 5: + * raise RuntimeError(u"Format string allocated too short.") # <<<<<<<<<<<<<< + * + * # Until ticket #99 is fixed, use integers to avoid warnings + */ + __pyx_t_4 = __Pyx_PyObject_Call(__pyx_builtin_RuntimeError, __pyx_tuple__7, NULL); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __Pyx_Raise(__pyx_t_4, 0, 0, 0); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":829 + * + * # Until ticket #99 is fixed, use integers to avoid warnings + * if t == NPY_BYTE: f[0] = 98 #"b" # <<<<<<<<<<<<<< + * elif t == NPY_UBYTE: f[0] = 66 #"B" + * elif t == NPY_SHORT: f[0] = 104 #"h" + */ + __pyx_t_4 = PyInt_FromLong(NPY_BYTE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 829; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 98; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":830 + * # Until ticket #99 is fixed, use integers to avoid warnings + * if t == NPY_BYTE: f[0] = 98 #"b" + * elif t == NPY_UBYTE: f[0] = 66 #"B" # <<<<<<<<<<<<<< + * elif t == NPY_SHORT: f[0] = 104 #"h" + * elif t == NPY_USHORT: f[0] = 72 #"H" + */ + __pyx_t_3 = PyInt_FromLong(NPY_UBYTE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 830; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 66; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":831 + * if t == NPY_BYTE: f[0] = 98 #"b" + * elif t == NPY_UBYTE: f[0] = 66 #"B" + * elif t == NPY_SHORT: f[0] = 104 #"h" # <<<<<<<<<<<<<< + * elif t == NPY_USHORT: f[0] = 72 #"H" + * elif t == NPY_INT: f[0] = 105 #"i" + */ + __pyx_t_4 = PyInt_FromLong(NPY_SHORT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 831; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 104; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":832 + * elif t == NPY_UBYTE: f[0] = 66 #"B" + * elif t == NPY_SHORT: f[0] = 104 #"h" + * elif t == NPY_USHORT: f[0] = 72 #"H" # <<<<<<<<<<<<<< + * elif t == NPY_INT: f[0] = 105 #"i" + * elif t == NPY_UINT: f[0] = 73 #"I" + */ + __pyx_t_3 = PyInt_FromLong(NPY_USHORT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 832; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 72; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":833 + * elif t == NPY_SHORT: f[0] = 104 #"h" + * elif t == NPY_USHORT: f[0] = 72 #"H" + * elif t == NPY_INT: f[0] = 105 #"i" # <<<<<<<<<<<<<< + * elif t == NPY_UINT: f[0] = 73 #"I" + * elif t == NPY_LONG: f[0] = 108 #"l" + */ + __pyx_t_4 = PyInt_FromLong(NPY_INT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 833; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 105; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":834 + * elif t == NPY_USHORT: f[0] = 72 #"H" + * elif t == NPY_INT: f[0] = 105 #"i" + * elif t == NPY_UINT: f[0] = 73 #"I" # <<<<<<<<<<<<<< + * elif t == NPY_LONG: f[0] = 108 #"l" + * elif t == NPY_ULONG: f[0] = 76 #"L" + */ + __pyx_t_3 = PyInt_FromLong(NPY_UINT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 834; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 73; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":835 + * elif t == NPY_INT: f[0] = 105 #"i" + * elif t == NPY_UINT: f[0] = 73 #"I" + * elif t == NPY_LONG: f[0] = 108 #"l" # <<<<<<<<<<<<<< + * elif t == NPY_ULONG: f[0] = 76 #"L" + * elif t == NPY_LONGLONG: f[0] = 113 #"q" + */ + __pyx_t_4 = PyInt_FromLong(NPY_LONG); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 835; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 108; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":836 + * elif t == NPY_UINT: f[0] = 73 #"I" + * elif t == NPY_LONG: f[0] = 108 #"l" + * elif t == NPY_ULONG: f[0] = 76 #"L" # <<<<<<<<<<<<<< + * elif t == NPY_LONGLONG: f[0] = 113 #"q" + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" + */ + __pyx_t_3 = PyInt_FromLong(NPY_ULONG); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 836; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 76; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":837 + * elif t == NPY_LONG: f[0] = 108 #"l" + * elif t == NPY_ULONG: f[0] = 76 #"L" + * elif t == NPY_LONGLONG: f[0] = 113 #"q" # <<<<<<<<<<<<<< + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" + * elif t == NPY_FLOAT: f[0] = 102 #"f" + */ + __pyx_t_4 = PyInt_FromLong(NPY_LONGLONG); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 113; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":838 + * elif t == NPY_ULONG: f[0] = 76 #"L" + * elif t == NPY_LONGLONG: f[0] = 113 #"q" + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" # <<<<<<<<<<<<<< + * elif t == NPY_FLOAT: f[0] = 102 #"f" + * elif t == NPY_DOUBLE: f[0] = 100 #"d" + */ + __pyx_t_3 = PyInt_FromLong(NPY_ULONGLONG); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 838; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 81; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":839 + * elif t == NPY_LONGLONG: f[0] = 113 #"q" + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" + * elif t == NPY_FLOAT: f[0] = 102 #"f" # <<<<<<<<<<<<<< + * elif t == NPY_DOUBLE: f[0] = 100 #"d" + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" + */ + __pyx_t_4 = PyInt_FromLong(NPY_FLOAT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 839; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 102; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":840 + * elif t == NPY_ULONGLONG: f[0] = 81 #"Q" + * elif t == NPY_FLOAT: f[0] = 102 #"f" + * elif t == NPY_DOUBLE: f[0] = 100 #"d" # <<<<<<<<<<<<<< + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf + */ + __pyx_t_3 = PyInt_FromLong(NPY_DOUBLE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 840; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 100; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":841 + * elif t == NPY_FLOAT: f[0] = 102 #"f" + * elif t == NPY_DOUBLE: f[0] = 100 #"d" + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" # <<<<<<<<<<<<<< + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd + */ + __pyx_t_4 = PyInt_FromLong(NPY_LONGDOUBLE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 841; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 103; + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":842 + * elif t == NPY_DOUBLE: f[0] = 100 #"d" + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf # <<<<<<<<<<<<<< + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd + * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg + */ + __pyx_t_3 = PyInt_FromLong(NPY_CFLOAT); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 842; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 90; + (__pyx_v_f[1]) = 102; + __pyx_v_f = (__pyx_v_f + 1); + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":843 + * elif t == NPY_LONGDOUBLE: f[0] = 103 #"g" + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd # <<<<<<<<<<<<<< + * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg + * elif t == NPY_OBJECT: f[0] = 79 #"O" + */ + __pyx_t_4 = PyInt_FromLong(NPY_CDOUBLE); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 843; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 90; + (__pyx_v_f[1]) = 100; + __pyx_v_f = (__pyx_v_f + 1); + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":844 + * elif t == NPY_CFLOAT: f[0] = 90; f[1] = 102; f += 1 # Zf + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd + * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg # <<<<<<<<<<<<<< + * elif t == NPY_OBJECT: f[0] = 79 #"O" + * else: + */ + __pyx_t_3 = PyInt_FromLong(NPY_CLONGDOUBLE); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyObject_RichCompare(__pyx_v_t, __pyx_t_3, Py_EQ); __Pyx_XGOTREF(__pyx_t_4); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_4); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 844; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 90; + (__pyx_v_f[1]) = 103; + __pyx_v_f = (__pyx_v_f + 1); + goto __pyx_L15; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":845 + * elif t == NPY_CDOUBLE: f[0] = 90; f[1] = 100; f += 1 # Zd + * elif t == NPY_CLONGDOUBLE: f[0] = 90; f[1] = 103; f += 1 # Zg + * elif t == NPY_OBJECT: f[0] = 79 #"O" # <<<<<<<<<<<<<< + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + */ + __pyx_t_4 = PyInt_FromLong(NPY_OBJECT); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + __pyx_t_3 = PyObject_RichCompare(__pyx_v_t, __pyx_t_4, Py_EQ); __Pyx_XGOTREF(__pyx_t_3); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_3); if (unlikely(__pyx_t_6 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 845; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + if (__pyx_t_6) { + (__pyx_v_f[0]) = 79; + goto __pyx_L15; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":847 + * elif t == NPY_OBJECT: f[0] = 79 #"O" + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) # <<<<<<<<<<<<<< + * f += 1 + * else: + */ + __pyx_t_3 = PyUnicode_Format(__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_v_t); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __pyx_t_4 = PyTuple_New(1); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_4); + PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_3); + __Pyx_GIVEREF(__pyx_t_3); + __pyx_t_3 = 0; + __pyx_t_3 = __Pyx_PyObject_Call(__pyx_builtin_ValueError, __pyx_t_4, NULL); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_3); + __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; + __Pyx_Raise(__pyx_t_3, 0, 0, 0); + __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; + {__pyx_filename = __pyx_f[1]; __pyx_lineno = 847; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + __pyx_L15:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":848 + * else: + * raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t) + * f += 1 # <<<<<<<<<<<<<< + * else: + * # Cython ignores struct boundary information ("T{...}"), + */ + __pyx_v_f = (__pyx_v_f + 1); + goto __pyx_L13; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":852 + * # Cython ignores struct boundary information ("T{...}"), + * # so don't output it + * f = _util_dtypestring(child, f, end, offset) # <<<<<<<<<<<<<< + * return f + * + */ + __pyx_t_9 = __pyx_f_5numpy__util_dtypestring(__pyx_v_child, __pyx_v_f, __pyx_v_end, __pyx_v_offset); if (unlikely(__pyx_t_9 == NULL)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 852; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_v_f = __pyx_t_9; + } + __pyx_L13:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":797 + * cdef tuple fields + * + * for childname in descr.names: # <<<<<<<<<<<<<< + * fields = descr.fields[childname] + * child, new_offset = fields + */ + } + __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":853 + * # so don't output it + * f = _util_dtypestring(child, f, end, offset) + * return f # <<<<<<<<<<<<<< + * + * + */ + __pyx_r = __pyx_v_f; + goto __pyx_L0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":786 + * return PyArray_MultiIterNew(5, a, b, c, d, e) + * + * cdef inline char* _util_dtypestring(dtype descr, char* f, char* end, int* offset) except NULL: # <<<<<<<<<<<<<< + * # Recursive utility function used in __getbuffer__ to get format + * # string. The new location in the format string is returned. + */ + + /* function exit code */ + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_XDECREF(__pyx_t_3); + __Pyx_XDECREF(__pyx_t_4); + __Pyx_AddTraceback("numpy._util_dtypestring", __pyx_clineno, __pyx_lineno, __pyx_filename); + __pyx_r = NULL; + __pyx_L0:; + __Pyx_XDECREF((PyObject *)__pyx_v_child); + __Pyx_XDECREF(__pyx_v_fields); + __Pyx_XDECREF(__pyx_v_childname); + __Pyx_XDECREF(__pyx_v_new_offset); + __Pyx_XDECREF(__pyx_v_t); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":969 + * + * + * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<< + * cdef PyObject* baseptr + * if base is None: + */ + +static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) { + PyObject *__pyx_v_baseptr; + __Pyx_RefNannyDeclarations + int __pyx_t_1; + int __pyx_t_2; + __Pyx_RefNannySetupContext("set_array_base", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":971 + * cdef inline void set_array_base(ndarray arr, object base): + * cdef PyObject* baseptr + * if base is None: # <<<<<<<<<<<<<< + * baseptr = NULL + * else: + */ + __pyx_t_1 = (__pyx_v_base == Py_None); + __pyx_t_2 = (__pyx_t_1 != 0); + if (__pyx_t_2) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":972 + * cdef PyObject* baseptr + * if base is None: + * baseptr = NULL # <<<<<<<<<<<<<< + * else: + * Py_INCREF(base) # important to do this before decref below! + */ + __pyx_v_baseptr = NULL; + goto __pyx_L3; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":974 + * baseptr = NULL + * else: + * Py_INCREF(base) # important to do this before decref below! # <<<<<<<<<<<<<< + * baseptr = base + * Py_XDECREF(arr.base) + */ + Py_INCREF(__pyx_v_base); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":975 + * else: + * Py_INCREF(base) # important to do this before decref below! + * baseptr = base # <<<<<<<<<<<<<< + * Py_XDECREF(arr.base) + * arr.base = baseptr + */ + __pyx_v_baseptr = ((PyObject *)__pyx_v_base); + } + __pyx_L3:; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":976 + * Py_INCREF(base) # important to do this before decref below! + * baseptr = base + * Py_XDECREF(arr.base) # <<<<<<<<<<<<<< + * arr.base = baseptr + * + */ + Py_XDECREF(__pyx_v_arr->base); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":977 + * baseptr = base + * Py_XDECREF(arr.base) + * arr.base = baseptr # <<<<<<<<<<<<<< + * + * cdef inline object get_array_base(ndarray arr): + */ + __pyx_v_arr->base = __pyx_v_baseptr; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":969 + * + * + * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<< + * cdef PyObject* baseptr + * if base is None: + */ + + /* function exit code */ + __Pyx_RefNannyFinishContext(); +} + +/* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 + * arr.base = baseptr + * + * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< + * if arr.base is NULL: + * return None + */ + +static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__pyx_v_arr) { + PyObject *__pyx_r = NULL; + __Pyx_RefNannyDeclarations + int __pyx_t_1; + __Pyx_RefNannySetupContext("get_array_base", 0); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":980 + * + * cdef inline object get_array_base(ndarray arr): + * if arr.base is NULL: # <<<<<<<<<<<<<< + * return None + * else: + */ + __pyx_t_1 = ((__pyx_v_arr->base == NULL) != 0); + if (__pyx_t_1) { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":981 + * cdef inline object get_array_base(ndarray arr): + * if arr.base is NULL: + * return None # <<<<<<<<<<<<<< + * else: + * return arr.base + */ + __Pyx_XDECREF(__pyx_r); + __Pyx_INCREF(Py_None); + __pyx_r = Py_None; + goto __pyx_L0; + } + /*else*/ { + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":983 + * return None + * else: + * return arr.base # <<<<<<<<<<<<<< + */ + __Pyx_XDECREF(__pyx_r); + __Pyx_INCREF(((PyObject *)__pyx_v_arr->base)); + __pyx_r = ((PyObject *)__pyx_v_arr->base); + goto __pyx_L0; + } + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 + * arr.base = baseptr + * + * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< + * if arr.base is NULL: + * return None + */ + + /* function exit code */ + __pyx_L0:; + __Pyx_XGIVEREF(__pyx_r); + __Pyx_RefNannyFinishContext(); + return __pyx_r; +} + +static PyMethodDef __pyx_methods[] = { + {0, 0, 0, 0} +}; + +#if PY_MAJOR_VERSION >= 3 +static struct PyModuleDef __pyx_moduledef = { + #if PY_VERSION_HEX < 0x03020000 + { PyObject_HEAD_INIT(NULL) NULL, 0, NULL }, + #else + PyModuleDef_HEAD_INIT, + #endif + "ml3", + 0, /* m_doc */ + -1, /* m_size */ + __pyx_methods /* m_methods */, + NULL, /* m_reload */ + NULL, /* m_traverse */ + NULL, /* m_clear */ + NULL /* m_free */ +}; +#endif + +static __Pyx_StringTabEntry __pyx_string_tab[] = { + {&__pyx_n_s_DTYPE, __pyx_k_DTYPE, sizeof(__pyx_k_DTYPE), 0, 0, 1, 1}, + {&__pyx_kp_u_Format_string_allocated_too_shor, __pyx_k_Format_string_allocated_too_shor, sizeof(__pyx_k_Format_string_allocated_too_shor), 0, 1, 0, 0}, + {&__pyx_kp_u_Format_string_allocated_too_shor_2, __pyx_k_Format_string_allocated_too_shor_2, sizeof(__pyx_k_Format_string_allocated_too_shor_2), 0, 1, 0, 0}, + {&__pyx_kp_u_Non_native_byte_order_not_suppor, __pyx_k_Non_native_byte_order_not_suppor, sizeof(__pyx_k_Non_native_byte_order_not_suppor), 0, 1, 0, 0}, + {&__pyx_n_s_RuntimeError, __pyx_k_RuntimeError, sizeof(__pyx_k_RuntimeError), 0, 0, 1, 1}, + {&__pyx_kp_s_Users_ben_Documents_Cascade_Pro, __pyx_k_Users_ben_Documents_Cascade_Pro, sizeof(__pyx_k_Users_ben_Documents_Cascade_Pro), 0, 0, 1, 0}, + {&__pyx_n_s_ValueError, __pyx_k_ValueError, sizeof(__pyx_k_ValueError), 0, 0, 1, 1}, + {&__pyx_n_s_age, __pyx_k_age, sizeof(__pyx_k_age), 0, 0, 1, 1}, + {&__pyx_n_s_alpha, __pyx_k_alpha, sizeof(__pyx_k_alpha), 0, 0, 1, 1}, + {&__pyx_n_s_arange, __pyx_k_arange, sizeof(__pyx_k_arange), 0, 0, 1, 1}, + {&__pyx_n_s_beta, __pyx_k_beta, sizeof(__pyx_k_beta), 0, 0, 1, 1}, + {&__pyx_n_s_beta_add, __pyx_k_beta_add, sizeof(__pyx_k_beta_add), 0, 0, 1, 1}, + {&__pyx_n_s_delta, __pyx_k_delta, sizeof(__pyx_k_delta), 0, 0, 1, 1}, + {&__pyx_n_s_dist, __pyx_k_dist, sizeof(__pyx_k_dist), 0, 0, 1, 1}, + {&__pyx_n_s_dists, __pyx_k_dists, sizeof(__pyx_k_dists), 0, 0, 1, 1}, + {&__pyx_n_s_dt, __pyx_k_dt, sizeof(__pyx_k_dt), 0, 0, 1, 1}, + {&__pyx_n_s_dts, __pyx_k_dts, sizeof(__pyx_k_dts), 0, 0, 1, 1}, + {&__pyx_n_s_dtype, __pyx_k_dtype, sizeof(__pyx_k_dtype), 0, 0, 1, 1}, + {&__pyx_n_s_enumerate, __pyx_k_enumerate, sizeof(__pyx_k_enumerate), 0, 0, 1, 1}, + {&__pyx_n_s_failures, __pyx_k_failures, sizeof(__pyx_k_failures), 0, 0, 1, 1}, + {&__pyx_n_s_float64, __pyx_k_float64, sizeof(__pyx_k_float64), 0, 0, 1, 1}, + {&__pyx_n_s_i, __pyx_k_i, sizeof(__pyx_k_i), 0, 0, 1, 1}, + {&__pyx_n_s_import, __pyx_k_import, sizeof(__pyx_k_import), 0, 0, 1, 1}, + {&__pyx_kp_s_inf, __pyx_k_inf, sizeof(__pyx_k_inf), 0, 0, 1, 0}, + {&__pyx_n_s_itervalues, __pyx_k_itervalues, sizeof(__pyx_k_itervalues), 0, 0, 1, 1}, + {&__pyx_n_s_l, __pyx_k_l, sizeof(__pyx_k_l), 0, 0, 1, 1}, + {&__pyx_n_s_ll, __pyx_k_ll, sizeof(__pyx_k_ll), 0, 0, 1, 1}, + {&__pyx_n_s_main, __pyx_k_main, sizeof(__pyx_k_main), 0, 0, 1, 1}, + {&__pyx_n_s_max_beta, __pyx_k_max_beta, sizeof(__pyx_k_max_beta), 0, 0, 1, 1}, + {&__pyx_n_s_max_beta_add, __pyx_k_max_beta_add, sizeof(__pyx_k_max_beta_add), 0, 0, 1, 1}, + {&__pyx_n_s_max_roots, __pyx_k_max_roots, sizeof(__pyx_k_max_roots), 0, 0, 1, 1}, + {&__pyx_n_s_ml3, __pyx_k_ml3, sizeof(__pyx_k_ml3), 0, 0, 1, 1}, + {&__pyx_n_s_n_roots, __pyx_k_n_roots, sizeof(__pyx_k_n_roots), 0, 0, 1, 1}, + {&__pyx_n_s_n_victims, __pyx_k_n_victims, sizeof(__pyx_k_n_victims), 0, 0, 1, 1}, + {&__pyx_kp_u_ndarray_is_not_C_contiguous, __pyx_k_ndarray_is_not_C_contiguous, sizeof(__pyx_k_ndarray_is_not_C_contiguous), 0, 1, 0, 0}, + {&__pyx_kp_u_ndarray_is_not_Fortran_contiguou, __pyx_k_ndarray_is_not_Fortran_contiguou, sizeof(__pyx_k_ndarray_is_not_Fortran_contiguou), 0, 1, 0, 0}, + {&__pyx_n_s_non_seeds, __pyx_k_non_seeds, sizeof(__pyx_k_non_seeds), 0, 0, 1, 1}, + {&__pyx_n_s_non_victims, __pyx_k_non_victims, sizeof(__pyx_k_non_victims), 0, 0, 1, 1}, + {&__pyx_n_s_np, __pyx_k_np, sizeof(__pyx_k_np), 0, 0, 1, 1}, + {&__pyx_n_s_numpy, __pyx_k_numpy, sizeof(__pyx_k_numpy), 0, 0, 1, 1}, + {&__pyx_n_s_parent_dists, __pyx_k_parent_dists, sizeof(__pyx_k_parent_dists), 0, 0, 1, 1}, + {&__pyx_n_s_parent_dts, __pyx_k_parent_dts, sizeof(__pyx_k_parent_dts), 0, 0, 1, 1}, + {&__pyx_n_s_parents, __pyx_k_parents, sizeof(__pyx_k_parents), 0, 0, 1, 1}, + {&__pyx_n_s_prnt, __pyx_k_prnt, sizeof(__pyx_k_prnt), 0, 0, 1, 1}, + {&__pyx_n_s_prob, __pyx_k_prob, sizeof(__pyx_k_prob), 0, 0, 1, 1}, + {&__pyx_n_s_probs, __pyx_k_probs, sizeof(__pyx_k_probs), 0, 0, 1, 1}, + {&__pyx_n_s_probs_fail, __pyx_k_probs_fail, sizeof(__pyx_k_probs_fail), 0, 0, 1, 1}, + {&__pyx_n_s_range, __pyx_k_range, sizeof(__pyx_k_range), 0, 0, 1, 1}, + {&__pyx_n_s_root_victims, __pyx_k_root_victims, sizeof(__pyx_k_root_victims), 0, 0, 1, 1}, + {&__pyx_n_s_roots, __pyx_k_roots, sizeof(__pyx_k_roots), 0, 0, 1, 1}, + {&__pyx_n_s_s, __pyx_k_s, sizeof(__pyx_k_s), 0, 0, 1, 1}, + {&__pyx_n_s_seeds, __pyx_k_seeds, sizeof(__pyx_k_seeds), 0, 0, 1, 1}, + {&__pyx_n_s_successes, __pyx_k_successes, sizeof(__pyx_k_successes), 0, 0, 1, 1}, + {&__pyx_n_s_sum, __pyx_k_sum, sizeof(__pyx_k_sum), 0, 0, 1, 1}, + {&__pyx_n_s_t, __pyx_k_t, sizeof(__pyx_k_t), 0, 0, 1, 1}, + {&__pyx_n_s_test, __pyx_k_test, sizeof(__pyx_k_test), 0, 0, 1, 1}, + {&__pyx_n_s_thresh, __pyx_k_thresh, sizeof(__pyx_k_thresh), 0, 0, 1, 1}, + {&__pyx_kp_u_unknown_dtype_code_in_numpy_pxd, __pyx_k_unknown_dtype_code_in_numpy_pxd, sizeof(__pyx_k_unknown_dtype_code_in_numpy_pxd), 0, 1, 0, 0}, + {&__pyx_n_s_victims, __pyx_k_victims, sizeof(__pyx_k_victims), 0, 0, 1, 1}, + {&__pyx_n_s_w1, __pyx_k_w1, sizeof(__pyx_k_w1), 0, 0, 1, 1}, + {&__pyx_n_s_w2, __pyx_k_w2, sizeof(__pyx_k_w2), 0, 0, 1, 1}, + {&__pyx_n_s_w3, __pyx_k_w3, sizeof(__pyx_k_w3), 0, 0, 1, 1}, + {&__pyx_n_s_zeros, __pyx_k_zeros, sizeof(__pyx_k_zeros), 0, 0, 1, 1}, + {0, 0, 0, 0, 0, 0, 0} +}; +static int __Pyx_InitCachedBuiltins(void) { + __pyx_builtin_enumerate = __Pyx_GetBuiltinName(__pyx_n_s_enumerate); if (!__pyx_builtin_enumerate) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 41; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_builtin_sum = __Pyx_GetBuiltinName(__pyx_n_s_sum); if (!__pyx_builtin_sum) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 47; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_builtin_ValueError = __Pyx_GetBuiltinName(__pyx_n_s_ValueError); if (!__pyx_builtin_ValueError) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 218; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_builtin_range = __Pyx_GetBuiltinName(__pyx_n_s_range); if (!__pyx_builtin_range) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 231; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_builtin_RuntimeError = __Pyx_GetBuiltinName(__pyx_n_s_RuntimeError); if (!__pyx_builtin_RuntimeError) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + return 0; + __pyx_L1_error:; + return -1; +} + +static int __Pyx_InitCachedConstants(void) { + __Pyx_RefNannyDeclarations + __Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0); + + /* "ml3.pyx":69 + * max_beta_add = float('-inf') + * # iterate over all victim nodes to find the optimal threshold + * for beta in np.arange(0.01, 1, .01): # <<<<<<<<<<<<<< + * thresh = log(beta/(3012.*(1.-beta))) + * seeds = probs' and little_endian) or + * (descr.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< + * if t == NPY_BYTE: f = "b" + * elif t == NPY_UBYTE: f = "B" + */ + __pyx_tuple__4 = PyTuple_Pack(1, __pyx_kp_u_Non_native_byte_order_not_suppor); if (unlikely(!__pyx_tuple__4)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 260; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__4); + __Pyx_GIVEREF(__pyx_tuple__4); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":802 + * + * if (end - f) - (new_offset - offset[0]) < 15: + * raise RuntimeError(u"Format string allocated too short, see comment in numpy.pxd") # <<<<<<<<<<<<<< + * + * if ((child.byteorder == c'>' and little_endian) or + */ + __pyx_tuple__5 = PyTuple_Pack(1, __pyx_kp_u_Format_string_allocated_too_shor); if (unlikely(!__pyx_tuple__5)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 802; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__5); + __Pyx_GIVEREF(__pyx_tuple__5); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":806 + * if ((child.byteorder == c'>' and little_endian) or + * (child.byteorder == c'<' and not little_endian)): + * raise ValueError(u"Non-native byte order not supported") # <<<<<<<<<<<<<< + * # One could encode it in the format string and have Cython + * # complain instead, BUT: < and > in format strings also imply + */ + __pyx_tuple__6 = PyTuple_Pack(1, __pyx_kp_u_Non_native_byte_order_not_suppor); if (unlikely(!__pyx_tuple__6)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 806; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__6); + __Pyx_GIVEREF(__pyx_tuple__6); + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":826 + * t = child.type_num + * if end - f < 5: + * raise RuntimeError(u"Format string allocated too short.") # <<<<<<<<<<<<<< + * + * # Until ticket #99 is fixed, use integers to avoid warnings + */ + __pyx_tuple__7 = PyTuple_Pack(1, __pyx_kp_u_Format_string_allocated_too_shor_2); if (unlikely(!__pyx_tuple__7)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 826; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__7); + __Pyx_GIVEREF(__pyx_tuple__7); + + /* "ml3.pyx":27 + * return result + * + * def ml3(dict root_victims, dict victims, dict non_victims, DTYPE_t age, # <<<<<<<<<<<<<< + * DTYPE_t alpha, DTYPE_t delta): + * cdef: + */ + __pyx_tuple__8 = PyTuple_Pack(38, __pyx_n_s_root_victims, __pyx_n_s_victims, __pyx_n_s_non_victims, __pyx_n_s_age, __pyx_n_s_alpha, __pyx_n_s_delta, __pyx_n_s_n_roots, __pyx_n_s_n_victims, __pyx_n_s_roots, __pyx_n_s_i, __pyx_n_s_dist, __pyx_n_s_dt, __pyx_n_s_t, __pyx_n_s_l, __pyx_n_s_beta, __pyx_n_s_ll, __pyx_n_s_beta_add, __pyx_n_s_max_beta, __pyx_n_s_max_beta_add, __pyx_n_s_parents, __pyx_n_s_failures, __pyx_n_s_successes, __pyx_n_s_probs, __pyx_n_s_probs_fail, __pyx_n_s_parent_dists, __pyx_n_s_parent_dts, __pyx_n_s_dists, __pyx_n_s_dts, __pyx_n_s_s, __pyx_n_s_prob, __pyx_n_s_thresh, __pyx_n_s_seeds, __pyx_n_s_non_seeds, __pyx_n_s_max_roots, __pyx_n_s_prnt, __pyx_n_s_w1, __pyx_n_s_w2, __pyx_n_s_w3); if (unlikely(!__pyx_tuple__8)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_tuple__8); + __Pyx_GIVEREF(__pyx_tuple__8); + __pyx_codeobj__9 = (PyObject*)__Pyx_PyCode_New(6, 0, 38, 0, 0, __pyx_empty_bytes, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_tuple__8, __pyx_empty_tuple, __pyx_empty_tuple, __pyx_kp_s_Users_ben_Documents_Cascade_Pro, __pyx_n_s_ml3, 27, __pyx_empty_bytes); if (unlikely(!__pyx_codeobj__9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_RefNannyFinishContext(); + return 0; + __pyx_L1_error:; + __Pyx_RefNannyFinishContext(); + return -1; +} + +static int __Pyx_InitGlobals(void) { + if (__Pyx_InitStrings(__pyx_string_tab) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + __pyx_float__01 = PyFloat_FromDouble(.01); if (unlikely(!__pyx_float__01)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_float_0_01 = PyFloat_FromDouble(0.01); if (unlikely(!__pyx_float_0_01)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_int_1 = PyInt_FromLong(1); if (unlikely(!__pyx_int_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + return 0; + __pyx_L1_error:; + return -1; +} + +#if PY_MAJOR_VERSION < 3 +PyMODINIT_FUNC initml3(void); /*proto*/ +PyMODINIT_FUNC initml3(void) +#else +PyMODINIT_FUNC PyInit_ml3(void); /*proto*/ +PyMODINIT_FUNC PyInit_ml3(void) +#endif +{ + PyObject *__pyx_t_1 = NULL; + PyObject *__pyx_t_2 = NULL; + int __pyx_lineno = 0; + const char *__pyx_filename = NULL; + int __pyx_clineno = 0; + __Pyx_RefNannyDeclarations + #if CYTHON_REFNANNY + __Pyx_RefNanny = __Pyx_RefNannyImportAPI("refnanny"); + if (!__Pyx_RefNanny) { + PyErr_Clear(); + __Pyx_RefNanny = __Pyx_RefNannyImportAPI("Cython.Runtime.refnanny"); + if (!__Pyx_RefNanny) + Py_FatalError("failed to import 'refnanny' module"); + } + #endif + __Pyx_RefNannySetupContext("PyMODINIT_FUNC PyInit_ml3(void)", 0); + if ( __Pyx_check_binary_version() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_empty_tuple = PyTuple_New(0); if (unlikely(!__pyx_empty_tuple)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_empty_bytes = PyBytes_FromStringAndSize("", 0); if (unlikely(!__pyx_empty_bytes)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #ifdef __Pyx_CyFunction_USED + if (__Pyx_CyFunction_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + #ifdef __Pyx_FusedFunction_USED + if (__pyx_FusedFunction_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + #ifdef __Pyx_Generator_USED + if (__pyx_Generator_init() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + /*--- Library function declarations ---*/ + /*--- Threads initialization code ---*/ + #if defined(__PYX_FORCE_INIT_THREADS) && __PYX_FORCE_INIT_THREADS + #ifdef WITH_THREAD /* Python build with threading support? */ + PyEval_InitThreads(); + #endif + #endif + /*--- Module creation code ---*/ + #if PY_MAJOR_VERSION < 3 + __pyx_m = Py_InitModule4("ml3", __pyx_methods, 0, 0, PYTHON_API_VERSION); Py_XINCREF(__pyx_m); + #else + __pyx_m = PyModule_Create(&__pyx_moduledef); + #endif + if (unlikely(!__pyx_m)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_d = PyModule_GetDict(__pyx_m); if (unlikely(!__pyx_d)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + Py_INCREF(__pyx_d); + __pyx_b = PyImport_AddModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_b)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #if CYTHON_COMPILING_IN_PYPY + Py_INCREF(__pyx_b); + #endif + if (PyObject_SetAttrString(__pyx_m, "__builtins__", __pyx_b) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + /*--- Initialize various global constants etc. ---*/ + if (unlikely(__Pyx_InitGlobals() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #if PY_MAJOR_VERSION < 3 && (__PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT) + if (__Pyx_init_sys_getdefaultencoding_params() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + #endif + if (__pyx_module_is_main_ml3) { + if (PyObject_SetAttrString(__pyx_m, "__name__", __pyx_n_s_main) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;}; + } + #if PY_MAJOR_VERSION >= 3 + { + PyObject *modules = PyImport_GetModuleDict(); if (unlikely(!modules)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + if (!PyDict_GetItemString(modules, "ml3")) { + if (unlikely(PyDict_SetItemString(modules, "ml3", __pyx_m) < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + } + } + #endif + /*--- Builtin init code ---*/ + if (unlikely(__Pyx_InitCachedBuiltins() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + /*--- Constants init code ---*/ + if (unlikely(__Pyx_InitCachedConstants() < 0)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + /*--- Global init code ---*/ + /*--- Variable export code ---*/ + /*--- Function export code ---*/ + /*--- Type init code ---*/ + /*--- Type import code ---*/ + __pyx_ptype_7cpython_4type_type = __Pyx_ImportType(__Pyx_BUILTIN_MODULE_NAME, "type", + #if CYTHON_COMPILING_IN_PYPY + sizeof(PyTypeObject), + #else + sizeof(PyHeapTypeObject), + #endif + 0); if (unlikely(!__pyx_ptype_7cpython_4type_type)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 9; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_dtype = __Pyx_ImportType("numpy", "dtype", sizeof(PyArray_Descr), 0); if (unlikely(!__pyx_ptype_5numpy_dtype)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 155; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_flatiter = __Pyx_ImportType("numpy", "flatiter", sizeof(PyArrayIterObject), 0); if (unlikely(!__pyx_ptype_5numpy_flatiter)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 168; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_broadcast = __Pyx_ImportType("numpy", "broadcast", sizeof(PyArrayMultiIterObject), 0); if (unlikely(!__pyx_ptype_5numpy_broadcast)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 172; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_ndarray = __Pyx_ImportType("numpy", "ndarray", sizeof(PyArrayObject), 0); if (unlikely(!__pyx_ptype_5numpy_ndarray)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 181; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __pyx_ptype_5numpy_ufunc = __Pyx_ImportType("numpy", "ufunc", sizeof(PyUFuncObject), 0); if (unlikely(!__pyx_ptype_5numpy_ufunc)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 864; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + /*--- Variable import code ---*/ + /*--- Function import code ---*/ + /*--- Execution code ---*/ + + /* "ml3.pyx":2 + * # cython: boundscheck=False, cdivision=True + * import numpy as np # <<<<<<<<<<<<<< + * cimport numpy as np + * from libc.math cimport log, exp + */ + __pyx_t_1 = __Pyx_Import(__pyx_n_s_numpy, 0, -1); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + if (PyDict_SetItem(__pyx_d, __pyx_n_s_np, __pyx_t_1) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; + + /* "ml3.pyx":6 + * from libc.math cimport log, exp + * + * DTYPE = np.float64 # <<<<<<<<<<<<<< + * ctypedef np.float_t DTYPE_t + * + */ + __pyx_t_1 = __Pyx_GetModuleGlobalName(__pyx_n_s_np); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_1); + __pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_t_1, __pyx_n_s_float64); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_2); + __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; + if (PyDict_SetItem(__pyx_d, __pyx_n_s_DTYPE, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; + + /* "ml3.pyx":27 + * return result + * + * def ml3(dict root_victims, dict victims, dict non_victims, DTYPE_t age, # <<<<<<<<<<<<<< + * DTYPE_t alpha, DTYPE_t delta): + * cdef: + */ + __pyx_t_2 = PyCFunction_NewEx(&__pyx_mdef_3ml3_1ml3, NULL, __pyx_n_s_ml3); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_2); + if (PyDict_SetItem(__pyx_d, __pyx_n_s_ml3, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 27; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; + + /* "ml3.pyx":1 + * # cython: boundscheck=False, cdivision=True # <<<<<<<<<<<<<< + * import numpy as np + * cimport numpy as np + */ + __pyx_t_2 = PyDict_New(); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_GOTREF(__pyx_t_2); + if (PyDict_SetItem(__pyx_d, __pyx_n_s_test, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; __pyx_clineno = __LINE__; goto __pyx_L1_error;} + __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; + + /* "../../../../Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/Cython/Includes/numpy/__init__.pxd":979 + * arr.base = baseptr + * + * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< + * if arr.base is NULL: + * return None + */ + + /*--- Wrapped vars code ---*/ + + goto __pyx_L0; + __pyx_L1_error:; + __Pyx_XDECREF(__pyx_t_1); + __Pyx_XDECREF(__pyx_t_2); + if (__pyx_m) { + if (__pyx_d) { + __Pyx_AddTraceback("init ml3", __pyx_clineno, __pyx_lineno, __pyx_filename); + } + Py_DECREF(__pyx_m); __pyx_m = 0; + } else if (!PyErr_Occurred()) { + PyErr_SetString(PyExc_ImportError, "init ml3"); + } + __pyx_L0:; + __Pyx_RefNannyFinishContext(); + #if PY_MAJOR_VERSION < 3 + return; + #else + return __pyx_m; + #endif +} + +/* --- Runtime support code --- */ +#if CYTHON_REFNANNY +static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname) { + PyObject *m = NULL, *p = NULL; + void *r = NULL; + m = PyImport_ImportModule((char *)modname); + if (!m) goto end; + p = PyObject_GetAttrString(m, (char *)"RefNannyAPI"); + if (!p) goto end; + r = PyLong_AsVoidPtr(p); +end: + Py_XDECREF(p); + Py_XDECREF(m); + return (__Pyx_RefNannyAPIStruct *)r; +} +#endif + +static PyObject *__Pyx_GetBuiltinName(PyObject *name) { + PyObject* result = __Pyx_PyObject_GetAttrStr(__pyx_b, name); + if (unlikely(!result)) { + PyErr_Format(PyExc_NameError, +#if PY_MAJOR_VERSION >= 3 + "name '%U' is not defined", name); +#else + "name '%.200s' is not defined", PyString_AS_STRING(name)); +#endif + } + return result; +} + +static void __Pyx_RaiseArgtupleInvalid( + const char* func_name, + int exact, + Py_ssize_t num_min, + Py_ssize_t num_max, + Py_ssize_t num_found) +{ + Py_ssize_t num_expected; + const char *more_or_less; + if (num_found < num_min) { + num_expected = num_min; + more_or_less = "at least"; + } else { + num_expected = num_max; + more_or_less = "at most"; + } + if (exact) { + more_or_less = "exactly"; + } + PyErr_Format(PyExc_TypeError, + "%.200s() takes %.8s %" CYTHON_FORMAT_SSIZE_T "d positional argument%.1s (%" CYTHON_FORMAT_SSIZE_T "d given)", + func_name, more_or_less, num_expected, + (num_expected == 1) ? "" : "s", num_found); +} + +static void __Pyx_RaiseDoubleKeywordsError( + const char* func_name, + PyObject* kw_name) +{ + PyErr_Format(PyExc_TypeError, + #if PY_MAJOR_VERSION >= 3 + "%s() got multiple values for keyword argument '%U'", func_name, kw_name); + #else + "%s() got multiple values for keyword argument '%s'", func_name, + PyString_AsString(kw_name)); + #endif +} + +static int __Pyx_ParseOptionalKeywords( + PyObject *kwds, + PyObject **argnames[], + PyObject *kwds2, + PyObject *values[], + Py_ssize_t num_pos_args, + const char* function_name) +{ + PyObject *key = 0, *value = 0; + Py_ssize_t pos = 0; + PyObject*** name; + PyObject*** first_kw_arg = argnames + num_pos_args; + while (PyDict_Next(kwds, &pos, &key, &value)) { + name = first_kw_arg; + while (*name && (**name != key)) name++; + if (*name) { + values[name-argnames] = value; + continue; + } + name = first_kw_arg; + #if PY_MAJOR_VERSION < 3 + if (likely(PyString_CheckExact(key)) || likely(PyString_Check(key))) { + while (*name) { + if ((CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**name) == PyString_GET_SIZE(key)) + && _PyString_Eq(**name, key)) { + values[name-argnames] = value; + break; + } + name++; + } + if (*name) continue; + else { + PyObject*** argname = argnames; + while (argname != first_kw_arg) { + if ((**argname == key) || ( + (CYTHON_COMPILING_IN_PYPY || PyString_GET_SIZE(**argname) == PyString_GET_SIZE(key)) + && _PyString_Eq(**argname, key))) { + goto arg_passed_twice; + } + argname++; + } + } + } else + #endif + if (likely(PyUnicode_Check(key))) { + while (*name) { + int cmp = (**name == key) ? 0 : + #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3 + (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : + #endif + PyUnicode_Compare(**name, key); + if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad; + if (cmp == 0) { + values[name-argnames] = value; + break; + } + name++; + } + if (*name) continue; + else { + PyObject*** argname = argnames; + while (argname != first_kw_arg) { + int cmp = (**argname == key) ? 0 : + #if !CYTHON_COMPILING_IN_PYPY && PY_MAJOR_VERSION >= 3 + (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : + #endif + PyUnicode_Compare(**argname, key); + if (cmp < 0 && unlikely(PyErr_Occurred())) goto bad; + if (cmp == 0) goto arg_passed_twice; + argname++; + } + } + } else + goto invalid_keyword_type; + if (kwds2) { + if (unlikely(PyDict_SetItem(kwds2, key, value))) goto bad; + } else { + goto invalid_keyword; + } + } + return 0; +arg_passed_twice: + __Pyx_RaiseDoubleKeywordsError(function_name, key); + goto bad; +invalid_keyword_type: + PyErr_Format(PyExc_TypeError, + "%.200s() keywords must be strings", function_name); + goto bad; +invalid_keyword: + PyErr_Format(PyExc_TypeError, + #if PY_MAJOR_VERSION < 3 + "%.200s() got an unexpected keyword argument '%.200s'", + function_name, PyString_AsString(key)); + #else + "%s() got an unexpected keyword argument '%U'", + function_name, key); + #endif +bad: + return -1; +} + +static void __Pyx_RaiseArgumentTypeInvalid(const char* name, PyObject *obj, PyTypeObject *type) { + PyErr_Format(PyExc_TypeError, + "Argument '%.200s' has incorrect type (expected %.200s, got %.200s)", + name, type->tp_name, Py_TYPE(obj)->tp_name); +} +static CYTHON_INLINE int __Pyx_ArgTypeTest(PyObject *obj, PyTypeObject *type, int none_allowed, + const char *name, int exact) +{ + if (unlikely(!type)) { + PyErr_SetString(PyExc_SystemError, "Missing type object"); + return 0; + } + if (none_allowed && obj == Py_None) return 1; + else if (exact) { + if (likely(Py_TYPE(obj) == type)) return 1; + #if PY_MAJOR_VERSION == 2 + else if ((type == &PyBaseString_Type) && likely(__Pyx_PyBaseString_CheckExact(obj))) return 1; + #endif + } + else { + if (likely(PyObject_TypeCheck(obj, type))) return 1; + } + __Pyx_RaiseArgumentTypeInvalid(name, obj, type); + return 0; +} + +static CYTHON_INLINE PyObject *__Pyx_GetModuleGlobalName(PyObject *name) { + PyObject *result; +#if CYTHON_COMPILING_IN_CPYTHON + result = PyDict_GetItem(__pyx_d, name); + if (likely(result)) { + Py_INCREF(result); + } else { +#else + result = PyObject_GetItem(__pyx_d, name); + if (!result) { + PyErr_Clear(); +#endif + result = __Pyx_GetBuiltinName(name); + } + return result; +} + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw) { + PyObject *result; + ternaryfunc call = func->ob_type->tp_call; + if (unlikely(!call)) + return PyObject_Call(func, arg, kw); + if (unlikely(Py_EnterRecursiveCall((char*)" while calling a Python object"))) + return NULL; + result = (*call)(func, arg, kw); + Py_LeaveRecursiveCall(); + if (unlikely(!result) && unlikely(!PyErr_Occurred())) { + PyErr_SetString( + PyExc_SystemError, + "NULL result without error in PyObject_Call"); + } + return result; +} +#endif + +static CYTHON_INLINE int __Pyx_TypeTest(PyObject *obj, PyTypeObject *type) { + if (unlikely(!type)) { + PyErr_SetString(PyExc_SystemError, "Missing type object"); + return 0; + } + if (likely(PyObject_TypeCheck(obj, type))) + return 1; + PyErr_Format(PyExc_TypeError, "Cannot convert %.200s to %.200s", + Py_TYPE(obj)->tp_name, type->tp_name); + return 0; +} + +static CYTHON_INLINE int __Pyx_IsLittleEndian(void) { + unsigned int n = 1; + return *(unsigned char*)(&n) != 0; +} +static void __Pyx_BufFmt_Init(__Pyx_BufFmt_Context* ctx, + __Pyx_BufFmt_StackElem* stack, + __Pyx_TypeInfo* type) { + stack[0].field = &ctx->root; + stack[0].parent_offset = 0; + ctx->root.type = type; + ctx->root.name = "buffer dtype"; + ctx->root.offset = 0; + ctx->head = stack; + ctx->head->field = &ctx->root; + ctx->fmt_offset = 0; + ctx->head->parent_offset = 0; + ctx->new_packmode = '@'; + ctx->enc_packmode = '@'; + ctx->new_count = 1; + ctx->enc_count = 0; + ctx->enc_type = 0; + ctx->is_complex = 0; + ctx->is_valid_array = 0; + ctx->struct_alignment = 0; + while (type->typegroup == 'S') { + ++ctx->head; + ctx->head->field = type->fields; + ctx->head->parent_offset = 0; + type = type->fields->type; + } +} +static int __Pyx_BufFmt_ParseNumber(const char** ts) { + int count; + const char* t = *ts; + if (*t < '0' || *t > '9') { + return -1; + } else { + count = *t++ - '0'; + while (*t >= '0' && *t < '9') { + count *= 10; + count += *t++ - '0'; + } + } + *ts = t; + return count; +} +static int __Pyx_BufFmt_ExpectNumber(const char **ts) { + int number = __Pyx_BufFmt_ParseNumber(ts); + if (number == -1) + PyErr_Format(PyExc_ValueError,\ + "Does not understand character buffer dtype format string ('%c')", **ts); + return number; +} +static void __Pyx_BufFmt_RaiseUnexpectedChar(char ch) { + PyErr_Format(PyExc_ValueError, + "Unexpected format string character: '%c'", ch); +} +static const char* __Pyx_BufFmt_DescribeTypeChar(char ch, int is_complex) { + switch (ch) { + case 'c': return "'char'"; + case 'b': return "'signed char'"; + case 'B': return "'unsigned char'"; + case 'h': return "'short'"; + case 'H': return "'unsigned short'"; + case 'i': return "'int'"; + case 'I': return "'unsigned int'"; + case 'l': return "'long'"; + case 'L': return "'unsigned long'"; + case 'q': return "'long long'"; + case 'Q': return "'unsigned long long'"; + case 'f': return (is_complex ? "'complex float'" : "'float'"); + case 'd': return (is_complex ? "'complex double'" : "'double'"); + case 'g': return (is_complex ? "'complex long double'" : "'long double'"); + case 'T': return "a struct"; + case 'O': return "Python object"; + case 'P': return "a pointer"; + case 's': case 'p': return "a string"; + case 0: return "end"; + default: return "unparseable format string"; + } +} +static size_t __Pyx_BufFmt_TypeCharToStandardSize(char ch, int is_complex) { + switch (ch) { + case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; + case 'h': case 'H': return 2; + case 'i': case 'I': case 'l': case 'L': return 4; + case 'q': case 'Q': return 8; + case 'f': return (is_complex ? 8 : 4); + case 'd': return (is_complex ? 16 : 8); + case 'g': { + PyErr_SetString(PyExc_ValueError, "Python does not define a standard format string size for long double ('g').."); + return 0; + } + case 'O': case 'P': return sizeof(void*); + default: + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } +} +static size_t __Pyx_BufFmt_TypeCharToNativeSize(char ch, int is_complex) { + switch (ch) { + case 'c': case 'b': case 'B': case 's': case 'p': return 1; + case 'h': case 'H': return sizeof(short); + case 'i': case 'I': return sizeof(int); + case 'l': case 'L': return sizeof(long); + #ifdef HAVE_LONG_LONG + case 'q': case 'Q': return sizeof(PY_LONG_LONG); + #endif + case 'f': return sizeof(float) * (is_complex ? 2 : 1); + case 'd': return sizeof(double) * (is_complex ? 2 : 1); + case 'g': return sizeof(long double) * (is_complex ? 2 : 1); + case 'O': case 'P': return sizeof(void*); + default: { + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } + } +} +typedef struct { char c; short x; } __Pyx_st_short; +typedef struct { char c; int x; } __Pyx_st_int; +typedef struct { char c; long x; } __Pyx_st_long; +typedef struct { char c; float x; } __Pyx_st_float; +typedef struct { char c; double x; } __Pyx_st_double; +typedef struct { char c; long double x; } __Pyx_st_longdouble; +typedef struct { char c; void *x; } __Pyx_st_void_p; +#ifdef HAVE_LONG_LONG +typedef struct { char c; PY_LONG_LONG x; } __Pyx_st_longlong; +#endif +static size_t __Pyx_BufFmt_TypeCharToAlignment(char ch, CYTHON_UNUSED int is_complex) { + switch (ch) { + case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; + case 'h': case 'H': return sizeof(__Pyx_st_short) - sizeof(short); + case 'i': case 'I': return sizeof(__Pyx_st_int) - sizeof(int); + case 'l': case 'L': return sizeof(__Pyx_st_long) - sizeof(long); +#ifdef HAVE_LONG_LONG + case 'q': case 'Q': return sizeof(__Pyx_st_longlong) - sizeof(PY_LONG_LONG); +#endif + case 'f': return sizeof(__Pyx_st_float) - sizeof(float); + case 'd': return sizeof(__Pyx_st_double) - sizeof(double); + case 'g': return sizeof(__Pyx_st_longdouble) - sizeof(long double); + case 'P': case 'O': return sizeof(__Pyx_st_void_p) - sizeof(void*); + default: + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } +} +/* These are for computing the padding at the end of the struct to align + on the first member of the struct. This will probably the same as above, + but we don't have any guarantees. + */ +typedef struct { short x; char c; } __Pyx_pad_short; +typedef struct { int x; char c; } __Pyx_pad_int; +typedef struct { long x; char c; } __Pyx_pad_long; +typedef struct { float x; char c; } __Pyx_pad_float; +typedef struct { double x; char c; } __Pyx_pad_double; +typedef struct { long double x; char c; } __Pyx_pad_longdouble; +typedef struct { void *x; char c; } __Pyx_pad_void_p; +#ifdef HAVE_LONG_LONG +typedef struct { PY_LONG_LONG x; char c; } __Pyx_pad_longlong; +#endif +static size_t __Pyx_BufFmt_TypeCharToPadding(char ch, CYTHON_UNUSED int is_complex) { + switch (ch) { + case '?': case 'c': case 'b': case 'B': case 's': case 'p': return 1; + case 'h': case 'H': return sizeof(__Pyx_pad_short) - sizeof(short); + case 'i': case 'I': return sizeof(__Pyx_pad_int) - sizeof(int); + case 'l': case 'L': return sizeof(__Pyx_pad_long) - sizeof(long); +#ifdef HAVE_LONG_LONG + case 'q': case 'Q': return sizeof(__Pyx_pad_longlong) - sizeof(PY_LONG_LONG); +#endif + case 'f': return sizeof(__Pyx_pad_float) - sizeof(float); + case 'd': return sizeof(__Pyx_pad_double) - sizeof(double); + case 'g': return sizeof(__Pyx_pad_longdouble) - sizeof(long double); + case 'P': case 'O': return sizeof(__Pyx_pad_void_p) - sizeof(void*); + default: + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } +} +static char __Pyx_BufFmt_TypeCharToGroup(char ch, int is_complex) { + switch (ch) { + case 'c': + return 'H'; + case 'b': case 'h': case 'i': + case 'l': case 'q': case 's': case 'p': + return 'I'; + case 'B': case 'H': case 'I': case 'L': case 'Q': + return 'U'; + case 'f': case 'd': case 'g': + return (is_complex ? 'C' : 'R'); + case 'O': + return 'O'; + case 'P': + return 'P'; + default: { + __Pyx_BufFmt_RaiseUnexpectedChar(ch); + return 0; + } + } +} +static void __Pyx_BufFmt_RaiseExpected(__Pyx_BufFmt_Context* ctx) { + if (ctx->head == NULL || ctx->head->field == &ctx->root) { + const char* expected; + const char* quote; + if (ctx->head == NULL) { + expected = "end"; + quote = ""; + } else { + expected = ctx->head->field->type->name; + quote = "'"; + } + PyErr_Format(PyExc_ValueError, + "Buffer dtype mismatch, expected %s%s%s but got %s", + quote, expected, quote, + __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex)); + } else { + __Pyx_StructField* field = ctx->head->field; + __Pyx_StructField* parent = (ctx->head - 1)->field; + PyErr_Format(PyExc_ValueError, + "Buffer dtype mismatch, expected '%s' but got %s in '%s.%s'", + field->type->name, __Pyx_BufFmt_DescribeTypeChar(ctx->enc_type, ctx->is_complex), + parent->type->name, field->name); + } +} +static int __Pyx_BufFmt_ProcessTypeChunk(__Pyx_BufFmt_Context* ctx) { + char group; + size_t size, offset, arraysize = 1; + if (ctx->enc_type == 0) return 0; + if (ctx->head->field->type->arraysize[0]) { + int i, ndim = 0; + if (ctx->enc_type == 's' || ctx->enc_type == 'p') { + ctx->is_valid_array = ctx->head->field->type->ndim == 1; + ndim = 1; + if (ctx->enc_count != ctx->head->field->type->arraysize[0]) { + PyErr_Format(PyExc_ValueError, + "Expected a dimension of size %zu, got %zu", + ctx->head->field->type->arraysize[0], ctx->enc_count); + return -1; + } + } + if (!ctx->is_valid_array) { + PyErr_Format(PyExc_ValueError, "Expected %d dimensions, got %d", + ctx->head->field->type->ndim, ndim); + return -1; + } + for (i = 0; i < ctx->head->field->type->ndim; i++) { + arraysize *= ctx->head->field->type->arraysize[i]; + } + ctx->is_valid_array = 0; + ctx->enc_count = 1; + } + group = __Pyx_BufFmt_TypeCharToGroup(ctx->enc_type, ctx->is_complex); + do { + __Pyx_StructField* field = ctx->head->field; + __Pyx_TypeInfo* type = field->type; + if (ctx->enc_packmode == '@' || ctx->enc_packmode == '^') { + size = __Pyx_BufFmt_TypeCharToNativeSize(ctx->enc_type, ctx->is_complex); + } else { + size = __Pyx_BufFmt_TypeCharToStandardSize(ctx->enc_type, ctx->is_complex); + } + if (ctx->enc_packmode == '@') { + size_t align_at = __Pyx_BufFmt_TypeCharToAlignment(ctx->enc_type, ctx->is_complex); + size_t align_mod_offset; + if (align_at == 0) return -1; + align_mod_offset = ctx->fmt_offset % align_at; + if (align_mod_offset > 0) ctx->fmt_offset += align_at - align_mod_offset; + if (ctx->struct_alignment == 0) + ctx->struct_alignment = __Pyx_BufFmt_TypeCharToPadding(ctx->enc_type, + ctx->is_complex); + } + if (type->size != size || type->typegroup != group) { + if (type->typegroup == 'C' && type->fields != NULL) { + size_t parent_offset = ctx->head->parent_offset + field->offset; + ++ctx->head; + ctx->head->field = type->fields; + ctx->head->parent_offset = parent_offset; + continue; + } + if ((type->typegroup == 'H' || group == 'H') && type->size == size) { + } else { + __Pyx_BufFmt_RaiseExpected(ctx); + return -1; + } + } + offset = ctx->head->parent_offset + field->offset; + if (ctx->fmt_offset != offset) { + PyErr_Format(PyExc_ValueError, + "Buffer dtype mismatch; next field is at offset %" CYTHON_FORMAT_SSIZE_T "d but %" CYTHON_FORMAT_SSIZE_T "d expected", + (Py_ssize_t)ctx->fmt_offset, (Py_ssize_t)offset); + return -1; + } + ctx->fmt_offset += size; + if (arraysize) + ctx->fmt_offset += (arraysize - 1) * size; + --ctx->enc_count; + while (1) { + if (field == &ctx->root) { + ctx->head = NULL; + if (ctx->enc_count != 0) { + __Pyx_BufFmt_RaiseExpected(ctx); + return -1; + } + break; + } + ctx->head->field = ++field; + if (field->type == NULL) { + --ctx->head; + field = ctx->head->field; + continue; + } else if (field->type->typegroup == 'S') { + size_t parent_offset = ctx->head->parent_offset + field->offset; + if (field->type->fields->type == NULL) continue; + field = field->type->fields; + ++ctx->head; + ctx->head->field = field; + ctx->head->parent_offset = parent_offset; + break; + } else { + break; + } + } + } while (ctx->enc_count); + ctx->enc_type = 0; + ctx->is_complex = 0; + return 0; +} +static CYTHON_INLINE PyObject * +__pyx_buffmt_parse_array(__Pyx_BufFmt_Context* ctx, const char** tsp) +{ + const char *ts = *tsp; + int i = 0, number; + int ndim = ctx->head->field->type->ndim; +; + ++ts; + if (ctx->new_count != 1) { + PyErr_SetString(PyExc_ValueError, + "Cannot handle repeated arrays in format string"); + return NULL; + } + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + while (*ts && *ts != ')') { + switch (*ts) { + case ' ': case '\f': case '\r': case '\n': case '\t': case '\v': continue; + default: break; + } + number = __Pyx_BufFmt_ExpectNumber(&ts); + if (number == -1) return NULL; + if (i < ndim && (size_t) number != ctx->head->field->type->arraysize[i]) + return PyErr_Format(PyExc_ValueError, + "Expected a dimension of size %zu, got %d", + ctx->head->field->type->arraysize[i], number); + if (*ts != ',' && *ts != ')') + return PyErr_Format(PyExc_ValueError, + "Expected a comma in format string, got '%c'", *ts); + if (*ts == ',') ts++; + i++; + } + if (i != ndim) + return PyErr_Format(PyExc_ValueError, "Expected %d dimension(s), got %d", + ctx->head->field->type->ndim, i); + if (!*ts) { + PyErr_SetString(PyExc_ValueError, + "Unexpected end of format string, expected ')'"); + return NULL; + } + ctx->is_valid_array = 1; + ctx->new_count = 1; + *tsp = ++ts; + return Py_None; +} +static const char* __Pyx_BufFmt_CheckString(__Pyx_BufFmt_Context* ctx, const char* ts) { + int got_Z = 0; + while (1) { + switch(*ts) { + case 0: + if (ctx->enc_type != 0 && ctx->head == NULL) { + __Pyx_BufFmt_RaiseExpected(ctx); + return NULL; + } + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + if (ctx->head != NULL) { + __Pyx_BufFmt_RaiseExpected(ctx); + return NULL; + } + return ts; + case ' ': + case '\r': + case '\n': + ++ts; + break; + case '<': + if (!__Pyx_IsLittleEndian()) { + PyErr_SetString(PyExc_ValueError, "Little-endian buffer not supported on big-endian compiler"); + return NULL; + } + ctx->new_packmode = '='; + ++ts; + break; + case '>': + case '!': + if (__Pyx_IsLittleEndian()) { + PyErr_SetString(PyExc_ValueError, "Big-endian buffer not supported on little-endian compiler"); + return NULL; + } + ctx->new_packmode = '='; + ++ts; + break; + case '=': + case '@': + case '^': + ctx->new_packmode = *ts++; + break; + case 'T': + { + const char* ts_after_sub; + size_t i, struct_count = ctx->new_count; + size_t struct_alignment = ctx->struct_alignment; + ctx->new_count = 1; + ++ts; + if (*ts != '{') { + PyErr_SetString(PyExc_ValueError, "Buffer acquisition: Expected '{' after 'T'"); + return NULL; + } + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + ctx->enc_type = 0; + ctx->enc_count = 0; + ctx->struct_alignment = 0; + ++ts; + ts_after_sub = ts; + for (i = 0; i != struct_count; ++i) { + ts_after_sub = __Pyx_BufFmt_CheckString(ctx, ts); + if (!ts_after_sub) return NULL; + } + ts = ts_after_sub; + if (struct_alignment) ctx->struct_alignment = struct_alignment; + } + break; + case '}': + { + size_t alignment = ctx->struct_alignment; + ++ts; + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + ctx->enc_type = 0; + if (alignment && ctx->fmt_offset % alignment) { + ctx->fmt_offset += alignment - (ctx->fmt_offset % alignment); + } + } + return ts; + case 'x': + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + ctx->fmt_offset += ctx->new_count; + ctx->new_count = 1; + ctx->enc_count = 0; + ctx->enc_type = 0; + ctx->enc_packmode = ctx->new_packmode; + ++ts; + break; + case 'Z': + got_Z = 1; + ++ts; + if (*ts != 'f' && *ts != 'd' && *ts != 'g') { + __Pyx_BufFmt_RaiseUnexpectedChar('Z'); + return NULL; + } + case 'c': case 'b': case 'B': case 'h': case 'H': case 'i': case 'I': + case 'l': case 'L': case 'q': case 'Q': + case 'f': case 'd': case 'g': + case 'O': case 'p': + if (ctx->enc_type == *ts && got_Z == ctx->is_complex && + ctx->enc_packmode == ctx->new_packmode) { + ctx->enc_count += ctx->new_count; + ctx->new_count = 1; + got_Z = 0; + ++ts; + break; + } + case 's': + if (__Pyx_BufFmt_ProcessTypeChunk(ctx) == -1) return NULL; + ctx->enc_count = ctx->new_count; + ctx->enc_packmode = ctx->new_packmode; + ctx->enc_type = *ts; + ctx->is_complex = got_Z; + ++ts; + ctx->new_count = 1; + got_Z = 0; + break; + case ':': + ++ts; + while(*ts != ':') ++ts; + ++ts; + break; + case '(': + if (!__pyx_buffmt_parse_array(ctx, &ts)) return NULL; + break; + default: + { + int number = __Pyx_BufFmt_ExpectNumber(&ts); + if (number == -1) return NULL; + ctx->new_count = (size_t)number; + } + } + } +} +static CYTHON_INLINE void __Pyx_ZeroBuffer(Py_buffer* buf) { + buf->buf = NULL; + buf->obj = NULL; + buf->strides = __Pyx_zeros; + buf->shape = __Pyx_zeros; + buf->suboffsets = __Pyx_minusones; +} +static CYTHON_INLINE int __Pyx_GetBufferAndValidate( + Py_buffer* buf, PyObject* obj, __Pyx_TypeInfo* dtype, int flags, + int nd, int cast, __Pyx_BufFmt_StackElem* stack) +{ + if (obj == Py_None || obj == NULL) { + __Pyx_ZeroBuffer(buf); + return 0; + } + buf->buf = NULL; + if (__Pyx_GetBuffer(obj, buf, flags) == -1) goto fail; + if (buf->ndim != nd) { + PyErr_Format(PyExc_ValueError, + "Buffer has wrong number of dimensions (expected %d, got %d)", + nd, buf->ndim); + goto fail; + } + if (!cast) { + __Pyx_BufFmt_Context ctx; + __Pyx_BufFmt_Init(&ctx, stack, dtype); + if (!__Pyx_BufFmt_CheckString(&ctx, buf->format)) goto fail; + } + if ((unsigned)buf->itemsize != dtype->size) { + PyErr_Format(PyExc_ValueError, + "Item size of buffer (%" CYTHON_FORMAT_SSIZE_T "d byte%s) does not match size of '%s' (%" CYTHON_FORMAT_SSIZE_T "d byte%s)", + buf->itemsize, (buf->itemsize > 1) ? "s" : "", + dtype->name, (Py_ssize_t)dtype->size, (dtype->size > 1) ? "s" : ""); + goto fail; + } + if (buf->suboffsets == NULL) buf->suboffsets = __Pyx_minusones; + return 0; +fail:; + __Pyx_ZeroBuffer(buf); + return -1; +} +static CYTHON_INLINE void __Pyx_SafeReleaseBuffer(Py_buffer* info) { + if (info->buf == NULL) return; + if (info->suboffsets == __Pyx_minusones) info->suboffsets = NULL; + __Pyx_ReleaseBuffer(info); +} + +static CYTHON_INLINE int __Pyx_IterFinish(void) { +#if CYTHON_COMPILING_IN_CPYTHON + PyThreadState *tstate = PyThreadState_GET(); + PyObject* exc_type = tstate->curexc_type; + if (unlikely(exc_type)) { + if (likely(exc_type == PyExc_StopIteration) || PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration)) { + PyObject *exc_value, *exc_tb; + exc_value = tstate->curexc_value; + exc_tb = tstate->curexc_traceback; + tstate->curexc_type = 0; + tstate->curexc_value = 0; + tstate->curexc_traceback = 0; + Py_DECREF(exc_type); + Py_XDECREF(exc_value); + Py_XDECREF(exc_tb); + return 0; + } else { + return -1; + } + } + return 0; +#else + if (unlikely(PyErr_Occurred())) { + if (likely(PyErr_ExceptionMatches(PyExc_StopIteration))) { + PyErr_Clear(); + return 0; + } else { + return -1; + } + } + return 0; +#endif +} + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg) { + PyObject *self, *result; + PyCFunction cfunc; + cfunc = PyCFunction_GET_FUNCTION(func); + self = PyCFunction_GET_SELF(func); + if (unlikely(Py_EnterRecursiveCall((char*)" while calling a Python object"))) + return NULL; + result = cfunc(self, arg); + Py_LeaveRecursiveCall(); + if (unlikely(!result) && unlikely(!PyErr_Occurred())) { + PyErr_SetString( + PyExc_SystemError, + "NULL result without error in PyObject_Call"); + } + return result; +} +#endif + +#if CYTHON_COMPILING_IN_CPYTHON +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallNoArg(PyObject *func) { +#ifdef __Pyx_CyFunction_USED + if (likely(PyCFunction_Check(func) || PyObject_TypeCheck(func, __pyx_CyFunctionType))) { +#else + if (likely(PyCFunction_Check(func))) { +#endif + if (likely(PyCFunction_GET_FLAGS(func) & METH_NOARGS)) { + return __Pyx_PyObject_CallMethO(func, NULL); + } + } + return __Pyx_PyObject_Call(func, __pyx_empty_tuple, NULL); +} +#endif + +#if CYTHON_COMPILING_IN_CPYTHON +static PyObject* __Pyx__PyObject_CallOneArg(PyObject *func, PyObject *arg) { + PyObject *result; + PyObject *args = PyTuple_New(1); + if (unlikely(!args)) return NULL; + Py_INCREF(arg); + PyTuple_SET_ITEM(args, 0, arg); + result = __Pyx_PyObject_Call(func, args, NULL); + Py_DECREF(args); + return result; +} +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) { +#ifdef __Pyx_CyFunction_USED + if (likely(PyCFunction_Check(func) || PyObject_TypeCheck(func, __pyx_CyFunctionType))) { +#else + if (likely(PyCFunction_Check(func))) { +#endif + if (likely(PyCFunction_GET_FLAGS(func) & METH_O)) { + return __Pyx_PyObject_CallMethO(func, arg); + } + } + return __Pyx__PyObject_CallOneArg(func, arg); +} +#else +static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) { + PyObject* args = PyTuple_Pack(1, arg); + return (likely(args)) ? __Pyx_PyObject_Call(func, args, NULL) : NULL; +} +#endif + +static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) { + PyObject *method, *result = NULL; + method = __Pyx_PyObject_GetAttrStr(obj, method_name); + if (unlikely(!method)) goto bad; +#if CYTHON_COMPILING_IN_CPYTHON + if (likely(PyMethod_Check(method))) { + PyObject *self = PyMethod_GET_SELF(method); + if (likely(self)) { + PyObject *function = PyMethod_GET_FUNCTION(method); + result = __Pyx_PyObject_CallOneArg(function, self); + Py_DECREF(method); + return result; + } + } +#endif + result = __Pyx_PyObject_CallNoArg(method); + Py_DECREF(method); +bad: + return result; +} + +static CYTHON_INLINE void __Pyx_RaiseNeedMoreValuesError(Py_ssize_t index) { + PyErr_Format(PyExc_ValueError, + "need more than %" CYTHON_FORMAT_SSIZE_T "d value%.1s to unpack", + index, (index == 1) ? "" : "s"); +} + +static CYTHON_INLINE void __Pyx_RaiseTooManyValuesError(Py_ssize_t expected) { + PyErr_Format(PyExc_ValueError, + "too many values to unpack (expected %" CYTHON_FORMAT_SSIZE_T "d)", expected); +} + +static int __Pyx_IternextUnpackEndCheck(PyObject *retval, Py_ssize_t expected) { + if (unlikely(retval)) { + Py_DECREF(retval); + __Pyx_RaiseTooManyValuesError(expected); + return -1; + } else { + return __Pyx_IterFinish(); + } + return 0; +} + +static CYTHON_INLINE void __Pyx_RaiseNoneNotIterableError(void) { + PyErr_SetString(PyExc_TypeError, "'NoneType' object is not iterable"); +} + +static void __Pyx_UnpackTupleError(PyObject *t, Py_ssize_t index) { + if (t == Py_None) { + __Pyx_RaiseNoneNotIterableError(); + } else if (PyTuple_GET_SIZE(t) < index) { + __Pyx_RaiseNeedMoreValuesError(PyTuple_GET_SIZE(t)); + } else { + __Pyx_RaiseTooManyValuesError(index); + } +} + +static CYTHON_INLINE int __Pyx_unpack_tuple2(PyObject* tuple, PyObject** pvalue1, PyObject** pvalue2, + int is_tuple, int has_known_size, int decref_tuple) { + Py_ssize_t index; + PyObject *value1 = NULL, *value2 = NULL, *iter = NULL; + if (!is_tuple && unlikely(!PyTuple_Check(tuple))) { + iternextfunc iternext; + iter = PyObject_GetIter(tuple); + if (unlikely(!iter)) goto bad; + if (decref_tuple) { Py_DECREF(tuple); tuple = NULL; } + iternext = Py_TYPE(iter)->tp_iternext; + value1 = iternext(iter); if (unlikely(!value1)) { index = 0; goto unpacking_failed; } + value2 = iternext(iter); if (unlikely(!value2)) { index = 1; goto unpacking_failed; } + if (!has_known_size && unlikely(__Pyx_IternextUnpackEndCheck(iternext(iter), 2))) goto bad; + Py_DECREF(iter); + } else { + if (!has_known_size && unlikely(PyTuple_GET_SIZE(tuple) != 2)) { + __Pyx_UnpackTupleError(tuple, 2); + goto bad; + } +#if CYTHON_COMPILING_IN_PYPY + value1 = PySequence_ITEM(tuple, 0); + if (unlikely(!value1)) goto bad; + value2 = PySequence_ITEM(tuple, 1); + if (unlikely(!value2)) goto bad; +#else + value1 = PyTuple_GET_ITEM(tuple, 0); + value2 = PyTuple_GET_ITEM(tuple, 1); + Py_INCREF(value1); + Py_INCREF(value2); +#endif + if (decref_tuple) { Py_DECREF(tuple); } + } + *pvalue1 = value1; + *pvalue2 = value2; + return 0; +unpacking_failed: + if (!has_known_size && __Pyx_IterFinish() == 0) + __Pyx_RaiseNeedMoreValuesError(index); +bad: + Py_XDECREF(iter); + Py_XDECREF(value1); + Py_XDECREF(value2); + if (decref_tuple) { Py_XDECREF(tuple); } + return -1; +} + +static CYTHON_INLINE PyObject* __Pyx_dict_iterator(PyObject* iterable, int is_dict, PyObject* method_name, + Py_ssize_t* p_orig_length, int* p_source_is_dict) { + is_dict = is_dict || likely(PyDict_CheckExact(iterable)); + *p_source_is_dict = is_dict; +#if !CYTHON_COMPILING_IN_PYPY + if (is_dict) { + *p_orig_length = PyDict_Size(iterable); + Py_INCREF(iterable); + return iterable; + } +#endif + *p_orig_length = 0; + if (method_name) { + PyObject* iter; + iterable = __Pyx_PyObject_CallMethod0(iterable, method_name); + if (!iterable) + return NULL; +#if !CYTHON_COMPILING_IN_PYPY + if (PyTuple_CheckExact(iterable) || PyList_CheckExact(iterable)) + return iterable; +#endif + iter = PyObject_GetIter(iterable); + Py_DECREF(iterable); + return iter; + } + return PyObject_GetIter(iterable); +} +static CYTHON_INLINE int __Pyx_dict_iter_next(PyObject* iter_obj, Py_ssize_t orig_length, Py_ssize_t* ppos, + PyObject** pkey, PyObject** pvalue, PyObject** pitem, int source_is_dict) { + PyObject* next_item; +#if !CYTHON_COMPILING_IN_PYPY + if (source_is_dict) { + PyObject *key, *value; + if (unlikely(orig_length != PyDict_Size(iter_obj))) { + PyErr_SetString(PyExc_RuntimeError, "dictionary changed size during iteration"); + return -1; + } + if (unlikely(!PyDict_Next(iter_obj, ppos, &key, &value))) { + return 0; + } + if (pitem) { + PyObject* tuple = PyTuple_New(2); + if (unlikely(!tuple)) { + return -1; + } + Py_INCREF(key); + Py_INCREF(value); + PyTuple_SET_ITEM(tuple, 0, key); + PyTuple_SET_ITEM(tuple, 1, value); + *pitem = tuple; + } else { + if (pkey) { + Py_INCREF(key); + *pkey = key; + } + if (pvalue) { + Py_INCREF(value); + *pvalue = value; + } + } + return 1; + } else if (PyTuple_CheckExact(iter_obj)) { + Py_ssize_t pos = *ppos; + if (unlikely(pos >= PyTuple_GET_SIZE(iter_obj))) return 0; + *ppos = pos + 1; + next_item = PyTuple_GET_ITEM(iter_obj, pos); + Py_INCREF(next_item); + } else if (PyList_CheckExact(iter_obj)) { + Py_ssize_t pos = *ppos; + if (unlikely(pos >= PyList_GET_SIZE(iter_obj))) return 0; + *ppos = pos + 1; + next_item = PyList_GET_ITEM(iter_obj, pos); + Py_INCREF(next_item); + } else +#endif + { + next_item = PyIter_Next(iter_obj); + if (unlikely(!next_item)) { + return __Pyx_IterFinish(); + } + } + if (pitem) { + *pitem = next_item; + } else if (pkey && pvalue) { + if (__Pyx_unpack_tuple2(next_item, pkey, pvalue, source_is_dict, source_is_dict, 1)) + return -1; + } else if (pkey) { + *pkey = next_item; + } else { + *pvalue = next_item; + } + return 1; +} + +static double __Pyx__PyObject_AsDouble(PyObject* obj) { + PyObject* float_value; +#if CYTHON_COMPILING_IN_PYPY + float_value = PyNumber_Float(obj); +#else + PyNumberMethods *nb = Py_TYPE(obj)->tp_as_number; + if (likely(nb) && likely(nb->nb_float)) { + float_value = nb->nb_float(obj); + if (likely(float_value) && unlikely(!PyFloat_Check(float_value))) { + PyErr_Format(PyExc_TypeError, + "__float__ returned non-float (type %.200s)", + Py_TYPE(float_value)->tp_name); + Py_DECREF(float_value); + goto bad; + } + } else if (PyUnicode_CheckExact(obj) || PyBytes_CheckExact(obj)) { +#if PY_MAJOR_VERSION >= 3 + float_value = PyFloat_FromString(obj); +#else + float_value = PyFloat_FromString(obj, 0); +#endif + } else { + PyObject* args = PyTuple_New(1); + if (unlikely(!args)) goto bad; + PyTuple_SET_ITEM(args, 0, obj); + float_value = PyObject_Call((PyObject*)&PyFloat_Type, args, 0); + PyTuple_SET_ITEM(args, 0, 0); + Py_DECREF(args); + } +#endif + if (likely(float_value)) { + double value = PyFloat_AS_DOUBLE(float_value); + Py_DECREF(float_value); + return value; + } +bad: + return (double)-1; +} + +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Generic(PyObject *o, PyObject* j) { + PyObject *r; + if (!j) return NULL; + r = PyObject_GetItem(o, j); + Py_DECREF(j); + return r; +} +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, + int wraparound, int boundscheck) { +#if CYTHON_COMPILING_IN_CPYTHON + if (wraparound & unlikely(i < 0)) i += PyList_GET_SIZE(o); + if ((!boundscheck) || likely((0 <= i) & (i < PyList_GET_SIZE(o)))) { + PyObject *r = PyList_GET_ITEM(o, i); + Py_INCREF(r); + return r; + } + return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); +#else + return PySequence_GetItem(o, i); +#endif +} +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, + int wraparound, int boundscheck) { +#if CYTHON_COMPILING_IN_CPYTHON + if (wraparound & unlikely(i < 0)) i += PyTuple_GET_SIZE(o); + if ((!boundscheck) || likely((0 <= i) & (i < PyTuple_GET_SIZE(o)))) { + PyObject *r = PyTuple_GET_ITEM(o, i); + Py_INCREF(r); + return r; + } + return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); +#else + return PySequence_GetItem(o, i); +#endif +} +static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i, + int is_list, int wraparound, int boundscheck) { +#if CYTHON_COMPILING_IN_CPYTHON + if (is_list || PyList_CheckExact(o)) { + Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyList_GET_SIZE(o); + if ((!boundscheck) || (likely((n >= 0) & (n < PyList_GET_SIZE(o))))) { + PyObject *r = PyList_GET_ITEM(o, n); + Py_INCREF(r); + return r; + } + } + else if (PyTuple_CheckExact(o)) { + Py_ssize_t n = ((!wraparound) | likely(i >= 0)) ? i : i + PyTuple_GET_SIZE(o); + if ((!boundscheck) || likely((n >= 0) & (n < PyTuple_GET_SIZE(o)))) { + PyObject *r = PyTuple_GET_ITEM(o, n); + Py_INCREF(r); + return r; + } + } else { + PySequenceMethods *m = Py_TYPE(o)->tp_as_sequence; + if (likely(m && m->sq_item)) { + if (wraparound && unlikely(i < 0) && likely(m->sq_length)) { + Py_ssize_t l = m->sq_length(o); + if (likely(l >= 0)) { + i += l; + } else { + if (PyErr_ExceptionMatches(PyExc_OverflowError)) + PyErr_Clear(); + else + return NULL; + } + } + return m->sq_item(o, i); + } + } +#else + if (is_list || PySequence_Check(o)) { + return PySequence_GetItem(o, i); + } +#endif + return __Pyx_GetItemInt_Generic(o, PyInt_FromSsize_t(i)); +} + +static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) { +#if CYTHON_COMPILING_IN_CPYTHON + PyObject *tmp_type, *tmp_value, *tmp_tb; + PyThreadState *tstate = PyThreadState_GET(); + tmp_type = tstate->curexc_type; + tmp_value = tstate->curexc_value; + tmp_tb = tstate->curexc_traceback; + tstate->curexc_type = type; + tstate->curexc_value = value; + tstate->curexc_traceback = tb; + Py_XDECREF(tmp_type); + Py_XDECREF(tmp_value); + Py_XDECREF(tmp_tb); +#else + PyErr_Restore(type, value, tb); +#endif +} +static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) { +#if CYTHON_COMPILING_IN_CPYTHON + PyThreadState *tstate = PyThreadState_GET(); + *type = tstate->curexc_type; + *value = tstate->curexc_value; + *tb = tstate->curexc_traceback; + tstate->curexc_type = 0; + tstate->curexc_value = 0; + tstate->curexc_traceback = 0; +#else + PyErr_Fetch(type, value, tb); +#endif +} + +#if PY_MAJOR_VERSION < 3 +static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, + CYTHON_UNUSED PyObject *cause) { + Py_XINCREF(type); + if (!value || value == Py_None) + value = NULL; + else + Py_INCREF(value); + if (!tb || tb == Py_None) + tb = NULL; + else { + Py_INCREF(tb); + if (!PyTraceBack_Check(tb)) { + PyErr_SetString(PyExc_TypeError, + "raise: arg 3 must be a traceback or None"); + goto raise_error; + } + } + if (PyType_Check(type)) { +#if CYTHON_COMPILING_IN_PYPY + if (!value) { + Py_INCREF(Py_None); + value = Py_None; + } +#endif + PyErr_NormalizeException(&type, &value, &tb); + } else { + if (value) { + PyErr_SetString(PyExc_TypeError, + "instance exception may not have a separate value"); + goto raise_error; + } + value = type; + type = (PyObject*) Py_TYPE(type); + Py_INCREF(type); + if (!PyType_IsSubtype((PyTypeObject *)type, (PyTypeObject *)PyExc_BaseException)) { + PyErr_SetString(PyExc_TypeError, + "raise: exception class must be a subclass of BaseException"); + goto raise_error; + } + } + __Pyx_ErrRestore(type, value, tb); + return; +raise_error: + Py_XDECREF(value); + Py_XDECREF(type); + Py_XDECREF(tb); + return; +} +#else +static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause) { + PyObject* owned_instance = NULL; + if (tb == Py_None) { + tb = 0; + } else if (tb && !PyTraceBack_Check(tb)) { + PyErr_SetString(PyExc_TypeError, + "raise: arg 3 must be a traceback or None"); + goto bad; + } + if (value == Py_None) + value = 0; + if (PyExceptionInstance_Check(type)) { + if (value) { + PyErr_SetString(PyExc_TypeError, + "instance exception may not have a separate value"); + goto bad; + } + value = type; + type = (PyObject*) Py_TYPE(value); + } else if (PyExceptionClass_Check(type)) { + PyObject *instance_class = NULL; + if (value && PyExceptionInstance_Check(value)) { + instance_class = (PyObject*) Py_TYPE(value); + if (instance_class != type) { + if (PyObject_IsSubclass(instance_class, type)) { + type = instance_class; + } else { + instance_class = NULL; + } + } + } + if (!instance_class) { + PyObject *args; + if (!value) + args = PyTuple_New(0); + else if (PyTuple_Check(value)) { + Py_INCREF(value); + args = value; + } else + args = PyTuple_Pack(1, value); + if (!args) + goto bad; + owned_instance = PyObject_Call(type, args, NULL); + Py_DECREF(args); + if (!owned_instance) + goto bad; + value = owned_instance; + if (!PyExceptionInstance_Check(value)) { + PyErr_Format(PyExc_TypeError, + "calling %R should have returned an instance of " + "BaseException, not %R", + type, Py_TYPE(value)); + goto bad; + } + } + } else { + PyErr_SetString(PyExc_TypeError, + "raise: exception class must be a subclass of BaseException"); + goto bad; + } +#if PY_VERSION_HEX >= 0x03030000 + if (cause) { +#else + if (cause && cause != Py_None) { +#endif + PyObject *fixed_cause; + if (cause == Py_None) { + fixed_cause = NULL; + } else if (PyExceptionClass_Check(cause)) { + fixed_cause = PyObject_CallObject(cause, NULL); + if (fixed_cause == NULL) + goto bad; + } else if (PyExceptionInstance_Check(cause)) { + fixed_cause = cause; + Py_INCREF(fixed_cause); + } else { + PyErr_SetString(PyExc_TypeError, + "exception causes must derive from " + "BaseException"); + goto bad; + } + PyException_SetCause(value, fixed_cause); + } + PyErr_SetObject(type, value); + if (tb) { +#if CYTHON_COMPILING_IN_PYPY + PyObject *tmp_type, *tmp_value, *tmp_tb; + PyErr_Fetch(tmp_type, tmp_value, tmp_tb); + Py_INCREF(tb); + PyErr_Restore(tmp_type, tmp_value, tb); + Py_XDECREF(tmp_tb); +#else + PyThreadState *tstate = PyThreadState_GET(); + PyObject* tmp_tb = tstate->curexc_traceback; + if (tb != tmp_tb) { + Py_INCREF(tb); + tstate->curexc_traceback = tb; + Py_XDECREF(tmp_tb); + } +#endif + } +bad: + Py_XDECREF(owned_instance); + return; +} +#endif + +static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line) { + int start = 0, mid = 0, end = count - 1; + if (end >= 0 && code_line > entries[end].code_line) { + return count; + } + while (start < end) { + mid = (start + end) / 2; + if (code_line < entries[mid].code_line) { + end = mid; + } else if (code_line > entries[mid].code_line) { + start = mid + 1; + } else { + return mid; + } + } + if (code_line <= entries[mid].code_line) { + return mid; + } else { + return mid + 1; + } +} +static PyCodeObject *__pyx_find_code_object(int code_line) { + PyCodeObject* code_object; + int pos; + if (unlikely(!code_line) || unlikely(!__pyx_code_cache.entries)) { + return NULL; + } + pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); + if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { + return NULL; + } + code_object = __pyx_code_cache.entries[pos].code_object; + Py_INCREF(code_object); + return code_object; +} +static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object) { + int pos, i; + __Pyx_CodeObjectCacheEntry* entries = __pyx_code_cache.entries; + if (unlikely(!code_line)) { + return; + } + if (unlikely(!entries)) { + entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Malloc(64*sizeof(__Pyx_CodeObjectCacheEntry)); + if (likely(entries)) { + __pyx_code_cache.entries = entries; + __pyx_code_cache.max_count = 64; + __pyx_code_cache.count = 1; + entries[0].code_line = code_line; + entries[0].code_object = code_object; + Py_INCREF(code_object); + } + return; + } + pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); + if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) { + PyCodeObject* tmp = entries[pos].code_object; + entries[pos].code_object = code_object; + Py_DECREF(tmp); + return; + } + if (__pyx_code_cache.count == __pyx_code_cache.max_count) { + int new_max = __pyx_code_cache.max_count + 64; + entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Realloc( + __pyx_code_cache.entries, (size_t)new_max*sizeof(__Pyx_CodeObjectCacheEntry)); + if (unlikely(!entries)) { + return; + } + __pyx_code_cache.entries = entries; + __pyx_code_cache.max_count = new_max; + } + for (i=__pyx_code_cache.count; i>pos; i--) { + entries[i] = entries[i-1]; + } + entries[pos].code_line = code_line; + entries[pos].code_object = code_object; + __pyx_code_cache.count++; + Py_INCREF(code_object); +} + +#include "compile.h" +#include "frameobject.h" +#include "traceback.h" +static PyCodeObject* __Pyx_CreateCodeObjectForTraceback( + const char *funcname, int c_line, + int py_line, const char *filename) { + PyCodeObject *py_code = 0; + PyObject *py_srcfile = 0; + PyObject *py_funcname = 0; + #if PY_MAJOR_VERSION < 3 + py_srcfile = PyString_FromString(filename); + #else + py_srcfile = PyUnicode_FromString(filename); + #endif + if (!py_srcfile) goto bad; + if (c_line) { + #if PY_MAJOR_VERSION < 3 + py_funcname = PyString_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line); + #else + py_funcname = PyUnicode_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line); + #endif + } + else { + #if PY_MAJOR_VERSION < 3 + py_funcname = PyString_FromString(funcname); + #else + py_funcname = PyUnicode_FromString(funcname); + #endif + } + if (!py_funcname) goto bad; + py_code = __Pyx_PyCode_New( + 0, + 0, + 0, + 0, + 0, + __pyx_empty_bytes, /*PyObject *code,*/ + __pyx_empty_tuple, /*PyObject *consts,*/ + __pyx_empty_tuple, /*PyObject *names,*/ + __pyx_empty_tuple, /*PyObject *varnames,*/ + __pyx_empty_tuple, /*PyObject *freevars,*/ + __pyx_empty_tuple, /*PyObject *cellvars,*/ + py_srcfile, /*PyObject *filename,*/ + py_funcname, /*PyObject *name,*/ + py_line, + __pyx_empty_bytes /*PyObject *lnotab*/ + ); + Py_DECREF(py_srcfile); + Py_DECREF(py_funcname); + return py_code; +bad: + Py_XDECREF(py_srcfile); + Py_XDECREF(py_funcname); + return NULL; +} +static void __Pyx_AddTraceback(const char *funcname, int c_line, + int py_line, const char *filename) { + PyCodeObject *py_code = 0; + PyFrameObject *py_frame = 0; + py_code = __pyx_find_code_object(c_line ? c_line : py_line); + if (!py_code) { + py_code = __Pyx_CreateCodeObjectForTraceback( + funcname, c_line, py_line, filename); + if (!py_code) goto bad; + __pyx_insert_code_object(c_line ? c_line : py_line, py_code); + } + py_frame = PyFrame_New( + PyThreadState_GET(), /*PyThreadState *tstate,*/ + py_code, /*PyCodeObject *code,*/ + __pyx_d, /*PyObject *globals,*/ + 0 /*PyObject *locals*/ + ); + if (!py_frame) goto bad; + py_frame->f_lineno = py_line; + PyTraceBack_Here(py_frame); +bad: + Py_XDECREF(py_code); + Py_XDECREF(py_frame); +} + +#if PY_MAJOR_VERSION < 3 +static int __Pyx_GetBuffer(PyObject *obj, Py_buffer *view, int flags) { + if (PyObject_CheckBuffer(obj)) return PyObject_GetBuffer(obj, view, flags); + if (PyObject_TypeCheck(obj, __pyx_ptype_5numpy_ndarray)) return __pyx_pw_5numpy_7ndarray_1__getbuffer__(obj, view, flags); + PyErr_Format(PyExc_TypeError, "'%.200s' does not have the buffer interface", Py_TYPE(obj)->tp_name); + return -1; +} +static void __Pyx_ReleaseBuffer(Py_buffer *view) { + PyObject *obj = view->obj; + if (!obj) return; + if (PyObject_CheckBuffer(obj)) { + PyBuffer_Release(view); + return; + } + if (PyObject_TypeCheck(obj, __pyx_ptype_5numpy_ndarray)) { __pyx_pw_5numpy_7ndarray_3__releasebuffer__(obj, view); return; } + Py_DECREF(obj); + view->obj = NULL; +} +#endif + + + static PyObject *__Pyx_Import(PyObject *name, PyObject *from_list, int level) { + PyObject *empty_list = 0; + PyObject *module = 0; + PyObject *global_dict = 0; + PyObject *empty_dict = 0; + PyObject *list; + #if PY_VERSION_HEX < 0x03030000 + PyObject *py_import; + py_import = __Pyx_PyObject_GetAttrStr(__pyx_b, __pyx_n_s_import); + if (!py_import) + goto bad; + #endif + if (from_list) + list = from_list; + else { + empty_list = PyList_New(0); + if (!empty_list) + goto bad; + list = empty_list; + } + global_dict = PyModule_GetDict(__pyx_m); + if (!global_dict) + goto bad; + empty_dict = PyDict_New(); + if (!empty_dict) + goto bad; + { + #if PY_MAJOR_VERSION >= 3 + if (level == -1) { + if (strchr(__Pyx_MODULE_NAME, '.')) { + #if PY_VERSION_HEX < 0x03030000 + PyObject *py_level = PyInt_FromLong(1); + if (!py_level) + goto bad; + module = PyObject_CallFunctionObjArgs(py_import, + name, global_dict, empty_dict, list, py_level, NULL); + Py_DECREF(py_level); + #else + module = PyImport_ImportModuleLevelObject( + name, global_dict, empty_dict, list, 1); + #endif + if (!module) { + if (!PyErr_ExceptionMatches(PyExc_ImportError)) + goto bad; + PyErr_Clear(); + } + } + level = 0; + } + #endif + if (!module) { + #if PY_VERSION_HEX < 0x03030000 + PyObject *py_level = PyInt_FromLong(level); + if (!py_level) + goto bad; + module = PyObject_CallFunctionObjArgs(py_import, + name, global_dict, empty_dict, list, py_level, NULL); + Py_DECREF(py_level); + #else + module = PyImport_ImportModuleLevelObject( + name, global_dict, empty_dict, list, level); + #endif + } + } +bad: + #if PY_VERSION_HEX < 0x03030000 + Py_XDECREF(py_import); + #endif + Py_XDECREF(empty_list); + Py_XDECREF(empty_dict); + return module; +} + +static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value) { + const int neg_one = (int) -1, const_zero = 0; + const int is_unsigned = neg_one > const_zero; + if (is_unsigned) { + if (sizeof(int) < sizeof(long)) { + return PyInt_FromLong((long) value); + } else if (sizeof(int) <= sizeof(unsigned long)) { + return PyLong_FromUnsignedLong((unsigned long) value); + } else if (sizeof(int) <= sizeof(unsigned long long)) { + return PyLong_FromUnsignedLongLong((unsigned long long) value); + } + } else { + if (sizeof(int) <= sizeof(long)) { + return PyInt_FromLong((long) value); + } else if (sizeof(int) <= sizeof(long long)) { + return PyLong_FromLongLong((long long) value); + } + } + { + int one = 1; int little = (int)*(unsigned char *)&one; + unsigned char *bytes = (unsigned char *)&value; + return _PyLong_FromByteArray(bytes, sizeof(int), + little, !is_unsigned); + } +} + +#define __PYX_VERIFY_RETURN_INT(target_type, func_type, func_value) \ + { \ + func_type value = func_value; \ + if (sizeof(target_type) < sizeof(func_type)) { \ + if (unlikely(value != (func_type) (target_type) value)) { \ + func_type zero = 0; \ + if (is_unsigned && unlikely(value < zero)) \ + goto raise_neg_overflow; \ + else \ + goto raise_overflow; \ + } \ + } \ + return (target_type) value; \ + } + +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + #include "longintrepr.h" + #endif +#endif + +static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) { + const int neg_one = (int) -1, const_zero = 0; + const int is_unsigned = neg_one > const_zero; +#if PY_MAJOR_VERSION < 3 + if (likely(PyInt_Check(x))) { + if (sizeof(int) < sizeof(long)) { + __PYX_VERIFY_RETURN_INT(int, long, PyInt_AS_LONG(x)) + } else { + long val = PyInt_AS_LONG(x); + if (is_unsigned && unlikely(val < 0)) { + goto raise_neg_overflow; + } + return (int) val; + } + } else +#endif + if (likely(PyLong_Check(x))) { + if (is_unsigned) { +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(x)) { + case 0: return 0; + case 1: __PYX_VERIFY_RETURN_INT(int, digit, ((PyLongObject*)x)->ob_digit[0]); + } + #endif +#endif + if (unlikely(Py_SIZE(x) < 0)) { + goto raise_neg_overflow; + } + if (sizeof(int) <= sizeof(unsigned long)) { + __PYX_VERIFY_RETURN_INT(int, unsigned long, PyLong_AsUnsignedLong(x)) + } else if (sizeof(int) <= sizeof(unsigned long long)) { + __PYX_VERIFY_RETURN_INT(int, unsigned long long, PyLong_AsUnsignedLongLong(x)) + } + } else { +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(x)) { + case 0: return 0; + case 1: __PYX_VERIFY_RETURN_INT(int, digit, +(((PyLongObject*)x)->ob_digit[0])); + case -1: __PYX_VERIFY_RETURN_INT(int, sdigit, -(sdigit) ((PyLongObject*)x)->ob_digit[0]); + } + #endif +#endif + if (sizeof(int) <= sizeof(long)) { + __PYX_VERIFY_RETURN_INT(int, long, PyLong_AsLong(x)) + } else if (sizeof(int) <= sizeof(long long)) { + __PYX_VERIFY_RETURN_INT(int, long long, PyLong_AsLongLong(x)) + } + } + { +#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray) + PyErr_SetString(PyExc_RuntimeError, + "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers"); +#else + int val; + PyObject *v = __Pyx_PyNumber_Int(x); + #if PY_MAJOR_VERSION < 3 + if (likely(v) && !PyLong_Check(v)) { + PyObject *tmp = v; + v = PyNumber_Long(tmp); + Py_DECREF(tmp); + } + #endif + if (likely(v)) { + int one = 1; int is_little = (int)*(unsigned char *)&one; + unsigned char *bytes = (unsigned char *)&val; + int ret = _PyLong_AsByteArray((PyLongObject *)v, + bytes, sizeof(val), + is_little, !is_unsigned); + Py_DECREF(v); + if (likely(!ret)) + return val; + } +#endif + return (int) -1; + } + } else { + int val; + PyObject *tmp = __Pyx_PyNumber_Int(x); + if (!tmp) return (int) -1; + val = __Pyx_PyInt_As_int(tmp); + Py_DECREF(tmp); + return val; + } +raise_overflow: + PyErr_SetString(PyExc_OverflowError, + "value too large to convert to int"); + return (int) -1; +raise_neg_overflow: + PyErr_SetString(PyExc_OverflowError, + "can't convert negative value to int"); + return (int) -1; +} + +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { + return ::std::complex< float >(x, y); + } + #else + static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { + return x + y*(__pyx_t_float_complex)_Complex_I; + } + #endif +#else + static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) { + __pyx_t_float_complex z; + z.real = x; + z.imag = y; + return z; + } +#endif + +#if CYTHON_CCOMPLEX +#else + static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + return (a.real == b.real) && (a.imag == b.imag); + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + z.real = a.real + b.real; + z.imag = a.imag + b.imag; + return z; + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + z.real = a.real - b.real; + z.imag = a.imag - b.imag; + return z; + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_prodf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + z.real = a.real * b.real - a.imag * b.imag; + z.imag = a.real * b.imag + a.imag * b.real; + return z; + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + float denom = b.real * b.real + b.imag * b.imag; + z.real = (a.real * b.real + a.imag * b.imag) / denom; + z.imag = (a.imag * b.real - a.real * b.imag) / denom; + return z; + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex a) { + __pyx_t_float_complex z; + z.real = -a.real; + z.imag = -a.imag; + return z; + } + static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex a) { + return (a.real == 0) && (a.imag == 0); + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex a) { + __pyx_t_float_complex z; + z.real = a.real; + z.imag = -a.imag; + return z; + } + #if 1 + static CYTHON_INLINE float __Pyx_c_absf(__pyx_t_float_complex z) { + #if !defined(HAVE_HYPOT) || defined(_MSC_VER) + return sqrtf(z.real*z.real + z.imag*z.imag); + #else + return hypotf(z.real, z.imag); + #endif + } + static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex a, __pyx_t_float_complex b) { + __pyx_t_float_complex z; + float r, lnr, theta, z_r, z_theta; + if (b.imag == 0 && b.real == (int)b.real) { + if (b.real < 0) { + float denom = a.real * a.real + a.imag * a.imag; + a.real = a.real / denom; + a.imag = -a.imag / denom; + b.real = -b.real; + } + switch ((int)b.real) { + case 0: + z.real = 1; + z.imag = 0; + return z; + case 1: + return a; + case 2: + z = __Pyx_c_prodf(a, a); + return __Pyx_c_prodf(a, a); + case 3: + z = __Pyx_c_prodf(a, a); + return __Pyx_c_prodf(z, a); + case 4: + z = __Pyx_c_prodf(a, a); + return __Pyx_c_prodf(z, z); + } + } + if (a.imag == 0) { + if (a.real == 0) { + return a; + } + r = a.real; + theta = 0; + } else { + r = __Pyx_c_absf(a); + theta = atan2f(a.imag, a.real); + } + lnr = logf(r); + z_r = expf(lnr * b.real - theta * b.imag); + z_theta = theta * b.real + lnr * b.imag; + z.real = z_r * cosf(z_theta); + z.imag = z_r * sinf(z_theta); + return z; + } + #endif +#endif + +#if CYTHON_CCOMPLEX + #ifdef __cplusplus + static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { + return ::std::complex< double >(x, y); + } + #else + static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { + return x + y*(__pyx_t_double_complex)_Complex_I; + } + #endif +#else + static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) { + __pyx_t_double_complex z; + z.real = x; + z.imag = y; + return z; + } +#endif + +#if CYTHON_CCOMPLEX +#else + static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex a, __pyx_t_double_complex b) { + return (a.real == b.real) && (a.imag == b.imag); + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + z.real = a.real + b.real; + z.imag = a.imag + b.imag; + return z; + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + z.real = a.real - b.real; + z.imag = a.imag - b.imag; + return z; + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_prod(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + z.real = a.real * b.real - a.imag * b.imag; + z.imag = a.real * b.imag + a.imag * b.real; + return z; + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + double denom = b.real * b.real + b.imag * b.imag; + z.real = (a.real * b.real + a.imag * b.imag) / denom; + z.imag = (a.imag * b.real - a.real * b.imag) / denom; + return z; + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex a) { + __pyx_t_double_complex z; + z.real = -a.real; + z.imag = -a.imag; + return z; + } + static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex a) { + return (a.real == 0) && (a.imag == 0); + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex a) { + __pyx_t_double_complex z; + z.real = a.real; + z.imag = -a.imag; + return z; + } + #if 1 + static CYTHON_INLINE double __Pyx_c_abs(__pyx_t_double_complex z) { + #if !defined(HAVE_HYPOT) || defined(_MSC_VER) + return sqrt(z.real*z.real + z.imag*z.imag); + #else + return hypot(z.real, z.imag); + #endif + } + static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex a, __pyx_t_double_complex b) { + __pyx_t_double_complex z; + double r, lnr, theta, z_r, z_theta; + if (b.imag == 0 && b.real == (int)b.real) { + if (b.real < 0) { + double denom = a.real * a.real + a.imag * a.imag; + a.real = a.real / denom; + a.imag = -a.imag / denom; + b.real = -b.real; + } + switch ((int)b.real) { + case 0: + z.real = 1; + z.imag = 0; + return z; + case 1: + return a; + case 2: + z = __Pyx_c_prod(a, a); + return __Pyx_c_prod(a, a); + case 3: + z = __Pyx_c_prod(a, a); + return __Pyx_c_prod(z, a); + case 4: + z = __Pyx_c_prod(a, a); + return __Pyx_c_prod(z, z); + } + } + if (a.imag == 0) { + if (a.real == 0) { + return a; + } + r = a.real; + theta = 0; + } else { + r = __Pyx_c_abs(a); + theta = atan2(a.imag, a.real); + } + lnr = log(r); + z_r = exp(lnr * b.real - theta * b.imag); + z_theta = theta * b.real + lnr * b.imag; + z.real = z_r * cos(z_theta); + z.imag = z_r * sin(z_theta); + return z; + } + #endif +#endif + +static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) { + const long neg_one = (long) -1, const_zero = 0; + const int is_unsigned = neg_one > const_zero; + if (is_unsigned) { + if (sizeof(long) < sizeof(long)) { + return PyInt_FromLong((long) value); + } else if (sizeof(long) <= sizeof(unsigned long)) { + return PyLong_FromUnsignedLong((unsigned long) value); + } else if (sizeof(long) <= sizeof(unsigned long long)) { + return PyLong_FromUnsignedLongLong((unsigned long long) value); + } + } else { + if (sizeof(long) <= sizeof(long)) { + return PyInt_FromLong((long) value); + } else if (sizeof(long) <= sizeof(long long)) { + return PyLong_FromLongLong((long long) value); + } + } + { + int one = 1; int little = (int)*(unsigned char *)&one; + unsigned char *bytes = (unsigned char *)&value; + return _PyLong_FromByteArray(bytes, sizeof(long), + little, !is_unsigned); + } +} + +static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) { + const long neg_one = (long) -1, const_zero = 0; + const int is_unsigned = neg_one > const_zero; +#if PY_MAJOR_VERSION < 3 + if (likely(PyInt_Check(x))) { + if (sizeof(long) < sizeof(long)) { + __PYX_VERIFY_RETURN_INT(long, long, PyInt_AS_LONG(x)) + } else { + long val = PyInt_AS_LONG(x); + if (is_unsigned && unlikely(val < 0)) { + goto raise_neg_overflow; + } + return (long) val; + } + } else +#endif + if (likely(PyLong_Check(x))) { + if (is_unsigned) { +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(x)) { + case 0: return 0; + case 1: __PYX_VERIFY_RETURN_INT(long, digit, ((PyLongObject*)x)->ob_digit[0]); + } + #endif +#endif + if (unlikely(Py_SIZE(x) < 0)) { + goto raise_neg_overflow; + } + if (sizeof(long) <= sizeof(unsigned long)) { + __PYX_VERIFY_RETURN_INT(long, unsigned long, PyLong_AsUnsignedLong(x)) + } else if (sizeof(long) <= sizeof(unsigned long long)) { + __PYX_VERIFY_RETURN_INT(long, unsigned long long, PyLong_AsUnsignedLongLong(x)) + } + } else { +#if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(x)) { + case 0: return 0; + case 1: __PYX_VERIFY_RETURN_INT(long, digit, +(((PyLongObject*)x)->ob_digit[0])); + case -1: __PYX_VERIFY_RETURN_INT(long, sdigit, -(sdigit) ((PyLongObject*)x)->ob_digit[0]); + } + #endif +#endif + if (sizeof(long) <= sizeof(long)) { + __PYX_VERIFY_RETURN_INT(long, long, PyLong_AsLong(x)) + } else if (sizeof(long) <= sizeof(long long)) { + __PYX_VERIFY_RETURN_INT(long, long long, PyLong_AsLongLong(x)) + } + } + { +#if CYTHON_COMPILING_IN_PYPY && !defined(_PyLong_AsByteArray) + PyErr_SetString(PyExc_RuntimeError, + "_PyLong_AsByteArray() not available in PyPy, cannot convert large numbers"); +#else + long val; + PyObject *v = __Pyx_PyNumber_Int(x); + #if PY_MAJOR_VERSION < 3 + if (likely(v) && !PyLong_Check(v)) { + PyObject *tmp = v; + v = PyNumber_Long(tmp); + Py_DECREF(tmp); + } + #endif + if (likely(v)) { + int one = 1; int is_little = (int)*(unsigned char *)&one; + unsigned char *bytes = (unsigned char *)&val; + int ret = _PyLong_AsByteArray((PyLongObject *)v, + bytes, sizeof(val), + is_little, !is_unsigned); + Py_DECREF(v); + if (likely(!ret)) + return val; + } +#endif + return (long) -1; + } + } else { + long val; + PyObject *tmp = __Pyx_PyNumber_Int(x); + if (!tmp) return (long) -1; + val = __Pyx_PyInt_As_long(tmp); + Py_DECREF(tmp); + return val; + } +raise_overflow: + PyErr_SetString(PyExc_OverflowError, + "value too large to convert to long"); + return (long) -1; +raise_neg_overflow: + PyErr_SetString(PyExc_OverflowError, + "can't convert negative value to long"); + return (long) -1; +} + +static int __Pyx_check_binary_version(void) { + char ctversion[4], rtversion[4]; + PyOS_snprintf(ctversion, 4, "%d.%d", PY_MAJOR_VERSION, PY_MINOR_VERSION); + PyOS_snprintf(rtversion, 4, "%s", Py_GetVersion()); + if (ctversion[0] != rtversion[0] || ctversion[2] != rtversion[2]) { + char message[200]; + PyOS_snprintf(message, sizeof(message), + "compiletime version %s of module '%.100s' " + "does not match runtime version %s", + ctversion, __Pyx_MODULE_NAME, rtversion); + return PyErr_WarnEx(NULL, message, 1); + } + return 0; +} + +#ifndef __PYX_HAVE_RT_ImportModule +#define __PYX_HAVE_RT_ImportModule +static PyObject *__Pyx_ImportModule(const char *name) { + PyObject *py_name = 0; + PyObject *py_module = 0; + py_name = __Pyx_PyIdentifier_FromString(name); + if (!py_name) + goto bad; + py_module = PyImport_Import(py_name); + Py_DECREF(py_name); + return py_module; +bad: + Py_XDECREF(py_name); + return 0; +} +#endif + +#ifndef __PYX_HAVE_RT_ImportType +#define __PYX_HAVE_RT_ImportType +static PyTypeObject *__Pyx_ImportType(const char *module_name, const char *class_name, + size_t size, int strict) +{ + PyObject *py_module = 0; + PyObject *result = 0; + PyObject *py_name = 0; + char warning[200]; + Py_ssize_t basicsize; +#ifdef Py_LIMITED_API + PyObject *py_basicsize; +#endif + py_module = __Pyx_ImportModule(module_name); + if (!py_module) + goto bad; + py_name = __Pyx_PyIdentifier_FromString(class_name); + if (!py_name) + goto bad; + result = PyObject_GetAttr(py_module, py_name); + Py_DECREF(py_name); + py_name = 0; + Py_DECREF(py_module); + py_module = 0; + if (!result) + goto bad; + if (!PyType_Check(result)) { + PyErr_Format(PyExc_TypeError, + "%.200s.%.200s is not a type object", + module_name, class_name); + goto bad; + } +#ifndef Py_LIMITED_API + basicsize = ((PyTypeObject *)result)->tp_basicsize; +#else + py_basicsize = PyObject_GetAttrString(result, "__basicsize__"); + if (!py_basicsize) + goto bad; + basicsize = PyLong_AsSsize_t(py_basicsize); + Py_DECREF(py_basicsize); + py_basicsize = 0; + if (basicsize == (Py_ssize_t)-1 && PyErr_Occurred()) + goto bad; +#endif + if (!strict && (size_t)basicsize > size) { + PyOS_snprintf(warning, sizeof(warning), + "%s.%s size changed, may indicate binary incompatibility", + module_name, class_name); + if (PyErr_WarnEx(NULL, warning, 0) < 0) goto bad; + } + else if ((size_t)basicsize != size) { + PyErr_Format(PyExc_ValueError, + "%.200s.%.200s has the wrong size, try recompiling", + module_name, class_name); + goto bad; + } + return (PyTypeObject *)result; +bad: + Py_XDECREF(py_module); + Py_XDECREF(result); + return NULL; +} +#endif + +static int __Pyx_InitStrings(__Pyx_StringTabEntry *t) { + while (t->p) { + #if PY_MAJOR_VERSION < 3 + if (t->is_unicode) { + *t->p = PyUnicode_DecodeUTF8(t->s, t->n - 1, NULL); + } else if (t->intern) { + *t->p = PyString_InternFromString(t->s); + } else { + *t->p = PyString_FromStringAndSize(t->s, t->n - 1); + } + #else + if (t->is_unicode | t->is_str) { + if (t->intern) { + *t->p = PyUnicode_InternFromString(t->s); + } else if (t->encoding) { + *t->p = PyUnicode_Decode(t->s, t->n - 1, t->encoding, NULL); + } else { + *t->p = PyUnicode_FromStringAndSize(t->s, t->n - 1); + } + } else { + *t->p = PyBytes_FromStringAndSize(t->s, t->n - 1); + } + #endif + if (!*t->p) + return -1; + ++t; + } + return 0; +} + +static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { + return __Pyx_PyUnicode_FromStringAndSize(c_str, (Py_ssize_t)strlen(c_str)); +} +static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { + Py_ssize_t ignore; + return __Pyx_PyObject_AsStringAndSize(o, &ignore); +} +static CYTHON_INLINE char* __Pyx_PyObject_AsStringAndSize(PyObject* o, Py_ssize_t *length) { +#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT + if ( +#if PY_MAJOR_VERSION < 3 && __PYX_DEFAULT_STRING_ENCODING_IS_ASCII + __Pyx_sys_getdefaultencoding_not_ascii && +#endif + PyUnicode_Check(o)) { +#if PY_VERSION_HEX < 0x03030000 + char* defenc_c; + PyObject* defenc = _PyUnicode_AsDefaultEncodedString(o, NULL); + if (!defenc) return NULL; + defenc_c = PyBytes_AS_STRING(defenc); +#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII + { + char* end = defenc_c + PyBytes_GET_SIZE(defenc); + char* c; + for (c = defenc_c; c < end; c++) { + if ((unsigned char) (*c) >= 128) { + PyUnicode_AsASCIIString(o); + return NULL; + } + } + } +#endif + *length = PyBytes_GET_SIZE(defenc); + return defenc_c; +#else + if (__Pyx_PyUnicode_READY(o) == -1) return NULL; +#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII + if (PyUnicode_IS_ASCII(o)) { + *length = PyUnicode_GET_LENGTH(o); + return PyUnicode_AsUTF8(o); + } else { + PyUnicode_AsASCIIString(o); + return NULL; + } +#else + return PyUnicode_AsUTF8AndSize(o, length); +#endif +#endif + } else +#endif +#if !CYTHON_COMPILING_IN_PYPY + if (PyByteArray_Check(o)) { + *length = PyByteArray_GET_SIZE(o); + return PyByteArray_AS_STRING(o); + } else +#endif + { + char* result; + int r = PyBytes_AsStringAndSize(o, &result, length); + if (unlikely(r < 0)) { + return NULL; + } else { + return result; + } + } +} +static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { + int is_true = x == Py_True; + if (is_true | (x == Py_False) | (x == Py_None)) return is_true; + else return PyObject_IsTrue(x); +} +static CYTHON_INLINE PyObject* __Pyx_PyNumber_Int(PyObject* x) { + PyNumberMethods *m; + const char *name = NULL; + PyObject *res = NULL; +#if PY_MAJOR_VERSION < 3 + if (PyInt_Check(x) || PyLong_Check(x)) +#else + if (PyLong_Check(x)) +#endif + return Py_INCREF(x), x; + m = Py_TYPE(x)->tp_as_number; +#if PY_MAJOR_VERSION < 3 + if (m && m->nb_int) { + name = "int"; + res = PyNumber_Int(x); + } + else if (m && m->nb_long) { + name = "long"; + res = PyNumber_Long(x); + } +#else + if (m && m->nb_int) { + name = "int"; + res = PyNumber_Long(x); + } +#endif + if (res) { +#if PY_MAJOR_VERSION < 3 + if (!PyInt_Check(res) && !PyLong_Check(res)) { +#else + if (!PyLong_Check(res)) { +#endif + PyErr_Format(PyExc_TypeError, + "__%.4s__ returned non-%.4s (type %.200s)", + name, name, Py_TYPE(res)->tp_name); + Py_DECREF(res); + return NULL; + } + } + else if (!PyErr_Occurred()) { + PyErr_SetString(PyExc_TypeError, + "an integer is required"); + } + return res; +} +static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { + Py_ssize_t ival; + PyObject *x; +#if PY_MAJOR_VERSION < 3 + if (likely(PyInt_CheckExact(b))) + return PyInt_AS_LONG(b); +#endif + if (likely(PyLong_CheckExact(b))) { + #if CYTHON_COMPILING_IN_CPYTHON && PY_MAJOR_VERSION >= 3 + #if CYTHON_USE_PYLONG_INTERNALS + switch (Py_SIZE(b)) { + case -1: return -(sdigit)((PyLongObject*)b)->ob_digit[0]; + case 0: return 0; + case 1: return ((PyLongObject*)b)->ob_digit[0]; + } + #endif + #endif + return PyLong_AsSsize_t(b); + } + x = PyNumber_Index(b); + if (!x) return -1; + ival = PyInt_AsSsize_t(x); + Py_DECREF(x); + return ival; +} +static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { + return PyInt_FromSize_t(ival); +} + + +#endif /* Py_PYTHON_H */ diff --git a/ic_experiments/ml3.pyx b/ic_experiments/ml3.pyx new file mode 100644 index 0000000..6e031ef --- /dev/null +++ b/ic_experiments/ml3.pyx @@ -0,0 +1,91 @@ +# cython: boundscheck=False, cdivision=True +import numpy as np +cimport numpy as np +from libc.math cimport log, exp + +DTYPE = np.float64 +ctypedef np.float_t DTYPE_t + +cdef DTYPE_t weight_success(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, + DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + """weight for successful infection, exponential time model""" + cdef DTYPE_t structural, temporal, result + structural = delta ** dist + temporal = log(exp(alpha)-1.) - alpha*dt + result = log(structural) + temporal + return result + +cdef DTYPE_t weight_failure(int dist, int dt, DTYPE_t alpha, DTYPE_t delta, + DTYPE_t w1, DTYPE_t w2, DTYPE_t w3): + """weight for failed infection, exponential time model""" + cdef DTYPE_t structural, temporal, result + structural = delta ** dist + temporal = exp(-alpha * dt) + result = log(1. - structural + structural * temporal) + return result + +def ml3(dict root_victims, dict victims, dict non_victims, DTYPE_t age, + DTYPE_t alpha, DTYPE_t delta): + cdef: + int n_roots, n_victims, roots, i, dist, dt, t, l + DTYPE_t beta, ll, beta_add, max_beta, max_beta_add + list parents, failures, successes + n_roots, n_victims = len(root_victims), len(victims) + cdef: + np.ndarray[DTYPE_t] probs = np.zeros(n_victims, dtype=DTYPE) + np.ndarray[DTYPE_t] probs_fail = np.zeros(n_victims, dtype=DTYPE) + np.ndarray[DTYPE_t] parent_dists = np.zeros(n_victims, dtype=DTYPE) + np.ndarray[DTYPE_t] parent_dts = np.zeros(n_victims, dtype=DTYPE) + + # loop through victims + for i, parents in enumerate(victims.itervalues()): + # for each victim node i, compute the probability that all its parents + # fail to infect it, also computes the probability that its most + # likely parent infects it + failures = [weight_failure(dist, dt, alpha, delta, w1, w2, w3) + for (prnt, dist, dt, w1, w2, w3) in parents] + probs_fail[i] = sum(failures) + successes = [weight_success(dist, dt, alpha, delta, w1, w2, w3) + for (prnt, dist, dt, w1, w2, w3) in parents] + dists = [dist for (prnt, dist, dt, w1, w2, w3) in parents] + dts = [dt for (prnt, dist, dt, w1, w2, w3) in parents] + # find parent that maximizes log(p) - log(\tilde{p}) + # probs[i] = max(s - failures[l] for l, s in enumerate(successes)) + probs[i] = float("-inf") + for l, s in enumerate(successes): + prob = s - failures[l] + if prob > probs[i]: + probs[i] = prob + parent_dists[i] = dists[l] + parent_dts[i] = dts[l] + # probs_fail[i] = failures[l] + + # calculate log likelihood + ll = probs_fail.sum() # add probability that all edges to all victims fail + + # print 'probs', probs + max_beta_add = float('-inf') + # iterate over all victim nodes to find the optimal threshold + for beta in np.arange(0.01, 1, .01): + thresh = log(beta/(3012.*(1.-beta))) + seeds = probs=thresh + roots = n_roots + sum(seeds) + + beta_add = 0. + # add probability for realized edges and subtract probability these edges fail + beta_add += (probs[non_seeds]).sum() + # add probability for the seeds and non-seeds + beta_add += roots * log(beta/3012.) + sum(non_seeds) * log(1. - beta) + + if beta_add > max_beta_add: + max_beta = beta + max_roots = roots + max_beta_add = beta_add + # print 'beta:', max_beta, 'add:', max_beta_add, 'roots:', max_roots + + ll += max_beta_add + roots = max_roots + beta = max_beta + # print n_nodes, n_roots, n_victims, max_i, roots + return (beta, roots, ll) \ No newline at end of file diff --git a/ic_experiments/ml3.so b/ic_experiments/ml3.so new file mode 100755 index 0000000..fb8afc9 Binary files /dev/null and b/ic_experiments/ml3.so differ diff --git a/ic_experiments/new.py b/ic_experiments/new.py new file mode 100644 index 0000000..4274dd7 --- /dev/null +++ b/ic_experiments/new.py @@ -0,0 +1,23 @@ +from math import log, exp + +T = 100 +N = 100 + + +def kernel(t, mu): + return mu * exp(-mu * t) + + +def base_rate(t, lamb): + return lamb + + +def ll(crimes, weights, mu, lamb): + r = 0 + for i, crime in enumerate(crimes): + t, v = crime + a = sum(weights[(u, v)] * kernel(t - s, mu) for s, u in crimes[:t]) + r += log(base_rate(t, lamb) + a) + for j in range(N): + a = sum(weights[(u, v)] * kernel(T - s, mu) for s, u in crimes) + r -= log(a) diff --git a/ic_experiments/old_stuff/dag_dat.csv b/ic_experiments/old_stuff/dag_dat.csv new file mode 100644 index 0000000..5e880fa --- /dev/null +++ b/ic_experiments/old_stuff/dag_dat.csv @@ -0,0 +1,253097 @@ +"","from","to","dist","t1","t2" +"1",2,14586,3,2796,2801 +"2",14,854,3,1793,2307 +"3",14,1046,3,1793,1881 +"4",14,1102,3,1793,2282 +"5",14,1324,3,1793,2147 +"6",14,1367,3,1793,2176 +"7",14,1386,3,1793,1901 +"8",14,1767,3,1793,2727 +"9",14,3068,2,1793,1815 +"10",14,3306,3,1793,1989 +"11",14,3493,3,1793,2451 +"12",14,3980,3,1793,2771 +"13",14,4504,3,1793,1905 +"14",14,5148,3,1793,2206 +"15",14,5622,3,1793,2175 +"16",14,5669,3,1793,2502 +"17",14,5725,3,1793,2789 +"18",14,8533,3,1793,2251 +"19",14,9828,2,1793,2085 +"20",14,10146,3,1793,1878 +"21",14,10239,3,1793,2032 +"22",14,10857,3,1793,2253 +"23",14,11625,3,1793,2022 +"24",14,12388,2,1793,1975 +"25",14,12724,3,1793,1930 +"26",14,13158,3,1793,2667 +"27",14,14507,3,1793,2686 +"28",14,14754,3,1793,2456 +"29",14,15444,3,1793,2764 +"30",14,15756,3,1793,2362 +"31",14,16863,3,1793,2069 +"32",14,17632,3,1793,1947 +"33",14,17943,3,1793,1943 +"34",14,18165,3,1793,2085 +"35",14,18458,3,1793,2477 +"36",14,19208,3,1793,2629 +"37",14,19248,3,1793,2357 +"38",14,19605,2,1793,2395 +"39",14,19744,3,1793,2623 +"40",14,19980,3,1793,2231 +"41",14,20416,3,1793,2323 +"42",14,22260,2,1793,2137 +"43",14,23725,3,1793,2378 +"44",14,24648,3,1793,1833 +"45",14,24825,3,1793,2686 +"46",14,25440,3,1793,2749 +"47",14,26351,3,1793,2683 +"48",14,28285,2,1793,2972 +"49",14,29073,3,1793,2328 +"50",14,29454,3,1793,2719 +"51",14,30236,3,1793,2238 +"52",14,30827,1,1793,2323 +"53",14,31307,3,1793,2139 +"54",14,33160,3,1793,2441 +"55",14,33380,2,1793,2340 +"56",14,34735,3,1793,2767 +"57",14,35360,3,1793,2043 +"58",14,37915,2,1793,1905 +"59",14,38732,3,1793,2263 +"60",14,41682,2,1793,1988 +"61",14,42216,2,1793,2722 +"62",14,43404,2,1793,2649 +"63",14,43978,3,1793,2698 +"64",14,45302,3,1793,2390 +"65",14,47947,3,1793,2681 +"66",14,48823,3,1793,2080 +"67",14,50480,3,1793,2701 +"68",14,54551,3,1793,2348 +"69",14,56893,3,1793,2597 +"70",14,59539,3,1793,2429 +"71",14,60179,3,1793,2708 +"72",14,73107,3,1793,1918 +"73",21,160,3,1385,2007 +"74",21,1108,1,1385,1600 +"75",21,2747,3,1385,2411 +"76",21,2959,3,1385,1785 +"77",21,4001,3,1385,1687 +"78",21,4526,3,1385,1728 +"79",21,8062,3,1385,2858 +"80",21,8865,3,1385,2394 +"81",21,8890,3,1385,1955 +"82",21,10239,3,1385,2032 +"83",21,10980,2,1385,1974 +"84",21,12818,3,1385,2015 +"85",21,12948,3,1385,2669 +"86",21,14586,2,1385,2801 +"87",21,16690,3,1385,2132 +"88",21,19364,3,1385,2846 +"89",21,22709,3,1385,2743 +"90",21,22723,3,1385,2859 +"91",21,23488,3,1385,1523 +"92",21,27320,3,1385,2378 +"93",21,27742,3,1385,2700 +"94",21,27914,3,1385,2507 +"95",21,30034,3,1385,2357 +"96",21,31541,2,1385,1500 +"97",21,32818,3,1385,2485 +"98",21,34491,2,1385,2694 +"99",21,35728,3,1385,2017 +"100",21,39418,3,1385,1978 +"101",21,39522,2,1385,1428 +"102",21,42331,2,1385,1585 +"103",21,42836,3,1385,1939 +"104",21,45869,3,1385,2840 +"105",21,47654,3,1385,1664 +"106",21,47968,3,1385,2829 +"107",21,51879,3,1385,1771 +"108",21,52041,3,1385,2694 +"109",21,55472,3,1385,1516 +"110",21,55487,3,1385,1500 +"111",21,63077,2,1385,2778 +"112",21,63837,2,1385,2807 +"113",21,68876,3,1385,1397 +"114",21,69232,3,1385,2130 +"115",21,70101,3,1385,2414 +"116",21,74370,3,1385,1667 +"117",21,82932,3,1385,2245 +"118",21,85869,3,1385,1509 +"119",21,92850,2,1385,1971 +"120",21,100860,2,1385,2326 +"121",23,675,3,1682,1686 +"122",23,1136,3,1682,2536 +"123",23,1196,3,1682,1986 +"124",23,3164,3,1682,2693 +"125",23,3961,3,1682,2426 +"126",23,4618,3,1682,2607 +"127",23,5041,1,1682,2371 +"128",23,6030,3,1682,2953 +"129",23,6324,3,1682,1990 +"130",23,10358,2,1682,2294 +"131",23,13929,3,1682,2693 +"132",23,14032,3,1682,2144 +"133",23,14084,3,1682,2491 +"134",23,15301,3,1682,2308 +"135",23,16352,3,1682,2657 +"136",23,18348,3,1682,1711 +"137",23,22566,3,1682,2308 +"138",23,25298,3,1682,2443 +"139",23,25341,3,1682,1858 +"140",23,25971,3,1682,2608 +"141",23,27377,3,1682,1724 +"142",23,28050,3,1682,1955 +"143",23,28168,3,1682,2702 +"144",23,29170,3,1682,1846 +"145",23,31799,3,1682,2547 +"146",23,32919,3,1682,2321 +"147",23,34509,3,1682,1973 +"148",23,34735,3,1682,2767 +"149",23,35926,3,1682,2371 +"150",23,36691,3,1682,1903 +"151",23,36962,3,1682,2861 +"152",23,49277,3,1682,1928 +"153",23,51410,3,1682,2739 +"154",23,55691,3,1682,2856 +"155",23,57246,3,1682,1873 +"156",23,72501,3,1682,2795 +"157",24,997,3,1295,2788 +"158",24,1875,2,1295,1786 +"159",24,2563,3,1295,1686 +"160",24,2754,3,1295,1360 +"161",24,4671,2,1295,2280 +"162",24,5226,2,1295,1309 +"163",24,7616,3,1295,2296 +"164",24,7858,3,1295,1795 +"165",24,8866,3,1295,1545 +"166",24,8888,3,1295,1328 +"167",24,12767,3,1295,2329 +"168",24,14655,3,1295,2559 +"169",24,15207,3,1295,1855 +"170",24,16539,3,1295,1947 +"171",24,19096,1,1295,1538 +"172",24,21406,3,1295,2714 +"173",24,23312,3,1295,2449 +"174",24,28635,3,1295,2368 +"175",24,28640,3,1295,1475 +"176",24,33949,3,1295,2489 +"177",24,36714,2,1295,2209 +"178",24,43225,3,1295,1835 +"179",24,43385,3,1295,1623 +"180",24,47362,3,1295,2253 +"181",24,48384,3,1295,2057 +"182",24,48571,2,1295,2717 +"183",24,49512,3,1295,1302 +"184",24,53219,3,1295,2973 +"185",24,53323,3,1295,2677 +"186",24,57353,3,1295,1849 +"187",24,95644,3,1295,1531 +"188",24,98781,3,1295,1410 +"189",33,11477,3,2263,2724 +"190",33,14972,3,2263,2332 +"191",42,1090,2,2265,2370 +"192",42,2166,2,2265,2557 +"193",42,5849,3,2265,2404 +"194",42,7078,2,2265,2344 +"195",42,12867,3,2265,2773 +"196",42,15184,3,2265,2396 +"197",42,16497,1,2265,2370 +"198",42,18151,3,2265,2962 +"199",42,19528,2,2265,2742 +"200",42,20783,2,2265,2414 +"201",42,24255,3,2265,2770 +"202",42,26608,1,2265,2329 +"203",42,33572,2,2265,2370 +"204",42,34327,3,2265,2959 +"205",42,38667,3,2265,2880 +"206",42,44427,3,2265,2875 +"207",42,49965,2,2265,2301 +"208",42,53789,2,2265,2681 +"209",42,55828,3,2265,2393 +"210",42,94125,3,2265,2280 +"211",55,4188,3,2524,2963 +"212",55,37801,3,2524,2578 +"213",55,44312,3,2524,2741 +"214",55,57205,2,2524,2948 +"215",55,68215,3,2524,2727 +"216",113,18821,3,1943,2075 +"217",113,19048,3,1943,2180 +"218",113,33460,3,1943,2781 +"219",133,7942,3,540,2623 +"220",133,11434,3,540,1187 +"221",133,12728,2,540,2374 +"222",133,13837,3,540,1604 +"223",133,25677,3,540,632 +"224",133,30145,1,540,607 +"225",133,38213,3,540,1744 +"226",133,41739,3,540,1339 +"227",133,49620,3,540,1868 +"228",133,59700,3,540,2346 +"229",133,74636,3,540,2525 +"230",133,75216,2,540,672 +"231",133,92322,3,540,2393 +"232",134,701,3,2062,2718 +"233",134,913,3,2062,2144 +"234",134,1102,3,2062,2282 +"235",134,2572,3,2062,2273 +"236",134,2684,3,2062,2874 +"237",134,3966,3,2062,2425 +"238",134,4687,2,2062,2152 +"239",134,6390,3,2062,2385 +"240",134,7506,3,2062,2371 +"241",134,9150,1,2062,2689 +"242",134,10358,3,2062,2294 +"243",134,11218,3,2062,2292 +"244",134,12042,3,2062,2345 +"245",134,12982,3,2062,2143 +"246",134,14652,2,2062,2516 +"247",134,16352,3,2062,2657 +"248",134,19862,3,2062,2412 +"249",134,20496,3,2062,2530 +"250",134,25816,3,2062,2088 +"251",134,26080,3,2062,2525 +"252",134,26721,1,2062,2586 +"253",134,27334,2,2062,2750 +"254",134,29962,3,2062,2201 +"255",134,31159,3,2062,2231 +"256",134,31235,2,2062,2668 +"257",134,35715,3,2062,2912 +"258",134,41402,3,2062,2313 +"259",134,41972,3,2062,2509 +"260",134,42216,3,2062,2722 +"261",134,45302,3,2062,2390 +"262",134,47445,3,2062,2668 +"263",134,49110,2,2062,2938 +"264",134,51866,3,2062,2411 +"265",134,54879,3,2062,2210 +"266",134,55256,2,2062,2379 +"267",134,55652,3,2062,2795 +"268",134,56859,3,2062,2319 +"269",134,57544,3,2062,2443 +"270",134,57969,3,2062,2755 +"271",134,62739,3,2062,2753 +"272",134,62840,3,2062,2502 +"273",134,72088,3,2062,2728 +"274",135,455,2,2233,2827 +"275",135,470,3,2233,2285 +"276",135,1136,3,2233,2536 +"277",135,2424,3,2233,2582 +"278",135,2954,3,2233,2727 +"279",135,4618,3,2233,2607 +"280",135,6491,3,2233,2424 +"281",135,7847,3,2233,2424 +"282",135,8533,3,2233,2251 +"283",135,11067,3,2233,2734 +"284",135,19248,3,2233,2357 +"285",135,20563,3,2233,2267 +"286",135,22566,3,2233,2308 +"287",135,23132,3,2233,2756 +"288",135,23705,2,2233,2699 +"289",135,27628,3,2233,2389 +"290",135,30052,3,2233,2855 +"291",135,32939,3,2233,2277 +"292",135,34480,3,2233,2755 +"293",135,38727,3,2233,2238 +"294",135,40369,3,2233,2735 +"295",135,42935,3,2233,2400 +"296",135,51410,3,2233,2739 +"297",135,52576,3,2233,2234 +"298",135,54250,3,2233,2340 +"299",135,55139,2,2233,2323 +"300",135,61982,3,2233,2725 +"301",135,62841,3,2233,2710 +"302",135,64997,3,2233,2791 +"303",135,66413,2,2233,2507 +"304",135,72207,3,2233,2430 +"305",140,3978,3,2267,2775 +"306",140,4303,3,2267,2414 +"307",140,6989,3,2267,2623 +"308",140,11648,3,2267,2852 +"309",140,18005,3,2267,2449 +"310",140,27320,3,2267,2378 +"311",140,40572,3,2267,2666 +"312",140,45729,3,2267,2606 +"313",140,47595,2,2267,2374 +"314",140,47968,3,2267,2829 +"315",140,50585,3,2267,2414 +"316",140,53739,3,2267,2704 +"317",140,64947,3,2267,2489 +"318",140,88067,3,2267,2315 +"319",145,134,3,1998,2062 +"320",145,160,3,1998,2007 +"321",145,312,3,1998,2038 +"322",145,380,3,1998,2261 +"323",145,470,3,1998,2285 +"324",145,913,1,1998,2144 +"325",145,1102,2,1998,2282 +"326",145,2224,3,1998,2751 +"327",145,2484,3,1998,2389 +"328",145,2572,3,1998,2273 +"329",145,2625,2,1998,2152 +"330",145,2954,2,1998,2727 +"331",145,3748,3,1998,2052 +"332",145,3978,3,1998,2775 +"333",145,4084,3,1998,2133 +"334",145,4687,2,1998,2152 +"335",145,4929,3,1998,2240 +"336",145,5078,3,1998,2033 +"337",145,5326,3,1998,2652 +"338",145,5457,3,1998,2077 +"339",145,5462,3,1998,2374 +"340",145,5504,3,1998,2389 +"341",145,6074,3,1998,2426 +"342",145,6390,2,1998,2385 +"343",145,6491,3,1998,2424 +"344",145,7515,3,1998,2737 +"345",145,8842,3,1998,2535 +"346",145,9150,3,1998,2689 +"347",145,9331,3,1998,2269 +"348",145,9362,2,1998,2879 +"349",145,10433,3,1998,2075 +"350",145,10513,3,1998,2284 +"351",145,12081,2,1998,2166 +"352",145,12528,3,1998,2589 +"353",145,12618,3,1998,2021 +"354",145,12982,3,1998,2143 +"355",145,14652,2,1998,2516 +"356",145,14655,3,1998,2559 +"357",145,14767,3,1998,2068 +"358",145,14918,2,1998,2071 +"359",145,17351,2,1998,2036 +"360",145,17520,3,1998,2276 +"361",145,17549,2,1998,2647 +"362",145,18543,3,1998,2968 +"363",145,19248,3,1998,2357 +"364",145,20331,3,1998,2365 +"365",145,21682,3,1998,2414 +"366",145,21929,3,1998,2062 +"367",145,22567,3,1998,2396 +"368",145,22682,3,1998,2035 +"369",145,23132,3,1998,2756 +"370",145,23725,3,1998,2378 +"371",145,24256,3,1998,2393 +"372",145,24448,2,1998,2289 +"373",145,24558,3,1998,2139 +"374",145,25816,3,1998,2088 +"375",145,26067,3,1998,2069 +"376",145,27275,2,1998,2656 +"377",145,27390,2,1998,2425 +"378",145,27391,3,1998,2378 +"379",145,27796,3,1998,2151 +"380",145,29308,3,1998,2094 +"381",145,30052,3,1998,2855 +"382",145,31117,3,1998,2210 +"383",145,31159,3,1998,2231 +"384",145,31235,1,1998,2668 +"385",145,31705,3,1998,2706 +"386",145,34120,3,1998,2786 +"387",145,36087,3,1998,2755 +"388",145,38307,3,1998,2648 +"389",145,38780,2,1998,2705 +"390",145,40383,3,1998,2639 +"391",145,41945,3,1998,2856 +"392",145,42216,3,1998,2722 +"393",145,42799,3,1998,2729 +"394",145,44688,3,1998,2924 +"395",145,45302,3,1998,2390 +"396",145,46040,3,1998,2105 +"397",145,47445,2,1998,2668 +"398",145,50113,3,1998,2059 +"399",145,52576,3,1998,2234 +"400",145,56082,3,1998,2395 +"401",145,57544,2,1998,2443 +"402",145,66413,3,1998,2507 +"403",145,67652,3,1998,2736 +"404",145,73305,3,1998,2544 +"405",145,76892,3,1998,2381 +"406",145,82949,3,1998,2077 +"407",145,94179,3,1998,2000 +"408",147,2747,3,1040,2411 +"409",147,4612,3,1040,2804 +"410",147,14998,3,1040,1553 +"411",147,19610,1,1040,1236 +"412",147,20155,3,1040,1517 +"413",147,28116,2,1040,1643 +"414",147,37636,3,1040,2178 +"415",147,44433,3,1040,2224 +"416",147,44603,3,1040,2748 +"417",147,68539,2,1040,1158 +"418",147,101435,3,1040,1236 +"419",160,316,3,2007,2413 +"420",160,341,3,2007,2689 +"421",160,798,3,2007,2476 +"422",160,2684,3,2007,2874 +"423",160,2747,3,2007,2411 +"424",160,3978,3,2007,2775 +"425",160,4367,3,2007,2794 +"426",160,4929,3,2007,2240 +"427",160,5610,3,2007,2223 +"428",160,6063,3,2007,2349 +"429",160,6192,3,2007,2409 +"430",160,7252,3,2007,2799 +"431",160,7616,2,2007,2296 +"432",160,8238,2,2007,2222 +"433",160,8568,3,2007,2706 +"434",160,8726,3,2007,2083 +"435",160,8842,3,2007,2535 +"436",160,8865,3,2007,2394 +"437",160,9331,2,2007,2269 +"438",160,9503,3,2007,2453 +"439",160,9787,3,2007,2858 +"440",160,10129,3,2007,2124 +"441",160,11588,3,2007,2352 +"442",160,12081,3,2007,2166 +"443",160,12560,3,2007,2565 +"444",160,12577,3,2007,2530 +"445",160,12976,3,2007,2399 +"446",160,13136,3,2007,2867 +"447",160,13249,2,2007,2573 +"448",160,13324,3,2007,2163 +"449",160,14817,3,2007,2110 +"450",160,14918,3,2007,2071 +"451",160,14972,3,2007,2332 +"452",160,15444,3,2007,2764 +"453",160,16205,3,2007,2630 +"454",160,16286,3,2007,2470 +"455",160,16690,3,2007,2132 +"456",160,17033,3,2007,2771 +"457",160,17351,1,2007,2036 +"458",160,17549,3,2007,2647 +"459",160,18165,3,2007,2085 +"460",160,18421,3,2007,2457 +"461",160,19208,2,2007,2629 +"462",160,19364,3,2007,2846 +"463",160,19605,3,2007,2395 +"464",160,19744,3,2007,2623 +"465",160,19980,3,2007,2231 +"466",160,20331,3,2007,2365 +"467",160,21734,3,2007,2528 +"468",160,22578,3,2007,2216 +"469",160,22709,3,2007,2743 +"470",160,22723,3,2007,2859 +"471",160,22808,3,2007,2297 +"472",160,22950,3,2007,2576 +"473",160,23098,3,2007,2300 +"474",160,23206,3,2007,2805 +"475",160,23460,3,2007,2183 +"476",160,24069,3,2007,2697 +"477",160,24256,3,2007,2393 +"478",160,24558,3,2007,2139 +"479",160,24753,3,2007,2860 +"480",160,25373,3,2007,2783 +"481",160,26083,3,2007,2038 +"482",160,26124,3,2007,2356 +"483",160,27379,3,2007,2461 +"484",160,27390,3,2007,2425 +"485",160,27742,3,2007,2700 +"486",160,27796,3,2007,2151 +"487",160,28218,3,2007,2048 +"488",160,28837,3,2007,2286 +"489",160,28869,3,2007,2425 +"490",160,29454,3,2007,2719 +"491",160,30034,3,2007,2357 +"492",160,31117,3,2007,2210 +"493",160,31335,3,2007,2351 +"494",160,34120,3,2007,2786 +"495",160,34504,3,2007,2310 +"496",160,35715,3,2007,2912 +"497",160,35980,3,2007,2657 +"498",160,36559,3,2007,2473 +"499",160,37929,3,2007,2393 +"500",160,38307,3,2007,2648 +"501",160,39556,3,2007,2747 +"502",160,41664,3,2007,2641 +"503",160,41694,3,2007,2358 +"504",160,41764,3,2007,2409 +"505",160,41945,2,2007,2856 +"506",160,42129,3,2007,2318 +"507",160,42372,3,2007,2230 +"508",160,42813,3,2007,2142 +"509",160,43455,3,2007,2846 +"510",160,44235,3,2007,2700 +"511",160,44688,2,2007,2924 +"512",160,45729,3,2007,2606 +"513",160,46446,3,2007,2295 +"514",160,47564,2,2007,2650 +"515",160,49334,3,2007,2433 +"516",160,50480,3,2007,2701 +"517",160,55076,3,2007,2408 +"518",160,55643,3,2007,2359 +"519",160,58501,3,2007,2613 +"520",160,58521,3,2007,2950 +"521",160,67266,3,2007,2010 +"522",160,69232,3,2007,2130 +"523",160,70583,3,2007,2615 +"524",160,77052,3,2007,2770 +"525",160,78563,3,2007,2385 +"526",160,82932,3,2007,2245 +"527",160,91942,3,2007,2216 +"528",173,1314,3,575,1522 +"529",173,2057,3,575,1965 +"530",173,4526,2,575,1728 +"531",173,4669,3,575,2395 +"532",173,8610,3,575,2240 +"533",173,8777,2,575,1620 +"534",173,13099,3,575,1547 +"535",173,23277,3,575,1267 +"536",173,26642,3,575,2952 +"537",173,36514,3,575,1192 +"538",173,36737,3,575,829 +"539",173,43568,3,575,837 +"540",173,50520,3,575,1205 +"541",173,79432,3,575,1708 +"542",173,93930,3,575,1268 +"543",180,602,3,1593,2632 +"544",180,6982,3,1593,2034 +"545",180,9311,3,1593,2477 +"546",180,10843,3,1593,2277 +"547",180,12703,3,1593,2689 +"548",180,14103,2,1593,2204 +"549",180,14723,3,1593,2019 +"550",180,15626,3,1593,2434 +"551",180,19049,2,1593,1798 +"552",180,21448,3,1593,2332 +"553",180,22311,2,1593,2034 +"554",180,25248,3,1593,1938 +"555",180,26227,3,1593,2265 +"556",180,28982,3,1593,2746 +"557",180,33433,3,1593,2805 +"558",180,35888,3,1593,2291 +"559",180,49560,3,1593,1679 +"560",180,52576,3,1593,2234 +"561",180,58508,3,1593,2326 +"562",180,59113,3,1593,2434 +"563",180,106515,2,1593,2113 +"564",194,237,3,1243,1982 +"565",194,1702,2,1243,1984 +"566",194,1846,2,1243,1845 +"567",194,2936,3,1243,2512 +"568",194,4646,2,1243,2139 +"569",194,4889,3,1243,1501 +"570",194,7014,3,1243,2401 +"571",194,7337,2,1243,1797 +"572",194,13566,3,1243,2056 +"573",194,14972,3,1243,2332 +"574",194,18965,3,1243,2315 +"575",194,20894,3,1243,2214 +"576",194,21207,3,1243,1258 +"577",194,23756,3,1243,2309 +"578",194,30870,3,1243,2370 +"579",194,39589,3,1243,1292 +"580",194,44749,3,1243,1303 +"581",194,46486,3,1243,1868 +"582",194,51879,3,1243,1771 +"583",194,57356,3,1243,2476 +"584",194,59776,3,1243,2493 +"585",194,61337,3,1243,2777 +"586",194,62626,3,1243,2787 +"587",194,69810,2,1243,2321 +"588",194,72632,3,1243,1289 +"589",206,307,3,1986,2530 +"590",206,312,2,1986,2038 +"591",206,913,3,1986,2144 +"592",206,2533,3,1986,2016 +"593",206,2684,2,1986,2874 +"594",206,3305,3,1986,2839 +"595",206,5429,1,1986,1991 +"596",206,7013,3,1986,2040 +"597",206,9893,2,1986,2701 +"598",206,10799,3,1986,2010 +"599",206,10871,3,1986,2314 +"600",206,11055,1,1986,2111 +"601",206,11351,3,1986,2971 +"602",206,11440,3,1986,2026 +"603",206,11620,2,1986,2010 +"604",206,15184,3,1986,2396 +"605",206,15433,3,1986,2038 +"606",206,15716,3,1986,1991 +"607",206,19027,2,1986,2721 +"608",206,19248,2,1986,2357 +"609",206,19719,3,1986,2177 +"610",206,20067,3,1986,2390 +"611",206,20700,3,1986,2861 +"612",206,21706,2,1986,1988 +"613",206,23132,3,1986,2756 +"614",206,24448,3,1986,2289 +"615",206,24753,3,1986,2860 +"616",206,27275,3,1986,2656 +"617",206,27694,3,1986,2030 +"618",206,31799,3,1986,2547 +"619",206,33801,3,1986,2899 +"620",206,35481,3,1986,2211 +"621",206,42574,3,1986,2842 +"622",206,45608,3,1986,2420 +"623",206,48605,3,1986,2796 +"624",206,51041,3,1986,2606 +"625",206,53475,3,1986,2853 +"626",206,54695,2,1986,2429 +"627",206,57977,3,1986,2683 +"628",206,58427,3,1986,2234 +"629",206,61982,3,1986,2725 +"630",206,62841,3,1986,2710 +"631",206,65029,3,1986,2954 +"632",206,66224,3,1986,2728 +"633",206,67652,3,1986,2736 +"634",206,76892,3,1986,2381 +"635",212,270,3,1513,2542 +"636",212,380,3,1513,2261 +"637",212,455,3,1513,2827 +"638",212,470,3,1513,2285 +"639",212,489,3,1513,2652 +"640",212,823,3,1513,2840 +"641",212,1046,3,1513,1881 +"642",212,1102,3,1513,2282 +"643",212,1124,3,1513,1596 +"644",212,1175,3,1513,1642 +"645",212,1897,3,1513,1727 +"646",212,2111,3,1513,1904 +"647",212,2224,2,1513,2751 +"648",212,2424,2,1513,2582 +"649",212,2533,3,1513,2016 +"650",212,3305,3,1513,2839 +"651",212,4360,3,1513,1770 +"652",212,5235,3,1513,2324 +"653",212,5971,3,1513,1985 +"654",212,6222,3,1513,1949 +"655",212,6449,3,1513,1997 +"656",212,6588,3,1513,2025 +"657",212,6602,3,1513,1631 +"658",212,6718,1,1513,2138 +"659",212,8533,3,1513,2251 +"660",212,8762,3,1513,2585 +"661",212,8821,3,1513,2230 +"662",212,9175,3,1513,2639 +"663",212,9432,3,1513,1693 +"664",212,10433,3,1513,2075 +"665",212,10474,3,1513,1608 +"666",212,10488,3,1513,1524 +"667",212,10857,3,1513,2253 +"668",212,11218,3,1513,2292 +"669",212,11229,3,1513,1625 +"670",212,12724,3,1513,1930 +"671",212,13307,3,1513,2206 +"672",212,14959,2,1513,2898 +"673",212,15207,3,1513,1855 +"674",212,15813,3,1513,2143 +"675",212,17931,3,1513,1617 +"676",212,18394,3,1513,2356 +"677",212,18571,3,1513,2128 +"678",212,19862,3,1513,2412 +"679",212,20124,3,1513,2376 +"680",212,21012,3,1513,2325 +"681",212,21104,3,1513,2327 +"682",212,21122,3,1513,1701 +"683",212,21164,2,1513,1645 +"684",212,21285,3,1513,2100 +"685",212,21463,3,1513,2437 +"686",212,21693,1,1513,2176 +"687",212,22326,1,1513,2818 +"688",212,22362,1,1513,1836 +"689",212,23509,3,1513,2275 +"690",212,23526,3,1513,1998 +"691",212,23715,3,1513,1859 +"692",212,23729,3,1513,1624 +"693",212,25305,1,1513,2447 +"694",212,27390,3,1513,2425 +"695",212,28115,3,1513,1835 +"696",212,28285,3,1513,2972 +"697",212,29962,2,1513,2201 +"698",212,30052,3,1513,2855 +"699",212,30092,3,1513,1593 +"700",212,30173,2,1513,2404 +"701",212,30405,3,1513,2164 +"702",212,30827,3,1513,2323 +"703",212,34160,3,1513,1759 +"704",212,34820,3,1513,1630 +"705",212,35235,3,1513,2610 +"706",212,36136,3,1513,2338 +"707",212,38019,3,1513,1870 +"708",212,38921,3,1513,1880 +"709",212,40493,3,1513,1981 +"710",212,41108,3,1513,1624 +"711",212,42216,2,1513,2722 +"712",212,42687,3,1513,1952 +"713",212,43455,3,1513,2846 +"714",212,45239,3,1513,2535 +"715",212,46629,3,1513,2255 +"716",212,47947,3,1513,2681 +"717",212,48035,3,1513,2180 +"718",212,50118,3,1513,2654 +"719",212,52576,3,1513,2234 +"720",212,53196,3,1513,1888 +"721",212,54551,3,1513,2348 +"722",212,56082,3,1513,2395 +"723",212,56317,3,1513,2030 +"724",212,58508,3,1513,2326 +"725",212,61982,3,1513,2725 +"726",212,66860,3,1513,1548 +"727",212,70217,1,1513,2332 +"728",212,72207,2,1513,2430 +"729",212,76892,3,1513,2381 +"730",212,79322,3,1513,2770 +"731",212,79804,3,1513,2227 +"732",212,81588,3,1513,1568 +"733",212,82949,3,1513,2077 +"734",212,85138,2,1513,1685 +"735",212,97915,3,1513,1802 +"736",212,101295,3,1513,2165 +"737",212,101797,3,1513,2357 +"738",231,33278,3,1301,1591 +"739",231,94339,2,1301,2768 +"740",237,364,3,1982,2351 +"741",237,448,1,1982,2693 +"742",237,798,3,1982,2476 +"743",237,841,3,1982,2964 +"744",237,1639,3,1982,2631 +"745",237,3978,3,1982,2775 +"746",237,4361,3,1982,2571 +"747",237,4430,3,1982,2019 +"748",237,4602,3,1982,2446 +"749",237,4646,2,1982,2139 +"750",237,4730,2,1982,2131 +"751",237,6989,3,1982,2623 +"752",237,7014,3,1982,2401 +"753",237,7433,3,1982,2255 +"754",237,7443,3,1982,2028 +"755",237,8726,3,1982,2083 +"756",237,9035,3,1982,2771 +"757",237,9115,2,1982,2068 +"758",237,9503,3,1982,2453 +"759",237,9785,3,1982,2951 +"760",237,9787,3,1982,2858 +"761",237,10129,3,1982,2124 +"762",237,10215,3,1982,2006 +"763",237,11506,3,1982,2824 +"764",237,11538,2,1982,2288 +"765",237,11625,3,1982,2022 +"766",237,11648,3,1982,2852 +"767",237,12078,3,1982,2381 +"768",237,13842,2,1982,2250 +"769",237,18965,2,1982,2315 +"770",237,19934,3,1982,2888 +"771",237,21180,3,1982,2762 +"772",237,21487,3,1982,2203 +"773",237,26428,3,1982,2203 +"774",237,26734,3,1982,2299 +"775",237,27908,3,1982,2576 +"776",237,30442,3,1982,2124 +"777",237,30697,3,1982,2891 +"778",237,31868,3,1982,1993 +"779",237,32775,3,1982,2135 +"780",237,32818,3,1982,2485 +"781",237,33537,3,1982,2406 +"782",237,34162,3,1982,2336 +"783",237,35477,3,1982,2703 +"784",237,35728,3,1982,2017 +"785",237,36487,3,1982,2622 +"786",237,36970,3,1982,2693 +"787",237,37279,3,1982,2768 +"788",237,38492,2,1982,2280 +"789",237,43673,3,1982,2787 +"790",237,45730,3,1982,2063 +"791",237,52815,3,1982,2323 +"792",237,55775,3,1982,2385 +"793",237,59637,3,1982,2141 +"794",237,59683,3,1982,2068 +"795",237,59776,2,1982,2493 +"796",237,61240,3,1982,2651 +"797",237,61337,3,1982,2777 +"798",237,64967,3,1982,2872 +"799",237,66693,3,1982,2554 +"800",237,69810,3,1982,2321 +"801",237,71531,3,1982,2887 +"802",237,74605,3,1982,2265 +"803",237,76132,3,1982,2426 +"804",237,111375,3,1982,2686 +"805",243,22908,3,872,2134 +"806",243,30350,2,872,2515 +"807",243,57108,3,872,1609 +"808",250,25462,3,954,2653 +"809",250,26218,2,954,2460 +"810",250,39657,2,954,1947 +"811",267,13899,3,2631,2650 +"812",267,16866,3,2631,2718 +"813",267,18865,3,2631,2676 +"814",267,31705,3,2631,2706 +"815",267,34327,3,2631,2959 +"816",267,50480,3,2631,2701 +"817",267,56910,3,2631,2705 +"818",269,1369,3,407,2487 +"819",269,2588,3,407,552 +"820",269,4634,2,407,2291 +"821",269,6999,3,407,2214 +"822",269,7257,3,407,1915 +"823",269,7499,3,407,1803 +"824",269,8463,3,407,2466 +"825",269,9656,2,407,1135 +"826",269,9783,1,407,1275 +"827",269,10250,2,407,1606 +"828",269,12966,3,407,2011 +"829",269,13034,3,407,698 +"830",269,14490,3,407,2291 +"831",269,14957,3,407,2306 +"832",269,15281,2,407,810 +"833",269,15778,3,407,2262 +"834",269,15782,3,407,2306 +"835",269,16963,3,407,1999 +"836",269,17480,3,407,2316 +"837",269,18645,3,407,793 +"838",269,20709,2,407,1757 +"839",269,21753,2,407,1838 +"840",269,22932,3,407,2469 +"841",269,23043,2,407,1109 +"842",269,35317,3,407,1888 +"843",269,42407,3,407,2408 +"844",269,42574,3,407,2842 +"845",269,47882,2,407,2769 +"846",269,50083,1,407,1275 +"847",269,51505,3,407,1572 +"848",269,55325,3,407,653 +"849",269,55742,3,407,2006 +"850",269,58711,3,407,2746 +"851",269,67150,2,407,2633 +"852",269,73520,3,407,2613 +"853",269,78227,2,407,1745 +"854",269,78611,3,407,1586 +"855",269,78628,3,407,914 +"856",269,84235,3,407,1639 +"857",269,88448,2,407,914 +"858",269,93553,3,407,2537 +"859",269,96332,3,407,1197 +"860",269,99196,3,407,598 +"861",270,701,3,2542,2718 +"862",270,2224,3,2542,2751 +"863",270,2424,1,2542,2582 +"864",270,3305,2,2542,2839 +"865",270,3477,3,2542,2546 +"866",270,5258,3,2542,2730 +"867",270,7234,3,2542,2654 +"868",270,7794,3,2542,2972 +"869",270,9175,3,2542,2639 +"870",270,10029,3,2542,2718 +"871",270,10890,3,2542,2639 +"872",270,11477,3,2542,2724 +"873",270,14655,3,2542,2559 +"874",270,14959,3,2542,2898 +"875",270,16352,3,2542,2657 +"876",270,16432,3,2542,2664 +"877",270,17365,2,2542,2746 +"878",270,18361,3,2542,2968 +"879",270,18543,3,2542,2968 +"880",270,22326,3,2542,2818 +"881",270,22415,3,2542,2841 +"882",270,23011,3,2542,2763 +"883",270,25129,3,2542,2647 +"884",270,26749,3,2542,2965 +"885",270,30052,3,2542,2855 +"886",270,31436,3,2542,2892 +"887",270,31705,3,2542,2706 +"888",270,34480,3,2542,2755 +"889",270,37238,3,2542,2609 +"890",270,38307,2,2542,2648 +"891",270,41945,2,2542,2856 +"892",270,42216,3,2542,2722 +"893",270,43455,1,2542,2846 +"894",270,43518,2,2542,2680 +"895",270,45729,3,2542,2606 +"896",270,48605,3,2542,2796 +"897",270,49110,3,2542,2938 +"898",270,50118,3,2542,2654 +"899",270,50785,3,2542,2877 +"900",270,51041,2,2542,2606 +"901",270,52032,3,2542,2853 +"902",270,52570,3,2542,2645 +"903",270,54929,3,2542,2783 +"904",270,56237,2,2542,2625 +"905",270,57977,3,2542,2683 +"906",270,61982,1,2542,2725 +"907",270,62841,2,2542,2710 +"908",270,67726,3,2542,2873 +"909",270,68215,3,2542,2727 +"910",270,70203,3,2542,2756 +"911",270,117956,3,2542,2774 +"912",279,913,3,1989,2144 +"913",279,5235,3,1989,2324 +"914",279,10513,3,1989,2284 +"915",279,12528,2,1989,2589 +"916",279,12618,2,1989,2021 +"917",279,14834,3,1989,2739 +"918",279,22567,3,1989,2396 +"919",279,23132,3,1989,2756 +"920",279,24448,3,1989,2289 +"921",279,27275,3,1989,2656 +"922",279,27390,3,1989,2425 +"923",279,32457,3,1989,2690 +"924",279,34480,3,1989,2755 +"925",279,45302,3,1989,2390 +"926",279,46950,3,1989,2673 +"927",279,59022,3,1989,2494 +"928",279,64699,3,1989,2797 +"929",279,67652,3,1989,2736 +"930",279,80825,3,1989,2315 +"931",282,1315,3,171,2760 +"932",282,2370,3,171,1600 +"933",282,3139,2,171,1656 +"934",282,3158,3,171,2762 +"935",282,4249,3,171,2547 +"936",282,4784,2,171,2511 +"937",282,6020,3,171,1864 +"938",282,9740,1,171,2233 +"939",282,11270,3,171,1011 +"940",282,13479,3,171,2155 +"941",282,13551,2,171,1451 +"942",282,13595,2,171,1164 +"943",282,13688,2,171,1627 +"944",282,14255,1,171,893 +"945",282,14256,2,171,279 +"946",282,16455,3,171,946 +"947",282,17531,3,171,876 +"948",282,21358,3,171,1970 +"949",282,28648,3,171,1586 +"950",282,30544,1,171,2041 +"951",282,30692,3,171,700 +"952",282,30738,3,171,1166 +"953",282,34274,3,171,1437 +"954",282,41489,3,171,2006 +"955",282,45297,2,171,1864 +"956",282,48823,3,171,2080 +"957",282,49029,3,171,647 +"958",282,51212,3,171,1801 +"959",282,58190,3,171,906 +"960",282,67289,3,171,829 +"961",282,68813,3,171,2511 +"962",282,69732,3,171,732 +"963",282,71225,3,171,956 +"964",282,76842,2,171,1518 +"965",282,82217,3,171,2441 +"966",282,82740,2,171,579 +"967",282,84885,2,171,1649 +"968",282,93642,3,171,1120 +"969",282,95238,2,171,259 +"970",282,95258,2,171,199 +"971",282,103256,2,171,572 +"972",282,109034,2,171,259 +"973",282,123211,3,171,405 +"974",283,378,2,2082,2766 +"975",288,377,3,947,2389 +"976",288,543,3,947,2203 +"977",288,1090,3,947,2370 +"978",288,1151,3,947,2885 +"979",288,1469,3,947,1160 +"980",288,1495,3,947,2046 +"981",288,1616,3,947,2662 +"982",288,2166,3,947,2557 +"983",288,2181,3,947,2030 +"984",288,2484,2,947,2389 +"985",288,2563,3,947,1686 +"986",288,2743,3,947,1278 +"987",288,2766,3,947,1920 +"988",288,2894,3,947,1291 +"989",288,3088,3,947,1670 +"990",288,3161,3,947,2229 +"991",288,5504,3,947,2389 +"992",288,6222,3,947,1949 +"993",288,7323,3,947,2858 +"994",288,12778,3,947,2045 +"995",288,13835,3,947,1588 +"996",288,13945,3,947,1324 +"997",288,14959,3,947,2898 +"998",288,16164,3,947,1184 +"999",288,16587,3,947,2065 +"1000",288,17520,2,947,2276 +"1001",288,18554,3,947,2065 +"1002",288,18615,2,947,1025 +"1003",288,19606,3,947,2783 +"1004",288,20700,3,947,2861 +"1005",288,24042,3,947,2880 +"1006",288,25874,3,947,2088 +"1007",288,28057,3,947,1067 +"1008",288,32516,3,947,2050 +"1009",288,33572,3,947,2370 +"1010",288,35256,3,947,2271 +"1011",288,37238,3,947,2609 +"1012",288,37570,3,947,2389 +"1013",288,37873,3,947,1288 +"1014",288,38667,3,947,2880 +"1015",288,38921,2,947,1880 +"1016",288,39278,3,947,1952 +"1017",288,39444,3,947,2695 +"1018",288,41023,3,947,2408 +"1019",288,41064,2,947,1201 +"1020",288,41945,3,947,2856 +"1021",288,42264,2,947,1702 +"1022",288,43455,3,947,2846 +"1023",288,44427,3,947,2875 +"1024",288,44885,3,947,2670 +"1025",288,44899,3,947,2386 +"1026",288,47362,3,947,2253 +"1027",288,48414,3,947,1749 +"1028",288,50133,2,947,1236 +"1029",288,50252,2,947,2001 +"1030",288,51157,3,947,2319 +"1031",288,52566,3,947,2318 +"1032",288,53031,3,947,2065 +"1033",288,57691,2,947,1232 +"1034",288,58854,3,947,1131 +"1035",288,67222,3,947,1332 +"1036",288,70647,3,947,2795 +"1037",288,77424,3,947,1489 +"1038",288,93752,3,947,1368 +"1039",288,94125,3,947,2280 +"1040",288,94520,3,947,1243 +"1041",288,100134,3,947,977 +"1042",288,109415,3,947,1328 +"1043",301,6040,3,2070,2103 +"1044",301,53289,3,2070,2746 +"1045",307,9893,2,2530,2701 +"1046",307,19027,3,2530,2721 +"1047",307,42574,3,2530,2842 +"1048",312,270,3,2038,2542 +"1049",312,380,3,2038,2261 +"1050",312,701,3,2038,2718 +"1051",312,913,2,2038,2144 +"1052",312,2036,3,2038,2483 +"1053",312,2424,2,2038,2582 +"1054",312,2572,3,2038,2273 +"1055",312,2684,2,2038,2874 +"1056",312,3305,2,2038,2839 +"1057",312,3628,3,2038,2707 +"1058",312,3947,3,2038,2067 +"1059",312,3966,3,2038,2425 +"1060",312,5148,3,2038,2206 +"1061",312,5669,3,2038,2502 +"1062",312,5725,3,2038,2789 +"1063",312,5839,3,2038,2301 +"1064",312,6055,3,2038,2651 +"1065",312,6208,3,2038,2361 +"1066",312,6363,2,2038,2066 +"1067",312,7013,3,2038,2040 +"1068",312,7508,3,2038,2396 +"1069",312,8533,3,2038,2251 +"1070",312,8762,3,2038,2585 +"1071",312,9184,3,2038,2670 +"1072",312,9893,3,2038,2701 +"1073",312,10513,3,2038,2284 +"1074",312,10871,2,2038,2314 +"1075",312,11055,2,2038,2111 +"1076",312,11351,2,2038,2971 +"1077",312,12528,3,2038,2589 +"1078",312,12728,3,2038,2374 +"1079",312,13307,3,2038,2206 +"1080",312,15560,3,2038,2257 +"1081",312,15813,3,2038,2143 +"1082",312,16332,3,2038,2668 +"1083",312,16432,3,2038,2664 +"1084",312,16954,3,2038,2972 +"1085",312,17520,3,2038,2276 +"1086",312,19027,3,2038,2721 +"1087",312,19248,1,2038,2357 +"1088",312,19516,2,2038,2313 +"1089",312,19719,2,2038,2177 +"1090",312,19862,3,2038,2412 +"1091",312,21012,3,2038,2325 +"1092",312,21285,3,2038,2100 +"1093",312,21929,3,2038,2062 +"1094",312,22277,3,2038,2424 +"1095",312,23223,3,2038,2094 +"1096",312,23509,3,2038,2275 +"1097",312,24448,2,2038,2289 +"1098",312,24753,3,2038,2860 +"1099",312,24955,3,2038,2424 +"1100",312,25129,3,2038,2647 +"1101",312,25985,3,2038,2071 +"1102",312,26351,3,2038,2683 +"1103",312,26582,3,2038,2772 +"1104",312,26749,3,2038,2965 +"1105",312,27195,3,2038,2158 +"1106",312,27275,2,2038,2656 +"1107",312,27390,3,2038,2425 +"1108",312,28285,3,2038,2972 +"1109",312,29930,3,2038,2240 +"1110",312,30052,3,2038,2855 +"1111",312,30906,3,2038,2537 +"1112",312,31124,3,2038,2351 +"1113",312,31235,3,2038,2668 +"1114",312,32965,3,2038,2071 +"1115",312,33380,3,2038,2340 +"1116",312,33672,3,2038,2396 +"1117",312,33801,3,2038,2899 +"1118",312,34480,3,2038,2755 +"1119",312,35738,3,2038,2448 +"1120",312,37285,3,2038,2428 +"1121",312,39087,3,2038,2765 +"1122",312,39535,3,2038,2428 +"1123",312,42196,3,2038,2765 +"1124",312,43455,3,2038,2846 +"1125",312,45608,2,2038,2420 +"1126",312,46629,3,2038,2255 +"1127",312,47098,3,2038,2057 +"1128",312,47947,3,2038,2681 +"1129",312,48605,2,2038,2796 +"1130",312,49110,3,2038,2938 +"1131",312,50236,3,2038,2339 +"1132",312,50785,3,2038,2877 +"1133",312,51041,1,2038,2606 +"1134",312,51410,3,2038,2739 +"1135",312,51866,3,2038,2411 +"1136",312,52323,2,2038,2148 +"1137",312,52570,3,2038,2645 +"1138",312,52576,3,2038,2234 +"1139",312,53219,3,2038,2973 +"1140",312,54695,2,2038,2429 +"1141",312,56082,3,2038,2395 +"1142",312,58427,3,2038,2234 +"1143",312,58508,3,2038,2326 +"1144",312,58684,3,2038,2295 +"1145",312,59022,3,2038,2494 +"1146",312,61982,2,2038,2725 +"1147",312,62841,2,2038,2710 +"1148",312,64945,3,2038,2279 +"1149",312,66224,3,2038,2728 +"1150",312,67652,2,2038,2736 +"1151",312,68215,3,2038,2727 +"1152",312,76892,2,2038,2381 +"1153",312,82949,3,2038,2077 +"1154",313,362,3,2271,2537 +"1155",313,377,1,2271,2389 +"1156",313,613,3,2271,2687 +"1157",313,1151,2,2271,2885 +"1158",313,1616,2,2271,2662 +"1159",313,2036,2,2271,2483 +"1160",313,2224,3,2271,2751 +"1161",313,2484,2,2271,2389 +"1162",313,3853,3,2271,2465 +"1163",313,4057,2,2271,2389 +"1164",313,5462,2,2271,2374 +"1165",313,5504,2,2271,2389 +"1166",313,7323,2,2271,2858 +"1167",313,7394,2,2271,2615 +"1168",313,8604,3,2271,2799 +"1169",313,8760,2,2271,2477 +"1170",313,9362,3,2271,2879 +"1171",313,12713,3,2271,2440 +"1172",313,17520,3,2271,2276 +"1173",313,18151,3,2271,2962 +"1174",313,19606,3,2271,2783 +"1175",313,20700,2,2271,2861 +"1176",313,24923,3,2271,2785 +"1177",313,26516,3,2271,2479 +"1178",313,27478,1,2271,2485 +"1179",313,31799,3,2271,2547 +"1180",313,37570,2,2271,2389 +"1181",313,39548,3,2271,2389 +"1182",313,44768,3,2271,2516 +"1183",313,57977,3,2271,2683 +"1184",313,58218,3,2271,2627 +"1185",313,68098,3,2271,2378 +"1186",313,85430,3,2271,2370 +"1187",313,93615,3,2271,2386 +"1188",316,8842,3,2413,2535 +"1189",316,17549,3,2413,2647 +"1190",316,19208,3,2413,2629 +"1191",316,27379,2,2413,2461 +"1192",316,38307,3,2413,2648 +"1193",316,41945,3,2413,2856 +"1194",316,44688,2,2413,2924 +"1195",316,50480,3,2413,2701 +"1196",323,915,3,1706,1793 +"1197",323,3477,3,1706,2546 +"1198",323,7337,3,1706,1797 +"1199",323,8789,2,1706,2024 +"1200",323,10870,3,1706,1755 +"1201",323,13136,3,1706,2867 +"1202",323,19208,3,1706,2629 +"1203",323,19605,2,1706,2395 +"1204",323,27379,3,1706,2461 +"1205",323,29454,3,1706,2719 +"1206",323,50480,3,1706,2701 +"1207",325,212,2,495,1513 +"1208",325,270,2,495,2542 +"1209",325,1124,2,495,1596 +"1210",325,1520,3,495,1716 +"1211",325,2111,3,495,1904 +"1212",325,2424,3,495,2582 +"1213",325,3305,3,495,2839 +"1214",325,3306,3,495,1989 +"1215",325,4701,3,495,2401 +"1216",325,4790,3,495,1025 +"1217",325,4791,3,495,1184 +"1218",325,4889,3,495,1501 +"1219",325,5235,3,495,2324 +"1220",325,5971,3,495,1985 +"1221",325,6222,3,495,1949 +"1222",325,6264,3,495,749 +"1223",325,6363,3,495,2066 +"1224",325,6588,3,495,2025 +"1225",325,6718,1,495,2138 +"1226",325,7555,3,495,1943 +"1227",325,7627,3,495,1543 +"1228",325,8533,3,495,2251 +"1229",325,8762,3,495,2585 +"1230",325,8866,3,495,1545 +"1231",325,8888,3,495,1328 +"1232",325,9432,3,495,1693 +"1233",325,9650,3,495,1167 +"1234",325,10488,2,495,1524 +"1235",325,10523,3,495,1510 +"1236",325,11229,2,495,1625 +"1237",325,11817,2,495,600 +"1238",325,12374,3,495,2260 +"1239",325,13307,3,495,2206 +"1240",325,14108,3,495,2012 +"1241",325,14656,3,495,584 +"1242",325,14959,3,495,2898 +"1243",325,14972,3,495,2332 +"1244",325,15003,3,495,2067 +"1245",325,15135,3,495,1035 +"1246",325,16310,3,495,2796 +"1247",325,16352,3,495,2657 +"1248",325,17376,3,495,1202 +"1249",325,18152,3,495,1314 +"1250",325,18361,3,495,2968 +"1251",325,18394,2,495,2356 +"1252",325,19622,3,495,2371 +"1253",325,20124,3,495,2376 +"1254",325,20975,3,495,1305 +"1255",325,21012,3,495,2325 +"1256",325,21104,3,495,2327 +"1257",325,21122,3,495,1701 +"1258",325,21198,3,495,935 +"1259",325,21693,2,495,2176 +"1260",325,22197,2,495,2271 +"1261",325,22282,3,495,1418 +"1262",325,22326,2,495,2818 +"1263",325,22362,2,495,1836 +"1264",325,23509,3,495,2275 +"1265",325,23526,3,495,1998 +"1266",325,23715,3,495,1859 +"1267",325,23725,3,495,2378 +"1268",325,24066,3,495,1755 +"1269",325,24362,3,495,1287 +"1270",325,25305,2,495,2447 +"1271",325,25985,3,495,2071 +"1272",325,26749,3,495,2965 +"1273",325,26867,3,495,1804 +"1274",325,27112,2,495,500 +"1275",325,27849,3,495,1316 +"1276",325,29093,3,495,1933 +"1277",325,29705,2,495,607 +"1278",325,29962,3,495,2201 +"1279",325,29987,2,495,956 +"1280",325,30173,3,495,2404 +"1281",325,30325,3,495,1067 +"1282",325,30334,3,495,2075 +"1283",325,30405,3,495,2164 +"1284",325,31307,3,495,2139 +"1285",325,32017,3,495,577 +"1286",325,32131,2,495,1035 +"1287",325,32965,3,495,2071 +"1288",325,35402,3,495,2339 +"1289",325,35518,3,495,1721 +"1290",325,35673,3,495,1067 +"1291",325,37636,3,495,2178 +"1292",325,37800,3,495,604 +"1293",325,38019,3,495,1870 +"1294",325,39238,3,495,922 +"1295",325,39570,2,495,496 +"1296",325,39865,3,495,849 +"1297",325,40028,3,495,1349 +"1298",325,40072,3,495,1182 +"1299",325,40392,3,495,1878 +"1300",325,42687,2,495,1952 +"1301",325,43051,3,495,904 +"1302",325,43455,3,495,2846 +"1303",325,43518,3,495,2680 +"1304",325,44059,3,495,525 +"1305",325,44521,3,495,1593 +"1306",325,44729,3,495,588 +"1307",325,46182,3,495,1613 +"1308",325,46196,3,495,1510 +"1309",325,46629,3,495,2255 +"1310",325,46723,3,495,607 +"1311",325,48548,3,495,826 +"1312",325,50118,3,495,2654 +"1313",325,50219,3,495,756 +"1314",325,50236,3,495,2339 +"1315",325,51783,3,495,2599 +"1316",325,52136,3,495,1412 +"1317",325,52345,3,495,1430 +"1318",325,53303,3,495,1376 +"1319",325,56082,3,495,2395 +"1320",325,56317,3,495,2030 +"1321",325,57246,3,495,1873 +"1322",325,58508,3,495,2326 +"1323",325,59939,3,495,936 +"1324",325,61982,3,495,2725 +"1325",325,67763,2,495,822 +"1326",325,68215,3,495,2727 +"1327",325,70217,3,495,2332 +"1328",325,70724,2,495,496 +"1329",325,70838,3,495,687 +"1330",325,71342,3,495,1289 +"1331",325,72207,3,495,2430 +"1332",325,72326,3,495,2384 +"1333",325,72956,3,495,1251 +"1334",325,75948,3,495,1006 +"1335",325,77305,3,495,965 +"1336",325,79436,3,495,1344 +"1337",325,79804,2,495,2227 +"1338",325,80242,1,495,569 +"1339",325,80784,3,495,1738 +"1340",325,81588,3,495,1568 +"1341",325,82949,3,495,2077 +"1342",325,85138,3,495,1685 +"1343",325,87048,2,495,989 +"1344",325,89097,3,495,935 +"1345",325,91912,2,495,790 +"1346",325,92220,3,495,607 +"1347",325,97915,3,495,1802 +"1348",325,101797,3,495,2357 +"1349",325,109663,3,495,545 +"1350",325,111971,3,495,1032 +"1351",325,112437,3,495,513 +"1352",325,117956,3,495,2774 +"1353",325,120549,3,495,708 +"1354",330,19364,3,2163,2846 +"1355",330,34921,3,2163,2181 +"1356",330,73553,3,2163,2726 +"1357",330,121354,2,2163,2862 +"1358",341,841,1,2689,2964 +"1359",341,3978,3,2689,2775 +"1360",341,10310,3,2689,2774 +"1361",341,11648,3,2689,2852 +"1362",341,13732,3,2689,2789 +"1363",341,15444,3,2689,2764 +"1364",341,31331,1,2689,2964 +"1365",341,31700,3,2689,2727 +"1366",341,41770,3,2689,2752 +"1367",341,41945,3,2689,2856 +"1368",341,44235,3,2689,2700 +"1369",341,44688,3,2689,2924 +"1370",341,59243,3,2689,2770 +"1371",341,61337,3,2689,2777 +"1372",341,64967,2,2689,2872 +"1373",357,377,3,2327,2389 +"1374",357,5350,3,2327,2522 +"1375",357,7759,3,2327,2844 +"1376",357,12042,3,2327,2345 +"1377",357,21872,2,2327,2458 +"1378",357,24923,1,2327,2785 +"1379",357,29073,3,2327,2328 +"1380",357,31799,3,2327,2547 +"1381",357,40937,1,2327,2639 +"1382",357,71982,3,2327,2812 +"1383",357,102824,1,2327,2944 +"1384",358,361,1,798,1970 +"1385",358,392,1,798,1915 +"1386",358,3011,3,798,2278 +"1387",358,7548,2,798,1932 +"1388",358,9311,2,798,2477 +"1389",358,10843,3,798,2277 +"1390",358,13249,3,798,2573 +"1391",358,15626,3,798,2434 +"1392",358,16542,3,798,2039 +"1393",358,18393,3,798,860 +"1394",358,19453,3,798,1928 +"1395",358,20494,3,798,1075 +"1396",358,22455,3,798,1197 +"1397",358,24286,3,798,1280 +"1398",358,24753,3,798,2860 +"1399",358,24793,3,798,1993 +"1400",358,24794,2,798,925 +"1401",358,24826,3,798,1382 +"1402",358,27297,2,798,1382 +"1403",358,30906,3,798,2537 +"1404",358,33356,3,798,1586 +"1405",358,33433,2,798,2805 +"1406",358,34707,3,798,2042 +"1407",358,36446,3,798,1175 +"1408",358,36763,3,798,2165 +"1409",358,49581,1,798,1817 +"1410",358,49677,3,798,1222 +"1411",358,50946,2,798,1075 +"1412",358,52457,3,798,849 +"1413",358,52566,3,798,2318 +"1414",358,55324,3,798,1544 +"1415",358,55643,2,798,2359 +"1416",358,59113,3,798,2434 +"1417",358,59937,3,798,885 +"1418",358,67456,3,798,1608 +"1419",358,74190,3,798,1428 +"1420",358,78932,2,798,981 +"1421",358,83907,3,798,2056 +"1422",358,84897,3,798,1075 +"1423",358,104239,3,798,926 +"1424",359,364,3,635,2351 +"1425",359,1520,3,635,1716 +"1426",359,1780,3,635,1375 +"1427",359,2700,3,635,857 +"1428",359,2747,2,635,2411 +"1429",359,2852,3,635,2448 +"1430",359,2979,3,635,2912 +"1431",359,4916,3,635,1970 +"1432",359,5346,3,635,1438 +"1433",359,5839,3,635,2301 +"1434",359,5897,3,635,2337 +"1435",359,7269,3,635,1728 +"1436",359,7337,3,635,1797 +"1437",359,8604,3,635,2799 +"1438",359,8781,3,635,914 +"1439",359,8865,3,635,2394 +"1440",359,9241,3,635,2338 +"1441",359,9332,3,635,2734 +"1442",359,9481,3,635,1610 +"1443",359,10453,3,635,1656 +"1444",359,10457,3,635,1711 +"1445",359,10638,3,635,2692 +"1446",359,11990,3,635,1909 +"1447",359,12067,2,635,1213 +"1448",359,12078,3,635,2381 +"1449",359,12948,3,635,2669 +"1450",359,13065,3,635,1561 +"1451",359,13184,3,635,977 +"1452",359,14749,3,635,1998 +"1453",359,14754,3,635,2456 +"1454",359,14817,3,635,2110 +"1455",359,14998,3,635,1553 +"1456",359,15207,3,635,1855 +"1457",359,15826,1,635,2772 +"1458",359,16777,3,635,834 +"1459",359,18005,3,635,2449 +"1460",359,18978,3,635,952 +"1461",359,19433,3,635,2504 +"1462",359,19655,3,635,2706 +"1463",359,19718,3,635,1702 +"1464",359,20155,3,635,1517 +"1465",359,21209,3,635,2184 +"1466",359,21214,3,635,688 +"1467",359,23000,3,635,1815 +"1468",359,23131,3,635,1732 +"1469",359,23488,3,635,1523 +"1470",359,24176,3,635,1986 +"1471",359,26182,2,635,2775 +"1472",359,27008,2,635,911 +"1473",359,27255,3,635,1232 +"1474",359,27742,3,635,2700 +"1475",359,27908,3,635,2576 +"1476",359,29267,3,635,1234 +"1477",359,29627,3,635,882 +"1478",359,30368,3,635,2487 +"1479",359,30525,3,635,1964 +"1480",359,31542,3,635,2459 +"1481",359,31868,3,635,1993 +"1482",359,33017,3,635,1493 +"1483",359,33870,3,635,955 +"1484",359,34478,3,635,2265 +"1485",359,36136,3,635,2338 +"1486",359,36912,3,635,2469 +"1487",359,37427,3,635,915 +"1488",359,37937,3,635,1320 +"1489",359,38457,2,635,1630 +"1490",359,38513,3,635,914 +"1491",359,38816,3,635,1225 +"1492",359,39062,2,635,2020 +"1493",359,40309,1,635,871 +"1494",359,41023,3,635,2408 +"1495",359,43058,3,635,1608 +"1496",359,44181,3,635,1034 +"1497",359,44433,3,635,2224 +"1498",359,44603,3,635,2748 +"1499",359,46486,3,635,1868 +"1500",359,46501,3,635,845 +"1501",359,47595,3,635,2374 +"1502",359,50278,3,635,1127 +"1503",359,50581,3,635,1258 +"1504",359,51151,3,635,1195 +"1505",359,51223,3,635,2153 +"1506",359,52483,3,635,2317 +"1507",359,54388,3,635,1257 +"1508",359,54467,3,635,919 +"1509",359,54890,2,635,877 +"1510",359,56569,2,635,1993 +"1511",359,57356,3,635,2476 +"1512",359,57912,2,635,1035 +"1513",359,58655,3,635,2685 +"1514",359,60808,3,635,1258 +"1515",359,66911,3,635,1920 +"1516",359,71219,3,635,967 +"1517",359,76132,3,635,2426 +"1518",359,81716,3,635,1199 +"1519",359,83398,3,635,845 +"1520",359,84574,3,635,958 +"1521",359,87958,3,635,1234 +"1522",359,91849,3,635,1166 +"1523",359,94520,3,635,1243 +"1524",359,99332,3,635,873 +"1525",359,106240,3,635,705 +"1526",359,115021,3,635,1226 +"1527",360,14,2,1671,1793 +"1528",360,270,3,1671,2542 +"1529",360,854,3,1671,2307 +"1530",360,915,3,1671,1793 +"1531",360,1324,3,1671,2147 +"1532",360,2625,3,1671,2152 +"1533",360,3493,3,1671,2451 +"1534",360,4504,3,1671,1905 +"1535",360,5235,3,1671,2324 +"1536",360,5622,3,1671,2175 +"1537",360,6390,3,1671,2385 +"1538",360,6491,3,1671,2424 +"1539",360,7180,3,1671,2227 +"1540",360,8088,3,1671,2220 +"1541",360,8274,3,1671,1909 +"1542",360,9364,3,1671,1698 +"1543",360,9828,3,1671,2085 +"1544",360,9979,3,1671,2238 +"1545",360,10857,3,1671,2253 +"1546",360,10874,3,1671,1891 +"1547",360,12432,2,1671,1816 +"1548",360,12449,3,1671,2067 +"1549",360,16587,3,1671,2065 +"1550",360,16863,2,1671,2069 +"1551",360,18394,2,1671,2356 +"1552",360,22260,1,1671,2137 +"1553",360,22885,3,1671,1702 +"1554",360,23725,3,1671,2378 +"1555",360,24066,1,1671,1755 +"1556",360,26366,2,1671,1688 +"1557",360,26451,3,1671,2133 +"1558",360,28285,3,1671,2972 +"1559",360,30236,3,1671,2238 +"1560",360,30405,3,1671,2164 +"1561",360,30827,3,1671,2323 +"1562",360,31235,3,1671,2668 +"1563",360,32064,2,1671,1739 +"1564",360,34735,3,1671,2767 +"1565",360,37758,3,1671,1998 +"1566",360,37915,3,1671,1905 +"1567",360,38732,3,1671,2263 +"1568",360,39278,3,1671,1952 +"1569",360,45684,3,1671,2200 +"1570",360,47445,3,1671,2668 +"1571",360,48274,3,1671,1979 +"1572",360,48754,3,1671,1972 +"1573",360,51089,3,1671,2426 +"1574",360,52969,3,1671,2302 +"1575",360,54551,3,1671,2348 +"1576",360,55468,3,1671,2511 +"1577",360,64997,3,1671,2791 +"1578",360,73107,3,1671,1918 +"1579",360,81221,2,1671,2285 +"1580",360,91579,3,1671,2510 +"1581",360,92513,3,1671,2282 +"1582",361,9311,3,1970,2477 +"1583",361,14669,3,1970,2080 +"1584",361,33433,3,1970,2805 +"1585",361,49759,3,1970,2400 +"1586",361,55643,3,1970,2359 +"1587",362,1151,3,2537,2885 +"1588",362,1616,2,2537,2662 +"1589",362,7323,3,2537,2858 +"1590",362,7794,3,2537,2972 +"1591",362,8762,3,2537,2585 +"1592",362,19606,3,2537,2783 +"1593",362,22714,2,2537,2793 +"1594",362,35837,3,2537,2871 +"1595",362,39444,3,2537,2695 +"1596",362,51041,3,2537,2606 +"1597",364,841,3,2351,2964 +"1598",364,2036,3,2351,2483 +"1599",364,2206,3,2351,2536 +"1600",364,2852,3,2351,2448 +"1601",364,3493,3,2351,2451 +"1602",364,3978,3,2351,2775 +"1603",364,4303,3,2351,2414 +"1604",364,6989,3,2351,2623 +"1605",364,8760,3,2351,2477 +"1606",364,8865,3,2351,2394 +"1607",364,9503,3,2351,2453 +"1608",364,9785,2,2351,2951 +"1609",364,9787,2,2351,2858 +"1610",364,11648,3,2351,2852 +"1611",364,12361,3,2351,2732 +"1612",364,12948,3,2351,2669 +"1613",364,16866,3,2351,2718 +"1614",364,17033,3,2351,2771 +"1615",364,18005,3,2351,2449 +"1616",364,18865,3,2351,2676 +"1617",364,19655,3,2351,2706 +"1618",364,21407,3,2351,2728 +"1619",364,23498,3,2351,2398 +"1620",364,24096,3,2351,2612 +"1621",364,27390,3,2351,2425 +"1622",364,27742,3,2351,2700 +"1623",364,28869,3,2351,2425 +"1624",364,31700,3,2351,2727 +"1625",364,34908,3,2351,2796 +"1626",364,36953,3,2351,2790 +"1627",364,40572,3,2351,2666 +"1628",364,41023,3,2351,2408 +"1629",364,42256,3,2351,2839 +"1630",364,45729,2,2351,2606 +"1631",364,45869,3,2351,2840 +"1632",364,47013,3,2351,2388 +"1633",364,50585,3,2351,2414 +"1634",364,51144,3,2351,2466 +"1635",364,64947,3,2351,2489 +"1636",364,71531,2,2351,2887 +"1637",368,3306,3,416,1989 +"1638",368,33949,2,416,2489 +"1639",368,42522,1,416,2592 +"1640",368,52969,2,416,2302 +"1641",372,10200,3,1944,2920 +"1642",372,11429,3,1944,2520 +"1643",372,14761,3,1944,2502 +"1644",377,362,3,2389,2537 +"1645",377,613,3,2389,2687 +"1646",377,1151,2,2389,2885 +"1647",377,1616,1,2389,2662 +"1648",377,2036,2,2389,2483 +"1649",377,2224,3,2389,2751 +"1650",377,3853,3,2389,2465 +"1651",377,7323,1,2389,2858 +"1652",377,7394,3,2389,2615 +"1653",377,8604,3,2389,2799 +"1654",377,8760,2,2389,2477 +"1655",377,9311,3,2389,2477 +"1656",377,9362,3,2389,2879 +"1657",377,10148,3,2389,2964 +"1658",377,12713,3,2389,2440 +"1659",377,13601,3,2389,2689 +"1660",377,14655,3,2389,2559 +"1661",377,14959,3,2389,2898 +"1662",377,16352,3,2389,2657 +"1663",377,18151,3,2389,2962 +"1664",377,19606,2,2389,2783 +"1665",377,20700,2,2389,2861 +"1666",377,21193,3,2389,2490 +"1667",377,21571,3,2389,2755 +"1668",377,24923,2,2389,2785 +"1669",377,26080,3,2389,2525 +"1670",377,26516,3,2389,2479 +"1671",377,27478,2,2389,2485 +"1672",377,31235,3,2389,2668 +"1673",377,31799,3,2389,2547 +"1674",377,32567,3,2389,2784 +"1675",377,34735,3,2389,2767 +"1676",377,36559,3,2389,2473 +"1677",377,37238,3,2389,2609 +"1678",377,38307,3,2389,2648 +"1679",377,39444,3,2389,2695 +"1680",377,41945,3,2389,2856 +"1681",377,41972,3,2389,2509 +"1682",377,43455,3,2389,2846 +"1683",377,44768,3,2389,2516 +"1684",377,44885,3,2389,2670 +"1685",377,47445,3,2389,2668 +"1686",377,47803,3,2389,2477 +"1687",377,49110,3,2389,2938 +"1688",377,57977,3,2389,2683 +"1689",377,58218,3,2389,2627 +"1690",377,60257,3,2389,2795 +"1691",377,70046,3,2389,2624 +"1692",378,17499,3,2766,2954 +"1693",378,23550,3,2766,2939 +"1694",380,270,2,2261,2542 +"1695",380,377,3,2261,2389 +"1696",380,854,3,2261,2307 +"1697",380,1102,1,2261,2282 +"1698",380,1136,3,2261,2536 +"1699",380,1151,3,2261,2885 +"1700",380,1616,3,2261,2662 +"1701",380,2224,3,2261,2751 +"1702",380,2424,3,2261,2582 +"1703",380,2484,2,2261,2389 +"1704",380,2572,2,2261,2273 +"1705",380,2954,3,2261,2727 +"1706",380,3305,3,2261,2839 +"1707",380,3477,3,2261,2546 +"1708",380,3493,3,2261,2451 +"1709",380,5235,2,2261,2324 +"1710",380,5462,3,2261,2374 +"1711",380,5504,3,2261,2389 +"1712",380,6055,3,2261,2651 +"1713",380,6063,3,2261,2349 +"1714",380,6074,2,2261,2426 +"1715",380,6491,2,2261,2424 +"1716",380,7323,3,2261,2858 +"1717",380,7847,3,2261,2424 +"1718",380,8762,3,2261,2585 +"1719",380,9362,2,2261,2879 +"1720",380,9723,3,2261,2302 +"1721",380,9928,3,2261,2345 +"1722",380,10513,1,2261,2284 +"1723",380,11218,2,2261,2292 +"1724",380,12042,3,2261,2345 +"1725",380,12528,3,2261,2589 +"1726",380,12728,2,2261,2374 +"1727",380,14655,2,2261,2559 +"1728",380,14834,2,2261,2739 +"1729",380,16352,3,2261,2657 +"1730",380,17520,3,2261,2276 +"1731",380,17999,3,2261,2758 +"1732",380,18394,2,2261,2356 +"1733",380,19248,2,2261,2357 +"1734",380,19606,3,2261,2783 +"1735",380,19622,3,2261,2371 +"1736",380,19686,3,2261,2467 +"1737",380,19862,2,2261,2412 +"1738",380,20124,2,2261,2376 +"1739",380,20407,3,2261,2339 +"1740",380,20700,3,2261,2861 +"1741",380,20941,3,2261,2725 +"1742",380,21012,3,2261,2325 +"1743",380,21138,3,2261,2849 +"1744",380,21682,3,2261,2414 +"1745",380,22326,3,2261,2818 +"1746",380,23509,3,2261,2275 +"1747",380,23725,3,2261,2378 +"1748",380,24060,2,2261,2349 +"1749",380,25305,3,2261,2447 +"1750",380,26080,3,2261,2525 +"1751",380,26671,3,2261,2279 +"1752",380,26749,3,2261,2965 +"1753",380,27275,3,2261,2656 +"1754",380,27628,3,2261,2389 +"1755",380,30827,3,2261,2323 +"1756",380,31235,3,2261,2668 +"1757",380,31335,3,2261,2351 +"1758",380,32457,3,2261,2690 +"1759",380,33223,3,2261,2397 +"1760",380,33475,3,2261,2367 +"1761",380,34480,3,2261,2755 +"1762",380,34836,3,2261,2302 +"1763",380,35256,3,2261,2271 +"1764",380,35815,3,2261,2789 +"1765",380,36087,3,2261,2755 +"1766",380,36439,3,2261,2469 +"1767",380,37570,3,2261,2389 +"1768",380,38780,3,2261,2705 +"1769",380,40369,3,2261,2735 +"1770",380,41023,3,2261,2408 +"1771",380,42129,3,2261,2318 +"1772",380,42216,2,2261,2722 +"1773",380,43455,3,2261,2846 +"1774",380,43518,3,2261,2680 +"1775",380,44769,3,2261,2411 +"1776",380,45302,2,2261,2390 +"1777",380,46950,3,2261,2673 +"1778",380,47248,3,2261,2883 +"1779",380,47772,3,2261,2293 +"1780",380,48605,2,2261,2796 +"1781",380,49110,3,2261,2938 +"1782",380,50134,2,2261,2674 +"1783",380,50236,3,2261,2339 +"1784",380,51035,2,2261,2397 +"1785",380,51866,3,2261,2411 +"1786",380,54551,2,2261,2348 +"1787",380,54929,3,2261,2783 +"1788",380,56082,3,2261,2395 +"1789",380,57544,3,2261,2443 +"1790",380,57977,3,2261,2683 +"1791",380,58508,3,2261,2326 +"1792",380,61982,3,2261,2725 +"1793",380,62841,3,2261,2710 +"1794",380,64997,3,2261,2791 +"1795",380,66983,3,2261,2397 +"1796",380,66992,3,2261,2882 +"1797",380,72207,3,2261,2430 +"1798",380,72326,3,2261,2384 +"1799",380,74985,3,2261,2895 +"1800",380,80825,2,2261,2315 +"1801",386,1685,3,1553,2230 +"1802",386,1787,3,1553,1707 +"1803",386,6234,3,1553,2654 +"1804",386,11868,3,1553,1639 +"1805",386,12007,3,1553,1594 +"1806",386,20011,3,1553,2826 +"1807",386,22744,3,1553,1907 +"1808",386,29775,3,1553,2064 +"1809",386,42136,3,1553,2551 +"1810",386,75207,3,1553,2235 +"1811",386,79461,3,1553,1667 +"1812",386,86697,3,1553,1985 +"1813",388,680,3,1594,2569 +"1814",388,1150,2,1594,1595 +"1815",388,1560,1,1594,2013 +"1816",388,2563,3,1594,1686 +"1817",388,2802,3,1594,1836 +"1818",388,3255,3,1594,2504 +"1819",388,3520,3,1594,2281 +"1820",388,4303,3,1594,2414 +"1821",388,4313,3,1594,2368 +"1822",388,4698,3,1594,2481 +"1823",388,5235,3,1594,2324 +"1824",388,6602,3,1594,1631 +"1825",388,8062,3,1594,2858 +"1826",388,8525,2,1594,1787 +"1827",388,9716,2,1594,1929 +"1828",388,9723,3,1594,2302 +"1829",388,9808,3,1594,1648 +"1830",388,10146,3,1594,1878 +"1831",388,10200,2,1594,2920 +"1832",388,10474,3,1594,1608 +"1833",388,11429,1,1594,2520 +"1834",388,11477,3,1594,2724 +"1835",388,12759,3,1594,2414 +"1836",388,14623,3,1594,2043 +"1837",388,14626,3,1594,2175 +"1838",388,14654,3,1594,1692 +"1839",388,14761,2,1594,2502 +"1840",388,14972,3,1594,2332 +"1841",388,15095,3,1594,2001 +"1842",388,15700,3,1594,1712 +"1843",388,18124,3,1594,1642 +"1844",388,18371,3,1594,2860 +"1845",388,19296,3,1594,1705 +"1846",388,21895,3,1594,1693 +"1847",388,24086,2,1594,2663 +"1848",388,25373,3,1594,2783 +"1849",388,30334,2,1594,2075 +"1850",388,30668,3,1594,2882 +"1851",388,30669,3,1594,1921 +"1852",388,30705,3,1594,2959 +"1853",388,31170,3,1594,1776 +"1854",388,32582,3,1594,1929 +"1855",388,33755,3,1594,2963 +"1856",388,34820,3,1594,1630 +"1857",388,34892,3,1594,2309 +"1858",388,35518,3,1594,1721 +"1859",388,36953,3,1594,2790 +"1860",388,37342,2,1594,2649 +"1861",388,37636,2,1594,2178 +"1862",388,37844,3,1594,2002 +"1863",388,38602,2,1594,2693 +"1864",388,40392,1,1594,1878 +"1865",388,41185,2,1594,1929 +"1866",388,41429,3,1594,1770 +"1867",388,41723,3,1594,2101 +"1868",388,42883,3,1594,2575 +"1869",388,43204,3,1594,1680 +"1870",388,45299,3,1594,2426 +"1871",388,47082,3,1594,1990 +"1872",388,49347,3,1594,2504 +"1873",388,49621,3,1594,1915 +"1874",388,50430,3,1594,1689 +"1875",388,50480,3,1594,2701 +"1876",388,51783,2,1594,2599 +"1877",388,56082,3,1594,2395 +"1878",388,58086,2,1594,1667 +"1879",388,61513,2,1594,2948 +"1880",388,69077,3,1594,1689 +"1881",388,71065,3,1594,2231 +"1882",388,78552,3,1594,2069 +"1883",388,81113,3,1594,1914 +"1884",388,100586,3,1594,2966 +"1885",388,122567,2,1594,2783 +"1886",389,1691,3,106,1941 +"1887",389,2407,3,106,1725 +"1888",389,6390,3,106,2385 +"1889",389,14108,3,106,2012 +"1890",389,15546,3,106,2055 +"1891",389,15556,3,106,270 +"1892",389,16866,3,106,2718 +"1893",389,18865,3,106,2676 +"1894",389,19208,3,106,2629 +"1895",389,19605,3,106,2395 +"1896",389,24615,3,106,229 +"1897",389,25565,3,106,2764 +"1898",389,34945,2,106,1298 +"1899",389,36439,3,106,2469 +"1900",389,41085,3,106,637 +"1901",389,47585,3,106,794 +"1902",389,49300,3,106,515 +"1903",389,50480,3,106,2701 +"1904",389,52327,3,106,1472 +"1905",389,56910,2,106,2705 +"1906",389,57990,3,106,978 +"1907",389,61785,3,106,822 +"1908",389,63395,3,106,2334 +"1909",389,68979,3,106,1173 +"1910",389,70925,3,106,109 +"1911",389,71274,3,106,2390 +"1912",389,76192,3,106,912 +"1913",389,92592,3,106,486 +"1914",389,96671,1,106,359 +"1915",389,99953,3,106,581 +"1916",389,101967,3,106,691 +"1917",392,361,1,1915,1970 +"1918",392,7548,3,1915,1932 +"1919",392,9311,3,1915,2477 +"1920",392,33433,3,1915,2805 +"1921",392,55643,3,1915,2359 +"1922",393,1708,3,643,1591 +"1923",393,1785,3,643,2350 +"1924",393,4249,3,643,2547 +"1925",393,4784,3,643,2511 +"1926",393,6020,3,643,1864 +"1927",393,6747,1,643,2913 +"1928",393,13595,3,643,1164 +"1929",393,14772,3,643,2386 +"1930",393,16910,2,643,1978 +"1931",393,17672,3,643,1987 +"1932",393,21358,3,643,1970 +"1933",393,23963,3,643,647 +"1934",393,28648,3,643,1586 +"1935",393,34274,3,643,1437 +"1936",393,41489,3,643,2006 +"1937",393,45297,2,643,1864 +"1938",393,46049,2,643,2102 +"1939",393,48823,3,643,2080 +"1940",393,49029,3,643,647 +"1941",393,50468,3,643,1659 +"1942",393,52179,3,643,1572 +"1943",393,54488,3,643,2357 +"1944",393,82217,3,643,2441 +"1945",393,93642,3,643,1120 +"1946",410,8354,3,927,1705 +"1947",410,14998,3,927,1553 +"1948",410,16120,3,927,1237 +"1949",410,22639,3,927,2352 +"1950",410,42254,3,927,1052 +"1951",410,51265,3,927,2670 +"1952",410,73107,3,927,1918 +"1953",446,7245,3,1910,2089 +"1954",446,7795,3,1910,2789 +"1955",446,8533,3,1910,2251 +"1956",446,23725,3,1910,2378 +"1957",446,47947,3,1910,2681 +"1958",446,57977,3,1910,2683 +"1959",446,63442,3,1910,1965 +"1960",449,2195,3,1950,2139 +"1961",449,3306,3,1950,1989 +"1962",449,5622,3,1950,2175 +"1963",449,10857,3,1950,2253 +"1964",449,11966,3,1950,2385 +"1965",449,14032,3,1950,2144 +"1966",449,15301,3,1950,2308 +"1967",449,16352,3,1950,2657 +"1968",449,17400,3,1950,2231 +"1969",449,19622,3,1950,2371 +"1970",449,21571,3,1950,2755 +"1971",449,23725,3,1950,2378 +"1972",449,32567,3,1950,2784 +"1973",449,34735,3,1950,2767 +"1974",449,42619,3,1950,2017 +"1975",449,45684,3,1950,2200 +"1976",449,54551,3,1950,2348 +"1977",455,1262,3,2827,2973 +"1978",455,17826,3,2827,2920 +"1979",455,18151,2,2827,2962 +"1980",455,19872,3,2827,2913 +"1981",455,30052,2,2827,2855 +"1982",457,380,3,1704,2261 +"1983",457,952,2,1704,1991 +"1984",457,1092,3,1704,1945 +"1985",457,1102,2,1704,2282 +"1986",457,2572,3,1704,2273 +"1987",457,3801,3,1704,1974 +"1988",457,4705,3,1704,1714 +"1989",457,5429,3,1704,1991 +"1990",457,5580,2,1704,2111 +"1991",457,6047,3,1704,2004 +"1992",457,6052,3,1704,1985 +"1993",457,6074,2,1704,2426 +"1994",457,6449,3,1704,1997 +"1995",457,7942,3,1704,2623 +"1996",457,9175,2,1704,2639 +"1997",457,9654,2,1704,2111 +"1998",457,10310,3,1704,2774 +"1999",457,11493,3,1704,2077 +"2000",457,11516,3,1704,1937 +"2001",457,12374,3,1704,2260 +"2002",457,12432,3,1704,1816 +"2003",457,12449,3,1704,2067 +"2004",457,12724,3,1704,1930 +"2005",457,13869,3,1704,1786 +"2006",457,14972,3,1704,2332 +"2007",457,17351,3,1704,2036 +"2008",457,20486,2,1704,1908 +"2009",457,21682,3,1704,2414 +"2010",457,21706,3,1704,1988 +"2011",457,21929,3,1704,2062 +"2012",457,23011,3,1704,2763 +"2013",457,23825,3,1704,1913 +"2014",457,24060,3,1704,2349 +"2015",457,24066,3,1704,1755 +"2016",457,24558,1,1704,2139 +"2017",457,26671,1,1704,2279 +"2018",457,30405,3,1704,2164 +"2019",457,31003,2,1704,1859 +"2020",457,31124,3,1704,2351 +"2021",457,34836,3,1704,2302 +"2022",457,34907,3,1704,1945 +"2023",457,38019,3,1704,1870 +"2024",457,38780,3,1704,2705 +"2025",457,39189,3,1704,2319 +"2026",457,41770,3,1704,2752 +"2027",457,42216,3,1704,2722 +"2028",457,42390,3,1704,2937 +"2029",457,45239,3,1704,2535 +"2030",457,45302,3,1704,2390 +"2031",457,48215,3,1704,2028 +"2032",457,50134,2,1704,2674 +"2033",457,51017,3,1704,2073 +"2034",457,51035,3,1704,2397 +"2035",457,51866,3,1704,2411 +"2036",457,53323,3,1704,2677 +"2037",457,53608,3,1704,1986 +"2038",457,54695,3,1704,2429 +"2039",457,56082,3,1704,2395 +"2040",457,57353,2,1704,1849 +"2041",457,67726,3,1704,2873 +"2042",457,117080,3,1704,2357 +"2043",468,1692,3,1966,2443 +"2044",468,3164,3,1966,2693 +"2045",468,3669,3,1966,2524 +"2046",468,5816,2,1966,2408 +"2047",468,6030,3,1966,2953 +"2048",468,6248,3,1966,2737 +"2049",468,9828,3,1966,2085 +"2050",468,11966,3,1966,2385 +"2051",468,12035,2,1966,2721 +"2052",468,14754,3,1966,2456 +"2053",468,15301,1,1966,2308 +"2054",468,16352,3,1966,2657 +"2055",468,17413,3,1966,2230 +"2056",468,17974,3,1966,2876 +"2057",468,17999,3,1966,2758 +"2058",468,18808,2,1966,2854 +"2059",468,20292,3,1966,2755 +"2060",468,21504,3,1966,2328 +"2061",468,21571,2,1966,2755 +"2062",468,21682,3,1966,2414 +"2063",468,22566,2,1966,2308 +"2064",468,22905,3,1966,2599 +"2065",468,23739,3,1966,2463 +"2066",468,24761,3,1966,2384 +"2067",468,28168,3,1966,2702 +"2068",468,30668,3,1966,2882 +"2069",468,31251,1,1966,2498 +"2070",468,31285,3,1966,2328 +"2071",468,32567,3,1966,2784 +"2072",468,33981,3,1966,1993 +"2073",468,34735,3,1966,2767 +"2074",468,35264,3,1966,2329 +"2075",468,40493,3,1966,1981 +"2076",468,42619,3,1966,2017 +"2077",468,45585,3,1966,2384 +"2078",468,49147,3,1966,2539 +"2079",468,50635,3,1966,2962 +"2080",468,53362,2,1966,2360 +"2081",468,53530,2,1966,2380 +"2082",468,55436,3,1966,2513 +"2083",468,55775,3,1966,2385 +"2084",468,59005,3,1966,2817 +"2085",468,60672,2,1966,2876 +"2086",468,68416,3,1966,2939 +"2087",468,71065,3,1966,2231 +"2088",470,455,1,2285,2827 +"2089",470,1226,3,2285,2353 +"2090",470,2224,3,2285,2751 +"2091",470,2424,3,2285,2582 +"2092",470,4618,3,2285,2607 +"2093",470,6074,3,2285,2426 +"2094",470,7515,3,2285,2737 +"2095",470,7847,3,2285,2424 +"2096",470,12528,3,2285,2589 +"2097",470,14507,3,2285,2686 +"2098",470,14754,3,2285,2456 +"2099",470,15626,3,2285,2434 +"2100",470,16352,3,2285,2657 +"2101",470,18151,3,2285,2962 +"2102",470,21795,3,2285,2653 +"2103",470,22566,3,2285,2308 +"2104",470,22567,3,2285,2396 +"2105",470,23132,2,2285,2756 +"2106",470,23705,3,2285,2699 +"2107",470,24448,3,2285,2289 +"2108",470,24825,3,2285,2686 +"2109",470,27275,3,2285,2656 +"2110",470,27312,3,2285,2469 +"2111",470,27390,3,2285,2425 +"2112",470,30052,2,2285,2855 +"2113",470,31235,3,2285,2668 +"2114",470,34735,3,2285,2767 +"2115",470,40383,3,2285,2639 +"2116",470,40910,3,2285,2469 +"2117",470,42216,3,2285,2722 +"2118",470,51853,3,2285,2520 +"2119",470,54551,3,2285,2348 +"2120",470,62219,3,2285,2494 +"2121",470,64997,3,2285,2791 +"2122",470,65016,2,2285,2749 +"2123",470,66413,2,2285,2507 +"2124",470,67652,3,2285,2736 +"2125",470,73305,3,2285,2544 +"2126",472,1767,3,964,2727 +"2127",472,2600,3,964,1182 +"2128",472,2694,2,964,2062 +"2129",472,3849,3,964,1356 +"2130",472,5041,3,964,2371 +"2131",472,5557,3,964,1929 +"2132",472,7148,3,964,1095 +"2133",472,7258,3,964,1714 +"2134",472,15808,3,964,1521 +"2135",472,19096,3,964,1538 +"2136",472,19528,3,964,2742 +"2137",472,22207,3,964,2365 +"2138",472,24293,3,964,1184 +"2139",472,25462,3,964,2653 +"2140",472,36174,3,964,1382 +"2141",472,36637,3,964,2085 +"2142",472,40009,3,964,1341 +"2143",472,43404,3,964,2649 +"2144",472,49512,3,964,1302 +"2145",472,52471,2,964,2483 +"2146",472,55084,3,964,1189 +"2147",472,57353,3,964,1849 +"2148",472,57355,3,964,1261 +"2149",472,80826,3,964,1251 +"2150",472,94404,3,964,1836 +"2151",472,98080,2,964,1265 +"2152",475,160,3,156,2007 +"2153",475,2540,3,156,1398 +"2154",475,9332,2,156,2734 +"2155",475,11872,3,156,317 +"2156",475,12067,3,156,1213 +"2157",475,13068,3,156,1778 +"2158",475,14503,3,156,437 +"2159",475,19934,3,156,2888 +"2160",475,21535,3,156,404 +"2161",475,22578,3,156,2216 +"2162",475,24069,3,156,2697 +"2163",475,26124,2,156,2356 +"2164",475,26471,3,156,1061 +"2165",475,27255,3,156,1232 +"2166",475,36346,3,156,1240 +"2167",475,38087,3,156,1083 +"2168",475,38513,3,156,914 +"2169",475,40035,3,156,2742 +"2170",475,43204,3,156,1680 +"2171",475,47810,3,156,957 +"2172",475,49712,3,156,1937 +"2173",475,53687,3,156,2422 +"2174",475,53726,3,156,1729 +"2175",475,54467,3,156,919 +"2176",475,57229,3,156,179 +"2177",475,58133,3,156,1484 +"2178",475,67266,2,156,2010 +"2179",475,80337,2,156,394 +"2180",475,80338,2,156,2059 +"2181",489,25,3,2652,2762 +"2182",489,762,3,2652,2671 +"2183",489,2224,1,2652,2751 +"2184",489,5120,3,2652,2735 +"2185",489,9362,3,2652,2879 +"2186",489,12703,2,2652,2689 +"2187",489,42216,3,2652,2722 +"2188",489,53846,2,2652,2737 +"2189",489,73786,3,2652,2937 +"2190",499,313,2,1931,2271 +"2191",499,377,2,1931,2389 +"2192",499,543,1,1931,2203 +"2193",499,999,3,1931,2181 +"2194",499,1151,2,1931,2885 +"2195",499,1495,3,1931,2046 +"2196",499,1616,2,1931,2662 +"2197",499,1777,2,1931,1965 +"2198",499,2036,2,1931,2483 +"2199",499,2484,2,1931,2389 +"2200",499,3161,2,1931,2229 +"2201",499,3853,3,1931,2465 +"2202",499,4057,2,1931,2389 +"2203",499,5078,3,1931,2033 +"2204",499,5457,3,1931,2077 +"2205",499,5462,3,1931,2374 +"2206",499,5504,2,1931,2389 +"2207",499,7323,2,1931,2858 +"2208",499,8604,3,1931,2799 +"2209",499,8760,3,1931,2477 +"2210",499,9311,3,1931,2477 +"2211",499,10799,3,1931,2010 +"2212",499,10843,3,1931,2277 +"2213",499,12713,3,1931,2440 +"2214",499,15184,3,1931,2396 +"2215",499,17410,3,1931,2073 +"2216",499,17520,3,1931,2276 +"2217",499,19027,3,1931,2721 +"2218",499,19606,3,1931,2783 +"2219",499,20700,2,1931,2861 +"2220",499,21362,3,1931,2515 +"2221",499,21448,3,1931,2332 +"2222",499,25198,3,1931,1982 +"2223",499,26218,3,1931,2460 +"2224",499,27478,2,1931,2485 +"2225",499,29258,3,1931,1932 +"2226",499,31799,2,1931,2547 +"2227",499,32606,3,1931,2100 +"2228",499,33433,3,1931,2805 +"2229",499,35256,1,1931,2271 +"2230",499,37570,2,1931,2389 +"2231",499,38755,2,1931,2902 +"2232",499,39548,3,1931,2389 +"2233",499,44768,3,1931,2516 +"2234",499,50252,3,1931,2001 +"2235",499,52576,3,1931,2234 +"2236",499,53031,2,1931,2065 +"2237",499,53851,3,1931,2305 +"2238",499,55556,3,1931,2075 +"2239",499,57977,3,1931,2683 +"2240",499,58218,3,1931,2627 +"2241",499,65029,3,1931,2954 +"2242",499,66726,3,1931,2068 +"2243",499,68098,3,1931,2378 +"2244",499,68810,3,1931,2409 +"2245",499,72334,3,1931,2820 +"2246",499,76463,3,1931,2298 +"2247",499,85430,3,1931,2370 +"2248",499,86986,3,1931,1976 +"2249",499,91570,3,1931,2229 +"2250",499,93615,3,1931,2386 +"2251",499,107318,3,1931,1963 +"2252",508,14,3,801,1793 +"2253",508,854,3,801,2307 +"2254",508,915,3,801,1793 +"2255",508,2609,3,801,834 +"2256",508,2894,2,801,1291 +"2257",508,5392,2,801,1648 +"2258",508,5610,3,801,2223 +"2259",508,5615,2,801,1105 +"2260",508,6192,3,801,2409 +"2261",508,6222,3,801,1949 +"2262",508,7406,3,801,1906 +"2263",508,7798,3,801,949 +"2264",508,8865,3,801,2394 +"2265",508,9311,3,801,2477 +"2266",508,10146,3,801,1878 +"2267",508,10870,3,801,1755 +"2268",508,11770,3,801,1653 +"2269",508,12388,1,801,1975 +"2270",508,12779,3,801,936 +"2271",508,13158,3,801,2667 +"2272",508,13184,3,801,977 +"2273",508,13551,3,801,1451 +"2274",508,13808,2,801,1356 +"2275",508,14586,3,801,2801 +"2276",508,14959,3,801,2898 +"2277",508,15106,3,801,2286 +"2278",508,15444,2,801,2764 +"2279",508,16053,3,801,908 +"2280",508,17027,3,801,2772 +"2281",508,17097,2,801,1505 +"2282",508,17351,3,801,2036 +"2283",508,17355,3,801,1469 +"2284",508,18165,1,801,2085 +"2285",508,19317,2,801,2041 +"2286",508,19744,3,801,2623 +"2287",508,19980,3,801,2231 +"2288",508,20067,3,801,2390 +"2289",508,21126,3,801,2331 +"2290",508,21248,3,801,2232 +"2291",508,21275,3,801,2609 +"2292",508,22057,3,801,974 +"2293",508,22403,3,801,1630 +"2294",508,23098,3,801,2300 +"2295",508,23268,3,801,2258 +"2296",508,23460,3,801,2183 +"2297",508,25033,3,801,929 +"2298",508,27908,3,801,2576 +"2299",508,29267,3,801,1234 +"2300",508,29884,3,801,1239 +"2301",508,29930,3,801,2240 +"2302",508,30236,3,801,2238 +"2303",508,30697,3,801,2891 +"2304",508,30798,3,801,1398 +"2305",508,30827,3,801,2323 +"2306",508,31890,3,801,1487 +"2307",508,33380,3,801,2340 +"2308",508,33433,3,801,2805 +"2309",508,35903,3,801,1434 +"2310",508,36637,3,801,2085 +"2311",508,38921,3,801,1880 +"2312",508,40646,3,801,1583 +"2313",508,41682,3,801,1988 +"2314",508,42837,2,801,1096 +"2315",508,43077,3,801,884 +"2316",508,45545,3,801,1776 +"2317",508,46486,3,801,1868 +"2318",508,47003,2,801,1915 +"2319",508,47803,2,801,2477 +"2320",508,50946,3,801,1075 +"2321",508,51016,2,801,1141 +"2322",508,52136,3,801,1412 +"2323",508,52261,3,801,2162 +"2324",508,55580,3,801,1942 +"2325",508,56893,3,801,2597 +"2326",508,57315,3,801,1005 +"2327",508,57565,3,801,1577 +"2328",508,59096,3,801,1677 +"2329",508,61242,2,801,1650 +"2330",508,66756,3,801,1301 +"2331",508,74190,3,801,1428 +"2332",508,79013,3,801,1441 +"2333",508,80764,3,801,1808 +"2334",508,82009,1,801,1020 +"2335",508,95155,1,801,849 +"2336",508,108620,2,801,881 +"2337",512,1691,3,1596,1941 +"2338",512,3271,3,1596,2216 +"2339",512,6390,3,1596,2385 +"2340",512,9272,3,1596,2835 +"2341",512,14108,2,1596,2012 +"2342",512,15799,3,1596,1917 +"2343",512,18543,3,1596,2968 +"2344",512,19605,3,1596,2395 +"2345",512,25289,3,1596,1790 +"2346",512,25565,3,1596,2764 +"2347",512,30981,3,1596,2366 +"2348",512,36439,3,1596,2469 +"2349",512,37509,3,1596,1640 +"2350",512,43173,3,1596,2895 +"2351",512,43226,2,1596,2442 +"2352",512,44427,3,1596,2875 +"2353",512,47064,3,1596,1993 +"2354",512,48110,3,1596,2009 +"2355",512,52323,3,1596,2148 +"2356",512,58508,3,1596,2326 +"2357",512,69335,3,1596,2698 +"2358",512,80301,3,1596,1690 +"2359",512,88232,3,1596,2881 +"2360",512,92491,3,1596,1968 +"2361",543,313,1,2203,2271 +"2362",543,362,3,2203,2537 +"2363",543,377,1,2203,2389 +"2364",543,380,3,2203,2261 +"2365",543,613,3,2203,2687 +"2366",543,854,3,2203,2307 +"2367",543,1102,3,2203,2282 +"2368",543,1151,1,2203,2885 +"2369",543,1616,2,2203,2662 +"2370",543,2036,2,2203,2483 +"2371",543,2224,3,2203,2751 +"2372",543,2484,1,2203,2389 +"2373",543,3161,2,2203,2229 +"2374",543,3477,3,2203,2546 +"2375",543,3488,3,2203,2351 +"2376",543,3853,3,2203,2465 +"2377",543,4057,2,2203,2389 +"2378",543,5462,2,2203,2374 +"2379",543,5504,1,2203,2389 +"2380",543,6063,3,2203,2349 +"2381",543,6390,3,2203,2385 +"2382",543,7323,1,2203,2858 +"2383",543,7394,3,2203,2615 +"2384",543,8604,2,2203,2799 +"2385",543,8760,2,2203,2477 +"2386",543,9311,3,2203,2477 +"2387",543,9362,3,2203,2879 +"2388",543,12713,2,2203,2440 +"2389",543,14655,3,2203,2559 +"2390",543,14959,3,2203,2898 +"2391",543,15184,3,2203,2396 +"2392",543,15299,3,2203,2213 +"2393",543,16497,3,2203,2370 +"2394",543,17520,2,2203,2276 +"2395",543,18151,3,2203,2962 +"2396",543,19027,3,2203,2721 +"2397",543,19248,3,2203,2357 +"2398",543,19606,2,2203,2783 +"2399",543,20563,3,2203,2267 +"2400",543,20700,1,2203,2861 +"2401",543,24923,3,2203,2785 +"2402",543,26227,3,2203,2265 +"2403",543,26516,3,2203,2479 +"2404",543,27478,2,2203,2485 +"2405",543,30052,3,2203,2855 +"2406",543,31799,2,2203,2547 +"2407",543,33223,3,2203,2397 +"2408",543,35256,1,2203,2271 +"2409",543,36031,3,2203,2342 +"2410",543,36559,3,2203,2473 +"2411",543,37238,3,2203,2609 +"2412",543,37418,3,2203,2710 +"2413",543,37570,1,2203,2389 +"2414",543,38727,3,2203,2238 +"2415",543,38755,3,2203,2902 +"2416",543,39444,3,2203,2695 +"2417",543,39548,3,2203,2389 +"2418",543,41945,3,2203,2856 +"2419",543,43455,3,2203,2846 +"2420",543,44235,3,2203,2700 +"2421",543,44768,2,2203,2516 +"2422",543,44885,3,2203,2670 +"2423",543,44899,3,2203,2386 +"2424",543,47803,3,2203,2477 +"2425",543,47844,3,2203,2906 +"2426",543,47947,3,2203,2681 +"2427",543,49965,3,2203,2301 +"2428",543,52576,3,2203,2234 +"2429",543,53851,3,2203,2305 +"2430",543,55828,3,2203,2393 +"2431",543,57977,3,2203,2683 +"2432",543,58218,2,2203,2627 +"2433",543,65029,3,2203,2954 +"2434",543,68098,3,2203,2378 +"2435",543,70046,3,2203,2624 +"2436",543,72334,3,2203,2820 +"2437",543,79804,3,2203,2227 +"2438",543,85430,2,2203,2370 +"2439",543,91570,3,2203,2229 +"2440",543,93615,3,2203,2386 +"2441",553,18779,3,305,1267 +"2442",555,671,3,552,2328 +"2443",555,733,3,552,1653 +"2444",555,1050,3,552,1185 +"2445",555,2063,2,552,1278 +"2446",555,2208,3,552,2814 +"2447",555,2743,3,552,1278 +"2448",555,2798,3,552,1673 +"2449",555,3167,3,552,1676 +"2450",555,3306,2,552,1989 +"2451",555,3954,3,552,839 +"2452",555,4226,3,552,1903 +"2453",555,5610,3,552,2223 +"2454",555,5986,3,552,1721 +"2455",555,6047,2,552,2004 +"2456",555,6491,3,552,2424 +"2457",555,7475,3,552,1284 +"2458",555,8533,3,552,2251 +"2459",555,8700,3,552,1270 +"2460",555,9362,3,552,2879 +"2461",555,9702,2,552,1928 +"2462",555,11620,3,552,2010 +"2463",555,11817,3,552,600 +"2464",555,12374,3,552,2260 +"2465",555,14032,3,552,2144 +"2466",555,14080,2,552,1351 +"2467",555,14656,3,552,584 +"2468",555,15003,3,552,2067 +"2469",555,15118,3,552,1311 +"2470",555,15301,3,552,2308 +"2471",555,15632,2,552,1242 +"2472",555,16217,3,552,1653 +"2473",555,20124,3,552,2376 +"2474",555,20311,2,552,1981 +"2475",555,20563,3,552,2267 +"2476",555,20824,2,552,1366 +"2477",555,21104,3,552,2327 +"2478",555,22006,3,552,1202 +"2479",555,22165,3,552,1501 +"2480",555,22566,3,552,2308 +"2481",555,22850,3,552,878 +"2482",555,23509,3,552,2275 +"2483",555,23534,1,552,1659 +"2484",555,24559,3,552,946 +"2485",555,26451,3,552,2133 +"2486",555,27849,3,552,1316 +"2487",555,28002,3,552,914 +"2488",555,28051,3,552,2089 +"2489",555,28285,3,552,2972 +"2490",555,28874,3,552,2329 +"2491",555,31691,3,552,1657 +"2492",555,31700,3,552,2727 +"2493",555,31890,3,552,1487 +"2494",555,32047,3,552,1858 +"2495",555,32811,3,552,804 +"2496",555,33801,3,552,2899 +"2497",555,33949,3,552,2489 +"2498",555,34136,3,552,2202 +"2499",555,34648,3,552,1596 +"2500",555,37937,3,552,1320 +"2501",555,40893,3,552,1116 +"2502",555,42186,3,552,955 +"2503",555,45186,3,552,835 +"2504",555,46816,3,552,887 +"2505",555,48260,3,552,875 +"2506",555,50001,3,552,1518 +"2507",555,50118,2,552,2654 +"2508",555,51022,3,552,1499 +"2509",555,51987,3,552,1397 +"2510",555,52136,3,552,1412 +"2511",555,55185,2,552,922 +"2512",555,56082,3,552,2395 +"2513",555,58133,3,552,1484 +"2514",555,58882,3,552,684 +"2515",555,59539,3,552,2429 +"2516",555,64232,3,552,1275 +"2517",555,65884,3,552,798 +"2518",555,67788,2,552,837 +"2519",555,69712,3,552,1219 +"2520",555,70838,3,552,687 +"2521",555,70854,3,552,635 +"2522",555,72557,2,552,972 +"2523",555,72571,3,552,1175 +"2524",555,73728,3,552,784 +"2525",555,76564,3,552,996 +"2526",555,78256,2,552,804 +"2527",555,81563,3,552,1188 +"2528",555,82732,3,552,2810 +"2529",555,82767,3,552,1641 +"2530",555,83526,3,552,1235 +"2531",555,88473,2,552,1102 +"2532",555,88710,3,552,927 +"2533",555,99103,3,552,1470 +"2534",555,100134,3,552,977 +"2535",555,102751,3,552,1229 +"2536",555,107846,2,552,565 +"2537",600,135,2,1702,2233 +"2538",600,145,2,1702,1998 +"2539",600,279,3,1702,1989 +"2540",600,312,3,1702,2038 +"2541",600,455,2,1702,2827 +"2542",600,470,1,1702,2285 +"2543",600,913,1,1702,2144 +"2544",600,1102,3,1702,2282 +"2545",600,1136,3,1702,2536 +"2546",600,1691,3,1702,1941 +"2547",600,1875,3,1702,1786 +"2548",600,2195,3,1702,2139 +"2549",600,2407,3,1702,1725 +"2550",600,2625,3,1702,2152 +"2551",600,2954,3,1702,2727 +"2552",600,3164,3,1702,2693 +"2553",600,3966,3,1702,2425 +"2554",600,4084,1,1702,2133 +"2555",600,4191,3,1702,2130 +"2556",600,4360,3,1702,1770 +"2557",600,4504,3,1702,1905 +"2558",600,4618,3,1702,2607 +"2559",600,4687,3,1702,2152 +"2560",600,5315,3,1702,2631 +"2561",600,5429,3,1702,1991 +"2562",600,5491,3,1702,2048 +"2563",600,6030,3,1702,2953 +"2564",600,6047,3,1702,2004 +"2565",600,6052,3,1702,1985 +"2566",600,6390,3,1702,2385 +"2567",600,6428,3,1702,1952 +"2568",600,6491,3,1702,2424 +"2569",600,7245,3,1702,2089 +"2570",600,7350,3,1702,1901 +"2571",600,7515,2,1702,2737 +"2572",600,7847,2,1702,2424 +"2573",600,8238,3,1702,2222 +"2574",600,9184,3,1702,2670 +"2575",600,9311,3,1702,2477 +"2576",600,9362,3,1702,2879 +"2577",600,10358,3,1702,2294 +"2578",600,10370,3,1702,2224 +"2579",600,10373,3,1702,2436 +"2580",600,10433,1,1702,2075 +"2581",600,10870,3,1702,1755 +"2582",600,11103,3,1702,2393 +"2583",600,11493,3,1702,2077 +"2584",600,11516,2,1702,1937 +"2585",600,11966,3,1702,2385 +"2586",600,12528,3,1702,2589 +"2587",600,12602,2,1702,1956 +"2588",600,12618,3,1702,2021 +"2589",600,12724,3,1702,1930 +"2590",600,14032,3,1702,2144 +"2591",600,14652,3,1702,2516 +"2592",600,14731,3,1702,2012 +"2593",600,14972,3,1702,2332 +"2594",600,15207,3,1702,1855 +"2595",600,15301,3,1702,2308 +"2596",600,15546,3,1702,2055 +"2597",600,15626,3,1702,2434 +"2598",600,16352,3,1702,2657 +"2599",600,16866,3,1702,2718 +"2600",600,17413,3,1702,2230 +"2601",600,17645,3,1702,1918 +"2602",600,18151,3,1702,2962 +"2603",600,18315,3,1702,2720 +"2604",600,18348,3,1702,1711 +"2605",600,18543,3,1702,2968 +"2606",600,18865,3,1702,2676 +"2607",600,19072,3,1702,2358 +"2608",600,19093,3,1702,2224 +"2609",600,19208,3,1702,2629 +"2610",600,19248,3,1702,2357 +"2611",600,19322,3,1702,2048 +"2612",600,19335,3,1702,1729 +"2613",600,19605,3,1702,2395 +"2614",600,20292,3,1702,2755 +"2615",600,21571,3,1702,2755 +"2616",600,21795,3,1702,2653 +"2617",600,22566,2,1702,2308 +"2618",600,22567,3,1702,2396 +"2619",600,22682,3,1702,2035 +"2620",600,23132,3,1702,2756 +"2621",600,23310,3,1702,2371 +"2622",600,23705,2,1702,2699 +"2623",600,23918,1,1702,1881 +"2624",600,24256,3,1702,2393 +"2625",600,24448,2,1702,2289 +"2626",600,24568,1,1702,1937 +"2627",600,25129,3,1702,2647 +"2628",600,25289,2,1702,1790 +"2629",600,25341,3,1702,1858 +"2630",600,27195,3,1702,2158 +"2631",600,27275,2,1702,2656 +"2632",600,27377,2,1702,1724 +"2633",600,27390,2,1702,2425 +"2634",600,27628,3,1702,2389 +"2635",600,27796,3,1702,2151 +"2636",600,28050,3,1702,1955 +"2637",600,28101,2,1702,1949 +"2638",600,28115,2,1702,1835 +"2639",600,28168,3,1702,2702 +"2640",600,29170,2,1702,1846 +"2641",600,29308,2,1702,2094 +"2642",600,29930,2,1702,2240 +"2643",600,30052,3,1702,2855 +"2644",600,31235,2,1702,2668 +"2645",600,32503,3,1702,2020 +"2646",600,32965,3,1702,2071 +"2647",600,33622,2,1702,2230 +"2648",600,34160,2,1702,1759 +"2649",600,34509,3,1702,1973 +"2650",600,34735,3,1702,2767 +"2651",600,35518,3,1702,1721 +"2652",600,36691,3,1702,1903 +"2653",600,38780,3,1702,2705 +"2654",600,40369,3,1702,2735 +"2655",600,40383,3,1702,2639 +"2656",600,41955,3,1702,2479 +"2657",600,42799,3,1702,2729 +"2658",600,43173,3,1702,2895 +"2659",600,43226,3,1702,2442 +"2660",600,43566,3,1702,2730 +"2661",600,45633,3,1702,2134 +"2662",600,46803,3,1702,2305 +"2663",600,47248,3,1702,2883 +"2664",600,47445,3,1702,2668 +"2665",600,50480,3,1702,2701 +"2666",600,50685,3,1702,2008 +"2667",600,51017,3,1702,2073 +"2668",600,51853,3,1702,2520 +"2669",600,51925,3,1702,2307 +"2670",600,52576,3,1702,2234 +"2671",600,53196,2,1702,1888 +"2672",600,54158,2,1702,1756 +"2673",600,55139,3,1702,2323 +"2674",600,55156,3,1702,2196 +"2675",600,56317,3,1702,2030 +"2676",600,56910,3,1702,2705 +"2677",600,57544,3,1702,2443 +"2678",600,58284,3,1702,2292 +"2679",600,62219,3,1702,2494 +"2680",600,63395,3,1702,2334 +"2681",600,63409,1,1702,1937 +"2682",600,63515,3,1702,2023 +"2683",600,64181,1,1702,1828 +"2684",600,64997,2,1702,2791 +"2685",600,65016,3,1702,2749 +"2686",600,66413,1,1702,2507 +"2687",600,67652,3,1702,2736 +"2688",600,68810,3,1702,2409 +"2689",600,73305,2,1702,2544 +"2690",600,76892,3,1702,2381 +"2691",600,78563,3,1702,2385 +"2692",600,79804,3,1702,2227 +"2693",600,80429,3,1702,1927 +"2694",600,82949,3,1702,2077 +"2695",600,92322,3,1702,2393 +"2696",600,105063,1,1702,1908 +"2697",601,1315,3,702,2760 +"2698",601,1428,2,702,742 +"2699",601,1767,3,702,2727 +"2700",601,1777,3,702,1965 +"2701",601,2424,3,702,2582 +"2702",601,2609,3,702,834 +"2703",601,2894,3,702,1291 +"2704",601,3068,3,702,1815 +"2705",601,3139,3,702,1656 +"2706",601,3255,3,702,2504 +"2707",601,3830,3,702,1661 +"2708",601,3961,3,702,2426 +"2709",601,5078,3,702,2033 +"2710",601,5235,3,702,2324 +"2711",601,5315,3,702,2631 +"2712",601,5438,3,702,1499 +"2713",601,5457,3,702,2077 +"2714",601,5462,3,702,2374 +"2715",601,5504,3,702,2389 +"2716",601,5785,3,702,1261 +"2717",601,6222,3,702,1949 +"2718",601,7984,3,702,2493 +"2719",601,7992,2,702,2033 +"2720",601,9311,3,702,2477 +"2721",601,9362,3,702,2879 +"2722",601,10358,3,702,2294 +"2723",601,10779,3,702,2881 +"2724",601,11440,3,702,2026 +"2725",601,11576,3,702,808 +"2726",601,11976,3,702,1727 +"2727",601,12524,3,702,1287 +"2728",601,12901,2,702,2136 +"2729",601,12982,3,702,2143 +"2730",601,13324,3,702,2163 +"2731",601,13388,3,702,2119 +"2732",601,13967,3,702,1354 +"2733",601,13979,2,702,1559 +"2734",601,14353,3,702,2878 +"2735",601,14959,3,702,2898 +"2736",601,15453,3,702,1688 +"2737",601,15636,2,702,2857 +"2738",601,16053,2,702,908 +"2739",601,16539,3,702,1947 +"2740",601,17027,3,702,2772 +"2741",601,17354,2,702,2250 +"2742",601,18151,3,702,2962 +"2743",601,18394,3,702,2356 +"2744",601,19506,3,702,1385 +"2745",601,19621,3,702,725 +"2746",601,19634,3,702,954 +"2747",601,19637,1,702,1229 +"2748",601,19874,3,702,985 +"2749",601,20067,2,702,2390 +"2750",601,20311,3,702,1981 +"2751",601,20423,3,702,2654 +"2752",601,20659,3,702,1969 +"2753",601,20732,2,702,2401 +"2754",601,21126,3,702,2331 +"2755",601,21197,3,702,1437 +"2756",601,21198,3,702,935 +"2757",601,21285,3,702,2100 +"2758",601,21706,3,702,1988 +"2759",601,22403,3,702,1630 +"2760",601,23312,3,702,2449 +"2761",601,23509,3,702,2275 +"2762",601,23726,2,702,2434 +"2763",601,23787,3,702,2810 +"2764",601,23825,3,702,1913 +"2765",601,23869,2,702,1918 +"2766",601,24612,2,702,1875 +"2767",601,25486,3,702,2582 +"2768",601,25680,2,702,1618 +"2769",601,26249,2,702,2301 +"2770",601,26451,3,702,2133 +"2771",601,26479,3,702,1818 +"2772",601,26524,3,702,982 +"2773",601,27427,3,702,2325 +"2774",601,28130,2,702,908 +"2775",601,28131,1,702,1492 +"2776",601,28784,3,702,1579 +"2777",601,29095,3,702,2531 +"2778",601,30150,1,702,1704 +"2779",601,30883,2,702,1629 +"2780",601,31279,3,702,965 +"2781",601,32811,3,702,804 +"2782",601,32988,3,702,2008 +"2783",601,33356,3,702,1586 +"2784",601,33551,3,702,1734 +"2785",601,33801,3,702,2899 +"2786",601,35529,2,702,1620 +"2787",601,36514,3,702,1192 +"2788",601,36637,3,702,2085 +"2789",601,37934,3,702,1595 +"2790",601,38055,3,702,1089 +"2791",601,38467,3,702,1259 +"2792",601,38921,3,702,1880 +"2793",601,39865,3,702,849 +"2794",601,41278,3,702,1873 +"2795",601,42486,3,702,1951 +"2796",601,42505,3,702,2008 +"2797",601,43479,3,702,2178 +"2798",601,44068,3,702,1056 +"2799",601,44557,3,702,2371 +"2800",601,44654,2,702,2916 +"2801",601,44819,3,702,2063 +"2802",601,45302,3,702,2390 +"2803",601,46040,2,702,2105 +"2804",601,46803,2,702,2305 +"2805",601,47386,3,702,2226 +"2806",601,48283,2,702,1290 +"2807",601,48893,3,702,719 +"2808",601,50269,2,702,1966 +"2809",601,50382,3,702,2244 +"2810",601,50487,3,702,744 +"2811",601,51089,3,702,2426 +"2812",601,51157,3,702,2319 +"2813",601,51243,3,702,1389 +"2814",601,53120,2,702,975 +"2815",601,53475,3,702,2853 +"2816",601,53604,3,702,2489 +"2817",601,55084,3,702,1189 +"2818",601,57657,3,702,2735 +"2819",601,58365,3,702,1902 +"2820",601,58669,2,702,2296 +"2821",601,58993,3,702,2390 +"2822",601,59677,3,702,1174 +"2823",601,62148,2,702,1566 +"2824",601,68299,3,702,866 +"2825",601,68652,3,702,2878 +"2826",601,70046,3,702,2624 +"2827",601,70203,1,702,2756 +"2828",601,70681,3,702,866 +"2829",601,70996,3,702,1037 +"2830",601,74681,3,702,837 +"2831",601,76081,3,702,1534 +"2832",601,76356,3,702,2323 +"2833",601,76999,2,702,908 +"2834",601,77835,3,702,1327 +"2835",601,78801,3,702,1572 +"2836",601,82009,3,702,1020 +"2837",601,87720,3,702,2086 +"2838",601,88473,3,702,1102 +"2839",601,90790,3,702,1492 +"2840",601,90837,3,702,825 +"2841",601,91162,3,702,1693 +"2842",601,91163,3,702,1171 +"2843",601,91201,3,702,1702 +"2844",601,92513,3,702,2282 +"2845",601,96911,3,702,956 +"2846",601,97160,2,702,1215 +"2847",601,97811,3,702,1288 +"2848",601,100140,2,702,1041 +"2849",601,103524,2,702,991 +"2850",602,25,3,2632,2762 +"2851",602,762,1,2632,2671 +"2852",602,3765,3,2632,2775 +"2853",602,3896,3,2632,2693 +"2854",602,12703,2,2632,2689 +"2855",602,28285,3,2632,2972 +"2856",602,28982,2,2632,2746 +"2857",602,33433,3,2632,2805 +"2858",602,37486,3,2632,2912 +"2859",602,38885,3,2632,2720 +"2860",613,1151,3,2687,2885 +"2861",613,2224,3,2687,2751 +"2862",613,7323,3,2687,2858 +"2863",613,9362,3,2687,2879 +"2864",613,18151,3,2687,2962 +"2865",613,19606,3,2687,2783 +"2866",622,372,3,501,1944 +"2867",622,388,2,501,1594 +"2868",622,841,3,501,2964 +"2869",622,1150,1,501,1595 +"2870",622,1560,2,501,2013 +"2871",622,1685,3,501,2230 +"2872",622,3255,3,501,2504 +"2873",622,3271,3,501,2216 +"2874",622,4313,3,501,2368 +"2875",622,5852,3,501,1862 +"2876",622,8475,3,501,2034 +"2877",622,8478,3,501,984 +"2878",622,8525,3,501,1787 +"2879",622,9272,3,501,2835 +"2880",622,9506,3,501,1012 +"2881",622,9716,3,501,1929 +"2882",622,10200,2,501,2920 +"2883",622,11154,3,501,1594 +"2884",622,11319,3,501,2073 +"2885",622,11429,2,501,2520 +"2886",622,12973,3,501,1569 +"2887",622,13671,3,501,1371 +"2888",622,13861,3,501,1197 +"2889",622,14586,3,501,2801 +"2890",622,14626,3,501,2175 +"2891",622,14654,1,501,1692 +"2892",622,14761,2,501,2502 +"2893",622,15737,3,501,676 +"2894",622,16021,3,501,858 +"2895",622,16590,3,501,1123 +"2896",622,18827,3,501,1481 +"2897",622,19296,1,501,1705 +"2898",622,19366,2,501,2279 +"2899",622,24086,3,501,2663 +"2900",622,29319,3,501,2314 +"2901",622,29704,3,501,2294 +"2902",622,30334,3,501,2075 +"2903",622,31541,3,501,1500 +"2904",622,32582,3,501,1929 +"2905",622,37342,3,501,2649 +"2906",622,37636,3,501,2178 +"2907",622,38038,3,501,2686 +"2908",622,39534,3,501,2410 +"2909",622,40392,2,501,1878 +"2910",622,41185,3,501,1929 +"2911",622,43201,3,501,957 +"2912",622,43226,3,501,2442 +"2913",622,44464,3,501,1619 +"2914",622,45664,3,501,2235 +"2915",622,45874,3,501,944 +"2916",622,48110,3,501,2009 +"2917",622,49347,3,501,2504 +"2918",622,50621,3,501,2809 +"2919",622,51783,3,501,2599 +"2920",622,57394,2,501,1271 +"2921",622,58086,3,501,1667 +"2922",622,58508,3,501,2326 +"2923",622,65557,3,501,813 +"2924",622,69077,3,501,1689 +"2925",622,69335,3,501,2698 +"2926",622,70656,3,501,2771 +"2927",622,73090,2,501,732 +"2928",622,78768,2,501,841 +"2929",622,80301,3,501,1690 +"2930",622,80377,3,501,1384 +"2931",622,80942,3,501,1240 +"2932",622,82226,2,501,1619 +"2933",622,88171,1,501,1488 +"2934",622,107993,3,501,999 +"2935",622,111040,3,501,711 +"2936",622,111045,3,501,915 +"2937",626,843,3,77,2332 +"2938",626,919,3,77,910 +"2939",626,1785,3,77,2350 +"2940",626,2588,3,77,552 +"2941",626,3272,3,77,2132 +"2942",626,4622,3,77,1589 +"2943",626,4968,3,77,1586 +"2944",626,8123,2,77,144 +"2945",626,13034,3,77,698 +"2946",626,15023,3,77,2054 +"2947",626,15214,3,77,274 +"2948",626,19542,3,77,570 +"2949",626,20547,3,77,2145 +"2950",626,20679,3,77,181 +"2951",626,22532,3,77,568 +"2952",626,25518,3,77,1955 +"2953",626,25678,3,77,1558 +"2954",626,28290,3,77,430 +"2955",626,31357,3,77,2389 +"2956",626,35844,3,77,2961 +"2957",626,42773,2,77,385 +"2958",626,51843,3,77,2389 +"2959",626,53132,3,77,81 +"2960",626,54385,3,77,2340 +"2961",626,55307,2,77,2306 +"2962",626,62975,3,77,977 +"2963",626,63631,3,77,763 +"2964",626,70011,3,77,2690 +"2965",626,77719,3,77,2086 +"2966",626,78569,3,77,578 +"2967",626,84796,3,77,113 +"2968",626,84808,3,77,1974 +"2969",626,88739,3,77,933 +"2970",626,95560,3,77,116 +"2971",626,99237,3,77,783 +"2972",626,117643,2,77,80 +"2973",669,613,3,1423,2687 +"2974",669,997,3,1423,2788 +"2975",669,1897,3,1423,1727 +"2976",669,3167,3,1423,1676 +"2977",669,3242,2,1423,1730 +"2978",669,4696,3,1423,2656 +"2979",669,5504,3,1423,2389 +"2980",669,5839,3,1423,2301 +"2981",669,6162,3,1423,1673 +"2982",669,6241,1,1423,2264 +"2983",669,7245,3,1423,2089 +"2984",669,7406,3,1423,1906 +"2985",669,7861,3,1423,1647 +"2986",669,8419,3,1423,1956 +"2987",669,8621,2,1423,1681 +"2988",669,9362,3,1423,2879 +"2989",669,9702,3,1423,1928 +"2990",669,10404,3,1423,2062 +"2991",669,10746,2,1423,1506 +"2992",669,10859,1,1423,2231 +"2993",669,12542,2,1423,1888 +"2994",669,12929,3,1423,2656 +"2995",669,13324,3,1423,2163 +"2996",669,14887,3,1423,2158 +"2997",669,15539,3,1423,1929 +"2998",669,17906,3,1423,1940 +"2999",669,17983,3,1423,1931 +"3000",669,18366,3,1423,2699 +"3001",669,19174,3,1423,1595 +"3002",669,19199,3,1423,2263 +"3003",669,19813,3,1423,1744 +"3004",669,20563,2,1423,2267 +"3005",669,23460,3,1423,2183 +"3006",669,24405,1,1423,1443 +"3007",669,25341,3,1423,1858 +"3008",669,26516,3,1423,2479 +"3009",669,27104,3,1423,1608 +"3010",669,27753,3,1423,2750 +"3011",669,28892,2,1423,2023 +"3012",669,30438,3,1423,1617 +"3013",669,33991,3,1423,2249 +"3014",669,35069,1,1423,2069 +"3015",669,35360,2,1423,2043 +"3016",669,35888,2,1423,2291 +"3017",669,37418,3,1423,2710 +"3018",669,37915,3,1423,1905 +"3019",669,39069,3,1423,1802 +"3020",669,39278,1,1423,1952 +"3021",669,39799,3,1423,2344 +"3022",669,40913,2,1423,1800 +"3023",669,42129,3,1423,2318 +"3024",669,42333,3,1423,2234 +"3025",669,47362,2,1423,2253 +"3026",669,49265,3,1423,2686 +"3027",669,49560,2,1423,1679 +"3028",669,51035,3,1423,2397 +"3029",669,53342,3,1423,2071 +"3030",669,55256,3,1423,2379 +"3031",669,57380,3,1423,2362 +"3032",669,57405,2,1423,2344 +"3033",669,57977,3,1423,2683 +"3034",669,58035,3,1423,1646 +"3035",669,58617,3,1423,2093 +"3036",669,62832,2,1423,2606 +"3037",669,64502,3,1423,1670 +"3038",669,68550,3,1423,1820 +"3039",669,74095,3,1423,2333 +"3040",669,80678,3,1423,1595 +"3041",669,81014,2,1423,1925 +"3042",669,84567,3,1423,2767 +"3043",669,84790,3,1423,1708 +"3044",669,84799,2,1423,2656 +"3045",669,84942,2,1423,1467 +"3046",669,85736,3,1423,1601 +"3047",669,86107,2,1423,1960 +"3048",669,88455,3,1423,2388 +"3049",669,93481,3,1423,2311 +"3050",669,95979,3,1423,1722 +"3051",671,270,3,2328,2542 +"3052",671,1090,3,2328,2370 +"3053",671,1136,3,2328,2536 +"3054",671,2424,2,2328,2582 +"3055",671,2954,3,2328,2727 +"3056",671,3164,3,2328,2693 +"3057",671,3305,3,2328,2839 +"3058",671,4618,2,2328,2607 +"3059",671,5725,3,2328,2789 +"3060",671,10890,2,2328,2639 +"3061",671,13929,2,2328,2693 +"3062",671,16497,3,2328,2370 +"3063",671,18543,3,2328,2968 +"3064",671,19027,2,2328,2721 +"3065",671,20643,3,2328,2341 +"3066",671,20700,3,2328,2861 +"3067",671,20783,3,2328,2414 +"3068",671,26436,3,2328,2489 +"3069",671,26516,3,2328,2479 +"3070",671,27753,3,2328,2750 +"3071",671,31799,3,2328,2547 +"3072",671,32173,3,2328,2341 +"3073",671,34216,3,2328,2832 +"3074",671,36962,3,2328,2861 +"3075",671,43455,3,2328,2846 +"3076",671,43518,3,2328,2680 +"3077",671,44427,2,2328,2875 +"3078",671,47947,3,2328,2681 +"3079",671,51410,3,2328,2739 +"3080",671,54740,3,2328,2750 +"3081",671,55691,1,2328,2856 +"3082",671,57977,3,2328,2683 +"3083",671,61982,3,2328,2725 +"3084",671,64793,3,2328,2819 +"3085",671,64997,3,2328,2791 +"3086",671,65029,3,2328,2954 +"3087",671,70046,3,2328,2624 +"3088",671,76892,3,2328,2381 +"3089",671,88232,3,2328,2881 +"3090",671,108379,3,2328,2933 +"3091",675,135,3,1686,2233 +"3092",675,380,3,1686,2261 +"3093",675,455,3,1686,2827 +"3094",675,600,3,1686,1702 +"3095",675,671,3,1686,2328 +"3096",675,1136,1,1686,2536 +"3097",675,2765,3,1686,2321 +"3098",675,2954,3,1686,2727 +"3099",675,3242,3,1686,1730 +"3100",675,3966,3,1686,2425 +"3101",675,4191,2,1686,2130 +"3102",675,4226,3,1686,1903 +"3103",675,4618,3,1686,2607 +"3104",675,4687,3,1686,2152 +"3105",675,4980,3,1686,2093 +"3106",675,5041,3,1686,2371 +"3107",675,6363,3,1686,2066 +"3108",675,6392,3,1686,1878 +"3109",675,6428,2,1686,1952 +"3110",675,6491,2,1686,2424 +"3111",675,7354,3,1686,2008 +"3112",675,7515,3,1686,2737 +"3113",675,7847,2,1686,2424 +"3114",675,9362,3,1686,2879 +"3115",675,11516,3,1686,1937 +"3116",675,12747,3,1686,2818 +"3117",675,19322,3,1686,2048 +"3118",675,19516,3,1686,2313 +"3119",675,20563,3,1686,2267 +"3120",675,22714,3,1686,2793 +"3121",675,22885,3,1686,1702 +"3122",675,23132,3,1686,2756 +"3123",675,23216,3,1686,2424 +"3124",675,23460,3,1686,2183 +"3125",675,23704,3,1686,2278 +"3126",675,24568,3,1686,1937 +"3127",675,25129,3,1686,2647 +"3128",675,25341,2,1686,1858 +"3129",675,25816,3,1686,2088 +"3130",675,26067,3,1686,2069 +"3131",675,26436,3,1686,2489 +"3132",675,26516,3,1686,2479 +"3133",675,27628,2,1686,2389 +"3134",675,27753,2,1686,2750 +"3135",675,31799,3,1686,2547 +"3136",675,34160,2,1686,1759 +"3137",675,34464,3,1686,1741 +"3138",675,34492,2,1686,1798 +"3139",675,34509,2,1686,1973 +"3140",675,34815,3,1686,2354 +"3141",675,37620,3,1686,2716 +"3142",675,38727,3,1686,2238 +"3143",675,40369,2,1686,2735 +"3144",675,42216,3,1686,2722 +"3145",675,42474,3,1686,2322 +"3146",675,45715,3,1686,2287 +"3147",675,47248,3,1686,2883 +"3148",675,51017,3,1686,2073 +"3149",675,51041,3,1686,2606 +"3150",675,51410,2,1686,2739 +"3151",675,53196,3,1686,1888 +"3152",675,53323,3,1686,2677 +"3153",675,55139,3,1686,2323 +"3154",675,57129,3,1686,1858 +"3155",675,57544,3,1686,2443 +"3156",675,59438,3,1686,2400 +"3157",675,59790,3,1686,1827 +"3158",675,63409,3,1686,1937 +"3159",675,64181,2,1686,1828 +"3160",675,64997,1,1686,2791 +"3161",675,66413,3,1686,2507 +"3162",675,80429,3,1686,1927 +"3163",675,92491,3,1686,1968 +"3164",675,105063,3,1686,1908 +"3165",680,371,3,2569,2950 +"3166",680,3978,2,2569,2775 +"3167",680,4361,2,2569,2571 +"3168",680,6989,3,2569,2623 +"3169",680,8062,2,2569,2858 +"3170",680,8604,3,2569,2799 +"3171",680,11477,3,2569,2724 +"3172",680,11648,3,2569,2852 +"3173",680,12948,3,2569,2669 +"3174",680,17033,3,2569,2771 +"3175",680,17037,3,2569,2947 +"3176",680,18371,3,2569,2860 +"3177",680,18810,3,2569,2671 +"3178",680,19073,3,2569,2748 +"3179",680,20941,3,2569,2725 +"3180",680,22709,3,2569,2743 +"3181",680,25373,1,2569,2783 +"3182",680,26182,3,2569,2775 +"3183",680,27686,2,2569,2844 +"3184",680,30705,3,2569,2959 +"3185",680,36953,3,2569,2790 +"3186",680,38691,3,2569,2585 +"3187",680,40572,3,2569,2666 +"3188",680,45729,3,2569,2606 +"3189",680,45869,3,2569,2840 +"3190",680,46982,3,2569,2806 +"3191",680,51783,2,2569,2599 +"3192",680,53223,3,2569,2690 +"3193",680,63077,2,2569,2778 +"3194",680,70583,3,2569,2615 +"3195",680,71531,3,2569,2887 +"3196",687,5683,3,1664,2468 +"3197",687,14586,3,1664,2801 +"3198",687,37752,3,1664,2223 +"3199",687,38693,2,1664,2059 +"3200",687,39443,3,1664,2277 +"3201",687,39875,3,1664,2422 +"3202",701,3305,2,2718,2839 +"3203",701,48605,3,2718,2796 +"3204",701,50785,2,2718,2877 +"3205",725,388,2,1064,1594 +"3206",725,1560,3,1064,2013 +"3207",725,3255,3,1064,2504 +"3208",725,3786,3,1064,2282 +"3209",725,5235,3,1064,2324 +"3210",725,6071,3,1064,2310 +"3211",725,7126,3,1064,1261 +"3212",725,8146,2,1064,1561 +"3213",725,8525,3,1064,1787 +"3214",725,8890,3,1064,1955 +"3215",725,9716,3,1064,1929 +"3216",725,9723,3,1064,2302 +"3217",725,9808,3,1064,1648 +"3218",725,10908,3,1064,1134 +"3219",725,11429,3,1064,2520 +"3220",725,12818,3,1064,2015 +"3221",725,12837,3,1064,1315 +"3222",725,14433,3,1064,1225 +"3223",725,14623,3,1064,2043 +"3224",725,14654,3,1064,1692 +"3225",725,14761,2,1064,2502 +"3226",725,15075,2,1064,2252 +"3227",725,15088,3,1064,2906 +"3228",725,18855,2,1064,1362 +"3229",725,18954,3,1064,2364 +"3230",725,23325,2,1064,2779 +"3231",725,23639,3,1064,2065 +"3232",725,29824,3,1064,2772 +"3233",725,30317,3,1064,2431 +"3234",725,30334,3,1064,2075 +"3235",725,34742,2,1064,1883 +"3236",725,37636,3,1064,2178 +"3237",725,38602,3,1064,2693 +"3238",725,40392,2,1064,1878 +"3239",725,40850,2,1064,1396 +"3240",725,45030,3,1064,2776 +"3241",725,46745,3,1064,1565 +"3242",725,49347,3,1064,2504 +"3243",725,49621,1,1064,1915 +"3244",725,51783,3,1064,2599 +"3245",725,51838,3,1064,2288 +"3246",725,52483,2,1064,2317 +"3247",725,53537,2,1064,2428 +"3248",725,53905,3,1064,2193 +"3249",725,56737,2,1064,2270 +"3250",725,58086,3,1064,1667 +"3251",725,72827,2,1064,1359 +"3252",725,76230,3,1064,1223 +"3253",725,79036,3,1064,2524 +"3254",725,79236,2,1064,1505 +"3255",725,79822,2,1064,1508 +"3256",725,79918,3,1064,1672 +"3257",725,80942,3,1064,1240 +"3258",725,81113,1,1064,1914 +"3259",725,89860,3,1064,1999 +"3260",725,96349,3,1064,1874 +"3261",725,101115,3,1064,1259 +"3262",728,237,3,1812,1982 +"3263",728,1702,3,1812,1984 +"3264",728,2226,3,1812,2225 +"3265",728,3127,3,1812,2273 +"3266",728,4367,3,1812,2794 +"3267",728,4646,3,1812,2139 +"3268",728,7014,2,1812,2401 +"3269",728,8726,2,1812,2083 +"3270",728,9787,2,1812,2858 +"3271",728,11136,3,1812,2573 +"3272",728,11648,3,1812,2852 +"3273",728,13780,3,1812,2412 +"3274",728,18965,2,1812,2315 +"3275",728,19364,3,1812,2846 +"3276",728,24096,3,1812,2612 +"3277",728,26734,3,1812,2299 +"3278",728,28081,3,1812,1927 +"3279",728,29825,3,1812,2603 +"3280",728,30870,3,1812,2370 +"3281",728,36953,3,1812,2790 +"3282",728,37279,2,1812,2768 +"3283",728,38259,3,1812,2258 +"3284",728,40572,3,1812,2666 +"3285",728,41633,3,1812,1976 +"3286",728,42813,3,1812,2142 +"3287",728,45729,3,1812,2606 +"3288",728,46261,3,1812,2350 +"3289",728,46486,2,1812,1868 +"3290",728,47114,3,1812,1920 +"3291",728,47965,2,1812,2232 +"3292",728,51687,2,1812,2333 +"3293",728,54718,3,1812,2473 +"3294",728,59776,3,1812,2493 +"3295",728,61337,3,1812,2777 +"3296",728,73553,3,1812,2726 +"3297",728,107103,3,1812,2015 +"3298",733,671,3,1653,2328 +"3299",733,675,3,1653,1686 +"3300",733,1046,3,1653,1881 +"3301",733,1136,3,1653,2536 +"3302",733,1897,3,1653,1727 +"3303",733,2208,3,1653,2814 +"3304",733,2424,3,1653,2582 +"3305",733,3167,3,1653,1676 +"3306",733,3242,2,1653,1730 +"3307",733,4191,3,1653,2130 +"3308",733,4226,3,1653,1903 +"3309",733,4567,3,1653,2348 +"3310",733,4618,2,1653,2607 +"3311",733,4687,3,1653,2152 +"3312",733,4980,3,1653,2093 +"3313",733,5041,3,1653,2371 +"3314",733,5239,3,1653,2875 +"3315",733,5504,3,1653,2389 +"3316",733,7245,3,1653,2089 +"3317",733,7834,3,1653,1708 +"3318",733,8621,2,1653,1681 +"3319",733,10130,3,1653,2741 +"3320",733,10222,3,1653,2212 +"3321",733,10404,3,1653,2062 +"3322",733,10890,3,1653,2639 +"3323",733,12374,3,1653,2260 +"3324",733,15401,3,1653,1999 +"3325",733,15539,3,1653,1929 +"3326",733,16608,3,1653,1769 +"3327",733,17354,3,1653,2250 +"3328",733,18277,2,1653,2309 +"3329",733,19027,3,1653,2721 +"3330",733,20162,2,1653,2328 +"3331",733,20311,3,1653,1981 +"3332",733,20563,2,1653,2267 +"3333",733,20700,3,1653,2861 +"3334",733,21104,3,1653,2327 +"3335",733,22857,3,1653,1708 +"3336",733,23140,3,1653,2787 +"3337",733,23534,2,1653,1659 +"3338",733,23704,3,1653,2278 +"3339",733,24198,3,1653,2217 +"3340",733,25341,3,1653,1858 +"3341",733,26436,2,1653,2489 +"3342",733,26451,3,1653,2133 +"3343",733,26516,2,1653,2479 +"3344",733,26570,3,1653,1669 +"3345",733,26706,2,1653,1846 +"3346",733,27753,2,1653,2750 +"3347",733,31799,3,1653,2547 +"3348",733,32988,3,1653,2008 +"3349",733,33551,3,1653,1734 +"3350",733,33801,3,1653,2899 +"3351",733,34136,2,1653,2202 +"3352",733,34492,2,1653,1798 +"3353",733,37301,3,1653,2160 +"3354",733,37418,3,1653,2710 +"3355",733,38449,3,1653,1802 +"3356",733,40293,3,1653,1671 +"3357",733,40369,3,1653,2735 +"3358",733,43839,3,1653,1685 +"3359",733,45715,3,1653,2287 +"3360",733,50667,1,1653,2719 +"3361",733,51410,3,1653,2739 +"3362",733,53031,3,1653,2065 +"3363",733,54740,3,1653,2750 +"3364",733,55906,3,1653,2851 +"3365",733,57977,3,1653,2683 +"3366",733,58221,1,1653,1787 +"3367",733,63515,3,1653,2023 +"3368",733,64699,3,1653,2797 +"3369",733,64793,3,1653,2819 +"3370",733,64997,3,1653,2791 +"3371",733,65155,3,1653,1947 +"3372",733,70046,3,1653,2624 +"3373",733,74095,3,1653,2333 +"3374",733,81813,3,1653,1656 +"3375",733,82409,3,1653,1881 +"3376",733,91162,3,1653,1693 +"3377",733,91201,3,1653,1702 +"3378",733,92322,3,1653,2393 +"3379",733,93615,3,1653,2386 +"3380",739,15075,3,309,2252 +"3381",739,18954,3,309,2364 +"3382",739,25718,3,309,432 +"3383",739,26567,3,309,1158 +"3384",739,34334,3,309,1637 +"3385",739,62498,3,309,1698 +"3386",739,72827,2,309,1359 +"3387",739,78460,2,309,985 +"3388",739,95661,3,309,872 +"3389",739,96741,2,309,484 +"3390",739,107993,3,309,999 +"3391",739,116792,3,309,2397 +"3392",750,1315,2,1327,2760 +"3393",750,3139,3,1327,1656 +"3394",750,7354,3,1327,2008 +"3395",750,9503,3,1327,2453 +"3396",750,10871,3,1327,2314 +"3397",750,12724,3,1327,1930 +"3398",750,17264,3,1327,2528 +"3399",750,17354,3,1327,2250 +"3400",750,19506,3,1327,1385 +"3401",750,20070,3,1327,1914 +"3402",750,22242,3,1327,1690 +"3403",750,23140,3,1327,2787 +"3404",750,26031,2,1327,1397 +"3405",750,28896,3,1327,1395 +"3406",750,31124,3,1327,2351 +"3407",750,32419,3,1327,1909 +"3408",750,32899,3,1327,1369 +"3409",750,33551,3,1327,1734 +"3410",750,37897,3,1327,1685 +"3411",750,46506,2,1327,2464 +"3412",750,49048,3,1327,1656 +"3413",750,74370,3,1327,1667 +"3414",750,82681,2,1327,1620 +"3415",750,90790,3,1327,1492 +"3416",750,91162,3,1327,1693 +"3417",750,91201,3,1327,1702 +"3418",750,94444,3,1327,1554 +"3419",750,96894,3,1327,1598 +"3420",757,600,3,546,1702 +"3421",757,2894,3,546,1291 +"3422",757,3819,3,546,1583 +"3423",757,3947,3,546,2067 +"3424",757,3966,3,546,2425 +"3425",757,4504,3,546,1905 +"3426",757,5203,1,546,814 +"3427",757,5226,3,546,1309 +"3428",757,5315,3,546,2631 +"3429",757,5449,2,546,1723 +"3430",757,5716,3,546,1058 +"3431",757,5785,3,546,1261 +"3432",757,6047,3,546,2004 +"3433",757,6222,3,546,1949 +"3434",757,6253,2,546,2282 +"3435",757,6366,3,546,798 +"3436",757,6417,3,546,1675 +"3437",757,6627,3,546,2063 +"3438",757,7029,3,546,2204 +"3439",757,7443,3,546,2028 +"3440",757,7508,3,546,2396 +"3441",757,8041,3,546,632 +"3442",757,8887,3,546,2373 +"3443",757,9311,3,546,2477 +"3444",757,10310,3,546,2774 +"3445",757,10358,3,546,2294 +"3446",757,10576,3,546,974 +"3447",757,10870,2,546,1755 +"3448",757,11103,1,546,2393 +"3449",757,11239,3,546,2181 +"3450",757,11493,2,546,2077 +"3451",757,11576,3,546,808 +"3452",757,11976,3,546,1727 +"3453",757,12371,2,546,1569 +"3454",757,12373,3,546,1567 +"3455",757,12639,3,546,1141 +"3456",757,14032,3,546,2144 +"3457",757,14959,3,546,2898 +"3458",757,16352,3,546,2657 +"3459",757,17520,3,546,2276 +"3460",757,18165,3,546,2085 +"3461",757,18344,3,546,2204 +"3462",757,18464,3,546,2312 +"3463",757,18706,3,546,1617 +"3464",757,19093,3,546,2224 +"3465",757,20331,3,546,2365 +"3466",757,20355,3,546,2111 +"3467",757,20879,3,546,623 +"3468",757,21406,3,546,2714 +"3469",757,21463,3,546,2437 +"3470",757,21566,3,546,1234 +"3471",757,21720,3,546,2637 +"3472",757,22893,3,546,1938 +"3473",757,23006,2,546,1532 +"3474",757,24256,2,546,2393 +"3475",757,24568,3,546,1937 +"3476",757,25033,3,546,929 +"3477",757,25325,3,546,2963 +"3478",757,26716,3,546,1765 +"3479",757,27195,2,546,2158 +"3480",757,28002,3,546,914 +"3481",757,28571,2,546,1556 +"3482",757,28640,3,546,1475 +"3483",757,29089,3,546,1344 +"3484",757,29095,3,546,2531 +"3485",757,29512,3,546,1594 +"3486",757,29917,3,546,1962 +"3487",757,29930,1,546,2240 +"3488",757,30747,3,546,2455 +"3489",757,30883,3,546,1629 +"3490",757,31279,3,546,965 +"3491",757,31705,3,546,2706 +"3492",757,32648,3,546,669 +"3493",757,33184,3,546,2522 +"3494",757,33801,3,546,2899 +"3495",757,33834,2,546,1606 +"3496",757,34648,3,546,1596 +"3497",757,34735,3,546,2767 +"3498",757,35752,3,546,1158 +"3499",757,36574,2,546,2934 +"3500",757,38467,2,546,1259 +"3501",757,38921,3,546,1880 +"3502",757,39105,3,546,2487 +"3503",757,40893,3,546,1116 +"3504",757,41770,3,546,2752 +"3505",757,41955,3,546,2479 +"3506",757,42574,3,546,2842 +"3507",757,45903,3,546,2237 +"3508",757,46283,3,546,1184 +"3509",757,49185,3,546,1544 +"3510",757,50487,3,546,744 +"3511",757,52530,3,546,1737 +"3512",757,53134,3,546,1590 +"3513",757,53219,3,546,2973 +"3514",757,53475,3,546,2853 +"3515",757,53830,3,546,1307 +"3516",757,56232,3,546,1175 +"3517",757,56688,3,546,2331 +"3518",757,61975,3,546,983 +"3519",757,62488,3,546,1418 +"3520",757,62538,2,546,1656 +"3521",757,63409,3,546,1937 +"3522",757,64255,2,546,2309 +"3523",757,65140,3,546,836 +"3524",757,67102,3,546,935 +"3525",757,73305,3,546,2544 +"3526",757,78436,3,546,1615 +"3527",757,79472,3,546,1230 +"3528",757,80219,3,546,988 +"3529",757,80246,3,546,1224 +"3530",757,82270,3,546,1641 +"3531",757,83526,3,546,1235 +"3532",757,90802,3,546,877 +"3533",757,97120,3,546,1202 +"3534",757,97937,3,546,932 +"3535",757,99966,2,546,606 +"3536",757,100140,3,546,1041 +"3537",757,101338,3,546,1319 +"3538",757,104280,3,546,887 +"3539",757,113238,3,546,671 +"3540",757,117956,3,546,2774 +"3541",758,2852,3,1232,2448 +"3542",758,3195,2,1232,2043 +"3543",758,3477,3,1232,2546 +"3544",758,4932,3,1232,2752 +"3545",758,6063,3,1232,2349 +"3546",758,6132,2,1232,1590 +"3547",758,7937,2,1232,2044 +"3548",758,8726,3,1232,2083 +"3549",758,8908,2,1232,1537 +"3550",758,9801,1,1232,2443 +"3551",758,14032,3,1232,2144 +"3552",758,14754,3,1232,2456 +"3553",758,18217,3,1232,1566 +"3554",758,19675,3,1232,2025 +"3555",758,20821,3,1232,1617 +"3556",758,21207,3,1232,1258 +"3557",758,25832,2,1232,1689 +"3558",758,28893,2,1232,2764 +"3559",758,32339,1,1232,2430 +"3560",758,33223,3,1232,2397 +"3561",758,35620,3,1232,2092 +"3562",758,36506,2,1232,2638 +"3563",758,39443,3,1232,2277 +"3564",758,40283,2,1232,1657 +"3565",758,40542,3,1232,1664 +"3566",758,41023,3,1232,2408 +"3567",758,41581,2,1232,1692 +"3568",758,48015,3,1232,1355 +"3569",758,50335,3,1232,1893 +"3570",758,56116,3,1232,1321 +"3571",758,57067,3,1232,2547 +"3572",758,77377,3,1232,1487 +"3573",758,88212,2,1232,2547 +"3574",758,92658,3,1232,2659 +"3575",758,93320,2,1232,1258 +"3576",758,95288,3,1232,1602 +"3577",762,25,2,2671,2762 +"3578",762,12703,2,2671,2689 +"3579",762,28982,3,2671,2746 +"3580",762,50275,3,2671,2832 +"3581",765,999,3,2073,2181 +"3582",765,3460,3,2073,2530 +"3583",765,3896,3,2073,2693 +"3584",765,4751,3,2073,2696 +"3585",765,6030,3,2073,2953 +"3586",765,8275,3,2073,2237 +"3587",765,10857,3,2073,2253 +"3588",765,33052,3,2073,2251 +"3589",765,40262,3,2073,2291 +"3590",765,41998,3,2073,2400 +"3591",765,42642,3,2073,2257 +"3592",765,54551,3,2073,2348 +"3593",765,64436,2,2073,2687 +"3594",765,69591,3,2073,2294 +"3595",765,83407,3,2073,2112 +"3596",782,380,3,945,2261 +"3597",782,1102,3,945,2282 +"3598",782,1578,3,945,1612 +"3599",782,2484,3,945,2389 +"3600",782,2576,3,945,1307 +"3601",782,2852,3,945,2448 +"3602",782,4361,3,945,2571 +"3603",782,4612,3,945,2804 +"3604",782,4669,3,945,2395 +"3605",782,5568,3,945,1290 +"3606",782,5897,3,945,2337 +"3607",782,6603,3,945,2185 +"3608",782,6989,3,945,2623 +"3609",782,7785,1,945,2441 +"3610",782,8866,3,945,1545 +"3611",782,10002,3,945,1788 +"3612",782,11108,3,945,1609 +"3613",782,12948,3,945,2669 +"3614",782,14655,3,945,2559 +"3615",782,14749,3,945,1998 +"3616",782,15821,3,945,2456 +"3617",782,16715,3,945,1218 +"3618",782,17033,3,945,2771 +"3619",782,18978,1,945,952 +"3620",782,20545,3,945,1491 +"3621",782,23000,3,945,1815 +"3622",782,23015,3,945,1362 +"3623",782,24195,3,945,1575 +"3624",782,24866,3,945,2103 +"3625",782,27742,2,945,2700 +"3626",782,27914,3,945,2507 +"3627",782,29295,3,945,2043 +"3628",782,30262,3,945,1715 +"3629",782,30525,3,945,1964 +"3630",782,31868,3,945,1993 +"3631",782,32532,1,945,2338 +"3632",782,32560,2,945,1258 +"3633",782,33285,3,945,1327 +"3634",782,33341,3,945,2338 +"3635",782,33681,3,945,1059 +"3636",782,33870,2,945,955 +"3637",782,35797,2,945,2482 +"3638",782,36506,3,945,2638 +"3639",782,38780,3,945,2705 +"3640",782,41023,3,945,2408 +"3641",782,41581,3,945,1692 +"3642",782,43961,3,945,2443 +"3643",782,44749,3,945,1303 +"3644",782,45461,3,945,2458 +"3645",782,45869,3,945,2840 +"3646",782,45904,3,945,1011 +"3647",782,47534,2,945,2712 +"3648",782,52110,3,945,1676 +"3649",782,53530,3,945,2380 +"3650",782,55320,3,945,1643 +"3651",782,55892,3,945,1234 +"3652",782,57356,3,945,2476 +"3653",782,58655,3,945,2685 +"3654",782,59039,3,945,2870 +"3655",782,72632,3,945,1289 +"3656",782,80156,3,945,1667 +"3657",782,85396,3,945,1131 +"3658",782,91849,2,945,1166 +"3659",782,109307,3,945,1187 +"3660",782,115021,2,945,1226 +"3661",798,341,3,2476,2689 +"3662",798,3564,3,2476,2717 +"3663",798,4612,3,2476,2804 +"3664",798,5106,3,2476,2622 +"3665",798,9272,3,2476,2835 +"3666",798,35477,1,2476,2703 +"3667",798,35715,2,2476,2912 +"3668",798,37279,3,2476,2768 +"3669",798,43593,3,2476,2704 +"3670",798,47968,3,2476,2829 +"3671",798,59039,3,2476,2870 +"3672",798,59243,3,2476,2770 +"3673",798,66693,3,2476,2554 +"3674",798,71531,3,2476,2887 +"3675",798,73266,3,2476,2496 +"3676",798,96300,3,2476,2594 +"3677",803,42,1,1666,2265 +"3678",803,377,3,1666,2389 +"3679",803,1046,3,1666,1881 +"3680",803,1090,2,1666,2370 +"3681",803,1321,1,1666,2075 +"3682",803,1386,3,1666,1901 +"3683",803,1495,3,1666,2046 +"3684",803,2166,3,1666,2557 +"3685",803,2591,3,1666,1949 +"3686",803,2766,3,1666,1920 +"3687",803,3088,3,1666,1670 +"3688",803,3352,3,1666,1707 +"3689",803,3695,3,1666,2612 +"3690",803,3966,3,1666,2425 +"3691",803,4763,3,1666,1960 +"3692",803,5041,3,1666,2371 +"3693",803,5849,3,1666,2404 +"3694",803,7078,1,1666,2344 +"3695",803,7394,3,1666,2615 +"3696",803,8621,3,1666,1681 +"3697",803,10148,3,1666,2964 +"3698",803,10222,3,1666,2212 +"3699",803,10874,2,1666,1891 +"3700",803,11477,3,1666,2724 +"3701",803,12867,2,1666,2773 +"3702",803,13601,3,1666,2689 +"3703",803,15184,2,1666,2396 +"3704",803,15560,3,1666,2257 +"3705",803,16497,2,1666,2370 +"3706",803,18151,3,1666,2962 +"3707",803,19027,3,1666,2721 +"3708",803,19528,2,1666,2742 +"3709",803,20783,1,1666,2414 +"3710",803,21193,3,1666,2490 +"3711",803,21417,3,1666,2422 +"3712",803,21754,3,1666,1881 +"3713",803,22216,3,1666,1956 +"3714",803,23508,2,1666,1907 +"3715",803,24255,3,1666,2770 +"3716",803,25530,3,1666,2884 +"3717",803,26608,2,1666,2329 +"3718",803,30386,3,1666,1833 +"3719",803,31799,3,1666,2547 +"3720",803,32516,3,1666,2050 +"3721",803,32939,3,1666,2277 +"3722",803,33572,2,1666,2370 +"3723",803,34327,2,1666,2959 +"3724",803,34693,3,1666,1938 +"3725",803,36950,3,1666,2204 +"3726",803,37418,3,1666,2710 +"3727",803,38667,3,1666,2880 +"3728",803,38908,3,1666,1787 +"3729",803,41625,3,1666,1794 +"3730",803,41998,3,1666,2400 +"3731",803,43383,3,1666,2960 +"3732",803,44768,3,1666,2516 +"3733",803,46039,3,1666,1794 +"3734",803,47947,3,1666,2681 +"3735",803,48820,3,1666,2769 +"3736",803,49965,3,1666,2301 +"3737",803,53789,2,1666,2681 +"3738",803,57804,3,1666,2214 +"3739",803,66318,3,1666,2803 +"3740",803,86799,1,1666,1951 +"3741",803,94125,3,1666,2280 +"3742",803,99215,3,1666,2791 +"3743",822,19057,3,1475,2664 +"3744",822,22249,3,1475,1892 +"3745",822,32235,2,1475,2109 +"3746",822,34055,3,1475,1881 +"3747",822,35688,3,1475,1551 +"3748",823,28285,2,2840,2972 +"3749",823,53219,3,2840,2973 +"3750",843,2647,3,2332,2450 +"3751",843,3477,3,2332,2546 +"3752",843,6063,3,2332,2349 +"3753",843,9272,2,2332,2835 +"3754",843,9724,3,2332,2713 +"3755",843,14442,3,2332,2700 +"3756",843,14470,3,2332,2632 +"3757",843,31264,3,2332,2335 +"3758",843,31357,3,2332,2389 +"3759",843,33223,3,2332,2397 +"3760",843,33460,3,2332,2781 +"3761",843,39439,3,2332,2462 +"3762",843,39444,3,2332,2695 +"3763",843,43173,3,2332,2895 +"3764",843,43226,2,2332,2442 +"3765",843,47607,3,2332,2724 +"3766",843,47882,3,2332,2769 +"3767",843,51843,3,2332,2389 +"3768",843,53584,3,2332,2391 +"3769",843,54385,3,2332,2340 +"3770",843,59039,3,2332,2870 +"3771",843,69335,2,2332,2698 +"3772",843,93553,3,2332,2537 +"3773",845,470,3,68,2285 +"3774",845,600,2,68,1702 +"3775",845,913,3,68,2144 +"3776",845,2269,3,68,984 +"3777",845,4084,3,68,2133 +"3778",845,5564,3,68,113 +"3779",845,7847,3,68,2424 +"3780",845,10370,3,68,2224 +"3781",845,10433,3,68,2075 +"3782",845,11168,3,68,1223 +"3783",845,11912,3,68,889 +"3784",845,17351,3,68,2036 +"3785",845,17698,3,68,1559 +"3786",845,18108,1,68,1656 +"3787",845,18924,3,68,485 +"3788",845,19093,3,68,2224 +"3789",845,23918,2,68,1881 +"3790",845,24558,3,68,2139 +"3791",845,24568,3,68,1937 +"3792",845,26322,3,68,1018 +"3793",845,27377,2,68,1724 +"3794",845,28335,3,68,1240 +"3795",845,34920,3,68,563 +"3796",845,39748,2,68,1566 +"3797",845,41021,1,68,978 +"3798",845,41739,3,68,1339 +"3799",845,43025,2,68,2824 +"3800",845,44763,1,68,1324 +"3801",845,44773,2,68,1355 +"3802",845,46042,3,68,1692 +"3803",845,49046,3,68,255 +"3804",845,49850,3,68,613 +"3805",845,52735,3,68,1124 +"3806",845,63409,3,68,1937 +"3807",845,64181,2,68,1828 +"3808",845,64997,3,68,2791 +"3809",845,65625,3,68,1273 +"3810",845,66413,3,68,2507 +"3811",845,70568,3,68,103 +"3812",845,82052,2,68,885 +"3813",845,82787,3,68,1144 +"3814",845,105063,3,68,1908 +"3815",854,377,3,2307,2389 +"3816",854,1151,3,2307,2885 +"3817",854,1616,3,2307,2662 +"3818",854,1767,3,2307,2727 +"3819",854,2484,2,2307,2389 +"3820",854,3305,3,2307,2839 +"3821",854,3477,3,2307,2546 +"3822",854,3495,2,2307,2431 +"3823",854,4932,3,2307,2752 +"3824",854,5504,3,2307,2389 +"3825",854,6063,3,2307,2349 +"3826",854,6192,3,2307,2409 +"3827",854,7323,3,2307,2858 +"3828",854,8865,3,2307,2394 +"3829",854,9311,3,2307,2477 +"3830",854,11103,3,2307,2393 +"3831",854,13158,3,2307,2667 +"3832",854,14655,3,2307,2559 +"3833",854,14959,2,2307,2898 +"3834",854,15444,3,2307,2764 +"3835",854,17367,2,2307,2427 +"3836",854,18394,3,2307,2356 +"3837",854,19605,3,2307,2395 +"3838",854,19606,3,2307,2783 +"3839",854,20067,3,2307,2390 +"3840",854,20700,3,2307,2861 +"3841",854,24256,3,2307,2393 +"3842",854,28626,3,2307,2842 +"3843",854,29073,3,2307,2328 +"3844",854,29095,3,2307,2531 +"3845",854,29314,3,2307,2736 +"3846",854,29454,2,2307,2719 +"3847",854,30052,3,2307,2855 +"3848",854,31705,3,2307,2706 +"3849",854,33223,3,2307,2397 +"3850",854,35235,3,2307,2610 +"3851",854,37570,3,2307,2389 +"3852",854,39131,2,2307,2491 +"3853",854,39556,3,2307,2747 +"3854",854,41764,2,2307,2409 +"3855",854,44268,3,2307,2436 +"3856",854,44885,3,2307,2670 +"3857",854,44899,3,2307,2386 +"3858",854,45302,3,2307,2390 +"3859",854,47803,3,2307,2477 +"3860",854,50480,3,2307,2701 +"3861",854,51166,3,2307,2747 +"3862",854,53219,3,2307,2973 +"3863",854,58508,3,2307,2326 +"3864",854,58993,3,2307,2390 +"3865",854,60179,3,2307,2708 +"3866",854,65572,3,2307,2750 +"3867",854,66530,3,2307,2811 +"3868",854,70203,3,2307,2756 +"3869",860,371,1,1258,2950 +"3870",860,1523,3,1258,2048 +"3871",860,2190,2,1258,2359 +"3872",860,3520,3,1258,2281 +"3873",860,4665,3,1258,1569 +"3874",860,5897,3,1258,2337 +"3875",860,9332,2,1258,2734 +"3876",860,10050,3,1258,1792 +"3877",860,13068,3,1258,1778 +"3878",860,16502,2,1258,1616 +"3879",860,17456,3,1258,1300 +"3880",860,18381,3,1258,1524 +"3881",860,21487,3,1258,2203 +"3882",860,23277,3,1258,1267 +"3883",860,27882,3,1258,1897 +"3884",860,28051,2,1258,2089 +"3885",860,31676,3,1258,1598 +"3886",860,33657,2,1258,2336 +"3887",860,37636,3,1258,2178 +"3888",860,38676,3,1258,2286 +"3889",860,39534,3,1258,2410 +"3890",860,42256,2,1258,2839 +"3891",860,43027,3,1258,1277 +"3892",860,49347,3,1258,2504 +"3893",860,49712,2,1258,1937 +"3894",860,53687,3,1258,2422 +"3895",860,64947,3,1258,2489 +"3896",862,14676,3,2254,2764 +"3897",862,61513,3,2254,2948 +"3898",862,63837,3,2254,2807 +"3899",863,455,3,551,2827 +"3900",863,1154,3,551,1656 +"3901",863,1639,3,551,2631 +"3902",863,3068,3,551,1815 +"3903",863,7506,3,551,2371 +"3904",863,7951,3,551,2358 +"3905",863,10143,2,551,778 +"3906",863,11450,3,551,915 +"3907",863,12374,3,551,2260 +"3908",863,12779,3,551,936 +"3909",863,13158,3,551,2667 +"3910",863,14332,3,551,780 +"3911",863,15235,3,551,1045 +"3912",863,16654,3,551,1843 +"3913",863,19835,3,551,1135 +"3914",863,20343,3,551,851 +"3915",863,20416,3,551,2323 +"3916",863,20494,3,551,1075 +"3917",863,23705,3,551,2699 +"3918",863,27837,3,551,1315 +"3919",863,28002,3,551,914 +"3920",863,30092,3,551,1593 +"3921",863,30827,3,551,2323 +"3922",863,38284,3,551,1234 +"3923",863,42216,3,551,2722 +"3924",863,48260,3,551,875 +"3925",863,50093,1,551,909 +"3926",863,55084,3,551,1189 +"3927",863,55324,3,551,1544 +"3928",863,65625,3,551,1273 +"3929",863,78256,3,551,804 +"3930",863,88070,3,551,949 +"3931",863,105063,3,551,1908 +"3932",867,2524,3,1264,1708 +"3933",867,4763,3,1264,1960 +"3934",867,9227,3,1264,1267 +"3935",867,13479,3,1264,2155 +"3936",867,21681,3,1264,2005 +"3937",867,29436,3,1264,1718 +"3938",867,34875,3,1264,1544 +"3939",867,51879,3,1264,1771 +"3940",867,56537,3,1264,2409 +"3941",867,62488,3,1264,1418 +"3942",867,82932,3,1264,2245 +"3943",868,2057,2,607,1965 +"3944",868,2351,2,607,1868 +"3945",868,3830,3,607,1661 +"3946",868,4646,3,607,2139 +"3947",868,5462,3,607,2374 +"3948",868,5599,3,607,1684 +"3949",868,11518,3,607,803 +"3950",868,12361,3,607,2732 +"3951",868,14749,3,607,1998 +"3952",868,16482,3,607,1958 +"3953",868,16959,2,607,888 +"3954",868,17133,1,607,924 +"3955",868,28440,3,607,675 +"3956",868,29473,3,607,2602 +"3957",868,29818,3,607,1677 +"3958",868,29997,3,607,1789 +"3959",868,32606,3,607,2100 +"3960",868,40138,2,607,2719 +"3961",868,41278,3,607,1873 +"3962",868,42852,2,607,1316 +"3963",868,45355,2,607,1450 +"3964",868,46982,3,607,2806 +"3965",868,51250,1,607,2683 +"3966",868,57950,3,607,1529 +"3967",868,66756,3,607,1301 +"3968",868,71455,3,607,1702 +"3969",868,79432,3,607,1708 +"3970",868,82023,3,607,992 +"3971",868,90837,3,607,825 +"3972",868,97244,2,607,1316 +"3973",868,102530,1,607,880 +"3974",900,47968,3,2726,2829 +"3975",902,6063,3,1887,2349 +"3976",913,135,3,2144,2233 +"3977",913,380,3,2144,2261 +"3978",913,455,3,2144,2827 +"3979",913,470,2,2144,2285 +"3980",913,1102,2,2144,2282 +"3981",913,2224,3,2144,2751 +"3982",913,2424,3,2144,2582 +"3983",913,2484,3,2144,2389 +"3984",913,2572,3,2144,2273 +"3985",913,2625,2,2144,2152 +"3986",913,2954,2,2144,2727 +"3987",913,3305,3,2144,2839 +"3988",913,4687,2,2144,2152 +"3989",913,5258,3,2144,2730 +"3990",913,5326,3,2144,2652 +"3991",913,5462,3,2144,2374 +"3992",913,5504,3,2144,2389 +"3993",913,6074,3,2144,2426 +"3994",913,6192,3,2144,2409 +"3995",913,6390,2,2144,2385 +"3996",913,6491,3,2144,2424 +"3997",913,6989,3,2144,2623 +"3998",913,7515,2,2144,2737 +"3999",913,7847,3,2144,2424 +"4000",913,8821,3,2144,2230 +"4001",913,9150,3,2144,2689 +"4002",913,9184,3,2144,2670 +"4003",913,9311,3,2144,2477 +"4004",913,9362,2,2144,2879 +"4005",913,10513,3,2144,2284 +"4006",913,12081,3,2144,2166 +"4007",913,12528,2,2144,2589 +"4008",913,14652,2,2144,2516 +"4009",913,14655,3,2144,2559 +"4010",913,15381,3,2144,2289 +"4011",913,16432,3,2144,2664 +"4012",913,17520,3,2144,2276 +"4013",913,17549,3,2144,2647 +"4014",913,18315,3,2144,2720 +"4015",913,18543,2,2144,2968 +"4016",913,19208,3,2144,2629 +"4017",913,19248,2,2144,2357 +"4018",913,19719,3,2144,2177 +"4019",913,21682,3,2144,2414 +"4020",913,21693,3,2144,2176 +"4021",913,22326,3,2144,2818 +"4022",913,22566,3,2144,2308 +"4023",913,22567,2,2144,2396 +"4024",913,23132,2,2144,2756 +"4025",913,23705,3,2144,2699 +"4026",913,23725,3,2144,2378 +"4027",913,24448,1,2144,2289 +"4028",913,25305,3,2144,2447 +"4029",913,26749,3,2144,2965 +"4030",913,27275,1,2144,2656 +"4031",913,27390,1,2144,2425 +"4032",913,27391,3,2144,2378 +"4033",913,29930,3,2144,2240 +"4034",913,29962,3,2144,2201 +"4035",913,30052,2,2144,2855 +"4036",913,31235,1,2144,2668 +"4037",913,33622,3,2144,2230 +"4038",913,34480,3,2144,2755 +"4039",913,36087,3,2144,2755 +"4040",913,38780,2,2144,2705 +"4041",913,40383,2,2144,2639 +"4042",913,42216,3,2144,2722 +"4043",913,42799,2,2144,2729 +"4044",913,44427,3,2144,2875 +"4045",913,45302,3,2144,2390 +"4046",913,45729,3,2144,2606 +"4047",913,47445,2,2144,2668 +"4048",913,47772,3,2144,2293 +"4049",913,48605,3,2144,2796 +"4050",913,51041,3,2144,2606 +"4051",913,51866,3,2144,2411 +"4052",913,51925,3,2144,2307 +"4053",913,52570,3,2144,2645 +"4054",913,52576,2,2144,2234 +"4055",913,53219,3,2144,2973 +"4056",913,54695,3,2144,2429 +"4057",913,55438,3,2144,2863 +"4058",913,56082,3,2144,2395 +"4059",913,57544,2,2144,2443 +"4060",913,58508,3,2144,2326 +"4061",913,59022,3,2144,2494 +"4062",913,61982,3,2144,2725 +"4063",913,62219,3,2144,2494 +"4064",913,62841,3,2144,2710 +"4065",913,64997,3,2144,2791 +"4066",913,65016,3,2144,2749 +"4067",913,66413,2,2144,2507 +"4068",913,66992,3,2144,2882 +"4069",913,67652,2,2144,2736 +"4070",913,68810,3,2144,2409 +"4071",913,73305,2,2144,2544 +"4072",913,76892,2,2144,2381 +"4073",913,79322,3,2144,2770 +"4074",913,79804,3,2144,2227 +"4075",913,92322,3,2144,2393 +"4076",915,380,3,1793,2261 +"4077",915,854,2,1793,2307 +"4078",915,1102,3,1793,2282 +"4079",915,1767,2,1793,2727 +"4080",915,2181,3,1793,2030 +"4081",915,2572,3,1793,2273 +"4082",915,3068,3,1793,1815 +"4083",915,3495,3,1793,2431 +"4084",915,3980,2,1793,2771 +"4085",915,4504,2,1793,1905 +"4086",915,5235,3,1793,2324 +"4087",915,5865,3,1793,1910 +"4088",915,6052,3,1793,1985 +"4089",915,6074,3,1793,2426 +"4090",915,6192,3,1793,2409 +"4091",915,7406,3,1793,1906 +"4092",915,8274,3,1793,1909 +"4093",915,9331,3,1793,2269 +"4094",915,9828,3,1793,2085 +"4095",915,10239,3,1793,2032 +"4096",915,11625,3,1793,2022 +"4097",915,12264,3,1793,1925 +"4098",915,12388,2,1793,1975 +"4099",915,12724,3,1793,1930 +"4100",915,13158,2,1793,2667 +"4101",915,13479,3,1793,2155 +"4102",915,15444,3,1793,2764 +"4103",915,15546,3,1793,2055 +"4104",915,16482,3,1793,1958 +"4105",915,16866,3,1793,2718 +"4106",915,17351,3,1793,2036 +"4107",915,17632,3,1793,1947 +"4108",915,17943,3,1793,1943 +"4109",915,18464,3,1793,2312 +"4110",915,18865,3,1793,2676 +"4111",915,19208,2,1793,2629 +"4112",915,19248,3,1793,2357 +"4113",915,19317,3,1793,2041 +"4114",915,19605,1,1793,2395 +"4115",915,20162,3,1793,2328 +"4116",915,20416,3,1793,2323 +"4117",915,20732,3,1793,2401 +"4118",915,21929,3,1793,2062 +"4119",915,22260,3,1793,2137 +"4120",915,23460,3,1793,2183 +"4121",915,23726,3,1793,2434 +"4122",915,24060,3,1793,2349 +"4123",915,25440,3,1793,2749 +"4124",915,26234,3,1793,2183 +"4125",915,26796,3,1793,2384 +"4126",915,27195,3,1793,2158 +"4127",915,27694,3,1793,2030 +"4128",915,28285,3,1793,2972 +"4129",915,29073,3,1793,2328 +"4130",915,29454,2,1793,2719 +"4131",915,30236,2,1793,2238 +"4132",915,30827,2,1793,2323 +"4133",915,32939,3,1793,2277 +"4134",915,33380,2,1793,2340 +"4135",915,34120,3,1793,2786 +"4136",915,35837,3,1793,2871 +"4137",915,37915,3,1793,1905 +"4138",915,38732,2,1793,2263 +"4139",915,40493,3,1793,1981 +"4140",915,41682,2,1793,1988 +"4141",915,41764,3,1793,2409 +"4142",915,41900,3,1793,1970 +"4143",915,41945,3,1793,2856 +"4144",915,42129,3,1793,2318 +"4145",915,42216,2,1793,2722 +"4146",915,43404,2,1793,2649 +"4147",915,43978,3,1793,2698 +"4148",915,44688,3,1793,2924 +"4149",915,45302,2,1793,2390 +"4150",915,46446,3,1793,2295 +"4151",915,47529,3,1793,2914 +"4152",915,49620,3,1793,1868 +"4153",915,50134,3,1793,2674 +"4154",915,50480,2,1793,2701 +"4155",915,51017,3,1793,2073 +"4156",915,51035,3,1793,2397 +"4157",915,51610,3,1793,2635 +"4158",915,51866,3,1793,2411 +"4159",915,53219,3,1793,2973 +"4160",915,55076,3,1793,2408 +"4161",915,56893,3,1793,2597 +"4162",915,56910,3,1793,2705 +"4163",915,57804,3,1793,2214 +"4164",915,60179,3,1793,2708 +"4165",915,63395,3,1793,2334 +"4166",915,74636,3,1793,2525 +"4167",915,80764,3,1793,1808 +"4168",916,5606,3,2718,2875 +"4169",916,17999,2,2718,2758 +"4170",916,36662,1,2718,2967 +"4171",916,55405,3,2718,2788 +"4172",916,59511,3,2718,2753 +"4173",916,94339,2,2718,2768 +"4174",917,20011,3,973,2826 +"4175",917,23771,3,973,1614 +"4176",917,30194,3,973,2874 +"4177",917,32079,3,973,2315 +"4178",917,49415,3,973,2654 +"4179",917,49913,3,973,2444 +"4180",917,52950,3,973,2716 +"4181",917,66609,3,973,998 +"4182",917,67836,3,973,2195 +"4183",917,76505,3,973,2123 +"4184",917,76867,1,973,1296 +"4185",917,94495,3,973,989 +"4186",919,843,1,910,2332 +"4187",919,1822,3,910,2888 +"4188",919,2181,3,910,2030 +"4189",919,2724,3,910,2447 +"4190",919,3271,3,910,2216 +"4191",919,3272,3,910,2132 +"4192",919,3360,3,910,1583 +"4193",919,3477,2,910,2546 +"4194",919,4622,3,910,1589 +"4195",919,4691,2,910,1888 +"4196",919,4968,2,910,1586 +"4197",919,6040,3,910,2103 +"4198",919,6063,2,910,2349 +"4199",919,6392,3,910,1878 +"4200",919,7604,3,910,1366 +"4201",919,7787,3,910,2314 +"4202",919,8993,2,910,2099 +"4203",919,9272,3,910,2835 +"4204",919,9503,3,910,2453 +"4205",919,11154,3,910,1594 +"4206",919,11229,3,910,1625 +"4207",919,12197,3,910,1235 +"4208",919,12598,3,910,2086 +"4209",919,12779,2,910,936 +"4210",919,13899,3,910,2650 +"4211",919,14817,3,910,2110 +"4212",919,15023,2,910,2054 +"4213",919,18217,2,910,1566 +"4214",919,19075,3,910,2214 +"4215",919,19317,3,910,2041 +"4216",919,19667,3,910,1466 +"4217",919,20124,3,910,2376 +"4218",919,20547,2,910,2145 +"4219",919,20739,3,910,2025 +"4220",919,20984,3,910,2502 +"4221",919,21684,3,910,1971 +"4222",919,22403,3,910,1630 +"4223",919,25518,3,910,1955 +"4224",919,25678,3,910,1558 +"4225",919,28588,3,910,1335 +"4226",919,29267,3,910,1234 +"4227",919,30486,3,910,1269 +"4228",919,31357,2,910,2389 +"4229",919,32339,3,910,2430 +"4230",919,32395,3,910,2735 +"4231",919,33223,2,910,2397 +"4232",919,33451,3,910,1957 +"4233",919,33470,2,910,2003 +"4234",919,35822,3,910,1903 +"4235",919,36346,3,910,1240 +"4236",919,37301,3,910,2160 +"4237",919,38457,3,910,1630 +"4238",919,38513,3,910,914 +"4239",919,39893,3,910,1601 +"4240",919,40542,2,910,1664 +"4241",919,42390,3,910,2937 +"4242",919,43226,3,910,2442 +"4243",919,44181,3,910,1034 +"4244",919,47595,3,910,2374 +"4245",919,48110,3,910,2009 +"4246",919,51399,3,910,934 +"4247",919,51843,2,910,2389 +"4248",919,52953,3,910,1741 +"4249",919,53414,3,910,1672 +"4250",919,54385,2,910,2340 +"4251",919,55307,2,910,2306 +"4252",919,55730,2,910,1217 +"4253",919,56316,3,910,1435 +"4254",919,56873,3,910,1421 +"4255",919,57150,3,910,1196 +"4256",919,58508,3,910,2326 +"4257",919,59790,3,910,1827 +"4258",919,62975,3,910,977 +"4259",919,63104,3,910,2149 +"4260",919,69308,3,910,2370 +"4261",919,69335,3,910,2698 +"4262",919,76143,3,910,1610 +"4263",919,76295,3,910,1001 +"4264",919,76503,3,910,1136 +"4265",919,78611,3,910,1586 +"4266",919,79547,3,910,1909 +"4267",919,80301,3,910,1690 +"4268",919,80615,2,910,2252 +"4269",919,82039,3,910,1327 +"4270",919,84317,3,910,2081 +"4271",919,84808,2,910,1974 +"4272",919,88739,3,910,933 +"4273",919,89258,3,910,1147 +"4274",919,93590,3,910,1188 +"4275",919,110737,3,910,2117 +"4276",937,600,3,408,1702 +"4277",937,671,3,408,2328 +"4278",937,675,3,408,1686 +"4279",937,733,3,408,1653 +"4280",937,1036,3,408,1367 +"4281",937,1046,3,408,1881 +"4282",937,1127,2,408,1188 +"4283",937,1130,2,408,1566 +"4284",937,1136,3,408,2536 +"4285",937,1397,3,408,1225 +"4286",937,1469,3,408,1160 +"4287",937,2063,3,408,1278 +"4288",937,2269,2,408,984 +"4289",937,2300,1,408,565 +"4290",937,2325,2,408,1641 +"4291",937,2424,3,408,2582 +"4292",937,2743,2,408,1278 +"4293",937,2765,3,408,2321 +"4294",937,2954,3,408,2727 +"4295",937,3242,2,408,1730 +"4296",937,3966,3,408,2425 +"4297",937,4191,3,408,2130 +"4298",937,4618,3,408,2607 +"4299",937,4687,3,408,2152 +"4300",937,4785,3,408,996 +"4301",937,4790,3,408,1025 +"4302",937,4791,3,408,1184 +"4303",937,4980,3,408,2093 +"4304",937,5621,3,408,1860 +"4305",937,5725,3,408,2789 +"4306",937,5864,3,408,1197 +"4307",937,6366,3,408,798 +"4308",937,6740,2,408,2699 +"4309",937,6914,3,408,2668 +"4310",937,7677,3,408,2338 +"4311",937,7847,3,408,2424 +"4312",937,7861,2,408,1647 +"4313",937,8621,3,408,1681 +"4314",937,9607,3,408,2021 +"4315",937,10130,2,408,2741 +"4316",937,10404,3,408,2062 +"4317",937,10875,3,408,1234 +"4318",937,10890,3,408,2639 +"4319",937,11208,3,408,1161 +"4320",937,12042,3,408,2345 +"4321",937,15005,3,408,1415 +"4322",937,15716,3,408,1991 +"4323",937,16074,2,408,977 +"4324",937,16164,2,408,1184 +"4325",937,17357,3,408,1536 +"4326",937,17852,3,408,2840 +"4327",937,19248,3,408,2357 +"4328",937,19516,3,408,2313 +"4329",937,19627,3,408,627 +"4330",937,19719,3,408,2177 +"4331",937,19814,3,408,936 +"4332",937,20319,3,408,468 +"4333",937,20563,3,408,2267 +"4334",937,20824,2,408,1366 +"4335",937,21138,3,408,2849 +"4336",937,21911,3,408,1184 +"4337",937,22277,2,408,2424 +"4338",937,22501,3,408,1006 +"4339",937,22714,3,408,2793 +"4340",937,23319,3,408,2867 +"4341",937,23506,2,408,1172 +"4342",937,23534,3,408,1659 +"4343",937,23704,3,408,2278 +"4344",937,25129,1,408,2647 +"4345",937,25325,3,408,2963 +"4346",937,25341,2,408,1858 +"4347",937,25643,3,408,1646 +"4348",937,26282,2,408,1241 +"4349",937,26322,3,408,1018 +"4350",937,26436,3,408,2489 +"4351",937,26516,3,408,2479 +"4352",937,26766,3,408,1161 +"4353",937,27753,3,408,2750 +"4354",937,28434,3,408,1141 +"4355",937,28731,3,408,955 +"4356",937,29115,3,408,1047 +"4357",937,29705,3,408,607 +"4358",937,29917,2,408,1962 +"4359",937,30438,3,408,1617 +"4360",937,31799,3,408,2547 +"4361",937,32939,3,408,2277 +"4362",937,34216,3,408,2832 +"4363",937,34492,2,408,1798 +"4364",937,34509,1,408,1973 +"4365",937,35113,3,408,1327 +"4366",937,35481,3,408,2211 +"4367",937,37238,3,408,2609 +"4368",937,37333,3,408,1612 +"4369",937,38449,3,408,1802 +"4370",937,38694,3,408,817 +"4371",937,39627,3,408,546 +"4372",937,40293,3,408,1671 +"4373",937,40493,3,408,1981 +"4374",937,41402,3,408,2313 +"4375",937,41739,3,408,1339 +"4376",937,42175,3,408,1594 +"4377",937,42186,3,408,955 +"4378",937,42474,3,408,2322 +"4379",937,45343,2,408,2360 +"4380",937,45715,3,408,2287 +"4381",937,45746,3,408,609 +"4382",937,47248,3,408,2883 +"4383",937,48277,3,408,971 +"4384",937,49110,3,408,2938 +"4385",937,50976,3,408,547 +"4386",937,51017,3,408,2073 +"4387",937,51022,2,408,1499 +"4388",937,51410,2,408,2739 +"4389",937,51987,3,408,1397 +"4390",937,52835,3,408,995 +"4391",937,53196,3,408,1888 +"4392",937,53293,3,408,2916 +"4393",937,53433,3,408,1187 +"4394",937,54250,3,408,2340 +"4395",937,54740,3,408,2750 +"4396",937,56171,3,408,1524 +"4397",937,56232,3,408,1175 +"4398",937,57804,3,408,2214 +"4399",937,58035,2,408,1646 +"4400",937,61982,3,408,2725 +"4401",937,62841,2,408,2710 +"4402",937,63547,3,408,1023 +"4403",937,64031,3,408,1295 +"4404",937,64181,2,408,1828 +"4405",937,64997,3,408,2791 +"4406",937,65625,3,408,1273 +"4407",937,66413,3,408,2507 +"4408",937,67216,2,408,984 +"4409",937,70605,3,408,1176 +"4410",937,71618,3,408,2960 +"4411",937,73047,3,408,824 +"4412",937,75948,3,408,1006 +"4413",937,78256,3,408,804 +"4414",937,80471,3,408,538 +"4415",937,81482,3,408,908 +"4416",937,82767,3,408,1641 +"4417",937,82787,3,408,1144 +"4418",937,83434,3,408,850 +"4419",937,88347,3,408,793 +"4420",937,92220,3,408,607 +"4421",937,92973,3,408,1276 +"4422",937,94808,2,408,988 +"4423",937,100134,3,408,977 +"4424",937,105063,3,408,1908 +"4425",937,105685,3,408,2469 +"4426",937,110308,3,408,489 +"4427",937,111004,3,408,796 +"4428",937,111761,3,408,783 +"4429",952,341,3,1991,2689 +"4430",952,1102,3,1991,2282 +"4431",952,2282,3,1991,2056 +"4432",952,5580,3,1991,2111 +"4433",952,6074,3,1991,2426 +"4434",952,7942,3,1991,2623 +"4435",952,9654,3,1991,2111 +"4436",952,10310,2,1991,2774 +"4437",952,11493,2,1991,2077 +"4438",952,17351,3,1991,2036 +"4439",952,20331,3,1991,2365 +"4440",952,20730,3,1991,2243 +"4441",952,24558,3,1991,2139 +"4442",952,26597,3,1991,2070 +"4443",952,26671,3,1991,2279 +"4444",952,28782,3,1991,2272 +"4445",952,29930,3,1991,2240 +"4446",952,33184,3,1991,2522 +"4447",952,41770,2,1991,2752 +"4448",952,42390,2,1991,2937 +"4449",952,44894,3,1991,2048 +"4450",952,52166,2,1991,2376 +"4451",952,80944,3,1991,2300 +"4452",962,22141,3,1000,2348 +"4453",962,22165,3,1000,1501 +"4454",962,31054,3,1000,1273 +"4455",962,60280,3,1000,1918 +"4456",962,84022,3,1000,2289 +"4457",962,84296,2,1000,1751 +"4458",997,5239,3,2788,2875 +"4459",997,12564,3,2788,2799 +"4460",997,42574,3,2788,2842 +"4461",997,48605,3,2788,2796 +"4462",997,53219,1,2788,2973 +"4463",997,75444,3,2788,2846 +"4464",997,99351,2,2788,2939 +"4465",998,1777,3,1795,1965 +"4466",998,2224,3,1795,2751 +"4467",998,5078,3,1795,2033 +"4468",998,5457,3,1795,2077 +"4469",998,5462,3,1795,2374 +"4470",998,5504,3,1795,2389 +"4471",998,9362,3,1795,2879 +"4472",998,15315,3,1795,2173 +"4473",998,20700,3,1795,2861 +"4474",998,24807,2,1795,2319 +"4475",998,25508,2,1795,2081 +"4476",998,30981,3,1795,2366 +"4477",998,35514,3,1795,2346 +"4478",998,39875,3,1795,2422 +"4479",998,42722,3,1795,2368 +"4480",998,42935,3,1795,2400 +"4481",998,43349,3,1795,2400 +"4482",998,52003,3,1795,2067 +"4483",998,66878,2,1795,1949 +"4484",999,21362,1,2181,2515 +"4485",999,41945,3,2181,2856 +"4486",1006,9184,3,1569,2670 +"4487",1006,10871,3,1569,2314 +"4488",1006,17264,3,1569,2528 +"4489",1006,17354,3,1569,2250 +"4490",1006,24240,3,1569,1755 +"4491",1006,33551,3,1569,1734 +"4492",1006,36031,3,1569,2342 +"4493",1006,44299,3,1569,1874 +"4494",1006,87110,3,1569,2801 +"4495",1006,91162,3,1569,1693 +"4496",1006,91201,3,1569,1702 +"4497",1007,1691,3,56,1941 +"4498",1007,2011,3,56,2176 +"4499",1007,6390,3,56,2385 +"4500",1007,14108,3,56,2012 +"4501",1007,18543,3,56,2968 +"4502",1007,30411,3,56,630 +"4503",1007,34945,3,56,1298 +"4504",1007,36439,3,56,2469 +"4505",1007,40488,3,56,486 +"4506",1007,41085,3,56,637 +"4507",1007,44427,3,56,2875 +"4508",1007,46621,3,56,1343 +"4509",1007,47585,3,56,794 +"4510",1007,49300,3,56,515 +"4511",1007,52323,3,56,2148 +"4512",1007,57990,3,56,978 +"4513",1007,61785,3,56,822 +"4514",1007,70925,3,56,109 +"4515",1007,75025,3,56,717 +"4516",1007,92592,3,56,486 +"4517",1007,100215,3,56,2436 +"4518",1007,101967,3,56,691 +"4519",1015,1203,3,1174,1350 +"4520",1015,2294,2,1174,1638 +"4521",1015,2852,3,1174,2448 +"4522",1015,3284,3,1174,1541 +"4523",1015,3770,3,1174,2623 +"4524",1015,4121,1,1174,1304 +"4525",1015,8860,1,1174,2141 +"4526",1015,10087,3,1174,1617 +"4527",1015,10352,3,1174,1371 +"4528",1015,14915,3,1174,2606 +"4529",1015,16641,3,1174,1359 +"4530",1015,18005,3,1174,2449 +"4531",1015,18706,2,1174,1617 +"4532",1015,18891,2,1174,1596 +"4533",1015,21352,3,1174,1604 +"4534",1015,21479,3,1174,2134 +"4535",1015,23488,3,1174,1523 +"4536",1015,26234,3,1174,2183 +"4537",1015,27509,3,1174,2067 +"4538",1015,28081,3,1174,1927 +"4539",1015,32549,2,1174,2111 +"4540",1015,33341,3,1174,2338 +"4541",1015,33491,2,1174,1226 +"4542",1015,34094,2,1174,1360 +"4543",1015,34528,2,1174,1323 +"4544",1015,36514,3,1174,1192 +"4545",1015,36637,2,1174,2085 +"4546",1015,38333,3,1174,1365 +"4547",1015,39534,3,1174,2410 +"4548",1015,46261,3,1174,2350 +"4549",1015,46506,3,1174,2464 +"4550",1015,46902,3,1174,1620 +"4551",1015,61188,3,1174,2134 +"4552",1015,63147,3,1174,1477 +"4553",1015,63701,3,1174,1620 +"4554",1015,65572,3,1174,2750 +"4555",1015,68789,3,1174,1929 +"4556",1015,72438,3,1174,1397 +"4557",1015,73172,2,1174,2496 +"4558",1015,79837,1,1174,1252 +"4559",1015,83860,2,1174,1522 +"4560",1015,90013,3,1174,1461 +"4561",1015,98058,3,1174,1891 +"4562",1015,98080,3,1174,1265 +"4563",1015,107383,3,1174,1918 +"4564",1018,7795,3,1803,2789 +"4565",1018,24253,3,1803,2213 +"4566",1018,76463,3,1803,2298 +"4567",1023,2344,3,2515,2752 +"4568",1026,2429,3,493,999 +"4569",1026,3100,3,493,2524 +"4570",1026,3564,3,493,2717 +"4571",1026,6697,2,493,2438 +"4572",1026,8923,3,493,1266 +"4573",1026,9484,3,493,1429 +"4574",1026,10739,2,493,1807 +"4575",1026,15683,3,493,1729 +"4576",1026,16351,3,493,893 +"4577",1026,16595,3,493,2352 +"4578",1026,18005,3,493,2449 +"4579",1026,20200,3,493,2322 +"4580",1026,21235,3,493,541 +"4581",1026,21976,3,493,1808 +"4582",1026,22166,3,493,994 +"4583",1026,26974,3,493,1672 +"4584",1026,30631,3,493,951 +"4585",1026,31303,3,493,1040 +"4586",1026,34094,3,493,1360 +"4587",1026,34908,3,493,2796 +"4588",1026,37279,2,493,2768 +"4589",1026,37351,3,493,978 +"4590",1026,39697,3,493,669 +"4591",1026,41187,3,493,2340 +"4592",1026,43568,3,493,837 +"4593",1026,50520,3,493,1205 +"4594",1026,50996,3,493,929 +"4595",1026,59637,3,493,2141 +"4596",1026,62668,3,493,958 +"4597",1026,65223,2,493,2724 +"4598",1026,71412,3,493,1974 +"4599",1026,71531,3,493,2887 +"4600",1026,81716,3,493,1199 +"4601",1026,83066,3,493,1229 +"4602",1026,83336,2,493,1397 +"4603",1026,93930,2,493,1268 +"4604",1034,160,3,1438,2007 +"4605",1034,3978,3,1438,2775 +"4606",1034,6449,3,1438,1997 +"4607",1034,6821,3,1438,1788 +"4608",1034,9331,3,1438,2269 +"4609",1034,9423,3,1438,1708 +"4610",1034,12081,3,1438,2166 +"4611",1034,12729,3,1438,1835 +"4612",1034,13388,3,1438,2119 +"4613",1034,14325,3,1438,1976 +"4614",1034,14918,2,1438,2071 +"4615",1034,17351,2,1438,2036 +"4616",1034,17549,3,1438,2647 +"4617",1034,17632,3,1438,1947 +"4618",1034,18670,3,1438,1835 +"4619",1034,20419,2,1438,1587 +"4620",1034,21079,3,1438,1997 +"4621",1034,27642,2,1438,1531 +"4622",1034,30092,3,1438,1593 +"4623",1034,34120,2,1438,2786 +"4624",1034,34659,3,1438,1924 +"4625",1034,35529,3,1438,1620 +"4626",1034,41900,3,1438,1970 +"4627",1034,41945,3,1438,2856 +"4628",1034,44688,3,1438,2924 +"4629",1034,46042,2,1438,1692 +"4630",1034,49470,3,1438,1528 +"4631",1034,54631,3,1438,1531 +"4632",1034,94179,3,1438,2000 +"4633",1036,206,1,1367,1986 +"4634",1036,307,3,1367,2530 +"4635",1036,312,2,1367,2038 +"4636",1036,457,3,1367,1704 +"4637",1036,913,3,1367,2144 +"4638",1036,1092,1,1367,1945 +"4639",1036,1102,3,1367,2282 +"4640",1036,1355,3,1367,2473 +"4641",1036,1691,3,1367,1941 +"4642",1036,1777,3,1367,1965 +"4643",1036,2533,3,1367,2016 +"4644",1036,2684,2,1367,2874 +"4645",1036,2864,3,1367,1543 +"4646",1036,3164,3,1367,2693 +"4647",1036,3242,3,1367,1730 +"4648",1036,3305,3,1367,2839 +"4649",1036,3961,3,1367,2426 +"4650",1036,4763,3,1367,1960 +"4651",1036,5078,3,1367,2033 +"4652",1036,5239,3,1367,2875 +"4653",1036,5429,1,1367,1991 +"4654",1036,5457,3,1367,2077 +"4655",1036,5462,3,1367,2374 +"4656",1036,5504,3,1367,2389 +"4657",1036,5580,3,1367,2111 +"4658",1036,6074,3,1367,2426 +"4659",1036,6914,3,1367,2668 +"4660",1036,7013,2,1367,2040 +"4661",1036,7992,3,1367,2033 +"4662",1036,8192,3,1367,1670 +"4663",1036,9654,3,1367,2111 +"4664",1036,9893,2,1367,2701 +"4665",1036,10358,3,1367,2294 +"4666",1036,10799,3,1367,2010 +"4667",1036,10871,3,1367,2314 +"4668",1036,10874,3,1367,1891 +"4669",1036,11006,3,1367,1950 +"4670",1036,11055,1,1367,2111 +"4671",1036,11351,3,1367,2971 +"4672",1036,11440,3,1367,2026 +"4673",1036,11620,2,1367,2010 +"4674",1036,11976,3,1367,1727 +"4675",1036,12713,3,1367,2440 +"4676",1036,14943,3,1367,1942 +"4677",1036,15184,3,1367,2396 +"4678",1036,15433,2,1367,2038 +"4679",1036,15716,2,1367,1991 +"4680",1036,16482,3,1367,1958 +"4681",1036,16587,3,1367,2065 +"4682",1036,18211,3,1367,1745 +"4683",1036,18244,3,1367,1622 +"4684",1036,18554,3,1367,2065 +"4685",1036,19027,2,1367,2721 +"4686",1036,19248,2,1367,2357 +"4687",1036,19335,3,1367,1729 +"4688",1036,19606,3,1367,2783 +"4689",1036,19719,3,1367,2177 +"4690",1036,19937,3,1367,1587 +"4691",1036,20067,2,1367,2390 +"4692",1036,20292,3,1367,2755 +"4693",1036,20311,3,1367,1981 +"4694",1036,20700,3,1367,2861 +"4695",1036,21225,3,1367,1945 +"4696",1036,21406,3,1367,2714 +"4697",1036,21706,1,1367,1988 +"4698",1036,23132,2,1367,2756 +"4699",1036,23869,3,1367,1918 +"4700",1036,24448,3,1367,2289 +"4701",1036,24753,3,1367,2860 +"4702",1036,25198,3,1367,1982 +"4703",1036,25486,3,1367,2582 +"4704",1036,27275,3,1367,2656 +"4705",1036,27501,2,1367,1981 +"4706",1036,27694,3,1367,2030 +"4707",1036,30883,3,1367,1629 +"4708",1036,31799,3,1367,2547 +"4709",1036,33622,3,1367,2230 +"4710",1036,33801,2,1367,2899 +"4711",1036,34492,3,1367,1798 +"4712",1036,34907,2,1367,1945 +"4713",1036,35302,3,1367,1589 +"4714",1036,35481,2,1367,2211 +"4715",1036,35529,3,1367,1620 +"4716",1036,37509,3,1367,1640 +"4717",1036,42574,2,1367,2842 +"4718",1036,45608,2,1367,2420 +"4719",1036,46680,3,1367,1690 +"4720",1036,46831,3,1367,1915 +"4721",1036,47055,3,1367,1525 +"4722",1036,48605,3,1367,2796 +"4723",1036,51022,3,1367,1499 +"4724",1036,51041,3,1367,2606 +"4725",1036,53475,2,1367,2853 +"4726",1036,53519,3,1367,2781 +"4727",1036,54250,3,1367,2340 +"4728",1036,54695,1,1367,2429 +"4729",1036,57977,3,1367,2683 +"4730",1036,58035,3,1367,1646 +"4731",1036,58427,2,1367,2234 +"4732",1036,61982,3,1367,2725 +"4733",1036,62488,3,1367,1418 +"4734",1036,62841,3,1367,2710 +"4735",1036,65029,3,1367,2954 +"4736",1036,66224,3,1367,2728 +"4737",1036,67150,3,1367,2633 +"4738",1036,67652,3,1367,2736 +"4739",1036,71808,3,1367,2349 +"4740",1036,76892,3,1367,2381 +"4741",1036,77424,3,1367,1489 +"4742",1036,88966,3,1367,1568 +"4743",1036,94444,3,1367,1554 +"4744",1036,105685,3,1367,2469 +"4745",1044,135,3,880,2233 +"4746",1044,206,3,880,1986 +"4747",1044,212,3,880,1513 +"4748",1044,270,2,880,2542 +"4749",1044,312,2,880,2038 +"4750",1044,380,3,880,2261 +"4751",1044,455,3,880,2827 +"4752",1044,457,3,880,1704 +"4753",1044,671,3,880,2328 +"4754",1044,701,3,880,2718 +"4755",1044,913,3,880,2144 +"4756",1044,1036,3,880,1367 +"4757",1044,1092,3,880,1945 +"4758",1044,1102,3,880,2282 +"4759",1044,1124,3,880,1596 +"4760",1044,1175,3,880,1642 +"4761",1044,1616,3,880,2662 +"4762",1044,1691,3,880,1941 +"4763",1044,1826,3,880,924 +"4764",1044,2036,3,880,2483 +"4765",1044,2063,3,880,1278 +"4766",1044,2111,3,880,1904 +"4767",1044,2143,3,880,1174 +"4768",1044,2181,2,880,2030 +"4769",1044,2224,3,880,2751 +"4770",1044,2322,2,880,1645 +"4771",1044,2424,1,880,2582 +"4772",1044,2484,3,880,2389 +"4773",1044,2533,2,880,2016 +"4774",1044,2684,3,880,2874 +"4775",1044,2742,3,880,1192 +"4776",1044,2743,3,880,1278 +"4777",1044,2894,3,880,1291 +"4778",1044,3161,3,880,2229 +"4779",1044,3284,3,880,1541 +"4780",1044,3305,2,880,2839 +"4781",1044,3716,3,880,1679 +"4782",1044,3801,3,880,1974 +"4783",1044,3966,3,880,2425 +"4784",1044,4226,3,880,1903 +"4785",1044,4526,3,880,1728 +"4786",1044,4687,3,880,2152 +"4787",1044,4785,3,880,996 +"4788",1044,4790,2,880,1025 +"4789",1044,4791,3,880,1184 +"4790",1044,4953,3,880,2285 +"4791",1044,5226,3,880,1309 +"4792",1044,5346,3,880,1438 +"4793",1044,5429,2,880,1991 +"4794",1044,5622,3,880,2175 +"4795",1044,6052,3,880,1985 +"4796",1044,6055,3,880,2651 +"4797",1044,6208,3,880,2361 +"4798",1044,6222,3,880,1949 +"4799",1044,6363,2,880,2066 +"4800",1044,6392,3,880,1878 +"4801",1044,6428,3,880,1952 +"4802",1044,6449,3,880,1997 +"4803",1044,6577,3,880,1951 +"4804",1044,6588,3,880,2025 +"4805",1044,6602,3,880,1631 +"4806",1044,6940,3,880,1183 +"4807",1044,7245,3,880,2089 +"4808",1044,7582,3,880,1099 +"4809",1044,7847,3,880,2424 +"4810",1044,7936,3,880,1199 +"4811",1044,7992,3,880,2033 +"4812",1044,8011,3,880,889 +"4813",1044,8529,3,880,1205 +"4814",1044,8610,3,880,2240 +"4815",1044,8777,3,880,1620 +"4816",1044,9175,3,880,2639 +"4817",1044,9184,3,880,2670 +"4818",1044,9311,2,880,2477 +"4819",1044,9364,2,880,1698 +"4820",1044,9702,3,880,1928 +"4821",1044,10474,3,880,1608 +"4822",1044,10488,3,880,1524 +"4823",1044,10513,3,880,2284 +"4824",1044,10843,3,880,2277 +"4825",1044,10857,2,880,2253 +"4826",1044,10874,3,880,1891 +"4827",1044,10890,3,880,2639 +"4828",1044,11006,2,880,1950 +"4829",1044,11055,3,880,2111 +"4830",1044,11218,3,880,2292 +"4831",1044,11440,2,880,2026 +"4832",1044,11540,3,880,1237 +"4833",1044,11694,3,880,1564 +"4834",1044,11966,3,880,2385 +"4835",1044,12728,3,880,2374 +"4836",1044,12778,3,880,2045 +"4837",1044,12863,3,880,2027 +"4838",1044,13307,3,880,2206 +"4839",1044,14252,3,880,2244 +"4840",1044,14959,3,880,2898 +"4841",1044,15122,3,880,1201 +"4842",1044,15207,3,880,1855 +"4843",1044,15402,3,880,1281 +"4844",1044,15626,3,880,2434 +"4845",1044,15799,3,880,1917 +"4846",1044,15813,2,880,2143 +"4847",1044,16201,2,880,1811 +"4848",1044,16332,3,880,2668 +"4849",1044,16432,3,880,2664 +"4850",1044,16725,3,880,2830 +"4851",1044,16835,3,880,1739 +"4852",1044,16940,2,880,1290 +"4853",1044,16954,3,880,2972 +"4854",1044,17365,3,880,2746 +"4855",1044,17400,3,880,2231 +"4856",1044,17520,3,880,2276 +"4857",1044,17645,3,880,1918 +"4858",1044,17931,2,880,1617 +"4859",1044,18394,3,880,2356 +"4860",1044,18707,3,880,1143 +"4861",1044,18965,3,880,2315 +"4862",1044,19096,3,880,1538 +"4863",1044,19248,1,880,2357 +"4864",1044,19622,3,880,2371 +"4865",1044,19718,3,880,1702 +"4866",1044,19719,1,880,2177 +"4867",1044,20124,3,880,2376 +"4868",1044,20407,3,880,2339 +"4869",1044,20824,3,880,1366 +"4870",1044,20975,2,880,1305 +"4871",1044,21012,3,880,2325 +"4872",1044,21138,3,880,2849 +"4873",1044,21164,3,880,1645 +"4874",1044,21197,2,880,1437 +"4875",1044,21198,2,880,935 +"4876",1044,21248,3,880,2232 +"4877",1044,21285,2,880,2100 +"4878",1044,21693,3,880,2176 +"4879",1044,21929,3,880,2062 +"4880",1044,22277,3,880,2424 +"4881",1044,22282,3,880,1418 +"4882",1044,22326,3,880,2818 +"4883",1044,22362,3,880,1836 +"4884",1044,22586,3,880,1341 +"4885",1044,22895,3,880,2704 +"4886",1044,23216,3,880,2424 +"4887",1044,23319,3,880,2867 +"4888",1044,23450,3,880,967 +"4889",1044,23492,3,880,1067 +"4890",1044,23509,3,880,2275 +"4891",1044,23526,3,880,1998 +"4892",1044,23715,3,880,1859 +"4893",1044,23725,3,880,2378 +"4894",1044,23727,3,880,1734 +"4895",1044,23729,2,880,1624 +"4896",1044,23970,3,880,1624 +"4897",1044,24259,3,880,1281 +"4898",1044,24568,3,880,1937 +"4899",1044,24612,3,880,1875 +"4900",1044,24853,3,880,1004 +"4901",1044,25129,3,880,2647 +"4902",1044,25198,2,880,1982 +"4903",1044,25577,2,880,1946 +"4904",1044,25816,2,880,2088 +"4905",1044,25985,3,880,2071 +"4906",1044,26336,3,880,1904 +"4907",1044,26471,3,880,1061 +"4908",1044,26582,3,880,2772 +"4909",1044,26749,3,880,2965 +"4910",1044,27275,3,880,2656 +"4911",1044,27390,3,880,2425 +"4912",1044,27694,1,880,2030 +"4913",1044,27837,3,880,1315 +"4914",1044,27849,3,880,1316 +"4915",1044,28015,2,880,1624 +"4916",1044,28168,3,880,2702 +"4917",1044,29095,3,880,2531 +"4918",1044,29917,3,880,1962 +"4919",1044,30052,3,880,2855 +"4920",1044,30325,3,880,1067 +"4921",1044,30405,3,880,2164 +"4922",1044,30883,3,880,1629 +"4923",1044,30906,3,880,2537 +"4924",1044,31050,2,880,1491 +"4925",1044,31530,3,880,1661 +"4926",1044,32131,3,880,1035 +"4927",1044,32567,3,880,2784 +"4928",1044,32601,3,880,1033 +"4929",1044,32965,3,880,2071 +"4930",1044,33356,3,880,1586 +"4931",1044,33380,3,880,2340 +"4932",1044,33433,3,880,2805 +"4933",1044,33588,3,880,1040 +"4934",1044,33672,3,880,2396 +"4935",1044,33801,3,880,2899 +"4936",1044,34160,3,880,1759 +"4937",1044,34480,3,880,2755 +"4938",1044,34707,3,880,2042 +"4939",1044,34820,3,880,1630 +"4940",1044,34836,3,880,2302 +"4941",1044,35095,2,880,1502 +"4942",1044,35256,3,880,2271 +"4943",1044,35302,3,880,1589 +"4944",1044,35529,3,880,1620 +"4945",1044,35673,3,880,1067 +"4946",1044,35738,3,880,2448 +"4947",1044,36439,3,880,2469 +"4948",1044,37108,3,880,1202 +"4949",1044,37285,3,880,2428 +"4950",1044,38019,2,880,1870 +"4951",1044,38213,3,880,1744 +"4952",1044,38307,3,880,2648 +"4953",1044,38727,3,880,2238 +"4954",1044,38921,3,880,1880 +"4955",1044,39238,2,880,922 +"4956",1044,39535,3,880,2428 +"4957",1044,40028,3,880,1349 +"4958",1044,40493,3,880,1981 +"4959",1044,41739,3,880,1339 +"4960",1044,41945,3,880,2856 +"4961",1044,42216,3,880,2722 +"4962",1044,43385,2,880,1623 +"4963",1044,43455,2,880,2846 +"4964",1044,43635,3,880,1196 +"4965",1044,44089,3,880,1632 +"4966",1044,44188,3,880,1609 +"4967",1044,45239,3,880,2535 +"4968",1044,45608,3,880,2420 +"4969",1044,45633,3,880,2134 +"4970",1044,46629,2,880,2255 +"4971",1044,46726,3,880,943 +"4972",1044,47098,3,880,2057 +"4973",1044,47772,3,880,2293 +"4974",1044,48414,3,880,1749 +"4975",1044,48605,2,880,2796 +"4976",1044,49144,3,880,1542 +"4977",1044,49512,2,880,1302 +"4978",1044,49620,2,880,1868 +"4979",1044,50685,2,880,2008 +"4980",1044,50785,3,880,2877 +"4981",1044,51017,3,880,2073 +"4982",1044,51022,2,880,1499 +"4983",1044,51041,3,880,2606 +"4984",1044,51866,3,880,2411 +"4985",1044,52058,3,880,1836 +"4986",1044,52136,3,880,1412 +"4987",1044,52323,3,880,2148 +"4988",1044,52570,3,880,2645 +"4989",1044,52576,1,880,2234 +"4990",1044,53196,3,880,1888 +"4991",1044,53323,3,880,2677 +"4992",1044,53475,3,880,2853 +"4993",1044,53624,3,880,952 +"4994",1044,53924,3,880,1289 +"4995",1044,54305,2,880,1222 +"4996",1044,54551,3,880,2348 +"4997",1044,54695,3,880,2429 +"4998",1044,55082,2,880,1856 +"4999",1044,56082,3,880,2395 +"5000",1044,56317,3,880,2030 +"5001",1044,57129,3,880,1858 +"5002",1044,57353,2,880,1849 +"5003",1044,57414,3,880,922 +"5004",1044,57549,3,880,2335 +"5005",1044,57714,2,880,1391 +"5006",1044,58078,2,880,1252 +"5007",1044,58451,1,880,1939 +"5008",1044,58508,3,880,2326 +"5009",1044,58652,3,880,1437 +"5010",1044,59113,3,880,2434 +"5011",1044,59790,3,880,1827 +"5012",1044,59937,3,880,885 +"5013",1044,60185,3,880,1206 +"5014",1044,60661,3,880,2700 +"5015",1044,61982,2,880,2725 +"5016",1044,62538,3,880,1656 +"5017",1044,62668,3,880,958 +"5018",1044,62841,2,880,2710 +"5019",1044,63409,3,880,1937 +"5020",1044,64945,3,880,2279 +"5021",1044,65007,3,880,2530 +"5022",1044,65625,3,880,1273 +"5023",1044,66224,3,880,2728 +"5024",1044,66703,2,880,2375 +"5025",1044,66860,3,880,1548 +"5026",1044,68215,3,880,2727 +"5027",1044,71342,2,880,1289 +"5028",1044,72468,3,880,2292 +"5029",1044,72956,3,880,1251 +"5030",1044,73128,3,880,1549 +"5031",1044,74190,3,880,1428 +"5032",1044,74636,3,880,2525 +"5033",1044,75948,3,880,1006 +"5034",1044,76127,2,880,910 +"5035",1044,76284,2,880,1237 +"5036",1044,76892,2,880,2381 +"5037",1044,77305,3,880,965 +"5038",1044,78932,3,880,981 +"5039",1044,79322,3,880,2770 +"5040",1044,79432,3,880,1708 +"5041",1044,79657,3,880,1260 +"5042",1044,81588,3,880,1568 +"5043",1044,82787,3,880,1144 +"5044",1044,82949,3,880,2077 +"5045",1044,83396,2,880,2396 +"5046",1044,83491,3,880,1200 +"5047",1044,87048,3,880,989 +"5048",1044,88126,3,880,1027 +"5049",1044,89097,3,880,935 +"5050",1044,91571,3,880,923 +"5051",1044,94444,3,880,1554 +"5052",1044,94520,3,880,1243 +"5053",1044,97811,3,880,1288 +"5054",1044,98781,2,880,1410 +"5055",1044,100140,3,880,1041 +"5056",1044,100432,3,880,1358 +"5057",1044,101395,3,880,891 +"5058",1044,105947,3,880,997 +"5059",1044,111971,3,880,1032 +"5060",1046,270,3,1881,2542 +"5061",1046,312,3,1881,2038 +"5062",1046,357,3,1881,2327 +"5063",1046,380,3,1881,2261 +"5064",1046,446,3,1881,1910 +"5065",1046,671,3,1881,2328 +"5066",1046,823,3,1881,2840 +"5067",1046,862,3,1881,2254 +"5068",1046,1102,3,1881,2282 +"5069",1046,1136,3,1881,2536 +"5070",1046,1201,3,1881,2489 +"5071",1046,1367,2,1881,2176 +"5072",1046,1777,3,1881,1965 +"5073",1046,2533,3,1881,2016 +"5074",1046,2954,3,1881,2727 +"5075",1046,3164,3,1881,2693 +"5076",1046,3305,3,1881,2839 +"5077",1046,3488,3,1881,2351 +"5078",1046,3966,3,1881,2425 +"5079",1046,4191,2,1881,2130 +"5080",1046,4226,3,1881,1903 +"5081",1046,4418,2,1881,2788 +"5082",1046,4583,3,1881,2741 +"5083",1046,4618,1,1881,2607 +"5084",1046,4671,3,1881,2280 +"5085",1046,4687,3,1881,2152 +"5086",1046,4980,3,1881,2093 +"5087",1046,5148,1,1881,2206 +"5088",1046,5462,3,1881,2374 +"5089",1046,5504,3,1881,2389 +"5090",1046,5669,1,1881,2502 +"5091",1046,5725,1,1881,2789 +"5092",1046,6718,3,1881,2138 +"5093",1046,7078,3,1881,2344 +"5094",1046,7245,2,1881,2089 +"5095",1046,7555,2,1881,1943 +"5096",1046,8258,2,1881,1959 +"5097",1046,8533,1,1881,2251 +"5098",1046,8726,3,1881,2083 +"5099",1046,9115,3,1881,2068 +"5100",1046,10404,3,1881,2062 +"5101",1046,10799,3,1881,2010 +"5102",1046,10890,3,1881,2639 +"5103",1046,12713,3,1881,2440 +"5104",1046,12867,1,1881,2773 +"5105",1046,13307,3,1881,2206 +"5106",1046,14507,3,1881,2686 +"5107",1046,15184,3,1881,2396 +"5108",1046,15539,2,1881,1929 +"5109",1046,18151,3,1881,2962 +"5110",1046,18394,3,1881,2356 +"5111",1046,18415,3,1881,2184 +"5112",1046,19027,3,1881,2721 +"5113",1046,19862,3,1881,2412 +"5114",1046,20162,3,1881,2328 +"5115",1046,20563,3,1881,2267 +"5116",1046,20783,2,1881,2414 +"5117",1046,21012,3,1881,2325 +"5118",1046,22216,2,1881,1956 +"5119",1046,23526,3,1881,1998 +"5120",1046,24923,2,1881,2785 +"5121",1046,25129,3,1881,2647 +"5122",1046,26351,1,1881,2683 +"5123",1046,26436,3,1881,2489 +"5124",1046,26516,3,1881,2479 +"5125",1046,27478,3,1881,2485 +"5126",1046,27753,3,1881,2750 +"5127",1046,28285,1,1881,2972 +"5128",1046,29073,2,1881,2328 +"5129",1046,30119,3,1881,1961 +"5130",1046,31799,2,1881,2547 +"5131",1046,32173,3,1881,2341 +"5132",1046,34216,3,1881,2832 +"5133",1046,34509,3,1881,1973 +"5134",1046,36559,2,1881,2473 +"5135",1046,36670,3,1881,2298 +"5136",1046,37418,3,1881,2710 +"5137",1046,37620,3,1881,2716 +"5138",1046,39087,2,1881,2765 +"5139",1046,40432,3,1881,1956 +"5140",1046,40493,3,1881,1981 +"5141",1046,41682,3,1881,1988 +"5142",1046,45633,3,1881,2134 +"5143",1046,47082,3,1881,1990 +"5144",1046,47386,3,1881,2226 +"5145",1046,47857,3,1881,2325 +"5146",1046,47947,1,1881,2681 +"5147",1046,48035,3,1881,2180 +"5148",1046,48605,3,1881,2796 +"5149",1046,49147,3,1881,2539 +"5150",1046,51041,3,1881,2606 +"5151",1046,51410,3,1881,2739 +"5152",1046,51626,3,1881,2494 +"5153",1046,53031,3,1881,2065 +"5154",1046,53300,1,1881,2162 +"5155",1046,57077,3,1881,1885 +"5156",1046,57549,3,1881,2335 +"5157",1046,57609,3,1881,2717 +"5158",1046,57977,1,1881,2683 +"5159",1046,60289,3,1881,2729 +"5160",1046,62840,1,1881,2502 +"5161",1046,65029,3,1881,2954 +"5162",1046,70046,3,1881,2624 +"5163",1046,71518,3,1881,2805 +"5164",1046,71562,1,1881,2574 +"5165",1046,86799,3,1881,1951 +"5166",1050,206,3,1185,1986 +"5167",1050,675,3,1185,1686 +"5168",1050,1036,3,1185,1367 +"5169",1050,1092,3,1185,1945 +"5170",1050,1136,3,1185,2536 +"5171",1050,1315,3,1185,2760 +"5172",1050,3139,3,1185,1656 +"5173",1050,3164,3,1185,2693 +"5174",1050,3306,3,1185,1989 +"5175",1050,3886,3,1185,1669 +"5176",1050,4226,3,1185,1903 +"5177",1050,4763,3,1185,1960 +"5178",1050,5315,3,1185,2631 +"5179",1050,5346,3,1185,1438 +"5180",1050,5429,3,1185,1991 +"5181",1050,6030,2,1185,2953 +"5182",1050,6047,3,1185,2004 +"5183",1050,6428,3,1185,1952 +"5184",1050,6491,3,1185,2424 +"5185",1050,7847,2,1185,2424 +"5186",1050,9362,3,1185,2879 +"5187",1050,9391,3,1185,1252 +"5188",1050,10148,3,1185,2964 +"5189",1050,10358,3,1185,2294 +"5190",1050,10488,3,1185,1524 +"5191",1050,10779,3,1185,2881 +"5192",1050,11055,3,1185,2111 +"5193",1050,12310,3,1185,1337 +"5194",1050,12778,2,1185,2045 +"5195",1050,14032,3,1185,2144 +"5196",1050,14080,3,1185,1351 +"5197",1050,15207,3,1185,1855 +"5198",1050,15576,3,1185,2204 +"5199",1050,15632,2,1185,1242 +"5200",1050,15808,3,1185,1521 +"5201",1050,17245,3,1185,1811 +"5202",1050,22165,2,1185,1501 +"5203",1050,22415,3,1185,2841 +"5204",1050,22566,3,1185,2308 +"5205",1050,22586,3,1185,1341 +"5206",1050,22885,3,1185,1702 +"5207",1050,23310,3,1185,2371 +"5208",1050,23508,3,1185,1907 +"5209",1050,24753,3,1185,2860 +"5210",1050,25443,3,1185,1441 +"5211",1050,28050,3,1185,1955 +"5212",1050,28168,3,1185,2702 +"5213",1050,29930,3,1185,2240 +"5214",1050,34648,3,1185,1596 +"5215",1050,35045,3,1185,1646 +"5216",1050,38869,3,1185,1675 +"5217",1050,39431,3,1185,1460 +"5218",1050,40369,2,1185,2735 +"5219",1050,40487,3,1185,2512 +"5220",1050,41278,3,1185,1873 +"5221",1050,41607,3,1185,2802 +"5222",1050,41955,3,1185,2479 +"5223",1050,42474,3,1185,2322 +"5224",1050,52699,3,1185,1372 +"5225",1050,53134,3,1185,1590 +"5226",1050,58035,3,1185,1646 +"5227",1050,58451,3,1185,1939 +"5228",1050,62488,2,1185,1418 +"5229",1050,63770,3,1185,1324 +"5230",1050,64031,3,1185,1295 +"5231",1050,64181,3,1185,1828 +"5232",1050,64232,3,1185,1275 +"5233",1050,64997,3,1185,2791 +"5234",1050,68024,2,1185,1531 +"5235",1050,69712,3,1185,1219 +"5236",1050,71971,3,1185,1294 +"5237",1050,77010,3,1185,2639 +"5238",1050,81095,3,1185,1609 +"5239",1050,82949,3,1185,2077 +"5240",1050,87837,3,1185,1987 +"5241",1050,94520,3,1185,1243 +"5242",1050,96553,3,1185,1887 +"5243",1050,105975,2,1185,1939 +"5244",1055,32567,3,1264,2784 +"5245",1055,34899,2,1264,2565 +"5246",1055,55324,3,1264,1544 +"5247",1055,65703,2,1264,1689 +"5248",1055,103218,3,1264,1787 +"5249",1067,1151,3,918,2885 +"5250",1067,1592,3,918,2006 +"5251",1067,1691,3,918,1941 +"5252",1067,1777,3,918,1965 +"5253",1067,2036,3,918,2483 +"5254",1067,2484,3,918,2389 +"5255",1067,4723,2,918,1314 +"5256",1067,4790,3,918,1025 +"5257",1067,5438,3,918,1499 +"5258",1067,5462,3,918,2374 +"5259",1067,6627,3,918,2063 +"5260",1067,7229,3,918,2669 +"5261",1067,7847,3,918,2424 +"5262",1067,9423,3,918,1708 +"5263",1067,9871,3,918,921 +"5264",1067,11103,3,918,2393 +"5265",1067,12081,3,918,2166 +"5266",1067,16850,3,918,1657 +"5267",1067,18670,2,918,1835 +"5268",1067,19606,2,918,2783 +"5269",1067,21463,3,918,2437 +"5270",1067,22006,3,918,1202 +"5271",1067,22682,3,918,2035 +"5272",1067,23825,3,918,1913 +"5273",1067,24256,3,918,2393 +"5274",1067,27390,3,918,2425 +"5275",1067,27796,3,918,2151 +"5276",1067,28635,3,918,2368 +"5277",1067,29089,3,918,1344 +"5278",1067,29512,2,918,1594 +"5279",1067,31159,3,918,2231 +"5280",1067,31890,3,918,1487 +"5281",1067,31901,3,918,1251 +"5282",1067,33622,3,918,2230 +"5283",1067,38055,2,918,1089 +"5284",1067,39105,3,918,2487 +"5285",1067,46680,1,918,1690 +"5286",1067,46803,3,918,2305 +"5287",1067,47248,3,918,2883 +"5288",1067,66756,3,918,1301 +"5289",1067,67775,3,918,1964 +"5290",1067,79322,3,918,2770 +"5291",1067,82187,2,918,1055 +"5292",1067,82270,3,918,1641 +"5293",1090,2166,2,2370,2557 +"5294",1090,4057,3,2370,2389 +"5295",1090,5504,3,2370,2389 +"5296",1090,5849,2,2370,2404 +"5297",1090,6621,3,2370,2478 +"5298",1090,11966,3,2370,2385 +"5299",1090,13200,3,2370,2488 +"5300",1090,13929,3,2370,2693 +"5301",1090,15184,3,2370,2396 +"5302",1090,16352,3,2370,2657 +"5303",1090,18151,3,2370,2962 +"5304",1090,18543,3,2370,2968 +"5305",1090,19528,2,2370,2742 +"5306",1090,20783,3,2370,2414 +"5307",1090,21571,3,2370,2755 +"5308",1090,24255,3,2370,2770 +"5309",1090,24923,3,2370,2785 +"5310",1090,28168,3,2370,2702 +"5311",1090,32567,3,2370,2784 +"5312",1090,34327,3,2370,2959 +"5313",1090,34735,3,2370,2767 +"5314",1090,36439,3,2370,2469 +"5315",1090,38667,3,2370,2880 +"5316",1090,39444,2,2370,2695 +"5317",1090,42196,3,2370,2765 +"5318",1090,43518,3,2370,2680 +"5319",1090,44427,2,2370,2875 +"5320",1090,47803,3,2370,2477 +"5321",1090,51410,3,2370,2739 +"5322",1090,53789,2,2370,2681 +"5323",1090,55828,2,2370,2393 +"5324",1090,70046,3,2370,2624 +"5325",1090,70647,3,2370,2795 +"5326",1092,206,1,1945,1986 +"5327",1092,307,2,1945,2530 +"5328",1092,312,2,1945,2038 +"5329",1092,913,3,1945,2144 +"5330",1092,1090,3,1945,2370 +"5331",1092,1102,3,1945,2282 +"5332",1092,2533,3,1945,2016 +"5333",1092,2684,2,1945,2874 +"5334",1092,3305,3,1945,2839 +"5335",1092,4763,3,1945,1960 +"5336",1092,5239,3,1945,2875 +"5337",1092,5429,1,1945,1991 +"5338",1092,5580,3,1945,2111 +"5339",1092,6074,3,1945,2426 +"5340",1092,7013,2,1945,2040 +"5341",1092,9654,3,1945,2111 +"5342",1092,9893,2,1945,2701 +"5343",1092,10799,3,1945,2010 +"5344",1092,10871,3,1945,2314 +"5345",1092,11006,3,1945,1950 +"5346",1092,11055,1,1945,2111 +"5347",1092,11351,3,1945,2971 +"5348",1092,11440,3,1945,2026 +"5349",1092,11620,2,1945,2010 +"5350",1092,12703,3,1945,2689 +"5351",1092,14652,3,1945,2516 +"5352",1092,15184,3,1945,2396 +"5353",1092,15433,3,1945,2038 +"5354",1092,15716,2,1945,1991 +"5355",1092,17061,3,1945,2385 +"5356",1092,18366,3,1945,2699 +"5357",1092,19027,2,1945,2721 +"5358",1092,19248,2,1945,2357 +"5359",1092,19719,3,1945,2177 +"5360",1092,20067,3,1945,2390 +"5361",1092,20311,3,1945,1981 +"5362",1092,20659,3,1945,1969 +"5363",1092,20700,3,1945,2861 +"5364",1092,21406,3,1945,2714 +"5365",1092,21706,2,1945,1988 +"5366",1092,23132,3,1945,2756 +"5367",1092,24448,3,1945,2289 +"5368",1092,24753,3,1945,2860 +"5369",1092,25198,3,1945,1982 +"5370",1092,26793,3,1945,2104 +"5371",1092,27275,3,1945,2656 +"5372",1092,27277,3,1945,1994 +"5373",1092,27501,2,1945,1981 +"5374",1092,27694,3,1945,2030 +"5375",1092,31799,3,1945,2547 +"5376",1092,33801,3,1945,2899 +"5377",1092,35481,3,1945,2211 +"5378",1092,39534,3,1945,2410 +"5379",1092,42574,2,1945,2842 +"5380",1092,44819,3,1945,2063 +"5381",1092,45608,3,1945,2420 +"5382",1092,48605,3,1945,2796 +"5383",1092,50275,3,1945,2832 +"5384",1092,51041,3,1945,2606 +"5385",1092,53475,3,1945,2853 +"5386",1092,53519,3,1945,2781 +"5387",1092,54695,2,1945,2429 +"5388",1092,55468,3,1945,2511 +"5389",1092,57977,3,1945,2683 +"5390",1092,58427,2,1945,2234 +"5391",1092,61982,3,1945,2725 +"5392",1092,62841,3,1945,2710 +"5393",1092,64699,3,1945,2797 +"5394",1092,65029,3,1945,2954 +"5395",1092,66224,3,1945,2728 +"5396",1092,67150,3,1945,2633 +"5397",1092,67652,3,1945,2736 +"5398",1092,76892,3,1945,2381 +"5399",1092,94125,3,1945,2280 +"5400",1092,102186,3,1945,2937 +"5401",1102,270,2,2282,2542 +"5402",1102,377,3,2282,2389 +"5403",1102,854,3,2282,2307 +"5404",1102,997,3,2282,2788 +"5405",1102,1136,3,2282,2536 +"5406",1102,1151,3,2282,2885 +"5407",1102,1616,3,2282,2662 +"5408",1102,1767,3,2282,2727 +"5409",1102,2224,3,2282,2751 +"5410",1102,2424,3,2282,2582 +"5411",1102,2484,2,2282,2389 +"5412",1102,2954,2,2282,2727 +"5413",1102,3305,3,2282,2839 +"5414",1102,3477,3,2282,2546 +"5415",1102,3493,3,2282,2451 +"5416",1102,3628,3,2282,2707 +"5417",1102,3980,3,2282,2771 +"5418",1102,4932,3,2282,2752 +"5419",1102,5235,3,2282,2324 +"5420",1102,5504,3,2282,2389 +"5421",1102,6063,3,2282,2349 +"5422",1102,6074,1,2282,2426 +"5423",1102,6390,3,2282,2385 +"5424",1102,6491,3,2282,2424 +"5425",1102,7323,3,2282,2858 +"5426",1102,8681,3,2282,2716 +"5427",1102,8762,2,2282,2585 +"5428",1102,9362,3,2282,2879 +"5429",1102,9928,3,2282,2345 +"5430",1102,10513,2,2282,2284 +"5431",1102,11103,3,2282,2393 +"5432",1102,11218,2,2282,2292 +"5433",1102,11351,3,2282,2971 +"5434",1102,12042,3,2282,2345 +"5435",1102,12728,3,2282,2374 +"5436",1102,13158,3,2282,2667 +"5437",1102,14507,3,2282,2686 +"5438",1102,14652,3,2282,2516 +"5439",1102,14655,2,2282,2559 +"5440",1102,14834,3,2282,2739 +"5441",1102,15301,3,2282,2308 +"5442",1102,15381,3,2282,2289 +"5443",1102,16352,3,2282,2657 +"5444",1102,17365,3,2282,2746 +"5445",1102,18394,2,2282,2356 +"5446",1102,19248,3,2282,2357 +"5447",1102,19606,3,2282,2783 +"5448",1102,19622,3,2282,2371 +"5449",1102,19862,2,2282,2412 +"5450",1102,20124,2,2282,2376 +"5451",1102,20407,3,2282,2339 +"5452",1102,20416,3,2282,2323 +"5453",1102,20700,3,2282,2861 +"5454",1102,21012,3,2282,2325 +"5455",1102,21138,3,2282,2849 +"5456",1102,21571,3,2282,2755 +"5457",1102,21682,2,2282,2414 +"5458",1102,22326,3,2282,2818 +"5459",1102,22808,3,2282,2297 +"5460",1102,23011,3,2282,2763 +"5461",1102,23725,3,2282,2378 +"5462",1102,24060,3,2282,2349 +"5463",1102,24448,3,2282,2289 +"5464",1102,24721,3,2282,2326 +"5465",1102,24825,3,2282,2686 +"5466",1102,25305,3,2282,2447 +"5467",1102,26080,3,2282,2525 +"5468",1102,27275,3,2282,2656 +"5469",1102,27390,3,2282,2425 +"5470",1102,28285,3,2282,2972 +"5471",1102,29310,3,2282,2358 +"5472",1102,30052,3,2282,2855 +"5473",1102,30827,2,2282,2323 +"5474",1102,31124,3,2282,2351 +"5475",1102,31235,2,2282,2668 +"5476",1102,32173,3,2282,2341 +"5477",1102,33223,3,2282,2397 +"5478",1102,33475,3,2282,2367 +"5479",1102,33949,3,2282,2489 +"5480",1102,34480,3,2282,2755 +"5481",1102,36087,3,2282,2755 +"5482",1102,36439,3,2282,2469 +"5483",1102,37059,3,2282,2840 +"5484",1102,37570,3,2282,2389 +"5485",1102,38780,3,2282,2705 +"5486",1102,42129,2,2282,2318 +"5487",1102,42216,1,2282,2722 +"5488",1102,43404,3,2282,2649 +"5489",1102,43455,3,2282,2846 +"5490",1102,43518,3,2282,2680 +"5491",1102,44769,3,2282,2411 +"5492",1102,45302,2,2282,2390 +"5493",1102,46950,3,2282,2673 +"5494",1102,47248,3,2282,2883 +"5495",1102,47445,3,2282,2668 +"5496",1102,48571,3,2282,2717 +"5497",1102,48605,3,2282,2796 +"5498",1102,49110,3,2282,2938 +"5499",1102,50134,3,2282,2674 +"5500",1102,50236,3,2282,2339 +"5501",1102,51035,2,2282,2397 +"5502",1102,51866,2,2282,2411 +"5503",1102,53219,3,2282,2973 +"5504",1102,53323,3,2282,2677 +"5505",1102,54551,2,2282,2348 +"5506",1102,54695,3,2282,2429 +"5507",1102,54929,3,2282,2783 +"5508",1102,56082,3,2282,2395 +"5509",1102,57544,3,2282,2443 +"5510",1102,57977,3,2282,2683 +"5511",1102,58508,3,2282,2326 +"5512",1102,61982,3,2282,2725 +"5513",1102,62840,3,2282,2502 +"5514",1102,62841,3,2282,2710 +"5515",1102,66983,3,2282,2397 +"5516",1102,66992,2,2282,2882 +"5517",1102,67726,3,2282,2873 +"5518",1102,70944,3,2282,2972 +"5519",1102,72207,3,2282,2430 +"5520",1102,72326,3,2282,2384 +"5521",1102,74636,3,2282,2525 +"5522",1102,80825,3,2282,2315 +"5523",1102,88232,3,2282,2881 +"5524",1107,1108,3,905,1600 +"5525",1107,4526,3,905,1728 +"5526",1107,7451,3,905,1254 +"5527",1107,17388,3,905,1023 +"5528",1107,22166,3,905,994 +"5529",1107,27320,3,905,2378 +"5530",1107,31408,3,905,994 +"5531",1107,38087,3,905,1083 +"5532",1107,45905,3,905,2785 +"5533",1107,60258,3,905,2405 +"5534",1107,67617,3,905,1149 +"5535",1107,72986,2,905,1055 +"5536",1107,96310,2,905,1016 +"5537",1108,4526,3,1600,1728 +"5538",1108,10200,3,1600,2920 +"5539",1108,10980,3,1600,1974 +"5540",1108,14586,2,1600,2801 +"5541",1108,27320,2,1600,2378 +"5542",1108,34491,3,1600,2694 +"5543",1108,35728,3,1600,2017 +"5544",1108,37752,3,1600,2223 +"5545",1108,39875,3,1600,2422 +"5546",1108,51879,3,1600,1771 +"5547",1108,63077,3,1600,2778 +"5548",1108,63837,3,1600,2807 +"5549",1108,69232,3,1600,2130 +"5550",1108,70101,3,1600,2414 +"5551",1108,82932,3,1600,2245 +"5552",1108,92850,3,1600,1971 +"5553",1108,100860,3,1600,2326 +"5554",1124,270,1,1596,2542 +"5555",1124,307,3,1596,2530 +"5556",1124,312,3,1596,2038 +"5557",1124,380,3,1596,2261 +"5558",1124,701,3,1596,2718 +"5559",1124,1046,3,1596,1881 +"5560",1124,1102,3,1596,2282 +"5561",1124,1175,3,1596,1642 +"5562",1124,1875,3,1596,1786 +"5563",1124,2111,2,1596,1904 +"5564",1124,2424,2,1596,2582 +"5565",1124,2533,3,1596,2016 +"5566",1124,3305,2,1596,2839 +"5567",1124,3306,3,1596,1989 +"5568",1124,3477,3,1596,2546 +"5569",1124,3493,3,1596,2451 +"5570",1124,3966,3,1596,2425 +"5571",1124,4226,3,1596,1903 +"5572",1124,4253,3,1596,1890 +"5573",1124,4360,3,1596,1770 +"5574",1124,4701,2,1596,2401 +"5575",1124,4953,3,1596,2285 +"5576",1124,5072,3,1596,2175 +"5577",1124,5235,2,1596,2324 +"5578",1124,5258,3,1596,2730 +"5579",1124,5622,3,1596,2175 +"5580",1124,5971,2,1596,1985 +"5581",1124,5986,3,1596,1721 +"5582",1124,6047,3,1596,2004 +"5583",1124,6052,3,1596,1985 +"5584",1124,6063,3,1596,2349 +"5585",1124,6074,3,1596,2426 +"5586",1124,6222,2,1596,1949 +"5587",1124,6363,2,1596,2066 +"5588",1124,6390,3,1596,2385 +"5589",1124,6588,2,1596,2025 +"5590",1124,6718,2,1596,2138 +"5591",1124,7234,3,1596,2654 +"5592",1124,7245,3,1596,2089 +"5593",1124,7555,2,1596,1943 +"5594",1124,7616,2,1596,2296 +"5595",1124,8533,3,1596,2251 +"5596",1124,9175,3,1596,2639 +"5597",1124,9311,3,1596,2477 +"5598",1124,9432,3,1596,1693 +"5599",1124,9615,2,1596,2464 +"5600",1124,9624,3,1596,2398 +"5601",1124,9654,3,1596,2111 +"5602",1124,9723,3,1596,2302 +"5603",1124,10857,3,1596,2253 +"5604",1124,11006,3,1596,1950 +"5605",1124,11218,3,1596,2292 +"5606",1124,11229,3,1596,1625 +"5607",1124,11440,3,1596,2026 +"5608",1124,11477,3,1596,2724 +"5609",1124,12042,3,1596,2345 +"5610",1124,12199,3,1596,1651 +"5611",1124,12374,3,1596,2260 +"5612",1124,12449,3,1596,2067 +"5613",1124,12713,3,1596,2440 +"5614",1124,12724,3,1596,1930 +"5615",1124,12728,2,1596,2374 +"5616",1124,12729,3,1596,1835 +"5617",1124,13307,2,1596,2206 +"5618",1124,14252,3,1596,2244 +"5619",1124,14959,3,1596,2898 +"5620",1124,14972,3,1596,2332 +"5621",1124,14989,3,1596,2223 +"5622",1124,15003,3,1596,2067 +"5623",1124,15539,3,1596,1929 +"5624",1124,15700,3,1596,1712 +"5625",1124,15799,3,1596,1917 +"5626",1124,15813,3,1596,2143 +"5627",1124,16352,3,1596,2657 +"5628",1124,16535,3,1596,1993 +"5629",1124,16539,2,1596,1947 +"5630",1124,16835,3,1596,1739 +"5631",1124,17365,3,1596,2746 +"5632",1124,17400,3,1596,2231 +"5633",1124,17852,3,1596,2840 +"5634",1124,17931,3,1596,1617 +"5635",1124,18361,3,1596,2968 +"5636",1124,18394,2,1596,2356 +"5637",1124,18543,3,1596,2968 +"5638",1124,19248,3,1596,2357 +"5639",1124,19622,3,1596,2371 +"5640",1124,19719,3,1596,2177 +"5641",1124,19862,2,1596,2412 +"5642",1124,20124,3,1596,2376 +"5643",1124,20311,3,1596,1981 +"5644",1124,21012,2,1596,2325 +"5645",1124,21104,3,1596,2327 +"5646",1124,21193,3,1596,2490 +"5647",1124,21285,3,1596,2100 +"5648",1124,21682,3,1596,2414 +"5649",1124,21693,2,1596,2176 +"5650",1124,21929,3,1596,2062 +"5651",1124,22197,3,1596,2271 +"5652",1124,22326,3,1596,2818 +"5653",1124,22362,3,1596,1836 +"5654",1124,22415,3,1596,2841 +"5655",1124,23011,3,1596,2763 +"5656",1124,23508,3,1596,1907 +"5657",1124,23509,2,1596,2275 +"5658",1124,23526,2,1596,1998 +"5659",1124,23715,2,1596,1859 +"5660",1124,23725,2,1596,2378 +"5661",1124,23729,3,1596,1624 +"5662",1124,24066,3,1596,1755 +"5663",1124,24568,3,1596,1937 +"5664",1124,25305,3,1596,2447 +"5665",1124,25577,3,1596,1946 +"5666",1124,25643,3,1596,1646 +"5667",1124,25985,3,1596,2071 +"5668",1124,26080,3,1596,2525 +"5669",1124,26451,3,1596,2133 +"5670",1124,26848,3,1596,2363 +"5671",1124,26867,2,1596,1804 +"5672",1124,27694,3,1596,2030 +"5673",1124,29073,3,1596,2328 +"5674",1124,29962,3,1596,2201 +"5675",1124,30052,3,1596,2855 +"5676",1124,30173,3,1596,2404 +"5677",1124,30405,2,1596,2164 +"5678",1124,31307,2,1596,2139 +"5679",1124,31436,3,1596,2892 +"5680",1124,31705,3,1596,2706 +"5681",1124,32173,2,1596,2341 +"5682",1124,32965,3,1596,2071 +"5683",1124,33160,3,1596,2441 +"5684",1124,33223,3,1596,2397 +"5685",1124,33981,3,1596,1993 +"5686",1124,34379,2,1596,2355 +"5687",1124,35402,3,1596,2339 +"5688",1124,35518,3,1596,1721 +"5689",1124,36031,3,1596,2342 +"5690",1124,37285,3,1596,2428 +"5691",1124,38019,3,1596,1870 +"5692",1124,38307,3,1596,2648 +"5693",1124,38921,3,1596,1880 +"5694",1124,39294,3,1596,1889 +"5695",1124,40493,2,1596,1981 +"5696",1124,40542,3,1596,1664 +"5697",1124,41664,3,1596,2641 +"5698",1124,41945,3,1596,2856 +"5699",1124,41972,3,1596,2509 +"5700",1124,42216,3,1596,2722 +"5701",1124,42687,3,1596,1952 +"5702",1124,43213,3,1596,2160 +"5703",1124,43455,2,1596,2846 +"5704",1124,43518,2,1596,2680 +"5705",1124,44769,3,1596,2411 +"5706",1124,45302,3,1596,2390 +"5707",1124,45684,3,1596,2200 +"5708",1124,46182,3,1596,1613 +"5709",1124,46629,2,1596,2255 +"5710",1124,47098,2,1596,2057 +"5711",1124,47445,3,1596,2668 +"5712",1124,48035,3,1596,2180 +"5713",1124,48215,3,1596,2028 +"5714",1124,49110,3,1596,2938 +"5715",1124,49334,3,1596,2433 +"5716",1124,50118,3,1596,2654 +"5717",1124,50236,2,1596,2339 +"5718",1124,50785,2,1596,2877 +"5719",1124,51017,3,1596,2073 +"5720",1124,51035,3,1596,2397 +"5721",1124,51041,3,1596,2606 +"5722",1124,51319,3,1596,2488 +"5723",1124,51866,3,1596,2411 +"5724",1124,52323,3,1596,2148 +"5725",1124,52530,3,1596,1737 +"5726",1124,52576,3,1596,2234 +"5727",1124,54551,3,1596,2348 +"5728",1124,55468,3,1596,2511 +"5729",1124,55691,3,1596,2856 +"5730",1124,56082,2,1596,2395 +"5731",1124,56237,2,1596,2625 +"5732",1124,56317,3,1596,2030 +"5733",1124,57977,3,1596,2683 +"5734",1124,58451,3,1596,1939 +"5735",1124,61982,2,1596,2725 +"5736",1124,62841,3,1596,2710 +"5737",1124,63409,3,1596,1937 +"5738",1124,67726,3,1596,2873 +"5739",1124,68215,3,1596,2727 +"5740",1124,70217,3,1596,2332 +"5741",1124,72207,2,1596,2430 +"5742",1124,72326,3,1596,2384 +"5743",1124,75403,3,1596,1895 +"5744",1124,76396,3,1596,1731 +"5745",1124,76892,3,1596,2381 +"5746",1124,77611,3,1596,1795 +"5747",1124,79804,2,1596,2227 +"5748",1124,80784,3,1596,1738 +"5749",1124,82949,3,1596,2077 +"5750",1124,85138,3,1596,1685 +"5751",1124,85449,3,1596,2340 +"5752",1124,85736,3,1596,1601 +"5753",1124,92104,3,1596,2339 +"5754",1124,101315,3,1596,1971 +"5755",1124,101797,3,1596,2357 +"5756",1124,117956,3,1596,2774 +"5757",1127,23,3,1188,1682 +"5758",1127,600,3,1188,1702 +"5759",1127,675,3,1188,1686 +"5760",1127,1046,3,1188,1881 +"5761",1127,1130,1,1188,1566 +"5762",1127,1136,3,1188,2536 +"5763",1127,1175,2,1188,1642 +"5764",1127,1386,3,1188,1901 +"5765",1127,1578,3,1188,1612 +"5766",1127,2325,1,1188,1641 +"5767",1127,2424,3,1188,2582 +"5768",1127,2533,3,1188,2016 +"5769",1127,2743,3,1188,1278 +"5770",1127,2754,3,1188,1360 +"5771",1127,2765,3,1188,2321 +"5772",1127,2954,3,1188,2727 +"5773",1127,3242,3,1188,1730 +"5774",1127,3777,3,1188,1798 +"5775",1127,3886,3,1188,1669 +"5776",1127,3966,1,1188,2425 +"5777",1127,4567,3,1188,2348 +"5778",1127,4618,3,1188,2607 +"5779",1127,4932,3,1188,2752 +"5780",1127,5041,3,1188,2371 +"5781",1127,5462,3,1188,2374 +"5782",1127,5621,3,1188,1860 +"5783",1127,5725,3,1188,2789 +"5784",1127,6044,3,1188,2744 +"5785",1127,6602,3,1188,1631 +"5786",1127,6740,2,1188,2699 +"5787",1127,7847,3,1188,2424 +"5788",1127,7861,2,1188,1647 +"5789",1127,10130,3,1188,2741 +"5790",1127,10474,3,1188,1608 +"5791",1127,10513,3,1188,2284 +"5792",1127,11127,3,1188,1196 +"5793",1127,11540,3,1188,1237 +"5794",1127,13732,3,1188,2789 +"5795",1127,14669,2,1188,2080 +"5796",1127,14709,3,1188,1901 +"5797",1127,15003,3,1188,2067 +"5798",1127,15005,3,1188,1415 +"5799",1127,15244,3,1188,1600 +"5800",1127,15343,3,1188,2125 +"5801",1127,15813,3,1188,2143 +"5802",1127,17061,3,1188,2385 +"5803",1127,17931,2,1188,1617 +"5804",1127,17943,3,1188,1943 +"5805",1127,18825,3,1188,1240 +"5806",1127,20469,3,1188,2125 +"5807",1127,20824,3,1188,1366 +"5808",1127,21138,3,1188,2849 +"5809",1127,21164,3,1188,1645 +"5810",1127,21417,3,1188,2422 +"5811",1127,21795,3,1188,2653 +"5812",1127,22277,3,1188,2424 +"5813",1127,22714,3,1188,2793 +"5814",1127,23825,3,1188,1913 +"5815",1127,24608,3,1188,1630 +"5816",1127,24964,3,1188,2491 +"5817",1127,25129,2,1188,2647 +"5818",1127,25325,2,1188,2963 +"5819",1127,25341,2,1188,1858 +"5820",1127,25643,3,1188,1646 +"5821",1127,26080,3,1188,2525 +"5822",1127,26282,2,1188,1241 +"5823",1127,26865,2,1188,2726 +"5824",1127,27694,3,1188,2030 +"5825",1127,29050,3,1188,1196 +"5826",1127,29791,3,1188,1986 +"5827",1127,29917,2,1188,1962 +"5828",1127,29930,3,1188,2240 +"5829",1127,30081,3,1188,2403 +"5830",1127,31799,3,1188,2547 +"5831",1127,32939,3,1188,2277 +"5832",1127,34327,3,1188,2959 +"5833",1127,34492,3,1188,1798 +"5834",1127,34509,1,1188,1973 +"5835",1127,34820,3,1188,1630 +"5836",1127,37333,3,1188,1612 +"5837",1127,40293,3,1188,1671 +"5838",1127,40493,3,1188,1981 +"5839",1127,40646,3,1188,1583 +"5840",1127,41402,3,1188,2313 +"5841",1127,41739,3,1188,1339 +"5842",1127,41972,3,1188,2509 +"5843",1127,42474,3,1188,2322 +"5844",1127,42574,3,1188,2842 +"5845",1127,42619,3,1188,2017 +"5846",1127,47248,2,1188,2883 +"5847",1127,49110,3,1188,2938 +"5848",1127,51017,2,1188,2073 +"5849",1127,51022,3,1188,1499 +"5850",1127,51035,3,1188,2397 +"5851",1127,51410,3,1188,2739 +"5852",1127,52442,3,1188,1269 +"5853",1127,57804,3,1188,2214 +"5854",1127,57977,3,1188,2683 +"5855",1127,58035,2,1188,1646 +"5856",1127,58078,3,1188,1252 +"5857",1127,62841,3,1188,2710 +"5858",1127,64031,3,1188,1295 +"5859",1127,64181,2,1188,1828 +"5860",1127,64997,3,1188,2791 +"5861",1127,65625,3,1188,1273 +"5862",1127,66413,3,1188,2507 +"5863",1127,68215,2,1188,2727 +"5864",1127,71618,3,1188,2960 +"5865",1127,76892,3,1188,2381 +"5866",1127,82767,3,1188,1641 +"5867",1127,86799,3,1188,1951 +"5868",1127,89181,3,1188,1910 +"5869",1127,92973,3,1188,1276 +"5870",1127,105063,3,1188,1908 +"5871",1128,23,3,109,1682 +"5872",1128,600,3,109,1702 +"5873",1128,675,3,109,1686 +"5874",1128,937,2,109,408 +"5875",1128,1046,3,109,1881 +"5876",1128,1127,1,109,1188 +"5877",1128,1130,1,109,1566 +"5878",1128,1136,3,109,2536 +"5879",1128,1175,3,109,1642 +"5880",1128,2269,1,109,984 +"5881",1128,2300,1,109,565 +"5882",1128,2325,1,109,1641 +"5883",1128,2754,3,109,1360 +"5884",1128,2765,3,109,2321 +"5885",1128,2954,3,109,2727 +"5886",1128,3242,3,109,1730 +"5887",1128,3777,3,109,1798 +"5888",1128,3886,3,109,1669 +"5889",1128,3966,2,109,2425 +"5890",1128,4567,3,109,2348 +"5891",1128,4618,3,109,2607 +"5892",1128,4790,3,109,1025 +"5893",1128,4791,3,109,1184 +"5894",1128,5041,3,109,2371 +"5895",1128,5685,3,109,181 +"5896",1128,5725,3,109,2789 +"5897",1128,6044,3,109,2744 +"5898",1128,6740,3,109,2699 +"5899",1128,7847,3,109,2424 +"5900",1128,7861,2,109,1647 +"5901",1128,10130,3,109,2741 +"5902",1128,10513,3,109,2284 +"5903",1128,11208,3,109,1161 +"5904",1128,11540,3,109,1237 +"5905",1128,11576,3,109,808 +"5906",1128,14669,3,109,2080 +"5907",1128,14983,3,109,1047 +"5908",1128,15005,3,109,1415 +"5909",1128,16164,3,109,1184 +"5910",1128,17931,3,109,1617 +"5911",1128,17943,3,109,1943 +"5912",1128,18825,3,109,1240 +"5913",1128,18924,3,109,485 +"5914",1128,19627,3,109,627 +"5915",1128,19814,3,109,936 +"5916",1128,21138,3,109,2849 +"5917",1128,22277,3,109,2424 +"5918",1128,22714,3,109,2793 +"5919",1128,23825,3,109,1913 +"5920",1128,24522,3,109,158 +"5921",1128,24964,3,109,2491 +"5922",1128,25129,2,109,2647 +"5923",1128,25325,3,109,2963 +"5924",1128,25341,2,109,1858 +"5925",1128,25643,3,109,1646 +"5926",1128,26080,3,109,2525 +"5927",1128,26282,1,109,1241 +"5928",1128,26322,3,109,1018 +"5929",1128,26766,3,109,1161 +"5930",1128,26865,3,109,2726 +"5931",1128,28434,3,109,1141 +"5932",1128,29050,3,109,1196 +"5933",1128,29115,3,109,1047 +"5934",1128,29705,3,109,607 +"5935",1128,29917,3,109,1962 +"5936",1128,31799,3,109,2547 +"5937",1128,32939,3,109,2277 +"5938",1128,34509,1,109,1973 +"5939",1128,37333,3,109,1612 +"5940",1128,38055,3,109,1089 +"5941",1128,40293,3,109,1671 +"5942",1128,40417,3,109,771 +"5943",1128,41402,3,109,2313 +"5944",1128,41739,3,109,1339 +"5945",1128,41972,3,109,2509 +"5946",1128,42474,3,109,2322 +"5947",1128,46111,3,109,871 +"5948",1128,46373,3,109,134 +"5949",1128,47248,2,109,2883 +"5950",1128,48435,3,109,528 +"5951",1128,51017,2,109,2073 +"5952",1128,51035,3,109,2397 +"5953",1128,51410,3,109,2739 +"5954",1128,52835,3,109,995 +"5955",1128,53433,2,109,1187 +"5956",1128,57804,3,109,2214 +"5957",1128,58035,2,109,1646 +"5958",1128,62841,3,109,2710 +"5959",1128,63547,2,109,1023 +"5960",1128,64031,3,109,1295 +"5961",1128,64181,2,109,1828 +"5962",1128,64997,3,109,2791 +"5963",1128,65625,3,109,1273 +"5964",1128,66413,3,109,2507 +"5965",1128,67216,2,109,984 +"5966",1128,68215,3,109,2727 +"5967",1128,70605,2,109,1176 +"5968",1128,71618,3,109,2960 +"5969",1128,74731,3,109,853 +"5970",1128,75948,3,109,1006 +"5971",1128,80471,3,109,538 +"5972",1128,81482,3,109,908 +"5973",1128,82767,3,109,1641 +"5974",1128,82787,3,109,1144 +"5975",1128,83434,3,109,850 +"5976",1128,87692,3,109,775 +"5977",1128,88347,3,109,793 +"5978",1128,90259,3,109,699 +"5979",1128,90378,3,109,890 +"5980",1128,90802,3,109,877 +"5981",1128,92220,3,109,607 +"5982",1128,92973,3,109,1276 +"5983",1128,93753,2,109,408 +"5984",1128,94808,3,109,988 +"5985",1128,94850,2,109,408 +"5986",1128,99444,3,109,408 +"5987",1128,100127,3,109,217 +"5988",1128,101395,3,109,891 +"5989",1128,105063,3,109,1908 +"5990",1128,111843,3,109,1963 +"5991",1128,119820,3,109,296 +"5992",1130,23,3,1566,1682 +"5993",1130,135,3,1566,2233 +"5994",1130,600,3,1566,1702 +"5995",1130,671,3,1566,2328 +"5996",1130,675,3,1566,1686 +"5997",1130,1046,3,1566,1881 +"5998",1130,1136,3,1566,2536 +"5999",1130,1175,3,1566,1642 +"6000",1130,2325,1,1566,1641 +"6001",1130,2765,3,1566,2321 +"6002",1130,2954,2,1566,2727 +"6003",1130,3242,3,1566,1730 +"6004",1130,3777,3,1566,1798 +"6005",1130,3886,3,1566,1669 +"6006",1130,3966,2,1566,2425 +"6007",1130,4191,3,1566,2130 +"6008",1130,4567,3,1566,2348 +"6009",1130,4618,3,1566,2607 +"6010",1130,5041,3,1566,2371 +"6011",1130,5725,3,1566,2789 +"6012",1130,6044,3,1566,2744 +"6013",1130,6740,3,1566,2699 +"6014",1130,7847,3,1566,2424 +"6015",1130,7861,2,1566,1647 +"6016",1130,8621,3,1566,1681 +"6017",1130,10130,3,1566,2741 +"6018",1130,10513,3,1566,2284 +"6019",1130,14669,3,1566,2080 +"6020",1130,17931,3,1566,1617 +"6021",1130,17943,3,1566,1943 +"6022",1130,20563,3,1566,2267 +"6023",1130,21138,2,1566,2849 +"6024",1130,22277,3,1566,2424 +"6025",1130,22714,3,1566,2793 +"6026",1130,23825,3,1566,1913 +"6027",1130,24964,3,1566,2491 +"6028",1130,25129,2,1566,2647 +"6029",1130,25325,3,1566,2963 +"6030",1130,25341,1,1566,1858 +"6031",1130,25643,3,1566,1646 +"6032",1130,26080,3,1566,2525 +"6033",1130,26570,3,1566,1669 +"6034",1130,26865,3,1566,2726 +"6035",1130,29243,3,1566,2011 +"6036",1130,29917,3,1566,1962 +"6037",1130,30438,3,1566,1617 +"6038",1130,31799,3,1566,2547 +"6039",1130,32939,3,1566,2277 +"6040",1130,34480,3,1566,2755 +"6041",1130,34509,1,1566,1973 +"6042",1130,37333,3,1566,1612 +"6043",1130,38727,3,1566,2238 +"6044",1130,40293,3,1566,1671 +"6045",1130,40369,3,1566,2735 +"6046",1130,41402,3,1566,2313 +"6047",1130,41972,3,1566,2509 +"6048",1130,42474,3,1566,2322 +"6049",1130,47248,2,1566,2883 +"6050",1130,51017,2,1566,2073 +"6051",1130,51035,3,1566,2397 +"6052",1130,51410,3,1566,2739 +"6053",1130,53196,3,1566,1888 +"6054",1130,55139,3,1566,2323 +"6055",1130,57804,3,1566,2214 +"6056",1130,58035,2,1566,1646 +"6057",1130,62841,3,1566,2710 +"6058",1130,64181,2,1566,1828 +"6059",1130,64997,3,1566,2791 +"6060",1130,66413,3,1566,2507 +"6061",1130,68215,3,1566,2727 +"6062",1130,71618,3,1566,2960 +"6063",1130,82767,3,1566,1641 +"6064",1130,105063,3,1566,1908 +"6065",1130,111843,3,1566,1963 +"6066",1136,455,3,2536,2827 +"6067",1136,2954,3,2536,2727 +"6068",1136,4618,2,2536,2607 +"6069",1136,5725,3,2536,2789 +"6070",1136,7515,3,2536,2737 +"6071",1136,9362,3,2536,2879 +"6072",1136,10890,3,2536,2639 +"6073",1136,12747,3,2536,2818 +"6074",1136,14676,3,2536,2764 +"6075",1136,19027,3,2536,2721 +"6076",1136,22714,3,2536,2793 +"6077",1136,23132,3,2536,2756 +"6078",1136,25129,3,2536,2647 +"6079",1136,27753,2,2536,2750 +"6080",1136,31799,2,2536,2547 +"6081",1136,37620,3,2536,2716 +"6082",1136,40369,2,2536,2735 +"6083",1136,42216,2,2536,2722 +"6084",1136,47248,3,2536,2883 +"6085",1136,51041,3,2536,2606 +"6086",1136,51410,2,2536,2739 +"6087",1136,53323,3,2536,2677 +"6088",1136,64997,1,2536,2791 +"6089",1136,65029,3,2536,2954 +"6090",1147,46040,3,1999,2105 +"6091",1147,65322,3,1999,2008 +"6092",1147,78150,2,1999,2581 +"6093",1150,341,3,1595,2689 +"6094",1150,372,2,1595,1944 +"6095",1150,841,2,1595,2964 +"6096",1150,1108,3,1595,1600 +"6097",1150,1560,2,1595,2013 +"6098",1150,2985,3,1595,2398 +"6099",1150,3255,3,1595,2504 +"6100",1150,3271,3,1595,2216 +"6101",1150,4313,3,1595,2368 +"6102",1150,4669,3,1595,2395 +"6103",1150,4698,3,1595,2481 +"6104",1150,5852,3,1595,1862 +"6105",1150,8062,3,1595,2858 +"6106",1150,8525,3,1595,1787 +"6107",1150,9272,3,1595,2835 +"6108",1150,9716,3,1595,1929 +"6109",1150,10200,1,1595,2920 +"6110",1150,11319,3,1595,2073 +"6111",1150,11429,1,1595,2520 +"6112",1150,13068,3,1595,1778 +"6113",1150,14110,3,1595,2448 +"6114",1150,14586,2,1595,2801 +"6115",1150,14654,1,1595,1692 +"6116",1150,14761,2,1595,2502 +"6117",1150,19296,2,1595,1705 +"6118",1150,19366,3,1595,2279 +"6119",1150,19934,3,1595,2888 +"6120",1150,24086,3,1595,2663 +"6121",1150,27312,3,1595,2469 +"6122",1150,27882,3,1595,1897 +"6123",1150,29319,3,1595,2314 +"6124",1150,29704,2,1595,2294 +"6125",1150,30334,3,1595,2075 +"6126",1150,31170,3,1595,1776 +"6127",1150,33755,3,1595,2963 +"6128",1150,34491,3,1595,2694 +"6129",1150,34892,3,1595,2309 +"6130",1150,37059,3,1595,2840 +"6131",1150,37342,2,1595,2649 +"6132",1150,37636,3,1595,2178 +"6133",1150,38038,3,1595,2686 +"6134",1150,39534,2,1595,2410 +"6135",1150,40035,3,1595,2742 +"6136",1150,40392,2,1595,1878 +"6137",1150,41023,3,1595,2408 +"6138",1150,41185,3,1595,1929 +"6139",1150,43226,3,1595,2442 +"6140",1150,44464,3,1595,1619 +"6141",1150,47375,3,1595,2043 +"6142",1150,48110,3,1595,2009 +"6143",1150,49347,3,1595,2504 +"6144",1150,50430,3,1595,1689 +"6145",1150,51783,3,1595,2599 +"6146",1150,58086,3,1595,1667 +"6147",1150,58508,3,1595,2326 +"6148",1150,66717,3,1595,2104 +"6149",1150,69077,3,1595,1689 +"6150",1150,69131,3,1595,2122 +"6151",1150,69335,3,1595,2698 +"6152",1150,70586,3,1595,2562 +"6153",1150,73192,3,1595,1955 +"6154",1150,80301,3,1595,1690 +"6155",1150,82226,2,1595,1619 +"6156",1150,88212,3,1595,2547 +"6157",1151,14959,3,2885,2898 +"6158",1151,18151,3,2885,2962 +"6159",1154,2684,3,1656,2874 +"6160",1154,3167,3,1656,1676 +"6161",1154,4226,3,1656,1903 +"6162",1154,6428,3,1656,1952 +"6163",1154,6491,2,1656,2424 +"6164",1154,7241,2,1656,2259 +"6165",1154,7984,3,1656,2493 +"6166",1154,8890,3,1656,1955 +"6167",1154,12374,2,1656,2260 +"6168",1154,14108,3,1656,2012 +"6169",1154,15401,3,1656,1999 +"6170",1154,16365,3,1656,2217 +"6171",1154,17645,3,1656,1918 +"6172",1154,21122,3,1656,1701 +"6173",1154,21670,3,1656,2158 +"6174",1154,21681,3,1656,2005 +"6175",1154,23534,3,1656,1659 +"6176",1154,26451,3,1656,2133 +"6177",1154,27628,3,1656,2389 +"6178",1154,31700,3,1656,2727 +"6179",1154,32988,3,1656,2008 +"6180",1154,33430,3,1656,2225 +"6181",1154,34136,3,1656,2202 +"6182",1154,35822,3,1656,1903 +"6183",1154,36031,3,1656,2342 +"6184",1154,36763,3,1656,2165 +"6185",1154,38602,3,1656,2693 +"6186",1154,40369,3,1656,2735 +"6187",1154,43518,3,1656,2680 +"6188",1154,47839,3,1656,1864 +"6189",1154,48215,3,1656,2028 +"6190",1154,49265,3,1656,2686 +"6191",1154,53323,3,1656,2677 +"6192",1154,57380,3,1656,2362 +"6193",1154,57544,3,1656,2443 +"6194",1154,64997,3,1656,2791 +"6195",1154,65155,3,1656,1947 +"6196",1154,72597,3,1656,1843 +"6197",1154,72728,3,1656,2234 +"6198",1154,88232,3,1656,2881 +"6199",1154,108867,3,1656,2328 +"6200",1156,1574,2,1140,1718 +"6201",1156,5064,2,1140,1690 +"6202",1156,30096,2,1140,2082 +"6203",1156,36709,3,1140,1629 +"6204",1156,79874,3,1140,1570 +"6205",1156,82206,1,1140,1597 +"6206",1156,85525,3,1140,1718 +"6207",1156,91210,2,1140,1457 +"6208",1175,270,3,1642,2542 +"6209",1175,312,3,1642,2038 +"6210",1175,455,3,1642,2827 +"6211",1175,470,3,1642,2285 +"6212",1175,600,3,1642,1702 +"6213",1175,803,3,1642,1666 +"6214",1175,1046,3,1642,1881 +"6215",1175,1321,3,1642,2075 +"6216",1175,1409,3,1642,2090 +"6217",1175,1592,3,1642,2006 +"6218",1175,2224,3,1642,2751 +"6219",1175,2424,2,1642,2582 +"6220",1175,2533,2,1642,2016 +"6221",1175,3305,3,1642,2839 +"6222",1175,3477,3,1642,2546 +"6223",1175,3495,3,1642,2431 +"6224",1175,3628,3,1642,2707 +"6225",1175,3695,3,1642,2612 +"6226",1175,3886,1,1642,1669 +"6227",1175,3966,1,1642,2425 +"6228",1175,4418,3,1642,2788 +"6229",1175,4504,3,1642,1905 +"6230",1175,5622,3,1642,2175 +"6231",1175,6063,3,1642,2349 +"6232",1175,6324,3,1642,1990 +"6233",1175,6363,3,1642,2066 +"6234",1175,7794,3,1642,2972 +"6235",1175,7861,3,1642,1647 +"6236",1175,8621,3,1642,1681 +"6237",1175,8762,2,1642,2585 +"6238",1175,9175,3,1642,2639 +"6239",1175,10433,3,1642,2075 +"6240",1175,10857,3,1642,2253 +"6241",1175,11006,3,1642,1950 +"6242",1175,11351,3,1642,2971 +"6243",1175,12375,3,1642,1873 +"6244",1175,13307,3,1642,2206 +"6245",1175,13899,3,1642,2650 +"6246",1175,14972,3,1642,2332 +"6247",1175,15813,2,1642,2143 +"6248",1175,16201,3,1642,1811 +"6249",1175,16432,3,1642,2664 +"6250",1175,17400,3,1642,2231 +"6251",1175,17632,3,1642,1947 +"6252",1175,17943,2,1642,1943 +"6253",1175,18202,3,1642,2475 +"6254",1175,18394,3,1642,2356 +"6255",1175,19248,3,1642,2357 +"6256",1175,19317,3,1642,2041 +"6257",1175,19718,3,1642,1702 +"6258",1175,19719,3,1642,2177 +"6259",1175,20162,3,1642,2328 +"6260",1175,21012,2,1642,2325 +"6261",1175,21164,1,1642,1645 +"6262",1175,21193,3,1642,2490 +"6263",1175,21285,3,1642,2100 +"6264",1175,23508,3,1642,1907 +"6265",1175,23641,3,1642,1934 +"6266",1175,25325,2,1642,2963 +"6267",1175,25577,2,1642,1946 +"6268",1175,27694,3,1642,2030 +"6269",1175,28115,3,1642,1835 +"6270",1175,28991,3,1642,1688 +"6271",1175,29917,2,1642,1962 +"6272",1175,29930,3,1642,2240 +"6273",1175,32047,3,1642,1858 +"6274",1175,33223,3,1642,2397 +"6275",1175,34160,3,1642,1759 +"6276",1175,34509,3,1642,1973 +"6277",1175,34812,3,1642,2442 +"6278",1175,35045,2,1642,1646 +"6279",1175,35235,3,1642,2610 +"6280",1175,35428,3,1642,2263 +"6281",1175,37301,2,1642,2160 +"6282",1175,37418,3,1642,2710 +"6283",1175,38019,3,1642,1870 +"6284",1175,39294,3,1642,1889 +"6285",1175,39411,3,1642,2384 +"6286",1175,40493,3,1642,1981 +"6287",1175,40542,3,1642,1664 +"6288",1175,42216,3,1642,2722 +"6289",1175,42264,3,1642,1702 +"6290",1175,42574,3,1642,2842 +"6291",1175,43455,3,1642,2846 +"6292",1175,45684,3,1642,2200 +"6293",1175,46596,3,1642,1942 +"6294",1175,46629,3,1642,2255 +"6295",1175,47248,3,1642,2883 +"6296",1175,49110,3,1642,2938 +"6297",1175,51017,3,1642,2073 +"6298",1175,51041,3,1642,2606 +"6299",1175,52570,3,1642,2645 +"6300",1175,52576,3,1642,2234 +"6301",1175,52892,3,1642,2372 +"6302",1175,54551,3,1642,2348 +"6303",1175,56082,3,1642,2395 +"6304",1175,56317,3,1642,2030 +"6305",1175,58451,3,1642,1939 +"6306",1175,61982,3,1642,2725 +"6307",1175,62841,3,1642,2710 +"6308",1175,64181,3,1642,1828 +"6309",1175,68215,3,1642,2727 +"6310",1175,76892,2,1642,2381 +"6311",1175,86799,2,1642,1951 +"6312",1175,88232,3,1642,2881 +"6313",1195,316,3,1322,2413 +"6314",1195,2852,3,1322,2448 +"6315",1195,4249,3,1322,2547 +"6316",1195,5897,2,1322,2337 +"6317",1195,9331,3,1322,2269 +"6318",1195,17351,3,1322,2036 +"6319",1195,17632,3,1322,1947 +"6320",1195,27379,3,1322,2461 +"6321",1195,39249,3,1322,1665 +"6322",1195,40715,3,1322,2258 +"6323",1195,44688,3,1322,2924 +"6324",1195,47559,2,1322,1826 +"6325",1195,79653,3,1322,2683 +"6326",1195,90745,3,1322,1994 +"6327",1196,134,3,1986,2062 +"6328",1196,489,3,1986,2652 +"6329",1196,3477,3,1986,2546 +"6330",1196,3961,2,1986,2426 +"6331",1196,4953,3,1986,2285 +"6332",1196,5041,2,1986,2371 +"6333",1196,5315,3,1986,2631 +"6334",1196,5350,2,1986,2522 +"6335",1196,5622,3,1986,2175 +"6336",1196,6047,3,1986,2004 +"6337",1196,6063,3,1986,2349 +"6338",1196,8327,3,1986,2527 +"6339",1196,8821,3,1986,2230 +"6340",1196,9928,3,1986,2345 +"6341",1196,10358,1,1986,2294 +"6342",1196,11218,2,1986,2292 +"6343",1196,11477,3,1986,2724 +"6344",1196,12042,2,1986,2345 +"6345",1196,13311,3,1986,2315 +"6346",1196,13388,3,1986,2119 +"6347",1196,13899,3,1986,2650 +"6348",1196,14032,2,1986,2144 +"6349",1196,15343,3,1986,2125 +"6350",1196,15401,3,1986,1999 +"6351",1196,16352,3,1986,2657 +"6352",1196,17400,3,1986,2231 +"6353",1196,17967,3,1986,2125 +"6354",1196,19317,3,1986,2041 +"6355",1196,20067,3,1986,2390 +"6356",1196,21706,3,1986,1988 +"6357",1196,23310,3,1986,2371 +"6358",1196,24721,3,1986,2326 +"6359",1196,25480,3,1986,2747 +"6360",1196,25569,3,1986,2317 +"6361",1196,26080,3,1986,2525 +"6362",1196,26721,3,1986,2586 +"6363",1196,26818,3,1986,1999 +"6364",1196,29930,3,1986,2240 +"6365",1196,32919,2,1986,2321 +"6366",1196,32988,3,1986,2008 +"6367",1196,33223,3,1986,2397 +"6368",1196,33433,3,1986,2805 +"6369",1196,33801,3,1986,2899 +"6370",1196,34735,3,1986,2767 +"6371",1196,35187,3,1986,2488 +"6372",1196,35888,3,1986,2291 +"6373",1196,35926,2,1986,2371 +"6374",1196,37301,3,1986,2160 +"6375",1196,41682,3,1986,1988 +"6376",1196,41972,3,1986,2509 +"6377",1196,44557,3,1986,2371 +"6378",1196,45903,3,1986,2237 +"6379",1196,46099,3,1986,2360 +"6380",1196,46803,3,1986,2305 +"6381",1196,49110,3,1986,2938 +"6382",1196,51089,3,1986,2426 +"6383",1196,53342,3,1986,2071 +"6384",1196,53475,3,1986,2853 +"6385",1196,54879,2,1986,2210 +"6386",1196,54929,3,1986,2783 +"6387",1196,55652,3,1986,2795 +"6388",1196,69716,3,1986,2632 +"6389",1196,73197,3,1986,1998 +"6390",1196,73786,3,1986,2937 +"6391",1196,82932,3,1986,2245 +"6392",1196,87110,1,1986,2801 +"6393",1196,92513,3,1986,2282 +"6394",1201,4583,2,2489,2741 +"6395",1201,4618,3,2489,2607 +"6396",1201,4707,3,2489,2588 +"6397",1201,24923,3,2489,2785 +"6398",1203,2294,1,1350,1638 +"6399",1203,3284,3,1350,1541 +"6400",1203,6186,3,1350,1693 +"6401",1203,8860,3,1350,2141 +"6402",1203,9060,3,1350,1612 +"6403",1203,10087,1,1350,1617 +"6404",1203,16437,3,1350,1956 +"6405",1203,16684,3,1350,1657 +"6406",1203,17061,3,1350,2385 +"6407",1203,18005,3,1350,2449 +"6408",1203,18706,2,1350,1617 +"6409",1203,21352,3,1350,1604 +"6410",1203,31868,3,1350,1993 +"6411",1203,32549,3,1350,2111 +"6412",1203,33341,3,1350,2338 +"6413",1203,34094,1,1350,1360 +"6414",1203,35728,3,1350,2017 +"6415",1203,37059,3,1350,2840 +"6416",1203,39534,2,1350,2410 +"6417",1203,44235,3,1350,2700 +"6418",1203,46486,3,1350,1868 +"6419",1203,49347,3,1350,2504 +"6420",1203,49712,3,1350,1937 +"6421",1203,66717,3,1350,2104 +"6422",1203,68215,3,1350,2727 +"6423",1203,69131,3,1350,2122 +"6424",1203,72438,2,1350,1397 +"6425",1203,73172,3,1350,2496 +"6426",1203,73192,3,1350,1955 +"6427",1203,79432,3,1350,1708 +"6428",1203,98058,3,1350,1891 +"6429",1203,107383,2,1350,1918 +"6430",1214,3748,3,2050,2052 +"6431",1214,6104,3,2050,2462 +"6432",1214,10513,3,2050,2284 +"6433",1214,40022,3,2050,2307 +"6434",1214,57842,3,2050,2482 +"6435",1216,1214,1,63,2050 +"6436",1216,6104,3,63,2462 +"6437",1216,37319,3,63,1205 +"6438",1216,57842,3,63,2482 +"6439",1222,6262,1,2598,2733 +"6440",1222,6755,2,2598,2818 +"6441",1222,19190,3,2598,2677 +"6442",1222,94339,3,2598,2768 +"6443",1224,21795,3,2435,2653 +"6444",1224,27478,3,2435,2485 +"6445",1224,36962,3,2435,2861 +"6446",1226,823,2,2353,2840 +"6447",1226,14507,2,2353,2686 +"6448",1226,17852,3,2353,2840 +"6449",1226,24825,2,2353,2686 +"6450",1226,33160,3,2353,2441 +"6451",1226,57977,3,2353,2683 +"6452",1256,663,3,1212,2678 +"6453",1256,3158,3,1212,2762 +"6454",1256,7123,3,1212,1964 +"6455",1256,9909,3,1212,2230 +"6456",1256,41350,3,1212,1935 +"6457",1256,80615,3,1212,2252 +"6458",1257,663,2,1212,2678 +"6459",1257,6999,3,1212,2214 +"6460",1257,9909,2,1212,2230 +"6461",1257,10701,3,1212,2000 +"6462",1257,16757,3,1212,1755 +"6463",1257,17672,3,1212,1987 +"6464",1257,17695,3,1212,1930 +"6465",1257,19667,3,1212,1466 +"6466",1257,20547,3,1212,2145 +"6467",1257,20739,3,1212,2025 +"6468",1257,22389,3,1212,2034 +"6469",1257,39188,3,1212,1948 +"6470",1257,44312,3,1212,2741 +"6471",1257,52953,3,1212,1741 +"6472",1257,53445,3,1212,2028 +"6473",1257,54385,3,1212,2340 +"6474",1257,57804,3,1212,2214 +"6475",1257,76867,3,1212,1296 +"6476",1257,80615,2,1212,2252 +"6477",1257,83264,3,1212,1922 +"6478",1257,84808,3,1212,1974 +"6479",1275,5849,3,2068,2404 +"6480",1275,12374,3,2068,2260 +"6481",1275,16497,3,2068,2370 +"6482",1275,16826,3,2068,2599 +"6483",1275,19248,3,2068,2357 +"6484",1275,39444,3,2068,2695 +"6485",1275,47386,3,2068,2226 +"6486",1275,55828,3,2068,2393 +"6487",1275,57609,3,2068,2717 +"6488",1275,57977,3,2068,2683 +"6489",1275,64967,3,2068,2872 +"6490",1275,93615,3,2068,2386 +"6491",1314,160,3,1522,2007 +"6492",1314,364,3,1522,2351 +"6493",1314,680,2,1522,2569 +"6494",1314,1519,1,1522,2349 +"6495",1314,1702,2,1522,1984 +"6496",1314,1846,3,1522,1845 +"6497",1314,2407,3,1522,1725 +"6498",1314,2418,3,1522,2020 +"6499",1314,2489,2,1522,1537 +"6500",1314,2852,2,1522,2448 +"6501",1314,3403,3,1522,2951 +"6502",1314,3414,3,1522,2322 +"6503",1314,3493,3,1522,2451 +"6504",1314,3978,3,1522,2775 +"6505",1314,4001,2,1522,1687 +"6506",1314,4303,2,1522,2414 +"6507",1314,4526,1,1522,1728 +"6508",1314,4660,2,1522,2149 +"6509",1314,4665,2,1522,1569 +"6510",1314,5106,3,1522,2622 +"6511",1314,5119,3,1522,2220 +"6512",1314,5683,3,1522,2468 +"6513",1314,5897,3,1522,2337 +"6514",1314,7942,3,1522,2623 +"6515",1314,8062,3,1522,2858 +"6516",1314,8354,3,1522,1705 +"6517",1314,8777,3,1522,1620 +"6518",1314,10129,3,1522,2124 +"6519",1314,10239,3,1522,2032 +"6520",1314,10333,3,1522,1615 +"6521",1314,10457,3,1522,1711 +"6522",1314,10473,3,1522,1783 +"6523",1314,11108,3,1522,1609 +"6524",1314,11639,3,1522,1593 +"6525",1314,12081,3,1522,2166 +"6526",1314,12361,3,1522,2732 +"6527",1314,12759,3,1522,2414 +"6528",1314,15683,3,1522,1729 +"6529",1314,16286,3,1522,2470 +"6530",1314,16501,3,1522,1650 +"6531",1314,16796,3,1522,1892 +"6532",1314,16866,3,1522,2718 +"6533",1314,17033,3,1522,2771 +"6534",1314,17037,3,1522,2947 +"6535",1314,18005,3,1522,2449 +"6536",1314,18381,3,1522,1524 +"6537",1314,18421,3,1522,2457 +"6538",1314,18810,3,1522,2671 +"6539",1314,18865,3,1522,2676 +"6540",1314,19655,3,1522,2706 +"6541",1314,20941,1,1522,2725 +"6542",1314,22244,3,1522,2139 +"6543",1314,22723,3,1522,2859 +"6544",1314,23131,3,1522,1732 +"6545",1314,23756,3,1522,2309 +"6546",1314,25373,3,1522,2783 +"6547",1314,27320,3,1522,2378 +"6548",1314,27686,2,1522,2844 +"6549",1314,29289,2,1522,1756 +"6550",1314,29977,2,1522,2781 +"6551",1314,30034,2,1522,2357 +"6552",1314,30334,3,1522,2075 +"6553",1314,30368,3,1522,2487 +"6554",1314,30525,3,1522,1964 +"6555",1314,30618,3,1522,1609 +"6556",1314,31335,1,1522,2351 +"6557",1314,31866,3,1522,2101 +"6558",1314,33341,3,1522,2338 +"6559",1314,34334,3,1522,1637 +"6560",1314,36278,2,1522,2952 +"6561",1314,36487,3,1522,2622 +"6562",1314,36953,3,1522,2790 +"6563",1314,37636,3,1522,2178 +"6564",1314,38492,3,1522,2280 +"6565",1314,38691,1,1522,2585 +"6566",1314,39418,3,1522,1978 +"6567",1314,40392,3,1522,1878 +"6568",1314,40572,3,1522,2666 +"6569",1314,41023,3,1522,2408 +"6570",1314,41187,3,1522,2340 +"6571",1314,41723,2,1522,2101 +"6572",1314,41969,3,1522,2189 +"6573",1314,42813,3,1522,2142 +"6574",1314,43660,3,1522,2320 +"6575",1314,43673,2,1522,2787 +"6576",1314,44694,2,1522,2220 +"6577",1314,45729,3,1522,2606 +"6578",1314,46486,3,1522,1868 +"6579",1314,46982,3,1522,2806 +"6580",1314,47013,3,1522,2388 +"6581",1314,50113,3,1522,2059 +"6582",1314,50585,2,1522,2414 +"6583",1314,50630,3,1522,2615 +"6584",1314,51144,3,1522,2466 +"6585",1314,51783,3,1522,2599 +"6586",1314,54313,2,1522,1645 +"6587",1314,56669,3,1522,2924 +"6588",1314,57180,3,1522,2703 +"6589",1314,62626,2,1522,2787 +"6590",1314,63395,3,1522,2334 +"6591",1314,63641,3,1522,2337 +"6592",1314,66717,3,1522,2104 +"6593",1314,68885,3,1522,2151 +"6594",1314,70070,3,1522,2425 +"6595",1314,70583,2,1522,2615 +"6596",1314,79432,3,1522,1708 +"6597",1314,85198,3,1522,1794 +"6598",1314,90943,3,1522,1754 +"6599",1314,92860,3,1522,1643 +"6600",1314,94525,3,1522,1993 +"6601",1314,106399,3,1522,1530 +"6602",1315,28626,3,2760,2842 +"6603",1315,36609,3,2760,2918 +"6604",1315,42574,3,2760,2842 +"6605",1315,44654,3,2760,2916 +"6606",1321,42,2,2075,2265 +"6607",1321,1090,1,2075,2370 +"6608",1321,2166,2,2075,2557 +"6609",1321,3695,3,2075,2612 +"6610",1321,3966,3,2075,2425 +"6611",1321,4057,3,2075,2389 +"6612",1321,5849,2,2075,2404 +"6613",1321,7078,1,2075,2344 +"6614",1321,7394,3,2075,2615 +"6615",1321,11329,3,2075,2799 +"6616",1321,11966,3,2075,2385 +"6617",1321,12867,3,2075,2773 +"6618",1321,13601,3,2075,2689 +"6619",1321,14887,3,2075,2158 +"6620",1321,14972,3,2075,2332 +"6621",1321,15184,2,2075,2396 +"6622",1321,15301,3,2075,2308 +"6623",1321,15560,3,2075,2257 +"6624",1321,16352,3,2075,2657 +"6625",1321,16497,2,2075,2370 +"6626",1321,18151,3,2075,2962 +"6627",1321,19027,3,2075,2721 +"6628",1321,19528,1,2075,2742 +"6629",1321,20783,2,2075,2414 +"6630",1321,21417,3,2075,2422 +"6631",1321,21571,3,2075,2755 +"6632",1321,24042,3,2075,2880 +"6633",1321,24255,2,2075,2770 +"6634",1321,24756,3,2075,2530 +"6635",1321,26608,1,2075,2329 +"6636",1321,27478,3,2075,2485 +"6637",1321,28168,3,2075,2702 +"6638",1321,31799,3,2075,2547 +"6639",1321,32567,3,2075,2784 +"6640",1321,33572,1,2075,2370 +"6641",1321,34327,2,2075,2959 +"6642",1321,34735,3,2075,2767 +"6643",1321,35256,3,2075,2271 +"6644",1321,36950,3,2075,2204 +"6645",1321,37636,3,2075,2178 +"6646",1321,38667,2,2075,2880 +"6647",1321,39444,3,2075,2695 +"6648",1321,42196,3,2075,2765 +"6649",1321,44427,3,2075,2875 +"6650",1321,45633,3,2075,2134 +"6651",1321,47803,3,2075,2477 +"6652",1321,47947,3,2075,2681 +"6653",1321,49965,2,2075,2301 +"6654",1321,51041,3,2075,2606 +"6655",1321,51783,3,2075,2599 +"6656",1321,53789,1,2075,2681 +"6657",1321,53851,3,2075,2305 +"6658",1321,55155,3,2075,2333 +"6659",1321,55828,3,2075,2393 +"6660",1321,59700,3,2075,2346 +"6661",1321,65691,3,2075,2134 +"6662",1321,70046,3,2075,2624 +"6663",1321,94125,2,2075,2280 +"6664",1323,2704,1,1659,2609 +"6665",1323,3163,1,1659,2020 +"6666",1323,3477,3,1659,2546 +"6667",1323,3801,3,1659,1974 +"6668",1323,4504,3,1659,1905 +"6669",1323,7337,3,1659,1797 +"6670",1323,7616,2,1659,2296 +"6671",1323,16539,3,1659,1947 +"6672",1323,21682,3,1659,2414 +"6673",1323,32988,3,1659,2008 +"6674",1323,42505,3,1659,2008 +"6675",1323,46486,3,1659,1868 +"6676",1323,55139,3,1659,2323 +"6677",1323,55862,3,1659,2123 +"6678",1323,66205,2,1659,2898 +"6679",1323,77611,3,1659,1795 +"6680",1324,997,3,2147,2788 +"6681",1324,16352,3,2147,2657 +"6682",1324,20730,3,2147,2243 +"6683",1324,22808,3,2147,2297 +"6684",1324,28296,3,2147,2944 +"6685",1324,31132,3,2147,2744 +"6686",1324,34735,2,2147,2767 +"6687",1324,41770,3,2147,2752 +"6688",1324,42196,3,2147,2765 +"6689",1328,23,3,335,1682 +"6690",1328,3419,3,335,1595 +"6691",1328,25298,1,335,2443 +"6692",1328,26903,3,335,2092 +"6693",1328,30883,3,335,1629 +"6694",1328,48136,3,335,1509 +"6695",1328,48736,2,335,1236 +"6696",1328,74788,2,335,1056 +"6697",1328,109506,3,335,458 +"6698",1349,380,3,1147,2261 +"6699",1349,1314,3,1147,1522 +"6700",1349,1519,3,1147,2349 +"6701",1349,1702,3,1147,1984 +"6702",1349,1846,3,1147,1845 +"6703",1349,2852,3,1147,2448 +"6704",1349,2936,3,1147,2512 +"6705",1349,3493,1,1147,2451 +"6706",1349,4001,3,1147,1687 +"6707",1349,4360,3,1147,1770 +"6708",1349,4526,3,1147,1728 +"6709",1349,4665,3,1147,1569 +"6710",1349,5235,3,1147,2324 +"6711",1349,5683,3,1147,2468 +"6712",1349,5897,3,1147,2337 +"6713",1349,8088,2,1147,2220 +"6714",1349,9785,3,1147,2951 +"6715",1349,10488,3,1147,1524 +"6716",1349,11432,3,1147,1593 +"6717",1349,12103,3,1147,1244 +"6718",1349,12361,3,1147,2732 +"6719",1349,13879,3,1147,2748 +"6720",1349,14749,2,1147,1998 +"6721",1349,16539,3,1147,1947 +"6722",1349,16863,3,1147,2069 +"6723",1349,18005,3,1147,2449 +"6724",1349,19501,3,1147,1186 +"6725",1349,19655,3,1147,2706 +"6726",1349,20395,3,1147,1468 +"6727",1349,20941,2,1147,2725 +"6728",1349,21207,3,1147,1258 +"6729",1349,22244,3,1147,2139 +"6730",1349,23154,3,1147,2345 +"6731",1349,23729,3,1147,1624 +"6732",1349,25163,3,1147,1751 +"6733",1349,27686,3,1147,2844 +"6734",1349,29295,3,1147,2043 +"6735",1349,30034,3,1147,2357 +"6736",1349,31335,2,1147,2351 +"6737",1349,31866,1,1147,2101 +"6738",1349,32470,3,1147,1539 +"6739",1349,36829,2,1147,2722 +"6740",1349,37060,3,1147,2840 +"6741",1349,38691,3,1147,2585 +"6742",1349,43213,3,1147,2160 +"6743",1349,46196,3,1147,1510 +"6744",1349,46982,3,1147,2806 +"6745",1349,47595,3,1147,2374 +"6746",1349,50630,3,1147,2615 +"6747",1349,51144,2,1147,2466 +"6748",1349,51200,3,1147,2245 +"6749",1349,52136,2,1147,1412 +"6750",1349,55482,3,1147,1866 +"6751",1349,56082,3,1147,2395 +"6752",1349,61337,3,1147,2777 +"6753",1349,64947,3,1147,2489 +"6754",1349,67617,3,1147,1149 +"6755",1349,68539,3,1147,1158 +"6756",1349,70583,2,1147,2615 +"6757",1349,72207,3,1147,2430 +"6758",1349,72348,2,1147,1810 +"6759",1349,72632,3,1147,1289 +"6760",1349,73107,3,1147,1918 +"6761",1349,73582,3,1147,2075 +"6762",1349,75403,3,1147,1895 +"6763",1349,80606,3,1147,2079 +"6764",1349,81753,3,1147,1736 +"6765",1349,84271,3,1147,1556 +"6766",1349,85198,3,1147,1794 +"6767",1349,87907,2,1147,1173 +"6768",1349,90065,2,1147,1418 +"6769",1349,90299,3,1147,1606 +"6770",1349,91442,3,1147,1962 +"6771",1349,96715,1,1147,1792 +"6772",1349,97309,3,1147,1740 +"6773",1355,3164,3,2473,2693 +"6774",1355,6055,2,2473,2651 +"6775",1355,7984,3,2473,2493 +"6776",1355,14959,3,2473,2898 +"6777",1355,20292,3,2473,2755 +"6778",1355,25486,3,2473,2582 +"6779",1355,26582,3,2473,2772 +"6780",1355,33801,2,2473,2899 +"6781",1355,41945,3,2473,2856 +"6782",1355,43455,3,2473,2846 +"6783",1355,48605,3,2473,2796 +"6784",1355,53475,3,2473,2853 +"6785",1362,14353,3,1630,2878 +"6786",1364,360,3,859,1671 +"6787",1364,1102,3,859,2282 +"6788",1364,3144,1,859,869 +"6789",1364,3628,2,859,2707 +"6790",1364,5622,3,859,2175 +"6791",1364,5839,2,859,2301 +"6792",1364,6914,2,859,2668 +"6793",1364,8762,3,859,2585 +"6794",1364,9191,3,859,2707 +"6795",1364,11351,3,859,2971 +"6796",1364,11506,3,859,2824 +"6797",1364,16096,3,859,2301 +"6798",1364,17381,3,859,1697 +"6799",1364,18543,3,859,2968 +"6800",1364,19718,2,859,1702 +"6801",1364,21133,2,859,1320 +"6802",1364,22141,3,859,2348 +"6803",1364,23727,3,859,1734 +"6804",1364,23729,2,859,1624 +"6805",1364,23970,3,859,1624 +"6806",1364,24066,3,859,1755 +"6807",1364,25816,3,859,2088 +"6808",1364,26659,3,859,903 +"6809",1364,29115,3,859,1047 +"6810",1364,29449,2,859,2916 +"6811",1364,32503,2,859,2020 +"6812",1364,35235,3,859,2610 +"6813",1364,35428,3,859,2263 +"6814",1364,35481,3,859,2211 +"6815",1364,38213,3,859,1744 +"6816",1364,39081,2,859,1597 +"6817",1364,40931,2,859,2301 +"6818",1364,42264,3,859,1702 +"6819",1364,43173,2,859,2895 +"6820",1364,43226,3,859,2442 +"6821",1364,45742,3,859,2566 +"6822",1364,49620,3,859,1868 +"6823",1364,51572,3,859,912 +"6824",1364,52136,3,859,1412 +"6825",1364,52576,3,859,2234 +"6826",1364,54250,3,859,2340 +"6827",1364,57414,3,859,922 +"6828",1364,60116,3,859,2668 +"6829",1364,73675,2,859,887 +"6830",1364,74636,3,859,2525 +"6831",1364,77305,3,859,965 +"6832",1364,81221,2,859,2285 +"6833",1364,82344,3,859,1358 +"6834",1364,105685,3,859,2469 +"6835",1364,121291,2,859,1955 +"6836",1367,135,3,2176,2233 +"6837",1367,455,3,2176,2827 +"6838",1367,602,3,2176,2632 +"6839",1367,2424,3,2176,2582 +"6840",1367,2747,3,2176,2411 +"6841",1367,4618,3,2176,2607 +"6842",1367,5148,2,2176,2206 +"6843",1367,5669,3,2176,2502 +"6844",1367,5725,2,2176,2789 +"6845",1367,6241,3,2176,2264 +"6846",1367,8533,1,2176,2251 +"6847",1367,10859,3,2176,2231 +"6848",1367,12374,3,2176,2260 +"6849",1367,12867,3,2176,2773 +"6850",1367,15560,3,2176,2257 +"6851",1367,16067,3,2176,2727 +"6852",1367,18415,2,2176,2184 +"6853",1367,20563,2,2176,2267 +"6854",1367,26351,3,2176,2683 +"6855",1367,26516,3,2176,2479 +"6856",1367,27753,3,2176,2750 +"6857",1367,28285,2,2176,2972 +"6858",1367,29073,1,2176,2328 +"6859",1367,30943,3,2176,2287 +"6860",1367,32939,3,2176,2277 +"6861",1367,33572,3,2176,2370 +"6862",1367,35888,3,2176,2291 +"6863",1367,36559,3,2176,2473 +"6864",1367,39087,3,2176,2765 +"6865",1367,42642,3,2176,2257 +"6866",1367,43518,3,2176,2680 +"6867",1367,46803,3,2176,2305 +"6868",1367,47947,2,2176,2681 +"6869",1367,51410,3,2176,2739 +"6870",1367,57804,3,2176,2214 +"6871",1367,57977,2,2176,2683 +"6872",1367,62840,2,2176,2502 +"6873",1367,63641,3,2176,2337 +"6874",1367,67726,3,2176,2873 +"6875",1367,69716,3,2176,2632 +"6876",1367,70046,3,2176,2624 +"6877",1367,71562,2,2176,2574 +"6878",1367,74095,3,2176,2333 +"6879",1369,6345,3,2487,2713 +"6880",1369,20695,3,2487,2526 +"6881",1369,23550,3,2487,2939 +"6882",1369,37684,3,2487,2899 +"6883",1369,47882,3,2487,2769 +"6884",1369,53652,3,2487,2899 +"6885",1369,73520,3,2487,2613 +"6886",1369,93553,2,2487,2537 +"6887",1386,455,3,1901,2827 +"6888",1386,1226,3,1901,2353 +"6889",1386,1262,3,1901,2973 +"6890",1386,1321,3,1901,2075 +"6891",1386,2195,3,1901,2139 +"6892",1386,2572,3,1901,2273 +"6893",1386,2765,3,1901,2321 +"6894",1386,3695,2,1901,2612 +"6895",1386,5120,2,1901,2735 +"6896",1386,5491,2,1901,2048 +"6897",1386,6324,3,1901,1990 +"6898",1386,7078,2,1901,2344 +"6899",1386,7394,2,1901,2615 +"6900",1386,9030,2,1901,1979 +"6901",1386,9202,2,1901,2477 +"6902",1386,11456,3,1901,2715 +"6903",1386,12035,3,1901,2721 +"6904",1386,13200,3,1901,2488 +"6905",1386,13732,2,1901,2789 +"6906",1386,13780,3,1901,2412 +"6907",1386,13929,3,1901,2693 +"6908",1386,14772,3,1901,2386 +"6909",1386,15343,2,1901,2125 +"6910",1386,17826,3,1901,2920 +"6911",1386,17967,3,1901,2125 +"6912",1386,18151,2,1901,2962 +"6913",1386,18366,3,1901,2699 +"6914",1386,19528,3,1901,2742 +"6915",1386,19744,3,1901,2623 +"6916",1386,19872,3,1901,2913 +"6917",1386,20423,3,1901,2654 +"6918",1386,20469,3,1901,2125 +"6919",1386,21417,2,1901,2422 +"6920",1386,21693,3,1901,2176 +"6921",1386,21795,2,1901,2653 +"6922",1386,22207,3,1901,2365 +"6923",1386,22326,3,1901,2818 +"6924",1386,23508,3,1901,1907 +"6925",1386,24146,3,1901,2003 +"6926",1386,26608,3,1901,2329 +"6927",1386,26865,2,1901,2726 +"6928",1386,28923,3,1901,2362 +"6929",1386,29791,2,1901,1986 +"6930",1386,30081,1,1901,2403 +"6931",1386,31898,2,1901,1916 +"6932",1386,32761,3,1901,2680 +"6933",1386,34311,3,1901,2213 +"6934",1386,34327,1,1901,2959 +"6935",1386,34693,3,1901,1938 +"6936",1386,36559,3,1901,2473 +"6937",1386,36950,2,1901,2204 +"6938",1386,36962,2,1901,2861 +"6939",1386,39827,3,1901,2321 +"6940",1386,42618,3,1901,2316 +"6941",1386,45343,3,1901,2360 +"6942",1386,45664,2,1901,2235 +"6943",1386,47140,3,1901,2439 +"6944",1386,47362,3,1901,2253 +"6945",1386,47947,3,1901,2681 +"6946",1386,48754,3,1901,1972 +"6947",1386,49461,3,1901,2793 +"6948",1386,49998,3,1901,2761 +"6949",1386,56082,3,1901,2395 +"6950",1386,61458,3,1901,2630 +"6951",1386,70046,3,1901,2624 +"6952",1386,71369,3,1901,2838 +"6953",1386,73266,3,1901,2496 +"6954",1386,90501,2,1901,2380 +"6955",1393,55,3,1706,2524 +"6956",1393,2407,3,1706,1725 +"6957",1393,3506,3,1706,2364 +"6958",1393,5813,2,1706,2088 +"6959",1393,6621,3,1706,2478 +"6960",1393,7123,3,1706,1964 +"6961",1393,9088,2,1706,1881 +"6962",1393,9269,3,1706,1892 +"6963",1393,16757,2,1706,1755 +"6964",1393,16866,2,1706,2718 +"6965",1393,17925,1,1706,2385 +"6966",1393,18574,2,1706,2305 +"6967",1393,18865,3,1706,2676 +"6968",1393,21920,3,1706,2367 +"6969",1393,22389,2,1706,2034 +"6970",1393,31950,3,1706,2217 +"6971",1393,31990,1,1706,2264 +"6972",1393,32629,1,1706,1789 +"6973",1393,32724,1,1706,2581 +"6974",1393,37801,1,1706,2578 +"6975",1393,44312,1,1706,2741 +"6976",1393,44744,3,1706,2032 +"6977",1393,48931,1,1706,2444 +"6978",1393,53445,3,1706,2028 +"6979",1393,57804,3,1706,2214 +"6980",1393,61398,3,1706,2563 +"6981",1393,61921,3,1706,1793 +"6982",1393,63096,3,1706,2307 +"6983",1393,63395,3,1706,2334 +"6984",1393,65054,2,1706,2593 +"6985",1393,80186,3,1706,2228 +"6986",1393,83264,2,1706,1922 +"6987",1393,96387,2,1706,2159 +"6988",1393,100084,3,1706,1964 +"6989",1393,102581,3,1706,1813 +"6990",1397,206,3,1225,1986 +"6991",1397,279,3,1225,1989 +"6992",1397,307,2,1225,2530 +"6993",1397,600,3,1225,1702 +"6994",1397,913,3,1225,2144 +"6995",1397,1036,2,1225,1367 +"6996",1397,1092,2,1225,1945 +"6997",1397,2743,3,1225,1278 +"6998",1397,3242,3,1225,1730 +"6999",1397,3753,2,1225,1255 +"7000",1397,4690,3,1225,1938 +"7001",1397,5429,3,1225,1991 +"7002",1397,7013,3,1225,2040 +"7003",1397,7555,3,1225,1943 +"7004",1397,9893,1,1225,2701 +"7005",1397,11055,3,1225,2111 +"7006",1397,11620,3,1225,2010 +"7007",1397,12602,3,1225,1956 +"7008",1397,15433,2,1225,2038 +"7009",1397,15716,2,1225,1991 +"7010",1397,16482,3,1225,1958 +"7011",1397,17698,3,1225,1559 +"7012",1397,19027,3,1225,2721 +"7013",1397,20067,3,1225,2390 +"7014",1397,20824,3,1225,1366 +"7015",1397,21225,3,1225,1945 +"7016",1397,21706,2,1225,1988 +"7017",1397,22566,3,1225,2308 +"7018",1397,22586,2,1225,1341 +"7019",1397,23132,3,1225,2756 +"7020",1397,24568,3,1225,1937 +"7021",1397,27275,3,1225,2656 +"7022",1397,27501,3,1225,1981 +"7023",1397,27849,3,1225,1316 +"7024",1397,33801,3,1225,2899 +"7025",1397,34492,3,1225,1798 +"7026",1397,34907,3,1225,1945 +"7027",1397,35481,3,1225,2211 +"7028",1397,42574,3,1225,2842 +"7029",1397,45608,2,1225,2420 +"7030",1397,47055,3,1225,1525 +"7031",1397,51022,3,1225,1499 +"7032",1397,53475,3,1225,2853 +"7033",1397,54676,3,1225,1342 +"7034",1397,54695,3,1225,2429 +"7035",1397,55468,3,1225,2511 +"7036",1397,58035,3,1225,1646 +"7037",1397,58427,3,1225,2234 +"7038",1401,14983,3,918,1047 +"7039",1409,4929,3,2090,2240 +"7040",1409,12081,3,2090,2166 +"7041",1409,22808,3,2090,2297 +"7042",1409,31159,3,2090,2231 +"7043",1409,31295,3,2090,2183 +"7044",1409,36031,3,2090,2342 +"7045",1411,95846,3,771,1324 +"7046",1427,508,3,324,801 +"7047",1427,601,2,324,702 +"7048",1427,915,3,324,1793 +"7049",1427,1034,3,324,1438 +"7050",1427,1036,3,324,1367 +"7051",1427,1196,3,324,1986 +"7052",1427,1428,1,324,742 +"7053",1427,1767,2,324,2727 +"7054",1427,2063,3,324,1278 +"7055",1427,2609,2,324,834 +"7056",1427,2894,3,324,1291 +"7057",1427,3068,2,324,1815 +"7058",1427,3167,3,324,1676 +"7059",1427,3753,3,324,1255 +"7060",1427,3961,2,324,2426 +"7061",1427,3980,3,324,2771 +"7062",1427,4226,3,324,1903 +"7063",1427,4289,3,324,1921 +"7064",1427,4360,3,324,1770 +"7065",1427,4768,3,324,1111 +"7066",1427,5041,3,324,2371 +"7067",1427,5315,2,324,2631 +"7068",1427,5392,3,324,1648 +"7069",1427,5438,3,324,1499 +"7070",1427,5615,3,324,1105 +"7071",1427,5714,3,324,534 +"7072",1427,5716,3,324,1058 +"7073",1427,5785,3,324,1261 +"7074",1427,6047,3,324,2004 +"7075",1427,6222,3,324,1949 +"7076",1427,6366,3,324,798 +"7077",1427,6417,3,324,1675 +"7078",1427,7196,3,324,1508 +"7079",1427,7233,3,324,572 +"7080",1427,7245,3,324,2089 +"7081",1427,7292,3,324,1988 +"7082",1427,7984,2,324,2493 +"7083",1427,7992,3,324,2033 +"7084",1427,8913,3,324,968 +"7085",1427,9200,3,324,787 +"7086",1427,9311,3,324,2477 +"7087",1427,9702,3,324,1928 +"7088",1427,9928,3,324,2345 +"7089",1427,10143,3,324,778 +"7090",1427,10358,2,324,2294 +"7091",1427,10779,2,324,2881 +"7092",1427,11218,3,324,2292 +"7093",1427,11450,3,324,915 +"7094",1427,11477,3,324,2724 +"7095",1427,11576,3,324,808 +"7096",1427,11625,3,324,2022 +"7097",1427,12096,3,324,1330 +"7098",1427,12374,3,324,2260 +"7099",1427,12388,2,324,1975 +"7100",1427,12524,3,324,1287 +"7101",1427,13158,3,324,2667 +"7102",1427,13315,3,324,2516 +"7103",1427,13388,1,324,2119 +"7104",1427,13967,2,324,1354 +"7105",1427,13979,2,324,1559 +"7106",1427,14032,3,324,2144 +"7107",1427,14332,3,324,780 +"7108",1427,14353,3,324,2878 +"7109",1427,14564,3,324,1581 +"7110",1427,14918,3,324,2071 +"7111",1427,14943,3,324,1942 +"7112",1427,14959,3,324,2898 +"7113",1427,15215,3,324,798 +"7114",1427,15401,3,324,1999 +"7115",1427,15444,2,324,2764 +"7116",1427,15636,3,324,2857 +"7117",1427,15643,3,324,502 +"7118",1427,15990,1,324,593 +"7119",1427,16053,1,324,908 +"7120",1427,16539,3,324,1947 +"7121",1427,16625,3,324,1285 +"7122",1427,16826,3,324,2599 +"7123",1427,16896,3,324,2223 +"7124",1427,17027,2,324,2772 +"7125",1427,17097,2,324,1505 +"7126",1427,17351,3,324,2036 +"7127",1427,17354,3,324,2250 +"7128",1427,17484,3,324,1256 +"7129",1427,17493,3,324,561 +"7130",1427,17819,3,324,2291 +"7131",1427,17997,3,324,1621 +"7132",1427,18103,3,324,1968 +"7133",1427,18165,3,324,2085 +"7134",1427,18394,3,324,2356 +"7135",1427,18404,3,324,801 +"7136",1427,18415,3,324,2184 +"7137",1427,18874,3,324,2170 +"7138",1427,19282,3,324,1623 +"7139",1427,19317,3,324,2041 +"7140",1427,19528,3,324,2742 +"7141",1427,19621,3,324,725 +"7142",1427,19634,3,324,954 +"7143",1427,19637,2,324,1229 +"7144",1427,19719,3,324,2177 +"7145",1427,20067,1,324,2390 +"7146",1427,20070,3,324,1914 +"7147",1427,20311,3,324,1981 +"7148",1427,20343,3,324,851 +"7149",1427,20419,3,324,1587 +"7150",1427,20732,2,324,2401 +"7151",1427,21198,3,324,935 +"7152",1427,21248,3,324,2232 +"7153",1427,21422,3,324,935 +"7154",1427,21706,2,324,1988 +"7155",1427,21772,3,324,663 +"7156",1427,22057,3,324,974 +"7157",1427,22207,3,324,2365 +"7158",1427,22403,2,324,1630 +"7159",1427,22586,3,324,1341 +"7160",1427,23268,3,324,2258 +"7161",1427,23310,3,324,2371 +"7162",1427,23534,3,324,1659 +"7163",1427,23726,2,324,2434 +"7164",1427,23825,3,324,1913 +"7165",1427,23869,2,324,1918 +"7166",1427,24753,3,324,2860 +"7167",1427,24756,2,324,2530 +"7168",1427,25486,3,324,2582 +"7169",1427,25680,2,324,1618 +"7170",1427,26249,2,324,2301 +"7171",1427,26451,3,324,2133 +"7172",1427,26479,3,324,1818 +"7173",1427,26570,3,324,1669 +"7174",1427,26737,3,324,855 +"7175",1427,27104,3,324,1608 +"7176",1427,27355,3,324,870 +"7177",1427,27642,3,324,1531 +"7178",1427,28130,2,324,908 +"7179",1427,28131,1,324,1492 +"7180",1427,28274,3,324,493 +"7181",1427,28731,3,324,955 +"7182",1427,28784,3,324,1579 +"7183",1427,28896,3,324,1395 +"7184",1427,29095,3,324,2531 +"7185",1427,29372,2,324,528 +"7186",1427,29456,3,324,1182 +"7187",1427,29930,3,324,2240 +"7188",1427,30092,3,324,1593 +"7189",1427,30150,2,324,1704 +"7190",1427,30404,3,324,1810 +"7191",1427,30827,3,324,2323 +"7192",1427,30850,3,324,1045 +"7193",1427,30883,2,324,1629 +"7194",1427,31069,3,324,1995 +"7195",1427,31279,2,324,965 +"7196",1427,32520,3,324,2425 +"7197",1427,32658,3,324,1694 +"7198",1427,32811,2,324,804 +"7199",1427,32919,3,324,2321 +"7200",1427,32988,3,324,2008 +"7201",1427,33356,3,324,1586 +"7202",1427,33801,2,324,2899 +"7203",1427,34120,3,324,2786 +"7204",1427,34136,3,324,2202 +"7205",1427,34907,3,324,1945 +"7206",1427,35286,3,324,395 +"7207",1427,35529,2,324,1620 +"7208",1427,35544,3,324,397 +"7209",1427,35926,3,324,2371 +"7210",1427,36514,3,324,1192 +"7211",1427,36950,3,324,2204 +"7212",1427,37934,2,324,1595 +"7213",1427,38055,3,324,1089 +"7214",1427,38219,3,324,1689 +"7215",1427,38227,3,324,2511 +"7216",1427,38284,3,324,1234 +"7217",1427,38449,3,324,1802 +"7218",1427,38467,3,324,1259 +"7219",1427,38921,3,324,1880 +"7220",1427,39563,2,324,486 +"7221",1427,39865,3,324,849 +"7222",1427,40432,2,324,1956 +"7223",1427,40645,3,324,1899 +"7224",1427,40646,2,324,1583 +"7225",1427,40893,3,324,1116 +"7226",1427,41108,3,324,1624 +"7227",1427,41664,3,324,2641 +"7228",1427,41682,3,324,1988 +"7229",1427,41832,3,324,1155 +"7230",1427,41955,3,324,2479 +"7231",1427,42216,3,324,2722 +"7232",1427,42505,3,324,2008 +"7233",1427,42837,3,324,1096 +"7234",1427,43404,3,324,2649 +"7235",1427,43479,3,324,2178 +"7236",1427,44557,3,324,2371 +"7237",1427,44819,3,324,2063 +"7238",1427,44921,3,324,550 +"7239",1427,45136,3,324,877 +"7240",1427,46042,3,324,1692 +"7241",1427,46803,2,324,2305 +"7242",1427,47386,3,324,2226 +"7243",1427,48258,3,324,755 +"7244",1427,48260,3,324,875 +"7245",1427,48435,2,324,528 +"7246",1427,48823,3,324,2080 +"7247",1427,50269,3,324,1966 +"7248",1427,50382,2,324,2244 +"7249",1427,50487,2,324,744 +"7250",1427,50977,3,324,2352 +"7251",1427,51157,3,324,2319 +"7252",1427,51410,3,324,2739 +"7253",1427,51863,3,324,1395 +"7254",1427,52261,3,324,2162 +"7255",1427,53105,3,324,953 +"7256",1427,53134,3,324,1590 +"7257",1427,53475,2,324,2853 +"7258",1427,54929,3,324,2783 +"7259",1427,55084,2,324,1189 +"7260",1427,55234,3,324,890 +"7261",1427,56026,3,324,908 +"7262",1427,57150,3,324,1196 +"7263",1427,57760,3,324,1721 +"7264",1427,57977,3,324,2683 +"7265",1427,58133,3,324,1484 +"7266",1427,58669,2,324,2296 +"7267",1427,58733,3,324,1958 +"7268",1427,58993,3,324,2390 +"7269",1427,59511,3,324,2753 +"7270",1427,59646,2,324,456 +"7271",1427,59786,3,324,605 +"7272",1427,59939,3,324,936 +"7273",1427,61242,3,324,1650 +"7274",1427,62148,3,324,1566 +"7275",1427,62488,3,324,1418 +"7276",1427,62538,3,324,1656 +"7277",1427,64219,3,324,2705 +"7278",1427,65155,3,324,1947 +"7279",1427,65322,3,324,2008 +"7280",1427,65522,3,324,1572 +"7281",1427,68299,3,324,866 +"7282",1427,68960,3,324,1312 +"7283",1427,70203,2,324,2756 +"7284",1427,70681,3,324,866 +"7285",1427,70736,3,324,1512 +"7286",1427,70996,2,324,1037 +"7287",1427,71479,3,324,482 +"7288",1427,74318,3,324,632 +"7289",1427,74681,3,324,837 +"7290",1427,74730,1,324,535 +"7291",1427,75194,3,324,1736 +"7292",1427,76356,2,324,2323 +"7293",1427,76398,3,324,2400 +"7294",1427,76511,3,324,1250 +"7295",1427,76999,1,324,908 +"7296",1427,78256,3,324,804 +"7297",1427,78801,3,324,1572 +"7298",1427,79689,3,324,1184 +"7299",1427,81478,3,324,1640 +"7300",1427,81989,3,324,438 +"7301",1427,82009,3,324,1020 +"7302",1427,82301,3,324,1621 +"7303",1427,82426,3,324,1576 +"7304",1427,82696,3,324,1305 +"7305",1427,82767,3,324,1641 +"7306",1427,85329,2,324,738 +"7307",1427,85784,3,324,1142 +"7308",1427,85794,3,324,679 +"7309",1427,87720,3,324,2086 +"7310",1427,88063,3,324,1045 +"7311",1427,89511,3,324,1205 +"7312",1427,89527,3,324,572 +"7313",1427,90378,3,324,890 +"7314",1427,92254,2,324,517 +"7315",1427,92817,3,324,569 +"7316",1427,94101,3,324,997 +"7317",1427,94650,3,324,896 +"7318",1427,95064,2,324,1801 +"7319",1427,95587,3,324,810 +"7320",1427,95879,3,324,1748 +"7321",1427,96911,3,324,956 +"7322",1427,97160,2,324,1215 +"7323",1427,100140,1,324,1041 +"7324",1427,100670,1,324,525 +"7325",1427,101338,3,324,1319 +"7326",1427,101446,3,324,920 +"7327",1427,102004,3,324,497 +"7328",1427,102820,3,324,501 +"7329",1427,103524,2,324,991 +"7330",1427,108379,3,324,2933 +"7331",1427,109194,3,324,494 +"7332",1427,117679,2,324,535 +"7333",1428,1196,3,742,1986 +"7334",1428,1767,3,742,2727 +"7335",1428,2609,3,742,834 +"7336",1428,3068,3,742,1815 +"7337",1428,3961,2,742,2426 +"7338",1428,4289,3,742,1921 +"7339",1428,5041,3,742,2371 +"7340",1428,5315,3,742,2631 +"7341",1428,5438,3,742,1499 +"7342",1428,5716,3,742,1058 +"7343",1428,5785,3,742,1261 +"7344",1428,6047,3,742,2004 +"7345",1428,6366,3,742,798 +"7346",1428,6417,3,742,1675 +"7347",1428,7196,3,742,1508 +"7348",1428,7292,3,742,1988 +"7349",1428,7984,2,742,2493 +"7350",1428,7992,3,742,2033 +"7351",1428,8275,3,742,2237 +"7352",1428,9311,3,742,2477 +"7353",1428,9654,3,742,2111 +"7354",1428,9702,3,742,1928 +"7355",1428,9950,3,742,920 +"7356",1428,10358,2,742,2294 +"7357",1428,10779,3,742,2881 +"7358",1428,11218,3,742,2292 +"7359",1428,11477,3,742,2724 +"7360",1428,11540,3,742,1237 +"7361",1428,11576,2,742,808 +"7362",1428,12388,3,742,1975 +"7363",1428,12524,3,742,1287 +"7364",1428,12692,3,742,1855 +"7365",1428,13315,2,742,2516 +"7366",1428,13388,2,742,2119 +"7367",1428,13967,3,742,1354 +"7368",1428,13979,2,742,1559 +"7369",1428,14032,3,742,2144 +"7370",1428,14482,3,742,1573 +"7371",1428,15207,3,742,1855 +"7372",1428,15309,3,742,2820 +"7373",1428,15444,3,742,2764 +"7374",1428,15821,3,742,2456 +"7375",1428,16053,2,742,908 +"7376",1428,16120,3,742,1237 +"7377",1428,16539,3,742,1947 +"7378",1428,16826,3,742,2599 +"7379",1428,17027,3,742,2772 +"7380",1428,17097,3,742,1505 +"7381",1428,17997,3,742,1621 +"7382",1428,18103,3,742,1968 +"7383",1428,18874,3,742,2170 +"7384",1428,19593,3,742,2013 +"7385",1428,19634,3,742,954 +"7386",1428,19637,3,742,1229 +"7387",1428,19719,3,742,2177 +"7388",1428,20067,2,742,2390 +"7389",1428,20311,3,742,1981 +"7390",1428,20732,1,742,2401 +"7391",1428,21138,3,742,2849 +"7392",1428,21198,3,742,935 +"7393",1428,21566,3,742,1234 +"7394",1428,21706,3,742,1988 +"7395",1428,22207,3,742,2365 +"7396",1428,22403,3,742,1630 +"7397",1428,23011,3,742,2763 +"7398",1428,23268,3,742,2258 +"7399",1428,23726,1,742,2434 +"7400",1428,23869,2,742,1918 +"7401",1428,24756,3,742,2530 +"7402",1428,25271,3,742,1172 +"7403",1428,25680,2,742,1618 +"7404",1428,26249,3,742,2301 +"7405",1428,26479,3,742,1818 +"7406",1428,27104,3,742,1608 +"7407",1428,28130,1,742,908 +"7408",1428,28131,2,742,1492 +"7409",1428,28784,3,742,1579 +"7410",1428,29095,3,742,2531 +"7411",1428,29930,3,742,2240 +"7412",1428,30150,3,742,1704 +"7413",1428,30404,3,742,1810 +"7414",1428,30883,2,742,1629 +"7415",1428,31069,3,742,1995 +"7416",1428,31243,3,742,1355 +"7417",1428,31279,2,742,965 +"7418",1428,32658,3,742,1694 +"7419",1428,32811,3,742,804 +"7420",1428,32919,3,742,2321 +"7421",1428,32988,3,742,2008 +"7422",1428,33356,3,742,1586 +"7423",1428,33801,3,742,2899 +"7424",1428,34120,3,742,2786 +"7425",1428,35529,2,742,1620 +"7426",1428,35772,3,742,1440 +"7427",1428,35926,3,742,2371 +"7428",1428,36441,3,742,2796 +"7429",1428,37934,2,742,1595 +"7430",1428,38219,3,742,1689 +"7431",1428,38227,3,742,2511 +"7432",1428,40432,3,742,1956 +"7433",1428,40646,3,742,1583 +"7434",1428,41108,3,742,1624 +"7435",1428,41955,3,742,2479 +"7436",1428,42505,3,742,2008 +"7437",1428,42799,3,742,2729 +"7438",1428,43479,3,742,2178 +"7439",1428,44160,3,742,859 +"7440",1428,44557,3,742,2371 +"7441",1428,44819,3,742,2063 +"7442",1428,46635,3,742,2528 +"7443",1428,46707,3,742,1755 +"7444",1428,46803,2,742,2305 +"7445",1428,47386,3,742,2226 +"7446",1428,48215,3,742,2028 +"7447",1428,50269,3,742,1966 +"7448",1428,50382,2,742,2244 +"7449",1428,50487,3,742,744 +"7450",1428,51017,3,742,2073 +"7451",1428,51863,3,742,1395 +"7452",1428,53105,3,742,953 +"7453",1428,53134,3,742,1590 +"7454",1428,53475,3,742,2853 +"7455",1428,54929,3,742,2783 +"7456",1428,55084,3,742,1189 +"7457",1428,56082,3,742,2395 +"7458",1428,56462,3,742,852 +"7459",1428,56903,3,742,1584 +"7460",1428,57977,3,742,2683 +"7461",1428,58669,3,742,2296 +"7462",1428,59511,3,742,2753 +"7463",1428,62148,3,742,1566 +"7464",1428,62488,3,742,1418 +"7465",1428,64502,3,742,1670 +"7466",1428,65203,3,742,1597 +"7467",1428,67726,3,742,2873 +"7468",1428,68024,3,742,1531 +"7469",1428,70203,3,742,2756 +"7470",1428,70681,3,742,866 +"7471",1428,70996,3,742,1037 +"7472",1428,74681,2,742,837 +"7473",1428,74818,3,742,1440 +"7474",1428,75194,3,742,1736 +"7475",1428,76356,2,742,2323 +"7476",1428,76999,2,742,908 +"7477",1428,78801,3,742,1572 +"7478",1428,79371,3,742,1624 +"7479",1428,79689,3,742,1184 +"7480",1428,81463,3,742,955 +"7481",1428,82730,3,742,1492 +"7482",1428,85356,3,742,1492 +"7483",1428,85784,3,742,1142 +"7484",1428,85875,3,742,957 +"7485",1428,86785,3,742,1607 +"7486",1428,87692,3,742,775 +"7487",1428,87720,3,742,2086 +"7488",1428,90378,3,742,890 +"7489",1428,90802,3,742,877 +"7490",1428,91901,3,742,1236 +"7491",1428,95064,3,742,1801 +"7492",1428,95852,3,742,2045 +"7493",1428,96132,3,742,1489 +"7494",1428,96911,3,742,956 +"7495",1428,97160,2,742,1215 +"7496",1428,100140,1,742,1041 +"7497",1428,101237,3,742,2033 +"7498",1428,101338,3,742,1319 +"7499",1428,101395,3,742,891 +"7500",1428,103524,2,742,991 +"7501",1453,1639,3,1737,2631 +"7502",1453,2716,3,1737,1748 +"7503",1453,11329,1,1737,2799 +"7504",1453,14887,2,1737,2158 +"7505",1453,16518,3,1737,2642 +"7506",1453,18464,3,1737,2312 +"7507",1453,19208,3,1737,2629 +"7508",1453,19605,3,1737,2395 +"7509",1453,23460,3,1737,2183 +"7510",1453,24255,3,1737,2770 +"7511",1453,27173,3,1737,2050 +"7512",1453,28592,3,1737,2320 +"7513",1453,29454,3,1737,2719 +"7514",1453,37285,3,1737,2428 +"7515",1453,41764,3,1737,2409 +"7516",1453,43518,3,1737,2680 +"7517",1453,44403,3,1737,2429 +"7518",1453,48605,3,1737,2796 +"7519",1453,50480,3,1737,2701 +"7520",1455,843,3,1262,2332 +"7521",1455,2272,1,1262,1640 +"7522",1455,2443,2,1262,2333 +"7523",1455,3271,3,1262,2216 +"7524",1455,4249,3,1262,2547 +"7525",1455,5637,3,1262,1976 +"7526",1455,6345,3,1262,2713 +"7527",1455,7604,3,1262,1366 +"7528",1455,8607,2,1262,1685 +"7529",1455,8724,1,1262,1326 +"7530",1455,9272,3,1262,2835 +"7531",1455,9538,3,1262,1786 +"7532",1455,9724,3,1262,2713 +"7533",1455,12116,2,1262,2119 +"7534",1455,13340,3,1262,1918 +"7535",1455,14470,1,1262,2632 +"7536",1455,14957,3,1262,2306 +"7537",1455,15782,2,1262,2306 +"7538",1455,20547,3,1262,2145 +"7539",1455,22410,1,1262,2158 +"7540",1455,23498,3,1262,2398 +"7541",1455,23560,3,1262,2051 +"7542",1455,31264,2,1262,2335 +"7543",1455,36840,3,1262,2269 +"7544",1455,41098,2,1262,1857 +"7545",1455,42407,3,1262,2408 +"7546",1455,43226,3,1262,2442 +"7547",1455,45499,2,1262,2346 +"7548",1455,48110,3,1262,2009 +"7549",1455,48501,2,1262,2010 +"7550",1455,50468,3,1262,1659 +"7551",1455,52950,3,1262,2716 +"7552",1455,53652,3,1262,2899 +"7553",1455,57205,3,1262,2948 +"7554",1455,58508,3,1262,2326 +"7555",1455,68286,3,1262,2442 +"7556",1455,69335,3,1262,2698 +"7557",1455,80301,3,1262,1690 +"7558",1455,82039,3,1262,1327 +"7559",1455,84235,3,1262,1639 +"7560",1455,93553,3,1262,2537 +"7561",1469,313,3,1160,2271 +"7562",1469,357,3,1160,2327 +"7563",1469,499,3,1160,1931 +"7564",1469,543,3,1160,2203 +"7565",1469,675,3,1160,1686 +"7566",1469,733,3,1160,1653 +"7567",1469,1090,3,1160,2370 +"7568",1469,1136,3,1160,2536 +"7569",1469,1777,3,1160,1965 +"7570",1469,2036,3,1160,2483 +"7571",1469,2063,3,1160,1278 +"7572",1469,2166,3,1160,2557 +"7573",1469,2484,3,1160,2389 +"7574",1469,2754,2,1160,1360 +"7575",1469,3167,3,1160,1676 +"7576",1469,3242,3,1160,1730 +"7577",1469,3352,3,1160,1707 +"7578",1469,3830,3,1160,1661 +"7579",1469,4191,2,1160,2130 +"7580",1469,4366,3,1160,1726 +"7581",1469,4618,3,1160,2607 +"7582",1469,4980,3,1160,2093 +"7583",1469,5078,3,1160,2033 +"7584",1469,5457,3,1160,2077 +"7585",1469,5462,3,1160,2374 +"7586",1469,5504,2,1160,2389 +"7587",1469,6023,3,1160,2050 +"7588",1469,7323,3,1160,2858 +"7589",1469,7861,3,1160,1647 +"7590",1469,8229,2,1160,1241 +"7591",1469,8621,3,1160,1681 +"7592",1469,10130,2,1160,2741 +"7593",1469,10148,3,1160,2964 +"7594",1469,10222,3,1160,2212 +"7595",1469,10799,3,1160,2010 +"7596",1469,10871,3,1160,2314 +"7597",1469,10875,3,1160,1234 +"7598",1469,12462,3,1160,1461 +"7599",1469,13945,3,1160,1324 +"7600",1469,14189,3,1160,1483 +"7601",1469,14300,3,1160,1218 +"7602",1469,14888,3,1160,1411 +"7603",1469,15184,3,1160,2396 +"7604",1469,16164,3,1160,1184 +"7605",1469,17357,3,1160,1536 +"7606",1469,18277,2,1160,2309 +"7607",1469,19027,3,1160,2721 +"7608",1469,19516,2,1160,2313 +"7609",1469,19568,1,1160,2302 +"7610",1469,19892,3,1160,1212 +"7611",1469,20563,3,1160,2267 +"7612",1469,20783,3,1160,2414 +"7613",1469,20824,3,1160,1366 +"7614",1469,21076,3,1160,1591 +"7615",1469,21911,3,1160,1184 +"7616",1469,22006,3,1160,1202 +"7617",1469,22749,3,1160,1727 +"7618",1469,23508,3,1160,1907 +"7619",1469,23704,3,1160,2278 +"7620",1469,24198,3,1160,2217 +"7621",1469,24362,3,1160,1287 +"7622",1469,24923,3,1160,2785 +"7623",1469,25643,3,1160,1646 +"7624",1469,26282,3,1160,1241 +"7625",1469,26436,3,1160,2489 +"7626",1469,26516,3,1160,2479 +"7627",1469,26713,3,1160,1235 +"7628",1469,27478,2,1160,2485 +"7629",1469,27753,3,1160,2750 +"7630",1469,28011,3,1160,2639 +"7631",1469,28892,3,1160,2023 +"7632",1469,29456,2,1160,1182 +"7633",1469,30386,3,1160,1833 +"7634",1469,31243,3,1160,1355 +"7635",1469,31799,2,1160,2547 +"7636",1469,32516,3,1160,2050 +"7637",1469,32988,3,1160,2008 +"7638",1469,33572,3,1160,2370 +"7639",1469,34492,2,1160,1798 +"7640",1469,34509,3,1160,1973 +"7641",1469,34648,3,1160,1596 +"7642",1469,34836,3,1160,2302 +"7643",1469,35256,3,1160,2271 +"7644",1469,37108,3,1160,1202 +"7645",1469,37570,3,1160,2389 +"7646",1469,38449,3,1160,1802 +"7647",1469,39444,3,1160,2695 +"7648",1469,40293,3,1160,1671 +"7649",1469,40296,3,1160,1674 +"7650",1469,40672,3,1160,1315 +"7651",1469,41278,3,1160,1873 +"7652",1469,41747,3,1160,1722 +"7653",1469,45343,3,1160,2360 +"7654",1469,45715,3,1160,2287 +"7655",1469,46283,3,1160,1184 +"7656",1469,49965,3,1160,2301 +"7657",1469,51410,1,1160,2739 +"7658",1469,51987,2,1160,1397 +"7659",1469,53031,1,1160,2065 +"7660",1469,55556,2,1160,2075 +"7661",1469,55828,3,1160,2393 +"7662",1469,56171,2,1160,1524 +"7663",1469,57977,3,1160,2683 +"7664",1469,58035,3,1160,1646 +"7665",1469,58221,2,1160,1787 +"7666",1469,58508,3,1160,2326 +"7667",1469,61138,3,1160,1188 +"7668",1469,61719,2,1160,1515 +"7669",1469,63147,3,1160,1477 +"7670",1469,63770,2,1160,1324 +"7671",1469,64967,3,1160,2872 +"7672",1469,65029,3,1160,2954 +"7673",1469,67957,3,1160,2823 +"7674",1469,68098,3,1160,2378 +"7675",1469,71478,2,1160,1721 +"7676",1469,72334,3,1160,2820 +"7677",1469,72468,3,1160,2292 +"7678",1469,77001,3,1160,1440 +"7679",1469,77489,3,1160,1514 +"7680",1469,80429,3,1160,1927 +"7681",1469,82409,2,1160,1881 +"7682",1469,82767,3,1160,1641 +"7683",1469,82949,3,1160,2077 +"7684",1469,83526,3,1160,1235 +"7685",1469,85430,3,1160,2370 +"7686",1469,89958,3,1160,1186 +"7687",1469,93615,2,1160,2386 +"7688",1469,93752,1,1160,1368 +"7689",1469,97498,3,1160,2346 +"7690",1469,99103,3,1160,1470 +"7691",1469,105233,2,1160,1199 +"7692",1495,313,2,2046,2271 +"7693",1495,362,2,2046,2537 +"7694",1495,377,2,2046,2389 +"7695",1495,543,2,2046,2203 +"7696",1495,613,3,2046,2687 +"7697",1495,823,3,2046,2840 +"7698",1495,1151,2,2046,2885 +"7699",1495,1321,3,2046,2075 +"7700",1495,1616,1,2046,2662 +"7701",1495,2036,2,2046,2483 +"7702",1495,2224,3,2046,2751 +"7703",1495,2484,2,2046,2389 +"7704",1495,3161,2,2046,2229 +"7705",1495,3853,1,2046,2465 +"7706",1495,4057,2,2046,2389 +"7707",1495,5457,2,2046,2077 +"7708",1495,5462,2,2046,2374 +"7709",1495,5504,2,2046,2389 +"7710",1495,5622,3,2046,2175 +"7711",1495,6363,3,2046,2066 +"7712",1495,6996,3,2046,2916 +"7713",1495,7078,3,2046,2344 +"7714",1495,7323,2,2046,2858 +"7715",1495,7794,3,2046,2972 +"7716",1495,8760,2,2046,2477 +"7717",1495,9311,3,2046,2477 +"7718",1495,9362,3,2046,2879 +"7719",1495,10843,3,2046,2277 +"7720",1495,10857,3,2046,2253 +"7721",1495,11218,3,2046,2292 +"7722",1495,12713,3,2046,2440 +"7723",1495,12976,3,2046,2399 +"7724",1495,13780,3,2046,2412 +"7725",1495,14959,3,2046,2898 +"7726",1495,15184,2,2046,2396 +"7727",1495,15626,2,2046,2434 +"7728",1495,16727,3,2046,2164 +"7729",1495,17410,3,2046,2073 +"7730",1495,17520,2,2046,2276 +"7731",1495,18151,3,2046,2962 +"7732",1495,19027,2,2046,2721 +"7733",1495,19248,3,2046,2357 +"7734",1495,19528,3,2046,2742 +"7735",1495,19606,3,2046,2783 +"7736",1495,20700,3,2046,2861 +"7737",1495,25874,3,2046,2088 +"7738",1495,26516,3,2046,2479 +"7739",1495,26608,3,2046,2329 +"7740",1495,27478,3,2046,2485 +"7741",1495,28218,2,2046,2048 +"7742",1495,29004,3,2046,2596 +"7743",1495,31799,2,2046,2547 +"7744",1495,32516,2,2046,2050 +"7745",1495,33160,3,2046,2441 +"7746",1495,33433,3,2046,2805 +"7747",1495,34132,3,2046,2076 +"7748",1495,35256,2,2046,2271 +"7749",1495,36559,3,2046,2473 +"7750",1495,37238,3,2046,2609 +"7751",1495,37570,3,2046,2389 +"7752",1495,38727,3,2046,2238 +"7753",1495,39444,3,2046,2695 +"7754",1495,39548,3,2046,2389 +"7755",1495,41945,3,2046,2856 +"7756",1495,42196,3,2046,2765 +"7757",1495,43455,3,2046,2846 +"7758",1495,44768,3,2046,2516 +"7759",1495,44885,3,2046,2670 +"7760",1495,44899,3,2046,2386 +"7761",1495,47098,2,2046,2057 +"7762",1495,50785,3,2046,2877 +"7763",1495,51041,3,2046,2606 +"7764",1495,51853,2,2046,2520 +"7765",1495,52576,3,2046,2234 +"7766",1495,53031,3,2046,2065 +"7767",1495,53293,2,2046,2916 +"7768",1495,54551,3,2046,2348 +"7769",1495,54929,3,2046,2783 +"7770",1495,55556,3,2046,2075 +"7771",1495,59113,3,2046,2434 +"7772",1495,59205,2,2046,2387 +"7773",1495,65029,3,2046,2954 +"7774",1495,66124,3,2046,2174 +"7775",1495,78563,3,2046,2385 +"7776",1495,85430,3,2046,2370 +"7777",1495,91570,3,2046,2229 +"7778",1503,6989,3,416,2623 +"7779",1503,13920,3,416,1709 +"7780",1503,22353,2,416,1231 +"7781",1503,28195,3,416,1407 +"7782",1503,48652,1,416,1686 +"7783",1503,101435,2,416,1236 +"7784",1519,680,3,2349,2569 +"7785",1519,2206,3,2349,2536 +"7786",1519,2852,2,2349,2448 +"7787",1519,3403,3,2349,2951 +"7788",1519,3493,3,2349,2451 +"7789",1519,4303,3,2349,2414 +"7790",1519,5106,2,2349,2622 +"7791",1519,8062,3,2349,2858 +"7792",1519,13136,3,2349,2867 +"7793",1519,16866,3,2349,2718 +"7794",1519,17033,2,2349,2771 +"7795",1519,17037,3,2349,2947 +"7796",1519,18421,3,2349,2457 +"7797",1519,18865,3,2349,2676 +"7798",1519,20941,1,2349,2725 +"7799",1519,22723,3,2349,2859 +"7800",1519,27320,3,2349,2378 +"7801",1519,27686,2,2349,2844 +"7802",1519,29977,2,2349,2781 +"7803",1519,30034,2,2349,2357 +"7804",1519,30368,3,2349,2487 +"7805",1519,31335,2,2349,2351 +"7806",1519,36278,2,2349,2952 +"7807",1519,36487,3,2349,2622 +"7808",1519,36953,3,2349,2790 +"7809",1519,38691,1,2349,2585 +"7810",1519,40572,3,2349,2666 +"7811",1519,41023,3,2349,2408 +"7812",1519,43673,2,2349,2787 +"7813",1519,46982,3,2349,2806 +"7814",1519,47013,3,2349,2388 +"7815",1519,50585,3,2349,2414 +"7816",1519,50630,3,2349,2615 +"7817",1519,56669,2,2349,2924 +"7818",1519,57180,3,2349,2703 +"7819",1519,62626,2,2349,2787 +"7820",1519,70583,2,2349,2615 +"7821",1520,2,2,1716,2796 +"7822",1520,680,3,1716,2569 +"7823",1520,3477,3,1716,2546 +"7824",1520,4430,3,1716,2019 +"7825",1520,4567,3,1716,2348 +"7826",1520,6063,2,1716,2349 +"7827",1520,6821,3,1716,1788 +"7828",1520,7780,3,1716,1920 +"7829",1520,8865,3,1716,2394 +"7830",1520,8890,3,1716,1955 +"7831",1520,9035,3,1716,2771 +"7832",1520,9503,3,1716,2453 +"7833",1520,9787,3,1716,2858 +"7834",1520,10336,3,1716,2271 +"7835",1520,10473,3,1716,1783 +"7836",1520,12728,3,1716,2374 +"7837",1520,12759,3,1716,2414 +"7838",1520,14586,2,1716,2801 +"7839",1520,15444,3,1716,2764 +"7840",1520,16796,2,1716,1892 +"7841",1520,17037,3,1716,2947 +"7842",1520,17645,2,1716,1918 +"7843",1520,20984,3,1716,2502 +"7844",1520,21248,3,1716,2232 +"7845",1520,21693,3,1716,2176 +"7846",1520,22326,3,1716,2818 +"7847",1520,22362,3,1716,1836 +"7848",1520,24568,3,1716,1937 +"7849",1520,25163,3,1716,1751 +"7850",1520,25305,3,1716,2447 +"7851",1520,28837,2,1716,2286 +"7852",1520,30368,2,1716,2487 +"7853",1520,31542,2,1716,2459 +"7854",1520,32079,3,1716,2315 +"7855",1520,33223,3,1716,2397 +"7856",1520,35456,3,1716,2358 +"7857",1520,36912,3,1716,2469 +"7858",1520,37636,3,1716,2178 +"7859",1520,44135,3,1716,2620 +"7860",1520,44744,3,1716,2032 +"7861",1520,46532,3,1716,2005 +"7862",1520,46982,3,1716,2806 +"7863",1520,53687,3,1716,2422 +"7864",1520,54523,3,1716,1935 +"7865",1520,56569,2,1716,1993 +"7866",1520,58655,3,1716,2685 +"7867",1520,63077,3,1716,2778 +"7868",1520,63409,3,1716,1937 +"7869",1520,72597,3,1716,1843 +"7870",1523,2190,2,2048,2359 +"7871",1523,2747,3,2048,2411 +"7872",1523,9503,3,2048,2453 +"7873",1523,23206,3,2048,2805 +"7874",1523,51774,3,2048,2459 +"7875",1523,54924,3,2048,2603 +"7876",1523,58501,3,2048,2613 +"7877",1523,66677,3,2048,2151 +"7878",1550,919,3,293,910 +"7879",1550,1822,3,293,2888 +"7880",1550,2181,3,293,2030 +"7881",1550,2357,3,293,492 +"7882",1550,3477,2,293,2546 +"7883",1550,4622,3,293,1589 +"7884",1550,5350,3,293,2522 +"7885",1550,5798,3,293,1779 +"7886",1550,6063,2,293,2349 +"7887",1550,6392,3,293,1878 +"7888",1550,7196,3,293,1508 +"7889",1550,8513,3,293,875 +"7890",1550,8993,3,293,2099 +"7891",1550,9503,3,293,2453 +"7892",1550,9513,1,293,872 +"7893",1550,11154,3,293,1594 +"7894",1550,11229,3,293,1625 +"7895",1550,11518,3,293,803 +"7896",1550,12462,2,293,1461 +"7897",1550,12735,2,293,819 +"7898",1550,12779,2,293,936 +"7899",1550,13899,3,293,2650 +"7900",1550,14656,3,293,584 +"7901",1550,14817,3,293,2110 +"7902",1550,15023,3,293,2054 +"7903",1550,16021,2,293,858 +"7904",1550,17399,3,293,884 +"7905",1550,18217,2,293,1566 +"7906",1550,18348,3,293,1711 +"7907",1550,19317,3,293,2041 +"7908",1550,20124,3,293,2376 +"7909",1550,20343,3,293,851 +"7910",1550,20921,2,293,723 +"7911",1550,20984,3,293,2502 +"7912",1550,21684,3,293,1971 +"7913",1550,21872,3,293,2458 +"7914",1550,22403,3,293,1630 +"7915",1550,22462,2,293,869 +"7916",1550,26025,3,293,591 +"7917",1550,28290,3,293,430 +"7918",1550,28588,3,293,1335 +"7919",1550,28784,3,293,1579 +"7920",1550,29100,3,293,843 +"7921",1550,29267,3,293,1234 +"7922",1550,30486,3,293,1269 +"7923",1550,31357,3,293,2389 +"7924",1550,32339,3,293,2430 +"7925",1550,32395,3,293,2735 +"7926",1550,33223,2,293,2397 +"7927",1550,33451,3,293,1957 +"7928",1550,33470,3,293,2003 +"7929",1550,35822,3,293,1903 +"7930",1550,36346,3,293,1240 +"7931",1550,37059,3,293,2840 +"7932",1550,37301,3,293,2160 +"7933",1550,38140,3,293,1866 +"7934",1550,38457,3,293,1630 +"7935",1550,38513,3,293,914 +"7936",1550,40542,2,293,1664 +"7937",1550,40645,3,293,1899 +"7938",1550,44181,3,293,1034 +"7939",1550,44727,3,293,1227 +"7940",1550,44728,2,293,451 +"7941",1550,45959,3,293,1880 +"7942",1550,46040,3,293,2105 +"7943",1550,47372,3,293,788 +"7944",1550,47595,3,293,2374 +"7945",1550,51843,3,293,2389 +"7946",1550,52953,2,293,1741 +"7947",1550,54385,3,293,2340 +"7948",1550,56639,3,293,643 +"7949",1550,56873,3,293,1421 +"7950",1550,57150,3,293,1196 +"7951",1550,59790,3,293,1827 +"7952",1550,65322,3,293,2008 +"7953",1550,69131,3,293,2122 +"7954",1550,73192,1,293,1955 +"7955",1550,76143,3,293,1610 +"7956",1550,76503,3,293,1136 +"7957",1550,78150,3,293,2581 +"7958",1550,79547,3,293,1909 +"7959",1550,80219,3,293,988 +"7960",1550,80615,3,293,2252 +"7961",1550,84317,3,293,2081 +"7962",1550,88739,3,293,933 +"7963",1550,89258,3,293,1147 +"7964",1550,95682,1,293,881 +"7965",1550,96352,3,293,1493 +"7966",1550,104406,3,293,614 +"7967",1550,111658,3,293,351 +"7968",1550,112814,3,293,546 +"7969",1556,2370,3,643,1600 +"7970",1556,6562,3,643,1139 +"7971",1556,9912,2,643,1356 +"7972",1556,11135,2,643,2441 +"7973",1556,11429,3,643,2520 +"7974",1556,13024,3,643,2468 +"7975",1556,15502,3,643,2637 +"7976",1556,19687,2,643,2072 +"7977",1556,20413,3,643,806 +"7978",1556,21976,3,643,1808 +"7979",1556,23639,3,643,2065 +"7980",1556,24116,3,643,1413 +"7981",1556,24441,2,643,2256 +"7982",1556,25270,3,643,985 +"7983",1556,25286,3,643,1545 +"7984",1556,25886,3,643,1580 +"7985",1556,26567,3,643,1158 +"7986",1556,41051,3,643,2767 +"7987",1556,45487,1,643,2256 +"7988",1556,47827,1,643,1957 +"7989",1556,48764,3,643,860 +"7990",1556,51448,3,643,1593 +"7991",1556,78460,3,643,985 +"7992",1556,80061,2,643,1223 +"7993",1556,89955,2,643,1452 +"7994",1556,93317,2,643,1223 +"7995",1556,93670,3,643,1682 +"7996",1556,95211,3,643,2462 +"7997",1556,95661,3,643,872 +"7998",1556,99955,2,643,1223 +"7999",1556,103989,3,643,1207 +"8000",1556,104542,3,643,897 +"8001",1560,680,3,2013,2569 +"8002",1560,3255,3,2013,2504 +"8003",1560,4303,3,2013,2414 +"8004",1560,4313,3,2013,2368 +"8005",1560,4698,3,2013,2481 +"8006",1560,8062,3,2013,2858 +"8007",1560,9050,3,2013,2026 +"8008",1560,10200,1,2013,2920 +"8009",1560,11429,1,2013,2520 +"8010",1560,11477,3,2013,2724 +"8011",1560,12228,3,2013,2034 +"8012",1560,12759,3,2013,2414 +"8013",1560,14110,3,2013,2448 +"8014",1560,14626,2,2013,2175 +"8015",1560,14761,2,2013,2502 +"8016",1560,14972,3,2013,2332 +"8017",1560,15343,3,2013,2125 +"8018",1560,17967,3,2013,2125 +"8019",1560,18371,3,2013,2860 +"8020",1560,19872,3,2013,2913 +"8021",1560,22905,3,2013,2599 +"8022",1560,24086,1,2013,2663 +"8023",1560,25373,3,2013,2783 +"8024",1560,26152,3,2013,2818 +"8025",1560,29319,3,2013,2314 +"8026",1560,30334,2,2013,2075 +"8027",1560,30668,3,2013,2882 +"8028",1560,30705,3,2013,2959 +"8029",1560,33755,3,2013,2963 +"8030",1560,34892,3,2013,2309 +"8031",1560,36953,3,2013,2790 +"8032",1560,37342,1,2013,2649 +"8033",1560,37636,2,2013,2178 +"8034",1560,37868,3,2013,2876 +"8035",1560,38602,3,2013,2693 +"8036",1560,41723,3,2013,2101 +"8037",1560,42883,2,2013,2575 +"8038",1560,49347,3,2013,2504 +"8039",1560,50635,3,2013,2962 +"8040",1560,51783,2,2013,2599 +"8041",1560,54903,3,2013,2493 +"8042",1560,56082,3,2013,2395 +"8043",1560,56737,3,2013,2270 +"8044",1560,57037,3,2013,2293 +"8045",1560,61513,3,2013,2948 +"8046",1560,64412,3,2013,2233 +"8047",1560,65658,3,2013,2030 +"8048",1560,122567,3,2013,2783 +"8049",1567,3954,3,513,839 +"8050",1567,7616,3,513,2296 +"8051",1567,7847,3,513,2424 +"8052",1567,9871,3,513,921 +"8053",1567,10370,1,513,2224 +"8054",1567,11912,2,513,889 +"8055",1567,12122,2,513,1385 +"8056",1567,19093,2,513,2224 +"8057",1567,19893,3,513,1223 +"8058",1567,23280,3,513,536 +"8059",1567,25490,3,513,639 +"8060",1567,27377,2,513,1724 +"8061",1567,27792,3,513,1308 +"8062",1567,36784,3,513,576 +"8063",1567,39627,3,513,546 +"8064",1567,43902,3,513,1726 +"8065",1567,44089,1,513,1632 +"8066",1567,57549,3,513,2335 +"8067",1567,82893,3,513,1275 +"8068",1570,10756,2,2028,2207 +"8069",1570,12598,3,2028,2086 +"8070",1570,14442,2,2028,2700 +"8071",1570,16184,2,2028,2274 +"8072",1570,17768,3,2028,2468 +"8073",1570,25053,2,2028,2186 +"8074",1570,32904,3,2028,2055 +"8075",1570,35844,3,2028,2961 +"8076",1570,36996,3,2028,2321 +"8077",1570,47094,3,2028,2592 +"8078",1570,59289,2,2028,2896 +"8079",1570,67701,3,2028,2289 +"8080",1570,104281,3,2028,2228 +"8081",1574,2927,3,1718,1789 +"8082",1574,16347,3,1718,1868 +"8083",1574,19656,2,1718,2059 +"8084",1574,29454,3,1718,2719 +"8085",1574,30096,1,1718,2082 +"8086",1574,31295,3,1718,2183 +"8087",1574,42382,2,1718,2224 +"8088",1574,46616,3,1718,1917 +"8089",1574,51460,3,1718,1872 +"8090",1574,53584,3,1718,2391 +"8091",1578,6603,3,1612,2185 +"8092",1578,10002,2,1612,1788 +"8093",1578,15821,3,1612,2456 +"8094",1578,17061,3,1612,2385 +"8095",1578,24866,2,1612,2103 +"8096",1578,27399,3,1612,1866 +"8097",1578,36506,3,1612,2638 +"8098",1578,39987,3,1612,2096 +"8099",1578,45461,3,1612,2458 +"8100",1578,47534,2,1612,2712 +"8101",1578,47966,3,1612,2409 +"8102",1578,53530,3,1612,2380 +"8103",1578,76631,3,1612,1697 +"8104",1592,134,3,2006,2062 +"8105",1592,1102,3,2006,2282 +"8106",1592,2011,2,2006,2176 +"8107",1592,2208,2,2006,2814 +"8108",1592,2334,3,2006,2619 +"8109",1592,2684,3,2006,2874 +"8110",1592,3163,3,2006,2020 +"8111",1592,3493,3,2006,2451 +"8112",1592,4687,3,2006,2152 +"8113",1592,4707,3,2006,2588 +"8114",1592,5258,2,2006,2730 +"8115",1592,5839,3,2006,2301 +"8116",1592,6074,3,2006,2426 +"8117",1592,6104,3,2006,2462 +"8118",1592,6252,2,2006,2336 +"8119",1592,6390,2,2006,2385 +"8120",1592,6491,2,2006,2424 +"8121",1592,6627,3,2006,2063 +"8122",1592,6697,3,2006,2438 +"8123",1592,7245,3,2006,2089 +"8124",1592,8762,3,2006,2585 +"8125",1592,9311,3,2006,2477 +"8126",1592,9654,3,2006,2111 +"8127",1592,10222,3,2006,2212 +"8128",1592,11055,3,2006,2111 +"8129",1592,11103,3,2006,2393 +"8130",1592,11351,3,2006,2971 +"8131",1592,14108,2,2006,2012 +"8132",1592,14652,3,2006,2516 +"8133",1592,14731,2,2006,2012 +"8134",1592,15301,3,2006,2308 +"8135",1592,18277,3,2006,2309 +"8136",1592,18415,3,2006,2184 +"8137",1592,18543,3,2006,2968 +"8138",1592,18571,3,2006,2128 +"8139",1592,19605,3,2006,2395 +"8140",1592,20407,2,2006,2339 +"8141",1592,21463,3,2006,2437 +"8142",1592,21571,3,2006,2755 +"8143",1592,21682,2,2006,2414 +"8144",1592,22141,3,2006,2348 +"8145",1592,24198,2,2006,2217 +"8146",1592,24256,3,2006,2393 +"8147",1592,25565,3,2006,2764 +"8148",1592,25816,3,2006,2088 +"8149",1592,25874,3,2006,2088 +"8150",1592,27390,3,2006,2425 +"8151",1592,27628,3,2006,2389 +"8152",1592,29948,2,2006,2795 +"8153",1592,31001,3,2006,2119 +"8154",1592,31235,3,2006,2668 +"8155",1592,32503,3,2006,2020 +"8156",1592,33433,3,2006,2805 +"8157",1592,33622,2,2006,2230 +"8158",1592,34836,3,2006,2302 +"8159",1592,35481,3,2006,2211 +"8160",1592,36087,3,2006,2755 +"8161",1592,36439,2,2006,2469 +"8162",1592,38259,3,2006,2258 +"8163",1592,39105,3,2006,2487 +"8164",1592,39535,3,2006,2428 +"8165",1592,40369,2,2006,2735 +"8166",1592,42619,3,2006,2017 +"8167",1592,43173,2,2006,2895 +"8168",1592,43213,3,2006,2160 +"8169",1592,43226,3,2006,2442 +"8170",1592,44427,3,2006,2875 +"8171",1592,45633,3,2006,2134 +"8172",1592,46951,2,2006,2429 +"8173",1592,47248,3,2006,2883 +"8174",1592,47445,3,2006,2668 +"8175",1592,50179,2,2006,2230 +"8176",1592,55156,3,2006,2196 +"8177",1592,56082,3,2006,2395 +"8178",1592,57544,3,2006,2443 +"8179",1592,58284,3,2006,2292 +"8180",1592,64997,3,2006,2791 +"8181",1592,66241,3,2006,2351 +"8182",1592,68592,3,2006,2551 +"8183",1592,71274,3,2006,2390 +"8184",1592,72207,3,2006,2430 +"8185",1592,72468,3,2006,2292 +"8186",1592,73786,3,2006,2937 +"8187",1592,74636,2,2006,2525 +"8188",1592,78563,3,2006,2385 +"8189",1592,79322,3,2006,2770 +"8190",1592,82949,3,2006,2077 +"8191",1592,88232,1,2006,2881 +"8192",1592,91942,3,2006,2216 +"8193",1592,92322,3,2006,2393 +"8194",1592,100215,3,2006,2436 +"8195",1615,32920,2,2007,2158 +"8196",1615,35797,3,2007,2482 +"8197",1615,43961,3,2007,2443 +"8198",1615,56755,3,2007,2158 +"8199",1616,613,3,2662,2687 +"8200",1616,1151,1,2662,2885 +"8201",1616,2224,3,2662,2751 +"8202",1616,7323,1,2662,2858 +"8203",1616,7794,3,2662,2972 +"8204",1616,9362,3,2662,2879 +"8205",1616,14959,3,2662,2898 +"8206",1616,18151,3,2662,2962 +"8207",1616,19027,3,2662,2721 +"8208",1616,19606,2,2662,2783 +"8209",1616,20700,2,2662,2861 +"8210",1616,24923,3,2662,2785 +"8211",1616,31235,3,2662,2668 +"8212",1616,33433,3,2662,2805 +"8213",1616,33801,3,2662,2899 +"8214",1616,39444,3,2662,2695 +"8215",1616,41945,3,2662,2856 +"8216",1616,43455,3,2662,2846 +"8217",1616,43518,3,2662,2680 +"8218",1616,44235,3,2662,2700 +"8219",1616,44885,3,2662,2670 +"8220",1616,47445,3,2662,2668 +"8221",1616,47947,3,2662,2681 +"8222",1616,53293,3,2662,2916 +"8223",1616,53475,3,2662,2853 +"8224",1616,57977,3,2662,2683 +"8225",1616,60257,3,2662,2795 +"8226",1616,64967,3,2662,2872 +"8227",1616,68083,3,2662,2795 +"8228",1620,3477,3,1303,2546 +"8229",1620,4361,3,1303,2571 +"8230",1620,7337,3,1303,1797 +"8231",1620,8062,3,1303,2858 +"8232",1620,14072,3,1303,1346 +"8233",1620,17381,3,1303,1697 +"8234",1620,21684,3,1303,1971 +"8235",1620,24176,3,1303,1986 +"8236",1620,27391,3,1303,2378 +"8237",1620,30865,3,1303,2038 +"8238",1620,32818,3,1303,2485 +"8239",1620,33341,3,1303,2338 +"8240",1620,38259,3,1303,2258 +"8241",1620,38602,3,1303,2693 +"8242",1620,46532,3,1303,2005 +"8243",1620,47229,3,1303,2359 +"8244",1620,63077,3,1303,2778 +"8245",1620,72728,3,1303,2234 +"8246",1620,75282,2,1303,2675 +"8247",1620,87509,3,1303,1907 +"8248",1620,88212,2,1303,2547 +"8249",1624,827,1,2687,2964 +"8250",1624,4551,3,2687,2720 +"8251",1624,6345,3,2687,2713 +"8252",1624,9724,3,2687,2713 +"8253",1624,17499,3,2687,2954 +"8254",1624,23550,3,2687,2939 +"8255",1624,42390,3,2687,2937 +"8256",1624,47607,2,2687,2724 +"8257",1624,53652,3,2687,2899 +"8258",1624,64628,2,2687,2829 +"8259",1629,323,3,1289,1706 +"8260",1629,1323,3,1289,1659 +"8261",1629,2894,3,1289,1291 +"8262",1629,2936,3,1289,2512 +"8263",1629,3271,3,1289,2216 +"8264",1629,3477,2,1289,2546 +"8265",1629,4303,3,1289,2414 +"8266",1629,4361,3,1289,2571 +"8267",1629,4681,3,1289,2356 +"8268",1629,5839,3,1289,2301 +"8269",1629,6063,3,1289,2349 +"8270",1629,6989,3,1289,2623 +"8271",1629,7337,2,1289,1797 +"8272",1629,8789,3,1289,2024 +"8273",1629,9272,3,1289,2835 +"8274",1629,9723,3,1289,2302 +"8275",1629,10050,3,1289,1792 +"8276",1629,11239,3,1289,2181 +"8277",1629,11639,3,1289,1593 +"8278",1629,16850,3,1289,1657 +"8279",1629,17645,3,1289,1918 +"8280",1629,18102,3,1289,1642 +"8281",1629,18217,3,1289,1566 +"8282",1629,19215,3,1289,2604 +"8283",1629,19364,2,1289,2846 +"8284",1629,19934,3,1289,2888 +"8285",1629,21684,3,1289,1971 +"8286",1629,22580,3,1289,2245 +"8287",1629,22586,3,1289,1341 +"8288",1629,22709,3,1289,2743 +"8289",1629,23131,3,1289,1732 +"8290",1629,28432,3,1289,1954 +"8291",1629,28893,3,1289,2764 +"8292",1629,30669,3,1289,1921 +"8293",1629,31541,3,1289,1500 +"8294",1629,32339,3,1289,2430 +"8295",1629,33223,3,1289,2397 +"8296",1629,33341,3,1289,2338 +"8297",1629,34831,2,1289,1866 +"8298",1629,37752,3,1289,2223 +"8299",1629,39589,3,1289,1292 +"8300",1629,40542,3,1289,1664 +"8301",1629,43204,3,1289,1680 +"8302",1629,43226,3,1289,2442 +"8303",1629,46486,3,1289,1868 +"8304",1629,46532,3,1289,2005 +"8305",1629,47013,3,1289,2388 +"8306",1629,48110,3,1289,2009 +"8307",1629,55472,2,1289,1516 +"8308",1629,57765,3,1289,2893 +"8309",1629,58508,3,1289,2326 +"8310",1629,59243,3,1289,2770 +"8311",1629,60879,3,1289,2792 +"8312",1629,61125,2,1289,1673 +"8313",1629,66205,3,1289,2898 +"8314",1629,69335,3,1289,2698 +"8315",1629,73553,3,1289,2726 +"8316",1629,80301,3,1289,1690 +"8317",1639,701,3,2631,2718 +"8318",1639,2208,3,2631,2814 +"8319",1639,6044,3,2631,2744 +"8320",1639,9893,3,2631,2701 +"8321",1639,11456,3,2631,2715 +"8322",1639,12356,3,2631,2757 +"8323",1639,16332,3,2631,2668 +"8324",1639,16352,3,2631,2657 +"8325",1639,16518,2,2631,2642 +"8326",1639,26749,2,2631,2965 +"8327",1639,32457,3,2631,2690 +"8328",1639,35477,3,2631,2703 +"8329",1639,48605,3,2631,2796 +"8330",1639,50134,3,2631,2674 +"8331",1639,50275,3,2631,2832 +"8332",1639,54929,3,2631,2783 +"8333",1639,61982,3,2631,2725 +"8334",1639,68215,3,2631,2727 +"8335",1639,119208,3,2631,2646 +"8336",1641,160,1,1490,2007 +"8337",1641,1314,3,1490,1522 +"8338",1641,2057,3,1490,1965 +"8339",1641,2684,3,1490,2874 +"8340",1641,2747,3,1490,2411 +"8341",1641,3409,3,1490,2167 +"8342",1641,3456,3,1490,1999 +"8343",1641,5392,3,1490,1648 +"8344",1641,5610,3,1490,2223 +"8345",1641,5710,3,1490,1926 +"8346",1641,5865,3,1490,1910 +"8347",1641,5984,3,1490,1675 +"8348",1641,6063,3,1490,2349 +"8349",1641,6192,3,1490,2409 +"8350",1641,7406,3,1490,1906 +"8351",1641,7616,2,1490,2296 +"8352",1641,8238,2,1490,2222 +"8353",1641,8274,3,1490,1909 +"8354",1641,8726,3,1490,2083 +"8355",1641,9269,3,1490,1892 +"8356",1641,9331,3,1490,2269 +"8357",1641,9423,3,1490,1708 +"8358",1641,9503,3,1490,2453 +"8359",1641,9787,3,1490,2858 +"8360",1641,9895,3,1490,1960 +"8361",1641,11588,3,1490,2352 +"8362",1641,11770,2,1490,1653 +"8363",1641,12081,3,1490,2166 +"8364",1641,12388,3,1490,1975 +"8365",1641,12976,3,1490,2399 +"8366",1641,13249,2,1490,2573 +"8367",1641,13324,3,1490,2163 +"8368",1641,14287,3,1490,1583 +"8369",1641,14622,3,1490,1608 +"8370",1641,14817,3,1490,2110 +"8371",1641,16501,3,1490,1650 +"8372",1641,16539,2,1490,1947 +"8373",1641,16850,3,1490,1657 +"8374",1641,17351,2,1490,2036 +"8375",1641,17632,3,1490,1947 +"8376",1641,18421,3,1490,2457 +"8377",1641,18670,3,1490,1835 +"8378",1641,19208,2,1490,2629 +"8379",1641,19587,3,1490,1684 +"8380",1641,19605,3,1490,2395 +"8381",1641,19937,2,1490,1587 +"8382",1641,20124,3,1490,2376 +"8383",1641,20200,3,1490,2322 +"8384",1641,20220,3,1490,1656 +"8385",1641,20662,3,1490,1523 +"8386",1641,21950,3,1490,1892 +"8387",1641,22292,3,1490,1910 +"8388",1641,22682,3,1490,2035 +"8389",1641,22808,3,1490,2297 +"8390",1641,23131,2,1490,1732 +"8391",1641,23206,3,1490,2805 +"8392",1641,23460,2,1490,2183 +"8393",1641,24069,3,1490,2697 +"8394",1641,24256,2,1490,2393 +"8395",1641,24753,3,1490,2860 +"8396",1641,25030,3,1490,2017 +"8397",1641,25373,3,1490,2783 +"8398",1641,25985,3,1490,2071 +"8399",1641,27390,3,1490,2425 +"8400",1641,27642,3,1490,1531 +"8401",1641,27742,3,1490,2700 +"8402",1641,27796,3,1490,2151 +"8403",1641,28116,3,1490,1643 +"8404",1641,28218,3,1490,2048 +"8405",1641,28837,3,1490,2286 +"8406",1641,28869,3,1490,2425 +"8407",1641,29454,3,1490,2719 +"8408",1641,29512,3,1490,1594 +"8409",1641,29930,3,1490,2240 +"8410",1641,30525,2,1490,1964 +"8411",1641,31335,3,1490,2351 +"8412",1641,31705,3,1490,2706 +"8413",1641,34504,3,1490,2310 +"8414",1641,36559,3,1490,2473 +"8415",1641,36837,1,1490,1556 +"8416",1641,39556,3,1490,2747 +"8417",1641,41518,3,1490,1641 +"8418",1641,41664,3,1490,2641 +"8419",1641,41694,3,1490,2358 +"8420",1641,41764,3,1490,2409 +"8421",1641,41900,3,1490,1970 +"8422",1641,41945,3,1490,2856 +"8423",1641,42129,3,1490,2318 +"8424",1641,42515,3,1490,2752 +"8425",1641,44688,3,1490,2924 +"8426",1641,45729,3,1490,2606 +"8427",1641,46042,3,1490,1692 +"8428",1641,47564,2,1490,2650 +"8429",1641,49334,3,1490,2433 +"8430",1641,50001,3,1490,1518 +"8431",1641,50480,3,1490,2701 +"8432",1641,52597,2,1490,1773 +"8433",1641,54313,3,1490,1645 +"8434",1641,55076,3,1490,2408 +"8435",1641,55482,3,1490,1866 +"8436",1641,55643,3,1490,2359 +"8437",1641,58501,3,1490,2613 +"8438",1641,61125,3,1490,1673 +"8439",1641,63477,1,1490,1907 +"8440",1641,63573,3,1490,1973 +"8441",1641,64857,3,1490,1792 +"8442",1641,67748,2,1490,1498 +"8443",1641,70583,3,1490,2615 +"8444",1641,77052,3,1490,2770 +"8445",1641,77611,2,1490,1795 +"8446",1641,78563,3,1490,2385 +"8447",1641,81349,2,1490,1958 +"8448",1641,85356,3,1490,1492 +"8449",1641,91942,3,1490,2216 +"8450",1641,96553,3,1490,1887 +"8451",1641,107435,3,1490,1635 +"8452",1676,42,1,1198,2265 +"8453",1676,803,1,1198,1666 +"8454",1676,1090,1,1198,2370 +"8455",1676,1321,1,1198,2075 +"8456",1676,2166,2,1198,2557 +"8457",1676,3088,2,1198,1670 +"8458",1676,3352,2,1198,1707 +"8459",1676,5504,3,1198,2389 +"8460",1676,5849,2,1198,2404 +"8461",1676,7078,2,1198,2344 +"8462",1676,10874,3,1198,1891 +"8463",1676,11602,3,1198,1493 +"8464",1676,12462,3,1198,1461 +"8465",1676,12867,3,1198,2773 +"8466",1676,13945,3,1198,1324 +"8467",1676,14189,3,1198,1483 +"8468",1676,14972,3,1198,2332 +"8469",1676,15184,3,1198,2396 +"8470",1676,16497,1,1198,2370 +"8471",1676,18151,3,1198,2962 +"8472",1676,19528,1,1198,2742 +"8473",1676,20783,2,1198,2414 +"8474",1676,23508,3,1198,1907 +"8475",1676,24255,3,1198,2770 +"8476",1676,24756,3,1198,2530 +"8477",1676,26608,1,1198,2329 +"8478",1676,30386,3,1198,1833 +"8479",1676,33572,2,1198,2370 +"8480",1676,34327,3,1198,2959 +"8481",1676,35256,3,1198,2271 +"8482",1676,35542,3,1198,1439 +"8483",1676,37934,3,1198,1595 +"8484",1676,38667,3,1198,2880 +"8485",1676,39444,3,1198,2695 +"8486",1676,42619,3,1198,2017 +"8487",1676,42925,3,1198,1358 +"8488",1676,44427,3,1198,2875 +"8489",1676,44684,3,1198,1220 +"8490",1676,48414,3,1198,1749 +"8491",1676,49965,2,1198,2301 +"8492",1676,53637,3,1198,2113 +"8493",1676,53789,1,1198,2681 +"8494",1676,53851,3,1198,2305 +"8495",1676,55155,3,1198,2333 +"8496",1676,55556,3,1198,2075 +"8497",1676,55828,3,1198,2393 +"8498",1676,71478,3,1198,1721 +"8499",1676,77993,2,1198,1497 +"8500",1676,84498,3,1198,1292 +"8501",1676,85058,3,1198,1311 +"8502",1676,86799,2,1198,1951 +"8503",1676,94125,2,1198,2280 +"8504",1676,109415,3,1198,1328 +"8505",1685,1785,3,2230,2350 +"8506",1685,3477,3,2230,2546 +"8507",1685,6063,3,2230,2349 +"8508",1685,6621,3,2230,2478 +"8509",1685,11506,3,2230,2824 +"8510",1685,19366,3,2230,2279 +"8511",1685,32079,3,2230,2315 +"8512",1685,33223,3,2230,2397 +"8513",1685,34162,3,2230,2336 +"8514",1685,45664,3,2230,2235 +"8515",1685,75207,3,2230,2235 +"8516",1685,85638,3,2230,2275 +"8517",1690,23488,2,873,1523 +"8518",1690,73582,2,873,2075 +"8519",1690,103491,3,873,1523 +"8520",1691,145,3,1941,1998 +"8521",1691,206,3,1941,1986 +"8522",1691,312,3,1941,2038 +"8523",1691,380,3,1941,2261 +"8524",1691,489,3,1941,2652 +"8525",1691,913,3,1941,2144 +"8526",1691,1090,3,1941,2370 +"8527",1691,1092,3,1941,1945 +"8528",1691,1102,2,1941,2282 +"8529",1691,1592,1,1941,2006 +"8530",1691,2011,2,1941,2176 +"8531",1691,2208,3,1941,2814 +"8532",1691,2424,3,1941,2582 +"8533",1691,2533,3,1941,2016 +"8534",1691,2572,3,1941,2273 +"8535",1691,2684,2,1941,2874 +"8536",1691,3305,3,1941,2839 +"8537",1691,3493,3,1941,2451 +"8538",1691,3628,3,1941,2707 +"8539",1691,3801,3,1941,1974 +"8540",1691,4687,3,1941,2152 +"8541",1691,4932,3,1941,2752 +"8542",1691,5258,3,1941,2730 +"8543",1691,5429,3,1941,1991 +"8544",1691,5839,3,1941,2301 +"8545",1691,6052,3,1941,1985 +"8546",1691,6074,2,1941,2426 +"8547",1691,6104,3,1941,2462 +"8548",1691,6252,2,1941,2336 +"8549",1691,6390,1,1941,2385 +"8550",1691,6428,2,1941,1952 +"8551",1691,6491,3,1941,2424 +"8552",1691,6627,3,1941,2063 +"8553",1691,6914,3,1941,2668 +"8554",1691,7672,3,1941,1974 +"8555",1691,7847,3,1941,2424 +"8556",1691,8657,3,1941,2473 +"8557",1691,8726,3,1941,2083 +"8558",1691,8762,2,1941,2585 +"8559",1691,9311,3,1941,2477 +"8560",1691,9654,3,1941,2111 +"8561",1691,10222,2,1941,2212 +"8562",1691,10513,3,1941,2284 +"8563",1691,10799,3,1941,2010 +"8564",1691,11055,2,1941,2111 +"8565",1691,11103,3,1941,2393 +"8566",1691,11351,3,1941,2971 +"8567",1691,11620,3,1941,2010 +"8568",1691,12374,3,1941,2260 +"8569",1691,12713,3,1941,2440 +"8570",1691,12976,3,1941,2399 +"8571",1691,14108,2,1941,2012 +"8572",1691,14652,3,1941,2516 +"8573",1691,14676,3,1941,2764 +"8574",1691,14731,2,1941,2012 +"8575",1691,14972,3,1941,2332 +"8576",1691,15301,3,1941,2308 +"8577",1691,16535,3,1941,1993 +"8578",1691,17400,3,1941,2231 +"8579",1691,17410,3,1941,2073 +"8580",1691,18277,3,1941,2309 +"8581",1691,18543,2,1941,2968 +"8582",1691,19027,3,1941,2721 +"8583",1691,19248,3,1941,2357 +"8584",1691,19719,3,1941,2177 +"8585",1691,20311,3,1941,1981 +"8586",1691,20407,1,1941,2339 +"8587",1691,20643,3,1941,2341 +"8588",1691,21463,3,1941,2437 +"8589",1691,21571,3,1941,2755 +"8590",1691,21682,2,1941,2414 +"8591",1691,21693,3,1941,2176 +"8592",1691,21929,3,1941,2062 +"8593",1691,22326,3,1941,2818 +"8594",1691,23132,3,1941,2756 +"8595",1691,23395,3,1941,1948 +"8596",1691,24198,3,1941,2217 +"8597",1691,24256,3,1941,2393 +"8598",1691,24753,3,1941,2860 +"8599",1691,25565,2,1941,2764 +"8600",1691,25577,3,1941,1946 +"8601",1691,25816,3,1941,2088 +"8602",1691,25874,3,1941,2088 +"8603",1691,26106,3,1941,2015 +"8604",1691,27390,3,1941,2425 +"8605",1691,27501,3,1941,1981 +"8606",1691,27694,3,1941,2030 +"8607",1691,28592,3,1941,2320 +"8608",1691,29224,3,1941,2011 +"8609",1691,29948,3,1941,2795 +"8610",1691,30410,3,1941,1966 +"8611",1691,31001,3,1941,2119 +"8612",1691,31093,3,1941,2160 +"8613",1691,31235,2,1941,2668 +"8614",1691,32503,2,1941,2020 +"8615",1691,33433,3,1941,2805 +"8616",1691,33572,3,1941,2370 +"8617",1691,33622,1,1941,2230 +"8618",1691,33981,3,1941,1993 +"8619",1691,35428,3,1941,2263 +"8620",1691,35481,2,1941,2211 +"8621",1691,36439,1,1941,2469 +"8622",1691,38259,3,1941,2258 +"8623",1691,38667,3,1941,2880 +"8624",1691,39105,3,1941,2487 +"8625",1691,39556,3,1941,2747 +"8626",1691,40368,3,1941,2876 +"8627",1691,40369,3,1941,2735 +"8628",1691,40493,3,1941,1981 +"8629",1691,40954,3,1941,2603 +"8630",1691,42216,3,1941,2722 +"8631",1691,42619,3,1941,2017 +"8632",1691,43173,3,1941,2895 +"8633",1691,43213,3,1941,2160 +"8634",1691,43226,3,1941,2442 +"8635",1691,44420,3,1941,2184 +"8636",1691,44427,2,1941,2875 +"8637",1691,45302,3,1941,2390 +"8638",1691,45742,3,1941,2566 +"8639",1691,46951,3,1941,2429 +"8640",1691,47064,3,1941,1993 +"8641",1691,47248,3,1941,2883 +"8642",1691,47445,3,1941,2668 +"8643",1691,47772,3,1941,2293 +"8644",1691,48754,3,1941,1972 +"8645",1691,50179,2,1941,2230 +"8646",1691,51017,3,1941,2073 +"8647",1691,51035,3,1941,2397 +"8648",1691,51853,3,1941,2520 +"8649",1691,51866,3,1941,2411 +"8650",1691,52323,3,1941,2148 +"8651",1691,52576,3,1941,2234 +"8652",1691,53562,3,1941,2687 +"8653",1691,55156,2,1941,2196 +"8654",1691,56082,3,1941,2395 +"8655",1691,56317,3,1941,2030 +"8656",1691,56910,3,1941,2705 +"8657",1691,57544,3,1941,2443 +"8658",1691,57732,3,1941,2454 +"8659",1691,58284,2,1941,2292 +"8660",1691,58508,3,1941,2326 +"8661",1691,60116,3,1941,2668 +"8662",1691,61585,3,1941,2315 +"8663",1691,62219,3,1941,2494 +"8664",1691,64997,3,1941,2791 +"8665",1691,66413,3,1941,2507 +"8666",1691,66992,3,1941,2882 +"8667",1691,68810,3,1941,2409 +"8668",1691,71274,3,1941,2390 +"8669",1691,72207,3,1941,2430 +"8670",1691,74636,1,1941,2525 +"8671",1691,78563,2,1941,2385 +"8672",1691,79322,3,1941,2770 +"8673",1691,82949,2,1941,2077 +"8674",1691,88232,1,1941,2881 +"8675",1691,92322,3,1941,2393 +"8676",1691,92491,3,1941,1968 +"8677",1691,100215,3,1941,2436 +"8678",1691,105685,3,1941,2469 +"8679",1692,2093,1,2443,2459 +"8680",1692,3770,3,2443,2623 +"8681",1692,11067,3,2443,2734 +"8682",1692,15821,3,2443,2456 +"8683",1692,23325,3,2443,2779 +"8684",1692,31131,3,2443,2810 +"8685",1692,33949,3,2443,2489 +"8686",1692,34180,3,2443,2617 +"8687",1692,36120,2,2443,2971 +"8688",1692,36506,3,2443,2638 +"8689",1692,45030,3,2443,2776 +"8690",1692,47534,3,2443,2712 +"8691",1692,49147,3,2443,2539 +"8692",1692,49606,3,2443,2800 +"8693",1692,59005,2,2443,2817 +"8694",1700,21,3,613,1385 +"8695",1700,140,3,613,2267 +"8696",1700,364,3,613,2351 +"8697",1700,841,3,613,2964 +"8698",1700,2540,2,613,1398 +"8699",1700,2936,3,613,2512 +"8700",1700,3493,3,613,2451 +"8701",1700,3978,3,613,2775 +"8702",1700,4303,3,613,2414 +"8703",1700,4916,3,613,1970 +"8704",1700,4932,3,613,2752 +"8705",1700,4983,2,613,1909 +"8706",1700,6989,3,613,2623 +"8707",1700,7861,3,613,1647 +"8708",1700,7942,3,613,2623 +"8709",1700,9332,2,613,2734 +"8710",1700,9703,2,613,1845 +"8711",1700,9785,3,613,2951 +"8712",1700,9787,3,613,2858 +"8713",1700,10457,2,613,1711 +"8714",1700,10980,3,613,1974 +"8715",1700,11639,3,613,1593 +"8716",1700,11648,2,613,2852 +"8717",1700,12361,2,613,2732 +"8718",1700,13296,2,613,839 +"8719",1700,15443,3,613,1631 +"8720",1700,16881,3,613,925 +"8721",1700,17645,3,613,1918 +"8722",1700,18005,2,613,2449 +"8723",1700,18421,3,613,2457 +"8724",1700,19334,3,613,1979 +"8725",1700,19655,2,613,2706 +"8726",1700,20124,3,613,2376 +"8727",1700,20176,3,613,1050 +"8728",1700,20688,3,613,891 +"8729",1700,21207,2,613,1258 +"8730",1700,21281,3,613,1922 +"8731",1700,21383,3,613,971 +"8732",1700,21487,3,613,2203 +"8733",1700,21593,3,613,1312 +"8734",1700,22166,3,613,994 +"8735",1700,23131,3,613,1732 +"8736",1700,23154,3,613,2345 +"8737",1700,23966,3,613,891 +"8738",1700,27390,3,613,2425 +"8739",1700,27742,3,613,2700 +"8740",1700,28446,3,613,917 +"8741",1700,28869,3,613,2425 +"8742",1700,29267,3,613,1234 +"8743",1700,29473,2,613,2602 +"8744",1700,29818,2,613,1677 +"8745",1700,30334,3,613,2075 +"8746",1700,30618,3,613,1609 +"8747",1700,30974,3,613,947 +"8748",1700,31216,3,613,1244 +"8749",1700,31335,3,613,2351 +"8750",1700,32339,3,613,2430 +"8751",1700,32939,3,613,2277 +"8752",1700,34094,3,613,1360 +"8753",1700,34908,3,613,2796 +"8754",1700,36912,3,613,2469 +"8755",1700,37351,1,613,978 +"8756",1700,37636,3,613,2178 +"8757",1700,38087,3,613,1083 +"8758",1700,39256,3,613,2449 +"8759",1700,40028,3,613,1349 +"8760",1700,40283,3,613,1657 +"8761",1700,40392,3,613,1878 +"8762",1700,40747,3,613,958 +"8763",1700,40954,3,613,2603 +"8764",1700,41187,3,613,2340 +"8765",1700,41581,2,613,1692 +"8766",1700,44497,3,613,2401 +"8767",1700,45729,3,613,2606 +"8768",1700,45992,3,613,1182 +"8769",1700,46486,3,613,1868 +"8770",1700,46726,3,613,943 +"8771",1700,47595,3,613,2374 +"8772",1700,47810,3,613,957 +"8773",1700,47968,3,613,2829 +"8774",1700,48015,3,613,1355 +"8775",1700,49450,3,613,1328 +"8776",1700,49712,3,613,1937 +"8777",1700,50335,2,613,1893 +"8778",1700,50509,3,613,2050 +"8779",1700,50581,3,613,1258 +"8780",1700,50585,3,613,2414 +"8781",1700,50903,3,613,931 +"8782",1700,50996,3,613,929 +"8783",1700,51144,3,613,2466 +"8784",1700,51200,3,613,2245 +"8785",1700,51783,3,613,2599 +"8786",1700,52815,3,613,2323 +"8787",1700,52993,3,613,1256 +"8788",1700,53687,3,613,2422 +"8789",1700,55482,3,613,1866 +"8790",1700,56082,3,613,2395 +"8791",1700,56995,3,613,2323 +"8792",1700,57067,3,613,2547 +"8793",1700,57804,3,613,2214 +"8794",1700,58745,3,613,1920 +"8795",1700,62668,3,613,958 +"8796",1700,63077,3,613,2778 +"8797",1700,64210,2,613,956 +"8798",1700,64947,3,613,2489 +"8799",1700,66121,3,613,1281 +"8800",1700,67252,2,613,1215 +"8801",1700,69037,3,613,849 +"8802",1700,70748,2,613,978 +"8803",1700,71219,1,613,967 +"8804",1700,71531,2,613,2887 +"8805",1700,72083,3,613,1122 +"8806",1700,72632,3,613,1289 +"8807",1700,73582,3,613,2075 +"8808",1700,76286,2,613,1642 +"8809",1700,85198,2,613,1794 +"8810",1700,93332,3,613,982 +"8811",1700,103890,3,613,958 +"8812",1700,107383,3,613,1918 +"8813",1702,1519,2,1984,2349 +"8814",1702,2852,3,1984,2448 +"8815",1702,2936,3,1984,2512 +"8816",1702,3271,3,1984,2216 +"8817",1702,3306,3,1984,1989 +"8818",1702,3477,3,1984,2546 +"8819",1702,4303,3,1984,2414 +"8820",1702,5119,3,1984,2220 +"8821",1702,6449,2,1984,1997 +"8822",1702,7450,2,1984,2827 +"8823",1702,8726,3,1984,2083 +"8824",1702,9035,3,1984,2771 +"8825",1702,9175,3,1984,2639 +"8826",1702,9272,3,1984,2835 +"8827",1702,12518,2,1984,2747 +"8828",1702,12818,3,1984,2015 +"8829",1702,13566,3,1984,2056 +"8830",1702,16866,3,1984,2718 +"8831",1702,17037,2,1984,2947 +"8832",1702,18421,3,1984,2457 +"8833",1702,18865,3,1984,2676 +"8834",1702,20941,3,1984,2725 +"8835",1702,23756,2,1984,2309 +"8836",1702,26734,3,1984,2299 +"8837",1702,27030,3,1984,2031 +"8838",1702,27686,3,1984,2844 +"8839",1702,29977,2,1984,2781 +"8840",1702,30368,3,1984,2487 +"8841",1702,30870,2,1984,2370 +"8842",1702,31335,3,1984,2351 +"8843",1702,32339,3,1984,2430 +"8844",1702,35133,3,1984,2219 +"8845",1702,36278,3,1984,2952 +"8846",1702,38691,3,1984,2585 +"8847",1702,42813,3,1984,2142 +"8848",1702,43226,3,1984,2442 +"8849",1702,43673,2,1984,2787 +"8850",1702,45239,3,1984,2535 +"8851",1702,47013,3,1984,2388 +"8852",1702,48110,3,1984,2009 +"8853",1702,51687,3,1984,2333 +"8854",1702,54775,3,1984,2383 +"8855",1702,56893,3,1984,2597 +"8856",1702,58508,3,1984,2326 +"8857",1702,62626,2,1984,2787 +"8858",1702,63395,3,1984,2334 +"8859",1702,68215,3,1984,2727 +"8860",1702,68885,3,1984,2151 +"8861",1702,69335,3,1984,2698 +"8862",1702,82932,3,1984,2245 +"8863",1708,827,2,1591,2964 +"8864",1708,843,3,1591,2332 +"8865",1708,1574,3,1591,1718 +"8866",1708,1624,1,1591,2687 +"8867",1708,2282,3,1591,2056 +"8868",1708,2647,2,1591,2450 +"8869",1708,2927,2,1591,1789 +"8870",1708,3271,3,1591,2216 +"8871",1708,4551,3,1591,2720 +"8872",1708,5303,3,1591,1849 +"8873",1708,5937,3,1591,2392 +"8874",1708,6040,2,1591,2103 +"8875",1708,6345,3,1591,2713 +"8876",1708,6480,3,1591,1678 +"8877",1708,6747,3,1591,2913 +"8878",1708,6999,3,1591,2214 +"8879",1708,7253,3,1591,2686 +"8880",1708,7254,2,1591,1849 +"8881",1708,9269,3,1591,1892 +"8882",1708,9272,3,1591,2835 +"8883",1708,9895,3,1591,1960 +"8884",1708,9910,3,1591,2526 +"8885",1708,9948,3,1591,2019 +"8886",1708,10701,3,1591,2000 +"8887",1708,12084,3,1591,1960 +"8888",1708,14772,2,1591,2386 +"8889",1708,16910,2,1591,1978 +"8890",1708,17499,3,1591,2954 +"8891",1708,19476,3,1591,1708 +"8892",1708,19509,3,1591,2000 +"8893",1708,20011,3,1591,2826 +"8894",1708,20469,3,1591,2125 +"8895",1708,20695,3,1591,2526 +"8896",1708,21358,3,1591,1970 +"8897",1708,25530,3,1591,2884 +"8898",1708,26597,3,1591,2070 +"8899",1708,28268,3,1591,2258 +"8900",1708,28782,3,1591,2272 +"8901",1708,30096,3,1591,2082 +"8902",1708,31295,3,1591,2183 +"8903",1708,31357,3,1591,2389 +"8904",1708,34953,3,1591,1817 +"8905",1708,36840,3,1591,2269 +"8906",1708,38697,3,1591,2701 +"8907",1708,41521,3,1591,2069 +"8908",1708,42382,1,1591,2224 +"8909",1708,42390,3,1591,2937 +"8910",1708,43226,3,1591,2442 +"8911",1708,46616,1,1591,1917 +"8912",1708,47607,1,1591,2724 +"8913",1708,48110,3,1591,2009 +"8914",1708,50468,3,1591,1659 +"8915",1708,53584,1,1591,2391 +"8916",1708,53652,3,1591,2899 +"8917",1708,54385,3,1591,2340 +"8918",1708,56364,2,1591,1626 +"8919",1708,56396,3,1591,2408 +"8920",1708,56413,3,1591,2747 +"8921",1708,58508,3,1591,2326 +"8922",1708,58945,3,1591,2481 +"8923",1708,60966,3,1591,2734 +"8924",1708,64628,3,1591,2829 +"8925",1708,69335,3,1591,2698 +"8926",1708,73266,3,1591,2496 +"8927",1708,75194,3,1591,1736 +"8928",1708,77719,3,1591,2086 +"8929",1708,80301,3,1591,1690 +"8930",1708,80970,3,1591,2069 +"8931",1708,83334,3,1591,1708 +"8932",1708,84235,3,1591,1639 +"8933",1708,84591,2,1591,1685 +"8934",1708,84808,3,1591,1974 +"8935",1708,85525,3,1591,1718 +"8936",1708,95060,3,1591,1974 +"8937",1728,237,2,284,1982 +"8938",1728,448,3,284,2693 +"8939",1728,1520,3,284,1716 +"8940",1728,2440,3,284,836 +"8941",1728,2523,3,284,1691 +"8942",1728,2576,3,284,1307 +"8943",1728,4191,3,284,2130 +"8944",1728,4361,3,284,2571 +"8945",1728,4430,3,284,2019 +"8946",1728,4567,3,284,2348 +"8947",1728,4669,3,284,2395 +"8948",1728,5363,3,284,1791 +"8949",1728,5599,2,284,1684 +"8950",1728,6119,3,284,2358 +"8951",1728,6821,3,284,1788 +"8952",1728,7780,3,284,1920 +"8953",1728,8777,3,284,1620 +"8954",1728,9060,3,284,1612 +"8955",1728,10215,3,284,2006 +"8956",1728,12208,3,284,447 +"8957",1728,12475,3,284,588 +"8958",1728,12728,3,284,2374 +"8959",1728,13842,2,284,2250 +"8960",1728,14520,2,284,634 +"8961",1728,14589,3,284,1184 +"8962",1728,15118,3,284,1311 +"8963",1728,16021,3,284,858 +"8964",1728,16286,3,284,2470 +"8965",1728,16715,3,284,1218 +"8966",1728,17252,3,284,1258 +"8967",1728,17355,3,284,1469 +"8968",1728,17457,3,284,589 +"8969",1728,17645,2,284,1918 +"8970",1728,18415,3,284,2184 +"8971",1728,20319,3,284,468 +"8972",1728,24568,3,284,1937 +"8973",1728,25378,3,284,1245 +"8974",1728,26322,3,284,1018 +"8975",1728,26336,2,284,1904 +"8976",1728,26957,3,284,987 +"8977",1728,27686,3,284,2844 +"8978",1728,28869,3,284,2425 +"8979",1728,30631,3,284,951 +"8980",1728,30697,3,284,2891 +"8981",1728,30891,3,284,1256 +"8982",1728,30967,3,284,818 +"8983",1728,31408,3,284,994 +"8984",1728,31868,3,284,1993 +"8985",1728,33537,2,284,2406 +"8986",1728,34875,3,284,1544 +"8987",1728,35728,3,284,2017 +"8988",1728,36183,3,284,2117 +"8989",1728,38087,3,284,1083 +"8990",1728,38259,3,284,2258 +"8991",1728,44135,3,284,2620 +"8992",1728,44744,3,284,2032 +"8993",1728,45869,3,284,2840 +"8994",1728,46726,2,284,943 +"8995",1728,48698,3,284,1474 +"8996",1728,50996,3,284,929 +"8997",1728,53727,3,284,2442 +"8998",1728,55880,3,284,626 +"8999",1728,57082,3,284,1418 +"9000",1728,58238,3,284,1944 +"9001",1728,58421,3,284,910 +"9002",1728,58759,3,284,942 +"9003",1728,58829,3,284,1256 +"9004",1728,61240,3,284,2651 +"9005",1728,62268,3,284,413 +"9006",1728,62668,2,284,958 +"9007",1728,63409,3,284,1937 +"9008",1728,64967,3,284,2872 +"9009",1728,66693,2,284,2554 +"9010",1728,67942,3,284,973 +"9011",1728,70455,3,284,1307 +"9012",1728,74959,3,284,1131 +"9013",1728,81077,3,284,498 +"9014",1728,82738,3,284,591 +"9015",1728,83523,3,284,1461 +"9016",1728,88102,3,284,1244 +"9017",1728,95416,3,284,982 +"9018",1728,107052,3,284,2158 +"9019",1728,111375,3,284,2686 +"9020",1728,119501,3,284,390 +"9021",1728,119921,3,284,1113 +"9022",1756,364,3,2231,2351 +"9023",1756,41187,3,2231,2340 +"9024",1756,57402,1,2231,2454 +"9025",1767,3980,2,2727,2771 +"9026",1767,108379,3,2727,2933 +"9027",1769,24,3,877,1295 +"9028",1769,600,3,877,1702 +"9029",1769,997,2,877,2788 +"9030",1769,1102,3,877,2282 +"9031",1769,1875,1,877,1786 +"9032",1769,2572,3,877,2273 +"9033",1769,2754,3,877,1360 +"9034",1769,4360,3,877,1770 +"9035",1769,4671,2,877,2280 +"9036",1769,5226,3,877,1309 +"9037",1769,5515,3,877,2385 +"9038",1769,7406,3,877,1906 +"9039",1769,7858,2,877,1795 +"9040",1769,9440,3,877,1006 +"9041",1769,9695,3,877,2143 +"9042",1769,10576,3,877,974 +"9043",1769,11229,3,877,1625 +"9044",1769,12564,3,877,2799 +"9045",1769,12724,3,877,1930 +"9046",1769,15122,2,877,1201 +"9047",1769,18361,3,877,2968 +"9048",1769,19096,3,877,1538 +"9049",1769,20162,3,877,2328 +"9050",1769,22705,2,877,1016 +"9051",1769,23918,3,877,1881 +"9052",1769,28640,3,877,1475 +"9053",1769,33850,3,877,931 +"9054",1769,35514,3,877,2346 +"9055",1769,37108,3,877,1202 +"9056",1769,37301,3,877,2160 +"9057",1769,40028,3,877,1349 +"9058",1769,41739,3,877,1339 +"9059",1769,42129,3,877,2318 +"9060",1769,42216,3,877,2722 +"9061",1769,44521,3,877,1593 +"9062",1769,45302,3,877,2390 +"9063",1769,48571,2,877,2717 +"9064",1769,49185,2,877,1544 +"9065",1769,50236,3,877,2339 +"9066",1769,51017,3,877,2073 +"9067",1769,51035,3,877,2397 +"9068",1769,53219,3,877,2973 +"9069",1769,53604,3,877,2489 +"9070",1769,56082,3,877,2395 +"9071",1769,56232,3,877,1175 +"9072",1769,63515,3,877,2023 +"9073",1769,64997,3,877,2791 +"9074",1769,80014,3,877,1562 +"9075",1777,145,3,1965,1998 +"9076",1777,313,2,1965,2271 +"9077",1777,362,3,1965,2537 +"9078",1777,377,1,1965,2389 +"9079",1777,380,3,1965,2261 +"9080",1777,489,3,1965,2652 +"9081",1777,543,1,1965,2203 +"9082",1777,613,2,1965,2687 +"9083",1777,913,3,1965,2144 +"9084",1777,1151,1,1965,2885 +"9085",1777,1495,2,1965,2046 +"9086",1777,1616,2,1965,2662 +"9087",1777,2036,1,1965,2483 +"9088",1777,2224,2,1965,2751 +"9089",1777,2484,2,1965,2389 +"9090",1777,3161,2,1965,2229 +"9091",1777,3164,3,1965,2693 +"9092",1777,3488,3,1965,2351 +"9093",1777,3853,3,1965,2465 +"9094",1777,4057,1,1965,2389 +"9095",1777,4701,3,1965,2401 +"9096",1777,5078,1,1965,2033 +"9097",1777,5457,1,1965,2077 +"9098",1777,5462,1,1965,2374 +"9099",1777,5491,3,1965,2048 +"9100",1777,5504,1,1965,2389 +"9101",1777,6363,3,1965,2066 +"9102",1777,6491,3,1965,2424 +"9103",1777,7323,1,1965,2858 +"9104",1777,8533,3,1965,2251 +"9105",1777,8604,3,1965,2799 +"9106",1777,8760,2,1965,2477 +"9107",1777,8821,3,1965,2230 +"9108",1777,9311,3,1965,2477 +"9109",1777,9332,3,1965,2734 +"9110",1777,9362,2,1965,2879 +"9111",1777,10799,3,1965,2010 +"9112",1777,12374,3,1965,2260 +"9113",1777,12713,2,1965,2440 +"9114",1777,12929,3,1965,2656 +"9115",1777,14655,3,1965,2559 +"9116",1777,14767,3,1965,2068 +"9117",1777,15184,3,1965,2396 +"9118",1777,15299,3,1965,2213 +"9119",1777,15636,3,1965,2857 +"9120",1777,16587,3,1965,2065 +"9121",1777,17410,2,1965,2073 +"9122",1777,17520,3,1965,2276 +"9123",1777,18151,2,1965,2962 +"9124",1777,18554,3,1965,2065 +"9125",1777,19027,3,1965,2721 +"9126",1777,19248,3,1965,2357 +"9127",1777,19606,1,1965,2783 +"9128",1777,20067,3,1965,2390 +"9129",1777,20292,3,1965,2755 +"9130",1777,20311,3,1965,1981 +"9131",1777,20563,3,1965,2267 +"9132",1777,20659,2,1965,1969 +"9133",1777,20700,2,1965,2861 +"9134",1777,21795,3,1965,2653 +"9135",1777,24923,3,1965,2785 +"9136",1777,25198,2,1965,1982 +"9137",1777,26067,3,1965,2069 +"9138",1777,26106,3,1965,2015 +"9139",1777,26249,3,1965,2301 +"9140",1777,26451,3,1965,2133 +"9141",1777,26516,3,1965,2479 +"9142",1777,26608,3,1965,2329 +"9143",1777,27478,2,1965,2485 +"9144",1777,29073,3,1965,2328 +"9145",1777,31235,3,1965,2668 +"9146",1777,31799,2,1965,2547 +"9147",1777,32516,3,1965,2050 +"9148",1777,32606,3,1965,2100 +"9149",1777,34836,3,1965,2302 +"9150",1777,35256,1,1965,2271 +"9151",1777,36087,3,1965,2755 +"9152",1777,36559,3,1965,2473 +"9153",1777,36701,3,1965,2381 +"9154",1777,37418,3,1965,2710 +"9155",1777,37570,1,1965,2389 +"9156",1777,38727,3,1965,2238 +"9157",1777,38755,3,1965,2902 +"9158",1777,39444,3,1965,2695 +"9159",1777,39548,2,1965,2389 +"9160",1777,43518,3,1965,2680 +"9161",1777,44235,3,1965,2700 +"9162",1777,44768,3,1965,2516 +"9163",1777,46040,3,1965,2105 +"9164",1777,47445,3,1965,2668 +"9165",1777,47803,3,1965,2477 +"9166",1777,47947,3,1965,2681 +"9167",1777,49965,3,1965,2301 +"9168",1777,50252,3,1965,2001 +"9169",1777,50269,3,1965,1966 +"9170",1777,50685,3,1965,2008 +"9171",1777,51041,3,1965,2606 +"9172",1777,52576,3,1965,2234 +"9173",1777,53031,2,1965,2065 +"9174",1777,53851,3,1965,2305 +"9175",1777,55156,3,1965,2196 +"9176",1777,55556,2,1965,2075 +"9177",1777,55828,3,1965,2393 +"9178",1777,56854,3,1965,2022 +"9179",1777,57360,3,1965,2429 +"9180",1777,57977,2,1965,2683 +"9181",1777,58218,3,1965,2627 +"9182",1777,59700,3,1965,2346 +"9183",1777,60257,3,1965,2795 +"9184",1777,64967,3,1965,2872 +"9185",1777,65029,3,1965,2954 +"9186",1777,68098,3,1965,2378 +"9187",1777,68810,3,1965,2409 +"9188",1777,70046,3,1965,2624 +"9189",1777,70203,3,1965,2756 +"9190",1777,72334,3,1965,2820 +"9191",1777,78563,3,1965,2385 +"9192",1777,85430,1,1965,2370 +"9193",1777,91570,2,1965,2229 +"9194",1777,93615,3,1965,2386 +"9195",1780,237,3,1375,1982 +"9196",1780,2747,3,1375,2411 +"9197",1780,4916,2,1375,1970 +"9198",1780,7337,3,1375,1797 +"9199",1780,7997,3,1375,2049 +"9200",1780,8062,3,1375,2858 +"9201",1780,8791,3,1375,1789 +"9202",1780,9703,3,1375,1845 +"9203",1780,10129,2,1375,2124 +"9204",1780,11588,3,1375,2352 +"9205",1780,13065,2,1375,1561 +"9206",1780,13920,3,1375,1709 +"9207",1780,15592,3,1375,1618 +"9208",1780,15826,3,1375,2772 +"9209",1780,16690,3,1375,2132 +"9210",1780,17973,3,1375,2837 +"9211",1780,18124,2,1375,1642 +"9212",1780,24176,3,1375,1986 +"9213",1780,29116,3,1375,2128 +"9214",1780,29495,3,1375,1612 +"9215",1780,40954,3,1375,2603 +"9216",1780,42331,3,1375,1585 +"9217",1780,47013,3,1375,2388 +"9218",1780,58745,3,1375,1920 +"9219",1780,63077,2,1375,2778 +"9220",1780,76342,3,1375,1429 +"9221",1780,80506,3,1375,1920 +"9222",1780,96425,2,1375,2007 +"9223",1785,4698,3,2350,2481 +"9224",1785,6234,3,2350,2654 +"9225",1785,10119,3,2350,2374 +"9226",1785,15150,3,2350,2801 +"9227",1785,19190,2,2350,2677 +"9228",1785,20011,3,2350,2826 +"9229",1785,25330,3,2350,2370 +"9230",1785,32576,3,2350,2881 +"9231",1785,69961,3,2350,2483 +"9232",1785,70011,3,2350,2690 +"9233",1787,1785,3,1707,2350 +"9234",1787,5937,3,1707,2392 +"9235",1787,6800,3,1707,2053 +"9236",1787,14861,1,1707,2269 +"9237",1787,15150,3,1707,2801 +"9238",1787,15558,3,1707,2389 +"9239",1787,16477,2,1707,2069 +"9240",1787,23728,3,1707,2601 +"9241",1787,24949,3,1707,2120 +"9242",1787,30194,3,1707,2874 +"9243",1787,31259,3,1707,2082 +"9244",1787,31794,3,1707,1919 +"9245",1787,34576,2,1707,1727 +"9246",1787,38241,3,1707,1931 +"9247",1787,39439,3,1707,2462 +"9248",1787,41521,3,1707,2069 +"9249",1787,42136,3,1707,2551 +"9250",1787,49415,3,1707,2654 +"9251",1787,50899,3,1707,2125 +"9252",1787,52950,3,1707,2716 +"9253",1787,52953,3,1707,1741 +"9254",1787,53648,3,1707,2167 +"9255",1787,56413,3,1707,2747 +"9256",1787,67836,3,1707,2195 +"9257",1787,73629,3,1707,1713 +"9258",1787,76505,3,1707,2123 +"9259",1826,24,3,924,1295 +"9260",1826,675,3,924,1686 +"9261",1826,1136,3,924,2536 +"9262",1826,2143,3,924,1174 +"9263",1826,4790,3,924,1025 +"9264",1826,4791,3,924,1184 +"9265",1826,8529,2,924,1205 +"9266",1826,8910,1,924,1054 +"9267",1826,9364,3,924,1698 +"9268",1826,15122,3,924,1201 +"9269",1826,15799,3,924,1917 +"9270",1826,16332,3,924,2668 +"9271",1826,16940,3,924,1290 +"9272",1826,19096,2,924,1538 +"9273",1826,20975,2,924,1305 +"9274",1826,21198,3,924,935 +"9275",1826,23450,3,924,967 +"9276",1826,23729,3,924,1624 +"9277",1826,24755,3,924,1319 +"9278",1826,26322,3,924,1018 +"9279",1826,26749,3,924,2965 +"9280",1826,28015,2,924,1624 +"9281",1826,30405,3,924,2164 +"9282",1826,34836,3,924,2302 +"9283",1826,38019,3,924,1870 +"9284",1826,38780,3,924,2705 +"9285",1826,47772,3,924,2293 +"9286",1826,49512,3,924,1302 +"9287",1826,51017,3,924,2073 +"9288",1826,51035,3,924,2397 +"9289",1826,53322,2,924,1200 +"9290",1826,53323,1,924,2677 +"9291",1826,53608,2,924,1986 +"9292",1826,56317,3,924,2030 +"9293",1826,57353,3,924,1849 +"9294",1826,58854,3,924,1131 +"9295",1826,64997,3,924,2791 +"9296",1826,65007,3,924,2530 +"9297",1826,71342,3,924,1289 +"9298",1826,72468,3,924,2292 +"9299",1826,72956,3,924,1251 +"9300",1826,73786,3,924,2937 +"9301",1826,75948,3,924,1006 +"9302",1826,76284,3,924,1237 +"9303",1826,77305,2,924,965 +"9304",1826,81588,2,924,1568 +"9305",1826,82787,3,924,1144 +"9306",1826,88126,2,924,1027 +"9307",1826,89097,2,924,935 +"9308",1826,101295,3,924,2165 +"9309",1826,115622,3,924,1895 +"9310",1831,362,2,2397,2537 +"9311",1831,2036,3,2397,2483 +"9312",1831,9175,3,2397,2639 +"9313",1831,9362,2,2397,2879 +"9314",1831,15563,3,2397,2719 +"9315",1831,21719,2,2397,2708 +"9316",1831,22714,3,2397,2793 +"9317",1831,35187,3,2397,2488 +"9318",1831,38227,3,2397,2511 +"9319",1846,1702,2,1845,1984 +"9320",1846,2936,1,1845,2512 +"9321",1846,3493,2,1845,2451 +"9322",1846,3978,3,1845,2775 +"9323",1846,4303,3,1845,2414 +"9324",1846,4612,3,1845,2804 +"9325",1846,5235,3,1845,2324 +"9326",1846,5683,3,1845,2468 +"9327",1846,6989,3,1845,2623 +"9328",1846,9241,3,1845,2338 +"9329",1846,9723,2,1845,2302 +"9330",1846,11239,3,1845,2181 +"9331",1846,12078,3,1845,2381 +"9332",1846,12361,3,1845,2732 +"9333",1846,13566,3,1845,2056 +"9334",1846,13879,3,1845,2748 +"9335",1846,16365,3,1845,2217 +"9336",1846,19215,3,1845,2604 +"9337",1846,19655,3,1845,2706 +"9338",1846,20941,3,1845,2725 +"9339",1846,22244,3,1845,2139 +"9340",1846,22580,3,1845,2245 +"9341",1846,22709,3,1845,2743 +"9342",1846,23154,3,1845,2345 +"9343",1846,23471,3,1845,2488 +"9344",1846,23756,3,1845,2309 +"9345",1846,29319,3,1845,2314 +"9346",1846,30034,3,1845,2357 +"9347",1846,30870,3,1845,2370 +"9348",1846,31335,3,1845,2351 +"9349",1846,31866,2,1845,2101 +"9350",1846,34216,3,1845,2832 +"9351",1846,46486,3,1845,1868 +"9352",1846,46532,3,1845,2005 +"9353",1846,50335,3,1845,1893 +"9354",1846,50585,3,1845,2414 +"9355",1846,51144,3,1845,2466 +"9356",1846,62626,3,1845,2787 +"9357",1846,70583,3,1845,2615 +"9358",1846,73582,3,1845,2075 +"9359",1853,23098,3,1465,2300 +"9360",1853,30697,2,1465,2891 +"9361",1853,45650,3,1465,1528 +"9362",1875,270,3,1786,2542 +"9363",1875,380,3,1786,2261 +"9364",1875,915,3,1786,1793 +"9365",1875,997,1,1786,2788 +"9366",1875,1046,3,1786,1881 +"9367",1875,1102,2,1786,2282 +"9368",1875,1324,3,1786,2147 +"9369",1875,2111,3,1786,1904 +"9370",1875,2424,3,1786,2582 +"9371",1875,2572,2,1786,2273 +"9372",1875,3495,3,1786,2431 +"9373",1875,3801,3,1786,1974 +"9374",1875,4671,1,1786,2280 +"9375",1875,5235,3,1786,2324 +"9376",1875,5515,2,1786,2385 +"9377",1875,5669,3,1786,2502 +"9378",1875,5725,3,1786,2789 +"9379",1875,5865,3,1786,1910 +"9380",1875,5971,3,1786,1985 +"9381",1875,6052,3,1786,1985 +"9382",1875,6074,3,1786,2426 +"9383",1875,6208,3,1786,2361 +"9384",1875,6588,3,1786,2025 +"9385",1875,7029,3,1786,2204 +"9386",1875,7406,2,1786,1906 +"9387",1875,7616,3,1786,2296 +"9388",1875,7858,1,1786,1795 +"9389",1875,8681,3,1786,2716 +"9390",1875,8821,3,1786,2230 +"9391",1875,9695,2,1786,2143 +"9392",1875,10513,3,1786,2284 +"9393",1875,10964,3,1786,2043 +"9394",1875,11067,3,1786,2734 +"9395",1875,11103,3,1786,2393 +"9396",1875,12724,2,1786,1930 +"9397",1875,13249,3,1786,2573 +"9398",1875,13307,3,1786,2206 +"9399",1875,13324,3,1786,2163 +"9400",1875,13780,3,1786,2412 +"9401",1875,14834,3,1786,2739 +"9402",1875,15207,3,1786,1855 +"9403",1875,16352,3,1786,2657 +"9404",1875,16539,3,1786,1947 +"9405",1875,16954,3,1786,2972 +"9406",1875,18344,3,1786,2204 +"9407",1875,18394,3,1786,2356 +"9408",1875,19248,3,1786,2357 +"9409",1875,20162,2,1786,2328 +"9410",1875,21012,3,1786,2325 +"9411",1875,21138,3,1786,2849 +"9412",1875,21406,3,1786,2714 +"9413",1875,21682,3,1786,2414 +"9414",1875,21754,3,1786,1881 +"9415",1875,21929,3,1786,2062 +"9416",1875,22197,3,1786,2271 +"9417",1875,22808,3,1786,2297 +"9418",1875,23460,3,1786,2183 +"9419",1875,23526,3,1786,1998 +"9420",1875,23715,3,1786,1859 +"9421",1875,23918,3,1786,1881 +"9422",1875,24060,3,1786,2349 +"9423",1875,25508,3,1786,2081 +"9424",1875,26867,3,1786,1804 +"9425",1875,27195,3,1786,2158 +"9426",1875,28285,3,1786,2972 +"9427",1875,28635,3,1786,2368 +"9428",1875,30052,3,1786,2855 +"9429",1875,30405,3,1786,2164 +"9430",1875,30747,3,1786,2455 +"9431",1875,30827,3,1786,2323 +"9432",1875,31799,3,1786,2547 +"9433",1875,32198,3,1786,2117 +"9434",1875,33430,3,1786,2225 +"9435",1875,33475,3,1786,2367 +"9436",1875,33991,3,1786,2249 +"9437",1875,35187,3,1786,2488 +"9438",1875,35514,2,1786,2346 +"9439",1875,35738,3,1786,2448 +"9440",1875,36714,3,1786,2209 +"9441",1875,37301,2,1786,2160 +"9442",1875,38885,3,1786,2720 +"9443",1875,38973,3,1786,1999 +"9444",1875,39278,3,1786,1952 +"9445",1875,40493,3,1786,1981 +"9446",1875,41936,3,1786,2258 +"9447",1875,42129,2,1786,2318 +"9448",1875,42216,2,1786,2722 +"9449",1875,45302,2,1786,2390 +"9450",1875,46091,3,1786,1938 +"9451",1875,47248,3,1786,2883 +"9452",1875,48384,3,1786,2057 +"9453",1875,48571,1,1786,2717 +"9454",1875,50134,3,1786,2674 +"9455",1875,50236,3,1786,2339 +"9456",1875,50667,3,1786,2719 +"9457",1875,51017,2,1786,2073 +"9458",1875,51035,2,1786,2397 +"9459",1875,51866,3,1786,2411 +"9460",1875,53219,2,1786,2973 +"9461",1875,53323,3,1786,2677 +"9462",1875,53604,3,1786,2489 +"9463",1875,56082,3,1786,2395 +"9464",1875,62832,3,1786,2606 +"9465",1875,62840,3,1786,2502 +"9466",1875,63515,3,1786,2023 +"9467",1875,64061,3,1786,2381 +"9468",1875,64945,3,1786,2279 +"9469",1875,64997,3,1786,2791 +"9470",1875,66983,3,1786,2397 +"9471",1875,66992,3,1786,2882 +"9472",1875,72207,3,1786,2430 +"9473",1875,72334,3,1786,2820 +"9474",1875,75607,3,1786,2245 +"9475",1875,80825,3,1786,2315 +"9476",1875,99351,3,1786,2939 +"9477",1888,206,3,114,1986 +"9478",1888,937,3,114,408 +"9479",1888,1036,2,114,1367 +"9480",1888,1092,3,114,1945 +"9481",1888,1364,3,114,859 +"9482",1888,1397,3,114,1225 +"9483",1888,1691,3,114,1941 +"9484",1888,2077,3,114,610 +"9485",1888,2208,2,114,2814 +"9486",1888,2269,3,114,984 +"9487",1888,2300,3,114,565 +"9488",1888,3753,2,114,1255 +"9489",1888,4317,3,114,1224 +"9490",1888,5429,3,114,1991 +"9491",1888,6914,1,114,2668 +"9492",1888,7013,3,114,2040 +"9493",1888,9893,3,114,2701 +"9494",1888,10222,2,114,2212 +"9495",1888,10744,3,114,955 +"9496",1888,11055,3,114,2111 +"9497",1888,11060,3,114,2155 +"9498",1888,13837,3,114,1604 +"9499",1888,14108,3,114,2012 +"9500",1888,14983,2,114,1047 +"9501",1888,15716,3,114,1991 +"9502",1888,15808,3,114,1521 +"9503",1888,20067,3,114,2390 +"9504",1888,20874,3,114,1580 +"9505",1888,21225,3,114,1945 +"9506",1888,21706,2,114,1988 +"9507",1888,22543,3,114,1594 +"9508",1888,22586,3,114,1341 +"9509",1888,24198,3,114,2217 +"9510",1888,25129,3,114,2647 +"9511",1888,25565,3,114,2764 +"9512",1888,26573,3,114,1715 +"9513",1888,29115,2,114,1047 +"9514",1888,29512,3,114,1594 +"9515",1888,29923,3,114,626 +"9516",1888,33801,3,114,2899 +"9517",1888,34314,3,114,630 +"9518",1888,34509,3,114,1973 +"9519",1888,34907,3,114,1945 +"9520",1888,35481,1,114,2211 +"9521",1888,38694,3,114,817 +"9522",1888,39081,3,114,1597 +"9523",1888,40368,2,114,2876 +"9524",1888,42574,3,114,2842 +"9525",1888,44135,3,114,2620 +"9526",1888,46512,3,114,1292 +"9527",1888,47064,3,114,1993 +"9528",1888,50001,3,114,1518 +"9529",1888,50607,3,114,1333 +"9530",1888,50784,3,114,2733 +"9531",1888,53196,3,114,1888 +"9532",1888,53475,3,114,2853 +"9533",1888,54250,2,114,2340 +"9534",1888,54695,3,114,2429 +"9535",1888,55076,3,114,2408 +"9536",1888,58427,3,114,2234 +"9537",1888,61785,3,114,822 +"9538",1888,64857,3,114,1792 +"9539",1888,65475,3,114,1267 +"9540",1888,66318,3,114,2803 +"9541",1888,66726,3,114,2068 +"9542",1888,69250,2,114,1439 +"9543",1888,70605,2,114,1176 +"9544",1888,71560,1,114,280 +"9545",1888,71808,1,114,2349 +"9546",1888,76607,3,114,747 +"9547",1888,86308,3,114,147 +"9548",1888,87837,3,114,1987 +"9549",1888,92122,2,114,436 +"9550",1888,94850,3,114,408 +"9551",1888,105685,2,114,2469 +"9552",1888,115186,3,114,243 +"9553",1888,123349,3,114,901 +"9554",1897,671,3,1727,2328 +"9555",1897,2334,3,1727,2619 +"9556",1897,2418,3,1727,2020 +"9557",1897,2759,3,1727,2030 +"9558",1897,3242,2,1727,1730 +"9559",1897,3317,3,1727,2037 +"9560",1897,4618,3,1727,2607 +"9561",1897,4730,3,1727,2131 +"9562",1897,5504,3,1727,2389 +"9563",1897,6627,3,1727,2063 +"9564",1897,7245,3,1727,2089 +"9565",1897,7269,3,1727,1728 +"9566",1897,7433,3,1727,2255 +"9567",1897,10404,3,1727,2062 +"9568",1897,10638,3,1727,2692 +"9569",1897,10859,3,1727,2231 +"9570",1897,10890,3,1727,2639 +"9571",1897,11506,3,1727,2824 +"9572",1897,15539,3,1727,1929 +"9573",1897,18571,1,1727,2128 +"9574",1897,18943,3,1727,2861 +"9575",1897,20563,2,1727,2267 +"9576",1897,21463,2,1727,2437 +"9577",1897,21693,3,1727,2176 +"9578",1897,22326,3,1727,2818 +"9579",1897,22362,3,1727,1836 +"9580",1897,25305,3,1727,2447 +"9581",1897,25341,3,1727,1858 +"9582",1897,26436,3,1727,2489 +"9583",1897,26516,3,1727,2479 +"9584",1897,27753,3,1727,2750 +"9585",1897,27783,1,1727,2302 +"9586",1897,28892,3,1727,2023 +"9587",1897,29311,3,1727,1849 +"9588",1897,31164,2,1727,1996 +"9589",1897,32449,3,1727,2091 +"9590",1897,34492,3,1727,1798 +"9591",1897,36136,2,1727,2338 +"9592",1897,37418,3,1727,2710 +"9593",1897,38449,3,1727,1802 +"9594",1897,38755,3,1727,2902 +"9595",1897,39105,2,1727,2487 +"9596",1897,46951,2,1727,2429 +"9597",1897,54740,3,1727,2750 +"9598",1897,57977,3,1727,2683 +"9599",1897,59039,3,1727,2870 +"9600",1897,64793,3,1727,2819 +"9601",1897,68592,2,1727,2551 +"9602",1897,69335,3,1727,2698 +"9603",1897,74095,3,1727,2333 +"9604",1897,76132,2,1727,2426 +"9605",1897,76675,2,1727,1840 +"9606",1897,111034,3,1727,2131 +"9607",1938,313,3,997,2271 +"9608",1938,377,3,997,2389 +"9609",1938,499,3,997,1931 +"9610",1938,543,2,997,2203 +"9611",1938,1151,1,997,2885 +"9612",1938,1495,3,997,2046 +"9613",1938,1616,2,997,2662 +"9614",1938,1777,2,997,1965 +"9615",1938,2036,3,997,2483 +"9616",1938,2484,2,997,2389 +"9617",1938,3161,3,997,2229 +"9618",1938,3830,3,997,1661 +"9619",1938,3878,3,997,1890 +"9620",1938,4057,3,997,2389 +"9621",1938,5078,3,997,2033 +"9622",1938,5457,3,997,2077 +"9623",1938,5462,3,997,2374 +"9624",1938,5504,3,997,2389 +"9625",1938,6040,3,997,2103 +"9626",1938,7323,2,997,2858 +"9627",1938,8760,3,997,2477 +"9628",1938,9269,3,997,1892 +"9629",1938,10343,3,997,1072 +"9630",1938,17520,3,997,2276 +"9631",1938,19606,2,997,2783 +"9632",1938,20665,2,997,1311 +"9633",1938,20700,3,997,2861 +"9634",1938,22006,3,997,1202 +"9635",1938,22749,3,997,1727 +"9636",1938,35256,3,997,2271 +"9637",1938,37570,3,997,2389 +"9638",1938,38727,3,997,2238 +"9639",1938,38921,3,997,1880 +"9640",1938,39548,3,997,2389 +"9641",1938,41747,3,997,1722 +"9642",1938,42264,3,997,1702 +"9643",1938,44744,3,997,2032 +"9644",1938,46680,3,997,1690 +"9645",1938,50252,3,997,2001 +"9646",1938,57129,3,997,1858 +"9647",1938,59700,3,997,2346 +"9648",1938,78611,3,997,1586 +"9649",1938,85430,3,997,2370 +"9650",1938,89958,3,997,1186 +"9651",1951,14463,3,386,1256 +"9652",1951,20847,2,386,491 +"9653",1951,68831,3,386,1446 +"9654",1951,81269,3,386,1570 +"9655",1951,86978,3,386,2733 +"9656",1951,87430,3,386,1038 +"9657",1951,87471,3,386,712 +"9658",1951,91348,3,386,901 +"9659",1951,94138,2,386,1939 +"9660",1968,843,3,631,2332 +"9661",1968,1897,2,631,1727 +"9662",1968,2093,3,631,2459 +"9663",1968,2221,3,631,2092 +"9664",1968,2288,2,631,1870 +"9665",1968,2349,2,631,1288 +"9666",1968,2759,3,631,2030 +"9667",1968,3271,2,631,2216 +"9668",1968,3317,2,631,2037 +"9669",1968,4226,3,631,1903 +"9670",1968,4730,3,631,2131 +"9671",1968,4763,3,631,1960 +"9672",1968,5055,3,631,1796 +"9673",1968,6133,3,631,1229 +"9674",1968,6603,3,631,2185 +"9675",1968,6627,3,631,2063 +"9676",1968,6824,2,631,2680 +"9677",1968,7269,3,631,1728 +"9678",1968,7310,3,631,636 +"9679",1968,7337,3,631,1797 +"9680",1968,7433,3,631,2255 +"9681",1968,7443,3,631,2028 +"9682",1968,7604,3,631,1366 +"9683",1968,8607,3,631,1685 +"9684",1968,8984,3,631,1162 +"9685",1968,9272,2,631,2835 +"9686",1968,9861,3,631,2680 +"9687",1968,10495,3,631,2230 +"9688",1968,10638,1,631,2692 +"9689",1968,10874,3,631,1891 +"9690",1968,10914,2,631,1660 +"9691",1968,10964,3,631,2043 +"9692",1968,11019,3,631,1299 +"9693",1968,11067,3,631,2734 +"9694",1968,11381,1,631,1638 +"9695",1968,11506,1,631,2824 +"9696",1968,12374,3,631,2260 +"9697",1968,13394,3,631,1667 +"9698",1968,14654,3,631,1692 +"9699",1968,14888,3,631,1411 +"9700",1968,15184,3,631,2396 +"9701",1968,16437,3,631,1956 +"9702",1968,16594,2,631,1755 +"9703",1968,16777,1,631,834 +"9704",1968,17146,2,631,1252 +"9705",1968,18571,2,631,2128 +"9706",1968,18943,2,631,2861 +"9707",1968,19027,3,631,2721 +"9708",1968,19075,3,631,2214 +"9709",1968,20007,2,631,2971 +"9710",1968,20432,3,631,1727 +"9711",1968,20700,3,631,2861 +"9712",1968,21133,3,631,1320 +"9713",1968,21180,3,631,2762 +"9714",1968,21198,3,631,935 +"9715",1968,21463,3,631,2437 +"9716",1968,21741,3,631,1574 +"9717",1968,22297,3,631,1904 +"9718",1968,23430,3,631,904 +"9719",1968,23513,2,631,900 +"9720",1968,24085,3,631,1253 +"9721",1968,26451,3,631,2133 +"9722",1968,26713,2,631,1235 +"9723",1968,27008,2,631,911 +"9724",1968,27783,3,631,2302 +"9725",1968,28432,3,631,1954 +"9726",1968,28582,3,631,2698 +"9727",1968,29578,3,631,1957 +"9728",1968,31164,2,631,1996 +"9729",1968,31338,3,631,917 +"9730",1968,31799,3,631,2547 +"9731",1968,32449,2,631,2091 +"9732",1968,32811,2,631,804 +"9733",1968,34136,3,631,2202 +"9734",1968,34162,3,631,2336 +"9735",1968,36136,2,631,2338 +"9736",1968,36563,3,631,647 +"9737",1968,37752,3,631,2223 +"9738",1968,38219,3,631,1689 +"9739",1968,39105,3,631,2487 +"9740",1968,39439,3,631,2462 +"9741",1968,39444,3,631,2695 +"9742",1968,41439,3,631,709 +"9743",1968,41978,2,631,2824 +"9744",1968,42914,3,631,1737 +"9745",1968,43173,3,631,2895 +"9746",1968,43226,2,631,2442 +"9747",1968,44636,2,631,1026 +"9748",1968,45480,3,631,1104 +"9749",1968,45730,3,631,2063 +"9750",1968,45874,3,631,944 +"9751",1968,46951,2,631,2429 +"9752",1968,47384,3,631,1639 +"9753",1968,47571,3,631,1667 +"9754",1968,47583,3,631,817 +"9755",1968,48110,2,631,2009 +"9756",1968,48260,3,631,875 +"9757",1968,49551,3,631,879 +"9758",1968,50238,2,631,663 +"9759",1968,53013,2,631,2523 +"9760",1968,53445,3,631,2028 +"9761",1968,53697,3,631,1909 +"9762",1968,54676,3,631,1342 +"9763",1968,55604,2,631,2342 +"9764",1968,56275,3,631,2152 +"9765",1968,56338,2,631,1818 +"9766",1968,57804,3,631,2214 +"9767",1968,57990,3,631,978 +"9768",1968,58133,3,631,1484 +"9769",1968,58508,2,631,2326 +"9770",1968,59039,2,631,2870 +"9771",1968,60689,3,631,859 +"9772",1968,60979,3,631,1758 +"9773",1968,62488,3,631,1418 +"9774",1968,65316,3,631,1020 +"9775",1968,66911,2,631,1920 +"9776",1968,67838,3,631,765 +"9777",1968,68592,2,631,2551 +"9778",1968,69335,1,631,2698 +"9779",1968,73021,2,631,789 +"9780",1968,75955,3,631,866 +"9781",1968,76132,3,631,2426 +"9782",1968,76511,3,631,1250 +"9783",1968,76675,3,631,1840 +"9784",1968,77397,3,631,1302 +"9785",1968,77580,3,631,888 +"9786",1968,78256,3,631,804 +"9787",1968,80301,2,631,1690 +"9788",1968,80801,3,631,1250 +"9789",1968,82039,3,631,1327 +"9790",1968,82226,3,631,1619 +"9791",1968,85778,2,631,1040 +"9792",1968,87270,3,631,913 +"9793",1968,88209,3,631,663 +"9794",1968,93208,2,631,1324 +"9795",1968,94926,2,631,1611 +"9796",1968,97013,3,631,1797 +"9797",1968,99332,3,631,873 +"9798",1968,104306,2,631,1665 +"9799",1968,108379,3,631,2933 +"9800",1968,115155,3,631,1942 +"9801",1985,1592,3,888,2006 +"9802",1985,1691,3,888,1941 +"9803",1985,2208,3,888,2814 +"9804",1985,3628,3,888,2707 +"9805",1985,4317,3,888,1224 +"9806",1985,5258,3,888,2730 +"9807",1985,6390,3,888,2385 +"9808",1985,7672,3,888,1974 +"9809",1985,12199,3,888,1651 +"9810",1985,14108,3,888,2012 +"9811",1985,18543,3,888,2968 +"9812",1985,20407,3,888,2339 +"9813",1985,24198,3,888,2217 +"9814",1985,28808,3,888,1063 +"9815",1985,29948,3,888,2795 +"9816",1985,35045,3,888,1646 +"9817",1985,36439,3,888,2469 +"9818",1985,43173,3,888,2895 +"9819",1985,44427,3,888,2875 +"9820",1985,45742,3,888,2566 +"9821",1985,46621,2,888,1343 +"9822",1985,50737,3,888,959 +"9823",1985,52327,2,888,1472 +"9824",1985,53624,3,888,952 +"9825",1985,71274,3,888,2390 +"9826",1985,76127,3,888,910 +"9827",1985,88232,3,888,2881 +"9828",1985,100215,3,888,2436 +"9829",2011,5258,3,2176,2730 +"9830",2011,6252,3,2176,2336 +"9831",2011,6390,3,2176,2385 +"9832",2011,8657,3,2176,2473 +"9833",2011,18543,2,2176,2968 +"9834",2011,20407,2,2176,2339 +"9835",2011,21682,3,2176,2414 +"9836",2011,24256,3,2176,2393 +"9837",2011,25565,3,2176,2764 +"9838",2011,33622,3,2176,2230 +"9839",2011,35464,3,2176,2502 +"9840",2011,36439,3,2176,2469 +"9841",2011,38259,3,2176,2258 +"9842",2011,43226,3,2176,2442 +"9843",2011,44427,3,2176,2875 +"9844",2011,47248,3,2176,2883 +"9845",2011,50179,3,2176,2230 +"9846",2011,58284,3,2176,2292 +"9847",2011,74636,3,2176,2525 +"9848",2011,88232,3,2176,2881 +"9849",2011,100215,3,2176,2436 +"9850",2014,55,3,973,2524 +"9851",2014,1393,2,973,1706 +"9852",2014,3506,2,973,2364 +"9853",2014,4403,3,973,2416 +"9854",2014,5813,3,973,2088 +"9855",2014,6040,3,973,2103 +"9856",2014,6621,3,973,2478 +"9857",2014,7123,2,973,1964 +"9858",2014,9088,3,973,1881 +"9859",2014,9269,2,973,1892 +"9860",2014,9895,3,973,1960 +"9861",2014,10610,2,973,1427 +"9862",2014,15244,3,973,1600 +"9863",2014,16347,3,973,1868 +"9864",2014,16866,3,973,2718 +"9865",2014,17645,3,973,1918 +"9866",2014,17925,2,973,2385 +"9867",2014,20695,3,973,2526 +"9868",2014,21872,3,973,2458 +"9869",2014,22389,3,973,2034 +"9870",2014,26740,3,973,2695 +"9871",2014,31990,3,973,2264 +"9872",2014,32629,3,973,1789 +"9873",2014,32724,2,973,2581 +"9874",2014,32939,3,973,2277 +"9875",2014,34331,3,973,1727 +"9876",2014,37765,3,973,1134 +"9877",2014,37801,3,973,2578 +"9878",2014,41075,2,973,1176 +"9879",2014,44312,3,973,2741 +"9880",2014,44744,2,973,2032 +"9881",2014,45449,2,973,1610 +"9882",2014,45450,3,973,1590 +"9883",2014,48931,2,973,2444 +"9884",2014,53445,3,973,2028 +"9885",2014,54953,3,973,2223 +"9886",2014,56364,3,973,1626 +"9887",2014,57804,3,973,2214 +"9888",2014,64712,3,973,1411 +"9889",2014,66017,3,973,1545 +"9890",2014,68884,3,973,1011 +"9891",2014,78611,3,973,1586 +"9892",2014,79639,3,973,1013 +"9893",2014,80801,3,973,1250 +"9894",2014,84591,3,973,1685 +"9895",2014,87915,3,973,1152 +"9896",2014,92084,3,973,1134 +"9897",2014,92469,2,973,1232 +"9898",2014,96197,3,973,1670 +"9899",2014,96387,1,973,2159 +"9900",2014,97706,3,973,1121 +"9901",2014,100084,3,973,1964 +"9902",2014,101666,3,973,1257 +"9903",2014,102581,2,973,1813 +"9904",2028,7292,3,1978,1988 +"9905",2028,15636,2,1978,2857 +"9906",2028,15930,2,1978,2541 +"9907",2028,23787,2,1978,2810 +"9908",2028,29095,2,1978,2531 +"9909",2028,39556,3,1978,2747 +"9910",2028,59539,3,1978,2429 +"9911",2036,362,2,2483,2537 +"9912",2036,613,3,2483,2687 +"9913",2036,701,3,2483,2718 +"9914",2036,1151,2,2483,2885 +"9915",2036,1616,1,2483,2662 +"9916",2036,2224,3,2483,2751 +"9917",2036,5120,3,2483,2735 +"9918",2036,7323,2,2483,2858 +"9919",2036,7794,3,2483,2972 +"9920",2036,9184,3,2483,2670 +"9921",2036,9362,3,2483,2879 +"9922",2036,13249,3,2483,2573 +"9923",2036,14507,3,2483,2686 +"9924",2036,18151,3,2483,2962 +"9925",2036,19027,3,2483,2721 +"9926",2036,19606,1,2483,2783 +"9927",2036,20700,3,2483,2861 +"9928",2036,20984,3,2483,2502 +"9929",2036,24825,3,2483,2686 +"9930",2036,27478,2,2483,2485 +"9931",2036,29473,3,2483,2602 +"9932",2036,31799,2,2483,2547 +"9933",2036,37418,3,2483,2710 +"9934",2036,38755,3,2483,2902 +"9935",2036,39444,3,2483,2695 +"9936",2036,44768,3,2483,2516 +"9937",2036,48605,3,2483,2796 +"9938",2036,50785,3,2483,2877 +"9939",2036,51041,2,2483,2606 +"9940",2036,51853,3,2483,2520 +"9941",2036,53219,3,2483,2973 +"9942",2036,57977,3,2483,2683 +"9943",2036,61982,3,2483,2725 +"9944",2036,62841,3,2483,2710 +"9945",2036,64997,3,2483,2791 +"9946",2036,65029,3,2483,2954 +"9947",2036,72334,3,2483,2820 +"9948",2057,160,3,1965,2007 +"9949",2057,680,3,1965,2569 +"9950",2057,2936,3,1965,2512 +"9951",2057,3453,3,1965,2126 +"9952",2057,5235,2,1965,2324 +"9953",2057,5462,3,1965,2374 +"9954",2057,6047,3,1965,2004 +"9955",2057,6697,3,1965,2438 +"9956",2057,7597,3,1965,2037 +"9957",2057,7896,2,1965,2447 +"9958",2057,8610,3,1965,2240 +"9959",2057,8865,3,1965,2394 +"9960",2057,9723,2,1965,2302 +"9961",2057,11136,2,1965,2573 +"9962",2057,11239,3,1965,2181 +"9963",2057,11588,2,1965,2352 +"9964",2057,11648,3,1965,2852 +"9965",2057,12759,3,1965,2414 +"9966",2057,12778,3,1965,2045 +"9967",2057,14749,3,1965,1998 +"9968",2057,18394,3,1965,2356 +"9969",2057,18965,3,1965,2315 +"9970",2057,19215,3,1965,2604 +"9971",2057,19380,3,1965,2637 +"9972",2057,19433,3,1965,2504 +"9973",2057,20124,3,1965,2376 +"9974",2057,22580,3,1965,2245 +"9975",2057,22709,3,1965,2743 +"9976",2057,24069,3,1965,2697 +"9977",2057,25373,3,1965,2783 +"9978",2057,26734,3,1965,2299 +"9979",2057,27390,3,1965,2425 +"9980",2057,27908,3,1965,2576 +"9981",2057,29473,3,1965,2602 +"9982",2057,30870,3,1965,2370 +"9983",2057,32202,3,1965,2314 +"9984",2057,32606,2,1965,2100 +"9985",2057,32778,2,1965,2310 +"9986",2057,33341,3,1965,2338 +"9987",2057,35715,3,1965,2912 +"9988",2057,37636,3,1965,2178 +"9989",2057,39062,3,1965,2020 +"9990",2057,39443,3,1965,2277 +"9991",2057,40138,2,1965,2719 +"9992",2057,40879,3,1965,2019 +"9993",2057,40910,3,1965,2469 +"9994",2057,41023,3,1965,2408 +"9995",2057,41694,3,1965,2358 +"9996",2057,41723,3,1965,2101 +"9997",2057,41969,3,1965,2189 +"9998",2057,45729,3,1965,2606 +"9999",2057,47529,2,1965,2914 +"10000",2057,47965,3,1965,2232 +"10001",2057,51250,3,1965,2683 +"10002",2057,51758,3,1965,2310 +"10003",2057,59683,3,1965,2068 +"10004",2057,60879,3,1965,2792 +"10005",2057,61240,3,1965,2651 +"10006",2057,62746,3,1965,2119 +"10007",2057,63837,3,1965,2807 +"10008",2057,65856,2,1965,2504 +"10009",2057,69232,2,1965,2130 +"10010",2057,70070,3,1965,2425 +"10011",2057,71652,2,1965,2638 +"10012",2057,77052,3,1965,2770 +"10013",2057,80606,3,1965,2079 +"10014",2057,81164,2,1965,2260 +"10015",2057,82932,3,1965,2245 +"10016",2057,94625,3,1965,2105 +"10017",2060,28869,3,1753,2425 +"10018",2063,270,3,1278,2542 +"10019",2063,671,2,1278,2328 +"10020",2063,675,2,1278,1686 +"10021",2063,733,1,1278,1653 +"10022",2063,1046,3,1278,1881 +"10023",2063,1136,2,1278,2536 +"10024",2063,1897,3,1278,1727 +"10025",2063,2424,2,1278,2582 +"10026",2063,2533,3,1278,2016 +"10027",2063,2754,3,1278,1360 +"10028",2063,3167,2,1278,1676 +"10029",2063,3242,2,1278,1730 +"10030",2063,3305,3,1278,2839 +"10031",2063,3495,3,1278,2431 +"10032",2063,4191,2,1278,2130 +"10033",2063,4226,3,1278,1903 +"10034",2063,4618,3,1278,2607 +"10035",2063,4687,3,1278,2152 +"10036",2063,4980,3,1278,2093 +"10037",2063,5315,3,1278,2631 +"10038",2063,5392,3,1278,1648 +"10039",2063,5725,3,1278,2789 +"10040",2063,6023,3,1278,2050 +"10041",2063,6363,3,1278,2066 +"10042",2063,6428,3,1278,1952 +"10043",2063,6491,3,1278,2424 +"10044",2063,7196,3,1278,1508 +"10045",2063,7245,3,1278,2089 +"10046",2063,7847,3,1278,2424 +"10047",2063,7984,3,1278,2493 +"10048",2063,8533,3,1278,2251 +"10049",2063,8621,3,1278,1681 +"10050",2063,9695,3,1278,2143 +"10051",2063,9702,3,1278,1928 +"10052",2063,10404,3,1278,2062 +"10053",2063,10799,3,1278,2010 +"10054",2063,10871,3,1278,2314 +"10055",2063,10890,2,1278,2639 +"10056",2063,12096,3,1278,1330 +"10057",2063,12374,3,1278,2260 +"10058",2063,12747,3,1278,2818 +"10059",2063,13837,3,1278,1604 +"10060",2063,14943,3,1278,1942 +"10061",2063,15118,3,1278,1311 +"10062",2063,15401,3,1278,1999 +"10063",2063,15813,3,1278,2143 +"10064",2063,16217,3,1278,1653 +"10065",2063,17357,2,1278,1536 +"10066",2063,17931,3,1278,1617 +"10067",2063,18277,3,1278,2309 +"10068",2063,18735,3,1278,1581 +"10069",2063,19027,3,1278,2721 +"10070",2063,19516,3,1278,2313 +"10071",2063,20067,3,1278,2390 +"10072",2063,20162,3,1278,2328 +"10073",2063,20311,3,1278,1981 +"10074",2063,20419,2,1278,1587 +"10075",2063,20563,2,1278,2267 +"10076",2063,20700,3,1278,2861 +"10077",2063,20783,3,1278,2414 +"10078",2063,20824,1,1278,1366 +"10079",2063,21104,3,1278,2327 +"10080",2063,21122,3,1278,1701 +"10081",2063,21197,3,1278,1437 +"10082",2063,21248,3,1278,2232 +"10083",2063,21285,3,1278,2100 +"10084",2063,21479,3,1278,2134 +"10085",2063,21758,3,1278,1331 +"10086",2063,22884,2,1278,1608 +"10087",2063,22885,3,1278,1702 +"10088",2063,23216,3,1278,2424 +"10089",2063,23534,1,1278,1659 +"10090",2063,23704,3,1278,2278 +"10091",2063,24755,3,1278,1319 +"10092",2063,24962,3,1278,2126 +"10093",2063,25341,3,1278,1858 +"10094",2063,25643,2,1278,1646 +"10095",2063,25816,3,1278,2088 +"10096",2063,26031,3,1278,1397 +"10097",2063,26436,2,1278,2489 +"10098",2063,26451,3,1278,2133 +"10099",2063,26516,3,1278,2479 +"10100",2063,26570,3,1278,1669 +"10101",2063,26706,2,1278,1846 +"10102",2063,27628,3,1278,2389 +"10103",2063,27753,2,1278,2750 +"10104",2063,27792,3,1278,1308 +"10105",2063,28285,3,1278,2972 +"10106",2063,28784,3,1278,1579 +"10107",2063,28892,3,1278,2023 +"10108",2063,30438,3,1278,1617 +"10109",2063,30453,3,1278,1535 +"10110",2063,31124,3,1278,2351 +"10111",2063,31243,3,1278,1355 +"10112",2063,31696,3,1278,1595 +"10113",2063,31799,3,1278,2547 +"10114",2063,32988,2,1278,2008 +"10115",2063,33572,3,1278,2370 +"10116",2063,33621,2,1278,1319 +"10117",2063,34136,2,1278,2202 +"10118",2063,34160,3,1278,1759 +"10119",2063,34216,3,1278,2832 +"10120",2063,34492,2,1278,1798 +"10121",2063,34815,3,1278,2354 +"10122",2063,34836,3,1278,2302 +"10123",2063,35529,3,1278,1620 +"10124",2063,36651,3,1278,1600 +"10125",2063,37301,3,1278,2160 +"10126",2063,38019,3,1278,1870 +"10127",2063,38449,2,1278,1802 +"10128",2063,40293,2,1278,1671 +"10129",2063,40369,3,1278,2735 +"10130",2063,40432,3,1278,1956 +"10131",2063,40672,3,1278,1315 +"10132",2063,41402,3,1278,2313 +"10133",2063,42505,3,1278,2008 +"10134",2063,43455,3,1278,2846 +"10135",2063,45633,3,1278,2134 +"10136",2063,45715,3,1278,2287 +"10137",2063,46391,3,1278,1779 +"10138",2063,46629,3,1278,2255 +"10139",2063,47857,3,1278,2325 +"10140",2063,47947,3,1278,2681 +"10141",2063,49185,3,1278,1544 +"10142",2063,49189,2,1278,1550 +"10143",2063,50118,3,1278,2654 +"10144",2063,50667,2,1278,2719 +"10145",2063,51022,1,1278,1499 +"10146",2063,51041,3,1278,2606 +"10147",2063,51410,2,1278,2739 +"10148",2063,51987,2,1278,1397 +"10149",2063,52576,3,1278,2234 +"10150",2063,53266,3,1278,2389 +"10151",2063,54100,3,1278,1327 +"10152",2063,54676,3,1278,1342 +"10153",2063,54740,3,1278,2750 +"10154",2063,55139,3,1278,2323 +"10155",2063,55691,3,1278,2856 +"10156",2063,56116,3,1278,1321 +"10157",2063,56152,3,1278,1487 +"10158",2063,56171,3,1278,1524 +"10159",2063,57082,3,1278,1418 +"10160",2063,57129,3,1278,1858 +"10161",2063,57977,3,1278,2683 +"10162",2063,58035,2,1278,1646 +"10163",2063,58133,2,1278,1484 +"10164",2063,58221,2,1278,1787 +"10165",2063,59438,3,1278,2400 +"10166",2063,61982,3,1278,2725 +"10167",2063,62840,3,1278,2502 +"10168",2063,63147,3,1278,1477 +"10169",2063,63515,2,1278,2023 +"10170",2063,64031,3,1278,1295 +"10171",2063,64181,3,1278,1828 +"10172",2063,64793,3,1278,2819 +"10173",2063,64997,2,1278,2791 +"10174",2063,65155,3,1278,1947 +"10175",2063,65322,3,1278,2008 +"10176",2063,65691,3,1278,2134 +"10177",2063,66693,3,1278,2554 +"10178",2063,66878,3,1278,1949 +"10179",2063,71562,3,1278,2574 +"10180",2063,74095,3,1278,2333 +"10181",2063,76892,3,1278,2381 +"10182",2063,77155,3,1278,2946 +"10183",2063,80014,3,1278,1562 +"10184",2063,80172,3,1278,1342 +"10185",2063,81813,3,1278,1656 +"10186",2063,82696,3,1278,1305 +"10187",2063,82767,1,1278,1641 +"10188",2063,86505,3,1278,1302 +"10189",2063,88232,3,1278,2881 +"10190",2063,92322,3,1278,2393 +"10191",2063,92491,3,1278,1968 +"10192",2063,92757,3,1278,2615 +"10193",2063,94908,3,1278,1413 +"10194",2063,97768,3,1278,1500 +"10195",2063,97915,3,1278,1802 +"10196",2063,99020,3,1278,1383 +"10197",2063,99103,1,1278,1470 +"10198",2063,108430,3,1278,1642 +"10199",2077,23,2,610,1682 +"10200",2077,468,3,610,1966 +"10201",2077,600,3,610,1702 +"10202",2077,750,3,610,1327 +"10203",2077,1036,3,610,1367 +"10204",2077,1050,3,610,1185 +"10205",2077,1196,3,610,1986 +"10206",2077,2384,3,610,1057 +"10207",2077,2440,3,610,836 +"10208",2077,3164,1,610,2693 +"10209",2077,3961,3,610,2426 +"10210",2077,4253,3,610,1890 +"10211",2077,4567,3,610,2348 +"10212",2077,4889,3,610,1501 +"10213",2077,4932,3,610,2752 +"10214",2077,5041,2,610,2371 +"10215",2077,5315,3,610,2631 +"10216",2077,5346,3,610,1438 +"10217",2077,5350,3,610,2522 +"10218",2077,5405,3,610,1510 +"10219",2077,5449,3,610,1723 +"10220",2077,5581,3,610,883 +"10221",2077,5622,3,610,2175 +"10222",2077,5716,2,610,1058 +"10223",2077,5971,3,610,1985 +"10224",2077,5984,2,610,1675 +"10225",2077,5986,3,610,1721 +"10226",2077,6030,1,610,2953 +"10227",2077,6047,3,610,2004 +"10228",2077,6324,3,610,1990 +"10229",2077,6366,2,610,798 +"10230",2077,6417,2,610,1675 +"10231",2077,7180,3,610,2227 +"10232",2077,7616,3,610,2296 +"10233",2077,7759,3,610,2844 +"10234",2077,7942,3,610,2623 +"10235",2077,8513,3,610,875 +"10236",2077,9328,3,610,1937 +"10237",2077,9678,3,610,1217 +"10238",2077,9928,3,610,2345 +"10239",2077,10358,2,610,2294 +"10240",2077,10523,3,610,1510 +"10241",2077,10701,3,610,2000 +"10242",2077,10744,2,610,955 +"10243",2077,10851,3,610,2423 +"10244",2077,11218,2,610,2292 +"10245",2077,11229,2,610,1625 +"10246",2077,11576,3,610,808 +"10247",2077,11620,3,610,2010 +"10248",2077,11966,2,610,2385 +"10249",2077,12004,3,610,996 +"10250",2077,12042,3,610,2345 +"10251",2077,12375,3,610,1873 +"10252",2077,13311,3,610,2315 +"10253",2077,13400,3,610,1371 +"10254",2077,13780,3,610,2412 +"10255",2077,14032,3,610,2144 +"10256",2077,14072,3,610,1346 +"10257",2077,14080,2,610,1351 +"10258",2077,14855,1,610,903 +"10259",2077,15207,3,610,1855 +"10260",2077,15301,2,610,2308 +"10261",2077,15402,3,610,1281 +"10262",2077,15607,2,610,1421 +"10263",2077,15716,3,610,1991 +"10264",2077,15808,3,610,1521 +"10265",2077,15962,3,610,660 +"10266",2077,16067,3,610,2727 +"10267",2077,16096,2,610,2301 +"10268",2077,16352,2,610,2657 +"10269",2077,16539,3,610,1947 +"10270",2077,17400,3,610,2231 +"10271",2077,17413,3,610,2230 +"10272",2077,18348,2,610,1711 +"10273",2077,18361,3,610,2968 +"10274",2077,18366,3,610,2699 +"10275",2077,18415,3,610,2184 +"10276",2077,18825,3,610,1240 +"10277",2077,19072,3,610,2358 +"10278",2077,19113,2,610,1171 +"10279",2077,20284,2,610,2530 +"10280",2077,20292,3,610,2755 +"10281",2077,20874,3,610,1580 +"10282",2077,21571,2,610,2755 +"10283",2077,21898,3,610,1351 +"10284",2077,22543,2,610,1594 +"10285",2077,22566,1,610,2308 +"10286",2077,22682,3,610,2035 +"10287",2077,22850,2,610,878 +"10288",2077,23112,3,610,1192 +"10289",2077,23132,3,610,2756 +"10290",2077,23159,3,610,1548 +"10291",2077,23310,3,610,2371 +"10292",2077,23492,3,610,1067 +"10293",2077,23806,3,610,1671 +"10294",2077,23869,3,610,1918 +"10295",2077,24293,3,610,1184 +"10296",2077,24512,3,610,1369 +"10297",2077,24912,3,610,648 +"10298",2077,25241,3,610,1233 +"10299",2077,25443,3,610,1441 +"10300",2077,25543,3,610,724 +"10301",2077,25971,2,610,2608 +"10302",2077,26080,3,610,2525 +"10303",2077,26366,3,610,1688 +"10304",2077,26659,1,610,903 +"10305",2077,26818,3,610,1999 +"10306",2077,28002,3,610,914 +"10307",2077,28050,1,610,1955 +"10308",2077,28168,1,610,2702 +"10309",2077,28296,2,610,2944 +"10310",2077,28627,3,610,2694 +"10311",2077,28904,3,610,926 +"10312",2077,29004,3,610,2596 +"10313",2077,29050,3,610,1196 +"10314",2077,30165,3,610,1409 +"10315",2077,30883,3,610,1629 +"10316",2077,31436,3,610,2892 +"10317",2077,32503,2,610,2020 +"10318",2077,32567,3,610,2784 +"10319",2077,32694,2,610,1602 +"10320",2077,32919,3,610,2321 +"10321",2077,34480,3,610,2755 +"10322",2077,34735,2,610,2767 +"10323",2077,34945,3,610,1298 +"10324",2077,35673,3,610,1067 +"10325",2077,35926,3,610,2371 +"10326",2077,36691,2,610,1903 +"10327",2077,38869,2,610,1675 +"10328",2077,39186,3,610,1258 +"10329",2077,39294,3,610,1889 +"10330",2077,40028,3,610,1349 +"10331",2077,40072,3,610,1182 +"10332",2077,40293,3,610,1671 +"10333",2077,40368,3,610,2876 +"10334",2077,40417,3,610,771 +"10335",2077,41014,3,610,1152 +"10336",2077,41739,3,610,1339 +"10337",2077,41972,3,610,2509 +"10338",2077,42619,2,610,2017 +"10339",2077,42864,3,610,1151 +"10340",2077,43153,3,610,1381 +"10341",2077,44135,2,610,2620 +"10342",2077,44521,2,610,1593 +"10343",2077,45684,2,610,2200 +"10344",2077,46196,3,610,1510 +"10345",2077,46803,3,610,2305 +"10346",2077,48277,3,610,971 +"10347",2077,48905,3,610,1394 +"10348",2077,49608,3,610,2184 +"10349",2077,50236,3,610,2339 +"10350",2077,50468,3,610,1659 +"10351",2077,51052,3,610,2784 +"10352",2077,51471,2,610,1280 +"10353",2077,53043,3,610,803 +"10354",2077,53134,3,610,1590 +"10355",2077,53219,3,610,2973 +"10356",2077,54255,3,610,679 +"10357",2077,54929,3,610,2783 +"10358",2077,55076,2,610,2408 +"10359",2077,55234,3,610,890 +"10360",2077,55775,3,610,2385 +"10361",2077,56143,3,610,766 +"10362",2077,56232,3,610,1175 +"10363",2077,56237,3,610,2625 +"10364",2077,56604,2,610,1919 +"10365",2077,57246,1,610,1873 +"10366",2077,57414,3,610,922 +"10367",2077,57714,2,610,1391 +"10368",2077,57977,3,610,2683 +"10369",2077,58122,3,610,889 +"10370",2077,58414,3,610,880 +"10371",2077,60280,3,610,1918 +"10372",2077,60552,3,610,855 +"10373",2077,61719,3,610,1515 +"10374",2077,62488,3,610,1418 +"10375",2077,64181,3,610,1828 +"10376",2077,64857,3,610,1792 +"10377",2077,65625,3,610,1273 +"10378",2077,66413,3,610,2507 +"10379",2077,66622,3,610,799 +"10380",2077,67383,3,610,1739 +"10381",2077,69117,1,610,645 +"10382",2077,69250,1,610,1439 +"10383",2077,69260,3,610,1698 +"10384",2077,70681,3,610,866 +"10385",2077,71274,3,610,2390 +"10386",2077,72207,3,610,2430 +"10387",2077,72501,3,610,2795 +"10388",2077,73675,3,610,887 +"10389",2077,75403,3,610,1895 +"10390",2077,76495,3,610,1255 +"10391",2077,76607,2,610,747 +"10392",2077,76646,3,610,1263 +"10393",2077,76666,3,610,1908 +"10394",2077,77359,3,610,917 +"10395",2077,77550,3,610,1548 +"10396",2077,79403,3,610,977 +"10397",2077,80219,2,610,988 +"10398",2077,81349,3,610,1958 +"10399",2077,82732,2,610,2810 +"10400",2077,82893,3,610,1275 +"10401",2077,84500,3,610,1583 +"10402",2077,85736,3,610,1601 +"10403",2077,92508,3,610,1374 +"10404",2077,93752,3,610,1368 +"10405",2077,94444,3,610,1554 +"10406",2077,94500,2,610,1529 +"10407",2077,94520,3,610,1243 +"10408",2077,96611,2,610,765 +"10409",2077,98150,2,610,1009 +"10410",2077,101598,3,610,781 +"10411",2077,105063,3,610,1908 +"10412",2077,109718,3,610,1237 +"10413",2085,10875,3,161,1234 +"10414",2085,13248,3,161,1385 +"10415",2085,13801,3,161,2041 +"10416",2085,20643,3,161,2341 +"10417",2085,23112,3,161,1192 +"10418",2085,28627,3,161,2694 +"10419",2085,32113,3,161,882 +"10420",2085,47082,3,161,1990 +"10421",2085,106865,3,161,830 +"10422",2085,109635,1,161,1925 +"10423",2093,3477,3,2459,2546 +"10424",2093,3770,3,2459,2623 +"10425",2093,5590,3,2459,2845 +"10426",2093,11067,3,2459,2734 +"10427",2093,11506,3,2459,2824 +"10428",2093,12577,3,2459,2530 +"10429",2093,16205,3,2459,2630 +"10430",2093,18943,3,2459,2861 +"10431",2093,23325,3,2459,2779 +"10432",2093,35477,3,2459,2703 +"10433",2093,36120,3,2459,2971 +"10434",2093,37279,3,2459,2768 +"10435",2093,40295,3,2459,2703 +"10436",2093,45030,3,2459,2776 +"10437",2093,53013,3,2459,2523 +"10438",2093,57977,3,2459,2683 +"10439",2093,59005,3,2459,2817 +"10440",2093,82929,3,2459,2475 +"10441",2108,8610,3,1662,2240 +"10442",2108,12397,3,1662,1965 +"10443",2108,19386,1,1662,1714 +"10444",2108,26734,3,1662,2299 +"10445",2111,270,2,1904,2542 +"10446",2111,312,3,1904,2038 +"10447",2111,380,3,1904,2261 +"10448",2111,701,3,1904,2718 +"10449",2111,1102,3,1904,2282 +"10450",2111,2195,3,1904,2139 +"10451",2111,2424,2,1904,2582 +"10452",2111,2533,3,1904,2016 +"10453",2111,2572,3,1904,2273 +"10454",2111,3305,3,1904,2839 +"10455",2111,3493,3,1904,2451 +"10456",2111,3801,3,1904,1974 +"10457",2111,4953,3,1904,2285 +"10458",2111,5072,3,1904,2175 +"10459",2111,5235,3,1904,2324 +"10460",2111,5622,3,1904,2175 +"10461",2111,5971,2,1904,1985 +"10462",2111,6047,3,1904,2004 +"10463",2111,6052,3,1904,1985 +"10464",2111,6074,3,1904,2426 +"10465",2111,6222,3,1904,1949 +"10466",2111,6363,2,1904,2066 +"10467",2111,6588,1,1904,2025 +"10468",2111,6718,3,1904,2138 +"10469",2111,7180,3,1904,2227 +"10470",2111,7234,3,1904,2654 +"10471",2111,7406,3,1904,1906 +"10472",2111,7555,3,1904,1943 +"10473",2111,7616,3,1904,2296 +"10474",2111,9624,3,1904,2398 +"10475",2111,9928,3,1904,2345 +"10476",2111,10029,3,1904,2718 +"10477",2111,10513,3,1904,2284 +"10478",2111,10857,2,1904,2253 +"10479",2111,11006,3,1904,1950 +"10480",2111,11218,2,1904,2292 +"10481",2111,11440,3,1904,2026 +"10482",2111,11477,3,1904,2724 +"10483",2111,12042,3,1904,2345 +"10484",2111,12374,3,1904,2260 +"10485",2111,12724,3,1904,1930 +"10486",2111,13307,2,1904,2206 +"10487",2111,14252,3,1904,2244 +"10488",2111,14586,3,1904,2801 +"10489",2111,14989,3,1904,2223 +"10490",2111,15444,3,1904,2764 +"10491",2111,15799,3,1904,1917 +"10492",2111,15813,3,1904,2143 +"10493",2111,16352,3,1904,2657 +"10494",2111,16535,3,1904,1993 +"10495",2111,16539,3,1904,1947 +"10496",2111,17365,3,1904,2746 +"10497",2111,17400,2,1904,2231 +"10498",2111,18005,3,1904,2449 +"10499",2111,18361,3,1904,2968 +"10500",2111,18394,2,1904,2356 +"10501",2111,19248,3,1904,2357 +"10502",2111,19622,1,1904,2371 +"10503",2111,19719,3,1904,2177 +"10504",2111,19862,3,1904,2412 +"10505",2111,20124,3,1904,2376 +"10506",2111,20311,3,1904,1981 +"10507",2111,21012,2,1904,2325 +"10508",2111,21193,3,1904,2490 +"10509",2111,21248,3,1904,2232 +"10510",2111,21285,3,1904,2100 +"10511",2111,21682,3,1904,2414 +"10512",2111,21693,3,1904,2176 +"10513",2111,21929,3,1904,2062 +"10514",2111,22197,3,1904,2271 +"10515",2111,22326,3,1904,2818 +"10516",2111,23509,3,1904,2275 +"10517",2111,23526,2,1904,1998 +"10518",2111,23725,3,1904,2378 +"10519",2111,24060,3,1904,2349 +"10520",2111,25305,3,1904,2447 +"10521",2111,25577,3,1904,1946 +"10522",2111,25985,2,1904,2071 +"10523",2111,26067,3,1904,2069 +"10524",2111,26080,3,1904,2525 +"10525",2111,26818,3,1904,1999 +"10526",2111,26848,2,1904,2363 +"10527",2111,27694,3,1904,2030 +"10528",2111,30052,3,1904,2855 +"10529",2111,30405,2,1904,2164 +"10530",2111,31307,2,1904,2139 +"10531",2111,31436,3,1904,2892 +"10532",2111,32173,3,1904,2341 +"10533",2111,32965,2,1904,2071 +"10534",2111,33160,3,1904,2441 +"10535",2111,33430,3,1904,2225 +"10536",2111,33475,3,1904,2367 +"10537",2111,33981,3,1904,1993 +"10538",2111,34480,3,1904,2755 +"10539",2111,35402,3,1904,2339 +"10540",2111,38307,3,1904,2648 +"10541",2111,40493,3,1904,1981 +"10542",2111,41945,3,1904,2856 +"10543",2111,42129,3,1904,2318 +"10544",2111,42216,3,1904,2722 +"10545",2111,42687,3,1904,1952 +"10546",2111,43213,3,1904,2160 +"10547",2111,43455,2,1904,2846 +"10548",2111,43518,3,1904,2680 +"10549",2111,43673,3,1904,2787 +"10550",2111,44641,3,1904,1981 +"10551",2111,45302,3,1904,2390 +"10552",2111,45684,2,1904,2200 +"10553",2111,45729,3,1904,2606 +"10554",2111,46629,1,1904,2255 +"10555",2111,47098,3,1904,2057 +"10556",2111,48035,3,1904,2180 +"10557",2111,50134,3,1904,2674 +"10558",2111,50236,2,1904,2339 +"10559",2111,50785,3,1904,2877 +"10560",2111,51017,3,1904,2073 +"10561",2111,51035,3,1904,2397 +"10562",2111,51041,3,1904,2606 +"10563",2111,51866,3,1904,2411 +"10564",2111,52323,3,1904,2148 +"10565",2111,52576,3,1904,2234 +"10566",2111,54551,3,1904,2348 +"10567",2111,54929,3,1904,2783 +"10568",2111,55076,3,1904,2408 +"10569",2111,56082,2,1904,2395 +"10570",2111,56237,2,1904,2625 +"10571",2111,61982,2,1904,2725 +"10572",2111,62841,3,1904,2710 +"10573",2111,64947,3,1904,2489 +"10574",2111,65242,2,1904,1988 +"10575",2111,70217,3,1904,2332 +"10576",2111,72207,2,1904,2430 +"10577",2111,72326,2,1904,2384 +"10578",2111,76892,3,1904,2381 +"10579",2111,79804,3,1904,2227 +"10580",2111,83396,3,1904,2396 +"10581",2111,92104,3,1904,2339 +"10582",2111,101315,3,1904,1971 +"10583",2120,140,3,1133,2267 +"10584",2120,160,3,1133,2007 +"10585",2120,237,3,1133,1982 +"10586",2120,758,3,1133,1232 +"10587",2120,1641,3,1133,1490 +"10588",2120,1780,2,1133,1375 +"10589",2120,2226,3,1133,2225 +"10590",2120,2747,3,1133,2411 +"10591",2120,2852,3,1133,2448 +"10592",2120,3770,3,1133,2623 +"10593",2120,4669,3,1133,2395 +"10594",2120,4916,2,1133,1970 +"10595",2120,7937,3,1133,2044 +"10596",2120,8610,3,1133,2240 +"10597",2120,10129,2,1133,2124 +"10598",2120,12361,3,1133,2732 +"10599",2120,12747,3,1133,2818 +"10600",2120,13065,3,1133,1561 +"10601",2120,13967,3,1133,1354 +"10602",2120,15462,3,1133,1141 +"10603",2120,16501,3,1133,1650 +"10604",2120,16539,3,1133,1947 +"10605",2120,17645,3,1133,1918 +"10606",2120,20155,3,1133,1517 +"10607",2120,20821,3,1133,1617 +"10608",2120,21209,3,1133,2184 +"10609",2120,24176,3,1133,1986 +"10610",2120,24264,3,1133,1760 +"10611",2120,28893,3,1133,2764 +"10612",2120,29116,3,1133,2128 +"10613",2120,29495,3,1133,1612 +"10614",2120,35133,3,1133,2219 +"10615",2120,36953,2,1133,2790 +"10616",2120,37929,3,1133,2393 +"10617",2120,40283,2,1133,1657 +"10618",2120,44235,3,1133,2700 +"10619",2120,44433,3,1133,2224 +"10620",2120,44603,3,1133,2748 +"10621",2120,46261,3,1133,2350 +"10622",2120,46486,3,1133,1868 +"10623",2120,54523,3,1133,1935 +"10624",2120,57067,3,1133,2547 +"10625",2120,76507,3,1133,1437 +"10626",2120,80506,3,1133,1920 +"10627",2139,3477,3,2502,2546 +"10628",2139,11143,3,2502,2623 +"10629",2139,32395,2,2502,2735 +"10630",2139,34491,3,2502,2694 +"10631",2139,52041,2,2502,2694 +"10632",2139,70586,3,2502,2562 +"10633",2143,145,3,1174,1998 +"10634",2143,457,3,1174,1704 +"10635",2143,512,3,1174,1596 +"10636",2143,913,3,1174,2144 +"10637",2143,1034,2,1174,1438 +"10638",2143,1592,3,1174,2006 +"10639",2143,3352,2,1174,1707 +"10640",2143,3748,3,1174,2052 +"10641",2143,8529,3,1174,1205 +"10642",2143,8866,2,1174,1545 +"10643",2143,8888,3,1174,1328 +"10644",2143,9362,3,1174,2879 +"10645",2143,9702,3,1174,1928 +"10646",2143,14655,3,1174,2559 +"10647",2143,14834,3,1174,2739 +"10648",2143,17351,3,1174,2036 +"10649",2143,17626,3,1174,1265 +"10650",2143,18394,3,1174,2356 +"10651",2143,19096,3,1174,1538 +"10652",2143,30405,2,1174,2164 +"10653",2143,31235,3,1174,2668 +"10654",2143,34836,3,1174,2302 +"10655",2143,36087,2,1174,2755 +"10656",2143,38019,3,1174,1870 +"10657",2143,44188,3,1174,1609 +"10658",2143,45650,3,1174,1528 +"10659",2143,49512,2,1174,1302 +"10660",2143,53322,3,1174,1200 +"10661",2143,53323,2,1174,2677 +"10662",2143,53608,3,1174,1986 +"10663",2143,54305,3,1174,1222 +"10664",2143,55320,3,1174,1643 +"10665",2143,57353,2,1174,1849 +"10666",2143,65007,3,1174,2530 +"10667",2143,71342,3,1174,1289 +"10668",2143,72468,3,1174,2292 +"10669",2143,94179,2,1174,2000 +"10670",2143,105795,3,1174,1265 +"10671",2165,94339,3,840,2768 +"10672",2166,1151,3,2557,2885 +"10673",2166,1616,3,2557,2662 +"10674",2166,7323,3,2557,2858 +"10675",2166,18151,3,2557,2962 +"10676",2166,19528,2,2557,2742 +"10677",2166,24255,3,2557,2770 +"10678",2166,34327,3,2557,2959 +"10679",2166,39444,2,2557,2695 +"10680",2166,43518,2,2557,2680 +"10681",2166,44427,3,2557,2875 +"10682",2166,51410,3,2557,2739 +"10683",2166,53789,2,2557,2681 +"10684",2166,72334,3,2557,2820 +"10685",2181,312,3,2030,2038 +"10686",2181,362,3,2030,2537 +"10687",2181,701,3,2030,2718 +"10688",2181,1090,3,2030,2370 +"10689",2181,1315,3,2030,2760 +"10690",2181,1495,3,2030,2046 +"10691",2181,1616,3,2030,2662 +"10692",2181,1822,3,2030,2888 +"10693",2181,2036,3,2030,2483 +"10694",2181,2424,3,2030,2582 +"10695",2181,3305,2,2030,2839 +"10696",2181,3477,2,2030,2546 +"10697",2181,3966,3,2030,2425 +"10698",2181,4057,3,2030,2389 +"10699",2181,4929,3,2030,2240 +"10700",2181,4953,3,2030,2285 +"10701",2181,5235,3,2030,2324 +"10702",2181,5610,3,2030,2223 +"10703",2181,6063,2,2030,2349 +"10704",2181,6363,2,2030,2066 +"10705",2181,7794,3,2030,2972 +"10706",2181,8993,3,2030,2099 +"10707",2181,9175,2,2030,2639 +"10708",2181,9331,3,2030,2269 +"10709",2181,9503,3,2030,2453 +"10710",2181,12081,2,2030,2166 +"10711",2181,13899,3,2030,2650 +"10712",2181,14817,3,2030,2110 +"10713",2181,14918,3,2030,2071 +"10714",2181,15008,3,2030,2338 +"10715",2181,15023,3,2030,2054 +"10716",2181,15729,2,2030,2338 +"10717",2181,16628,3,2030,2409 +"10718",2181,17351,3,2030,2036 +"10719",2181,17549,3,2030,2647 +"10720",2181,19248,2,2030,2357 +"10721",2181,19317,3,2030,2041 +"10722",2181,19605,3,2030,2395 +"10723",2181,19643,3,2030,2452 +"10724",2181,19719,2,2030,2177 +"10725",2181,20124,3,2030,2376 +"10726",2181,20331,3,2030,2365 +"10727",2181,20984,3,2030,2502 +"10728",2181,23312,3,2030,2449 +"10729",2181,24558,3,2030,2139 +"10730",2181,24902,3,2030,2162 +"10731",2181,25985,3,2030,2071 +"10732",2181,26582,3,2030,2772 +"10733",2181,26749,3,2030,2965 +"10734",2181,27427,3,2030,2325 +"10735",2181,30052,3,2030,2855 +"10736",2181,31117,3,2030,2210 +"10737",2181,31159,3,2030,2231 +"10738",2181,31295,3,2030,2183 +"10739",2181,31357,3,2030,2389 +"10740",2181,32339,3,2030,2430 +"10741",2181,32395,3,2030,2735 +"10742",2181,32965,3,2030,2071 +"10743",2181,33223,2,2030,2397 +"10744",2181,33475,3,2030,2367 +"10745",2181,33672,3,2030,2396 +"10746",2181,34836,3,2030,2302 +"10747",2181,35256,3,2030,2271 +"10748",2181,37285,3,2030,2428 +"10749",2181,37301,3,2030,2160 +"10750",2181,38307,2,2030,2648 +"10751",2181,39444,3,2030,2695 +"10752",2181,39464,2,2030,2314 +"10753",2181,39535,3,2030,2428 +"10754",2181,41945,3,2030,2856 +"10755",2181,42783,2,2030,2338 +"10756",2181,43455,3,2030,2846 +"10757",2181,44427,3,2030,2875 +"10758",2181,44688,3,2030,2924 +"10759",2181,45239,2,2030,2535 +"10760",2181,45608,3,2030,2420 +"10761",2181,47098,3,2030,2057 +"10762",2181,47140,2,2030,2439 +"10763",2181,47595,3,2030,2374 +"10764",2181,47803,3,2030,2477 +"10765",2181,48605,3,2030,2796 +"10766",2181,49759,3,2030,2400 +"10767",2181,50113,3,2030,2059 +"10768",2181,50785,3,2030,2877 +"10769",2181,51041,3,2030,2606 +"10770",2181,51843,3,2030,2389 +"10771",2181,51866,3,2030,2411 +"10772",2181,52570,3,2030,2645 +"10773",2181,52576,3,2030,2234 +"10774",2181,52892,3,2030,2372 +"10775",2181,53851,3,2030,2305 +"10776",2181,53995,3,2030,2151 +"10777",2181,59700,2,2030,2346 +"10778",2181,61982,3,2030,2725 +"10779",2181,62841,3,2030,2710 +"10780",2181,65434,3,2030,2866 +"10781",2181,70647,2,2030,2795 +"10782",2181,72468,3,2030,2292 +"10783",2181,73786,3,2030,2937 +"10784",2181,84317,3,2030,2081 +"10785",2181,94125,3,2030,2280 +"10786",2190,371,3,2359,2950 +"10787",2190,489,3,2359,2652 +"10788",2190,2747,3,2359,2411 +"10789",2190,2979,3,2359,2912 +"10790",2190,7252,3,2359,2799 +"10791",2190,9503,3,2359,2453 +"10792",2190,16286,3,2359,2470 +"10793",2190,31262,3,2359,2780 +"10794",2190,47529,3,2359,2914 +"10795",2190,51774,2,2359,2459 +"10796",2190,54924,3,2359,2603 +"10797",2190,58501,3,2359,2613 +"10798",2190,70656,3,2359,2771 +"10799",2195,455,3,2139,2827 +"10800",2195,470,2,2139,2285 +"10801",2195,823,3,2139,2840 +"10802",2195,1226,1,2139,2353 +"10803",2195,3961,3,2139,2426 +"10804",2195,5072,3,2139,2175 +"10805",2195,5622,2,2139,2175 +"10806",2195,7180,3,2139,2227 +"10807",2195,7234,3,2139,2654 +"10808",2195,10857,2,2139,2253 +"10809",2195,11218,3,2139,2292 +"10810",2195,11966,3,2139,2385 +"10811",2195,12042,3,2139,2345 +"10812",2195,14507,2,2139,2686 +"10813",2195,15301,3,2139,2308 +"10814",2195,16195,3,2139,2964 +"10815",2195,16352,3,2139,2657 +"10816",2195,17400,2,2139,2231 +"10817",2195,17819,3,2139,2291 +"10818",2195,17852,3,2139,2840 +"10819",2195,19622,3,2139,2371 +"10820",2195,21571,3,2139,2755 +"10821",2195,22331,3,2139,2687 +"10822",2195,23725,3,2139,2378 +"10823",2195,24825,2,2139,2686 +"10824",2195,31436,3,2139,2892 +"10825",2195,32567,3,2139,2784 +"10826",2195,32939,3,2139,2277 +"10827",2195,33160,3,2139,2441 +"10828",2195,34480,3,2139,2755 +"10829",2195,34735,3,2139,2767 +"10830",2195,38227,3,2139,2511 +"10831",2195,43213,3,2139,2160 +"10832",2195,45684,2,2139,2200 +"10833",2195,46629,3,2139,2255 +"10834",2195,49608,3,2139,2184 +"10835",2195,54551,2,2139,2348 +"10836",2195,56082,3,2139,2395 +"10837",2195,57804,3,2139,2214 +"10838",2195,57977,3,2139,2683 +"10839",2195,70528,3,2139,2727 +"10840",2195,72207,3,2139,2430 +"10841",2195,76048,3,2139,2373 +"10842",2206,9504,3,2536,2549 +"10843",2206,9785,3,2536,2951 +"10844",2206,13136,3,2536,2867 +"10845",2206,13879,3,2536,2748 +"10846",2206,15567,3,2536,2671 +"10847",2206,19655,3,2536,2706 +"10848",2206,27686,3,2536,2844 +"10849",2206,31331,3,2536,2964 +"10850",2206,41051,2,2536,2767 +"10851",2206,42256,3,2536,2839 +"10852",2206,45869,3,2536,2840 +"10853",2206,53739,3,2536,2704 +"10854",2206,62112,3,2536,2944 +"10855",2206,63077,3,2536,2778 +"10856",2208,2684,3,2814,2874 +"10857",2208,7759,3,2814,2844 +"10858",2208,18543,3,2814,2968 +"10859",2208,40368,3,2814,2876 +"10860",2208,43173,3,2814,2895 +"10861",2208,44427,3,2814,2875 +"10862",2208,50275,3,2814,2832 +"10863",2208,88232,2,2814,2881 +"10864",2220,7354,2,1504,2008 +"10865",2220,8657,3,1504,2473 +"10866",2220,18543,3,1504,2968 +"10867",2220,44268,3,1504,2436 +"10868",2220,82426,3,1504,1576 +"10869",2220,96894,3,1504,1598 +"10870",2221,4730,3,2092,2131 +"10871",2221,10495,3,2092,2230 +"10872",2221,10638,3,2092,2692 +"10873",2221,11506,3,2092,2824 +"10874",2221,18943,2,2092,2861 +"10875",2221,20007,3,2092,2971 +"10876",2221,21180,3,2092,2762 +"10877",2221,34162,3,2092,2336 +"10878",2221,38144,2,2092,2637 +"10879",2221,39105,3,2092,2487 +"10880",2221,76132,3,2092,2426 +"10881",2224,455,3,2751,2827 +"10882",2224,1151,3,2751,2885 +"10883",2224,3305,3,2751,2839 +"10884",2224,7323,3,2751,2858 +"10885",2224,9362,2,2751,2879 +"10886",2224,18151,3,2751,2962 +"10887",2224,19606,3,2751,2783 +"10888",2224,20292,3,2751,2755 +"10889",2224,22326,3,2751,2818 +"10890",2224,30052,3,2751,2855 +"10891",2224,36087,3,2751,2755 +"10892",2224,43455,3,2751,2846 +"10893",2224,75444,3,2751,2846 +"10894",2226,1692,3,2225,2443 +"10895",2226,2093,3,2225,2459 +"10896",2226,2936,3,2225,2512 +"10897",2226,3493,3,2225,2451 +"10898",2226,3770,1,2225,2623 +"10899",2226,4249,3,2225,2547 +"10900",2226,7450,3,2225,2827 +"10901",2226,9723,3,2225,2302 +"10902",2226,10766,2,2225,2647 +"10903",2226,14915,1,2225,2606 +"10904",2226,19215,3,2225,2604 +"10905",2226,19364,3,2225,2846 +"10906",2226,22580,3,2225,2245 +"10907",2226,22709,3,2225,2743 +"10908",2226,23154,1,2225,2345 +"10909",2226,24096,2,2225,2612 +"10910",2226,27686,3,2225,2844 +"10911",2226,32202,2,2225,2314 +"10912",2226,33236,3,2225,2297 +"10913",2226,35477,3,2225,2703 +"10914",2226,36487,3,2225,2622 +"10915",2226,37929,3,2225,2393 +"10916",2226,38259,3,2225,2258 +"10917",2226,39906,3,2225,2365 +"10918",2226,44235,3,2225,2700 +"10919",2226,45729,2,2225,2606 +"10920",2226,46261,1,2225,2350 +"10921",2226,51687,3,2225,2333 +"10922",2226,61240,3,2225,2651 +"10923",2226,63641,3,2225,2337 +"10924",2226,77077,3,2225,2693 +"10925",2226,80812,3,2225,2357 +"10926",2226,82932,3,2225,2245 +"10927",2226,92297,2,2225,2952 +"10928",2229,3403,3,1536,2951 +"10929",2229,7719,3,1536,1954 +"10930",2229,8062,3,1536,2858 +"10931",2229,8865,3,1536,2394 +"10932",2229,16690,3,1536,2132 +"10933",2229,22723,1,1536,2859 +"10934",2229,34334,3,1536,1637 +"10935",2229,39249,3,1536,1665 +"10936",2229,69232,3,1536,2130 +"10937",2258,468,3,288,1966 +"10938",2258,5816,3,288,2408 +"10939",2258,8157,2,288,1063 +"10940",2258,10990,3,288,805 +"10941",2258,13400,3,288,1371 +"10942",2258,17999,3,288,2758 +"10943",2258,23739,3,288,2463 +"10944",2258,25259,1,288,1699 +"10945",2258,26100,2,288,1966 +"10946",2258,41603,3,288,1942 +"10947",2258,53362,3,288,2360 +"10948",2258,55775,3,288,2385 +"10949",2258,60672,3,288,2876 +"10950",2258,64439,2,288,562 +"10951",2258,72348,3,288,1810 +"10952",2258,97266,3,288,1016 +"10953",2269,23,3,984,1682 +"10954",2269,135,3,984,2233 +"10955",2269,380,3,984,2261 +"10956",2269,470,3,984,2285 +"10957",2269,600,2,984,1702 +"10958",2269,675,2,984,1686 +"10959",2269,913,3,984,2144 +"10960",2269,1046,3,984,1881 +"10961",2269,1102,3,984,2282 +"10962",2269,1127,1,984,1188 +"10963",2269,1130,1,984,1566 +"10964",2269,1136,2,984,2536 +"10965",2269,1175,2,984,1642 +"10966",2269,1469,3,984,1160 +"10967",2269,1691,3,984,1941 +"10968",2269,1875,3,984,1786 +"10969",2269,2325,1,984,1641 +"10970",2269,2424,3,984,2582 +"10971",2269,2533,3,984,2016 +"10972",2269,2572,3,984,2273 +"10973",2269,2754,2,984,1360 +"10974",2269,2765,2,984,2321 +"10975",2269,2864,3,984,1543 +"10976",2269,2954,3,984,2727 +"10977",2269,3242,3,984,1730 +"10978",2269,3716,3,984,1679 +"10979",2269,3777,2,984,1798 +"10980",2269,3801,3,984,1974 +"10981",2269,3886,2,984,1669 +"10982",2269,3966,1,984,2425 +"10983",2269,4084,3,984,2133 +"10984",2269,4191,3,984,2130 +"10985",2269,4253,3,984,1890 +"10986",2269,4317,3,984,1224 +"10987",2269,4567,2,984,2348 +"10988",2269,4618,3,984,2607 +"10989",2269,4690,3,984,1938 +"10990",2269,4701,3,984,2401 +"10991",2269,4790,2,984,1025 +"10992",2269,4791,2,984,1184 +"10993",2269,4953,3,984,2285 +"10994",2269,5041,3,984,2371 +"10995",2269,5491,3,984,2048 +"10996",2269,5725,3,984,2789 +"10997",2269,5986,3,984,1721 +"10998",2269,6044,2,984,2744 +"10999",2269,6047,3,984,2004 +"11000",2269,6052,3,984,1985 +"11001",2269,6074,3,984,2426 +"11002",2269,6390,3,984,2385 +"11003",2269,6417,3,984,1675 +"11004",2269,6428,3,984,1952 +"11005",2269,6491,3,984,2424 +"11006",2269,6740,3,984,2699 +"11007",2269,6914,3,984,2668 +"11008",2269,6982,3,984,2034 +"11009",2269,7406,3,984,1906 +"11010",2269,7759,3,984,2844 +"11011",2269,7847,2,984,2424 +"11012",2269,7861,1,984,1647 +"11013",2269,8712,3,984,1153 +"11014",2269,10130,3,984,2741 +"11015",2269,10222,3,984,2212 +"11016",2269,10358,3,984,2294 +"11017",2269,10373,3,984,2436 +"11018",2269,10433,3,984,2075 +"11019",2269,10513,2,984,2284 +"11020",2269,10717,3,984,1938 +"11021",2269,10836,3,984,2215 +"11022",2269,11208,2,984,1161 +"11023",2269,11218,3,984,2292 +"11024",2269,11540,2,984,1237 +"11025",2269,12042,3,984,2345 +"11026",2269,12602,3,984,1956 +"11027",2269,12724,3,984,1930 +"11028",2269,13945,3,984,1324 +"11029",2269,14072,3,984,1346 +"11030",2269,14669,3,984,2080 +"11031",2269,14834,3,984,2739 +"11032",2269,14983,2,984,1047 +"11033",2269,15005,2,984,1415 +"11034",2269,15315,3,984,2173 +"11035",2269,15626,3,984,2434 +"11036",2269,15713,3,984,1646 +"11037",2269,15813,3,984,2143 +"11038",2269,15872,3,984,1551 +"11039",2269,16120,3,984,1237 +"11040",2269,16164,3,984,1184 +"11041",2269,16352,3,984,2657 +"11042",2269,16625,3,984,1285 +"11043",2269,17381,3,984,1697 +"11044",2269,17396,3,984,1672 +"11045",2269,17698,3,984,1559 +"11046",2269,17819,3,984,2291 +"11047",2269,17852,3,984,2840 +"11048",2269,17931,2,984,1617 +"11049",2269,17943,2,984,1943 +"11050",2269,18011,3,984,1636 +"11051",2269,18108,3,984,1656 +"11052",2269,18502,3,984,1033 +"11053",2269,18615,3,984,1025 +"11054",2269,18707,3,984,1143 +"11055",2269,18825,2,984,1240 +"11056",2269,19049,3,984,1798 +"11057",2269,19113,3,984,1171 +"11058",2269,19516,3,984,2313 +"11059",2269,20975,3,984,1305 +"11060",2269,21029,3,984,1943 +"11061",2269,21122,3,984,1701 +"11062",2269,21138,2,984,2849 +"11063",2269,21164,3,984,1645 +"11064",2269,21682,3,984,2414 +"11065",2269,21795,3,984,2653 +"11066",2269,21929,3,984,2062 +"11067",2269,22141,3,984,2348 +"11068",2269,22277,3,984,2424 +"11069",2269,22282,3,984,1418 +"11070",2269,22331,3,984,2687 +"11071",2269,22403,3,984,1630 +"11072",2269,22543,3,984,1594 +"11073",2269,22566,3,984,2308 +"11074",2269,22639,3,984,2352 +"11075",2269,22705,3,984,1016 +"11076",2269,22714,2,984,2793 +"11077",2269,22885,3,984,1702 +"11078",2269,23159,3,984,1548 +"11079",2269,23310,3,984,2371 +"11080",2269,23641,3,984,1934 +"11081",2269,23705,3,984,2699 +"11082",2269,23825,2,984,1913 +"11083",2269,23918,3,984,1881 +"11084",2269,24568,3,984,1937 +"11085",2269,24755,3,984,1319 +"11086",2269,24964,3,984,2491 +"11087",2269,25129,2,984,2647 +"11088",2269,25325,2,984,2963 +"11089",2269,25341,2,984,1858 +"11090",2269,25443,3,984,1441 +"11091",2269,25622,3,984,1985 +"11092",2269,25643,3,984,1646 +"11093",2269,26080,2,984,2525 +"11094",2269,26282,1,984,1241 +"11095",2269,26322,2,984,1018 +"11096",2269,26451,3,984,2133 +"11097",2269,26766,2,984,1161 +"11098",2269,26865,3,984,2726 +"11099",2269,27377,3,984,1724 +"11100",2269,27390,3,984,2425 +"11101",2269,27628,3,984,2389 +"11102",2269,27694,3,984,2030 +"11103",2269,27837,3,984,1315 +"11104",2269,27849,3,984,1316 +"11105",2269,28434,3,984,1141 +"11106",2269,29050,3,984,1196 +"11107",2269,29115,2,984,1047 +"11108",2269,29170,3,984,1846 +"11109",2269,29243,3,984,2011 +"11110",2269,29917,2,984,1962 +"11111",2269,29930,3,984,2240 +"11112",2269,30095,3,984,1578 +"11113",2269,30891,3,984,1256 +"11114",2269,31050,3,984,1491 +"11115",2269,31799,3,984,2547 +"11116",2269,32919,3,984,2321 +"11117",2269,32939,3,984,2277 +"11118",2269,33672,3,984,2396 +"11119",2269,34057,3,984,1657 +"11120",2269,34160,3,984,1759 +"11121",2269,34492,3,984,1798 +"11122",2269,34509,1,984,1973 +"11123",2269,35045,3,984,1646 +"11124",2269,35302,3,984,1589 +"11125",2269,35481,3,984,2211 +"11126",2269,36651,3,984,1600 +"11127",2269,37238,3,984,2609 +"11128",2269,37333,3,984,1612 +"11129",2269,38055,2,984,1089 +"11130",2269,38551,3,984,2965 +"11131",2269,39827,3,984,2321 +"11132",2269,40129,3,984,2162 +"11133",2269,40293,3,984,1671 +"11134",2269,40369,3,984,2735 +"11135",2269,40493,3,984,1981 +"11136",2269,41402,3,984,2313 +"11137",2269,41739,2,984,1339 +"11138",2269,41837,3,984,2399 +"11139",2269,41972,2,984,2509 +"11140",2269,42129,3,984,2318 +"11141",2269,42216,3,984,2722 +"11142",2269,42474,2,984,2322 +"11143",2269,42574,3,984,2842 +"11144",2269,44135,3,984,2620 +"11145",2269,45302,3,984,2390 +"11146",2269,46091,3,984,1938 +"11147",2269,46182,3,984,1613 +"11148",2269,47248,1,984,2883 +"11149",2269,47715,3,984,2111 +"11150",2269,49110,3,984,2938 +"11151",2269,49512,3,984,1302 +"11152",2269,50124,3,984,1209 +"11153",2269,51017,1,984,2073 +"11154",2269,51035,2,984,2397 +"11155",2269,51410,2,984,2739 +"11156",2269,51810,3,984,1401 +"11157",2269,51866,3,984,2411 +"11158",2269,51987,3,984,1397 +"11159",2269,52003,3,984,2067 +"11160",2269,52058,3,984,1836 +"11161",2269,52735,3,984,1124 +"11162",2269,52835,3,984,995 +"11163",2269,53196,3,984,1888 +"11164",2269,53323,3,984,2677 +"11165",2269,53433,2,984,1187 +"11166",2269,55156,3,984,2196 +"11167",2269,55468,3,984,2511 +"11168",2269,56171,3,984,1524 +"11169",2269,57804,3,984,2214 +"11170",2269,57950,3,984,1529 +"11171",2269,58035,2,984,1646 +"11172",2269,58078,3,984,1252 +"11173",2269,62841,3,984,2710 +"11174",2269,63409,3,984,1937 +"11175",2269,63442,3,984,1965 +"11176",2269,63547,1,984,1023 +"11177",2269,64031,3,984,1295 +"11178",2269,64181,1,984,1828 +"11179",2269,64997,2,984,2791 +"11180",2269,65625,2,984,1273 +"11181",2269,66413,2,984,2507 +"11182",2269,66860,3,984,1548 +"11183",2269,66983,3,984,2397 +"11184",2269,67314,3,984,1051 +"11185",2269,68215,3,984,2727 +"11186",2269,69250,3,984,1439 +"11187",2269,69260,3,984,1698 +"11188",2269,69712,3,984,1219 +"11189",2269,69745,3,984,1594 +"11190",2269,70605,1,984,1176 +"11191",2269,71342,3,984,1289 +"11192",2269,71618,3,984,2960 +"11193",2269,72334,3,984,2820 +"11194",2269,75948,2,984,1006 +"11195",2269,76603,3,984,1300 +"11196",2269,76892,3,984,2381 +"11197",2269,78563,3,984,2385 +"11198",2269,79322,3,984,2770 +"11199",2269,80825,3,984,2315 +"11200",2269,81588,3,984,1568 +"11201",2269,82767,3,984,1641 +"11202",2269,82787,2,984,1144 +"11203",2269,83219,3,984,1492 +"11204",2269,84022,3,984,2289 +"11205",2269,86799,3,984,1951 +"11206",2269,88966,3,984,1568 +"11207",2269,92508,3,984,1374 +"11208",2269,92973,3,984,1276 +"11209",2269,94808,3,984,988 +"11210",2269,105063,2,984,1908 +"11211",2269,105685,3,984,2469 +"11212",2269,105947,3,984,997 +"11213",2269,111843,3,984,1963 +"11214",2272,843,3,1640,2332 +"11215",2272,2443,1,1640,2333 +"11216",2272,3271,3,1640,2216 +"11217",2272,4249,3,1640,2547 +"11218",2272,5637,3,1640,1976 +"11219",2272,6345,3,1640,2713 +"11220",2272,8607,3,1640,1685 +"11221",2272,9272,3,1640,2835 +"11222",2272,9538,2,1640,1786 +"11223",2272,9724,3,1640,2713 +"11224",2272,9910,3,1640,2526 +"11225",2272,12116,2,1640,2119 +"11226",2272,13340,3,1640,1918 +"11227",2272,14470,1,1640,2632 +"11228",2272,14957,3,1640,2306 +"11229",2272,15782,2,1640,2306 +"11230",2272,20547,3,1640,2145 +"11231",2272,20695,3,1640,2526 +"11232",2272,22410,1,1640,2158 +"11233",2272,23498,3,1640,2398 +"11234",2272,23560,3,1640,2051 +"11235",2272,30697,3,1640,2891 +"11236",2272,31264,2,1640,2335 +"11237",2272,36840,3,1640,2269 +"11238",2272,41098,2,1640,1857 +"11239",2272,42407,3,1640,2408 +"11240",2272,43226,3,1640,2442 +"11241",2272,45499,2,1640,2346 +"11242",2272,48110,3,1640,2009 +"11243",2272,48501,2,1640,2010 +"11244",2272,49403,3,1640,2427 +"11245",2272,50468,3,1640,1659 +"11246",2272,52950,2,1640,2716 +"11247",2272,53652,3,1640,2899 +"11248",2272,57205,3,1640,2948 +"11249",2272,58508,3,1640,2326 +"11250",2272,67836,3,1640,2195 +"11251",2272,68286,3,1640,2442 +"11252",2272,69335,3,1640,2698 +"11253",2272,77719,3,1640,2086 +"11254",2272,80301,3,1640,1690 +"11255",2272,83334,3,1640,1708 +"11256",2272,93553,3,1640,2537 +"11257",2282,827,3,2056,2964 +"11258",2282,1624,3,2056,2687 +"11259",2282,2647,3,2056,2450 +"11260",2282,3158,3,2056,2762 +"11261",2282,4249,3,2056,2547 +"11262",2282,6345,2,2056,2713 +"11263",2282,7253,3,2056,2686 +"11264",2282,9724,2,2056,2713 +"11265",2282,12116,2,2056,2119 +"11266",2282,14470,3,2056,2632 +"11267",2282,14957,3,2056,2306 +"11268",2282,15782,3,2056,2306 +"11269",2282,17499,2,2056,2954 +"11270",2282,19366,3,2056,2279 +"11271",2282,22410,3,2056,2158 +"11272",2282,23550,3,2056,2939 +"11273",2282,26597,1,2056,2070 +"11274",2282,28782,1,2056,2272 +"11275",2282,30714,3,2056,2485 +"11276",2282,31855,3,2056,2636 +"11277",2282,32169,2,2056,2504 +"11278",2282,36840,1,2056,2269 +"11279",2282,37684,3,2056,2899 +"11280",2282,42382,2,2056,2224 +"11281",2282,42390,2,2056,2937 +"11282",2282,42407,3,2056,2408 +"11283",2282,43701,2,2056,2400 +"11284",2282,47607,3,2056,2724 +"11285",2282,52323,3,2056,2148 +"11286",2282,53584,2,2056,2391 +"11287",2282,53652,2,2056,2899 +"11288",2282,64737,3,2056,2442 +"11289",2282,69795,3,2056,2636 +"11290",2282,71999,2,2056,2685 +"11291",2282,73520,2,2056,2613 +"11292",2282,77719,3,2056,2086 +"11293",2282,80970,1,2056,2069 +"11294",2288,6824,3,1870,2680 +"11295",2288,10638,3,1870,2692 +"11296",2288,11506,3,1870,2824 +"11297",2288,21463,3,1870,2437 +"11298",2288,22297,3,1870,1904 +"11299",2288,28582,3,1870,2698 +"11300",2288,36136,3,1870,2338 +"11301",2288,39105,3,1870,2487 +"11302",2288,66911,3,1870,1920 +"11303",2288,69335,3,1870,2698 +"11304",2289,489,3,2389,2652 +"11305",2289,7234,3,2389,2654 +"11306",2289,15930,3,2389,2541 +"11307",2289,29095,3,2389,2531 +"11308",2289,29454,3,2389,2719 +"11309",2289,29864,3,2389,2479 +"11310",2289,35187,3,2389,2488 +"11311",2289,39556,1,2389,2747 +"11312",2289,41764,3,2389,2409 +"11313",2289,53846,3,2389,2737 +"11314",2289,56082,3,2389,2395 +"11315",2289,57732,2,2389,2454 +"11316",2289,59539,3,2389,2429 +"11317",2289,72207,3,2389,2430 +"11318",2294,267,3,1638,2631 +"11319",2294,3770,3,1638,2623 +"11320",2294,8860,2,1638,2141 +"11321",2294,14915,3,1638,2606 +"11322",2294,17061,3,1638,2385 +"11323",2294,22207,3,1638,2365 +"11324",2294,27509,3,1638,2067 +"11325",2294,28627,3,1638,2694 +"11326",2294,33341,2,1638,2338 +"11327",2294,39534,3,1638,2410 +"11328",2294,46261,3,1638,2350 +"11329",2294,73172,2,1638,2496 +"11330",2294,80050,3,1638,2698 +"11331",2294,91772,3,1638,2233 +"11332",2294,98058,3,1638,1891 +"11333",2294,107383,3,1638,1918 +"11334",2300,23,3,565,1682 +"11335",2300,600,3,565,1702 +"11336",2300,675,2,565,1686 +"11337",2300,1046,3,565,1881 +"11338",2300,1127,1,565,1188 +"11339",2300,1130,1,565,1566 +"11340",2300,1136,2,565,2536 +"11341",2300,1175,3,565,1642 +"11342",2300,1469,3,565,1160 +"11343",2300,2269,1,565,984 +"11344",2300,2325,1,565,1641 +"11345",2300,2743,3,565,1278 +"11346",2300,2754,3,565,1360 +"11347",2300,2765,2,565,2321 +"11348",2300,2954,3,565,2727 +"11349",2300,3242,3,565,1730 +"11350",2300,3777,3,565,1798 +"11351",2300,3886,3,565,1669 +"11352",2300,3966,2,565,2425 +"11353",2300,4191,3,565,2130 +"11354",2300,4567,3,565,2348 +"11355",2300,4618,3,565,2607 +"11356",2300,4785,3,565,996 +"11357",2300,4790,3,565,1025 +"11358",2300,4791,3,565,1184 +"11359",2300,5041,3,565,2371 +"11360",2300,5491,3,565,2048 +"11361",2300,5725,3,565,2789 +"11362",2300,6044,3,565,2744 +"11363",2300,6366,3,565,798 +"11364",2300,6740,2,565,2699 +"11365",2300,6914,3,565,2668 +"11366",2300,7847,3,565,2424 +"11367",2300,7861,1,565,1647 +"11368",2300,10130,2,565,2741 +"11369",2300,10513,3,565,2284 +"11370",2300,10875,3,565,1234 +"11371",2300,11208,2,565,1161 +"11372",2300,11540,3,565,1237 +"11373",2300,11576,3,565,808 +"11374",2300,12042,3,565,2345 +"11375",2300,14669,3,565,2080 +"11376",2300,14983,3,565,1047 +"11377",2300,15005,3,565,1415 +"11378",2300,16074,3,565,977 +"11379",2300,16164,3,565,1184 +"11380",2300,16881,3,565,925 +"11381",2300,17931,3,565,1617 +"11382",2300,17943,3,565,1943 +"11383",2300,18615,3,565,1025 +"11384",2300,18825,3,565,1240 +"11385",2300,19248,3,565,2357 +"11386",2300,19516,3,565,2313 +"11387",2300,19627,3,565,627 +"11388",2300,19719,3,565,2177 +"11389",2300,19814,3,565,936 +"11390",2300,20824,3,565,1366 +"11391",2300,21138,3,565,2849 +"11392",2300,21795,3,565,2653 +"11393",2300,22277,2,565,2424 +"11394",2300,22714,2,565,2793 +"11395",2300,23319,3,565,2867 +"11396",2300,23506,3,565,1172 +"11397",2300,23825,3,565,1913 +"11398",2300,24964,3,565,2491 +"11399",2300,25129,1,565,2647 +"11400",2300,25325,3,565,2963 +"11401",2300,25341,2,565,1858 +"11402",2300,25643,3,565,1646 +"11403",2300,26080,3,565,2525 +"11404",2300,26282,2,565,1241 +"11405",2300,26322,3,565,1018 +"11406",2300,26766,2,565,1161 +"11407",2300,26865,3,565,2726 +"11408",2300,27686,3,565,2844 +"11409",2300,28434,3,565,1141 +"11410",2300,29050,3,565,1196 +"11411",2300,29115,3,565,1047 +"11412",2300,29705,3,565,607 +"11413",2300,29917,2,565,1962 +"11414",2300,31799,3,565,2547 +"11415",2300,32939,3,565,2277 +"11416",2300,34492,3,565,1798 +"11417",2300,34509,1,565,1973 +"11418",2300,35113,3,565,1327 +"11419",2300,35481,3,565,2211 +"11420",2300,37238,3,565,2609 +"11421",2300,37333,3,565,1612 +"11422",2300,38055,3,565,1089 +"11423",2300,38694,3,565,817 +"11424",2300,39827,3,565,2321 +"11425",2300,40293,3,565,1671 +"11426",2300,40417,3,565,771 +"11427",2300,40493,3,565,1981 +"11428",2300,41402,3,565,2313 +"11429",2300,41739,3,565,1339 +"11430",2300,41972,3,565,2509 +"11431",2300,42175,3,565,1594 +"11432",2300,42474,2,565,2322 +"11433",2300,44648,3,565,619 +"11434",2300,45343,3,565,2360 +"11435",2300,45746,3,565,609 +"11436",2300,46111,3,565,871 +"11437",2300,47248,2,565,2883 +"11438",2300,49110,3,565,2938 +"11439",2300,51017,2,565,2073 +"11440",2300,51022,3,565,1499 +"11441",2300,51035,3,565,2397 +"11442",2300,51410,2,565,2739 +"11443",2300,51987,3,565,1397 +"11444",2300,52835,3,565,995 +"11445",2300,53196,3,565,1888 +"11446",2300,53433,2,565,1187 +"11447",2300,54250,3,565,2340 +"11448",2300,56171,3,565,1524 +"11449",2300,57804,3,565,2214 +"11450",2300,58035,2,565,1646 +"11451",2300,61982,3,565,2725 +"11452",2300,62841,2,565,2710 +"11453",2300,63547,2,565,1023 +"11454",2300,64031,3,565,1295 +"11455",2300,64181,2,565,1828 +"11456",2300,64997,3,565,2791 +"11457",2300,65625,3,565,1273 +"11458",2300,66413,3,565,2507 +"11459",2300,67216,2,565,984 +"11460",2300,68215,3,565,2727 +"11461",2300,70605,2,565,1176 +"11462",2300,71618,2,565,2960 +"11463",2300,74731,3,565,853 +"11464",2300,75948,3,565,1006 +"11465",2300,81482,2,565,908 +"11466",2300,82767,3,565,1641 +"11467",2300,82787,3,565,1144 +"11468",2300,83219,3,565,1492 +"11469",2300,83434,3,565,850 +"11470",2300,87692,3,565,775 +"11471",2300,88347,2,565,793 +"11472",2300,90259,3,565,699 +"11473",2300,90378,3,565,890 +"11474",2300,90802,3,565,877 +"11475",2300,92220,3,565,607 +"11476",2300,92973,3,565,1276 +"11477",2300,94808,3,565,988 +"11478",2300,101395,3,565,891 +"11479",2300,105063,3,565,1908 +"11480",2300,105685,3,565,2469 +"11481",2300,120585,3,565,961 +"11482",2322,270,3,1645,2542 +"11483",2322,357,3,1645,2327 +"11484",2322,913,3,1645,2144 +"11485",2322,2424,2,1645,2582 +"11486",2322,2533,3,1645,2016 +"11487",2322,3305,3,1645,2839 +"11488",2322,6363,3,1645,2066 +"11489",2322,9311,3,1645,2477 +"11490",2322,11006,3,1645,1950 +"11491",2322,15813,3,1645,2143 +"11492",2322,16201,3,1645,1811 +"11493",2322,19248,3,1645,2357 +"11494",2322,19719,3,1645,2177 +"11495",2322,21285,3,1645,2100 +"11496",2322,23395,3,1645,1948 +"11497",2322,25577,3,1645,1946 +"11498",2322,27275,3,1645,2656 +"11499",2322,27390,3,1645,2425 +"11500",2322,27694,3,1645,2030 +"11501",2322,32339,3,1645,2430 +"11502",2322,38019,3,1645,1870 +"11503",2322,40937,2,1645,2639 +"11504",2322,43455,3,1645,2846 +"11505",2322,46629,3,1645,2255 +"11506",2322,49620,3,1645,1868 +"11507",2322,50685,3,1645,2008 +"11508",2322,52058,3,1645,1836 +"11509",2322,52576,2,1645,2234 +"11510",2322,55082,3,1645,1856 +"11511",2322,56082,3,1645,2395 +"11512",2322,56317,2,1645,2030 +"11513",2322,58451,3,1645,1939 +"11514",2322,58508,3,1645,2326 +"11515",2322,61982,3,1645,2725 +"11516",2322,62841,3,1645,2710 +"11517",2322,76892,3,1645,2381 +"11518",2322,79322,3,1645,2770 +"11519",2322,82949,2,1645,2077 +"11520",2325,23,3,1641,1682 +"11521",2325,600,3,1641,1702 +"11522",2325,675,3,1641,1686 +"11523",2325,1046,3,1641,1881 +"11524",2325,1136,3,1641,2536 +"11525",2325,1175,3,1641,1642 +"11526",2325,2765,3,1641,2321 +"11527",2325,2954,3,1641,2727 +"11528",2325,3242,3,1641,1730 +"11529",2325,3777,3,1641,1798 +"11530",2325,3886,3,1641,1669 +"11531",2325,3966,2,1641,2425 +"11532",2325,4567,3,1641,2348 +"11533",2325,4618,3,1641,2607 +"11534",2325,5041,3,1641,2371 +"11535",2325,5725,3,1641,2789 +"11536",2325,6044,3,1641,2744 +"11537",2325,6740,3,1641,2699 +"11538",2325,7847,3,1641,2424 +"11539",2325,7861,2,1641,1647 +"11540",2325,10130,3,1641,2741 +"11541",2325,10513,3,1641,2284 +"11542",2325,14669,3,1641,2080 +"11543",2325,17943,3,1641,1943 +"11544",2325,21138,3,1641,2849 +"11545",2325,22277,3,1641,2424 +"11546",2325,22714,3,1641,2793 +"11547",2325,23825,3,1641,1913 +"11548",2325,24964,2,1641,2491 +"11549",2325,25129,2,1641,2647 +"11550",2325,25325,3,1641,2963 +"11551",2325,25341,2,1641,1858 +"11552",2325,25643,3,1641,1646 +"11553",2325,26080,3,1641,2525 +"11554",2325,26865,3,1641,2726 +"11555",2325,29917,3,1641,1962 +"11556",2325,31799,3,1641,2547 +"11557",2325,32939,3,1641,2277 +"11558",2325,34480,3,1641,2755 +"11559",2325,34509,1,1641,1973 +"11560",2325,40293,3,1641,1671 +"11561",2325,41402,3,1641,2313 +"11562",2325,41972,3,1641,2509 +"11563",2325,42474,3,1641,2322 +"11564",2325,47248,2,1641,2883 +"11565",2325,51017,2,1641,2073 +"11566",2325,51035,3,1641,2397 +"11567",2325,51410,3,1641,2739 +"11568",2325,57804,3,1641,2214 +"11569",2325,58035,2,1641,1646 +"11570",2325,62841,3,1641,2710 +"11571",2325,64181,2,1641,1828 +"11572",2325,64997,3,1641,2791 +"11573",2325,66413,3,1641,2507 +"11574",2325,68215,3,1641,2727 +"11575",2325,71618,3,1641,2960 +"11576",2325,105063,3,1641,1908 +"11577",2334,38755,3,2619,2902 +"11578",2337,1767,3,1697,2727 +"11579",2337,2694,3,1697,2062 +"11580",2337,3068,2,1697,1815 +"11581",2337,3980,3,1697,2771 +"11582",2337,4705,2,1697,1714 +"11583",2337,6996,3,1697,2916 +"11584",2337,7258,3,1697,1714 +"11585",2337,10964,3,1697,2043 +"11586",2337,11067,3,1697,2734 +"11587",2337,11625,3,1697,2022 +"11588",2337,13158,3,1697,2667 +"11589",2337,17943,3,1697,1943 +"11590",2337,21754,3,1697,1881 +"11591",2337,25078,1,1697,2312 +"11592",2337,30827,3,1697,2323 +"11593",2337,35360,3,1697,2043 +"11594",2337,42216,3,1697,2722 +"11595",2337,43404,3,1697,2649 +"11596",2337,46742,3,1697,2144 +"11597",2337,47812,3,1697,2343 +"11598",2337,48823,3,1697,2080 +"11599",2337,49787,3,1697,2352 +"11600",2337,49812,3,1697,1816 +"11601",2337,66124,3,1697,2174 +"11602",2337,83862,3,1697,2026 +"11603",2337,95879,3,1697,1748 +"11604",2337,106891,3,1697,1907 +"11605",2344,26642,3,2752,2952 +"11606",2344,31089,3,2752,2952 +"11607",2349,1592,3,1288,2006 +"11608",2349,1897,1,1288,1727 +"11609",2349,2334,3,1288,2619 +"11610",2349,2418,3,1288,2020 +"11611",2349,2759,3,1288,2030 +"11612",2349,3242,3,1288,1730 +"11613",2349,3271,3,1288,2216 +"11614",2349,3317,3,1288,2037 +"11615",2349,4730,3,1288,2131 +"11616",2349,5055,3,1288,1796 +"11617",2349,5239,3,1288,2875 +"11618",2349,6627,2,1288,2063 +"11619",2349,6824,3,1288,2680 +"11620",2349,7196,3,1288,1508 +"11621",2349,7269,3,1288,1728 +"11622",2349,7433,3,1288,2255 +"11623",2349,7443,3,1288,2028 +"11624",2349,8621,3,1288,1681 +"11625",2349,9272,3,1288,2835 +"11626",2349,10638,3,1288,2692 +"11627",2349,10914,2,1288,1660 +"11628",2349,11103,3,1288,2393 +"11629",2349,11381,3,1288,1638 +"11630",2349,11506,2,1288,2824 +"11631",2349,14888,2,1288,1411 +"11632",2349,14943,3,1288,1942 +"11633",2349,15401,3,1288,1999 +"11634",2349,17826,3,1288,2920 +"11635",2349,18571,1,1288,2128 +"11636",2349,18943,2,1288,2861 +"11637",2349,20007,3,1288,2971 +"11638",2349,20432,3,1288,1727 +"11639",2349,20563,3,1288,2267 +"11640",2349,21180,3,1288,2762 +"11641",2349,21193,3,1288,2490 +"11642",2349,21463,2,1288,2437 +"11643",2349,21741,3,1288,1574 +"11644",2349,22297,3,1288,1904 +"11645",2349,27478,3,1288,2485 +"11646",2349,27783,1,1288,2302 +"11647",2349,28048,3,1288,1637 +"11648",2349,28784,3,1288,1579 +"11649",2349,31164,1,1288,1996 +"11650",2349,31307,3,1288,2139 +"11651",2349,32449,2,1288,2091 +"11652",2349,32988,3,1288,2008 +"11653",2349,36136,1,1288,2338 +"11654",2349,38144,3,1288,2637 +"11655",2349,38755,3,1288,2902 +"11656",2349,39105,1,1288,2487 +"11657",2349,41978,3,1288,2824 +"11658",2349,43226,3,1288,2442 +"11659",2349,45959,3,1288,1880 +"11660",2349,46621,3,1288,1343 +"11661",2349,46951,1,1288,2429 +"11662",2349,47384,2,1288,1639 +"11663",2349,47571,1,1288,1667 +"11664",2349,48110,3,1288,2009 +"11665",2349,53013,3,1288,2523 +"11666",2349,53031,3,1288,2065 +"11667",2349,53697,3,1288,1909 +"11668",2349,55775,3,1288,2385 +"11669",2349,56338,3,1288,1818 +"11670",2349,57781,3,1288,1971 +"11671",2349,58508,3,1288,2326 +"11672",2349,59039,2,1288,2870 +"11673",2349,65155,3,1288,1947 +"11674",2349,66911,3,1288,1920 +"11675",2349,68592,2,1288,2551 +"11676",2349,69335,2,1288,2698 +"11677",2349,76132,2,1288,2426 +"11678",2349,76675,2,1288,1840 +"11679",2349,77397,3,1288,1302 +"11680",2349,80301,3,1288,1690 +"11681",2349,88966,3,1288,1568 +"11682",2349,93208,2,1288,1324 +"11683",2349,94926,2,1288,1611 +"11684",2349,104306,3,1288,1665 +"11685",2349,111034,3,1288,2131 +"11686",2349,115155,3,1288,1942 +"11687",2351,2226,3,1868,2225 +"11688",2351,32516,3,1868,2050 +"11689",2351,46982,3,1868,2806 +"11690",2351,51250,3,1868,2683 +"11691",2351,57492,3,1868,2855 +"11692",2357,357,2,492,2327 +"11693",2357,1685,3,492,2230 +"11694",2357,2014,3,492,973 +"11695",2357,2269,3,492,984 +"11696",2357,3186,3,492,919 +"11697",2357,4317,3,492,1224 +"11698",2357,4567,3,492,2348 +"11699",2357,5350,3,492,2522 +"11700",2357,5798,2,492,1779 +"11701",2357,6366,3,492,798 +"11702",2357,7123,3,492,1964 +"11703",2357,7196,3,492,1508 +"11704",2357,7759,2,492,2844 +"11705",2357,8259,3,492,1677 +"11706",2357,8513,2,492,875 +"11707",2357,9200,3,492,787 +"11708",2357,9342,3,492,896 +"11709",2357,10343,2,492,1072 +"11710",2357,11154,2,492,1594 +"11711",2357,12007,3,492,1594 +"11712",2357,12042,3,492,2345 +"11713",2357,12462,3,492,1461 +"11714",2357,13671,3,492,1371 +"11715",2357,14655,3,492,2559 +"11716",2357,15560,3,492,2257 +"11717",2357,16096,3,492,2301 +"11718",2357,17328,3,492,1206 +"11719",2357,18348,3,492,1711 +"11720",2357,18825,2,492,1240 +"11721",2357,19093,3,492,2224 +"11722",2357,20049,3,492,877 +"11723",2357,21029,3,492,1943 +"11724",2357,21872,1,492,2458 +"11725",2357,22543,3,492,1594 +"11726",2357,22744,3,492,1907 +"11727",2357,23806,2,492,1671 +"11728",2357,23825,3,492,1913 +"11729",2357,24923,3,492,2785 +"11730",2357,25730,3,492,1206 +"11731",2357,27377,3,492,1724 +"11732",2357,28784,3,492,1579 +"11733",2357,29722,3,492,1305 +"11734",2357,30095,3,492,1578 +"11735",2357,31794,3,492,1919 +"11736",2357,31927,3,492,818 +"11737",2357,33672,3,492,2396 +"11738",2357,36031,2,492,2342 +"11739",2357,36440,3,492,704 +"11740",2357,38140,1,492,1866 +"11741",2357,39186,3,492,1258 +"11742",2357,40129,3,492,2162 +"11743",2357,40645,3,492,1899 +"11744",2357,40937,3,492,2639 +"11745",2357,41075,3,492,1176 +"11746",2357,41837,3,492,2399 +"11747",2357,44135,3,492,2620 +"11748",2357,45959,3,492,1880 +"11749",2357,46040,3,492,2105 +"11750",2357,50229,3,492,1190 +"11751",2357,61719,3,492,1515 +"11752",2357,65322,3,492,2008 +"11753",2357,66802,3,492,574 +"11754",2357,68317,2,492,874 +"11755",2357,69745,2,492,1594 +"11756",2357,70605,3,492,1176 +"11757",2357,71982,1,492,2812 +"11758",2357,73192,3,492,1955 +"11759",2357,76672,1,492,1930 +"11760",2357,78150,3,492,2581 +"11761",2357,79461,3,492,1667 +"11762",2357,80219,3,492,988 +"11763",2357,84022,3,492,2289 +"11764",2357,88535,3,492,1229 +"11765",2357,89681,2,492,1978 +"11766",2357,92469,3,492,1232 +"11767",2357,96352,3,492,1493 +"11768",2357,96387,2,492,2159 +"11769",2357,102581,2,492,1813 +"11770",2357,102824,3,492,2944 +"11771",2357,105100,3,492,633 +"11772",2357,105117,3,492,809 +"11773",2357,106265,3,492,615 +"11774",2357,109031,3,492,523 +"11775",2370,1393,3,1600,1706 +"11776",2370,2907,3,1600,1980 +"11777",2370,3068,3,1600,1815 +"11778",2370,4249,3,1600,2547 +"11779",2370,4784,2,1600,2511 +"11780",2370,5064,3,1600,1690 +"11781",2370,5937,3,1600,2392 +"11782",2370,6020,1,1600,1864 +"11783",2370,6223,3,1600,2363 +"11784",2370,9724,3,1600,2713 +"11785",2370,12684,3,1600,2182 +"11786",2370,14172,3,1600,1923 +"11787",2370,15086,2,1600,2135 +"11788",2370,15343,3,1600,2125 +"11789",2370,15558,3,1600,2389 +"11790",2370,15782,3,1600,2306 +"11791",2370,16477,3,1600,2069 +"11792",2370,16866,3,1600,2718 +"11793",2370,17552,3,1600,2082 +"11794",2370,18821,3,1600,2075 +"11795",2370,21358,2,1600,1970 +"11796",2370,21920,3,1600,2367 +"11797",2370,23121,3,1600,2108 +"11798",2370,23728,2,1600,2601 +"11799",2370,23771,3,1600,1614 +"11800",2370,31950,3,1600,2217 +"11801",2370,33460,2,1600,2781 +"11802",2370,34576,3,1600,1727 +"11803",2370,36491,3,1600,1781 +"11804",2370,36709,3,1600,1629 +"11805",2370,41489,2,1600,2006 +"11806",2370,44730,3,1600,2468 +"11807",2370,45297,2,1600,1864 +"11808",2370,45449,2,1600,1610 +"11809",2370,48823,3,1600,2080 +"11810",2370,48931,3,1600,2444 +"11811",2370,53293,3,1600,2916 +"11812",2370,54488,3,1600,2357 +"11813",2370,57549,3,1600,2335 +"11814",2370,61921,2,1600,1793 +"11815",2370,64737,3,1600,2442 +"11816",2370,68813,3,1600,2511 +"11817",2370,76997,2,1600,2223 +"11818",2370,80186,3,1600,2228 +"11819",2370,82217,3,1600,2441 +"11820",2370,86559,3,1600,1704 +"11821",2370,95879,3,1600,1748 +"11822",2370,100084,3,1600,1964 +"11823",2370,108467,3,1600,2170 +"11824",2375,1570,3,104,2028 +"11825",2375,3272,3,104,2132 +"11826",2375,3477,3,104,2546 +"11827",2375,3678,3,104,1325 +"11828",2375,4622,3,104,1589 +"11829",2375,4646,3,104,2139 +"11830",2375,6063,3,104,2349 +"11831",2375,6562,3,104,1139 +"11832",2375,7648,3,104,1861 +"11833",2375,9273,2,104,1747 +"11834",2375,9328,3,104,1937 +"11835",2375,9462,2,104,378 +"11836",2375,10435,3,104,1984 +"11837",2375,12735,3,104,819 +"11838",2375,12779,3,104,936 +"11839",2375,14442,3,104,2700 +"11840",2375,14902,2,104,562 +"11841",2375,16184,3,104,2274 +"11842",2375,17608,3,104,1216 +"11843",2375,17768,3,104,2468 +"11844",2375,18217,3,104,1566 +"11845",2375,18455,3,104,1237 +"11846",2375,21810,3,104,1579 +"11847",2375,22462,3,104,869 +"11848",2375,24867,3,104,1861 +"11849",2375,25053,2,104,2186 +"11850",2375,29067,3,104,1538 +"11851",2375,29354,3,104,1123 +"11852",2375,31281,3,104,1937 +"11853",2375,32904,3,104,2055 +"11854",2375,33223,3,104,2397 +"11855",2375,36975,3,104,887 +"11856",2375,36996,3,104,2321 +"11857",2375,39911,3,104,1445 +"11858",2375,40542,3,104,1664 +"11859",2375,41669,3,104,1247 +"11860",2375,44501,3,104,2567 +"11861",2375,46849,3,104,1238 +"11862",2375,47094,3,104,2592 +"11863",2375,52389,3,104,512 +"11864",2375,55265,3,104,209 +"11865",2375,55446,3,104,1247 +"11866",2375,55997,3,104,1414 +"11867",2375,58536,2,104,2742 +"11868",2375,59143,3,104,359 +"11869",2375,59289,2,104,2896 +"11870",2375,59776,3,104,2493 +"11871",2375,69830,3,104,378 +"11872",2375,70422,3,104,1398 +"11873",2375,76503,2,104,1136 +"11874",2375,79435,3,104,299 +"11875",2375,81848,3,104,221 +"11876",2375,84317,3,104,2081 +"11877",2375,84322,3,104,1635 +"11878",2375,84796,1,104,113 +"11879",2375,88739,3,104,933 +"11880",2375,91465,2,104,1047 +"11881",2375,93123,3,104,870 +"11882",2375,95730,2,104,1481 +"11883",2375,103536,2,104,475 +"11884",2384,180,3,1057,1593 +"11885",2384,1367,3,1057,2176 +"11886",2384,2709,1,1057,1673 +"11887",2384,4696,3,1057,2656 +"11888",2384,5405,3,1057,1510 +"11889",2384,5622,3,1057,2175 +"11890",2384,6241,3,1057,2264 +"11891",2384,7180,3,1057,2227 +"11892",2384,8533,3,1057,2251 +"11893",2384,10857,3,1057,2253 +"11894",2384,10859,3,1057,2231 +"11895",2384,11229,3,1057,1625 +"11896",2384,12375,3,1057,1873 +"11897",2384,14103,3,1057,2204 +"11898",2384,15402,3,1057,1281 +"11899",2384,15756,3,1057,2362 +"11900",2384,17704,1,1057,1651 +"11901",2384,19622,3,1057,2371 +"11902",2384,22311,3,1057,2034 +"11903",2384,23492,2,1057,1067 +"11904",2384,23725,3,1057,2378 +"11905",2384,24259,3,1057,1281 +"11906",2384,24405,3,1057,1443 +"11907",2384,28285,3,1057,2972 +"11908",2384,29454,3,1057,2719 +"11909",2384,30165,3,1057,1409 +"11910",2384,30325,3,1057,1067 +"11911",2384,31436,3,1057,2892 +"11912",2384,35673,3,1057,1067 +"11913",2384,35888,3,1057,2291 +"11914",2384,37358,2,1057,2128 +"11915",2384,39278,3,1057,1952 +"11916",2384,39294,3,1057,1889 +"11917",2384,39556,3,1057,2747 +"11918",2384,41764,3,1057,2409 +"11919",2384,43671,2,1057,1224 +"11920",2384,44188,3,1057,1609 +"11921",2384,45684,2,1057,2200 +"11922",2384,46196,3,1057,1510 +"11923",2384,49608,3,1057,2184 +"11924",2384,53342,3,1057,2071 +"11925",2384,54551,3,1057,2348 +"11926",2384,57246,2,1057,1873 +"11927",2384,57842,3,1057,2482 +"11928",2384,76284,3,1057,1237 +"11929",2396,6071,2,1674,2310 +"11930",2407,267,3,1725,2631 +"11931",2407,364,3,1725,2351 +"11932",2407,728,3,1725,1812 +"11933",2407,915,3,1725,1793 +"11934",2407,1519,3,1725,2349 +"11935",2407,1702,3,1725,1984 +"11936",2407,2226,3,1725,2225 +"11937",2407,2799,3,1725,2173 +"11938",2407,3460,3,1725,2530 +"11939",2407,3896,3,1725,2693 +"11940",2407,4504,3,1725,1905 +"11941",2407,4821,2,1725,1938 +"11942",2407,5120,3,1725,2735 +"11943",2407,5897,3,1725,2337 +"11944",2407,6262,3,1725,2733 +"11945",2407,7252,3,1725,2799 +"11946",2407,9202,2,1725,2477 +"11947",2407,9331,3,1725,2269 +"11948",2407,9703,3,1725,1845 +"11949",2407,11136,3,1725,2573 +"11950",2407,11563,3,1725,1863 +"11951",2407,11990,3,1725,1909 +"11952",2407,15546,2,1725,2055 +"11953",2407,16866,1,1725,2718 +"11954",2407,17351,3,1725,2036 +"11955",2407,17632,3,1725,1947 +"11956",2407,18211,3,1725,1745 +"11957",2407,18421,3,1725,2457 +"11958",2407,18865,1,1725,2676 +"11959",2407,18965,3,1725,2315 +"11960",2407,19208,2,1725,2629 +"11961",2407,19605,2,1725,2395 +"11962",2407,19934,3,1725,2888 +"11963",2407,22207,3,1725,2365 +"11964",2407,23918,3,1725,1881 +"11965",2407,25816,3,1725,2088 +"11966",2407,26642,2,1725,2952 +"11967",2407,26865,3,1725,2726 +"11968",2407,27686,3,1725,2844 +"11969",2407,27914,3,1725,2507 +"11970",2407,29454,3,1725,2719 +"11971",2407,29977,3,1725,2781 +"11972",2407,30081,3,1725,2403 +"11973",2407,30865,3,1725,2038 +"11974",2407,31089,3,1725,2952 +"11975",2407,31840,3,1725,2389 +"11976",2407,32110,2,1725,2224 +"11977",2407,35980,3,1725,2657 +"11978",2407,36270,2,1725,2910 +"11979",2407,36646,3,1725,2744 +"11980",2407,36714,3,1725,2209 +"11981",2407,40565,3,1725,2115 +"11982",2407,41134,3,1725,2952 +"11983",2407,41764,3,1725,2409 +"11984",2407,42642,3,1725,2257 +"11985",2407,42813,2,1725,2142 +"11986",2407,43673,3,1725,2787 +"11987",2407,44403,3,1725,2429 +"11988",2407,44688,3,1725,2924 +"11989",2407,46486,3,1725,1868 +"11990",2407,47965,2,1725,2232 +"11991",2407,48215,3,1725,2028 +"11992",2407,48931,3,1725,2444 +"11993",2407,50480,2,1725,2701 +"11994",2407,51610,3,1725,2635 +"11995",2407,53498,3,1725,1967 +"11996",2407,54775,3,1725,2383 +"11997",2407,56910,2,1725,2705 +"11998",2407,60516,3,1725,2257 +"11999",2407,60661,3,1725,2700 +"12000",2407,61398,3,1725,2563 +"12001",2407,63395,1,1725,2334 +"12002",2407,64469,3,1725,2707 +"12003",2407,72348,2,1725,1810 +"12004",2407,72376,3,1725,1901 +"12005",2407,74204,2,1725,2463 +"12006",2407,80606,3,1725,2079 +"12007",2407,87509,3,1725,1907 +"12008",2407,89826,3,1725,2033 +"12009",2407,94640,3,1725,2344 +"12010",2407,98058,3,1725,1891 +"12011",2407,100084,3,1725,1964 +"12012",2407,104565,3,1725,2693 +"12013",2407,108872,3,1725,1810 +"12014",2407,115059,3,1725,2552 +"12015",2412,1044,3,181,880 +"12016",2412,1592,3,181,2006 +"12017",2412,2424,3,181,2582 +"12018",2412,2533,3,181,2016 +"12019",2412,8470,3,181,288 +"12020",2412,8777,3,181,1620 +"12021",2412,10861,3,181,1189 +"12022",2412,15636,3,181,2857 +"12023",2412,16201,3,181,1811 +"12024",2412,19719,3,181,2177 +"12025",2412,21198,3,181,935 +"12026",2412,22033,2,181,1356 +"12027",2412,23787,3,181,2810 +"12028",2412,25577,3,181,1946 +"12029",2412,27012,3,181,498 +"12030",2412,27112,3,181,500 +"12031",2412,31050,3,181,1491 +"12032",2412,38019,3,181,1870 +"12033",2412,39556,3,181,2747 +"12034",2412,39570,3,181,496 +"12035",2412,47585,3,181,794 +"12036",2412,49962,3,181,572 +"12037",2412,52576,3,181,2234 +"12038",2412,64181,3,181,1828 +"12039",2412,64997,3,181,2791 +"12040",2412,70724,3,181,496 +"12041",2412,70781,3,181,199 +"12042",2412,75921,3,181,517 +"12043",2412,76127,3,181,910 +"12044",2412,82787,2,181,1144 +"12045",2412,117956,3,181,2774 +"12046",2418,2759,2,2020,2030 +"12047",2418,2852,2,2020,2448 +"12048",2418,3620,2,2020,2955 +"12049",2418,4669,3,2020,2395 +"12050",2418,4730,2,2020,2131 +"12051",2418,5897,3,2020,2337 +"12052",2418,5912,3,2020,2257 +"12053",2418,6119,3,2020,2358 +"12054",2418,6627,3,2020,2063 +"12055",2418,7252,3,2020,2799 +"12056",2418,7433,2,2020,2255 +"12057",2418,8568,3,2020,2706 +"12058",2418,9787,3,2020,2858 +"12059",2418,10336,3,2020,2271 +"12060",2418,10871,3,2020,2314 +"12061",2418,11588,3,2020,2352 +"12062",2418,15826,3,2020,2772 +"12063",2418,16286,2,2020,2470 +"12064",2418,18571,2,2020,2128 +"12065",2418,20984,3,2020,2502 +"12066",2418,21180,3,2020,2762 +"12067",2418,21463,3,2020,2437 +"12068",2418,22578,3,2020,2216 +"12069",2418,27390,3,2020,2425 +"12070",2418,27742,3,2020,2700 +"12071",2418,27783,3,2020,2302 +"12072",2418,27914,3,2020,2507 +"12073",2418,28869,3,2020,2425 +"12074",2418,29825,3,2020,2603 +"12075",2418,30442,3,2020,2124 +"12076",2418,33341,2,2020,2338 +"12077",2418,34162,3,2020,2336 +"12078",2418,36136,2,2020,2338 +"12079",2418,39105,3,2020,2487 +"12080",2418,41023,3,2020,2408 +"12081",2418,45729,3,2020,2606 +"12082",2418,45730,3,2020,2063 +"12083",2418,45869,3,2020,2840 +"12084",2418,46951,3,2020,2429 +"12085",2418,54924,3,2020,2603 +"12086",2418,55775,3,2020,2385 +"12087",2418,56673,3,2020,2419 +"12088",2418,58655,3,2020,2685 +"12089",2418,76132,2,2020,2426 +"12090",2418,94625,3,2020,2105 +"12091",2418,111034,2,2020,2131 +"12092",2418,111375,3,2020,2686 +"12093",2424,455,3,2582,2827 +"12094",2424,489,3,2582,2652 +"12095",2424,701,3,2582,2718 +"12096",2424,1315,3,2582,2760 +"12097",2424,1616,3,2582,2662 +"12098",2424,1639,3,2582,2631 +"12099",2424,2224,2,2582,2751 +"12100",2424,2684,3,2582,2874 +"12101",2424,3305,1,2582,2839 +"12102",2424,4932,3,2582,2752 +"12103",2424,7794,3,2582,2972 +"12104",2424,9175,2,2582,2639 +"12105",2424,9272,3,2582,2835 +"12106",2424,10890,2,2582,2639 +"12107",2424,11477,3,2582,2724 +"12108",2424,14959,3,2582,2898 +"12109",2424,16067,3,2582,2727 +"12110",2424,16332,3,2582,2668 +"12111",2424,16432,3,2582,2664 +"12112",2424,16954,3,2582,2972 +"12113",2424,17365,2,2582,2746 +"12114",2424,17549,3,2582,2647 +"12115",2424,21138,3,2582,2849 +"12116",2424,22326,3,2582,2818 +"12117",2424,22895,3,2582,2704 +"12118",2424,25129,3,2582,2647 +"12119",2424,25325,3,2582,2963 +"12120",2424,26740,3,2582,2695 +"12121",2424,26749,2,2582,2965 +"12122",2424,27275,3,2582,2656 +"12123",2424,27753,3,2582,2750 +"12124",2424,28168,3,2582,2702 +"12125",2424,30052,2,2582,2855 +"12126",2424,32567,3,2582,2784 +"12127",2424,33433,3,2582,2805 +"12128",2424,33801,3,2582,2899 +"12129",2424,37238,3,2582,2609 +"12130",2424,38307,2,2582,2648 +"12131",2424,41945,2,2582,2856 +"12132",2424,42216,2,2582,2722 +"12133",2424,43455,1,2582,2846 +"12134",2424,43518,3,2582,2680 +"12135",2424,44654,3,2582,2916 +"12136",2424,48605,3,2582,2796 +"12137",2424,50785,3,2582,2877 +"12138",2424,51041,2,2582,2606 +"12139",2424,51783,3,2582,2599 +"12140",2424,52032,3,2582,2853 +"12141",2424,52570,3,2582,2645 +"12142",2424,53475,3,2582,2853 +"12143",2424,54740,3,2582,2750 +"12144",2424,55438,3,2582,2863 +"12145",2424,55691,3,2582,2856 +"12146",2424,56237,3,2582,2625 +"12147",2424,61982,1,2582,2725 +"12148",2424,62841,2,2582,2710 +"12149",2424,64793,3,2582,2819 +"12150",2424,65016,3,2582,2749 +"12151",2424,66224,3,2582,2728 +"12152",2424,67652,3,2582,2736 +"12153",2424,67726,3,2582,2873 +"12154",2424,68215,2,2582,2727 +"12155",2424,69335,3,2582,2698 +"12156",2424,69348,3,2582,2783 +"12157",2424,69716,3,2582,2632 +"12158",2424,70046,3,2582,2624 +"12159",2424,70203,3,2582,2756 +"12160",2424,79322,3,2582,2770 +"12161",2426,2927,3,85,1789 +"12162",2426,3101,2,85,513 +"12163",2426,3158,3,85,2762 +"12164",2426,3272,3,85,2132 +"12165",2426,9269,3,85,1892 +"12166",2426,12632,3,85,1174 +"12167",2426,12703,3,85,2689 +"12168",2426,14442,3,85,2700 +"12169",2426,16347,3,85,1868 +"12170",2426,22532,3,85,568 +"12171",2426,41350,3,85,1935 +"12172",2426,42390,2,85,2937 +"12173",2426,47882,3,85,2769 +"12174",2426,52654,1,85,588 +"12175",2426,59143,3,85,359 +"12176",2426,64803,3,85,841 +"12177",2426,65375,3,85,824 +"12178",2426,71225,1,85,956 +"12179",2426,77167,3,85,836 +"12180",2426,90182,3,85,534 +"12181",2426,95258,3,85,199 +"12182",2426,113848,3,85,999 +"12183",2426,119241,3,85,152 +"12184",2428,14626,3,1931,2175 +"12185",2428,26100,3,1931,1966 +"12186",2429,364,3,999,2351 +"12187",2429,2057,2,999,1965 +"12188",2429,2226,3,999,2225 +"12189",2429,2524,3,999,1708 +"12190",2429,3167,3,999,1676 +"12191",2429,3456,2,999,1999 +"12192",2429,3770,3,999,2623 +"12193",2429,4032,3,999,1763 +"12194",2429,4226,3,999,1903 +"12195",2429,4526,3,999,1728 +"12196",2429,4612,3,999,2804 +"12197",2429,4660,2,999,2149 +"12198",2429,5235,3,999,2324 +"12199",2429,6697,3,999,2438 +"12200",2429,7355,3,999,1928 +"12201",2429,7672,3,999,1974 +"12202",2429,7942,3,999,2623 +"12203",2429,8610,3,999,2240 +"12204",2429,8822,3,999,2139 +"12205",2429,8923,3,999,1266 +"12206",2429,9227,3,999,1267 +"12207",2429,9723,3,999,2302 +"12208",2429,10129,3,999,2124 +"12209",2429,11136,2,999,2573 +"12210",2429,12374,3,999,2260 +"12211",2429,14532,3,999,1193 +"12212",2429,14558,3,999,1585 +"12213",2429,14915,3,999,2606 +"12214",2429,15826,3,999,2772 +"12215",2429,17230,1,999,1965 +"12216",2429,18005,3,999,2449 +"12217",2429,18421,3,999,2457 +"12218",2429,19380,3,999,2637 +"12219",2429,19686,3,999,2467 +"12220",2429,21104,3,999,2327 +"12221",2429,21670,3,999,2158 +"12222",2429,22006,3,999,1202 +"12223",2429,22766,3,999,1945 +"12224",2429,23154,2,999,2345 +"12225",2429,26451,3,999,2133 +"12226",2429,26734,3,999,2299 +"12227",2429,27016,3,999,1611 +"12228",2429,27686,3,999,2844 +"12229",2429,27792,3,999,1308 +"12230",2429,28094,2,999,1423 +"12231",2429,28303,3,999,2089 +"12232",2429,29073,3,999,2328 +"12233",2429,29818,3,999,1677 +"12234",2429,29997,3,999,1789 +"12235",2429,30016,3,999,1124 +"12236",2429,30891,2,999,1256 +"12237",2429,32202,1,999,2314 +"12238",2429,34094,3,999,1360 +"12239",2429,34136,3,999,2202 +"12240",2429,34908,3,999,2796 +"12241",2429,35456,3,999,2358 +"12242",2429,35787,3,999,1132 +"12243",2429,35822,3,999,1903 +"12244",2429,36487,3,999,2622 +"12245",2429,38087,2,999,1083 +"12246",2429,38259,3,999,2258 +"12247",2429,38373,3,999,1928 +"12248",2429,38816,3,999,1225 +"12249",2429,39249,2,999,1665 +"12250",2429,39534,3,999,2410 +"12251",2429,40138,3,999,2719 +"12252",2429,41338,2,999,1553 +"12253",2429,41446,3,999,1103 +"12254",2429,42756,3,999,1384 +"12255",2429,43518,3,999,2680 +"12256",2429,45039,3,999,1663 +"12257",2429,45138,2,999,2516 +"12258",2429,46119,2,999,2084 +"12259",2429,46261,3,999,2350 +"12260",2429,46486,3,999,1868 +"12261",2429,47385,2,999,1172 +"12262",2429,50520,3,999,1205 +"12263",2429,51774,3,999,2459 +"12264",2429,55817,2,999,2285 +"12265",2429,58133,3,999,1484 +"12266",2429,58829,3,999,1256 +"12267",2429,60808,3,999,1258 +"12268",2429,62746,2,999,2119 +"12269",2429,62957,3,999,1170 +"12270",2429,63641,2,999,2337 +"12271",2429,63770,3,999,1324 +"12272",2429,64967,3,999,2872 +"12273",2429,65223,3,999,2724 +"12274",2429,66717,2,999,2104 +"12275",2429,67062,3,999,1623 +"12276",2429,68539,3,999,1158 +"12277",2429,71455,2,999,1702 +"12278",2429,71531,3,999,2887 +"12279",2429,72535,2,999,1191 +"12280",2429,76968,3,999,1303 +"12281",2429,79420,3,999,1061 +"12282",2429,86245,3,999,1972 +"12283",2429,87958,3,999,1234 +"12284",2429,89607,3,999,2003 +"12285",2429,100860,3,999,2326 +"12286",2429,109114,3,999,1287 +"12287",2429,119921,3,999,1113 +"12288",2440,237,3,836,1982 +"12289",2440,267,3,836,2631 +"12290",2440,600,3,836,1702 +"12291",2440,7118,3,836,966 +"12292",2440,8238,3,836,2222 +"12293",2440,10744,3,836,955 +"12294",2440,13842,3,836,2250 +"12295",2440,18464,3,836,2312 +"12296",2440,19208,3,836,2629 +"12297",2440,19605,3,836,2395 +"12298",2440,22207,3,836,2365 +"12299",2440,22543,3,836,1594 +"12300",2440,22682,3,836,2035 +"12301",2440,23679,3,836,934 +"12302",2440,23918,3,836,1881 +"12303",2440,27509,3,836,2067 +"12304",2440,27796,3,836,2151 +"12305",2440,29512,3,836,1594 +"12306",2440,40565,3,836,2115 +"12307",2440,41739,3,836,1339 +"12308",2440,44135,3,836,2620 +"12309",2440,44403,3,836,2429 +"12310",2440,50480,3,836,2701 +"12311",2440,55076,3,836,2408 +"12312",2440,57082,3,836,1418 +"12313",2440,61975,3,836,983 +"12314",2440,66693,3,836,2554 +"12315",2440,66756,3,836,1301 +"12316",2440,69250,2,836,1439 +"12317",2440,77550,3,836,1548 +"12318",2440,82270,3,836,1641 +"12319",2443,1222,3,2333,2598 +"12320",2443,6262,3,2333,2733 +"12321",2443,7847,3,2333,2424 +"12322",2443,9910,2,2333,2526 +"12323",2443,14470,2,2333,2632 +"12324",2443,17499,3,2333,2954 +"12325",2443,18466,3,2333,2340 +"12326",2443,19190,3,2333,2677 +"12327",2443,20695,2,2333,2526 +"12328",2443,23498,3,2333,2398 +"12329",2443,30697,2,2333,2891 +"12330",2443,31264,2,2333,2335 +"12331",2443,31705,3,2333,2706 +"12332",2443,38697,3,2333,2701 +"12333",2443,45499,3,2333,2346 +"12334",2443,49403,2,2333,2427 +"12335",2443,52950,3,2333,2716 +"12336",2443,68286,3,2333,2442 +"12337",2443,94339,3,2333,2768 +"12338",2446,13136,2,2606,2867 +"12339",2446,22723,3,2606,2859 +"12340",2452,4249,3,1715,2547 +"12341",2452,5897,3,1715,2337 +"12342",2452,11648,3,1715,2852 +"12343",2452,12948,3,1715,2669 +"12344",2452,14709,3,1715,1901 +"12345",2452,14781,3,1715,2338 +"12346",2452,21795,3,1715,2653 +"12347",2452,24176,3,1715,1986 +"12348",2452,27280,2,1715,1965 +"12349",2452,27391,3,1715,2378 +"12350",2452,27914,3,1715,2507 +"12351",2452,30865,2,1715,2038 +"12352",2452,33451,3,1715,1957 +"12353",2452,33562,3,1715,1979 +"12354",2452,35456,3,1715,2358 +"12355",2452,38373,1,1715,1928 +"12356",2452,44557,3,1715,2371 +"12357",2452,45869,3,1715,2840 +"12358",2452,54775,3,1715,2383 +"12359",2452,60258,3,1715,2405 +"12360",2452,61443,2,1715,2770 +"12361",2452,63077,2,1715,2778 +"12362",2452,65188,3,1715,2213 +"12363",2452,67815,2,1715,2476 +"12364",2452,75282,3,1715,2675 +"12365",2452,102566,3,1715,2207 +"12366",2452,107871,3,1715,2228 +"12367",2455,3271,3,1780,2216 +"12368",2455,9272,3,1780,2835 +"12369",2455,43226,3,1780,2442 +"12370",2455,48110,3,1780,2009 +"12371",2455,58508,3,1780,2326 +"12372",2455,69335,3,1780,2698 +"12373",2462,803,3,849,1666 +"12374",2462,6914,3,849,2668 +"12375",2462,8229,3,849,1241 +"12376",2462,10222,3,849,2212 +"12377",2462,14983,3,849,1047 +"12378",2462,18277,3,849,2309 +"12379",2462,18289,2,849,862 +"12380",2462,24198,3,849,2217 +"12381",2462,29115,3,849,1047 +"12382",2462,32939,3,849,2277 +"12383",2462,34327,3,849,2959 +"12384",2462,35481,3,849,2211 +"12385",2462,37333,3,849,1612 +"12386",2462,57804,3,849,2214 +"12387",2462,58221,3,849,1787 +"12388",2462,66318,1,849,2803 +"12389",2462,85058,3,849,1311 +"12390",2462,86799,3,849,1951 +"12391",2462,94101,3,849,997 +"12392",2462,105685,3,849,2469 +"12393",2484,270,3,2389,2542 +"12394",2484,362,3,2389,2537 +"12395",2484,613,3,2389,2687 +"12396",2484,1151,1,2389,2885 +"12397",2484,1616,1,2389,2662 +"12398",2484,2036,2,2389,2483 +"12399",2484,2224,3,2389,2751 +"12400",2484,2424,3,2389,2582 +"12401",2484,3628,3,2389,2707 +"12402",2484,3853,3,2389,2465 +"12403",2484,6074,3,2389,2426 +"12404",2484,7323,1,2389,2858 +"12405",2484,7984,3,2389,2493 +"12406",2484,8604,3,2389,2799 +"12407",2484,8760,2,2389,2477 +"12408",2484,8762,3,2389,2585 +"12409",2484,8865,3,2389,2394 +"12410",2484,9311,2,2389,2477 +"12411",2484,9362,3,2389,2879 +"12412",2484,11351,3,2389,2971 +"12413",2484,11456,3,2389,2715 +"12414",2484,12713,2,2389,2440 +"12415",2484,14655,2,2389,2559 +"12416",2484,14959,2,2389,2898 +"12417",2484,15184,3,2389,2396 +"12418",2484,15626,3,2389,2434 +"12419",2484,16826,3,2389,2599 +"12420",2484,17365,3,2389,2746 +"12421",2484,17367,3,2389,2427 +"12422",2484,18151,3,2389,2962 +"12423",2484,19027,3,2389,2721 +"12424",2484,19606,1,2389,2783 +"12425",2484,19862,3,2389,2412 +"12426",2484,20067,3,2389,2390 +"12427",2484,20700,1,2389,2861 +"12428",2484,24256,3,2389,2393 +"12429",2484,24753,3,2389,2860 +"12430",2484,24923,3,2389,2785 +"12431",2484,26516,3,2389,2479 +"12432",2484,26658,3,2389,2745 +"12433",2484,27275,3,2389,2656 +"12434",2484,27478,3,2389,2485 +"12435",2484,29095,3,2389,2531 +"12436",2484,29314,3,2389,2736 +"12437",2484,30906,3,2389,2537 +"12438",2484,31235,3,2389,2668 +"12439",2484,31700,3,2389,2727 +"12440",2484,31705,3,2389,2706 +"12441",2484,31799,3,2389,2547 +"12442",2484,33433,3,2389,2805 +"12443",2484,33801,3,2389,2899 +"12444",2484,35235,3,2389,2610 +"12445",2484,36559,3,2389,2473 +"12446",2484,37238,2,2389,2609 +"12447",2484,37418,3,2389,2710 +"12448",2484,38227,3,2389,2511 +"12449",2484,38307,3,2389,2648 +"12450",2484,38780,3,2389,2705 +"12451",2484,39444,3,2389,2695 +"12452",2484,41945,2,2389,2856 +"12453",2484,42216,3,2389,2722 +"12454",2484,43455,2,2389,2846 +"12455",2484,44235,3,2389,2700 +"12456",2484,44768,3,2389,2516 +"12457",2484,44885,2,2389,2670 +"12458",2484,47947,3,2389,2681 +"12459",2484,51866,3,2389,2411 +"12460",2484,53013,3,2389,2523 +"12461",2484,53219,3,2389,2973 +"12462",2484,53293,3,2389,2916 +"12463",2484,53475,3,2389,2853 +"12464",2484,54903,3,2389,2493 +"12465",2484,55828,3,2389,2393 +"12466",2484,57977,3,2389,2683 +"12467",2484,58218,3,2389,2627 +"12468",2484,59113,3,2389,2434 +"12469",2484,59140,3,2389,2528 +"12470",2484,61982,3,2389,2725 +"12471",2484,68810,3,2389,2409 +"12472",2484,70203,3,2389,2756 +"12473",2484,82929,3,2389,2475 +"12474",2486,3716,3,1226,1679 +"12475",2486,21401,3,1226,1440 +"12476",2486,34480,3,1226,2755 +"12477",2486,34648,3,1226,1596 +"12478",2486,51471,3,1226,1280 +"12479",2486,67383,3,1226,1739 +"12480",2486,72207,3,1226,2430 +"12481",2486,77001,3,1226,1440 +"12482",2486,83526,2,1226,1235 +"12483",2486,115037,3,1226,1788 +"12484",2488,916,1,424,2718 +"12485",2488,2802,2,424,1836 +"12486",2488,4194,3,424,1641 +"12487",2488,5606,3,424,2875 +"12488",2488,7253,3,424,2686 +"12489",2488,10128,3,424,883 +"12490",2488,11803,3,424,1232 +"12491",2488,11897,2,424,1271 +"12492",2488,16593,3,424,1139 +"12493",2488,16643,3,424,1824 +"12494",2488,17159,3,424,883 +"12495",2488,17999,2,424,2758 +"12496",2488,18610,3,424,2141 +"12497",2488,23739,1,424,2463 +"12498",2488,26100,3,424,1966 +"12499",2488,26138,3,424,1902 +"12500",2488,33278,3,424,1591 +"12501",2488,34242,3,424,1206 +"12502",2488,36662,2,424,2967 +"12503",2488,42998,3,424,1978 +"12504",2488,43524,3,424,2572 +"12505",2488,49147,2,424,2539 +"12506",2488,51678,3,424,1077 +"12507",2488,57037,3,424,2293 +"12508",2488,59470,1,424,2393 +"12509",2488,62848,3,424,1230 +"12510",2488,77519,3,424,819 +"12511",2488,89129,2,424,790 +"12512",2488,94339,2,424,2768 +"12513",2488,97266,3,424,1016 +"12514",2488,112814,3,424,546 +"12515",2489,316,3,1537,2413 +"12516",2489,1519,2,1537,2349 +"12517",2489,4001,2,1537,1687 +"12518",2489,4526,3,1537,1728 +"12519",2489,4660,2,1537,2149 +"12520",2489,10333,1,1537,1615 +"12521",2489,15650,3,1537,1601 +"12522",2489,20941,2,1537,2725 +"12523",2489,26478,2,1537,1963 +"12524",2489,27686,3,1537,2844 +"12525",2489,29289,3,1537,1756 +"12526",2489,29977,3,1537,2781 +"12527",2489,30034,3,1537,2357 +"12528",2489,31335,3,1537,2351 +"12529",2489,32470,3,1537,1539 +"12530",2489,32939,3,1537,2277 +"12531",2489,36487,3,1537,2622 +"12532",2489,38691,2,1537,2585 +"12533",2489,40572,3,1537,2666 +"12534",2489,43673,3,1537,2787 +"12535",2489,50430,3,1537,1689 +"12536",2489,50468,3,1537,1659 +"12537",2489,63641,3,1537,2337 +"12538",2489,66717,3,1537,2104 +"12539",2506,1369,3,954,2487 +"12540",2506,2282,3,954,2056 +"12541",2506,2370,3,954,1600 +"12542",2506,2927,3,954,1789 +"12543",2506,3158,3,954,2762 +"12544",2506,3271,3,954,2216 +"12545",2506,4249,3,954,2547 +"12546",2506,4784,2,954,2511 +"12547",2506,5637,2,954,1976 +"12548",2506,6020,2,954,1864 +"12549",2506,6345,3,954,2713 +"12550",2506,6999,3,954,2214 +"12551",2506,8607,3,954,1685 +"12552",2506,9272,3,954,2835 +"12553",2506,9656,2,954,1135 +"12554",2506,9724,3,954,2713 +"12555",2506,10146,3,954,1878 +"12556",2506,10716,3,954,1692 +"12557",2506,11270,3,954,1011 +"12558",2506,11858,3,954,1530 +"12559",2506,12116,3,954,2119 +"12560",2506,13340,3,954,1918 +"12561",2506,13595,3,954,1164 +"12562",2506,14172,3,954,1923 +"12563",2506,14957,3,954,2306 +"12564",2506,15782,3,954,2306 +"12565",2506,16963,3,954,1999 +"12566",2506,17499,1,954,2954 +"12567",2506,17695,3,954,1930 +"12568",2506,20038,3,954,1531 +"12569",2506,21358,2,954,1970 +"12570",2506,22357,3,954,1397 +"12571",2506,23550,2,954,2939 +"12572",2506,23560,3,954,2051 +"12573",2506,24044,3,954,1076 +"12574",2506,25286,3,954,1545 +"12575",2506,26597,3,954,2070 +"12576",2506,28648,3,954,1586 +"12577",2506,34274,2,954,1437 +"12578",2506,35317,2,954,1888 +"12579",2506,36399,3,954,1357 +"12580",2506,37684,2,954,2899 +"12581",2506,41489,3,954,2006 +"12582",2506,42382,3,954,2224 +"12583",2506,42407,2,954,2408 +"12584",2506,43226,3,954,2442 +"12585",2506,43701,3,954,2400 +"12586",2506,43768,3,954,1468 +"12587",2506,45297,3,954,1864 +"12588",2506,46616,3,954,1917 +"12589",2506,48110,3,954,2009 +"12590",2506,48823,3,954,2080 +"12591",2506,50468,3,954,1659 +"12592",2506,51212,3,954,1801 +"12593",2506,52179,3,954,1572 +"12594",2506,52530,3,954,1737 +"12595",2506,53584,3,954,2391 +"12596",2506,53652,3,954,2899 +"12597",2506,54488,3,954,2357 +"12598",2506,58508,3,954,2326 +"12599",2506,60463,3,954,1583 +"12600",2506,60836,3,954,1880 +"12601",2506,68813,3,954,2511 +"12602",2506,69335,3,954,2698 +"12603",2506,70011,3,954,2690 +"12604",2506,73520,2,954,2613 +"12605",2506,74054,3,954,1488 +"12606",2506,76450,3,954,1077 +"12607",2506,77719,3,954,2086 +"12608",2506,78277,3,954,1937 +"12609",2506,79699,3,954,1735 +"12610",2506,80186,3,954,2228 +"12611",2506,80301,3,954,1690 +"12612",2506,80970,3,954,2069 +"12613",2506,84235,3,954,1639 +"12614",2506,84590,3,954,1734 +"12615",2506,85065,2,954,1585 +"12616",2506,93553,3,954,2537 +"12617",2506,93642,2,954,1120 +"12618",2506,94808,3,954,988 +"12619",2506,100231,3,954,998 +"12620",2506,108467,3,954,2170 +"12621",2522,55775,3,2069,2385 +"12622",2523,600,3,1691,1702 +"12623",2523,913,3,1691,2144 +"12624",2523,1520,3,1691,1716 +"12625",2523,4430,3,1691,2019 +"12626",2523,4567,3,1691,2348 +"12627",2523,7515,3,1691,2737 +"12628",2523,7780,3,1691,1920 +"12629",2523,9184,3,1691,2670 +"12630",2523,9432,3,1691,1693 +"12631",2523,11516,3,1691,1937 +"12632",2523,12728,3,1691,2374 +"12633",2523,17645,2,1691,1918 +"12634",2523,23132,3,1691,2756 +"12635",2523,24568,2,1691,1937 +"12636",2523,27390,3,1691,2425 +"12637",2523,39189,3,1691,2319 +"12638",2523,44135,3,1691,2620 +"12639",2523,44744,3,1691,2032 +"12640",2523,63409,2,1691,1937 +"12641",2523,73305,3,1691,2544 +"12642",2523,79804,3,1691,2227 +"12643",2523,80429,3,1691,1927 +"12644",2523,83907,3,1691,2056 +"12645",2524,237,3,1708,1982 +"12646",2524,728,3,1708,1812 +"12647",2524,3127,3,1708,2273 +"12648",2524,3456,3,1708,1999 +"12649",2524,4066,3,1708,1736 +"12650",2524,4646,3,1708,2139 +"12651",2524,5462,3,1708,2374 +"12652",2524,7014,3,1708,2401 +"12653",2524,7997,3,1708,2049 +"12654",2524,8726,3,1708,2083 +"12655",2524,11625,3,1708,2022 +"12656",2524,12948,3,1708,2669 +"12657",2524,13920,3,1708,1709 +"12658",2524,18965,2,1708,2315 +"12659",2524,19934,3,1708,2888 +"12660",2524,21688,3,1708,2005 +"12661",2524,26734,2,1708,2299 +"12662",2524,27320,3,1708,2378 +"12663",2524,28893,3,1708,2764 +"12664",2524,32110,3,1708,2224 +"12665",2524,32202,3,1708,2314 +"12666",2524,33537,3,1708,2406 +"12667",2524,37279,3,1708,2768 +"12668",2524,40572,3,1708,2666 +"12669",2524,46532,3,1708,2005 +"12670",2524,51687,3,1708,2333 +"12671",2524,59776,3,1708,2493 +"12672",2524,61337,3,1708,2777 +"12673",2524,64967,3,1708,2872 +"12674",2524,65242,3,1708,1988 +"12675",2524,77497,3,1708,2359 +"12676",2524,115059,3,1708,2552 +"12677",2533,135,3,2016,2233 +"12678",2533,270,2,2016,2542 +"12679",2533,312,1,2016,2038 +"12680",2533,455,3,2016,2827 +"12681",2533,671,3,2016,2328 +"12682",2533,701,3,2016,2718 +"12683",2533,913,3,2016,2144 +"12684",2533,1102,3,2016,2282 +"12685",2533,2036,3,2016,2483 +"12686",2533,2181,2,2016,2030 +"12687",2533,2224,3,2016,2751 +"12688",2533,2424,1,2016,2582 +"12689",2533,2684,3,2016,2874 +"12690",2533,3305,1,2016,2839 +"12691",2533,3966,2,2016,2425 +"12692",2533,4953,3,2016,2285 +"12693",2533,5148,3,2016,2206 +"12694",2533,5622,3,2016,2175 +"12695",2533,5669,3,2016,2502 +"12696",2533,5725,3,2016,2789 +"12697",2533,6363,2,2016,2066 +"12698",2533,6588,3,2016,2025 +"12699",2533,7245,3,2016,2089 +"12700",2533,8533,3,2016,2251 +"12701",2533,8610,3,2016,2240 +"12702",2533,9175,3,2016,2639 +"12703",2533,9184,3,2016,2670 +"12704",2533,9311,3,2016,2477 +"12705",2533,10513,3,2016,2284 +"12706",2533,10857,3,2016,2253 +"12707",2533,10871,3,2016,2314 +"12708",2533,10890,3,2016,2639 +"12709",2533,11055,3,2016,2111 +"12710",2533,11351,3,2016,2971 +"12711",2533,11440,3,2016,2026 +"12712",2533,12618,3,2016,2021 +"12713",2533,12728,3,2016,2374 +"12714",2533,12982,3,2016,2143 +"12715",2533,13307,3,2016,2206 +"12716",2533,14252,3,2016,2244 +"12717",2533,14669,3,2016,2080 +"12718",2533,15003,3,2016,2067 +"12719",2533,15813,2,2016,2143 +"12720",2533,16332,3,2016,2668 +"12721",2533,16432,3,2016,2664 +"12722",2533,17365,3,2016,2746 +"12723",2533,17400,3,2016,2231 +"12724",2533,17520,3,2016,2276 +"12725",2533,18394,3,2016,2356 +"12726",2533,18965,3,2016,2315 +"12727",2533,19248,2,2016,2357 +"12728",2533,19516,3,2016,2313 +"12729",2533,19622,3,2016,2371 +"12730",2533,19719,2,2016,2177 +"12731",2533,20124,3,2016,2376 +"12732",2533,20407,3,2016,2339 +"12733",2533,21012,3,2016,2325 +"12734",2533,21285,2,2016,2100 +"12735",2533,21693,3,2016,2176 +"12736",2533,22326,3,2016,2818 +"12737",2533,22895,3,2016,2704 +"12738",2533,23509,3,2016,2275 +"12739",2533,24448,3,2016,2289 +"12740",2533,25325,3,2016,2963 +"12741",2533,25985,3,2016,2071 +"12742",2533,26351,3,2016,2683 +"12743",2533,26582,3,2016,2772 +"12744",2533,26749,3,2016,2965 +"12745",2533,27275,3,2016,2656 +"12746",2533,27694,1,2016,2030 +"12747",2533,28285,3,2016,2972 +"12748",2533,29073,3,2016,2328 +"12749",2533,30052,3,2016,2855 +"12750",2533,30334,3,2016,2075 +"12751",2533,32965,3,2016,2071 +"12752",2533,33672,3,2016,2396 +"12753",2533,34836,3,2016,2302 +"12754",2533,36439,3,2016,2469 +"12755",2533,37285,2,2016,2428 +"12756",2533,38307,3,2016,2648 +"12757",2533,39087,3,2016,2765 +"12758",2533,39535,3,2016,2428 +"12759",2533,41945,3,2016,2856 +"12760",2533,42216,3,2016,2722 +"12761",2533,43455,2,2016,2846 +"12762",2533,45239,3,2016,2535 +"12763",2533,45608,3,2016,2420 +"12764",2533,45633,3,2016,2134 +"12765",2533,45684,3,2016,2200 +"12766",2533,46629,2,2016,2255 +"12767",2533,47098,3,2016,2057 +"12768",2533,47947,3,2016,2681 +"12769",2533,48605,3,2016,2796 +"12770",2533,50785,3,2016,2877 +"12771",2533,51041,1,2016,2606 +"12772",2533,51866,3,2016,2411 +"12773",2533,52323,2,2016,2148 +"12774",2533,52570,3,2016,2645 +"12775",2533,52576,2,2016,2234 +"12776",2533,54551,3,2016,2348 +"12777",2533,54695,3,2016,2429 +"12778",2533,56082,3,2016,2395 +"12779",2533,56317,2,2016,2030 +"12780",2533,58508,3,2016,2326 +"12781",2533,58684,2,2016,2295 +"12782",2533,61982,2,2016,2725 +"12783",2533,62841,3,2016,2710 +"12784",2533,66224,3,2016,2728 +"12785",2533,67652,3,2016,2736 +"12786",2533,68215,2,2016,2727 +"12787",2533,70046,3,2016,2624 +"12788",2533,70203,3,2016,2756 +"12789",2533,76892,2,2016,2381 +"12790",2533,82949,3,2016,2077 +"12791",2533,83396,3,2016,2396 +"12792",2533,101797,3,2016,2357 +"12793",2540,140,3,1398,2267 +"12794",2540,237,3,1398,1982 +"12795",2540,341,3,1398,2689 +"12796",2540,364,2,1398,2351 +"12797",2540,388,3,1398,1594 +"12798",2540,680,2,1398,2569 +"12799",2540,728,3,1398,1812 +"12800",2540,841,2,1398,2964 +"12801",2540,913,3,1398,2144 +"12802",2540,1314,3,1398,1522 +"12803",2540,1560,3,1398,2013 +"12804",2540,2057,3,1398,1965 +"12805",2540,2563,3,1398,1686 +"12806",2540,2985,3,1398,2398 +"12807",2540,3127,2,1398,2273 +"12808",2540,3198,2,1398,1797 +"12809",2540,3397,2,1398,2126 +"12810",2540,3409,2,1398,2167 +"12811",2540,3453,2,1398,2126 +"12812",2540,3477,3,1398,2546 +"12813",2540,3493,3,1398,2451 +"12814",2540,3978,2,1398,2775 +"12815",2540,4303,2,1398,2414 +"12816",2540,4313,3,1398,2368 +"12817",2540,4361,3,1398,2571 +"12818",2540,4620,3,1398,1818 +"12819",2540,4668,3,1398,1919 +"12820",2540,4669,3,1398,2395 +"12821",2540,4932,3,1398,2752 +"12822",2540,4983,2,1398,1909 +"12823",2540,5106,3,1398,2622 +"12824",2540,5839,3,1398,2301 +"12825",2540,6602,3,1398,1631 +"12826",2540,6989,2,1398,2623 +"12827",2540,7252,3,1398,2799 +"12828",2540,7337,3,1398,1797 +"12829",2540,7780,3,1398,1920 +"12830",2540,7785,3,1398,2441 +"12831",2540,7942,3,1398,2623 +"12832",2540,8062,2,1398,2858 +"12833",2540,8865,3,1398,2394 +"12834",2540,9484,3,1398,1429 +"12835",2540,9503,3,1398,2453 +"12836",2540,9703,2,1398,1845 +"12837",2540,9716,3,1398,1929 +"12838",2540,9787,2,1398,2858 +"12839",2540,10453,3,1398,1656 +"12840",2540,10457,3,1398,1711 +"12841",2540,10474,3,1398,1608 +"12842",2540,10754,2,1398,1797 +"12843",2540,10980,2,1398,1974 +"12844",2540,11136,3,1398,2573 +"12845",2540,11429,3,1398,2520 +"12846",2540,11477,3,1398,2724 +"12847",2540,11563,3,1398,1863 +"12848",2540,11588,3,1398,2352 +"12849",2540,11639,3,1398,1593 +"12850",2540,11648,2,1398,2852 +"12851",2540,12361,3,1398,2732 +"12852",2540,12759,2,1398,2414 +"12853",2540,12948,3,1398,2669 +"12854",2540,13068,3,1398,1778 +"12855",2540,14781,3,1398,2338 +"12856",2540,14817,3,1398,2110 +"12857",2540,14972,3,1398,2332 +"12858",2540,15095,3,1398,2001 +"12859",2540,15636,3,1398,2857 +"12860",2540,15683,3,1398,1729 +"12861",2540,15700,3,1398,1712 +"12862",2540,16286,3,1398,2470 +"12863",2540,16501,3,1398,1650 +"12864",2540,17645,3,1398,1918 +"12865",2540,18005,2,1398,2449 +"12866",2540,18102,3,1398,1642 +"12867",2540,18124,3,1398,1642 +"12868",2540,18371,3,1398,2860 +"12869",2540,18381,2,1398,1524 +"12870",2540,19433,3,1398,2504 +"12871",2540,19655,3,1398,2706 +"12872",2540,19686,3,1398,2467 +"12873",2540,20155,3,1398,1517 +"12874",2540,20395,3,1398,1468 +"12875",2540,20662,3,1398,1523 +"12876",2540,21487,3,1398,2203 +"12877",2540,21670,3,1398,2158 +"12878",2540,22244,3,1398,2139 +"12879",2540,22709,3,1398,2743 +"12880",2540,23131,3,1398,1732 +"12881",2540,23319,3,1398,2867 +"12882",2540,23460,3,1398,2183 +"12883",2540,23488,3,1398,1523 +"12884",2540,23498,3,1398,2398 +"12885",2540,23787,3,1398,2810 +"12886",2540,24608,3,1398,1630 +"12887",2540,25163,3,1398,1751 +"12888",2540,25373,2,1398,2783 +"12889",2540,26582,3,1398,2772 +"12890",2540,27275,3,1398,2656 +"12891",2540,27312,3,1398,2469 +"12892",2540,27390,2,1398,2425 +"12893",2540,27742,3,1398,2700 +"12894",2540,27908,3,1398,2576 +"12895",2540,28869,3,1398,2425 +"12896",2540,29116,3,1398,2128 +"12897",2540,29286,2,1398,1612 +"12898",2540,29473,3,1398,2602 +"12899",2540,29818,3,1398,1677 +"12900",2540,30309,3,1398,1449 +"12901",2540,30334,2,1398,2075 +"12902",2540,30618,3,1398,1609 +"12903",2540,30669,3,1398,1921 +"12904",2540,30705,3,1398,2959 +"12905",2540,31335,3,1398,2351 +"12906",2540,31700,3,1398,2727 +"12907",2540,34820,3,1398,1630 +"12908",2540,34870,3,1398,1873 +"12909",2540,34892,3,1398,2309 +"12910",2540,34908,3,1398,2796 +"12911",2540,35518,3,1398,1721 +"12912",2540,35573,3,1398,2084 +"12913",2540,35797,3,1398,2482 +"12914",2540,35822,3,1398,1903 +"12915",2540,35903,3,1398,1434 +"12916",2540,36344,3,1398,2570 +"12917",2540,36953,2,1398,2790 +"12918",2540,37636,2,1398,2178 +"12919",2540,37844,3,1398,2002 +"12920",2540,38676,3,1398,2286 +"12921",2540,38973,3,1398,1999 +"12922",2540,39062,3,1398,2020 +"12923",2540,39418,3,1398,1978 +"12924",2540,39534,3,1398,2410 +"12925",2540,40035,3,1398,2742 +"12926",2540,40392,2,1398,1878 +"12927",2540,40572,2,1398,2666 +"12928",2540,40879,3,1398,2019 +"12929",2540,41187,3,1398,2340 +"12930",2540,41338,3,1398,1553 +"12931",2540,41429,3,1398,1770 +"12932",2540,41581,3,1398,1692 +"12933",2540,41633,3,1398,1976 +"12934",2540,41723,2,1398,2101 +"12935",2540,42813,2,1398,2142 +"12936",2540,43204,3,1398,1680 +"12937",2540,43660,3,1398,2320 +"12938",2540,44497,3,1398,2401 +"12939",2540,44694,3,1398,2220 +"12940",2540,45729,3,1398,2606 +"12941",2540,45869,3,1398,2840 +"12942",2540,46486,1,1398,1868 +"12943",2540,47082,3,1398,1990 +"12944",2540,47595,3,1398,2374 +"12945",2540,47840,3,1398,2509 +"12946",2540,48501,3,1398,2010 +"12947",2540,50335,3,1398,1893 +"12948",2540,50585,2,1398,2414 +"12949",2540,51783,2,1398,2599 +"12950",2540,52136,3,1398,1412 +"12951",2540,52815,2,1398,2323 +"12952",2540,53739,3,1398,2704 +"12953",2540,55482,3,1398,1866 +"12954",2540,56082,3,1398,2395 +"12955",2540,56995,3,1398,2323 +"12956",2540,63077,3,1398,2778 +"12957",2540,64947,3,1398,2489 +"12958",2540,66994,3,1398,1865 +"12959",2540,68586,3,1398,2322 +"12960",2540,69957,3,1398,1569 +"12961",2540,71531,2,1398,2887 +"12962",2540,73597,3,1398,1989 +"12963",2540,76286,1,1398,1642 +"12964",2540,78138,3,1398,1601 +"12965",2540,80156,3,1398,1667 +"12966",2540,83286,3,1398,1793 +"12967",2540,83291,3,1398,2066 +"12968",2540,85198,3,1398,1794 +"12969",2540,90892,3,1398,2399 +"12970",2540,92850,3,1398,1971 +"12971",2540,94525,2,1398,1993 +"12972",2540,107435,3,1398,1635 +"12973",2563,489,3,1686,2652 +"12974",2563,680,3,1686,2569 +"12975",2563,1102,3,1686,2282 +"12976",2563,1560,3,1686,2013 +"12977",2563,2036,3,1686,2483 +"12978",2563,2224,2,1686,2751 +"12979",2563,2407,3,1686,1725 +"12980",2563,2572,3,1686,2273 +"12981",2563,3242,3,1686,1730 +"12982",2563,3306,3,1686,1989 +"12983",2563,4303,3,1686,2414 +"12984",2563,5120,2,1686,2735 +"12985",2563,6074,2,1686,2426 +"12986",2563,6363,3,1686,2066 +"12987",2563,7245,3,1686,2089 +"12988",2563,8062,3,1686,2858 +"12989",2563,8821,3,1686,2230 +"12990",2563,9202,3,1686,2477 +"12991",2563,9716,3,1686,1929 +"12992",2563,10404,3,1686,2062 +"12993",2563,10513,3,1686,2284 +"12994",2563,10890,3,1686,2639 +"12995",2563,11429,3,1686,2520 +"12996",2563,11477,3,1686,2724 +"12997",2563,12724,3,1686,1930 +"12998",2563,12759,3,1686,2414 +"12999",2563,14108,3,1686,2012 +"13000",2563,14972,3,1686,2332 +"13001",2563,15095,3,1686,2001 +"13002",2563,15207,3,1686,1855 +"13003",2563,15700,3,1686,1712 +"13004",2563,16866,3,1686,2718 +"13005",2563,16877,3,1686,2509 +"13006",2563,18211,2,1686,1745 +"13007",2563,18371,3,1686,2860 +"13008",2563,18865,3,1686,2676 +"13009",2563,20563,2,1686,2267 +"13010",2563,23756,2,1686,2309 +"13011",2563,25198,3,1686,1982 +"13012",2563,25373,3,1686,2783 +"13013",2563,26436,3,1686,2489 +"13014",2563,26516,3,1686,2479 +"13015",2563,27753,3,1686,2750 +"13016",2563,30334,2,1686,2075 +"13017",2563,30705,3,1686,2959 +"13018",2563,32939,3,1686,2277 +"13019",2563,33949,3,1686,2489 +"13020",2563,34836,3,1686,2302 +"13021",2563,35518,3,1686,1721 +"13022",2563,36953,3,1686,2790 +"13023",2563,37636,2,1686,2178 +"13024",2563,37844,3,1686,2002 +"13025",2563,38449,2,1686,1802 +"13026",2563,39535,3,1686,2428 +"13027",2563,40022,3,1686,2307 +"13028",2563,40392,2,1686,1878 +"13029",2563,40493,3,1686,1981 +"13030",2563,41023,3,1686,2408 +"13031",2563,41033,3,1686,1839 +"13032",2563,41429,3,1686,1770 +"13033",2563,41723,3,1686,2101 +"13034",2563,44405,3,1686,1855 +"13035",2563,44819,3,1686,2063 +"13036",2563,45302,3,1686,2390 +"13037",2563,47082,3,1686,1990 +"13038",2563,51783,2,1686,2599 +"13039",2563,54740,3,1686,2750 +"13040",2563,56082,3,1686,2395 +"13041",2563,57804,3,1686,2214 +"13042",2563,62626,3,1686,2787 +"13043",2563,63395,3,1686,2334 +"13044",2563,64793,3,1686,2819 +"13045",2563,72468,3,1686,2292 +"13046",2563,74095,3,1686,2333 +"13047",2563,75444,3,1686,2846 +"13048",2563,79350,3,1686,2261 +"13049",2563,92491,2,1686,1968 +"13050",2563,104565,2,1686,2693 +"13051",2572,270,3,2273,2542 +"13052",2572,997,3,2273,2788 +"13053",2572,1102,1,2273,2282 +"13054",2572,2484,3,2273,2389 +"13055",2572,2954,3,2273,2727 +"13056",2572,3011,3,2273,2278 +"13057",2572,4671,3,2273,2280 +"13058",2572,4701,3,2273,2401 +"13059",2572,5235,3,2273,2324 +"13060",2572,6074,1,2273,2426 +"13061",2572,8681,3,2273,2716 +"13062",2572,8762,3,2273,2585 +"13063",2572,10513,2,2273,2284 +"13064",2572,11103,3,2273,2393 +"13065",2572,11218,3,2273,2292 +"13066",2572,12728,3,2273,2374 +"13067",2572,14652,3,2273,2516 +"13068",2572,14655,3,2273,2559 +"13069",2572,14834,3,2273,2739 +"13070",2572,15381,3,2273,2289 +"13071",2572,17365,3,2273,2746 +"13072",2572,17852,3,2273,2840 +"13073",2572,18394,3,2273,2356 +"13074",2572,19248,3,2273,2357 +"13075",2572,19862,3,2273,2412 +"13076",2572,20124,3,2273,2376 +"13077",2572,21138,3,2273,2849 +"13078",2572,21682,3,2273,2414 +"13079",2572,22331,3,2273,2687 +"13080",2572,22808,3,2273,2297 +"13081",2572,24060,3,2273,2349 +"13082",2572,24721,3,2273,2326 +"13083",2572,29929,3,2273,2789 +"13084",2572,30827,3,2273,2323 +"13085",2572,31235,3,2273,2668 +"13086",2572,33433,3,2273,2805 +"13087",2572,33475,3,2273,2367 +"13088",2572,33949,3,2273,2489 +"13089",2572,38755,3,2273,2902 +"13090",2572,42129,2,2273,2318 +"13091",2572,42216,2,2273,2722 +"13092",2572,43455,3,2273,2846 +"13093",2572,45302,1,2273,2390 +"13094",2572,46950,3,2273,2673 +"13095",2572,47248,3,2273,2883 +"13096",2572,48571,3,2273,2717 +"13097",2572,48605,3,2273,2796 +"13098",2572,49110,3,2273,2938 +"13099",2572,50134,3,2273,2674 +"13100",2572,51035,2,2273,2397 +"13101",2572,51866,2,2273,2411 +"13102",2572,53219,3,2273,2973 +"13103",2572,53323,3,2273,2677 +"13104",2572,54551,3,2273,2348 +"13105",2572,64699,3,2273,2797 +"13106",2572,66983,3,2273,2397 +"13107",2572,66992,2,2273,2882 +"13108",2572,80825,3,2273,2315 +"13109",2576,237,3,1307,1982 +"13110",2576,728,3,1307,1812 +"13111",2576,1702,3,1307,1984 +"13112",2576,2407,3,1307,1725 +"13113",2576,2418,3,1307,2020 +"13114",2576,2625,3,1307,2152 +"13115",2576,2747,3,1307,2411 +"13116",2576,2759,3,1307,2030 +"13117",2576,2985,3,1307,2398 +"13118",2576,3127,3,1307,2273 +"13119",2576,3620,3,1307,2955 +"13120",2576,4001,3,1307,1687 +"13121",2576,4612,3,1307,2804 +"13122",2576,4669,3,1307,2395 +"13123",2576,4730,1,1307,2131 +"13124",2576,5363,3,1307,1791 +"13125",2576,5897,3,1307,2337 +"13126",2576,6627,3,1307,2063 +"13127",2576,7252,2,1307,2799 +"13128",2576,7269,3,1307,1728 +"13129",2576,7433,2,1307,2255 +"13130",2576,7443,3,1307,2028 +"13131",2576,7785,3,1307,2441 +"13132",2576,7942,3,1307,2623 +"13133",2576,8354,3,1307,1705 +"13134",2576,8568,3,1307,2706 +"13135",2576,9035,3,1307,2771 +"13136",2576,9060,3,1307,1612 +"13137",2576,9481,3,1307,1610 +"13138",2576,9503,3,1307,2453 +"13139",2576,9785,3,1307,2951 +"13140",2576,9787,3,1307,2858 +"13141",2576,10239,3,1307,2032 +"13142",2576,10453,2,1307,1656 +"13143",2576,10473,3,1307,1783 +"13144",2576,10905,3,1307,1552 +"13145",2576,11108,3,1307,1609 +"13146",2576,11506,3,1307,2824 +"13147",2576,11563,2,1307,1863 +"13148",2576,11648,3,1307,2852 +"13149",2576,11990,3,1307,1909 +"13150",2576,12759,3,1307,2414 +"13151",2576,12948,3,1307,2669 +"13152",2576,14287,3,1307,1583 +"13153",2576,14626,3,1307,2175 +"13154",2576,14749,3,1307,1998 +"13155",2576,15567,3,1307,2671 +"13156",2576,16286,3,1307,2470 +"13157",2576,16501,3,1307,1650 +"13158",2576,16866,3,1307,2718 +"13159",2576,17974,3,1307,2876 +"13160",2576,18571,3,1307,2128 +"13161",2576,18865,3,1307,2676 +"13162",2576,20220,2,1307,1656 +"13163",2576,20984,3,1307,2502 +"13164",2576,21180,2,1307,2762 +"13165",2576,21463,3,1307,2437 +"13166",2576,21575,3,1307,1762 +"13167",2576,21741,2,1307,1574 +"13168",2576,22578,3,1307,2216 +"13169",2576,23131,3,1307,1732 +"13170",2576,23756,3,1307,2309 +"13171",2576,25163,3,1307,1751 +"13172",2576,26182,3,1307,2775 +"13173",2576,27742,3,1307,2700 +"13174",2576,27914,3,1307,2507 +"13175",2576,28051,3,1307,2089 +"13176",2576,28837,3,1307,2286 +"13177",2576,28869,3,1307,2425 +"13178",2576,29286,2,1307,1612 +"13179",2576,29473,3,1307,2602 +"13180",2576,29825,3,1307,2603 +"13181",2576,30334,3,1307,2075 +"13182",2576,30442,1,1307,2124 +"13183",2576,30525,2,1307,1964 +"13184",2576,31868,3,1307,1993 +"13185",2576,32532,3,1307,2338 +"13186",2576,32942,2,1307,2038 +"13187",2576,34162,2,1307,2336 +"13188",2576,34870,3,1307,1873 +"13189",2576,35728,3,1307,2017 +"13190",2576,36136,3,1307,2338 +"13191",2576,36912,2,1307,2469 +"13192",2576,36953,3,1307,2790 +"13193",2576,37424,3,1307,1693 +"13194",2576,37636,3,1307,2178 +"13195",2576,38259,3,1307,2258 +"13196",2576,39105,3,1307,2487 +"13197",2576,40035,3,1307,2742 +"13198",2576,40392,3,1307,1878 +"13199",2576,40572,3,1307,2666 +"13200",2576,41955,3,1307,2479 +"13201",2576,42813,2,1307,2142 +"13202",2576,44603,3,1307,2748 +"13203",2576,45730,3,1307,2063 +"13204",2576,45869,3,1307,2840 +"13205",2576,46384,3,1307,2285 +"13206",2576,46486,3,1307,1868 +"13207",2576,51265,3,1307,2670 +"13208",2576,51783,3,1307,2599 +"13209",2576,53643,3,1307,1626 +"13210",2576,53739,3,1307,2704 +"13211",2576,54663,3,1307,1424 +"13212",2576,54775,2,1307,2383 +"13213",2576,55296,3,1307,2413 +"13214",2576,55775,2,1307,2385 +"13215",2576,58521,3,1307,2950 +"13216",2576,58655,3,1307,2685 +"13217",2576,60979,3,1307,1758 +"13218",2576,61125,3,1307,1673 +"13219",2576,62626,3,1307,2787 +"13220",2576,63395,3,1307,2334 +"13221",2576,64174,3,1307,2377 +"13222",2576,70583,3,1307,2615 +"13223",2576,72597,3,1307,1843 +"13224",2576,76132,3,1307,2426 +"13225",2576,76143,3,1307,1610 +"13226",2576,76675,3,1307,1840 +"13227",2576,77200,3,1307,1737 +"13228",2576,78423,3,1307,2840 +"13229",2576,90429,3,1307,1684 +"13230",2576,94138,3,1307,1939 +"13231",2576,100048,2,1307,1573 +"13232",2576,111034,3,1307,2131 +"13233",2588,1369,2,552,2487 +"13234",2588,1785,3,552,2350 +"13235",2588,2282,3,552,2056 +"13236",2588,2506,2,552,954 +"13237",2588,2927,3,552,1789 +"13238",2588,4634,3,552,2291 +"13239",2588,5637,3,552,1976 +"13240",2588,6295,3,552,856 +"13241",2588,6999,2,552,2214 +"13242",2588,7310,3,552,636 +"13243",2588,8157,3,552,1063 +"13244",2588,9269,3,552,1892 +"13245",2588,9538,2,552,1786 +"13246",2588,9656,2,552,1135 +"13247",2588,10716,3,552,1692 +"13248",2588,10990,2,552,805 +"13249",2588,11858,3,552,1530 +"13250",2588,12116,2,552,2119 +"13251",2588,13034,2,552,698 +"13252",2588,13340,2,552,1918 +"13253",2588,14212,3,552,857 +"13254",2588,14612,3,552,2340 +"13255",2588,15281,1,552,810 +"13256",2588,17499,3,552,2954 +"13257",2588,17531,3,552,876 +"13258",2588,17672,3,552,1987 +"13259",2588,19358,3,552,880 +"13260",2588,19476,2,552,1708 +"13261",2588,19542,2,552,570 +"13262",2588,20038,2,552,1531 +"13263",2588,20695,3,552,2526 +"13264",2588,20709,3,552,1757 +"13265",2588,22410,3,552,2158 +"13266",2588,22746,3,552,913 +"13267",2588,23498,3,552,2398 +"13268",2588,23550,3,552,2939 +"13269",2588,23560,2,552,2051 +"13270",2588,24252,3,552,639 +"13271",2588,29778,3,552,840 +"13272",2588,32070,3,552,950 +"13273",2588,34331,3,552,1727 +"13274",2588,35243,3,552,1102 +"13275",2588,35317,2,552,1888 +"13276",2588,36399,3,552,1357 +"13277",2588,36840,3,552,2269 +"13278",2588,37684,3,552,2899 +"13279",2588,38354,3,552,629 +"13280",2588,38422,3,552,1019 +"13281",2588,39188,3,552,1948 +"13282",2588,41098,3,552,1857 +"13283",2588,42407,2,552,2408 +"13284",2588,43701,3,552,2400 +"13285",2588,43768,3,552,1468 +"13286",2588,46568,3,552,822 +"13287",2588,46616,3,552,1917 +"13288",2588,47607,3,552,2724 +"13289",2588,47882,3,552,2769 +"13290",2588,48501,3,552,2010 +"13291",2588,49708,3,552,1147 +"13292",2588,50678,3,552,1366 +"13293",2588,55325,3,552,653 +"13294",2588,56168,3,552,1466 +"13295",2588,60463,2,552,1583 +"13296",2588,63329,3,552,639 +"13297",2588,70011,2,552,2690 +"13298",2588,71307,2,552,761 +"13299",2588,73520,2,552,2613 +"13300",2588,77580,3,552,888 +"13301",2588,77719,1,552,2086 +"13302",2588,78277,2,552,1937 +"13303",2588,79699,2,552,1735 +"13304",2588,79772,3,552,1230 +"13305",2588,79793,3,552,1915 +"13306",2588,80970,3,552,2069 +"13307",2588,82039,3,552,1327 +"13308",2588,82280,3,552,619 +"13309",2588,84590,2,552,1734 +"13310",2588,85065,1,552,1585 +"13311",2588,88448,3,552,914 +"13312",2588,90633,3,552,990 +"13313",2588,93553,2,552,2537 +"13314",2588,99237,3,552,783 +"13315",2591,4980,3,1949,2093 +"13316",2591,6577,2,1949,1951 +"13317",2591,8258,3,1949,1959 +"13318",2591,11588,3,1949,2352 +"13319",2591,12867,3,1949,2773 +"13320",2591,20783,2,1949,2414 +"13321",2591,28635,3,1949,2368 +"13322",2591,39418,3,1949,1978 +"13323",2591,42722,3,1949,2368 +"13324",2591,45715,3,1949,2287 +"13325",2591,51410,3,1949,2739 +"13326",2591,60867,3,1949,2689 +"13327",2600,1767,2,1182,2727 +"13328",2600,2337,1,1182,1697 +"13329",2600,2694,3,1182,2062 +"13330",2600,3068,3,1182,1815 +"13331",2600,3849,1,1182,1356 +"13332",2600,3980,3,1182,2771 +"13333",2600,4705,3,1182,1714 +"13334",2600,7258,3,1182,1714 +"13335",2600,8865,3,1182,2394 +"13336",2600,11625,3,1182,2022 +"13337",2600,13158,3,1182,2667 +"13338",2600,15734,2,1182,1616 +"13339",2600,20369,3,1182,1356 +"13340",2600,25078,2,1182,2312 +"13341",2600,30092,3,1182,1593 +"13342",2600,30827,3,1182,2323 +"13343",2600,34136,3,1182,2202 +"13344",2600,35903,3,1182,1434 +"13345",2600,36174,3,1182,1382 +"13346",2600,42216,3,1182,2722 +"13347",2600,43404,2,1182,2649 +"13348",2600,47070,2,1182,1265 +"13349",2600,55084,2,1182,1189 +"13350",2600,82893,3,1182,1275 +"13351",2600,98080,3,1182,1265 +"13352",2600,106891,2,1182,1907 +"13353",2609,14,2,834,1793 +"13354",2609,854,2,834,2307 +"13355",2609,915,1,834,1793 +"13356",2609,1102,3,834,2282 +"13357",2609,1592,3,834,2006 +"13358",2609,1691,3,834,1941 +"13359",2609,1767,1,834,2727 +"13360",2609,2337,3,834,1697 +"13361",2609,2600,3,834,1182 +"13362",2609,2894,3,834,1291 +"13363",2609,2982,3,834,1233 +"13364",2609,3068,2,834,1815 +"13365",2609,3477,3,834,2546 +"13366",2609,3495,3,834,2431 +"13367",2609,3946,3,834,1172 +"13368",2609,3980,2,834,2771 +"13369",2609,4226,3,834,1903 +"13370",2609,4504,2,834,1905 +"13371",2609,5315,3,834,2631 +"13372",2609,5615,3,834,1105 +"13373",2609,6063,3,834,2349 +"13374",2609,6104,3,834,2462 +"13375",2609,6208,3,834,2361 +"13376",2609,6252,3,834,2336 +"13377",2609,7245,3,834,2089 +"13378",2609,7798,3,834,949 +"13379",2609,8865,3,834,2394 +"13380",2609,9440,3,834,1006 +"13381",2609,10657,3,834,1603 +"13382",2609,11434,3,834,1187 +"13383",2609,11450,2,834,915 +"13384",2609,11477,3,834,2724 +"13385",2609,11625,2,834,2022 +"13386",2609,12374,3,834,2260 +"13387",2609,12388,3,834,1975 +"13388",2609,12724,3,834,1930 +"13389",2609,12779,2,834,936 +"13390",2609,13158,1,834,2667 +"13391",2609,13248,3,834,1385 +"13392",2609,13388,3,834,2119 +"13393",2609,13479,3,834,2155 +"13394",2609,13837,3,834,1604 +"13395",2609,13899,3,834,2650 +"13396",2609,13979,3,834,1559 +"13397",2609,14108,3,834,2012 +"13398",2609,14328,2,834,1725 +"13399",2609,15106,3,834,2286 +"13400",2609,15235,3,834,1045 +"13401",2609,15444,3,834,2764 +"13402",2609,16053,2,834,908 +"13403",2609,16954,3,834,2972 +"13404",2609,17943,3,834,1943 +"13405",2609,18165,3,834,2085 +"13406",2609,18217,3,834,1566 +"13407",2609,18415,3,834,2184 +"13408",2609,18543,3,834,2968 +"13409",2609,19208,3,834,2629 +"13410",2609,19248,3,834,2357 +"13411",2609,19282,3,834,1623 +"13412",2609,19317,2,834,2041 +"13413",2609,19605,2,834,2395 +"13414",2609,19637,3,834,1229 +"13415",2609,19835,3,834,1135 +"13416",2609,20067,3,834,2390 +"13417",2609,20343,2,834,851 +"13418",2609,20407,3,834,2339 +"13419",2609,20416,3,834,2323 +"13420",2609,20732,2,834,2401 +"13421",2609,21133,3,834,1320 +"13422",2609,22057,3,834,974 +"13423",2609,22462,3,834,869 +"13424",2609,23726,2,834,2434 +"13425",2609,23869,3,834,1918 +"13426",2609,24512,3,834,1369 +"13427",2609,25680,3,834,1618 +"13428",2609,26234,3,834,2183 +"13429",2609,26249,3,834,2301 +"13430",2609,26451,3,834,2133 +"13431",2609,27195,3,834,2158 +"13432",2609,28130,3,834,908 +"13433",2609,28131,3,834,1492 +"13434",2609,28808,3,834,1063 +"13435",2609,28896,3,834,1395 +"13436",2609,29170,3,834,1846 +"13437",2609,29454,3,834,2719 +"13438",2609,29884,3,834,1239 +"13439",2609,30092,2,834,1593 +"13440",2609,30236,2,834,2238 +"13441",2609,30798,3,834,1398 +"13442",2609,30827,2,834,2323 +"13443",2609,30850,2,834,1045 +"13444",2609,30883,3,834,1629 +"13445",2609,31279,3,834,965 +"13446",2609,32064,3,834,1739 +"13447",2609,32131,3,834,1035 +"13448",2609,33223,3,834,2397 +"13449",2609,33380,3,834,2340 +"13450",2609,34136,3,834,2202 +"13451",2609,35529,3,834,1620 +"13452",2609,35738,3,834,2448 +"13453",2609,35903,3,834,1434 +"13454",2609,37301,3,834,2160 +"13455",2609,37934,3,834,1595 +"13456",2609,38213,2,834,1744 +"13457",2609,38284,2,834,1234 +"13458",2609,38732,2,834,2263 +"13459",2609,39135,3,834,2489 +"13460",2609,40542,3,834,1664 +"13461",2609,41682,3,834,1988 +"13462",2609,41764,3,834,2409 +"13463",2609,42216,2,834,2722 +"13464",2609,42837,3,834,1096 +"13465",2609,43404,2,834,2649 +"13466",2609,44268,3,834,2436 +"13467",2609,45302,3,834,2390 +"13468",2609,45329,3,834,1693 +"13469",2609,46621,3,834,1343 +"13470",2609,46717,3,834,938 +"13471",2609,48260,3,834,875 +"13472",2609,48823,3,834,2080 +"13473",2609,49620,2,834,1868 +"13474",2609,50480,3,834,2701 +"13475",2609,51628,3,834,901 +"13476",2609,52136,3,834,1412 +"13477",2609,53219,3,834,2973 +"13478",2609,55084,1,834,1189 +"13479",2609,55234,3,834,890 +"13480",2609,55580,3,834,1942 +"13481",2609,56026,3,834,908 +"13482",2609,56397,3,834,2053 +"13483",2609,58133,3,834,1484 +"13484",2609,60179,3,834,2708 +"13485",2609,61242,2,834,1650 +"13486",2609,64945,3,834,2279 +"13487",2609,70996,3,834,1037 +"13488",2609,73675,3,834,887 +"13489",2609,74636,2,834,2525 +"13490",2609,75028,3,834,1660 +"13491",2609,76999,3,834,908 +"13492",2609,80764,2,834,1808 +"13493",2609,82009,3,834,1020 +"13494",2609,82426,3,834,1576 +"13495",2609,82696,3,834,1305 +"13496",2609,88063,3,834,1045 +"13497",2609,88070,3,834,949 +"13498",2609,88232,3,834,2881 +"13499",2609,88609,3,834,1917 +"13500",2609,92322,3,834,2393 +"13501",2609,94650,3,834,896 +"13502",2609,95879,3,834,1748 +"13503",2609,100140,3,834,1041 +"13504",2609,102133,3,834,1165 +"13505",2609,103524,3,834,991 +"13506",2609,108379,3,834,2933 +"13507",2611,42,3,810,2265 +"13508",2611,1090,3,810,2370 +"13509",2611,1676,3,810,1198 +"13510",2611,2166,3,810,2557 +"13511",2611,3352,3,810,1707 +"13512",2611,16497,3,810,2370 +"13513",2611,49965,3,810,2301 +"13514",2616,1708,3,221,1591 +"13515",2616,1787,3,221,1707 +"13516",2616,3360,3,221,1583 +"13517",2616,4188,2,221,2963 +"13518",2616,5355,3,221,1499 +"13519",2616,5937,1,221,2392 +"13520",2616,6234,2,221,2654 +"13521",2616,6235,3,221,1585 +"13522",2616,6345,3,221,2713 +"13523",2616,6800,3,221,2053 +"13524",2616,7970,3,221,1197 +"13525",2616,8006,3,221,479 +"13526",2616,8899,3,221,2023 +"13527",2616,9724,3,221,2713 +"13528",2616,11154,3,221,1594 +"13529",2616,11679,1,221,846 +"13530",2616,11868,1,221,1639 +"13531",2616,12007,3,221,1594 +"13532",2616,14131,3,221,341 +"13533",2616,14212,3,221,857 +"13534",2616,14838,3,221,1746 +"13535",2616,15150,3,221,2801 +"13536",2616,15239,3,221,1958 +"13537",2616,15558,3,221,2389 +"13538",2616,15728,3,221,576 +"13539",2616,16477,3,221,2069 +"13540",2616,16524,3,221,1556 +"13541",2616,16969,3,221,1917 +"13542",2616,17499,3,221,2954 +"13543",2616,17552,3,221,2082 +"13544",2616,17815,3,221,2070 +"13545",2616,19002,3,221,2053 +"13546",2616,20011,2,221,2826 +"13547",2616,22744,3,221,1907 +"13548",2616,22746,3,221,913 +"13549",2616,23498,3,221,2398 +"13550",2616,23728,3,221,2601 +"13551",2616,23771,3,221,1614 +"13552",2616,23802,3,221,1713 +"13553",2616,24044,3,221,1076 +"13554",2616,24252,3,221,639 +"13555",2616,29775,3,221,2064 +"13556",2616,32841,1,221,1345 +"13557",2616,34018,3,221,400 +"13558",2616,34576,3,221,1727 +"13559",2616,35844,3,221,2961 +"13560",2616,37454,3,221,1245 +"13561",2616,41521,1,221,2069 +"13562",2616,42136,3,221,2551 +"13563",2616,43701,3,221,2400 +"13564",2616,44727,3,221,1227 +"13565",2616,44728,3,221,451 +"13566",2616,44730,3,221,2468 +"13567",2616,48585,3,221,2063 +"13568",2616,50899,3,221,2125 +"13569",2616,56413,1,221,2747 +"13570",2616,61784,3,221,754 +"13571",2616,69795,3,221,2636 +"13572",2616,70633,2,221,484 +"13573",2616,76450,2,221,1077 +"13574",2616,76997,3,221,2223 +"13575",2616,79746,3,221,2272 +"13576",2616,82246,3,221,1538 +"13577",2616,86559,3,221,1704 +"13578",2616,86716,3,221,1609 +"13579",2616,87190,3,221,1704 +"13580",2616,89258,2,221,1147 +"13581",2616,93459,3,221,1354 +"13582",2616,96700,2,221,1602 +"13583",2616,99291,3,221,930 +"13584",2616,103920,3,221,274 +"13585",2616,104843,3,221,1167 +"13586",2616,113333,3,221,1018 +"13587",2617,237,3,592,1982 +"13588",2617,4730,3,592,2131 +"13589",2617,6821,3,592,1788 +"13590",2617,8140,3,592,1262 +"13591",2617,9301,3,592,1861 +"13592",2617,9351,2,592,1460 +"13593",2617,11383,3,592,977 +"13594",2617,12897,2,592,1351 +"13595",2617,14287,2,592,1583 +"13596",2617,16437,3,592,1956 +"13597",2617,16501,3,592,1650 +"13598",2617,19028,3,592,921 +"13599",2617,19069,3,592,988 +"13600",2617,19231,3,592,1424 +"13601",2617,20894,3,592,2214 +"13602",2617,21180,3,592,2762 +"13603",2617,21207,3,592,1258 +"13604",2617,23756,3,592,2309 +"13605",2617,27509,2,592,2067 +"13606",2617,27742,3,592,2700 +"13607",2617,32775,2,592,2135 +"13608",2617,33314,3,592,1444 +"13609",2617,34162,2,592,2336 +"13610",2617,35477,3,592,2703 +"13611",2617,37752,3,592,2223 +"13612",2617,38492,3,592,2280 +"13613",2617,41439,3,592,709 +"13614",2617,45730,3,592,2063 +"13615",2617,48576,3,592,1675 +"13616",2617,49551,3,592,879 +"13617",2617,54631,3,592,1531 +"13618",2617,58421,2,592,910 +"13619",2617,58829,3,592,1256 +"13620",2617,59039,3,592,2870 +"13621",2617,60879,3,592,2792 +"13622",2617,63498,3,592,977 +"13623",2617,73172,2,592,2496 +"13624",2617,74795,3,592,1319 +"13625",2617,77077,3,592,2693 +"13626",2617,83898,3,592,1036 +"13627",2617,88067,3,592,2315 +"13628",2617,92860,3,592,1643 +"13629",2617,108157,3,592,1272 +"13630",2625,1102,3,2152,2282 +"13631",2625,2954,3,2152,2727 +"13632",2625,6390,3,2152,2385 +"13633",2625,9362,3,2152,2879 +"13634",2625,14652,2,2152,2516 +"13635",2625,16758,3,2152,2574 +"13636",2625,24448,3,2152,2289 +"13637",2625,27275,3,2152,2656 +"13638",2625,27390,3,2152,2425 +"13639",2625,31235,2,2152,2668 +"13640",2625,38780,3,2152,2705 +"13641",2625,47445,3,2152,2668 +"13642",2625,55128,3,2152,2257 +"13643",2625,57544,3,2152,2443 +"13644",2647,827,1,2450,2964 +"13645",2647,1624,2,2450,2687 +"13646",2647,4551,3,2450,2720 +"13647",2647,6345,3,2450,2713 +"13648",2647,7253,3,2450,2686 +"13649",2647,9272,3,2450,2835 +"13650",2647,9724,3,2450,2713 +"13651",2647,20695,3,2450,2526 +"13652",2647,23550,3,2450,2939 +"13653",2647,38309,3,2450,2644 +"13654",2647,42390,3,2450,2937 +"13655",2647,47607,1,2450,2724 +"13656",2647,58945,3,2450,2481 +"13657",2647,64628,2,2450,2829 +"13658",2647,69335,3,2450,2698 +"13659",2668,798,3,1529,2476 +"13660",2668,2057,3,1529,1965 +"13661",2668,7896,1,1529,2447 +"13662",2668,12577,3,1529,2530 +"13663",2668,13920,3,1529,1709 +"13664",2668,14558,3,1529,1585 +"13665",2668,16205,3,1529,2630 +"13666",2668,32778,3,1529,2310 +"13667",2668,35477,3,1529,2703 +"13668",2668,35980,3,1529,2657 +"13669",2668,47529,3,1529,2914 +"13670",2668,51758,2,1529,2310 +"13671",2668,57180,2,1529,2703 +"13672",2668,66978,2,1529,1536 +"13673",2668,74055,3,1529,1544 +"13674",2684,5239,3,2874,2875 +"13675",2684,11351,2,2874,2971 +"13676",2684,18543,3,2874,2968 +"13677",2684,33801,3,2874,2899 +"13678",2684,36609,3,2874,2918 +"13679",2684,88232,3,2874,2881 +"13680",2694,1767,3,2062,2727 +"13681",2694,22207,3,2062,2365 +"13682",2694,36637,3,2062,2085 +"13683",2694,43404,3,2062,2649 +"13684",2700,5346,3,857,1438 +"13685",2700,9241,1,857,2338 +"13686",2700,10453,3,857,1656 +"13687",2700,14754,3,857,2456 +"13688",2700,15826,3,857,2772 +"13689",2700,23000,1,857,1815 +"13690",2700,26182,1,857,2775 +"13691",2700,26450,3,857,1709 +"13692",2700,29985,3,857,1568 +"13693",2700,30262,3,857,1715 +"13694",2700,36666,3,857,1270 +"13695",2700,36912,3,857,2469 +"13696",2700,39062,3,857,2020 +"13697",2700,43250,3,857,1300 +"13698",2700,44749,3,857,1303 +"13699",2700,46982,3,857,2806 +"13700",2700,47013,3,857,2388 +"13701",2700,50581,3,857,1258 +"13702",2700,57356,3,857,2476 +"13703",2700,88759,3,857,1315 +"13704",2704,66205,3,2609,2898 +"13705",2709,3306,3,1673,1989 +"13706",2709,6104,3,1673,2462 +"13707",2709,15003,3,1673,2067 +"13708",2709,15756,2,1673,2362 +"13709",2709,23725,3,1673,2378 +"13710",2709,27173,3,1673,2050 +"13711",2709,32064,3,1673,1739 +"13712",2709,37358,3,1673,2128 +"13713",2709,44819,3,1673,2063 +"13714",2709,45684,3,1673,2200 +"13715",2709,50134,3,1673,2674 +"13716",2709,54929,3,1673,2783 +"13717",2709,57246,3,1673,1873 +"13718",2709,57842,2,1673,2482 +"13719",2709,59539,3,1673,2429 +"13720",2709,89911,3,1673,2607 +"13721",2712,1226,2,1881,2353 +"13722",2712,1386,3,1881,1901 +"13723",2712,2195,2,1881,2139 +"13724",2712,8681,3,1881,2716 +"13725",2712,15560,2,1881,2257 +"13726",2712,24825,3,1881,2686 +"13727",2716,134,3,1748,2062 +"13728",2716,701,2,1748,2718 +"13729",2716,1386,3,1748,1901 +"13730",2716,1639,3,1748,2631 +"13731",2716,3305,3,1748,2839 +"13732",2716,3306,2,1748,1989 +"13733",2716,4289,3,1748,1921 +"13734",2716,4953,3,1748,2285 +"13735",2716,5235,3,1748,2324 +"13736",2716,6363,3,1748,2066 +"13737",2716,7795,3,1748,2789 +"13738",2716,8533,3,1748,2251 +"13739",2716,15003,3,1748,2067 +"13740",2716,16518,3,1748,2642 +"13741",2716,19248,3,1748,2357 +"13742",2716,19643,3,1748,2452 +"13743",2716,20153,3,1748,1868 +"13744",2716,20423,2,1748,2654 +"13745",2716,21754,3,1748,1881 +"13746",2716,25569,2,1748,2317 +"13747",2716,26721,3,1748,2586 +"13748",2716,27173,2,1748,2050 +"13749",2716,29899,3,1748,2375 +"13750",2716,32457,3,1748,2690 +"13751",2716,32964,2,1748,2252 +"13752",2716,33949,3,1748,2489 +"13753",2716,37285,2,1748,2428 +"13754",2716,41402,2,1748,2313 +"13755",2716,44819,3,1748,2063 +"13756",2716,45618,3,1748,2356 +"13757",2716,47947,3,1748,2681 +"13758",2716,48605,2,1748,2796 +"13759",2716,49872,3,1748,2019 +"13760",2716,55256,3,1748,2379 +"13761",2716,59539,3,1748,2429 +"13762",2724,41051,3,2447,2767 +"13763",2724,47882,3,2447,2769 +"13764",2724,53289,3,2447,2746 +"13765",2724,80705,2,2447,2764 +"13766",2724,94339,3,2447,2768 +"13767",2731,325,3,434,495 +"13768",2731,671,3,434,2328 +"13769",2731,913,3,434,2144 +"13770",2731,1044,2,434,880 +"13771",2731,1090,3,434,2370 +"13772",2731,1102,3,434,2282 +"13773",2731,1275,3,434,2068 +"13774",2731,1321,3,434,2075 +"13775",2731,1639,3,434,2631 +"13776",2731,1676,3,434,1198 +"13777",2731,1826,1,434,924 +"13778",2731,2269,3,434,984 +"13779",2731,2424,3,434,2582 +"13780",2731,2533,3,434,2016 +"13781",2731,2754,3,434,1360 +"13782",2731,3306,3,434,1989 +"13783",2731,3716,3,434,1679 +"13784",2731,4317,3,434,1224 +"13785",2731,4701,3,434,2401 +"13786",2731,4790,2,434,1025 +"13787",2731,4791,2,434,1184 +"13788",2731,5041,3,434,2371 +"13789",2731,5622,3,434,2175 +"13790",2731,6047,3,434,2004 +"13791",2731,6718,3,434,2138 +"13792",2731,7078,3,434,2344 +"13793",2731,7936,3,434,1199 +"13794",2731,8073,3,434,1847 +"13795",2731,8490,3,434,564 +"13796",2731,8529,3,434,1205 +"13797",2731,8910,2,434,1054 +"13798",2731,9364,2,434,1698 +"13799",2731,9474,3,434,864 +"13800",2731,9950,3,434,920 +"13801",2731,10513,3,434,2284 +"13802",2731,10857,3,434,2253 +"13803",2731,10874,3,434,1891 +"13804",2731,11006,3,434,1950 +"13805",2731,11229,3,434,1625 +"13806",2731,11540,3,434,1237 +"13807",2731,11541,3,434,1927 +"13808",2731,11576,3,434,808 +"13809",2731,11817,3,434,600 +"13810",2731,12096,3,434,1330 +"13811",2731,12728,3,434,2374 +"13812",2731,13905,1,434,452 +"13813",2731,13945,3,434,1324 +"13814",2731,14032,3,434,2144 +"13815",2731,14678,3,434,799 +"13816",2731,16201,3,434,1811 +"13817",2731,16332,2,434,2668 +"13818",2731,16940,2,434,1290 +"13819",2731,17821,3,434,858 +"13820",2731,17997,3,434,1621 +"13821",2731,18393,3,434,860 +"13822",2731,18415,3,434,2184 +"13823",2731,18707,3,434,1143 +"13824",2731,19096,3,434,1538 +"13825",2731,19248,3,434,2357 +"13826",2731,19528,3,434,2742 +"13827",2731,19719,3,434,2177 +"13828",2731,20124,3,434,2376 +"13829",2731,20287,3,434,1099 +"13830",2731,20311,3,434,1981 +"13831",2731,20319,3,434,468 +"13832",2731,20975,1,434,1305 +"13833",2731,20988,2,434,455 +"13834",2731,21122,3,434,1701 +"13835",2731,21138,3,434,2849 +"13836",2731,21197,3,434,1437 +"13837",2731,21198,2,434,935 +"13838",2731,21285,3,434,2100 +"13839",2731,21682,3,434,2414 +"13840",2731,21693,3,434,2176 +"13841",2731,22282,3,434,1418 +"13842",2731,22326,3,434,2818 +"13843",2731,22362,3,434,1836 +"13844",2731,22586,3,434,1341 +"13845",2731,23450,2,434,967 +"13846",2731,23492,3,434,1067 +"13847",2731,23652,3,434,803 +"13848",2731,23727,3,434,1734 +"13849",2731,23729,2,434,1624 +"13850",2731,23970,3,434,1624 +"13851",2731,24755,2,434,1319 +"13852",2731,25027,3,434,564 +"13853",2731,25305,3,434,2447 +"13854",2731,25577,3,434,1946 +"13855",2731,26359,3,434,2535 +"13856",2731,26451,3,434,2133 +"13857",2731,26471,3,434,1061 +"13858",2731,26570,3,434,1669 +"13859",2731,26608,3,434,2329 +"13860",2731,26749,2,434,2965 +"13861",2731,27175,3,434,1447 +"13862",2731,27275,3,434,2656 +"13863",2731,27390,3,434,2425 +"13864",2731,27694,3,434,2030 +"13865",2731,27849,3,434,1316 +"13866",2731,28015,1,434,1624 +"13867",2731,28190,3,434,1634 +"13868",2731,29705,2,434,607 +"13869",2731,29750,3,434,689 +"13870",2731,30180,3,434,590 +"13871",2731,31050,3,434,1491 +"13872",2731,31338,3,434,917 +"13873",2731,31530,3,434,1661 +"13874",2731,32017,3,434,577 +"13875",2731,32173,3,434,2341 +"13876",2731,32271,3,434,843 +"13877",2731,33949,3,434,2489 +"13878",2731,34136,3,434,2202 +"13879",2731,34836,3,434,2302 +"13880",2731,38019,2,434,1870 +"13881",2731,39238,2,434,922 +"13882",2731,40432,3,434,1956 +"13883",2731,41174,3,434,850 +"13884",2731,41315,3,434,439 +"13885",2731,41832,3,434,1155 +"13886",2731,43051,3,434,904 +"13887",2731,43385,3,434,1623 +"13888",2731,43769,3,434,2394 +"13889",2731,44059,3,434,525 +"13890",2731,46039,3,434,1794 +"13891",2731,46723,3,434,607 +"13892",2731,47772,2,434,2293 +"13893",2731,50219,3,434,756 +"13894",2731,51017,3,434,2073 +"13895",2731,51810,3,434,1401 +"13896",2731,51953,2,434,551 +"13897",2731,52058,3,434,1836 +"13898",2731,52136,3,434,1412 +"13899",2731,52576,3,434,2234 +"13900",2731,53322,3,434,1200 +"13901",2731,53323,2,434,2677 +"13902",2731,53608,3,434,1986 +"13903",2731,53789,3,434,2681 +"13904",2731,54305,3,434,1222 +"13905",2731,54551,3,434,2348 +"13906",2731,55299,3,434,609 +"13907",2731,55468,3,434,2511 +"13908",2731,56317,2,434,2030 +"13909",2731,57414,3,434,922 +"13910",2731,57950,3,434,1529 +"13911",2731,58451,3,434,1939 +"13912",2731,58508,3,434,2326 +"13913",2731,58652,3,434,1437 +"13914",2731,59205,3,434,2387 +"13915",2731,61982,3,434,2725 +"13916",2731,64181,3,434,1828 +"13917",2731,66860,3,434,1548 +"13918",2731,67222,3,434,1332 +"13919",2731,67719,3,434,2429 +"13920",2731,71342,2,434,1289 +"13921",2731,72956,2,434,1251 +"13922",2731,73128,3,434,1549 +"13923",2731,73786,2,434,2937 +"13924",2731,75921,3,434,517 +"13925",2731,75948,2,434,1006 +"13926",2731,76127,3,434,910 +"13927",2731,76284,2,434,1237 +"13928",2731,77305,1,434,965 +"13929",2731,79322,3,434,2770 +"13930",2731,79436,3,434,1344 +"13931",2731,80242,3,434,569 +"13932",2731,81588,1,434,1568 +"13933",2731,82893,3,434,1275 +"13934",2731,82949,3,434,2077 +"13935",2731,83434,3,434,850 +"13936",2731,87048,3,434,989 +"13937",2731,87692,3,434,775 +"13938",2731,88126,3,434,1027 +"13939",2731,89097,1,434,935 +"13940",2731,89541,2,434,525 +"13941",2731,90573,3,434,878 +"13942",2731,90802,3,434,877 +"13943",2731,92220,1,434,607 +"13944",2731,93332,3,434,982 +"13945",2731,95836,3,434,760 +"13946",2731,98781,3,434,1410 +"13947",2731,101295,2,434,2165 +"13948",2731,101395,3,434,891 +"13949",2731,111971,3,434,1032 +"13950",2731,115622,2,434,1895 +"13951",2737,393,3,607,643 +"13952",2737,1785,1,607,2350 +"13953",2737,3360,3,607,1583 +"13954",2737,7787,3,607,2314 +"13955",2737,8478,3,607,984 +"13956",2737,9716,3,607,1929 +"13957",2737,9740,3,607,2233 +"13958",2737,10119,2,607,2374 +"13959",2737,13671,3,607,1371 +"13960",2737,14255,3,607,893 +"13961",2737,15150,3,607,2801 +"13962",2737,16524,3,607,1556 +"13963",2737,19002,2,607,2053 +"13964",2737,19190,3,607,2677 +"13965",2737,20011,3,607,2826 +"13966",2737,24044,2,607,1076 +"13967",2737,24949,3,607,2120 +"13968",2737,25330,3,607,2370 +"13969",2737,26698,3,607,1963 +"13970",2737,28970,3,607,2111 +"13971",2737,32576,3,607,2881 +"13972",2737,38241,3,607,1931 +"13973",2737,46049,2,607,2102 +"13974",2737,49069,3,607,1694 +"13975",2737,67289,3,607,829 +"13976",2737,79913,3,607,1514 +"13977",2737,82890,3,607,1550 +"13978",2737,85401,3,607,1931 +"13979",2737,89258,3,607,1147 +"13980",2737,89391,3,607,2180 +"13981",2742,134,3,1192,2062 +"13982",2742,312,3,1192,2038 +"13983",2742,380,3,1192,2261 +"13984",2742,701,2,1192,2718 +"13985",2742,997,3,1192,2788 +"13986",2742,1386,3,1192,1901 +"13987",2742,1453,2,1192,1737 +"13988",2742,1639,2,1192,2631 +"13989",2742,2424,3,1192,2582 +"13990",2742,2533,3,1192,2016 +"13991",2742,2716,1,1192,1748 +"13992",2742,3305,2,1192,2839 +"13993",2742,3306,2,1192,1989 +"13994",2742,3801,3,1192,1974 +"13995",2742,4289,3,1192,1921 +"13996",2742,4317,3,1192,1224 +"13997",2742,5235,2,1192,2324 +"13998",2742,5429,3,1192,1991 +"13999",2742,5449,3,1192,1723 +"14000",2742,6055,3,1192,2651 +"14001",2742,6074,3,1192,2426 +"14002",2742,6104,3,1192,2462 +"14003",2742,6363,2,1192,2066 +"14004",2742,7241,3,1192,2259 +"14005",2742,7627,3,1192,1543 +"14006",2742,8258,3,1192,1959 +"14007",2742,9351,3,1192,1460 +"14008",2742,9723,3,1192,2302 +"14009",2742,11006,3,1192,1950 +"14010",2742,11329,3,1192,2799 +"14011",2742,11440,3,1192,2026 +"14012",2742,11875,3,1192,1526 +"14013",2742,12728,3,1192,2374 +"14014",2742,13043,2,1192,1295 +"14015",2742,15003,3,1192,2067 +"14016",2742,16518,2,1192,2642 +"14017",2742,17632,3,1192,1947 +"14018",2742,18394,3,1192,2356 +"14019",2742,19248,2,1192,2357 +"14020",2742,19606,3,1192,2783 +"14021",2742,19643,2,1192,2452 +"14022",2742,19719,3,1192,2177 +"14023",2742,20423,2,1192,2654 +"14024",2742,21682,3,1192,2414 +"14025",2742,25198,3,1192,1982 +"14026",2742,25569,3,1192,2317 +"14027",2742,25680,3,1192,1618 +"14028",2742,25985,3,1192,2071 +"14029",2742,26721,3,1192,2586 +"14030",2742,27173,1,1192,2050 +"14031",2742,27694,3,1192,2030 +"14032",2742,29899,3,1192,2375 +"14033",2742,32457,3,1192,2690 +"14034",2742,32964,3,1192,2252 +"14035",2742,32965,3,1192,2071 +"14036",2742,33949,3,1192,2489 +"14037",2742,34464,3,1192,1741 +"14038",2742,35542,3,1192,1439 +"14039",2742,37285,1,1192,2428 +"14040",2742,38439,3,1192,2025 +"14041",2742,39535,3,1192,2428 +"14042",2742,39982,2,1192,1529 +"14043",2742,41033,3,1192,1839 +"14044",2742,41402,2,1192,2313 +"14045",2742,44819,3,1192,2063 +"14046",2742,45618,3,1192,2356 +"14047",2742,47098,3,1192,2057 +"14048",2742,48289,3,1192,2209 +"14049",2742,48605,1,1192,2796 +"14050",2742,49872,3,1192,2019 +"14051",2742,50785,3,1192,2877 +"14052",2742,51041,3,1192,2606 +"14053",2742,55256,3,1192,2379 +"14054",2742,56854,3,1192,2022 +"14055",2742,59539,3,1192,2429 +"14056",2742,61982,3,1192,2725 +"14057",2742,62841,3,1192,2710 +"14058",2742,66277,3,1192,1227 +"14059",2742,68523,3,1192,1664 +"14060",2742,69030,3,1192,1249 +"14061",2742,71518,3,1192,2805 +"14062",2742,97811,3,1192,1288 +"14063",2743,270,3,1278,2542 +"14064",2743,669,3,1278,1423 +"14065",2743,671,2,1278,2328 +"14066",2743,675,2,1278,1686 +"14067",2743,733,2,1278,1653 +"14068",2743,803,3,1278,1666 +"14069",2743,1036,3,1278,1367 +"14070",2743,1046,3,1278,1881 +"14071",2743,1136,2,1278,2536 +"14072",2743,1315,3,1278,2760 +"14073",2743,1367,3,1278,2176 +"14074",2743,1897,3,1278,1727 +"14075",2743,2166,3,1278,2557 +"14076",2743,2424,2,1278,2582 +"14077",2743,2533,3,1278,2016 +"14078",2743,2563,3,1278,1686 +"14079",2743,3139,3,1278,1656 +"14080",2743,3167,3,1278,1676 +"14081",2743,3242,1,1278,1730 +"14082",2743,3305,3,1278,2839 +"14083",2743,3352,3,1278,1707 +"14084",2743,4191,3,1278,2130 +"14085",2743,4618,3,1278,2607 +"14086",2743,4687,3,1278,2152 +"14087",2743,4980,2,1278,2093 +"14088",2743,5148,3,1278,2206 +"14089",2743,5504,3,1278,2389 +"14090",2743,5621,3,1278,1860 +"14091",2743,5725,3,1278,2789 +"14092",2743,6363,3,1278,2066 +"14093",2743,6428,3,1278,1952 +"14094",2743,6491,3,1278,2424 +"14095",2743,7245,3,1278,2089 +"14096",2743,7847,3,1278,2424 +"14097",2743,8274,3,1278,1909 +"14098",2743,8327,3,1278,2527 +"14099",2743,8533,2,1278,2251 +"14100",2743,8621,2,1278,1681 +"14101",2743,10404,2,1278,2062 +"14102",2743,10857,3,1278,2253 +"14103",2743,10859,3,1278,2231 +"14104",2743,10890,2,1278,2639 +"14105",2743,11063,3,1278,1967 +"14106",2743,12374,3,1278,2260 +"14107",2743,12747,3,1278,2818 +"14108",2743,12867,3,1278,2773 +"14109",2743,14834,3,1278,2739 +"14110",2743,15539,3,1278,1929 +"14111",2743,15716,3,1278,1991 +"14112",2743,15813,3,1278,2143 +"14113",2743,17357,3,1278,1536 +"14114",2743,17852,3,1278,2840 +"14115",2743,17931,3,1278,1617 +"14116",2743,19027,3,1278,2721 +"14117",2743,19380,3,1278,2637 +"14118",2743,19719,3,1278,2177 +"14119",2743,19868,3,1278,2855 +"14120",2743,20419,3,1278,1587 +"14121",2743,20563,2,1278,2267 +"14122",2743,20700,3,1278,2861 +"14123",2743,20783,2,1278,2414 +"14124",2743,20824,1,1278,1366 +"14125",2743,21122,3,1278,1701 +"14126",2743,21197,3,1278,1437 +"14127",2743,21285,3,1278,2100 +"14128",2743,21758,3,1278,1331 +"14129",2743,22884,2,1278,1608 +"14130",2743,22885,3,1278,1702 +"14131",2743,23216,3,1278,2424 +"14132",2743,23534,2,1278,1659 +"14133",2743,23704,3,1278,2278 +"14134",2743,23756,3,1278,2309 +"14135",2743,23825,3,1278,1913 +"14136",2743,23869,3,1278,1918 +"14137",2743,24259,3,1278,1281 +"14138",2743,24755,3,1278,1319 +"14139",2743,24962,3,1278,2126 +"14140",2743,25129,3,1278,2647 +"14141",2743,25341,3,1278,1858 +"14142",2743,25643,2,1278,1646 +"14143",2743,25816,3,1278,2088 +"14144",2743,26436,3,1278,2489 +"14145",2743,26516,2,1278,2479 +"14146",2743,26570,3,1278,1669 +"14147",2743,26706,3,1278,1846 +"14148",2743,27628,3,1278,2389 +"14149",2743,27753,2,1278,2750 +"14150",2743,28285,3,1278,2972 +"14151",2743,28892,3,1278,2023 +"14152",2743,29073,3,1278,2328 +"14153",2743,29314,3,1278,2736 +"14154",2743,30438,2,1278,1617 +"14155",2743,31243,3,1278,1355 +"14156",2743,31799,3,1278,2547 +"14157",2743,32103,3,1278,1491 +"14158",2743,32988,3,1278,2008 +"14159",2743,33010,3,1278,2189 +"14160",2743,33621,2,1278,1319 +"14161",2743,34136,3,1278,2202 +"14162",2743,34160,3,1278,1759 +"14163",2743,34216,2,1278,2832 +"14164",2743,34492,2,1278,1798 +"14165",2743,34509,3,1278,1973 +"14166",2743,34815,3,1278,2354 +"14167",2743,34836,2,1278,2302 +"14168",2743,36651,3,1278,1600 +"14169",2743,37418,3,1278,2710 +"14170",2743,38019,2,1278,1870 +"14171",2743,38449,2,1278,1802 +"14172",2743,38780,3,1278,2705 +"14173",2743,40293,2,1278,1671 +"14174",2743,40369,3,1278,2735 +"14175",2743,41402,3,1278,2313 +"14176",2743,41607,3,1278,2802 +"14177",2743,41682,3,1278,1988 +"14178",2743,43455,3,1278,2846 +"14179",2743,43518,3,1278,2680 +"14180",2743,44819,3,1278,2063 +"14181",2743,45343,3,1278,2360 +"14182",2743,45715,3,1278,2287 +"14183",2743,46629,3,1278,2255 +"14184",2743,47857,3,1278,2325 +"14185",2743,47947,3,1278,2681 +"14186",2743,49189,3,1278,1550 +"14187",2743,50667,3,1278,2719 +"14188",2743,51022,1,1278,1499 +"14189",2743,51041,3,1278,2606 +"14190",2743,51410,3,1278,2739 +"14191",2743,51987,2,1278,1397 +"14192",2743,52576,3,1278,2234 +"14193",2743,53266,2,1278,2389 +"14194",2743,53300,3,1278,2162 +"14195",2743,54551,3,1278,2348 +"14196",2743,54676,3,1278,1342 +"14197",2743,54740,2,1278,2750 +"14198",2743,55556,3,1278,2075 +"14199",2743,55691,3,1278,2856 +"14200",2743,57129,3,1278,1858 +"14201",2743,57353,3,1278,1849 +"14202",2743,57977,3,1278,2683 +"14203",2743,58035,2,1278,1646 +"14204",2743,58133,3,1278,1484 +"14205",2743,58221,3,1278,1787 +"14206",2743,59438,3,1278,2400 +"14207",2743,61982,3,1278,2725 +"14208",2743,62840,3,1278,2502 +"14209",2743,63515,3,1278,2023 +"14210",2743,64031,3,1278,1295 +"14211",2743,64181,3,1278,1828 +"14212",2743,64793,3,1278,2819 +"14213",2743,64997,2,1278,2791 +"14214",2743,65007,3,1278,2530 +"14215",2743,70046,3,1278,2624 +"14216",2743,71562,3,1278,2574 +"14217",2743,72468,3,1278,2292 +"14218",2743,74095,3,1278,2333 +"14219",2743,76081,3,1278,1534 +"14220",2743,76892,3,1278,2381 +"14221",2743,80172,3,1278,1342 +"14222",2743,80678,3,1278,1595 +"14223",2743,82767,2,1278,1641 +"14224",2743,82929,3,1278,2475 +"14225",2743,86505,3,1278,1302 +"14226",2743,88232,3,1278,2881 +"14227",2743,88592,3,1278,1418 +"14228",2743,92491,3,1278,1968 +"14229",2743,97498,3,1278,2346 +"14230",2743,99103,2,1278,1470 +"14231",2747,680,3,2411,2569 +"14232",2747,2424,3,2411,2582 +"14233",2747,2852,3,2411,2448 +"14234",2747,3477,3,2411,2546 +"14235",2747,8604,3,2411,2799 +"14236",2747,9035,3,2411,2771 +"14237",2747,9503,2,2411,2453 +"14238",2747,9787,3,2411,2858 +"14239",2747,10638,3,2411,2692 +"14240",2747,14586,3,2411,2801 +"14241",2747,14959,2,2411,2898 +"14242",2747,15826,2,2411,2772 +"14243",2747,16067,3,2411,2727 +"14244",2747,17037,3,2411,2947 +"14245",2747,18421,3,2411,2457 +"14246",2747,23206,3,2411,2805 +"14247",2747,24069,2,2411,2697 +"14248",2747,25486,3,2411,2582 +"14249",2747,26182,3,2411,2775 +"14250",2747,27742,3,2411,2700 +"14251",2747,27908,3,2411,2576 +"14252",2747,28869,3,2411,2425 +"14253",2747,29825,3,2411,2603 +"14254",2747,33801,3,2411,2899 +"14255",2747,35235,3,2411,2610 +"14256",2747,36912,3,2411,2469 +"14257",2747,36953,3,2411,2790 +"14258",2747,41770,3,2411,2752 +"14259",2747,44603,1,2411,2748 +"14260",2747,51783,3,2411,2599 +"14261",2747,53475,3,2411,2853 +"14262",2747,53727,3,2411,2442 +"14263",2747,54924,3,2411,2603 +"14264",2747,58501,2,2411,2613 +"14265",2747,63077,3,2411,2778 +"14266",2747,67726,3,2411,2873 +"14267",2747,69716,3,2411,2632 +"14268",2747,70656,3,2411,2771 +"14269",2747,73602,3,2411,2881 +"14270",2754,313,3,1360,2271 +"14271",2754,357,3,1360,2327 +"14272",2754,377,3,1360,2389 +"14273",2754,499,2,1360,1931 +"14274",2754,543,2,1360,2203 +"14275",2754,600,3,1360,1702 +"14276",2754,671,3,1360,2328 +"14277",2754,997,3,1360,2788 +"14278",2754,1046,3,1360,1881 +"14279",2754,1090,3,1360,2370 +"14280",2754,1130,3,1360,1566 +"14281",2754,1136,3,1360,2536 +"14282",2754,1151,3,1360,2885 +"14283",2754,1495,3,1360,2046 +"14284",2754,1616,3,1360,2662 +"14285",2754,1777,2,1360,1965 +"14286",2754,1875,2,1360,1786 +"14287",2754,2036,2,1360,2483 +"14288",2754,2166,2,1360,2557 +"14289",2754,2325,3,1360,1641 +"14290",2754,2484,3,1360,2389 +"14291",2754,2766,3,1360,1920 +"14292",2754,3088,3,1360,1670 +"14293",2754,3161,3,1360,2229 +"14294",2754,3167,3,1360,1676 +"14295",2754,3242,3,1360,1730 +"14296",2754,3495,3,1360,2431 +"14297",2754,3777,3,1360,1798 +"14298",2754,3830,2,1360,1661 +"14299",2754,3853,3,1360,2465 +"14300",2754,3878,3,1360,1890 +"14301",2754,3886,3,1360,1669 +"14302",2754,3966,3,1360,2425 +"14303",2754,4057,3,1360,2389 +"14304",2754,4226,3,1360,1903 +"14305",2754,4366,3,1360,1726 +"14306",2754,4618,3,1360,2607 +"14307",2754,4671,2,1360,2280 +"14308",2754,4701,3,1360,2401 +"14309",2754,4763,3,1360,1960 +"14310",2754,5078,3,1360,2033 +"14311",2754,5457,3,1360,2077 +"14312",2754,5462,2,1360,2374 +"14313",2754,5504,2,1360,2389 +"14314",2754,5515,3,1360,2385 +"14315",2754,5669,3,1360,2502 +"14316",2754,5725,3,1360,2789 +"14317",2754,5845,3,1360,1552 +"14318",2754,6044,3,1360,2744 +"14319",2754,7323,3,1360,2858 +"14320",2754,7858,3,1360,1795 +"14321",2754,7861,3,1360,1647 +"14322",2754,8621,3,1360,1681 +"14323",2754,8760,3,1360,2477 +"14324",2754,9695,3,1360,2143 +"14325",2754,10513,3,1360,2284 +"14326",2754,10874,3,1360,1891 +"14327",2754,10964,3,1360,2043 +"14328",2754,11067,3,1360,2734 +"14329",2754,12713,3,1360,2440 +"14330",2754,13925,3,1360,1515 +"14331",2754,14189,3,1360,1483 +"14332",2754,14888,3,1360,1411 +"14333",2754,15184,2,1360,2396 +"14334",2754,15539,2,1360,1929 +"14335",2754,17347,3,1360,1526 +"14336",2754,17943,3,1360,1943 +"14337",2754,18543,3,1360,2968 +"14338",2754,19027,2,1360,2721 +"14339",2754,19096,3,1360,1538 +"14340",2754,19334,3,1360,1979 +"14341",2754,19568,3,1360,2302 +"14342",2754,19606,3,1360,2783 +"14343",2754,19676,3,1360,1515 +"14344",2754,20162,2,1360,2328 +"14345",2754,20700,3,1360,2861 +"14346",2754,21138,3,1360,2849 +"14347",2754,22749,3,1360,1727 +"14348",2754,23508,3,1360,1907 +"14349",2754,23918,3,1360,1881 +"14350",2754,24195,3,1360,1575 +"14351",2754,24579,2,1360,1394 +"14352",2754,24923,3,1360,2785 +"14353",2754,25198,3,1360,1982 +"14354",2754,25341,3,1360,1858 +"14355",2754,25643,3,1360,1646 +"14356",2754,26080,3,1360,2525 +"14357",2754,26359,3,1360,2535 +"14358",2754,26570,3,1360,1669 +"14359",2754,27275,3,1360,2656 +"14360",2754,27478,2,1360,2485 +"14361",2754,28216,3,1360,1910 +"14362",2754,28285,3,1360,2972 +"14363",2754,28892,3,1360,2023 +"14364",2754,30119,3,1360,1961 +"14365",2754,30386,3,1360,1833 +"14366",2754,30504,3,1360,1573 +"14367",2754,31799,1,1360,2547 +"14368",2754,32516,3,1360,2050 +"14369",2754,32606,3,1360,2100 +"14370",2754,33160,3,1360,2441 +"14371",2754,33356,3,1360,1586 +"14372",2754,34509,3,1360,1973 +"14373",2754,34836,3,1360,2302 +"14374",2754,35256,2,1360,2271 +"14375",2754,35514,3,1360,2346 +"14376",2754,37301,3,1360,2160 +"14377",2754,37570,3,1360,2389 +"14378",2754,38755,3,1360,2902 +"14379",2754,39444,3,1360,2695 +"14380",2754,40293,3,1360,1671 +"14381",2754,40296,3,1360,1674 +"14382",2754,41278,3,1360,1873 +"14383",2754,41747,2,1360,1722 +"14384",2754,41972,3,1360,2509 +"14385",2754,43518,3,1360,2680 +"14386",2754,44427,2,1360,2875 +"14387",2754,46039,3,1360,1794 +"14388",2754,46596,3,1360,1942 +"14389",2754,47248,2,1360,2883 +"14390",2754,48242,3,1360,1690 +"14391",2754,48571,3,1360,2717 +"14392",2754,48820,3,1360,2769 +"14393",2754,49185,3,1360,1544 +"14394",2754,49965,3,1360,2301 +"14395",2754,50275,3,1360,2832 +"14396",2754,50667,3,1360,2719 +"14397",2754,51017,2,1360,2073 +"14398",2754,51035,3,1360,2397 +"14399",2754,51410,3,1360,2739 +"14400",2754,53031,2,1360,2065 +"14401",2754,55556,2,1360,2075 +"14402",2754,56688,3,1360,2331 +"14403",2754,57950,3,1360,1529 +"14404",2754,57977,3,1360,2683 +"14405",2754,58035,2,1360,1646 +"14406",2754,61719,2,1360,1515 +"14407",2754,62488,3,1360,1418 +"14408",2754,62840,3,1360,2502 +"14409",2754,63515,2,1360,2023 +"14410",2754,64181,3,1360,1828 +"14411",2754,64997,3,1360,2791 +"14412",2754,65029,2,1360,2954 +"14413",2754,68098,3,1360,2378 +"14414",2754,71478,3,1360,1721 +"14415",2754,72334,1,1360,2820 +"14416",2754,72468,3,1360,2292 +"14417",2754,75607,3,1360,2245 +"14418",2754,77489,3,1360,1514 +"14419",2754,80429,3,1360,1927 +"14420",2754,81588,3,1360,1568 +"14421",2754,82767,3,1360,1641 +"14422",2754,85430,2,1360,2370 +"14423",2754,91570,3,1360,2229 +"14424",2754,93615,3,1360,2386 +"14425",2754,93752,3,1360,1368 +"14426",2754,94125,3,1360,2280 +"14427",2754,94401,3,1360,1784 +"14428",2759,2221,3,2030,2092 +"14429",2759,2852,3,2030,2448 +"14430",2759,3255,3,2030,2504 +"14431",2759,4730,2,2030,2131 +"14432",2759,6627,1,2030,2063 +"14433",2759,7433,2,2030,2255 +"14434",2759,10495,3,2030,2230 +"14435",2759,10638,3,2030,2692 +"14436",2759,11103,3,2030,2393 +"14437",2759,11506,3,2030,2824 +"14438",2759,15381,3,2030,2289 +"14439",2759,18571,2,2030,2128 +"14440",2759,18943,3,2030,2861 +"14441",2759,20007,3,2030,2971 +"14442",2759,21180,1,2030,2762 +"14443",2759,21463,2,2030,2437 +"14444",2759,27783,3,2030,2302 +"14445",2759,30442,3,2030,2124 +"14446",2759,32449,3,2030,2091 +"14447",2759,34162,2,2030,2336 +"14448",2759,36136,2,2030,2338 +"14449",2759,39105,2,2030,2487 +"14450",2759,41023,3,2030,2408 +"14451",2759,41955,3,2030,2479 +"14452",2759,45730,3,2030,2063 +"14453",2759,46951,3,2030,2429 +"14454",2759,53668,3,2030,2242 +"14455",2759,55775,3,2030,2385 +"14456",2759,56673,3,2030,2419 +"14457",2759,76132,1,2030,2426 +"14458",2759,111034,2,2030,2131 +"14459",2765,362,3,2321,2537 +"14460",2765,455,3,2321,2827 +"14461",2765,1136,3,2321,2536 +"14462",2765,3695,3,2321,2612 +"14463",2765,3966,3,2321,2425 +"14464",2765,7078,3,2321,2344 +"14465",2765,17826,2,2321,2920 +"14466",2765,18151,3,2321,2962 +"14467",2765,20423,2,2321,2654 +"14468",2765,21795,3,2321,2653 +"14469",2765,22714,1,2321,2793 +"14470",2765,25129,3,2321,2647 +"14471",2765,42474,2,2321,2322 +"14472",2765,47248,3,2321,2883 +"14473",2765,47947,3,2321,2681 +"14474",2765,49032,3,2321,2469 +"14475",2765,49461,2,2321,2793 +"14476",2765,51410,3,2321,2739 +"14477",2765,67264,3,2321,2790 +"14478",2765,71618,3,2321,2960 +"14479",2765,74095,3,2321,2333 +"14480",2766,313,3,1920,2271 +"14481",2766,362,3,1920,2537 +"14482",2766,377,3,1920,2389 +"14483",2766,543,3,1920,2203 +"14484",2766,823,2,1920,2840 +"14485",2766,1151,3,1920,2885 +"14486",2766,1321,3,1920,2075 +"14487",2766,1495,1,1920,2046 +"14488",2766,1616,2,1920,2662 +"14489",2766,1777,3,1920,1965 +"14490",2766,2036,3,1920,2483 +"14491",2766,2484,2,1920,2389 +"14492",2766,3161,3,1920,2229 +"14493",2766,3853,2,1920,2465 +"14494",2766,4057,3,1920,2389 +"14495",2766,4763,1,1920,1960 +"14496",2766,5078,3,1920,2033 +"14497",2766,5457,3,1920,2077 +"14498",2766,5462,3,1920,2374 +"14499",2766,5504,3,1920,2389 +"14500",2766,5622,3,1920,2175 +"14501",2766,5669,3,1920,2502 +"14502",2766,5710,3,1920,1926 +"14503",2766,5725,3,1920,2789 +"14504",2766,6222,3,1920,1949 +"14505",2766,6363,3,1920,2066 +"14506",2766,6996,3,1920,2916 +"14507",2766,7078,3,1920,2344 +"14508",2766,7323,3,1920,2858 +"14509",2766,8760,3,1920,2477 +"14510",2766,9311,3,1920,2477 +"14511",2766,10843,3,1920,2277 +"14512",2766,10857,3,1920,2253 +"14513",2766,11218,3,1920,2292 +"14514",2766,12775,3,1920,1982 +"14515",2766,12778,3,1920,2045 +"14516",2766,12976,3,1920,2399 +"14517",2766,13639,3,1920,2887 +"14518",2766,13780,3,1920,2412 +"14519",2766,14507,3,1920,2686 +"14520",2766,14959,3,1920,2898 +"14521",2766,15184,1,1920,2396 +"14522",2766,15626,2,1920,2434 +"14523",2766,16727,3,1920,2164 +"14524",2766,17520,2,1920,2276 +"14525",2766,19027,2,1920,2721 +"14526",2766,19528,3,1920,2742 +"14527",2766,19606,3,1920,2783 +"14528",2766,20700,3,1920,2861 +"14529",2766,22216,3,1920,1956 +"14530",2766,23641,3,1920,1934 +"14531",2766,25198,3,1920,1982 +"14532",2766,25874,3,1920,2088 +"14533",2766,26608,3,1920,2329 +"14534",2766,28050,3,1920,1955 +"14535",2766,28218,2,1920,2048 +"14536",2766,28285,3,1920,2972 +"14537",2766,29004,3,1920,2596 +"14538",2766,31307,3,1920,2139 +"14539",2766,31799,2,1920,2547 +"14540",2766,32516,2,1920,2050 +"14541",2766,33160,2,1920,2441 +"14542",2766,33433,3,1920,2805 +"14543",2766,34693,3,1920,1938 +"14544",2766,35256,3,1920,2271 +"14545",2766,36559,3,1920,2473 +"14546",2766,37238,3,1920,2609 +"14547",2766,37570,3,1920,2389 +"14548",2766,41945,3,1920,2856 +"14549",2766,42196,3,1920,2765 +"14550",2766,43455,3,1920,2846 +"14551",2766,44885,3,1920,2670 +"14552",2766,44899,3,1920,2386 +"14553",2766,47098,2,1920,2057 +"14554",2766,50252,1,1920,2001 +"14555",2766,50785,3,1920,2877 +"14556",2766,51853,2,1920,2520 +"14557",2766,53293,2,1920,2916 +"14558",2766,54551,3,1920,2348 +"14559",2766,54929,3,1920,2783 +"14560",2766,59113,3,1920,2434 +"14561",2766,59205,3,1920,2387 +"14562",2766,65029,2,1920,2954 +"14563",2766,78563,3,1920,2385 +"14564",2766,86799,3,1920,1951 +"14565",2798,2057,3,1673,1965 +"14566",2798,3195,3,1673,2043 +"14567",2798,9057,3,1673,2629 +"14568",2798,14676,2,1673,2764 +"14569",2798,18965,3,1673,2315 +"14570",2798,19380,2,1673,2637 +"14571",2798,31700,3,1673,2727 +"14572",2798,34216,3,1673,2832 +"14573",2798,35958,3,1673,2383 +"14574",2798,51360,3,1673,1882 +"14575",2798,55155,2,1673,2333 +"14576",2798,66241,3,1673,2351 +"14577",2798,70528,3,1673,2727 +"14578",2798,72348,3,1673,1810 +"14579",2798,94625,2,1673,2105 +"14580",2798,98058,3,1673,1891 +"14581",2799,16866,3,2173,2718 +"14582",2799,18865,3,2173,2676 +"14583",2799,63395,3,2173,2334 +"14584",2802,916,2,1836,2718 +"14585",2802,1222,3,1836,2598 +"14586",2802,1560,2,1836,2013 +"14587",2802,2443,3,1836,2333 +"14588",2802,5414,3,1836,2321 +"14589",2802,6262,3,1836,2733 +"14590",2802,9716,3,1836,1929 +"14591",2802,10200,3,1836,2920 +"14592",2802,10727,3,1836,2082 +"14593",2802,11429,3,1836,2520 +"14594",2802,17999,2,1836,2758 +"14595",2802,18466,3,1836,2340 +"14596",2802,18610,2,1836,2141 +"14597",2802,19190,3,1836,2677 +"14598",2802,23739,2,1836,2463 +"14599",2802,24086,3,1836,2663 +"14600",2802,26138,3,1836,1902 +"14601",2802,28824,3,1836,2412 +"14602",2802,36662,2,1836,2967 +"14603",2802,37342,3,1836,2649 +"14604",2802,40392,3,1836,1878 +"14605",2802,41185,3,1836,1929 +"14606",2802,42280,3,1836,2266 +"14607",2802,42998,3,1836,1978 +"14608",2802,43524,3,1836,2572 +"14609",2802,47130,3,1836,2654 +"14610",2802,53017,3,1836,2141 +"14611",2802,55405,3,1836,2788 +"14612",2802,57037,3,1836,2293 +"14613",2802,59470,3,1836,2393 +"14614",2802,63525,3,1836,2741 +"14615",2802,65223,3,1836,2724 +"14616",2802,69590,3,1836,2441 +"14617",2802,76997,3,1836,2223 +"14618",2802,79793,3,1836,1915 +"14619",2802,82917,3,1836,2371 +"14620",2802,94339,2,1836,2768 +"14621",2810,194,3,83,1243 +"14622",2810,364,3,83,2351 +"14623",2810,1629,3,83,1289 +"14624",2810,1702,3,83,1984 +"14625",2810,1846,3,83,1845 +"14626",2810,2407,3,83,1725 +"14627",2810,2540,3,83,1398 +"14628",2810,2852,3,83,2448 +"14629",2810,3127,3,83,2273 +"14630",2810,3477,3,83,2546 +"14631",2810,3978,3,83,2775 +"14632",2810,4001,3,83,1687 +"14633",2810,4303,3,83,2414 +"14634",2810,4669,3,83,2395 +"14635",2810,5792,3,83,975 +"14636",2810,5897,3,83,2337 +"14637",2810,6821,3,83,1788 +"14638",2810,6989,3,83,2623 +"14639",2810,7337,3,83,1797 +"14640",2810,7759,3,83,2844 +"14641",2810,7798,3,83,949 +"14642",2810,8865,2,83,2394 +"14643",2810,9073,2,83,221 +"14644",2810,9227,3,83,1267 +"14645",2810,9703,3,83,1845 +"14646",2810,10129,3,83,2124 +"14647",2810,10336,3,83,2271 +"14648",2810,10350,3,83,1163 +"14649",2810,10754,3,83,1797 +"14650",2810,11424,3,83,1631 +"14651",2810,11648,3,83,2852 +"14652",2810,12067,2,83,1213 +"14653",2810,12292,3,83,184 +"14654",2810,12781,3,83,831 +"14655",2810,12948,3,83,2669 +"14656",2810,13068,3,83,1778 +"14657",2810,13079,3,83,2547 +"14658",2810,13296,3,83,839 +"14659",2810,13566,3,83,2056 +"14660",2810,15826,3,83,2772 +"14661",2810,16152,3,83,879 +"14662",2810,16286,3,83,2470 +"14663",2810,16501,3,83,1650 +"14664",2810,16715,3,83,1218 +"14665",2810,16866,3,83,2718 +"14666",2810,17257,3,83,1117 +"14667",2810,17973,3,83,2837 +"14668",2810,18005,3,83,2449 +"14669",2810,18865,3,83,2676 +"14670",2810,18978,3,83,952 +"14671",2810,19073,1,83,2748 +"14672",2810,19433,3,83,2504 +"14673",2810,20124,3,83,2376 +"14674",2810,21207,3,83,1258 +"14675",2810,21240,3,83,1162 +"14676",2810,22462,3,83,869 +"14677",2810,27545,3,83,855 +"14678",2810,27686,3,83,2844 +"14679",2810,27742,3,83,2700 +"14680",2810,27914,3,83,2507 +"14681",2810,28869,3,83,2425 +"14682",2810,28904,3,83,926 +"14683",2810,29116,2,83,2128 +"14684",2810,29267,3,83,1234 +"14685",2810,29286,3,83,1612 +"14686",2810,29353,2,83,502 +"14687",2810,29818,3,83,1677 +"14688",2810,31216,3,83,1244 +"14689",2810,31868,3,83,1993 +"14690",2810,33681,3,83,1059 +"14691",2810,33870,3,83,955 +"14692",2810,33957,3,83,245 +"14693",2810,34025,3,83,242 +"14694",2810,34923,3,83,218 +"14695",2810,35728,3,83,2017 +"14696",2810,35903,3,83,1434 +"14697",2810,36912,3,83,2469 +"14698",2810,36953,3,83,2790 +"14699",2810,38513,3,83,914 +"14700",2810,38785,2,83,437 +"14701",2810,38816,3,83,1225 +"14702",2810,39062,3,83,2020 +"14703",2810,40572,3,83,2666 +"14704",2810,40747,3,83,958 +"14705",2810,41023,3,83,2408 +"14706",2810,41581,3,83,1692 +"14707",2810,42813,3,83,2142 +"14708",2810,43204,3,83,1680 +"14709",2810,44497,3,83,2401 +"14710",2810,45869,3,83,2840 +"14711",2810,46486,2,83,1868 +"14712",2810,46532,3,83,2005 +"14713",2810,47013,3,83,2388 +"14714",2810,48955,3,83,242 +"14715",2810,50354,3,83,1299 +"14716",2810,50585,3,83,2414 +"14717",2810,53924,3,83,1289 +"14718",2810,54740,3,83,2750 +"14719",2810,58745,1,83,1920 +"14720",2810,62438,2,83,802 +"14721",2810,63395,3,83,2334 +"14722",2810,64947,3,83,2489 +"14723",2810,67252,3,83,1215 +"14724",2810,67266,3,83,2010 +"14725",2810,67617,3,83,1149 +"14726",2810,69232,3,83,2130 +"14727",2810,70455,3,83,1307 +"14728",2810,71273,3,83,1188 +"14729",2810,71467,3,83,1051 +"14730",2810,74055,3,83,1544 +"14731",2810,76007,3,83,918 +"14732",2810,76391,3,83,1536 +"14733",2810,78645,3,83,218 +"14734",2810,80812,3,83,2357 +"14735",2810,84574,3,83,958 +"14736",2810,90709,3,83,1080 +"14737",2810,90892,3,83,2399 +"14738",2810,91849,3,83,1166 +"14739",2810,92860,3,83,1643 +"14740",2810,96401,3,83,303 +"14741",2810,99332,3,83,873 +"14742",2810,101453,3,83,454 +"14743",2810,110218,3,83,437 +"14744",2810,111375,3,83,2686 +"14745",2819,4226,3,1743,1903 +"14746",2819,6491,3,1743,2424 +"14747",2819,12374,3,1743,2260 +"14748",2819,26451,2,1743,2133 +"14749",2847,147,2,494,1040 +"14750",2847,359,2,494,635 +"14751",2847,364,3,494,2351 +"14752",2847,758,3,494,1232 +"14753",2847,1780,3,494,1375 +"14754",2847,1968,3,494,631 +"14755",2847,2206,3,494,2536 +"14756",2847,2349,3,494,1288 +"14757",2847,2407,3,494,1725 +"14758",2847,2747,2,494,2411 +"14759",2847,2852,3,494,2448 +"14760",2847,3195,3,494,2043 +"14761",2847,4612,3,494,2804 +"14762",2847,4916,3,494,1970 +"14763",2847,4932,3,494,2752 +"14764",2847,5346,3,494,1438 +"14765",2847,5897,3,494,2337 +"14766",2847,6132,2,494,1590 +"14767",2847,6133,3,494,1229 +"14768",2847,6824,3,494,2680 +"14769",2847,7937,3,494,2044 +"14770",2847,8604,3,494,2799 +"14771",2847,9503,3,494,2453 +"14772",2847,9703,3,494,1845 +"14773",2847,9801,3,494,2443 +"14774",2847,10453,3,494,1656 +"14775",2847,10638,2,494,2692 +"14776",2847,10803,3,494,545 +"14777",2847,10914,3,494,1660 +"14778",2847,11381,3,494,1638 +"14779",2847,11506,3,494,2824 +"14780",2847,12067,3,494,1213 +"14781",2847,13065,3,494,1561 +"14782",2847,13184,3,494,977 +"14783",2847,14599,3,494,1118 +"14784",2847,14749,3,494,1998 +"14785",2847,14754,3,494,2456 +"14786",2847,14998,3,494,1553 +"14787",2847,15207,3,494,1855 +"14788",2847,15826,2,494,2772 +"14789",2847,16176,3,494,2703 +"14790",2847,16777,2,494,834 +"14791",2847,16866,3,494,2718 +"14792",2847,18571,3,494,2128 +"14793",2847,18865,3,494,2676 +"14794",2847,18943,3,494,2861 +"14795",2847,18978,3,494,952 +"14796",2847,19610,3,494,1236 +"14797",2847,20007,3,494,2971 +"14798",2847,20155,3,494,1517 +"14799",2847,21207,3,494,1258 +"14800",2847,21209,3,494,2184 +"14801",2847,21463,3,494,2437 +"14802",2847,23131,3,494,1732 +"14803",2847,23488,3,494,1523 +"14804",2847,23513,3,494,900 +"14805",2847,24069,3,494,2697 +"14806",2847,24176,3,494,1986 +"14807",2847,27008,1,494,911 +"14808",2847,27255,2,494,1232 +"14809",2847,27742,3,494,2700 +"14810",2847,27783,3,494,2302 +"14811",2847,27908,3,494,2576 +"14812",2847,28893,3,494,2764 +"14813",2847,30525,3,494,1964 +"14814",2847,31164,3,494,1996 +"14815",2847,31866,3,494,2101 +"14816",2847,32339,2,494,2430 +"14817",2847,32449,3,494,2091 +"14818",2847,33870,3,494,955 +"14819",2847,34478,3,494,2265 +"14820",2847,36136,2,494,2338 +"14821",2847,38457,3,494,1630 +"14822",2847,39105,3,494,2487 +"14823",2847,39217,2,494,504 +"14824",2847,40309,3,494,871 +"14825",2847,41023,3,494,2408 +"14826",2847,41447,3,494,2405 +"14827",2847,41581,2,494,1692 +"14828",2847,44181,3,494,1034 +"14829",2847,44341,3,494,1230 +"14830",2847,44433,3,494,2224 +"14831",2847,44603,3,494,2748 +"14832",2847,44795,3,494,635 +"14833",2847,46501,3,494,845 +"14834",2847,46951,3,494,2429 +"14835",2847,50238,3,494,663 +"14836",2847,51151,3,494,1195 +"14837",2847,51223,3,494,2153 +"14838",2847,53987,2,494,928 +"14839",2847,54388,3,494,1257 +"14840",2847,54890,2,494,877 +"14841",2847,55604,3,494,2342 +"14842",2847,56338,3,494,1818 +"14843",2847,57067,2,494,2547 +"14844",2847,58501,2,494,2613 +"14845",2847,63395,3,494,2334 +"14846",2847,64156,3,494,675 +"14847",2847,66911,2,494,1920 +"14848",2847,68539,2,494,1158 +"14849",2847,73021,3,494,789 +"14850",2847,73107,3,494,1918 +"14851",2847,76132,3,494,2426 +"14852",2847,76675,3,494,1840 +"14853",2847,83398,3,494,845 +"14854",2847,83961,3,494,578 +"14855",2847,84574,3,494,958 +"14856",2847,85778,3,494,1040 +"14857",2847,88189,3,494,847 +"14858",2847,91227,3,494,1232 +"14859",2847,91849,3,494,1166 +"14860",2847,93320,3,494,1258 +"14861",2847,94520,3,494,1243 +"14862",2847,101435,3,494,1236 +"14863",2847,104306,3,494,1665 +"14864",2847,106240,3,494,705 +"14865",2847,111790,3,494,905 +"14866",2847,114857,2,494,1310 +"14867",2847,115401,3,494,935 +"14868",2852,341,3,2448,2689 +"14869",2852,3493,3,2448,2451 +"14870",2852,4249,3,2448,2547 +"14871",2852,4361,3,2448,2571 +"14872",2852,4612,3,2448,2804 +"14873",2852,5106,3,2448,2622 +"14874",2852,7942,3,2448,2623 +"14875",2852,8568,3,2448,2706 +"14876",2852,9785,3,2448,2951 +"14877",2852,9787,3,2448,2858 +"14878",2852,12361,3,2448,2732 +"14879",2852,15826,3,2448,2772 +"14880",2852,16176,3,2448,2703 +"14881",2852,16286,2,2448,2470 +"14882",2852,17033,2,2448,2771 +"14883",2852,19655,3,2448,2706 +"14884",2852,20941,3,2448,2725 +"14885",2852,20984,3,2448,2502 +"14886",2852,27742,2,2448,2700 +"14887",2852,27914,3,2448,2507 +"14888",2852,29473,3,2448,2602 +"14889",2852,30368,3,2448,2487 +"14890",2852,38691,3,2448,2585 +"14891",2852,43673,3,2448,2787 +"14892",2852,44235,2,2448,2700 +"14893",2852,45729,3,2448,2606 +"14894",2852,45869,3,2448,2840 +"14895",2852,48127,3,2448,2677 +"14896",2852,51144,3,2448,2466 +"14897",2852,56669,3,2448,2924 +"14898",2852,58655,3,2448,2685 +"14899",2852,68931,3,2448,2771 +"14900",2852,70583,3,2448,2615 +"14901",2852,88212,3,2448,2547 +"14902",2852,111375,3,2448,2686 +"14903",2863,94138,3,1657,1939 +"14904",2864,1092,3,1543,1945 +"14905",2864,1102,3,1543,2282 +"14906",2864,1875,3,1543,1786 +"14907",2864,2572,3,1543,2273 +"14908",2864,3397,3,1543,2126 +"14909",2864,3453,3,1543,2126 +"14910",2864,3886,3,1543,1669 +"14911",2864,5239,3,1543,2875 +"14912",2864,6052,3,1543,1985 +"14913",2864,6074,3,1543,2426 +"14914",2864,7406,3,1543,1906 +"14915",2864,8866,3,1543,1545 +"14916",2864,10513,3,1543,2284 +"14917",2864,12724,3,1543,1930 +"14918",2864,19744,3,1543,2623 +"14919",2864,21138,3,1543,2849 +"14920",2864,21682,3,1543,2414 +"14921",2864,21706,3,1543,1988 +"14922",2864,21929,3,1543,2062 +"14923",2864,27030,3,1543,2031 +"14924",2864,29512,3,1543,1594 +"14925",2864,32419,3,1543,1909 +"14926",2864,35045,3,1543,1646 +"14927",2864,40129,3,1543,2162 +"14928",2864,42023,3,1543,2231 +"14929",2864,42129,3,1543,2318 +"14930",2864,42216,3,1543,2722 +"14931",2864,42574,3,1543,2842 +"14932",2864,43902,1,1543,1726 +"14933",2864,44089,3,1543,1632 +"14934",2864,45302,3,1543,2390 +"14935",2864,46831,3,1543,1915 +"14936",2864,47248,3,1543,2883 +"14937",2864,49334,3,1543,2433 +"14938",2864,51017,2,1543,2073 +"14939",2864,51035,2,1543,2397 +"14940",2864,51866,3,1543,2411 +"14941",2864,53323,3,1543,2677 +"14942",2864,54695,3,1543,2429 +"14943",2864,58427,3,1543,2234 +"14944",2864,63907,3,1543,2377 +"14945",2864,66983,3,1543,2397 +"14946",2864,80825,3,1543,2315 +"14947",2865,5258,3,2006,2730 +"14948",2865,14676,3,2006,2764 +"14949",2865,18543,3,2006,2968 +"14950",2865,31001,3,2006,2119 +"14951",2865,31700,3,2006,2727 +"14952",2865,36862,3,2006,2655 +"14953",2865,48215,3,2006,2028 +"14954",2865,58284,3,2006,2292 +"14955",2865,66241,3,2006,2351 +"14956",2865,92658,3,2006,2659 +"14957",2876,22415,3,2657,2841 +"14958",2894,14,3,1291,1793 +"14959",2894,160,3,1291,2007 +"14960",2894,212,3,1291,1513 +"14961",2894,270,3,1291,2542 +"14962",2894,341,3,1291,2689 +"14963",2894,377,3,1291,2389 +"14964",2894,543,3,1291,2203 +"14965",2894,854,1,1291,2307 +"14966",2894,915,3,1291,1793 +"14967",2894,1124,3,1291,1596 +"14968",2894,1151,3,1291,2885 +"14969",2894,1355,3,1291,2473 +"14970",2894,1367,3,1291,2176 +"14971",2894,1495,3,1291,2046 +"14972",2894,1616,3,1291,2662 +"14973",2894,1641,3,1291,1490 +"14974",2894,2226,3,1291,2225 +"14975",2894,2344,3,1291,2752 +"14976",2894,2424,3,1291,2582 +"14977",2894,2484,2,1291,2389 +"14978",2894,2747,3,1291,2411 +"14979",2894,2766,3,1291,1920 +"14980",2894,3161,3,1291,2229 +"14981",2894,3409,3,1291,2167 +"14982",2894,3495,3,1291,2431 +"14983",2894,3628,3,1291,2707 +"14984",2894,4057,3,1291,2389 +"14985",2894,4504,2,1291,1905 +"14986",2894,4705,3,1291,1714 +"14987",2894,5235,3,1291,2324 +"14988",2894,5392,1,1291,1648 +"14989",2894,5504,3,1291,2389 +"14990",2894,5865,3,1291,1910 +"14991",2894,5971,3,1291,1985 +"14992",2894,6052,3,1291,1985 +"14993",2894,6162,3,1291,1673 +"14994",2894,6192,2,1291,2409 +"14995",2894,6208,3,1291,2361 +"14996",2894,6222,1,1291,1949 +"14997",2894,6449,3,1291,1997 +"14998",2894,6602,3,1291,1631 +"14999",2894,6718,3,1291,2138 +"15000",2894,7258,3,1291,1714 +"15001",2894,7323,3,1291,2858 +"15002",2894,7406,2,1291,1906 +"15003",2894,7616,3,1291,2296 +"15004",2894,7703,2,1291,2122 +"15005",2894,7992,3,1291,2033 +"15006",2894,8274,3,1291,1909 +"15007",2894,8327,3,1291,2527 +"15008",2894,8533,3,1291,2251 +"15009",2894,8610,3,1291,2240 +"15010",2894,8726,3,1291,2083 +"15011",2894,8760,3,1291,2477 +"15012",2894,8865,2,1291,2394 +"15013",2894,8866,3,1291,1545 +"15014",2894,9311,2,1291,2477 +"15015",2894,9331,3,1291,2269 +"15016",2894,9362,3,1291,2879 +"15017",2894,9423,3,1291,1708 +"15018",2894,9723,3,1291,2302 +"15019",2894,10148,3,1291,2964 +"15020",2894,10474,3,1291,1608 +"15021",2894,10488,3,1291,1524 +"15022",2894,10843,3,1291,2277 +"15023",2894,10870,3,1291,1755 +"15024",2894,11239,3,1291,2181 +"15025",2894,11440,3,1291,2026 +"15026",2894,11694,2,1291,1564 +"15027",2894,11770,2,1291,1653 +"15028",2894,12081,3,1291,2166 +"15029",2894,12122,3,1291,1385 +"15030",2894,12356,3,1291,2757 +"15031",2894,12388,1,1291,1975 +"15032",2894,12778,3,1291,2045 +"15033",2894,13249,3,1291,2573 +"15034",2894,13307,3,1291,2206 +"15035",2894,13324,3,1291,2163 +"15036",2894,13808,3,1291,1356 +"15037",2894,13835,3,1291,1588 +"15038",2894,13929,3,1291,2693 +"15039",2894,13967,2,1291,1354 +"15040",2894,13979,3,1291,1559 +"15041",2894,14328,3,1291,1725 +"15042",2894,14482,3,1291,1573 +"15043",2894,14586,3,1291,2801 +"15044",2894,14655,3,1291,2559 +"15045",2894,14731,3,1291,2012 +"15046",2894,14959,1,1291,2898 +"15047",2894,15444,2,1291,2764 +"15048",2894,15626,3,1291,2434 +"15049",2894,15930,3,1291,2541 +"15050",2894,16111,3,1291,1714 +"15051",2894,16539,2,1291,1947 +"15052",2894,16587,3,1291,2065 +"15053",2894,16684,3,1291,1657 +"15054",2894,16850,3,1291,1657 +"15055",2894,17027,3,1291,2772 +"15056",2894,17033,3,1291,2771 +"15057",2894,17097,2,1291,1505 +"15058",2894,17351,2,1291,2036 +"15059",2894,17367,3,1291,2427 +"15060",2894,17520,2,1291,2276 +"15061",2894,17632,3,1291,1947 +"15062",2894,17938,3,1291,1410 +"15063",2894,17943,3,1291,1943 +"15064",2894,18152,3,1291,1314 +"15065",2894,18165,2,1291,2085 +"15066",2894,18394,2,1291,2356 +"15067",2894,18464,3,1291,2312 +"15068",2894,18601,3,1291,2143 +"15069",2894,18670,3,1291,1835 +"15070",2894,19173,3,1291,1686 +"15071",2894,19208,3,1291,2629 +"15072",2894,19317,3,1291,2041 +"15073",2894,19364,3,1291,2846 +"15074",2894,19605,3,1291,2395 +"15075",2894,19606,3,1291,2783 +"15076",2894,19719,3,1291,2177 +"15077",2894,19751,3,1291,1630 +"15078",2894,19937,3,1291,1587 +"15079",2894,20067,2,1291,2390 +"15080",2894,20070,3,1291,1914 +"15081",2894,20311,3,1291,1981 +"15082",2894,20331,3,1291,2365 +"15083",2894,20700,3,1291,2861 +"15084",2894,21012,3,1291,2325 +"15085",2894,21104,3,1291,2327 +"15086",2894,21209,3,1291,2184 +"15087",2894,21248,2,1291,2232 +"15088",2894,21275,3,1291,2609 +"15089",2894,21693,3,1291,2176 +"15090",2894,21706,3,1291,1988 +"15091",2894,21810,3,1291,1579 +"15092",2894,21950,3,1291,1892 +"15093",2894,22292,3,1291,1910 +"15094",2894,22326,3,1291,2818 +"15095",2894,22362,3,1291,1836 +"15096",2894,22403,3,1291,1630 +"15097",2894,22682,3,1291,2035 +"15098",2894,22709,3,1291,2743 +"15099",2894,22808,3,1291,2297 +"15100",2894,23268,3,1291,2258 +"15101",2894,23460,2,1291,2183 +"15102",2894,23509,3,1291,2275 +"15103",2894,23526,3,1291,1998 +"15104",2894,23715,3,1291,1859 +"15105",2894,23726,3,1291,2434 +"15106",2894,23787,3,1291,2810 +"15107",2894,23869,3,1291,1918 +"15108",2894,24066,3,1291,1755 +"15109",2894,24256,3,1291,2393 +"15110",2894,24512,3,1291,1369 +"15111",2894,24568,3,1291,1937 +"15112",2894,24608,3,1291,1630 +"15113",2894,24756,3,1291,2530 +"15114",2894,25030,3,1291,2017 +"15115",2894,25486,3,1291,2582 +"15116",2894,25680,2,1291,1618 +"15117",2894,25874,3,1291,2088 +"15118",2894,25985,3,1291,2071 +"15119",2894,26234,3,1291,2183 +"15120",2894,26451,3,1291,2133 +"15121",2894,26479,3,1291,1818 +"15122",2894,26582,3,1291,2772 +"15123",2894,27642,3,1291,1531 +"15124",2894,27792,3,1291,1308 +"15125",2894,27849,3,1291,1316 +"15126",2894,27860,3,1291,1588 +"15127",2894,27908,3,1291,2576 +"15128",2894,28131,3,1291,1492 +"15129",2894,28626,2,1291,2842 +"15130",2894,28784,3,1291,1579 +"15131",2894,29073,2,1291,2328 +"15132",2894,29089,3,1291,1344 +"15133",2894,29095,2,1291,2531 +"15134",2894,29314,2,1291,2736 +"15135",2894,29454,2,1291,2719 +"15136",2894,29512,3,1291,1594 +"15137",2894,29962,3,1291,2201 +"15138",2894,30092,3,1291,1593 +"15139",2894,30150,3,1291,1704 +"15140",2894,30236,2,1291,2238 +"15141",2894,30405,3,1291,2164 +"15142",2894,30883,2,1291,1629 +"15143",2894,30906,3,1291,2537 +"15144",2894,31691,3,1291,1657 +"15145",2894,31705,3,1291,2706 +"15146",2894,32419,3,1291,1909 +"15147",2894,32516,3,1291,2050 +"15148",2894,32761,3,1291,2680 +"15149",2894,33356,3,1291,1586 +"15150",2894,33380,3,1291,2340 +"15151",2894,33433,3,1291,2805 +"15152",2894,33801,3,1291,2899 +"15153",2894,34707,3,1291,2042 +"15154",2894,34831,3,1291,1866 +"15155",2894,34921,3,1291,2181 +"15156",2894,35235,2,1291,2610 +"15157",2894,35256,3,1291,2271 +"15158",2894,35360,3,1291,2043 +"15159",2894,35477,3,1291,2703 +"15160",2894,35903,2,1291,1434 +"15161",2894,37238,3,1291,2609 +"15162",2894,37570,3,1291,2389 +"15163",2894,37934,3,1291,1595 +"15164",2894,38019,3,1291,1870 +"15165",2894,38732,2,1291,2263 +"15166",2894,38921,1,1291,1880 +"15167",2894,39131,3,1291,2491 +"15168",2894,39431,2,1291,1460 +"15169",2894,40028,3,1291,1349 +"15170",2894,40646,3,1291,1583 +"15171",2894,41664,3,1291,2641 +"15172",2894,41682,1,1291,1988 +"15173",2894,41764,3,1291,2409 +"15174",2894,41900,3,1291,1970 +"15175",2894,41945,3,1291,2856 +"15176",2894,42129,3,1291,2318 +"15177",2894,42264,2,1291,1702 +"15178",2894,43455,3,1291,2846 +"15179",2894,43479,3,1291,2178 +"15180",2894,44235,3,1291,2700 +"15181",2894,44420,3,1291,2184 +"15182",2894,44688,3,1291,2924 +"15183",2894,44885,2,1291,2670 +"15184",2894,44899,2,1291,2386 +"15185",2894,45329,3,1291,1693 +"15186",2894,45545,2,1291,1776 +"15187",2894,45927,2,1291,1542 +"15188",2894,46042,3,1291,1692 +"15189",2894,46043,3,1291,1358 +"15190",2894,46486,3,1291,1868 +"15191",2894,46803,3,1291,2305 +"15192",2894,47003,3,1291,1915 +"15193",2894,47564,3,1291,2650 +"15194",2894,48377,3,1291,1927 +"15195",2894,49334,3,1291,2433 +"15196",2894,49470,3,1291,1528 +"15197",2894,50001,3,1291,1518 +"15198",2894,50118,3,1291,2654 +"15199",2894,50236,3,1291,2339 +"15200",2894,50252,2,1291,2001 +"15201",2894,50480,3,1291,2701 +"15202",2894,51157,3,1291,2319 +"15203",2894,51610,3,1291,2635 +"15204",2894,51999,3,1291,2425 +"15205",2894,52215,3,1291,1908 +"15206",2894,52261,3,1291,2162 +"15207",2894,52576,3,1291,2234 +"15208",2894,52892,3,1291,2372 +"15209",2894,53475,3,1291,2853 +"15210",2894,53604,3,1291,2489 +"15211",2894,54879,3,1291,2210 +"15212",2894,55076,3,1291,2408 +"15213",2894,55472,3,1291,1516 +"15214",2894,55580,3,1291,1942 +"15215",2894,55821,3,1291,1303 +"15216",2894,55862,3,1291,2123 +"15217",2894,56082,3,1291,2395 +"15218",2894,58733,2,1291,1958 +"15219",2894,58993,3,1291,2390 +"15220",2894,59113,3,1291,2434 +"15221",2894,60179,3,1291,2708 +"15222",2894,61242,3,1291,1650 +"15223",2894,62538,3,1291,1656 +"15224",2894,63409,3,1291,1937 +"15225",2894,63477,3,1291,1907 +"15226",2894,64219,3,1291,2705 +"15227",2894,66756,2,1291,1301 +"15228",2894,66878,3,1291,1949 +"15229",2894,68083,3,1291,2795 +"15230",2894,69232,3,1291,2130 +"15231",2894,70046,3,1291,2624 +"15232",2894,70203,2,1291,2756 +"15233",2894,74190,3,1291,1428 +"15234",2894,77155,3,1291,2946 +"15235",2894,77611,3,1291,1795 +"15236",2894,79013,3,1291,1441 +"15237",2894,82270,2,1291,1641 +"15238",2894,82819,3,1291,1900 +"15239",2894,95064,3,1291,1801 +"15240",2901,2028,2,1156,1978 +"15241",2901,2972,1,1156,1708 +"15242",2901,3306,3,1156,1989 +"15243",2901,4226,3,1156,1903 +"15244",2901,7292,2,1156,1988 +"15245",2901,13311,3,1156,2315 +"15246",2901,15636,3,1156,2857 +"15247",2901,15930,3,1156,2541 +"15248",2901,16111,3,1156,1714 +"15249",2901,17097,3,1156,1505 +"15250",2901,21754,3,1156,1881 +"15251",2901,22033,3,1156,1356 +"15252",2901,22403,3,1156,1630 +"15253",2901,23787,3,1156,2810 +"15254",2901,26451,3,1156,2133 +"15255",2901,26818,3,1156,1999 +"15256",2901,29095,3,1156,2531 +"15257",2901,36446,2,1156,1175 +"15258",2901,40646,3,1156,1583 +"15259",2901,41108,3,1156,1624 +"15260",2901,49759,3,1156,2400 +"15261",2901,51546,3,1156,1369 +"15262",2901,57150,3,1156,1196 +"15263",2901,81592,3,1156,2882 +"15264",2901,95408,3,1156,2393 +"15265",2901,96435,3,1156,2765 +"15266",2907,15558,3,1980,2389 +"15267",2907,23728,3,1980,2601 +"15268",2907,33460,3,1980,2781 +"15269",2907,39439,2,1980,2462 +"15270",2907,44730,2,1980,2468 +"15271",2907,76997,2,1980,2223 +"15272",2927,827,3,1789,2964 +"15273",2927,952,3,1789,1991 +"15274",2927,1624,2,1789,2687 +"15275",2927,2282,1,1789,2056 +"15276",2927,2647,3,1789,2450 +"15277",2927,3271,3,1789,2216 +"15278",2927,4180,3,1789,1817 +"15279",2927,4249,2,1789,2547 +"15280",2927,4551,3,1789,2720 +"15281",2927,5303,3,1789,1849 +"15282",2927,5637,3,1789,1976 +"15283",2927,6020,3,1789,1864 +"15284",2927,6040,3,1789,2103 +"15285",2927,6223,3,1789,2363 +"15286",2927,6345,3,1789,2713 +"15287",2927,6999,3,1789,2214 +"15288",2927,7253,2,1789,2686 +"15289",2927,7254,2,1789,1849 +"15290",2927,9269,3,1789,1892 +"15291",2927,9272,3,1789,2835 +"15292",2927,9724,3,1789,2713 +"15293",2927,9895,3,1789,1960 +"15294",2927,10701,3,1789,2000 +"15295",2927,12116,2,1789,2119 +"15296",2927,13340,3,1789,1918 +"15297",2927,14470,3,1789,2632 +"15298",2927,14612,3,1789,2340 +"15299",2927,14957,2,1789,2306 +"15300",2927,15782,2,1789,2306 +"15301",2927,16963,3,1789,1999 +"15302",2927,17499,2,1789,2954 +"15303",2927,17695,3,1789,1930 +"15304",2927,19366,3,1789,2279 +"15305",2927,19509,2,1789,2000 +"15306",2927,21358,3,1789,1970 +"15307",2927,22410,3,1789,2158 +"15308",2927,23550,3,1789,2939 +"15309",2927,23560,3,1789,2051 +"15310",2927,25941,3,1789,2369 +"15311",2927,26597,2,1789,2070 +"15312",2927,28268,3,1789,2258 +"15313",2927,28782,1,1789,2272 +"15314",2927,30096,3,1789,2082 +"15315",2927,30714,3,1789,2485 +"15316",2927,31295,3,1789,2183 +"15317",2927,31855,3,1789,2636 +"15318",2927,32169,3,1789,2504 +"15319",2927,34953,3,1789,1817 +"15320",2927,35317,3,1789,1888 +"15321",2927,36840,1,1789,2269 +"15322",2927,37684,3,1789,2899 +"15323",2927,40407,2,1789,1972 +"15324",2927,42382,1,1789,2224 +"15325",2927,42390,1,1789,2937 +"15326",2927,42407,3,1789,2408 +"15327",2927,43226,3,1789,2442 +"15328",2927,43701,3,1789,2400 +"15329",2927,45297,3,1789,1864 +"15330",2927,46616,1,1789,1917 +"15331",2927,47607,2,1789,2724 +"15332",2927,48110,3,1789,2009 +"15333",2927,48501,3,1789,2010 +"15334",2927,50440,3,1789,2469 +"15335",2927,52323,3,1789,2148 +"15336",2927,52380,3,1789,2686 +"15337",2927,53584,1,1789,2391 +"15338",2927,53652,3,1789,2899 +"15339",2927,58508,3,1789,2326 +"15340",2927,58945,3,1789,2481 +"15341",2927,59511,3,1789,2753 +"15342",2927,69335,3,1789,2698 +"15343",2927,71999,3,1789,2685 +"15344",2927,73520,2,1789,2613 +"15345",2927,77719,3,1789,2086 +"15346",2927,78277,2,1789,1937 +"15347",2927,80970,1,1789,2069 +"15348",2936,9272,3,2512,2835 +"15349",2936,13879,3,2512,2748 +"15350",2936,19215,2,2512,2604 +"15351",2936,19364,3,2512,2846 +"15352",2936,19655,3,2512,2706 +"15353",2936,20941,3,2512,2725 +"15354",2936,22709,2,2512,2743 +"15355",2936,45473,3,2512,2540 +"15356",2936,60879,3,2512,2792 +"15357",2936,68931,3,2512,2771 +"15358",2936,73553,3,2512,2726 +"15359",2954,5725,3,2727,2789 +"15360",2954,9362,3,2727,2879 +"15361",2954,40369,3,2727,2735 +"15362",2954,64997,3,2727,2791 +"15363",2959,5683,3,1785,2468 +"15364",2959,7942,3,1785,2623 +"15365",2959,10980,3,1785,1974 +"15366",2959,12361,3,1785,2732 +"15367",2959,18005,3,1785,2449 +"15368",2959,47968,3,1785,2829 +"15369",2959,63077,3,1785,2778 +"15370",2959,100860,2,1785,2326 +"15371",2960,854,3,977,2307 +"15372",2960,1015,2,977,1174 +"15373",2960,2063,3,977,1278 +"15374",2960,3139,3,977,1656 +"15375",2960,4107,1,977,987 +"15376",2960,4121,1,977,1304 +"15377",2960,6047,3,977,2004 +"15378",2960,6052,3,977,1985 +"15379",2960,8860,3,977,2141 +"15380",2960,10352,2,977,1371 +"15381",2960,13158,3,977,2667 +"15382",2960,13324,2,977,2163 +"15383",2960,13479,2,977,2155 +"15384",2960,13801,3,977,2041 +"15385",2960,13835,2,977,1588 +"15386",2960,16641,3,977,1359 +"15387",2960,18891,1,977,1596 +"15388",2960,21479,1,977,2134 +"15389",2960,23268,3,977,2258 +"15390",2960,23460,3,977,2183 +"15391",2960,26234,2,977,2183 +"15392",2960,26524,3,977,982 +"15393",2960,27427,3,977,2325 +"15394",2960,29578,3,977,1957 +"15395",2960,30092,3,977,1593 +"15396",2960,30798,3,977,1398 +"15397",2960,35360,3,977,2043 +"15398",2960,35620,3,977,2092 +"15399",2960,36637,2,977,2085 +"15400",2960,39131,3,977,2491 +"15401",2960,40707,2,977,1547 +"15402",2960,41118,3,977,1091 +"15403",2960,44181,3,977,1034 +"15404",2960,46506,2,977,2464 +"15405",2960,46642,3,977,999 +"15406",2960,61138,3,977,1188 +"15407",2960,61188,2,977,2134 +"15408",2960,63147,2,977,1477 +"15409",2960,65572,2,977,2750 +"15410",2960,79837,2,977,1252 +"15411",2960,82409,3,977,1881 +"15412",2960,84254,3,977,2548 +"15413",2960,88473,3,977,1102 +"15414",2960,96653,3,977,1917 +"15415",2960,98080,3,977,1265 +"15416",2967,669,2,587,1423 +"15417",2967,4696,1,587,2656 +"15418",2967,6241,3,587,2264 +"15419",2967,10746,3,587,1506 +"15420",2967,10859,2,587,2231 +"15421",2967,12542,3,587,1888 +"15422",2967,13699,3,587,1355 +"15423",2967,16881,3,587,925 +"15424",2967,19092,3,587,906 +"15425",2967,19174,2,587,1595 +"15426",2967,19183,3,587,1257 +"15427",2967,24405,3,587,1443 +"15428",2967,35069,3,587,2069 +"15429",2967,39278,3,587,1952 +"15430",2967,40913,2,587,1800 +"15431",2967,62832,3,587,2606 +"15432",2967,74058,1,587,1151 +"15433",2967,74156,2,587,2279 +"15434",2967,84790,1,587,1708 +"15435",2967,84799,1,587,2656 +"15436",2967,86621,3,587,598 +"15437",2972,77,3,1708,2425 +"15438",2972,2028,1,1708,1978 +"15439",2972,2208,3,1708,2814 +"15440",2972,2716,3,1708,1748 +"15441",2972,4226,3,1708,1903 +"15442",2972,4289,3,1708,1921 +"15443",2972,7292,2,1708,1988 +"15444",2972,8274,3,1708,1909 +"15445",2972,8327,3,1708,2527 +"15446",2972,11976,3,1708,1727 +"15447",2972,13311,3,1708,2315 +"15448",2972,14103,3,1708,2204 +"15449",2972,15636,2,1708,2857 +"15450",2972,15930,2,1708,2541 +"15451",2972,16111,2,1708,1714 +"15452",2972,21754,2,1708,1881 +"15453",2972,23787,2,1708,2810 +"15454",2972,25078,3,1708,2312 +"15455",2972,25569,3,1708,2317 +"15456",2972,26451,3,1708,2133 +"15457",2972,29095,2,1708,2531 +"15458",2972,29899,3,1708,2375 +"15459",2972,34693,3,1708,1938 +"15460",2972,38213,3,1708,1744 +"15461",2972,39556,3,1708,2747 +"15462",2972,41023,3,1708,2408 +"15463",2972,41598,3,1708,2291 +"15464",2972,41682,3,1708,1988 +"15465",2972,47064,3,1708,1993 +"15466",2972,50269,3,1708,1966 +"15467",2972,54250,3,1708,2340 +"15468",2972,54879,3,1708,2210 +"15469",2972,59539,3,1708,2429 +"15470",2972,67957,3,1708,2823 +"15471",2972,81592,3,1708,2882 +"15472",2972,87837,3,1708,1987 +"15473",2982,14,3,1233,1793 +"15474",2982,915,2,1233,1793 +"15475",2982,10657,2,1233,1603 +"15476",2982,19208,3,1233,2629 +"15477",2982,19605,2,1233,2395 +"15478",2982,26796,2,1233,2384 +"15479",2982,29454,3,1233,2719 +"15480",2982,30092,3,1233,1593 +"15481",2982,44151,3,1233,1796 +"15482",2982,45329,3,1233,1693 +"15483",2982,50480,3,1233,2701 +"15484",2982,55076,2,1233,2408 +"15485",2982,69250,3,1233,1439 +"15486",2985,341,2,2398,2689 +"15487",2985,841,1,2398,2964 +"15488",2985,2206,3,2398,2536 +"15489",2985,3477,3,2398,2546 +"15490",2985,3978,3,2398,2775 +"15491",2985,6989,3,2398,2623 +"15492",2985,9503,3,2398,2453 +"15493",2985,9787,3,2398,2858 +"15494",2985,11648,3,2398,2852 +"15495",2985,15567,2,2398,2671 +"15496",2985,15826,3,2398,2772 +"15497",2985,17037,3,2398,2947 +"15498",2985,19433,3,2398,2504 +"15499",2985,20700,3,2398,2861 +"15500",2985,24255,3,2398,2770 +"15501",2985,27312,1,2398,2469 +"15502",2985,31331,3,2398,2964 +"15503",2985,36912,2,2398,2469 +"15504",2985,40910,3,2398,2469 +"15505",2985,43961,3,2398,2443 +"15506",2985,47840,3,2398,2509 +"15507",2985,62112,2,2398,2944 +"15508",2985,64967,3,2398,2872 +"15509",2985,87977,3,2398,2623 +"15510",3011,602,2,2278,2632 +"15511",3011,762,3,2278,2671 +"15512",3011,3765,3,2278,2775 +"15513",3011,4701,2,2278,2401 +"15514",3011,9311,2,2278,2477 +"15515",3011,12703,3,2278,2689 +"15516",3011,13249,3,2278,2573 +"15517",3011,13601,3,2278,2689 +"15518",3011,15626,3,2278,2434 +"15519",3011,25480,3,2278,2747 +"15520",3011,28635,3,2278,2368 +"15521",3011,28982,3,2278,2746 +"15522",3011,30906,3,2278,2537 +"15523",3011,33433,2,2278,2805 +"15524",3011,33672,3,2278,2396 +"15525",3011,35888,3,2278,2291 +"15526",3011,37726,3,2278,2341 +"15527",3011,38755,3,2278,2902 +"15528",3011,39556,3,2278,2747 +"15529",3011,39799,3,2278,2344 +"15530",3011,55256,3,2278,2379 +"15531",3011,55643,3,2278,2359 +"15532",3011,57380,3,2278,2362 +"15533",3011,57732,3,2278,2454 +"15534",3011,58993,3,2278,2390 +"15535",3011,59113,2,2278,2434 +"15536",3016,4698,3,747,2481 +"15537",3016,8478,3,747,984 +"15538",3016,9506,3,747,1012 +"15539",3016,9716,3,747,1929 +"15540",3016,10908,2,747,1134 +"15541",3016,11429,3,747,2520 +"15542",3016,12228,3,747,2034 +"15543",3016,12818,3,747,2015 +"15544",3016,13671,3,747,1371 +"15545",3016,13861,3,747,1197 +"15546",3016,14025,2,747,2384 +"15547",3016,14626,3,747,2175 +"15548",3016,14654,3,747,1692 +"15549",3016,14789,3,747,1034 +"15550",3016,16590,2,747,1123 +"15551",3016,16725,3,747,2830 +"15552",3016,17752,2,747,1683 +"15553",3016,18645,3,747,793 +"15554",3016,18827,3,747,1481 +"15555",3016,18855,2,747,1362 +"15556",3016,19296,3,747,1705 +"15557",3016,20395,3,747,1468 +"15558",3016,21193,2,747,2490 +"15559",3016,21290,3,747,894 +"15560",3016,24104,3,747,817 +"15561",3016,30404,3,747,1810 +"15562",3016,32235,3,747,2109 +"15563",3016,36577,3,747,958 +"15564",3016,41478,3,747,957 +"15565",3016,45664,3,747,2235 +"15566",3016,49621,3,747,1915 +"15567",3016,50621,3,747,2809 +"15568",3016,52185,3,747,1012 +"15569",3016,53905,3,747,2193 +"15570",3016,69077,3,747,1689 +"15571",3016,70656,2,747,2771 +"15572",3016,70814,3,747,2771 +"15573",3016,78768,3,747,841 +"15574",3016,79036,3,747,2524 +"15575",3016,79822,3,747,1508 +"15576",3016,80377,3,747,1384 +"15577",3016,80942,3,747,1240 +"15578",3016,82426,2,747,1576 +"15579",3016,84768,3,747,1291 +"15580",3016,91631,3,747,1899 +"15581",3016,96349,2,747,1874 +"15582",3016,97266,3,747,1016 +"15583",3016,101115,3,747,1259 +"15584",3016,106224,3,747,1300 +"15585",3016,107993,2,747,999 +"15586",3016,112834,3,747,765 +"15587",3040,765,1,1446,2073 +"15588",3040,3460,3,1446,2530 +"15589",3040,3896,3,1446,2693 +"15590",3040,4751,3,1446,2696 +"15591",3040,4821,3,1446,1938 +"15592",3040,6030,3,1446,2953 +"15593",3040,15453,3,1446,1688 +"15594",3040,33052,3,1446,2251 +"15595",3040,40262,3,1446,2291 +"15596",3040,42642,3,1446,2257 +"15597",3040,64436,2,1446,2687 +"15598",3040,83407,3,1446,2112 +"15599",3067,15500,2,1378,1658 +"15600",3067,18458,3,1378,2477 +"15601",3067,20659,3,1378,1969 +"15602",3067,26106,3,1378,2015 +"15603",3067,37677,3,1378,1908 +"15604",3067,57565,3,1378,1577 +"15605",3068,854,3,1815,2307 +"15606",3068,1102,3,1815,2282 +"15607",3068,1767,2,1815,2727 +"15608",3068,2484,3,1815,2389 +"15609",3068,3980,2,1815,2771 +"15610",3068,4226,3,1815,1903 +"15611",3068,4249,3,1815,2547 +"15612",3068,4504,3,1815,1905 +"15613",3068,4784,2,1815,2511 +"15614",3068,5315,3,1815,2631 +"15615",3068,6020,2,1815,1864 +"15616",3068,6363,3,1815,2066 +"15617",3068,6996,3,1815,2916 +"15618",3068,7245,3,1815,2089 +"15619",3068,9202,3,1815,2477 +"15620",3068,10964,3,1815,2043 +"15621",3068,11067,3,1815,2734 +"15622",3068,11103,3,1815,2393 +"15623",3068,11625,2,1815,2022 +"15624",3068,12081,3,1815,2166 +"15625",3068,12374,3,1815,2260 +"15626",3068,12724,3,1815,1930 +"15627",3068,12729,3,1815,1835 +"15628",3068,13158,2,1815,2667 +"15629",3068,13388,3,1815,2119 +"15630",3068,13899,3,1815,2650 +"15631",3068,14172,3,1815,1923 +"15632",3068,14754,3,1815,2456 +"15633",3068,15207,3,1815,1855 +"15634",3068,17351,3,1815,2036 +"15635",3068,17632,3,1815,1947 +"15636",3068,17943,2,1815,1943 +"15637",3068,18415,3,1815,2184 +"15638",3068,18670,3,1815,1835 +"15639",3068,19317,2,1815,2041 +"15640",3068,20067,3,1815,2390 +"15641",3068,20416,3,1815,2323 +"15642",3068,20732,2,1815,2401 +"15643",3068,21275,3,1815,2609 +"15644",3068,21358,2,1815,1970 +"15645",3068,22682,3,1815,2035 +"15646",3068,23641,3,1815,1934 +"15647",3068,23726,2,1815,2434 +"15648",3068,23869,3,1815,1918 +"15649",3068,24256,3,1815,2393 +"15650",3068,25030,3,1815,2017 +"15651",3068,25078,3,1815,2312 +"15652",3068,25941,3,1815,2369 +"15653",3068,26249,3,1815,2301 +"15654",3068,26451,3,1815,2133 +"15655",3068,30236,2,1815,2238 +"15656",3068,30827,2,1815,2323 +"15657",3068,31705,3,1815,2706 +"15658",3068,31950,3,1815,2217 +"15659",3068,34136,3,1815,2202 +"15660",3068,38732,3,1815,2263 +"15661",3068,39135,3,1815,2489 +"15662",3068,41489,3,1815,2006 +"15663",3068,42216,2,1815,2722 +"15664",3068,43404,2,1815,2649 +"15665",3068,45297,2,1815,1864 +"15666",3068,45302,3,1815,2390 +"15667",3068,47098,3,1815,2057 +"15668",3068,48127,3,1815,2677 +"15669",3068,48823,1,1815,2080 +"15670",3068,49620,3,1815,1868 +"15671",3068,50785,3,1815,2877 +"15672",3068,54488,3,1815,2357 +"15673",3068,58164,3,1815,2398 +"15674",3068,60179,3,1815,2708 +"15675",3068,68813,3,1815,2511 +"15676",3068,70046,3,1815,2624 +"15677",3068,74636,3,1815,2525 +"15678",3068,77077,3,1815,2693 +"15679",3068,82217,3,1815,2441 +"15680",3068,108379,3,1815,2933 +"15681",3088,42,3,1670,2265 +"15682",3088,313,3,1670,2271 +"15683",3088,377,2,1670,2389 +"15684",3088,499,2,1670,1931 +"15685",3088,543,2,1670,2203 +"15686",3088,613,3,1670,2687 +"15687",3088,671,3,1670,2328 +"15688",3088,1090,2,1670,2370 +"15689",3088,1151,3,1670,2885 +"15690",3088,1321,2,1670,2075 +"15691",3088,1495,3,1670,2046 +"15692",3088,1616,2,1670,2662 +"15693",3088,1777,2,1670,1965 +"15694",3088,2036,2,1670,2483 +"15695",3088,2166,3,1670,2557 +"15696",3088,2181,2,1670,2030 +"15697",3088,2224,3,1670,2751 +"15698",3088,2484,2,1670,2389 +"15699",3088,3161,2,1670,2229 +"15700",3088,3352,3,1670,1707 +"15701",3088,3488,3,1670,2351 +"15702",3088,3878,2,1670,1890 +"15703",3088,4057,2,1670,2389 +"15704",3088,5078,2,1670,2033 +"15705",3088,5235,3,1670,2324 +"15706",3088,5457,2,1670,2077 +"15707",3088,5462,2,1670,2374 +"15708",3088,5504,2,1670,2389 +"15709",3088,6363,3,1670,2066 +"15710",3088,7078,3,1670,2344 +"15711",3088,7323,2,1670,2858 +"15712",3088,7394,3,1670,2615 +"15713",3088,8621,3,1670,1681 +"15714",3088,8760,3,1670,2477 +"15715",3088,9311,3,1670,2477 +"15716",3088,9362,3,1670,2879 +"15717",3088,9432,3,1670,1693 +"15718",3088,10799,3,1670,2010 +"15719",3088,12713,3,1670,2440 +"15720",3088,15003,3,1670,2067 +"15721",3088,15539,3,1670,1929 +"15722",3088,15799,3,1670,1917 +"15723",3088,16497,3,1670,2370 +"15724",3088,17410,3,1670,2073 +"15725",3088,17520,3,1670,2276 +"15726",3088,18151,3,1670,2962 +"15727",3088,18543,3,1670,2968 +"15728",3088,19528,3,1670,2742 +"15729",3088,19606,3,1670,2783 +"15730",3088,20659,3,1670,1969 +"15731",3088,20700,3,1670,2861 +"15732",3088,20783,3,1670,2414 +"15733",3088,22216,3,1670,1956 +"15734",3088,22749,2,1670,1727 +"15735",3088,23508,3,1670,1907 +"15736",3088,25198,3,1670,1982 +"15737",3088,26155,3,1670,1802 +"15738",3088,26516,3,1670,2479 +"15739",3088,26608,3,1670,2329 +"15740",3088,27478,3,1670,2485 +"15741",3088,27694,3,1670,2030 +"15742",3088,28216,2,1670,1910 +"15743",3088,29258,2,1670,1932 +"15744",3088,31799,3,1670,2547 +"15745",3088,33572,3,1670,2370 +"15746",3088,35256,1,1670,2271 +"15747",3088,36559,3,1670,2473 +"15748",3088,37570,2,1670,2389 +"15749",3088,38921,3,1670,1880 +"15750",3088,39444,3,1670,2695 +"15751",3088,39548,3,1670,2389 +"15752",3088,41278,3,1670,1873 +"15753",3088,41747,3,1670,1722 +"15754",3088,42264,3,1670,1702 +"15755",3088,44235,3,1670,2700 +"15756",3088,44427,2,1670,2875 +"15757",3088,44768,3,1670,2516 +"15758",3088,47947,3,1670,2681 +"15759",3088,50252,3,1670,2001 +"15760",3088,52576,3,1670,2234 +"15761",3088,53031,3,1670,2065 +"15762",3088,53789,3,1670,2681 +"15763",3088,53851,1,1670,2305 +"15764",3088,55556,2,1670,2075 +"15765",3088,57077,3,1670,1885 +"15766",3088,57977,3,1670,2683 +"15767",3088,70647,2,1670,2795 +"15768",3088,71478,3,1670,1721 +"15769",3088,80429,3,1670,1927 +"15770",3088,85430,2,1670,2370 +"15771",3088,91570,3,1670,2229 +"15772",3088,93615,3,1670,2386 +"15773",3088,94125,2,1670,2280 +"15774",3098,3477,3,77,2546 +"15775",3098,3559,2,77,2413 +"15776",3098,4622,2,77,1589 +"15777",3098,6063,3,77,2349 +"15778",3098,8123,3,77,144 +"15779",3098,9273,3,77,1747 +"15780",3098,12735,3,77,819 +"15781",3098,12779,3,77,936 +"15782",3098,14902,3,77,562 +"15783",3098,18217,3,77,1566 +"15784",3098,22462,3,77,869 +"15785",3098,32904,3,77,2055 +"15786",3098,33223,3,77,2397 +"15787",3098,40542,3,77,1664 +"15788",3098,53132,3,77,81 +"15789",3098,55265,3,77,209 +"15790",3098,55997,3,77,1414 +"15791",3098,62975,3,77,977 +"15792",3098,76503,3,77,1136 +"15793",3098,78569,3,77,578 +"15794",3098,79435,3,77,299 +"15795",3098,81848,2,77,221 +"15796",3098,84317,3,77,2081 +"15797",3098,84796,3,77,113 +"15798",3098,88739,2,77,933 +"15799",3098,91465,3,77,1047 +"15800",3098,105253,3,77,476 +"15801",3100,15502,3,2524,2637 +"15802",3100,65223,1,2524,2724 +"15803",3100,100586,2,2524,2966 +"15804",3100,105190,3,2524,2839 +"15805",3101,919,3,513,910 +"15806",3101,1256,2,513,1212 +"15807",3101,1257,3,513,1212 +"15808",3101,1393,3,513,1706 +"15809",3101,2014,3,513,973 +"15810",3101,2927,3,513,1789 +"15811",3101,3158,1,513,2762 +"15812",3101,4249,3,513,2547 +"15813",3101,4634,3,513,2291 +"15814",3101,4784,3,513,2511 +"15815",3101,6020,3,513,1864 +"15816",3101,6223,2,513,2363 +"15817",3101,7123,3,513,1964 +"15818",3101,7903,3,513,744 +"15819",3101,7932,3,513,789 +"15820",3101,8463,3,513,2466 +"15821",3101,9088,3,513,1881 +"15822",3101,9269,2,513,1892 +"15823",3101,9342,3,513,896 +"15824",3101,9895,3,513,1960 +"15825",3101,10146,3,513,1878 +"15826",3101,10990,3,513,805 +"15827",3101,11270,2,513,1011 +"15828",3101,12473,3,513,801 +"15829",3101,12632,2,513,1174 +"15830",3101,12703,3,513,2689 +"15831",3101,12966,2,513,2011 +"15832",3101,13688,3,513,1627 +"15833",3101,13712,2,513,550 +"15834",3101,14172,3,513,1923 +"15835",3101,14212,2,513,857 +"15836",3101,14255,3,513,893 +"15837",3101,14957,3,513,2306 +"15838",3101,15782,3,513,2306 +"15839",3101,15926,3,513,545 +"15840",3101,16347,2,513,1868 +"15841",3101,16757,3,513,1755 +"15842",3101,16963,3,513,1999 +"15843",3101,17499,3,513,2954 +"15844",3101,20695,3,513,2526 +"15845",3101,21358,3,513,1970 +"15846",3101,22357,3,513,1397 +"15847",3101,22389,3,513,2034 +"15848",3101,25345,3,513,713 +"15849",3101,26597,3,513,2070 +"15850",3101,26740,3,513,2695 +"15851",3101,28648,3,513,1586 +"15852",3101,29100,3,513,843 +"15853",3101,31990,3,513,2264 +"15854",3101,32629,3,513,1789 +"15855",3101,34331,3,513,1727 +"15856",3101,36440,2,513,704 +"15857",3101,37801,3,513,2578 +"15858",3101,41075,2,513,1176 +"15859",3101,41350,1,513,1935 +"15860",3101,41489,3,513,2006 +"15861",3101,42390,2,513,2937 +"15862",3101,43725,3,513,935 +"15863",3101,43728,3,513,2308 +"15864",3101,44132,2,513,1999 +"15865",3101,44312,3,513,2741 +"15866",3101,44421,3,513,956 +"15867",3101,44744,3,513,2032 +"15868",3101,45297,3,513,1864 +"15869",3101,49029,3,513,647 +"15870",3101,49142,2,513,2289 +"15871",3101,49379,3,513,1573 +"15872",3101,50640,3,513,514 +"15873",3101,51212,3,513,1801 +"15874",3101,51505,2,513,1572 +"15875",3101,52386,3,513,1830 +"15876",3101,52654,1,513,588 +"15877",3101,53445,3,513,2028 +"15878",3101,56364,3,513,1626 +"15879",3101,57804,3,513,2214 +"15880",3101,63329,3,513,639 +"15881",3101,64803,2,513,841 +"15882",3101,65375,3,513,824 +"15883",3101,67289,3,513,829 +"15884",3101,68884,2,513,1011 +"15885",3101,69260,2,513,1698 +"15886",3101,71225,2,513,956 +"15887",3101,77167,2,513,836 +"15888",3101,80801,3,513,1250 +"15889",3101,80807,3,513,1597 +"15890",3101,84235,3,513,1639 +"15891",3101,84591,3,513,1685 +"15892",3101,85926,3,513,907 +"15893",3101,87915,3,513,1152 +"15894",3101,88984,3,513,935 +"15895",3101,92469,3,513,1232 +"15896",3101,96332,3,513,1197 +"15897",3101,96387,3,513,2159 +"15898",3101,97706,3,513,1121 +"15899",3101,98436,3,513,1212 +"15900",3101,101666,3,513,1257 +"15901",3101,105435,2,513,684 +"15902",3101,109031,3,513,523 +"15903",3101,115338,3,513,625 +"15904",3101,122938,2,513,1023 +"15905",3127,841,3,2273,2964 +"15906",3127,1519,3,2273,2349 +"15907",3127,2206,3,2273,2536 +"15908",3127,3978,3,2273,2775 +"15909",3127,4303,3,2273,2414 +"15910",3127,4612,3,2273,2804 +"15911",3127,4669,3,2273,2395 +"15912",3127,5106,3,2273,2622 +"15913",3127,5897,3,2273,2337 +"15914",3127,5962,3,2273,2491 +"15915",3127,6989,3,2273,2623 +"15916",3127,7252,3,2273,2799 +"15917",3127,8865,3,2273,2394 +"15918",3127,9503,3,2273,2453 +"15919",3127,9787,3,2273,2858 +"15920",3127,11136,3,2273,2573 +"15921",3127,11648,2,2273,2852 +"15922",3127,12948,3,2273,2669 +"15923",3127,14781,3,2273,2338 +"15924",3127,17033,3,2273,2771 +"15925",3127,18005,3,2273,2449 +"15926",3127,19433,3,2273,2504 +"15927",3127,26734,3,2273,2299 +"15928",3127,27908,3,2273,2576 +"15929",3127,27914,3,2273,2507 +"15930",3127,28869,2,2273,2425 +"15931",3127,36953,2,2273,2790 +"15932",3127,39534,3,2273,2410 +"15933",3127,40035,3,2273,2742 +"15934",3127,40572,1,2273,2666 +"15935",3127,40623,2,2273,2580 +"15936",3127,41023,3,2273,2408 +"15937",3127,42972,3,2273,2954 +"15938",3127,44603,3,2273,2748 +"15939",3127,45729,3,2273,2606 +"15940",3127,45869,3,2273,2840 +"15941",3127,46384,3,2273,2285 +"15942",3127,47595,3,2273,2374 +"15943",3127,50585,3,2273,2414 +"15944",3127,52815,3,2273,2323 +"15945",3127,53739,3,2273,2704 +"15946",3127,56995,3,2273,2323 +"15947",3127,70583,3,2273,2615 +"15948",3127,92297,3,2273,2952 +"15949",3139,377,3,1656,2389 +"15950",3139,1315,1,1656,2760 +"15951",3139,2181,3,1656,2030 +"15952",3139,2424,3,1656,2582 +"15953",3139,4360,3,1656,1770 +"15954",3139,5072,3,1656,2175 +"15955",3139,5622,2,1656,2175 +"15956",3139,7234,3,1656,2654 +"15957",3139,7703,3,1656,2122 +"15958",3139,8533,3,1656,2251 +"15959",3139,9184,3,1656,2670 +"15960",3139,9740,3,1656,2233 +"15961",3139,10857,3,1656,2253 +"15962",3139,11218,3,1656,2292 +"15963",3139,12375,3,1656,1873 +"15964",3139,12778,3,1656,2045 +"15965",3139,12901,3,1656,2136 +"15966",3139,13158,3,1656,2667 +"15967",3139,13479,1,1656,2155 +"15968",3139,13801,3,1656,2041 +"15969",3139,17354,3,1656,2250 +"15970",3139,17400,3,1656,2231 +"15971",3139,19622,3,1656,2371 +"15972",3139,20070,3,1656,1914 +"15973",3139,21285,3,1656,2100 +"15974",3139,21479,3,1656,2134 +"15975",3139,23312,2,1656,2449 +"15976",3139,23725,3,1656,2378 +"15977",3139,24612,3,1656,1875 +"15978",3139,27427,2,1656,2325 +"15979",3139,27694,3,1656,2030 +"15980",3139,30544,3,1656,2041 +"15981",3139,32419,3,1656,1909 +"15982",3139,33672,3,1656,2396 +"15983",3139,35926,3,1656,2371 +"15984",3139,36031,3,1656,2342 +"15985",3139,36609,3,1656,2918 +"15986",3139,39294,2,1656,1889 +"15987",3139,42574,3,1656,2842 +"15988",3139,43213,3,1656,2160 +"15989",3139,43490,2,1656,2463 +"15990",3139,44641,3,1656,1981 +"15991",3139,44654,3,1656,2916 +"15992",3139,44676,3,1656,2629 +"15993",3139,45618,3,1656,2356 +"15994",3139,45684,3,1656,2200 +"15995",3139,46040,3,1656,2105 +"15996",3139,46728,3,1656,2278 +"15997",3139,47064,3,1656,1993 +"15998",3139,49608,3,1656,2184 +"15999",3139,53604,3,1656,2489 +"16000",3139,54551,3,1656,2348 +"16001",3139,56082,3,1656,2395 +"16002",3139,72207,3,1656,2430 +"16003",3139,75403,3,1656,1895 +"16004",3139,76048,3,1656,2373 +"16005",3139,87837,2,1656,1987 +"16006",3144,1592,3,869,2006 +"16007",3144,1691,3,869,1941 +"16008",3144,3628,3,869,2707 +"16009",3144,5258,3,869,2730 +"16010",3144,5622,3,869,2175 +"16011",3144,5839,3,869,2301 +"16012",3144,6252,3,869,2336 +"16013",3144,6390,3,869,2385 +"16014",3144,6914,3,869,2668 +"16015",3144,11351,3,869,2971 +"16016",3144,14108,3,869,2012 +"16017",3144,16096,2,869,2301 +"16018",3144,18502,3,869,1033 +"16019",3144,18543,2,869,2968 +"16020",3144,19718,2,869,1702 +"16021",3144,20407,3,869,2339 +"16022",3144,21133,3,869,1320 +"16023",3144,21682,3,869,2414 +"16024",3144,22141,3,869,2348 +"16025",3144,23729,3,869,1624 +"16026",3144,23806,3,869,1671 +"16027",3144,25816,3,869,2088 +"16028",3144,26659,3,869,903 +"16029",3144,28808,3,869,1063 +"16030",3144,29449,3,869,2916 +"16031",3144,29948,3,869,2795 +"16032",3144,32503,3,869,2020 +"16033",3144,34945,3,869,1298 +"16034",3144,36439,3,869,2469 +"16035",3144,37509,3,869,1640 +"16036",3144,38213,3,869,1744 +"16037",3144,39081,3,869,1597 +"16038",3144,40931,3,869,2301 +"16039",3144,42619,3,869,2017 +"16040",3144,43173,2,869,2895 +"16041",3144,43226,3,869,2442 +"16042",3144,44427,3,869,2875 +"16043",3144,46621,3,869,1343 +"16044",3144,49620,3,869,1868 +"16045",3144,50179,3,869,2230 +"16046",3144,51572,2,869,912 +"16047",3144,52136,3,869,1412 +"16048",3144,52327,3,869,1472 +"16049",3144,54663,3,869,1424 +"16050",3144,57414,3,869,922 +"16051",3144,58284,3,869,2292 +"16052",3144,60116,3,869,2668 +"16053",3144,73675,3,869,887 +"16054",3144,74636,3,869,2525 +"16055",3144,79436,3,869,1344 +"16056",3144,81221,3,869,2285 +"16057",3144,82344,3,869,1358 +"16058",3144,82401,3,869,1210 +"16059",3144,88232,3,869,2881 +"16060",3144,90065,3,869,1418 +"16061",3144,97824,3,869,1229 +"16062",3144,121291,3,869,1955 +"16063",3152,14626,3,1621,2175 +"16064",3152,27826,2,1621,2824 +"16065",3152,29319,3,1621,2314 +"16066",3152,30404,2,1621,1810 +"16067",3152,30507,3,1621,2302 +"16068",3152,45730,3,1621,2063 +"16069",3152,55775,3,1621,2385 +"16070",3152,56737,3,1621,2270 +"16071",3152,64412,3,1621,2233 +"16072",3152,72426,3,1621,2902 +"16073",3152,91631,3,1621,1899 +"16074",3158,10779,3,2762,2881 +"16075",3158,17499,2,2762,2954 +"16076",3158,30697,3,2762,2891 +"16077",3158,42390,3,2762,2937 +"16078",3158,53652,3,2762,2899 +"16079",3161,313,3,2229,2271 +"16080",3161,362,3,2229,2537 +"16081",3161,377,2,2229,2389 +"16082",3161,380,3,2229,2261 +"16083",3161,613,3,2229,2687 +"16084",3161,854,3,2229,2307 +"16085",3161,1102,3,2229,2282 +"16086",3161,1151,2,2229,2885 +"16087",3161,1616,1,2229,2662 +"16088",3161,2036,2,2229,2483 +"16089",3161,2224,3,2229,2751 +"16090",3161,2424,3,2229,2582 +"16091",3161,2484,1,2229,2389 +"16092",3161,3488,3,2229,2351 +"16093",3161,3853,3,2229,2465 +"16094",3161,4057,2,2229,2389 +"16095",3161,5462,2,2229,2374 +"16096",3161,5504,2,2229,2389 +"16097",3161,7323,2,2229,2858 +"16098",3161,8760,2,2229,2477 +"16099",3161,9311,2,2229,2477 +"16100",3161,9362,3,2229,2879 +"16101",3161,10843,3,2229,2277 +"16102",3161,12713,2,2229,2440 +"16103",3161,14655,3,2229,2559 +"16104",3161,14959,3,2229,2898 +"16105",3161,15626,3,2229,2434 +"16106",3161,16497,3,2229,2370 +"16107",3161,17520,2,2229,2276 +"16108",3161,18151,3,2229,2962 +"16109",3161,19606,2,2229,2783 +"16110",3161,20700,2,2229,2861 +"16111",3161,21248,3,2229,2232 +"16112",3161,27478,3,2229,2485 +"16113",3161,29095,3,2229,2531 +"16114",3161,30906,3,2229,2537 +"16115",3161,31799,3,2229,2547 +"16116",3161,33433,3,2229,2805 +"16117",3161,33801,3,2229,2899 +"16118",3161,35256,1,2229,2271 +"16119",3161,36559,3,2229,2473 +"16120",3161,37238,3,2229,2609 +"16121",3161,37570,2,2229,2389 +"16122",3161,38727,3,2229,2238 +"16123",3161,39548,3,2229,2389 +"16124",3161,41945,3,2229,2856 +"16125",3161,43455,3,2229,2846 +"16126",3161,44235,3,2229,2700 +"16127",3161,44885,3,2229,2670 +"16128",3161,44899,3,2229,2386 +"16129",3161,47947,3,2229,2681 +"16130",3161,49965,3,2229,2301 +"16131",3161,52576,2,2229,2234 +"16132",3161,53475,3,2229,2853 +"16133",3161,53851,3,2229,2305 +"16134",3161,57977,3,2229,2683 +"16135",3161,59113,3,2229,2434 +"16136",3161,68810,3,2229,2409 +"16137",3161,78563,3,2229,2385 +"16138",3161,85430,2,2229,2370 +"16139",3163,380,3,2020,2261 +"16140",3163,854,3,2020,2307 +"16141",3163,1102,3,2020,2282 +"16142",3163,2572,3,2020,2273 +"16143",3163,2704,1,2020,2609 +"16144",3163,3495,3,2020,2431 +"16145",3163,7616,3,2020,2296 +"16146",3163,7703,3,2020,2122 +"16147",3163,8789,3,2020,2024 +"16148",3163,10513,3,2020,2284 +"16149",3163,20162,3,2020,2328 +"16150",3163,21682,2,2020,2414 +"16151",3163,28626,3,2020,2842 +"16152",3163,30236,3,2020,2238 +"16153",3163,38732,3,2020,2263 +"16154",3163,55139,3,2020,2323 +"16155",3163,55862,3,2020,2123 +"16156",3163,66205,3,2020,2898 +"16157",3164,2224,3,2693,2751 +"16158",3164,6030,1,2693,2953 +"16159",3164,9362,3,2693,2879 +"16160",3164,20292,2,2693,2755 +"16161",3164,21571,2,2693,2755 +"16162",3164,27623,3,2693,2970 +"16163",3164,28168,1,2693,2702 +"16164",3164,28296,3,2693,2944 +"16165",3164,32567,3,2693,2784 +"16166",3164,34735,3,2693,2767 +"16167",3164,36962,3,2693,2861 +"16168",3164,51052,3,2693,2784 +"16169",3164,54929,3,2693,2783 +"16170",3164,55691,3,2693,2856 +"16171",3164,82732,3,2693,2810 +"16172",3167,671,3,1676,2328 +"16173",3167,1767,3,1676,2727 +"16174",3167,2684,3,1676,2874 +"16175",3167,3242,3,1676,1730 +"16176",3167,4191,3,1676,2130 +"16177",3167,4226,2,1676,1903 +"16178",3167,4305,2,1676,2374 +"16179",3167,4980,3,1676,2093 +"16180",3167,5315,3,1676,2631 +"16181",3167,6428,3,1676,1952 +"16182",3167,6491,2,1676,2424 +"16183",3167,7241,3,1676,2259 +"16184",3167,7245,3,1676,2089 +"16185",3167,7984,3,1676,2493 +"16186",3167,8621,3,1676,1681 +"16187",3167,10859,3,1676,2231 +"16188",3167,10871,3,1676,2314 +"16189",3167,12374,2,1676,2260 +"16190",3167,14943,3,1676,1942 +"16191",3167,15401,3,1676,1999 +"16192",3167,15539,3,1676,1929 +"16193",3167,18415,3,1676,2184 +"16194",3167,19027,3,1676,2721 +"16195",3167,19516,3,1676,2313 +"16196",3167,20067,3,1676,2390 +"16197",3167,20311,3,1676,1981 +"16198",3167,20563,3,1676,2267 +"16199",3167,21104,2,1676,2327 +"16200",3167,26436,3,1676,2489 +"16201",3167,26451,3,1676,2133 +"16202",3167,27628,3,1676,2389 +"16203",3167,27753,3,1676,2750 +"16204",3167,28303,3,1676,2089 +"16205",3167,28892,2,1676,2023 +"16206",3167,29073,3,1676,2328 +"16207",3167,29170,3,1676,1846 +"16208",3167,31124,3,1676,2351 +"16209",3167,31799,3,1676,2547 +"16210",3167,32988,2,1676,2008 +"16211",3167,34136,2,1676,2202 +"16212",3167,34158,3,1676,2639 +"16213",3167,34492,3,1676,1798 +"16214",3167,36439,3,1676,2469 +"16215",3167,38449,2,1676,1802 +"16216",3167,40369,3,1676,2735 +"16217",3167,40432,3,1676,1956 +"16218",3167,42505,3,1676,2008 +"16219",3167,43404,3,1676,2649 +"16220",3167,43518,3,1676,2680 +"16221",3167,45715,3,1676,2287 +"16222",3167,46391,3,1676,1779 +"16223",3167,47082,3,1676,1990 +"16224",3167,50118,3,1676,2654 +"16225",3167,51157,2,1676,2319 +"16226",3167,51410,2,1676,2739 +"16227",3167,55139,3,1676,2323 +"16228",3167,57544,3,1676,2443 +"16229",3167,57609,2,1676,2717 +"16230",3167,57977,3,1676,2683 +"16231",3167,64219,3,1676,2705 +"16232",3167,64997,3,1676,2791 +"16233",3167,65155,3,1676,1947 +"16234",3167,65322,3,1676,2008 +"16235",3167,86245,3,1676,1972 +"16236",3167,92757,3,1676,2615 +"16237",3167,108379,3,1676,2933 +"16238",3167,108867,3,1676,2328 +"16239",3171,14,3,700,1793 +"16240",3171,508,3,700,801 +"16241",3171,601,3,700,702 +"16242",3171,915,3,700,1793 +"16243",3171,1702,3,700,1984 +"16244",3171,3175,3,700,1938 +"16245",3171,3306,3,700,1989 +"16246",3171,3460,2,700,2530 +"16247",3171,3670,3,700,885 +"16248",3171,3896,2,700,2693 +"16249",3171,4751,3,700,2696 +"16250",3171,4821,2,700,1938 +"16251",3171,5346,3,700,1438 +"16252",3171,7614,3,700,971 +"16253",3171,9311,3,700,2477 +"16254",3171,9391,3,700,1252 +"16255",3171,10352,3,700,1371 +"16256",3171,11160,3,700,2952 +"16257",3171,11239,3,700,2181 +"16258",3171,11310,3,700,957 +"16259",3171,11456,3,700,2715 +"16260",3171,12388,3,700,1975 +"16261",3171,13724,2,700,1573 +"16262",3171,13780,3,700,2412 +"16263",3171,14422,2,700,1548 +"16264",3171,15207,3,700,1855 +"16265",3171,15453,1,700,1688 +"16266",3171,15636,3,700,2857 +"16267",3171,16751,3,700,2301 +"16268",3171,19637,2,700,1229 +"16269",3171,19744,3,700,2623 +"16270",3171,20067,3,700,2390 +"16271",3171,21249,2,700,1635 +"16272",3171,21795,3,700,2653 +"16273",3171,22709,3,700,2743 +"16274",3171,23869,3,700,1918 +"16275",3171,26249,3,700,2301 +"16276",3171,26408,3,700,1545 +"16277",3171,26903,3,700,2092 +"16278",3171,28131,3,700,1492 +"16279",3171,29004,3,700,2596 +"16280",3171,30150,3,700,1704 +"16281",3171,30746,3,700,1209 +"16282",3171,31997,2,700,1703 +"16283",3171,33052,3,700,2251 +"16284",3171,33356,3,700,1586 +"16285",3171,33380,3,700,2340 +"16286",3171,34831,3,700,1866 +"16287",3171,34921,3,700,2181 +"16288",3171,35186,1,700,1520 +"16289",3171,35446,3,700,1203 +"16290",3171,35529,3,700,1620 +"16291",3171,36646,3,700,2744 +"16292",3171,40748,3,700,1328 +"16293",3171,41682,3,700,1988 +"16294",3171,42196,1,700,2765 +"16295",3171,42642,1,700,2257 +"16296",3171,44193,2,700,989 +"16297",3171,46580,3,700,2346 +"16298",3171,47440,3,700,2234 +"16299",3171,50269,3,700,1966 +"16300",3171,50382,3,700,2244 +"16301",3171,50509,3,700,2050 +"16302",3171,51055,2,700,2558 +"16303",3171,51879,3,700,1771 +"16304",3171,52215,3,700,1908 +"16305",3171,53968,3,700,2703 +"16306",3171,54879,3,700,2210 +"16307",3171,56893,2,700,2597 +"16308",3171,57337,3,700,1443 +"16309",3171,58812,3,700,1170 +"16310",3171,60386,3,700,1322 +"16311",3171,60516,1,700,2257 +"16312",3171,63328,2,700,922 +"16313",3171,63395,3,700,2334 +"16314",3171,68299,3,700,866 +"16315",3171,69591,3,700,2294 +"16316",3171,70203,3,700,2756 +"16317",3171,70681,3,700,866 +"16318",3171,77077,3,700,2693 +"16319",3171,77811,2,700,1871 +"16320",3171,79612,2,700,927 +"16321",3171,81586,3,700,877 +"16322",3171,82819,3,700,1900 +"16323",3171,82932,3,700,2245 +"16324",3171,84268,1,700,1217 +"16325",3171,85444,3,700,944 +"16326",3171,86152,2,700,1944 +"16327",3171,90886,3,700,1548 +"16328",3171,93933,3,700,1336 +"16329",3171,94520,3,700,1243 +"16330",3171,96563,2,700,961 +"16331",3171,100532,2,700,859 +"16332",3171,115097,3,700,1041 +"16333",3175,3460,2,1938,2530 +"16334",3175,3896,1,1938,2693 +"16335",3175,12560,3,1938,2565 +"16336",3175,14103,3,1938,2204 +"16337",3175,16896,2,1938,2223 +"16338",3175,17027,3,1938,2772 +"16339",3175,17367,3,1938,2427 +"16340",3175,24206,3,1938,2307 +"16341",3175,33801,3,1938,2899 +"16342",3175,36646,3,1938,2744 +"16343",3175,42642,2,1938,2257 +"16344",3175,47145,2,1938,2809 +"16345",3175,47263,3,1938,2442 +"16346",3175,48215,3,1938,2028 +"16347",3175,51055,3,1938,2558 +"16348",3175,51166,3,1938,2747 +"16349",3175,54879,3,1938,2210 +"16350",3175,59140,3,1938,2528 +"16351",3175,60516,3,1938,2257 +"16352",3175,63395,3,1938,2334 +"16353",3175,64457,3,1938,2883 +"16354",3186,2269,3,919,984 +"16355",3186,4567,3,919,2348 +"16356",3186,8712,3,919,1153 +"16357",3186,18825,2,919,1240 +"16358",3186,19093,3,919,2224 +"16359",3186,23825,3,919,1913 +"16360",3186,30095,2,919,1578 +"16361",3186,32939,3,919,2277 +"16362",3186,33672,3,919,2396 +"16363",3186,34509,3,919,1973 +"16364",3186,40129,3,919,2162 +"16365",3186,41407,3,919,1951 +"16366",3186,41837,2,919,2399 +"16367",3186,57804,3,919,2214 +"16368",3186,70605,3,919,1176 +"16369",3186,88535,3,919,1229 +"16370",3186,114257,3,919,2307 +"16371",3195,1692,3,2043,2443 +"16372",3195,3477,3,2043,2546 +"16373",3195,4932,3,2043,2752 +"16374",3195,6063,3,2043,2349 +"16375",3195,7937,2,2043,2044 +"16376",3195,9801,2,2043,2443 +"16377",3195,11067,3,2043,2734 +"16378",3195,12866,3,2043,2910 +"16379",3195,14754,3,2043,2456 +"16380",3195,15381,3,2043,2289 +"16381",3195,28893,2,2043,2764 +"16382",3195,32339,1,2043,2430 +"16383",3195,33223,3,2043,2397 +"16384",3195,35620,1,2043,2092 +"16385",3195,36120,3,2043,2971 +"16386",3195,36506,3,2043,2638 +"16387",3195,39443,3,2043,2277 +"16388",3195,46385,2,2043,2225 +"16389",3195,53530,3,2043,2380 +"16390",3195,57067,3,2043,2547 +"16391",3195,59005,3,2043,2817 +"16392",3198,841,3,1797,2964 +"16393",3198,3397,1,1797,2126 +"16394",3198,3409,1,1797,2167 +"16395",3198,3453,1,1797,2126 +"16396",3198,4313,3,1797,2368 +"16397",3198,4681,3,1797,2356 +"16398",3198,12778,3,1797,2045 +"16399",3198,13324,3,1797,2163 +"16400",3198,19380,3,1797,2637 +"16401",3198,23460,2,1797,2183 +"16402",3198,24753,3,1797,2860 +"16403",3198,40879,2,1797,2019 +"16404",3198,46486,3,1797,1868 +"16405",3198,47840,3,1797,2509 +"16406",3198,83291,2,1797,2066 +"16407",3235,1620,3,799,1303 +"16408",3235,3403,3,799,2951 +"16409",3235,7229,3,799,2669 +"16410",3235,8062,3,799,2858 +"16411",3235,9227,3,799,1267 +"16412",3235,11728,2,799,1121 +"16413",3235,12067,3,799,1213 +"16414",3235,13537,3,799,1020 +"16415",3235,19069,3,799,988 +"16416",3235,21240,3,799,1162 +"16417",3235,22723,3,799,2859 +"16418",3235,28094,3,799,1423 +"16419",3235,28115,3,799,1835 +"16420",3235,30609,2,799,988 +"16421",3235,34334,3,799,1637 +"16422",3235,37929,3,799,2393 +"16423",3235,38259,2,799,2258 +"16424",3235,41633,3,799,1976 +"16425",3235,41723,3,799,2101 +"16426",3235,46501,3,799,845 +"16427",3235,46532,3,799,2005 +"16428",3235,50278,3,799,1127 +"16429",3235,51879,3,799,1771 +"16430",3235,60258,3,799,2405 +"16431",3235,60879,3,799,2792 +"16432",3235,77077,3,799,2693 +"16433",3235,83398,3,799,845 +"16434",3235,91806,3,799,969 +"16435",3235,96310,3,799,1016 +"16436",3235,107052,3,799,2158 +"16437",3235,121173,3,799,829 +"16438",3242,270,3,1730,2542 +"16439",3242,543,3,1730,2203 +"16440",3242,671,2,1730,2328 +"16441",3242,1046,2,1730,1881 +"16442",3242,1136,3,1730,2536 +"16443",3242,1367,3,1730,2176 +"16444",3242,1777,3,1730,1965 +"16445",3242,2036,3,1730,2483 +"16446",3242,2424,3,1730,2582 +"16447",3242,2484,3,1730,2389 +"16448",3242,2591,3,1730,1949 +"16449",3242,2954,3,1730,2727 +"16450",3242,4191,2,1730,2130 +"16451",3242,4226,3,1730,1903 +"16452",3242,4618,2,1730,2607 +"16453",3242,4687,2,1730,2152 +"16454",3242,4980,2,1730,2093 +"16455",3242,5078,3,1730,2033 +"16456",3242,5148,3,1730,2206 +"16457",3242,5239,3,1730,2875 +"16458",3242,5457,3,1730,2077 +"16459",3242,5462,3,1730,2374 +"16460",3242,5504,2,1730,2389 +"16461",3242,5621,3,1730,1860 +"16462",3242,5669,3,1730,2502 +"16463",3242,5725,2,1730,2789 +"16464",3242,6023,3,1730,2050 +"16465",3242,6241,3,1730,2264 +"16466",3242,6577,3,1730,1951 +"16467",3242,7245,2,1730,2089 +"16468",3242,7323,3,1730,2858 +"16469",3242,8258,3,1730,1959 +"16470",3242,8533,3,1730,2251 +"16471",3242,10404,1,1730,2062 +"16472",3242,10799,3,1730,2010 +"16473",3242,10857,3,1730,2253 +"16474",3242,10859,2,1730,2231 +"16475",3242,10890,2,1730,2639 +"16476",3242,12374,3,1730,2260 +"16477",3242,12724,3,1730,1930 +"16478",3242,12867,3,1730,2773 +"16479",3242,14507,3,1730,2686 +"16480",3242,15184,3,1730,2396 +"16481",3242,15299,3,1730,2213 +"16482",3242,15401,3,1730,1999 +"16483",3242,15539,2,1730,1929 +"16484",3242,15716,3,1730,1991 +"16485",3242,17354,3,1730,2250 +"16486",3242,17852,3,1730,2840 +"16487",3242,18151,3,1730,2962 +"16488",3242,18415,3,1730,2184 +"16489",3242,18571,3,1730,2128 +"16490",3242,19027,3,1730,2721 +"16491",3242,19380,3,1730,2637 +"16492",3242,19516,3,1730,2313 +"16493",3242,19868,3,1730,2855 +"16494",3242,20563,1,1730,2267 +"16495",3242,20700,3,1730,2861 +"16496",3242,20783,3,1730,2414 +"16497",3242,23140,3,1730,2787 +"16498",3242,23508,3,1730,1907 +"16499",3242,23704,3,1730,2278 +"16500",3242,23756,3,1730,2309 +"16501",3242,25129,3,1730,2647 +"16502",3242,25341,2,1730,1858 +"16503",3242,25816,3,1730,2088 +"16504",3242,26351,3,1730,2683 +"16505",3242,26436,2,1730,2489 +"16506",3242,26516,1,1730,2479 +"16507",3242,26608,3,1730,2329 +"16508",3242,26706,3,1730,1846 +"16509",3242,27753,1,1730,2750 +"16510",3242,27783,3,1730,2302 +"16511",3242,28285,3,1730,2972 +"16512",3242,28892,2,1730,2023 +"16513",3242,29311,3,1730,1849 +"16514",3242,31799,2,1730,2547 +"16515",3242,32988,3,1730,2008 +"16516",3242,33010,2,1730,2189 +"16517",3242,33551,3,1730,1734 +"16518",3242,34216,2,1730,2832 +"16519",3242,34492,2,1730,1798 +"16520",3242,34509,3,1730,1973 +"16521",3242,34836,3,1730,2302 +"16522",3242,35069,3,1730,2069 +"16523",3242,37418,2,1730,2710 +"16524",3242,37570,3,1730,2389 +"16525",3242,37620,3,1730,2716 +"16526",3242,38019,3,1730,1870 +"16527",3242,38449,2,1730,1802 +"16528",3242,38887,3,1730,2468 +"16529",3242,39087,3,1730,2765 +"16530",3242,39278,3,1730,1952 +"16531",3242,40369,3,1730,2735 +"16532",3242,41402,3,1730,2313 +"16533",3242,45343,3,1730,2360 +"16534",3242,45633,3,1730,2134 +"16535",3242,45715,2,1730,2287 +"16536",3242,47857,3,1730,2325 +"16537",3242,47947,3,1730,2681 +"16538",3242,50667,3,1730,2719 +"16539",3242,51410,2,1730,2739 +"16540",3242,53266,3,1730,2389 +"16541",3242,53300,3,1730,2162 +"16542",3242,54551,3,1730,2348 +"16543",3242,54740,2,1730,2750 +"16544",3242,55691,3,1730,2856 +"16545",3242,57977,2,1730,2683 +"16546",3242,58221,3,1730,1787 +"16547",3242,62840,3,1730,2502 +"16548",3242,64181,3,1730,1828 +"16549",3242,64793,2,1730,2819 +"16550",3242,64997,3,1730,2791 +"16551",3242,65029,3,1730,2954 +"16552",3242,65155,3,1730,1947 +"16553",3242,70046,3,1730,2624 +"16554",3242,71562,3,1730,2574 +"16555",3242,74095,2,1730,2333 +"16556",3242,80429,3,1730,1927 +"16557",3242,84799,3,1730,2656 +"16558",3242,97915,3,1730,1802 +"16559",3242,102824,3,1730,2944 +"16560",3254,680,3,1258,2569 +"16561",3254,1780,3,1258,1375 +"16562",3254,2452,3,1258,1715 +"16563",3254,2852,3,1258,2448 +"16564",3254,5683,3,1258,2468 +"16565",3254,5897,3,1258,2337 +"16566",3254,7997,3,1258,2049 +"16567",3254,9332,3,1258,2734 +"16568",3254,15095,3,1258,2001 +"16569",3254,18102,3,1258,1642 +"16570",3254,18124,1,1258,1642 +"16571",3254,20395,2,1258,1468 +"16572",3254,27742,3,1258,2700 +"16573",3254,30334,3,1258,2075 +"16574",3254,37636,3,1258,2178 +"16575",3254,38373,3,1258,1928 +"16576",3254,40392,3,1258,1878 +"16577",3254,41023,3,1258,2408 +"16578",3254,43204,3,1258,1680 +"16579",3254,46982,3,1258,2806 +"16580",3254,47013,2,1258,2388 +"16581",3254,51783,3,1258,2599 +"16582",3254,53726,3,1258,1729 +"16583",3254,62715,3,1258,1838 +"16584",3254,68931,3,1258,2771 +"16585",3254,74370,3,1258,1667 +"16586",3255,11429,2,2504,2520 +"16587",3255,21180,3,2504,2762 +"16588",3255,25440,3,2504,2749 +"16589",3255,35037,3,2504,2974 +"16590",3255,37342,3,2504,2649 +"16591",3255,43926,3,2504,2672 +"16592",3255,57657,2,2504,2735 +"16593",3255,70203,3,2504,2756 +"16594",3265,24,3,214,1295 +"16595",3265,145,2,214,1998 +"16596",3265,270,3,214,2542 +"16597",3265,380,2,214,2261 +"16598",3265,457,3,214,1704 +"16599",3265,600,3,214,1702 +"16600",3265,843,3,214,2332 +"16601",3265,913,2,214,2144 +"16602",3265,1044,3,214,880 +"16603",3265,1102,2,214,2282 +"16604",3265,1826,3,214,924 +"16605",3265,1968,3,214,631 +"16606",3265,2143,3,214,1174 +"16607",3265,2424,3,214,2582 +"16608",3265,2484,3,214,2389 +"16609",3265,2572,3,214,2273 +"16610",3265,2625,3,214,2152 +"16611",3265,2731,3,214,434 +"16612",3265,2743,3,214,1278 +"16613",3265,2954,3,214,2727 +"16614",3265,3271,2,214,2216 +"16615",3265,3352,3,214,1707 +"16616",3265,3748,2,214,2052 +"16617",3265,3801,3,214,1974 +"16618",3265,4226,3,214,1903 +"16619",3265,4687,3,214,2152 +"16620",3265,4953,3,214,2285 +"16621",3265,5055,3,214,1796 +"16622",3265,5376,3,214,288 +"16623",3265,6052,3,214,1985 +"16624",3265,6074,3,214,2426 +"16625",3265,6390,3,214,2385 +"16626",3265,6491,3,214,2424 +"16627",3265,6588,3,214,2025 +"16628",3265,7310,3,214,636 +"16629",3265,7337,3,214,1797 +"16630",3265,7604,3,214,1366 +"16631",3265,8259,3,214,1677 +"16632",3265,8490,3,214,564 +"16633",3265,8529,3,214,1205 +"16634",3265,8607,3,214,1685 +"16635",3265,8866,2,214,1545 +"16636",3265,8888,1,214,1328 +"16637",3265,8910,2,214,1054 +"16638",3265,8961,2,214,507 +"16639",3265,9272,2,214,2835 +"16640",3265,9362,3,214,2879 +"16641",3265,9364,3,214,1698 +"16642",3265,9511,3,214,1232 +"16643",3265,9702,3,214,1928 +"16644",3265,9805,2,214,1621 +"16645",3265,10513,3,214,2284 +"16646",3265,10709,3,214,746 +"16647",3265,10857,3,214,2253 +"16648",3265,11218,3,214,2292 +"16649",3265,12199,3,214,1651 +"16650",3265,12373,3,214,1567 +"16651",3265,12374,3,214,2260 +"16652",3265,12724,3,214,1930 +"16653",3265,13307,3,214,2206 +"16654",3265,14652,3,214,2516 +"16655",3265,14654,3,214,1692 +"16656",3265,14655,2,214,2559 +"16657",3265,14656,2,214,584 +"16658",3265,15122,3,214,1201 +"16659",3265,15643,3,214,502 +"16660",3265,16437,3,214,1956 +"16661",3265,16587,3,214,2065 +"16662",3265,16940,1,214,1290 +"16663",3265,17698,3,214,1559 +"16664",3265,18152,3,214,1314 +"16665",3265,18394,3,214,2356 +"16666",3265,19075,3,214,2214 +"16667",3265,19096,3,214,1538 +"16668",3265,19335,3,214,1729 +"16669",3265,19717,3,214,431 +"16670",3265,19719,3,214,2177 +"16671",3265,19862,3,214,2412 +"16672",3265,20124,3,214,2376 +"16673",3265,20287,3,214,1099 +"16674",3265,20975,3,214,1305 +"16675",3265,21198,3,214,935 +"16676",3265,21682,3,214,2414 +"16677",3265,22141,3,214,2348 +"16678",3265,22705,3,214,1016 +"16679",3265,23430,3,214,904 +"16680",3265,23450,3,214,967 +"16681",3265,23526,3,214,1998 +"16682",3265,23715,3,214,1859 +"16683",3265,23729,3,214,1624 +"16684",3265,23825,3,214,1913 +"16685",3265,24448,3,214,2289 +"16686",3265,24568,3,214,1937 +"16687",3265,26067,3,214,2069 +"16688",3265,26451,3,214,2133 +"16689",3265,26471,3,214,1061 +"16690",3265,26577,3,214,933 +"16691",3265,26749,3,214,2965 +"16692",3265,27275,3,214,2656 +"16693",3265,27339,3,214,486 +"16694",3265,27390,3,214,2425 +"16695",3265,28015,3,214,1624 +"16696",3265,28124,3,214,434 +"16697",3265,28432,3,214,1954 +"16698",3265,30180,3,214,590 +"16699",3265,30405,3,214,2164 +"16700",3265,30883,3,214,1629 +"16701",3265,31235,2,214,2668 +"16702",3265,31338,3,214,917 +"16703",3265,32017,3,214,577 +"16704",3265,32811,2,214,804 +"16705",3265,33285,3,214,1327 +"16706",3265,34136,3,214,2202 +"16707",3265,34836,2,214,2302 +"16708",3265,35673,3,214,1067 +"16709",3265,36087,3,214,2755 +"16710",3265,36427,3,214,544 +"16711",3265,37108,3,214,1202 +"16712",3265,37628,3,214,819 +"16713",3265,37752,3,214,2223 +"16714",3265,38019,2,214,1870 +"16715",3265,38219,3,214,1689 +"16716",3265,38307,3,214,2648 +"16717",3265,38780,2,214,2705 +"16718",3265,39238,3,214,922 +"16719",3265,39439,3,214,2462 +"16720",3265,39444,3,214,2695 +"16721",3265,40493,3,214,1981 +"16722",3265,41315,2,214,439 +"16723",3265,41439,3,214,709 +"16724",3265,42216,3,214,2722 +"16725",3265,43173,3,214,2895 +"16726",3265,43226,2,214,2442 +"16727",3265,43455,3,214,2846 +"16728",3265,44648,3,214,619 +"16729",3265,45650,3,214,1528 +"16730",3265,45874,3,214,944 +"16731",3265,47445,3,214,2668 +"16732",3265,47772,3,214,2293 +"16733",3265,48035,3,214,2180 +"16734",3265,48110,2,214,2009 +"16735",3265,48260,3,214,875 +"16736",3265,49406,3,214,217 +"16737",3265,49512,3,214,1302 +"16738",3265,52136,3,214,1412 +"16739",3265,52576,2,214,2234 +"16740",3265,52735,3,214,1124 +"16741",3265,52892,3,214,2372 +"16742",3265,53266,3,214,2389 +"16743",3265,53322,3,214,1200 +"16744",3265,53323,2,214,2677 +"16745",3265,53445,3,214,2028 +"16746",3265,53608,3,214,1986 +"16747",3265,54551,3,214,2348 +"16748",3265,55082,3,214,1856 +"16749",3265,55139,3,214,2323 +"16750",3265,55320,1,214,1643 +"16751",3265,56082,3,214,2395 +"16752",3265,56317,3,214,2030 +"16753",3265,57348,3,214,687 +"16754",3265,57353,3,214,1849 +"16755",3265,57544,3,214,2443 +"16756",3265,57804,3,214,2214 +"16757",3265,57990,3,214,978 +"16758",3265,58133,3,214,1484 +"16759",3265,58508,2,214,2326 +"16760",3265,58530,3,214,298 +"16761",3265,59039,3,214,2870 +"16762",3265,61932,3,214,1959 +"16763",3265,62538,3,214,1656 +"16764",3265,63409,3,214,1937 +"16765",3265,67222,3,214,1332 +"16766",3265,69335,2,214,2698 +"16767",3265,71342,2,214,1289 +"16768",3265,72468,3,214,2292 +"16769",3265,72956,3,214,1251 +"16770",3265,75898,2,214,889 +"16771",3265,75921,3,214,517 +"16772",3265,76127,3,214,910 +"16773",3265,76284,3,214,1237 +"16774",3265,76511,3,214,1250 +"16775",3265,78256,3,214,804 +"16776",3265,79436,3,214,1344 +"16777",3265,80301,2,214,1690 +"16778",3265,80801,3,214,1250 +"16779",3265,81588,3,214,1568 +"16780",3265,82039,3,214,1327 +"16781",3265,82226,3,214,1619 +"16782",3265,86245,3,214,1972 +"16783",3265,88126,2,214,1027 +"16784",3265,89097,3,214,935 +"16785",3265,90056,2,214,221 +"16786",3265,95036,3,214,380 +"16787",3265,99332,3,214,873 +"16788",3265,101652,3,214,270 +"16789",3265,105602,3,214,434 +"16790",3265,108379,3,214,2933 +"16791",3265,109521,3,214,609 +"16792",3271,680,3,2216,2569 +"16793",3271,843,2,2216,2332 +"16794",3271,2424,3,2216,2582 +"16795",3271,2647,3,2216,2450 +"16796",3271,3477,3,2216,2546 +"16797",3271,3961,3,2216,2426 +"16798",3271,3978,3,2216,2775 +"16799",3271,4249,3,2216,2547 +"16800",3271,4932,3,2216,2752 +"16801",3271,5239,3,2216,2875 +"16802",3271,6248,3,2216,2737 +"16803",3271,7942,3,2216,2623 +"16804",3271,7984,3,2216,2493 +"16805",3271,9272,1,2216,2835 +"16806",3271,9503,3,2216,2453 +"16807",3271,9724,3,2216,2713 +"16808",3271,9910,3,2216,2526 +"16809",3271,10373,3,2216,2436 +"16810",3271,10513,3,2216,2284 +"16811",3271,10638,3,2216,2692 +"16812",3271,11477,3,2216,2724 +"16813",3271,11506,3,2216,2824 +"16814",3271,12374,3,2216,2260 +"16815",3271,13780,3,2216,2412 +"16816",3271,14470,3,2216,2632 +"16817",3271,14586,3,2216,2801 +"16818",3271,14612,3,2216,2340 +"16819",3271,14761,3,2216,2502 +"16820",3271,14957,3,2216,2306 +"16821",3271,15782,3,2216,2306 +"16822",3271,16826,3,2216,2599 +"16823",3271,18943,3,2216,2861 +"16824",3271,19364,3,2216,2846 +"16825",3271,19934,3,2216,2888 +"16826",3271,20308,3,2216,2254 +"16827",3271,20695,3,2216,2526 +"16828",3271,22141,3,2216,2348 +"16829",3271,22326,3,2216,2818 +"16830",3271,22709,3,2216,2743 +"16831",3271,23550,3,2216,2939 +"16832",3271,25941,3,2216,2369 +"16833",3271,26749,3,2216,2965 +"16834",3271,27686,3,2216,2844 +"16835",3271,28582,3,2216,2698 +"16836",3271,29319,3,2216,2314 +"16837",3271,30010,3,2216,2917 +"16838",3271,31264,3,2216,2335 +"16839",3271,31357,3,2216,2389 +"16840",3271,32939,3,2216,2277 +"16841",3271,33572,3,2216,2370 +"16842",3271,36136,3,2216,2338 +"16843",3271,36840,3,2216,2269 +"16844",3271,37684,3,2216,2899 +"16845",3271,37752,1,2216,2223 +"16846",3271,38038,3,2216,2686 +"16847",3271,38259,3,2216,2258 +"16848",3271,38887,3,2216,2468 +"16849",3271,39439,2,2216,2462 +"16850",3271,39444,2,2216,2695 +"16851",3271,39875,3,2216,2422 +"16852",3271,39906,3,2216,2365 +"16853",3271,42382,3,2216,2224 +"16854",3271,42390,3,2216,2937 +"16855",3271,42407,3,2216,2408 +"16856",3271,43173,2,2216,2895 +"16857",3271,43226,1,2216,2442 +"16858",3271,43701,3,2216,2400 +"16859",3271,46951,3,2216,2429 +"16860",3271,47607,3,2216,2724 +"16861",3271,48931,3,2216,2444 +"16862",3271,51843,3,2216,2389 +"16863",3271,52576,3,2216,2234 +"16864",3271,53584,3,2216,2391 +"16865",3271,54385,3,2216,2340 +"16866",3271,56082,3,2216,2395 +"16867",3271,58508,1,2216,2326 +"16868",3271,59039,2,2216,2870 +"16869",3271,59700,3,2216,2346 +"16870",3271,69335,1,2216,2698 +"16871",3271,71274,3,2216,2390 +"16872",3271,73553,3,2216,2726 +"16873",3271,77077,3,2216,2693 +"16874",3271,79036,3,2216,2524 +"16875",3271,80190,3,2216,2717 +"16876",3271,93553,3,2216,2537 +"16877",3271,98354,3,2216,2794 +"16878",3271,108379,3,2216,2933 +"16879",3272,1624,3,2132,2687 +"16880",3272,2724,3,2132,2447 +"16881",3272,3271,3,2132,2216 +"16882",3272,3477,3,2132,2546 +"16883",3272,3559,3,2132,2413 +"16884",3272,6063,3,2132,2349 +"16885",3272,9272,3,2132,2835 +"16886",3272,14442,3,2132,2700 +"16887",3272,16184,2,2132,2274 +"16888",3272,17768,3,2132,2468 +"16889",3272,19075,3,2132,2214 +"16890",3272,20547,2,2132,2145 +"16891",3272,25053,3,2132,2186 +"16892",3272,31357,1,2132,2389 +"16893",3272,33223,3,2132,2397 +"16894",3272,43226,3,2132,2442 +"16895",3272,47882,2,2132,2769 +"16896",3272,51843,2,2132,2389 +"16897",3272,54385,2,2132,2340 +"16898",3272,58508,3,2132,2326 +"16899",3272,59344,2,2132,2252 +"16900",3272,63104,2,2132,2149 +"16901",3272,69308,3,2132,2370 +"16902",3272,69335,3,2132,2698 +"16903",3272,80615,3,2132,2252 +"16904",3272,110871,3,2132,2879 +"16905",3284,798,3,1541,2476 +"16906",3284,841,3,1541,2964 +"16907",3284,1196,2,1541,1986 +"16908",3284,2226,3,1541,2225 +"16909",3284,2407,3,1541,1725 +"16910",3284,2424,3,1541,2582 +"16911",3284,2533,3,1541,2016 +"16912",3284,2852,2,1541,2448 +"16913",3284,5599,3,1541,1684 +"16914",3284,5897,3,1541,2337 +"16915",3284,8610,2,1541,2240 +"16916",3284,8726,3,1541,2083 +"16917",3284,8777,3,1541,1620 +"16918",3284,8860,3,1541,2141 +"16919",3284,10358,3,1541,2294 +"16920",3284,10766,3,1541,2647 +"16921",3284,11625,3,1541,2022 +"16922",3284,13007,3,1541,2496 +"16923",3284,14731,3,1541,2012 +"16924",3284,14754,3,1541,2456 +"16925",3284,14915,3,1541,2606 +"16926",3284,16201,3,1541,1811 +"16927",3284,16866,3,1541,2718 +"16928",3284,18865,3,1541,2676 +"16929",3284,19605,3,1541,2395 +"16930",3284,19719,3,1541,2177 +"16931",3284,23825,3,1541,1913 +"16932",3284,25577,3,1541,1946 +"16933",3284,28081,2,1541,1927 +"16934",3284,29454,3,1541,2719 +"16935",3284,30010,3,1541,2917 +"16936",3284,32549,2,1541,2111 +"16937",3284,32775,3,1541,2135 +"16938",3284,32920,3,1541,2158 +"16939",3284,32939,3,1541,2277 +"16940",3284,37929,3,1541,2393 +"16941",3284,38019,3,1541,1870 +"16942",3284,41023,3,1541,2408 +"16943",3284,41764,3,1541,2409 +"16944",3284,44235,3,1541,2700 +"16945",3284,45329,3,1541,1693 +"16946",3284,46261,3,1541,2350 +"16947",3284,52576,3,1541,2234 +"16948",3284,57804,3,1541,2214 +"16949",3284,58284,3,1541,2292 +"16950",3284,61355,3,1541,2467 +"16951",3284,61585,2,1541,2315 +"16952",3284,63395,3,1541,2334 +"16953",3284,66693,3,1541,2554 +"16954",3284,68789,2,1541,1929 +"16955",3284,69232,3,1541,2130 +"16956",3284,70070,3,1541,2425 +"16957",3284,71531,2,1541,2887 +"16958",3284,77811,3,1541,1871 +"16959",3284,87110,3,1541,2801 +"16960",3284,87509,3,1541,1907 +"16961",3305,2684,2,2839,2874 +"16962",3305,24753,3,2839,2860 +"16963",3305,26749,3,2839,2965 +"16964",3305,30052,3,2839,2855 +"16965",3305,41945,3,2839,2856 +"16966",3305,43455,2,2839,2846 +"16967",3305,49110,3,2839,2938 +"16968",3305,50785,3,2839,2877 +"16969",3305,88232,3,2839,2881 +"16970",3306,270,3,1989,2542 +"16971",3306,377,3,1989,2389 +"16972",3306,701,2,1989,2718 +"16973",3306,1102,3,1989,2282 +"16974",3306,1639,2,1989,2631 +"16975",3306,2224,3,1989,2751 +"16976",3306,2424,3,1989,2582 +"16977",3306,2533,3,1989,2016 +"16978",3306,2572,3,1989,2273 +"16979",3306,3305,3,1989,2839 +"16980",3306,5120,3,1989,2735 +"16981",3306,5315,3,1989,2631 +"16982",3306,5622,3,1989,2175 +"16983",3306,6047,2,1989,2004 +"16984",3306,6074,2,1989,2426 +"16985",3306,6104,3,1989,2462 +"16986",3306,6363,3,1989,2066 +"16987",3306,6588,3,1989,2025 +"16988",3306,6697,3,1989,2438 +"16989",3306,6718,3,1989,2138 +"16990",3306,7508,3,1989,2396 +"16991",3306,7677,3,1989,2338 +"16992",3306,7984,3,1989,2493 +"16993",3306,9191,3,1989,2707 +"16994",3306,9362,3,1989,2879 +"16995",3306,9654,3,1989,2111 +"16996",3306,9893,3,1989,2701 +"16997",3306,9928,3,1989,2345 +"16998",3306,10358,3,1989,2294 +"16999",3306,10513,3,1989,2284 +"17000",3306,10857,3,1989,2253 +"17001",3306,11136,3,1989,2573 +"17002",3306,11218,3,1989,2292 +"17003",3306,11477,3,1989,2724 +"17004",3306,12518,3,1989,2747 +"17005",3306,13801,2,1989,2041 +"17006",3306,14032,2,1989,2144 +"17007",3306,14669,2,1989,2080 +"17008",3306,14754,3,1989,2456 +"17009",3306,14972,3,1989,2332 +"17010",3306,15003,1,1989,2067 +"17011",3306,15301,3,1989,2308 +"17012",3306,15756,2,1989,2362 +"17013",3306,15930,3,1989,2541 +"17014",3306,16332,3,1989,2668 +"17015",3306,16352,3,1989,2657 +"17016",3306,17400,3,1989,2231 +"17017",3306,17819,3,1989,2291 +"17018",3306,18361,3,1989,2968 +"17019",3306,18394,3,1989,2356 +"17020",3306,19248,3,1989,2357 +"17021",3306,19719,3,1989,2177 +"17022",3306,19744,3,1989,2623 +"17023",3306,20124,3,1989,2376 +"17024",3306,20423,3,1989,2654 +"17025",3306,21285,3,1989,2100 +"17026",3306,22331,3,1989,2687 +"17027",3306,22566,3,1989,2308 +"17028",3306,23011,3,1989,2763 +"17029",3306,23223,2,1989,2094 +"17030",3306,23310,3,1989,2371 +"17031",3306,23725,2,1989,2378 +"17032",3306,24591,3,1989,2528 +"17033",3306,25569,3,1989,2317 +"17034",3306,26749,2,1989,2965 +"17035",3306,26818,3,1989,1999 +"17036",3306,27173,2,1989,2050 +"17037",3306,27275,3,1989,2656 +"17038",3306,27694,3,1989,2030 +"17039",3306,28874,3,1989,2329 +"17040",3306,29095,3,1989,2531 +"17041",3306,31700,3,1989,2727 +"17042",3306,32173,3,1989,2341 +"17043",3306,32457,3,1989,2690 +"17044",3306,32919,3,1989,2321 +"17045",3306,32964,3,1989,2252 +"17046",3306,33949,1,1989,2489 +"17047",3306,34426,2,1989,2743 +"17048",3306,35402,3,1989,2339 +"17049",3306,36031,3,1989,2342 +"17050",3306,37238,3,1989,2609 +"17051",3306,37285,3,1989,2428 +"17052",3306,39556,3,1989,2747 +"17053",3306,41023,3,1989,2408 +"17054",3306,41402,3,1989,2313 +"17055",3306,41598,3,1989,2291 +"17056",3306,41955,3,1989,2479 +"17057",3306,42522,2,1989,2592 +"17058",3306,43213,3,1989,2160 +"17059",3306,44819,2,1989,2063 +"17060",3306,45290,3,1989,2731 +"17061",3306,45302,3,1989,2390 +"17062",3306,45684,3,1989,2200 +"17063",3306,46040,3,1989,2105 +"17064",3306,47772,3,1989,2293 +"17065",3306,48215,3,1989,2028 +"17066",3306,48289,3,1989,2209 +"17067",3306,48605,3,1989,2796 +"17068",3306,50134,2,1989,2674 +"17069",3306,50236,3,1989,2339 +"17070",3306,52576,3,1989,2234 +"17071",3306,52969,2,1989,2302 +"17072",3306,54284,3,1989,2491 +"17073",3306,54551,3,1989,2348 +"17074",3306,54929,2,1989,2783 +"17075",3306,56082,2,1989,2395 +"17076",3306,56893,3,1989,2597 +"17077",3306,57842,3,1989,2482 +"17078",3306,58508,3,1989,2326 +"17079",3306,59539,1,1989,2429 +"17080",3306,60257,3,1989,2795 +"17081",3306,61982,3,1989,2725 +"17082",3306,67726,3,1989,2873 +"17083",3306,68215,2,1989,2727 +"17084",3306,70046,3,1989,2624 +"17085",3306,70528,3,1989,2727 +"17086",3306,72207,3,1989,2430 +"17087",3306,79804,3,1989,2227 +"17088",3306,82949,3,1989,2077 +"17089",3306,89911,3,1989,2607 +"17090",3306,99215,3,1989,2791 +"17091",3306,117956,3,1989,2774 +"17092",3313,4526,3,572,1728 +"17093",3313,5897,3,572,2337 +"17094",3313,9787,3,572,2858 +"17095",3313,11990,3,572,1909 +"17096",3313,12023,2,572,799 +"17097",3313,12781,3,572,831 +"17098",3313,13295,1,572,779 +"17099",3313,14287,3,572,1583 +"17100",3313,16021,3,572,858 +"17101",3313,16152,3,572,879 +"17102",3313,16501,3,572,1650 +"17103",3313,17133,3,572,924 +"17104",3313,19334,2,572,1979 +"17105",3313,23131,3,572,1732 +"17106",3313,26700,3,572,1663 +"17107",3313,27742,3,572,2700 +"17108",3313,27914,3,572,2507 +"17109",3313,28440,3,572,675 +"17110",3313,28869,3,572,2425 +"17111",3313,28904,2,572,926 +"17112",3313,30525,3,572,1964 +"17113",3313,30891,3,572,1256 +"17114",3313,31753,2,572,1514 +"17115",3313,33870,3,572,955 +"17116",3313,41077,2,572,864 +"17117",3313,50229,3,572,1190 +"17118",3313,54775,3,572,2383 +"17119",3313,58684,3,572,2295 +"17120",3313,61125,3,572,1673 +"17121",3313,61723,3,572,1262 +"17122",3313,79432,1,572,1708 +"17123",3313,81437,3,572,1101 +"17124",3317,1692,2,2037,2443 +"17125",3317,2093,1,2037,2459 +"17126",3317,2190,3,2037,2359 +"17127",3317,6627,3,2037,2063 +"17128",3317,6824,3,2037,2680 +"17129",3317,8062,3,2037,2858 +"17130",3317,9861,3,2037,2680 +"17131",3317,10638,3,2037,2692 +"17132",3317,10964,3,2037,2043 +"17133",3317,11067,2,2037,2734 +"17134",3317,11506,3,2037,2824 +"17135",3317,12374,3,2037,2260 +"17136",3317,12577,3,2037,2530 +"17137",3317,14915,3,2037,2606 +"17138",3317,16205,3,2037,2630 +"17139",3317,18571,2,2037,2128 +"17140",3317,18943,3,2037,2861 +"17141",3317,21463,3,2037,2437 +"17142",3317,23121,2,2037,2108 +"17143",3317,25373,3,2037,2783 +"17144",3317,26451,3,2037,2133 +"17145",3317,27783,3,2037,2302 +"17146",3317,29409,3,2037,2199 +"17147",3317,32449,3,2037,2091 +"17148",3317,32939,3,2037,2277 +"17149",3317,33186,3,2037,2240 +"17150",3317,34136,3,2037,2202 +"17151",3317,35620,3,2037,2092 +"17152",3317,36120,3,2037,2971 +"17153",3317,36136,3,2037,2338 +"17154",3317,39105,3,2037,2487 +"17155",3317,46385,3,2037,2225 +"17156",3317,46951,2,2037,2429 +"17157",3317,49121,3,2037,2199 +"17158",3317,53530,3,2037,2380 +"17159",3317,53668,3,2037,2242 +"17160",3317,57804,3,2037,2214 +"17161",3317,59039,3,2037,2870 +"17162",3317,68592,3,2037,2551 +"17163",3317,69335,3,2037,2698 +"17164",3317,75607,2,2037,2245 +"17165",3317,76132,3,2037,2426 +"17166",3317,83838,3,2037,2263 +"17167",3317,108379,3,2037,2933 +"17168",3317,111034,3,2037,2131 +"17169",3324,1222,2,1198,2598 +"17170",3324,2443,3,1198,2333 +"17171",3324,2802,3,1198,1836 +"17172",3324,5414,3,1198,2321 +"17173",3324,6262,2,1198,2733 +"17174",3324,6755,1,1198,2818 +"17175",3324,11897,3,1198,1271 +"17176",3324,13150,2,1198,1570 +"17177",3324,14918,3,1198,2071 +"17178",3324,15047,3,1198,1697 +"17179",3324,18466,3,1198,2340 +"17180",3324,18610,3,1198,2141 +"17181",3324,19190,3,1198,2677 +"17182",3324,20604,3,1198,1684 +"17183",3324,42259,2,1198,1235 +"17184",3324,42280,2,1198,2266 +"17185",3324,43929,3,1198,2749 +"17186",3324,56168,2,1198,1466 +"17187",3324,57037,3,1198,2293 +"17188",3324,61948,3,1198,1231 +"17189",3324,66017,3,1198,1545 +"17190",3324,76997,3,1198,2223 +"17191",3324,79772,3,1198,1230 +"17192",3324,79793,3,1198,1915 +"17193",3324,83334,3,1198,1708 +"17194",3324,94339,3,1198,2768 +"17195",3342,6162,3,1026,1673 +"17196",3342,24286,3,1026,1280 +"17197",3342,26408,3,1026,1545 +"17198",3342,27261,3,1026,1368 +"17199",3342,33356,3,1026,1586 +"17200",3342,33433,3,1026,2805 +"17201",3342,53342,3,1026,2071 +"17202",3342,54879,3,1026,2210 +"17203",3342,69091,3,1026,1267 +"17204",3351,601,3,192,702 +"17205",3351,1427,3,192,324 +"17206",3351,1428,3,192,742 +"17207",3351,2407,2,192,1725 +"17208",3351,2484,3,192,2389 +"17209",3351,2894,3,192,1291 +"17210",3351,3164,3,192,2693 +"17211",3351,3167,3,192,1676 +"17212",3351,4001,3,192,1687 +"17213",3351,4821,3,192,1938 +"17214",3351,5484,3,192,582 +"17215",3351,5785,2,192,1261 +"17216",3351,6222,3,192,1949 +"17217",3351,7984,3,192,2493 +"17218",3351,7992,3,192,2033 +"17219",3351,8748,3,192,699 +"17220",3351,8866,3,192,1545 +"17221",3351,9202,3,192,2477 +"17222",3351,9311,3,192,2477 +"17223",3351,9362,3,192,2879 +"17224",3351,11620,3,192,2010 +"17225",3351,11662,3,192,1139 +"17226",3351,11694,3,192,1564 +"17227",3351,12388,3,192,1975 +"17228",3351,12778,3,192,2045 +"17229",3351,13573,3,192,2774 +"17230",3351,13979,3,192,1559 +"17231",3351,14482,3,192,1573 +"17232",3351,14655,3,192,2559 +"17233",3351,14959,3,192,2898 +"17234",3351,15444,3,192,2764 +"17235",3351,15546,3,192,2055 +"17236",3351,15556,3,192,270 +"17237",3351,15643,3,192,502 +"17238",3351,15930,3,192,2541 +"17239",3351,16053,3,192,908 +"17240",3351,16111,3,192,1714 +"17241",3351,16539,3,192,1947 +"17242",3351,16801,3,192,2008 +"17243",3351,16866,2,192,2718 +"17244",3351,17027,3,192,2772 +"17245",3351,17097,3,192,1505 +"17246",3351,17520,2,192,2276 +"17247",3351,18865,2,192,2676 +"17248",3351,19173,3,192,1686 +"17249",3351,19208,3,192,2629 +"17250",3351,19605,3,192,2395 +"17251",3351,19718,3,192,1702 +"17252",3351,20067,3,192,2390 +"17253",3351,20176,3,192,1050 +"17254",3351,20311,2,192,1981 +"17255",3351,20732,3,192,2401 +"17256",3351,21706,3,192,1988 +"17257",3351,22403,3,192,1630 +"17258",3351,23726,3,192,2434 +"17259",3351,23787,3,192,2810 +"17260",3351,23869,3,192,1918 +"17261",3351,24615,3,192,229 +"17262",3351,25341,3,192,1858 +"17263",3351,25486,3,192,2582 +"17264",3351,25680,3,192,1618 +"17265",3351,25950,2,192,1618 +"17266",3351,26582,3,192,2772 +"17267",3351,26642,3,192,2952 +"17268",3351,26865,3,192,2726 +"17269",3351,27849,3,192,1316 +"17270",3351,27860,3,192,1588 +"17271",3351,27881,3,192,243 +"17272",3351,28130,3,192,908 +"17273",3351,28131,3,192,1492 +"17274",3351,28434,3,192,1141 +"17275",3351,28525,3,192,1273 +"17276",3351,28904,3,192,926 +"17277",3351,29095,2,192,2531 +"17278",3351,29314,3,192,2736 +"17279",3351,29372,3,192,528 +"17280",3351,30081,3,192,2403 +"17281",3351,30883,2,192,1629 +"17282",3351,31243,3,192,1355 +"17283",3351,31691,3,192,1657 +"17284",3351,32820,3,192,582 +"17285",3351,32988,3,192,2008 +"17286",3351,33010,3,192,2189 +"17287",3351,33801,2,192,2899 +"17288",3351,36270,3,192,2910 +"17289",3351,36574,3,192,2934 +"17290",3351,37501,3,192,514 +"17291",3351,38523,3,192,549 +"17292",3351,38921,2,192,1880 +"17293",3351,39563,3,192,486 +"17294",3351,40646,3,192,1583 +"17295",3351,42264,3,192,1702 +"17296",3351,42725,3,192,630 +"17297",3351,42813,3,192,2142 +"17298",3351,43479,2,192,2178 +"17299",3351,44420,3,192,2184 +"17300",3351,44885,3,192,2670 +"17301",3351,44899,3,192,2386 +"17302",3351,44921,3,192,550 +"17303",3351,45449,3,192,1610 +"17304",3351,48435,3,192,528 +"17305",3351,49660,3,192,2739 +"17306",3351,50252,3,192,2001 +"17307",3351,50382,3,192,2244 +"17308",3351,50480,3,192,2701 +"17309",3351,50487,1,192,744 +"17310",3351,51616,2,192,761 +"17311",3351,52457,3,192,849 +"17312",3351,53412,3,192,566 +"17313",3351,53475,3,192,2853 +"17314",3351,53604,3,192,2489 +"17315",3351,54522,2,192,699 +"17316",3351,56462,2,192,852 +"17317",3351,56910,3,192,2705 +"17318",3351,58035,3,192,1646 +"17319",3351,62538,3,192,1656 +"17320",3351,63395,2,192,2334 +"17321",3351,63770,3,192,1324 +"17322",3351,64031,3,192,1295 +"17323",3351,69215,3,192,1591 +"17324",3351,70455,3,192,1307 +"17325",3351,74204,3,192,2463 +"17326",3351,74730,3,192,535 +"17327",3351,75488,3,192,460 +"17328",3351,76511,3,192,1250 +"17329",3351,78184,3,192,937 +"17330",3351,78256,3,192,804 +"17331",3351,79371,2,192,1624 +"17332",3351,80471,3,192,538 +"17333",3351,85329,3,192,738 +"17334",3351,87519,3,192,595 +"17335",3351,87720,3,192,2086 +"17336",3351,89826,1,192,2033 +"17337",3351,90911,3,192,1263 +"17338",3351,96911,3,192,956 +"17339",3351,97160,3,192,1215 +"17340",3351,100140,3,192,1041 +"17341",3351,101347,3,192,1335 +"17342",3351,110399,3,192,480 +"17343",3351,110781,3,192,908 +"17344",3351,120720,2,192,1614 +"17345",3351,123336,3,192,225 +"17346",3352,42,3,1707,2265 +"17347",3352,145,3,1707,1998 +"17348",3352,913,3,1707,2144 +"17349",3352,1090,3,1707,2370 +"17350",3352,1321,3,1707,2075 +"17351",3352,1777,3,1707,1965 +"17352",3352,2166,3,1707,2557 +"17353",3352,4084,3,1707,2133 +"17354",3352,5462,3,1707,2374 +"17355",3352,5504,3,1707,2389 +"17356",3352,7078,3,1707,2344 +"17357",3352,9362,3,1707,2879 +"17358",3352,9702,3,1707,1928 +"17359",3352,9801,3,1707,2443 +"17360",3352,10148,3,1707,2964 +"17361",3352,14655,3,1707,2559 +"17362",3352,16497,2,1707,2370 +"17363",3352,19528,3,1707,2742 +"17364",3352,20783,3,1707,2414 +"17365",3352,23509,3,1707,2275 +"17366",3352,26608,2,1707,2329 +"17367",3352,26734,3,1707,2299 +"17368",3352,31235,3,1707,2668 +"17369",3352,33572,3,1707,2370 +"17370",3352,35256,3,1707,2271 +"17371",3352,36087,3,1707,2755 +"17372",3352,39444,3,1707,2695 +"17373",3352,39556,3,1707,2747 +"17374",3352,49965,2,1707,2301 +"17375",3352,51410,3,1707,2739 +"17376",3352,53789,3,1707,2681 +"17377",3352,55556,3,1707,2075 +"17378",3352,55828,3,1707,2393 +"17379",3352,57609,3,1707,2717 +"17380",3352,64181,3,1707,1828 +"17381",3352,65007,3,1707,2530 +"17382",3352,71478,3,1707,1721 +"17383",3352,85430,3,1707,2370 +"17384",3360,1685,3,1583,2230 +"17385",3360,1785,2,1583,2350 +"17386",3360,2370,3,1583,1600 +"17387",3360,4784,3,1583,2511 +"17388",3360,5937,3,1583,2392 +"17389",3360,6020,2,1583,1864 +"17390",3360,6621,3,1583,2478 +"17391",3360,11154,3,1583,1594 +"17392",3360,11868,3,1583,1639 +"17393",3360,12007,2,1583,1594 +"17394",3360,14838,3,1583,1746 +"17395",3360,18821,2,1583,2075 +"17396",3360,19002,3,1583,2053 +"17397",3360,19190,3,1583,2677 +"17398",3360,21358,3,1583,1970 +"17399",3360,22744,3,1583,1907 +"17400",3360,26698,2,1583,1963 +"17401",3360,28648,3,1583,1586 +"17402",3360,28970,2,1583,2111 +"17403",3360,33460,3,1583,2781 +"17404",3360,41489,3,1583,2006 +"17405",3360,45297,3,1583,1864 +"17406",3360,46049,3,1583,2102 +"17407",3360,49069,3,1583,1694 +"17408",3360,69961,3,1583,2483 +"17409",3360,85401,3,1583,1931 +"17410",3360,85638,3,1583,2275 +"17411",3360,86559,2,1583,1704 +"17412",3360,87190,1,1583,1704 +"17413",3360,89391,3,1583,2180 +"17414",3362,622,3,354,501 +"17415",3362,19296,3,354,1705 +"17416",3362,88171,3,354,1488 +"17417",3391,12518,3,526,2747 +"17418",3391,19606,3,526,2783 +"17419",3391,26524,3,526,982 +"17420",3391,27030,3,526,2031 +"17421",3391,64686,3,526,670 +"17422",3391,80014,3,526,1562 +"17423",3395,2540,3,1382,1398 +"17424",3395,2864,2,1382,1543 +"17425",3395,3198,2,1382,1797 +"17426",3395,3397,1,1382,2126 +"17427",3395,3409,2,1382,2167 +"17428",3395,3453,1,1382,2126 +"17429",3395,3477,3,1382,2546 +"17430",3395,6063,3,1382,2349 +"17431",3395,8866,2,1382,1545 +"17432",3395,9362,3,1382,2879 +"17433",3395,9805,3,1382,1621 +"17434",3395,12122,3,1382,1385 +"17435",3395,12778,2,1382,2045 +"17436",3395,16542,3,1382,2039 +"17437",3395,16608,3,1382,1769 +"17438",3395,17245,3,1382,1811 +"17439",3395,18211,3,1382,1745 +"17440",3395,18217,3,1382,1566 +"17441",3395,19380,3,1382,2637 +"17442",3395,23098,3,1382,2300 +"17443",3395,23460,3,1382,2183 +"17444",3395,24753,3,1382,2860 +"17445",3395,24793,3,1382,1993 +"17446",3395,27001,2,1382,1761 +"17447",3395,28626,3,1382,2842 +"17448",3395,30697,3,1382,2891 +"17449",3395,32419,2,1382,1909 +"17450",3395,33223,3,1382,2397 +"17451",3395,36609,3,1382,2918 +"17452",3395,40542,3,1382,1664 +"17453",3395,40879,2,1382,2019 +"17454",3395,42023,2,1382,2231 +"17455",3395,43902,1,1382,1726 +"17456",3395,44089,3,1382,1632 +"17457",3395,45618,3,1382,2356 +"17458",3395,45650,2,1382,1528 +"17459",3395,63907,2,1382,2377 +"17460",3395,83286,2,1382,1793 +"17461",3395,83291,2,1382,2066 +"17462",3395,94444,3,1382,1554 +"17463",3397,841,3,2126,2964 +"17464",3397,3409,1,2126,2167 +"17465",3397,4313,3,2126,2368 +"17466",3397,4681,3,2126,2356 +"17467",3397,13324,3,2126,2163 +"17468",3397,19380,3,2126,2637 +"17469",3397,23460,2,2126,2183 +"17470",3397,24753,3,2126,2860 +"17471",3397,42023,3,2126,2231 +"17472",3397,47840,3,2126,2509 +"17473",3397,63907,3,2126,2377 +"17474",3405,3403,1,2438,2951 +"17475",3405,7942,3,2438,2623 +"17476",3405,8062,3,2438,2858 +"17477",3405,11135,3,2438,2441 +"17478",3405,15502,3,2438,2637 +"17479",3405,22723,3,2438,2859 +"17480",3409,841,3,2167,2964 +"17481",3409,4313,3,2167,2368 +"17482",3409,4681,2,2167,2356 +"17483",3409,6192,3,2167,2409 +"17484",3409,13249,3,2167,2573 +"17485",3409,14655,3,2167,2559 +"17486",3409,19208,3,2167,2629 +"17487",3409,19364,3,2167,2846 +"17488",3409,19380,3,2167,2637 +"17489",3409,19605,3,2167,2395 +"17490",3409,22808,3,2167,2297 +"17491",3409,23460,1,2167,2183 +"17492",3409,24753,3,2167,2860 +"17493",3409,29454,3,2167,2719 +"17494",3409,41764,3,2167,2409 +"17495",3409,42129,3,2167,2318 +"17496",3409,47840,3,2167,2509 +"17497",3409,50480,3,2167,2701 +"17498",3414,680,3,2322,2569 +"17499",3414,3978,3,2322,2775 +"17500",3414,4303,3,2322,2414 +"17501",3414,5106,3,2322,2622 +"17502",3414,18810,1,2322,2671 +"17503",3414,31335,3,2322,2351 +"17504",3414,50585,3,2322,2414 +"17505",3414,51687,3,2322,2333 +"17506",3414,75282,3,2322,2675 +"17507",3419,4705,3,1595,1714 +"17508",3419,15734,3,1595,1616 +"17509",3419,23825,3,1595,1913 +"17510",3420,323,1,497,1706 +"17511",3420,1314,3,497,1522 +"17512",3420,1519,3,497,2349 +"17513",3420,4957,2,497,644 +"17514",3420,8789,3,497,2024 +"17515",3420,10222,3,497,2212 +"17516",3420,10870,2,497,1755 +"17517",3420,11651,2,497,526 +"17518",3420,12031,3,497,1957 +"17519",3420,16384,3,497,1320 +"17520",3420,17257,3,497,1117 +"17521",3420,17812,3,497,2705 +"17522",3420,19605,3,497,2395 +"17523",3420,20941,3,497,2725 +"17524",3420,23430,2,497,904 +"17525",3420,27379,2,497,2461 +"17526",3420,27686,3,497,2844 +"17527",3420,29930,3,497,2240 +"17528",3420,31700,3,497,2727 +"17529",3420,35589,3,497,983 +"17530",3420,37026,2,497,1428 +"17531",3420,37937,3,497,1320 +"17532",3420,38691,3,497,2585 +"17533",3420,38915,3,497,746 +"17534",3420,41418,1,497,535 +"17535",3420,41953,3,497,945 +"17536",3420,47889,3,497,992 +"17537",3420,51035,3,497,2397 +"17538",3420,53091,1,497,1134 +"17539",3420,55892,3,497,1234 +"17540",3420,61245,2,497,955 +"17541",3420,61548,2,497,852 +"17542",3420,65177,3,497,1727 +"17543",3420,70433,3,497,2639 +"17544",3420,70854,3,497,635 +"17545",3420,75312,3,497,522 +"17546",3420,86580,3,497,696 +"17547",3420,89880,3,497,1938 +"17548",3420,96708,2,497,594 +"17549",3420,99288,2,497,983 +"17550",3430,52024,2,2498,2500 +"17551",3453,841,3,2126,2964 +"17552",3453,2684,3,2126,2874 +"17553",3453,3409,1,2126,2167 +"17554",3453,4313,3,2126,2368 +"17555",3453,4681,3,2126,2356 +"17556",3453,13324,3,2126,2163 +"17557",3453,19380,2,2126,2637 +"17558",3453,23460,2,2126,2183 +"17559",3453,24753,2,2126,2860 +"17560",3453,34216,3,2126,2832 +"17561",3453,35958,3,2126,2383 +"17562",3453,41664,3,2126,2641 +"17563",3453,42023,3,2126,2231 +"17564",3453,47840,3,2126,2509 +"17565",3453,63907,3,2126,2377 +"17566",3456,160,2,1999,2007 +"17567",3456,341,3,1999,2689 +"17568",3456,841,3,1999,2964 +"17569",3456,3477,3,1999,2546 +"17570",3456,3978,3,1999,2775 +"17571",3456,6063,3,1999,2349 +"17572",3456,7997,3,1999,2049 +"17573",3456,12081,3,1999,2166 +"17574",3456,17351,3,1999,2036 +"17575",3456,21670,3,1999,2158 +"17576",3456,27908,3,1999,2576 +"17577",3456,32202,3,1999,2314 +"17578",3456,33223,3,1999,2397 +"17579",3456,38259,3,1999,2258 +"17580",3456,41023,3,1999,2408 +"17581",3456,41945,3,1999,2856 +"17582",3456,43961,3,1999,2443 +"17583",3456,44564,2,1999,2034 +"17584",3456,45138,2,1999,2516 +"17585",3456,46532,3,1999,2005 +"17586",3456,55817,2,1999,2285 +"17587",3456,58559,3,1999,2242 +"17588",3456,64967,2,1999,2872 +"17589",3456,65322,3,1999,2008 +"17590",3460,3896,2,2530,2693 +"17591",3460,4751,3,2530,2696 +"17592",3460,16866,3,2530,2718 +"17593",3460,18865,3,2530,2676 +"17594",3460,36646,2,2530,2744 +"17595",3460,42196,3,2530,2765 +"17596",3460,47877,3,2530,2970 +"17597",3460,51055,2,2530,2558 +"17598",3460,64436,3,2530,2687 +"17599",3460,64469,3,2530,2707 +"17600",3477,841,3,2546,2964 +"17601",3477,1222,3,2546,2598 +"17602",3477,1822,2,2546,2888 +"17603",3477,3620,3,2546,2955 +"17604",3477,4361,3,2546,2571 +"17605",3477,4612,3,2546,2804 +"17606",3477,6248,3,2546,2737 +"17607",3477,6262,3,2546,2733 +"17608",3477,6989,3,2546,2623 +"17609",3477,8762,3,2546,2585 +"17610",3477,9175,3,2546,2639 +"17611",3477,9272,3,2546,2835 +"17612",3477,9787,3,2546,2858 +"17613",3477,11246,3,2546,2741 +"17614",3477,13899,2,2546,2650 +"17615",3477,14353,3,2546,2878 +"17616",3477,16205,3,2546,2630 +"17617",3477,17027,3,2546,2772 +"17618",3477,17037,3,2546,2947 +"17619",3477,18361,3,2546,2968 +"17620",3477,18943,3,2546,2861 +"17621",3477,19934,2,2546,2888 +"17622",3477,21275,3,2546,2609 +"17623",3477,22331,3,2546,2687 +"17624",3477,23206,3,2546,2805 +"17625",3477,28893,2,2546,2764 +"17626",3477,30052,3,2546,2855 +"17627",3477,30668,3,2546,2882 +"17628",3477,32395,2,2546,2735 +"17629",3477,34491,3,2546,2694 +"17630",3477,36953,3,2546,2790 +"17631",3477,38307,3,2546,2648 +"17632",3477,40572,3,2546,2666 +"17633",3477,41945,3,2546,2856 +"17634",3477,42216,3,2546,2722 +"17635",3477,43455,3,2546,2846 +"17636",3477,47844,3,2546,2906 +"17637",3477,52041,3,2546,2694 +"17638",3477,57765,3,2546,2893 +"17639",3477,58218,3,2546,2627 +"17640",3477,58536,3,2546,2742 +"17641",3477,59289,3,2546,2896 +"17642",3477,60661,3,2546,2700 +"17643",3477,63077,3,2546,2778 +"17644",3477,66205,3,2546,2898 +"17645",3477,69335,3,2546,2698 +"17646",3477,75282,3,2546,2675 +"17647",3477,88212,3,2546,2547 +"17648",3484,386,2,1515,1553 +"17649",3484,1787,3,1515,1707 +"17650",3484,6234,3,1515,2654 +"17651",3484,6235,3,1515,1585 +"17652",3484,6800,3,1515,2053 +"17653",3484,11868,3,1515,1639 +"17654",3484,15239,2,1515,1958 +"17655",3484,20011,3,1515,2826 +"17656",3484,29775,3,1515,2064 +"17657",3484,41521,3,1515,2069 +"17658",3484,42136,3,1515,2551 +"17659",3484,86697,3,1515,1985 +"17660",3488,1616,3,2351,2662 +"17661",3488,2484,3,2351,2389 +"17662",3488,3695,3,2351,2612 +"17663",3488,5462,3,2351,2374 +"17664",3488,5504,3,2351,2389 +"17665",3488,5725,3,2351,2789 +"17666",3488,7323,3,2351,2858 +"17667",3488,7394,3,2351,2615 +"17668",3488,18151,3,2351,2962 +"17669",3488,28285,3,2351,2972 +"17670",3488,29481,3,2351,2452 +"17671",3488,32761,3,2351,2680 +"17672",3488,36559,2,2351,2473 +"17673",3488,37570,3,2351,2389 +"17674",3488,44235,2,2351,2700 +"17675",3488,47947,2,2351,2681 +"17676",3488,51626,3,2351,2494 +"17677",3488,61458,2,2351,2630 +"17678",3488,71702,3,2351,2353 +"17679",3488,85430,3,2351,2370 +"17680",3492,854,3,2117,2307 +"17681",3492,3495,1,2117,2431 +"17682",3492,6192,3,2117,2409 +"17683",3492,15444,2,2117,2764 +"17684",3492,20162,3,2117,2328 +"17685",3492,20331,3,2117,2365 +"17686",3492,21248,2,2117,2232 +"17687",3492,30236,3,2117,2238 +"17688",3492,37301,3,2117,2160 +"17689",3492,38732,3,2117,2263 +"17690",3492,50480,3,2117,2701 +"17691",3492,77155,3,2117,2946 +"17692",3493,270,3,2451,2542 +"17693",3493,2936,3,2451,2512 +"17694",3493,3770,3,2451,2623 +"17695",3493,3978,3,2451,2775 +"17696",3493,4612,3,2451,2804 +"17697",3493,5683,3,2451,2468 +"17698",3493,6989,3,2451,2623 +"17699",3493,7234,3,2451,2654 +"17700",3493,8568,3,2451,2706 +"17701",3493,9311,3,2451,2477 +"17702",3493,9503,3,2451,2453 +"17703",3493,9785,2,2451,2951 +"17704",3493,9787,3,2451,2858 +"17705",3493,11648,3,2451,2852 +"17706",3493,12361,2,2451,2732 +"17707",3493,14915,3,2451,2606 +"17708",3493,15826,3,2451,2772 +"17709",3493,17033,3,2451,2771 +"17710",3493,18421,3,2451,2457 +"17711",3493,19655,2,2451,2706 +"17712",3493,20941,3,2451,2725 +"17713",3493,20984,3,2451,2502 +"17714",3493,23471,3,2451,2488 +"17715",3493,26182,3,2451,2775 +"17716",3493,27686,3,2451,2844 +"17717",3493,29473,3,2451,2602 +"17718",3493,31436,3,2451,2892 +"17719",3493,33433,3,2451,2805 +"17720",3493,34216,3,2451,2832 +"17721",3493,36278,3,2451,2952 +"17722",3493,36829,3,2451,2722 +"17723",3493,36912,3,2451,2469 +"17724",3493,43673,3,2451,2787 +"17725",3493,45729,3,2451,2606 +"17726",3493,46982,2,2451,2806 +"17727",3493,50630,3,2451,2615 +"17728",3493,51144,1,2451,2466 +"17729",3493,57180,3,2451,2703 +"17730",3493,64947,2,2451,2489 +"17731",3493,70583,2,2451,2615 +"17732",3493,71531,3,2451,2887 +"17733",3493,74636,3,2451,2525 +"17734",3493,88232,3,2451,2881 +"17735",3495,997,3,2431,2788 +"17736",3495,3477,3,2431,2546 +"17737",3495,7984,3,2431,2493 +"17738",3495,13899,3,2431,2650 +"17739",3495,15444,2,2431,2764 +"17740",3495,29454,3,2431,2719 +"17741",3495,30747,3,2431,2455 +"17742",3495,36087,3,2431,2755 +"17743",3495,50480,3,2431,2701 +"17744",3495,50667,3,2431,2719 +"17745",3495,65572,3,2431,2750 +"17746",3495,66530,3,2431,2811 +"17747",3495,77155,2,2431,2946 +"17748",3506,55,1,2364,2524 +"17749",3506,4403,1,2364,2416 +"17750",3506,6621,1,2364,2478 +"17751",3506,16866,3,2364,2718 +"17752",3506,17925,2,2364,2385 +"17753",3506,20695,3,2364,2526 +"17754",3506,26740,3,2364,2695 +"17755",3506,31705,3,2364,2706 +"17756",3506,32724,3,2364,2581 +"17757",3506,37801,3,2364,2578 +"17758",3506,44312,3,2364,2741 +"17759",3506,48931,2,2364,2444 +"17760",3506,57205,2,2364,2948 +"17761",3506,68215,3,2364,2727 +"17762",3520,3786,2,2281,2282 +"17763",3520,5606,1,2281,2875 +"17764",3520,6248,3,2281,2737 +"17765",3520,6390,3,2281,2385 +"17766",3520,33363,2,2281,2475 +"17767",3520,36487,3,2281,2622 +"17768",3520,37868,2,2281,2876 +"17769",3520,41051,3,2281,2767 +"17770",3520,42256,3,2281,2839 +"17771",3520,43524,3,2281,2572 +"17772",3520,45299,2,2281,2426 +"17773",3520,47330,3,2281,2422 +"17774",3520,47625,3,2281,2562 +"17775",3520,49147,3,2281,2539 +"17776",3520,49334,2,2281,2433 +"17777",3520,55436,3,2281,2513 +"17778",3520,56673,3,2281,2419 +"17779",3520,59470,3,2281,2393 +"17780",3520,61513,3,2281,2948 +"17781",3520,62219,3,2281,2494 +"17782",3520,65223,3,2281,2724 +"17783",3520,80050,3,2281,2698 +"17784",3520,100586,3,2281,2966 +"17785",3520,121784,3,2281,2446 +"17786",3542,7499,3,450,1803 +"17787",3542,7787,3,450,2314 +"17788",3542,10250,2,450,1606 +"17789",3542,17480,3,450,2316 +"17790",3542,18645,3,450,793 +"17791",3542,18821,3,450,2075 +"17792",3542,20709,3,450,1757 +"17793",3542,52950,3,450,2716 +"17794",3542,56316,2,450,1435 +"17795",3542,78477,3,450,1613 +"17796",3542,79337,2,450,875 +"17797",3557,1023,3,1259,2515 +"17798",3557,1063,3,1259,2515 +"17799",3557,6820,3,1259,1318 +"17800",3557,7254,3,1259,1849 +"17801",3557,13150,3,1259,1570 +"17802",3557,15146,3,1259,1546 +"17803",3557,16643,3,1259,1824 +"17804",3557,19137,2,1259,1437 +"17805",3557,20088,3,1259,1677 +"17806",3557,22905,3,1259,2599 +"17807",3557,23639,3,1259,2065 +"17808",3557,23731,3,1259,1656 +"17809",3557,24116,2,1259,1413 +"17810",3557,25886,3,1259,1580 +"17811",3557,26513,3,1259,2205 +"17812",3557,31170,3,1259,1776 +"17813",3557,39211,3,1259,1908 +"17814",3557,43524,3,1259,2572 +"17815",3557,49621,3,1259,1915 +"17816",3557,49958,2,1259,1860 +"17817",3557,56212,3,1259,1410 +"17818",3557,62713,3,1259,2593 +"17819",3557,77183,2,1259,1317 +"17820",3557,78262,1,1259,1326 +"17821",3557,82917,3,1259,2371 +"17822",3559,1369,2,2413,2487 +"17823",3559,35844,3,2413,2961 +"17824",3559,110871,2,2413,2879 +"17825",3564,25741,3,2717,2853 +"17826",3564,35715,1,2717,2912 +"17827",3564,47968,3,2717,2829 +"17828",3578,1034,3,624,1438 +"17829",3578,1641,3,624,1490 +"17830",3578,2063,3,624,1278 +"17831",3578,3324,3,624,1198 +"17832",3578,6192,3,624,2409 +"17833",3578,7616,3,624,2296 +"17834",3578,8238,3,624,2222 +"17835",3578,8274,3,624,1909 +"17836",3578,9423,3,624,1708 +"17837",3578,12473,3,624,801 +"17838",3578,13150,3,624,1570 +"17839",3578,14096,3,624,1861 +"17840",3578,14918,2,624,2071 +"17841",3578,17351,3,624,2036 +"17842",3578,19208,3,624,2629 +"17843",3578,19605,3,624,2395 +"17844",3578,20419,1,624,1587 +"17845",3578,21079,3,624,1997 +"17846",3578,25490,2,624,639 +"17847",3578,27642,3,624,1531 +"17848",3578,31890,3,624,1487 +"17849",3578,34120,3,624,2786 +"17850",3578,41764,3,624,2409 +"17851",3578,42280,3,624,2266 +"17852",3578,46042,3,624,1692 +"17853",3578,46680,3,624,1690 +"17854",3578,47564,3,624,2650 +"17855",3578,49470,3,624,1528 +"17856",3578,50254,3,624,1151 +"17857",3578,50480,2,624,2701 +"17858",3578,51610,3,624,2635 +"17859",3578,79364,3,624,834 +"17860",3578,91142,3,624,2527 +"17861",3578,101446,3,624,920 +"17862",3583,14,3,818,1793 +"17863",3583,360,1,818,1671 +"17864",3583,1782,3,818,2796 +"17865",3583,12199,3,818,1651 +"17866",3583,12432,3,818,1816 +"17867",3583,15005,3,818,1415 +"17868",3583,16587,2,818,2065 +"17869",3583,16863,3,818,2069 +"17870",3583,18394,3,818,2356 +"17871",3583,18554,3,818,2065 +"17872",3583,18615,3,818,1025 +"17873",3583,22050,2,818,966 +"17874",3583,22260,2,818,2137 +"17875",3583,24066,2,818,1755 +"17876",3583,26366,3,818,1688 +"17877",3583,26766,3,818,1161 +"17878",3583,27260,2,818,878 +"17879",3583,28190,3,818,1634 +"17880",3583,32064,3,818,1739 +"17881",3583,37758,2,818,1998 +"17882",3583,37873,3,818,1288 +"17883",3583,39880,3,818,1620 +"17884",3583,41174,3,818,850 +"17885",3583,42486,3,818,1951 +"17886",3583,43135,1,818,1171 +"17887",3583,44068,2,818,1056 +"17888",3583,46883,3,818,1671 +"17889",3583,51810,3,818,1401 +"17890",3583,53134,3,818,1590 +"17891",3583,75028,3,818,1660 +"17892",3583,75948,3,818,1006 +"17893",3583,76284,3,818,1237 +"17894",3583,77424,3,818,1489 +"17895",3583,81221,3,818,2285 +"17896",3583,85736,3,818,1601 +"17897",3583,93933,2,818,1336 +"17898",3628,2684,3,2707,2874 +"17899",3628,5725,3,2707,2789 +"17900",3628,11351,1,2707,2971 +"17901",3628,14959,2,2707,2898 +"17902",3628,21955,2,2707,2832 +"17903",3628,22326,3,2707,2818 +"17904",3628,28285,3,2707,2972 +"17905",3628,29314,3,2707,2736 +"17906",3628,44427,3,2707,2875 +"17907",3647,4889,3,1325,1501 +"17908",3647,13699,3,1325,1355 +"17909",3647,14972,3,1325,2332 +"17910",3647,31623,1,1325,1712 +"17911",3647,35518,3,1325,1721 +"17912",3647,43518,3,1325,2680 +"17913",3647,57977,3,1325,2683 +"17914",3663,5897,3,1232,2337 +"17915",3663,11990,3,1232,1909 +"17916",3663,27742,3,1232,2700 +"17917",3663,27914,3,1232,2507 +"17918",3663,31753,3,1232,1514 +"17919",3663,40264,3,1232,1418 +"17920",3663,54775,3,1232,2383 +"17921",3663,66693,3,1232,2554 +"17922",3663,115618,3,1232,2314 +"17923",3669,18808,3,2524,2854 +"17924",3669,23302,3,2524,2677 +"17925",3669,24610,3,2524,2733 +"17926",3669,38309,3,2524,2644 +"17927",3669,55405,3,2524,2788 +"17928",3670,1315,3,885,2760 +"17929",3670,3460,3,885,2530 +"17930",3670,14422,3,885,1548 +"17931",3670,15453,2,885,1688 +"17932",3670,19204,3,885,1753 +"17933",3670,29454,3,885,2719 +"17934",3670,36651,3,885,1600 +"17935",3670,41764,3,885,2409 +"17936",3670,42642,3,885,2257 +"17937",3670,79612,3,885,927 +"17938",3670,85444,1,885,944 +"17939",3678,1570,3,1325,2028 +"17940",3678,1787,3,1325,1707 +"17941",3678,2370,3,1325,1600 +"17942",3678,3484,3,1325,1515 +"17943",3678,5937,3,1325,2392 +"17944",3678,6234,3,1325,2654 +"17945",3678,6235,2,1325,1585 +"17946",3678,6800,3,1325,2053 +"17947",3678,7648,3,1325,1861 +"17948",3678,9273,3,1325,1747 +"17949",3678,10435,3,1325,1984 +"17950",3678,10755,2,1325,1742 +"17951",3678,10756,3,1325,2207 +"17952",3678,14061,3,1325,1620 +"17953",3678,14861,3,1325,2269 +"17954",3678,15239,2,1325,1958 +"17955",3678,15558,3,1325,2389 +"17956",3678,16477,2,1325,2069 +"17957",3678,17768,2,1325,2468 +"17958",3678,19972,3,1325,2078 +"17959",3678,20011,3,1325,2826 +"17960",3678,23728,3,1325,2601 +"17961",3678,23771,3,1325,1614 +"17962",3678,25053,3,1325,2186 +"17963",3678,30194,2,1325,2874 +"17964",3678,33460,3,1325,2781 +"17965",3678,34576,3,1325,1727 +"17966",3678,36996,3,1325,2321 +"17967",3678,41521,3,1325,2069 +"17968",3678,44730,3,1325,2468 +"17969",3678,49415,3,1325,2654 +"17970",3678,49805,3,1325,2445 +"17971",3678,52953,2,1325,1741 +"17972",3678,55997,3,1325,1414 +"17973",3678,59289,3,1325,2896 +"17974",3678,76997,2,1325,2223 +"17975",3678,79913,3,1325,1514 +"17976",3678,84322,3,1325,1635 +"17977",3678,85062,1,1325,1379 +"17978",3678,90429,3,1325,1684 +"17979",3678,93459,3,1325,1354 +"17980",3678,96700,3,1325,1602 +"17981",3678,104281,3,1325,2228 +"17982",3678,106330,3,1325,2559 +"17983",3694,18666,3,870,1230 +"17984",3694,35136,3,870,2296 +"17985",3694,63578,3,870,2107 +"17986",3694,83862,3,870,2026 +"17987",3695,1262,3,2612,2973 +"17988",3695,7394,2,2612,2615 +"17989",3695,12035,3,2612,2721 +"17990",3695,17826,3,2612,2920 +"17991",3695,18151,2,2612,2962 +"17992",3695,18366,3,2612,2699 +"17993",3695,19528,3,2612,2742 +"17994",3695,19872,3,2612,2913 +"17995",3695,20423,3,2612,2654 +"17996",3695,21795,2,2612,2653 +"17997",3695,26865,3,2612,2726 +"17998",3695,34327,2,2612,2959 +"17999",3695,47947,3,2612,2681 +"18000",3695,49461,3,2612,2793 +"18001",3695,49998,3,2612,2761 +"18002",3711,55256,3,2360,2379 +"18003",3714,12035,3,2605,2721 +"18004",3714,55691,3,2605,2856 +"18005",3714,68215,3,2605,2727 +"18006",3716,998,3,1679,1795 +"18007",3716,2424,3,1679,2582 +"18008",3716,5041,3,1679,2371 +"18009",3716,6047,3,1679,2004 +"18010",3716,7508,3,1679,2396 +"18011",3716,9364,3,1679,1698 +"18012",3716,10148,3,1679,2964 +"18013",3716,10513,3,1679,2284 +"18014",3716,16332,3,1679,2668 +"18015",3716,19235,3,1679,1966 +"18016",3716,19719,3,1679,2177 +"18017",3716,20070,3,1679,1914 +"18018",3716,20124,3,1679,2376 +"18019",3716,20355,3,1679,2111 +"18020",3716,21138,2,1679,2849 +"18021",3716,21693,3,1679,2176 +"18022",3716,22141,3,1679,2348 +"18023",3716,22326,3,1679,2818 +"18024",3716,22362,3,1679,1836 +"18025",3716,23869,3,1679,1918 +"18026",3716,25298,3,1679,2443 +"18027",3716,26749,3,1679,2965 +"18028",3716,30981,1,1679,2366 +"18029",3716,32939,3,1679,2277 +"18030",3716,33433,3,1679,2805 +"18031",3716,35514,3,1679,2346 +"18032",3716,38019,3,1679,1870 +"18033",3716,43112,1,1679,2564 +"18034",3716,46803,3,1679,2305 +"18035",3716,47248,3,1679,2883 +"18036",3716,50269,3,1679,1966 +"18037",3716,51017,2,1679,2073 +"18038",3716,51035,3,1679,2397 +"18039",3716,52576,3,1679,2234 +"18040",3716,56317,3,1679,2030 +"18041",3716,57804,3,1679,2214 +"18042",3716,57842,3,1679,2482 +"18043",3716,58508,3,1679,2326 +"18044",3716,82949,3,1679,2077 +"18045",3716,84022,3,1679,2289 +"18046",3740,2743,3,119,1278 +"18047",3740,11063,1,119,1967 +"18048",3740,11471,1,119,839 +"18049",3740,20783,3,119,2414 +"18050",3748,380,3,2052,2261 +"18051",3748,913,3,2052,2144 +"18052",3748,1102,3,2052,2282 +"18053",3748,10513,2,2052,2284 +"18054",3748,20124,2,2052,2376 +"18055",3748,22141,2,2052,2348 +"18056",3748,31235,3,2052,2668 +"18057",3748,34836,3,2052,2302 +"18058",3748,38780,3,2052,2705 +"18059",3748,43173,3,2052,2895 +"18060",3748,51017,3,2052,2073 +"18061",3748,53323,3,2052,2677 +"18062",3748,80825,3,2052,2315 +"18063",3748,84022,3,2052,2289 +"18064",3751,489,2,1358,2652 +"18065",3751,1196,3,1358,1986 +"18066",3751,2224,3,1358,2751 +"18067",3751,2289,3,1358,2389 +"18068",3751,3306,3,1358,1989 +"18069",3751,8821,2,1358,2230 +"18070",3751,10716,3,1358,1692 +"18071",3751,20124,3,1358,2376 +"18072",3751,20162,3,1358,2328 +"18073",3751,21754,3,1358,1881 +"18074",3751,35187,2,1358,2488 +"18075",3751,50667,3,1358,2719 +"18076",3751,53846,2,1358,2737 +"18077",3751,108107,3,1358,1704 +"18078",3753,206,2,1255,1986 +"18079",3753,279,3,1255,1989 +"18080",3753,307,2,1255,2530 +"18081",3753,312,3,1255,2038 +"18082",3753,600,3,1255,1702 +"18083",3753,913,3,1255,2144 +"18084",3753,1036,1,1255,1367 +"18085",3753,1092,1,1255,1945 +"18086",3753,1691,3,1255,1941 +"18087",3753,1777,3,1255,1965 +"18088",3753,2684,3,1255,2874 +"18089",3753,2864,2,1255,1543 +"18090",3753,3886,3,1255,1669 +"18091",3753,3961,3,1255,2426 +"18092",3753,3966,3,1255,2425 +"18093",3753,4360,3,1255,1770 +"18094",3753,4690,3,1255,1938 +"18095",3753,4763,3,1255,1960 +"18096",3753,5078,3,1255,2033 +"18097",3753,5239,2,1255,2875 +"18098",3753,5429,2,1255,1991 +"18099",3753,5449,3,1255,1723 +"18100",3753,5457,3,1255,2077 +"18101",3753,5462,3,1255,2374 +"18102",3753,5504,3,1255,2389 +"18103",3753,6914,3,1255,2668 +"18104",3753,7013,2,1255,2040 +"18105",3753,7196,3,1255,1508 +"18106",3753,7555,3,1255,1943 +"18107",3753,7992,3,1255,2033 +"18108",3753,9893,2,1255,2701 +"18109",3753,10358,3,1255,2294 +"18110",3753,10874,3,1255,1891 +"18111",3753,11055,2,1255,2111 +"18112",3753,11620,3,1255,2010 +"18113",3753,12602,3,1255,1956 +"18114",3753,12713,3,1255,2440 +"18115",3753,13967,3,1255,1354 +"18116",3753,14652,3,1255,2516 +"18117",3753,15184,3,1255,2396 +"18118",3753,15401,3,1255,1999 +"18119",3753,15433,3,1255,2038 +"18120",3753,15716,2,1255,1991 +"18121",3753,16587,3,1255,2065 +"18122",3753,16625,3,1255,1285 +"18123",3753,17061,3,1255,2385 +"18124",3753,17698,3,1255,1559 +"18125",3753,18244,3,1255,1622 +"18126",3753,18554,3,1255,2065 +"18127",3753,19027,2,1255,2721 +"18128",3753,19248,3,1255,2357 +"18129",3753,19606,3,1255,2783 +"18130",3753,19744,3,1255,2623 +"18131",3753,20067,2,1255,2390 +"18132",3753,20311,3,1255,1981 +"18133",3753,20659,3,1255,1969 +"18134",3753,20700,3,1255,2861 +"18135",3753,21225,2,1255,1945 +"18136",3753,21406,2,1255,2714 +"18137",3753,21706,1,1255,1988 +"18138",3753,22566,3,1255,2308 +"18139",3753,22586,2,1255,1341 +"18140",3753,23132,3,1255,2756 +"18141",3753,23869,3,1255,1918 +"18142",3753,24568,3,1255,1937 +"18143",3753,25198,3,1255,1982 +"18144",3753,25325,3,1255,2963 +"18145",3753,25486,3,1255,2582 +"18146",3753,26408,3,1255,1545 +"18147",3753,26793,3,1255,2104 +"18148",3753,27030,3,1255,2031 +"18149",3753,27195,3,1255,2158 +"18150",3753,27275,3,1255,2656 +"18151",3753,27501,3,1255,1981 +"18152",3753,27849,3,1255,1316 +"18153",3753,27860,3,1255,1588 +"18154",3753,29512,3,1255,1594 +"18155",3753,29917,3,1255,1962 +"18156",3753,29930,3,1255,2240 +"18157",3753,30883,3,1255,1629 +"18158",3753,31799,3,1255,2547 +"18159",3753,32988,3,1255,2008 +"18160",3753,33622,3,1255,2230 +"18161",3753,33801,2,1255,2899 +"18162",3753,34907,2,1255,1945 +"18163",3753,35045,3,1255,1646 +"18164",3753,35481,2,1255,2211 +"18165",3753,35529,3,1255,1620 +"18166",3753,36609,3,1255,2918 +"18167",3753,39534,3,1255,2410 +"18168",3753,40129,3,1255,2162 +"18169",3753,40645,3,1255,1899 +"18170",3753,41739,3,1255,1339 +"18171",3753,42505,3,1255,2008 +"18172",3753,42574,1,1255,2842 +"18173",3753,43902,3,1255,1726 +"18174",3753,44763,3,1255,1324 +"18175",3753,44773,3,1255,1355 +"18176",3753,44819,3,1255,2063 +"18177",3753,45608,3,1255,2420 +"18178",3753,45618,3,1255,2356 +"18179",3753,45650,3,1255,1528 +"18180",3753,46831,2,1255,1915 +"18181",3753,47055,2,1255,1525 +"18182",3753,49334,3,1255,2433 +"18183",3753,50248,3,1255,2781 +"18184",3753,51017,3,1255,2073 +"18185",3753,51035,3,1255,2397 +"18186",3753,53475,2,1255,2853 +"18187",3753,53519,2,1255,2781 +"18188",3753,54250,3,1255,2340 +"18189",3753,54676,2,1255,1342 +"18190",3753,54695,1,1255,2429 +"18191",3753,55468,3,1255,2511 +"18192",3753,57977,3,1255,2683 +"18193",3753,58427,1,1255,2234 +"18194",3753,62488,3,1255,1418 +"18195",3753,65029,3,1255,2954 +"18196",3753,65322,3,1255,2008 +"18197",3753,66756,3,1255,1301 +"18198",3753,67150,2,1255,2633 +"18199",3753,69091,3,1255,1267 +"18200",3753,71808,3,1255,2349 +"18201",3753,77424,3,1255,1489 +"18202",3753,78436,3,1255,1615 +"18203",3753,79657,3,1255,1260 +"18204",3753,82893,3,1255,1275 +"18205",3753,88966,3,1255,1568 +"18206",3753,102186,3,1255,2937 +"18207",3753,105685,3,1255,2469 +"18208",3765,33433,3,2775,2805 +"18209",3765,64699,3,2775,2797 +"18210",3770,10766,2,2623,2647 +"18211",3770,37059,3,2623,2840 +"18212",3770,59039,3,2623,2870 +"18213",3770,61240,3,2623,2651 +"18214",3770,92297,3,2623,2952 +"18215",3776,6248,3,2322,2737 +"18216",3776,43929,3,2322,2749 +"18217",3776,48605,3,2322,2796 +"18218",3776,49147,3,2322,2539 +"18219",3776,116792,3,2322,2397 +"18220",3777,1702,3,1798,1984 +"18221",3777,3966,3,1798,2425 +"18222",3777,6044,3,1798,2744 +"18223",3777,10513,3,1798,2284 +"18224",3777,12518,3,1798,2747 +"18225",3777,17943,3,1798,1943 +"18226",3777,20070,2,1798,1914 +"18227",3777,21138,3,1798,2849 +"18228",3777,22639,3,1798,2352 +"18229",3777,26080,3,1798,2525 +"18230",3777,28826,2,1798,2627 +"18231",3777,30334,3,1798,2075 +"18232",3777,30525,3,1798,1964 +"18233",3777,34509,3,1798,1973 +"18234",3777,37636,3,1798,2178 +"18235",3777,40392,3,1798,1878 +"18236",3777,41972,3,1798,2509 +"18237",3777,45886,2,1798,2449 +"18238",3777,47248,2,1798,2883 +"18239",3777,47715,3,1798,2111 +"18240",3777,51017,2,1798,2073 +"18241",3777,51035,3,1798,2397 +"18242",3777,51783,3,1798,2599 +"18243",3777,64181,3,1798,1828 +"18244",3786,3100,2,2282,2524 +"18245",3786,5606,3,2282,2875 +"18246",3786,6071,3,2282,2310 +"18247",3786,7942,3,2282,2623 +"18248",3786,11135,2,2282,2441 +"18249",3786,15502,3,2282,2637 +"18250",3786,23364,3,2282,2306 +"18251",3786,28567,3,2282,2398 +"18252",3786,33363,2,2282,2475 +"18253",3786,41051,2,2282,2767 +"18254",3786,42628,3,2282,2486 +"18255",3786,45299,3,2282,2426 +"18256",3786,47130,3,2282,2654 +"18257",3786,47330,3,2282,2422 +"18258",3786,49334,3,2282,2433 +"18259",3786,50635,3,2282,2962 +"18260",3786,51774,3,2282,2459 +"18261",3786,56673,3,2282,2419 +"18262",3786,61513,3,2282,2948 +"18263",3786,65223,3,2282,2724 +"18264",3786,69590,3,2282,2441 +"18265",3786,80050,3,2282,2698 +"18266",3786,116792,3,2282,2397 +"18267",3801,134,3,1974,2062 +"18268",3801,145,3,1974,1998 +"18269",3801,270,3,1974,2542 +"18270",3801,312,3,1974,2038 +"18271",3801,380,1,1974,2261 +"18272",3801,913,3,1974,2144 +"18273",3801,1102,1,1974,2282 +"18274",3801,1592,3,1974,2006 +"18275",3801,2484,3,1974,2389 +"18276",3801,2572,1,1974,2273 +"18277",3801,2704,3,1974,2609 +"18278",3801,2954,3,1974,2727 +"18279",3801,3163,2,1974,2020 +"18280",3801,3748,3,1974,2052 +"18281",3801,4687,3,1974,2152 +"18282",3801,5235,2,1974,2324 +"18283",3801,5429,3,1974,1991 +"18284",3801,5580,3,1974,2111 +"18285",3801,6047,3,1974,2004 +"18286",3801,6052,2,1974,1985 +"18287",3801,6055,3,1974,2651 +"18288",3801,6074,2,1974,2426 +"18289",3801,6491,3,1974,2424 +"18290",3801,6588,3,1974,2025 +"18291",3801,7241,3,1974,2259 +"18292",3801,7703,3,1974,2122 +"18293",3801,8762,3,1974,2585 +"18294",3801,9362,3,1974,2879 +"18295",3801,9654,3,1974,2111 +"18296",3801,9723,3,1974,2302 +"18297",3801,10513,1,1974,2284 +"18298",3801,10857,3,1974,2253 +"18299",3801,11218,3,1974,2292 +"18300",3801,11440,2,1974,2026 +"18301",3801,12528,3,1974,2589 +"18302",3801,12728,2,1974,2374 +"18303",3801,12982,3,1974,2143 +"18304",3801,13307,3,1974,2206 +"18305",3801,14652,3,1974,2516 +"18306",3801,14655,2,1974,2559 +"18307",3801,14834,2,1974,2739 +"18308",3801,15381,3,1974,2289 +"18309",3801,16535,3,1974,1993 +"18310",3801,17999,3,1974,2758 +"18311",3801,18394,3,1974,2356 +"18312",3801,19248,2,1974,2357 +"18313",3801,19719,3,1974,2177 +"18314",3801,19862,3,1974,2412 +"18315",3801,20124,3,1974,2376 +"18316",3801,21138,3,1974,2849 +"18317",3801,21682,2,1974,2414 +"18318",3801,21929,2,1974,2062 +"18319",3801,23509,3,1974,2275 +"18320",3801,23526,3,1974,1998 +"18321",3801,24060,3,1974,2349 +"18322",3801,24721,3,1974,2326 +"18323",3801,25198,3,1974,1982 +"18324",3801,26067,3,1974,2069 +"18325",3801,26749,3,1974,2965 +"18326",3801,27694,3,1974,2030 +"18327",3801,28626,3,1974,2842 +"18328",3801,30827,3,1974,2323 +"18329",3801,31235,3,1974,2668 +"18330",3801,33430,2,1974,2225 +"18331",3801,33475,3,1974,2367 +"18332",3801,33981,3,1974,1993 +"18333",3801,35815,3,1974,2789 +"18334",3801,38780,3,1974,2705 +"18335",3801,40493,3,1974,1981 +"18336",3801,42129,3,1974,2318 +"18337",3801,42216,2,1974,2722 +"18338",3801,45302,2,1974,2390 +"18339",3801,46950,3,1974,2673 +"18340",3801,47248,3,1974,2883 +"18341",3801,47772,3,1974,2293 +"18342",3801,48035,3,1974,2180 +"18343",3801,48605,2,1974,2796 +"18344",3801,49110,3,1974,2938 +"18345",3801,50134,3,1974,2674 +"18346",3801,51017,2,1974,2073 +"18347",3801,51035,2,1974,2397 +"18348",3801,51866,3,1974,2411 +"18349",3801,52576,3,1974,2234 +"18350",3801,54551,3,1974,2348 +"18351",3801,58508,3,1974,2326 +"18352",3801,61982,3,1974,2725 +"18353",3801,62841,3,1974,2710 +"18354",3801,66983,3,1974,2397 +"18355",3801,66992,2,1974,2882 +"18356",3801,80825,2,1974,2315 +"18357",3819,701,3,1583,2718 +"18358",3819,902,3,1583,1887 +"18359",3819,3477,3,1583,2546 +"18360",3819,6063,2,1583,2349 +"18361",3819,6363,3,1583,2066 +"18362",3819,7847,3,1583,2424 +"18363",3819,8238,3,1583,2222 +"18364",3819,10870,3,1583,1755 +"18365",3819,11103,3,1583,2393 +"18366",3819,11160,3,1583,2952 +"18367",3819,11493,3,1583,2077 +"18368",3819,20695,3,1583,2526 +"18369",3819,22682,3,1583,2035 +"18370",3819,24256,2,1583,2393 +"18371",3819,27195,3,1583,2158 +"18372",3819,27796,3,1583,2151 +"18373",3819,29512,3,1583,1594 +"18374",3819,29930,2,1583,2240 +"18375",3819,31705,2,1583,2706 +"18376",3819,33223,3,1583,2397 +"18377",3819,38361,3,1583,1936 +"18378",3819,39535,3,1583,2428 +"18379",3819,40542,3,1583,1664 +"18380",3819,41033,3,1583,1839 +"18381",3819,54953,3,1583,2223 +"18382",3819,56364,3,1583,1626 +"18383",3819,79213,3,1583,1620 +"18384",3819,84591,3,1583,1685 +"18385",3830,313,2,1661,2271 +"18386",3830,362,3,1661,2537 +"18387",3830,377,2,1661,2389 +"18388",3830,499,2,1661,1931 +"18389",3830,543,2,1661,2203 +"18390",3830,613,3,1661,2687 +"18391",3830,1151,2,1661,2885 +"18392",3830,1275,3,1661,2068 +"18393",3830,1495,2,1661,2046 +"18394",3830,1616,1,1661,2662 +"18395",3830,1777,1,1661,1965 +"18396",3830,2036,2,1661,2483 +"18397",3830,2057,3,1661,1965 +"18398",3830,2224,3,1661,2751 +"18399",3830,2484,2,1661,2389 +"18400",3830,2766,3,1661,1920 +"18401",3830,3088,2,1661,1670 +"18402",3830,3161,2,1661,2229 +"18403",3830,3242,3,1661,1730 +"18404",3830,3853,3,1661,2465 +"18405",3830,3878,3,1661,1890 +"18406",3830,4057,2,1661,2389 +"18407",3830,4226,3,1661,1903 +"18408",3830,4701,3,1661,2401 +"18409",3830,4763,3,1661,1960 +"18410",3830,5078,2,1661,2033 +"18411",3830,5457,1,1661,2077 +"18412",3830,5462,1,1661,2374 +"18413",3830,5491,3,1661,2048 +"18414",3830,5504,1,1661,2389 +"18415",3830,6491,3,1661,2424 +"18416",3830,7241,3,1661,2259 +"18417",3830,7323,2,1661,2858 +"18418",3830,8621,2,1661,1681 +"18419",3830,8760,2,1661,2477 +"18420",3830,9311,3,1661,2477 +"18421",3830,9332,3,1661,2734 +"18422",3830,9362,3,1661,2879 +"18423",3830,9432,3,1661,1693 +"18424",3830,10874,3,1661,1891 +"18425",3830,12374,3,1661,2260 +"18426",3830,12713,3,1661,2440 +"18427",3830,15184,3,1661,2396 +"18428",3830,15299,3,1661,2213 +"18429",3830,15539,2,1661,1929 +"18430",3830,15636,3,1661,2857 +"18431",3830,17410,3,1661,2073 +"18432",3830,17520,3,1661,2276 +"18433",3830,18151,2,1661,2962 +"18434",3830,19027,3,1661,2721 +"18435",3830,19606,2,1661,2783 +"18436",3830,20067,3,1661,2390 +"18437",3830,20311,3,1661,1981 +"18438",3830,20563,3,1661,2267 +"18439",3830,20659,2,1661,1969 +"18440",3830,20700,3,1661,2861 +"18441",3830,21122,2,1661,1701 +"18442",3830,21225,3,1661,1945 +"18443",3830,21795,3,1661,2653 +"18444",3830,22749,1,1661,1727 +"18445",3830,23508,3,1661,1907 +"18446",3830,23751,3,1661,1740 +"18447",3830,23869,3,1661,1918 +"18448",3830,25198,3,1661,1982 +"18449",3830,26106,3,1661,2015 +"18450",3830,26249,3,1661,2301 +"18451",3830,26451,3,1661,2133 +"18452",3830,26516,3,1661,2479 +"18453",3830,26608,3,1661,2329 +"18454",3830,27478,2,1661,2485 +"18455",3830,28216,2,1661,1910 +"18456",3830,29073,3,1661,2328 +"18457",3830,29258,3,1661,1932 +"18458",3830,30119,3,1661,1961 +"18459",3830,30150,3,1661,1704 +"18460",3830,31799,2,1661,2547 +"18461",3830,32339,3,1661,2430 +"18462",3830,32606,2,1661,2100 +"18463",3830,35256,2,1661,2271 +"18464",3830,37418,3,1661,2710 +"18465",3830,37570,2,1661,2389 +"18466",3830,38727,3,1661,2238 +"18467",3830,38755,3,1661,2902 +"18468",3830,38921,3,1661,1880 +"18469",3830,39444,3,1661,2695 +"18470",3830,39548,3,1661,2389 +"18471",3830,40138,3,1661,2719 +"18472",3830,40296,3,1661,1674 +"18473",3830,41278,1,1661,1873 +"18474",3830,41747,2,1661,1722 +"18475",3830,41872,3,1661,2974 +"18476",3830,42264,3,1661,1702 +"18477",3830,43518,3,1661,2680 +"18478",3830,43839,3,1661,1685 +"18479",3830,44768,3,1661,2516 +"18480",3830,46039,3,1661,1794 +"18481",3830,46680,3,1661,1690 +"18482",3830,49965,3,1661,2301 +"18483",3830,50252,3,1661,2001 +"18484",3830,50269,3,1661,1966 +"18485",3830,50372,2,1661,1834 +"18486",3830,51410,3,1661,2739 +"18487",3830,52576,3,1661,2234 +"18488",3830,53031,2,1661,2065 +"18489",3830,53851,3,1661,2305 +"18490",3830,55468,3,1661,2511 +"18491",3830,55556,2,1661,2075 +"18492",3830,55828,2,1661,2393 +"18493",3830,57077,3,1661,1885 +"18494",3830,57129,3,1661,1858 +"18495",3830,57609,3,1661,2717 +"18496",3830,57977,3,1661,2683 +"18497",3830,64967,2,1661,2872 +"18498",3830,65029,3,1661,2954 +"18499",3830,65856,3,1661,2504 +"18500",3830,68098,3,1661,2378 +"18501",3830,70046,2,1661,2624 +"18502",3830,70203,3,1661,2756 +"18503",3830,71478,2,1661,1721 +"18504",3830,72334,3,1661,2820 +"18505",3830,80429,2,1661,1927 +"18506",3830,85430,2,1661,2370 +"18507",3830,86986,3,1661,1976 +"18508",3830,91570,2,1661,2229 +"18509",3830,93615,3,1661,2386 +"18510",3830,94401,3,1661,1784 +"18511",3830,97915,3,1661,1802 +"18512",3830,108867,3,1661,2328 +"18513",3838,55828,3,2110,2393 +"18514",3838,57609,3,2110,2717 +"18515",3849,1767,3,1356,2727 +"18516",3849,2337,1,1356,1697 +"18517",3849,2563,3,1356,1686 +"18518",3849,2694,2,1356,2062 +"18519",3849,3068,3,1356,1815 +"18520",3849,4705,3,1356,1714 +"18521",3849,15734,2,1356,1616 +"18522",3849,18211,3,1356,1745 +"18523",3849,25078,2,1356,2312 +"18524",3849,36637,3,1356,2085 +"18525",3849,43404,3,1356,2649 +"18526",3849,94404,3,1356,1836 +"18527",3849,106891,3,1356,1907 +"18528",3853,362,3,2465,2537 +"18529",3853,1151,3,2465,2885 +"18530",3853,1616,2,2465,2662 +"18531",3853,2036,2,2465,2483 +"18532",3853,2446,3,2465,2606 +"18533",3853,7323,3,2465,2858 +"18534",3853,8760,3,2465,2477 +"18535",3853,19027,3,2465,2721 +"18536",3853,19606,3,2465,2783 +"18537",3853,20700,3,2465,2861 +"18538",3853,27478,3,2465,2485 +"18539",3853,31799,3,2465,2547 +"18540",3853,51853,3,2465,2520 +"18541",3853,53293,3,2465,2916 +"18542",3853,59039,3,2465,2870 +"18543",3863,600,3,856,1702 +"18544",3863,1367,3,856,2176 +"18545",3863,1691,3,856,1941 +"18546",3863,2424,3,856,2582 +"18547",3863,2709,3,856,1673 +"18548",3863,2747,3,856,2411 +"18549",3863,2798,3,856,1673 +"18550",3863,2865,2,856,2006 +"18551",3863,5258,3,856,2730 +"18552",3863,5346,2,856,1438 +"18553",3863,5580,3,856,2111 +"18554",3863,6390,3,856,2385 +"18555",3863,7245,3,856,2089 +"18556",3863,9654,3,856,2111 +"18557",3863,12610,3,856,1274 +"18558",3863,13394,3,856,1667 +"18559",3863,13671,3,856,1371 +"18560",3863,14032,3,856,2144 +"18561",3863,14108,3,856,2012 +"18562",3863,14676,1,856,2764 +"18563",3863,14731,3,856,2012 +"18564",3863,15207,2,856,1855 +"18565",3863,15453,3,856,1688 +"18566",3863,15462,3,856,1141 +"18567",3863,15756,3,856,2362 +"18568",3863,16067,3,856,2727 +"18569",3863,18348,3,856,1711 +"18570",3863,18415,3,856,2184 +"18571",3863,18543,3,856,2968 +"18572",3863,18744,3,856,1285 +"18573",3863,18836,2,856,1270 +"18574",3863,19113,3,856,1171 +"18575",3863,19332,3,856,1214 +"18576",3863,20369,3,856,1356 +"18577",3863,21929,3,856,2062 +"18578",3863,22080,3,856,2436 +"18579",3863,22566,3,856,2308 +"18580",3863,24256,3,856,2393 +"18581",3863,26793,3,856,2104 +"18582",3863,28057,3,856,1067 +"18583",3863,30262,3,856,1715 +"18584",3863,30943,3,856,2287 +"18585",3863,31001,3,856,2119 +"18586",3863,31700,3,856,2727 +"18587",3863,32939,3,856,2277 +"18588",3863,35041,2,856,1311 +"18589",3863,36862,3,856,2655 +"18590",3863,37319,3,856,1205 +"18591",3863,37937,3,856,1320 +"18592",3863,41607,3,856,2802 +"18593",3863,41739,3,856,1339 +"18594",3863,42642,3,856,2257 +"18595",3863,43428,3,856,1299 +"18596",3863,46803,3,856,2305 +"18597",3863,48215,3,856,2028 +"18598",3863,50217,3,856,1211 +"18599",3863,52327,3,856,1472 +"18600",3863,53624,3,856,952 +"18601",3863,54388,3,856,1257 +"18602",3863,55155,3,856,2333 +"18603",3863,56116,3,856,1321 +"18604",3863,56237,3,856,2625 +"18605",3863,57804,3,856,2214 +"18606",3863,57842,2,856,2482 +"18607",3863,58284,3,856,2292 +"18608",3863,63641,3,856,2337 +"18609",3863,64181,3,856,1828 +"18610",3863,65625,3,856,1273 +"18611",3863,66341,3,856,1266 +"18612",3863,66413,3,856,2507 +"18613",3863,67726,3,856,2873 +"18614",3863,69716,3,856,2632 +"18615",3863,73747,3,856,2274 +"18616",3863,74605,3,856,2265 +"18617",3863,74818,3,856,1440 +"18618",3863,78784,3,856,2824 +"18619",3863,79657,3,856,1260 +"18620",3863,82426,3,856,1576 +"18621",3863,85356,3,856,1492 +"18622",3863,89880,3,856,1938 +"18623",3863,94520,2,856,1243 +"18624",3863,95288,3,856,1602 +"18625",3863,99557,3,856,1703 +"18626",3863,101347,3,856,1335 +"18627",3863,105063,3,856,1908 +"18628",3863,106555,3,856,1626 +"18629",3877,803,3,1133,1666 +"18630",3877,1262,3,1133,2973 +"18631",3877,1321,3,1133,2075 +"18632",3877,1386,2,1133,1901 +"18633",3877,2765,3,1133,2321 +"18634",3877,3695,1,1133,2612 +"18635",3877,5491,3,1133,2048 +"18636",3877,7078,2,1133,2344 +"18637",3877,7394,2,1133,2615 +"18638",3877,9030,3,1133,1979 +"18639",3877,11456,3,1133,2715 +"18640",3877,12035,3,1133,2721 +"18641",3877,14709,3,1133,1901 +"18642",3877,14888,3,1133,1411 +"18643",3877,15343,3,1133,2125 +"18644",3877,15527,3,1133,2039 +"18645",3877,16029,2,1133,1160 +"18646",3877,17826,3,1133,2920 +"18647",3877,18151,2,1133,2962 +"18648",3877,18366,3,1133,2699 +"18649",3877,19528,3,1133,2742 +"18650",3877,19872,3,1133,2913 +"18651",3877,20258,3,1133,1572 +"18652",3877,20423,3,1133,2654 +"18653",3877,20469,3,1133,2125 +"18654",3877,21417,3,1133,2422 +"18655",3877,21795,2,1133,2653 +"18656",3877,24511,2,1133,1871 +"18657",3877,24608,3,1133,1630 +"18658",3877,24755,3,1133,1319 +"18659",3877,26608,3,1133,2329 +"18660",3877,26865,3,1133,2726 +"18661",3877,28923,3,1133,2362 +"18662",3877,29791,2,1133,1986 +"18663",3877,30081,3,1133,2403 +"18664",3877,30386,3,1133,1833 +"18665",3877,31317,3,1133,1362 +"18666",3877,34327,2,1133,2959 +"18667",3877,35542,2,1133,1439 +"18668",3877,36950,3,1133,2204 +"18669",3877,39827,3,1133,2321 +"18670",3877,40572,3,1133,2666 +"18671",3877,41832,3,1133,1155 +"18672",3877,42814,3,1133,1149 +"18673",3877,42906,3,1133,1748 +"18674",3877,44684,3,1133,1220 +"18675",3877,45664,3,1133,2235 +"18676",3877,45729,3,1133,2606 +"18677",3877,46486,3,1133,1868 +"18678",3877,47140,3,1133,2439 +"18679",3877,47947,3,1133,2681 +"18680",3877,49461,3,1133,2793 +"18681",3877,51379,2,1133,1462 +"18682",3877,52442,2,1133,1269 +"18683",3877,53739,3,1133,2704 +"18684",3877,55828,3,1133,2393 +"18685",3877,59522,2,1133,1516 +"18686",3877,70646,1,1133,1162 +"18687",3877,80655,3,1133,1546 +"18688",3877,85592,3,1133,1412 +"18689",3877,87198,1,1133,1462 +"18690",3877,88966,3,1133,1568 +"18691",3877,90501,3,1133,2380 +"18692",3877,96678,3,1133,1183 +"18693",3878,313,2,1890,2271 +"18694",3878,377,2,1890,2389 +"18695",3878,499,2,1890,1931 +"18696",3878,543,1,1890,2203 +"18697",3878,1151,2,1890,2885 +"18698",3878,1495,3,1890,2046 +"18699",3878,1616,3,1890,2662 +"18700",3878,1691,3,1890,1941 +"18701",3878,1777,2,1890,1965 +"18702",3878,2036,3,1890,2483 +"18703",3878,2181,3,1890,2030 +"18704",3878,2484,2,1890,2389 +"18705",3878,3161,3,1890,2229 +"18706",3878,4057,3,1890,2389 +"18707",3878,4687,3,1890,2152 +"18708",3878,5078,3,1890,2033 +"18709",3878,5457,3,1890,2077 +"18710",3878,5462,3,1890,2374 +"18711",3878,5504,2,1890,2389 +"18712",3878,6390,2,1890,2385 +"18713",3878,6718,3,1890,2138 +"18714",3878,7323,2,1890,2858 +"18715",3878,7515,3,1890,2737 +"18716",3878,8604,3,1890,2799 +"18717",3878,8760,3,1890,2477 +"18718",3878,11516,3,1890,1937 +"18719",3878,12713,3,1890,2440 +"18720",3878,15799,3,1890,1917 +"18721",3878,17520,3,1890,2276 +"18722",3878,19606,3,1890,2783 +"18723",3878,20700,2,1890,2861 +"18724",3878,23132,3,1890,2756 +"18725",3878,24568,3,1890,1937 +"18726",3878,25816,3,1890,2088 +"18727",3878,26516,3,1890,2479 +"18728",3878,27478,3,1890,2485 +"18729",3878,28216,3,1890,1910 +"18730",3878,29258,2,1890,1932 +"18731",3878,31235,3,1890,2668 +"18732",3878,31799,3,1890,2547 +"18733",3878,35256,2,1890,2271 +"18734",3878,37570,2,1890,2389 +"18735",3878,42687,3,1890,1952 +"18736",3878,44768,2,1890,2516 +"18737",3878,46091,3,1890,1938 +"18738",3878,50252,3,1890,2001 +"18739",3878,50667,3,1890,2719 +"18740",3878,53031,3,1890,2065 +"18741",3878,53323,3,1890,2677 +"18742",3878,53608,3,1890,1986 +"18743",3878,53851,3,1890,2305 +"18744",3878,55556,3,1890,2075 +"18745",3878,55906,3,1890,2851 +"18746",3878,58218,3,1890,2627 +"18747",3878,59700,3,1890,2346 +"18748",3878,63409,3,1890,1937 +"18749",3878,79804,2,1890,2227 +"18750",3878,80429,1,1890,1927 +"18751",3878,85430,3,1890,2370 +"18752",3878,92322,3,1890,2393 +"18753",3886,77,3,1669,2425 +"18754",3886,854,3,1669,2307 +"18755",3886,1409,2,1669,2090 +"18756",3886,1592,3,1669,2006 +"18757",3886,2424,3,1669,2582 +"18758",3886,2533,3,1669,2016 +"18759",3886,3068,3,1669,1815 +"18760",3886,3777,3,1669,1798 +"18761",3886,3966,2,1669,2425 +"18762",3886,4253,3,1669,1890 +"18763",3886,4504,3,1669,1905 +"18764",3886,4705,3,1669,1714 +"18765",3886,5258,3,1669,2730 +"18766",3886,5865,3,1669,1910 +"18767",3886,6044,3,1669,2744 +"18768",3886,6996,3,1669,2916 +"18769",3886,7258,3,1669,1714 +"18770",3886,7406,3,1669,1906 +"18771",3886,7794,2,1669,2972 +"18772",3886,8762,3,1669,2585 +"18773",3886,9175,3,1669,2639 +"18774",3886,10513,3,1669,2284 +"18775",3886,14328,3,1669,1725 +"18776",3886,15813,3,1669,2143 +"18777",3886,17632,3,1669,1947 +"18778",3886,17943,1,1669,1943 +"18779",3886,18202,2,1669,2475 +"18780",3886,18315,3,1669,2720 +"18781",3886,19317,2,1669,2041 +"18782",3886,20407,3,1669,2339 +"18783",3886,21012,3,1669,2325 +"18784",3886,21138,3,1669,2849 +"18785",3886,23641,2,1669,1934 +"18786",3886,25325,3,1669,2963 +"18787",3886,25577,3,1669,1946 +"18788",3886,26080,3,1669,2525 +"18789",3886,27030,3,1669,2031 +"18790",3886,29917,3,1669,1962 +"18791",3886,30236,3,1669,2238 +"18792",3886,32516,3,1669,2050 +"18793",3886,34509,3,1669,1973 +"18794",3886,34812,2,1669,2442 +"18795",3886,37301,3,1669,2160 +"18796",3886,38732,3,1669,2263 +"18797",3886,41972,3,1669,2509 +"18798",3886,47248,2,1669,2883 +"18799",3886,51017,2,1669,2073 +"18800",3886,51035,3,1669,2397 +"18801",3886,52892,3,1669,2372 +"18802",3886,52969,3,1669,2302 +"18803",3886,58164,3,1669,2398 +"18804",3886,64181,3,1669,1828 +"18805",3886,64699,3,1669,2797 +"18806",3886,76892,3,1669,2381 +"18807",3886,86799,3,1669,1951 +"18808",3886,109978,3,1669,1865 +"18809",3896,4751,3,2693,2696 +"18810",3896,16866,3,2693,2718 +"18811",3896,28982,3,2693,2746 +"18812",3896,36646,2,2693,2744 +"18813",3896,38885,3,2693,2720 +"18814",3896,42196,3,2693,2765 +"18815",3896,47145,3,2693,2809 +"18816",3896,47877,3,2693,2970 +"18817",3896,64469,3,2693,2707 +"18818",3946,3961,3,1172,2426 +"18819",3946,7196,3,1172,1508 +"18820",3946,7984,3,1172,2493 +"18821",3946,10358,3,1172,2294 +"18822",3946,11477,2,1172,2724 +"18823",3946,13158,2,1172,2667 +"18824",3946,14669,2,1172,2080 +"18825",3946,15003,3,1172,2067 +"18826",3946,23223,3,1172,2094 +"18827",3946,30092,3,1172,1593 +"18828",3946,32443,3,1172,1542 +"18829",3946,32658,3,1172,1694 +"18830",3946,38284,3,1172,1234 +"18831",3946,53859,3,1172,1817 +"18832",3946,55084,3,1172,1189 +"18833",3946,68215,3,1172,2727 +"18834",3946,99215,3,1172,2791 +"18835",3947,377,3,2067,2389 +"18836",3947,380,3,2067,2261 +"18837",3947,543,3,2067,2203 +"18838",3947,854,3,2067,2307 +"18839",3947,997,3,2067,2788 +"18840",3947,1102,3,2067,2282 +"18841",3947,1151,3,2067,2885 +"18842",3947,1616,3,2067,2662 +"18843",3947,2484,2,2067,2389 +"18844",3947,2572,3,2067,2273 +"18845",3947,3161,3,2067,2229 +"18846",3947,3271,3,2067,2216 +"18847",3947,5239,2,2067,2875 +"18848",3947,5504,3,2067,2389 +"18849",3947,6255,3,2067,2895 +"18850",3947,7029,3,2067,2204 +"18851",3947,7323,3,2067,2858 +"18852",3947,7984,3,2067,2493 +"18853",3947,8865,3,2067,2394 +"18854",3947,9272,3,2067,2835 +"18855",3947,11103,3,2067,2393 +"18856",3947,11239,3,2067,2181 +"18857",3947,11493,3,2067,2077 +"18858",3947,13639,3,2067,2887 +"18859",3947,13780,2,2067,2412 +"18860",3947,14655,3,2067,2559 +"18861",3947,15184,3,2067,2396 +"18862",3947,15636,3,2067,2857 +"18863",3947,16826,3,2067,2599 +"18864",3947,17520,3,2067,2276 +"18865",3947,18344,3,2067,2204 +"18866",3947,19606,3,2067,2783 +"18867",3947,20700,3,2067,2861 +"18868",3947,24256,3,2067,2393 +"18869",3947,27195,2,2067,2158 +"18870",3947,29004,3,2067,2596 +"18871",3947,29930,2,2067,2240 +"18872",3947,30747,3,2067,2455 +"18873",3947,35256,3,2067,2271 +"18874",3947,37570,3,2067,2389 +"18875",3947,38227,3,2067,2511 +"18876",3947,42574,3,2067,2842 +"18877",3947,43226,3,2067,2442 +"18878",3947,43349,3,2067,2400 +"18879",3947,46040,3,2067,2105 +"18880",3947,47386,3,2067,2226 +"18881",3947,48571,3,2067,2717 +"18882",3947,53219,2,2067,2973 +"18883",3947,57977,3,2067,2683 +"18884",3947,58508,3,2067,2326 +"18885",3947,69335,3,2067,2698 +"18886",3947,82929,3,2067,2475 +"18887",3954,21,3,839,1385 +"18888",3954,1136,3,839,2536 +"18889",3954,2063,3,839,1278 +"18890",3954,2153,3,839,2675 +"18891",3954,2743,3,839,1278 +"18892",3954,3242,3,839,1730 +"18893",3954,4289,3,839,1921 +"18894",3954,4618,3,839,2607 +"18895",3954,4785,3,839,996 +"18896",3954,7245,3,839,2089 +"18897",3954,7616,3,839,2296 +"18898",3954,8140,3,839,1262 +"18899",3954,8533,3,839,2251 +"18900",3954,8621,3,839,1681 +"18901",3954,9871,3,839,921 +"18902",3954,9950,3,839,920 +"18903",3954,10370,3,839,2224 +"18904",3954,10535,3,839,1534 +"18905",3954,10857,2,839,2253 +"18906",3954,10980,2,839,1974 +"18907",3954,11504,3,839,1260 +"18908",3954,11912,2,839,889 +"18909",3954,12122,1,839,1385 +"18910",3954,13285,2,839,1577 +"18911",3954,14080,3,839,1351 +"18912",3954,15122,3,839,1201 +"18913",3954,16164,3,839,1184 +"18914",3954,16539,3,839,1947 +"18915",3954,16826,2,839,2599 +"18916",3954,17264,2,839,2528 +"18917",3954,17354,3,839,2250 +"18918",3954,17400,3,839,2231 +"18919",3954,17502,3,839,869 +"18920",3954,17997,3,839,1621 +"18921",3954,18103,3,839,1968 +"18922",3954,19096,3,839,1538 +"18923",3954,19506,3,839,1385 +"18924",3954,19893,3,839,1223 +"18925",3954,20563,2,839,2267 +"18926",3954,20824,3,839,1366 +"18927",3954,21197,3,839,1437 +"18928",3954,22704,3,839,1150 +"18929",3954,23492,3,839,1067 +"18930",3954,23534,2,839,1659 +"18931",3954,23725,3,839,2378 +"18932",3954,23729,3,839,1624 +"18933",3954,24259,3,839,1281 +"18934",3954,24853,1,839,1004 +"18935",3954,25341,3,839,1858 +"18936",3954,26282,3,839,1241 +"18937",3954,26516,3,839,2479 +"18938",3954,27001,3,839,1761 +"18939",3954,27753,3,839,2750 +"18940",3954,28434,3,839,1141 +"18941",3954,30325,3,839,1067 +"18942",3954,31069,3,839,1995 +"18943",3954,31799,3,839,2547 +"18944",3954,33430,3,839,2225 +"18945",3954,33551,3,839,1734 +"18946",3954,34480,3,839,2755 +"18947",3954,35464,3,839,2502 +"18948",3954,35673,3,839,1067 +"18949",3954,37108,3,839,1202 +"18950",3954,38227,3,839,2511 +"18951",3954,40432,3,839,1956 +"18952",3954,40931,3,839,2301 +"18953",3954,42186,3,839,955 +"18954",3954,42331,3,839,1585 +"18955",3954,42747,3,839,1189 +"18956",3954,43902,3,839,1726 +"18957",3954,44089,2,839,1632 +"18958",3954,44160,3,839,859 +"18959",3954,44407,1,839,2154 +"18960",3954,44676,2,839,2629 +"18961",3954,45633,3,839,2134 +"18962",3954,47386,3,839,2226 +"18963",3954,47810,3,839,957 +"18964",3954,49334,3,839,2433 +"18965",3954,50041,3,839,1565 +"18966",3954,51022,3,839,1499 +"18967",3954,52576,3,839,2234 +"18968",3954,52835,3,839,995 +"18969",3954,54551,2,839,2348 +"18970",3954,55076,3,839,2408 +"18971",3954,57714,3,839,1391 +"18972",3954,58035,3,839,1646 +"18973",3954,63604,3,839,927 +"18974",3954,64031,3,839,1295 +"18975",3954,72188,3,839,856 +"18976",3954,72530,2,839,992 +"18977",3954,74095,3,839,2333 +"18978",3954,76284,3,839,1237 +"18979",3954,76511,3,839,1250 +"18980",3954,77611,3,839,1795 +"18981",3954,79653,3,839,2683 +"18982",3954,82767,3,839,1641 +"18983",3954,82893,3,839,1275 +"18984",3954,83053,3,839,1303 +"18985",3954,88473,3,839,1102 +"18986",3954,90790,3,839,1492 +"18987",3954,91162,3,839,1693 +"18988",3954,91163,3,839,1171 +"18989",3954,91201,3,839,1702 +"18990",3954,100134,3,839,977 +"18991",3954,106053,3,839,2469 +"18992",3954,111613,2,839,1059 +"18993",3954,112179,2,839,892 +"18994",3956,2936,3,1812,2512 +"18995",3957,206,3,256,1986 +"18996",3957,1036,3,256,1367 +"18997",3957,1050,1,256,1185 +"18998",3957,1092,3,256,1945 +"18999",3957,2484,3,256,2389 +"19000",3957,2684,3,256,2874 +"19001",3957,3395,3,256,1382 +"19002",3957,3453,3,256,2126 +"19003",3957,5429,3,256,1991 +"19004",3957,6030,3,256,2953 +"19005",3957,6492,3,256,1162 +"19006",3957,7847,3,256,2424 +"19007",3957,7992,3,256,2033 +"19008",3957,9311,3,256,2477 +"19009",3957,9391,3,256,1252 +"19010",3957,10148,3,256,2964 +"19011",3957,11055,3,256,2111 +"19012",3957,11694,3,256,1564 +"19013",3957,12310,3,256,1337 +"19014",3957,12778,1,256,2045 +"19015",3957,13835,3,256,1588 +"19016",3957,15632,3,256,1242 +"19017",3957,15808,3,256,1521 +"19018",3957,16542,3,256,2039 +"19019",3957,17245,2,256,1811 +"19020",3957,17502,2,256,869 +"19021",3957,17520,3,256,2276 +"19022",3957,18639,2,256,990 +"19023",3957,19380,3,256,2637 +"19024",3957,19621,3,256,725 +"19025",3957,22165,3,256,1501 +"19026",3957,22415,3,256,2841 +"19027",3957,22586,3,256,1341 +"19028",3957,24753,2,256,2860 +"19029",3957,24793,3,256,1993 +"19030",3957,24794,3,256,925 +"19031",3957,24826,3,256,1382 +"19032",3957,27001,3,256,1761 +"19033",3957,31209,3,256,1137 +"19034",3957,36574,3,256,2934 +"19035",3957,37376,3,256,432 +"19036",3957,38523,2,256,549 +"19037",3957,38921,3,256,1880 +"19038",3957,40369,3,256,2735 +"19039",3957,40487,3,256,2512 +"19040",3957,40879,3,256,2019 +"19041",3957,41664,3,256,2641 +"19042",3957,42264,3,256,1702 +"19043",3957,44648,3,256,619 +"19044",3957,44885,3,256,2670 +"19045",3957,45186,2,256,835 +"19046",3957,50252,3,256,2001 +"19047",3957,52699,2,256,1372 +"19048",3957,53604,3,256,2489 +"19049",3957,55185,3,256,922 +"19050",3957,56143,2,256,766 +"19051",3957,59140,3,256,2528 +"19052",3957,62488,3,256,1418 +"19053",3957,67788,2,256,837 +"19054",3957,68024,2,256,1531 +"19055",3957,71971,3,256,1294 +"19056",3957,82949,3,256,2077 +"19057",3957,87603,2,256,535 +"19058",3957,97275,3,256,731 +"19059",3957,105975,3,256,1939 +"19060",3961,5239,3,2426,2875 +"19061",3961,5315,3,2426,2631 +"19062",3961,5350,3,2426,2522 +"19063",3961,7984,3,2426,2493 +"19064",3961,9272,3,2426,2835 +"19065",3961,11477,2,2426,2724 +"19066",3961,13158,3,2426,2667 +"19067",3961,13929,3,2426,2693 +"19068",3961,14754,3,2426,2456 +"19069",3961,15309,3,2426,2820 +"19070",3961,15636,3,2426,2857 +"19071",3961,16352,3,2426,2657 +"19072",3961,16826,2,2426,2599 +"19073",3961,21138,3,2426,2849 +"19074",3961,23726,3,2426,2434 +"19075",3961,24756,3,2426,2530 +"19076",3961,25486,3,2426,2582 +"19077",3961,26080,3,2426,2525 +"19078",3961,30747,3,2426,2455 +"19079",3961,33801,2,2426,2899 +"19080",3961,34735,3,2426,2767 +"19081",3961,37238,3,2426,2609 +"19082",3961,38227,2,2426,2511 +"19083",3961,41972,3,2426,2509 +"19084",3961,43226,3,2426,2442 +"19085",3961,53475,2,2426,2853 +"19086",3961,54929,2,2426,2783 +"19087",3961,57977,3,2426,2683 +"19088",3961,59005,3,2426,2817 +"19089",3961,69335,3,2426,2698 +"19090",3961,70203,3,2426,2756 +"19091",3961,78150,3,2426,2581 +"19092",3961,82929,3,2426,2475 +"19093",3961,87110,3,2426,2801 +"19094",3961,91142,3,2426,2527 +"19095",3961,92757,3,2426,2615 +"19096",3961,99215,3,2426,2791 +"19097",3966,270,3,2425,2542 +"19098",3966,1136,3,2425,2536 +"19099",3966,2424,2,2425,2582 +"19100",3966,3305,3,2425,2839 +"19101",3966,3695,3,2425,2612 +"19102",3966,4418,3,2425,2788 +"19103",3966,6044,3,2425,2744 +"19104",3966,6062,3,2425,2681 +"19105",3966,6740,3,2425,2699 +"19106",3966,8762,3,2425,2585 +"19107",3966,11456,3,2425,2715 +"19108",3966,16432,3,2425,2664 +"19109",3966,21138,3,2425,2849 +"19110",3966,21193,3,2425,2490 +"19111",3966,21406,3,2425,2714 +"19112",3966,22714,3,2425,2793 +"19113",3966,25129,3,2425,2647 +"19114",3966,25325,1,2425,2963 +"19115",3966,26080,3,2425,2525 +"19116",3966,26582,3,2425,2772 +"19117",3966,26721,3,2425,2586 +"19118",3966,26865,3,2425,2726 +"19119",3966,30052,3,2425,2855 +"19120",3966,37418,3,2425,2710 +"19121",3966,38800,3,2425,2756 +"19122",3966,41972,3,2425,2509 +"19123",3966,42196,3,2425,2765 +"19124",3966,42574,2,2425,2842 +"19125",3966,43455,3,2425,2846 +"19126",3966,47248,2,2425,2883 +"19127",3966,49110,2,2425,2938 +"19128",3966,51041,3,2425,2606 +"19129",3966,51410,3,2425,2739 +"19130",3966,52570,3,2425,2645 +"19131",3966,53219,3,2425,2973 +"19132",3966,57969,3,2425,2755 +"19133",3966,61982,3,2425,2725 +"19134",3966,62841,2,2425,2710 +"19135",3966,64997,3,2425,2791 +"19136",3966,66413,3,2425,2507 +"19137",3966,67150,3,2425,2633 +"19138",3966,68215,3,2425,2727 +"19139",3978,371,3,2775,2950 +"19140",3978,841,2,2775,2964 +"19141",3978,8062,3,2775,2858 +"19142",3978,9272,3,2775,2835 +"19143",3978,9787,3,2775,2858 +"19144",3978,11351,3,2775,2971 +"19145",3978,11648,2,2775,2852 +"19146",3978,17037,3,2775,2947 +"19147",3978,19364,3,2775,2846 +"19148",3978,25373,2,2775,2783 +"19149",3978,29977,3,2775,2781 +"19150",3978,36953,3,2775,2790 +"19151",3978,41945,2,2775,2856 +"19152",3978,43455,3,2775,2846 +"19153",3978,44688,3,2775,2924 +"19154",3978,45869,3,2775,2840 +"19155",3978,46982,3,2775,2806 +"19156",3978,63077,3,2775,2778 +"19157",3978,71531,2,2775,2887 +"19158",3980,34120,3,2771,2786 +"19159",3980,41945,3,2771,2856 +"19160",4001,680,3,1687,2569 +"19161",4001,1519,2,1687,2349 +"19162",4001,1702,2,1687,1984 +"19163",4001,1756,3,1687,2231 +"19164",4001,2407,2,1687,1725 +"19165",4001,2852,3,1687,2448 +"19166",4001,3493,3,1687,2451 +"19167",4001,4303,3,1687,2414 +"19168",4001,4430,3,1687,2019 +"19169",4001,4526,2,1687,1728 +"19170",4001,4660,2,1687,2149 +"19171",4001,4821,3,1687,1938 +"19172",4001,5119,3,1687,2220 +"19173",4001,5839,3,1687,2301 +"19174",4001,5897,3,1687,2337 +"19175",4001,6588,3,1687,2025 +"19176",4001,7252,3,1687,2799 +"19177",4001,9202,3,1687,2477 +"19178",4001,10129,3,1687,2124 +"19179",4001,10457,3,1687,1711 +"19180",4001,11563,3,1687,1863 +"19181",4001,12081,3,1687,2166 +"19182",4001,14817,3,1687,2110 +"19183",4001,15546,3,1687,2055 +"19184",4001,15683,3,1687,1729 +"19185",4001,16866,2,1687,2718 +"19186",4001,17037,3,1687,2947 +"19187",4001,18421,3,1687,2457 +"19188",4001,18865,2,1687,2676 +"19189",4001,19073,3,1687,2748 +"19190",4001,19208,3,1687,2629 +"19191",4001,19605,3,1687,2395 +"19192",4001,19718,3,1687,1702 +"19193",4001,20941,2,1687,2725 +"19194",4001,23756,3,1687,2309 +"19195",4001,26642,3,1687,2952 +"19196",4001,27686,1,1687,2844 +"19197",4001,27914,3,1687,2507 +"19198",4001,29289,2,1687,1756 +"19199",4001,29977,1,1687,2781 +"19200",4001,30034,2,1687,2357 +"19201",4001,31335,3,1687,2351 +"19202",4001,31866,3,1687,2101 +"19203",4001,35980,3,1687,2657 +"19204",4001,36270,3,1687,2910 +"19205",4001,36278,3,1687,2952 +"19206",4001,36487,3,1687,2622 +"19207",4001,38492,3,1687,2280 +"19208",4001,38691,2,1687,2585 +"19209",4001,39062,3,1687,2020 +"19210",4001,40572,3,1687,2666 +"19211",4001,41723,3,1687,2101 +"19212",4001,42813,2,1687,2142 +"19213",4001,43673,1,1687,2787 +"19214",4001,44694,3,1687,2220 +"19215",4001,46486,3,1687,1868 +"19216",4001,46982,3,1687,2806 +"19217",4001,47013,3,1687,2388 +"19218",4001,50113,3,1687,2059 +"19219",4001,50480,3,1687,2701 +"19220",4001,50585,3,1687,2414 +"19221",4001,51774,3,1687,2459 +"19222",4001,54775,3,1687,2383 +"19223",4001,56569,3,1687,1993 +"19224",4001,56910,3,1687,2705 +"19225",4001,58875,3,1687,1899 +"19226",4001,62626,3,1687,2787 +"19227",4001,63395,2,1687,2334 +"19228",4001,63641,3,1687,2337 +"19229",4001,66677,3,1687,2151 +"19230",4001,66717,3,1687,2104 +"19231",4001,68885,2,1687,2151 +"19232",4001,70583,3,1687,2615 +"19233",4001,74204,3,1687,2463 +"19234",4001,90943,3,1687,1754 +"19235",4032,468,3,1763,1966 +"19236",4032,798,3,1763,2476 +"19237",4032,1639,3,1763,2631 +"19238",4032,2057,3,1763,1965 +"19239",4032,3306,2,1763,1989 +"19240",4032,4367,3,1763,2794 +"19241",4032,4660,3,1763,2149 +"19242",4032,6697,2,1763,2438 +"19243",4032,7355,2,1763,1928 +"19244",4032,8610,3,1763,2240 +"19245",4032,8726,3,1763,2083 +"19246",4032,9050,3,1763,2026 +"19247",4032,11136,2,1763,2573 +"19248",4032,13079,3,1763,2547 +"19249",4032,14754,2,1763,2456 +"19250",4032,15003,3,1763,2067 +"19251",4032,15301,3,1763,2308 +"19252",4032,22766,3,1763,1945 +"19253",4032,24757,2,1763,1939 +"19254",4032,25741,3,1763,2853 +"19255",4032,26100,3,1763,1966 +"19256",4032,26749,3,1763,2965 +"19257",4032,26818,3,1763,1999 +"19258",4032,28081,2,1763,1927 +"19259",4032,31251,3,1763,2498 +"19260",4032,33949,3,1763,2489 +"19261",4032,34908,3,1763,2796 +"19262",4032,35477,3,1763,2703 +"19263",4032,37120,3,1763,2622 +"19264",4032,41187,3,1763,2340 +"19265",4032,43593,3,1763,2704 +"19266",4032,46486,3,1763,1868 +"19267",4032,50335,3,1763,1893 +"19268",4032,53362,3,1763,2360 +"19269",4032,54284,2,1763,2491 +"19270",4032,59539,3,1763,2429 +"19271",4032,63641,3,1763,2337 +"19272",4032,66717,3,1763,2104 +"19273",4032,68789,3,1763,1929 +"19274",4032,74605,3,1763,2265 +"19275",4032,96435,3,1763,2765 +"19276",4032,104659,3,1763,2026 +"19277",4032,111375,3,1763,2686 +"19278",4057,362,3,2389,2537 +"19279",4057,613,3,2389,2687 +"19280",4057,1151,2,2389,2885 +"19281",4057,1616,1,2389,2662 +"19282",4057,2036,2,2389,2483 +"19283",4057,2224,3,2389,2751 +"19284",4057,3853,3,2389,2465 +"19285",4057,7323,1,2389,2858 +"19286",4057,8681,3,2389,2716 +"19287",4057,8760,2,2389,2477 +"19288",4057,9311,3,2389,2477 +"19289",4057,9362,3,2389,2879 +"19290",4057,12713,3,2389,2440 +"19291",4057,14959,3,2389,2898 +"19292",4057,18151,3,2389,2962 +"19293",4057,19208,3,2389,2629 +"19294",4057,19606,2,2389,2783 +"19295",4057,20700,3,2389,2861 +"19296",4057,24923,3,2389,2785 +"19297",4057,26516,3,2389,2479 +"19298",4057,27478,3,2389,2485 +"19299",4057,31235,3,2389,2668 +"19300",4057,31799,3,2389,2547 +"19301",4057,39444,2,2389,2695 +"19302",4057,44768,3,2389,2516 +"19303",4057,47445,3,2389,2668 +"19304",4057,47803,2,2389,2477 +"19305",4057,49110,3,2389,2938 +"19306",4057,57977,3,2389,2683 +"19307",4057,60257,2,2389,2795 +"19308",4057,68083,3,2389,2795 +"19309",4057,70046,3,2389,2624 +"19310",4066,237,3,1736,1982 +"19311",4066,680,3,1736,2569 +"19312",4066,728,2,1736,1812 +"19313",4066,1691,3,1736,1941 +"19314",4066,2093,3,1736,2459 +"19315",4066,2226,3,1736,2225 +"19316",4066,3317,2,1736,2037 +"19317",4066,4646,3,1736,2139 +"19318",4066,4730,3,1736,2131 +"19319",4066,5055,3,1736,1796 +"19320",4066,6390,2,1736,2385 +"19321",4066,7014,2,1736,2401 +"19322",4066,8726,2,1736,2083 +"19323",4066,10336,3,1736,2271 +"19324",4066,10754,3,1736,1797 +"19325",4066,12577,3,1736,2530 +"19326",4066,12759,3,1736,2414 +"19327",4066,14915,3,1736,2606 +"19328",4066,16205,3,1736,2630 +"19329",4066,16835,3,1736,1739 +"19330",4066,18965,2,1736,2315 +"19331",4066,19364,3,1736,2846 +"19332",4066,20355,3,1736,2111 +"19333",4066,21681,3,1736,2005 +"19334",4066,22297,3,1736,1904 +"19335",4066,23121,3,1736,2108 +"19336",4066,25373,3,1736,2783 +"19337",4066,26734,3,1736,2299 +"19338",4066,28081,3,1736,1927 +"19339",4066,29311,3,1736,1849 +"19340",4066,31235,3,1736,2668 +"19341",4066,32311,3,1736,2396 +"19342",4066,32549,3,1736,2111 +"19343",4066,34831,3,1736,1866 +"19344",4066,35980,3,1736,2657 +"19345",4066,37036,3,1736,2264 +"19346",4066,37279,2,1736,2768 +"19347",4066,38259,3,1736,2258 +"19348",4066,41723,3,1736,2101 +"19349",4066,42914,2,1736,1737 +"19350",4066,46532,3,1736,2005 +"19351",4066,50585,3,1736,2414 +"19352",4066,51687,3,1736,2333 +"19353",4066,51879,3,1736,1771 +"19354",4066,53223,2,1736,2690 +"19355",4066,59039,3,1736,2870 +"19356",4066,59776,3,1736,2493 +"19357",4066,60879,3,1736,2792 +"19358",4066,61337,3,1736,2777 +"19359",4066,68789,3,1736,1929 +"19360",4066,73553,3,1736,2726 +"19361",4066,75607,3,1736,2245 +"19362",4066,78384,3,1736,1762 +"19363",4066,79596,3,1736,2004 +"19364",4066,82819,3,1736,1900 +"19365",4066,82932,3,1736,2245 +"19366",4071,3557,3,357,1259 +"19367",4071,4180,3,357,1817 +"19368",4071,4194,3,357,1641 +"19369",4071,4313,3,357,2368 +"19370",4071,5414,3,357,2321 +"19371",4071,7253,3,357,2686 +"19372",4071,7254,3,357,1849 +"19373",4071,7733,1,357,1326 +"19374",4071,10622,1,357,1173 +"19375",4071,11858,3,357,1530 +"19376",4071,20056,3,357,1824 +"19377",4071,20088,3,357,1677 +"19378",4071,21419,3,357,1243 +"19379",4071,21976,3,357,1808 +"19380",4071,29275,1,357,949 +"19381",4071,30164,3,357,404 +"19382",4071,31170,2,357,1776 +"19383",4071,34953,3,357,1817 +"19384",4071,35414,3,357,1959 +"19385",4071,43524,2,357,2572 +"19386",4071,49958,3,357,1860 +"19387",4071,52380,3,357,2686 +"19388",4071,57383,2,357,1302 +"19389",4071,57394,3,357,1271 +"19390",4071,62334,3,357,1766 +"19391",4071,65557,3,357,813 +"19392",4071,73810,1,357,1554 +"19393",4071,78262,2,357,1326 +"19394",4071,80162,2,357,1601 +"19395",4071,83228,2,357,732 +"19396",4071,86357,2,357,736 +"19397",4071,99194,3,357,1271 +"19398",4084,135,3,2133,2233 +"19399",4084,455,3,2133,2827 +"19400",4084,470,2,2133,2285 +"19401",4084,913,2,2133,2144 +"19402",4084,7515,3,2133,2737 +"19403",4084,7847,3,2133,2424 +"19404",4084,10130,3,2133,2741 +"19405",4084,22566,3,2133,2308 +"19406",4084,23705,3,2133,2699 +"19407",4084,24448,3,2133,2289 +"19408",4084,26436,3,2133,2489 +"19409",4084,27275,3,2133,2656 +"19410",4084,27390,3,2133,2425 +"19411",4084,29930,3,2133,2240 +"19412",4084,31235,3,2133,2668 +"19413",4084,33622,3,2133,2230 +"19414",4084,45633,3,2133,2134 +"19415",4084,64997,3,2133,2791 +"19416",4084,66413,2,2133,2507 +"19417",4084,73305,3,2133,2544 +"19418",4107,854,3,987,2307 +"19419",4107,1015,2,987,1174 +"19420",4107,4121,1,987,1304 +"19421",4107,4504,3,987,1905 +"19422",4107,6052,3,987,1985 +"19423",4107,8860,3,987,2141 +"19424",4107,10352,3,987,1371 +"19425",4107,13324,3,987,2163 +"19426",4107,13479,3,987,2155 +"19427",4107,13808,3,987,1356 +"19428",4107,13835,3,987,1588 +"19429",4107,16641,2,987,1359 +"19430",4107,18891,1,987,1596 +"19431",4107,21479,2,987,2134 +"19432",4107,26234,2,987,2183 +"19433",4107,29578,3,987,1957 +"19434",4107,30236,3,987,2238 +"19435",4107,30798,3,987,1398 +"19436",4107,35360,3,987,2043 +"19437",4107,35620,3,987,2092 +"19438",4107,36637,1,987,2085 +"19439",4107,38732,3,987,2263 +"19440",4107,39131,3,987,2491 +"19441",4107,40707,3,987,1547 +"19442",4107,41118,3,987,1091 +"19443",4107,46506,2,987,2464 +"19444",4107,46642,3,987,999 +"19445",4107,51016,3,987,1141 +"19446",4107,59677,3,987,1174 +"19447",4107,61188,3,987,2134 +"19448",4107,63147,3,987,1477 +"19449",4107,65572,2,987,2750 +"19450",4107,79837,1,987,1252 +"19451",4107,84254,3,987,2548 +"19452",4107,94404,3,987,1836 +"19453",4107,96653,3,987,1917 +"19454",4107,98080,2,987,1265 +"19455",4121,854,3,1304,2307 +"19456",4121,2294,3,1304,1638 +"19457",4121,6052,3,1304,1985 +"19458",4121,8860,2,1304,2141 +"19459",4121,10352,3,1304,1371 +"19460",4121,13324,3,1304,2163 +"19461",4121,13479,3,1304,2155 +"19462",4121,13835,3,1304,1588 +"19463",4121,16641,3,1304,1359 +"19464",4121,18706,3,1304,1617 +"19465",4121,18891,1,1304,1596 +"19466",4121,21479,2,1304,2134 +"19467",4121,26234,2,1304,2183 +"19468",4121,27427,3,1304,2325 +"19469",4121,29578,3,1304,1957 +"19470",4121,30798,3,1304,1398 +"19471",4121,32549,3,1304,2111 +"19472",4121,34094,3,1304,1360 +"19473",4121,34528,3,1304,1323 +"19474",4121,35360,3,1304,2043 +"19475",4121,35620,3,1304,2092 +"19476",4121,36637,2,1304,2085 +"19477",4121,39131,3,1304,2491 +"19478",4121,40707,3,1304,1547 +"19479",4121,46506,2,1304,2464 +"19480",4121,61188,2,1304,2134 +"19481",4121,63147,3,1304,1477 +"19482",4121,65572,2,1304,2750 +"19483",4121,73172,3,1304,2496 +"19484",4121,83860,3,1304,1522 +"19485",4121,84254,3,1304,2548 +"19486",4121,96653,3,1304,1917 +"19487",4144,9050,3,1520,2026 +"19488",4144,9063,3,1520,2000 +"19489",4144,9727,3,1520,2327 +"19490",4144,10337,2,1520,2452 +"19491",4144,11135,2,1520,2441 +"19492",4144,13528,3,1520,1891 +"19493",4144,15502,1,1520,2637 +"19494",4144,16833,3,1520,1661 +"19495",4144,19687,3,1520,2072 +"19496",4144,19972,2,1520,2078 +"19497",4144,21895,3,1520,1693 +"19498",4144,23639,3,1520,2065 +"19499",4144,35911,1,1520,2370 +"19500",4144,45487,3,1520,2256 +"19501",4144,51448,2,1520,1593 +"19502",4144,104659,3,1520,2026 +"19503",4164,20624,3,588,1298 +"19504",4164,20687,3,588,1248 +"19505",4164,21198,3,588,935 +"19506",4164,23450,3,588,967 +"19507",4164,41033,2,588,1839 +"19508",4164,41901,3,588,630 +"19509",4164,71342,3,588,1289 +"19510",4180,916,3,1817,2718 +"19511",4180,4551,3,1817,2720 +"19512",4180,5303,3,1817,1849 +"19513",4180,7253,1,1817,2686 +"19514",4180,7254,2,1817,1849 +"19515",4180,19509,2,1817,2000 +"19516",4180,28268,2,1817,2258 +"19517",4180,29276,3,1817,2000 +"19518",4180,42390,3,1817,2937 +"19519",4180,43524,3,1817,2572 +"19520",4180,47607,3,1817,2724 +"19521",4180,52380,2,1817,2686 +"19522",4180,58945,2,1817,2481 +"19523",4180,59511,2,1817,2753 +"19524",4180,69029,3,1817,2623 +"19525",4191,135,2,2130,2233 +"19526",4191,455,3,2130,2827 +"19527",4191,470,3,2130,2285 +"19528",4191,671,3,2130,2328 +"19529",4191,1136,2,2130,2536 +"19530",4191,1367,2,2130,2176 +"19531",4191,2954,3,2130,2727 +"19532",4191,3164,3,2130,2693 +"19533",4191,4618,1,2130,2607 +"19534",4191,4687,3,2130,2152 +"19535",4191,5072,3,2130,2175 +"19536",4191,5148,3,2130,2206 +"19537",4191,5622,3,2130,2175 +"19538",4191,5669,3,2130,2502 +"19539",4191,5725,2,2130,2789 +"19540",4191,6491,2,2130,2424 +"19541",4191,7234,3,2130,2654 +"19542",4191,7847,2,2130,2424 +"19543",4191,8533,3,2130,2251 +"19544",4191,10857,3,2130,2253 +"19545",4191,10871,3,2130,2314 +"19546",4191,10890,3,2130,2639 +"19547",4191,12867,3,2130,2773 +"19548",4191,13929,3,2130,2693 +"19549",4191,17400,3,2130,2231 +"19550",4191,18415,3,2130,2184 +"19551",4191,19516,2,2130,2313 +"19552",4191,19568,3,2130,2302 +"19553",4191,20563,2,2130,2267 +"19554",4191,23460,3,2130,2183 +"19555",4191,23704,3,2130,2278 +"19556",4191,26351,3,2130,2683 +"19557",4191,26436,3,2130,2489 +"19558",4191,26516,3,2130,2479 +"19559",4191,27628,2,2130,2389 +"19560",4191,27753,3,2130,2750 +"19561",4191,28285,3,2130,2972 +"19562",4191,29073,3,2130,2328 +"19563",4191,31799,3,2130,2547 +"19564",4191,34216,3,2130,2832 +"19565",4191,37418,3,2130,2710 +"19566",4191,37620,3,2130,2716 +"19567",4191,38727,3,2130,2238 +"19568",4191,39087,3,2130,2765 +"19569",4191,40369,3,2130,2735 +"19570",4191,42935,3,2130,2400 +"19571",4191,43213,3,2130,2160 +"19572",4191,45343,3,2130,2360 +"19573",4191,45633,3,2130,2134 +"19574",4191,45715,3,2130,2287 +"19575",4191,47857,2,2130,2325 +"19576",4191,47947,3,2130,2681 +"19577",4191,48605,3,2130,2796 +"19578",4191,51410,1,2130,2739 +"19579",4191,53300,3,2130,2162 +"19580",4191,54551,3,2130,2348 +"19581",4191,55139,2,2130,2323 +"19582",4191,56082,3,2130,2395 +"19583",4191,57544,3,2130,2443 +"19584",4191,57549,3,2130,2335 +"19585",4191,57977,3,2130,2683 +"19586",4191,60289,3,2130,2729 +"19587",4191,62840,3,2130,2502 +"19588",4191,64997,2,2130,2791 +"19589",4191,66413,3,2130,2507 +"19590",4191,70046,3,2130,2624 +"19591",4191,71518,3,2130,2805 +"19592",4191,71562,3,2130,2574 +"19593",4191,72207,3,2130,2430 +"19594",4191,74095,3,2130,2333 +"19595",4194,916,3,1641,2718 +"19596",4194,1560,3,1641,2013 +"19597",4194,2802,3,1641,1836 +"19598",4194,5414,2,1641,2321 +"19599",4194,6432,3,1641,2297 +"19600",4194,11506,3,1641,2824 +"19601",4194,18610,3,1641,2141 +"19602",4194,23739,3,1641,2463 +"19603",4194,26138,3,1641,1902 +"19604",4194,35414,2,1641,1959 +"19605",4194,41603,3,1641,1942 +"19606",4194,42998,2,1641,1978 +"19607",4194,43524,3,1641,2572 +"19608",4194,79793,3,1641,1915 +"19609",4194,94339,2,1641,2768 +"19610",4222,5839,3,190,2301 +"19611",4222,7579,3,190,1624 +"19612",4222,28048,3,190,1637 +"19613",4222,37915,3,190,1905 +"19614",4222,49265,3,190,2686 +"19615",4222,57380,2,190,2362 +"19616",4222,57405,2,190,2344 +"19617",4222,60624,3,190,1570 +"19618",4222,79965,1,190,1278 +"19619",4222,93102,3,190,1174 +"19620",4222,108581,2,190,2658 +"19621",4226,145,3,1903,1998 +"19622",4226,270,3,1903,2542 +"19623",4226,380,3,1903,2261 +"19624",4226,671,3,1903,2328 +"19625",4226,913,3,1903,2144 +"19626",4226,1090,3,1903,2370 +"19627",4226,1102,3,1903,2282 +"19628",4226,1136,3,1903,2536 +"19629",4226,1151,3,1903,2885 +"19630",4226,1367,3,1903,2176 +"19631",4226,1592,3,1903,2006 +"19632",4226,1616,3,1903,2662 +"19633",4226,1767,3,1903,2727 +"19634",4226,1777,3,1903,1965 +"19635",4226,2036,3,1903,2483 +"19636",4226,2166,2,1903,2557 +"19637",4226,2684,2,1903,2874 +"19638",4226,3271,3,1903,2216 +"19639",4226,3317,3,1903,2037 +"19640",4226,3628,3,1903,2707 +"19641",4226,4191,3,1903,2130 +"19642",4226,4305,3,1903,2374 +"19643",4226,4485,3,1903,1963 +"19644",4226,4504,3,1903,1905 +"19645",4226,4687,3,1903,2152 +"19646",4226,4701,3,1903,2401 +"19647",4226,4763,3,1903,1960 +"19648",4226,5239,3,1903,2875 +"19649",4226,5462,3,1903,2374 +"19650",4226,5504,3,1903,2389 +"19651",4226,6030,3,1903,2953 +"19652",4226,6052,3,1903,1985 +"19653",4226,6428,2,1903,1952 +"19654",4226,6491,1,1903,2424 +"19655",4226,6718,3,1903,2138 +"19656",4226,7245,3,1903,2089 +"19657",4226,7847,3,1903,2424 +"19658",4226,8088,3,1903,2220 +"19659",4226,8533,3,1903,2251 +"19660",4226,9272,3,1903,2835 +"19661",4226,9362,3,1903,2879 +"19662",4226,11055,3,1903,2111 +"19663",4226,11620,3,1903,2010 +"19664",4226,12374,2,1903,2260 +"19665",4226,12728,3,1903,2374 +"19666",4226,15401,3,1903,1999 +"19667",4226,15539,1,1903,1929 +"19668",4226,17230,3,1903,1965 +"19669",4226,18394,3,1903,2356 +"19670",4226,18415,3,1903,2184 +"19671",4226,19380,3,1903,2637 +"19672",4226,19606,3,1903,2783 +"19673",4226,20311,2,1903,1981 +"19674",4226,20563,3,1903,2267 +"19675",4226,20732,3,1903,2401 +"19676",4226,21029,3,1903,1943 +"19677",4226,21104,2,1903,2327 +"19678",4226,21275,2,1903,2609 +"19679",4226,23509,3,1903,2275 +"19680",4226,23725,3,1903,2378 +"19681",4226,23726,3,1903,2434 +"19682",4226,24753,3,1903,2860 +"19683",4226,25816,3,1903,2088 +"19684",4226,26067,3,1903,2069 +"19685",4226,26436,3,1903,2489 +"19686",4226,26451,1,1903,2133 +"19687",4226,26516,3,1903,2479 +"19688",4226,26818,3,1903,1999 +"19689",4226,27501,3,1903,1981 +"19690",4226,27628,2,1903,2389 +"19691",4226,28303,3,1903,2089 +"19692",4226,29073,2,1903,2328 +"19693",4226,30334,3,1903,2075 +"19694",4226,30943,3,1903,2287 +"19695",4226,31235,3,1903,2668 +"19696",4226,31799,3,1903,2547 +"19697",4226,32988,3,1903,2008 +"19698",4226,33801,3,1903,2899 +"19699",4226,34136,2,1903,2202 +"19700",4226,34216,3,1903,2832 +"19701",4226,35235,3,1903,2610 +"19702",4226,35514,3,1903,2346 +"19703",4226,36439,3,1903,2469 +"19704",4226,37418,3,1903,2710 +"19705",4226,37636,3,1903,2178 +"19706",4226,38727,3,1903,2238 +"19707",4226,39444,3,1903,2695 +"19708",4226,40369,2,1903,2735 +"19709",4226,41682,3,1903,1988 +"19710",4226,42505,3,1903,2008 +"19711",4226,43173,3,1903,2895 +"19712",4226,43226,3,1903,2442 +"19713",4226,43404,3,1903,2649 +"19714",4226,43518,1,1903,2680 +"19715",4226,48110,3,1903,2009 +"19716",4226,50118,3,1903,2654 +"19717",4226,50236,3,1903,2339 +"19718",4226,51783,3,1903,2599 +"19719",4226,55468,3,1903,2511 +"19720",4226,55556,3,1903,2075 +"19721",4226,55691,3,1903,2856 +"19722",4226,56082,3,1903,2395 +"19723",4226,56317,3,1903,2030 +"19724",4226,57544,2,1903,2443 +"19725",4226,57977,2,1903,2683 +"19726",4226,58451,2,1903,1939 +"19727",4226,58508,3,1903,2326 +"19728",4226,64997,2,1903,2791 +"19729",4226,65322,3,1903,2008 +"19730",4226,69335,3,1903,2698 +"19731",4226,70046,3,1903,2624 +"19732",4226,70203,3,1903,2756 +"19733",4226,72207,3,1903,2430 +"19734",4226,79804,3,1903,2227 +"19735",4226,85430,3,1903,2370 +"19736",4226,86245,3,1903,1972 +"19737",4226,108379,2,1903,2933 +"19738",4249,341,3,2547,2689 +"19739",4249,3158,2,2547,2762 +"19740",4249,6345,3,2547,2713 +"19741",4249,6747,3,2547,2913 +"19742",4249,9272,3,2547,2835 +"19743",4249,9724,3,2547,2713 +"19744",4249,14470,2,2547,2632 +"19745",4249,17499,3,2547,2954 +"19746",4249,23550,3,2547,2939 +"19747",4249,37684,3,2547,2899 +"19748",4249,42390,2,2547,2937 +"19749",4249,44235,3,2547,2700 +"19750",4249,53289,3,2547,2746 +"19751",4249,53652,3,2547,2899 +"19752",4249,69335,3,2547,2698 +"19753",4249,73602,3,2547,2881 +"19754",4253,134,3,1890,2062 +"19755",4253,270,3,1890,2542 +"19756",4253,377,3,1890,2389 +"19757",4253,1196,3,1890,1986 +"19758",4253,3164,3,1890,2693 +"19759",4253,3305,3,1890,2839 +"19760",4253,3628,3,1890,2707 +"19761",4253,3966,3,1890,2425 +"19762",4253,4953,3,1890,2285 +"19763",4253,5622,3,1890,2175 +"19764",4253,6030,3,1890,2953 +"19765",4253,6044,3,1890,2744 +"19766",4253,6047,3,1890,2004 +"19767",4253,6588,3,1890,2025 +"19768",4253,9928,3,1890,2345 +"19769",4253,10358,3,1890,2294 +"19770",4253,10717,3,1890,1938 +"19771",4253,11218,2,1890,2292 +"19772",4253,11329,3,1890,2799 +"19773",4253,11966,3,1890,2385 +"19774",4253,12042,2,1890,2345 +"19775",4253,13307,3,1890,2206 +"19776",4253,14887,3,1890,2158 +"19777",4253,14972,3,1890,2332 +"19778",4253,15301,3,1890,2308 +"19779",4253,16352,2,1890,2657 +"19780",4253,17400,3,1890,2231 +"19781",4253,17943,2,1890,1943 +"19782",4253,21571,3,1890,2755 +"19783",4253,22566,3,1890,2308 +"19784",4253,23310,3,1890,2371 +"19785",4253,26080,2,1890,2525 +"19786",4253,26721,3,1890,2586 +"19787",4253,26818,3,1890,1999 +"19788",4253,28050,3,1890,1955 +"19789",4253,28168,2,1890,2702 +"19790",4253,29314,3,1890,2736 +"19791",4253,30173,3,1890,2404 +"19792",4253,32567,3,1890,2784 +"19793",4253,32919,3,1890,2321 +"19794",4253,34735,3,1890,2767 +"19795",4253,40493,3,1890,1981 +"19796",4253,41972,1,1890,2509 +"19797",4253,42619,3,1890,2017 +"19798",4253,45742,3,1890,2566 +"19799",4253,47248,3,1890,2883 +"19800",4253,49110,2,1890,2938 +"19801",4253,50134,2,1890,2674 +"19802",4253,50236,3,1890,2339 +"19803",4253,51017,3,1890,2073 +"19804",4253,52969,3,1890,2302 +"19805",4253,54879,3,1890,2210 +"19806",4253,54929,3,1890,2783 +"19807",4253,55256,3,1890,2379 +"19808",4253,55652,3,1890,2795 +"19809",4253,57969,3,1890,2755 +"19810",4253,68286,3,1890,2442 +"19811",4253,72326,3,1890,2384 +"19812",4289,1196,3,1921,1986 +"19813",4289,1226,3,1921,2353 +"19814",4289,1831,3,1921,2397 +"19815",4289,2195,2,1921,2139 +"19816",4289,2484,3,1921,2389 +"19817",4289,3947,3,1921,2067 +"19818",4289,3961,1,1921,2426 +"19819",4289,5041,3,1921,2371 +"19820",4289,5912,3,1921,2257 +"19821",4289,6047,3,1921,2004 +"19822",4289,7677,3,1921,2338 +"19823",4289,8327,3,1921,2527 +"19824",4289,10358,2,1921,2294 +"19825",4289,10857,3,1921,2253 +"19826",4289,11218,3,1921,2292 +"19827",4289,11477,3,1921,2724 +"19828",4289,13388,3,1921,2119 +"19829",4289,13780,3,1921,2412 +"19830",4289,13929,3,1921,2693 +"19831",4289,14032,3,1921,2144 +"19832",4289,14507,3,1921,2686 +"19833",4289,14943,3,1921,1942 +"19834",4289,16826,2,1921,2599 +"19835",4289,18103,2,1921,1968 +"19836",4289,19528,3,1921,2742 +"19837",4289,20067,3,1921,2390 +"19838",4289,20423,3,1921,2654 +"19839",4289,20643,3,1921,2341 +"19840",4289,21138,3,1921,2849 +"19841",4289,21706,3,1921,1988 +"19842",4289,22331,3,1921,2687 +"19843",4289,24756,2,1921,2530 +"19844",4289,24825,3,1921,2686 +"19845",4289,27390,3,1921,2425 +"19846",4289,29295,3,1921,2043 +"19847",4289,29899,2,1921,2375 +"19848",4289,31069,3,1921,1995 +"19849",4289,31307,3,1921,2139 +"19850",4289,32520,3,1921,2425 +"19851",4289,32919,3,1921,2321 +"19852",4289,32939,3,1921,2277 +"19853",4289,32988,3,1921,2008 +"19854",4289,33801,3,1921,2899 +"19855",4289,34158,3,1921,2639 +"19856",4289,35361,3,1921,2389 +"19857",4289,35926,3,1921,2371 +"19858",4289,38227,1,1921,2511 +"19859",4289,40432,2,1921,1956 +"19860",4289,41682,3,1921,1988 +"19861",4289,42505,3,1921,2008 +"19862",4289,43479,3,1921,2178 +"19863",4289,44407,3,1921,2154 +"19864",4289,44676,3,1921,2629 +"19865",4289,46803,3,1921,2305 +"19866",4289,47386,3,1921,2226 +"19867",4289,52892,3,1921,2372 +"19868",4289,53475,3,1921,2853 +"19869",4289,54551,3,1921,2348 +"19870",4289,54879,3,1921,2210 +"19871",4289,54929,3,1921,2783 +"19872",4289,55691,3,1921,2856 +"19873",4289,57804,3,1921,2214 +"19874",4289,57977,3,1921,2683 +"19875",4289,70269,3,1921,2368 +"19876",4289,70528,3,1921,2727 +"19877",4289,79322,3,1921,2770 +"19878",4289,82929,2,1921,2475 +"19879",4303,680,1,2414,2569 +"19880",4303,841,3,2414,2964 +"19881",4303,3477,3,2414,2546 +"19882",4303,3493,3,2414,2451 +"19883",4303,3978,1,2414,2775 +"19884",4303,4361,3,2414,2571 +"19885",4303,4932,3,2414,2752 +"19886",4303,5106,3,2414,2622 +"19887",4303,6989,2,2414,2623 +"19888",4303,7785,3,2414,2441 +"19889",4303,8062,2,2414,2858 +"19890",4303,8604,3,2414,2799 +"19891",4303,9787,3,2414,2858 +"19892",4303,11253,3,2414,2577 +"19893",4303,11429,3,2414,2520 +"19894",4303,11477,3,2414,2724 +"19895",4303,11648,2,2414,2852 +"19896",4303,17037,3,2414,2947 +"19897",4303,18005,2,2414,2449 +"19898",4303,18371,3,2414,2860 +"19899",4303,18810,3,2414,2671 +"19900",4303,19208,3,2414,2629 +"19901",4303,19686,3,2414,2467 +"19902",4303,20941,3,2414,2725 +"19903",4303,20984,3,2414,2502 +"19904",4303,22709,3,2414,2743 +"19905",4303,23206,3,2414,2805 +"19906",4303,25373,2,2414,2783 +"19907",4303,27686,3,2414,2844 +"19908",4303,27742,3,2414,2700 +"19909",4303,28893,3,2414,2764 +"19910",4303,29473,3,2414,2602 +"19911",4303,29977,3,2414,2781 +"19912",4303,30705,3,2414,2959 +"19913",4303,34216,3,2414,2832 +"19914",4303,36953,3,2414,2790 +"19915",4303,37279,3,2414,2768 +"19916",4303,38691,3,2414,2585 +"19917",4303,40572,3,2414,2666 +"19918",4303,41664,3,2414,2641 +"19919",4303,41945,3,2414,2856 +"19920",4303,43673,3,2414,2787 +"19921",4303,45729,3,2414,2606 +"19922",4303,51783,2,2414,2599 +"19923",4303,57765,3,2414,2893 +"19924",4303,58521,3,2414,2950 +"19925",4303,63077,3,2414,2778 +"19926",4303,64947,2,2414,2489 +"19927",4303,70583,3,2414,2615 +"19928",4303,71531,2,2414,2887 +"19929",4305,6491,3,2374,2424 +"19930",4313,841,3,2368,2964 +"19931",4313,3978,3,2368,2775 +"19932",4313,4303,3,2368,2414 +"19933",4313,4698,1,2368,2481 +"19934",4313,10200,3,2368,2920 +"19935",4313,11429,2,2368,2520 +"19936",4313,14761,3,2368,2502 +"19937",4313,25373,3,2368,2783 +"19938",4313,26152,3,2368,2818 +"19939",4313,37342,3,2368,2649 +"19940",4313,47840,3,2368,2509 +"19941",4314,1787,2,48,1707 +"19942",4314,2370,3,48,1600 +"19943",4314,2907,3,48,1980 +"19944",4314,3313,3,48,572 +"19945",4314,3678,2,48,1325 +"19946",4314,4330,3,48,1128 +"19947",4314,5484,3,48,582 +"19948",4314,5937,3,48,2392 +"19949",4314,6234,3,48,2654 +"19950",4314,6235,3,48,1585 +"19951",4314,7722,3,48,74 +"19952",4314,10400,3,48,1517 +"19953",4314,11259,3,48,1356 +"19954",4314,14503,2,48,437 +"19955",4314,14584,3,48,1573 +"19956",4314,14861,1,48,2269 +"19957",4314,15119,3,48,1020 +"19958",4314,15150,3,48,2801 +"19959",4314,15558,3,48,2389 +"19960",4314,15728,3,48,576 +"19961",4314,16477,3,48,2069 +"19962",4314,18700,3,48,1929 +"19963",4314,18821,3,48,2075 +"19964",4314,19002,3,48,2053 +"19965",4314,19358,3,48,880 +"19966",4314,19767,3,48,1041 +"19967",4314,20011,3,48,2826 +"19968",4314,22684,3,48,569 +"19969",4314,22746,2,48,913 +"19970",4314,23277,3,48,1267 +"19971",4314,23728,2,48,2601 +"19972",4314,23771,3,48,1614 +"19973",4314,30194,3,48,2874 +"19974",4314,31170,3,48,1776 +"19975",4314,31259,3,48,2082 +"19976",4314,31794,3,48,1919 +"19977",4314,32070,3,48,950 +"19978",4314,32841,3,48,1345 +"19979",4314,33460,2,48,2781 +"19980",4314,34018,3,48,400 +"19981",4314,34576,3,48,1727 +"19982",4314,36979,3,48,2158 +"19983",4314,39439,2,48,2462 +"19984",4314,39723,3,48,778 +"19985",4314,42136,2,48,2551 +"19986",4314,44727,3,48,1227 +"19987",4314,44728,3,48,451 +"19988",4314,44730,3,48,2468 +"19989",4314,45664,3,48,2235 +"19990",4314,46568,3,48,822 +"19991",4314,48585,3,48,2063 +"19992",4314,49415,2,48,2654 +"19993",4314,50899,2,48,2125 +"19994",4314,51499,3,48,649 +"19995",4314,53726,3,48,1729 +"19996",4314,54737,3,48,326 +"19997",4314,56168,3,48,1466 +"19998",4314,63510,3,48,1602 +"19999",4314,67836,2,48,2195 +"20000",4314,76505,2,48,2123 +"20001",4314,76867,3,48,1296 +"20002",4314,76931,3,48,1338 +"20003",4314,76997,2,48,2223 +"20004",4314,77057,3,48,1866 +"20005",4314,77095,3,48,1622 +"20006",4314,82246,3,48,1538 +"20007",4314,85062,3,48,1379 +"20008",4314,90268,3,48,585 +"20009",4314,93459,3,48,1354 +"20010",4314,94495,2,48,989 +"20011",4314,95910,3,48,999 +"20012",4314,96700,3,48,1602 +"20013",4314,97615,2,48,1198 +"20014",4314,99291,3,48,930 +"20015",4314,100777,2,48,103 +"20016",4314,102368,2,48,613 +"20017",4314,103312,3,48,1216 +"20018",4314,103920,2,48,274 +"20019",4314,106330,2,48,2559 +"20020",4314,110218,3,48,437 +"20021",4314,118312,3,48,1159 +"20022",4314,119234,3,48,931 +"20023",4317,733,3,1224,1653 +"20024",4317,1592,2,1224,2006 +"20025",4317,1639,2,1224,2631 +"20026",4317,1691,3,1224,1941 +"20027",4317,2208,1,1224,2814 +"20028",4317,4567,3,1224,2348 +"20029",4317,4701,3,1224,2401 +"20030",4317,5438,3,1224,1499 +"20031",4317,5865,3,1224,1910 +"20032",4317,6252,3,1224,2336 +"20033",4317,6390,3,1224,2385 +"20034",4317,7126,3,1224,1261 +"20035",4317,7616,3,1224,2296 +"20036",4317,7672,3,1224,1974 +"20037",4317,7759,2,1224,2844 +"20038",4317,7847,3,1224,2424 +"20039",4317,9035,3,1224,2771 +"20040",4317,9311,3,1224,2477 +"20041",4317,9481,3,1224,1610 +"20042",4317,9503,3,1224,2453 +"20043",4317,10222,3,1224,2212 +"20044",4317,10453,2,1224,1656 +"20045",4317,10843,3,1224,2277 +"20046",4317,10851,3,1224,2423 +"20047",4317,13043,3,1224,1295 +"20048",4317,13200,3,1224,2488 +"20049",4317,14108,3,1224,2012 +"20050",4317,15632,3,1224,1242 +"20051",4317,16201,3,1224,1811 +"20052",4317,16518,3,1224,2642 +"20053",4317,16539,3,1224,1947 +"20054",4317,17037,3,1224,2947 +"20055",4317,17221,3,1224,2487 +"20056",4317,18543,3,1224,2968 +"20057",4317,18825,3,1224,1240 +"20058",4317,19718,3,1224,1702 +"20059",4317,19926,3,1224,2444 +"20060",4317,20124,3,1224,2376 +"20061",4317,20220,3,1224,1656 +"20062",4317,20407,3,1224,2339 +"20063",4317,21122,3,1224,1701 +"20064",4317,21133,3,1224,1320 +"20065",4317,21682,3,1224,2414 +"20066",4317,22282,3,1224,1418 +"20067",4317,22543,3,1224,1594 +"20068",4317,23526,3,1224,1998 +"20069",4317,23825,1,1224,1913 +"20070",4317,24198,3,1224,2217 +"20071",4317,24755,3,1224,1319 +"20072",4317,25565,3,1224,2764 +"20073",4317,26451,3,1224,2133 +"20074",4317,27001,3,1224,1761 +"20075",4317,27390,3,1224,2425 +"20076",4317,27849,3,1224,1316 +"20077",4317,29286,3,1224,1612 +"20078",4317,29948,3,1224,2795 +"20079",4317,32606,3,1224,2100 +"20080",4317,34836,3,1224,2302 +"20081",4317,38019,3,1224,1870 +"20082",4317,42543,3,1224,1907 +"20083",4317,43173,3,1224,2895 +"20084",4317,44427,3,1224,2875 +"20085",4317,44557,3,1224,2371 +"20086",4317,46621,2,1224,1343 +"20087",4317,46803,3,1224,2305 +"20088",4317,46951,3,1224,2429 +"20089",4317,47064,3,1224,1993 +"20090",4317,48289,3,1224,2209 +"20091",4317,49301,3,1224,1894 +"20092",4317,50041,3,1224,1565 +"20093",4317,50179,3,1224,2230 +"20094",4317,50275,2,1224,2832 +"20095",4317,51810,3,1224,1401 +"20096",4317,52058,3,1224,1836 +"20097",4317,52154,2,1224,1722 +"20098",4317,52327,3,1224,1472 +"20099",4317,55468,3,1224,2511 +"20100",4317,55775,3,1224,2385 +"20101",4317,56688,3,1224,2331 +"20102",4317,57950,3,1224,1529 +"20103",4317,60624,3,1224,1570 +"20104",4317,64181,3,1224,1828 +"20105",4317,65475,3,1224,1267 +"20106",4317,66860,3,1224,1548 +"20107",4317,69250,3,1224,1439 +"20108",4317,69745,2,1224,1594 +"20109",4317,71274,3,1224,2390 +"20110",4317,72597,3,1224,1843 +"20111",4317,77155,3,1224,2946 +"20112",4317,79322,3,1224,2770 +"20113",4317,79436,3,1224,1344 +"20114",4317,79627,3,1224,2409 +"20115",4317,81588,3,1224,1568 +"20116",4317,84907,3,1224,1259 +"20117",4317,87144,3,1224,2299 +"20118",4317,88232,2,1224,2881 +"20119",4317,90013,3,1224,1461 +"20120",4317,90911,3,1224,1263 +"20121",4317,100215,3,1224,2436 +"20122",4317,119208,3,1224,2646 +"20123",4322,2153,3,1707,2675 +"20124",4322,12724,3,1707,1930 +"20125",4322,55256,2,1707,2379 +"20126",4322,66992,2,1707,2882 +"20127",4330,728,3,1128,1812 +"20128",4330,2446,3,1128,2606 +"20129",4330,3284,3,1128,1541 +"20130",4330,6697,2,1128,2438 +"20131",4330,8777,3,1128,1620 +"20132",4330,13099,2,1128,1547 +"20133",4330,16482,3,1128,1958 +"20134",4330,23603,3,1128,2048 +"20135",4330,26336,3,1128,1904 +"20136",4330,30870,3,1128,2370 +"20137",4330,38259,3,1128,2258 +"20138",4330,38467,3,1128,1259 +"20139",4330,39999,3,1128,1593 +"20140",4330,41187,3,1128,2340 +"20141",4330,43115,3,1128,1500 +"20142",4330,43204,2,1128,1680 +"20143",4330,47114,3,1128,1920 +"20144",4330,51687,3,1128,2333 +"20145",4330,53726,3,1128,1729 +"20146",4341,34992,3,780,893 +"20147",4341,36651,3,780,1600 +"20148",4341,40137,2,780,1718 +"20149",4341,40698,3,780,1408 +"20150",4341,42783,3,780,2338 +"20151",4341,70748,3,780,978 +"20152",4341,72083,3,780,1122 +"20153",4341,73305,3,780,2544 +"20154",4341,78037,3,780,1606 +"20155",4341,98801,2,780,1035 +"20156",4350,3271,3,1392,2216 +"20157",4350,4696,3,1392,2656 +"20158",4350,9272,3,1392,2835 +"20159",4350,9579,2,1392,2105 +"20160",4350,19528,3,1392,2742 +"20161",4350,38755,3,1392,2902 +"20162",4350,40296,3,1392,1674 +"20163",4350,40703,3,1392,1608 +"20164",4350,41402,2,1392,2313 +"20165",4350,43226,3,1392,2442 +"20166",4350,48110,3,1392,2009 +"20167",4350,50248,3,1392,2781 +"20168",4350,54983,3,1392,2407 +"20169",4350,58508,3,1392,2326 +"20170",4350,69335,3,1392,2698 +"20171",4350,80301,3,1392,1690 +"20172",4350,109741,3,1392,1527 +"20173",4360,270,2,1770,2542 +"20174",4360,380,3,1770,2261 +"20175",4360,997,2,1770,2788 +"20176",4360,1102,3,1770,2282 +"20177",4360,1315,3,1770,2760 +"20178",4360,1324,3,1770,2147 +"20179",4360,1592,3,1770,2006 +"20180",4360,1691,3,1770,1941 +"20181",4360,1875,2,1770,1786 +"20182",4360,2111,2,1770,1904 +"20183",4360,2195,3,1770,2139 +"20184",4360,2289,3,1770,2389 +"20185",4360,2424,3,1770,2582 +"20186",4360,3493,2,1770,2451 +"20187",4360,4084,3,1770,2133 +"20188",4360,4191,3,1770,2130 +"20189",4360,4671,3,1770,2280 +"20190",4360,4701,3,1770,2401 +"20191",4360,5072,2,1770,2175 +"20192",4360,5235,3,1770,2324 +"20193",4360,5622,2,1770,2175 +"20194",4360,5971,3,1770,1985 +"20195",4360,6047,3,1770,2004 +"20196",4360,6588,2,1770,2025 +"20197",4360,6718,3,1770,2138 +"20198",4360,7029,3,1770,2204 +"20199",4360,7234,2,1770,2654 +"20200",4360,7858,1,1770,1795 +"20201",4360,9311,3,1770,2477 +"20202",4360,9928,3,1770,2345 +"20203",4360,10857,2,1770,2253 +"20204",4360,11218,2,1770,2292 +"20205",4360,11477,3,1770,2724 +"20206",4360,12042,3,1770,2345 +"20207",4360,12375,3,1770,1873 +"20208",4360,12564,3,1770,2799 +"20209",4360,13307,3,1770,2206 +"20210",4360,14032,3,1770,2144 +"20211",4360,14108,3,1770,2012 +"20212",4360,15799,3,1770,1917 +"20213",4360,16352,3,1770,2657 +"20214",4360,16863,3,1770,2069 +"20215",4360,17400,2,1770,2231 +"20216",4360,18394,2,1770,2356 +"20217",4360,19622,3,1770,2371 +"20218",4360,19862,3,1770,2412 +"20219",4360,20124,3,1770,2376 +"20220",4360,20407,3,1770,2339 +"20221",4360,21012,3,1770,2325 +"20222",4360,21693,3,1770,2176 +"20223",4360,22326,3,1770,2818 +"20224",4360,22362,3,1770,1836 +"20225",4360,23526,2,1770,1998 +"20226",4360,23715,2,1770,1859 +"20227",4360,23725,3,1770,2378 +"20228",4360,23918,3,1770,1881 +"20229",4360,25305,3,1770,2447 +"20230",4360,25508,3,1770,2081 +"20231",4360,26067,3,1770,2069 +"20232",4360,26080,3,1770,2525 +"20233",4360,26818,3,1770,1999 +"20234",4360,26848,3,1770,2363 +"20235",4360,26867,3,1770,1804 +"20236",4360,27195,3,1770,2158 +"20237",4360,30405,2,1770,2164 +"20238",4360,31093,3,1770,2160 +"20239",4360,31307,3,1770,2139 +"20240",4360,31436,3,1770,2892 +"20241",4360,32173,3,1770,2341 +"20242",4360,33433,3,1770,2805 +"20243",4360,34480,3,1770,2755 +"20244",4360,35926,3,1770,2371 +"20245",4360,38973,3,1770,1999 +"20246",4360,39294,2,1770,1889 +"20247",4360,40369,3,1770,2735 +"20248",4360,40493,3,1770,1981 +"20249",4360,43213,2,1770,2160 +"20250",4360,43455,3,1770,2846 +"20251",4360,43518,3,1770,2680 +"20252",4360,45684,3,1770,2200 +"20253",4360,46629,2,1770,2255 +"20254",4360,46982,3,1770,2806 +"20255",4360,47857,3,1770,2325 +"20256",4360,48035,3,1770,2180 +"20257",4360,48571,3,1770,2717 +"20258",4360,49608,3,1770,2184 +"20259",4360,49620,3,1770,1868 +"20260",4360,50236,3,1770,2339 +"20261",4360,51144,3,1770,2466 +"20262",4360,52058,3,1770,1836 +"20263",4360,52576,3,1770,2234 +"20264",4360,53219,3,1770,2973 +"20265",4360,53604,2,1770,2489 +"20266",4360,54551,2,1770,2348 +"20267",4360,54929,3,1770,2783 +"20268",4360,55482,3,1770,1866 +"20269",4360,56082,2,1770,2395 +"20270",4360,56237,3,1770,2625 +"20271",4360,61982,3,1770,2725 +"20272",4360,64181,3,1770,1828 +"20273",4360,64947,3,1770,2489 +"20274",4360,65242,3,1770,1988 +"20275",4360,66413,3,1770,2507 +"20276",4360,72207,1,1770,2430 +"20277",4360,72326,3,1770,2384 +"20278",4360,74636,3,1770,2525 +"20279",4360,75403,2,1770,1895 +"20280",4360,76048,3,1770,2373 +"20281",4360,79804,3,1770,2227 +"20282",4360,83396,3,1770,2396 +"20283",4360,86245,3,1770,1972 +"20284",4360,87837,3,1770,1987 +"20285",4360,88232,3,1770,2881 +"20286",4360,105063,3,1770,1908 +"20287",4361,3978,2,2571,2775 +"20288",4361,8062,3,2571,2858 +"20289",4361,12948,3,2571,2669 +"20290",4361,13290,3,2571,2824 +"20291",4361,25373,3,2571,2783 +"20292",4361,27742,3,2571,2700 +"20293",4361,38602,3,2571,2693 +"20294",4361,40954,3,2571,2603 +"20295",4361,45869,3,2571,2840 +"20296",4361,51783,3,2571,2599 +"20297",4361,53739,3,2571,2704 +"20298",4361,111375,2,2571,2686 +"20299",4366,357,2,1726,2327 +"20300",4366,24923,2,1726,2785 +"20301",4366,29073,3,1726,2328 +"20302",4366,31799,3,1726,2547 +"20303",4366,40937,3,1726,2639 +"20304",4366,53031,3,1726,2065 +"20305",4366,102824,3,1726,2944 +"20306",4367,13290,3,2794,2824 +"20307",4367,25741,3,2794,2853 +"20308",4367,34908,2,2794,2796 +"20309",4367,45869,2,2794,2840 +"20310",4403,55,1,2416,2524 +"20311",4403,6621,2,2416,2478 +"20312",4403,48931,3,2416,2444 +"20313",4403,57205,3,2416,2948 +"20314",4403,61398,3,2416,2563 +"20315",4403,68215,2,2416,2727 +"20316",4418,5725,3,2788,2789 +"20317",4418,28285,3,2788,2972 +"20318",4430,4567,3,2019,2348 +"20319",4430,10336,3,2019,2271 +"20320",4430,11538,3,2019,2288 +"20321",4430,12728,3,2019,2374 +"20322",4430,18421,3,2019,2457 +"20323",4430,32818,3,2019,2485 +"20324",4430,37036,3,2019,2264 +"20325",4430,44135,3,2019,2620 +"20326",4430,44744,3,2019,2032 +"20327",4430,46982,3,2019,2806 +"20328",4430,47013,3,2019,2388 +"20329",4485,12374,3,1963,2260 +"20330",4485,12728,3,1963,2374 +"20331",4485,26451,3,1963,2133 +"20332",4485,29073,3,1963,2328 +"20333",4485,43518,3,1963,2680 +"20334",4504,854,1,1905,2307 +"20335",4504,1767,3,1905,2727 +"20336",4504,2484,3,1905,2389 +"20337",4504,2704,3,1905,2609 +"20338",4504,3163,2,1905,2020 +"20339",4504,3164,3,1905,2693 +"20340",4504,3477,3,1905,2546 +"20341",4504,3492,3,1905,2117 +"20342",4504,3495,2,1905,2431 +"20343",4504,3801,3,1905,1974 +"20344",4504,6052,3,1905,1985 +"20345",4504,6063,3,1905,2349 +"20346",4504,6192,3,1905,2409 +"20347",4504,6222,3,1905,1949 +"20348",4504,7942,3,1905,2623 +"20349",4504,8865,3,1905,2394 +"20350",4504,11103,2,1905,2393 +"20351",4504,12388,3,1905,1975 +"20352",4504,13158,3,1905,2667 +"20353",4504,13899,3,1905,2650 +"20354",4504,14959,3,1905,2898 +"20355",4504,15546,3,1905,2055 +"20356",4504,16539,3,1905,1947 +"20357",4504,16866,3,1905,2718 +"20358",4504,17367,3,1905,2427 +"20359",4504,17943,2,1905,1943 +"20360",4504,18865,3,1905,2676 +"20361",4504,19208,3,1905,2629 +"20362",4504,19317,3,1905,2041 +"20363",4504,19605,3,1905,2395 +"20364",4504,20162,3,1905,2328 +"20365",4504,20284,3,1905,2530 +"20366",4504,21248,3,1905,2232 +"20367",4504,21275,3,1905,2609 +"20368",4504,21682,3,1905,2414 +"20369",4504,22260,3,1905,2137 +"20370",4504,23460,3,1905,2183 +"20371",4504,26234,2,1905,2183 +"20372",4504,29454,2,1905,2719 +"20373",4504,29930,3,1905,2240 +"20374",4504,30236,1,1905,2238 +"20375",4504,30660,3,1905,2145 +"20376",4504,33223,3,1905,2397 +"20377",4504,35360,3,1905,2043 +"20378",4504,36087,3,1905,2755 +"20379",4504,36574,3,1905,2934 +"20380",4504,36637,3,1905,2085 +"20381",4504,37301,2,1905,2160 +"20382",4504,38732,1,1905,2263 +"20383",4504,39131,3,1905,2491 +"20384",4504,39556,3,1905,2747 +"20385",4504,41682,3,1905,1988 +"20386",4504,41764,2,1905,2409 +"20387",4504,44268,3,1905,2436 +"20388",4504,50480,3,1905,2701 +"20389",4504,56397,3,1905,2053 +"20390",4504,56910,3,1905,2705 +"20391",4504,58733,3,1905,1958 +"20392",4504,60179,3,1905,2708 +"20393",4504,63395,3,1905,2334 +"20394",4504,66530,3,1905,2811 +"20395",4505,45134,3,292,2758 +"20396",4505,48215,3,292,2028 +"20397",4526,680,3,1728,2569 +"20398",4526,1519,2,1728,2349 +"20399",4526,1702,3,1728,1984 +"20400",4526,1846,3,1728,1845 +"20401",4526,2057,3,1728,1965 +"20402",4526,2424,3,1728,2582 +"20403",4526,2533,3,1728,2016 +"20404",4526,2852,3,1728,2448 +"20405",4526,3493,3,1728,2451 +"20406",4526,4303,3,1728,2414 +"20407",4526,4660,3,1728,2149 +"20408",4526,4669,3,1728,2395 +"20409",4526,5119,3,1728,2220 +"20410",4526,5683,3,1728,2468 +"20411",4526,7942,2,1728,2623 +"20412",4526,8610,3,1728,2240 +"20413",4526,10129,3,1728,2124 +"20414",4526,10239,3,1728,2032 +"20415",4526,10980,3,1728,1974 +"20416",4526,11029,3,1728,2362 +"20417",4526,11990,3,1728,1909 +"20418",4526,16176,3,1728,2703 +"20419",4526,16201,3,1728,1811 +"20420",4526,18005,3,1728,2449 +"20421",4526,19719,3,1728,2177 +"20422",4526,20941,2,1728,2725 +"20423",4526,23756,3,1728,2309 +"20424",4526,25577,3,1728,1946 +"20425",4526,26336,3,1728,1904 +"20426",4526,26642,3,1728,2952 +"20427",4526,27686,3,1728,2844 +"20428",4526,29289,3,1728,1756 +"20429",4526,29977,3,1728,2781 +"20430",4526,30034,2,1728,2357 +"20431",4526,31335,2,1728,2351 +"20432",4526,31866,3,1728,2101 +"20433",4526,34216,3,1728,2832 +"20434",4526,34742,3,1728,1883 +"20435",4526,36278,2,1728,2952 +"20436",4526,38019,3,1728,1870 +"20437",4526,38492,3,1728,2280 +"20438",4526,38691,2,1728,2585 +"20439",4526,41023,3,1728,2408 +"20440",4526,41447,3,1728,2405 +"20441",4526,41723,3,1728,2101 +"20442",4526,41969,2,1728,2189 +"20443",4526,43673,2,1728,2787 +"20444",4526,44694,3,1728,2220 +"20445",4526,46982,3,1728,2806 +"20446",4526,50585,3,1728,2414 +"20447",4526,52576,3,1728,2234 +"20448",4526,60258,3,1728,2405 +"20449",4526,62626,2,1728,2787 +"20450",4526,63077,3,1728,2778 +"20451",4526,68885,3,1728,2151 +"20452",4526,70070,2,1728,2425 +"20453",4526,70583,3,1728,2615 +"20454",4526,94625,3,1728,2105 +"20455",4551,827,3,2720,2964 +"20456",4551,19934,3,2720,2888 +"20457",4551,47607,3,2720,2724 +"20458",4551,59511,3,2720,2753 +"20459",4567,2208,3,2348,2814 +"20460",4567,3966,3,2348,2425 +"20461",4567,7506,3,2348,2371 +"20462",4567,7759,3,2348,2844 +"20463",4567,12728,3,2348,2374 +"20464",4567,13200,3,2348,2488 +"20465",4567,16310,3,2348,2796 +"20466",4567,17221,2,2348,2487 +"20467",4567,19165,3,2348,2436 +"20468",4567,19744,3,2348,2623 +"20469",4567,21138,3,2348,2849 +"20470",4567,27742,3,2348,2700 +"20471",4567,33672,2,2348,2396 +"20472",4567,41837,3,2348,2399 +"20473",4567,44135,2,2348,2620 +"20474",4567,47248,3,2348,2883 +"20475",4567,49110,3,2348,2938 +"20476",4567,53219,3,2348,2973 +"20477",4567,55076,3,2348,2408 +"20478",4567,64793,3,2348,2819 +"20479",4583,24923,3,2741,2785 +"20480",4602,5962,2,2446,2491 +"20481",4602,14754,3,2446,2456 +"20482",4602,24255,2,2446,2770 +"20483",4602,27312,3,2446,2469 +"20484",4602,43593,3,2446,2704 +"20485",4612,9787,3,2804,2858 +"20486",4612,11648,3,2804,2852 +"20487",4613,288,2,49,947 +"20488",4613,457,3,49,1704 +"20489",4613,512,3,49,1596 +"20490",4613,1044,3,49,880 +"20491",4613,1592,2,49,2006 +"20492",4613,1691,2,49,1941 +"20493",4613,1826,3,49,924 +"20494",4613,1985,3,49,888 +"20495",4613,2143,2,49,1174 +"20496",4613,2208,2,49,2814 +"20497",4613,3265,3,49,214 +"20498",4613,3748,2,49,2052 +"20499",4613,3878,3,49,1890 +"20500",4613,4317,2,49,1224 +"20501",4613,5018,3,49,640 +"20502",4613,5258,3,49,2730 +"20503",4613,5504,3,49,2389 +"20504",4613,5716,3,49,1058 +"20505",4613,6252,2,49,2336 +"20506",4613,6296,2,49,148 +"20507",4613,6390,2,49,2385 +"20508",4613,6417,3,49,1675 +"20509",4613,7672,3,49,1974 +"20510",4613,8011,3,49,889 +"20511",4613,8537,3,49,472 +"20512",4613,8762,3,49,2585 +"20513",4613,8866,3,49,1545 +"20514",4613,8910,3,49,1054 +"20515",4613,8961,3,49,507 +"20516",4613,9511,3,49,1232 +"20517",4613,10012,3,49,89 +"20518",4613,10222,3,49,2212 +"20519",4613,10513,3,49,2284 +"20520",4613,11348,3,49,824 +"20521",4613,12199,3,49,1651 +"20522",4613,12304,3,49,439 +"20523",4613,13248,3,49,1385 +"20524",4613,13837,3,49,1604 +"20525",4613,13945,3,49,1324 +"20526",4613,14108,2,49,2012 +"20527",4613,14616,3,49,385 +"20528",4613,14656,3,49,584 +"20529",4613,15906,3,49,109 +"20530",4613,16164,3,49,1184 +"20531",4613,18277,3,49,2309 +"20532",4613,18394,3,49,2356 +"20533",4613,18502,3,49,1033 +"20534",4613,18543,2,49,2968 +"20535",4613,19096,3,49,1538 +"20536",4613,19332,3,49,1214 +"20537",4613,19718,3,49,1702 +"20538",4613,19882,3,49,565 +"20539",4613,19963,3,49,810 +"20540",4613,20124,2,49,2376 +"20541",4613,20407,3,49,2339 +"20542",4613,21133,3,49,1320 +"20543",4613,21617,3,49,516 +"20544",4613,21682,3,49,2414 +"20545",4613,22141,2,49,2348 +"20546",4613,22537,3,49,436 +"20547",4613,23059,3,49,131 +"20548",4613,23825,3,49,1913 +"20549",4613,24198,2,49,2217 +"20550",4613,24568,3,49,1937 +"20551",4613,25565,2,49,2764 +"20552",4613,26462,3,49,140 +"20553",4613,26621,3,49,1100 +"20554",4613,26873,3,49,419 +"20555",4613,28406,2,49,81 +"20556",4613,28808,2,49,1063 +"20557",4613,29050,3,49,1196 +"20558",4613,29066,3,49,224 +"20559",4613,29170,3,49,1846 +"20560",4613,29948,3,49,2795 +"20561",4613,30405,2,49,2164 +"20562",4613,30411,3,49,630 +"20563",4613,31235,3,49,2668 +"20564",4613,32503,3,49,2020 +"20565",4613,33621,3,49,1319 +"20566",4613,33622,3,49,2230 +"20567",4613,34314,3,49,630 +"20568",4613,34836,3,49,2302 +"20569",4613,34945,3,49,1298 +"20570",4613,36087,3,49,2755 +"20571",4613,36439,3,49,2469 +"20572",4613,36450,3,49,1591 +"20573",4613,37509,3,49,1640 +"20574",4613,37628,3,49,819 +"20575",4613,38213,3,49,1744 +"20576",4613,38574,1,49,188 +"20577",4613,40022,3,49,2307 +"20578",4613,40488,3,49,486 +"20579",4613,41085,2,49,637 +"20580",4613,43046,3,49,419 +"20581",4613,43173,3,49,2895 +"20582",4613,43226,3,49,2442 +"20583",4613,44188,3,49,1609 +"20584",4613,44427,2,49,2875 +"20585",4613,46621,2,49,1343 +"20586",4613,46951,3,49,2429 +"20587",4613,47064,3,49,1993 +"20588",4613,47435,3,49,878 +"20589",4613,47585,2,49,794 +"20590",4613,49300,3,49,515 +"20591",4613,49301,3,49,1894 +"20592",4613,49512,2,49,1302 +"20593",4613,49620,3,49,1868 +"20594",4613,50179,3,49,2230 +"20595",4613,50235,3,49,726 +"20596",4613,52136,3,49,1412 +"20597",4613,52154,3,49,1722 +"20598",4613,52323,3,49,2148 +"20599",4613,52327,3,49,1472 +"20600",4613,53132,3,49,81 +"20601",4613,53252,2,49,637 +"20602",4613,53322,3,49,1200 +"20603",4613,53323,2,49,2677 +"20604",4613,53608,2,49,1986 +"20605",4613,53624,3,49,952 +"20606",4613,54305,3,49,1222 +"20607",4613,54857,3,49,849 +"20608",4613,55156,3,49,2196 +"20609",4613,55320,2,49,1643 +"20610",4613,55828,3,49,2393 +"20611",4613,56903,3,49,1584 +"20612",4613,57348,3,49,687 +"20613",4613,57353,2,49,1849 +"20614",4613,57990,2,49,978 +"20615",4613,58221,3,49,1787 +"20616",4613,58284,3,49,2292 +"20617",4613,58293,3,49,250 +"20618",4613,61785,1,49,822 +"20619",4613,62602,3,49,1172 +"20620",4613,62976,3,49,381 +"20621",4613,63637,3,49,498 +"20622",4613,64181,3,49,1828 +"20623",4613,67067,3,49,159 +"20624",4613,69122,3,49,416 +"20625",4613,69447,3,49,1197 +"20626",4613,70925,2,49,109 +"20627",4613,71274,3,49,2390 +"20628",4613,71342,3,49,1289 +"20629",4613,71478,3,49,1721 +"20630",4613,72598,3,49,805 +"20631",4613,72956,3,49,1251 +"20632",4613,74636,3,49,2525 +"20633",4613,75025,3,49,717 +"20634",4613,75921,3,49,517 +"20635",4613,76127,3,49,910 +"20636",4613,76192,3,49,912 +"20637",4613,78416,3,49,630 +"20638",4613,78563,3,49,2385 +"20639",4613,78569,3,49,578 +"20640",4613,79436,3,49,1344 +"20641",4613,81895,3,49,1634 +"20642",4613,82401,3,49,1210 +"20643",4613,84022,3,49,2289 +"20644",4613,88126,2,49,1027 +"20645",4613,88232,2,49,2881 +"20646",4613,88712,3,49,65 +"20647",4613,88808,3,49,1462 +"20648",4613,88966,3,49,1568 +"20649",4613,90802,3,49,877 +"20650",4613,92491,3,49,1968 +"20651",4613,92592,1,49,486 +"20652",4613,93398,3,49,828 +"20653",4613,94545,3,49,790 +"20654",4613,95036,1,49,380 +"20655",4613,96000,3,49,1789 +"20656",4613,97824,3,49,1229 +"20657",4613,98907,3,49,265 +"20658",4613,99953,3,49,581 +"20659",4613,100134,3,49,977 +"20660",4613,100215,3,49,2436 +"20661",4613,101598,3,49,781 +"20662",4613,101652,1,49,270 +"20663",4613,101967,2,49,691 +"20664",4613,102731,3,49,630 +"20665",4613,104711,3,49,410 +"20666",4613,105207,3,49,451 +"20667",4613,109383,3,49,952 +"20668",4613,110719,3,49,206 +"20669",4618,2954,3,2607,2727 +"20670",4618,3164,3,2607,2693 +"20671",4618,4418,3,2607,2788 +"20672",4618,4583,3,2607,2741 +"20673",4618,5725,2,2607,2789 +"20674",4618,10890,3,2607,2639 +"20675",4618,12867,2,2607,2773 +"20676",4618,13929,3,2607,2693 +"20677",4618,19027,3,2607,2721 +"20678",4618,20700,3,2607,2861 +"20679",4618,23140,3,2607,2787 +"20680",4618,24923,3,2607,2785 +"20681",4618,25129,3,2607,2647 +"20682",4618,26351,2,2607,2683 +"20683",4618,27753,2,2607,2750 +"20684",4618,28285,2,2607,2972 +"20685",4618,37418,3,2607,2710 +"20686",4618,37620,3,2607,2716 +"20687",4618,39087,3,2607,2765 +"20688",4618,40369,3,2607,2735 +"20689",4618,44427,3,2607,2875 +"20690",4618,47947,2,2607,2681 +"20691",4618,48605,3,2607,2796 +"20692",4618,50667,3,2607,2719 +"20693",4618,51410,2,2607,2739 +"20694",4618,54740,3,2607,2750 +"20695",4618,55691,3,2607,2856 +"20696",4618,57977,2,2607,2683 +"20697",4618,60289,3,2607,2729 +"20698",4618,64793,3,2607,2819 +"20699",4618,64997,3,2607,2791 +"20700",4618,65029,3,2607,2954 +"20701",4618,70046,3,2607,2624 +"20702",4618,71518,3,2607,2805 +"20703",4620,3978,3,1818,2775 +"20704",4620,4668,3,1818,1919 +"20705",4620,4669,2,1818,2395 +"20706",4620,6989,2,1818,2623 +"20707",4620,18415,3,1818,2184 +"20708",4620,25373,3,1818,2783 +"20709",4620,28869,3,1818,2425 +"20710",4620,36183,3,1818,2117 +"20711",4620,62939,3,1818,2574 +"20712",4622,1570,3,1589,2028 +"20713",4622,1822,3,1589,2888 +"20714",4622,2181,3,1589,2030 +"20715",4622,3477,2,1589,2546 +"20716",4622,3559,3,1589,2413 +"20717",4622,4983,3,1589,1909 +"20718",4622,6063,2,1589,2349 +"20719",4622,6392,3,1589,1878 +"20720",4622,7648,2,1589,1861 +"20721",4622,8325,3,1589,2228 +"20722",4622,8993,3,1589,2099 +"20723",4622,9273,1,1589,1747 +"20724",4622,9328,3,1589,1937 +"20725",4622,9503,3,1589,2453 +"20726",4622,10435,3,1589,1984 +"20727",4622,11154,3,1589,1594 +"20728",4622,11229,3,1589,1625 +"20729",4622,13899,3,1589,2650 +"20730",4622,14442,3,1589,2700 +"20731",4622,14817,3,1589,2110 +"20732",4622,15023,3,1589,2054 +"20733",4622,16184,2,1589,2274 +"20734",4622,17768,3,1589,2468 +"20735",4622,18005,3,1589,2449 +"20736",4622,19317,3,1589,2041 +"20737",4622,20124,3,1589,2376 +"20738",4622,20547,3,1589,2145 +"20739",4622,20984,3,1589,2502 +"20740",4622,21684,3,1589,1971 +"20741",4622,22403,3,1589,1630 +"20742",4622,24867,3,1589,1861 +"20743",4622,25053,3,1589,2186 +"20744",4622,31281,3,1589,1937 +"20745",4622,31357,3,1589,2389 +"20746",4622,32339,3,1589,2430 +"20747",4622,32395,3,1589,2735 +"20748",4622,32904,1,1589,2055 +"20749",4622,33223,2,1589,2397 +"20750",4622,33451,3,1589,1957 +"20751",4622,33470,3,1589,2003 +"20752",4622,34295,2,1589,2735 +"20753",4622,35822,3,1589,1903 +"20754",4622,35844,3,1589,2961 +"20755",4622,37301,3,1589,2160 +"20756",4622,38457,3,1589,1630 +"20757",4622,40542,2,1589,1664 +"20758",4622,40759,2,1589,2789 +"20759",4622,44132,3,1589,1999 +"20760",4622,44473,2,1589,1685 +"20761",4622,44501,3,1589,2567 +"20762",4622,47094,2,1589,2592 +"20763",4622,47595,3,1589,2374 +"20764",4622,51843,3,1589,2389 +"20765",4622,52953,3,1589,1741 +"20766",4622,55307,2,1589,2306 +"20767",4622,55482,3,1589,1866 +"20768",4622,58536,3,1589,2742 +"20769",4622,59289,3,1589,2896 +"20770",4622,59790,3,1589,1827 +"20771",4622,76143,3,1589,1610 +"20772",4622,79547,3,1589,1909 +"20773",4622,80615,3,1589,2252 +"20774",4622,84317,2,1589,2081 +"20775",4622,84322,3,1589,1635 +"20776",4622,84808,3,1589,1974 +"20777",4623,1124,3,1176,1596 +"20778",4623,4701,3,1176,2401 +"20779",4623,5239,3,1176,2875 +"20780",4623,5864,3,1176,1197 +"20781",4623,9351,3,1176,1460 +"20782",4623,11976,3,1176,1727 +"20783",4623,13248,2,1176,1385 +"20784",4623,13837,3,1176,1604 +"20785",4623,14353,3,1176,2878 +"20786",4623,14564,3,1176,1581 +"20787",4623,15808,3,1176,1521 +"20788",4623,16826,3,1176,2599 +"20789",4623,17097,3,1176,1505 +"20790",4623,17852,3,1176,2840 +"20791",4623,20311,3,1176,1981 +"20792",4623,20643,3,1176,2341 +"20793",4623,22403,2,1176,1630 +"20794",4623,23509,3,1176,2275 +"20795",4623,26451,3,1176,2133 +"20796",4623,27849,3,1176,1316 +"20797",4623,31691,3,1176,1657 +"20798",4623,34158,1,1176,2639 +"20799",4623,35361,3,1176,2389 +"20800",4623,38219,3,1176,1689 +"20801",4623,39516,1,1176,2393 +"20802",4623,40487,2,1176,2512 +"20803",4623,44414,3,1176,1329 +"20804",4623,49414,3,1176,1667 +"20805",4623,51157,3,1176,2319 +"20806",4623,51319,1,1176,2488 +"20807",4623,57150,3,1176,1196 +"20808",4623,57760,3,1176,1721 +"20809",4623,61337,3,1176,2777 +"20810",4623,62148,3,1176,1566 +"20811",4623,65322,3,1176,2008 +"20812",4623,72207,3,1176,2430 +"20813",4623,85716,1,1176,1609 +"20814",4634,1369,3,2291,2487 +"20815",4634,3158,3,2291,2762 +"20816",4634,4249,3,2291,2547 +"20817",4634,8463,2,2291,2466 +"20818",4634,9724,3,2291,2713 +"20819",4634,14470,3,2291,2632 +"20820",4634,14957,2,2291,2306 +"20821",4634,15782,2,2291,2306 +"20822",4634,36478,3,2291,2808 +"20823",4634,42407,3,2291,2408 +"20824",4634,43701,3,2291,2400 +"20825",4634,47882,2,2291,2769 +"20826",4634,58711,3,2291,2746 +"20827",4634,66368,3,2291,2413 +"20828",4634,67150,3,2291,2633 +"20829",4634,73520,3,2291,2613 +"20830",4634,93553,3,2291,2537 +"20831",4646,448,3,2139,2693 +"20832",4646,3978,3,2139,2775 +"20833",4646,7014,2,2139,2401 +"20834",4646,11136,3,2139,2573 +"20835",4646,12081,3,2139,2166 +"20836",4646,18965,2,2139,2315 +"20837",4646,20894,3,2139,2214 +"20838",4646,37279,3,2139,2768 +"20839",4646,41945,3,2139,2856 +"20840",4646,54718,3,2139,2473 +"20841",4646,57356,3,2139,2476 +"20842",4646,59776,2,2139,2493 +"20843",4646,61337,3,2139,2777 +"20844",4646,69810,2,2139,2321 +"20845",4660,489,3,2149,2652 +"20846",4660,680,3,2149,2569 +"20847",4660,1519,2,2149,2349 +"20848",4660,2226,2,2149,2225 +"20849",4660,2852,3,2149,2448 +"20850",4660,2936,3,2149,2512 +"20851",4660,3127,3,2149,2273 +"20852",4660,3493,3,2149,2451 +"20853",4660,3770,3,2149,2623 +"20854",4660,3978,3,2149,2775 +"20855",4660,4367,3,2149,2794 +"20856",4660,4831,3,2149,2365 +"20857",4660,5106,3,2149,2622 +"20858",4660,5683,2,2149,2468 +"20859",4660,8062,3,2149,2858 +"20860",4660,8610,3,2149,2240 +"20861",4660,9785,3,2149,2951 +"20862",4660,10766,3,2149,2647 +"20863",4660,12361,3,2149,2732 +"20864",4660,13079,3,2149,2547 +"20865",4660,13879,3,2149,2748 +"20866",4660,14754,3,2149,2456 +"20867",4660,14915,3,2149,2606 +"20868",4660,17033,3,2149,2771 +"20869",4660,19073,3,2149,2748 +"20870",4660,19364,3,2149,2846 +"20871",4660,19655,3,2149,2706 +"20872",4660,20941,2,2149,2725 +"20873",4660,22709,3,2149,2743 +"20874",4660,23154,3,2149,2345 +"20875",4660,23756,3,2149,2309 +"20876",4660,27686,1,2149,2844 +"20877",4660,29977,3,2149,2781 +"20878",4660,30034,3,2149,2357 +"20879",4660,30368,3,2149,2487 +"20880",4660,31335,3,2149,2351 +"20881",4660,32202,2,2149,2314 +"20882",4660,35456,3,2149,2358 +"20883",4660,36278,3,2149,2952 +"20884",4660,36487,1,2149,2622 +"20885",4660,37059,3,2149,2840 +"20886",4660,38691,2,2149,2585 +"20887",4660,39534,2,2149,2410 +"20888",4660,39906,3,2149,2365 +"20889",4660,40572,2,2149,2666 +"20890",4660,41023,3,2149,2408 +"20891",4660,43673,2,2149,2787 +"20892",4660,46261,3,2149,2350 +"20893",4660,46384,3,2149,2285 +"20894",4660,47013,3,2149,2388 +"20895",4660,49347,3,2149,2504 +"20896",4660,51144,3,2149,2466 +"20897",4660,51774,2,2149,2459 +"20898",4660,61513,3,2149,2948 +"20899",4660,62626,2,2149,2787 +"20900",4660,63641,1,2149,2337 +"20901",4660,70583,3,2149,2615 +"20902",4660,78423,3,2149,2840 +"20903",4660,92297,2,2149,2952 +"20904",4665,371,3,1569,2950 +"20905",4665,997,3,1569,2788 +"20906",4665,1124,3,1569,1596 +"20907",4665,1519,2,1569,2349 +"20908",4665,2418,3,1569,2020 +"20909",4665,2667,2,1569,2819 +"20910",4665,2747,3,1569,2411 +"20911",4665,2852,2,1569,2448 +"20912",4665,2936,3,1569,2512 +"20913",4665,3477,3,1569,2546 +"20914",4665,3493,2,1569,2451 +"20915",4665,4526,3,1569,1728 +"20916",4665,4831,3,1569,2365 +"20917",4665,5897,3,1569,2337 +"20918",4665,6063,3,1569,2349 +"20919",4665,7861,3,1569,1647 +"20920",4665,8354,3,1569,1705 +"20921",4665,9503,3,1569,2453 +"20922",4665,9787,3,1569,2858 +"20923",4665,10473,3,1569,1783 +"20924",4665,14959,3,1569,2898 +"20925",4665,16690,3,1569,2132 +"20926",4665,16796,3,1569,1892 +"20927",4665,18421,3,1569,2457 +"20928",4665,19686,3,1569,2467 +"20929",4665,20941,3,1569,2725 +"20930",4665,21406,3,1569,2714 +"20931",4665,22244,3,1569,2139 +"20932",4665,23131,3,1569,1732 +"20933",4665,24069,3,1569,2697 +"20934",4665,25330,3,1569,2370 +"20935",4665,28051,2,1569,2089 +"20936",4665,28970,3,1569,2111 +"20937",4665,30034,2,1569,2357 +"20938",4665,30368,3,1569,2487 +"20939",4665,30525,3,1569,1964 +"20940",4665,31335,3,1569,2351 +"20941",4665,31866,3,1569,2101 +"20942",4665,33223,3,1569,2397 +"20943",4665,34216,3,1569,2832 +"20944",4665,35822,3,1569,1903 +"20945",4665,37149,3,1569,1673 +"20946",4665,38691,3,1569,2585 +"20947",4665,39418,3,1569,1978 +"20948",4665,40542,3,1569,1664 +"20949",4665,41023,3,1569,2408 +"20950",4665,41187,3,1569,2340 +"20951",4665,41633,3,1569,1976 +"20952",4665,46982,3,1569,2806 +"20953",4665,51144,3,1569,2466 +"20954",4665,54924,3,1569,2603 +"20955",4665,57180,3,1569,2703 +"20956",4665,58501,3,1569,2613 +"20957",4665,70583,3,1569,2615 +"20958",4665,73107,3,1569,1918 +"20959",4665,99351,3,1569,2939 +"20960",4668,2206,3,1919,2536 +"20961",4668,3127,2,1919,2273 +"20962",4668,4669,1,1919,2395 +"20963",4668,5897,3,1919,2337 +"20964",4668,6989,3,1919,2623 +"20965",4668,7252,3,1919,2799 +"20966",4668,8568,3,1919,2706 +"20967",4668,8890,3,1919,1955 +"20968",4668,9785,3,1919,2951 +"20969",4668,9787,3,1919,2858 +"20970",4668,10980,2,1919,1974 +"20971",4668,11648,3,1919,2852 +"20972",4668,12948,3,1919,2669 +"20973",4668,14749,3,1919,1998 +"20974",4668,14781,3,1919,2338 +"20975",4668,14817,3,1919,2110 +"20976",4668,16286,3,1919,2470 +"20977",4668,18415,3,1919,2184 +"20978",4668,27742,3,1919,2700 +"20979",4668,27914,3,1919,2507 +"20980",4668,28869,2,1919,2425 +"20981",4668,29116,3,1919,2128 +"20982",4668,30318,3,1919,2395 +"20983",4668,30525,3,1919,1964 +"20984",4668,31868,3,1919,1993 +"20985",4668,32942,3,1919,2038 +"20986",4668,35728,3,1919,2017 +"20987",4668,36183,3,1919,2117 +"20988",4668,36953,3,1919,2790 +"20989",4668,39534,3,1919,2410 +"20990",4668,40572,3,1919,2666 +"20991",4668,45869,2,1919,2840 +"20992",4668,56538,3,1919,2796 +"20993",4668,56995,3,1919,2323 +"20994",4668,92297,3,1919,2952 +"20995",4669,680,3,2395,2569 +"20996",4669,2206,3,2395,2536 +"20997",4669,2852,3,2395,2448 +"20998",4669,3978,3,2395,2775 +"20999",4669,4361,3,2395,2571 +"21000",4669,5106,3,2395,2622 +"21001",4669,6989,2,2395,2623 +"21002",4669,7252,3,2395,2799 +"21003",4669,7785,3,2395,2441 +"21004",4669,7942,3,2395,2623 +"21005",4669,8568,2,2395,2706 +"21006",4669,9785,3,2395,2951 +"21007",4669,11648,3,2395,2852 +"21008",4669,12759,3,2395,2414 +"21009",4669,12948,2,2395,2669 +"21010",4669,16286,3,2395,2470 +"21011",4669,17037,3,2395,2947 +"21012",4669,18810,3,2395,2671 +"21013",4669,25373,3,2395,2783 +"21014",4669,27390,3,2395,2425 +"21015",4669,27742,3,2395,2700 +"21016",4669,27908,3,2395,2576 +"21017",4669,27914,3,2395,2507 +"21018",4669,28869,2,2395,2425 +"21019",4669,36912,3,2395,2469 +"21020",4669,36953,3,2395,2790 +"21021",4669,37059,3,2395,2840 +"21022",4669,39534,2,2395,2410 +"21023",4669,40572,2,2395,2666 +"21024",4669,41023,3,2395,2408 +"21025",4669,45869,2,2395,2840 +"21026",4669,49347,3,2395,2504 +"21027",4669,50585,3,2395,2414 +"21028",4671,997,2,2280,2788 +"21029",4671,1102,3,2280,2282 +"21030",4671,3495,3,2280,2431 +"21031",4671,5515,3,2280,2385 +"21032",4671,5669,3,2280,2502 +"21033",4671,5725,3,2280,2789 +"21034",4671,7616,3,2280,2296 +"21035",4671,11067,3,2280,2734 +"21036",4671,20162,2,2280,2328 +"21037",4671,21406,3,2280,2714 +"21038",4671,28285,3,2280,2972 +"21039",4671,28635,3,2280,2368 +"21040",4671,31799,3,2280,2547 +"21041",4671,35514,3,2280,2346 +"21042",4671,42129,3,2280,2318 +"21043",4671,42216,3,2280,2722 +"21044",4671,45302,3,2280,2390 +"21045",4671,48571,1,2280,2717 +"21046",4671,50667,3,2280,2719 +"21047",4671,51035,3,2280,2397 +"21048",4671,53219,2,2280,2973 +"21049",4671,62840,3,2280,2502 +"21050",4671,72334,3,2280,2820 +"21051",4675,6982,3,1741,2034 +"21052",4675,7009,3,1741,1982 +"21053",4675,22311,3,1741,2034 +"21054",4675,25480,1,1741,2747 +"21055",4675,29224,3,1741,2011 +"21056",4675,34842,2,1741,2050 +"21057",4675,35360,3,1741,2043 +"21058",4675,41023,3,1741,2408 +"21059",4675,51364,3,1741,2660 +"21060",4675,54067,3,1741,2433 +"21061",4675,54879,3,1741,2210 +"21062",4675,64255,3,1741,2309 +"21063",4675,102284,3,1741,2877 +"21064",4681,1639,3,2356,2631 +"21065",4681,2936,3,2356,2512 +"21066",4681,9272,3,2356,2835 +"21067",4681,16352,3,2356,2657 +"21068",4681,18202,3,2356,2475 +"21069",4681,19215,3,2356,2604 +"21070",4681,19364,1,2356,2846 +"21071",4681,22709,2,2356,2743 +"21072",4681,34735,3,2356,2767 +"21073",4681,39906,3,2356,2365 +"21074",4681,54929,3,2356,2783 +"21075",4681,60879,3,2356,2792 +"21076",4681,70046,3,2356,2624 +"21077",4681,73553,2,2356,2726 +"21078",4681,121354,3,2356,2862 +"21079",4687,380,3,2152,2261 +"21080",4687,671,3,2152,2328 +"21081",4687,1102,3,2152,2282 +"21082",4687,1136,3,2152,2536 +"21083",4687,2572,3,2152,2273 +"21084",4687,2954,3,2152,2727 +"21085",4687,4618,3,2152,2607 +"21086",4687,5725,3,2152,2789 +"21087",4687,5839,3,2152,2301 +"21088",4687,6390,2,2152,2385 +"21089",4687,6491,2,2152,2424 +"21090",4687,7847,3,2152,2424 +"21091",4687,8762,3,2152,2585 +"21092",4687,9150,3,2152,2689 +"21093",4687,9362,3,2152,2879 +"21094",4687,10890,2,2152,2639 +"21095",4687,11351,3,2152,2971 +"21096",4687,14652,2,2152,2516 +"21097",4687,20563,3,2152,2267 +"21098",4687,21104,3,2152,2327 +"21099",4687,22415,3,2152,2841 +"21100",4687,23132,3,2152,2756 +"21101",4687,23216,3,2152,2424 +"21102",4687,23704,3,2152,2278 +"21103",4687,24448,3,2152,2289 +"21104",4687,26436,2,2152,2489 +"21105",4687,26516,3,2152,2479 +"21106",4687,26721,3,2152,2586 +"21107",4687,27275,3,2152,2656 +"21108",4687,27390,3,2152,2425 +"21109",4687,27628,2,2152,2389 +"21110",4687,27753,3,2152,2750 +"21111",4687,31235,2,2152,2668 +"21112",4687,31799,3,2152,2547 +"21113",4687,34216,3,2152,2832 +"21114",4687,38727,3,2152,2238 +"21115",4687,38780,3,2152,2705 +"21116",4687,39411,3,2152,2384 +"21117",4687,40369,3,2152,2735 +"21118",4687,40931,3,2152,2301 +"21119",4687,42216,3,2152,2722 +"21120",4687,43173,3,2152,2895 +"21121",4687,45302,3,2152,2390 +"21122",4687,47445,3,2152,2668 +"21123",4687,51410,3,2152,2739 +"21124",4687,52576,3,2152,2234 +"21125",4687,54740,3,2152,2750 +"21126",4687,56082,3,2152,2395 +"21127",4687,57544,3,2152,2443 +"21128",4687,58508,3,2152,2326 +"21129",4687,60661,2,2152,2700 +"21130",4687,62219,3,2152,2494 +"21131",4687,64793,3,2152,2819 +"21132",4687,64997,3,2152,2791 +"21133",4687,70046,3,2152,2624 +"21134",4687,79804,3,2152,2227 +"21135",4690,279,3,1938,1989 +"21136",4690,380,2,1938,2261 +"21137",4690,1102,2,1938,2282 +"21138",4690,1691,3,1938,1941 +"21139",4690,2572,2,1938,2273 +"21140",4690,3163,3,1938,2020 +"21141",4690,3801,1,1938,1974 +"21142",4690,5235,3,1938,2324 +"21143",4690,6052,3,1938,1985 +"21144",4690,6074,2,1938,2426 +"21145",4690,6491,3,1938,2424 +"21146",4690,8762,3,1938,2585 +"21147",4690,9362,3,1938,2879 +"21148",4690,10513,2,1938,2284 +"21149",4690,11440,3,1938,2026 +"21150",4690,12374,3,1938,2260 +"21151",4690,12528,3,1938,2589 +"21152",4690,12602,2,1938,1956 +"21153",4690,12728,3,1938,2374 +"21154",4690,14655,3,1938,2559 +"21155",4690,14834,2,1938,2739 +"21156",4690,15381,3,1938,2289 +"21157",4690,16535,3,1938,1993 +"21158",4690,19248,3,1938,2357 +"21159",4690,21138,3,1938,2849 +"21160",4690,21682,3,1938,2414 +"21161",4690,21929,3,1938,2062 +"21162",4690,24060,3,1938,2349 +"21163",4690,24721,3,1938,2326 +"21164",4690,26067,3,1938,2069 +"21165",4690,26671,3,1938,2279 +"21166",4690,33430,3,1938,2225 +"21167",4690,33981,3,1938,1993 +"21168",4690,35815,3,1938,2789 +"21169",4690,40493,3,1938,1981 +"21170",4690,42216,3,1938,2722 +"21171",4690,45302,3,1938,2390 +"21172",4690,46950,2,1938,2673 +"21173",4690,47248,3,1938,2883 +"21174",4690,48605,3,1938,2796 +"21175",4690,49110,3,1938,2938 +"21176",4690,50134,3,1938,2674 +"21177",4690,51017,2,1938,2073 +"21178",4690,51035,3,1938,2397 +"21179",4690,51866,3,1938,2411 +"21180",4690,64699,3,1938,2797 +"21181",4690,66983,3,1938,2397 +"21182",4690,66992,3,1938,2882 +"21183",4690,80825,2,1938,2315 +"21184",4691,843,1,1888,2332 +"21185",4691,3271,3,1888,2216 +"21186",4691,9272,3,1888,2835 +"21187",4691,15023,3,1888,2054 +"21188",4691,20547,3,1888,2145 +"21189",4691,20739,3,1888,2025 +"21190",4691,35844,3,1888,2961 +"21191",4691,43226,3,1888,2442 +"21192",4691,47882,3,1888,2769 +"21193",4691,48110,3,1888,2009 +"21194",4691,50045,3,1888,2635 +"21195",4691,51843,3,1888,2389 +"21196",4691,54385,3,1888,2340 +"21197",4691,58508,3,1888,2326 +"21198",4691,59289,3,1888,2896 +"21199",4691,69335,3,1888,2698 +"21200",4691,84808,3,1888,1974 +"21201",4698,10200,3,2481,2920 +"21202",4698,11429,2,2481,2520 +"21203",4698,14761,3,2481,2502 +"21204",4698,20695,3,2481,2526 +"21205",4698,26152,2,2481,2818 +"21206",4698,33755,3,2481,2963 +"21207",4698,37342,2,2481,2649 +"21208",4698,50621,3,2481,2809 +"21209",4698,70656,3,2481,2771 +"21210",4701,270,3,2401,2542 +"21211",4701,307,3,2401,2530 +"21212",4701,3765,3,2401,2775 +"21213",4701,9311,3,2401,2477 +"21214",4701,10148,3,2401,2964 +"21215",4701,15626,3,2401,2434 +"21216",4701,17852,3,2401,2840 +"21217",4701,19606,3,2401,2783 +"21218",4701,22331,3,2401,2687 +"21219",4701,22714,3,2401,2793 +"21220",4701,27390,3,2401,2425 +"21221",4701,31799,3,2401,2547 +"21222",4701,32457,3,2401,2690 +"21223",4701,33433,2,2401,2805 +"21224",4701,33801,3,2401,2899 +"21225",4701,38755,3,2401,2902 +"21226",4701,39556,3,2401,2747 +"21227",4701,43518,3,2401,2680 +"21228",4701,43929,3,2401,2749 +"21229",4701,51319,3,2401,2488 +"21230",4701,55468,2,2401,2511 +"21231",4701,57732,3,2401,2454 +"21232",4701,57977,3,2401,2683 +"21233",4701,59113,3,2401,2434 +"21234",4701,72207,2,2401,2430 +"21235",4701,79322,3,2401,2770 +"21236",4705,2446,3,1714,2606 +"21237",4705,2484,3,1714,2389 +"21238",4705,3068,3,1714,1815 +"21239",4705,3495,3,1714,2431 +"21240",4705,3853,3,1714,2465 +"21241",4705,4551,3,1714,2720 +"21242",4705,6222,3,1714,1949 +"21243",4705,7858,3,1714,1795 +"21244",4705,9175,3,1714,2639 +"21245",4705,12432,3,1714,1816 +"21246",4705,12449,3,1714,2067 +"21247",4705,13869,3,1714,1786 +"21248",4705,13929,3,1714,2693 +"21249",4705,14328,3,1714,1725 +"21250",4705,14959,3,1714,2898 +"21251",4705,17520,3,1714,2276 +"21252",4705,17943,3,1714,1943 +"21253",4705,18670,3,1714,1835 +"21254",4705,20219,3,1714,2313 +"21255",4705,20423,2,1714,2654 +"21256",4705,20486,2,1714,1908 +"21257",4705,21138,3,1714,2849 +"21258",4705,22277,3,1714,2424 +"21259",4705,23139,3,1714,2644 +"21260",4705,23319,2,1714,2867 +"21261",4705,23641,3,1714,1934 +"21262",4705,24558,2,1714,2139 +"21263",4705,25078,2,1714,2312 +"21264",4705,25129,3,1714,2647 +"21265",4705,26671,3,1714,2279 +"21266",4705,29899,3,1714,2375 +"21267",4705,30236,3,1714,2238 +"21268",4705,30334,3,1714,2075 +"21269",4705,31159,3,1714,2231 +"21270",4705,35360,2,1714,2043 +"21271",4705,37636,3,1714,2178 +"21272",4705,38259,3,1714,2258 +"21273",4705,38921,3,1714,1880 +"21274",4705,40392,3,1714,1878 +"21275",4705,44268,3,1714,2436 +"21276",4705,46742,3,1714,2144 +"21277",4705,47082,3,1714,1990 +"21278",4705,47812,3,1714,2343 +"21279",4705,49787,2,1714,2352 +"21280",4705,49812,2,1714,1816 +"21281",4705,50252,3,1714,2001 +"21282",4705,51783,3,1714,2599 +"21283",4705,56854,2,1714,2022 +"21284",4705,62841,3,1714,2710 +"21285",4705,65572,3,1714,2750 +"21286",4705,66124,2,1714,2174 +"21287",4705,83862,3,1714,2026 +"21288",4705,117080,3,1714,2357 +"21289",4707,4583,2,2588,2741 +"21290",4707,43173,3,2588,2895 +"21291",4723,499,3,1314,1931 +"21292",4723,1151,3,1314,2885 +"21293",4723,1777,3,1314,1965 +"21294",4723,2036,3,1314,2483 +"21295",4723,2208,3,1314,2814 +"21296",4723,2370,3,1314,1600 +"21297",4723,2484,3,1314,2389 +"21298",4723,5462,3,1314,2374 +"21299",4723,6996,3,1314,2916 +"21300",4723,7703,2,1314,2122 +"21301",4723,8258,3,1314,1959 +"21302",4723,11477,3,1314,2724 +"21303",4723,15401,3,1314,1999 +"21304",4723,16801,3,1314,2008 +"21305",4723,16896,3,1314,2223 +"21306",4723,17938,3,1314,1410 +"21307",4723,18670,3,1314,1835 +"21308",4723,19606,2,1314,2783 +"21309",4723,21920,3,1314,2367 +"21310",4723,28635,2,1314,2368 +"21311",4723,29512,3,1314,1594 +"21312",4723,31950,3,1314,2217 +"21313",4723,32988,3,1314,2008 +"21314",4723,33356,3,1314,1586 +"21315",4723,38219,3,1314,1689 +"21316",4723,38755,3,1314,2902 +"21317",4723,40565,3,1314,2115 +"21318",4723,44089,3,1314,1632 +"21319",4723,45449,3,1314,1610 +"21320",4723,46680,1,1314,1690 +"21321",4723,53293,2,1314,2916 +"21322",4723,57549,2,1314,2335 +"21323",4723,61921,2,1314,1793 +"21324",4723,65155,3,1314,1947 +"21325",4723,67129,3,1314,2335 +"21326",4723,71024,3,1314,2312 +"21327",4723,82270,2,1314,1641 +"21328",4723,92366,3,1314,1434 +"21329",4723,107318,3,1314,1963 +"21330",4730,448,3,2131,2693 +"21331",4730,1685,3,2131,2230 +"21332",4730,2344,3,2131,2752 +"21333",4730,3255,3,2131,2504 +"21334",4730,4612,3,2131,2804 +"21335",4730,6824,3,2131,2680 +"21336",4730,7252,3,2131,2799 +"21337",4730,7433,1,2131,2255 +"21338",4730,8568,3,2131,2706 +"21339",4730,9861,3,2131,2680 +"21340",4730,10495,3,2131,2230 +"21341",4730,10638,3,2131,2692 +"21342",4730,11103,3,2131,2393 +"21343",4730,11506,2,2131,2824 +"21344",4730,14626,3,2131,2175 +"21345",4730,16286,3,2131,2470 +"21346",4730,17221,3,2131,2487 +"21347",4730,18943,3,2131,2861 +"21348",4730,19858,3,2131,2357 +"21349",4730,20007,3,2131,2971 +"21350",4730,20200,3,2131,2322 +"21351",4730,21180,1,2131,2762 +"21352",4730,21463,2,2131,2437 +"21353",4730,22905,3,2131,2599 +"21354",4730,27783,3,2131,2302 +"21355",4730,34162,1,2131,2336 +"21356",4730,35477,3,2131,2703 +"21357",4730,36136,2,2131,2338 +"21358",4730,36912,3,2131,2469 +"21359",4730,38309,3,2131,2644 +"21360",4730,39105,2,2131,2487 +"21361",4730,41955,3,2131,2479 +"21362",4730,42813,3,2131,2142 +"21363",4730,46951,3,2131,2429 +"21364",4730,47968,3,2131,2829 +"21365",4730,49147,3,2131,2539 +"21366",4730,50635,3,2131,2962 +"21367",4730,53362,3,2131,2360 +"21368",4730,54775,3,2131,2383 +"21369",4730,55604,3,2131,2342 +"21370",4730,55775,1,2131,2385 +"21371",4730,56673,3,2131,2419 +"21372",4730,57678,3,2131,2441 +"21373",4730,64174,3,2131,2377 +"21374",4730,76132,2,2131,2426 +"21375",4736,14731,3,955,2012 +"21376",4736,45545,3,955,1776 +"21377",4736,68766,2,955,1383 +"21378",4751,36646,3,2696,2744 +"21379",4757,6820,3,390,1318 +"21380",4757,24116,3,390,1413 +"21381",4757,29276,3,390,2000 +"21382",4757,34953,3,390,1817 +"21383",4757,55056,3,390,516 +"21384",4757,61973,2,390,892 +"21385",4757,78460,3,390,985 +"21386",4757,99084,2,390,1236 +"21387",4757,116792,3,390,2397 +"21388",4763,206,3,1960,1986 +"21389",4763,313,3,1960,2271 +"21390",4763,362,3,1960,2537 +"21391",4763,377,3,1960,2389 +"21392",4763,543,3,1960,2203 +"21393",4763,823,3,1960,2840 +"21394",4763,1151,3,1960,2885 +"21395",4763,1321,3,1960,2075 +"21396",4763,1495,1,1960,2046 +"21397",4763,1616,2,1960,2662 +"21398",4763,1777,3,1960,1965 +"21399",4763,2036,3,1960,2483 +"21400",4763,2484,3,1960,2389 +"21401",4763,3161,3,1960,2229 +"21402",4763,3853,2,1960,2465 +"21403",4763,4057,3,1960,2389 +"21404",4763,5078,3,1960,2033 +"21405",4763,5315,3,1960,2631 +"21406",4763,5429,3,1960,1991 +"21407",4763,5457,3,1960,2077 +"21408",4763,5462,3,1960,2374 +"21409",4763,5504,3,1960,2389 +"21410",4763,5622,3,1960,2175 +"21411",4763,6047,3,1960,2004 +"21412",4763,7078,3,1960,2344 +"21413",4763,7323,3,1960,2858 +"21414",4763,8760,3,1960,2477 +"21415",4763,9311,3,1960,2477 +"21416",4763,9893,3,1960,2701 +"21417",4763,10358,3,1960,2294 +"21418",4763,10638,3,1960,2692 +"21419",4763,10779,3,1960,2881 +"21420",4763,10843,3,1960,2277 +"21421",4763,10857,3,1960,2253 +"21422",4763,11055,3,1960,2111 +"21423",4763,12775,3,1960,1982 +"21424",4763,12976,3,1960,2399 +"21425",4763,14032,3,1960,2144 +"21426",4763,15184,2,1960,2396 +"21427",4763,15626,2,1960,2434 +"21428",4763,17520,3,1960,2276 +"21429",4763,19027,2,1960,2721 +"21430",4763,19528,3,1960,2742 +"21431",4763,20700,2,1960,2861 +"21432",4763,21682,3,1960,2414 +"21433",4763,23310,3,1960,2371 +"21434",4763,25198,3,1960,1982 +"21435",4763,26608,3,1960,2329 +"21436",4763,28218,2,1960,2048 +"21437",4763,29930,3,1960,2240 +"21438",4763,31799,2,1960,2547 +"21439",4763,32516,3,1960,2050 +"21440",4763,33160,3,1960,2441 +"21441",4763,33433,3,1960,2805 +"21442",4763,35256,3,1960,2271 +"21443",4763,36559,3,1960,2473 +"21444",4763,37570,3,1960,2389 +"21445",4763,41955,3,1960,2479 +"21446",4763,47098,3,1960,2057 +"21447",4763,50252,2,1960,2001 +"21448",4763,51853,2,1960,2520 +"21449",4763,53293,3,1960,2916 +"21450",4763,54551,3,1960,2348 +"21451",4763,56537,3,1960,2409 +"21452",4763,57977,3,1960,2683 +"21453",4763,59113,3,1960,2434 +"21454",4763,59205,3,1960,2387 +"21455",4763,65029,3,1960,2954 +"21456",4763,78563,3,1960,2385 +"21457",4763,102666,3,1960,2726 +"21458",4768,19637,3,1111,1229 +"21459",4768,20067,2,1111,2390 +"21460",4768,21706,3,1111,1988 +"21461",4768,22543,3,1111,1594 +"21462",4768,23869,3,1111,1918 +"21463",4768,33801,3,1111,2899 +"21464",4768,53475,3,1111,2853 +"21465",4768,69250,3,1111,1439 +"21466",4768,76398,2,1111,2400 +"21467",4768,97160,3,1111,1215 +"21468",4775,3152,2,1500,1621 +"21469",4775,5852,3,1500,1862 +"21470",4775,9503,3,1500,2453 +"21471",4775,12577,2,1500,2530 +"21472",4775,13920,3,1500,1709 +"21473",4775,14626,3,1500,2175 +"21474",4775,14654,3,1500,1692 +"21475",4775,16205,2,1500,2630 +"21476",4775,30404,3,1500,1810 +"21477",4775,35980,3,1500,2657 +"21478",4775,37342,3,1500,2649 +"21479",4775,44464,3,1500,1619 +"21480",4775,51038,3,1500,2400 +"21481",4775,56737,3,1500,2270 +"21482",4775,64174,3,1500,2377 +"21483",4775,82226,3,1500,1619 +"21484",4779,341,2,379,2689 +"21485",4779,841,2,379,2964 +"21486",4779,2057,3,379,1965 +"21487",4779,2985,3,379,2398 +"21488",4779,3456,3,379,1999 +"21489",4779,6821,3,379,1788 +"21490",4779,8865,3,379,2394 +"21491",4779,12067,3,379,1213 +"21492",4779,12249,3,379,1965 +"21493",4779,19587,3,379,1684 +"21494",4779,27312,3,379,2469 +"21495",4779,30891,3,379,1256 +"21496",4779,31331,3,379,2964 +"21497",4779,32920,3,379,2158 +"21498",4779,40623,3,379,2580 +"21499",4779,41446,3,379,1103 +"21500",4779,43961,2,379,2443 +"21501",4779,47375,3,379,2043 +"21502",4779,54782,3,379,565 +"21503",4779,56755,3,379,2158 +"21504",4779,58829,2,379,1256 +"21505",4779,64967,2,379,2872 +"21506",4779,67942,3,379,973 +"21507",4779,67963,3,379,806 +"21508",4779,74681,3,379,837 +"21509",4779,80671,3,379,665 +"21510",4779,87011,3,379,1592 +"21511",4779,87269,3,379,847 +"21512",4779,90658,3,379,523 +"21513",4779,90837,3,379,825 +"21514",4779,95416,3,379,982 +"21515",4779,99222,3,379,829 +"21516",4779,119921,3,379,1113 +"21517",4784,3158,3,2511,2762 +"21518",4784,4249,2,2511,2547 +"21519",4784,6345,3,2511,2713 +"21520",4784,6747,3,2511,2913 +"21521",4784,9724,3,2511,2713 +"21522",4784,17499,3,2511,2954 +"21523",4784,32576,3,2511,2881 +"21524",4784,33460,3,2511,2781 +"21525",4784,37684,3,2511,2899 +"21526",4784,53652,3,2511,2899 +"21527",4784,73520,3,2511,2613 +"21528",4785,212,3,996,1513 +"21529",4785,2424,3,996,2582 +"21530",4785,2982,3,996,1233 +"21531",4785,4705,3,996,1714 +"21532",4785,6052,3,996,1985 +"21533",4785,6612,2,996,2343 +"21534",4785,6740,3,996,2699 +"21535",4785,7258,3,996,1714 +"21536",4785,14152,3,996,2007 +"21537",4785,16940,3,996,1290 +"21538",4785,17883,3,996,1006 +"21539",4785,18707,3,996,1143 +"21540",4785,19248,3,996,2357 +"21541",4785,19719,3,996,2177 +"21542",4785,21197,2,996,1437 +"21543",4785,21285,3,996,2100 +"21544",4785,22277,2,996,2424 +"21545",4785,23139,2,996,2644 +"21546",4785,23319,1,996,2867 +"21547",4785,23727,3,996,1734 +"21548",4785,23729,2,996,1624 +"21549",4785,23970,3,996,1624 +"21550",4785,24853,2,996,1004 +"21551",4785,25129,2,996,2647 +"21552",4785,26582,3,996,2772 +"21553",4785,29917,3,996,1962 +"21554",4785,30052,3,996,2855 +"21555",4785,32942,3,996,2038 +"21556",4785,34509,3,996,1973 +"21557",4785,35113,2,996,1327 +"21558",4785,36637,3,996,2085 +"21559",4785,44151,3,996,1796 +"21560",4785,51810,3,996,1401 +"21561",4785,52136,3,996,1412 +"21562",4785,52576,2,996,2234 +"21563",4785,55082,3,996,1856 +"21564",4785,58652,3,996,1437 +"21565",4785,59677,3,996,1174 +"21566",4785,61982,3,996,2725 +"21567",4785,62841,2,996,2710 +"21568",4785,70217,3,996,2332 +"21569",4785,71342,3,996,1289 +"21570",4785,73920,3,996,2343 +"21571",4785,76892,3,996,2381 +"21572",4785,83862,3,996,2026 +"21573",4785,98080,3,996,1265 +"21574",4790,135,3,1025,2233 +"21575",4790,145,3,1025,1998 +"21576",4790,212,3,1025,1513 +"21577",4790,270,3,1025,2542 +"21578",4790,307,3,1025,2530 +"21579",4790,600,3,1025,1702 +"21580",4790,671,3,1025,2328 +"21581",4790,913,2,1025,2144 +"21582",4790,1127,3,1025,1188 +"21583",4790,1130,3,1025,1566 +"21584",4790,1592,3,1025,2006 +"21585",4790,1691,3,1025,1941 +"21586",4790,2208,3,1025,2814 +"21587",4790,2322,2,1025,1645 +"21588",4790,2325,3,1025,1641 +"21589",4790,2424,2,1025,2582 +"21590",4790,2533,3,1025,2016 +"21591",4790,2540,3,1025,1398 +"21592",4790,2754,3,1025,1360 +"21593",4790,3011,3,1025,2278 +"21594",4790,3305,3,1025,2839 +"21595",4790,3830,3,1025,1661 +"21596",4790,3961,3,1025,2426 +"21597",4790,3966,3,1025,2425 +"21598",4790,4226,3,1025,1903 +"21599",4790,4289,2,1025,1921 +"21600",4790,4317,2,1025,1224 +"21601",4790,4701,2,1025,2401 +"21602",4790,4791,1,1025,1184 +"21603",4790,5451,3,1025,1299 +"21604",4790,5462,3,1025,2374 +"21605",4790,6363,3,1025,2066 +"21606",4790,6627,3,1025,2063 +"21607",4790,6718,3,1025,2138 +"21608",4790,6989,3,1025,2623 +"21609",4790,7241,3,1025,2259 +"21610",4790,7555,3,1025,1943 +"21611",4790,7847,3,1025,2424 +"21612",4790,7861,3,1025,1647 +"21613",4790,8274,3,1025,1909 +"21614",4790,8888,3,1025,1328 +"21615",4790,9311,3,1025,2477 +"21616",4790,9364,3,1025,1698 +"21617",4790,9511,3,1025,1232 +"21618",4790,10513,3,1025,2284 +"21619",4790,11006,3,1025,1950 +"21620",4790,11103,3,1025,2393 +"21621",4790,11541,3,1025,1927 +"21622",4790,12067,3,1025,1213 +"21623",4790,12096,3,1025,1330 +"21624",4790,12528,3,1025,2589 +"21625",4790,12728,3,1025,2374 +"21626",4790,12863,2,1025,2027 +"21627",4790,13248,3,1025,1385 +"21628",4790,13929,3,1025,2693 +"21629",4790,13945,3,1025,1324 +"21630",4790,15005,3,1025,1415 +"21631",4790,15813,3,1025,2143 +"21632",4790,16201,3,1025,1811 +"21633",4790,16940,3,1025,1290 +"21634",4790,17376,3,1025,1202 +"21635",4790,17698,3,1025,1559 +"21636",4790,17852,3,1025,2840 +"21637",4790,17931,3,1025,1617 +"21638",4790,18707,2,1025,1143 +"21639",4790,19248,3,1025,2357 +"21640",4790,19719,3,1025,2177 +"21641",4790,20287,3,1025,1099 +"21642",4790,20311,3,1025,1981 +"21643",4790,20643,3,1025,2341 +"21644",4790,20662,3,1025,1523 +"21645",4790,20975,3,1025,1305 +"21646",4790,21122,2,1025,1701 +"21647",4790,21197,3,1025,1437 +"21648",4790,21285,3,1025,2100 +"21649",4790,21463,3,1025,2437 +"21650",4790,21593,3,1025,1312 +"21651",4790,21693,3,1025,2176 +"21652",4790,22282,1,1025,1418 +"21653",4790,22326,3,1025,2818 +"21654",4790,22331,3,1025,2687 +"21655",4790,22362,3,1025,1836 +"21656",4790,22455,3,1025,1197 +"21657",4790,22714,3,1025,2793 +"21658",4790,23508,3,1025,1907 +"21659",4790,23509,3,1025,2275 +"21660",4790,23705,3,1025,2699 +"21661",4790,23729,3,1025,1624 +"21662",4790,23825,3,1025,1913 +"21663",4790,23918,3,1025,1881 +"21664",4790,24005,3,1025,1188 +"21665",4790,24286,3,1025,1280 +"21666",4790,24448,3,1025,2289 +"21667",4790,24568,3,1025,1937 +"21668",4790,24755,2,1025,1319 +"21669",4790,25129,3,1025,2647 +"21670",4790,25305,2,1025,2447 +"21671",4790,25341,3,1025,1858 +"21672",4790,25577,3,1025,1946 +"21673",4790,26282,3,1025,1241 +"21674",4790,26451,2,1025,2133 +"21675",4790,26471,3,1025,1061 +"21676",4790,26570,3,1025,1669 +"21677",4790,26749,3,1025,2965 +"21678",4790,27175,2,1025,1447 +"21679",4790,27275,2,1025,2656 +"21680",4790,27390,1,1025,2425 +"21681",4790,27694,3,1025,2030 +"21682",4790,27792,3,1025,1308 +"21683",4790,27837,3,1025,1315 +"21684",4790,27849,2,1025,1316 +"21685",4790,28015,3,1025,1624 +"21686",4790,28635,3,1025,2368 +"21687",4790,29962,2,1025,2201 +"21688",4790,30052,3,1025,2855 +"21689",4790,31050,3,1025,1491 +"21690",4790,31235,3,1025,2668 +"21691",4790,31243,3,1025,1355 +"21692",4790,32173,3,1025,2341 +"21693",4790,32457,3,1025,2690 +"21694",4790,32601,2,1025,1033 +"21695",4790,33356,3,1025,1586 +"21696",4790,33433,3,1025,2805 +"21697",4790,33622,3,1025,2230 +"21698",4790,34509,3,1025,1973 +"21699",4790,35095,2,1025,1502 +"21700",4790,38019,3,1025,1870 +"21701",4790,38227,3,1025,2511 +"21702",4790,38816,3,1025,1225 +"21703",4790,39105,3,1025,2487 +"21704",4790,41278,3,1025,1873 +"21705",4790,41739,3,1025,1339 +"21706",4790,41832,3,1025,1155 +"21707",4790,42618,3,1025,2316 +"21708",4790,42687,3,1025,1952 +"21709",4790,43385,3,1025,1623 +"21710",4790,43455,3,1025,2846 +"21711",4790,43929,3,1025,2749 +"21712",4790,44306,3,1025,1036 +"21713",4790,45729,3,1025,2606 +"21714",4790,46629,3,1025,2255 +"21715",4790,47248,3,1025,2883 +"21716",4790,47772,3,1025,2293 +"21717",4790,48414,2,1025,1749 +"21718",4790,48698,3,1025,1474 +"21719",4790,49620,3,1025,1868 +"21720",4790,50217,3,1025,1211 +"21721",4790,50685,2,1025,2008 +"21722",4790,51017,3,1025,2073 +"21723",4790,51022,3,1025,1499 +"21724",4790,51810,2,1025,1401 +"21725",4790,52058,1,1025,1836 +"21726",4790,52136,3,1025,1412 +"21727",4790,52576,2,1025,2234 +"21728",4790,52735,3,1025,1124 +"21729",4790,53196,3,1025,1888 +"21730",4790,54305,3,1025,1222 +"21731",4790,54879,3,1025,2210 +"21732",4790,55082,3,1025,1856 +"21733",4790,55139,3,1025,2323 +"21734",4790,55438,2,1025,2863 +"21735",4790,55468,2,1025,2511 +"21736",4790,55691,3,1025,2856 +"21737",4790,56317,3,1025,2030 +"21738",4790,57714,3,1025,1391 +"21739",4790,57950,2,1025,1529 +"21740",4790,58035,3,1025,1646 +"21741",4790,58078,3,1025,1252 +"21742",4790,58133,3,1025,1484 +"21743",4790,58451,3,1025,1939 +"21744",4790,58508,3,1025,2326 +"21745",4790,58652,3,1025,1437 +"21746",4790,60185,3,1025,1206 +"21747",4790,61982,3,1025,2725 +"21748",4790,62841,3,1025,2710 +"21749",4790,62903,3,1025,1704 +"21750",4790,63409,3,1025,1937 +"21751",4790,64181,2,1025,1828 +"21752",4790,64997,3,1025,2791 +"21753",4790,65625,3,1025,1273 +"21754",4790,66413,3,1025,2507 +"21755",4790,66860,1,1025,1548 +"21756",4790,67222,3,1025,1332 +"21757",4790,67652,3,1025,2736 +"21758",4790,70605,3,1025,1176 +"21759",4790,71342,2,1025,1289 +"21760",4790,72956,3,1025,1251 +"21761",4790,73128,3,1025,1549 +"21762",4790,76284,3,1025,1237 +"21763",4790,76286,3,1025,1642 +"21764",4790,76892,3,1025,2381 +"21765",4790,77155,3,1025,2946 +"21766",4790,78270,3,1025,1171 +"21767",4790,79322,1,1025,2770 +"21768",4790,81588,2,1025,1568 +"21769",4790,82787,3,1025,1144 +"21770",4790,82949,2,1025,2077 +"21771",4790,97915,3,1025,1802 +"21772",4790,101482,3,1025,1300 +"21773",4790,105063,3,1025,1908 +"21774",4790,107435,3,1025,1635 +"21775",4790,108867,3,1025,2328 +"21776",4791,307,3,1184,2530 +"21777",4791,600,3,1184,1702 +"21778",4791,671,3,1184,2328 +"21779",4791,701,3,1184,2718 +"21780",4791,913,3,1184,2144 +"21781",4791,1124,3,1184,1596 +"21782",4791,1127,3,1184,1188 +"21783",4791,1130,3,1184,1566 +"21784",4791,1639,3,1184,2631 +"21785",4791,2208,3,1184,2814 +"21786",4791,2322,3,1184,1645 +"21787",4791,2325,3,1184,1641 +"21788",4791,2424,3,1184,2582 +"21789",4791,2572,3,1184,2273 +"21790",4791,2716,3,1184,1748 +"21791",4791,2742,3,1184,1192 +"21792",4791,2754,3,1184,1360 +"21793",4791,3011,2,1184,2278 +"21794",4791,3040,3,1184,1446 +"21795",4791,3306,3,1184,1989 +"21796",4791,3765,3,1184,2775 +"21797",4791,3830,3,1184,1661 +"21798",4791,3966,3,1184,2425 +"21799",4791,4226,3,1184,1903 +"21800",4791,4289,3,1184,1921 +"21801",4791,4317,2,1184,1224 +"21802",4791,4701,1,1184,2401 +"21803",4791,5462,3,1184,2374 +"21804",4791,6162,3,1184,1673 +"21805",4791,6718,3,1184,2138 +"21806",4791,7241,3,1184,2259 +"21807",4791,7555,3,1184,1943 +"21808",4791,7847,3,1184,2424 +"21809",4791,7861,3,1184,1647 +"21810",4791,7970,3,1184,1197 +"21811",4791,9311,3,1184,2477 +"21812",4791,9979,3,1184,2238 +"21813",4791,10474,3,1184,1608 +"21814",4791,10843,3,1184,2277 +"21815",4791,11541,3,1184,1927 +"21816",4791,12096,3,1184,1330 +"21817",4791,12374,3,1184,2260 +"21818",4791,12728,3,1184,2374 +"21819",4791,12863,3,1184,2027 +"21820",4791,13150,3,1184,1570 +"21821",4791,13945,3,1184,1324 +"21822",4791,14278,3,1184,1267 +"21823",4791,14723,3,1184,2019 +"21824",4791,15003,3,1184,2067 +"21825",4791,15005,2,1184,1415 +"21826",4791,15539,3,1184,1929 +"21827",4791,15626,3,1184,2434 +"21828",4791,17852,3,1184,2840 +"21829",4791,19453,3,1184,1928 +"21830",4791,19719,3,1184,2177 +"21831",4791,20311,3,1184,1981 +"21832",4791,20975,3,1184,1305 +"21833",4791,21122,2,1184,1701 +"21834",4791,21197,3,1184,1437 +"21835",4791,21285,3,1184,2100 +"21836",4791,22006,3,1184,1202 +"21837",4791,22180,3,1184,1835 +"21838",4791,22282,2,1184,1418 +"21839",4791,22331,3,1184,2687 +"21840",4791,22362,3,1184,1836 +"21841",4791,22455,2,1184,1197 +"21842",4791,22714,3,1184,2793 +"21843",4791,23508,3,1184,1907 +"21844",4791,23509,3,1184,2275 +"21845",4791,23729,3,1184,1624 +"21846",4791,23745,3,1184,1968 +"21847",4791,23825,3,1184,1913 +"21848",4791,24005,3,1184,1188 +"21849",4791,24286,2,1184,1280 +"21850",4791,24755,2,1184,1319 +"21851",4791,25129,3,1184,2647 +"21852",4791,25305,3,1184,2447 +"21853",4791,25341,3,1184,1858 +"21854",4791,26282,3,1184,1241 +"21855",4791,26408,3,1184,1545 +"21856",4791,26451,2,1184,2133 +"21857",4791,26570,3,1184,1669 +"21858",4791,26595,3,1184,1566 +"21859",4791,26749,3,1184,2965 +"21860",4791,26867,3,1184,1804 +"21861",4791,27173,3,1184,2050 +"21862",4791,27175,3,1184,1447 +"21863",4791,27261,3,1184,1368 +"21864",4791,27275,3,1184,2656 +"21865",4791,27390,2,1184,2425 +"21866",4791,27792,3,1184,1308 +"21867",4791,27849,2,1184,1316 +"21868",4791,28015,3,1184,1624 +"21869",4791,29929,3,1184,2789 +"21870",4791,29962,3,1184,2201 +"21871",4791,30052,3,1184,2855 +"21872",4791,32173,3,1184,2341 +"21873",4791,32457,2,1184,2690 +"21874",4791,33356,2,1184,1586 +"21875",4791,33433,2,1184,2805 +"21876",4791,34509,3,1184,1973 +"21877",4791,34820,3,1184,1630 +"21878",4791,34836,3,1184,2302 +"21879",4791,35095,2,1184,1502 +"21880",4791,35516,3,1184,1229 +"21881",4791,36578,3,1184,1484 +"21882",4791,36714,3,1184,2209 +"21883",4791,38019,3,1184,1870 +"21884",4791,38755,3,1184,2902 +"21885",4791,39556,3,1184,2747 +"21886",4791,39982,3,1184,1529 +"21887",4791,41278,3,1184,1873 +"21888",4791,41739,3,1184,1339 +"21889",4791,42333,3,1184,2234 +"21890",4791,42618,3,1184,2316 +"21891",4791,42687,3,1184,1952 +"21892",4791,43385,3,1184,1623 +"21893",4791,43929,2,1184,2749 +"21894",4791,44819,3,1184,2063 +"21895",4791,47248,3,1184,2883 +"21896",4791,47726,3,1184,1272 +"21897",4791,48414,2,1184,1749 +"21898",4791,48698,3,1184,1474 +"21899",4791,49581,3,1184,1817 +"21900",4791,50685,3,1184,2008 +"21901",4791,51017,3,1184,2073 +"21902",4791,51810,2,1184,1401 +"21903",4791,52058,2,1184,1836 +"21904",4791,52136,3,1184,1412 +"21905",4791,52576,3,1184,2234 +"21906",4791,53303,3,1184,1376 +"21907",4791,53342,3,1184,2071 +"21908",4791,54879,2,1184,2210 +"21909",4791,55438,3,1184,2863 +"21910",4791,55468,2,1184,2511 +"21911",4791,55643,3,1184,2359 +"21912",4791,56317,3,1184,2030 +"21913",4791,57732,3,1184,2454 +"21914",4791,57950,2,1184,1529 +"21915",4791,58035,3,1184,1646 +"21916",4791,58133,3,1184,1484 +"21917",4791,58508,3,1184,2326 +"21918",4791,58652,3,1184,1437 +"21919",4791,59113,3,1184,2434 +"21920",4791,61613,3,1184,1189 +"21921",4791,61948,3,1184,1231 +"21922",4791,62903,2,1184,1704 +"21923",4791,64181,2,1184,1828 +"21924",4791,64997,3,1184,2791 +"21925",4791,65625,3,1184,1273 +"21926",4791,66413,3,1184,2507 +"21927",4791,66860,2,1184,1548 +"21928",4791,67145,3,1184,2015 +"21929",4791,67222,3,1184,1332 +"21930",4791,71342,3,1184,1289 +"21931",4791,72207,3,1184,2430 +"21932",4791,72956,3,1184,1251 +"21933",4791,75343,3,1184,2008 +"21934",4791,77155,3,1184,2946 +"21935",4791,79322,2,1184,2770 +"21936",4791,79804,3,1184,2227 +"21937",4791,81588,2,1184,1568 +"21938",4791,82949,3,1184,2077 +"21939",4791,97915,3,1184,1802 +"21940",4791,105063,3,1184,1908 +"21941",4791,108867,3,1184,2328 +"21942",4821,602,3,1938,2632 +"21943",4821,765,3,1938,2073 +"21944",4821,3460,1,1938,2530 +"21945",4821,3896,1,1938,2693 +"21946",4821,4751,2,1938,2696 +"21947",4821,6982,3,1938,2034 +"21948",4821,9184,3,1938,2670 +"21949",4821,9202,3,1938,2477 +"21950",4821,9272,3,1938,2835 +"21951",4821,11456,3,1938,2715 +"21952",4821,14103,2,1938,2204 +"21953",4821,15546,3,1938,2055 +"21954",4821,16866,2,1938,2718 +"21955",4821,18865,2,1938,2676 +"21956",4821,19208,3,1938,2629 +"21957",4821,19605,3,1938,2395 +"21958",4821,22311,3,1938,2034 +"21959",4821,26642,3,1938,2952 +"21960",4821,28982,3,1938,2746 +"21961",4821,33052,2,1938,2251 +"21962",4821,36031,3,1938,2342 +"21963",4821,36270,3,1938,2910 +"21964",4821,36646,1,1938,2744 +"21965",4821,38885,3,1938,2720 +"21966",4821,38973,3,1938,1999 +"21967",4821,40262,3,1938,2291 +"21968",4821,40756,3,1938,2329 +"21969",4821,42196,3,1938,2765 +"21970",4821,42642,1,1938,2257 +"21971",4821,42813,3,1938,2142 +"21972",4821,47440,3,1938,2234 +"21973",4821,47877,2,1938,2970 +"21974",4821,48215,2,1938,2028 +"21975",4821,50480,3,1938,2701 +"21976",4821,51055,2,1938,2558 +"21977",4821,54879,2,1938,2210 +"21978",4821,56910,3,1938,2705 +"21979",4821,60516,2,1938,2257 +"21980",4821,63395,1,1938,2334 +"21981",4821,64436,3,1938,2687 +"21982",4821,64469,2,1938,2707 +"21983",4821,69591,3,1938,2294 +"21984",4821,74204,2,1938,2463 +"21985",4821,83407,3,1938,2112 +"21986",4821,86152,3,1938,1944 +"21987",4821,89681,3,1938,1978 +"21988",4831,2747,3,2365,2411 +"21989",4831,9503,3,2365,2453 +"21990",4831,14959,3,2365,2898 +"21991",4831,22895,3,2365,2704 +"21992",4831,25373,3,2365,2783 +"21993",4831,29825,2,2365,2603 +"21994",4831,36487,2,2365,2622 +"21995",4831,54924,2,2365,2603 +"21996",4831,58501,3,2365,2613 +"21997",4863,18874,2,1961,2170 +"21998",4863,32761,3,1961,2680 +"21999",4863,44235,3,1961,2700 +"22000",4863,49666,3,1961,2408 +"22001",4863,71702,3,1961,2353 +"22002",4881,1057,3,2736,2759 +"22003",4889,160,3,1501,2007 +"22004",4889,457,3,1501,1704 +"22005",4889,1831,3,1501,2397 +"22006",4889,2563,3,1501,1686 +"22007",4889,3164,3,1501,2693 +"22008",4889,3966,3,1501,2425 +"22009",4889,4253,2,1501,1890 +"22010",4889,4953,3,1501,2285 +"22011",4889,5845,3,1501,1552 +"22012",4889,5986,3,1501,1721 +"22013",4889,6030,3,1501,2953 +"22014",4889,6044,3,1501,2744 +"22015",4889,6417,3,1501,1675 +"22016",4889,7672,3,1501,1974 +"22017",4889,7795,3,1501,2789 +"22018",4889,8192,3,1501,1670 +"22019",4889,9175,3,1501,2639 +"22020",4889,10914,3,1501,1660 +"22021",4889,11218,3,1501,2292 +"22022",4889,11477,3,1501,2724 +"22023",4889,12042,3,1501,2345 +"22024",4889,14108,3,1501,2012 +"22025",4889,14252,3,1501,2244 +"22026",4889,14972,1,1501,2332 +"22027",4889,15713,3,1501,1646 +"22028",4889,16096,3,1501,2301 +"22029",4889,17365,3,1501,2746 +"22030",4889,17381,2,1501,1697 +"22031",4889,19528,3,1501,2742 +"22032",4889,20070,3,1501,1914 +"22033",4889,20271,3,1501,2044 +"22034",4889,20486,3,1501,1908 +"22035",4889,21029,3,1501,1943 +"22036",4889,21246,3,1501,1612 +"22037",4889,21795,3,1501,2653 +"22038",4889,22566,3,1501,2308 +"22039",4889,23806,2,1501,1671 +"22040",4889,24253,2,1501,2213 +"22041",4889,24558,3,1501,2139 +"22042",4889,24923,3,1501,2785 +"22043",4889,27195,3,1501,2158 +"22044",4889,28050,3,1501,1955 +"22045",4889,28168,2,1501,2702 +"22046",4889,28296,2,1501,2944 +"22047",4889,30334,3,1501,2075 +"22048",4889,31307,3,1501,2139 +"22049",4889,32939,3,1501,2277 +"22050",4889,34057,3,1501,1657 +"22051",4889,34735,3,1501,2767 +"22052",4889,35518,2,1501,1721 +"22053",4889,37238,3,1501,2609 +"22054",4889,37636,3,1501,2178 +"22055",4889,39278,3,1501,1952 +"22056",4889,40392,3,1501,1878 +"22057",4889,40493,3,1501,1981 +"22058",4889,41250,3,1501,1703 +"22059",4889,41402,3,1501,2313 +"22060",4889,41972,3,1501,2509 +"22061",4889,42619,3,1501,2017 +"22062",4889,43796,3,1501,2476 +"22063",4889,49110,3,1501,2938 +"22064",4889,49606,3,1501,2800 +"22065",4889,50134,3,1501,2674 +"22066",4889,51052,3,1501,2784 +"22067",4889,51783,3,1501,2599 +"22068",4889,57804,3,1501,2214 +"22069",4889,63442,2,1501,1965 +"22070",4889,74290,3,1501,1513 +"22071",4889,77611,3,1501,1795 +"22072",4889,87837,3,1501,1987 +"22073",4889,94500,3,1501,1529 +"22074",4889,113736,3,1501,1514 +"22075",4913,1968,3,292,631 +"22076",4913,3669,2,292,2524 +"22077",4913,4071,3,292,357 +"22078",4913,5235,3,292,2324 +"22079",4913,5852,3,292,1862 +"22080",4913,6078,2,292,498 +"22081",4913,7652,3,292,1281 +"22082",4913,7795,3,292,2789 +"22083",4913,8525,3,292,1787 +"22084",4913,9506,3,292,1012 +"22085",4913,9723,3,292,2302 +"22086",4913,9808,1,292,1648 +"22087",4913,10004,3,292,872 +"22088",4913,11135,3,292,2441 +"22089",4913,11319,3,292,2073 +"22090",4913,13400,3,292,1371 +"22091",4913,13528,3,292,1891 +"22092",4913,14654,3,292,1692 +"22093",4913,14789,2,292,1034 +"22094",4913,14957,3,292,2306 +"22095",4913,15502,3,292,2637 +"22096",4913,15891,1,292,589 +"22097",4913,16590,3,292,1123 +"22098",4913,16771,2,292,1541 +"22099",4913,18610,3,292,2141 +"22100",4913,18954,2,292,2364 +"22101",4913,19323,3,292,1705 +"22102",4913,19687,3,292,2072 +"22103",4913,19972,2,292,2078 +"22104",4913,20392,1,292,1309 +"22105",4913,22228,3,292,601 +"22106",4913,23330,3,292,448 +"22107",4913,23639,3,292,2065 +"22108",4913,23890,1,292,1810 +"22109",4913,24109,2,292,504 +"22110",4913,24116,3,292,1413 +"22111",4913,24761,2,292,2384 +"22112",4913,25180,3,292,2489 +"22113",4913,26138,3,292,1902 +"22114",4913,31795,2,292,412 +"22115",4913,33562,3,292,1979 +"22116",4913,33955,3,292,1178 +"22117",4913,33961,2,292,1269 +"22118",4913,35264,3,292,2329 +"22119",4913,36577,3,292,958 +"22120",4913,38038,3,292,2686 +"22121",4913,43585,3,292,1066 +"22122",4913,44464,3,292,1619 +"22123",4913,44982,3,292,1592 +"22124",4913,49621,3,292,1915 +"22125",4913,50440,3,292,2469 +"22126",4913,50476,2,292,1641 +"22127",4913,51448,3,292,1593 +"22128",4913,53498,2,292,1967 +"22129",4913,59347,3,292,1926 +"22130",4913,59579,3,292,2034 +"22131",4913,62162,2,292,485 +"22132",4913,63555,3,292,1290 +"22133",4913,64174,3,292,2377 +"22134",4913,69215,2,292,1591 +"22135",4913,72827,3,292,1359 +"22136",4913,73915,3,292,2568 +"22137",4913,76230,3,292,1223 +"22138",4913,77785,3,292,1595 +"22139",4913,79236,3,292,1505 +"22140",4913,80680,3,292,2403 +"22141",4913,81134,3,292,1384 +"22142",4913,82226,3,292,1619 +"22143",4913,83133,1,292,1055 +"22144",4913,83947,3,292,917 +"22145",4913,89329,3,292,517 +"22146",4913,90079,3,292,2664 +"22147",4913,91715,3,292,1034 +"22148",4913,92947,2,292,1289 +"22149",4913,94399,3,292,963 +"22150",4913,105867,3,292,1641 +"22151",4913,108872,2,292,1810 +"22152",4913,110659,3,292,515 +"22153",4913,113181,3,292,2301 +"22154",4913,115966,3,292,2349 +"22155",4916,140,3,1970,2267 +"22156",4916,237,3,1970,1982 +"22157",4916,2747,3,1970,2411 +"22158",4916,4361,3,1970,2571 +"22159",4916,8062,3,1970,2858 +"22160",4916,10129,1,1970,2124 +"22161",4916,15826,3,1970,2772 +"22162",4916,19093,3,1970,2224 +"22163",4916,20124,3,1970,2376 +"22164",4916,23224,3,1970,2372 +"22165",4916,23591,2,1970,2831 +"22166",4916,24176,2,1970,1986 +"22167",4916,28592,3,1970,2320 +"22168",4916,29116,2,1970,2128 +"22169",4916,29473,3,1970,2602 +"22170",4916,37929,3,1970,2393 +"22171",4916,40954,2,1970,2603 +"22172",4916,44235,3,1970,2700 +"22173",4916,45729,3,1970,2606 +"22174",4916,96425,3,1970,2007 +"22175",4916,102566,3,1970,2207 +"22176",4928,13200,3,537,2488 +"22177",4928,22256,3,537,829 +"22178",4928,34395,3,537,583 +"22179",4928,40675,3,537,1595 +"22180",4929,316,3,2240,2413 +"22181",4929,3978,3,2240,2775 +"22182",4929,4953,3,2240,2285 +"22183",4929,6234,3,2240,2654 +"22184",4929,8842,2,2240,2535 +"22185",4929,9175,3,2240,2639 +"22186",4929,9331,2,2240,2269 +"22187",4929,16628,3,2240,2409 +"22188",4929,17549,2,2240,2647 +"22189",4929,19208,3,2240,2629 +"22190",4929,19605,3,2240,2395 +"22191",4929,20331,3,2240,2365 +"22192",4929,24256,3,2240,2393 +"22193",4929,27379,3,2240,2461 +"22194",4929,31705,3,2240,2706 +"22195",4929,36031,3,2240,2342 +"22196",4929,38307,2,2240,2648 +"22197",4929,41945,3,2240,2856 +"22198",4929,43455,3,2240,2846 +"22199",4929,44688,2,2240,2924 +"22200",4929,45239,3,2240,2535 +"22201",4929,46446,3,2240,2295 +"22202",4929,50480,3,2240,2701 +"22203",4929,57532,2,2240,2617 +"22204",4929,66530,3,2240,2811 +"22205",4932,9272,3,2752,2835 +"22206",4932,11648,3,2752,2852 +"22207",4932,13290,3,2752,2824 +"22208",4932,14676,3,2752,2764 +"22209",4932,15636,3,2752,2857 +"22210",4932,18543,3,2752,2968 +"22211",4932,20292,3,2752,2755 +"22212",4932,21571,3,2752,2755 +"22213",4932,23787,2,2752,2810 +"22214",4932,28296,2,2752,2944 +"22215",4932,28893,2,2752,2764 +"22216",4932,32567,3,2752,2784 +"22217",4932,34735,2,2752,2767 +"22218",4932,34908,3,2752,2796 +"22219",4932,36953,3,2752,2790 +"22220",4932,38667,3,2752,2880 +"22221",4932,71531,3,2752,2887 +"22222",4936,9057,3,897,2629 +"22223",4936,20311,3,897,1981 +"22224",4936,25298,3,897,2443 +"22225",4936,26903,1,897,2092 +"22226",4936,34123,2,897,1504 +"22227",4936,51546,3,897,1369 +"22228",4936,56317,3,897,2030 +"22229",4936,81588,3,897,1568 +"22230",4936,89097,3,897,935 +"22231",4939,3961,3,1382,2426 +"22232",4939,11477,3,1382,2724 +"22233",4939,12943,3,1382,1902 +"22234",4939,14943,2,1382,1942 +"22235",4939,15401,3,1382,1999 +"22236",4939,16801,3,1382,2008 +"22237",4939,32988,3,1382,2008 +"22238",4939,38219,3,1382,1689 +"22239",4939,40432,3,1382,1956 +"22240",4939,65155,3,1382,1947 +"22241",4939,65322,3,1382,2008 +"22242",4939,79567,3,1382,1942 +"22243",4953,270,2,2285,2542 +"22244",4953,377,3,2285,2389 +"22245",4953,2424,2,2285,2582 +"22246",4953,2484,3,2285,2389 +"22247",4953,3305,3,2285,2839 +"22248",4953,3477,3,2285,2546 +"22249",4953,5041,3,2285,2371 +"22250",4953,5350,3,2285,2522 +"22251",4953,6044,2,2285,2744 +"22252",4953,6063,3,2285,2349 +"22253",4953,6234,3,2285,2654 +"22254",4953,7677,3,2285,2338 +"22255",4953,7794,2,2285,2972 +"22256",4953,7795,3,2285,2789 +"22257",4953,9928,3,2285,2345 +"22258",4953,10358,3,2285,2294 +"22259",4953,11218,2,2285,2292 +"22260",4953,12035,3,2285,2721 +"22261",4953,12042,1,2285,2345 +"22262",4953,15008,2,2285,2338 +"22263",4953,15381,1,2285,2289 +"22264",4953,15729,2,2285,2338 +"22265",4953,16352,2,2285,2657 +"22266",4953,16628,2,2285,2409 +"22267",4953,17365,2,2285,2746 +"22268",4953,17549,3,2285,2647 +"22269",4953,17826,2,2285,2920 +"22270",4953,18394,3,2285,2356 +"22271",4953,19248,3,2285,2357 +"22272",4953,19622,3,2285,2371 +"22273",4953,20331,3,2285,2365 +"22274",4953,21012,3,2285,2325 +"22275",4953,23310,3,2285,2371 +"22276",4953,25213,3,2285,2338 +"22277",4953,25325,3,2285,2963 +"22278",4953,25569,3,2285,2317 +"22279",4953,26080,2,2285,2525 +"22280",4953,28296,3,2285,2944 +"22281",4953,29977,3,2285,2781 +"22282",4953,31700,3,2285,2727 +"22283",4953,32919,3,2285,2321 +"22284",4953,33223,3,2285,2397 +"22285",4953,34735,3,2285,2767 +"22286",4953,35926,3,2285,2371 +"22287",4953,37059,3,2285,2840 +"22288",4953,37238,2,2285,2609 +"22289",4953,38307,1,2285,2648 +"22290",4953,39135,3,2285,2489 +"22291",4953,39464,3,2285,2314 +"22292",4953,41945,2,2285,2856 +"22293",4953,41972,3,2285,2509 +"22294",4953,42783,3,2285,2338 +"22295",4953,43455,1,2285,2846 +"22296",4953,43796,2,2285,2476 +"22297",4953,44688,3,2285,2924 +"22298",4953,45239,3,2285,2535 +"22299",4953,45302,3,2285,2390 +"22300",4953,47248,3,2285,2883 +"22301",4953,49110,3,2285,2938 +"22302",4953,50236,3,2285,2339 +"22303",4953,51041,3,2285,2606 +"22304",4953,51866,2,2285,2411 +"22305",4953,52032,2,2285,2853 +"22306",4953,52892,2,2285,2372 +"22307",4953,53530,3,2285,2380 +"22308",4953,54929,3,2285,2783 +"22309",4953,60974,3,2285,2972 +"22310",4953,61982,2,2285,2725 +"22311",4953,62841,3,2285,2710 +"22312",4953,76892,3,2285,2381 +"22313",4957,316,3,644,2413 +"22314",4957,323,3,644,1706 +"22315",4957,782,3,644,945 +"22316",4957,1314,3,644,1522 +"22317",4957,1519,3,644,2349 +"22318",4957,3271,3,644,2216 +"22319",4957,5568,3,644,1290 +"22320",4957,8789,3,644,2024 +"22321",4957,9272,3,644,2835 +"22322",4957,9331,3,644,2269 +"22323",4957,10222,2,644,2212 +"22324",4957,10857,3,644,2253 +"22325",4957,10870,2,644,1755 +"22326",4957,11432,3,644,1593 +"22327",4957,12031,3,644,1957 +"22328",4957,14983,3,644,1047 +"22329",4957,15088,3,644,2906 +"22330",4957,16296,3,644,2626 +"22331",4957,16384,3,644,1320 +"22332",4957,17257,3,644,1117 +"22333",4957,17351,3,644,2036 +"22334",4957,17632,3,644,1947 +"22335",4957,17812,2,644,2705 +"22336",4957,18672,3,644,1182 +"22337",4957,18954,3,644,2364 +"22338",4957,19232,3,644,917 +"22339",4957,19605,3,644,2395 +"22340",4957,20321,3,644,1596 +"22341",4957,20941,3,644,2725 +"22342",4957,23430,1,644,904 +"22343",4957,23725,3,644,2378 +"22344",4957,24198,3,644,2217 +"22345",4957,24259,3,644,1281 +"22346",4957,27379,1,644,2461 +"22347",4957,27686,3,644,2844 +"22348",4957,29930,3,644,2240 +"22349",4957,30486,3,644,1269 +"22350",4957,31700,3,644,2727 +"22351",4957,31856,3,644,2630 +"22352",4957,32678,3,644,1439 +"22353",4957,35589,3,644,983 +"22354",4957,37026,2,644,1428 +"22355",4957,37937,3,644,1320 +"22356",4957,38691,3,644,2585 +"22357",4957,38915,3,644,746 +"22358",4957,41953,1,644,945 +"22359",4957,43226,3,644,2442 +"22360",4957,44688,3,644,2924 +"22361",4957,46512,3,644,1292 +"22362",4957,47889,3,644,992 +"22363",4957,48110,3,644,2009 +"22364",4957,51035,3,644,2397 +"22365",4957,53091,3,644,1134 +"22366",4957,55892,3,644,1234 +"22367",4957,58508,3,644,2326 +"22368",4957,61245,1,644,955 +"22369",4957,61548,2,644,852 +"22370",4957,63555,3,644,1290 +"22371",4957,69335,3,644,2698 +"22372",4957,70433,2,644,2639 +"22373",4957,80301,3,644,1690 +"22374",4957,80979,3,644,1142 +"22375",4957,86580,3,644,696 +"22376",4957,99288,2,644,983 +"22377",4957,99427,3,644,1706 +"22378",4957,107993,3,644,999 +"22379",4968,843,2,1586,2332 +"22380",4968,1624,3,1586,2687 +"22381",4968,2724,2,1586,2447 +"22382",4968,3271,3,1586,2216 +"22383",4968,3272,2,1586,2132 +"22384",4968,3477,3,1586,2546 +"22385",4968,3559,3,1586,2413 +"22386",4968,4691,2,1586,1888 +"22387",4968,6040,2,1586,2103 +"22388",4968,6063,3,1586,2349 +"22389",4968,7787,3,1586,2314 +"22390",4968,8993,3,1586,2099 +"22391",4968,9269,3,1586,1892 +"22392",4968,9272,3,1586,2835 +"22393",4968,9273,3,1586,1747 +"22394",4968,12598,2,1586,2086 +"22395",4968,14061,3,1586,1620 +"22396",4968,14442,3,1586,2700 +"22397",4968,15023,1,1586,2054 +"22398",4968,19075,2,1586,2214 +"22399",4968,20547,1,1586,2145 +"22400",4968,20739,2,1586,2025 +"22401",4968,23364,3,1586,2306 +"22402",4968,25518,2,1586,1955 +"22403",4968,30714,3,1586,2485 +"22404",4968,31357,2,1586,2389 +"22405",4968,31855,3,1586,2636 +"22406",4968,33223,3,1586,2397 +"22407",4968,33470,3,1586,2003 +"22408",4968,39893,3,1586,1601 +"22409",4968,40542,3,1586,1664 +"22410",4968,43226,3,1586,2442 +"22411",4968,44744,3,1586,2032 +"22412",4968,47882,3,1586,2769 +"22413",4968,48110,3,1586,2009 +"22414",4968,51843,1,1586,2389 +"22415",4968,51890,3,1586,1992 +"22416",4968,52953,3,1586,1741 +"22417",4968,53414,3,1586,1672 +"22418",4968,54385,1,1586,2340 +"22419",4968,55307,3,1586,2306 +"22420",4968,58508,3,1586,2326 +"22421",4968,59344,3,1586,2252 +"22422",4968,63104,2,1586,2149 +"22423",4968,69308,2,1586,2370 +"22424",4968,69335,3,1586,2698 +"22425",4968,80301,3,1586,1690 +"22426",4968,80615,3,1586,2252 +"22427",4968,80970,3,1586,2069 +"22428",4968,84808,1,1586,1974 +"22429",4968,106755,3,1586,2166 +"22430",4968,110737,2,1586,2117 +"22431",4968,110871,3,1586,2879 +"22432",4970,1023,3,1220,2515 +"22433",4970,1063,3,1220,2515 +"22434",4970,3557,2,1220,1259 +"22435",4970,6820,3,1220,1318 +"22436",4970,7254,3,1220,1849 +"22437",4970,15146,3,1220,1546 +"22438",4970,19137,2,1220,1437 +"22439",4970,20088,3,1220,1677 +"22440",4970,26513,3,1220,2205 +"22441",4970,31170,3,1220,1776 +"22442",4970,39211,3,1220,1908 +"22443",4970,49958,3,1220,1860 +"22444",4970,77183,1,1220,1317 +"22445",4970,78262,2,1220,1326 +"22446",4970,82917,3,1220,2371 +"22447",4980,671,3,2093,2328 +"22448",4980,1136,3,2093,2536 +"22449",4980,2424,3,2093,2582 +"22450",4980,4191,3,2093,2130 +"22451",4980,4618,3,2093,2607 +"22452",4980,4687,3,2093,2152 +"22453",4980,5725,3,2093,2789 +"22454",4980,10890,3,2093,2639 +"22455",4980,16365,3,2093,2217 +"22456",4980,19516,3,2093,2313 +"22457",4980,19868,3,2093,2855 +"22458",4980,20563,2,2093,2267 +"22459",4980,23704,2,2093,2278 +"22460",4980,26436,2,2093,2489 +"22461",4980,26516,3,2093,2479 +"22462",4980,27753,3,2093,2750 +"22463",4980,31799,3,2093,2547 +"22464",4980,34216,3,2093,2832 +"22465",4980,41402,3,2093,2313 +"22466",4980,45343,3,2093,2360 +"22467",4980,45715,2,2093,2287 +"22468",4980,47857,3,2093,2325 +"22469",4980,51410,2,2093,2739 +"22470",4980,54740,3,2093,2750 +"22471",4980,64793,3,2093,2819 +"22472",4980,64997,3,2093,2791 +"22473",4980,74095,3,2093,2333 +"22474",4983,140,3,1909,2267 +"22475",4983,364,3,1909,2351 +"22476",4983,680,3,1909,2569 +"22477",4983,841,3,1909,2964 +"22478",4983,3271,3,1909,2216 +"22479",4983,3978,3,1909,2775 +"22480",4983,4303,2,1909,2414 +"22481",4983,4612,3,1909,2804 +"22482",4983,4932,1,1909,2752 +"22483",4983,6989,3,1909,2623 +"22484",4983,7942,3,1909,2623 +"22485",4983,9272,3,1909,2835 +"22486",4983,9332,3,1909,2734 +"22487",4983,9787,3,1909,2858 +"22488",4983,11648,2,1909,2852 +"22489",4983,12361,3,1909,2732 +"22490",4983,13290,3,1909,2824 +"22491",4983,14655,3,1909,2559 +"22492",4983,17645,2,1909,1918 +"22493",4983,18005,2,1909,2449 +"22494",4983,19334,3,1909,1979 +"22495",4983,21487,3,1909,2203 +"22496",4983,23787,3,1909,2810 +"22497",4983,25373,3,1909,2783 +"22498",4983,27390,3,1909,2425 +"22499",4983,27742,2,1909,2700 +"22500",4983,27914,3,1909,2507 +"22501",4983,28296,3,1909,2944 +"22502",4983,28627,3,1909,2694 +"22503",4983,28893,3,1909,2764 +"22504",4983,29473,3,1909,2602 +"22505",4983,30525,3,1909,1964 +"22506",4983,32339,3,1909,2430 +"22507",4983,32904,3,1909,2055 +"22508",4983,32939,3,1909,2277 +"22509",4983,34295,3,1909,2735 +"22510",4983,34735,3,1909,2767 +"22511",4983,34908,3,1909,2796 +"22512",4983,36912,3,1909,2469 +"22513",4983,36953,3,1909,2790 +"22514",4983,37636,3,1909,2178 +"22515",4983,39256,3,1909,2449 +"22516",4983,40759,3,1909,2789 +"22517",4983,41694,3,1909,2358 +"22518",4983,41723,3,1909,2101 +"22519",4983,42619,2,1909,2017 +"22520",4983,43226,3,1909,2442 +"22521",4983,44497,3,1909,2401 +"22522",4983,45461,2,1909,2458 +"22523",4983,45729,3,1909,2606 +"22524",4983,47534,3,1909,2712 +"22525",4983,47595,3,1909,2374 +"22526",4983,47968,3,1909,2829 +"22527",4983,48110,3,1909,2009 +"22528",4983,50585,3,1909,2414 +"22529",4983,52815,2,1909,2323 +"22530",4983,53687,3,1909,2422 +"22531",4983,55307,3,1909,2306 +"22532",4983,56082,3,1909,2395 +"22533",4983,56995,2,1909,2323 +"22534",4983,57804,3,1909,2214 +"22535",4983,58508,3,1909,2326 +"22536",4983,58655,3,1909,2685 +"22537",4983,63077,3,1909,2778 +"22538",4983,64947,3,1909,2489 +"22539",4983,69335,3,1909,2698 +"22540",4983,69788,3,1909,2007 +"22541",4983,71531,2,1909,2887 +"22542",4983,88067,3,1909,2315 +"22543",4983,109703,3,1909,1925 +"22544",4988,7786,3,239,508 +"22545",4988,9801,3,239,2443 +"22546",4988,11518,3,239,803 +"22547",4988,36506,3,239,2638 +"22548",4988,48713,3,239,565 +"22549",5018,512,3,640,1596 +"22550",5018,1090,3,640,2370 +"22551",5018,1592,3,640,2006 +"22552",5018,1691,2,640,1941 +"22553",5018,2011,3,640,2176 +"22554",5018,2208,3,640,2814 +"22555",5018,2684,3,640,2874 +"22556",5018,2865,3,640,2006 +"22557",5018,3271,3,640,2216 +"22558",5018,3628,3,640,2707 +"22559",5018,3863,3,640,856 +"22560",5018,5258,3,640,2730 +"22561",5018,6252,3,640,2336 +"22562",5018,6390,3,640,2385 +"22563",5018,8657,3,640,2473 +"22564",5018,9272,3,640,2835 +"22565",5018,9805,3,640,1621 +"22566",5018,10222,3,640,2212 +"22567",5018,10744,3,640,955 +"22568",5018,11055,3,640,2111 +"22569",5018,12610,3,640,1274 +"22570",5018,13248,3,640,1385 +"22571",5018,13837,3,640,1604 +"22572",5018,13945,3,640,1324 +"22573",5018,14108,1,640,2012 +"22574",5018,14676,3,640,2764 +"22575",5018,14707,3,640,672 +"22576",5018,14983,2,640,1047 +"22577",5018,16201,3,640,1811 +"22578",5018,17434,3,640,1642 +"22579",5018,18277,3,640,2309 +"22580",5018,18502,2,640,1033 +"22581",5018,18543,2,640,2968 +"22582",5018,18836,3,640,1270 +"22583",5018,19718,3,640,1702 +"22584",5018,20407,3,640,2339 +"22585",5018,21133,3,640,1320 +"22586",5018,21682,3,640,2414 +"22587",5018,24198,3,640,2217 +"22588",5018,25565,2,640,2764 +"22589",5018,27792,3,640,1308 +"22590",5018,28102,3,640,2287 +"22591",5018,28592,3,640,2320 +"22592",5018,28808,3,640,1063 +"22593",5018,29170,3,640,1846 +"22594",5018,29948,3,640,2795 +"22595",5018,31001,3,640,2119 +"22596",5018,33621,3,640,1319 +"22597",5018,33622,3,640,2230 +"22598",5018,34934,3,640,645 +"22599",5018,34945,3,640,1298 +"22600",5018,35041,3,640,1311 +"22601",5018,35235,3,640,2610 +"22602",5018,35481,3,640,2211 +"22603",5018,36439,3,640,2469 +"22604",5018,37509,3,640,1640 +"22605",5018,38213,3,640,1744 +"22606",5018,38259,3,640,2258 +"22607",5018,40954,3,640,2603 +"22608",5018,43173,3,640,2895 +"22609",5018,43226,2,640,2442 +"22610",5018,43428,3,640,1299 +"22611",5018,43635,3,640,1196 +"22612",5018,43839,3,640,1685 +"22613",5018,44427,2,640,2875 +"22614",5018,44684,3,640,1220 +"22615",5018,45595,3,640,1481 +"22616",5018,46621,2,640,1343 +"22617",5018,47064,3,640,1993 +"22618",5018,47407,3,640,832 +"22619",5018,47585,2,640,794 +"22620",5018,48110,3,640,2009 +"22621",5018,48754,3,640,1972 +"22622",5018,49620,3,640,1868 +"22623",5018,50179,3,640,2230 +"22624",5018,50235,1,640,726 +"22625",5018,52136,3,640,1412 +"22626",5018,52323,3,640,2148 +"22627",5018,52327,3,640,1472 +"22628",5018,56116,3,640,1321 +"22629",5018,57990,2,640,978 +"22630",5018,58133,3,640,1484 +"22631",5018,58221,3,640,1787 +"22632",5018,58508,3,640,2326 +"22633",5018,61785,2,640,822 +"22634",5018,62062,1,640,860 +"22635",5018,63604,3,640,927 +"22636",5018,66971,3,640,2299 +"22637",5018,69335,3,640,2698 +"22638",5018,70605,3,640,1176 +"22639",5018,71274,3,640,2390 +"22640",5018,72956,3,640,1251 +"22641",5018,73747,3,640,2274 +"22642",5018,74636,3,640,2525 +"22643",5018,75025,3,640,717 +"22644",5018,76127,3,640,910 +"22645",5018,76192,2,640,912 +"22646",5018,78256,3,640,804 +"22647",5018,79364,2,640,834 +"22648",5018,79436,3,640,1344 +"22649",5018,79612,3,640,927 +"22650",5018,79657,2,640,1260 +"22651",5018,80301,3,640,1690 +"22652",5018,82401,3,640,1210 +"22653",5018,82426,3,640,1576 +"22654",5018,88232,2,640,2881 +"22655",5018,89880,3,640,1938 +"22656",5018,92491,3,640,1968 +"22657",5018,93398,2,640,828 +"22658",5018,95288,3,640,1602 +"22659",5018,97674,3,640,1912 +"22660",5018,97824,3,640,1229 +"22661",5018,100215,3,640,2436 +"22662",5018,100432,3,640,1358 +"22663",5018,101347,3,640,1335 +"22664",5018,101967,1,640,691 +"22665",5018,108430,3,640,1642 +"22666",5018,123349,3,640,901 +"22667",5036,341,2,312,2689 +"22668",5036,841,2,312,2964 +"22669",5036,2985,3,312,2398 +"22670",5036,3456,3,312,1999 +"22671",5036,4779,1,312,379 +"22672",5036,6821,3,312,1788 +"22673",5036,8865,3,312,2394 +"22674",5036,12067,3,312,1213 +"22675",5036,19587,3,312,1684 +"22676",5036,27312,3,312,2469 +"22677",5036,30891,3,312,1256 +"22678",5036,31331,3,312,2964 +"22679",5036,32920,3,312,2158 +"22680",5036,40623,3,312,2580 +"22681",5036,41446,3,312,1103 +"22682",5036,43961,2,312,2443 +"22683",5036,47375,3,312,2043 +"22684",5036,54782,3,312,565 +"22685",5036,56755,3,312,2158 +"22686",5036,58829,2,312,1256 +"22687",5036,64967,2,312,2872 +"22688",5036,67942,3,312,973 +"22689",5036,70403,3,312,542 +"22690",5036,74681,3,312,837 +"22691",5036,80671,3,312,665 +"22692",5036,84447,3,312,1006 +"22693",5036,87011,3,312,1592 +"22694",5036,87269,3,312,847 +"22695",5036,90837,3,312,825 +"22696",5036,93026,3,312,704 +"22697",5036,95416,3,312,982 +"22698",5036,119921,3,312,1113 +"22699",5041,1136,3,2371,2536 +"22700",5041,3164,3,2371,2693 +"22701",5041,3961,2,2371,2426 +"22702",5041,4618,3,2371,2607 +"22703",5041,5315,3,2371,2631 +"22704",5041,5350,3,2371,2522 +"22705",5041,6030,3,2371,2953 +"22706",5041,11477,3,2371,2724 +"22707",5041,13929,3,2371,2693 +"22708",5041,14084,3,2371,2491 +"22709",5041,16332,3,2371,2668 +"22710",5041,16352,3,2371,2657 +"22711",5041,20067,3,2371,2390 +"22712",5041,21138,3,2371,2849 +"22713",5041,26080,3,2371,2525 +"22714",5041,26749,3,2371,2965 +"22715",5041,28168,3,2371,2702 +"22716",5041,31799,3,2371,2547 +"22717",5041,33801,3,2371,2899 +"22718",5041,34158,3,2371,2639 +"22719",5041,34735,3,2371,2767 +"22720",5041,35361,3,2371,2389 +"22721",5041,36962,3,2371,2861 +"22722",5041,41972,3,2371,2509 +"22723",5041,51410,3,2371,2739 +"22724",5041,53475,3,2371,2853 +"22725",5041,54929,3,2371,2783 +"22726",5041,55691,3,2371,2856 +"22727",5041,87110,3,2371,2801 +"22728",5055,1692,3,1796,2443 +"22729",5055,2093,2,1796,2459 +"22730",5055,3271,3,1796,2216 +"22731",5055,3317,2,1796,2037 +"22732",5055,9272,3,1796,2835 +"22733",5055,11506,3,1796,2824 +"22734",5055,18571,3,1796,2128 +"22735",5055,22297,3,1796,1904 +"22736",5055,23121,3,1796,2108 +"22737",5055,29311,3,1796,1849 +"22738",5055,29578,3,1796,1957 +"22739",5055,31164,3,1796,1996 +"22740",5055,36136,3,1796,2338 +"22741",5055,43226,3,1796,2442 +"22742",5055,46803,3,1796,2305 +"22743",5055,46951,3,1796,2429 +"22744",5055,48110,3,1796,2009 +"22745",5055,53697,3,1796,1909 +"22746",5055,58508,3,1796,2326 +"22747",5055,59039,3,1796,2870 +"22748",5055,69335,3,1796,2698 +"22749",5055,75607,3,1796,2245 +"22750",5055,79596,3,1796,2004 +"22751",5064,1409,3,1690,2090 +"22752",5064,1574,2,1690,1718 +"22753",5064,4929,3,1690,2240 +"22754",5064,8060,3,1690,1883 +"22755",5064,9423,3,1690,1708 +"22756",5064,12081,3,1690,2166 +"22757",5064,15150,3,1690,2801 +"22758",5064,18670,3,1690,1835 +"22759",5064,19002,3,1690,2053 +"22760",5064,21079,3,1690,1997 +"22761",5064,21942,3,1690,2041 +"22762",5064,23728,3,1690,2601 +"22763",5064,26582,3,1690,2772 +"22764",5064,30096,2,1690,2082 +"22765",5064,31159,3,1690,2231 +"22766",5064,31295,3,1690,2183 +"22767",5064,33460,3,1690,2781 +"22768",5064,34331,3,1690,1727 +"22769",5064,36031,3,1690,2342 +"22770",5064,47607,3,1690,2724 +"22771",5064,52530,3,1690,1737 +"22772",5064,76997,3,1690,2223 +"22773",5064,85525,3,1690,1718 +"22774",5064,89681,3,1690,1978 +"22775",5072,270,3,2175,2542 +"22776",5072,1315,3,2175,2760 +"22777",5072,2289,1,2175,2389 +"22778",5072,3493,3,2175,2451 +"22779",5072,4953,3,2175,2285 +"22780",5072,7180,3,2175,2227 +"22781",5072,7234,2,2175,2654 +"22782",5072,9928,3,2175,2345 +"22783",5072,10857,2,2175,2253 +"22784",5072,11218,2,2175,2292 +"22785",5072,11477,3,2175,2724 +"22786",5072,12035,3,2175,2721 +"22787",5072,12042,2,2175,2345 +"22788",5072,16352,3,2175,2657 +"22789",5072,17400,1,2175,2231 +"22790",5072,18394,3,2175,2356 +"22791",5072,19622,3,2175,2371 +"22792",5072,23725,2,2175,2378 +"22793",5072,26080,3,2175,2525 +"22794",5072,31436,3,2175,2892 +"22795",5072,34480,3,2175,2755 +"22796",5072,34735,3,2175,2767 +"22797",5072,35926,3,2175,2371 +"22798",5072,39556,2,2175,2747 +"22799",5072,45684,2,2175,2200 +"22800",5072,46629,3,2175,2255 +"22801",5072,47857,3,2175,2325 +"22802",5072,49608,3,2175,2184 +"22803",5072,50236,3,2175,2339 +"22804",5072,54551,2,2175,2348 +"22805",5072,54929,3,2175,2783 +"22806",5072,56082,2,2175,2395 +"22807",5072,57732,3,2175,2454 +"22808",5072,72207,2,2175,2430 +"22809",5072,76048,2,2175,2373 +"22810",5078,313,2,2033,2271 +"22811",5078,362,3,2033,2537 +"22812",5078,377,2,2033,2389 +"22813",5078,380,3,2033,2261 +"22814",5078,489,3,2033,2652 +"22815",5078,543,2,2033,2203 +"22816",5078,613,1,2033,2687 +"22817",5078,913,3,2033,2144 +"22818",5078,1151,2,2033,2885 +"22819",5078,1495,2,2033,2046 +"22820",5078,1616,2,2033,2662 +"22821",5078,2036,2,2033,2483 +"22822",5078,2224,2,2033,2751 +"22823",5078,2484,2,2033,2389 +"22824",5078,3161,2,2033,2229 +"22825",5078,3164,3,2033,2693 +"22826",5078,3488,3,2033,2351 +"22827",5078,3853,3,2033,2465 +"22828",5078,4057,2,2033,2389 +"22829",5078,5457,1,2033,2077 +"22830",5078,5462,1,2033,2374 +"22831",5078,5491,3,2033,2048 +"22832",5078,5504,1,2033,2389 +"22833",5078,6491,3,2033,2424 +"22834",5078,7323,2,2033,2858 +"22835",5078,8760,2,2033,2477 +"22836",5078,8821,3,2033,2230 +"22837",5078,9311,3,2033,2477 +"22838",5078,9332,3,2033,2734 +"22839",5078,9362,2,2033,2879 +"22840",5078,12374,3,2033,2260 +"22841",5078,12713,2,2033,2440 +"22842",5078,12929,2,2033,2656 +"22843",5078,14655,3,2033,2559 +"22844",5078,14767,3,2033,2068 +"22845",5078,15184,3,2033,2396 +"22846",5078,15299,3,2033,2213 +"22847",5078,15636,3,2033,2857 +"22848",5078,16587,3,2033,2065 +"22849",5078,17410,2,2033,2073 +"22850",5078,17520,3,2033,2276 +"22851",5078,18151,2,2033,2962 +"22852",5078,18554,3,2033,2065 +"22853",5078,19027,3,2033,2721 +"22854",5078,19606,2,2033,2783 +"22855",5078,20067,3,2033,2390 +"22856",5078,20292,3,2033,2755 +"22857",5078,20563,3,2033,2267 +"22858",5078,20700,3,2033,2861 +"22859",5078,21795,3,2033,2653 +"22860",5078,26067,3,2033,2069 +"22861",5078,26249,3,2033,2301 +"22862",5078,26516,3,2033,2479 +"22863",5078,26608,3,2033,2329 +"22864",5078,27478,3,2033,2485 +"22865",5078,31235,3,2033,2668 +"22866",5078,31799,2,2033,2547 +"22867",5078,32606,3,2033,2100 +"22868",5078,34836,3,2033,2302 +"22869",5078,35256,2,2033,2271 +"22870",5078,36087,3,2033,2755 +"22871",5078,36559,3,2033,2473 +"22872",5078,37418,3,2033,2710 +"22873",5078,37570,2,2033,2389 +"22874",5078,39444,3,2033,2695 +"22875",5078,39548,3,2033,2389 +"22876",5078,44235,3,2033,2700 +"22877",5078,44768,3,2033,2516 +"22878",5078,46040,3,2033,2105 +"22879",5078,47445,3,2033,2668 +"22880",5078,47947,3,2033,2681 +"22881",5078,49965,3,2033,2301 +"22882",5078,52576,3,2033,2234 +"22883",5078,53031,3,2033,2065 +"22884",5078,53851,3,2033,2305 +"22885",5078,55156,3,2033,2196 +"22886",5078,55556,2,2033,2075 +"22887",5078,55828,3,2033,2393 +"22888",5078,57977,3,2033,2683 +"22889",5078,64967,3,2033,2872 +"22890",5078,65029,3,2033,2954 +"22891",5078,68810,3,2033,2409 +"22892",5078,70046,3,2033,2624 +"22893",5078,70203,3,2033,2756 +"22894",5078,78563,3,2033,2385 +"22895",5078,85430,2,2033,2370 +"22896",5078,91570,3,2033,2229 +"22897",5078,93615,3,2033,2386 +"22898",5082,4660,3,212,2149 +"22899",5082,5106,3,212,2622 +"22900",5082,5826,2,212,411 +"22901",5082,12781,3,212,831 +"22902",5082,13260,3,212,389 +"22903",5082,16501,3,212,1650 +"22904",5082,17033,3,212,2771 +"22905",5082,17320,3,212,571 +"22906",5082,27897,3,212,1968 +"22907",5082,36737,2,212,829 +"22908",5082,63641,3,212,2337 +"22909",5082,64156,3,212,675 +"22910",5082,66527,3,212,961 +"22911",5082,66717,3,212,2104 +"22912",5082,69545,3,212,673 +"22913",5082,72535,3,212,1191 +"22914",5082,95910,3,212,999 +"22915",5082,96007,3,212,895 +"22916",5092,854,3,909,2307 +"22917",5092,4504,3,909,1905 +"22918",5092,6052,3,909,1985 +"22919",5092,29454,3,909,2719 +"22920",5092,30236,3,909,2238 +"22921",5092,35903,3,909,1434 +"22922",5092,38732,3,909,2263 +"22923",5092,41764,3,909,2409 +"22924",5106,3978,3,2622,2775 +"22925",5106,6989,3,2622,2623 +"22926",5106,11648,3,2622,2852 +"22927",5106,12948,3,2622,2669 +"22928",5106,17033,2,2622,2771 +"22929",5106,18810,3,2622,2671 +"22930",5106,20941,3,2622,2725 +"22931",5106,35715,3,2622,2912 +"22932",5106,40572,2,2622,2666 +"22933",5106,45869,3,2622,2840 +"22934",5106,62626,3,2622,2787 +"22935",5106,68931,2,2622,2771 +"22936",5119,1519,3,2220,2349 +"22937",5119,2747,3,2220,2411 +"22938",5119,4831,3,2220,2365 +"22939",5119,23756,3,2220,2309 +"22940",5119,27686,3,2220,2844 +"22941",5119,28869,3,2220,2425 +"22942",5119,29825,3,2220,2603 +"22943",5119,29977,3,2220,2781 +"22944",5119,36278,3,2220,2952 +"22945",5119,43673,3,2220,2787 +"22946",5120,2224,2,2735,2751 +"22947",5120,13732,3,2735,2789 +"22948",5120,18151,3,2735,2962 +"22949",5120,34327,3,2735,2959 +"22950",5120,36962,3,2735,2861 +"22951",5120,75444,3,2735,2846 +"22952",5148,823,3,2206,2840 +"22953",5148,3488,3,2206,2351 +"22954",5148,4418,3,2206,2788 +"22955",5148,4618,2,2206,2607 +"22956",5148,5669,1,2206,2502 +"22957",5148,5725,1,2206,2789 +"22958",5148,7078,3,2206,2344 +"22959",5148,8533,1,2206,2251 +"22960",5148,12867,2,2206,2773 +"22961",5148,15184,3,2206,2396 +"22962",5148,18151,3,2206,2962 +"22963",5148,20563,3,2206,2267 +"22964",5148,20783,3,2206,2414 +"22965",5148,24923,3,2206,2785 +"22966",5148,26351,2,2206,2683 +"22967",5148,28285,1,2206,2972 +"22968",5148,29073,2,2206,2328 +"22969",5148,31799,3,2206,2547 +"22970",5148,36559,2,2206,2473 +"22971",5148,36670,3,2206,2298 +"22972",5148,39087,2,2206,2765 +"22973",5148,47947,1,2206,2681 +"22974",5148,51041,3,2206,2606 +"22975",5148,51626,3,2206,2494 +"22976",5148,57977,2,2206,2683 +"22977",5148,62840,2,2206,2502 +"22978",5148,71562,2,2206,2574 +"22979",5168,1150,3,629,1595 +"22980",5168,1560,3,629,2013 +"22981",5168,4932,3,629,2752 +"22982",5168,6132,3,629,1590 +"22983",5168,8140,3,629,1262 +"22984",5168,10200,3,629,2920 +"22985",5168,10279,3,629,886 +"22986",5168,15916,2,629,1236 +"22987",5168,19687,3,629,2072 +"22988",5168,22571,3,629,655 +"22989",5168,24086,2,629,2663 +"22990",5168,24860,2,629,1204 +"22991",5168,26513,2,629,2205 +"22992",5168,27255,2,629,1232 +"22993",5168,28893,3,629,2764 +"22994",5168,31159,3,629,2231 +"22995",5168,31170,3,629,1776 +"22996",5168,31295,3,629,2183 +"22997",5168,32339,3,629,2430 +"22998",5168,33691,3,629,949 +"22999",5168,38038,3,629,2686 +"23000",5168,38422,3,629,1019 +"23001",5168,39443,3,629,2277 +"23002",5168,39875,3,629,2422 +"23003",5168,43250,3,629,1300 +"23004",5168,44982,3,629,1592 +"23005",5168,47063,3,629,739 +"23006",5168,47557,2,629,999 +"23007",5168,49147,3,629,2539 +"23008",5168,50430,2,629,1689 +"23009",5168,50678,3,629,1366 +"23010",5168,65557,3,629,813 +"23011",5168,68328,3,629,683 +"23012",5168,76230,3,629,1223 +"23013",5168,76235,3,629,2777 +"23014",5168,83007,3,629,2727 +"23015",5168,83228,3,629,732 +"23016",5168,95338,3,629,915 +"23017",5168,115491,3,629,1261 +"23018",5203,2894,3,814,1291 +"23019",5203,5315,3,814,2631 +"23020",5203,5449,3,814,1723 +"23021",5203,5785,3,814,1261 +"23022",5203,6222,3,814,1949 +"23023",5203,6253,1,814,2282 +"23024",5203,7508,3,814,2396 +"23025",5203,8887,3,814,2373 +"23026",5203,9311,3,814,2477 +"23027",5203,10870,3,814,1755 +"23028",5203,11103,2,814,2393 +"23029",5203,11493,3,814,2077 +"23030",5203,11976,3,814,1727 +"23031",5203,12371,3,814,1569 +"23032",5203,12373,3,814,1567 +"23033",5203,14959,3,814,2898 +"23034",5203,17520,3,814,2276 +"23035",5203,20355,3,814,2111 +"23036",5203,21720,3,814,2637 +"23037",5203,23006,3,814,1532 +"23038",5203,24256,3,814,2393 +"23039",5203,27195,3,814,2158 +"23040",5203,28571,3,814,1556 +"23041",5203,29095,3,814,2531 +"23042",5203,29930,2,814,2240 +"23043",5203,30747,3,814,2455 +"23044",5203,30883,3,814,1629 +"23045",5203,33801,3,814,2899 +"23046",5203,33834,2,814,1606 +"23047",5203,34648,3,814,1596 +"23048",5203,36574,2,814,2934 +"23049",5203,38467,2,814,1259 +"23050",5203,38921,3,814,1880 +"23051",5203,40893,3,814,1116 +"23052",5203,44403,3,814,2429 +"23053",5203,45903,3,814,2237 +"23054",5203,46283,3,814,1184 +"23055",5203,53475,3,814,2853 +"23056",5203,56688,3,814,2331 +"23057",5203,62538,2,814,1656 +"23058",5203,62632,3,814,1320 +"23059",5203,64255,3,814,2309 +"23060",5203,67102,3,814,935 +"23061",5203,83526,3,814,1235 +"23062",5203,92895,3,814,2339 +"23063",5203,97937,3,814,932 +"23064",5203,101338,3,814,1319 +"23065",5203,104280,3,814,887 +"23066",5226,997,3,1309,2788 +"23067",5226,1875,2,1309,1786 +"23068",5226,2712,3,1309,1881 +"23069",5226,4671,2,1309,2280 +"23070",5226,5449,3,1309,1723 +"23071",5226,5622,3,1309,2175 +"23072",5226,7029,3,1309,2204 +"23073",5226,7515,3,1309,2737 +"23074",5226,7616,3,1309,2296 +"23075",5226,7858,3,1309,1795 +"23076",5226,8681,3,1309,2716 +"23077",5226,9364,3,1309,1698 +"23078",5226,10857,3,1309,2253 +"23079",5226,10874,3,1309,1891 +"23080",5226,11103,2,1309,2393 +"23081",5226,12728,3,1309,2374 +"23082",5226,15207,3,1309,1855 +"23083",5226,15560,3,1309,2257 +"23084",5226,15799,3,1309,1917 +"23085",5226,16539,3,1309,1947 +"23086",5226,19096,2,1309,1538 +"23087",5226,21197,3,1309,1437 +"23088",5226,21406,3,1309,2714 +"23089",5226,23312,3,1309,2449 +"23090",5226,27195,3,1309,2158 +"23091",5226,27849,3,1309,1316 +"23092",5226,28635,2,1309,2368 +"23093",5226,28640,2,1309,1475 +"23094",5226,29930,3,1309,2240 +"23095",5226,31530,3,1309,1661 +"23096",5226,33949,3,1309,2489 +"23097",5226,36574,3,1309,2934 +"23098",5226,36714,3,1309,2209 +"23099",5226,43385,2,1309,1623 +"23100",5226,44151,3,1309,1796 +"23101",5226,48384,3,1309,2057 +"23102",5226,48571,1,1309,2717 +"23103",5226,49185,3,1309,1544 +"23104",5226,53219,2,1309,2973 +"23105",5226,54551,3,1309,2348 +"23106",5226,58451,3,1309,1939 +"23107",5226,58652,3,1309,1437 +"23108",5226,63409,3,1309,1937 +"23109",5226,66703,3,1309,2375 +"23110",5226,67957,3,1309,2823 +"23111",5226,81588,3,1309,1568 +"23112",5226,95644,2,1309,1531 +"23113",5226,98781,2,1309,1410 +"23114",5226,101338,3,1309,1319 +"23115",5232,798,3,168,2476 +"23116",5232,10945,3,168,881 +"23117",5232,11419,3,168,1408 +"23118",5232,50520,3,168,1205 +"23119",5232,73266,3,168,2496 +"23120",5232,93930,2,168,1268 +"23121",5232,117932,3,168,926 +"23122",5235,270,2,2324,2542 +"23123",5235,701,3,2324,2718 +"23124",5235,2424,3,2324,2582 +"23125",5235,2936,2,2324,2512 +"23126",5235,5462,3,2324,2374 +"23127",5235,6074,3,2324,2426 +"23128",5235,7014,3,2324,2401 +"23129",5235,9311,3,2324,2477 +"23130",5235,14761,3,2324,2502 +"23131",5235,14834,3,2324,2739 +"23132",5235,14959,3,2324,2898 +"23133",5235,16352,3,2324,2657 +"23134",5235,18361,2,2324,2968 +"23135",5235,18394,1,2324,2356 +"23136",5235,19215,2,2324,2604 +"23137",5235,19364,3,2324,2846 +"23138",5235,19643,2,2324,2452 +"23139",5235,19686,3,2324,2467 +"23140",5235,19862,3,2324,2412 +"23141",5235,20067,3,2324,2390 +"23142",5235,20941,3,2324,2725 +"23143",5235,21012,3,2324,2325 +"23144",5235,21126,3,2324,2331 +"23145",5235,21682,3,2324,2414 +"23146",5235,22326,3,2324,2818 +"23147",5235,22709,2,2324,2743 +"23148",5235,23725,3,2324,2378 +"23149",5235,24060,2,2324,2349 +"23150",5235,25305,3,2324,2447 +"23151",5235,26848,3,2324,2363 +"23152",5235,27478,3,2324,2485 +"23153",5235,29503,3,2324,2609 +"23154",5235,30173,3,2324,2404 +"23155",5235,31335,3,2324,2351 +"23156",5235,31799,3,2324,2547 +"23157",5235,32173,3,2324,2341 +"23158",5235,32457,3,2324,2690 +"23159",5235,33475,3,2324,2367 +"23160",5235,37285,3,2324,2428 +"23161",5235,38227,3,2324,2511 +"23162",5235,38755,3,2324,2902 +"23163",5235,41023,3,2324,2408 +"23164",5235,42216,3,2324,2722 +"23165",5235,43455,3,2324,2846 +"23166",5235,45302,2,2324,2390 +"23167",5235,45473,3,2324,2540 +"23168",5235,46950,3,2324,2673 +"23169",5235,48605,3,2324,2796 +"23170",5235,50134,3,2324,2674 +"23171",5235,50236,3,2324,2339 +"23172",5235,51035,3,2324,2397 +"23173",5235,51866,3,2324,2411 +"23174",5235,52570,3,2324,2645 +"23175",5235,56082,3,2324,2395 +"23176",5235,56237,3,2324,2625 +"23177",5235,57977,3,2324,2683 +"23178",5235,61982,3,2324,2725 +"23179",5235,64699,3,2324,2797 +"23180",5235,66992,3,2324,2882 +"23181",5235,70203,3,2324,2756 +"23182",5235,70944,3,2324,2972 +"23183",5235,72207,3,2324,2430 +"23184",5235,92104,2,2324,2339 +"23185",5239,13639,3,2875,2887 +"23186",5239,33801,3,2875,2899 +"23187",5250,29842,1,405,2280 +"23188",5250,59438,3,405,2400 +"23189",5258,18543,1,2730,2968 +"23190",5258,25565,3,2730,2764 +"23191",5258,29948,3,2730,2795 +"23192",5258,31436,3,2730,2892 +"23193",5258,43173,3,2730,2895 +"23194",5258,44427,2,2730,2875 +"23195",5258,47248,3,2730,2883 +"23196",5258,88232,2,2730,2881 +"23197",5296,135,3,820,2233 +"23198",5296,1044,3,820,880 +"23199",5296,1777,3,820,1965 +"23200",5296,2424,3,820,2582 +"23201",5296,4790,3,820,1025 +"23202",5296,5462,3,820,2374 +"23203",5296,5504,3,820,2389 +"23204",5296,10215,3,820,2006 +"23205",5296,12863,3,820,2027 +"23206",5296,15379,2,820,1231 +"23207",5296,19248,3,820,2357 +"23208",5296,19676,3,820,1515 +"23209",5296,19719,3,820,2177 +"23210",5296,20162,3,820,2328 +"23211",5296,21198,3,820,935 +"23212",5296,22006,3,820,1202 +"23213",5296,23268,3,820,2258 +"23214",5296,31050,3,820,1491 +"23215",5296,32601,3,820,1033 +"23216",5296,38019,3,820,1870 +"23217",5296,41278,3,820,1873 +"23218",5296,41739,3,820,1339 +"23219",5296,43953,3,820,2203 +"23220",5296,48414,3,820,1749 +"23221",5296,50444,3,820,884 +"23222",5296,50667,3,820,2719 +"23223",5296,50685,1,820,2008 +"23224",5296,52576,3,820,2234 +"23225",5296,53196,3,820,1888 +"23226",5296,54980,3,820,876 +"23227",5296,57360,2,820,2429 +"23228",5296,57950,3,820,1529 +"23229",5296,60185,2,820,1206 +"23230",5296,61982,3,820,2725 +"23231",5296,62841,3,820,2710 +"23232",5296,65625,3,820,1273 +"23233",5296,69498,2,820,931 +"23234",5296,76127,3,820,910 +"23235",5296,77155,3,820,2946 +"23236",5296,82949,3,820,2077 +"23237",5296,87904,3,820,952 +"23238",5296,105947,3,820,997 +"23239",5303,827,3,1849,2964 +"23240",5303,1624,3,1849,2687 +"23241",5303,2647,3,1849,2450 +"23242",5303,4551,1,1849,2720 +"23243",5303,6040,3,1849,2103 +"23244",5303,7253,2,1849,2686 +"23245",5303,13388,3,1849,2119 +"23246",5303,19509,2,1849,2000 +"23247",5303,26513,3,1849,2205 +"23248",5303,28268,3,1849,2258 +"23249",5303,46616,3,1849,1917 +"23250",5303,47607,2,1849,2724 +"23251",5303,52380,3,1849,2686 +"23252",5303,53584,3,1849,2391 +"23253",5303,58945,2,1849,2481 +"23254",5303,59511,3,1849,2753 +"23255",5303,65188,3,1849,2213 +"23256",5315,1767,3,2631,2727 +"23257",5315,3164,3,2631,2693 +"23258",5315,5258,3,2631,2730 +"23259",5315,10779,3,2631,2881 +"23260",5315,15309,3,2631,2820 +"23261",5315,15636,3,2631,2857 +"23262",5315,16352,3,2631,2657 +"23263",5315,16954,3,2631,2972 +"23264",5315,18543,3,2631,2968 +"23265",5315,19027,3,2631,2721 +"23266",5315,21138,3,2631,2849 +"23267",5315,22415,3,2631,2841 +"23268",5315,28168,3,2631,2702 +"23269",5315,32567,3,2631,2784 +"23270",5315,33801,3,2631,2899 +"23271",5315,34158,3,2631,2639 +"23272",5315,34735,3,2631,2767 +"23273",5315,36574,3,2631,2934 +"23274",5315,36609,3,2631,2918 +"23275",5315,48127,2,2631,2677 +"23276",5315,51410,3,2631,2739 +"23277",5315,53475,3,2631,2853 +"23278",5315,54929,3,2631,2783 +"23279",5315,65572,3,2631,2750 +"23280",5315,70203,3,2631,2756 +"23281",5315,82732,3,2631,2810 +"23282",5317,900,2,2063,2726 +"23283",5317,24923,3,2063,2785 +"23284",5317,32939,3,2063,2277 +"23285",5317,36344,3,2063,2570 +"23286",5317,38676,2,2063,2286 +"23287",5317,57804,3,2063,2214 +"23288",5326,31235,2,2652,2668 +"23289",5326,47445,3,2652,2668 +"23290",5346,212,3,1438,1513 +"23291",5346,270,3,1438,2542 +"23292",5346,600,3,1438,1702 +"23293",5346,1367,2,1438,2176 +"23294",5346,1677,3,1438,2645 +"23295",5346,1685,3,1438,2230 +"23296",5346,2224,3,1438,2751 +"23297",5346,2424,2,1438,2582 +"23298",5346,2533,3,1438,2016 +"23299",5346,2563,3,1438,1686 +"23300",5346,2747,2,1438,2411 +"23301",5346,2865,3,1438,2006 +"23302",5346,3068,3,1438,1815 +"23303",5346,3305,3,1438,2839 +"23304",5346,3460,3,1438,2530 +"23305",5346,3896,3,1438,2693 +"23306",5346,4191,3,1438,2130 +"23307",5346,4612,3,1438,2804 +"23308",5346,4660,3,1438,2149 +"23309",5346,4821,3,1438,1938 +"23310",5346,5120,3,1438,2735 +"23311",5346,5350,3,1438,2522 +"23312",5346,5414,2,1438,2321 +"23313",5346,5438,3,1438,1499 +"23314",5346,5580,2,1438,2111 +"23315",5346,5673,3,1438,1567 +"23316",5346,5897,3,1438,2337 +"23317",5346,6047,3,1438,2004 +"23318",5346,6052,3,1438,1985 +"23319",5346,6132,3,1438,1590 +"23320",5346,6234,3,1438,2654 +"23321",5346,6248,3,1438,2737 +"23322",5346,6432,3,1438,2297 +"23323",5346,6449,3,1438,1997 +"23324",5346,6602,3,1438,1631 +"23325",5346,7245,2,1438,2089 +"23326",5346,7506,3,1438,2371 +"23327",5346,7785,3,1438,2441 +"23328",5346,8073,3,1438,1847 +"23329",5346,8354,3,1438,1705 +"23330",5346,8533,3,1438,2251 +"23331",5346,8865,3,1438,2394 +"23332",5346,9115,3,1438,2068 +"23333",5346,9175,3,1438,2639 +"23334",5346,9202,3,1438,2477 +"23335",5346,9241,3,1438,2338 +"23336",5346,9423,3,1438,1708 +"23337",5346,9654,2,1438,2111 +"23338",5346,9787,3,1438,2858 +"23339",5346,10474,3,1438,1608 +"23340",5346,10727,3,1438,2082 +"23341",5346,10739,3,1438,1807 +"23342",5346,10851,3,1438,2423 +"23343",5346,10964,3,1438,2043 +"23344",5346,11067,3,1438,2734 +"23345",5346,11154,3,1438,1594 +"23346",5346,11984,3,1438,2308 +"23347",5346,12000,3,1438,1454 +"23348",5346,12031,3,1438,1957 +"23349",5346,12272,3,1438,2371 +"23350",5346,12724,3,1438,1930 +"23351",5346,12767,3,1438,2329 +"23352",5346,13200,3,1438,2488 +"23353",5346,13324,3,1438,2163 +"23354",5346,13879,3,1438,2748 +"23355",5346,13985,3,1438,2484 +"23356",5346,14422,3,1438,1548 +"23357",5346,14586,2,1438,2801 +"23358",5346,14676,3,1438,2764 +"23359",5346,14731,3,1438,2012 +"23360",5346,14754,2,1438,2456 +"23361",5346,14972,3,1438,2332 +"23362",5346,14998,3,1438,1553 +"23363",5346,15207,1,1438,1855 +"23364",5346,15453,2,1438,1688 +"23365",5346,15813,3,1438,2143 +"23366",5346,15826,3,1438,2772 +"23367",5346,16067,2,1438,2727 +"23368",5346,16501,3,1438,1650 +"23369",5346,16877,3,1438,2509 +"23370",5346,17396,3,1438,1672 +"23371",5346,17645,3,1438,1918 +"23372",5346,17672,3,1438,1987 +"23373",5346,17931,3,1438,1617 +"23374",5346,18211,3,1438,1745 +"23375",5346,18348,2,1438,1711 +"23376",5346,18415,2,1438,2184 +"23377",5346,19334,3,1438,1979 +"23378",5346,19593,3,1438,2013 +"23379",5346,20155,3,1438,1517 +"23380",5346,20545,3,1438,1491 +"23381",5346,20563,3,1438,2267 +"23382",5346,21164,3,1438,1645 +"23383",5346,21249,3,1438,1635 +"23384",5346,21285,3,1438,2100 +"23385",5346,21487,3,1438,2203 +"23386",5346,21895,3,1438,1693 +"23387",5346,21929,2,1438,2062 +"23388",5346,22080,3,1438,2436 +"23389",5346,22165,3,1438,1501 +"23390",5346,22242,3,1438,1690 +"23391",5346,22566,3,1438,2308 +"23392",5346,22567,3,1438,2396 +"23393",5346,23000,3,1438,1815 +"23394",5346,23011,3,1438,2763 +"23395",5346,23488,3,1438,1523 +"23396",5346,23509,3,1438,2275 +"23397",5346,23869,3,1438,1918 +"23398",5346,24195,3,1438,1575 +"23399",5346,25443,3,1438,1441 +"23400",5346,26450,3,1438,1709 +"23401",5346,26658,3,1438,2745 +"23402",5346,27391,3,1438,2378 +"23403",5346,27742,3,1438,2700 +"23404",5346,27897,3,1438,1968 +"23405",5346,27914,3,1438,2507 +"23406",5346,28115,3,1438,1835 +"23407",5346,28355,3,1438,2053 +"23408",5346,28627,3,1438,2694 +"23409",5346,28869,3,1438,2425 +"23410",5346,29073,3,1438,2328 +"23411",5346,29286,3,1438,1612 +"23412",5346,29997,3,1438,1789 +"23413",5346,30092,3,1438,1593 +"23414",5346,30262,1,1438,1715 +"23415",5346,30865,3,1438,2038 +"23416",5346,30943,2,1438,2287 +"23417",5346,30981,3,1438,2366 +"23418",5346,31050,3,1438,1491 +"23419",5346,31124,3,1438,2351 +"23420",5346,31868,3,1438,1993 +"23421",5346,32202,3,1438,2314 +"23422",5346,32532,3,1438,2338 +"23423",5346,32920,2,1438,2158 +"23424",5346,32939,2,1438,2277 +"23425",5346,33383,3,1438,1572 +"23426",5346,34509,3,1438,1973 +"23427",5346,34820,3,1438,1630 +"23428",5346,35186,3,1438,1520 +"23429",5346,35264,3,1438,2329 +"23430",5346,35728,3,1438,2017 +"23431",5346,35772,3,1438,1440 +"23432",5346,35797,3,1438,2482 +"23433",5346,36031,3,1438,2342 +"23434",5346,36215,3,1438,1623 +"23435",5346,36441,3,1438,2796 +"23436",5346,36862,3,1438,2655 +"23437",5346,37475,3,1438,1509 +"23438",5346,37752,3,1438,2223 +"23439",5346,38676,3,1438,2286 +"23440",5346,39577,3,1438,1728 +"23441",5346,39657,3,1438,1947 +"23442",5346,40493,3,1438,1981 +"23443",5346,41955,3,1438,2479 +"23444",5346,42216,3,1438,2722 +"23445",5346,42256,3,1438,2839 +"23446",5346,42642,2,1438,2257 +"23447",5346,42713,3,1438,1995 +"23448",5346,42799,3,1438,2729 +"23449",5346,43455,3,1438,2846 +"23450",5346,43961,3,1438,2443 +"23451",5346,44433,3,1438,2224 +"23452",5346,44497,3,1438,2401 +"23453",5346,44557,3,1438,2371 +"23454",5346,44603,3,1438,2748 +"23455",5346,44819,3,1438,2063 +"23456",5346,45239,3,1438,2535 +"23457",5346,45302,3,1438,2390 +"23458",5346,45585,3,1438,2384 +"23459",5346,45633,3,1438,2134 +"23460",5346,46532,3,1438,2005 +"23461",5346,46629,3,1438,2255 +"23462",5346,46635,3,1438,2528 +"23463",5346,46803,2,1438,2305 +"23464",5346,47564,3,1438,2650 +"23465",5346,49069,3,1438,1694 +"23466",5346,49144,3,1438,1542 +"23467",5346,49147,3,1438,2539 +"23468",5346,50382,3,1438,2244 +"23469",5346,50621,3,1438,2809 +"23470",5346,51022,3,1438,1499 +"23471",5346,51055,3,1438,2558 +"23472",5346,51360,3,1438,1882 +"23473",5346,51866,3,1438,2411 +"23474",5346,51925,3,1438,2307 +"23475",5346,52576,3,1438,2234 +"23476",5346,53445,3,1438,2028 +"23477",5346,54061,3,1438,1488 +"23478",5346,54718,3,1438,2473 +"23479",5346,55436,3,1438,2513 +"23480",5346,56755,3,1438,2158 +"23481",5346,56903,3,1438,1584 +"23482",5346,56995,3,1438,2323 +"23483",5346,57356,3,1438,2476 +"23484",5346,57804,2,1438,2214 +"23485",5346,57842,3,1438,2482 +"23486",5346,58284,3,1438,2292 +"23487",5346,58655,3,1438,2685 +"23488",5346,59039,3,1438,2870 +"23489",5346,59683,3,1438,2068 +"23490",5346,60516,3,1438,2257 +"23491",5346,61982,3,1438,2725 +"23492",5346,63641,2,1438,2337 +"23493",5346,64181,3,1438,1828 +"23494",5346,65691,3,1438,2134 +"23495",5346,66413,3,1438,2507 +"23496",5346,66717,3,1438,2104 +"23497",5346,67719,3,1438,2429 +"23498",5346,67726,2,1438,2873 +"23499",5346,69232,2,1438,2130 +"23500",5346,69716,2,1438,2632 +"23501",5346,73205,3,1438,1529 +"23502",5346,74818,2,1438,1440 +"23503",5346,75194,3,1438,1736 +"23504",5346,76235,3,1438,2777 +"23505",5346,76892,3,1438,2381 +"23506",5346,82246,3,1438,1538 +"23507",5346,82426,3,1438,1576 +"23508",5346,85356,2,1438,1492 +"23509",5346,89681,3,1438,1978 +"23510",5346,92630,3,1438,1583 +"23511",5346,96132,3,1438,1489 +"23512",5346,99557,2,1438,1703 +"23513",5346,105063,3,1438,1908 +"23514",5346,106555,3,1438,1626 +"23515",5350,1822,3,2522,2888 +"23516",5350,4551,3,2522,2720 +"23517",5350,5315,3,2522,2631 +"23518",5350,12035,3,2522,2721 +"23519",5350,15309,3,2522,2820 +"23520",5350,16352,3,2522,2657 +"23521",5350,17365,3,2522,2746 +"23522",5350,25971,3,2522,2608 +"23523",5350,26080,3,2522,2525 +"23524",5350,34735,3,2522,2767 +"23525",5350,52026,3,2522,2633 +"23526",5350,53219,3,2522,2973 +"23527",5350,54929,3,2522,2783 +"23528",5350,61337,3,2522,2777 +"23529",5350,69716,1,2522,2632 +"23530",5350,87110,3,2522,2801 +"23531",5352,388,3,175,1594 +"23532",5352,1150,3,175,1595 +"23533",5352,1560,3,175,2013 +"23534",5352,5454,3,175,1779 +"23535",5352,8140,3,175,1262 +"23536",5352,10279,3,175,886 +"23537",5352,10980,3,175,1974 +"23538",5352,11429,2,175,2520 +"23539",5352,12948,3,175,2669 +"23540",5352,14761,3,175,2502 +"23541",5352,16176,3,175,2703 +"23542",5352,17502,3,175,869 +"23543",5352,20056,3,175,1824 +"23544",5352,20363,3,175,279 +"23545",5352,31541,3,175,1500 +"23546",5352,34491,3,175,2694 +"23547",5352,35822,3,175,1903 +"23548",5352,37342,3,175,2649 +"23549",5352,39589,3,175,1292 +"23550",5352,40309,3,175,871 +"23551",5352,40392,3,175,1878 +"23552",5352,41023,3,175,2408 +"23553",5352,41447,3,175,2405 +"23554",5352,45138,3,175,2516 +"23555",5352,45869,3,175,2840 +"23556",5352,46662,3,175,207 +"23557",5352,47385,3,175,1172 +"23558",5352,51148,3,175,1077 +"23559",5352,51200,3,175,2245 +"23560",5352,52530,3,175,1737 +"23561",5352,55482,3,175,1866 +"23562",5352,55817,3,175,2285 +"23563",5352,59082,3,175,947 +"23564",5352,62712,3,175,2884 +"23565",5352,67266,3,175,2010 +"23566",5352,67680,3,175,602 +"23567",5352,74054,3,175,1488 +"23568",5352,86621,3,175,598 +"23569",5352,93661,3,175,1024 +"23570",5352,99966,3,175,606 +"23571",5352,113238,3,175,671 +"23572",5355,55,3,1499,2524 +"23573",5355,1685,2,1499,2230 +"23574",5355,3360,3,1499,1583 +"23575",5355,3477,3,1499,2546 +"23576",5355,3506,3,1499,2364 +"23577",5355,6063,3,1499,2349 +"23578",5355,6621,2,1499,2478 +"23579",5355,11154,3,1499,1594 +"23580",5355,11868,3,1499,1639 +"23581",5355,12007,2,1499,1594 +"23582",5355,18217,3,1499,1566 +"23583",5355,19048,3,1499,2180 +"23584",5355,22744,1,1499,1907 +"23585",5355,23498,3,1499,2398 +"23586",5355,31794,3,1499,1919 +"23587",5355,33223,3,1499,2397 +"23588",5355,37040,3,1499,1667 +"23589",5355,40542,3,1499,1664 +"23590",5355,43311,2,1499,1553 +"23591",5355,45664,3,1499,2235 +"23592",5355,49069,3,1499,1694 +"23593",5355,51173,3,1499,1829 +"23594",5355,79461,3,1499,1667 +"23595",5355,79547,3,1499,1909 +"23596",5355,85638,3,1499,2275 +"23597",5355,86559,3,1499,1704 +"23598",5355,87190,3,1499,1704 +"23599",5355,89391,3,1499,2180 +"23600",5355,96700,3,1499,1602 +"23601",5363,341,2,1791,2689 +"23602",5363,798,3,1791,2476 +"23603",5363,841,3,1791,2964 +"23604",5363,5962,3,1791,2491 +"23605",5363,7937,3,1791,2044 +"23606",5363,8062,3,1791,2858 +"23607",5363,9063,3,1791,2000 +"23608",5363,10336,3,1791,2271 +"23609",5363,12361,3,1791,2732 +"23610",5363,15401,3,1791,1999 +"23611",5363,19655,2,1791,2706 +"23612",5363,20355,2,1791,2111 +"23613",5363,25373,3,1791,2783 +"23614",5363,27908,3,1791,2576 +"23615",5363,31331,3,1791,2964 +"23616",5363,31700,2,1791,2727 +"23617",5363,32549,3,1791,2111 +"23618",5363,32988,2,1791,2008 +"23619",5363,34870,3,1791,1873 +"23620",5363,37036,3,1791,2264 +"23621",5363,37238,3,1791,2609 +"23622",5363,37929,3,1791,2393 +"23623",5363,39062,3,1791,2020 +"23624",5363,40910,3,1791,2469 +"23625",5363,41187,3,1791,2340 +"23626",5363,42505,3,1791,2008 +"23627",5363,44235,3,1791,2700 +"23628",5363,45299,3,1791,2426 +"23629",5363,48215,3,1791,2028 +"23630",5363,53727,3,1791,2442 +"23631",5363,65155,3,1791,1947 +"23632",5363,73597,3,1791,1989 +"23633",5363,89880,3,1791,1938 +"23634",5363,92757,3,1791,2615 +"23635",5376,1676,3,288,1198 +"23636",5376,2289,3,288,2389 +"23637",5376,3352,3,288,1707 +"23638",5376,3583,3,288,818 +"23639",5376,5315,3,288,2631 +"23640",5376,5504,3,288,2389 +"23641",5376,5568,3,288,1290 +"23642",5376,5716,3,288,1058 +"23643",5376,6366,3,288,798 +"23644",5376,6417,3,288,1675 +"23645",5376,7233,3,288,572 +"23646",5376,8888,3,288,1328 +"23647",5376,10709,2,288,746 +"23648",5376,10870,3,288,1755 +"23649",5376,11127,3,288,1196 +"23650",5376,11218,3,288,2292 +"23651",5376,12374,3,288,2260 +"23652",5376,13699,3,288,1355 +"23653",5376,14855,3,288,903 +"23654",5376,16497,3,288,2370 +"23655",5376,16587,2,288,2065 +"23656",5376,18554,3,288,2065 +"23657",5376,18615,3,288,1025 +"23658",5376,19183,3,288,1257 +"23659",5376,22050,3,288,966 +"23660",5376,24169,3,288,1663 +"23661",5376,26608,3,288,2329 +"23662",5376,27130,3,288,1880 +"23663",5376,27260,2,288,878 +"23664",5376,27339,2,288,486 +"23665",5376,29864,2,288,2479 +"23666",5376,29930,3,288,2240 +"23667",5376,31279,3,288,965 +"23668",5376,32017,3,288,577 +"23669",5376,35610,3,288,594 +"23670",5376,37758,2,288,1998 +"23671",5376,37800,3,288,604 +"23672",5376,37873,3,288,1288 +"23673",5376,39444,3,288,2695 +"23674",5376,39865,3,288,849 +"23675",5376,40072,3,288,1182 +"23676",5376,41955,3,288,2479 +"23677",5376,43135,2,288,1171 +"23678",5376,44068,2,288,1056 +"23679",5376,52448,3,288,414 +"23680",5376,53134,2,288,1590 +"23681",5376,54929,3,288,2783 +"23682",5376,55556,3,288,2075 +"23683",5376,55892,3,288,1234 +"23684",5376,59646,3,288,456 +"23685",5376,59939,3,288,936 +"23686",5376,62488,3,288,1418 +"23687",5376,63078,3,288,602 +"23688",5376,63328,3,288,922 +"23689",5376,63568,3,288,570 +"23690",5376,67352,3,288,1115 +"23691",5376,71478,3,288,1721 +"23692",5376,74730,3,288,535 +"23693",5376,77424,3,288,1489 +"23694",5376,86331,3,288,850 +"23695",5376,90860,3,288,851 +"23696",5376,91912,3,288,790 +"23697",5376,93933,3,288,1336 +"23698",5376,100060,3,288,497 +"23699",5376,100140,3,288,1041 +"23700",5376,101986,2,288,813 +"23701",5376,109521,1,288,609 +"23702",5376,116478,2,288,293 +"23703",5392,14,3,1648,1793 +"23704",5392,160,3,1648,2007 +"23705",5392,341,3,1648,2689 +"23706",5392,854,2,1648,2307 +"23707",5392,915,3,1648,1793 +"23708",5392,2484,3,1648,2389 +"23709",5392,3409,3,1648,2167 +"23710",5392,3495,3,1648,2431 +"23711",5392,4504,3,1648,1905 +"23712",5392,5865,3,1648,1910 +"23713",5392,6192,2,1648,2409 +"23714",5392,6208,3,1648,2361 +"23715",5392,6222,2,1648,1949 +"23716",5392,6449,3,1648,1997 +"23717",5392,7406,2,1648,1906 +"23718",5392,7616,3,1648,2296 +"23719",5392,7703,3,1648,2122 +"23720",5392,8274,3,1648,1909 +"23721",5392,8726,3,1648,2083 +"23722",5392,8865,3,1648,2394 +"23723",5392,9311,3,1648,2477 +"23724",5392,9331,3,1648,2269 +"23725",5392,9423,3,1648,1708 +"23726",5392,10239,3,1648,2032 +"23727",5392,10870,3,1648,1755 +"23728",5392,11329,3,1648,2799 +"23729",5392,11770,2,1648,1653 +"23730",5392,12388,1,1648,1975 +"23731",5392,13249,3,1648,2573 +"23732",5392,13324,3,1648,2163 +"23733",5392,14586,3,1648,2801 +"23734",5392,14887,3,1648,2158 +"23735",5392,14959,2,1648,2898 +"23736",5392,15444,2,1648,2764 +"23737",5392,16539,3,1648,1947 +"23738",5392,17027,3,1648,2772 +"23739",5392,17351,2,1648,2036 +"23740",5392,17520,3,1648,2276 +"23741",5392,17632,3,1648,1947 +"23742",5392,18165,2,1648,2085 +"23743",5392,18394,3,1648,2356 +"23744",5392,18464,3,1648,2312 +"23745",5392,19208,3,1648,2629 +"23746",5392,19248,3,1648,2357 +"23747",5392,19317,3,1648,2041 +"23748",5392,19605,3,1648,2395 +"23749",5392,20067,3,1648,2390 +"23750",5392,20162,3,1648,2328 +"23751",5392,20331,3,1648,2365 +"23752",5392,20407,3,1648,2339 +"23753",5392,21248,2,1648,2232 +"23754",5392,21275,3,1648,2609 +"23755",5392,21950,3,1648,1892 +"23756",5392,22292,3,1648,1910 +"23757",5392,22808,3,1648,2297 +"23758",5392,23268,3,1648,2258 +"23759",5392,23460,2,1648,2183 +"23760",5392,24255,3,1648,2770 +"23761",5392,25030,3,1648,2017 +"23762",5392,25985,3,1648,2071 +"23763",5392,28626,3,1648,2842 +"23764",5392,29073,3,1648,2328 +"23765",5392,29095,3,1648,2531 +"23766",5392,29314,3,1648,2736 +"23767",5392,29454,3,1648,2719 +"23768",5392,30236,3,1648,2238 +"23769",5392,31705,3,1648,2706 +"23770",5392,33380,2,1648,2340 +"23771",5392,35235,3,1648,2610 +"23772",5392,35448,3,1648,1685 +"23773",5392,38732,3,1648,2263 +"23774",5392,38921,2,1648,1880 +"23775",5392,41664,3,1648,2641 +"23776",5392,41682,2,1648,1988 +"23777",5392,41764,3,1648,2409 +"23778",5392,41900,3,1648,1970 +"23779",5392,41945,3,1648,2856 +"23780",5392,42129,3,1648,2318 +"23781",5392,42264,3,1648,1702 +"23782",5392,43978,3,1648,2698 +"23783",5392,44688,3,1648,2924 +"23784",5392,44885,3,1648,2670 +"23785",5392,44899,3,1648,2386 +"23786",5392,45545,3,1648,1776 +"23787",5392,46042,3,1648,1692 +"23788",5392,47003,3,1648,1915 +"23789",5392,47564,3,1648,2650 +"23790",5392,49334,3,1648,2433 +"23791",5392,50252,3,1648,2001 +"23792",5392,50480,3,1648,2701 +"23793",5392,51610,3,1648,2635 +"23794",5392,52892,3,1648,2372 +"23795",5392,55580,3,1648,1942 +"23796",5392,58733,3,1648,1958 +"23797",5392,61242,3,1648,1650 +"23798",5392,63477,3,1648,1907 +"23799",5392,63515,3,1648,2023 +"23800",5392,66878,2,1648,1949 +"23801",5392,70046,3,1648,2624 +"23802",5392,70203,3,1648,2756 +"23803",5392,77155,2,1648,2946 +"23804",5392,77611,3,1648,1795 +"23805",5400,13201,2,1568,2034 +"23806",5400,25530,3,1568,2884 +"23807",5400,56396,3,1568,2408 +"23808",5405,1315,3,1510,2760 +"23809",5405,2195,3,1510,2139 +"23810",5405,2289,3,1510,2389 +"23811",5405,3139,3,1510,1656 +"23812",5405,3493,3,1510,2451 +"23813",5405,4360,3,1510,1770 +"23814",5405,5072,2,1510,2175 +"23815",5405,5622,1,1510,2175 +"23816",5405,5971,3,1510,1985 +"23817",5405,5984,3,1510,1675 +"23818",5405,5986,3,1510,1721 +"23819",5405,6417,3,1510,1675 +"23820",5405,6588,3,1510,2025 +"23821",5405,7180,2,1510,2227 +"23822",5405,7234,3,1510,2654 +"23823",5405,9364,3,1510,1698 +"23824",5405,9928,3,1510,2345 +"23825",5405,10488,3,1510,1524 +"23826",5405,10857,3,1510,2253 +"23827",5405,10874,3,1510,1891 +"23828",5405,11218,2,1510,2292 +"23829",5405,11229,3,1510,1625 +"23830",5405,11477,3,1510,2724 +"23831",5405,12042,3,1510,2345 +"23832",5405,12375,1,1510,1873 +"23833",5405,14032,3,1510,2144 +"23834",5405,15700,3,1510,1712 +"23835",5405,16352,3,1510,2657 +"23836",5405,17400,2,1510,2231 +"23837",5405,19622,3,1510,2371 +"23838",5405,23725,2,1510,2378 +"23839",5405,23729,3,1510,1624 +"23840",5405,25643,3,1510,1646 +"23841",5405,26080,3,1510,2525 +"23842",5405,26818,3,1510,1999 +"23843",5405,26867,3,1510,1804 +"23844",5405,31093,3,1510,2160 +"23845",5405,31436,3,1510,2892 +"23846",5405,35926,3,1510,2371 +"23847",5405,39294,2,1510,1889 +"23848",5405,41240,3,1510,2220 +"23849",5405,43213,1,1510,2160 +"23850",5405,45684,2,1510,2200 +"23851",5405,46629,3,1510,2255 +"23852",5405,49608,2,1510,2184 +"23853",5405,50236,3,1510,2339 +"23854",5405,53134,3,1510,1590 +"23855",5405,54551,3,1510,2348 +"23856",5405,54929,3,1510,2783 +"23857",5405,56082,2,1510,2395 +"23858",5405,57246,2,1510,1873 +"23859",5405,72207,3,1510,2430 +"23860",5405,75403,2,1510,1895 +"23861",5405,76048,1,1510,2373 +"23862",5405,86245,2,1510,1972 +"23863",5405,87837,3,1510,1987 +"23864",5405,99215,3,1510,2791 +"23865",5414,1222,3,2321,2598 +"23866",5414,2443,3,2321,2333 +"23867",5414,3477,3,2321,2546 +"23868",5414,6063,3,2321,2349 +"23869",5414,6262,3,2321,2733 +"23870",5414,14754,3,2321,2456 +"23871",5414,18466,2,2321,2340 +"23872",5414,18479,3,2321,2967 +"23873",5414,19190,3,2321,2677 +"23874",5414,33223,3,2321,2397 +"23875",5414,43524,3,2321,2572 +"23876",5414,43929,3,2321,2749 +"23877",5414,49147,3,2321,2539 +"23878",5414,72207,3,2321,2430 +"23879",5414,76604,2,2321,2590 +"23880",5414,82917,3,2321,2371 +"23881",5414,94339,3,2321,2768 +"23882",5414,116792,3,2321,2397 +"23883",5429,145,3,1991,1998 +"23884",5429,270,3,1991,2542 +"23885",5429,307,3,1991,2530 +"23886",5429,312,1,1991,2038 +"23887",5429,380,3,1991,2261 +"23888",5429,913,2,1991,2144 +"23889",5429,1102,3,1991,2282 +"23890",5429,1355,3,1991,2473 +"23891",5429,2036,3,1991,2483 +"23892",5429,2181,3,1991,2030 +"23893",5429,2424,3,1991,2582 +"23894",5429,2533,2,1991,2016 +"23895",5429,2684,2,1991,2874 +"23896",5429,3164,3,1991,2693 +"23897",5429,3305,3,1991,2839 +"23898",5429,5580,3,1991,2111 +"23899",5429,6055,3,1991,2651 +"23900",5429,6074,3,1991,2426 +"23901",5429,6208,3,1991,2361 +"23902",5429,6363,3,1991,2066 +"23903",5429,7013,2,1991,2040 +"23904",5429,9184,3,1991,2670 +"23905",5429,9654,3,1991,2111 +"23906",5429,9893,2,1991,2701 +"23907",5429,10799,3,1991,2010 +"23908",5429,10871,2,1991,2314 +"23909",5429,11055,1,1991,2111 +"23910",5429,11218,3,1991,2292 +"23911",5429,11351,3,1991,2971 +"23912",5429,11440,2,1991,2026 +"23913",5429,11620,2,1991,2010 +"23914",5429,12042,3,1991,2345 +"23915",5429,12528,3,1991,2589 +"23916",5429,12728,3,1991,2374 +"23917",5429,15184,3,1991,2396 +"23918",5429,15433,3,1991,2038 +"23919",5429,15560,3,1991,2257 +"23920",5429,15813,3,1991,2143 +"23921",5429,16432,3,1991,2664 +"23922",5429,16954,3,1991,2972 +"23923",5429,19027,2,1991,2721 +"23924",5429,19248,1,1991,2357 +"23925",5429,19516,3,1991,2313 +"23926",5429,19719,2,1991,2177 +"23927",5429,20067,3,1991,2390 +"23928",5429,20292,3,1991,2755 +"23929",5429,20700,3,1991,2861 +"23930",5429,22277,3,1991,2424 +"23931",5429,23132,3,1991,2756 +"23932",5429,23509,3,1991,2275 +"23933",5429,24448,2,1991,2289 +"23934",5429,24753,3,1991,2860 +"23935",5429,25129,3,1991,2647 +"23936",5429,26749,3,1991,2965 +"23937",5429,27275,2,1991,2656 +"23938",5429,27390,3,1991,2425 +"23939",5429,27694,2,1991,2030 +"23940",5429,30052,3,1991,2855 +"23941",5429,30906,3,1991,2537 +"23942",5429,31124,3,1991,2351 +"23943",5429,31235,3,1991,2668 +"23944",5429,31799,3,1991,2547 +"23945",5429,33380,3,1991,2340 +"23946",5429,33672,3,1991,2396 +"23947",5429,33801,3,1991,2899 +"23948",5429,34480,3,1991,2755 +"23949",5429,35481,3,1991,2211 +"23950",5429,35738,3,1991,2448 +"23951",5429,39535,3,1991,2428 +"23952",5429,42196,3,1991,2765 +"23953",5429,42574,3,1991,2842 +"23954",5429,43455,3,1991,2846 +"23955",5429,45608,3,1991,2420 +"23956",5429,46629,3,1991,2255 +"23957",5429,48605,2,1991,2796 +"23958",5429,50685,3,1991,2008 +"23959",5429,51041,2,1991,2606 +"23960",5429,52323,3,1991,2148 +"23961",5429,52570,3,1991,2645 +"23962",5429,52576,3,1991,2234 +"23963",5429,53475,3,1991,2853 +"23964",5429,53519,3,1991,2781 +"23965",5429,54695,1,1991,2429 +"23966",5429,54929,3,1991,2783 +"23967",5429,57977,3,1991,2683 +"23968",5429,58427,2,1991,2234 +"23969",5429,59022,3,1991,2494 +"23970",5429,61982,2,1991,2725 +"23971",5429,62841,2,1991,2710 +"23972",5429,64945,3,1991,2279 +"23973",5429,65029,3,1991,2954 +"23974",5429,66224,3,1991,2728 +"23975",5429,67652,2,1991,2736 +"23976",5429,76892,2,1991,2381 +"23977",5429,82949,3,1991,2077 +"23978",5438,2208,3,1499,2814 +"23979",5438,3961,3,1499,2426 +"23980",5438,7847,3,1499,2424 +"23981",5438,7992,3,1499,2033 +"23982",5438,10358,3,1499,2294 +"23983",5438,13200,3,1499,2488 +"23984",5438,13388,3,1499,2119 +"23985",5438,15207,3,1499,1855 +"23986",5438,17221,3,1499,2487 +"23987",5438,20067,3,1499,2390 +"23988",5438,20732,3,1499,2401 +"23989",5438,23726,3,1499,2434 +"23990",5438,23825,3,1499,1913 +"23991",5438,23869,2,1499,1918 +"23992",5438,30150,3,1499,1704 +"23993",5438,30943,3,1499,2287 +"23994",5438,36031,3,1499,2342 +"23995",5438,44557,3,1499,2371 +"23996",5438,44819,3,1499,2063 +"23997",5438,46803,1,1499,2305 +"23998",5438,47248,3,1499,2883 +"23999",5438,50041,3,1499,1565 +"24000",5438,50382,3,1499,2244 +"24001",5438,52154,2,1499,1722 +"24002",5438,54631,3,1499,1531 +"24003",5438,70203,3,1499,2756 +"24004",5438,76133,3,1499,1565 +"24005",5449,997,2,1723,2788 +"24006",5449,1875,3,1723,1786 +"24007",5449,3495,3,1723,2431 +"24008",5449,3776,3,1723,2322 +"24009",5449,3947,3,1723,2067 +"24010",5449,3966,3,1723,2425 +"24011",5449,4671,3,1723,2280 +"24012",5449,5239,3,1723,2875 +"24013",5449,5350,3,1723,2522 +"24014",5449,6255,3,1723,2895 +"24015",5449,7029,3,1723,2204 +"24016",5449,7703,3,1723,2122 +"24017",5449,7858,3,1723,1795 +"24018",5449,10870,3,1723,1755 +"24019",5449,11103,2,1723,2393 +"24020",5449,11218,3,1723,2292 +"24021",5449,11239,3,1723,2181 +"24022",5449,11493,3,1723,2077 +"24023",5449,11976,3,1723,1727 +"24024",5449,12729,3,1723,1835 +"24025",5449,12982,3,1723,2143 +"24026",5449,13780,2,1723,2412 +"24027",5449,14507,3,1723,2686 +"24028",5449,15401,3,1723,1999 +"24029",5449,18344,3,1723,2204 +"24030",5449,19248,3,1723,2357 +"24031",5449,21406,3,1723,2714 +"24032",5449,21929,3,1723,2062 +"24033",5449,24256,3,1723,2393 +"24034",5449,24825,3,1723,2686 +"24035",5449,25198,3,1723,1982 +"24036",5449,25325,3,1723,2963 +"24037",5449,25508,3,1723,2081 +"24038",5449,25971,3,1723,2608 +"24039",5449,26716,1,1723,1765 +"24040",5449,27195,2,1723,2158 +"24041",5449,29004,3,1723,2596 +"24042",5449,29917,3,1723,1962 +"24043",5449,29930,2,1723,2240 +"24044",5449,30747,2,1723,2455 +"24045",5449,32988,3,1723,2008 +"24046",5449,34735,3,1723,2767 +"24047",5449,36574,3,1723,2934 +"24048",5449,40645,3,1723,1899 +"24049",5449,42574,2,1723,2842 +"24050",5449,45302,3,1723,2390 +"24051",5449,46040,3,1723,2105 +"24052",5449,48571,2,1723,2717 +"24053",5449,48605,2,1723,2796 +"24054",5449,51866,3,1723,2411 +"24055",5449,53219,1,1723,2973 +"24056",5449,57549,3,1723,2335 +"24057",5449,65155,3,1723,1947 +"24058",5449,67150,3,1723,2633 +"24059",5449,99351,3,1723,2939 +"24060",5451,135,2,1299,2233 +"24061",5451,455,2,1299,2827 +"24062",5451,470,3,1299,2285 +"24063",5451,600,2,1299,1702 +"24064",5451,913,3,1299,2144 +"24065",5451,4084,3,1299,2133 +"24066",5451,7245,3,1299,2089 +"24067",5451,7350,1,1299,1901 +"24068",5451,10433,3,1299,2075 +"24069",5451,17698,3,1299,1559 +"24070",5451,22282,3,1299,1418 +"24071",5451,23132,3,1299,2756 +"24072",5451,23705,1,1299,2699 +"24073",5451,23918,2,1299,1881 +"24074",5451,24568,3,1299,1937 +"24075",5451,27837,1,1299,1315 +"24076",5451,28101,2,1299,1949 +"24077",5451,28115,3,1299,1835 +"24078",5451,28991,3,1299,1688 +"24079",5451,31050,2,1299,1491 +"24080",5451,32658,3,1299,1694 +"24081",5451,34160,3,1299,1759 +"24082",5451,35302,2,1299,1589 +"24083",5451,41739,2,1299,1339 +"24084",5451,45633,3,1299,2134 +"24085",5451,49144,3,1299,1542 +"24086",5451,50041,3,1299,1565 +"24087",5451,53196,3,1299,1888 +"24088",5451,54158,2,1299,1756 +"24089",5451,63409,3,1299,1937 +"24090",5451,64181,3,1299,1828 +"24091",5451,66413,3,1299,2507 +"24092",5451,105063,2,1299,1908 +"24093",5454,11429,3,1779,2520 +"24094",5454,28869,3,1779,2425 +"24095",5454,30668,3,1779,2882 +"24096",5454,30669,3,1779,1921 +"24097",5454,36829,3,1779,2722 +"24098",5454,49782,3,1779,2937 +"24099",5454,53084,2,1779,2683 +"24100",5454,58875,3,1779,1899 +"24101",5457,313,2,2077,2271 +"24102",5457,362,3,2077,2537 +"24103",5457,377,2,2077,2389 +"24104",5457,380,3,2077,2261 +"24105",5457,489,3,2077,2652 +"24106",5457,543,2,2077,2203 +"24107",5457,613,2,2077,2687 +"24108",5457,913,3,2077,2144 +"24109",5457,1151,2,2077,2885 +"24110",5457,1616,2,2077,2662 +"24111",5457,2036,2,2077,2483 +"24112",5457,2224,2,2077,2751 +"24113",5457,2484,2,2077,2389 +"24114",5457,3161,2,2077,2229 +"24115",5457,3164,3,2077,2693 +"24116",5457,3488,3,2077,2351 +"24117",5457,3853,3,2077,2465 +"24118",5457,4057,2,2077,2389 +"24119",5457,5462,1,2077,2374 +"24120",5457,5504,1,2077,2389 +"24121",5457,6491,3,2077,2424 +"24122",5457,7323,2,2077,2858 +"24123",5457,8760,2,2077,2477 +"24124",5457,8821,3,2077,2230 +"24125",5457,9311,3,2077,2477 +"24126",5457,9332,3,2077,2734 +"24127",5457,9362,2,2077,2879 +"24128",5457,12374,3,2077,2260 +"24129",5457,12713,2,2077,2440 +"24130",5457,12929,3,2077,2656 +"24131",5457,14655,3,2077,2559 +"24132",5457,15184,3,2077,2396 +"24133",5457,15299,3,2077,2213 +"24134",5457,15636,3,2077,2857 +"24135",5457,17520,3,2077,2276 +"24136",5457,18151,2,2077,2962 +"24137",5457,19027,3,2077,2721 +"24138",5457,19606,2,2077,2783 +"24139",5457,20067,3,2077,2390 +"24140",5457,20292,3,2077,2755 +"24141",5457,20563,3,2077,2267 +"24142",5457,20700,3,2077,2861 +"24143",5457,21795,3,2077,2653 +"24144",5457,26249,3,2077,2301 +"24145",5457,26516,3,2077,2479 +"24146",5457,26608,3,2077,2329 +"24147",5457,27478,3,2077,2485 +"24148",5457,31235,3,2077,2668 +"24149",5457,31799,2,2077,2547 +"24150",5457,32606,3,2077,2100 +"24151",5457,34836,3,2077,2302 +"24152",5457,35256,2,2077,2271 +"24153",5457,36087,3,2077,2755 +"24154",5457,36559,3,2077,2473 +"24155",5457,37418,3,2077,2710 +"24156",5457,37570,2,2077,2389 +"24157",5457,39444,3,2077,2695 +"24158",5457,39548,3,2077,2389 +"24159",5457,44235,3,2077,2700 +"24160",5457,44768,3,2077,2516 +"24161",5457,46040,3,2077,2105 +"24162",5457,47445,3,2077,2668 +"24163",5457,47947,3,2077,2681 +"24164",5457,49965,3,2077,2301 +"24165",5457,52576,3,2077,2234 +"24166",5457,53851,3,2077,2305 +"24167",5457,55156,3,2077,2196 +"24168",5457,55828,3,2077,2393 +"24169",5457,57977,3,2077,2683 +"24170",5457,64967,3,2077,2872 +"24171",5457,65029,3,2077,2954 +"24172",5457,68810,3,2077,2409 +"24173",5457,70046,2,2077,2624 +"24174",5457,70203,3,2077,2756 +"24175",5457,78563,3,2077,2385 +"24176",5457,85430,2,2077,2370 +"24177",5457,91570,2,2077,2229 +"24178",5457,93615,3,2077,2386 +"24179",5462,362,3,2374,2537 +"24180",5462,377,2,2374,2389 +"24181",5462,489,3,2374,2652 +"24182",5462,613,2,2374,2687 +"24183",5462,1136,3,2374,2536 +"24184",5462,1151,2,2374,2885 +"24185",5462,1616,2,2374,2662 +"24186",5462,2036,2,2374,2483 +"24187",5462,2166,3,2374,2557 +"24188",5462,2224,2,2374,2751 +"24189",5462,2484,2,2374,2389 +"24190",5462,3164,3,2374,2693 +"24191",5462,3853,3,2374,2465 +"24192",5462,4057,2,2374,2389 +"24193",5462,4618,3,2374,2607 +"24194",5462,4701,3,2374,2401 +"24195",5462,5504,1,2374,2389 +"24196",5462,5725,3,2374,2789 +"24197",5462,6491,3,2374,2424 +"24198",5462,7323,2,2374,2858 +"24199",5462,8760,2,2374,2477 +"24200",5462,9311,3,2374,2477 +"24201",5462,9332,2,2374,2734 +"24202",5462,9362,2,2374,2879 +"24203",5462,12713,2,2374,2440 +"24204",5462,12929,3,2374,2656 +"24205",5462,13929,3,2374,2693 +"24206",5462,14655,3,2374,2559 +"24207",5462,15184,2,2374,2396 +"24208",5462,15636,3,2374,2857 +"24209",5462,17852,3,2374,2840 +"24210",5462,18151,2,2374,2962 +"24211",5462,19027,2,2374,2721 +"24212",5462,19606,1,2374,2783 +"24213",5462,20067,3,2374,2390 +"24214",5462,20292,3,2374,2755 +"24215",5462,20700,2,2374,2861 +"24216",5462,21795,3,2374,2653 +"24217",5462,26516,3,2374,2479 +"24218",5462,27478,2,2374,2485 +"24219",5462,31235,3,2374,2668 +"24220",5462,31799,1,2374,2547 +"24221",5462,32339,3,2374,2430 +"24222",5462,33160,3,2374,2441 +"24223",5462,36087,3,2374,2755 +"24224",5462,36559,3,2374,2473 +"24225",5462,36962,3,2374,2861 +"24226",5462,37418,3,2374,2710 +"24227",5462,37570,2,2374,2389 +"24228",5462,38755,3,2374,2902 +"24229",5462,39444,2,2374,2695 +"24230",5462,39548,3,2374,2389 +"24231",5462,40138,3,2374,2719 +"24232",5462,43518,3,2374,2680 +"24233",5462,44235,3,2374,2700 +"24234",5462,44768,3,2374,2516 +"24235",5462,47445,3,2374,2668 +"24236",5462,47947,3,2374,2681 +"24237",5462,51410,3,2374,2739 +"24238",5462,52570,3,2374,2645 +"24239",5462,53687,3,2374,2422 +"24240",5462,55468,3,2374,2511 +"24241",5462,55691,3,2374,2856 +"24242",5462,55828,3,2374,2393 +"24243",5462,57360,3,2374,2429 +"24244",5462,57609,3,2374,2717 +"24245",5462,57977,2,2374,2683 +"24246",5462,64967,3,2374,2872 +"24247",5462,65029,2,2374,2954 +"24248",5462,65856,3,2374,2504 +"24249",5462,68098,3,2374,2378 +"24250",5462,68215,3,2374,2727 +"24251",5462,68810,3,2374,2409 +"24252",5462,70046,3,2374,2624 +"24253",5462,70203,3,2374,2756 +"24254",5462,72334,3,2374,2820 +"24255",5462,73553,3,2374,2726 +"24256",5462,78563,3,2374,2385 +"24257",5462,93615,3,2374,2386 +"24258",5483,1560,3,1938,2013 +"24259",5483,6363,3,1938,2066 +"24260",5483,14626,2,1938,2175 +"24261",5483,29319,3,1938,2314 +"24262",5483,54903,3,1938,2493 +"24263",5483,64412,3,1938,2233 +"24264",5484,140,3,582,2267 +"24265",5484,160,2,582,2007 +"24266",5484,798,3,582,2476 +"24267",5484,1314,3,582,1522 +"24268",5484,1519,3,582,2349 +"24269",5484,1641,3,582,1490 +"24270",5484,1875,3,582,1786 +"24271",5484,2028,3,582,1978 +"24272",5484,2337,3,582,1697 +"24273",5484,2407,2,582,1725 +"24274",5484,2540,3,582,1398 +"24275",5484,2747,3,582,2411 +"24276",5484,2754,3,582,1360 +"24277",5484,2901,3,582,1156 +"24278",5484,2972,2,582,1708 +"24279",5484,3068,3,582,1815 +"24280",5484,3127,3,582,2273 +"24281",5484,3456,2,582,1999 +"24282",5484,3978,3,582,2775 +"24283",5484,4001,3,582,1687 +"24284",5484,4526,3,582,1728 +"24285",5484,4669,3,582,2395 +"24286",5484,4671,3,582,2280 +"24287",5484,4821,3,582,1938 +"24288",5484,5599,3,582,1684 +"24289",5484,5614,2,582,2122 +"24290",5484,5792,3,582,975 +"24291",5484,5845,3,582,1552 +"24292",5484,7252,3,582,2799 +"24293",5484,7337,3,582,1797 +"24294",5484,7615,3,582,1657 +"24295",5484,7942,3,582,2623 +"24296",5484,8568,3,582,2706 +"24297",5484,9202,3,582,2477 +"24298",5484,9227,3,582,1267 +"24299",5484,9241,3,582,2338 +"24300",5484,9423,3,582,1708 +"24301",5484,9440,2,582,1006 +"24302",5484,10239,3,582,2032 +"24303",5484,10754,3,582,1797 +"24304",5484,10964,2,582,2043 +"24305",5484,10980,3,582,1974 +"24306",5484,11019,2,582,1299 +"24307",5484,11067,2,582,2734 +"24308",5484,11136,3,582,2573 +"24309",5484,11563,3,582,1863 +"24310",5484,11662,3,582,1139 +"24311",5484,11990,2,582,1909 +"24312",5484,12081,3,582,2166 +"24313",5484,12473,3,582,801 +"24314",5484,12813,3,582,958 +"24315",5484,12948,3,582,2669 +"24316",5484,13184,3,582,977 +"24317",5484,13537,3,582,1020 +"24318",5484,14622,2,582,1608 +"24319",5484,14998,3,582,1553 +"24320",5484,15159,3,582,756 +"24321",5484,15546,3,582,2055 +"24322",5484,16286,3,582,2470 +"24323",5484,16502,3,582,1616 +"24324",5484,16866,2,582,2718 +"24325",5484,17033,3,582,2771 +"24326",5484,17351,3,582,2036 +"24327",5484,17632,3,582,1947 +"24328",5484,17938,3,582,1410 +"24329",5484,18670,3,582,1835 +"24330",5484,18865,2,582,2676 +"24331",5484,19208,3,582,2629 +"24332",5484,19447,3,582,969 +"24333",5484,19605,3,582,2395 +"24334",5484,20155,2,582,1517 +"24335",5484,20162,3,582,2328 +"24336",5484,20176,3,582,1050 +"24337",5484,20941,3,582,2725 +"24338",5484,21209,3,582,2184 +"24339",5484,22705,3,582,1016 +"24340",5484,23488,3,582,1523 +"24341",5484,24085,3,582,1253 +"24342",5484,24195,3,582,1575 +"24343",5484,26642,3,582,2952 +"24344",5484,28446,3,582,917 +"24345",5484,28525,2,582,1273 +"24346",5484,28869,3,582,2425 +"24347",5484,28904,3,582,926 +"24348",5484,29095,3,582,2531 +"24349",5484,29267,3,582,1234 +"24350",5484,29286,3,582,1612 +"24351",5484,29578,3,582,1957 +"24352",5484,29627,3,582,882 +"24353",5484,30974,3,582,947 +"24354",5484,32739,1,582,875 +"24355",5484,32939,3,582,2277 +"24356",5484,33572,3,582,2370 +"24357",5484,33870,3,582,955 +"24358",5484,34997,3,582,591 +"24359",5484,35919,3,582,663 +"24360",5484,36270,3,582,2910 +"24361",5484,36327,3,582,870 +"24362",5484,36506,3,582,2638 +"24363",5484,36953,3,582,2790 +"24364",5484,38373,3,582,1928 +"24365",5484,39999,2,582,1593 +"24366",5484,40283,3,582,1657 +"24367",5484,40572,3,582,2666 +"24368",5484,40623,3,582,2580 +"24369",5484,41338,3,582,1553 +"24370",5484,41581,3,582,1692 +"24371",5484,41900,3,582,1970 +"24372",5484,41945,3,582,2856 +"24373",5484,42254,3,582,1052 +"24374",5484,42331,3,582,1585 +"24375",5484,42725,3,582,630 +"24376",5484,42813,2,582,2142 +"24377",5484,44025,3,582,1935 +"24378",5484,44074,3,582,1299 +"24379",5484,44433,3,582,2224 +"24380",5484,44603,3,582,2748 +"24381",5484,44795,3,582,635 +"24382",5484,45449,3,582,1610 +"24383",5484,45633,3,582,2134 +"24384",5484,46486,2,582,1868 +"24385",5484,46501,3,582,845 +"24386",5484,47534,3,582,2712 +"24387",5484,47810,3,582,957 +"24388",5484,49470,3,582,1528 +"24389",5484,50278,3,582,1127 +"24390",5484,50480,3,582,2701 +"24391",5484,50996,3,582,929 +"24392",5484,51151,3,582,1195 +"24393",5484,55084,3,582,1189 +"24394",5484,56232,3,582,1175 +"24395",5484,56910,3,582,2705 +"24396",5484,57804,3,582,2214 +"24397",5484,58015,3,582,899 +"24398",5484,59726,3,582,1513 +"24399",5484,61125,3,582,1673 +"24400",5484,61585,3,582,2315 +"24401",5484,63395,2,582,2334 +"24402",5484,65522,3,582,1572 +"24403",5484,65691,3,582,2134 +"24404",5484,66693,3,582,2554 +"24405",5484,67252,3,582,1215 +"24406",5484,69215,3,582,1591 +"24407",5484,70126,3,582,1158 +"24408",5484,70455,3,582,1307 +"24409",5484,70583,3,582,2615 +"24410",5484,74204,3,582,2463 +"24411",5484,75607,3,582,2245 +"24412",5484,77611,3,582,1795 +"24413",5484,79848,3,582,1629 +"24414",5484,82252,2,582,1248 +"24415",5484,83301,3,582,1385 +"24416",5484,90709,3,582,1080 +"24417",5484,92784,3,582,1257 +"24418",5484,92850,2,582,1971 +"24419",5484,95910,2,582,999 +"24420",5484,99332,3,582,873 +"24421",5484,100432,3,582,1358 +"24422",5484,101347,3,582,1335 +"24423",5484,111790,3,582,905 +"24424",5491,455,2,2048,2827 +"24425",5491,470,3,2048,2285 +"24426",5491,1262,2,2048,2973 +"24427",5491,2765,3,2048,2321 +"24428",5491,3695,3,2048,2612 +"24429",5491,5120,3,2048,2735 +"24430",5491,5457,3,2048,2077 +"24431",5491,5462,3,2048,2374 +"24432",5491,5504,3,2048,2389 +"24433",5491,7078,3,2048,2344 +"24434",5491,7394,2,2048,2615 +"24435",5491,9202,3,2048,2477 +"24436",5491,10433,3,2048,2075 +"24437",5491,13732,3,2048,2789 +"24438",5491,15343,2,2048,2125 +"24439",5491,17826,3,2048,2920 +"24440",5491,18151,1,2048,2962 +"24441",5491,18366,2,2048,2699 +"24442",5491,19872,2,2048,2913 +"24443",5491,20423,3,2048,2654 +"24444",5491,20563,3,2048,2267 +"24445",5491,21417,3,2048,2422 +"24446",5491,21795,1,2048,2653 +"24447",5491,23132,3,2048,2756 +"24448",5491,26608,3,2048,2329 +"24449",5491,26865,2,2048,2726 +"24450",5491,28923,3,2048,2362 +"24451",5491,30081,2,2048,2403 +"24452",5491,34327,2,2048,2959 +"24453",5491,36950,1,2048,2204 +"24454",5491,36962,3,2048,2861 +"24455",5491,39827,3,2048,2321 +"24456",5491,42474,3,2048,2322 +"24457",5491,47947,3,2048,2681 +"24458",5491,49461,3,2048,2793 +"24459",5491,50275,3,2048,2832 +"24460",5491,61458,2,2048,2630 +"24461",5491,64997,3,2048,2791 +"24462",5491,70586,2,2048,2562 +"24463",5491,74095,3,2048,2333 +"24464",5504,362,3,2389,2537 +"24465",5504,489,3,2389,2652 +"24466",5504,613,2,2389,2687 +"24467",5504,1151,2,2389,2885 +"24468",5504,1616,2,2389,2662 +"24469",5504,2036,2,2389,2483 +"24470",5504,2166,3,2389,2557 +"24471",5504,2224,2,2389,2751 +"24472",5504,3164,3,2389,2693 +"24473",5504,3853,3,2389,2465 +"24474",5504,4618,3,2389,2607 +"24475",5504,4701,3,2389,2401 +"24476",5504,6491,3,2389,2424 +"24477",5504,7323,1,2389,2858 +"24478",5504,8604,3,2389,2799 +"24479",5504,8760,2,2389,2477 +"24480",5504,9311,3,2389,2477 +"24481",5504,9332,3,2389,2734 +"24482",5504,9362,2,2389,2879 +"24483",5504,10130,3,2389,2741 +"24484",5504,12713,2,2389,2440 +"24485",5504,12929,3,2389,2656 +"24486",5504,13751,3,2389,2557 +"24487",5504,14507,3,2389,2686 +"24488",5504,14655,3,2389,2559 +"24489",5504,14959,3,2389,2898 +"24490",5504,15184,3,2389,2396 +"24491",5504,15636,3,2389,2857 +"24492",5504,18151,2,2389,2962 +"24493",5504,19027,3,2389,2721 +"24494",5504,19606,2,2389,2783 +"24495",5504,20067,3,2389,2390 +"24496",5504,20292,3,2389,2755 +"24497",5504,20700,2,2389,2861 +"24498",5504,21795,3,2389,2653 +"24499",5504,23132,3,2389,2756 +"24500",5504,26436,3,2389,2489 +"24501",5504,26516,2,2389,2479 +"24502",5504,27478,2,2389,2485 +"24503",5504,27753,3,2389,2750 +"24504",5504,31235,3,2389,2668 +"24505",5504,31799,2,2389,2547 +"24506",5504,36087,3,2389,2755 +"24507",5504,36559,3,2389,2473 +"24508",5504,37238,3,2389,2609 +"24509",5504,37418,2,2389,2710 +"24510",5504,38755,3,2389,2902 +"24511",5504,39444,2,2389,2695 +"24512",5504,41945,3,2389,2856 +"24513",5504,43455,3,2389,2846 +"24514",5504,43518,3,2389,2680 +"24515",5504,44235,3,2389,2700 +"24516",5504,44768,3,2389,2516 +"24517",5504,44885,3,2389,2670 +"24518",5504,47445,3,2389,2668 +"24519",5504,47803,3,2389,2477 +"24520",5504,47947,3,2389,2681 +"24521",5504,51410,3,2389,2739 +"24522",5504,54740,3,2389,2750 +"24523",5504,55828,2,2389,2393 +"24524",5504,57360,3,2389,2429 +"24525",5504,57609,3,2389,2717 +"24526",5504,57977,2,2389,2683 +"24527",5504,58218,3,2389,2627 +"24528",5504,64967,3,2389,2872 +"24529",5504,65029,3,2389,2954 +"24530",5504,68810,3,2389,2409 +"24531",5504,70046,3,2389,2624 +"24532",5504,70203,3,2389,2756 +"24533",5504,72334,3,2389,2820 +"24534",5511,3164,3,2356,2693 +"24535",5511,11966,3,2356,2385 +"24536",5511,17790,3,2356,2783 +"24537",5511,21571,3,2356,2755 +"24538",5511,33407,2,2356,2496 +"24539",5515,997,3,2385,2788 +"24540",5515,2424,3,2385,2582 +"24541",5515,8681,3,2385,2716 +"24542",5515,13249,3,2385,2573 +"24543",5515,16954,3,2385,2972 +"24544",5515,20496,3,2385,2530 +"24545",5515,30052,3,2385,2855 +"24546",5515,35738,3,2385,2448 +"24547",5515,38885,3,2385,2720 +"24548",5515,48571,3,2385,2717 +"24549",5515,51783,3,2385,2599 +"24550",5515,56082,3,2385,2395 +"24551",5515,62739,3,2385,2753 +"24552",5515,72088,3,2385,2728 +"24553",5520,23,2,217,1682 +"24554",5520,1196,2,217,1986 +"24555",5520,1427,3,217,324 +"24556",5520,1428,3,217,742 +"24557",5520,2077,3,217,610 +"24558",5520,2269,3,217,984 +"24559",5520,2282,3,217,2056 +"24560",5520,2588,3,217,552 +"24561",5520,2716,3,217,1748 +"24562",5520,2927,3,217,1789 +"24563",5520,3961,2,217,2426 +"24564",5520,4253,3,217,1890 +"24565",5520,4289,3,217,1921 +"24566",5520,4953,2,217,2285 +"24567",5520,5041,1,217,2371 +"24568",5520,5315,3,217,2631 +"24569",5520,5350,2,217,2522 +"24570",5520,5622,3,217,2175 +"24571",5520,5716,3,217,1058 +"24572",5520,5984,3,217,1675 +"24573",5520,5986,3,217,1721 +"24574",5520,6044,3,217,2744 +"24575",5520,6047,2,217,2004 +"24576",5520,6162,3,217,1673 +"24577",5520,6366,3,217,798 +"24578",5520,6417,3,217,1675 +"24579",5520,7233,2,217,572 +"24580",5520,7506,3,217,2371 +"24581",5520,8490,3,217,564 +"24582",5520,8513,3,217,875 +"24583",5520,9656,3,217,1135 +"24584",5520,9928,3,217,2345 +"24585",5520,9950,3,217,920 +"24586",5520,10358,1,217,2294 +"24587",5520,10717,3,217,1938 +"24588",5520,10779,3,217,2881 +"24589",5520,10990,3,217,805 +"24590",5520,11218,3,217,2292 +"24591",5520,11348,3,217,824 +"24592",5520,11477,3,217,2724 +"24593",5520,11576,3,217,808 +"24594",5520,12042,3,217,2345 +"24595",5520,12272,3,217,2371 +"24596",5520,12462,3,217,1461 +"24597",5520,12524,3,217,1287 +"24598",5520,13034,3,217,698 +"24599",5520,13311,2,217,2315 +"24600",5520,13340,3,217,1918 +"24601",5520,13388,3,217,2119 +"24602",5520,13967,3,217,1354 +"24603",5520,14032,2,217,2144 +"24604",5520,14080,2,217,1351 +"24605",5520,14855,3,217,903 +"24606",5520,15214,2,217,274 +"24607",5520,15301,3,217,2308 +"24608",5520,15309,3,217,2820 +"24609",5520,15381,3,217,2289 +"24610",5520,15402,2,217,1281 +"24611",5520,16053,3,217,908 +"24612",5520,16352,3,217,2657 +"24613",5520,17493,3,217,561 +"24614",5520,17819,3,217,2291 +"24615",5520,17826,3,217,2920 +"24616",5520,17943,3,217,1943 +"24617",5520,18348,3,217,1711 +"24618",5520,18874,3,217,2170 +"24619",5520,19072,3,217,2358 +"24620",5520,19113,3,217,1171 +"24621",5520,19476,3,217,1708 +"24622",5520,19542,3,217,570 +"24623",5520,19637,3,217,1229 +"24624",5520,19696,2,217,561 +"24625",5520,20038,2,217,1531 +"24626",5520,20067,3,217,2390 +"24627",5520,20153,2,217,1868 +"24628",5520,20689,3,217,557 +"24629",5520,20975,3,217,1305 +"24630",5520,20988,2,217,455 +"24631",5520,21029,3,217,1943 +"24632",5520,21706,3,217,1988 +"24633",5520,22566,3,217,2308 +"24634",5520,22850,3,217,878 +"24635",5520,23159,3,217,1548 +"24636",5520,23310,2,217,2371 +"24637",5520,23492,3,217,1067 +"24638",5520,23725,3,217,2378 +"24639",5520,23869,3,217,1918 +"24640",5520,24293,2,217,1184 +"24641",5520,25543,3,217,724 +"24642",5520,25569,3,217,2317 +"24643",5520,26080,2,217,2525 +"24644",5520,26659,3,217,903 +"24645",5520,27205,3,217,966 +"24646",5520,28002,3,217,914 +"24647",5520,28168,3,217,2702 +"24648",5520,28559,3,217,1525 +"24649",5520,29050,2,217,1196 +"24650",5520,29778,3,217,840 +"24651",5520,29930,3,217,2240 +"24652",5520,30325,3,217,1067 +"24653",5520,31279,3,217,965 +"24654",5520,31530,3,217,1661 +"24655",5520,32658,3,217,1694 +"24656",5520,32694,3,217,1602 +"24657",5520,32820,2,217,582 +"24658",5520,32919,1,217,2321 +"24659",5520,33801,3,217,2899 +"24660",5520,34057,3,217,1657 +"24661",5520,34735,3,217,2767 +"24662",5520,34954,3,217,1184 +"24663",5520,35529,3,217,1620 +"24664",5520,35673,3,217,1067 +"24665",5520,35926,1,217,2371 +"24666",5520,36450,3,217,1591 +"24667",5520,37501,3,217,514 +"24668",5520,38307,3,217,2648 +"24669",5520,39294,3,217,1889 +"24670",5520,39563,3,217,486 +"24671",5520,41832,3,217,1155 +"24672",5520,41955,3,217,2479 +"24673",5520,41972,2,217,2509 +"24674",5520,42407,3,217,2408 +"24675",5520,42773,2,217,385 +"24676",5520,43455,3,217,2846 +"24677",5520,44557,2,217,2371 +"24678",5520,45684,3,217,2200 +"24679",5520,45903,3,217,2237 +"24680",5520,46196,3,217,1510 +"24681",5520,46803,3,217,2305 +"24682",5520,47248,3,217,2883 +"24683",5520,50040,3,217,790 +"24684",5520,51017,3,217,2073 +"24685",5520,51470,3,217,399 +"24686",5520,52026,3,217,2633 +"24687",5520,53134,3,217,1590 +"24688",5520,53475,3,217,2853 +"24689",5520,54879,3,217,2210 +"24690",5520,54929,3,217,2783 +"24691",5520,59646,3,217,456 +"24692",5520,60280,2,217,1918 +"24693",5520,62488,3,217,1418 +"24694",5520,63442,3,217,1965 +"24695",5520,63547,3,217,1023 +"24696",5520,64502,3,217,1670 +"24697",5520,67102,3,217,935 +"24698",5520,69260,2,217,1698 +"24699",5520,69716,3,217,2632 +"24700",5520,70011,3,217,2690 +"24701",5520,70996,3,217,1037 +"24702",5520,71307,3,217,761 +"24703",5520,71479,3,217,482 +"24704",5520,73520,3,217,2613 +"24705",5520,74681,3,217,837 +"24706",5520,74730,3,217,535 +"24707",5520,75403,3,217,1895 +"24708",5520,76905,2,217,298 +"24709",5520,77001,3,217,1440 +"24710",5520,77719,3,217,2086 +"24711",5520,78277,3,217,1937 +"24712",5520,80219,3,217,988 +"24713",5520,80970,3,217,2069 +"24714",5520,82732,3,217,2810 +"24715",5520,82932,3,217,2245 +"24716",5520,83526,3,217,1235 +"24717",5520,84022,3,217,2289 +"24718",5520,84590,3,217,1734 +"24719",5520,85065,3,217,1585 +"24720",5520,86270,3,217,897 +"24721",5520,87110,3,217,2801 +"24722",5520,90378,3,217,890 +"24723",5520,90802,3,217,877 +"24724",5520,91571,3,217,923 +"24725",5520,92254,3,217,517 +"24726",5520,92508,3,217,1374 +"24727",5520,92817,3,217,569 +"24728",5520,94500,3,217,1529 +"24729",5520,100140,3,217,1041 +"24730",5520,117679,3,217,535 +"24731",5557,1560,3,1929,2013 +"24732",5557,5239,3,1929,2875 +"24733",5557,5483,3,1929,1938 +"24734",5557,11525,3,1929,2639 +"24735",5557,12228,3,1929,2034 +"24736",5557,13780,3,1929,2412 +"24737",5557,14626,1,1929,2175 +"24738",5557,21504,3,1929,2328 +"24739",5557,25399,3,1929,2784 +"24740",5557,29319,2,1929,2314 +"24741",5557,34158,3,1929,2639 +"24742",5557,35264,2,1929,2329 +"24743",5557,40487,3,1929,2512 +"24744",5557,49147,3,1929,2539 +"24745",5557,54903,2,1929,2493 +"24746",5557,64174,3,1929,2377 +"24747",5557,64412,2,1929,2233 +"24748",5564,499,2,113,1931 +"24749",5564,543,3,113,2203 +"24750",5564,1777,3,113,1965 +"24751",5564,2036,3,113,2483 +"24752",5564,2754,3,113,1360 +"24753",5564,3830,3,113,1661 +"24754",5564,4723,2,113,1314 +"24755",5564,5462,3,113,2374 +"24756",5564,5504,3,113,2389 +"24757",5564,6942,3,113,1232 +"24758",5564,8258,3,113,1959 +"24759",5564,9311,3,113,2477 +"24760",5564,10843,3,113,2277 +"24761",5564,15453,3,113,1688 +"24762",5564,17133,3,113,924 +"24763",5564,18393,3,113,860 +"24764",5564,19453,3,113,1928 +"24765",5564,19963,3,113,810 +"24766",5564,20494,2,113,1075 +"24767",5564,21448,3,113,2332 +"24768",5564,22130,3,113,146 +"24769",5564,23280,3,113,536 +"24770",5564,24286,3,113,1280 +"24771",5564,26218,3,113,2460 +"24772",5564,27478,3,113,2485 +"24773",5564,28635,3,113,2368 +"24774",5564,29982,3,113,1372 +"24775",5564,30956,3,113,168 +"24776",5564,31799,3,113,2547 +"24777",5564,32606,3,113,2100 +"24778",5564,33241,3,113,632 +"24779",5564,33356,2,113,1586 +"24780",5564,33433,3,113,2805 +"24781",5564,35256,3,113,2271 +"24782",5564,37334,3,113,398 +"24783",5564,38048,3,113,867 +"24784",5564,38755,2,113,2902 +"24785",5564,39627,2,113,546 +"24786",5564,40293,3,113,1671 +"24787",5564,41021,2,113,978 +"24788",5564,41278,3,113,1873 +"24789",5564,41747,3,113,1722 +"24790",5564,42925,3,113,1358 +"24791",5564,44502,2,113,484 +"24792",5564,46680,3,113,1690 +"24793",5564,53031,3,113,2065 +"24794",5564,53293,3,113,2916 +"24795",5564,55324,3,113,1544 +"24796",5564,55493,3,113,869 +"24797",5564,57337,3,113,1443 +"24798",5564,57549,3,113,2335 +"24799",5564,57950,3,113,1529 +"24800",5564,59786,3,113,605 +"24801",5564,61921,3,113,1793 +"24802",5564,65316,3,113,1020 +"24803",5564,66726,3,113,2068 +"24804",5564,71756,3,113,1202 +"24805",5564,75168,3,113,699 +"24806",5564,79612,2,113,927 +"24807",5564,81586,3,113,877 +"24808",5564,82270,3,113,1641 +"24809",5564,90837,3,113,825 +"24810",5564,94835,3,113,555 +"24811",5564,100532,3,113,859 +"24812",5564,107318,2,113,1963 +"24813",5564,110748,3,113,398 +"24814",5564,119564,2,113,336 +"24815",5564,120396,3,113,561 +"24816",5564,121514,3,113,645 +"24817",5568,323,3,1290,1706 +"24818",5568,1641,3,1290,1490 +"24819",5568,4303,3,1290,2414 +"24820",5568,5363,3,1290,1791 +"24821",5568,6588,3,1290,2025 +"24822",5568,7245,3,1290,2089 +"24823",5568,7555,3,1290,1943 +"24824",5568,10870,2,1290,1755 +"24825",5568,11432,3,1290,1593 +"24826",5568,11506,3,1290,2824 +"24827",5568,16296,3,1290,2626 +"24828",5568,17841,3,1290,1700 +"24829",5568,18005,3,1290,2449 +"24830",5568,18415,3,1290,2184 +"24831",5568,19605,3,1290,2395 +"24832",5568,20124,3,1290,2376 +"24833",5568,20200,3,1290,2322 +"24834",5568,27686,3,1290,2844 +"24835",5568,29073,3,1290,2328 +"24836",5568,29918,3,1290,1953 +"24837",5568,29930,3,1290,2240 +"24838",5568,31001,2,1290,2119 +"24839",5568,31700,2,1290,2727 +"24840",5568,32173,3,1290,2341 +"24841",5568,32939,3,1290,2277 +"24842",5568,32988,3,1290,2008 +"24843",5568,34945,3,1290,1298 +"24844",5568,35402,3,1290,2339 +"24845",5568,37026,3,1290,1428 +"24846",5568,37238,3,1290,2609 +"24847",5568,37937,2,1290,1320 +"24848",5568,39062,3,1290,2020 +"24849",5568,39556,3,1290,2747 +"24850",5568,41278,3,1290,1873 +"24851",5568,48215,3,1290,2028 +"24852",5568,52815,3,1290,2323 +"24853",5568,54020,3,1290,1578 +"24854",5568,57804,3,1290,2214 +"24855",5568,63477,3,1290,1907 +"24856",5568,73597,3,1290,1989 +"24857",5568,82426,2,1290,1576 +"24858",5568,89880,3,1290,1938 +"24859",5580,380,3,2111,2261 +"24860",5580,1102,2,2111,2282 +"24861",5580,1367,3,2111,2176 +"24862",5580,2424,3,2111,2582 +"24863",5580,2572,3,2111,2273 +"24864",5580,2747,3,2111,2411 +"24865",5580,6074,2,2111,2426 +"24866",5580,13985,3,2111,2484 +"24867",5580,14252,3,2111,2244 +"24868",5580,16067,3,2111,2727 +"24869",5580,17365,3,2111,2746 +"24870",5580,18415,3,2111,2184 +"24871",5580,19862,3,2111,2412 +"24872",5580,21682,3,2111,2414 +"24873",5580,23011,1,2111,2763 +"24874",5580,24558,3,2111,2139 +"24875",5580,26671,3,2111,2279 +"24876",5580,30943,3,2111,2287 +"24877",5580,31124,3,2111,2351 +"24878",5580,32939,3,2111,2277 +"24879",5580,33475,3,2111,2367 +"24880",5580,42216,3,2111,2722 +"24881",5580,42642,3,2111,2257 +"24882",5580,43455,3,2111,2846 +"24883",5580,45302,2,2111,2390 +"24884",5580,46803,3,2111,2305 +"24885",5580,49110,3,2111,2938 +"24886",5580,50179,3,2111,2230 +"24887",5580,51035,3,2111,2397 +"24888",5580,51866,2,2111,2411 +"24889",5580,53219,3,2111,2973 +"24890",5580,54695,3,2111,2429 +"24891",5580,56082,3,2111,2395 +"24892",5580,57804,3,2111,2214 +"24893",5580,63641,3,2111,2337 +"24894",5580,66992,3,2111,2882 +"24895",5580,67726,2,2111,2873 +"24896",5580,69716,3,2111,2632 +"24897",5581,23,3,883,1682 +"24898",5581,1639,3,883,2631 +"24899",5581,3306,3,883,1989 +"24900",5581,5716,3,883,1058 +"24901",5581,7627,3,883,1543 +"24902",5581,8844,3,883,1671 +"24903",5581,13837,3,883,1604 +"24904",5581,14855,3,883,903 +"24905",5581,15003,3,883,2067 +"24906",5581,15756,3,883,2362 +"24907",5581,16352,3,883,2657 +"24908",5581,18348,2,883,1711 +"24909",5581,23310,3,883,2371 +"24910",5581,25971,3,883,2608 +"24911",5581,26659,2,883,903 +"24912",5581,32064,3,883,1739 +"24913",5581,32694,3,883,1602 +"24914",5581,34735,3,883,2767 +"24915",5581,35926,3,883,2371 +"24916",5581,36691,3,883,1903 +"24917",5581,39982,3,883,1529 +"24918",5581,51471,3,883,1280 +"24919",5581,52969,3,883,2302 +"24920",5581,59539,3,883,2429 +"24921",5581,67805,3,883,1338 +"24922",5581,80219,2,883,988 +"24923",5581,92322,3,883,2393 +"24924",5586,21985,1,274,2075 +"24925",5586,93577,1,274,590 +"24926",5586,118646,2,274,1525 +"24927",5599,237,2,1684,1982 +"24928",5599,448,3,1684,2693 +"24929",5599,2057,2,1684,1965 +"24930",5599,2747,3,1684,2411 +"24931",5599,3271,3,1684,2216 +"24932",5599,3306,3,1684,1989 +"24933",5599,3564,3,1684,2717 +"24934",5599,5235,3,1684,2324 +"24935",5599,6047,3,1684,2004 +"24936",5599,9272,3,1684,2835 +"24937",5599,9723,3,1684,2302 +"24938",5599,10210,3,1684,1905 +"24939",5599,13842,3,1684,2250 +"24940",5599,14325,3,1684,1976 +"24941",5599,14749,2,1684,1998 +"24942",5599,15003,3,1684,2067 +"24943",5599,15453,3,1684,1688 +"24944",5599,18563,3,1684,2715 +"24945",5599,19433,3,1684,2504 +"24946",5599,20124,3,1684,2376 +"24947",5599,23825,3,1684,1913 +"24948",5599,24096,2,1684,2612 +"24949",5599,26336,1,1684,1904 +"24950",5599,29473,2,1684,2602 +"24951",5599,29997,3,1684,1789 +"24952",5599,30697,3,1684,2891 +"24953",5599,32606,2,1684,2100 +"24954",5599,33341,3,1684,2338 +"24955",5599,33537,3,1684,2406 +"24956",5599,35715,2,1684,2912 +"24957",5599,39062,3,1684,2020 +"24958",5599,40138,3,1684,2719 +"24959",5599,43226,3,1684,2442 +"24960",5599,45729,3,1684,2606 +"24961",5599,46261,3,1684,2350 +"24962",5599,48110,3,1684,2009 +"24963",5599,58508,3,1684,2326 +"24964",5599,61240,1,1684,2651 +"24965",5599,62112,3,1684,2944 +"24966",5599,65856,3,1684,2504 +"24967",5599,66693,3,1684,2554 +"24968",5599,68215,3,1684,2727 +"24969",5599,69335,3,1684,2698 +"24970",5599,72348,3,1684,1810 +"24971",5599,73107,2,1684,1918 +"24972",5599,80301,3,1684,1690 +"24973",5599,80606,2,1684,2079 +"24974",5606,37868,3,2875,2876 +"24975",5610,3506,3,2223,2364 +"24976",5610,4953,3,2223,2285 +"24977",5610,9175,3,2223,2639 +"24978",5610,14507,3,2223,2686 +"24979",5610,15008,2,2223,2338 +"24980",5610,15729,2,2223,2338 +"24981",5610,17549,3,2223,2647 +"24982",5610,24256,3,2223,2393 +"24983",5610,24825,3,2223,2686 +"24984",5610,31159,3,2223,2231 +"24985",5610,31705,3,2223,2706 +"24986",5610,38307,3,2223,2648 +"24987",5610,39464,1,2223,2314 +"24988",5610,39556,3,2223,2747 +"24989",5610,41945,3,2223,2856 +"24990",5610,42783,2,2223,2338 +"24991",5610,43455,3,2223,2846 +"24992",5610,45239,2,2223,2535 +"24993",5610,47564,2,2223,2650 +"24994",5610,47803,2,2223,2477 +"24995",5610,50784,3,2223,2733 +"24996",5614,3127,3,2122,2273 +"24997",5614,40623,3,2122,2580 +"24998",5615,14,3,1105,1793 +"24999",5615,145,3,1105,1998 +"25000",5615,160,2,1105,2007 +"25001",5615,316,3,1105,2413 +"25002",5615,341,2,1105,2689 +"25003",5615,841,3,1105,2964 +"25004",5615,854,2,1105,2307 +"25005",5615,915,3,1105,1793 +"25006",5615,952,3,1105,1991 +"25007",5615,1034,3,1105,1438 +"25008",5615,1315,3,1105,2760 +"25009",5615,1367,3,1105,2176 +"25010",5615,1520,3,1105,1716 +"25011",5615,1641,3,1105,1490 +"25012",5615,2111,3,1105,1904 +"25013",5615,2484,3,1105,2389 +"25014",5615,2894,1,1105,1291 +"25015",5615,3409,3,1105,2167 +"25016",5615,3492,3,1105,2117 +"25017",5615,3495,3,1105,2431 +"25018",5615,3978,3,1105,2775 +"25019",5615,4504,3,1105,1905 +"25020",5615,4929,3,1105,2240 +"25021",5615,5392,1,1105,1648 +"25022",5615,5785,3,1105,1261 +"25023",5615,5865,3,1105,1910 +"25024",5615,6162,3,1105,1673 +"25025",5615,6192,2,1105,2409 +"25026",5615,6208,3,1105,2361 +"25027",5615,6222,2,1105,1949 +"25028",5615,6324,3,1105,1990 +"25029",5615,6449,2,1105,1997 +"25030",5615,6588,3,1105,2025 +"25031",5615,6821,3,1105,1788 +"25032",5615,7406,2,1105,1906 +"25033",5615,7616,3,1105,2296 +"25034",5615,7703,3,1105,2122 +"25035",5615,8274,3,1105,1909 +"25036",5615,8327,3,1105,2527 +"25037",5615,8533,3,1105,2251 +"25038",5615,8726,3,1105,2083 +"25039",5615,8842,3,1105,2535 +"25040",5615,8865,3,1105,2394 +"25041",5615,9175,3,1105,2639 +"25042",5615,9311,3,1105,2477 +"25043",5615,9331,2,1105,2269 +"25044",5615,9423,2,1105,1708 +"25045",5615,10146,3,1105,1878 +"25046",5615,10215,3,1105,2006 +"25047",5615,10310,3,1105,2774 +"25048",5615,10870,3,1105,1755 +"25049",5615,11493,3,1105,2077 +"25050",5615,11694,3,1105,1564 +"25051",5615,11770,2,1105,1653 +"25052",5615,12081,3,1105,2166 +"25053",5615,12371,3,1105,1569 +"25054",5615,12388,1,1105,1975 +"25055",5615,12639,2,1105,1141 +"25056",5615,12729,3,1105,1835 +"25057",5615,12943,3,1105,1902 +"25058",5615,12982,3,1105,2143 +"25059",5615,13043,3,1105,1295 +"25060",5615,13158,3,1105,2667 +"25061",5615,13249,3,1105,2573 +"25062",5615,13324,3,1105,2163 +"25063",5615,13551,3,1105,1451 +"25064",5615,13808,3,1105,1356 +"25065",5615,13967,3,1105,1354 +"25066",5615,14287,3,1105,1583 +"25067",5615,14507,3,1105,2686 +"25068",5615,14586,2,1105,2801 +"25069",5615,14918,3,1105,2071 +"25070",5615,14959,2,1105,2898 +"25071",5615,15106,3,1105,2286 +"25072",5615,15444,1,1105,2764 +"25073",5615,16539,3,1105,1947 +"25074",5615,17027,3,1105,2772 +"25075",5615,17097,3,1105,1505 +"25076",5615,17351,1,1105,2036 +"25077",5615,17355,3,1105,1469 +"25078",5615,17520,3,1105,2276 +"25079",5615,17549,3,1105,2647 +"25080",5615,17632,2,1105,1947 +"25081",5615,17721,3,1105,1410 +"25082",5615,17938,2,1105,1410 +"25083",5615,18165,1,1105,2085 +"25084",5615,18394,3,1105,2356 +"25085",5615,18464,3,1105,2312 +"25086",5615,18666,3,1105,1230 +"25087",5615,18670,3,1105,1835 +"25088",5615,19208,3,1105,2629 +"25089",5615,19317,2,1105,2041 +"25090",5615,19605,3,1105,2395 +"25091",5615,19744,3,1105,2623 +"25092",5615,19937,3,1105,1587 +"25093",5615,19980,3,1105,2231 +"25094",5615,20067,3,1105,2390 +"25095",5615,20331,2,1105,2365 +"25096",5615,20419,3,1105,1587 +"25097",5615,21079,3,1105,1997 +"25098",5615,21248,2,1105,2232 +"25099",5615,21275,3,1105,2609 +"25100",5615,21479,3,1105,2134 +"25101",5615,21566,3,1105,1234 +"25102",5615,21734,3,1105,2528 +"25103",5615,21950,3,1105,1892 +"25104",5615,22292,3,1105,1910 +"25105",5615,22403,3,1105,1630 +"25106",5615,22808,3,1105,2297 +"25107",5615,23006,3,1105,1532 +"25108",5615,23098,3,1105,2300 +"25109",5615,23268,2,1105,2258 +"25110",5615,23460,2,1105,2183 +"25111",5615,24085,3,1105,1253 +"25112",5615,24456,3,1105,1238 +"25113",5615,24558,3,1105,2139 +"25114",5615,24825,3,1105,2686 +"25115",5615,25030,3,1105,2017 +"25116",5615,25198,3,1105,1982 +"25117",5615,25680,3,1105,1618 +"25118",5615,25985,3,1105,2071 +"25119",5615,26595,3,1105,1566 +"25120",5615,27379,3,1105,2461 +"25121",5615,27642,2,1105,1531 +"25122",5615,28335,3,1105,1240 +"25123",5615,28626,3,1105,2842 +"25124",5615,29073,2,1105,2328 +"25125",5615,29095,3,1105,2531 +"25126",5615,29314,3,1105,2736 +"25127",5615,29454,3,1105,2719 +"25128",5615,29884,3,1105,1239 +"25129",5615,29930,3,1105,2240 +"25130",5615,30092,3,1105,1593 +"25131",5615,30236,3,1105,2238 +"25132",5615,30697,3,1105,2891 +"25133",5615,30798,3,1105,1398 +"25134",5615,30827,3,1105,2323 +"25135",5615,30883,3,1105,1629 +"25136",5615,31117,3,1105,2210 +"25137",5615,31331,3,1105,2964 +"25138",5615,33380,3,1105,2340 +"25139",5615,34120,3,1105,2786 +"25140",5615,35235,3,1105,2610 +"25141",5615,35516,3,1105,1229 +"25142",5615,35903,3,1105,1434 +"25143",5615,38307,3,1105,2648 +"25144",5615,38732,3,1105,2263 +"25145",5615,38921,2,1105,1880 +"25146",5615,39431,3,1105,1460 +"25147",5615,40009,3,1105,1341 +"25148",5615,40028,3,1105,1349 +"25149",5615,40646,3,1105,1583 +"25150",5615,41664,3,1105,2641 +"25151",5615,41682,1,1105,1988 +"25152",5615,41764,3,1105,2409 +"25153",5615,41770,3,1105,2752 +"25154",5615,41900,2,1105,1970 +"25155",5615,41945,2,1105,2856 +"25156",5615,42129,3,1105,2318 +"25157",5615,42264,3,1105,1702 +"25158",5615,43455,3,1105,2846 +"25159",5615,44688,2,1105,2924 +"25160",5615,44885,3,1105,2670 +"25161",5615,44894,3,1105,2048 +"25162",5615,44899,3,1105,2386 +"25163",5615,45239,3,1105,2535 +"25164",5615,45545,3,1105,1776 +"25165",5615,45927,3,1105,1542 +"25166",5615,46042,2,1105,1692 +"25167",5615,46043,2,1105,1358 +"25168",5615,46446,3,1105,2295 +"25169",5615,46629,3,1105,2255 +"25170",5615,47003,3,1105,1915 +"25171",5615,47564,3,1105,2650 +"25172",5615,47803,3,1105,2477 +"25173",5615,49334,3,1105,2433 +"25174",5615,49470,2,1105,1528 +"25175",5615,50001,3,1105,1518 +"25176",5615,50252,3,1105,2001 +"25177",5615,50254,3,1105,1151 +"25178",5615,50480,3,1105,2701 +"25179",5615,51016,3,1105,1141 +"25180",5615,51610,3,1105,2635 +"25181",5615,52892,3,1105,2372 +"25182",5615,53219,3,1105,2973 +"25183",5615,54631,3,1105,1531 +"25184",5615,54879,3,1105,2210 +"25185",5615,55580,2,1105,1942 +"25186",5615,57394,3,1105,1271 +"25187",5615,58733,3,1105,1958 +"25188",5615,59096,3,1105,1677 +"25189",5615,61242,2,1105,1650 +"25190",5615,62870,3,1105,1568 +"25191",5615,63477,3,1105,1907 +"25192",5615,65242,3,1105,1988 +"25193",5615,66756,3,1105,1301 +"25194",5615,66878,3,1105,1949 +"25195",5615,70046,3,1105,2624 +"25196",5615,70203,3,1105,2756 +"25197",5615,70573,3,1105,1993 +"25198",5615,77155,3,1105,2946 +"25199",5615,77611,3,1105,1795 +"25200",5615,79013,2,1105,1441 +"25201",5615,79472,3,1105,1230 +"25202",5615,80764,3,1105,1808 +"25203",5615,80944,3,1105,2300 +"25204",5615,80979,2,1105,1142 +"25205",5615,82270,3,1105,1641 +"25206",5615,90065,3,1105,1418 +"25207",5621,1386,3,1860,1901 +"25208",5621,13732,2,1860,2789 +"25209",5621,14709,3,1860,1901 +"25210",5621,17826,3,1860,2920 +"25211",5621,18151,3,1860,2962 +"25212",5621,20355,3,1860,2111 +"25213",5621,20659,3,1860,1969 +"25214",5621,21795,3,1860,2653 +"25215",5621,25530,3,1860,2884 +"25216",5621,26865,2,1860,2726 +"25217",5621,30081,2,1860,2403 +"25218",5621,34693,3,1860,1938 +"25219",5621,36574,3,1860,2934 +"25220",5621,36962,3,1860,2861 +"25221",5621,57781,3,1860,1971 +"25222",5621,60879,3,1860,2792 +"25223",5622,270,3,2175,2542 +"25224",5622,380,3,2175,2261 +"25225",5622,470,3,2175,2285 +"25226",5622,1102,3,2175,2282 +"25227",5622,1226,3,2175,2353 +"25228",5622,1315,2,2175,2760 +"25229",5622,2289,2,2175,2389 +"25230",5622,2424,3,2175,2582 +"25231",5622,3493,3,2175,2451 +"25232",5622,3961,3,2175,2426 +"25233",5622,3966,3,2175,2425 +"25234",5622,4953,3,2175,2285 +"25235",5622,5350,3,2175,2522 +"25236",5622,7180,2,2175,2227 +"25237",5622,7234,2,2175,2654 +"25238",5622,7984,3,2175,2493 +"25239",5622,8865,3,2175,2394 +"25240",5622,9928,2,2175,2345 +"25241",5622,10358,3,2175,2294 +"25242",5622,10513,3,2175,2284 +"25243",5622,10857,2,2175,2253 +"25244",5622,11218,1,2175,2292 +"25245",5622,11477,2,2175,2724 +"25246",5622,11966,3,2175,2385 +"25247",5622,12035,3,2175,2721 +"25248",5622,12042,2,2175,2345 +"25249",5622,13307,3,2175,2206 +"25250",5622,13311,3,2175,2315 +"25251",5622,14507,3,2175,2686 +"25252",5622,15184,3,2175,2396 +"25253",5622,15301,3,2175,2308 +"25254",5622,16332,3,2175,2668 +"25255",5622,16352,2,2175,2657 +"25256",5622,17400,1,2175,2231 +"25257",5622,18394,3,2175,2356 +"25258",5622,19027,3,2175,2721 +"25259",5622,19248,3,2175,2357 +"25260",5622,19622,2,2175,2371 +"25261",5622,19719,3,2175,2177 +"25262",5622,20124,3,2175,2376 +"25263",5622,21571,3,2175,2755 +"25264",5622,23310,3,2175,2371 +"25265",5622,23312,3,2175,2449 +"25266",5622,23725,1,2175,2378 +"25267",5622,24825,3,2175,2686 +"25268",5622,26080,2,2175,2525 +"25269",5622,27427,3,2175,2325 +"25270",5622,31436,2,2175,2892 +"25271",5622,32567,3,2175,2784 +"25272",5622,32919,3,2175,2321 +"25273",5622,34480,3,2175,2755 +"25274",5622,34735,3,2175,2767 +"25275",5622,35926,2,2175,2371 +"25276",5622,36714,3,2175,2209 +"25277",5622,39556,3,2175,2747 +"25278",5622,39906,3,2175,2365 +"25279",5622,41240,3,2175,2220 +"25280",5622,41972,3,2175,2509 +"25281",5622,42783,3,2175,2338 +"25282",5622,43455,3,2175,2846 +"25283",5622,45684,1,2175,2200 +"25284",5622,46629,2,2175,2255 +"25285",5622,47772,3,2175,2293 +"25286",5622,47857,3,2175,2325 +"25287",5622,49110,3,2175,2938 +"25288",5622,49608,2,2175,2184 +"25289",5622,50134,3,2175,2674 +"25290",5622,50236,3,2175,2339 +"25291",5622,50785,3,2175,2877 +"25292",5622,54551,2,2175,2348 +"25293",5622,54879,3,2175,2210 +"25294",5622,54929,2,2175,2783 +"25295",5622,56082,2,2175,2395 +"25296",5622,60116,3,2175,2668 +"25297",5622,61982,3,2175,2725 +"25298",5622,72207,2,2175,2430 +"25299",5622,72326,3,2175,2384 +"25300",5622,76048,1,2175,2373 +"25301",5622,79322,3,2175,2770 +"25302",5622,82929,3,2175,2475 +"25303",5622,99215,3,2175,2791 +"25304",5637,2282,3,1976,2056 +"25305",5637,9724,3,1976,2713 +"25306",5637,14470,3,1976,2632 +"25307",5637,17499,3,1976,2954 +"25308",5637,22410,3,1976,2158 +"25309",5637,23550,3,1976,2939 +"25310",5637,23560,3,1976,2051 +"25311",5637,31264,3,1976,2335 +"25312",5637,37684,3,1976,2899 +"25313",5637,42407,3,1976,2408 +"25314",5637,43701,3,1976,2400 +"25315",5637,70011,3,1976,2690 +"25316",5637,73520,2,1976,2613 +"25317",5637,77719,3,1976,2086 +"25318",5637,80970,3,1976,2069 +"25319",5637,93553,3,1976,2537 +"25320",5646,1393,3,354,1706 +"25321",5646,2014,2,354,973 +"25322",5646,3506,3,354,2364 +"25323",5646,7123,3,354,1964 +"25324",5646,7900,3,354,893 +"25325",5646,7903,3,354,744 +"25326",5646,7932,2,354,789 +"25327",5646,9269,3,354,1892 +"25328",5646,9342,3,354,896 +"25329",5646,10610,2,354,1427 +"25330",5646,13712,3,354,550 +"25331",5646,17925,3,354,2385 +"25332",5646,19690,3,354,706 +"25333",5646,31211,2,354,433 +"25334",5646,32724,3,354,2581 +"25335",5646,36275,3,354,614 +"25336",5646,36440,2,354,704 +"25337",5646,41075,3,354,1176 +"25338",5646,44744,3,354,2032 +"25339",5646,45449,3,354,1610 +"25340",5646,48931,3,354,2444 +"25341",5646,78800,3,354,652 +"25342",5646,92469,3,354,1232 +"25343",5646,96387,2,354,2159 +"25344",5646,97706,3,354,1121 +"25345",5646,99237,2,354,783 +"25346",5646,99536,2,354,790 +"25347",5646,102581,3,354,1813 +"25348",5646,108966,3,354,1958 +"25349",5646,109031,3,354,523 +"25350",5646,115338,3,354,625 +"25351",5659,160,3,141,2007 +"25352",5659,1641,3,141,1490 +"25353",5659,2289,1,141,2389 +"25354",5659,3255,3,141,2504 +"25355",5659,3352,3,141,1707 +"25356",5659,5072,2,141,2175 +"25357",5659,5376,2,141,288 +"25358",5659,5568,3,141,1290 +"25359",5659,5610,3,141,2223 +"25360",5659,5622,3,141,2175 +"25361",5659,8426,2,141,155 +"25362",5659,8470,1,141,288 +"25363",5659,10709,3,141,746 +"25364",5659,10779,3,141,2881 +"25365",5659,12473,3,141,801 +"25366",5659,15636,3,141,2857 +"25367",5659,16111,3,141,1714 +"25368",5659,16587,2,141,2065 +"25369",5659,17400,3,141,2231 +"25370",5659,18554,3,141,2065 +"25371",5659,18615,3,141,1025 +"25372",5659,19232,3,141,917 +"25373",5659,20124,3,141,2376 +"25374",5659,20200,3,141,2322 +"25375",5659,22033,2,141,1356 +"25376",5659,23787,3,141,2810 +"25377",5659,27104,3,141,1608 +"25378",5659,27260,3,141,878 +"25379",5659,27339,3,141,486 +"25380",5659,29864,2,141,2479 +"25381",5659,30325,3,141,1067 +"25382",5659,31099,2,141,1356 +"25383",5659,31700,3,141,2727 +"25384",5659,32047,3,141,1858 +"25385",5659,36784,3,141,576 +"25386",5659,37758,3,141,1998 +"25387",5659,37937,3,141,1320 +"25388",5659,39556,2,141,2747 +"25389",5659,40893,3,141,1116 +"25390",5659,43135,3,141,1171 +"25391",5659,44068,3,141,1056 +"25392",5659,44502,2,141,484 +"25393",5659,45903,2,141,2237 +"25394",5659,49962,3,141,572 +"25395",5659,50001,2,141,1518 +"25396",5659,50269,3,141,1966 +"25397",5659,55892,3,141,1234 +"25398",5659,57732,3,141,2454 +"25399",5659,58854,3,141,1131 +"25400",5659,59868,3,141,1637 +"25401",5659,63477,3,141,1907 +"25402",5659,65316,3,141,1020 +"25403",5659,67102,3,141,935 +"25404",5659,67352,3,141,1115 +"25405",5659,68299,3,141,866 +"25406",5659,70613,3,141,1724 +"25407",5659,70854,3,141,635 +"25408",5659,77001,3,141,1440 +"25409",5659,77424,3,141,1489 +"25410",5659,77611,3,141,1795 +"25411",5659,79612,3,141,927 +"25412",5659,80995,3,141,262 +"25413",5659,83325,3,141,147 +"25414",5659,83526,3,141,1235 +"25415",5659,83993,3,141,1009 +"25416",5659,86331,3,141,850 +"25417",5659,88887,3,141,1161 +"25418",5659,91420,3,141,1023 +"25419",5659,100060,3,141,497 +"25420",5659,100241,3,141,777 +"25421",5659,102820,3,141,501 +"25422",5659,102821,3,141,186 +"25423",5659,106988,2,141,1164 +"25424",5659,109079,3,141,954 +"25425",5659,109521,3,141,609 +"25426",5659,121234,3,141,213 +"25427",5669,823,3,2502,2840 +"25428",5669,4418,3,2502,2788 +"25429",5669,4618,2,2502,2607 +"25430",5669,5725,1,2502,2789 +"25431",5669,6030,3,2502,2953 +"25432",5669,12867,2,2502,2773 +"25433",5669,22331,3,2502,2687 +"25434",5669,24923,3,2502,2785 +"25435",5669,26351,2,2502,2683 +"25436",5669,28285,1,2502,2972 +"25437",5669,31799,3,2502,2547 +"25438",5669,38885,3,2502,2720 +"25439",5669,39087,2,2502,2765 +"25440",5669,47947,2,2502,2681 +"25441",5669,51041,3,2502,2606 +"25442",5669,57977,2,2502,2683 +"25443",5669,71562,2,2502,2574 +"25444",5673,3100,3,1567,2524 +"25445",5673,3271,3,1567,2216 +"25446",5673,3403,3,1567,2951 +"25447",5673,3520,3,1567,2281 +"25448",5673,3786,2,1567,2282 +"25449",5673,4660,3,1567,2149 +"25450",5673,9272,3,1567,2835 +"25451",5673,9727,3,1567,2327 +"25452",5673,11135,3,1567,2441 +"25453",5673,12031,3,1567,1957 +"25454",5673,15207,3,1567,1855 +"25455",5673,15502,3,1567,2637 +"25456",5673,18479,3,1567,2967 +"25457",5673,21895,1,1567,1693 +"25458",5673,23639,3,1567,2065 +"25459",5673,23731,3,1567,1656 +"25460",5673,25886,3,1567,1580 +"25461",5673,34334,3,1567,1637 +"25462",5673,36487,2,1567,2622 +"25463",5673,39577,2,1567,1728 +"25464",5673,40715,3,1567,2258 +"25465",5673,41051,2,1567,2767 +"25466",5673,42628,3,1567,2486 +"25467",5673,43226,3,1567,2442 +"25468",5673,46520,3,1567,1776 +"25469",5673,47130,3,1567,2654 +"25470",5673,48110,3,1567,2009 +"25471",5673,50635,3,1567,2962 +"25472",5673,51448,3,1567,1593 +"25473",5673,55436,3,1567,2513 +"25474",5673,56673,2,1567,2419 +"25475",5673,57067,3,1567,2547 +"25476",5673,58508,3,1567,2326 +"25477",5673,61513,2,1567,2948 +"25478",5673,65223,3,1567,2724 +"25479",5673,69335,3,1567,2698 +"25480",5673,80301,3,1567,1690 +"25481",5673,100586,3,1567,2966 +"25482",5678,9785,3,1131,2951 +"25483",5683,680,3,2468,2569 +"25484",5683,2936,3,2468,2512 +"25485",5683,15567,3,2468,2671 +"25486",5683,20941,3,2468,2725 +"25487",5683,27686,3,2468,2844 +"25488",5683,36487,3,2468,2622 +"25489",5683,46982,3,2468,2806 +"25490",5685,937,1,181,408 +"25491",5685,1127,3,181,1188 +"25492",5685,1130,3,181,1566 +"25493",5685,1469,3,181,1160 +"25494",5685,2269,3,181,984 +"25495",5685,2300,2,181,565 +"25496",5685,2325,3,181,1641 +"25497",5685,2743,3,181,1278 +"25498",5685,3242,3,181,1730 +"25499",5685,3714,3,181,2605 +"25500",5685,3966,3,181,2425 +"25501",5685,4191,3,181,2130 +"25502",5685,4785,3,181,996 +"25503",5685,4980,3,181,2093 +"25504",5685,6366,3,181,798 +"25505",5685,6740,1,181,2699 +"25506",5685,7861,3,181,1647 +"25507",5685,9607,3,181,2021 +"25508",5685,10130,3,181,2741 +"25509",5685,12042,3,181,2345 +"25510",5685,14669,3,181,2080 +"25511",5685,15343,3,181,2125 +"25512",5685,16074,3,181,977 +"25513",5685,16164,3,181,1184 +"25514",5685,17021,3,181,1226 +"25515",5685,19248,3,181,2357 +"25516",5685,19516,3,181,2313 +"25517",5685,19719,3,181,2177 +"25518",5685,20563,3,181,2267 +"25519",5685,20824,3,181,1366 +"25520",5685,22277,2,181,2424 +"25521",5685,23319,3,181,2867 +"25522",5685,23506,3,181,1172 +"25523",5685,25129,1,181,2647 +"25524",5685,25325,3,181,2963 +"25525",5685,25341,3,181,1858 +"25526",5685,25643,3,181,1646 +"25527",5685,26282,3,181,1241 +"25528",5685,27753,3,181,2750 +"25529",5685,28731,3,181,955 +"25530",5685,29917,3,181,1962 +"25531",5685,34492,3,181,1798 +"25532",5685,34509,2,181,1973 +"25533",5685,35113,3,181,1327 +"25534",5685,40293,3,181,1671 +"25535",5685,40493,3,181,1981 +"25536",5685,45343,2,181,2360 +"25537",5685,48277,3,181,971 +"25538",5685,49110,3,181,2938 +"25539",5685,50976,3,181,547 +"25540",5685,51022,3,181,1499 +"25541",5685,51410,2,181,2739 +"25542",5685,51987,3,181,1397 +"25543",5685,55691,3,181,2856 +"25544",5685,56171,3,181,1524 +"25545",5685,58035,3,181,1646 +"25546",5685,61982,3,181,2725 +"25547",5685,62841,2,181,2710 +"25548",5685,64181,3,181,1828 +"25549",5685,67216,3,181,984 +"25550",5685,93753,3,181,408 +"25551",5685,94808,3,181,988 +"25552",5685,94850,2,181,408 +"25553",5685,123223,2,181,408 +"25554",5710,160,3,1926,2007 +"25555",5710,1495,3,1926,2046 +"25556",5710,1691,3,1926,1941 +"25557",5710,2765,3,1926,2321 +"25558",5710,4763,3,1926,1960 +"25559",5710,5491,3,1926,2048 +"25560",5710,6390,3,1926,2385 +"25561",5710,10799,3,1926,2010 +"25562",5710,10843,3,1926,2277 +"25563",5710,12713,3,1926,2440 +"25564",5710,12775,2,1926,1982 +"25565",5710,12976,1,1926,2399 +"25566",5710,13249,3,1926,2573 +"25567",5710,15184,3,1926,2396 +"25568",5710,15626,3,1926,2434 +"25569",5710,17410,3,1926,2073 +"25570",5710,18366,2,1926,2699 +"25571",5710,19208,3,1926,2629 +"25572",5710,21795,3,1926,2653 +"25573",5710,22216,3,1926,1956 +"25574",5710,22714,3,1926,2793 +"25575",5710,26359,3,1926,2535 +"25576",5710,28218,2,1926,2048 +"25577",5710,30081,3,1926,2403 +"25578",5710,36559,2,1926,2473 +"25579",5710,36962,3,1926,2861 +"25580",5710,47947,3,1926,2681 +"25581",5710,51853,3,1926,2520 +"25582",5710,55156,2,1926,2196 +"25583",5710,68810,3,1926,2409 +"25584",5710,78563,1,1926,2385 +"25585",5714,601,2,534,702 +"25586",5714,1386,3,534,1901 +"25587",5714,1428,3,534,742 +"25588",5714,1777,3,534,1965 +"25589",5714,3171,1,534,700 +"25590",5714,3460,3,534,2530 +"25591",5714,3716,3,534,1679 +"25592",5714,3830,3,534,1661 +"25593",5714,3896,3,534,2693 +"25594",5714,3961,3,534,2426 +"25595",5714,4821,3,534,1938 +"25596",5714,5078,3,534,2033 +"25597",5714,5315,3,534,2631 +"25598",5714,5457,3,534,2077 +"25599",5714,5462,3,534,2374 +"25600",5714,5491,3,534,2048 +"25601",5714,5504,3,534,2389 +"25602",5714,7984,3,534,2493 +"25603",5714,7992,3,534,2033 +"25604",5714,9311,2,534,2477 +"25605",5714,10358,3,534,2294 +"25606",5714,10843,3,534,2277 +"25607",5714,11576,3,534,808 +"25608",5714,13388,3,534,2119 +"25609",5714,13724,3,534,1573 +"25610",5714,13967,3,534,1354 +"25611",5714,14422,3,534,1548 +"25612",5714,14709,3,534,1901 +"25613",5714,15453,2,534,1688 +"25614",5714,15626,3,534,2434 +"25615",5714,15636,2,534,2857 +"25616",5714,15990,3,534,593 +"25617",5714,16029,3,534,1160 +"25618",5714,16053,3,534,908 +"25619",5714,17354,3,534,2250 +"25620",5714,18151,3,534,2962 +"25621",5714,18366,3,534,2699 +"25622",5714,18393,3,534,860 +"25623",5714,19235,3,534,1966 +"25624",5714,19453,3,534,1928 +"25625",5714,19637,1,534,1229 +"25626",5714,20067,2,534,2390 +"25627",5714,20494,3,534,1075 +"25628",5714,20659,3,534,1969 +"25629",5714,20732,3,534,2401 +"25630",5714,21249,3,534,1635 +"25631",5714,21706,3,534,1988 +"25632",5714,21795,2,534,2653 +"25633",5714,22586,3,534,1341 +"25634",5714,23726,3,534,2434 +"25635",5714,23787,3,534,2810 +"25636",5714,23869,2,534,1918 +"25637",5714,24286,3,534,1280 +"25638",5714,26249,2,534,2301 +"25639",5714,26408,2,534,1545 +"25640",5714,26865,3,534,2726 +"25641",5714,28130,3,534,908 +"25642",5714,28131,2,534,1492 +"25643",5714,30081,3,534,2403 +"25644",5714,30150,2,534,1704 +"25645",5714,30906,3,534,2537 +"25646",5714,31997,3,534,1703 +"25647",5714,33241,3,534,632 +"25648",5714,33356,2,534,1586 +"25649",5714,33433,3,534,2805 +"25650",5714,33801,3,534,2899 +"25651",5714,34707,3,534,2042 +"25652",5714,35186,2,534,1520 +"25653",5714,35529,2,534,1620 +"25654",5714,37934,3,534,1595 +"25655",5714,38467,3,534,1259 +"25656",5714,38755,3,534,2902 +"25657",5714,40748,2,534,1328 +"25658",5714,41278,3,534,1873 +"25659",5714,42196,2,534,2765 +"25660",5714,42642,2,534,2257 +"25661",5714,44193,3,534,989 +"25662",5714,44819,3,534,2063 +"25663",5714,46803,3,534,2305 +"25664",5714,47715,3,534,2111 +"25665",5714,49121,3,534,2199 +"25666",5714,49581,3,534,1817 +"25667",5714,49962,3,534,572 +"25668",5714,50269,2,534,1966 +"25669",5714,50382,2,534,2244 +"25670",5714,51055,3,534,2558 +"25671",5714,53475,3,534,2853 +"25672",5714,56893,3,534,2597 +"25673",5714,58669,3,534,2296 +"25674",5714,59113,3,534,2434 +"25675",5714,59786,2,534,605 +"25676",5714,59937,3,534,885 +"25677",5714,60516,2,534,2257 +"25678",5714,60718,3,534,1229 +"25679",5714,61995,3,534,823 +"25680",5714,63328,3,534,922 +"25681",5714,68299,2,534,866 +"25682",5714,68700,3,534,639 +"25683",5714,70203,2,534,2756 +"25684",5714,70681,2,534,866 +"25685",5714,70996,3,534,1037 +"25686",5714,74190,3,534,1428 +"25687",5714,74318,3,534,632 +"25688",5714,74681,3,534,837 +"25689",5714,74730,2,534,535 +"25690",5714,76999,3,534,908 +"25691",5714,77811,3,534,1871 +"25692",5714,78932,3,534,981 +"25693",5714,79612,3,534,927 +"25694",5714,84268,2,534,1217 +"25695",5714,85794,3,534,679 +"25696",5714,86152,3,534,1944 +"25697",5714,87720,3,534,2086 +"25698",5714,89072,3,534,1099 +"25699",5714,90608,3,534,590 +"25700",5714,90837,3,534,825 +"25701",5714,96563,3,534,961 +"25702",5714,97160,3,534,1215 +"25703",5714,100140,3,534,1041 +"25704",5714,100532,3,534,859 +"25705",5714,117679,2,534,535 +"25706",5716,23,3,1058,1682 +"25707",5716,134,3,1058,2062 +"25708",5716,270,3,1058,2542 +"25709",5716,377,3,1058,2389 +"25710",5716,380,3,1058,2261 +"25711",5716,449,3,1058,1950 +"25712",5716,455,3,1058,2827 +"25713",5716,468,3,1058,1966 +"25714",5716,470,3,1058,2285 +"25715",5716,600,3,1058,1702 +"25716",5716,1090,3,1058,2370 +"25717",5716,1102,3,1058,2282 +"25718",5716,1196,2,1058,1986 +"25719",5716,1321,3,1058,2075 +"25720",5716,1324,3,1058,2147 +"25721",5716,1495,3,1058,2046 +"25722",5716,1592,3,1058,2006 +"25723",5716,1639,3,1058,2631 +"25724",5716,1691,3,1058,1941 +"25725",5716,1822,3,1058,2888 +"25726",5716,2111,3,1058,1904 +"25727",5716,2195,3,1058,2139 +"25728",5716,2289,3,1058,2389 +"25729",5716,2424,3,1058,2582 +"25730",5716,2766,3,1058,1920 +"25731",5716,3164,3,1058,2693 +"25732",5716,3306,3,1058,1989 +"25733",5716,3961,2,1058,2426 +"25734",5716,4253,3,1058,1890 +"25735",5716,4289,3,1058,1921 +"25736",5716,4360,3,1058,1770 +"25737",5716,4681,3,1058,2356 +"25738",5716,4932,3,1058,2752 +"25739",5716,4953,2,1058,2285 +"25740",5716,5041,3,1058,2371 +"25741",5716,5072,2,1058,2175 +"25742",5716,5315,3,1058,2631 +"25743",5716,5350,2,1058,2522 +"25744",5716,5405,3,1058,1510 +"25745",5716,5429,3,1058,1991 +"25746",5716,5449,3,1058,1723 +"25747",5716,5622,2,1058,2175 +"25748",5716,5971,3,1058,1985 +"25749",5716,5984,1,1058,1675 +"25750",5716,5986,1,1058,1721 +"25751",5716,6030,3,1058,2953 +"25752",5716,6047,2,1058,2004 +"25753",5716,6162,2,1058,1673 +"25754",5716,6252,3,1058,2336 +"25755",5716,6324,3,1058,1990 +"25756",5716,6417,1,1058,1675 +"25757",5716,6491,3,1058,2424 +"25758",5716,6588,3,1058,2025 +"25759",5716,7181,3,1058,1421 +"25760",5716,7226,3,1058,1228 +"25761",5716,7234,3,1058,2654 +"25762",5716,7627,3,1058,1543 +"25763",5716,8274,3,1058,1909 +"25764",5716,8327,3,1058,2527 +"25765",5716,8621,3,1058,1681 +"25766",5716,8866,3,1058,1545 +"25767",5716,8888,3,1058,1328 +"25768",5716,9311,3,1058,2477 +"25769",5716,9362,3,1058,2879 +"25770",5716,9805,3,1058,1621 +"25771",5716,9928,2,1058,2345 +"25772",5716,10343,3,1058,1072 +"25773",5716,10358,2,1058,2294 +"25774",5716,10433,3,1058,2075 +"25775",5716,10488,3,1058,1524 +"25776",5716,10558,3,1058,2312 +"25777",5716,10717,2,1058,1938 +"25778",5716,10779,3,1058,2881 +"25779",5716,10857,2,1058,2253 +"25780",5716,10870,3,1058,1755 +"25781",5716,10871,3,1058,2314 +"25782",5716,11103,3,1058,2393 +"25783",5716,11218,1,1058,2292 +"25784",5716,11229,3,1058,1625 +"25785",5716,11477,3,1058,2724 +"25786",5716,11493,3,1058,2077 +"25787",5716,11540,3,1058,1237 +"25788",5716,11966,2,1058,2385 +"25789",5716,12035,2,1058,2721 +"25790",5716,12042,1,1058,2345 +"25791",5716,12310,3,1058,1337 +"25792",5716,12371,3,1058,1569 +"25793",5716,12374,3,1058,2260 +"25794",5716,12375,3,1058,1873 +"25795",5716,12462,3,1058,1461 +"25796",5716,13248,2,1058,1385 +"25797",5716,13311,3,1058,2315 +"25798",5716,13388,3,1058,2119 +"25799",5716,13400,3,1058,1371 +"25800",5716,13760,3,1058,2871 +"25801",5716,13837,3,1058,1604 +"25802",5716,13967,3,1058,1354 +"25803",5716,14032,2,1058,2144 +"25804",5716,14072,3,1058,1346 +"25805",5716,14080,3,1058,1351 +"25806",5716,14108,3,1058,2012 +"25807",5716,14589,3,1058,1184 +"25808",5716,14972,3,1058,2332 +"25809",5716,15003,3,1058,2067 +"25810",5716,15301,2,1058,2308 +"25811",5716,15309,3,1058,2820 +"25812",5716,15381,3,1058,2289 +"25813",5716,15402,3,1058,1281 +"25814",5716,15607,3,1058,1421 +"25815",5716,15626,3,1058,2434 +"25816",5716,15700,3,1058,1712 +"25817",5716,16096,3,1058,2301 +"25818",5716,16120,3,1058,1237 +"25819",5716,16164,3,1058,1184 +"25820",5716,16352,1,1058,2657 +"25821",5716,16826,3,1058,2599 +"25822",5716,17400,1,1058,2231 +"25823",5716,17413,3,1058,2230 +"25824",5716,17819,3,1058,2291 +"25825",5716,17997,3,1058,1621 +"25826",5716,18348,2,1058,1711 +"25827",5716,18361,3,1058,2968 +"25828",5716,18394,3,1058,2356 +"25829",5716,18874,3,1058,2170 +"25830",5716,19113,3,1058,1171 +"25831",5716,19637,3,1058,1229 +"25832",5716,19718,3,1058,1702 +"25833",5716,19719,3,1058,2177 +"25834",5716,20067,3,1058,2390 +"25835",5716,20124,3,1058,2376 +"25836",5716,20292,3,1058,2755 +"25837",5716,20407,3,1058,2339 +"25838",5716,20419,3,1058,1587 +"25839",5716,20494,3,1058,1075 +"25840",5716,20643,3,1058,2341 +"25841",5716,21029,3,1058,1943 +"25842",5716,21138,3,1058,2849 +"25843",5716,21571,2,1058,2755 +"25844",5716,21682,3,1058,2414 +"25845",5716,21693,3,1058,2176 +"25846",5716,21706,3,1058,1988 +"25847",5716,22141,3,1058,2348 +"25848",5716,22197,3,1058,2271 +"25849",5716,22331,3,1058,2687 +"25850",5716,22566,3,1058,2308 +"25851",5716,23006,3,1058,1532 +"25852",5716,23159,2,1058,1548 +"25853",5716,23310,2,1058,2371 +"25854",5716,23492,3,1058,1067 +"25855",5716,23526,3,1058,1998 +"25856",5716,23715,3,1058,1859 +"25857",5716,23725,3,1058,2378 +"25858",5716,23806,3,1058,1671 +"25859",5716,23869,3,1058,1918 +"25860",5716,24146,3,1058,2003 +"25861",5716,24169,2,1058,1663 +"25862",5716,24253,3,1058,2213 +"25863",5716,24256,3,1058,2393 +"25864",5716,24259,3,1058,1281 +"25865",5716,24286,3,1058,1280 +"25866",5716,24497,3,1058,1979 +"25867",5716,24511,3,1058,1871 +"25868",5716,24568,3,1058,1937 +"25869",5716,24721,3,1058,2326 +"25870",5716,24902,3,1058,2162 +"25871",5716,25325,3,1058,2963 +"25872",5716,25443,3,1058,1441 +"25873",5716,25480,3,1058,2747 +"25874",5716,25565,3,1058,2764 +"25875",5716,25569,3,1058,2317 +"25876",5716,25643,3,1058,1646 +"25877",5716,25680,3,1058,1618 +"25878",5716,25971,3,1058,2608 +"25879",5716,26067,2,1058,2069 +"25880",5716,26080,2,1058,2525 +"25881",5716,26366,2,1058,1688 +"25882",5716,26408,3,1058,1545 +"25883",5716,26451,3,1058,2133 +"25884",5716,26608,3,1058,2329 +"25885",5716,26700,3,1058,1663 +"25886",5716,26721,3,1058,2586 +"25887",5716,26818,2,1058,1999 +"25888",5716,26867,3,1058,1804 +"25889",5716,27195,3,1058,2158 +"25890",5716,27261,3,1058,1368 +"25891",5716,28050,3,1058,1955 +"25892",5716,28168,3,1058,2702 +"25893",5716,28296,2,1058,2944 +"25894",5716,28383,3,1058,1222 +"25895",5716,28571,3,1058,1556 +"25896",5716,28808,3,1058,1063 +"25897",5716,29170,3,1058,1846 +"25898",5716,29314,3,1058,2736 +"25899",5716,29930,2,1058,2240 +"25900",5716,30173,2,1058,2404 +"25901",5716,30325,2,1058,1067 +"25902",5716,30405,3,1058,2164 +"25903",5716,31093,3,1058,2160 +"25904",5716,31530,3,1058,1661 +"25905",5716,32064,3,1058,1739 +"25906",5716,32503,3,1058,2020 +"25907",5716,32567,2,1058,2784 +"25908",5716,32658,3,1058,1694 +"25909",5716,32694,2,1058,1602 +"25910",5716,32919,3,1058,2321 +"25911",5716,33356,3,1058,1586 +"25912",5716,33433,3,1058,2805 +"25913",5716,33801,3,1058,2899 +"25914",5716,33981,3,1058,1993 +"25915",5716,34480,3,1058,2755 +"25916",5716,34735,1,1058,2767 +"25917",5716,35516,3,1058,1229 +"25918",5716,35529,3,1058,1620 +"25919",5716,35673,3,1058,1067 +"25920",5716,35815,3,1058,2789 +"25921",5716,35888,3,1058,2291 +"25922",5716,35926,2,1058,2371 +"25923",5716,36439,3,1058,2469 +"25924",5716,36691,2,1058,1903 +"25925",5716,36837,3,1058,1556 +"25926",5716,36962,3,1058,2861 +"25927",5716,37238,3,1058,2609 +"25928",5716,37333,3,1058,1612 +"25929",5716,37758,3,1058,1998 +"25930",5716,37859,3,1058,1999 +"25931",5716,38019,3,1058,1870 +"25932",5716,38213,3,1058,1744 +"25933",5716,38307,3,1058,2648 +"25934",5716,38374,3,1058,1890 +"25935",5716,38938,3,1058,1593 +"25936",5716,39186,3,1058,1258 +"25937",5716,39294,2,1058,1889 +"25938",5716,39906,3,1058,2365 +"25939",5716,40028,3,1058,1349 +"25940",5716,40072,2,1058,1182 +"25941",5716,40432,3,1058,1956 +"25942",5716,40493,3,1058,1981 +"25943",5716,41682,3,1058,1988 +"25944",5716,41739,3,1058,1339 +"25945",5716,41832,3,1058,1155 +"25946",5716,41955,3,1058,2479 +"25947",5716,41972,3,1058,2509 +"25948",5716,42619,2,1058,2017 +"25949",5716,43135,3,1058,1171 +"25950",5716,43153,3,1058,1381 +"25951",5716,43213,3,1058,2160 +"25952",5716,43455,3,1058,2846 +"25953",5716,44521,2,1058,1593 +"25954",5716,44557,3,1058,2371 +"25955",5716,45684,3,1058,2200 +"25956",5716,45903,3,1058,2237 +"25957",5716,46091,3,1058,1938 +"25958",5716,46099,3,1058,2360 +"25959",5716,46196,3,1058,1510 +"25960",5716,46621,3,1058,1343 +"25961",5716,46629,3,1058,2255 +"25962",5716,46803,3,1058,2305 +"25963",5716,47386,3,1058,2226 +"25964",5716,49110,3,1058,2938 +"25965",5716,49608,3,1058,2184 +"25966",5716,49620,3,1058,1868 +"25967",5716,50134,3,1058,2674 +"25968",5716,50236,2,1058,2339 +"25969",5716,50252,3,1058,2001 +"25970",5716,51017,3,1058,2073 +"25971",5716,51052,3,1058,2784 +"25972",5716,51089,3,1058,2426 +"25973",5716,51471,3,1058,1280 +"25974",5716,51853,3,1058,2520 +"25975",5716,52136,3,1058,1412 +"25976",5716,52215,3,1058,1908 +"25977",5716,52327,3,1058,1472 +"25978",5716,52442,2,1058,1269 +"25979",5716,53134,1,1058,1590 +"25980",5716,53219,3,1058,2973 +"25981",5716,53293,3,1058,2916 +"25982",5716,53303,3,1058,1376 +"25983",5716,53342,3,1058,2071 +"25984",5716,53475,3,1058,2853 +"25985",5716,54020,3,1058,1578 +"25986",5716,54127,3,1058,1593 +"25987",5716,54551,3,1058,2348 +"25988",5716,54879,2,1058,2210 +"25989",5716,54929,1,1058,2783 +"25990",5716,55324,3,1058,1544 +"25991",5716,55652,3,1058,2795 +"25992",5716,56082,2,1058,2395 +"25993",5716,56232,3,1058,1175 +"25994",5716,56237,3,1058,2625 +"25995",5716,56604,2,1058,1919 +"25996",5716,57150,3,1058,1196 +"25997",5716,57246,3,1058,1873 +"25998",5716,57714,2,1058,1391 +"25999",5716,57977,3,1058,2683 +"26000",5716,59485,3,1058,1564 +"26001",5716,60280,3,1058,1918 +"26002",5716,60476,3,1058,2508 +"26003",5716,61613,3,1058,1189 +"26004",5716,61719,3,1058,1515 +"26005",5716,62488,3,1058,1418 +"26006",5716,62903,3,1058,1704 +"26007",5716,63409,3,1058,1937 +"26008",5716,63442,2,1058,1965 +"26009",5716,64502,3,1058,1670 +"26010",5716,67805,3,1058,1338 +"26011",5716,69250,3,1058,1439 +"26012",5716,69716,3,1058,2632 +"26013",5716,70203,3,1058,2756 +"26014",5716,71274,2,1058,2390 +"26015",5716,72207,3,1058,2430 +"26016",5716,72501,3,1058,2795 +"26017",5716,73197,3,1058,1998 +"26018",5716,73305,3,1058,2544 +"26019",5716,74636,3,1058,2525 +"26020",5716,75403,2,1058,1895 +"26021",5716,76048,3,1058,2373 +"26022",5716,76284,3,1058,1237 +"26023",5716,76666,3,1058,1908 +"26024",5716,77001,3,1058,1440 +"26025",5716,81349,2,1058,1958 +"26026",5716,81478,3,1058,1640 +"26027",5716,82732,3,1058,2810 +"26028",5716,82932,3,1058,2245 +"26029",5716,83422,3,1058,1500 +"26030",5716,83526,3,1058,1235 +"26031",5716,84022,3,1058,2289 +"26032",5716,84500,3,1058,1583 +"26033",5716,86287,3,1058,1349 +"26034",5716,87110,3,1058,2801 +"26035",5716,88232,3,1058,2881 +"26036",5716,89880,3,1058,1938 +"26037",5716,89934,3,1058,2760 +"26038",5716,92513,3,1058,2282 +"26039",5716,93752,3,1058,1368 +"26040",5716,94500,3,1058,1529 +"26041",5725,823,3,2789,2840 +"26042",5725,6030,3,2789,2953 +"26043",5725,18151,3,2789,2962 +"26044",5725,28285,1,2789,2972 +"26045",5725,34216,3,2789,2832 +"26046",5725,48605,3,2789,2796 +"26047",5725,65029,3,2789,2954 +"26048",5725,71518,3,2789,2805 +"26049",5785,854,3,1261,2307 +"26050",5785,1355,3,1261,2473 +"26051",5785,2326,3,1261,2513 +"26052",5785,2484,3,1261,2389 +"26053",5785,2591,3,1261,1949 +"26054",5785,2894,2,1261,1291 +"26055",5785,5392,3,1261,1648 +"26056",5785,6222,2,1261,1949 +"26057",5785,6577,3,1261,1951 +"26058",5785,7616,3,1261,2296 +"26059",5785,7992,3,1261,2033 +"26060",5785,8866,3,1261,1545 +"26061",5785,9311,3,1261,2477 +"26062",5785,9362,3,1261,2879 +"26063",5785,11694,2,1261,1564 +"26064",5785,12388,3,1261,1975 +"26065",5785,12778,3,1261,2045 +"26066",5785,13573,3,1261,2774 +"26067",5785,13967,3,1261,1354 +"26068",5785,13979,3,1261,1559 +"26069",5785,14482,2,1261,1573 +"26070",5785,14655,3,1261,2559 +"26071",5785,14959,2,1261,2898 +"26072",5785,15444,3,1261,2764 +"26073",5785,16539,2,1261,1947 +"26074",5785,17027,3,1261,2772 +"26075",5785,17097,3,1261,1505 +"26076",5785,17520,2,1261,2276 +"26077",5785,18394,3,1261,2356 +"26078",5785,19173,3,1261,1686 +"26079",5785,20067,3,1261,2390 +"26080",5785,20311,3,1261,1981 +"26081",5785,20732,3,1261,2401 +"26082",5785,22403,3,1261,1630 +"26083",5785,23726,3,1261,2434 +"26084",5785,23869,3,1261,1918 +"26085",5785,25680,3,1261,1618 +"26086",5785,25950,3,1261,1618 +"26087",5785,26582,3,1261,2772 +"26088",5785,27860,3,1261,1588 +"26089",5785,28131,3,1261,1492 +"26090",5785,29095,3,1261,2531 +"26091",5785,29314,3,1261,2736 +"26092",5785,30883,2,1261,1629 +"26093",5785,31243,2,1261,1355 +"26094",5785,33010,3,1261,2189 +"26095",5785,33801,3,1261,2899 +"26096",5785,35235,3,1261,2610 +"26097",5785,38921,2,1261,1880 +"26098",5785,39431,3,1261,1460 +"26099",5785,40646,3,1261,1583 +"26100",5785,41682,3,1261,1988 +"26101",5785,42264,3,1261,1702 +"26102",5785,43479,3,1261,2178 +"26103",5785,44420,3,1261,2184 +"26104",5785,44885,3,1261,2670 +"26105",5785,44899,3,1261,2386 +"26106",5785,50252,3,1261,2001 +"26107",5785,50382,3,1261,2244 +"26108",5785,53475,3,1261,2853 +"26109",5785,53604,3,1261,2489 +"26110",5785,62538,3,1261,1656 +"26111",5785,64502,3,1261,1670 +"26112",5785,70203,3,1261,2756 +"26113",5785,79371,2,1261,1624 +"26114",5785,82893,3,1261,1275 +"26115",5785,87720,3,1261,2086 +"26116",5785,89826,3,1261,2033 +"26117",5792,194,3,975,1243 +"26118",5792,728,3,975,1812 +"26119",5792,1323,3,975,1659 +"26120",5792,1629,3,975,1289 +"26121",5792,1702,3,975,1984 +"26122",5792,1846,3,975,1845 +"26123",5792,2540,2,975,1398 +"26124",5792,3127,2,975,2273 +"26125",5792,3271,3,975,2216 +"26126",5792,3477,3,975,2546 +"26127",5792,3978,3,975,2775 +"26128",5792,4303,3,975,2414 +"26129",5792,6989,3,975,2623 +"26130",5792,7252,3,975,2799 +"26131",5792,7337,2,975,1797 +"26132",5792,7937,3,975,2044 +"26133",5792,8865,3,975,2394 +"26134",5792,9227,2,975,1267 +"26135",5792,9272,3,975,2835 +"26136",5792,9503,3,975,2453 +"26137",5792,9787,3,975,2858 +"26138",5792,10050,3,975,1792 +"26139",5792,10453,3,975,1656 +"26140",5792,10754,2,975,1797 +"26141",5792,11136,3,975,2573 +"26142",5792,11563,3,975,1863 +"26143",5792,11639,3,975,1593 +"26144",5792,12067,3,975,1213 +"26145",5792,13184,3,975,977 +"26146",5792,13808,3,975,1356 +"26147",5792,14817,3,975,2110 +"26148",5792,14887,3,975,2158 +"26149",5792,16501,3,975,1650 +"26150",5792,17645,3,975,1918 +"26151",5792,18005,3,975,2449 +"26152",5792,19433,3,975,2504 +"26153",5792,20155,3,975,1517 +"26154",5792,20512,3,975,2748 +"26155",5792,21684,3,975,1971 +"26156",5792,22586,3,975,1341 +"26157",5792,23131,3,975,1732 +"26158",5792,23488,3,975,1523 +"26159",5792,25163,3,975,1751 +"26160",5792,27908,3,975,2576 +"26161",5792,28357,3,975,1134 +"26162",5792,28893,3,975,2764 +"26163",5792,29267,2,975,1234 +"26164",5792,29286,2,975,1612 +"26165",5792,30486,3,975,1269 +"26166",5792,30668,3,975,2882 +"26167",5792,30669,2,975,1921 +"26168",5792,31317,3,975,1362 +"26169",5792,33681,3,975,1059 +"26170",5792,35903,3,975,1434 +"26171",5792,36953,2,975,2790 +"26172",5792,37752,3,975,2223 +"26173",5792,39062,3,975,2020 +"26174",5792,39534,3,975,2410 +"26175",5792,39589,3,975,1292 +"26176",5792,40035,3,975,2742 +"26177",5792,40572,2,975,2666 +"26178",5792,41338,3,975,1553 +"26179",5792,42813,2,975,2142 +"26180",5792,43204,3,975,1680 +"26181",5792,43226,3,975,2442 +"26182",5792,45729,3,975,2606 +"26183",5792,46486,1,975,1868 +"26184",5792,47595,3,975,2374 +"26185",5792,48110,3,975,2009 +"26186",5792,50335,3,975,1893 +"26187",5792,50585,3,975,2414 +"26188",5792,51016,3,975,1141 +"26189",5792,53726,3,975,1729 +"26190",5792,53739,3,975,2704 +"26191",5792,53924,3,975,1289 +"26192",5792,57765,3,975,2893 +"26193",5792,58508,3,975,2326 +"26194",5792,59448,3,975,2687 +"26195",5792,61125,3,975,1673 +"26196",5792,62963,3,975,1964 +"26197",5792,66205,3,975,2898 +"26198",5792,66994,3,975,1865 +"26199",5792,69335,3,975,2698 +"26200",5792,72438,3,975,1397 +"26201",5792,76286,3,975,1642 +"26202",5792,80301,3,975,1690 +"26203",5792,87958,3,975,1234 +"26204",5792,90709,1,975,1080 +"26205",5792,92850,3,975,1971 +"26206",5792,95910,3,975,999 +"26207",5798,21872,2,1779,2458 +"26208",5798,38140,2,1779,1866 +"26209",5798,40645,3,1779,1899 +"26210",5798,45959,3,1779,1880 +"26211",5798,46040,3,1779,2105 +"26212",5798,65322,3,1779,2008 +"26213",5798,71982,3,1779,2812 +"26214",5798,73192,3,1779,1955 +"26215",5798,76672,3,1779,1930 +"26216",5798,78150,3,1779,2581 +"26217",5798,96387,3,1779,2159 +"26218",5798,102581,3,1779,1813 +"26219",5813,17925,2,2088,2385 +"26220",5813,31990,2,2088,2264 +"26221",5813,32724,1,2088,2581 +"26222",5813,37801,3,2088,2578 +"26223",5813,44312,3,2088,2741 +"26224",5813,48931,2,2088,2444 +"26225",5813,63096,3,2088,2307 +"26226",5813,96387,3,2088,2159 +"26227",5816,1692,3,2408,2443 +"26228",5816,12035,3,2408,2721 +"26229",5816,17999,3,2408,2758 +"26230",5816,18808,3,2408,2854 +"26231",5816,23739,3,2408,2463 +"26232",5816,30668,3,2408,2882 +"26233",5816,31251,3,2408,2498 +"26234",5816,59005,3,2408,2817 +"26235",5826,4660,3,411,2149 +"26236",5826,5106,3,411,2622 +"26237",5826,12781,3,411,831 +"26238",5826,16501,3,411,1650 +"26239",5826,17033,3,411,2771 +"26240",5826,17320,3,411,571 +"26241",5826,27897,3,411,1968 +"26242",5826,36737,2,411,829 +"26243",5826,63641,3,411,2337 +"26244",5826,64156,3,411,675 +"26245",5826,64210,2,411,956 +"26246",5826,66527,3,411,961 +"26247",5826,66717,3,411,2104 +"26248",5826,69545,3,411,673 +"26249",5826,71219,3,411,967 +"26250",5826,72535,3,411,1191 +"26251",5826,95910,3,411,999 +"26252",5826,96007,3,411,895 +"26253",5833,687,3,197,1664 +"26254",5833,2334,3,197,2619 +"26255",5833,2452,3,197,1715 +"26256",5833,2617,3,197,592 +"26257",5833,2747,3,197,2411 +"26258",5833,3271,3,197,2216 +"26259",5833,5346,3,197,1438 +"26260",5833,6119,3,197,2358 +"26261",5833,6479,3,197,1021 +"26262",5833,6821,3,197,1788 +"26263",5833,7785,3,197,2441 +"26264",5833,8073,3,197,1847 +"26265",5833,8532,3,197,1593 +"26266",5833,8568,3,197,2706 +"26267",5833,8770,3,197,634 +"26268",5833,9073,3,197,221 +"26269",5833,9301,3,197,1861 +"26270",5833,12023,3,197,799 +"26271",5833,13068,2,197,1778 +"26272",5833,14287,3,197,1583 +"26273",5833,14520,2,197,634 +"26274",5833,15078,3,197,1033 +"26275",5833,15207,3,197,1855 +"26276",5833,15462,3,197,1141 +"26277",5833,16021,3,197,858 +"26278",5833,16286,3,197,2470 +"26279",5833,16437,3,197,1956 +"26280",5833,16684,3,197,1657 +"26281",5833,16750,3,197,1225 +"26282",5833,16776,3,197,1565 +"26283",5833,18421,2,197,2457 +"26284",5833,18550,3,197,483 +"26285",5833,18978,3,197,952 +"26286",5833,19028,3,197,921 +"26287",5833,19231,3,197,1424 +"26288",5833,19447,3,197,969 +"26289",5833,19934,3,197,2888 +"26290",5833,20176,3,197,1050 +"26291",5833,23277,3,197,1267 +"26292",5833,25378,3,197,1245 +"26293",5833,27280,1,197,1965 +"26294",5833,27320,3,197,2378 +"26295",5833,27391,2,197,2378 +"26296",5833,27722,3,197,1266 +"26297",5833,29667,2,197,531 +"26298",5833,30486,3,197,1269 +"26299",5833,30618,3,197,1609 +"26300",5833,30891,3,197,1256 +"26301",5833,30974,3,197,947 +"26302",5833,31783,2,197,1180 +"26303",5833,32532,3,197,2338 +"26304",5833,32560,3,197,1258 +"26305",5833,32651,3,197,877 +"26306",5833,33681,3,197,1059 +"26307",5833,33691,2,197,949 +"26308",5833,33870,3,197,955 +"26309",5833,37752,2,197,2223 +"26310",5833,38259,3,197,2258 +"26311",5833,38373,3,197,1928 +"26312",5833,39443,3,197,2277 +"26313",5833,39534,3,197,2410 +"26314",5833,39746,3,197,1361 +"26315",5833,40113,3,197,451 +"26316",5833,41187,3,197,2340 +"26317",5833,41439,2,197,709 +"26318",5833,41633,3,197,1976 +"26319",5833,44786,2,197,1096 +"26320",5833,44877,3,197,1219 +"26321",5833,45480,2,197,1104 +"26322",5833,46982,3,197,2806 +"26323",5833,48576,3,197,1675 +"26324",5833,49201,3,197,936 +"26325",5833,49551,3,197,879 +"26326",5833,50229,3,197,1190 +"26327",5833,50354,3,197,1299 +"26328",5833,51144,3,197,2466 +"26329",5833,51360,3,197,1882 +"26330",5833,58015,3,197,899 +"26331",5833,58829,3,197,1256 +"26332",5833,59039,2,197,2870 +"26333",5833,59485,3,197,1564 +"26334",5833,59506,3,197,983 +"26335",5833,61723,3,197,1262 +"26336",5833,63654,2,197,2310 +"26337",5833,64439,3,197,562 +"26338",5833,64734,3,197,231 +"26339",5833,65188,3,197,2213 +"26340",5833,67719,3,197,2429 +"26341",5833,69788,3,197,2007 +"26342",5833,73926,3,197,849 +"26343",5833,74058,3,197,1151 +"26344",5833,74795,3,197,1319 +"26345",5833,77377,3,197,1487 +"26346",5833,80219,3,197,988 +"26347",5833,80337,3,197,394 +"26348",5833,80338,3,197,2059 +"26349",5833,82413,3,197,491 +"26350",5833,88067,1,197,2315 +"26351",5833,90745,3,197,1994 +"26352",5833,94520,3,197,1243 +"26353",5833,94625,3,197,2105 +"26354",5833,94758,2,197,584 +"26355",5833,110569,3,197,970 +"26356",5833,119524,3,197,1930 +"26357",5833,119921,3,197,1113 +"26358",5833,120363,3,197,322 +"26359",5839,2684,3,2301,2874 +"26360",5839,2979,3,2301,2912 +"26361",5839,3477,3,2301,2546 +"26362",5839,3628,2,2301,2707 +"26363",5839,3978,2,2301,2775 +"26364",5839,4303,3,2301,2414 +"26365",5839,4361,3,2301,2571 +"26366",5839,8762,2,2301,2585 +"26367",5839,9191,3,2301,2707 +"26368",5839,11029,3,2301,2362 +"26369",5839,11103,3,2301,2393 +"26370",5839,11351,1,2301,2971 +"26371",5839,11506,3,2301,2824 +"26372",5839,15826,3,2301,2772 +"26373",5839,18005,3,2301,2449 +"26374",5839,18464,2,2301,2312 +"26375",5839,18543,3,2301,2968 +"26376",5839,18943,3,2301,2861 +"26377",5839,19605,3,2301,2395 +"26378",5839,19934,3,2301,2888 +"26379",5839,20407,3,2301,2339 +"26380",5839,21463,3,2301,2437 +"26381",5839,21682,3,2301,2414 +"26382",5839,25373,3,2301,2783 +"26383",5839,29449,3,2301,2916 +"26384",5839,33341,3,2301,2338 +"26385",5839,35235,3,2301,2610 +"26386",5839,36136,3,2301,2338 +"26387",5839,43173,3,2301,2895 +"26388",5839,44403,3,2301,2429 +"26389",5839,45742,3,2301,2566 +"26390",5839,49265,3,2301,2686 +"26391",5839,50585,3,2301,2414 +"26392",5839,57380,2,2301,2362 +"26393",5839,60661,3,2301,2700 +"26394",5839,62832,3,2301,2606 +"26395",5839,83396,3,2301,2396 +"26396",5839,84799,3,2301,2656 +"26397",5839,88232,3,2301,2881 +"26398",5845,854,3,1552,2307 +"26399",5845,1692,1,1552,2443 +"26400",5845,1875,3,1552,1786 +"26401",5845,2093,2,1552,2459 +"26402",5845,3195,2,1552,2043 +"26403",5845,3317,3,1552,2037 +"26404",5845,3488,3,1552,2351 +"26405",5845,4504,3,1552,1905 +"26406",5845,4671,3,1552,2280 +"26407",5845,7269,3,1552,1728 +"26408",5845,9801,3,1552,2443 +"26409",5845,10799,2,1552,2010 +"26410",5845,10914,3,1552,1660 +"26411",5845,10964,3,1552,2043 +"26412",5845,11067,3,1552,2734 +"26413",5845,11506,3,1552,2824 +"26414",5845,12866,3,1552,2910 +"26415",5845,13780,3,1552,2412 +"26416",5845,14328,3,1552,1725 +"26417",5845,14972,3,1552,2332 +"26418",5845,15095,3,1552,2001 +"26419",5845,15626,3,1552,2434 +"26420",5845,16594,3,1552,1755 +"26421",5845,17943,3,1552,1943 +"26422",5845,20162,3,1552,2328 +"26423",5845,20432,2,1552,1727 +"26424",5845,23121,3,1552,2108 +"26425",5845,23534,3,1552,1659 +"26426",5845,24195,2,1552,1575 +"26427",5845,26100,3,1552,1966 +"26428",5845,26155,3,1552,1802 +"26429",5845,29004,3,1552,2596 +"26430",5845,29243,3,1552,2011 +"26431",5845,29409,3,1552,2199 +"26432",5845,29578,3,1552,1957 +"26433",5845,30236,3,1552,2238 +"26434",5845,31131,3,1552,2810 +"26435",5845,32339,3,1552,2430 +"26436",5845,32449,3,1552,2091 +"26437",5845,32939,3,1552,2277 +"26438",5845,34180,2,1552,2617 +"26439",5845,35620,2,1552,2092 +"26440",5845,36120,2,1552,2971 +"26441",5845,36136,3,1552,2338 +"26442",5845,36506,2,1552,2638 +"26443",5845,38732,3,1552,2263 +"26444",5845,40675,3,1552,1595 +"26445",5845,41978,3,1552,2824 +"26446",5845,42914,3,1552,1737 +"26447",5845,45461,3,1552,2458 +"26448",5845,46385,3,1552,2225 +"26449",5845,47384,3,1552,1639 +"26450",5845,47534,3,1552,2712 +"26451",5845,49147,2,1552,2539 +"26452",5845,49606,2,1552,2800 +"26453",5845,53362,3,1552,2360 +"26454",5845,53530,3,1552,2380 +"26455",5845,53668,3,1552,2242 +"26456",5845,55775,3,1552,2385 +"26457",5845,55828,3,1552,2393 +"26458",5845,57529,3,1552,2462 +"26459",5845,57804,3,1552,2214 +"26460",5845,58041,3,1552,2725 +"26461",5845,59005,3,1552,2817 +"26462",5845,59470,3,1552,2393 +"26463",5845,61458,3,1552,2630 +"26464",5845,75607,3,1552,2245 +"26465",5845,76132,3,1552,2426 +"26466",5845,78384,3,1552,1762 +"26467",5845,79848,2,1552,1629 +"26468",5845,82819,3,1552,1900 +"26469",5846,5363,3,271,1791 +"26470",5846,5568,3,271,1290 +"26471",5846,5714,3,271,534 +"26472",5846,6366,3,271,798 +"26473",5846,6417,3,271,1675 +"26474",5846,7992,3,271,2033 +"26475",5846,8470,3,271,288 +"26476",5846,11576,3,271,808 +"26477",5846,16053,3,271,908 +"26478",5846,19235,3,271,1966 +"26479",5846,19637,3,271,1229 +"26480",5846,20067,3,271,2390 +"26481",5846,23869,2,271,1918 +"26482",5846,26408,3,271,1545 +"26483",5846,30883,3,271,1629 +"26484",5846,31700,1,271,2727 +"26485",5846,32988,3,271,2008 +"26486",5846,35518,3,271,1721 +"26487",5846,37238,2,271,2609 +"26488",5846,37937,2,271,1320 +"26489",5846,38694,3,271,817 +"26490",5846,39062,3,271,2020 +"26491",5846,39563,3,271,486 +"26492",5846,41953,3,271,945 +"26493",5846,44056,3,271,2092 +"26494",5846,44819,3,271,2063 +"26495",5846,46803,3,271,2305 +"26496",5846,48215,3,271,2028 +"26497",5846,50269,3,271,1966 +"26498",5846,60718,3,271,1229 +"26499",5846,64327,2,271,1918 +"26500",5846,68299,2,271,866 +"26501",5846,70854,2,271,635 +"26502",5846,73113,3,271,681 +"26503",5846,73597,3,271,1989 +"26504",5846,74730,3,271,535 +"26505",5846,74731,3,271,853 +"26506",5846,78569,3,271,578 +"26507",5846,82426,3,271,1576 +"26508",5846,89072,3,271,1099 +"26509",5846,89880,3,271,1938 +"26510",5846,97160,3,271,1215 +"26511",5846,117679,3,271,535 +"26512",5849,2166,2,2404,2557 +"26513",5849,19528,3,2404,2742 +"26514",5849,39444,3,2404,2695 +"26515",5849,53789,2,2404,2681 +"26516",5852,3271,3,1862,2216 +"26517",5852,5557,3,1862,1929 +"26518",5852,9272,3,1862,2835 +"26519",5852,9716,3,1862,1929 +"26520",5852,11319,2,1862,2073 +"26521",5852,12577,3,1862,2530 +"26522",5852,12818,3,1862,2015 +"26523",5852,14626,3,1862,2175 +"26524",5852,14761,3,1862,2502 +"26525",5852,16205,3,1862,2630 +"26526",5852,22249,3,1862,1892 +"26527",5852,27826,2,1862,2824 +"26528",5852,29319,3,1862,2314 +"26529",5852,32235,3,1862,2109 +"26530",5852,35264,3,1862,2329 +"26531",5852,38038,3,1862,2686 +"26532",5852,41185,3,1862,1929 +"26533",5852,43226,3,1862,2442 +"26534",5852,48110,3,1862,2009 +"26535",5852,49147,3,1862,2539 +"26536",5852,54903,3,1862,2493 +"26537",5852,55171,3,1862,2972 +"26538",5852,56737,3,1862,2270 +"26539",5852,58508,3,1862,2326 +"26540",5852,64174,2,1862,2377 +"26541",5852,64412,3,1862,2233 +"26542",5852,69335,3,1862,2698 +"26543",5852,87362,3,1862,2902 +"26544",5864,1124,3,1197,1596 +"26545",5864,1639,3,1197,2631 +"26546",5864,2484,3,1197,2389 +"26547",5864,2743,3,1197,1278 +"26548",5864,3242,3,1197,1730 +"26549",5864,3306,3,1197,1989 +"26550",5864,4889,3,1197,1501 +"26551",5864,4953,3,1197,2285 +"26552",5864,5462,3,1197,2374 +"26553",5864,6363,3,1197,2066 +"26554",5864,10875,3,1197,1234 +"26555",5864,11477,3,1197,2724 +"26556",5864,12081,3,1197,2166 +"26557",5864,13248,3,1197,1385 +"26558",5864,13801,3,1197,2041 +"26559",5864,14072,3,1197,1346 +"26560",5864,14972,3,1197,2332 +"26561",5864,16725,3,1197,2830 +"26562",5864,17381,3,1197,1697 +"26563",5864,17520,3,1197,2276 +"26564",5864,17852,2,1197,2840 +"26565",5864,20643,3,1197,2341 +"26566",5864,20824,3,1197,1366 +"26567",5864,22331,3,1197,2687 +"26568",5864,23223,3,1197,2094 +"26569",5864,26749,3,1197,2965 +"26570",5864,29289,3,1197,1756 +"26571",5864,30119,3,1197,1961 +"26572",5864,30334,3,1197,2075 +"26573",5864,31307,3,1197,2139 +"26574",5864,31530,3,1197,1661 +"26575",5864,31700,3,1197,2727 +"26576",5864,31799,3,1197,2547 +"26577",5864,32939,3,1197,2277 +"26578",5864,33430,3,1197,2225 +"26579",5864,33949,3,1197,2489 +"26580",5864,34492,3,1197,1798 +"26581",5864,35518,2,1197,1721 +"26582",5864,37238,2,1197,2609 +"26583",5864,37636,3,1197,2178 +"26584",5864,38307,3,1197,2648 +"26585",5864,38921,3,1197,1880 +"26586",5864,40392,3,1197,1878 +"26587",5864,41945,3,1197,2856 +"26588",5864,42264,3,1197,1702 +"26589",5864,43455,3,1197,2846 +"26590",5864,46602,3,1197,2786 +"26591",5864,47082,3,1197,1990 +"26592",5864,47098,3,1197,2057 +"26593",5864,50113,3,1197,2059 +"26594",5864,50252,3,1197,2001 +"26595",5864,50785,3,1197,2877 +"26596",5864,51022,3,1197,1499 +"26597",5864,51157,3,1197,2319 +"26598",5864,51319,3,1197,2488 +"26599",5864,51783,3,1197,2599 +"26600",5864,57804,3,1197,2214 +"26601",5864,58035,3,1197,1646 +"26602",5864,71342,3,1197,1289 +"26603",5864,72956,3,1197,1251 +"26604",5864,95846,3,1197,1324 +"26605",5865,160,3,1910,2007 +"26606",5865,1102,3,1910,2282 +"26607",5865,2572,3,1910,2273 +"26608",5865,3409,3,1910,2167 +"26609",5865,6192,3,1910,2409 +"26610",5865,6241,3,1910,2264 +"26611",5865,7616,2,1910,2296 +"26612",5865,8726,3,1910,2083 +"26613",5865,9331,3,1910,2269 +"26614",5865,9362,3,1910,2879 +"26615",5865,10851,3,1910,2423 +"26616",5865,10859,3,1910,2231 +"26617",5865,12264,3,1910,1925 +"26618",5865,12388,3,1910,1975 +"26619",5865,12724,3,1910,1930 +"26620",5865,13249,3,1910,2573 +"26621",5865,13324,3,1910,2163 +"26622",5865,13780,3,1910,2412 +"26623",5865,16539,2,1910,1947 +"26624",5865,17943,3,1910,1943 +"26625",5865,18464,3,1910,2312 +"26626",5865,19208,2,1910,2629 +"26627",5865,19605,2,1910,2395 +"26628",5865,19744,3,1910,2623 +"26629",5865,22808,2,1910,2297 +"26630",5865,23460,2,1910,2183 +"26631",5865,23641,3,1910,1934 +"26632",5865,23825,3,1910,1913 +"26633",5865,24753,3,1910,2860 +"26634",5865,25030,2,1910,2017 +"26635",5865,29454,3,1910,2719 +"26636",5865,39278,3,1910,1952 +"26637",5865,40129,3,1910,2162 +"26638",5865,41664,3,1910,2641 +"26639",5865,41764,3,1910,2409 +"26640",5865,42129,2,1910,2318 +"26641",5865,42216,3,1910,2722 +"26642",5865,45302,3,1910,2390 +"26643",5865,47529,3,1910,2914 +"26644",5865,47564,3,1910,2650 +"26645",5865,50480,3,1910,2701 +"26646",5865,51017,3,1910,2073 +"26647",5865,51035,3,1910,2397 +"26648",5865,53342,3,1910,2071 +"26649",5865,55076,3,1910,2408 +"26650",5865,59140,3,1910,2528 +"26651",5865,59891,3,1910,2706 +"26652",5865,63142,3,1910,1997 +"26653",5865,65434,3,1910,2866 +"26654",5865,70046,3,1910,2624 +"26655",5865,92322,3,1910,2393 +"26656",5897,680,3,2337,2569 +"26657",5897,1519,3,2337,2349 +"26658",5897,2206,3,2337,2536 +"26659",5897,2747,3,2337,2411 +"26660",5897,2852,1,2337,2448 +"26661",5897,4249,2,2337,2547 +"26662",5897,4361,3,2337,2571 +"26663",5897,4612,3,2337,2804 +"26664",5897,4669,3,2337,2395 +"26665",5897,5106,3,2337,2622 +"26666",5897,5683,3,2337,2468 +"26667",5897,6119,3,2337,2358 +"26668",5897,6223,3,2337,2363 +"26669",5897,7785,2,2337,2441 +"26670",5897,9332,3,2337,2734 +"26671",5897,9503,3,2337,2453 +"26672",5897,9785,3,2337,2951 +"26673",5897,9787,3,2337,2858 +"26674",5897,11648,3,2337,2852 +"26675",5897,12948,3,2337,2669 +"26676",5897,13879,3,2337,2748 +"26677",5897,14781,3,2337,2338 +"26678",5897,15826,3,2337,2772 +"26679",5897,16286,2,2337,2470 +"26680",5897,16866,3,2337,2718 +"26681",5897,17033,3,2337,2771 +"26682",5897,18865,3,2337,2676 +"26683",5897,20941,3,2337,2725 +"26684",5897,26182,3,2337,2775 +"26685",5897,27320,3,2337,2378 +"26686",5897,27686,3,2337,2844 +"26687",5897,27742,2,2337,2700 +"26688",5897,27914,2,2337,2507 +"26689",5897,28869,3,2337,2425 +"26690",5897,32532,3,2337,2338 +"26691",5897,33341,3,2337,2338 +"26692",5897,35456,3,2337,2358 +"26693",5897,35797,3,2337,2482 +"26694",5897,37929,3,2337,2393 +"26695",5897,40014,3,2337,2608 +"26696",5897,40035,3,2337,2742 +"26697",5897,40572,3,2337,2666 +"26698",5897,41023,2,2337,2408 +"26699",5897,42256,3,2337,2839 +"26700",5897,44235,3,2337,2700 +"26701",5897,45869,3,2337,2840 +"26702",5897,46982,3,2337,2806 +"26703",5897,47013,2,2337,2388 +"26704",5897,50630,3,2337,2615 +"26705",5897,51783,3,2337,2599 +"26706",5897,53739,3,2337,2704 +"26707",5897,54775,2,2337,2383 +"26708",5897,58655,3,2337,2685 +"26709",5897,67815,3,2337,2476 +"26710",5897,70583,2,2337,2615 +"26711",5897,76132,3,2337,2426 +"26712",5897,111375,3,2337,2686 +"26713",5912,1136,3,2257,2536 +"26714",5912,2852,3,2257,2448 +"26715",5912,4669,3,2257,2395 +"26716",5912,16286,3,2257,2470 +"26717",5912,16826,3,2257,2599 +"26718",5912,33341,3,2257,2338 +"26719",5912,45869,3,2257,2840 +"26720",5912,56082,3,2257,2395 +"26721",5912,82929,3,2257,2475 +"26722",5937,4188,3,2392,2963 +"26723",5937,6234,2,2392,2654 +"26724",5937,6345,3,2392,2713 +"26725",5937,9724,3,2392,2713 +"26726",5937,15150,2,2392,2801 +"26727",5937,17499,3,2392,2954 +"26728",5937,20011,2,2392,2826 +"26729",5937,23728,3,2392,2601 +"26730",5937,33363,3,2392,2475 +"26731",5937,33460,3,2392,2781 +"26732",5937,42136,3,2392,2551 +"26733",5937,43701,3,2392,2400 +"26734",5937,44730,2,2392,2468 +"26735",5937,49079,3,2392,2447 +"26736",5937,56413,1,2392,2747 +"26737",5937,69795,3,2392,2636 +"26738",5937,106330,3,2392,2559 +"26739",5962,4361,3,2491,2571 +"26740",5962,9362,3,2491,2879 +"26741",5962,9504,3,2491,2549 +"26742",5962,17826,3,2491,2920 +"26743",5962,19380,2,2491,2637 +"26744",5962,22723,3,2491,2859 +"26745",5962,27908,2,2491,2576 +"26746",5962,34216,3,2491,2832 +"26747",5962,40295,3,2491,2703 +"26748",5962,40572,3,2491,2666 +"26749",5962,52570,3,2491,2645 +"26750",5962,55994,3,2491,2787 +"26751",5962,57492,3,2491,2855 +"26752",5971,270,2,1985,2542 +"26753",5971,312,3,1985,2038 +"26754",5971,380,3,1985,2261 +"26755",5971,1102,3,1985,2282 +"26756",5971,2424,3,1985,2582 +"26757",5971,2533,3,1985,2016 +"26758",5971,2684,3,1985,2874 +"26759",5971,3164,3,1985,2693 +"26760",5971,3305,3,1985,2839 +"26761",5971,3306,3,1985,1989 +"26762",5971,3477,3,1985,2546 +"26763",5971,3493,3,1985,2451 +"26764",5971,4701,3,1985,2401 +"26765",5971,5072,3,1985,2175 +"26766",5971,5235,3,1985,2324 +"26767",5971,5258,3,1985,2730 +"26768",5971,5622,3,1985,2175 +"26769",5971,6030,3,1985,2953 +"26770",5971,6047,3,1985,2004 +"26771",5971,6063,3,1985,2349 +"26772",5971,6074,3,1985,2426 +"26773",5971,6363,3,1985,2066 +"26774",5971,6588,2,1985,2025 +"26775",5971,6718,2,1985,2138 +"26776",5971,7234,3,1985,2654 +"26777",5971,7616,3,1985,2296 +"26778",5971,9175,3,1985,2639 +"26779",5971,9615,3,1985,2464 +"26780",5971,9620,3,1985,2339 +"26781",5971,9624,2,1985,2398 +"26782",5971,9654,3,1985,2111 +"26783",5971,9695,3,1985,2143 +"26784",5971,10857,3,1985,2253 +"26785",5971,11055,3,1985,2111 +"26786",5971,11218,3,1985,2292 +"26787",5971,11351,3,1985,2971 +"26788",5971,11440,3,1985,2026 +"26789",5971,11477,3,1985,2724 +"26790",5971,11620,3,1985,2010 +"26791",5971,11966,2,1985,2385 +"26792",5971,12042,3,1985,2345 +"26793",5971,12374,2,1985,2260 +"26794",5971,12713,3,1985,2440 +"26795",5971,12728,3,1985,2374 +"26796",5971,13307,2,1985,2206 +"26797",5971,14032,3,1985,2144 +"26798",5971,14959,3,1985,2898 +"26799",5971,14989,3,1985,2223 +"26800",5971,15003,3,1985,2067 +"26801",5971,15301,3,1985,2308 +"26802",5971,15813,3,1985,2143 +"26803",5971,16352,2,1985,2657 +"26804",5971,16535,3,1985,1993 +"26805",5971,17400,2,1985,2231 +"26806",5971,18005,3,1985,2449 +"26807",5971,18361,2,1985,2968 +"26808",5971,18394,2,1985,2356 +"26809",5971,18543,3,1985,2968 +"26810",5971,19072,3,1985,2358 +"26811",5971,19248,3,1985,2357 +"26812",5971,19622,3,1985,2371 +"26813",5971,19719,3,1985,2177 +"26814",5971,19862,3,1985,2412 +"26815",5971,20124,3,1985,2376 +"26816",5971,20284,3,1985,2530 +"26817",5971,20292,3,1985,2755 +"26818",5971,21012,2,1985,2325 +"26819",5971,21104,3,1985,2327 +"26820",5971,21571,2,1985,2755 +"26821",5971,21682,3,1985,2414 +"26822",5971,21693,2,1985,2176 +"26823",5971,21929,3,1985,2062 +"26824",5971,22197,2,1985,2271 +"26825",5971,22326,3,1985,2818 +"26826",5971,22415,3,1985,2841 +"26827",5971,22566,2,1985,2308 +"26828",5971,23011,3,1985,2763 +"26829",5971,23509,2,1985,2275 +"26830",5971,23526,2,1985,1998 +"26831",5971,23725,2,1985,2378 +"26832",5971,25305,3,1985,2447 +"26833",5971,25985,3,1985,2071 +"26834",5971,26080,3,1985,2525 +"26835",5971,26671,3,1985,2279 +"26836",5971,26848,2,1985,2363 +"26837",5971,27694,3,1985,2030 +"26838",5971,28168,3,1985,2702 +"26839",5971,28179,3,1985,2689 +"26840",5971,29073,3,1985,2328 +"26841",5971,29962,3,1985,2201 +"26842",5971,30173,3,1985,2404 +"26843",5971,30405,2,1985,2164 +"26844",5971,31093,3,1985,2160 +"26845",5971,31307,3,1985,2139 +"26846",5971,31436,3,1985,2892 +"26847",5971,32173,3,1985,2341 +"26848",5971,32567,3,1985,2784 +"26849",5971,32965,3,1985,2071 +"26850",5971,33223,3,1985,2397 +"26851",5971,33622,3,1985,2230 +"26852",5971,33801,3,1985,2899 +"26853",5971,33981,3,1985,1993 +"26854",5971,34136,3,1985,2202 +"26855",5971,34735,3,1985,2767 +"26856",5971,34836,3,1985,2302 +"26857",5971,35402,3,1985,2339 +"26858",5971,39444,3,1985,2695 +"26859",5971,42216,3,1985,2722 +"26860",5971,43213,3,1985,2160 +"26861",5971,43455,3,1985,2846 +"26862",5971,43518,3,1985,2680 +"26863",5971,45302,3,1985,2390 +"26864",5971,45684,3,1985,2200 +"26865",5971,45729,3,1985,2606 +"26866",5971,46629,2,1985,2255 +"26867",5971,48035,3,1985,2180 +"26868",5971,48215,3,1985,2028 +"26869",5971,50118,3,1985,2654 +"26870",5971,50134,3,1985,2674 +"26871",5971,50236,1,1985,2339 +"26872",5971,51017,3,1985,2073 +"26873",5971,51035,3,1985,2397 +"26874",5971,51866,3,1985,2411 +"26875",5971,54551,3,1985,2348 +"26876",5971,54929,3,1985,2783 +"26877",5971,55468,3,1985,2511 +"26878",5971,56082,2,1985,2395 +"26879",5971,56237,2,1985,2625 +"26880",5971,56317,3,1985,2030 +"26881",5971,61982,3,1985,2725 +"26882",5971,64947,3,1985,2489 +"26883",5971,65242,3,1985,1988 +"26884",5971,67726,3,1985,2873 +"26885",5971,68215,3,1985,2727 +"26886",5971,70217,3,1985,2332 +"26887",5971,71217,2,1985,2169 +"26888",5971,72207,3,1985,2430 +"26889",5971,72326,2,1985,2384 +"26890",5971,73266,3,1985,2496 +"26891",5971,79804,2,1985,2227 +"26892",5971,82949,3,1985,2077 +"26893",5971,92104,3,1985,2339 +"26894",5971,108867,3,1985,2328 +"26895",5971,117956,3,1985,2774 +"26896",5984,134,3,1675,2062 +"26897",5984,270,3,1675,2542 +"26898",5984,380,3,1675,2261 +"26899",5984,1102,3,1675,2282 +"26900",5984,1196,2,1675,1986 +"26901",5984,2111,3,1675,1904 +"26902",5984,3164,3,1675,2693 +"26903",5984,3961,3,1675,2426 +"26904",5984,4253,3,1675,1890 +"26905",5984,4360,3,1675,1770 +"26906",5984,4953,3,1675,2285 +"26907",5984,5041,3,1675,2371 +"26908",5984,5072,3,1675,2175 +"26909",5984,5350,2,1675,2522 +"26910",5984,5429,3,1675,1991 +"26911",5984,5622,2,1675,2175 +"26912",5984,5986,1,1675,1721 +"26913",5984,6030,3,1675,2953 +"26914",5984,6047,2,1675,2004 +"26915",5984,6588,3,1675,2025 +"26916",5984,9928,2,1675,2345 +"26917",5984,10358,2,1675,2294 +"26918",5984,10717,2,1675,1938 +"26919",5984,10857,3,1675,2253 +"26920",5984,10871,3,1675,2314 +"26921",5984,11218,1,1675,2292 +"26922",5984,11966,3,1675,2385 +"26923",5984,12035,3,1675,2721 +"26924",5984,12042,2,1675,2345 +"26925",5984,12375,3,1675,1873 +"26926",5984,13311,3,1675,2315 +"26927",5984,14032,3,1675,2144 +"26928",5984,15301,3,1675,2308 +"26929",5984,16096,3,1675,2301 +"26930",5984,16352,2,1675,2657 +"26931",5984,17400,2,1675,2231 +"26932",5984,18348,3,1675,1711 +"26933",5984,18394,3,1675,2356 +"26934",5984,18415,3,1675,2184 +"26935",5984,18874,3,1675,2170 +"26936",5984,20124,3,1675,2376 +"26937",5984,21138,3,1675,2849 +"26938",5984,21571,3,1675,2755 +"26939",5984,22566,3,1675,2308 +"26940",5984,23310,3,1675,2371 +"26941",5984,23526,3,1675,1998 +"26942",5984,23715,3,1675,1859 +"26943",5984,23725,3,1675,2378 +"26944",5984,23869,3,1675,1918 +"26945",5984,24146,3,1675,2003 +"26946",5984,24253,3,1675,2213 +"26947",5984,25325,3,1675,2963 +"26948",5984,26067,3,1675,2069 +"26949",5984,26080,2,1675,2525 +"26950",5984,26366,3,1675,1688 +"26951",5984,26721,3,1675,2586 +"26952",5984,26818,2,1675,1999 +"26953",5984,28050,3,1675,1955 +"26954",5984,28168,3,1675,2702 +"26955",5984,28296,3,1675,2944 +"26956",5984,29930,3,1675,2240 +"26957",5984,30173,3,1675,2404 +"26958",5984,30405,3,1675,2164 +"26959",5984,32567,3,1675,2784 +"26960",5984,32919,3,1675,2321 +"26961",5984,34161,3,1675,2789 +"26962",5984,34735,2,1675,2767 +"26963",5984,35926,3,1675,2371 +"26964",5984,36691,3,1675,1903 +"26965",5984,36962,3,1675,2861 +"26966",5984,39294,2,1675,1889 +"26967",5984,40432,3,1675,1956 +"26968",5984,41972,3,1675,2509 +"26969",5984,42619,3,1675,2017 +"26970",5984,43213,3,1675,2160 +"26971",5984,45684,3,1675,2200 +"26972",5984,46629,3,1675,2255 +"26973",5984,46803,3,1675,2305 +"26974",5984,47386,3,1675,2226 +"26975",5984,49110,3,1675,2938 +"26976",5984,49608,3,1675,2184 +"26977",5984,50236,3,1675,2339 +"26978",5984,51017,3,1675,2073 +"26979",5984,54551,3,1675,2348 +"26980",5984,54879,3,1675,2210 +"26981",5984,54929,2,1675,2783 +"26982",5984,55652,3,1675,2795 +"26983",5984,56082,3,1675,2395 +"26984",5984,56604,1,1675,1919 +"26985",5984,57246,3,1675,1873 +"26986",5984,57977,3,1675,2683 +"26987",5984,60280,3,1675,1918 +"26988",5984,63442,3,1675,1965 +"26989",5984,69716,3,1675,2632 +"26990",5984,71274,3,1675,2390 +"26991",5984,72207,3,1675,2430 +"26992",5984,75403,3,1675,1895 +"26993",5984,76048,3,1675,2373 +"26994",5984,81349,1,1675,1958 +"26995",5984,82732,3,1675,2810 +"26996",5984,87110,3,1675,2801 +"26997",5986,134,2,1721,2062 +"26998",5986,270,3,1721,2542 +"26999",5986,377,3,1721,2389 +"27000",5986,380,3,1721,2261 +"27001",5986,1102,3,1721,2282 +"27002",5986,1196,2,1721,1986 +"27003",5986,1226,3,1721,2353 +"27004",5986,1386,3,1721,1901 +"27005",5986,1691,3,1721,1941 +"27006",5986,2111,3,1721,1904 +"27007",5986,2195,3,1721,2139 +"27008",5986,2712,3,1721,1881 +"27009",5986,3305,3,1721,2839 +"27010",5986,3306,3,1721,1989 +"27011",5986,3961,3,1721,2426 +"27012",5986,3966,3,1721,2425 +"27013",5986,4253,2,1721,1890 +"27014",5986,4360,3,1721,1770 +"27015",5986,4953,2,1721,2285 +"27016",5986,5041,3,1721,2371 +"27017",5986,5072,3,1721,2175 +"27018",5986,5315,3,1721,2631 +"27019",5986,5350,3,1721,2522 +"27020",5986,5429,3,1721,1991 +"27021",5986,5622,2,1721,2175 +"27022",5986,5971,3,1721,1985 +"27023",5986,6044,3,1721,2744 +"27024",5986,6047,1,1721,2004 +"27025",5986,6390,3,1721,2385 +"27026",5986,6588,3,1721,2025 +"27027",5986,8274,3,1721,1909 +"27028",5986,8327,3,1721,2527 +"27029",5986,9150,3,1721,2689 +"27030",5986,9654,3,1721,2111 +"27031",5986,9928,2,1721,2345 +"27032",5986,10358,2,1721,2294 +"27033",5986,10717,1,1721,1938 +"27034",5986,10857,3,1721,2253 +"27035",5986,10871,3,1721,2314 +"27036",5986,11218,1,1721,2292 +"27037",5986,11456,3,1721,2715 +"27038",5986,11966,3,1721,2385 +"27039",5986,12035,3,1721,2721 +"27040",5986,12042,1,1721,2345 +"27041",5986,12374,3,1721,2260 +"27042",5986,12375,3,1721,1873 +"27043",5986,12724,3,1721,1930 +"27044",5986,12729,3,1721,1835 +"27045",5986,13307,3,1721,2206 +"27046",5986,13311,3,1721,2315 +"27047",5986,14032,2,1721,2144 +"27048",5986,14972,3,1721,2332 +"27049",5986,15301,3,1721,2308 +"27050",5986,15309,3,1721,2820 +"27051",5986,15381,3,1721,2289 +"27052",5986,16352,1,1721,2657 +"27053",5986,17400,2,1721,2231 +"27054",5986,17943,3,1721,1943 +"27055",5986,18394,3,1721,2356 +"27056",5986,18874,3,1721,2170 +"27057",5986,20067,3,1721,2390 +"27058",5986,20124,3,1721,2376 +"27059",5986,21029,3,1721,1943 +"27060",5986,21138,3,1721,2849 +"27061",5986,21571,3,1721,2755 +"27062",5986,21795,3,1721,2653 +"27063",5986,21929,3,1721,2062 +"27064",5986,22197,3,1721,2271 +"27065",5986,23011,3,1721,2763 +"27066",5986,23310,2,1721,2371 +"27067",5986,23526,3,1721,1998 +"27068",5986,23715,3,1721,1859 +"27069",5986,23725,3,1721,2378 +"27070",5986,24146,3,1721,2003 +"27071",5986,24648,3,1721,1833 +"27072",5986,24721,3,1721,2326 +"27073",5986,25325,3,1721,2963 +"27074",5986,25480,3,1721,2747 +"27075",5986,25569,3,1721,2317 +"27076",5986,26067,3,1721,2069 +"27077",5986,26080,1,1721,2525 +"27078",5986,26721,2,1721,2586 +"27079",5986,26818,2,1721,1999 +"27080",5986,26867,3,1721,1804 +"27081",5986,27130,3,1721,1880 +"27082",5986,27334,3,1721,2750 +"27083",5986,28296,3,1721,2944 +"27084",5986,29930,3,1721,2240 +"27085",5986,29962,3,1721,2201 +"27086",5986,30173,3,1721,2404 +"27087",5986,30405,3,1721,2164 +"27088",5986,32567,3,1721,2784 +"27089",5986,32606,3,1721,2100 +"27090",5986,32919,3,1721,2321 +"27091",5986,33433,3,1721,2805 +"27092",5986,34735,2,1721,2767 +"27093",5986,35888,3,1721,2291 +"27094",5986,35926,3,1721,2371 +"27095",5986,36439,3,1721,2469 +"27096",5986,36691,2,1721,1903 +"27097",5986,36962,3,1721,2861 +"27098",5986,38307,3,1721,2648 +"27099",5986,38374,3,1721,1890 +"27100",5986,39294,2,1721,1889 +"27101",5986,40432,3,1721,1956 +"27102",5986,40493,3,1721,1981 +"27103",5986,41682,3,1721,1988 +"27104",5986,41955,3,1721,2479 +"27105",5986,41972,2,1721,2509 +"27106",5986,42619,3,1721,2017 +"27107",5986,43213,3,1721,2160 +"27108",5986,43455,3,1721,2846 +"27109",5986,44557,3,1721,2371 +"27110",5986,45684,3,1721,2200 +"27111",5986,46091,3,1721,1938 +"27112",5986,46099,3,1721,2360 +"27113",5986,46629,3,1721,2255 +"27114",5986,47248,3,1721,2883 +"27115",5986,47386,3,1721,2226 +"27116",5986,48215,3,1721,2028 +"27117",5986,49110,2,1721,2938 +"27118",5986,49608,3,1721,2184 +"27119",5986,50236,2,1721,2339 +"27120",5986,51017,3,1721,2073 +"27121",5986,51089,3,1721,2426 +"27122",5986,53342,3,1721,2071 +"27123",5986,54551,3,1721,2348 +"27124",5986,54879,2,1721,2210 +"27125",5986,54929,2,1721,2783 +"27126",5986,55256,3,1721,2379 +"27127",5986,55652,2,1721,2795 +"27128",5986,56082,3,1721,2395 +"27129",5986,56237,3,1721,2625 +"27130",5986,56604,2,1721,1919 +"27131",5986,57969,3,1721,2755 +"27132",5986,57977,3,1721,2683 +"27133",5986,60280,3,1721,1918 +"27134",5986,60476,3,1721,2508 +"27135",5986,63442,3,1721,1965 +"27136",5986,67726,3,1721,2873 +"27137",5986,71274,3,1721,2390 +"27138",5986,72207,3,1721,2430 +"27139",5986,72326,3,1721,2384 +"27140",5986,73197,3,1721,1998 +"27141",5986,75403,3,1721,1895 +"27142",5986,76048,3,1721,2373 +"27143",5986,76396,3,1721,1731 +"27144",5986,81349,2,1721,1958 +"27145",5986,82732,2,1721,2810 +"27146",5986,87110,3,1721,2801 +"27147",5986,89934,3,1721,2760 +"27148",5986,92513,3,1721,2282 +"27149",6013,1728,3,222,284 +"27150",6013,2063,3,222,1278 +"27151",6013,6479,3,222,1021 +"27152",6013,8772,3,222,847 +"27153",6013,13842,3,222,2250 +"27154",6013,29456,3,222,1182 +"27155",6013,33537,3,222,2406 +"27156",6013,40264,3,222,1418 +"27157",6013,41250,3,222,1703 +"27158",6013,45992,3,222,1182 +"27159",6013,53219,3,222,2973 +"27160",6013,57082,2,222,1418 +"27161",6013,58238,3,222,1944 +"27162",6013,66151,3,222,549 +"27163",6013,66693,2,222,2554 +"27164",6013,77377,3,222,1487 +"27165",6013,82767,3,222,1641 +"27166",6013,83523,3,222,1461 +"27167",6013,85711,3,222,907 +"27168",6013,86286,3,222,234 +"27169",6013,88102,3,222,1244 +"27170",6013,111928,3,222,549 +"27171",6020,3158,3,1864,2762 +"27172",6020,4249,2,1864,2547 +"27173",6020,4784,1,1864,2511 +"27174",6020,6223,2,1864,2363 +"27175",6020,6345,3,1864,2713 +"27176",6020,6747,3,1864,2913 +"27177",6020,9269,3,1864,1892 +"27178",6020,9724,3,1864,2713 +"27179",6020,10701,3,1864,2000 +"27180",6020,14172,2,1864,1923 +"27181",6020,14470,3,1864,2632 +"27182",6020,14957,3,1864,2306 +"27183",6020,15086,3,1864,2135 +"27184",6020,15782,2,1864,2306 +"27185",6020,16347,3,1864,1868 +"27186",6020,17499,3,1864,2954 +"27187",6020,17695,3,1864,1930 +"27188",6020,21358,1,1864,1970 +"27189",6020,21920,3,1864,2367 +"27190",6020,22744,3,1864,1907 +"27191",6020,23728,3,1864,2601 +"27192",6020,25941,3,1864,2369 +"27193",6020,30096,3,1864,2082 +"27194",6020,31950,3,1864,2217 +"27195",6020,32576,3,1864,2881 +"27196",6020,33460,3,1864,2781 +"27197",6020,36840,3,1864,2269 +"27198",6020,37684,3,1864,2899 +"27199",6020,41489,1,1864,2006 +"27200",6020,42390,3,1864,2937 +"27201",6020,43701,3,1864,2400 +"27202",6020,48823,2,1864,2080 +"27203",6020,53652,3,1864,2899 +"27204",6020,54488,2,1864,2357 +"27205",6020,64737,3,1864,2442 +"27206",6020,68813,2,1864,2511 +"27207",6020,73520,3,1864,2613 +"27208",6020,76997,3,1864,2223 +"27209",6020,80186,3,1864,2228 +"27210",6020,82217,2,1864,2441 +"27211",6020,108467,2,1864,2170 +"27212",6023,4191,3,2050,2130 +"27213",6023,4980,3,2050,2093 +"27214",6023,19516,3,2050,2313 +"27215",6023,23704,3,2050,2278 +"27216",6023,26436,3,2050,2489 +"27217",6023,45715,3,2050,2287 +"27218",6023,51410,2,2050,2739 +"27219",6031,21719,3,1611,2708 +"27220",6031,36031,3,1611,2342 +"27221",6031,38755,3,1611,2902 +"27222",6031,62538,3,1611,1656 +"27223",6031,89681,3,1611,1978 +"27224",6040,827,2,2103,2964 +"27225",6040,1151,3,2103,2885 +"27226",6040,1624,2,2103,2687 +"27227",6040,2647,2,2103,2450 +"27228",6040,2724,3,2103,2447 +"27229",6040,3272,3,2103,2132 +"27230",6040,3506,3,2103,2364 +"27231",6040,4551,3,2103,2720 +"27232",6040,7253,3,2103,2686 +"27233",6040,17925,3,2103,2385 +"27234",6040,19075,3,2103,2214 +"27235",6040,20547,2,2103,2145 +"27236",6040,20695,3,2103,2526 +"27237",6040,22932,3,2103,2469 +"27238",6040,26740,3,2103,2695 +"27239",6040,31357,3,2103,2389 +"27240",6040,42382,3,2103,2224 +"27241",6040,47607,3,2103,2724 +"27242",6040,47882,3,2103,2769 +"27243",6040,48931,3,2103,2444 +"27244",6040,49805,3,2103,2445 +"27245",6040,51843,2,2103,2389 +"27246",6040,53289,2,2103,2746 +"27247",6040,53584,2,2103,2391 +"27248",6040,54385,2,2103,2340 +"27249",6040,58711,3,2103,2746 +"27250",6040,63104,3,2103,2149 +"27251",6040,64628,3,2103,2829 +"27252",6040,67150,3,2103,2633 +"27253",6040,69308,3,2103,2370 +"27254",6040,80615,3,2103,2252 +"27255",6040,96387,3,2103,2159 +"27256",6040,110737,3,2103,2117 +"27257",6043,2759,3,1038,2030 +"27258",6043,6627,3,1038,2063 +"27259",6043,7269,2,1038,1728 +"27260",6043,10914,2,1038,1660 +"27261",6043,11506,3,1038,2824 +"27262",6043,18943,3,1038,2861 +"27263",6043,20432,3,1038,1727 +"27264",6043,21463,2,1038,2437 +"27265",6043,31164,3,1038,1996 +"27266",6043,32449,3,1038,2091 +"27267",6043,36136,3,1038,2338 +"27268",6043,39105,3,1038,2487 +"27269",6043,46951,3,1038,2429 +"27270",6043,76132,3,1038,2426 +"27271",6044,7795,3,2744,2789 +"27272",6044,14353,3,2744,2878 +"27273",6044,17365,3,2744,2746 +"27274",6044,21138,3,2744,2849 +"27275",6044,43455,3,2744,2846 +"27276",6044,47248,2,2744,2883 +"27277",6044,82732,3,2744,2810 +"27278",6047,134,3,2004,2062 +"27279",6047,270,3,2004,2542 +"27280",6047,380,3,2004,2261 +"27281",6047,1102,3,2004,2282 +"27282",6047,2572,3,2004,2273 +"27283",6047,3477,3,2004,2546 +"27284",6047,3493,3,2004,2451 +"27285",6047,3961,3,2004,2426 +"27286",6047,4953,3,2004,2285 +"27287",6047,5041,3,2004,2371 +"27288",6047,5315,2,2004,2631 +"27289",6047,5350,2,2004,2522 +"27290",6047,5580,3,2004,2111 +"27291",6047,5622,3,2004,2175 +"27292",6047,6063,3,2004,2349 +"27293",6047,6074,3,2004,2426 +"27294",6047,6588,3,2004,2025 +"27295",6047,9654,2,2004,2111 +"27296",6047,9928,2,2004,2345 +"27297",6047,10358,2,2004,2294 +"27298",6047,10513,3,2004,2284 +"27299",6047,10779,3,2004,2881 +"27300",6047,10857,3,2004,2253 +"27301",6047,11055,3,2004,2111 +"27302",6047,11103,3,2004,2393 +"27303",6047,11218,2,2004,2292 +"27304",6047,11477,3,2004,2724 +"27305",6047,11493,3,2004,2077 +"27306",6047,11966,3,2004,2385 +"27307",6047,12035,3,2004,2721 +"27308",6047,12042,2,2004,2345 +"27309",6047,12374,3,2004,2260 +"27310",6047,12976,3,2004,2399 +"27311",6047,13307,3,2004,2206 +"27312",6047,13311,2,2004,2315 +"27313",6047,13780,3,2004,2412 +"27314",6047,14032,1,2004,2144 +"27315",6047,15003,3,2004,2067 +"27316",6047,15301,3,2004,2308 +"27317",6047,15309,2,2004,2820 +"27318",6047,16352,2,2004,2657 +"27319",6047,16826,3,2004,2599 +"27320",6047,17400,3,2004,2231 +"27321",6047,17819,3,2004,2291 +"27322",6047,18394,3,2004,2356 +"27323",6047,18874,2,2004,2170 +"27324",6047,19027,3,2004,2721 +"27325",6047,19072,3,2004,2358 +"27326",6047,19862,3,2004,2412 +"27327",6047,20067,3,2004,2390 +"27328",6047,20124,2,2004,2376 +"27329",6047,21138,2,2004,2849 +"27330",6047,21479,3,2004,2134 +"27331",6047,21571,3,2004,2755 +"27332",6047,21682,3,2004,2414 +"27333",6047,21929,2,2004,2062 +"27334",6047,22141,3,2004,2348 +"27335",6047,22197,3,2004,2271 +"27336",6047,22207,3,2004,2365 +"27337",6047,22567,3,2004,2396 +"27338",6047,23011,2,2004,2763 +"27339",6047,23310,2,2004,2371 +"27340",6047,23725,3,2004,2378 +"27341",6047,24256,3,2004,2393 +"27342",6047,25971,3,2004,2608 +"27343",6047,26080,2,2004,2525 +"27344",6047,26451,3,2004,2133 +"27345",6047,26721,3,2004,2586 +"27346",6047,27195,3,2004,2158 +"27347",6047,27275,3,2004,2656 +"27348",6047,28296,3,2004,2944 +"27349",6047,29314,3,2004,2736 +"27350",6047,29929,3,2004,2789 +"27351",6047,29930,2,2004,2240 +"27352",6047,30081,3,2004,2403 +"27353",6047,30405,3,2004,2164 +"27354",6047,31093,3,2004,2160 +"27355",6047,32567,3,2004,2784 +"27356",6047,32606,2,2004,2100 +"27357",6047,32919,2,2004,2321 +"27358",6047,33223,3,2004,2397 +"27359",6047,33801,3,2004,2899 +"27360",6047,33949,3,2004,2489 +"27361",6047,34480,3,2004,2755 +"27362",6047,34735,2,2004,2767 +"27363",6047,35926,2,2004,2371 +"27364",6047,38227,3,2004,2511 +"27365",6047,39516,3,2004,2393 +"27366",6047,41023,3,2004,2408 +"27367",6047,41598,3,2004,2291 +"27368",6047,41955,2,2004,2479 +"27369",6047,41972,3,2004,2509 +"27370",6047,42216,3,2004,2722 +"27371",6047,42619,3,2004,2017 +"27372",6047,43213,3,2004,2160 +"27373",6047,44557,3,2004,2371 +"27374",6047,44819,3,2004,2063 +"27375",6047,45302,3,2004,2390 +"27376",6047,45684,3,2004,2200 +"27377",6047,45903,3,2004,2237 +"27378",6047,46629,3,2004,2255 +"27379",6047,47248,3,2004,2883 +"27380",6047,47386,3,2004,2226 +"27381",6047,48215,2,2004,2028 +"27382",6047,49110,3,2004,2938 +"27383",6047,50134,3,2004,2674 +"27384",6047,50236,3,2004,2339 +"27385",6047,50977,3,2004,2352 +"27386",6047,51017,2,2004,2073 +"27387",6047,51035,3,2004,2397 +"27388",6047,51866,3,2004,2411 +"27389",6047,52026,3,2004,2633 +"27390",6047,53475,3,2004,2853 +"27391",6047,54551,3,2004,2348 +"27392",6047,54879,3,2004,2210 +"27393",6047,54929,3,2004,2783 +"27394",6047,55468,3,2004,2511 +"27395",6047,55652,3,2004,2795 +"27396",6047,56082,2,2004,2395 +"27397",6047,57977,3,2004,2683 +"27398",6047,59539,3,2004,2429 +"27399",6047,66992,3,2004,2882 +"27400",6047,67726,2,2004,2873 +"27401",6047,69716,3,2004,2632 +"27402",6047,72207,3,2004,2430 +"27403",6047,73305,3,2004,2544 +"27404",6047,82732,3,2004,2810 +"27405",6047,82929,3,2004,2475 +"27406",6047,82932,3,2004,2245 +"27407",6047,84022,3,2004,2289 +"27408",6047,86978,3,2004,2733 +"27409",6047,90768,3,2004,2123 +"27410",6047,97498,3,2004,2346 +"27411",6047,99215,3,2004,2791 +"27412",6052,134,3,1985,2062 +"27413",6052,145,2,1985,1998 +"27414",6052,270,3,1985,2542 +"27415",6052,380,2,1985,2261 +"27416",6052,854,2,1985,2307 +"27417",6052,913,2,1985,2144 +"27418",6052,1102,1,1985,2282 +"27419",6052,2181,3,1985,2030 +"27420",6052,2424,3,1985,2582 +"27421",6052,2484,3,1985,2389 +"27422",6052,2533,3,1985,2016 +"27423",6052,2572,2,1985,2273 +"27424",6052,2625,3,1985,2152 +"27425",6052,2954,2,1985,2727 +"27426",6052,3271,3,1985,2216 +"27427",6052,3305,2,1985,2839 +"27428",6052,3966,3,1985,2425 +"27429",6052,4687,3,1985,2152 +"27430",6052,5235,3,1985,2324 +"27431",6052,5580,2,1985,2111 +"27432",6052,6047,3,1985,2004 +"27433",6052,6074,2,1985,2426 +"27434",6052,6363,3,1985,2066 +"27435",6052,6390,3,1985,2385 +"27436",6052,6588,3,1985,2025 +"27437",6052,8681,3,1985,2716 +"27438",6052,8762,3,1985,2585 +"27439",6052,9272,3,1985,2835 +"27440",6052,9311,3,1985,2477 +"27441",6052,9362,3,1985,2879 +"27442",6052,9654,2,1985,2111 +"27443",6052,10513,3,1985,2284 +"27444",6052,10857,3,1985,2253 +"27445",6052,11218,3,1985,2292 +"27446",6052,11440,3,1985,2026 +"27447",6052,12618,3,1985,2021 +"27448",6052,12982,3,1985,2143 +"27449",6052,13307,3,1985,2206 +"27450",6052,14252,3,1985,2244 +"27451",6052,14652,3,1985,2516 +"27452",6052,14655,3,1985,2559 +"27453",6052,14834,3,1985,2739 +"27454",6052,15301,3,1985,2308 +"27455",6052,15315,3,1985,2173 +"27456",6052,15813,3,1985,2143 +"27457",6052,16535,1,1985,1993 +"27458",6052,17365,3,1985,2746 +"27459",6052,18394,3,1985,2356 +"27460",6052,19248,3,1985,2357 +"27461",6052,19719,2,1985,2177 +"27462",6052,19862,3,1985,2412 +"27463",6052,20124,3,1985,2376 +"27464",6052,20407,3,1985,2339 +"27465",6052,21012,3,1985,2325 +"27466",6052,21138,3,1985,2849 +"27467",6052,21571,3,1985,2755 +"27468",6052,21682,2,1985,2414 +"27469",6052,21693,3,1985,2176 +"27470",6052,21929,1,1985,2062 +"27471",6052,23011,3,1985,2763 +"27472",6052,23509,3,1985,2275 +"27473",6052,23526,2,1985,1998 +"27474",6052,24060,3,1985,2349 +"27475",6052,24448,3,1985,2289 +"27476",6052,25985,3,1985,2071 +"27477",6052,26234,3,1985,2183 +"27478",6052,26451,3,1985,2133 +"27479",6052,27173,3,1985,2050 +"27480",6052,27275,3,1985,2656 +"27481",6052,27390,3,1985,2425 +"27482",6052,27694,2,1985,2030 +"27483",6052,29310,3,1985,2358 +"27484",6052,29454,3,1985,2719 +"27485",6052,29962,3,1985,2201 +"27486",6052,30052,2,1985,2855 +"27487",6052,30236,3,1985,2238 +"27488",6052,30827,3,1985,2323 +"27489",6052,31235,2,1985,2668 +"27490",6052,31307,3,1985,2139 +"27491",6052,33475,3,1985,2367 +"27492",6052,33981,2,1985,1993 +"27493",6052,36439,3,1985,2469 +"27494",6052,37285,3,1985,2428 +"27495",6052,38732,3,1985,2263 +"27496",6052,38780,3,1985,2705 +"27497",6052,39131,3,1985,2491 +"27498",6052,41764,3,1985,2409 +"27499",6052,42129,3,1985,2318 +"27500",6052,42216,2,1985,2722 +"27501",6052,43226,3,1985,2442 +"27502",6052,43455,3,1985,2846 +"27503",6052,45302,1,1985,2390 +"27504",6052,46950,3,1985,2673 +"27505",6052,47248,3,1985,2883 +"27506",6052,47445,3,1985,2668 +"27507",6052,48035,3,1985,2180 +"27508",6052,48110,3,1985,2009 +"27509",6052,49110,3,1985,2938 +"27510",6052,50134,3,1985,2674 +"27511",6052,50179,3,1985,2230 +"27512",6052,50685,3,1985,2008 +"27513",6052,51017,2,1985,2073 +"27514",6052,51035,2,1985,2397 +"27515",6052,51866,2,1985,2411 +"27516",6052,52003,3,1985,2067 +"27517",6052,52576,3,1985,2234 +"27518",6052,53219,3,1985,2973 +"27519",6052,53323,3,1985,2677 +"27520",6052,54551,3,1985,2348 +"27521",6052,56082,3,1985,2395 +"27522",6052,56317,2,1985,2030 +"27523",6052,57544,3,1985,2443 +"27524",6052,58508,2,1985,2326 +"27525",6052,58684,3,1985,2295 +"27526",6052,61982,3,1985,2725 +"27527",6052,62841,3,1985,2710 +"27528",6052,65016,3,1985,2749 +"27529",6052,65572,3,1985,2750 +"27530",6052,66983,3,1985,2397 +"27531",6052,66992,3,1985,2882 +"27532",6052,67726,3,1985,2873 +"27533",6052,69335,3,1985,2698 +"27534",6052,72207,3,1985,2430 +"27535",6052,76892,3,1985,2381 +"27536",6052,80825,3,1985,2315 +"27537",6052,82949,3,1985,2077 +"27538",6052,99860,3,1985,2071 +"27539",6055,9184,3,2651,2670 +"27540",6055,33801,2,2651,2899 +"27541",6055,42799,3,2651,2729 +"27542",6055,48605,2,2651,2796 +"27543",6055,53475,3,2651,2853 +"27544",6055,61982,3,2651,2725 +"27545",6055,62841,3,2651,2710 +"27546",6062,11456,2,2681,2715 +"27547",6062,13760,3,2681,2871 +"27548",6062,42196,3,2681,2765 +"27549",6062,54929,3,2681,2783 +"27550",6062,62739,3,2681,2753 +"27551",6062,72088,3,2681,2728 +"27552",6063,270,3,2349,2542 +"27553",6063,1222,3,2349,2598 +"27554",6063,1822,2,2349,2888 +"27555",6063,2093,3,2349,2459 +"27556",6063,2139,3,2349,2502 +"27557",6063,2747,3,2349,2411 +"27558",6063,2985,3,2349,2398 +"27559",6063,3477,1,2349,2546 +"27560",6063,3495,3,2349,2431 +"27561",6063,3620,3,2349,2955 +"27562",6063,4612,3,2349,2804 +"27563",6063,6248,3,2349,2737 +"27564",6063,6262,3,2349,2733 +"27565",6063,6621,3,2349,2478 +"27566",6063,8762,3,2349,2585 +"27567",6063,9035,3,2349,2771 +"27568",6063,9175,3,2349,2639 +"27569",6063,9503,2,2349,2453 +"27570",6063,9787,3,2349,2858 +"27571",6063,9801,3,2349,2443 +"27572",6063,11246,3,2349,2741 +"27573",6063,11588,3,2349,2352 +"27574",6063,12577,3,2349,2530 +"27575",6063,13007,3,2349,2496 +"27576",6063,13024,2,2349,2468 +"27577",6063,13899,2,2349,2650 +"27578",6063,14353,3,2349,2878 +"27579",6063,14442,3,2349,2700 +"27580",6063,16205,3,2349,2630 +"27581",6063,16628,3,2349,2409 +"27582",6063,17027,3,2349,2772 +"27583",6063,17037,3,2349,2947 +"27584",6063,18361,3,2349,2968 +"27585",6063,18394,3,2349,2356 +"27586",6063,18943,3,2349,2861 +"27587",6063,19934,3,2349,2888 +"27588",6063,20124,2,2349,2376 +"27589",6063,20984,2,2349,2502 +"27590",6063,21275,3,2349,2609 +"27591",6063,28893,3,2349,2764 +"27592",6063,30052,3,2349,2855 +"27593",6063,30368,3,2349,2487 +"27594",6063,30668,3,2349,2882 +"27595",6063,31357,2,2349,2389 +"27596",6063,31542,2,2349,2459 +"27597",6063,32339,2,2349,2430 +"27598",6063,32395,2,2349,2735 +"27599",6063,33223,1,2349,2397 +"27600",6063,38307,3,2349,2648 +"27601",6063,39411,3,2349,2384 +"27602",6063,40572,3,2349,2666 +"27603",6063,41945,3,2349,2856 +"27604",6063,42216,3,2349,2722 +"27605",6063,43455,3,2349,2846 +"27606",6063,44557,3,2349,2371 +"27607",6063,45239,3,2349,2535 +"27608",6063,47140,3,2349,2439 +"27609",6063,47595,2,2349,2374 +"27610",6063,47844,3,2349,2906 +"27611",6063,49759,3,2349,2400 +"27612",6063,51843,2,2349,2389 +"27613",6063,51866,3,2349,2411 +"27614",6063,52041,3,2349,2694 +"27615",6063,52892,3,2349,2372 +"27616",6063,53013,3,2349,2523 +"27617",6063,56082,3,2349,2395 +"27618",6063,58164,3,2349,2398 +"27619",6063,58218,3,2349,2627 +"27620",6063,58536,3,2349,2742 +"27621",6063,59289,3,2349,2896 +"27622",6063,60661,3,2349,2700 +"27623",6063,63077,3,2349,2778 +"27624",6063,69308,3,2349,2370 +"27625",6063,70232,3,2349,2401 +"27626",6063,74636,3,2349,2525 +"27627",6071,11135,3,2310,2441 +"27628",6071,15502,3,2310,2637 +"27629",6071,33363,3,2310,2475 +"27630",6071,41051,3,2310,2767 +"27631",6071,42628,3,2310,2486 +"27632",6071,47130,3,2310,2654 +"27633",6071,56673,3,2310,2419 +"27634",6074,270,3,2426,2542 +"27635",6074,701,3,2426,2718 +"27636",6074,1639,3,2426,2631 +"27637",6074,2954,3,2426,2727 +"27638",6074,3628,3,2426,2707 +"27639",6074,8762,2,2426,2585 +"27640",6074,9362,3,2426,2879 +"27641",6074,11351,3,2426,2971 +"27642",6074,14655,3,2426,2559 +"27643",6074,17365,3,2426,2746 +"27644",6074,21138,3,2426,2849 +"27645",6074,21571,3,2426,2755 +"27646",6074,22326,3,2426,2818 +"27647",6074,23011,3,2426,2763 +"27648",6074,26749,3,2426,2965 +"27649",6074,31235,3,2426,2668 +"27650",6074,33949,2,2426,2489 +"27651",6074,36087,3,2426,2755 +"27652",6074,36439,3,2426,2469 +"27653",6074,37285,3,2426,2428 +"27654",6074,42216,2,2426,2722 +"27655",6074,42522,3,2426,2592 +"27656",6074,43455,3,2426,2846 +"27657",6074,47248,3,2426,2883 +"27658",6074,49110,3,2426,2938 +"27659",6074,50134,3,2426,2674 +"27660",6074,53219,3,2426,2973 +"27661",6074,53323,3,2426,2677 +"27662",6074,54695,3,2426,2429 +"27663",6074,59539,3,2426,2429 +"27664",6074,65016,3,2426,2749 +"27665",6074,66992,2,2426,2882 +"27666",6074,67726,3,2426,2873 +"27667",6074,72207,3,2426,2430 +"27668",6074,74636,3,2426,2525 +"27669",6074,88232,3,2426,2881 +"27670",6078,283,3,498,2082 +"27671",6078,378,3,498,2766 +"27672",6078,725,3,498,1064 +"27673",6078,1023,3,498,2515 +"27674",6078,1063,3,498,2515 +"27675",6078,2802,3,498,1836 +"27676",6078,3100,3,498,2524 +"27677",6078,3520,3,498,2281 +"27678",6078,3557,3,498,1259 +"27679",6078,3786,3,498,2282 +"27680",6078,4144,3,498,1520 +"27681",6078,5673,3,498,1567 +"27682",6078,6071,2,498,2310 +"27683",6078,6119,3,498,2358 +"27684",6078,6562,2,498,1139 +"27685",6078,8525,3,498,1787 +"27686",6078,9050,3,498,2026 +"27687",6078,9727,3,498,2327 +"27688",6078,9808,3,498,1648 +"27689",6078,9912,3,498,1356 +"27690",6078,10128,3,498,883 +"27691",6078,10336,3,498,2271 +"27692",6078,11135,2,498,2441 +"27693",6078,12031,3,498,1957 +"27694",6078,12481,3,498,1086 +"27695",6078,13528,3,498,1891 +"27696",6078,15502,2,498,2637 +"27697",6078,15891,3,498,589 +"27698",6078,15916,2,498,1236 +"27699",6078,16361,3,498,1641 +"27700",6078,16593,2,498,1139 +"27701",6078,16833,3,498,1661 +"27702",6078,17999,3,498,2758 +"27703",6078,19687,2,498,2072 +"27704",6078,19972,2,498,2078 +"27705",6078,20088,3,498,1677 +"27706",6078,20392,3,498,1309 +"27707",6078,20413,2,498,806 +"27708",6078,20517,3,498,1465 +"27709",6078,21290,3,498,894 +"27710",6078,21352,3,498,1604 +"27711",6078,21593,3,498,1312 +"27712",6078,21895,3,498,1693 +"27713",6078,21976,3,498,1808 +"27714",6078,22571,3,498,655 +"27715",6078,22905,3,498,2599 +"27716",6078,23639,1,498,2065 +"27717",6078,23731,2,498,1656 +"27718",6078,23890,3,498,1810 +"27719",6078,24104,3,498,817 +"27720",6078,24109,3,498,504 +"27721",6078,24116,1,498,1413 +"27722",6078,25139,3,498,816 +"27723",6078,25270,2,498,985 +"27724",6078,25286,3,498,1545 +"27725",6078,25451,3,498,698 +"27726",6078,25886,2,498,1580 +"27727",6078,26138,3,498,1902 +"27728",6078,26567,2,498,1158 +"27729",6078,28567,3,498,2398 +"27730",6078,29276,3,498,2000 +"27731",6078,29556,3,498,907 +"27732",6078,31087,3,498,1757 +"27733",6078,32312,3,498,1472 +"27734",6078,33363,3,498,2475 +"27735",6078,34055,2,498,1881 +"27736",6078,34559,3,498,1105 +"27737",6078,34953,3,498,1817 +"27738",6078,36487,3,498,2622 +"27739",6078,39211,3,498,1908 +"27740",6078,39697,3,498,669 +"27741",6078,41051,3,498,2767 +"27742",6078,41180,3,498,1556 +"27743",6078,42195,2,498,573 +"27744",6078,45487,3,498,2256 +"27745",6078,47130,3,498,2654 +"27746",6078,47330,2,498,2422 +"27747",6078,48764,3,498,860 +"27748",6078,51448,2,498,1593 +"27749",6078,52686,3,498,916 +"27750",6078,56212,2,498,1410 +"27751",6078,56673,2,498,2419 +"27752",6078,61513,3,498,2948 +"27753",6078,62498,3,498,1698 +"27754",6078,65223,2,498,2724 +"27755",6078,65591,3,498,928 +"27756",6078,66267,3,498,1278 +"27757",6078,67763,3,498,822 +"27758",6078,68460,3,498,599 +"27759",6078,68670,2,498,565 +"27760",6078,73915,3,498,2568 +"27761",6078,78460,2,498,985 +"27762",6078,79025,3,498,1473 +"27763",6078,79236,1,498,1505 +"27764",6078,79404,2,498,1079 +"27765",6078,80728,3,498,599 +"27766",6078,80896,2,498,943 +"27767",6078,81134,1,498,1384 +"27768",6078,81853,3,498,1207 +"27769",6078,83133,1,498,1055 +"27770",6078,83541,3,498,555 +"27771",6078,85264,3,498,1236 +"27772",6078,88968,3,498,585 +"27773",6078,91772,3,498,2233 +"27774",6078,92381,3,498,1237 +"27775",6078,92947,1,498,1289 +"27776",6078,93317,3,498,1223 +"27777",6078,93670,3,498,1682 +"27778",6078,94399,3,498,963 +"27779",6078,95211,3,498,2462 +"27780",6078,95661,3,498,872 +"27781",6078,97240,3,498,1027 +"27782",6078,98003,3,498,573 +"27783",6078,104542,2,498,897 +"27784",6078,104659,3,498,2026 +"27785",6078,106554,2,498,1270 +"27786",6078,111128,2,498,1234 +"27787",6078,114228,3,498,1544 +"27788",6078,115194,2,498,604 +"27789",6078,116392,2,498,870 +"27790",6078,116792,3,498,2397 +"27791",6104,1639,3,2462,2631 +"27792",6104,16518,3,2462,2642 +"27793",6104,17549,3,2462,2647 +"27794",6104,18543,3,2462,2968 +"27795",6104,34426,3,2462,2743 +"27796",6104,41945,3,2462,2856 +"27797",6104,44688,3,2462,2924 +"27798",6104,45704,3,2462,2687 +"27799",6104,57842,2,2462,2482 +"27800",6104,64699,3,2462,2797 +"27801",6104,70528,3,2462,2727 +"27802",6104,74636,2,2462,2525 +"27803",6104,88232,3,2462,2881 +"27804",6104,89911,2,2462,2607 +"27805",6113,9311,3,1678,2477 +"27806",6113,10843,3,1678,2277 +"27807",6113,19453,3,1678,1928 +"27808",6113,21448,2,1678,2332 +"27809",6113,33433,3,1678,2805 +"27810",6113,41023,3,1678,2408 +"27811",6113,41598,3,1678,2291 +"27812",6119,2852,3,2358,2448 +"27813",6119,3100,3,2358,2524 +"27814",6119,4361,2,2358,2571 +"27815",6119,5962,2,2358,2491 +"27816",6119,7252,3,2358,2799 +"27817",6119,8568,3,2358,2706 +"27818",6119,9615,3,2358,2464 +"27819",6119,11029,3,2358,2362 +"27820",6119,13290,3,2358,2824 +"27821",6119,16286,1,2358,2470 +"27822",6119,17826,3,2358,2920 +"27823",6119,23498,3,2358,2398 +"27824",6119,27742,3,2358,2700 +"27825",6119,27914,3,2358,2507 +"27826",6119,33475,3,2358,2367 +"27827",6119,36487,3,2358,2622 +"27828",6119,52570,2,2358,2645 +"27829",6119,59610,3,2358,2448 +"27830",6119,65223,3,2358,2724 +"27831",6119,111375,3,2358,2686 +"27832",6132,3195,2,1590,2043 +"27833",6132,3477,3,1590,2546 +"27834",6132,3830,3,1590,1661 +"27835",6132,4032,3,1590,1763 +"27836",6132,4367,3,1590,2794 +"27837",6132,4932,2,1590,2752 +"27838",6132,4983,3,1590,1909 +"27839",6132,5462,3,1590,2374 +"27840",6132,6063,3,1590,2349 +"27841",6132,7337,3,1590,1797 +"27842",6132,7355,3,1590,1928 +"27843",6132,7937,2,1590,2044 +"27844",6132,7942,3,1590,2623 +"27845",6132,9241,3,1590,2338 +"27846",6132,9801,2,1590,2443 +"27847",6132,10050,3,1590,1792 +"27848",6132,14754,1,1590,2456 +"27849",6132,19334,3,1590,1979 +"27850",6132,21684,3,1590,1971 +"27851",6132,22766,3,1590,1945 +"27852",6132,23000,3,1590,1815 +"27853",6132,24757,3,1590,1939 +"27854",6132,25741,3,1590,2853 +"27855",6132,25832,3,1590,1689 +"27856",6132,28081,3,1590,1927 +"27857",6132,28115,3,1590,1835 +"27858",6132,28893,2,1590,2764 +"27859",6132,32339,1,1590,2430 +"27860",6132,33223,3,1590,2397 +"27861",6132,35620,3,1590,2092 +"27862",6132,36506,3,1590,2638 +"27863",6132,39443,3,1590,2277 +"27864",6132,39875,3,1590,2422 +"27865",6132,40542,3,1590,1664 +"27866",6132,41581,2,1590,1692 +"27867",6132,42619,3,1590,2017 +"27868",6132,45461,3,1590,2458 +"27869",6132,50335,3,1590,1893 +"27870",6132,50630,2,1590,2615 +"27871",6132,53248,3,1590,2271 +"27872",6132,57067,2,1590,2547 +"27873",6132,70583,3,1590,2615 +"27874",6133,237,3,1229,1982 +"27875",6133,1897,2,1229,1727 +"27876",6133,2221,3,1229,2092 +"27877",6133,2334,3,1229,2619 +"27878",6133,2349,2,1229,1288 +"27879",6133,2418,1,1229,2020 +"27880",6133,2576,2,1229,1307 +"27881",6133,2759,1,1229,2030 +"27882",6133,2852,3,1229,2448 +"27883",6133,3255,3,1229,2504 +"27884",6133,3317,3,1229,2037 +"27885",6133,3620,3,1229,2955 +"27886",6133,4730,1,1229,2131 +"27887",6133,6627,2,1229,2063 +"27888",6133,7269,2,1229,1728 +"27889",6133,7433,1,1229,2255 +"27890",6133,7443,3,1229,2028 +"27891",6133,10495,3,1229,2230 +"27892",6133,10638,3,1229,2692 +"27893",6133,10905,3,1229,1552 +"27894",6133,10914,2,1229,1660 +"27895",6133,11136,3,1229,2573 +"27896",6133,11381,3,1229,1638 +"27897",6133,11506,3,1229,2824 +"27898",6133,14754,3,1229,2456 +"27899",6133,14888,3,1229,1411 +"27900",6133,16286,3,1229,2470 +"27901",6133,16501,3,1229,1650 +"27902",6133,17252,3,1229,1258 +"27903",6133,18571,1,1229,2128 +"27904",6133,18943,3,1229,2861 +"27905",6133,20007,3,1229,2971 +"27906",6133,20432,3,1229,1727 +"27907",6133,21180,2,1229,2762 +"27908",6133,21463,2,1229,2437 +"27909",6133,21741,1,1229,1574 +"27910",6133,23639,3,1229,2065 +"27911",6133,26713,2,1229,1235 +"27912",6133,27783,2,1229,2302 +"27913",6133,28048,3,1229,1637 +"27914",6133,30404,3,1229,1810 +"27915",6133,30442,2,1229,2124 +"27916",6133,30891,3,1229,1256 +"27917",6133,31164,2,1229,1996 +"27918",6133,32449,3,1229,2091 +"27919",6133,33341,3,1229,2338 +"27920",6133,33697,3,1229,1309 +"27921",6133,34162,2,1229,2336 +"27922",6133,36136,1,1229,2338 +"27923",6133,38755,3,1229,2902 +"27924",6133,39105,2,1229,2487 +"27925",6133,41023,3,1229,2408 +"27926",6133,41955,3,1229,2479 +"27927",6133,41978,3,1229,2824 +"27928",6133,42914,3,1229,1737 +"27929",6133,45730,2,1229,2063 +"27930",6133,46951,2,1229,2429 +"27931",6133,47384,3,1229,1639 +"27932",6133,47571,3,1229,1667 +"27933",6133,47965,3,1229,2232 +"27934",6133,53013,3,1229,2523 +"27935",6133,53643,3,1229,1626 +"27936",6133,54663,3,1229,1424 +"27937",6133,55604,3,1229,2342 +"27938",6133,55775,2,1229,2385 +"27939",6133,56338,3,1229,1818 +"27940",6133,56673,2,1229,2419 +"27941",6133,59039,3,1229,2870 +"27942",6133,60979,2,1229,1758 +"27943",6133,64704,3,1229,1359 +"27944",6133,66911,3,1229,1920 +"27945",6133,68592,3,1229,2551 +"27946",6133,69335,3,1229,2698 +"27947",6133,70455,3,1229,1307 +"27948",6133,76132,1,1229,2426 +"27949",6133,76675,1,1229,1840 +"27950",6133,77397,1,1229,1302 +"27951",6133,93208,3,1229,1324 +"27952",6133,94926,3,1229,1611 +"27953",6133,104306,3,1229,1665 +"27954",6133,111034,1,1229,2131 +"27955",6133,115155,3,1229,1942 +"27956",6160,237,3,969,1982 +"27957",6160,364,3,969,2351 +"27958",6160,13068,3,969,1778 +"27959",6160,14156,3,969,1251 +"27960",6160,14425,3,969,1036 +"27961",6160,16437,3,969,1956 +"27962",6160,19934,2,969,2888 +"27963",6160,25378,3,969,1245 +"27964",6160,26700,2,969,1663 +"27965",6160,27320,3,969,2378 +"27966",6160,28893,3,969,2764 +"27967",6160,29495,3,969,1612 +"27968",6160,38087,3,969,1083 +"27969",6160,38492,3,969,2280 +"27970",6160,38938,3,969,1593 +"27971",6160,40035,3,969,2742 +"27972",6160,40492,3,969,1286 +"27973",6160,42756,3,969,1384 +"27974",6160,47968,3,969,2829 +"27975",6160,48214,3,969,2756 +"27976",6160,54127,3,969,1593 +"27977",6160,57765,3,969,2893 +"27978",6160,58229,3,969,1202 +"27979",6160,58875,3,969,1899 +"27980",6160,79432,3,969,1708 +"27981",6162,25,3,1673,2762 +"27982",6162,134,3,1673,2062 +"27983",6162,1102,3,1673,2282 +"27984",6162,1196,2,1673,1986 +"27985",6162,2572,3,1673,2273 +"27986",6162,2972,3,1673,1708 +"27987",6162,3011,3,1673,2278 +"27988",6162,3765,3,1673,2775 +"27989",6162,3801,3,1673,1974 +"27990",6162,3961,3,1673,2426 +"27991",6162,4253,3,1673,1890 +"27992",6162,4289,3,1673,1921 +"27993",6162,4675,3,1673,1741 +"27994",6162,4690,3,1673,1938 +"27995",6162,4701,3,1673,2401 +"27996",6162,4821,3,1673,1938 +"27997",6162,4953,3,1673,2285 +"27998",6162,5041,3,1673,2371 +"27999",6162,5350,3,1673,2522 +"28000",6162,5622,3,1673,2175 +"28001",6162,5984,3,1673,1675 +"28002",6162,5986,2,1673,1721 +"28003",6162,6047,3,1673,2004 +"28004",6162,6074,3,1673,2426 +"28005",6162,6417,3,1673,1675 +"28006",6162,7229,3,1673,2669 +"28007",6162,7548,3,1673,1932 +"28008",6162,8274,2,1673,1909 +"28009",6162,8327,2,1673,2527 +"28010",6162,9311,3,1673,2477 +"28011",6162,9928,3,1673,2345 +"28012",6162,10358,2,1673,2294 +"28013",6162,10513,3,1673,2284 +"28014",6162,10717,3,1673,1938 +"28015",6162,10843,3,1673,2277 +"28016",6162,10859,3,1673,2231 +"28017",6162,11218,2,1673,2292 +"28018",6162,12042,2,1673,2345 +"28019",6162,12449,3,1673,2067 +"28020",6162,12724,3,1673,1930 +"28021",6162,13601,3,1673,2689 +"28022",6162,14032,3,1673,2144 +"28023",6162,14252,3,1673,2244 +"28024",6162,14723,3,1673,2019 +"28025",6162,15444,3,1673,2764 +"28026",6162,15626,3,1673,2434 +"28027",6162,16352,3,1673,2657 +"28028",6162,17351,3,1673,2036 +"28029",6162,17365,3,1673,2746 +"28030",6162,17400,3,1673,2231 +"28031",6162,17561,3,1673,2286 +"28032",6162,17632,3,1673,1947 +"28033",6162,17790,2,1673,2783 +"28034",6162,18165,3,1673,2085 +"28035",6162,18670,3,1673,1835 +"28036",6162,19173,3,1673,1686 +"28037",6162,19317,3,1673,2041 +"28038",6162,19453,3,1673,1928 +"28039",6162,20407,3,1673,2339 +"28040",6162,20657,3,1673,2340 +"28041",6162,21248,3,1673,2232 +"28042",6162,21448,3,1673,2332 +"28043",6162,21754,3,1673,1881 +"28044",6162,21929,3,1673,2062 +"28045",6162,23745,2,1673,1968 +"28046",6162,24060,3,1673,2349 +"28047",6162,24066,3,1673,1755 +"28048",6162,24721,1,1673,2326 +"28049",6162,25341,3,1673,1858 +"28050",6162,25480,2,1673,2747 +"28051",6162,25569,3,1673,2317 +"28052",6162,25610,2,1673,2328 +"28053",6162,26080,3,1673,2525 +"28054",6162,26721,3,1673,2586 +"28055",6162,26818,3,1673,1999 +"28056",6162,29073,3,1673,2328 +"28057",6162,29280,3,1673,2499 +"28058",6162,29899,3,1673,2375 +"28059",6162,30366,3,1673,2532 +"28060",6162,30525,3,1673,1964 +"28061",6162,31117,3,1673,2210 +"28062",6162,32919,3,1673,2321 +"28063",6162,33433,2,1673,2805 +"28064",6162,33475,3,1673,2367 +"28065",6162,34325,3,1673,1982 +"28066",6162,34707,3,1673,2042 +"28067",6162,34735,3,1673,2767 +"28068",6162,34842,3,1673,2050 +"28069",6162,34899,3,1673,2565 +"28070",6162,35360,3,1673,2043 +"28071",6162,35888,1,1673,2291 +"28072",6162,35926,3,1673,2371 +"28073",6162,38374,3,1673,1890 +"28074",6162,38727,3,1673,2238 +"28075",6162,38755,3,1673,2902 +"28076",6162,39294,3,1673,1889 +"28077",6162,39512,3,1673,2644 +"28078",6162,39556,3,1673,2747 +"28079",6162,40493,3,1673,1981 +"28080",6162,40913,3,1673,1800 +"28081",6162,41682,2,1673,1988 +"28082",6162,41770,3,1673,2752 +"28083",6162,41900,3,1673,1970 +"28084",6162,41945,3,1673,2856 +"28085",6162,41972,3,1673,2509 +"28086",6162,42642,3,1673,2257 +"28087",6162,43455,3,1673,2846 +"28088",6162,44768,3,1673,2516 +"28089",6162,45302,3,1673,2390 +"28090",6162,46091,1,1673,1938 +"28091",6162,46099,3,1673,2360 +"28092",6162,47877,3,1673,2970 +"28093",6162,48274,3,1673,1979 +"28094",6162,49110,3,1673,2938 +"28095",6162,49560,2,1673,1679 +"28096",6162,49581,3,1673,1817 +"28097",6162,50480,3,1673,2701 +"28098",6162,51017,3,1673,2073 +"28099",6162,51089,2,1673,2426 +"28100",6162,51866,2,1673,2411 +"28101",6162,52570,3,1673,2645 +"28102",6162,53342,2,1673,2071 +"28103",6162,54879,1,1673,2210 +"28104",6162,54929,3,1673,2783 +"28105",6162,55643,3,1673,2359 +"28106",6162,55652,3,1673,2795 +"28107",6162,56920,3,1673,2548 +"28108",6162,57732,3,1673,2454 +"28109",6162,59113,3,1673,2434 +"28110",6162,62903,2,1673,1704 +"28111",6162,64699,3,1673,2797 +"28112",6162,67145,2,1673,2015 +"28113",6162,73197,1,1673,1998 +"28114",6162,79382,2,1673,1908 +"28115",6162,87110,3,1673,2801 +"28116",6162,91579,3,1673,2510 +"28117",6162,92513,2,1673,2282 +"28118",6162,102186,3,1673,2937 +"28119",6186,21872,3,1693,2458 +"28120",6186,39534,3,1693,2410 +"28121",6186,49712,3,1693,1937 +"28122",6186,107383,3,1693,1918 +"28123",6192,2424,3,2409,2582 +"28124",6192,3495,3,2409,2431 +"28125",6192,8327,3,2409,2527 +"28126",6192,12528,3,2409,2589 +"28127",6192,13249,3,2409,2573 +"28128",6192,14959,3,2409,2898 +"28129",6192,15444,2,2409,2764 +"28130",6192,16954,3,2409,2972 +"28131",6192,19208,2,2409,2629 +"28132",6192,24753,3,2409,2860 +"28133",6192,27275,3,2409,2656 +"28134",6192,27390,3,2409,2425 +"28135",6192,29454,2,2409,2719 +"28136",6192,30052,3,2409,2855 +"28137",6192,35738,2,2409,2448 +"28138",6192,35837,3,2409,2871 +"28139",6192,39556,3,2409,2747 +"28140",6192,41664,3,2409,2641 +"28141",6192,41770,3,2409,2752 +"28142",6192,47529,3,2409,2914 +"28143",6192,47564,3,2409,2650 +"28144",6192,49334,3,2409,2433 +"28145",6192,50480,2,2409,2701 +"28146",6192,51610,1,2409,2635 +"28147",6192,51866,3,2409,2411 +"28148",6192,53219,3,2409,2973 +"28149",6192,65434,3,2409,2866 +"28150",6192,67652,3,2409,2736 +"28151",6192,70046,3,2409,2624 +"28152",6192,91579,3,2409,2510 +"28153",6206,1397,3,922,1225 +"28154",6206,3753,3,922,1255 +"28155",6206,4322,2,922,1707 +"28156",6206,12724,3,922,1930 +"28157",6206,52735,3,922,1124 +"28158",6206,66992,2,922,2882 +"28159",6208,2424,3,2361,2582 +"28160",6208,4583,3,2361,2741 +"28161",6208,5515,3,2361,2385 +"28162",6208,6192,1,2361,2409 +"28163",6208,8762,3,2361,2585 +"28164",6208,11351,3,2361,2971 +"28165",6208,15444,3,2361,2764 +"28166",6208,16954,2,2361,2972 +"28167",6208,19208,3,2361,2629 +"28168",6208,19605,3,2361,2395 +"28169",6208,29454,3,2361,2719 +"28170",6208,30052,3,2361,2855 +"28171",6208,35738,1,2361,2448 +"28172",6208,41764,2,2361,2409 +"28173",6208,48605,3,2361,2796 +"28174",6208,50480,3,2361,2701 +"28175",6208,51610,2,2361,2635 +"28176",6208,61982,3,2361,2725 +"28177",6208,62841,3,2361,2710 +"28178",6213,7443,3,227,2028 +"28179",6213,34735,3,227,2767 +"28180",6213,70528,3,227,2727 +"28181",6218,1050,3,702,1185 +"28182",6218,7798,3,702,949 +"28183",6218,9391,3,702,1252 +"28184",6218,10148,2,702,2964 +"28185",6218,12310,3,702,1337 +"28186",6218,15560,3,702,2257 +"28187",6218,16313,3,702,1160 +"28188",6218,19733,3,702,1907 +"28189",6218,22165,3,702,1501 +"28190",6218,23508,2,702,1907 +"28191",6218,27849,3,702,1316 +"28192",6218,37333,3,702,1612 +"28193",6218,42715,3,702,987 +"28194",6218,45186,2,702,835 +"28195",6218,55185,3,702,922 +"28196",6218,67788,3,702,837 +"28197",6218,68215,3,702,2727 +"28198",6218,83096,3,702,1061 +"28199",6218,101338,3,702,1319 +"28200",6222,270,2,1949,2542 +"28201",6222,377,3,1949,2389 +"28202",6222,543,3,1949,2203 +"28203",6222,854,2,1949,2307 +"28204",6222,1151,3,1949,2885 +"28205",6222,1355,3,1949,2473 +"28206",6222,1367,3,1949,2176 +"28207",6222,1495,3,1949,2046 +"28208",6222,1616,3,1949,2662 +"28209",6222,2424,3,1949,2582 +"28210",6222,2484,2,1949,2389 +"28211",6222,2533,3,1949,2016 +"28212",6222,2747,3,1949,2411 +"28213",6222,3161,3,1949,2229 +"28214",6222,3628,3,1949,2707 +"28215",6222,4057,3,1949,2389 +"28216",6222,5235,3,1949,2324 +"28217",6222,5258,3,1949,2730 +"28218",6222,5504,3,1949,2389 +"28219",6222,5971,2,1949,1985 +"28220",6222,6192,3,1949,2409 +"28221",6222,6588,3,1949,2025 +"28222",6222,6718,3,1949,2138 +"28223",6222,7323,3,1949,2858 +"28224",6222,7616,3,1949,2296 +"28225",6222,7703,3,1949,2122 +"28226",6222,7992,3,1949,2033 +"28227",6222,8533,3,1949,2251 +"28228",6222,8610,3,1949,2240 +"28229",6222,8760,3,1949,2477 +"28230",6222,8865,3,1949,2394 +"28231",6222,9311,2,1949,2477 +"28232",6222,9362,3,1949,2879 +"28233",6222,9624,3,1949,2398 +"28234",6222,10843,3,1949,2277 +"28235",6222,11440,3,1949,2026 +"28236",6222,12356,3,1949,2757 +"28237",6222,12374,3,1949,2260 +"28238",6222,12388,2,1949,1975 +"28239",6222,12778,3,1949,2045 +"28240",6222,13307,3,1949,2206 +"28241",6222,13929,3,1949,2693 +"28242",6222,14655,3,1949,2559 +"28243",6222,14959,1,1949,2898 +"28244",6222,15444,3,1949,2764 +"28245",6222,15626,3,1949,2434 +"28246",6222,15930,3,1949,2541 +"28247",6222,16352,3,1949,2657 +"28248",6222,16587,3,1949,2065 +"28249",6222,17351,3,1949,2036 +"28250",6222,17400,3,1949,2231 +"28251",6222,17520,2,1949,2276 +"28252",6222,18165,3,1949,2085 +"28253",6222,18394,2,1949,2356 +"28254",6222,18543,3,1949,2968 +"28255",6222,19606,3,1949,2783 +"28256",6222,19719,3,1949,2177 +"28257",6222,20067,2,1949,2390 +"28258",6222,20311,3,1949,1981 +"28259",6222,20700,3,1949,2861 +"28260",6222,21104,3,1949,2327 +"28261",6222,21209,3,1949,2184 +"28262",6222,21248,3,1949,2232 +"28263",6222,21693,3,1949,2176 +"28264",6222,21706,3,1949,1988 +"28265",6222,22197,3,1949,2271 +"28266",6222,22326,3,1949,2818 +"28267",6222,23460,3,1949,2183 +"28268",6222,23509,3,1949,2275 +"28269",6222,23526,3,1949,1998 +"28270",6222,23725,3,1949,2378 +"28271",6222,23726,3,1949,2434 +"28272",6222,23787,3,1949,2810 +"28273",6222,24756,3,1949,2530 +"28274",6222,25305,3,1949,2447 +"28275",6222,25486,3,1949,2582 +"28276",6222,25874,3,1949,2088 +"28277",6222,26451,3,1949,2133 +"28278",6222,26582,3,1949,2772 +"28279",6222,26848,3,1949,2363 +"28280",6222,28626,3,1949,2842 +"28281",6222,29073,2,1949,2328 +"28282",6222,29095,2,1949,2531 +"28283",6222,29314,2,1949,2736 +"28284",6222,29454,3,1949,2719 +"28285",6222,30236,3,1949,2238 +"28286",6222,30405,3,1949,2164 +"28287",6222,30906,3,1949,2537 +"28288",6222,31436,3,1949,2892 +"28289",6222,32173,3,1949,2341 +"28290",6222,32516,3,1949,2050 +"28291",6222,33433,3,1949,2805 +"28292",6222,33801,3,1949,2899 +"28293",6222,34707,3,1949,2042 +"28294",6222,35235,2,1949,2610 +"28295",6222,35256,3,1949,2271 +"28296",6222,37238,3,1949,2609 +"28297",6222,37570,3,1949,2389 +"28298",6222,38732,3,1949,2263 +"28299",6222,41682,2,1949,1988 +"28300",6222,41945,3,1949,2856 +"28301",6222,43213,3,1949,2160 +"28302",6222,43455,3,1949,2846 +"28303",6222,43479,3,1949,2178 +"28304",6222,44420,3,1949,2184 +"28305",6222,44885,2,1949,2670 +"28306",6222,44899,2,1949,2386 +"28307",6222,45684,3,1949,2200 +"28308",6222,46629,3,1949,2255 +"28309",6222,46803,3,1949,2305 +"28310",6222,50118,3,1949,2654 +"28311",6222,50236,2,1949,2339 +"28312",6222,50252,2,1949,2001 +"28313",6222,52576,3,1949,2234 +"28314",6222,53475,3,1949,2853 +"28315",6222,53604,3,1949,2489 +"28316",6222,55468,3,1949,2511 +"28317",6222,56082,2,1949,2395 +"28318",6222,56237,3,1949,2625 +"28319",6222,56317,3,1949,2030 +"28320",6222,58684,3,1949,2295 +"28321",6222,58733,3,1949,1958 +"28322",6222,58993,3,1949,2390 +"28323",6222,59113,3,1949,2434 +"28324",6222,61982,3,1949,2725 +"28325",6222,68083,3,1949,2795 +"28326",6222,70203,2,1949,2756 +"28327",6222,72207,3,1949,2430 +"28328",6222,72326,3,1949,2384 +"28329",6222,79804,3,1949,2227 +"28330",6222,101797,3,1949,2357 +"28331",6223,3158,1,2363,2762 +"28332",6223,4249,1,2363,2547 +"28333",6223,4784,3,2363,2511 +"28334",6223,14470,3,2363,2632 +"28335",6223,17499,3,2363,2954 +"28336",6223,37929,3,2363,2393 +"28337",6223,42390,3,2363,2937 +"28338",6223,68813,3,2363,2511 +"28339",6223,82217,3,2363,2441 +"28340",6234,4188,3,2654,2963 +"28341",6234,11067,3,2654,2734 +"28342",6234,26658,3,2654,2745 +"28343",6234,34120,3,2654,2786 +"28344",6234,42256,3,2654,2839 +"28345",6234,43455,3,2654,2846 +"28346",6234,52032,2,2654,2853 +"28347",6234,56413,2,2654,2747 +"28348",6234,66530,3,2654,2811 +"28349",6235,5937,3,1585,2392 +"28350",6235,6234,1,1585,2654 +"28351",6235,6800,3,1585,2053 +"28352",6235,7648,3,1585,1861 +"28353",6235,9273,3,1585,1747 +"28354",6235,15239,1,1585,1958 +"28355",6235,15558,2,1585,2389 +"28356",6235,16477,3,1585,2069 +"28357",6235,16969,3,1585,1917 +"28358",6235,17768,3,1585,2468 +"28359",6235,19972,3,1585,2078 +"28360",6235,23728,3,1585,2601 +"28361",6235,24867,3,1585,1861 +"28362",6235,25053,3,1585,2186 +"28363",6235,31794,2,1585,1919 +"28364",6235,32939,3,1585,2277 +"28365",6235,34576,2,1585,1727 +"28366",6235,36491,3,1585,1781 +"28367",6235,41521,2,1585,2069 +"28368",6235,42136,3,1585,2551 +"28369",6235,44730,2,1585,2468 +"28370",6235,49415,3,1585,2654 +"28371",6235,52032,3,1585,2853 +"28372",6235,52953,3,1585,1741 +"28373",6235,53648,3,1585,2167 +"28374",6235,56413,2,1585,2747 +"28375",6235,57804,3,1585,2214 +"28376",6235,65568,3,1585,1699 +"28377",6235,76505,3,1585,2123 +"28378",6235,86716,3,1585,1609 +"28379",6241,613,3,2264,2687 +"28380",6241,997,3,2264,2788 +"28381",6241,4696,3,2264,2656 +"28382",6241,20563,3,2264,2267 +"28383",6241,28285,3,2264,2972 +"28384",6241,28826,3,2264,2627 +"28385",6241,35888,3,2264,2291 +"28386",6241,42129,3,2264,2318 +"28387",6241,45729,3,2264,2606 +"28388",6241,45886,3,2264,2449 +"28389",6241,55256,3,2264,2379 +"28390",6241,57405,3,2264,2344 +"28391",6241,62832,3,2264,2606 +"28392",6241,70046,3,2264,2624 +"28393",6241,84799,2,2264,2656 +"28394",6241,93481,2,2264,2311 +"28395",6248,2344,3,2737,2752 +"28396",6248,5606,2,2737,2875 +"28397",6248,9272,3,2737,2835 +"28398",6248,60672,3,2737,2876 +"28399",6252,2208,3,2336,2814 +"28400",6252,5258,3,2336,2730 +"28401",6252,6104,3,2336,2462 +"28402",6252,6390,3,2336,2385 +"28403",6252,18543,2,2336,2968 +"28404",6252,20407,3,2336,2339 +"28405",6252,21682,3,2336,2414 +"28406",6252,25565,2,2336,2764 +"28407",6252,29948,3,2336,2795 +"28408",6252,36439,3,2336,2469 +"28409",6252,43173,3,2336,2895 +"28410",6252,44427,3,2336,2875 +"28411",6252,71274,3,2336,2390 +"28412",6252,74636,2,2336,2525 +"28413",6252,88232,2,2336,2881 +"28414",6252,92322,3,2336,2393 +"28415",6253,11103,3,2282,2393 +"28416",6253,36574,3,2282,2934 +"28417",6255,53219,3,2895,2973 +"28418",6262,6755,1,2733,2818 +"28419",6262,26642,3,2733,2952 +"28420",6262,31089,3,2733,2952 +"28421",6262,36270,3,2733,2910 +"28422",6262,94339,3,2733,2768 +"28423",6264,270,2,749,2542 +"28424",6264,312,3,749,2038 +"28425",6264,1124,2,749,1596 +"28426",6264,2111,2,749,1904 +"28427",6264,2424,3,749,2582 +"28428",6264,2684,3,749,2874 +"28429",6264,2894,3,749,1291 +"28430",6264,3306,3,749,1989 +"28431",6264,4360,3,749,1770 +"28432",6264,5235,3,749,2324 +"28433",6264,5258,3,749,2730 +"28434",6264,5971,1,749,1985 +"28435",6264,6222,2,749,1949 +"28436",6264,6588,2,749,2025 +"28437",6264,6596,3,749,804 +"28438",6264,6718,3,749,2138 +"28439",6264,7555,3,749,1943 +"28440",6264,7627,3,749,1543 +"28441",6264,9432,3,749,1693 +"28442",6264,9624,1,749,2398 +"28443",6264,10488,3,749,1524 +"28444",6264,10523,1,749,1510 +"28445",6264,10857,3,749,2253 +"28446",6264,10939,3,749,1376 +"28447",6264,11055,3,749,2111 +"28448",6264,11218,3,749,2292 +"28449",6264,11229,2,749,1625 +"28450",6264,11351,3,749,2971 +"28451",6264,11620,3,749,2010 +"28452",6264,11966,3,749,2385 +"28453",6264,12374,3,749,2260 +"28454",6264,13307,3,749,2206 +"28455",6264,14855,3,749,903 +"28456",6264,14959,3,749,2898 +"28457",6264,14989,3,749,2223 +"28458",6264,15003,3,749,2067 +"28459",6264,15118,3,749,1311 +"28460",6264,15135,3,749,1035 +"28461",6264,15402,3,749,1281 +"28462",6264,15700,3,749,1712 +"28463",6264,16352,3,749,2657 +"28464",6264,17376,3,749,1202 +"28465",6264,17400,3,749,2231 +"28466",6264,18005,3,749,2449 +"28467",6264,18361,3,749,2968 +"28468",6264,18394,3,749,2356 +"28469",6264,18502,3,749,1033 +"28470",6264,18543,3,749,2968 +"28471",6264,19622,3,749,2371 +"28472",6264,20124,3,749,2376 +"28473",6264,20311,2,749,1981 +"28474",6264,21012,3,749,2325 +"28475",6264,21571,3,749,2755 +"28476",6264,21693,3,749,2176 +"28477",6264,22197,3,749,2271 +"28478",6264,22326,3,749,2818 +"28479",6264,22362,3,749,1836 +"28480",6264,22566,3,749,2308 +"28481",6264,23492,3,749,1067 +"28482",6264,23509,3,749,2275 +"28483",6264,23526,3,749,1998 +"28484",6264,23715,3,749,1859 +"28485",6264,23725,3,749,2378 +"28486",6264,24559,3,749,946 +"28487",6264,25305,3,749,2447 +"28488",6264,26479,3,749,1818 +"28489",6264,26848,2,749,2363 +"28490",6264,26867,2,749,1804 +"28491",6264,27744,2,749,861 +"28492",6264,27849,3,749,1316 +"28493",6264,28179,3,749,2689 +"28494",6264,28383,3,749,1222 +"28495",6264,28991,3,749,1688 +"28496",6264,29073,3,749,2328 +"28497",6264,30325,3,749,1067 +"28498",6264,30405,3,749,2164 +"28499",6264,31436,3,749,2892 +"28500",6264,31691,3,749,1657 +"28501",6264,32131,3,749,1035 +"28502",6264,32198,3,749,2117 +"28503",6264,33801,3,749,2899 +"28504",6264,35402,3,749,2339 +"28505",6264,35673,3,749,1067 +"28506",6264,38694,3,749,817 +"28507",6264,38921,3,749,1880 +"28508",6264,39294,3,749,1889 +"28509",6264,39865,3,749,849 +"28510",6264,40028,1,749,1349 +"28511",6264,40072,2,749,1182 +"28512",6264,42687,3,749,1952 +"28513",6264,42837,3,749,1096 +"28514",6264,43213,3,749,2160 +"28515",6264,43455,3,749,2846 +"28516",6264,43786,3,749,1173 +"28517",6264,44521,2,749,1593 +"28518",6264,45684,3,749,2200 +"28519",6264,45729,3,749,2606 +"28520",6264,46182,3,749,1613 +"28521",6264,46196,3,749,1510 +"28522",6264,46629,2,749,2255 +"28523",6264,47435,3,749,878 +"28524",6264,50236,2,749,2339 +"28525",6264,52136,3,749,1412 +"28526",6264,52345,3,749,1430 +"28527",6264,53303,2,749,1376 +"28528",6264,54551,3,749,2348 +"28529",6264,56082,2,749,2395 +"28530",6264,56237,2,749,2625 +"28531",6264,57246,3,749,1873 +"28532",6264,59939,2,749,936 +"28533",6264,61982,3,749,2725 +"28534",6264,64947,3,749,2489 +"28535",6264,65242,3,749,1988 +"28536",6264,67763,3,749,822 +"28537",6264,68215,3,749,2727 +"28538",6264,71217,3,749,2169 +"28539",6264,72188,2,749,856 +"28540",6264,72207,3,749,2430 +"28541",6264,72326,3,749,2384 +"28542",6264,75403,3,749,1895 +"28543",6264,79804,2,749,2227 +"28544",6264,82776,2,749,1232 +"28545",6264,87048,3,749,989 +"28546",6264,91912,2,749,790 +"28547",6264,92104,3,749,2339 +"28548",6264,98518,3,749,1156 +"28549",6264,109718,3,749,1237 +"28550",6264,111971,3,749,1032 +"28551",6264,117956,3,749,2774 +"28552",6274,14972,3,1035,2332 +"28553",6274,17381,3,1035,1697 +"28554",6274,27195,3,1035,2158 +"28555",6274,29311,3,1035,1849 +"28556",6274,47384,3,1035,1639 +"28557",6274,53219,3,1035,2973 +"28558",6274,74290,3,1035,1513 +"28559",6295,1369,3,856,2487 +"28560",6295,1708,3,856,1591 +"28561",6295,2443,3,856,2333 +"28562",6295,4763,3,856,1960 +"28563",6295,6999,3,856,2214 +"28564",6295,7604,3,856,1366 +"28565",6295,9269,2,856,1892 +"28566",6295,9656,3,856,1135 +"28567",6295,9895,2,856,1960 +"28568",6295,9910,2,856,2526 +"28569",6295,9948,2,856,2019 +"28570",6295,12632,3,856,1174 +"28571",6295,12914,2,856,1557 +"28572",6295,14212,3,856,857 +"28573",6295,16347,3,856,1868 +"28574",6295,19358,3,856,880 +"28575",6295,20695,1,856,2526 +"28576",6295,21044,2,856,1574 +"28577",6295,26374,3,856,2133 +"28578",6295,26740,3,856,2695 +"28579",6295,31295,3,856,2183 +"28580",6295,32070,3,856,950 +"28581",6295,32966,2,856,1583 +"28582",6295,34331,2,856,1727 +"28583",6295,35317,3,856,1888 +"28584",6295,38697,2,856,2701 +"28585",6295,39009,3,856,1594 +"28586",6295,42382,3,856,2224 +"28587",6295,42407,3,856,2408 +"28588",6295,43768,3,856,1468 +"28589",6295,44636,3,856,1026 +"28590",6295,44744,3,856,2032 +"28591",6295,46520,3,856,1776 +"28592",6295,46616,3,856,1917 +"28593",6295,49379,3,856,1573 +"28594",6295,49708,2,856,1147 +"28595",6295,50678,3,856,1366 +"28596",6295,51505,3,856,1572 +"28597",6295,53082,3,856,2328 +"28598",6295,53584,3,856,2391 +"28599",6295,55261,3,856,1915 +"28600",6295,56168,3,856,1466 +"28601",6295,56364,2,856,1626 +"28602",6295,62488,3,856,1418 +"28603",6295,69453,3,856,2831 +"28604",6295,76796,2,856,1140 +"28605",6295,79337,3,856,875 +"28606",6295,79874,3,856,1570 +"28607",6295,80801,3,856,1250 +"28608",6295,83334,3,856,1708 +"28609",6295,84591,2,856,1685 +"28610",6295,85926,3,856,907 +"28611",6295,87915,2,856,1152 +"28612",6295,92630,3,856,1583 +"28613",6295,93553,3,856,2537 +"28614",6295,101381,3,856,977 +"28615",6295,101666,3,856,1257 +"28616",6296,325,3,148,495 +"28617",6296,380,3,148,2261 +"28618",6296,457,3,148,1704 +"28619",6296,1044,2,148,880 +"28620",6296,1639,3,148,2631 +"28621",6296,1826,3,148,924 +"28622",6296,2143,2,148,1174 +"28623",6296,2424,3,148,2582 +"28624",6296,2533,3,148,2016 +"28625",6296,2731,2,148,434 +"28626",6296,3265,3,148,214 +"28627",6296,3305,3,148,2839 +"28628",6296,3306,3,148,1989 +"28629",6296,3801,3,148,1974 +"28630",6296,4790,2,148,1025 +"28631",6296,4791,3,148,1184 +"28632",6296,8073,3,148,1847 +"28633",6296,8866,3,148,1545 +"28634",6296,8910,3,148,1054 +"28635",6296,8961,3,148,507 +"28636",6296,9364,3,148,1698 +"28637",6296,10513,2,148,2284 +"28638",6296,11006,3,148,1950 +"28639",6296,11229,3,148,1625 +"28640",6296,12304,3,148,439 +"28641",6296,12863,3,148,2027 +"28642",6296,13586,3,148,2966 +"28643",6296,13905,3,148,452 +"28644",6296,14678,3,148,799 +"28645",6296,16332,3,148,2668 +"28646",6296,16940,2,148,1290 +"28647",6296,18394,3,148,2356 +"28648",6296,18874,3,148,2170 +"28649",6296,19096,3,148,1538 +"28650",6296,19248,3,148,2357 +"28651",6296,19719,3,148,2177 +"28652",6296,20124,3,148,2376 +"28653",6296,20287,3,148,1099 +"28654",6296,20975,2,148,1305 +"28655",6296,20988,3,148,455 +"28656",6296,21197,3,148,1437 +"28657",6296,21198,2,148,935 +"28658",6296,21285,3,148,2100 +"28659",6296,21693,3,148,2176 +"28660",6296,22282,3,148,1418 +"28661",6296,22326,3,148,2818 +"28662",6296,22362,3,148,1836 +"28663",6296,22537,3,148,436 +"28664",6296,22586,3,148,1341 +"28665",6296,23450,2,148,967 +"28666",6296,23729,3,148,1624 +"28667",6296,24066,3,148,1755 +"28668",6296,25027,3,148,564 +"28669",6296,25305,3,148,2447 +"28670",6296,26471,3,148,1061 +"28671",6296,26749,2,148,2965 +"28672",6296,27175,3,148,1447 +"28673",6296,27390,3,148,2425 +"28674",6296,27694,3,148,2030 +"28675",6296,28015,3,148,1624 +"28676",6296,28124,2,148,434 +"28677",6296,28190,3,148,1634 +"28678",6296,29705,2,148,607 +"28679",6296,29750,3,148,689 +"28680",6296,29982,3,148,1372 +"28681",6296,30180,3,148,590 +"28682",6296,30405,2,148,2164 +"28683",6296,32601,3,148,1033 +"28684",6296,33588,3,148,1040 +"28685",6296,33949,3,148,2489 +"28686",6296,34836,3,148,2302 +"28687",6296,35095,3,148,1502 +"28688",6296,35815,3,148,2789 +"28689",6296,36087,3,148,2755 +"28690",6296,37597,3,148,150 +"28691",6296,38019,3,148,1870 +"28692",6296,38574,3,148,188 +"28693",6296,38780,3,148,2705 +"28694",6296,39238,2,148,922 +"28695",6296,39880,3,148,1620 +"28696",6296,41174,3,148,850 +"28697",6296,41315,3,148,439 +"28698",6296,42906,3,148,1748 +"28699",6296,43051,3,148,904 +"28700",6296,43385,2,148,1623 +"28701",6296,44059,3,148,525 +"28702",6296,44188,3,148,1609 +"28703",6296,45660,3,148,618 +"28704",6296,46694,3,148,191 +"28705",6296,46723,2,148,607 +"28706",6296,47772,2,148,2293 +"28707",6296,48158,3,148,2483 +"28708",6296,48414,3,148,1749 +"28709",6296,49512,2,148,1302 +"28710",6296,50219,2,148,756 +"28711",6296,50685,3,148,2008 +"28712",6296,51017,3,148,2073 +"28713",6296,52058,3,148,1836 +"28714",6296,52576,2,148,2234 +"28715",6296,53322,3,148,1200 +"28716",6296,53323,2,148,2677 +"28717",6296,53608,3,148,1986 +"28718",6296,54305,1,148,1222 +"28719",6296,55082,3,148,1856 +"28720",6296,55139,3,148,2323 +"28721",6296,55299,3,148,609 +"28722",6296,55468,3,148,2511 +"28723",6296,56317,3,148,2030 +"28724",6296,57348,3,148,687 +"28725",6296,57353,2,148,1849 +"28726",6296,58451,3,148,1939 +"28727",6296,58508,3,148,2326 +"28728",6296,58530,3,148,298 +"28729",6296,58652,3,148,1437 +"28730",6296,61785,3,148,822 +"28731",6296,61982,3,148,2725 +"28732",6296,66860,3,148,1548 +"28733",6296,67719,3,148,2429 +"28734",6296,68043,3,148,690 +"28735",6296,69712,3,148,1219 +"28736",6296,70603,3,148,1002 +"28737",6296,71342,1,148,1289 +"28738",6296,72598,3,148,805 +"28739",6296,72956,2,148,1251 +"28740",6296,73128,3,148,1549 +"28741",6296,75870,3,148,193 +"28742",6296,75921,3,148,517 +"28743",6296,75948,3,148,1006 +"28744",6296,76284,3,148,1237 +"28745",6296,77305,3,148,965 +"28746",6296,78569,3,148,578 +"28747",6296,79322,3,148,2770 +"28748",6296,80242,3,148,569 +"28749",6296,80825,3,148,2315 +"28750",6296,81588,3,148,1568 +"28751",6296,82949,3,148,2077 +"28752",6296,83396,2,148,2396 +"28753",6296,87048,3,148,989 +"28754",6296,88126,2,148,1027 +"28755",6296,89097,2,148,935 +"28756",6296,90056,3,148,221 +"28757",6296,90573,3,148,878 +"28758",6296,92220,3,148,607 +"28759",6296,92592,3,148,486 +"28760",6296,95036,2,148,380 +"28761",6296,98781,3,148,1410 +"28762",6296,99444,3,148,408 +"28763",6296,101652,2,148,270 +"28764",6296,105602,2,148,434 +"28765",6296,108751,3,148,697 +"28766",6296,109510,3,148,621 +"28767",6296,109904,3,148,214 +"28768",6324,145,3,1990,1998 +"28769",6324,1324,3,1990,2147 +"28770",6324,2181,3,1990,2030 +"28771",6324,3477,3,1990,2546 +"28772",6324,3978,3,1990,2775 +"28773",6324,4929,3,1990,2240 +"28774",6324,4953,3,1990,2285 +"28775",6324,6063,3,1990,2349 +"28776",6324,6192,3,1990,2409 +"28777",6324,6449,3,1990,1997 +"28778",6324,7087,3,1990,2356 +"28779",6324,8842,3,1990,2535 +"28780",6324,9331,3,1990,2269 +"28781",6324,11218,3,1990,2292 +"28782",6324,12081,2,1990,2166 +"28783",6324,14918,3,1990,2071 +"28784",6324,15301,3,1990,2308 +"28785",6324,16352,3,1990,2657 +"28786",6324,16628,3,1990,2409 +"28787",6324,17351,3,1990,2036 +"28788",6324,17549,3,1990,2647 +"28789",6324,20331,3,1990,2365 +"28790",6324,20730,3,1990,2243 +"28791",6324,21012,3,1990,2325 +"28792",6324,21079,2,1990,1997 +"28793",6324,21795,3,1990,2653 +"28794",6324,22682,3,1990,2035 +"28795",6324,23310,3,1990,2371 +"28796",6324,24146,3,1990,2003 +"28797",6324,24256,3,1990,2393 +"28798",6324,26793,3,1990,2104 +"28799",6324,27796,3,1990,2151 +"28800",6324,31117,3,1990,2210 +"28801",6324,31159,3,1990,2231 +"28802",6324,31705,3,1990,2706 +"28803",6324,32503,3,1990,2020 +"28804",6324,33223,3,1990,2397 +"28805",6324,33801,3,1990,2899 +"28806",6324,36962,3,1990,2861 +"28807",6324,38307,2,1990,2648 +"28808",6324,38973,3,1990,1999 +"28809",6324,41770,3,1990,2752 +"28810",6324,41945,3,1990,2856 +"28811",6324,43455,3,1990,2846 +"28812",6324,44420,3,1990,2184 +"28813",6324,44688,3,1990,2924 +"28814",6324,46446,3,1990,2295 +"28815",6324,50113,3,1990,2059 +"28816",6324,54929,3,1990,2783 +"28817",6324,59140,3,1990,2528 +"28818",6324,70573,2,1990,1993 +"28819",6324,79653,2,1990,2683 +"28820",6345,378,3,2713,2766 +"28821",6345,827,3,2713,2964 +"28822",6345,3158,3,2713,2762 +"28823",6345,17499,2,2713,2954 +"28824",6345,21571,3,2713,2755 +"28825",6345,23550,1,2713,2939 +"28826",6345,37684,2,2713,2899 +"28827",6345,42390,3,2713,2937 +"28828",6345,47607,3,2713,2724 +"28829",6345,52950,2,2713,2716 +"28830",6345,53652,1,2713,2899 +"28831",6359,9504,2,1239,2549 +"28832",6359,10453,3,1239,1656 +"28833",6359,11108,3,1239,1609 +"28834",6359,29170,3,1239,1846 +"28835",6359,35797,3,1239,2482 +"28836",6359,36450,3,1239,1591 +"28837",6359,39999,3,1239,1593 +"28838",6359,43204,3,1239,1680 +"28839",6359,44564,3,1239,2034 +"28840",6359,47654,2,1239,1664 +"28841",6359,63644,3,1239,1267 +"28842",6363,270,2,2066,2542 +"28843",6363,362,3,2066,2537 +"28844",6363,701,1,2066,2718 +"28845",6363,1136,3,2066,2536 +"28846",6363,1616,3,2066,2662 +"28847",6363,1831,3,2066,2397 +"28848",6363,2036,2,2066,2483 +"28849",6363,2224,3,2066,2751 +"28850",6363,2424,2,2066,2582 +"28851",6363,3305,2,2066,2839 +"28852",6363,3966,3,2066,2425 +"28853",6363,5120,3,2066,2735 +"28854",6363,5580,3,2066,2111 +"28855",6363,5622,3,2066,2175 +"28856",6363,6074,3,2066,2426 +"28857",6363,6718,3,2066,2138 +"28858",6363,8760,3,2066,2477 +"28859",6363,9175,3,2066,2639 +"28860",6363,9184,3,2066,2670 +"28861",6363,9311,3,2066,2477 +"28862",6363,9654,3,2066,2111 +"28863",6363,10029,2,2066,2718 +"28864",6363,10857,3,2066,2253 +"28865",6363,11477,3,2066,2724 +"28866",6363,12081,3,2066,2166 +"28867",6363,12747,3,2066,2818 +"28868",6363,12982,3,2066,2143 +"28869",6363,13249,3,2066,2573 +"28870",6363,13307,2,2066,2206 +"28871",6363,14507,3,2066,2686 +"28872",6363,15813,3,2066,2143 +"28873",6363,16432,3,2066,2664 +"28874",6363,17400,3,2066,2231 +"28875",6363,17852,3,2066,2840 +"28876",6363,18394,3,2066,2356 +"28877",6363,19248,2,2066,2357 +"28878",6363,19606,3,2066,2783 +"28879",6363,19622,3,2066,2371 +"28880",6363,19643,2,2066,2452 +"28881",6363,19719,3,2066,2177 +"28882",6363,21012,2,2066,2325 +"28883",6363,21285,3,2066,2100 +"28884",6363,22141,3,2066,2348 +"28885",6363,22331,3,2066,2687 +"28886",6363,23460,3,2066,2183 +"28887",6363,23509,3,2066,2275 +"28888",6363,24256,3,2066,2393 +"28889",6363,24825,3,2066,2686 +"28890",6363,25985,1,2066,2071 +"28891",6363,26749,3,2066,2965 +"28892",6363,27753,3,2066,2750 +"28893",6363,29930,3,2066,2240 +"28894",6363,30052,3,2066,2855 +"28895",6363,31307,3,2066,2139 +"28896",6363,31705,3,2066,2706 +"28897",6363,32965,1,2066,2071 +"28898",6363,33672,2,2066,2396 +"28899",6363,34815,3,2066,2354 +"28900",6363,35256,3,2066,2271 +"28901",6363,37285,2,2066,2428 +"28902",6363,38307,3,2066,2648 +"28903",6363,39535,2,2066,2428 +"28904",6363,40022,3,2066,2307 +"28905",6363,41402,3,2066,2313 +"28906",6363,43173,3,2066,2895 +"28907",6363,43455,3,2066,2846 +"28908",6363,45302,3,2066,2390 +"28909",6363,45684,3,2066,2200 +"28910",6363,46629,3,2066,2255 +"28911",6363,48035,3,2066,2180 +"28912",6363,48605,3,2066,2796 +"28913",6363,50236,3,2066,2339 +"28914",6363,50785,1,2066,2877 +"28915",6363,51041,1,2066,2606 +"28916",6363,51866,3,2066,2411 +"28917",6363,52323,3,2066,2148 +"28918",6363,52570,3,2066,2645 +"28919",6363,52576,2,2066,2234 +"28920",6363,53219,3,2066,2973 +"28921",6363,53851,2,2066,2305 +"28922",6363,54551,3,2066,2348 +"28923",6363,56082,3,2066,2395 +"28924",6363,58508,3,2066,2326 +"28925",6363,59438,3,2066,2400 +"28926",6363,61982,3,2066,2725 +"28927",6363,62841,3,2066,2710 +"28928",6363,64997,3,2066,2791 +"28929",6363,68215,3,2066,2727 +"28930",6363,70647,3,2066,2795 +"28931",6363,76892,3,2066,2381 +"28932",6363,79804,3,2066,2227 +"28933",6363,82949,3,2066,2077 +"28934",6363,99860,2,2066,2071 +"28935",6366,134,3,798,2062 +"28936",6366,145,3,798,1998 +"28937",6366,206,3,798,1986 +"28938",6366,270,3,798,2542 +"28939",6366,312,3,798,2038 +"28940",6366,357,3,798,2327 +"28941",6366,380,3,798,2261 +"28942",6366,600,3,798,1702 +"28943",6366,913,3,798,2144 +"28944",6366,1036,3,798,1367 +"28945",6366,1046,3,798,1881 +"28946",6366,1092,3,798,1945 +"28947",6366,1102,3,798,2282 +"28948",6366,1196,2,798,1986 +"28949",6366,1226,3,798,2353 +"28950",6366,1275,3,798,2068 +"28951",6366,1386,3,798,1901 +"28952",6366,1495,3,798,2046 +"28953",6366,1639,3,798,2631 +"28954",6366,2093,3,798,2459 +"28955",6366,2111,3,798,1904 +"28956",6366,2195,3,798,2139 +"28957",6366,2269,3,798,984 +"28958",6366,2484,3,798,2389 +"28959",6366,2684,3,798,2874 +"28960",6366,2712,3,798,1881 +"28961",6366,2766,3,798,1920 +"28962",6366,3164,3,798,2693 +"28963",6366,3306,3,798,1989 +"28964",6366,3716,3,798,1679 +"28965",6366,3947,3,798,2067 +"28966",6366,3961,2,798,2426 +"28967",6366,3966,3,798,2425 +"28968",6366,4253,3,798,1890 +"28969",6366,4289,3,798,1921 +"28970",6366,4360,3,798,1770 +"28971",6366,4681,3,798,2356 +"28972",6366,4705,3,798,1714 +"28973",6366,4863,3,798,1961 +"28974",6366,4889,3,798,1501 +"28975",6366,4953,2,798,2285 +"28976",6366,5041,3,798,2371 +"28977",6366,5072,3,798,2175 +"28978",6366,5315,3,798,2631 +"28979",6366,5350,2,798,2522 +"28980",6366,5405,3,798,1510 +"28981",6366,5429,2,798,1991 +"28982",6366,5449,3,798,1723 +"28983",6366,5622,2,798,2175 +"28984",6366,5716,1,798,1058 +"28985",6366,5971,3,798,1985 +"28986",6366,5984,1,798,1675 +"28987",6366,5986,1,798,1721 +"28988",6366,6030,3,798,2953 +"28989",6366,6047,2,798,2004 +"28990",6366,6062,3,798,2681 +"28991",6366,6162,2,798,1673 +"28992",6366,6324,3,798,1990 +"28993",6366,6417,1,798,1675 +"28994",6366,6588,3,798,2025 +"28995",6366,7627,3,798,1543 +"28996",6366,8060,3,798,1883 +"28997",6366,8274,3,798,1909 +"28998",6366,8327,3,798,2527 +"28999",6366,8395,3,798,896 +"29000",6366,8513,1,798,875 +"29001",6366,8533,3,798,2251 +"29002",6366,8621,3,798,1681 +"29003",6366,8888,3,798,1328 +"29004",6366,9391,3,798,1252 +"29005",6366,9702,3,798,1928 +"29006",6366,9893,3,798,2701 +"29007",6366,9928,2,798,2345 +"29008",6366,9950,3,798,920 +"29009",6366,10358,2,798,2294 +"29010",6366,10488,3,798,1524 +"29011",6366,10513,3,798,2284 +"29012",6366,10717,2,798,1938 +"29013",6366,10779,3,798,2881 +"29014",6366,10857,3,798,2253 +"29015",6366,10870,3,798,1755 +"29016",6366,10871,2,798,2314 +"29017",6366,11055,3,798,2111 +"29018",6366,11103,3,798,2393 +"29019",6366,11218,1,798,2292 +"29020",6366,11477,3,798,2724 +"29021",6366,11493,3,798,2077 +"29022",6366,11540,2,798,1237 +"29023",6366,11576,1,798,808 +"29024",6366,11966,3,798,2385 +"29025",6366,12004,3,798,996 +"29026",6366,12035,3,798,2721 +"29027",6366,12042,1,798,2345 +"29028",6366,12371,3,798,1569 +"29029",6366,12375,3,798,1873 +"29030",6366,12462,2,798,1461 +"29031",6366,12692,3,798,1855 +"29032",6366,12724,3,798,1930 +"29033",6366,12729,3,798,1835 +"29034",6366,13248,2,798,1385 +"29035",6366,13311,3,798,2315 +"29036",6366,13388,3,798,2119 +"29037",6366,13760,3,798,2871 +"29038",6366,13780,3,798,2412 +"29039",6366,13801,3,798,2041 +"29040",6366,13837,3,798,1604 +"29041",6366,13929,3,798,2693 +"29042",6366,13967,3,798,1354 +"29043",6366,14032,2,798,2144 +"29044",6366,14855,1,798,903 +"29045",6366,14943,3,798,1942 +"29046",6366,14972,3,798,2332 +"29047",6366,15003,3,798,2067 +"29048",6366,15301,3,798,2308 +"29049",6366,15309,3,798,2820 +"29050",6366,15381,3,798,2289 +"29051",6366,15402,2,798,1281 +"29052",6366,15539,3,798,1929 +"29053",6366,15607,3,798,1421 +"29054",6366,15729,3,798,2338 +"29055",6366,15734,3,798,1616 +"29056",6366,15872,3,798,1551 +"29057",6366,16053,2,798,908 +"29058",6366,16096,3,798,2301 +"29059",6366,16120,2,798,1237 +"29060",6366,16352,2,798,2657 +"29061",6366,16539,3,798,1947 +"29062",6366,16826,3,798,2599 +"29063",6366,17400,2,798,2231 +"29064",6366,17484,3,798,1256 +"29065",6366,17819,3,798,2291 +"29066",6366,17867,3,798,1904 +"29067",6366,17997,2,798,1621 +"29068",6366,18103,3,798,1968 +"29069",6366,18348,2,798,1711 +"29070",6366,18361,3,798,2968 +"29071",6366,18393,3,798,860 +"29072",6366,18394,3,798,2356 +"29073",6366,18874,2,798,2170 +"29074",6366,19027,3,798,2721 +"29075",6366,19248,3,798,2357 +"29076",6366,19516,3,798,2313 +"29077",6366,19637,3,798,1229 +"29078",6366,19719,3,798,2177 +"29079",6366,20067,3,798,2390 +"29080",6366,20124,3,798,2376 +"29081",6366,20292,3,798,2755 +"29082",6366,20419,3,798,1587 +"29083",6366,20588,3,798,912 +"29084",6366,20643,3,798,2341 +"29085",6366,20975,3,798,1305 +"29086",6366,21029,3,798,1943 +"29087",6366,21138,2,798,2849 +"29088",6366,21198,3,798,935 +"29089",6366,21571,3,798,2755 +"29090",6366,21706,3,798,1988 +"29091",6366,21795,3,798,2653 +"29092",6366,21872,3,798,2458 +"29093",6366,22141,3,798,2348 +"29094",6366,22331,3,798,2687 +"29095",6366,22566,3,798,2308 +"29096",6366,22639,3,798,2352 +"29097",6366,23006,3,798,1532 +"29098",6366,23159,1,798,1548 +"29099",6366,23310,3,798,2371 +"29100",6366,23492,3,798,1067 +"29101",6366,23508,3,798,1907 +"29102",6366,23526,3,798,1998 +"29103",6366,23715,3,798,1859 +"29104",6366,23725,3,798,2378 +"29105",6366,23806,2,798,1671 +"29106",6366,23869,3,798,1918 +"29107",6366,24146,2,798,2003 +"29108",6366,24169,2,798,1663 +"29109",6366,24240,3,798,1755 +"29110",6366,24253,3,798,2213 +"29111",6366,24256,3,798,2393 +"29112",6366,24259,3,798,1281 +"29113",6366,24286,3,798,1280 +"29114",6366,24362,3,798,1287 +"29115",6366,24448,3,798,2289 +"29116",6366,24497,3,798,1979 +"29117",6366,24568,3,798,1937 +"29118",6366,24648,3,798,1833 +"29119",6366,24721,3,798,2326 +"29120",6366,25078,3,798,2312 +"29121",6366,25129,3,798,2647 +"29122",6366,25325,2,798,2963 +"29123",6366,25443,3,798,1441 +"29124",6366,25480,3,798,2747 +"29125",6366,25569,3,798,2317 +"29126",6366,25680,3,798,1618 +"29127",6366,25971,3,798,2608 +"29128",6366,26067,3,798,2069 +"29129",6366,26080,2,798,2525 +"29130",6366,26249,3,798,2301 +"29131",6366,26366,3,798,1688 +"29132",6366,26408,3,798,1545 +"29133",6366,26659,3,798,903 +"29134",6366,26700,3,798,1663 +"29135",6366,26721,3,798,2586 +"29136",6366,26818,2,798,1999 +"29137",6366,27130,3,798,1880 +"29138",6366,27195,3,798,2158 +"29139",6366,27205,3,798,966 +"29140",6366,27260,3,798,878 +"29141",6366,27261,3,798,1368 +"29142",6366,27501,3,798,1981 +"29143",6366,27642,3,798,1531 +"29144",6366,28002,2,798,914 +"29145",6366,28015,3,798,1624 +"29146",6366,28050,3,798,1955 +"29147",6366,28168,3,798,2702 +"29148",6366,28296,3,798,2944 +"29149",6366,28383,3,798,1222 +"29150",6366,28571,3,798,1556 +"29151",6366,28784,3,798,1579 +"29152",6366,29314,3,798,2736 +"29153",6366,29917,3,798,1962 +"29154",6366,29930,2,798,2240 +"29155",6366,30081,3,798,2403 +"29156",6366,30173,3,798,2404 +"29157",6366,30325,3,798,1067 +"29158",6366,30405,3,798,2164 +"29159",6366,31124,3,798,2351 +"29160",6366,31235,3,798,2668 +"29161",6366,31279,3,798,965 +"29162",6366,31530,3,798,1661 +"29163",6366,32131,3,798,1035 +"29164",6366,32503,3,798,2020 +"29165",6366,32567,3,798,2784 +"29166",6366,32658,3,798,1694 +"29167",6366,32694,2,798,1602 +"29168",6366,32919,3,798,2321 +"29169",6366,33356,3,798,1586 +"29170",6366,33383,3,798,1572 +"29171",6366,33433,3,798,2805 +"29172",6366,33801,3,798,2899 +"29173",6366,34509,3,798,1973 +"29174",6366,34735,2,798,2767 +"29175",6366,35516,3,798,1229 +"29176",6366,35529,2,798,1620 +"29177",6366,35673,3,798,1067 +"29178",6366,35888,3,798,2291 +"29179",6366,35926,2,798,2371 +"29180",6366,36691,3,798,1903 +"29181",6366,36837,3,798,1556 +"29182",6366,36950,3,798,2204 +"29183",6366,36962,2,798,2861 +"29184",6366,37333,2,798,1612 +"29185",6366,37758,3,798,1998 +"29186",6366,38227,3,798,2511 +"29187",6366,38307,3,798,2648 +"29188",6366,38374,3,798,1890 +"29189",6366,38633,3,798,2253 +"29190",6366,38800,3,798,2756 +"29191",6366,38938,3,798,1593 +"29192",6366,39186,3,798,1258 +"29193",6366,39294,2,798,1889 +"29194",6366,40028,3,798,1349 +"29195",6366,40072,3,798,1182 +"29196",6366,40432,2,798,1956 +"29197",6366,40493,3,798,1981 +"29198",6366,41682,3,798,1988 +"29199",6366,41832,3,798,1155 +"29200",6366,41955,3,798,2479 +"29201",6366,41972,3,798,2509 +"29202",6366,42196,3,798,2765 +"29203",6366,42574,3,798,2842 +"29204",6366,42619,3,798,2017 +"29205",6366,43135,3,798,1171 +"29206",6366,43153,3,798,1381 +"29207",6366,43213,3,798,2160 +"29208",6366,43455,3,798,2846 +"29209",6366,44068,3,798,1056 +"29210",6366,44160,3,798,859 +"29211",6366,44306,3,798,1036 +"29212",6366,44521,2,798,1593 +"29213",6366,44557,3,798,2371 +"29214",6366,44636,3,798,1026 +"29215",6366,45684,3,798,2200 +"29216",6366,45903,3,798,2237 +"29217",6366,46091,3,798,1938 +"29218",6366,46099,3,798,2360 +"29219",6366,46196,3,798,1510 +"29220",6366,46629,3,798,2255 +"29221",6366,46803,3,798,2305 +"29222",6366,47248,3,798,2883 +"29223",6366,47386,2,798,2226 +"29224",6366,47715,3,798,2111 +"29225",6366,49110,3,798,2938 +"29226",6366,49608,3,798,2184 +"29227",6366,49787,3,798,2352 +"29228",6366,49812,3,798,1816 +"29229",6366,50124,3,798,1209 +"29230",6366,50134,3,798,2674 +"29231",6366,50229,3,798,1190 +"29232",6366,50236,3,798,2339 +"29233",6366,50252,3,798,2001 +"29234",6366,51017,2,798,2073 +"29235",6366,51035,3,798,2397 +"29236",6366,51089,3,798,2426 +"29237",6366,51471,3,798,1280 +"29238",6366,52136,3,798,1412 +"29239",6366,52442,3,798,1269 +"29240",6366,52835,3,798,995 +"29241",6366,53134,1,798,1590 +"29242",6366,53219,3,798,2973 +"29243",6366,53293,3,798,2916 +"29244",6366,53303,3,798,1376 +"29245",6366,53342,3,798,2071 +"29246",6366,53475,3,798,2853 +"29247",6366,54020,2,798,1578 +"29248",6366,54127,3,798,1593 +"29249",6366,54551,3,798,2348 +"29250",6366,54676,3,798,1342 +"29251",6366,54695,3,798,2429 +"29252",6366,54879,2,798,2210 +"29253",6366,54929,1,798,2783 +"29254",6366,55234,3,798,890 +"29255",6366,55652,3,798,2795 +"29256",6366,56082,3,798,2395 +"29257",6366,56232,3,798,1175 +"29258",6366,56237,3,798,2625 +"29259",6366,56604,2,798,1919 +"29260",6366,56807,3,798,1571 +"29261",6366,57246,3,798,1873 +"29262",6366,57414,3,798,922 +"29263",6366,57714,3,798,1391 +"29264",6366,57977,2,798,2683 +"29265",6366,58122,3,798,889 +"29266",6366,58993,3,798,2390 +"29267",6366,59022,3,798,2494 +"29268",6366,60280,3,798,1918 +"29269",6366,60476,3,798,2508 +"29270",6366,60552,3,798,855 +"29271",6366,61613,3,798,1189 +"29272",6366,61719,3,798,1515 +"29273",6366,62488,3,798,1418 +"29274",6366,62903,3,798,1704 +"29275",6366,63328,3,798,922 +"29276",6366,63409,3,798,1937 +"29277",6366,63442,3,798,1965 +"29278",6366,63547,3,798,1023 +"29279",6366,64327,3,798,1918 +"29280",6366,64502,3,798,1670 +"29281",6366,65679,3,798,1578 +"29282",6366,66622,3,798,799 +"29283",6366,67102,3,798,935 +"29284",6366,67652,3,798,2736 +"29285",6366,67805,3,798,1338 +"29286",6366,69250,3,798,1439 +"29287",6366,69716,3,798,2632 +"29288",6366,70681,3,798,866 +"29289",6366,70736,3,798,1512 +"29290",6366,70996,3,798,1037 +"29291",6366,71274,3,798,2390 +"29292",6366,72207,3,798,2430 +"29293",6366,72501,3,798,2795 +"29294",6366,73192,3,798,1955 +"29295",6366,73197,3,798,1998 +"29296",6366,73305,3,798,2544 +"29297",6366,74032,3,798,976 +"29298",6366,74681,2,798,837 +"29299",6366,74731,3,798,853 +"29300",6366,75403,3,798,1895 +"29301",6366,75898,3,798,889 +"29302",6366,76048,3,798,2373 +"29303",6366,76284,3,798,1237 +"29304",6366,76356,3,798,2323 +"29305",6366,77001,3,798,1440 +"29306",6366,77359,3,798,917 +"29307",6366,79088,3,798,1369 +"29308",6366,80219,2,798,988 +"29309",6366,81349,2,798,1958 +"29310",6366,82301,3,798,1621 +"29311",6366,82732,3,798,2810 +"29312",6366,82929,3,798,2475 +"29313",6366,82932,3,798,2245 +"29314",6366,83140,3,798,1630 +"29315",6366,83526,3,798,1235 +"29316",6366,84022,3,798,2289 +"29317",6366,84500,3,798,1583 +"29318",6366,86287,3,798,1349 +"29319",6366,87110,3,798,2801 +"29320",6366,89047,3,798,877 +"29321",6366,89934,3,798,2760 +"29322",6366,90378,3,798,890 +"29323",6366,90802,2,798,877 +"29324",6366,92513,3,798,2282 +"29325",6366,93752,3,798,1368 +"29326",6366,100140,2,798,1041 +"29327",6366,101395,2,798,891 +"29328",6366,102050,3,798,906 +"29329",6366,103988,3,798,1947 +"29330",6366,119859,2,798,908 +"29331",6390,489,3,2385,2652 +"29332",6390,2208,3,2385,2814 +"29333",6390,2684,3,2385,2874 +"29334",6390,2954,3,2385,2727 +"29335",6390,3628,3,2385,2707 +"29336",6390,4932,3,2385,2752 +"29337",6390,5258,3,2385,2730 +"29338",6390,5326,3,2385,2652 +"29339",6390,6074,3,2385,2426 +"29340",6390,6491,3,2385,2424 +"29341",6390,7847,3,2385,2424 +"29342",6390,8657,3,2385,2473 +"29343",6390,8762,2,2385,2585 +"29344",6390,9150,3,2385,2689 +"29345",6390,9311,3,2385,2477 +"29346",6390,9362,3,2385,2879 +"29347",6390,11351,3,2385,2971 +"29348",6390,12713,3,2385,2440 +"29349",6390,12976,3,2385,2399 +"29350",6390,14652,2,2385,2516 +"29351",6390,18543,2,2385,2968 +"29352",6390,19027,3,2385,2721 +"29353",6390,21682,3,2385,2414 +"29354",6390,22326,3,2385,2818 +"29355",6390,23132,3,2385,2756 +"29356",6390,25565,3,2385,2764 +"29357",6390,27275,3,2385,2656 +"29358",6390,27390,3,2385,2425 +"29359",6390,27628,3,2385,2389 +"29360",6390,29948,3,2385,2795 +"29361",6390,31235,1,2385,2668 +"29362",6390,36439,2,2385,2469 +"29363",6390,38667,3,2385,2880 +"29364",6390,38755,3,2385,2902 +"29365",6390,38780,3,2385,2705 +"29366",6390,40954,3,2385,2603 +"29367",6390,43173,3,2385,2895 +"29368",6390,43226,3,2385,2442 +"29369",6390,44427,2,2385,2875 +"29370",6390,46951,3,2385,2429 +"29371",6390,47445,2,2385,2668 +"29372",6390,56082,3,2385,2395 +"29373",6390,56237,3,2385,2625 +"29374",6390,56910,3,2385,2705 +"29375",6390,57544,2,2385,2443 +"29376",6390,58993,3,2385,2390 +"29377",6390,60661,3,2385,2700 +"29378",6390,61337,3,2385,2777 +"29379",6390,62219,2,2385,2494 +"29380",6390,64997,3,2385,2791 +"29381",6390,66413,3,2385,2507 +"29382",6390,68810,3,2385,2409 +"29383",6390,71274,3,2385,2390 +"29384",6390,74636,2,2385,2525 +"29385",6390,88232,2,2385,2881 +"29386",6390,100215,3,2385,2436 +"29387",6392,1136,3,1878,2536 +"29388",6392,1151,3,1878,2885 +"29389",6392,1616,3,1878,2662 +"29390",6392,1822,3,1878,2888 +"29391",6392,2181,3,1878,2030 +"29392",6392,3477,2,1878,2546 +"29393",6392,3628,3,1878,2707 +"29394",6392,4687,3,1878,2152 +"29395",6392,5839,3,1878,2301 +"29396",6392,6063,2,1878,2349 +"29397",6392,6428,3,1878,1952 +"29398",6392,7847,3,1878,2424 +"29399",6392,8762,2,1878,2585 +"29400",6392,8993,3,1878,2099 +"29401",6392,9503,3,1878,2453 +"29402",6392,11351,3,1878,2971 +"29403",6392,12374,3,1878,2260 +"29404",6392,13899,3,1878,2650 +"29405",6392,14817,3,1878,2110 +"29406",6392,15023,3,1878,2054 +"29407",6392,19317,3,1878,2041 +"29408",6392,20124,3,1878,2376 +"29409",6392,20984,3,1878,2502 +"29410",6392,21684,3,1878,1971 +"29411",6392,25816,2,1878,2088 +"29412",6392,31357,3,1878,2389 +"29413",6392,32339,3,1878,2430 +"29414",6392,32395,3,1878,2735 +"29415",6392,33223,2,1878,2397 +"29416",6392,33451,3,1878,1957 +"29417",6392,33470,3,1878,2003 +"29418",6392,35235,3,1878,2610 +"29419",6392,35428,3,1878,2263 +"29420",6392,35822,3,1878,1903 +"29421",6392,37301,3,1878,2160 +"29422",6392,38727,2,1878,2238 +"29423",6392,39411,2,1878,2384 +"29424",6392,40931,3,1878,2301 +"29425",6392,43173,3,1878,2895 +"29426",6392,47595,3,1878,2374 +"29427",6392,51843,3,1878,2389 +"29428",6392,60661,2,1878,2700 +"29429",6392,64997,3,1878,2791 +"29430",6392,65016,3,1878,2749 +"29431",6392,79547,3,1878,1909 +"29432",6392,84317,3,1878,2081 +"29433",6409,134,3,132,2062 +"29434",6409,782,2,132,945 +"29435",6409,1127,3,132,1188 +"29436",6409,1578,1,132,1612 +"29437",6409,1692,3,132,2443 +"29438",6409,2057,3,132,1965 +"29439",6409,4932,3,132,2752 +"29440",6409,5484,3,132,582 +"29441",6409,5845,3,132,1552 +"29442",6409,6603,2,132,2185 +"29443",6409,7148,3,132,1095 +"29444",6409,7785,3,132,2441 +"29445",6409,7786,1,132,508 +"29446",6409,9440,3,132,1006 +"29447",6409,9801,3,132,2443 +"29448",6409,10002,1,132,1788 +"29449",6409,10279,3,132,886 +"29450",6409,11067,3,132,2734 +"29451",6409,11127,3,132,1196 +"29452",6409,13150,3,132,1570 +"29453",6409,15381,3,132,2289 +"29454",6409,15821,2,132,2456 +"29455",6409,17061,3,132,2385 +"29456",6409,17502,3,132,869 +"29457",6409,18211,3,132,1745 +"29458",6409,18978,3,132,952 +"29459",6409,22256,3,132,829 +"29460",6409,23382,3,132,803 +"29461",6409,23430,3,132,904 +"29462",6409,24085,3,132,1253 +"29463",6409,24195,2,132,1575 +"29464",6409,24866,2,132,2103 +"29465",6409,26462,3,132,140 +"29466",6409,26721,3,132,2586 +"29467",6409,27399,3,132,1866 +"29468",6409,29050,3,132,1196 +"29469",6409,29170,3,132,1846 +"29470",6409,29578,3,132,1957 +"29471",6409,31131,3,132,2810 +"29472",6409,32532,3,132,2338 +"29473",6409,32651,3,132,877 +"29474",6409,34395,2,132,583 +"29475",6409,35620,3,132,2092 +"29476",6409,36450,3,132,1591 +"29477",6409,36506,2,132,2638 +"29478",6409,39987,3,132,2096 +"29479",6409,40675,3,132,1595 +"29480",6409,43929,3,132,2749 +"29481",6409,45461,2,132,2458 +"29482",6409,46385,3,132,2225 +"29483",6409,47435,3,132,878 +"29484",6409,47445,3,132,2668 +"29485",6409,47534,1,132,2712 +"29486",6409,47966,2,132,2409 +"29487",6409,48435,3,132,528 +"29488",6409,51386,3,132,459 +"29489",6409,53530,2,132,2380 +"29490",6409,61785,3,132,822 +"29491",6409,64987,3,132,1360 +"29492",6409,67963,3,132,806 +"29493",6409,76631,2,132,1697 +"29494",6409,88209,2,132,663 +"29495",6409,94444,3,132,1554 +"29496",6409,97811,3,132,1288 +"29497",6417,23,3,1675,1682 +"29498",6417,145,3,1675,1998 +"29499",6417,270,3,1675,2542 +"29500",6417,380,3,1675,2261 +"29501",6417,600,3,1675,1702 +"29502",6417,913,3,1675,2144 +"29503",6417,1046,3,1675,1881 +"29504",6417,1102,3,1675,2282 +"29505",6417,1196,3,1675,1986 +"29506",6417,1275,3,1675,2068 +"29507",6417,1495,3,1675,2046 +"29508",6417,1592,3,1675,2006 +"29509",6417,1639,3,1675,2631 +"29510",6417,1691,3,1675,1941 +"29511",6417,1822,3,1675,2888 +"29512",6417,2093,3,1675,2459 +"29513",6417,2111,3,1675,1904 +"29514",6417,2484,3,1675,2389 +"29515",6417,2766,3,1675,1920 +"29516",6417,3164,3,1675,2693 +"29517",6417,3306,3,1675,1989 +"29518",6417,3716,3,1675,1679 +"29519",6417,3947,3,1675,2067 +"29520",6417,3961,2,1675,2426 +"29521",6417,3966,3,1675,2425 +"29522",6417,4253,3,1675,1890 +"29523",6417,4289,3,1675,1921 +"29524",6417,4360,3,1675,1770 +"29525",6417,4681,3,1675,2356 +"29526",6417,4705,3,1675,1714 +"29527",6417,4863,3,1675,1961 +"29528",6417,4953,3,1675,2285 +"29529",6417,5041,3,1675,2371 +"29530",6417,5072,3,1675,2175 +"29531",6417,5315,3,1675,2631 +"29532",6417,5350,3,1675,2522 +"29533",6417,5429,3,1675,1991 +"29534",6417,5622,2,1675,2175 +"29535",6417,5971,3,1675,1985 +"29536",6417,5986,2,1675,1721 +"29537",6417,6030,3,1675,2953 +"29538",6417,6047,2,1675,2004 +"29539",6417,6062,3,1675,2681 +"29540",6417,6252,3,1675,2336 +"29541",6417,6324,3,1675,1990 +"29542",6417,6588,3,1675,2025 +"29543",6417,8533,3,1675,2251 +"29544",6417,8621,3,1675,1681 +"29545",6417,9702,3,1675,1928 +"29546",6417,9928,2,1675,2345 +"29547",6417,10358,2,1675,2294 +"29548",6417,10513,3,1675,2284 +"29549",6417,10558,3,1675,2312 +"29550",6417,10717,3,1675,1938 +"29551",6417,10779,3,1675,2881 +"29552",6417,10857,3,1675,2253 +"29553",6417,10870,3,1675,1755 +"29554",6417,10871,3,1675,2314 +"29555",6417,11103,3,1675,2393 +"29556",6417,11218,1,1675,2292 +"29557",6417,11477,3,1675,2724 +"29558",6417,11493,3,1675,2077 +"29559",6417,11966,3,1675,2385 +"29560",6417,12035,2,1675,2721 +"29561",6417,12042,2,1675,2345 +"29562",6417,12374,3,1675,2260 +"29563",6417,12375,3,1675,1873 +"29564",6417,12692,3,1675,1855 +"29565",6417,12724,3,1675,1930 +"29566",6417,13311,3,1675,2315 +"29567",6417,13388,3,1675,2119 +"29568",6417,13760,3,1675,2871 +"29569",6417,13780,3,1675,2412 +"29570",6417,13801,3,1675,2041 +"29571",6417,13929,3,1675,2693 +"29572",6417,14032,2,1675,2144 +"29573",6417,14108,3,1675,2012 +"29574",6417,14252,3,1675,2244 +"29575",6417,14943,3,1675,1942 +"29576",6417,14972,3,1675,2332 +"29577",6417,15003,3,1675,2067 +"29578",6417,15301,3,1675,2308 +"29579",6417,15309,3,1675,2820 +"29580",6417,15539,3,1675,1929 +"29581",6417,16352,1,1675,2657 +"29582",6417,16539,3,1675,1947 +"29583",6417,16826,3,1675,2599 +"29584",6417,17400,2,1675,2231 +"29585",6417,17819,3,1675,2291 +"29586",6417,18103,3,1675,1968 +"29587",6417,18348,3,1675,1711 +"29588",6417,18394,3,1675,2356 +"29589",6417,18874,2,1675,2170 +"29590",6417,19027,3,1675,2721 +"29591",6417,19719,3,1675,2177 +"29592",6417,20067,3,1675,2390 +"29593",6417,20124,3,1675,2376 +"29594",6417,20292,3,1675,2755 +"29595",6417,20407,3,1675,2339 +"29596",6417,20643,3,1675,2341 +"29597",6417,21138,2,1675,2849 +"29598",6417,21571,3,1675,2755 +"29599",6417,21706,3,1675,1988 +"29600",6417,21795,3,1675,2653 +"29601",6417,22141,3,1675,2348 +"29602",6417,22197,3,1675,2271 +"29603",6417,22331,3,1675,2687 +"29604",6417,22566,3,1675,2308 +"29605",6417,22639,3,1675,2352 +"29606",6417,23310,3,1675,2371 +"29607",6417,23508,3,1675,1907 +"29608",6417,23526,3,1675,1998 +"29609",6417,23715,3,1675,1859 +"29610",6417,23725,3,1675,2378 +"29611",6417,23869,3,1675,1918 +"29612",6417,24146,2,1675,2003 +"29613",6417,24240,3,1675,1755 +"29614",6417,24253,2,1675,2213 +"29615",6417,24256,3,1675,2393 +"29616",6417,24497,3,1675,1979 +"29617",6417,24511,3,1675,1871 +"29618",6417,24568,3,1675,1937 +"29619",6417,24902,3,1675,2162 +"29620",6417,25078,3,1675,2312 +"29621",6417,25325,3,1675,2963 +"29622",6417,25565,3,1675,2764 +"29623",6417,25971,3,1675,2608 +"29624",6417,26067,3,1675,2069 +"29625",6417,26080,2,1675,2525 +"29626",6417,26249,3,1675,2301 +"29627",6417,26366,3,1675,1688 +"29628",6417,26818,2,1675,1999 +"29629",6417,26867,3,1675,1804 +"29630",6417,27195,3,1675,2158 +"29631",6417,28050,3,1675,1955 +"29632",6417,28168,3,1675,2702 +"29633",6417,28296,3,1675,2944 +"29634",6417,29170,3,1675,1846 +"29635",6417,29314,3,1675,2736 +"29636",6417,29930,2,1675,2240 +"29637",6417,30081,3,1675,2403 +"29638",6417,30173,3,1675,2404 +"29639",6417,30405,3,1675,2164 +"29640",6417,31235,3,1675,2668 +"29641",6417,32503,3,1675,2020 +"29642",6417,32567,3,1675,2784 +"29643",6417,32658,3,1675,1694 +"29644",6417,32919,3,1675,2321 +"29645",6417,33801,3,1675,2899 +"29646",6417,34735,2,1675,2767 +"29647",6417,35926,2,1675,2371 +"29648",6417,36439,3,1675,2469 +"29649",6417,36691,3,1675,1903 +"29650",6417,36950,3,1675,2204 +"29651",6417,36962,2,1675,2861 +"29652",6417,37758,3,1675,1998 +"29653",6417,38213,3,1675,1744 +"29654",6417,38227,3,1675,2511 +"29655",6417,38374,3,1675,1890 +"29656",6417,39294,2,1675,1889 +"29657",6417,40432,2,1675,1956 +"29658",6417,41955,3,1675,2479 +"29659",6417,41972,3,1675,2509 +"29660",6417,42196,3,1675,2765 +"29661",6417,42619,3,1675,2017 +"29662",6417,43213,3,1675,2160 +"29663",6417,45684,3,1675,2200 +"29664",6417,45903,3,1675,2237 +"29665",6417,46629,3,1675,2255 +"29666",6417,46803,3,1675,2305 +"29667",6417,47248,3,1675,2883 +"29668",6417,47386,2,1675,2226 +"29669",6417,47715,3,1675,2111 +"29670",6417,49110,3,1675,2938 +"29671",6417,49608,3,1675,2184 +"29672",6417,49620,3,1675,1868 +"29673",6417,49787,3,1675,2352 +"29674",6417,49812,3,1675,1816 +"29675",6417,50134,3,1675,2674 +"29676",6417,50236,2,1675,2339 +"29677",6417,50252,3,1675,2001 +"29678",6417,51017,2,1675,2073 +"29679",6417,51035,3,1675,2397 +"29680",6417,52026,3,1675,2633 +"29681",6417,53293,3,1675,2916 +"29682",6417,53475,3,1675,2853 +"29683",6417,54551,3,1675,2348 +"29684",6417,54879,3,1675,2210 +"29685",6417,54929,1,1675,2783 +"29686",6417,56082,3,1675,2395 +"29687",6417,56237,3,1675,2625 +"29688",6417,56604,2,1675,1919 +"29689",6417,57246,3,1675,1873 +"29690",6417,57977,2,1675,2683 +"29691",6417,58993,3,1675,2390 +"29692",6417,60280,3,1675,1918 +"29693",6417,63409,3,1675,1937 +"29694",6417,63442,3,1675,1965 +"29695",6417,64327,3,1675,1918 +"29696",6417,71274,2,1675,2390 +"29697",6417,72207,3,1675,2430 +"29698",6417,72501,3,1675,2795 +"29699",6417,73305,3,1675,2544 +"29700",6417,74636,3,1675,2525 +"29701",6417,75403,3,1675,1895 +"29702",6417,76048,3,1675,2373 +"29703",6417,76356,3,1675,2323 +"29704",6417,81349,2,1675,1958 +"29705",6417,82732,3,1675,2810 +"29706",6417,82929,3,1675,2475 +"29707",6417,82932,3,1675,2245 +"29708",6417,84022,3,1675,2289 +"29709",6417,88232,3,1675,2881 +"29710",6417,89880,3,1675,1938 +"29711",6428,135,3,1952,2233 +"29712",6428,145,3,1952,1998 +"29713",6428,380,3,1952,2261 +"29714",6428,455,3,1952,2827 +"29715",6428,913,3,1952,2144 +"29716",6428,1136,2,1952,2536 +"29717",6428,1592,3,1952,2006 +"29718",6428,3409,3,1952,2167 +"29719",6428,3628,3,1952,2707 +"29720",6428,4191,2,1952,2130 +"29721",6428,4618,3,1952,2607 +"29722",6428,4687,2,1952,2152 +"29723",6428,5258,3,1952,2730 +"29724",6428,5326,3,1952,2652 +"29725",6428,5839,3,1952,2301 +"29726",6428,6390,3,1952,2385 +"29727",6428,6491,1,1952,2424 +"29728",6428,7354,2,1952,2008 +"29729",6428,7847,1,1952,2424 +"29730",6428,8762,3,1952,2585 +"29731",6428,9362,3,1952,2879 +"29732",6428,10370,3,1952,2224 +"29733",6428,11351,3,1952,2971 +"29734",6428,12374,3,1952,2260 +"29735",6428,13324,3,1952,2163 +"29736",6428,14108,3,1952,2012 +"29737",6428,14652,3,1952,2516 +"29738",6428,14655,3,1952,2559 +"29739",6428,14767,3,1952,2068 +"29740",6428,19093,3,1952,2224 +"29741",6428,20311,3,1952,1981 +"29742",6428,20407,3,1952,2339 +"29743",6428,23216,3,1952,2424 +"29744",6428,23460,2,1952,2183 +"29745",6428,25816,1,1952,2088 +"29746",6428,26067,3,1952,2069 +"29747",6428,26451,3,1952,2133 +"29748",6428,27628,2,1952,2389 +"29749",6428,27753,3,1952,2750 +"29750",6428,30981,3,1952,2366 +"29751",6428,31235,2,1952,2668 +"29752",6428,33622,3,1952,2230 +"29753",6428,35235,3,1952,2610 +"29754",6428,35428,3,1952,2263 +"29755",6428,36439,3,1952,2469 +"29756",6428,38727,3,1952,2238 +"29757",6428,39411,2,1952,2384 +"29758",6428,40369,2,1952,2735 +"29759",6428,40931,3,1952,2301 +"29760",6428,43173,3,1952,2895 +"29761",6428,43518,3,1952,2680 +"29762",6428,47445,3,1952,2668 +"29763",6428,51410,3,1952,2739 +"29764",6428,55139,3,1952,2323 +"29765",6428,57544,1,1952,2443 +"29766",6428,60661,2,1952,2700 +"29767",6428,64997,2,1952,2791 +"29768",6428,66413,3,1952,2507 +"29769",6428,74636,3,1952,2525 +"29770",6428,88232,3,1952,2881 +"29771",6432,5414,1,2297,2321 +"29772",6432,6262,3,2297,2733 +"29773",6432,18466,3,2297,2340 +"29774",6432,18479,3,2297,2967 +"29775",6432,36506,3,2297,2638 +"29776",6432,43929,3,2297,2749 +"29777",6432,72207,3,2297,2430 +"29778",6432,76604,1,2297,2590 +"29779",6432,116792,2,2297,2397 +"29780",6449,270,3,1997,2542 +"29781",6449,2181,2,1997,2030 +"29782",6449,2224,3,1997,2751 +"29783",6449,2424,2,1997,2582 +"29784",6449,2533,3,1997,2016 +"29785",6449,3305,3,1997,2839 +"29786",6449,3477,3,1997,2546 +"29787",6449,3978,3,1997,2775 +"29788",6449,4929,2,1997,2240 +"29789",6449,4953,3,1997,2285 +"29790",6449,5610,3,1997,2223 +"29791",6449,6063,3,1997,2349 +"29792",6449,8842,3,1997,2535 +"29793",6449,9175,1,1997,2639 +"29794",6449,9331,3,1997,2269 +"29795",6449,10349,3,1997,2300 +"29796",6449,12081,2,1997,2166 +"29797",6449,12518,3,1997,2747 +"29798",6449,13249,3,1997,2573 +"29799",6449,14918,2,1997,2071 +"29800",6449,15008,3,1997,2338 +"29801",6449,15444,3,1997,2764 +"29802",6449,15729,2,1997,2338 +"29803",6449,15813,3,1997,2143 +"29804",6449,16628,2,1997,2409 +"29805",6449,17351,3,1997,2036 +"29806",6449,17549,2,1997,2647 +"29807",6449,18165,3,1997,2085 +"29808",6449,18458,3,1997,2477 +"29809",6449,20331,3,1997,2365 +"29810",6449,20730,3,1997,2243 +"29811",6449,21285,3,1997,2100 +"29812",6449,21734,3,1997,2528 +"29813",6449,24558,2,1997,2139 +"29814",6449,26671,3,1997,2279 +"29815",6449,27694,3,1997,2030 +"29816",6449,31117,3,1997,2210 +"29817",6449,31159,2,1997,2231 +"29818",6449,31295,3,1997,2183 +"29819",6449,33200,3,1997,2221 +"29820",6449,33223,3,1997,2397 +"29821",6449,34120,3,1997,2786 +"29822",6449,38307,2,1997,2648 +"29823",6449,39464,2,1997,2314 +"29824",6449,41770,3,1997,2752 +"29825",6449,41945,2,1997,2856 +"29826",6449,42216,3,1997,2722 +"29827",6449,42783,2,1997,2338 +"29828",6449,43455,3,1997,2846 +"29829",6449,44688,3,1997,2924 +"29830",6449,45239,1,1997,2535 +"29831",6449,46446,3,1997,2295 +"29832",6449,46629,3,1997,2255 +"29833",6449,47140,3,1997,2439 +"29834",6449,50113,3,1997,2059 +"29835",6449,52576,3,1997,2234 +"29836",6449,52892,3,1997,2372 +"29837",6449,53995,3,1997,2151 +"29838",6449,60974,3,1997,2972 +"29839",6449,61982,3,1997,2725 +"29840",6449,65434,3,1997,2866 +"29841",6449,76892,3,1997,2381 +"29842",6449,79653,3,1997,2683 +"29843",6479,1745,3,1021,2693 +"29844",6479,13119,3,1021,1739 +"29845",6479,15078,2,1021,1033 +"29846",6479,15462,3,1021,1141 +"29847",6479,16437,3,1021,1956 +"29848",6479,16776,2,1021,1565 +"29849",6479,22964,3,1021,1443 +"29850",6479,31783,3,1021,1180 +"29851",6479,33314,3,1021,1444 +"29852",6479,37752,3,1021,2223 +"29853",6479,39443,3,1021,2277 +"29854",6479,39875,3,1021,2422 +"29855",6479,44786,3,1021,1096 +"29856",6479,45480,3,1021,1104 +"29857",6479,45983,3,1021,1260 +"29858",6479,46570,3,1021,1707 +"29859",6479,49372,2,1021,1756 +"29860",6479,49558,1,1021,2083 +"29861",6479,59039,3,1021,2870 +"29862",6479,65188,3,1021,2213 +"29863",6479,65522,3,1021,1572 +"29864",6479,69131,3,1021,2122 +"29865",6479,69788,3,1021,2007 +"29866",6479,70126,3,1021,1158 +"29867",6479,72438,3,1021,1397 +"29868",6479,77077,3,1021,2693 +"29869",6479,77377,2,1021,1487 +"29870",6479,88102,2,1021,1244 +"29871",6479,90745,2,1021,1994 +"29872",6480,827,3,1678,2964 +"29873",6480,916,3,1678,2718 +"29874",6480,1624,3,1678,2687 +"29875",6480,2282,3,1678,2056 +"29876",6480,2647,3,1678,2450 +"29877",6480,2927,2,1678,1789 +"29878",6480,4180,2,1678,1817 +"29879",6480,4551,2,1678,2720 +"29880",6480,5303,2,1678,1849 +"29881",6480,6040,3,1678,2103 +"29882",6480,7253,1,1678,2686 +"29883",6480,7254,1,1678,1849 +"29884",6480,13388,3,1678,2119 +"29885",6480,18700,3,1678,1929 +"29886",6480,19509,2,1678,2000 +"29887",6480,26513,3,1678,2205 +"29888",6480,28268,2,1678,2258 +"29889",6480,28782,3,1678,2272 +"29890",6480,34953,2,1678,1817 +"29891",6480,36840,3,1678,2269 +"29892",6480,42382,3,1678,2224 +"29893",6480,42390,3,1678,2937 +"29894",6480,46616,3,1678,1917 +"29895",6480,47607,2,1678,2724 +"29896",6480,52380,2,1678,2686 +"29897",6480,53584,3,1678,2391 +"29898",6480,58945,2,1678,2481 +"29899",6480,59511,2,1678,2753 +"29900",6480,69029,3,1678,2623 +"29901",6480,75194,2,1678,1736 +"29902",6480,80970,3,1678,2069 +"29903",6491,455,3,2424,2827 +"29904",6491,1136,2,2424,2536 +"29905",6491,2166,3,2424,2557 +"29906",6491,2224,3,2424,2751 +"29907",6491,2684,3,2424,2874 +"29908",6491,4618,3,2424,2607 +"29909",6491,5326,3,2424,2652 +"29910",6491,9362,2,2424,2879 +"29911",6491,14655,3,2424,2559 +"29912",6491,14834,3,2424,2739 +"29913",6491,19606,3,2424,2783 +"29914",6491,21275,3,2424,2609 +"29915",6491,26080,3,2424,2525 +"29916",6491,27753,3,2424,2750 +"29917",6491,31235,2,2424,2668 +"29918",6491,33801,3,2424,2899 +"29919",6491,36087,3,2424,2755 +"29920",6491,40369,1,2424,2735 +"29921",6491,43173,2,2424,2895 +"29922",6491,43226,3,2424,2442 +"29923",6491,43518,2,2424,2680 +"29924",6491,46950,3,2424,2673 +"29925",6491,47445,3,2424,2668 +"29926",6491,50118,3,2424,2654 +"29927",6491,51410,3,2424,2739 +"29928",6491,57544,1,2424,2443 +"29929",6491,57977,3,2424,2683 +"29930",6491,60661,3,2424,2700 +"29931",6491,64997,1,2424,2791 +"29932",6491,66413,3,2424,2507 +"29933",6491,88232,3,2424,2881 +"29934",6491,108379,3,2424,2933 +"29935",6492,2540,3,1162,1398 +"29936",6492,2684,3,1162,2874 +"29937",6492,2864,3,1162,1543 +"29938",6492,3198,2,1162,1797 +"29939",6492,3395,2,1162,1382 +"29940",6492,3397,2,1162,2126 +"29941",6492,3409,2,1162,2167 +"29942",6492,3453,1,1162,2126 +"29943",6492,12778,2,1162,2045 +"29944",6492,16542,3,1162,2039 +"29945",6492,17245,3,1162,1811 +"29946",6492,19380,3,1162,2637 +"29947",6492,19893,3,1162,1223 +"29948",6492,23460,3,1162,2183 +"29949",6492,24753,2,1162,2860 +"29950",6492,24793,3,1162,1993 +"29951",6492,24826,3,1162,1382 +"29952",6492,26421,3,1162,2634 +"29953",6492,28588,3,1162,1335 +"29954",6492,32419,3,1162,1909 +"29955",6492,40879,1,1162,2019 +"29956",6492,41664,3,1162,2641 +"29957",6492,43902,2,1162,1726 +"29958",6492,52699,1,1162,1372 +"29959",6492,83286,2,1162,1793 +"29960",6492,83291,2,1162,2066 +"29961",6512,998,3,1672,1795 +"29962",6512,3947,3,1672,2067 +"29963",6512,6255,3,1672,2895 +"29964",6512,15636,3,1672,2857 +"29965",6512,25508,3,1672,2081 +"29966",6512,27195,3,1672,2158 +"29967",6512,29930,3,1672,2240 +"29968",6512,43349,1,1672,2400 +"29969",6512,50269,3,1672,1966 +"29970",6512,53219,3,1672,2973 +"29971",6544,358,2,779,798 +"29972",6544,361,3,779,1970 +"29973",6544,392,3,779,1915 +"29974",6544,26408,3,779,1545 +"29975",6544,36763,3,779,2165 +"29976",6544,49581,3,779,1817 +"29977",6544,49677,3,779,1222 +"29978",6544,52457,3,779,849 +"29979",6544,69087,1,779,798 +"29980",6544,69091,3,779,1267 +"29981",6544,76470,3,779,887 +"29982",6562,468,3,1139,1966 +"29983",6562,1369,3,1139,2487 +"29984",6562,2206,3,1139,2536 +"29985",6562,2724,2,1139,2447 +"29986",6562,3520,3,1139,2281 +"29987",6562,3557,3,1139,1259 +"29988",6562,3559,3,1139,2413 +"29989",6562,3786,2,1139,2282 +"29990",6562,5673,2,1139,1567 +"29991",6562,6040,3,1139,2103 +"29992",6562,6071,3,1139,2310 +"29993",6562,6999,3,1139,2214 +"29994",6562,7648,3,1139,1861 +"29995",6562,7942,3,1139,2623 +"29996",6562,9273,3,1139,1747 +"29997",6562,9912,3,1139,1356 +"29998",6562,10435,3,1139,1984 +"29999",6562,10716,3,1139,1692 +"30000",6562,11135,3,1139,2441 +"30001",6562,11429,3,1139,2520 +"30002",6562,11676,3,1139,1614 +"30003",6562,11803,2,1139,1232 +"30004",6562,12031,2,1139,1957 +"30005",6562,12116,3,1139,2119 +"30006",6562,12861,2,1139,1207 +"30007",6562,13024,3,1139,2468 +"30008",6562,13340,3,1139,1918 +"30009",6562,13400,3,1139,1371 +"30010",6562,14061,2,1139,1620 +"30011",6562,15916,3,1139,1236 +"30012",6562,16184,3,1139,2274 +"30013",6562,16361,3,1139,1641 +"30014",6562,17608,3,1139,1216 +"30015",6562,17768,3,1139,2468 +"30016",6562,17952,3,1139,1530 +"30017",6562,17999,2,1139,2758 +"30018",6562,19476,3,1139,1708 +"30019",6562,19687,3,1139,2072 +"30020",6562,20038,3,1139,1531 +"30021",6562,20517,2,1139,1465 +"30022",6562,21352,3,1139,1604 +"30023",6562,21419,3,1139,1243 +"30024",6562,21701,3,1139,1198 +"30025",6562,21895,2,1139,1693 +"30026",6562,22905,2,1139,2599 +"30027",6562,23364,3,1139,2306 +"30028",6562,23639,2,1139,2065 +"30029",6562,23731,2,1139,1656 +"30030",6562,23739,3,1139,2463 +"30031",6562,24116,1,1139,1413 +"30032",6562,24867,3,1139,1861 +"30033",6562,25053,3,1139,2186 +"30034",6562,25286,3,1139,1545 +"30035",6562,25885,3,1139,1223 +"30036",6562,25886,1,1139,1580 +"30037",6562,26100,2,1139,1966 +"30038",6562,26227,3,1139,2265 +"30039",6562,26567,3,1139,1158 +"30040",6562,29276,3,1139,2000 +"30041",6562,31259,3,1139,2082 +"30042",6562,32939,3,1139,2277 +"30043",6562,33363,3,1139,2475 +"30044",6562,34055,3,1139,1881 +"30045",6562,34953,3,1139,1817 +"30046",6562,35317,3,1139,1888 +"30047",6562,35844,3,1139,2961 +"30048",6562,36662,3,1139,2967 +"30049",6562,36996,3,1139,2321 +"30050",6562,39911,3,1139,1445 +"30051",6562,41051,1,1139,2767 +"30052",6562,41603,3,1139,1942 +"30053",6562,41669,3,1139,1247 +"30054",6562,42407,2,1139,2408 +"30055",6562,42628,2,1139,2486 +"30056",6562,43518,3,1139,2680 +"30057",6562,44501,3,1139,2567 +"30058",6562,45487,3,1139,2256 +"30059",6562,47827,3,1139,1957 +"30060",6562,49805,3,1139,2445 +"30061",6562,50635,3,1139,2962 +"30062",6562,51774,3,1139,2459 +"30063",6562,53289,3,1139,2746 +"30064",6562,53362,3,1139,2360 +"30065",6562,53599,3,1139,2364 +"30066",6562,55436,3,1139,2513 +"30067",6562,55446,3,1139,1247 +"30068",6562,55730,2,1139,1217 +"30069",6562,56212,2,1139,1410 +"30070",6562,56673,2,1139,2419 +"30071",6562,58233,3,1139,1665 +"30072",6562,59289,3,1139,2896 +"30073",6562,61513,3,1139,2948 +"30074",6562,62848,2,1139,1230 +"30075",6562,63096,3,1139,2307 +"30076",6562,66267,3,1139,1278 +"30077",6562,74054,3,1139,1488 +"30078",6562,74409,3,1139,2639 +"30079",6562,75502,3,1139,1474 +"30080",6562,77719,3,1139,2086 +"30081",6562,78277,3,1139,1937 +"30082",6562,79236,3,1139,1505 +"30083",6562,80061,3,1139,1223 +"30084",6562,80705,3,1139,2764 +"30085",6562,80784,3,1139,1738 +"30086",6562,81134,3,1139,1384 +"30087",6562,82175,3,1139,1590 +"30088",6562,84317,3,1139,2081 +"30089",6562,84322,3,1139,1635 +"30090",6562,87958,3,1139,1234 +"30091",6562,92947,3,1139,1289 +"30092",6562,93317,3,1139,1223 +"30093",6562,93670,3,1139,1682 +"30094",6562,94339,3,1139,2768 +"30095",6562,95211,2,1139,2462 +"30096",6562,99955,3,1139,1223 +"30097",6562,106554,3,1139,1270 +"30098",6562,110737,3,1139,2117 +"30099",6562,116792,3,1139,2397 +"30100",6577,671,3,1951,2328 +"30101",6577,4980,3,1951,2093 +"30102",6577,8258,3,1951,1959 +"30103",6577,9893,3,1951,2701 +"30104",6577,23319,3,1951,2867 +"30105",6577,25816,3,1951,2088 +"30106",6577,26749,3,1951,2965 +"30107",6577,28635,3,1951,2368 +"30108",6577,42722,3,1951,2368 +"30109",6577,45715,3,1951,2287 +"30110",6577,51410,3,1951,2739 +"30111",6577,55691,3,1951,2856 +"30112",6577,60867,3,1951,2689 +"30113",6577,101140,3,1951,2364 +"30114",6580,1015,3,222,1174 +"30115",6580,1203,2,222,1350 +"30116",6580,2294,2,222,1638 +"30117",6580,8860,2,222,2141 +"30118",6580,10087,3,222,1617 +"30119",6580,21352,3,222,1604 +"30120",6580,33341,3,222,2338 +"30121",6580,33491,3,222,1226 +"30122",6580,34094,2,222,1360 +"30123",6580,105419,3,222,855 +"30124",6588,270,2,2025,2542 +"30125",6588,380,2,2025,2261 +"30126",6588,1102,2,2025,2282 +"30127",6588,2195,3,2025,2139 +"30128",6588,2424,2,2025,2582 +"30129",6588,2484,3,2025,2389 +"30130",6588,2572,3,2025,2273 +"30131",6588,3305,3,2025,2839 +"30132",6588,3477,3,2025,2546 +"30133",6588,3493,3,2025,2451 +"30134",6588,4953,3,2025,2285 +"30135",6588,5072,3,2025,2175 +"30136",6588,5235,3,2025,2324 +"30137",6588,5622,3,2025,2175 +"30138",6588,6063,3,2025,2349 +"30139",6588,6074,3,2025,2426 +"30140",6588,6363,3,2025,2066 +"30141",6588,6718,3,2025,2138 +"30142",6588,7180,3,2025,2227 +"30143",6588,7234,3,2025,2654 +"30144",6588,7616,3,2025,2296 +"30145",6588,9624,3,2025,2398 +"30146",6588,9654,3,2025,2111 +"30147",6588,9928,3,2025,2345 +"30148",6588,10513,3,2025,2284 +"30149",6588,10857,2,2025,2253 +"30150",6588,11218,2,2025,2292 +"30151",6588,11440,3,2025,2026 +"30152",6588,11477,3,2025,2724 +"30153",6588,12042,3,2025,2345 +"30154",6588,12374,2,2025,2260 +"30155",6588,13307,2,2025,2206 +"30156",6588,13573,3,2025,2774 +"30157",6588,14252,3,2025,2244 +"30158",6588,14586,3,2025,2801 +"30159",6588,14655,3,2025,2559 +"30160",6588,14989,3,2025,2223 +"30161",6588,15003,3,2025,2067 +"30162",6588,15444,3,2025,2764 +"30163",6588,15813,3,2025,2143 +"30164",6588,16352,3,2025,2657 +"30165",6588,17365,3,2025,2746 +"30166",6588,17400,2,2025,2231 +"30167",6588,18005,3,2025,2449 +"30168",6588,18361,3,2025,2968 +"30169",6588,18394,2,2025,2356 +"30170",6588,19248,3,2025,2357 +"30171",6588,19622,2,2025,2371 +"30172",6588,19719,3,2025,2177 +"30173",6588,19862,3,2025,2412 +"30174",6588,20124,2,2025,2376 +"30175",6588,21012,2,2025,2325 +"30176",6588,21104,3,2025,2327 +"30177",6588,21248,3,2025,2232 +"30178",6588,21285,3,2025,2100 +"30179",6588,21693,3,2025,2176 +"30180",6588,22197,3,2025,2271 +"30181",6588,22326,3,2025,2818 +"30182",6588,23011,3,2025,2763 +"30183",6588,23509,3,2025,2275 +"30184",6588,23725,2,2025,2378 +"30185",6588,25305,3,2025,2447 +"30186",6588,25985,3,2025,2071 +"30187",6588,26067,3,2025,2069 +"30188",6588,26080,3,2025,2525 +"30189",6588,26671,3,2025,2279 +"30190",6588,26848,2,2025,2363 +"30191",6588,30052,3,2025,2855 +"30192",6588,30405,2,2025,2164 +"30193",6588,31307,3,2025,2139 +"30194",6588,31436,3,2025,2892 +"30195",6588,32173,3,2025,2341 +"30196",6588,32965,3,2025,2071 +"30197",6588,33223,3,2025,2397 +"30198",6588,33622,3,2025,2230 +"30199",6588,34136,3,2025,2202 +"30200",6588,34480,3,2025,2755 +"30201",6588,34836,3,2025,2302 +"30202",6588,35402,2,2025,2339 +"30203",6588,35926,3,2025,2371 +"30204",6588,38307,3,2025,2648 +"30205",6588,39444,3,2025,2695 +"30206",6588,41945,3,2025,2856 +"30207",6588,41972,3,2025,2509 +"30208",6588,42216,3,2025,2722 +"30209",6588,43213,2,2025,2160 +"30210",6588,43455,2,2025,2846 +"30211",6588,43518,3,2025,2680 +"30212",6588,43673,2,2025,2787 +"30213",6588,45684,2,2025,2200 +"30214",6588,45729,3,2025,2606 +"30215",6588,46629,1,2025,2255 +"30216",6588,48035,3,2025,2180 +"30217",6588,48215,3,2025,2028 +"30218",6588,49110,3,2025,2938 +"30219",6588,50118,3,2025,2654 +"30220",6588,50236,2,2025,2339 +"30221",6588,51041,3,2025,2606 +"30222",6588,51866,3,2025,2411 +"30223",6588,52576,3,2025,2234 +"30224",6588,54551,2,2025,2348 +"30225",6588,54929,3,2025,2783 +"30226",6588,55076,3,2025,2408 +"30227",6588,56082,2,2025,2395 +"30228",6588,56237,2,2025,2625 +"30229",6588,61982,2,2025,2725 +"30230",6588,62841,3,2025,2710 +"30231",6588,64947,3,2025,2489 +"30232",6588,67726,3,2025,2873 +"30233",6588,68215,3,2025,2727 +"30234",6588,71217,3,2025,2169 +"30235",6588,72207,2,2025,2430 +"30236",6588,72326,1,2025,2384 +"30237",6588,76892,3,2025,2381 +"30238",6588,79804,3,2025,2227 +"30239",6588,83396,3,2025,2396 +"30240",6588,92104,3,2025,2339 +"30241",6588,97498,3,2025,2346 +"30242",6588,108867,3,2025,2328 +"30243",6588,117956,3,2025,2774 +"30244",6593,24264,3,253,1760 +"30245",6596,455,3,804,2827 +"30246",6596,9624,2,804,2398 +"30247",6596,18891,3,804,1596 +"30248",6596,28991,2,804,1688 +"30249",6596,96653,3,804,1917 +"30250",6602,270,3,1631,2542 +"30251",6602,680,3,1631,2569 +"30252",6602,1321,3,1631,2075 +"30253",6602,1453,3,1631,1737 +"30254",6602,1560,3,1631,2013 +"30255",6602,2224,3,1631,2751 +"30256",6602,2407,3,1631,1725 +"30257",6602,2424,2,1631,2582 +"30258",6602,2533,3,1631,2016 +"30259",6602,2563,3,1631,1686 +"30260",6602,3011,3,1631,2278 +"30261",6602,3175,3,1631,1938 +"30262",6602,3305,3,1631,2839 +"30263",6602,3460,3,1631,2530 +"30264",6602,3765,3,1631,2775 +"30265",6602,3896,2,1631,2693 +"30266",6602,4303,3,1631,2414 +"30267",6602,4821,2,1631,1938 +"30268",6602,4932,2,1631,2752 +"30269",6602,4983,3,1631,1909 +"30270",6602,5392,3,1631,1648 +"30271",6602,6222,3,1631,1949 +"30272",6602,6449,3,1631,1997 +"30273",6602,7078,3,1631,2344 +"30274",6602,7548,3,1631,1932 +"30275",6602,7858,3,1631,1795 +"30276",6602,8062,3,1631,2858 +"30277",6602,9175,3,1631,2639 +"30278",6602,9311,3,1631,2477 +"30279",6602,9364,3,1631,1698 +"30280",6602,9716,3,1631,1929 +"30281",6602,9979,3,1631,2238 +"30282",6602,11329,2,1631,2799 +"30283",6602,11429,3,1631,2520 +"30284",6602,11477,3,1631,2724 +"30285",6602,12388,3,1631,1975 +"30286",6602,12759,3,1631,2414 +"30287",6602,14669,3,1631,2080 +"30288",6602,14887,2,1631,2158 +"30289",6602,14959,3,1631,2898 +"30290",6602,14972,3,1631,2332 +"30291",6602,15095,3,1631,2001 +"30292",6602,15207,3,1631,1855 +"30293",6602,15453,3,1631,1688 +"30294",6602,15700,3,1631,1712 +"30295",6602,15813,3,1631,2143 +"30296",6602,16866,3,1631,2718 +"30297",6602,17354,3,1631,2250 +"30298",6602,17396,3,1631,1672 +"30299",6602,17520,3,1631,2276 +"30300",6602,18124,3,1631,1642 +"30301",6602,18165,3,1631,2085 +"30302",6602,18371,3,1631,2860 +"30303",6602,18670,3,1631,1835 +"30304",6602,18865,3,1631,2676 +"30305",6602,19528,3,1631,2742 +"30306",6602,20070,3,1631,1914 +"30307",6602,21164,3,1631,1645 +"30308",6602,21285,3,1631,2100 +"30309",6602,24169,3,1631,1663 +"30310",6602,24255,2,1631,2770 +"30311",6602,25373,3,1631,2783 +"30312",6602,25610,3,1631,2328 +"30313",6602,26608,3,1631,2329 +"30314",6602,29073,3,1631,2328 +"30315",6602,29314,3,1631,2736 +"30316",6602,30334,2,1631,2075 +"30317",6602,30705,3,1631,2959 +"30318",6602,31997,3,1631,1703 +"30319",6602,33380,3,1631,2340 +"30320",6602,33433,3,1631,2805 +"30321",6602,34707,3,1631,2042 +"30322",6602,35518,3,1631,1721 +"30323",6602,35888,3,1631,2291 +"30324",6602,36031,2,1631,2342 +"30325",6602,36609,3,1631,2918 +"30326",6602,36646,3,1631,2744 +"30327",6602,36953,3,1631,2790 +"30328",6602,37636,2,1631,2178 +"30329",6602,37844,3,1631,2002 +"30330",6602,38921,3,1631,1880 +"30331",6602,38973,3,1631,1999 +"30332",6602,40392,2,1631,1878 +"30333",6602,41429,3,1631,1770 +"30334",6602,41723,3,1631,2101 +"30335",6602,42216,3,1631,2722 +"30336",6602,42619,3,1631,2017 +"30337",6602,42642,3,1631,2257 +"30338",6602,43204,3,1631,1680 +"30339",6602,43455,3,1631,2846 +"30340",6602,45239,3,1631,2535 +"30341",6602,45461,3,1631,2458 +"30342",6602,45618,3,1631,2356 +"30343",6602,46629,3,1631,2255 +"30344",6602,47082,3,1631,1990 +"30345",6602,47440,3,1631,2234 +"30346",6602,47869,3,1631,2097 +"30347",6602,48215,2,1631,2028 +"30348",6602,51783,2,1631,2599 +"30349",6602,52576,3,1631,2234 +"30350",6602,55604,3,1631,2342 +"30351",6602,56082,3,1631,2395 +"30352",6602,60516,3,1631,2257 +"30353",6602,61982,3,1631,2725 +"30354",6602,62903,3,1631,1704 +"30355",6602,63395,2,1631,2334 +"30356",6602,64469,3,1631,2707 +"30357",6602,68215,3,1631,2727 +"30358",6602,69300,3,1631,2068 +"30359",6602,74204,3,1631,2463 +"30360",6602,76892,3,1631,2381 +"30361",6602,77815,3,1631,2358 +"30362",6602,85525,3,1631,1718 +"30363",6602,89681,3,1631,1978 +"30364",6603,9801,3,2185,2443 +"30365",6603,36506,3,2185,2638 +"30366",6603,45461,3,2185,2458 +"30367",6603,47534,3,2185,2712 +"30368",6612,23319,2,2343,2867 +"30369",6621,55,1,2478,2524 +"30370",6621,3477,3,2478,2546 +"30371",6621,13200,3,2478,2488 +"30372",6621,24923,3,2478,2785 +"30373",6621,37801,3,2478,2578 +"30374",6621,44312,3,2478,2741 +"30375",6621,57205,2,2478,2948 +"30376",6627,2334,3,2063,2619 +"30377",6627,4730,2,2063,2131 +"30378",6627,7433,3,2063,2255 +"30379",6627,11103,2,2063,2393 +"30380",6627,11506,3,2063,2824 +"30381",6627,12948,3,2063,2669 +"30382",6627,18571,2,2063,2128 +"30383",6627,18943,3,2063,2861 +"30384",6627,21180,2,2063,2762 +"30385",6627,21463,1,2063,2437 +"30386",6627,27390,3,2063,2425 +"30387",6627,27783,2,2063,2302 +"30388",6627,29930,3,2063,2240 +"30389",6627,30442,3,2063,2124 +"30390",6627,32449,3,2063,2091 +"30391",6627,33622,3,2063,2230 +"30392",6627,34162,3,2063,2336 +"30393",6627,36136,2,2063,2338 +"30394",6627,36574,3,2063,2934 +"30395",6627,38144,3,2063,2637 +"30396",6627,38309,3,2063,2644 +"30397",6627,38755,3,2063,2902 +"30398",6627,39105,1,2063,2487 +"30399",6627,46951,2,2063,2429 +"30400",6627,55775,2,2063,2385 +"30401",6627,59039,3,2063,2870 +"30402",6627,68592,3,2063,2551 +"30403",6627,69335,3,2063,2698 +"30404",6627,76132,2,2063,2426 +"30405",6627,79322,3,2063,2770 +"30406",6627,111034,3,2063,2131 +"30407",6661,2063,3,149,1278 +"30408",6661,16609,3,149,538 +"30409",6661,108620,3,149,881 +"30410",6665,2798,3,418,1673 +"30411",6665,12475,3,418,588 +"30412",6665,65389,3,418,503 +"30413",6665,73394,3,418,1606 +"30414",6665,79420,3,418,1061 +"30415",6665,82819,3,418,1900 +"30416",6697,2446,3,2438,2606 +"30417",6697,4707,3,2438,2588 +"30418",6697,11136,2,2438,2573 +"30419",6697,14754,3,2438,2456 +"30420",6697,27908,3,2438,2576 +"30421",6697,47968,3,2438,2829 +"30422",6697,54284,3,2438,2491 +"30423",6697,65223,3,2438,2724 +"30424",6697,66693,3,2438,2554 +"30425",6697,111375,3,2438,2686 +"30426",6718,270,2,2138,2542 +"30427",6718,380,3,2138,2261 +"30428",6718,1102,3,2138,2282 +"30429",6718,1367,3,2138,2176 +"30430",6718,2224,3,2138,2751 +"30431",6718,2424,3,2138,2582 +"30432",6718,3305,3,2138,2839 +"30433",6718,4701,3,2138,2401 +"30434",6718,5148,3,2138,2206 +"30435",6718,5235,3,2138,2324 +"30436",6718,5725,3,2138,2789 +"30437",6718,6044,3,2138,2744 +"30438",6718,7515,3,2138,2737 +"30439",6718,7616,3,2138,2296 +"30440",6718,8533,2,2138,2251 +"30441",6718,8762,3,2138,2585 +"30442",6718,9624,3,2138,2398 +"30443",6718,10857,3,2138,2253 +"30444",6718,11218,3,2138,2292 +"30445",6718,12374,3,2138,2260 +"30446",6718,13307,3,2138,2206 +"30447",6718,14959,2,2138,2898 +"30448",6718,18361,3,2138,2968 +"30449",6718,18394,2,2138,2356 +"30450",6718,19622,3,2138,2371 +"30451",6718,19862,3,2138,2412 +"30452",6718,20124,3,2138,2376 +"30453",6718,21012,3,2138,2325 +"30454",6718,21104,3,2138,2327 +"30455",6718,21693,2,2138,2176 +"30456",6718,22197,3,2138,2271 +"30457",6718,22326,2,2138,2818 +"30458",6718,23509,3,2138,2275 +"30459",6718,23725,3,2138,2378 +"30460",6718,25305,2,2138,2447 +"30461",6718,28285,3,2138,2972 +"30462",6718,29073,3,2138,2328 +"30463",6718,29962,3,2138,2201 +"30464",6718,30173,3,2138,2404 +"30465",6718,30405,2,2138,2164 +"30466",6718,31307,3,2138,2139 +"30467",6718,32173,3,2138,2341 +"30468",6718,35235,3,2138,2610 +"30469",6718,35402,3,2138,2339 +"30470",6718,42216,3,2138,2722 +"30471",6718,43455,3,2138,2846 +"30472",6718,43518,3,2138,2680 +"30473",6718,46629,3,2138,2255 +"30474",6718,47947,3,2138,2681 +"30475",6718,48035,3,2138,2180 +"30476",6718,50118,3,2138,2654 +"30477",6718,50236,3,2138,2339 +"30478",6718,52576,3,2138,2234 +"30479",6718,53300,3,2138,2162 +"30480",6718,54551,3,2138,2348 +"30481",6718,56082,3,2138,2395 +"30482",6718,57977,3,2138,2683 +"30483",6718,58508,3,2138,2326 +"30484",6718,61982,3,2138,2725 +"30485",6718,62840,3,2138,2502 +"30486",6718,68215,3,2138,2727 +"30487",6718,70217,2,2138,2332 +"30488",6718,71562,3,2138,2574 +"30489",6718,72207,2,2138,2430 +"30490",6718,72326,3,2138,2384 +"30491",6718,79804,2,2138,2227 +"30492",6718,101295,3,2138,2165 +"30493",6718,101797,3,2138,2357 +"30494",6718,117956,3,2138,2774 +"30495",6724,65856,2,2151,2504 +"30496",6740,10130,3,2699,2741 +"30497",6740,23319,3,2699,2867 +"30498",6740,51410,3,2699,2739 +"30499",6740,61982,3,2699,2725 +"30500",6740,62841,2,2699,2710 +"30501",6755,36662,3,2818,2967 +"30502",6758,1756,2,1431,2231 +"30503",6758,8354,3,1431,1705 +"30504",6758,18965,2,1431,2315 +"30505",6758,57402,3,1431,2454 +"30506",6758,61337,2,1431,2777 +"30507",6800,4188,3,2053,2963 +"30508",6800,5937,3,2053,2392 +"30509",6800,6234,3,2053,2654 +"30510",6800,14861,3,2053,2269 +"30511",6800,15558,3,2053,2389 +"30512",6800,16477,3,2053,2069 +"30513",6800,20011,3,2053,2826 +"30514",6800,30194,3,2053,2874 +"30515",6800,31259,2,2053,2082 +"30516",6800,33460,3,2053,2781 +"30517",6800,41521,2,2053,2069 +"30518",6800,42136,3,2053,2551 +"30519",6800,44730,3,2053,2468 +"30520",6800,50899,2,2053,2125 +"30521",6800,53648,3,2053,2167 +"30522",6800,56413,3,2053,2747 +"30523",6800,63096,3,2053,2307 +"30524",6800,79746,3,2053,2272 +"30525",6800,80705,3,2053,2764 +"30526",6804,12803,2,74,894 +"30527",6820,19137,3,1318,1437 +"30528",6820,78262,3,1318,1326 +"30529",6821,145,2,1788,1998 +"30530",6821,160,3,1788,2007 +"30531",6821,237,3,1788,1982 +"30532",6821,341,3,1788,2689 +"30533",6821,371,3,1788,2950 +"30534",6821,680,3,1788,2569 +"30535",6821,841,3,1788,2964 +"30536",6821,913,3,1788,2144 +"30537",6821,3271,3,1788,2216 +"30538",6821,3456,3,1788,1999 +"30539",6821,3978,3,1788,2775 +"30540",6821,4249,3,1788,2547 +"30541",6821,4929,3,1788,2240 +"30542",6821,5897,3,1788,2337 +"30543",6821,6324,3,1788,1990 +"30544",6821,7167,3,1788,1993 +"30545",6821,8842,3,1788,2535 +"30546",6821,8865,2,1788,2394 +"30547",6821,9272,3,1788,2835 +"30548",6821,9301,3,1788,1861 +"30549",6821,9331,3,1788,2269 +"30550",6821,10215,3,1788,2006 +"30551",6821,10373,2,1788,2436 +"30552",6821,11477,3,1788,2724 +"30553",6821,12081,2,1788,2166 +"30554",6821,12729,3,1788,1835 +"30555",6821,12759,3,1788,2414 +"30556",6821,13324,3,1788,2163 +"30557",6821,13842,3,1788,2250 +"30558",6821,14586,3,1788,2801 +"30559",6821,14918,2,1788,2071 +"30560",6821,15826,3,1788,2772 +"30561",6821,16437,1,1788,1956 +"30562",6821,16796,3,1788,1892 +"30563",6821,17351,2,1788,2036 +"30564",6821,17549,2,1788,2647 +"30565",6821,17632,2,1788,1947 +"30566",6821,18670,2,1788,1835 +"30567",6821,18965,3,1788,2315 +"30568",6821,19165,3,1788,2436 +"30569",6821,19433,3,1788,2504 +"30570",6821,19934,3,1788,2888 +"30571",6821,20308,3,1788,2254 +"30572",6821,20331,3,1788,2365 +"30573",6821,20894,3,1788,2214 +"30574",6821,21079,2,1788,1997 +"30575",6821,21734,2,1788,2528 +"30576",6821,22682,3,1788,2035 +"30577",6821,23460,3,1788,2183 +"30578",6821,24086,3,1788,2663 +"30579",6821,24256,3,1788,2393 +"30580",6821,24558,3,1788,2139 +"30581",6821,27280,3,1788,1965 +"30582",6821,27796,3,1788,2151 +"30583",6821,28051,2,1788,2089 +"30584",6821,30669,3,1788,1921 +"30585",6821,31117,3,1788,2210 +"30586",6821,31159,3,1788,2231 +"30587",6821,31235,3,1788,2668 +"30588",6821,31700,3,1788,2727 +"30589",6821,31705,3,1788,2706 +"30590",6821,34120,3,1788,2786 +"30591",6821,35456,3,1788,2358 +"30592",6821,36344,3,1788,2570 +"30593",6821,37238,3,1788,2609 +"30594",6821,37636,3,1788,2178 +"30595",6821,37752,2,1788,2223 +"30596",6821,38259,3,1788,2258 +"30597",6821,38307,3,1788,2648 +"30598",6821,38373,3,1788,1928 +"30599",6821,39062,3,1788,2020 +"30600",6821,39534,3,1788,2410 +"30601",6821,39875,3,1788,2422 +"30602",6821,40623,3,1788,2580 +"30603",6821,41900,1,1788,1970 +"30604",6821,41945,2,1788,2856 +"30605",6821,43226,3,1788,2442 +"30606",6821,43455,3,1788,2846 +"30607",6821,43961,3,1788,2443 +"30608",6821,44688,3,1788,2924 +"30609",6821,46446,3,1788,2295 +"30610",6821,48110,3,1788,2009 +"30611",6821,50113,3,1788,2059 +"30612",6821,58508,3,1788,2326 +"30613",6821,59039,2,1788,2870 +"30614",6821,64181,3,1788,1828 +"30615",6821,64967,2,1788,2872 +"30616",6821,65188,3,1788,2213 +"30617",6821,69232,3,1788,2130 +"30618",6821,69335,3,1788,2698 +"30619",6821,70573,3,1788,1993 +"30620",6821,77077,3,1788,2693 +"30621",6821,80506,3,1788,1920 +"30622",6821,80812,3,1788,2357 +"30623",6821,88067,3,1788,2315 +"30624",6821,90745,3,1788,1994 +"30625",6821,119524,3,1788,1930 +"30626",6824,566,3,2680,2698 +"30627",6824,10638,1,2680,2692 +"30628",6824,11506,2,2680,2824 +"30629",6824,18943,2,2680,2861 +"30630",6824,20007,3,2680,2971 +"30631",6824,28582,3,2680,2698 +"30632",6824,41978,3,2680,2824 +"30633",6824,59039,3,2680,2870 +"30634",6824,69335,3,2680,2698 +"30635",6841,393,1,263,643 +"30636",6841,1785,3,263,2350 +"30637",6841,2737,3,263,607 +"30638",6841,4249,3,263,2547 +"30639",6841,4784,3,263,2511 +"30640",6841,6020,3,263,1864 +"30641",6841,6747,2,263,2913 +"30642",6841,7763,3,263,1656 +"30643",6841,13595,3,263,1164 +"30644",6841,14212,3,263,857 +"30645",6841,14612,3,263,2340 +"30646",6841,16910,3,263,1978 +"30647",6841,17672,2,263,1987 +"30648",6841,19617,3,263,679 +"30649",6841,19656,3,263,2059 +"30650",6841,21358,3,263,1970 +"30651",6841,25941,3,263,2369 +"30652",6841,27570,3,263,1559 +"30653",6841,28648,3,263,1586 +"30654",6841,30804,3,263,1614 +"30655",6841,33108,3,263,1559 +"30656",6841,34274,3,263,1437 +"30657",6841,36520,2,263,571 +"30658",6841,37765,3,263,1134 +"30659",6841,41141,3,263,2159 +"30660",6841,41489,3,263,2006 +"30661",6841,45297,2,263,1864 +"30662",6841,46049,2,263,2102 +"30663",6841,48823,3,263,2080 +"30664",6841,49029,3,263,647 +"30665",6841,52179,3,263,1572 +"30666",6841,52386,3,263,1830 +"30667",6841,54488,3,263,2357 +"30668",6841,54816,2,263,592 +"30669",6841,59143,3,263,359 +"30670",6841,67289,3,263,829 +"30671",6841,69732,3,263,732 +"30672",6841,82217,3,263,2441 +"30673",6841,93642,3,263,1120 +"30674",6841,105435,3,263,684 +"30675",6843,1067,3,144,918 +"30676",6843,4723,2,144,1314 +"30677",6843,8913,3,144,968 +"30678",6843,11477,3,144,2724 +"30679",6843,15401,3,144,1999 +"30680",6843,16801,3,144,2008 +"30681",6843,19606,3,144,2783 +"30682",6843,23280,3,144,536 +"30683",6843,32988,3,144,2008 +"30684",6843,38219,3,144,1689 +"30685",6843,39627,3,144,546 +"30686",6843,40565,3,144,2115 +"30687",6843,46680,2,144,1690 +"30688",6843,53105,3,144,953 +"30689",6843,65155,3,144,1947 +"30690",6843,71024,1,144,2312 +"30691",6843,95309,3,144,687 +"30692",6871,2111,3,1882,1904 +"30693",6871,5239,3,1882,2875 +"30694",6871,5971,3,1882,1985 +"30695",6871,6588,3,1882,2025 +"30696",6871,13780,3,1882,2412 +"30697",6871,15401,3,1882,1999 +"30698",6871,30747,3,1882,2455 +"30699",6871,32988,3,1882,2008 +"30700",6871,40645,3,1882,1899 +"30701",6871,46040,3,1882,2105 +"30702",6871,46629,3,1882,2255 +"30703",6871,65155,3,1882,1947 +"30704",6876,237,2,1511,1982 +"30705",6876,448,3,1511,2693 +"30706",6876,9060,3,1511,1612 +"30707",6876,9785,3,1511,2951 +"30708",6876,31868,3,1511,1993 +"30709",6876,35728,3,1511,2017 +"30710",6876,59637,3,1511,2141 +"30711",6876,111375,3,1511,2686 +"30712",6877,489,2,867,2652 +"30713",6877,1196,3,867,1986 +"30714",6877,1314,3,867,1522 +"30715",6877,1349,3,867,1147 +"30716",6877,1519,3,867,2349 +"30717",6877,1846,3,867,1845 +"30718",6877,2190,3,867,2359 +"30719",6877,2206,3,867,2536 +"30720",6877,2224,3,867,2751 +"30721",6877,2226,3,867,2225 +"30722",6877,2429,3,867,999 +"30723",6877,2489,3,867,1537 +"30724",6877,2936,2,867,2512 +"30725",6877,3493,3,867,2451 +"30726",6877,3751,3,867,1358 +"30727",6877,4001,3,867,1687 +"30728",6877,4361,3,867,2571 +"30729",6877,4660,1,867,2149 +"30730",6877,4665,3,867,1569 +"30731",6877,5683,3,867,2468 +"30732",6877,8821,3,867,2230 +"30733",6877,9723,3,867,2302 +"30734",6877,12361,3,867,2732 +"30735",6877,13879,2,867,2748 +"30736",6877,14043,3,867,2084 +"30737",6877,15535,3,867,891 +"30738",6877,16365,3,867,2217 +"30739",6877,18978,3,867,952 +"30740",6877,19204,3,867,1753 +"30741",6877,19501,2,867,1186 +"30742",6877,19655,2,867,2706 +"30743",6877,20941,3,867,2725 +"30744",6877,21207,3,867,1258 +"30745",6877,21240,3,867,1162 +"30746",6877,23154,3,867,2345 +"30747",6877,23398,3,867,896 +"30748",6877,23966,2,867,891 +"30749",6877,25241,2,867,1233 +"30750",6877,27390,3,867,2425 +"30751",6877,27686,2,867,2844 +"30752",6877,28909,3,867,978 +"30753",6877,30306,3,867,1606 +"30754",6877,31109,3,867,1845 +"30755",6877,31335,3,867,2351 +"30756",6877,31866,3,867,2101 +"30757",6877,32202,3,867,2314 +"30758",6877,32470,2,867,1539 +"30759",6877,33341,3,867,2338 +"30760",6877,33681,3,867,1059 +"30761",6877,33870,2,867,955 +"30762",6877,35187,3,867,2488 +"30763",6877,35797,3,867,2482 +"30764",6877,36487,2,867,2622 +"30765",6877,36912,3,867,2469 +"30766",6877,37859,3,867,1999 +"30767",6877,38691,3,867,2585 +"30768",6877,39249,3,867,1665 +"30769",6877,39534,3,867,2410 +"30770",6877,40572,3,867,2666 +"30771",6877,41187,3,867,2340 +"30772",6877,42256,3,867,2839 +"30773",6877,43673,3,867,2787 +"30774",6877,44074,3,867,1299 +"30775",6877,44877,3,867,1219 +"30776",6877,48015,3,867,1355 +"30777",6877,50581,3,867,1258 +"30778",6877,51774,3,867,2459 +"30779",6877,58414,3,867,880 +"30780",6877,60808,3,867,1258 +"30781",6877,62066,3,867,2281 +"30782",6877,62626,3,867,2787 +"30783",6877,63641,2,867,2337 +"30784",6877,66717,2,867,2104 +"30785",6877,72535,2,867,1191 +"30786",6877,73582,3,867,2075 +"30787",6877,73786,3,867,2937 +"30788",6877,74055,3,867,1544 +"30789",6877,76391,3,867,1536 +"30790",6877,78842,3,867,904 +"30791",6877,81545,3,867,2077 +"30792",6877,82341,3,867,1515 +"30793",6877,84271,2,867,1556 +"30794",6877,87907,3,867,1173 +"30795",6877,87958,3,867,1234 +"30796",6877,90299,2,867,1606 +"30797",6877,91849,3,867,1166 +"30798",6877,92297,3,867,2952 +"30799",6877,96007,2,867,895 +"30800",6877,96310,3,867,1016 +"30801",6897,1386,1,514,1901 +"30802",6897,2765,3,514,2321 +"30803",6897,3695,2,514,2612 +"30804",6897,3877,2,514,1133 +"30805",6897,5120,3,514,2735 +"30806",6897,5491,3,514,2048 +"30807",6897,7078,3,514,2344 +"30808",6897,7394,2,514,2615 +"30809",6897,9030,3,514,1979 +"30810",6897,9202,3,514,2477 +"30811",6897,11456,3,514,2715 +"30812",6897,12035,3,514,2721 +"30813",6897,13732,3,514,2789 +"30814",6897,14709,3,514,1901 +"30815",6897,14888,3,514,1411 +"30816",6897,15343,3,514,2125 +"30817",6897,16029,3,514,1160 +"30818",6897,17826,3,514,2920 +"30819",6897,18151,2,514,2962 +"30820",6897,20423,3,514,2654 +"30821",6897,20469,3,514,2125 +"30822",6897,21417,3,514,2422 +"30823",6897,21795,3,514,2653 +"30824",6897,22554,3,514,620 +"30825",6897,23159,3,514,1548 +"30826",6897,24511,2,514,1871 +"30827",6897,24608,3,514,1630 +"30828",6897,26865,3,514,2726 +"30829",6897,29791,2,514,1986 +"30830",6897,30081,2,514,2403 +"30831",6897,31898,3,514,1916 +"30832",6897,34327,2,514,2959 +"30833",6897,35542,2,514,1439 +"30834",6897,36950,2,514,2204 +"30835",6897,36962,3,514,2861 +"30836",6897,37333,3,514,1612 +"30837",6897,37752,3,514,2223 +"30838",6897,39827,3,514,2321 +"30839",6897,44684,3,514,1220 +"30840",6897,44729,3,514,588 +"30841",6897,45664,3,514,2235 +"30842",6897,48277,3,514,971 +"30843",6897,49461,3,514,2793 +"30844",6897,52442,2,514,1269 +"30845",6897,59522,2,514,1516 +"30846",6897,65679,3,514,1578 +"30847",6897,70646,3,514,1162 +"30848",6897,70854,3,514,635 +"30849",6897,77167,3,514,836 +"30850",6897,79088,3,514,1369 +"30851",6897,80655,3,514,1546 +"30852",6897,81239,2,514,547 +"30853",6897,82735,3,514,829 +"30854",6897,85592,3,514,1412 +"30855",6897,87198,3,514,1462 +"30856",6897,90501,3,514,2380 +"30857",6897,96678,3,514,1183 +"30858",6914,2208,3,2668,2814 +"30859",6914,40368,3,2668,2876 +"30860",6914,53846,3,2668,2737 +"30861",6914,66318,3,2668,2803 +"30862",6940,312,3,1183,2038 +"30863",6940,455,3,1183,2827 +"30864",6940,470,3,1183,2285 +"30865",6940,600,3,1183,1702 +"30866",6940,913,3,1183,2144 +"30867",6940,2036,3,1183,2483 +"30868",6940,2523,3,1183,1691 +"30869",6940,2533,3,1183,2016 +"30870",6940,3896,3,1183,2693 +"30871",6940,4821,3,1183,1938 +"30872",6940,5429,3,1183,1991 +"30873",6940,6055,3,1183,2651 +"30874",6940,6363,3,1183,2066 +"30875",6940,7515,3,1183,2737 +"30876",6940,9150,3,1183,2689 +"30877",6940,9184,1,1183,2670 +"30878",6940,9432,3,1183,1693 +"30879",6940,9511,2,1183,1232 +"30880",6940,10433,3,1183,2075 +"30881",6940,11006,3,1183,1950 +"30882",6940,11434,2,1183,1187 +"30883",6940,11440,3,1183,2026 +"30884",6940,11516,3,1183,1937 +"30885",6940,12199,3,1183,1651 +"30886",6940,12528,3,1183,2589 +"30887",6940,12602,3,1183,1956 +"30888",6940,12618,3,1183,2021 +"30889",6940,14422,3,1183,1548 +"30890",6940,17328,3,1183,1206 +"30891",6940,17645,3,1183,1918 +"30892",6940,17698,3,1183,1559 +"30893",6940,19248,2,1183,2357 +"30894",6940,19335,2,1183,1729 +"30895",6940,19719,3,1183,2177 +"30896",6940,22567,2,1183,2396 +"30897",6940,22884,3,1183,1608 +"30898",6940,23132,2,1183,2756 +"30899",6940,24448,3,1183,2289 +"30900",6940,24568,2,1183,1937 +"30901",6940,25198,2,1183,1982 +"30902",6940,27694,3,1183,2030 +"30903",6940,27837,3,1183,1315 +"30904",6940,28115,3,1183,1835 +"30905",6940,29930,3,1183,2240 +"30906",6940,31050,3,1183,1491 +"30907",6940,33621,3,1183,1319 +"30908",6940,33672,3,1183,2396 +"30909",6940,34160,3,1183,1759 +"30910",6940,35302,2,1183,1589 +"30911",6940,36646,3,1183,2744 +"30912",6940,39535,3,1183,2428 +"30913",6940,40383,2,1183,2639 +"30914",6940,40756,2,1183,2329 +"30915",6940,41739,3,1183,1339 +"30916",6940,42216,3,1183,2722 +"30917",6940,43941,2,1183,1289 +"30918",6940,46091,3,1183,1938 +"30919",6940,48605,3,1183,2796 +"30920",6940,51041,2,1183,2606 +"30921",6940,51866,3,1183,2411 +"30922",6940,56903,3,1183,1584 +"30923",6940,61982,3,1183,2725 +"30924",6940,62219,3,1183,2494 +"30925",6940,62841,3,1183,2710 +"30926",6940,63395,3,1183,2334 +"30927",6940,63409,2,1183,1937 +"30928",6940,73305,2,1183,2544 +"30929",6940,79804,3,1183,2227 +"30930",6940,80429,3,1183,1927 +"30931",6940,88808,3,1183,1462 +"30932",6940,107649,3,1183,1573 +"30933",6942,499,3,1232,1931 +"30934",6942,3242,3,1232,1730 +"30935",6942,3564,3,1232,2717 +"30936",6942,8073,3,1232,1847 +"30937",6942,9311,3,1232,2477 +"30938",6942,10210,3,1232,1905 +"30939",6942,10404,3,1232,2062 +"30940",6942,10843,3,1232,2277 +"30941",6942,15453,3,1232,1688 +"30942",6942,16954,3,1232,2972 +"30943",6942,18670,3,1232,1835 +"30944",6942,19453,3,1232,1928 +"30945",6942,21448,3,1232,2332 +"30946",6942,24286,3,1232,1280 +"30947",6942,26218,2,1232,2460 +"30948",6942,28011,3,1232,2639 +"30949",6942,29454,3,1232,2719 +"30950",6942,29512,3,1232,1594 +"30951",6942,29683,3,1232,2025 +"30952",6942,31890,3,1232,1487 +"30953",6942,31901,3,1232,1251 +"30954",6942,33010,1,1232,2189 +"30955",6942,33356,2,1232,1586 +"30956",6942,33433,3,1232,2805 +"30957",6942,35004,3,1232,1509 +"30958",6942,35715,2,1232,2912 +"30959",6942,35980,3,1232,2657 +"30960",6942,38755,2,1232,2902 +"30961",6942,39657,3,1232,1947 +"30962",6942,40293,3,1232,1671 +"30963",6942,40819,3,1232,1556 +"30964",6942,41764,3,1232,2409 +"30965",6942,55324,3,1232,1544 +"30966",6942,57337,3,1232,1443 +"30967",6942,66726,3,1232,2068 +"30968",6942,67719,3,1232,2429 +"30969",6942,76971,3,1232,2145 +"30970",6942,80606,3,1232,2079 +"30971",6950,9716,3,488,1929 +"30972",6950,52185,3,488,1012 +"30973",6982,25,3,2034,2762 +"30974",6982,602,1,2034,2632 +"30975",6982,762,2,2034,2671 +"30976",6982,1367,3,2034,2176 +"30977",6982,3011,2,2034,2278 +"30978",6982,3896,3,2034,2693 +"30979",6982,3966,3,2034,2425 +"30980",6982,4567,3,2034,2348 +"30981",6982,8533,3,2034,2251 +"30982",6982,9311,2,2034,2477 +"30983",6982,10843,2,2034,2277 +"30984",6982,12703,2,2034,2689 +"30985",6982,14103,1,2034,2204 +"30986",6982,15626,2,2034,2434 +"30987",6982,21448,2,2034,2332 +"30988",6982,25480,3,2034,2747 +"30989",6982,28285,3,2034,2972 +"30990",6982,28874,2,2034,2329 +"30991",6982,28982,1,2034,2746 +"30992",6982,30906,3,2034,2537 +"30993",6982,33433,2,2034,2805 +"30994",6982,34707,3,2034,2042 +"30995",6982,34842,3,2034,2050 +"30996",6982,35360,3,2034,2043 +"30997",6982,38755,3,2034,2902 +"30998",6982,38885,3,2034,2720 +"30999",6982,39534,3,2034,2410 +"31000",6982,49110,3,2034,2938 +"31001",6982,49696,3,2034,2444 +"31002",6982,51853,3,2034,2520 +"31003",6982,55643,3,2034,2359 +"31004",6982,58993,3,2034,2390 +"31005",6982,59113,2,2034,2434 +"31006",6982,62939,3,2034,2574 +"31007",6986,14507,3,1669,2686 +"31008",6986,18670,3,1669,1835 +"31009",6986,22207,3,1669,2365 +"31010",6986,24825,3,1669,2686 +"31011",6986,31159,3,1669,2231 +"31012",6988,23,2,91,1682 +"31013",6988,600,3,91,1702 +"31014",6988,2077,2,91,610 +"31015",6988,3164,3,91,2693 +"31016",6988,4889,3,91,1501 +"31017",6988,5041,3,91,2371 +"31018",6988,5581,3,91,883 +"31019",6988,5716,2,91,1058 +"31020",6988,5984,3,91,1675 +"31021",6988,5986,3,91,1721 +"31022",6988,6030,3,91,2953 +"31023",6988,6324,3,91,1990 +"31024",6988,6366,3,91,798 +"31025",6988,6417,3,91,1675 +"31026",6988,7233,3,91,572 +"31027",6988,8712,3,91,1153 +"31028",6988,9678,3,91,1217 +"31029",6988,11218,3,91,2292 +"31030",6988,12042,3,91,2345 +"31031",6988,13992,3,91,98 +"31032",6988,14072,2,91,1346 +"31033",6988,14080,3,91,1351 +"31034",6988,14855,2,91,903 +"31035",6988,14972,2,91,2332 +"31036",6988,15301,3,91,2308 +"31037",6988,16096,3,91,2301 +"31038",6988,16352,3,91,2657 +"31039",6988,17381,2,91,1697 +"31040",6988,17400,3,91,2231 +"31041",6988,17626,2,91,1265 +"31042",6988,18348,2,91,1711 +"31043",6988,21416,3,91,2375 +"31044",6988,22566,3,91,2308 +"31045",6988,23310,2,91,2371 +"31046",6988,23825,3,91,1913 +"31047",6988,24568,3,91,1937 +"31048",6988,25971,3,91,2608 +"31049",6988,26080,3,91,2525 +"31050",6988,26659,1,91,903 +"31051",6988,28002,3,91,914 +"31052",6988,28050,3,91,1955 +"31053",6988,28168,3,91,2702 +"31054",6988,28627,2,91,2694 +"31055",6988,29050,3,91,1196 +"31056",6988,29930,3,91,2240 +"31057",6988,32503,3,91,2020 +"31058",6988,32694,3,91,1602 +"31059",6988,32919,3,91,2321 +"31060",6988,34735,3,91,2767 +"31061",6988,34945,3,91,1298 +"31062",6988,35926,3,91,2371 +"31063",6988,36691,2,91,1903 +"31064",6988,37551,3,91,257 +"31065",6988,39186,3,91,1258 +"31066",6988,40417,3,91,771 +"31067",6988,43153,3,91,1381 +"31068",6988,43635,3,91,1196 +"31069",6988,44521,3,91,1593 +"31070",6988,44720,2,91,1202 +"31071",6988,45975,3,91,157 +"31072",6988,46717,3,91,938 +"31073",6988,48548,3,91,826 +"31074",6988,51471,3,91,1280 +"31075",6988,53134,3,91,1590 +"31076",6988,54715,3,91,499 +"31077",6988,54929,3,91,2783 +"31078",6988,56604,3,91,1919 +"31079",6988,57246,3,91,1873 +"31080",6988,59485,3,91,1564 +"31081",6988,59506,3,91,983 +"31082",6988,63400,3,91,1265 +"31083",6988,63409,3,91,1937 +"31084",6988,69117,2,91,645 +"31085",6988,69250,3,91,1439 +"31086",6988,72062,3,91,156 +"31087",6988,72501,3,91,2795 +"31088",6988,73305,3,91,2544 +"31089",6988,74318,3,91,632 +"31090",6988,76495,2,91,1255 +"31091",6988,76905,3,91,298 +"31092",6988,78278,2,91,424 +"31093",6988,80219,1,91,988 +"31094",6988,94500,2,91,1529 +"31095",6988,101598,3,91,781 +"31096",6988,105117,2,91,809 +"31097",6988,105795,2,91,1265 +"31098",6988,109476,3,91,353 +"31099",6988,113619,3,91,760 +"31100",6988,118417,3,91,178 +"31101",6989,341,3,2623,2689 +"31102",6989,841,2,2623,2964 +"31103",6989,3978,2,2623,2775 +"31104",6989,4932,3,2623,2752 +"31105",6989,9787,3,2623,2858 +"31106",6989,11648,2,2623,2852 +"31107",6989,12948,3,2623,2669 +"31108",6989,23206,3,2623,2805 +"31109",6989,25373,3,2623,2783 +"31110",6989,27275,3,2623,2656 +"31111",6989,27742,3,2623,2700 +"31112",6989,28893,3,2623,2764 +"31113",6989,33755,3,2623,2963 +"31114",6989,36953,2,2623,2790 +"31115",6989,40572,3,2623,2666 +"31116",6989,45869,3,2623,2840 +"31117",6989,47529,3,2623,2914 +"31118",6989,53739,3,2623,2704 +"31119",6989,57765,3,2623,2893 +"31120",6989,60672,3,2623,2876 +"31121",6989,63077,3,2623,2778 +"31122",6989,71531,2,2623,2887 +"31123",6999,1369,1,2214,2487 +"31124",6999,1624,3,2214,2687 +"31125",6999,3271,3,2214,2216 +"31126",6999,3559,3,2214,2413 +"31127",6999,4634,3,2214,2291 +"31128",6999,6345,2,2214,2713 +"31129",6999,9272,3,2214,2835 +"31130",6999,9724,3,2214,2713 +"31131",6999,9909,2,2214,2230 +"31132",6999,14470,3,2214,2632 +"31133",6999,20541,3,2214,2617 +"31134",6999,20695,3,2214,2526 +"31135",6999,23550,3,2214,2939 +"31136",6999,36840,3,2214,2269 +"31137",6999,37684,3,2214,2899 +"31138",6999,42382,3,2214,2224 +"31139",6999,42407,1,2214,2408 +"31140",6999,43226,3,2214,2442 +"31141",6999,47607,3,2214,2724 +"31142",6999,47882,3,2214,2769 +"31143",6999,53584,3,2214,2391 +"31144",6999,53652,2,2214,2899 +"31145",6999,58508,3,2214,2326 +"31146",6999,64641,3,2214,2617 +"31147",6999,69335,3,2214,2698 +"31148",6999,73520,3,2214,2613 +"31149",6999,93553,2,2214,2537 +"31150",7009,602,2,1982,2632 +"31151",7009,762,3,1982,2671 +"31152",7009,3011,3,1982,2278 +"31153",7009,6982,1,1982,2034 +"31154",7009,9311,3,1982,2477 +"31155",7009,10843,3,1982,2277 +"31156",7009,12703,3,1982,2689 +"31157",7009,14103,2,1982,2204 +"31158",7009,14723,2,1982,2019 +"31159",7009,15626,3,1982,2434 +"31160",7009,21448,3,1982,2332 +"31161",7009,22311,2,1982,2034 +"31162",7009,25480,3,1982,2747 +"31163",7009,28874,3,1982,2329 +"31164",7009,28982,2,1982,2746 +"31165",7009,33433,3,1982,2805 +"31166",7009,34842,3,1982,2050 +"31167",7009,35360,3,1982,2043 +"31168",7009,59113,3,1982,2434 +"31169",7009,75343,3,1982,2008 +"31170",7013,307,3,2040,2530 +"31171",7013,1355,3,2040,2473 +"31172",7013,2684,3,2040,2874 +"31173",7013,3164,3,2040,2693 +"31174",7013,9893,2,2040,2701 +"31175",7013,11055,2,2040,2111 +"31176",7013,11351,3,2040,2971 +"31177",7013,14652,3,2040,2516 +"31178",7013,17061,3,2040,2385 +"31179",7013,19027,3,2040,2721 +"31180",7013,19248,3,2040,2357 +"31181",7013,20292,3,2040,2755 +"31182",7013,26793,3,2040,2104 +"31183",7013,35481,3,2040,2211 +"31184",7013,39534,3,2040,2410 +"31185",7013,42574,3,2040,2842 +"31186",7013,44676,3,2040,2629 +"31187",7013,45608,3,2040,2420 +"31188",7013,53519,3,2040,2781 +"31189",7013,54695,2,2040,2429 +"31190",7013,58427,2,2040,2234 +"31191",7013,102186,3,2040,2937 +"31192",7014,3978,3,2401,2775 +"31193",7014,13249,3,2401,2573 +"31194",7014,19208,3,2401,2629 +"31195",7014,19364,3,2401,2846 +"31196",7014,37279,2,2401,2768 +"31197",7014,41945,3,2401,2856 +"31198",7014,47947,3,2401,2681 +"31199",7014,59776,3,2401,2493 +"31200",7014,61337,3,2401,2777 +"31201",7014,73553,3,2401,2726 +"31202",7014,77077,3,2401,2693 +"31203",7029,997,3,2204,2788 +"31204",7029,1831,3,2204,2397 +"31205",7029,3495,3,2204,2431 +"31206",7029,9723,3,2204,2302 +"31207",7029,11103,2,2204,2393 +"31208",7029,13780,3,2204,2412 +"31209",7029,24256,3,2204,2393 +"31210",7029,29930,2,2204,2240 +"31211",7029,30747,3,2204,2455 +"31212",7029,36574,3,2204,2934 +"31213",7029,40368,3,2204,2876 +"31214",7029,42574,3,2204,2842 +"31215",7029,53219,3,2204,2973 +"31216",7029,54879,3,2204,2210 +"31217",7078,455,3,2344,2827 +"31218",7078,1090,2,2344,2370 +"31219",7078,2166,2,2344,2557 +"31220",7078,3488,3,2344,2351 +"31221",7078,3695,2,2344,2612 +"31222",7078,5725,3,2344,2789 +"31223",7078,5849,3,2344,2404 +"31224",7078,7394,2,2344,2615 +"31225",7078,11329,3,2344,2799 +"31226",7078,12035,3,2344,2721 +"31227",7078,12867,3,2344,2773 +"31228",7078,13601,3,2344,2689 +"31229",7078,14772,3,2344,2386 +"31230",7078,15184,2,2344,2396 +"31231",7078,16497,2,2344,2370 +"31232",7078,17826,3,2344,2920 +"31233",7078,18151,2,2344,2962 +"31234",7078,19027,3,2344,2721 +"31235",7078,19528,1,2344,2742 +"31236",7078,20423,3,2344,2654 +"31237",7078,20783,2,2344,2414 +"31238",7078,21417,2,2344,2422 +"31239",7078,21795,3,2344,2653 +"31240",7078,22207,3,2344,2365 +"31241",7078,24255,2,2344,2770 +"31242",7078,24756,3,2344,2530 +"31243",7078,26865,3,2344,2726 +"31244",7078,28285,3,2344,2972 +"31245",7078,28923,3,2344,2362 +"31246",7078,30081,3,2344,2403 +"31247",7078,31799,3,2344,2547 +"31248",7078,33572,2,2344,2370 +"31249",7078,34327,1,2344,2959 +"31250",7078,36559,3,2344,2473 +"31251",7078,38667,3,2344,2880 +"31252",7078,47140,3,2344,2439 +"31253",7078,47947,2,2344,2681 +"31254",7078,49461,3,2344,2793 +"31255",7078,53789,2,2344,2681 +"31256",7078,61458,3,2344,2630 +"31257",7078,73266,3,2344,2496 +"31258",7078,90501,3,2344,2380 +"31259",7087,602,3,2356,2632 +"31260",7087,762,3,2356,2671 +"31261",7118,600,3,966,1702 +"31262",7118,2894,3,966,1291 +"31263",7118,5392,3,966,1648 +"31264",7118,8238,3,966,2222 +"31265",7118,9311,3,966,2477 +"31266",7118,9423,3,966,1708 +"31267",7118,12081,3,966,2166 +"31268",7118,12388,3,966,1975 +"31269",7118,14731,3,966,2012 +"31270",7118,16850,3,966,1657 +"31271",7118,18464,3,966,2312 +"31272",7118,18670,2,966,1835 +"31273",7118,19208,3,966,2629 +"31274",7118,19605,3,966,2395 +"31275",7118,22057,3,966,974 +"31276",7118,22682,3,966,2035 +"31277",7118,23918,3,966,1881 +"31278",7118,24169,3,966,1663 +"31279",7118,24256,3,966,2393 +"31280",7118,24421,3,966,1324 +"31281",7118,27796,3,966,2151 +"31282",7118,29089,2,966,1344 +"31283",7118,29512,2,966,1594 +"31284",7118,31159,3,966,2231 +"31285",7118,31705,3,966,2706 +"31286",7118,31890,3,966,1487 +"31287",7118,31901,3,966,1251 +"31288",7118,32047,3,966,1858 +"31289",7118,34707,3,966,2042 +"31290",7118,34820,3,966,1630 +"31291",7118,35888,3,966,2291 +"31292",7118,36578,3,966,1484 +"31293",7118,40565,3,966,2115 +"31294",7118,41739,3,966,1339 +"31295",7118,44403,3,966,2429 +"31296",7118,45545,2,966,1776 +"31297",7118,50480,3,966,2701 +"31298",7118,66756,1,966,1301 +"31299",7118,66878,3,966,1949 +"31300",7118,69250,3,966,1439 +"31301",7118,76196,2,966,1643 +"31302",7118,77155,3,966,2946 +"31303",7118,77550,3,966,1548 +"31304",7118,82187,3,966,1055 +"31305",7123,55,3,1964,2524 +"31306",7123,3506,2,1964,2364 +"31307",7123,4403,3,1964,2416 +"31308",7123,6040,3,1964,2103 +"31309",7123,6621,3,1964,2478 +"31310",7123,16866,3,1964,2718 +"31311",7123,17925,2,1964,2385 +"31312",7123,20695,3,1964,2526 +"31313",7123,21872,3,1964,2458 +"31314",7123,22389,3,1964,2034 +"31315",7123,26740,3,1964,2695 +"31316",7123,31990,3,1964,2264 +"31317",7123,32724,3,1964,2581 +"31318",7123,37801,3,1964,2578 +"31319",7123,44312,3,1964,2741 +"31320",7123,44744,2,1964,2032 +"31321",7123,48931,2,1964,2444 +"31322",7123,53445,2,1964,2028 +"31323",7123,54953,3,1964,2223 +"31324",7123,57804,3,1964,2214 +"31325",7123,96387,1,1964,2159 +"31326",7126,378,2,1261,2766 +"31327",7126,1154,3,1261,1656 +"31328",7126,5363,3,1261,1791 +"31329",7126,7196,3,1261,1508 +"31330",7126,7942,3,1261,2623 +"31331",7126,7984,3,1261,2493 +"31332",7126,8610,3,1261,2240 +"31333",7126,8890,2,1261,1955 +"31334",7126,10453,3,1261,1656 +"31335",7126,14108,3,1261,2012 +"31336",7126,15118,3,1261,1311 +"31337",7126,15401,3,1261,1999 +"31338",7126,16176,2,1261,2703 +"31339",7126,16365,3,1261,2217 +"31340",7126,20392,3,1261,1309 +"31341",7126,20512,3,1261,2748 +"31342",7126,21133,3,1261,1320 +"31343",7126,21209,2,1261,2184 +"31344",7126,21227,2,1261,2110 +"31345",7126,21670,3,1261,2158 +"31346",7126,21681,3,1261,2005 +"31347",7126,23325,3,1261,2779 +"31348",7126,23825,3,1261,1913 +"31349",7126,24264,3,1261,1760 +"31350",7126,28784,3,1261,1579 +"31351",7126,28896,3,1261,1395 +"31352",7126,29503,3,1261,2609 +"31353",7126,29818,3,1261,1677 +"31354",7126,31542,3,1261,2459 +"31355",7126,31700,3,1261,2727 +"31356",7126,32988,3,1261,2008 +"31357",7126,34742,3,1261,1883 +"31358",7126,35822,3,1261,1903 +"31359",7126,36031,3,1261,2342 +"31360",7126,37937,3,1261,1320 +"31361",7126,38602,3,1261,2693 +"31362",7126,41023,3,1261,2408 +"31363",7126,42331,3,1261,1585 +"31364",7126,44383,3,1261,2737 +"31365",7126,47384,3,1261,1639 +"31366",7126,48215,3,1261,2028 +"31367",7126,49265,3,1261,2686 +"31368",7126,52483,3,1261,2317 +"31369",7126,53323,3,1261,2677 +"31370",7126,57380,3,1261,2362 +"31371",7126,65155,3,1261,1947 +"31372",7126,69215,3,1261,1591 +"31373",7126,70101,3,1261,2414 +"31374",7126,72728,3,1261,2234 +"31375",7126,79918,3,1261,1672 +"31376",7126,85869,3,1261,1509 +"31377",7126,88232,3,1261,2881 +"31378",7126,96352,3,1261,1493 +"31379",7126,103491,3,1261,1523 +"31380",7127,20259,2,2352,2751 +"31381",7127,20893,3,2352,2695 +"31382",7148,5239,3,1095,2875 +"31383",7148,5557,2,1095,1929 +"31384",7148,11525,3,1095,2639 +"31385",7148,13780,3,1095,2412 +"31386",7148,14626,3,1095,2175 +"31387",7148,15808,2,1095,1521 +"31388",7148,24195,3,1095,1575 +"31389",7148,25399,3,1095,2784 +"31390",7148,34158,3,1095,2639 +"31391",7148,34954,3,1095,1184 +"31392",7148,36506,3,1095,2638 +"31393",7148,40487,3,1095,2512 +"31394",7148,47534,3,1095,2712 +"31395",7148,57355,2,1095,1261 +"31396",7148,64987,3,1095,1360 +"31397",7167,3978,3,1993,2775 +"31398",7167,9331,3,1993,2269 +"31399",7167,12081,3,1993,2166 +"31400",7167,17351,3,1993,2036 +"31401",7167,20331,3,1993,2365 +"31402",7167,21734,2,1993,2528 +"31403",7167,30827,3,1993,2323 +"31404",7167,38307,3,1993,2648 +"31405",7167,41945,3,1993,2856 +"31406",7167,44688,3,1993,2924 +"31407",7180,10857,3,2227,2253 +"31408",7180,11218,3,2227,2292 +"31409",7180,11477,3,2227,2724 +"31410",7180,17400,3,2227,2231 +"31411",7180,19622,3,2227,2371 +"31412",7180,23725,3,2227,2378 +"31413",7180,31436,2,2227,2892 +"31414",7180,35926,3,2227,2371 +"31415",7180,37620,3,2227,2716 +"31416",7180,46629,3,2227,2255 +"31417",7180,54551,3,2227,2348 +"31418",7180,56082,3,2227,2395 +"31419",7180,76048,3,2227,2373 +"31420",7180,99215,1,2227,2791 +"31421",7181,1046,3,1421,1881 +"31422",7181,1136,3,1421,2536 +"31423",7181,1409,3,1421,2090 +"31424",7181,4191,3,1421,2130 +"31425",7181,4618,3,1421,2607 +"31426",7181,4929,3,1421,2240 +"31427",7181,5064,3,1421,1690 +"31428",7181,5725,3,1421,2789 +"31429",7181,8060,3,1421,1883 +"31430",7181,9362,3,1421,2879 +"31431",7181,9423,3,1421,1708 +"31432",7181,12081,3,1421,2166 +"31433",7181,16352,3,1421,2657 +"31434",7181,18670,3,1421,1835 +"31435",7181,20874,3,1421,1580 +"31436",7181,21079,3,1421,1997 +"31437",7181,21960,2,1421,1517 +"31438",7181,25341,3,1421,1858 +"31439",7181,25643,3,1421,1646 +"31440",7181,31159,3,1421,2231 +"31441",7181,31295,3,1421,2183 +"31442",7181,31799,3,1421,2547 +"31443",7181,34735,3,1421,2767 +"31444",7181,36031,3,1421,2342 +"31445",7181,36087,2,1421,2755 +"31446",7181,37859,3,1421,1999 +"31447",7181,39906,3,1421,2365 +"31448",7181,52443,3,1421,1453 +"31449",7181,58035,3,1421,1646 +"31450",7181,79653,3,1421,2683 +"31451",7181,82767,3,1421,1641 +"31452",7181,89681,3,1421,1978 +"31453",7181,105353,3,1421,2073 +"31454",7185,160,3,1046,2007 +"31455",7185,388,3,1046,1594 +"31456",7185,854,3,1046,2307 +"31457",7185,915,3,1046,1793 +"31458",7185,1574,2,1046,1718 +"31459",7185,1641,3,1046,1490 +"31460",7185,2181,3,1046,2030 +"31461",7185,2894,3,1046,1291 +"31462",7185,3409,3,1046,2167 +"31463",7185,3886,3,1046,1669 +"31464",7185,4504,3,1046,1905 +"31465",7185,5392,3,1046,1648 +"31466",7185,5615,3,1046,1105 +"31467",7185,5865,2,1046,1910 +"31468",7185,6192,2,1046,2409 +"31469",7185,6208,3,1046,2361 +"31470",7185,6449,3,1046,1997 +"31471",7185,7406,2,1046,1906 +"31472",7185,7616,3,1046,2296 +"31473",7185,7677,3,1046,2338 +"31474",7185,8274,3,1046,1909 +"31475",7185,8726,3,1046,2083 +"31476",7185,8865,3,1046,2394 +"31477",7185,9175,3,1046,2639 +"31478",7185,10657,3,1046,1603 +"31479",7185,11429,3,1046,2520 +"31480",7185,11770,2,1046,1653 +"31481",7185,12264,3,1046,1925 +"31482",7185,12388,3,1046,1975 +"31483",7185,13249,3,1046,2573 +"31484",7185,13324,2,1046,2163 +"31485",7185,15122,3,1046,1201 +"31486",7185,15583,3,1046,1144 +"31487",7185,15729,3,1046,2338 +"31488",7185,16347,3,1046,1868 +"31489",7185,16539,3,1046,1947 +"31490",7185,17943,3,1046,1943 +"31491",7185,18464,3,1046,2312 +"31492",7185,19208,2,1046,2629 +"31493",7185,19605,2,1046,2395 +"31494",7185,19656,3,1046,2059 +"31495",7185,19676,3,1046,1515 +"31496",7185,19937,3,1046,1587 +"31497",7185,20162,2,1046,2328 +"31498",7185,22808,2,1046,2297 +"31499",7185,23319,3,1046,2867 +"31500",7185,23460,2,1046,2183 +"31501",7185,23641,3,1046,1934 +"31502",7185,24753,3,1046,2860 +"31503",7185,25030,2,1046,2017 +"31504",7185,26582,3,1046,2772 +"31505",7185,29454,1,1046,2719 +"31506",7185,30096,3,1046,2082 +"31507",7185,30236,3,1046,2238 +"31508",7185,35903,3,1046,1434 +"31509",7185,36837,3,1046,1556 +"31510",7185,37301,3,1046,2160 +"31511",7185,38732,3,1046,2263 +"31512",7185,39009,3,1046,1594 +"31513",7185,39278,3,1046,1952 +"31514",7185,39464,3,1046,2314 +"31515",7185,39556,3,1046,2747 +"31516",7185,40392,3,1046,1878 +"31517",7185,41664,3,1046,2641 +"31518",7185,41764,2,1046,2409 +"31519",7185,42129,2,1046,2318 +"31520",7185,42382,3,1046,2224 +"31521",7185,42783,3,1046,2338 +"31522",7185,45239,3,1046,2535 +"31523",7185,45329,2,1046,1693 +"31524",7185,47529,3,1046,2914 +"31525",7185,47564,3,1046,2650 +"31526",7185,50254,3,1046,1151 +"31527",7185,50480,3,1046,2701 +"31528",7185,50667,3,1046,2719 +"31529",7185,51460,3,1046,1872 +"31530",7185,51610,3,1046,2635 +"31531",7185,55076,3,1046,2408 +"31532",7185,59140,3,1046,2528 +"31533",7185,63477,3,1046,1907 +"31534",7185,65434,2,1046,2866 +"31535",7185,67748,3,1046,1498 +"31536",7185,70046,3,1046,2624 +"31537",7185,77611,3,1046,1795 +"31538",7185,78163,3,1046,1366 +"31539",7185,80377,3,1046,1384 +"31540",7185,82893,3,1046,1275 +"31541",7185,85525,2,1046,1718 +"31542",7185,91210,3,1046,1457 +"31543",7185,95730,3,1046,1481 +"31544",7196,733,3,1508,1653 +"31545",7196,1147,3,1508,1999 +"31546",7196,1154,3,1508,1656 +"31547",7196,1196,3,1508,1986 +"31548",7196,2484,3,1508,2389 +"31549",7196,3167,3,1508,1676 +"31550",7196,3242,3,1508,1730 +"31551",7196,3271,3,1508,2216 +"31552",7196,3306,3,1508,1989 +"31553",7196,3947,3,1508,2067 +"31554",7196,3961,3,1508,2426 +"31555",7196,5239,2,1508,2875 +"31556",7196,5363,3,1508,1791 +"31557",7196,5622,3,1508,2175 +"31558",7196,5798,3,1508,1779 +"31559",7196,6390,3,1508,2385 +"31560",7196,6871,3,1508,1882 +"31561",7196,7269,3,1508,1728 +"31562",7196,7627,3,1508,1543 +"31563",7196,7984,1,1508,2493 +"31564",7196,8890,3,1508,1955 +"31565",7196,9272,3,1508,2835 +"31566",7196,9311,3,1508,2477 +"31567",7196,9362,3,1508,2879 +"31568",7196,10358,3,1508,2294 +"31569",7196,11477,1,1508,2724 +"31570",7196,12199,3,1508,1651 +"31571",7196,12901,3,1508,2136 +"31572",7196,13158,3,1508,2667 +"31573",7196,13388,3,1508,2119 +"31574",7196,13780,3,1508,2412 +"31575",7196,14108,3,1508,2012 +"31576",7196,14669,3,1508,2080 +"31577",7196,14676,3,1508,2764 +"31578",7196,14723,3,1508,2019 +"31579",7196,14943,2,1508,1942 +"31580",7196,14972,3,1508,2332 +"31581",7196,15003,3,1508,2067 +"31582",7196,15401,2,1508,1999 +"31583",7196,15808,3,1508,1521 +"31584",7196,16365,3,1508,2217 +"31585",7196,16801,2,1508,2008 +"31586",7196,16826,3,1508,2599 +"31587",7196,17997,3,1508,1621 +"31588",7196,18103,3,1508,1968 +"31589",7196,18348,3,1508,1711 +"31590",7196,18571,3,1508,2128 +"31591",7196,18735,3,1508,1581 +"31592",7196,20067,3,1508,2390 +"31593",7196,20311,3,1508,1981 +"31594",7196,21225,3,1508,1945 +"31595",7196,21670,3,1508,2158 +"31596",7196,21681,3,1508,2005 +"31597",7196,21754,3,1508,1881 +"31598",7196,21872,3,1508,2458 +"31599",7196,23223,3,1508,2094 +"31600",7196,23725,3,1508,2378 +"31601",7196,24586,3,1508,2465 +"31602",7196,24825,3,1508,2686 +"31603",7196,26582,3,1508,2772 +"31604",7196,27860,2,1508,1588 +"31605",7196,28582,3,1508,2698 +"31606",7196,28784,1,1508,1579 +"31607",7196,29004,3,1508,2596 +"31608",7196,30334,3,1508,2075 +"31609",7196,30747,3,1508,2455 +"31610",7196,31069,3,1508,1995 +"31611",7196,31164,3,1508,1996 +"31612",7196,31700,3,1508,2727 +"31613",7196,32658,3,1508,1694 +"31614",7196,32988,1,1508,2008 +"31615",7196,33356,3,1508,1586 +"31616",7196,33433,3,1508,2805 +"31617",7196,33801,3,1508,2899 +"31618",7196,34158,3,1508,2639 +"31619",7196,35518,3,1508,1721 +"31620",7196,35822,3,1508,1903 +"31621",7196,36031,3,1508,2342 +"31622",7196,36559,3,1508,2473 +"31623",7196,36862,2,1508,2655 +"31624",7196,37636,3,1508,2178 +"31625",7196,37934,3,1508,1595 +"31626",7196,38140,3,1508,1866 +"31627",7196,38219,1,1508,1689 +"31628",7196,38449,3,1508,1802 +"31629",7196,38602,3,1508,2693 +"31630",7196,40392,3,1508,1878 +"31631",7196,40432,2,1508,1956 +"31632",7196,40645,2,1508,1899 +"31633",7196,42196,3,1508,2765 +"31634",7196,42505,2,1508,2008 +"31635",7196,43226,3,1508,2442 +"31636",7196,44521,3,1508,1593 +"31637",7196,45684,3,1508,2200 +"31638",7196,45959,2,1508,1880 +"31639",7196,46040,2,1508,2105 +"31640",7196,46629,3,1508,2255 +"31641",7196,46951,3,1508,2429 +"31642",7196,47384,3,1508,1639 +"31643",7196,47445,3,1508,2668 +"31644",7196,48110,3,1508,2009 +"31645",7196,48215,3,1508,2028 +"31646",7196,49189,3,1508,1550 +"31647",7196,49265,3,1508,2686 +"31648",7196,50134,3,1508,2674 +"31649",7196,50236,3,1508,2339 +"31650",7196,50382,3,1508,2244 +"31651",7196,51410,3,1508,2739 +"31652",7196,51783,3,1508,2599 +"31653",7196,53134,3,1508,1590 +"31654",7196,53323,3,1508,2677 +"31655",7196,54929,3,1508,2783 +"31656",7196,55139,3,1508,2323 +"31657",7196,56237,2,1508,2625 +"31658",7196,57380,3,1508,2362 +"31659",7196,58365,3,1508,1902 +"31660",7196,58508,3,1508,2326 +"31661",7196,65155,2,1508,1947 +"31662",7196,65203,3,1508,1597 +"31663",7196,65322,2,1508,2008 +"31664",7196,65679,3,1508,1578 +"31665",7196,69335,3,1508,2698 +"31666",7196,70736,3,1508,1512 +"31667",7196,72728,3,1508,2234 +"31668",7196,73192,3,1508,1955 +"31669",7196,78150,3,1508,2581 +"31670",7196,79567,3,1508,1942 +"31671",7196,79815,3,1508,1713 +"31672",7196,80301,3,1508,1690 +"31673",7196,82301,3,1508,1621 +"31674",7196,82409,2,1508,1881 +"31675",7196,82767,3,1508,1641 +"31676",7196,85869,3,1508,1509 +"31677",7196,88232,3,1508,2881 +"31678",7196,92757,2,1508,2615 +"31679",7196,93568,3,1508,1755 +"31680",7196,95011,3,1508,1986 +"31681",7196,99215,3,1508,2791 +"31682",7206,6432,3,1959,2297 +"31683",7206,24086,3,1959,2663 +"31684",7206,56737,3,1959,2270 +"31685",7226,134,2,1228,2062 +"31686",7226,455,3,1228,2827 +"31687",7226,470,3,1228,2285 +"31688",7226,600,3,1228,1702 +"31689",7226,669,3,1228,1423 +"31690",7226,1154,3,1228,1656 +"31691",7226,1495,3,1228,2046 +"31692",7226,2766,3,1228,1920 +"31693",7226,4763,3,1228,1960 +"31694",7226,7229,3,1228,2669 +"31695",7226,7241,3,1228,2259 +"31696",7226,9150,1,1228,2689 +"31697",7226,9311,3,1228,2477 +"31698",7226,10146,3,1228,1878 +"31699",7226,10250,3,1228,1606 +"31700",7226,10433,3,1228,2075 +"31701",7226,10843,3,1228,2277 +"31702",7226,10859,3,1228,2231 +"31703",7226,10874,3,1228,1891 +"31704",7226,12199,3,1228,1651 +"31705",7226,12374,3,1228,2260 +"31706",7226,13551,3,1228,1451 +"31707",7226,14652,3,1228,2516 +"31708",7226,15184,3,1228,2396 +"31709",7226,15626,2,1228,2434 +"31710",7226,16195,3,1228,2964 +"31711",7226,16352,3,1228,2657 +"31712",7226,17355,3,1228,1469 +"31713",7226,17396,3,1228,1672 +"31714",7226,17480,2,1228,2316 +"31715",7226,17819,3,1228,2291 +"31716",7226,17852,3,1228,2840 +"31717",7226,18165,3,1228,2085 +"31718",7226,19744,3,1228,2623 +"31719",7226,19980,3,1228,2231 +"31720",7226,22331,2,1228,2687 +"31721",7226,23098,3,1228,2300 +"31722",7226,24825,3,1228,2686 +"31723",7226,25443,2,1228,1441 +"31724",7226,26721,3,1228,2586 +"31725",7226,28050,3,1228,1955 +"31726",7226,28218,3,1228,2048 +"31727",7226,29243,3,1228,2011 +"31728",7226,30697,3,1228,2891 +"31729",7226,30827,3,1228,2323 +"31730",7226,31307,3,1228,2139 +"31731",7226,33383,3,1228,1572 +"31732",7226,33433,3,1228,2805 +"31733",7226,34735,3,1228,2767 +"31734",7226,35888,3,1228,2291 +"31735",7226,41278,3,1228,1873 +"31736",7226,41739,3,1228,1339 +"31737",7226,42372,3,1228,2230 +"31738",7226,48698,3,1228,1474 +"31739",7226,49560,3,1228,1679 +"31740",7226,51017,3,1228,2073 +"31741",7226,51853,3,1228,2520 +"31742",7226,54020,3,1228,1578 +"31743",7226,54929,3,1228,2783 +"31744",7226,57714,3,1228,1391 +"31745",7226,57765,3,1228,2893 +"31746",7226,59113,3,1228,2434 +"31747",7226,70785,3,1228,1440 +"31748",7226,89934,3,1228,2760 +"31749",7226,93121,3,1228,2324 +"31750",7226,94520,3,1228,1243 +"31751",7226,95979,3,1228,1722 +"31752",7226,108867,3,1228,2328 +"31753",7229,25565,3,2669,2764 +"31754",7229,60879,3,2669,2792 +"31755",7233,23,3,572,1682 +"31756",7233,134,3,572,2062 +"31757",7233,270,3,572,2542 +"31758",7233,380,3,572,2261 +"31759",7233,601,3,572,702 +"31760",7233,1102,3,572,2282 +"31761",7233,1196,2,572,1986 +"31762",7233,1428,3,572,742 +"31763",7233,1495,3,572,2046 +"31764",7233,1639,3,572,2631 +"31765",7233,2077,2,572,610 +"31766",7233,2111,3,572,1904 +"31767",7233,2766,3,572,1920 +"31768",7233,3164,3,572,2693 +"31769",7233,3306,3,572,1989 +"31770",7233,3716,3,572,1679 +"31771",7233,3961,2,572,2426 +"31772",7233,4253,3,572,1890 +"31773",7233,4289,3,572,1921 +"31774",7233,4360,3,572,1770 +"31775",7233,4681,3,572,2356 +"31776",7233,4953,3,572,2285 +"31777",7233,5041,3,572,2371 +"31778",7233,5072,3,572,2175 +"31779",7233,5315,3,572,2631 +"31780",7233,5350,2,572,2522 +"31781",7233,5405,3,572,1510 +"31782",7233,5429,3,572,1991 +"31783",7233,5438,3,572,1499 +"31784",7233,5581,3,572,883 +"31785",7233,5622,2,572,2175 +"31786",7233,5716,1,572,1058 +"31787",7233,5984,2,572,1675 +"31788",7233,5986,2,572,1721 +"31789",7233,6030,3,572,2953 +"31790",7233,6047,3,572,2004 +"31791",7233,6162,2,572,1673 +"31792",7233,6324,3,572,1990 +"31793",7233,6366,1,572,798 +"31794",7233,6417,1,572,1675 +"31795",7233,6588,3,572,2025 +"31796",7233,7627,3,572,1543 +"31797",7233,7970,3,572,1197 +"31798",7233,7992,3,572,2033 +"31799",7233,8274,3,572,1909 +"31800",7233,8327,3,572,2527 +"31801",7233,8395,3,572,896 +"31802",7233,8513,2,572,875 +"31803",7233,9928,2,572,2345 +"31804",7233,10358,2,572,2294 +"31805",7233,10488,3,572,1524 +"31806",7233,10717,3,572,1938 +"31807",7233,10857,3,572,2253 +"31808",7233,10871,3,572,2314 +"31809",7233,11218,1,572,2292 +"31810",7233,11477,3,572,2724 +"31811",7233,11540,3,572,1237 +"31812",7233,11576,2,572,808 +"31813",7233,11817,3,572,600 +"31814",7233,11966,3,572,2385 +"31815",7233,12004,3,572,996 +"31816",7233,12035,3,572,2721 +"31817",7233,12042,2,572,2345 +"31818",7233,12375,3,572,1873 +"31819",7233,12462,3,572,1461 +"31820",7233,12610,3,572,1274 +"31821",7233,13248,2,572,1385 +"31822",7233,13311,2,572,2315 +"31823",7233,13388,3,572,2119 +"31824",7233,13760,3,572,2871 +"31825",7233,13837,3,572,1604 +"31826",7233,13967,3,572,1354 +"31827",7233,14032,2,572,2144 +"31828",7233,14072,3,572,1346 +"31829",7233,14278,3,572,1267 +"31830",7233,14656,2,572,584 +"31831",7233,14855,2,572,903 +"31832",7233,14972,3,572,2332 +"31833",7233,15003,3,572,2067 +"31834",7233,15290,3,572,641 +"31835",7233,15301,3,572,2308 +"31836",7233,15402,2,572,1281 +"31837",7233,15607,3,572,1421 +"31838",7233,15990,3,572,593 +"31839",7233,16053,3,572,908 +"31840",7233,16120,3,572,1237 +"31841",7233,16352,2,572,2657 +"31842",7233,16826,3,572,2599 +"31843",7233,17381,3,572,1697 +"31844",7233,17400,2,572,2231 +"31845",7233,17819,3,572,2291 +"31846",7233,17997,3,572,1621 +"31847",7233,18348,3,572,1711 +"31848",7233,18393,3,572,860 +"31849",7233,18394,3,572,2356 +"31850",7233,18415,3,572,2184 +"31851",7233,18458,3,572,2477 +"31852",7233,18836,3,572,1270 +"31853",7233,18874,3,572,2170 +"31854",7233,19072,3,572,2358 +"31855",7233,19637,3,572,1229 +"31856",7233,19862,3,572,2412 +"31857",7233,20067,3,572,2390 +"31858",7233,20124,3,572,2376 +"31859",7233,20292,3,572,2755 +"31860",7233,20419,3,572,1587 +"31861",7233,20588,3,572,912 +"31862",7233,20643,3,572,2341 +"31863",7233,20732,3,572,2401 +"31864",7233,21138,3,572,2849 +"31865",7233,21571,3,572,2755 +"31866",7233,21706,3,572,1988 +"31867",7233,22180,3,572,1835 +"31868",7233,22331,3,572,2687 +"31869",7233,22455,3,572,1197 +"31870",7233,22566,3,572,2308 +"31871",7233,22777,3,572,2353 +"31872",7233,23159,2,572,1548 +"31873",7233,23310,2,572,2371 +"31874",7233,23492,3,572,1067 +"31875",7233,23526,3,572,1998 +"31876",7233,23715,3,572,1859 +"31877",7233,23725,3,572,2378 +"31878",7233,23726,3,572,2434 +"31879",7233,23806,3,572,1671 +"31880",7233,23869,2,572,1918 +"31881",7233,23918,3,572,1881 +"31882",7233,24146,3,572,2003 +"31883",7233,24169,2,572,1663 +"31884",7233,24253,3,572,2213 +"31885",7233,24259,3,572,1281 +"31886",7233,24286,3,572,1280 +"31887",7233,24497,3,572,1979 +"31888",7233,24721,3,572,2326 +"31889",7233,25325,3,572,2963 +"31890",7233,25443,3,572,1441 +"31891",7233,25480,3,572,2747 +"31892",7233,25543,3,572,724 +"31893",7233,25569,3,572,2317 +"31894",7233,25971,3,572,2608 +"31895",7233,26067,3,572,2069 +"31896",7233,26080,2,572,2525 +"31897",7233,26366,3,572,1688 +"31898",7233,26408,3,572,1545 +"31899",7233,26659,2,572,903 +"31900",7233,26700,3,572,1663 +"31901",7233,26721,3,572,2586 +"31902",7233,26818,2,572,1999 +"31903",7233,27260,3,572,878 +"31904",7233,27261,3,572,1368 +"31905",7233,28002,2,572,914 +"31906",7233,28050,3,572,1955 +"31907",7233,28131,3,572,1492 +"31908",7233,28168,3,572,2702 +"31909",7233,28296,3,572,2944 +"31910",7233,28383,3,572,1222 +"31911",7233,29456,3,572,1182 +"31912",7233,29930,3,572,2240 +"31913",7233,30150,3,572,1704 +"31914",7233,30173,3,572,2404 +"31915",7233,30325,3,572,1067 +"31916",7233,30405,3,572,2164 +"31917",7233,31279,3,572,965 +"31918",7233,31530,3,572,1661 +"31919",7233,31700,3,572,2727 +"31920",7233,32103,3,572,1491 +"31921",7233,32131,3,572,1035 +"31922",7233,32429,3,572,601 +"31923",7233,32503,3,572,2020 +"31924",7233,32567,3,572,2784 +"31925",7233,32658,3,572,1694 +"31926",7233,32694,3,572,1602 +"31927",7233,32919,2,572,2321 +"31928",7233,33241,3,572,632 +"31929",7233,33356,3,572,1586 +"31930",7233,33433,3,572,2805 +"31931",7233,33801,3,572,2899 +"31932",7233,34057,3,572,1657 +"31933",7233,34735,2,572,2767 +"31934",7233,34945,3,572,1298 +"31935",7233,35516,3,572,1229 +"31936",7233,35529,3,572,1620 +"31937",7233,35531,3,572,2872 +"31938",7233,35673,3,572,1067 +"31939",7233,35888,3,572,2291 +"31940",7233,35926,1,572,2371 +"31941",7233,36691,3,572,1903 +"31942",7233,36962,3,572,2861 +"31943",7233,37333,3,572,1612 +"31944",7233,37758,3,572,1998 +"31945",7233,38374,2,572,1890 +"31946",7233,38938,3,572,1593 +"31947",7233,39186,3,572,1258 +"31948",7233,39294,2,572,1889 +"31949",7233,39516,3,572,2393 +"31950",7233,40028,3,572,1349 +"31951",7233,40072,3,572,1182 +"31952",7233,40432,3,572,1956 +"31953",7233,41682,3,572,1988 +"31954",7233,41832,3,572,1155 +"31955",7233,41955,3,572,2479 +"31956",7233,41972,3,572,2509 +"31957",7233,42619,3,572,2017 +"31958",7233,43135,3,572,1171 +"31959",7233,43153,3,572,1381 +"31960",7233,43213,3,572,2160 +"31961",7233,44068,3,572,1056 +"31962",7233,44306,3,572,1036 +"31963",7233,44521,3,572,1593 +"31964",7233,44557,3,572,2371 +"31965",7233,44720,3,572,1202 +"31966",7233,44819,3,572,2063 +"31967",7233,45684,3,572,2200 +"31968",7233,46091,3,572,1938 +"31969",7233,46099,3,572,2360 +"31970",7233,46196,3,572,1510 +"31971",7233,46629,3,572,2255 +"31972",7233,46803,2,572,2305 +"31973",7233,47386,3,572,2226 +"31974",7233,49110,3,572,2938 +"31975",7233,49608,3,572,2184 +"31976",7233,49696,3,572,2444 +"31977",7233,50134,3,572,2674 +"31978",7233,50236,3,572,2339 +"31979",7233,50252,3,572,2001 +"31980",7233,50382,3,572,2244 +"31981",7233,51017,3,572,2073 +"31982",7233,51089,3,572,2426 +"31983",7233,51471,3,572,1280 +"31984",7233,52026,3,572,2633 +"31985",7233,52136,3,572,1412 +"31986",7233,52442,3,572,1269 +"31987",7233,52835,3,572,995 +"31988",7233,53134,1,572,1590 +"31989",7233,53293,3,572,2916 +"31990",7233,53303,3,572,1376 +"31991",7233,53342,3,572,2071 +"31992",7233,53475,3,572,2853 +"31993",7233,54020,3,572,1578 +"31994",7233,54127,3,572,1593 +"31995",7233,54158,3,572,1756 +"31996",7233,54551,3,572,2348 +"31997",7233,54879,2,572,2210 +"31998",7233,54929,1,572,2783 +"31999",7233,55652,3,572,2795 +"32000",7233,56082,3,572,2395 +"32001",7233,56604,3,572,1919 +"32002",7233,57246,3,572,1873 +"32003",7233,57414,3,572,922 +"32004",7233,57714,3,572,1391 +"32005",7233,57977,3,572,2683 +"32006",7233,58122,3,572,889 +"32007",7233,59096,3,572,1677 +"32008",7233,59950,3,572,1131 +"32009",7233,60280,3,572,1918 +"32010",7233,61613,2,572,1189 +"32011",7233,62488,3,572,1418 +"32012",7233,62903,3,572,1704 +"32013",7233,63328,3,572,922 +"32014",7233,63442,3,572,1965 +"32015",7233,66183,3,572,607 +"32016",7233,66622,3,572,799 +"32017",7233,67805,3,572,1338 +"32018",7233,69117,2,572,645 +"32019",7233,69250,3,572,1439 +"32020",7233,69716,3,572,2632 +"32021",7233,70203,3,572,2756 +"32022",7233,70681,2,572,866 +"32023",7233,70996,3,572,1037 +"32024",7233,71274,3,572,2390 +"32025",7233,72207,3,572,2430 +"32026",7233,72501,3,572,2795 +"32027",7233,73197,3,572,1998 +"32028",7233,74681,3,572,837 +"32029",7233,75403,3,572,1895 +"32030",7233,76048,3,572,2373 +"32031",7233,76284,3,572,1237 +"32032",7233,76666,3,572,1908 +"32033",7233,80219,2,572,988 +"32034",7233,81349,3,572,1958 +"32035",7233,84500,3,572,1583 +"32036",7233,85794,3,572,679 +"32037",7233,86287,3,572,1349 +"32038",7233,87110,3,572,2801 +"32039",7233,87692,3,572,775 +"32040",7233,89047,3,572,877 +"32041",7233,90802,3,572,877 +"32042",7233,92513,3,572,2282 +"32043",7233,94500,3,572,1529 +"32044",7233,100140,3,572,1041 +"32045",7233,101395,3,572,891 +"32046",7233,101598,3,572,781 +"32047",7233,101986,3,572,813 +"32048",7233,109521,3,572,609 +"32049",7233,119859,3,572,908 +"32050",7234,1315,3,2654,2760 +"32051",7234,10148,3,2654,2964 +"32052",7234,11477,3,2654,2724 +"32053",7234,31436,3,2654,2892 +"32054",7234,34480,3,2654,2755 +"32055",7241,380,3,2259,2261 +"32056",7241,613,3,2259,2687 +"32057",7241,1639,3,2259,2631 +"32058",7241,4057,3,2259,2389 +"32059",7241,5235,3,2259,2324 +"32060",7241,5462,3,2259,2374 +"32061",7241,6104,2,2259,2462 +"32062",7241,9331,3,2259,2269 +"32063",7241,10513,3,2259,2284 +"32064",7241,12374,2,2259,2260 +"32065",7241,16518,3,2259,2642 +"32066",7241,17549,3,2259,2647 +"32067",7241,21104,3,2259,2327 +"32068",7241,29073,3,2259,2328 +"32069",7241,39444,3,2259,2695 +"32070",7241,41945,3,2259,2856 +"32071",7241,43518,3,2259,2680 +"32072",7241,44688,3,2259,2924 +"32073",7241,47803,3,2259,2477 +"32074",7241,55468,3,2259,2511 +"32075",7241,64699,3,2259,2797 +"32076",7241,70046,3,2259,2624 +"32077",7241,108867,2,2259,2328 +"32078",7245,135,2,2089,2233 +"32079",7245,270,3,2089,2542 +"32080",7245,380,3,2089,2261 +"32081",7245,455,2,2089,2827 +"32082",7245,470,3,2089,2285 +"32083",7245,671,3,2089,2328 +"32084",7245,913,3,2089,2144 +"32085",7245,1102,3,2089,2282 +"32086",7245,1136,3,2089,2536 +"32087",7245,1367,1,2089,2176 +"32088",7245,1767,3,2089,2727 +"32089",7245,2424,3,2089,2582 +"32090",7245,2747,3,2089,2411 +"32091",7245,3164,3,2089,2693 +"32092",7245,3305,3,2089,2839 +"32093",7245,4084,3,2089,2133 +"32094",7245,4191,3,2089,2130 +"32095",7245,4618,2,2089,2607 +"32096",7245,4669,3,2089,2395 +"32097",7245,4980,3,2089,2093 +"32098",7245,5148,2,2089,2206 +"32099",7245,5504,3,2089,2389 +"32100",7245,5580,3,2089,2111 +"32101",7245,5669,3,2089,2502 +"32102",7245,5725,2,2089,2789 +"32103",7245,6718,3,2089,2138 +"32104",7245,7515,3,2089,2737 +"32105",7245,8533,1,2089,2251 +"32106",7245,9311,3,2089,2477 +"32107",7245,9654,3,2089,2111 +"32108",7245,10513,3,2089,2284 +"32109",7245,10859,3,2089,2231 +"32110",7245,10871,3,2089,2314 +"32111",7245,10890,3,2089,2639 +"32112",7245,12374,3,2089,2260 +"32113",7245,12713,3,2089,2440 +"32114",7245,12867,3,2089,2773 +"32115",7245,13307,3,2089,2206 +"32116",7245,16067,3,2089,2727 +"32117",7245,17264,3,2089,2528 +"32118",7245,18394,3,2089,2356 +"32119",7245,18415,1,2089,2184 +"32120",7245,19719,3,2089,2177 +"32121",7245,19862,3,2089,2412 +"32122",7245,20563,1,2089,2267 +"32123",7245,20732,3,2089,2401 +"32124",7245,21012,3,2089,2325 +"32125",7245,21104,3,2089,2327 +"32126",7245,23132,3,2089,2756 +"32127",7245,23509,3,2089,2275 +"32128",7245,23705,3,2089,2699 +"32129",7245,23726,3,2089,2434 +"32130",7245,23756,3,2089,2309 +"32131",7245,26351,3,2089,2683 +"32132",7245,26436,3,2089,2489 +"32133",7245,26451,3,2089,2133 +"32134",7245,26516,2,2089,2479 +"32135",7245,27623,3,2089,2970 +"32136",7245,27753,2,2089,2750 +"32137",7245,28285,2,2089,2972 +"32138",7245,29073,2,2089,2328 +"32139",7245,30052,3,2089,2855 +"32140",7245,30943,3,2089,2287 +"32141",7245,31124,3,2089,2351 +"32142",7245,31700,3,2089,2727 +"32143",7245,31799,3,2089,2547 +"32144",7245,32939,3,2089,2277 +"32145",7245,33572,3,2089,2370 +"32146",7245,34136,3,2089,2202 +"32147",7245,36183,3,2089,2117 +"32148",7245,36559,3,2089,2473 +"32149",7245,37418,3,2089,2710 +"32150",7245,39087,3,2089,2765 +"32151",7245,42642,3,2089,2257 +"32152",7245,45633,1,2089,2134 +"32153",7245,45715,3,2089,2287 +"32154",7245,46803,3,2089,2305 +"32155",7245,47857,3,2089,2325 +"32156",7245,47947,2,2089,2681 +"32157",7245,48035,3,2089,2180 +"32158",7245,51410,3,2089,2739 +"32159",7245,52576,3,2089,2234 +"32160",7245,53300,2,2089,2162 +"32161",7245,54740,3,2089,2750 +"32162",7245,55139,3,2089,2323 +"32163",7245,57804,3,2089,2214 +"32164",7245,57977,2,2089,2683 +"32165",7245,60661,3,2089,2700 +"32166",7245,62840,2,2089,2502 +"32167",7245,63641,3,2089,2337 +"32168",7245,64793,3,2089,2819 +"32169",7245,64997,3,2089,2791 +"32170",7245,65691,2,2089,2134 +"32171",7245,66413,3,2089,2507 +"32172",7245,67726,3,2089,2873 +"32173",7245,69716,3,2089,2632 +"32174",7245,71562,2,2089,2574 +"32175",7245,73305,3,2089,2544 +"32176",7245,74095,2,2089,2333 +"32177",7245,81221,3,2089,2285 +"32178",7245,88232,3,2089,2881 +"32179",7252,8062,3,2799,2858 +"32180",7252,9785,3,2799,2951 +"32181",7252,45869,3,2799,2840 +"32182",7252,58521,2,2799,2950 +"32183",7253,827,3,2686,2964 +"32184",7253,916,2,2686,2718 +"32185",7253,1624,3,2686,2687 +"32186",7253,4551,2,2686,2720 +"32187",7253,36662,3,2686,2967 +"32188",7253,42390,3,2686,2937 +"32189",7253,47607,2,2686,2724 +"32190",7253,59511,1,2686,2753 +"32191",7254,827,2,1849,2964 +"32192",7254,916,3,1849,2718 +"32193",7254,1624,2,1849,2687 +"32194",7254,2282,3,1849,2056 +"32195",7254,2647,2,1849,2450 +"32196",7254,4551,1,1849,2720 +"32197",7254,6040,2,1849,2103 +"32198",7254,6824,3,1849,2680 +"32199",7254,7253,1,1849,2686 +"32200",7254,13388,3,1849,2119 +"32201",7254,13879,3,1849,2748 +"32202",7254,18700,3,1849,1929 +"32203",7254,19509,1,1849,2000 +"32204",7254,23639,3,1849,2065 +"32205",7254,26513,2,1849,2205 +"32206",7254,28268,2,1849,2258 +"32207",7254,28782,3,1849,2272 +"32208",7254,36840,3,1849,2269 +"32209",7254,42382,3,1849,2224 +"32210",7254,42390,3,1849,2937 +"32211",7254,43524,3,1849,2572 +"32212",7254,46616,3,1849,1917 +"32213",7254,47607,2,1849,2724 +"32214",7254,52380,2,1849,2686 +"32215",7254,53584,2,1849,2391 +"32216",7254,58945,2,1849,2481 +"32217",7254,59511,2,1849,2753 +"32218",7254,64628,3,1849,2829 +"32219",7254,65188,3,1849,2213 +"32220",7254,69029,3,1849,2623 +"32221",7254,80970,3,1849,2069 +"32222",7254,81545,3,1849,2077 +"32223",7257,6040,3,1915,2103 +"32224",7257,22932,2,1915,2469 +"32225",7257,47882,3,1915,2769 +"32226",7257,55742,1,1915,2006 +"32227",7257,58711,2,1915,2746 +"32228",7257,67150,3,1915,2633 +"32229",7257,108151,2,1915,2377 +"32230",7258,997,3,1714,2788 +"32231",7258,1767,3,1714,2727 +"32232",7258,1875,3,1714,1786 +"32233",7258,2484,3,1714,2389 +"32234",7258,2694,3,1714,2062 +"32235",7258,3068,3,1714,1815 +"32236",7258,4360,3,1714,1770 +"32237",7258,4551,3,1714,2720 +"32238",7258,6222,3,1714,1949 +"32239",7258,6428,3,1714,1952 +"32240",7258,7354,3,1714,2008 +"32241",7258,7858,2,1714,1795 +"32242",7258,13929,3,1714,2693 +"32243",7258,14328,3,1714,1725 +"32244",7258,14959,3,1714,2898 +"32245",7258,17520,3,1714,2276 +"32246",7258,17943,3,1714,1943 +"32247",7258,18670,3,1714,1835 +"32248",7258,20219,3,1714,2313 +"32249",7258,20423,2,1714,2654 +"32250",7258,20486,3,1714,1908 +"32251",7258,23319,2,1714,2867 +"32252",7258,23460,3,1714,2183 +"32253",7258,23641,3,1714,1934 +"32254",7258,24558,3,1714,2139 +"32255",7258,25078,3,1714,2312 +"32256",7258,29899,3,1714,2375 +"32257",7258,30236,3,1714,2238 +"32258",7258,30334,3,1714,2075 +"32259",7258,31159,3,1714,2231 +"32260",7258,35360,3,1714,2043 +"32261",7258,37636,3,1714,2178 +"32262",7258,38259,3,1714,2258 +"32263",7258,38921,3,1714,1880 +"32264",7258,40392,3,1714,1878 +"32265",7258,43404,3,1714,2649 +"32266",7258,47082,3,1714,1990 +"32267",7258,49787,3,1714,2352 +"32268",7258,49812,3,1714,1816 +"32269",7258,50252,3,1714,2001 +"32270",7258,51783,3,1714,2599 +"32271",7258,56854,2,1714,2022 +"32272",7258,66124,3,1714,2174 +"32273",7258,88609,3,1714,1917 +"32274",7269,841,3,1728,2964 +"32275",7269,2221,3,1728,2092 +"32276",7269,2418,3,1728,2020 +"32277",7269,2759,1,1728,2030 +"32278",7269,2852,3,1728,2448 +"32279",7269,3127,3,1728,2273 +"32280",7269,3961,3,1728,2426 +"32281",7269,4730,2,1728,2131 +"32282",7269,4953,3,1728,2285 +"32283",7269,5839,3,1728,2301 +"32284",7269,6627,2,1728,2063 +"32285",7269,7433,3,1728,2255 +"32286",7269,7443,2,1728,2028 +"32287",7269,9620,3,1728,2339 +"32288",7269,10638,3,1728,2692 +"32289",7269,11103,3,1728,2393 +"32290",7269,11477,3,1728,2724 +"32291",7269,11506,2,1728,2824 +"32292",7269,11648,3,1728,2852 +"32293",7269,14943,3,1728,1942 +"32294",7269,15381,2,1728,2289 +"32295",7269,15401,3,1728,1999 +"32296",7269,16801,3,1728,2008 +"32297",7269,16826,3,1728,2599 +"32298",7269,17033,3,1728,2771 +"32299",7269,18464,3,1728,2312 +"32300",7269,18571,2,1728,2128 +"32301",7269,18943,2,1728,2861 +"32302",7269,20007,3,1728,2971 +"32303",7269,21180,2,1728,2762 +"32304",7269,21463,1,1728,2437 +"32305",7269,27783,3,1728,2302 +"32306",7269,30442,3,1728,2124 +"32307",7269,31164,2,1728,1996 +"32308",7269,32449,2,1728,2091 +"32309",7269,32988,2,1728,2008 +"32310",7269,34162,3,1728,2336 +"32311",7269,36136,2,1728,2338 +"32312",7269,37059,3,1728,2840 +"32313",7269,38144,3,1728,2637 +"32314",7269,39105,2,1728,2487 +"32315",7269,41023,3,1728,2408 +"32316",7269,41978,3,1728,2824 +"32317",7269,42505,3,1728,2008 +"32318",7269,45730,3,1728,2063 +"32319",7269,46951,2,1728,2429 +"32320",7269,53013,3,1728,2523 +"32321",7269,55775,3,1728,2385 +"32322",7269,56338,3,1728,1818 +"32323",7269,59005,3,1728,2817 +"32324",7269,59039,3,1728,2870 +"32325",7269,60979,3,1728,1758 +"32326",7269,65155,3,1728,1947 +"32327",7269,66911,3,1728,1920 +"32328",7269,69335,3,1728,2698 +"32329",7269,76132,1,1728,2426 +"32330",7269,76675,2,1728,1840 +"32331",7269,92757,3,1728,2615 +"32332",7269,111034,3,1728,2131 +"32333",7269,115155,2,1728,1942 +"32334",7292,5315,3,1988,2631 +"32335",7292,10779,3,1988,2881 +"32336",7292,13388,3,1988,2119 +"32337",7292,18874,3,1988,2170 +"32338",7292,20067,3,1988,2390 +"32339",7292,22207,3,1988,2365 +"32340",7292,29930,3,1988,2240 +"32341",7292,41955,3,1988,2479 +"32342",7292,76356,3,1988,2323 +"32343",7310,843,3,636,2332 +"32344",7310,1369,2,636,2487 +"32345",7310,1624,3,636,2687 +"32346",7310,1708,3,636,1591 +"32347",7310,2506,2,636,954 +"32348",7310,2927,3,636,1789 +"32349",7310,3271,2,636,2216 +"32350",7310,4249,3,636,2547 +"32351",7310,5637,3,636,1976 +"32352",7310,6345,2,636,2713 +"32353",7310,6999,1,636,2214 +"32354",7310,7337,3,636,1797 +"32355",7310,7604,3,636,1366 +"32356",7310,8607,3,636,1685 +"32357",7310,9272,2,636,2835 +"32358",7310,9656,2,636,1135 +"32359",7310,9724,3,636,2713 +"32360",7310,9909,3,636,2230 +"32361",7310,10701,3,636,2000 +"32362",7310,10716,3,636,1692 +"32363",7310,10990,3,636,805 +"32364",7310,12000,3,636,1454 +"32365",7310,12116,3,636,2119 +"32366",7310,13034,3,636,698 +"32367",7310,13340,3,636,1918 +"32368",7310,13595,3,636,1164 +"32369",7310,14212,3,636,857 +"32370",7310,14470,3,636,2632 +"32371",7310,14654,3,636,1692 +"32372",7310,14957,3,636,2306 +"32373",7310,15281,2,636,810 +"32374",7310,15782,3,636,2306 +"32375",7310,16437,3,636,1956 +"32376",7310,16963,3,636,1999 +"32377",7310,17499,3,636,2954 +"32378",7310,17531,3,636,876 +"32379",7310,17695,3,636,1930 +"32380",7310,19075,3,636,2214 +"32381",7310,20038,3,636,1531 +"32382",7310,21198,3,636,935 +"32383",7310,23430,3,636,904 +"32384",7310,23550,3,636,2939 +"32385",7310,26597,3,636,2070 +"32386",7310,28432,3,636,1954 +"32387",7310,28648,3,636,1586 +"32388",7310,29778,2,636,840 +"32389",7310,31338,3,636,917 +"32390",7310,32811,3,636,804 +"32391",7310,35317,2,636,1888 +"32392",7310,36840,3,636,2269 +"32393",7310,37684,3,636,2899 +"32394",7310,37752,3,636,2223 +"32395",7310,38219,3,636,1689 +"32396",7310,39439,3,636,2462 +"32397",7310,39444,3,636,2695 +"32398",7310,41439,3,636,709 +"32399",7310,42382,3,636,2224 +"32400",7310,42407,2,636,2408 +"32401",7310,43173,3,636,2895 +"32402",7310,43226,2,636,2442 +"32403",7310,45874,3,636,944 +"32404",7310,46616,3,636,1917 +"32405",7310,47607,3,636,2724 +"32406",7310,48110,2,636,2009 +"32407",7310,50468,3,636,1659 +"32408",7310,53445,3,636,2028 +"32409",7310,53584,3,636,2391 +"32410",7310,53652,2,636,2899 +"32411",7310,55325,3,636,653 +"32412",7310,57804,3,636,2214 +"32413",7310,57990,3,636,978 +"32414",7310,58508,2,636,2326 +"32415",7310,59039,3,636,2870 +"32416",7310,60463,1,636,1583 +"32417",7310,65375,3,636,824 +"32418",7310,69335,2,636,2698 +"32419",7310,70011,3,636,2690 +"32420",7310,73520,3,636,2613 +"32421",7310,76450,3,636,1077 +"32422",7310,76511,3,636,1250 +"32423",7310,77719,3,636,2086 +"32424",7310,78277,3,636,1937 +"32425",7310,79699,3,636,1735 +"32426",7310,80301,2,636,1690 +"32427",7310,80801,3,636,1250 +"32428",7310,82039,3,636,1327 +"32429",7310,82226,3,636,1619 +"32430",7310,84235,3,636,1639 +"32431",7310,84590,3,636,1734 +"32432",7310,85065,2,636,1585 +"32433",7310,88984,3,636,935 +"32434",7310,93553,3,636,2537 +"32435",7310,99332,3,636,873 +"32436",7323,1151,1,2858,2885 +"32437",7323,9362,3,2858,2879 +"32438",7323,14959,3,2858,2898 +"32439",7323,18151,3,2858,2962 +"32440",7323,20700,2,2858,2861 +"32441",7337,312,3,1797,2038 +"32442",7337,364,3,1797,2351 +"32443",7337,843,3,1797,2332 +"32444",7337,1523,3,1797,2048 +"32445",7337,1702,2,1797,1984 +"32446",7337,1756,3,1797,2231 +"32447",7337,1846,2,1797,1845 +"32448",7337,2206,3,1797,2536 +"32449",7337,2424,3,1797,2582 +"32450",7337,2936,3,1797,2512 +"32451",7337,3127,3,1797,2273 +"32452",7337,3271,2,1797,2216 +"32453",7337,3477,2,1797,2546 +"32454",7337,3493,3,1797,2451 +"32455",7337,3978,3,1797,2775 +"32456",7337,4303,3,1797,2414 +"32457",7337,4361,3,1797,2571 +"32458",7337,4668,3,1797,1919 +"32459",7337,4669,3,1797,2395 +"32460",7337,5839,3,1797,2301 +"32461",7337,6063,3,1797,2349 +"32462",7337,6989,3,1797,2623 +"32463",7337,7937,3,1797,2044 +"32464",7337,8062,3,1797,2858 +"32465",7337,8789,3,1797,2024 +"32466",7337,9272,2,1797,2835 +"32467",7337,11055,3,1797,2111 +"32468",7337,11136,3,1797,2573 +"32469",7337,11620,3,1797,2010 +"32470",7337,11648,3,1797,2852 +"32471",7337,13566,3,1797,2056 +"32472",7337,14754,3,1797,2456 +"32473",7337,14887,3,1797,2158 +"32474",7337,15826,3,1797,2772 +"32475",7337,16286,3,1797,2470 +"32476",7337,16437,3,1797,1956 +"32477",7337,17645,3,1797,1918 +"32478",7337,19075,3,1797,2214 +"32479",7337,19934,3,1797,2888 +"32480",7337,20124,3,1797,2376 +"32481",7337,21684,2,1797,1971 +"32482",7337,21706,3,1797,1988 +"32483",7337,21815,3,1797,2032 +"32484",7337,22331,3,1797,2687 +"32485",7337,23756,3,1797,2309 +"32486",7337,24176,3,1797,1986 +"32487",7337,25577,3,1797,1946 +"32488",7337,27320,3,1797,2378 +"32489",7337,27501,3,1797,1981 +"32490",7337,27694,3,1797,2030 +"32491",7337,28432,3,1797,1954 +"32492",7337,28869,3,1797,2425 +"32493",7337,28893,2,1797,2764 +"32494",7337,30010,3,1797,2917 +"32495",7337,30669,3,1797,1921 +"32496",7337,30870,3,1797,2370 +"32497",7337,31335,3,1797,2351 +"32498",7337,32339,3,1797,2430 +"32499",7337,33223,3,1797,2397 +"32500",7337,33341,3,1797,2338 +"32501",7337,35573,3,1797,2084 +"32502",7337,36953,3,1797,2790 +"32503",7337,37752,3,1797,2223 +"32504",7337,38373,3,1797,1928 +"32505",7337,39439,3,1797,2462 +"32506",7337,39443,3,1797,2277 +"32507",7337,39444,3,1797,2695 +"32508",7337,40572,3,1797,2666 +"32509",7337,41023,3,1797,2408 +"32510",7337,42813,3,1797,2142 +"32511",7337,43173,3,1797,2895 +"32512",7337,43226,2,1797,2442 +"32513",7337,45608,3,1797,2420 +"32514",7337,45869,3,1797,2840 +"32515",7337,46486,2,1797,1868 +"32516",7337,46532,3,1797,2005 +"32517",7337,46982,3,1797,2806 +"32518",7337,48110,2,1797,2009 +"32519",7337,53445,3,1797,2028 +"32520",7337,56569,3,1797,1993 +"32521",7337,57765,2,1797,2893 +"32522",7337,57804,3,1797,2214 +"32523",7337,58508,2,1797,2326 +"32524",7337,58745,3,1797,1920 +"32525",7337,58875,3,1797,1899 +"32526",7337,59039,3,1797,2870 +"32527",7337,59243,3,1797,2770 +"32528",7337,60258,3,1797,2405 +"32529",7337,62066,3,1797,2281 +"32530",7337,62626,3,1797,2787 +"32531",7337,66205,3,1797,2898 +"32532",7337,67815,3,1797,2476 +"32533",7337,69335,2,1797,2698 +"32534",7337,75282,3,1797,2675 +"32535",7337,88212,3,1797,2547 +"32536",7350,135,3,1901,2233 +"32537",7350,455,3,1901,2827 +"32538",7350,23705,2,1901,2699 +"32539",7350,28101,3,1901,1949 +"32540",7350,105063,3,1901,1908 +"32541",7354,1136,3,2008,2536 +"32542",7354,3409,3,2008,2167 +"32543",7354,4191,3,2008,2130 +"32544",7354,6491,3,2008,2424 +"32545",7354,7847,3,2008,2424 +"32546",7354,13324,3,2008,2163 +"32547",7354,14655,3,2008,2559 +"32548",7354,23460,2,2008,2183 +"32549",7354,25816,3,2008,2088 +"32550",7354,27628,3,2008,2389 +"32551",7354,30236,3,2008,2238 +"32552",7354,30981,3,2008,2366 +"32553",7354,36609,3,2008,2918 +"32554",7354,42407,3,2008,2408 +"32555",7354,42574,3,2008,2842 +"32556",7354,44268,2,2008,2436 +"32557",7354,45618,3,2008,2356 +"32558",7354,57544,3,2008,2443 +"32559",7354,64997,3,2008,2791 +"32560",7355,2057,3,1928,1965 +"32561",7355,3306,3,1928,1989 +"32562",7355,3456,3,1928,1999 +"32563",7355,4367,2,1928,2794 +"32564",7355,6697,3,1928,2438 +"32565",7355,8610,3,1928,2240 +"32566",7355,10129,3,1928,2124 +"32567",7355,11136,2,1928,2573 +"32568",7355,14754,2,1928,2456 +"32569",7355,22766,1,1928,1945 +"32570",7355,24757,2,1928,1939 +"32571",7355,25741,1,1928,2853 +"32572",7355,45138,3,1928,2516 +"32573",7355,54284,3,1928,2491 +"32574",7355,55817,3,1928,2285 +"32575",7355,68586,3,1928,2322 +"32576",7363,313,3,123,2271 +"32577",7363,377,3,123,2389 +"32578",7363,499,3,123,1931 +"32579",7363,543,2,123,2203 +"32580",7363,601,3,123,702 +"32581",7363,613,3,123,2687 +"32582",7363,1151,3,123,2885 +"32583",7363,1469,3,123,1160 +"32584",7363,1495,3,123,2046 +"32585",7363,1616,2,123,2662 +"32586",7363,1777,2,123,1965 +"32587",7363,2036,3,123,2483 +"32588",7363,2181,3,123,2030 +"32589",7363,2224,3,123,2751 +"32590",7363,2484,2,123,2389 +"32591",7363,2754,3,123,1360 +"32592",7363,3088,3,123,1670 +"32593",7363,3161,3,123,2229 +"32594",7363,3242,3,123,1730 +"32595",7363,3830,1,123,1661 +"32596",7363,3878,3,123,1890 +"32597",7363,4057,3,123,2389 +"32598",7363,5078,2,123,2033 +"32599",7363,5457,2,123,2077 +"32600",7363,5462,1,123,2374 +"32601",7363,5491,3,123,2048 +"32602",7363,5504,1,123,2389 +"32603",7363,5714,3,123,534 +"32604",7363,7323,2,123,2858 +"32605",7363,8229,3,123,1241 +"32606",7363,8621,2,123,1681 +"32607",7363,8760,3,123,2477 +"32608",7363,8866,3,123,1545 +"32609",7363,9332,3,123,2734 +"32610",7363,9362,3,123,2879 +"32611",7363,9432,3,123,1693 +"32612",7363,12713,3,123,2440 +"32613",7363,13535,3,123,1491 +"32614",7363,13895,3,123,687 +"32615",7363,15184,3,123,2396 +"32616",7363,15299,3,123,2213 +"32617",7363,15500,3,123,1658 +"32618",7363,15539,3,123,1929 +"32619",7363,15636,3,123,2857 +"32620",7363,15799,3,123,1917 +"32621",7363,16074,3,123,977 +"32622",7363,16164,3,123,1184 +"32623",7363,16313,3,123,1160 +"32624",7363,16609,3,123,538 +"32625",7363,17133,3,123,924 +"32626",7363,17410,3,123,2073 +"32627",7363,17520,3,123,2276 +"32628",7363,18151,2,123,2962 +"32629",7363,18615,3,123,1025 +"32630",7363,19027,3,123,2721 +"32631",7363,19606,2,123,2783 +"32632",7363,19637,2,123,1229 +"32633",7363,19963,3,123,810 +"32634",7363,20067,3,123,2390 +"32635",7363,20545,3,123,1491 +"32636",7363,20563,3,123,2267 +"32637",7363,20659,2,123,1969 +"32638",7363,20700,3,123,2861 +"32639",7363,21122,3,123,1701 +"32640",7363,21225,3,123,1945 +"32641",7363,21795,3,123,2653 +"32642",7363,22006,2,123,1202 +"32643",7363,22130,2,123,146 +"32644",7363,22749,2,123,1727 +"32645",7363,22874,3,123,404 +"32646",7363,23506,3,123,1172 +"32647",7363,23869,3,123,1918 +"32648",7363,26106,3,123,2015 +"32649",7363,26249,3,123,2301 +"32650",7363,26516,3,123,2479 +"32651",7363,26608,3,123,2329 +"32652",7363,27478,3,123,2485 +"32653",7363,28131,3,123,1492 +"32654",7363,28216,3,123,1910 +"32655",7363,28233,3,123,1608 +"32656",7363,30119,3,123,1961 +"32657",7363,30150,3,123,1704 +"32658",7363,30956,2,123,168 +"32659",7363,31696,3,123,1595 +"32660",7363,31799,2,123,2547 +"32661",7363,32017,3,123,577 +"32662",7363,32606,3,123,2100 +"32663",7363,35256,3,123,2271 +"32664",7363,35529,3,123,1620 +"32665",7363,37418,3,123,2710 +"32666",7363,37570,2,123,2389 +"32667",7363,38048,2,123,867 +"32668",7363,38574,3,123,188 +"32669",7363,38921,3,123,1880 +"32670",7363,39444,3,123,2695 +"32671",7363,41278,2,123,1873 +"32672",7363,41747,3,123,1722 +"32673",7363,42264,3,123,1702 +"32674",7363,43839,3,123,1685 +"32675",7363,44636,3,123,1026 +"32676",7363,46164,3,123,445 +"32677",7363,46680,3,123,1690 +"32678",7363,49965,3,123,2301 +"32679",7363,50252,3,123,2001 +"32680",7363,50269,3,123,1966 +"32681",7363,50372,1,123,1834 +"32682",7363,53031,3,123,2065 +"32683",7363,55556,3,123,2075 +"32684",7363,55828,3,123,2393 +"32685",7363,57077,3,123,1885 +"32686",7363,57565,3,123,1577 +"32687",7363,57950,2,123,1529 +"32688",7363,57977,3,123,2683 +"32689",7363,58035,3,123,1646 +"32690",7363,59700,3,123,2346 +"32691",7363,62602,3,123,1172 +"32692",7363,63637,3,123,498 +"32693",7363,64031,3,123,1295 +"32694",7363,64967,3,123,2872 +"32695",7363,65029,3,123,2954 +"32696",7363,69498,2,123,931 +"32697",7363,70046,3,123,2624 +"32698",7363,70203,3,123,2756 +"32699",7363,71478,2,123,1721 +"32700",7363,71581,3,123,146 +"32701",7363,74730,3,123,535 +"32702",7363,75948,3,123,1006 +"32703",7363,80429,2,123,1927 +"32704",7363,80471,3,123,538 +"32705",7363,80678,3,123,1595 +"32706",7363,81511,3,123,848 +"32707",7363,85430,2,123,2370 +"32708",7363,86986,3,123,1976 +"32709",7363,89668,3,123,1279 +"32710",7363,89958,2,123,1186 +"32711",7363,90837,2,123,825 +"32712",7363,91570,3,123,2229 +"32713",7363,92495,3,123,283 +"32714",7363,96678,3,123,1183 +"32715",7363,100134,3,123,977 +"32716",7363,102050,3,123,906 +"32717",7363,105795,3,123,1265 +"32718",7363,107649,3,123,1573 +"32719",7363,108415,3,123,752 +"32720",7363,109175,3,123,146 +"32721",7363,109383,3,123,952 +"32722",7363,116478,3,123,293 +"32723",7363,117679,3,123,535 +"32724",7394,455,3,2615,2827 +"32725",7394,1262,3,2615,2973 +"32726",7394,11456,3,2615,2715 +"32727",7394,12035,3,2615,2721 +"32728",7394,13732,3,2615,2789 +"32729",7394,18151,2,2615,2962 +"32730",7394,18366,3,2615,2699 +"32731",7394,19528,3,2615,2742 +"32732",7394,19872,3,2615,2913 +"32733",7394,21795,2,2615,2653 +"32734",7394,26865,3,2615,2726 +"32735",7394,34327,2,2615,2959 +"32736",7394,47947,3,2615,2681 +"32737",7404,25480,3,643,2747 +"32738",7404,34842,2,643,2050 +"32739",7404,81586,3,643,877 +"32740",7406,160,3,1906,2007 +"32741",7406,380,3,1906,2261 +"32742",7406,854,3,1906,2307 +"32743",7406,997,3,1906,2788 +"32744",7406,1102,2,1906,2282 +"32745",7406,1324,3,1906,2147 +"32746",7406,1409,3,1906,2090 +"32747",7406,2572,2,1906,2273 +"32748",7406,3409,3,1906,2167 +"32749",7406,3801,3,1906,1974 +"32750",7406,4671,3,1906,2280 +"32751",7406,5235,3,1906,2324 +"32752",7406,5350,3,1906,2522 +"32753",7406,5865,1,1906,1910 +"32754",7406,6052,3,1906,1985 +"32755",7406,6074,3,1906,2426 +"32756",7406,6192,2,1906,2409 +"32757",7406,6208,3,1906,2361 +"32758",7406,6222,3,1906,1949 +"32759",7406,6241,3,1906,2264 +"32760",7406,7616,3,1906,2296 +"32761",7406,8238,3,1906,2222 +"32762",7406,8274,3,1906,1909 +"32763",7406,8681,3,1906,2716 +"32764",7406,8726,3,1906,2083 +"32765",7406,9695,3,1906,2143 +"32766",7406,10513,3,1906,2284 +"32767",7406,10859,3,1906,2231 +"32768",7406,11103,3,1906,2393 +"32769",7406,11625,3,1906,2022 +"32770",7406,12264,3,1906,1925 +"32771",7406,12388,2,1906,1975 +"32772",7406,12724,2,1906,1930 +"32773",7406,13249,2,1906,2573 +"32774",7406,13324,2,1906,2163 +"32775",7406,13780,3,1906,2412 +"32776",7406,14834,3,1906,2739 +"32777",7406,14918,3,1906,2071 +"32778",7406,14959,3,1906,2898 +"32779",7406,15444,3,1906,2764 +"32780",7406,16539,3,1906,1947 +"32781",7406,17351,3,1906,2036 +"32782",7406,17943,3,1906,1943 +"32783",7406,18165,3,1906,2085 +"32784",7406,18464,3,1906,2312 +"32785",7406,19208,2,1906,2629 +"32786",7406,19605,2,1906,2395 +"32787",7406,21138,3,1906,2849 +"32788",7406,21682,3,1906,2414 +"32789",7406,21929,3,1906,2062 +"32790",7406,22292,3,1906,1910 +"32791",7406,22808,1,1906,2297 +"32792",7406,23460,2,1906,2183 +"32793",7406,23526,3,1906,1998 +"32794",7406,23641,3,1906,1934 +"32795",7406,24060,3,1906,2349 +"32796",7406,24753,3,1906,2860 +"32797",7406,25030,2,1906,2017 +"32798",7406,25985,3,1906,2071 +"32799",7406,29454,3,1906,2719 +"32800",7406,29930,3,1906,2240 +"32801",7406,30827,3,1906,2323 +"32802",7406,33430,3,1906,2225 +"32803",7406,33475,3,1906,2367 +"32804",7406,34120,3,1906,2786 +"32805",7406,35069,3,1906,2069 +"32806",7406,38973,3,1906,1999 +"32807",7406,39278,2,1906,1952 +"32808",7406,40493,3,1906,1981 +"32809",7406,41664,3,1906,2641 +"32810",7406,41682,3,1906,1988 +"32811",7406,41764,3,1906,2409 +"32812",7406,42129,1,1906,2318 +"32813",7406,42216,2,1906,2722 +"32814",7406,45302,2,1906,2390 +"32815",7406,46091,3,1906,1938 +"32816",7406,47248,3,1906,2883 +"32817",7406,47362,3,1906,2253 +"32818",7406,47529,3,1906,2914 +"32819",7406,47564,2,1906,2650 +"32820",7406,48571,3,1906,2717 +"32821",7406,49334,3,1906,2433 +"32822",7406,50134,3,1906,2674 +"32823",7406,50480,3,1906,2701 +"32824",7406,51017,2,1906,2073 +"32825",7406,51035,2,1906,2397 +"32826",7406,51610,3,1906,2635 +"32827",7406,51866,3,1906,2411 +"32828",7406,53219,3,1906,2973 +"32829",7406,53323,3,1906,2677 +"32830",7406,53342,3,1906,2071 +"32831",7406,55076,3,1906,2408 +"32832",7406,55643,3,1906,2359 +"32833",7406,59140,3,1906,2528 +"32834",7406,59891,3,1906,2706 +"32835",7406,63142,3,1906,1997 +"32836",7406,63477,3,1906,1907 +"32837",7406,65434,3,1906,2866 +"32838",7406,66983,3,1906,2397 +"32839",7406,66992,3,1906,2882 +"32840",7406,70046,3,1906,2624 +"32841",7406,80825,3,1906,2315 +"32842",7422,3477,3,1793,2546 +"32843",7422,6063,3,1793,2349 +"32844",7422,23121,2,1793,2108 +"32845",7422,33223,3,1793,2397 +"32846",7432,55742,3,1531,2006 +"32847",7432,65857,1,1531,2628 +"32848",7432,83175,3,1531,2049 +"32849",7433,10638,3,2255,2692 +"32850",7433,11506,3,2255,2824 +"32851",7433,18943,3,2255,2861 +"32852",7433,20007,3,2255,2971 +"32853",7433,21180,2,2255,2762 +"32854",7433,21463,3,2255,2437 +"32855",7433,27783,3,2255,2302 +"32856",7433,34162,2,2255,2336 +"32857",7433,36136,2,2255,2338 +"32858",7433,39105,3,2255,2487 +"32859",7433,46951,3,2255,2429 +"32860",7433,55604,3,2255,2342 +"32861",7433,55775,2,2255,2385 +"32862",7433,56673,3,2255,2419 +"32863",7433,76132,2,2255,2426 +"32864",7443,1685,3,2028,2230 +"32865",7443,2759,3,2028,2030 +"32866",7443,3317,3,2028,2037 +"32867",7443,4730,2,2028,2131 +"32868",7443,6627,3,2028,2063 +"32869",7443,6824,3,2028,2680 +"32870",7443,7433,3,2028,2255 +"32871",7443,9861,3,2028,2680 +"32872",7443,10638,3,2028,2692 +"32873",7443,11506,2,2028,2824 +"32874",7443,18571,3,2028,2128 +"32875",7443,18943,2,2028,2861 +"32876",7443,19528,3,2028,2742 +"32877",7443,21180,2,2028,2762 +"32878",7443,21463,3,2028,2437 +"32879",7443,27783,3,2028,2302 +"32880",7443,30442,3,2028,2124 +"32881",7443,32449,3,2028,2091 +"32882",7443,33186,3,2028,2240 +"32883",7443,34162,2,2028,2336 +"32884",7443,36031,3,2028,2342 +"32885",7443,36136,3,2028,2338 +"32886",7443,39105,3,2028,2487 +"32887",7443,45730,2,2028,2063 +"32888",7443,55775,3,2028,2385 +"32889",7443,76132,2,2028,2426 +"32890",7443,111034,3,2028,2131 +"32891",7451,45905,3,1254,2785 +"32892",7465,378,2,52,2766 +"32893",7465,1369,3,52,2487 +"32894",7465,2282,3,52,2056 +"32895",7465,2588,3,52,552 +"32896",7465,2927,3,52,1789 +"32897",7465,5520,3,52,217 +"32898",7465,6562,3,52,1139 +"32899",7465,6999,3,52,2214 +"32900",7465,9538,3,52,1786 +"32901",7465,9656,3,52,1135 +"32902",7465,9895,3,52,1960 +"32903",7465,10716,3,52,1692 +"32904",7465,10990,3,52,805 +"32905",7465,12116,3,52,2119 +"32906",7465,13034,3,52,698 +"32907",7465,13340,3,52,1918 +"32908",7465,13930,3,52,1274 +"32909",7465,14212,3,52,857 +"32910",7465,15214,2,52,274 +"32911",7465,15281,3,52,810 +"32912",7465,19476,2,52,1708 +"32913",7465,19542,2,52,570 +"32914",7465,19617,3,52,679 +"32915",7465,20038,2,52,1531 +"32916",7465,20371,3,52,595 +"32917",7465,20679,3,52,181 +"32918",7465,23560,3,52,2051 +"32919",7465,29778,3,52,840 +"32920",7465,33108,2,52,1559 +"32921",7465,35243,3,52,1102 +"32922",7465,35317,3,52,1888 +"32923",7465,42407,2,52,2408 +"32924",7465,42773,3,52,385 +"32925",7465,44878,1,52,1620 +"32926",7465,55730,3,52,1217 +"32927",7465,62848,3,52,1230 +"32928",7465,71128,3,52,485 +"32929",7465,71307,2,52,761 +"32930",7465,72703,3,52,2231 +"32931",7465,73520,3,52,2613 +"32932",7465,77719,2,52,2086 +"32933",7465,78277,2,52,1937 +"32934",7465,79699,3,52,1735 +"32935",7465,80970,3,52,2069 +"32936",7465,84590,3,52,1734 +"32937",7467,237,3,587,1982 +"32938",7467,4361,2,587,2571 +"32939",7467,8062,3,587,2858 +"32940",7467,10336,3,587,2271 +"32941",7467,10350,2,587,1163 +"32942",7467,12078,3,587,2381 +"32943",7467,14449,3,587,1258 +"32944",7467,17257,1,587,1117 +"32945",7467,32818,2,587,2485 +"32946",7467,33870,3,587,955 +"32947",7467,35589,2,587,983 +"32948",7467,38259,3,587,2258 +"32949",7467,38602,3,587,2693 +"32950",7467,41446,3,587,1103 +"32951",7467,43593,2,587,2704 +"32952",7467,46532,3,587,2005 +"32953",7467,59298,3,587,1236 +"32954",7467,63077,3,587,2778 +"32955",7467,69810,3,587,2321 +"32956",7467,72728,3,587,2234 +"32957",7467,78842,3,587,904 +"32958",7467,79158,3,587,1252 +"32959",7467,85869,3,587,1509 +"32960",7467,99288,2,587,983 +"32961",7467,101367,3,587,974 +"32962",7475,1639,3,1284,2631 +"32963",7475,2224,3,1284,2751 +"32964",7475,2563,3,1284,1686 +"32965",7475,3306,2,1284,1989 +"32966",7475,3628,3,1284,2707 +"32967",7475,4032,3,1284,1763 +"32968",7475,5120,3,1284,2735 +"32969",7475,6047,3,1284,2004 +"32970",7475,7627,3,1284,1543 +"32971",7475,9191,2,1284,2707 +"32972",7475,14080,3,1284,1351 +"32973",7475,15003,3,1284,2067 +"32974",7475,15756,3,1284,2362 +"32975",7475,17396,3,1284,1672 +"32976",7475,18211,3,1284,1745 +"32977",7475,23725,3,1284,2378 +"32978",7475,26749,3,1284,2965 +"32979",7475,27173,3,1284,2050 +"32980",7475,33621,3,1284,1319 +"32981",7475,33949,3,1284,2489 +"32982",7475,44819,3,1284,2063 +"32983",7475,50134,3,1284,2674 +"32984",7475,54929,3,1284,2783 +"32985",7475,56082,3,1284,2395 +"32986",7475,59539,3,1284,2429 +"32987",7475,63623,2,1284,1394 +"32988",7475,67805,3,1284,1338 +"32989",7475,70528,3,1284,2727 +"32990",7475,71342,3,1284,1289 +"32991",7475,82730,3,1284,1492 +"32992",7475,92491,3,1284,1968 +"32993",7475,119610,3,1284,2707 +"32994",7499,7787,3,1803,2314 +"32995",7499,12684,3,1803,2182 +"32996",7499,14612,3,1803,2340 +"32997",7499,15150,3,1803,2801 +"32998",7499,15343,3,1803,2125 +"32999",7499,15558,3,1803,2389 +"33000",7499,17480,2,1803,2316 +"33001",7499,18821,3,1803,2075 +"33002",7499,19002,3,1803,2053 +"33003",7499,19048,3,1803,2180 +"33004",7499,20011,3,1803,2826 +"33005",7499,23364,3,1803,2306 +"33006",7499,23728,2,1803,2601 +"33007",7499,29775,3,1803,2064 +"33008",7499,48585,3,1803,2063 +"33009",7499,52950,3,1803,2716 +"33010",7499,93609,2,1803,2252 +"33011",7502,380,2,1519,2261 +"33012",7502,1102,3,1519,2282 +"33013",7502,3801,3,1519,1974 +"33014",7502,10513,2,1519,2284 +"33015",7502,12602,3,1519,1956 +"33016",7502,14834,3,1519,2739 +"33017",7502,46950,3,1519,2673 +"33018",7502,51017,3,1519,2073 +"33019",7502,51035,3,1519,2397 +"33020",7502,58384,3,1519,1637 +"33021",7502,66983,3,1519,2397 +"33022",7502,74985,1,1519,2895 +"33023",7502,80825,2,1519,2315 +"33024",7506,10851,3,2371,2423 +"33025",7506,17221,3,2371,2487 +"33026",7506,26080,3,2371,2525 +"33027",7506,26721,3,2371,2586 +"33028",7506,28627,3,2371,2694 +"33029",7506,44135,3,2371,2620 +"33030",7506,55256,2,2371,2379 +"33031",7506,56464,3,2371,2488 +"33032",7508,7984,3,2396,2493 +"33033",7508,13573,3,2396,2774 +"33034",7508,36574,3,2396,2934 +"33035",7508,45290,3,2396,2731 +"33036",7508,45608,3,2396,2420 +"33037",7515,455,3,2737,2827 +"33038",7515,23132,2,2737,2756 +"33039",7515,40368,3,2737,2876 +"33040",7515,64997,3,2737,2791 +"33041",7547,5092,1,164,909 +"33042",7547,37975,2,164,889 +"33043",7547,67671,3,164,571 +"33044",7548,361,3,1932,1970 +"33045",7548,4696,3,1932,2656 +"33046",7548,6390,3,1932,2385 +"33047",7548,9311,3,1932,2477 +"33048",7548,10843,2,1932,2277 +"33049",7548,13249,3,1932,2573 +"33050",7548,14723,3,1932,2019 +"33051",7548,15626,3,1932,2434 +"33052",7548,25610,3,1932,2328 +"33053",7548,33433,2,1932,2805 +"33054",7548,38755,3,1932,2902 +"33055",7548,49696,3,1932,2444 +"33056",7548,52566,3,1932,2318 +"33057",7548,53342,3,1932,2071 +"33058",7548,54879,3,1932,2210 +"33059",7548,55643,2,1932,2359 +"33060",7548,58993,3,1932,2390 +"33061",7548,59113,3,1932,2434 +"33062",7548,61337,3,1932,2777 +"33063",7548,66677,3,1932,2151 +"33064",7548,69300,3,1932,2068 +"33065",7555,270,3,1943,2542 +"33066",7555,307,2,1943,2530 +"33067",7555,1092,3,1943,1945 +"33068",7555,4618,3,1943,2607 +"33069",7555,4701,3,1943,2401 +"33070",7555,5148,3,1943,2206 +"33071",7555,5669,3,1943,2502 +"33072",7555,5725,3,1943,2789 +"33073",7555,5971,2,1943,1985 +"33074",7555,6222,3,1943,1949 +"33075",7555,6588,2,1943,2025 +"33076",7555,6718,3,1943,2138 +"33077",7555,7616,2,1943,2296 +"33078",7555,8533,3,1943,2251 +"33079",7555,9615,3,1943,2464 +"33080",7555,9893,3,1943,2701 +"33081",7555,12374,3,1943,2260 +"33082",7555,12728,2,1943,2374 +"33083",7555,12867,2,1943,2773 +"33084",7555,13307,3,1943,2206 +"33085",7555,16310,3,1943,2796 +"33086",7555,16352,3,1943,2657 +"33087",7555,16539,2,1943,1947 +"33088",7555,17400,3,1943,2231 +"33089",7555,18394,3,1943,2356 +"33090",7555,20311,3,1943,1981 +"33091",7555,20783,3,1943,2414 +"33092",7555,21012,3,1943,2325 +"33093",7555,21693,3,1943,2176 +"33094",7555,22197,3,1943,2271 +"33095",7555,22326,3,1943,2818 +"33096",7555,23509,3,1943,2275 +"33097",7555,23526,3,1943,1998 +"33098",7555,23725,3,1943,2378 +"33099",7555,25305,3,1943,2447 +"33100",7555,26351,3,1943,2683 +"33101",7555,26451,3,1943,2133 +"33102",7555,28285,3,1943,2972 +"33103",7555,28303,3,1943,2089 +"33104",7555,29073,3,1943,2328 +"33105",7555,30405,3,1943,2164 +"33106",7555,32173,1,1943,2341 +"33107",7555,35402,3,1943,2339 +"33108",7555,41664,3,1943,2641 +"33109",7555,42687,3,1943,1952 +"33110",7555,43213,3,1943,2160 +"33111",7555,46629,3,1943,2255 +"33112",7555,47947,3,1943,2681 +"33113",7555,49334,3,1943,2433 +"33114",7555,50236,2,1943,2339 +"33115",7555,53300,3,1943,2162 +"33116",7555,55468,2,1943,2511 +"33117",7555,55691,3,1943,2856 +"33118",7555,56082,2,1943,2395 +"33119",7555,56237,3,1943,2625 +"33120",7555,57977,3,1943,2683 +"33121",7555,58218,3,1943,2627 +"33122",7555,62840,3,1943,2502 +"33123",7555,71562,3,1943,2574 +"33124",7555,72207,3,1943,2430 +"33125",7555,72326,3,1943,2384 +"33126",7555,86245,3,1943,1972 +"33127",7579,3011,3,1624,2278 +"33128",7579,3716,3,1624,1679 +"33129",7579,5839,3,1624,2301 +"33130",7579,30981,3,1624,2366 +"33131",7579,31691,3,1624,1657 +"33132",7579,40913,3,1624,1800 +"33133",7579,49265,3,1624,2686 +"33134",7579,57380,2,1624,2362 +"33135",7579,57842,3,1624,2482 +"33136",7582,270,3,1099,2542 +"33137",7582,312,3,1099,2038 +"33138",7582,701,1,1099,2718 +"33139",7582,1124,3,1099,1596 +"33140",7582,1136,3,1099,2536 +"33141",7582,1592,3,1099,2006 +"33142",7582,2036,3,1099,2483 +"33143",7582,2111,3,1099,1904 +"33144",7582,2181,3,1099,2030 +"33145",7582,2424,3,1099,2582 +"33146",7582,2533,3,1099,2016 +"33147",7582,2563,3,1099,1686 +"33148",7582,2716,3,1099,1748 +"33149",7582,2742,2,1099,1192 +"33150",7582,3164,3,1099,2693 +"33151",7582,3305,3,1099,2839 +"33152",7582,3306,3,1099,1989 +"33153",7582,3819,3,1099,1583 +"33154",7582,5580,3,1099,2111 +"33155",7582,6052,3,1099,1985 +"33156",7582,6074,3,1099,2426 +"33157",7582,6363,1,1099,2066 +"33158",7582,9654,3,1099,2111 +"33159",7582,9853,2,1099,1275 +"33160",7582,10029,3,1099,2718 +"33161",7582,11006,3,1099,1950 +"33162",7582,13307,3,1099,2206 +"33163",7582,14325,3,1099,1976 +"33164",7582,15583,3,1099,1144 +"33165",7582,15607,3,1099,1421 +"33166",7582,18211,3,1099,1745 +"33167",7582,19072,3,1099,2358 +"33168",7582,19096,3,1099,1538 +"33169",7582,19248,3,1099,2357 +"33170",7582,19643,3,1099,2452 +"33171",7582,19835,3,1099,1135 +"33172",7582,20292,3,1099,2755 +"33173",7582,20624,3,1099,1298 +"33174",7582,21012,3,1099,2325 +"33175",7582,21571,3,1099,2755 +"33176",7582,21929,2,1099,2062 +"33177",7582,22884,3,1099,1608 +"33178",7582,24256,3,1099,2393 +"33179",7582,25198,3,1099,1982 +"33180",7582,25985,2,1099,2071 +"33181",7582,27173,2,1099,2050 +"33182",7582,29050,3,1099,1196 +"33183",7582,29930,3,1099,2240 +"33184",7582,31705,3,1099,2706 +"33185",7582,32965,2,1099,2071 +"33186",7582,33621,3,1099,1319 +"33187",7582,33672,3,1099,2396 +"33188",7582,34464,1,1099,1741 +"33189",7582,34659,3,1099,1924 +"33190",7582,34815,3,1099,2354 +"33191",7582,34836,3,1099,2302 +"33192",7582,37285,2,1099,2428 +"33193",7582,37319,2,1099,1205 +"33194",7582,39535,1,1099,2428 +"33195",7582,39982,3,1099,1529 +"33196",7582,40493,3,1099,1981 +"33197",7582,41033,2,1099,1839 +"33198",7582,41402,3,1099,2313 +"33199",7582,45302,3,1099,2390 +"33200",7582,47098,2,1099,2057 +"33201",7582,48605,3,1099,2796 +"33202",7582,50785,2,1099,2877 +"33203",7582,51041,2,1099,2606 +"33204",7582,51866,3,1099,2411 +"33205",7582,52576,3,1099,2234 +"33206",7582,53851,3,1099,2305 +"33207",7582,54929,3,1099,2783 +"33208",7582,57842,3,1099,2482 +"33209",7582,58854,2,1099,1131 +"33210",7582,67212,3,1099,1383 +"33211",7582,68523,1,1099,1664 +"33212",7582,72468,3,1099,2292 +"33213",7582,77155,3,1099,2946 +"33214",7582,80172,3,1099,1342 +"33215",7582,82787,3,1099,1144 +"33216",7582,92491,3,1099,1968 +"33217",7582,94520,3,1099,1243 +"33218",7582,99860,2,1099,2071 +"33219",7582,104565,3,1099,2693 +"33220",7597,41694,3,2037,2358 +"33221",7597,44603,3,2037,2748 +"33222",7597,47968,3,2037,2829 +"33223",7597,69232,3,2037,2130 +"33224",7604,827,2,1366,2964 +"33225",7604,843,2,1366,2332 +"33226",7604,1574,3,1366,1718 +"33227",7604,1624,2,1366,2687 +"33228",7604,1708,1,1366,1591 +"33229",7604,2272,3,1366,1640 +"33230",7604,2282,3,1366,2056 +"33231",7604,2647,1,1366,2450 +"33232",7604,2927,2,1366,1789 +"33233",7604,3271,2,1366,2216 +"33234",7604,3272,3,1366,2132 +"33235",7604,4551,3,1366,2720 +"33236",7604,4691,3,1366,1888 +"33237",7604,4968,3,1366,1586 +"33238",7604,5303,3,1366,1849 +"33239",7604,6040,2,1366,2103 +"33240",7604,6345,3,1366,2713 +"33241",7604,6480,3,1366,1678 +"33242",7604,6999,3,1366,2214 +"33243",7604,7253,3,1366,2686 +"33244",7604,7254,2,1366,1849 +"33245",7604,7337,3,1366,1797 +"33246",7604,8607,3,1366,1685 +"33247",7604,9269,2,1366,1892 +"33248",7604,9272,2,1366,2835 +"33249",7604,9724,3,1366,2713 +"33250",7604,9895,2,1366,1960 +"33251",7604,9910,3,1366,2526 +"33252",7604,9948,2,1366,2019 +"33253",7604,10701,3,1366,2000 +"33254",7604,11858,3,1366,1530 +"33255",7604,12914,3,1366,1557 +"33256",7604,13340,3,1366,1918 +"33257",7604,14061,3,1366,1620 +"33258",7604,14470,3,1366,2632 +"33259",7604,14654,3,1366,1692 +"33260",7604,14772,3,1366,2386 +"33261",7604,14957,3,1366,2306 +"33262",7604,15023,3,1366,2054 +"33263",7604,15146,3,1366,1546 +"33264",7604,15782,3,1366,2306 +"33265",7604,16347,3,1366,1868 +"33266",7604,16437,3,1366,1956 +"33267",7604,16910,3,1366,1978 +"33268",7604,16963,3,1366,1999 +"33269",7604,17499,3,1366,2954 +"33270",7604,17672,3,1366,1987 +"33271",7604,17695,3,1366,1930 +"33272",7604,19075,3,1366,2214 +"33273",7604,19476,3,1366,1708 +"33274",7604,19509,3,1366,2000 +"33275",7604,20547,3,1366,2145 +"33276",7604,20695,2,1366,2526 +"33277",7604,21044,3,1366,1574 +"33278",7604,22357,3,1366,1397 +"33279",7604,22410,3,1366,2158 +"33280",7604,23550,3,1366,2939 +"33281",7604,26597,3,1366,2070 +"33282",7604,26740,3,1366,2695 +"33283",7604,27570,3,1366,1559 +"33284",7604,28268,3,1366,2258 +"33285",7604,28432,3,1366,1954 +"33286",7604,28648,3,1366,1586 +"33287",7604,28782,3,1366,2272 +"33288",7604,30096,3,1366,2082 +"33289",7604,31264,3,1366,2335 +"33290",7604,31295,3,1366,2183 +"33291",7604,31357,2,1366,2389 +"33292",7604,32350,2,1366,1540 +"33293",7604,32966,3,1366,1583 +"33294",7604,34331,3,1366,1727 +"33295",7604,34953,3,1366,1817 +"33296",7604,36840,3,1366,2269 +"33297",7604,37684,3,1366,2899 +"33298",7604,37752,3,1366,2223 +"33299",7604,37897,3,1366,1685 +"33300",7604,38219,3,1366,1689 +"33301",7604,38309,3,1366,2644 +"33302",7604,39439,3,1366,2462 +"33303",7604,39444,3,1366,2695 +"33304",7604,42382,1,1366,2224 +"33305",7604,42390,3,1366,2937 +"33306",7604,43173,3,1366,2895 +"33307",7604,43226,2,1366,2442 +"33308",7604,43543,3,1366,1457 +"33309",7604,43701,3,1366,2400 +"33310",7604,43768,3,1366,1468 +"33311",7604,44744,3,1366,2032 +"33312",7604,46616,1,1366,1917 +"33313",7604,47607,1,1366,2724 +"33314",7604,48110,2,1366,2009 +"33315",7604,49375,3,1366,2438 +"33316",7604,49379,3,1366,1573 +"33317",7604,50468,2,1366,1659 +"33318",7604,51843,3,1366,2389 +"33319",7604,53020,3,1366,2747 +"33320",7604,53445,3,1366,2028 +"33321",7604,53584,1,1366,2391 +"33322",7604,53652,3,1366,2899 +"33323",7604,54385,2,1366,2340 +"33324",7604,55775,3,1366,2385 +"33325",7604,56364,3,1366,1626 +"33326",7604,57804,3,1366,2214 +"33327",7604,58508,2,1366,2326 +"33328",7604,58945,3,1366,2481 +"33329",7604,59039,3,1366,2870 +"33330",7604,63104,3,1366,2149 +"33331",7604,64628,3,1366,2829 +"33332",7604,69335,2,1366,2698 +"33333",7604,75194,3,1366,1736 +"33334",7604,77719,3,1366,2086 +"33335",7604,78611,2,1366,1586 +"33336",7604,79874,3,1366,1570 +"33337",7604,80301,2,1366,1690 +"33338",7604,80970,3,1366,2069 +"33339",7604,82226,3,1366,1619 +"33340",7604,84235,3,1366,1639 +"33341",7604,84591,1,1366,1685 +"33342",7604,84808,3,1366,1974 +"33343",7604,85525,3,1366,1718 +"33344",7604,93553,3,1366,2537 +"33345",7604,95060,2,1366,1974 +"33346",7614,669,3,971,1423 +"33347",7614,765,3,971,2073 +"33348",7614,999,2,971,2181 +"33349",7614,1196,3,971,1986 +"33350",7614,3284,3,971,1541 +"33351",7614,10859,3,971,2231 +"33352",7614,13724,3,971,1573 +"33353",7614,19751,3,971,1630 +"33354",7614,21249,3,971,1635 +"33355",7614,21362,2,971,2515 +"33356",7614,21563,3,971,1138 +"33357",7614,29224,3,971,2011 +"33358",7614,35186,3,971,1520 +"33359",7614,35464,3,971,2502 +"33360",7614,39014,3,971,1188 +"33361",7614,44193,3,971,989 +"33362",7614,77811,1,971,1871 +"33363",7614,84268,2,971,1217 +"33364",7614,103560,3,971,2746 +"33365",7615,900,3,1657,2726 +"33366",7615,3493,3,1657,2451 +"33367",7615,9703,3,1657,1845 +"33368",7615,10980,3,1657,1974 +"33369",7615,18005,2,1657,2449 +"33370",7615,21227,3,1657,2110 +"33371",7615,27280,3,1657,1965 +"33372",7615,27391,2,1657,2378 +"33373",7615,36344,2,1657,2570 +"33374",7615,38676,3,1657,2286 +"33375",7615,41250,3,1657,1703 +"33376",7615,57067,3,1657,2547 +"33377",7615,64947,3,1657,2489 +"33378",7615,88067,3,1657,2315 +"33379",7616,270,3,2296,2542 +"33380",7616,307,3,2296,2530 +"33381",7616,2704,3,2296,2609 +"33382",7616,6192,3,2296,2409 +"33383",7616,9362,3,2296,2879 +"33384",7616,9615,3,2296,2464 +"33385",7616,10851,3,2296,2423 +"33386",7616,12728,3,2296,2374 +"33387",7616,13249,3,2296,2573 +"33388",7616,14959,3,2296,2898 +"33389",7616,15008,3,2296,2338 +"33390",7616,16286,3,2296,2470 +"33391",7616,18394,3,2296,2356 +"33392",7616,19208,3,2296,2629 +"33393",7616,19744,3,2296,2623 +"33394",7616,21012,3,2296,2325 +"33395",7616,22808,3,2296,2297 +"33396",7616,22950,3,2296,2576 +"33397",7616,23098,3,2296,2300 +"33398",7616,24256,2,2296,2393 +"33399",7616,24753,3,2296,2860 +"33400",7616,26603,3,2296,2508 +"33401",7616,28626,3,2296,2842 +"33402",7616,29454,3,2296,2719 +"33403",7616,31705,3,2296,2706 +"33404",7616,32173,2,2296,2341 +"33405",7616,41664,2,2296,2641 +"33406",7616,42515,2,2296,2752 +"33407",7616,42783,3,2296,2338 +"33408",7616,44403,3,2296,2429 +"33409",7616,46635,3,2296,2528 +"33410",7616,47564,3,2296,2650 +"33411",7616,47625,3,2296,2562 +"33412",7616,48571,3,2296,2717 +"33413",7616,49334,2,2296,2433 +"33414",7616,50236,3,2296,2339 +"33415",7616,50275,3,2296,2832 +"33416",7616,55076,2,2296,2408 +"33417",7616,55468,3,2296,2511 +"33418",7616,55691,3,2296,2856 +"33419",7616,56082,3,2296,2395 +"33420",7616,65434,3,2296,2866 +"33421",7616,73661,3,2296,2505 +"33422",7616,77155,3,2296,2946 +"33423",7616,92322,2,2296,2393 +"33424",7616,119208,3,2296,2646 +"33425",7627,270,3,1543,2542 +"33426",7627,701,3,1543,2718 +"33427",7627,1124,3,1543,1596 +"33428",7627,1639,2,1543,2631 +"33429",7627,2424,3,1543,2582 +"33430",7627,2533,3,1543,2016 +"33431",7627,2709,3,1543,1673 +"33432",7627,2716,3,1543,1748 +"33433",7627,3305,3,1543,2839 +"33434",7627,3306,2,1543,1989 +"33435",7627,4032,3,1543,1763 +"33436",7627,5599,3,1543,1684 +"33437",7627,5622,3,1543,2175 +"33438",7627,5971,3,1543,1985 +"33439",7627,6047,3,1543,2004 +"33440",7627,6417,3,1543,1675 +"33441",7627,6588,3,1543,2025 +"33442",7627,6718,3,1543,2138 +"33443",7627,10857,3,1543,2253 +"33444",7627,10890,3,1543,2639 +"33445",7627,11218,3,1543,2292 +"33446",7627,11229,3,1543,1625 +"33447",7627,13801,3,1543,2041 +"33448",7627,14032,3,1543,2144 +"33449",7627,14669,3,1543,2080 +"33450",7627,15003,2,1543,2067 +"33451",7627,15244,3,1543,1600 +"33452",7627,15756,3,1543,2362 +"33453",7627,17400,3,1543,2231 +"33454",7627,17819,3,1543,2291 +"33455",7627,18361,3,1543,2968 +"33456",7627,18394,3,1543,2356 +"33457",7627,19643,3,1543,2452 +"33458",7627,20124,3,1543,2376 +"33459",7627,20271,2,1543,2044 +"33460",7627,22331,3,1543,2687 +"33461",7627,23223,3,1543,2094 +"33462",7627,23725,2,1543,2378 +"33463",7627,26749,3,1543,2965 +"33464",7627,26867,3,1543,1804 +"33465",7627,27173,3,1543,2050 +"33466",7627,32064,3,1543,1739 +"33467",7627,32173,3,1543,2341 +"33468",7627,33949,3,1543,2489 +"33469",7627,34426,3,1543,2743 +"33470",7627,35402,3,1543,2339 +"33471",7627,38219,3,1543,1689 +"33472",7627,40645,3,1543,1899 +"33473",7627,42522,3,1543,2592 +"33474",7627,44521,3,1543,1593 +"33475",7627,44819,3,1543,2063 +"33476",7627,48289,3,1543,2209 +"33477",7627,50134,2,1543,2674 +"33478",7627,50236,3,1543,2339 +"33479",7627,52203,3,1543,1961 +"33480",7627,52969,2,1543,2302 +"33481",7627,53134,3,1543,1590 +"33482",7627,54551,3,1543,2348 +"33483",7627,54929,2,1543,2783 +"33484",7627,56082,3,1543,2395 +"33485",7627,57842,3,1543,2482 +"33486",7627,59539,3,1543,2429 +"33487",7627,68215,2,1543,2727 +"33488",7627,72033,2,1543,1740 +"33489",7627,75403,3,1543,1895 +"33490",7627,79804,3,1543,2227 +"33491",7627,117956,3,1543,2774 +"33492",7648,1570,1,1861,2028 +"33493",7648,3272,3,1861,2132 +"33494",7648,3477,3,1861,2546 +"33495",7648,6063,3,1861,2349 +"33496",7648,9328,3,1861,1937 +"33497",7648,10435,3,1861,1984 +"33498",7648,10756,3,1861,2207 +"33499",7648,12598,3,1861,2086 +"33500",7648,14442,2,1861,2700 +"33501",7648,16184,1,1861,2274 +"33502",7648,17768,2,1861,2468 +"33503",7648,22905,3,1861,2599 +"33504",7648,25053,2,1861,2186 +"33505",7648,31281,3,1861,1937 +"33506",7648,32904,2,1861,2055 +"33507",7648,33223,3,1861,2397 +"33508",7648,34295,3,1861,2735 +"33509",7648,35844,2,1861,2961 +"33510",7648,36996,2,1861,2321 +"33511",7648,40759,3,1861,2789 +"33512",7648,42136,3,1861,2551 +"33513",7648,44132,3,1861,1999 +"33514",7648,44501,3,1861,2567 +"33515",7648,44730,3,1861,2468 +"33516",7648,47094,2,1861,2592 +"33517",7648,49805,3,1861,2445 +"33518",7648,51890,3,1861,1992 +"33519",7648,55307,3,1861,2306 +"33520",7648,56413,3,1861,2747 +"33521",7648,58536,3,1861,2742 +"33522",7648,59289,3,1861,2896 +"33523",7648,60059,3,1861,2587 +"33524",7648,67701,2,1861,2289 +"33525",7648,84317,3,1861,2081 +"33526",7648,104281,3,1861,2228 +"33527",7652,3669,1,1281,2524 +"33528",7652,22905,3,1281,2599 +"33529",7652,26100,3,1281,1966 +"33530",7652,30317,3,1281,2431 +"33531",7652,35264,3,1281,2329 +"33532",7652,53498,3,1281,1967 +"33533",7672,1592,3,1974,2006 +"33534",7672,2208,3,1974,2814 +"33535",7672,6390,3,1974,2385 +"33536",7672,6491,3,1974,2424 +"33537",7672,14032,3,1974,2144 +"33538",7672,14108,3,1974,2012 +"33539",7672,14676,3,1974,2764 +"33540",7672,14731,3,1974,2012 +"33541",7672,18543,3,1974,2968 +"33542",7672,24198,3,1974,2217 +"33543",7672,29948,3,1974,2795 +"33544",7672,41955,3,1974,2479 +"33545",7672,43173,3,1974,2895 +"33546",7672,44427,3,1974,2875 +"33547",7672,55556,3,1974,2075 +"33548",7672,56854,3,1974,2022 +"33549",7672,64997,3,1974,2791 +"33550",7672,71274,3,1974,2390 +"33551",7672,88232,3,1974,2881 +"33552",7672,100215,3,1974,2436 +"33553",7677,377,3,2338,2389 +"33554",7677,1639,3,2338,2631 +"33555",7677,1831,2,2338,2397 +"33556",7677,2484,3,2338,2389 +"33557",7677,9175,3,2338,2639 +"33558",7677,26749,3,2338,2965 +"33559",7677,31700,3,2338,2727 +"33560",7677,33949,3,2338,2489 +"33561",7677,35187,3,2338,2488 +"33562",7677,37238,2,2338,2609 +"33563",7677,38227,3,2338,2511 +"33564",7677,38307,3,2338,2648 +"33565",7677,41945,3,2338,2856 +"33566",7677,43455,3,2338,2846 +"33567",7677,52892,2,2338,2372 +"33568",7684,900,3,790,2726 +"33569",7684,4665,3,790,1569 +"33570",7684,13879,3,790,2748 +"33571",7684,14586,3,790,2801 +"33572",7684,23000,3,790,1815 +"33573",7684,28051,3,790,2089 +"33574",7684,29985,3,790,1568 +"33575",7684,38087,2,790,1083 +"33576",7684,44749,2,790,1303 +"33577",7684,46726,3,790,943 +"33578",7684,50581,3,790,1258 +"33579",7684,57180,3,790,2703 +"33580",7684,57356,3,790,2476 +"33581",7684,58229,3,790,1202 +"33582",7684,60808,2,790,1258 +"33583",7684,111208,3,790,847 +"33584",7703,854,3,2122,2307 +"33585",7703,1315,3,2122,2760 +"33586",7703,14959,3,2122,2898 +"33587",7703,15444,3,2122,2764 +"33588",7703,16497,3,2122,2370 +"33589",7703,17354,3,2122,2250 +"33590",7703,21248,3,2122,2232 +"33591",7703,21682,3,2122,2414 +"33592",7703,23312,3,2122,2449 +"33593",7703,27195,3,2122,2158 +"33594",7703,28626,2,2122,2842 +"33595",7703,29930,3,2122,2240 +"33596",7703,36031,3,2122,2342 +"33597",7703,42574,3,2122,2842 +"33598",7703,57549,3,2122,2335 +"33599",7719,2446,3,1954,2606 +"33600",7719,3127,3,1954,2273 +"33601",7719,6119,3,1954,2358 +"33602",7719,7942,3,1954,2623 +"33603",7719,12948,3,1954,2669 +"33604",7719,13136,3,1954,2867 +"33605",7719,14781,3,1954,2338 +"33606",7719,19934,3,1954,2888 +"33607",7719,22723,2,1954,2859 +"33608",7719,23154,3,1954,2345 +"33609",7719,31652,3,1954,2047 +"33610",7719,33236,3,1954,2297 +"33611",7719,35456,3,1954,2358 +"33612",7719,40572,2,1954,2666 +"33613",7719,41187,3,1954,2340 +"33614",7719,45869,3,1954,2840 +"33615",7719,53219,3,1954,2973 +"33616",7719,67266,2,1954,2010 +"33617",7719,81400,3,1954,2679 +"33618",7719,84822,3,1954,2686 +"33619",7722,2057,2,74,1965 +"33620",7722,3830,3,74,1661 +"33621",7722,5462,3,74,2374 +"33622",7722,5484,3,74,582 +"33623",7722,5599,2,74,1684 +"33624",7722,6047,3,74,2004 +"33625",7722,7741,1,74,418 +"33626",7722,7798,3,74,949 +"33627",7722,8865,3,74,2394 +"33628",7722,10576,3,74,974 +"33629",7722,11521,3,74,1559 +"33630",7722,12067,3,74,1213 +"33631",7722,13184,3,74,977 +"33632",7722,13808,3,74,1356 +"33633",7722,14503,3,74,437 +"33634",7722,15453,3,74,1688 +"33635",7722,15978,3,74,981 +"33636",7722,16959,3,74,888 +"33637",7722,17133,3,74,924 +"33638",7722,17572,2,74,340 +"33639",7722,18651,3,74,1035 +"33640",7722,19433,3,74,2504 +"33641",7722,20124,3,74,2376 +"33642",7722,22130,3,74,146 +"33643",7722,23257,3,74,113 +"33644",7722,23825,3,74,1913 +"33645",7722,26336,3,74,1904 +"33646",7722,27908,3,74,2576 +"33647",7722,29267,3,74,1234 +"33648",7722,29750,3,74,689 +"33649",7722,29997,3,74,1789 +"33650",7722,30956,3,74,168 +"33651",7722,32606,1,74,2100 +"33652",7722,33341,3,74,2338 +"33653",7722,35004,3,74,1509 +"33654",7722,35715,3,74,2912 +"33655",7722,35903,3,74,1434 +"33656",7722,36514,3,74,1192 +"33657",7722,39062,3,74,2020 +"33658",7722,41278,3,74,1873 +"33659",7722,46486,3,74,1868 +"33660",7722,51016,3,74,1141 +"33661",7722,57950,3,74,1529 +"33662",7722,61240,3,74,2651 +"33663",7722,65856,2,74,2504 +"33664",7722,68345,3,74,1095 +"33665",7722,74318,3,74,632 +"33666",7722,77031,3,74,801 +"33667",7722,79878,3,74,1130 +"33668",7722,80606,3,74,2079 +"33669",7722,81400,3,74,2679 +"33670",7722,82023,3,74,992 +"33671",7722,90608,3,74,590 +"33672",7722,90658,3,74,523 +"33673",7722,90837,3,74,825 +"33674",7722,95155,3,74,849 +"33675",7722,95910,3,74,999 +"33676",7722,108620,3,74,881 +"33677",7722,111955,3,74,504 +"33678",7722,122909,3,74,1198 +"33679",7733,4313,3,1326,2368 +"33680",7733,20056,3,1326,1824 +"33681",7733,20088,3,1326,1677 +"33682",7733,21976,3,1326,1808 +"33683",7733,31170,2,1326,1776 +"33684",7733,43524,3,1326,2572 +"33685",7733,62334,3,1326,1766 +"33686",7733,73810,2,1326,1554 +"33687",7733,80162,2,1326,1601 +"33688",7738,41330,2,1265,2720 +"33689",7741,2057,3,418,1965 +"33690",7741,5599,3,418,1684 +"33691",7741,32606,2,418,2100 +"33692",7741,65856,3,418,2504 +"33693",7763,14612,2,1656,2340 +"33694",7763,19656,3,1656,2059 +"33695",7763,21358,3,1656,1970 +"33696",7763,24962,3,1656,2126 +"33697",7763,25941,2,1656,2369 +"33698",7763,33176,2,1656,2630 +"33699",7763,48823,3,1656,2080 +"33700",7763,93609,3,1656,2252 +"33701",7780,680,3,1920,2569 +"33702",7780,3271,3,1920,2216 +"33703",7780,4303,3,1920,2414 +"33704",7780,4430,3,1920,2019 +"33705",7780,4567,3,1920,2348 +"33706",7780,8062,3,1920,2858 +"33707",7780,12728,3,1920,2374 +"33708",7780,12759,3,1920,2414 +"33709",7780,24568,3,1920,1937 +"33710",7780,25373,3,1920,2783 +"33711",7780,30334,3,1920,2075 +"33712",7780,37636,3,1920,2178 +"33713",7780,41723,3,1920,2101 +"33714",7780,44135,3,1920,2620 +"33715",7780,44744,3,1920,2032 +"33716",7780,50585,3,1920,2414 +"33717",7780,51783,3,1920,2599 +"33718",7780,63409,3,1920,1937 +"33719",7785,680,3,2441,2569 +"33720",7785,2852,3,2441,2448 +"33721",7785,3978,3,2441,2775 +"33722",7785,4361,3,2441,2571 +"33723",7785,4612,3,2441,2804 +"33724",7785,6989,2,2441,2623 +"33725",7785,12948,3,2441,2669 +"33726",7785,17033,3,2441,2771 +"33727",7785,27742,2,2441,2700 +"33728",7785,27914,3,2441,2507 +"33729",7785,35797,1,2441,2482 +"33730",7785,36953,3,2441,2790 +"33731",7785,45869,3,2441,2840 +"33732",7785,47534,3,2441,2712 +"33733",7785,58655,3,2441,2685 +"33734",7785,59039,2,2441,2870 +"33735",7786,758,3,508,1232 +"33736",7786,782,3,508,945 +"33737",7786,1578,2,508,1612 +"33738",7786,1692,3,508,2443 +"33739",7786,2057,3,508,1965 +"33740",7786,5484,3,508,582 +"33741",7786,5845,3,508,1552 +"33742",7786,6603,2,508,2185 +"33743",7786,7148,3,508,1095 +"33744",7786,7937,3,508,2044 +"33745",7786,9440,3,508,1006 +"33746",7786,9801,2,508,2443 +"33747",7786,10002,2,508,1788 +"33748",7786,10279,3,508,886 +"33749",7786,11019,3,508,1299 +"33750",7786,11067,3,508,2734 +"33751",7786,13150,3,508,1570 +"33752",7786,15381,3,508,2289 +"33753",7786,15821,3,508,2456 +"33754",7786,17502,3,508,869 +"33755",7786,18211,3,508,1745 +"33756",7786,19282,3,508,1623 +"33757",7786,22256,3,508,829 +"33758",7786,24195,2,508,1575 +"33759",7786,24866,3,508,2103 +"33760",7786,27399,3,508,1866 +"33761",7786,29050,3,508,1196 +"33762",7786,29170,3,508,1846 +"33763",7786,29578,3,508,1957 +"33764",7786,31131,2,508,2810 +"33765",7786,32339,3,508,2430 +"33766",7786,34395,2,508,583 +"33767",7786,35620,3,508,2092 +"33768",7786,36450,3,508,1591 +"33769",7786,36506,2,508,2638 +"33770",7786,40675,3,508,1595 +"33771",7786,43929,3,508,2749 +"33772",7786,45461,3,508,2458 +"33773",7786,46385,3,508,2225 +"33774",7786,47534,2,508,2712 +"33775",7786,47966,2,508,2409 +"33776",7786,53530,3,508,2380 +"33777",7786,61785,3,508,822 +"33778",7786,67963,3,508,806 +"33779",7786,70046,3,508,2624 +"33780",7786,76631,2,508,1697 +"33781",7786,79848,3,508,1629 +"33782",7786,88209,1,508,663 +"33783",7786,94444,3,508,1554 +"33784",7786,97811,3,508,1288 +"33785",7787,1785,3,2314,2350 +"33786",7787,3034,3,2314,2601 +"33787",7787,3493,3,2314,2451 +"33788",7787,17480,3,2314,2316 +"33789",7787,17499,3,2314,2954 +"33790",7787,51843,3,2314,2389 +"33791",7787,52950,3,2314,2716 +"33792",7787,54385,3,2314,2340 +"33793",7795,21955,3,2789,2832 +"33794",7798,312,3,949,2038 +"33795",7798,360,3,949,1671 +"33796",7798,854,3,949,2307 +"33797",7798,2057,3,949,1965 +"33798",7798,2195,3,949,2139 +"33799",7798,2484,3,949,2389 +"33800",7798,2540,3,949,1398 +"33801",7798,2684,3,949,2874 +"33802",7798,2894,2,949,1291 +"33803",7798,3127,3,949,2273 +"33804",7798,3716,3,949,1679 +"33805",7798,3947,3,949,2067 +"33806",7798,4504,3,949,1905 +"33807",7798,5392,3,949,1648 +"33808",7798,5429,3,949,1991 +"33809",7798,5615,3,949,1105 +"33810",7798,5622,3,949,2175 +"33811",7798,5792,3,949,975 +"33812",7798,6222,3,949,1949 +"33813",7798,6821,3,949,1788 +"33814",7798,7185,3,949,1046 +"33815",7798,7234,3,949,2654 +"33816",7798,7970,3,949,1197 +"33817",7798,8088,3,949,2220 +"33818",7798,8865,1,949,2394 +"33819",7798,9311,2,949,2477 +"33820",7798,9391,1,949,1252 +"33821",7798,9615,3,949,2464 +"33822",7798,10148,1,949,2964 +"33823",7798,10754,3,949,1797 +"33824",7798,10779,3,949,2881 +"33825",7798,10843,3,949,2277 +"33826",7798,10875,3,949,1234 +"33827",7798,11382,3,949,2746 +"33828",7798,11538,3,949,2288 +"33829",7798,12067,2,949,1213 +"33830",7798,12103,2,949,1244 +"33831",7798,12310,2,949,1337 +"33832",7798,12388,3,949,1975 +"33833",7798,13184,2,949,977 +"33834",7798,13610,3,949,2515 +"33835",7798,13780,3,949,2412 +"33836",7798,13808,2,949,1356 +"33837",7798,14817,3,949,2110 +"33838",7798,14959,3,949,2898 +"33839",7798,15118,3,949,1311 +"33840",7798,15560,2,949,2257 +"33841",7798,15626,3,949,2434 +"33842",7798,15826,3,949,2772 +"33843",7798,16040,3,949,1244 +"33844",7798,16313,3,949,1160 +"33845",7798,16690,3,949,2132 +"33846",7798,18825,3,949,1240 +"33847",7798,19433,3,949,2504 +"33848",7798,19516,3,949,2313 +"33849",7798,19587,3,949,1684 +"33850",7798,19605,3,949,2395 +"33851",7798,19937,3,949,1587 +"33852",7798,20783,3,949,2414 +"33853",7798,21248,3,949,2232 +"33854",7798,22260,3,949,2137 +"33855",7798,22722,3,949,1233 +"33856",7798,22723,3,949,2859 +"33857",7798,23508,2,949,1907 +"33858",7798,24259,3,949,1281 +"33859",7798,24448,3,949,2289 +"33860",7798,24512,2,949,1369 +"33861",7798,25443,3,949,1441 +"33862",7798,26471,3,949,1061 +"33863",7798,27849,3,949,1316 +"33864",7798,27908,2,949,2576 +"33865",7798,28896,3,949,1395 +"33866",7798,29073,3,949,2328 +"33867",7798,29267,2,949,1234 +"33868",7798,29286,3,949,1612 +"33869",7798,29295,3,949,2043 +"33870",7798,29454,2,949,2719 +"33871",7798,29997,3,949,1789 +"33872",7798,30092,3,949,1593 +"33873",7798,30236,3,949,2238 +"33874",7798,30325,3,949,1067 +"33875",7798,30486,3,949,1269 +"33876",7798,30747,3,949,2455 +"33877",7798,30850,3,949,1045 +"33878",7798,30906,1,949,2537 +"33879",7798,31307,3,949,2139 +"33880",7798,32606,3,949,2100 +"33881",7798,33356,3,949,1586 +"33882",7798,33383,3,949,1572 +"33883",7798,33433,3,949,2805 +"33884",7798,34707,3,949,2042 +"33885",7798,35903,1,949,1434 +"33886",7798,36031,3,949,2342 +"33887",7798,36574,3,949,2934 +"33888",7798,36637,3,949,2085 +"33889",7798,36953,3,949,2790 +"33890",7798,37333,3,949,1612 +"33891",7798,38732,3,949,2263 +"33892",7798,38816,3,949,1225 +"33893",7798,38921,3,949,1880 +"33894",7798,39062,3,949,2020 +"33895",7798,40572,3,949,2666 +"33896",7798,41402,3,949,2313 +"33897",7798,41682,3,949,1988 +"33898",7798,41764,3,949,2409 +"33899",7798,42196,3,949,2765 +"33900",7798,42715,1,949,987 +"33901",7798,42813,3,949,2142 +"33902",7798,43769,3,949,2394 +"33903",7798,45329,3,949,1693 +"33904",7798,46486,2,949,1868 +"33905",7798,46596,2,949,1942 +"33906",7798,46883,3,949,1671 +"33907",7798,47595,3,949,2374 +"33908",7798,47803,3,949,2477 +"33909",7798,48215,3,949,2028 +"33910",7798,48377,2,949,1927 +"33911",7798,50335,3,949,1893 +"33912",7798,51016,2,949,1141 +"33913",7798,55821,2,949,1303 +"33914",7798,55862,2,949,2123 +"33915",7798,58733,3,949,1958 +"33916",7798,59113,3,949,2434 +"33917",7798,59637,3,949,2141 +"33918",7798,59683,3,949,2068 +"33919",7798,60179,3,949,2708 +"33920",7798,62488,3,949,1418 +"33921",7798,62966,2,949,1282 +"33922",7798,64110,3,949,1331 +"33923",7798,65856,3,949,2504 +"33924",7798,67652,3,949,2736 +"33925",7798,68876,3,949,1397 +"33926",7798,69232,2,949,2130 +"33927",7798,74190,3,949,1428 +"33928",7798,78932,3,949,981 +"33929",7798,82929,3,949,2475 +"33930",7798,83096,3,949,1061 +"33931",7798,83253,3,949,1102 +"33932",7798,87958,3,949,1234 +"33933",7798,90709,3,949,1080 +"33934",7798,94101,3,949,997 +"33935",7798,95647,3,949,1172 +"33936",7798,101338,2,949,1319 +"33937",7798,104217,3,949,956 +"33938",7798,106891,3,949,1907 +"33939",7814,7432,1,67,1531 +"33940",7814,55742,3,67,2006 +"33941",7814,65857,1,67,2628 +"33942",7834,13003,3,1708,2763 +"33943",7834,16608,2,1708,1769 +"33944",7834,23825,3,1708,1913 +"33945",7834,58852,3,1708,2323 +"33946",7834,67622,1,1708,2224 +"33947",7840,4696,3,984,2656 +"33948",7840,5491,3,984,2048 +"33949",7840,6602,3,984,1631 +"33950",7840,7548,2,984,1932 +"33951",7840,9364,3,984,1698 +"33952",7840,10474,2,984,1608 +"33953",7840,10843,3,984,2277 +"33954",7840,15609,2,984,1229 +"33955",7840,22181,2,984,1274 +"33956",7840,25610,3,984,2328 +"33957",7840,27261,3,984,1368 +"33958",7840,33433,3,984,2805 +"33959",7840,34820,3,984,1630 +"33960",7840,35888,3,984,2291 +"33961",7840,40913,3,984,1800 +"33962",7840,43743,3,984,1229 +"33963",7840,49581,3,984,1817 +"33964",7840,50946,3,984,1075 +"33965",7840,54663,3,984,1424 +"33966",7840,63966,2,984,1565 +"33967",7840,69300,3,984,2068 +"33968",7840,75343,3,984,2008 +"33969",7840,94450,3,984,1127 +"33970",7847,1136,2,2424,2536 +"33971",7847,2954,3,2424,2727 +"33972",7847,3966,3,2424,2425 +"33973",7847,4618,3,2424,2607 +"33974",7847,6030,3,2424,2953 +"33975",7847,7515,3,2424,2737 +"33976",7847,9311,3,2424,2477 +"33977",7847,9362,3,2424,2879 +"33978",7847,10373,3,2424,2436 +"33979",7847,23132,3,2424,2756 +"33980",7847,23705,3,2424,2699 +"33981",7847,24392,3,2424,2719 +"33982",7847,25129,3,2424,2647 +"33983",7847,27753,3,2424,2750 +"33984",7847,30697,3,2424,2891 +"33985",7847,31235,3,2424,2668 +"33986",7847,31705,3,2424,2706 +"33987",7847,40369,2,2424,2735 +"33988",7847,47248,3,2424,2883 +"33989",7847,51410,3,2424,2739 +"33990",7847,57544,2,2424,2443 +"33991",7847,60661,3,2424,2700 +"33992",7847,64997,2,2424,2791 +"33993",7847,66413,2,2424,2507 +"33994",7858,145,3,1795,1998 +"33995",7858,270,3,1795,2542 +"33996",7858,913,3,1795,2144 +"33997",7858,997,1,1795,2788 +"33998",7858,1102,3,1795,2282 +"33999",7858,1324,2,1795,2147 +"34000",7858,2111,3,1795,1904 +"34001",7858,2572,3,1795,2273 +"34002",7858,3493,3,1795,2451 +"34003",7858,4671,2,1795,2280 +"34004",7858,5072,3,1795,2175 +"34005",7858,5515,3,1795,2385 +"34006",7858,5622,3,1795,2175 +"34007",7858,6052,3,1795,1985 +"34008",7858,6428,3,1795,1952 +"34009",7858,6588,3,1795,2025 +"34010",7858,7234,3,1795,2654 +"34011",7858,7354,3,1795,2008 +"34012",7858,7406,3,1795,1906 +"34013",7858,8681,3,1795,2716 +"34014",7858,9695,3,1795,2143 +"34015",7858,10857,3,1795,2253 +"34016",7858,11103,3,1795,2393 +"34017",7858,11218,3,1795,2292 +"34018",7858,12724,3,1795,1930 +"34019",7858,13780,3,1795,2412 +"34020",7858,14325,3,1795,1976 +"34021",7858,17400,3,1795,2231 +"34022",7858,18394,3,1795,2356 +"34023",7858,20162,3,1795,2328 +"34024",7858,21929,3,1795,2062 +"34025",7858,23460,3,1795,2183 +"34026",7858,23526,3,1795,1998 +"34027",7858,23715,3,1795,1859 +"34028",7858,30405,3,1795,2164 +"34029",7858,30747,3,1795,2455 +"34030",7858,31132,3,1795,2744 +"34031",7858,31235,3,1795,2668 +"34032",7858,33991,3,1795,2249 +"34033",7858,34659,3,1795,1924 +"34034",7858,35514,3,1795,2346 +"34035",7858,36031,3,1795,2342 +"34036",7858,36609,3,1795,2918 +"34037",7858,37301,3,1795,2160 +"34038",7858,38019,3,1795,1870 +"34039",7858,38973,2,1795,1999 +"34040",7858,39294,3,1795,1889 +"34041",7858,42129,3,1795,2318 +"34042",7858,42216,3,1795,2722 +"34043",7858,42574,3,1795,2842 +"34044",7858,43213,3,1795,2160 +"34045",7858,45302,3,1795,2390 +"34046",7858,45618,3,1795,2356 +"34047",7858,46629,3,1795,2255 +"34048",7858,48215,3,1795,2028 +"34049",7858,48571,2,1795,2717 +"34050",7858,51017,3,1795,2073 +"34051",7858,51035,3,1795,2397 +"34052",7858,52576,3,1795,2234 +"34053",7858,53219,2,1795,2973 +"34054",7858,53604,3,1795,2489 +"34055",7858,54551,3,1795,2348 +"34056",7858,56082,3,1795,2395 +"34057",7858,62832,3,1795,2606 +"34058",7858,72207,2,1795,2430 +"34059",7858,75403,3,1795,1895 +"34060",7858,99351,3,1795,2939 +"34061",7861,23,3,1647,1682 +"34062",7861,362,3,1647,2537 +"34063",7861,600,3,1647,1702 +"34064",7861,675,2,1647,1686 +"34065",7861,1136,2,1647,2536 +"34066",7861,2765,1,1647,2321 +"34067",7861,2954,3,1647,2727 +"34068",7861,3777,3,1647,1798 +"34069",7861,3886,3,1647,1669 +"34070",7861,3966,2,1647,2425 +"34071",7861,4191,3,1647,2130 +"34072",7861,4567,3,1647,2348 +"34073",7861,4618,3,1647,2607 +"34074",7861,5041,3,1647,2371 +"34075",7861,5491,3,1647,2048 +"34076",7861,5710,3,1647,1926 +"34077",7861,6044,3,1647,2744 +"34078",7861,6740,3,1647,2699 +"34079",7861,7847,3,1647,2424 +"34080",7861,9503,3,1647,2453 +"34081",7861,9615,3,1647,2464 +"34082",7861,10130,3,1647,2741 +"34083",7861,10513,3,1647,2284 +"34084",7861,12542,3,1647,1888 +"34085",7861,17645,3,1647,1918 +"34086",7861,17826,3,1647,2920 +"34087",7861,17943,3,1647,1943 +"34088",7861,19516,3,1647,2313 +"34089",7861,19655,3,1647,2706 +"34090",7861,19686,3,1647,2467 +"34091",7861,20124,3,1647,2376 +"34092",7861,20423,3,1647,2654 +"34093",7861,21138,3,1647,2849 +"34094",7861,21795,3,1647,2653 +"34095",7861,22277,3,1647,2424 +"34096",7861,22714,1,1647,2793 +"34097",7861,23825,3,1647,1913 +"34098",7861,25129,2,1647,2647 +"34099",7861,25325,3,1647,2963 +"34100",7861,25341,2,1647,1858 +"34101",7861,26080,3,1647,2525 +"34102",7861,27686,3,1647,2844 +"34103",7861,28051,3,1647,2089 +"34104",7861,29116,3,1647,2128 +"34105",7861,29473,3,1647,2602 +"34106",7861,29917,3,1647,1962 +"34107",7861,31799,3,1647,2547 +"34108",7861,32939,3,1647,2277 +"34109",7861,34492,3,1647,1798 +"34110",7861,34509,1,1647,1973 +"34111",7861,35360,3,1647,2043 +"34112",7861,37238,3,1647,2609 +"34113",7861,39827,2,1647,2321 +"34114",7861,41402,3,1647,2313 +"34115",7861,41972,3,1647,2509 +"34116",7861,42474,1,1647,2322 +"34117",7861,47248,2,1647,2883 +"34118",7861,49461,3,1647,2793 +"34119",7861,51017,2,1647,2073 +"34120",7861,51035,3,1647,2397 +"34121",7861,51410,2,1647,2739 +"34122",7861,57804,3,1647,2214 +"34123",7861,58745,3,1647,1920 +"34124",7861,62832,3,1647,2606 +"34125",7861,62841,3,1647,2710 +"34126",7861,63077,3,1647,2778 +"34127",7861,64181,2,1647,1828 +"34128",7861,64997,3,1647,2791 +"34129",7861,66413,3,1647,2507 +"34130",7861,71618,3,1647,2960 +"34131",7861,74370,3,1647,1667 +"34132",7861,105063,3,1647,1908 +"34133",7866,2418,3,180,2020 +"34134",7866,2747,3,180,2411 +"34135",7866,3877,3,180,1133 +"34136",7866,7078,3,180,2344 +"34137",7866,9030,3,180,1979 +"34138",7866,10050,3,180,1792 +"34139",7866,10803,3,180,545 +"34140",7866,14998,3,180,1553 +"34141",7866,16029,2,180,1160 +"34142",7866,16502,3,180,1616 +"34143",7866,19993,3,180,2024 +"34144",7866,21209,3,180,2184 +"34145",7866,21795,3,180,2653 +"34146",7866,22211,3,180,340 +"34147",7866,28923,3,180,2362 +"34148",7866,30081,3,180,2403 +"34149",7866,34327,3,180,2959 +"34150",7866,35542,2,180,1439 +"34151",7866,36950,3,180,2204 +"34152",7866,38532,3,180,1234 +"34153",7866,41023,3,180,2408 +"34154",7866,42562,3,180,1195 +"34155",7866,44729,3,180,588 +"34156",7866,44971,3,180,955 +"34157",7866,46662,3,180,207 +"34158",7866,50278,3,180,1127 +"34159",7866,51151,3,180,1195 +"34160",7866,52474,3,180,497 +"34161",7866,54924,3,180,2603 +"34162",7866,70646,3,180,1162 +"34163",7866,76369,3,180,583 +"34164",7866,92784,3,180,1257 +"34165",7896,798,2,2447,2476 +"34166",7896,4612,3,2447,2804 +"34167",7896,8623,3,2447,2463 +"34168",7896,35477,2,2447,2703 +"34169",7896,37279,3,2447,2768 +"34170",7896,47529,3,2447,2914 +"34171",7896,57180,3,2447,2703 +"34172",7896,96300,3,2447,2594 +"34173",7900,1393,1,893,1706 +"34174",7900,2014,3,893,973 +"34175",7900,2370,3,893,1600 +"34176",7900,2407,3,893,1725 +"34177",7900,3506,3,893,2364 +"34178",7900,5813,3,893,2088 +"34179",7900,7123,3,893,1964 +"34180",7900,9088,2,893,1881 +"34181",7900,9269,3,893,1892 +"34182",7900,9342,3,893,896 +"34183",7900,10610,2,893,1427 +"34184",7900,16455,3,893,946 +"34185",7900,16757,3,893,1755 +"34186",7900,16866,2,893,2718 +"34187",7900,17925,2,893,2385 +"34188",7900,18574,3,893,2305 +"34189",7900,18865,3,893,2676 +"34190",7900,21920,3,893,2367 +"34191",7900,22389,3,893,2034 +"34192",7900,31950,3,893,2217 +"34193",7900,31990,2,893,2264 +"34194",7900,32629,2,893,1789 +"34195",7900,32724,2,893,2581 +"34196",7900,37765,3,893,1134 +"34197",7900,37801,2,893,2578 +"34198",7900,40510,2,893,943 +"34199",7900,41075,2,893,1176 +"34200",7900,44312,2,893,2741 +"34201",7900,44421,2,893,956 +"34202",7900,44744,3,893,2032 +"34203",7900,45449,2,893,1610 +"34204",7900,45450,3,893,1590 +"34205",7900,48781,3,893,954 +"34206",7900,48931,2,893,2444 +"34207",7900,53445,3,893,2028 +"34208",7900,57804,3,893,2214 +"34209",7900,61398,3,893,2563 +"34210",7900,61921,3,893,1793 +"34211",7900,63395,3,893,2334 +"34212",7900,65054,3,893,2593 +"34213",7900,66017,3,893,1545 +"34214",7900,79639,3,893,1013 +"34215",7900,80186,3,893,2228 +"34216",7900,83264,3,893,1922 +"34217",7900,84581,2,893,1241 +"34218",7900,92084,3,893,1134 +"34219",7900,92366,3,893,1434 +"34220",7900,93642,3,893,1120 +"34221",7900,96387,3,893,2159 +"34222",7900,97706,3,893,1121 +"34223",7900,100084,3,893,1964 +"34224",7900,116484,3,893,902 +"34225",7903,55,3,744,2524 +"34226",7903,1393,1,744,1706 +"34227",7903,2014,3,744,973 +"34228",7903,2370,3,744,1600 +"34229",7903,2407,3,744,1725 +"34230",7903,3506,3,744,2364 +"34231",7903,5813,3,744,2088 +"34232",7903,6621,3,744,2478 +"34233",7903,7123,3,744,1964 +"34234",7903,7900,1,744,893 +"34235",7903,7932,1,744,789 +"34236",7903,9088,2,744,1881 +"34237",7903,9269,3,744,1892 +"34238",7903,9342,3,744,896 +"34239",7903,10610,2,744,1427 +"34240",7903,16455,3,744,946 +"34241",7903,16757,3,744,1755 +"34242",7903,16866,2,744,2718 +"34243",7903,17925,2,744,2385 +"34244",7903,18574,2,744,2305 +"34245",7903,18865,3,744,2676 +"34246",7903,21920,3,744,2367 +"34247",7903,22389,3,744,2034 +"34248",7903,31950,3,744,2217 +"34249",7903,31990,1,744,2264 +"34250",7903,32629,2,744,1789 +"34251",7903,32724,2,744,2581 +"34252",7903,37765,3,744,1134 +"34253",7903,37801,1,744,2578 +"34254",7903,40510,2,744,943 +"34255",7903,41075,2,744,1176 +"34256",7903,44312,1,744,2741 +"34257",7903,44421,1,744,956 +"34258",7903,44744,3,744,2032 +"34259",7903,45449,2,744,1610 +"34260",7903,45450,3,744,1590 +"34261",7903,48781,3,744,954 +"34262",7903,48931,2,744,2444 +"34263",7903,53445,3,744,2028 +"34264",7903,55493,2,744,869 +"34265",7903,57804,3,744,2214 +"34266",7903,61398,3,744,2563 +"34267",7903,61921,3,744,1793 +"34268",7903,63096,3,744,2307 +"34269",7903,63395,3,744,2334 +"34270",7903,65054,2,744,2593 +"34271",7903,66017,3,744,1545 +"34272",7903,79639,3,744,1013 +"34273",7903,80186,3,744,2228 +"34274",7903,83206,3,744,954 +"34275",7903,83264,2,744,1922 +"34276",7903,84378,3,744,1265 +"34277",7903,84581,2,744,1241 +"34278",7903,90852,3,744,764 +"34279",7903,92084,3,744,1134 +"34280",7903,92366,3,744,1434 +"34281",7903,92469,3,744,1232 +"34282",7903,93642,3,744,1120 +"34283",7903,96387,3,744,2159 +"34284",7903,97706,2,744,1121 +"34285",7903,98436,3,744,1212 +"34286",7903,100084,3,744,1964 +"34287",7903,116484,3,744,902 +"34288",7920,4675,3,258,1741 +"34289",7920,6982,3,258,2034 +"34290",7920,7009,3,258,1982 +"34291",7920,7951,3,258,2358 +"34292",7920,15453,3,258,1688 +"34293",7920,25480,2,258,2747 +"34294",7920,34842,2,258,2050 +"34295",7920,45053,1,258,1543 +"34296",7920,45343,3,258,2360 +"34297",7920,47895,3,258,2328 +"34298",7920,51364,2,258,2660 +"34299",7920,54067,1,258,2433 +"34300",7920,56386,2,258,2771 +"34301",7920,60386,1,258,1322 +"34302",7920,65183,2,258,396 +"34303",7920,79612,3,258,927 +"34304",7920,81586,3,258,877 +"34305",7920,100532,2,258,859 +"34306",7932,55,3,789,2524 +"34307",7932,1393,1,789,1706 +"34308",7932,2014,2,789,973 +"34309",7932,2370,3,789,1600 +"34310",7932,2407,3,789,1725 +"34311",7932,3271,3,789,2216 +"34312",7932,3506,2,789,2364 +"34313",7932,4403,3,789,2416 +"34314",7932,5813,3,789,2088 +"34315",7932,6040,3,789,2103 +"34316",7932,6621,3,789,2478 +"34317",7932,7123,2,789,1964 +"34318",7932,7900,1,789,893 +"34319",7932,9088,2,789,1881 +"34320",7932,9269,2,789,1892 +"34321",7932,9272,3,789,2835 +"34322",7932,9342,3,789,896 +"34323",7932,9895,3,789,1960 +"34324",7932,10610,1,789,1427 +"34325",7932,16347,3,789,1868 +"34326",7932,16455,3,789,946 +"34327",7932,16757,3,789,1755 +"34328",7932,16866,2,789,2718 +"34329",7932,17925,2,789,2385 +"34330",7932,18574,3,789,2305 +"34331",7932,18865,3,789,2676 +"34332",7932,20695,3,789,2526 +"34333",7932,21920,3,789,2367 +"34334",7932,22389,2,789,2034 +"34335",7932,26740,3,789,2695 +"34336",7932,31950,3,789,2217 +"34337",7932,31990,2,789,2264 +"34338",7932,32629,2,789,1789 +"34339",7932,32724,2,789,2581 +"34340",7932,32939,3,789,2277 +"34341",7932,34331,3,789,1727 +"34342",7932,37765,2,789,1134 +"34343",7932,37801,2,789,2578 +"34344",7932,40510,2,789,943 +"34345",7932,41075,1,789,1176 +"34346",7932,43226,3,789,2442 +"34347",7932,44312,2,789,2741 +"34348",7932,44421,2,789,956 +"34349",7932,44744,2,789,2032 +"34350",7932,45449,1,789,1610 +"34351",7932,45450,2,789,1590 +"34352",7932,48110,3,789,2009 +"34353",7932,48254,3,789,1013 +"34354",7932,48781,2,789,954 +"34355",7932,48931,1,789,2444 +"34356",7932,53445,2,789,2028 +"34357",7932,54953,3,789,2223 +"34358",7932,55493,2,789,869 +"34359",7932,56364,3,789,1626 +"34360",7932,57804,2,789,2214 +"34361",7932,58508,3,789,2326 +"34362",7932,61398,3,789,2563 +"34363",7932,61921,3,789,1793 +"34364",7932,63395,3,789,2334 +"34365",7932,64712,3,789,1411 +"34366",7932,65054,3,789,2593 +"34367",7932,66017,2,789,1545 +"34368",7932,69335,3,789,2698 +"34369",7932,78611,3,789,1586 +"34370",7932,79639,2,789,1013 +"34371",7932,80186,3,789,2228 +"34372",7932,80301,3,789,1690 +"34373",7932,80801,3,789,1250 +"34374",7932,83264,3,789,1922 +"34375",7932,84581,2,789,1241 +"34376",7932,84591,3,789,1685 +"34377",7932,85926,3,789,907 +"34378",7932,87915,3,789,1152 +"34379",7932,92084,2,789,1134 +"34380",7932,92366,3,789,1434 +"34381",7932,92469,3,789,1232 +"34382",7932,93642,3,789,1120 +"34383",7932,96387,2,789,2159 +"34384",7932,97706,2,789,1121 +"34385",7932,98436,3,789,1212 +"34386",7932,99536,3,789,790 +"34387",7932,100084,2,789,1964 +"34388",7932,101666,3,789,1257 +"34389",7932,102581,3,789,1813 +"34390",7932,116484,3,789,902 +"34391",7936,388,3,1199,1594 +"34392",7936,680,3,1199,2569 +"34393",7936,1560,3,1199,2013 +"34394",7936,2540,3,1199,1398 +"34395",7936,2563,3,1199,1686 +"34396",7936,4303,3,1199,2414 +"34397",7936,4705,3,1199,1714 +"34398",7936,6602,3,1199,1631 +"34399",7936,7258,3,1199,1714 +"34400",7936,8062,3,1199,2858 +"34401",7936,9364,3,1199,1698 +"34402",7936,9716,3,1199,1929 +"34403",7936,10474,3,1199,1608 +"34404",7936,11429,3,1199,2520 +"34405",7936,11477,3,1199,2724 +"34406",7936,12759,3,1199,2414 +"34407",7936,14072,3,1199,1346 +"34408",7936,14972,3,1199,2332 +"34409",7936,15095,3,1199,2001 +"34410",7936,15700,3,1199,1712 +"34411",7936,16940,3,1199,1290 +"34412",7936,18124,3,1199,1642 +"34413",7936,18371,3,1199,2860 +"34414",7936,18381,3,1199,1524 +"34415",7936,20423,3,1199,2654 +"34416",7936,20624,3,1199,1298 +"34417",7936,20975,3,1199,1305 +"34418",7936,25373,3,1199,2783 +"34419",7936,28015,3,1199,1624 +"34420",7936,29308,3,1199,2094 +"34421",7936,30334,2,1199,2075 +"34422",7936,30705,3,1199,2959 +"34423",7936,34820,3,1199,1630 +"34424",7936,35518,3,1199,1721 +"34425",7936,36953,3,1199,2790 +"34426",7936,37636,2,1199,2178 +"34427",7936,37844,3,1199,2002 +"34428",7936,40392,2,1199,1878 +"34429",7936,41429,3,1199,1770 +"34430",7936,41723,3,1199,2101 +"34431",7936,43204,3,1199,1680 +"34432",7936,44341,3,1199,1230 +"34433",7936,47082,2,1199,1990 +"34434",7936,51783,2,1199,2599 +"34435",7936,56082,3,1199,2395 +"34436",7936,76284,3,1199,1237 +"34437",7937,3477,3,2044,2546 +"34438",7937,4932,3,2044,2752 +"34439",7937,6063,3,2044,2349 +"34440",7937,9801,1,2044,2443 +"34441",7937,14754,3,2044,2456 +"34442",7937,28893,2,2044,2764 +"34443",7937,32339,1,2044,2430 +"34444",7937,33223,3,2044,2397 +"34445",7937,35620,3,2044,2092 +"34446",7937,36506,2,2044,2638 +"34447",7937,39443,3,2044,2277 +"34448",7937,57067,3,2044,2547 +"34449",7937,57692,2,2044,2720 +"34450",7942,3403,3,2623,2951 +"34451",7942,4612,3,2623,2804 +"34452",7942,4932,3,2623,2752 +"34453",7942,7252,3,2623,2799 +"34454",7942,9272,3,2623,2835 +"34455",7942,9332,3,2623,2734 +"34456",7942,9787,3,2623,2858 +"34457",7942,12361,3,2623,2732 +"34458",7942,12948,3,2623,2669 +"34459",7942,16176,2,2623,2703 +"34460",7942,19380,3,2623,2637 +"34461",7942,22723,3,2623,2859 +"34462",7942,27742,2,2623,2700 +"34463",7942,34216,2,2623,2832 +"34464",7942,45869,3,2623,2840 +"34465",7942,45905,2,2623,2785 +"34466",7942,47968,3,2623,2829 +"34467",7942,58655,3,2623,2685 +"34468",7942,63077,3,2623,2778 +"34469",7942,69335,3,2623,2698 +"34470",7948,1023,3,1584,2515 +"34471",7948,2344,1,1584,2752 +"34472",7948,2802,3,1584,1836 +"34473",7948,6248,3,1584,2737 +"34474",7948,10727,1,1584,2082 +"34475",7948,16361,2,1584,1641 +"34476",7948,28355,3,1584,2053 +"34477",7948,42713,3,1584,1995 +"34478",7948,49147,3,1584,2539 +"34479",7948,105867,2,1584,1641 +"34480",7951,25480,3,2358,2747 +"34481",7951,51364,1,2358,2660 +"34482",7951,54067,3,2358,2433 +"34483",7951,103560,3,2358,2746 +"34484",7970,14,3,1197,1793 +"34485",7970,2289,3,1197,2389 +"34486",7970,3011,3,1197,2278 +"34487",7970,4188,3,1197,2963 +"34488",7970,4701,3,1197,2401 +"34489",7970,5937,3,1197,2392 +"34490",7970,7234,3,1197,2654 +"34491",7970,9311,3,1197,2477 +"34492",7970,9391,2,1197,1252 +"34493",7970,9828,3,1197,2085 +"34494",7970,9979,3,1197,2238 +"34495",7970,10148,2,1197,2964 +"34496",7970,10843,3,1197,2277 +"34497",7970,11868,3,1197,1639 +"34498",7970,12310,2,1197,1337 +"34499",7970,12373,2,1197,1567 +"34500",7970,14278,3,1197,1267 +"34501",7970,14723,3,1197,2019 +"34502",7970,15560,3,1197,2257 +"34503",7970,15618,3,1197,1218 +"34504",7970,15626,3,1197,2434 +"34505",7970,16111,3,1197,1714 +"34506",7970,16201,3,1197,1811 +"34507",7970,16969,3,1197,1917 +"34508",7970,17943,3,1197,1943 +"34509",7970,19453,3,1197,1928 +"34510",7970,19862,3,1197,2412 +"34511",7970,22180,1,1197,1835 +"34512",7970,23508,3,1197,1907 +"34513",7970,24286,3,1197,1280 +"34514",7970,28635,2,1197,2368 +"34515",7970,28640,3,1197,1475 +"34516",7970,30906,3,1197,2537 +"34517",7970,32103,2,1197,1491 +"34518",7970,32841,3,1197,1345 +"34519",7970,32964,3,1197,2252 +"34520",7970,33356,3,1197,1586 +"34521",7970,33433,3,1197,2805 +"34522",7970,34820,3,1197,1630 +"34523",7970,35516,3,1197,1229 +"34524",7970,36578,3,1197,1484 +"34525",7970,37108,3,1197,1202 +"34526",7970,37915,3,1197,1905 +"34527",7970,39556,2,1197,2747 +"34528",7970,42333,3,1197,2234 +"34529",7970,49581,3,1197,1817 +"34530",7970,49696,3,1197,2444 +"34531",7970,54879,3,1197,2210 +"34532",7970,55324,3,1197,1544 +"34533",7970,57732,3,1197,2454 +"34534",7970,58993,3,1197,2390 +"34535",7970,59113,3,1197,2434 +"34536",7970,62538,2,1197,1656 +"34537",7970,62903,3,1197,1704 +"34538",7970,69598,3,1197,2812 +"34539",7970,70714,3,1197,2030 +"34540",7970,74190,3,1197,1428 +"34541",7970,75028,3,1197,1660 +"34542",7970,79234,3,1197,1611 +"34543",7970,85397,2,1197,1219 +"34544",7970,88039,3,1197,1219 +"34545",7970,99152,3,1197,1698 +"34546",7970,106318,3,1197,1698 +"34547",7984,5239,2,2493,2875 +"34548",7984,5315,3,2493,2631 +"34549",7984,9272,3,2493,2835 +"34550",7984,9362,3,2493,2879 +"34551",7984,11477,1,2493,2724 +"34552",7984,13158,3,2493,2667 +"34553",7984,16826,3,2493,2599 +"34554",7984,24756,3,2493,2530 +"34555",7984,25486,3,2493,2582 +"34556",7984,29004,3,2493,2596 +"34557",7984,29095,3,2493,2531 +"34558",7984,31700,3,2493,2727 +"34559",7984,33801,2,2493,2899 +"34560",7984,34158,3,2493,2639 +"34561",7984,36862,3,2493,2655 +"34562",7984,38602,3,2493,2693 +"34563",7984,42196,3,2493,2765 +"34564",7984,49265,3,2493,2686 +"34565",7984,51410,3,2493,2739 +"34566",7984,51783,3,2493,2599 +"34567",7984,53323,3,2493,2677 +"34568",7984,53475,3,2493,2853 +"34569",7984,56237,3,2493,2625 +"34570",7984,69335,3,2493,2698 +"34571",7984,70203,3,2493,2756 +"34572",7984,78150,3,2493,2581 +"34573",7984,88232,3,2493,2881 +"34574",7984,92757,3,2493,2615 +"34575",7984,99215,3,2493,2791 +"34576",7992,1355,2,2033,2473 +"34577",7992,1616,3,2033,2662 +"34578",7992,1831,3,2033,2397 +"34579",7992,2424,3,2033,2582 +"34580",7992,2484,3,2033,2389 +"34581",7992,3161,3,2033,2229 +"34582",7992,3164,3,2033,2693 +"34583",7992,3961,3,2033,2426 +"34584",7992,3966,3,2033,2425 +"34585",7992,6055,2,2033,2651 +"34586",7992,9311,2,2033,2477 +"34587",7992,10358,3,2033,2294 +"34588",7992,10843,3,2033,2277 +"34589",7992,12778,2,2033,2045 +"34590",7992,13388,3,2033,2119 +"34591",7992,13780,3,2033,2412 +"34592",7992,14655,3,2033,2559 +"34593",7992,14959,3,2033,2898 +"34594",7992,15003,3,2033,2067 +"34595",7992,15626,3,2033,2434 +"34596",7992,15636,3,2033,2857 +"34597",7992,17520,3,2033,2276 +"34598",7992,19248,3,2033,2357 +"34599",7992,19719,3,2033,2177 +"34600",7992,20067,2,2033,2390 +"34601",7992,20732,3,2033,2401 +"34602",7992,21248,3,2033,2232 +"34603",7992,23726,3,2033,2434 +"34604",7992,24753,3,2033,2860 +"34605",7992,24756,3,2033,2530 +"34606",7992,25486,2,2033,2582 +"34607",7992,26249,3,2033,2301 +"34608",7992,29095,3,2033,2531 +"34609",7992,30906,3,2033,2537 +"34610",7992,31307,3,2033,2139 +"34611",7992,33433,3,2033,2805 +"34612",7992,33801,2,2033,2899 +"34613",7992,34707,3,2033,2042 +"34614",7992,35256,3,2033,2271 +"34615",7992,41664,3,2033,2641 +"34616",7992,42196,3,2033,2765 +"34617",7992,44819,2,2033,2063 +"34618",7992,46803,2,2033,2305 +"34619",7992,48605,3,2033,2796 +"34620",7992,50382,3,2033,2244 +"34621",7992,52576,3,2033,2234 +"34622",7992,53475,2,2033,2853 +"34623",7992,58993,2,2033,2390 +"34624",7992,59113,3,2033,2434 +"34625",7992,59140,3,2033,2528 +"34626",7992,70203,3,2033,2756 +"34627",7997,364,3,2049,2351 +"34628",7997,3127,3,2049,2273 +"34629",7997,4361,3,2049,2571 +"34630",7997,5962,2,2049,2491 +"34631",7997,6119,3,2049,2358 +"34632",7997,8610,3,2049,2240 +"34633",7997,10336,3,2049,2271 +"34634",7997,16286,3,2049,2470 +"34635",7997,31335,3,2049,2351 +"34636",7997,37036,2,2049,2264 +"34637",7997,40572,3,2049,2666 +"34638",7997,41023,3,2049,2408 +"34639",7997,47013,2,2049,2388 +"34640",7997,60952,3,2049,2076 +"34641",7997,64967,3,2049,2872 +"34642",8006,827,2,479,2964 +"34643",8006,1624,2,479,2687 +"34644",8006,1708,2,479,1591 +"34645",8006,2282,3,479,2056 +"34646",8006,2443,3,479,2333 +"34647",8006,2647,1,479,2450 +"34648",8006,2927,3,479,1789 +"34649",8006,3101,3,479,513 +"34650",8006,4180,3,479,1817 +"34651",8006,4551,3,479,2720 +"34652",8006,4730,3,479,2131 +"34653",8006,5303,3,479,1849 +"34654",8006,5937,3,479,2392 +"34655",8006,6040,2,479,2103 +"34656",8006,6345,3,479,2713 +"34657",8006,6480,3,479,1678 +"34658",8006,6627,3,479,2063 +"34659",8006,7253,3,479,2686 +"34660",8006,7254,2,479,1849 +"34661",8006,7604,2,479,1366 +"34662",8006,8157,3,479,1063 +"34663",8006,9506,3,479,1012 +"34664",8006,9724,3,479,2713 +"34665",8006,9910,3,479,2526 +"34666",8006,10128,3,479,883 +"34667",8006,10701,3,479,2000 +"34668",8006,10990,2,479,805 +"34669",8006,11858,2,479,1530 +"34670",8006,12473,3,479,801 +"34671",8006,12632,2,479,1174 +"34672",8006,12966,3,479,2011 +"34673",8006,14212,1,479,857 +"34674",8006,14470,3,479,2632 +"34675",8006,15146,3,479,1546 +"34676",8006,16347,3,479,1868 +"34677",8006,16538,2,479,704 +"34678",8006,16869,3,479,1985 +"34679",8006,17159,3,479,883 +"34680",8006,17499,3,479,2954 +"34681",8006,17531,3,479,876 +"34682",8006,17695,3,479,1930 +"34683",8006,18718,2,479,494 +"34684",8006,19002,3,479,2053 +"34685",8006,19476,3,479,1708 +"34686",8006,19509,3,479,2000 +"34687",8006,20011,3,479,2826 +"34688",8006,20695,3,479,2526 +"34689",8006,21027,3,479,560 +"34690",8006,21463,3,479,2437 +"34691",8006,22357,2,479,1397 +"34692",8006,22905,3,479,2599 +"34693",8006,23550,3,479,2939 +"34694",8006,24116,3,479,1413 +"34695",8006,24252,3,479,639 +"34696",8006,26597,2,479,2070 +"34697",8006,28268,3,479,2258 +"34698",8006,28782,3,479,2272 +"34699",8006,31295,3,479,2183 +"34700",8006,32350,3,479,1540 +"34701",8006,32841,2,479,1345 +"34702",8006,34953,3,479,1817 +"34703",8006,36399,1,479,1357 +"34704",8006,38309,2,479,2644 +"34705",8006,38422,3,479,1019 +"34706",8006,39105,3,479,2487 +"34707",8006,39321,3,479,2257 +"34708",8006,41521,3,479,2069 +"34709",8006,41603,3,479,1942 +"34710",8006,42382,3,479,2224 +"34711",8006,42390,2,479,2937 +"34712",8006,43543,2,479,1457 +"34713",8006,43701,3,479,2400 +"34714",8006,43725,3,479,935 +"34715",8006,46616,2,479,1917 +"34716",8006,47607,1,479,2724 +"34717",8006,48419,3,479,1134 +"34718",8006,49142,3,479,2289 +"34719",8006,50468,3,479,1659 +"34720",8006,50678,2,479,1366 +"34721",8006,51505,3,479,1572 +"34722",8006,52380,3,479,2686 +"34723",8006,52386,3,479,1830 +"34724",8006,53362,3,479,2360 +"34725",8006,53584,2,479,2391 +"34726",8006,53652,3,479,2899 +"34727",8006,54316,3,479,1202 +"34728",8006,55775,2,479,2385 +"34729",8006,56413,3,479,2747 +"34730",8006,58945,3,479,2481 +"34731",8006,60672,3,479,2876 +"34732",8006,61784,3,479,754 +"34733",8006,63329,3,479,639 +"34734",8006,63631,2,479,763 +"34735",8006,64628,3,479,2829 +"34736",8006,64803,3,479,841 +"34737",8006,65375,2,479,824 +"34738",8006,67289,3,479,829 +"34739",8006,68884,3,479,1011 +"34740",8006,69260,3,479,1698 +"34741",8006,69795,3,479,2636 +"34742",8006,71895,2,479,1327 +"34743",8006,73629,3,479,1713 +"34744",8006,75194,3,479,1736 +"34745",8006,76295,3,479,1001 +"34746",8006,76450,3,479,1077 +"34747",8006,76796,3,479,1140 +"34748",8006,76814,2,479,926 +"34749",8006,76929,1,479,910 +"34750",8006,77167,3,479,836 +"34751",8006,77719,3,479,2086 +"34752",8006,78277,3,479,1937 +"34753",8006,78283,2,479,620 +"34754",8006,78393,2,479,874 +"34755",8006,78611,2,479,1586 +"34756",8006,78628,3,479,914 +"34757",8006,80970,3,479,2069 +"34758",8006,84591,3,479,1685 +"34759",8006,84808,3,479,1974 +"34760",8006,87110,3,479,2801 +"34761",8006,87915,3,479,1152 +"34762",8006,91435,3,479,933 +"34763",8006,95060,3,479,1974 +"34764",8006,97266,2,479,1016 +"34765",8006,101381,3,479,977 +"34766",8006,102467,3,479,708 +"34767",8006,104409,3,479,650 +"34768",8006,105435,3,479,684 +"34769",8006,113333,3,479,1018 +"34770",8006,122938,3,479,1023 +"34771",8011,134,3,889,2062 +"34772",8011,145,3,889,1998 +"34773",8011,360,3,889,1671 +"34774",8011,380,3,889,2261 +"34775",8011,455,3,889,2827 +"34776",8011,470,3,889,2285 +"34777",8011,543,3,889,2203 +"34778",8011,600,3,889,1702 +"34779",8011,675,3,889,1686 +"34780",8011,913,3,889,2144 +"34781",8011,1136,3,889,2536 +"34782",8011,1592,3,889,2006 +"34783",8011,1691,2,889,1941 +"34784",8011,2181,3,889,2030 +"34785",8011,2523,3,889,1691 +"34786",8011,3242,3,889,1730 +"34787",8011,3520,3,889,2281 +"34788",8011,3878,2,889,1890 +"34789",8011,3966,3,889,2425 +"34790",8011,4066,3,889,1736 +"34791",8011,4191,3,889,2130 +"34792",8011,4226,3,889,1903 +"34793",8011,4687,1,889,2152 +"34794",8011,5258,3,889,2730 +"34795",8011,5504,3,889,2389 +"34796",8011,5839,3,889,2301 +"34797",8011,6390,1,889,2385 +"34798",8011,6392,3,889,1878 +"34799",8011,6428,2,889,1952 +"34800",8011,6491,2,889,2424 +"34801",8011,6718,3,889,2138 +"34802",8011,6940,3,889,1183 +"34803",8011,7515,3,889,2737 +"34804",8011,7847,3,889,2424 +"34805",8011,8762,3,889,2585 +"34806",8011,8866,3,889,1545 +"34807",8011,8888,3,889,1328 +"34808",8011,9150,3,889,2689 +"34809",8011,9184,3,889,2670 +"34810",8011,9362,3,889,2879 +"34811",8011,9432,2,889,1693 +"34812",8011,9511,3,889,1232 +"34813",8011,9805,3,889,1621 +"34814",8011,10433,3,889,2075 +"34815",8011,10523,3,889,1510 +"34816",8011,10890,3,889,2639 +"34817",8011,11351,3,889,2971 +"34818",8011,11434,1,889,1187 +"34819",8011,11516,2,889,1937 +"34820",8011,12199,1,889,1651 +"34821",8011,12724,3,889,1930 +"34822",8011,13068,3,889,1778 +"34823",8011,13837,3,889,1604 +"34824",8011,13890,3,889,1482 +"34825",8011,14108,3,889,2012 +"34826",8011,14652,3,889,2516 +"34827",8011,14767,3,889,2068 +"34828",8011,15799,2,889,1917 +"34829",8011,16120,3,889,1237 +"34830",8011,16164,3,889,1184 +"34831",8011,17645,3,889,1918 +"34832",8011,17698,3,889,1559 +"34833",8011,18543,3,889,2968 +"34834",8011,19322,3,889,2048 +"34835",8011,19335,3,889,1729 +"34836",8011,19718,2,889,1702 +"34837",8011,20176,3,889,1050 +"34838",8011,20407,3,889,2339 +"34839",8011,20494,3,889,1075 +"34840",8011,21122,3,889,1701 +"34841",8011,21352,3,889,1604 +"34842",8011,22567,3,889,2396 +"34843",8011,22639,3,889,2352 +"34844",8011,22885,3,889,1702 +"34845",8011,23132,2,889,2756 +"34846",8011,23216,3,889,2424 +"34847",8011,23506,3,889,1172 +"34848",8011,23526,3,889,1998 +"34849",8011,24066,3,889,1755 +"34850",8011,24568,2,889,1937 +"34851",8011,25378,3,889,1245 +"34852",8011,25816,1,889,2088 +"34853",8011,26067,3,889,2069 +"34854",8011,26322,3,889,1018 +"34855",8011,26436,3,889,2489 +"34856",8011,27391,3,889,2378 +"34857",8011,27628,2,889,2389 +"34858",8011,27837,3,889,1315 +"34859",8011,28115,3,889,1835 +"34860",8011,28216,3,889,1910 +"34861",8011,29930,3,889,2240 +"34862",8011,31050,3,889,1491 +"34863",8011,31235,2,889,2668 +"34864",8011,32947,3,889,1091 +"34865",8011,33622,3,889,2230 +"34866",8011,34160,3,889,1759 +"34867",8011,34945,3,889,1298 +"34868",8011,35045,3,889,1646 +"34869",8011,35302,2,889,1589 +"34870",8011,36439,3,889,2469 +"34871",8011,36446,3,889,1175 +"34872",8011,36651,3,889,1600 +"34873",8011,37509,3,889,1640 +"34874",8011,38213,3,889,1744 +"34875",8011,38727,3,889,2238 +"34876",8011,39411,3,889,2384 +"34877",8011,40369,3,889,2735 +"34878",8011,40383,3,889,2639 +"34879",8011,40931,3,889,2301 +"34880",8011,41739,3,889,1339 +"34881",8011,42687,3,889,1952 +"34882",8011,43173,3,889,2895 +"34883",8011,43941,3,889,1289 +"34884",8011,44427,3,889,2875 +"34885",8011,46182,3,889,1613 +"34886",8011,46621,3,889,1343 +"34887",8011,46726,3,889,943 +"34888",8011,47445,2,889,2668 +"34889",8011,49620,3,889,1868 +"34890",8011,50737,3,889,959 +"34891",8011,52323,3,889,2148 +"34892",8011,52327,2,889,1472 +"34893",8011,52735,3,889,1124 +"34894",8011,54855,2,889,1525 +"34895",8011,55156,3,889,2196 +"34896",8011,55324,3,889,1544 +"34897",8011,57129,2,889,1858 +"34898",8011,57544,3,889,2443 +"34899",8011,57990,3,889,978 +"34900",8011,58035,3,889,1646 +"34901",8011,58284,3,889,2292 +"34902",8011,59700,3,889,2346 +"34903",8011,59790,2,889,1827 +"34904",8011,60661,2,889,2700 +"34905",8011,62219,2,889,2494 +"34906",8011,62602,1,889,1172 +"34907",8011,62668,3,889,958 +"34908",8011,62840,3,889,2502 +"34909",8011,62961,3,889,926 +"34910",8011,63409,2,889,1937 +"34911",8011,64181,3,889,1828 +"34912",8011,64997,3,889,2791 +"34913",8011,67314,3,889,1051 +"34914",8011,73305,3,889,2544 +"34915",8011,74636,3,889,2525 +"34916",8011,76127,2,889,910 +"34917",8011,76192,3,889,912 +"34918",8011,78563,3,889,2385 +"34919",8011,79804,2,889,2227 +"34920",8011,80219,3,889,988 +"34921",8011,80429,2,889,1927 +"34922",8011,82949,3,889,2077 +"34923",8011,88232,3,889,2881 +"34924",8011,88808,2,889,1462 +"34925",8011,88966,3,889,1568 +"34926",8011,90378,3,889,890 +"34927",8011,91772,3,889,2233 +"34928",8011,92322,3,889,2393 +"34929",8011,97013,3,889,1797 +"34930",8011,97240,3,889,1027 +"34931",8011,97824,3,889,1229 +"34932",8011,97915,3,889,1802 +"34933",8011,107649,2,889,1573 +"34934",8029,2418,3,1859,2020 +"34935",8029,2852,3,1859,2448 +"34936",8029,4289,3,1859,1921 +"34937",8029,4669,3,1859,2395 +"34938",8029,5912,1,1859,2257 +"34939",8029,14943,3,1859,1942 +"34940",8029,16286,3,1859,2470 +"34941",8029,16826,3,1859,2599 +"34942",8029,18103,3,1859,1968 +"34943",8029,26959,2,1859,1961 +"34944",8029,33341,3,1859,2338 +"34945",8029,34984,3,1859,2056 +"34946",8029,40432,2,1859,1956 +"34947",8029,45869,3,1859,2840 +"34948",8029,56082,3,1859,2395 +"34949",8029,82929,3,1859,2475 +"34950",8041,5203,3,632,814 +"34951",8041,5315,3,632,2631 +"34952",8041,5621,3,632,1860 +"34953",8041,7508,3,632,2396 +"34954",8041,8887,3,632,2373 +"34955",8041,11103,3,632,2393 +"34956",8041,11976,2,632,1727 +"34957",8041,12778,3,632,2045 +"34958",8041,13573,2,632,2774 +"34959",8041,14002,3,632,829 +"34960",8041,18543,3,632,2968 +"34961",8041,20355,2,632,2111 +"34962",8041,32648,2,632,669 +"34963",8041,33834,3,632,1606 +"34964",8041,34158,3,632,2639 +"34965",8041,34648,3,632,1596 +"34966",8041,36574,2,632,2934 +"34967",8041,38219,3,632,1689 +"34968",8041,38467,2,632,1259 +"34969",8041,40893,3,632,1116 +"34970",8041,41085,3,632,637 +"34971",8041,44427,3,632,2875 +"34972",8041,45277,3,632,1777 +"34973",8041,45903,3,632,2237 +"34974",8041,46283,3,632,1184 +"34975",8041,62632,3,632,1320 +"34976",8041,67102,3,632,935 +"34977",8041,75025,3,632,717 +"34978",8041,83526,3,632,1235 +"34979",8041,85875,2,632,957 +"34980",8041,86105,3,632,2226 +"34981",8041,92895,3,632,2339 +"34982",8041,95160,3,632,961 +"34983",8041,97937,3,632,932 +"34984",8041,101338,3,632,1319 +"34985",8041,104280,3,632,887 +"34986",8060,25,2,1883,2762 +"34987",8060,489,3,1883,2652 +"34988",8060,602,2,1883,2632 +"34989",8060,762,1,1883,2671 +"34990",8060,1092,3,1883,1945 +"34991",8060,1409,3,1883,2090 +"34992",8060,2195,3,1883,2139 +"34993",8060,4929,3,1883,2240 +"34994",8060,4953,3,1883,2285 +"34995",8060,5491,3,1883,2048 +"34996",8060,6982,3,1883,2034 +"34997",8060,8821,3,1883,2230 +"34998",8060,12042,3,1883,2345 +"34999",8060,12081,3,1883,2166 +"35000",8060,12374,3,1883,2260 +"35001",8060,12703,2,1883,2689 +"35002",8060,14103,2,1883,2204 +"35003",8060,14723,3,1883,2019 +"35004",8060,14972,3,1883,2332 +"35005",8060,15729,3,1883,2338 +"35006",8060,17867,3,1883,1904 +"35007",8060,18227,2,1883,2214 +"35008",8060,18366,3,1883,2699 +"35009",8060,21079,3,1883,1997 +"35010",8060,21945,3,1883,2781 +"35011",8060,22216,3,1883,1956 +"35012",8060,22311,2,1883,2034 +"35013",8060,24825,3,1883,2686 +"35014",8060,25248,3,1883,1938 +"35015",8060,28874,3,1883,2329 +"35016",8060,28982,3,1883,2746 +"35017",8060,29454,3,1883,2719 +"35018",8060,31159,3,1883,2231 +"35019",8060,31295,3,1883,2183 +"35020",8060,36031,3,1883,2342 +"35021",8060,36559,3,1883,2473 +"35022",8060,47947,3,1883,2681 +"35023",8060,50275,2,1883,2832 +"35024",8060,56688,3,1883,2331 +"35025",8060,62939,2,1883,2574 +"35026",8060,75311,3,1883,2745 +"35027",8060,89681,3,1883,1978 +"35028",8062,3403,2,2858,2951 +"35029",8062,18371,3,2858,2860 +"35030",8062,22723,2,2858,2859 +"35031",8062,30705,3,2858,2959 +"35032",8073,1136,3,1847,2536 +"35033",8073,7785,3,1847,2441 +"35034",8073,15207,3,1847,1855 +"35035",8073,26749,3,1847,2965 +"35036",8073,29918,2,1847,1953 +"35037",8073,32532,3,1847,2338 +"35038",8073,37059,3,1847,2840 +"35039",8073,38019,3,1847,1870 +"35040",8073,42216,3,1847,2722 +"35041",8073,59039,3,1847,2870 +"35042",8073,67719,1,1847,2429 +"35043",8073,69131,3,1847,2122 +"35044",8073,73192,3,1847,1955 +"35045",8088,3493,3,2220,2451 +"35046",8088,9311,3,2220,2477 +"35047",8088,12976,3,2220,2399 +"35048",8088,30906,2,2220,2537 +"35049",8118,680,3,587,2569 +"35050",8118,2540,3,587,1398 +"35051",8118,3403,3,587,2951 +"35052",8118,4303,3,587,2414 +"35053",8118,4361,2,587,2571 +"35054",8118,8062,1,587,2858 +"35055",8118,10336,3,587,2271 +"35056",8118,10350,2,587,1163 +"35057",8118,11429,3,587,2520 +"35058",8118,12759,3,587,2414 +"35059",8118,13537,2,587,1020 +"35060",8118,14449,3,587,1258 +"35061",8118,17257,1,587,1117 +"35062",8118,18381,3,587,1524 +"35063",8118,20688,3,587,891 +"35064",8118,21240,3,587,1162 +"35065",8118,21681,3,587,2005 +"35066",8118,22723,3,587,2859 +"35067",8118,24176,3,587,1986 +"35068",8118,25373,2,587,2783 +"35069",8118,29683,3,587,2025 +"35070",8118,30334,3,587,2075 +"35071",8118,30974,3,587,947 +"35072",8118,32818,3,587,2485 +"35073",8118,33870,3,587,955 +"35074",8118,34334,3,587,1637 +"35075",8118,34870,3,587,1873 +"35076",8118,34892,3,587,2309 +"35077",8118,35589,2,587,983 +"35078",8118,36651,3,587,1600 +"35079",8118,37636,3,587,2178 +"35080",8118,38602,3,587,2693 +"35081",8118,40392,3,587,1878 +"35082",8118,41446,2,587,1103 +"35083",8118,41723,3,587,2101 +"35084",8118,43593,3,587,2704 +"35085",8118,44795,3,587,635 +"35086",8118,46532,2,587,2005 +"35087",8118,48015,3,587,1355 +"35088",8118,50278,3,587,1127 +"35089",8118,51783,3,587,2599 +"35090",8118,57912,3,587,1035 +"35091",8118,59298,3,587,1236 +"35092",8118,63077,3,587,2778 +"35093",8118,72728,3,587,2234 +"35094",8118,78842,3,587,904 +"35095",8118,81486,3,587,1297 +"35096",8118,85869,3,587,1509 +"35097",8118,90892,3,587,2399 +"35098",8118,99288,2,587,983 +"35099",8118,101367,3,587,974 +"35100",8123,843,3,144,2332 +"35101",8123,919,2,144,910 +"35102",8123,1624,3,144,2687 +"35103",8123,1708,3,144,1591 +"35104",8123,2647,3,144,2450 +"35105",8123,2724,2,144,2447 +"35106",8123,3271,3,144,2216 +"35107",8123,3272,1,144,2132 +"35108",8123,3477,3,144,2546 +"35109",8123,3559,2,144,2413 +"35110",8123,4622,3,144,1589 +"35111",8123,4691,3,144,1888 +"35112",8123,4968,1,144,1586 +"35113",8123,6040,2,144,2103 +"35114",8123,6063,3,144,2349 +"35115",8123,7604,3,144,1366 +"35116",8123,7787,3,144,2314 +"35117",8123,8006,3,144,479 +"35118",8123,8993,3,144,2099 +"35119",8123,9269,3,144,1892 +"35120",8123,9272,3,144,2835 +"35121",8123,9273,3,144,1747 +"35122",8123,10701,3,144,2000 +"35123",8123,11803,3,144,1232 +"35124",8123,12197,2,144,1235 +"35125",8123,12473,3,144,801 +"35126",8123,12598,2,144,2086 +"35127",8123,12632,2,144,1174 +"35128",8123,12735,2,144,819 +"35129",8123,12779,3,144,936 +"35130",8123,14442,3,144,2700 +"35131",8123,14902,3,144,562 +"35132",8123,15023,1,144,2054 +"35133",8123,16184,3,144,2274 +"35134",8123,16347,3,144,1868 +"35135",8123,16538,2,144,704 +"35136",8123,18217,3,144,1566 +"35137",8123,19075,2,144,2214 +"35138",8123,19667,2,144,1466 +"35139",8123,20371,3,144,595 +"35140",8123,20547,1,144,2145 +"35141",8123,20739,2,144,2025 +"35142",8123,20921,2,144,723 +"35143",8123,21044,3,144,1574 +"35144",8123,22462,3,144,869 +"35145",8123,23364,3,144,2306 +"35146",8123,24252,3,144,639 +"35147",8123,25518,1,144,1955 +"35148",8123,25678,3,144,1558 +"35149",8123,28290,1,144,430 +"35150",8123,29100,2,144,843 +"35151",8123,30714,3,144,2485 +"35152",8123,31357,1,144,2389 +"35153",8123,31855,3,144,2636 +"35154",8123,32350,3,144,1540 +"35155",8123,33223,3,144,2397 +"35156",8123,33470,3,144,2003 +"35157",8123,38697,3,144,2701 +"35158",8123,39893,2,144,1601 +"35159",8123,40542,3,144,1664 +"35160",8123,43226,3,144,2442 +"35161",8123,44744,3,144,2032 +"35162",8123,47372,3,144,788 +"35163",8123,47607,3,144,2724 +"35164",8123,47882,3,144,2769 +"35165",8123,48110,3,144,2009 +"35166",8123,49708,3,144,1147 +"35167",8123,50468,3,144,1659 +"35168",8123,51399,2,144,934 +"35169",8123,51843,1,144,2389 +"35170",8123,51890,3,144,1992 +"35171",8123,52953,3,144,1741 +"35172",8123,53377,2,144,417 +"35173",8123,53414,3,144,1672 +"35174",8123,54385,1,144,2340 +"35175",8123,54407,2,144,514 +"35176",8123,54737,3,144,326 +"35177",8123,55307,3,144,2306 +"35178",8123,55730,2,144,1217 +"35179",8123,55997,3,144,1414 +"35180",8123,56316,3,144,1435 +"35181",8123,58508,3,144,2326 +"35182",8123,59344,2,144,2252 +"35183",8123,62848,3,144,1230 +"35184",8123,63104,2,144,2149 +"35185",8123,63631,1,144,763 +"35186",8123,64803,3,144,841 +"35187",8123,68883,3,144,222 +"35188",8123,69308,2,144,2370 +"35189",8123,69335,3,144,2698 +"35190",8123,70967,3,144,570 +"35191",8123,74054,3,144,1488 +"35192",8123,76135,3,144,593 +"35193",8123,76295,2,144,1001 +"35194",8123,76814,3,144,926 +"35195",8123,77167,3,144,836 +"35196",8123,77519,3,144,819 +"35197",8123,78569,3,144,578 +"35198",8123,78611,2,144,1586 +"35199",8123,78628,3,144,914 +"35200",8123,80301,3,144,1690 +"35201",8123,80615,3,144,2252 +"35202",8123,80970,3,144,2069 +"35203",8123,83122,2,144,1503 +"35204",8123,83598,2,144,619 +"35205",8123,84808,1,144,1974 +"35206",8123,85072,2,144,413 +"35207",8123,87733,3,144,235 +"35208",8123,87901,3,144,849 +"35209",8123,88739,3,144,933 +"35210",8123,93123,2,144,870 +"35211",8123,93590,2,144,1188 +"35212",8123,94339,3,144,2768 +"35213",8123,95998,3,144,1250 +"35214",8123,99196,3,144,598 +"35215",8123,105253,3,144,476 +"35216",8123,106755,3,144,2166 +"35217",8123,108974,2,144,752 +"35218",8123,110737,2,144,2117 +"35219",8123,110871,2,144,2879 +"35220",8123,110874,3,144,1390 +"35221",8123,118881,3,144,170 +"35222",8123,119241,3,144,152 +"35223",8140,21,3,1262,1385 +"35224",8140,160,3,1262,2007 +"35225",8140,2206,3,1262,2536 +"35226",8140,2524,3,1262,1708 +"35227",8140,2540,3,1262,1398 +"35228",8140,3127,2,1262,2273 +"35229",8140,3477,3,1262,2546 +"35230",8140,4303,3,1262,2414 +"35231",8140,4668,2,1262,1919 +"35232",8140,4669,3,1262,2395 +"35233",8140,4932,3,1262,2752 +"35234",8140,5897,3,1262,2337 +"35235",8140,6063,3,1262,2349 +"35236",8140,6132,3,1262,1590 +"35237",8140,7252,3,1262,2799 +"35238",8140,8062,3,1262,2858 +"35239",8140,9227,3,1262,1267 +"35240",8140,9484,3,1262,1429 +"35241",8140,10980,1,1262,1974 +"35242",8140,11108,3,1262,1609 +"35243",8140,11429,3,1262,2520 +"35244",8140,12759,3,1262,2414 +"35245",8140,12948,3,1262,2669 +"35246",8140,13136,2,1262,2867 +"35247",8140,16501,3,1262,1650 +"35248",8140,18217,3,1262,1566 +"35249",8140,18381,3,1262,1524 +"35250",8140,18965,3,1262,2315 +"35251",8140,19686,2,1262,2467 +"35252",8140,21670,3,1262,2158 +"35253",8140,23015,3,1262,1362 +"35254",8140,25373,3,1262,2783 +"35255",8140,26734,3,1262,2299 +"35256",8140,27742,3,1262,2700 +"35257",8140,27914,3,1262,2507 +"35258",8140,28869,2,1262,2425 +"35259",8140,28893,3,1262,2764 +"35260",8140,30334,3,1262,2075 +"35261",8140,31868,3,1262,1993 +"35262",8140,32110,3,1262,2224 +"35263",8140,32339,3,1262,2430 +"35264",8140,33223,3,1262,2397 +"35265",8140,34162,3,1262,2336 +"35266",8140,34870,3,1262,1873 +"35267",8140,35728,3,1262,2017 +"35268",8140,35822,2,1262,1903 +"35269",8140,37636,3,1262,2178 +"35270",8140,39418,2,1262,1978 +"35271",8140,39443,2,1262,2277 +"35272",8140,39875,2,1262,2422 +"35273",8140,40392,3,1262,1878 +"35274",8140,40542,3,1262,1664 +"35275",8140,40572,3,1262,2666 +"35276",8140,41723,3,1262,2101 +"35277",8140,42331,3,1262,1585 +"35278",8140,45869,3,1262,2840 +"35279",8140,46486,3,1262,1868 +"35280",8140,50354,3,1262,1299 +"35281",8140,51783,3,1262,2599 +"35282",8140,53924,2,1262,1289 +"35283",8140,56995,3,1262,2323 +"35284",8140,59726,3,1262,1513 +"35285",8140,63077,3,1262,2778 +"35286",8140,67266,3,1262,2010 +"35287",8140,69788,3,1262,2007 +"35288",8140,70101,3,1262,2414 +"35289",8140,74055,2,1262,1544 +"35290",8140,74149,3,1262,1322 +"35291",8140,80156,3,1262,1667 +"35292",8140,82341,3,1262,1515 +"35293",8140,83301,3,1262,1385 +"35294",8140,85869,3,1262,1509 +"35295",8140,92297,3,1262,2952 +"35296",8140,92860,2,1262,1643 +"35297",8140,94525,3,1262,1993 +"35298",8140,100860,3,1262,2326 +"35299",8140,106399,3,1262,1530 +"35300",8146,4361,3,1561,2571 +"35301",8146,5897,3,1561,2337 +"35302",8146,14817,3,1561,2110 +"35303",8146,20984,3,1561,2502 +"35304",8146,23325,3,1561,2779 +"35305",8146,29286,3,1561,1612 +"35306",8146,31542,2,1561,2459 +"35307",8146,33341,3,1561,2338 +"35308",8146,34742,3,1561,1883 +"35309",8146,39062,3,1561,2020 +"35310",8146,47595,3,1561,2374 +"35311",8146,49621,3,1561,1915 +"35312",8146,50335,3,1561,1893 +"35313",8146,51200,3,1561,2245 +"35314",8146,51774,3,1561,2459 +"35315",8146,52483,3,1561,2317 +"35316",8146,53254,3,1561,1612 +"35317",8146,55296,2,1561,2413 +"35318",8146,56737,3,1561,2270 +"35319",8146,81113,3,1561,1914 +"35320",8157,2576,3,1063,1307 +"35321",8157,3669,3,1063,2524 +"35322",8157,4730,2,1063,2131 +"35323",8157,6133,3,1063,1229 +"35324",8157,6627,3,1063,2063 +"35325",8157,7433,3,1063,2255 +"35326",8157,9716,3,1063,1929 +"35327",8157,17221,3,1063,2487 +"35328",8157,18808,3,1063,2854 +"35329",8157,21180,3,1063,2762 +"35330",8157,21463,3,1063,2437 +"35331",8157,21741,3,1063,1574 +"35332",8157,22357,3,1063,1397 +"35333",8157,22905,3,1063,2599 +"35334",8157,25259,3,1063,1699 +"35335",8157,26100,3,1063,1966 +"35336",8157,26597,3,1063,2070 +"35337",8157,30442,3,1063,2124 +"35338",8157,30507,2,1063,2302 +"35339",8157,32582,3,1063,1929 +"35340",8157,34162,3,1063,2336 +"35341",8157,38309,3,1063,2644 +"35342",8157,39105,3,1063,2487 +"35343",8157,43585,3,1063,1066 +"35344",8157,47882,3,1063,2769 +"35345",8157,49147,3,1063,2539 +"35346",8157,50635,3,1063,2962 +"35347",8157,53362,3,1063,2360 +"35348",8157,55775,1,1063,2385 +"35349",8157,63252,2,1063,1516 +"35350",8157,72348,3,1063,1810 +"35351",8157,77719,3,1063,2086 +"35352",8157,78277,3,1063,1937 +"35353",8157,79699,3,1063,1735 +"35354",8157,85065,3,1063,1585 +"35355",8192,25,3,1670,2762 +"35356",8192,380,3,1670,2261 +"35357",8192,457,1,1670,1704 +"35358",8192,952,3,1670,1991 +"35359",8192,1092,3,1670,1945 +"35360",8192,1102,2,1670,2282 +"35361",8192,2572,3,1670,2273 +"35362",8192,3801,3,1670,1974 +"35363",8192,4705,3,1670,1714 +"35364",8192,5429,3,1670,1991 +"35365",8192,5580,2,1670,2111 +"35366",8192,6052,3,1670,1985 +"35367",8192,6074,2,1670,2426 +"35368",8192,6162,3,1670,1673 +"35369",8192,6449,3,1670,1997 +"35370",8192,9175,2,1670,2639 +"35371",8192,9654,2,1670,2111 +"35372",8192,11516,3,1670,1937 +"35373",8192,12374,3,1670,2260 +"35374",8192,12432,3,1670,1816 +"35375",8192,12449,2,1670,2067 +"35376",8192,12724,3,1670,1930 +"35377",8192,13869,3,1670,1786 +"35378",8192,14972,3,1670,2332 +"35379",8192,17351,3,1670,2036 +"35380",8192,18277,3,1670,2309 +"35381",8192,20486,2,1670,1908 +"35382",8192,21682,3,1670,2414 +"35383",8192,21706,3,1670,1988 +"35384",8192,21929,3,1670,2062 +"35385",8192,23011,3,1670,2763 +"35386",8192,24066,3,1670,1755 +"35387",8192,24558,1,1670,2139 +"35388",8192,26671,1,1670,2279 +"35389",8192,29948,3,1670,2795 +"35390",8192,31003,3,1670,1859 +"35391",8192,31124,3,1670,2351 +"35392",8192,34907,3,1670,1945 +"35393",8192,39189,3,1670,2319 +"35394",8192,42216,3,1670,2722 +"35395",8192,45239,3,1670,2535 +"35396",8192,45302,3,1670,2390 +"35397",8192,46042,3,1670,1692 +"35398",8192,48274,3,1670,1979 +"35399",8192,50134,3,1670,2674 +"35400",8192,51017,3,1670,2073 +"35401",8192,51035,3,1670,2397 +"35402",8192,51866,3,1670,2411 +"35403",8192,54695,3,1670,2429 +"35404",8192,57353,3,1670,1849 +"35405",8192,60855,3,1670,2272 +"35406",8192,62903,3,1670,1704 +"35407",8192,67726,3,1670,2873 +"35408",8192,73197,3,1670,1998 +"35409",8192,108107,3,1670,1704 +"35410",8192,117080,3,1670,2357 +"35411",8200,7785,3,1709,2441 +"35412",8200,9241,3,1709,2338 +"35413",8200,16690,3,1709,2132 +"35414",8200,35797,2,1709,2482 +"35415",8200,37859,3,1709,1999 +"35416",8226,6390,3,2046,2385 +"35417",8226,39189,3,2046,2319 +"35418",8229,377,3,1241,2389 +"35419",8229,543,3,1241,2203 +"35420",8229,1046,3,1241,1881 +"35421",8229,1151,3,1241,2885 +"35422",8229,1616,3,1241,2662 +"35423",8229,1777,2,1241,1965 +"35424",8229,2036,3,1241,2483 +"35425",8229,2166,3,1241,2557 +"35426",8229,2484,3,1241,2389 +"35427",8229,2754,3,1241,1360 +"35428",8229,3088,3,1241,1670 +"35429",8229,3161,3,1241,2229 +"35430",8229,3830,3,1241,1661 +"35431",8229,4057,3,1241,2389 +"35432",8229,5078,3,1241,2033 +"35433",8229,5457,3,1241,2077 +"35434",8229,5462,2,1241,2374 +"35435",8229,5504,3,1241,2389 +"35436",8229,7323,3,1241,2858 +"35437",8229,8533,3,1241,2251 +"35438",8229,8621,3,1241,1681 +"35439",8229,10130,3,1241,2741 +"35440",8229,12564,3,1241,2799 +"35441",8229,15539,3,1241,1929 +"35442",8229,18277,3,1241,2309 +"35443",8229,19568,3,1241,2302 +"35444",8229,19606,3,1241,2783 +"35445",8229,22749,3,1241,1727 +"35446",8229,27478,3,1241,2485 +"35447",8229,28216,3,1241,1910 +"35448",8229,30119,2,1241,1961 +"35449",8229,31799,3,1241,2547 +"35450",8229,33572,3,1241,2370 +"35451",8229,35256,3,1241,2271 +"35452",8229,37570,3,1241,2389 +"35453",8229,39444,3,1241,2695 +"35454",8229,41278,3,1241,1873 +"35455",8229,51410,3,1241,2739 +"35456",8229,53031,2,1241,2065 +"35457",8229,55556,2,1241,2075 +"35458",8229,55828,3,1241,2393 +"35459",8229,57077,2,1241,1885 +"35460",8229,57609,3,1241,2717 +"35461",8229,57950,3,1241,1529 +"35462",8229,57977,2,1241,2683 +"35463",8229,58221,3,1241,1787 +"35464",8229,59700,3,1241,2346 +"35465",8229,61719,3,1241,1515 +"35466",8229,64967,3,1241,2872 +"35467",8229,66318,3,1241,2803 +"35468",8229,71478,3,1241,1721 +"35469",8229,82409,3,1241,1881 +"35470",8229,85430,2,1241,2370 +"35471",8229,91570,3,1241,2229 +"35472",8229,93615,2,1241,2386 +"35473",8229,93752,3,1241,1368 +"35474",8232,52524,3,951,1197 +"35475",8233,475,1,152,156 +"35476",8233,9332,2,152,2734 +"35477",8233,11872,3,152,317 +"35478",8233,13068,3,152,1778 +"35479",8233,14503,3,152,437 +"35480",8233,19934,3,152,2888 +"35481",8233,21535,3,152,404 +"35482",8233,22578,3,152,2216 +"35483",8233,26124,3,152,2356 +"35484",8233,36346,3,152,1240 +"35485",8233,38087,3,152,1083 +"35486",8233,40035,3,152,2742 +"35487",8233,43204,3,152,1680 +"35488",8233,49712,3,152,1937 +"35489",8233,53687,3,152,2422 +"35490",8233,53726,3,152,1729 +"35491",8233,67266,3,152,2010 +"35492",8233,80337,2,152,394 +"35493",8233,80338,2,152,2059 +"35494",8238,3506,3,2222,2364 +"35495",8238,4953,3,2222,2285 +"35496",8238,5610,1,2222,2223 +"35497",8238,7616,3,2222,2296 +"35498",8238,9331,3,2222,2269 +"35499",8238,12560,3,2222,2565 +"35500",8238,13249,3,2222,2573 +"35501",8238,15008,3,2222,2338 +"35502",8238,15729,3,2222,2338 +"35503",8238,17549,3,2222,2647 +"35504",8238,19208,3,2222,2629 +"35505",8238,19605,3,2222,2395 +"35506",8238,22950,3,2222,2576 +"35507",8238,24256,3,2222,2393 +"35508",8238,29930,3,2222,2240 +"35509",8238,31159,3,2222,2231 +"35510",8238,31705,2,2222,2706 +"35511",8238,35428,3,2222,2263 +"35512",8238,36031,3,2222,2342 +"35513",8238,38307,3,2222,2648 +"35514",8238,39464,2,2222,2314 +"35515",8238,40368,3,2222,2876 +"35516",8238,41945,3,2222,2856 +"35517",8238,42783,3,2222,2338 +"35518",8238,43455,3,2222,2846 +"35519",8238,44688,3,2222,2924 +"35520",8238,45239,3,2222,2535 +"35521",8238,47564,1,2222,2650 +"35522",8238,47803,3,2222,2477 +"35523",8238,49334,3,2222,2433 +"35524",8238,50480,3,2222,2701 +"35525",8238,54953,2,2222,2223 +"35526",8258,1214,3,1959,2050 +"35527",8258,2208,3,1959,2814 +"35528",8258,2424,3,1959,2582 +"35529",8258,4191,2,1959,2130 +"35530",8258,4618,2,1959,2607 +"35531",8258,5148,3,1959,2206 +"35532",8258,5669,3,1959,2502 +"35533",8258,5725,2,1959,2789 +"35534",8258,6208,3,1959,2361 +"35535",8258,7245,3,1959,2089 +"35536",8258,7984,3,1959,2493 +"35537",8258,8533,3,1959,2251 +"35538",8258,12867,3,1959,2773 +"35539",8258,16954,3,1959,2972 +"35540",8258,17351,3,1959,2036 +"35541",8258,19248,3,1959,2357 +"35542",8258,19606,3,1959,2783 +"35543",8258,23223,3,1959,2094 +"35544",8258,25325,3,1959,2963 +"35545",8258,26351,3,1959,2683 +"35546",8258,28285,3,1959,2972 +"35547",8258,28635,3,1959,2368 +"35548",8258,29917,3,1959,1962 +"35549",8258,30052,3,1959,2855 +"35550",8258,31799,3,1959,2547 +"35551",8258,34325,3,1959,1982 +"35552",8258,35738,3,1959,2448 +"35553",8258,38439,3,1959,2025 +"35554",8258,39087,3,1959,2765 +"35555",8258,41900,3,1959,1970 +"35556",8258,41945,3,1959,2856 +"35557",8258,42722,3,1959,2368 +"35558",8258,47947,3,1959,2681 +"35559",8258,48605,2,1959,2796 +"35560",8258,50977,3,1959,2352 +"35561",8258,51410,3,1959,2739 +"35562",8258,52818,3,1959,1963 +"35563",8258,53293,3,1959,2916 +"35564",8258,53300,3,1959,2162 +"35565",8258,57549,2,1959,2335 +"35566",8258,57977,3,1959,2683 +"35567",8258,60289,2,1959,2729 +"35568",8258,62840,3,1959,2502 +"35569",8258,64436,3,1959,2687 +"35570",8258,64945,3,1959,2279 +"35571",8258,69591,3,1959,2294 +"35572",8258,71518,2,1959,2805 +"35573",8258,71562,3,1959,2574 +"35574",8258,76892,3,1959,2381 +"35575",8259,380,3,1677,2261 +"35576",8259,1102,3,1677,2282 +"35577",8259,2484,3,1677,2389 +"35578",8259,3801,3,1677,1974 +"35579",8259,9362,3,1677,2879 +"35580",8259,13200,1,1677,2488 +"35581",8259,14655,1,1677,2559 +"35582",8259,15560,3,1677,2257 +"35583",8259,17221,2,1677,2487 +"35584",8259,23121,3,1677,2108 +"35585",8259,23460,3,1677,2183 +"35586",8259,28382,3,1677,1874 +"35587",8259,30943,2,1677,2287 +"35588",8259,31898,3,1677,1916 +"35589",8259,36031,2,1677,2342 +"35590",8259,61932,3,1677,1959 +"35591",8259,89681,2,1677,1978 +"35592",8260,5568,3,915,1290 +"35593",8260,31001,3,915,2119 +"35594",8260,38259,3,915,2258 +"35595",8260,107052,3,915,2158 +"35596",8274,160,3,1909,2007 +"35597",8274,913,3,1909,2144 +"35598",8274,1196,3,1909,1986 +"35599",8274,3492,3,1909,2117 +"35600",8274,3495,3,1909,2431 +"35601",8274,4289,3,1909,1921 +"35602",8274,5865,3,1909,1910 +"35603",8274,6192,2,1909,2409 +"35604",8274,6208,3,1909,2361 +"35605",8274,8327,1,1909,2527 +"35606",8274,8533,3,1909,2251 +"35607",8274,8726,3,1909,2083 +"35608",8274,8865,3,1909,2394 +"35609",8274,9954,3,1909,2117 +"35610",8274,10358,3,1909,2294 +"35611",8274,10717,3,1909,1938 +"35612",8274,10799,3,1909,2010 +"35613",8274,10825,3,1909,2565 +"35614",8274,11218,3,1909,2292 +"35615",8274,12042,3,1909,2345 +"35616",8274,12264,3,1909,1925 +"35617",8274,12388,3,1909,1975 +"35618",8274,12449,2,1909,2067 +"35619",8274,12713,3,1909,2440 +"35620",8274,13249,3,1909,2573 +"35621",8274,13324,3,1909,2163 +"35622",8274,14172,3,1909,1923 +"35623",8274,15433,3,1909,2038 +"35624",8274,15444,2,1909,2764 +"35625",8274,15826,3,1909,2772 +"35626",8274,16482,3,1909,1958 +"35627",8274,17410,3,1909,2073 +"35628",8274,17549,3,1909,2647 +"35629",8274,17561,3,1909,2286 +"35630",8274,18165,3,1909,2085 +"35631",8274,18394,3,1909,2356 +"35632",8274,19208,2,1909,2629 +"35633",8274,19317,3,1909,2041 +"35634",8274,19433,3,1909,2504 +"35635",8274,19605,2,1909,2395 +"35636",8274,21248,2,1909,2232 +"35637",8274,22682,3,1909,2035 +"35638",8274,23460,3,1909,2183 +"35639",8274,24721,3,1909,2326 +"35640",8274,25480,3,1909,2747 +"35641",8274,26080,3,1909,2525 +"35642",8274,27275,3,1909,2656 +"35643",8274,27390,2,1909,2425 +"35644",8274,29073,3,1909,2328 +"35645",8274,29280,2,1909,2499 +"35646",8274,29454,3,1909,2719 +"35647",8274,29899,3,1909,2375 +"35648",8274,31117,2,1909,2210 +"35649",8274,33200,3,1909,2221 +"35650",8274,33433,3,1909,2805 +"35651",8274,35837,3,1909,2871 +"35652",8274,35888,3,1909,2291 +"35653",8274,39062,3,1909,2020 +"35654",8274,41664,3,1909,2641 +"35655",8274,41682,2,1909,1988 +"35656",8274,41764,2,1909,2409 +"35657",8274,41972,3,1909,2509 +"35658",8274,42129,3,1909,2318 +"35659",8274,45729,3,1909,2606 +"35660",8274,46091,3,1909,1938 +"35661",8274,47529,3,1909,2914 +"35662",8274,47564,3,1909,2650 +"35663",8274,48274,1,1909,1979 +"35664",8274,50480,2,1909,2701 +"35665",8274,51089,3,1909,2426 +"35666",8274,51610,3,1909,2635 +"35667",8274,53342,3,1909,2071 +"35668",8274,54879,2,1909,2210 +"35669",8274,54983,3,1909,2407 +"35670",8274,56920,2,1909,2548 +"35671",8274,70046,3,1909,2624 +"35672",8274,73197,3,1909,1998 +"35673",8274,76356,3,1909,2323 +"35674",8274,91579,1,1909,2510 +"35675",8274,92513,3,1909,2282 +"35676",8274,99351,2,1909,2939 +"35677",8275,9311,3,2237,2477 +"35678",8275,25486,3,2237,2582 +"35679",8275,33801,3,2237,2899 +"35680",8275,35888,3,2237,2291 +"35681",8275,36441,3,2237,2796 +"35682",8275,38755,3,2237,2902 +"35683",8275,42799,2,2237,2729 +"35684",8275,46635,3,2237,2528 +"35685",8275,53475,3,2237,2853 +"35686",8275,76356,3,2237,2323 +"35687",8286,15343,3,886,2125 +"35688",8286,18151,3,886,2962 +"35689",8286,23508,3,886,1907 +"35690",8286,24608,3,886,1630 +"35691",8286,34311,3,886,2213 +"35692",8286,42618,1,886,2316 +"35693",8286,42814,3,886,1149 +"35694",8286,43051,3,886,904 +"35695",8286,55468,3,886,2511 +"35696",8286,70046,3,886,2624 +"35697",8286,72122,3,886,1436 +"35698",8286,86279,3,886,1076 +"35699",8286,103721,3,886,1030 +"35700",8325,34295,2,2228,2735 +"35701",8325,40759,3,2228,2789 +"35702",8325,44501,2,2228,2567 +"35703",8325,55307,2,2228,2306 +"35704",8327,10825,3,2527,2565 +"35705",8327,15444,3,2527,2764 +"35706",8327,17549,3,2527,2647 +"35707",8327,19208,3,2527,2629 +"35708",8327,25480,3,2527,2747 +"35709",8327,33433,3,2527,2805 +"35710",8327,50480,2,2527,2701 +"35711",8327,51610,3,2527,2635 +"35712",8327,56920,2,2527,2548 +"35713",8327,99351,3,2527,2939 +"35714",8354,1519,3,1705,2349 +"35715",8354,1520,3,1705,1716 +"35716",8354,2524,3,1705,1708 +"35717",8354,2852,3,1705,2448 +"35718",8354,3403,3,1705,2951 +"35719",8354,3477,3,1705,2546 +"35720",8354,3978,3,1705,2775 +"35721",8354,6063,3,1705,2349 +"35722",8354,8610,3,1705,2240 +"35723",8354,8726,3,1705,2083 +"35724",8354,8791,3,1705,1789 +"35725",8354,10473,1,1705,1783 +"35726",8354,14817,2,1705,2110 +"35727",8354,15207,3,1705,1855 +"35728",8354,15826,3,1705,2772 +"35729",8354,16482,3,1705,1958 +"35730",8354,16690,3,1705,2132 +"35731",8354,16796,2,1705,1892 +"35732",8354,17037,3,1705,2947 +"35733",8354,18965,2,1705,2315 +"35734",8354,19433,3,1705,2504 +"35735",8354,20700,3,1705,2861 +"35736",8354,23131,3,1705,1732 +"35737",8354,26124,3,1705,2356 +"35738",8354,26336,3,1705,1904 +"35739",8354,27320,3,1705,2378 +"35740",8354,27908,3,1705,2576 +"35741",8354,28837,3,1705,2286 +"35742",8354,30368,2,1705,2487 +"35743",8354,30525,3,1705,1964 +"35744",8354,31542,3,1705,2459 +"35745",8354,33223,3,1705,2397 +"35746",8354,38259,3,1705,2258 +"35747",8354,39062,2,1705,2020 +"35748",8354,39534,3,1705,2410 +"35749",8354,46486,3,1705,1868 +"35750",8354,47595,2,1705,2374 +"35751",8354,49347,3,1705,2504 +"35752",8354,50335,3,1705,1893 +"35753",8354,51265,2,1705,2670 +"35754",8354,51687,3,1705,2333 +"35755",8354,54718,2,1705,2473 +"35756",8354,58655,3,1705,2685 +"35757",8354,58875,3,1705,1899 +"35758",8354,61337,2,1705,2777 +"35759",8354,63641,3,1705,2337 +"35760",8354,118120,3,1705,1910 +"35761",8367,5315,2,1927,2631 +"35762",8367,16954,3,1927,2972 +"35763",8367,30827,3,1927,2323 +"35764",8367,33010,3,1927,2189 +"35765",8367,50977,3,1927,2352 +"35766",8376,457,2,1670,1704 +"35767",8376,1102,3,1670,2282 +"35768",8376,2181,3,1670,2030 +"35769",8376,2424,3,1670,2582 +"35770",8376,4705,3,1670,1714 +"35771",8376,5580,3,1670,2111 +"35772",8376,6074,3,1670,2426 +"35773",8376,6449,2,1670,1997 +"35774",8376,9175,1,1670,2639 +"35775",8376,9654,3,1670,2111 +"35776",8376,12374,3,1670,2260 +"35777",8376,12432,3,1670,1816 +"35778",8376,12449,3,1670,2067 +"35779",8376,13869,3,1670,1786 +"35780",8376,14959,3,1670,2898 +"35781",8376,15729,3,1670,2338 +"35782",8376,17351,3,1670,2036 +"35783",8376,17549,3,1670,2647 +"35784",8376,20486,3,1670,1908 +"35785",8376,24066,3,1670,1755 +"35786",8376,24558,2,1670,2139 +"35787",8376,26671,2,1670,2279 +"35788",8376,31159,3,1670,2231 +"35789",8376,39464,3,1670,2314 +"35790",8376,42783,3,1670,2338 +"35791",8376,45239,2,1670,2535 +"35792",8376,46042,3,1670,1692 +"35793",8376,50134,3,1670,2674 +"35794",8376,52892,3,1670,2372 +"35795",8376,57353,3,1670,1849 +"35796",8376,108107,3,1670,1704 +"35797",8395,194,3,896,1243 +"35798",8395,364,3,896,2351 +"35799",8395,1629,3,896,1289 +"35800",8395,1702,3,896,1984 +"35801",8395,1780,2,896,1375 +"35802",8395,1846,3,896,1845 +"35803",8395,2540,3,896,1398 +"35804",8395,2979,3,896,2912 +"35805",8395,3127,3,896,2273 +"35806",8395,3254,3,896,1258 +"35807",8395,3271,3,896,2216 +"35808",8395,3477,2,896,2546 +"35809",8395,3493,3,896,2451 +"35810",8395,5622,3,896,2175 +"35811",8395,5716,3,896,1058 +"35812",8395,5792,2,896,975 +"35813",8395,5897,3,896,2337 +"35814",8395,5984,3,896,1675 +"35815",8395,5986,3,896,1721 +"35816",8395,6063,3,896,2349 +"35817",8395,6417,3,896,1675 +"35818",8395,7337,2,896,1797 +"35819",8395,7937,3,896,2044 +"35820",8395,7997,3,896,2049 +"35821",8395,9227,3,896,1267 +"35822",8395,9272,3,896,2835 +"35823",8395,9503,3,896,2453 +"35824",8395,9785,2,896,2951 +"35825",8395,9928,3,896,2345 +"35826",8395,10050,3,896,1792 +"35827",8395,10754,3,896,1797 +"35828",8395,11218,2,896,2292 +"35829",8395,12042,3,896,2345 +"35830",8395,12779,3,896,936 +"35831",8395,13068,3,896,1778 +"35832",8395,13150,2,896,1570 +"35833",8395,14855,3,896,903 +"35834",8395,16352,3,896,2657 +"35835",8395,18124,2,896,1642 +"35836",8395,18217,3,896,1566 +"35837",8395,19934,3,896,2888 +"35838",8395,21684,3,896,1971 +"35839",8395,21815,3,896,2032 +"35840",8395,22586,3,896,1341 +"35841",8395,23126,2,896,904 +"35842",8395,23131,3,896,1732 +"35843",8395,23277,3,896,1267 +"35844",8395,26080,3,896,2525 +"35845",8395,26818,3,896,1999 +"35846",8395,27255,3,896,1232 +"35847",8395,27320,3,896,2378 +"35848",8395,27882,3,896,1897 +"35849",8395,28869,3,896,2425 +"35850",8395,28893,3,896,2764 +"35851",8395,29267,3,896,1234 +"35852",8395,29286,3,896,1612 +"35853",8395,29495,3,896,1612 +"35854",8395,30034,3,896,2357 +"35855",8395,30669,3,896,1921 +"35856",8395,32339,3,896,2430 +"35857",8395,33223,3,896,2397 +"35858",8395,33681,3,896,1059 +"35859",8395,33870,3,896,955 +"35860",8395,36953,3,896,2790 +"35861",8395,38144,2,896,2637 +"35862",8395,38373,3,896,1928 +"35863",8395,39294,3,896,1889 +"35864",8395,39589,3,896,1292 +"35865",8395,40542,3,896,1664 +"35866",8395,40572,3,896,2666 +"35867",8395,41581,3,896,1692 +"35868",8395,42280,3,896,2266 +"35869",8395,42813,3,896,2142 +"35870",8395,43204,3,896,1680 +"35871",8395,43226,3,896,2442 +"35872",8395,43929,3,896,2749 +"35873",8395,44074,3,896,1299 +"35874",8395,46486,2,896,1868 +"35875",8395,47013,3,896,2388 +"35876",8395,47375,3,896,2043 +"35877",8395,48110,3,896,2009 +"35878",8395,53134,3,896,1590 +"35879",8395,53726,3,896,1729 +"35880",8395,54467,3,896,919 +"35881",8395,54929,3,896,2783 +"35882",8395,57037,3,896,2293 +"35883",8395,57765,3,896,2893 +"35884",8395,58508,3,896,2326 +"35885",8395,58875,3,896,1899 +"35886",8395,61125,3,896,1673 +"35887",8395,61948,3,896,1231 +"35888",8395,69335,3,896,2698 +"35889",8395,80301,3,896,1690 +"35890",8395,82252,3,896,1248 +"35891",8395,83253,3,896,1102 +"35892",8395,90709,2,896,1080 +"35893",8395,97476,3,896,975 +"35894",8419,6241,3,1956,2264 +"35895",8419,10382,3,1956,2111 +"35896",8419,26695,3,1956,2340 +"35897",8419,27277,3,1956,1994 +"35898",8419,53779,3,1956,2000 +"35899",8426,1328,3,155,335 +"35900",8426,1427,3,155,324 +"35901",8426,2289,3,155,2389 +"35902",8426,8470,1,155,288 +"35903",8426,10481,2,155,740 +"35904",8426,10779,1,155,2881 +"35905",8426,11168,2,155,1223 +"35906",8426,11601,3,155,173 +"35907",8426,14887,3,155,2158 +"35908",8426,15636,3,155,2857 +"35909",8426,16053,3,155,908 +"35910",8426,17819,3,155,2291 +"35911",8426,19113,3,155,1171 +"35912",8426,20689,3,155,557 +"35913",8426,21138,3,155,2849 +"35914",8426,22033,3,155,1356 +"35915",8426,23787,3,155,2810 +"35916",8426,24522,3,155,158 +"35917",8426,25443,3,155,1441 +"35918",8426,26903,3,155,2092 +"35919",8426,27030,3,155,2031 +"35920",8426,31099,2,155,1356 +"35921",8426,31279,3,155,965 +"35922",8426,36554,2,155,1649 +"35923",8426,38694,3,155,817 +"35924",8426,39556,3,155,2747 +"35925",8426,39563,3,155,486 +"35926",8426,39906,3,155,2365 +"35927",8426,40796,3,155,540 +"35928",8426,44769,3,155,2411 +"35929",8426,47726,3,155,1272 +"35930",8426,47956,3,155,222 +"35931",8426,49962,3,155,572 +"35932",8426,50001,3,155,1518 +"35933",8426,50269,3,155,1966 +"35934",8426,51546,3,155,1369 +"35935",8426,52215,3,155,1908 +"35936",8426,58733,3,155,1958 +"35937",8426,59646,3,155,456 +"35938",8426,60584,3,155,288 +"35939",8426,62488,3,155,1418 +"35940",8426,62754,3,155,249 +"35941",8426,68299,3,155,866 +"35942",8426,74730,3,155,535 +"35943",8426,85784,3,155,1142 +"35944",8426,100140,3,155,1041 +"35945",8426,101338,3,155,1319 +"35946",8426,106988,3,155,1164 +"35947",8426,109079,3,155,954 +"35948",8463,3158,3,2466,2762 +"35949",8463,4249,3,2466,2547 +"35950",8463,9724,3,2466,2713 +"35951",8463,14470,3,2466,2632 +"35952",8463,36478,3,2466,2808 +"35953",8463,47882,3,2466,2769 +"35954",8470,2028,3,288,1978 +"35955",8470,2289,2,288,2389 +"35956",8470,2972,3,288,1708 +"35957",8470,5072,3,288,2175 +"35958",8470,5610,3,288,2223 +"35959",8470,10481,3,288,740 +"35960",8470,10779,2,288,2881 +"35961",8470,11168,3,288,1223 +"35962",8470,11662,3,288,1139 +"35963",8470,15636,2,288,2857 +"35964",8470,16111,3,288,1714 +"35965",8470,16587,3,288,2065 +"35966",8470,19637,3,288,1229 +"35967",8470,21138,3,288,2849 +"35968",8470,22033,2,288,1356 +"35969",8470,23787,2,288,2810 +"35970",8470,29095,3,288,2531 +"35971",8470,29864,3,288,2479 +"35972",8470,31099,1,288,1356 +"35973",8470,31700,3,288,2727 +"35974",8470,32047,3,288,1858 +"35975",8470,35529,3,288,1620 +"35976",8470,36554,3,288,1649 +"35977",8470,38694,3,288,817 +"35978",8470,39556,2,288,2747 +"35979",8470,44502,3,288,484 +"35980",8470,45136,3,288,877 +"35981",8470,45903,3,288,2237 +"35982",8470,46988,3,288,2460 +"35983",8470,49962,2,288,572 +"35984",8470,50001,2,288,1518 +"35985",8470,50269,2,288,1966 +"35986",8470,57732,3,288,2454 +"35987",8470,58733,3,288,1958 +"35988",8470,59868,3,288,1637 +"35989",8470,68299,2,288,866 +"35990",8470,70613,3,288,1724 +"35991",8470,74731,3,288,853 +"35992",8470,81592,3,288,2882 +"35993",8470,102820,3,288,501 +"35994",8470,106988,2,288,1164 +"35995",8470,109079,2,288,954 +"35996",8475,19198,3,2034,2308 +"35997",8475,19366,3,2034,2279 +"35998",8478,388,3,984,1594 +"35999",8478,1560,2,984,2013 +"36000",8478,3152,3,984,1621 +"36001",8478,4730,3,984,2131 +"36002",8478,5483,3,984,1938 +"36003",8478,5557,2,984,1929 +"36004",8478,5852,3,984,1862 +"36005",8478,8157,2,984,1063 +"36006",8478,8525,3,984,1787 +"36007",8478,9506,2,984,1012 +"36008",8478,9716,1,984,1929 +"36009",8478,10200,3,984,2920 +"36010",8478,10908,3,984,1134 +"36011",8478,11429,3,984,2520 +"36012",8478,12228,3,984,2034 +"36013",8478,12481,3,984,1086 +"36014",8478,12973,3,984,1569 +"36015",8478,14626,2,984,2175 +"36016",8478,14654,3,984,1692 +"36017",8478,14761,3,984,2502 +"36018",8478,14789,3,984,1034 +"36019",8478,18855,2,984,1362 +"36020",8478,21741,3,984,1574 +"36021",8478,23639,3,984,2065 +"36022",8478,24086,3,984,2663 +"36023",8478,26567,3,984,1158 +"36024",8478,29319,3,984,2314 +"36025",8478,30334,3,984,2075 +"36026",8478,30404,2,984,1810 +"36027",8478,30507,3,984,2302 +"36028",8478,32582,1,984,1929 +"36029",8478,35264,3,984,2329 +"36030",8478,37342,3,984,2649 +"36031",8478,37636,3,984,2178 +"36032",8478,40392,2,984,1878 +"36033",8478,41185,2,984,1929 +"36034",8478,41603,3,984,1942 +"36035",8478,44464,3,984,1619 +"36036",8478,45730,3,984,2063 +"36037",8478,49147,3,984,2539 +"36038",8478,50335,3,984,1893 +"36039",8478,51783,3,984,2599 +"36040",8478,52185,2,984,1012 +"36041",8478,54903,3,984,2493 +"36042",8478,55775,2,984,2385 +"36043",8478,56737,3,984,2270 +"36044",8478,63252,3,984,1516 +"36045",8478,64412,3,984,2233 +"36046",8478,72426,3,984,2902 +"36047",8478,74912,2,984,1542 +"36048",8478,75194,3,984,1736 +"36049",8478,79036,3,984,2524 +"36050",8478,79822,3,984,1508 +"36051",8478,82226,3,984,1619 +"36052",8478,91631,3,984,1899 +"36053",8478,91715,3,984,1034 +"36054",8478,96349,3,984,1874 +"36055",8478,97266,2,984,1016 +"36056",8478,107993,3,984,999 +"36057",8490,23,3,564,1682 +"36058",8490,270,3,564,2542 +"36059",8490,312,2,564,2038 +"36060",8490,380,3,564,2261 +"36061",8490,782,3,564,945 +"36062",8490,1044,3,564,880 +"36063",8490,1102,3,564,2282 +"36064",8490,2181,3,564,2030 +"36065",8490,2424,3,564,2582 +"36066",8490,2484,3,564,2389 +"36067",8490,2533,2,564,2016 +"36068",8490,3305,3,564,2839 +"36069",8490,3716,3,564,1679 +"36070",8490,3748,3,564,2052 +"36071",8490,3751,3,564,1358 +"36072",8490,5041,2,564,2371 +"36073",8490,5429,3,564,1991 +"36074",8490,6363,3,564,2066 +"36075",8490,8866,2,564,1545 +"36076",8490,8888,3,564,1328 +"36077",8490,9331,3,564,2269 +"36078",8490,9362,3,564,2879 +"36079",8490,9364,2,564,1698 +"36080",8490,9871,3,564,921 +"36081",8490,10358,3,564,2294 +"36082",8490,11006,2,564,1950 +"36083",8490,11440,3,564,2026 +"36084",8490,11540,3,564,1237 +"36085",8490,11576,3,564,808 +"36086",8490,12356,3,564,2757 +"36087",8490,14655,3,564,2559 +"36088",8490,14656,3,564,584 +"36089",8490,14959,3,564,2898 +"36090",8490,15808,3,564,1521 +"36091",8490,16332,3,564,2668 +"36092",8490,19248,2,564,2357 +"36093",8490,19719,2,564,2177 +"36094",8490,20124,3,564,2376 +"36095",8490,20975,2,564,1305 +"36096",8490,21138,3,564,2849 +"36097",8490,21198,3,564,935 +"36098",8490,22884,3,564,1608 +"36099",8490,23430,3,564,904 +"36100",8490,24293,3,564,1184 +"36101",8490,25198,3,564,1982 +"36102",8490,26582,3,564,2772 +"36103",8490,26749,3,564,2965 +"36104",8490,27694,2,564,2030 +"36105",8490,28015,3,564,1624 +"36106",8490,28635,3,564,2368 +"36107",8490,29050,3,564,1196 +"36108",8490,29750,3,564,689 +"36109",8490,33285,3,564,1327 +"36110",8490,34314,3,564,630 +"36111",8490,34836,3,564,2302 +"36112",8490,38019,3,564,1870 +"36113",8490,38219,3,564,1689 +"36114",8490,38780,2,564,2705 +"36115",8490,43385,3,564,1623 +"36116",8490,43455,3,564,2846 +"36117",8490,45650,3,564,1528 +"36118",8490,46629,3,564,2255 +"36119",8490,48605,3,564,2796 +"36120",8490,51017,3,564,2073 +"36121",8490,51041,2,564,2606 +"36122",8490,55299,3,564,609 +"36123",8490,55320,2,564,1643 +"36124",8490,60862,3,564,1215 +"36125",8490,61982,2,564,2725 +"36126",8490,62841,3,564,2710 +"36127",8490,71342,3,564,1289 +"36128",8490,72956,2,564,1251 +"36129",8490,76284,3,564,1237 +"36130",8490,79815,3,564,1713 +"36131",8490,80506,3,564,1920 +"36132",8490,87692,3,564,775 +"36133",8490,90802,3,564,877 +"36134",8490,98781,3,564,1410 +"36135",8490,101395,3,564,891 +"36136",8512,5852,3,935,1862 +"36137",8512,27826,3,935,2824 +"36138",8512,30819,3,935,2198 +"36139",8512,44464,3,935,1619 +"36140",8512,46385,3,935,2225 +"36141",8512,56737,3,935,2270 +"36142",8512,82226,3,935,1619 +"36143",8512,82426,3,935,1576 +"36144",8513,134,3,875,2062 +"36145",8513,357,2,875,2327 +"36146",8513,1196,2,875,1986 +"36147",8513,1616,3,875,2662 +"36148",8513,2484,3,875,2389 +"36149",8513,2684,3,875,2874 +"36150",8513,3161,3,875,2229 +"36151",8513,3961,3,875,2426 +"36152",8513,4253,3,875,1890 +"36153",8513,4889,3,875,1501 +"36154",8513,4953,2,875,2285 +"36155",8513,5041,3,875,2371 +"36156",8513,5072,3,875,2175 +"36157",8513,5350,1,875,2522 +"36158",8513,5429,3,875,1991 +"36159",8513,5462,3,875,2374 +"36160",8513,5622,3,875,2175 +"36161",8513,5716,2,875,1058 +"36162",8513,5984,2,875,1675 +"36163",8513,5986,2,875,1721 +"36164",8513,6047,3,875,2004 +"36165",8513,6162,2,875,1673 +"36166",8513,6417,2,875,1675 +"36167",8513,7759,3,875,2844 +"36168",8513,8060,3,875,1883 +"36169",8513,8274,3,875,1909 +"36170",8513,8327,3,875,2527 +"36171",8513,9751,3,875,1397 +"36172",8513,9928,3,875,2345 +"36173",8513,10358,2,875,2294 +"36174",8513,10717,3,875,1938 +"36175",8513,10857,3,875,2253 +"36176",8513,10871,3,875,2314 +"36177",8513,11055,3,875,2111 +"36178",8513,11218,2,875,2292 +"36179",8513,11540,3,875,1237 +"36180",8513,11588,3,875,2352 +"36181",8513,11620,3,875,2010 +"36182",8513,11966,3,875,2385 +"36183",8513,12035,3,875,2721 +"36184",8513,12042,1,875,2345 +"36185",8513,12462,1,875,1461 +"36186",8513,12729,3,875,1835 +"36187",8513,13248,3,875,1385 +"36188",8513,13311,3,875,2315 +"36189",8513,14032,3,875,2144 +"36190",8513,14855,2,875,903 +"36191",8513,15301,3,875,2308 +"36192",8513,15381,3,875,2289 +"36193",8513,15402,3,875,1281 +"36194",8513,15729,3,875,2338 +"36195",8513,16053,3,875,908 +"36196",8513,16096,2,875,2301 +"36197",8513,16120,3,875,1237 +"36198",8513,16352,2,875,2657 +"36199",8513,17400,2,875,2231 +"36200",8513,17626,3,875,1265 +"36201",8513,17867,3,875,1904 +"36202",8513,17997,3,875,1621 +"36203",8513,18348,3,875,1711 +"36204",8513,18825,3,875,1240 +"36205",8513,18874,3,875,2170 +"36206",8513,19516,3,875,2313 +"36207",8513,20588,3,875,912 +"36208",8513,21029,2,875,1943 +"36209",8513,21138,3,875,2849 +"36210",8513,21571,3,875,2755 +"36211",8513,21706,3,875,1988 +"36212",8513,21872,2,875,2458 +"36213",8513,22141,3,875,2348 +"36214",8513,22586,3,875,1341 +"36215",8513,23159,2,875,1548 +"36216",8513,23310,3,875,2371 +"36217",8513,23806,1,875,1671 +"36218",8513,24146,3,875,2003 +"36219",8513,24169,3,875,1663 +"36220",8513,24286,3,875,1280 +"36221",8513,24721,3,875,2326 +"36222",8513,24923,3,875,2785 +"36223",8513,25325,3,875,2963 +"36224",8513,25480,3,875,2747 +"36225",8513,25569,3,875,2317 +"36226",8513,26080,2,875,2525 +"36227",8513,26366,3,875,1688 +"36228",8513,26408,3,875,1545 +"36229",8513,26451,3,875,2133 +"36230",8513,26659,3,875,903 +"36231",8513,26721,3,875,2586 +"36232",8513,26818,3,875,1999 +"36233",8513,27016,3,875,1611 +"36234",8513,27261,3,875,1368 +"36235",8513,27501,2,875,1981 +"36236",8513,28002,3,875,914 +"36237",8513,28296,3,875,2944 +"36238",8513,29722,3,875,1305 +"36239",8513,29930,3,875,2240 +"36240",8513,30325,3,875,1067 +"36241",8513,32567,3,875,2784 +"36242",8513,32694,3,875,1602 +"36243",8513,32919,3,875,2321 +"36244",8513,33341,3,875,2338 +"36245",8513,33356,3,875,1586 +"36246",8513,33433,3,875,2805 +"36247",8513,34057,3,875,1657 +"36248",8513,34735,2,875,2767 +"36249",8513,34907,3,875,1945 +"36250",8513,35256,3,875,2271 +"36251",8513,35529,3,875,1620 +"36252",8513,35888,3,875,2291 +"36253",8513,35926,2,875,2371 +"36254",8513,36962,3,875,2861 +"36255",8513,37333,3,875,1612 +"36256",8513,38140,3,875,1866 +"36257",8513,38307,3,875,2648 +"36258",8513,38374,3,875,1890 +"36259",8513,39186,2,875,1258 +"36260",8513,39294,3,875,1889 +"36261",8513,40072,3,875,1182 +"36262",8513,40432,3,875,1956 +"36263",8513,40937,3,875,2639 +"36264",8513,41064,3,875,1201 +"36265",8513,41682,3,875,1988 +"36266",8513,41972,3,875,2509 +"36267",8513,42619,3,875,2017 +"36268",8513,43455,3,875,2846 +"36269",8513,44306,3,875,1036 +"36270",8513,44521,3,875,1593 +"36271",8513,46091,3,875,1938 +"36272",8513,46099,3,875,2360 +"36273",8513,47386,3,875,2226 +"36274",8513,49110,3,875,2938 +"36275",8513,50229,2,875,1190 +"36276",8513,50236,3,875,2339 +"36277",8513,51017,3,875,2073 +"36278",8513,51089,3,875,2426 +"36279",8513,51410,3,875,2739 +"36280",8513,52442,3,875,1269 +"36281",8513,53134,2,875,1590 +"36282",8513,53342,3,875,2071 +"36283",8513,54020,3,875,1578 +"36284",8513,54695,3,875,2429 +"36285",8513,54879,2,875,2210 +"36286",8513,54929,2,875,2783 +"36287",8513,55652,3,875,2795 +"36288",8513,56604,3,875,1919 +"36289",8513,57714,3,875,1391 +"36290",8513,57977,3,875,2683 +"36291",8513,58122,3,875,889 +"36292",8513,60280,3,875,1918 +"36293",8513,61719,3,875,1515 +"36294",8513,62903,3,875,1704 +"36295",8513,63442,3,875,1965 +"36296",8513,69716,2,875,2632 +"36297",8513,69745,3,875,1594 +"36298",8513,70203,3,875,2756 +"36299",8513,71982,3,875,2812 +"36300",8513,73192,2,875,1955 +"36301",8513,73197,3,875,1998 +"36302",8513,75403,3,875,1895 +"36303",8513,76672,3,875,1930 +"36304",8513,80219,3,875,988 +"36305",8513,81349,3,875,1958 +"36306",8513,84022,2,875,2289 +"36307",8513,87110,3,875,2801 +"36308",8513,90802,3,875,877 +"36309",8513,91570,3,875,2229 +"36310",8513,92513,3,875,2282 +"36311",8513,95682,3,875,881 +"36312",8513,100140,3,875,1041 +"36313",8513,101395,3,875,891 +"36314",8513,102824,3,875,2944 +"36315",8513,105795,3,875,1265 +"36316",8513,119859,3,875,908 +"36317",8519,1469,3,844,1160 +"36318",8519,8229,3,844,1241 +"36319",8519,10130,3,844,2741 +"36320",8519,18277,3,844,2309 +"36321",8519,27478,3,844,2485 +"36322",8519,32409,2,844,857 +"36323",8519,38048,3,844,867 +"36324",8519,39444,3,844,2695 +"36325",8519,53031,2,844,2065 +"36326",8519,55556,2,844,2075 +"36327",8519,58221,3,844,1787 +"36328",8519,82409,3,844,1881 +"36329",8519,93615,1,844,2386 +"36330",8519,108430,3,844,1642 +"36331",8525,1560,1,1787,2013 +"36332",8525,2802,3,1787,1836 +"36333",8525,6324,3,1787,1990 +"36334",8525,6755,3,1787,2818 +"36335",8525,9716,2,1787,1929 +"36336",8525,10200,2,1787,2920 +"36337",8525,11429,2,1787,2520 +"36338",8525,12228,2,1787,2034 +"36339",8525,14626,3,1787,2175 +"36340",8525,14761,3,1787,2502 +"36341",8525,15075,3,1787,2252 +"36342",8525,23639,3,1787,2065 +"36343",8525,24086,2,1787,2663 +"36344",8525,30334,3,1787,2075 +"36345",8525,32582,3,1787,1929 +"36346",8525,32939,3,1787,2277 +"36347",8525,37342,2,1787,2649 +"36348",8525,37636,3,1787,2178 +"36349",8525,40392,2,1787,1878 +"36350",8525,41185,2,1787,1929 +"36351",8525,42883,3,1787,2575 +"36352",8525,49621,3,1787,1915 +"36353",8525,51783,3,1787,2599 +"36354",8525,53537,3,1787,2428 +"36355",8525,56737,2,1787,2270 +"36356",8525,65658,2,1787,2030 +"36357",8525,79036,3,1787,2524 +"36358",8525,79793,3,1787,1915 +"36359",8529,24,2,1205,1295 +"36360",8529,145,2,1205,1998 +"36361",8529,600,3,1205,1702 +"36362",8529,675,3,1205,1686 +"36363",8529,913,2,1205,2144 +"36364",8529,1102,3,1205,2282 +"36365",8529,1136,3,1205,2536 +"36366",8529,1875,3,1205,1786 +"36367",8529,2563,3,1205,1686 +"36368",8529,2625,3,1205,2152 +"36369",8529,2743,3,1205,1278 +"36370",8529,2954,3,1205,2727 +"36371",8529,4671,3,1205,2280 +"36372",8529,4687,3,1205,2152 +"36373",8529,4690,3,1205,1938 +"36374",8529,5226,3,1205,1309 +"36375",8529,6052,3,1205,1985 +"36376",8529,6390,3,1205,2385 +"36377",8529,7858,3,1205,1795 +"36378",8529,8866,2,1205,1545 +"36379",8529,8888,2,1205,1328 +"36380",8529,9362,3,1205,2879 +"36381",8529,9364,3,1205,1698 +"36382",8529,9511,3,1205,1232 +"36383",8529,9805,3,1205,1621 +"36384",8529,10474,3,1205,1608 +"36385",8529,10513,3,1205,2284 +"36386",8529,12199,3,1205,1651 +"36387",8529,12374,3,1205,2260 +"36388",8529,12602,3,1205,1956 +"36389",8529,14108,3,1205,2012 +"36390",8529,14652,3,1205,2516 +"36391",8529,14655,3,1205,2559 +"36392",8529,14834,3,1205,2739 +"36393",8529,15799,3,1205,1917 +"36394",8529,16332,3,1205,2668 +"36395",8529,17698,3,1205,1559 +"36396",8529,19096,1,1205,1538 +"36397",8529,19335,3,1205,1729 +"36398",8529,19719,3,1205,2177 +"36399",8529,20975,3,1205,1305 +"36400",8529,21682,3,1205,2414 +"36401",8529,22141,3,1205,2348 +"36402",8529,23312,3,1205,2449 +"36403",8529,23825,3,1205,1913 +"36404",8529,24448,3,1205,2289 +"36405",8529,24568,3,1205,1937 +"36406",8529,26671,3,1205,2279 +"36407",8529,27275,3,1205,2656 +"36408",8529,27390,3,1205,2425 +"36409",8529,31235,2,1205,2668 +"36410",8529,33949,3,1205,2489 +"36411",8529,34836,2,1205,2302 +"36412",8529,36087,3,1205,2755 +"36413",8529,36714,3,1205,2209 +"36414",8529,38019,2,1205,1870 +"36415",8529,38780,3,1205,2705 +"36416",8529,45650,3,1205,1528 +"36417",8529,46950,3,1205,2673 +"36418",8529,47064,3,1205,1993 +"36419",8529,47445,3,1205,2668 +"36420",8529,48571,3,1205,2717 +"36421",8529,49512,2,1205,1302 +"36422",8529,51017,3,1205,2073 +"36423",8529,51035,3,1205,2397 +"36424",8529,53266,3,1205,2389 +"36425",8529,53323,2,1205,2677 +"36426",8529,53608,3,1205,1986 +"36427",8529,56317,3,1205,2030 +"36428",8529,57353,3,1205,1849 +"36429",8529,57544,3,1205,2443 +"36430",8529,63409,3,1205,1937 +"36431",8529,64997,3,1205,2791 +"36432",8529,65007,2,1205,2530 +"36433",8529,69712,3,1205,1219 +"36434",8529,71342,3,1205,1289 +"36435",8529,72468,2,1205,2292 +"36436",8529,72956,3,1205,1251 +"36437",8529,79436,3,1205,1344 +"36438",8529,80825,3,1205,2315 +"36439",8529,81588,3,1205,1568 +"36440",8529,84022,3,1205,2289 +"36441",8529,86245,3,1205,1972 +"36442",8532,3414,3,1593,2322 +"36443",8532,13920,3,1593,1709 +"36444",8533,270,3,2251,2542 +"36445",8533,380,3,2251,2261 +"36446",8533,455,3,2251,2827 +"36447",8533,602,3,2251,2632 +"36448",8533,671,3,2251,2328 +"36449",8533,823,3,2251,2840 +"36450",8533,1102,3,2251,2282 +"36451",8533,1315,3,2251,2760 +"36452",8533,3305,3,2251,2839 +"36453",8533,3488,3,2251,2351 +"36454",8533,4418,3,2251,2788 +"36455",8533,4618,2,2251,2607 +"36456",8533,5462,3,2251,2374 +"36457",8533,5504,3,2251,2389 +"36458",8533,5669,2,2251,2502 +"36459",8533,5725,1,2251,2789 +"36460",8533,6241,3,2251,2264 +"36461",8533,7014,3,2251,2401 +"36462",8533,7078,3,2251,2344 +"36463",8533,8327,3,2251,2527 +"36464",8533,12374,3,2251,2260 +"36465",8533,12867,2,2251,2773 +"36466",8533,14507,3,2251,2686 +"36467",8533,15184,3,2251,2396 +"36468",8533,15560,3,2251,2257 +"36469",8533,18151,3,2251,2962 +"36470",8533,18394,3,2251,2356 +"36471",8533,19027,3,2251,2721 +"36472",8533,19862,3,2251,2412 +"36473",8533,20563,2,2251,2267 +"36474",8533,20783,3,2251,2414 +"36475",8533,21012,3,2251,2325 +"36476",8533,24923,3,2251,2785 +"36477",8533,26351,2,2251,2683 +"36478",8533,26516,3,2251,2479 +"36479",8533,27478,3,2251,2485 +"36480",8533,27753,3,2251,2750 +"36481",8533,28285,1,2251,2972 +"36482",8533,29073,1,2251,2328 +"36483",8533,29314,3,2251,2736 +"36484",8533,31799,3,2251,2547 +"36485",8533,35888,3,2251,2291 +"36486",8533,36559,2,2251,2473 +"36487",8533,36670,3,2251,2298 +"36488",8533,37418,3,2251,2710 +"36489",8533,39087,2,2251,2765 +"36490",8533,43518,3,2251,2680 +"36491",8533,47947,1,2251,2681 +"36492",8533,51041,3,2251,2606 +"36493",8533,51410,3,2251,2739 +"36494",8533,51626,3,2251,2494 +"36495",8533,57609,3,2251,2717 +"36496",8533,57977,1,2251,2683 +"36497",8533,60661,3,2251,2700 +"36498",8533,62840,1,2251,2502 +"36499",8533,70046,3,2251,2624 +"36500",8533,71562,1,2251,2574 +"36501",8533,74095,3,2251,2333 +"36502",8537,489,3,472,2652 +"36503",8537,555,3,472,552 +"36504",8537,962,3,472,1000 +"36505",8537,1050,3,472,1185 +"36506",8537,1592,2,472,2006 +"36507",8537,1691,2,472,1941 +"36508",8537,1985,3,472,888 +"36509",8537,2011,3,472,2176 +"36510",8537,2143,3,472,1174 +"36511",8537,2208,3,472,2814 +"36512",8537,2334,3,472,2619 +"36513",8537,2349,3,472,1288 +"36514",8537,2609,3,472,834 +"36515",8537,3144,3,472,869 +"36516",8537,3163,3,472,2020 +"36517",8537,3306,3,472,1989 +"36518",8537,3493,3,472,2451 +"36519",8537,3801,3,472,1974 +"36520",8537,3886,3,472,1669 +"36521",8537,4317,3,472,1224 +"36522",8537,4360,3,472,1770 +"36523",8537,4707,3,472,2588 +"36524",8537,5018,3,472,640 +"36525",8537,5258,2,472,2730 +"36526",8537,5346,3,472,1438 +"36527",8537,6104,3,472,2462 +"36528",8537,6252,3,472,2336 +"36529",8537,6390,3,472,2385 +"36530",8537,6428,3,472,1952 +"36531",8537,6697,3,472,2438 +"36532",8537,8011,3,472,889 +"36533",8537,8762,3,472,2585 +"36534",8537,8866,3,472,1545 +"36535",8537,8888,3,472,1328 +"36536",8537,8961,3,472,507 +"36537",8537,9311,3,472,2477 +"36538",8537,9511,3,472,1232 +"36539",8537,10488,3,472,1524 +"36540",8537,11434,3,472,1187 +"36541",8537,12199,2,472,1651 +"36542",8537,12779,3,472,936 +"36543",8537,13248,3,472,1385 +"36544",8537,13837,3,472,1604 +"36545",8537,14080,3,472,1351 +"36546",8537,14108,2,472,2012 +"36547",8537,14652,3,472,2516 +"36548",8537,14656,3,472,584 +"36549",8537,14731,3,472,2012 +"36550",8537,15207,3,472,1855 +"36551",8537,15632,3,472,1242 +"36552",8537,15713,3,472,1646 +"36553",8537,15808,3,472,1521 +"36554",8537,16053,3,472,908 +"36555",8537,16196,3,472,2032 +"36556",8537,18502,3,472,1033 +"36557",8537,18543,3,472,2968 +"36558",8537,18550,3,472,483 +"36559",8537,18571,3,472,2128 +"36560",8537,19173,2,472,1686 +"36561",8537,19605,3,472,2395 +"36562",8537,19718,3,472,1702 +"36563",8537,19882,3,472,565 +"36564",8537,20343,3,472,851 +"36565",8537,20407,1,472,2339 +"36566",8537,21133,2,472,1320 +"36567",8537,21463,3,472,2437 +"36568",8537,21682,3,472,2414 +"36569",8537,22141,3,472,2348 +"36570",8537,22165,1,472,1501 +"36571",8537,22785,3,472,1733 +"36572",8537,23403,2,472,607 +"36573",8537,23729,3,472,1624 +"36574",8537,24198,3,472,2217 +"36575",8537,25565,3,472,2764 +"36576",8537,26342,3,472,527 +"36577",8537,26713,3,472,1235 +"36578",8537,27261,3,472,1368 +"36579",8537,28048,3,472,1637 +"36580",8537,28056,2,472,1505 +"36581",8537,28808,2,472,1063 +"36582",8537,29170,3,472,1846 +"36583",8537,29722,3,472,1305 +"36584",8537,29948,3,472,2795 +"36585",8537,30325,3,472,1067 +"36586",8537,30410,3,472,1966 +"36587",8537,31164,3,472,1996 +"36588",8537,31235,3,472,2668 +"36589",8537,33241,3,472,632 +"36590",8537,33433,3,472,2805 +"36591",8537,33622,3,472,2230 +"36592",8537,34158,3,472,2639 +"36593",8537,34314,3,472,630 +"36594",8537,34443,3,472,496 +"36595",8537,34945,3,472,1298 +"36596",8537,35045,2,472,1646 +"36597",8537,35514,3,472,2346 +"36598",8537,36087,3,472,2755 +"36599",8537,36439,2,472,2469 +"36600",8537,37509,2,472,1640 +"36601",8537,38213,2,472,1744 +"36602",8537,39105,3,472,2487 +"36603",8537,40703,3,472,1608 +"36604",8537,41085,3,472,637 +"36605",8537,43173,2,472,2895 +"36606",8537,43213,3,472,2160 +"36607",8537,43226,3,472,2442 +"36608",8537,43385,3,472,1623 +"36609",8537,44420,3,472,2184 +"36610",8537,45186,2,472,835 +"36611",8537,46196,3,472,1510 +"36612",8537,46469,3,472,759 +"36613",8537,46621,2,472,1343 +"36614",8537,46951,2,472,2429 +"36615",8537,47384,3,472,1639 +"36616",8537,47435,2,472,878 +"36617",8537,47445,3,472,2668 +"36618",8537,47585,2,472,794 +"36619",8537,49186,3,472,1289 +"36620",8537,49301,3,472,1894 +"36621",8537,49620,2,472,1868 +"36622",8537,49677,3,472,1222 +"36623",8537,50179,3,472,2230 +"36624",8537,50217,3,472,1211 +"36625",8537,50235,2,472,726 +"36626",8537,50737,2,472,959 +"36627",8537,50946,3,472,1075 +"36628",8537,51572,3,472,912 +"36629",8537,51628,3,472,901 +"36630",8537,51853,3,472,2520 +"36631",8537,52136,2,472,1412 +"36632",8537,52327,1,472,1472 +"36633",8537,53134,3,472,1590 +"36634",8537,53252,3,472,637 +"36635",8537,55084,3,472,1189 +"36636",8537,55185,2,472,922 +"36637",8537,56082,3,472,2395 +"36638",8537,56903,3,472,1584 +"36639",8537,57990,3,472,978 +"36640",8537,58284,3,472,2292 +"36641",8537,61785,2,472,822 +"36642",8537,63328,3,472,922 +"36643",8537,63641,3,472,2337 +"36644",8537,64427,2,472,535 +"36645",8537,67788,2,472,837 +"36646",8537,68592,3,472,2551 +"36647",8537,69447,3,472,1197 +"36648",8537,71274,3,472,2390 +"36649",8537,72207,3,472,2430 +"36650",8537,73675,3,472,887 +"36651",8537,74190,3,472,1428 +"36652",8537,74318,3,472,632 +"36653",8537,74636,2,472,2525 +"36654",8537,75025,3,472,717 +"36655",8537,75216,3,472,672 +"36656",8537,75403,3,472,1895 +"36657",8537,75921,1,472,517 +"36658",8537,76127,2,472,910 +"36659",8537,76192,3,472,912 +"36660",8537,78569,3,472,578 +"36661",8537,79436,3,472,1344 +"36662",8537,82787,3,472,1144 +"36663",8537,82949,3,472,2077 +"36664",8537,83396,3,472,2396 +"36665",8537,84296,3,472,1751 +"36666",8537,88232,2,472,2881 +"36667",8537,91942,3,472,2216 +"36668",8537,92322,3,472,2393 +"36669",8537,92592,3,472,486 +"36670",8537,94520,3,472,1243 +"36671",8537,95155,3,472,849 +"36672",8537,97824,3,472,1229 +"36673",8537,99953,3,472,581 +"36674",8537,101967,3,472,691 +"36675",8537,102731,3,472,630 +"36676",8537,103925,3,472,1786 +"36677",8537,105975,3,472,1939 +"36678",8537,109104,3,472,502 +"36679",8568,7252,3,2706,2799 +"36680",8568,9785,3,2706,2951 +"36681",8568,9787,3,2706,2858 +"36682",8568,15826,3,2706,2772 +"36683",8568,45869,3,2706,2840 +"36684",8585,160,3,1917,2007 +"36685",8585,7616,3,1917,2296 +"36686",8585,23098,3,1917,2300 +"36687",8604,1151,3,2799,2885 +"36688",8604,7323,3,2799,2858 +"36689",8604,20700,3,2799,2861 +"36690",8607,843,3,1685,2332 +"36691",8607,2282,3,1685,2056 +"36692",8607,2927,3,1685,1789 +"36693",8607,3158,3,1685,2762 +"36694",8607,3271,2,1685,2216 +"36695",8607,4249,2,1685,2547 +"36696",8607,4634,3,1685,2291 +"36697",8607,5962,3,1685,2491 +"36698",8607,6020,3,1685,1864 +"36699",8607,6119,3,1685,2358 +"36700",8607,6223,3,1685,2363 +"36701",8607,6345,3,1685,2713 +"36702",8607,6999,3,1685,2214 +"36703",8607,7337,3,1685,1797 +"36704",8607,8463,3,1685,2466 +"36705",8607,9272,2,1685,2835 +"36706",8607,9724,2,1685,2713 +"36707",8607,10146,3,1685,1878 +"36708",8607,10336,2,1685,2271 +"36709",8607,10701,2,1685,2000 +"36710",8607,12966,3,1685,2011 +"36711",8607,14470,3,1685,2632 +"36712",8607,14612,3,1685,2340 +"36713",8607,14654,3,1685,1692 +"36714",8607,14957,2,1685,2306 +"36715",8607,15782,2,1685,2306 +"36716",8607,16286,3,1685,2470 +"36717",8607,16437,3,1685,1956 +"36718",8607,16963,3,1685,1999 +"36719",8607,17499,3,1685,2954 +"36720",8607,17695,2,1685,1930 +"36721",8607,19075,3,1685,2214 +"36722",8607,19366,3,1685,2279 +"36723",8607,21358,3,1685,1970 +"36724",8607,22410,3,1685,2158 +"36725",8607,23550,3,1685,2939 +"36726",8607,25941,3,1685,2369 +"36727",8607,26597,3,1685,2070 +"36728",8607,28432,3,1685,1954 +"36729",8607,31264,2,1685,2335 +"36730",8607,32169,3,1685,2504 +"36731",8607,36840,3,1685,2269 +"36732",8607,37036,3,1685,2264 +"36733",8607,37684,3,1685,2899 +"36734",8607,37752,3,1685,2223 +"36735",8607,38219,3,1685,1689 +"36736",8607,39439,3,1685,2462 +"36737",8607,39444,3,1685,2695 +"36738",8607,42382,3,1685,2224 +"36739",8607,42390,3,1685,2937 +"36740",8607,43173,3,1685,2895 +"36741",8607,43226,2,1685,2442 +"36742",8607,43701,3,1685,2400 +"36743",8607,45297,3,1685,1864 +"36744",8607,46616,3,1685,1917 +"36745",8607,46800,3,1685,2720 +"36746",8607,47607,3,1685,2724 +"36747",8607,48110,2,1685,2009 +"36748",8607,51212,3,1685,1801 +"36749",8607,53445,3,1685,2028 +"36750",8607,53584,3,1685,2391 +"36751",8607,53652,3,1685,2899 +"36752",8607,57804,3,1685,2214 +"36753",8607,58508,2,1685,2326 +"36754",8607,59039,3,1685,2870 +"36755",8607,69335,2,1685,2698 +"36756",8607,80301,2,1685,1690 +"36757",8610,680,3,2240,2569 +"36758",8610,798,3,2240,2476 +"36759",8610,2424,3,2240,2582 +"36760",8610,2747,2,2240,2411 +"36761",8610,2852,3,2240,2448 +"36762",8610,3978,3,2240,2775 +"36763",8610,4367,3,2240,2794 +"36764",8610,4669,3,2240,2395 +"36765",8610,4831,3,2240,2365 +"36766",8610,5683,3,2240,2468 +"36767",8610,6697,3,2240,2438 +"36768",8610,9503,3,2240,2453 +"36769",8610,11136,2,2240,2573 +"36770",8610,11588,3,2240,2352 +"36771",8610,13079,3,2240,2547 +"36772",8610,14959,2,2240,2898 +"36773",8610,15567,2,2240,2671 +"36774",8610,17033,3,2240,2771 +"36775",8610,18421,3,2240,2457 +"36776",8610,22895,3,2240,2704 +"36777",8610,25741,3,2240,2853 +"36778",8610,26734,3,2240,2299 +"36779",8610,27742,3,2240,2700 +"36780",8610,27914,3,2240,2507 +"36781",8610,29825,3,2240,2603 +"36782",8610,35235,3,2240,2610 +"36783",8610,36487,3,2240,2622 +"36784",8610,36953,3,2240,2790 +"36785",8610,37620,3,2240,2716 +"36786",8610,44603,3,2240,2748 +"36787",8610,47013,3,2240,2388 +"36788",8610,51687,3,2240,2333 +"36789",8610,58501,3,2240,2613 +"36790",8610,61355,2,2240,2467 +"36791",8610,61585,2,2240,2315 +"36792",8610,65856,3,2240,2504 +"36793",8610,71531,3,2240,2887 +"36794",8621,313,3,1681,2271 +"36795",8621,377,3,1681,2389 +"36796",8621,499,3,1681,1931 +"36797",8621,543,2,1681,2203 +"36798",8621,613,3,1681,2687 +"36799",8621,671,3,1681,2328 +"36800",8621,675,3,1681,1686 +"36801",8621,823,3,1681,2840 +"36802",8621,1046,2,1681,1881 +"36803",8621,1136,3,1681,2536 +"36804",8621,1151,3,1681,2885 +"36805",8621,1226,3,1681,2353 +"36806",8621,1367,3,1681,2176 +"36807",8621,1495,3,1681,2046 +"36808",8621,1616,3,1681,2662 +"36809",8621,1777,2,1681,1965 +"36810",8621,1897,2,1681,1727 +"36811",8621,2036,2,1681,2483 +"36812",8621,2195,3,1681,2139 +"36813",8621,2224,3,1681,2751 +"36814",8621,2424,3,1681,2582 +"36815",8621,2484,2,1681,2389 +"36816",8621,2563,3,1681,1686 +"36817",8621,2954,3,1681,2727 +"36818",8621,3161,3,1681,2229 +"36819",8621,3242,1,1681,1730 +"36820",8621,3878,3,1681,1890 +"36821",8621,3966,3,1681,2425 +"36822",8621,4057,3,1681,2389 +"36823",8621,4191,3,1681,2130 +"36824",8621,4226,2,1681,1903 +"36825",8621,4618,2,1681,2607 +"36826",8621,4687,3,1681,2152 +"36827",8621,4701,3,1681,2401 +"36828",8621,4980,3,1681,2093 +"36829",8621,5078,2,1681,2033 +"36830",8621,5148,3,1681,2206 +"36831",8621,5457,2,1681,2077 +"36832",8621,5462,2,1681,2374 +"36833",8621,5504,1,1681,2389 +"36834",8621,5669,3,1681,2502 +"36835",8621,5725,3,1681,2789 +"36836",8621,6047,3,1681,2004 +"36837",8621,6241,3,1681,2264 +"36838",8621,6491,3,1681,2424 +"36839",8621,7245,2,1681,2089 +"36840",8621,7323,2,1681,2858 +"36841",8621,8533,2,1681,2251 +"36842",8621,8760,3,1681,2477 +"36843",8621,9175,3,1681,2639 +"36844",8621,9362,3,1681,2879 +"36845",8621,9432,3,1681,1693 +"36846",8621,10404,2,1681,2062 +"36847",8621,10799,3,1681,2010 +"36848",8621,10857,3,1681,2253 +"36849",8621,10859,2,1681,2231 +"36850",8621,10890,3,1681,2639 +"36851",8621,11456,3,1681,2715 +"36852",8621,12713,3,1681,2440 +"36853",8621,12867,3,1681,2773 +"36854",8621,13573,3,1681,2774 +"36855",8621,13929,3,1681,2693 +"36856",8621,14507,2,1681,2686 +"36857",8621,15299,2,1681,2213 +"36858",8621,15539,1,1681,1929 +"36859",8621,16111,3,1681,1714 +"36860",8621,16539,3,1681,1947 +"36861",8621,16826,3,1681,2599 +"36862",8621,17354,3,1681,2250 +"36863",8621,17410,3,1681,2073 +"36864",8621,17520,3,1681,2276 +"36865",8621,18151,3,1681,2962 +"36866",8621,18415,3,1681,2184 +"36867",8621,18571,3,1681,2128 +"36868",8621,19027,3,1681,2721 +"36869",8621,19606,3,1681,2783 +"36870",8621,20325,3,1681,1842 +"36871",8621,20563,1,1681,2267 +"36872",8621,20659,3,1681,1969 +"36873",8621,20700,3,1681,2861 +"36874",8621,21138,3,1681,2849 +"36875",8621,22749,2,1681,1727 +"36876",8621,23140,3,1681,2787 +"36877",8621,23704,3,1681,2278 +"36878",8621,23756,3,1681,2309 +"36879",8621,24255,3,1681,2770 +"36880",8621,24648,3,1681,1833 +"36881",8621,24825,3,1681,2686 +"36882",8621,25198,3,1681,1982 +"36883",8621,25341,2,1681,1858 +"36884",8621,26351,3,1681,2683 +"36885",8621,26436,2,1681,2489 +"36886",8621,26451,3,1681,2133 +"36887",8621,26516,1,1681,2479 +"36888",8621,27478,3,1681,2485 +"36889",8621,27753,2,1681,2750 +"36890",8621,27783,3,1681,2302 +"36891",8621,28216,3,1681,1910 +"36892",8621,28285,3,1681,2972 +"36893",8621,28892,2,1681,2023 +"36894",8621,29073,3,1681,2328 +"36895",8621,29095,3,1681,2531 +"36896",8621,29258,3,1681,1932 +"36897",8621,29311,3,1681,1849 +"36898",8621,30119,3,1681,1961 +"36899",8621,31307,3,1681,2139 +"36900",8621,31799,3,1681,2547 +"36901",8621,33010,3,1681,2189 +"36902",8621,33160,3,1681,2441 +"36903",8621,33380,3,1681,2340 +"36904",8621,33551,3,1681,1734 +"36905",8621,34216,3,1681,2832 +"36906",8621,34492,2,1681,1798 +"36907",8621,34509,3,1681,1973 +"36908",8621,35069,3,1681,2069 +"36909",8621,35256,3,1681,2271 +"36910",8621,36962,3,1681,2861 +"36911",8621,37418,1,1681,2710 +"36912",8621,37570,2,1681,2389 +"36913",8621,38449,2,1681,1802 +"36914",8621,38921,3,1681,1880 +"36915",8621,39278,3,1681,1952 +"36916",8621,39444,3,1681,2695 +"36917",8621,40369,3,1681,2735 +"36918",8621,40432,3,1681,1956 +"36919",8621,41278,3,1681,1873 +"36920",8621,41402,3,1681,2313 +"36921",8621,41747,3,1681,1722 +"36922",8621,42264,3,1681,1702 +"36923",8621,43404,3,1681,2649 +"36924",8621,43518,3,1681,2680 +"36925",8621,43839,3,1681,1685 +"36926",8621,44768,3,1681,2516 +"36927",8621,45633,3,1681,2134 +"36928",8621,45715,3,1681,2287 +"36929",8621,46680,3,1681,1690 +"36930",8621,47386,3,1681,2226 +"36931",8621,47947,3,1681,2681 +"36932",8621,49965,3,1681,2301 +"36933",8621,50252,3,1681,2001 +"36934",8621,50372,3,1681,1834 +"36935",8621,50667,3,1681,2719 +"36936",8621,51017,3,1681,2073 +"36937",8621,51410,3,1681,2739 +"36938",8621,53031,3,1681,2065 +"36939",8621,53300,3,1681,2162 +"36940",8621,54551,3,1681,2348 +"36941",8621,54740,2,1681,2750 +"36942",8621,55156,3,1681,2196 +"36943",8621,55556,3,1681,2075 +"36944",8621,55691,3,1681,2856 +"36945",8621,55828,3,1681,2393 +"36946",8621,57077,3,1681,1885 +"36947",8621,57609,3,1681,2717 +"36948",8621,57977,1,1681,2683 +"36949",8621,58221,3,1681,1787 +"36950",8621,58508,3,1681,2326 +"36951",8621,62840,3,1681,2502 +"36952",8621,64793,3,1681,2819 +"36953",8621,64997,3,1681,2791 +"36954",8621,68810,3,1681,2409 +"36955",8621,70046,3,1681,2624 +"36956",8621,71478,2,1681,1721 +"36957",8621,71562,3,1681,2574 +"36958",8621,74095,2,1681,2333 +"36959",8621,78563,3,1681,2385 +"36960",8621,80429,2,1681,1927 +"36961",8621,82929,3,1681,2475 +"36962",8621,82949,3,1681,2077 +"36963",8621,84799,3,1681,2656 +"36964",8621,85430,3,1681,2370 +"36965",8621,86799,3,1681,1951 +"36966",8621,91162,3,1681,1693 +"36967",8621,91201,3,1681,1702 +"36968",8621,91570,3,1681,2229 +"36969",8623,8568,3,2463,2706 +"36970",8623,47529,3,2463,2914 +"36971",8627,2093,3,909,2459 +"36972",8627,3317,3,909,2037 +"36973",8627,4066,3,909,1736 +"36974",8627,5055,3,909,1796 +"36975",8627,23121,3,909,2108 +"36976",8627,42914,3,909,1737 +"36977",8627,46642,3,909,999 +"36978",8627,47384,3,909,1639 +"36979",8627,75607,3,909,2245 +"36980",8642,782,3,150,945 +"36981",8642,3493,3,150,2451 +"36982",8642,4660,3,150,2149 +"36983",8642,5082,3,150,212 +"36984",8642,5826,3,150,411 +"36985",8642,6479,3,150,1021 +"36986",8642,7785,3,150,2441 +"36987",8642,8140,3,150,1262 +"36988",8642,9785,3,150,2951 +"36989",8642,10223,2,150,1033 +"36990",8642,12781,3,150,831 +"36991",8642,14586,3,150,2801 +"36992",8642,16501,3,150,1650 +"36993",8642,17320,3,150,571 +"36994",8642,17687,2,150,593 +"36995",8642,18978,3,150,952 +"36996",8642,19406,3,150,619 +"36997",8642,23015,2,150,1362 +"36998",8642,23597,3,150,1080 +"36999",8642,26124,3,150,2356 +"37000",8642,27255,3,150,1232 +"37001",8642,27897,3,150,1968 +"37002",8642,28051,3,150,2089 +"37003",8642,28893,3,150,2764 +"37004",8642,32532,3,150,2338 +"37005",8642,32560,3,150,1258 +"37006",8642,32651,2,150,877 +"37007",8642,33665,3,150,787 +"37008",8642,35797,3,150,2482 +"37009",8642,36737,3,150,829 +"37010",8642,37752,3,150,2223 +"37011",8642,39443,2,150,2277 +"37012",8642,39875,2,150,2422 +"37013",8642,59485,3,150,1564 +"37014",8642,59506,3,150,983 +"37015",8642,60536,2,150,151 +"37016",8642,63641,3,150,2337 +"37017",8642,66717,3,150,2104 +"37018",8642,66978,2,150,1536 +"37019",8642,69131,3,150,2122 +"37020",8642,69788,2,150,2007 +"37021",8642,72062,3,150,156 +"37022",8642,72535,3,150,1191 +"37023",8642,74149,3,150,1322 +"37024",8642,80219,3,150,988 +"37025",8642,96007,3,150,895 +"37026",8642,115078,3,150,697 +"37027",8657,5258,3,2473,2730 +"37028",8657,14676,3,2473,2764 +"37029",8657,18543,2,2473,2968 +"37030",8657,25565,3,2473,2764 +"37031",8657,41330,3,2473,2720 +"37032",8657,44427,3,2473,2875 +"37033",8657,88232,3,2473,2881 +"37034",8681,6255,3,2716,2895 +"37035",8681,42216,3,2716,2722 +"37036",8681,60257,2,2716,2795 +"37037",8681,68083,3,2716,2795 +"37038",8700,1046,3,1270,1881 +"37039",8700,1136,3,1270,2536 +"37040",8700,1367,3,1270,2176 +"37041",8700,2063,3,1270,1278 +"37042",8700,2563,3,1270,1686 +"37043",8700,3167,3,1270,1676 +"37044",8700,3242,3,1270,1730 +"37045",8700,4191,2,1270,2130 +"37046",8700,4618,2,1270,2607 +"37047",8700,7245,2,1270,2089 +"37048",8700,8533,3,1270,2251 +"37049",8700,8621,3,1270,1681 +"37050",8700,16217,2,1270,1653 +"37051",8700,17357,3,1270,1536 +"37052",8700,18202,3,1270,2475 +"37053",8700,18415,3,1270,2184 +"37054",8700,20563,2,1270,2267 +"37055",8700,20824,3,1270,1366 +"37056",8700,21225,3,1270,1945 +"37057",8700,23534,2,1270,1659 +"37058",8700,23756,3,1270,2309 +"37059",8700,25341,3,1270,1858 +"37060",8700,25643,2,1270,1646 +"37061",8700,26516,3,1270,2479 +"37062",8700,26793,2,1270,2104 +"37063",8700,27753,3,1270,2750 +"37064",8700,28892,3,1270,2023 +"37065",8700,31050,3,1270,1491 +"37066",8700,31799,3,1270,2547 +"37067",8700,37400,3,1270,2860 +"37068",8700,38449,3,1270,1802 +"37069",8700,40293,3,1270,1671 +"37070",8700,43153,3,1270,1381 +"37071",8700,45633,3,1270,2134 +"37072",8700,46391,2,1270,1779 +"37073",8700,47857,3,1270,2325 +"37074",8700,49144,3,1270,1542 +"37075",8700,51410,3,1270,2739 +"37076",8700,51987,3,1270,1397 +"37077",8700,58035,3,1270,1646 +"37078",8700,58384,3,1270,1637 +"37079",8700,64031,3,1270,1295 +"37080",8700,74095,3,1270,2333 +"37081",8700,82767,3,1270,1641 +"37082",8700,94947,2,1270,1368 +"37083",8712,733,3,1153,1653 +"37084",8712,2208,3,1153,2814 +"37085",8712,2334,3,1153,2619 +"37086",8712,4317,3,1153,1224 +"37087",8712,4567,2,1153,2348 +"37088",8712,7506,3,1153,2371 +"37089",8712,7759,3,1153,2844 +"37090",8712,7834,2,1153,1708 +"37091",8712,7847,3,1153,2424 +"37092",8712,9311,3,1153,2477 +"37093",8712,10370,3,1153,2224 +"37094",8712,10843,3,1153,2277 +"37095",8712,13003,3,1153,2763 +"37096",8712,16164,3,1153,1184 +"37097",8712,16608,2,1153,1769 +"37098",8712,18825,2,1153,1240 +"37099",8712,19093,2,1153,2224 +"37100",8712,19744,3,1153,2623 +"37101",8712,20124,3,1153,2376 +"37102",8712,22543,2,1153,1594 +"37103",8712,22857,2,1153,1708 +"37104",8712,23112,3,1153,1192 +"37105",8712,23825,2,1153,1913 +"37106",8712,24755,3,1153,1319 +"37107",8712,25622,3,1153,1985 +"37108",8712,28048,2,1153,1637 +"37109",8712,30095,1,1153,1578 +"37110",8712,32606,3,1153,2100 +"37111",8712,33672,3,1153,2396 +"37112",8712,36514,3,1153,1192 +"37113",8712,40129,3,1153,2162 +"37114",8712,41407,3,1153,1951 +"37115",8712,41837,3,1153,2399 +"37116",8712,44135,2,1153,2620 +"37117",8712,60624,1,1153,1570 +"37118",8712,64793,3,1153,2819 +"37119",8712,66756,3,1153,1301 +"37120",8712,67622,3,1153,2224 +"37121",8712,69250,3,1153,1439 +"37122",8712,69745,3,1153,1594 +"37123",8712,70605,3,1153,1176 +"37124",8712,76511,3,1153,1250 +"37125",8712,79627,3,1153,2409 +"37126",8712,87144,3,1153,2299 +"37127",8712,88535,3,1153,1229 +"37128",8712,90013,3,1153,1461 +"37129",8712,98716,3,1153,1166 +"37130",8712,114257,2,1153,2307 +"37131",8724,2272,2,1326,1640 +"37132",8724,2443,3,1326,2333 +"37133",8724,3271,3,1326,2216 +"37134",8724,4249,3,1326,2547 +"37135",8724,8607,1,1326,1685 +"37136",8724,9272,3,1326,2835 +"37137",8724,9724,3,1326,2713 +"37138",8724,10336,3,1326,2271 +"37139",8724,10701,3,1326,2000 +"37140",8724,12116,3,1326,2119 +"37141",8724,14470,2,1326,2632 +"37142",8724,14957,3,1326,2306 +"37143",8724,15782,3,1326,2306 +"37144",8724,17695,3,1326,1930 +"37145",8724,22410,2,1326,2158 +"37146",8724,31264,1,1326,2335 +"37147",8724,38458,3,1326,1368 +"37148",8724,41098,3,1326,1857 +"37149",8724,43226,3,1326,2442 +"37150",8724,45499,3,1326,2346 +"37151",8724,48110,3,1326,2009 +"37152",8724,48501,3,1326,2010 +"37153",8724,51863,3,1326,1395 +"37154",8724,58508,3,1326,2326 +"37155",8724,69335,3,1326,2698 +"37156",8724,80301,3,1326,1690 +"37157",8724,84235,3,1326,1639 +"37158",8726,798,3,2083,2476 +"37159",8726,1367,3,2083,2176 +"37160",8726,2206,3,2083,2536 +"37161",8726,2852,3,2083,2448 +"37162",8726,3409,3,2083,2167 +"37163",8726,4646,3,2083,2139 +"37164",8726,4660,3,2083,2149 +"37165",8726,4932,3,2083,2752 +"37166",8726,5148,3,2083,2206 +"37167",8726,5725,3,2083,2789 +"37168",8726,6192,3,2083,2409 +"37169",8726,6390,3,2083,2385 +"37170",8726,7014,1,2083,2401 +"37171",8726,7245,3,2083,2089 +"37172",8726,8533,2,2083,2251 +"37173",8726,8610,3,2083,2240 +"37174",8726,9801,3,2083,2443 +"37175",8726,13079,3,2083,2547 +"37176",8726,13249,2,2083,2573 +"37177",8726,13324,2,2083,2163 +"37178",8726,14754,3,2083,2456 +"37179",8726,18965,2,2083,2315 +"37180",8726,19208,2,2083,2629 +"37181",8726,19364,3,2083,2846 +"37182",8726,19605,3,2083,2395 +"37183",8726,22808,3,2083,2297 +"37184",8726,23460,2,2083,2183 +"37185",8726,23787,3,2083,2810 +"37186",8726,26734,3,2083,2299 +"37187",8726,27908,3,2083,2576 +"37188",8726,28285,3,2083,2972 +"37189",8726,28893,3,2083,2764 +"37190",8726,29073,3,2083,2328 +"37191",8726,29454,3,2083,2719 +"37192",8726,30870,3,2083,2370 +"37193",8726,32549,3,2083,2111 +"37194",8726,35477,3,2083,2703 +"37195",8726,36559,3,2083,2473 +"37196",8726,37279,2,2083,2768 +"37197",8726,38259,3,2083,2258 +"37198",8726,41664,3,2083,2641 +"37199",8726,41764,3,2083,2409 +"37200",8726,42129,3,2083,2318 +"37201",8726,43593,3,2083,2704 +"37202",8726,47564,3,2083,2650 +"37203",8726,47947,2,2083,2681 +"37204",8726,50480,3,2083,2701 +"37205",8726,51687,2,2083,2333 +"37206",8726,53300,3,2083,2162 +"37207",8726,54718,3,2083,2473 +"37208",8726,55643,3,2083,2359 +"37209",8726,57977,3,2083,2683 +"37210",8726,59776,3,2083,2493 +"37211",8726,61337,3,2083,2777 +"37212",8726,62840,3,2083,2502 +"37213",8726,63641,3,2083,2337 +"37214",8726,66717,3,2083,2104 +"37215",8726,71531,3,2083,2887 +"37216",8726,71562,3,2083,2574 +"37217",8726,73553,3,2083,2726 +"37218",8726,74605,3,2083,2265 +"37219",8737,1560,3,221,2013 +"37220",8737,4913,3,221,292 +"37221",8737,6324,3,221,1990 +"37222",8737,8525,2,221,1787 +"37223",8737,9808,2,221,1648 +"37224",8737,10333,3,221,1615 +"37225",8737,10908,3,221,1134 +"37226",8737,12228,3,221,2034 +"37227",8737,12973,3,221,1569 +"37228",8737,14789,3,221,1034 +"37229",8737,14855,3,221,903 +"37230",8737,16771,3,221,1541 +"37231",8737,19358,3,221,880 +"37232",8737,21895,3,221,1693 +"37233",8737,24086,2,221,2663 +"37234",8737,24734,3,221,338 +"37235",8737,24860,3,221,1204 +"37236",8737,26478,3,221,1963 +"37237",8737,26659,3,221,903 +"37238",8737,42883,3,221,2575 +"37239",8737,43153,3,221,1381 +"37240",8737,43250,3,221,1300 +"37241",8737,46581,3,221,1160 +"37242",8737,49621,3,221,1915 +"37243",8737,50430,3,221,1689 +"37244",8737,55364,3,221,326 +"37245",8737,60384,3,221,2765 +"37246",8737,65658,3,221,2030 +"37247",8737,79772,3,221,1230 +"37248",8737,79793,3,221,1915 +"37249",8737,80219,3,221,988 +"37250",8737,95338,2,221,915 +"37251",8737,103482,3,221,435 +"37252",8737,118014,3,221,634 +"37253",8748,1428,3,699,742 +"37254",8748,2486,3,699,1226 +"37255",8748,2563,3,699,1686 +"37256",8748,5120,3,699,2735 +"37257",8748,5785,3,699,1261 +"37258",8748,19621,3,699,725 +"37259",8748,20795,3,699,2348 +"37260",8748,28130,2,699,908 +"37261",8748,28131,3,699,1492 +"37262",8748,38219,3,699,1689 +"37263",8748,56462,2,699,852 +"37264",8748,58854,3,699,1131 +"37265",8748,64502,3,699,1670 +"37266",8748,79371,3,699,1624 +"37267",8748,79815,3,699,1713 +"37268",8748,82707,2,699,1428 +"37269",8748,87720,3,699,2086 +"37270",8748,94520,3,699,1243 +"37271",8748,96911,3,699,956 +"37272",8748,110781,3,699,908 +"37273",8748,115037,2,699,1788 +"37274",8759,9954,3,1202,2117 +"37275",8759,109114,3,1202,1287 +"37276",8760,362,3,2477,2537 +"37277",8760,613,3,2477,2687 +"37278",8760,1151,2,2477,2885 +"37279",8760,1616,1,2477,2662 +"37280",8760,2036,2,2477,2483 +"37281",8760,2224,3,2477,2751 +"37282",8760,7323,1,2477,2858 +"37283",8760,9362,3,2477,2879 +"37284",8760,11456,3,2477,2715 +"37285",8760,14507,3,2477,2686 +"37286",8760,14959,3,2477,2898 +"37287",8760,18151,3,2477,2962 +"37288",8760,19606,3,2477,2783 +"37289",8760,20700,3,2477,2861 +"37290",8760,20984,3,2477,2502 +"37291",8760,24825,3,2477,2686 +"37292",8760,26516,3,2477,2479 +"37293",8760,27478,3,2477,2485 +"37294",8760,29004,2,2477,2596 +"37295",8760,29473,3,2477,2602 +"37296",8760,31799,3,2477,2547 +"37297",8760,39444,3,2477,2695 +"37298",8760,44768,3,2477,2516 +"37299",8760,51041,3,2477,2606 +"37300",8760,53219,3,2477,2973 +"37301",8760,68083,3,2477,2795 +"37302",8762,2684,3,2585,2874 +"37303",8762,3628,1,2585,2707 +"37304",8762,9191,2,2585,2707 +"37305",8762,11351,1,2585,2971 +"37306",8762,14959,3,2585,2898 +"37307",8762,18543,3,2585,2968 +"37308",8762,21955,3,2585,2832 +"37309",8762,22326,2,2585,2818 +"37310",8762,22714,3,2585,2793 +"37311",8762,31235,3,2585,2668 +"37312",8762,32567,3,2585,2784 +"37313",8762,35235,2,2585,2610 +"37314",8762,42216,3,2585,2722 +"37315",8762,43173,3,2585,2895 +"37316",8762,44427,3,2585,2875 +"37317",8762,53562,3,2585,2687 +"37318",8762,60661,2,2585,2700 +"37319",8762,65016,3,2585,2749 +"37320",8762,66992,3,2585,2882 +"37321",8762,88232,3,2585,2881 +"37322",8762,119610,3,2585,2707 +"37323",8770,2351,3,634,1868 +"37324",8770,2985,3,634,2398 +"37325",8770,5962,3,634,2491 +"37326",8770,6119,3,634,2358 +"37327",8770,9504,3,634,2549 +"37328",8770,10050,3,634,1792 +"37329",8770,10336,3,634,2271 +"37330",8770,11029,3,634,2362 +"37331",8770,13537,3,634,1020 +"37332",8770,16286,3,634,2470 +"37333",8770,16573,1,634,802 +"37334",8770,24512,3,634,1369 +"37335",8770,27280,3,634,1965 +"37336",8770,29495,3,634,1612 +"37337",8770,37036,3,634,2264 +"37338",8770,41969,2,634,2189 +"37339",8770,47654,3,634,1664 +"37340",8770,48888,1,634,1177 +"37341",8770,50278,3,634,1127 +"37342",8770,50594,2,634,849 +"37343",8770,51360,3,634,1882 +"37344",8770,57492,1,634,2855 +"37345",8770,63573,3,634,1973 +"37346",8770,63644,3,634,1267 +"37347",8770,70070,3,634,2425 +"37348",8770,73926,2,634,849 +"37349",8770,104828,3,634,1609 +"37350",8770,107435,3,634,1635 +"37351",8770,107871,3,634,2228 +"37352",8772,135,3,847,2233 +"37353",8772,669,3,847,1423 +"37354",8772,675,3,847,1686 +"37355",8772,733,3,847,1653 +"37356",8772,1046,3,847,1881 +"37357",8772,1136,3,847,2536 +"37358",8772,1367,3,847,2176 +"37359",8772,1469,3,847,1160 +"37360",8772,2063,2,847,1278 +"37361",8772,2743,3,847,1278 +"37362",8772,2754,3,847,1360 +"37363",8772,3167,2,847,1676 +"37364",8772,3242,3,847,1730 +"37365",8772,4191,1,847,2130 +"37366",8772,4618,2,847,2607 +"37367",8772,4980,3,847,2093 +"37368",8772,5725,3,847,2789 +"37369",8772,6030,3,847,2953 +"37370",8772,6428,3,847,1952 +"37371",8772,6491,3,847,2424 +"37372",8772,7245,2,847,2089 +"37373",8772,7847,3,847,2424 +"37374",8772,8088,3,847,2220 +"37375",8772,8258,3,847,1959 +"37376",8772,8533,3,847,2251 +"37377",8772,8621,3,847,1681 +"37378",8772,8700,1,847,1270 +"37379",8772,9298,1,847,1109 +"37380",8772,10859,3,847,2231 +"37381",8772,11546,3,847,1174 +"37382",8772,16074,3,847,977 +"37383",8772,16164,3,847,1184 +"37384",8772,16217,3,847,1653 +"37385",8772,16313,3,847,1160 +"37386",8772,17357,2,847,1536 +"37387",8772,18202,3,847,2475 +"37388",8772,18415,3,847,2184 +"37389",8772,18735,3,847,1581 +"37390",8772,19027,3,847,2721 +"37391",8772,19516,3,847,2313 +"37392",8772,20563,3,847,2267 +"37393",8772,20824,3,847,1366 +"37394",8772,21248,3,847,2232 +"37395",8772,21911,3,847,1184 +"37396",8772,23506,3,847,1172 +"37397",8772,23534,3,847,1659 +"37398",8772,25341,3,847,1858 +"37399",8772,25643,2,847,1646 +"37400",8772,26282,3,847,1241 +"37401",8772,26322,3,847,1018 +"37402",8772,26436,3,847,2489 +"37403",8772,26793,3,847,2104 +"37404",8772,27628,3,847,2389 +"37405",8772,27753,3,847,2750 +"37406",8772,28434,3,847,1141 +"37407",8772,28731,3,847,955 +"37408",8772,28892,2,847,2023 +"37409",8772,29456,1,847,1182 +"37410",8772,30325,3,847,1067 +"37411",8772,30438,3,847,1617 +"37412",8772,31050,3,847,1491 +"37413",8772,31243,3,847,1355 +"37414",8772,31799,3,847,2547 +"37415",8772,32113,2,847,882 +"37416",8772,32409,3,847,857 +"37417",8772,32988,3,847,2008 +"37418",8772,34492,3,847,1798 +"37419",8772,38449,3,847,1802 +"37420",8772,40293,2,847,1671 +"37421",8772,41402,3,847,2313 +"37422",8772,41832,3,847,1155 +"37423",8772,42186,3,847,955 +"37424",8772,42505,3,847,2008 +"37425",8772,45633,3,847,2134 +"37426",8772,45992,3,847,1182 +"37427",8772,46391,1,847,1779 +"37428",8772,46883,3,847,1671 +"37429",8772,47082,3,847,1990 +"37430",8772,47857,3,847,2325 +"37431",8772,49144,3,847,1542 +"37432",8772,51022,3,847,1499 +"37433",8772,51410,2,847,2739 +"37434",8772,51987,3,847,1397 +"37435",8772,52835,3,847,995 +"37436",8772,53196,3,847,1888 +"37437",8772,54100,3,847,1327 +"37438",8772,54980,3,847,876 +"37439",8772,55139,3,847,2323 +"37440",8772,55234,3,847,890 +"37441",8772,56171,3,847,1524 +"37442",8772,57082,3,847,1418 +"37443",8772,58035,3,847,1646 +"37444",8772,58384,2,847,1637 +"37445",8772,61719,3,847,1515 +"37446",8772,64031,3,847,1295 +"37447",8772,64181,3,847,1828 +"37448",8772,64997,3,847,2791 +"37449",8772,65007,3,847,2530 +"37450",8772,65625,3,847,1273 +"37451",8772,66693,3,847,2554 +"37452",8772,79350,3,847,2261 +"37453",8772,82767,2,847,1641 +"37454",8772,85711,3,847,907 +"37455",8772,88710,2,847,927 +"37456",8772,94520,3,847,1243 +"37457",8772,94947,2,847,1368 +"37458",8772,97160,3,847,1215 +"37459",8772,99103,3,847,1470 +"37460",8772,100134,3,847,977 +"37461",8772,101892,3,847,1322 +"37462",8772,105233,2,847,1199 +"37463",8772,105947,3,847,997 +"37464",8777,237,2,1620,1982 +"37465",8777,448,3,1620,2693 +"37466",8777,680,3,1620,2569 +"37467",8777,728,3,1620,1812 +"37468",8777,2057,3,1620,1965 +"37469",8777,2407,3,1620,1725 +"37470",8777,2424,3,1620,2582 +"37471",8777,2533,3,1620,2016 +"37472",8777,3978,3,1620,2775 +"37473",8777,4526,2,1620,1728 +"37474",8777,4668,3,1620,1919 +"37475",8777,4669,2,1620,2395 +"37476",8777,5454,2,1620,1779 +"37477",8777,5599,3,1620,1684 +"37478",8777,8354,3,1620,1705 +"37479",8777,8610,2,1620,2240 +"37480",8777,8726,3,1620,2083 +"37481",8777,10129,3,1620,2124 +"37482",8777,10473,3,1620,1783 +"37483",8777,11625,2,1620,2022 +"37484",8777,13780,3,1620,2412 +"37485",8777,16201,3,1620,1811 +"37486",8777,16482,2,1620,1958 +"37487",8777,16866,3,1620,2718 +"37488",8777,17033,3,1620,2771 +"37489",8777,18102,3,1620,1642 +"37490",8777,18415,3,1620,2184 +"37491",8777,18421,3,1620,2457 +"37492",8777,18865,3,1620,2676 +"37493",8777,19719,3,1620,2177 +"37494",8777,25577,3,1620,1946 +"37495",8777,26336,3,1620,1904 +"37496",8777,26642,3,1620,2952 +"37497",8777,26734,2,1620,2299 +"37498",8777,27908,3,1620,2576 +"37499",8777,32549,3,1620,2111 +"37500",8777,34659,3,1620,1924 +"37501",8777,34831,3,1620,1866 +"37502",8777,36183,3,1620,2117 +"37503",8777,37859,3,1620,1999 +"37504",8777,38019,3,1620,1870 +"37505",8777,39135,3,1620,2489 +"37506",8777,39534,3,1620,2410 +"37507",8777,47013,3,1620,2388 +"37508",8777,47114,2,1620,1920 +"37509",8777,49347,3,1620,2504 +"37510",8777,51687,2,1620,2333 +"37511",8777,52576,3,1620,2234 +"37512",8777,58875,3,1620,1899 +"37513",8777,61355,3,1620,2467 +"37514",8777,61585,3,1620,2315 +"37515",8777,63395,3,1620,2334 +"37516",8777,71531,3,1620,2887 +"37517",8777,79432,3,1620,1708 +"37518",8777,81164,2,1620,2260 +"37519",8777,87509,3,1620,1907 +"37520",8781,11990,3,914,1909 +"37521",8781,16796,3,914,1892 +"37522",8781,44603,3,914,2748 +"37523",8781,57912,2,914,1035 +"37524",8781,58655,3,914,2685 +"37525",8781,90745,3,914,1994 +"37526",8789,3477,3,2024,2546 +"37527",8789,13136,3,2024,2867 +"37528",8789,19605,3,2024,2395 +"37529",8789,21324,3,2024,2413 +"37530",8789,27509,3,2024,2067 +"37531",8789,73172,3,2024,2496 +"37532",8791,543,3,1789,2203 +"37533",8791,2446,3,1789,2606 +"37534",8791,2484,3,1789,2389 +"37535",8791,2985,3,1789,2398 +"37536",8791,4660,3,1789,2149 +"37537",8791,7719,3,1789,1954 +"37538",8791,8062,3,1789,2858 +"37539",8791,8865,3,1789,2394 +"37540",8791,11029,3,1789,2362 +"37541",8791,16690,1,1789,2132 +"37542",8791,20700,2,1789,2861 +"37543",8791,22723,3,1789,2859 +"37544",8791,33236,3,1789,2297 +"37545",8791,37859,3,1789,1999 +"37546",8791,54740,3,1789,2750 +"37547",8791,63641,3,1789,2337 +"37548",8791,66717,3,1789,2104 +"37549",8791,69232,3,1789,2130 +"37550",8791,81400,3,1789,2679 +"37551",8791,84822,3,1789,2686 +"37552",8806,8073,3,78,1847 +"37553",8806,16021,3,78,858 +"37554",8806,35108,3,78,604 +"37555",8806,37424,3,78,1693 +"37556",8806,47072,3,78,1564 +"37557",8806,64439,2,78,562 +"37558",8806,67719,3,78,2429 +"37559",8806,69131,3,78,2122 +"37560",8806,72348,3,78,1810 +"37561",8806,82413,2,78,491 +"37562",8813,1196,3,389,1986 +"37563",8813,2407,3,389,1725 +"37564",8813,2852,3,389,2448 +"37565",8813,3284,1,389,1541 +"37566",8813,3748,3,389,2052 +"37567",8813,5346,3,389,1438 +"37568",8813,6234,3,389,2654 +"37569",8813,8610,3,389,2240 +"37570",8813,8777,3,389,1620 +"37571",8813,9423,3,389,1708 +"37572",8813,10964,3,389,2043 +"37573",8813,11019,3,389,1299 +"37574",8813,11067,3,389,2734 +"37575",8813,11383,2,389,977 +"37576",8813,13007,3,389,2496 +"37577",8813,14072,3,389,1346 +"37578",8813,14731,2,389,2012 +"37579",8813,14972,3,389,2332 +"37580",8813,15207,3,389,1855 +"37581",8813,15978,3,389,981 +"37582",8813,16866,3,389,2718 +"37583",8813,17396,3,389,1672 +"37584",8813,18550,3,389,483 +"37585",8813,18865,3,389,2676 +"37586",8813,20385,3,389,801 +"37587",8813,20545,3,389,1491 +"37588",8813,20705,3,389,829 +"37589",8813,21487,3,389,2203 +"37590",8813,23277,3,389,1267 +"37591",8813,24085,3,389,1253 +"37592",8813,24195,3,389,1575 +"37593",8813,25327,2,389,977 +"37594",8813,25443,3,389,1441 +"37595",8813,26658,3,389,2745 +"37596",8813,28081,3,389,1927 +"37597",8813,29117,3,389,1250 +"37598",8813,29915,3,389,848 +"37599",8813,30092,3,389,1593 +"37600",8813,30981,3,389,2366 +"37601",8813,32549,3,389,2111 +"37602",8813,32939,2,389,2277 +"37603",8813,33383,3,389,1572 +"37604",8813,34117,2,389,961 +"37605",8813,34509,3,389,1973 +"37606",8813,35264,3,389,2329 +"37607",8813,35919,3,389,663 +"37608",8813,36215,3,389,1623 +"37609",8813,36514,2,389,1192 +"37610",8813,37625,3,389,407 +"37611",8813,38676,3,389,2286 +"37612",8813,40113,3,389,451 +"37613",8813,42256,3,389,2839 +"37614",8813,45545,3,389,1776 +"37615",8813,45585,3,389,2384 +"37616",8813,53043,3,389,803 +"37617",8813,53445,3,389,2028 +"37618",8813,55892,3,389,1234 +"37619",8813,56903,3,389,1584 +"37620",8813,57804,2,389,2214 +"37621",8813,58284,2,389,2292 +"37622",8813,61585,3,389,2315 +"37623",8813,63395,3,389,2334 +"37624",8813,63498,3,389,977 +"37625",8813,68789,3,389,1929 +"37626",8813,69903,3,389,1066 +"37627",8813,71531,3,389,2887 +"37628",8813,71752,2,389,1472 +"37629",8813,72222,3,389,1721 +"37630",8813,82246,3,389,1538 +"37631",8813,87509,2,389,1907 +"37632",8813,93753,3,389,408 +"37633",8813,94520,3,389,1243 +"37634",8820,3830,3,85,1661 +"37635",8820,5462,3,85,2374 +"37636",8820,12067,3,85,1213 +"37637",8820,12973,3,85,1569 +"37638",8820,16959,3,85,888 +"37639",8820,17133,3,85,924 +"37640",8820,20363,2,85,279 +"37641",8820,22130,3,85,146 +"37642",8820,27545,3,85,855 +"37643",8820,30956,3,85,168 +"37644",8820,31541,3,85,1500 +"37645",8820,32606,3,85,2100 +"37646",8820,34491,3,85,2694 +"37647",8820,36514,3,85,1192 +"37648",8820,40138,3,85,2719 +"37649",8820,41278,3,85,1873 +"37650",8820,42883,3,85,2575 +"37651",8820,55487,2,85,1500 +"37652",8820,57950,3,85,1529 +"37653",8820,67607,3,85,528 +"37654",8820,90837,3,85,825 +"37655",8820,95570,3,85,929 +"37656",8820,111955,3,85,504 +"37657",8821,25,3,2230,2762 +"37658",8821,489,1,2230,2652 +"37659",8821,762,3,2230,2671 +"37660",8821,1831,3,2230,2397 +"37661",8821,2224,1,2230,2751 +"37662",8821,2289,3,2230,2389 +"37663",8821,2424,3,2230,2582 +"37664",8821,5120,3,2230,2735 +"37665",8821,5462,3,2230,2374 +"37666",8821,5504,3,2230,2389 +"37667",8821,7677,3,2230,2338 +"37668",8821,9362,3,2230,2879 +"37669",8821,10857,3,2230,2253 +"37670",8821,12703,2,2230,2689 +"37671",8821,20124,3,2230,2376 +"37672",8821,24448,3,2230,2289 +"37673",8821,30052,3,2230,2855 +"37674",8821,35187,1,2230,2488 +"37675",8821,36031,3,2230,2342 +"37676",8821,42216,3,2230,2722 +"37677",8821,42407,3,2230,2408 +"37678",8821,52892,3,2230,2372 +"37679",8821,53846,2,2230,2737 +"37680",8821,54551,3,2230,2348 +"37681",8821,67652,3,2230,2736 +"37682",8821,73786,3,2230,2937 +"37683",8821,77815,3,2230,2358 +"37684",8842,3978,3,2535,2775 +"37685",8842,17549,2,2535,2647 +"37686",8842,19208,3,2535,2629 +"37687",8842,31705,3,2535,2706 +"37688",8842,38307,3,2535,2648 +"37689",8842,41945,3,2535,2856 +"37690",8842,44688,2,2535,2924 +"37691",8842,50480,3,2535,2701 +"37692",8842,57532,3,2535,2617 +"37693",8844,13929,3,1671,2693 +"37694",8844,71478,3,1671,1721 +"37695",8860,2852,3,2141,2448 +"37696",8860,18005,3,2141,2449 +"37697",8860,33341,3,2141,2338 +"37698",8860,71712,3,2141,2399 +"37699",8860,73172,3,2141,2496 +"37700",8865,680,3,2394,2569 +"37701",8865,2446,3,2394,2606 +"37702",8865,2985,3,2394,2398 +"37703",8865,3978,3,2394,2775 +"37704",8865,4303,3,2394,2414 +"37705",8865,6989,3,2394,2623 +"37706",8865,9311,3,2394,2477 +"37707",8865,9615,3,2394,2464 +"37708",8865,10148,2,2394,2964 +"37709",8865,11648,3,2394,2852 +"37710",8865,12759,3,2394,2414 +"37711",8865,14586,3,2394,2801 +"37712",8865,14959,3,2394,2898 +"37713",8865,15567,3,2394,2671 +"37714",8865,15826,2,2394,2772 +"37715",8865,18005,3,2394,2449 +"37716",8865,19073,3,2394,2748 +"37717",8865,19364,3,2394,2846 +"37718",8865,19433,2,2394,2504 +"37719",8865,19605,3,2394,2395 +"37720",8865,20984,3,2394,2502 +"37721",8865,22709,3,2394,2743 +"37722",8865,22723,2,2394,2859 +"37723",8865,27390,3,2394,2425 +"37724",8865,27908,2,2394,2576 +"37725",8865,29454,2,2394,2719 +"37726",8865,30906,2,2394,2537 +"37727",8865,36912,3,2394,2469 +"37728",8865,36953,3,2394,2790 +"37729",8865,40572,3,2394,2666 +"37730",8865,41764,3,2394,2409 +"37731",8865,47803,3,2394,2477 +"37732",8865,50585,3,2394,2414 +"37733",8865,60179,3,2394,2708 +"37734",8865,63837,3,2394,2807 +"37735",8865,65856,3,2394,2504 +"37736",8865,70101,3,2394,2414 +"37737",8866,145,2,1545,1998 +"37738",8866,270,3,1545,2542 +"37739",8866,313,3,1545,2271 +"37740",8866,377,3,1545,2389 +"37741",8866,380,2,1545,2261 +"37742",8866,489,3,1545,2652 +"37743",8866,543,3,1545,2203 +"37744",8866,600,3,1545,1702 +"37745",8866,613,3,1545,2687 +"37746",8866,675,3,1545,1686 +"37747",8866,913,2,1545,2144 +"37748",8866,998,3,1545,1795 +"37749",8866,1102,2,1545,2282 +"37750",8866,1136,3,1545,2536 +"37751",8866,1151,3,1545,2885 +"37752",8866,1495,3,1545,2046 +"37753",8866,1592,3,1545,2006 +"37754",8866,1616,3,1545,2662 +"37755",8866,1777,2,1545,1965 +"37756",8866,1831,3,1545,2397 +"37757",8866,2036,3,1545,2483 +"37758",8866,2224,2,1545,2751 +"37759",8866,2484,3,1545,2389 +"37760",8866,2572,3,1545,2273 +"37761",8866,2625,3,1545,2152 +"37762",8866,2954,3,1545,2727 +"37763",8866,3088,3,1545,1670 +"37764",8866,3161,3,1545,2229 +"37765",8866,3164,3,1545,2693 +"37766",8866,3352,2,1545,1707 +"37767",8866,3397,3,1545,2126 +"37768",8866,3453,3,1545,2126 +"37769",8866,3748,3,1545,2052 +"37770",8866,3801,3,1545,1974 +"37771",8866,3830,3,1545,1661 +"37772",8866,4057,3,1545,2389 +"37773",8866,4226,3,1545,1903 +"37774",8866,4687,3,1545,2152 +"37775",8866,4690,3,1545,1938 +"37776",8866,5078,2,1545,2033 +"37777",8866,5457,2,1545,2077 +"37778",8866,5462,2,1545,2374 +"37779",8866,5504,2,1545,2389 +"37780",8866,5580,3,1545,2111 +"37781",8866,5971,3,1545,1985 +"37782",8866,6047,3,1545,2004 +"37783",8866,6052,3,1545,1985 +"37784",8866,6074,3,1545,2426 +"37785",8866,6222,3,1545,1949 +"37786",8866,6390,3,1545,2385 +"37787",8866,6428,3,1545,1952 +"37788",8866,6491,2,1545,2424 +"37789",8866,6588,3,1545,2025 +"37790",8866,7323,3,1545,2858 +"37791",8866,7847,3,1545,2424 +"37792",8866,7858,3,1545,1795 +"37793",8866,8259,3,1545,1677 +"37794",8866,8621,3,1545,1681 +"37795",8866,8760,3,1545,2477 +"37796",8866,8821,3,1545,2230 +"37797",8866,9362,1,1545,2879 +"37798",8866,9654,3,1545,2111 +"37799",8866,9702,2,1545,1928 +"37800",8866,9805,2,1545,1621 +"37801",8866,10146,3,1545,1878 +"37802",8866,10513,3,1545,2284 +"37803",8866,10857,3,1545,2253 +"37804",8866,11218,3,1545,2292 +"37805",8866,11694,3,1545,1564 +"37806",8866,12199,3,1545,1651 +"37807",8866,12374,3,1545,2260 +"37808",8866,12449,3,1545,2067 +"37809",8866,12602,3,1545,1956 +"37810",8866,12713,3,1545,2440 +"37811",8866,12724,3,1545,1930 +"37812",8866,12778,3,1545,2045 +"37813",8866,12901,3,1545,2136 +"37814",8866,13307,3,1545,2206 +"37815",8866,14652,3,1545,2516 +"37816",8866,14655,2,1545,2559 +"37817",8866,14834,3,1545,2739 +"37818",8866,14959,3,1545,2898 +"37819",8866,16535,3,1545,1993 +"37820",8866,17410,3,1545,2073 +"37821",8866,17520,2,1545,2276 +"37822",8866,17698,3,1545,1559 +"37823",8866,18151,3,1545,2962 +"37824",8866,18165,3,1545,2085 +"37825",8866,18394,3,1545,2356 +"37826",8866,19335,3,1545,1729 +"37827",8866,19606,3,1545,2783 +"37828",8866,19744,3,1545,2623 +"37829",8866,19862,3,1545,2412 +"37830",8866,19980,3,1545,2231 +"37831",8866,20124,3,1545,2376 +"37832",8866,20292,3,1545,2755 +"37833",8866,20331,3,1545,2365 +"37834",8866,20486,3,1545,1908 +"37835",8866,20659,3,1545,1969 +"37836",8866,21682,2,1545,2414 +"37837",8866,21719,3,1545,2708 +"37838",8866,21929,2,1545,2062 +"37839",8866,22749,3,1545,1727 +"37840",8866,23098,2,1545,2300 +"37841",8866,23526,3,1545,1998 +"37842",8866,23715,3,1545,1859 +"37843",8866,24066,3,1545,1755 +"37844",8866,24448,3,1545,2289 +"37845",8866,24568,3,1545,1937 +"37846",8866,25816,3,1545,2088 +"37847",8866,26067,2,1545,2069 +"37848",8866,26080,3,1545,2525 +"37849",8866,26608,3,1545,2329 +"37850",8866,27173,3,1545,2050 +"37851",8866,27275,3,1545,2656 +"37852",8866,27390,3,1545,2425 +"37853",8866,27628,3,1545,2389 +"37854",8866,27908,3,1545,2576 +"37855",8866,28050,3,1545,1955 +"37856",8866,28216,3,1545,1910 +"37857",8866,28784,3,1545,1579 +"37858",8866,30405,3,1545,2164 +"37859",8866,30697,2,1545,2891 +"37860",8866,30883,3,1545,1629 +"37861",8866,31132,3,1545,2744 +"37862",8866,31235,2,1545,2668 +"37863",8866,31799,3,1545,2547 +"37864",8866,33981,3,1545,1993 +"37865",8866,34836,3,1545,2302 +"37866",8866,35256,3,1545,2271 +"37867",8866,35360,3,1545,2043 +"37868",8866,36087,2,1545,2755 +"37869",8866,36450,3,1545,1591 +"37870",8866,36609,2,1545,2918 +"37871",8866,36651,3,1545,1600 +"37872",8866,37570,3,1545,2389 +"37873",8866,38019,3,1545,1870 +"37874",8866,38780,2,1545,2705 +"37875",8866,38921,3,1545,1880 +"37876",8866,39278,3,1545,1952 +"37877",8866,40295,3,1545,2703 +"37878",8866,40369,3,1545,2735 +"37879",8866,40493,3,1545,1981 +"37880",8866,41278,3,1545,1873 +"37881",8866,41518,3,1545,1641 +"37882",8866,41747,3,1545,1722 +"37883",8866,42023,3,1545,2231 +"37884",8866,42216,3,1545,2722 +"37885",8866,42264,3,1545,1702 +"37886",8866,42280,3,1545,2266 +"37887",8866,42372,3,1545,2230 +"37888",8866,42574,3,1545,2842 +"37889",8866,43902,2,1545,1726 +"37890",8866,44885,3,1545,2670 +"37891",8866,45302,3,1545,2390 +"37892",8866,45618,2,1545,2356 +"37893",8866,46040,2,1545,2105 +"37894",8866,46950,3,1545,2673 +"37895",8866,47445,3,1545,2668 +"37896",8866,48035,3,1545,2180 +"37897",8866,50236,3,1545,2339 +"37898",8866,50252,3,1545,2001 +"37899",8866,50977,3,1545,2352 +"37900",8866,51017,3,1545,2073 +"37901",8866,51035,3,1545,2397 +"37902",8866,51866,3,1545,2411 +"37903",8866,52597,3,1545,1773 +"37904",8866,53323,3,1545,2677 +"37905",8866,53604,3,1545,2489 +"37906",8866,54551,3,1545,2348 +"37907",8866,55320,2,1545,1643 +"37908",8866,55556,3,1545,2075 +"37909",8866,56082,3,1545,2395 +"37910",8866,56854,3,1545,2022 +"37911",8866,57353,3,1545,1849 +"37912",8866,57544,3,1545,2443 +"37913",8866,58365,3,1545,1902 +"37914",8866,61932,3,1545,1959 +"37915",8866,63409,3,1545,1937 +"37916",8866,63477,3,1545,1907 +"37917",8866,63907,3,1545,2377 +"37918",8866,64181,3,1545,1828 +"37919",8866,64997,3,1545,2791 +"37920",8866,65007,3,1545,2530 +"37921",8866,66878,3,1545,1949 +"37922",8866,71478,3,1545,1721 +"37923",8866,72326,3,1545,2384 +"37924",8866,76396,3,1545,1731 +"37925",8866,76769,3,1545,2601 +"37926",8866,77611,3,1545,1795 +"37927",8866,80429,3,1545,1927 +"37928",8866,80825,3,1545,2315 +"37929",8866,85430,3,1545,2370 +"37930",8866,86245,3,1545,1972 +"37931",8866,94179,3,1545,2000 +"37932",8887,11103,3,2373,2393 +"37933",8887,13573,1,2373,2774 +"37934",8887,21720,2,2373,2637 +"37935",8887,29095,3,2373,2531 +"37936",8887,36574,3,2373,2934 +"37937",8887,42515,3,2373,2752 +"37938",8888,134,3,1328,2062 +"37939",8888,145,1,1328,1998 +"37940",8888,270,3,1328,2542 +"37941",8888,312,3,1328,2038 +"37942",8888,380,2,1328,2261 +"37943",8888,470,3,1328,2285 +"37944",8888,600,2,1328,1702 +"37945",8888,675,3,1328,1686 +"37946",8888,913,1,1328,2144 +"37947",8888,1102,2,1328,2282 +"37948",8888,1136,3,1328,2536 +"37949",8888,1592,3,1328,2006 +"37950",8888,1691,3,1328,1941 +"37951",8888,1777,3,1328,1965 +"37952",8888,2224,3,1328,2751 +"37953",8888,2484,3,1328,2389 +"37954",8888,2572,3,1328,2273 +"37955",8888,2625,2,1328,2152 +"37956",8888,2954,2,1328,2727 +"37957",8888,3271,3,1328,2216 +"37958",8888,3352,3,1328,1707 +"37959",8888,3395,3,1328,1382 +"37960",8888,3748,3,1328,2052 +"37961",8888,3801,3,1328,1974 +"37962",8888,4084,3,1328,2133 +"37963",8888,4226,3,1328,1903 +"37964",8888,4687,2,1328,2152 +"37965",8888,4690,3,1328,1938 +"37966",8888,4953,3,1328,2285 +"37967",8888,5078,3,1328,2033 +"37968",8888,5326,3,1328,2652 +"37969",8888,5429,3,1328,1991 +"37970",8888,5457,3,1328,2077 +"37971",8888,5462,3,1328,2374 +"37972",8888,5504,3,1328,2389 +"37973",8888,5971,3,1328,1985 +"37974",8888,6052,2,1328,1985 +"37975",8888,6074,3,1328,2426 +"37976",8888,6390,2,1328,2385 +"37977",8888,6417,3,1328,1675 +"37978",8888,6428,3,1328,1952 +"37979",8888,6491,2,1328,2424 +"37980",8888,6588,3,1328,2025 +"37981",8888,6821,3,1328,1788 +"37982",8888,7515,3,1328,2737 +"37983",8888,7847,3,1328,2424 +"37984",8888,7858,3,1328,1795 +"37985",8888,8259,3,1328,1677 +"37986",8888,8866,1,1328,1545 +"37987",8888,9150,3,1328,2689 +"37988",8888,9272,3,1328,2835 +"37989",8888,9362,2,1328,2879 +"37990",8888,9423,3,1328,1708 +"37991",8888,9702,3,1328,1928 +"37992",8888,9805,1,1328,1621 +"37993",8888,10433,3,1328,2075 +"37994",8888,10488,3,1328,1524 +"37995",8888,10513,3,1328,2284 +"37996",8888,10857,3,1328,2253 +"37997",8888,11218,3,1328,2292 +"37998",8888,11516,3,1328,1937 +"37999",8888,12081,3,1328,2166 +"38000",8888,12199,2,1328,1651 +"38001",8888,12374,3,1328,2260 +"38002",8888,12449,3,1328,2067 +"38003",8888,12528,3,1328,2589 +"38004",8888,12602,3,1328,1956 +"38005",8888,12618,3,1328,2021 +"38006",8888,12724,3,1328,1930 +"38007",8888,12982,3,1328,2143 +"38008",8888,13068,3,1328,1778 +"38009",8888,13307,3,1328,2206 +"38010",8888,14652,2,1328,2516 +"38011",8888,14655,2,1328,2559 +"38012",8888,14767,3,1328,2068 +"38013",8888,14834,3,1328,2739 +"38014",8888,14918,3,1328,2071 +"38015",8888,15539,3,1328,1929 +"38016",8888,15700,3,1328,1712 +"38017",8888,16535,3,1328,1993 +"38018",8888,16587,3,1328,2065 +"38019",8888,17351,3,1328,2036 +"38020",8888,17520,3,1328,2276 +"38021",8888,17549,3,1328,2647 +"38022",8888,17698,2,1328,1559 +"38023",8888,18394,3,1328,2356 +"38024",8888,18543,3,1328,2968 +"38025",8888,18670,3,1328,1835 +"38026",8888,19096,3,1328,1538 +"38027",8888,19248,3,1328,2357 +"38028",8888,19335,3,1328,1729 +"38029",8888,19862,3,1328,2412 +"38030",8888,20124,3,1328,2376 +"38031",8888,20486,3,1328,1908 +"38032",8888,21079,3,1328,1997 +"38033",8888,21225,3,1328,1945 +"38034",8888,21682,3,1328,2414 +"38035",8888,21693,3,1328,2176 +"38036",8888,21929,3,1328,2062 +"38037",8888,22282,3,1328,1418 +"38038",8888,22326,3,1328,2818 +"38039",8888,22362,3,1328,1836 +"38040",8888,22567,3,1328,2396 +"38041",8888,23098,3,1328,2300 +"38042",8888,23132,3,1328,2756 +"38043",8888,23526,3,1328,1998 +"38044",8888,23715,3,1328,1859 +"38045",8888,23725,3,1328,2378 +"38046",8888,23729,3,1328,1624 +"38047",8888,23918,3,1328,1881 +"38048",8888,24066,3,1328,1755 +"38049",8888,24448,2,1328,2289 +"38050",8888,24568,2,1328,1937 +"38051",8888,25341,3,1328,1858 +"38052",8888,25443,3,1328,1441 +"38053",8888,25816,3,1328,2088 +"38054",8888,26067,2,1328,2069 +"38055",8888,26080,3,1328,2525 +"38056",8888,26608,3,1328,2329 +"38057",8888,26867,3,1328,1804 +"38058",8888,27275,2,1328,2656 +"38059",8888,27390,2,1328,2425 +"38060",8888,27391,3,1328,2378 +"38061",8888,27628,3,1328,2389 +"38062",8888,28216,3,1328,1910 +"38063",8888,29170,3,1328,1846 +"38064",8888,29308,3,1328,2094 +"38065",8888,29982,3,1328,1372 +"38066",8888,30052,3,1328,2855 +"38067",8888,30697,3,1328,2891 +"38068",8888,30883,3,1328,1629 +"38069",8888,31235,1,1328,2668 +"38070",8888,33383,3,1328,1572 +"38071",8888,33981,3,1328,1993 +"38072",8888,34836,3,1328,2302 +"38073",8888,35095,3,1328,1502 +"38074",8888,36087,3,1328,2755 +"38075",8888,36609,3,1328,2918 +"38076",8888,36651,3,1328,1600 +"38077",8888,38019,3,1328,1870 +"38078",8888,38307,3,1328,2648 +"38079",8888,38780,2,1328,2705 +"38080",8888,40028,3,1328,1349 +"38081",8888,40369,3,1328,2735 +"38082",8888,40383,3,1328,2639 +"38083",8888,40493,3,1328,1981 +"38084",8888,41739,3,1328,1339 +"38085",8888,41900,3,1328,1970 +"38086",8888,42216,3,1328,2722 +"38087",8888,42799,3,1328,2729 +"38088",8888,42925,3,1328,1358 +"38089",8888,43213,3,1328,2160 +"38090",8888,43226,3,1328,2442 +"38091",8888,43455,3,1328,2846 +"38092",8888,43902,3,1328,1726 +"38093",8888,45302,3,1328,2390 +"38094",8888,45618,3,1328,2356 +"38095",8888,45650,2,1328,1528 +"38096",8888,46040,3,1328,2105 +"38097",8888,46950,3,1328,2673 +"38098",8888,47445,2,1328,2668 +"38099",8888,48035,3,1328,2180 +"38100",8888,48110,3,1328,2009 +"38101",8888,50236,3,1328,2339 +"38102",8888,51017,3,1328,2073 +"38103",8888,51035,3,1328,2397 +"38104",8888,52136,3,1328,1412 +"38105",8888,52327,3,1328,1472 +"38106",8888,52576,3,1328,2234 +"38107",8888,52892,3,1328,2372 +"38108",8888,53323,3,1328,2677 +"38109",8888,54551,3,1328,2348 +"38110",8888,55320,2,1328,1643 +"38111",8888,56082,2,1328,2395 +"38112",8888,56854,3,1328,2022 +"38113",8888,57544,2,1328,2443 +"38114",8888,58508,3,1328,2326 +"38115",8888,61932,3,1328,1959 +"38116",8888,63409,2,1328,1937 +"38117",8888,64181,3,1328,1828 +"38118",8888,64997,3,1328,2791 +"38119",8888,66413,3,1328,2507 +"38120",8888,67652,3,1328,2736 +"38121",8888,69335,3,1328,2698 +"38122",8888,72207,3,1328,2430 +"38123",8888,72326,3,1328,2384 +"38124",8888,73305,3,1328,2544 +"38125",8888,75403,3,1328,1895 +"38126",8888,76892,3,1328,2381 +"38127",8888,79436,3,1328,1344 +"38128",8888,80301,3,1328,1690 +"38129",8888,80825,3,1328,2315 +"38130",8888,82949,3,1328,2077 +"38131",8888,86245,3,1328,1972 +"38132",8888,88808,3,1328,1462 +"38133",8888,94179,3,1328,2000 +"38134",8888,105063,3,1328,1908 +"38135",8890,378,3,1955,2766 +"38136",8890,3456,3,1955,1999 +"38137",8890,4669,3,1955,2395 +"38138",8890,6063,3,1955,2349 +"38139",8890,7984,3,1955,2493 +"38140",8890,10980,3,1955,1974 +"38141",8890,12948,3,1955,2669 +"38142",8890,14108,3,1955,2012 +"38143",8890,14754,3,1955,2456 +"38144",8890,14781,3,1955,2338 +"38145",8890,15401,3,1955,1999 +"38146",8890,15826,3,1955,2772 +"38147",8890,16365,3,1955,2217 +"38148",8890,20512,3,1955,2748 +"38149",8890,21209,3,1955,2184 +"38150",8890,21670,3,1955,2158 +"38151",8890,21681,3,1955,2005 +"38152",8890,23325,2,1955,2779 +"38153",8890,28869,3,1955,2425 +"38154",8890,30368,3,1955,2487 +"38155",8890,30668,3,1955,2882 +"38156",8890,31542,2,1955,2459 +"38157",8890,31700,3,1955,2727 +"38158",8890,32775,3,1955,2135 +"38159",8890,32988,3,1955,2008 +"38160",8890,34892,3,1955,2309 +"38161",8890,36031,3,1955,2342 +"38162",8890,38602,3,1955,2693 +"38163",8890,39062,3,1955,2020 +"38164",8890,40572,3,1955,2666 +"38165",8890,45030,3,1955,2776 +"38166",8890,45869,2,1955,2840 +"38167",8890,48215,3,1955,2028 +"38168",8890,49265,3,1955,2686 +"38169",8890,51838,3,1955,2288 +"38170",8890,52483,2,1955,2317 +"38171",8890,53323,3,1955,2677 +"38172",8890,56569,3,1955,1993 +"38173",8890,57380,3,1955,2362 +"38174",8890,61541,3,1955,2699 +"38175",8890,68586,3,1955,2322 +"38176",8890,72728,3,1955,2234 +"38177",8890,82949,3,1955,2077 +"38178",8890,88232,3,1955,2881 +"38179",8896,1624,3,1139,2687 +"38180",8896,1785,3,1139,2350 +"38181",8896,3360,3,1139,1583 +"38182",8896,14353,3,1139,2878 +"38183",8896,15150,3,1139,2801 +"38184",8896,18821,2,1139,2075 +"38185",8896,19002,3,1139,2053 +"38186",8896,19048,2,1139,2180 +"38187",8896,19397,3,1139,2182 +"38188",8896,21942,3,1139,2041 +"38189",8896,33460,3,1139,2781 +"38190",8896,43768,2,1139,1468 +"38191",8896,49708,3,1139,1147 +"38192",8896,61921,3,1139,1793 +"38193",8896,64628,3,1139,2829 +"38194",8896,83786,3,1139,1614 +"38195",8896,83790,3,1139,1637 +"38196",8899,5937,3,2023,2392 +"38197",8899,15150,3,2023,2801 +"38198",8899,15558,3,2023,2389 +"38199",8899,16477,3,2023,2069 +"38200",8899,19002,3,2023,2053 +"38201",8899,20011,3,2023,2826 +"38202",8899,44730,3,2023,2468 +"38203",8899,48585,3,2023,2063 +"38204",8899,50899,3,2023,2125 +"38205",8908,2625,3,1537,2152 +"38206",8908,8726,3,1537,2083 +"38207",8908,9801,3,1537,2443 +"38208",8908,10087,3,1537,1617 +"38209",8908,25832,2,1537,1689 +"38210",8908,28051,3,1537,2089 +"38211",8908,28893,3,1537,2764 +"38212",8908,32339,3,1537,2430 +"38213",8908,88212,3,1537,2547 +"38214",8910,2143,3,1054,1174 +"38215",8910,8529,3,1054,1205 +"38216",8910,8866,3,1054,1545 +"38217",8910,8888,3,1054,1328 +"38218",8910,10513,3,1054,2284 +"38219",8910,16940,3,1054,1290 +"38220",8910,19096,3,1054,1538 +"38221",8910,20975,3,1054,1305 +"38222",8910,28015,3,1054,1624 +"38223",8910,30405,3,1054,2164 +"38224",8910,34836,3,1054,2302 +"38225",8910,36087,3,1054,2755 +"38226",8910,38019,3,1054,1870 +"38227",8910,38780,3,1054,2705 +"38228",8910,49512,3,1054,1302 +"38229",8910,53322,3,1054,1200 +"38230",8910,53323,2,1054,2677 +"38231",8910,53608,3,1054,1986 +"38232",8910,55320,3,1054,1643 +"38233",8910,57353,3,1054,1849 +"38234",8910,81588,3,1054,1568 +"38235",8913,733,3,968,1653 +"38236",8913,997,3,968,2788 +"38237",8913,1154,3,968,1656 +"38238",8913,1196,3,968,1986 +"38239",8913,2063,3,968,1278 +"38240",8913,2349,3,968,1288 +"38241",8913,2424,3,968,2582 +"38242",8913,2484,3,968,2389 +"38243",8913,3167,3,968,1676 +"38244",8913,3242,3,968,1730 +"38245",8913,3271,3,968,2216 +"38246",8913,3947,3,968,2067 +"38247",8913,3961,3,968,2426 +"38248",8913,4723,3,968,1314 +"38249",8913,4939,3,968,1382 +"38250",8913,5239,2,968,2875 +"38251",8913,5363,3,968,1791 +"38252",8913,5449,3,968,1723 +"38253",8913,6871,3,968,1882 +"38254",8913,7126,3,968,1261 +"38255",8913,7196,2,968,1508 +"38256",8913,7269,3,968,1728 +"38257",8913,7984,2,968,2493 +"38258",8913,8890,3,968,1955 +"38259",8913,9272,3,968,2835 +"38260",8913,9311,3,968,2477 +"38261",8913,9362,3,968,2879 +"38262",8913,10638,3,968,2692 +"38263",8913,11477,2,968,2724 +"38264",8913,11546,3,968,1174 +"38265",8913,12901,3,968,2136 +"38266",8913,13388,3,968,2119 +"38267",8913,13780,2,968,2412 +"38268",8913,14072,3,968,1346 +"38269",8913,14108,3,968,2012 +"38270",8913,14723,3,968,2019 +"38271",8913,14888,3,968,1411 +"38272",8913,14943,2,968,1942 +"38273",8913,15118,3,968,1311 +"38274",8913,15401,1,968,1999 +"38275",8913,16164,3,968,1184 +"38276",8913,16365,3,968,2217 +"38277",8913,16625,2,968,1285 +"38278",8913,16801,2,968,2008 +"38279",8913,16826,3,968,2599 +"38280",8913,17257,3,968,1117 +"38281",8913,17484,3,968,1256 +"38282",8913,17934,2,968,1059 +"38283",8913,17997,3,968,1621 +"38284",8913,18103,3,968,1968 +"38285",8913,18571,3,968,2128 +"38286",8913,18735,3,968,1581 +"38287",8913,20067,3,968,2390 +"38288",8913,20124,3,968,2376 +"38289",8913,20311,3,968,1981 +"38290",8913,21133,3,968,1320 +"38291",8913,21197,3,968,1437 +"38292",8913,21285,3,968,2100 +"38293",8913,21670,3,968,2158 +"38294",8913,21681,3,968,2005 +"38295",8913,21754,3,968,1881 +"38296",8913,22722,3,968,1233 +"38297",8913,23132,3,968,2756 +"38298",8913,23223,3,968,2094 +"38299",8913,23725,3,968,2378 +"38300",8913,24286,3,968,1280 +"38301",8913,24293,3,968,1184 +"38302",8913,24586,3,968,2465 +"38303",8913,25271,3,968,1172 +"38304",8913,25577,3,968,1946 +"38305",8913,26713,2,968,1235 +"38306",8913,27860,3,968,1588 +"38307",8913,28582,2,968,2698 +"38308",8913,28784,2,968,1579 +"38309",8913,28896,3,968,1395 +"38310",8913,29004,3,968,2596 +"38311",8913,29456,3,968,1182 +"38312",8913,30325,3,968,1067 +"38313",8913,30747,2,968,2455 +"38314",8913,31069,3,968,1995 +"38315",8913,31124,3,968,2351 +"38316",8913,31164,3,968,1996 +"38317",8913,31700,3,968,2727 +"38318",8913,32131,3,968,1035 +"38319",8913,32988,1,968,2008 +"38320",8913,33356,3,968,1586 +"38321",8913,33433,3,968,2805 +"38322",8913,33801,3,968,2899 +"38323",8913,34158,3,968,2639 +"38324",8913,34954,3,968,1184 +"38325",8913,35529,3,968,1620 +"38326",8913,35822,3,968,1903 +"38327",8913,36031,3,968,2342 +"38328",8913,36559,3,968,2473 +"38329",8913,36862,2,968,2655 +"38330",8913,37937,3,968,1320 +"38331",8913,38019,3,968,1870 +"38332",8913,38219,2,968,1689 +"38333",8913,38449,3,968,1802 +"38334",8913,38467,3,968,1259 +"38335",8913,38602,3,968,2693 +"38336",8913,40432,2,968,1956 +"38337",8913,40645,2,968,1899 +"38338",8913,42196,3,968,2765 +"38339",8913,42505,2,968,2008 +"38340",8913,43226,3,968,2442 +"38341",8913,44720,2,968,1202 +"38342",8913,45959,2,968,1880 +"38343",8913,46040,2,968,2105 +"38344",8913,46680,3,968,1690 +"38345",8913,46951,3,968,2429 +"38346",8913,47384,3,968,1639 +"38347",8913,48110,3,968,2009 +"38348",8913,48215,3,968,2028 +"38349",8913,48283,3,968,1290 +"38350",8913,49189,3,968,1550 +"38351",8913,49265,3,968,2686 +"38352",8913,51410,3,968,2739 +"38353",8913,53134,3,968,1590 +"38354",8913,53323,3,968,2677 +"38355",8913,55139,3,968,2323 +"38356",8913,56237,3,968,2625 +"38357",8913,56317,3,968,2030 +"38358",8913,57380,3,968,2362 +"38359",8913,57990,3,968,978 +"38360",8913,58164,3,968,2398 +"38361",8913,58365,3,968,1902 +"38362",8913,58508,3,968,2326 +"38363",8913,61138,3,968,1188 +"38364",8913,65155,1,968,1947 +"38365",8913,65203,2,968,1597 +"38366",8913,65322,2,968,2008 +"38367",8913,65679,3,968,1578 +"38368",8913,69335,3,968,2698 +"38369",8913,70736,3,968,1512 +"38370",8913,70996,3,968,1037 +"38371",8913,71350,3,968,1570 +"38372",8913,72728,3,968,2234 +"38373",8913,76511,2,968,1250 +"38374",8913,78150,2,968,2581 +"38375",8913,79158,3,968,1252 +"38376",8913,79567,3,968,1942 +"38377",8913,80301,3,968,1690 +"38378",8913,82301,3,968,1621 +"38379",8913,82409,3,968,1881 +"38380",8913,82767,3,968,1641 +"38381",8913,85869,3,968,1509 +"38382",8913,88232,3,968,2881 +"38383",8913,89511,2,968,1205 +"38384",8913,92757,1,968,2615 +"38385",8913,93102,3,968,1174 +"38386",8913,93568,3,968,1755 +"38387",8913,96352,2,968,1493 +"38388",8913,97160,2,968,1215 +"38389",8913,103524,3,968,991 +"38390",8913,106620,2,968,1177 +"38391",8917,55730,3,235,1217 +"38392",8923,952,3,1266,1991 +"38393",8923,2747,3,1266,2411 +"38394",8923,2959,3,1266,1785 +"38395",8923,4526,3,1266,1728 +"38396",8923,7942,3,1266,2623 +"38397",8923,10216,2,1266,2476 +"38398",8923,10250,3,1266,1606 +"38399",8923,10310,3,1266,2774 +"38400",8923,10453,3,1266,1656 +"38401",8923,10870,3,1266,1755 +"38402",8923,11493,3,1266,2077 +"38403",8923,12371,3,1266,1569 +"38404",8923,14749,3,1266,1998 +"38405",8923,14972,3,1266,2332 +"38406",8923,17645,3,1266,1918 +"38407",8923,18005,3,1266,2449 +"38408",8923,20730,3,1266,2243 +"38409",8923,22578,3,1266,2216 +"38410",8923,28571,2,1266,1556 +"38411",8923,29286,3,1266,1612 +"38412",8923,29930,3,1266,2240 +"38413",8923,34094,3,1266,1360 +"38414",8923,34908,3,1266,2796 +"38415",8923,36912,3,1266,2469 +"38416",8923,41770,2,1266,2752 +"38417",8923,42331,3,1266,1585 +"38418",8923,46043,3,1266,1358 +"38419",8923,46650,3,1266,1330 +"38420",8923,60258,3,1266,2405 +"38421",8923,65223,3,1266,2724 +"38422",8923,71531,3,1266,2887 +"38423",8923,78477,3,1266,1613 +"38424",8923,98942,3,1266,1588 +"38425",8923,100048,3,1266,1573 +"38426",8961,24,3,507,1295 +"38427",8961,145,2,507,1998 +"38428",8961,380,3,507,2261 +"38429",8961,555,3,507,552 +"38430",8961,600,3,507,1702 +"38431",8961,669,3,507,1423 +"38432",8961,913,2,507,2144 +"38433",8961,1102,3,507,2282 +"38434",8961,1592,3,507,2006 +"38435",8961,1777,3,507,1965 +"38436",8961,2143,2,507,1174 +"38437",8961,2224,3,507,2751 +"38438",8961,2484,3,507,2389 +"38439",8961,2625,3,507,2152 +"38440",8961,2954,3,507,2727 +"38441",8961,3352,2,507,1707 +"38442",8961,3395,3,507,1382 +"38443",8961,3801,3,507,1974 +"38444",8961,4687,3,507,2152 +"38445",8961,5078,3,507,2033 +"38446",8961,5457,3,507,2077 +"38447",8961,5462,3,507,2374 +"38448",8961,5504,3,507,2389 +"38449",8961,6052,3,507,1985 +"38450",8961,6241,3,507,2264 +"38451",8961,6390,3,507,2385 +"38452",8961,6491,3,507,2424 +"38453",8961,8259,3,507,1677 +"38454",8961,8490,3,507,564 +"38455",8961,8529,3,507,1205 +"38456",8961,8866,1,507,1545 +"38457",8961,8888,2,507,1328 +"38458",8961,8910,3,507,1054 +"38459",8961,9362,2,507,2879 +"38460",8961,9511,3,507,1232 +"38461",8961,9702,1,507,1928 +"38462",8961,9805,3,507,1621 +"38463",8961,10859,3,507,2231 +"38464",8961,12199,3,507,1651 +"38465",8961,14652,3,507,2516 +"38466",8961,14655,2,507,2559 +"38467",8961,14656,3,507,584 +"38468",8961,15122,3,507,1201 +"38469",8961,15632,3,507,1242 +"38470",8961,16881,3,507,925 +"38471",8961,16940,3,507,1290 +"38472",8961,17520,3,507,2276 +"38473",8961,17626,3,507,1265 +"38474",8961,17698,3,507,1559 +"38475",8961,19096,3,507,1538 +"38476",8961,19335,3,507,1729 +"38477",8961,19719,3,507,2177 +"38478",8961,21198,3,507,935 +"38479",8961,21682,3,507,2414 +"38480",8961,21929,3,507,2062 +"38481",8961,22705,3,507,1016 +"38482",8961,23098,3,507,2300 +"38483",8961,23403,3,507,607 +"38484",8961,23534,3,507,1659 +"38485",8961,24405,3,507,1443 +"38486",8961,24448,3,507,2289 +"38487",8961,24568,3,507,1937 +"38488",8961,25033,3,507,929 +"38489",8961,26067,3,507,2069 +"38490",8961,27173,3,507,2050 +"38491",8961,27275,3,507,2656 +"38492",8961,27390,3,507,2425 +"38493",8961,30405,3,507,2164 +"38494",8961,30697,3,507,2891 +"38495",8961,30883,3,507,1629 +"38496",8961,31235,2,507,2668 +"38497",8961,32017,3,507,577 +"38498",8961,32163,3,507,859 +"38499",8961,33285,3,507,1327 +"38500",8961,35069,3,507,2069 +"38501",8961,35529,3,507,1620 +"38502",8961,35854,3,507,1676 +"38503",8961,36087,2,507,2755 +"38504",8961,36609,3,507,2918 +"38505",8961,37108,3,507,1202 +"38506",8961,38780,3,507,2705 +"38507",8961,39278,2,507,1952 +"38508",8961,43902,3,507,1726 +"38509",8961,44648,3,507,619 +"38510",8961,45618,3,507,2356 +"38511",8961,45650,2,507,1528 +"38512",8961,46040,3,507,2105 +"38513",8961,47362,3,507,2253 +"38514",8961,47445,3,507,2668 +"38515",8961,47585,3,507,794 +"38516",8961,49512,3,507,1302 +"38517",8961,52735,3,507,1124 +"38518",8961,53323,3,507,2677 +"38519",8961,53342,3,507,2071 +"38520",8961,55320,3,507,1643 +"38521",8961,56082,3,507,2395 +"38522",8961,57353,3,507,1849 +"38523",8961,57380,3,507,2362 +"38524",8961,57544,3,507,2443 +"38525",8961,61932,3,507,1959 +"38526",8961,63409,3,507,1937 +"38527",8961,64232,3,507,1275 +"38528",8961,65007,3,507,2530 +"38529",8961,68939,3,507,1051 +"38530",8961,75898,2,507,889 +"38531",8961,75921,2,507,517 +"38532",8961,79436,3,507,1344 +"38533",8961,86245,3,507,1972 +"38534",8961,88126,3,507,1027 +"38535",8961,89965,3,507,810 +"38536",8961,93102,3,507,1174 +"38537",8961,100140,3,507,1041 +"38538",8961,105795,3,507,1265 +"38539",8961,107846,3,507,565 +"38540",8984,160,3,1162,2007 +"38541",8984,680,3,1162,2569 +"38542",8984,2221,3,1162,2092 +"38543",8984,2418,3,1162,2020 +"38544",8984,2540,3,1162,1398 +"38545",8984,2576,2,1162,1307 +"38546",8984,2759,2,1162,2030 +"38547",8984,3255,3,1162,2504 +"38548",8984,3493,3,1162,2451 +"38549",8984,3978,3,1162,2775 +"38550",8984,4730,2,1162,2131 +"38551",8984,5315,3,1162,2631 +"38552",8984,5346,3,1162,1438 +"38553",8984,6047,3,1162,2004 +"38554",8984,6133,2,1162,1229 +"38555",8984,6627,3,1162,2063 +"38556",8984,7252,3,1162,2799 +"38557",8984,7269,3,1162,1728 +"38558",8984,7433,3,1162,2255 +"38559",8984,7443,3,1162,2028 +"38560",8984,8568,2,1162,2706 +"38561",8984,8623,3,1162,2463 +"38562",8984,8923,3,1162,1266 +"38563",8984,9484,2,1162,1429 +"38564",8984,9538,3,1162,1786 +"38565",8984,9785,3,1162,2951 +"38566",8984,9928,3,1162,2345 +"38567",8984,10495,3,1162,2230 +"38568",8984,10638,3,1162,2692 +"38569",8984,10905,3,1162,1552 +"38570",8984,10914,3,1162,1660 +"38571",8984,11506,3,1162,2824 +"38572",8984,11563,2,1162,1863 +"38573",8984,11648,3,1162,2852 +"38574",8984,12067,3,1162,1213 +"38575",8984,14032,3,1162,2144 +"38576",8984,14433,3,1162,1225 +"38577",8984,14626,3,1162,2175 +"38578",8984,15207,3,1162,1855 +"38579",8984,15826,3,1162,2772 +"38580",8984,16015,2,1162,1307 +"38581",8984,16286,3,1162,2470 +"38582",8984,17252,3,1162,1258 +"38583",8984,18571,3,1162,2128 +"38584",8984,18943,3,1162,2861 +"38585",8984,20007,3,1162,2971 +"38586",8984,20220,3,1162,1656 +"38587",8984,21180,2,1162,2762 +"38588",8984,21741,3,1162,1574 +"38589",8984,23310,3,1162,2371 +"38590",8984,29286,3,1162,1612 +"38591",8984,29930,3,1162,2240 +"38592",8984,30442,2,1162,2124 +"38593",8984,31164,3,1162,1996 +"38594",8984,32449,3,1162,2091 +"38595",8984,34162,2,1162,2336 +"38596",8984,35873,3,1162,1377 +"38597",8984,36136,3,1162,2338 +"38598",8984,39062,3,1162,2020 +"38599",8984,39418,3,1162,1978 +"38600",8984,41955,1,1162,2479 +"38601",8984,42813,3,1162,2142 +"38602",8984,44497,3,1162,2401 +"38603",8984,45730,3,1162,2063 +"38604",8984,52483,3,1162,2317 +"38605",8984,53134,3,1162,1590 +"38606",8984,54663,3,1162,1424 +"38607",8984,55775,3,1162,2385 +"38608",8984,56338,3,1162,1818 +"38609",8984,56673,3,1162,2419 +"38610",8984,60979,2,1162,1758 +"38611",8984,61125,2,1162,1673 +"38612",8984,62488,3,1162,1418 +"38613",8984,64174,3,1162,2377 +"38614",8984,66911,3,1162,1920 +"38615",8984,70455,2,1162,1307 +"38616",8984,76132,2,1162,2426 +"38617",8984,76675,2,1162,1840 +"38618",8984,77397,2,1162,1302 +"38619",8984,77719,3,1162,2086 +"38620",8984,94520,2,1162,1243 +"38621",8984,100048,2,1162,1573 +"38622",8984,104306,3,1162,1665 +"38623",8984,109114,3,1162,1287 +"38624",8984,111034,3,1162,2131 +"38625",8984,115155,3,1162,1942 +"38626",8993,843,3,2099,2332 +"38627",8993,1822,3,2099,2888 +"38628",8993,3477,2,2099,2546 +"38629",8993,6063,2,2099,2349 +"38630",8993,9503,3,2099,2453 +"38631",8993,13899,3,2099,2650 +"38632",8993,14817,3,2099,2110 +"38633",8993,19075,3,2099,2214 +"38634",8993,20124,3,2099,2376 +"38635",8993,20547,3,2099,2145 +"38636",8993,20984,3,2099,2502 +"38637",8993,31357,3,2099,2389 +"38638",8993,32339,3,2099,2430 +"38639",8993,32395,3,2099,2735 +"38640",8993,33223,2,2099,2397 +"38641",8993,37301,3,2099,2160 +"38642",8993,47595,3,2099,2374 +"38643",8993,47882,3,2099,2769 +"38644",8993,51843,3,2099,2389 +"38645",8993,54385,3,2099,2340 +"38646",8993,59344,3,2099,2252 +"38647",8993,63104,3,2099,2149 +"38648",8993,80615,3,2099,2252 +"38649",9030,1224,2,1979,2435 +"38650",9030,1262,3,1979,2973 +"38651",9030,3695,3,1979,2612 +"38652",9030,5491,3,1979,2048 +"38653",9030,7078,3,1979,2344 +"38654",9030,7394,2,1979,2615 +"38655",9030,10558,3,1979,2312 +"38656",9030,12035,3,1979,2721 +"38657",9030,12867,3,1979,2773 +"38658",9030,13732,3,1979,2789 +"38659",9030,15343,3,1979,2125 +"38660",9030,18151,2,1979,2962 +"38661",9030,18366,3,1979,2699 +"38662",9030,19872,3,1979,2913 +"38663",9030,20783,3,1979,2414 +"38664",9030,21193,3,1979,2490 +"38665",9030,21417,3,1979,2422 +"38666",9030,21693,3,1979,2176 +"38667",9030,21795,2,1979,2653 +"38668",9030,22326,3,1979,2818 +"38669",9030,24146,3,1979,2003 +"38670",9030,26106,3,1979,2015 +"38671",9030,26865,3,1979,2726 +"38672",9030,28923,2,1979,2362 +"38673",9030,29791,3,1979,1986 +"38674",9030,30081,2,1979,2403 +"38675",9030,31307,3,1979,2139 +"38676",9030,34311,3,1979,2213 +"38677",9030,34327,3,1979,2959 +"38678",9030,36950,3,1979,2204 +"38679",9030,36962,3,1979,2861 +"38680",9030,42618,3,1979,2316 +"38681",9030,45664,3,1979,2235 +"38682",9030,47362,2,1979,2253 +"38683",9030,47947,3,1979,2681 +"38684",9030,49032,3,1979,2469 +"38685",9030,49998,3,1979,2761 +"38686",9030,56082,3,1979,2395 +"38687",9030,67264,3,1979,2790 +"38688",9030,70046,3,1979,2624 +"38689",9030,73266,2,1979,2496 +"38690",9030,90501,3,1979,2380 +"38691",9035,9787,3,2771,2858 +"38692",9035,17037,1,2771,2947 +"38693",9050,6432,3,2026,2297 +"38694",9050,9727,3,2026,2327 +"38695",9050,11135,2,2026,2441 +"38696",9050,14754,3,2026,2456 +"38697",9050,15502,2,2026,2637 +"38698",9050,19687,3,2026,2072 +"38699",9050,19972,3,2026,2078 +"38700",9050,23639,3,2026,2065 +"38701",9050,29824,3,2026,2772 +"38702",9050,45487,3,2026,2256 +"38703",9050,61513,3,2026,2948 +"38704",9050,76604,2,2026,2590 +"38705",9060,237,3,1612,1982 +"38706",9060,3493,3,1612,2451 +"38707",9060,4001,3,1612,1687 +"38708",9060,4668,3,1612,1919 +"38709",9060,4669,3,1612,2395 +"38710",9060,7252,3,1612,2799 +"38711",9060,7785,3,1612,2441 +"38712",9060,8568,3,1612,2706 +"38713",9060,9503,3,1612,2453 +"38714",9060,9785,3,1612,2951 +"38715",9060,9787,3,1612,2858 +"38716",9060,10087,3,1612,1617 +"38717",9060,10453,3,1612,1656 +"38718",9060,10457,3,1612,1711 +"38719",9060,12948,3,1612,2669 +"38720",9060,14749,3,1612,1998 +"38721",9060,16286,3,1612,2470 +"38722",9060,16501,3,1612,1650 +"38723",9060,16684,3,1612,1657 +"38724",9060,20220,3,1612,1656 +"38725",9060,22578,3,1612,2216 +"38726",9060,23131,3,1612,1732 +"38727",9060,24176,3,1612,1986 +"38728",9060,27742,3,1612,2700 +"38729",9060,27914,3,1612,2507 +"38730",9060,28869,3,1612,2425 +"38731",9060,29116,3,1612,2128 +"38732",9060,30525,3,1612,1964 +"38733",9060,31868,2,1612,1993 +"38734",9060,35728,2,1612,2017 +"38735",9060,36912,3,1612,2469 +"38736",9060,37059,3,1612,2840 +"38737",9060,39534,3,1612,2410 +"38738",9060,40035,3,1612,2742 +"38739",9060,41633,3,1612,1976 +"38740",9060,44235,3,1612,2700 +"38741",9060,45729,3,1612,2606 +"38742",9060,47529,3,1612,2914 +"38743",9060,54775,3,1612,2383 +"38744",9060,56995,3,1612,2323 +"38745",9060,59788,3,1612,2315 +"38746",9060,61125,3,1612,1673 +"38747",9060,69131,3,1612,2122 +"38748",9060,72597,3,1612,1843 +"38749",9060,73192,3,1612,1955 +"38750",9060,79432,3,1612,1708 +"38751",9060,107383,3,1612,1918 +"38752",9060,111375,3,1612,2686 +"38753",9063,3403,2,2000,2951 +"38754",9063,3405,2,2000,2438 +"38755",9063,7942,2,2000,2623 +"38756",9063,15502,3,2000,2637 +"38757",9063,16690,3,2000,2132 +"38758",9063,19972,3,2000,2078 +"38759",9063,22723,3,2000,2859 +"38760",9063,28355,3,2000,2053 +"38761",9063,31295,3,2000,2183 +"38762",9063,33040,3,2000,2106 +"38763",9063,33363,3,2000,2475 +"38764",9063,35911,3,2000,2370 +"38765",9063,37844,3,2000,2002 +"38766",9063,40715,3,2000,2258 +"38767",9063,47607,3,2000,2724 +"38768",9063,65223,3,2000,2724 +"38769",9073,364,3,221,2351 +"38770",9073,1203,3,221,1350 +"38771",9073,2139,3,221,2502 +"38772",9073,2540,3,221,1398 +"38773",9073,2576,3,221,1307 +"38774",9073,3127,2,221,2273 +"38775",9073,3978,3,221,2775 +"38776",9073,4303,3,221,2414 +"38777",9073,4551,3,221,2720 +"38778",9073,4612,3,221,2804 +"38779",9073,5106,3,221,2622 +"38780",9073,5792,3,221,975 +"38781",9073,5962,3,221,2491 +"38782",9073,6627,3,221,2063 +"38783",9073,6989,3,221,2623 +"38784",9073,7798,3,221,949 +"38785",9073,7997,3,221,2049 +"38786",9073,8865,2,221,2394 +"38787",9073,9227,2,221,1267 +"38788",9073,9703,3,221,1845 +"38789",9073,9787,3,221,2858 +"38790",9073,10087,3,221,1617 +"38791",9073,10754,3,221,1797 +"38792",9073,11136,3,221,2573 +"38793",9073,11434,3,221,1187 +"38794",9073,11516,3,221,1937 +"38795",9073,11518,3,221,803 +"38796",9073,11648,3,221,2852 +"38797",9073,11872,3,221,317 +"38798",9073,12067,2,221,1213 +"38799",9073,12781,2,221,831 +"38800",9073,12948,3,221,2669 +"38801",9073,13068,1,221,1778 +"38802",9073,13260,3,221,389 +"38803",9073,13295,3,221,779 +"38804",9073,14425,3,221,1036 +"38805",9073,15826,3,221,2772 +"38806",9073,16021,3,221,858 +"38807",9073,16501,3,221,1650 +"38808",9073,16684,3,221,1657 +"38809",9073,17033,3,221,2771 +"38810",9073,17252,3,221,1258 +"38811",9073,18005,3,221,2449 +"38812",9073,19073,3,221,2748 +"38813",9073,19433,3,221,2504 +"38814",9073,19934,2,221,2888 +"38815",9073,20176,3,221,1050 +"38816",9073,20220,3,221,1656 +"38817",9073,22462,3,221,869 +"38818",9073,22578,3,221,2216 +"38819",9073,23277,3,221,1267 +"38820",9073,23488,3,221,1523 +"38821",9073,24302,3,221,407 +"38822",9073,25378,2,221,1245 +"38823",9073,27320,3,221,2378 +"38824",9073,27391,3,221,2378 +"38825",9073,27545,3,221,855 +"38826",9073,27722,3,221,1266 +"38827",9073,27914,3,221,2507 +"38828",9073,28357,2,221,1134 +"38829",9073,28440,3,221,675 +"38830",9073,28869,3,221,2425 +"38831",9073,28893,3,221,2764 +"38832",9073,28904,3,221,926 +"38833",9073,29267,3,221,1234 +"38834",9073,29286,3,221,1612 +"38835",9073,29495,3,221,1612 +"38836",9073,30865,3,221,2038 +"38837",9073,31235,3,221,2668 +"38838",9073,32606,3,221,2100 +"38839",9073,33451,3,221,1957 +"38840",9073,33957,3,221,245 +"38841",9073,34057,3,221,1657 +"38842",9073,35133,3,221,2219 +"38843",9073,35903,3,221,1434 +"38844",9073,36737,3,221,829 +"38845",9073,36953,3,221,2790 +"38846",9073,37036,3,221,2264 +"38847",9073,37059,3,221,2840 +"38848",9073,38087,3,221,1083 +"38849",9073,38373,3,221,1928 +"38850",9073,38513,3,221,914 +"38851",9073,38816,3,221,1225 +"38852",9073,39062,3,221,2020 +"38853",9073,39534,2,221,2410 +"38854",9073,40035,3,221,2742 +"38855",9073,40572,2,221,2666 +"38856",9073,41338,3,221,1553 +"38857",9073,42813,3,221,2142 +"38858",9073,43568,3,221,837 +"38859",9073,43961,3,221,2443 +"38860",9073,44025,3,221,1935 +"38861",9073,44603,3,221,2748 +"38862",9073,44877,3,221,1219 +"38863",9073,45480,3,221,1104 +"38864",9073,46261,3,221,2350 +"38865",9073,46384,3,221,2285 +"38866",9073,46486,2,221,1868 +"38867",9073,47968,3,221,2829 +"38868",9073,48713,3,221,565 +"38869",9073,48955,3,221,242 +"38870",9073,49201,3,221,936 +"38871",9073,49347,3,221,2504 +"38872",9073,49712,3,221,1937 +"38873",9073,50520,3,221,1205 +"38874",9073,50585,3,221,2414 +"38875",9073,53419,3,221,858 +"38876",9073,55072,3,221,612 +"38877",9073,57765,3,221,2893 +"38878",9073,58745,3,221,1920 +"38879",9073,59937,3,221,885 +"38880",9073,63644,3,221,1267 +"38881",9073,64156,3,221,675 +"38882",9073,65188,3,221,2213 +"38883",9073,66717,3,221,2104 +"38884",9073,69232,3,221,2130 +"38885",9073,69545,3,221,673 +"38886",9073,69788,3,221,2007 +"38887",9073,70455,3,221,1307 +"38888",9073,71467,2,221,1051 +"38889",9073,72438,2,221,1397 +"38890",9073,76507,3,221,1437 +"38891",9073,76682,3,221,581 +"38892",9073,81545,3,221,2077 +"38893",9073,82252,3,221,1248 +"38894",9073,82738,3,221,591 +"38895",9073,83729,2,221,406 +"38896",9073,88427,3,221,340 +"38897",9073,90709,3,221,1080 +"38898",9073,90789,3,221,1218 +"38899",9073,93179,3,221,518 +"38900",9073,93930,3,221,1268 +"38901",9073,95910,2,221,999 +"38902",9073,98058,3,221,1891 +"38903",9073,99332,3,221,873 +"38904",9073,100048,3,221,1573 +"38905",9073,107273,3,221,604 +"38906",9073,107383,3,221,1918 +"38907",9073,112176,3,221,250 +"38908",9073,114648,3,221,270 +"38909",9073,120363,3,221,322 +"38910",9088,3271,3,1881,2216 +"38911",9088,3506,3,1881,2364 +"38912",9088,7123,2,1881,1964 +"38913",9088,9269,3,1881,1892 +"38914",9088,9272,3,1881,2835 +"38915",9088,16866,3,1881,2718 +"38916",9088,17925,3,1881,2385 +"38917",9088,22389,3,1881,2034 +"38918",9088,31990,3,1881,2264 +"38919",9088,32724,3,1881,2581 +"38920",9088,32939,3,1881,2277 +"38921",9088,37801,3,1881,2578 +"38922",9088,43226,3,1881,2442 +"38923",9088,44312,3,1881,2741 +"38924",9088,44744,3,1881,2032 +"38925",9088,48110,3,1881,2009 +"38926",9088,48931,2,1881,2444 +"38927",9088,53445,1,1881,2028 +"38928",9088,57804,2,1881,2214 +"38929",9088,58508,3,1881,2326 +"38930",9088,69335,3,1881,2698 +"38931",9088,96387,3,1881,2159 +"38932",9088,100084,3,1881,1964 +"38933",9088,108966,3,1881,1958 +"38934",9114,998,2,961,1795 +"38935",9114,6512,2,961,1672 +"38936",9114,15315,3,961,2173 +"38937",9114,19027,3,961,2721 +"38938",9114,20700,3,961,2861 +"38939",9114,24807,2,961,2319 +"38940",9114,25508,1,961,2081 +"38941",9114,30883,3,961,1629 +"38942",9114,31243,3,961,1355 +"38943",9114,34158,3,961,2639 +"38944",9114,42722,3,961,2368 +"38945",9114,42747,2,961,1189 +"38946",9114,42935,2,961,2400 +"38947",9114,43349,2,961,2400 +"38948",9114,49677,3,961,1222 +"38949",9114,51319,3,961,2488 +"38950",9114,52003,3,961,2067 +"38951",9114,55139,3,961,2323 +"38952",9114,56232,3,961,1175 +"38953",9114,68960,2,961,1312 +"38954",9114,96000,3,961,1789 +"38955",9115,448,3,2068,2693 +"38956",9115,862,2,2068,2254 +"38957",9115,8865,3,2068,2394 +"38958",9115,14586,3,2068,2801 +"38959",9115,38492,3,2068,2280 +"38960",9115,63837,2,2068,2807 +"38961",9115,69232,2,2068,2130 +"38962",9150,27334,3,2689,2750 +"38963",9150,49110,3,2689,2938 +"38964",9150,62739,3,2689,2753 +"38965",9150,72088,3,2689,2728 +"38966",9175,2224,3,2639,2751 +"38967",9175,3305,3,2639,2839 +"38968",9175,17549,2,2639,2647 +"38969",9175,34120,3,2639,2786 +"38970",9175,38307,3,2639,2648 +"38971",9175,41770,3,2639,2752 +"38972",9175,41945,3,2639,2856 +"38973",9175,42216,3,2639,2722 +"38974",9175,43455,3,2639,2846 +"38975",9175,50134,3,2639,2674 +"38976",9175,60974,3,2639,2972 +"38977",9175,61982,3,2639,2725 +"38978",9175,65434,3,2639,2866 +"38979",9175,79653,3,2639,2683 +"38980",9177,237,3,945,1982 +"38981",9177,862,2,945,2254 +"38982",9177,1046,3,945,1881 +"38983",9177,5346,3,945,1438 +"38984",9177,8865,3,945,2394 +"38985",9177,9115,1,945,2068 +"38986",9177,10457,3,945,1711 +"38987",9177,12861,3,945,1207 +"38988",9177,14586,3,945,2801 +"38989",9177,21528,2,945,1807 +"38990",9177,29997,3,945,1789 +"38991",9177,30262,3,945,1715 +"38992",9177,37475,1,945,1509 +"38993",9177,44074,3,945,1299 +"38994",9177,57912,3,945,1035 +"38995",9177,59683,2,945,2068 +"38996",9177,63837,2,945,2807 +"38997",9177,68691,1,945,1209 +"38998",9177,68876,1,945,1397 +"38999",9177,69232,2,945,2130 +"39000",9177,97990,3,945,1223 +"39001",9184,3896,3,2670,2693 +"39002",9184,7515,3,2670,2737 +"39003",9184,9150,3,2670,2689 +"39004",9184,23132,3,2670,2756 +"39005",9184,36646,3,2670,2744 +"39006",9184,42216,3,2670,2722 +"39007",9184,48605,3,2670,2796 +"39008",9184,61982,3,2670,2725 +"39009",9184,62841,3,2670,2710 +"39010",9191,11351,2,2707,2971 +"39011",9191,14959,3,2707,2898 +"39012",9191,21955,3,2707,2832 +"39013",9200,457,3,787,1704 +"39014",9200,952,3,787,1991 +"39015",9200,1102,3,787,2282 +"39016",9200,1321,3,787,2075 +"39017",9200,1453,3,787,1737 +"39018",9200,2424,3,787,2582 +"39019",9200,2712,3,787,1881 +"39020",9200,3493,3,787,2451 +"39021",9200,3896,3,787,2693 +"39022",9200,4360,3,787,1770 +"39023",9200,4821,3,787,1938 +"39024",9200,4932,3,787,2752 +"39025",9200,5392,3,787,1648 +"39026",9200,5580,3,787,2111 +"39027",9200,6063,3,787,2349 +"39028",9200,6074,3,787,2426 +"39029",9200,6602,1,787,1631 +"39030",9200,7078,3,787,2344 +"39031",9200,7703,3,787,2122 +"39032",9200,7858,3,787,1795 +"39033",9200,8192,3,787,1670 +"39034",9200,8259,3,787,1677 +"39035",9200,9654,3,787,2111 +"39036",9200,9805,3,787,1621 +"39037",9200,10343,2,787,1072 +"39038",9200,10474,2,787,1608 +"39039",9200,10488,3,787,1524 +"39040",9200,10779,3,787,2881 +"39041",9200,11154,3,787,1594 +"39042",9200,11329,2,787,2799 +"39043",9200,12388,3,787,1975 +"39044",9200,12524,3,787,1287 +"39045",9200,13285,3,787,1577 +"39046",9200,14655,3,787,2559 +"39047",9200,14887,2,787,2158 +"39048",9200,15560,3,787,2257 +"39049",9200,16053,3,787,908 +"39050",9200,17328,1,787,1206 +"39051",9200,17354,2,787,2250 +"39052",9200,18165,3,787,2085 +"39053",9200,19506,3,787,1385 +"39054",9200,19528,3,787,2742 +"39055",9200,20049,3,787,877 +"39056",9200,20070,2,787,1914 +"39057",9200,20271,3,787,2044 +"39058",9200,21566,3,787,1234 +"39059",9200,21734,3,787,2528 +"39060",9200,22181,3,787,1274 +"39061",9200,22185,3,787,1174 +"39062",9200,22722,2,787,1233 +"39063",9200,23121,3,787,2108 +"39064",9200,23729,3,787,1624 +"39065",9200,24255,2,787,2770 +"39066",9200,25730,3,787,1206 +"39067",9200,26608,3,787,2329 +"39068",9200,28130,3,787,908 +"39069",9200,28896,2,787,1395 +"39070",9200,30150,3,787,1704 +"39071",9200,30325,3,787,1067 +"39072",9200,30334,3,787,2075 +"39073",9200,31927,3,787,818 +"39074",9200,32131,3,787,1035 +"39075",9200,33380,3,787,2340 +"39076",9200,33551,3,787,1734 +"39077",9200,33850,3,787,931 +"39078",9200,34820,2,787,1630 +"39079",9200,36031,1,787,2342 +"39080",9200,36441,3,787,2796 +"39081",9200,36578,3,787,1484 +"39082",9200,36609,3,787,2918 +"39083",9200,36651,3,787,1600 +"39084",9200,37636,3,787,2178 +"39085",9200,38973,3,787,1999 +"39086",9200,40392,3,787,1878 +"39087",9200,40698,3,787,1408 +"39088",9200,40703,3,787,1608 +"39089",9200,43213,3,787,2160 +"39090",9200,43635,3,787,1196 +"39091",9200,44299,3,787,1874 +"39092",9200,44557,3,787,2371 +"39093",9200,45136,3,787,877 +"39094",9200,45618,3,787,2356 +"39095",9200,45650,3,787,1528 +"39096",9200,46196,3,787,1510 +"39097",9200,48215,2,787,2028 +"39098",9200,51783,3,787,2599 +"39099",9200,52136,2,787,1412 +"39100",9200,52345,2,787,1430 +"39101",9200,53303,3,787,1376 +"39102",9200,55604,3,787,2342 +"39103",9200,56082,3,787,2395 +"39104",9200,56903,3,787,1584 +"39105",9200,57019,3,787,895 +"39106",9200,59677,2,787,1174 +"39107",9200,59939,3,787,936 +"39108",9200,61921,3,787,1793 +"39109",9200,63395,3,787,2334 +"39110",9200,68024,3,787,1531 +"39111",9200,68317,3,787,874 +"39112",9200,68978,3,787,1062 +"39113",9200,70996,3,787,1037 +"39114",9200,72207,3,787,2430 +"39115",9200,72956,3,787,1251 +"39116",9200,74818,3,787,1440 +"39117",9200,75403,3,787,1895 +"39118",9200,77835,3,787,1327 +"39119",9200,78037,3,787,1606 +"39120",9200,79657,3,787,1260 +"39121",9200,82681,3,787,1620 +"39122",9200,82730,3,787,1492 +"39123",9200,85356,3,787,1492 +"39124",9200,85449,3,787,2340 +"39125",9200,85525,3,787,1718 +"39126",9200,85685,3,787,998 +"39127",9200,89681,2,787,1978 +"39128",9200,90790,3,787,1492 +"39129",9200,91162,3,787,1693 +"39130",9200,91163,3,787,1171 +"39131",9200,91201,3,787,1702 +"39132",9200,91210,3,787,1457 +"39133",9200,91912,3,787,790 +"39134",9200,95644,3,787,1531 +"39135",9200,104280,3,787,887 +"39136",9202,2224,3,2477,2751 +"39137",9202,5120,1,2477,2735 +"39138",9202,13732,3,2477,2789 +"39139",9202,16866,2,2477,2718 +"39140",9202,16877,3,2477,2509 +"39141",9202,18151,3,2477,2962 +"39142",9202,18865,2,2477,2676 +"39143",9202,19208,3,2477,2629 +"39144",9202,21795,3,2477,2653 +"39145",9202,26642,3,2477,2952 +"39146",9202,26865,3,2477,2726 +"39147",9202,34327,3,2477,2959 +"39148",9202,36270,3,2477,2910 +"39149",9202,36962,3,2477,2861 +"39150",9202,50480,3,2477,2701 +"39151",9202,51783,3,2477,2599 +"39152",9202,56910,3,2477,2705 +"39153",9202,104565,3,2477,2693 +"39154",9227,728,3,1267,1812 +"39155",9227,2057,3,1267,1965 +"39156",9227,2524,2,1267,1708 +"39157",9227,2540,2,1267,1398 +"39158",9227,2576,3,1267,1307 +"39159",9227,2852,3,1267,2448 +"39160",9227,3127,1,1267,2273 +"39161",9227,3456,3,1267,1999 +"39162",9227,4032,3,1267,1763 +"39163",9227,4066,3,1267,1736 +"39164",9227,4303,3,1267,2414 +"39165",9227,4612,3,1267,2804 +"39166",9227,4660,3,1267,2149 +"39167",9227,4668,3,1267,1919 +"39168",9227,4669,3,1267,2395 +"39169",9227,5106,3,1267,2622 +"39170",9227,5454,3,1267,1779 +"39171",9227,5599,3,1267,1684 +"39172",9227,5897,3,1267,2337 +"39173",9227,5962,2,1267,2491 +"39174",9227,6119,3,1267,2358 +"39175",9227,6697,3,1267,2438 +"39176",9227,6989,3,1267,2623 +"39177",9227,7014,3,1267,2401 +"39178",9227,7269,3,1267,1728 +"39179",9227,7337,3,1267,1797 +"39180",9227,7355,3,1267,1928 +"39181",9227,7597,3,1267,2037 +"39182",9227,7719,3,1267,1954 +"39183",9227,7997,3,1267,2049 +"39184",9227,8610,3,1267,2240 +"39185",9227,8726,3,1267,2083 +"39186",9227,8865,3,1267,2394 +"39187",9227,9504,3,1267,2549 +"39188",9227,9787,3,1267,2858 +"39189",9227,10336,3,1267,2271 +"39190",9227,10754,3,1267,1797 +"39191",9227,10980,3,1267,1974 +"39192",9227,11136,2,1267,2573 +"39193",9227,11585,3,1267,1817 +"39194",9227,11625,3,1267,2022 +"39195",9227,11639,3,1267,1593 +"39196",9227,11648,3,1267,2852 +"39197",9227,12948,3,1267,2669 +"39198",9227,13068,3,1267,1778 +"39199",9227,13944,3,1267,1671 +"39200",9227,14287,3,1267,1583 +"39201",9227,14558,3,1267,1585 +"39202",9227,14781,3,1267,2338 +"39203",9227,15381,3,1267,2289 +"39204",9227,16286,3,1267,2470 +"39205",9227,16501,3,1267,1650 +"39206",9227,16690,3,1267,2132 +"39207",9227,17645,3,1267,1918 +"39208",9227,18965,3,1267,2315 +"39209",9227,19073,3,1267,2748 +"39210",9227,19231,3,1267,1424 +"39211",9227,19934,3,1267,2888 +"39212",9227,20155,3,1267,1517 +"39213",9227,20220,3,1267,1656 +"39214",9227,20395,3,1267,1468 +"39215",9227,21681,3,1267,2005 +"39216",9227,22578,3,1267,2216 +"39217",9227,22723,3,1267,2859 +"39218",9227,23131,3,1267,1732 +"39219",9227,23488,2,1267,1523 +"39220",9227,24060,3,1267,2349 +"39221",9227,26734,2,1267,2299 +"39222",9227,27320,3,1267,2378 +"39223",9227,27686,3,1267,2844 +"39224",9227,27908,3,1267,2576 +"39225",9227,27914,3,1267,2507 +"39226",9227,28869,3,1267,2425 +"39227",9227,28893,3,1267,2764 +"39228",9227,29286,3,1267,1612 +"39229",9227,29495,3,1267,1612 +"39230",9227,29997,2,1267,1789 +"39231",9227,30486,3,1267,1269 +"39232",9227,30525,3,1267,1964 +"39233",9227,30669,3,1267,1921 +"39234",9227,31317,3,1267,1362 +"39235",9227,32050,3,1267,2059 +"39236",9227,32202,3,1267,2314 +"39237",9227,34334,3,1267,1637 +"39238",9227,34831,3,1267,1866 +"39239",9227,36953,3,1267,2790 +"39240",9227,36970,3,1267,2693 +"39241",9227,37036,3,1267,2264 +"39242",9227,37279,3,1267,2768 +"39243",9227,37929,3,1267,2393 +"39244",9227,38259,3,1267,2258 +"39245",9227,38333,3,1267,1365 +"39246",9227,39534,3,1267,2410 +"39247",9227,40572,1,1267,2666 +"39248",9227,40623,3,1267,2580 +"39249",9227,41023,2,1267,2408 +"39250",9227,41338,2,1267,1553 +"39251",9227,41598,3,1267,2291 +"39252",9227,41969,3,1267,2189 +"39253",9227,42813,3,1267,2142 +"39254",9227,44603,3,1267,2748 +"39255",9227,45729,3,1267,2606 +"39256",9227,45869,3,1267,2840 +"39257",9227,46384,3,1267,2285 +"39258",9227,46486,2,1267,1868 +"39259",9227,46532,3,1267,2005 +"39260",9227,47654,3,1267,1664 +"39261",9227,50354,3,1267,1299 +"39262",9227,51687,3,1267,2333 +"39263",9227,51879,2,1267,1771 +"39264",9227,53160,3,1267,2736 +"39265",9227,53739,3,1267,2704 +"39266",9227,53924,2,1267,1289 +"39267",9227,56094,3,1267,2343 +"39268",9227,59637,3,1267,2141 +"39269",9227,59726,3,1267,1513 +"39270",9227,60879,3,1267,2792 +"39271",9227,61125,3,1267,1673 +"39272",9227,62963,3,1267,1964 +"39273",9227,63837,3,1267,2807 +"39274",9227,64967,3,1267,2872 +"39275",9227,65242,3,1267,1988 +"39276",9227,67266,3,1267,2010 +"39277",9227,69232,3,1267,2130 +"39278",9227,70070,3,1267,2425 +"39279",9227,70455,3,1267,1307 +"39280",9227,72438,3,1267,1397 +"39281",9227,74055,3,1267,1544 +"39282",9227,76286,3,1267,1642 +"39283",9227,77077,3,1267,2693 +"39284",9227,81545,3,1267,2077 +"39285",9227,82932,2,1267,2245 +"39286",9227,92850,3,1267,1971 +"39287",9227,92860,3,1267,1643 +"39288",9227,100048,3,1267,1573 +"39289",9227,104828,3,1267,1609 +"39290",9241,2936,3,2338,2512 +"39291",9241,7785,3,2338,2441 +"39292",9241,7896,3,2338,2447 +"39293",9241,13879,3,2338,2748 +"39294",9241,14586,3,2338,2801 +"39295",9241,14754,3,2338,2456 +"39296",9241,15826,3,2338,2772 +"39297",9241,26182,2,2338,2775 +"39298",9241,27320,3,2338,2378 +"39299",9241,28893,3,2338,2764 +"39300",9241,32339,3,2338,2430 +"39301",9241,35797,3,2338,2482 +"39302",9241,57067,3,2338,2547 +"39303",9241,57356,2,2338,2476 +"39304",9241,60384,3,2338,2765 +"39305",9269,55,3,1892,2524 +"39306",9269,1151,3,1892,2885 +"39307",9269,2424,3,1892,2582 +"39308",9269,2443,3,1892,2333 +"39309",9269,2647,3,1892,2450 +"39310",9269,3158,3,1892,2762 +"39311",9269,3271,3,1892,2216 +"39312",9269,3506,2,1892,2364 +"39313",9269,3628,3,1892,2707 +"39314",9269,4403,3,1892,2416 +"39315",9269,4784,3,1892,2511 +"39316",9269,5839,3,1892,2301 +"39317",9269,6040,2,1892,2103 +"39318",9269,6621,3,1892,2478 +"39319",9269,7123,2,1892,1964 +"39320",9269,8762,3,1892,2585 +"39321",9269,9272,3,1892,2835 +"39322",9269,9740,3,1892,2233 +"39323",9269,9895,1,1892,1960 +"39324",9269,9910,2,1892,2526 +"39325",9269,9948,2,1892,2019 +"39326",9269,11351,2,1892,2971 +"39327",9269,14172,3,1892,1923 +"39328",9269,14442,3,1892,2700 +"39329",9269,15023,3,1892,2054 +"39330",9269,15813,2,1892,2143 +"39331",9269,16866,3,1892,2718 +"39332",9269,17645,3,1892,1918 +"39333",9269,17925,2,1892,2385 +"39334",9269,20547,3,1892,2145 +"39335",9269,20695,1,1892,2526 +"39336",9269,21358,3,1892,1970 +"39337",9269,22389,3,1892,2034 +"39338",9269,23560,3,1892,2051 +"39339",9269,26740,1,1892,2695 +"39340",9269,31159,3,1892,2231 +"39341",9269,31295,3,1892,2183 +"39342",9269,32724,3,1892,2581 +"39343",9269,38697,2,1892,2701 +"39344",9269,41350,3,1892,1935 +"39345",9269,41489,3,1892,2006 +"39346",9269,42382,3,1892,2224 +"39347",9269,43226,3,1892,2442 +"39348",9269,44744,1,1892,2032 +"39349",9269,46616,3,1892,1917 +"39350",9269,47607,3,1892,2724 +"39351",9269,48110,3,1892,2009 +"39352",9269,48931,2,1892,2444 +"39353",9269,51843,3,1892,2389 +"39354",9269,51890,3,1892,1992 +"39355",9269,53020,3,1892,2747 +"39356",9269,53445,3,1892,2028 +"39357",9269,53584,2,1892,2391 +"39358",9269,54385,3,1892,2340 +"39359",9269,54953,3,1892,2223 +"39360",9269,55261,3,1892,1915 +"39361",9269,57804,3,1892,2214 +"39362",9269,58508,3,1892,2326 +"39363",9269,69335,3,1892,2698 +"39364",9269,69453,3,1892,2831 +"39365",9269,76892,3,1892,2381 +"39366",9269,78277,3,1892,1937 +"39367",9269,84808,3,1892,1974 +"39368",9269,89391,3,1892,2180 +"39369",9269,93553,3,1892,2537 +"39370",9269,96387,2,1892,2159 +"39371",9269,100084,3,1892,1964 +"39372",9272,5239,3,2835,2875 +"39373",9272,18943,3,2835,2861 +"39374",9272,19364,2,2835,2846 +"39375",9272,23550,3,2835,2939 +"39376",9272,26749,3,2835,2965 +"39377",9272,30010,3,2835,2917 +"39378",9272,37684,3,2835,2899 +"39379",9272,42390,3,2835,2937 +"39380",9272,43173,2,2835,2895 +"39381",9272,59039,2,2835,2870 +"39382",9272,62712,3,2835,2884 +"39383",9272,99940,3,2835,2884 +"39384",9272,108379,3,2835,2933 +"39385",9273,1570,2,1747,2028 +"39386",9273,3272,3,1747,2132 +"39387",9273,3477,3,1747,2546 +"39388",9273,3559,3,1747,2413 +"39389",9273,4983,3,1747,1909 +"39390",9273,6063,3,1747,2349 +"39391",9273,7648,1,1747,1861 +"39392",9273,8325,3,1747,2228 +"39393",9273,10435,2,1747,1984 +"39394",9273,10756,3,1747,2207 +"39395",9273,12598,3,1747,2086 +"39396",9273,14442,2,1747,2700 +"39397",9273,15023,3,1747,2054 +"39398",9273,16184,1,1747,2274 +"39399",9273,17768,2,1747,2468 +"39400",9273,18005,3,1747,2449 +"39401",9273,19075,3,1747,2214 +"39402",9273,20547,3,1747,2145 +"39403",9273,22905,3,1747,2599 +"39404",9273,24867,2,1747,1861 +"39405",9273,25053,2,1747,2186 +"39406",9273,31281,3,1747,1937 +"39407",9273,32904,1,1747,2055 +"39408",9273,33223,3,1747,2397 +"39409",9273,33470,3,1747,2003 +"39410",9273,34295,2,1747,2735 +"39411",9273,35844,2,1747,2961 +"39412",9273,36996,3,1747,2321 +"39413",9273,40759,2,1747,2789 +"39414",9273,42136,3,1747,2551 +"39415",9273,44132,3,1747,1999 +"39416",9273,44501,2,1747,2567 +"39417",9273,44730,3,1747,2468 +"39418",9273,47094,1,1747,2592 +"39419",9273,49805,3,1747,2445 +"39420",9273,51843,3,1747,2389 +"39421",9273,54385,3,1747,2340 +"39422",9273,55307,2,1747,2306 +"39423",9273,55482,3,1747,1866 +"39424",9273,56413,3,1747,2747 +"39425",9273,58536,2,1747,2742 +"39426",9273,59289,3,1747,2896 +"39427",9273,63104,3,1747,2149 +"39428",9273,67701,3,1747,2289 +"39429",9273,84317,3,1747,2081 +"39430",9273,84808,3,1747,1974 +"39431",9273,106755,3,1747,2166 +"39432",9273,110737,3,1747,2117 +"39433",9281,2700,2,78,857 +"39434",9281,7684,3,78,790 +"39435",9281,9241,3,78,2338 +"39436",9281,14754,3,78,2456 +"39437",9281,23000,1,78,1815 +"39438",9281,26182,2,78,2775 +"39439",9281,29985,2,78,1568 +"39440",9281,38087,3,78,1083 +"39441",9281,43207,3,78,635 +"39442",9281,44749,3,78,1303 +"39443",9281,46982,3,78,2806 +"39444",9281,47013,3,78,2388 +"39445",9281,57356,3,78,2476 +"39446",9281,60808,3,78,1258 +"39447",9281,78594,3,78,2441 +"39448",9281,88759,3,78,1315 +"39449",9281,94448,3,78,242 +"39450",9281,99418,3,78,444 +"39451",9298,1046,3,1109,1881 +"39452",9298,1136,3,1109,2536 +"39453",9298,1367,3,1109,2176 +"39454",9298,2063,3,1109,1278 +"39455",9298,3167,3,1109,1676 +"39456",9298,4191,2,1109,2130 +"39457",9298,4618,2,1109,2607 +"39458",9298,7245,2,1109,2089 +"39459",9298,8533,3,1109,2251 +"39460",9298,8700,1,1109,1270 +"39461",9298,16164,3,1109,1184 +"39462",9298,16217,3,1109,1653 +"39463",9298,17357,3,1109,1536 +"39464",9298,18011,3,1109,1636 +"39465",9298,18202,2,1109,2475 +"39466",9298,18415,2,1109,2184 +"39467",9298,20563,3,1109,2267 +"39468",9298,21225,3,1109,1945 +"39469",9298,23534,3,1109,1659 +"39470",9298,25341,3,1109,1858 +"39471",9298,25643,2,1109,1646 +"39472",9298,26282,3,1109,1241 +"39473",9298,26793,2,1109,2104 +"39474",9298,28434,3,1109,1141 +"39475",9298,28892,3,1109,2023 +"39476",9298,29456,2,1109,1182 +"39477",9298,31050,3,1109,1491 +"39478",9298,31799,3,1109,2547 +"39479",9298,37400,3,1109,2860 +"39480",9298,40293,3,1109,1671 +"39481",9298,43153,3,1109,1381 +"39482",9298,45549,3,1109,1322 +"39483",9298,45633,3,1109,2134 +"39484",9298,46391,2,1109,1779 +"39485",9298,47857,3,1109,2325 +"39486",9298,49144,3,1109,1542 +"39487",9298,51410,3,1109,2739 +"39488",9298,58035,3,1109,1646 +"39489",9298,58384,3,1109,1637 +"39490",9298,64031,3,1109,1295 +"39491",9298,65691,3,1109,2134 +"39492",9298,82767,3,1109,1641 +"39493",9298,83053,3,1109,1303 +"39494",9298,94947,1,1109,1368 +"39495",9298,105233,3,1109,1199 +"39496",9298,109978,3,1109,1865 +"39497",9301,4646,3,1861,2139 +"39498",9301,5897,3,1861,2337 +"39499",9301,9787,3,1861,2858 +"39500",9301,10373,3,1861,2436 +"39501",9301,16437,3,1861,1956 +"39502",9301,20894,3,1861,2214 +"39503",9301,30865,3,1861,2038 +"39504",9301,33341,3,1861,2338 +"39505",9301,37752,3,1861,2223 +"39506",9301,38259,3,1861,2258 +"39507",9301,38373,3,1861,1928 +"39508",9301,40623,3,1861,2580 +"39509",9301,59039,3,1861,2870 +"39510",9301,88067,3,1861,2315 +"39511",9311,270,3,2477,2542 +"39512",9311,602,3,2477,2632 +"39513",9311,1151,3,2477,2885 +"39514",9311,1616,2,2477,2662 +"39515",9311,2036,3,2477,2483 +"39516",9311,2424,2,2477,2582 +"39517",9311,3305,3,2477,2839 +"39518",9311,7323,3,2477,2858 +"39519",9311,7515,3,2477,2737 +"39520",9311,7984,3,2477,2493 +"39521",9311,10148,3,2477,2964 +"39522",9311,12703,3,2477,2689 +"39523",9311,13249,3,2477,2573 +"39524",9311,13573,3,2477,2774 +"39525",9311,14655,3,2477,2559 +"39526",9311,14959,2,2477,2898 +"39527",9311,15444,3,2477,2764 +"39528",9311,15636,3,2477,2857 +"39529",9311,15930,3,2477,2541 +"39530",9311,16432,3,2477,2664 +"39531",9311,18151,3,2477,2962 +"39532",9311,19606,3,2477,2783 +"39533",9311,20700,3,2477,2861 +"39534",9311,23787,3,2477,2810 +"39535",9311,24753,3,2477,2860 +"39536",9311,24756,3,2477,2530 +"39537",9311,25486,3,2477,2582 +"39538",9311,26080,3,2477,2525 +"39539",9311,26749,3,2477,2965 +"39540",9311,28982,3,2477,2746 +"39541",9311,29095,2,2477,2531 +"39542",9311,29314,3,2477,2736 +"39543",9311,30906,1,2477,2537 +"39544",9311,33433,1,2477,2805 +"39545",9311,33801,2,2477,2899 +"39546",9311,35235,3,2477,2610 +"39547",9311,38755,2,2477,2902 +"39548",9311,41664,3,2477,2641 +"39549",9311,43455,3,2477,2846 +"39550",9311,44885,3,2477,2670 +"39551",9311,47534,3,2477,2712 +"39552",9311,49347,3,2477,2504 +"39553",9311,50118,3,2477,2654 +"39554",9311,51853,2,2477,2520 +"39555",9311,52570,3,2477,2645 +"39556",9311,53475,2,2477,2853 +"39557",9311,59140,3,2477,2528 +"39558",9311,61337,3,2477,2777 +"39559",9311,61458,3,2477,2630 +"39560",9311,61982,3,2477,2725 +"39561",9311,62841,3,2477,2710 +"39562",9311,70203,3,2477,2756 +"39563",9311,74636,3,2477,2525 +"39564",9311,88232,3,2477,2881 +"39565",9328,1570,3,1937,2028 +"39566",9328,3272,3,1937,2132 +"39567",9328,3477,3,1937,2546 +"39568",9328,6063,3,1937,2349 +"39569",9328,10857,3,1937,2253 +"39570",9328,12598,3,1937,2086 +"39571",9328,14442,2,1937,2700 +"39572",9328,16184,3,1937,2274 +"39573",9328,17768,3,1937,2468 +"39574",9328,25053,3,1937,2186 +"39575",9328,25971,2,1937,2608 +"39576",9328,33223,3,1937,2397 +"39577",9328,34480,2,1937,2755 +"39578",9328,34735,3,1937,2767 +"39579",9328,36996,3,1937,2321 +"39580",9328,54551,3,1937,2348 +"39581",9328,59289,3,1937,2896 +"39582",9328,72207,3,1937,2430 +"39583",9328,84317,3,1937,2081 +"39584",9331,316,2,2269,2413 +"39585",9331,341,3,2269,2689 +"39586",9331,3978,3,2269,2775 +"39587",9331,4953,3,2269,2285 +"39588",9331,6104,3,2269,2462 +"39589",9331,7616,3,2269,2296 +"39590",9331,8842,2,2269,2535 +"39591",9331,9175,3,2269,2639 +"39592",9331,13249,3,2269,2573 +"39593",9331,15444,3,2269,2764 +"39594",9331,16628,3,2269,2409 +"39595",9331,16866,3,2269,2718 +"39596",9331,17549,1,2269,2647 +"39597",9331,18865,3,2269,2676 +"39598",9331,19208,2,2269,2629 +"39599",9331,19605,2,2269,2395 +"39600",9331,20331,2,2269,2365 +"39601",9331,21734,3,2269,2528 +"39602",9331,24256,3,2269,2393 +"39603",9331,27379,2,2269,2461 +"39604",9331,29454,3,2269,2719 +"39605",9331,30827,3,2269,2323 +"39606",9331,31705,3,2269,2706 +"39607",9331,34120,3,2269,2786 +"39608",9331,38307,2,2269,2648 +"39609",9331,39464,3,2269,2314 +"39610",9331,41764,3,2269,2409 +"39611",9331,41945,2,2269,2856 +"39612",9331,43455,3,2269,2846 +"39613",9331,44688,1,2269,2924 +"39614",9331,45239,3,2269,2535 +"39615",9331,46446,3,2269,2295 +"39616",9331,47564,3,2269,2650 +"39617",9331,50480,2,2269,2701 +"39618",9331,51610,3,2269,2635 +"39619",9331,56910,3,2269,2705 +"39620",9331,57532,3,2269,2617 +"39621",9331,63395,3,2269,2334 +"39622",9331,64699,3,2269,2797 +"39623",9331,77815,3,2269,2358 +"39624",9331,97498,3,2269,2346 +"39625",9332,2,3,2734,2796 +"39626",9332,371,3,2734,2950 +"39627",9332,7252,3,2734,2799 +"39628",9332,11648,3,2734,2852 +"39629",9332,17037,3,2734,2947 +"39630",9332,19073,3,2734,2748 +"39631",9332,19606,3,2734,2783 +"39632",9332,19934,3,2734,2888 +"39633",9332,40035,3,2734,2742 +"39634",9332,42256,3,2734,2839 +"39635",9342,55,3,896,2524 +"39636",9342,900,3,896,2726 +"39637",9342,1393,2,896,1706 +"39638",9342,2014,2,896,973 +"39639",9342,2576,3,896,1307 +"39640",9342,3506,3,896,2364 +"39641",9342,4403,2,896,2416 +"39642",9342,4660,3,896,2149 +"39643",9342,5317,3,896,2063 +"39644",9342,5683,3,896,2468 +"39645",9342,7123,2,896,1964 +"39646",9342,9088,3,896,1881 +"39647",9342,9269,3,896,1892 +"39648",9342,10610,3,896,1427 +"39649",9342,14669,3,896,2080 +"39650",9342,15244,1,896,1600 +"39651",9342,16286,3,896,2470 +"39652",9342,17925,3,896,2385 +"39653",9342,21872,3,896,2458 +"39654",9342,22389,3,896,2034 +"39655",9342,23301,3,896,1611 +"39656",9342,31990,3,896,2264 +"39657",9342,32629,2,896,1789 +"39658",9342,32724,3,896,2581 +"39659",9342,37801,3,896,2578 +"39660",9342,38676,3,896,2286 +"39661",9342,41075,2,896,1176 +"39662",9342,44312,2,896,2741 +"39663",9342,44421,3,896,956 +"39664",9342,44744,3,896,2032 +"39665",9342,45449,3,896,1610 +"39666",9342,48931,2,896,2444 +"39667",9342,66017,3,896,1545 +"39668",9342,68215,2,896,2727 +"39669",9342,70455,3,896,1307 +"39670",9342,83264,3,896,1922 +"39671",9342,92469,3,896,1232 +"39672",9342,96387,2,896,2159 +"39673",9342,102581,2,896,1813 +"39674",9349,10278,1,2052,2345 +"39675",9349,30981,3,2052,2366 +"39676",9349,33949,3,2052,2489 +"39677",9349,42522,3,2052,2592 +"39678",9349,52969,2,2052,2302 +"39679",9351,1453,3,1460,1737 +"39680",9351,1691,3,1460,1941 +"39681",9351,3628,3,1460,2707 +"39682",9351,8890,3,1460,1955 +"39683",9351,21324,3,1460,2413 +"39684",9351,27509,3,1460,2067 +"39685",9351,32775,2,1460,2135 +"39686",9351,34158,2,1460,2639 +"39687",9351,42331,3,1460,1585 +"39688",9351,45742,3,1460,2566 +"39689",9351,51319,3,1460,2488 +"39690",9351,53219,3,1460,2973 +"39691",9351,53562,3,1460,2687 +"39692",9351,54631,3,1460,1531 +"39693",9351,55438,2,1460,2863 +"39694",9351,57209,3,1460,1719 +"39695",9351,70101,3,1460,2414 +"39696",9351,73172,3,1460,2496 +"39697",9362,1151,3,2879,2885 +"39698",9362,14959,3,2879,2898 +"39699",9362,18151,3,2879,2962 +"39700",9362,30697,3,2879,2891 +"39701",9362,36609,3,2879,2918 +"39702",9364,270,3,1698,2542 +"39703",9364,312,2,1698,2038 +"39704",9364,380,3,1698,2261 +"39705",9364,913,3,1698,2144 +"39706",9364,1102,3,1698,2282 +"39707",9364,1495,3,1698,2046 +"39708",9364,1639,3,1698,2631 +"39709",9364,1691,3,1698,1941 +"39710",9364,2181,3,1698,2030 +"39711",9364,2195,3,1698,2139 +"39712",9364,2424,3,1698,2582 +"39713",9364,2533,2,1698,2016 +"39714",9364,2766,3,1698,1920 +"39715",9364,3305,3,1698,2839 +"39716",9364,3306,3,1698,1989 +"39717",9364,3477,3,1698,2546 +"39718",9364,3801,3,1698,1974 +"39719",9364,4763,3,1698,1960 +"39720",9364,5041,3,1698,2371 +"39721",9364,5072,3,1698,2175 +"39722",9364,5429,3,1698,1991 +"39723",9364,5622,2,1698,2175 +"39724",9364,5971,3,1698,1985 +"39725",9364,6047,3,1698,2004 +"39726",9364,6063,3,1698,2349 +"39727",9364,6363,3,1698,2066 +"39728",9364,6588,3,1698,2025 +"39729",9364,6718,3,1698,2138 +"39730",9364,7180,3,1698,2227 +"39731",9364,7548,3,1698,1932 +"39732",9364,9311,3,1698,2477 +"39733",9364,9702,3,1698,1928 +"39734",9364,10513,2,1698,2284 +"39735",9364,10857,2,1698,2253 +"39736",9364,10874,2,1698,1891 +"39737",9364,11006,2,1698,1950 +"39738",9364,11218,3,1698,2292 +"39739",9364,11440,3,1698,2026 +"39740",9364,12375,3,1698,1873 +"39741",9364,12728,3,1698,2374 +"39742",9364,15184,3,1698,2396 +"39743",9364,16201,3,1698,1811 +"39744",9364,16332,1,1698,2668 +"39745",9364,16863,3,1698,2069 +"39746",9364,17400,3,1698,2231 +"39747",9364,18394,3,1698,2356 +"39748",9364,19027,3,1698,2721 +"39749",9364,19248,2,1698,2357 +"39750",9364,19622,3,1698,2371 +"39751",9364,19719,2,1698,2177 +"39752",9364,20124,2,1698,2376 +"39753",9364,20407,3,1698,2339 +"39754",9364,21138,3,1698,2849 +"39755",9364,21285,3,1698,2100 +"39756",9364,23395,3,1698,1948 +"39757",9364,23725,3,1698,2378 +"39758",9364,25198,3,1698,1982 +"39759",9364,25577,3,1698,1946 +"39760",9364,26582,3,1698,2772 +"39761",9364,26749,2,1698,2965 +"39762",9364,27275,3,1698,2656 +"39763",9364,27390,3,1698,2425 +"39764",9364,27694,2,1698,2030 +"39765",9364,29224,3,1698,2011 +"39766",9364,30405,3,1698,2164 +"39767",9364,33223,3,1698,2397 +"39768",9364,33949,3,1698,2489 +"39769",9364,34480,3,1698,2755 +"39770",9364,34836,3,1698,2302 +"39771",9364,36439,3,1698,2469 +"39772",9364,38019,3,1698,1870 +"39773",9364,38780,3,1698,2705 +"39774",9364,39294,3,1698,1889 +"39775",9364,41625,3,1698,1794 +"39776",9364,43213,3,1698,2160 +"39777",9364,43455,3,1698,2846 +"39778",9364,45684,3,1698,2200 +"39779",9364,46039,3,1698,1794 +"39780",9364,46629,3,1698,2255 +"39781",9364,47362,3,1698,2253 +"39782",9364,47772,2,1698,2293 +"39783",9364,48605,3,1698,2796 +"39784",9364,51017,3,1698,2073 +"39785",9364,51041,2,1698,2606 +"39786",9364,52576,3,1698,2234 +"39787",9364,52789,3,1698,1791 +"39788",9364,54551,2,1698,2348 +"39789",9364,56082,3,1698,2395 +"39790",9364,56317,3,1698,2030 +"39791",9364,57353,3,1698,1849 +"39792",9364,58451,3,1698,1939 +"39793",9364,58508,3,1698,2326 +"39794",9364,61982,2,1698,2725 +"39795",9364,62841,3,1698,2710 +"39796",9364,65007,3,1698,2530 +"39797",9364,66703,3,1698,2375 +"39798",9364,70203,3,1698,2756 +"39799",9364,72468,3,1698,2292 +"39800",9364,76048,3,1698,2373 +"39801",9364,79322,2,1698,2770 +"39802",9364,80825,3,1698,2315 +"39803",9364,82949,2,1698,2077 +"39804",9364,83396,3,1698,2396 +"39805",9391,206,3,1252,1986 +"39806",9391,312,2,1252,2038 +"39807",9391,913,3,1252,2144 +"39808",9391,1036,3,1252,1367 +"39809",9391,1092,3,1252,1945 +"39810",9391,2533,3,1252,2016 +"39811",9391,2684,2,1252,2874 +"39812",9391,2712,3,1252,1881 +"39813",9391,2894,3,1252,1291 +"39814",9391,3305,3,1252,2839 +"39815",9391,3716,3,1252,1679 +"39816",9391,4360,3,1252,1770 +"39817",9391,4504,3,1252,1905 +"39818",9391,5072,3,1252,2175 +"39819",9391,5429,2,1252,1991 +"39820",9391,5622,3,1252,2175 +"39821",9391,7234,2,1252,2654 +"39822",9391,8088,3,1252,2220 +"39823",9391,8865,2,1252,2394 +"39824",9391,9311,2,1252,2477 +"39825",9391,9893,3,1252,2701 +"39826",9391,10148,2,1252,2964 +"39827",9391,10488,3,1252,1524 +"39828",9391,10717,3,1252,1938 +"39829",9391,10779,3,1252,2881 +"39830",9391,10843,3,1252,2277 +"39831",9391,10857,3,1252,2253 +"39832",9391,10871,3,1252,2314 +"39833",9391,11055,3,1252,2111 +"39834",9391,11382,3,1252,2746 +"39835",9391,12035,3,1252,2721 +"39836",9391,12310,1,1252,1337 +"39837",9391,12528,3,1252,2589 +"39838",9391,12778,3,1252,2045 +"39839",9391,13610,3,1252,2515 +"39840",9391,13808,3,1252,1356 +"39841",9391,15402,3,1252,1281 +"39842",9391,15560,1,1252,2257 +"39843",9391,15626,3,1252,2434 +"39844",9391,16195,3,1252,2964 +"39845",9391,17396,3,1252,1672 +"39846",9391,17400,3,1252,2231 +"39847",9391,17819,3,1252,2291 +"39848",9391,17943,3,1252,1943 +"39849",9391,19248,3,1252,2357 +"39850",9391,19937,3,1252,1587 +"39851",9391,22180,3,1252,1835 +"39852",9391,22331,3,1252,2687 +"39853",9391,23508,2,1252,1907 +"39854",9391,24259,3,1252,1281 +"39855",9391,24448,2,1252,2289 +"39856",9391,24512,2,1252,1369 +"39857",9391,24753,3,1252,2860 +"39858",9391,25443,3,1252,1441 +"39859",9391,25643,3,1252,1646 +"39860",9391,26182,3,1252,2775 +"39861",9391,27275,3,1252,2656 +"39862",9391,27390,3,1252,2425 +"39863",9391,27501,3,1252,1981 +"39864",9391,27849,3,1252,1316 +"39865",9391,27908,3,1252,2576 +"39866",9391,29073,3,1252,2328 +"39867",9391,29454,3,1252,2719 +"39868",9391,30052,3,1252,2855 +"39869",9391,30906,1,1252,2537 +"39870",9391,31307,3,1252,2139 +"39871",9391,33356,3,1252,1586 +"39872",9391,33383,3,1252,1572 +"39873",9391,33433,3,1252,2805 +"39874",9391,34707,3,1252,2042 +"39875",9391,35095,3,1252,1502 +"39876",9391,35903,2,1252,1434 +"39877",9391,36031,3,1252,2342 +"39878",9391,36574,3,1252,2934 +"39879",9391,37333,3,1252,1612 +"39880",9391,38885,3,1252,2720 +"39881",9391,39294,3,1252,1889 +"39882",9391,40493,3,1252,1981 +"39883",9391,42196,2,1252,2765 +"39884",9391,43213,3,1252,2160 +"39885",9391,43756,3,1252,2881 +"39886",9391,43769,3,1252,2394 +"39887",9391,44885,3,1252,2670 +"39888",9391,46196,3,1252,1510 +"39889",9391,46486,3,1252,1868 +"39890",9391,46596,3,1252,1942 +"39891",9391,48377,3,1252,1927 +"39892",9391,51041,3,1252,2606 +"39893",9391,52136,3,1252,1412 +"39894",9391,52442,3,1252,1269 +"39895",9391,53604,3,1252,2489 +"39896",9391,54551,3,1252,2348 +"39897",9391,54695,3,1252,2429 +"39898",9391,55821,3,1252,1303 +"39899",9391,55862,3,1252,2123 +"39900",9391,56082,3,1252,2395 +"39901",9391,58733,3,1252,1958 +"39902",9391,59113,3,1252,2434 +"39903",9391,62488,3,1252,1418 +"39904",9391,62966,3,1252,1282 +"39905",9391,66224,3,1252,2728 +"39906",9391,67652,2,1252,2736 +"39907",9391,68215,3,1252,2727 +"39908",9391,69232,3,1252,2130 +"39909",9391,72207,3,1252,2430 +"39910",9391,73394,3,1252,1606 +"39911",9391,74190,3,1252,1428 +"39912",9391,75403,3,1252,1895 +"39913",9391,82929,3,1252,2475 +"39914",9391,89681,3,1252,1978 +"39915",9391,101338,2,1252,1319 +"39916",9423,145,2,1708,1998 +"39917",9423,160,2,1708,2007 +"39918",9423,316,3,1708,2413 +"39919",9423,341,3,1708,2689 +"39920",9423,854,3,1708,2307 +"39921",9423,913,3,1708,2144 +"39922",9423,915,3,1708,1793 +"39923",9423,1324,3,1708,2147 +"39924",9423,1409,3,1708,2090 +"39925",9423,2181,3,1708,2030 +"39926",9423,2484,3,1708,2389 +"39927",9423,3068,3,1708,1815 +"39928",9423,3456,3,1708,1999 +"39929",9423,3477,3,1708,2546 +"39930",9423,3978,2,1708,2775 +"39931",9423,3980,3,1708,2771 +"39932",9423,4303,3,1708,2414 +"39933",9423,4646,3,1708,2139 +"39934",9423,4929,2,1708,2240 +"39935",9423,4953,3,1708,2285 +"39936",9423,6063,3,1708,2349 +"39937",9423,6104,3,1708,2462 +"39938",9423,6192,3,1708,2409 +"39939",9423,6234,3,1708,2654 +"39940",9423,6324,2,1708,1990 +"39941",9423,6449,2,1708,1997 +"39942",9423,6821,2,1708,1788 +"39943",9423,7014,3,1708,2401 +"39944",9423,7167,3,1708,1993 +"39945",9423,7241,3,1708,2259 +"39946",9423,7616,3,1708,2296 +"39947",9423,8060,3,1708,1883 +"39948",9423,8238,3,1708,2222 +"39949",9423,8274,3,1708,1909 +"39950",9423,8842,2,1708,2535 +"39951",9423,9175,3,1708,2639 +"39952",9423,9311,3,1708,2477 +"39953",9423,9331,2,1708,2269 +"39954",9423,9723,3,1708,2302 +"39955",9423,10964,3,1708,2043 +"39956",9423,11067,3,1708,2734 +"39957",9423,12081,1,1708,2166 +"39958",9423,12388,3,1708,1975 +"39959",9423,12729,2,1708,1835 +"39960",9423,12901,3,1708,2136 +"39961",9423,13158,3,1708,2667 +"39962",9423,14096,2,1708,1861 +"39963",9423,14507,3,1708,2686 +"39964",9423,14731,3,1708,2012 +"39965",9423,14918,2,1708,2071 +"39966",9423,14972,3,1708,2332 +"39967",9423,15008,3,1708,2338 +"39968",9423,15207,3,1708,1855 +"39969",9423,15444,3,1708,2764 +"39970",9423,15729,3,1708,2338 +"39971",9423,16437,3,1708,1956 +"39972",9423,16628,3,1708,2409 +"39973",9423,17351,1,1708,2036 +"39974",9423,17549,1,1708,2647 +"39975",9423,17632,1,1708,1947 +"39976",9423,17867,3,1708,1904 +"39977",9423,18165,3,1708,2085 +"39978",9423,18670,1,1708,1835 +"39979",9423,19208,3,1708,2629 +"39980",9423,19215,3,1708,2604 +"39981",9423,19317,3,1708,2041 +"39982",9423,19605,3,1708,2395 +"39983",9423,20331,2,1708,2365 +"39984",9423,21079,2,1708,1997 +"39985",9423,21487,3,1708,2203 +"39986",9423,21734,3,1708,2528 +"39987",9423,22580,3,1708,2245 +"39988",9423,22682,2,1708,2035 +"39989",9423,22709,3,1708,2743 +"39990",9423,24256,2,1708,2393 +"39991",9423,24558,3,1708,2139 +"39992",9423,24825,3,1708,2686 +"39993",9423,26658,3,1708,2745 +"39994",9423,27379,3,1708,2461 +"39995",9423,27796,2,1708,2151 +"39996",9423,29289,2,1708,1756 +"39997",9423,29930,3,1708,2240 +"39998",9423,29977,3,1708,2781 +"39999",9423,30827,3,1708,2323 +"40000",9423,30981,3,1708,2366 +"40001",9423,31117,2,1708,2210 +"40002",9423,31159,2,1708,2231 +"40003",9423,31235,3,1708,2668 +"40004",9423,31295,3,1708,2183 +"40005",9423,31705,2,1708,2706 +"40006",9423,32047,3,1708,1858 +"40007",9423,32939,2,1708,2277 +"40008",9423,33223,3,1708,2397 +"40009",9423,34120,3,1708,2786 +"40010",9423,34509,3,1708,1973 +"40011",9423,34707,3,1708,2042 +"40012",9423,35264,3,1708,2329 +"40013",9423,35888,3,1708,2291 +"40014",9423,36031,3,1708,2342 +"40015",9423,37238,3,1708,2609 +"40016",9423,38307,2,1708,2648 +"40017",9423,38676,3,1708,2286 +"40018",9423,38973,3,1708,1999 +"40019",9423,39464,3,1708,2314 +"40020",9423,40368,3,1708,2876 +"40021",9423,41682,3,1708,1988 +"40022",9423,41770,3,1708,2752 +"40023",9423,41900,2,1708,1970 +"40024",9423,41945,2,1708,2856 +"40025",9423,42216,3,1708,2722 +"40026",9423,42256,3,1708,2839 +"40027",9423,42783,3,1708,2338 +"40028",9423,43404,3,1708,2649 +"40029",9423,43455,3,1708,2846 +"40030",9423,44688,1,1708,2924 +"40031",9423,45239,3,1708,2535 +"40032",9423,45545,3,1708,1776 +"40033",9423,45585,3,1708,2384 +"40034",9423,46446,3,1708,2295 +"40035",9423,47564,3,1708,2650 +"40036",9423,48035,3,1708,2180 +"40037",9423,50113,2,1708,2059 +"40038",9423,50480,3,1708,2701 +"40039",9423,52597,3,1708,1773 +"40040",9423,53445,3,1708,2028 +"40041",9423,53995,3,1708,2151 +"40042",9423,57532,3,1708,2617 +"40043",9423,57804,2,1708,2214 +"40044",9423,58284,3,1708,2292 +"40045",9423,60974,3,1708,2972 +"40046",9423,63477,3,1708,1907 +"40047",9423,64699,3,1708,2797 +"40048",9423,64857,3,1708,1792 +"40049",9423,70573,2,1708,1993 +"40050",9423,77611,3,1708,1795 +"40051",9423,77815,3,1708,2358 +"40052",9423,79413,3,1708,2224 +"40053",9423,89681,3,1708,1978 +"40054",9432,270,3,1693,2542 +"40055",9432,313,3,1693,2271 +"40056",9432,377,3,1693,2389 +"40057",9432,499,3,1693,1931 +"40058",9432,543,2,1693,2203 +"40059",9432,600,3,1693,1702 +"40060",9432,913,3,1693,2144 +"40061",9432,1151,3,1693,2885 +"40062",9432,1777,3,1693,1965 +"40063",9432,2484,3,1693,2389 +"40064",9432,3878,1,1693,1890 +"40065",9432,4226,3,1693,1903 +"40066",9432,4687,3,1693,2152 +"40067",9432,5078,3,1693,2033 +"40068",9432,5457,3,1693,2077 +"40069",9432,5462,3,1693,2374 +"40070",9432,5504,2,1693,2389 +"40071",9432,5971,3,1693,1985 +"40072",9432,6044,3,1693,2744 +"40073",9432,6390,3,1693,2385 +"40074",9432,6718,2,1693,2138 +"40075",9432,7323,3,1693,2858 +"40076",9432,7515,2,1693,2737 +"40077",9432,9184,3,1693,2670 +"40078",9432,11516,2,1693,1937 +"40079",9432,14032,3,1693,2144 +"40080",9432,17645,3,1693,1918 +"40081",9432,18394,3,1693,2356 +"40082",9432,19322,3,1693,2048 +"40083",9432,20700,3,1693,2861 +"40084",9432,21122,2,1693,1701 +"40085",9432,22749,3,1693,1727 +"40086",9432,23132,3,1693,2756 +"40087",9432,24568,2,1693,1937 +"40088",9432,25816,3,1693,2088 +"40089",9432,26867,3,1693,1804 +"40090",9432,28303,3,1693,2089 +"40091",9432,29258,3,1693,1932 +"40092",9432,35256,3,1693,2271 +"40093",9432,37570,3,1693,2389 +"40094",9432,42687,2,1693,1952 +"40095",9432,44768,3,1693,2516 +"40096",9432,47445,3,1693,2668 +"40097",9432,50667,3,1693,2719 +"40098",9432,55906,3,1693,2851 +"40099",9432,56082,3,1693,2395 +"40100",9432,58451,3,1693,1939 +"40101",9432,62219,3,1693,2494 +"40102",9432,63409,2,1693,1937 +"40103",9432,71478,3,1693,1721 +"40104",9432,73305,3,1693,2544 +"40105",9432,79804,1,1693,2227 +"40106",9432,80429,1,1693,1927 +"40107",9432,86245,3,1693,1972 +"40108",9432,92322,3,1693,2393 +"40109",9432,97915,2,1693,1802 +"40110",9440,270,3,1006,2542 +"40111",9440,997,3,1006,2788 +"40112",9440,1046,3,1006,1881 +"40113",9440,1124,3,1006,1596 +"40114",9440,1692,3,1006,2443 +"40115",9440,1767,3,1006,2727 +"40116",9440,1875,2,1006,1786 +"40117",9440,2093,3,1006,2459 +"40118",9440,2337,2,1006,1697 +"40119",9440,2600,3,1006,1182 +"40120",9440,2754,2,1006,1360 +"40121",9440,3068,2,1006,1815 +"40122",9440,3317,2,1006,2037 +"40123",9440,3495,3,1006,2431 +"40124",9440,3849,3,1006,1356 +"40125",9440,3980,3,1006,2771 +"40126",9440,4066,3,1006,1736 +"40127",9440,4671,2,1006,2280 +"40128",9440,5449,3,1006,1723 +"40129",9440,5515,3,1006,2385 +"40130",9440,5669,3,1006,2502 +"40131",9440,5725,3,1006,2789 +"40132",9440,5845,2,1006,1552 +"40133",9440,5971,3,1006,1985 +"40134",9440,6588,3,1006,2025 +"40135",9440,6996,3,1006,2916 +"40136",9440,7029,3,1006,2204 +"40137",9440,7269,3,1006,1728 +"40138",9440,7858,3,1006,1795 +"40139",9440,8062,3,1006,2858 +"40140",9440,9801,3,1006,2443 +"40141",9440,10488,3,1006,1524 +"40142",9440,10964,2,1006,2043 +"40143",9440,11019,1,1006,1299 +"40144",9440,11067,2,1006,2734 +"40145",9440,11103,3,1006,2393 +"40146",9440,11625,3,1006,2022 +"40147",9440,13158,3,1006,2667 +"40148",9440,13307,3,1006,2206 +"40149",9440,13537,3,1006,1020 +"40150",9440,13945,3,1006,1324 +"40151",9440,15095,3,1006,2001 +"40152",9440,15122,3,1006,1201 +"40153",9440,15734,3,1006,1616 +"40154",9440,17943,3,1006,1943 +"40155",9440,18394,3,1006,2356 +"40156",9440,19282,3,1006,1623 +"40157",9440,19676,3,1006,1515 +"40158",9440,20162,2,1006,2328 +"40159",9440,21012,3,1006,2325 +"40160",9440,22705,2,1006,1016 +"40161",9440,23121,3,1006,2108 +"40162",9440,23526,3,1006,1998 +"40163",9440,23534,3,1006,1659 +"40164",9440,23715,3,1006,1859 +"40165",9440,24085,3,1006,1253 +"40166",9440,24195,2,1006,1575 +"40167",9440,25078,3,1006,2312 +"40168",9440,25373,3,1006,2783 +"40169",9440,25508,3,1006,2081 +"40170",9440,27195,3,1006,2158 +"40171",9440,28285,3,1006,2972 +"40172",9440,28640,3,1006,1475 +"40173",9440,29578,3,1006,1957 +"40174",9440,30092,3,1006,1593 +"40175",9440,30405,3,1006,2164 +"40176",9440,30827,3,1006,2323 +"40177",9440,30850,3,1006,1045 +"40178",9440,31131,3,1006,2810 +"40179",9440,31799,3,1006,2547 +"40180",9440,32131,3,1006,1035 +"40181",9440,32939,3,1006,2277 +"40182",9440,35514,3,1006,2346 +"40183",9440,35620,3,1006,2092 +"40184",9440,36120,3,1006,2971 +"40185",9440,36506,2,1006,2638 +"40186",9440,37301,3,1006,2160 +"40187",9440,40028,3,1006,1349 +"40188",9440,40072,3,1006,1182 +"40189",9440,40675,3,1006,1595 +"40190",9440,42216,3,1006,2722 +"40191",9440,42914,2,1006,1737 +"40192",9440,43404,3,1006,2649 +"40193",9440,44786,3,1006,1096 +"40194",9440,45461,3,1006,2458 +"40195",9440,46385,3,1006,2225 +"40196",9440,47070,3,1006,1265 +"40197",9440,47384,3,1006,1639 +"40198",9440,47534,3,1006,2712 +"40199",9440,48571,3,1006,2717 +"40200",9440,48823,3,1006,2080 +"40201",9440,50236,3,1006,2339 +"40202",9440,50667,3,1006,2719 +"40203",9440,53219,3,1006,2973 +"40204",9440,53530,3,1006,2380 +"40205",9440,53668,3,1006,2242 +"40206",9440,55084,2,1006,1189 +"40207",9440,55828,3,1006,2393 +"40208",9440,56232,2,1006,1175 +"40209",9440,57804,3,1006,2214 +"40210",9440,62840,3,1006,2502 +"40211",9440,63515,3,1006,2023 +"40212",9440,68960,3,1006,1312 +"40213",9440,72334,3,1006,2820 +"40214",9440,75607,2,1006,2245 +"40215",9440,76132,3,1006,2426 +"40216",9440,78384,2,1006,1762 +"40217",9440,79848,2,1006,1629 +"40218",9440,88063,3,1006,1045 +"40219",9440,95879,3,1006,1748 +"40220",9462,1570,3,378,2028 +"40221",9462,2724,3,378,2447 +"40222",9462,3272,3,378,2132 +"40223",9462,3477,3,378,2546 +"40224",9462,3678,2,378,1325 +"40225",9462,4622,2,378,1589 +"40226",9462,4691,3,378,1888 +"40227",9462,6063,3,378,2349 +"40228",9462,6078,3,378,498 +"40229",9462,6235,3,378,1585 +"40230",9462,6562,2,378,1139 +"40231",9462,7648,2,378,1861 +"40232",9462,9273,2,378,1747 +"40233",9462,9328,3,378,1937 +"40234",9462,10435,1,378,1984 +"40235",9462,10755,3,378,1742 +"40236",9462,11803,2,378,1232 +"40237",9462,12031,3,378,1957 +"40238",9462,12598,3,378,2086 +"40239",9462,12735,3,378,819 +"40240",9462,12779,3,378,936 +"40241",9462,12861,3,378,1207 +"40242",9462,14061,2,378,1620 +"40243",9462,14442,2,378,2700 +"40244",9462,14902,1,378,562 +"40245",9462,15119,3,378,1020 +"40246",9462,15916,3,378,1236 +"40247",9462,16184,3,378,2274 +"40248",9462,17608,3,378,1216 +"40249",9462,17768,2,378,2468 +"40250",9462,17999,3,378,2758 +"40251",9462,18217,3,378,1566 +"40252",9462,18455,3,378,1237 +"40253",9462,20371,3,378,595 +"40254",9462,21419,3,378,1243 +"40255",9462,21701,3,378,1198 +"40256",9462,22462,3,378,869 +"40257",9462,22905,2,378,2599 +"40258",9462,23639,3,378,2065 +"40259",9462,23731,3,378,1656 +"40260",9462,24116,2,378,1413 +"40261",9462,24867,2,378,1861 +"40262",9462,25053,2,378,2186 +"40263",9462,25678,3,378,1558 +"40264",9462,25886,2,378,1580 +"40265",9462,29067,3,378,1538 +"40266",9462,29354,2,378,1123 +"40267",9462,31281,3,378,1937 +"40268",9462,32904,3,378,2055 +"40269",9462,33223,3,378,2397 +"40270",9462,35844,3,378,2961 +"40271",9462,36975,2,378,887 +"40272",9462,36996,3,378,2321 +"40273",9462,39911,2,378,1445 +"40274",9462,40542,3,378,1664 +"40275",9462,41051,3,378,2767 +"40276",9462,41669,3,378,1247 +"40277",9462,42136,3,378,2551 +"40278",9462,44132,2,378,1999 +"40279",9462,44473,3,378,1685 +"40280",9462,44501,3,378,2567 +"40281",9462,44730,3,378,2468 +"40282",9462,46849,3,378,1238 +"40283",9462,47094,3,378,2592 +"40284",9462,47882,3,378,2769 +"40285",9462,49805,2,378,2445 +"40286",9462,50635,3,378,2962 +"40287",9462,50779,3,378,623 +"40288",9462,53377,3,378,417 +"40289",9462,55436,3,378,2513 +"40290",9462,55446,2,378,1247 +"40291",9462,55493,3,378,869 +"40292",9462,55997,3,378,1414 +"40293",9462,56212,3,378,1410 +"40294",9462,56413,3,378,2747 +"40295",9462,58536,2,378,2742 +"40296",9462,59289,2,378,2896 +"40297",9462,60059,3,378,2587 +"40298",9462,62975,3,378,977 +"40299",9462,68460,3,378,599 +"40300",9462,74054,3,378,1488 +"40301",9462,76295,3,378,1001 +"40302",9462,76503,3,378,1136 +"40303",9462,77519,2,378,819 +"40304",9462,80728,3,378,599 +"40305",9462,82246,3,378,1538 +"40306",9462,83228,3,378,732 +"40307",9462,84317,2,378,2081 +"40308",9462,84322,2,378,1635 +"40309",9462,84808,3,378,1974 +"40310",9462,85062,3,378,1379 +"40311",9462,85072,3,378,413 +"40312",9462,86357,3,378,736 +"40313",9462,88739,3,378,933 +"40314",9462,91435,3,378,933 +"40315",9462,91465,2,378,1047 +"40316",9462,93123,3,378,870 +"40317",9462,95211,3,378,2462 +"40318",9462,95730,3,378,1481 +"40319",9462,97615,3,378,1198 +"40320",9462,103536,2,378,475 +"40321",9462,105253,3,378,476 +"40322",9462,115194,3,378,604 +"40323",9474,2424,3,864,2582 +"40324",9474,3716,3,864,1679 +"40325",9474,4790,3,864,1025 +"40326",9474,4791,3,864,1184 +"40327",9474,11540,3,864,1237 +"40328",9474,19719,3,864,2177 +"40329",9474,20975,3,864,1305 +"40330",9474,21138,3,864,2849 +"40331",9474,21197,3,864,1437 +"40332",9474,21198,3,864,935 +"40333",9474,21285,3,864,2100 +"40334",9474,22586,3,864,1341 +"40335",9474,23450,3,864,967 +"40336",9474,24755,3,864,1319 +"40337",9474,25577,3,864,1946 +"40338",9474,26471,3,864,1061 +"40339",9474,34836,3,864,2302 +"40340",9474,38019,2,864,1870 +"40341",9474,39238,2,864,922 +"40342",9474,47772,3,864,2293 +"40343",9474,51017,3,864,2073 +"40344",9474,56317,3,864,2030 +"40345",9474,71342,3,864,1289 +"40346",9474,75948,3,864,1006 +"40347",9474,77305,3,864,965 +"40348",9474,81588,3,864,1568 +"40349",9474,89097,3,864,935 +"40350",9474,90802,3,864,877 +"40351",9474,101395,3,864,891 +"40352",9481,237,3,1610,1982 +"40353",9481,364,3,1610,2351 +"40354",9481,1520,2,1610,1716 +"40355",9481,2206,3,1610,2536 +"40356",9481,2747,3,1610,2411 +"40357",9481,2985,3,1610,2398 +"40358",9481,3477,3,1610,2546 +"40359",9481,3978,3,1610,2775 +"40360",9481,4669,3,1610,2395 +"40361",9481,5897,3,1610,2337 +"40362",9481,6063,3,1610,2349 +"40363",9481,7861,3,1610,1647 +"40364",9481,8865,3,1610,2394 +"40365",9481,8890,3,1610,1955 +"40366",9481,9035,2,1610,2771 +"40367",9481,9060,3,1610,1612 +"40368",9481,9332,3,1610,2734 +"40369",9481,9503,2,1610,2453 +"40370",9481,9785,3,1610,2951 +"40371",9481,9787,2,1610,2858 +"40372",9481,10453,1,1610,1656 +"40373",9481,12361,3,1610,2732 +"40374",9481,12948,3,1610,2669 +"40375",9481,13879,3,1610,2748 +"40376",9481,14749,3,1610,1998 +"40377",9481,14817,3,1610,2110 +"40378",9481,15826,3,1610,2772 +"40379",9481,16501,2,1610,1650 +"40380",9481,16796,3,1610,1892 +"40381",9481,17037,2,1610,2947 +"40382",9481,18102,3,1610,1642 +"40383",9481,19433,3,1610,2504 +"40384",9481,19587,3,1610,1684 +"40385",9481,19655,2,1610,2706 +"40386",9481,19686,3,1610,2467 +"40387",9481,20220,1,1610,1656 +"40388",9481,20984,3,1610,2502 +"40389",9481,22364,3,1610,1809 +"40390",9481,23603,3,1610,2048 +"40391",9481,23825,3,1610,1913 +"40392",9481,25163,2,1610,1751 +"40393",9481,26182,3,1610,2775 +"40394",9481,26959,2,1610,1961 +"40395",9481,27320,3,1610,2378 +"40396",9481,27742,3,1610,2700 +"40397",9481,27908,3,1610,2576 +"40398",9481,27914,3,1610,2507 +"40399",9481,28837,2,1610,2286 +"40400",9481,29286,2,1610,1612 +"40401",9481,30334,3,1610,2075 +"40402",9481,30368,2,1610,2487 +"40403",9481,31335,3,1610,2351 +"40404",9481,31542,2,1610,2459 +"40405",9481,31868,3,1610,1993 +"40406",9481,32339,3,1610,2430 +"40407",9481,32775,3,1610,2135 +"40408",9481,33223,3,1610,2397 +"40409",9481,34892,3,1610,2309 +"40410",9481,34984,3,1610,2056 +"40411",9481,36912,2,1610,2469 +"40412",9481,37636,3,1610,2178 +"40413",9481,39062,2,1610,2020 +"40414",9481,40014,3,1610,2608 +"40415",9481,40035,3,1610,2742 +"40416",9481,40392,3,1610,1878 +"40417",9481,40542,3,1610,1664 +"40418",9481,41581,2,1610,1692 +"40419",9481,41633,3,1610,1976 +"40420",9481,43204,3,1610,1680 +"40421",9481,45729,3,1610,2606 +"40422",9481,46486,3,1610,1868 +"40423",9481,47595,3,1610,2374 +"40424",9481,50335,3,1610,1893 +"40425",9481,51783,3,1610,2599 +"40426",9481,51879,3,1610,1771 +"40427",9481,52483,3,1610,2317 +"40428",9481,53739,3,1610,2704 +"40429",9481,56569,2,1610,1993 +"40430",9481,57067,3,1610,2547 +"40431",9481,61347,3,1610,1684 +"40432",9481,63077,2,1610,2778 +"40433",9481,64947,3,1610,2489 +"40434",9481,72597,2,1610,1843 +"40435",9481,74370,2,1610,1667 +"40436",9481,82932,3,1610,2245 +"40437",9481,92860,3,1610,1643 +"40438",9484,160,3,1429,2007 +"40439",9484,680,3,1429,2569 +"40440",9484,1314,3,1429,1522 +"40441",9484,1641,3,1429,1490 +"40442",9484,2057,3,1429,1965 +"40443",9484,2591,3,1429,1949 +"40444",9484,2747,3,1429,2411 +"40445",9484,3978,3,1429,2775 +"40446",9484,4303,2,1429,2414 +"40447",9484,4361,3,1429,2571 +"40448",9484,4665,3,1429,1569 +"40449",9484,6063,3,1429,2349 +"40450",9484,6989,3,1429,2623 +"40451",9484,8062,3,1429,2858 +"40452",9484,8604,3,1429,2799 +"40453",9484,9503,3,1429,2453 +"40454",9484,10739,2,1429,1807 +"40455",9484,11588,2,1429,2352 +"40456",9484,12759,3,1429,2414 +"40457",9484,13065,3,1429,1561 +"40458",9484,13136,3,1429,2867 +"40459",9484,14754,3,1429,2456 +"40460",9484,14998,3,1429,1553 +"40461",9484,15095,3,1429,2001 +"40462",9484,16539,3,1429,1947 +"40463",9484,16595,3,1429,2352 +"40464",9484,18005,3,1429,2449 +"40465",9484,18124,3,1429,1642 +"40466",9484,18381,3,1429,1524 +"40467",9484,19587,3,1429,1684 +"40468",9484,19686,3,1429,2467 +"40469",9484,19934,3,1429,2888 +"40470",9484,20220,3,1429,1656 +"40471",9484,20662,2,1429,1523 +"40472",9484,22244,3,1429,2139 +"40473",9484,23131,3,1429,1732 +"40474",9484,24069,3,1429,2697 +"40475",9484,25373,3,1429,2783 +"40476",9484,27390,3,1429,2425 +"40477",9484,27882,3,1429,1897 +"40478",9484,28116,2,1429,1643 +"40479",9484,28837,3,1429,2286 +"40480",9484,30334,3,1429,2075 +"40481",9484,30525,3,1429,1964 +"40482",9484,31335,3,1429,2351 +"40483",9484,37424,3,1429,1693 +"40484",9484,37636,3,1429,2178 +"40485",9484,37752,3,1429,2223 +"40486",9484,39418,1,1429,1978 +"40487",9484,39534,3,1429,2410 +"40488",9484,40392,3,1429,1878 +"40489",9484,41694,3,1429,2358 +"40490",9484,41723,3,1429,2101 +"40491",9484,41955,3,1429,2479 +"40492",9484,43660,2,1429,2320 +"40493",9484,43961,3,1429,2443 +"40494",9484,44694,3,1429,2220 +"40495",9484,45729,3,1429,2606 +"40496",9484,46486,3,1429,1868 +"40497",9484,49347,3,1429,2504 +"40498",9484,50585,3,1429,2414 +"40499",9484,51783,3,1429,2599 +"40500",9484,55482,3,1429,1866 +"40501",9484,59039,3,1429,2870 +"40502",9484,61541,3,1429,2699 +"40503",9484,64947,3,1429,2489 +"40504",9484,65188,3,1429,2213 +"40505",9484,65381,3,1429,2184 +"40506",9484,65522,3,1429,1572 +"40507",9484,71531,3,1429,2887 +"40508",9484,72597,3,1429,1843 +"40509",9484,73107,3,1429,1918 +"40510",9484,74055,3,1429,1544 +"40511",9484,77052,3,1429,2770 +"40512",9484,81164,3,1429,2260 +"40513",9484,83122,3,1429,1503 +"40514",9484,90745,3,1429,1994 +"40515",9484,92860,3,1429,1643 +"40516",9484,106399,2,1429,1530 +"40517",9484,107435,3,1429,1635 +"40518",9491,25698,2,1960,2009 +"40519",9503,1822,3,2453,2888 +"40520",9503,3477,2,2453,2546 +"40521",9503,3978,3,2453,2775 +"40522",9503,9035,2,2453,2771 +"40523",9503,9272,3,2453,2835 +"40524",9503,9615,3,2453,2464 +"40525",9503,9785,2,2453,2951 +"40526",9503,9787,2,2453,2858 +"40527",9503,12577,2,2453,2530 +"40528",9503,13136,3,2453,2867 +"40529",9503,13879,3,2453,2748 +"40530",9503,13899,3,2453,2650 +"40531",9503,14959,3,2453,2898 +"40532",9503,16205,2,2453,2630 +"40533",9503,17037,3,2453,2947 +"40534",9503,19655,3,2453,2706 +"40535",9503,20984,3,2453,2502 +"40536",9503,23206,3,2453,2805 +"40537",9503,24069,3,2453,2697 +"40538",9503,26182,3,2453,2775 +"40539",9503,27742,3,2453,2700 +"40540",9503,27914,3,2453,2507 +"40541",9503,29825,3,2453,2603 +"40542",9503,30368,3,2453,2487 +"40543",9503,31542,3,2453,2459 +"40544",9503,32395,3,2453,2735 +"40545",9503,35980,3,2453,2657 +"40546",9503,36912,3,2453,2469 +"40547",9503,36953,3,2453,2790 +"40548",9503,40014,3,2453,2608 +"40549",9503,40035,3,2453,2742 +"40550",9503,40572,3,2453,2666 +"40551",9503,44603,3,2453,2748 +"40552",9503,45729,3,2453,2606 +"40553",9503,47529,3,2453,2914 +"40554",9503,53739,3,2453,2704 +"40555",9503,58501,2,2453,2613 +"40556",9503,63077,3,2453,2778 +"40557",9503,69335,3,2453,2698 +"40558",9503,70656,3,2453,2771 +"40559",9504,14915,3,2549,2606 +"40560",9504,37060,3,2549,2840 +"40561",9506,388,3,1012,1594 +"40562",9506,468,3,1012,1966 +"40563",9506,1150,3,1012,1595 +"40564",9506,1560,2,1012,2013 +"40565",9506,2802,3,1012,1836 +"40566",9506,3152,3,1012,1621 +"40567",9506,3271,3,1012,2216 +"40568",9506,3669,3,1012,2524 +"40569",9506,4194,3,1012,1641 +"40570",9506,4730,3,1012,2131 +"40571",9506,5483,3,1012,1938 +"40572",9506,5557,3,1012,1929 +"40573",9506,5845,3,1012,1552 +"40574",9506,5852,3,1012,1862 +"40575",9506,6133,3,1012,1229 +"40576",9506,7433,3,1012,2255 +"40577",9506,8525,3,1012,1787 +"40578",9506,9272,3,1012,2835 +"40579",9506,9716,1,1012,1929 +"40580",9506,9808,2,1012,1648 +"40581",9506,10200,3,1012,2920 +"40582",9506,10727,3,1012,2082 +"40583",9506,10908,3,1012,1134 +"40584",9506,11319,3,1012,2073 +"40585",9506,11429,3,1012,2520 +"40586",9506,12228,3,1012,2034 +"40587",9506,12481,2,1012,1086 +"40588",9506,12973,3,1012,1569 +"40589",9506,13400,2,1012,1371 +"40590",9506,14626,2,1012,2175 +"40591",9506,14654,2,1012,1692 +"40592",9506,14761,3,1012,2502 +"40593",9506,14789,1,1012,1034 +"40594",9506,15301,3,1012,2308 +"40595",9506,16361,3,1012,1641 +"40596",9506,16593,3,1012,1139 +"40597",9506,16771,3,1012,1541 +"40598",9506,16835,3,1012,1739 +"40599",9506,18808,3,1012,2854 +"40600",9506,18827,3,1012,1481 +"40601",9506,18855,2,1012,1362 +"40602",9506,19687,3,1012,2072 +"40603",9506,21504,3,1012,2328 +"40604",9506,21741,2,1012,1574 +"40605",9506,22905,2,1012,2599 +"40606",9506,24086,3,1012,2663 +"40607",9506,24116,3,1012,1413 +"40608",9506,25885,3,1012,1223 +"40609",9506,26100,3,1012,1966 +"40610",9506,26138,3,1012,1902 +"40611",9506,26567,3,1012,1158 +"40612",9506,29319,2,1012,2314 +"40613",9506,30317,3,1012,2431 +"40614",9506,30334,3,1012,2075 +"40615",9506,30404,3,1012,1810 +"40616",9506,31251,3,1012,2498 +"40617",9506,32582,1,1012,1929 +"40618",9506,33278,3,1012,1591 +"40619",9506,33697,2,1012,1309 +"40620",9506,34162,3,1012,2336 +"40621",9506,34559,3,1012,1105 +"40622",9506,35264,2,1012,2329 +"40623",9506,37342,3,1012,2649 +"40624",9506,37636,3,1012,2178 +"40625",9506,38038,3,1012,2686 +"40626",9506,38309,3,1012,2644 +"40627",9506,39321,3,1012,2257 +"40628",9506,40392,2,1012,1878 +"40629",9506,41185,2,1012,1929 +"40630",9506,41603,2,1012,1942 +"40631",9506,43226,3,1012,2442 +"40632",9506,43585,3,1012,1066 +"40633",9506,44464,3,1012,1619 +"40634",9506,45730,2,1012,2063 +"40635",9506,48110,3,1012,2009 +"40636",9506,49147,2,1012,2539 +"40637",9506,50335,3,1012,1893 +"40638",9506,50440,3,1012,2469 +"40639",9506,50635,2,1012,2962 +"40640",9506,51783,3,1012,2599 +"40641",9506,53362,3,1012,2360 +"40642",9506,54903,2,1012,2493 +"40643",9506,55775,3,1012,2385 +"40644",9506,56673,3,1012,2419 +"40645",9506,56737,3,1012,2270 +"40646",9506,58508,3,1012,2326 +"40647",9506,59470,3,1012,2393 +"40648",9506,60672,3,1012,2876 +"40649",9506,64412,3,1012,2233 +"40650",9506,68416,3,1012,2939 +"40651",9506,69214,3,1012,1354 +"40652",9506,69335,3,1012,2698 +"40653",9506,74912,3,1012,1542 +"40654",9506,75194,3,1012,1736 +"40655",9506,77397,3,1012,1302 +"40656",9506,77785,2,1012,1595 +"40657",9506,79036,3,1012,2524 +"40658",9506,79822,3,1012,1508 +"40659",9506,80301,3,1012,1690 +"40660",9506,82226,2,1012,1619 +"40661",9506,82618,3,1012,1536 +"40662",9506,86010,3,1012,1641 +"40663",9506,91631,3,1012,1899 +"40664",9506,91715,1,1012,1034 +"40665",9506,94339,3,1012,2768 +"40666",9506,94510,3,1012,1514 +"40667",9506,96349,3,1012,1874 +"40668",9506,97266,1,1012,1016 +"40669",9506,102109,3,1012,1367 +"40670",9511,145,2,1232,1998 +"40671",9511,279,3,1232,1989 +"40672",9511,312,3,1232,2038 +"40673",9511,455,3,1232,2827 +"40674",9511,470,3,1232,2285 +"40675",9511,600,2,1232,1702 +"40676",9511,913,1,1232,2144 +"40677",9511,1036,3,1232,1367 +"40678",9511,1102,3,1232,2282 +"40679",9511,1592,3,1232,2006 +"40680",9511,1691,3,1232,1941 +"40681",9511,2533,3,1232,2016 +"40682",9511,2572,3,1232,2273 +"40683",9511,2625,3,1232,2152 +"40684",9511,2954,3,1232,2727 +"40685",9511,3305,3,1232,2839 +"40686",9511,3306,3,1232,1989 +"40687",9511,3801,3,1232,1974 +"40688",9511,4084,3,1232,2133 +"40689",9511,4687,3,1232,2152 +"40690",9511,4690,3,1232,1938 +"40691",9511,4953,3,1232,2285 +"40692",9511,5258,3,1232,2730 +"40693",9511,5429,3,1232,1991 +"40694",9511,6047,3,1232,2004 +"40695",9511,6052,3,1232,1985 +"40696",9511,6074,3,1232,2426 +"40697",9511,6390,3,1232,2385 +"40698",9511,7515,3,1232,2737 +"40699",9511,8866,3,1232,1545 +"40700",9511,8888,2,1232,1328 +"40701",9511,9184,3,1232,2670 +"40702",9511,9362,3,1232,2879 +"40703",9511,9805,3,1232,1621 +"40704",9511,10433,3,1232,2075 +"40705",9511,10513,3,1232,2284 +"40706",9511,10701,3,1232,2000 +"40707",9511,10871,3,1232,2314 +"40708",9511,11516,3,1232,1937 +"40709",9511,12199,3,1232,1651 +"40710",9511,12528,2,1232,2589 +"40711",9511,12602,3,1232,1956 +"40712",9511,12618,1,1232,2021 +"40713",9511,12724,3,1232,1930 +"40714",9511,14652,3,1232,2516 +"40715",9511,14943,3,1232,1942 +"40716",9511,15381,2,1232,2289 +"40717",9511,15716,3,1232,1991 +"40718",9511,17695,3,1232,1930 +"40719",9511,17698,2,1232,1559 +"40720",9511,18543,3,1232,2968 +"40721",9511,19248,3,1232,2357 +"40722",9511,19335,1,1232,1729 +"40723",9511,19719,3,1232,2177 +"40724",9511,20407,3,1232,2339 +"40725",9511,21133,3,1232,1320 +"40726",9511,21197,3,1232,1437 +"40727",9511,21566,3,1232,1234 +"40728",9511,22282,3,1232,1418 +"40729",9511,22357,3,1232,1397 +"40730",9511,22567,1,1232,2396 +"40731",9511,23132,1,1232,2756 +"40732",9511,23918,3,1232,1881 +"40733",9511,24195,3,1232,1575 +"40734",9511,24198,3,1232,2217 +"40735",9511,24448,2,1232,2289 +"40736",9511,24568,2,1232,1937 +"40737",9511,25577,3,1232,1946 +"40738",9511,26451,3,1232,2133 +"40739",9511,27175,3,1232,1447 +"40740",9511,27275,2,1232,2656 +"40741",9511,27390,2,1232,2425 +"40742",9511,27694,3,1232,2030 +"40743",9511,27792,3,1232,1308 +"40744",9511,27837,3,1232,1315 +"40745",9511,28115,3,1232,1835 +"40746",9511,29170,3,1232,1846 +"40747",9511,29308,3,1232,2094 +"40748",9511,30052,3,1232,2855 +"40749",9511,30309,3,1232,1449 +"40750",9511,31050,3,1232,1491 +"40751",9511,31235,2,1232,2668 +"40752",9511,34160,3,1232,1759 +"40753",9511,35095,3,1232,1502 +"40754",9511,35302,2,1232,1589 +"40755",9511,35620,3,1232,2092 +"40756",9511,37059,3,1232,2840 +"40757",9511,37509,3,1232,1640 +"40758",9511,38307,3,1232,2648 +"40759",9511,38780,3,1232,2705 +"40760",9511,38973,3,1232,1999 +"40761",9511,39657,3,1232,1947 +"40762",9511,40383,1,1232,2639 +"40763",9511,41108,3,1232,1624 +"40764",9511,41739,3,1232,1339 +"40765",9511,42799,2,1232,2729 +"40766",9511,43173,3,1232,2895 +"40767",9511,43455,3,1232,2846 +"40768",9511,43701,3,1232,2400 +"40769",9511,43941,1,1232,1289 +"40770",9511,44427,3,1232,2875 +"40771",9511,46091,3,1232,1938 +"40772",9511,46385,3,1232,2225 +"40773",9511,46621,2,1232,1343 +"40774",9511,46951,3,1232,2429 +"40775",9511,47445,3,1232,2668 +"40776",9511,48215,3,1232,2028 +"40777",9511,49186,2,1232,1289 +"40778",9511,51017,3,1232,2073 +"40779",9511,52058,3,1232,1836 +"40780",9511,52327,3,1232,1472 +"40781",9511,52576,3,1232,2234 +"40782",9511,53530,3,1232,2380 +"40783",9511,56082,3,1232,2395 +"40784",9511,56317,2,1232,2030 +"40785",9511,57544,3,1232,2443 +"40786",9511,58133,3,1232,1484 +"40787",9511,58508,3,1232,2326 +"40788",9511,58652,3,1232,1437 +"40789",9511,58684,3,1232,2295 +"40790",9511,59022,2,1232,2494 +"40791",9511,62219,3,1232,2494 +"40792",9511,63409,2,1232,1937 +"40793",9511,64181,3,1232,1828 +"40794",9511,65016,3,1232,2749 +"40795",9511,65625,3,1232,1273 +"40796",9511,66413,3,1232,2507 +"40797",9511,67652,3,1232,2736 +"40798",9511,67726,3,1232,2873 +"40799",9511,73305,3,1232,2544 +"40800",9511,74818,3,1232,1440 +"40801",9511,76892,3,1232,2381 +"40802",9511,77815,3,1232,2358 +"40803",9511,79436,3,1232,1344 +"40804",9511,80429,3,1232,1927 +"40805",9511,81588,3,1232,1568 +"40806",9511,82949,3,1232,2077 +"40807",9511,84612,3,1232,2175 +"40808",9511,86245,3,1232,1972 +"40809",9511,88232,3,1232,2881 +"40810",9511,88808,3,1232,1462 +"40811",9511,105063,3,1232,1908 +"40812",9511,107649,3,1232,1573 +"40813",9512,9850,2,1274,2974 +"40814",9512,49450,2,1274,1328 +"40815",9513,3477,3,872,2546 +"40816",9513,5350,3,872,2522 +"40817",9513,6063,3,872,2349 +"40818",9513,8513,3,872,875 +"40819",9513,12462,2,872,1461 +"40820",9513,12779,3,872,936 +"40821",9513,18217,3,872,1566 +"40822",9513,33223,3,872,2397 +"40823",9513,40542,3,872,1664 +"40824",9513,52953,3,872,1741 +"40825",9513,73192,2,872,1955 +"40826",9513,95682,1,872,881 +"40827",9524,512,3,99,1596 +"40828",9524,14108,3,99,2012 +"40829",9524,19874,3,99,985 +"40830",9524,21617,3,99,516 +"40831",9524,43226,3,99,2442 +"40832",9524,51386,3,99,459 +"40833",9524,57990,2,99,978 +"40834",9524,92592,3,99,486 +"40835",9524,105207,3,99,451 +"40836",9538,2282,3,1786,2056 +"40837",9538,2443,3,1786,2333 +"40838",9538,2927,3,1786,1789 +"40839",9538,5637,3,1786,1976 +"40840",9538,10701,3,1786,2000 +"40841",9538,13340,3,1786,1918 +"40842",9538,14470,3,1786,2632 +"40843",9538,17695,3,1786,1930 +"40844",9538,22410,3,1786,2158 +"40845",9538,23560,3,1786,2051 +"40846",9538,31264,3,1786,2335 +"40847",9538,32169,3,1786,2504 +"40848",9538,41098,3,1786,1857 +"40849",9538,41955,3,1786,2479 +"40850",9538,42407,3,1786,2408 +"40851",9538,43701,3,1786,2400 +"40852",9538,46616,3,1786,1917 +"40853",9538,47607,3,1786,2724 +"40854",9538,47882,3,1786,2769 +"40855",9538,48501,3,1786,2010 +"40856",9538,52950,3,1786,2716 +"40857",9538,70011,3,1786,2690 +"40858",9538,73520,3,1786,2613 +"40859",9538,77719,1,1786,2086 +"40860",9538,78277,2,1786,1937 +"40861",9538,80970,3,1786,2069 +"40862",9552,10239,3,1947,2032 +"40863",9552,16482,3,1947,1958 +"40864",9552,19605,3,1947,2395 +"40865",9552,28893,3,1947,2764 +"40866",9552,31856,3,1947,2630 +"40867",9552,39443,3,1947,2277 +"40868",9552,39875,3,1947,2422 +"40869",9552,55438,3,1947,2863 +"40870",9575,680,3,1199,2569 +"40871",9575,12067,3,1199,1213 +"40872",9575,38816,3,1199,1225 +"40873",9575,107103,1,1199,2015 +"40874",9579,15626,3,2105,2434 +"40875",9579,18571,3,2105,2128 +"40876",9579,27478,3,2105,2485 +"40877",9579,33433,3,2105,2805 +"40878",9579,38755,2,2105,2902 +"40879",9579,39105,3,2105,2487 +"40880",9579,46951,3,2105,2429 +"40881",9600,5864,3,210,1197 +"40882",9600,12084,3,210,1960 +"40883",9600,14772,3,210,2386 +"40884",9600,23879,3,210,438 +"40885",9600,23963,3,210,647 +"40886",9600,28090,3,210,1755 +"40887",9600,41004,2,210,2561 +"40888",9600,42175,3,210,1594 +"40889",9600,46602,1,210,2786 +"40890",9600,51516,3,210,1361 +"40891",9600,60966,3,210,2734 +"40892",9600,68888,2,210,2786 +"40893",9600,96068,2,210,215 +"40894",9600,104195,3,210,1187 +"40895",9600,105077,2,210,920 +"40896",9600,111004,3,210,796 +"40897",9607,10130,3,2021,2741 +"40898",9607,45343,2,2021,2360 +"40899",9607,51410,3,2021,2739 +"40900",9607,54067,3,2021,2433 +"40901",9615,270,3,2464,2542 +"40902",9615,1315,3,2464,2760 +"40903",9615,5962,3,2464,2491 +"40904",9615,16286,2,2464,2470 +"40905",9615,41664,3,2464,2641 +"40906",9615,55468,3,2464,2511 +"40907",9615,55691,3,2464,2856 +"40908",9615,64219,3,2464,2705 +"40909",9620,11506,3,2339,2824 +"40910",9620,18943,3,2339,2861 +"40911",9620,21463,3,2339,2437 +"40912",9620,73266,3,2339,2496 +"40913",9621,680,2,1113,2569 +"40914",9621,4303,3,1113,2414 +"40915",9621,8865,3,1113,2394 +"40916",9621,9575,1,1113,1199 +"40917",9621,12067,2,1113,1213 +"40918",9621,12759,3,1113,2414 +"40919",9621,15826,3,1113,2772 +"40920",9621,18381,3,1113,1524 +"40921",9621,19433,3,1113,2504 +"40922",9621,25373,3,1113,2783 +"40923",9621,27686,3,1113,2844 +"40924",9621,37636,3,1113,2178 +"40925",9621,38816,2,1113,1225 +"40926",9621,39062,3,1113,2020 +"40927",9621,41723,3,1113,2101 +"40928",9621,45729,3,1113,2606 +"40929",9621,50585,3,1113,2414 +"40930",9621,94525,3,1113,1993 +"40931",9621,107103,2,1113,2015 +"40932",9624,270,3,2398,2542 +"40933",9624,455,3,2398,2827 +"40934",9624,56237,3,2398,2625 +"40935",9634,50236,3,2041,2339 +"40936",9634,56082,3,2041,2395 +"40937",9649,14,3,1157,1793 +"40938",9649,468,3,1157,1966 +"40939",9649,9803,1,1157,1664 +"40940",9649,9828,1,1157,2085 +"40941",9649,10558,3,1157,2312 +"40942",9649,11602,3,1157,1493 +"40943",9649,12373,3,1157,1567 +"40944",9649,23825,3,1157,1913 +"40945",9649,25530,2,1157,2884 +"40946",9649,31797,3,1157,1501 +"40947",9649,34693,3,1157,1938 +"40948",9649,34695,3,1157,1930 +"40949",9649,37915,3,1157,1905 +"40950",9649,56396,3,1157,2408 +"40951",9649,62538,3,1157,1656 +"40952",9649,75028,3,1157,1660 +"40953",9649,79627,2,1157,2409 +"40954",9650,270,3,1167,2542 +"40955",9650,1124,3,1167,1596 +"40956",9650,2111,3,1167,1904 +"40957",9650,3305,3,1167,2839 +"40958",9650,6363,3,1167,2066 +"40959",9650,6588,3,1167,2025 +"40960",9650,6718,3,1167,2138 +"40961",9650,7992,3,1167,2033 +"40962",9650,10488,3,1167,1524 +"40963",9650,13307,3,1167,2206 +"40964",9650,18151,3,1167,2962 +"40965",9650,18394,3,1167,2356 +"40966",9650,19622,3,1167,2371 +"40967",9650,21012,3,1167,2325 +"40968",9650,23526,3,1167,1998 +"40969",9650,23715,3,1167,1859 +"40970",9650,25985,3,1167,2071 +"40971",9650,31307,3,1167,2139 +"40972",9650,32965,3,1167,2071 +"40973",9650,36862,3,1167,2655 +"40974",9650,40028,3,1167,1349 +"40975",9650,46629,3,1167,2255 +"40976",9650,79804,3,1167,2227 +"40977",9650,80826,3,1167,1251 +"40978",9654,270,3,2111,2542 +"40979",9654,380,3,2111,2261 +"40980",9654,1102,2,2111,2282 +"40981",9654,1367,3,2111,2176 +"40982",9654,2424,3,2111,2582 +"40983",9654,2572,3,2111,2273 +"40984",9654,2747,3,2111,2411 +"40985",9654,6074,2,2111,2426 +"40986",9654,10871,3,2111,2314 +"40987",9654,13307,3,2111,2206 +"40988",9654,13985,3,2111,2484 +"40989",9654,14032,3,2111,2144 +"40990",9654,14252,3,2111,2244 +"40991",9654,15301,3,2111,2308 +"40992",9654,16067,3,2111,2727 +"40993",9654,17365,3,2111,2746 +"40994",9654,18394,3,2111,2356 +"40995",9654,18415,3,2111,2184 +"40996",9654,19516,3,2111,2313 +"40997",9654,19862,3,2111,2412 +"40998",9654,20067,3,2111,2390 +"40999",9654,20407,3,2111,2339 +"41000",9654,21571,3,2111,2755 +"41001",9654,21682,3,2111,2414 +"41002",9654,22567,3,2111,2396 +"41003",9654,23011,1,2111,2763 +"41004",9654,24558,3,2111,2139 +"41005",9654,26451,3,2111,2133 +"41006",9654,26671,3,2111,2279 +"41007",9654,29929,3,2111,2789 +"41008",9654,30405,3,2111,2164 +"41009",9654,30943,3,2111,2287 +"41010",9654,31124,2,2111,2351 +"41011",9654,32939,3,2111,2277 +"41012",9654,33475,3,2111,2367 +"41013",9654,42216,3,2111,2722 +"41014",9654,42642,3,2111,2257 +"41015",9654,43213,3,2111,2160 +"41016",9654,43455,3,2111,2846 +"41017",9654,45302,2,2111,2390 +"41018",9654,46803,3,2111,2305 +"41019",9654,49110,3,2111,2938 +"41020",9654,50179,2,2111,2230 +"41021",9654,50236,3,2111,2339 +"41022",9654,50621,3,2111,2809 +"41023",9654,51035,3,2111,2397 +"41024",9654,51410,3,2111,2739 +"41025",9654,51866,2,2111,2411 +"41026",9654,53219,3,2111,2973 +"41027",9654,54695,3,2111,2429 +"41028",9654,55468,3,2111,2511 +"41029",9654,56082,2,2111,2395 +"41030",9654,57804,3,2111,2214 +"41031",9654,63641,3,2111,2337 +"41032",9654,67726,1,2111,2873 +"41033",9654,69716,3,2111,2632 +"41034",9654,72207,3,2111,2430 +"41035",9654,78784,3,2111,2824 +"41036",9654,88232,3,2111,2881 +"41037",9656,1369,2,1135,2487 +"41038",9656,1624,3,1135,2687 +"41039",9656,2093,3,1135,2459 +"41040",9656,2282,3,1135,2056 +"41041",9656,2927,3,1135,1789 +"41042",9656,3271,3,1135,2216 +"41043",9656,4634,2,1135,2291 +"41044",9656,4784,3,1135,2511 +"41045",9656,5637,2,1135,1976 +"41046",9656,6020,3,1135,1864 +"41047",9656,6345,3,1135,2713 +"41048",9656,6999,2,1135,2214 +"41049",9656,8463,3,1135,2466 +"41050",9656,8896,3,1135,1139 +"41051",9656,9269,3,1135,1892 +"41052",9656,9272,3,1135,2835 +"41053",9656,9724,3,1135,2713 +"41054",9656,9783,3,1135,1275 +"41055",9656,9895,3,1135,1960 +"41056",9656,10250,3,1135,1606 +"41057",9656,10716,3,1135,1692 +"41058",9656,11858,3,1135,1530 +"41059",9656,12116,2,1135,2119 +"41060",9656,12966,3,1135,2011 +"41061",9656,13340,2,1135,1918 +"41062",9656,14490,3,1135,2291 +"41063",9656,14957,3,1135,2306 +"41064",9656,15150,3,1135,2801 +"41065",9656,15778,3,1135,2262 +"41066",9656,15782,3,1135,2306 +"41067",9656,16963,3,1135,1999 +"41068",9656,17499,3,1135,2954 +"41069",9656,19002,3,1135,2053 +"41070",9656,19476,3,1135,1708 +"41071",9656,20038,2,1135,1531 +"41072",9656,20695,3,1135,2526 +"41073",9656,20709,2,1135,1757 +"41074",9656,21352,3,1135,1604 +"41075",9656,21358,3,1135,1970 +"41076",9656,21753,3,1135,1838 +"41077",9656,22410,3,1135,2158 +"41078",9656,23550,2,1135,2939 +"41079",9656,23560,3,1135,2051 +"41080",9656,25286,3,1135,1545 +"41081",9656,26597,3,1135,2070 +"41082",9656,32449,3,1135,2091 +"41083",9656,34274,3,1135,1437 +"41084",9656,34331,3,1135,1727 +"41085",9656,35317,2,1135,1888 +"41086",9656,36840,3,1135,2269 +"41087",9656,37279,3,1135,2768 +"41088",9656,37684,2,1135,2899 +"41089",9656,42382,3,1135,2224 +"41090",9656,42407,2,1135,2408 +"41091",9656,43226,3,1135,2442 +"41092",9656,43768,3,1135,1468 +"41093",9656,46616,3,1135,1917 +"41094",9656,47882,2,1135,2769 +"41095",9656,48110,3,1135,2009 +"41096",9656,48501,3,1135,2010 +"41097",9656,50083,3,1135,1275 +"41098",9656,50468,3,1135,1659 +"41099",9656,51505,3,1135,1572 +"41100",9656,53584,3,1135,2391 +"41101",9656,54879,3,1135,2210 +"41102",9656,55742,3,1135,2006 +"41103",9656,58508,3,1135,2326 +"41104",9656,58711,3,1135,2746 +"41105",9656,60463,2,1135,1583 +"41106",9656,60836,3,1135,1880 +"41107",9656,64628,3,1135,2829 +"41108",9656,67150,3,1135,2633 +"41109",9656,69335,3,1135,2698 +"41110",9656,70011,3,1135,2690 +"41111",9656,73520,1,1135,2613 +"41112",9656,77719,3,1135,2086 +"41113",9656,78227,3,1135,1745 +"41114",9656,78277,3,1135,1937 +"41115",9656,78611,3,1135,1586 +"41116",9656,79699,3,1135,1735 +"41117",9656,80301,3,1135,1690 +"41118",9656,80970,3,1135,2069 +"41119",9656,82039,2,1135,1327 +"41120",9656,84235,3,1135,1639 +"41121",9656,84590,2,1135,1734 +"41122",9656,85065,2,1135,1585 +"41123",9656,87915,3,1135,1152 +"41124",9656,93553,1,1135,2537 +"41125",9656,96332,3,1135,1197 +"41126",9656,105959,3,1135,1327 +"41127",9675,680,3,963,2569 +"41128",9675,3127,3,963,2273 +"41129",9675,8890,3,963,1955 +"41130",9675,9227,3,963,1267 +"41131",9675,12759,3,963,2414 +"41132",9675,12948,3,963,2669 +"41133",9675,18102,3,963,1642 +"41134",9675,18381,3,963,1524 +"41135",9675,19587,3,963,1684 +"41136",9675,37636,3,963,2178 +"41137",9675,40572,2,963,2666 +"41138",9675,45869,3,963,2840 +"41139",9675,46486,3,963,1868 +"41140",9675,57209,3,963,1719 +"41141",9678,600,3,1217,1702 +"41142",9678,3164,3,1217,2693 +"41143",9678,6030,3,1217,2953 +"41144",9678,10779,3,1217,2881 +"41145",9678,11966,3,1217,2385 +"41146",9678,13311,3,1217,2315 +"41147",9678,14080,3,1217,1351 +"41148",9678,15301,3,1217,2308 +"41149",9678,15607,2,1217,1421 +"41150",9678,17413,2,1217,2230 +"41151",9678,19072,2,1217,2358 +"41152",9678,20292,2,1217,2755 +"41153",9678,21571,3,1217,2755 +"41154",9678,21898,3,1217,1351 +"41155",9678,22566,2,1217,2308 +"41156",9678,28050,3,1217,1955 +"41157",9678,28168,2,1217,2702 +"41158",9678,36691,3,1217,1903 +"41159",9678,41739,3,1217,1339 +"41160",9678,42619,3,1217,2017 +"41161",9678,57714,3,1217,1391 +"41162",9678,64181,3,1217,1828 +"41163",9678,65625,3,1217,1273 +"41164",9678,66413,3,1217,2507 +"41165",9678,94500,1,1217,1529 +"41166",9678,102751,3,1217,1229 +"41167",9678,105063,3,1217,1908 +"41168",9695,997,3,2143,2788 +"41169",9695,1102,3,2143,2282 +"41170",9695,2572,3,2143,2273 +"41171",9695,4671,3,2143,2280 +"41172",9695,16352,3,2143,2657 +"41173",9695,22197,3,2143,2271 +"41174",9695,42129,3,2143,2318 +"41175",9695,42216,3,2143,2722 +"41176",9695,45302,3,2143,2390 +"41177",9695,48571,3,2143,2717 +"41178",9695,50236,3,2143,2339 +"41179",9695,51035,3,2143,2397 +"41180",9695,56082,3,2143,2395 +"41181",9695,64997,3,2143,2791 +"41182",9702,145,3,1928,1998 +"41183",9702,913,3,1928,2144 +"41184",9702,2424,3,1928,2582 +"41185",9702,2533,3,1928,2016 +"41186",9702,3305,3,1928,2839 +"41187",9702,3306,3,1928,1989 +"41188",9702,5839,3,1928,2301 +"41189",9702,9311,3,1928,2477 +"41190",9702,9362,3,1928,2879 +"41191",9702,10513,3,1928,2284 +"41192",9702,11006,3,1928,1950 +"41193",9702,12484,3,1928,2344 +"41194",9702,13388,3,1928,2119 +"41195",9702,14655,3,1928,2559 +"41196",9702,19248,3,1928,2357 +"41197",9702,19719,2,1928,2177 +"41198",9702,20067,3,1928,2390 +"41199",9702,20124,3,1928,2376 +"41200",9702,21285,3,1928,2100 +"41201",9702,21448,3,1928,2332 +"41202",9702,25577,3,1928,1946 +"41203",9702,26249,3,1928,2301 +"41204",9702,26749,3,1928,2965 +"41205",9702,27694,3,1928,2030 +"41206",9702,31235,3,1928,2668 +"41207",9702,35069,3,1928,2069 +"41208",9702,35360,3,1928,2043 +"41209",9702,36087,3,1928,2755 +"41210",9702,39278,3,1928,1952 +"41211",9702,40432,3,1928,1956 +"41212",9702,47386,3,1928,2226 +"41213",9702,49265,3,1928,2686 +"41214",9702,51035,3,1928,2397 +"41215",9702,52576,3,1928,2234 +"41216",9702,57380,2,1928,2362 +"41217",9702,57977,3,1928,2683 +"41218",9702,58508,3,1928,2326 +"41219",9702,61982,3,1928,2725 +"41220",9702,62832,3,1928,2606 +"41221",9702,62841,3,1928,2710 +"41222",9702,76356,3,1928,2323 +"41223",9702,82949,3,1928,2077 +"41224",9703,140,3,1845,2267 +"41225",9703,237,3,1845,1982 +"41226",9703,341,3,1845,2689 +"41227",9703,364,2,1845,2351 +"41228",9703,680,3,1845,2569 +"41229",9703,841,2,1845,2964 +"41230",9703,2036,3,1845,2483 +"41231",9703,2057,3,1845,1965 +"41232",9703,2985,3,1845,2398 +"41233",9703,3127,3,1845,2273 +"41234",9703,3493,3,1845,2451 +"41235",9703,3978,2,1845,2775 +"41236",9703,4303,3,1845,2414 +"41237",9703,4932,3,1845,2752 +"41238",9703,4983,2,1845,1909 +"41239",9703,6989,2,1845,2623 +"41240",9703,7254,3,1845,1849 +"41241",9703,7942,3,1845,2623 +"41242",9703,8760,3,1845,2477 +"41243",9703,8865,3,1845,2394 +"41244",9703,9332,3,1845,2734 +"41245",9703,9787,2,1845,2858 +"41246",9703,11588,3,1845,2352 +"41247",9703,11648,2,1845,2852 +"41248",9703,12361,3,1845,2732 +"41249",9703,12759,3,1845,2414 +"41250",9703,12948,3,1845,2669 +"41251",9703,14781,3,1845,2338 +"41252",9703,16866,3,1845,2718 +"41253",9703,17645,2,1845,1918 +"41254",9703,18005,1,1845,2449 +"41255",9703,18865,3,1845,2676 +"41256",9703,19655,3,1845,2706 +"41257",9703,21487,3,1845,2203 +"41258",9703,23498,3,1845,2398 +"41259",9703,25373,3,1845,2783 +"41260",9703,26642,3,1845,2952 +"41261",9703,27312,3,1845,2469 +"41262",9703,27390,3,1845,2425 +"41263",9703,27742,3,1845,2700 +"41264",9703,27914,3,1845,2507 +"41265",9703,28869,3,1845,2425 +"41266",9703,29473,3,1845,2602 +"41267",9703,31700,3,1845,2727 +"41268",9703,34908,3,1845,2796 +"41269",9703,36344,3,1845,2570 +"41270",9703,36953,3,1845,2790 +"41271",9703,37636,3,1845,2178 +"41272",9703,40572,3,1845,2666 +"41273",9703,41633,3,1845,1976 +"41274",9703,41723,3,1845,2101 +"41275",9703,45729,3,1845,2606 +"41276",9703,45869,3,1845,2840 +"41277",9703,46486,3,1845,1868 +"41278",9703,47595,3,1845,2374 +"41279",9703,48501,3,1845,2010 +"41280",9703,50585,3,1845,2414 +"41281",9703,52815,2,1845,2323 +"41282",9703,53637,3,1845,2113 +"41283",9703,53687,3,1845,2422 +"41284",9703,55482,3,1845,1866 +"41285",9703,56082,3,1845,2395 +"41286",9703,56995,2,1845,2323 +"41287",9703,59039,3,1845,2870 +"41288",9703,63077,2,1845,2778 +"41289",9703,63395,3,1845,2334 +"41290",9703,64947,3,1845,2489 +"41291",9703,71531,2,1845,2887 +"41292",9703,73597,3,1845,1989 +"41293",9706,16725,3,168,2830 +"41294",9706,21193,2,168,2490 +"41295",9706,26524,3,168,982 +"41296",9706,104116,3,168,355 +"41297",9716,680,3,1929,2569 +"41298",9716,1560,1,1929,2013 +"41299",9716,3255,3,1929,2504 +"41300",9716,4303,3,1929,2414 +"41301",9716,4313,3,1929,2368 +"41302",9716,5483,3,1929,1938 +"41303",9716,8062,3,1929,2858 +"41304",9716,10200,2,1929,2920 +"41305",9716,10727,3,1929,2082 +"41306",9716,11429,2,1929,2520 +"41307",9716,11477,3,1929,2724 +"41308",9716,12228,3,1929,2034 +"41309",9716,12759,3,1929,2414 +"41310",9716,14626,2,1929,2175 +"41311",9716,14761,2,1929,2502 +"41312",9716,14972,3,1929,2332 +"41313",9716,15075,3,1929,2252 +"41314",9716,15095,3,1929,2001 +"41315",9716,18371,3,1929,2860 +"41316",9716,18821,3,1929,2075 +"41317",9716,22905,3,1929,2599 +"41318",9716,24086,2,1929,2663 +"41319",9716,25373,3,1929,2783 +"41320",9716,29319,3,1929,2314 +"41321",9716,30317,3,1929,2431 +"41322",9716,30334,2,1929,2075 +"41323",9716,30705,3,1929,2959 +"41324",9716,32276,3,1929,2223 +"41325",9716,32939,3,1929,2277 +"41326",9716,35264,3,1929,2329 +"41327",9716,36953,3,1929,2790 +"41328",9716,37342,2,1929,2649 +"41329",9716,37636,2,1929,2178 +"41330",9716,37844,3,1929,2002 +"41331",9716,41603,3,1929,1942 +"41332",9716,41723,3,1929,2101 +"41333",9716,42883,3,1929,2575 +"41334",9716,45730,3,1929,2063 +"41335",9716,47082,3,1929,1990 +"41336",9716,49147,3,1929,2539 +"41337",9716,49347,3,1929,2504 +"41338",9716,50635,3,1929,2962 +"41339",9716,51783,2,1929,2599 +"41340",9716,54903,2,1929,2493 +"41341",9716,55775,3,1929,2385 +"41342",9716,56082,3,1929,2395 +"41343",9716,56737,2,1929,2270 +"41344",9716,64412,3,1929,2233 +"41345",9716,79036,3,1929,2524 +"41346",9723,270,3,2302,2542 +"41347",9723,2344,3,2302,2752 +"41348",9723,2936,1,2302,2512 +"41349",9723,3978,3,2302,2775 +"41350",9723,4681,3,2302,2356 +"41351",9723,5235,1,2302,2324 +"41352",9723,7014,3,2302,2401 +"41353",9723,9272,3,2302,2835 +"41354",9723,14761,3,2302,2502 +"41355",9723,18361,3,2302,2968 +"41356",9723,18394,2,2302,2356 +"41357",9723,18965,3,2302,2315 +"41358",9723,19215,1,2302,2604 +"41359",9723,19364,2,2302,2846 +"41360",9723,19643,3,2302,2452 +"41361",9723,20700,3,2302,2861 +"41362",9723,22709,1,2302,2743 +"41363",9723,24060,3,2302,2349 +"41364",9723,29503,3,2302,2609 +"41365",9723,31705,3,2302,2706 +"41366",9723,32202,3,2302,2314 +"41367",9723,38227,3,2302,2511 +"41368",9723,39534,3,2302,2410 +"41369",9723,39906,3,2302,2365 +"41370",9723,45302,3,2302,2390 +"41371",9723,45473,2,2302,2540 +"41372",9723,49347,3,2302,2504 +"41373",9723,60879,3,2302,2792 +"41374",9723,73553,3,2302,2726 +"41375",9723,92104,3,2302,2339 +"41376",9723,94640,3,2302,2344 +"41377",9723,121354,3,2302,2862 +"41378",9724,378,3,2713,2766 +"41379",9724,827,3,2713,2964 +"41380",9724,3158,3,2713,2762 +"41381",9724,9272,3,2713,2835 +"41382",9724,17499,2,2713,2954 +"41383",9724,23550,1,2713,2939 +"41384",9724,37684,1,2713,2899 +"41385",9724,47607,3,2713,2724 +"41386",9724,52950,3,2713,2716 +"41387",9724,53652,1,2713,2899 +"41388",9724,73553,3,2713,2726 +"41389",9727,11135,2,2327,2441 +"41390",9727,15502,2,2327,2637 +"41391",9740,3158,3,2233,2762 +"41392",9740,4784,3,2233,2511 +"41393",9740,14612,3,2233,2340 +"41394",9740,14957,3,2233,2306 +"41395",9740,17499,3,2233,2954 +"41396",9740,19744,3,2233,2623 +"41397",9740,20695,3,2233,2526 +"41398",9740,30827,3,2233,2323 +"41399",9740,75207,3,2233,2235 +"41400",9751,1767,3,1397,2727 +"41401",9751,2684,3,1397,2874 +"41402",9751,3167,3,1397,1676 +"41403",9751,4226,2,1397,1903 +"41404",9751,4485,3,1397,1963 +"41405",9751,4953,3,1397,2285 +"41406",9751,6052,3,1397,1985 +"41407",9751,6491,3,1397,2424 +"41408",9751,12374,3,1397,2260 +"41409",9751,12728,3,1397,2374 +"41410",9751,15539,3,1397,1929 +"41411",9751,21029,2,1397,1943 +"41412",9751,21104,3,1397,2327 +"41413",9751,23534,3,1397,1659 +"41414",9751,23806,3,1397,1671 +"41415",9751,26451,2,1397,2133 +"41416",9751,29073,3,1397,2328 +"41417",9751,34136,3,1397,2202 +"41418",9751,36439,3,1397,2469 +"41419",9751,43404,3,1397,2649 +"41420",9751,43518,3,1397,2680 +"41421",9751,56317,3,1397,2030 +"41422",9751,58133,2,1397,1484 +"41423",9751,58508,3,1397,2326 +"41424",9751,63442,3,1397,1965 +"41425",9751,108379,3,1397,2933 +"41426",9752,997,1,551,2788 +"41427",9752,1769,3,551,877 +"41428",9752,1875,2,551,1786 +"41429",9752,2742,3,551,1192 +"41430",9752,4360,2,551,1770 +"41431",9752,4671,3,551,2280 +"41432",9752,5449,3,551,1723 +"41433",9752,7858,2,551,1795 +"41434",9752,11875,3,551,1526 +"41435",9752,12362,3,551,702 +"41436",9752,12564,3,551,2799 +"41437",9752,13780,3,551,2412 +"41438",9752,15122,3,551,1201 +"41439",9752,16881,3,551,925 +"41440",9752,19606,3,551,2783 +"41441",9752,22705,3,551,1016 +"41442",9752,30325,3,551,1067 +"41443",9752,30747,3,551,2455 +"41444",9752,33850,3,551,931 +"41445",9752,33991,3,551,2249 +"41446",9752,41739,3,551,1339 +"41447",9752,48571,3,551,2717 +"41448",9752,49044,3,551,610 +"41449",9752,49185,3,551,1544 +"41450",9752,52136,3,551,1412 +"41451",9752,53219,2,551,2973 +"41452",9752,53604,2,551,2489 +"41453",9752,56854,3,551,2022 +"41454",9752,62832,3,551,2606 +"41455",9752,67314,3,551,1051 +"41456",9752,68960,3,551,1312 +"41457",9752,72207,3,551,2430 +"41458",9752,81563,3,551,1188 +"41459",9752,99351,3,551,2939 +"41460",9752,104198,1,551,1312 +"41461",9772,4646,3,1789,2139 +"41462",9772,11160,3,1789,2952 +"41463",9772,32778,3,1789,2310 +"41464",9772,59776,3,1789,2493 +"41465",9782,371,3,340,2950 +"41466",9782,388,3,340,1594 +"41467",9782,680,1,340,2569 +"41468",9782,1314,3,340,1522 +"41469",9782,1560,3,340,2013 +"41470",9782,1846,3,340,1845 +"41471",9782,2057,3,340,1965 +"41472",9782,2540,3,340,1398 +"41473",9782,2563,3,340,1686 +"41474",9782,2747,3,340,2411 +"41475",9782,3235,3,340,799 +"41476",9782,3978,2,340,2775 +"41477",9782,4066,3,340,1736 +"41478",9782,4303,2,340,2414 +"41479",9782,4361,2,340,2571 +"41480",9782,4669,3,340,2395 +"41481",9782,6602,3,340,1631 +"41482",9782,6989,3,340,2623 +"41483",9782,7780,3,340,1920 +"41484",9782,7936,3,340,1199 +"41485",9782,8062,2,340,2858 +"41486",9782,8118,3,340,587 +"41487",9782,9484,3,340,1429 +"41488",9782,9621,3,340,1113 +"41489",9782,9703,3,340,1845 +"41490",9782,9716,3,340,1929 +"41491",9782,10350,3,340,1163 +"41492",9782,10457,3,340,1711 +"41493",9782,10474,3,340,1608 +"41494",9782,10980,3,340,1974 +"41495",9782,11429,3,340,2520 +"41496",9782,11477,3,340,2724 +"41497",9782,11588,3,340,2352 +"41498",9782,11639,3,340,1593 +"41499",9782,11648,3,340,2852 +"41500",9782,12759,1,340,2414 +"41501",9782,12948,3,340,2669 +"41502",9782,13537,2,340,1020 +"41503",9782,14072,3,340,1346 +"41504",9782,14503,3,340,437 +"41505",9782,14781,3,340,2338 +"41506",9782,14972,3,340,2332 +"41507",9782,14998,3,340,1553 +"41508",9782,15095,3,340,2001 +"41509",9782,15683,3,340,1729 +"41510",9782,15700,3,340,1712 +"41511",9782,15879,3,340,419 +"41512",9782,17257,3,340,1117 +"41513",9782,17645,3,340,1918 +"41514",9782,18005,3,340,2449 +"41515",9782,18102,3,340,1642 +"41516",9782,18122,2,340,894 +"41517",9782,18124,3,340,1642 +"41518",9782,18371,3,340,2860 +"41519",9782,18381,1,340,1524 +"41520",9782,18518,3,340,1128 +"41521",9782,18672,3,340,1182 +"41522",9782,19587,3,340,1684 +"41523",9782,19610,3,340,1236 +"41524",9782,20624,3,340,1298 +"41525",9782,20688,1,340,891 +"41526",9782,21670,3,340,2158 +"41527",9782,22709,3,340,2743 +"41528",9782,23966,3,340,891 +"41529",9782,25373,1,340,2783 +"41530",9782,27390,3,340,2425 +"41531",9782,27686,3,340,2844 +"41532",9782,28057,3,340,1067 +"41533",9782,28116,3,340,1643 +"41534",9782,28869,3,340,2425 +"41535",9782,29116,3,340,2128 +"41536",9782,30334,2,340,2075 +"41537",9782,30618,3,340,1609 +"41538",9782,30705,3,340,2959 +"41539",9782,31335,3,340,2351 +"41540",9782,31866,3,340,2101 +"41541",9782,33870,3,340,955 +"41542",9782,34820,3,340,1630 +"41543",9782,34870,3,340,1873 +"41544",9782,35518,3,340,1721 +"41545",9782,35822,2,340,1903 +"41546",9782,36346,3,340,1240 +"41547",9782,36737,3,340,829 +"41548",9782,36953,3,340,2790 +"41549",9782,37351,3,340,978 +"41550",9782,37636,1,340,2178 +"41551",9782,37844,3,340,2002 +"41552",9782,39418,3,340,1978 +"41553",9782,40297,3,340,494 +"41554",9782,40392,2,340,1878 +"41555",9782,41187,3,340,2340 +"41556",9782,41429,3,340,1770 +"41557",9782,41723,1,340,2101 +"41558",9782,42725,3,340,630 +"41559",9782,43204,3,340,1680 +"41560",9782,44341,3,340,1230 +"41561",9782,44694,3,340,2220 +"41562",9782,45729,3,340,2606 +"41563",9782,45869,3,340,2840 +"41564",9782,46486,3,340,1868 +"41565",9782,47013,3,340,2388 +"41566",9782,47082,3,340,1990 +"41567",9782,47654,3,340,1664 +"41568",9782,47955,3,340,751 +"41569",9782,50278,3,340,1127 +"41570",9782,50585,1,340,2414 +"41571",9782,51783,2,340,2599 +"41572",9782,53223,3,340,2690 +"41573",9782,53810,3,340,842 +"41574",9782,56082,3,340,2395 +"41575",9782,59298,3,340,1236 +"41576",9782,59788,3,340,2315 +"41577",9782,63077,3,340,2778 +"41578",9782,63263,3,340,1267 +"41579",9782,64947,3,340,2489 +"41580",9782,71219,3,340,967 +"41581",9782,71390,3,340,1992 +"41582",9782,71531,3,340,2887 +"41583",9782,76007,3,340,918 +"41584",9782,76286,3,340,1642 +"41585",9782,81486,2,340,1297 +"41586",9782,87436,2,340,1262 +"41587",9782,87907,3,340,1173 +"41588",9782,94525,2,340,1993 +"41589",9782,95690,3,340,765 +"41590",9782,99298,3,340,679 +"41591",9783,4634,3,1275,2291 +"41592",9783,7257,3,1275,1915 +"41593",9783,7499,3,1275,1803 +"41594",9783,10250,2,1275,1606 +"41595",9783,17480,3,1275,2316 +"41596",9783,20709,3,1275,1757 +"41597",9783,21753,2,1275,1838 +"41598",9783,22932,3,1275,2469 +"41599",9783,47882,3,1275,2769 +"41600",9783,55742,3,1275,2006 +"41601",9783,58711,3,1275,2746 +"41602",9783,67150,3,1275,2633 +"41603",9783,78227,2,1275,1745 +"41604",9783,78611,3,1275,1586 +"41605",9787,841,3,2858,2964 +"41606",9787,9785,3,2858,2951 +"41607",9787,17037,2,2858,2947 +"41608",9787,71531,2,2858,2887 +"41609",9801,3477,3,2443,2546 +"41610",9801,4932,3,2443,2752 +"41611",9801,14754,3,2443,2456 +"41612",9801,28893,2,2443,2764 +"41613",9801,36506,1,2443,2638 +"41614",9801,43929,3,2443,2749 +"41615",9801,47534,3,2443,2712 +"41616",9801,57067,3,2443,2547 +"41617",9801,57692,3,2443,2720 +"41618",9801,57977,3,2443,2683 +"41619",9801,88212,3,2443,2547 +"41620",9803,14,3,1664,1793 +"41621",9803,468,2,1664,1966 +"41622",9803,5816,3,1664,2408 +"41623",9803,9828,1,1664,2085 +"41624",9803,10558,2,1664,2312 +"41625",9803,12035,3,1664,2721 +"41626",9803,13201,3,1664,2034 +"41627",9803,15301,3,1664,2308 +"41628",9803,15343,3,1664,2125 +"41629",9803,21832,3,1664,1755 +"41630",9803,24511,3,1664,1871 +"41631",9803,25530,2,1664,2884 +"41632",9803,26100,3,1664,1966 +"41633",9803,31251,3,1664,2498 +"41634",9803,34693,3,1664,1938 +"41635",9803,34695,2,1664,1930 +"41636",9803,37915,3,1664,1905 +"41637",9803,53530,3,1664,2380 +"41638",9803,56396,2,1664,2408 +"41639",9803,79627,3,1664,2409 +"41640",9805,145,2,1621,1998 +"41641",9805,270,3,1621,2542 +"41642",9805,380,2,1621,2261 +"41643",9805,457,3,1621,1704 +"41644",9805,600,3,1621,1702 +"41645",9805,675,3,1621,1686 +"41646",9805,913,2,1621,2144 +"41647",9805,998,3,1621,1795 +"41648",9805,1090,3,1621,2370 +"41649",9805,1102,2,1621,2282 +"41650",9805,1136,3,1621,2536 +"41651",9805,1691,3,1621,1941 +"41652",9805,1777,3,1621,1965 +"41653",9805,2224,3,1621,2751 +"41654",9805,2484,3,1621,2389 +"41655",9805,2572,3,1621,2273 +"41656",9805,2625,3,1621,2152 +"41657",9805,2684,3,1621,2874 +"41658",9805,2954,3,1621,2727 +"41659",9805,3748,3,1621,2052 +"41660",9805,3801,2,1621,1974 +"41661",9805,4226,3,1621,1903 +"41662",9805,4687,3,1621,2152 +"41663",9805,4690,3,1621,1938 +"41664",9805,5078,3,1621,2033 +"41665",9805,5235,3,1621,2324 +"41666",9805,5457,3,1621,2077 +"41667",9805,5462,3,1621,2374 +"41668",9805,5504,3,1621,2389 +"41669",9805,5580,3,1621,2111 +"41670",9805,6052,3,1621,1985 +"41671",9805,6074,3,1621,2426 +"41672",9805,6390,3,1621,2385 +"41673",9805,6428,3,1621,1952 +"41674",9805,6491,2,1621,2424 +"41675",9805,6588,3,1621,2025 +"41676",9805,7847,3,1621,2424 +"41677",9805,8192,3,1621,1670 +"41678",9805,8259,3,1621,1677 +"41679",9805,9362,2,1621,2879 +"41680",9805,9654,3,1621,2111 +"41681",9805,10513,2,1621,2284 +"41682",9805,10857,3,1621,2253 +"41683",9805,11055,3,1621,2111 +"41684",9805,11218,3,1621,2292 +"41685",9805,12199,3,1621,1651 +"41686",9805,12374,3,1621,2260 +"41687",9805,12602,3,1621,1956 +"41688",9805,12724,3,1621,1930 +"41689",9805,13307,3,1621,2206 +"41690",9805,14108,3,1621,2012 +"41691",9805,14652,3,1621,2516 +"41692",9805,14655,2,1621,2559 +"41693",9805,14731,3,1621,2012 +"41694",9805,14834,3,1621,2739 +"41695",9805,14972,3,1621,2332 +"41696",9805,16201,3,1621,1811 +"41697",9805,17520,3,1621,2276 +"41698",9805,17645,3,1621,1918 +"41699",9805,18394,3,1621,2356 +"41700",9805,18543,3,1621,2968 +"41701",9805,19335,3,1621,1729 +"41702",9805,19862,3,1621,2412 +"41703",9805,20124,3,1621,2376 +"41704",9805,20407,3,1621,2339 +"41705",9805,21682,3,1621,2414 +"41706",9805,23098,3,1621,2300 +"41707",9805,23526,3,1621,1998 +"41708",9805,23715,3,1621,1859 +"41709",9805,24448,3,1621,2289 +"41710",9805,24568,3,1621,1937 +"41711",9805,25816,3,1621,2088 +"41712",9805,26067,2,1621,2069 +"41713",9805,26080,3,1621,2525 +"41714",9805,27275,3,1621,2656 +"41715",9805,27390,3,1621,2425 +"41716",9805,27628,3,1621,2389 +"41717",9805,30697,3,1621,2891 +"41718",9805,30883,3,1621,1629 +"41719",9805,31235,2,1621,2668 +"41720",9805,33430,3,1621,2225 +"41721",9805,34836,3,1621,2302 +"41722",9805,36087,3,1621,2755 +"41723",9805,36439,3,1621,2469 +"41724",9805,36609,3,1621,2918 +"41725",9805,37509,3,1621,1640 +"41726",9805,38019,3,1621,1870 +"41727",9805,38780,3,1621,2705 +"41728",9805,39556,3,1621,2747 +"41729",9805,40369,3,1621,2735 +"41730",9805,40493,3,1621,1981 +"41731",9805,42216,3,1621,2722 +"41732",9805,43902,3,1621,1726 +"41733",9805,45302,3,1621,2390 +"41734",9805,45618,3,1621,2356 +"41735",9805,46040,3,1621,2105 +"41736",9805,46950,3,1621,2673 +"41737",9805,47445,3,1621,2668 +"41738",9805,48035,3,1621,2180 +"41739",9805,48754,3,1621,1972 +"41740",9805,51017,3,1621,2073 +"41741",9805,51035,3,1621,2397 +"41742",9805,54551,3,1621,2348 +"41743",9805,55320,2,1621,1643 +"41744",9805,56082,3,1621,2395 +"41745",9805,56854,3,1621,2022 +"41746",9805,57544,3,1621,2443 +"41747",9805,57732,3,1621,2454 +"41748",9805,58284,3,1621,2292 +"41749",9805,61932,3,1621,1959 +"41750",9805,63409,3,1621,1937 +"41751",9805,64181,3,1621,1828 +"41752",9805,64997,3,1621,2791 +"41753",9805,66878,3,1621,1949 +"41754",9805,77815,3,1621,2358 +"41755",9805,80825,3,1621,2315 +"41756",9805,86245,3,1621,1972 +"41757",9805,89880,3,1621,1938 +"41758",9805,94179,3,1621,2000 +"41759",9805,99152,3,1621,1698 +"41760",9805,106318,3,1621,1698 +"41761",9808,468,3,1648,1966 +"41762",9808,1560,3,1648,2013 +"41763",9808,2057,3,1648,1965 +"41764",9808,2936,3,1648,2512 +"41765",9808,3669,3,1648,2524 +"41766",9808,5235,2,1648,2324 +"41767",9808,6324,3,1648,1990 +"41768",9808,7206,3,1648,1959 +"41769",9808,8525,2,1648,1787 +"41770",9808,9716,3,1648,1929 +"41771",9808,9723,2,1648,2302 +"41772",9808,11239,3,1648,2181 +"41773",9808,12228,3,1648,2034 +"41774",9808,14623,3,1648,2043 +"41775",9808,14761,3,1648,2502 +"41776",9808,15301,3,1648,2308 +"41777",9808,16850,3,1648,1657 +"41778",9808,18394,3,1648,2356 +"41779",9808,18808,3,1648,2854 +"41780",9808,18954,3,1648,2364 +"41781",9808,19215,3,1648,2604 +"41782",9808,19323,3,1648,1705 +"41783",9808,19972,3,1648,2078 +"41784",9808,21504,3,1648,2328 +"41785",9808,22580,3,1648,2245 +"41786",9808,22709,3,1648,2743 +"41787",9808,23890,2,1648,1810 +"41788",9808,24761,3,1648,2384 +"41789",9808,26100,3,1648,1966 +"41790",9808,29503,3,1648,2609 +"41791",9808,30317,3,1648,2431 +"41792",9808,31251,3,1648,2498 +"41793",9808,32582,3,1648,1929 +"41794",9808,35264,2,1648,2329 +"41795",9808,38227,3,1648,2511 +"41796",9808,38309,3,1648,2644 +"41797",9808,40392,3,1648,1878 +"41798",9808,49621,2,1648,1915 +"41799",9808,50440,2,1648,2469 +"41800",9808,53362,3,1648,2360 +"41801",9808,53498,3,1648,1967 +"41802",9808,56737,3,1648,2270 +"41803",9808,58041,3,1648,2725 +"41804",9808,65658,3,1648,2030 +"41805",9808,79793,3,1648,1915 +"41806",9808,108872,3,1648,1810 +"41807",9828,10558,3,2085,2312 +"41808",9828,14507,3,2085,2686 +"41809",9828,22260,3,2085,2137 +"41810",9828,24825,3,2085,2686 +"41811",9828,25530,2,2085,2884 +"41812",9828,28285,3,2085,2972 +"41813",9828,30827,3,2085,2323 +"41814",9828,31307,3,2085,2139 +"41815",9828,33160,3,2085,2441 +"41816",9828,56396,3,2085,2408 +"41817",9828,79627,3,2085,2409 +"41818",9853,701,3,1275,2718 +"41819",9853,6363,3,1275,2066 +"41820",9853,18211,3,1275,1745 +"41821",9853,19248,3,1275,2357 +"41822",9853,25198,3,1275,1982 +"41823",9853,25985,3,1275,2071 +"41824",9853,33672,3,1275,2396 +"41825",9853,34464,3,1275,1741 +"41826",9853,39535,1,1275,2428 +"41827",9853,41033,3,1275,1839 +"41828",9853,51041,3,1275,2606 +"41829",9853,68523,3,1275,1664 +"41830",9861,10638,2,2680,2692 +"41831",9861,11506,2,2680,2824 +"41832",9861,18943,3,2680,2861 +"41833",9861,20007,3,2680,2971 +"41834",9861,28582,3,2680,2698 +"41835",9861,69335,3,2680,2698 +"41836",9871,24,3,921,1295 +"41837",9871,160,3,921,2007 +"41838",9871,1124,3,921,1596 +"41839",9871,1323,3,921,1659 +"41840",9871,1641,3,921,1490 +"41841",9871,1875,3,921,1786 +"41842",9871,2111,3,921,1904 +"41843",9871,2894,3,921,1291 +"41844",9871,4317,3,921,1224 +"41845",9871,4671,3,921,2280 +"41846",9871,5226,3,921,1309 +"41847",9871,5392,3,921,1648 +"41848",9871,5610,3,921,2223 +"41849",9871,5615,3,921,1105 +"41850",9871,5785,3,921,1261 +"41851",9871,5865,2,921,1910 +"41852",9871,6192,3,921,2409 +"41853",9871,6222,3,921,1949 +"41854",9871,6588,3,921,2025 +"41855",9871,6942,3,921,1232 +"41856",9871,7118,3,921,966 +"41857",9871,7185,3,921,1046 +"41858",9871,7406,3,921,1906 +"41859",9871,7555,3,921,1943 +"41860",9871,7616,1,921,2296 +"41861",9871,8238,3,921,2222 +"41862",9871,9331,2,921,2269 +"41863",9871,9362,3,921,2879 +"41864",9871,9423,3,921,1708 +"41865",9871,9615,3,921,2464 +"41866",9871,10370,3,921,2224 +"41867",9871,10576,3,921,974 +"41868",9871,10851,3,921,2423 +"41869",9871,10870,3,921,1755 +"41870",9871,11770,3,921,1653 +"41871",9871,12081,3,921,2166 +"41872",9871,12122,2,921,1385 +"41873",9871,12388,3,921,1975 +"41874",9871,12632,3,921,1174 +"41875",9871,13324,3,921,2163 +"41876",9871,13837,3,921,1604 +"41877",9871,14959,3,921,2898 +"41878",9871,15008,3,921,2338 +"41879",9871,15122,2,921,1201 +"41880",9871,15207,3,921,1855 +"41881",9871,15632,2,921,1242 +"41882",9871,16286,3,921,2470 +"41883",9871,16539,1,921,1947 +"41884",9871,16542,3,921,2039 +"41885",9871,16850,3,921,1657 +"41886",9871,17351,3,921,2036 +"41887",9871,17549,3,921,2647 +"41888",9871,17632,3,921,1947 +"41889",9871,18670,2,921,1835 +"41890",9871,19096,3,921,1538 +"41891",9871,19744,3,921,2623 +"41892",9871,19893,3,921,1223 +"41893",9871,20419,3,921,1587 +"41894",9871,21950,3,921,1892 +"41895",9871,22057,3,921,974 +"41896",9871,22292,3,921,1910 +"41897",9871,22682,3,921,2035 +"41898",9871,22808,3,921,2297 +"41899",9871,23460,3,921,2183 +"41900",9871,23825,3,921,1913 +"41901",9871,24256,3,921,2393 +"41902",9871,24421,3,921,1324 +"41903",9871,24456,3,921,1238 +"41904",9871,24512,3,921,1369 +"41905",9871,24753,3,921,2860 +"41906",9871,24793,2,921,1993 +"41907",9871,24794,3,921,925 +"41908",9871,24826,3,921,1382 +"41909",9871,25030,3,921,2017 +"41910",9871,25033,3,921,929 +"41911",9871,26083,2,921,2038 +"41912",9871,26603,3,921,2508 +"41913",9871,27323,3,921,943 +"41914",9871,27796,3,921,2151 +"41915",9871,29089,3,921,1344 +"41916",9871,29512,2,921,1594 +"41917",9871,29930,3,921,2240 +"41918",9871,30883,3,921,1629 +"41919",9871,31159,3,921,2231 +"41920",9871,31209,3,921,1137 +"41921",9871,31705,3,921,2706 +"41922",9871,31890,2,921,1487 +"41923",9871,31901,2,921,1251 +"41924",9871,32131,3,921,1035 +"41925",9871,32173,3,921,2341 +"41926",9871,32419,3,921,1909 +"41927",9871,32589,3,921,2220 +"41928",9871,33010,3,921,2189 +"41929",9871,35772,3,921,1440 +"41930",9871,36837,3,921,1556 +"41931",9871,37108,3,921,1202 +"41932",9871,38921,3,921,1880 +"41933",9871,40028,3,921,1349 +"41934",9871,40129,3,921,2162 +"41935",9871,41518,3,921,1641 +"41936",9871,41664,3,921,2641 +"41937",9871,42515,3,921,2752 +"41938",9871,42783,3,921,2338 +"41939",9871,42837,3,921,1096 +"41940",9871,43614,3,921,1712 +"41941",9871,43902,3,921,1726 +"41942",9871,44089,2,921,1632 +"41943",9871,44403,3,921,2429 +"41944",9871,44688,3,921,2924 +"41945",9871,45545,3,921,1776 +"41946",9871,46629,3,921,2255 +"41947",9871,46635,3,921,2528 +"41948",9871,46680,3,921,1690 +"41949",9871,47386,3,921,2226 +"41950",9871,47564,3,921,2650 +"41951",9871,47625,3,921,2562 +"41952",9871,48384,3,921,2057 +"41953",9871,48571,3,921,2717 +"41954",9871,49334,2,921,2433 +"41955",9871,49470,3,921,1528 +"41956",9871,50001,3,921,1518 +"41957",9871,50254,2,921,1151 +"41958",9871,50275,3,921,2832 +"41959",9871,53248,3,921,2271 +"41960",9871,55076,2,921,2408 +"41961",9871,56854,3,921,2022 +"41962",9871,56903,3,921,1584 +"41963",9871,58854,3,921,1131 +"41964",9871,61975,3,921,983 +"41965",9871,63477,3,921,1907 +"41966",9871,64232,3,921,1275 +"41967",9871,65242,3,921,1988 +"41968",9871,65434,3,921,2866 +"41969",9871,66756,3,921,1301 +"41970",9871,67748,3,921,1498 +"41971",9871,69250,3,921,1439 +"41972",9871,69712,3,921,1219 +"41973",9871,74818,3,921,1440 +"41974",9871,76646,2,921,1263 +"41975",9871,77155,3,921,2946 +"41976",9871,77611,2,921,1795 +"41977",9871,78270,3,921,1171 +"41978",9871,80979,3,921,1142 +"41979",9871,81463,3,921,955 +"41980",9871,82187,1,921,1055 +"41981",9871,82893,1,921,1275 +"41982",9871,85356,2,921,1492 +"41983",9871,86627,3,921,981 +"41984",9871,88887,3,921,1161 +"41985",9871,92322,2,921,2393 +"41986",9871,96132,3,921,1489 +"41987",9871,96553,3,921,1887 +"41988",9871,96911,3,921,956 +"41989",9871,119208,3,921,2646 +"41990",9893,2684,3,2701,2874 +"41991",9893,3305,3,2701,2839 +"41992",9893,11477,3,2701,2724 +"41993",9893,19027,2,2701,2721 +"41994",9893,20700,3,2701,2861 +"41995",9893,23319,3,2701,2867 +"41996",9893,26749,3,2701,2965 +"41997",9893,33801,3,2701,2899 +"41998",9893,42574,3,2701,2842 +"41999",9893,53475,3,2701,2853 +"42000",9893,65029,3,2701,2954 +"42001",9893,66224,3,2701,2728 +"42002",9893,67652,3,2701,2736 +"42003",9895,2443,3,1960,2333 +"42004",9895,2647,3,1960,2450 +"42005",9895,3158,3,1960,2762 +"42006",9895,3271,3,1960,2216 +"42007",9895,3506,3,1960,2364 +"42008",9895,6040,3,1960,2103 +"42009",9895,7123,3,1960,1964 +"42010",9895,9272,3,1960,2835 +"42011",9895,9910,2,1960,2526 +"42012",9895,9948,1,1960,2019 +"42013",9895,11351,3,1960,2971 +"42014",9895,15813,3,1960,2143 +"42015",9895,17499,3,1960,2954 +"42016",9895,17925,3,1960,2385 +"42017",9895,20695,2,1960,2526 +"42018",9895,26374,3,1960,2133 +"42019",9895,26740,2,1960,2695 +"42020",9895,30544,3,1960,2041 +"42021",9895,31159,3,1960,2231 +"42022",9895,31295,3,1960,2183 +"42023",9895,38697,3,1960,2701 +"42024",9895,42382,3,1960,2224 +"42025",9895,43226,3,1960,2442 +"42026",9895,44744,2,1960,2032 +"42027",9895,47607,3,1960,2724 +"42028",9895,48110,3,1960,2009 +"42029",9895,48931,3,1960,2444 +"42030",9895,53584,2,1960,2391 +"42031",9895,58508,3,1960,2326 +"42032",9895,64912,3,1960,2099 +"42033",9895,69335,3,1960,2698 +"42034",9895,69453,3,1960,2831 +"42035",9895,93553,3,1960,2537 +"42036",9895,96387,3,1960,2159 +"42037",9909,663,3,2230,2678 +"42038",9909,1369,3,2230,2487 +"42039",9909,20541,3,2230,2617 +"42040",9909,42407,3,2230,2408 +"42041",9909,64641,3,2230,2617 +"42042",9910,9272,3,2526,2835 +"42043",9910,11351,3,2526,2971 +"42044",9910,17499,3,2526,2954 +"42045",9910,26740,3,2526,2695 +"42046",9910,38697,3,2526,2701 +"42047",9910,53020,3,2526,2747 +"42048",9910,69335,3,2526,2698 +"42049",9912,3100,3,1356,2524 +"42050",9912,3403,3,1356,2951 +"42051",9912,3786,3,1356,2282 +"42052",9912,4144,3,1356,1520 +"42053",9912,9050,3,1356,2026 +"42054",9912,9727,3,1356,2327 +"42055",9912,11135,1,1356,2441 +"42056",9912,11429,3,1356,2520 +"42057",9912,13024,3,1356,2468 +"42058",9912,15502,2,1356,2637 +"42059",9912,16361,3,1356,1641 +"42060",9912,16833,3,1356,1661 +"42061",9912,19687,2,1356,2072 +"42062",9912,19972,3,1356,2078 +"42063",9912,21895,3,1356,1693 +"42064",9912,21976,3,1356,1808 +"42065",9912,23639,3,1356,2065 +"42066",9912,24116,3,1356,1413 +"42067",9912,24441,2,1356,2256 +"42068",9912,25286,3,1356,1545 +"42069",9912,25886,3,1356,1580 +"42070",9912,28567,3,1356,2398 +"42071",9912,41051,3,1356,2767 +"42072",9912,42486,3,1356,1951 +"42073",9912,45487,1,1356,2256 +"42074",9912,47330,3,1356,2422 +"42075",9912,47827,2,1356,1957 +"42076",9912,51448,2,1356,1593 +"42077",9912,56673,3,1356,2419 +"42078",9912,62498,3,1356,1698 +"42079",9912,79236,3,1356,1505 +"42080",9912,81134,3,1356,1384 +"42081",9912,83007,3,1356,2727 +"42082",9912,89955,3,1356,1452 +"42083",9912,104659,3,1356,2026 +"42084",9928,270,3,2345,2542 +"42085",9928,3961,3,2345,2426 +"42086",9928,5041,3,2345,2371 +"42087",9928,5315,2,2345,2631 +"42088",9928,5350,3,2345,2522 +"42089",9928,10779,3,2345,2881 +"42090",9928,15309,3,2345,2820 +"42091",9928,16352,2,2345,2657 +"42092",9928,18394,3,2345,2356 +"42093",9928,19027,3,2345,2721 +"42094",9928,20067,3,2345,2390 +"42095",9928,20124,3,2345,2376 +"42096",9928,23310,2,2345,2371 +"42097",9928,23725,3,2345,2378 +"42098",9928,26080,2,2345,2525 +"42099",9928,30081,3,2345,2403 +"42100",9928,34735,3,2345,2767 +"42101",9928,35926,3,2345,2371 +"42102",9928,41955,2,2345,2479 +"42103",9928,41972,3,2345,2509 +"42104",9928,49110,3,2345,2938 +"42105",9928,50977,3,2345,2352 +"42106",9928,54551,3,2345,2348 +"42107",9928,54929,2,2345,2783 +"42108",9928,56082,3,2345,2395 +"42109",9928,72207,3,2345,2430 +"42110",9928,76048,3,2345,2373 +"42111",9939,4194,3,474,1641 +"42112",9939,10128,3,474,883 +"42113",9939,16593,3,474,1139 +"42114",9939,17159,2,474,883 +"42115",9939,26138,3,474,1902 +"42116",9939,26513,3,474,2205 +"42117",9939,33278,3,474,1591 +"42118",9939,42998,3,474,1978 +"42119",9939,57037,3,474,2293 +"42120",9939,69590,3,474,2441 +"42121",9939,82917,3,474,2371 +"42122",9939,86010,3,474,1641 +"42123",9939,94339,3,474,2768 +"42124",9939,97266,3,474,1016 +"42125",9940,2972,3,214,1708 +"42126",9940,7029,3,214,2204 +"42127",9940,11239,3,214,2181 +"42128",9940,18483,2,214,874 +"42129",9940,25508,3,214,2081 +"42130",9940,27195,2,214,2158 +"42131",9940,28640,3,214,1475 +"42132",9940,29930,3,214,2240 +"42133",9940,45225,3,214,474 +"42134",9940,47752,2,214,630 +"42135",9940,50298,3,214,2101 +"42136",9940,56232,2,214,1175 +"42137",9940,68960,2,214,1312 +"42138",9940,115078,3,214,697 +"42139",9948,2443,3,2019,2333 +"42140",9948,2647,3,2019,2450 +"42141",9948,3271,3,2019,2216 +"42142",9948,9272,3,2019,2835 +"42143",9948,9910,1,2019,2526 +"42144",9948,11351,3,2019,2971 +"42145",9948,20695,1,2019,2526 +"42146",9948,26740,3,2019,2695 +"42147",9948,38697,3,2019,2701 +"42148",9948,42382,3,2019,2224 +"42149",9948,43226,3,2019,2442 +"42150",9948,44744,3,2019,2032 +"42151",9948,47607,3,2019,2724 +"42152",9948,49403,3,2019,2427 +"42153",9948,53082,3,2019,2328 +"42154",9948,53584,3,2019,2391 +"42155",9948,58508,3,2019,2326 +"42156",9948,69335,3,2019,2698 +"42157",9950,160,3,920,2007 +"42158",9950,2093,3,920,2459 +"42159",9950,2484,3,920,2389 +"42160",9950,2743,3,920,1278 +"42161",9950,3947,3,920,2067 +"42162",9950,3961,3,920,2426 +"42163",9950,4289,2,920,1921 +"42164",9950,4705,3,920,1714 +"42165",9950,5235,3,920,2324 +"42166",9950,5239,3,920,2875 +"42167",9950,5315,3,920,2631 +"42168",9950,5350,3,920,2522 +"42169",9950,5622,3,920,2175 +"42170",9950,5716,3,920,1058 +"42171",9950,5912,3,920,2257 +"42172",9950,5986,3,920,1721 +"42173",9950,6047,2,920,2004 +"42174",9950,6417,3,920,1675 +"42175",9950,7798,3,920,949 +"42176",9950,8029,3,920,1859 +"42177",9950,8621,3,920,1681 +"42178",9950,9391,3,920,1252 +"42179",9950,9723,3,920,2302 +"42180",9950,9808,3,920,1648 +"42181",9950,9928,3,920,2345 +"42182",9950,10148,3,920,2964 +"42183",9950,10358,3,920,2294 +"42184",9950,10404,3,920,2062 +"42185",9950,10717,3,920,1938 +"42186",9950,10857,2,920,2253 +"42187",9950,11662,3,920,1139 +"42188",9950,12692,2,920,1855 +"42189",9950,13311,3,920,2315 +"42190",9950,13780,2,920,2412 +"42191",9950,14032,2,920,2144 +"42192",9950,14943,3,920,1942 +"42193",9950,15309,3,920,2820 +"42194",9950,15402,3,920,1281 +"42195",9950,15560,3,920,2257 +"42196",9950,15734,3,920,1616 +"42197",9950,15808,3,920,1521 +"42198",9950,16074,2,920,977 +"42199",9950,16164,3,920,1184 +"42200",9950,16352,3,920,2657 +"42201",9950,16826,2,920,2599 +"42202",9950,17351,3,920,2036 +"42203",9950,17400,3,920,2231 +"42204",9950,17484,2,920,1256 +"42205",9950,17632,3,920,1947 +"42206",9950,17997,3,920,1621 +"42207",9950,18103,2,920,1968 +"42208",9950,18874,3,920,2170 +"42209",9950,19096,3,920,1538 +"42210",9950,19622,3,920,2371 +"42211",9950,19814,3,920,936 +"42212",9950,20067,3,920,2390 +"42213",9950,21138,3,920,2849 +"42214",9950,22639,3,920,2352 +"42215",9950,23310,3,920,2371 +"42216",9950,23492,3,920,1067 +"42217",9950,23508,3,920,1907 +"42218",9950,23725,3,920,2378 +"42219",9950,24240,3,920,1755 +"42220",9950,24259,2,920,1281 +"42221",9950,24853,3,920,1004 +"42222",9950,25078,3,920,2312 +"42223",9950,27205,3,920,966 +"42224",9950,27642,2,920,1531 +"42225",9950,27753,3,920,2750 +"42226",9950,28784,3,920,1579 +"42227",9950,29004,3,920,2596 +"42228",9950,29503,3,920,2609 +"42229",9950,29930,3,920,2240 +"42230",9950,30325,3,920,1067 +"42231",9950,30438,3,920,1617 +"42232",9950,30747,3,920,2455 +"42233",9950,30906,3,920,2537 +"42234",9950,31069,3,920,1995 +"42235",9950,32919,3,920,2321 +"42236",9950,33949,3,920,2489 +"42237",9950,34158,3,920,2639 +"42238",9950,34480,3,920,2755 +"42239",9950,34492,3,920,1798 +"42240",9950,34509,3,920,1973 +"42241",9950,34735,3,920,2767 +"42242",9950,34954,3,920,1184 +"42243",9950,35361,3,920,2389 +"42244",9950,35529,3,920,1620 +"42245",9950,35673,3,920,1067 +"42246",9950,35926,3,920,2371 +"42247",9950,38227,2,920,2511 +"42248",9950,38449,3,920,1802 +"42249",9950,40432,2,920,1956 +"42250",9950,41832,3,920,1155 +"42251",9950,41955,3,920,2479 +"42252",9950,42642,3,920,2257 +"42253",9950,42715,3,920,987 +"42254",9950,44407,3,920,2154 +"42255",9950,44676,3,920,2629 +"42256",9950,47386,3,920,2226 +"42257",9950,49787,3,920,2352 +"42258",9950,49812,3,920,1816 +"42259",9950,51022,3,920,1499 +"42260",9950,51055,2,920,2558 +"42261",9950,54551,2,920,2348 +"42262",9950,54740,3,920,2750 +"42263",9950,56807,2,920,1571 +"42264",9950,57977,3,920,2683 +"42265",9950,58489,2,920,1068 +"42266",9950,60280,3,920,1918 +"42267",9950,62488,3,920,1418 +"42268",9950,65679,3,920,1578 +"42269",9950,69591,3,920,2294 +"42270",9950,70269,3,920,2368 +"42271",9950,70736,3,920,1512 +"42272",9950,75403,3,920,1895 +"42273",9950,76284,3,920,1237 +"42274",9950,76511,3,920,1250 +"42275",9950,77305,3,920,965 +"42276",9950,81588,3,920,1568 +"42277",9950,82301,3,920,1621 +"42278",9950,82929,1,920,2475 +"42279",9950,83140,3,920,1630 +"42280",9950,89097,3,920,935 +"42281",9950,93280,1,920,1053 +"42282",9950,94101,3,920,997 +"42283",9950,100140,3,920,1041 +"42284",9950,101338,3,920,1319 +"42285",9954,2799,2,2117,2173 +"42286",9954,8327,3,2117,2527 +"42287",9979,3011,3,2238,2278 +"42288",9979,4701,3,2238,2401 +"42289",9979,9311,3,2238,2477 +"42290",9979,33433,3,2238,2805 +"42291",9979,35888,3,2238,2291 +"42292",10002,671,3,1788,2328 +"42293",10002,1692,3,1788,2443 +"42294",10002,6603,3,1788,2185 +"42295",10002,9801,3,1788,2443 +"42296",10002,10964,3,1788,2043 +"42297",10002,11067,3,1788,2734 +"42298",10002,15821,3,1788,2456 +"42299",10002,24866,2,1788,2103 +"42300",10002,27399,3,1788,1866 +"42301",10002,36506,2,1788,2638 +"42302",10002,45461,3,1788,2458 +"42303",10002,47534,2,1788,2712 +"42304",10002,47966,3,1788,2409 +"42305",10002,53530,3,1788,2380 +"42306",10002,83396,3,1788,2396 +"42307",10002,88232,3,1788,2881 +"42308",10004,9342,3,872,896 +"42309",10004,10128,2,872,883 +"42310",10004,11135,3,872,2441 +"42311",10004,17159,3,872,883 +"42312",10004,18479,2,872,2967 +"42313",10004,19137,3,872,1437 +"42314",10004,19687,3,872,2072 +"42315",10004,23639,3,872,2065 +"42316",10004,25180,2,872,2489 +"42317",10004,26138,1,872,1902 +"42318",10004,26567,3,872,1158 +"42319",10004,33278,3,872,1591 +"42320",10004,35414,3,872,1959 +"42321",10004,62498,3,872,1698 +"42322",10004,72827,3,872,1359 +"42323",10004,97266,3,872,1016 +"42324",10008,9349,3,1323,2052 +"42325",10008,10278,3,1323,2345 +"42326",10008,52969,3,1323,2302 +"42327",10012,288,3,89,947 +"42328",10012,313,3,89,2271 +"42329",10012,357,3,89,2327 +"42330",10012,499,3,89,1931 +"42331",10012,543,3,89,2203 +"42332",10012,733,2,89,1653 +"42333",10012,937,3,89,408 +"42334",10012,1090,3,89,2370 +"42335",10012,1469,1,89,1160 +"42336",10012,1592,3,89,2006 +"42337",10012,1691,3,89,1941 +"42338",10012,1777,3,89,1965 +"42339",10012,2036,3,89,2483 +"42340",10012,2063,3,89,1278 +"42341",10012,2166,3,89,2557 +"42342",10012,2300,3,89,565 +"42343",10012,2462,3,89,849 +"42344",10012,2484,3,89,2389 +"42345",10012,2754,3,89,1360 +"42346",10012,2960,3,89,977 +"42347",10012,3167,3,89,1676 +"42348",10012,3830,3,89,1661 +"42349",10012,4191,3,89,2130 +"42350",10012,4366,3,89,1726 +"42351",10012,5018,3,89,640 +"42352",10012,5078,3,89,2033 +"42353",10012,5457,3,89,2077 +"42354",10012,5462,3,89,2374 +"42355",10012,5504,2,89,2389 +"42356",10012,7196,3,89,1508 +"42357",10012,7323,3,89,2858 +"42358",10012,7363,3,89,123 +"42359",10012,8229,2,89,1241 +"42360",10012,8519,2,89,844 +"42361",10012,8621,3,89,1681 +"42362",10012,8772,3,89,847 +"42363",10012,10130,1,89,2741 +"42364",10012,10222,2,89,2212 +"42365",10012,10352,3,89,1371 +"42366",10012,10874,3,89,1891 +"42367",10012,13518,3,89,525 +"42368",10012,14108,3,89,2012 +"42369",10012,14300,3,89,1218 +"42370",10012,14888,3,89,1411 +"42371",10012,14983,2,89,1047 +"42372",10012,15389,3,89,143 +"42373",10012,16164,3,89,1184 +"42374",10012,16313,3,89,1160 +"42375",10012,18277,1,89,2309 +"42376",10012,18289,3,89,862 +"42377",10012,19027,2,89,2721 +"42378",10012,19516,3,89,2313 +"42379",10012,19568,2,89,2302 +"42380",10012,19963,3,89,810 +"42381",10012,21479,3,89,2134 +"42382",10012,22006,3,89,1202 +"42383",10012,22130,3,89,146 +"42384",10012,22169,3,89,673 +"42385",10012,22749,3,89,1727 +"42386",10012,22874,2,89,404 +"42387",10012,24198,2,89,2217 +"42388",10012,24348,3,89,103 +"42389",10012,24755,3,89,1319 +"42390",10012,24923,3,89,2785 +"42391",10012,25129,3,89,2647 +"42392",10012,26516,3,89,2479 +"42393",10012,26524,2,89,982 +"42394",10012,26706,3,89,1846 +"42395",10012,26713,3,89,1235 +"42396",10012,27478,2,89,2485 +"42397",10012,28808,3,89,1063 +"42398",10012,28892,3,89,2023 +"42399",10012,29456,2,89,1182 +"42400",10012,31386,2,89,273 +"42401",10012,31799,3,89,2547 +"42402",10012,32113,2,89,882 +"42403",10012,32409,1,89,857 +"42404",10012,33572,3,89,2370 +"42405",10012,34314,2,89,630 +"42406",10012,34443,3,89,496 +"42407",10012,34492,3,89,1798 +"42408",10012,34509,3,89,1973 +"42409",10012,35256,3,89,2271 +"42410",10012,35481,3,89,2211 +"42411",10012,37570,3,89,2389 +"42412",10012,38048,2,89,867 +"42413",10012,39245,3,89,517 +"42414",10012,39444,3,89,2695 +"42415",10012,40136,3,89,1149 +"42416",10012,40200,2,89,190 +"42417",10012,40296,3,89,1674 +"42418",10012,40672,2,89,1315 +"42419",10012,40832,3,89,634 +"42420",10012,41747,3,89,1722 +"42421",10012,41832,2,89,1155 +"42422",10012,44636,3,89,1026 +"42423",10012,46512,3,89,1292 +"42424",10012,46621,3,89,1343 +"42425",10012,47082,3,89,1990 +"42426",10012,49189,3,89,1550 +"42427",10012,49965,3,89,2301 +"42428",10012,50235,3,89,726 +"42429",10012,50667,3,89,2719 +"42430",10012,51410,2,89,2739 +"42431",10012,51987,3,89,1397 +"42432",10012,52457,3,89,849 +"42433",10012,53031,1,89,2065 +"42434",10012,53624,3,89,952 +"42435",10012,54100,3,89,1327 +"42436",10012,54676,3,89,1342 +"42437",10012,55556,2,89,2075 +"42438",10012,55828,3,89,2393 +"42439",10012,56022,3,89,282 +"42440",10012,56171,3,89,1524 +"42441",10012,56452,3,89,191 +"42442",10012,57977,3,89,2683 +"42443",10012,58221,1,89,1787 +"42444",10012,61138,2,89,1188 +"42445",10012,61719,2,89,1515 +"42446",10012,61785,2,89,822 +"42447",10012,63147,2,89,1477 +"42448",10012,63637,3,89,498 +"42449",10012,63770,3,89,1324 +"42450",10012,65029,3,89,2954 +"42451",10012,66318,3,89,2803 +"42452",10012,67009,3,89,179 +"42453",10012,68098,3,89,2378 +"42454",10012,69498,3,89,931 +"42455",10012,69930,3,89,416 +"42456",10012,70605,3,89,1176 +"42457",10012,71478,2,89,1721 +"42458",10012,73128,3,89,1549 +"42459",10012,73728,3,89,784 +"42460",10012,77489,3,89,1514 +"42461",10012,78569,3,89,578 +"42462",10012,79364,3,89,834 +"42463",10012,79657,3,89,1260 +"42464",10012,79837,3,89,1252 +"42465",10012,80014,3,89,1562 +"42466",10012,80429,3,89,1927 +"42467",10012,82409,1,89,1881 +"42468",10012,84897,3,89,1075 +"42469",10012,85290,3,89,376 +"42470",10012,85430,3,89,2370 +"42471",10012,87904,3,89,952 +"42472",10012,88232,3,89,2881 +"42473",10012,88750,3,89,787 +"42474",10012,89958,3,89,1186 +"42475",10012,90837,3,89,825 +"42476",10012,91908,3,89,918 +"42477",10012,92592,3,89,486 +"42478",10012,93615,1,89,2386 +"42479",10012,93752,2,89,1368 +"42480",10012,94850,2,89,408 +"42481",10012,96000,3,89,1789 +"42482",10012,97498,3,89,2346 +"42483",10012,99103,2,89,1470 +"42484",10012,100978,3,89,862 +"42485",10012,102050,3,89,906 +"42486",10012,105233,3,89,1199 +"42487",10012,109383,3,89,952 +"42488",10012,116478,3,89,293 +"42489",10012,123223,3,89,408 +"42490",10012,123349,3,89,901 +"42491",10029,50785,3,2718,2877 +"42492",10050,1523,1,1792,2048 +"42493",10050,2190,2,1792,2359 +"42494",10050,2418,3,1792,2020 +"42495",10050,2747,3,1792,2411 +"42496",10050,2979,3,1792,2912 +"42497",10050,3195,3,1792,2043 +"42498",10050,3255,3,1792,2504 +"42499",10050,3317,3,1792,2037 +"42500",10050,3477,3,1792,2546 +"42501",10050,7337,2,1792,1797 +"42502",10050,8890,3,1792,1955 +"42503",10050,9331,3,1792,2269 +"42504",10050,9503,3,1792,2453 +"42505",10050,17549,3,1792,2647 +"42506",10050,28893,3,1792,2764 +"42507",10050,29311,3,1792,1849 +"42508",10050,30525,3,1792,1964 +"42509",10050,32339,3,1792,2430 +"42510",10050,37636,3,1792,2178 +"42511",10050,39534,3,1792,2410 +"42512",10050,46486,3,1792,1868 +"42513",10050,47839,3,1792,1864 +"42514",10050,49347,3,1792,2504 +"42515",10050,51774,3,1792,2459 +"42516",10050,54924,2,1792,2603 +"42517",10050,58501,3,1792,2613 +"42518",10050,61541,3,1792,2699 +"42519",10050,66677,3,1792,2151 +"42520",10087,2294,1,1617,1638 +"42521",10087,6186,3,1617,1693 +"42522",10087,8860,2,1617,2141 +"42523",10087,16437,3,1617,1956 +"42524",10087,16684,3,1617,1657 +"42525",10087,17061,2,1617,2385 +"42526",10087,20271,3,1617,2044 +"42527",10087,25721,3,1617,2212 +"42528",10087,27623,3,1617,2970 +"42529",10087,31868,3,1617,1993 +"42530",10087,33341,3,1617,2338 +"42531",10087,35728,3,1617,2017 +"42532",10087,37059,3,1617,2840 +"42533",10087,38439,3,1617,2025 +"42534",10087,39534,2,1617,2410 +"42535",10087,44235,3,1617,2700 +"42536",10087,46486,3,1617,1868 +"42537",10087,48605,3,1617,2796 +"42538",10087,49347,3,1617,2504 +"42539",10087,49712,3,1617,1937 +"42540",10087,66717,3,1617,2104 +"42541",10087,68215,3,1617,2727 +"42542",10087,69131,3,1617,2122 +"42543",10087,73172,3,1617,2496 +"42544",10087,73192,3,1617,1955 +"42545",10087,76048,3,1617,2373 +"42546",10087,79432,3,1617,1708 +"42547",10087,98058,3,1617,1891 +"42548",10087,107383,2,1617,1918 +"42549",10119,19190,3,2374,2677 +"42550",10119,20011,3,2374,2826 +"42551",10119,30194,3,2374,2874 +"42552",10119,32576,2,2374,2881 +"42553",10119,59432,3,2374,2553 +"42554",10128,916,3,883,2718 +"42555",10128,1560,3,883,2013 +"42556",10128,2802,2,883,1836 +"42557",10128,4194,2,883,1641 +"42558",10128,5414,3,883,2321 +"42559",10128,8478,3,883,984 +"42560",10128,9506,2,883,1012 +"42561",10128,9716,3,883,1929 +"42562",10128,11429,3,883,2520 +"42563",10128,11506,3,883,2824 +"42564",10128,11803,3,883,1232 +"42565",10128,14789,3,883,1034 +"42566",10128,16593,2,883,1139 +"42567",10128,18610,3,883,2141 +"42568",10128,21424,2,883,1303 +"42569",10128,22905,3,883,2599 +"42570",10128,23739,3,883,2463 +"42571",10128,26138,1,883,1902 +"42572",10128,26513,3,883,2205 +"42573",10128,26567,3,883,1158 +"42574",10128,30317,3,883,2431 +"42575",10128,31087,3,883,1757 +"42576",10128,31279,3,883,965 +"42577",10128,32582,3,883,1929 +"42578",10128,32939,3,883,2277 +"42579",10128,33278,1,883,1591 +"42580",10128,35414,3,883,1959 +"42581",10128,36662,3,883,2967 +"42582",10128,37868,3,883,2876 +"42583",10128,38309,3,883,2644 +"42584",10128,39321,3,883,2257 +"42585",10128,41603,2,883,1942 +"42586",10128,42998,2,883,1978 +"42587",10128,48639,3,883,2291 +"42588",10128,51678,3,883,1077 +"42589",10128,53362,3,883,2360 +"42590",10128,55775,3,883,2385 +"42591",10128,57037,3,883,2293 +"42592",10128,60672,3,883,2876 +"42593",10128,62498,3,883,1698 +"42594",10128,62848,3,883,1230 +"42595",10128,69590,3,883,2441 +"42596",10128,78871,3,883,2234 +"42597",10128,79772,3,883,1230 +"42598",10128,79793,3,883,1915 +"42599",10128,82917,3,883,2371 +"42600",10128,86010,2,883,1641 +"42601",10128,91715,3,883,1034 +"42602",10128,94339,2,883,2768 +"42603",10128,96197,3,883,1670 +"42604",10128,97266,1,883,1016 +"42605",10128,99194,3,883,1271 +"42606",10128,100140,3,883,1041 +"42607",10128,102845,2,883,1067 +"42608",10128,111045,3,883,915 +"42609",10128,114228,3,883,1544 +"42610",10129,140,3,2124,2267 +"42611",10129,341,3,2124,2689 +"42612",10129,680,3,2124,2569 +"42613",10129,1519,3,2124,2349 +"42614",10129,2852,3,2124,2448 +"42615",10129,3493,3,2124,2451 +"42616",10129,4249,3,2124,2547 +"42617",10129,7942,3,2124,2623 +"42618",10129,13290,3,2124,2824 +"42619",10129,16176,3,2124,2703 +"42620",10129,17973,3,2124,2837 +"42621",10129,20941,3,2124,2725 +"42622",10129,22244,3,2124,2139 +"42623",10129,22709,3,2124,2743 +"42624",10129,23224,3,2124,2372 +"42625",10129,23591,2,2124,2831 +"42626",10129,25741,3,2124,2853 +"42627",10129,29116,1,2124,2128 +"42628",10129,30034,3,2124,2357 +"42629",10129,37929,2,2124,2393 +"42630",10129,38691,3,2124,2585 +"42631",10129,40954,3,2124,2603 +"42632",10129,41447,3,2124,2405 +"42633",10129,44235,2,2124,2700 +"42634",10129,63077,3,2124,2778 +"42635",10129,82932,3,2124,2245 +"42636",10143,14,2,778,1793 +"42637",10143,212,3,778,1513 +"42638",10143,380,3,778,2261 +"42639",10143,915,2,778,1793 +"42640",10143,1102,2,778,2282 +"42641",10143,1136,3,778,2536 +"42642",10143,1767,2,778,2727 +"42643",10143,1875,3,778,1786 +"42644",10143,2063,3,778,1278 +"42645",10143,2224,3,778,2751 +"42646",10143,2337,3,778,1697 +"42647",10143,2424,3,778,2582 +"42648",10143,2572,3,778,2273 +"42649",10143,2600,3,778,1182 +"42650",10143,2609,2,778,834 +"42651",10143,3068,1,778,1815 +"42652",10143,3477,3,778,2546 +"42653",10143,3801,3,778,1974 +"42654",10143,3980,2,778,2771 +"42655",10143,4784,3,778,2511 +"42656",10143,5235,3,778,2324 +"42657",10143,6020,3,778,1864 +"42658",10143,6052,3,778,1985 +"42659",10143,6063,3,778,2349 +"42660",10143,6074,3,778,2426 +"42661",10143,7406,3,778,1906 +"42662",10143,9423,3,778,1708 +"42663",10143,9440,3,778,1006 +"42664",10143,10146,3,778,1878 +"42665",10143,11450,1,778,915 +"42666",10143,11625,2,778,2022 +"42667",10143,12724,2,778,1930 +"42668",10143,12735,3,778,819 +"42669",10143,12779,2,778,936 +"42670",10143,13158,2,778,2667 +"42671",10143,13479,3,778,2155 +"42672",10143,13551,3,778,1451 +"42673",10143,13899,3,778,2650 +"42674",10143,14072,3,778,1346 +"42675",10143,14328,2,778,1725 +"42676",10143,14332,2,778,780 +"42677",10143,15235,1,778,1045 +"42678",10143,16053,3,778,908 +"42679",10143,17351,3,778,2036 +"42680",10143,17632,3,778,1947 +"42681",10143,17938,3,778,1410 +"42682",10143,17943,3,778,1943 +"42683",10143,18165,3,778,2085 +"42684",10143,18217,3,778,1566 +"42685",10143,19069,3,778,988 +"42686",10143,19282,2,778,1623 +"42687",10143,19317,3,778,2041 +"42688",10143,19605,3,778,2395 +"42689",10143,19744,3,778,2623 +"42690",10143,19835,3,778,1135 +"42691",10143,19980,3,778,2231 +"42692",10143,20343,1,778,851 +"42693",10143,20416,2,778,2323 +"42694",10143,20732,3,778,2401 +"42695",10143,21164,3,778,1645 +"42696",10143,21358,3,778,1970 +"42697",10143,21929,3,778,2062 +"42698",10143,22025,3,778,1591 +"42699",10143,22057,2,778,974 +"42700",10143,22462,3,778,869 +"42701",10143,23726,3,778,2434 +"42702",10143,23751,3,778,1740 +"42703",10143,24060,3,778,2349 +"42704",10143,28648,3,778,1586 +"42705",10143,29884,3,778,1239 +"42706",10143,30092,1,778,1593 +"42707",10143,30236,3,778,2238 +"42708",10143,30827,1,778,2323 +"42709",10143,30850,2,778,1045 +"42710",10143,32064,3,778,1739 +"42711",10143,32811,3,778,804 +"42712",10143,32939,3,778,2277 +"42713",10143,33223,3,778,2397 +"42714",10143,34120,3,778,2786 +"42715",10143,34136,3,778,2202 +"42716",10143,34274,3,778,1437 +"42717",10143,34659,3,778,1924 +"42718",10143,37301,3,778,2160 +"42719",10143,38213,3,778,1744 +"42720",10143,38284,3,778,1234 +"42721",10143,39135,2,778,2489 +"42722",10143,40493,3,778,1981 +"42723",10143,40542,3,778,1664 +"42724",10143,40893,3,778,1116 +"42725",10143,41900,3,778,1970 +"42726",10143,41945,3,778,2856 +"42727",10143,42129,3,778,2318 +"42728",10143,42216,1,778,2722 +"42729",10143,43404,2,778,2649 +"42730",10143,45297,3,778,1864 +"42731",10143,45302,2,778,2390 +"42732",10143,45450,3,778,1590 +"42733",10143,46446,3,778,2295 +"42734",10143,46717,2,778,938 +"42735",10143,48127,3,778,2677 +"42736",10143,48823,2,778,2080 +"42737",10143,49470,3,778,1528 +"42738",10143,49620,3,778,1868 +"42739",10143,50093,3,778,909 +"42740",10143,50134,3,778,2674 +"42741",10143,51017,3,778,2073 +"42742",10143,51035,3,778,2397 +"42743",10143,51866,3,778,2411 +"42744",10143,55084,1,778,1189 +"42745",10143,56026,2,778,908 +"42746",10143,57804,3,778,2214 +"42747",10143,60179,3,778,2708 +"42748",10143,66992,3,778,2882 +"42749",10143,74636,3,778,2525 +"42750",10143,75028,3,778,1660 +"42751",10143,78256,3,778,804 +"42752",10143,88063,2,778,1045 +"42753",10143,88070,3,778,949 +"42754",10143,88609,3,778,1917 +"42755",10143,93642,3,778,1120 +"42756",10143,94520,3,778,1243 +"42757",10143,95879,2,778,1748 +"42758",10143,105353,3,778,2073 +"42759",10143,108620,3,778,881 +"42760",10146,160,3,1878,2007 +"42761",10146,1702,3,1878,1984 +"42762",10146,2282,3,1878,2056 +"42763",10146,2443,3,1878,2333 +"42764",10146,3158,2,1878,2762 +"42765",10146,4249,3,1878,2547 +"42766",10146,6223,3,1878,2363 +"42767",10146,6345,3,1878,2713 +"42768",10146,6449,3,1878,1997 +"42769",10146,9724,3,1878,2713 +"42770",10146,9740,3,1878,2233 +"42771",10146,9895,3,1878,1960 +"42772",10146,10779,3,1878,2881 +"42773",10146,12966,3,1878,2011 +"42774",10146,14612,3,1878,2340 +"42775",10146,14957,3,1878,2306 +"42776",10146,15782,3,1878,2306 +"42777",10146,17480,3,1878,2316 +"42778",10146,17499,2,1878,2954 +"42779",10146,17695,3,1878,1930 +"42780",10146,18165,2,1878,2085 +"42781",10146,19002,3,1878,2053 +"42782",10146,19744,2,1878,2623 +"42783",10146,19980,2,1878,2231 +"42784",10146,20695,3,1878,2526 +"42785",10146,23098,2,1878,2300 +"42786",10146,26796,3,1878,2384 +"42787",10146,30544,3,1878,2041 +"42788",10146,30697,2,1878,2891 +"42789",10146,30827,2,1878,2323 +"42790",10146,31898,3,1878,1916 +"42791",10146,33010,3,1878,2189 +"42792",10146,42216,3,1878,2722 +"42793",10146,42372,2,1878,2230 +"42794",10146,43728,3,1878,2308 +"42795",10146,53652,3,1878,2899 +"42796",10200,841,3,2920,2964 +"42797",10210,798,3,1905,2476 +"42798",10210,2985,3,1905,2398 +"42799",10210,3564,2,1905,2717 +"42800",10210,16176,3,1905,2703 +"42801",10210,35715,1,1905,2912 +"42802",10210,47968,3,1905,2829 +"42803",10210,58559,3,1905,2242 +"42804",10210,65856,3,1905,2504 +"42805",10210,76971,2,1905,2145 +"42806",10210,80606,2,1905,2079 +"42807",10215,13842,3,2006,2250 +"42808",10215,15444,3,2006,2764 +"42809",10215,18165,3,2006,2085 +"42810",10215,20162,3,2006,2328 +"42811",10215,23268,1,2006,2258 +"42812",10215,37486,3,2006,2912 +"42813",10215,50667,3,2006,2719 +"42814",10215,50685,3,2006,2008 +"42815",10215,64699,2,2006,2797 +"42816",10215,64967,3,2006,2872 +"42817",10215,67145,3,2006,2015 +"42818",10215,102384,3,2006,2649 +"42819",10222,2208,2,2212,2814 +"42820",10222,5258,3,2212,2730 +"42821",10222,6390,3,2212,2385 +"42822",10222,6914,3,2212,2668 +"42823",10222,10130,3,2212,2741 +"42824",10222,17812,3,2212,2705 +"42825",10222,18277,2,2212,2309 +"42826",10222,20407,3,2212,2339 +"42827",10222,24198,1,2212,2217 +"42828",10222,25565,3,2212,2764 +"42829",10222,27379,2,2212,2461 +"42830",10222,33622,3,2212,2230 +"42831",10222,36439,3,2212,2469 +"42832",10222,40368,3,2212,2876 +"42833",10222,50784,3,2212,2733 +"42834",10222,53846,3,2212,2737 +"42835",10222,61585,3,2212,2315 +"42836",10222,66318,3,2212,2803 +"42837",10222,70433,3,2212,2639 +"42838",10222,71808,3,2212,2349 +"42839",10222,74636,3,2212,2525 +"42840",10222,88232,3,2212,2881 +"42841",10222,93615,3,2212,2386 +"42842",10222,103224,3,2212,2823 +"42843",10222,105685,3,2212,2469 +"42844",10223,900,3,1033,2726 +"42845",10223,2057,3,1033,1965 +"42846",10223,9552,3,1033,1947 +"42847",10223,13079,3,1033,2547 +"42848",10223,14586,3,1033,2801 +"42849",10223,20176,3,1033,1050 +"42850",10223,23015,2,1033,1362 +"42851",10223,28893,3,1033,2764 +"42852",10223,37752,3,1033,2223 +"42853",10223,38373,3,1033,1928 +"42854",10223,39443,2,1033,2277 +"42855",10223,39746,3,1033,1361 +"42856",10223,39875,2,1033,2422 +"42857",10223,47968,3,1033,2829 +"42858",10223,51879,3,1033,1771 +"42859",10223,59485,3,1033,1564 +"42860",10223,65188,3,1033,2213 +"42861",10223,66978,2,1033,1536 +"42862",10223,69788,3,1033,2007 +"42863",10239,1519,3,2032,2349 +"42864",10239,1692,3,2032,2443 +"42865",10239,2093,2,2032,2459 +"42866",10239,2206,3,2032,2536 +"42867",10239,3317,3,2032,2037 +"42868",10239,9362,3,2032,2879 +"42869",10239,15729,3,2032,2338 +"42870",10239,19248,3,2032,2357 +"42871",10239,19605,3,2032,2395 +"42872",10239,20941,3,2032,2725 +"42873",10239,24255,3,2032,2770 +"42874",10239,27908,3,2032,2576 +"42875",10239,31856,3,2032,2630 +"42876",10239,33380,1,2032,2340 +"42877",10239,40295,1,2032,2703 +"42878",10239,43978,3,2032,2698 +"42879",10239,50630,3,2032,2615 +"42880",10239,56669,3,2032,2924 +"42881",10239,70101,3,2032,2414 +"42882",10239,70583,2,2032,2615 +"42883",10250,3158,3,1606,2762 +"42884",10250,4634,3,1606,2291 +"42885",10250,6234,3,1606,2654 +"42886",10250,7499,1,1606,1803 +"42887",10250,7787,3,1606,2314 +"42888",10250,10216,3,1606,2476 +"42889",10250,12684,3,1606,2182 +"42890",10250,14490,3,1606,2291 +"42891",10250,14612,3,1606,2340 +"42892",10250,15343,3,1606,2125 +"42893",10250,15558,2,1606,2389 +"42894",10250,16969,3,1606,1917 +"42895",10250,17480,1,1606,2316 +"42896",10250,18821,2,1606,2075 +"42897",10250,19002,3,1606,2053 +"42898",10250,19048,3,1606,2180 +"42899",10250,20011,3,1606,2826 +"42900",10250,20709,2,1606,1757 +"42901",10250,21753,3,1606,1838 +"42902",10250,23364,3,1606,2306 +"42903",10250,23728,2,1606,2601 +"42904",10250,33460,3,1606,2781 +"42905",10250,34576,3,1606,1727 +"42906",10250,47882,3,1606,2769 +"42907",10250,48585,3,1606,2063 +"42908",10250,52950,3,1606,2716 +"42909",10250,53640,3,1606,1789 +"42910",10250,78227,3,1606,1745 +"42911",10250,78477,3,1606,1613 +"42912",10250,93609,3,1606,2252 +"42913",10278,30981,3,2345,2366 +"42914",10278,33949,3,2345,2489 +"42915",10278,42522,3,2345,2592 +"42916",10279,313,3,886,2271 +"42917",10279,377,3,886,2389 +"42918",10279,499,3,886,1931 +"42919",10279,543,3,886,2203 +"42920",10279,1151,3,886,2885 +"42921",10279,1495,3,886,2046 +"42922",10279,1616,3,886,2662 +"42923",10279,1777,3,886,1965 +"42924",10279,2036,2,886,2483 +"42925",10279,2754,3,886,1360 +"42926",10279,3830,3,886,1661 +"42927",10279,3853,3,886,2465 +"42928",10279,4057,3,886,2389 +"42929",10279,5078,3,886,2033 +"42930",10279,5414,3,886,2321 +"42931",10279,5457,3,886,2077 +"42932",10279,5462,3,886,2374 +"42933",10279,5504,3,886,2389 +"42934",10279,6432,3,886,2297 +"42935",10279,7323,3,886,2858 +"42936",10279,8760,3,886,2477 +"42937",10279,9801,3,886,2443 +"42938",10279,10239,3,886,2032 +"42939",10279,11931,3,886,2443 +"42940",10279,13150,2,886,1570 +"42941",10279,16313,3,886,1160 +"42942",10279,18700,2,886,1929 +"42943",10279,19606,3,886,2783 +"42944",10279,22749,3,886,1727 +"42945",10279,23302,3,886,2677 +"42946",10279,24195,3,886,1575 +"42947",10279,25198,3,886,1982 +"42948",10279,27478,3,886,2485 +"42949",10279,28327,3,886,2053 +"42950",10279,31799,3,886,2547 +"42951",10279,32070,3,886,950 +"42952",10279,32939,3,886,2277 +"42953",10279,33562,3,886,1979 +"42954",10279,35256,3,886,2271 +"42955",10279,36506,2,886,2638 +"42956",10279,39589,2,886,1292 +"42957",10279,40136,3,886,1149 +"42958",10279,41747,2,886,1722 +"42959",10279,42280,3,886,2266 +"42960",10279,43929,2,886,2749 +"42961",10279,43961,3,886,2443 +"42962",10279,46039,3,886,1794 +"42963",10279,47534,3,886,2712 +"42964",10279,53031,3,886,2065 +"42965",10279,53092,3,886,2384 +"42966",10279,56168,3,886,1466 +"42967",10279,61948,2,886,1231 +"42968",10279,63525,3,886,2741 +"42969",10279,70583,3,886,2615 +"42970",10279,78460,3,886,985 +"42971",10279,79772,3,886,1230 +"42972",10279,79793,3,886,1915 +"42973",10279,80061,3,886,1223 +"42974",10279,90633,3,886,990 +"42975",10279,99194,2,886,1271 +"42976",10279,107993,3,886,999 +"42977",10279,116792,3,886,2397 +"42978",10304,998,3,302,1795 +"42979",10304,3716,1,302,1679 +"42980",10304,7508,3,302,2396 +"42981",10304,7579,3,302,1624 +"42982",10304,11540,3,302,1237 +"42983",10304,11576,3,302,808 +"42984",10304,15713,3,302,1646 +"42985",10304,19336,3,302,748 +"42986",10304,20049,3,302,877 +"42987",10304,20070,3,302,1914 +"42988",10304,20355,3,302,2111 +"42989",10304,20975,3,302,1305 +"42990",10304,20988,3,302,455 +"42991",10304,21138,3,302,2849 +"42992",10304,25298,3,302,2443 +"42993",10304,26408,3,302,1545 +"42994",10304,30981,1,302,2366 +"42995",10304,32939,3,302,2277 +"42996",10304,35514,3,302,2346 +"42997",10304,43112,2,302,2564 +"42998",10304,49677,2,302,1222 +"42999",10304,51017,3,302,2073 +"43000",10304,52457,3,302,849 +"43001",10304,54388,2,302,1257 +"43002",10304,55349,3,302,826 +"43003",10304,57804,3,302,2214 +"43004",10304,57842,3,302,2482 +"43005",10304,69087,3,302,798 +"43006",10304,70681,2,302,866 +"43007",10304,74788,2,302,1056 +"43008",10304,87692,3,302,775 +"43009",10304,87874,3,302,1296 +"43010",10304,90802,3,302,877 +"43011",10304,101395,3,302,891 +"43012",10310,36441,3,2774,2796 +"43013",10310,42390,3,2774,2937 +"43014",10327,357,3,485,2327 +"43015",10327,2357,3,485,492 +"43016",10327,4953,3,485,2285 +"43017",10327,5350,3,485,2522 +"43018",10327,6366,3,485,798 +"43019",10327,8513,2,485,875 +"43020",10327,9311,3,485,2477 +"43021",10327,9751,3,485,1397 +"43022",10327,12042,3,485,2345 +"43023",10327,12462,3,485,1461 +"43024",10327,14723,3,485,2019 +"43025",10327,16096,3,485,2301 +"43026",10327,18393,3,485,860 +"43027",10327,21029,2,485,1943 +"43028",10327,21872,3,485,2458 +"43029",10327,23806,2,485,1671 +"43030",10327,24286,3,485,1280 +"43031",10327,33241,2,485,632 +"43032",10327,33356,3,485,1586 +"43033",10327,33433,3,485,2805 +"43034",10327,39186,3,485,1258 +"43035",10327,41064,3,485,1201 +"43036",10327,50229,3,485,1190 +"43037",10327,53219,3,485,2973 +"43038",10327,59937,3,485,885 +"43039",10327,63442,3,485,1965 +"43040",10327,74318,3,485,632 +"43041",10327,84022,3,485,2289 +"43042",10333,316,3,1615,2413 +"43043",10333,1519,3,1615,2349 +"43044",10333,4001,3,1615,1687 +"43045",10333,4660,3,1615,2149 +"43046",10333,10701,3,1615,2000 +"43047",10333,20941,3,1615,2725 +"43048",10333,26478,1,1615,1963 +"43049",10333,32939,2,1615,2277 +"43050",10333,38691,3,1615,2585 +"43051",10333,44780,3,1615,2534 +"43052",10333,50430,3,1615,1689 +"43053",10333,50468,2,1615,1659 +"43054",10333,57804,3,1615,2214 +"43055",10336,2852,3,2271,2448 +"43056",10336,3100,3,2271,2524 +"43057",10336,4361,2,2271,2571 +"43058",10336,5897,3,2271,2337 +"43059",10336,5962,2,2271,2491 +"43060",10336,6119,1,2271,2358 +"43061",10336,7252,3,2271,2799 +"43062",10336,8062,3,2271,2858 +"43063",10336,8568,3,2271,2706 +"43064",10336,8865,3,2271,2394 +"43065",10336,9615,3,2271,2464 +"43066",10336,11029,2,2271,2362 +"43067",10336,13079,3,2271,2547 +"43068",10336,13290,3,2271,2824 +"43069",10336,15826,3,2271,2772 +"43070",10336,16286,1,2271,2470 +"43071",10336,17826,3,2271,2920 +"43072",10336,19380,3,2271,2637 +"43073",10336,19433,3,2271,2504 +"43074",10336,22723,3,2271,2859 +"43075",10336,23498,3,2271,2398 +"43076",10336,25373,3,2271,2783 +"43077",10336,27908,3,2271,2576 +"43078",10336,31700,3,2271,2727 +"43079",10336,32311,3,2271,2396 +"43080",10336,32939,3,2271,2277 +"43081",10336,33341,3,2271,2338 +"43082",10336,34216,3,2271,2832 +"43083",10336,52570,3,2271,2645 +"43084",10336,60879,3,2271,2792 +"43085",10336,63837,3,2271,2807 +"43086",10336,65223,3,2271,2724 +"43087",10336,70070,3,2271,2425 +"43088",10336,111375,3,2271,2686 +"43089",10337,15502,3,2452,2637 +"43090",10343,543,3,1072,2203 +"43091",10343,1151,3,1072,2885 +"43092",10343,1409,3,1072,2090 +"43093",10343,2424,3,1072,2582 +"43094",10343,3306,3,1072,1989 +"43095",10343,3896,3,1072,2693 +"43096",10343,4602,3,1072,2446 +"43097",10343,4821,3,1072,1938 +"43098",10343,4929,3,1072,2240 +"43099",10343,5064,3,1072,1690 +"43100",10343,5346,3,1072,1438 +"43101",10343,5986,3,1072,1721 +"43102",10343,6031,3,1072,1611 +"43103",10343,6063,3,1072,2349 +"43104",10343,6602,3,1072,1631 +"43105",10343,7029,3,1072,2204 +"43106",10343,7181,3,1072,1421 +"43107",10343,7229,3,1072,2669 +"43108",10343,7443,3,1072,2028 +"43109",10343,7506,3,1072,2371 +"43110",10343,8060,3,1072,1883 +"43111",10343,8259,2,1072,1677 +"43112",10343,8604,3,1072,2799 +"43113",10343,9391,3,1072,1252 +"43114",10343,9423,3,1072,1708 +"43115",10343,10717,3,1072,1938 +"43116",10343,10739,2,1072,1807 +"43117",10343,11154,2,1072,1594 +"43118",10343,11218,3,1072,2292 +"43119",10343,12007,3,1072,1594 +"43120",10343,12042,3,1072,2345 +"43121",10343,12081,3,1072,2166 +"43122",10343,12272,3,1072,2371 +"43123",10343,12524,3,1072,1287 +"43124",10343,13051,3,1072,2692 +"43125",10343,13200,3,1072,2488 +"43126",10343,13285,3,1072,1577 +"43127",10343,13801,3,1072,2041 +"43128",10343,13890,2,1072,1482 +"43129",10343,14655,2,1072,2559 +"43130",10343,14972,3,1072,2332 +"43131",10343,15207,3,1072,1855 +"43132",10343,15560,2,1072,2257 +"43133",10343,16195,3,1072,2964 +"43134",10343,16352,3,1072,2657 +"43135",10343,16595,3,1072,2352 +"43136",10343,17328,2,1072,1206 +"43137",10343,17354,3,1072,2250 +"43138",10343,18670,3,1072,1835 +"43139",10343,19506,3,1072,1385 +"43140",10343,20070,3,1072,1914 +"43141",10343,21079,3,1072,1997 +"43142",10343,21872,3,1072,2458 +"43143",10343,22722,3,1072,1233 +"43144",10343,23121,3,1072,2108 +"43145",10343,23159,3,1072,1548 +"43146",10343,23223,3,1072,2094 +"43147",10343,23310,3,1072,2371 +"43148",10343,23526,3,1072,1998 +"43149",10343,25730,2,1072,1206 +"43150",10343,26067,3,1072,2069 +"43151",10343,26080,2,1072,2525 +"43152",10343,26451,3,1072,2133 +"43153",10343,26582,3,1072,2772 +"43154",10343,27792,3,1072,1308 +"43155",10343,28896,3,1072,1395 +"43156",10343,30016,3,1072,1124 +"43157",10343,30906,3,1072,2537 +"43158",10343,30943,3,1072,2287 +"43159",10343,31124,3,1072,2351 +"43160",10343,31159,3,1072,2231 +"43161",10343,31295,3,1072,2183 +"43162",10343,32064,3,1072,1739 +"43163",10343,36031,1,1072,2342 +"43164",10343,38140,3,1072,1866 +"43165",10343,40672,3,1072,1315 +"43166",10343,41972,3,1072,2509 +"43167",10343,44299,3,1072,1874 +"43168",10343,44557,3,1072,2371 +"43169",10343,46803,3,1072,2305 +"43170",10343,47064,3,1072,1993 +"43171",10343,47877,3,1072,2970 +"43172",10343,48215,3,1072,2028 +"43173",10343,50946,3,1072,1075 +"43174",10343,52154,3,1072,1722 +"43175",10343,52203,3,1072,1961 +"43176",10343,54388,3,1072,1257 +"43177",10343,55892,3,1072,1234 +"43178",10343,56082,3,1072,2395 +"43179",10343,62723,3,1072,2554 +"43180",10343,63395,3,1072,2334 +"43181",10343,64197,3,1072,1330 +"43182",10343,71982,3,1072,2812 +"43183",10343,76672,3,1072,1930 +"43184",10343,85449,3,1072,2340 +"43185",10343,85784,3,1072,1142 +"43186",10343,87800,3,1072,1206 +"43187",10343,88808,3,1072,1462 +"43188",10343,89681,1,1072,1978 +"43189",10343,94520,3,1072,1243 +"43190",10349,9175,3,2300,2639 +"43191",10349,41770,3,2300,2752 +"43192",10349,43455,3,2300,2846 +"43193",10349,45239,3,2300,2535 +"43194",10349,67129,3,2300,2335 +"43195",10349,79653,3,2300,2683 +"43196",10350,900,3,1163,2726 +"43197",10350,1520,3,1163,1716 +"43198",10350,1780,3,1163,1375 +"43199",10350,1846,3,1163,1845 +"43200",10350,3493,3,1163,2451 +"43201",10350,4361,2,1163,2571 +"43202",10350,4660,3,1163,2149 +"43203",10350,4665,3,1163,1569 +"43204",10350,4916,3,1163,1970 +"43205",10350,5317,3,1163,2063 +"43206",10350,6119,3,1163,2358 +"43207",10350,7337,3,1163,1797 +"43208",10350,7942,3,1163,2623 +"43209",10350,7997,3,1163,2049 +"43210",10350,8062,2,1163,2858 +"43211",10350,8791,3,1163,1789 +"43212",10350,9484,3,1163,1429 +"43213",10350,9503,3,1163,2453 +"43214",10350,10336,2,1163,2271 +"43215",10350,10739,3,1163,1807 +"43216",10350,10980,3,1163,1974 +"43217",10350,11029,3,1163,2362 +"43218",10350,11424,3,1163,1631 +"43219",10350,11588,3,1163,2352 +"43220",10350,12078,3,1163,2381 +"43221",10350,13065,3,1163,1561 +"43222",10350,13079,3,1163,2547 +"43223",10350,13290,2,1163,2824 +"43224",10350,14449,3,1163,1258 +"43225",10350,16286,3,1163,2470 +"43226",10350,16690,3,1163,2132 +"43227",10350,18672,3,1163,1182 +"43228",10350,19380,3,1163,2637 +"43229",10350,24176,3,1163,1986 +"43230",10350,25373,3,1163,2783 +"43231",10350,26818,3,1163,1999 +"43232",10350,28116,3,1163,1643 +"43233",10350,32818,3,1163,2485 +"43234",10350,34216,3,1163,2832 +"43235",10350,34908,3,1163,2796 +"43236",10350,37036,3,1163,2264 +"43237",10350,37475,3,1163,1509 +"43238",10350,38602,3,1163,2693 +"43239",10350,38676,3,1163,2286 +"43240",10350,40537,3,1163,1284 +"43241",10350,40954,3,1163,2603 +"43242",10350,46532,2,1163,2005 +"43243",10350,46650,3,1163,1330 +"43244",10350,47968,3,1163,2829 +"43245",10350,59298,3,1163,1236 +"43246",10350,61723,3,1163,1262 +"43247",10350,63077,3,1163,2778 +"43248",10350,63641,3,1163,2337 +"43249",10350,63837,3,1163,2807 +"43250",10350,66717,3,1163,2104 +"43251",10350,67252,3,1163,1215 +"43252",10350,68691,3,1163,1209 +"43253",10350,68876,3,1163,1397 +"43254",10350,69232,3,1163,2130 +"43255",10350,72535,3,1163,1191 +"43256",10350,72728,3,1163,2234 +"43257",10350,79158,3,1163,1252 +"43258",10350,85869,3,1163,1509 +"43259",10350,90892,3,1163,2399 +"43260",10350,104828,3,1163,1609 +"43261",10352,13479,3,1371,2155 +"43262",10352,13835,3,1371,1588 +"43263",10352,18891,3,1371,1596 +"43264",10352,21479,2,1371,2134 +"43265",10352,36637,3,1371,2085 +"43266",10352,40707,3,1371,1547 +"43267",10352,56893,3,1371,2597 +"43268",10352,61188,3,1371,2134 +"43269",10352,63147,2,1371,1477 +"43270",10352,82409,3,1371,1881 +"43271",10358,3164,3,2294,2693 +"43272",10358,3961,1,2294,2426 +"43273",10358,5041,1,2294,2371 +"43274",10358,5315,2,2294,2631 +"43275",10358,5350,2,2294,2522 +"43276",10358,6030,3,2294,2953 +"43277",10358,6044,3,2294,2744 +"43278",10358,7506,3,2294,2371 +"43279",10358,7984,3,2294,2493 +"43280",10358,8327,3,2294,2527 +"43281",10358,9928,2,2294,2345 +"43282",10358,10779,3,2294,2881 +"43283",10358,11103,3,2294,2393 +"43284",10358,11477,2,2294,2724 +"43285",10358,11966,3,2294,2385 +"43286",10358,12035,3,2294,2721 +"43287",10358,12042,2,2294,2345 +"43288",10358,12272,3,2294,2371 +"43289",10358,12728,3,2294,2374 +"43290",10358,13158,3,2294,2667 +"43291",10358,13311,2,2294,2315 +"43292",10358,14754,3,2294,2456 +"43293",10358,15301,3,2294,2308 +"43294",10358,15309,3,2294,2820 +"43295",10358,15636,3,2294,2857 +"43296",10358,16352,2,2294,2657 +"43297",10358,16826,3,2294,2599 +"43298",10358,19072,3,2294,2358 +"43299",10358,20067,2,2294,2390 +"43300",10358,20732,3,2294,2401 +"43301",10358,21138,3,2294,2849 +"43302",10358,21571,3,2294,2755 +"43303",10358,22141,3,2294,2348 +"43304",10358,22566,3,2294,2308 +"43305",10358,22639,3,2294,2352 +"43306",10358,23310,2,2294,2371 +"43307",10358,23725,3,2294,2378 +"43308",10358,23726,3,2294,2434 +"43309",10358,24256,3,2294,2393 +"43310",10358,24721,3,2294,2326 +"43311",10358,25480,3,2294,2747 +"43312",10358,25486,3,2294,2582 +"43313",10358,25569,3,2294,2317 +"43314",10358,26080,2,2294,2525 +"43315",10358,26249,3,2294,2301 +"43316",10358,26721,3,2294,2586 +"43317",10358,28168,3,2294,2702 +"43318",10358,28296,3,2294,2944 +"43319",10358,29314,3,2294,2736 +"43320",10358,32567,3,2294,2784 +"43321",10358,32919,1,2294,2321 +"43322",10358,33433,3,2294,2805 +"43323",10358,33801,2,2294,2899 +"43324",10358,34735,2,2294,2767 +"43325",10358,35926,1,2294,2371 +"43326",10358,38227,3,2294,2511 +"43327",10358,41955,3,2294,2479 +"43328",10358,41972,2,2294,2509 +"43329",10358,44557,2,2294,2371 +"43330",10358,46099,3,2294,2360 +"43331",10358,46803,2,2294,2305 +"43332",10358,47248,3,2294,2883 +"43333",10358,49110,3,2294,2938 +"43334",10358,50236,3,2294,2339 +"43335",10358,50977,3,2294,2352 +"43336",10358,51089,3,2294,2426 +"43337",10358,52026,3,2294,2633 +"43338",10358,53475,2,2294,2853 +"43339",10358,54929,2,2294,2783 +"43340",10358,55652,3,2294,2795 +"43341",10358,56082,3,2294,2395 +"43342",10358,59005,3,2294,2817 +"43343",10358,69716,3,2294,2632 +"43344",10358,70203,3,2294,2756 +"43345",10358,73305,3,2294,2544 +"43346",10358,82732,3,2294,2810 +"43347",10358,87110,2,2294,2801 +"43348",10358,91142,3,2294,2527 +"43349",10358,99215,3,2294,2791 +"43350",10370,7616,3,2224,2296 +"43351",10370,7847,2,2224,2424 +"43352",10370,57549,3,2224,2335 +"43353",10373,9272,3,2436,2835 +"43354",10373,20941,3,2436,2725 +"43355",10373,40623,3,2436,2580 +"43356",10373,43226,3,2436,2442 +"43357",10373,59039,3,2436,2870 +"43358",10373,64967,3,2436,2872 +"43359",10373,64997,3,2436,2791 +"43360",10373,66413,3,2436,2507 +"43361",10373,69335,3,2436,2698 +"43362",10382,10358,3,2111,2294 +"43363",10382,10843,3,2111,2277 +"43364",10382,14032,3,2111,2144 +"43365",10382,24923,3,2111,2785 +"43366",10382,45903,3,2111,2237 +"43367",10387,1520,3,871,1716 +"43368",10387,2576,3,871,1307 +"43369",10387,2747,3,871,2411 +"43370",10387,2985,3,871,2398 +"43371",10387,3477,3,871,2546 +"43372",10387,6063,3,871,2349 +"43373",10387,9035,2,871,2771 +"43374",10387,9332,3,871,2734 +"43375",10387,9481,1,871,1610 +"43376",10387,9503,2,871,2453 +"43377",10387,9785,3,871,2951 +"43378",10387,9787,3,871,2858 +"43379",10387,10453,2,871,1656 +"43380",10387,11648,3,871,2852 +"43381",10387,12577,3,871,2530 +"43382",10387,12747,3,871,2818 +"43383",10387,12779,3,871,936 +"43384",10387,13879,3,871,2748 +"43385",10387,14749,2,871,1998 +"43386",10387,16205,3,871,2630 +"43387",10387,16501,3,871,1650 +"43388",10387,17037,3,871,2947 +"43389",10387,17133,3,871,924 +"43390",10387,17252,3,871,1258 +"43391",10387,18217,3,871,1566 +"43392",10387,19587,3,871,1684 +"43393",10387,19655,3,871,2706 +"43394",10387,20220,1,871,1656 +"43395",10387,21207,3,871,1258 +"43396",10387,21240,2,871,1162 +"43397",10387,22364,2,871,1809 +"43398",10387,25163,3,871,1751 +"43399",10387,26959,3,871,1961 +"43400",10387,28837,2,871,2286 +"43401",10387,29286,2,871,1612 +"43402",10387,30334,3,871,2075 +"43403",10387,30368,3,871,2487 +"43404",10387,31542,3,871,2459 +"43405",10387,31563,3,871,1756 +"43406",10387,33223,3,871,2397 +"43407",10387,33870,3,871,955 +"43408",10387,35413,3,871,1569 +"43409",10387,36346,3,871,1240 +"43410",10387,36912,3,871,2469 +"43411",10387,37636,3,871,2178 +"43412",10387,37893,3,871,875 +"43413",10387,38259,3,871,2258 +"43414",10387,39062,3,871,2020 +"43415",10387,40035,3,871,2742 +"43416",10387,40392,3,871,1878 +"43417",10387,40537,3,871,1284 +"43418",10387,40542,3,871,1664 +"43419",10387,41581,3,871,1692 +"43420",10387,43204,3,871,1680 +"43421",10387,44181,2,871,1034 +"43422",10387,46486,3,871,1868 +"43423",10387,48260,3,871,875 +"43424",10387,48698,3,871,1474 +"43425",10387,50229,3,871,1190 +"43426",10387,50354,3,871,1299 +"43427",10387,50581,3,871,1258 +"43428",10387,51783,3,871,2599 +"43429",10387,53739,3,871,2704 +"43430",10387,56569,3,871,1993 +"43431",10387,57912,3,871,1035 +"43432",10387,60808,3,871,1258 +"43433",10387,63077,3,871,2778 +"43434",10387,68275,3,871,1158 +"43435",10387,68539,3,871,1158 +"43436",10387,70455,3,871,1307 +"43437",10387,71467,3,871,1051 +"43438",10387,72597,1,871,1843 +"43439",10387,74055,3,871,1544 +"43440",10387,74370,3,871,1667 +"43441",10387,75204,3,871,894 +"43442",10387,76143,2,871,1610 +"43443",10387,81545,3,871,2077 +"43444",10387,84447,3,871,1006 +"43445",10387,92860,3,871,1643 +"43446",10387,96706,3,871,1597 +"43447",10387,100048,3,871,1573 +"43448",10400,1785,3,1517,2350 +"43449",10400,2370,3,1517,1600 +"43450",10400,2907,1,1517,1980 +"43451",10400,3360,3,1517,1583 +"43452",10400,4188,3,1517,2963 +"43453",10400,14584,3,1517,1573 +"43454",10400,14838,1,1517,1746 +"43455",10400,16969,3,1517,1917 +"43456",10400,20011,3,1517,2826 +"43457",10400,23728,3,1517,2601 +"43458",10400,23771,3,1517,1614 +"43459",10400,23802,2,1517,1713 +"43460",10400,33460,3,1517,2781 +"43461",10400,39439,3,1517,2462 +"43462",10400,44730,3,1517,2468 +"43463",10400,76997,2,1517,2223 +"43464",10400,89391,3,1517,2180 +"43465",10401,1691,3,863,1941 +"43466",10401,2208,3,863,2814 +"43467",10401,2289,3,863,2389 +"43468",10401,2684,3,863,2874 +"43469",10401,3011,3,863,2278 +"43470",10401,7970,2,863,1197 +"43471",10401,9805,3,863,1621 +"43472",10401,11055,3,863,2111 +"43473",10401,14072,3,863,1346 +"43474",10401,14278,3,863,1267 +"43475",10401,16111,3,863,1714 +"43476",10401,16201,2,863,1811 +"43477",10401,19862,3,863,2412 +"43478",10401,22180,2,863,1835 +"43479",10401,22455,2,863,1197 +"43480",10401,28635,3,863,2368 +"43481",10401,32964,2,863,2252 +"43482",10401,33433,3,863,2805 +"43483",10401,37509,3,863,1640 +"43484",10401,39556,2,863,2747 +"43485",10401,42333,3,863,2234 +"43486",10401,43635,2,863,1196 +"43487",10401,44306,3,863,1036 +"43488",10401,49696,3,863,2444 +"43489",10401,50946,3,863,1075 +"43490",10401,54879,3,863,2210 +"43491",10401,57732,2,863,2454 +"43492",10401,61613,2,863,1189 +"43493",10401,66747,3,863,1273 +"43494",10401,67145,3,863,2015 +"43495",10401,68098,3,863,2378 +"43496",10401,70714,2,863,2030 +"43497",10401,76192,3,863,912 +"43498",10401,79657,3,863,1260 +"43499",10401,79815,3,863,1713 +"43500",10401,85397,2,863,1219 +"43501",10401,88039,2,863,1219 +"43502",10401,99152,2,863,1698 +"43503",10401,100432,3,863,1358 +"43504",10401,106318,2,863,1698 +"43505",10404,671,3,2062,2328 +"43506",10404,2424,3,2062,2582 +"43507",10404,4191,3,2062,2130 +"43508",10404,4618,3,2062,2607 +"43509",10404,4687,3,2062,2152 +"43510",10404,4980,3,2062,2093 +"43511",10404,5504,3,2062,2389 +"43512",10404,5725,3,2062,2789 +"43513",10404,7245,3,2062,2089 +"43514",10404,10857,3,2062,2253 +"43515",10404,10859,3,2062,2231 +"43516",10404,10890,2,2062,2639 +"43517",10404,14507,3,2062,2686 +"43518",10404,14754,3,2062,2456 +"43519",10404,19027,3,2062,2721 +"43520",10404,20563,2,2062,2267 +"43521",10404,20700,3,2062,2861 +"43522",10404,23756,3,2062,2309 +"43523",10404,26436,2,2062,2489 +"43524",10404,26516,2,2062,2479 +"43525",10404,27753,2,2062,2750 +"43526",10404,31799,3,2062,2547 +"43527",10404,33010,2,2062,2189 +"43528",10404,34216,3,2062,2832 +"43529",10404,37418,3,2062,2710 +"43530",10404,38887,3,2062,2468 +"43531",10404,45715,3,2062,2287 +"43532",10404,51410,3,2062,2739 +"43533",10404,54551,3,2062,2348 +"43534",10404,54740,1,2062,2750 +"43535",10404,57977,3,2062,2683 +"43536",10404,64793,2,2062,2819 +"43537",10404,74095,3,2062,2333 +"43538",10404,82929,3,2062,2475 +"43539",10433,135,3,2075,2233 +"43540",10433,455,1,2075,2827 +"43541",10433,470,1,2075,2285 +"43542",10433,913,2,2075,2144 +"43543",10433,2195,3,2075,2139 +"43544",10433,2224,3,2075,2751 +"43545",10433,2424,3,2075,2582 +"43546",10433,4084,2,2075,2133 +"43547",10433,4191,3,2075,2130 +"43548",10433,4618,3,2075,2607 +"43549",10433,7245,3,2075,2089 +"43550",10433,7515,3,2075,2737 +"43551",10433,7847,3,2075,2424 +"43552",10433,12528,3,2075,2589 +"43553",10433,14754,3,2075,2456 +"43554",10433,15626,3,2075,2434 +"43555",10433,16352,3,2075,2657 +"43556",10433,18151,3,2075,2962 +"43557",10433,21795,3,2075,2653 +"43558",10433,22566,3,2075,2308 +"43559",10433,22567,3,2075,2396 +"43560",10433,23132,2,2075,2756 +"43561",10433,23705,3,2075,2699 +"43562",10433,24448,3,2075,2289 +"43563",10433,27275,3,2075,2656 +"43564",10433,27312,3,2075,2469 +"43565",10433,27390,3,2075,2425 +"43566",10433,29308,3,2075,2094 +"43567",10433,29930,3,2075,2240 +"43568",10433,29962,3,2075,2201 +"43569",10433,30052,2,2075,2855 +"43570",10433,31235,3,2075,2668 +"43571",10433,33622,3,2075,2230 +"43572",10433,34735,3,2075,2767 +"43573",10433,40383,3,2075,2639 +"43574",10433,40910,3,2075,2469 +"43575",10433,42216,3,2075,2722 +"43576",10433,45633,3,2075,2134 +"43577",10433,51853,3,2075,2520 +"43578",10433,62219,3,2075,2494 +"43579",10433,64997,3,2075,2791 +"43580",10433,65016,3,2075,2749 +"43581",10433,66413,2,2075,2507 +"43582",10433,67652,3,2075,2736 +"43583",10433,73305,3,2075,2544 +"43584",10435,3272,3,1984,2132 +"43585",10435,14442,3,1984,2700 +"43586",10435,16184,2,1984,2274 +"43587",10435,17768,3,1984,2468 +"43588",10435,22905,3,1984,2599 +"43589",10435,25053,3,1984,2186 +"43590",10435,32904,3,1984,2055 +"43591",10435,35844,3,1984,2961 +"43592",10435,36996,3,1984,2321 +"43593",10435,44132,3,1984,1999 +"43594",10435,44501,3,1984,2567 +"43595",10435,47094,3,1984,2592 +"43596",10435,49805,3,1984,2445 +"43597",10435,58536,3,1984,2742 +"43598",10435,59289,3,1984,2896 +"43599",10435,84317,3,1984,2081 +"43600",10439,2424,3,773,2582 +"43601",10439,2982,3,773,1233 +"43602",10439,3765,3,773,2775 +"43603",10439,4696,3,773,2656 +"43604",10439,4932,3,773,2752 +"43605",10439,6602,2,773,1631 +"43606",10439,7548,2,773,1932 +"43607",10439,7840,2,773,984 +"43608",10439,9200,3,773,787 +"43609",10439,9364,3,773,1698 +"43610",10439,10474,1,773,1608 +"43611",10439,10843,3,773,2277 +"43612",10439,13150,3,773,1570 +"43613",10439,14103,3,773,2204 +"43614",10439,18393,3,773,860 +"43615",10439,19092,3,773,906 +"43616",10439,21318,2,773,780 +"43617",10439,22140,3,773,942 +"43618",10439,22181,2,773,1274 +"43619",10439,22311,3,773,2034 +"43620",10439,22422,2,773,894 +"43621",10439,25610,3,773,2328 +"43622",10439,27261,3,773,1368 +"43623",10439,28896,3,773,1395 +"43624",10439,30334,3,773,2075 +"43625",10439,33433,3,773,2805 +"43626",10439,34820,2,773,1630 +"43627",10439,35888,3,773,2291 +"43628",10439,36578,3,773,1484 +"43629",10439,37636,3,773,2178 +"43630",10439,40392,3,773,1878 +"43631",10439,40913,3,773,1800 +"43632",10439,41211,2,773,896 +"43633",10439,47869,3,773,2097 +"43634",10439,49581,3,773,1817 +"43635",10439,51783,3,773,2599 +"43636",10439,69300,3,773,2068 +"43637",10439,94450,3,773,1127 +"43638",10439,99194,3,773,1271 +"43639",10439,101019,3,773,904 +"43640",10439,102301,1,773,865 +"43641",10439,107993,3,773,999 +"43642",10439,109741,3,773,1527 +"43643",10439,121260,2,773,2042 +"43644",10442,1853,3,103,1465 +"43645",10442,5346,3,103,1438 +"43646",10442,7226,2,103,1228 +"43647",10442,7229,3,103,2669 +"43648",10442,8866,3,103,1545 +"43649",10442,9150,3,103,2689 +"43650",10442,10146,3,103,1878 +"43651",10442,10250,3,103,1606 +"43652",10442,13551,3,103,1451 +"43653",10442,15207,3,103,1855 +"43654",10442,17355,3,103,1469 +"43655",10442,17480,2,103,2316 +"43656",10442,18165,3,103,2085 +"43657",10442,18550,3,103,483 +"43658",10442,19744,3,103,2623 +"43659",10442,19980,3,103,2231 +"43660",10442,23098,3,103,2300 +"43661",10442,25033,3,103,929 +"43662",10442,25132,3,103,1188 +"43663",10442,30697,2,103,2891 +"43664",10442,30827,3,103,2323 +"43665",10442,31054,3,103,1273 +"43666",10442,36609,3,103,2918 +"43667",10442,40113,3,103,451 +"43668",10442,41518,3,103,1641 +"43669",10442,42372,3,103,2230 +"43670",10442,42446,3,103,202 +"43671",10442,45618,3,103,2356 +"43672",10442,45650,2,103,1528 +"43673",10442,67748,3,103,1498 +"43674",10442,77611,3,103,1795 +"43675",10442,85053,3,103,107 +"43676",10442,94520,3,103,1243 +"43677",10442,117032,3,103,110 +"43678",10442,122466,3,103,1327 +"43679",10453,77,3,1656,2425 +"43680",10453,237,3,1656,1982 +"43681",10453,364,3,1656,2351 +"43682",10453,680,3,1656,2569 +"43683",10453,1520,2,1656,1716 +"43684",10453,2208,3,1656,2814 +"43685",10453,2747,2,1656,2411 +"43686",10453,2936,3,1656,2512 +"43687",10453,2972,3,1656,1708 +"43688",10453,2985,3,1656,2398 +"43689",10453,3127,3,1656,2273 +"43690",10453,3271,3,1656,2216 +"43691",10453,3456,3,1656,1999 +"43692",10453,3477,3,1656,2546 +"43693",10453,3978,3,1656,2775 +"43694",10453,4361,3,1656,2571 +"43695",10453,4612,3,1656,2804 +"43696",10453,4669,3,1656,2395 +"43697",10453,4730,3,1656,2131 +"43698",10453,5897,3,1656,2337 +"43699",10453,6063,3,1656,2349 +"43700",10453,8062,3,1656,2858 +"43701",10453,8610,3,1656,2240 +"43702",10453,8890,3,1656,1955 +"43703",10453,9035,2,1656,2771 +"43704",10453,9272,3,1656,2835 +"43705",10453,9301,3,1656,1861 +"43706",10453,9332,3,1656,2734 +"43707",10453,9503,1,1656,2453 +"43708",10453,9504,3,1656,2549 +"43709",10453,9785,3,1656,2951 +"43710",10453,9787,2,1656,2858 +"43711",10453,10754,3,1656,1797 +"43712",10453,11588,3,1656,2352 +"43713",10453,11648,3,1656,2852 +"43714",10453,11990,3,1656,1909 +"43715",10453,12361,3,1656,2732 +"43716",10453,12577,3,1656,2530 +"43717",10453,12747,3,1656,2818 +"43718",10453,13879,3,1656,2748 +"43719",10453,14749,2,1656,1998 +"43720",10453,14959,3,1656,2898 +"43721",10453,15567,3,1656,2671 +"43722",10453,15826,3,1656,2772 +"43723",10453,16205,3,1656,2630 +"43724",10453,16286,3,1656,2470 +"43725",10453,16796,3,1656,1892 +"43726",10453,17037,2,1656,2947 +"43727",10453,17221,3,1656,2487 +"43728",10453,19587,3,1656,1684 +"43729",10453,19655,2,1656,2706 +"43730",10453,21209,3,1656,2184 +"43731",10453,22364,2,1656,1809 +"43732",10453,23000,3,1656,1815 +"43733",10453,23131,3,1656,1732 +"43734",10453,23526,3,1656,1998 +"43735",10453,23603,3,1656,2048 +"43736",10453,23825,2,1656,1913 +"43737",10453,25163,2,1656,1751 +"43738",10453,26182,2,1656,2775 +"43739",10453,26959,2,1656,1961 +"43740",10453,27742,3,1656,2700 +"43741",10453,27908,3,1656,2576 +"43742",10453,27914,3,1656,2507 +"43743",10453,28837,2,1656,2286 +"43744",10453,30334,3,1656,2075 +"43745",10453,30368,2,1656,2487 +"43746",10453,30442,3,1656,2124 +"43747",10453,30525,3,1656,1964 +"43748",10453,31335,3,1656,2351 +"43749",10453,31542,2,1656,2459 +"43750",10453,31563,3,1656,1756 +"43751",10453,31868,3,1656,1993 +"43752",10453,32339,3,1656,2430 +"43753",10453,32818,3,1656,2485 +"43754",10453,33223,3,1656,2397 +"43755",10453,33341,3,1656,2338 +"43756",10453,34836,3,1656,2302 +"43757",10453,34892,3,1656,2309 +"43758",10453,34984,3,1656,2056 +"43759",10453,35728,3,1656,2017 +"43760",10453,35797,3,1656,2482 +"43761",10453,36912,2,1656,2469 +"43762",10453,36953,3,1656,2790 +"43763",10453,37636,3,1656,2178 +"43764",10453,38019,3,1656,1870 +"43765",10453,38259,3,1656,2258 +"43766",10453,39062,3,1656,2020 +"43767",10453,40014,3,1656,2608 +"43768",10453,40035,2,1656,2742 +"43769",10453,40392,3,1656,1878 +"43770",10453,40542,3,1656,1664 +"43771",10453,40572,3,1656,2666 +"43772",10453,41581,2,1656,1692 +"43773",10453,41633,3,1656,1976 +"43774",10453,41770,3,1656,2752 +"43775",10453,42717,3,1656,2588 +"43776",10453,42813,3,1656,2142 +"43777",10453,43204,3,1656,1680 +"43778",10453,43226,3,1656,2442 +"43779",10453,44433,3,1656,2224 +"43780",10453,44603,3,1656,2748 +"43781",10453,45729,3,1656,2606 +"43782",10453,46486,2,1656,1868 +"43783",10453,47013,3,1656,2388 +"43784",10453,47654,3,1656,1664 +"43785",10453,48110,3,1656,2009 +"43786",10453,51783,3,1656,2599 +"43787",10453,51879,3,1656,1771 +"43788",10453,52154,3,1656,1722 +"43789",10453,53739,2,1656,2704 +"43790",10453,55775,3,1656,2385 +"43791",10453,56569,2,1656,1993 +"43792",10453,57067,3,1656,2547 +"43793",10453,58501,3,1656,2613 +"43794",10453,58508,3,1656,2326 +"43795",10453,61125,3,1656,1673 +"43796",10453,61347,3,1656,1684 +"43797",10453,63077,3,1656,2778 +"43798",10453,64947,3,1656,2489 +"43799",10453,67908,3,1656,2385 +"43800",10453,69335,3,1656,2698 +"43801",10453,72597,1,1656,1843 +"43802",10453,74370,2,1656,1667 +"43803",10453,80156,3,1656,1667 +"43804",10453,80301,3,1656,1690 +"43805",10453,91942,3,1656,2216 +"43806",10453,111375,3,1656,2686 +"43807",10457,364,3,1711,2351 +"43808",10457,680,3,1711,2569 +"43809",10457,1519,3,1711,2349 +"43810",10457,2057,3,1711,1965 +"43811",10457,3493,3,1711,2451 +"43812",10457,4668,3,1711,1919 +"43813",10457,4669,3,1711,2395 +"43814",10457,4983,3,1711,1909 +"43815",10457,5235,3,1711,2324 +"43816",10457,7942,3,1711,2623 +"43817",10457,9115,3,1711,2068 +"43818",10457,9332,2,1711,2734 +"43819",10457,9703,3,1711,1845 +"43820",10457,9723,3,1711,2302 +"43821",10457,9785,3,1711,2951 +"43822",10457,9787,3,1711,2858 +"43823",10457,10129,3,1711,2124 +"43824",10457,11588,3,1711,2352 +"43825",10457,11648,3,1711,2852 +"43826",10457,12361,2,1711,2732 +"43827",10457,13007,3,1711,2496 +"43828",10457,15683,3,1711,1729 +"43829",10457,17645,2,1711,1918 +"43830",10457,18005,2,1711,2449 +"43831",10457,19655,3,1711,2706 +"43832",10457,20124,3,1711,2376 +"43833",10457,20941,3,1711,2725 +"43834",10457,28869,3,1711,2425 +"43835",10457,29116,2,1711,2128 +"43836",10457,29289,3,1711,1756 +"43837",10457,29977,3,1711,2781 +"43838",10457,30334,3,1711,2075 +"43839",10457,31335,3,1711,2351 +"43840",10457,32339,3,1711,2430 +"43841",10457,37636,2,1711,2178 +"43842",10457,38691,3,1711,2585 +"43843",10457,39256,3,1711,2449 +"43844",10457,40392,3,1711,1878 +"43845",10457,47968,3,1711,2829 +"43846",10457,49712,3,1711,1937 +"43847",10457,50509,3,1711,2050 +"43848",10457,51144,3,1711,2466 +"43849",10457,51783,3,1711,2599 +"43850",10457,52041,3,1711,2694 +"43851",10457,53687,2,1711,2422 +"43852",10457,54523,3,1711,1935 +"43853",10457,57067,3,1711,2547 +"43854",10457,58745,3,1711,1920 +"43855",10457,63837,3,1711,2807 +"43856",10457,71531,3,1711,2887 +"43857",10457,85198,2,1711,1794 +"43858",10457,90943,3,1711,1754 +"43859",10472,7582,3,859,1099 +"43860",10472,9853,3,859,1275 +"43861",10472,17502,3,859,869 +"43862",10472,18211,2,859,1745 +"43863",10472,28057,3,859,1067 +"43864",10472,39535,2,859,2428 +"43865",10472,41033,2,859,1839 +"43866",10472,49277,3,859,1928 +"43867",10472,50872,3,859,864 +"43868",10472,58854,3,859,1131 +"43869",10472,94444,3,859,1554 +"43870",10473,1519,3,1783,2349 +"43871",10473,2852,3,1783,2448 +"43872",10473,3403,3,1783,2951 +"43873",10473,3477,3,1783,2546 +"43874",10473,3978,3,1783,2775 +"43875",10473,6063,3,1783,2349 +"43876",10473,8610,3,1783,2240 +"43877",10473,8726,3,1783,2083 +"43878",10473,14817,2,1783,2110 +"43879",10473,15826,3,1783,2772 +"43880",10473,16796,2,1783,1892 +"43881",10473,17037,3,1783,2947 +"43882",10473,18965,3,1783,2315 +"43883",10473,19433,3,1783,2504 +"43884",10473,26124,3,1783,2356 +"43885",10473,27320,3,1783,2378 +"43886",10473,27908,3,1783,2576 +"43887",10473,30368,2,1783,2487 +"43888",10473,30525,3,1783,1964 +"43889",10473,31542,3,1783,2459 +"43890",10473,33223,3,1783,2397 +"43891",10473,39062,2,1783,2020 +"43892",10473,39534,3,1783,2410 +"43893",10473,46486,3,1783,1868 +"43894",10473,47595,2,1783,2374 +"43895",10473,49347,3,1783,2504 +"43896",10473,50335,3,1783,1893 +"43897",10473,51265,3,1783,2670 +"43898",10473,51687,3,1783,2333 +"43899",10473,54718,3,1783,2473 +"43900",10473,58655,3,1783,2685 +"43901",10473,58875,3,1783,1899 +"43902",10473,61337,3,1783,2777 +"43903",10474,270,3,1608,2542 +"43904",10474,602,3,1608,2632 +"43905",10474,680,3,1608,2569 +"43906",10474,1560,3,1608,2013 +"43907",10474,2224,3,1608,2751 +"43908",10474,2424,2,1608,2582 +"43909",10474,2533,3,1608,2016 +"43910",10474,2563,3,1608,1686 +"43911",10474,3011,3,1608,2278 +"43912",10474,3305,3,1608,2839 +"43913",10474,3765,2,1608,2775 +"43914",10474,3896,3,1608,2693 +"43915",10474,4303,3,1608,2414 +"43916",10474,4696,3,1608,2656 +"43917",10474,4701,3,1608,2401 +"43918",10474,4821,3,1608,1938 +"43919",10474,4932,2,1608,2752 +"43920",10474,4983,3,1608,1909 +"43921",10474,6222,3,1608,1949 +"43922",10474,6449,3,1608,1997 +"43923",10474,6602,1,1608,1631 +"43924",10474,7548,2,1608,1932 +"43925",10474,8062,3,1608,2858 +"43926",10474,9030,3,1608,1979 +"43927",10474,9175,3,1608,2639 +"43928",10474,9311,3,1608,2477 +"43929",10474,9364,2,1608,1698 +"43930",10474,9716,3,1608,1929 +"43931",10474,9979,3,1608,2238 +"43932",10474,10843,3,1608,2277 +"43933",10474,11329,3,1608,2799 +"43934",10474,11429,3,1608,2520 +"43935",10474,11477,3,1608,2724 +"43936",10474,12759,3,1608,2414 +"43937",10474,14172,3,1608,1923 +"43938",10474,14669,3,1608,2080 +"43939",10474,14723,3,1608,2019 +"43940",10474,14887,3,1608,2158 +"43941",10474,14959,3,1608,2898 +"43942",10474,14972,3,1608,2332 +"43943",10474,15095,3,1608,2001 +"43944",10474,15207,3,1608,1855 +"43945",10474,15700,3,1608,1712 +"43946",10474,15813,3,1608,2143 +"43947",10474,16332,3,1608,2668 +"43948",10474,17396,3,1608,1672 +"43949",10474,17520,3,1608,2276 +"43950",10474,17790,3,1608,2783 +"43951",10474,17931,3,1608,1617 +"43952",10474,18124,3,1608,1642 +"43953",10474,18371,3,1608,2860 +"43954",10474,18670,3,1608,1835 +"43955",10474,21164,3,1608,1645 +"43956",10474,21285,3,1608,2100 +"43957",10474,24169,3,1608,1663 +"43958",10474,24255,3,1608,2770 +"43959",10474,25373,3,1608,2783 +"43960",10474,25610,2,1608,2328 +"43961",10474,29073,3,1608,2328 +"43962",10474,29314,3,1608,2736 +"43963",10474,30081,3,1608,2403 +"43964",10474,30334,2,1608,2075 +"43965",10474,30705,3,1608,2959 +"43966",10474,32761,3,1608,2680 +"43967",10474,33433,3,1608,2805 +"43968",10474,34707,3,1608,2042 +"43969",10474,34820,1,1608,1630 +"43970",10474,34836,3,1608,2302 +"43971",10474,35518,3,1608,1721 +"43972",10474,35888,3,1608,2291 +"43973",10474,36031,3,1608,2342 +"43974",10474,36953,3,1608,2790 +"43975",10474,37636,2,1608,2178 +"43976",10474,37844,3,1608,2002 +"43977",10474,38921,3,1608,1880 +"43978",10474,40392,2,1608,1878 +"43979",10474,40913,3,1608,1800 +"43980",10474,41429,3,1608,1770 +"43981",10474,41723,3,1608,2101 +"43982",10474,42216,3,1608,2722 +"43983",10474,42619,3,1608,2017 +"43984",10474,43204,3,1608,1680 +"43985",10474,43385,3,1608,1623 +"43986",10474,43455,3,1608,2846 +"43987",10474,45239,3,1608,2535 +"43988",10474,45461,3,1608,2458 +"43989",10474,46629,3,1608,2255 +"43990",10474,47082,3,1608,1990 +"43991",10474,47869,2,1608,2097 +"43992",10474,48215,3,1608,2028 +"43993",10474,49581,3,1608,1817 +"43994",10474,51783,2,1608,2599 +"43995",10474,52576,3,1608,2234 +"43996",10474,54879,3,1608,2210 +"43997",10474,56082,3,1608,2395 +"43998",10474,57353,3,1608,1849 +"43999",10474,59113,3,1608,2434 +"44000",10474,61982,3,1608,2725 +"44001",10474,62903,3,1608,1704 +"44002",10474,63395,3,1608,2334 +"44003",10474,65007,3,1608,2530 +"44004",10474,68215,3,1608,2727 +"44005",10474,69300,2,1608,2068 +"44006",10474,70203,3,1608,2756 +"44007",10474,72468,3,1608,2292 +"44008",10474,75343,3,1608,2008 +"44009",10474,76892,3,1608,2381 +"44010",10474,77815,3,1608,2358 +"44011",10474,79382,3,1608,1908 +"44012",10474,121260,3,1608,2042 +"44013",10481,1015,3,740,1174 +"44014",10481,2901,3,740,1156 +"44015",10481,3255,3,740,2504 +"44016",10481,3886,3,740,1669 +"44017",10481,8860,3,740,2141 +"44018",10481,10779,2,740,2881 +"44019",10481,11168,1,740,1223 +"44020",10481,12518,2,740,2747 +"44021",10481,21872,3,740,2458 +"44022",10481,23679,3,740,934 +"44023",10481,24816,3,740,2161 +"44024",10481,26818,3,740,1999 +"44025",10481,27030,2,740,2031 +"44026",10481,27116,3,740,963 +"44027",10481,27377,3,740,1724 +"44028",10481,32549,3,740,2111 +"44029",10481,34094,3,740,1360 +"44030",10481,35037,3,740,2974 +"44031",10481,35045,3,740,1646 +"44032",10481,36446,2,740,1175 +"44033",10481,36554,2,740,1649 +"44034",10481,40129,3,740,2162 +"44035",10481,43978,3,740,2698 +"44036",10481,44763,3,740,1324 +"44037",10481,44769,3,740,2411 +"44038",10481,44773,3,740,1355 +"44039",10481,47726,2,740,1272 +"44040",10481,49759,3,740,2400 +"44041",10481,51546,1,740,1369 +"44042",10481,52554,3,740,1683 +"44043",10481,73205,2,740,1529 +"44044",10481,84447,3,740,1006 +"44045",10481,88857,3,740,1232 +"44046",10481,113116,3,740,769 +"44047",10488,270,1,1524,2542 +"44048",10488,360,3,1524,1671 +"44049",10488,380,3,1524,2261 +"44050",10488,449,3,1524,1950 +"44051",10488,1046,3,1524,1881 +"44052",10488,1102,3,1524,2282 +"44053",10488,1124,1,1524,1596 +"44054",10488,1175,3,1524,1642 +"44055",10488,1315,3,1524,2760 +"44056",10488,1592,3,1524,2006 +"44057",10488,1691,3,1524,1941 +"44058",10488,1875,3,1524,1786 +"44059",10488,2111,2,1524,1904 +"44060",10488,2195,3,1524,2139 +"44061",10488,2289,3,1524,2389 +"44062",10488,2424,2,1524,2582 +"44063",10488,2533,3,1524,2016 +"44064",10488,3139,3,1524,1656 +"44065",10488,3305,2,1524,2839 +"44066",10488,3306,3,1524,1989 +"44067",10488,3477,3,1524,2546 +"44068",10488,3493,2,1524,2451 +"44069",10488,3966,3,1524,2425 +"44070",10488,4191,3,1524,2130 +"44071",10488,4226,2,1524,1903 +"44072",10488,4253,3,1524,1890 +"44073",10488,4360,2,1524,1770 +"44074",10488,4701,3,1524,2401 +"44075",10488,4953,3,1524,2285 +"44076",10488,5072,2,1524,2175 +"44077",10488,5235,2,1524,2324 +"44078",10488,5258,3,1524,2730 +"44079",10488,5622,2,1524,2175 +"44080",10488,5971,2,1524,1985 +"44081",10488,5984,3,1524,1675 +"44082",10488,5986,3,1524,1721 +"44083",10488,6030,3,1524,2953 +"44084",10488,6047,3,1524,2004 +"44085",10488,6052,3,1524,1985 +"44086",10488,6063,3,1524,2349 +"44087",10488,6074,3,1524,2426 +"44088",10488,6222,3,1524,1949 +"44089",10488,6363,3,1524,2066 +"44090",10488,6390,3,1524,2385 +"44091",10488,6417,3,1524,1675 +"44092",10488,6491,3,1524,2424 +"44093",10488,6588,2,1524,2025 +"44094",10488,6718,2,1524,2138 +"44095",10488,7180,3,1524,2227 +"44096",10488,7234,2,1524,2654 +"44097",10488,7245,3,1524,2089 +"44098",10488,7555,3,1524,1943 +"44099",10488,7616,3,1524,2296 +"44100",10488,7627,3,1524,1543 +"44101",10488,7858,3,1524,1795 +"44102",10488,8088,3,1524,2220 +"44103",10488,8533,3,1524,2251 +"44104",10488,9175,3,1524,2639 +"44105",10488,9311,3,1524,2477 +"44106",10488,9364,3,1524,1698 +"44107",10488,9432,3,1524,1693 +"44108",10488,9615,3,1524,2464 +"44109",10488,9654,3,1524,2111 +"44110",10488,9723,3,1524,2302 +"44111",10488,9928,3,1524,2345 +"44112",10488,10857,2,1524,2253 +"44113",10488,10874,3,1524,1891 +"44114",10488,11006,3,1524,1950 +"44115",10488,11218,2,1524,2292 +"44116",10488,11229,3,1524,1625 +"44117",10488,11440,3,1524,2026 +"44118",10488,11477,3,1524,2724 +"44119",10488,12042,3,1524,2345 +"44120",10488,12199,3,1524,1651 +"44121",10488,12374,3,1524,2260 +"44122",10488,12375,3,1524,1873 +"44123",10488,12432,3,1524,1816 +"44124",10488,12449,3,1524,2067 +"44125",10488,12724,3,1524,1930 +"44126",10488,12728,3,1524,2374 +"44127",10488,12729,3,1524,1835 +"44128",10488,13307,2,1524,2206 +"44129",10488,14032,3,1524,2144 +"44130",10488,14108,3,1524,2012 +"44131",10488,14252,3,1524,2244 +"44132",10488,14482,3,1524,1573 +"44133",10488,14959,3,1524,2898 +"44134",10488,15003,3,1524,2067 +"44135",10488,15539,3,1524,1929 +"44136",10488,15700,2,1524,1712 +"44137",10488,15799,3,1524,1917 +"44138",10488,15813,3,1524,2143 +"44139",10488,16352,3,1524,2657 +"44140",10488,16535,3,1524,1993 +"44141",10488,16539,3,1524,1947 +"44142",10488,16835,3,1524,1739 +"44143",10488,16863,3,1524,2069 +"44144",10488,17365,3,1524,2746 +"44145",10488,17400,2,1524,2231 +"44146",10488,17931,3,1524,1617 +"44147",10488,17952,3,1524,1530 +"44148",10488,18005,3,1524,2449 +"44149",10488,18217,3,1524,1566 +"44150",10488,18361,3,1524,2968 +"44151",10488,18394,1,1524,2356 +"44152",10488,18543,3,1524,2968 +"44153",10488,19248,3,1524,2357 +"44154",10488,19323,3,1524,1705 +"44155",10488,19622,3,1524,2371 +"44156",10488,19719,3,1524,2177 +"44157",10488,19862,3,1524,2412 +"44158",10488,20067,3,1524,2390 +"44159",10488,20124,3,1524,2376 +"44160",10488,20311,3,1524,1981 +"44161",10488,20407,3,1524,2339 +"44162",10488,21012,2,1524,2325 +"44163",10488,21122,3,1524,1701 +"44164",10488,21275,3,1524,2609 +"44165",10488,21285,3,1524,2100 +"44166",10488,21682,3,1524,2414 +"44167",10488,21693,3,1524,2176 +"44168",10488,21929,3,1524,2062 +"44169",10488,22025,3,1524,1591 +"44170",10488,22197,3,1524,2271 +"44171",10488,22326,3,1524,2818 +"44172",10488,22362,3,1524,1836 +"44173",10488,22403,3,1524,1630 +"44174",10488,22415,3,1524,2841 +"44175",10488,23011,3,1524,2763 +"44176",10488,23509,3,1524,2275 +"44177",10488,23526,2,1524,1998 +"44178",10488,23715,2,1524,1859 +"44179",10488,23725,1,1524,2378 +"44180",10488,23727,3,1524,1734 +"44181",10488,23729,2,1524,1624 +"44182",10488,23731,3,1524,1656 +"44183",10488,23970,3,1524,1624 +"44184",10488,24066,2,1524,1755 +"44185",10488,25305,3,1524,2447 +"44186",10488,25577,3,1524,1946 +"44187",10488,25643,2,1524,1646 +"44188",10488,25886,3,1524,1580 +"44189",10488,25985,3,1524,2071 +"44190",10488,26067,3,1524,2069 +"44191",10488,26080,3,1524,2525 +"44192",10488,26451,3,1524,2133 +"44193",10488,26818,3,1524,1999 +"44194",10488,26848,3,1524,2363 +"44195",10488,26867,2,1524,1804 +"44196",10488,27694,3,1524,2030 +"44197",10488,28190,3,1524,1634 +"44198",10488,29929,3,1524,2789 +"44199",10488,29962,3,1524,2201 +"44200",10488,30334,3,1524,2075 +"44201",10488,30405,2,1524,2164 +"44202",10488,31093,3,1524,2160 +"44203",10488,31307,3,1524,2139 +"44204",10488,31436,2,1524,2892 +"44205",10488,31705,3,1524,2706 +"44206",10488,32173,3,1524,2341 +"44207",10488,32965,3,1524,2071 +"44208",10488,33223,3,1524,2397 +"44209",10488,33433,3,1524,2805 +"44210",10488,33981,3,1524,1993 +"44211",10488,34379,3,1524,2355 +"44212",10488,34480,3,1524,2755 +"44213",10488,35402,3,1524,2339 +"44214",10488,35815,3,1524,2789 +"44215",10488,35926,3,1524,2371 +"44216",10488,36714,3,1524,2209 +"44217",10488,37285,3,1524,2428 +"44218",10488,37636,3,1524,2178 +"44219",10488,37859,3,1524,1999 +"44220",10488,38213,3,1524,1744 +"44221",10488,38307,3,1524,2648 +"44222",10488,38921,3,1524,1880 +"44223",10488,39294,2,1524,1889 +"44224",10488,39906,3,1524,2365 +"44225",10488,40293,3,1524,1671 +"44226",10488,40392,3,1524,1878 +"44227",10488,40493,3,1524,1981 +"44228",10488,40542,3,1524,1664 +"44229",10488,41051,3,1524,2767 +"44230",10488,41945,3,1524,2856 +"44231",10488,41972,3,1524,2509 +"44232",10488,42216,3,1524,2722 +"44233",10488,42687,3,1524,1952 +"44234",10488,43213,2,1524,2160 +"44235",10488,43385,3,1524,1623 +"44236",10488,43455,2,1524,2846 +"44237",10488,43518,2,1524,2680 +"44238",10488,44521,3,1524,1593 +"44239",10488,44769,3,1524,2411 +"44240",10488,45302,3,1524,2390 +"44241",10488,45684,2,1524,2200 +"44242",10488,45729,3,1524,2606 +"44243",10488,45927,3,1524,1542 +"44244",10488,46182,3,1524,1613 +"44245",10488,46629,2,1524,2255 +"44246",10488,46883,3,1524,1671 +"44247",10488,46982,3,1524,2806 +"44248",10488,47098,3,1524,2057 +"44249",10488,47130,3,1524,2654 +"44250",10488,47445,3,1524,2668 +"44251",10488,47857,3,1524,2325 +"44252",10488,48035,3,1524,2180 +"44253",10488,48215,3,1524,2028 +"44254",10488,48639,3,1524,2291 +"44255",10488,49110,3,1524,2938 +"44256",10488,49144,3,1524,1542 +"44257",10488,49608,3,1524,2184 +"44258",10488,49620,3,1524,1868 +"44259",10488,50134,3,1524,2674 +"44260",10488,50236,2,1524,2339 +"44261",10488,50785,3,1524,2877 +"44262",10488,51017,3,1524,2073 +"44263",10488,51035,3,1524,2397 +"44264",10488,51041,3,1524,2606 +"44265",10488,51144,3,1524,2466 +"44266",10488,51783,3,1524,2599 +"44267",10488,51866,3,1524,2411 +"44268",10488,52058,3,1524,1836 +"44269",10488,52576,3,1524,2234 +"44270",10488,53134,3,1524,1590 +"44271",10488,54551,2,1524,2348 +"44272",10488,54929,3,1524,2783 +"44273",10488,55482,3,1524,1866 +"44274",10488,56082,1,1524,2395 +"44275",10488,56237,3,1524,2625 +"44276",10488,57246,3,1524,1873 +"44277",10488,57760,3,1524,1721 +"44278",10488,57977,3,1524,2683 +"44279",10488,58035,3,1524,1646 +"44280",10488,58384,3,1524,1637 +"44281",10488,58451,2,1524,1939 +"44282",10488,58508,3,1524,2326 +"44283",10488,61980,3,1524,2392 +"44284",10488,61982,2,1524,2725 +"44285",10488,62841,3,1524,2710 +"44286",10488,64947,3,1524,2489 +"44287",10488,65223,3,1524,2724 +"44288",10488,65242,3,1524,1988 +"44289",10488,67383,3,1524,1739 +"44290",10488,67726,3,1524,2873 +"44291",10488,68215,3,1524,2727 +"44292",10488,70203,3,1524,2756 +"44293",10488,72207,1,1524,2430 +"44294",10488,72326,3,1524,2384 +"44295",10488,74636,3,1524,2525 +"44296",10488,75403,2,1524,1895 +"44297",10488,76048,3,1524,2373 +"44298",10488,76396,3,1524,1731 +"44299",10488,76892,3,1524,2381 +"44300",10488,79804,2,1524,2227 +"44301",10488,80784,2,1524,1738 +"44302",10488,82949,3,1524,2077 +"44303",10488,83396,3,1524,2396 +"44304",10488,85736,3,1524,1601 +"44305",10488,86245,3,1524,1972 +"44306",10488,87837,3,1524,1987 +"44307",10488,88232,3,1524,2881 +"44308",10488,97915,3,1524,1802 +"44309",10488,117956,3,1524,2774 +"44310",10495,10638,3,2230,2692 +"44311",10495,11506,3,2230,2824 +"44312",10495,18943,3,2230,2861 +"44313",10495,20007,3,2230,2971 +"44314",10495,21180,3,2230,2762 +"44315",10495,34162,3,2230,2336 +"44316",10495,76132,3,2230,2426 +"44317",10513,270,3,2284,2542 +"44318",10513,1639,3,2284,2631 +"44319",10513,2424,3,2284,2582 +"44320",10513,2484,3,2284,2389 +"44321",10513,3305,3,2284,2839 +"44322",10513,3966,3,2284,2425 +"44323",10513,5120,3,2284,2735 +"44324",10513,5235,2,2284,2324 +"44325",10513,5350,3,2284,2522 +"44326",10513,6044,3,2284,2744 +"44327",10513,6074,2,2284,2426 +"44328",10513,6491,3,2284,2424 +"44329",10513,8762,3,2284,2585 +"44330",10513,9202,3,2284,2477 +"44331",10513,9272,3,2284,2835 +"44332",10513,9311,3,2284,2477 +"44333",10513,9362,3,2284,2879 +"44334",10513,9723,3,2284,2302 +"44335",10513,11218,3,2284,2292 +"44336",10513,12528,3,2284,2589 +"44337",10513,12728,3,2284,2374 +"44338",10513,14655,3,2284,2559 +"44339",10513,14834,2,2284,2739 +"44340",10513,15381,3,2284,2289 +"44341",10513,15626,3,2284,2434 +"44342",10513,16332,3,2284,2668 +"44343",10513,17819,3,2284,2291 +"44344",10513,18394,3,2284,2356 +"44345",10513,19248,3,2284,2357 +"44346",10513,19862,3,2284,2412 +"44347",10513,20124,2,2284,2376 +"44348",10513,21138,2,2284,2849 +"44349",10513,21682,3,2284,2414 +"44350",10513,22141,3,2284,2348 +"44351",10513,24060,3,2284,2349 +"44352",10513,24721,3,2284,2326 +"44353",10513,26080,3,2284,2525 +"44354",10513,26749,2,2284,2965 +"44355",10513,31235,3,2284,2668 +"44356",10513,33475,3,2284,2367 +"44357",10513,33949,3,2284,2489 +"44358",10513,35815,3,2284,2789 +"44359",10513,38780,2,2284,2705 +"44360",10513,41972,3,2284,2509 +"44361",10513,42129,3,2284,2318 +"44362",10513,42216,3,2284,2722 +"44363",10513,43226,3,2284,2442 +"44364",10513,45302,3,2284,2390 +"44365",10513,45608,3,2284,2420 +"44366",10513,46950,2,2284,2673 +"44367",10513,47248,2,2284,2883 +"44368",10513,47772,2,2284,2293 +"44369",10513,48605,3,2284,2796 +"44370",10513,49110,3,2284,2938 +"44371",10513,50134,3,2284,2674 +"44372",10513,51035,2,2284,2397 +"44373",10513,51866,3,2284,2411 +"44374",10513,53323,3,2284,2677 +"44375",10513,54551,3,2284,2348 +"44376",10513,55139,3,2284,2323 +"44377",10513,58508,2,2284,2326 +"44378",10513,61982,3,2284,2725 +"44379",10513,62841,3,2284,2710 +"44380",10513,64699,3,2284,2797 +"44381",10513,66983,2,2284,2397 +"44382",10513,66992,3,2284,2882 +"44383",10513,69335,3,2284,2698 +"44384",10513,74985,3,2284,2895 +"44385",10513,79322,3,2284,2770 +"44386",10513,80825,1,2284,2315 +"44387",10513,84022,3,2284,2289 +"44388",10513,104565,3,2284,2693 +"44389",10523,270,2,1510,2542 +"44390",10523,312,3,1510,2038 +"44391",10523,1124,3,1510,1596 +"44392",10523,2111,2,1510,1904 +"44393",10523,2424,3,1510,2582 +"44394",10523,2684,3,1510,2874 +"44395",10523,3878,3,1510,1890 +"44396",10523,4360,3,1510,1770 +"44397",10523,5235,3,1510,2324 +"44398",10523,5622,3,1510,2175 +"44399",10523,5971,1,1510,1985 +"44400",10523,6044,3,1510,2744 +"44401",10523,6222,3,1510,1949 +"44402",10523,6588,2,1510,2025 +"44403",10523,6718,3,1510,2138 +"44404",10523,7180,3,1510,2227 +"44405",10523,7515,3,1510,2737 +"44406",10523,7555,3,1510,1943 +"44407",10523,9432,2,1510,1693 +"44408",10523,9624,2,1510,2398 +"44409",10523,10488,3,1510,1524 +"44410",10523,10857,3,1510,2253 +"44411",10523,11055,3,1510,2111 +"44412",10523,11218,3,1510,2292 +"44413",10523,11229,2,1510,1625 +"44414",10523,11351,3,1510,2971 +"44415",10523,11516,3,1510,1937 +"44416",10523,11620,3,1510,2010 +"44417",10523,11966,3,1510,2385 +"44418",10523,12374,3,1510,2260 +"44419",10523,12375,3,1510,1873 +"44420",10523,13307,3,1510,2206 +"44421",10523,14989,3,1510,2223 +"44422",10523,15700,3,1510,1712 +"44423",10523,16352,3,1510,2657 +"44424",10523,17400,3,1510,2231 +"44425",10523,18005,3,1510,2449 +"44426",10523,18361,3,1510,2968 +"44427",10523,18394,3,1510,2356 +"44428",10523,19622,3,1510,2371 +"44429",10523,20311,2,1510,1981 +"44430",10523,21012,3,1510,2325 +"44431",10523,21122,3,1510,1701 +"44432",10523,21571,3,1510,2755 +"44433",10523,21693,3,1510,2176 +"44434",10523,22197,3,1510,2271 +"44435",10523,22566,3,1510,2308 +"44436",10523,23509,3,1510,2275 +"44437",10523,23526,3,1510,1998 +"44438",10523,23715,3,1510,1859 +"44439",10523,23725,3,1510,2378 +"44440",10523,24568,3,1510,1937 +"44441",10523,26848,2,1510,2363 +"44442",10523,26867,2,1510,1804 +"44443",10523,28179,2,1510,2689 +"44444",10523,30405,3,1510,2164 +"44445",10523,31691,3,1510,1657 +"44446",10523,33801,3,1510,2899 +"44447",10523,39294,3,1510,1889 +"44448",10523,42687,2,1510,1952 +"44449",10523,43213,3,1510,2160 +"44450",10523,43455,3,1510,2846 +"44451",10523,44521,2,1510,1593 +"44452",10523,45684,3,1510,2200 +"44453",10523,45729,3,1510,2606 +"44454",10523,46182,2,1510,1613 +"44455",10523,46629,2,1510,2255 +"44456",10523,49608,3,1510,2184 +"44457",10523,50236,2,1510,2339 +"44458",10523,54551,3,1510,2348 +"44459",10523,56082,2,1510,2395 +"44460",10523,56237,2,1510,2625 +"44461",10523,57246,2,1510,1873 +"44462",10523,60261,3,1510,1943 +"44463",10523,61982,3,1510,2725 +"44464",10523,63409,3,1510,1937 +"44465",10523,64947,3,1510,2489 +"44466",10523,65242,3,1510,1988 +"44467",10523,71217,3,1510,2169 +"44468",10523,72207,3,1510,2430 +"44469",10523,72326,3,1510,2384 +"44470",10523,75403,3,1510,1895 +"44471",10523,79804,1,1510,2227 +"44472",10523,80429,3,1510,1927 +"44473",10523,92104,3,1510,2339 +"44474",10523,97915,3,1510,1802 +"44475",10523,105680,3,1510,1674 +"44476",10528,1691,3,502,1941 +"44477",10528,2208,3,502,2814 +"44478",10528,2289,3,502,2389 +"44479",10528,2684,3,502,2874 +"44480",10528,2737,3,502,607 +"44481",10528,3011,3,502,2278 +"44482",10528,7970,1,502,1197 +"44483",10528,8060,3,502,1883 +"44484",10528,8913,3,502,968 +"44485",10528,9311,3,502,2477 +"44486",10528,9391,3,502,1252 +"44487",10528,9805,3,502,1621 +"44488",10528,10148,3,502,2964 +"44489",10528,10401,1,502,863 +"44490",10528,10843,3,502,2277 +"44491",10528,10870,3,502,1755 +"44492",10528,11055,3,502,2111 +"44493",10528,12310,3,502,1337 +"44494",10528,12373,3,502,1567 +"44495",10528,14072,3,502,1346 +"44496",10528,14278,3,502,1267 +"44497",10528,14723,3,502,2019 +"44498",10528,15401,3,502,1999 +"44499",10528,15626,3,502,2434 +"44500",10528,16111,3,502,1714 +"44501",10528,16201,2,502,1811 +"44502",10528,18244,3,502,1622 +"44503",10528,18393,3,502,860 +"44504",10528,19453,3,502,1928 +"44505",10528,19862,2,502,2412 +"44506",10528,20494,3,502,1075 +"44507",10528,22180,1,502,1835 +"44508",10528,22455,2,502,1197 +"44509",10528,23139,3,502,2644 +"44510",10528,23704,3,502,2278 +"44511",10528,26907,2,502,697 +"44512",10528,28635,2,502,2368 +"44513",10528,29930,3,502,2240 +"44514",10528,30150,3,502,1704 +"44515",10528,32103,3,502,1491 +"44516",10528,32964,3,502,2252 +"44517",10528,32988,3,502,2008 +"44518",10528,33241,3,502,632 +"44519",10528,33356,3,502,1586 +"44520",10528,33433,3,502,2805 +"44521",10528,34314,3,502,630 +"44522",10528,37108,3,502,1202 +"44523",10528,37509,3,502,1640 +"44524",10528,39556,2,502,2747 +"44525",10528,40493,3,502,1981 +"44526",10528,41748,3,502,1480 +"44527",10528,42747,3,502,1189 +"44528",10528,42925,3,502,1358 +"44529",10528,43635,2,502,1196 +"44530",10528,44068,3,502,1056 +"44531",10528,44306,3,502,1036 +"44532",10528,47812,3,502,2343 +"44533",10528,48893,3,502,719 +"44534",10528,49581,3,502,1817 +"44535",10528,49696,3,502,2444 +"44536",10528,50235,3,502,726 +"44537",10528,50275,3,502,2832 +"44538",10528,53252,3,502,637 +"44539",10528,54879,3,502,2210 +"44540",10528,55324,3,502,1544 +"44541",10528,55880,3,502,626 +"44542",10528,57732,2,502,2454 +"44543",10528,58993,3,502,2390 +"44544",10528,59113,3,502,2434 +"44545",10528,59786,3,502,605 +"44546",10528,59819,3,502,2624 +"44547",10528,59937,3,502,885 +"44548",10528,61613,3,502,1189 +"44549",10528,62538,3,502,1656 +"44550",10528,63328,3,502,922 +"44551",10528,65155,3,502,1947 +"44552",10528,66124,3,502,2174 +"44553",10528,66677,3,502,2151 +"44554",10528,66747,3,502,1273 +"44555",10528,67145,3,502,2015 +"44556",10528,68979,3,502,1173 +"44557",10528,70714,3,502,2030 +"44558",10528,74190,3,502,1428 +"44559",10528,76192,3,502,912 +"44560",10528,76682,3,502,581 +"44561",10528,78932,3,502,981 +"44562",10528,79364,3,502,834 +"44563",10528,79657,3,502,1260 +"44564",10528,79937,1,502,554 +"44565",10528,85397,1,502,1219 +"44566",10528,85444,3,502,944 +"44567",10528,88039,3,502,1219 +"44568",10528,99152,2,502,1698 +"44569",10528,100432,3,502,1358 +"44570",10528,103721,3,502,1030 +"44571",10528,106318,2,502,1698 +"44572",10535,11976,3,1534,1727 +"44573",10535,20423,3,1534,2654 +"44574",10535,44089,3,1534,1632 +"44575",10535,79653,2,1534,2683 +"44576",10551,160,3,243,2007 +"44577",10551,1641,3,243,1490 +"44578",10551,1702,3,243,1984 +"44579",10551,1780,3,243,1375 +"44580",10551,2120,3,243,1133 +"44581",10551,2206,3,243,2536 +"44582",10551,2407,3,243,1725 +"44583",10551,2418,3,243,2020 +"44584",10551,2452,3,243,1715 +"44585",10551,2576,2,243,1307 +"44586",10551,2747,3,243,2411 +"44587",10551,2852,3,243,2448 +"44588",10551,3127,3,243,2273 +"44589",10551,3313,3,243,572 +"44590",10551,3456,3,243,1999 +"44591",10551,3663,3,243,1232 +"44592",10551,4001,3,243,1687 +"44593",10551,4612,3,243,2804 +"44594",10551,4668,3,243,1919 +"44595",10551,4669,3,243,2395 +"44596",10551,4730,3,243,2131 +"44597",10551,5346,3,243,1438 +"44598",10551,5484,3,243,582 +"44599",10551,5897,2,243,2337 +"44600",10551,5912,3,243,2257 +"44601",10551,6119,3,243,2358 +"44602",10551,7252,3,243,2799 +"44603",10551,7942,3,243,2623 +"44604",10551,8029,3,243,1859 +"44605",10551,8140,3,243,1262 +"44606",10551,8610,3,243,2240 +"44607",10551,9503,3,243,2453 +"44608",10551,9787,3,243,2858 +"44609",10551,10803,3,243,545 +"44610",10551,10980,3,243,1974 +"44611",10551,11099,3,243,400 +"44612",10551,11563,3,243,1863 +"44613",10551,11990,1,243,1909 +"44614",10551,12023,2,243,799 +"44615",10551,12781,3,243,831 +"44616",10551,12948,3,243,2669 +"44617",10551,13295,2,243,779 +"44618",10551,14287,3,243,1583 +"44619",10551,14532,2,243,1193 +"44620",10551,14599,3,243,1118 +"44621",10551,14817,3,243,2110 +"44622",10551,15207,3,243,1855 +"44623",10551,15910,3,243,941 +"44624",10551,16152,3,243,879 +"44625",10551,16286,3,243,2470 +"44626",10551,16437,3,243,1956 +"44627",10551,16501,3,243,1650 +"44628",10551,16715,3,243,1218 +"44629",10551,16776,3,243,1565 +"44630",10551,16864,3,243,814 +"44631",10551,16866,3,243,2718 +"44632",10551,17252,3,243,1258 +"44633",10551,17456,3,243,1300 +"44634",10551,17484,3,243,1256 +"44635",10551,18550,3,243,483 +"44636",10551,18865,3,243,2676 +"44637",10551,18978,3,243,952 +"44638",10551,19334,3,243,1979 +"44639",10551,19386,3,243,1714 +"44640",10551,19934,3,243,2888 +"44641",10551,20984,3,243,2502 +"44642",10551,21207,3,243,1258 +"44643",10551,21755,3,243,817 +"44644",10551,23131,2,243,1732 +"44645",10551,23206,3,243,2805 +"44646",10551,23756,3,243,2309 +"44647",10551,24302,3,243,407 +"44648",10551,26551,3,243,652 +"44649",10551,27320,3,243,2378 +"44650",10551,27742,2,243,2700 +"44651",10551,27914,2,243,2507 +"44652",10551,28051,3,243,2089 +"44653",10551,28440,3,243,675 +"44654",10551,28869,3,243,2425 +"44655",10551,28893,3,243,2764 +"44656",10551,28904,1,243,926 +"44657",10551,29286,3,243,1612 +"44658",10551,29473,3,243,2602 +"44659",10551,29495,2,243,1612 +"44660",10551,30442,3,243,2124 +"44661",10551,30525,1,243,1964 +"44662",10551,31540,3,243,1675 +"44663",10551,31753,2,243,1514 +"44664",10551,31868,3,243,1993 +"44665",10551,32240,3,243,706 +"44666",10551,32479,3,243,969 +"44667",10551,32560,3,243,1258 +"44668",10551,33341,3,243,2338 +"44669",10551,33870,3,243,955 +"44670",10551,33957,3,243,245 +"44671",10551,35728,3,243,2017 +"44672",10551,36327,3,243,870 +"44673",10551,36578,3,243,1484 +"44674",10551,37424,3,243,1693 +"44675",10551,39800,2,243,802 +"44676",10551,39999,3,243,1593 +"44677",10551,40113,3,243,451 +"44678",10551,41077,2,243,864 +"44679",10551,41581,3,243,1692 +"44680",10551,41633,3,243,1976 +"44681",10551,42254,3,243,1052 +"44682",10551,42813,3,243,2142 +"44683",10551,42967,3,243,512 +"44684",10551,43159,2,243,512 +"44685",10551,43961,3,243,2443 +"44686",10551,44074,3,243,1299 +"44687",10551,44598,3,243,2356 +"44688",10551,44795,2,243,635 +"44689",10551,45480,3,243,1104 +"44690",10551,45518,3,243,494 +"44691",10551,45869,3,243,2840 +"44692",10551,50229,3,243,1190 +"44693",10551,54775,2,243,2383 +"44694",10551,56995,3,243,2323 +"44695",10551,58501,3,243,2613 +"44696",10551,58521,3,243,2950 +"44697",10551,58655,3,243,2685 +"44698",10551,59726,3,243,1513 +"44699",10551,61125,3,243,1673 +"44700",10551,62626,3,243,2787 +"44701",10551,63395,3,243,2334 +"44702",10551,66677,3,243,2151 +"44703",10551,66695,3,243,1071 +"44704",10551,66943,3,243,327 +"44705",10551,67252,3,243,1215 +"44706",10551,70455,3,243,1307 +"44707",10551,71467,3,243,1051 +"44708",10551,72535,3,243,1191 +"44709",10551,72632,3,243,1289 +"44710",10551,75880,3,243,477 +"44711",10551,76007,3,243,918 +"44712",10551,77305,3,243,965 +"44713",10551,81437,3,243,1101 +"44714",10551,83610,3,243,1552 +"44715",10551,85396,2,243,1131 +"44716",10551,87907,3,243,1173 +"44717",10551,88324,3,243,1080 +"44718",10551,89538,3,243,1847 +"44719",10551,90429,3,243,1684 +"44720",10551,91806,3,243,969 +"44721",10551,91849,3,243,1166 +"44722",10551,91942,3,243,2216 +"44723",10551,92831,3,243,576 +"44724",10551,93332,3,243,982 +"44725",10551,94520,3,243,1243 +"44726",10551,96401,3,243,303 +"44727",10551,99218,3,243,481 +"44728",10551,103491,3,243,1523 +"44729",10551,104098,3,243,512 +"44730",10551,109194,3,243,494 +"44731",10551,115021,3,243,1226 +"44732",10558,12035,2,2312,2721 +"44733",10558,12042,3,2312,2345 +"44734",10558,21417,3,2312,2422 +"44735",10558,25530,3,2312,2884 +"44736",10558,56396,3,2312,2408 +"44737",10558,73266,3,2312,2496 +"44738",10558,90501,3,2312,2380 +"44739",10567,1691,3,1839,1941 +"44740",10567,36439,3,1839,2469 +"44741",10567,66241,3,1839,2351 +"44742",10576,1767,3,974,2727 +"44743",10576,1875,3,974,1786 +"44744",10576,2057,3,974,1965 +"44745",10576,2111,3,974,1904 +"44746",10576,3068,3,974,1815 +"44747",10576,5449,3,974,1723 +"44748",10576,5599,3,974,1684 +"44749",10576,5971,3,974,1985 +"44750",10576,5986,3,974,1721 +"44751",10576,6047,2,974,2004 +"44752",10576,6255,3,974,2895 +"44753",10576,6588,2,974,2025 +"44754",10576,9331,2,974,2269 +"44755",10576,9423,3,974,1708 +"44756",10576,9654,3,974,2111 +"44757",10576,11103,2,974,2393 +"44758",10576,13573,3,974,2774 +"44759",10576,14032,3,974,2144 +"44760",10576,17351,3,974,2036 +"44761",10576,17549,3,974,2647 +"44762",10576,17632,3,974,1947 +"44763",10576,20124,3,974,2376 +"44764",10576,20486,3,974,1908 +"44765",10576,20665,3,974,1311 +"44766",10576,23011,3,974,2763 +"44767",10576,23825,3,974,1913 +"44768",10576,24456,3,974,1238 +"44769",10576,29930,3,974,2240 +"44770",10576,32103,3,974,1491 +"44771",10576,32198,3,974,2117 +"44772",10576,32606,2,974,2100 +"44773",10576,33219,3,974,1173 +"44774",10576,35673,3,974,1067 +"44775",10576,35752,2,974,1158 +"44776",10576,36574,3,974,2934 +"44777",10576,40028,3,974,1349 +"44778",10576,40072,3,974,1182 +"44779",10576,43404,3,974,2649 +"44780",10576,44688,3,974,2924 +"44781",10576,45939,3,974,1930 +"44782",10576,46629,3,974,2255 +"44783",10576,48215,3,974,2028 +"44784",10576,50236,3,974,2339 +"44785",10576,53303,3,974,1376 +"44786",10576,54551,3,974,2348 +"44787",10576,55084,3,974,1189 +"44788",10576,56082,3,974,2395 +"44789",10576,56232,3,974,1175 +"44790",10576,67726,3,974,2873 +"44791",10576,72326,2,974,2384 +"44792",10576,80979,3,974,1142 +"44793",10576,82730,3,974,1492 +"44794",10576,86978,3,974,2733 +"44795",10576,90768,3,974,2123 +"44796",10576,94138,3,974,1939 +"44797",10576,97498,1,974,2346 +"44798",10576,113736,3,974,1514 +"44799",10577,160,3,497,2007 +"44800",10577,1349,1,497,1147 +"44801",10577,1641,3,497,1490 +"44802",10577,2979,3,497,2912 +"44803",10577,3493,2,497,2451 +"44804",10577,3669,3,497,2524 +"44805",10577,4665,2,497,1569 +"44806",10577,4916,3,497,1970 +"44807",10577,7126,3,497,1261 +"44808",10577,7616,3,497,2296 +"44809",10577,8088,3,497,2220 +"44810",10577,9484,3,497,1429 +"44811",10577,9871,3,497,921 +"44812",10577,10050,3,497,1792 +"44813",10577,10739,3,497,1807 +"44814",10577,10803,3,497,545 +"44815",10577,10990,3,497,805 +"44816",10577,11588,3,497,2352 +"44817",10577,12712,3,497,815 +"44818",10577,14749,3,497,1998 +"44819",10577,15535,3,497,891 +"44820",10577,15567,3,497,2671 +"44821",10577,16539,2,497,1947 +"44822",10577,18421,3,497,2457 +"44823",10577,18672,3,497,1182 +"44824",10577,20662,3,497,1523 +"44825",10577,20941,3,497,2725 +"44826",10577,23966,2,497,891 +"44827",10577,24456,3,497,1238 +"44828",10577,26100,3,497,1966 +"44829",10577,31335,3,497,2351 +"44830",10577,31866,2,497,2101 +"44831",10577,32149,3,497,541 +"44832",10577,36784,3,497,576 +"44833",10577,36829,3,497,2722 +"44834",10577,37149,3,497,1673 +"44835",10577,38373,3,497,1928 +"44836",10577,43585,3,497,1066 +"44837",10577,46982,3,497,2806 +"44838",10577,51144,3,497,2466 +"44839",10577,51774,3,497,2459 +"44840",10577,52136,3,497,1412 +"44841",10577,64156,3,497,675 +"44842",10577,70583,3,497,2615 +"44843",10577,72348,3,497,1810 +"44844",10577,73107,3,497,1918 +"44845",10577,74134,3,497,1566 +"44846",10577,82893,3,497,1275 +"44847",10577,87142,3,497,591 +"44848",10577,87907,3,497,1173 +"44849",10577,90065,3,497,1418 +"44850",10577,96715,2,497,1792 +"44851",10592,3395,3,859,1382 +"44852",10592,10870,3,859,1755 +"44853",10592,12778,3,859,2045 +"44854",10592,13801,3,859,2041 +"44855",10592,17502,2,859,869 +"44856",10592,23679,3,859,934 +"44857",10592,27001,1,859,1761 +"44858",10592,31581,3,859,2933 +"44859",10592,34813,3,859,975 +"44860",10592,41118,2,859,1091 +"44861",10592,46506,3,859,2464 +"44862",10592,70555,3,859,1229 +"44863",10592,84254,3,859,2548 +"44864",10595,21,3,494,1385 +"44865",10595,841,3,494,2964 +"44866",10595,1108,3,494,1600 +"44867",10595,3954,3,494,839 +"44868",10595,6989,3,494,2623 +"44869",10595,7126,3,494,1261 +"44870",10595,8118,3,494,587 +"44871",10595,8140,3,494,1262 +"44872",10595,9050,3,494,2026 +"44873",10595,9787,3,494,2858 +"44874",10595,10239,3,494,2032 +"44875",10595,10350,3,494,1163 +"44876",10595,10980,2,494,1974 +"44877",10595,11135,3,494,2441 +"44878",10595,14586,3,494,2801 +"44879",10595,15502,3,494,2637 +"44880",10595,16833,3,494,1661 +"44881",10595,17645,3,494,1918 +"44882",10595,19501,3,494,1186 +"44883",10595,20067,3,494,2390 +"44884",10595,22166,3,494,994 +"44885",10595,22704,2,494,1150 +"44886",10595,23692,2,494,1540 +"44887",10595,25139,3,494,816 +"44888",10595,29286,3,494,1612 +"44889",10595,31408,3,494,994 +"44890",10595,31541,3,494,1500 +"44891",10595,34892,3,494,2309 +"44892",10595,35728,2,494,2017 +"44893",10595,36953,3,494,2790 +"44894",10595,37522,3,494,1270 +"44895",10595,38087,2,494,1083 +"44896",10595,42331,2,494,1585 +"44897",10595,46486,3,494,1868 +"44898",10595,46726,2,494,943 +"44899",10595,47654,3,494,1664 +"44900",10595,47810,3,494,957 +"44901",10595,49414,3,494,1667 +"44902",10595,50903,3,494,931 +"44903",10595,50996,2,494,929 +"44904",10595,51448,3,494,1593 +"44905",10595,56862,2,494,868 +"44906",10595,60808,3,494,1258 +"44907",10595,62066,3,494,2281 +"44908",10595,62668,3,494,958 +"44909",10595,63604,2,494,927 +"44910",10595,67252,3,494,1215 +"44911",10595,67617,2,494,1149 +"44912",10595,70101,2,494,2414 +"44913",10595,70372,3,494,526 +"44914",10595,72986,3,494,1055 +"44915",10595,81077,1,494,498 +"44916",10595,83301,3,494,1385 +"44917",10595,84975,3,494,1138 +"44918",10595,93386,3,494,890 +"44919",10595,93398,3,494,828 +"44920",10595,96310,3,494,1016 +"44921",10595,97160,3,494,1215 +"44922",10595,103890,3,494,958 +"44923",10595,104098,3,494,512 +"44924",10595,104659,3,494,2026 +"44925",10607,364,3,507,2351 +"44926",10607,4303,3,507,2414 +"44927",10607,10457,3,507,1711 +"44928",10607,12861,2,507,1207 +"44929",10607,14061,3,507,1620 +"44930",10607,15180,2,507,610 +"44931",10607,15683,2,507,1729 +"44932",10607,16351,3,507,893 +"44933",10607,20371,3,507,595 +"44934",10607,21407,3,507,2728 +"44935",10607,24512,3,507,1369 +"44936",10607,25722,3,507,1697 +"44937",10607,26286,3,507,2023 +"44938",10607,29289,3,507,1756 +"44939",10607,29977,3,507,2781 +"44940",10607,31303,2,507,1040 +"44941",10607,37279,3,507,2768 +"44942",10607,50585,3,507,2414 +"44943",10607,54775,3,507,2383 +"44944",10607,68691,3,507,1209 +"44945",10607,77519,3,507,819 +"44946",10607,90943,3,507,1754 +"44947",10607,96300,3,507,2594 +"44948",10610,55,3,1427,2524 +"44949",10610,1393,2,1427,1706 +"44950",10610,3506,2,1427,2364 +"44951",10610,4403,3,1427,2416 +"44952",10610,5813,3,1427,2088 +"44953",10610,6040,3,1427,2103 +"44954",10610,6621,3,1427,2478 +"44955",10610,7123,2,1427,1964 +"44956",10610,9088,3,1427,1881 +"44957",10610,9269,2,1427,1892 +"44958",10610,9895,3,1427,1960 +"44959",10610,16347,3,1427,1868 +"44960",10610,16866,3,1427,2718 +"44961",10610,17925,1,1427,2385 +"44962",10610,20695,3,1427,2526 +"44963",10610,22389,3,1427,2034 +"44964",10610,26740,3,1427,2695 +"44965",10610,31990,3,1427,2264 +"44966",10610,32629,3,1427,1789 +"44967",10610,32724,2,1427,2581 +"44968",10610,34331,3,1427,1727 +"44969",10610,37801,3,1427,2578 +"44970",10610,44312,3,1427,2741 +"44971",10610,44744,2,1427,2032 +"44972",10610,45449,2,1427,1610 +"44973",10610,45450,3,1427,1590 +"44974",10610,48931,2,1427,2444 +"44975",10610,53445,3,1427,2028 +"44976",10610,54953,3,1427,2223 +"44977",10610,56364,3,1427,1626 +"44978",10610,57804,3,1427,2214 +"44979",10610,66017,3,1427,1545 +"44980",10610,78611,3,1427,1586 +"44981",10610,84591,3,1427,1685 +"44982",10610,96387,2,1427,2159 +"44983",10610,100084,3,1427,1964 +"44984",10610,102581,3,1427,1813 +"44985",10622,3557,3,1173,1259 +"44986",10622,4313,3,1173,2368 +"44987",10622,7733,1,1173,1326 +"44988",10622,15916,3,1173,1236 +"44989",10622,20056,3,1173,1824 +"44990",10622,20088,2,1173,1677 +"44991",10622,21419,2,1173,1243 +"44992",10622,21976,3,1173,1808 +"44993",10622,31170,2,1173,1776 +"44994",10622,43524,3,1173,2572 +"44995",10622,49958,3,1173,1860 +"44996",10622,55436,3,1173,2513 +"44997",10622,57383,3,1173,1302 +"44998",10622,62334,2,1173,1766 +"44999",10622,73810,2,1173,1554 +"45000",10622,78262,2,1173,1326 +"45001",10622,80162,3,1173,1601 +"45002",10638,9272,3,2692,2835 +"45003",10638,11506,2,2692,2824 +"45004",10638,15826,3,2692,2772 +"45005",10638,18943,2,2692,2861 +"45006",10638,19027,3,2692,2721 +"45007",10638,20007,2,2692,2971 +"45008",10638,20700,3,2692,2861 +"45009",10638,21180,3,2692,2762 +"45010",10638,28582,2,2692,2698 +"45011",10638,41978,3,2692,2824 +"45012",10638,59039,3,2692,2870 +"45013",10638,69335,2,2692,2698 +"45014",10646,1154,3,1555,1656 +"45015",10646,3167,3,1555,1676 +"45016",10646,7241,3,1555,2259 +"45017",10646,12374,2,1555,2260 +"45018",10646,18366,3,1555,2699 +"45019",10646,21122,3,1555,1701 +"45020",10646,34136,3,1555,2202 +"45021",10646,58180,3,1555,1919 +"45022",10646,108647,1,1555,1934 +"45023",10646,108867,3,1555,2328 +"45024",10657,14,3,1603,1793 +"45025",10657,915,2,1603,1793 +"45026",10657,3980,2,1603,2771 +"45027",10657,19208,3,1603,2629 +"45028",10657,19605,2,1603,2395 +"45029",10657,20162,3,1603,2328 +"45030",10657,26796,3,1603,2384 +"45031",10657,29454,2,1603,2719 +"45032",10657,41764,3,1603,2409 +"45033",10657,45329,1,1603,1693 +"45034",10657,50480,3,1603,2701 +"45035",10657,55076,3,1603,2408 +"45036",10696,30411,3,130,630 +"45037",10696,40488,3,130,486 +"45038",10696,58293,3,130,250 +"45039",10696,75025,3,130,717 +"45040",10701,2282,2,2000,2056 +"45041",10701,2647,3,2000,2450 +"45042",10701,3164,3,2000,2693 +"45043",10701,3271,3,2000,2216 +"45044",10701,4249,3,2000,2547 +"45045",10701,4634,3,2000,2291 +"45046",10701,6030,3,2000,2953 +"45047",10701,6345,3,2000,2713 +"45048",10701,6999,3,2000,2214 +"45049",10701,7787,3,2000,2314 +"45050",10701,8463,3,2000,2466 +"45051",10701,9272,3,2000,2835 +"45052",10701,9724,2,2000,2713 +"45053",10701,11966,3,2000,2385 +"45054",10701,12966,3,2000,2011 +"45055",10701,14470,3,2000,2632 +"45056",10701,14612,3,2000,2340 +"45057",10701,14957,2,2000,2306 +"45058",10701,15301,3,2000,2308 +"45059",10701,15782,2,2000,2306 +"45060",10701,17499,3,2000,2954 +"45061",10701,19366,3,2000,2279 +"45062",10701,20292,3,2000,2755 +"45063",10701,21571,2,2000,2755 +"45064",10701,22566,2,2000,2308 +"45065",10701,23550,3,2000,2939 +"45066",10701,26597,2,2000,2070 +"45067",10701,28168,3,2000,2702 +"45068",10701,28782,3,2000,2272 +"45069",10701,30714,3,2000,2485 +"45070",10701,31855,3,2000,2636 +"45071",10701,32169,1,2000,2504 +"45072",10701,36840,3,2000,2269 +"45073",10701,37684,3,2000,2899 +"45074",10701,42382,3,2000,2224 +"45075",10701,42390,2,2000,2937 +"45076",10701,42619,3,2000,2017 +"45077",10701,43226,3,2000,2442 +"45078",10701,43701,1,2000,2400 +"45079",10701,46800,3,2000,2720 +"45080",10701,47607,3,2000,2724 +"45081",10701,48110,3,2000,2009 +"45082",10701,49142,3,2000,2289 +"45083",10701,53584,3,2000,2391 +"45084",10701,53652,3,2000,2899 +"45085",10701,58508,3,2000,2326 +"45086",10701,69335,3,2000,2698 +"45087",10701,71999,2,2000,2685 +"45088",10701,80615,3,2000,2252 +"45089",10701,80970,2,2000,2069 +"45090",10709,803,3,746,1666 +"45091",10709,1386,3,746,1901 +"45092",10709,3583,3,746,818 +"45093",10709,5716,3,746,1058 +"45094",10709,8888,3,746,1328 +"45095",10709,12867,3,746,2773 +"45096",10709,16352,3,746,2657 +"45097",10709,16587,2,746,2065 +"45098",10709,18554,3,746,2065 +"45099",10709,18615,3,746,1025 +"45100",10709,20783,3,746,2414 +"45101",10709,22050,3,746,966 +"45102",10709,23159,3,746,1548 +"45103",10709,27260,3,746,878 +"45104",10709,29864,3,746,2479 +"45105",10709,34735,3,746,2767 +"45106",10709,37758,3,746,1998 +"45107",10709,37836,2,746,1369 +"45108",10709,37873,3,746,1288 +"45109",10709,43135,2,746,1171 +"45110",10709,44068,3,746,1056 +"45111",10709,53134,3,746,1590 +"45112",10709,57714,3,746,1391 +"45113",10709,63328,3,746,922 +"45114",10709,77424,3,746,1489 +"45115",10709,86331,3,746,850 +"45116",10709,93933,3,746,1336 +"45117",10709,101986,2,746,813 +"45118",10716,455,3,1692,2827 +"45119",10716,470,3,1692,2285 +"45120",10716,489,2,1692,2652 +"45121",10716,1369,2,1692,2487 +"45122",10716,1560,3,1692,2013 +"45123",10716,2224,3,1692,2751 +"45124",10716,6999,2,1692,2214 +"45125",10716,7258,3,1692,1714 +"45126",10716,7354,2,1692,2008 +"45127",10716,7858,3,1692,1795 +"45128",10716,8726,3,1692,2083 +"45129",10716,8821,2,1692,2230 +"45130",10716,10433,3,1692,2075 +"45131",10716,11625,3,1692,2022 +"45132",10716,12116,2,1692,2119 +"45133",10716,12703,3,1692,2689 +"45134",10716,13340,2,1692,1918 +"45135",10716,15598,3,1692,2011 +"45136",10716,17549,3,1692,2647 +"45137",10716,17632,3,1692,1947 +"45138",10716,18479,3,1692,2967 +"45139",10716,19476,3,1692,1708 +"45140",10716,21754,3,1692,1881 +"45141",10716,22410,3,1692,2158 +"45142",10716,23550,3,1692,2939 +"45143",10716,28115,3,1692,1835 +"45144",10716,33363,3,1692,2475 +"45145",10716,35187,2,1692,2488 +"45146",10716,35317,2,1692,1888 +"45147",10716,36840,3,1692,2269 +"45148",10716,37684,3,1692,2899 +"45149",10716,42407,1,1692,2408 +"45150",10716,48501,3,1692,2010 +"45151",10716,53846,3,1692,2737 +"45152",10716,77719,3,1692,2086 +"45153",10716,77815,2,1692,2358 +"45154",10716,78277,3,1692,1937 +"45155",10716,78910,2,1692,1931 +"45156",10716,93553,3,1692,2537 +"45157",10717,134,3,1938,2062 +"45158",10717,1196,3,1938,1986 +"45159",10717,2684,3,1938,2874 +"45160",10717,3966,3,1938,2425 +"45161",10717,4953,3,1938,2285 +"45162",10717,5622,3,1938,2175 +"45163",10717,6044,3,1938,2744 +"45164",10717,6047,2,1938,2004 +"45165",10717,6062,3,1938,2681 +"45166",10717,8327,3,1938,2527 +"45167",10717,9928,3,1938,2345 +"45168",10717,10358,3,1938,2294 +"45169",10717,10558,3,1938,2312 +"45170",10717,11218,2,1938,2292 +"45171",10717,11456,3,1938,2715 +"45172",10717,12035,2,1938,2721 +"45173",10717,12042,2,1938,2345 +"45174",10717,14032,3,1938,2144 +"45175",10717,16352,2,1938,2657 +"45176",10717,16826,3,1938,2599 +"45177",10717,17400,3,1938,2231 +"45178",10717,17943,3,1938,1943 +"45179",10717,20067,3,1938,2390 +"45180",10717,21138,3,1938,2849 +"45181",10717,23310,3,1938,2371 +"45182",10717,24497,3,1938,1979 +"45183",10717,26067,3,1938,2069 +"45184",10717,26080,2,1938,2525 +"45185",10717,26721,3,1938,2586 +"45186",10717,26818,3,1938,1999 +"45187",10717,32919,3,1938,2321 +"45188",10717,34735,3,1938,2767 +"45189",10717,40493,3,1938,1981 +"45190",10717,41972,2,1938,2509 +"45191",10717,47248,3,1938,2883 +"45192",10717,47386,3,1938,2226 +"45193",10717,49110,3,1938,2938 +"45194",10717,50236,3,1938,2339 +"45195",10717,51017,3,1938,2073 +"45196",10717,54879,3,1938,2210 +"45197",10717,54929,3,1938,2783 +"45198",10717,55652,3,1938,2795 +"45199",10717,56082,3,1938,2395 +"45200",10717,81349,3,1938,1958 +"45201",10717,82732,3,1938,2810 +"45202",10720,388,3,199,1594 +"45203",10720,622,3,199,501 +"45204",10720,1150,3,199,1595 +"45205",10720,1560,3,199,2013 +"45206",10720,3016,1,199,747 +"45207",10720,5557,3,199,1929 +"45208",10720,5852,3,199,1862 +"45209",10720,6989,3,199,2623 +"45210",10720,8478,2,199,984 +"45211",10720,9506,2,199,1012 +"45212",10720,9716,2,199,1929 +"45213",10720,10908,1,199,1134 +"45214",10720,11429,2,199,2520 +"45215",10720,12228,2,199,2034 +"45216",10720,14025,2,199,2384 +"45217",10720,14626,3,199,2175 +"45218",10720,14654,2,199,1692 +"45219",10720,14761,3,199,2502 +"45220",10720,14789,3,199,1034 +"45221",10720,16590,3,199,1123 +"45222",10720,17752,3,199,1683 +"45223",10720,18855,2,199,1362 +"45224",10720,21193,3,199,2490 +"45225",10720,22571,3,199,655 +"45226",10720,25718,3,199,432 +"45227",10720,30404,3,199,1810 +"45228",10720,31541,3,199,1500 +"45229",10720,32582,3,199,1929 +"45230",10720,33533,3,199,234 +"45231",10720,33691,3,199,949 +"45232",10720,35264,3,199,2329 +"45233",10720,37342,3,199,2649 +"45234",10720,37766,2,199,520 +"45235",10720,40392,3,199,1878 +"45236",10720,41185,3,199,1929 +"45237",10720,42062,3,199,889 +"45238",10720,45874,3,199,944 +"45239",10720,50430,3,199,1689 +"45240",10720,51099,3,199,262 +"45241",10720,52185,2,199,1012 +"45242",10720,54903,3,199,2493 +"45243",10720,56737,3,199,2270 +"45244",10720,69077,2,199,1689 +"45245",10720,70656,3,199,2771 +"45246",10720,74912,3,199,1542 +"45247",10720,75884,3,199,520 +"45248",10720,78569,3,199,578 +"45249",10720,78768,2,199,841 +"45250",10720,79036,2,199,2524 +"45251",10720,79822,3,199,1508 +"45252",10720,82226,3,199,1619 +"45253",10720,82426,2,199,1576 +"45254",10720,83007,3,199,2727 +"45255",10720,84768,3,199,1291 +"45256",10720,91631,3,199,1899 +"45257",10720,91715,3,199,1034 +"45258",10720,93317,3,199,1223 +"45259",10720,94758,3,199,584 +"45260",10720,96349,2,199,1874 +"45261",10720,97266,3,199,1016 +"45262",10720,101115,2,199,1259 +"45263",10720,106224,2,199,1300 +"45264",10720,107993,3,199,999 +"45265",10720,111040,3,199,711 +"45266",10726,455,2,841,2827 +"45267",10726,470,3,841,2285 +"45268",10726,600,3,841,1702 +"45269",10726,803,3,841,1666 +"45270",10726,1046,3,841,1881 +"45271",10726,1262,3,841,2973 +"45272",10726,1321,3,841,2075 +"45273",10726,1386,3,841,1901 +"45274",10726,2765,3,841,2321 +"45275",10726,3488,3,841,2351 +"45276",10726,3695,3,841,2612 +"45277",10726,3877,3,841,1133 +"45278",10726,5148,3,841,2206 +"45279",10726,5491,2,841,2048 +"45280",10726,5725,3,841,2789 +"45281",10726,7078,2,841,2344 +"45282",10726,7394,3,841,2615 +"45283",10726,8533,3,841,2251 +"45284",10726,9030,3,841,1979 +"45285",10726,9702,3,841,1928 +"45286",10726,10433,3,841,2075 +"45287",10726,11434,3,841,1187 +"45288",10726,14091,3,841,929 +"45289",10726,14709,3,841,1901 +"45290",10726,14888,3,841,1411 +"45291",10726,16029,2,841,1160 +"45292",10726,16881,3,841,925 +"45293",10726,17826,3,841,2920 +"45294",10726,18151,2,841,2962 +"45295",10726,18366,3,841,2699 +"45296",10726,19528,3,841,2742 +"45297",10726,19872,3,841,2913 +"45298",10726,20423,3,841,2654 +"45299",10726,20563,3,841,2267 +"45300",10726,20657,3,841,2340 +"45301",10726,21417,3,841,2422 +"45302",10726,21795,2,841,2653 +"45303",10726,22216,3,841,1956 +"45304",10726,23132,3,841,2756 +"45305",10726,26608,3,841,2329 +"45306",10726,27837,3,841,1315 +"45307",10726,28115,3,841,1835 +"45308",10726,28285,3,841,2972 +"45309",10726,28923,3,841,2362 +"45310",10726,28991,3,841,1688 +"45311",10726,29791,3,841,1986 +"45312",10726,30081,3,841,2403 +"45313",10726,31050,3,841,1491 +"45314",10726,32163,3,841,859 +"45315",10726,34160,2,841,1759 +"45316",10726,34327,3,841,2959 +"45317",10726,35302,3,841,1589 +"45318",10726,35542,3,841,1439 +"45319",10726,36559,3,841,2473 +"45320",10726,36950,3,841,2204 +"45321",10726,39827,3,841,2321 +"45322",10726,41739,3,841,1339 +"45323",10726,44684,3,841,1220 +"45324",10726,45927,3,841,1542 +"45325",10726,47947,2,841,2681 +"45326",10726,49265,2,841,2686 +"45327",10726,49461,3,841,2793 +"45328",10726,52442,3,841,1269 +"45329",10726,53196,3,841,1888 +"45330",10726,57380,2,841,2362 +"45331",10726,59522,3,841,1516 +"45332",10726,61458,3,841,2630 +"45333",10726,64997,3,841,2791 +"45334",10726,67314,3,841,1051 +"45335",10726,70646,3,841,1162 +"45336",10726,74095,3,841,2333 +"45337",10726,85592,3,841,1412 +"45338",10726,93102,1,841,1174 +"45339",10726,96678,3,841,1183 +"45340",10727,1023,3,2082,2515 +"45341",10727,2344,1,2082,2752 +"45342",10727,3776,3,2082,2322 +"45343",10727,5606,3,2082,2875 +"45344",10727,6248,2,2082,2737 +"45345",10727,33363,3,2082,2475 +"45346",10727,49147,2,2082,2539 +"45347",10727,55436,3,2082,2513 +"45348",10727,59470,3,2082,2393 +"45349",10739,2418,3,1807,2020 +"45350",10739,2424,3,1807,2582 +"45351",10739,2747,3,1807,2411 +"45352",10739,2852,3,1807,2448 +"45353",10739,3564,3,1807,2717 +"45354",10739,4669,3,1807,2395 +"45355",10739,6697,3,1807,2438 +"45356",10739,7355,3,1807,1928 +"45357",10739,8568,3,1807,2706 +"45358",10739,11136,3,1807,2573 +"45359",10739,11588,3,1807,2352 +"45360",10739,15207,3,1807,1855 +"45361",10739,16286,3,1807,2470 +"45362",10739,16539,3,1807,1947 +"45363",10739,16595,1,1807,2352 +"45364",10739,21209,3,1807,2184 +"45365",10739,27390,3,1807,2425 +"45366",10739,28869,3,1807,2425 +"45367",10739,30525,3,1807,1964 +"45368",10739,33341,3,1807,2338 +"45369",10739,35822,3,1807,1903 +"45370",10739,36031,3,1807,2342 +"45371",10739,37636,3,1807,2178 +"45372",10739,39418,3,1807,1978 +"45373",10739,39534,3,1807,2410 +"45374",10739,45729,3,1807,2606 +"45375",10739,49347,3,1807,2504 +"45376",10739,53051,3,1807,1940 +"45377",10739,59637,3,1807,2141 +"45378",10739,65223,3,1807,2724 +"45379",10739,77052,3,1807,2770 +"45380",10739,81164,3,1807,2260 +"45381",10739,89681,3,1807,1978 +"45382",10744,1639,3,955,2631 +"45383",10744,2208,3,955,2814 +"45384",10744,3164,3,955,2693 +"45385",10744,4317,2,955,1224 +"45386",10744,4567,3,955,2348 +"45387",10744,5346,3,955,1438 +"45388",10744,6030,3,955,2953 +"45389",10744,7506,3,955,2371 +"45390",10744,7759,3,955,2844 +"45391",10744,10851,1,955,2423 +"45392",10744,13249,3,955,2573 +"45393",10744,14108,3,955,2012 +"45394",10744,15207,3,955,1855 +"45395",10744,15632,3,955,1242 +"45396",10744,15808,3,955,1521 +"45397",10744,16608,3,955,1769 +"45398",10744,18825,3,955,1240 +"45399",10744,20874,3,955,1580 +"45400",10744,22543,2,955,1594 +"45401",10744,22566,3,955,2308 +"45402",10744,22682,3,955,2035 +"45403",10744,23112,3,955,1192 +"45404",10744,23825,3,955,1913 +"45405",10744,28050,3,955,1955 +"45406",10744,28168,3,955,2702 +"45407",10744,30943,3,955,2287 +"45408",10744,33672,3,955,2396 +"45409",10744,40368,3,955,2876 +"45410",10744,44135,2,955,2620 +"45411",10744,45776,2,955,1195 +"45412",10744,46803,3,955,2305 +"45413",10744,50275,3,955,2832 +"45414",10744,52154,3,955,1722 +"45415",10744,55076,2,955,2408 +"45416",10744,57246,3,955,1873 +"45417",10744,64857,3,955,1792 +"45418",10744,69250,1,955,1439 +"45419",10744,77550,3,955,1548 +"45420",10744,94520,3,955,1243 +"45421",10746,613,3,1506,2687 +"45422",10746,997,3,1506,2788 +"45423",10746,3242,3,1506,1730 +"45424",10746,4696,3,1506,2656 +"45425",10746,5839,3,1506,2301 +"45426",10746,6241,2,1506,2264 +"45427",10746,7861,3,1506,1647 +"45428",10746,8621,3,1506,1681 +"45429",10746,9362,3,1506,2879 +"45430",10746,9702,3,1506,1928 +"45431",10746,10859,1,1506,2231 +"45432",10746,12542,2,1506,1888 +"45433",10746,12929,3,1506,2656 +"45434",10746,19174,3,1506,1595 +"45435",10746,20563,3,1506,2267 +"45436",10746,28892,3,1506,2023 +"45437",10746,33991,3,1506,2249 +"45438",10746,35069,3,1506,2069 +"45439",10746,35360,2,1506,2043 +"45440",10746,35888,3,1506,2291 +"45441",10746,39278,3,1506,1952 +"45442",10746,40913,3,1506,1800 +"45443",10746,49560,3,1506,1679 +"45444",10746,53342,3,1506,2071 +"45445",10746,62832,2,1506,2606 +"45446",10746,81014,3,1506,1925 +"45447",10746,84790,3,1506,1708 +"45448",10746,84799,2,1506,2656 +"45449",10746,85736,3,1506,1601 +"45450",10754,728,1,1797,1812 +"45451",10754,2139,3,1797,2502 +"45452",10754,3127,2,1797,2273 +"45453",10754,3978,3,1797,2775 +"45454",10754,4303,3,1797,2414 +"45455",10754,6989,3,1797,2623 +"45456",10754,7014,3,1797,2401 +"45457",10754,7252,3,1797,2799 +"45458",10754,8726,3,1797,2083 +"45459",10754,8865,3,1797,2394 +"45460",10754,9503,3,1797,2453 +"45461",10754,9787,3,1797,2858 +"45462",10754,11136,3,1797,2573 +"45463",10754,11563,3,1797,1863 +"45464",10754,14817,3,1797,2110 +"45465",10754,17645,3,1797,1918 +"45466",10754,18005,3,1797,2449 +"45467",10754,18965,3,1797,2315 +"45468",10754,19433,3,1797,2504 +"45469",10754,21324,3,1797,2413 +"45470",10754,27908,3,1797,2576 +"45471",10754,30669,3,1797,1921 +"45472",10754,31117,3,1797,2210 +"45473",10754,36953,2,1797,2790 +"45474",10754,37279,3,1797,2768 +"45475",10754,39062,3,1797,2020 +"45476",10754,39534,3,1797,2410 +"45477",10754,40035,3,1797,2742 +"45478",10754,40572,2,1797,2666 +"45479",10754,42813,2,1797,2142 +"45480",10754,45729,3,1797,2606 +"45481",10754,46486,1,1797,1868 +"45482",10754,47595,3,1797,2374 +"45483",10754,47965,3,1797,2232 +"45484",10754,50335,3,1797,1893 +"45485",10754,50585,3,1797,2414 +"45486",10754,51687,3,1797,2333 +"45487",10754,53739,3,1797,2704 +"45488",10754,92850,3,1797,1971 +"45489",10755,1570,1,1742,2028 +"45490",10755,7648,2,1742,1861 +"45491",10755,9273,3,1742,1747 +"45492",10755,10756,1,1742,2207 +"45493",10755,12598,3,1742,2086 +"45494",10755,14442,2,1742,2700 +"45495",10755,16184,3,1742,2274 +"45496",10755,17768,2,1742,2468 +"45497",10755,24867,3,1742,1861 +"45498",10755,25053,3,1742,2186 +"45499",10755,31281,3,1742,1937 +"45500",10755,36996,3,1742,2321 +"45501",10755,59289,2,1742,2896 +"45502",10755,104281,3,1742,2228 +"45503",10756,14442,3,2207,2700 +"45504",10756,16184,3,2207,2274 +"45505",10756,17768,3,2207,2468 +"45506",10756,36996,3,2207,2321 +"45507",10756,59289,3,2207,2896 +"45508",10766,61240,3,2647,2651 +"45509",10766,92297,3,2647,2952 +"45510",10779,16195,3,2881,2964 +"45511",10779,17499,3,2881,2954 +"45512",10779,36574,3,2881,2934 +"45513",10799,543,3,2010,2203 +"45514",10799,1616,3,2010,2662 +"45515",10799,1692,3,2010,2443 +"45516",10799,2484,3,2010,2389 +"45517",10799,3161,3,2010,2229 +"45518",10799,3488,3,2010,2351 +"45519",10799,4191,3,2010,2130 +"45520",10799,4980,3,2010,2093 +"45521",10799,5078,3,2010,2033 +"45522",10799,5148,3,2010,2206 +"45523",10799,5457,3,2010,2077 +"45524",10799,5462,3,2010,2374 +"45525",10799,5504,3,2010,2389 +"45526",10799,5725,3,2010,2789 +"45527",10799,6023,3,2010,2050 +"45528",10799,6390,3,2010,2385 +"45529",10799,7323,3,2010,2858 +"45530",10799,8327,3,2010,2527 +"45531",10799,8533,3,2010,2251 +"45532",10799,9311,3,2010,2477 +"45533",10799,11055,3,2010,2111 +"45534",10799,11506,3,2010,2824 +"45535",10799,12713,2,2010,2440 +"45536",10799,12976,3,2010,2399 +"45537",10799,13929,3,2010,2693 +"45538",10799,15299,3,2010,2213 +"45539",10799,17410,2,2010,2073 +"45540",10799,19516,3,2010,2313 +"45541",10799,20700,3,2010,2861 +"45542",10799,23704,3,2010,2278 +"45543",10799,26436,3,2010,2489 +"45544",10799,28285,3,2010,2972 +"45545",10799,29095,3,2010,2531 +"45546",10799,32449,3,2010,2091 +"45547",10799,33801,3,2010,2899 +"45548",10799,35256,3,2010,2271 +"45549",10799,36136,3,2010,2338 +"45550",10799,36559,2,2010,2473 +"45551",10799,36962,3,2010,2861 +"45552",10799,37418,2,2010,2710 +"45553",10799,37570,3,2010,2389 +"45554",10799,41978,3,2010,2824 +"45555",10799,44235,3,2010,2700 +"45556",10799,45715,3,2010,2287 +"45557",10799,47947,2,2010,2681 +"45558",10799,51410,2,2010,2739 +"45559",10799,51626,3,2010,2494 +"45560",10799,53475,3,2010,2853 +"45561",10799,55156,2,2010,2196 +"45562",10799,55691,3,2010,2856 +"45563",10799,59005,3,2010,2817 +"45564",10799,61458,3,2010,2630 +"45565",10799,68810,2,2010,2409 +"45566",10799,78563,2,2010,2385 +"45567",10799,85430,3,2010,2370 +"45568",10803,160,3,545,2007 +"45569",10803,860,3,545,1258 +"45570",10803,1314,3,545,1522 +"45571",10803,1519,3,545,2349 +"45572",10803,1520,3,545,1716 +"45573",10803,1523,3,545,2048 +"45574",10803,1641,3,545,1490 +"45575",10803,2190,3,545,2359 +"45576",10803,2418,2,545,2020 +"45577",10803,2446,3,545,2606 +"45578",10803,2667,3,545,2819 +"45579",10803,2747,2,545,2411 +"45580",10803,2852,3,545,2448 +"45581",10803,3493,3,545,2451 +"45582",10803,3520,3,545,2281 +"45583",10803,4665,1,545,1569 +"45584",10803,4669,3,545,2395 +"45585",10803,4831,3,545,2365 +"45586",10803,6133,3,545,1229 +"45587",10803,7252,3,545,2799 +"45588",10803,8568,3,545,2706 +"45589",10803,8610,3,545,2240 +"45590",10803,8791,3,545,1789 +"45591",10803,9060,3,545,1612 +"45592",10803,9227,3,545,1267 +"45593",10803,9503,2,545,2453 +"45594",10803,9787,2,545,2858 +"45595",10803,10050,3,545,1792 +"45596",10803,10453,3,545,1656 +"45597",10803,11588,3,545,2352 +"45598",10803,12781,3,545,831 +"45599",10803,13537,3,545,1020 +"45600",10803,14287,3,545,1583 +"45601",10803,14599,2,545,1118 +"45602",10803,14749,3,545,1998 +"45603",10803,14817,3,545,2110 +"45604",10803,14959,3,545,2898 +"45605",10803,14998,3,545,1553 +"45606",10803,15826,3,545,2772 +"45607",10803,16021,3,545,858 +"45608",10803,16286,3,545,2470 +"45609",10803,16501,3,545,1650 +"45610",10803,16502,3,545,1616 +"45611",10803,16690,2,545,2132 +"45612",10803,16796,3,545,1892 +"45613",10803,17033,3,545,2771 +"45614",10803,17037,3,545,2947 +"45615",10803,17456,3,545,1300 +"45616",10803,19447,3,545,969 +"45617",10803,19587,3,545,1684 +"45618",10803,20155,3,545,1517 +"45619",10803,20984,3,545,2502 +"45620",10803,21209,3,545,2184 +"45621",10803,21575,3,545,1762 +"45622",10803,22723,3,545,2859 +"45623",10803,23131,2,545,1732 +"45624",10803,23206,3,545,2805 +"45625",10803,23597,3,545,1080 +"45626",10803,24069,2,545,2697 +"45627",10803,25163,3,545,1751 +"45628",10803,27545,3,545,855 +"45629",10803,27742,3,545,2700 +"45630",10803,27882,3,545,1897 +"45631",10803,27914,3,545,2507 +"45632",10803,28051,3,545,2089 +"45633",10803,28869,3,545,2425 +"45634",10803,29311,3,545,1849 +"45635",10803,29436,3,545,1718 +"45636",10803,29825,3,545,2603 +"45637",10803,30034,3,545,2357 +"45638",10803,30368,3,545,2487 +"45639",10803,30525,2,545,1964 +"45640",10803,31541,3,545,1500 +"45641",10803,31676,3,545,1598 +"45642",10803,31868,3,545,1993 +"45643",10803,32240,3,545,706 +"45644",10803,32424,3,545,848 +"45645",10803,33236,3,545,2297 +"45646",10803,35728,3,545,2017 +"45647",10803,36346,3,545,1240 +"45648",10803,38532,3,545,1234 +"45649",10803,39534,3,545,2410 +"45650",10803,39800,3,545,802 +"45651",10803,39987,3,545,2096 +"45652",10803,41633,2,545,1976 +"45653",10803,42256,3,545,2839 +"45654",10803,42562,1,545,1195 +"45655",10803,42852,3,545,1316 +"45656",10803,44181,3,545,1034 +"45657",10803,44433,3,545,2224 +"45658",10803,44603,3,545,2748 +"45659",10803,44971,3,545,955 +"45660",10803,50278,2,545,1127 +"45661",10803,50354,3,545,1299 +"45662",10803,51151,3,545,1195 +"45663",10803,51879,3,545,1771 +"45664",10803,54924,2,545,2603 +"45665",10803,56936,3,545,1519 +"45666",10803,56995,3,545,2323 +"45667",10803,58501,2,545,2613 +"45668",10803,58655,3,545,2685 +"45669",10803,58759,3,545,942 +"45670",10803,61125,3,545,1673 +"45671",10803,61541,3,545,2699 +"45672",10803,62438,3,545,802 +"45673",10803,63623,3,545,1394 +"45674",10803,63641,3,545,2337 +"45675",10803,63644,3,545,1267 +"45676",10803,70656,3,545,2771 +"45677",10803,74370,3,545,1667 +"45678",10803,74605,3,545,2265 +"45679",10803,76369,1,545,583 +"45680",10803,78740,3,545,1515 +"45681",10803,82932,3,545,2245 +"45682",10803,87142,3,545,591 +"45683",10803,87907,3,545,1173 +"45684",10803,91806,3,545,969 +"45685",10803,91942,3,545,2216 +"45686",10803,92784,2,545,1257 +"45687",10803,107496,3,545,1572 +"45688",10803,110398,3,545,601 +"45689",10803,111208,3,545,847 +"45690",10803,111790,3,545,905 +"45691",10836,36559,3,2215,2473 +"45692",10836,47248,3,2215,2883 +"45693",10836,47947,3,2215,2681 +"45694",10836,51626,2,2215,2494 +"45695",10836,51783,3,2215,2599 +"45696",10843,602,3,2277,2632 +"45697",10843,1616,3,2277,2662 +"45698",10843,2424,3,2277,2582 +"45699",10843,2484,3,2277,2389 +"45700",10843,3011,3,2277,2278 +"45701",10843,4701,3,2277,2401 +"45702",10843,7847,3,2277,2424 +"45703",10843,9311,1,2277,2477 +"45704",10843,12703,3,2277,2689 +"45705",10843,12976,2,2277,2399 +"45706",10843,13249,3,2277,2573 +"45707",10843,13601,3,2277,2689 +"45708",10843,14959,3,2277,2898 +"45709",10843,15184,3,2277,2396 +"45710",10843,15626,1,2277,2434 +"45711",10843,17819,3,2277,2291 +"45712",10843,19862,3,2277,2412 +"45713",10843,20124,3,2277,2376 +"45714",10843,21448,2,2277,2332 +"45715",10843,26218,3,2277,2460 +"45716",10843,28982,3,2277,2746 +"45717",10843,29095,3,2277,2531 +"45718",10843,30906,2,2277,2537 +"45719",10843,33433,1,2277,2805 +"45720",10843,33801,3,2277,2899 +"45721",10843,35888,3,2277,2291 +"45722",10843,38755,2,2277,2902 +"45723",10843,39534,3,2277,2410 +"45724",10843,49696,1,2277,2444 +"45725",10843,51853,2,2277,2520 +"45726",10843,53475,3,2277,2853 +"45727",10843,55643,2,2277,2359 +"45728",10843,58993,3,2277,2390 +"45729",10843,59113,1,2277,2434 +"45730",10843,78563,3,2277,2385 +"45731",10843,79627,3,2277,2409 +"45732",10843,87144,2,2277,2299 +"45733",10851,9362,3,2423,2879 +"45734",10851,13249,2,2423,2573 +"45735",10851,39135,3,2423,2489 +"45736",10851,44135,3,2423,2620 +"45737",10857,270,2,2253,2542 +"45738",10857,380,2,2253,2261 +"45739",10857,470,3,2253,2285 +"45740",10857,1102,2,2253,2282 +"45741",10857,1226,3,2253,2353 +"45742",10857,1315,3,2253,2760 +"45743",10857,2289,3,2253,2389 +"45744",10857,2424,3,2253,2582 +"45745",10857,2484,3,2253,2389 +"45746",10857,2572,3,2253,2273 +"45747",10857,3477,3,2253,2546 +"45748",10857,3493,3,2253,2451 +"45749",10857,3966,3,2253,2425 +"45750",10857,4567,3,2253,2348 +"45751",10857,4953,3,2253,2285 +"45752",10857,6063,3,2253,2349 +"45753",10857,6074,3,2253,2426 +"45754",10857,7234,2,2253,2654 +"45755",10857,9928,3,2253,2345 +"45756",10857,10513,3,2253,2284 +"45757",10857,10890,3,2253,2639 +"45758",10857,11218,2,2253,2292 +"45759",10857,11477,3,2253,2724 +"45760",10857,11966,3,2253,2385 +"45761",10857,12035,3,2253,2721 +"45762",10857,12042,2,2253,2345 +"45763",10857,14507,3,2253,2686 +"45764",10857,14655,3,2253,2559 +"45765",10857,15184,3,2253,2396 +"45766",10857,15301,3,2253,2308 +"45767",10857,16332,3,2253,2668 +"45768",10857,16352,3,2253,2657 +"45769",10857,16826,2,2253,2599 +"45770",10857,17264,3,2253,2528 +"45771",10857,18394,3,2253,2356 +"45772",10857,19027,3,2253,2721 +"45773",10857,19248,3,2253,2357 +"45774",10857,19622,2,2253,2371 +"45775",10857,19862,3,2253,2412 +"45776",10857,20124,2,2253,2376 +"45777",10857,20563,3,2253,2267 +"45778",10857,21012,3,2253,2325 +"45779",10857,21571,3,2253,2755 +"45780",10857,22326,3,2253,2818 +"45781",10857,23725,1,2253,2378 +"45782",10857,24825,3,2253,2686 +"45783",10857,25305,3,2253,2447 +"45784",10857,25971,3,2253,2608 +"45785",10857,26080,3,2253,2525 +"45786",10857,26436,3,2253,2489 +"45787",10857,26848,3,2253,2363 +"45788",10857,27753,3,2253,2750 +"45789",10857,31436,3,2253,2892 +"45790",10857,32567,3,2253,2784 +"45791",10857,33223,3,2253,2397 +"45792",10857,34480,1,2253,2755 +"45793",10857,34735,3,2253,2767 +"45794",10857,35926,3,2253,2371 +"45795",10857,38227,3,2253,2511 +"45796",10857,39906,3,2253,2365 +"45797",10857,42216,3,2253,2722 +"45798",10857,42783,3,2253,2338 +"45799",10857,43455,3,2253,2846 +"45800",10857,43518,3,2253,2680 +"45801",10857,44676,2,2253,2629 +"45802",10857,46629,2,2253,2255 +"45803",10857,47772,3,2253,2293 +"45804",10857,47857,3,2253,2325 +"45805",10857,50134,3,2253,2674 +"45806",10857,50236,3,2253,2339 +"45807",10857,50785,3,2253,2877 +"45808",10857,51041,3,2253,2606 +"45809",10857,54551,1,2253,2348 +"45810",10857,54740,3,2253,2750 +"45811",10857,54929,3,2253,2783 +"45812",10857,56082,2,2253,2395 +"45813",10857,56237,3,2253,2625 +"45814",10857,61982,3,2253,2725 +"45815",10857,62841,3,2253,2710 +"45816",10857,64793,3,2253,2819 +"45817",10857,72207,2,2253,2430 +"45818",10857,72326,3,2253,2384 +"45819",10857,76048,3,2253,2373 +"45820",10857,76892,3,2253,2381 +"45821",10857,79322,3,2253,2770 +"45822",10857,82929,2,2253,2475 +"45823",10857,83396,3,2253,2396 +"45824",10859,613,3,2231,2687 +"45825",10859,4696,2,2231,2656 +"45826",10859,5504,3,2231,2389 +"45827",10859,5839,3,2231,2301 +"45828",10859,6241,1,2231,2264 +"45829",10859,8533,3,2231,2251 +"45830",10859,12929,3,2231,2656 +"45831",10859,18366,3,2231,2699 +"45832",10859,20563,2,2231,2267 +"45833",10859,26516,3,2231,2479 +"45834",10859,27753,3,2231,2750 +"45835",10859,28285,3,2231,2972 +"45836",10859,28826,3,2231,2627 +"45837",10859,35888,2,2231,2291 +"45838",10859,37418,3,2231,2710 +"45839",10859,39799,3,2231,2344 +"45840",10859,42333,3,2231,2234 +"45841",10859,45729,3,2231,2606 +"45842",10859,45886,3,2231,2449 +"45843",10859,47362,3,2231,2253 +"45844",10859,55256,3,2231,2379 +"45845",10859,57405,3,2231,2344 +"45846",10859,57977,3,2231,2683 +"45847",10859,62832,3,2231,2606 +"45848",10859,70046,3,2231,2624 +"45849",10859,74095,3,2231,2333 +"45850",10859,74156,3,2231,2279 +"45851",10859,84799,1,2231,2656 +"45852",10859,93481,3,2231,2311 +"45853",10861,47055,2,1189,1525 +"45854",10870,3477,3,1755,2546 +"45855",10870,3947,3,1755,2067 +"45856",10870,3966,3,1755,2425 +"45857",10870,4303,3,1755,2414 +"45858",10870,5315,3,1755,2631 +"45859",10870,6047,3,1755,2004 +"45860",10870,6063,3,1755,2349 +"45861",10870,6192,3,1755,2409 +"45862",10870,7029,3,1755,2204 +"45863",10870,7406,3,1755,1906 +"45864",10870,7616,3,1755,2296 +"45865",10870,10310,3,1755,2774 +"45866",10870,10358,3,1755,2294 +"45867",10870,11103,2,1755,2393 +"45868",10870,11239,3,1755,2181 +"45869",10870,11493,2,1755,2077 +"45870",10870,12388,3,1755,1975 +"45871",10870,14032,3,1755,2144 +"45872",10870,16352,3,1755,2657 +"45873",10870,16539,3,1755,1947 +"45874",10870,18005,3,1755,2449 +"45875",10870,18165,2,1755,2085 +"45876",10870,18344,3,1755,2204 +"45877",10870,19605,3,1755,2395 +"45878",10870,20331,3,1755,2365 +"45879",10870,22893,3,1755,1938 +"45880",10870,23460,3,1755,2183 +"45881",10870,24256,2,1755,2393 +"45882",10870,24568,3,1755,1937 +"45883",10870,24753,3,1755,2860 +"45884",10870,25325,3,1755,2963 +"45885",10870,27195,2,1755,2158 +"45886",10870,27379,3,1755,2461 +"45887",10870,29917,3,1755,1962 +"45888",10870,29930,1,1755,2240 +"45889",10870,31705,3,1755,2706 +"45890",10870,33184,3,1755,2522 +"45891",10870,33223,3,1755,2397 +"45892",10870,34735,3,1755,2767 +"45893",10870,36574,3,1755,2934 +"45894",10870,36953,3,1755,2790 +"45895",10870,41278,3,1755,1873 +"45896",10870,41664,3,1755,2641 +"45897",10870,41770,3,1755,2752 +"45898",10870,41955,3,1755,2479 +"45899",10870,42574,3,1755,2842 +"45900",10870,46486,3,1755,1868 +"45901",10870,49334,3,1755,2433 +"45902",10870,52815,3,1755,2323 +"45903",10870,53219,3,1755,2973 +"45904",10870,63409,3,1755,1937 +"45905",10870,73305,3,1755,2544 +"45906",10870,77611,3,1755,1795 +"45907",10870,117956,3,1755,2774 +"45908",10871,2684,3,2314,2874 +"45909",10871,3620,3,2314,2955 +"45910",10871,9893,3,2314,2701 +"45911",10871,12042,3,2314,2345 +"45912",10871,13985,3,2314,2484 +"45913",10871,19248,3,2314,2357 +"45914",10871,23011,3,2314,2763 +"45915",10871,23132,3,2314,2756 +"45916",10871,31124,1,2314,2351 +"45917",10871,51041,3,2314,2606 +"45918",10871,51410,2,2314,2739 +"45919",10871,54695,3,2314,2429 +"45920",10871,54929,3,2314,2783 +"45921",10871,59022,1,2314,2494 +"45922",10871,67652,3,2314,2736 +"45923",10874,42,3,1891,2265 +"45924",10874,206,3,1891,1986 +"45925",10874,313,3,1891,2271 +"45926",10874,362,3,1891,2537 +"45927",10874,377,3,1891,2389 +"45928",10874,543,3,1891,2203 +"45929",10874,671,3,1891,2328 +"45930",10874,823,3,1891,2840 +"45931",10874,1090,3,1891,2370 +"45932",10874,1092,3,1891,1945 +"45933",10874,1151,3,1891,2885 +"45934",10874,1321,2,1891,2075 +"45935",10874,1495,1,1891,2046 +"45936",10874,1616,2,1891,2662 +"45937",10874,1777,3,1891,1965 +"45938",10874,2036,3,1891,2483 +"45939",10874,2166,3,1891,2557 +"45940",10874,2195,3,1891,2139 +"45941",10874,2484,3,1891,2389 +"45942",10874,2766,1,1891,1920 +"45943",10874,3161,3,1891,2229 +"45944",10874,3853,2,1891,2465 +"45945",10874,4057,3,1891,2389 +"45946",10874,4763,1,1891,1960 +"45947",10874,5072,3,1891,2175 +"45948",10874,5078,3,1891,2033 +"45949",10874,5429,3,1891,1991 +"45950",10874,5457,3,1891,2077 +"45951",10874,5462,3,1891,2374 +"45952",10874,5504,3,1891,2389 +"45953",10874,5622,2,1891,2175 +"45954",10874,5669,3,1891,2502 +"45955",10874,5710,3,1891,1926 +"45956",10874,5725,3,1891,2789 +"45957",10874,6363,3,1891,2066 +"45958",10874,7078,2,1891,2344 +"45959",10874,7180,3,1891,2227 +"45960",10874,7323,3,1891,2858 +"45961",10874,8760,3,1891,2477 +"45962",10874,9311,3,1891,2477 +"45963",10874,9893,3,1891,2701 +"45964",10874,10513,3,1891,2284 +"45965",10874,10638,3,1891,2692 +"45966",10874,10843,3,1891,2277 +"45967",10874,10857,2,1891,2253 +"45968",10874,11006,3,1891,1950 +"45969",10874,11055,3,1891,2111 +"45970",10874,11218,3,1891,2292 +"45971",10874,12775,3,1891,1982 +"45972",10874,12976,3,1891,2399 +"45973",10874,13601,3,1891,2689 +"45974",10874,13639,3,1891,2887 +"45975",10874,15184,1,1891,2396 +"45976",10874,15560,3,1891,2257 +"45977",10874,15626,2,1891,2434 +"45978",10874,16332,3,1891,2668 +"45979",10874,16497,3,1891,2370 +"45980",10874,16727,3,1891,2164 +"45981",10874,16863,3,1891,2069 +"45982",10874,17400,3,1891,2231 +"45983",10874,17520,3,1891,2276 +"45984",10874,19027,1,1891,2721 +"45985",10874,19248,3,1891,2357 +"45986",10874,19528,2,1891,2742 +"45987",10874,19622,3,1891,2371 +"45988",10874,19719,3,1891,2177 +"45989",10874,20124,3,1891,2376 +"45990",10874,20700,2,1891,2861 +"45991",10874,20783,3,1891,2414 +"45992",10874,22216,3,1891,1956 +"45993",10874,23508,3,1891,1907 +"45994",10874,23725,3,1891,2378 +"45995",10874,24255,3,1891,2770 +"45996",10874,25198,3,1891,1982 +"45997",10874,26608,2,1891,2329 +"45998",10874,28050,3,1891,1955 +"45999",10874,28218,2,1891,2048 +"46000",10874,31799,2,1891,2547 +"46001",10874,32516,3,1891,2050 +"46002",10874,33160,3,1891,2441 +"46003",10874,33433,3,1891,2805 +"46004",10874,33572,3,1891,2370 +"46005",10874,34327,3,1891,2959 +"46006",10874,34480,3,1891,2755 +"46007",10874,34693,3,1891,1938 +"46008",10874,35256,3,1891,2271 +"46009",10874,36559,3,1891,2473 +"46010",10874,37570,3,1891,2389 +"46011",10874,43213,3,1891,2160 +"46012",10874,45684,3,1891,2200 +"46013",10874,47098,2,1891,2057 +"46014",10874,47772,3,1891,2293 +"46015",10874,50252,2,1891,2001 +"46016",10874,50785,3,1891,2877 +"46017",10874,51853,2,1891,2520 +"46018",10874,53293,3,1891,2916 +"46019",10874,53789,3,1891,2681 +"46020",10874,54551,2,1891,2348 +"46021",10874,56082,3,1891,2395 +"46022",10874,57977,3,1891,2683 +"46023",10874,59113,3,1891,2434 +"46024",10874,59205,2,1891,2387 +"46025",10874,61982,3,1891,2725 +"46026",10874,63477,3,1891,1907 +"46027",10874,65029,2,1891,2954 +"46028",10874,76048,3,1891,2373 +"46029",10874,78563,3,1891,2385 +"46030",10874,79322,3,1891,2770 +"46031",10874,82949,3,1891,2077 +"46032",10874,86799,2,1891,1951 +"46033",10875,23,3,1234,1682 +"46034",10875,671,2,1234,2328 +"46035",10875,733,3,1234,1653 +"46036",10875,803,3,1234,1666 +"46037",10875,1046,3,1234,1881 +"46038",10875,1130,3,1234,1566 +"46039",10875,1201,3,1234,2489 +"46040",10875,1367,3,1234,2176 +"46041",10875,1592,3,1234,2006 +"46042",10875,2063,3,1234,1278 +"46043",10875,2524,3,1234,1708 +"46044",10875,2743,3,1234,1278 +"46045",10875,2954,3,1234,2727 +"46046",10875,3088,3,1234,1670 +"46047",10875,3164,3,1234,2693 +"46048",10875,3242,3,1234,1730 +"46049",10875,3352,2,1234,1707 +"46050",10875,4191,3,1234,2130 +"46051",10875,4583,3,1234,2741 +"46052",10875,4618,2,1234,2607 +"46053",10875,5041,3,1234,2371 +"46054",10875,5346,3,1234,1438 +"46055",10875,5725,3,1234,2789 +"46056",10875,6821,3,1234,1788 +"46057",10875,7245,2,1234,2089 +"46058",10875,7555,3,1234,1943 +"46059",10875,8533,3,1234,2251 +"46060",10875,8621,3,1234,1681 +"46061",10875,9801,3,1234,2443 +"46062",10875,10148,2,1234,2964 +"46063",10875,10404,3,1234,2062 +"46064",10875,10890,3,1234,2639 +"46065",10875,11625,3,1234,2022 +"46066",10875,12084,3,1234,1960 +"46067",10875,12096,1,1234,1330 +"46068",10875,12867,3,1234,2773 +"46069",10875,13248,2,1234,1385 +"46070",10875,13801,2,1234,2041 +"46071",10875,13837,3,1234,1604 +"46072",10875,13920,3,1234,1709 +"46073",10875,13929,3,1234,2693 +"46074",10875,13945,3,1234,1324 +"46075",10875,15207,3,1234,1855 +"46076",10875,15607,3,1234,1421 +"46077",10875,17357,3,1234,1536 +"46078",10875,17728,3,1234,1542 +"46079",10875,18348,3,1234,1711 +"46080",10875,18415,2,1234,2184 +"46081",10875,18965,2,1234,2315 +"46082",10875,19027,3,1234,2721 +"46083",10875,20563,3,1234,2267 +"46084",10875,20643,2,1234,2341 +"46085",10875,20783,2,1234,2414 +"46086",10875,20824,3,1234,1366 +"46087",10875,22964,3,1234,1443 +"46088",10875,23508,3,1234,1907 +"46089",10875,23509,3,1234,2275 +"46090",10875,24755,2,1234,1319 +"46091",10875,24923,3,1234,2785 +"46092",10875,25129,3,1234,2647 +"46093",10875,25341,2,1234,1858 +"46094",10875,25643,3,1234,1646 +"46095",10875,26282,3,1234,1241 +"46096",10875,26436,3,1234,2489 +"46097",10875,26516,3,1234,2479 +"46098",10875,26570,2,1234,1669 +"46099",10875,27753,3,1234,2750 +"46100",10875,30438,3,1234,1617 +"46101",10875,31050,3,1234,1491 +"46102",10875,31696,2,1234,1595 +"46103",10875,31799,3,1234,2547 +"46104",10875,32173,3,1234,2341 +"46105",10875,34492,3,1234,1798 +"46106",10875,34509,3,1234,1973 +"46107",10875,35256,3,1234,2271 +"46108",10875,36450,3,1234,1591 +"46109",10875,36962,3,1234,2861 +"46110",10875,37836,3,1234,1369 +"46111",10875,38162,3,1234,1691 +"46112",10875,38259,3,1234,2258 +"46113",10875,38449,3,1234,1802 +"46114",10875,40293,3,1234,1671 +"46115",10875,42175,2,1234,1594 +"46116",10875,44427,3,1234,2875 +"46117",10875,45633,3,1234,2134 +"46118",10875,45715,3,1234,2287 +"46119",10875,46621,3,1234,1343 +"46120",10875,47082,2,1234,1990 +"46121",10875,49144,3,1234,1542 +"46122",10875,51022,3,1234,1499 +"46123",10875,51410,3,1234,2739 +"46124",10875,51516,3,1234,1361 +"46125",10875,52203,3,1234,1961 +"46126",10875,53630,3,1234,1565 +"46127",10875,53924,2,1234,1289 +"46128",10875,54740,3,1234,2750 +"46129",10875,55691,2,1234,2856 +"46130",10875,56396,3,1234,2408 +"46131",10875,58035,2,1234,1646 +"46132",10875,60966,3,1234,2734 +"46133",10875,61337,3,1234,2777 +"46134",10875,61958,3,1234,2042 +"46135",10875,64031,3,1234,1295 +"46136",10875,64793,3,1234,2819 +"46137",10875,70046,3,1234,2624 +"46138",10875,82426,3,1234,1576 +"46139",10875,82767,2,1234,1641 +"46140",10875,85736,3,1234,1601 +"46141",10875,88232,3,1234,2881 +"46142",10875,94520,3,1234,1243 +"46143",10875,101482,2,1234,1300 +"46144",10875,109635,3,1234,1925 +"46145",10890,3305,3,2639,2839 +"46146",10890,5725,3,2639,2789 +"46147",10890,14507,3,2639,2686 +"46148",10890,27753,2,2639,2750 +"46149",10890,28285,3,2639,2972 +"46150",10890,34216,3,2639,2832 +"46151",10890,43455,3,2639,2846 +"46152",10890,51410,3,2639,2739 +"46153",10890,54740,2,2639,2750 +"46154",10890,55691,3,2639,2856 +"46155",10890,57977,3,2639,2683 +"46156",10890,61982,3,2639,2725 +"46157",10890,64793,2,2639,2819 +"46158",10905,237,3,1552,1982 +"46159",10905,2759,3,1552,2030 +"46160",10905,4730,2,1552,2131 +"46161",10905,7269,3,1552,1728 +"46162",10905,7433,3,1552,2255 +"46163",10905,7443,3,1552,2028 +"46164",10905,10964,3,1552,2043 +"46165",10905,11029,3,1552,2362 +"46166",10905,11067,3,1552,2734 +"46167",10905,11506,3,1552,2824 +"46168",10905,18571,3,1552,2128 +"46169",10905,21180,3,1552,2762 +"46170",10905,21741,3,1552,1574 +"46171",10905,24195,3,1552,1575 +"46172",10905,30442,3,1552,2124 +"46173",10905,32939,3,1552,2277 +"46174",10905,34162,3,1552,2336 +"46175",10905,36136,3,1552,2338 +"46176",10905,45730,3,1552,2063 +"46177",10905,55775,3,1552,2385 +"46178",10905,57678,3,1552,2441 +"46179",10905,57804,3,1552,2214 +"46180",10905,60979,3,1552,1758 +"46181",10905,76132,2,1552,2426 +"46182",10905,76675,3,1552,1840 +"46183",10905,80630,3,1552,1946 +"46184",10908,9716,3,1134,1929 +"46185",10908,9808,3,1134,1648 +"46186",10908,10333,3,1134,1615 +"46187",10908,11429,3,1134,2520 +"46188",10908,12228,3,1134,2034 +"46189",10908,14025,1,1134,2384 +"46190",10908,14626,3,1134,2175 +"46191",10908,14654,3,1134,1692 +"46192",10908,15075,3,1134,2252 +"46193",10908,16771,3,1134,1541 +"46194",10908,17752,3,1134,1683 +"46195",10908,18855,1,1134,1362 +"46196",10908,26478,3,1134,1963 +"46197",10908,30404,3,1134,1810 +"46198",10908,32235,3,1134,2109 +"46199",10908,49621,3,1134,1915 +"46200",10908,53537,3,1134,2428 +"46201",10908,56737,3,1134,2270 +"46202",10908,69077,3,1134,1689 +"46203",10908,70656,3,1134,2771 +"46204",10908,72827,3,1134,1359 +"46205",10908,76230,3,1134,1223 +"46206",10908,79036,2,1134,2524 +"46207",10908,79822,2,1134,1508 +"46208",10908,82426,3,1134,1576 +"46209",10908,83007,3,1134,2727 +"46210",10908,84768,3,1134,1291 +"46211",10908,91631,3,1134,1899 +"46212",10908,93317,3,1134,1223 +"46213",10908,96349,2,1134,1874 +"46214",10908,101115,3,1134,1259 +"46215",10908,106224,3,1134,1300 +"46216",10911,10279,3,536,886 +"46217",10911,14091,3,536,929 +"46218",10911,15462,3,536,1141 +"46219",10911,19231,2,536,1424 +"46220",10911,19934,3,536,2888 +"46221",10911,23398,3,536,896 +"46222",10911,27320,3,536,2378 +"46223",10911,27882,3,536,1897 +"46224",10911,28893,3,536,2764 +"46225",10911,29495,3,536,1612 +"46226",10911,34997,3,536,591 +"46227",10911,36487,3,536,2622 +"46228",10911,37752,3,536,2223 +"46229",10911,38087,3,536,1083 +"46230",10911,38373,3,536,1928 +"46231",10911,39589,3,536,1292 +"46232",10911,40003,3,536,936 +"46233",10911,44074,2,536,1299 +"46234",10911,47968,3,536,2829 +"46235",10911,51151,3,536,1195 +"46236",10911,59683,3,536,2068 +"46237",10911,62712,3,536,2884 +"46238",10911,81716,3,536,1199 +"46239",10911,82252,3,536,1248 +"46240",10911,82341,3,536,1515 +"46241",10914,1692,3,1660,2443 +"46242",10914,1897,3,1660,1727 +"46243",10914,2093,3,1660,2459 +"46244",10914,2221,3,1660,2092 +"46245",10914,2288,3,1660,1870 +"46246",10914,2418,3,1660,2020 +"46247",10914,2759,2,1660,2030 +"46248",10914,3271,3,1660,2216 +"46249",10914,4730,3,1660,2131 +"46250",10914,5055,3,1660,1796 +"46251",10914,5839,2,1660,2301 +"46252",10914,5971,3,1660,1985 +"46253",10914,6627,2,1660,2063 +"46254",10914,6824,3,1660,2680 +"46255",10914,7269,1,1660,1728 +"46256",10914,7433,3,1660,2255 +"46257",10914,7443,3,1660,2028 +"46258",10914,9272,3,1660,2835 +"46259",10914,9620,2,1660,2339 +"46260",10914,9861,3,1660,2680 +"46261",10914,10495,3,1660,2230 +"46262",10914,10638,2,1660,2692 +"46263",10914,10799,3,1660,2010 +"46264",10914,10964,3,1660,2043 +"46265",10914,11067,3,1660,2734 +"46266",10914,11103,3,1660,2393 +"46267",10914,11319,3,1660,2073 +"46268",10914,11351,3,1660,2971 +"46269",10914,11506,1,1660,2824 +"46270",10914,15381,3,1660,2289 +"46271",10914,16594,3,1660,1755 +"46272",10914,18464,2,1660,2312 +"46273",10914,18571,2,1660,2128 +"46274",10914,18943,1,1660,2861 +"46275",10914,19605,3,1660,2395 +"46276",10914,19718,3,1660,1702 +"46277",10914,20007,2,1660,2971 +"46278",10914,20432,1,1660,1727 +"46279",10914,21180,3,1660,2762 +"46280",10914,21463,1,1660,2437 +"46281",10914,22297,3,1660,1904 +"46282",10914,27783,2,1660,2302 +"46283",10914,31164,1,1660,1996 +"46284",10914,32449,1,1660,2091 +"46285",10914,32988,3,1660,2008 +"46286",10914,34162,3,1660,2336 +"46287",10914,36136,1,1660,2338 +"46288",10914,39105,2,1660,2487 +"46289",10914,41978,2,1660,2824 +"46290",10914,43226,3,1660,2442 +"46291",10914,44403,3,1660,2429 +"46292",10914,45730,3,1660,2063 +"46293",10914,46951,2,1660,2429 +"46294",10914,47571,3,1660,1667 +"46295",10914,48110,3,1660,2009 +"46296",10914,53013,2,1660,2523 +"46297",10914,53697,3,1660,1909 +"46298",10914,55604,3,1660,2342 +"46299",10914,55775,3,1660,2385 +"46300",10914,56275,3,1660,2152 +"46301",10914,56338,2,1660,1818 +"46302",10914,58508,3,1660,2326 +"46303",10914,59005,2,1660,2817 +"46304",10914,59039,2,1660,2870 +"46305",10914,60979,3,1660,1758 +"46306",10914,66911,2,1660,1920 +"46307",10914,68592,3,1660,2551 +"46308",10914,69335,2,1660,2698 +"46309",10914,73266,3,1660,2496 +"46310",10914,76132,2,1660,2426 +"46311",10914,76675,2,1660,1840 +"46312",10914,80301,3,1660,1690 +"46313",10914,83396,3,1660,2396 +"46314",10914,104306,2,1660,1665 +"46315",10914,111034,3,1660,2131 +"46316",10914,115155,3,1660,1942 +"46317",10929,6218,2,76,702 +"46318",10929,14972,3,76,2332 +"46319",10929,19733,1,76,1907 +"46320",10929,39186,3,76,1258 +"46321",10929,40417,3,76,771 +"46322",10929,80219,3,76,988 +"46323",10929,89203,1,76,453 +"46324",10929,109476,3,76,353 +"46325",10929,110560,3,76,91 +"46326",10939,270,3,1376,2542 +"46327",10939,2111,3,1376,1904 +"46328",10939,5971,3,1376,1985 +"46329",10939,6588,3,1376,2025 +"46330",10939,6914,3,1376,2668 +"46331",10939,10488,3,1376,1524 +"46332",10939,10523,3,1376,1510 +"46333",10939,11229,3,1376,1625 +"46334",10939,12356,3,1376,2757 +"46335",10939,14325,3,1376,1976 +"46336",10939,14652,3,1376,2516 +"46337",10939,15700,3,1376,1712 +"46338",10939,18005,3,1376,2449 +"46339",10939,18563,3,1376,2715 +"46340",10939,20659,3,1376,1969 +"46341",10939,21225,2,1376,1945 +"46342",10939,26031,3,1376,1397 +"46343",10939,26793,3,1376,2104 +"46344",10939,26848,3,1376,2363 +"46345",10939,26867,3,1376,1804 +"46346",10939,35481,3,1376,2211 +"46347",10939,36609,3,1376,2918 +"46348",10939,40931,3,1376,2301 +"46349",10939,43153,3,1376,1381 +"46350",10939,43213,3,1376,2160 +"46351",10939,44521,3,1376,1593 +"46352",10939,45618,3,1376,2356 +"46353",10939,45650,3,1376,1528 +"46354",10939,45729,3,1376,2606 +"46355",10939,46629,3,1376,2255 +"46356",10939,50236,3,1376,2339 +"46357",10939,52136,3,1376,1412 +"46358",10939,56082,2,1376,2395 +"46359",10939,56237,3,1376,2625 +"46360",10939,56893,3,1376,2597 +"46361",10939,64947,3,1376,2489 +"46362",10939,67383,3,1376,1739 +"46363",10939,72207,3,1376,2430 +"46364",10939,75403,3,1376,1895 +"46365",10939,95011,3,1376,1986 +"46366",10939,105685,3,1376,2469 +"46367",10945,798,3,881,2476 +"46368",10945,999,3,881,2181 +"46369",10945,1386,3,881,1901 +"46370",10945,5971,3,881,1985 +"46371",10945,9030,3,881,1979 +"46372",10945,9620,3,881,2339 +"46373",10945,10914,3,881,1660 +"46374",10945,11127,3,881,1196 +"46375",10945,11419,1,881,1408 +"46376",10945,13201,3,881,2034 +"46377",10945,14669,3,881,2080 +"46378",10945,14772,3,881,2386 +"46379",10945,15343,3,881,2125 +"46380",10945,15598,3,881,2011 +"46381",10945,16029,3,881,1160 +"46382",10945,16959,3,881,888 +"46383",10945,17021,3,881,1226 +"46384",10945,17812,3,881,2705 +"46385",10945,17967,3,881,2125 +"46386",10945,18005,3,881,2449 +"46387",10945,21362,3,881,2515 +"46388",10945,21417,3,881,2422 +"46389",10945,23301,3,881,1611 +"46390",10945,29756,3,881,2051 +"46391",10945,29791,3,881,1986 +"46392",10945,32606,3,881,2100 +"46393",10945,33722,3,881,1225 +"46394",10945,34311,3,881,2213 +"46395",10945,35542,3,881,1439 +"46396",10945,35873,3,881,1377 +"46397",10945,36514,3,881,1192 +"46398",10945,37060,3,881,2840 +"46399",10945,38908,3,881,1787 +"46400",10945,40028,3,881,1349 +"46401",10945,42814,3,881,1149 +"46402",10945,44684,3,881,1220 +"46403",10945,45664,3,881,2235 +"46404",10945,51879,3,881,1771 +"46405",10945,52524,3,881,1197 +"46406",10945,55691,3,881,2856 +"46407",10945,61336,3,881,2218 +"46408",10945,68215,3,881,2727 +"46409",10945,73266,1,881,2496 +"46410",10945,80655,3,881,1546 +"46411",10945,86279,3,881,1076 +"46412",10945,89586,2,881,1401 +"46413",10945,90501,2,881,2380 +"46414",10945,93930,3,881,1268 +"46415",10945,112587,3,881,1003 +"46416",10945,117932,1,881,926 +"46417",10954,4932,3,2302,2752 +"46418",10954,45461,3,2302,2458 +"46419",10964,135,3,2043,2233 +"46420",10964,1692,3,2043,2443 +"46421",10964,4671,3,2043,2280 +"46422",10964,6234,3,2043,2654 +"46423",10964,11029,3,2043,2362 +"46424",10964,11067,1,2043,2734 +"46425",10964,11506,3,2043,2824 +"46426",10964,14972,3,2043,2332 +"46427",10964,18943,3,2043,2861 +"46428",10964,20162,3,2043,2328 +"46429",10964,21487,3,2043,2203 +"46430",10964,23121,3,2043,2108 +"46431",10964,26658,3,2043,2745 +"46432",10964,30981,3,2043,2366 +"46433",10964,32449,3,2043,2091 +"46434",10964,32939,2,2043,2277 +"46435",10964,35264,3,2043,2329 +"46436",10964,35620,3,2043,2092 +"46437",10964,36120,3,2043,2971 +"46438",10964,36506,3,2043,2638 +"46439",10964,38676,3,2043,2286 +"46440",10964,41978,3,2043,2824 +"46441",10964,42256,3,2043,2839 +"46442",10964,45585,3,2043,2384 +"46443",10964,46385,3,2043,2225 +"46444",10964,53530,3,2043,2380 +"46445",10964,57804,2,2043,2214 +"46446",10964,58284,3,2043,2292 +"46447",10964,59005,3,2043,2817 +"46448",10964,75607,2,2043,2245 +"46449",10974,267,3,896,2631 +"46450",10974,2894,3,896,1291 +"46451",10974,4723,3,896,1314 +"46452",10974,7703,3,896,2122 +"46453",10974,11103,3,896,2393 +"46454",10974,18464,3,896,2312 +"46455",10974,20070,3,896,1914 +"46456",10974,22207,3,896,2365 +"46457",10974,28626,3,896,2842 +"46458",10974,28635,3,896,2368 +"46459",10974,40565,3,896,2115 +"46460",10974,44403,3,896,2429 +"46461",10974,46680,3,896,1690 +"46462",10974,60879,3,896,2792 +"46463",10974,82270,1,896,1641 +"46464",10980,680,3,1974,2569 +"46465",10980,2206,3,1974,2536 +"46466",10980,3127,2,1974,2273 +"46467",10980,3978,3,1974,2775 +"46468",10980,4303,3,1974,2414 +"46469",10980,4669,3,1974,2395 +"46470",10980,5897,3,1974,2337 +"46471",10980,6989,3,1974,2623 +"46472",10980,7252,3,1974,2799 +"46473",10980,7942,3,1974,2623 +"46474",10980,8062,3,1974,2858 +"46475",10980,10239,3,1974,2032 +"46476",10980,10638,3,1974,2692 +"46477",10980,11429,3,1974,2520 +"46478",10980,11648,3,1974,2852 +"46479",10980,12759,3,1974,2414 +"46480",10980,12948,3,1974,2669 +"46481",10980,13136,3,1974,2867 +"46482",10980,16176,3,1974,2703 +"46483",10980,18005,3,1974,2449 +"46484",10980,19686,3,1974,2467 +"46485",10980,20563,3,1974,2267 +"46486",10980,21670,3,1974,2158 +"46487",10980,24086,3,1974,2663 +"46488",10980,25373,3,1974,2783 +"46489",10980,27742,3,1974,2700 +"46490",10980,27914,3,1974,2507 +"46491",10980,28869,2,1974,2425 +"46492",10980,30870,3,1974,2370 +"46493",10980,31868,3,1974,1993 +"46494",10980,32818,3,1974,2485 +"46495",10980,34431,3,1974,2319 +"46496",10980,34892,3,1974,2309 +"46497",10980,35715,3,1974,2912 +"46498",10980,35728,3,1974,2017 +"46499",10980,36953,3,1974,2790 +"46500",10980,39418,3,1974,1978 +"46501",10980,39443,3,1974,2277 +"46502",10980,39875,3,1974,2422 +"46503",10980,40572,3,1974,2666 +"46504",10980,41023,3,1974,2408 +"46505",10980,41723,3,1974,2101 +"46506",10980,44407,3,1974,2154 +"46507",10980,45869,3,1974,2840 +"46508",10980,47968,3,1974,2829 +"46509",10980,50585,3,1974,2414 +"46510",10980,56995,3,1974,2323 +"46511",10980,63077,2,1974,2778 +"46512",10980,63837,3,1974,2807 +"46513",10980,67266,3,1974,2010 +"46514",10980,68885,3,1974,2151 +"46515",10980,70101,2,1974,2414 +"46516",10980,92297,3,1974,2952 +"46517",10980,94525,2,1974,1993 +"46518",10980,100860,2,1974,2326 +"46519",10980,116987,3,1974,2469 +"46520",10990,468,3,805,1966 +"46521",10990,2282,3,805,2056 +"46522",10990,2443,3,805,2333 +"46523",10990,2647,3,805,2450 +"46524",10990,3272,3,805,2132 +"46525",10990,3669,2,805,2524 +"46526",10990,4730,3,805,2131 +"46527",10990,6345,3,805,2713 +"46528",10990,7652,3,805,1281 +"46529",10990,8157,1,805,1063 +"46530",10990,8478,3,805,984 +"46531",10990,9538,3,805,1786 +"46532",10990,9656,3,805,1135 +"46533",10990,9724,3,805,2713 +"46534",10990,9910,3,805,2526 +"46535",10990,12863,3,805,2027 +"46536",10990,12966,3,805,2011 +"46537",10990,13340,3,805,1918 +"46538",10990,13400,3,805,1371 +"46539",10990,14212,1,805,857 +"46540",10990,14470,3,805,2632 +"46541",10990,14789,3,805,1034 +"46542",10990,15281,3,805,810 +"46543",10990,17499,3,805,2954 +"46544",10990,17531,3,805,876 +"46545",10990,17695,3,805,1930 +"46546",10990,18808,2,805,2854 +"46547",10990,19476,3,805,1708 +"46548",10990,20038,3,805,1531 +"46549",10990,20695,3,805,2526 +"46550",10990,20739,3,805,2025 +"46551",10990,21504,3,805,2328 +"46552",10990,22357,2,805,1397 +"46553",10990,23560,3,805,2051 +"46554",10990,26100,2,805,1966 +"46555",10990,26597,2,805,2070 +"46556",10990,28782,3,805,2272 +"46557",10990,30507,3,805,2302 +"46558",10990,35264,3,805,2329 +"46559",10990,36399,3,805,1357 +"46560",10990,42390,3,805,2937 +"46561",10990,43585,2,805,1066 +"46562",10990,43701,3,805,2400 +"46563",10990,47607,3,805,2724 +"46564",10990,47882,2,805,2769 +"46565",10990,49142,3,805,2289 +"46566",10990,50468,3,805,1659 +"46567",10990,51505,3,805,1572 +"46568",10990,52386,3,805,1830 +"46569",10990,53652,3,805,2899 +"46570",10990,54316,3,805,1202 +"46571",10990,55775,2,805,2385 +"46572",10990,60463,3,805,1583 +"46573",10990,63252,3,805,1516 +"46574",10990,65375,2,805,824 +"46575",10990,67289,3,805,829 +"46576",10990,68884,3,805,1011 +"46577",10990,69214,3,805,1354 +"46578",10990,69260,3,805,1698 +"46579",10990,69795,3,805,2636 +"46580",10990,76450,3,805,1077 +"46581",10990,76929,3,805,910 +"46582",10990,77719,2,805,2086 +"46583",10990,78277,2,805,1937 +"46584",10990,79699,2,805,1735 +"46585",10990,85065,2,805,1585 +"46586",10990,88448,3,805,914 +"46587",10990,101381,3,805,977 +"46588",10990,122938,3,805,1023 +"46589",11006,206,3,1950,1986 +"46590",11006,270,2,1950,2542 +"46591",11006,312,2,1950,2038 +"46592",11006,380,3,1950,2261 +"46593",11006,701,3,1950,2718 +"46594",11006,913,3,1950,2144 +"46595",11006,1639,3,1950,2631 +"46596",11006,2036,3,1950,2483 +"46597",11006,2181,3,1950,2030 +"46598",11006,2424,2,1950,2582 +"46599",11006,2533,2,1950,2016 +"46600",11006,2684,3,1950,2874 +"46601",11006,3305,1,1950,2839 +"46602",11006,3306,3,1950,1989 +"46603",11006,3801,3,1950,1974 +"46604",11006,3966,3,1950,2425 +"46605",11006,4953,3,1950,2285 +"46606",11006,5429,2,1950,1991 +"46607",11006,5622,3,1950,2175 +"46608",11006,6052,3,1950,1985 +"46609",11006,6055,3,1950,2651 +"46610",11006,6208,3,1950,2361 +"46611",11006,6363,2,1950,2066 +"46612",11006,6588,3,1950,2025 +"46613",11006,9175,3,1950,2639 +"46614",11006,9184,3,1950,2670 +"46615",11006,9311,3,1950,2477 +"46616",11006,10513,3,1950,2284 +"46617",11006,10857,3,1950,2253 +"46618",11006,11055,3,1950,2111 +"46619",11006,11440,2,1950,2026 +"46620",11006,12728,3,1950,2374 +"46621",11006,12982,3,1950,2143 +"46622",11006,13307,3,1950,2206 +"46623",11006,14252,3,1950,2244 +"46624",11006,15813,3,1950,2143 +"46625",11006,16332,3,1950,2668 +"46626",11006,16432,2,1950,2664 +"46627",11006,16954,3,1950,2972 +"46628",11006,17365,3,1950,2746 +"46629",11006,17520,3,1950,2276 +"46630",11006,18394,3,1950,2356 +"46631",11006,19248,1,1950,2357 +"46632",11006,19622,3,1950,2371 +"46633",11006,19719,1,1950,2177 +"46634",11006,20124,3,1950,2376 +"46635",11006,21012,3,1950,2325 +"46636",11006,21285,3,1950,2100 +"46637",11006,22277,3,1950,2424 +"46638",11006,23509,3,1950,2275 +"46639",11006,23526,3,1950,1998 +"46640",11006,25129,3,1950,2647 +"46641",11006,25198,2,1950,1982 +"46642",11006,25985,3,1950,2071 +"46643",11006,26582,3,1950,2772 +"46644",11006,26749,2,1950,2965 +"46645",11006,27275,3,1950,2656 +"46646",11006,27694,2,1950,2030 +"46647",11006,29917,3,1950,1962 +"46648",11006,30052,3,1950,2855 +"46649",11006,32965,3,1950,2071 +"46650",11006,33380,3,1950,2340 +"46651",11006,33672,3,1950,2396 +"46652",11006,33949,3,1950,2489 +"46653",11006,34836,3,1950,2302 +"46654",11006,35738,3,1950,2448 +"46655",11006,37285,2,1950,2428 +"46656",11006,38307,3,1950,2648 +"46657",11006,39535,3,1950,2428 +"46658",11006,41945,3,1950,2856 +"46659",11006,43455,2,1950,2846 +"46660",11006,45608,3,1950,2420 +"46661",11006,46629,2,1950,2255 +"46662",11006,47098,3,1950,2057 +"46663",11006,47772,3,1950,2293 +"46664",11006,48605,2,1950,2796 +"46665",11006,50685,3,1950,2008 +"46666",11006,50785,3,1950,2877 +"46667",11006,51041,2,1950,2606 +"46668",11006,51866,3,1950,2411 +"46669",11006,52323,2,1950,2148 +"46670",11006,52570,2,1950,2645 +"46671",11006,52576,2,1950,2234 +"46672",11006,54551,3,1950,2348 +"46673",11006,54695,3,1950,2429 +"46674",11006,56317,3,1950,2030 +"46675",11006,58508,3,1950,2326 +"46676",11006,61982,1,1950,2725 +"46677",11006,62841,2,1950,2710 +"46678",11006,64945,3,1950,2279 +"46679",11006,66224,3,1950,2728 +"46680",11006,66703,3,1950,2375 +"46681",11006,68215,3,1950,2727 +"46682",11006,76892,2,1950,2381 +"46683",11006,82949,3,1950,2077 +"46684",11006,83396,3,1950,2396 +"46685",11019,135,3,1299,2233 +"46686",11019,1692,3,1299,2443 +"46687",11019,1875,3,1299,1786 +"46688",11019,2093,3,1299,2459 +"46689",11019,2337,3,1299,1697 +"46690",11019,2754,3,1299,1360 +"46691",11019,3068,3,1299,1815 +"46692",11019,3195,3,1299,2043 +"46693",11019,3317,2,1299,2037 +"46694",11019,4066,3,1299,1736 +"46695",11019,4671,3,1299,2280 +"46696",11019,5346,3,1299,1438 +"46697",11019,5845,2,1299,1552 +"46698",11019,6234,3,1299,2654 +"46699",11019,8062,3,1299,2858 +"46700",11019,9423,3,1299,1708 +"46701",11019,9801,3,1299,2443 +"46702",11019,10002,3,1299,1788 +"46703",11019,10905,3,1299,1552 +"46704",11019,10914,3,1299,1660 +"46705",11019,10964,1,1299,2043 +"46706",11019,11029,3,1299,2362 +"46707",11019,11067,1,1299,2734 +"46708",11019,11506,3,1299,2824 +"46709",11019,14072,3,1299,1346 +"46710",11019,14731,3,1299,2012 +"46711",11019,14972,3,1299,2332 +"46712",11019,15207,3,1299,1855 +"46713",11019,17396,3,1299,1672 +"46714",11019,18943,3,1299,2861 +"46715",11019,20162,3,1299,2328 +"46716",11019,20545,3,1299,1491 +"46717",11019,21480,3,1299,1646 +"46718",11019,21487,3,1299,2203 +"46719",11019,23121,3,1299,2108 +"46720",11019,24195,2,1299,1575 +"46721",11019,25373,3,1299,2783 +"46722",11019,25443,3,1299,1441 +"46723",11019,26658,3,1299,2745 +"46724",11019,29578,2,1299,1957 +"46725",11019,30092,3,1299,1593 +"46726",11019,30981,3,1299,2366 +"46727",11019,31164,3,1299,1996 +"46728",11019,32449,3,1299,2091 +"46729",11019,32939,2,1299,2277 +"46730",11019,33039,3,1299,1759 +"46731",11019,33383,3,1299,1572 +"46732",11019,34509,3,1299,1973 +"46733",11019,35264,3,1299,2329 +"46734",11019,35620,2,1299,2092 +"46735",11019,36120,2,1299,2971 +"46736",11019,36215,3,1299,1623 +"46737",11019,36506,2,1299,2638 +"46738",11019,38676,3,1299,2286 +"46739",11019,40675,3,1299,1595 +"46740",11019,41978,3,1299,2824 +"46741",11019,42256,3,1299,2839 +"46742",11019,42914,2,1299,1737 +"46743",11019,45461,3,1299,2458 +"46744",11019,45585,3,1299,2384 +"46745",11019,46385,3,1299,2225 +"46746",11019,47384,3,1299,1639 +"46747",11019,53445,3,1299,2028 +"46748",11019,53530,3,1299,2380 +"46749",11019,53668,3,1299,2242 +"46750",11019,55828,3,1299,2393 +"46751",11019,56903,3,1299,1584 +"46752",11019,57804,2,1299,2214 +"46753",11019,58284,3,1299,2292 +"46754",11019,59005,3,1299,2817 +"46755",11019,61125,3,1299,1673 +"46756",11019,75607,2,1299,2245 +"46757",11019,78384,2,1299,1762 +"46758",11019,79848,2,1299,1629 +"46759",11019,82246,3,1299,1538 +"46760",11029,3978,3,2362,2775 +"46761",11029,4361,3,2362,2571 +"46762",11029,5962,3,2362,2491 +"46763",11029,7252,3,2362,2799 +"46764",11029,8062,3,2362,2858 +"46765",11029,8568,3,2362,2706 +"46766",11029,11067,3,2362,2734 +"46767",11029,16286,2,2362,2470 +"46768",11029,20700,3,2362,2861 +"46769",11029,25373,3,2362,2783 +"46770",11029,27908,3,2362,2576 +"46771",11029,36344,3,2362,2570 +"46772",11029,57492,3,2362,2855 +"46773",11029,70070,3,2362,2425 +"46774",11055,307,3,2111,2530 +"46775",11055,913,3,2111,2144 +"46776",11055,1355,3,2111,2473 +"46777",11055,2208,3,2111,2814 +"46778",11055,2424,3,2111,2582 +"46779",11055,2684,1,2111,2874 +"46780",11055,3164,3,2111,2693 +"46781",11055,3305,2,2111,2839 +"46782",11055,3628,3,2111,2707 +"46783",11055,5839,3,2111,2301 +"46784",11055,6390,3,2111,2385 +"46785",11055,8762,3,2111,2585 +"46786",11055,9893,2,2111,2701 +"46787",11055,10513,3,2111,2284 +"46788",11055,10871,3,2111,2314 +"46789",11055,11351,2,2111,2971 +"46790",11055,15184,3,2111,2396 +"46791",11055,18543,3,2111,2968 +"46792",11055,19027,2,2111,2721 +"46793",11055,19248,2,2111,2357 +"46794",11055,19719,3,2111,2177 +"46795",11055,20067,3,2111,2390 +"46796",11055,20292,3,2111,2755 +"46797",11055,20407,3,2111,2339 +"46798",11055,20700,3,2111,2861 +"46799",11055,23011,3,2111,2763 +"46800",11055,23132,3,2111,2756 +"46801",11055,24448,3,2111,2289 +"46802",11055,24753,2,2111,2860 +"46803",11055,26451,3,2111,2133 +"46804",11055,27275,3,2111,2656 +"46805",11055,31799,3,2111,2547 +"46806",11055,33622,3,2111,2230 +"46807",11055,33801,3,2111,2899 +"46808",11055,35481,3,2111,2211 +"46809",11055,36439,3,2111,2469 +"46810",11055,37285,3,2111,2428 +"46811",11055,39556,3,2111,2747 +"46812",11055,41664,3,2111,2641 +"46813",11055,42574,3,2111,2842 +"46814",11055,45608,2,2111,2420 +"46815",11055,47772,3,2111,2293 +"46816",11055,48605,3,2111,2796 +"46817",11055,50236,3,2111,2339 +"46818",11055,51041,3,2111,2606 +"46819",11055,53475,3,2111,2853 +"46820",11055,54695,2,2111,2429 +"46821",11055,56082,3,2111,2395 +"46822",11055,57732,3,2111,2454 +"46823",11055,57977,3,2111,2683 +"46824",11055,58427,3,2111,2234 +"46825",11055,58508,3,2111,2326 +"46826",11055,61982,3,2111,2725 +"46827",11055,62841,3,2111,2710 +"46828",11055,65029,3,2111,2954 +"46829",11055,66224,2,2111,2728 +"46830",11055,67652,3,2111,2736 +"46831",11055,74636,3,2111,2525 +"46832",11055,76892,3,2111,2381 +"46833",11055,88232,3,2111,2881 +"46834",11060,15729,3,2155,2338 +"46835",11060,39464,3,2155,2314 +"46836",11060,40368,2,2155,2876 +"46837",11060,42783,3,2155,2338 +"46838",11060,45608,3,2155,2420 +"46839",11063,20783,3,1967,2414 +"46840",11067,11506,3,2734,2824 +"46841",11067,18943,3,2734,2861 +"46842",11067,26658,3,2734,2745 +"46843",11067,31131,3,2734,2810 +"46844",11067,36120,3,2734,2971 +"46845",11067,41978,3,2734,2824 +"46846",11067,42256,3,2734,2839 +"46847",11067,59005,3,2734,2817 +"46848",11071,11160,1,2225,2952 +"46849",11099,1150,3,400,1595 +"46850",11099,1519,3,400,2349 +"46851",11099,2206,1,400,2536 +"46852",11099,2852,3,400,2448 +"46853",11099,3127,3,400,2273 +"46854",11099,4668,3,400,1919 +"46855",11099,4669,3,400,2395 +"46856",11099,5897,2,400,2337 +"46857",11099,5962,3,400,2491 +"46858",11099,6359,3,400,1239 +"46859",11099,6877,3,400,867 +"46860",11099,7337,3,400,1797 +"46861",11099,8140,3,400,1262 +"46862",11099,8726,3,400,2083 +"46863",11099,8770,3,400,634 +"46864",11099,9227,3,400,1267 +"46865",11099,9481,3,400,1610 +"46866",11099,9504,2,400,2549 +"46867",11099,10239,3,400,2032 +"46868",11099,10595,3,400,494 +"46869",11099,10980,3,400,1974 +"46870",11099,11108,3,400,1609 +"46871",11099,12361,3,400,2732 +"46872",11099,13065,3,400,1561 +"46873",11099,13136,3,400,2867 +"46874",11099,13296,3,400,839 +"46875",11099,13720,2,400,1558 +"46876",11099,13879,3,400,2748 +"46877",11099,13920,3,400,1709 +"46878",11099,14520,3,400,634 +"46879",11099,14532,3,400,1193 +"46880",11099,14915,3,400,2606 +"46881",11099,16286,3,400,2470 +"46882",11099,16715,3,400,1218 +"46883",11099,18978,3,400,952 +"46884",11099,19231,3,400,1424 +"46885",11099,19501,1,400,1186 +"46886",11099,19655,2,400,2706 +"46887",11099,21207,3,400,1258 +"46888",11099,21240,3,400,1162 +"46889",11099,21487,3,400,2203 +"46890",11099,23277,3,400,1267 +"46891",11099,24176,3,400,1986 +"46892",11099,24302,3,400,407 +"46893",11099,25163,3,400,1751 +"46894",11099,25914,3,400,446 +"46895",11099,26227,3,400,2265 +"46896",11099,27320,3,400,2378 +"46897",11099,27545,1,400,855 +"46898",11099,27686,3,400,2844 +"46899",11099,28869,3,400,2425 +"46900",11099,28904,3,400,926 +"46901",11099,29286,3,400,1612 +"46902",11099,29556,3,400,907 +"46903",11099,30306,2,400,1606 +"46904",11099,33870,3,400,955 +"46905",11099,36912,2,400,2469 +"46906",11099,37060,3,400,2840 +"46907",11099,38915,3,400,746 +"46908",11099,41051,3,400,2767 +"46909",11099,41077,3,400,864 +"46910",11099,42256,2,400,2839 +"46911",11099,45869,3,400,2840 +"46912",11099,46384,3,400,2285 +"46913",11099,47654,2,400,1664 +"46914",11099,48888,3,400,1177 +"46915",11099,50335,3,400,1893 +"46916",11099,50594,3,400,849 +"46917",11099,51687,3,400,2333 +"46918",11099,53739,3,400,2704 +"46919",11099,56094,2,400,2343 +"46920",11099,59610,3,400,2448 +"46921",11099,61727,3,400,413 +"46922",11099,62066,1,400,2281 +"46923",11099,62438,3,400,802 +"46924",11099,63077,3,400,2778 +"46925",11099,63644,2,400,1267 +"46926",11099,65242,3,400,1988 +"46927",11099,67617,3,400,1149 +"46928",11099,74055,3,400,1544 +"46929",11099,74370,3,400,1667 +"46930",11099,76391,3,400,1536 +"46931",11099,78569,3,400,578 +"46932",11099,79420,3,400,1061 +"46933",11099,84271,3,400,1556 +"46934",11099,85690,3,400,1229 +"46935",11099,90299,3,400,1606 +"46936",11099,91849,3,400,1166 +"46937",11099,92860,3,400,1643 +"46938",11099,99153,2,400,803 +"46939",11099,101453,3,400,454 +"46940",11099,103890,3,400,958 +"46941",11099,104185,3,400,457 +"46942",11099,114857,3,400,1310 +"46943",11103,997,3,2393,2788 +"46944",11103,1767,3,2393,2727 +"46945",11103,3495,3,2393,2431 +"46946",11103,3966,3,2393,2425 +"46947",11103,5315,3,2393,2631 +"46948",11103,6255,3,2393,2895 +"46949",11103,7508,3,2393,2396 +"46950",11103,10310,3,2393,2774 +"46951",11103,10779,3,2393,2881 +"46952",11103,12713,3,2393,2440 +"46953",11103,13780,3,2393,2412 +"46954",11103,16352,3,2393,2657 +"46955",11103,19605,3,2393,2395 +"46956",11103,21406,3,2393,2714 +"46957",11103,21463,2,2393,2437 +"46958",11103,21720,3,2393,2637 +"46959",11103,25325,3,2393,2963 +"46960",11103,27390,3,2393,2425 +"46961",11103,30747,3,2393,2455 +"46962",11103,31705,3,2393,2706 +"46963",11103,33184,3,2393,2522 +"46964",11103,34735,3,2393,2767 +"46965",11103,36574,1,2393,2934 +"46966",11103,39105,2,2393,2487 +"46967",11103,40954,3,2393,2603 +"46968",11103,41770,3,2393,2752 +"46969",11103,41955,3,2393,2479 +"46970",11103,42216,3,2393,2722 +"46971",11103,42574,3,2393,2842 +"46972",11103,43404,3,2393,2649 +"46973",11103,44403,3,2393,2429 +"46974",11103,46951,3,2393,2429 +"46975",11103,48571,3,2393,2717 +"46976",11103,51035,3,2393,2397 +"46977",11103,53219,3,2393,2973 +"46978",11103,58164,3,2393,2398 +"46979",11103,73305,3,2393,2544 +"46980",11103,79322,3,2393,2770 +"46981",11103,117956,3,2393,2774 +"46982",11107,4668,3,1256,1919 +"46983",11107,4669,3,1256,2395 +"46984",11107,28869,3,1256,2425 +"46985",11107,45869,3,1256,2840 +"46986",11108,364,3,1609,2351 +"46987",11108,1519,2,1609,2349 +"46988",11108,2206,3,1609,2536 +"46989",11108,2936,3,1609,2512 +"46990",11108,3127,3,1609,2273 +"46991",11108,3477,3,1609,2546 +"46992",11108,4001,3,1609,1687 +"46993",11108,4361,3,1609,2571 +"46994",11108,4526,3,1609,1728 +"46995",11108,4567,3,1609,2348 +"46996",11108,4612,3,1609,2804 +"46997",11108,4660,3,1609,2149 +"46998",11108,4668,2,1609,1919 +"46999",11108,4669,3,1609,2395 +"47000",11108,5897,3,1609,2337 +"47001",11108,7252,3,1609,2799 +"47002",11108,7337,3,1609,1797 +"47003",11108,7785,3,1609,2441 +"47004",11108,7942,3,1609,2623 +"47005",11108,8062,3,1609,2858 +"47006",11108,8568,3,1609,2706 +"47007",11108,9060,3,1609,1612 +"47008",11108,9481,3,1609,1610 +"47009",11108,9503,3,1609,2453 +"47010",11108,9504,3,1609,2549 +"47011",11108,9787,3,1609,2858 +"47012",11108,10453,2,1609,1656 +"47013",11108,10980,3,1609,1974 +"47014",11108,11648,3,1609,2852 +"47015",11108,12948,3,1609,2669 +"47016",11108,13136,3,1609,2867 +"47017",11108,14749,3,1609,1998 +"47018",11108,14817,3,1609,2110 +"47019",11108,16286,3,1609,2470 +"47020",11108,16501,3,1609,1650 +"47021",11108,17033,3,1609,2771 +"47022",11108,18415,3,1609,2184 +"47023",11108,20220,3,1609,1656 +"47024",11108,20941,3,1609,2725 +"47025",11108,23131,3,1609,1732 +"47026",11108,23756,3,1609,2309 +"47027",11108,27686,2,1609,2844 +"47028",11108,27742,2,1609,2700 +"47029",11108,27914,3,1609,2507 +"47030",11108,28869,3,1609,2425 +"47031",11108,29286,3,1609,1612 +"47032",11108,30525,3,1609,1964 +"47033",11108,31868,3,1609,1993 +"47034",11108,32532,3,1609,2338 +"47035",11108,32818,3,1609,2485 +"47036",11108,32942,3,1609,2038 +"47037",11108,33341,3,1609,2338 +"47038",11108,35573,3,1609,2084 +"47039",11108,35728,3,1609,2017 +"47040",11108,35797,3,1609,2482 +"47041",11108,36183,3,1609,2117 +"47042",11108,36278,3,1609,2952 +"47043",11108,36487,3,1609,2622 +"47044",11108,38691,3,1609,2585 +"47045",11108,43673,3,1609,2787 +"47046",11108,45869,3,1609,2840 +"47047",11108,46384,3,1609,2285 +"47048",11108,47654,3,1609,1664 +"47049",11108,56538,3,1609,2796 +"47050",11108,56995,3,1609,2323 +"47051",11108,58655,3,1609,2685 +"47052",11108,61125,3,1609,1673 +"47053",11108,62626,3,1609,2787 +"47054",11108,63077,3,1609,2778 +"47055",11108,70583,3,1609,2615 +"47056",11108,72597,3,1609,1843 +"47057",11108,80156,2,1609,1667 +"47058",11108,91942,3,1609,2216 +"47059",11108,92860,3,1609,1643 +"47060",11118,28193,1,133,1032 +"47061",11118,52043,3,133,977 +"47062",11127,1092,3,1196,1945 +"47063",11127,1203,2,1196,1350 +"47064",11127,1578,3,1196,1612 +"47065",11127,2294,2,1196,1638 +"47066",11127,3753,3,1196,1255 +"47067",11127,5405,3,1196,1510 +"47068",11127,5622,3,1196,2175 +"47069",11127,6577,3,1196,1951 +"47070",11127,7013,3,1196,2040 +"47071",11127,8860,3,1196,2141 +"47072",11127,10087,1,1196,1617 +"47073",11127,10358,3,1196,2294 +"47074",11127,11602,3,1196,1493 +"47075",11127,11875,3,1196,1526 +"47076",11127,15716,3,1196,1991 +"47077",11127,16587,3,1196,2065 +"47078",11127,17061,1,1196,2385 +"47079",11127,18706,3,1196,1617 +"47080",11127,20271,3,1196,2044 +"47081",11127,21225,3,1196,1945 +"47082",11127,25721,2,1196,2212 +"47083",11127,26408,3,1196,1545 +"47084",11127,27623,3,1196,2970 +"47085",11127,30150,3,1196,1704 +"47086",11127,33491,2,1196,1226 +"47087",11127,34094,3,1196,1360 +"47088",11127,35926,3,1196,2371 +"47089",11127,37758,3,1196,1998 +"47090",11127,38439,3,1196,2025 +"47091",11127,39534,3,1196,2410 +"47092",11127,44598,3,1196,2356 +"47093",11127,46099,3,1196,2360 +"47094",11127,48605,3,1196,2796 +"47095",11127,69091,3,1196,1267 +"47096",11127,72438,3,1196,1397 +"47097",11127,76048,2,1196,2373 +"47098",11127,90789,3,1196,1218 +"47099",11127,96226,3,1196,1412 +"47100",11127,102186,3,1196,2937 +"47101",11127,107383,3,1196,1918 +"47102",11127,115622,3,1196,1895 +"47103",11135,3100,2,2441,2524 +"47104",11135,3403,2,2441,2951 +"47105",11135,11429,3,2441,2520 +"47106",11135,13024,3,2441,2468 +"47107",11135,15502,1,2441,2637 +"47108",11135,19057,3,2441,2664 +"47109",11135,25180,3,2441,2489 +"47110",11135,36487,3,2441,2622 +"47111",11135,38038,3,2441,2686 +"47112",11135,41051,3,2441,2767 +"47113",11135,47130,3,2441,2654 +"47114",11135,49147,3,2441,2539 +"47115",11135,55436,3,2441,2513 +"47116",11135,61513,3,2441,2948 +"47117",11135,65223,3,2441,2724 +"47118",11135,73915,3,2441,2568 +"47119",11135,83007,3,2441,2727 +"47120",11136,9787,3,2573,2858 +"47121",11136,25741,3,2573,2853 +"47122",11136,36953,3,2573,2790 +"47123",11136,40572,3,2573,2666 +"47124",11136,61337,3,2573,2777 +"47125",11136,111375,3,2573,2686 +"47126",11143,71531,3,2623,2887 +"47127",11154,1685,2,1594,2230 +"47128",11154,1822,3,1594,2888 +"47129",11154,2181,3,1594,2030 +"47130",11154,3477,2,1594,2546 +"47131",11154,4730,3,1594,2131 +"47132",11154,6063,2,1594,2349 +"47133",11154,6392,3,1594,1878 +"47134",11154,6621,3,1594,2478 +"47135",11154,7443,3,1594,2028 +"47136",11154,8259,3,1594,1677 +"47137",11154,8993,3,1594,2099 +"47138",11154,9503,3,1594,2453 +"47139",11154,11229,3,1594,1625 +"47140",11154,11506,3,1594,2824 +"47141",11154,11868,3,1594,1639 +"47142",11154,13899,3,1594,2650 +"47143",11154,14655,3,1594,2559 +"47144",11154,14817,3,1594,2110 +"47145",11154,15023,3,1594,2054 +"47146",11154,15207,3,1594,1855 +"47147",11154,15560,3,1594,2257 +"47148",11154,19002,3,1594,2053 +"47149",11154,19296,3,1594,1705 +"47150",11154,19317,3,1594,2041 +"47151",11154,19366,3,1594,2279 +"47152",11154,20124,3,1594,2376 +"47153",11154,20984,3,1594,2502 +"47154",11154,21684,3,1594,1971 +"47155",11154,21872,3,1594,2458 +"47156",11154,22403,3,1594,1630 +"47157",11154,22744,2,1594,1907 +"47158",11154,23498,2,1594,2398 +"47159",11154,23560,3,1594,2051 +"47160",11154,31357,3,1594,2389 +"47161",11154,31794,2,1594,1919 +"47162",11154,32079,3,1594,2315 +"47163",11154,32339,3,1594,2430 +"47164",11154,32395,3,1594,2735 +"47165",11154,33223,2,1594,2397 +"47166",11154,33451,3,1594,1957 +"47167",11154,33470,3,1594,2003 +"47168",11154,34162,3,1594,2336 +"47169",11154,35822,3,1594,1903 +"47170",11154,36031,2,1594,2342 +"47171",11154,37301,3,1594,2160 +"47172",11154,38140,3,1594,1866 +"47173",11154,38457,3,1594,1630 +"47174",11154,40542,2,1594,1664 +"47175",11154,41098,3,1594,1857 +"47176",11154,45730,3,1594,2063 +"47177",11154,47595,3,1594,2374 +"47178",11154,48501,3,1594,2010 +"47179",11154,49069,3,1594,1694 +"47180",11154,51173,3,1594,1829 +"47181",11154,51843,3,1594,2389 +"47182",11154,52953,3,1594,1741 +"47183",11154,59790,3,1594,1827 +"47184",11154,71982,3,1594,2812 +"47185",11154,76143,3,1594,1610 +"47186",11154,76672,3,1594,1930 +"47187",11154,79461,3,1594,1667 +"47188",11154,79547,2,1594,1909 +"47189",11154,84317,3,1594,2081 +"47190",11154,86559,3,1594,1704 +"47191",11154,87190,3,1594,1704 +"47192",11154,89681,2,1594,1978 +"47193",11154,96700,3,1594,1602 +"47194",11168,2864,3,1223,1543 +"47195",11168,3753,3,1223,1255 +"47196",11168,3886,3,1223,1669 +"47197",11168,6047,3,1223,2004 +"47198",11168,9654,3,1223,2111 +"47199",11168,10779,2,1223,2881 +"47200",11168,12518,3,1223,2747 +"47201",11168,18108,3,1223,1656 +"47202",11168,22282,3,1223,1418 +"47203",11168,23011,3,1223,2763 +"47204",11168,24816,3,1223,2161 +"47205",11168,26749,3,1223,2965 +"47206",11168,27030,2,1223,2031 +"47207",11168,27377,3,1223,1724 +"47208",11168,29512,3,1223,1594 +"47209",11168,32173,3,1223,2341 +"47210",11168,35045,3,1223,1646 +"47211",11168,36554,1,1223,1649 +"47212",11168,40129,3,1223,2162 +"47213",11168,43978,3,1223,2698 +"47214",11168,44763,2,1223,1324 +"47215",11168,44769,2,1223,2411 +"47216",11168,44773,2,1223,1355 +"47217",11168,47726,2,1223,1272 +"47218",11168,48215,3,1223,2028 +"47219",11168,51546,2,1223,1369 +"47220",11168,56082,3,1223,2395 +"47221",11168,58508,3,1223,2326 +"47222",11168,66756,3,1223,1301 +"47223",11168,67726,3,1223,2873 +"47224",11168,71342,3,1223,1289 +"47225",11168,72956,3,1223,1251 +"47226",11168,73205,2,1223,1529 +"47227",11168,82730,3,1223,1492 +"47228",11208,362,3,1161,2537 +"47229",11208,675,3,1161,1686 +"47230",11208,1127,3,1161,1188 +"47231",11208,1130,3,1161,1566 +"47232",11208,1136,3,1161,2536 +"47233",11208,2325,3,1161,1641 +"47234",11208,2765,1,1161,2321 +"47235",11208,3966,3,1161,2425 +"47236",11208,5491,3,1161,2048 +"47237",11208,5710,2,1161,1926 +"47238",11208,7861,1,1161,1647 +"47239",11208,12976,3,1161,2399 +"47240",11208,14888,3,1161,1411 +"47241",11208,17826,3,1161,2920 +"47242",11208,20423,3,1161,2654 +"47243",11208,21795,3,1161,2653 +"47244",11208,22714,1,1161,2793 +"47245",11208,25129,3,1161,2647 +"47246",11208,25341,3,1161,1858 +"47247",11208,26282,2,1161,1241 +"47248",11208,34509,2,1161,1973 +"47249",11208,37238,3,1161,2609 +"47250",11208,39827,2,1161,2321 +"47251",11208,42474,2,1161,2322 +"47252",11208,44684,3,1161,1220 +"47253",11208,47248,3,1161,2883 +"47254",11208,49461,3,1161,2793 +"47255",11208,51017,3,1161,2073 +"47256",11208,51410,3,1161,2739 +"47257",11208,53433,3,1161,1187 +"47258",11208,58035,3,1161,1646 +"47259",11208,64181,3,1161,1828 +"47260",11208,66860,3,1161,1548 +"47261",11208,70605,3,1161,1176 +"47262",11208,71618,2,1161,2960 +"47263",11208,78563,3,1161,2385 +"47264",11208,80190,3,1161,2717 +"47265",11208,85592,3,1161,1412 +"47266",11208,93933,3,1161,1336 +"47267",11208,96678,3,1161,1183 +"47268",11218,270,2,2292,2542 +"47269",11218,377,3,2292,2389 +"47270",11218,1315,3,2292,2760 +"47271",11218,1639,3,2292,2631 +"47272",11218,2289,3,2292,2389 +"47273",11218,2424,3,2292,2582 +"47274",11218,2484,3,2292,2389 +"47275",11218,3164,3,2292,2693 +"47276",11218,3305,3,2292,2839 +"47277",11218,3477,3,2292,2546 +"47278",11218,3493,3,2292,2451 +"47279",11218,3961,2,2292,2426 +"47280",11218,4681,3,2292,2356 +"47281",11218,5041,3,2292,2371 +"47282",11218,5235,3,2292,2324 +"47283",11218,5315,3,2292,2631 +"47284",11218,5350,2,2292,2522 +"47285",11218,6030,3,2292,2953 +"47286",11218,6044,3,2292,2744 +"47287",11218,6063,3,2292,2349 +"47288",11218,6074,3,2292,2426 +"47289",11218,7234,3,2292,2654 +"47290",11218,8327,3,2292,2527 +"47291",11218,9928,1,2292,2345 +"47292",11218,10358,2,2292,2294 +"47293",11218,10871,3,2292,2314 +"47294",11218,11477,3,2292,2724 +"47295",11218,11966,3,2292,2385 +"47296",11218,12035,3,2292,2721 +"47297",11218,12042,1,2292,2345 +"47298",11218,13311,3,2292,2315 +"47299",11218,13760,3,2292,2871 +"47300",11218,14655,3,2292,2559 +"47301",11218,14972,3,2292,2332 +"47302",11218,15301,3,2292,2308 +"47303",11218,16096,3,2292,2301 +"47304",11218,16352,1,2292,2657 +"47305",11218,16826,3,2292,2599 +"47306",11218,18361,3,2292,2968 +"47307",11218,18394,2,2292,2356 +"47308",11218,19248,3,2292,2357 +"47309",11218,19380,3,2292,2637 +"47310",11218,19622,3,2292,2371 +"47311",11218,19862,3,2292,2412 +"47312",11218,20067,3,2292,2390 +"47313",11218,20124,2,2292,2376 +"47314",11218,20292,3,2292,2755 +"47315",11218,20643,3,2292,2341 +"47316",11218,21012,3,2292,2325 +"47317",11218,21138,3,2292,2849 +"47318",11218,21571,3,2292,2755 +"47319",11218,21795,3,2292,2653 +"47320",11218,22326,3,2292,2818 +"47321",11218,22331,3,2292,2687 +"47322",11218,22566,3,2292,2308 +"47323",11218,23310,2,2292,2371 +"47324",11218,23725,2,2292,2378 +"47325",11218,24721,3,2292,2326 +"47326",11218,25305,3,2292,2447 +"47327",11218,25325,3,2292,2963 +"47328",11218,25480,3,2292,2747 +"47329",11218,25569,3,2292,2317 +"47330",11218,25971,3,2292,2608 +"47331",11218,26080,1,2292,2525 +"47332",11218,26721,3,2292,2586 +"47333",11218,26848,3,2292,2363 +"47334",11218,28168,3,2292,2702 +"47335",11218,28296,3,2292,2944 +"47336",11218,30173,3,2292,2404 +"47337",11218,31436,3,2292,2892 +"47338",11218,32173,3,2292,2341 +"47339",11218,32567,3,2292,2784 +"47340",11218,32919,3,2292,2321 +"47341",11218,33223,3,2292,2397 +"47342",11218,33433,3,2292,2805 +"47343",11218,33801,3,2292,2899 +"47344",11218,34161,3,2292,2789 +"47345",11218,34216,3,2292,2832 +"47346",11218,34480,3,2292,2755 +"47347",11218,34735,2,2292,2767 +"47348",11218,35926,2,2292,2371 +"47349",11218,36962,3,2292,2861 +"47350",11218,38307,3,2292,2648 +"47351",11218,41955,3,2292,2479 +"47352",11218,41972,2,2292,2509 +"47353",11218,42216,3,2292,2722 +"47354",11218,43455,3,2292,2846 +"47355",11218,43518,3,2292,2680 +"47356",11218,44557,3,2292,2371 +"47357",11218,46099,3,2292,2360 +"47358",11218,46803,3,2292,2305 +"47359",11218,47248,3,2292,2883 +"47360",11218,49110,2,2292,2938 +"47361",11218,50134,3,2292,2674 +"47362",11218,50236,2,2292,2339 +"47363",11218,51089,3,2292,2426 +"47364",11218,53219,3,2292,2973 +"47365",11218,53293,3,2292,2916 +"47366",11218,53475,3,2292,2853 +"47367",11218,54551,2,2292,2348 +"47368",11218,54929,1,2292,2783 +"47369",11218,55652,3,2292,2795 +"47370",11218,56082,2,2292,2395 +"47371",11218,56237,3,2292,2625 +"47372",11218,57969,3,2292,2755 +"47373",11218,57977,3,2292,2683 +"47374",11218,60476,3,2292,2508 +"47375",11218,61982,3,2292,2725 +"47376",11218,62841,3,2292,2710 +"47377",11218,66693,3,2292,2554 +"47378",11218,69716,3,2292,2632 +"47379",11218,71274,3,2292,2390 +"47380",11218,72207,2,2292,2430 +"47381",11218,72326,3,2292,2384 +"47382",11218,72501,3,2292,2795 +"47383",11218,76048,2,2292,2373 +"47384",11218,82732,3,2292,2810 +"47385",11218,83396,3,2292,2396 +"47386",11218,87110,3,2292,2801 +"47387",11218,89934,3,2292,2760 +"47388",11218,96435,3,2292,2765 +"47389",11229,270,2,1625,2542 +"47390",11229,380,3,1625,2261 +"47391",11229,1102,3,1625,2282 +"47392",11229,1520,3,1625,1716 +"47393",11229,1822,3,1625,2888 +"47394",11229,2111,2,1625,1904 +"47395",11229,2181,3,1625,2030 +"47396",11229,2424,3,1625,2582 +"47397",11229,3164,3,1625,2693 +"47398",11229,3306,3,1625,1989 +"47399",11229,3477,2,1625,2546 +"47400",11229,4360,3,1625,1770 +"47401",11229,5072,3,1625,2175 +"47402",11229,5235,3,1625,2324 +"47403",11229,5622,3,1625,2175 +"47404",11229,5971,2,1625,1985 +"47405",11229,6030,3,1625,2953 +"47406",11229,6047,3,1625,2004 +"47407",11229,6063,2,1625,2349 +"47408",11229,6222,3,1625,1949 +"47409",11229,6392,3,1625,1878 +"47410",11229,6588,2,1625,2025 +"47411",11229,6718,3,1625,2138 +"47412",11229,7180,3,1625,2227 +"47413",11229,7234,3,1625,2654 +"47414",11229,7555,3,1625,1943 +"47415",11229,8762,3,1625,2585 +"47416",11229,8993,3,1625,2099 +"47417",11229,9364,3,1625,1698 +"47418",11229,9503,3,1625,2453 +"47419",11229,9624,3,1625,2398 +"47420",11229,10857,3,1625,2253 +"47421",11229,11218,3,1625,2292 +"47422",11229,11477,3,1625,2724 +"47423",11229,12042,3,1625,2345 +"47424",11229,12374,3,1625,2260 +"47425",11229,12375,3,1625,1873 +"47426",11229,13307,3,1625,2206 +"47427",11229,13899,3,1625,2650 +"47428",11229,14032,3,1625,2144 +"47429",11229,14817,3,1625,2110 +"47430",11229,14959,3,1625,2898 +"47431",11229,14989,3,1625,2223 +"47432",11229,15003,3,1625,2067 +"47433",11229,15023,3,1625,2054 +"47434",11229,15700,3,1625,1712 +"47435",11229,16310,3,1625,2796 +"47436",11229,16352,3,1625,2657 +"47437",11229,17400,2,1625,2231 +"47438",11229,18005,3,1625,2449 +"47439",11229,18361,2,1625,2968 +"47440",11229,18394,3,1625,2356 +"47441",11229,19317,3,1625,2041 +"47442",11229,19622,3,1625,2371 +"47443",11229,20124,2,1625,2376 +"47444",11229,20311,3,1625,1981 +"47445",11229,20984,3,1625,2502 +"47446",11229,21012,3,1625,2325 +"47447",11229,21104,3,1625,2327 +"47448",11229,21684,3,1625,1971 +"47449",11229,21693,2,1625,2176 +"47450",11229,22197,3,1625,2271 +"47451",11229,22326,2,1625,2818 +"47452",11229,22362,2,1625,1836 +"47453",11229,22403,3,1625,1630 +"47454",11229,22566,3,1625,2308 +"47455",11229,23509,3,1625,2275 +"47456",11229,23526,3,1625,1998 +"47457",11229,23715,3,1625,1859 +"47458",11229,23725,2,1625,2378 +"47459",11229,25305,2,1625,2447 +"47460",11229,25643,3,1625,1646 +"47461",11229,26749,3,1625,2965 +"47462",11229,26848,2,1625,2363 +"47463",11229,26867,2,1625,1804 +"47464",11229,28050,3,1625,1955 +"47465",11229,28168,3,1625,2702 +"47466",11229,29962,3,1625,2201 +"47467",11229,30173,3,1625,2404 +"47468",11229,30334,3,1625,2075 +"47469",11229,30405,3,1625,2164 +"47470",11229,31093,3,1625,2160 +"47471",11229,31357,3,1625,2389 +"47472",11229,31436,3,1625,2892 +"47473",11229,32339,3,1625,2430 +"47474",11229,32395,3,1625,2735 +"47475",11229,33223,2,1625,2397 +"47476",11229,33451,3,1625,1957 +"47477",11229,33470,3,1625,2003 +"47478",11229,35822,3,1625,1903 +"47479",11229,37301,3,1625,2160 +"47480",11229,37636,3,1625,2178 +"47481",11229,38019,3,1625,1870 +"47482",11229,38457,3,1625,1630 +"47483",11229,39294,3,1625,1889 +"47484",11229,40392,3,1625,1878 +"47485",11229,40542,2,1625,1664 +"47486",11229,42687,3,1625,1952 +"47487",11229,43213,3,1625,2160 +"47488",11229,43455,3,1625,2846 +"47489",11229,45684,2,1625,2200 +"47490",11229,45729,3,1625,2606 +"47491",11229,46629,2,1625,2255 +"47492",11229,47595,3,1625,2374 +"47493",11229,49608,3,1625,2184 +"47494",11229,50118,3,1625,2654 +"47495",11229,50134,3,1625,2674 +"47496",11229,50236,2,1625,2339 +"47497",11229,51783,3,1625,2599 +"47498",11229,51843,3,1625,2389 +"47499",11229,52953,3,1625,1741 +"47500",11229,54551,3,1625,2348 +"47501",11229,54929,3,1625,2783 +"47502",11229,56082,2,1625,2395 +"47503",11229,56237,2,1625,2625 +"47504",11229,56317,3,1625,2030 +"47505",11229,57246,1,1625,1873 +"47506",11229,58508,3,1625,2326 +"47507",11229,59790,3,1625,1827 +"47508",11229,61982,3,1625,2725 +"47509",11229,64947,3,1625,2489 +"47510",11229,65242,3,1625,1988 +"47511",11229,68215,3,1625,2727 +"47512",11229,70217,3,1625,2332 +"47513",11229,71217,3,1625,2169 +"47514",11229,72207,3,1625,2430 +"47515",11229,72326,3,1625,2384 +"47516",11229,75403,2,1625,1895 +"47517",11229,79547,3,1625,1909 +"47518",11229,79804,3,1625,2227 +"47519",11229,82949,3,1625,2077 +"47520",11229,84317,3,1625,2081 +"47521",11229,85138,3,1625,1685 +"47522",11229,92104,3,1625,2339 +"47523",11229,101797,3,1625,2357 +"47524",11239,1831,3,2181,2397 +"47525",11239,2344,3,2181,2752 +"47526",11239,2852,3,2181,2448 +"47527",11239,2936,2,2181,2512 +"47528",11239,3271,3,2181,2216 +"47529",11239,4612,3,2181,2804 +"47530",11239,4681,3,2181,2356 +"47531",11239,5235,2,2181,2324 +"47532",11239,7029,2,2181,2204 +"47533",11239,7896,3,2181,2447 +"47534",11239,9272,2,2181,2835 +"47535",11239,9723,1,2181,2302 +"47536",11239,11103,3,2181,2393 +"47537",11239,16751,3,2181,2301 +"47538",11239,18344,3,2181,2204 +"47539",11239,18394,3,2181,2356 +"47540",11239,19215,2,2181,2604 +"47541",11239,19364,2,2181,2846 +"47542",11239,20700,3,2181,2861 +"47543",11239,22580,2,2181,2245 +"47544",11239,22709,2,2181,2743 +"47545",11239,24256,3,2181,2393 +"47546",11239,28923,3,2181,2362 +"47547",11239,29930,2,2181,2240 +"47548",11239,35477,3,2181,2703 +"47549",11239,39906,3,2181,2365 +"47550",11239,41240,3,2181,2220 +"47551",11239,42574,3,2181,2842 +"47552",11239,43226,3,2181,2442 +"47553",11239,45473,3,2181,2540 +"47554",11239,46506,3,2181,2464 +"47555",11239,51999,3,2181,2425 +"47556",11239,53219,3,2181,2973 +"47557",11239,58508,3,2181,2326 +"47558",11239,60516,3,2181,2257 +"47559",11239,69335,3,2181,2698 +"47560",11239,73553,2,2181,2726 +"47561",11239,77077,3,2181,2693 +"47562",11239,121354,3,2181,2862 +"47563",11253,3978,3,2577,2775 +"47564",11253,6989,3,2577,2623 +"47565",11253,30668,3,2577,2882 +"47566",11253,41978,3,2577,2824 +"47567",11253,46982,3,2577,2806 +"47568",11259,2907,3,1356,1980 +"47569",11259,4188,3,1356,2963 +"47570",11259,5937,3,1356,2392 +"47571",11259,6234,3,1356,2654 +"47572",11259,6235,3,1356,1585 +"47573",11259,6800,2,1356,2053 +"47574",11259,11868,3,1356,1639 +"47575",11259,14584,3,1356,1573 +"47576",11259,14838,3,1356,1746 +"47577",11259,15558,3,1356,2389 +"47578",11259,16477,3,1356,2069 +"47579",11259,19002,3,1356,2053 +"47580",11259,20011,3,1356,2826 +"47581",11259,23728,3,1356,2601 +"47582",11259,23771,3,1356,1614 +"47583",11259,23802,3,1356,1713 +"47584",11259,29775,3,1356,2064 +"47585",11259,30194,2,1356,2874 +"47586",11259,33460,3,1356,2781 +"47587",11259,39439,3,1356,2462 +"47588",11259,42136,2,1356,2551 +"47589",11259,44730,1,1356,2468 +"47590",11259,76505,3,1356,2123 +"47591",11259,76997,2,1356,2223 +"47592",11259,79913,3,1356,1514 +"47593",11259,86015,3,1356,1514 +"47594",11259,86716,3,1356,1609 +"47595",11259,96700,3,1356,1602 +"47596",11259,106330,3,1356,2559 +"47597",11259,113498,3,1356,2568 +"47598",11270,2282,3,1011,2056 +"47599",11270,3158,1,1011,2762 +"47600",11270,4249,3,1011,2547 +"47601",11270,4784,3,1011,2511 +"47602",11270,6020,3,1011,1864 +"47603",11270,6223,2,1011,2363 +"47604",11270,6345,3,1011,2713 +"47605",11270,8607,3,1011,1685 +"47606",11270,9269,3,1011,1892 +"47607",11270,9724,3,1011,2713 +"47608",11270,9740,3,1011,2233 +"47609",11270,9895,3,1011,1960 +"47610",11270,10146,2,1011,1878 +"47611",11270,10779,3,1011,2881 +"47612",11270,12632,3,1011,1174 +"47613",11270,12914,3,1011,1557 +"47614",11270,12966,2,1011,2011 +"47615",11270,13551,3,1011,1451 +"47616",11270,13595,3,1011,1164 +"47617",11270,13688,3,1011,1627 +"47618",11270,13930,3,1011,1274 +"47619",11270,14172,3,1011,1923 +"47620",11270,14612,3,1011,2340 +"47621",11270,14957,3,1011,2306 +"47622",11270,15782,3,1011,2306 +"47623",11270,16347,3,1011,1868 +"47624",11270,16963,3,1011,1999 +"47625",11270,17499,2,1011,2954 +"47626",11270,17695,3,1011,1930 +"47627",11270,18165,3,1011,2085 +"47628",11270,20695,3,1011,2526 +"47629",11270,21358,3,1011,1970 +"47630",11270,22357,3,1011,1397 +"47631",11270,28648,2,1011,1586 +"47632",11270,30544,3,1011,2041 +"47633",11270,30697,3,1011,2891 +"47634",11270,34274,3,1011,1437 +"47635",11270,36399,3,1011,1357 +"47636",11270,41350,2,1011,1935 +"47637",11270,41489,3,1011,2006 +"47638",11270,42372,3,1011,2230 +"47639",11270,43728,1,1011,2308 +"47640",11270,43957,3,1011,1824 +"47641",11270,44132,3,1011,1999 +"47642",11270,45297,3,1011,1864 +"47643",11270,48823,3,1011,2080 +"47644",11270,50468,3,1011,1659 +"47645",11270,51212,2,1011,1801 +"47646",11270,51505,3,1011,1572 +"47647",11270,53652,3,1011,2899 +"47648",11270,56364,3,1011,1626 +"47649",11270,64850,2,1011,2377 +"47650",11270,69260,2,1011,1698 +"47651",11270,76796,3,1011,1140 +"47652",11270,76842,3,1011,1518 +"47653",11270,78477,3,1011,1613 +"47654",11270,78843,3,1011,1524 +"47655",11270,91465,3,1011,1047 +"47656",11270,92630,3,1011,1583 +"47657",11270,93642,3,1011,1120 +"47658",11288,4071,3,345,357 +"47659",11288,10004,3,345,872 +"47660",11288,18479,2,345,2967 +"47661",11288,21976,3,345,1808 +"47662",11288,29275,3,345,949 +"47663",11288,31170,3,345,1776 +"47664",11288,35339,3,345,357 +"47665",11288,57383,3,345,1302 +"47666",11288,61973,3,345,892 +"47667",11288,69887,2,345,357 +"47668",11288,73810,3,345,1554 +"47669",11288,78262,3,345,1326 +"47670",11288,83228,3,345,732 +"47671",11288,89752,3,345,585 +"47672",11310,728,3,957,1812 +"47673",11310,1046,3,957,1881 +"47674",11310,1629,2,957,1289 +"47675",11310,2226,3,957,2225 +"47676",11310,2344,3,957,2752 +"47677",11310,2852,3,957,2448 +"47678",11310,2894,3,957,1291 +"47679",11310,2936,3,957,2512 +"47680",11310,3271,3,957,2216 +"47681",11310,4066,3,957,1736 +"47682",11310,4681,3,957,2356 +"47683",11310,7014,3,957,2401 +"47684",11310,7245,3,957,2089 +"47685",11310,7515,3,957,2737 +"47686",11310,8533,3,957,2251 +"47687",11310,8726,3,957,2083 +"47688",11310,9272,2,957,2835 +"47689",11310,9723,3,957,2302 +"47690",11310,10129,3,957,2124 +"47691",11310,11239,2,957,2181 +"47692",11310,11383,3,957,977 +"47693",11310,11434,3,957,1187 +"47694",11310,15453,3,957,1688 +"47695",11310,16684,3,957,1657 +"47696",11310,16850,3,957,1657 +"47697",11310,18102,3,957,1642 +"47698",11310,18202,3,957,2475 +"47699",11310,18965,3,957,2315 +"47700",11310,19215,3,957,2604 +"47701",11310,19364,2,957,2846 +"47702",11310,22580,3,957,2245 +"47703",11310,22709,2,957,2743 +"47704",11310,23132,3,957,2756 +"47705",11310,25327,3,957,977 +"47706",11310,27195,3,957,2158 +"47707",11310,28094,3,957,1423 +"47708",11310,28432,1,957,1954 +"47709",11310,31541,3,957,1500 +"47710",11310,32947,3,957,1091 +"47711",11310,34831,1,957,1866 +"47712",11310,34921,3,957,2181 +"47713",11310,35302,3,957,1589 +"47714",11310,35446,2,957,1203 +"47715",11310,37279,3,957,2768 +"47716",11310,37859,3,957,1999 +"47717",11310,39906,3,957,2365 +"47718",11310,43226,3,957,2442 +"47719",11310,47947,3,957,2681 +"47720",11310,48110,3,957,2009 +"47721",11310,51879,3,957,1771 +"47722",11310,51999,3,957,2425 +"47723",11310,52215,3,957,1908 +"47724",11310,53809,3,957,1956 +"47725",11310,53924,3,957,1289 +"47726",11310,54313,3,957,1645 +"47727",11310,55472,1,957,1516 +"47728",11310,57977,3,957,2683 +"47729",11310,58508,3,957,2326 +"47730",11310,60516,3,957,2257 +"47731",11310,60879,3,957,2792 +"47732",11310,63409,3,957,1937 +"47733",11310,63498,2,957,977 +"47734",11310,69335,3,957,2698 +"47735",11310,73305,3,957,2544 +"47736",11310,73553,1,957,2726 +"47737",11310,77077,3,957,2693 +"47738",11310,80301,3,957,1690 +"47739",11310,82819,3,957,1900 +"47740",11310,82932,3,957,2245 +"47741",11310,83253,3,957,1102 +"47742",11310,88592,3,957,1418 +"47743",11310,109978,2,957,1865 +"47744",11310,121354,3,957,2862 +"47745",11319,3271,3,2073,2216 +"47746",11319,9272,3,2073,2835 +"47747",11319,11506,3,2073,2824 +"47748",11319,14626,3,2073,2175 +"47749",11319,14761,3,2073,2502 +"47750",11319,18943,3,2073,2861 +"47751",11319,27826,3,2073,2824 +"47752",11319,29319,3,2073,2314 +"47753",11319,32235,3,2073,2109 +"47754",11319,32449,3,2073,2091 +"47755",11319,38038,3,2073,2686 +"47756",11319,43226,3,2073,2442 +"47757",11319,55171,3,2073,2972 +"47758",11319,58508,3,2073,2326 +"47759",11319,64174,3,2073,2377 +"47760",11319,69335,3,2073,2698 +"47761",11319,87362,3,2073,2902 +"47762",11338,13586,1,1019,2966 +"47763",11338,15700,3,1019,1712 +"47764",11338,29929,3,1019,2789 +"47765",11338,29941,3,1019,1986 +"47766",11338,29982,2,1019,1372 +"47767",11338,35815,2,1019,2789 +"47768",11338,42925,3,1019,1358 +"47769",11338,54305,3,1019,1222 +"47770",11338,66962,1,1019,1372 +"47771",11340,6603,2,188,2185 +"47772",11340,88209,3,188,663 +"47773",11346,3034,3,1924,2601 +"47774",11346,16497,3,1924,2370 +"47775",11346,33572,3,1924,2370 +"47776",11346,44427,3,1924,2875 +"47777",11346,49965,2,1924,2301 +"47778",11346,53031,3,1924,2065 +"47779",11346,55828,2,1924,2393 +"47780",11346,68390,3,1924,2608 +"47781",11346,78002,2,1924,2271 +"47782",11348,1453,3,824,1737 +"47783",11348,1592,3,824,2006 +"47784",11348,1639,1,824,2631 +"47785",11348,2208,2,824,2814 +"47786",11348,2709,3,824,1673 +"47787",11348,2716,3,824,1748 +"47788",11348,2742,2,824,1192 +"47789",11348,2972,3,824,1708 +"47790",11348,3306,3,824,1989 +"47791",11348,4317,1,824,1224 +"47792",11348,4790,3,824,1025 +"47793",11348,4791,3,824,1184 +"47794",11348,5438,3,824,1499 +"47795",11348,6044,3,824,2744 +"47796",11348,6104,3,824,2462 +"47797",11348,7241,3,824,2259 +"47798",11348,7506,3,824,2371 +"47799",11348,7616,3,824,2296 +"47800",11348,7627,3,824,1543 +"47801",11348,7759,3,824,2844 +"47802",11348,8712,3,824,1153 +"47803",11348,9871,3,824,921 +"47804",11348,10358,3,824,2294 +"47805",11348,10453,3,824,1656 +"47806",11348,10744,2,824,955 +"47807",11348,10851,3,824,2423 +"47808",11348,12272,3,824,2371 +"47809",11348,12524,3,824,1287 +"47810",11348,13043,2,824,1295 +"47811",11348,13200,3,824,2488 +"47812",11348,13311,3,824,2315 +"47813",11348,15003,3,824,2067 +"47814",11348,16518,2,824,2642 +"47815",11348,16539,3,824,1947 +"47816",11348,17221,3,824,2487 +"47817",11348,17632,3,824,1947 +"47818",11348,19835,3,824,1135 +"47819",11348,19926,2,824,2444 +"47820",11348,21198,3,824,935 +"47821",11348,22543,3,824,1594 +"47822",11348,23310,3,824,2371 +"47823",11348,23725,3,824,2378 +"47824",11348,23825,2,824,1913 +"47825",11348,26080,3,824,2525 +"47826",11348,26749,3,824,2965 +"47827",11348,27173,3,824,2050 +"47828",11348,27427,3,824,2325 +"47829",11348,28048,3,824,1637 +"47830",11348,32457,3,824,2690 +"47831",11348,32919,3,824,2321 +"47832",11348,33949,3,824,2489 +"47833",11348,34836,3,824,2302 +"47834",11348,35926,3,824,2371 +"47835",11348,37285,3,824,2428 +"47836",11348,38019,3,824,1870 +"47837",11348,38055,3,824,1089 +"47838",11348,42543,3,824,1907 +"47839",11348,44557,2,824,2371 +"47840",11348,44819,3,824,2063 +"47841",11348,45776,2,824,1195 +"47842",11348,46621,3,824,1343 +"47843",11348,46803,3,824,2305 +"47844",11348,47064,3,824,1993 +"47845",11348,48289,2,824,2209 +"47846",11348,48605,3,824,2796 +"47847",11348,50041,3,824,1565 +"47848",11348,50134,3,824,2674 +"47849",11348,50275,2,824,2832 +"47850",11348,52154,2,824,1722 +"47851",11348,53885,3,824,1199 +"47852",11348,54250,3,824,2340 +"47853",11348,54929,3,824,2783 +"47854",11348,56688,3,824,2331 +"47855",11348,57842,3,824,2482 +"47856",11348,60624,2,824,1570 +"47857",11348,65475,3,824,1267 +"47858",11348,65691,3,824,2134 +"47859",11348,67805,3,824,1338 +"47860",11348,69250,3,824,1439 +"47861",11348,69745,3,824,1594 +"47862",11348,71342,3,824,1289 +"47863",11348,72956,3,824,1251 +"47864",11348,75948,3,824,1006 +"47865",11348,76133,3,824,1565 +"47866",11348,83434,3,824,850 +"47867",11348,84907,3,824,1259 +"47868",11348,87837,3,824,1987 +"47869",11348,88232,3,824,2881 +"47870",11348,92322,3,824,2393 +"47871",11348,97427,3,824,1060 +"47872",11348,104289,1,824,834 +"47873",11348,119208,2,824,2646 +"47874",11351,16954,3,2971,2972 +"47875",11359,1090,3,1502,2370 +"47876",11359,1092,3,1502,1945 +"47877",11359,8419,3,1502,1956 +"47878",11359,10382,3,1502,2111 +"47879",11359,18244,3,1502,1622 +"47880",11359,27277,1,1502,1994 +"47881",11359,27397,2,1502,2456 +"47882",11359,35854,2,1502,1676 +"47883",11359,37915,3,1502,1905 +"47884",11359,41998,2,1502,2400 +"47885",11359,53779,3,1502,2000 +"47886",11359,64502,3,1502,1670 +"47887",11359,85736,3,1502,1601 +"47888",11359,94125,3,1502,2280 +"47889",11381,1897,3,1638,1727 +"47890",11381,2288,2,1638,1870 +"47891",11381,3271,3,1638,2216 +"47892",11381,3317,3,1638,2037 +"47893",11381,4730,3,1638,2131 +"47894",11381,5055,3,1638,1796 +"47895",11381,6824,2,1638,2680 +"47896",11381,7269,3,1638,1728 +"47897",11381,7433,3,1638,2255 +"47898",11381,7443,3,1638,2028 +"47899",11381,9272,3,1638,2835 +"47900",11381,9861,3,1638,2680 +"47901",11381,10638,2,1638,2692 +"47902",11381,10914,2,1638,1660 +"47903",11381,11506,1,1638,2824 +"47904",11381,13394,2,1638,1667 +"47905",11381,16594,2,1638,1755 +"47906",11381,18571,3,1638,2128 +"47907",11381,18943,2,1638,2861 +"47908",11381,20007,3,1638,2971 +"47909",11381,20432,3,1638,1727 +"47910",11381,21463,3,1638,2437 +"47911",11381,22297,3,1638,1904 +"47912",11381,27783,3,1638,2302 +"47913",11381,28582,3,1638,2698 +"47914",11381,31164,2,1638,1996 +"47915",11381,32449,2,1638,2091 +"47916",11381,34162,3,1638,2336 +"47917",11381,36136,3,1638,2338 +"47918",11381,39105,3,1638,2487 +"47919",11381,41978,3,1638,2824 +"47920",11381,43226,3,1638,2442 +"47921",11381,45730,3,1638,2063 +"47922",11381,46951,2,1638,2429 +"47923",11381,47384,3,1638,1639 +"47924",11381,48110,3,1638,2009 +"47925",11381,53013,3,1638,2523 +"47926",11381,53697,3,1638,1909 +"47927",11381,55604,2,1638,2342 +"47928",11381,56275,3,1638,2152 +"47929",11381,56338,2,1638,1818 +"47930",11381,58508,3,1638,2326 +"47931",11381,59039,3,1638,2870 +"47932",11381,66911,2,1638,1920 +"47933",11381,68592,3,1638,2551 +"47934",11381,69335,2,1638,2698 +"47935",11381,80301,3,1638,1690 +"47936",11381,97013,3,1638,1797 +"47937",11381,104306,3,1638,1665 +"47938",11382,10148,3,2746,2964 +"47939",11382,36441,3,2746,2796 +"47940",11383,798,3,977,2476 +"47941",11383,1015,3,977,1174 +"47942",11383,1196,3,977,1986 +"47943",11383,1203,2,977,1350 +"47944",11383,2120,3,977,1133 +"47945",11383,2294,3,977,1638 +"47946",11383,2852,2,977,2448 +"47947",11383,3284,1,977,1541 +"47948",11383,5599,3,977,1684 +"47949",11383,5897,3,977,2337 +"47950",11383,8610,2,977,2240 +"47951",11383,8726,3,977,2083 +"47952",11383,8777,3,977,1620 +"47953",11383,8860,3,977,2141 +"47954",11383,9481,3,977,1610 +"47955",11383,10087,3,977,1617 +"47956",11383,11239,3,977,2181 +"47957",11383,11625,3,977,2022 +"47958",11383,12897,2,977,1351 +"47959",11383,12948,3,977,2669 +"47960",11383,14754,3,977,2456 +"47961",11383,15978,3,977,981 +"47962",11383,19605,3,977,2395 +"47963",11383,19655,3,977,2706 +"47964",11383,21207,2,977,1258 +"47965",11383,23825,3,977,1913 +"47966",11383,27509,3,977,2067 +"47967",11383,28081,2,977,1927 +"47968",11383,28094,3,977,1423 +"47969",11383,29454,3,977,2719 +"47970",11383,32549,2,977,2111 +"47971",11383,32775,2,977,2135 +"47972",11383,34094,3,977,1360 +"47973",11383,34831,3,977,1866 +"47974",11383,35477,3,977,2703 +"47975",11383,36514,1,977,1192 +"47976",11383,37929,3,977,2393 +"47977",11383,38333,3,977,1365 +"47978",11383,40572,3,977,2666 +"47979",11383,41023,3,977,2408 +"47980",11383,41581,3,977,1692 +"47981",11383,41764,3,977,2409 +"47982",11383,44235,3,977,2700 +"47983",11383,45329,3,977,1693 +"47984",11383,45869,3,977,2840 +"47985",11383,48015,3,977,1355 +"47986",11383,52215,3,977,1908 +"47987",11383,54631,3,977,1531 +"47988",11383,55472,3,977,1516 +"47989",11383,61355,3,977,2467 +"47990",11383,61585,2,977,2315 +"47991",11383,66693,3,977,2554 +"47992",11383,68789,2,977,1929 +"47993",11383,70070,3,977,2425 +"47994",11383,71531,3,977,2887 +"47995",11383,73172,3,977,2496 +"47996",11383,87509,3,977,1907 +"47997",11410,2258,1,201,288 +"47998",11410,8157,3,201,1063 +"47999",11410,25259,2,201,1699 +"48000",11410,26100,3,201,1966 +"48001",11410,64439,3,201,562 +"48002",11419,798,3,1408,2476 +"48003",11419,1386,3,1408,1901 +"48004",11419,5971,3,1408,1985 +"48005",11419,7014,3,1408,2401 +"48006",11419,9030,3,1408,1979 +"48007",11419,9331,3,1408,2269 +"48008",11419,9620,3,1408,2339 +"48009",11419,10914,3,1408,1660 +"48010",11419,13201,3,1408,2034 +"48011",11419,14669,3,1408,2080 +"48012",11419,14772,3,1408,2386 +"48013",11419,15343,3,1408,2125 +"48014",11419,17812,2,1408,2705 +"48015",11419,17967,3,1408,2125 +"48016",11419,18005,3,1408,2449 +"48017",11419,21417,3,1408,2422 +"48018",11419,23301,3,1408,1611 +"48019",11419,27399,3,1408,1866 +"48020",11419,29756,3,1408,2051 +"48021",11419,29791,3,1408,1986 +"48022",11419,32606,3,1408,2100 +"48023",11419,34311,3,1408,2213 +"48024",11419,35542,3,1408,1439 +"48025",11419,37060,3,1408,2840 +"48026",11419,38259,3,1408,2258 +"48027",11419,38908,3,1408,1787 +"48028",11419,39987,3,1408,2096 +"48029",11419,45664,3,1408,2235 +"48030",11419,51758,3,1408,2310 +"48031",11419,51879,2,1408,1771 +"48032",11419,55691,3,1408,2856 +"48033",11419,61336,3,1408,2218 +"48034",11419,68215,3,1408,2727 +"48035",11419,73266,1,1408,2496 +"48036",11419,80655,3,1408,1546 +"48037",11419,82932,3,1408,2245 +"48038",11419,90501,2,1408,2380 +"48039",11424,4032,3,1631,1763 +"48040",11424,4660,3,1631,2149 +"48041",11424,8610,3,1631,2240 +"48042",11424,8726,3,1631,2083 +"48043",11424,10336,3,1631,2271 +"48044",11424,13079,1,1631,2547 +"48045",11424,14754,3,1631,2456 +"48046",11424,15567,3,1631,2671 +"48047",11424,20894,3,1631,2214 +"48048",11424,22578,3,1631,2216 +"48049",11424,28081,3,1631,1927 +"48050",11424,46532,3,1631,2005 +"48051",11424,63641,3,1631,2337 +"48052",11424,66717,3,1631,2104 +"48053",11429,680,3,2520,2569 +"48054",11429,841,3,2520,2964 +"48055",11429,8062,2,2520,2858 +"48056",11429,10200,2,2520,2920 +"48057",11429,11477,3,2520,2724 +"48058",11429,12948,3,2520,2669 +"48059",11429,14586,3,2520,2801 +"48060",11429,16176,3,2520,2703 +"48061",11429,17037,3,2520,2947 +"48062",11429,18371,3,2520,2860 +"48063",11429,24086,2,2520,2663 +"48064",11429,25373,3,2520,2783 +"48065",11429,26152,3,2520,2818 +"48066",11429,27742,3,2520,2700 +"48067",11429,30705,3,2520,2959 +"48068",11429,33755,2,2520,2963 +"48069",11429,36662,3,2520,2967 +"48070",11429,36953,3,2520,2790 +"48071",11429,37342,1,2520,2649 +"48072",11429,38602,3,2520,2693 +"48073",11429,42883,3,2520,2575 +"48074",11429,45869,3,2520,2840 +"48075",11429,51783,2,2520,2599 +"48076",11429,61513,3,2520,2948 +"48077",11429,122567,3,2520,2783 +"48078",11432,2979,3,1593,2912 +"48079",11432,17812,3,1593,2705 +"48080",11432,22403,3,1593,1630 +"48081",11432,30334,3,1593,2075 +"48082",11432,31001,3,1593,2119 +"48083",11432,31700,3,1593,2727 +"48084",11432,31866,3,1593,2101 +"48085",11432,37636,3,1593,2178 +"48086",11432,40392,3,1593,1878 +"48087",11432,49414,3,1593,1667 +"48088",11432,51783,3,1593,2599 +"48089",11432,61337,3,1593,2777 +"48090",11432,70433,3,1593,2639 +"48091",11434,135,3,1187,2233 +"48092",11434,145,3,1187,1998 +"48093",11434,455,2,1187,2827 +"48094",11434,470,2,1187,2285 +"48095",11434,600,2,1187,1702 +"48096",11434,675,3,1187,1686 +"48097",11434,913,2,1187,2144 +"48098",11434,1036,3,1187,1367 +"48099",11434,1136,3,1187,2536 +"48100",11434,1592,3,1187,2006 +"48101",11434,1691,3,1187,1941 +"48102",11434,2523,3,1187,1691 +"48103",11434,3878,3,1187,1890 +"48104",11434,4084,3,1187,2133 +"48105",11434,4687,2,1187,2152 +"48106",11434,5451,3,1187,1299 +"48107",11434,5491,3,1187,2048 +"48108",11434,5504,3,1187,2389 +"48109",11434,6104,3,1187,2462 +"48110",11434,6252,3,1187,2336 +"48111",11434,6390,2,1187,2385 +"48112",11434,6428,3,1187,1952 +"48113",11434,6491,3,1187,2424 +"48114",11434,6718,3,1187,2138 +"48115",11434,7245,3,1187,2089 +"48116",11434,7515,2,1187,2737 +"48117",11434,7847,3,1187,2424 +"48118",11434,8888,3,1187,1328 +"48119",11434,9184,3,1187,2670 +"48120",11434,9311,3,1187,2477 +"48121",11434,9432,2,1187,1693 +"48122",11434,9511,2,1187,1232 +"48123",11434,10433,2,1187,2075 +"48124",11434,10523,3,1187,1510 +"48125",11434,11516,1,1187,1937 +"48126",11434,12199,2,1187,1651 +"48127",11434,12528,3,1187,2589 +"48128",11434,12602,3,1187,1956 +"48129",11434,12618,3,1187,2021 +"48130",11434,13068,2,1187,1778 +"48131",11434,13248,3,1187,1385 +"48132",11434,13837,2,1187,1604 +"48133",11434,13890,3,1187,1482 +"48134",11434,14108,3,1187,2012 +"48135",11434,14943,3,1187,1942 +"48136",11434,15716,3,1187,1991 +"48137",11434,15799,3,1187,1917 +"48138",11434,16750,3,1187,1225 +"48139",11434,17396,3,1187,1672 +"48140",11434,17645,3,1187,1918 +"48141",11434,17698,2,1187,1559 +"48142",11434,18151,3,1187,2962 +"48143",11434,18315,3,1187,2720 +"48144",11434,18543,3,1187,2968 +"48145",11434,19208,3,1187,2629 +"48146",11434,19322,2,1187,2048 +"48147",11434,19335,2,1187,1729 +"48148",11434,19605,3,1187,2395 +"48149",11434,19718,3,1187,1702 +"48150",11434,19934,3,1187,2888 +"48151",11434,20407,3,1187,2339 +"48152",11434,21122,3,1187,1701 +"48153",11434,21133,3,1187,1320 +"48154",11434,21795,3,1187,2653 +"48155",11434,22331,3,1187,2687 +"48156",11434,22567,2,1187,2396 +"48157",11434,23132,1,1187,2756 +"48158",11434,23705,3,1187,2699 +"48159",11434,23918,3,1187,1881 +"48160",11434,24448,3,1187,2289 +"48161",11434,24568,1,1187,1937 +"48162",11434,25378,2,1187,1245 +"48163",11434,25443,3,1187,1441 +"48164",11434,25816,2,1187,2088 +"48165",11434,27275,3,1187,2656 +"48166",11434,27280,3,1187,1965 +"48167",11434,27390,3,1187,2425 +"48168",11434,27391,2,1187,2378 +"48169",11434,27628,3,1187,2389 +"48170",11434,27837,2,1187,1315 +"48171",11434,28115,2,1187,1835 +"48172",11434,28432,3,1187,1954 +"48173",11434,28991,3,1187,1688 +"48174",11434,29170,3,1187,1846 +"48175",11434,29308,3,1187,2094 +"48176",11434,29930,3,1187,2240 +"48177",11434,30052,3,1187,2855 +"48178",11434,30865,3,1187,2038 +"48179",11434,31050,2,1187,1491 +"48180",11434,31235,2,1187,2668 +"48181",11434,34160,2,1187,1759 +"48182",11434,35302,1,1187,1589 +"48183",11434,36439,3,1187,2469 +"48184",11434,36651,3,1187,1600 +"48185",11434,38213,2,1187,1744 +"48186",11434,39189,3,1187,2319 +"48187",11434,40368,3,1187,2876 +"48188",11434,40369,3,1187,2735 +"48189",11434,40383,2,1187,2639 +"48190",11434,41739,2,1187,1339 +"48191",11434,42687,3,1187,1952 +"48192",11434,43941,2,1187,1289 +"48193",11434,45633,3,1187,2134 +"48194",11434,46182,3,1187,1613 +"48195",11434,46621,3,1187,1343 +"48196",11434,47445,3,1187,2668 +"48197",11434,47968,3,1187,2829 +"48198",11434,49144,3,1187,1542 +"48199",11434,49620,2,1187,1868 +"48200",11434,50480,3,1187,2701 +"48201",11434,51925,3,1187,2307 +"48202",11434,52136,3,1187,1412 +"48203",11434,52327,3,1187,1472 +"48204",11434,53196,3,1187,1888 +"48205",11434,54855,2,1187,1525 +"48206",11434,55084,3,1187,1189 +"48207",11434,57129,3,1187,1858 +"48208",11434,57544,3,1187,2443 +"48209",11434,59022,3,1187,2494 +"48210",11434,59700,3,1187,2346 +"48211",11434,59790,3,1187,1827 +"48212",11434,60661,3,1187,2700 +"48213",11434,62219,1,1187,2494 +"48214",11434,62840,3,1187,2502 +"48215",11434,63409,2,1187,1937 +"48216",11434,64181,3,1187,1828 +"48217",11434,64997,3,1187,2791 +"48218",11434,65522,3,1187,1572 +"48219",11434,65625,3,1187,1273 +"48220",11434,66413,3,1187,2507 +"48221",11434,73305,2,1187,2544 +"48222",11434,73553,3,1187,2726 +"48223",11434,74636,2,1187,2525 +"48224",11434,78037,3,1187,1606 +"48225",11434,79804,2,1187,2227 +"48226",11434,80429,2,1187,1927 +"48227",11434,82949,3,1187,2077 +"48228",11434,83907,3,1187,2056 +"48229",11434,88232,3,1187,2881 +"48230",11434,88808,2,1187,1462 +"48231",11434,92322,2,1187,2393 +"48232",11434,97013,3,1187,1797 +"48233",11434,97915,3,1187,1802 +"48234",11434,105063,3,1187,1908 +"48235",11434,107649,2,1187,1573 +"48236",11440,270,2,2026,2542 +"48237",11440,312,2,2026,2038 +"48238",11440,380,2,2026,2261 +"48239",11440,913,3,2026,2144 +"48240",11440,1102,3,2026,2282 +"48241",11440,2036,3,2026,2483 +"48242",11440,2181,3,2026,2030 +"48243",11440,2424,2,2026,2582 +"48244",11440,2572,3,2026,2273 +"48245",11440,3305,3,2026,2839 +"48246",11440,4953,3,2026,2285 +"48247",11440,6055,3,2026,2651 +"48248",11440,6208,3,2026,2361 +"48249",11440,6363,3,2026,2066 +"48250",11440,9184,3,2026,2670 +"48251",11440,10513,3,2026,2284 +"48252",11440,11055,3,2026,2111 +"48253",11440,12728,2,2026,2374 +"48254",11440,13307,3,2026,2206 +"48255",11440,14252,3,2026,2244 +"48256",11440,14959,3,2026,2898 +"48257",11440,15813,3,2026,2143 +"48258",11440,16432,3,2026,2664 +"48259",11440,16954,3,2026,2972 +"48260",11440,17365,3,2026,2746 +"48261",11440,17999,3,2026,2758 +"48262",11440,18394,3,2026,2356 +"48263",11440,19248,1,2026,2357 +"48264",11440,19622,3,2026,2371 +"48265",11440,19719,2,2026,2177 +"48266",11440,21012,3,2026,2325 +"48267",11440,21104,3,2026,2327 +"48268",11440,21285,3,2026,2100 +"48269",11440,21693,3,2026,2176 +"48270",11440,22277,3,2026,2424 +"48271",11440,23509,1,2026,2275 +"48272",11440,25129,3,2026,2647 +"48273",11440,26451,3,2026,2133 +"48274",11440,26749,3,2026,2965 +"48275",11440,27275,3,2026,2656 +"48276",11440,27694,2,2026,2030 +"48277",11440,29095,3,2026,2531 +"48278",11440,33380,3,2026,2340 +"48279",11440,33672,3,2026,2396 +"48280",11440,35738,3,2026,2448 +"48281",11440,38307,3,2026,2648 +"48282",11440,39535,3,2026,2428 +"48283",11440,41945,3,2026,2856 +"48284",11440,43455,2,2026,2846 +"48285",11440,46629,2,2026,2255 +"48286",11440,48605,2,2026,2796 +"48287",11440,50118,3,2026,2654 +"48288",11440,51041,3,2026,2606 +"48289",11440,51866,3,2026,2411 +"48290",11440,52570,3,2026,2645 +"48291",11440,52576,3,2026,2234 +"48292",11440,54695,3,2026,2429 +"48293",11440,55468,3,2026,2511 +"48294",11440,56317,3,2026,2030 +"48295",11440,58508,3,2026,2326 +"48296",11440,59700,3,2026,2346 +"48297",11440,61982,2,2026,2725 +"48298",11440,62841,2,2026,2710 +"48299",11440,64945,3,2026,2279 +"48300",11440,70203,2,2026,2756 +"48301",11440,76892,3,2026,2381 +"48302",11450,14,2,915,1793 +"48303",11450,915,3,915,1793 +"48304",11450,1102,3,915,2282 +"48305",11450,1767,2,915,2727 +"48306",11450,2337,3,915,1697 +"48307",11450,2600,3,915,1182 +"48308",11450,3068,2,915,1815 +"48309",11450,3980,2,915,2771 +"48310",11450,8621,3,915,1681 +"48311",11450,9440,3,915,1006 +"48312",11450,11625,2,915,2022 +"48313",11450,12724,3,915,1930 +"48314",11450,12779,3,915,936 +"48315",11450,13158,2,915,2667 +"48316",11450,14072,3,915,1346 +"48317",11450,14328,2,915,1725 +"48318",11450,15235,1,915,1045 +"48319",11450,15539,3,915,1929 +"48320",11450,17632,3,915,1947 +"48321",11450,17943,3,915,1943 +"48322",11450,19282,3,915,1623 +"48323",11450,19606,3,915,2783 +"48324",11450,20416,2,915,2323 +"48325",11450,20732,3,915,2401 +"48326",11450,22057,3,915,974 +"48327",11450,23726,3,915,2434 +"48328",11450,23751,3,915,1740 +"48329",11450,24255,3,915,2770 +"48330",11450,30092,2,915,1593 +"48331",11450,30236,3,915,2238 +"48332",11450,30827,2,915,2323 +"48333",11450,30850,1,915,1045 +"48334",11450,32064,3,915,1739 +"48335",11450,33380,3,915,2340 +"48336",11450,34136,3,915,2202 +"48337",11450,34659,3,915,1924 +"48338",11450,38213,3,915,1744 +"48339",11450,38284,2,915,1234 +"48340",11450,39135,2,915,2489 +"48341",11450,42216,2,915,2722 +"48342",11450,43404,1,915,2649 +"48343",11450,45302,3,915,2390 +"48344",11450,46680,3,915,1690 +"48345",11450,46717,2,915,938 +"48346",11450,48823,3,915,2080 +"48347",11450,49620,3,915,1868 +"48348",11450,55084,1,915,1189 +"48349",11450,60179,3,915,2708 +"48350",11450,74636,3,915,2525 +"48351",11450,75028,3,915,1660 +"48352",11450,88063,2,915,1045 +"48353",11450,88070,2,915,949 +"48354",11450,88609,3,915,1917 +"48355",11450,95879,3,915,1748 +"48356",11456,6030,3,2715,2953 +"48357",11456,13760,3,2715,2871 +"48358",11456,25325,3,2715,2963 +"48359",11456,36646,2,2715,2744 +"48360",11456,42196,3,2715,2765 +"48361",11456,47877,3,2715,2970 +"48362",11456,49110,3,2715,2938 +"48363",11456,54929,3,2715,2783 +"48364",11471,671,3,839,2328 +"48365",11471,803,3,839,1666 +"48366",11471,2063,3,839,1278 +"48367",11471,2743,2,839,1278 +"48368",11471,3242,3,839,1730 +"48369",11471,3352,3,839,1707 +"48370",11471,10875,3,839,1234 +"48371",11471,11063,1,839,1967 +"48372",11471,12867,3,839,2773 +"48373",11471,16164,3,839,1184 +"48374",11471,20563,3,839,2267 +"48375",11471,20783,2,839,2414 +"48376",11471,20824,3,839,1366 +"48377",11471,23506,3,839,1172 +"48378",11471,43883,3,839,925 +"48379",11471,51022,3,839,1499 +"48380",11471,76081,3,839,1534 +"48381",11471,100134,3,839,977 +"48382",11477,5239,3,2724,2875 +"48383",11477,6030,3,2724,2953 +"48384",11477,8062,3,2724,2858 +"48385",11477,9272,3,2724,2835 +"48386",11477,18371,3,2724,2860 +"48387",11477,25373,3,2724,2783 +"48388",11477,30705,3,2724,2959 +"48389",11477,31436,3,2724,2892 +"48390",11477,33801,3,2724,2899 +"48391",11477,36953,3,2724,2790 +"48392",11477,43455,3,2724,2846 +"48393",11477,50785,3,2724,2877 +"48394",11477,51052,3,2724,2784 +"48395",11477,53475,3,2724,2853 +"48396",11477,54929,3,2724,2783 +"48397",11477,59005,3,2724,2817 +"48398",11477,61982,3,2724,2725 +"48399",11477,68215,3,2724,2727 +"48400",11477,99215,2,2724,2791 +"48401",11493,341,3,2077,2689 +"48402",11493,3493,3,2077,2451 +"48403",11493,3966,3,2077,2425 +"48404",11493,5315,3,2077,2631 +"48405",11493,6192,3,2077,2409 +"48406",11493,7029,3,2077,2204 +"48407",11493,10310,1,2077,2774 +"48408",11493,10358,3,2077,2294 +"48409",11493,11103,2,2077,2393 +"48410",11493,11239,3,2077,2181 +"48411",11493,14032,3,2077,2144 +"48412",11493,16352,3,2077,2657 +"48413",11493,18165,3,2077,2085 +"48414",11493,18344,3,2077,2204 +"48415",11493,19208,3,2077,2629 +"48416",11493,20331,3,2077,2365 +"48417",11493,20730,3,2077,2243 +"48418",11493,23725,3,2077,2378 +"48419",11493,24256,2,2077,2393 +"48420",11493,25325,3,2077,2963 +"48421",11493,27195,2,2077,2158 +"48422",11493,29580,3,2077,2776 +"48423",11493,29930,1,2077,2240 +"48424",11493,31705,3,2077,2706 +"48425",11493,33184,2,2077,2522 +"48426",11493,34735,3,2077,2767 +"48427",11493,36441,3,2077,2796 +"48428",11493,36574,3,2077,2934 +"48429",11493,41770,2,2077,2752 +"48430",11493,41955,3,2077,2479 +"48431",11493,42390,3,2077,2937 +"48432",11493,42574,3,2077,2842 +"48433",11493,42799,3,2077,2729 +"48434",11493,45504,3,2077,2301 +"48435",11493,53219,3,2077,2973 +"48436",11493,54551,3,2077,2348 +"48437",11493,67129,3,2077,2335 +"48438",11493,73305,3,2077,2544 +"48439",11493,80944,3,2077,2300 +"48440",11493,117956,3,2077,2774 +"48441",11504,12122,3,1260,1385 +"48442",11504,50041,3,1260,1565 +"48443",11506,9272,3,2824,2835 +"48444",11506,11351,3,2824,2971 +"48445",11506,18943,1,2824,2861 +"48446",11506,20007,2,2824,2971 +"48447",11506,59039,3,2824,2870 +"48448",11516,145,3,1937,1998 +"48449",11516,455,3,1937,2827 +"48450",11516,470,3,1937,2285 +"48451",11516,913,2,1937,2144 +"48452",11516,1136,3,1937,2536 +"48453",11516,1691,3,1937,1941 +"48454",11516,2208,3,1937,2814 +"48455",11516,3520,3,1937,2281 +"48456",11516,4084,3,1937,2133 +"48457",11516,4687,3,1937,2152 +"48458",11516,5504,3,1937,2389 +"48459",11516,6390,2,1937,2385 +"48460",11516,6718,3,1937,2138 +"48461",11516,7245,3,1937,2089 +"48462",11516,7515,2,1937,2737 +"48463",11516,7847,3,1937,2424 +"48464",11516,8226,3,1937,2046 +"48465",11516,9175,3,1937,2639 +"48466",11516,9184,3,1937,2670 +"48467",11516,9311,3,1937,2477 +"48468",11516,10433,3,1937,2075 +"48469",11516,12602,3,1937,1956 +"48470",11516,18315,3,1937,2720 +"48471",11516,19322,1,1937,2048 +"48472",11516,19934,3,1937,2888 +"48473",11516,20407,3,1937,2339 +"48474",11516,22567,3,1937,2396 +"48475",11516,23132,2,1937,2756 +"48476",11516,24448,3,1937,2289 +"48477",11516,24558,3,1937,2139 +"48478",11516,25816,3,1937,2088 +"48479",11516,27275,3,1937,2656 +"48480",11516,27280,3,1937,1965 +"48481",11516,27390,3,1937,2425 +"48482",11516,27391,2,1937,2378 +"48483",11516,28892,3,1937,2023 +"48484",11516,29308,3,1937,2094 +"48485",11516,29930,3,1937,2240 +"48486",11516,30865,3,1937,2038 +"48487",11516,31235,2,1937,2668 +"48488",11516,36439,3,1937,2469 +"48489",11516,39189,2,1937,2319 +"48490",11516,40383,3,1937,2639 +"48491",11516,42687,3,1937,1952 +"48492",11516,45633,3,1937,2134 +"48493",11516,47445,3,1937,2668 +"48494",11516,47968,3,1937,2829 +"48495",11516,51925,3,1937,2307 +"48496",11516,57544,3,1937,2443 +"48497",11516,62219,1,1937,2494 +"48498",11516,62840,3,1937,2502 +"48499",11516,62852,3,1937,2067 +"48500",11516,64997,3,1937,2791 +"48501",11516,66413,3,1937,2507 +"48502",11516,73305,3,1937,2544 +"48503",11516,74636,3,1937,2525 +"48504",11516,79804,2,1937,2227 +"48505",11516,82949,3,1937,2077 +"48506",11516,83907,2,1937,2056 +"48507",11516,89241,3,1937,2319 +"48508",11516,91772,3,1937,2233 +"48509",11516,92322,3,1937,2393 +"48510",11518,237,3,803,1982 +"48511",11518,919,3,803,910 +"48512",11518,1822,3,803,2888 +"48513",11518,2057,3,803,1965 +"48514",11518,2120,2,803,1133 +"48515",11518,2139,2,803,2502 +"48516",11518,2181,3,803,2030 +"48517",11518,2226,3,803,2225 +"48518",11518,2852,3,803,2448 +"48519",11518,3477,2,803,2546 +"48520",11518,3770,3,803,2623 +"48521",11518,4367,3,803,2794 +"48522",11518,4602,3,803,2446 +"48523",11518,4622,3,803,1589 +"48524",11518,6063,2,803,2349 +"48525",11518,6392,3,803,1878 +"48526",11518,8993,3,803,2099 +"48527",11518,9332,3,803,2734 +"48528",11518,9503,3,803,2453 +"48529",11518,10766,3,803,2647 +"48530",11518,10875,3,803,1234 +"48531",11518,11143,3,803,2623 +"48532",11518,11154,3,803,1594 +"48533",11518,11229,3,803,1625 +"48534",11518,11383,3,803,977 +"48535",11518,12653,3,803,1573 +"48536",11518,12735,2,803,819 +"48537",11518,12779,2,803,936 +"48538",11518,13007,2,803,2496 +"48539",11518,13899,3,803,2650 +"48540",11518,14817,3,803,2110 +"48541",11518,14915,3,803,2606 +"48542",11518,15023,3,803,2054 +"48543",11518,15095,3,803,2001 +"48544",11518,15443,3,803,1631 +"48545",11518,16021,3,803,858 +"48546",11518,16959,3,803,888 +"48547",11518,17133,2,803,924 +"48548",11518,17399,3,803,884 +"48549",11518,18217,2,803,1566 +"48550",11518,19317,3,803,2041 +"48551",11518,20124,3,803,2376 +"48552",11518,20343,3,803,851 +"48553",11518,20984,3,803,2502 +"48554",11518,21684,3,803,1971 +"48555",11518,22403,3,803,1630 +"48556",11518,22462,1,803,869 +"48557",11518,24096,3,803,2612 +"48558",11518,24255,3,803,2770 +"48559",11518,24264,1,803,1760 +"48560",11518,25327,3,803,977 +"48561",11518,26700,3,803,1663 +"48562",11518,28094,3,803,1423 +"48563",11518,28588,3,803,1335 +"48564",11518,29267,3,803,1234 +"48565",11518,30486,3,803,1269 +"48566",11518,31216,3,803,1244 +"48567",11518,31357,3,803,2389 +"48568",11518,32202,3,803,2314 +"48569",11518,32339,3,803,2430 +"48570",11518,32395,2,803,2735 +"48571",11518,33223,2,803,2397 +"48572",11518,33451,2,803,1957 +"48573",11518,33470,3,803,2003 +"48574",11518,34117,2,803,961 +"48575",11518,34491,3,803,2694 +"48576",11518,35133,2,803,2219 +"48577",11518,35822,3,803,1903 +"48578",11518,36346,3,803,1240 +"48579",11518,37301,3,803,2160 +"48580",11518,37813,3,803,1920 +"48581",11518,37929,3,803,2393 +"48582",11518,38457,3,803,1630 +"48583",11518,38458,3,803,1368 +"48584",11518,38513,3,803,914 +"48585",11518,38938,3,803,1593 +"48586",11518,39256,3,803,2449 +"48587",11518,40138,3,803,2719 +"48588",11518,40542,2,803,1664 +"48589",11518,40572,3,803,2666 +"48590",11518,40747,3,803,958 +"48591",11518,43524,3,803,2572 +"48592",11518,44181,3,803,1034 +"48593",11518,44235,3,803,2700 +"48594",11518,45355,3,803,1450 +"48595",11518,45729,3,803,2606 +"48596",11518,46261,2,803,2350 +"48597",11518,47595,3,803,2374 +"48598",11518,51843,3,803,2389 +"48599",11518,51879,3,803,1771 +"48600",11518,52041,3,803,2694 +"48601",11518,52554,3,803,1683 +"48602",11518,52953,3,803,1741 +"48603",11518,54204,2,803,1449 +"48604",11518,56873,2,803,1421 +"48605",11518,57150,3,803,1196 +"48606",11518,59790,3,803,1827 +"48607",11518,70586,3,803,2562 +"48608",11518,76143,3,803,1610 +"48609",11518,76503,3,803,1136 +"48610",11518,76507,3,803,1437 +"48611",11518,79547,3,803,1909 +"48612",11518,84317,3,803,2081 +"48613",11518,88739,3,803,933 +"48614",11518,90709,3,803,1080 +"48615",11521,2057,3,1559,1965 +"48616",11521,6363,3,1559,2066 +"48617",11521,7499,3,1559,1803 +"48618",11521,10250,3,1559,1606 +"48619",11521,14612,3,1559,2340 +"48620",11521,16869,3,1559,1985 +"48621",11521,17672,3,1559,1987 +"48622",11521,20709,2,1559,1757 +"48623",11521,23771,3,1559,1614 +"48624",11521,32606,3,1559,2100 +"48625",11521,47098,3,1559,2057 +"48626",11521,50785,3,1559,2877 +"48627",11521,65856,3,1559,2504 +"48628",11521,70011,3,1559,2690 +"48629",11521,76997,3,1559,2223 +"48630",11521,93609,3,1559,2252 +"48631",11537,194,3,469,1243 +"48632",11537,1702,3,469,1984 +"48633",11537,1846,3,469,1845 +"48634",11537,6160,3,469,969 +"48635",11537,7337,3,469,1797 +"48636",11537,11639,3,469,1593 +"48637",11537,23756,3,469,2309 +"48638",11537,26700,1,469,1663 +"48639",11537,27545,3,469,855 +"48640",11537,38938,2,469,1593 +"48641",11537,44074,3,469,1299 +"48642",11537,45375,3,469,862 +"48643",11537,48214,3,469,2756 +"48644",11537,54127,2,469,1593 +"48645",11537,62626,3,469,2787 +"48646",11537,79432,3,469,1708 +"48647",11537,82023,3,469,992 +"48648",11537,85405,3,469,1593 +"48649",11537,90709,3,469,1080 +"48650",11537,92217,3,469,1663 +"48651",11537,99332,3,469,873 +"48652",11538,448,3,2288,2693 +"48653",11538,8865,3,2288,2394 +"48654",11538,9362,3,2288,2879 +"48655",11538,14586,3,2288,2801 +"48656",11538,27908,3,2288,2576 +"48657",11538,32818,3,2288,2485 +"48658",11538,36970,3,2288,2693 +"48659",11538,40295,3,2288,2703 +"48660",11540,380,3,1237,2261 +"48661",11540,1102,3,1237,2282 +"48662",11540,1130,3,1237,1566 +"48663",11540,1875,3,1237,1786 +"48664",11540,2325,3,1237,1641 +"48665",11540,2424,3,1237,2582 +"48666",11540,2572,3,1237,2273 +"48667",11540,2754,3,1237,1360 +"48668",11540,2864,3,1237,1543 +"48669",11540,3716,2,1237,1679 +"48670",11540,3777,3,1237,1798 +"48671",11540,3801,3,1237,1974 +"48672",11540,3886,3,1237,1669 +"48673",11540,3961,3,1237,2426 +"48674",11540,3966,3,1237,2425 +"48675",11540,4690,3,1237,1938 +"48676",11540,5041,3,1237,2371 +"48677",11540,5315,3,1237,2631 +"48678",11540,5984,3,1237,1675 +"48679",11540,5986,3,1237,1721 +"48680",11540,6044,3,1237,2744 +"48681",11540,6047,2,1237,2004 +"48682",11540,6052,3,1237,1985 +"48683",11540,6074,3,1237,2426 +"48684",11540,6417,2,1237,1675 +"48685",11540,7406,3,1237,1906 +"48686",11540,7861,3,1237,1647 +"48687",11540,8621,3,1237,1681 +"48688",11540,9364,3,1237,1698 +"48689",11540,10358,3,1237,2294 +"48690",11540,10513,2,1237,2284 +"48691",11540,10717,3,1237,1938 +"48692",11540,11218,3,1237,2292 +"48693",11540,12042,3,1237,2345 +"48694",11540,12602,3,1237,1956 +"48695",11540,12724,3,1237,1930 +"48696",11540,13967,3,1237,1354 +"48697",11540,14032,3,1237,2144 +"48698",11540,14834,3,1237,2739 +"48699",11540,15309,3,1237,2820 +"48700",11540,15626,3,1237,2434 +"48701",11540,15872,1,1237,1551 +"48702",11540,16332,3,1237,2668 +"48703",11540,16352,3,1237,2657 +"48704",11540,16826,3,1237,2599 +"48705",11540,17396,3,1237,1672 +"48706",11540,17819,3,1237,2291 +"48707",11540,17943,3,1237,1943 +"48708",11540,17997,3,1237,1621 +"48709",11540,18874,3,1237,2170 +"48710",11540,19027,3,1237,2721 +"48711",11540,19719,3,1237,2177 +"48712",11540,20067,3,1237,2390 +"48713",11540,20124,3,1237,2376 +"48714",11540,20975,2,1237,1305 +"48715",11540,21138,1,1237,2849 +"48716",11540,21682,3,1237,2414 +"48717",11540,21693,3,1237,2176 +"48718",11540,21706,3,1237,1988 +"48719",11540,21929,3,1237,2062 +"48720",11540,22141,2,1237,2348 +"48721",11540,22282,3,1237,1418 +"48722",11540,22326,3,1237,2818 +"48723",11540,22362,3,1237,1836 +"48724",11540,22639,3,1237,2352 +"48725",11540,23159,3,1237,1548 +"48726",11540,23869,3,1237,1918 +"48727",11540,24146,3,1237,2003 +"48728",11540,25443,3,1237,1441 +"48729",11540,25680,3,1237,1618 +"48730",11540,26080,3,1237,2525 +"48731",11540,26282,3,1237,1241 +"48732",11540,26749,3,1237,2965 +"48733",11540,28015,3,1237,1624 +"48734",11540,29314,3,1237,2736 +"48735",11540,29930,3,1237,2240 +"48736",11540,30981,3,1237,2366 +"48737",11540,33801,3,1237,2899 +"48738",11540,34509,3,1237,1973 +"48739",11540,34735,3,1237,2767 +"48740",11540,35529,3,1237,1620 +"48741",11540,36962,3,1237,2861 +"48742",11540,37333,3,1237,1612 +"48743",11540,38019,3,1237,1870 +"48744",11540,39746,3,1237,1361 +"48745",11540,40432,3,1237,1956 +"48746",11540,40487,3,1237,2512 +"48747",11540,41972,3,1237,2509 +"48748",11540,42129,3,1237,2318 +"48749",11540,42216,3,1237,2722 +"48750",11540,43112,3,1237,2564 +"48751",11540,43173,3,1237,2895 +"48752",11540,45302,3,1237,2390 +"48753",11540,46091,3,1237,1938 +"48754",11540,47248,2,1237,2883 +"48755",11540,47386,3,1237,2226 +"48756",11540,47715,3,1237,2111 +"48757",11540,49512,3,1237,1302 +"48758",11540,51017,1,1237,2073 +"48759",11540,51035,2,1237,2397 +"48760",11540,51866,3,1237,2411 +"48761",11540,52576,3,1237,2234 +"48762",11540,53134,3,1237,1590 +"48763",11540,53323,3,1237,2677 +"48764",11540,53475,3,1237,2853 +"48765",11540,54020,3,1237,1578 +"48766",11540,54929,3,1237,2783 +"48767",11540,56317,3,1237,2030 +"48768",11540,57977,3,1237,2683 +"48769",11540,58508,3,1237,2326 +"48770",11540,60280,3,1237,1918 +"48771",11540,64181,3,1237,1828 +"48772",11540,66983,3,1237,2397 +"48773",11540,70269,3,1237,2368 +"48774",11540,71342,3,1237,1289 +"48775",11540,72956,3,1237,1251 +"48776",11540,80825,3,1237,2315 +"48777",11540,81588,3,1237,1568 +"48778",11540,82949,3,1237,2077 +"48779",11540,84022,2,1237,2289 +"48780",11540,85356,3,1237,1492 +"48781",11542,21044,3,118,1574 +"48782",11542,43112,3,118,2564 +"48783",11542,49708,3,118,1147 +"48784",11542,63631,3,118,763 +"48785",11542,87901,3,118,849 +"48786",11542,95998,3,118,1250 +"48787",11542,96757,2,118,476 +"48788",11546,135,3,1174,2233 +"48789",11546,1323,2,1174,1659 +"48790",11546,2063,3,1174,1278 +"48791",11546,2704,2,1174,2609 +"48792",11546,3163,2,1174,2020 +"48793",11546,3167,3,1174,1676 +"48794",11546,3961,3,1174,2426 +"48795",11546,4191,3,1174,2130 +"48796",11546,7196,3,1174,1508 +"48797",11546,7984,3,1174,2493 +"48798",11546,13808,3,1174,1356 +"48799",11546,15401,3,1174,1999 +"48800",11546,16625,3,1174,1285 +"48801",11546,16801,3,1174,2008 +"48802",11546,18735,1,1174,1581 +"48803",11546,19892,3,1174,1212 +"48804",11546,20067,3,1174,2390 +"48805",11546,25341,3,1174,1858 +"48806",11546,28892,3,1174,2023 +"48807",11546,29456,2,1174,1182 +"48808",11546,31050,3,1174,1491 +"48809",11546,32988,2,1174,2008 +"48810",11546,38219,3,1174,1689 +"48811",11546,38449,3,1174,1802 +"48812",11546,40645,3,1174,1899 +"48813",11546,42505,2,1174,2008 +"48814",11546,42935,3,1174,2400 +"48815",11546,45903,3,1174,2237 +"48816",11546,51410,3,1174,2739 +"48817",11546,53196,3,1174,1888 +"48818",11546,55139,2,1174,2323 +"48819",11546,55862,3,1174,2123 +"48820",11546,65155,3,1174,1947 +"48821",11546,65322,3,1174,2008 +"48822",11546,65625,3,1174,1273 +"48823",11546,78150,3,1174,2581 +"48824",11546,82767,3,1174,1641 +"48825",11546,89511,3,1174,1205 +"48826",11546,92757,3,1174,2615 +"48827",11546,96352,3,1174,1493 +"48828",11546,97160,2,1174,1215 +"48829",11546,105233,3,1174,1199 +"48830",11563,160,3,1863,2007 +"48831",11563,2190,2,1863,2359 +"48832",11563,2418,3,1863,2020 +"48833",11563,2852,3,1863,2448 +"48834",11563,3127,3,1863,2273 +"48835",11563,4730,3,1863,2131 +"48836",11563,5897,3,1863,2337 +"48837",11563,5962,3,1863,2491 +"48838",11563,6119,2,1863,2358 +"48839",11563,7252,1,1863,2799 +"48840",11563,8568,3,1863,2706 +"48841",11563,8890,3,1863,1955 +"48842",11563,9615,3,1863,2464 +"48843",11563,10336,2,1863,2271 +"48844",11563,11029,3,1863,2362 +"48845",11563,15826,3,1863,2772 +"48846",11563,16286,1,1863,2470 +"48847",11563,16866,3,1863,2718 +"48848",11563,18865,3,1863,2676 +"48849",11563,19858,3,1863,2357 +"48850",11563,23325,3,1863,2779 +"48851",11563,28869,3,1863,2425 +"48852",11563,30334,3,1863,2075 +"48853",11563,30442,3,1863,2124 +"48854",11563,33341,3,1863,2338 +"48855",11563,34216,3,1863,2832 +"48856",11563,35728,3,1863,2017 +"48857",11563,36953,3,1863,2790 +"48858",11563,37036,3,1863,2264 +"48859",11563,37636,3,1863,2178 +"48860",11563,39062,3,1863,2020 +"48861",11563,40392,3,1863,1878 +"48862",11563,40572,3,1863,2666 +"48863",11563,41633,3,1863,1976 +"48864",11563,41955,3,1863,2479 +"48865",11563,42813,1,1863,2142 +"48866",11563,46486,2,1863,1868 +"48867",11563,51265,3,1863,2670 +"48868",11563,51360,3,1863,1882 +"48869",11563,51783,3,1863,2599 +"48870",11563,51838,3,1863,2288 +"48871",11563,52483,2,1863,2317 +"48872",11563,53248,3,1863,2271 +"48873",11563,58521,2,1863,2950 +"48874",11563,63395,3,1863,2334 +"48875",11563,66677,3,1863,2151 +"48876",11563,92850,3,1863,1971 +"48877",11563,111375,3,1863,2686 +"48878",11576,145,3,808,1998 +"48879",11576,380,3,808,2261 +"48880",11576,600,3,808,1702 +"48881",11576,913,3,808,2144 +"48882",11576,1036,3,808,1367 +"48883",11576,1044,3,808,880 +"48884",11576,1046,3,808,1881 +"48885",11576,1102,3,808,2282 +"48886",11576,1127,3,808,1188 +"48887",11576,1130,3,808,1566 +"48888",11576,1196,3,808,1986 +"48889",11576,1275,3,808,2068 +"48890",11576,1875,3,808,1786 +"48891",11576,2093,3,808,2459 +"48892",11576,2269,2,808,984 +"48893",11576,2325,3,808,1641 +"48894",11576,2424,3,808,2582 +"48895",11576,2484,3,808,2389 +"48896",11576,2572,3,808,2273 +"48897",11576,2754,3,808,1360 +"48898",11576,2864,3,808,1543 +"48899",11576,3306,3,808,1989 +"48900",11576,3716,2,808,1679 +"48901",11576,3753,3,808,1255 +"48902",11576,3777,3,808,1798 +"48903",11576,3801,3,808,1974 +"48904",11576,3886,3,808,1669 +"48905",11576,3947,3,808,2067 +"48906",11576,3954,3,808,839 +"48907",11576,3961,2,808,2426 +"48908",11576,3966,3,808,2425 +"48909",11576,4289,3,808,1921 +"48910",11576,4690,3,808,1938 +"48911",11576,4705,3,808,1714 +"48912",11576,4863,3,808,1961 +"48913",11576,4953,3,808,2285 +"48914",11576,5041,3,808,2371 +"48915",11576,5315,2,808,2631 +"48916",11576,5350,3,808,2522 +"48917",11576,5429,3,808,1991 +"48918",11576,5622,3,808,2175 +"48919",11576,5716,2,808,1058 +"48920",11576,5984,2,808,1675 +"48921",11576,5986,2,808,1721 +"48922",11576,6044,3,808,2744 +"48923",11576,6047,2,808,2004 +"48924",11576,6052,3,808,1985 +"48925",11576,6062,3,808,2681 +"48926",11576,6074,3,808,2426 +"48927",11576,6162,3,808,1673 +"48928",11576,6324,3,808,1990 +"48929",11576,6417,1,808,1675 +"48930",11576,6821,3,808,1788 +"48931",11576,7406,3,808,1906 +"48932",11576,7861,3,808,1647 +"48933",11576,7992,3,808,2033 +"48934",11576,8513,2,808,875 +"48935",11576,8533,3,808,2251 +"48936",11576,8621,3,808,1681 +"48937",11576,8865,3,808,2394 +"48938",11576,8888,3,808,1328 +"48939",11576,9364,3,808,1698 +"48940",11576,9474,3,808,864 +"48941",11576,9654,3,808,2111 +"48942",11576,9702,3,808,1928 +"48943",11576,9928,3,808,2345 +"48944",11576,9950,3,808,920 +"48945",11576,10358,2,808,2294 +"48946",11576,10513,2,808,2284 +"48947",11576,10717,2,808,1938 +"48948",11576,10779,3,808,2881 +"48949",11576,10857,3,808,2253 +"48950",11576,10870,3,808,1755 +"48951",11576,10871,3,808,2314 +"48952",11576,11103,3,808,2393 +"48953",11576,11218,2,808,2292 +"48954",11576,11456,3,808,2715 +"48955",11576,11477,3,808,2724 +"48956",11576,11493,3,808,2077 +"48957",11576,11540,1,808,1237 +"48958",11576,11966,3,808,2385 +"48959",11576,12035,3,808,2721 +"48960",11576,12042,2,808,2345 +"48961",11576,12067,3,808,1213 +"48962",11576,12371,3,808,1569 +"48963",11576,12462,3,808,1461 +"48964",11576,12602,3,808,1956 +"48965",11576,12692,3,808,1855 +"48966",11576,12724,3,808,1930 +"48967",11576,13248,3,808,1385 +"48968",11576,13311,3,808,2315 +"48969",11576,13388,3,808,2119 +"48970",11576,13780,3,808,2412 +"48971",11576,13801,3,808,2041 +"48972",11576,13929,3,808,2693 +"48973",11576,13967,2,808,1354 +"48974",11576,13979,3,808,1559 +"48975",11576,14032,2,808,2144 +"48976",11576,14834,3,808,2739 +"48977",11576,14855,2,808,903 +"48978",11576,14943,3,808,1942 +"48979",11576,15301,3,808,2308 +"48980",11576,15309,2,808,2820 +"48981",11576,15402,3,808,1281 +"48982",11576,15539,3,808,1929 +"48983",11576,15626,3,808,2434 +"48984",11576,15636,3,808,2857 +"48985",11576,15734,3,808,1616 +"48986",11576,15872,2,808,1551 +"48987",11576,16053,2,808,908 +"48988",11576,16096,3,808,2301 +"48989",11576,16120,1,808,1237 +"48990",11576,16164,3,808,1184 +"48991",11576,16332,3,808,2668 +"48992",11576,16352,2,808,2657 +"48993",11576,16539,3,808,1947 +"48994",11576,16826,2,808,2599 +"48995",11576,17396,3,808,1672 +"48996",11576,17400,3,808,2231 +"48997",11576,17484,3,808,1256 +"48998",11576,17819,3,808,2291 +"48999",11576,17943,3,808,1943 +"49000",11576,17997,2,808,1621 +"49001",11576,18103,3,808,1968 +"49002",11576,18348,3,808,1711 +"49003",11576,18874,2,808,2170 +"49004",11576,19027,3,808,2721 +"49005",11576,19587,3,808,1684 +"49006",11576,19634,3,808,954 +"49007",11576,19637,2,808,1229 +"49008",11576,19719,3,808,2177 +"49009",11576,20067,2,808,2390 +"49010",11576,20124,3,808,2376 +"49011",11576,20311,3,808,1981 +"49012",11576,20732,3,808,2401 +"49013",11576,20975,2,808,1305 +"49014",11576,21138,1,808,2849 +"49015",11576,21198,3,808,935 +"49016",11576,21422,3,808,935 +"49017",11576,21571,3,808,2755 +"49018",11576,21682,3,808,2414 +"49019",11576,21693,3,808,2176 +"49020",11576,21706,2,808,1988 +"49021",11576,21929,3,808,2062 +"49022",11576,22141,2,808,2348 +"49023",11576,22282,3,808,1418 +"49024",11576,22326,3,808,2818 +"49025",11576,22362,3,808,1836 +"49026",11576,22586,3,808,1341 +"49027",11576,22639,2,808,2352 +"49028",11576,23006,3,808,1532 +"49029",11576,23011,3,808,2763 +"49030",11576,23159,2,808,1548 +"49031",11576,23310,3,808,2371 +"49032",11576,23508,3,808,1907 +"49033",11576,23726,3,808,2434 +"49034",11576,23806,3,808,1671 +"49035",11576,23869,2,808,1918 +"49036",11576,24146,2,808,2003 +"49037",11576,24169,3,808,1663 +"49038",11576,24240,3,808,1755 +"49039",11576,24253,3,808,2213 +"49040",11576,24256,3,808,2393 +"49041",11576,24362,3,808,1287 +"49042",11576,24497,3,808,1979 +"49043",11576,24568,3,808,1937 +"49044",11576,24853,3,808,1004 +"49045",11576,25078,3,808,2312 +"49046",11576,25325,3,808,2963 +"49047",11576,25443,3,808,1441 +"49048",11576,25486,3,808,2582 +"49049",11576,25680,2,808,1618 +"49050",11576,26080,3,808,2525 +"49051",11576,26249,3,808,2301 +"49052",11576,26282,3,808,1241 +"49053",11576,26366,3,808,1688 +"49054",11576,26479,3,808,1818 +"49055",11576,26659,3,808,903 +"49056",11576,26749,3,808,2965 +"49057",11576,26818,3,808,1999 +"49058",11576,27104,3,808,1608 +"49059",11576,27195,3,808,2158 +"49060",11576,27205,3,808,966 +"49061",11576,27642,3,808,1531 +"49062",11576,28002,2,808,914 +"49063",11576,28015,3,808,1624 +"49064",11576,28130,3,808,908 +"49065",11576,28131,3,808,1492 +"49066",11576,28296,3,808,2944 +"49067",11576,28571,3,808,1556 +"49068",11576,28784,3,808,1579 +"49069",11576,29314,3,808,2736 +"49070",11576,29930,2,808,2240 +"49071",11576,30081,3,808,2403 +"49072",11576,30150,3,808,1704 +"49073",11576,30883,3,808,1629 +"49074",11576,30981,3,808,2366 +"49075",11576,31069,3,808,1995 +"49076",11576,31235,3,808,2668 +"49077",11576,31279,3,808,965 +"49078",11576,31530,3,808,1661 +"49079",11576,32567,3,808,2784 +"49080",11576,32658,3,808,1694 +"49081",11576,32694,3,808,1602 +"49082",11576,32919,3,808,2321 +"49083",11576,33383,3,808,1572 +"49084",11576,33801,2,808,2899 +"49085",11576,33981,3,808,1993 +"49086",11576,34120,3,808,2786 +"49087",11576,34158,3,808,2639 +"49088",11576,34509,3,808,1973 +"49089",11576,34735,2,808,2767 +"49090",11576,34907,3,808,1945 +"49091",11576,35361,3,808,2389 +"49092",11576,35529,2,808,1620 +"49093",11576,35926,3,808,2371 +"49094",11576,36950,3,808,2204 +"49095",11576,36962,2,808,2861 +"49096",11576,37333,2,808,1612 +"49097",11576,38019,3,808,1870 +"49098",11576,38055,3,808,1089 +"49099",11576,38227,3,808,2511 +"49100",11576,38467,3,808,1259 +"49101",11576,39186,3,808,1258 +"49102",11576,39238,3,808,922 +"49103",11576,39294,3,808,1889 +"49104",11576,39746,3,808,1361 +"49105",11576,40072,3,808,1182 +"49106",11576,40432,2,808,1956 +"49107",11576,40493,3,808,1981 +"49108",11576,40698,3,808,1408 +"49109",11576,40893,3,808,1116 +"49110",11576,41832,3,808,1155 +"49111",11576,41955,3,808,2479 +"49112",11576,41972,3,808,2509 +"49113",11576,42129,3,808,2318 +"49114",11576,42196,3,808,2765 +"49115",11576,42216,3,808,2722 +"49116",11576,42619,3,808,2017 +"49117",11576,42747,3,808,1189 +"49118",11576,43112,3,808,2564 +"49119",11576,43153,3,808,1381 +"49120",11576,43173,3,808,2895 +"49121",11576,44160,2,808,859 +"49122",11576,44407,3,808,2154 +"49123",11576,44521,3,808,1593 +"49124",11576,44636,3,808,1026 +"49125",11576,44676,3,808,2629 +"49126",11576,44819,3,808,2063 +"49127",11576,45136,3,808,877 +"49128",11576,45302,3,808,2390 +"49129",11576,45903,3,808,2237 +"49130",11576,46091,3,808,1938 +"49131",11576,46111,3,808,871 +"49132",11576,46803,3,808,2305 +"49133",11576,47248,2,808,2883 +"49134",11576,47386,2,808,2226 +"49135",11576,47715,3,808,2111 +"49136",11576,48215,3,808,2028 +"49137",11576,49512,3,808,1302 +"49138",11576,49787,3,808,2352 +"49139",11576,49812,3,808,1816 +"49140",11576,50124,2,808,1209 +"49141",11576,50179,3,808,2230 +"49142",11576,50236,3,808,2339 +"49143",11576,50269,3,808,1966 +"49144",11576,50382,3,808,2244 +"49145",11576,50977,3,808,2352 +"49146",11576,51017,1,808,2073 +"49147",11576,51035,2,808,2397 +"49148",11576,51866,3,808,2411 +"49149",11576,52442,3,808,1269 +"49150",11576,52576,3,808,2234 +"49151",11576,53134,2,808,1590 +"49152",11576,53323,3,808,2677 +"49153",11576,53475,2,808,2853 +"49154",11576,54020,2,808,1578 +"49155",11576,54551,3,808,2348 +"49156",11576,54676,3,808,1342 +"49157",11576,54879,3,808,2210 +"49158",11576,54929,2,808,2783 +"49159",11576,55349,3,808,826 +"49160",11576,56082,3,808,2395 +"49161",11576,56317,3,808,2030 +"49162",11576,56604,3,808,1919 +"49163",11576,56807,3,808,1571 +"49164",11576,57714,3,808,1391 +"49165",11576,57977,2,808,2683 +"49166",11576,58508,3,808,2326 +"49167",11576,58596,3,808,936 +"49168",11576,58993,3,808,2390 +"49169",11576,60280,3,808,1918 +"49170",11576,60552,3,808,855 +"49171",11576,62148,3,808,1566 +"49172",11576,62488,3,808,1418 +"49173",11576,63409,3,808,1937 +"49174",11576,63547,2,808,1023 +"49175",11576,64181,3,808,1828 +"49176",11576,64327,3,808,1918 +"49177",11576,64502,3,808,1670 +"49178",11576,65679,3,808,1578 +"49179",11576,66983,3,808,2397 +"49180",11576,67102,3,808,935 +"49181",11576,67726,3,808,2873 +"49182",11576,69712,3,808,1219 +"49183",11576,70203,3,808,2756 +"49184",11576,70269,3,808,2368 +"49185",11576,70605,3,808,1176 +"49186",11576,70681,3,808,866 +"49187",11576,70736,3,808,1512 +"49188",11576,70996,2,808,1037 +"49189",11576,71274,3,808,2390 +"49190",11576,71342,3,808,1289 +"49191",11576,72956,3,808,1251 +"49192",11576,73169,3,808,1392 +"49193",11576,73305,3,808,2544 +"49194",11576,74681,1,808,837 +"49195",11576,74731,2,808,853 +"49196",11576,75403,3,808,1895 +"49197",11576,75898,3,808,889 +"49198",11576,76284,3,808,1237 +"49199",11576,76356,3,808,2323 +"49200",11576,76511,3,808,1250 +"49201",11576,76999,3,808,908 +"49202",11576,77001,3,808,1440 +"49203",11576,79088,3,808,1369 +"49204",11576,79436,3,808,1344 +"49205",11576,80219,3,808,988 +"49206",11576,80825,3,808,2315 +"49207",11576,81349,3,808,1958 +"49208",11576,81588,3,808,1568 +"49209",11576,82301,3,808,1621 +"49210",11576,82730,3,808,1492 +"49211",11576,82929,3,808,2475 +"49212",11576,82932,3,808,2245 +"49213",11576,82949,3,808,2077 +"49214",11576,83140,3,808,1630 +"49215",11576,83526,3,808,1235 +"49216",11576,84022,2,808,2289 +"49217",11576,85356,3,808,1492 +"49218",11576,89047,2,808,877 +"49219",11576,89097,3,808,935 +"49220",11576,90378,3,808,890 +"49221",11576,90802,1,808,877 +"49222",11576,91142,3,808,2527 +"49223",11576,95064,3,808,1801 +"49224",11576,97160,3,808,1215 +"49225",11576,98384,3,808,1166 +"49226",11576,100140,2,808,1041 +"49227",11576,101395,1,808,891 +"49228",11576,102050,3,808,906 +"49229",11576,103524,3,808,991 +"49230",11576,119859,2,808,908 +"49231",11585,2057,2,1817,1965 +"49232",11585,7597,2,1817,2037 +"49233",11585,8865,3,1817,2394 +"49234",11585,41023,3,1817,2408 +"49235",11585,41694,3,1817,2358 +"49236",11585,44025,3,1817,1935 +"49237",11585,47968,3,1817,2829 +"49238",11585,55482,3,1817,1866 +"49239",11585,59683,3,1817,2068 +"49240",11585,63837,3,1817,2807 +"49241",11585,66994,3,1817,1865 +"49242",11585,69232,2,1817,2130 +"49243",11585,71652,3,1817,2638 +"49244",11588,680,3,2352,2569 +"49245",11588,2747,2,2352,2411 +"49246",11588,2852,3,2352,2448 +"49247",11588,3477,3,2352,2546 +"49248",11588,9332,3,2352,2734 +"49249",11588,9503,3,2352,2453 +"49250",11588,11648,3,2352,2852 +"49251",11588,12361,3,2352,2732 +"49252",11588,12759,3,2352,2414 +"49253",11588,14959,3,2352,2898 +"49254",11588,16286,3,2352,2470 +"49255",11588,18005,3,2352,2449 +"49256",11588,24069,3,2352,2697 +"49257",11588,25373,3,2352,2783 +"49258",11588,27390,3,2352,2425 +"49259",11588,33223,3,2352,2397 +"49260",11588,41694,3,2352,2358 +"49261",11588,44603,3,2352,2748 +"49262",11588,45729,3,2352,2606 +"49263",11588,53687,3,2352,2422 +"49264",11588,58501,3,2352,2613 +"49265",11588,63077,3,2352,2778 +"49266",11588,77052,3,2352,2770 +"49267",11601,135,3,173,2233 +"49268",11601,600,3,173,1702 +"49269",11601,601,3,173,702 +"49270",11601,671,2,173,2328 +"49271",11601,1046,3,173,1881 +"49272",11601,1090,3,173,2370 +"49273",11601,1136,3,173,2536 +"49274",11601,1427,2,173,324 +"49275",11601,1428,3,173,742 +"49276",11601,1691,3,173,1941 +"49277",11601,2063,3,173,1278 +"49278",11601,2731,3,173,434 +"49279",11601,2754,3,173,1360 +"49280",11601,3088,3,173,1670 +"49281",11601,3167,2,173,1676 +"49282",11601,3242,3,173,1730 +"49283",11601,4191,3,173,2130 +"49284",11601,4618,3,173,2607 +"49285",11601,4623,3,173,1176 +"49286",11601,4790,3,173,1025 +"49287",11601,4791,3,173,1184 +"49288",11601,5725,3,173,2789 +"49289",11601,5971,3,173,1985 +"49290",11601,6588,3,173,2025 +"49291",11601,7245,3,173,2089 +"49292",11601,8772,3,173,847 +"49293",11601,9200,3,173,787 +"49294",11601,10002,3,173,1788 +"49295",11601,10779,2,173,2881 +"49296",11601,10875,2,173,1234 +"49297",11601,11817,3,173,600 +"49298",11601,12096,1,173,1330 +"49299",11601,12374,2,173,2260 +"49300",11601,13388,3,173,2119 +"49301",11601,13869,3,173,1786 +"49302",11601,13929,3,173,2693 +"49303",11601,13945,2,173,1324 +"49304",11601,14091,3,173,929 +"49305",11601,14616,2,173,385 +"49306",11601,15643,3,173,502 +"49307",11601,15990,3,173,593 +"49308",11601,16053,2,173,908 +"49309",11601,16164,3,173,1184 +"49310",11601,16352,3,173,2657 +"49311",11601,16497,3,173,2370 +"49312",11601,17819,3,173,2291 +"49313",11601,17852,3,173,2840 +"49314",11601,18415,3,173,2184 +"49315",11601,18543,3,173,2968 +"49316",11601,19027,3,173,2721 +"49317",11601,20067,3,173,2390 +"49318",11601,20070,3,173,1914 +"49319",11601,20319,3,173,468 +"49320",11601,20824,3,173,1366 +"49321",11601,21104,3,173,2327 +"49322",11601,21422,3,173,935 +"49323",11601,22964,2,173,1443 +"49324",11601,23652,3,173,803 +"49325",11601,23726,3,173,2434 +"49326",11601,23869,3,173,1918 +"49327",11601,23918,3,173,1881 +"49328",11601,24005,3,173,1188 +"49329",11601,24755,2,173,1319 +"49330",11601,25132,3,173,1188 +"49331",11601,25341,3,173,1858 +"49332",11601,25643,3,173,1646 +"49333",11601,26282,3,173,1241 +"49334",11601,26570,1,173,1669 +"49335",11601,26671,3,173,2279 +"49336",11601,26867,3,173,1804 +"49337",11601,27112,3,173,500 +"49338",11601,27355,3,173,870 +"49339",11601,28124,3,173,434 +"49340",11601,28131,3,173,1492 +"49341",11601,28434,2,173,1141 +"49342",11601,28731,3,173,955 +"49343",11601,28892,3,173,2023 +"49344",11601,29050,3,173,1196 +"49345",11601,29170,3,173,1846 +"49346",11601,29456,2,173,1182 +"49347",11601,29705,3,173,607 +"49348",11601,31050,3,173,1491 +"49349",11601,31279,3,173,965 +"49350",11601,31799,3,173,2547 +"49351",11601,32017,2,173,577 +"49352",11601,32113,3,173,882 +"49353",11601,32648,3,173,669 +"49354",11601,32811,3,173,804 +"49355",11601,32988,3,173,2008 +"49356",11601,33588,3,173,1040 +"49357",11601,33622,2,173,2230 +"49358",11601,34136,3,173,2202 +"49359",11601,34158,2,173,2639 +"49360",11601,34836,3,173,2302 +"49361",11601,35529,3,173,1620 +"49362",11601,35544,3,173,397 +"49363",11601,37620,3,173,2716 +"49364",11601,37800,2,173,604 +"49365",11601,38019,3,173,1870 +"49366",11601,38219,3,173,1689 +"49367",11601,38449,3,173,1802 +"49368",11601,38523,3,173,549 +"49369",11601,39444,3,173,2695 +"49370",11601,39563,2,173,486 +"49371",11601,39748,3,173,1566 +"49372",11601,39865,1,173,849 +"49373",11601,40028,3,173,1349 +"49374",11601,40072,2,173,1182 +"49375",11601,40293,3,173,1671 +"49376",11601,40832,3,173,634 +"49377",11601,40893,3,173,1116 +"49378",11601,41085,3,173,637 +"49379",11601,41315,3,173,439 +"49380",11601,41739,3,173,1339 +"49381",11601,41832,3,173,1155 +"49382",11601,43839,3,173,1685 +"49383",11601,44161,2,173,1156 +"49384",11601,44427,2,173,2875 +"49385",11601,46596,3,173,1942 +"49386",11601,48435,3,173,528 +"49387",11601,48698,3,173,1474 +"49388",11601,50236,3,173,2339 +"49389",11601,51022,3,173,1499 +"49390",11601,51157,2,173,2319 +"49391",11601,51319,3,173,2488 +"49392",11601,51410,3,173,2739 +"49393",11601,51925,3,173,2307 +"49394",11601,51971,3,173,195 +"49395",11601,52345,3,173,1430 +"49396",11601,52835,3,173,995 +"49397",11601,53196,3,173,1888 +"49398",11601,53303,3,173,1376 +"49399",11601,54980,3,173,876 +"49400",11601,55691,3,173,2856 +"49401",11601,58035,2,173,1646 +"49402",11601,58733,3,173,1958 +"49403",11601,59646,3,173,456 +"49404",11601,59939,2,173,936 +"49405",11601,60584,3,173,288 +"49406",11601,62148,2,173,1566 +"49407",11601,63770,3,173,1324 +"49408",11601,64031,2,173,1295 +"49409",11601,64181,3,173,1828 +"49410",11601,64219,3,173,2705 +"49411",11601,64786,2,173,870 +"49412",11601,65322,3,173,2008 +"49413",11601,65625,2,173,1273 +"49414",11601,65884,3,173,798 +"49415",11601,66413,3,173,2507 +"49416",11601,67222,3,173,1332 +"49417",11601,67352,3,173,1115 +"49418",11601,69930,3,173,416 +"49419",11601,70046,3,173,2624 +"49420",11601,70996,3,173,1037 +"49421",11601,73136,3,173,328 +"49422",11601,73786,3,173,2937 +"49423",11601,74730,3,173,535 +"49424",11601,75948,3,173,1006 +"49425",11601,76999,3,173,908 +"49426",11601,77305,3,173,965 +"49427",11601,78256,3,173,804 +"49428",11601,79657,3,173,1260 +"49429",11601,80172,3,173,1342 +"49430",11601,80471,2,173,538 +"49431",11601,81478,3,173,1640 +"49432",11601,81588,3,173,1568 +"49433",11601,82767,3,173,1641 +"49434",11601,85547,3,173,997 +"49435",11601,85784,3,173,1142 +"49436",11601,89097,3,173,935 +"49437",11601,89137,2,173,580 +"49438",11601,89541,3,173,525 +"49439",11601,91912,2,173,790 +"49440",11601,92220,2,173,607 +"49441",11601,92592,3,173,486 +"49442",11601,94101,3,173,997 +"49443",11601,94125,3,173,2280 +"49444",11601,98925,3,173,584 +"49445",11601,99444,3,173,408 +"49446",11601,100134,3,173,977 +"49447",11601,100140,3,173,1041 +"49448",11601,100218,3,173,606 +"49449",11601,100670,3,173,525 +"49450",11601,101338,3,173,1319 +"49451",11601,101482,3,173,1300 +"49452",11601,101967,3,173,691 +"49453",11601,105063,3,173,1908 +"49454",11601,105233,3,173,1199 +"49455",11601,105947,3,173,997 +"49456",11601,108867,3,173,2328 +"49457",11601,109415,3,173,1328 +"49458",11601,109663,3,173,545 +"49459",11601,112437,3,173,513 +"49460",11601,112539,3,173,452 +"49461",11601,114342,2,173,228 +"49462",11602,42,3,1493,2265 +"49463",11602,803,2,1493,1666 +"49464",11602,1321,3,1493,2075 +"49465",11602,1386,3,1493,1901 +"49466",11602,5621,2,1493,1860 +"49467",11602,7078,3,1493,2344 +"49468",11602,9803,2,1493,1664 +"49469",11602,9828,2,1493,2085 +"49470",11602,10558,2,1493,2312 +"49471",11602,10874,3,1493,1891 +"49472",11602,13201,3,1493,2034 +"49473",11602,13732,2,1493,2789 +"49474",11602,14103,3,1493,2204 +"49475",11602,14709,3,1493,1901 +"49476",11602,15184,3,1493,2396 +"49477",11602,15500,3,1493,1658 +"49478",11602,17826,3,1493,2920 +"49479",11602,18151,3,1493,2962 +"49480",11602,19528,3,1493,2742 +"49481",11602,20659,3,1493,1969 +"49482",11602,20783,3,1493,2414 +"49483",11602,21754,3,1493,1881 +"49484",11602,21795,3,1493,2653 +"49485",11602,23508,3,1493,1907 +"49486",11602,25530,1,1493,2884 +"49487",11602,25886,3,1493,1580 +"49488",11602,26608,3,1493,2329 +"49489",11602,26865,2,1493,2726 +"49490",11602,28233,3,1493,1608 +"49491",11602,28824,3,1493,2412 +"49492",11602,30081,2,1493,2403 +"49493",11602,31797,1,1493,1501 +"49494",11602,32939,3,1493,2277 +"49495",11602,34693,1,1493,1938 +"49496",11602,34695,2,1493,1930 +"49497",11602,36962,3,1493,2861 +"49498",11602,37333,3,1493,1612 +"49499",11602,47877,3,1493,2970 +"49500",11602,56396,2,1493,2408 +"49501",11602,57565,3,1493,1577 +"49502",11602,57781,3,1493,1971 +"49503",11602,57804,3,1493,2214 +"49504",11602,60879,3,1493,2792 +"49505",11602,65679,3,1493,1578 +"49506",11602,77993,3,1493,1497 +"49507",11602,82270,3,1493,1641 +"49508",11602,86799,2,1493,1951 +"49509",11602,88966,3,1493,1568 +"49510",11620,307,3,2010,2530 +"49511",11620,312,3,2010,2038 +"49512",11620,2684,2,2010,2874 +"49513",11620,3305,3,2010,2839 +"49514",11620,4701,3,2010,2401 +"49515",11620,5669,3,2010,2502 +"49516",11620,5725,3,2010,2789 +"49517",11620,6491,3,2010,2424 +"49518",11620,7013,3,2010,2040 +"49519",11620,7984,3,2010,2493 +"49520",11620,9893,3,2010,2701 +"49521",11620,10513,3,2010,2284 +"49522",11620,11055,1,2010,2111 +"49523",11620,11351,3,2010,2971 +"49524",11620,19027,3,2010,2721 +"49525",11620,19248,3,2010,2357 +"49526",11620,20067,3,2010,2390 +"49527",11620,23509,3,2010,2275 +"49528",11620,24753,3,2010,2860 +"49529",11620,25486,3,2010,2582 +"49530",11620,25971,3,2010,2608 +"49531",11620,26451,3,2010,2133 +"49532",11620,27694,3,2010,2030 +"49533",11620,29095,3,2010,2531 +"49534",11620,33801,2,2010,2899 +"49535",11620,34735,3,2010,2767 +"49536",11620,45608,2,2010,2420 +"49537",11620,47772,3,2010,2293 +"49538",11620,50118,3,2010,2654 +"49539",11620,50236,3,2010,2339 +"49540",11620,53475,3,2010,2853 +"49541",11620,54695,3,2010,2429 +"49542",11620,55468,3,2010,2511 +"49543",11620,56082,3,2010,2395 +"49544",11620,56317,3,2010,2030 +"49545",11620,58508,3,2010,2326 +"49546",11620,66224,3,2010,2728 +"49547",11623,34480,3,2475,2755 +"49548",11625,1102,3,2022,2282 +"49549",11625,1767,2,2022,2727 +"49550",11625,3409,3,2022,2167 +"49551",11625,3477,3,2022,2546 +"49552",11625,3980,2,2022,2771 +"49553",11625,6063,3,2022,2349 +"49554",11625,7014,3,2022,2401 +"49555",11625,8610,2,2022,2240 +"49556",11625,8726,2,2022,2083 +"49557",11625,13158,2,2022,2667 +"49558",11625,13249,3,2022,2573 +"49559",11625,13324,3,2022,2163 +"49560",11625,13899,3,2022,2650 +"49561",11625,18965,3,2022,2315 +"49562",11625,19208,3,2022,2629 +"49563",11625,19317,3,2022,2041 +"49564",11625,20416,2,2022,2323 +"49565",11625,20732,3,2022,2401 +"49566",11625,22808,3,2022,2297 +"49567",11625,23460,2,2022,2183 +"49568",11625,23726,3,2022,2434 +"49569",11625,23756,3,2022,2309 +"49570",11625,26734,2,2022,2299 +"49571",11625,30827,2,2022,2323 +"49572",11625,32549,3,2022,2111 +"49573",11625,33223,3,2022,2397 +"49574",11625,34136,3,2022,2202 +"49575",11625,37301,3,2022,2160 +"49576",11625,42216,2,2022,2722 +"49577",11625,43404,2,2022,2649 +"49578",11625,45302,3,2022,2390 +"49579",11625,48823,3,2022,2080 +"49580",11625,51687,2,2022,2333 +"49581",11625,61355,3,2022,2467 +"49582",11625,61585,3,2022,2315 +"49583",11625,62626,3,2022,2787 +"49584",11625,71531,2,2022,2887 +"49585",11625,74636,3,2022,2525 +"49586",11629,622,3,120,501 +"49587",11629,1108,3,120,1600 +"49588",11629,1150,2,120,1595 +"49589",11629,1560,3,120,2013 +"49590",11629,3235,3,120,799 +"49591",11629,3477,3,120,2546 +"49592",11629,5346,3,120,1438 +"49593",11629,6479,2,120,1021 +"49594",11629,6821,3,120,1788 +"49595",11629,8062,3,120,2858 +"49596",11629,8140,3,120,1262 +"49597",11629,8642,2,120,150 +"49598",11629,8866,3,120,1545 +"49599",11629,10200,2,120,2920 +"49600",11629,10223,3,120,1033 +"49601",11629,10980,3,120,1974 +"49602",11629,11429,3,120,2520 +"49603",11629,11728,3,120,1121 +"49604",11629,12818,3,120,2015 +"49605",11629,14586,3,120,2801 +"49606",11629,14654,2,120,1692 +"49607",11629,14761,3,120,2502 +"49608",11629,14807,3,120,241 +"49609",11629,15078,3,120,1033 +"49610",11629,15207,3,120,1855 +"49611",11629,15462,3,120,1141 +"49612",11629,16776,3,120,1565 +"49613",11629,17687,3,120,593 +"49614",11629,18550,3,120,483 +"49615",11629,20363,2,120,279 +"49616",11629,20467,2,120,263 +"49617",11629,21682,3,120,2414 +"49618",11629,21684,3,120,1971 +"49619",11629,21929,3,120,2062 +"49620",11629,22256,3,120,829 +"49621",11629,23015,3,120,1362 +"49622",11629,24086,2,120,2663 +"49623",11629,24734,3,120,338 +"49624",11629,24860,3,120,1204 +"49625",11629,27255,3,120,1232 +"49626",11629,28893,3,120,2764 +"49627",11629,29050,3,120,1196 +"49628",11629,29311,3,120,1849 +"49629",11629,29914,3,120,199 +"49630",11629,30609,3,120,988 +"49631",11629,31541,2,120,1500 +"49632",11629,32939,3,120,2277 +"49633",11629,34491,3,120,2694 +"49634",11629,36450,2,120,1591 +"49635",11629,37752,3,120,2223 +"49636",11629,39443,2,120,2277 +"49637",11629,39796,3,120,407 +"49638",11629,39875,2,120,2422 +"49639",11629,40113,3,120,451 +"49640",11629,45874,2,120,944 +"49641",11629,45983,3,120,1260 +"49642",11629,49558,3,120,2083 +"49643",11629,50430,3,120,1689 +"49644",11629,55487,3,120,1500 +"49645",11629,57394,2,120,1271 +"49646",11629,57804,3,120,2214 +"49647",11629,59485,3,120,1564 +"49648",11629,59506,3,120,983 +"49649",11629,60536,2,120,151 +"49650",11629,65557,3,120,813 +"49651",11629,66978,3,120,1536 +"49652",11629,69131,3,120,2122 +"49653",11629,69788,2,120,2007 +"49654",11629,72062,3,120,156 +"49655",11629,74149,3,120,1322 +"49656",11629,78436,3,120,1615 +"49657",11629,80219,3,120,988 +"49658",11629,82023,3,120,992 +"49659",11629,82226,3,120,1619 +"49660",11629,94520,3,120,1243 +"49661",11629,95338,3,120,915 +"49662",11639,680,3,1593,2569 +"49663",11639,841,3,1593,2964 +"49664",11639,3127,3,1593,2273 +"49665",11639,3477,3,1593,2546 +"49666",11639,3978,2,1593,2775 +"49667",11639,4303,2,1593,2414 +"49668",11639,4361,3,1593,2571 +"49669",11639,4932,3,1593,2752 +"49670",11639,4983,3,1593,1909 +"49671",11639,6989,2,1593,2623 +"49672",11639,7337,3,1593,1797 +"49673",11639,7785,3,1593,2441 +"49674",11639,9703,3,1593,1845 +"49675",11639,10754,3,1593,1797 +"49676",11639,11253,3,1593,2577 +"49677",11639,11648,3,1593,2852 +"49678",11639,12759,3,1593,2414 +"49679",11639,12901,3,1593,2136 +"49680",11639,17645,2,1593,1918 +"49681",11639,18005,3,1593,2449 +"49682",11639,18102,3,1593,1642 +"49683",11639,19208,3,1593,2629 +"49684",11639,20984,3,1593,2502 +"49685",11639,21281,3,1593,1922 +"49686",11639,23131,2,1593,1732 +"49687",11639,23206,3,1593,2805 +"49688",11639,25373,3,1593,2783 +"49689",11639,26700,2,1593,1663 +"49690",11639,27742,3,1593,2700 +"49691",11639,28893,3,1593,2764 +"49692",11639,29286,3,1593,1612 +"49693",11639,29473,3,1593,2602 +"49694",11639,30525,3,1593,1964 +"49695",11639,30618,3,1593,1609 +"49696",11639,31335,3,1593,2351 +"49697",11639,35256,3,1593,2271 +"49698",11639,35822,3,1593,1903 +"49699",11639,36953,3,1593,2790 +"49700",11639,37424,3,1593,1693 +"49701",11639,37636,3,1593,2178 +"49702",11639,40572,3,1593,2666 +"49703",11639,41187,3,1593,2340 +"49704",11639,41664,3,1593,2641 +"49705",11639,41723,3,1593,2101 +"49706",11639,42813,3,1593,2142 +"49707",11639,44694,3,1593,2220 +"49708",11639,46486,2,1593,1868 +"49709",11639,50585,3,1593,2414 +"49710",11639,52815,3,1593,2323 +"49711",11639,54775,3,1593,2383 +"49712",11639,56995,3,1593,2323 +"49713",11639,57765,3,1593,2893 +"49714",11639,61125,3,1593,1673 +"49715",11639,64947,3,1593,2489 +"49716",11639,71531,3,1593,2887 +"49717",11639,92217,3,1593,1663 +"49718",11648,841,2,2852,2964 +"49719",11648,9787,3,2852,2858 +"49720",11648,71531,2,2852,2887 +"49721",11651,14,3,526,1793 +"49722",11651,323,1,526,1706 +"49723",11651,915,2,526,1793 +"49724",11651,1629,3,526,1289 +"49725",11651,2407,3,526,1725 +"49726",11651,2609,3,526,834 +"49727",11651,2982,3,526,1233 +"49728",11651,3477,3,526,2546 +"49729",11651,3578,3,526,624 +"49730",11651,4957,2,526,644 +"49731",11651,5568,2,526,1290 +"49732",11651,5865,3,526,1910 +"49733",11651,6192,3,526,2409 +"49734",11651,7185,3,526,1046 +"49735",11651,7337,3,526,1797 +"49736",11651,7406,3,526,1906 +"49737",11651,8274,3,526,1909 +"49738",11651,8789,2,526,2024 +"49739",11651,9331,3,526,2269 +"49740",11651,10657,3,526,1603 +"49741",11651,10870,2,526,1755 +"49742",11651,11770,3,526,1653 +"49743",11651,12264,3,526,1925 +"49744",11651,13136,3,526,2867 +"49745",11651,15546,3,526,2055 +"49746",11651,16482,3,526,1958 +"49747",11651,16866,3,526,2718 +"49748",11651,17351,3,526,2036 +"49749",11651,17632,3,526,1947 +"49750",11651,17812,3,526,2705 +"49751",11651,18464,3,526,2312 +"49752",11651,18672,3,526,1182 +"49753",11651,18865,3,526,2676 +"49754",11651,19208,2,526,2629 +"49755",11651,19605,1,526,2395 +"49756",11651,19937,3,526,1587 +"49757",11651,20162,3,526,2328 +"49758",11651,20321,3,526,1596 +"49759",11651,21240,3,526,1162 +"49760",11651,23430,3,526,904 +"49761",11651,23460,3,526,2183 +"49762",11651,27379,3,526,2461 +"49763",11651,27686,3,526,2844 +"49764",11651,29454,2,526,2719 +"49765",11651,29930,3,526,2240 +"49766",11651,30092,3,526,1593 +"49767",11651,35837,3,526,2871 +"49768",11651,37026,1,526,1428 +"49769",11651,41418,1,526,535 +"49770",11651,41764,3,526,2409 +"49771",11651,41953,3,526,945 +"49772",11651,42129,3,526,2318 +"49773",11651,44688,3,526,2924 +"49774",11651,45329,2,526,1693 +"49775",11651,47529,3,526,2914 +"49776",11651,47889,3,526,992 +"49777",11651,50480,2,526,2701 +"49778",11651,51610,3,526,2635 +"49779",11651,52327,3,526,1472 +"49780",11651,53091,3,526,1134 +"49781",11651,55892,3,526,1234 +"49782",11651,56910,3,526,2705 +"49783",11651,57990,3,526,978 +"49784",11651,60257,3,526,2795 +"49785",11651,61125,3,526,1673 +"49786",11651,61245,3,526,955 +"49787",11651,61548,3,526,852 +"49788",11651,63395,3,526,2334 +"49789",11651,68083,3,526,2795 +"49790",11651,70433,3,526,2639 +"49791",11651,74055,3,526,1544 +"49792",11651,80979,3,526,1142 +"49793",11651,92860,3,526,1643 +"49794",11651,96708,2,526,594 +"49795",11651,99288,3,526,983 +"49796",11651,99332,3,526,873 +"49797",11654,1728,3,104,284 +"49798",11654,5833,2,104,197 +"49799",11654,5962,3,104,2491 +"49800",11654,6119,2,104,2358 +"49801",11654,8770,2,104,634 +"49802",11654,9227,3,104,1267 +"49803",11654,9504,3,104,2549 +"49804",11654,9615,3,104,2464 +"49805",11654,10336,3,104,2271 +"49806",11654,11099,3,104,400 +"49807",11654,11563,3,104,1863 +"49808",11654,14520,1,104,634 +"49809",11654,16286,2,104,2470 +"49810",11654,16573,3,104,802 +"49811",11654,27280,2,104,1965 +"49812",11654,27391,3,104,2378 +"49813",11654,37036,3,104,2264 +"49814",11654,44074,3,104,1299 +"49815",11654,47654,3,104,1664 +"49816",11654,48888,3,104,1177 +"49817",11654,50594,3,104,849 +"49818",11654,51360,3,104,1882 +"49819",11654,53248,3,104,2271 +"49820",11654,57492,3,104,2855 +"49821",11654,63644,3,104,1267 +"49822",11654,72062,3,104,156 +"49823",11654,73926,2,104,849 +"49824",11654,78645,3,104,218 +"49825",11654,79420,3,104,1061 +"49826",11654,88067,3,104,2315 +"49827",11654,104828,3,104,1609 +"49828",11654,119184,3,104,275 +"49829",11662,2028,2,1139,1978 +"49830",11662,2894,3,1139,1291 +"49831",11662,2901,2,1139,1156 +"49832",11662,2972,1,1139,1708 +"49833",11662,4932,3,1139,2752 +"49834",11662,6222,3,1139,1949 +"49835",11662,7292,3,1139,1988 +"49836",11662,9311,3,1139,2477 +"49837",11662,13573,3,1139,2774 +"49838",11662,14959,3,1139,2898 +"49839",11662,15636,2,1139,2857 +"49840",11662,15930,2,1139,2541 +"49841",11662,16111,2,1139,1714 +"49842",11662,17520,3,1139,2276 +"49843",11662,19637,3,1139,1229 +"49844",11662,20311,3,1139,1981 +"49845",11662,20423,3,1139,2654 +"49846",11662,21754,3,1139,1881 +"49847",11662,22033,3,1139,1356 +"49848",11662,23787,1,1139,2810 +"49849",11662,27950,3,1139,1380 +"49850",11662,28434,3,1139,1141 +"49851",11662,29095,1,1139,2531 +"49852",11662,30883,3,1139,1629 +"49853",11662,33801,3,1139,2899 +"49854",11662,35529,3,1139,1620 +"49855",11662,38213,2,1139,1744 +"49856",11662,38921,3,1139,1880 +"49857",11662,39556,3,1139,2747 +"49858",11662,49620,3,1139,1868 +"49859",11662,50269,3,1139,1966 +"49860",11662,53475,3,1139,2853 +"49861",11662,58035,3,1139,1646 +"49862",11662,59539,3,1139,2429 +"49863",11662,62538,3,1139,1656 +"49864",11662,64031,3,1139,1295 +"49865",11662,70203,3,1139,2756 +"49866",11662,74636,3,1139,2525 +"49867",11662,83493,3,1139,1181 +"49868",11662,98518,3,1139,1156 +"49869",11662,104106,3,1139,1204 +"49870",11665,2428,3,1643,1931 +"49871",11665,4032,3,1643,1763 +"49872",11665,4551,3,1643,2720 +"49873",11665,5303,3,1643,1849 +"49874",11665,6480,3,1643,1678 +"49875",11665,7253,3,1643,2686 +"49876",11665,7254,2,1643,1849 +"49877",11665,9050,3,1643,2026 +"49878",11665,13024,3,1643,2468 +"49879",11665,14754,3,1643,2456 +"49880",11665,16833,3,1643,1661 +"49881",11665,19509,3,1643,2000 +"49882",11665,24520,3,1643,2196 +"49883",11665,26513,3,1643,2205 +"49884",11665,28081,3,1643,1927 +"49885",11665,47607,3,1643,2724 +"49886",11665,50335,3,1643,1893 +"49887",11665,58945,3,1643,2481 +"49888",11665,64534,3,1643,2924 +"49889",11665,75194,3,1643,1736 +"49890",11665,104659,3,1643,2026 +"49891",11676,3786,3,1614,2282 +"49892",11676,18479,3,1614,2967 +"49893",11679,386,3,846,1553 +"49894",11679,1685,3,846,2230 +"49895",11679,1787,3,846,1707 +"49896",11679,3360,2,846,1583 +"49897",11679,3484,3,846,1515 +"49898",11679,4188,3,846,2963 +"49899",11679,5937,1,846,2392 +"49900",11679,6020,3,846,1864 +"49901",11679,6234,3,846,2654 +"49902",11679,6235,3,846,1585 +"49903",11679,11154,3,846,1594 +"49904",11679,11868,1,846,1639 +"49905",11679,12007,2,846,1594 +"49906",11679,13671,3,846,1371 +"49907",11679,15150,3,846,2801 +"49908",11679,15558,2,846,2389 +"49909",11679,16477,3,846,2069 +"49910",11679,16524,3,846,1556 +"49911",11679,16590,3,846,1123 +"49912",11679,16969,3,846,1917 +"49913",11679,17815,3,846,2070 +"49914",11679,19002,3,846,2053 +"49915",11679,20011,3,846,2826 +"49916",11679,22744,3,846,1907 +"49917",11679,22746,3,846,913 +"49918",11679,23728,3,846,2601 +"49919",11679,24044,3,846,1076 +"49920",11679,27074,3,846,1454 +"49921",11679,29775,2,846,2064 +"49922",11679,31259,3,846,2082 +"49923",11679,32079,3,846,2315 +"49924",11679,32841,2,846,1345 +"49925",11679,34576,3,846,1727 +"49926",11679,41521,2,846,2069 +"49927",11679,42136,3,846,2551 +"49928",11679,44730,3,846,2468 +"49929",11679,48585,3,846,2063 +"49930",11679,50899,3,846,2125 +"49931",11679,56413,2,846,2747 +"49932",11679,76450,3,846,1077 +"49933",11679,76997,3,846,2223 +"49934",11679,82246,3,846,1538 +"49935",11679,86559,3,846,1704 +"49936",11679,86716,3,846,1609 +"49937",11679,87190,2,846,1704 +"49938",11679,89258,1,846,1147 +"49939",11679,96700,3,846,1602 +"49940",11679,104843,2,846,1167 +"49941",11679,113333,3,846,1018 +"49942",11694,854,3,1564,2307 +"49943",11694,1616,3,1564,2662 +"49944",11694,2424,3,1564,2582 +"49945",11694,2484,3,1564,2389 +"49946",11694,3161,3,1564,2229 +"49947",11694,5392,3,1564,1648 +"49948",11694,6222,2,1564,1949 +"49949",11694,7992,2,1564,2033 +"49950",11694,9311,2,1564,2477 +"49951",11694,9362,3,1564,2879 +"49952",11694,10843,3,1564,2277 +"49953",11694,12388,3,1564,1975 +"49954",11694,12778,2,1564,2045 +"49955",11694,13835,3,1564,1588 +"49956",11694,14655,3,1564,2559 +"49957",11694,14959,2,1564,2898 +"49958",11694,15626,3,1564,2434 +"49959",11694,16539,3,1564,1947 +"49960",11694,17245,3,1564,1811 +"49961",11694,17520,2,1564,2276 +"49962",11694,18394,3,1564,2356 +"49963",11694,19719,3,1564,2177 +"49964",11694,20067,3,1564,2390 +"49965",11694,21248,3,1564,2232 +"49966",11694,23869,3,1564,1918 +"49967",11694,24568,3,1564,1937 +"49968",11694,24753,3,1564,2860 +"49969",11694,25680,3,1564,1618 +"49970",11694,29095,3,1564,2531 +"49971",11694,29314,3,1564,2736 +"49972",11694,30883,3,1564,1629 +"49973",11694,30906,3,1564,2537 +"49974",11694,32988,3,1564,2008 +"49975",11694,33356,3,1564,1586 +"49976",11694,33433,3,1564,2805 +"49977",11694,33801,3,1564,2899 +"49978",11694,34707,3,1564,2042 +"49979",11694,35235,3,1564,2610 +"49980",11694,35256,3,1564,2271 +"49981",11694,38019,3,1564,1870 +"49982",11694,38921,2,1564,1880 +"49983",11694,41682,3,1564,1988 +"49984",11694,42264,3,1564,1702 +"49985",11694,42505,3,1564,2008 +"49986",11694,44885,3,1564,2670 +"49987",11694,44899,3,1564,2386 +"49988",11694,50252,3,1564,2001 +"49989",11694,52576,3,1564,2234 +"49990",11694,53475,3,1564,2853 +"49991",11694,59113,3,1564,2434 +"49992",11694,59140,3,1564,2528 +"49993",11694,62538,3,1564,1656 +"49994",11694,63409,3,1564,1937 +"49995",11694,70203,3,1564,2756 +"49996",11705,5839,3,231,2301 +"49997",11705,10146,3,231,1878 +"49998",11705,11351,3,231,2971 +"49999",11705,19718,3,231,1702 +"50000",11705,19744,3,231,2623 +"50001",11705,21133,3,231,1320 +"50002",11705,23679,3,231,934 +"50003",11705,27030,3,231,2031 +"50004",11705,33655,3,231,773 +"50005",11705,40129,3,231,2162 +"50006",11705,58516,3,231,409 +"50007",11705,73205,3,231,1529 +"50008",11712,6186,2,456,1693 +"50009",11728,1620,3,1121,1303 +"50010",11728,4066,3,1121,1736 +"50011",11728,7229,3,1121,2669 +"50012",11728,8062,3,1121,2858 +"50013",11728,9227,3,1121,1267 +"50014",11728,10336,3,1121,2271 +"50015",11728,11429,3,1121,2520 +"50016",11728,19751,3,1121,1630 +"50017",11728,21240,3,1121,1162 +"50018",11728,28094,3,1121,1423 +"50019",11728,32311,3,1121,2396 +"50020",11728,32818,3,1121,2485 +"50021",11728,34831,3,1121,1866 +"50022",11728,34892,2,1121,2309 +"50023",11728,37036,3,1121,2264 +"50024",11728,38259,3,1121,2258 +"50025",11728,41581,3,1121,1692 +"50026",11728,42331,3,1121,1585 +"50027",11728,46532,3,1121,2005 +"50028",11728,50278,3,1121,1127 +"50029",11728,51879,3,1121,1771 +"50030",11728,58829,3,1121,1256 +"50031",11728,60258,3,1121,2405 +"50032",11728,60808,3,1121,1258 +"50033",11728,60879,3,1121,2792 +"50034",11728,63077,3,1121,2778 +"50035",11728,68275,3,1121,1158 +"50036",11728,70101,3,1121,2414 +"50037",11728,75282,3,1121,2675 +"50038",11728,77077,3,1121,2693 +"50039",11728,77864,2,1121,2227 +"50040",11728,82819,3,1121,1900 +"50041",11728,82932,3,1121,2245 +"50042",11728,88212,3,1121,2547 +"50043",11728,104828,3,1121,1609 +"50044",11728,107052,3,1121,2158 +"50045",11758,2716,3,651,1748 +"50046",11758,2742,3,651,1192 +"50047",11758,4289,3,651,1921 +"50048",11758,19634,3,651,954 +"50049",11758,20423,3,651,2654 +"50050",11758,29899,3,651,2375 +"50051",11770,160,3,1653,2007 +"50052",11770,854,3,1653,2307 +"50053",11770,915,3,1653,1793 +"50054",11770,1453,3,1653,1737 +"50055",11770,3198,3,1653,1797 +"50056",11770,3397,3,1653,2126 +"50057",11770,3409,2,1653,2167 +"50058",11770,3453,3,1653,2126 +"50059",11770,4504,3,1653,1905 +"50060",11770,5610,3,1653,2223 +"50061",11770,5865,2,1653,1910 +"50062",11770,6192,2,1653,2409 +"50063",11770,6208,3,1653,2361 +"50064",11770,6222,3,1653,1949 +"50065",11770,6363,3,1653,2066 +"50066",11770,6428,3,1653,1952 +"50067",11770,7354,3,1653,2008 +"50068",11770,7406,2,1653,1906 +"50069",11770,7616,3,1653,2296 +"50070",11770,8238,3,1653,2222 +"50071",11770,8274,3,1653,1909 +"50072",11770,8327,3,1653,2527 +"50073",11770,8726,3,1653,2083 +"50074",11770,10029,3,1653,2718 +"50075",11770,10836,3,1653,2215 +"50076",11770,10870,3,1653,1755 +"50077",11770,11625,3,1653,2022 +"50078",11770,12264,3,1653,1925 +"50079",11770,12388,2,1653,1975 +"50080",11770,13249,3,1653,2573 +"50081",11770,13324,2,1653,2163 +"50082",11770,14655,3,1653,2559 +"50083",11770,14959,3,1653,2898 +"50084",11770,15444,3,1653,2764 +"50085",11770,16539,3,1653,1947 +"50086",11770,17351,3,1653,2036 +"50087",11770,17632,3,1653,1947 +"50088",11770,18165,3,1653,2085 +"50089",11770,18464,3,1653,2312 +"50090",11770,19208,2,1653,2629 +"50091",11770,19605,2,1653,2395 +"50092",11770,21950,2,1653,1892 +"50093",11770,22292,2,1653,1910 +"50094",11770,22808,3,1653,2297 +"50095",11770,22950,3,1653,2576 +"50096",11770,23460,1,1653,2183 +"50097",11770,25030,1,1653,2017 +"50098",11770,25985,2,1653,2071 +"50099",11770,28382,3,1653,1874 +"50100",11770,28592,3,1653,2320 +"50101",11770,29454,2,1653,2719 +"50102",11770,30236,3,1653,2238 +"50103",11770,32047,3,1653,1858 +"50104",11770,32965,3,1653,2071 +"50105",11770,38732,3,1653,2263 +"50106",11770,38921,3,1653,1880 +"50107",11770,39278,3,1653,1952 +"50108",11770,41664,3,1653,2641 +"50109",11770,41682,3,1653,1988 +"50110",11770,41764,2,1653,2409 +"50111",11770,42129,2,1653,2318 +"50112",11770,45329,3,1653,1693 +"50113",11770,47529,3,1653,2914 +"50114",11770,47564,3,1653,2650 +"50115",11770,49334,3,1653,2433 +"50116",11770,50480,2,1653,2701 +"50117",11770,51610,3,1653,2635 +"50118",11770,52597,3,1653,1773 +"50119",11770,56854,3,1653,2022 +"50120",11770,60257,3,1653,2795 +"50121",11770,63477,2,1653,1907 +"50122",11770,65434,3,1653,2866 +"50123",11770,68083,3,1653,2795 +"50124",11770,70046,3,1653,2624 +"50125",11770,77611,3,1653,1795 +"50126",11770,103218,3,1653,1787 +"50127",11803,468,3,1232,1966 +"50128",11803,916,3,1232,2718 +"50129",11803,2724,1,1232,2447 +"50130",11803,2802,3,1232,1836 +"50131",11803,3678,3,1232,1325 +"50132",11803,4194,3,1232,1641 +"50133",11803,4968,3,1232,1586 +"50134",11803,6040,3,1232,2103 +"50135",11803,6800,3,1232,2053 +"50136",11803,7648,3,1232,1861 +"50137",11803,9273,3,1232,1747 +"50138",11803,10435,3,1232,1984 +"50139",11803,13400,3,1232,1371 +"50140",11803,14061,1,1232,1620 +"50141",11803,14442,3,1232,2700 +"50142",11803,15023,3,1232,2054 +"50143",11803,17768,3,1232,2468 +"50144",11803,17999,3,1232,2758 +"50145",11803,18610,3,1232,2141 +"50146",11803,19667,3,1232,1466 +"50147",11803,20036,3,1232,2384 +"50148",11803,20547,3,1232,2145 +"50149",11803,21920,3,1232,2367 +"50150",11803,23739,3,1232,2463 +"50151",11803,24116,3,1232,1413 +"50152",11803,24867,3,1232,1861 +"50153",11803,25053,3,1232,2186 +"50154",11803,25886,3,1232,1580 +"50155",11803,26100,2,1232,1966 +"50156",11803,29067,3,1232,1538 +"50157",11803,31259,2,1232,2082 +"50158",11803,31357,3,1232,2389 +"50159",11803,31990,3,1232,2264 +"50160",11803,33278,3,1232,1591 +"50161",11803,36996,3,1232,2321 +"50162",11803,41051,3,1232,2767 +"50163",11803,41603,3,1232,1942 +"50164",11803,42407,3,1232,2408 +"50165",11803,44132,3,1232,1999 +"50166",11803,47094,3,1232,2592 +"50167",11803,49805,1,1232,2445 +"50168",11803,50635,3,1232,2962 +"50169",11803,51843,3,1232,2389 +"50170",11803,52530,3,1232,1737 +"50171",11803,53289,3,1232,2746 +"50172",11803,53362,3,1232,2360 +"50173",11803,54385,3,1232,2340 +"50174",11803,55446,3,1232,1247 +"50175",11803,63096,2,1232,2307 +"50176",11803,64737,2,1232,2442 +"50177",11803,74054,1,1232,1488 +"50178",11803,80705,2,1232,2764 +"50179",11803,84322,3,1232,1635 +"50180",11803,84808,3,1232,1974 +"50181",11803,94339,2,1232,2768 +"50182",11817,270,2,600,2542 +"50183",11817,312,3,600,2038 +"50184",11817,380,3,600,2261 +"50185",11817,675,3,600,1686 +"50186",11817,997,3,600,2788 +"50187",11817,1102,3,600,2282 +"50188",11817,1124,2,600,1596 +"50189",11817,1136,3,600,2536 +"50190",11817,1769,3,600,877 +"50191",11817,1875,2,600,1786 +"50192",11817,2063,3,600,1278 +"50193",11817,2077,3,600,610 +"50194",11817,2111,2,600,1904 +"50195",11817,2424,3,600,2582 +"50196",11817,2572,3,600,2273 +"50197",11817,2684,3,600,2874 +"50198",11817,2754,3,600,1360 +"50199",11817,2894,3,600,1291 +"50200",11817,3305,3,600,2839 +"50201",11817,3306,3,600,1989 +"50202",11817,3477,3,600,2546 +"50203",11817,3493,3,600,2451 +"50204",11817,4253,3,600,1890 +"50205",11817,4360,3,600,1770 +"50206",11817,4671,3,600,2280 +"50207",11817,4953,3,600,2285 +"50208",11817,5072,3,600,2175 +"50209",11817,5235,3,600,2324 +"50210",11817,5258,3,600,2730 +"50211",11817,5405,3,600,1510 +"50212",11817,5622,3,600,2175 +"50213",11817,5716,2,600,1058 +"50214",11817,5971,1,600,1985 +"50215",11817,5984,3,600,1675 +"50216",11817,5986,2,600,1721 +"50217",11817,6047,2,600,2004 +"50218",11817,6063,3,600,2349 +"50219",11817,6222,2,600,1949 +"50220",11817,6264,2,600,749 +"50221",11817,6366,3,600,798 +"50222",11817,6417,2,600,1675 +"50223",11817,6588,2,600,2025 +"50224",11817,6718,3,600,2138 +"50225",11817,7234,3,600,2654 +"50226",11817,7406,3,600,1906 +"50227",11817,7555,2,600,1943 +"50228",11817,7616,3,600,2296 +"50229",11817,7627,3,600,1543 +"50230",11817,7858,3,600,1795 +"50231",11817,8513,3,600,875 +"50232",11817,8866,3,600,1545 +"50233",11817,8888,3,600,1328 +"50234",11817,9364,3,600,1698 +"50235",11817,9624,3,600,2398 +"50236",11817,9654,3,600,2111 +"50237",11817,9695,2,600,2143 +"50238",11817,9928,3,600,2345 +"50239",11817,10358,3,600,2294 +"50240",11817,10488,2,600,1524 +"50241",11817,10523,2,600,1510 +"50242",11817,10576,3,600,974 +"50243",11817,10717,3,600,1938 +"50244",11817,10857,3,600,2253 +"50245",11817,10939,3,600,1376 +"50246",11817,11055,3,600,2111 +"50247",11817,11218,2,600,2292 +"50248",11817,11229,2,600,1625 +"50249",11817,11351,3,600,2971 +"50250",11817,11477,3,600,2724 +"50251",11817,11576,3,600,808 +"50252",11817,11620,3,600,2010 +"50253",11817,11912,3,600,889 +"50254",11817,11966,3,600,2385 +"50255",11817,12042,2,600,2345 +"50256",11817,12310,3,600,1337 +"50257",11817,12374,2,600,2260 +"50258",11817,12375,3,600,1873 +"50259",11817,12724,3,600,1930 +"50260",11817,12735,3,600,819 +"50261",11817,12779,3,600,936 +"50262",11817,13248,3,600,1385 +"50263",11817,13307,2,600,2206 +"50264",11817,14032,3,600,2144 +"50265",11817,14564,3,600,1581 +"50266",11817,14855,2,600,903 +"50267",11817,14959,3,600,2898 +"50268",11817,14989,3,600,2223 +"50269",11817,15003,3,600,2067 +"50270",11817,15118,2,600,1311 +"50271",11817,15122,3,600,1201 +"50272",11817,15135,3,600,1035 +"50273",11817,15290,3,600,641 +"50274",11817,15301,3,600,2308 +"50275",11817,15402,3,600,1281 +"50276",11817,15700,2,600,1712 +"50277",11817,15799,3,600,1917 +"50278",11817,16352,1,600,2657 +"50279",11817,16539,3,600,1947 +"50280",11817,17400,2,600,2231 +"50281",11817,18005,3,600,2449 +"50282",11817,18152,3,600,1314 +"50283",11817,18217,3,600,1566 +"50284",11817,18348,3,600,1711 +"50285",11817,18361,2,600,2968 +"50286",11817,18394,2,600,2356 +"50287",11817,18502,3,600,1033 +"50288",11817,18543,3,600,2968 +"50289",11817,19622,3,600,2371 +"50290",11817,19862,3,600,2412 +"50291",11817,19893,3,600,1223 +"50292",11817,20124,2,600,2376 +"50293",11817,20311,2,600,1981 +"50294",11817,20975,3,600,1305 +"50295",11817,21012,3,600,2325 +"50296",11817,21104,3,600,2327 +"50297",11817,21198,3,600,935 +"50298",11817,21571,3,600,2755 +"50299",11817,21693,3,600,2176 +"50300",11817,21755,3,600,817 +"50301",11817,22197,1,600,2271 +"50302",11817,22326,3,600,2818 +"50303",11817,22362,3,600,1836 +"50304",11817,22462,3,600,869 +"50305",11817,22566,3,600,2308 +"50306",11817,22705,2,600,1016 +"50307",11817,23011,3,600,2763 +"50308",11817,23159,3,600,1548 +"50309",11817,23310,3,600,2371 +"50310",11817,23403,3,600,607 +"50311",11817,23492,3,600,1067 +"50312",11817,23509,3,600,2275 +"50313",11817,23526,2,600,1998 +"50314",11817,23715,2,600,1859 +"50315",11817,23725,2,600,2378 +"50316",11817,23729,3,600,1624 +"50317",11817,23825,3,600,1913 +"50318",11817,24005,3,600,1188 +"50319",11817,24066,3,600,1755 +"50320",11817,24259,3,600,1281 +"50321",11817,24362,3,600,1287 +"50322",11817,24559,3,600,946 +"50323",11817,25132,3,600,1188 +"50324",11817,25305,3,600,2447 +"50325",11817,25643,3,600,1646 +"50326",11817,26067,3,600,2069 +"50327",11817,26080,2,600,2525 +"50328",11817,26322,3,600,1018 +"50329",11817,26366,3,600,1688 +"50330",11817,26570,3,600,1669 +"50331",11817,26659,3,600,903 +"50332",11817,26671,3,600,2279 +"50333",11817,26749,3,600,2965 +"50334",11817,26818,3,600,1999 +"50335",11817,26848,2,600,2363 +"50336",11817,26867,1,600,1804 +"50337",11817,27377,3,600,1724 +"50338",11817,27744,2,600,861 +"50339",11817,27849,3,600,1316 +"50340",11817,28002,2,600,914 +"50341",11817,28190,2,600,1634 +"50342",11817,28296,3,600,2944 +"50343",11817,28383,3,600,1222 +"50344",11817,29073,3,600,2328 +"50345",11817,29093,2,600,1933 +"50346",11817,29705,3,600,607 +"50347",11817,29750,3,600,689 +"50348",11817,29929,3,600,2789 +"50349",11817,29930,3,600,2240 +"50350",11817,29982,3,600,1372 +"50351",11817,29987,3,600,956 +"50352",11817,30325,2,600,1067 +"50353",11817,30334,3,600,2075 +"50354",11817,30405,2,600,2164 +"50355",11817,31093,3,600,2160 +"50356",11817,31307,3,600,2139 +"50357",11817,31436,3,600,2892 +"50358",11817,31691,3,600,1657 +"50359",11817,32131,3,600,1035 +"50360",11817,32173,3,600,2341 +"50361",11817,32567,3,600,2784 +"50362",11817,32606,3,600,2100 +"50363",11817,32694,3,600,1602 +"50364",11817,32811,3,600,804 +"50365",11817,33223,3,600,2397 +"50366",11817,33622,3,600,2230 +"50367",11817,33801,3,600,2899 +"50368",11817,34136,3,600,2202 +"50369",11817,34735,2,600,2767 +"50370",11817,34836,3,600,2302 +"50371",11817,35402,3,600,2339 +"50372",11817,35673,2,600,1067 +"50373",11817,35752,3,600,1158 +"50374",11817,35815,3,600,2789 +"50375",11817,37636,3,600,2178 +"50376",11817,37800,2,600,604 +"50377",11817,38019,3,600,1870 +"50378",11817,38694,3,600,817 +"50379",11817,38921,3,600,1880 +"50380",11817,39294,3,600,1889 +"50381",11817,39444,3,600,2695 +"50382",11817,39865,2,600,849 +"50383",11817,40028,1,600,1349 +"50384",11817,40072,1,600,1182 +"50385",11817,40369,3,600,2735 +"50386",11817,40392,3,600,1878 +"50387",11817,40493,3,600,1981 +"50388",11817,40542,3,600,1664 +"50389",11817,41972,3,600,2509 +"50390",11817,42129,3,600,2318 +"50391",11817,42216,3,600,2722 +"50392",11817,42619,3,600,2017 +"50393",11817,42687,2,600,1952 +"50394",11817,42837,3,600,1096 +"50395",11817,42906,3,600,1748 +"50396",11817,43213,2,600,2160 +"50397",11817,43335,3,600,1412 +"50398",11817,43455,3,600,2846 +"50399",11817,43518,3,600,2680 +"50400",11817,44521,2,600,1593 +"50401",11817,44648,2,600,619 +"50402",11817,45302,3,600,2390 +"50403",11817,45684,3,600,2200 +"50404",11817,45729,3,600,2606 +"50405",11817,46196,3,600,1510 +"50406",11817,46629,2,600,2255 +"50407",11817,46883,3,600,1671 +"50408",11817,47435,3,600,878 +"50409",11817,48035,3,600,2180 +"50410",11817,48215,3,600,2028 +"50411",11817,48384,3,600,2057 +"50412",11817,48571,3,600,2717 +"50413",11817,48698,3,600,1474 +"50414",11817,49110,3,600,2938 +"50415",11817,49185,2,600,1544 +"50416",11817,50134,3,600,2674 +"50417",11817,50236,1,600,2339 +"50418",11817,51017,3,600,2073 +"50419",11817,51035,3,600,2397 +"50420",11817,51783,3,600,2599 +"50421",11817,52136,2,600,1412 +"50422",11817,52345,3,600,1430 +"50423",11817,52576,3,600,2234 +"50424",11817,53134,3,600,1590 +"50425",11817,53303,2,600,1376 +"50426",11817,54305,3,600,1222 +"50427",11817,54551,3,600,2348 +"50428",11817,54929,3,600,2783 +"50429",11817,56082,1,600,2395 +"50430",11817,56237,2,600,2625 +"50431",11817,56604,3,600,1919 +"50432",11817,56903,3,600,1584 +"50433",11817,57150,3,600,1196 +"50434",11817,57246,3,600,1873 +"50435",11817,57414,3,600,922 +"50436",11817,57714,3,600,1391 +"50437",11817,58122,3,600,889 +"50438",11817,58508,3,600,2326 +"50439",11817,59939,2,600,936 +"50440",11817,61948,3,600,1231 +"50441",11817,61982,3,600,2725 +"50442",11817,62148,3,600,1566 +"50443",11817,63515,3,600,2023 +"50444",11817,64947,3,600,2489 +"50445",11817,64997,3,600,2791 +"50446",11817,65242,3,600,1988 +"50447",11817,66622,3,600,799 +"50448",11817,67726,3,600,2873 +"50449",11817,67763,3,600,822 +"50450",11817,67805,3,600,1338 +"50451",11817,68215,3,600,2727 +"50452",11817,70838,1,600,687 +"50453",11817,71217,3,600,2169 +"50454",11817,71342,3,600,1289 +"50455",11817,72188,2,600,856 +"50456",11817,72207,2,600,2430 +"50457",11817,72326,2,600,2384 +"50458",11817,72956,3,600,1251 +"50459",11817,74318,3,600,632 +"50460",11817,75403,2,600,1895 +"50461",11817,76284,3,600,1237 +"50462",11817,78256,3,600,804 +"50463",11817,79804,3,600,2227 +"50464",11817,80014,2,600,1562 +"50465",11817,80219,3,600,988 +"50466",11817,82730,3,600,1492 +"50467",11817,82747,3,600,1496 +"50468",11817,82776,3,600,1232 +"50469",11817,82949,3,600,2077 +"50470",11817,85784,3,600,1142 +"50471",11817,86245,3,600,1972 +"50472",11817,87048,3,600,989 +"50473",11817,90802,3,600,877 +"50474",11817,91912,2,600,790 +"50475",11817,92104,3,600,2339 +"50476",11817,94889,3,600,667 +"50477",11817,99215,3,600,2791 +"50478",11817,104217,3,600,956 +"50479",11817,108867,3,600,2328 +"50480",11817,109718,2,600,1237 +"50481",11817,111971,3,600,1032 +"50482",11817,117956,3,600,2774 +"50483",11817,120549,2,600,708 +"50484",11858,827,3,1530,2964 +"50485",11858,916,3,1530,2718 +"50486",11858,952,3,1530,1991 +"50487",11858,1624,3,1530,2687 +"50488",11858,1708,3,1530,1591 +"50489",11858,2282,2,1530,2056 +"50490",11858,2647,3,1530,2450 +"50491",11858,2927,1,1530,1789 +"50492",11858,3034,3,1530,2601 +"50493",11858,4180,2,1530,1817 +"50494",11858,4249,3,1530,2547 +"50495",11858,4551,2,1530,2720 +"50496",11858,5303,2,1530,1849 +"50497",11858,6040,3,1530,2103 +"50498",11858,6480,1,1530,1678 +"50499",11858,7253,1,1530,2686 +"50500",11858,7254,1,1530,1849 +"50501",11858,7787,3,1530,2314 +"50502",11858,9269,3,1530,1892 +"50503",11858,9895,3,1530,1960 +"50504",11858,11665,3,1530,1643 +"50505",11858,12116,3,1530,2119 +"50506",11858,13388,3,1530,2119 +"50507",11858,14761,3,1530,2502 +"50508",11858,14957,3,1530,2306 +"50509",11858,15146,1,1530,1546 +"50510",11858,15782,3,1530,2306 +"50511",11858,16347,3,1530,1868 +"50512",11858,17499,3,1530,2954 +"50513",11858,18700,3,1530,1929 +"50514",11858,19323,3,1530,1705 +"50515",11858,19509,1,1530,2000 +"50516",11858,20038,3,1530,1531 +"50517",11858,23639,3,1530,2065 +"50518",11858,26513,3,1530,2205 +"50519",11858,26597,3,1530,2070 +"50520",11858,28268,2,1530,2258 +"50521",11858,28782,2,1530,2272 +"50522",11858,34953,2,1530,1817 +"50523",11858,36840,2,1530,2269 +"50524",11858,40407,3,1530,1972 +"50525",11858,42382,2,1530,2224 +"50526",11858,42390,2,1530,2937 +"50527",11858,43524,3,1530,2572 +"50528",11858,43701,3,1530,2400 +"50529",11858,46616,2,1530,1917 +"50530",11858,47607,3,1530,2724 +"50531",11858,52380,2,1530,2686 +"50532",11858,53584,2,1530,2391 +"50533",11858,58086,3,1530,1667 +"50534",11858,58945,2,1530,2481 +"50535",11858,59511,2,1530,2753 +"50536",11858,69029,3,1530,2623 +"50537",11858,70011,3,1530,2690 +"50538",11858,73520,3,1530,2613 +"50539",11858,75194,2,1530,1736 +"50540",11858,77719,3,1530,2086 +"50541",11858,78277,3,1530,1937 +"50542",11858,78611,3,1530,1586 +"50543",11858,80970,2,1530,2069 +"50544",11858,84591,3,1530,1685 +"50545",11868,1787,2,1639,1707 +"50546",11868,4188,2,1639,2963 +"50547",11868,5937,2,1639,2392 +"50548",11868,6234,3,1639,2654 +"50549",11868,8899,3,1639,2023 +"50550",11868,14838,3,1639,1746 +"50551",11868,14861,3,1639,2269 +"50552",11868,15150,3,1639,2801 +"50553",11868,15558,3,1639,2389 +"50554",11868,16477,3,1639,2069 +"50555",11868,16969,3,1639,1917 +"50556",11868,17552,3,1639,2082 +"50557",11868,17815,3,1639,2070 +"50558",11868,19002,3,1639,2053 +"50559",11868,20011,2,1639,2826 +"50560",11868,22744,3,1639,1907 +"50561",11868,23498,3,1639,2398 +"50562",11868,23728,3,1639,2601 +"50563",11868,23802,3,1639,1713 +"50564",11868,29775,2,1639,2064 +"50565",11868,32079,3,1639,2315 +"50566",11868,34576,3,1639,1727 +"50567",11868,35844,3,1639,2961 +"50568",11868,41521,2,1639,2069 +"50569",11868,42136,3,1639,2551 +"50570",11868,44730,3,1639,2468 +"50571",11868,48585,3,1639,2063 +"50572",11868,49079,3,1639,2447 +"50573",11868,53648,3,1639,2167 +"50574",11868,56413,2,1639,2747 +"50575",11868,76997,3,1639,2223 +"50576",11868,79746,3,1639,2272 +"50577",11868,86559,3,1639,1704 +"50578",11868,87190,3,1639,1704 +"50579",11872,3414,3,317,2322 +"50580",11872,3477,3,317,2546 +"50581",11872,5346,3,317,1438 +"50582",11872,6063,3,317,2349 +"50583",11872,12735,3,317,819 +"50584",11872,12779,3,317,936 +"50585",11872,15095,3,317,2001 +"50586",11872,15153,3,317,1864 +"50587",11872,15159,3,317,756 +"50588",11872,15207,3,317,1855 +"50589",11872,18217,3,317,1566 +"50590",11872,18421,3,317,2457 +"50591",11872,18550,3,317,483 +"50592",11872,20176,3,317,1050 +"50593",11872,22462,3,317,869 +"50594",11872,24974,2,317,702 +"50595",11872,30865,2,317,2038 +"50596",11872,30891,3,317,1256 +"50597",11872,33223,3,317,2397 +"50598",11872,36645,3,317,547 +"50599",11872,38513,3,317,914 +"50600",11872,40113,3,317,451 +"50601",11872,40542,3,317,1664 +"50602",11872,61913,2,317,397 +"50603",11872,63662,3,317,721 +"50604",11872,66693,3,317,2554 +"50605",11872,70422,3,317,1398 +"50606",11872,75282,3,317,2675 +"50607",11872,80337,1,317,394 +"50608",11872,80338,2,317,2059 +"50609",11872,83729,1,317,406 +"50610",11872,92904,3,317,780 +"50611",11872,94520,3,317,1243 +"50612",11875,997,3,1526,2788 +"50613",11875,1046,3,1526,1881 +"50614",11875,1151,3,1526,2885 +"50615",11875,1386,3,1526,1901 +"50616",11875,1777,3,1526,1965 +"50617",11875,2036,3,1526,2483 +"50618",11875,2484,3,1526,2389 +"50619",11875,4191,3,1526,2130 +"50620",11875,4618,3,1526,2607 +"50621",11875,5462,3,1526,2374 +"50622",11875,5725,3,1526,2789 +"50623",11875,7394,3,1526,2615 +"50624",11875,8258,2,1526,1959 +"50625",11875,10087,3,1526,1617 +"50626",11875,17061,2,1526,2385 +"50627",11875,19248,3,1526,2357 +"50628",11875,19606,2,1526,2783 +"50629",11875,25721,3,1526,2212 +"50630",11875,27623,2,1526,2970 +"50631",11875,38439,3,1526,2025 +"50632",11875,46680,3,1526,1690 +"50633",11875,48605,2,1526,2796 +"50634",11875,52203,3,1526,1961 +"50635",11875,56854,3,1526,2022 +"50636",11875,57549,3,1526,2335 +"50637",11875,58035,3,1526,1646 +"50638",11875,60289,3,1526,2729 +"50639",11875,71518,2,1526,2805 +"50640",11875,79211,3,1526,1590 +"50641",11877,4668,2,1108,1919 +"50642",11877,4669,3,1108,2395 +"50643",11877,16715,3,1108,1218 +"50644",11897,388,3,1271,1594 +"50645",11897,916,2,1271,2718 +"50646",11897,1222,3,1271,2598 +"50647",11897,1560,2,1271,2013 +"50648",11897,2443,3,1271,2333 +"50649",11897,2802,2,1271,1836 +"50650",11897,3477,3,1271,2546 +"50651",11897,3819,3,1271,1583 +"50652",11897,5414,3,1271,2321 +"50653",11897,5673,3,1271,1567 +"50654",11897,6063,3,1271,2349 +"50655",11897,6262,3,1271,2733 +"50656",11897,6432,3,1271,2297 +"50657",11897,8525,3,1271,1787 +"50658",11897,9716,3,1271,1929 +"50659",11897,10200,3,1271,2920 +"50660",11897,11429,3,1271,2520 +"50661",11897,12973,3,1271,1569 +"50662",11897,13150,2,1271,1570 +"50663",11897,15047,3,1271,1697 +"50664",11897,16643,3,1271,1824 +"50665",11897,17999,2,1271,2758 +"50666",11897,18217,3,1271,1566 +"50667",11897,18466,3,1271,2340 +"50668",11897,18479,2,1271,2967 +"50669",11897,18610,3,1271,2141 +"50670",11897,19190,3,1271,2677 +"50671",11897,19323,3,1271,1705 +"50672",11897,20604,3,1271,1684 +"50673",11897,23739,2,1271,2463 +"50674",11897,24086,3,1271,2663 +"50675",11897,31087,3,1271,1757 +"50676",11897,32694,3,1271,1602 +"50677",11897,33223,3,1271,2397 +"50678",11897,33278,3,1271,1591 +"50679",11897,33755,3,1271,2963 +"50680",11897,36662,2,1271,2967 +"50681",11897,37342,3,1271,2649 +"50682",11897,37868,3,1271,2876 +"50683",11897,38361,3,1271,1936 +"50684",11897,40392,3,1271,1878 +"50685",11897,40542,3,1271,1664 +"50686",11897,41185,3,1271,1929 +"50687",11897,42280,3,1271,2266 +"50688",11897,43929,3,1271,2749 +"50689",11897,56168,2,1271,1466 +"50690",11897,57037,1,1271,2293 +"50691",11897,59470,3,1271,2393 +"50692",11897,62713,3,1271,2593 +"50693",11897,66017,3,1271,1545 +"50694",11897,76997,3,1271,2223 +"50695",11897,79793,3,1271,1915 +"50696",11897,82917,3,1271,2371 +"50697",11897,83334,3,1271,1708 +"50698",11897,94339,3,1271,2768 +"50699",11897,116792,3,1271,2397 +"50700",11897,117903,2,1271,1664 +"50701",11912,2111,3,889,1904 +"50702",11912,2864,3,889,1543 +"50703",11912,3395,3,889,1382 +"50704",11912,5971,3,889,1985 +"50705",11912,6588,3,889,2025 +"50706",11912,7616,2,889,2296 +"50707",11912,9871,2,889,921 +"50708",11912,10370,2,889,2224 +"50709",11912,10535,3,889,1534 +"50710",11912,10857,3,889,2253 +"50711",11912,12122,1,889,1385 +"50712",11912,14887,3,889,2158 +"50713",11912,15402,3,889,1281 +"50714",11912,16539,3,889,1947 +"50715",11912,17400,3,889,2231 +"50716",11912,18108,3,889,1656 +"50717",11912,18394,3,889,2356 +"50718",11912,19093,3,889,2224 +"50719",11912,19893,1,889,1223 +"50720",11912,20419,3,889,1587 +"50721",11912,23492,3,889,1067 +"50722",11912,23725,3,889,2378 +"50723",11912,24793,3,889,1993 +"50724",11912,24853,3,889,1004 +"50725",11912,25443,3,889,1441 +"50726",11912,27377,2,889,1724 +"50727",11912,27792,3,889,1308 +"50728",11912,30325,3,889,1067 +"50729",11912,30405,3,889,2164 +"50730",11912,35673,2,889,1067 +"50731",11912,40028,3,889,1349 +"50732",11912,40072,3,889,1182 +"50733",11912,43213,3,889,2160 +"50734",11912,43902,2,889,1726 +"50735",11912,44089,1,889,1632 +"50736",11912,44407,3,889,2154 +"50737",11912,44688,3,889,2924 +"50738",11912,44763,2,889,1324 +"50739",11912,44773,3,889,1355 +"50740",11912,45684,3,889,2200 +"50741",11912,46629,3,889,2255 +"50742",11912,49334,3,889,2433 +"50743",11912,50236,3,889,2339 +"50744",11912,53303,3,889,1376 +"50745",11912,54551,3,889,2348 +"50746",11912,55076,3,889,2408 +"50747",11912,56082,3,889,2395 +"50748",11912,57549,3,889,2335 +"50749",11912,60207,3,889,2224 +"50750",11912,64031,3,889,1295 +"50751",11912,70046,3,889,2624 +"50752",11912,76646,3,889,1263 +"50753",11912,76721,3,889,1174 +"50754",11912,77611,3,889,1795 +"50755",11912,79653,3,889,2683 +"50756",11912,82187,3,889,1055 +"50757",11912,82893,2,889,1275 +"50758",11912,85356,3,889,1492 +"50759",11912,109718,3,889,1237 +"50760",11912,113767,3,889,1101 +"50761",11959,3414,2,523,2322 +"50762",11959,4669,3,523,2395 +"50763",11959,12078,3,523,2381 +"50764",11959,18415,3,523,2184 +"50765",11959,18810,1,523,2671 +"50766",11959,28626,3,523,2842 +"50767",11959,30865,3,523,2038 +"50768",11959,36183,3,523,2117 +"50769",11959,50509,3,523,2050 +"50770",11959,63662,2,523,721 +"50771",11959,75067,2,523,801 +"50772",11959,84779,3,523,914 +"50773",11959,86220,3,523,969 +"50774",11966,377,3,2385,2389 +"50775",11966,2424,3,2385,2582 +"50776",11966,3164,2,2385,2693 +"50777",11966,4932,3,2385,2752 +"50778",11966,5315,3,2385,2631 +"50779",11966,6030,2,2385,2953 +"50780",11966,12035,3,2385,2721 +"50781",11966,16352,2,2385,2657 +"50782",11966,18361,3,2385,2968 +"50783",11966,20284,3,2385,2530 +"50784",11966,20292,2,2385,2755 +"50785",11966,21571,1,2385,2755 +"50786",11966,21682,3,2385,2414 +"50787",11966,26080,3,2385,2525 +"50788",11966,28168,2,2385,2702 +"50789",11966,28296,3,2385,2944 +"50790",11966,32567,1,2385,2784 +"50791",11966,34735,2,2385,2767 +"50792",11966,41972,3,2385,2509 +"50793",11966,49110,3,2385,2938 +"50794",11966,51052,2,2385,2784 +"50795",11966,54929,3,2385,2783 +"50796",11966,56237,3,2385,2625 +"50797",11966,66413,3,2385,2507 +"50798",11966,68083,3,2385,2795 +"50799",11976,206,3,1727,1986 +"50800",11976,1092,3,1727,1945 +"50801",11976,2765,3,1727,2321 +"50802",11976,3776,2,1727,2322 +"50803",11976,5315,3,1727,2631 +"50804",11976,5429,3,1727,1991 +"50805",11976,5621,3,1727,1860 +"50806",11976,6248,3,1727,2737 +"50807",11976,7508,3,1727,2396 +"50808",11976,8887,3,1727,2373 +"50809",11976,10727,3,1727,2082 +"50810",11976,11055,3,1727,2111 +"50811",11976,11103,3,1727,2393 +"50812",11976,11136,3,1727,2573 +"50813",11976,11620,3,1727,2010 +"50814",11976,12778,3,1727,2045 +"50815",11976,13573,3,1727,2774 +"50816",11976,14754,3,1727,2456 +"50817",11976,16482,3,1727,1958 +"50818",11976,17826,3,1727,2920 +"50819",11976,20355,2,1727,2111 +"50820",11976,20423,2,1727,2654 +"50821",11976,21706,3,1727,1988 +"50822",11976,21720,3,1727,2637 +"50823",11976,27501,3,1727,1981 +"50824",11976,28355,3,1727,2053 +"50825",11976,34158,2,1727,2639 +"50826",11976,35361,3,1727,2389 +"50827",11976,36574,2,1727,2934 +"50828",11976,39827,3,1727,2321 +"50829",11976,41023,3,1727,2408 +"50830",11976,41598,3,1727,2291 +"50831",11976,42713,3,1727,1995 +"50832",11976,43929,3,1727,2749 +"50833",11976,45277,3,1727,1777 +"50834",11976,45608,3,1727,2420 +"50835",11976,45903,3,1727,2237 +"50836",11976,48605,3,1727,2796 +"50837",11976,49147,3,1727,2539 +"50838",11976,49461,3,1727,2793 +"50839",11976,51319,3,1727,2488 +"50840",11976,67383,3,1727,1739 +"50841",11976,76396,3,1727,1731 +"50842",11976,79653,3,1727,2683 +"50843",11976,81865,3,1727,2704 +"50844",11976,92895,3,1727,2339 +"50845",11976,116792,3,1727,2397 +"50846",11984,3978,3,2308,2775 +"50847",11984,4303,3,2308,2414 +"50848",11984,25373,3,2308,2783 +"50849",11984,37929,3,2308,2393 +"50850",11990,364,3,1909,2351 +"50851",11990,2979,3,1909,2912 +"50852",11990,3403,3,1909,2951 +"50853",11990,3456,2,1909,1999 +"50854",11990,5614,3,1909,2122 +"50855",11990,5897,3,1909,2337 +"50856",11990,7942,3,1909,2623 +"50857",11990,11135,3,1909,2441 +"50858",11990,12948,3,1909,2669 +"50859",11990,16437,3,1909,1956 +"50860",11990,16866,3,1909,2718 +"50861",11990,17033,3,1909,2771 +"50862",11990,18865,3,1909,2676 +"50863",11990,27742,3,1909,2700 +"50864",11990,27914,3,1909,2507 +"50865",11990,28051,3,1909,2089 +"50866",11990,29295,3,1909,2043 +"50867",11990,30525,2,1909,1964 +"50868",11990,32110,3,1909,2224 +"50869",11990,35187,3,1909,2488 +"50870",11990,38259,3,1909,2258 +"50871",11990,43961,3,1909,2443 +"50872",11990,54775,3,1909,2383 +"50873",11990,56569,3,1909,1993 +"50874",11990,63395,3,1909,2334 +"50875",11993,4367,3,314,2794 +"50876",11993,8865,3,314,2394 +"50877",11993,10210,2,314,1905 +"50878",11993,16176,3,314,2703 +"50879",11993,19364,3,314,2846 +"50880",11993,22709,3,314,2743 +"50881",11993,29997,3,314,1789 +"50882",11993,32606,3,314,2100 +"50883",11993,35004,2,314,1509 +"50884",11993,35715,3,314,2912 +"50885",11993,43110,3,314,375 +"50886",11993,43204,3,314,1680 +"50887",11993,58559,1,314,2242 +"50888",11993,59683,3,314,2068 +"50889",11993,65856,3,314,2504 +"50890",11993,68345,3,314,1095 +"50891",11993,68876,3,314,1397 +"50892",11993,69232,2,314,2130 +"50893",11993,72348,3,314,1810 +"50894",11993,80606,2,314,2079 +"50895",11993,81753,2,314,1736 +"50896",11993,95785,3,314,1156 +"50897",11993,111955,2,314,504 +"50898",12000,1369,3,1454,2487 +"50899",12000,1685,2,1454,2230 +"50900",12000,1785,3,1454,2350 +"50901",12000,3360,3,1454,1583 +"50902",12000,5355,3,1454,1499 +"50903",12000,6621,3,1454,2478 +"50904",12000,6999,2,1454,2214 +"50905",12000,11154,3,1454,1594 +"50906",12000,12007,3,1454,1594 +"50907",12000,15207,3,1454,1855 +"50908",12000,19002,3,1454,2053 +"50909",12000,22744,3,1454,1907 +"50910",12000,23498,3,1454,2398 +"50911",12000,31159,3,1454,2231 +"50912",12000,31295,2,1454,2183 +"50913",12000,31794,3,1454,1919 +"50914",12000,35317,3,1454,1888 +"50915",12000,42407,3,1454,2408 +"50916",12000,43311,2,1454,1553 +"50917",12000,45664,3,1454,2235 +"50918",12000,49069,3,1454,1694 +"50919",12000,51173,3,1454,1829 +"50920",12000,53648,3,1454,2167 +"50921",12000,80615,3,1454,2252 +"50922",12000,85638,2,1454,2275 +"50923",12000,87190,3,1454,1704 +"50924",12004,701,3,996,2718 +"50925",12004,3164,3,996,2693 +"50926",12004,5716,3,996,1058 +"50927",12004,5971,3,996,1985 +"50928",12004,6030,3,996,2953 +"50929",12004,6363,3,996,2066 +"50930",12004,6417,3,996,1675 +"50931",12004,7582,2,996,1099 +"50932",12004,9678,3,996,1217 +"50933",12004,11218,3,996,2292 +"50934",12004,11966,2,996,2385 +"50935",12004,13311,2,996,2315 +"50936",12004,14080,3,996,1351 +"50937",12004,15301,3,996,2308 +"50938",12004,15607,2,996,1421 +"50939",12004,19072,1,996,2358 +"50940",12004,19113,2,996,1171 +"50941",12004,19835,3,996,1135 +"50942",12004,20284,3,996,2530 +"50943",12004,20292,2,996,2755 +"50944",12004,21571,2,996,2755 +"50945",12004,21898,3,996,1351 +"50946",12004,22566,2,996,2308 +"50947",12004,22884,3,996,1608 +"50948",12004,24512,3,996,1369 +"50949",12004,28050,3,996,1955 +"50950",12004,28168,2,996,2702 +"50951",12004,28296,3,996,2944 +"50952",12004,29050,3,996,1196 +"50953",12004,30883,3,996,1629 +"50954",12004,32567,3,996,2784 +"50955",12004,33588,2,996,1040 +"50956",12004,33621,3,996,1319 +"50957",12004,34464,3,996,1741 +"50958",12004,34815,3,996,2354 +"50959",12004,39535,3,996,2428 +"50960",12004,41014,3,996,1152 +"50961",12004,42619,3,996,2017 +"50962",12004,44521,3,996,1593 +"50963",12004,51041,3,996,2606 +"50964",12004,53134,3,996,1590 +"50965",12004,54929,2,996,2783 +"50966",12004,57714,3,996,1391 +"50967",12004,68523,3,996,1664 +"50968",12004,80172,3,996,1342 +"50969",12004,94500,2,996,1529 +"50970",12004,98150,3,996,1009 +"50971",12004,102751,3,996,1229 +"50972",12007,1685,1,1594,2230 +"50973",12007,1785,3,1594,2350 +"50974",12007,3477,3,1594,2546 +"50975",12007,4730,3,1594,2131 +"50976",12007,5937,3,1594,2392 +"50977",12007,6020,3,1594,1864 +"50978",12007,6063,3,1594,2349 +"50979",12007,6621,3,1594,2478 +"50980",12007,7443,3,1594,2028 +"50981",12007,11506,3,1594,2824 +"50982",12007,11868,3,1594,1639 +"50983",12007,19002,3,1594,2053 +"50984",12007,22744,2,1594,1907 +"50985",12007,23498,3,1594,2398 +"50986",12007,31794,2,1594,1919 +"50987",12007,32079,3,1594,2315 +"50988",12007,33223,3,1594,2397 +"50989",12007,34162,3,1594,2336 +"50990",12007,36031,3,1594,2342 +"50991",12007,40542,3,1594,1664 +"50992",12007,45730,3,1594,2063 +"50993",12007,51173,3,1594,1829 +"50994",12007,53648,3,1594,2167 +"50995",12007,75207,3,1594,2235 +"50996",12007,76672,3,1594,1930 +"50997",12007,79461,2,1594,1667 +"50998",12007,79547,3,1594,1909 +"50999",12007,86559,3,1594,1704 +"51000",12007,87190,2,1594,1704 +"51001",12007,89681,3,1594,1978 +"51002",12023,2452,3,799,1715 +"51003",12023,2576,3,799,1307 +"51004",12023,3663,3,799,1232 +"51005",12023,4668,3,799,1919 +"51006",12023,4669,3,799,2395 +"51007",12023,5897,3,799,2337 +"51008",12023,11990,2,799,1909 +"51009",12023,12781,3,799,831 +"51010",12023,13068,3,799,1778 +"51011",12023,16152,2,799,879 +"51012",12023,16437,3,799,1956 +"51013",12023,16501,3,799,1650 +"51014",12023,16715,3,799,1218 +"51015",12023,16776,3,799,1565 +"51016",12023,17252,3,799,1258 +"51017",12023,19334,3,799,1979 +"51018",12023,27742,3,799,2700 +"51019",12023,27914,3,799,2507 +"51020",12023,28051,3,799,2089 +"51021",12023,28869,3,799,2425 +"51022",12023,28904,2,799,926 +"51023",12023,29473,3,799,2602 +"51024",12023,30525,3,799,1964 +"51025",12023,31317,3,799,1362 +"51026",12023,31753,1,799,1514 +"51027",12023,31868,3,799,1993 +"51028",12023,33451,3,799,1957 +"51029",12023,35573,3,799,2084 +"51030",12023,35728,3,799,2017 +"51031",12023,41077,1,799,864 +"51032",12023,43961,3,799,2443 +"51033",12023,44074,3,799,1299 +"51034",12023,45480,3,799,1104 +"51035",12023,49201,3,799,936 +"51036",12023,54775,3,799,2383 +"51037",12023,56995,3,799,2323 +"51038",12023,59039,3,799,2870 +"51039",12023,63654,3,799,2310 +"51040",12023,69131,3,799,2122 +"51041",12023,70455,3,799,1307 +"51042",12023,79432,3,799,1708 +"51043",12023,80156,3,799,1667 +"51044",12023,81437,3,799,1101 +"51045",12023,85396,2,799,1131 +"51046",12023,88324,3,799,1080 +"51047",12023,89538,3,799,1847 +"51048",12031,680,3,1957,2569 +"51049",12031,3271,3,1957,2216 +"51050",12031,6248,3,1957,2737 +"51051",12031,6432,3,1957,2297 +"51052",12031,11135,3,1957,2441 +"51053",12031,15502,3,1957,2637 +"51054",12031,17999,3,1957,2758 +"51055",12031,19057,3,1957,2664 +"51056",12031,19687,3,1957,2072 +"51057",12031,22905,3,1957,2599 +"51058",12031,23639,3,1957,2065 +"51059",12031,27686,3,1957,2844 +"51060",12031,32235,3,1957,2109 +"51061",12031,41051,2,1957,2767 +"51062",12031,45299,3,1957,2426 +"51063",12031,49147,3,1957,2539 +"51064",12031,55436,2,1957,2513 +"51065",12031,95211,2,1957,2462 +"51066",12031,116792,2,1957,2397 +"51067",12034,42,3,265,2265 +"51068",12034,180,3,265,1593 +"51069",12034,455,3,265,2827 +"51070",12034,470,3,265,2285 +"51071",12034,600,3,265,1702 +"51072",12034,613,2,265,2687 +"51073",12034,669,1,265,1423 +"51074",12034,1495,3,265,2046 +"51075",12034,1676,3,265,1198 +"51076",12034,2208,3,265,2814 +"51077",12034,2766,3,265,1920 +"51078",12034,2967,3,265,587 +"51079",12034,3242,3,265,1730 +"51080",12034,3271,3,265,2216 +"51081",12034,4317,3,265,1224 +"51082",12034,4696,3,265,2656 +"51083",12034,4763,3,265,1960 +"51084",12034,5078,3,265,2033 +"51085",12034,5716,3,265,1058 +"51086",12034,5792,3,265,975 +"51087",12034,6162,2,265,1673 +"51088",12034,6241,2,265,2264 +"51089",12034,7087,3,265,2356 +"51090",12034,7226,2,265,1228 +"51091",12034,7337,3,265,1797 +"51092",12034,8621,3,265,1681 +"51093",12034,9150,3,265,2689 +"51094",12034,9272,3,265,2835 +"51095",12034,9311,3,265,2477 +"51096",12034,10433,3,265,2075 +"51097",12034,10528,3,265,502 +"51098",12034,10746,2,265,1506 +"51099",12034,10859,1,265,2231 +"51100",12034,10870,3,265,1755 +"51101",12034,10874,3,265,1891 +"51102",12034,11329,3,265,2799 +"51103",12034,12542,3,265,1888 +"51104",12034,12929,2,265,2656 +"51105",12034,13699,3,265,1355 +"51106",12034,14272,3,265,1063 +"51107",12034,14887,2,265,2158 +"51108",12034,15184,3,265,2396 +"51109",12034,15290,3,265,641 +"51110",12034,15626,3,265,2434 +"51111",12034,16352,3,265,2657 +"51112",12034,16881,2,265,925 +"51113",12034,17381,3,265,1697 +"51114",12034,17790,3,265,2783 +"51115",12034,17819,3,265,2291 +"51116",12034,17906,3,265,1940 +"51117",12034,18244,3,265,1622 +"51118",12034,18366,2,265,2699 +"51119",12034,18670,3,265,1835 +"51120",12034,19092,3,265,906 +"51121",12034,19174,3,265,1595 +"51122",12034,19183,3,265,1257 +"51123",12034,20397,2,265,735 +"51124",12034,20407,3,265,2339 +"51125",12034,20563,3,265,2267 +"51126",12034,20588,3,265,912 +"51127",12034,21795,3,265,2653 +"51128",12034,22140,3,265,942 +"51129",12034,22422,3,265,894 +"51130",12034,24169,3,265,1663 +"51131",12034,24405,2,265,1443 +"51132",12034,24721,3,265,2326 +"51133",12034,25132,3,265,1188 +"51134",12034,25610,3,265,2328 +"51135",12034,27135,2,265,798 +"51136",12034,28050,3,265,1955 +"51137",12034,28218,3,265,2048 +"51138",12034,28892,3,265,2023 +"51139",12034,29089,3,265,1344 +"51140",12034,29456,3,265,1182 +"51141",12034,29930,3,265,2240 +"51142",12034,29982,3,265,1372 +"51143",12034,34707,3,265,2042 +"51144",12034,34735,3,265,2767 +"51145",12034,34820,3,265,1630 +"51146",12034,35069,2,265,2069 +"51147",12034,35360,3,265,2043 +"51148",12034,35888,1,265,2291 +"51149",12034,36578,3,265,1484 +"51150",12034,39278,2,265,1952 +"51151",12034,40136,3,265,1149 +"51152",12034,40889,2,265,465 +"51153",12034,40913,3,265,1800 +"51154",12034,41278,3,265,1873 +"51155",12034,41739,3,265,1339 +"51156",12034,42925,2,265,1358 +"51157",12034,43226,3,265,2442 +"51158",12034,44648,3,265,619 +"51159",12034,46091,3,265,1938 +"51160",12034,46486,3,265,1868 +"51161",12034,47362,3,265,2253 +"51162",12034,48110,3,265,2009 +"51163",12034,49560,1,265,1679 +"51164",12034,51853,3,265,2520 +"51165",12034,53031,3,265,2065 +"51166",12034,53323,3,265,2677 +"51167",12034,53342,3,265,2071 +"51168",12034,53608,3,265,1986 +"51169",12034,54020,3,265,1578 +"51170",12034,54879,3,265,2210 +"51171",12034,57405,3,265,2344 +"51172",12034,57714,3,265,1391 +"51173",12034,58180,3,265,1919 +"51174",12034,58508,3,265,2326 +"51175",12034,59979,2,265,471 +"51176",12034,60055,3,265,266 +"51177",12034,62832,3,265,2606 +"51178",12034,63568,3,265,570 +"51179",12034,66756,3,265,1301 +"51180",12034,69293,3,265,609 +"51181",12034,69335,3,265,2698 +"51182",12034,72147,3,265,1075 +"51183",12034,73197,3,265,1998 +"51184",12034,73675,3,265,887 +"51185",12034,74058,3,265,1151 +"51186",12034,80301,3,265,1690 +"51187",12034,81014,3,265,1925 +"51188",12034,82806,3,265,796 +"51189",12034,82829,3,265,2416 +"51190",12034,84790,3,265,1708 +"51191",12034,84799,2,265,2656 +"51192",12034,84942,3,265,1467 +"51193",12034,85397,3,265,1219 +"51194",12034,86107,3,265,1960 +"51195",12034,87638,2,265,1114 +"51196",12034,88904,3,265,465 +"51197",12034,89934,3,265,2760 +"51198",12034,89965,3,265,810 +"51199",12034,90709,3,265,1080 +"51200",12034,90911,3,265,1263 +"51201",12034,93121,3,265,2324 +"51202",12034,95979,2,265,1722 +"51203",12034,99332,2,265,873 +"51204",12034,105795,3,265,1265 +"51205",12034,113619,3,265,760 +"51206",12035,2684,3,2721,2874 +"51207",12035,18151,3,2721,2962 +"51208",12035,21571,3,2721,2755 +"51209",12035,26865,3,2721,2726 +"51210",12035,32567,3,2721,2784 +"51211",12035,34327,3,2721,2959 +"51212",12035,34735,3,2721,2767 +"51213",12035,36962,3,2721,2861 +"51214",12035,54929,3,2721,2783 +"51215",12035,68215,3,2721,2727 +"51216",12035,72501,3,2721,2795 +"51217",12042,270,3,2345,2542 +"51218",12042,377,3,2345,2389 +"51219",12042,2289,3,2345,2389 +"51220",12042,2424,3,2345,2582 +"51221",12042,3305,3,2345,2839 +"51222",12042,3961,3,2345,2426 +"51223",12042,3966,3,2345,2425 +"51224",12042,5041,3,2345,2371 +"51225",12042,5350,2,2345,2522 +"51226",12042,6044,3,2345,2744 +"51227",12042,7234,3,2345,2654 +"51228",12042,7794,3,2345,2972 +"51229",12042,8327,3,2345,2527 +"51230",12042,11966,3,2345,2385 +"51231",12042,12035,2,2345,2721 +"51232",12042,16352,1,2345,2657 +"51233",12042,16628,3,2345,2409 +"51234",12042,17365,3,2345,2746 +"51235",12042,17826,3,2345,2920 +"51236",12042,18394,3,2345,2356 +"51237",12042,20124,3,2345,2376 +"51238",12042,21138,3,2345,2849 +"51239",12042,21571,3,2345,2755 +"51240",12042,21795,3,2345,2653 +"51241",12042,21872,3,2345,2458 +"51242",12042,23310,2,2345,2371 +"51243",12042,23725,3,2345,2378 +"51244",12042,25129,3,2345,2647 +"51245",12042,25325,2,2345,2963 +"51246",12042,25480,3,2345,2747 +"51247",12042,26080,1,2345,2525 +"51248",12042,26721,3,2345,2586 +"51249",12042,28296,3,2345,2944 +"51250",12042,30173,3,2345,2404 +"51251",12042,32567,3,2345,2784 +"51252",12042,33433,3,2345,2805 +"51253",12042,34480,3,2345,2755 +"51254",12042,34735,2,2345,2767 +"51255",12042,35926,3,2345,2371 +"51256",12042,36962,3,2345,2861 +"51257",12042,37238,3,2345,2609 +"51258",12042,38307,2,2345,2648 +"51259",12042,38800,3,2345,2756 +"51260",12042,41945,3,2345,2856 +"51261",12042,41972,2,2345,2509 +"51262",12042,42574,3,2345,2842 +"51263",12042,43455,2,2345,2846 +"51264",12042,43796,3,2345,2476 +"51265",12042,44557,3,2345,2371 +"51266",12042,46099,3,2345,2360 +"51267",12042,47248,3,2345,2883 +"51268",12042,49110,2,2345,2938 +"51269",12042,51089,3,2345,2426 +"51270",12042,51866,3,2345,2411 +"51271",12042,52032,3,2345,2853 +"51272",12042,52892,3,2345,2372 +"51273",12042,54551,3,2345,2348 +"51274",12042,54929,2,2345,2783 +"51275",12042,55652,3,2345,2795 +"51276",12042,56082,3,2345,2395 +"51277",12042,56237,3,2345,2625 +"51278",12042,57969,3,2345,2755 +"51279",12042,57977,3,2345,2683 +"51280",12042,61982,3,2345,2725 +"51281",12042,69716,3,2345,2632 +"51282",12042,71274,3,2345,2390 +"51283",12042,72207,3,2345,2430 +"51284",12042,72326,3,2345,2384 +"51285",12042,72501,3,2345,2795 +"51286",12042,76048,3,2345,2373 +"51287",12042,82732,3,2345,2810 +"51288",12042,87110,3,2345,2801 +"51289",12067,364,3,1213,2351 +"51290",12067,680,3,1213,2569 +"51291",12067,841,3,1213,2964 +"51292",12067,860,3,1213,1258 +"51293",12067,913,3,1213,2144 +"51294",12067,1520,3,1213,1716 +"51295",12067,2057,3,1213,1965 +"51296",12067,2206,3,1213,2536 +"51297",12067,2540,3,1213,1398 +"51298",12067,2576,3,1213,1307 +"51299",12067,2747,3,1213,2411 +"51300",12067,2894,3,1213,1291 +"51301",12067,2985,2,1213,2398 +"51302",12067,3127,3,1213,2273 +"51303",12067,3456,3,1213,1999 +"51304",12067,3477,3,1213,2546 +"51305",12067,3493,3,1213,2451 +"51306",12067,3830,3,1213,1661 +"51307",12067,3978,3,1213,2775 +"51308",12067,4001,3,1213,1687 +"51309",12067,4303,3,1213,2414 +"51310",12067,4367,3,1213,2794 +"51311",12067,4660,3,1213,2149 +"51312",12067,5462,3,1213,2374 +"51313",12067,5599,3,1213,1684 +"51314",12067,5962,3,1213,2491 +"51315",12067,6063,3,1213,2349 +"51316",12067,6119,3,1213,2358 +"51317",12067,6821,2,1213,1788 +"51318",12067,6989,3,1213,2623 +"51319",12067,8146,3,1213,1561 +"51320",12067,8274,2,1213,1909 +"51321",12067,8327,3,1213,2527 +"51322",12067,8354,3,1213,1705 +"51323",12067,8568,3,1213,2706 +"51324",12067,8865,1,1213,2394 +"51325",12067,8890,3,1213,1955 +"51326",12067,9227,3,1213,1267 +"51327",12067,9391,3,1213,1252 +"51328",12067,9481,3,1213,1610 +"51329",12067,9703,3,1213,1845 +"51330",12067,10148,3,1213,2964 +"51331",12067,10336,2,1213,2271 +"51332",12067,10453,3,1213,1656 +"51333",12067,10473,3,1213,1783 +"51334",12067,10754,3,1213,1797 +"51335",12067,11563,3,1213,1863 +"51336",12067,11648,3,1213,2852 +"51337",12067,11990,3,1213,1909 +"51338",12067,12177,3,1213,1965 +"51339",12067,12249,3,1213,1965 +"51340",12067,12759,3,1213,2414 +"51341",12067,13068,3,1213,1778 +"51342",12067,13808,3,1213,1356 +"51343",12067,14817,2,1213,2110 +"51344",12067,15433,3,1213,2038 +"51345",12067,15567,2,1213,2671 +"51346",12067,15826,1,1213,2772 +"51347",12067,16120,3,1213,1237 +"51348",12067,16286,3,1213,2470 +"51349",12067,16437,3,1213,1956 +"51350",12067,16482,3,1213,1958 +"51351",12067,16690,3,1213,2132 +"51352",12067,16796,3,1213,1892 +"51353",12067,17645,3,1213,1918 +"51354",12067,18005,3,1213,2449 +"51355",12067,18217,3,1213,1566 +"51356",12067,18381,3,1213,1524 +"51357",12067,19073,3,1213,2748 +"51358",12067,19433,1,1213,2504 +"51359",12067,19587,2,1213,1684 +"51360",12067,22723,3,1213,2859 +"51361",12067,23131,3,1213,1732 +"51362",12067,23325,3,1213,2779 +"51363",12067,25378,3,1213,1245 +"51364",12067,26182,3,1213,2775 +"51365",12067,27275,3,1213,2656 +"51366",12067,27312,3,1213,2469 +"51367",12067,27320,3,1213,2378 +"51368",12067,27390,2,1213,2425 +"51369",12067,27908,2,1213,2576 +"51370",12067,28051,3,1213,2089 +"51371",12067,28893,3,1213,2764 +"51372",12067,29267,2,1213,1234 +"51373",12067,29286,3,1213,1612 +"51374",12067,29454,3,1213,2719 +"51375",12067,29997,3,1213,1789 +"51376",12067,30306,3,1213,1606 +"51377",12067,30486,3,1213,1269 +"51378",12067,30525,3,1213,1964 +"51379",12067,30906,3,1213,2537 +"51380",12067,31700,3,1213,2727 +"51381",12067,32097,3,1213,1307 +"51382",12067,32339,3,1213,2430 +"51383",12067,32606,2,1213,2100 +"51384",12067,33223,3,1213,2397 +"51385",12067,35004,3,1213,1509 +"51386",12067,35715,3,1213,2912 +"51387",12067,35903,2,1213,1434 +"51388",12067,36912,2,1213,2469 +"51389",12067,36953,3,1213,2790 +"51390",12067,37036,3,1213,2264 +"51391",12067,37636,3,1213,2178 +"51392",12067,37752,3,1213,2223 +"51393",12067,37937,2,1213,1320 +"51394",12067,38259,3,1213,2258 +"51395",12067,38457,3,1213,1630 +"51396",12067,38816,1,1213,1225 +"51397",12067,39062,1,1213,2020 +"51398",12067,39189,3,1213,2319 +"51399",12067,40542,3,1213,1664 +"51400",12067,40572,3,1213,2666 +"51401",12067,41278,3,1213,1873 +"51402",12067,41900,3,1213,1970 +"51403",12067,42813,3,1213,2142 +"51404",12067,44497,3,1213,2401 +"51405",12067,45729,3,1213,2606 +"51406",12067,46486,2,1213,1868 +"51407",12067,46532,2,1213,2005 +"51408",12067,46650,3,1213,1330 +"51409",12067,47013,3,1213,2388 +"51410",12067,47595,2,1213,2374 +"51411",12067,48274,3,1213,1979 +"51412",12067,48377,3,1213,1927 +"51413",12067,49450,3,1213,1328 +"51414",12067,50335,3,1213,1893 +"51415",12067,50480,3,1213,2701 +"51416",12067,50585,3,1213,2414 +"51417",12067,51144,3,1213,2466 +"51418",12067,51774,3,1213,2459 +"51419",12067,51838,3,1213,2288 +"51420",12067,51879,3,1213,1771 +"51421",12067,52483,2,1213,2317 +"51422",12067,55821,3,1213,1303 +"51423",12067,55862,3,1213,2123 +"51424",12067,57950,3,1213,1529 +"51425",12067,58655,3,1213,2685 +"51426",12067,58745,3,1213,1920 +"51427",12067,58829,3,1213,1256 +"51428",12067,59683,3,1213,2068 +"51429",12067,61125,3,1213,1673 +"51430",12067,61337,3,1213,2777 +"51431",12067,62066,3,1213,2281 +"51432",12067,62112,3,1213,2944 +"51433",12067,62966,3,1213,1282 +"51434",12067,63641,3,1213,2337 +"51435",12067,64110,3,1213,1331 +"51436",12067,64947,3,1213,2489 +"51437",12067,65856,3,1213,2504 +"51438",12067,66717,3,1213,2104 +"51439",12067,68876,3,1213,1397 +"51440",12067,69232,2,1213,2130 +"51441",12067,74134,3,1213,1566 +"51442",12067,76143,3,1213,1610 +"51443",12067,80606,3,1213,2079 +"51444",12067,87958,2,1213,1234 +"51445",12067,90299,3,1213,1606 +"51446",12067,91579,3,1213,2510 +"51447",12067,93320,3,1213,1258 +"51448",12067,96706,3,1213,1597 +"51449",12067,104828,3,1213,1609 +"51450",12067,106891,3,1213,1907 +"51451",12067,109975,3,1213,1594 +"51452",12078,3493,3,2381,2451 +"51453",12078,4367,3,2381,2794 +"51454",12078,13879,3,2381,2748 +"51455",12078,15567,3,2381,2671 +"51456",12078,18810,3,2381,2671 +"51457",12078,27908,3,2381,2576 +"51458",12078,32818,3,2381,2485 +"51459",12078,59243,2,2381,2770 +"51460",12081,270,3,2166,2542 +"51461",12081,316,3,2166,2413 +"51462",12081,854,3,2166,2307 +"51463",12081,1519,3,2166,2349 +"51464",12081,2424,3,2166,2582 +"51465",12081,2484,3,2166,2389 +"51466",12081,3477,3,2166,2546 +"51467",12081,3978,2,2166,2775 +"51468",12081,4303,3,2166,2414 +"51469",12081,4929,2,2166,2240 +"51470",12081,4953,2,2166,2285 +"51471",12081,6063,3,2166,2349 +"51472",12081,7014,3,2166,2401 +"51473",12081,7616,3,2166,2296 +"51474",12081,7677,3,2166,2338 +"51475",12081,7794,3,2166,2972 +"51476",12081,8238,3,2166,2222 +"51477",12081,8842,2,2166,2535 +"51478",12081,9175,3,2166,2639 +"51479",12081,9311,3,2166,2477 +"51480",12081,9331,2,2166,2269 +"51481",12081,9723,3,2166,2302 +"51482",12081,12042,3,2166,2345 +"51483",12081,12374,3,2166,2260 +"51484",12081,14252,3,2166,2244 +"51485",12081,14507,3,2166,2686 +"51486",12081,15008,3,2166,2338 +"51487",12081,15381,3,2166,2289 +"51488",12081,15729,3,2166,2338 +"51489",12081,16628,2,2166,2409 +"51490",12081,17365,3,2166,2746 +"51491",12081,17549,2,2166,2647 +"51492",12081,19208,3,2166,2629 +"51493",12081,19215,3,2166,2604 +"51494",12081,19605,3,2166,2395 +"51495",12081,20331,2,2166,2365 +"51496",12081,20941,3,2166,2725 +"51497",12081,21734,3,2166,2528 +"51498",12081,22580,3,2166,2245 +"51499",12081,22709,3,2166,2743 +"51500",12081,24256,2,2166,2393 +"51501",12081,24825,3,2166,2686 +"51502",12081,27379,3,2166,2461 +"51503",12081,29930,3,2166,2240 +"51504",12081,29977,2,2166,2781 +"51505",12081,30827,3,2166,2323 +"51506",12081,31117,2,2166,2210 +"51507",12081,31159,2,2166,2231 +"51508",12081,31235,3,2166,2668 +"51509",12081,31295,3,2166,2183 +"51510",12081,31700,3,2166,2727 +"51511",12081,31705,2,2166,2706 +"51512",12081,32939,3,2166,2277 +"51513",12081,33223,3,2166,2397 +"51514",12081,34120,3,2166,2786 +"51515",12081,35888,3,2166,2291 +"51516",12081,36031,3,2166,2342 +"51517",12081,37238,2,2166,2609 +"51518",12081,38307,1,2166,2648 +"51519",12081,38691,3,2166,2585 +"51520",12081,39464,3,2166,2314 +"51521",12081,41770,3,2166,2752 +"51522",12081,41945,2,2166,2856 +"51523",12081,42783,3,2166,2338 +"51524",12081,43455,2,2166,2846 +"51525",12081,44688,2,2166,2924 +"51526",12081,45239,3,2166,2535 +"51527",12081,46446,3,2166,2295 +"51528",12081,46629,3,2166,2255 +"51529",12081,48035,3,2166,2180 +"51530",12081,50480,3,2166,2701 +"51531",12081,51866,3,2166,2411 +"51532",12081,52032,3,2166,2853 +"51533",12081,52892,3,2166,2372 +"51534",12081,57532,3,2166,2617 +"51535",12081,57804,3,2166,2214 +"51536",12081,60974,3,2166,2972 +"51537",12081,61982,3,2166,2725 +"51538",12081,79413,3,2166,2224 +"51539",12084,14772,3,1960,2386 +"51540",12084,16910,3,1960,1978 +"51541",12084,25530,3,1960,2884 +"51542",12084,46602,3,1960,2786 +"51543",12084,56396,3,1960,2408 +"51544",12084,60966,2,1960,2734 +"51545",12084,68888,3,1960,2786 +"51546",12084,73266,3,1960,2496 +"51547",12096,671,2,1330,2328 +"51548",12096,733,3,1330,1653 +"51549",12096,1046,2,1330,1881 +"51550",12096,1090,3,1330,2370 +"51551",12096,1130,3,1330,1566 +"51552",12096,1136,3,1330,2536 +"51553",12096,1201,3,1330,2489 +"51554",12096,1367,3,1330,2176 +"51555",12096,1592,3,1330,2006 +"51556",12096,2754,3,1330,1360 +"51557",12096,2954,3,1330,2727 +"51558",12096,3088,3,1330,1670 +"51559",12096,3164,3,1330,2693 +"51560",12096,3167,3,1330,1676 +"51561",12096,3242,3,1330,1730 +"51562",12096,3352,3,1330,1707 +"51563",12096,4191,3,1330,2130 +"51564",12096,4583,3,1330,2741 +"51565",12096,4618,2,1330,2607 +"51566",12096,5148,3,1330,2206 +"51567",12096,5346,3,1330,1438 +"51568",12096,5669,3,1330,2502 +"51569",12096,5725,3,1330,2789 +"51570",12096,7245,2,1330,2089 +"51571",12096,7555,3,1330,1943 +"51572",12096,8533,3,1330,2251 +"51573",12096,8621,3,1330,1681 +"51574",12096,10002,3,1330,1788 +"51575",12096,10148,3,1330,2964 +"51576",12096,10779,3,1330,2881 +"51577",12096,12374,3,1330,2260 +"51578",12096,12867,3,1330,2773 +"51579",12096,13248,3,1330,1385 +"51580",12096,13801,3,1330,2041 +"51581",12096,13929,3,1330,2693 +"51582",12096,15207,3,1330,1855 +"51583",12096,15607,3,1330,1421 +"51584",12096,16497,3,1330,2370 +"51585",12096,17357,3,1330,1536 +"51586",12096,18348,3,1330,1711 +"51587",12096,18415,2,1330,2184 +"51588",12096,18543,3,1330,2968 +"51589",12096,18965,3,1330,2315 +"51590",12096,19027,3,1330,2721 +"51591",12096,20563,3,1330,2267 +"51592",12096,20643,3,1330,2341 +"51593",12096,20783,3,1330,2414 +"51594",12096,20824,3,1330,1366 +"51595",12096,22331,3,1330,2687 +"51596",12096,22964,2,1330,1443 +"51597",12096,23154,3,1330,2345 +"51598",12096,24923,3,1330,2785 +"51599",12096,25341,2,1330,1858 +"51600",12096,25643,3,1330,1646 +"51601",12096,26351,3,1330,2683 +"51602",12096,26436,3,1330,2489 +"51603",12096,26516,3,1330,2479 +"51604",12096,26570,1,1330,1669 +"51605",12096,27753,3,1330,2750 +"51606",12096,28285,3,1330,2972 +"51607",12096,29073,3,1330,2328 +"51608",12096,30438,3,1330,1617 +"51609",12096,31050,3,1330,1491 +"51610",12096,31696,3,1330,1595 +"51611",12096,31799,3,1330,2547 +"51612",12096,33622,3,1330,2230 +"51613",12096,34158,3,1330,2639 +"51614",12096,34492,3,1330,1798 +"51615",12096,34509,3,1330,1973 +"51616",12096,37620,3,1330,2716 +"51617",12096,37836,3,1330,1369 +"51618",12096,40293,3,1330,1671 +"51619",12096,41682,3,1330,1988 +"51620",12096,42175,3,1330,1594 +"51621",12096,43839,3,1330,1685 +"51622",12096,44427,2,1330,2875 +"51623",12096,45633,3,1330,2134 +"51624",12096,45715,3,1330,2287 +"51625",12096,46596,3,1330,1942 +"51626",12096,46621,3,1330,1343 +"51627",12096,47082,3,1330,1990 +"51628",12096,47947,3,1330,2681 +"51629",12096,49144,3,1330,1542 +"51630",12096,51022,3,1330,1499 +"51631",12096,51157,3,1330,2319 +"51632",12096,53300,3,1330,2162 +"51633",12096,55691,3,1330,2856 +"51634",12096,57977,3,1330,2683 +"51635",12096,58035,2,1330,1646 +"51636",12096,62148,3,1330,1566 +"51637",12096,62840,3,1330,2502 +"51638",12096,67222,3,1330,1332 +"51639",12096,70046,3,1330,2624 +"51640",12096,71562,3,1330,2574 +"51641",12096,80172,3,1330,1342 +"51642",12096,81588,3,1330,1568 +"51643",12096,82426,3,1330,1576 +"51644",12096,82767,2,1330,1641 +"51645",12096,85736,3,1330,1601 +"51646",12096,88232,3,1330,2881 +"51647",12096,94125,3,1330,2280 +"51648",12103,1315,3,1244,2760 +"51649",12103,3557,3,1244,1259 +"51650",12103,8088,1,1244,2220 +"51651",12103,8865,3,1244,2394 +"51652",12103,9311,2,1244,2477 +"51653",12103,9391,2,1244,1252 +"51654",12103,10148,3,1244,2964 +"51655",12103,10843,3,1244,2277 +"51656",12103,12310,3,1244,1337 +"51657",12103,12775,3,1244,1982 +"51658",12103,12976,3,1244,2399 +"51659",12103,13479,3,1244,2155 +"51660",12103,14189,3,1244,1483 +"51661",12103,15560,3,1244,2257 +"51662",12103,15626,3,1244,2434 +"51663",12103,23508,3,1244,1907 +"51664",12103,24146,2,1244,2003 +"51665",12103,24362,3,1244,1287 +"51666",12103,28190,3,1244,1634 +"51667",12103,29295,3,1244,2043 +"51668",12103,30081,3,1244,2403 +"51669",12103,30906,1,1244,2537 +"51670",12103,33356,3,1244,1586 +"51671",12103,33433,3,1244,2805 +"51672",12103,34707,3,1244,2042 +"51673",12103,35903,3,1244,1434 +"51674",12103,36441,3,1244,2796 +"51675",12103,36962,3,1244,2861 +"51676",12103,37333,2,1244,1612 +"51677",12103,41278,3,1244,1873 +"51678",12103,46596,3,1244,1942 +"51679",12103,46883,3,1244,1671 +"51680",12103,54020,2,1244,1578 +"51681",12103,59113,3,1244,2434 +"51682",12103,65679,3,1244,1578 +"51683",12103,74190,3,1244,1428 +"51684",12103,79088,3,1244,1369 +"51685",12116,1369,2,2119,2487 +"51686",12116,2443,3,2119,2333 +"51687",12116,4249,3,2119,2547 +"51688",12116,6999,2,2119,2214 +"51689",12116,14470,2,2119,2632 +"51690",12116,14957,3,2119,2306 +"51691",12116,15782,3,2119,2306 +"51692",12116,16896,3,2119,2223 +"51693",12116,22410,1,2119,2158 +"51694",12116,23498,2,2119,2398 +"51695",12116,23550,3,2119,2939 +"51696",12116,27027,3,2119,2285 +"51697",12116,28782,3,2119,2272 +"51698",12116,31264,3,2119,2335 +"51699",12116,36840,1,2119,2269 +"51700",12116,37684,3,2119,2899 +"51701",12116,42382,3,2119,2224 +"51702",12116,42390,3,2119,2937 +"51703",12116,42407,1,2119,2408 +"51704",12116,45499,2,2119,2346 +"51705",12116,53584,3,2119,2391 +"51706",12116,57205,3,2119,2948 +"51707",12116,68286,3,2119,2442 +"51708",12116,73520,3,2119,2613 +"51709",12116,93553,3,2119,2537 +"51710",12122,160,3,1385,2007 +"51711",12122,1641,3,1385,1490 +"51712",12122,2864,3,1385,1543 +"51713",12122,7616,2,1385,2296 +"51714",12122,10370,2,1385,2224 +"51715",12122,10535,2,1385,1534 +"51716",12122,10857,3,1385,2253 +"51717",12122,10980,3,1385,1974 +"51718",12122,11976,3,1385,1727 +"51719",12122,12388,3,1385,1975 +"51720",12122,13285,3,1385,1577 +"51721",12122,14887,3,1385,2158 +"51722",12122,16539,2,1385,1947 +"51723",12122,16826,3,1385,2599 +"51724",12122,17264,3,1385,2528 +"51725",12122,19093,3,1385,2224 +"51726",12122,20419,3,1385,1587 +"51727",12122,20423,3,1385,2654 +"51728",12122,20563,3,1385,2267 +"51729",12122,23534,3,1385,1659 +"51730",12122,24793,3,1385,1993 +"51731",12122,25443,3,1385,1441 +"51732",12122,27377,3,1385,1724 +"51733",12122,29512,3,1385,1594 +"51734",12122,33430,3,1385,2225 +"51735",12122,41518,3,1385,1641 +"51736",12122,41664,3,1385,2641 +"51737",12122,43902,2,1385,1726 +"51738",12122,44089,1,1385,1632 +"51739",12122,44407,2,1385,2154 +"51740",12122,44676,3,1385,2629 +"51741",12122,44688,3,1385,2924 +"51742",12122,45545,3,1385,1776 +"51743",12122,47386,3,1385,2226 +"51744",12122,47625,3,1385,2562 +"51745",12122,49334,2,1385,2433 +"51746",12122,50041,3,1385,1565 +"51747",12122,54551,3,1385,2348 +"51748",12122,55076,2,1385,2408 +"51749",12122,56854,3,1385,2022 +"51750",12122,57549,3,1385,2335 +"51751",12122,63477,3,1385,1907 +"51752",12122,67748,3,1385,1498 +"51753",12122,69250,3,1385,1439 +"51754",12122,70046,3,1385,2624 +"51755",12122,77611,2,1385,1795 +"51756",12122,79653,2,1385,2683 +"51757",12122,85356,3,1385,1492 +"51758",12122,96553,3,1385,1887 +"51759",12122,115155,3,1385,1942 +"51760",12177,19433,3,1965,2504 +"51761",12177,39062,3,1965,2020 +"51762",12197,3271,3,1235,2216 +"51763",12197,3272,3,1235,2132 +"51764",12197,4968,3,1235,1586 +"51765",12197,9272,3,1235,2835 +"51766",12197,11521,3,1235,1559 +"51767",12197,14612,3,1235,2340 +"51768",12197,15023,3,1235,2054 +"51769",12197,19075,3,1235,2214 +"51770",12197,20547,3,1235,2145 +"51771",12197,20709,3,1235,1757 +"51772",12197,20739,3,1235,2025 +"51773",12197,25518,3,1235,1955 +"51774",12197,27570,3,1235,1559 +"51775",12197,31357,3,1235,2389 +"51776",12197,39893,2,1235,1601 +"51777",12197,43226,3,1235,2442 +"51778",12197,48110,3,1235,2009 +"51779",12197,51843,3,1235,2389 +"51780",12197,54385,3,1235,2340 +"51781",12197,58508,3,1235,2326 +"51782",12197,69335,3,1235,2698 +"51783",12197,70011,2,1235,2690 +"51784",12197,80301,3,1235,1690 +"51785",12197,80615,3,1235,2252 +"51786",12197,84808,3,1235,1974 +"51787",12199,134,2,1651,2062 +"51788",12199,145,2,1651,1998 +"51789",12199,316,3,1651,2413 +"51790",12199,360,2,1651,1671 +"51791",12199,377,3,1651,2389 +"51792",12199,455,3,1651,2827 +"51793",12199,470,3,1651,2285 +"51794",12199,600,3,1651,1702 +"51795",12199,675,3,1651,1686 +"51796",12199,913,2,1651,2144 +"51797",12199,1102,3,1651,2282 +"51798",12199,1136,3,1651,2536 +"51799",12199,1592,2,1651,2006 +"51800",12199,1616,3,1651,2662 +"51801",12199,1691,2,1651,1941 +"51802",12199,1777,3,1651,1965 +"51803",12199,2523,3,1651,1691 +"51804",12199,2572,3,1651,2273 +"51805",12199,2625,3,1651,2152 +"51806",12199,2954,3,1651,2727 +"51807",12199,3801,3,1651,1974 +"51808",12199,3878,3,1651,1890 +"51809",12199,3886,3,1651,1669 +"51810",12199,4057,3,1651,2389 +"51811",12199,4066,3,1651,1736 +"51812",12199,4687,2,1651,2152 +"51813",12199,5078,3,1651,2033 +"51814",12199,5258,2,1651,2730 +"51815",12199,5326,3,1651,2652 +"51816",12199,5457,3,1651,2077 +"51817",12199,5462,3,1651,2374 +"51818",12199,5504,3,1651,2389 +"51819",12199,6052,3,1651,1985 +"51820",12199,6252,3,1651,2336 +"51821",12199,6390,1,1651,2385 +"51822",12199,6428,2,1651,1952 +"51823",12199,6491,3,1651,2424 +"51824",12199,7323,3,1651,2858 +"51825",12199,7515,3,1651,2737 +"51826",12199,7847,3,1651,2424 +"51827",12199,8762,3,1651,2585 +"51828",12199,9150,2,1651,2689 +"51829",12199,9184,3,1651,2670 +"51830",12199,9362,3,1651,2879 +"51831",12199,9432,3,1651,1693 +"51832",12199,10433,3,1651,2075 +"51833",12199,11516,2,1651,1937 +"51834",12199,12432,3,1651,1816 +"51835",12199,12724,3,1651,1930 +"51836",12199,12982,3,1651,2143 +"51837",12199,13068,3,1651,1778 +"51838",12199,14108,3,1651,2012 +"51839",12199,14652,2,1651,2516 +"51840",12199,14767,2,1651,2068 +"51841",12199,15799,3,1651,1917 +"51842",12199,17645,3,1651,1918 +"51843",12199,18394,3,1651,2356 +"51844",12199,18543,3,1651,2968 +"51845",12199,19173,3,1651,1686 +"51846",12199,19322,3,1651,2048 +"51847",12199,19335,3,1651,1729 +"51848",12199,19605,3,1651,2395 +"51849",12199,19606,3,1651,2783 +"51850",12199,19718,3,1651,1702 +"51851",12199,20407,2,1651,2339 +"51852",12199,21225,3,1651,1945 +"51853",12199,21929,3,1651,2062 +"51854",12199,22260,3,1651,2137 +"51855",12199,22567,3,1651,2396 +"51856",12199,22749,3,1651,1727 +"51857",12199,23132,2,1651,2756 +"51858",12199,24066,2,1651,1755 +"51859",12199,24448,3,1651,2289 +"51860",12199,24568,2,1651,1937 +"51861",12199,25816,2,1651,2088 +"51862",12199,26721,3,1651,2586 +"51863",12199,27275,3,1651,2656 +"51864",12199,27390,3,1651,2425 +"51865",12199,27391,3,1651,2378 +"51866",12199,27628,3,1651,2389 +"51867",12199,28115,3,1651,1835 +"51868",12199,28216,2,1651,1910 +"51869",12199,29170,3,1651,1846 +"51870",12199,29930,3,1651,2240 +"51871",12199,29948,3,1651,2795 +"51872",12199,31159,3,1651,2231 +"51873",12199,31235,1,1651,2668 +"51874",12199,33622,3,1651,2230 +"51875",12199,34160,3,1651,1759 +"51876",12199,35256,3,1651,2271 +"51877",12199,36439,3,1651,2469 +"51878",12199,37570,3,1651,2389 +"51879",12199,38259,3,1651,2258 +"51880",12199,38780,3,1651,2705 +"51881",12199,40383,3,1651,2639 +"51882",12199,42216,3,1651,2722 +"51883",12199,43173,3,1651,2895 +"51884",12199,44427,3,1651,2875 +"51885",12199,44473,3,1651,1685 +"51886",12199,45302,3,1651,2390 +"51887",12199,47445,1,1651,2668 +"51888",12199,49301,3,1651,1894 +"51889",12199,55156,3,1651,2196 +"51890",12199,55468,3,1651,2511 +"51891",12199,56082,3,1651,2395 +"51892",12199,56237,3,1651,2625 +"51893",12199,57129,3,1651,1858 +"51894",12199,57544,2,1651,2443 +"51895",12199,58284,3,1651,2292 +"51896",12199,59790,3,1651,1827 +"51897",12199,60661,3,1651,2700 +"51898",12199,62219,3,1651,2494 +"51899",12199,62840,3,1651,2502 +"51900",12199,63409,2,1651,1937 +"51901",12199,64181,3,1651,1828 +"51902",12199,64997,3,1651,2791 +"51903",12199,73305,3,1651,2544 +"51904",12199,74636,3,1651,2525 +"51905",12199,78563,3,1651,2385 +"51906",12199,79804,3,1651,2227 +"51907",12199,80429,2,1651,1927 +"51908",12199,81221,3,1651,2285 +"51909",12199,82949,3,1651,2077 +"51910",12199,88232,3,1651,2881 +"51911",12199,97013,3,1651,1797 +"51912",12200,1702,3,1400,1984 +"51913",12200,11665,3,1400,1643 +"51914",12200,12518,3,1400,2747 +"51915",12200,12818,1,1400,2015 +"51916",12200,13024,2,1400,2468 +"51917",12200,20271,3,1400,2044 +"51918",12200,22488,3,1400,2434 +"51919",12200,31541,3,1400,1500 +"51920",12200,33755,3,1400,2963 +"51921",12200,34491,3,1400,2694 +"51922",12200,36662,3,1400,2967 +"51923",12200,49621,3,1400,1915 +"51924",12200,50335,3,1400,1893 +"51925",12200,51265,3,1400,2670 +"51926",12200,54061,3,1400,1488 +"51927",12200,55171,3,1400,2972 +"51928",12200,60672,3,1400,2876 +"51929",12200,64534,2,1400,2924 +"51930",12208,1520,3,447,1716 +"51931",12208,2747,3,447,2411 +"51932",12208,3235,2,447,799 +"51933",12208,7014,3,447,2401 +"51934",12208,8260,3,447,915 +"51935",12208,9481,2,447,1610 +"51936",12208,9503,3,447,2453 +"51937",12208,10387,3,447,871 +"51938",12208,10453,3,447,1656 +"51939",12208,11728,2,447,1121 +"51940",12208,14520,3,447,634 +"51941",12208,19069,2,447,988 +"51942",12208,19751,3,447,1630 +"51943",12208,20220,3,447,1656 +"51944",12208,22057,3,447,974 +"51945",12208,26959,3,447,1961 +"51946",12208,29884,3,447,1239 +"51947",12208,30368,3,447,2487 +"51948",12208,30609,1,447,988 +"51949",12208,31542,3,447,2459 +"51950",12208,32606,3,447,2100 +"51951",12208,36912,3,447,2469 +"51952",12208,37752,3,447,2223 +"51953",12208,38259,2,447,2258 +"51954",12208,38373,3,447,1928 +"51955",12208,39906,3,447,2365 +"51956",12208,40309,3,447,871 +"51957",12208,40910,3,447,2469 +"51958",12208,46501,3,447,845 +"51959",12208,51879,3,447,1771 +"51960",12208,56116,3,447,1321 +"51961",12208,56569,3,447,1993 +"51962",12208,57912,3,447,1035 +"51963",12208,58829,3,447,1256 +"51964",12208,63077,2,447,2778 +"51965",12208,66609,3,447,998 +"51966",12208,68275,2,447,1158 +"51967",12208,76143,3,447,1610 +"51968",12208,77077,2,447,2693 +"51969",12208,82252,3,447,1248 +"51970",12208,82730,3,447,1492 +"51971",12208,82932,2,447,2245 +"51972",12208,83398,3,447,845 +"51973",12208,89880,3,447,1938 +"51974",12208,99940,3,447,2884 +"51975",12208,104319,3,447,536 +"51976",12208,106555,3,447,1626 +"51977",12208,107052,2,447,2158 +"51978",12227,118180,3,897,2326 +"51979",12228,14626,2,2034,2175 +"51980",12228,29319,3,2034,2314 +"51981",12228,54903,3,2034,2493 +"51982",12228,56737,3,2034,2270 +"51983",12228,64412,3,2034,2233 +"51984",12228,79036,1,2034,2524 +"51985",12249,2226,3,1965,2225 +"51986",12249,11588,3,1965,2352 +"51987",12249,14754,3,1965,2456 +"51988",12249,19433,3,1965,2504 +"51989",12249,26734,3,1965,2299 +"51990",12249,32202,3,1965,2314 +"51991",12249,33341,3,1965,2338 +"51992",12249,39062,3,1965,2020 +"51993",12264,6192,3,1925,2409 +"51994",12264,19208,2,1925,2629 +"51995",12264,19605,2,1925,2395 +"51996",12264,23460,3,1925,2183 +"51997",12264,29454,3,1925,2719 +"51998",12264,41764,3,1925,2409 +"51999",12264,42129,3,1925,2318 +"52000",12264,47529,3,1925,2914 +"52001",12264,50480,3,1925,2701 +"52002",12264,60257,3,1925,2795 +"52003",12264,68083,3,1925,2795 +"52004",12272,17221,3,2371,2487 +"52005",12272,26080,3,2371,2525 +"52006",12272,55256,3,2371,2379 +"52007",12272,56464,3,2371,2488 +"52008",12292,2540,3,184,1398 +"52009",12292,3978,3,184,2775 +"52010",12292,4665,3,184,1569 +"52011",12292,4669,3,184,2395 +"52012",12292,5106,3,184,2622 +"52013",12292,11648,3,184,2852 +"52014",12292,12781,3,184,831 +"52015",12292,12948,2,184,2669 +"52016",12292,13295,3,184,779 +"52017",12292,14781,2,184,2338 +"52018",12292,14817,3,184,2110 +"52019",12292,20395,3,184,1468 +"52020",12292,23131,3,184,1732 +"52021",12292,26144,2,184,591 +"52022",12292,28869,3,184,2425 +"52023",12292,30525,3,184,1964 +"52024",12292,36327,3,184,870 +"52025",12292,40572,3,184,2666 +"52026",12292,42740,3,184,403 +"52027",12292,45518,3,184,494 +"52028",12292,45869,2,184,2840 +"52029",12292,61125,3,184,1673 +"52030",12292,67266,3,184,2010 +"52031",12292,76007,3,184,918 +"52032",12292,79057,3,184,195 +"52033",12292,99170,3,184,565 +"52034",12292,101453,3,184,454 +"52035",12304,24,3,439,1295 +"52036",12304,457,3,439,1704 +"52037",12304,1044,2,439,880 +"52038",12304,1386,3,439,1901 +"52039",12304,1826,3,439,924 +"52040",12304,2143,3,439,1174 +"52041",12304,2424,3,439,2582 +"52042",12304,5120,2,439,2735 +"52043",12304,5845,3,439,1552 +"52044",12304,6602,3,439,1631 +"52045",12304,7548,3,439,1932 +"52046",12304,7840,3,439,984 +"52047",12304,8529,2,439,1205 +"52048",12304,9202,2,439,2477 +"52049",12304,9364,2,439,1698 +"52050",12304,10439,3,439,773 +"52051",12304,10474,2,439,1608 +"52052",12304,15122,3,439,1201 +"52053",12304,15799,3,439,1917 +"52054",12304,16332,3,439,2668 +"52055",12304,17645,3,439,1918 +"52056",12304,19096,2,439,1538 +"52057",12304,19248,3,439,2357 +"52058",12304,19719,3,439,2177 +"52059",12304,20975,3,439,1305 +"52060",12304,21246,3,439,1612 +"52061",12304,22181,3,439,1274 +"52062",12304,22422,3,439,894 +"52063",12304,25027,3,439,564 +"52064",12304,27694,3,439,2030 +"52065",12304,30081,3,439,2403 +"52066",12304,30405,3,439,2164 +"52067",12304,32017,3,439,577 +"52068",12304,34820,3,439,1630 +"52069",12304,34836,2,439,2302 +"52070",12304,37800,3,439,604 +"52071",12304,38019,3,439,1870 +"52072",12304,43385,3,439,1623 +"52073",12304,44188,3,439,1609 +"52074",12304,46726,3,439,943 +"52075",12304,49512,2,439,1302 +"52076",12304,52576,3,439,2234 +"52077",12304,53323,3,439,2677 +"52078",12304,53624,3,439,952 +"52079",12304,54631,3,439,1531 +"52080",12304,57348,3,439,687 +"52081",12304,57353,2,439,1849 +"52082",12304,57901,3,439,614 +"52083",12304,58451,3,439,1939 +"52084",12304,58854,3,439,1131 +"52085",12304,62668,3,439,958 +"52086",12304,65007,2,439,2530 +"52087",12304,66695,3,439,1071 +"52088",12304,70203,3,439,2756 +"52089",12304,72468,2,439,2292 +"52090",12304,72598,3,439,805 +"52091",12304,72956,3,439,1251 +"52092",12304,76284,3,439,1237 +"52093",12304,81674,3,439,499 +"52094",12304,88126,3,439,1027 +"52095",12304,98781,3,439,1410 +"52096",12304,102301,3,439,865 +"52097",12310,270,3,1337,2542 +"52098",12310,312,3,1337,2038 +"52099",12310,1124,3,1337,1596 +"52100",12310,1315,3,1337,2760 +"52101",12310,2111,3,1337,1904 +"52102",12310,2195,3,1337,2139 +"52103",12310,2289,3,1337,2389 +"52104",12310,2684,3,1337,2874 +"52105",12310,3139,3,1337,1656 +"52106",12310,3493,3,1337,2451 +"52107",12310,4191,3,1337,2130 +"52108",12310,4360,2,1337,1770 +"52109",12310,5072,2,1337,2175 +"52110",12310,5405,3,1337,1510 +"52111",12310,5429,3,1337,1991 +"52112",12310,5622,2,1337,2175 +"52113",12310,5971,3,1337,1985 +"52114",12310,6588,3,1337,2025 +"52115",12310,7234,1,1337,2654 +"52116",12310,7858,3,1337,1795 +"52117",12310,8865,3,1337,2394 +"52118",12310,9311,3,1337,2477 +"52119",12310,10148,2,1337,2964 +"52120",12310,10488,2,1337,1524 +"52121",12310,10857,2,1337,2253 +"52122",12310,11218,3,1337,2292 +"52123",12310,11229,3,1337,1625 +"52124",12310,11477,3,1337,2724 +"52125",12310,12042,3,1337,2345 +"52126",12310,12375,3,1337,1873 +"52127",12310,14032,3,1337,2144 +"52128",12310,14482,3,1337,1573 +"52129",12310,15560,2,1337,2257 +"52130",12310,15700,3,1337,1712 +"52131",12310,16195,3,1337,2964 +"52132",12310,17396,3,1337,1672 +"52133",12310,17400,2,1337,2231 +"52134",12310,17819,3,1337,2291 +"52135",12310,17943,3,1337,1943 +"52136",12310,18394,3,1337,2356 +"52137",12310,19622,3,1337,2371 +"52138",12310,22180,3,1337,1835 +"52139",12310,22331,3,1337,2687 +"52140",12310,22403,3,1337,1630 +"52141",12310,23508,3,1337,1907 +"52142",12310,23526,3,1337,1998 +"52143",12310,23715,3,1337,1859 +"52144",12310,23725,3,1337,2378 +"52145",12310,23729,3,1337,1624 +"52146",12310,24448,3,1337,2289 +"52147",12310,24512,3,1337,1369 +"52148",12310,25443,3,1337,1441 +"52149",12310,25643,2,1337,1646 +"52150",12310,26867,3,1337,1804 +"52151",12310,30165,3,1337,1409 +"52152",12310,30405,3,1337,2164 +"52153",12310,30906,2,1337,2537 +"52154",12310,31093,3,1337,2160 +"52155",12310,31307,3,1337,2139 +"52156",12310,31436,3,1337,2892 +"52157",12310,33383,3,1337,1572 +"52158",12310,34480,3,1337,2755 +"52159",12310,35903,3,1337,1434 +"52160",12310,35926,3,1337,2371 +"52161",12310,38885,3,1337,2720 +"52162",12310,39294,2,1337,1889 +"52163",12310,40028,3,1337,1349 +"52164",12310,40293,3,1337,1671 +"52165",12310,42196,3,1337,2765 +"52166",12310,43213,2,1337,2160 +"52167",12310,43335,3,1337,1412 +"52168",12310,43756,3,1337,2881 +"52169",12310,45684,3,1337,2200 +"52170",12310,46196,2,1337,1510 +"52171",12310,46629,3,1337,2255 +"52172",12310,47857,3,1337,2325 +"52173",12310,49608,3,1337,2184 +"52174",12310,50236,3,1337,2339 +"52175",12310,52136,2,1337,1412 +"52176",12310,53303,3,1337,1376 +"52177",12310,54551,2,1337,2348 +"52178",12310,56082,2,1337,2395 +"52179",12310,57760,3,1337,1721 +"52180",12310,58035,3,1337,1646 +"52181",12310,67652,3,1337,2736 +"52182",12310,68215,3,1337,2727 +"52183",12310,72207,2,1337,2430 +"52184",12310,75403,2,1337,1895 +"52185",12310,76048,3,1337,2373 +"52186",12310,86245,3,1337,1972 +"52187",12310,87837,3,1337,1987 +"52188",12319,728,3,105,1812 +"52189",12319,1015,3,105,1174 +"52190",12319,1203,3,105,1350 +"52191",12319,1728,2,105,284 +"52192",12319,1822,3,105,2888 +"52193",12319,2294,3,105,1638 +"52194",12319,2524,3,105,1708 +"52195",12319,2852,3,105,2448 +"52196",12319,3284,3,105,1541 +"52197",12319,5599,3,105,1684 +"52198",12319,6580,3,105,222 +"52199",12319,8726,3,105,2083 +"52200",12319,8860,3,105,2141 +"52201",12319,9227,3,105,1267 +"52202",12319,11383,3,105,977 +"52203",12319,13311,3,105,2315 +"52204",12319,14589,2,105,1184 +"52205",12319,15978,2,105,981 +"52206",12319,18005,3,105,2449 +"52207",12319,21352,3,105,1604 +"52208",12319,22166,3,105,994 +"52209",12319,23277,3,105,1267 +"52210",12319,24902,3,105,2162 +"52211",12319,26336,3,105,1904 +"52212",12319,26734,3,105,2299 +"52213",12319,28081,2,105,1927 +"52214",12319,28094,3,105,1423 +"52215",12319,28896,3,105,1395 +"52216",12319,32549,3,105,2111 +"52217",12319,32606,3,105,2100 +"52218",12319,32818,3,105,2485 +"52219",12319,33341,3,105,2338 +"52220",12319,34094,2,105,1360 +"52221",12319,36514,3,105,1192 +"52222",12319,37625,3,105,407 +"52223",12319,38333,2,105,1365 +"52224",12319,38373,3,105,1928 +"52225",12319,39534,3,105,2410 +"52226",12319,44280,3,105,1867 +"52227",12319,47956,3,105,222 +"52228",12319,49347,3,105,2504 +"52229",12319,50996,3,105,929 +"52230",12319,61585,3,105,2315 +"52231",12319,62668,3,105,958 +"52232",12319,68789,2,105,1929 +"52233",12319,71130,3,105,879 +"52234",12319,71531,3,105,2887 +"52235",12319,76905,3,105,298 +"52236",12319,92567,3,105,133 +"52237",12319,119501,3,105,390 +"52238",12356,2684,3,2757,2874 +"52239",12356,14959,2,2757,2898 +"52240",12356,36609,2,2757,2918 +"52241",12361,7252,3,2732,2799 +"52242",12361,9332,2,2732,2734 +"52243",12361,9785,3,2732,2951 +"52244",12361,9787,3,2732,2858 +"52245",12361,11648,3,2732,2852 +"52246",12361,13879,3,2732,2748 +"52247",12361,17033,3,2732,2771 +"52248",12361,19934,3,2732,2888 +"52249",12361,40035,3,2732,2742 +"52250",12361,46982,3,2732,2806 +"52251",12361,47968,3,2732,2829 +"52252",12361,59039,3,2732,2870 +"52253",12361,71531,3,2732,2887 +"52254",12362,270,3,702,2542 +"52255",12362,997,3,702,2788 +"52256",12362,1044,3,702,880 +"52257",12362,1315,3,702,2760 +"52258",12362,2424,2,702,2582 +"52259",12362,2533,3,702,2016 +"52260",12362,3139,2,702,1656 +"52261",12362,3305,3,702,2839 +"52262",12362,4360,3,702,1770 +"52263",12362,5235,3,702,2324 +"52264",12362,7181,3,702,1421 +"52265",12362,9311,3,702,2477 +"52266",12362,9362,3,702,2879 +"52267",12362,11006,3,702,1950 +"52268",12362,11976,3,702,1727 +"52269",12362,12778,3,702,2045 +"52270",12362,12901,1,702,2136 +"52271",12362,12982,2,702,2143 +"52272",12362,13324,3,702,2163 +"52273",12362,13479,3,702,2155 +"52274",12362,14353,3,702,2878 +"52275",12362,14482,3,702,1573 +"52276",12362,14652,3,702,2516 +"52277",12362,14959,3,702,2898 +"52278",12362,15813,3,702,2143 +"52279",12362,16201,3,702,1811 +"52280",12362,16432,3,702,2664 +"52281",12362,17027,3,702,2772 +"52282",12362,17931,3,702,1617 +"52283",12362,19096,3,702,1538 +"52284",12362,19248,3,702,2357 +"52285",12362,19637,3,702,1229 +"52286",12362,19719,3,702,2177 +"52287",12362,19874,3,702,985 +"52288",12362,20423,3,702,2654 +"52289",12362,21126,3,702,2331 +"52290",12362,21197,2,702,1437 +"52291",12362,21198,2,702,935 +"52292",12362,21285,1,702,2100 +"52293",12362,22282,3,702,1418 +"52294",12362,23312,3,702,2449 +"52295",12362,23450,3,702,967 +"52296",12362,24612,2,702,1875 +"52297",12362,25577,3,702,1946 +"52298",12362,26524,2,702,982 +"52299",12362,26749,3,702,2965 +"52300",12362,27427,3,702,2325 +"52301",12362,27484,3,702,1634 +"52302",12362,28131,3,702,1492 +"52303",12362,28784,3,702,1579 +"52304",12362,30150,3,702,1704 +"52305",12362,30738,3,702,1166 +"52306",12362,30883,3,702,1629 +"52307",12362,31050,3,702,1491 +"52308",12362,33949,3,702,2489 +"52309",12362,36087,3,702,2755 +"52310",12362,36637,3,702,2085 +"52311",12362,38019,3,702,1870 +"52312",12362,39238,3,702,922 +"52313",12362,42505,3,702,2008 +"52314",12362,43385,3,702,1623 +"52315",12362,43455,3,702,2846 +"52316",12362,44654,1,702,2916 +"52317",12362,44676,3,702,2629 +"52318",12362,44885,3,702,2670 +"52319",12362,45302,3,702,2390 +"52320",12362,46040,2,702,2105 +"52321",12362,46629,3,702,2255 +"52322",12362,48283,2,702,1290 +"52323",12362,48289,3,702,2209 +"52324",12362,50219,3,702,756 +"52325",12362,50487,3,702,744 +"52326",12362,51022,3,702,1499 +"52327",12362,51089,3,702,2426 +"52328",12362,51243,2,702,1389 +"52329",12362,52570,3,702,2645 +"52330",12362,52576,3,702,2234 +"52331",12362,53120,2,702,975 +"52332",12362,53604,1,702,2489 +"52333",12362,56317,3,702,2030 +"52334",12362,58078,3,702,1252 +"52335",12362,58365,3,702,1902 +"52336",12362,58508,3,702,2326 +"52337",12362,58652,3,702,1437 +"52338",12362,59677,3,702,1174 +"52339",12362,61982,3,702,2725 +"52340",12362,62841,3,702,2710 +"52341",12362,65659,3,702,1653 +"52342",12362,67788,3,702,837 +"52343",12362,68652,3,702,2878 +"52344",12362,70203,3,702,2756 +"52345",12362,71342,3,702,1289 +"52346",12362,72956,3,702,1251 +"52347",12362,76081,3,702,1534 +"52348",12362,76127,3,702,910 +"52349",12362,76892,3,702,2381 +"52350",12362,82009,3,702,1020 +"52351",12362,82949,3,702,2077 +"52352",12362,87837,3,702,1987 +"52353",12362,88473,3,702,1102 +"52354",12362,92513,3,702,2282 +"52355",12362,97811,3,702,1288 +"52356",12371,341,3,1569,2689 +"52357",12371,457,3,1569,1704 +"52358",12371,600,3,1569,1702 +"52359",12371,952,2,1569,1991 +"52360",12371,3819,3,1569,1583 +"52361",12371,3947,3,1569,2067 +"52362",12371,3966,3,1569,2425 +"52363",12371,5315,3,1569,2631 +"52364",12371,5449,3,1569,1723 +"52365",12371,6047,3,1569,2004 +"52366",12371,6192,3,1569,2409 +"52367",12371,6417,3,1569,1675 +"52368",12371,7029,3,1569,2204 +"52369",12371,10310,2,1569,2774 +"52370",12371,10358,3,1569,2294 +"52371",12371,10870,2,1569,1755 +"52372",12371,11103,2,1569,2393 +"52373",12371,11239,3,1569,2181 +"52374",12371,11493,1,1569,2077 +"52375",12371,14032,3,1569,2144 +"52376",12371,16352,3,1569,2657 +"52377",12371,17351,3,1569,2036 +"52378",12371,18165,3,1569,2085 +"52379",12371,18344,3,1569,2204 +"52380",12371,19208,3,1569,2629 +"52381",12371,20331,3,1569,2365 +"52382",12371,20730,3,1569,2243 +"52383",12371,22893,3,1569,1938 +"52384",12371,24256,2,1569,2393 +"52385",12371,24568,3,1569,1937 +"52386",12371,25325,3,1569,2963 +"52387",12371,27195,2,1569,2158 +"52388",12371,29512,3,1569,1594 +"52389",12371,29917,3,1569,1962 +"52390",12371,29930,1,1569,2240 +"52391",12371,31705,3,1569,2706 +"52392",12371,33184,1,1569,2522 +"52393",12371,34735,3,1569,2767 +"52394",12371,36441,3,1569,2796 +"52395",12371,36574,3,1569,2934 +"52396",12371,41770,2,1569,2752 +"52397",12371,41955,3,1569,2479 +"52398",12371,42390,3,1569,2937 +"52399",12371,42574,3,1569,2842 +"52400",12371,42799,3,1569,2729 +"52401",12371,44894,2,1569,2048 +"52402",12371,47789,3,1569,1583 +"52403",12371,53134,3,1569,1590 +"52404",12371,53219,3,1569,2973 +"52405",12371,55580,3,1569,1942 +"52406",12371,63409,3,1569,1937 +"52407",12371,73305,3,1569,2544 +"52408",12371,78436,3,1569,1615 +"52409",12371,80944,2,1569,2300 +"52410",12371,86883,3,1569,1623 +"52411",12371,117956,3,1569,2774 +"52412",12373,14,2,1567,1793 +"52413",12373,360,3,1567,1671 +"52414",12373,915,3,1567,1793 +"52415",12373,6031,3,1567,1611 +"52416",12373,9311,3,1567,2477 +"52417",12373,9803,3,1567,1664 +"52418",12373,9828,2,1567,2085 +"52419",12373,10870,3,1567,1755 +"52420",12373,13601,3,1567,2689 +"52421",12373,14507,3,1567,2686 +"52422",12373,22180,3,1567,1835 +"52423",12373,22260,3,1567,2137 +"52424",12373,24648,3,1567,1833 +"52425",12373,24825,3,1567,2686 +"52426",12373,26366,3,1567,1688 +"52427",12373,28285,3,1567,2972 +"52428",12373,29095,3,1567,2531 +"52429",12373,30827,3,1567,2323 +"52430",12373,30883,3,1567,1629 +"52431",12373,31307,3,1567,2139 +"52432",12373,32064,3,1567,1739 +"52433",12373,33160,3,1567,2441 +"52434",12373,33801,3,1567,2899 +"52435",12373,35360,3,1567,2043 +"52436",12373,37620,3,1567,2716 +"52437",12373,37915,2,1567,1905 +"52438",12373,39880,3,1567,1620 +"52439",12373,53475,3,1567,2853 +"52440",12373,62538,1,1567,1656 +"52441",12373,70714,3,1567,2030 +"52442",12373,75028,2,1567,1660 +"52443",12373,77010,3,1567,2639 +"52444",12373,78128,3,1567,1727 +"52445",12373,79234,2,1567,1611 +"52446",12374,25,3,2260,2762 +"52447",12374,270,3,2260,2542 +"52448",12374,380,3,2260,2261 +"52449",12374,602,3,2260,2632 +"52450",12374,671,3,2260,2328 +"52451",12374,762,3,2260,2671 +"52452",12374,1767,3,2260,2727 +"52453",12374,2036,3,2260,2483 +"52454",12374,2224,3,2260,2751 +"52455",12374,2684,3,2260,2874 +"52456",12374,4057,3,2260,2389 +"52457",12374,4305,3,2260,2374 +"52458",12374,4953,3,2260,2285 +"52459",12374,5235,3,2260,2324 +"52460",12374,5462,3,2260,2374 +"52461",12374,5504,3,2260,2389 +"52462",12374,6491,2,2260,2424 +"52463",12374,8762,3,2260,2585 +"52464",12374,9272,3,2260,2835 +"52465",12374,9362,3,2260,2879 +"52466",12374,10513,3,2260,2284 +"52467",12374,11218,3,2260,2292 +"52468",12374,11966,3,2260,2385 +"52469",12374,12042,3,2260,2345 +"52470",12374,12703,3,2260,2689 +"52471",12374,13929,3,2260,2693 +"52472",12374,14834,3,2260,2739 +"52473",12374,16352,2,2260,2657 +"52474",12374,18361,3,2260,2968 +"52475",12374,18394,3,2260,2356 +"52476",12374,19606,3,2260,2783 +"52477",12374,20124,3,2260,2376 +"52478",12374,20732,3,2260,2401 +"52479",12374,21104,2,2260,2327 +"52480",12374,21571,3,2260,2755 +"52481",12374,22197,3,2260,2271 +"52482",12374,22566,3,2260,2308 +"52483",12374,23725,3,2260,2378 +"52484",12374,23726,3,2260,2434 +"52485",12374,26080,3,2260,2525 +"52486",12374,26436,3,2260,2489 +"52487",12374,26671,2,2260,2279 +"52488",12374,26848,3,2260,2363 +"52489",12374,27628,3,2260,2389 +"52490",12374,29073,2,2260,2328 +"52491",12374,29314,3,2260,2736 +"52492",12374,29929,3,2260,2789 +"52493",12374,32173,3,2260,2341 +"52494",12374,34735,3,2260,2767 +"52495",12374,34836,2,2260,2302 +"52496",12374,35514,3,2260,2346 +"52497",12374,36439,3,2260,2469 +"52498",12374,37238,3,2260,2609 +"52499",12374,38307,3,2260,2648 +"52500",12374,39411,3,2260,2384 +"52501",12374,39444,2,2260,2695 +"52502",12374,40369,3,2260,2735 +"52503",12374,43226,3,2260,2442 +"52504",12374,43404,3,2260,2649 +"52505",12374,43455,3,2260,2846 +"52506",12374,43518,2,2260,2680 +"52507",12374,43673,3,2260,2787 +"52508",12374,46950,3,2260,2673 +"52509",12374,47803,3,2260,2477 +"52510",12374,50118,3,2260,2654 +"52511",12374,50134,3,2260,2674 +"52512",12374,50236,2,2260,2339 +"52513",12374,51410,3,2260,2739 +"52514",12374,53266,3,2260,2389 +"52515",12374,55691,3,2260,2856 +"52516",12374,56082,3,2260,2395 +"52517",12374,56237,3,2260,2625 +"52518",12374,57544,3,2260,2443 +"52519",12374,58508,3,2260,2326 +"52520",12374,59700,3,2260,2346 +"52521",12374,60661,3,2260,2700 +"52522",12374,62939,3,2260,2574 +"52523",12374,64997,3,2260,2791 +"52524",12374,65007,3,2260,2530 +"52525",12374,69335,3,2260,2698 +"52526",12374,70046,3,2260,2624 +"52527",12374,72326,3,2260,2384 +"52528",12374,72468,3,2260,2292 +"52529",12374,80825,3,2260,2315 +"52530",12374,92104,3,2260,2339 +"52531",12374,108379,2,2260,2933 +"52532",12374,108867,2,2260,2328 +"52533",12375,1315,3,1873,2760 +"52534",12375,2195,3,1873,2139 +"52535",12375,2289,3,1873,2389 +"52536",12375,2424,3,1873,2582 +"52537",12375,2533,3,1873,2016 +"52538",12375,3966,3,1873,2425 +"52539",12375,5072,2,1873,2175 +"52540",12375,5622,1,1873,2175 +"52541",12375,5971,3,1873,1985 +"52542",12375,6588,3,1873,2025 +"52543",12375,7180,2,1873,2227 +"52544",12375,7234,3,1873,2654 +"52545",12375,9928,3,1873,2345 +"52546",12375,10857,3,1873,2253 +"52547",12375,10874,3,1873,1891 +"52548",12375,11218,2,1873,2292 +"52549",12375,11477,3,1873,2724 +"52550",12375,12042,3,1873,2345 +"52551",12375,14032,3,1873,2144 +"52552",12375,16352,3,1873,2657 +"52553",12375,17400,2,1873,2231 +"52554",12375,19622,3,1873,2371 +"52555",12375,23725,2,1873,2378 +"52556",12375,26080,3,1873,2525 +"52557",12375,26818,3,1873,1999 +"52558",12375,31093,3,1873,2160 +"52559",12375,31436,3,1873,2892 +"52560",12375,35926,3,1873,2371 +"52561",12375,39294,2,1873,1889 +"52562",12375,41240,3,1873,2220 +"52563",12375,43213,2,1873,2160 +"52564",12375,45684,2,1873,2200 +"52565",12375,46629,3,1873,2255 +"52566",12375,49608,2,1873,2184 +"52567",12375,50236,3,1873,2339 +"52568",12375,54551,3,1873,2348 +"52569",12375,54929,3,1873,2783 +"52570",12375,56082,3,1873,2395 +"52571",12375,72207,3,1873,2430 +"52572",12375,75403,2,1873,1895 +"52573",12375,76048,2,1873,2373 +"52574",12375,86245,3,1873,1972 +"52575",12375,87837,3,1873,1987 +"52576",12375,99215,3,1873,2791 +"52577",12388,160,3,1975,2007 +"52578",12388,341,3,1975,2689 +"52579",12388,854,2,1975,2307 +"52580",12388,2484,3,1975,2389 +"52581",12388,3409,3,1975,2167 +"52582",12388,3492,3,1975,2117 +"52583",12388,3495,3,1975,2431 +"52584",12388,6192,2,1975,2409 +"52585",12388,6208,3,1975,2361 +"52586",12388,6449,3,1975,1997 +"52587",12388,7616,3,1975,2296 +"52588",12388,7703,3,1975,2122 +"52589",12388,8726,3,1975,2083 +"52590",12388,8865,3,1975,2394 +"52591",12388,9311,3,1975,2477 +"52592",12388,9331,3,1975,2269 +"52593",12388,10239,3,1975,2032 +"52594",12388,11329,3,1975,2799 +"52595",12388,12081,3,1975,2166 +"52596",12388,13249,3,1975,2573 +"52597",12388,13324,3,1975,2163 +"52598",12388,13388,3,1975,2119 +"52599",12388,14353,3,1975,2878 +"52600",12388,14586,3,1975,2801 +"52601",12388,14731,3,1975,2012 +"52602",12388,14887,3,1975,2158 +"52603",12388,14959,2,1975,2898 +"52604",12388,15444,1,1975,2764 +"52605",12388,16896,3,1975,2223 +"52606",12388,17027,2,1975,2772 +"52607",12388,17351,2,1975,2036 +"52608",12388,17520,3,1975,2276 +"52609",12388,18165,2,1975,2085 +"52610",12388,18394,3,1975,2356 +"52611",12388,18464,3,1975,2312 +"52612",12388,19208,3,1975,2629 +"52613",12388,19248,3,1975,2357 +"52614",12388,19317,3,1975,2041 +"52615",12388,19605,3,1975,2395 +"52616",12388,20067,2,1975,2390 +"52617",12388,20331,3,1975,2365 +"52618",12388,20407,3,1975,2339 +"52619",12388,21126,3,1975,2331 +"52620",12388,21248,2,1975,2232 +"52621",12388,21275,2,1975,2609 +"52622",12388,21479,3,1975,2134 +"52623",12388,21706,3,1975,1988 +"52624",12388,22682,3,1975,2035 +"52625",12388,22808,3,1975,2297 +"52626",12388,23268,3,1975,2258 +"52627",12388,23460,2,1975,2183 +"52628",12388,24255,3,1975,2770 +"52629",12388,24256,3,1975,2393 +"52630",12388,25030,3,1975,2017 +"52631",12388,25440,3,1975,2749 +"52632",12388,25985,3,1975,2071 +"52633",12388,28626,3,1975,2842 +"52634",12388,29073,3,1975,2328 +"52635",12388,29095,3,1975,2531 +"52636",12388,29314,3,1975,2736 +"52637",12388,29454,3,1975,2719 +"52638",12388,30236,3,1975,2238 +"52639",12388,30827,3,1975,2323 +"52640",12388,31705,3,1975,2706 +"52641",12388,33380,2,1975,2340 +"52642",12388,33801,3,1975,2899 +"52643",12388,35235,3,1975,2610 +"52644",12388,38732,3,1975,2263 +"52645",12388,41664,3,1975,2641 +"52646",12388,41682,2,1975,1988 +"52647",12388,41764,3,1975,2409 +"52648",12388,41945,3,1975,2856 +"52649",12388,42129,3,1975,2318 +"52650",12388,43978,3,1975,2698 +"52651",12388,44688,3,1975,2924 +"52652",12388,44885,3,1975,2670 +"52653",12388,44899,3,1975,2386 +"52654",12388,47564,3,1975,2650 +"52655",12388,47803,3,1975,2477 +"52656",12388,49334,3,1975,2433 +"52657",12388,50252,3,1975,2001 +"52658",12388,50480,3,1975,2701 +"52659",12388,51610,3,1975,2635 +"52660",12388,52261,3,1975,2162 +"52661",12388,52892,3,1975,2372 +"52662",12388,53475,3,1975,2853 +"52663",12388,55076,3,1975,2408 +"52664",12388,56893,3,1975,2597 +"52665",12388,70046,3,1975,2624 +"52666",12388,70203,3,1975,2756 +"52667",12388,76356,3,1975,2323 +"52668",12388,77155,3,1975,2946 +"52669",12397,26734,3,1965,2299 +"52670",12432,270,3,1816,2542 +"52671",12432,5235,3,1816,2324 +"52672",12432,8274,3,1816,1909 +"52673",12432,9175,3,1816,2639 +"52674",12432,12449,1,1816,2067 +"52675",12432,18277,3,1816,2309 +"52676",12432,18394,2,1816,2356 +"52677",12432,20486,3,1816,1908 +"52678",12432,22260,3,1816,2137 +"52679",12432,24558,2,1816,2139 +"52680",12432,26671,3,1816,2279 +"52681",12432,29948,3,1816,2795 +"52682",12432,30405,3,1816,2164 +"52683",12432,48274,2,1816,1979 +"52684",12432,48373,3,1816,2220 +"52685",12432,57353,3,1816,1849 +"52686",12432,81221,3,1816,2285 +"52687",12432,91579,3,1816,2510 +"52688",12449,25,3,2067,2762 +"52689",12449,270,3,2067,2542 +"52690",12449,1102,3,2067,2282 +"52691",12449,3305,3,2067,2839 +"52692",12449,5580,3,2067,2111 +"52693",12449,6074,3,2067,2426 +"52694",12449,8327,3,2067,2527 +"52695",12449,9175,3,2067,2639 +"52696",12449,9654,3,2067,2111 +"52697",12449,13307,3,2067,2206 +"52698",12449,15626,3,2067,2434 +"52699",12449,18277,3,2067,2309 +"52700",12449,18394,3,2067,2356 +"52701",12449,24558,2,2067,2139 +"52702",12449,26671,3,2067,2279 +"52703",12449,29948,3,2067,2795 +"52704",12449,48373,3,2067,2220 +"52705",12449,51853,3,2067,2520 +"52706",12449,60855,3,2067,2272 +"52707",12449,73786,3,2067,2937 +"52708",12449,91579,3,2067,2510 +"52709",12457,680,2,176,2569 +"52710",12457,2540,3,176,1398 +"52711",12457,4303,3,176,2414 +"52712",12457,9782,3,176,340 +"52713",12457,10980,3,176,1974 +"52714",12457,11648,3,176,2852 +"52715",12457,12759,3,176,2414 +"52716",12457,12948,3,176,2669 +"52717",12457,14781,3,176,2338 +"52718",12457,18102,3,176,1642 +"52719",12457,18122,2,176,894 +"52720",12457,18381,3,176,1524 +"52721",12457,20688,3,176,891 +"52722",12457,25373,3,176,2783 +"52723",12457,36737,3,176,829 +"52724",12457,36915,3,176,280 +"52725",12457,37636,3,176,2178 +"52726",12457,41723,3,176,2101 +"52727",12457,45869,3,176,2840 +"52728",12457,47013,3,176,2388 +"52729",12457,50585,3,176,2414 +"52730",12457,94525,3,176,1993 +"52731",12457,95690,3,176,765 +"52732",12462,357,3,1461,2327 +"52733",12462,1196,3,1461,1986 +"52734",12462,2166,3,1461,2557 +"52735",12462,3352,3,1461,1707 +"52736",12462,4953,3,1461,2285 +"52737",12462,5350,1,1461,2522 +"52738",12462,5984,3,1461,1675 +"52739",12462,5986,3,1461,1721 +"52740",12462,6047,3,1461,2004 +"52741",12462,6162,3,1461,1673 +"52742",12462,6417,3,1461,1675 +"52743",12462,10358,3,1461,2294 +"52744",12462,11218,3,1461,2292 +"52745",12462,12042,2,1461,2345 +"52746",12462,13311,3,1461,2315 +"52747",12462,14032,3,1461,2144 +"52748",12462,16096,3,1461,2301 +"52749",12462,16352,3,1461,2657 +"52750",12462,16497,3,1461,2370 +"52751",12462,17400,3,1461,2231 +"52752",12462,18543,3,1461,2968 +"52753",12462,21029,3,1461,1943 +"52754",12462,21872,3,1461,2458 +"52755",12462,23159,3,1461,1548 +"52756",12462,23806,2,1461,1671 +"52757",12462,26080,3,1461,2525 +"52758",12462,26608,3,1461,2329 +"52759",12462,27501,3,1461,1981 +"52760",12462,30386,3,1461,1833 +"52761",12462,32694,3,1461,1602 +"52762",12462,32919,3,1461,2321 +"52763",12462,34057,3,1461,1657 +"52764",12462,34735,3,1461,2767 +"52765",12462,35926,2,1461,2371 +"52766",12462,37059,3,1461,2840 +"52767",12462,39444,3,1461,2695 +"52768",12462,51410,3,1461,2739 +"52769",12462,53134,3,1461,1590 +"52770",12462,54879,3,1461,2210 +"52771",12462,54929,3,1461,2783 +"52772",12462,60280,3,1461,1918 +"52773",12462,69131,3,1461,2122 +"52774",12462,69716,2,1461,2632 +"52775",12462,71478,3,1461,1721 +"52776",12462,73192,1,1461,1955 +"52777",12462,84022,3,1461,2289 +"52778",12473,160,1,801,2007 +"52779",12473,316,3,801,2413 +"52780",12473,1092,3,801,1945 +"52781",12473,1641,2,801,1490 +"52782",12473,2668,3,801,1529 +"52783",12473,2684,3,801,2874 +"52784",12473,2894,3,801,1291 +"52785",12473,3456,3,801,1999 +"52786",12473,3886,3,801,1669 +"52787",12473,3978,3,801,2775 +"52788",12473,4784,3,801,2511 +"52789",12473,4889,3,801,1501 +"52790",12473,4929,3,801,2240 +"52791",12473,5392,3,801,1648 +"52792",12473,5610,2,801,2223 +"52793",12473,5615,3,801,1105 +"52794",12473,5710,3,801,1926 +"52795",12473,5865,3,801,1910 +"52796",12473,6020,3,801,1864 +"52797",12473,6104,3,801,2462 +"52798",12473,6192,3,801,2409 +"52799",12473,6324,3,801,1990 +"52800",12473,6821,3,801,1788 +"52801",12473,7185,3,801,1046 +"52802",12473,7241,3,801,2259 +"52803",12473,7406,3,801,1906 +"52804",12473,7616,2,801,2296 +"52805",12473,8238,1,801,2222 +"52806",12473,8274,3,801,1909 +"52807",12473,8585,3,801,1917 +"52808",12473,8726,3,801,2083 +"52809",12473,8842,3,801,2535 +"52810",12473,9269,3,801,1892 +"52811",12473,9331,2,801,2269 +"52812",12473,9423,2,801,1708 +"52813",12473,9871,2,801,921 +"52814",12473,9948,3,801,2019 +"52815",12473,10870,3,801,1755 +"52816",12473,11770,2,801,1653 +"52817",12473,12081,3,801,2166 +"52818",12473,12122,3,801,1385 +"52819",12473,12388,3,801,1975 +"52820",12473,12560,2,801,2565 +"52821",12473,12632,1,801,1174 +"52822",12473,12712,2,801,815 +"52823",12473,12729,3,801,1835 +"52824",12473,12813,2,801,958 +"52825",12473,12976,3,801,2399 +"52826",12473,13043,2,801,1295 +"52827",12473,13249,2,801,2573 +"52828",12473,13324,3,801,2163 +"52829",12473,14172,3,801,1923 +"52830",12473,14622,3,801,1608 +"52831",12473,14972,3,801,2332 +"52832",12473,15207,3,801,1855 +"52833",12473,15235,3,801,1045 +"52834",12473,15632,3,801,1242 +"52835",12473,16347,2,801,1868 +"52836",12473,16539,2,801,1947 +"52837",12473,16625,3,801,1285 +"52838",12473,16963,3,801,1999 +"52839",12473,17351,2,801,2036 +"52840",12473,17549,2,801,2647 +"52841",12473,17632,1,801,1947 +"52842",12473,17721,3,801,1410 +"52843",12473,17867,3,801,1904 +"52844",12473,17938,2,801,1410 +"52845",12473,18011,3,801,1636 +"52846",12473,18670,3,801,1835 +"52847",12473,19208,2,801,2629 +"52848",12473,19605,3,801,2395 +"52849",12473,19937,3,801,1587 +"52850",12473,20331,3,801,2365 +"52851",12473,20695,3,801,2526 +"52852",12473,21079,3,801,1997 +"52853",12473,21164,3,801,1645 +"52854",12473,21352,3,801,1604 +"52855",12473,21358,3,801,1970 +"52856",12473,21734,3,801,2528 +"52857",12473,21950,3,801,1892 +"52858",12473,22292,3,801,1910 +"52859",12473,22682,3,801,2035 +"52860",12473,22808,3,801,2297 +"52861",12473,22950,2,801,2576 +"52862",12473,23098,3,801,2300 +"52863",12473,23131,3,801,1732 +"52864",12473,23460,3,801,2183 +"52865",12473,24256,3,801,2393 +"52866",12473,24456,3,801,1238 +"52867",12473,24753,3,801,2860 +"52868",12473,25030,3,801,2017 +"52869",12473,26083,3,801,2038 +"52870",12473,26524,3,801,982 +"52871",12473,26595,3,801,1566 +"52872",12473,27323,2,801,943 +"52873",12473,27379,3,801,2461 +"52874",12473,27642,2,801,1531 +"52875",12473,27796,2,801,2151 +"52876",12473,28218,3,801,2048 +"52877",12473,28571,2,801,1556 +"52878",12473,28648,3,801,1586 +"52879",12473,29454,3,801,2719 +"52880",12473,29512,3,801,1594 +"52881",12473,29930,3,801,2240 +"52882",12473,30092,3,801,1593 +"52883",12473,30096,3,801,2082 +"52884",12473,30329,3,801,848 +"52885",12473,30525,3,801,1964 +"52886",12473,30827,3,801,2323 +"52887",12473,31117,3,801,2210 +"52888",12473,31581,3,801,2933 +"52889",12473,31705,3,801,2706 +"52890",12473,31890,1,801,1487 +"52891",12473,31901,2,801,1251 +"52892",12473,32047,3,801,1858 +"52893",12473,32419,3,801,1909 +"52894",12473,35516,3,801,1229 +"52895",12473,36174,3,801,1382 +"52896",12473,36559,3,801,2473 +"52897",12473,36837,2,801,1556 +"52898",12473,38307,3,801,2648 +"52899",12473,39187,3,801,2166 +"52900",12473,39464,3,801,2314 +"52901",12473,39556,3,801,2747 +"52902",12473,41489,3,801,2006 +"52903",12473,41518,2,801,1641 +"52904",12473,41664,3,801,2641 +"52905",12473,41764,3,801,2409 +"52906",12473,41900,2,801,1970 +"52907",12473,41945,2,801,2856 +"52908",12473,42129,3,801,2318 +"52909",12473,43455,3,801,2846 +"52910",12473,43614,3,801,1712 +"52911",12473,44688,2,801,2924 +"52912",12473,46042,2,801,1692 +"52913",12473,46446,3,801,2295 +"52914",12473,46717,3,801,938 +"52915",12473,47564,1,801,2650 +"52916",12473,47803,3,801,2477 +"52917",12473,49334,2,801,2433 +"52918",12473,49379,3,801,1573 +"52919",12473,49470,3,801,1528 +"52920",12473,50001,3,801,1518 +"52921",12473,50254,2,801,1151 +"52922",12473,50480,3,801,2701 +"52923",12473,52597,3,801,1773 +"52924",12473,54020,3,801,1578 +"52925",12473,54631,3,801,1531 +"52926",12473,54953,3,801,2223 +"52927",12473,55076,3,801,2408 +"52928",12473,55643,3,801,2359 +"52929",12473,56854,3,801,2022 +"52930",12473,58854,3,801,1131 +"52931",12473,61975,3,801,983 +"52932",12473,63477,2,801,1907 +"52933",12473,63573,3,801,1973 +"52934",12473,64699,3,801,2797 +"52935",12473,64803,3,801,841 +"52936",12473,64857,2,801,1792 +"52937",12473,65679,3,801,1578 +"52938",12473,67748,2,801,1498 +"52939",12473,69250,3,801,1439 +"52940",12473,70573,3,801,1993 +"52941",12473,73205,3,801,1529 +"52942",12473,76143,3,801,1610 +"52943",12473,76646,3,801,1263 +"52944",12473,77167,3,801,836 +"52945",12473,77611,1,801,1795 +"52946",12473,77815,3,801,2358 +"52947",12473,78270,2,801,1171 +"52948",12473,78393,3,801,874 +"52949",12473,78563,3,801,2385 +"52950",12473,79088,3,801,1369 +"52951",12473,80807,3,801,1597 +"52952",12473,80979,2,801,1142 +"52953",12473,81349,3,801,1958 +"52954",12473,82187,3,801,1055 +"52955",12473,82252,3,801,1248 +"52956",12473,82628,3,801,1784 +"52957",12473,82893,3,801,1275 +"52958",12473,83122,3,801,1503 +"52959",12473,83253,3,801,1102 +"52960",12473,85356,3,801,1492 +"52961",12473,88887,3,801,1161 +"52962",12473,95155,3,801,849 +"52963",12473,101446,3,801,920 +"52964",12473,115734,2,801,859 +"52965",12475,341,3,588,2689 +"52966",12475,2576,3,588,1307 +"52967",12475,2798,2,588,1673 +"52968",12475,5363,2,588,1791 +"52969",12475,5962,2,588,2491 +"52970",12475,6119,3,588,2358 +"52971",12475,7937,3,588,2044 +"52972",12475,9362,3,588,2879 +"52973",12475,10336,3,588,2271 +"52974",12475,11029,3,588,2362 +"52975",12475,13184,3,588,977 +"52976",12475,14520,3,588,634 +"52977",12475,17252,3,588,1258 +"52978",12475,19380,3,588,2637 +"52979",12475,27908,2,588,2576 +"52980",12475,34216,3,588,2832 +"52981",12475,37036,3,588,2264 +"52982",12475,40295,3,588,2703 +"52983",12475,44786,3,588,1096 +"52984",12475,53727,3,588,2442 +"52985",12475,59670,3,588,1173 +"52986",12475,67963,3,588,806 +"52987",12475,68055,3,588,1236 +"52988",12475,70455,3,588,1307 +"52989",12475,78650,3,588,592 +"52990",12475,79420,2,588,1061 +"52991",12475,88102,2,588,1244 +"52992",12475,94625,3,588,2105 +"52993",12475,104828,3,588,1609 +"52994",12481,1560,3,1086,2013 +"52995",12481,3520,3,1086,2281 +"52996",12481,3786,2,1086,2282 +"52997",12481,5673,2,1086,1567 +"52998",12481,6562,2,1086,1139 +"52999",12481,9716,2,1086,1929 +"53000",12481,11803,3,1086,1232 +"53001",12481,14061,3,1086,1620 +"53002",12481,18808,3,1086,2854 +"53003",12481,20517,2,1086,1465 +"53004",12481,21895,2,1086,1693 +"53005",12481,22905,2,1086,2599 +"53006",12481,23639,3,1086,2065 +"53007",12481,23731,3,1086,1656 +"53008",12481,24116,2,1086,1413 +"53009",12481,25886,3,1086,1580 +"53010",12481,26100,3,1086,1966 +"53011",12481,26567,3,1086,1158 +"53012",12481,31251,3,1086,2498 +"53013",12481,32582,3,1086,1929 +"53014",12481,34334,3,1086,1637 +"53015",12481,37844,3,1086,2002 +"53016",12481,39321,3,1086,2257 +"53017",12481,40392,3,1086,1878 +"53018",12481,41051,2,1086,2767 +"53019",12481,41185,3,1086,1929 +"53020",12481,42628,3,1086,2486 +"53021",12481,43960,3,1086,1293 +"53022",12481,44074,3,1086,1299 +"53023",12481,49147,3,1086,2539 +"53024",12481,50635,2,1086,2962 +"53025",12481,53362,3,1086,2360 +"53026",12481,54903,3,1086,2493 +"53027",12481,55775,3,1086,2385 +"53028",12481,56212,3,1086,1410 +"53029",12481,56673,3,1086,2419 +"53030",12481,60672,3,1086,2876 +"53031",12481,61513,3,1086,2948 +"53032",12481,66267,3,1086,1278 +"53033",12481,68416,3,1086,2939 +"53034",12481,69214,3,1086,1354 +"53035",12481,79036,3,1086,2524 +"53036",12481,102109,3,1086,1367 +"53037",12484,51035,3,2344,2397 +"53038",12511,3493,3,1298,2451 +"53039",12511,7432,3,1298,1531 +"53040",12511,7499,3,1298,1803 +"53041",12511,7787,1,1298,2314 +"53042",12511,10250,3,1298,1606 +"53043",12511,11346,3,1298,1924 +"53044",12511,17480,3,1298,2316 +"53045",12511,17695,3,1298,1930 +"53046",12511,18821,3,1298,2075 +"53047",12511,23364,2,1298,2306 +"53048",12511,49375,3,1298,2438 +"53049",12511,52136,3,1298,1412 +"53050",12511,52950,3,1298,2716 +"53051",12511,53640,2,1298,1789 +"53052",12511,56316,3,1298,1435 +"53053",12511,78002,2,1298,2271 +"53054",12511,78477,3,1298,1613 +"53055",12511,88147,3,1298,1433 +"53056",12524,5346,3,1287,1438 +"53057",12524,5438,3,1287,1499 +"53058",12524,6063,3,1287,2349 +"53059",12524,7506,2,1287,2371 +"53060",12524,9241,3,1287,2338 +"53061",12524,10358,3,1287,2294 +"53062",12524,12272,2,1287,2371 +"53063",12524,13311,3,1287,2315 +"53064",12524,13979,3,1287,1559 +"53065",12524,15207,3,1287,1855 +"53066",12524,17221,3,1287,2487 +"53067",12524,17245,3,1287,1811 +"53068",12524,20732,3,1287,2401 +"53069",12524,22543,3,1287,1594 +"53070",12524,23310,3,1287,2371 +"53071",12524,23726,3,1287,2434 +"53072",12524,23869,3,1287,1918 +"53073",12524,25680,3,1287,1618 +"53074",12524,26080,3,1287,2525 +"53075",12524,26450,3,1287,1709 +"53076",12524,28131,3,1287,1492 +"53077",12524,30883,3,1287,1629 +"53078",12524,30943,3,1287,2287 +"53079",12524,32919,3,1287,2321 +"53080",12524,35926,3,1287,2371 +"53081",12524,36031,2,1287,2342 +"53082",12524,44299,3,1287,1874 +"53083",12524,44557,1,1287,2371 +"53084",12524,46803,3,1287,2305 +"53085",12524,50041,3,1287,1565 +"53086",12524,52530,3,1287,1737 +"53087",12524,55256,3,1287,2379 +"53088",12524,56464,1,1287,2488 +"53089",12524,76133,3,1287,1565 +"53090",12524,78801,2,1287,1572 +"53091",12524,81486,3,1287,1297 +"53092",12524,85449,3,1287,2340 +"53093",12524,89681,3,1287,1978 +"53094",12528,455,3,2589,2827 +"53095",12528,14834,3,2589,2739 +"53096",12528,19208,3,2589,2629 +"53097",12528,23132,3,2589,2756 +"53098",12528,27275,2,2589,2656 +"53099",12528,30052,3,2589,2855 +"53100",12528,31235,3,2589,2668 +"53101",12528,40383,3,2589,2639 +"53102",12528,46950,3,2589,2673 +"53103",12528,53219,3,2589,2973 +"53104",12528,64699,3,2589,2797 +"53105",12528,65016,3,2589,2749 +"53106",12528,67652,2,2589,2736 +"53107",12528,67726,3,2589,2873 +"53108",12542,613,2,1888,2687 +"53109",12542,997,3,1888,2788 +"53110",12542,4696,3,1888,2656 +"53111",12542,5078,3,1888,2033 +"53112",12542,5839,3,1888,2301 +"53113",12542,6241,3,1888,2264 +"53114",12542,9362,3,1888,2879 +"53115",12542,9702,3,1888,1928 +"53116",12542,10859,2,1888,2231 +"53117",12542,12929,1,1888,2656 +"53118",12542,18394,3,1888,2356 +"53119",12542,33991,3,1888,2249 +"53120",12542,35069,3,1888,2069 +"53121",12542,35360,2,1888,2043 +"53122",12542,39278,3,1888,1952 +"53123",12542,62832,2,1888,2606 +"53124",12542,81014,3,1888,1925 +"53125",12542,84799,2,1888,2656 +"53126",12560,17027,3,2565,2772 +"53127",12560,47145,3,2565,2809 +"53128",12560,47564,3,2565,2650 +"53129",12577,3477,3,2530,2546 +"53130",12577,16205,1,2530,2630 +"53131",12577,17037,3,2530,2947 +"53132",12577,35477,3,2530,2703 +"53133",12577,35980,2,2530,2657 +"53134",12577,57180,3,2530,2703 +"53135",12577,59039,3,2530,2870 +"53136",12586,237,3,613,1982 +"53137",12586,330,3,613,2163 +"53138",12586,728,2,613,1812 +"53139",12586,997,3,613,2788 +"53140",12586,1629,3,613,1289 +"53141",12586,2057,3,613,1965 +"53142",12586,2226,3,613,2225 +"53143",12586,2524,3,613,1708 +"53144",12586,2936,3,613,2512 +"53145",12586,4066,2,613,1736 +"53146",12586,4646,3,613,2139 +"53147",12586,4681,2,613,2356 +"53148",12586,7014,2,613,2401 +"53149",12586,8726,2,613,2083 +"53150",12586,9227,3,613,1267 +"53151",12586,9272,3,613,2835 +"53152",12586,9723,3,613,2302 +"53153",12586,10754,3,613,1797 +"53154",12586,11239,3,613,2181 +"53155",12586,11310,1,613,957 +"53156",12586,13099,3,613,1547 +"53157",12586,14888,3,613,1411 +"53158",12586,15683,3,613,1729 +"53159",12586,16351,3,613,893 +"53160",12586,16684,3,613,1657 +"53161",12586,16850,3,613,1657 +"53162",12586,18202,3,613,2475 +"53163",12586,18928,3,613,709 +"53164",12586,18965,2,613,2315 +"53165",12586,19215,3,613,2604 +"53166",12586,19364,1,613,2846 +"53167",12586,20355,3,613,2111 +"53168",12586,20700,3,613,2861 +"53169",12586,21681,3,613,2005 +"53170",12586,22580,2,613,2245 +"53171",12586,22709,2,613,2743 +"53172",12586,26734,3,613,2299 +"53173",12586,28081,3,613,1927 +"53174",12586,28432,2,613,1954 +"53175",12586,31303,3,613,1040 +"53176",12586,34472,2,613,837 +"53177",12586,34831,2,613,1866 +"53178",12586,34921,3,613,2181 +"53179",12586,35446,3,613,1203 +"53180",12586,37279,2,613,2768 +"53181",12586,37859,3,613,1999 +"53182",12586,38259,3,613,2258 +"53183",12586,39906,3,613,2365 +"53184",12586,40910,3,613,2469 +"53185",12586,41240,3,613,2220 +"53186",12586,41581,3,613,1692 +"53187",12586,43360,3,613,979 +"53188",12586,51687,3,613,2333 +"53189",12586,51879,3,613,1771 +"53190",12586,53809,2,613,1956 +"53191",12586,53924,2,613,1289 +"53192",12586,55472,2,613,1516 +"53193",12586,59776,3,613,2493 +"53194",12586,60879,2,613,2792 +"53195",12586,61337,3,613,2777 +"53196",12586,63498,3,613,977 +"53197",12586,73553,1,613,2726 +"53198",12586,75444,3,613,2846 +"53199",12586,77077,3,613,2693 +"53200",12586,82932,3,613,2245 +"53201",12586,83253,3,613,1102 +"53202",12586,88966,3,613,1568 +"53203",12586,90674,3,613,621 +"53204",12586,93953,3,613,969 +"53205",12586,96007,3,613,895 +"53206",12586,99351,3,613,2939 +"53207",12586,102893,3,613,814 +"53208",12586,106449,2,613,862 +"53209",12586,109978,2,613,1865 +"53210",12586,121354,2,613,2862 +"53211",12598,2724,3,2086,2447 +"53212",12598,3272,2,2086,2132 +"53213",12598,3477,3,2086,2546 +"53214",12598,3559,3,2086,2413 +"53215",12598,6040,3,2086,2103 +"53216",12598,6063,3,2086,2349 +"53217",12598,8993,3,2086,2099 +"53218",12598,14442,1,2086,2700 +"53219",12598,16184,3,2086,2274 +"53220",12598,17768,3,2086,2468 +"53221",12598,19075,2,2086,2214 +"53222",12598,20547,2,2086,2145 +"53223",12598,25053,3,2086,2186 +"53224",12598,31357,2,2086,2389 +"53225",12598,33223,3,2086,2397 +"53226",12598,33460,3,2086,2781 +"53227",12598,36996,2,2086,2321 +"53228",12598,47094,3,2086,2592 +"53229",12598,47882,3,2086,2769 +"53230",12598,51843,2,2086,2389 +"53231",12598,54385,2,2086,2340 +"53232",12598,59289,2,2086,2896 +"53233",12598,59344,2,2086,2252 +"53234",12598,63104,2,2086,2149 +"53235",12598,64912,2,2086,2099 +"53236",12598,67701,3,2086,2289 +"53237",12598,69308,3,2086,2370 +"53238",12598,80615,3,2086,2252 +"53239",12598,89391,3,2086,2180 +"53240",12598,110737,3,2086,2117 +"53241",12602,145,3,1956,1998 +"53242",12602,279,3,1956,1989 +"53243",12602,380,2,1956,2261 +"53244",12602,470,3,1956,2285 +"53245",12602,913,2,1956,2144 +"53246",12602,1102,3,1956,2282 +"53247",12602,2572,3,1956,2273 +"53248",12602,3801,2,1956,1974 +"53249",12602,4084,3,1956,2133 +"53250",12602,5235,3,1956,2324 +"53251",12602,6052,3,1956,1985 +"53252",12602,6491,3,1956,2424 +"53253",12602,9362,3,1956,2879 +"53254",12602,10433,3,1956,2075 +"53255",12602,10513,2,1956,2284 +"53256",12602,12374,3,1956,2260 +"53257",12602,12528,1,1956,2589 +"53258",12602,12618,3,1956,2021 +"53259",12602,14834,2,1956,2739 +"53260",12602,21138,3,1956,2849 +"53261",12602,21682,3,1956,2414 +"53262",12602,21929,3,1956,2062 +"53263",12602,23132,3,1956,2756 +"53264",12602,24060,3,1956,2349 +"53265",12602,24448,3,1956,2289 +"53266",12602,26067,3,1956,2069 +"53267",12602,26671,3,1956,2279 +"53268",12602,27275,2,1956,2656 +"53269",12602,27390,3,1956,2425 +"53270",12602,29308,3,1956,2094 +"53271",12602,31235,3,1956,2668 +"53272",12602,38755,3,1956,2902 +"53273",12602,40493,3,1956,1981 +"53274",12602,42216,3,1956,2722 +"53275",12602,45302,3,1956,2390 +"53276",12602,46950,2,1956,2673 +"53277",12602,47248,3,1956,2883 +"53278",12602,49110,3,1956,2938 +"53279",12602,50134,3,1956,2674 +"53280",12602,51017,2,1956,2073 +"53281",12602,51035,2,1956,2397 +"53282",12602,51866,3,1956,2411 +"53283",12602,56317,3,1956,2030 +"53284",12602,64699,2,1956,2797 +"53285",12602,66413,3,1956,2507 +"53286",12602,66983,3,1956,2397 +"53287",12602,67145,3,1956,2015 +"53288",12602,67652,3,1956,2736 +"53289",12602,68810,3,1956,2409 +"53290",12602,73305,3,1956,2544 +"53291",12602,80825,2,1956,2315 +"53292",12608,1853,3,1337,1465 +"53293",12608,15905,3,1337,2064 +"53294",12608,26642,3,1337,2952 +"53295",12608,30697,3,1337,2891 +"53296",12608,40913,3,1337,1800 +"53297",12608,42756,3,1337,1384 +"53298",12608,44669,3,1337,1594 +"53299",12608,48832,3,1337,1370 +"53300",12608,65703,3,1337,1689 +"53301",12608,82949,3,1337,2077 +"53302",12610,862,3,1274,2254 +"53303",12610,2865,3,1274,2006 +"53304",12610,5568,3,1274,1290 +"53305",12610,5984,3,1274,1675 +"53306",12610,7245,3,1274,2089 +"53307",12610,14676,2,1274,2764 +"53308",12610,14731,2,1274,2012 +"53309",12610,18415,3,1274,2184 +"53310",12610,18543,3,1274,2968 +"53311",12610,18744,3,1274,1285 +"53312",12610,29073,3,1274,2328 +"53313",12610,29918,3,1274,1953 +"53314",12610,31001,3,1274,2119 +"53315",12610,31700,3,1274,2727 +"53316",12610,32694,3,1274,1602 +"53317",12610,33572,3,1274,2370 +"53318",12610,34945,3,1274,1298 +"53319",12610,35041,3,1274,1311 +"53320",12610,37937,3,1274,1320 +"53321",12610,38667,3,1274,2880 +"53322",12610,43428,3,1274,1299 +"53323",12610,44427,3,1274,2875 +"53324",12610,45545,2,1274,1776 +"53325",12610,50585,3,1274,2414 +"53326",12610,55155,3,1274,2333 +"53327",12610,56116,3,1274,1321 +"53328",12610,56755,3,1274,2158 +"53329",12610,58284,3,1274,2292 +"53330",12610,66241,3,1274,2351 +"53331",12610,66756,3,1274,1301 +"53332",12610,66971,3,1274,2299 +"53333",12610,73597,3,1274,1989 +"53334",12610,73747,3,1274,2274 +"53335",12610,74912,3,1274,1542 +"53336",12610,76463,3,1274,2298 +"53337",12610,82426,2,1274,1576 +"53338",12610,89880,3,1274,1938 +"53339",12610,95288,3,1274,1602 +"53340",12610,96226,3,1274,1412 +"53341",12610,101347,3,1274,1335 +"53342",12610,108430,3,1274,1642 +"53343",12618,913,2,2021,2144 +"53344",12618,3305,3,2021,2839 +"53345",12618,12528,2,2021,2589 +"53346",12618,15381,3,2021,2289 +"53347",12618,19719,3,2021,2177 +"53348",12618,22567,2,2021,2396 +"53349",12618,23132,2,2021,2756 +"53350",12618,24448,3,2021,2289 +"53351",12618,27275,2,2021,2656 +"53352",12618,27390,3,2021,2425 +"53353",12618,27694,3,2021,2030 +"53354",12618,30052,3,2021,2855 +"53355",12618,31235,3,2021,2668 +"53356",12618,40383,2,2021,2639 +"53357",12618,42799,3,2021,2729 +"53358",12618,56317,2,2021,2030 +"53359",12618,58508,3,2021,2326 +"53360",12618,58684,3,2021,2295 +"53361",12618,59022,3,2021,2494 +"53362",12618,67652,3,2021,2736 +"53363",12618,77815,3,2021,2358 +"53364",12632,160,2,1174,2007 +"53365",12632,1574,3,1174,1718 +"53366",12632,1641,3,1174,1490 +"53367",12632,1708,3,1174,1591 +"53368",12632,2443,3,1174,2333 +"53369",12632,2647,3,1174,2450 +"53370",12632,2668,3,1174,1529 +"53371",12632,3158,3,1174,2762 +"53372",12632,3272,3,1174,2132 +"53373",12632,3520,3,1174,2281 +"53374",12632,3786,3,1174,2282 +"53375",12632,4634,3,1174,2291 +"53376",12632,4784,3,1174,2511 +"53377",12632,4968,3,1174,1586 +"53378",12632,5610,3,1174,2223 +"53379",12632,6020,3,1174,1864 +"53380",12632,7406,3,1174,1906 +"53381",12632,7616,3,1174,2296 +"53382",12632,8238,2,1174,2222 +"53383",12632,8463,3,1174,2466 +"53384",12632,9269,2,1174,1892 +"53385",12632,9331,3,1174,2269 +"53386",12632,9423,3,1174,1708 +"53387",12632,9895,3,1174,1960 +"53388",12632,9910,3,1174,2526 +"53389",12632,9948,2,1174,2019 +"53390",12632,11770,3,1174,1653 +"53391",12632,12560,3,1174,2565 +"53392",12632,12914,3,1174,1557 +"53393",12632,12966,3,1174,2011 +"53394",12632,13043,3,1174,1295 +"53395",12632,13249,3,1174,2573 +"53396",12632,14172,3,1174,1923 +"53397",12632,14442,3,1174,2700 +"53398",12632,14957,3,1174,2306 +"53399",12632,15023,3,1174,2054 +"53400",12632,15782,3,1174,2306 +"53401",12632,16347,1,1174,1868 +"53402",12632,16539,3,1174,1947 +"53403",12632,16963,2,1174,1999 +"53404",12632,17351,3,1174,2036 +"53405",12632,17549,3,1174,2647 +"53406",12632,17632,2,1174,1947 +"53407",12632,17938,3,1174,1410 +"53408",12632,19208,3,1174,2629 +"53409",12632,19656,3,1174,2059 +"53410",12632,20547,3,1174,2145 +"53411",12632,20695,2,1174,2526 +"53412",12632,21352,2,1174,1604 +"53413",12632,21358,3,1174,1970 +"53414",12632,22808,3,1174,2297 +"53415",12632,22950,3,1174,2576 +"53416",12632,23460,3,1174,2183 +"53417",12632,25518,3,1174,1955 +"53418",12632,26740,3,1174,2695 +"53419",12632,27642,3,1174,1531 +"53420",12632,27796,3,1174,2151 +"53421",12632,28571,3,1174,1556 +"53422",12632,28648,3,1174,1586 +"53423",12632,30096,2,1174,2082 +"53424",12632,31295,3,1174,2183 +"53425",12632,31357,3,1174,2389 +"53426",12632,31890,2,1174,1487 +"53427",12632,31901,3,1174,1251 +"53428",12632,32966,3,1174,1583 +"53429",12632,34331,3,1174,1727 +"53430",12632,36399,3,1174,1357 +"53431",12632,36837,3,1174,1556 +"53432",12632,38697,3,1174,2701 +"53433",12632,39009,3,1174,1594 +"53434",12632,39187,2,1174,2166 +"53435",12632,41350,3,1174,1935 +"53436",12632,41489,3,1174,2006 +"53437",12632,41518,3,1174,1641 +"53438",12632,41900,3,1174,1970 +"53439",12632,41945,3,1174,2856 +"53440",12632,42382,3,1174,2224 +"53441",12632,44132,3,1174,1999 +"53442",12632,44688,3,1174,2924 +"53443",12632,44744,3,1174,2032 +"53444",12632,46042,3,1174,1692 +"53445",12632,47564,2,1174,2650 +"53446",12632,47607,3,1174,2724 +"53447",12632,49142,3,1174,2289 +"53448",12632,49334,3,1174,2433 +"53449",12632,49379,2,1174,1573 +"53450",12632,50678,3,1174,1366 +"53451",12632,51505,3,1174,1572 +"53452",12632,51843,3,1174,2389 +"53453",12632,53584,3,1174,2391 +"53454",12632,54385,3,1174,2340 +"53455",12632,56364,3,1174,1626 +"53456",12632,63477,3,1174,1907 +"53457",12632,64857,3,1174,1792 +"53458",12632,67748,3,1174,1498 +"53459",12632,69260,3,1174,1698 +"53460",12632,73629,3,1174,1713 +"53461",12632,77611,2,1174,1795 +"53462",12632,80050,3,1174,2698 +"53463",12632,80801,3,1174,1250 +"53464",12632,80807,2,1174,1597 +"53465",12632,82628,2,1174,1784 +"53466",12632,83122,2,1174,1503 +"53467",12632,84235,3,1174,1639 +"53468",12632,84591,3,1174,1685 +"53469",12632,84808,3,1174,1974 +"53470",12632,85525,3,1174,1718 +"53471",12632,87110,3,1174,2801 +"53472",12632,89391,3,1174,2180 +"53473",12632,91210,3,1174,1457 +"53474",12632,91772,3,1174,2233 +"53475",12632,96332,3,1174,1197 +"53476",12632,101666,3,1174,1257 +"53477",12632,107467,3,1174,1524 +"53478",12639,160,3,1141,2007 +"53479",12639,341,2,1141,2689 +"53480",12639,457,3,1141,1704 +"53481",12639,841,3,1141,2964 +"53482",12639,952,2,1141,1991 +"53483",12639,2894,3,1141,1291 +"53484",12639,5392,3,1141,1648 +"53485",12639,8923,3,1141,1266 +"53486",12639,9331,3,1141,2269 +"53487",12639,9423,3,1141,1708 +"53488",12639,10310,1,1141,2774 +"53489",12639,10870,3,1141,1755 +"53490",12639,11103,3,1141,2393 +"53491",12639,11493,1,1141,2077 +"53492",12639,12371,1,1141,1569 +"53493",12639,12388,3,1141,1975 +"53494",12639,12692,3,1141,1855 +"53495",12639,14287,3,1141,1583 +"53496",12639,15207,3,1141,1855 +"53497",12639,15444,3,1141,2764 +"53498",12639,17351,2,1141,2036 +"53499",12639,17632,3,1141,1947 +"53500",12639,17938,3,1141,1410 +"53501",12639,18165,3,1141,2085 +"53502",12639,19208,2,1141,2629 +"53503",12639,19593,3,1141,2013 +"53504",12639,19605,3,1141,2395 +"53505",12639,20331,2,1141,2365 +"53506",12639,20730,2,1141,2243 +"53507",12639,20874,3,1141,1580 +"53508",12639,21248,3,1141,2232 +"53509",12639,21566,1,1141,1234 +"53510",12639,21960,3,1141,1517 +"53511",12639,22893,2,1141,1938 +"53512",12639,23006,1,1141,1532 +"53513",12639,24256,3,1141,2393 +"53514",12639,24586,3,1141,2465 +"53515",12639,27104,3,1141,1608 +"53516",12639,27195,3,1141,2158 +"53517",12639,27642,3,1141,1531 +"53518",12639,28571,2,1141,1556 +"53519",12639,29930,2,1141,2240 +"53520",12639,31331,3,1141,2964 +"53521",12639,33184,2,1141,2522 +"53522",12639,35772,3,1141,1440 +"53523",12639,36441,2,1141,2796 +"53524",12639,41682,3,1141,1988 +"53525",12639,41770,2,1141,2752 +"53526",12639,41900,3,1141,1970 +"53527",12639,41945,3,1141,2856 +"53528",12639,42390,3,1141,2937 +"53529",12639,42515,3,1141,2752 +"53530",12639,42799,2,1141,2729 +"53531",12639,44688,3,1141,2924 +"53532",12639,44894,1,1141,2048 +"53533",12639,46042,3,1141,1692 +"53534",12639,46043,1,1141,1358 +"53535",12639,46635,3,1141,2528 +"53536",12639,47789,2,1141,1583 +"53537",12639,50480,3,1141,2701 +"53538",12639,55580,3,1141,1942 +"53539",12639,56903,3,1141,1584 +"53540",12639,62870,2,1141,1568 +"53541",12639,67129,3,1141,2335 +"53542",12639,68024,3,1141,1531 +"53543",12639,74818,2,1141,1440 +"53544",12639,76356,3,1141,2323 +"53545",12639,79472,2,1141,1230 +"53546",12639,80944,2,1141,2300 +"53547",12639,80979,3,1141,1142 +"53548",12639,85356,3,1141,1492 +"53549",12639,86883,2,1141,1623 +"53550",12639,90065,3,1141,1418 +"53551",12639,91901,3,1141,1236 +"53552",12639,96132,3,1141,1489 +"53553",12639,101478,3,1141,1383 +"53554",12639,117956,2,1141,2774 +"53555",12653,341,3,1573,2689 +"53556",12653,841,3,1573,2964 +"53557",12653,2139,3,1573,2502 +"53558",12653,4361,3,1573,2571 +"53559",12653,4612,3,1573,2804 +"53560",12653,5106,3,1573,2622 +"53561",12653,8865,3,1573,2394 +"53562",12653,9787,3,1573,2858 +"53563",12653,11143,2,1573,2623 +"53564",12653,14586,3,1573,2801 +"53565",12653,15095,2,1573,2001 +"53566",12653,17033,3,1573,2771 +"53567",12653,22244,3,1573,2139 +"53568",12653,25163,3,1573,1751 +"53569",12653,29286,3,1573,1612 +"53570",12653,33451,3,1573,1957 +"53571",12653,68931,3,1573,2771 +"53572",12653,70586,3,1573,2562 +"53573",12653,71531,3,1573,2887 +"53574",12655,680,3,674,2569 +"53575",12655,18102,3,674,1642 +"53576",12655,31303,3,674,1040 +"53577",12655,37279,3,674,2768 +"53578",12655,37636,3,674,2178 +"53579",12684,3714,3,2182,2605 +"53580",12684,21417,3,2182,2422 +"53581",12684,23728,3,2182,2601 +"53582",12684,33460,3,2182,2781 +"53583",12684,45664,3,2182,2235 +"53584",12684,55691,3,2182,2856 +"53585",12684,76997,3,2182,2223 +"53586",12684,85638,3,2182,2275 +"53587",12692,2484,3,1855,2389 +"53588",12692,3947,3,1855,2067 +"53589",12692,3961,3,1855,2426 +"53590",12692,4289,2,1855,1921 +"53591",12692,5239,3,1855,2875 +"53592",12692,5912,3,1855,2257 +"53593",12692,6047,3,1855,2004 +"53594",12692,8029,3,1855,1859 +"53595",12692,8275,3,1855,2237 +"53596",12692,10857,3,1855,2253 +"53597",12692,13780,2,1855,2412 +"53598",12692,14032,3,1855,2144 +"53599",12692,14943,3,1855,1942 +"53600",12692,16826,3,1855,2599 +"53601",12692,18103,3,1855,1968 +"53602",12692,19593,3,1855,2013 +"53603",12692,20067,3,1855,2390 +"53604",12692,21138,3,1855,2849 +"53605",12692,29004,3,1855,2596 +"53606",12692,30747,3,1855,2455 +"53607",12692,30906,3,1855,2537 +"53608",12692,31069,3,1855,1995 +"53609",12692,36441,2,1855,2796 +"53610",12692,38227,2,1855,2511 +"53611",12692,40432,2,1855,1956 +"53612",12692,42799,3,1855,2729 +"53613",12692,46635,3,1855,2528 +"53614",12692,47386,2,1855,2226 +"53615",12692,54551,3,1855,2348 +"53616",12692,55076,3,1855,2408 +"53617",12692,57977,3,1855,2683 +"53618",12692,76356,2,1855,2323 +"53619",12692,82929,2,1855,2475 +"53620",12703,25,2,2689,2762 +"53621",12703,2224,3,2689,2751 +"53622",12703,28982,3,2689,2746 +"53623",12703,33433,3,2689,2805 +"53624",12703,64699,2,2689,2797 +"53625",12712,160,3,815,2007 +"53626",12712,1124,3,815,1596 +"53627",12712,1323,3,815,1659 +"53628",12712,1641,3,815,1490 +"53629",12712,2111,3,815,1904 +"53630",12712,2684,3,815,2874 +"53631",12712,2864,3,815,1543 +"53632",12712,2894,3,815,1291 +"53633",12712,3520,3,815,2281 +"53634",12712,3753,3,815,1255 +"53635",12712,3954,3,815,839 +"53636",12712,5392,3,815,1648 +"53637",12712,5615,3,815,1105 +"53638",12712,5785,3,815,1261 +"53639",12712,5865,3,815,1910 +"53640",12712,6192,3,815,2409 +"53641",12712,6222,3,815,1949 +"53642",12712,6588,3,815,2025 +"53643",12712,7185,3,815,1046 +"53644",12712,7406,3,815,1906 +"53645",12712,7555,3,815,1943 +"53646",12712,7616,1,815,2296 +"53647",12712,8238,3,815,2222 +"53648",12712,8274,3,815,1909 +"53649",12712,8726,3,815,2083 +"53650",12712,9615,3,815,2464 +"53651",12712,9871,2,815,921 +"53652",12712,10870,3,815,1755 +"53653",12712,11770,3,815,1653 +"53654",12712,11912,3,815,889 +"53655",12712,12122,2,815,1385 +"53656",12712,12388,3,815,1975 +"53657",12712,12632,3,815,1174 +"53658",12712,12778,3,815,2045 +"53659",12712,12948,3,815,2669 +"53660",12712,13249,3,815,2573 +"53661",12712,13324,3,815,2163 +"53662",12712,14749,3,815,1998 +"53663",12712,14959,3,815,2898 +"53664",12712,15122,3,815,1201 +"53665",12712,15207,3,815,1855 +"53666",12712,15632,3,815,1242 +"53667",12712,16539,1,815,1947 +"53668",12712,16542,3,815,2039 +"53669",12712,17632,3,815,1947 +"53670",12712,18464,3,815,2312 +"53671",12712,18670,3,815,1835 +"53672",12712,19208,2,815,2629 +"53673",12712,19605,3,815,2395 +"53674",12712,19937,3,815,1587 +"53675",12712,20419,3,815,1587 +"53676",12712,20517,3,815,1465 +"53677",12712,21950,3,815,1892 +"53678",12712,22292,3,815,1910 +"53679",12712,22808,3,815,2297 +"53680",12712,22950,3,815,2576 +"53681",12712,23460,3,815,2183 +"53682",12712,24256,3,815,2393 +"53683",12712,24512,3,815,1369 +"53684",12712,24753,2,815,2860 +"53685",12712,24793,3,815,1993 +"53686",12712,24794,3,815,925 +"53687",12712,24826,3,815,1382 +"53688",12712,25030,3,815,2017 +"53689",12712,25033,3,815,929 +"53690",12712,27742,3,815,2700 +"53691",12712,29454,2,815,2719 +"53692",12712,29512,2,815,1594 +"53693",12712,29930,3,815,2240 +"53694",12712,30883,3,815,1629 +"53695",12712,31209,3,815,1137 +"53696",12712,31868,3,815,1993 +"53697",12712,31890,3,815,1487 +"53698",12712,31901,3,815,1251 +"53699",12712,32131,3,815,1035 +"53700",12712,32173,3,815,2341 +"53701",12712,32419,3,815,1909 +"53702",12712,33801,3,815,2899 +"53703",12712,35772,3,815,1440 +"53704",12712,36837,3,815,1556 +"53705",12712,38921,3,815,1880 +"53706",12712,39188,3,815,1948 +"53707",12712,39278,3,815,1952 +"53708",12712,40003,3,815,936 +"53709",12712,40028,3,815,1349 +"53710",12712,40309,3,815,871 +"53711",12712,41518,3,815,1641 +"53712",12712,41664,1,815,2641 +"53713",12712,41764,3,815,2409 +"53714",12712,42129,3,815,2318 +"53715",12712,42515,2,815,2752 +"53716",12712,42837,3,815,1096 +"53717",12712,44089,3,815,1632 +"53718",12712,45329,3,815,1693 +"53719",12712,45545,3,815,1776 +"53720",12712,46629,3,815,2255 +"53721",12712,46635,3,815,2528 +"53722",12712,47386,3,815,2226 +"53723",12712,47564,3,815,2650 +"53724",12712,47625,3,815,2562 +"53725",12712,49334,2,815,2433 +"53726",12712,49470,3,815,1528 +"53727",12712,50001,3,815,1518 +"53728",12712,50254,2,815,1151 +"53729",12712,50480,3,815,2701 +"53730",12712,51157,3,815,2319 +"53731",12712,52699,3,815,1372 +"53732",12712,52969,3,815,2302 +"53733",12712,53475,3,815,2853 +"53734",12712,53830,3,815,1307 +"53735",12712,55076,2,815,2408 +"53736",12712,56232,3,815,1175 +"53737",12712,56854,2,815,2022 +"53738",12712,56903,3,815,1584 +"53739",12712,58733,3,815,1958 +"53740",12712,58854,3,815,1131 +"53741",12712,63477,3,815,1907 +"53742",12712,64219,3,815,2705 +"53743",12712,65242,3,815,1988 +"53744",12712,65434,3,815,2866 +"53745",12712,66756,3,815,1301 +"53746",12712,67748,3,815,1498 +"53747",12712,67788,3,815,837 +"53748",12712,69250,3,815,1439 +"53749",12712,70046,3,815,2624 +"53750",12712,74818,3,815,1440 +"53751",12712,76646,2,815,1263 +"53752",12712,77611,2,815,1795 +"53753",12712,78270,3,815,1171 +"53754",12712,81463,3,815,955 +"53755",12712,82187,3,815,1055 +"53756",12712,82893,2,815,1275 +"53757",12712,85356,2,815,1492 +"53758",12712,88887,3,815,1161 +"53759",12712,92322,3,815,2393 +"53760",12712,96132,3,815,1489 +"53761",12712,96553,3,815,1887 +"53762",12712,96911,3,815,956 +"53763",12712,115021,3,815,1226 +"53764",12712,115155,3,815,1942 +"53765",12713,270,3,2440,2542 +"53766",12713,613,3,2440,2687 +"53767",12713,1151,3,2440,2885 +"53768",12713,1616,2,2440,2662 +"53769",12713,2036,3,2440,2483 +"53770",12713,2224,3,2440,2751 +"53771",12713,4418,3,2440,2788 +"53772",12713,7323,3,2440,2858 +"53773",12713,8327,3,2440,2527 +"53774",12713,8760,3,2440,2477 +"53775",12713,9311,3,2440,2477 +"53776",12713,9362,3,2440,2879 +"53777",12713,13929,3,2440,2693 +"53778",12713,18151,3,2440,2962 +"53779",12713,19606,2,2440,2783 +"53780",12713,20700,2,2440,2861 +"53781",12713,27478,3,2440,2485 +"53782",12713,29095,3,2440,2531 +"53783",12713,31799,3,2440,2547 +"53784",12713,33801,3,2440,2899 +"53785",12713,36962,3,2440,2861 +"53786",12713,37418,3,2440,2710 +"53787",12713,51410,3,2440,2739 +"53788",12713,53475,3,2440,2853 +"53789",12713,55691,3,2440,2856 +"53790",12713,57977,3,2440,2683 +"53791",12724,134,3,1930,2062 +"53792",12724,145,3,1930,1998 +"53793",12724,270,3,1930,2542 +"53794",12724,380,2,1930,2261 +"53795",12724,913,2,1930,2144 +"53796",12724,997,3,1930,2788 +"53797",12724,1102,1,1930,2282 +"53798",12724,1136,3,1930,2536 +"53799",12724,1315,3,1930,2760 +"53800",12724,1592,3,1930,2006 +"53801",12724,1691,2,1930,1941 +"53802",12724,1767,3,1930,2727 +"53803",12724,2224,3,1930,2751 +"53804",12724,2424,3,1930,2582 +"53805",12724,2484,3,1930,2389 +"53806",12724,2533,3,1930,2016 +"53807",12724,2572,1,1930,2273 +"53808",12724,2954,3,1930,2727 +"53809",12724,3163,3,1930,2020 +"53810",12724,3305,3,1930,2839 +"53811",12724,3306,3,1930,1989 +"53812",12724,3628,3,1930,2707 +"53813",12724,3801,1,1930,1974 +"53814",12724,3980,3,1930,2771 +"53815",12724,4671,3,1930,2280 +"53816",12724,4687,3,1930,2152 +"53817",12724,4690,2,1930,1938 +"53818",12724,5235,2,1930,2324 +"53819",12724,5580,2,1930,2111 +"53820",12724,5971,3,1930,1985 +"53821",12724,6047,2,1930,2004 +"53822",12724,6052,2,1930,1985 +"53823",12724,6074,1,1930,2426 +"53824",12724,6390,3,1930,2385 +"53825",12724,6588,3,1930,2025 +"53826",12724,8681,3,1930,2716 +"53827",12724,8762,2,1930,2585 +"53828",12724,9362,3,1930,2879 +"53829",12724,9654,3,1930,2111 +"53830",12724,9695,3,1930,2143 +"53831",12724,9723,3,1930,2302 +"53832",12724,10513,2,1930,2284 +"53833",12724,10857,3,1930,2253 +"53834",12724,10890,3,1930,2639 +"53835",12724,11103,3,1930,2393 +"53836",12724,11218,3,1930,2292 +"53837",12724,11351,3,1930,2971 +"53838",12724,11440,3,1930,2026 +"53839",12724,11516,3,1930,1937 +"53840",12724,11625,3,1930,2022 +"53841",12724,12602,3,1930,1956 +"53842",12724,12728,3,1930,2374 +"53843",12724,12976,3,1930,2399 +"53844",12724,12982,3,1930,2143 +"53845",12724,13158,3,1930,2667 +"53846",12724,13307,3,1930,2206 +"53847",12724,13324,3,1930,2163 +"53848",12724,14032,3,1930,2144 +"53849",12724,14252,3,1930,2244 +"53850",12724,14652,3,1930,2516 +"53851",12724,14655,3,1930,2559 +"53852",12724,14834,3,1930,2739 +"53853",12724,15301,3,1930,2308 +"53854",12724,15315,3,1930,2173 +"53855",12724,15381,3,1930,2289 +"53856",12724,16482,3,1930,1958 +"53857",12724,16535,2,1930,1993 +"53858",12724,17365,3,1930,2746 +"53859",12724,18394,3,1930,2356 +"53860",12724,18874,3,1930,2170 +"53861",12724,19248,3,1930,2357 +"53862",12724,19862,3,1930,2412 +"53863",12724,20124,3,1930,2376 +"53864",12724,20407,3,1930,2339 +"53865",12724,20416,3,1930,2323 +"53866",12724,21012,3,1930,2325 +"53867",12724,21138,3,1930,2849 +"53868",12724,21571,3,1930,2755 +"53869",12724,21682,2,1930,2414 +"53870",12724,21693,3,1930,2176 +"53871",12724,21929,2,1930,2062 +"53872",12724,22326,3,1930,2818 +"53873",12724,22808,3,1930,2297 +"53874",12724,23011,3,1930,2763 +"53875",12724,23460,3,1930,2183 +"53876",12724,23526,2,1930,1998 +"53877",12724,24060,2,1930,2349 +"53878",12724,24448,3,1930,2289 +"53879",12724,24568,3,1930,1937 +"53880",12724,24721,3,1930,2326 +"53881",12724,25874,3,1930,2088 +"53882",12724,26436,3,1930,2489 +"53883",12724,27173,3,1930,2050 +"53884",12724,27275,3,1930,2656 +"53885",12724,27390,3,1930,2425 +"53886",12724,28285,3,1930,2972 +"53887",12724,29310,3,1930,2358 +"53888",12724,30827,2,1930,2323 +"53889",12724,31235,3,1930,2668 +"53890",12724,31307,3,1930,2139 +"53891",12724,32939,3,1930,2277 +"53892",12724,33430,3,1930,2225 +"53893",12724,33475,3,1930,2367 +"53894",12724,33622,3,1930,2230 +"53895",12724,33949,3,1930,2489 +"53896",12724,33981,2,1930,1993 +"53897",12724,35428,3,1930,2263 +"53898",12724,36087,3,1930,2755 +"53899",12724,36439,3,1930,2469 +"53900",12724,37059,3,1930,2840 +"53901",12724,39278,3,1930,1952 +"53902",12724,40493,2,1930,1981 +"53903",12724,41023,3,1930,2408 +"53904",12724,42129,2,1930,2318 +"53905",12724,42216,1,1930,2722 +"53906",12724,43404,3,1930,2649 +"53907",12724,43455,3,1930,2846 +"53908",12724,45302,2,1930,2390 +"53909",12724,46091,2,1930,1938 +"53910",12724,46950,3,1930,2673 +"53911",12724,47248,3,1930,2883 +"53912",12724,48035,3,1930,2180 +"53913",12724,48571,3,1930,2717 +"53914",12724,48605,3,1930,2796 +"53915",12724,49110,3,1930,2938 +"53916",12724,50134,3,1930,2674 +"53917",12724,50179,3,1930,2230 +"53918",12724,51017,2,1930,2073 +"53919",12724,51035,2,1930,2397 +"53920",12724,51866,2,1930,2411 +"53921",12724,52003,3,1930,2067 +"53922",12724,53219,3,1930,2973 +"53923",12724,53323,3,1930,2677 +"53924",12724,54551,3,1930,2348 +"53925",12724,56082,3,1930,2395 +"53926",12724,57804,3,1930,2214 +"53927",12724,62219,3,1930,2494 +"53928",12724,62840,3,1930,2502 +"53929",12724,63409,3,1930,1937 +"53930",12724,66983,3,1930,2397 +"53931",12724,66992,1,1930,2882 +"53932",12724,67726,3,1930,2873 +"53933",12724,70944,3,1930,2972 +"53934",12724,72207,3,1930,2430 +"53935",12724,74636,3,1930,2525 +"53936",12724,80825,3,1930,2315 +"53937",12724,88232,3,1930,2881 +"53938",12728,270,3,2374,2542 +"53939",12728,307,3,2374,2530 +"53940",12728,2424,3,2374,2582 +"53941",12728,4701,3,2374,2401 +"53942",12728,6055,3,2374,2651 +"53943",12728,17999,3,2374,2758 +"53944",12728,44135,3,2374,2620 +"53945",12728,48605,2,2374,2796 +"53946",12728,55468,2,2374,2511 +"53947",12728,55691,3,2374,2856 +"53948",12728,56082,3,2374,2395 +"53949",12728,61982,3,2374,2725 +"53950",12728,62841,3,2374,2710 +"53951",12728,66703,3,2374,2375 +"53952",12729,145,3,1835,1998 +"53953",12729,160,3,1835,2007 +"53954",12729,270,3,1835,2542 +"53955",12729,765,3,1835,2073 +"53956",12729,823,3,1835,2840 +"53957",12729,854,3,1835,2307 +"53958",12729,997,3,1835,2788 +"53959",12729,1102,3,1835,2282 +"53960",12729,2036,3,1835,2483 +"53961",12729,2181,3,1835,2030 +"53962",12729,2424,3,1835,2582 +"53963",12729,2484,3,1835,2389 +"53964",12729,3978,3,1835,2775 +"53965",12729,4929,3,1835,2240 +"53966",12729,4953,2,1835,2285 +"53967",12729,5610,3,1835,2223 +"53968",12729,6324,3,1835,1990 +"53969",12729,6363,3,1835,2066 +"53970",12729,6449,3,1835,1997 +"53971",12729,7794,3,1835,2972 +"53972",12729,8060,3,1835,1883 +"53973",12729,8238,2,1835,2222 +"53974",12729,8760,3,1835,2477 +"53975",12729,8842,3,1835,2535 +"53976",12729,9175,3,1835,2639 +"53977",12729,9331,3,1835,2269 +"53978",12729,10717,3,1835,1938 +"53979",12729,12042,3,1835,2345 +"53980",12729,12081,2,1835,2166 +"53981",12729,12901,3,1835,2136 +"53982",12729,12982,2,1835,2143 +"53983",12729,13249,3,1835,2573 +"53984",12729,13307,3,1835,2206 +"53985",12729,14252,3,1835,2244 +"53986",12729,14507,2,1835,2686 +"53987",12729,14652,3,1835,2516 +"53988",12729,14918,3,1835,2071 +"53989",12729,15008,1,1835,2338 +"53990",12729,15381,3,1835,2289 +"53991",12729,15729,1,1835,2338 +"53992",12729,16628,3,1835,2409 +"53993",12729,17351,2,1835,2036 +"53994",12729,17365,3,1835,2746 +"53995",12729,17549,3,1835,2647 +"53996",12729,17632,3,1835,1947 +"53997",12729,17867,1,1835,1904 +"53998",12729,18394,3,1835,2356 +"53999",12729,19248,3,1835,2357 +"54000",12729,19317,3,1835,2041 +"54001",12729,20331,3,1835,2365 +"54002",12729,21029,3,1835,1943 +"54003",12729,21079,3,1835,1997 +"54004",12729,22682,3,1835,2035 +"54005",12729,24256,3,1835,2393 +"54006",12729,24825,2,1835,2686 +"54007",12729,25198,2,1835,1982 +"54008",12729,26080,3,1835,2525 +"54009",12729,27796,3,1835,2151 +"54010",12729,31159,2,1835,2231 +"54011",12729,31295,2,1835,2183 +"54012",12729,31705,3,1835,2706 +"54013",12729,33160,3,1835,2441 +"54014",12729,33380,3,1835,2340 +"54015",12729,37238,3,1835,2609 +"54016",12729,38307,2,1835,2648 +"54017",12729,39464,2,1835,2314 +"54018",12729,41900,3,1835,1970 +"54019",12729,41945,3,1835,2856 +"54020",12729,41972,3,1835,2509 +"54021",12729,42486,2,1835,1951 +"54022",12729,42783,2,1835,2338 +"54023",12729,43455,2,1835,2846 +"54024",12729,44688,3,1835,2924 +"54025",12729,45239,3,1835,2535 +"54026",12729,46629,3,1835,2255 +"54027",12729,47564,3,1835,2650 +"54028",12729,48571,3,1835,2717 +"54029",12729,50113,3,1835,2059 +"54030",12729,51041,3,1835,2606 +"54031",12729,51866,3,1835,2411 +"54032",12729,52032,3,1835,2853 +"54033",12729,52892,3,1835,2372 +"54034",12729,53219,2,1835,2973 +"54035",12729,53995,2,1835,2151 +"54036",12729,54953,3,1835,2223 +"54037",12729,55261,3,1835,1915 +"54038",12729,56082,3,1835,2395 +"54039",12729,56854,2,1835,2022 +"54040",12729,60974,3,1835,2972 +"54041",12729,61982,3,1835,2725 +"54042",12729,63442,3,1835,1965 +"54043",12729,69453,3,1835,2831 +"54044",12729,70573,3,1835,1993 +"54045",12729,75311,3,1835,2745 +"54046",12735,270,3,819,2542 +"54047",12735,380,3,819,2261 +"54048",12735,543,3,819,2203 +"54049",12735,758,3,819,1232 +"54050",12735,843,2,819,2332 +"54051",12735,854,3,819,2307 +"54052",12735,919,1,819,910 +"54053",12735,1102,3,819,2282 +"54054",12735,1124,3,819,1596 +"54055",12735,1175,3,819,1642 +"54056",12735,1196,3,819,1986 +"54057",12735,1222,3,819,2598 +"54058",12735,1520,3,819,1716 +"54059",12735,1629,3,819,1289 +"54060",12735,1685,3,819,2230 +"54061",12735,1822,2,819,2888 +"54062",12735,2093,3,819,2459 +"54063",12735,2139,3,819,2502 +"54064",12735,2181,2,819,2030 +"54065",12735,2609,3,819,834 +"54066",12735,2724,3,819,2447 +"54067",12735,2747,3,819,2411 +"54068",12735,2985,3,819,2398 +"54069",12735,3195,3,819,2043 +"54070",12735,3272,3,819,2132 +"54071",12735,3395,3,819,1382 +"54072",12735,3456,3,819,1999 +"54073",12735,3477,1,819,2546 +"54074",12735,3495,3,819,2431 +"54075",12735,3559,3,819,2413 +"54076",12735,3620,3,819,2955 +"54077",12735,3819,3,819,1583 +"54078",12735,4504,3,819,1905 +"54079",12735,4612,3,819,2804 +"54080",12735,4622,2,819,1589 +"54081",12735,4665,3,819,1569 +"54082",12735,4691,3,819,1888 +"54083",12735,4953,3,819,2285 +"54084",12735,4968,2,819,1586 +"54085",12735,5355,3,819,1499 +"54086",12735,5414,3,819,2321 +"54087",12735,5971,3,819,1985 +"54088",12735,6040,3,819,2103 +"54089",12735,6047,3,819,2004 +"54090",12735,6063,1,819,2349 +"54091",12735,6132,3,819,1590 +"54092",12735,6248,3,819,2737 +"54093",12735,6262,3,819,2733 +"54094",12735,6324,3,819,1990 +"54095",12735,6392,2,819,1878 +"54096",12735,6449,3,819,1997 +"54097",12735,6588,3,819,2025 +"54098",12735,6621,3,819,2478 +"54099",12735,7337,3,819,1797 +"54100",12735,7422,3,819,1793 +"54101",12735,7648,3,819,1861 +"54102",12735,7937,3,819,2044 +"54103",12735,8140,3,819,1262 +"54104",12735,8354,3,819,1705 +"54105",12735,8395,3,819,896 +"54106",12735,8762,3,819,2585 +"54107",12735,8993,1,819,2099 +"54108",12735,9175,3,819,2639 +"54109",12735,9273,3,819,1747 +"54110",12735,9328,3,819,1937 +"54111",12735,9364,3,819,1698 +"54112",12735,9423,3,819,1708 +"54113",12735,9481,3,819,1610 +"54114",12735,9503,2,819,2453 +"54115",12735,9513,3,819,872 +"54116",12735,9787,3,819,2858 +"54117",12735,9801,3,819,2443 +"54118",12735,10387,3,819,871 +"54119",12735,10453,3,819,1656 +"54120",12735,10473,3,819,1783 +"54121",12735,10488,3,819,1524 +"54122",12735,10857,3,819,2253 +"54123",12735,10870,3,819,1755 +"54124",12735,11154,2,819,1594 +"54125",12735,11218,3,819,2292 +"54126",12735,11229,2,819,1625 +"54127",12735,11246,3,819,2741 +"54128",12735,11588,3,819,2352 +"54129",12735,11625,3,819,2022 +"54130",12735,11897,3,819,1271 +"54131",12735,12007,3,819,1594 +"54132",12735,12067,3,819,1213 +"54133",12735,12081,3,819,2166 +"54134",12735,12197,3,819,1235 +"54135",12735,12577,3,819,2530 +"54136",12735,12598,2,819,2086 +"54137",12735,12779,1,819,936 +"54138",12735,13007,3,819,2496 +"54139",12735,13024,3,819,2468 +"54140",12735,13671,3,819,1371 +"54141",12735,13899,2,819,2650 +"54142",12735,14353,3,819,2878 +"54143",12735,14442,3,819,2700 +"54144",12735,14482,3,819,1573 +"54145",12735,14564,3,819,1581 +"54146",12735,14749,3,819,1998 +"54147",12735,14817,2,819,2110 +"54148",12735,15023,1,819,2054 +"54149",12735,15047,3,819,1697 +"54150",12735,15235,3,819,1045 +"54151",12735,15729,3,819,2338 +"54152",12735,15799,3,819,1917 +"54153",12735,16205,3,819,2630 +"54154",12735,16501,3,819,1650 +"54155",12735,16628,3,819,2409 +"54156",12735,16777,3,819,834 +"54157",12735,17027,3,819,2772 +"54158",12735,17037,3,819,2947 +"54159",12735,17097,3,819,1505 +"54160",12735,17328,3,819,1206 +"54161",12735,17399,2,819,884 +"54162",12735,18217,1,819,1566 +"54163",12735,18361,3,819,2968 +"54164",12735,18381,3,819,1524 +"54165",12735,18394,3,819,2356 +"54166",12735,18571,3,819,2128 +"54167",12735,18670,3,819,1835 +"54168",12735,18943,3,819,2861 +"54169",12735,19069,3,819,988 +"54170",12735,19075,2,819,2214 +"54171",12735,19317,2,819,2041 +"54172",12735,19358,3,819,880 +"54173",12735,19667,2,819,1466 +"54174",12735,19718,3,819,1702 +"54175",12735,19835,3,819,1135 +"54176",12735,19934,3,819,2888 +"54177",12735,20124,2,819,2376 +"54178",12735,20162,3,819,2328 +"54179",12735,20220,3,819,1656 +"54180",12735,20343,2,819,851 +"54181",12735,20416,3,819,2323 +"54182",12735,20547,2,819,2145 +"54183",12735,20739,2,819,2025 +"54184",12735,20984,2,819,2502 +"54185",12735,21079,3,819,1997 +"54186",12735,21198,3,819,935 +"54187",12735,21275,3,819,2609 +"54188",12735,21670,3,819,2158 +"54189",12735,21684,2,819,1971 +"54190",12735,21815,3,819,2032 +"54191",12735,22057,3,819,974 +"54192",12735,22403,2,819,1630 +"54193",12735,22462,1,819,869 +"54194",12735,22744,3,819,1907 +"54195",12735,23131,3,819,1732 +"54196",12735,23526,3,819,1998 +"54197",12735,23715,3,819,1859 +"54198",12735,24264,3,819,1760 +"54199",12735,24902,3,819,2162 +"54200",12735,25163,3,819,1751 +"54201",12735,25518,3,819,1955 +"54202",12735,25816,3,819,2088 +"54203",12735,26138,3,819,1902 +"54204",12735,26234,3,819,2183 +"54205",12735,26577,3,819,933 +"54206",12735,26737,3,819,855 +"54207",12735,27255,3,819,1232 +"54208",12735,27355,3,819,870 +"54209",12735,27694,3,819,2030 +"54210",12735,27783,3,819,2302 +"54211",12735,27897,3,819,1968 +"54212",12735,28588,2,819,1335 +"54213",12735,28893,3,819,2764 +"54214",12735,29100,3,819,843 +"54215",12735,29267,2,819,1234 +"54216",12735,29884,3,819,1239 +"54217",12735,29962,3,819,2201 +"54218",12735,30052,3,819,2855 +"54219",12735,30092,3,819,1593 +"54220",12735,30236,3,819,2238 +"54221",12735,30325,3,819,1067 +"54222",12735,30486,2,819,1269 +"54223",12735,30668,3,819,2882 +"54224",12735,30669,3,819,1921 +"54225",12735,30798,3,819,1398 +"54226",12735,30827,3,819,2323 +"54227",12735,31159,3,819,2231 +"54228",12735,31164,3,819,1996 +"54229",12735,31295,3,819,2183 +"54230",12735,31357,2,819,2389 +"54231",12735,31541,3,819,1500 +"54232",12735,31542,3,819,2459 +"54233",12735,32070,3,819,950 +"54234",12735,32131,3,819,1035 +"54235",12735,32235,3,819,2109 +"54236",12735,32339,2,819,2430 +"54237",12735,32395,2,819,2735 +"54238",12735,32449,3,819,2091 +"54239",12735,32904,3,819,2055 +"54240",12735,33186,3,819,2240 +"54241",12735,33223,1,819,2397 +"54242",12735,33314,3,819,1444 +"54243",12735,33451,2,819,1957 +"54244",12735,33470,1,819,2003 +"54245",12735,33681,3,819,1059 +"54246",12735,33870,3,819,955 +"54247",12735,35413,3,819,1569 +"54248",12735,35673,3,819,1067 +"54249",12735,35822,2,819,1903 +"54250",12735,36031,3,819,2342 +"54251",12735,36136,3,819,2338 +"54252",12735,36346,2,819,1240 +"54253",12735,37301,2,819,2160 +"54254",12735,37427,3,819,915 +"54255",12735,38213,3,819,1744 +"54256",12735,38307,3,819,2648 +"54257",12735,38457,2,819,1630 +"54258",12735,38458,3,819,1368 +"54259",12735,38513,2,819,914 +"54260",12735,38727,3,819,2238 +"54261",12735,38732,3,819,2263 +"54262",12735,39062,3,819,2020 +"54263",12735,39411,3,819,2384 +"54264",12735,39464,3,819,2314 +"54265",12735,39893,3,819,1601 +"54266",12735,40028,3,819,1349 +"54267",12735,40542,1,819,1664 +"54268",12735,40572,3,819,2666 +"54269",12735,40759,3,819,2789 +"54270",12735,41185,3,819,1929 +"54271",12735,41581,3,819,1692 +"54272",12735,41945,3,819,2856 +"54273",12735,42216,3,819,2722 +"54274",12735,42783,3,819,2338 +"54275",12735,43077,3,819,884 +"54276",12735,43455,3,819,2846 +"54277",12735,44181,2,819,1034 +"54278",12735,44521,3,819,1593 +"54279",12735,44564,3,819,2034 +"54280",12735,44727,3,819,1227 +"54281",12735,45239,3,819,2535 +"54282",12735,46091,3,819,1938 +"54283",12735,46486,3,819,1868 +"54284",12735,46568,3,819,822 +"54285",12735,47140,3,819,2439 +"54286",12735,47595,2,819,2374 +"54287",12735,47844,3,819,2906 +"54288",12735,48939,3,819,1749 +"54289",12735,49470,3,819,1528 +"54290",12735,49620,3,819,1868 +"54291",12735,49759,3,819,2400 +"54292",12735,50335,3,819,1893 +"54293",12735,51173,3,819,1829 +"54294",12735,51399,3,819,934 +"54295",12735,51843,2,819,2389 +"54296",12735,51866,3,819,2411 +"54297",12735,51890,3,819,1992 +"54298",12735,52041,3,819,2694 +"54299",12735,52136,3,819,1412 +"54300",12735,52892,3,819,2372 +"54301",12735,52953,2,819,1741 +"54302",12735,53013,3,819,2523 +"54303",12735,53414,3,819,1672 +"54304",12735,54204,3,819,1449 +"54305",12735,54385,2,819,2340 +"54306",12735,54467,3,819,919 +"54307",12735,54551,3,819,2348 +"54308",12735,55084,3,819,1189 +"54309",12735,55307,3,819,2306 +"54310",12735,55730,2,819,1217 +"54311",12735,55997,3,819,1414 +"54312",12735,56082,3,819,2395 +"54313",12735,56168,3,819,1466 +"54314",12735,56873,2,819,1421 +"54315",12735,56936,3,819,1519 +"54316",12735,57129,3,819,1858 +"54317",12735,57150,2,819,1196 +"54318",12735,57246,3,819,1873 +"54319",12735,57760,3,819,1721 +"54320",12735,58164,3,819,2398 +"54321",12735,58218,3,819,2627 +"54322",12735,58536,3,819,2742 +"54323",12735,59289,3,819,2896 +"54324",12735,59344,3,819,2252 +"54325",12735,59790,2,819,1827 +"54326",12735,60661,3,819,2700 +"54327",12735,61125,3,819,1673 +"54328",12735,61242,3,819,1650 +"54329",12735,62975,3,819,977 +"54330",12735,63077,3,819,2778 +"54331",12735,63104,2,819,2149 +"54332",12735,67252,3,819,1215 +"54333",12735,69308,3,819,2370 +"54334",12735,70232,3,819,2401 +"54335",12735,70573,3,819,1993 +"54336",12735,71217,3,819,2169 +"54337",12735,72597,3,819,1843 +"54338",12735,72956,3,819,1251 +"54339",12735,73192,3,819,1955 +"54340",12735,74370,3,819,1667 +"54341",12735,74636,3,819,2525 +"54342",12735,76143,2,819,1610 +"54343",12735,76295,3,819,1001 +"54344",12735,76503,2,819,1136 +"54345",12735,78315,3,819,1136 +"54346",12735,78611,3,819,1586 +"54347",12735,78768,3,819,841 +"54348",12735,79547,2,819,1909 +"54349",12735,80615,2,819,2252 +"54350",12735,83218,3,819,1537 +"54351",12735,84317,2,819,2081 +"54352",12735,84808,2,819,1974 +"54353",12735,87958,3,819,1234 +"54354",12735,88739,2,819,933 +"54355",12735,89258,3,819,1147 +"54356",12735,90709,3,819,1080 +"54357",12735,91465,3,819,1047 +"54358",12735,92860,3,819,1643 +"54359",12735,93123,3,819,870 +"54360",12735,93320,3,819,1258 +"54361",12735,93590,3,819,1188 +"54362",12735,95682,3,819,881 +"54363",12735,99332,3,819,873 +"54364",12735,108498,3,819,974 +"54365",12735,110737,3,819,2117 +"54366",12759,371,3,2414,2950 +"54367",12759,680,1,2414,2569 +"54368",12759,798,3,2414,2476 +"54369",12759,3978,2,2414,2775 +"54370",12759,4361,2,2414,2571 +"54371",12759,6697,3,2414,2438 +"54372",12759,6989,3,2414,2623 +"54373",12759,8062,2,2414,2858 +"54374",12759,11429,3,2414,2520 +"54375",12759,11477,3,2414,2724 +"54376",12759,11648,3,2414,2852 +"54377",12759,12948,3,2414,2669 +"54378",12759,18371,3,2414,2860 +"54379",12759,19686,3,2414,2467 +"54380",12759,22709,3,2414,2743 +"54381",12759,25373,1,2414,2783 +"54382",12759,27390,3,2414,2425 +"54383",12759,27686,3,2414,2844 +"54384",12759,28869,3,2414,2425 +"54385",12759,30705,3,2414,2959 +"54386",12759,36953,3,2414,2790 +"54387",12759,40572,3,2414,2666 +"54388",12759,45299,3,2414,2426 +"54389",12759,45869,3,2414,2840 +"54390",12759,51783,2,2414,2599 +"54391",12759,53223,3,2414,2690 +"54392",12759,54718,3,2414,2473 +"54393",12759,63077,3,2414,2778 +"54394",12759,64947,3,2414,2489 +"54395",12759,71531,3,2414,2887 +"54396",12767,6255,2,2329,2895 +"54397",12767,11103,3,2329,2393 +"54398",12767,19528,3,2329,2742 +"54399",12767,33949,3,2329,2489 +"54400",12775,1495,3,1982,2046 +"54401",12775,8088,3,1982,2220 +"54402",12775,10843,3,1982,2277 +"54403",12775,12976,1,1982,2399 +"54404",12775,15184,3,1982,2396 +"54405",12775,15626,3,1982,2434 +"54406",12775,28218,2,1982,2048 +"54407",12775,30906,3,1982,2537 +"54408",12775,36559,3,1982,2473 +"54409",12775,51853,3,1982,2520 +"54410",12775,55156,3,1982,2196 +"54411",12775,78563,2,1982,2385 +"54412",12778,377,3,2045,2389 +"54413",12778,543,3,2045,2203 +"54414",12778,1151,3,2045,2885 +"54415",12778,1495,3,2045,2046 +"54416",12778,1616,3,2045,2662 +"54417",12778,2424,3,2045,2582 +"54418",12778,2484,2,2045,2389 +"54419",12778,2684,2,2045,2874 +"54420",12778,3161,3,2045,2229 +"54421",12778,3397,3,2045,2126 +"54422",12778,3409,3,2045,2167 +"54423",12778,3453,2,2045,2126 +"54424",12778,5504,3,2045,2389 +"54425",12778,7323,3,2045,2858 +"54426",12778,9311,2,2045,2477 +"54427",12778,9362,3,2045,2879 +"54428",12778,10843,3,2045,2277 +"54429",12778,11055,3,2045,2111 +"54430",12778,11103,3,2045,2393 +"54431",12778,14353,3,2045,2878 +"54432",12778,14655,3,2045,2559 +"54433",12778,14959,3,2045,2898 +"54434",12778,15560,3,2045,2257 +"54435",12778,15626,3,2045,2434 +"54436",12778,16896,3,2045,2223 +"54437",12778,17027,3,2045,2772 +"54438",12778,17221,3,2045,2487 +"54439",12778,17520,2,2045,2276 +"54440",12778,19380,2,2045,2637 +"54441",12778,19606,3,2045,2783 +"54442",12778,19719,3,2045,2177 +"54443",12778,20355,3,2045,2111 +"54444",12778,20700,3,2045,2861 +"54445",12778,21248,3,2045,2232 +"54446",12778,24753,1,2045,2860 +"54447",12778,25874,3,2045,2088 +"54448",12778,28053,3,2045,2292 +"54449",12778,29095,3,2045,2531 +"54450",12778,30906,3,2045,2537 +"54451",12778,32516,3,2045,2050 +"54452",12778,33433,3,2045,2805 +"54453",12778,33801,3,2045,2899 +"54454",12778,34216,3,2045,2832 +"54455",12778,35256,3,2045,2271 +"54456",12778,35958,3,2045,2383 +"54457",12778,36574,2,2045,2934 +"54458",12778,37238,3,2045,2609 +"54459",12778,37570,3,2045,2389 +"54460",12778,41664,2,2045,2641 +"54461",12778,41945,3,2045,2856 +"54462",12778,43455,3,2045,2846 +"54463",12778,43490,3,2045,2463 +"54464",12778,44885,2,2045,2670 +"54465",12778,44899,3,2045,2386 +"54466",12778,52576,3,2045,2234 +"54467",12778,53475,3,2045,2853 +"54468",12778,53604,2,2045,2489 +"54469",12778,58852,3,2045,2323 +"54470",12778,59113,3,2045,2434 +"54471",12778,59140,2,2045,2528 +"54472",12778,61188,3,2045,2134 +"54473",12778,70232,3,2045,2401 +"54474",12778,83291,3,2045,2066 +"54475",12779,14,3,936,1793 +"54476",12779,270,3,936,2542 +"54477",12779,380,3,936,2261 +"54478",12779,543,3,936,2203 +"54479",12779,758,3,936,1232 +"54480",12779,843,3,936,2332 +"54481",12779,854,3,936,2307 +"54482",12779,915,3,936,1793 +"54483",12779,1102,3,936,2282 +"54484",12779,1124,3,936,1596 +"54485",12779,1175,2,936,1642 +"54486",12779,1196,2,936,1986 +"54487",12779,1222,3,936,2598 +"54488",12779,1520,3,936,1716 +"54489",12779,1592,3,936,2006 +"54490",12779,1629,3,936,1289 +"54491",12779,1685,3,936,2230 +"54492",12779,1691,3,936,1941 +"54493",12779,1767,3,936,2727 +"54494",12779,1822,2,936,2888 +"54495",12779,1875,3,936,1786 +"54496",12779,2093,3,936,2459 +"54497",12779,2139,3,936,2502 +"54498",12779,2181,2,936,2030 +"54499",12779,2747,3,936,2411 +"54500",12779,2985,3,936,2398 +"54501",12779,3068,3,936,1815 +"54502",12779,3195,3,936,2043 +"54503",12779,3272,3,936,2132 +"54504",12779,3284,3,936,1541 +"54505",12779,3395,3,936,1382 +"54506",12779,3456,3,936,1999 +"54507",12779,3477,1,936,2546 +"54508",12779,3492,3,936,2117 +"54509",12779,3495,2,936,2431 +"54510",12779,3620,3,936,2955 +"54511",12779,3819,3,936,1583 +"54512",12779,3886,3,936,1669 +"54513",12779,3966,3,936,2425 +"54514",12779,3980,3,936,2771 +"54515",12779,4504,2,936,1905 +"54516",12779,4612,3,936,2804 +"54517",12779,4622,2,936,1589 +"54518",12779,4665,3,936,1569 +"54519",12779,4953,3,936,2285 +"54520",12779,4968,3,936,1586 +"54521",12779,5355,3,936,1499 +"54522",12779,5414,3,936,2321 +"54523",12779,5615,3,936,1105 +"54524",12779,5971,3,936,1985 +"54525",12779,6047,3,936,2004 +"54526",12779,6063,1,936,2349 +"54527",12779,6104,3,936,2462 +"54528",12779,6132,3,936,1590 +"54529",12779,6248,3,936,2737 +"54530",12779,6252,3,936,2336 +"54531",12779,6262,3,936,2733 +"54532",12779,6324,3,936,1990 +"54533",12779,6392,2,936,1878 +"54534",12779,6449,3,936,1997 +"54535",12779,6588,3,936,2025 +"54536",12779,6621,3,936,2478 +"54537",12779,7337,3,936,1797 +"54538",12779,7422,3,936,1793 +"54539",12779,7648,3,936,1861 +"54540",12779,7937,3,936,2044 +"54541",12779,8140,3,936,1262 +"54542",12779,8354,3,936,1705 +"54543",12779,8762,3,936,2585 +"54544",12779,8993,2,936,2099 +"54545",12779,9175,3,936,2639 +"54546",12779,9273,3,936,1747 +"54547",12779,9328,3,936,1937 +"54548",12779,9364,3,936,1698 +"54549",12779,9423,3,936,1708 +"54550",12779,9481,3,936,1610 +"54551",12779,9503,2,936,2453 +"54552",12779,9787,3,936,2858 +"54553",12779,9801,3,936,2443 +"54554",12779,10358,3,936,2294 +"54555",12779,10453,3,936,1656 +"54556",12779,10473,3,936,1783 +"54557",12779,10488,3,936,1524 +"54558",12779,10857,3,936,2253 +"54559",12779,10870,3,936,1755 +"54560",12779,11154,2,936,1594 +"54561",12779,11218,3,936,2292 +"54562",12779,11229,2,936,1625 +"54563",12779,11246,3,936,2741 +"54564",12779,11434,3,936,1187 +"54565",12779,11588,3,936,2352 +"54566",12779,11625,2,936,2022 +"54567",12779,11897,3,936,1271 +"54568",12779,12007,3,936,1594 +"54569",12779,12067,3,936,1213 +"54570",12779,12081,3,936,2166 +"54571",12779,12577,3,936,2530 +"54572",12779,12598,3,936,2086 +"54573",12779,12724,3,936,1930 +"54574",12779,13007,3,936,2496 +"54575",12779,13024,3,936,2468 +"54576",12779,13158,3,936,2667 +"54577",12779,13248,3,936,1385 +"54578",12779,13671,3,936,1371 +"54579",12779,13837,3,936,1604 +"54580",12779,13899,1,936,2650 +"54581",12779,14108,3,936,2012 +"54582",12779,14353,3,936,2878 +"54583",12779,14482,3,936,1573 +"54584",12779,14564,3,936,1581 +"54585",12779,14749,3,936,1998 +"54586",12779,14817,2,936,2110 +"54587",12779,15023,2,936,2054 +"54588",12779,15047,3,936,1697 +"54589",12779,15106,3,936,2286 +"54590",12779,15235,2,936,1045 +"54591",12779,15444,3,936,2764 +"54592",12779,15729,3,936,2338 +"54593",12779,15799,3,936,1917 +"54594",12779,16205,3,936,2630 +"54595",12779,16501,3,936,1650 +"54596",12779,16628,3,936,2409 +"54597",12779,17027,3,936,2772 +"54598",12779,17037,3,936,2947 +"54599",12779,17097,3,936,1505 +"54600",12779,17328,3,936,1206 +"54601",12779,17931,3,936,1617 +"54602",12779,18165,3,936,2085 +"54603",12779,18217,1,936,1566 +"54604",12779,18361,3,936,2968 +"54605",12779,18381,3,936,1524 +"54606",12779,18394,3,936,2356 +"54607",12779,18543,3,936,2968 +"54608",12779,18571,3,936,2128 +"54609",12779,18670,3,936,1835 +"54610",12779,18943,3,936,2861 +"54611",12779,19069,2,936,988 +"54612",12779,19075,3,936,2214 +"54613",12779,19317,1,936,2041 +"54614",12779,19667,3,936,1466 +"54615",12779,19676,3,936,1515 +"54616",12779,19718,3,936,1702 +"54617",12779,19835,2,936,1135 +"54618",12779,19934,3,936,2888 +"54619",12779,20124,2,936,2376 +"54620",12779,20162,2,936,2328 +"54621",12779,20220,3,936,1656 +"54622",12779,20407,3,936,2339 +"54623",12779,20416,2,936,2323 +"54624",12779,20547,3,936,2145 +"54625",12779,20739,3,936,2025 +"54626",12779,20984,2,936,2502 +"54627",12779,21079,3,936,1997 +"54628",12779,21133,3,936,1320 +"54629",12779,21164,3,936,1645 +"54630",12779,21275,2,936,2609 +"54631",12779,21670,3,936,2158 +"54632",12779,21684,2,936,1971 +"54633",12779,21815,3,936,2032 +"54634",12779,22025,3,936,1591 +"54635",12779,22057,2,936,974 +"54636",12779,22403,2,936,1630 +"54637",12779,22744,3,936,1907 +"54638",12779,23131,3,936,1732 +"54639",12779,23526,3,936,1998 +"54640",12779,23715,3,936,1859 +"54641",12779,24264,3,936,1760 +"54642",12779,24512,3,936,1369 +"54643",12779,24902,3,936,2162 +"54644",12779,25163,3,936,1751 +"54645",12779,25816,3,936,2088 +"54646",12779,26138,3,936,1902 +"54647",12779,26234,3,936,2183 +"54648",12779,27255,3,936,1232 +"54649",12779,27694,3,936,2030 +"54650",12779,27783,3,936,2302 +"54651",12779,27897,3,936,1968 +"54652",12779,28588,2,936,1335 +"54653",12779,28808,3,936,1063 +"54654",12779,28893,3,936,2764 +"54655",12779,29170,3,936,1846 +"54656",12779,29267,2,936,1234 +"54657",12779,29884,2,936,1239 +"54658",12779,29962,3,936,2201 +"54659",12779,30052,3,936,2855 +"54660",12779,30092,2,936,1593 +"54661",12779,30236,3,936,2238 +"54662",12779,30325,3,936,1067 +"54663",12779,30486,2,936,1269 +"54664",12779,30668,3,936,2882 +"54665",12779,30669,3,936,1921 +"54666",12779,30798,2,936,1398 +"54667",12779,30827,2,936,2323 +"54668",12779,30850,3,936,1045 +"54669",12779,31159,3,936,2231 +"54670",12779,31164,3,936,1996 +"54671",12779,31295,3,936,2183 +"54672",12779,31357,2,936,2389 +"54673",12779,31541,3,936,1500 +"54674",12779,31542,3,936,2459 +"54675",12779,32070,3,936,950 +"54676",12779,32131,3,936,1035 +"54677",12779,32235,3,936,2109 +"54678",12779,32339,2,936,2430 +"54679",12779,32395,2,936,2735 +"54680",12779,32449,3,936,2091 +"54681",12779,32904,3,936,2055 +"54682",12779,33223,1,936,2397 +"54683",12779,33314,3,936,1444 +"54684",12779,33451,2,936,1957 +"54685",12779,33470,2,936,2003 +"54686",12779,33681,3,936,1059 +"54687",12779,33870,3,936,955 +"54688",12779,35045,3,936,1646 +"54689",12779,35413,3,936,1569 +"54690",12779,35448,3,936,1685 +"54691",12779,35673,3,936,1067 +"54692",12779,35822,2,936,1903 +"54693",12779,36031,3,936,2342 +"54694",12779,36136,3,936,2338 +"54695",12779,36346,2,936,1240 +"54696",12779,37301,1,936,2160 +"54697",12779,38213,2,936,1744 +"54698",12779,38284,3,936,1234 +"54699",12779,38307,3,936,2648 +"54700",12779,38457,2,936,1630 +"54701",12779,38458,3,936,1368 +"54702",12779,38727,3,936,2238 +"54703",12779,38732,3,936,2263 +"54704",12779,39062,3,936,2020 +"54705",12779,39411,3,936,2384 +"54706",12779,39464,3,936,2314 +"54707",12779,40028,3,936,1349 +"54708",12779,40542,1,936,1664 +"54709",12779,40565,3,936,2115 +"54710",12779,40572,3,936,2666 +"54711",12779,41185,3,936,1929 +"54712",12779,41581,3,936,1692 +"54713",12779,41682,3,936,1988 +"54714",12779,41945,3,936,2856 +"54715",12779,42216,2,936,2722 +"54716",12779,42783,3,936,2338 +"54717",12779,42837,3,936,1096 +"54718",12779,43404,3,936,2649 +"54719",12779,43455,3,936,2846 +"54720",12779,44181,2,936,1034 +"54721",12779,44521,3,936,1593 +"54722",12779,44564,3,936,2034 +"54723",12779,44727,3,936,1227 +"54724",12779,45239,3,936,2535 +"54725",12779,45302,3,936,2390 +"54726",12779,46091,3,936,1938 +"54727",12779,46486,3,936,1868 +"54728",12779,46621,3,936,1343 +"54729",12779,46717,3,936,938 +"54730",12779,47140,3,936,2439 +"54731",12779,47595,2,936,2374 +"54732",12779,47844,3,936,2906 +"54733",12779,48939,3,936,1749 +"54734",12779,49470,3,936,1528 +"54735",12779,49620,2,936,1868 +"54736",12779,49759,3,936,2400 +"54737",12779,50335,3,936,1893 +"54738",12779,50667,3,936,2719 +"54739",12779,51173,3,936,1829 +"54740",12779,51843,2,936,2389 +"54741",12779,51866,3,936,2411 +"54742",12779,52041,3,936,2694 +"54743",12779,52136,3,936,1412 +"54744",12779,52892,3,936,2372 +"54745",12779,52953,2,936,1741 +"54746",12779,53013,3,936,2523 +"54747",12779,54204,3,936,1449 +"54748",12779,54385,3,936,2340 +"54749",12779,54551,3,936,2348 +"54750",12779,54953,3,936,2223 +"54751",12779,55084,2,936,1189 +"54752",12779,55307,3,936,2306 +"54753",12779,55730,3,936,1217 +"54754",12779,55997,3,936,1414 +"54755",12779,56082,3,936,2395 +"54756",12779,56168,3,936,1466 +"54757",12779,56873,2,936,1421 +"54758",12779,56936,3,936,1519 +"54759",12779,57129,3,936,1858 +"54760",12779,57150,2,936,1196 +"54761",12779,57246,3,936,1873 +"54762",12779,57760,3,936,1721 +"54763",12779,58164,2,936,2398 +"54764",12779,58218,3,936,2627 +"54765",12779,58536,3,936,2742 +"54766",12779,59289,3,936,2896 +"54767",12779,59438,3,936,2400 +"54768",12779,59790,2,936,1827 +"54769",12779,60661,3,936,2700 +"54770",12779,61125,3,936,1673 +"54771",12779,61242,2,936,1650 +"54772",12779,62975,3,936,977 +"54773",12779,63077,3,936,2778 +"54774",12779,63104,3,936,2149 +"54775",12779,67252,3,936,1215 +"54776",12779,69308,3,936,2370 +"54777",12779,70232,3,936,2401 +"54778",12779,70573,3,936,1993 +"54779",12779,71217,3,936,2169 +"54780",12779,72597,3,936,1843 +"54781",12779,72956,3,936,1251 +"54782",12779,73192,3,936,1955 +"54783",12779,74370,3,936,1667 +"54784",12779,74636,2,936,2525 +"54785",12779,76143,2,936,1610 +"54786",12779,76503,2,936,1136 +"54787",12779,77077,3,936,2693 +"54788",12779,78315,3,936,1136 +"54789",12779,79213,3,936,1620 +"54790",12779,79547,2,936,1909 +"54791",12779,80615,3,936,2252 +"54792",12779,80764,3,936,1808 +"54793",12779,82009,3,936,1020 +"54794",12779,83218,2,936,1537 +"54795",12779,84317,2,936,2081 +"54796",12779,84808,3,936,1974 +"54797",12779,87110,3,936,2801 +"54798",12779,87958,3,936,1234 +"54799",12779,88070,3,936,949 +"54800",12779,88232,3,936,2881 +"54801",12779,89258,3,936,1147 +"54802",12779,90709,3,936,1080 +"54803",12779,91465,3,936,1047 +"54804",12779,92322,3,936,2393 +"54805",12779,92860,3,936,1643 +"54806",12779,93320,3,936,1258 +"54807",12779,97768,3,936,1500 +"54808",12779,108498,2,936,974 +"54809",12779,110737,3,936,2117 +"54810",12781,160,3,831,2007 +"54811",12781,364,3,831,2351 +"54812",12781,728,3,831,1812 +"54813",12781,782,3,831,945 +"54814",12781,1519,3,831,2349 +"54815",12781,1641,3,831,1490 +"54816",12781,2418,3,831,2020 +"54817",12781,2540,3,831,1398 +"54818",12781,2576,2,831,1307 +"54819",12781,2747,3,831,2411 +"54820",12781,2852,3,831,2448 +"54821",12781,3127,2,831,2273 +"54822",12781,4567,3,831,2348 +"54823",12781,4612,2,831,2804 +"54824",12781,4660,3,831,2149 +"54825",12781,4668,3,831,1919 +"54826",12781,4669,3,831,2395 +"54827",12781,4730,3,831,2131 +"54828",12781,5346,3,831,1438 +"54829",12781,5897,3,831,2337 +"54830",12781,5912,3,831,2257 +"54831",12781,5962,3,831,2491 +"54832",12781,7252,3,831,2799 +"54833",12781,7785,3,831,2441 +"54834",12781,7942,3,831,2623 +"54835",12781,7997,3,831,2049 +"54836",12781,8029,3,831,1859 +"54837",12781,8140,3,831,1262 +"54838",12781,8568,3,831,2706 +"54839",12781,8865,3,831,2394 +"54840",12781,8984,3,831,1162 +"54841",12781,9035,3,831,2771 +"54842",12781,9060,3,831,1612 +"54843",12781,9227,2,831,1267 +"54844",12781,9481,3,831,1610 +"54845",12781,9503,3,831,2453 +"54846",12781,9703,3,831,1845 +"54847",12781,9785,3,831,2951 +"54848",12781,9787,1,831,2858 +"54849",12781,10387,3,831,871 +"54850",12781,10453,3,831,1656 +"54851",12781,10980,3,831,1974 +"54852",12781,11108,2,831,1609 +"54853",12781,12067,3,831,1213 +"54854",12781,12948,3,831,2669 +"54855",12781,13068,3,831,1778 +"54856",12781,13537,3,831,1020 +"54857",12781,13720,2,831,1558 +"54858",12781,13879,3,831,2748 +"54859",12781,14287,2,831,1583 +"54860",12781,14532,3,831,1193 +"54861",12781,14586,3,831,2801 +"54862",12781,14599,3,831,1118 +"54863",12781,14781,3,831,2338 +"54864",12781,14817,3,831,2110 +"54865",12781,14998,3,831,1553 +"54866",12781,15207,3,831,1855 +"54867",12781,16015,3,831,1307 +"54868",12781,16021,3,831,858 +"54869",12781,16152,3,831,879 +"54870",12781,16286,3,831,2470 +"54871",12781,16501,2,831,1650 +"54872",12781,16502,3,831,1616 +"54873",12781,16715,3,831,1218 +"54874",12781,17033,3,831,2771 +"54875",12781,17037,3,831,2947 +"54876",12781,17252,2,831,1258 +"54877",12781,17456,3,831,1300 +"54878",12781,17484,3,831,1256 +"54879",12781,18825,3,831,1240 +"54880",12781,18978,3,831,952 +"54881",12781,19334,3,831,1979 +"54882",12781,20155,3,831,1517 +"54883",12781,20220,2,831,1656 +"54884",12781,20984,3,831,2502 +"54885",12781,21670,3,831,2158 +"54886",12781,22166,3,831,994 +"54887",12781,22543,3,831,1594 +"54888",12781,22578,2,831,2216 +"54889",12781,23131,2,831,1732 +"54890",12781,23206,3,831,2805 +"54891",12781,23488,3,831,1523 +"54892",12781,23597,3,831,1080 +"54893",12781,24176,3,831,1986 +"54894",12781,25163,2,831,1751 +"54895",12781,26124,3,831,2356 +"54896",12781,27545,3,831,855 +"54897",12781,27686,3,831,2844 +"54898",12781,27742,3,831,2700 +"54899",12781,27897,2,831,1968 +"54900",12781,27914,2,831,2507 +"54901",12781,28051,3,831,2089 +"54902",12781,28357,3,831,1134 +"54903",12781,28837,3,831,2286 +"54904",12781,28869,2,831,2425 +"54905",12781,28904,3,831,926 +"54906",12781,29286,2,831,1612 +"54907",12781,29311,3,831,1849 +"54908",12781,29473,3,831,2602 +"54909",12781,30442,3,831,2124 +"54910",12781,30525,2,831,1964 +"54911",12781,31868,2,831,1993 +"54912",12781,32532,3,831,2338 +"54913",12781,32560,3,831,1258 +"54914",12781,32651,3,831,877 +"54915",12781,33341,3,831,2338 +"54916",12781,33870,3,831,955 +"54917",12781,35413,3,831,1569 +"54918",12781,35728,2,831,2017 +"54919",12781,35822,3,831,1903 +"54920",12781,36953,3,831,2790 +"54921",12781,37036,3,831,2264 +"54922",12781,37059,3,831,2840 +"54923",12781,37351,3,831,978 +"54924",12781,37424,3,831,1693 +"54925",12781,39534,3,831,2410 +"54926",12781,40035,3,831,2742 +"54927",12781,40572,2,831,2666 +"54928",12781,41023,3,831,2408 +"54929",12781,41633,2,831,1976 +"54930",12781,41969,3,831,2189 +"54931",12781,44433,3,831,2224 +"54932",12781,44603,2,831,2748 +"54933",12781,45869,3,831,2840 +"54934",12781,46384,1,831,2285 +"54935",12781,46486,3,831,1868 +"54936",12781,47965,3,831,2232 +"54937",12781,50229,3,831,1190 +"54938",12781,50354,3,831,1299 +"54939",12781,52993,3,831,1256 +"54940",12781,53739,3,831,2704 +"54941",12781,54775,2,831,2383 +"54942",12781,56995,2,831,2323 +"54943",12781,58501,3,831,2613 +"54944",12781,58655,2,831,2685 +"54945",12781,58759,3,831,942 +"54946",12781,59788,3,831,2315 +"54947",12781,60808,3,831,1258 +"54948",12781,61125,2,831,1673 +"54949",12781,63641,3,831,2337 +"54950",12781,65242,3,831,1988 +"54951",12781,66717,3,831,2104 +"54952",12781,67252,3,831,1215 +"54953",12781,68275,3,831,1158 +"54954",12781,68539,3,831,1158 +"54955",12781,70455,2,831,1307 +"54956",12781,71467,1,831,1051 +"54957",12781,71531,3,831,2887 +"54958",12781,72438,3,831,1397 +"54959",12781,72535,3,831,1191 +"54960",12781,76143,3,831,1610 +"54961",12781,80156,3,831,1667 +"54962",12781,81545,2,831,2077 +"54963",12781,85396,3,831,1131 +"54964",12781,87907,3,831,1173 +"54965",12781,91227,3,831,1232 +"54966",12781,91806,3,831,969 +"54967",12781,91849,3,831,1166 +"54968",12781,91942,3,831,2216 +"54969",12781,94520,3,831,1243 +"54970",12781,95910,3,831,999 +"54971",12781,96007,3,831,895 +"54972",12781,96462,3,831,1967 +"54973",12781,100048,2,831,1573 +"54974",12781,103491,3,831,1523 +"54975",12781,111375,3,831,2686 +"54976",12781,111790,3,831,905 +"54977",12781,115021,3,831,1226 +"54978",12804,1685,3,297,2230 +"54979",12804,2979,3,297,2912 +"54980",12804,3477,3,297,2546 +"54981",12804,5355,3,297,1499 +"54982",12804,5792,3,297,975 +"54983",12804,6063,3,297,2349 +"54984",12804,6621,3,297,2478 +"54985",12804,8890,2,297,1955 +"54986",12804,11154,3,297,1594 +"54987",12804,12007,3,297,1594 +"54988",12804,12735,3,297,819 +"54989",12804,12779,3,297,936 +"54990",12804,13671,3,297,1371 +"54991",12804,18217,2,297,1566 +"54992",12804,20512,3,297,2748 +"54993",12804,22462,3,297,869 +"54994",12804,22744,3,297,1907 +"54995",12804,23325,3,297,2779 +"54996",12804,23488,3,297,1523 +"54997",12804,26577,3,297,933 +"54998",12804,27074,3,297,1454 +"54999",12804,30668,2,297,2882 +"55000",12804,30669,1,297,1921 +"55001",12804,33223,3,297,2397 +"55002",12804,34742,2,297,1883 +"55003",12804,36599,3,297,541 +"55004",12804,40542,3,297,1664 +"55005",12804,43311,3,297,1553 +"55006",12804,46486,3,297,1868 +"55007",12804,51774,3,297,2459 +"55008",12804,52483,3,297,2317 +"55009",12804,69957,3,297,1569 +"55010",12804,76007,3,297,918 +"55011",12804,79547,3,297,1909 +"55012",12804,90709,3,297,1080 +"55013",12804,99332,3,297,873 +"55014",12804,103491,3,297,1523 +"55015",12813,160,1,958,2007 +"55016",12813,1641,2,958,1490 +"55017",12813,3456,3,958,1999 +"55018",12813,5615,3,958,1105 +"55019",12813,7616,3,958,2296 +"55020",12813,8140,3,958,1262 +"55021",12813,8238,3,958,2222 +"55022",12813,9331,3,958,2269 +"55023",12813,9423,3,958,1708 +"55024",12813,12632,3,958,1174 +"55025",12813,13136,3,958,2867 +"55026",12813,13249,3,958,2573 +"55027",12813,14622,3,958,1608 +"55028",12813,16539,3,958,1947 +"55029",12813,17351,2,958,2036 +"55030",12813,17632,3,958,1947 +"55031",12813,17938,3,958,1410 +"55032",12813,19208,3,958,2629 +"55033",12813,23131,3,958,1732 +"55034",12813,27642,3,958,1531 +"55035",12813,30525,3,958,1964 +"55036",12813,31890,3,958,1487 +"55037",12813,36837,3,958,1556 +"55038",12813,41518,3,958,1641 +"55039",12813,41900,3,958,1970 +"55040",12813,41945,3,958,2856 +"55041",12813,44688,3,958,2924 +"55042",12813,46042,3,958,1692 +"55043",12813,47564,3,958,2650 +"55044",12813,63477,3,958,1907 +"55045",12813,67748,3,958,1498 +"55046",12813,74055,3,958,1544 +"55047",12813,77611,2,958,1795 +"55048",12813,80979,3,958,1142 +"55049",12813,82252,3,958,1248 +"55050",12813,83253,3,958,1102 +"55051",12813,92860,3,958,1643 +"55052",12817,1574,2,846,1718 +"55053",12817,7185,3,846,1046 +"55054",12817,9269,3,846,1892 +"55055",12817,12632,3,846,1174 +"55056",12817,16347,3,846,1868 +"55057",12817,19656,3,846,2059 +"55058",12817,20200,3,846,2322 +"55059",12817,26740,3,846,2695 +"55060",12817,30096,2,846,2082 +"55061",12817,31295,3,846,2183 +"55062",12817,34331,3,846,1727 +"55063",12817,39009,2,846,1594 +"55064",12817,42382,3,846,2224 +"55065",12817,50678,3,846,1366 +"55066",12817,51460,3,846,1872 +"55067",12817,78163,3,846,1366 +"55068",12817,80377,3,846,1384 +"55069",12817,85525,2,846,1718 +"55070",12817,91210,3,846,1457 +"55071",12817,95730,3,846,1481 +"55072",12818,3477,3,2015,2546 +"55073",12818,6989,3,2015,2623 +"55074",12818,8275,3,2015,2237 +"55075",12818,11319,3,2015,2073 +"55076",12818,11429,3,2015,2520 +"55077",12818,12518,3,2015,2747 +"55078",12818,13024,2,2015,2468 +"55079",12818,14025,3,2015,2384 +"55080",12818,14110,3,2015,2448 +"55081",12818,20271,2,2015,2044 +"55082",12818,33755,2,2015,2963 +"55083",12818,34491,2,2015,2694 +"55084",12818,36662,3,2015,2967 +"55085",12818,38038,3,2015,2686 +"55086",12818,51265,2,2015,2670 +"55087",12818,52041,3,2015,2694 +"55088",12818,53905,3,2015,2193 +"55089",12818,55171,2,2015,2972 +"55090",12818,57977,3,2015,2683 +"55091",12818,60672,2,2015,2876 +"55092",12818,64534,3,2015,2924 +"55093",12818,68416,3,2015,2939 +"55094",12818,71065,3,2015,2231 +"55095",12818,81237,3,2015,2866 +"55096",12818,96169,3,2015,2356 +"55097",12828,3863,2,799,856 +"55098",12828,8226,3,799,2046 +"55099",12828,9724,3,799,2713 +"55100",12828,12610,3,799,1274 +"55101",12828,14108,3,799,2012 +"55102",12828,14676,3,799,2764 +"55103",12828,28896,3,799,1395 +"55104",12828,35041,1,799,1311 +"55105",12828,48215,2,799,2028 +"55106",12828,56116,2,799,1321 +"55107",12828,56237,3,799,2625 +"55108",12828,57842,3,799,2482 +"55109",12828,59700,3,799,2346 +"55110",12828,67805,2,799,1338 +"55111",12828,76450,3,799,1077 +"55112",12828,78784,3,799,2824 +"55113",12828,82730,3,799,1492 +"55114",12828,93398,3,799,828 +"55115",12828,101347,3,799,1335 +"55116",12828,106555,3,799,1626 +"55117",12837,7206,3,1315,1959 +"55118",12837,9808,3,1315,1648 +"55119",12837,16771,3,1315,1541 +"55120",12837,32312,3,1315,1472 +"55121",12837,35688,3,1315,1551 +"55122",12837,40850,3,1315,1396 +"55123",12837,49621,3,1315,1915 +"55124",12837,56737,2,1315,2270 +"55125",12861,364,3,1207,2351 +"55126",12861,1314,3,1207,1522 +"55127",12861,1519,3,1207,2349 +"55128",12861,2724,2,1207,2447 +"55129",12861,4001,3,1207,1687 +"55130",12861,6040,3,1207,2103 +"55131",12861,7604,3,1207,1366 +"55132",12861,7648,3,1207,1861 +"55133",12861,9115,3,1207,2068 +"55134",12861,9273,3,1207,1747 +"55135",12861,10457,2,1207,1711 +"55136",12861,11803,2,1207,1232 +"55137",12861,12081,3,1207,2166 +"55138",12861,12361,3,1207,2732 +"55139",12861,14061,1,1207,1620 +"55140",12861,14442,3,1207,2700 +"55141",12861,15683,2,1207,1729 +"55142",12861,17608,3,1207,1216 +"55143",12861,17768,3,1207,2468 +"55144",12861,20941,3,1207,2725 +"55145",12861,24116,3,1207,1413 +"55146",12861,24867,3,1207,1861 +"55147",12861,25053,3,1207,2186 +"55148",12861,25722,3,1207,1697 +"55149",12861,25886,3,1207,1580 +"55150",12861,26100,3,1207,1966 +"55151",12861,26286,3,1207,2023 +"55152",12861,29289,2,1207,1756 +"55153",12861,29977,2,1207,2781 +"55154",12861,31259,3,1207,2082 +"55155",12861,31990,3,1207,2264 +"55156",12861,37279,3,1207,2768 +"55157",12861,37475,3,1207,1509 +"55158",12861,38691,3,1207,2585 +"55159",12861,41051,3,1207,2767 +"55160",12861,42407,3,1207,2408 +"55161",12861,44132,3,1207,1999 +"55162",12861,48015,3,1207,1355 +"55163",12861,49805,2,1207,2445 +"55164",12861,50113,3,1207,2059 +"55165",12861,53289,3,1207,2746 +"55166",12861,54775,3,1207,2383 +"55167",12861,55446,3,1207,1247 +"55168",12861,55730,3,1207,1217 +"55169",12861,62848,3,1207,1230 +"55170",12861,63096,3,1207,2307 +"55171",12861,63837,3,1207,2807 +"55172",12861,64737,3,1207,2442 +"55173",12861,68691,2,1207,1209 +"55174",12861,68876,3,1207,1397 +"55175",12861,74054,2,1207,1488 +"55176",12861,80705,2,1207,2764 +"55177",12861,84322,3,1207,1635 +"55178",12861,90943,2,1207,1754 +"55179",12861,94339,3,1207,2768 +"55180",12863,135,3,2027,2233 +"55181",12863,2424,3,2027,2582 +"55182",12863,19248,3,2027,2357 +"55183",12863,19719,3,2027,2177 +"55184",12863,21285,3,2027,2100 +"55185",12863,26749,3,2027,2965 +"55186",12863,27390,3,2027,2425 +"55187",12863,52576,3,2027,2234 +"55188",12863,55468,3,2027,2511 +"55189",12863,58508,3,2027,2326 +"55190",12863,61982,3,2027,2725 +"55191",12863,62841,3,2027,2710 +"55192",12863,79322,3,2027,2770 +"55193",12863,82949,3,2027,2077 +"55194",12867,4418,3,2773,2788 +"55195",12867,5725,2,2773,2789 +"55196",12867,10148,3,2773,2964 +"55197",12867,24923,3,2773,2785 +"55198",12867,28285,2,2773,2972 +"55199",12887,212,3,433,1513 +"55200",12887,325,3,433,495 +"55201",12887,380,3,433,2261 +"55202",12887,913,3,433,2144 +"55203",12887,1044,3,433,880 +"55204",12887,1102,3,433,2282 +"55205",12887,1469,3,433,1160 +"55206",12887,1592,3,433,2006 +"55207",12887,1691,2,433,1941 +"55208",12887,2322,3,433,1645 +"55209",12887,2424,3,433,2582 +"55210",12887,2533,3,433,2016 +"55211",12887,2731,3,433,434 +"55212",12887,3271,3,433,2216 +"55213",12887,3305,3,433,2839 +"55214",12887,4790,3,433,1025 +"55215",12887,4791,3,433,1184 +"55216",12887,5296,3,433,820 +"55217",12887,5462,3,433,2374 +"55218",12887,5622,3,433,2175 +"55219",12887,6052,3,433,1985 +"55220",12887,6264,3,433,749 +"55221",12887,6390,3,433,2385 +"55222",12887,6718,2,433,2138 +"55223",12887,8011,3,433,889 +"55224",12887,8533,3,433,2251 +"55225",12887,8537,3,433,472 +"55226",12887,8621,3,433,1681 +"55227",12887,9272,3,433,2835 +"55228",12887,9364,2,433,1698 +"55229",12887,9624,2,433,2398 +"55230",12887,10513,3,433,2284 +"55231",12887,10857,3,433,2253 +"55232",12887,10874,3,433,1891 +"55233",12887,11434,3,433,1187 +"55234",12887,11516,3,433,1937 +"55235",12887,11541,3,433,1927 +"55236",12887,12199,3,433,1651 +"55237",12887,13905,3,433,452 +"55238",12887,14656,3,433,584 +"55239",12887,15299,3,433,2213 +"55240",12887,16201,3,433,1811 +"55241",12887,16313,3,433,1160 +"55242",12887,16332,3,433,2668 +"55243",12887,16432,3,433,2664 +"55244",12887,16940,3,433,1290 +"55245",12887,17376,1,433,1202 +"55246",12887,19173,3,433,1686 +"55247",12887,19719,3,433,2177 +"55248",12887,19882,3,433,565 +"55249",12887,20124,3,433,2376 +"55250",12887,20407,2,433,2339 +"55251",12887,20975,3,433,1305 +"55252",12887,21197,3,433,1437 +"55253",12887,21198,2,433,935 +"55254",12887,21285,3,433,2100 +"55255",12887,21693,3,433,2176 +"55256",12887,22282,2,433,1418 +"55257",12887,22326,3,433,2818 +"55258",12887,22362,3,433,1836 +"55259",12887,22415,3,433,2841 +"55260",12887,22586,3,433,1341 +"55261",12887,23132,3,433,2756 +"55262",12887,23395,1,433,1948 +"55263",12887,23450,2,433,967 +"55264",12887,23492,3,433,1067 +"55265",12887,24568,3,433,1937 +"55266",12887,25027,3,433,564 +"55267",12887,25577,3,433,1946 +"55268",12887,26106,3,433,2015 +"55269",12887,26471,3,433,1061 +"55270",12887,26749,3,433,2965 +"55271",12887,27275,3,433,2656 +"55272",12887,27390,3,433,2425 +"55273",12887,27694,3,433,2030 +"55274",12887,28015,3,433,1624 +"55275",12887,29224,3,433,2011 +"55276",12887,29705,2,433,607 +"55277",12887,29987,3,433,956 +"55278",12887,31050,3,433,1491 +"55279",12887,31338,3,433,917 +"55280",12887,33622,3,433,2230 +"55281",12887,34314,3,433,630 +"55282",12887,34480,3,433,2755 +"55283",12887,35302,3,433,1589 +"55284",12887,36439,2,433,2469 +"55285",12887,38019,3,433,1870 +"55286",12887,39238,3,433,922 +"55287",12887,43051,3,433,904 +"55288",12887,43226,3,433,2442 +"55289",12887,43385,3,433,1623 +"55290",12887,44059,3,433,525 +"55291",12887,46621,3,433,1343 +"55292",12887,46723,3,433,607 +"55293",12887,47585,3,433,794 +"55294",12887,47772,2,433,2293 +"55295",12887,48110,3,433,2009 +"55296",12887,49965,3,433,2301 +"55297",12887,50219,3,433,756 +"55298",12887,50235,3,433,726 +"55299",12887,50685,3,433,2008 +"55300",12887,51471,3,433,1280 +"55301",12887,52058,3,433,1836 +"55302",12887,52327,3,433,1472 +"55303",12887,52576,3,433,2234 +"55304",12887,53031,3,433,2065 +"55305",12887,53252,3,433,637 +"55306",12887,54551,3,433,2348 +"55307",12887,55438,3,433,2863 +"55308",12887,55828,3,433,2393 +"55309",12887,56082,3,433,2395 +"55310",12887,56317,3,433,2030 +"55311",12887,57414,3,433,922 +"55312",12887,58078,3,433,1252 +"55313",12887,58508,2,433,2326 +"55314",12887,63409,3,433,1937 +"55315",12887,69335,3,433,2698 +"55316",12887,71342,3,433,1289 +"55317",12887,71971,3,433,1294 +"55318",12887,72956,3,433,1251 +"55319",12887,73128,3,433,1549 +"55320",12887,74636,3,433,2525 +"55321",12887,75948,3,433,1006 +"55322",12887,76127,1,433,910 +"55323",12887,76192,3,433,912 +"55324",12887,76284,2,433,1237 +"55325",12887,78270,3,433,1171 +"55326",12887,79322,2,433,2770 +"55327",12887,80219,3,433,988 +"55328",12887,80301,3,433,1690 +"55329",12887,80429,3,433,1927 +"55330",12887,81588,3,433,1568 +"55331",12887,82949,1,433,2077 +"55332",12887,83491,3,433,1200 +"55333",12887,87048,3,433,989 +"55334",12887,87118,3,433,1232 +"55335",12887,88232,3,433,2881 +"55336",12887,88808,3,433,1462 +"55337",12887,89097,3,433,935 +"55338",12887,92220,3,433,607 +"55339",12887,92592,3,433,486 +"55340",12887,97273,3,433,475 +"55341",12887,98781,3,433,1410 +"55342",12887,101295,3,433,2165 +"55343",12887,105602,3,433,434 +"55344",12887,107649,3,433,1573 +"55345",12887,111971,3,433,1032 +"55346",12897,237,3,1351,1982 +"55347",12897,798,3,1351,2476 +"55348",12897,3284,3,1351,1541 +"55349",12897,3493,3,1351,2451 +"55350",12897,7896,3,1351,2447 +"55351",12897,8890,3,1351,1955 +"55352",12897,9351,3,1351,1460 +"55353",12897,9481,3,1351,1610 +"55354",12897,10336,3,1351,2271 +"55355",12897,12361,3,1351,2732 +"55356",12897,13051,3,1351,2692 +"55357",12897,13842,3,1351,2250 +"55358",12897,13920,3,1351,1709 +"55359",12897,16286,3,1351,2470 +"55360",12897,19655,3,1351,2706 +"55361",12897,21324,3,1351,2413 +"55362",12897,27509,2,1351,2067 +"55363",12897,28081,3,1351,1927 +"55364",12897,31335,3,1351,2351 +"55365",12897,32775,1,1351,2135 +"55366",12897,35477,2,1351,2703 +"55367",12897,40264,2,1351,1418 +"55368",12897,41187,3,1351,2340 +"55369",12897,41250,3,1351,1703 +"55370",12897,41581,3,1351,1692 +"55371",12897,46042,3,1351,1692 +"55372",12897,48015,3,1351,1355 +"55373",12897,51144,3,1351,2466 +"55374",12897,54631,2,1351,1531 +"55375",12897,57082,3,1351,1418 +"55376",12897,57209,3,1351,1719 +"55377",12897,58238,3,1351,1944 +"55378",12897,66693,3,1351,2554 +"55379",12897,73172,2,1351,2496 +"55380",12897,74605,3,1351,2265 +"55381",12897,83523,3,1351,1461 +"55382",12897,85198,3,1351,1794 +"55383",12897,89538,3,1351,1847 +"55384",12897,107435,3,1351,1635 +"55385",12898,28874,3,1231,2329 +"55386",12901,1102,3,2136,2282 +"55387",12901,1315,3,2136,2760 +"55388",12901,1639,3,2136,2631 +"55389",12901,2424,3,2136,2582 +"55390",12901,3305,3,2136,2839 +"55391",12901,3978,3,2136,2775 +"55392",12901,4303,3,2136,2414 +"55393",12901,7984,3,2136,2493 +"55394",12901,9362,2,2136,2879 +"55395",12901,12081,3,2136,2166 +"55396",12901,12982,1,2136,2143 +"55397",12901,13324,3,2136,2163 +"55398",12901,13780,3,2136,2412 +"55399",12901,14507,3,2136,2686 +"55400",12901,14652,2,2136,2516 +"55401",12901,14959,3,2136,2898 +"55402",12901,19208,3,2136,2629 +"55403",12901,21693,3,2136,2176 +"55404",12901,23312,3,2136,2449 +"55405",12901,24825,3,2136,2686 +"55406",12901,25373,3,2136,2783 +"55407",12901,27427,3,2136,2325 +"55408",12901,30747,3,2136,2455 +"55409",12901,33949,3,2136,2489 +"55410",12901,35256,3,2136,2271 +"55411",12901,41664,3,2136,2641 +"55412",12901,44654,2,2136,2916 +"55413",12901,48289,2,2136,2209 +"55414",12901,51089,3,2136,2426 +"55415",12901,52041,3,2136,2694 +"55416",12901,53219,3,2136,2973 +"55417",12901,53604,2,2136,2489 +"55418",12901,70203,3,2136,2756 +"55419",12901,92513,3,2136,2282 +"55420",12914,1624,3,1557,2687 +"55421",12914,1708,2,1557,1591 +"55422",12914,2443,3,1557,2333 +"55423",12914,2927,3,1557,1789 +"55424",12914,3158,3,1557,2762 +"55425",12914,3628,3,1557,2707 +"55426",12914,5839,3,1557,2301 +"55427",12914,8762,3,1557,2585 +"55428",12914,9269,2,1557,1892 +"55429",12914,9895,1,1557,1960 +"55430",12914,9910,2,1557,2526 +"55431",12914,9948,2,1557,2019 +"55432",12914,10146,3,1557,1878 +"55433",12914,11351,2,1557,2971 +"55434",12914,16347,3,1557,1868 +"55435",12914,17499,3,1557,2954 +"55436",12914,19718,3,1557,1702 +"55437",12914,20695,1,1557,2526 +"55438",12914,21044,3,1557,1574 +"55439",12914,26374,3,1557,2133 +"55440",12914,26740,3,1557,2695 +"55441",12914,30544,3,1557,2041 +"55442",12914,32966,1,1557,1583 +"55443",12914,34331,2,1557,1727 +"55444",12914,38697,2,1557,2701 +"55445",12914,39009,3,1557,1594 +"55446",12914,42382,3,1557,2224 +"55447",12914,44744,3,1557,2032 +"55448",12914,46520,3,1557,1776 +"55449",12914,46616,2,1557,1917 +"55450",12914,47607,3,1557,2724 +"55451",12914,49379,3,1557,1573 +"55452",12914,51212,3,1557,1801 +"55453",12914,51505,3,1557,1572 +"55454",12914,53584,3,1557,2391 +"55455",12914,55261,3,1557,1915 +"55456",12914,56364,2,1557,1626 +"55457",12914,69453,3,1557,2831 +"55458",12914,79874,3,1557,1570 +"55459",12914,83334,3,1557,1708 +"55460",12914,84591,2,1557,1685 +"55461",12914,92630,2,1557,1583 +"55462",12929,613,1,2656,2687 +"55463",12943,9491,2,1902,1960 +"55464",12943,10215,3,1902,2006 +"55465",12943,12035,3,1902,2721 +"55466",12943,14943,3,1902,1942 +"55467",12943,15444,3,1902,2764 +"55468",12943,18165,3,1902,2085 +"55469",12943,22966,3,1902,2112 +"55470",12943,23268,2,1902,2258 +"55471",12943,25698,2,1902,2009 +"55472",12943,32988,3,1902,2008 +"55473",12943,65322,3,1902,2008 +"55474",12948,3978,3,2669,2775 +"55475",12948,4367,3,2669,2794 +"55476",12948,4612,3,2669,2804 +"55477",12948,7252,3,2669,2799 +"55478",12948,8568,3,2669,2706 +"55479",12948,11648,2,2669,2852 +"55480",12948,16176,3,2669,2703 +"55481",12948,19655,3,2669,2706 +"55482",12948,27742,2,2669,2700 +"55483",12948,45869,1,2669,2840 +"55484",12948,53739,3,2669,2704 +"55485",12948,58655,3,2669,2685 +"55486",12948,63077,3,2669,2778 +"55487",12948,90467,3,2669,2840 +"55488",12966,3158,1,2011,2762 +"55489",12966,4249,3,2011,2547 +"55490",12966,4634,2,2011,2291 +"55491",12966,6223,2,2011,2363 +"55492",12966,8463,2,2011,2466 +"55493",12966,9724,3,2011,2713 +"55494",12966,14470,3,2011,2632 +"55495",12966,14490,3,2011,2291 +"55496",12966,14957,2,2011,2306 +"55497",12966,15782,2,2011,2306 +"55498",12966,17499,3,2011,2954 +"55499",12966,20695,3,2011,2526 +"55500",12966,26597,3,2011,2070 +"55501",12966,36478,3,2011,2808 +"55502",12966,42390,3,2011,2937 +"55503",12966,43701,3,2011,2400 +"55504",12966,43728,3,2011,2308 +"55505",12966,47882,3,2011,2769 +"55506",12966,49142,2,2011,2289 +"55507",12966,66368,3,2011,2413 +"55508",12973,388,2,1569,1594 +"55509",12973,1150,3,1569,1595 +"55510",12973,1560,1,1569,2013 +"55511",12973,2802,3,1569,1836 +"55512",12973,8525,2,1569,1787 +"55513",12973,9716,2,1569,1929 +"55514",12973,10200,2,1569,2920 +"55515",12973,11429,2,1569,2520 +"55516",12973,14626,3,1569,2175 +"55517",12973,14761,3,1569,2502 +"55518",12973,24086,2,1569,2663 +"55519",12973,30334,3,1569,2075 +"55520",12973,32276,3,1569,2223 +"55521",12973,32582,3,1569,1929 +"55522",12973,32939,3,1569,2277 +"55523",12973,37342,2,1569,2649 +"55524",12973,37636,3,1569,2178 +"55525",12973,40392,2,1569,1878 +"55526",12973,41185,2,1569,1929 +"55527",12973,42883,1,1569,2575 +"55528",12973,50430,3,1569,1689 +"55529",12973,51783,3,1569,2599 +"55530",12973,57804,3,1569,2214 +"55531",12976,9311,3,2399,2477 +"55532",12976,12713,3,2399,2440 +"55533",12976,13249,3,2399,2573 +"55534",12976,15626,3,2399,2434 +"55535",12976,18366,3,2399,2699 +"55536",12976,19208,3,2399,2629 +"55537",12976,30081,3,2399,2403 +"55538",12976,30906,3,2399,2537 +"55539",12976,33433,3,2399,2805 +"55540",12976,36559,2,2399,2473 +"55541",12976,36962,3,2399,2861 +"55542",12976,47947,3,2399,2681 +"55543",12976,49696,3,2399,2444 +"55544",12976,51853,3,2399,2520 +"55545",12976,59113,3,2399,2434 +"55546",12976,68810,3,2399,2409 +"55547",12982,380,3,2143,2261 +"55548",12982,823,3,2143,2840 +"55549",12982,913,3,2143,2144 +"55550",12982,997,3,2143,2788 +"55551",12982,1102,2,2143,2282 +"55552",12982,2036,3,2143,2483 +"55553",12982,2424,3,2143,2582 +"55554",12982,2572,3,2143,2273 +"55555",12982,2625,3,2143,2152 +"55556",12982,3305,2,2143,2839 +"55557",12982,4687,3,2143,2152 +"55558",12982,6074,3,2143,2426 +"55559",12982,6390,3,2143,2385 +"55560",12982,8760,3,2143,2477 +"55561",12982,9150,3,2143,2689 +"55562",12982,9362,3,2143,2879 +"55563",12982,14507,2,2143,2686 +"55564",12982,14652,1,2143,2516 +"55565",12982,15008,3,2143,2338 +"55566",12982,15729,3,2143,2338 +"55567",12982,19248,3,2143,2357 +"55568",12982,19719,3,2143,2177 +"55569",12982,24825,2,2143,2686 +"55570",12982,31159,3,2143,2231 +"55571",12982,31235,3,2143,2668 +"55572",12982,33160,3,2143,2441 +"55573",12982,37285,3,2143,2428 +"55574",12982,42216,3,2143,2722 +"55575",12982,44654,3,2143,2916 +"55576",12982,48289,3,2143,2209 +"55577",12982,48571,3,2143,2717 +"55578",12982,51041,3,2143,2606 +"55579",12982,53219,2,2143,2973 +"55580",12982,53604,3,2143,2489 +"55581",13007,2139,3,2496,2502 +"55582",13007,3477,3,2496,2546 +"55583",13007,32395,3,2496,2735 +"55584",13007,34491,2,2496,2694 +"55585",13007,43524,3,2496,2572 +"55586",13007,52041,1,2496,2694 +"55587",13012,499,3,875,1931 +"55588",13012,4751,3,875,2696 +"55589",13012,5462,3,875,2374 +"55590",13012,10799,2,875,2010 +"55591",13012,12713,3,875,2440 +"55592",13012,17410,3,875,2073 +"55593",13012,26155,3,875,1802 +"55594",13012,34588,3,875,985 +"55595",13012,55156,3,875,2196 +"55596",13012,57950,3,875,1529 +"55597",13012,68810,3,875,2409 +"55598",13012,75169,2,875,1595 +"55599",13012,78563,3,875,2385 +"55600",13012,86986,2,875,1976 +"55601",13012,105795,3,875,1265 +"55602",13024,3477,3,2468,2546 +"55603",13024,11429,3,2468,2520 +"55604",13024,13290,3,2468,2824 +"55605",13024,36662,3,2468,2967 +"55606",13024,51265,2,2468,2670 +"55607",13024,57977,3,2468,2683 +"55608",13024,64534,2,2468,2924 +"55609",13024,81237,3,2468,2866 +"55610",13034,1369,3,698,2487 +"55611",13034,1785,3,698,2350 +"55612",13034,2282,2,698,2056 +"55613",13034,2370,3,698,1600 +"55614",13034,2506,1,698,954 +"55615",13034,2927,2,698,1789 +"55616",13034,3271,3,698,2216 +"55617",13034,4249,3,698,2547 +"55618",13034,4551,3,698,2720 +"55619",13034,4634,3,698,2291 +"55620",13034,4784,2,698,2511 +"55621",13034,5346,3,698,1438 +"55622",13034,5637,3,698,1976 +"55623",13034,6020,2,698,1864 +"55624",13034,6345,3,698,2713 +"55625",13034,6480,3,698,1678 +"55626",13034,6999,3,698,2214 +"55627",13034,7253,3,698,2686 +"55628",13034,7254,3,698,1849 +"55629",13034,8726,3,698,2083 +"55630",13034,9269,3,698,1892 +"55631",13034,9272,3,698,2835 +"55632",13034,9538,3,698,1786 +"55633",13034,9656,1,698,1135 +"55634",13034,9724,3,698,2713 +"55635",13034,9895,3,698,1960 +"55636",13034,10716,3,698,1692 +"55637",13034,10990,3,698,805 +"55638",13034,11858,2,698,1530 +"55639",13034,12116,3,698,2119 +"55640",13034,13340,3,698,1918 +"55641",13034,13595,3,698,1164 +"55642",13034,14172,3,698,1923 +"55643",13034,15146,3,698,1546 +"55644",13034,15207,3,698,1855 +"55645",13034,15281,2,698,810 +"55646",13034,16347,3,698,1868 +"55647",13034,17499,2,698,2954 +"55648",13034,17531,3,698,876 +"55649",13034,17695,3,698,1930 +"55650",13034,19476,3,698,1708 +"55651",13034,19509,3,698,2000 +"55652",13034,19718,3,698,1702 +"55653",13034,20038,2,698,1531 +"55654",13034,20709,3,698,1757 +"55655",13034,21352,3,698,1604 +"55656",13034,21358,2,698,1970 +"55657",13034,22357,3,698,1397 +"55658",13034,23498,3,698,2398 +"55659",13034,23550,2,698,2939 +"55660",13034,23560,2,698,2051 +"55661",13034,24044,3,698,1076 +"55662",13034,25286,3,698,1545 +"55663",13034,25345,3,698,713 +"55664",13034,26597,3,698,2070 +"55665",13034,28268,3,698,2258 +"55666",13034,28648,3,698,1586 +"55667",13034,28782,3,698,2272 +"55668",13034,29778,2,698,840 +"55669",13034,34274,2,698,1437 +"55670",13034,34953,3,698,1817 +"55671",13034,35317,2,698,1888 +"55672",13034,36840,3,698,2269 +"55673",13034,37684,2,698,2899 +"55674",13034,40510,3,698,943 +"55675",13034,41098,3,698,1857 +"55676",13034,41489,3,698,2006 +"55677",13034,42382,3,698,2224 +"55678",13034,42390,3,698,2937 +"55679",13034,42407,2,698,2408 +"55680",13034,43226,3,698,2442 +"55681",13034,43725,3,698,935 +"55682",13034,43768,3,698,1468 +"55683",13034,45297,3,698,1864 +"55684",13034,46616,3,698,1917 +"55685",13034,47607,3,698,2724 +"55686",13034,47882,3,698,2769 +"55687",13034,48110,3,698,2009 +"55688",13034,48781,3,698,954 +"55689",13034,48823,3,698,2080 +"55690",13034,49708,3,698,1147 +"55691",13034,50468,3,698,1659 +"55692",13034,52179,3,698,1572 +"55693",13034,52530,3,698,1737 +"55694",13034,53584,3,698,2391 +"55695",13034,54488,3,698,2357 +"55696",13034,58508,3,698,2326 +"55697",13034,59906,3,698,865 +"55698",13034,60463,3,698,1583 +"55699",13034,63631,3,698,763 +"55700",13034,65375,3,698,824 +"55701",13034,68813,3,698,2511 +"55702",13034,69335,3,698,2698 +"55703",13034,70011,2,698,2690 +"55704",13034,71307,2,698,761 +"55705",13034,73520,2,698,2613 +"55706",13034,74054,3,698,1488 +"55707",13034,77580,3,698,888 +"55708",13034,77719,2,698,2086 +"55709",13034,78277,2,698,1937 +"55710",13034,79699,2,698,1735 +"55711",13034,80186,3,698,2228 +"55712",13034,80301,3,698,1690 +"55713",13034,80801,3,698,1250 +"55714",13034,80970,2,698,2069 +"55715",13034,82039,3,698,1327 +"55716",13034,84181,3,698,1272 +"55717",13034,84590,3,698,1734 +"55718",13034,85065,2,698,1585 +"55719",13034,88448,3,698,914 +"55720",13034,88984,3,698,935 +"55721",13034,93553,2,698,2537 +"55722",13034,93642,2,698,1120 +"55723",13034,94520,3,698,1243 +"55724",13034,94808,3,698,988 +"55725",13034,99237,3,698,783 +"55726",13034,100231,3,698,998 +"55727",13034,105959,3,698,1327 +"55728",13034,108467,3,698,2170 +"55729",13043,160,3,1295,2007 +"55730",13043,316,3,1295,2413 +"55731",13043,1154,3,1295,1656 +"55732",13043,1453,3,1295,1737 +"55733",13043,1639,2,1295,2631 +"55734",13043,2709,3,1295,1673 +"55735",13043,2716,3,1295,1748 +"55736",13043,3978,3,1295,2775 +"55737",13043,4929,3,1295,2240 +"55738",13043,6044,3,1295,2744 +"55739",13043,6104,1,1295,2462 +"55740",13043,6821,3,1295,1788 +"55741",13043,7241,1,1295,2259 +"55742",13043,8238,3,1295,2222 +"55743",13043,8842,3,1295,2535 +"55744",13043,9331,2,1295,2269 +"55745",13043,9423,2,1295,1708 +"55746",13043,10825,3,1295,2565 +"55747",13043,12081,3,1295,2166 +"55748",13043,12374,3,1295,2260 +"55749",13043,13801,3,1295,2041 +"55750",13043,14538,3,1295,2507 +"55751",13043,15003,3,1295,2067 +"55752",13043,15118,3,1295,1311 +"55753",13043,16518,2,1295,2642 +"55754",13043,17351,2,1295,2036 +"55755",13043,17396,3,1295,1672 +"55756",13043,17549,2,1295,2647 +"55757",13043,17632,1,1295,1947 +"55758",13043,17721,3,1295,1410 +"55759",13043,17938,2,1295,1410 +"55760",13043,18211,3,1295,1745 +"55761",13043,18670,3,1295,1835 +"55762",13043,19208,3,1295,2629 +"55763",13043,19605,3,1295,2395 +"55764",13043,20331,3,1295,2365 +"55765",13043,20700,3,1295,2861 +"55766",13043,21122,3,1295,1701 +"55767",13043,21734,3,1295,2528 +"55768",13043,26595,3,1295,1566 +"55769",13043,27173,3,1295,2050 +"55770",13043,27379,3,1295,2461 +"55771",13043,27427,3,1295,2325 +"55772",13043,27642,2,1295,1531 +"55773",13043,30092,3,1295,1593 +"55774",13043,30827,3,1295,2323 +"55775",13043,31117,3,1295,2210 +"55776",13043,31890,3,1295,1487 +"55777",13043,33430,3,1295,2225 +"55778",13043,37285,3,1295,2428 +"55779",13043,38213,3,1295,1744 +"55780",13043,38307,3,1295,2648 +"55781",13043,39982,3,1295,1529 +"55782",13043,40022,3,1295,2307 +"55783",13043,41900,2,1295,1970 +"55784",13043,41945,2,1295,2856 +"55785",13043,43455,3,1295,2846 +"55786",13043,44688,2,1295,2924 +"55787",13043,44819,3,1295,2063 +"55788",13043,46042,3,1295,1692 +"55789",13043,46446,3,1295,2295 +"55790",13043,47564,3,1295,2650 +"55791",13043,48289,3,1295,2209 +"55792",13043,48605,3,1295,2796 +"55793",13043,48698,2,1295,1474 +"55794",13043,49470,3,1295,1528 +"55795",13043,49620,3,1295,1868 +"55796",13043,50480,3,1295,2701 +"55797",13043,54020,3,1295,1578 +"55798",13043,57842,3,1295,2482 +"55799",13043,57950,3,1295,1529 +"55800",13043,59539,3,1295,2429 +"55801",13043,64699,2,1295,2797 +"55802",13043,65679,3,1295,1578 +"55803",13043,67145,3,1295,2015 +"55804",13043,70573,3,1295,1993 +"55805",13043,74636,3,1295,2525 +"55806",13043,77611,3,1295,1795 +"55807",13043,77815,3,1295,2358 +"55808",13043,89911,3,1295,2607 +"55809",13043,108867,3,1295,2328 +"55810",13051,63837,3,2692,2807 +"55811",13065,543,3,1561,2203 +"55812",13065,680,3,1561,2569 +"55813",13065,2747,3,1561,2411 +"55814",13065,4066,3,1561,1736 +"55815",13065,4303,3,1561,2414 +"55816",13065,4916,2,1561,1970 +"55817",13065,8062,3,1561,2858 +"55818",13065,8604,2,1561,2799 +"55819",13065,9504,3,1561,2549 +"55820",13065,10129,2,1561,2124 +"55821",13065,12577,3,1561,2530 +"55822",13065,13920,1,1561,1709 +"55823",13065,15433,3,1561,2038 +"55824",13065,15826,3,1561,2772 +"55825",13065,16205,3,1561,2630 +"55826",13065,16482,3,1561,1958 +"55827",13065,18102,3,1561,1642 +"55828",13065,24176,2,1561,1986 +"55829",13065,28081,3,1561,1927 +"55830",13065,29116,3,1561,2128 +"55831",13065,35477,3,1561,2703 +"55832",13065,35980,3,1561,2657 +"55833",13065,37636,3,1561,2178 +"55834",13065,42331,3,1561,1585 +"55835",13065,43660,3,1561,2320 +"55836",13065,48652,3,1561,1686 +"55837",13065,55438,3,1561,2863 +"55838",13065,58238,3,1561,1944 +"55839",13065,59610,3,1561,2448 +"55840",13065,74605,3,1561,2265 +"55841",13065,80506,3,1561,1920 +"55842",13065,81753,3,1561,1736 +"55843",13065,96425,3,1561,2007 +"55844",13065,102566,3,1561,2207 +"55845",13068,145,3,1778,1998 +"55846",13068,913,3,1778,2144 +"55847",13068,3127,3,1778,2273 +"55848",13068,3477,3,1778,2546 +"55849",13068,4551,2,1778,2720 +"55850",13068,5303,3,1778,1849 +"55851",13068,6390,3,1778,2385 +"55852",13068,6627,3,1778,2063 +"55853",13068,6821,3,1778,1788 +"55854",13068,7254,3,1778,1849 +"55855",13068,7337,3,1778,1797 +"55856",13068,8568,3,1778,2706 +"55857",13068,8865,3,1778,2394 +"55858",13068,9301,3,1778,1861 +"55859",13068,9332,3,1778,2734 +"55860",13068,10373,3,1778,2436 +"55861",13068,11516,2,1778,1937 +"55862",13068,11990,3,1778,1909 +"55863",13068,12361,3,1778,2732 +"55864",13068,16437,3,1778,1956 +"55865",13068,19322,3,1778,2048 +"55866",13068,19934,1,1778,2888 +"55867",13068,21684,3,1778,1971 +"55868",13068,22331,3,1778,2687 +"55869",13068,23132,3,1778,2756 +"55870",13068,23591,3,1778,2831 +"55871",13068,24568,3,1778,1937 +"55872",13068,27280,3,1778,1965 +"55873",13068,27320,3,1778,2378 +"55874",13068,27391,2,1778,2378 +"55875",13068,28051,3,1778,2089 +"55876",13068,28893,3,1778,2764 +"55877",13068,30865,3,1778,2038 +"55878",13068,31235,2,1778,2668 +"55879",13068,37752,3,1778,2223 +"55880",13068,38373,3,1778,1928 +"55881",13068,39534,3,1778,2410 +"55882",13068,40035,2,1778,2742 +"55883",13068,40572,3,1778,2666 +"55884",13068,41187,3,1778,2340 +"55885",13068,41633,3,1778,1976 +"55886",13068,43961,3,1778,2443 +"55887",13068,46486,3,1778,1868 +"55888",13068,47445,3,1778,2668 +"55889",13068,47968,3,1778,2829 +"55890",13068,49712,2,1778,1937 +"55891",13068,50509,3,1778,2050 +"55892",13068,53051,3,1778,1940 +"55893",13068,57356,3,1778,2476 +"55894",13068,57544,3,1778,2443 +"55895",13068,57765,2,1778,2893 +"55896",13068,58875,3,1778,1899 +"55897",13068,58945,3,1778,2481 +"55898",13068,59039,3,1778,2870 +"55899",13068,62219,3,1778,2494 +"55900",13068,63409,3,1778,1937 +"55901",13068,65188,2,1778,2213 +"55902",13068,65242,3,1778,1988 +"55903",13068,68229,3,1778,2219 +"55904",13068,69788,2,1778,2007 +"55905",13068,80429,3,1778,1927 +"55906",13068,88067,3,1778,2315 +"55907",13068,119524,3,1778,1930 +"55908",13079,15567,3,2547,2671 +"55909",13099,237,3,1547,1982 +"55910",13099,728,2,1547,1812 +"55911",13099,1692,3,1547,2443 +"55912",13099,1702,3,1547,1984 +"55913",13099,2057,3,1547,1965 +"55914",13099,2226,3,1547,2225 +"55915",13099,3961,3,1547,2426 +"55916",13099,4066,3,1547,1736 +"55917",13099,4430,3,1547,2019 +"55918",13099,4526,3,1547,1728 +"55919",13099,4669,3,1547,2395 +"55920",13099,5454,3,1547,1779 +"55921",13099,5845,3,1547,1552 +"55922",13099,5865,3,1547,1910 +"55923",13099,7014,3,1547,2401 +"55924",13099,7406,3,1547,1906 +"55925",13099,7992,3,1547,2033 +"55926",13099,8610,3,1547,2240 +"55927",13099,8726,3,1547,2083 +"55928",13099,8777,1,1547,1620 +"55929",13099,10754,3,1547,1797 +"55930",13099,11625,3,1547,2022 +"55931",13099,13780,2,1547,2412 +"55932",13099,16482,3,1547,1958 +"55933",13099,18965,3,1547,2315 +"55934",13099,21706,3,1547,1988 +"55935",13099,22808,3,1547,2297 +"55936",13099,23603,3,1547,2048 +"55937",13099,23869,3,1547,1918 +"55938",13099,24096,3,1547,2612 +"55939",13099,26734,3,1547,2299 +"55940",13099,29004,3,1547,2596 +"55941",13099,30747,3,1547,2455 +"55942",13099,30870,3,1547,2370 +"55943",13099,30883,3,1547,1629 +"55944",13099,35620,3,1547,2092 +"55945",13099,36120,3,1547,2971 +"55946",13099,37279,3,1547,2768 +"55947",13099,45729,3,1547,2606 +"55948",13099,46261,3,1547,2350 +"55949",13099,47114,1,1547,1920 +"55950",13099,47968,3,1547,2829 +"55951",13099,51687,2,1547,2333 +"55952",13099,51879,3,1547,1771 +"55953",13099,54718,3,1547,2473 +"55954",13099,65679,3,1547,1578 +"55955",13099,68155,3,1547,1577 +"55956",13099,81164,3,1547,2260 +"55957",13109,457,3,1374,1704 +"55958",13109,5315,2,1374,2631 +"55959",13109,8887,3,1374,2373 +"55960",13109,10358,3,1374,2294 +"55961",13109,10382,3,1374,2111 +"55962",13109,13573,2,1374,2774 +"55963",13109,14032,3,1374,2144 +"55964",13109,19453,3,1374,1928 +"55965",13109,19858,3,1374,2357 +"55966",13109,21401,3,1374,1440 +"55967",13109,31003,1,1374,1859 +"55968",13109,34158,3,1374,2639 +"55969",13109,34648,2,1374,1596 +"55970",13109,36007,3,1374,2089 +"55971",13109,40487,3,1374,2512 +"55972",13109,41278,3,1374,1873 +"55973",13109,45633,3,1374,2134 +"55974",13109,45903,2,1374,2237 +"55975",13109,48127,2,1374,2677 +"55976",13109,48602,1,1374,1704 +"55977",13109,50977,3,1374,2352 +"55978",13109,53779,3,1374,2000 +"55979",13109,53859,3,1374,1817 +"55980",13109,56903,3,1374,1584 +"55981",13109,57714,3,1374,1391 +"55982",13109,64502,2,1374,1670 +"55983",13109,77001,2,1374,1440 +"55984",13109,81095,3,1374,1609 +"55985",13109,85356,3,1374,1492 +"55986",13115,2972,3,787,1708 +"55987",13115,6162,3,787,1673 +"55988",13115,21754,3,787,1881 +"55989",13115,24721,3,787,2326 +"55990",13115,46091,3,787,1938 +"55991",13119,13007,3,1739,2496 +"55992",13119,25745,3,1739,2403 +"55993",13136,19934,3,2867,2888 +"55994",13136,74771,3,2867,2935 +"55995",13150,2443,3,1570,2333 +"55996",13150,2802,3,1570,1836 +"55997",13150,3819,3,1570,1583 +"55998",13150,4194,3,1570,1641 +"55999",13150,5414,2,1570,2321 +"56000",13150,6432,2,1570,2297 +"56001",13150,6755,3,1570,2818 +"56002",13150,9801,3,1570,2443 +"56003",13150,14918,3,1570,2071 +"56004",13150,16643,2,1570,1824 +"56005",13150,18479,3,1570,2967 +"56006",13150,18867,3,1570,2866 +"56007",13150,20604,3,1570,1684 +"56008",13150,24195,3,1570,1575 +"56009",13150,26741,3,1570,1792 +"56010",13150,28327,2,1570,2053 +"56011",13150,31728,3,1570,2286 +"56012",13150,32694,3,1570,1602 +"56013",13150,33278,3,1570,1591 +"56014",13150,35414,3,1570,1959 +"56015",13150,36506,2,1570,2638 +"56016",13150,39534,3,1570,2410 +"56017",13150,42280,1,1570,2266 +"56018",13150,43929,1,1570,2749 +"56019",13150,47534,3,1570,2712 +"56020",13150,49347,3,1570,2504 +"56021",13150,49403,3,1570,2427 +"56022",13150,53092,2,1570,2384 +"56023",13150,57037,2,1570,2293 +"56024",13150,62713,2,1570,2593 +"56025",13150,63525,2,1570,2741 +"56026",13150,66717,3,1570,2104 +"56027",13150,76604,3,1570,2590 +"56028",13150,76769,3,1570,2601 +"56029",13150,79793,3,1570,1915 +"56030",13150,94339,3,1570,2768 +"56031",13150,116792,2,1570,2397 +"56032",13158,1315,3,2667,2760 +"56033",13158,1767,2,2667,2727 +"56034",13158,3980,2,2667,2771 +"56035",13158,11477,2,2667,2724 +"56036",13158,15444,3,2667,2764 +"56037",13158,34120,3,2667,2786 +"56038",13158,41945,3,2667,2856 +"56039",13158,42216,2,2667,2722 +"56040",13158,48127,3,2667,2677 +"56041",13158,60179,3,2667,2708 +"56042",13158,99215,3,2667,2791 +"56043",13175,2524,2,147,1708 +"56044",13175,5462,3,147,2374 +"56045",13175,6821,3,147,1788 +"56046",13175,10875,2,147,1234 +"56047",13175,11625,3,147,2022 +"56048",13175,12096,3,147,1330 +"56049",13175,13099,3,147,1547 +"56050",13175,13920,3,147,1709 +"56051",13175,17728,2,147,1542 +"56052",13175,18965,2,147,2315 +"56053",13175,28357,3,147,1134 +"56054",13175,29771,3,147,283 +"56055",13175,34472,3,147,837 +"56056",13175,37625,3,147,407 +"56057",13175,45355,3,147,1450 +"56058",13175,53924,2,147,1289 +"56059",13175,53936,3,147,584 +"56060",13175,61337,3,147,2777 +"56061",13175,90658,3,147,523 +"56062",13175,112352,3,147,179 +"56063",13175,121826,2,147,536 +"56064",13184,2057,3,977,1965 +"56065",13184,2540,3,977,1398 +"56066",13184,2747,3,977,2411 +"56067",13184,2894,3,977,1291 +"56068",13184,3127,3,977,2273 +"56069",13184,5962,3,977,2491 +"56070",13184,8865,2,977,2394 +"56071",13184,9362,3,977,2879 +"56072",13184,9391,3,977,1252 +"56073",13184,10148,3,977,2964 +"56074",13184,10754,3,977,1797 +"56075",13184,11538,3,977,2288 +"56076",13184,12067,3,977,1213 +"56077",13184,13808,2,977,1356 +"56078",13184,14817,3,977,2110 +"56079",13184,14998,3,977,1553 +"56080",13184,15826,3,977,2772 +"56081",13184,19215,3,977,2604 +"56082",13184,19433,3,977,2504 +"56083",13184,20155,2,977,1517 +"56084",13184,23277,3,977,1267 +"56085",13184,27908,1,977,2576 +"56086",13184,29267,2,977,1234 +"56087",13184,29286,3,977,1612 +"56088",13184,29454,3,977,2719 +"56089",13184,30486,3,977,1269 +"56090",13184,30906,3,977,2537 +"56091",13184,32606,3,977,2100 +"56092",13184,35903,2,977,1434 +"56093",13184,36637,3,977,2085 +"56094",13184,36953,3,977,2790 +"56095",13184,39062,3,977,2020 +"56096",13184,40295,3,977,2703 +"56097",13184,40572,3,977,2666 +"56098",13184,42715,3,977,987 +"56099",13184,42813,3,977,2142 +"56100",13184,44433,3,977,2224 +"56101",13184,44603,3,977,2748 +"56102",13184,46486,2,977,1868 +"56103",13184,47595,3,977,2374 +"56104",13184,47803,3,977,2477 +"56105",13184,48377,3,977,1927 +"56106",13184,50335,3,977,1893 +"56107",13184,51016,2,977,1141 +"56108",13184,51151,3,977,1195 +"56109",13184,55821,3,977,1303 +"56110",13184,55862,3,977,2123 +"56111",13184,59637,3,977,2141 +"56112",13184,62966,3,977,1282 +"56113",13184,65856,3,977,2504 +"56114",13184,69232,3,977,2130 +"56115",13184,73107,3,977,1918 +"56116",13184,87958,3,977,1234 +"56117",13184,90709,3,977,1080 +"56118",13184,92784,3,977,1257 +"56119",13184,92850,3,977,1971 +"56120",13187,1897,2,146,1727 +"56121",13187,1968,2,146,631 +"56122",13187,2093,3,146,2459 +"56123",13187,2349,1,146,1288 +"56124",13187,2418,3,146,2020 +"56125",13187,2759,3,146,2030 +"56126",13187,2847,3,146,494 +"56127",13187,3317,2,146,2037 +"56128",13187,4730,3,146,2131 +"56129",13187,6133,2,146,1229 +"56130",13187,6627,2,146,2063 +"56131",13187,7269,3,146,1728 +"56132",13187,7433,3,146,2255 +"56133",13187,7443,3,146,2028 +"56134",13187,10638,3,146,2692 +"56135",13187,10914,2,146,1660 +"56136",13187,11381,3,146,1638 +"56137",13187,11506,3,146,2824 +"56138",13187,14888,3,146,1411 +"56139",13187,16777,3,146,834 +"56140",13187,18571,2,146,2128 +"56141",13187,18943,3,146,2861 +"56142",13187,20432,3,146,1727 +"56143",13187,21180,3,146,2762 +"56144",13187,21463,2,146,2437 +"56145",13187,21741,3,146,1574 +"56146",13187,26713,2,146,1235 +"56147",13187,27008,2,146,911 +"56148",13187,27783,1,146,2302 +"56149",13187,31164,2,146,1996 +"56150",13187,32449,3,146,2091 +"56151",13187,33483,1,146,182 +"56152",13187,36136,1,146,2338 +"56153",13187,39105,2,146,2487 +"56154",13187,41978,3,146,2824 +"56155",13187,42914,3,146,1737 +"56156",13187,46951,2,146,2429 +"56157",13187,47384,3,146,1639 +"56158",13187,47571,2,146,1667 +"56159",13187,49724,3,146,806 +"56160",13187,50238,3,146,663 +"56161",13187,53013,3,146,2523 +"56162",13187,56338,3,146,1818 +"56163",13187,59039,3,146,2870 +"56164",13187,66911,3,146,1920 +"56165",13187,67838,3,146,765 +"56166",13187,68592,2,146,2551 +"56167",13187,69335,3,146,2698 +"56168",13187,73021,2,146,789 +"56169",13187,76132,2,146,2426 +"56170",13187,76675,2,146,1840 +"56171",13187,77397,3,146,1302 +"56172",13187,77580,3,146,888 +"56173",13187,93208,3,146,1324 +"56174",13187,94926,2,146,1611 +"56175",13187,111034,3,146,2131 +"56176",13187,115155,3,146,1942 +"56177",13200,14655,2,2488,2559 +"56178",13200,19744,3,2488,2623 +"56179",13200,24923,3,2488,2785 +"56180",13201,3714,3,2034,2605 +"56181",13201,14669,3,2034,2080 +"56182",13201,14772,3,2034,2386 +"56183",13201,15343,3,2034,2125 +"56184",13201,17967,3,2034,2125 +"56185",13201,25530,2,2034,2884 +"56186",13201,55691,3,2034,2856 +"56187",13201,56396,2,2034,2408 +"56188",13201,59205,3,2034,2387 +"56189",13201,73266,3,2034,2496 +"56190",13212,270,3,146,2542 +"56191",13212,2111,3,146,1904 +"56192",13212,5971,3,146,1985 +"56193",13212,6264,3,146,749 +"56194",13212,6588,3,146,2025 +"56195",13212,10523,3,146,1510 +"56196",13212,11229,3,146,1625 +"56197",13212,11817,2,146,600 +"56198",13212,14353,3,146,2878 +"56199",13212,14564,1,146,1581 +"56200",13212,16352,3,146,2657 +"56201",13212,17097,3,146,1505 +"56202",13212,21754,3,146,1881 +"56203",13212,22197,3,146,2271 +"56204",13212,22403,2,146,1630 +"56205",13212,26737,3,146,855 +"56206",13212,26848,3,146,2363 +"56207",13212,26867,3,146,1804 +"56208",13212,27112,3,146,500 +"56209",13212,27355,3,146,870 +"56210",13212,27744,3,146,861 +"56211",13212,29372,3,146,528 +"56212",13212,39570,3,146,496 +"56213",13212,40028,2,146,1349 +"56214",13212,40072,3,146,1182 +"56215",13212,44521,3,146,1593 +"56216",13212,46629,3,146,2255 +"56217",13212,47895,3,146,2328 +"56218",13212,49084,3,146,168 +"56219",13212,50236,2,146,2339 +"56220",13212,56082,3,146,2395 +"56221",13212,56237,3,146,2625 +"56222",13212,57150,3,146,1196 +"56223",13212,57760,3,146,1721 +"56224",13212,70838,3,146,687 +"56225",13212,72188,3,146,856 +"56226",13212,80242,3,146,569 +"56227",13212,85329,3,146,738 +"56228",13212,91912,3,146,790 +"56229",13212,109663,3,146,545 +"56230",13212,112437,3,146,513 +"56231",13212,117956,3,146,2774 +"56232",13248,671,3,1385,2328 +"56233",13248,1201,3,1385,2489 +"56234",13248,1592,3,1385,2006 +"56235",13248,1691,2,1385,1941 +"56236",13248,3961,3,1385,2426 +"56237",13248,4289,3,1385,1921 +"56238",13248,4583,3,1385,2741 +"56239",13248,5622,3,1385,2175 +"56240",13248,5971,3,1385,1985 +"56241",13248,5984,3,1385,1675 +"56242",13248,5986,3,1385,1721 +"56243",13248,6104,3,1385,2462 +"56244",13248,6252,3,1385,2336 +"56245",13248,6390,3,1385,2385 +"56246",13248,6417,2,1385,1675 +"56247",13248,6588,3,1385,2025 +"56248",13248,7515,3,1385,2737 +"56249",13248,9928,3,1385,2345 +"56250",13248,10358,3,1385,2294 +"56251",13248,11218,2,1385,2292 +"56252",13248,12042,3,1385,2345 +"56253",13248,13801,2,1385,2041 +"56254",13248,13837,1,1385,1604 +"56255",13248,13929,2,1385,2693 +"56256",13248,14108,3,1385,2012 +"56257",13248,16352,3,1385,2657 +"56258",13248,17400,3,1385,2231 +"56259",13248,18543,3,1385,2968 +"56260",13248,20407,3,1385,2339 +"56261",13248,20643,1,1385,2341 +"56262",13248,21104,3,1385,2327 +"56263",13248,22362,3,1385,1836 +"56264",13248,23159,3,1385,1548 +"56265",13248,23509,3,1385,2275 +"56266",13248,24169,3,1385,1663 +"56267",13248,25565,3,1385,2764 +"56268",13248,26080,3,1385,2525 +"56269",13248,26570,3,1385,1669 +"56270",13248,26700,3,1385,1663 +"56271",13248,26706,3,1385,1846 +"56272",13248,26818,3,1385,1999 +"56273",13248,29170,2,1385,1846 +"56274",13248,30173,3,1385,2404 +"56275",13248,31696,3,1385,1595 +"56276",13248,33622,3,1385,2230 +"56277",13248,34158,3,1385,2639 +"56278",13248,34735,3,1385,2767 +"56279",13248,35361,3,1385,2389 +"56280",13248,35738,3,1385,2448 +"56281",13248,35926,3,1385,2371 +"56282",13248,36439,3,1385,2469 +"56283",13248,36962,3,1385,2861 +"56284",13248,37509,3,1385,1640 +"56285",13248,38213,2,1385,1744 +"56286",13248,38938,3,1385,1593 +"56287",13248,39294,3,1385,1889 +"56288",13248,39516,2,1385,2393 +"56289",13248,40368,2,1385,2876 +"56290",13248,42175,3,1385,1594 +"56291",13248,42687,3,1385,1952 +"56292",13248,47082,2,1385,1990 +"56293",13248,49189,3,1385,1550 +"56294",13248,49620,2,1385,1868 +"56295",13248,50118,3,1385,2654 +"56296",13248,50236,3,1385,2339 +"56297",13248,51116,3,1385,1509 +"56298",13248,51319,2,1385,2488 +"56299",13248,52058,3,1385,1836 +"56300",13248,52136,3,1385,1412 +"56301",13248,52203,3,1385,1961 +"56302",13248,52327,3,1385,1472 +"56303",13248,52345,3,1385,1430 +"56304",13248,53134,2,1385,1590 +"56305",13248,54127,3,1385,1593 +"56306",13248,54929,2,1385,2783 +"56307",13248,55691,3,1385,2856 +"56308",13248,56082,3,1385,2395 +"56309",13248,59700,3,1385,2346 +"56310",13248,63409,3,1385,1937 +"56311",13248,71274,3,1385,2390 +"56312",13248,72326,3,1385,2384 +"56313",13248,74636,2,1385,2525 +"56314",13248,85716,2,1385,1609 +"56315",13248,88232,2,1385,2881 +"56316",13248,92322,2,1385,2393 +"56317",13248,99103,3,1385,1470 +"56318",13248,109635,3,1385,1925 +"56319",13249,1616,3,2573,2662 +"56320",13249,2684,3,2573,2874 +"56321",13249,13732,3,2573,2789 +"56322",13249,19208,2,2573,2629 +"56323",13249,24753,3,2573,2860 +"56324",13249,26865,3,2573,2726 +"56325",13249,29454,3,2573,2719 +"56326",13249,33433,2,2573,2805 +"56327",13249,34120,3,2573,2786 +"56328",13249,38307,3,2573,2648 +"56329",13249,38885,2,2573,2720 +"56330",13249,41664,3,2573,2641 +"56331",13249,41945,3,2573,2856 +"56332",13249,43756,3,2573,2881 +"56333",13249,47564,2,2573,2650 +"56334",13249,50480,3,2573,2701 +"56335",13249,51041,3,2573,2606 +"56336",13260,2540,3,389,1398 +"56337",13260,3978,3,389,2775 +"56338",13260,4612,3,389,2804 +"56339",13260,4660,3,389,2149 +"56340",13260,5106,2,389,2622 +"56341",13260,5826,3,389,411 +"56342",13260,8568,3,389,2706 +"56343",13260,8984,3,389,1162 +"56344",13260,9787,3,389,2858 +"56345",13260,12067,3,389,1213 +"56346",13260,12781,2,389,831 +"56347",13260,13720,3,389,1558 +"56348",13260,14287,3,389,1583 +"56349",13260,14781,3,389,2338 +"56350",13260,15153,3,389,1864 +"56351",13260,15826,3,389,2772 +"56352",13260,15910,3,389,941 +"56353",13260,16501,2,389,1650 +"56354",13260,16864,3,389,814 +"56355",13260,17033,2,389,2771 +"56356",13260,20395,3,389,1468 +"56357",13260,23966,3,389,891 +"56358",13260,25163,3,389,1751 +"56359",13260,26957,3,389,987 +"56360",13260,27897,3,389,1968 +"56361",13260,27914,3,389,2507 +"56362",13260,28357,3,389,1134 +"56363",13260,28909,3,389,978 +"56364",13260,29286,3,389,1612 +"56365",13260,30057,3,389,504 +"56366",13260,36737,2,389,829 +"56367",13260,37424,3,389,1693 +"56368",13260,37929,3,389,2393 +"56369",13260,39062,3,389,2020 +"56370",13260,39534,3,389,2410 +"56371",13260,40572,3,389,2666 +"56372",13260,44025,3,389,1935 +"56373",13260,44497,3,389,2401 +"56374",13260,46299,3,389,1132 +"56375",13260,46384,2,389,2285 +"56376",13260,46486,3,389,1868 +"56377",13260,47839,3,389,1864 +"56378",13260,50354,3,389,1299 +"56379",13260,52483,3,389,2317 +"56380",13260,61125,3,389,1673 +"56381",13260,63641,3,389,2337 +"56382",13260,64156,2,389,675 +"56383",13260,66717,3,389,2104 +"56384",13260,68539,3,389,1158 +"56385",13260,68931,3,389,2771 +"56386",13260,69545,2,389,673 +"56387",13260,70583,3,389,2615 +"56388",13260,71467,2,389,1051 +"56389",13260,72438,3,389,1397 +"56390",13260,72535,3,389,1191 +"56391",13260,88473,3,389,1102 +"56392",13260,95910,2,389,999 +"56393",13260,96007,3,389,895 +"56394",13260,100432,3,389,1358 +"56395",13260,104098,3,389,512 +"56396",13260,106240,3,389,705 +"56397",13285,2153,3,1577,2675 +"56398",13285,3628,3,1577,2707 +"56399",13285,7422,3,1577,1793 +"56400",13285,8259,3,1577,1677 +"56401",13285,13200,3,1577,2488 +"56402",13285,14655,3,1577,2559 +"56403",13285,17264,3,1577,2528 +"56404",13285,21734,3,1577,2528 +"56405",13285,23121,2,1577,2108 +"56406",13285,35464,3,1577,2502 +"56407",13285,36031,3,1577,2342 +"56408",13285,44407,3,1577,2154 +"56409",13285,89681,3,1577,1978 +"56410",13285,106053,3,1577,2469 +"56411",13290,30010,3,2824,2917 +"56412",13290,71531,3,2824,2887 +"56413",13295,2407,3,779,1725 +"56414",13295,2452,3,779,1715 +"56415",13295,2576,3,779,1307 +"56416",13295,2852,3,779,2448 +"56417",13295,3127,3,779,2273 +"56418",13295,3663,3,779,1232 +"56419",13295,4001,3,779,1687 +"56420",13295,4612,3,779,2804 +"56421",13295,4668,3,779,1919 +"56422",13295,4669,3,779,2395 +"56423",13295,5897,2,779,2337 +"56424",13295,7252,3,779,2799 +"56425",13295,7942,3,779,2623 +"56426",13295,8140,3,779,1262 +"56427",13295,8610,3,779,2240 +"56428",13295,9785,3,779,2951 +"56429",13295,9787,3,779,2858 +"56430",13295,10980,3,779,1974 +"56431",13295,11648,3,779,2852 +"56432",13295,11990,2,779,1909 +"56433",13295,12023,1,779,799 +"56434",13295,12781,3,779,831 +"56435",13295,12948,3,779,2669 +"56436",13295,13068,3,779,1778 +"56437",13295,14287,3,779,1583 +"56438",13295,14532,3,779,1193 +"56439",13295,14781,3,779,2338 +"56440",13295,16152,2,779,879 +"56441",13295,16437,3,779,1956 +"56442",13295,16501,3,779,1650 +"56443",13295,16715,3,779,1218 +"56444",13295,16864,3,779,814 +"56445",13295,16866,3,779,2718 +"56446",13295,18122,3,779,894 +"56447",13295,18865,3,779,2676 +"56448",13295,18978,3,779,952 +"56449",13295,19334,3,779,1979 +"56450",13295,19386,3,779,1714 +"56451",13295,23131,3,779,1732 +"56452",13295,27742,2,779,2700 +"56453",13295,27914,2,779,2507 +"56454",13295,28051,3,779,2089 +"56455",13295,28869,2,779,2425 +"56456",13295,28904,1,779,926 +"56457",13295,30525,3,779,1964 +"56458",13295,31317,3,779,1362 +"56459",13295,31753,1,779,1514 +"56460",13295,31868,3,779,1993 +"56461",13295,32560,3,779,1258 +"56462",13295,33451,3,779,1957 +"56463",13295,33870,3,779,955 +"56464",13295,35573,3,779,2084 +"56465",13295,35728,3,779,2017 +"56466",13295,40572,3,779,2666 +"56467",13295,41077,1,779,864 +"56468",13295,41581,3,779,1692 +"56469",13295,42813,3,779,2142 +"56470",13295,43961,3,779,2443 +"56471",13295,44074,3,779,1299 +"56472",13295,45869,3,779,2840 +"56473",13295,49201,3,779,936 +"56474",13295,54775,2,779,2383 +"56475",13295,56995,3,779,2323 +"56476",13295,58655,3,779,2685 +"56477",13295,61125,3,779,1673 +"56478",13295,62438,3,779,802 +"56479",13295,63395,3,779,2334 +"56480",13295,70455,3,779,1307 +"56481",13295,76007,3,779,918 +"56482",13295,79420,3,779,1061 +"56483",13295,79432,2,779,1708 +"56484",13295,80156,3,779,1667 +"56485",13295,85396,3,779,1131 +"56486",13295,88324,3,779,1080 +"56487",13295,89538,3,779,1847 +"56488",13295,91849,3,779,1166 +"56489",13295,92904,3,779,780 +"56490",13295,103491,3,779,1523 +"56491",13295,115021,3,779,1226 +"56492",13296,364,3,839,2351 +"56493",13296,782,3,839,945 +"56494",13296,1349,3,839,1147 +"56495",13296,1846,2,839,1845 +"56496",13296,2206,3,839,2536 +"56497",13296,2226,3,839,2225 +"56498",13296,2540,3,839,1398 +"56499",13296,2576,3,839,1307 +"56500",13296,2936,1,839,2512 +"56501",13296,3477,3,839,2546 +"56502",13296,3493,2,839,2451 +"56503",13296,3770,3,839,2623 +"56504",13296,4660,3,839,2149 +"56505",13296,4665,3,839,1569 +"56506",13296,5235,3,839,2324 +"56507",13296,5683,3,839,2468 +"56508",13296,5897,3,839,2337 +"56509",13296,6359,3,839,1239 +"56510",13296,6877,2,839,867 +"56511",13296,7785,3,839,2441 +"56512",13296,8062,3,839,2858 +"56513",13296,9060,3,839,1612 +"56514",13296,9241,3,839,2338 +"56515",13296,9481,3,839,1610 +"56516",13296,9503,3,839,2453 +"56517",13296,9504,3,839,2549 +"56518",13296,9703,3,839,1845 +"56519",13296,9723,2,839,2302 +"56520",13296,9785,3,839,2951 +"56521",13296,9787,3,839,2858 +"56522",13296,10453,2,839,1656 +"56523",13296,11108,2,839,1609 +"56524",13296,11239,3,839,2181 +"56525",13296,12361,3,839,2732 +"56526",13296,12577,3,839,2530 +"56527",13296,13566,3,839,2056 +"56528",13296,14449,3,839,1258 +"56529",13296,14915,3,839,2606 +"56530",13296,15535,3,839,891 +"56531",13296,16205,3,839,2630 +"56532",13296,16365,3,839,2217 +"56533",13296,16850,3,839,1657 +"56534",13296,18978,3,839,952 +"56535",13296,19215,3,839,2604 +"56536",13296,19380,3,839,2637 +"56537",13296,19655,2,839,2706 +"56538",13296,20220,3,839,1656 +"56539",13296,20395,3,839,1468 +"56540",13296,20941,3,839,2725 +"56541",13296,21207,2,839,1258 +"56542",13296,21487,3,839,2203 +"56543",13296,22244,3,839,2139 +"56544",13296,22580,3,839,2245 +"56545",13296,22709,3,839,2743 +"56546",13296,23131,3,839,1732 +"56547",13296,23154,2,839,2345 +"56548",13296,23966,2,839,891 +"56549",13296,26450,3,839,1709 +"56550",13296,26818,3,839,1999 +"56551",13296,27545,2,839,855 +"56552",13296,27742,3,839,2700 +"56553",13296,29170,3,839,1846 +"56554",13296,29286,3,839,1612 +"56555",13296,30525,3,839,1964 +"56556",13296,31335,3,839,2351 +"56557",13296,31753,3,839,1514 +"56558",13296,31866,3,839,2101 +"56559",13296,32470,3,839,1539 +"56560",13296,32532,3,839,2338 +"56561",13296,32560,3,839,1258 +"56562",13296,32651,3,839,877 +"56563",13296,32818,3,839,2485 +"56564",13296,33870,3,839,955 +"56565",13296,34216,3,839,2832 +"56566",13296,35797,3,839,2482 +"56567",13296,37351,3,839,978 +"56568",13296,41187,3,839,2340 +"56569",13296,41581,3,839,1692 +"56570",13296,44181,3,839,1034 +"56571",13296,47654,3,839,1664 +"56572",13296,51144,3,839,2466 +"56573",13296,51151,3,839,1195 +"56574",13296,52136,3,839,1412 +"56575",13296,52993,3,839,1256 +"56576",13296,54467,3,839,919 +"56577",13296,57912,2,839,1035 +"56578",13296,62066,3,839,2281 +"56579",13296,63077,3,839,2778 +"56580",13296,63644,3,839,1267 +"56581",13296,68539,3,839,1158 +"56582",13296,68931,3,839,2771 +"56583",13296,70583,3,839,2615 +"56584",13296,71219,3,839,967 +"56585",13296,71531,3,839,2887 +"56586",13296,72597,3,839,1843 +"56587",13296,72632,3,839,1289 +"56588",13296,73582,2,839,2075 +"56589",13296,80156,3,839,1667 +"56590",13296,85690,3,839,1229 +"56591",13296,91942,3,839,2216 +"56592",13296,96310,3,839,1016 +"56593",13296,101367,2,839,974 +"56594",13307,270,1,2206,2542 +"56595",13307,380,2,2206,2261 +"56596",13307,701,3,2206,2718 +"56597",13307,1102,2,2206,2282 +"56598",13307,2424,2,2206,2582 +"56599",13307,2484,3,2206,2389 +"56600",13307,2572,3,2206,2273 +"56601",13307,3305,2,2206,2839 +"56602",13307,3493,3,2206,2451 +"56603",13307,4701,3,2206,2401 +"56604",13307,4953,3,2206,2285 +"56605",13307,5235,3,2206,2324 +"56606",13307,6074,3,2206,2426 +"56607",13307,7616,3,2206,2296 +"56608",13307,8533,3,2206,2251 +"56609",13307,9175,3,2206,2639 +"56610",13307,9362,3,2206,2879 +"56611",13307,9615,3,2206,2464 +"56612",13307,10029,3,2206,2718 +"56613",13307,10513,3,2206,2284 +"56614",13307,10857,3,2206,2253 +"56615",13307,11218,3,2206,2292 +"56616",13307,12042,3,2206,2345 +"56617",13307,12374,3,2206,2260 +"56618",13307,14252,3,2206,2244 +"56619",13307,14655,3,2206,2559 +"56620",13307,16352,3,2206,2657 +"56621",13307,17365,3,2206,2746 +"56622",13307,17400,3,2206,2231 +"56623",13307,18394,2,2206,2356 +"56624",13307,19248,3,2206,2357 +"56625",13307,19622,2,2206,2371 +"56626",13307,19862,2,2206,2412 +"56627",13307,20124,3,2206,2376 +"56628",13307,21012,1,2206,2325 +"56629",13307,21193,3,2206,2490 +"56630",13307,21682,3,2206,2414 +"56631",13307,22197,3,2206,2271 +"56632",13307,22326,3,2206,2818 +"56633",13307,22415,3,2206,2841 +"56634",13307,23011,3,2206,2763 +"56635",13307,23509,3,2206,2275 +"56636",13307,23725,3,2206,2378 +"56637",13307,25305,3,2206,2447 +"56638",13307,26080,3,2206,2525 +"56639",13307,26848,3,2206,2363 +"56640",13307,30052,3,2206,2855 +"56641",13307,31705,3,2206,2706 +"56642",13307,32173,3,2206,2341 +"56643",13307,33160,3,2206,2441 +"56644",13307,36087,3,2206,2755 +"56645",13307,37285,3,2206,2428 +"56646",13307,38307,3,2206,2648 +"56647",13307,41945,3,2206,2856 +"56648",13307,41972,3,2206,2509 +"56649",13307,42216,3,2206,2722 +"56650",13307,43455,2,2206,2846 +"56651",13307,43518,3,2206,2680 +"56652",13307,44769,2,2206,2411 +"56653",13307,45302,3,2206,2390 +"56654",13307,46629,2,2206,2255 +"56655",13307,49110,3,2206,2938 +"56656",13307,50236,2,2206,2339 +"56657",13307,50785,3,2206,2877 +"56658",13307,51035,3,2206,2397 +"56659",13307,51041,3,2206,2606 +"56660",13307,51866,3,2206,2411 +"56661",13307,52576,3,2206,2234 +"56662",13307,54551,3,2206,2348 +"56663",13307,56082,2,2206,2395 +"56664",13307,56237,3,2206,2625 +"56665",13307,57977,3,2206,2683 +"56666",13307,61982,2,2206,2725 +"56667",13307,62841,3,2206,2710 +"56668",13307,67726,3,2206,2873 +"56669",13307,70217,3,2206,2332 +"56670",13307,72207,2,2206,2430 +"56671",13307,72326,3,2206,2384 +"56672",13307,76892,3,2206,2381 +"56673",13307,79804,3,2206,2227 +"56674",13311,1822,3,2315,2888 +"56675",13311,3961,3,2315,2426 +"56676",13311,5041,3,2315,2371 +"56677",13311,5315,3,2315,2631 +"56678",13311,5350,2,2315,2522 +"56679",13311,7506,3,2315,2371 +"56680",13311,9928,3,2315,2345 +"56681",13311,11966,3,2315,2385 +"56682",13311,12035,3,2315,2721 +"56683",13311,12042,3,2315,2345 +"56684",13311,12272,3,2315,2371 +"56685",13311,15309,3,2315,2820 +"56686",13311,16352,3,2315,2657 +"56687",13311,19072,1,2315,2358 +"56688",13311,20292,3,2315,2755 +"56689",13311,21571,3,2315,2755 +"56690",13311,23310,2,2315,2371 +"56691",13311,23725,3,2315,2378 +"56692",13311,26080,2,2315,2525 +"56693",13311,28168,3,2315,2702 +"56694",13311,32567,3,2315,2784 +"56695",13311,32919,2,2315,2321 +"56696",13311,34735,3,2315,2767 +"56697",13311,35926,2,2315,2371 +"56698",13311,39516,3,2315,2393 +"56699",13311,41955,3,2315,2479 +"56700",13311,41972,3,2315,2509 +"56701",13311,44557,2,2315,2371 +"56702",13311,52026,3,2315,2633 +"56703",13311,54929,3,2315,2783 +"56704",13311,69716,3,2315,2632 +"56705",13324,1102,3,2163,2282 +"56706",13324,2572,3,2163,2273 +"56707",13324,3409,2,2163,2167 +"56708",13324,6192,3,2163,2409 +"56709",13324,6208,3,2163,2361 +"56710",13324,6241,3,2163,2264 +"56711",13324,7014,3,2163,2401 +"56712",13324,7616,3,2163,2296 +"56713",13324,8238,3,2163,2222 +"56714",13324,13249,2,2163,2573 +"56715",13324,14655,3,2163,2559 +"56716",13324,16954,3,2163,2972 +"56717",13324,19208,2,2163,2629 +"56718",13324,19248,3,2163,2357 +"56719",13324,19605,3,2163,2395 +"56720",13324,22808,3,2163,2297 +"56721",13324,23268,3,2163,2258 +"56722",13324,23460,1,2163,2183 +"56723",13324,24753,3,2163,2860 +"56724",13324,27427,3,2163,2325 +"56725",13324,29454,3,2163,2719 +"56726",13324,31705,3,2163,2706 +"56727",13324,34120,3,2163,2786 +"56728",13324,35738,3,2163,2448 +"56729",13324,41664,3,2163,2641 +"56730",13324,41764,3,2163,2409 +"56731",13324,42129,2,2163,2318 +"56732",13324,42216,3,2163,2722 +"56733",13324,45302,3,2163,2390 +"56734",13324,47362,3,2163,2253 +"56735",13324,47386,3,2163,2226 +"56736",13324,47564,2,2163,2650 +"56737",13324,50480,3,2163,2701 +"56738",13324,51035,3,2163,2397 +"56739",13324,55076,3,2163,2408 +"56740",13324,55643,3,2163,2359 +"56741",13324,64945,3,2163,2279 +"56742",13324,65434,3,2163,2866 +"56743",13333,1629,1,845,1289 +"56744",13333,3477,3,845,2546 +"56745",13333,7337,3,845,1797 +"56746",13333,11310,3,845,957 +"56747",13333,19364,3,845,2846 +"56748",13333,33681,3,845,1059 +"56749",13333,33870,3,845,955 +"56750",13333,34831,3,845,1866 +"56751",13333,55472,3,845,1516 +"56752",13333,61125,3,845,1673 +"56753",13333,90709,3,845,1080 +"56754",13333,99332,3,845,873 +"56755",13340,843,3,1918,2332 +"56756",13340,1369,2,1918,2487 +"56757",13340,2282,3,1918,2056 +"56758",13340,3271,3,1918,2216 +"56759",13340,5637,3,1918,1976 +"56760",13340,6999,2,1918,2214 +"56761",13340,9272,3,1918,2835 +"56762",13340,12116,1,1918,2119 +"56763",13340,14470,3,1918,2632 +"56764",13340,22410,2,1918,2158 +"56765",13340,23498,3,1918,2398 +"56766",13340,23550,3,1918,2939 +"56767",13340,23560,3,1918,2051 +"56768",13340,36840,2,1918,2269 +"56769",13340,37684,3,1918,2899 +"56770",13340,42407,1,1918,2408 +"56771",13340,43226,3,1918,2442 +"56772",13340,45499,3,1918,2346 +"56773",13340,47607,3,1918,2724 +"56774",13340,48110,3,1918,2009 +"56775",13340,48501,2,1918,2010 +"56776",13340,58508,3,1918,2326 +"56777",13340,69335,3,1918,2698 +"56778",13340,70011,3,1918,2690 +"56779",13340,73520,2,1918,2613 +"56780",13340,77719,2,1918,2086 +"56781",13340,78277,2,1918,1937 +"56782",13340,80970,3,1918,2069 +"56783",13340,93553,3,1918,2537 +"56784",13388,1767,3,2119,2727 +"56785",13388,3961,2,2119,2426 +"56786",13388,5041,3,2119,2371 +"56787",13388,5315,3,2119,2631 +"56788",13388,7253,3,2119,2686 +"56789",13388,7984,2,2119,2493 +"56790",13388,9311,3,2119,2477 +"56791",13388,10358,2,2119,2294 +"56792",13388,10779,3,2119,2881 +"56793",13388,11218,3,2119,2292 +"56794",13388,11477,3,2119,2724 +"56795",13388,14032,3,2119,2144 +"56796",13388,15444,3,2119,2764 +"56797",13388,17027,3,2119,2772 +"56798",13388,18874,3,2119,2170 +"56799",13388,19719,3,2119,2177 +"56800",13388,20067,2,2119,2390 +"56801",13388,20732,2,2119,2401 +"56802",13388,21504,3,2119,2328 +"56803",13388,22207,3,2119,2365 +"56804",13388,23268,3,2119,2258 +"56805",13388,23726,2,2119,2434 +"56806",13388,24756,3,2119,2530 +"56807",13388,26249,3,2119,2301 +"56808",13388,29930,3,2119,2240 +"56809",13388,32919,3,2119,2321 +"56810",13388,33801,3,2119,2899 +"56811",13388,34120,3,2119,2786 +"56812",13388,35264,3,2119,2329 +"56813",13388,35926,3,2119,2371 +"56814",13388,41955,3,2119,2479 +"56815",13388,43479,3,2119,2178 +"56816",13388,46803,2,2119,2305 +"56817",13388,47386,3,2119,2226 +"56818",13388,50382,2,2119,2244 +"56819",13388,52380,3,2119,2686 +"56820",13388,53475,3,2119,2853 +"56821",13388,54929,3,2119,2783 +"56822",13388,57977,3,2119,2683 +"56823",13388,58669,3,2119,2296 +"56824",13388,59511,2,2119,2753 +"56825",13388,69029,3,2119,2623 +"56826",13388,70203,3,2119,2756 +"56827",13388,76356,2,2119,2323 +"56828",13394,2798,3,1667,1673 +"56829",13394,11506,3,1667,2824 +"56830",13394,14676,3,1667,2764 +"56831",13394,78784,3,1667,2824 +"56832",13399,5912,2,1682,2257 +"56833",13399,8029,1,1682,1859 +"56834",13399,26959,3,1682,1961 +"56835",13399,40432,3,1682,1956 +"56836",13400,468,1,1371,1966 +"56837",13400,798,3,1371,2476 +"56838",13400,3164,3,1371,2693 +"56839",13400,3306,3,1371,1989 +"56840",13400,3669,3,1371,2524 +"56841",13400,4032,2,1371,1763 +"56842",13400,4367,3,1371,2794 +"56843",13400,4660,3,1371,2149 +"56844",13400,5816,2,1371,2408 +"56845",13400,6030,3,1371,2953 +"56846",13400,6132,3,1371,1590 +"56847",13400,6248,3,1371,2737 +"56848",13400,6697,3,1371,2438 +"56849",13400,7355,3,1371,1928 +"56850",13400,8726,3,1371,2083 +"56851",13400,9050,3,1371,2026 +"56852",13400,9716,3,1371,1929 +"56853",13400,9803,3,1371,1664 +"56854",13400,9808,2,1371,1648 +"56855",13400,11136,3,1371,2573 +"56856",13400,11424,3,1371,1631 +"56857",13400,11665,3,1371,1643 +"56858",13400,11966,3,1371,2385 +"56859",13400,12035,3,1371,2721 +"56860",13400,13079,3,1371,2547 +"56861",13400,13920,3,1371,1709 +"56862",13400,14061,3,1371,1620 +"56863",13400,14558,3,1371,1585 +"56864",13400,14754,2,1371,2456 +"56865",13400,15301,1,1371,2308 +"56866",13400,15607,3,1371,1421 +"56867",13400,16352,3,1371,2657 +"56868",13400,16771,3,1371,1541 +"56869",13400,16833,3,1371,1661 +"56870",13400,17413,3,1371,2230 +"56871",13400,17999,3,1371,2758 +"56872",13400,18808,3,1371,2854 +"56873",13400,20292,3,1371,2755 +"56874",13400,21504,3,1371,2328 +"56875",13400,21571,2,1371,2755 +"56876",13400,21682,3,1371,2414 +"56877",13400,21832,2,1371,1755 +"56878",13400,22566,2,1371,2308 +"56879",13400,22766,3,1371,1945 +"56880",13400,22905,3,1371,2599 +"56881",13400,23159,3,1371,1548 +"56882",13400,23739,3,1371,2463 +"56883",13400,24511,3,1371,1871 +"56884",13400,24757,3,1371,1939 +"56885",13400,24761,3,1371,2384 +"56886",13400,25259,3,1371,1699 +"56887",13400,25741,3,1371,2853 +"56888",13400,26100,1,1371,1966 +"56889",13400,26642,3,1371,2952 +"56890",13400,28050,3,1371,1955 +"56891",13400,28081,2,1371,1927 +"56892",13400,28168,3,1371,2702 +"56893",13400,30317,3,1371,2431 +"56894",13400,30668,3,1371,2882 +"56895",13400,30669,3,1371,1921 +"56896",13400,31251,1,1371,2498 +"56897",13400,31285,3,1371,2328 +"56898",13400,31395,3,1371,1695 +"56899",13400,32567,3,1371,2784 +"56900",13400,32582,3,1371,1929 +"56901",13400,33981,3,1371,1993 +"56902",13400,34735,3,1371,2767 +"56903",13400,35264,2,1371,2329 +"56904",13400,35477,3,1371,2703 +"56905",13400,35873,3,1371,1377 +"56906",13400,37844,3,1371,2002 +"56907",13400,38309,3,1371,2644 +"56908",13400,39321,3,1371,2257 +"56909",13400,40493,3,1371,1981 +"56910",13400,41134,3,1371,2952 +"56911",13400,41338,3,1371,1553 +"56912",13400,41603,2,1371,1942 +"56913",13400,42619,3,1371,2017 +"56914",13400,43593,3,1371,2704 +"56915",13400,45585,3,1371,2384 +"56916",13400,49147,3,1371,2539 +"56917",13400,50335,3,1371,1893 +"56918",13400,50440,3,1371,2469 +"56919",13400,50635,3,1371,2962 +"56920",13400,53362,1,1371,2360 +"56921",13400,53530,3,1371,2380 +"56922",13400,54284,3,1371,2491 +"56923",13400,55436,3,1371,2513 +"56924",13400,55775,3,1371,2385 +"56925",13400,57714,3,1371,1391 +"56926",13400,60672,2,1371,2876 +"56927",13400,63641,3,1371,2337 +"56928",13400,66717,3,1371,2104 +"56929",13400,68416,3,1371,2939 +"56930",13400,68789,3,1371,1929 +"56931",13400,71065,3,1371,2231 +"56932",13400,74605,3,1371,2265 +"56933",13400,77785,2,1371,1595 +"56934",13400,94500,3,1371,1529 +"56935",13400,94510,3,1371,1514 +"56936",13400,104659,3,1371,2026 +"56937",13400,107435,3,1371,1635 +"56938",13476,33572,3,1959,2370 +"56939",13476,48820,3,1959,2769 +"56940",13479,1315,2,2155,2760 +"56941",13479,3980,3,2155,2771 +"56942",13479,5622,3,2155,2175 +"56943",13479,13158,2,2155,2667 +"56944",13479,13324,3,2155,2163 +"56945",13479,23312,3,2155,2449 +"56946",13479,27427,2,2155,2325 +"56947",13479,30827,3,2155,2323 +"56948",13479,33949,3,2155,2489 +"56949",13479,40931,3,2155,2301 +"56950",13479,42216,3,2155,2722 +"56951",13479,43404,3,2155,2649 +"56952",13479,43490,3,2155,2463 +"56953",13479,44676,3,2155,2629 +"56954",13518,489,3,525,2652 +"56955",13518,601,3,525,702 +"56956",13518,867,3,525,1264 +"56957",13518,1015,3,525,1174 +"56958",13518,1315,2,525,2760 +"56959",13518,2181,3,525,2030 +"56960",13518,2960,2,525,977 +"56961",13518,3139,2,525,1656 +"56962",13518,4107,3,525,987 +"56963",13518,4121,2,525,1304 +"56964",13518,4785,3,525,996 +"56965",13518,5622,3,525,2175 +"56966",13518,8821,3,525,2230 +"56967",13518,10143,3,525,778 +"56968",13518,10352,3,525,1371 +"56969",13518,12362,3,525,702 +"56970",13518,12703,3,525,2689 +"56971",13518,12901,3,525,2136 +"56972",13518,13158,3,525,2667 +"56973",13518,13324,2,525,2163 +"56974",13518,13479,1,525,2155 +"56975",13518,13801,3,525,2041 +"56976",13518,13835,2,525,1588 +"56977",13518,15402,3,525,1281 +"56978",13518,17571,3,525,953 +"56979",13518,18779,3,525,1267 +"56980",13518,18891,3,525,1596 +"56981",13518,21479,1,525,2134 +"56982",13518,23268,3,525,2258 +"56983",13518,23312,2,525,2449 +"56984",13518,23460,3,525,2183 +"56985",13518,23492,3,525,1067 +"56986",13518,24559,3,525,946 +"56987",13518,26524,3,525,982 +"56988",13518,27427,1,525,2325 +"56989",13518,27694,3,525,2030 +"56990",13518,30092,3,525,1593 +"56991",13518,30325,3,525,1067 +"56992",13518,30692,2,525,700 +"56993",13518,30738,2,525,1166 +"56994",13518,36637,2,525,2085 +"56995",13518,37859,3,525,1999 +"56996",13518,39294,3,525,1889 +"56997",13518,40707,1,525,1547 +"56998",13518,44181,3,525,1034 +"56999",13518,44654,3,525,2916 +"57000",13518,44676,3,525,2629 +"57001",13518,45375,3,525,862 +"57002",13518,46040,3,525,2105 +"57003",13518,47064,3,525,1993 +"57004",13518,48283,2,525,1290 +"57005",13518,51243,2,525,1389 +"57006",13518,53120,3,525,975 +"57007",13518,58122,3,525,889 +"57008",13518,61138,3,525,1188 +"57009",13518,61188,2,525,2134 +"57010",13518,63147,2,525,1477 +"57011",13518,65475,3,525,1267 +"57012",13518,67424,1,525,903 +"57013",13518,67788,3,525,837 +"57014",13518,72557,2,525,972 +"57015",13518,73524,3,525,605 +"57016",13518,77031,3,525,801 +"57017",13518,79837,3,525,1252 +"57018",13518,82409,3,525,1881 +"57019",13518,87837,3,525,1987 +"57020",13518,87904,3,525,952 +"57021",13518,88473,3,525,1102 +"57022",13518,98080,3,525,1265 +"57023",13518,99137,3,525,804 +"57024",13518,105353,3,525,2073 +"57025",13528,9063,2,1891,2000 +"57026",13528,11135,3,1891,2441 +"57027",13528,14761,3,1891,2502 +"57028",13528,15502,2,1891,2637 +"57029",13528,19972,1,1891,2078 +"57030",13528,28355,3,1891,2053 +"57031",13528,33363,3,1891,2475 +"57032",13528,37844,3,1891,2002 +"57033",13528,40715,3,1891,2258 +"57034",13535,1777,3,1491,1965 +"57035",13535,3830,3,1491,1661 +"57036",13535,5078,3,1491,2033 +"57037",13535,5457,3,1491,2077 +"57038",13535,5462,3,1491,2374 +"57039",13535,5504,3,1491,2389 +"57040",13535,14652,3,1491,2516 +"57041",13535,15500,2,1491,1658 +"57042",13535,18151,3,1491,2962 +"57043",13535,18458,2,1491,2477 +"57044",13535,20659,1,1491,1969 +"57045",13535,21225,2,1491,1945 +"57046",13535,26106,2,1491,2015 +"57047",13535,26793,3,1491,2104 +"57048",13535,32939,3,1491,2277 +"57049",13535,37677,3,1491,1908 +"57050",13535,41278,3,1491,1873 +"57051",13535,57565,2,1491,1577 +"57052",13535,57804,3,1491,2214 +"57053",13537,388,3,1020,1594 +"57054",13537,680,2,1020,2569 +"57055",13537,867,3,1020,1264 +"57056",13537,1314,3,1020,1522 +"57057",13537,1560,3,1020,2013 +"57058",13537,2418,3,1020,2020 +"57059",13537,2540,2,1020,1398 +"57060",13537,2563,3,1020,1686 +"57061",13537,3127,3,1020,2273 +"57062",13537,3317,3,1020,2037 +"57063",13537,3403,3,1020,2951 +"57064",13537,3978,3,1020,2775 +"57065",13537,4066,3,1020,1736 +"57066",13537,4303,2,1020,2414 +"57067",13537,4361,3,1020,2571 +"57068",13537,4763,3,1020,1960 +"57069",13537,4983,3,1020,1909 +"57070",13537,5363,3,1020,1791 +"57071",13537,5614,3,1020,2122 +"57072",13537,5962,3,1020,2491 +"57073",13537,6602,3,1020,1631 +"57074",13537,7229,3,1020,2669 +"57075",13537,7252,2,1020,2799 +"57076",13537,7597,3,1020,2037 +"57077",13537,7780,3,1020,1920 +"57078",13537,7936,3,1020,1199 +"57079",13537,8062,1,1020,2858 +"57080",13537,8140,3,1020,1262 +"57081",13537,9227,3,1020,1267 +"57082",13537,9484,3,1020,1429 +"57083",13537,9716,3,1020,1929 +"57084",13537,9787,3,1020,2858 +"57085",13537,10336,3,1020,2271 +"57086",13537,10350,3,1020,1163 +"57087",13537,10474,3,1020,1608 +"57088",13537,11019,3,1020,1299 +"57089",13537,11029,2,1020,2362 +"57090",13537,11429,3,1020,2520 +"57091",13537,11477,3,1020,2724 +"57092",13537,11563,3,1020,1863 +"57093",13537,11585,3,1020,1817 +"57094",13537,11648,3,1020,2852 +"57095",13537,11728,3,1020,1121 +"57096",13537,12759,2,1020,2414 +"57097",13537,12948,3,1020,2669 +"57098",13537,13290,3,1020,2824 +"57099",13537,14072,3,1020,1346 +"57100",13537,14287,3,1020,1583 +"57101",13537,14972,3,1020,2332 +"57102",13537,15095,3,1020,2001 +"57103",13537,15683,3,1020,1729 +"57104",13537,15700,3,1020,1712 +"57105",13537,15826,3,1020,2772 +"57106",13537,16501,3,1020,1650 +"57107",13537,17257,3,1020,1117 +"57108",13537,18124,3,1020,1642 +"57109",13537,18371,3,1020,2860 +"57110",13537,18381,2,1020,1524 +"57111",13537,18518,3,1020,1128 +"57112",13537,19686,3,1020,2467 +"57113",13537,19751,3,1020,1630 +"57114",13537,20624,3,1020,1298 +"57115",13537,21240,3,1020,1162 +"57116",13537,21670,3,1020,2158 +"57117",13537,21681,3,1020,2005 +"57118",13537,22709,3,1020,2743 +"57119",13537,22723,3,1020,2859 +"57120",13537,23131,3,1020,1732 +"57121",13537,23154,3,1020,2345 +"57122",13537,25373,1,1020,2783 +"57123",13537,26642,3,1020,2952 +"57124",13537,27914,3,1020,2507 +"57125",13537,28057,3,1020,1067 +"57126",13537,29286,3,1020,1612 +"57127",13537,29436,2,1020,1718 +"57128",13537,29997,3,1020,1789 +"57129",13537,30334,2,1020,2075 +"57130",13537,30525,3,1020,1964 +"57131",13537,30618,3,1020,1609 +"57132",13537,30705,3,1020,2959 +"57133",13537,30891,3,1020,1256 +"57134",13537,31335,3,1020,2351 +"57135",13537,31700,3,1020,2727 +"57136",13537,32110,3,1020,2224 +"57137",13537,32311,3,1020,2396 +"57138",13537,32818,3,1020,2485 +"57139",13537,32988,3,1020,2008 +"57140",13537,34334,3,1020,1637 +"57141",13537,34820,3,1020,1630 +"57142",13537,34831,3,1020,1866 +"57143",13537,34870,2,1020,1873 +"57144",13537,34875,3,1020,1544 +"57145",13537,34892,3,1020,2309 +"57146",13537,35518,3,1020,1721 +"57147",13537,35822,3,1020,1903 +"57148",13537,36953,3,1020,2790 +"57149",13537,37036,2,1020,2264 +"57150",13537,37636,2,1020,2178 +"57151",13537,37844,3,1020,2002 +"57152",13537,37937,3,1020,1320 +"57153",13537,38805,2,1020,1031 +"57154",13537,39418,3,1020,1978 +"57155",13537,40392,2,1020,1878 +"57156",13537,40623,3,1020,2580 +"57157",13537,41187,3,1020,2340 +"57158",13537,41250,3,1020,1703 +"57159",13537,41429,3,1020,1770 +"57160",13537,41446,3,1020,1103 +"57161",13537,41581,3,1020,1692 +"57162",13537,41723,2,1020,2101 +"57163",13537,41969,3,1020,2189 +"57164",13537,42486,3,1020,1951 +"57165",13537,42813,3,1020,2142 +"57166",13537,42852,3,1020,1316 +"57167",13537,42914,3,1020,1737 +"57168",13537,43204,3,1020,1680 +"57169",13537,43660,3,1020,2320 +"57170",13537,44341,3,1020,1230 +"57171",13537,44636,3,1020,1026 +"57172",13537,44694,3,1020,2220 +"57173",13537,46486,3,1020,1868 +"57174",13537,46532,3,1020,2005 +"57175",13537,47082,3,1020,1990 +"57176",13537,50278,1,1020,1127 +"57177",13537,50585,3,1020,2414 +"57178",13537,51783,2,1020,2599 +"57179",13537,51879,3,1020,1771 +"57180",13537,56082,3,1020,2395 +"57181",13537,56537,3,1020,2409 +"57182",13537,57082,3,1020,1418 +"57183",13537,57492,3,1020,2855 +"57184",13537,57912,3,1020,1035 +"57185",13537,58829,3,1020,1256 +"57186",13537,59726,3,1020,1513 +"57187",13537,60879,3,1020,2792 +"57188",13537,61125,3,1020,1673 +"57189",13537,61723,3,1020,1262 +"57190",13537,62488,3,1020,1418 +"57191",13537,63077,3,1020,2778 +"57192",13537,65242,3,1020,1988 +"57193",13537,68275,3,1020,1158 +"57194",13537,69250,3,1020,1439 +"57195",13537,70070,3,1020,2425 +"57196",13537,71455,3,1020,1702 +"57197",13537,71467,3,1020,1051 +"57198",13537,72597,3,1020,1843 +"57199",13537,76286,3,1020,1642 +"57200",13537,78193,3,1020,2315 +"57201",13537,78384,3,1020,1762 +"57202",13537,80527,2,1020,1664 +"57203",13537,81486,2,1020,1297 +"57204",13537,82819,3,1020,1900 +"57205",13537,82932,3,1020,2245 +"57206",13537,83253,3,1020,1102 +"57207",13537,94525,3,1020,1993 +"57208",13537,100432,2,1020,1358 +"57209",13537,102400,3,1020,1761 +"57210",13537,104828,3,1020,1609 +"57211",13551,14,3,1451,1793 +"57212",13551,386,3,1451,1553 +"57213",13551,1685,3,1451,2230 +"57214",13551,3158,3,1451,2762 +"57215",13551,6999,3,1451,2214 +"57216",13551,9269,3,1451,1892 +"57217",13551,9740,1,1451,2233 +"57218",13551,9895,3,1451,1960 +"57219",13551,9909,3,1451,2230 +"57220",13551,10146,2,1451,1878 +"57221",13551,12007,3,1451,1594 +"57222",13551,12914,3,1451,1557 +"57223",13551,17355,3,1451,1469 +"57224",13551,17480,3,1451,2316 +"57225",13551,17499,3,1451,2954 +"57226",13551,18165,2,1451,2085 +"57227",13551,19744,2,1451,2623 +"57228",13551,19980,2,1451,2231 +"57229",13551,20695,3,1451,2526 +"57230",13551,22744,3,1451,1907 +"57231",13551,23098,3,1451,2300 +"57232",13551,28648,3,1451,1586 +"57233",13551,30092,3,1451,1593 +"57234",13551,30544,1,1451,2041 +"57235",13551,30697,3,1451,2891 +"57236",13551,30827,2,1451,2323 +"57237",13551,31898,3,1451,1916 +"57238",13551,40129,3,1451,2162 +"57239",13551,42216,3,1451,2722 +"57240",13551,42372,3,1451,2230 +"57241",13551,51212,3,1451,1801 +"57242",13551,56364,3,1451,1626 +"57243",13551,59096,3,1451,1677 +"57244",13551,75207,2,1451,2235 +"57245",13551,79461,3,1451,1667 +"57246",13551,84591,3,1451,1685 +"57247",13551,84885,3,1451,1649 +"57248",13551,92630,3,1451,1583 +"57249",13566,3493,3,2056,2451 +"57250",13566,23154,3,2056,2345 +"57251",13566,46982,3,2056,2806 +"57252",13566,47968,3,2056,2829 +"57253",13566,73582,2,2056,2075 +"57254",13573,23787,3,2774,2810 +"57255",13573,33801,3,2774,2899 +"57256",13573,36574,3,2774,2934 +"57257",13573,53475,3,2774,2853 +"57258",13595,2282,3,1164,2056 +"57259",13595,2370,2,1164,1600 +"57260",13595,3068,3,1164,1815 +"57261",13595,3158,3,1164,2762 +"57262",13595,3360,3,1164,1583 +"57263",13595,4249,2,1164,2547 +"57264",13595,4784,1,1164,2511 +"57265",13595,6020,1,1164,1864 +"57266",13595,6223,3,1164,2363 +"57267",13595,6345,2,1164,2713 +"57268",13595,6747,3,1164,2913 +"57269",13595,6999,3,1164,2214 +"57270",13595,7604,3,1164,1366 +"57271",13595,9724,2,1164,2713 +"57272",13595,9740,3,1164,2233 +"57273",13595,10701,3,1164,2000 +"57274",13595,13688,3,1164,1627 +"57275",13595,14172,2,1164,1923 +"57276",13595,14470,3,1164,2632 +"57277",13595,15782,3,1164,2306 +"57278",13595,16963,3,1164,1999 +"57279",13595,17499,3,1164,2954 +"57280",13595,17695,3,1164,1930 +"57281",13595,19366,3,1164,2279 +"57282",13595,21358,1,1164,1970 +"57283",13595,21920,3,1164,2367 +"57284",13595,22357,3,1164,1397 +"57285",13595,23550,3,1164,2939 +"57286",13595,25941,3,1164,2369 +"57287",13595,26597,3,1164,2070 +"57288",13595,28648,1,1164,1586 +"57289",13595,30544,3,1164,2041 +"57290",13595,31950,3,1164,2217 +"57291",13595,32350,3,1164,1540 +"57292",13595,34274,2,1164,1437 +"57293",13595,36399,3,1164,1357 +"57294",13595,37684,2,1164,2899 +"57295",13595,41489,1,1164,2006 +"57296",13595,43701,2,1164,2400 +"57297",13595,45297,1,1164,1864 +"57298",13595,45450,3,1164,1590 +"57299",13595,47607,3,1164,2724 +"57300",13595,48823,2,1164,2080 +"57301",13595,50468,2,1164,1659 +"57302",13595,51212,3,1164,1801 +"57303",13595,51505,3,1164,1572 +"57304",13595,52179,3,1164,1572 +"57305",13595,52386,3,1164,1830 +"57306",13595,52950,3,1164,2716 +"57307",13595,53652,2,1164,2899 +"57308",13595,54316,3,1164,1202 +"57309",13595,54488,3,1164,2357 +"57310",13595,64737,3,1164,2442 +"57311",13595,68813,2,1164,2511 +"57312",13595,76842,2,1164,1518 +"57313",13595,82217,1,1164,2441 +"57314",13595,84235,3,1164,1639 +"57315",13595,84581,3,1164,1241 +"57316",13595,86559,3,1164,1704 +"57317",13595,92366,3,1164,1434 +"57318",13595,95879,3,1164,1748 +"57319",13595,96332,3,1164,1197 +"57320",13595,108467,3,1164,2170 +"57321",13601,7795,3,2689,2789 +"57322",13601,17790,3,2689,2783 +"57323",13601,19528,3,2689,2742 +"57324",13601,33433,3,2689,2805 +"57325",13601,41945,3,2689,2856 +"57326",13601,47877,3,2689,2970 +"57327",13610,10148,3,2515,2964 +"57328",13610,11382,1,2515,2746 +"57329",13610,36441,3,2515,2796 +"57330",13671,1367,3,1371,2176 +"57331",13671,1685,1,1371,2230 +"57332",13671,1785,2,1371,2350 +"57333",13671,2424,3,1371,2582 +"57334",13671,2747,3,1371,2411 +"57335",13671,3360,2,1371,1583 +"57336",13671,3477,3,1371,2546 +"57337",13671,4698,3,1371,2481 +"57338",13671,5346,2,1371,1438 +"57339",13671,5355,2,1371,1499 +"57340",13671,5580,3,1371,2111 +"57341",13671,6063,3,1371,2349 +"57342",13671,6621,3,1371,2478 +"57343",13671,6999,3,1371,2214 +"57344",13671,7245,3,1371,2089 +"57345",13671,7499,3,1371,1803 +"57346",13671,9654,3,1371,2111 +"57347",13671,10250,3,1371,1606 +"57348",13671,11154,2,1371,1594 +"57349",13671,11521,3,1371,1559 +"57350",13671,12000,1,1371,1454 +"57351",13671,12007,2,1371,1594 +"57352",13671,14095,3,1371,2186 +"57353",13671,15150,3,1371,2801 +"57354",13671,15207,2,1371,1855 +"57355",13671,15453,3,1371,1688 +"57356",13671,15558,3,1371,2389 +"57357",13671,16067,3,1371,2727 +"57358",13671,16524,3,1371,1556 +"57359",13671,18217,3,1371,1566 +"57360",13671,18348,3,1371,1711 +"57361",13671,18415,3,1371,2184 +"57362",13671,19002,2,1371,2053 +"57363",13671,19296,3,1371,1705 +"57364",13671,19366,3,1371,2279 +"57365",13671,20011,3,1371,2826 +"57366",13671,20709,3,1371,1757 +"57367",13671,21249,3,1371,1635 +"57368",13671,21929,3,1371,2062 +"57369",13671,22744,2,1371,1907 +"57370",13671,25330,3,1371,2370 +"57371",13671,26698,3,1371,1963 +"57372",13671,27074,2,1371,1454 +"57373",13671,28195,3,1371,1407 +"57374",13671,28970,3,1371,2111 +"57375",13671,30262,3,1371,1715 +"57376",13671,30943,3,1371,2287 +"57377",13671,31295,3,1371,2183 +"57378",13671,31794,2,1371,1919 +"57379",13671,32079,3,1371,2315 +"57380",13671,32939,3,1371,2277 +"57381",13671,33223,3,1371,2397 +"57382",13671,33363,3,1371,2475 +"57383",13671,35186,3,1371,1520 +"57384",13671,40129,3,1371,2162 +"57385",13671,40542,3,1371,1664 +"57386",13671,42642,3,1371,2257 +"57387",13671,43311,2,1371,1553 +"57388",13671,45664,2,1371,2235 +"57389",13671,46049,3,1371,2102 +"57390",13671,46803,3,1371,2305 +"57391",13671,49069,3,1371,1694 +"57392",13671,49147,3,1371,2539 +"57393",13671,49415,3,1371,2654 +"57394",13671,50621,3,1371,2809 +"57395",13671,51173,3,1371,1829 +"57396",13671,53648,2,1371,2167 +"57397",13671,53968,3,1371,2703 +"57398",13671,55377,3,1371,1499 +"57399",13671,56168,3,1371,1466 +"57400",13671,57804,3,1371,2214 +"57401",13671,63641,3,1371,2337 +"57402",13671,67726,3,1371,2873 +"57403",13671,69716,3,1371,2632 +"57404",13671,70656,3,1371,2771 +"57405",13671,74818,3,1371,1440 +"57406",13671,76672,3,1371,1930 +"57407",13671,76997,3,1371,2223 +"57408",13671,77057,3,1371,1866 +"57409",13671,77095,3,1371,1622 +"57410",13671,79461,3,1371,1667 +"57411",13671,79547,3,1371,1909 +"57412",13671,80377,2,1371,1384 +"57413",13671,85356,3,1371,1492 +"57414",13671,85638,2,1371,2275 +"57415",13671,86559,3,1371,1704 +"57416",13671,87190,2,1371,1704 +"57417",13671,88171,3,1371,1488 +"57418",13671,96700,3,1371,1602 +"57419",13671,99557,3,1371,1703 +"57420",13688,3158,2,1627,2762 +"57421",13688,4249,3,1627,2547 +"57422",13688,4784,3,1627,2511 +"57423",13688,6020,3,1627,1864 +"57424",13688,6223,3,1627,2363 +"57425",13688,9740,3,1627,2233 +"57426",13688,12966,3,1627,2011 +"57427",13688,21358,3,1627,1970 +"57428",13688,30544,3,1627,2041 +"57429",13688,41489,3,1627,2006 +"57430",13688,45297,2,1627,1864 +"57431",13688,82217,3,1627,2441 +"57432",13699,669,2,1355,1423 +"57433",13699,997,3,1355,2788 +"57434",13699,1046,3,1355,1881 +"57435",13699,6241,3,1355,2264 +"57436",13699,8533,3,1355,2251 +"57437",13699,8621,3,1355,1681 +"57438",13699,8762,3,1355,2585 +"57439",13699,10746,3,1355,1506 +"57440",13699,10859,3,1355,2231 +"57441",13699,12542,3,1355,1888 +"57442",13699,13601,3,1355,2689 +"57443",13699,15539,3,1355,1929 +"57444",13699,15713,3,1355,1646 +"57445",13699,17721,3,1355,1410 +"57446",13699,17938,3,1355,1410 +"57447",13699,19199,2,1355,2263 +"57448",13699,19813,2,1355,1744 +"57449",13699,20496,3,1355,2530 +"57450",13699,24405,3,1355,1443 +"57451",13699,24608,3,1355,1630 +"57452",13699,24721,3,1355,2326 +"57453",13699,25874,3,1355,2088 +"57454",13699,27104,2,1355,1608 +"57455",13699,31623,3,1355,1712 +"57456",13699,32761,3,1355,2680 +"57457",13699,33991,3,1355,2249 +"57458",13699,35069,3,1355,2069 +"57459",13699,35360,3,1355,2043 +"57460",13699,39278,3,1355,1952 +"57461",13699,40913,3,1355,1800 +"57462",13699,45927,3,1355,1542 +"57463",13699,51035,3,1355,2397 +"57464",13699,56859,3,1355,2319 +"57465",13699,57977,2,1355,2683 +"57466",13699,62739,3,1355,2753 +"57467",13699,62832,2,1355,2606 +"57468",13699,71992,3,1355,2966 +"57469",13699,72088,3,1355,2728 +"57470",13699,76356,3,1355,2323 +"57471",13699,84567,1,1355,2767 +"57472",13699,84799,3,1355,2656 +"57473",13699,86730,3,1355,1780 +"57474",13699,118202,3,1355,1509 +"57475",13712,1256,3,550,1212 +"57476",13712,1393,2,550,1706 +"57477",13712,2014,2,550,973 +"57478",13712,2370,3,550,1600 +"57479",13712,3158,3,550,2762 +"57480",13712,3506,3,550,2364 +"57481",13712,7123,2,550,1964 +"57482",13712,7900,3,550,893 +"57483",13712,7903,2,550,744 +"57484",13712,7932,3,550,789 +"57485",13712,9088,1,550,1881 +"57486",13712,9269,3,550,1892 +"57487",13712,9342,3,550,896 +"57488",13712,10610,3,550,1427 +"57489",13712,12632,3,550,1174 +"57490",13712,16347,3,550,1868 +"57491",13712,16455,3,550,946 +"57492",13712,16757,3,550,1755 +"57493",13712,16866,3,550,2718 +"57494",13712,17925,3,550,2385 +"57495",13712,18574,3,550,2305 +"57496",13712,19690,2,550,706 +"57497",13712,21920,3,550,2367 +"57498",13712,22389,3,550,2034 +"57499",13712,31950,3,550,2217 +"57500",13712,31990,2,550,2264 +"57501",13712,32629,1,550,1789 +"57502",13712,32724,3,550,2581 +"57503",13712,32939,3,550,2277 +"57504",13712,36275,3,550,614 +"57505",13712,36440,1,550,704 +"57506",13712,37801,2,550,2578 +"57507",13712,40510,3,550,943 +"57508",13712,41075,2,550,1176 +"57509",13712,41350,3,550,1935 +"57510",13712,44312,2,550,2741 +"57511",13712,44421,2,550,956 +"57512",13712,44744,3,550,2032 +"57513",13712,45449,2,550,1610 +"57514",13712,45450,2,550,1590 +"57515",13712,45562,2,550,623 +"57516",13712,48254,3,550,1013 +"57517",13712,48781,2,550,954 +"57518",13712,48823,3,550,2080 +"57519",13712,48931,2,550,2444 +"57520",13712,52654,3,550,588 +"57521",13712,53445,2,550,2028 +"57522",13712,55493,3,550,869 +"57523",13712,55674,3,550,718 +"57524",13712,57804,3,550,2214 +"57525",13712,61921,3,550,1793 +"57526",13712,64803,2,550,841 +"57527",13712,65054,3,550,2593 +"57528",13712,66017,2,550,1545 +"57529",13712,68884,3,550,1011 +"57530",13712,77167,3,550,836 +"57531",13712,78257,3,550,590 +"57532",13712,78800,3,550,652 +"57533",13712,79639,2,550,1013 +"57534",13712,80186,3,550,2228 +"57535",13712,80807,3,550,1597 +"57536",13712,83206,3,550,954 +"57537",13712,83264,3,550,1922 +"57538",13712,84378,3,550,1265 +"57539",13712,84581,3,550,1241 +"57540",13712,90852,2,550,764 +"57541",13712,92366,3,550,1434 +"57542",13712,92469,2,550,1232 +"57543",13712,93642,3,550,1120 +"57544",13712,96197,3,550,1670 +"57545",13712,96387,2,550,2159 +"57546",13712,97706,2,550,1121 +"57547",13712,98436,3,550,1212 +"57548",13712,100084,2,550,1964 +"57549",13712,102581,3,550,1813 +"57550",13712,103989,3,550,1207 +"57551",13712,115338,2,550,625 +"57552",13712,116484,2,550,902 +"57553",13712,116771,3,550,623 +"57554",13720,237,3,1558,1982 +"57555",13720,2111,3,1558,1904 +"57556",13720,2206,3,1558,2536 +"57557",13720,6588,3,1558,2025 +"57558",13720,9272,3,1558,2835 +"57559",13720,9504,2,1558,2549 +"57560",13720,9615,3,1558,2464 +"57561",13720,9787,3,1558,2858 +"57562",13720,13065,3,1558,1561 +"57563",13720,13068,3,1558,1778 +"57564",13720,13920,3,1558,1709 +"57565",13720,14915,3,1558,2606 +"57566",13720,16286,3,1558,2470 +"57567",13720,16501,3,1558,1650 +"57568",13720,21487,2,1558,2203 +"57569",13720,22578,3,1558,2216 +"57570",13720,24176,3,1558,1986 +"57571",13720,29495,3,1558,1612 +"57572",13720,37059,2,1558,2840 +"57573",13720,37060,3,1558,2840 +"57574",13720,41969,2,1558,2189 +"57575",13720,42256,3,1558,2839 +"57576",13720,46384,1,1558,2285 +"57577",13720,46629,3,1558,2255 +"57578",13720,47654,3,1558,1664 +"57579",13720,56094,3,1558,2343 +"57580",13720,59788,2,1558,2315 +"57581",13720,62066,3,1558,2281 +"57582",13720,65242,1,1558,1988 +"57583",13720,67908,3,1558,2385 +"57584",13720,70070,3,1558,2425 +"57585",13724,602,2,1573,2632 +"57586",13724,762,3,1573,2671 +"57587",13724,6982,3,1573,2034 +"57588",13724,12703,3,1573,2689 +"57589",13724,14103,3,1573,2204 +"57590",13724,14723,3,1573,2019 +"57591",13724,15453,3,1573,1688 +"57592",13724,21249,2,1573,1635 +"57593",13724,22311,2,1573,2034 +"57594",13724,42196,3,1573,2765 +"57595",13724,42642,3,1573,2257 +"57596",13724,46580,3,1573,2346 +"57597",13724,51055,3,1573,2558 +"57598",13724,53968,3,1573,2703 +"57599",13724,60516,3,1573,2257 +"57600",13724,68696,3,1573,1776 +"57601",13724,77811,2,1573,1871 +"57602",13724,86152,3,1573,1944 +"57603",13732,841,3,2789,2964 +"57604",13732,1262,3,2789,2973 +"57605",13732,10779,3,2789,2881 +"57606",13732,16195,3,2789,2964 +"57607",13732,16725,3,2789,2830 +"57608",13732,17826,3,2789,2920 +"57609",13732,18151,2,2789,2962 +"57610",13732,19872,3,2789,2913 +"57611",13732,25530,3,2789,2884 +"57612",13732,34327,3,2789,2959 +"57613",13732,36962,2,2789,2861 +"57614",13732,41872,3,2789,2974 +"57615",13732,60879,3,2789,2792 +"57616",13732,71369,3,2789,2838 +"57617",13751,39444,3,2557,2695 +"57618",13760,47529,3,2871,2914 +"57619",13780,997,2,2412,2788 +"57620",13780,1692,3,2412,2443 +"57621",13780,3164,3,2412,2693 +"57622",13780,3495,3,2412,2431 +"57623",13780,3961,3,2412,2426 +"57624",13780,5239,2,2412,2875 +"57625",13780,6030,2,2412,2953 +"57626",13780,7984,3,2412,2493 +"57627",13780,8760,3,2412,2477 +"57628",13780,9272,3,2412,2835 +"57629",13780,9362,3,2412,2879 +"57630",13780,11456,2,2412,2715 +"57631",13780,11477,3,2412,2724 +"57632",13780,13573,3,2412,2774 +"57633",13780,13639,3,2412,2887 +"57634",13780,13732,3,2412,2789 +"57635",13780,16826,3,2412,2599 +"57636",13780,17549,3,2412,2647 +"57637",13780,21138,3,2412,2849 +"57638",13780,26865,3,2412,2726 +"57639",13780,28168,3,2412,2702 +"57640",13780,29004,1,2412,2596 +"57641",13780,29095,3,2412,2531 +"57642",13780,30747,1,2412,2455 +"57643",13780,30906,3,2412,2537 +"57644",13780,36120,3,2412,2971 +"57645",13780,36559,3,2412,2473 +"57646",13780,36962,3,2412,2861 +"57647",13780,38227,2,2412,2511 +"57648",13780,40487,3,2412,2512 +"57649",13780,42196,2,2412,2765 +"57650",13780,42574,3,2412,2842 +"57651",13780,43226,3,2412,2442 +"57652",13780,48605,3,2412,2796 +"57653",13780,53219,3,2412,2973 +"57654",13780,53293,3,2412,2916 +"57655",13780,57529,2,2412,2462 +"57656",13780,57977,3,2412,2683 +"57657",13780,69335,3,2412,2698 +"57658",13780,78150,3,2412,2581 +"57659",13780,82929,3,2412,2475 +"57660",13780,92757,3,2412,2615 +"57661",13780,99351,3,2412,2939 +"57662",13801,1201,3,2041,2489 +"57663",13801,1315,3,2041,2760 +"57664",13801,3164,3,2041,2693 +"57665",13801,3966,3,2041,2425 +"57666",13801,4583,3,2041,2741 +"57667",13801,6044,3,2041,2744 +"57668",13801,6062,3,2041,2681 +"57669",13801,6363,3,2041,2066 +"57670",13801,7508,3,2041,2396 +"57671",13801,11477,3,2041,2724 +"57672",13801,13158,3,2041,2667 +"57673",13801,13479,2,2041,2155 +"57674",13801,13929,3,2041,2693 +"57675",13801,15003,3,2041,2067 +"57676",13801,20643,2,2041,2341 +"57677",13801,21479,3,2041,2134 +"57678",13801,23223,3,2041,2094 +"57679",13801,23725,3,2041,2378 +"57680",13801,33949,3,2041,2489 +"57681",13801,36031,3,2041,2342 +"57682",13801,41972,3,2041,2509 +"57683",13801,42196,3,2041,2765 +"57684",13801,45290,3,2041,2731 +"57685",13801,50134,3,2041,2674 +"57686",13801,50785,3,2041,2877 +"57687",13801,54929,3,2041,2783 +"57688",13801,55691,3,2041,2856 +"57689",13801,59539,3,2041,2429 +"57690",13801,70046,3,2041,2624 +"57691",13801,99215,3,2041,2791 +"57692",13808,1323,3,1356,1659 +"57693",13808,2057,3,1356,1965 +"57694",13808,2337,3,1356,1697 +"57695",13808,2540,3,1356,1398 +"57696",13808,2704,3,1356,2609 +"57697",13808,3127,3,1356,2273 +"57698",13808,3163,3,1356,2020 +"57699",13808,4705,3,1356,1714 +"57700",13808,5610,3,1356,2223 +"57701",13808,8865,2,1356,2394 +"57702",13808,9311,3,1356,2477 +"57703",13808,9520,3,1356,2089 +"57704",13808,10148,3,1356,2964 +"57705",13808,10754,3,1356,1797 +"57706",13808,11538,3,1356,2288 +"57707",13808,12388,3,1356,1975 +"57708",13808,14817,3,1356,2110 +"57709",13808,15734,3,1356,1616 +"57710",13808,18165,3,1356,2085 +"57711",13808,18735,3,1356,1581 +"57712",13808,19433,3,1356,2504 +"57713",13808,25078,2,1356,2312 +"57714",13808,27908,2,1356,2576 +"57715",13808,29286,3,1356,1612 +"57716",13808,29454,3,1356,2719 +"57717",13808,30906,3,1356,2537 +"57718",13808,31890,3,1356,1487 +"57719",13808,32606,3,1356,2100 +"57720",13808,33433,3,1356,2805 +"57721",13808,35903,2,1356,1434 +"57722",13808,36637,2,1356,2085 +"57723",13808,36953,3,1356,2790 +"57724",13808,39062,3,1356,2020 +"57725",13808,40572,3,1356,2666 +"57726",13808,42813,3,1356,2142 +"57727",13808,46486,2,1356,1868 +"57728",13808,46742,2,1356,2144 +"57729",13808,47595,3,1356,2374 +"57730",13808,47803,2,1356,2477 +"57731",13808,48377,3,1356,1927 +"57732",13808,49787,2,1356,2352 +"57733",13808,49812,3,1356,1816 +"57734",13808,50335,3,1356,1893 +"57735",13808,52136,3,1356,1412 +"57736",13808,55862,3,1356,2123 +"57737",13808,59637,3,1356,2141 +"57738",13808,65856,3,1356,2504 +"57739",13808,69232,3,1356,2130 +"57740",13808,74190,3,1356,1428 +"57741",13808,83862,2,1356,2026 +"57742",13835,377,3,1588,2389 +"57743",13835,543,3,1588,2203 +"57744",13835,733,3,1588,1653 +"57745",13835,1151,3,1588,2885 +"57746",13835,1495,3,1588,2046 +"57747",13835,1616,3,1588,2662 +"57748",13835,2484,2,1588,2389 +"57749",13835,2766,3,1588,1920 +"57750",13835,3161,3,1588,2229 +"57751",13835,5504,3,1588,2389 +"57752",13835,6222,3,1588,1949 +"57753",13835,7323,3,1588,2858 +"57754",13835,7992,3,1588,2033 +"57755",13835,9311,3,1588,2477 +"57756",13835,10215,3,1588,2006 +"57757",13835,12778,2,1588,2045 +"57758",13835,13324,3,1588,2163 +"57759",13835,13479,3,1588,2155 +"57760",13835,14959,3,1588,2898 +"57761",13835,17245,3,1588,1811 +"57762",13835,17520,2,1588,2276 +"57763",13835,18891,3,1588,1596 +"57764",13835,19606,3,1588,2783 +"57765",13835,20162,3,1588,2328 +"57766",13835,20700,3,1588,2861 +"57767",13835,21479,2,1588,2134 +"57768",13835,23268,3,1588,2258 +"57769",13835,24753,3,1588,2860 +"57770",13835,25874,3,1588,2088 +"57771",13835,27427,3,1588,2325 +"57772",13835,32516,3,1588,2050 +"57773",13835,35256,3,1588,2271 +"57774",13835,36637,3,1588,2085 +"57775",13835,37238,3,1588,2609 +"57776",13835,37570,3,1588,2389 +"57777",13835,38921,2,1588,1880 +"57778",13835,41945,3,1588,2856 +"57779",13835,42264,2,1588,1702 +"57780",13835,43455,3,1588,2846 +"57781",13835,44885,3,1588,2670 +"57782",13835,44899,3,1588,2386 +"57783",13835,50252,2,1588,2001 +"57784",13835,50667,2,1588,2719 +"57785",13835,55906,3,1588,2851 +"57786",13835,59140,3,1588,2528 +"57787",13835,61188,1,1588,2134 +"57788",13835,64699,2,1588,2797 +"57789",13835,67145,3,1588,2015 +"57790",13837,600,3,1604,1702 +"57791",13837,733,3,1604,1653 +"57792",13837,913,3,1604,2144 +"57793",13837,1592,3,1604,2006 +"57794",13837,1691,2,1604,1941 +"57795",13837,3878,3,1604,1890 +"57796",13837,6104,3,1604,2462 +"57797",13837,6252,3,1604,2336 +"57798",13837,6390,3,1604,2385 +"57799",13837,6417,3,1604,1675 +"57800",13837,7515,2,1604,2737 +"57801",13837,7616,3,1604,2296 +"57802",13837,9432,3,1604,1693 +"57803",13837,11060,3,1604,2155 +"57804",13837,11218,3,1604,2292 +"57805",13837,11516,3,1604,1937 +"57806",13837,13801,3,1604,2041 +"57807",13837,13929,3,1604,2693 +"57808",13837,14108,3,1604,2012 +"57809",13837,16539,3,1604,1947 +"57810",13837,17396,3,1604,1672 +"57811",13837,18543,3,1604,2968 +"57812",13837,19208,3,1604,2629 +"57813",13837,19322,3,1604,2048 +"57814",13837,19605,3,1604,2395 +"57815",13837,20407,3,1604,2339 +"57816",13837,20643,2,1604,2341 +"57817",13837,22331,3,1604,2687 +"57818",13837,23132,3,1604,2756 +"57819",13837,24568,3,1604,1937 +"57820",13837,25565,3,1604,2764 +"57821",13837,26706,2,1604,1846 +"57822",13837,29170,2,1604,1846 +"57823",13837,33622,3,1604,2230 +"57824",13837,35738,3,1604,2448 +"57825",13837,36439,3,1604,2469 +"57826",13837,37509,3,1604,1640 +"57827",13837,38213,2,1604,1744 +"57828",13837,39516,3,1604,2393 +"57829",13837,40368,1,1604,2876 +"57830",13837,47082,3,1604,1990 +"57831",13837,49620,2,1604,1868 +"57832",13837,50480,3,1604,2701 +"57833",13837,51319,3,1604,2488 +"57834",13837,53069,3,1604,1664 +"57835",13837,54929,3,1604,2783 +"57836",13837,58221,3,1604,1787 +"57837",13837,59700,2,1604,2346 +"57838",13837,62219,3,1604,2494 +"57839",13837,63409,2,1604,1937 +"57840",13837,64857,3,1604,1792 +"57841",13837,71274,3,1604,2390 +"57842",13837,73305,3,1604,2544 +"57843",13837,74636,2,1604,2525 +"57844",13837,79804,3,1604,2227 +"57845",13837,80429,3,1604,1927 +"57846",13837,85716,3,1604,1609 +"57847",13837,88232,2,1604,2881 +"57848",13837,92322,1,1604,2393 +"57849",13842,448,3,2250,2693 +"57850",13842,1745,2,2250,2693 +"57851",13842,6697,3,2250,2438 +"57852",13842,11218,3,2250,2292 +"57853",13842,16286,3,2250,2470 +"57854",13842,19380,3,2250,2637 +"57855",13842,29095,3,2250,2531 +"57856",13842,33537,1,2250,2406 +"57857",13842,34216,3,2250,2832 +"57858",13842,64967,3,2250,2872 +"57859",13842,66693,1,2250,2554 +"57860",13842,73172,3,2250,2496 +"57861",13842,111375,3,2250,2686 +"57862",13849,6255,3,2740,2895 +"57863",13861,1685,2,1197,2230 +"57864",13861,1785,3,1197,2350 +"57865",13861,3360,3,1197,1583 +"57866",13861,4313,3,1197,2368 +"57867",13861,4698,2,1197,2481 +"57868",13861,5346,3,1197,1438 +"57869",13861,5355,2,1197,1499 +"57870",13861,11154,2,1197,1594 +"57871",13861,11429,3,1197,2520 +"57872",13861,12000,2,1197,1454 +"57873",13861,12007,3,1197,1594 +"57874",13861,13671,1,1197,1371 +"57875",13861,14095,3,1197,2186 +"57876",13861,14761,3,1197,2502 +"57877",13861,15207,3,1197,1855 +"57878",13861,19002,3,1197,2053 +"57879",13861,19296,3,1197,1705 +"57880",13861,19366,3,1197,2279 +"57881",13861,22744,3,1197,1907 +"57882",13861,25330,3,1197,2370 +"57883",13861,27074,3,1197,1454 +"57884",13861,31794,3,1197,1919 +"57885",13861,33755,3,1197,2963 +"57886",13861,37342,3,1197,2649 +"57887",13861,43311,3,1197,1553 +"57888",13861,45664,3,1197,2235 +"57889",13861,50621,3,1197,2809 +"57890",13861,53648,3,1197,2167 +"57891",13861,55377,3,1197,1499 +"57892",13861,56116,3,1197,1321 +"57893",13861,70656,3,1197,2771 +"57894",13861,80377,3,1197,1384 +"57895",13861,80942,3,1197,1240 +"57896",13861,85638,3,1197,2275 +"57897",13861,87190,3,1197,1704 +"57898",13861,88171,3,1197,1488 +"57899",13861,94520,3,1197,1243 +"57900",13869,1592,3,1786,2006 +"57901",13869,8274,3,1786,1909 +"57902",13869,9175,3,1786,2639 +"57903",13869,12432,2,1786,1816 +"57904",13869,12449,1,1786,2067 +"57905",13869,18277,3,1786,2309 +"57906",13869,20486,3,1786,1908 +"57907",13869,24558,2,1786,2139 +"57908",13869,26671,3,1786,2279 +"57909",13869,48274,2,1786,1979 +"57910",13869,51925,3,1786,2307 +"57911",13869,57353,3,1786,1849 +"57912",13869,73786,2,1786,2937 +"57913",13869,88232,3,1786,2881 +"57914",13879,34216,3,2748,2832 +"57915",13879,42256,3,2748,2839 +"57916",13890,600,3,1482,1702 +"57917",13890,913,3,1482,2144 +"57918",13890,10739,3,1482,1807 +"57919",13890,11516,3,1482,1937 +"57920",13890,12199,3,1482,1651 +"57921",13890,17698,3,1482,1559 +"57922",13890,18315,3,1482,2720 +"57923",13890,23132,3,1482,2756 +"57924",13890,24568,2,1482,1937 +"57925",13890,35302,3,1482,1589 +"57926",13890,36031,3,1482,2342 +"57927",13890,63409,3,1482,1937 +"57928",13890,73305,2,1482,2544 +"57929",13890,80429,3,1482,1927 +"57930",13890,83907,3,1482,2056 +"57931",13890,89681,3,1482,1978 +"57932",13890,107649,3,1482,1573 +"57933",13895,312,3,687,2038 +"57934",13895,512,3,687,1596 +"57935",13895,1691,3,687,1941 +"57936",13895,2181,2,687,2030 +"57937",13895,2533,3,687,2016 +"57938",13895,3305,3,687,2839 +"57939",13895,3878,3,687,1890 +"57940",13895,3966,3,687,2425 +"57941",13895,4687,2,687,2152 +"57942",13895,6390,2,687,2385 +"57943",13895,6428,3,687,1952 +"57944",13895,6491,3,687,2424 +"57945",13895,8011,1,687,889 +"57946",13895,9432,3,687,1693 +"57947",13895,11006,3,687,1950 +"57948",13895,11434,2,687,1187 +"57949",13895,11516,3,687,1937 +"57950",13895,12199,2,687,1651 +"57951",13895,12828,3,687,799 +"57952",13895,14108,3,687,2012 +"57953",13895,15799,1,687,1917 +"57954",13895,16120,3,687,1237 +"57955",13895,19718,3,687,1702 +"57956",13895,20665,3,687,1311 +"57957",13895,22639,3,687,2352 +"57958",13895,23132,3,687,2756 +"57959",13895,23526,2,687,1998 +"57960",13895,23715,3,687,1859 +"57961",13895,24568,3,687,1937 +"57962",13895,25289,3,687,1790 +"57963",13895,25577,3,687,1946 +"57964",13895,25816,2,687,2088 +"57965",13895,27628,3,687,2389 +"57966",13895,27694,3,687,2030 +"57967",13895,31235,3,687,2668 +"57968",13895,34836,3,687,2302 +"57969",13895,34945,3,687,1298 +"57970",13895,35302,3,687,1589 +"57971",13895,38019,3,687,1870 +"57972",13895,38300,3,687,1149 +"57973",13895,43226,3,687,2442 +"57974",13895,46469,3,687,759 +"57975",13895,47435,3,687,878 +"57976",13895,47445,3,687,2668 +"57977",13895,47585,3,687,794 +"57978",13895,52323,2,687,2148 +"57979",13895,52327,3,687,1472 +"57980",13895,53069,3,687,1664 +"57981",13895,53303,3,687,1376 +"57982",13895,53519,3,687,2781 +"57983",13895,54855,3,687,1525 +"57984",13895,57129,3,687,1858 +"57985",13895,57990,2,687,978 +"57986",13895,58427,3,687,2234 +"57987",13895,59700,2,687,2346 +"57988",13895,59790,3,687,1827 +"57989",13895,60661,3,687,2700 +"57990",13895,62219,3,687,2494 +"57991",13895,62602,2,687,1172 +"57992",13895,62961,3,687,926 +"57993",13895,63409,3,687,1937 +"57994",13895,72468,3,687,2292 +"57995",13895,76127,3,687,910 +"57996",13895,79804,3,687,2227 +"57997",13895,80429,3,687,1927 +"57998",13895,81326,2,687,758 +"57999",13895,88808,3,687,1462 +"58000",13895,90378,3,687,890 +"58001",13895,97013,3,687,1797 +"58002",13895,107649,3,687,1573 +"58003",13899,1822,3,2650,2888 +"58004",13899,32395,3,2650,2735 +"58005",13899,42216,3,2650,2722 +"58006",13905,212,3,452,1513 +"58007",13905,1044,3,452,880 +"58008",13905,1826,2,452,924 +"58009",13905,4790,3,452,1025 +"58010",13905,4791,3,452,1184 +"58011",13905,6718,3,452,2138 +"58012",13905,8910,3,452,1054 +"58013",13905,9364,3,452,1698 +"58014",13905,16332,3,452,2668 +"58015",13905,16940,3,452,1290 +"58016",13905,17376,3,452,1202 +"58017",13905,20287,3,452,1099 +"58018",13905,20975,2,452,1305 +"58019",13905,20988,3,452,455 +"58020",13905,21198,3,452,935 +"58021",13905,21693,3,452,2176 +"58022",13905,22326,2,452,2818 +"58023",13905,22362,3,452,1836 +"58024",13905,23450,3,452,967 +"58025",13905,23729,3,452,1624 +"58026",13905,24755,3,452,1319 +"58027",13905,25305,3,452,2447 +"58028",13905,26749,3,452,2965 +"58029",13905,28015,2,452,1624 +"58030",13905,29705,3,452,607 +"58031",13905,29962,3,452,2201 +"58032",13905,38019,3,452,1870 +"58033",13905,39238,3,452,922 +"58034",13905,47772,3,452,2293 +"58035",13905,51953,2,452,551 +"58036",13905,53323,3,452,2677 +"58037",13905,56317,3,452,2030 +"58038",13905,71342,3,452,1289 +"58039",13905,72956,3,452,1251 +"58040",13905,73786,3,452,2937 +"58041",13905,75948,3,452,1006 +"58042",13905,76284,3,452,1237 +"58043",13905,77305,2,452,965 +"58044",13905,81588,2,452,1568 +"58045",13905,89097,2,452,935 +"58046",13905,89541,3,452,525 +"58047",13905,92220,2,452,607 +"58048",13905,101295,1,452,2165 +"58049",13905,115622,1,452,1895 +"58050",13920,160,3,1709,2007 +"58051",13920,237,3,1709,1982 +"58052",13920,728,3,1709,1812 +"58053",13920,798,3,1709,2476 +"58054",13920,1639,3,1709,2631 +"58055",13920,2407,3,1709,1725 +"58056",13920,4032,3,1709,1763 +"58057",13920,4066,3,1709,1736 +"58058",13920,4367,3,1709,2794 +"58059",13920,4916,3,1709,1970 +"58060",13920,6119,3,1709,2358 +"58061",13920,7896,3,1709,2447 +"58062",13920,8604,3,1709,2799 +"58063",13920,8726,3,1709,2083 +"58064",13920,9241,3,1709,2338 +"58065",13920,9503,3,1709,2453 +"58066",13920,9504,3,1709,2549 +"58067",13920,10129,3,1709,2124 +"58068",13920,12397,3,1709,1965 +"58069",13920,12577,2,1709,2530 +"58070",13920,14754,3,1709,2456 +"58071",13920,16205,2,1709,2630 +"58072",13920,18965,3,1709,2315 +"58073",13920,19386,3,1709,1714 +"58074",13920,21324,3,1709,2413 +"58075",13920,24176,3,1709,1986 +"58076",13920,28081,2,1709,1927 +"58077",13920,32110,3,1709,2224 +"58078",13920,32775,3,1709,2135 +"58079",13920,35477,2,1709,2703 +"58080",13920,35980,2,1709,2657 +"58081",13920,39534,3,1709,2410 +"58082",13920,43593,3,1709,2704 +"58083",13920,51038,3,1709,2400 +"58084",13920,56094,3,1709,2343 +"58085",13920,57180,3,1709,2703 +"58086",13920,58238,2,1709,1944 +"58087",13920,59610,2,1709,2448 +"58088",13920,68789,3,1709,1929 +"58089",13920,74605,2,1709,2265 +"58090",13920,81753,2,1709,1736 +"58091",13920,106428,3,1709,2321 +"58092",13920,115059,3,1709,2552 +"58093",13925,2766,3,1515,1920 +"58094",13925,4567,3,1515,2348 +"58095",13925,4763,3,1515,1960 +"58096",13925,5462,3,1515,2374 +"58097",13925,7759,3,1515,2844 +"58098",13925,10874,3,1515,1891 +"58099",13925,15184,3,1515,2396 +"58100",13925,19027,2,1515,2721 +"58101",13925,20700,3,1515,2861 +"58102",13925,31799,2,1515,2547 +"58103",13925,33160,3,1515,2441 +"58104",13925,48242,1,1515,1690 +"58105",13925,58035,3,1515,1646 +"58106",13925,65029,2,1515,2954 +"58107",13929,13732,3,2693,2789 +"58108",13929,14959,3,2693,2898 +"58109",13929,19027,3,2693,2721 +"58110",13929,26865,3,2693,2726 +"58111",13929,36962,1,2693,2861 +"58112",13929,39444,3,2693,2695 +"58113",13929,44427,3,2693,2875 +"58114",13929,55691,1,2693,2856 +"58115",13930,3158,3,1274,2762 +"58116",13930,4691,3,1274,1888 +"58117",13930,4968,3,1274,1586 +"58118",13930,10146,3,1274,1878 +"58119",13930,11521,3,1274,1559 +"58120",13930,12116,2,1274,2119 +"58121",13930,12598,3,1274,2086 +"58122",13930,13340,3,1274,1918 +"58123",13930,14442,3,1274,2700 +"58124",13930,16896,3,1274,2223 +"58125",13930,17499,3,1274,2954 +"58126",13930,19476,3,1274,1708 +"58127",13930,20709,3,1274,1757 +"58128",13930,20739,3,1274,2025 +"58129",13930,22410,3,1274,2158 +"58130",13930,25678,3,1274,1558 +"58131",13930,27027,3,1274,2285 +"58132",13930,28648,3,1274,1586 +"58133",13930,36840,3,1274,2269 +"58134",13930,42407,3,1274,2408 +"58135",13930,48501,3,1274,2010 +"58136",13930,51212,3,1274,1801 +"58137",13930,64912,3,1274,2099 +"58138",13930,77719,3,1274,2086 +"58139",13944,2524,3,1671,1708 +"58140",13944,18965,3,1671,2315 +"58141",13945,42,3,1324,2265 +"58142",13945,499,3,1324,1931 +"58143",13945,543,3,1324,2203 +"58144",13945,671,2,1324,2328 +"58145",13945,1090,2,1324,2370 +"58146",13945,1321,3,1324,2075 +"58147",13945,1691,3,1324,1941 +"58148",13945,1777,3,1324,1965 +"58149",13945,1875,3,1324,1786 +"58150",13945,2036,3,1324,2483 +"58151",13945,2166,2,1324,2557 +"58152",13945,2181,3,1324,2030 +"58153",13945,2754,1,1324,1360 +"58154",13945,3088,2,1324,1670 +"58155",13945,3830,3,1324,1661 +"58156",13945,4226,3,1324,1903 +"58157",13945,4618,3,1324,2607 +"58158",13945,4671,3,1324,2280 +"58159",13945,5258,3,1324,2730 +"58160",13945,5462,3,1324,2374 +"58161",13945,5504,3,1324,2389 +"58162",13945,6390,3,1324,2385 +"58163",13945,12096,2,1324,1330 +"58164",13945,13929,3,1324,2693 +"58165",13945,14108,3,1324,2012 +"58166",13945,15184,3,1324,2396 +"58167",13945,15539,3,1324,1929 +"58168",13945,16497,3,1324,2370 +"58169",13945,18543,2,1324,2968 +"58170",13945,19027,3,1324,2721 +"58171",13945,20162,3,1324,2328 +"58172",13945,20824,3,1324,1366 +"58173",13945,22964,3,1324,1443 +"58174",13945,24579,3,1324,1394 +"58175",13945,25341,3,1324,1858 +"58176",13945,26570,2,1324,1669 +"58177",13945,26608,3,1324,2329 +"58178",13945,27478,3,1324,2485 +"58179",13945,30386,3,1324,1833 +"58180",13945,31799,2,1324,2547 +"58181",13945,35256,3,1324,2271 +"58182",13945,39444,3,1324,2695 +"58183",13945,41747,3,1324,1722 +"58184",13945,43518,3,1324,2680 +"58185",13945,44427,1,1324,2875 +"58186",13945,46596,3,1324,1942 +"58187",13945,46621,3,1324,1343 +"58188",13945,47248,3,1324,2883 +"58189",13945,51017,3,1324,2073 +"58190",13945,51022,3,1324,1499 +"58191",13945,53031,3,1324,2065 +"58192",13945,53851,3,1324,2305 +"58193",13945,55556,2,1324,2075 +"58194",13945,55691,3,1324,2856 +"58195",13945,58035,3,1324,1646 +"58196",13945,61719,3,1324,1515 +"58197",13945,63515,3,1324,2023 +"58198",13945,65029,3,1324,2954 +"58199",13945,67222,2,1324,1332 +"58200",13945,70647,3,1324,2795 +"58201",13945,72334,2,1324,2820 +"58202",13945,81588,3,1324,1568 +"58203",13945,82767,3,1324,1641 +"58204",13945,85430,3,1324,2370 +"58205",13945,93615,3,1324,2386 +"58206",13945,94125,2,1324,2280 +"58207",13945,100215,3,1324,2436 +"58208",13945,109415,2,1324,1328 +"58209",13956,9600,3,38,210 +"58210",13956,36027,2,38,178 +"58211",13956,41004,3,38,2561 +"58212",13956,67818,2,38,54 +"58213",13956,68888,1,38,2786 +"58214",13956,96068,2,38,215 +"58215",13967,270,3,1354,2542 +"58216",13967,854,3,1354,2307 +"58217",13967,1036,3,1354,1367 +"58218",13967,1196,3,1354,1986 +"58219",13967,2484,3,1354,2389 +"58220",13967,2747,2,1354,2411 +"58221",13967,3961,2,1354,2426 +"58222",13967,4289,3,1354,1921 +"58223",13967,5041,3,1354,2371 +"58224",13967,5235,3,1354,2324 +"58225",13967,5315,3,1354,2631 +"58226",13967,5392,3,1354,1648 +"58227",13967,6047,3,1354,2004 +"58228",13967,6222,2,1354,1949 +"58229",13967,6417,3,1354,1675 +"58230",13967,7992,3,1354,2033 +"58231",13967,8275,2,1354,2237 +"58232",13967,8610,3,1354,2240 +"58233",13967,9311,3,1354,2477 +"58234",13967,9349,3,1354,2052 +"58235",13967,9503,3,1354,2453 +"58236",13967,10358,2,1354,2294 +"58237",13967,10488,3,1354,1524 +"58238",13967,11218,3,1354,2292 +"58239",13967,11477,3,1354,2724 +"58240",13967,11694,3,1354,1564 +"58241",13967,12388,3,1354,1975 +"58242",13967,13388,3,1354,2119 +"58243",13967,13979,3,1354,1559 +"58244",13967,14032,3,1354,2144 +"58245",13967,14959,2,1354,2898 +"58246",13967,14998,3,1354,1553 +"58247",13967,15207,3,1354,1855 +"58248",13967,15309,3,1354,2820 +"58249",13967,15636,3,1354,2857 +"58250",13967,16539,3,1354,1947 +"58251",13967,16826,3,1354,2599 +"58252",13967,17520,3,1354,2276 +"58253",13967,18394,2,1354,2356 +"58254",13967,18874,3,1354,2170 +"58255",13967,19593,3,1354,2013 +"58256",13967,20067,2,1354,2390 +"58257",13967,20155,2,1354,1517 +"58258",13967,20311,3,1354,1981 +"58259",13967,20732,3,1354,2401 +"58260",13967,21138,3,1354,2849 +"58261",13967,21209,2,1354,2184 +"58262",13967,21706,2,1354,1988 +"58263",13967,23726,3,1354,2434 +"58264",13967,23869,2,1354,1918 +"58265",13967,24066,3,1354,1755 +"58266",13967,24069,3,1354,2697 +"58267",13967,24753,3,1354,2860 +"58268",13967,24756,3,1354,2530 +"58269",13967,25486,2,1354,2582 +"58270",13967,25680,3,1354,1618 +"58271",13967,26249,3,1354,2301 +"58272",13967,28131,3,1354,1492 +"58273",13967,29095,3,1354,2531 +"58274",13967,29314,3,1354,2736 +"58275",13967,30150,3,1354,1704 +"58276",13967,30405,3,1354,2164 +"58277",13967,30883,3,1354,1629 +"58278",13967,32658,3,1354,1694 +"58279",13967,32919,3,1354,2321 +"58280",13967,33801,2,1354,2899 +"58281",13967,34907,3,1354,1945 +"58282",13967,35235,3,1354,2610 +"58283",13967,35529,2,1354,1620 +"58284",13967,35772,3,1354,1440 +"58285",13967,35926,3,1354,2371 +"58286",13967,36953,3,1354,2790 +"58287",13967,37934,3,1354,1595 +"58288",13967,38921,2,1354,1880 +"58289",13967,39431,3,1354,1460 +"58290",13967,41664,3,1354,2641 +"58291",13967,41682,3,1354,1988 +"58292",13967,42264,3,1354,1702 +"58293",13967,42799,3,1354,2729 +"58294",13967,43479,3,1354,2178 +"58295",13967,44433,2,1354,2224 +"58296",13967,44603,2,1354,2748 +"58297",13967,44819,3,1354,2063 +"58298",13967,44885,3,1354,2670 +"58299",13967,44899,3,1354,2386 +"58300",13967,46635,3,1354,2528 +"58301",13967,46803,3,1354,2305 +"58302",13967,47386,3,1354,2226 +"58303",13967,50252,3,1354,2001 +"58304",13967,50269,3,1354,1966 +"58305",13967,50382,3,1354,2244 +"58306",13967,51017,3,1354,2073 +"58307",13967,53134,3,1354,1590 +"58308",13967,53475,2,1354,2853 +"58309",13967,54929,3,1354,2783 +"58310",13967,56903,3,1354,1584 +"58311",13967,58669,3,1354,2296 +"58312",13967,58993,2,1354,2390 +"58313",13967,62148,3,1354,1566 +"58314",13967,62538,3,1354,1656 +"58315",13967,70203,2,1354,2756 +"58316",13967,74818,3,1354,1440 +"58317",13967,79371,2,1354,1624 +"58318",13967,85356,3,1354,1492 +"58319",13967,91142,3,1354,2527 +"58320",13967,95064,1,1354,1801 +"58321",13967,96132,3,1354,1489 +"58322",13967,109978,3,1354,1865 +"58323",13979,1767,3,1559,2727 +"58324",13979,3068,3,1559,1815 +"58325",13979,3961,3,1559,2426 +"58326",13979,5315,3,1559,2631 +"58327",13979,6222,3,1559,1949 +"58328",13979,7984,3,1559,2493 +"58329",13979,7992,3,1559,2033 +"58330",13979,10358,3,1559,2294 +"58331",13979,13388,2,1559,2119 +"58332",13979,14959,3,1559,2898 +"58333",13979,16539,3,1559,1947 +"58334",13979,18394,3,1559,2356 +"58335",13979,20067,2,1559,2390 +"58336",13979,20311,3,1559,1981 +"58337",13979,20732,2,1559,2401 +"58338",13979,21706,3,1559,1988 +"58339",13979,22403,3,1559,1630 +"58340",13979,23726,2,1559,2434 +"58341",13979,23869,2,1559,1918 +"58342",13979,24756,3,1559,2530 +"58343",13979,25680,2,1559,1618 +"58344",13979,26249,3,1559,2301 +"58345",13979,26479,3,1559,1818 +"58346",13979,29095,3,1559,2531 +"58347",13979,30150,3,1559,1704 +"58348",13979,30883,2,1559,1629 +"58349",13979,33801,3,1559,2899 +"58350",13979,35529,2,1559,1620 +"58351",13979,37934,2,1559,1595 +"58352",13979,38921,3,1559,1880 +"58353",13979,40432,3,1559,1956 +"58354",13979,42619,3,1559,2017 +"58355",13979,43479,2,1559,2178 +"58356",13979,44557,3,1559,2371 +"58357",13979,44819,3,1559,2063 +"58358",13979,46803,3,1559,2305 +"58359",13979,50382,2,1559,2244 +"58360",13979,53475,3,1559,2853 +"58361",13979,58669,3,1559,2296 +"58362",13979,62148,3,1559,1566 +"58363",13979,70203,3,1559,2756 +"58364",13979,76356,3,1559,2323 +"58365",13979,78801,3,1559,1572 +"58366",13979,87720,1,1559,2086 +"58367",13985,23011,3,2484,2763 +"58368",13987,3235,3,507,799 +"58369",13987,11728,3,507,1121 +"58370",13987,14959,3,507,2898 +"58371",13987,16750,2,507,1225 +"58372",13987,17388,3,507,1023 +"58373",13987,18651,3,507,1035 +"58374",13987,22256,2,507,829 +"58375",13987,27391,3,507,2378 +"58376",13987,28501,1,507,2242 +"58377",13987,29818,3,507,1677 +"58378",13987,30609,3,507,988 +"58379",13987,34395,3,507,583 +"58380",13987,39249,3,507,1665 +"58381",13987,40675,3,507,1595 +"58382",13987,45138,3,507,2516 +"58383",13987,47385,3,507,1172 +"58384",13987,55817,3,507,2285 +"58385",13987,58559,3,507,2242 +"58386",13987,60258,3,507,2405 +"58387",13987,74795,3,507,1319 +"58388",13987,96310,3,507,1016 +"58389",13992,758,3,98,1232 +"58390",13992,1196,3,98,1986 +"58391",13992,1822,3,98,2888 +"58392",13992,2077,2,98,610 +"58393",13992,3164,3,98,2693 +"58394",13992,3306,3,98,1989 +"58395",13992,3863,3,98,856 +"58396",13992,3961,3,98,2426 +"58397",13992,4932,3,98,2752 +"58398",13992,5041,3,98,2371 +"58399",13992,5315,3,98,2631 +"58400",13992,5350,2,98,2522 +"58401",13992,5449,3,98,1723 +"58402",13992,5520,3,98,217 +"58403",13992,5622,3,98,2175 +"58404",13992,5716,2,98,1058 +"58405",13992,5984,3,98,1675 +"58406",13992,5986,3,98,1721 +"58407",13992,6030,3,98,2953 +"58408",13992,6047,2,98,2004 +"58409",13992,6363,3,98,2066 +"58410",13992,6366,2,98,798 +"58411",13992,6417,3,98,1675 +"58412",13992,7233,3,98,572 +"58413",13992,7406,3,98,1906 +"58414",13992,7582,3,98,1099 +"58415",13992,7672,3,98,1974 +"58416",13992,8513,3,98,875 +"58417",13992,9928,2,98,2345 +"58418",13992,9950,3,98,920 +"58419",13992,10358,2,98,2294 +"58420",13992,10513,3,98,2284 +"58421",13992,11218,2,98,2292 +"58422",13992,11477,3,98,2724 +"58423",13992,11576,3,98,808 +"58424",13992,11817,3,98,600 +"58425",13992,12042,3,98,2345 +"58426",13992,12462,3,98,1461 +"58427",13992,13311,3,98,2315 +"58428",13992,14032,1,98,2144 +"58429",13992,14072,3,98,1346 +"58430",13992,14656,3,98,584 +"58431",13992,14731,3,98,2012 +"58432",13992,14855,2,98,903 +"58433",13992,14972,3,98,2332 +"58434",13992,15309,3,98,2820 +"58435",13992,15402,3,98,1281 +"58436",13992,15607,3,98,1421 +"58437",13992,16096,2,98,2301 +"58438",13992,16352,2,98,2657 +"58439",13992,17400,3,98,2231 +"58440",13992,17493,2,98,561 +"58441",13992,18348,3,98,1711 +"58442",13992,18874,3,98,2170 +"58443",13992,19696,3,98,561 +"58444",13992,21617,3,98,516 +"58445",13992,21929,3,98,2062 +"58446",13992,22566,3,98,2308 +"58447",13992,23159,3,98,1548 +"58448",13992,23257,3,98,113 +"58449",13992,23310,3,98,2371 +"58450",13992,23806,3,98,1671 +"58451",13992,24256,3,98,2393 +"58452",13992,24902,3,98,2162 +"58453",13992,25879,3,98,630 +"58454",13992,25971,3,98,2608 +"58455",13992,25985,3,98,2071 +"58456",13992,26080,3,98,2525 +"58457",13992,26659,3,98,903 +"58458",13992,26793,3,98,2104 +"58459",13992,26818,3,98,1999 +"58460",13992,27085,3,98,125 +"58461",13992,27205,3,98,966 +"58462",13992,28002,3,98,914 +"58463",13992,28050,3,98,1955 +"58464",13992,28168,3,98,2702 +"58465",13992,29170,3,98,1846 +"58466",13992,29750,3,98,689 +"58467",13992,29930,3,98,2240 +"58468",13992,30325,3,98,1067 +"58469",13992,30334,3,98,2075 +"58470",13992,30453,3,98,1535 +"58471",13992,31093,3,98,2160 +"58472",13992,31530,3,98,1661 +"58473",13992,32694,2,98,1602 +"58474",13992,32919,2,98,2321 +"58475",13992,34735,3,98,2767 +"58476",13992,35041,3,98,1311 +"58477",13992,35464,3,98,2502 +"58478",13992,35518,3,98,1721 +"58479",13992,35926,2,98,2371 +"58480",13992,36691,3,98,1903 +"58481",13992,37551,3,98,257 +"58482",13992,37636,3,98,2178 +"58483",13992,39186,2,98,1258 +"58484",13992,39294,3,98,1889 +"58485",13992,40072,3,98,1182 +"58486",13992,40392,3,98,1878 +"58487",13992,40417,3,98,771 +"58488",13992,41607,3,98,2802 +"58489",13992,41832,3,98,1155 +"58490",13992,41901,3,98,630 +"58491",13992,41955,3,98,2479 +"58492",13992,42129,3,98,2318 +"58493",13992,42619,3,98,2017 +"58494",13992,43023,3,98,181 +"58495",13992,43046,3,98,419 +"58496",13992,43213,3,98,2160 +"58497",13992,44521,3,98,1593 +"58498",13992,44557,3,98,2371 +"58499",13992,45903,3,98,2237 +"58500",13992,46099,3,98,2360 +"58501",13992,46621,3,98,1343 +"58502",13992,50236,3,98,2339 +"58503",13992,51017,3,98,2073 +"58504",13992,51035,3,98,2397 +"58505",13992,51471,3,98,1280 +"58506",13992,51783,3,98,2599 +"58507",13992,51866,3,98,2411 +"58508",13992,52026,3,98,2633 +"58509",13992,52136,3,98,1412 +"58510",13992,53134,3,98,1590 +"58511",13992,53219,3,98,2973 +"58512",13992,53830,3,98,1307 +"58513",13992,54388,2,98,1257 +"58514",13992,54929,3,98,2783 +"58515",13992,56082,3,98,2395 +"58516",13992,56116,2,98,1321 +"58517",13992,56232,3,98,1175 +"58518",13992,56604,3,98,1919 +"58519",13992,56854,3,98,2022 +"58520",13992,57246,3,98,1873 +"58521",13992,57990,3,98,978 +"58522",13992,60280,3,98,1918 +"58523",13992,61785,3,98,822 +"58524",13992,62488,3,98,1418 +"58525",13992,64502,3,98,1670 +"58526",13992,66983,3,98,2397 +"58527",13992,67102,3,98,935 +"58528",13992,67607,3,98,528 +"58529",13992,69117,3,98,645 +"58530",13992,69250,3,98,1439 +"58531",13992,69712,3,98,1219 +"58532",13992,69716,3,98,2632 +"58533",13992,71479,2,98,482 +"58534",13992,74605,3,98,2265 +"58535",13992,74681,3,98,837 +"58536",13992,74730,3,98,535 +"58537",13992,75403,2,98,1895 +"58538",13992,76905,2,98,298 +"58539",13992,77001,3,98,1440 +"58540",13992,79657,3,98,1260 +"58541",13992,80219,3,98,988 +"58542",13992,80825,3,98,2315 +"58543",13992,82932,3,98,2245 +"58544",13992,83526,3,98,1235 +"58545",13992,90802,3,98,877 +"58546",13992,92658,3,98,2659 +"58547",13992,92817,2,98,569 +"58548",13992,95288,2,98,1602 +"58549",13992,97939,3,98,451 +"58550",13992,99860,3,98,2071 +"58551",13992,106555,3,98,1626 +"58552",13992,108430,3,98,1642 +"58553",13992,109476,3,98,353 +"58554",13992,120720,3,98,1614 +"58555",14002,8887,1,829,2373 +"58556",14002,13573,2,829,2774 +"58557",14002,17997,3,829,1621 +"58558",14002,20355,3,829,2111 +"58559",14002,21720,3,829,2637 +"58560",14002,33834,3,829,1606 +"58561",14002,40432,3,829,1956 +"58562",14002,42515,3,829,2752 +"58563",14002,86105,1,829,2226 +"58564",14002,95160,1,829,961 +"58565",14005,669,3,261,1423 +"58566",14005,6241,3,261,2264 +"58567",14005,10859,3,261,2231 +"58568",14005,17906,3,261,1940 +"58569",14005,24405,2,261,1443 +"58570",14005,29778,3,261,840 +"58571",14005,40889,3,261,465 +"58572",14016,489,3,111,2652 +"58573",14016,1427,3,111,324 +"58574",14016,2028,3,111,1978 +"58575",14016,2972,3,111,1708 +"58576",14016,3171,3,111,700 +"58577",14016,3460,3,111,2530 +"58578",14016,5168,2,111,629 +"58579",14016,5659,3,111,141 +"58580",14016,5714,2,111,534 +"58581",14016,5846,3,111,271 +"58582",14016,6877,3,111,867 +"58583",14016,8470,3,111,288 +"58584",14016,9063,3,111,2000 +"58585",14016,11662,3,111,1139 +"58586",14016,14422,3,111,1548 +"58587",14016,15453,2,111,1688 +"58588",14016,15636,2,111,2857 +"58589",14016,15930,3,111,2541 +"58590",14016,16053,3,111,908 +"58591",14016,16111,3,111,1714 +"58592",14016,19637,3,111,1229 +"58593",14016,21795,3,111,2653 +"58594",14016,22033,3,111,1356 +"58595",14016,23787,2,111,2810 +"58596",14016,24086,3,111,2663 +"58597",14016,24522,2,111,158 +"58598",14016,24734,2,111,338 +"58599",14016,24860,3,111,1204 +"58600",14016,25241,3,111,1233 +"58601",14016,25399,3,111,2784 +"58602",14016,26249,3,111,2301 +"58603",14016,27390,3,111,2425 +"58604",14016,29095,3,111,2531 +"58605",14016,31159,3,111,2231 +"58606",14016,31295,3,111,2183 +"58607",14016,35428,3,111,2263 +"58608",14016,35529,2,111,1620 +"58609",14016,38694,3,111,817 +"58610",14016,39556,3,111,2747 +"58611",14016,42642,3,111,2257 +"58612",14016,44502,3,111,484 +"58613",14016,45136,3,111,877 +"58614",14016,47607,3,111,2724 +"58615",14016,49962,2,111,572 +"58616",14016,50001,3,111,1518 +"58617",14016,50269,3,111,1966 +"58618",14016,50430,3,111,1689 +"58619",14016,50678,2,111,1366 +"58620",14016,57337,3,111,1443 +"58621",14016,65316,3,111,1020 +"58622",14016,67216,3,111,984 +"58623",14016,68299,2,111,866 +"58624",14016,68801,3,111,116 +"58625",14016,70681,3,111,866 +"58626",14016,70996,3,111,1037 +"58627",14016,74730,3,111,535 +"58628",14016,78132,3,111,130 +"58629",14016,79612,2,111,927 +"58630",14016,81586,3,111,877 +"58631",14016,90608,3,111,590 +"58632",14016,100140,3,111,1041 +"58633",14016,100532,3,111,859 +"58634",14016,100670,3,111,525 +"58635",14016,119564,3,111,336 +"58636",14017,9311,3,1163,2477 +"58637",14017,14723,3,1163,2019 +"58638",14017,22455,3,1163,1197 +"58639",14017,24286,3,1163,1280 +"58640",14017,33356,3,1163,1586 +"58641",14017,33433,3,1163,2805 +"58642",14017,44407,3,1163,2154 +"58643",14017,45207,3,1163,1755 +"58644",14025,70656,3,2384,2771 +"58645",14025,79036,3,2384,2524 +"58646",14032,3493,3,2144,2451 +"58647",14032,3961,2,2144,2426 +"58648",14032,4932,3,2144,2752 +"58649",14032,5041,2,2144,2371 +"58650",14032,5072,3,2144,2175 +"58651",14032,5315,2,2144,2631 +"58652",14032,5350,2,2144,2522 +"58653",14032,5622,3,2144,2175 +"58654",14032,7234,3,2144,2654 +"58655",14032,9928,1,2144,2345 +"58656",14032,10358,1,2144,2294 +"58657",14032,10779,3,2144,2881 +"58658",14032,10857,3,2144,2253 +"58659",14032,11103,3,2144,2393 +"58660",14032,11218,2,2144,2292 +"58661",14032,11477,3,2144,2724 +"58662",14032,11966,3,2144,2385 +"58663",14032,12035,3,2144,2721 +"58664",14032,12042,3,2144,2345 +"58665",14032,12728,3,2144,2374 +"58666",14032,13311,2,2144,2315 +"58667",14032,13780,3,2144,2412 +"58668",14032,15301,3,2144,2308 +"58669",14032,15309,2,2144,2820 +"58670",14032,16096,3,2144,2301 +"58671",14032,16352,2,2144,2657 +"58672",14032,16826,3,2144,2599 +"58673",14032,17400,2,2144,2231 +"58674",14032,17819,3,2144,2291 +"58675",14032,18874,2,2144,2170 +"58676",14032,19027,3,2144,2721 +"58677",14032,19072,3,2144,2358 +"58678",14032,20067,3,2144,2390 +"58679",14032,20124,3,2144,2376 +"58680",14032,21138,3,2144,2849 +"58681",14032,21571,3,2144,2755 +"58682",14032,22141,3,2144,2348 +"58683",14032,22207,3,2144,2365 +"58684",14032,23011,3,2144,2763 +"58685",14032,23310,2,2144,2371 +"58686",14032,23725,3,2144,2378 +"58687",14032,24256,3,2144,2393 +"58688",14032,25971,3,2144,2608 +"58689",14032,26080,3,2144,2525 +"58690",14032,27195,3,2144,2158 +"58691",14032,28296,3,2144,2944 +"58692",14032,29314,3,2144,2736 +"58693",14032,29930,2,2144,2240 +"58694",14032,30081,3,2144,2403 +"58695",14032,30173,3,2144,2404 +"58696",14032,31093,2,2144,2160 +"58697",14032,32567,3,2144,2784 +"58698",14032,32919,1,2144,2321 +"58699",14032,33801,3,2144,2899 +"58700",14032,33949,3,2144,2489 +"58701",14032,34480,3,2144,2755 +"58702",14032,34735,2,2144,2767 +"58703",14032,35464,3,2144,2502 +"58704",14032,35926,2,2144,2371 +"58705",14032,38227,3,2144,2511 +"58706",14032,39516,3,2144,2393 +"58707",14032,41607,3,2144,2802 +"58708",14032,41955,2,2144,2479 +"58709",14032,41972,3,2144,2509 +"58710",14032,43213,2,2144,2160 +"58711",14032,44557,3,2144,2371 +"58712",14032,45684,3,2144,2200 +"58713",14032,45903,2,2144,2237 +"58714",14032,46803,3,2144,2305 +"58715",14032,47386,3,2144,2226 +"58716",14032,50134,3,2144,2674 +"58717",14032,50236,3,2144,2339 +"58718",14032,50977,3,2144,2352 +"58719",14032,52026,3,2144,2633 +"58720",14032,53475,3,2144,2853 +"58721",14032,54551,3,2144,2348 +"58722",14032,54879,3,2144,2210 +"58723",14032,54929,3,2144,2783 +"58724",14032,56082,2,2144,2395 +"58725",14032,57977,3,2144,2683 +"58726",14032,59539,3,2144,2429 +"58727",14032,67726,3,2144,2873 +"58728",14032,69716,3,2144,2632 +"58729",14032,72207,3,2144,2430 +"58730",14032,73305,3,2144,2544 +"58731",14032,74605,3,2144,2265 +"58732",14032,79804,3,2144,2227 +"58733",14032,82732,3,2144,2810 +"58734",14032,82929,3,2144,2475 +"58735",14032,82932,2,2144,2245 +"58736",14032,84022,3,2144,2289 +"58737",14032,87110,3,2144,2801 +"58738",14032,92658,3,2144,2659 +"58739",14043,13879,3,2084,2748 +"58740",14043,19655,3,2084,2706 +"58741",14043,70973,3,2084,2705 +"58742",14061,301,3,1620,2070 +"58743",14061,468,3,1620,1966 +"58744",14061,843,3,1620,2332 +"58745",14061,2724,2,1620,2447 +"58746",14061,4691,3,1620,1888 +"58747",14061,6040,2,1620,2103 +"58748",14061,6800,3,1620,2053 +"58749",14061,7648,3,1620,1861 +"58750",14061,9273,3,1620,1747 +"58751",14061,10435,3,1620,1984 +"58752",14061,10457,3,1620,1711 +"58753",14061,14442,3,1620,2700 +"58754",14061,15683,3,1620,1729 +"58755",14061,16184,3,1620,2274 +"58756",14061,17768,3,1620,2468 +"58757",14061,17999,3,1620,2758 +"58758",14061,20036,3,1620,2384 +"58759",14061,23739,3,1620,2463 +"58760",14061,24867,3,1620,1861 +"58761",14061,25053,3,1620,2186 +"58762",14061,26100,2,1620,1966 +"58763",14061,29289,3,1620,1756 +"58764",14061,29977,3,1620,2781 +"58765",14061,31259,2,1620,2082 +"58766",14061,31990,3,1620,2264 +"58767",14061,35844,3,1620,2961 +"58768",14061,36996,3,1620,2321 +"58769",14061,41051,3,1620,2767 +"58770",14061,41603,3,1620,1942 +"58771",14061,42407,3,1620,2408 +"58772",14061,44132,3,1620,1999 +"58773",14061,44501,3,1620,2567 +"58774",14061,47094,3,1620,2592 +"58775",14061,49805,1,1620,2445 +"58776",14061,50635,3,1620,2962 +"58777",14061,53289,2,1620,2746 +"58778",14061,53362,3,1620,2360 +"58779",14061,63096,2,1620,2307 +"58780",14061,64737,3,1620,2442 +"58781",14061,80705,2,1620,2764 +"58782",14061,84322,3,1620,1635 +"58783",14061,90943,3,1620,1754 +"58784",14061,94339,3,1620,2768 +"58785",14072,14,3,1346,1793 +"58786",14072,388,3,1346,1594 +"58787",14072,680,3,1346,2569 +"58788",14072,762,3,1346,2671 +"58789",14072,1560,3,1346,2013 +"58790",14072,1691,3,1346,1941 +"58791",14072,1831,3,1346,2397 +"58792",14072,2540,3,1346,1398 +"58793",14072,2563,3,1346,1686 +"58794",14072,2684,3,1346,2874 +"58795",14072,3164,3,1346,2693 +"58796",14072,3966,3,1346,2425 +"58797",14072,3980,3,1346,2771 +"58798",14072,4303,3,1346,2414 +"58799",14072,4889,2,1346,1501 +"58800",14072,5315,2,1346,2631 +"58801",14072,5346,3,1346,1438 +"58802",14072,5845,3,1346,1552 +"58803",14072,6030,2,1346,2953 +"58804",14072,6062,3,1346,2681 +"58805",14072,6234,3,1346,2654 +"58806",14072,6602,3,1346,1631 +"58807",14072,7196,3,1346,1508 +"58808",14072,7984,3,1346,2493 +"58809",14072,8060,3,1346,1883 +"58810",14072,8062,3,1346,2858 +"58811",14072,8367,2,1346,1927 +"58812",14072,9423,3,1346,1708 +"58813",14072,9716,3,1346,1929 +"58814",14072,10474,3,1346,1608 +"58815",14072,10964,3,1346,2043 +"58816",14072,11055,3,1346,2111 +"58817",14072,11067,3,1346,2734 +"58818",14072,11429,3,1346,2520 +"58819",14072,11477,2,1346,2724 +"58820",14072,11966,3,1346,2385 +"58821",14072,12759,3,1346,2414 +"58822",14072,14189,3,1346,1483 +"58823",14072,14731,3,1346,2012 +"58824",14072,14943,3,1346,1942 +"58825",14072,14972,2,1346,2332 +"58826",14072,15095,3,1346,2001 +"58827",14072,15207,3,1346,1855 +"58828",14072,15301,3,1346,2308 +"58829",14072,15315,3,1346,2173 +"58830",14072,15401,3,1346,1999 +"58831",14072,15700,3,1346,1712 +"58832",14072,16201,3,1346,1811 +"58833",14072,16352,3,1346,2657 +"58834",14072,16954,3,1346,2972 +"58835",14072,17381,1,1346,1697 +"58836",14072,17396,3,1346,1672 +"58837",14072,17632,3,1346,1947 +"58838",14072,18124,3,1346,1642 +"58839",14072,18371,3,1346,2860 +"58840",14072,18381,3,1346,1524 +"58841",14072,18601,3,1346,2143 +"58842",14072,19027,3,1346,2721 +"58843",14072,19248,3,1346,2357 +"58844",14072,19528,3,1346,2742 +"58845",14072,20545,3,1346,1491 +"58846",14072,21487,3,1346,2203 +"58847",14072,21571,3,1346,2755 +"58848",14072,22141,3,1346,2348 +"58849",14072,22566,3,1346,2308 +"58850",14072,23159,3,1346,1548 +"58851",14072,23751,2,1346,1740 +"58852",14072,23806,3,1346,1671 +"58853",14072,24195,3,1346,1575 +"58854",14072,24497,3,1346,1979 +"58855",14072,24923,3,1346,2785 +"58856",14072,25373,3,1346,2783 +"58857",14072,25443,3,1346,1441 +"58858",14072,26658,3,1346,2745 +"58859",14072,27195,3,1346,2158 +"58860",14072,27484,2,1346,1634 +"58861",14072,28050,3,1346,1955 +"58862",14072,28168,3,1346,2702 +"58863",14072,28233,3,1346,1608 +"58864",14072,28784,3,1346,1579 +"58865",14072,29243,3,1346,2011 +"58866",14072,30092,3,1346,1593 +"58867",14072,30334,2,1346,2075 +"58868",14072,30705,3,1346,2959 +"58869",14072,30827,2,1346,2323 +"58870",14072,30883,3,1346,1629 +"58871",14072,30981,3,1346,2366 +"58872",14072,31307,3,1346,2139 +"58873",14072,32567,3,1346,2784 +"58874",14072,32939,2,1346,2277 +"58875",14072,32988,3,1346,2008 +"58876",14072,33010,3,1346,2189 +"58877",14072,33383,3,1346,1572 +"58878",14072,33622,3,1346,2230 +"58879",14072,34509,3,1346,1973 +"58880",14072,34735,3,1346,2767 +"58881",14072,34820,3,1346,1630 +"58882",14072,35264,3,1346,2329 +"58883",14072,35518,2,1346,1721 +"58884",14072,35926,3,1346,2371 +"58885",14072,36174,3,1346,1382 +"58886",14072,36215,3,1346,1623 +"58887",14072,36953,3,1346,2790 +"58888",14072,37238,3,1346,2609 +"58889",14072,37509,3,1346,1640 +"58890",14072,37636,2,1346,2178 +"58891",14072,37844,3,1346,2002 +"58892",14072,38602,2,1346,2693 +"58893",14072,38676,3,1346,2286 +"58894",14072,38869,3,1346,1675 +"58895",14072,39278,3,1346,1952 +"58896",14072,39556,3,1346,2747 +"58897",14072,40392,2,1346,1878 +"58898",14072,40493,3,1346,1981 +"58899",14072,41429,3,1346,1770 +"58900",14072,41723,3,1346,2101 +"58901",14072,42216,3,1346,2722 +"58902",14072,42256,3,1346,2839 +"58903",14072,42619,3,1346,2017 +"58904",14072,43204,3,1346,1680 +"58905",14072,43404,3,1346,2649 +"58906",14072,45585,3,1346,2384 +"58907",14072,47082,3,1346,1990 +"58908",14072,47248,3,1346,2883 +"58909",14072,49110,3,1346,2938 +"58910",14072,49606,3,1346,2800 +"58911",14072,50977,3,1346,2352 +"58912",14072,51017,3,1346,2073 +"58913",14072,51052,2,1346,2784 +"58914",14072,51783,2,1346,2599 +"58915",14072,52003,3,1346,2067 +"58916",14072,53445,3,1346,2028 +"58917",14072,56082,3,1346,2395 +"58918",14072,56903,3,1346,1584 +"58919",14072,57714,3,1346,1391 +"58920",14072,57732,3,1346,2454 +"58921",14072,57804,2,1346,2214 +"58922",14072,58284,3,1346,2292 +"58923",14072,64987,3,1346,1360 +"58924",14072,65155,3,1346,1947 +"58925",14072,72728,3,1346,2234 +"58926",14072,74290,3,1346,1513 +"58927",14072,78303,3,1346,1808 +"58928",14072,82246,3,1346,1538 +"58929",14072,87509,3,1346,1907 +"58930",14072,99152,3,1346,1698 +"58931",14072,100432,3,1346,1358 +"58932",14072,106318,3,1346,1698 +"58933",14072,113736,3,1346,1514 +"58934",14080,23,3,1351,1682 +"58935",14080,468,2,1351,1966 +"58936",14080,600,3,1351,1702 +"58937",14080,3164,2,1351,2693 +"58938",14080,3306,2,1351,1989 +"58939",14080,5041,3,1351,2371 +"58940",14080,5971,3,1351,1985 +"58941",14080,6030,2,1351,2953 +"58942",14080,6324,3,1351,1990 +"58943",14080,9362,3,1351,2879 +"58944",14080,9702,3,1351,1928 +"58945",14080,10358,3,1351,2294 +"58946",14080,10701,3,1351,2000 +"58947",14080,11966,2,1351,2385 +"58948",14080,13285,3,1351,1577 +"58949",14080,13311,3,1351,2315 +"58950",14080,13400,2,1351,1371 +"58951",14080,15003,3,1351,2067 +"58952",14080,15301,1,1351,2308 +"58953",14080,15607,2,1351,1421 +"58954",14080,16096,3,1351,2301 +"58955",14080,16352,3,1351,2657 +"58956",14080,17413,3,1351,2230 +"58957",14080,19072,3,1351,2358 +"58958",14080,20284,3,1351,2530 +"58959",14080,20292,3,1351,2755 +"58960",14080,21571,2,1351,2755 +"58961",14080,21682,3,1351,2414 +"58962",14080,21832,3,1351,1755 +"58963",14080,22165,3,1351,1501 +"58964",14080,22566,1,1351,2308 +"58965",14080,23159,3,1351,1548 +"58966",14080,23310,3,1351,2371 +"58967",14080,23534,3,1351,1659 +"58968",14080,26080,3,1351,2525 +"58969",14080,26100,3,1351,1966 +"58970",14080,28050,2,1351,1955 +"58971",14080,28168,2,1351,2702 +"58972",14080,28874,3,1351,2329 +"58973",14080,31251,3,1351,2498 +"58974",14080,31700,3,1351,2727 +"58975",14080,32567,3,1351,2784 +"58976",14080,32919,3,1351,2321 +"58977",14080,33949,3,1351,2489 +"58978",14080,33981,3,1351,1993 +"58979",14080,34648,3,1351,1596 +"58980",14080,34735,3,1351,2767 +"58981",14080,35926,3,1351,2371 +"58982",14080,38869,3,1351,1675 +"58983",14080,40493,3,1351,1981 +"58984",14080,42619,3,1351,2017 +"58985",14080,43153,3,1351,1381 +"58986",14080,44521,3,1351,1593 +"58987",14080,44557,3,1351,2371 +"58988",14080,50468,3,1351,1659 +"58989",14080,53362,3,1351,2360 +"58990",14080,57246,3,1351,1873 +"58991",14080,57714,2,1351,1391 +"58992",14080,59539,3,1351,2429 +"58993",14080,64181,3,1351,1828 +"58994",14080,66413,3,1351,2507 +"58995",14080,69214,3,1351,1354 +"58996",14080,69250,3,1351,1439 +"58997",14080,94500,2,1351,1529 +"58998",14080,105063,3,1351,1908 +"58999",14091,23,3,929,1682 +"59000",14091,671,2,929,2328 +"59001",14091,1046,3,929,1881 +"59002",14091,1090,3,929,2370 +"59003",14091,1201,3,929,2489 +"59004",14091,3164,3,929,2693 +"59005",14091,3488,3,929,2351 +"59006",14091,3961,3,929,2426 +"59007",14091,4289,2,929,1921 +"59008",14091,4583,3,929,2741 +"59009",14091,4790,2,929,1025 +"59010",14091,4791,3,929,1184 +"59011",14091,5041,3,929,2371 +"59012",14091,5148,3,929,2206 +"59013",14091,5462,3,929,2374 +"59014",14091,5725,3,929,2789 +"59015",14091,7078,3,929,2344 +"59016",14091,8533,3,929,2251 +"59017",14091,8621,3,929,1681 +"59018",14091,10799,3,929,2010 +"59019",14091,10875,2,929,1234 +"59020",14091,11434,3,929,1187 +"59021",14091,11516,3,929,1937 +"59022",14091,12096,3,929,1330 +"59023",14091,12713,3,929,2440 +"59024",14091,13068,3,929,1778 +"59025",14091,13248,3,929,1385 +"59026",14091,13801,3,929,2041 +"59027",14091,13929,1,929,2693 +"59028",14091,14669,3,929,2080 +"59029",14091,15299,3,929,2213 +"59030",14091,15343,3,929,2125 +"59031",14091,15607,3,929,1421 +"59032",14091,16029,3,929,1160 +"59033",14091,16111,3,929,1714 +"59034",14091,17021,3,929,1226 +"59035",14091,18151,3,929,2962 +"59036",14091,18615,3,929,1025 +"59037",14091,20176,3,929,1050 +"59038",14091,20643,3,929,2341 +"59039",14091,20824,3,929,1366 +"59040",14091,22216,2,929,1956 +"59041",14091,22282,3,929,1418 +"59042",14091,24005,3,929,1188 +"59043",14091,24146,3,929,2003 +"59044",14091,24362,3,929,1287 +"59045",14091,24755,3,929,1319 +"59046",14091,25132,3,929,1188 +"59047",14091,25378,3,929,1245 +"59048",14091,25643,3,929,1646 +"59049",14091,26451,3,929,2133 +"59050",14091,26570,3,929,1669 +"59051",14091,27390,3,929,2425 +"59052",14091,27391,3,929,2378 +"59053",14091,28285,3,929,2972 +"59054",14091,28434,2,929,1141 +"59055",14091,29050,2,929,1196 +"59056",14091,29456,3,929,1182 +"59057",14091,30081,3,929,2403 +"59058",14091,31235,3,929,2668 +"59059",14091,32173,3,929,2341 +"59060",14091,34659,3,929,1924 +"59061",14091,36450,3,929,1591 +"59062",14091,36559,3,929,2473 +"59063",14091,36962,2,929,2861 +"59064",14091,37333,3,929,1612 +"59065",14091,38162,2,929,1691 +"59066",14091,38227,3,929,2511 +"59067",14091,39135,3,929,2489 +"59068",14091,43518,3,929,2680 +"59069",14091,44074,3,929,1299 +"59070",14091,47082,2,929,1990 +"59071",14091,47947,2,929,2681 +"59072",14091,50217,3,929,1211 +"59073",14091,51022,3,929,1499 +"59074",14091,51626,3,929,2494 +"59075",14091,52058,2,929,1836 +"59076",14091,53630,2,929,1565 +"59077",14091,54020,3,929,1578 +"59078",14091,54305,3,929,1222 +"59079",14091,55156,3,929,2196 +"59080",14091,55691,1,929,2856 +"59081",14091,56464,3,929,2488 +"59082",14091,58035,3,929,1646 +"59083",14091,64031,3,929,1295 +"59084",14091,66860,3,929,1548 +"59085",14091,68810,3,929,2409 +"59086",14091,70046,3,929,2624 +"59087",14091,75650,3,929,972 +"59088",14091,75948,3,929,1006 +"59089",14091,78563,3,929,2385 +"59090",14091,79088,3,929,1369 +"59091",14091,79322,3,929,2770 +"59092",14091,94101,2,929,997 +"59093",14091,94125,3,929,2280 +"59094",14091,101482,1,929,1300 +"59095",14095,4698,3,2186,2481 +"59096",14095,25330,2,2186,2370 +"59097",14096,12081,3,1861,2166 +"59098",14096,14918,2,1861,2071 +"59099",14096,17351,3,1861,2036 +"59100",14096,17549,3,1861,2647 +"59101",14096,17632,3,1861,1947 +"59102",14096,19208,3,1861,2629 +"59103",14096,19605,3,1861,2395 +"59104",14096,21079,3,1861,1997 +"59105",14096,25816,3,1861,2088 +"59106",14096,34120,3,1861,2786 +"59107",14096,43173,3,1861,2895 +"59108",14096,44688,3,1861,2924 +"59109",14096,47968,3,1861,2829 +"59110",14096,50480,3,1861,2701 +"59111",14103,25,3,2204,2762 +"59112",14103,602,1,2204,2632 +"59113",14103,762,2,2204,2671 +"59114",14103,3011,3,2204,2278 +"59115",14103,3460,3,2204,2530 +"59116",14103,3896,2,2204,2693 +"59117",14103,4696,3,2204,2656 +"59118",14103,9311,3,2204,2477 +"59119",14103,10843,3,2204,2277 +"59120",14103,12374,3,2204,2260 +"59121",14103,12703,2,2204,2689 +"59122",14103,13249,3,2204,2573 +"59123",14103,15560,3,2204,2257 +"59124",14103,15626,3,2204,2434 +"59125",14103,21448,3,2204,2332 +"59126",14103,25078,3,2204,2312 +"59127",14103,28874,3,2204,2329 +"59128",14103,28982,1,2204,2746 +"59129",14103,30906,3,2204,2537 +"59130",14103,33433,3,2204,2805 +"59131",14103,34899,3,2204,2565 +"59132",14103,36646,3,2204,2744 +"59133",14103,38885,2,2204,2720 +"59134",14103,42642,3,2204,2257 +"59135",14103,43756,3,2204,2881 +"59136",14103,47877,3,2204,2970 +"59137",14103,59113,3,2204,2434 +"59138",14103,62939,2,2204,2574 +"59139",14103,63395,3,2204,2334 +"59140",14103,64061,3,2204,2381 +"59141",14103,67957,3,2204,2823 +"59142",14108,134,3,2012,2062 +"59143",14108,1090,3,2012,2370 +"59144",14108,2011,3,2012,2176 +"59145",14108,2208,3,2012,2814 +"59146",14108,2224,3,2012,2751 +"59147",14108,2684,3,2012,2874 +"59148",14108,3271,3,2012,2216 +"59149",14108,3493,3,2012,2451 +"59150",14108,3628,3,2012,2707 +"59151",14108,5120,3,2012,2735 +"59152",14108,5258,2,2012,2730 +"59153",14108,5504,3,2012,2389 +"59154",14108,6104,3,2012,2462 +"59155",14108,6252,2,2012,2336 +"59156",14108,6363,3,2012,2066 +"59157",14108,6390,2,2012,2385 +"59158",14108,7229,3,2012,2669 +"59159",14108,7984,3,2012,2493 +"59160",14108,8657,3,2012,2473 +"59161",14108,8762,3,2012,2585 +"59162",14108,9150,3,2012,2689 +"59163",14108,9272,3,2012,2835 +"59164",14108,9311,3,2012,2477 +"59165",14108,10222,3,2012,2212 +"59166",14108,11055,3,2012,2111 +"59167",14108,14652,3,2012,2516 +"59168",14108,14676,3,2012,2764 +"59169",14108,14972,3,2012,2332 +"59170",14108,16365,3,2012,2217 +"59171",14108,18277,3,2012,2309 +"59172",14108,18543,2,2012,2968 +"59173",14108,19248,3,2012,2357 +"59174",14108,19605,3,2012,2395 +"59175",14108,20407,2,2012,2339 +"59176",14108,21670,3,2012,2158 +"59177",14108,21682,3,2012,2414 +"59178",14108,22141,3,2012,2348 +"59179",14108,23216,3,2012,2424 +"59180",14108,24198,3,2012,2217 +"59181",14108,25565,1,2012,2764 +"59182",14108,25816,3,2012,2088 +"59183",14108,28102,3,2012,2287 +"59184",14108,28592,3,2012,2320 +"59185",14108,29948,2,2012,2795 +"59186",14108,31001,3,2012,2119 +"59187",14108,31235,3,2012,2668 +"59188",14108,31700,3,2012,2727 +"59189",14108,32503,3,2012,2020 +"59190",14108,33433,3,2012,2805 +"59191",14108,33572,3,2012,2370 +"59192",14108,33622,3,2012,2230 +"59193",14108,35235,3,2012,2610 +"59194",14108,35481,3,2012,2211 +"59195",14108,36031,3,2012,2342 +"59196",14108,36439,2,2012,2469 +"59197",14108,38259,3,2012,2258 +"59198",14108,38602,3,2012,2693 +"59199",14108,38667,3,2012,2880 +"59200",14108,40022,3,2012,2307 +"59201",14108,40954,3,2012,2603 +"59202",14108,43173,2,2012,2895 +"59203",14108,43213,3,2012,2160 +"59204",14108,43226,2,2012,2442 +"59205",14108,44427,2,2012,2875 +"59206",14108,46951,3,2012,2429 +"59207",14108,47248,3,2012,2883 +"59208",14108,48215,3,2012,2028 +"59209",14108,49265,3,2012,2686 +"59210",14108,50179,3,2012,2230 +"59211",14108,52323,2,2012,2148 +"59212",14108,53323,3,2012,2677 +"59213",14108,55156,3,2012,2196 +"59214",14108,55828,3,2012,2393 +"59215",14108,56082,3,2012,2395 +"59216",14108,56910,3,2012,2705 +"59217",14108,57380,3,2012,2362 +"59218",14108,58284,3,2012,2292 +"59219",14108,58508,3,2012,2326 +"59220",14108,59438,3,2012,2400 +"59221",14108,66971,3,2012,2299 +"59222",14108,69335,3,2012,2698 +"59223",14108,71274,3,2012,2390 +"59224",14108,72207,3,2012,2430 +"59225",14108,72728,3,2012,2234 +"59226",14108,73747,3,2012,2274 +"59227",14108,74636,2,2012,2525 +"59228",14108,78563,3,2012,2385 +"59229",14108,88232,2,2012,2881 +"59230",14108,92322,3,2012,2393 +"59231",14108,92658,3,2012,2659 +"59232",14108,100215,3,2012,2436 +"59233",14110,10200,3,2448,2920 +"59234",14131,1787,2,341,1707 +"59235",14131,2370,3,341,1600 +"59236",14131,5937,3,341,2392 +"59237",14131,11679,3,341,846 +"59238",14131,11868,2,341,1639 +"59239",14131,14861,3,341,2269 +"59240",14131,23728,3,341,2601 +"59241",14131,32841,3,341,1345 +"59242",14131,33460,3,341,2781 +"59243",14131,39439,2,341,2462 +"59244",14131,39723,3,341,778 +"59245",14131,76931,3,341,1338 +"59246",14131,76997,3,341,2223 +"59247",14131,119234,1,341,931 +"59248",14152,6612,3,2007,2343 +"59249",14152,23319,3,2007,2867 +"59250",14156,7597,3,1251,2037 +"59251",14156,39418,3,1251,1978 +"59252",14156,40283,3,1251,1657 +"59253",14156,51879,3,1251,1771 +"59254",14172,602,3,1923,2632 +"59255",14172,3011,3,1923,2278 +"59256",14172,3158,3,1923,2762 +"59257",14172,3765,3,1923,2775 +"59258",14172,4249,2,1923,2547 +"59259",14172,4784,2,1923,2511 +"59260",14172,5614,3,1923,2122 +"59261",14172,6223,3,1923,2363 +"59262",14172,6345,3,1923,2713 +"59263",14172,8327,3,1923,2527 +"59264",14172,9724,3,1923,2713 +"59265",14172,14723,3,1923,2019 +"59266",14172,15782,3,1923,2306 +"59267",14172,20700,3,1923,2861 +"59268",14172,21358,2,1923,1970 +"59269",14172,21920,3,1923,2367 +"59270",14172,30096,3,1923,2082 +"59271",14172,31117,3,1923,2210 +"59272",14172,37684,3,1923,2899 +"59273",14172,41489,2,1923,2006 +"59274",14172,43701,3,1923,2400 +"59275",14172,48823,2,1923,2080 +"59276",14172,50480,3,1923,2701 +"59277",14172,53652,3,1923,2899 +"59278",14172,53779,3,1923,2000 +"59279",14172,54488,3,1923,2357 +"59280",14172,59113,3,1923,2434 +"59281",14172,64737,3,1923,2442 +"59282",14172,68813,3,1923,2511 +"59283",14172,75343,3,1923,2008 +"59284",14172,82217,3,1923,2441 +"59285",14172,87837,3,1923,1987 +"59286",14189,42,3,1483,2265 +"59287",14189,803,2,1483,1666 +"59288",14189,1262,3,1483,2973 +"59289",14189,1321,3,1483,2075 +"59290",14189,1386,3,1483,1901 +"59291",14189,1495,3,1483,2046 +"59292",14189,1777,3,1483,1965 +"59293",14189,2036,3,1483,2483 +"59294",14189,3242,3,1483,1730 +"59295",14189,3853,3,1483,2465 +"59296",14189,5462,3,1483,2374 +"59297",14189,5504,3,1483,2389 +"59298",14189,5621,3,1483,1860 +"59299",14189,7078,3,1483,2344 +"59300",14189,9801,3,1483,2443 +"59301",14189,10148,3,1483,2964 +"59302",14189,10874,3,1483,1891 +"59303",14189,11602,3,1483,1493 +"59304",14189,13732,2,1483,2789 +"59305",14189,13929,3,1483,2693 +"59306",14189,14709,3,1483,1901 +"59307",14189,15184,3,1483,2396 +"59308",14189,15343,3,1483,2125 +"59309",14189,18151,3,1483,2962 +"59310",14189,19528,3,1483,2742 +"59311",14189,20545,3,1483,1491 +"59312",14189,20783,3,1483,2414 +"59313",14189,21193,3,1483,2490 +"59314",14189,21693,3,1483,2176 +"59315",14189,21795,3,1483,2653 +"59316",14189,22326,3,1483,2818 +"59317",14189,22362,3,1483,1836 +"59318",14189,23508,2,1483,1907 +"59319",14189,23509,3,1483,2275 +"59320",14189,23641,3,1483,1934 +"59321",14189,23751,2,1483,1740 +"59322",14189,24146,2,1483,2003 +"59323",14189,26608,3,1483,2329 +"59324",14189,26865,2,1483,2726 +"59325",14189,26959,3,1483,1961 +"59326",14189,28233,2,1483,1608 +"59327",14189,30081,2,1483,2403 +"59328",14189,30827,3,1483,2323 +"59329",14189,31799,3,1483,2547 +"59330",14189,32516,2,1483,2050 +"59331",14189,32939,3,1483,2277 +"59332",14189,34984,3,1483,2056 +"59333",14189,36559,3,1483,2473 +"59334",14189,36962,2,1483,2861 +"59335",14189,37333,2,1483,1612 +"59336",14189,38908,3,1483,1787 +"59337",14189,41747,3,1483,1722 +"59338",14189,41872,3,1483,2974 +"59339",14189,42618,3,1483,2316 +"59340",14189,46039,3,1483,1794 +"59341",14189,50252,3,1483,2001 +"59342",14189,51410,3,1483,2739 +"59343",14189,54020,2,1483,1578 +"59344",14189,56082,3,1483,2395 +"59345",14189,57804,3,1483,2214 +"59346",14189,57977,3,1483,2683 +"59347",14189,61719,3,1483,1515 +"59348",14189,65679,3,1483,1578 +"59349",14189,77993,3,1483,1497 +"59350",14189,86799,2,1483,1951 +"59351",14212,378,3,857,2766 +"59352",14212,827,3,857,2964 +"59353",14212,1455,3,857,1262 +"59354",14212,1624,3,857,2687 +"59355",14212,1708,3,857,1591 +"59356",14212,2272,3,857,1640 +"59357",14212,2282,2,857,2056 +"59358",14212,2443,2,857,2333 +"59359",14212,2506,3,857,954 +"59360",14212,2647,2,857,2450 +"59361",14212,2927,3,857,1789 +"59362",14212,3158,3,857,2762 +"59363",14212,3669,3,857,2524 +"59364",14212,4634,3,857,2291 +"59365",14212,5937,3,857,2392 +"59366",14212,6040,3,857,2103 +"59367",14212,6345,2,857,2713 +"59368",14212,6999,3,857,2214 +"59369",14212,7254,3,857,1849 +"59370",14212,7604,3,857,1366 +"59371",14212,7787,3,857,2314 +"59372",14212,8157,2,857,1063 +"59373",14212,8463,3,857,2466 +"59374",14212,9269,3,857,1892 +"59375",14212,9538,3,857,1786 +"59376",14212,9724,2,857,2713 +"59377",14212,9895,3,857,1960 +"59378",14212,9910,2,857,2526 +"59379",14212,9948,3,857,2019 +"59380",14212,10701,3,857,2000 +"59381",14212,11858,3,857,1530 +"59382",14212,12632,3,857,1174 +"59383",14212,12914,3,857,1557 +"59384",14212,12966,2,857,2011 +"59385",14212,13340,3,857,1918 +"59386",14212,13595,3,857,1164 +"59387",14212,14470,2,857,2632 +"59388",14212,14957,3,857,2306 +"59389",14212,15782,3,857,2306 +"59390",14212,16347,3,857,1868 +"59391",14212,16963,3,857,1999 +"59392",14212,17499,2,857,2954 +"59393",14212,17531,2,857,876 +"59394",14212,17695,2,857,1930 +"59395",14212,18808,3,857,2854 +"59396",14212,19002,3,857,2053 +"59397",14212,19366,3,857,2279 +"59398",14212,19476,3,857,1708 +"59399",14212,20038,3,857,1531 +"59400",14212,20695,2,857,2526 +"59401",14212,21044,3,857,1574 +"59402",14212,21358,3,857,1970 +"59403",14212,22357,1,857,1397 +"59404",14212,22410,3,857,2158 +"59405",14212,23550,3,857,2939 +"59406",14212,23560,3,857,2051 +"59407",14212,26100,3,857,1966 +"59408",14212,26597,1,857,2070 +"59409",14212,27512,3,857,947 +"59410",14212,28648,3,857,1586 +"59411",14212,28782,2,857,2272 +"59412",14212,31855,3,857,2636 +"59413",14212,32350,3,857,1540 +"59414",14212,32841,3,857,1345 +"59415",14212,36399,2,857,1357 +"59416",14212,36840,3,857,2269 +"59417",14212,37684,3,857,2899 +"59418",14212,38309,3,857,2644 +"59419",14212,41350,3,857,1935 +"59420",14212,41489,3,857,2006 +"59421",14212,42382,3,857,2224 +"59422",14212,42390,2,857,2937 +"59423",14212,42956,3,857,932 +"59424",14212,43543,3,857,1457 +"59425",14212,43585,3,857,1066 +"59426",14212,43701,2,857,2400 +"59427",14212,44132,3,857,1999 +"59428",14212,45297,3,857,1864 +"59429",14212,46616,3,857,1917 +"59430",14212,47607,2,857,2724 +"59431",14212,47882,3,857,2769 +"59432",14212,49142,2,857,2289 +"59433",14212,49708,3,857,1147 +"59434",14212,50468,2,857,1659 +"59435",14212,50678,3,857,1366 +"59436",14212,51505,2,857,1572 +"59437",14212,52386,2,857,1830 +"59438",14212,53584,3,857,2391 +"59439",14212,53652,2,857,2899 +"59440",14212,54316,2,857,1202 +"59441",14212,55493,3,857,869 +"59442",14212,55775,3,857,2385 +"59443",14212,56364,3,857,1626 +"59444",14212,68884,2,857,1011 +"59445",14212,69260,2,857,1698 +"59446",14212,69795,2,857,2636 +"59447",14212,71895,3,857,1327 +"59448",14212,76450,2,857,1077 +"59449",14212,76814,3,857,926 +"59450",14212,76929,2,857,910 +"59451",14212,77719,2,857,2086 +"59452",14212,78277,2,857,1937 +"59453",14212,78393,3,857,874 +"59454",14212,78611,3,857,1586 +"59455",14212,79699,3,857,1735 +"59456",14212,79874,3,857,1570 +"59457",14212,80801,3,857,1250 +"59458",14212,80970,3,857,2069 +"59459",14212,82217,3,857,2441 +"59460",14212,84235,3,857,1639 +"59461",14212,84591,3,857,1685 +"59462",14212,85065,3,857,1585 +"59463",14212,87915,3,857,1152 +"59464",14212,88984,3,857,935 +"59465",14212,92366,3,857,1434 +"59466",14212,92630,3,857,1583 +"59467",14212,96332,3,857,1197 +"59468",14212,96718,3,857,1767 +"59469",14212,97266,3,857,1016 +"59470",14212,101381,2,857,977 +"59471",14212,113333,3,857,1018 +"59472",14212,122938,2,857,1023 +"59473",14220,30504,2,1529,1573 +"59474",14252,270,2,2244,2542 +"59475",14252,1102,3,2244,2282 +"59476",14252,2424,2,2244,2582 +"59477",14252,2484,3,2244,2389 +"59478",14252,2572,3,2244,2273 +"59479",14252,3305,3,2244,2839 +"59480",14252,4953,2,2244,2285 +"59481",14252,6074,3,2244,2426 +"59482",14252,7794,3,2244,2972 +"59483",14252,7795,3,2244,2789 +"59484",14252,12042,3,2244,2345 +"59485",14252,15008,3,2244,2338 +"59486",14252,15381,3,2244,2289 +"59487",14252,15729,3,2244,2338 +"59488",14252,16628,3,2244,2409 +"59489",14252,17365,1,2244,2746 +"59490",14252,17520,3,2244,2276 +"59491",14252,18394,3,2244,2356 +"59492",14252,19248,3,2244,2357 +"59493",14252,19622,3,2244,2371 +"59494",14252,19862,3,2244,2412 +"59495",14252,21012,3,2244,2325 +"59496",14252,21682,3,2244,2414 +"59497",14252,24060,3,2244,2349 +"59498",14252,24721,3,2244,2326 +"59499",14252,24923,3,2244,2785 +"59500",14252,25569,3,2244,2317 +"59501",14252,33475,3,2244,2367 +"59502",14252,37238,3,2244,2609 +"59503",14252,38307,2,2244,2648 +"59504",14252,41945,2,2244,2856 +"59505",14252,42216,3,2244,2722 +"59506",14252,43455,1,2244,2846 +"59507",14252,43796,2,2244,2476 +"59508",14252,45302,2,2244,2390 +"59509",14252,46629,2,2244,2255 +"59510",14252,49110,3,2244,2938 +"59511",14252,51035,3,2244,2397 +"59512",14252,51041,3,2244,2606 +"59513",14252,51866,1,2244,2411 +"59514",14252,52032,3,2244,2853 +"59515",14252,52892,3,2244,2372 +"59516",14252,53219,3,2244,2973 +"59517",14252,61982,2,2244,2725 +"59518",14252,62841,3,2244,2710 +"59519",14252,76892,3,2244,2381 +"59520",14255,3139,3,893,1656 +"59521",14255,3158,2,893,2762 +"59522",14255,4249,3,893,2547 +"59523",14255,4784,3,893,2511 +"59524",14255,6020,3,893,1864 +"59525",14255,6223,3,893,2363 +"59526",14255,9740,1,893,2233 +"59527",14255,10146,3,893,1878 +"59528",14255,11270,2,893,1011 +"59529",14255,12966,3,893,2011 +"59530",14255,13551,2,893,1451 +"59531",14255,13595,3,893,1164 +"59532",14255,13688,3,893,1627 +"59533",14255,13930,3,893,1274 +"59534",14255,14172,3,893,1923 +"59535",14255,16963,3,893,1999 +"59536",14255,17499,3,893,2954 +"59537",14255,19002,3,893,2053 +"59538",14255,21358,3,893,1970 +"59539",14255,24044,3,893,1076 +"59540",14255,28648,2,893,1586 +"59541",14255,30544,1,893,2041 +"59542",14255,34274,3,893,1437 +"59543",14255,41489,3,893,2006 +"59544",14255,43728,3,893,2308 +"59545",14255,45297,3,893,1864 +"59546",14255,48823,3,893,2080 +"59547",14255,51212,2,893,1801 +"59548",14255,71225,3,893,956 +"59549",14255,76842,3,893,1518 +"59550",14255,84885,2,893,1649 +"59551",14255,93642,3,893,1120 +"59552",14256,3101,3,279,513 +"59553",14256,3158,2,279,2762 +"59554",14256,4249,3,279,2547 +"59555",14256,4784,3,279,2511 +"59556",14256,6020,3,279,1864 +"59557",14256,6223,3,279,2363 +"59558",14256,9740,2,279,2233 +"59559",14256,10146,3,279,1878 +"59560",14256,11270,2,279,1011 +"59561",14256,12966,3,279,2011 +"59562",14256,13551,2,279,1451 +"59563",14256,13595,3,279,1164 +"59564",14256,13930,3,279,1274 +"59565",14256,14172,3,279,1923 +"59566",14256,14255,1,279,893 +"59567",14256,14612,3,279,2340 +"59568",14256,14957,3,279,2306 +"59569",14256,16963,3,279,1999 +"59570",14256,17499,3,279,2954 +"59571",14256,17531,3,279,876 +"59572",14256,18645,3,279,793 +"59573",14256,21358,3,279,1970 +"59574",14256,28648,2,279,1586 +"59575",14256,30544,2,279,2041 +"59576",14256,34274,3,279,1437 +"59577",14256,39507,3,279,793 +"59578",14256,41489,3,279,2006 +"59579",14256,43728,3,279,2308 +"59580",14256,45297,3,279,1864 +"59581",14256,48823,3,279,2080 +"59582",14256,49029,3,279,647 +"59583",14256,50640,3,279,514 +"59584",14256,51212,2,279,1801 +"59585",14256,67289,2,279,829 +"59586",14256,69732,3,279,732 +"59587",14256,71225,3,279,956 +"59588",14256,75207,3,279,2235 +"59589",14256,76842,3,279,1518 +"59590",14256,82740,3,279,579 +"59591",14256,84885,3,279,1649 +"59592",14256,93642,3,279,1120 +"59593",14256,103256,2,279,572 +"59594",14256,123211,3,279,405 +"59595",14272,10646,3,1063,1555 +"59596",14272,17626,3,1063,1265 +"59597",14272,18244,3,1063,1622 +"59598",14272,18366,2,1063,2699 +"59599",14272,21795,3,1063,2653 +"59600",14272,40646,3,1063,1583 +"59601",14272,58180,1,1063,1919 +"59602",14272,82829,1,1063,2416 +"59603",14272,105795,2,1063,1265 +"59604",14272,107435,3,1063,1635 +"59605",14272,108647,3,1063,1934 +"59606",14278,602,3,1267,2632 +"59607",14278,765,3,1267,2073 +"59608",14278,997,3,1267,2788 +"59609",14278,3011,2,1267,2278 +"59610",14278,4701,3,1267,2401 +"59611",14278,7579,3,1267,1624 +"59612",14278,8060,3,1267,1883 +"59613",14278,8610,3,1267,2240 +"59614",14278,9311,3,1267,2477 +"59615",14278,9979,3,1267,2238 +"59616",14278,14723,3,1267,2019 +"59617",14278,16201,3,1267,1811 +"59618",14278,18244,3,1267,1622 +"59619",14278,19862,3,1267,2412 +"59620",14278,22180,3,1267,1835 +"59621",14278,23825,3,1267,1913 +"59622",14278,24286,3,1267,1280 +"59623",14278,28635,3,1267,2368 +"59624",14278,32103,3,1267,1491 +"59625",14278,33356,3,1267,1586 +"59626",14278,33433,3,1267,2805 +"59627",14278,33991,3,1267,2249 +"59628",14278,34820,3,1267,1630 +"59629",14278,36578,3,1267,1484 +"59630",14278,39556,3,1267,2747 +"59631",14278,41748,3,1267,1480 +"59632",14278,41998,3,1267,2400 +"59633",14278,42333,3,1267,2234 +"59634",14278,49696,3,1267,2444 +"59635",14278,50275,3,1267,2832 +"59636",14278,54879,3,1267,2210 +"59637",14278,57380,3,1267,2362 +"59638",14278,57732,3,1267,2454 +"59639",14278,59113,3,1267,2434 +"59640",14278,62903,3,1267,1704 +"59641",14278,75343,3,1267,2008 +"59642",14278,99152,3,1267,1698 +"59643",14278,106318,3,1267,1698 +"59644",14287,160,3,1583,2007 +"59645",14287,341,3,1583,2689 +"59646",14287,2418,3,1583,2020 +"59647",14287,2452,3,1583,1715 +"59648",14287,2747,3,1583,2411 +"59649",14287,2852,3,1583,2448 +"59650",14287,3127,3,1583,2273 +"59651",14287,6821,3,1583,1788 +"59652",14287,7942,3,1583,2623 +"59653",14287,9060,3,1583,1612 +"59654",14287,9301,3,1583,1861 +"59655",14287,9481,3,1583,1610 +"59656",14287,9503,3,1583,2453 +"59657",14287,9787,2,1583,2858 +"59658",14287,10453,3,1583,1656 +"59659",14287,13068,3,1583,1778 +"59660",14287,14817,3,1583,2110 +"59661",14287,16286,3,1583,2470 +"59662",14287,16437,3,1583,1956 +"59663",14287,16501,1,1583,1650 +"59664",14287,17037,3,1583,2947 +"59665",14287,17351,3,1583,2036 +"59666",14287,19334,3,1583,1979 +"59667",14287,20220,3,1583,1656 +"59668",14287,20331,3,1583,2365 +"59669",14287,20894,3,1583,2214 +"59670",14287,22458,3,1583,1586 +"59671",14287,23131,2,1583,1732 +"59672",14287,23206,3,1583,2805 +"59673",14287,23756,3,1583,2309 +"59674",14287,25163,2,1583,1751 +"59675",14287,27280,3,1583,1965 +"59676",14287,27742,3,1583,2700 +"59677",14287,27897,3,1583,1968 +"59678",14287,27914,2,1583,2507 +"59679",14287,28869,3,1583,2425 +"59680",14287,29286,2,1583,1612 +"59681",14287,29311,3,1583,1849 +"59682",14287,30525,2,1583,1964 +"59683",14287,30865,2,1583,2038 +"59684",14287,31868,3,1583,1993 +"59685",14287,33341,3,1583,2338 +"59686",14287,35728,3,1583,2017 +"59687",14287,37752,3,1583,2223 +"59688",14287,38373,3,1583,1928 +"59689",14287,40035,3,1583,2742 +"59690",14287,40572,3,1583,2666 +"59691",14287,40910,3,1583,2469 +"59692",14287,41633,3,1583,1976 +"59693",14287,46384,3,1583,2285 +"59694",14287,46486,3,1583,1868 +"59695",14287,48576,3,1583,1675 +"59696",14287,53739,3,1583,2704 +"59697",14287,54775,3,1583,2383 +"59698",14287,56995,3,1583,2323 +"59699",14287,58233,3,1583,1665 +"59700",14287,58501,3,1583,2613 +"59701",14287,59039,3,1583,2870 +"59702",14287,61125,2,1583,1673 +"59703",14287,75282,3,1583,2675 +"59704",14287,76143,3,1583,1610 +"59705",14287,81545,3,1583,2077 +"59706",14287,88067,3,1583,2315 +"59707",14287,91942,3,1583,2216 +"59708",14287,111375,3,1583,2686 +"59709",14290,1455,2,284,1262 +"59710",14290,2272,1,284,1640 +"59711",14290,2443,2,284,2333 +"59712",14290,2588,3,284,552 +"59713",14290,2724,3,284,2447 +"59714",14290,5637,3,284,1976 +"59715",14290,6345,3,284,2713 +"59716",14290,8607,3,284,1685 +"59717",14290,8724,2,284,1326 +"59718",14290,9269,3,284,1892 +"59719",14290,9538,2,284,1786 +"59720",14290,9656,3,284,1135 +"59721",14290,9910,3,284,2526 +"59722",14290,11803,3,284,1232 +"59723",14290,12116,2,284,2119 +"59724",14290,12861,3,284,1207 +"59725",14290,13034,3,284,698 +"59726",14290,13340,3,284,1918 +"59727",14290,14061,3,284,1620 +"59728",14290,14212,3,284,857 +"59729",14290,14470,2,284,2632 +"59730",14290,15281,3,284,810 +"59731",14290,15582,1,284,598 +"59732",14290,15782,3,284,2306 +"59733",14290,17531,3,284,876 +"59734",14290,19542,3,284,570 +"59735",14290,20371,2,284,595 +"59736",14290,20695,3,284,2526 +"59737",14290,21383,3,284,971 +"59738",14290,21593,3,284,1312 +"59739",14290,22410,2,284,2158 +"59740",14290,23498,2,284,2398 +"59741",14290,23560,2,284,2051 +"59742",14290,24252,3,284,639 +"59743",14290,27512,2,284,947 +"59744",14290,29778,3,284,840 +"59745",14290,31264,1,284,2335 +"59746",14290,36399,3,284,1357 +"59747",14290,36840,3,284,2269 +"59748",14290,38354,3,284,629 +"59749",14290,38422,3,284,1019 +"59750",14290,41098,2,284,1857 +"59751",14290,42407,3,284,2408 +"59752",14290,42773,3,284,385 +"59753",14290,43701,3,284,2400 +"59754",14290,45499,3,284,2346 +"59755",14290,46568,3,284,822 +"59756",14290,48501,1,284,2010 +"59757",14290,49708,3,284,1147 +"59758",14290,51863,3,284,1395 +"59759",14290,52950,2,284,2716 +"59760",14290,55325,2,284,653 +"59761",14290,56316,3,284,1435 +"59762",14290,63329,3,284,639 +"59763",14290,67836,3,284,2195 +"59764",14290,68286,3,284,2442 +"59765",14290,71128,3,284,485 +"59766",14290,71307,3,284,761 +"59767",14290,77519,3,284,819 +"59768",14290,77719,3,284,2086 +"59769",14290,78277,3,284,1937 +"59770",14290,79699,3,284,1735 +"59771",14290,80653,3,284,285 +"59772",14290,82280,3,284,619 +"59773",14290,93710,1,284,544 +"59774",14290,101381,3,284,977 +"59775",14290,110262,2,284,1138 +"59776",14290,111119,2,284,550 +"59777",14290,117190,3,284,425 +"59778",14300,2166,3,1218,2557 +"59779",14300,5504,3,1218,2389 +"59780",14300,8229,3,1218,1241 +"59781",14300,33572,3,1218,2370 +"59782",14300,71478,3,1218,1721 +"59783",14325,134,3,1976,2062 +"59784",14325,701,3,1976,2718 +"59785",14325,1324,3,1976,2147 +"59786",14325,1639,3,1976,2631 +"59787",14325,2684,2,1976,2874 +"59788",14325,6363,3,1976,2066 +"59789",14325,6449,3,1976,1997 +"59790",14325,11055,3,1976,2111 +"59791",14325,12356,2,1976,2757 +"59792",14325,13479,3,1976,2155 +"59793",14325,14652,3,1976,2516 +"59794",14325,14918,3,1976,2071 +"59795",14325,14959,3,1976,2898 +"59796",14325,16954,3,1976,2972 +"59797",14325,17351,3,1976,2036 +"59798",14325,18563,2,1976,2715 +"59799",14325,19248,3,1976,2357 +"59800",14325,21079,3,1976,1997 +"59801",14325,24753,3,1976,2860 +"59802",14325,25985,3,1976,2071 +"59803",14325,26793,3,1976,2104 +"59804",14325,27501,3,1976,1981 +"59805",14325,34120,3,1976,2786 +"59806",14325,36609,3,1976,2918 +"59807",14325,37929,3,1976,2393 +"59808",14325,38973,3,1976,1999 +"59809",14325,39135,3,1976,2489 +"59810",14325,39535,3,1976,2428 +"59811",14325,40931,2,1976,2301 +"59812",14325,45618,3,1976,2356 +"59813",14325,48795,3,1976,2498 +"59814",14325,56082,3,1976,2395 +"59815",14325,56893,3,1976,2597 +"59816",14325,62840,3,1976,2502 +"59817",14325,95011,3,1976,1986 +"59818",14328,14,3,1725,1793 +"59819",14328,854,2,1725,2307 +"59820",14328,915,2,1725,1793 +"59821",14328,1767,3,1725,2727 +"59822",14328,3068,2,1725,1815 +"59823",14328,3495,3,1725,2431 +"59824",14328,4504,2,1725,1905 +"59825",14328,11625,3,1725,2022 +"59826",14328,13158,3,1725,2667 +"59827",14328,17943,2,1725,1943 +"59828",14328,19317,3,1725,2041 +"59829",14328,19605,3,1725,2395 +"59830",14328,20416,3,1725,2323 +"59831",14328,23641,3,1725,1934 +"59832",14328,25030,3,1725,2017 +"59833",14328,26234,3,1725,2183 +"59834",14328,29454,3,1725,2719 +"59835",14328,30236,1,1725,2238 +"59836",14328,30827,2,1725,2323 +"59837",14328,38732,2,1725,2263 +"59838",14328,39135,3,1725,2489 +"59839",14328,41764,3,1725,2409 +"59840",14328,42216,3,1725,2722 +"59841",14328,43404,2,1725,2649 +"59842",14328,44268,3,1725,2436 +"59843",14328,48823,3,1725,2080 +"59844",14328,56397,3,1725,2053 +"59845",14328,60179,3,1725,2708 +"59846",14328,80764,3,1725,1808 +"59847",14328,88609,3,1725,1917 +"59848",14328,95879,3,1725,1748 +"59849",14332,14,3,780,1793 +"59850",14332,915,3,780,1793 +"59851",14332,1102,3,780,2282 +"59852",14332,1767,3,780,2727 +"59853",14332,2609,2,780,834 +"59854",14332,3068,3,780,1815 +"59855",14332,3477,3,780,2546 +"59856",14332,3980,3,780,2771 +"59857",14332,6063,3,780,2349 +"59858",14332,11450,1,780,915 +"59859",14332,11625,2,780,2022 +"59860",14332,12724,3,780,1930 +"59861",14332,12735,3,780,819 +"59862",14332,12779,2,780,936 +"59863",14332,13158,2,780,2667 +"59864",14332,13899,3,780,2650 +"59865",14332,14328,2,780,1725 +"59866",14332,15235,2,780,1045 +"59867",14332,16053,3,780,908 +"59868",14332,18217,3,780,1566 +"59869",14332,19317,3,780,2041 +"59870",14332,19835,3,780,1135 +"59871",14332,20343,1,780,851 +"59872",14332,20416,1,780,2323 +"59873",14332,20732,3,780,2401 +"59874",14332,22462,3,780,869 +"59875",14332,23726,3,780,2434 +"59876",14332,30092,2,780,1593 +"59877",14332,30236,3,780,2238 +"59878",14332,30827,2,780,2323 +"59879",14332,30850,2,780,1045 +"59880",14332,32811,3,780,804 +"59881",14332,33223,3,780,2397 +"59882",14332,37301,3,780,2160 +"59883",14332,38213,3,780,1744 +"59884",14332,38284,2,780,1234 +"59885",14332,39135,3,780,2489 +"59886",14332,40542,3,780,1664 +"59887",14332,42216,2,780,2722 +"59888",14332,43404,2,780,2649 +"59889",14332,45302,3,780,2390 +"59890",14332,46717,3,780,938 +"59891",14332,49620,3,780,1868 +"59892",14332,55084,2,780,1189 +"59893",14332,56026,3,780,908 +"59894",14332,74636,3,780,2525 +"59895",14332,88063,3,780,1045 +"59896",14332,88070,2,780,949 +"59897",14332,88609,3,780,1917 +"59898",14353,1822,1,2878,2888 +"59899",14353,44654,3,2878,2916 +"59900",14354,36007,1,1659,2089 +"59901",14380,160,3,120,2007 +"59902",14380,1624,3,120,2687 +"59903",14380,1708,2,120,1591 +"59904",14380,2272,3,120,1640 +"59905",14380,2443,2,120,2333 +"59906",14380,2647,3,120,2450 +"59907",14380,2927,3,120,1789 +"59908",14380,3101,3,120,513 +"59909",14380,3271,3,120,2216 +"59910",14380,6295,2,120,856 +"59911",14380,7604,3,120,1366 +"59912",14380,8006,3,120,479 +"59913",14380,8123,3,120,144 +"59914",14380,8238,3,120,2222 +"59915",14380,8993,3,120,2099 +"59916",14380,9269,2,120,1892 +"59917",14380,9272,3,120,2835 +"59918",14380,9538,3,120,1786 +"59919",14380,9895,2,120,1960 +"59920",14380,9910,2,120,2526 +"59921",14380,9948,1,120,2019 +"59922",14380,10990,3,120,805 +"59923",14380,11351,3,120,2971 +"59924",14380,12473,2,120,801 +"59925",14380,12632,1,120,1174 +"59926",14380,12735,3,120,819 +"59927",14380,12914,2,120,1557 +"59928",14380,12966,3,120,2011 +"59929",14380,14212,2,120,857 +"59930",14380,14290,3,120,284 +"59931",14380,14442,3,120,2700 +"59932",14380,15281,3,120,810 +"59933",14380,15582,3,120,598 +"59934",14380,15926,2,120,545 +"59935",14380,16347,2,120,1868 +"59936",14380,16963,3,120,1999 +"59937",14380,17499,3,120,2954 +"59938",14380,17632,3,120,1947 +"59939",14380,17695,3,120,1930 +"59940",14380,18061,3,120,160 +"59941",14380,18718,3,120,494 +"59942",14380,19358,3,120,880 +"59943",14380,20331,3,120,2365 +"59944",14380,20695,1,120,2526 +"59945",14380,20819,3,120,213 +"59946",14380,20921,3,120,723 +"59947",14380,21044,3,120,1574 +"59948",14380,21352,3,120,1604 +"59949",14380,22357,3,120,1397 +"59950",14380,23560,3,120,2051 +"59951",14380,25345,1,120,713 +"59952",14380,25678,3,120,1558 +"59953",14380,26597,3,120,2070 +"59954",14380,26740,3,120,2695 +"59955",14380,27512,3,120,947 +"59956",14380,30096,3,120,2082 +"59957",14380,31890,3,120,1487 +"59958",14380,32070,3,120,950 +"59959",14380,32966,2,120,1583 +"59960",14380,34331,2,120,1727 +"59961",14380,37178,2,120,166 +"59962",14380,38697,2,120,2701 +"59963",14380,39009,3,120,1594 +"59964",14380,39187,3,120,2166 +"59965",14380,42382,3,120,2224 +"59966",14380,43226,3,120,2442 +"59967",14380,43725,2,120,935 +"59968",14380,44744,3,120,2032 +"59969",14380,46568,2,120,822 +"59970",14380,46616,3,120,1917 +"59971",14380,47564,3,120,2650 +"59972",14380,47607,2,120,2724 +"59973",14380,48110,3,120,2009 +"59974",14380,49284,3,120,218 +"59975",14380,49379,2,120,1573 +"59976",14380,49708,3,120,1147 +"59977",14380,50678,3,120,1366 +"59978",14380,51505,2,120,1572 +"59979",14380,52654,3,120,588 +"59980",14380,53020,3,120,2747 +"59981",14380,53584,2,120,2391 +"59982",14380,54737,3,120,326 +"59983",14380,55261,3,120,1915 +"59984",14380,55325,3,120,653 +"59985",14380,56168,3,120,1466 +"59986",14380,56364,2,120,1626 +"59987",14380,58508,3,120,2326 +"59988",14380,59143,3,120,359 +"59989",14380,63329,2,120,639 +"59990",14380,63631,3,120,763 +"59991",14380,64043,3,120,183 +"59992",14380,64803,3,120,841 +"59993",14380,65375,3,120,824 +"59994",14380,68262,2,120,441 +"59995",14380,69335,3,120,2698 +"59996",14380,69453,3,120,2831 +"59997",14380,74364,3,120,2841 +"59998",14380,76796,2,120,1140 +"59999",14380,77167,2,120,836 +"60000",14380,77611,3,120,1795 +"60001",14380,78283,3,120,620 +"60002",14380,78393,3,120,874 +"60003",14380,79874,3,120,1570 +"60004",14380,80130,1,120,132 +"60005",14380,80301,3,120,1690 +"60006",14380,80454,3,120,423 +"60007",14380,80801,2,120,1250 +"60008",14380,80807,3,120,1597 +"60009",14380,82131,3,120,186 +"60010",14380,82628,3,120,1784 +"60011",14380,83122,3,120,1503 +"60012",14380,83334,3,120,1708 +"60013",14380,84591,2,120,1685 +"60014",14380,84601,3,120,802 +"60015",14380,85926,3,120,907 +"60016",14380,87733,2,120,235 +"60017",14380,87915,2,120,1152 +"60018",14380,92630,3,120,1583 +"60019",14380,93642,3,120,1120 +"60020",14380,93710,3,120,544 +"60021",14380,96801,3,120,671 +"60022",14380,101381,2,120,977 +"60023",14380,101666,2,120,1257 +"60024",14380,106409,3,120,265 +"60025",14380,107467,2,120,1524 +"60026",14380,111119,3,120,550 +"60027",14380,115905,3,120,274 +"60028",14380,119241,3,120,152 +"60029",14381,1692,3,461,2443 +"60030",14381,2093,2,461,2459 +"60031",14381,2960,3,461,977 +"60032",14381,3317,3,461,2037 +"60033",14381,4066,3,461,1736 +"60034",14381,4107,3,461,987 +"60035",14381,4121,3,461,1304 +"60036",14381,5055,3,461,1796 +"60037",14381,5590,1,461,2845 +"60038",14381,6274,3,461,1035 +"60039",14381,13601,3,461,2689 +"60040",14381,17716,3,461,915 +"60041",14381,22297,3,461,1904 +"60042",14381,23121,3,461,2108 +"60043",14381,24892,1,461,803 +"60044",14381,26234,3,461,2183 +"60045",14381,29311,2,461,1849 +"60046",14381,36563,3,461,647 +"60047",14381,40675,3,461,1595 +"60048",14381,42914,3,461,1737 +"60049",14381,46642,1,461,999 +"60050",14381,47384,2,461,1639 +"60051",14381,53668,2,461,2242 +"60052",14381,54663,3,461,1424 +"60053",14381,65572,3,461,2750 +"60054",14381,75607,3,461,2245 +"60055",14381,79596,3,461,2004 +"60056",14422,2407,3,1548,1725 +"60057",14422,3175,1,1548,1938 +"60058",14422,3460,1,1548,2530 +"60059",14422,3896,2,1548,2693 +"60060",14422,4821,2,1548,1938 +"60061",14422,6162,3,1548,1673 +"60062",14422,6602,3,1548,1631 +"60063",14422,9184,3,1548,2670 +"60064",14422,15207,3,1548,1855 +"60065",14422,15453,1,1548,1688 +"60066",14422,16866,3,1548,2718 +"60067",14422,16896,3,1548,2223 +"60068",14422,18865,3,1548,2676 +"60069",14422,24206,3,1548,2307 +"60070",14422,27501,3,1548,1981 +"60071",14422,31997,3,1548,1703 +"60072",14422,33052,3,1548,2251 +"60073",14422,36646,2,1548,2744 +"60074",14422,40756,3,1548,2329 +"60075",14422,42196,3,1548,2765 +"60076",14422,42642,2,1548,2257 +"60077",14422,47145,3,1548,2809 +"60078",14422,47877,3,1548,2970 +"60079",14422,48215,3,1548,2028 +"60080",14422,51055,3,1548,2558 +"60081",14422,54879,2,1548,2210 +"60082",14422,60516,3,1548,2257 +"60083",14422,62903,3,1548,1704 +"60084",14422,63395,2,1548,2334 +"60085",14422,64469,3,1548,2707 +"60086",14422,74204,3,1548,2463 +"60087",14425,2759,3,1036,2030 +"60088",14425,3477,3,1036,2546 +"60089",14425,6132,3,1036,1590 +"60090",14425,6627,2,1036,2063 +"60091",14425,7337,3,1036,1797 +"60092",14425,12948,2,1036,2669 +"60093",14425,13068,3,1036,1778 +"60094",14425,14156,3,1036,1251 +"60095",14425,14754,3,1036,2456 +"60096",14425,19934,2,1036,2888 +"60097",14425,20176,3,1036,1050 +"60098",14425,21463,3,1036,2437 +"60099",14425,21684,3,1036,1971 +"60100",14425,25378,3,1036,1245 +"60101",14425,25832,3,1036,1689 +"60102",14425,28893,3,1036,2764 +"60103",14425,30865,2,1036,2038 +"60104",14425,32339,3,1036,2430 +"60105",14425,39105,3,1036,2487 +"60106",14425,45869,3,1036,2840 +"60107",14425,57765,3,1036,2893 +"60108",14425,75282,2,1036,2675 +"60109",14433,2576,3,1225,1307 +"60110",14433,4303,3,1225,2414 +"60111",14433,4730,3,1225,2131 +"60112",14433,4983,3,1225,1909 +"60113",14433,5557,3,1225,1929 +"60114",14433,5852,3,1225,1862 +"60115",14433,7126,3,1225,1261 +"60116",14433,8890,3,1225,1955 +"60117",14433,12818,3,1225,2015 +"60118",14433,14626,2,1225,2175 +"60119",14433,23325,3,1225,2779 +"60120",14433,26478,3,1225,1963 +"60121",14433,29319,3,1225,2314 +"60122",14433,30442,3,1225,2124 +"60123",14433,32939,3,1225,2277 +"60124",14433,34742,3,1225,1883 +"60125",14433,41185,3,1225,1929 +"60126",14433,54903,3,1225,2493 +"60127",14433,64174,2,1225,2377 +"60128",14433,64412,3,1225,2233 +"60129",14433,65658,3,1225,2030 +"60130",14433,70455,3,1225,1307 +"60131",14433,79918,1,1225,1672 +"60132",14433,82226,3,1225,1619 +"60133",14442,33460,2,2700,2781 +"60134",14442,47882,3,2700,2769 +"60135",14442,59289,1,2700,2896 +"60136",14449,1639,3,1258,2631 +"60137",14449,1846,3,1258,1845 +"60138",14449,3493,3,1258,2451 +"60139",14449,4303,3,1258,2414 +"60140",14449,4361,3,1258,2571 +"60141",14449,4916,3,1258,1970 +"60142",14449,5897,3,1258,2337 +"60143",14449,5962,3,1258,2491 +"60144",14449,6119,3,1258,2358 +"60145",14449,10336,3,1258,2271 +"60146",14449,11029,3,1258,2362 +"60147",14449,16286,3,1258,2470 +"60148",14449,16365,3,1258,2217 +"60149",14449,19380,3,1258,2637 +"60150",14449,21487,3,1258,2203 +"60151",14449,26642,2,1258,2952 +"60152",14449,27320,3,1258,2378 +"60153",14449,31317,2,1258,1362 +"60154",14449,32939,3,1258,2277 +"60155",14449,34216,2,1258,2832 +"60156",14449,35004,3,1258,1509 +"60157",14449,35715,3,1258,2912 +"60158",14449,37036,3,1258,2264 +"60159",14449,40954,3,1258,2603 +"60160",14449,41134,2,1258,2952 +"60161",14449,42023,3,1258,2231 +"60162",14449,44074,3,1258,1299 +"60163",14449,51360,3,1258,1882 +"60164",14449,53362,3,1258,2360 +"60165",14449,57804,3,1258,2214 +"60166",14449,63644,2,1258,1267 +"60167",14449,80606,3,1258,2079 +"60168",14449,81874,3,1258,1784 +"60169",14449,104828,3,1258,1609 +"60170",14463,68831,2,1256,1446 +"60171",14463,81269,3,1256,1570 +"60172",14463,86978,3,1256,2733 +"60173",14463,94138,2,1256,1939 +"60174",14470,6345,2,2632,2713 +"60175",14470,9272,3,2632,2835 +"60176",14470,9724,2,2632,2713 +"60177",14470,17499,3,2632,2954 +"60178",14470,23550,3,2632,2939 +"60179",14470,37684,3,2632,2899 +"60180",14470,42390,3,2632,2937 +"60181",14470,52950,3,2632,2716 +"60182",14470,53652,2,2632,2899 +"60183",14470,57205,3,2632,2948 +"60184",14470,69335,3,2632,2698 +"60185",14473,11135,3,2325,2441 +"60186",14481,669,3,437,1423 +"60187",14481,57405,2,437,2344 +"60188",14482,1822,3,1573,2888 +"60189",14482,2591,3,1573,1949 +"60190",14482,3477,3,1573,2546 +"60191",14482,4360,3,1573,1770 +"60192",14482,5072,3,1573,2175 +"60193",14482,5622,3,1573,2175 +"60194",14482,6063,3,1573,2349 +"60195",14482,6222,3,1573,1949 +"60196",14482,6577,3,1573,1951 +"60197",14482,7234,3,1573,2654 +"60198",14482,10857,3,1573,2253 +"60199",14482,13573,3,1573,2774 +"60200",14482,14353,3,1573,2878 +"60201",14482,14564,3,1573,1581 +"60202",14482,14959,3,1573,2898 +"60203",14482,17027,3,1573,2772 +"60204",14482,17400,3,1573,2231 +"60205",14482,17520,3,1573,2276 +"60206",14482,22403,2,1573,1630 +"60207",14482,23726,3,1573,2434 +"60208",14482,25643,3,1573,1646 +"60209",14482,25680,3,1573,1618 +"60210",14482,25950,3,1573,1618 +"60211",14482,30883,2,1573,1629 +"60212",14482,33223,3,1573,2397 +"60213",14482,38457,3,1573,1630 +"60214",14482,38921,3,1573,1880 +"60215",14482,39294,3,1573,1889 +"60216",14482,40542,3,1573,1664 +"60217",14482,40646,3,1573,1583 +"60218",14482,41108,3,1573,1624 +"60219",14482,43213,3,1573,2160 +"60220",14482,53475,3,1573,2853 +"60221",14482,53604,2,1573,2489 +"60222",14482,54551,3,1573,2348 +"60223",14482,56082,3,1573,2395 +"60224",14482,57760,2,1573,1721 +"60225",14482,62538,3,1573,1656 +"60226",14482,64502,3,1573,1670 +"60227",14482,72207,3,1573,2430 +"60228",14482,75403,3,1573,1895 +"60229",14482,79371,3,1573,1624 +"60230",14490,3158,3,2291,2762 +"60231",14490,8463,3,2291,2466 +"60232",14490,12035,3,2291,2721 +"60233",14490,12703,3,2291,2689 +"60234",14490,14957,3,2291,2306 +"60235",14490,15782,3,2291,2306 +"60236",14490,47882,2,2291,2769 +"60237",14490,67150,3,2291,2633 +"60238",14503,680,3,437,2569 +"60239",14503,728,3,437,1812 +"60240",14503,758,3,437,1232 +"60241",14503,1629,3,437,1289 +"60242",14503,2979,2,437,2912 +"60243",14503,3254,3,437,1258 +"60244",14503,3313,3,437,572 +"60245",14503,3477,3,437,2546 +"60246",14503,4330,2,437,1128 +"60247",14503,5484,3,437,582 +"60248",14503,5839,3,437,2301 +"60249",14503,7337,3,437,1797 +"60250",14503,8395,3,437,896 +"60251",14503,8908,3,437,1537 +"60252",14503,8923,3,437,1266 +"60253",14503,9332,2,437,2734 +"60254",14503,10216,3,437,2476 +"60255",14503,10457,3,437,1711 +"60256",14503,12361,3,437,2732 +"60257",14503,12759,2,437,2414 +"60258",14503,13099,3,437,1547 +"60259",14503,14861,3,437,2269 +"60260",14503,15826,3,437,2772 +"60261",14503,16482,3,437,1958 +"60262",14503,18005,3,437,2449 +"60263",14503,18381,3,437,1524 +"60264",14503,19073,3,437,2748 +"60265",14503,20688,3,437,891 +"60266",14503,21684,3,437,1971 +"60267",14503,22684,3,437,569 +"60268",14503,23277,3,437,1267 +"60269",14503,25373,3,437,2783 +"60270",14503,25832,3,437,1689 +"60271",14503,26336,3,437,1904 +"60272",14503,30669,3,437,1921 +"60273",14503,30870,3,437,2370 +"60274",14503,33681,3,437,1059 +"60275",14503,33870,3,437,955 +"60276",14503,36346,3,437,1240 +"60277",14503,38259,3,437,2258 +"60278",14503,41439,3,437,709 +"60279",14503,41723,3,437,2101 +"60280",14503,43058,3,437,1608 +"60281",14503,43115,3,437,1500 +"60282",14503,43204,2,437,1680 +"60283",14503,44795,3,437,635 +"60284",14503,45480,3,437,1104 +"60285",14503,47013,3,437,2388 +"60286",14503,48015,3,437,1355 +"60287",14503,49712,3,437,1937 +"60288",14503,51687,3,437,2333 +"60289",14503,53687,3,437,2422 +"60290",14503,53726,1,437,1729 +"60291",14503,63263,2,437,1267 +"60292",14503,67942,3,437,973 +"60293",14503,71219,3,437,967 +"60294",14503,76391,3,437,1536 +"60295",14503,88002,2,437,2729 +"60296",14503,88212,3,437,2547 +"60297",14503,90709,3,437,1080 +"60298",14503,94525,3,437,1993 +"60299",14503,95910,3,437,999 +"60300",14503,99218,3,437,481 +"60301",14503,99332,3,437,873 +"60302",14503,110749,3,437,772 +"60303",14507,823,1,2686,2840 +"60304",14507,997,3,2686,2788 +"60305",14507,5239,3,2686,2875 +"60306",14507,17852,3,2686,2840 +"60307",14507,19027,3,2686,2721 +"60308",14507,22331,3,2686,2687 +"60309",14507,27753,3,2686,2750 +"60310",14507,28285,3,2686,2972 +"60311",14507,37418,3,2686,2710 +"60312",14507,45704,3,2686,2687 +"60313",14507,48571,3,2686,2717 +"60314",14507,53219,2,2686,2973 +"60315",14507,54740,3,2686,2750 +"60316",14507,60974,3,2686,2972 +"60317",14507,64793,3,2686,2819 +"60318",14507,65029,3,2686,2954 +"60319",14520,2418,3,634,2020 +"60320",14520,2576,3,634,1307 +"60321",14520,2852,3,634,2448 +"60322",14520,3127,3,634,2273 +"60323",14520,4191,3,634,2130 +"60324",14520,4361,3,634,2571 +"60325",14520,5363,3,634,1791 +"60326",14520,5897,3,634,2337 +"60327",14520,5962,2,634,2491 +"60328",14520,6119,1,634,2358 +"60329",14520,7252,3,634,2799 +"60330",14520,7616,3,634,2296 +"60331",14520,7997,3,634,2049 +"60332",14520,8568,3,634,2706 +"60333",14520,9227,2,634,1267 +"60334",14520,9504,3,634,2549 +"60335",14520,9615,2,634,2464 +"60336",14520,9871,3,634,921 +"60337",14520,10336,2,634,2271 +"60338",14520,11029,3,634,2362 +"60339",14520,11563,2,634,1863 +"60340",14520,14449,3,634,1258 +"60341",14520,16286,1,634,2470 +"60342",14520,16501,3,634,1650 +"60343",14520,16573,3,634,802 +"60344",14520,17252,3,634,1258 +"60345",14520,17645,3,634,1918 +"60346",14520,17826,3,634,2920 +"60347",14520,19231,3,634,1424 +"60348",14520,19447,3,634,969 +"60349",14520,21593,3,634,1312 +"60350",14520,23398,3,634,896 +"60351",14520,26322,3,634,1018 +"60352",14520,27280,2,634,1965 +"60353",14520,27391,3,634,2378 +"60354",14520,27882,3,634,1897 +"60355",14520,29286,3,634,1612 +"60356",14520,31317,3,634,1362 +"60357",14520,32131,3,634,1035 +"60358",14520,33341,3,634,2338 +"60359",14520,35728,3,634,2017 +"60360",14520,36487,3,634,2622 +"60361",14520,37036,2,634,2264 +"60362",14520,37424,3,634,1693 +"60363",14520,38259,3,634,2258 +"60364",14520,40572,3,634,2666 +"60365",14520,41633,3,634,1976 +"60366",14520,42813,3,634,2142 +"60367",14520,44074,2,634,1299 +"60368",14520,46726,3,634,943 +"60369",14520,47654,3,634,1664 +"60370",14520,48888,3,634,1177 +"60371",14520,50354,3,634,1299 +"60372",14520,50594,3,634,849 +"60373",14520,51360,2,634,1882 +"60374",14520,52570,3,634,2645 +"60375",14520,53248,2,634,2271 +"60376",14520,53727,3,634,2442 +"60377",14520,56094,3,634,2343 +"60378",14520,57492,3,634,2855 +"60379",14520,60952,3,634,2076 +"60380",14520,61125,3,634,1673 +"60381",14520,62263,3,634,703 +"60382",14520,62668,3,634,958 +"60383",14520,63644,3,634,1267 +"60384",14520,70455,3,634,1307 +"60385",14520,73926,2,634,849 +"60386",14520,77167,3,634,836 +"60387",14520,79420,2,634,1061 +"60388",14520,81805,3,634,1607 +"60389",14520,88067,3,634,2315 +"60390",14520,88102,3,634,1244 +"60391",14520,91806,3,634,969 +"60392",14520,104828,2,634,1609 +"60393",14520,107052,3,634,2158 +"60394",14520,111375,3,634,2686 +"60395",14532,2206,3,1193,2536 +"60396",14532,3127,2,1193,2273 +"60397",14532,4668,2,1193,1919 +"60398",14532,4669,3,1193,2395 +"60399",14532,5346,3,1193,1438 +"60400",14532,5897,3,1193,2337 +"60401",14532,7252,3,1193,2799 +"60402",14532,8140,2,1193,1262 +"60403",14532,8726,3,1193,2083 +"60404",14532,9227,3,1193,1267 +"60405",14532,10716,3,1193,1692 +"60406",14532,10766,3,1193,2647 +"60407",14532,10980,2,1193,1974 +"60408",14532,11108,3,1193,1609 +"60409",14532,11625,3,1193,2022 +"60410",14532,11990,3,1193,1909 +"60411",14532,12948,3,1193,2669 +"60412",14532,15207,3,1193,1855 +"60413",14532,15598,3,1193,2011 +"60414",14532,16501,3,1193,1650 +"60415",14532,16715,3,1193,1218 +"60416",14532,19655,3,1193,2706 +"60417",14532,21207,2,1193,1258 +"60418",14532,27742,3,1193,2700 +"60419",14532,27914,3,1193,2507 +"60420",14532,28869,2,1193,2425 +"60421",14532,30525,3,1193,1964 +"60422",14532,31868,3,1193,1993 +"60423",14532,35728,3,1193,2017 +"60424",14532,35822,3,1193,1903 +"60425",14532,40572,3,1193,2666 +"60426",14532,41581,3,1193,1692 +"60427",14532,44877,3,1193,1219 +"60428",14532,45869,3,1193,2840 +"60429",14532,46486,3,1193,1868 +"60430",14532,50354,3,1193,1299 +"60431",14532,51687,3,1193,2333 +"60432",14532,56995,3,1193,2323 +"60433",14532,59726,3,1193,1513 +"60434",14532,60672,3,1193,2876 +"60435",14532,65856,3,1193,2504 +"60436",14532,68416,3,1193,2939 +"60437",14532,80156,3,1193,1667 +"60438",14532,82341,3,1193,1515 +"60439",14532,83610,3,1193,1552 +"60440",14532,92297,3,1193,2952 +"60441",14532,94520,3,1193,1243 +"60442",14538,10825,2,2507,2565 +"60443",14558,2057,3,1585,1965 +"60444",14558,3306,3,1585,1989 +"60445",14558,4032,2,1585,1763 +"60446",14558,4367,3,1585,2794 +"60447",14558,5897,3,1585,2337 +"60448",14558,6697,3,1585,2438 +"60449",14558,7355,2,1585,1928 +"60450",14558,7896,3,1585,2447 +"60451",14558,8610,3,1585,2240 +"60452",14558,10739,3,1585,1807 +"60453",14558,11136,2,1585,2573 +"60454",14558,14754,3,1585,2456 +"60455",14558,15567,3,1585,2671 +"60456",14558,19858,3,1585,2357 +"60457",14558,22766,3,1585,1945 +"60458",14558,24757,2,1585,1939 +"60459",14558,25741,3,1585,2853 +"60460",14558,28081,3,1585,1927 +"60461",14558,34908,3,1585,2796 +"60462",14558,37120,3,1585,2622 +"60463",14558,46486,3,1585,1868 +"60464",14558,47529,3,1585,2914 +"60465",14558,50335,3,1585,1893 +"60466",14558,54284,2,1585,2491 +"60467",14558,68586,3,1585,2322 +"60468",14564,1822,3,1581,2888 +"60469",14564,2972,3,1581,1708 +"60470",14564,3477,3,1581,2546 +"60471",14564,6044,3,1581,2744 +"60472",14564,6063,3,1581,2349 +"60473",14564,12388,3,1581,1975 +"60474",14564,14103,3,1581,2204 +"60475",14564,14353,2,1581,2878 +"60476",14564,15444,3,1581,2764 +"60477",14564,17027,3,1581,2772 +"60478",14564,20067,3,1581,2390 +"60479",14564,21754,2,1581,1881 +"60480",14564,22403,1,1581,1630 +"60481",14564,25078,3,1581,2312 +"60482",14564,27104,3,1581,1608 +"60483",14564,30883,3,1581,1629 +"60484",14564,33223,3,1581,2397 +"60485",14564,34158,3,1581,2639 +"60486",14564,34693,3,1581,1938 +"60487",14564,38457,3,1581,1630 +"60488",14564,40542,3,1581,1664 +"60489",14564,40646,3,1581,1583 +"60490",14564,41108,3,1581,1624 +"60491",14564,41972,3,1581,2509 +"60492",14564,42799,3,1581,2729 +"60493",14564,43479,3,1581,2178 +"60494",14564,47895,2,1581,2328 +"60495",14564,49414,3,1581,1667 +"60496",14564,50236,3,1581,2339 +"60497",14564,52261,3,1581,2162 +"60498",14564,57760,2,1581,1721 +"60499",14564,67957,3,1581,2823 +"60500",14564,70232,3,1581,2401 +"60501",14564,117956,2,1581,2774 +"60502",14584,2907,3,1573,1980 +"60503",14584,5937,3,1573,2392 +"60504",14584,6234,3,1573,2654 +"60505",14584,16477,3,1573,2069 +"60506",14584,39439,3,1573,2462 +"60507",14584,44730,2,1573,2468 +"60508",14584,63510,3,1573,1602 +"60509",14584,76505,3,1573,2123 +"60510",14584,76997,3,1573,2223 +"60511",14584,86716,3,1573,1609 +"60512",14584,113498,1,1573,2568 +"60513",14586,10200,3,2801,2920 +"60514",14586,59039,3,2801,2870 +"60515",14586,63837,3,2801,2807 +"60516",14589,2057,3,1184,1965 +"60517",14589,3966,3,1184,2425 +"60518",14589,5235,3,1184,2324 +"60519",14589,6417,3,1184,1675 +"60520",14589,9723,3,1184,2302 +"60521",14589,11143,3,1184,2623 +"60522",14589,12249,3,1184,1965 +"60523",14589,12653,3,1184,1573 +"60524",14589,15095,3,1184,2001 +"60525",14589,16352,3,1184,2657 +"60526",14589,17230,3,1184,1965 +"60527",14589,28559,3,1184,1525 +"60528",14589,32202,3,1184,2314 +"60529",14589,60280,3,1184,1918 +"60530",14589,70586,3,1184,2562 +"60531",14589,90911,3,1184,1263 +"60532",14599,160,3,1118,2007 +"60533",14599,860,3,1118,1258 +"60534",14599,1523,3,1118,2048 +"60535",14599,1641,3,1118,1490 +"60536",14599,2093,3,1118,2459 +"60537",14599,2190,1,1118,2359 +"60538",14599,2747,2,1118,2411 +"60539",14599,3317,2,1118,2037 +"60540",14599,4665,3,1118,1569 +"60541",14599,4831,3,1118,2365 +"60542",14599,8610,3,1118,2240 +"60543",14599,9503,2,1118,2453 +"60544",14599,9787,3,1118,2858 +"60545",14599,10050,2,1118,1792 +"60546",14599,10453,3,1118,1656 +"60547",14599,11563,3,1118,1863 +"60548",14599,11588,3,1118,2352 +"60549",14599,14287,3,1118,1583 +"60550",14599,14749,3,1118,1998 +"60551",14599,14817,3,1118,2110 +"60552",14599,14959,3,1118,2898 +"60553",14599,14998,2,1118,1553 +"60554",14599,16501,3,1118,1650 +"60555",14599,16502,3,1118,1616 +"60556",14599,17456,3,1118,1300 +"60557",14599,20155,3,1118,1517 +"60558",14599,21209,3,1118,2184 +"60559",14599,23131,2,1118,1732 +"60560",14599,23206,3,1118,2805 +"60561",14599,24069,3,1118,2697 +"60562",14599,27742,3,1118,2700 +"60563",14599,28116,3,1118,1643 +"60564",14599,28869,3,1118,2425 +"60565",14599,29311,3,1118,1849 +"60566",14599,29825,3,1118,2603 +"60567",14599,30525,2,1118,1964 +"60568",14599,31541,2,1118,1500 +"60569",14599,34491,3,1118,2694 +"60570",14599,38532,1,1118,1234 +"60571",14599,42562,3,1118,1195 +"60572",14599,42914,3,1118,1737 +"60573",14599,44433,3,1118,2224 +"60574",14599,44603,3,1118,2748 +"60575",14599,44982,3,1118,1592 +"60576",14599,47839,3,1118,1864 +"60577",14599,51774,3,1118,2459 +"60578",14599,54924,3,1118,2603 +"60579",14599,55487,3,1118,1500 +"60580",14599,58501,2,1118,2613 +"60581",14599,59627,3,1118,1466 +"60582",14599,61125,3,1118,1673 +"60583",14599,66677,3,1118,2151 +"60584",14599,70656,2,1118,2771 +"60585",14599,70814,3,1118,2771 +"60586",14599,74370,3,1118,1667 +"60587",14599,87907,3,1118,1173 +"60588",14599,91942,3,1118,2216 +"60589",14612,1057,3,2340,2759 +"60590",14612,3158,3,2340,2762 +"60591",14612,4249,3,2340,2547 +"60592",14612,5937,3,2340,2392 +"60593",14612,9272,3,2340,2835 +"60594",14612,15150,3,2340,2801 +"60595",14612,15558,3,2340,2389 +"60596",14612,17499,3,2340,2954 +"60597",14612,20011,3,2340,2826 +"60598",14612,23550,3,2340,2939 +"60599",14612,23728,3,2340,2601 +"60600",14612,25941,2,2340,2369 +"60601",14612,33176,2,2340,2630 +"60602",14612,42390,3,2340,2937 +"60603",14612,43226,3,2340,2442 +"60604",14612,43701,3,2340,2400 +"60605",14612,69335,3,2340,2698 +"60606",14616,671,3,385,2328 +"60607",14616,1592,2,385,2006 +"60608",14616,1691,3,385,1941 +"60609",14616,2208,3,385,2814 +"60610",14616,2731,3,385,434 +"60611",14616,4317,3,385,1224 +"60612",14616,7245,3,385,2089 +"60613",14616,8537,3,385,472 +"60614",14616,10875,3,385,1234 +"60615",14616,12096,3,385,1330 +"60616",14616,12374,3,385,2260 +"60617",14616,12432,3,385,1816 +"60618",14616,12449,2,385,2067 +"60619",14616,13869,1,385,1786 +"60620",14616,18415,3,385,2184 +"60621",14616,19718,3,385,1702 +"60622",14616,20407,3,385,2339 +"60623",14616,21133,3,385,1320 +"60624",14616,21682,3,385,2414 +"60625",14616,23403,3,385,607 +"60626",14616,24198,3,385,2217 +"60627",14616,24558,3,385,2139 +"60628",14616,24755,3,385,1319 +"60629",14616,26570,3,385,1669 +"60630",14616,28808,3,385,1063 +"60631",14616,32017,3,385,577 +"60632",14616,33622,3,385,2230 +"60633",14616,37800,3,385,604 +"60634",14616,38523,3,385,549 +"60635",14616,39563,3,385,486 +"60636",14616,39865,2,385,849 +"60637",14616,40072,3,385,1182 +"60638",14616,45633,3,385,2134 +"60639",14616,46621,2,385,1343 +"60640",14616,47585,3,385,794 +"60641",14616,48274,3,385,1979 +"60642",14616,49301,3,385,1894 +"60643",14616,50179,3,385,2230 +"60644",14616,51815,3,385,1252 +"60645",14616,51831,3,385,2427 +"60646",14616,51925,2,385,2307 +"60647",14616,52327,3,385,1472 +"60648",14616,59939,3,385,936 +"60649",14616,61785,2,385,822 +"60650",14616,69165,3,385,2340 +"60651",14616,73786,1,385,2937 +"60652",14616,74716,3,385,776 +"60653",14616,75921,2,385,517 +"60654",14616,79436,3,385,1344 +"60655",14616,88232,2,385,2881 +"60656",14616,91912,3,385,790 +"60657",14616,92592,3,385,486 +"60658",14616,99621,3,385,874 +"60659",14622,160,2,1608,2007 +"60660",14622,3456,2,1608,1999 +"60661",14622,3978,3,1608,2775 +"60662",14622,9423,3,1608,1708 +"60663",14622,12081,3,1608,2166 +"60664",14622,17351,3,1608,2036 +"60665",14622,17632,3,1608,1947 +"60666",14622,18670,3,1608,1835 +"60667",14622,38373,3,1608,1928 +"60668",14622,41900,3,1608,1970 +"60669",14622,41945,3,1608,2856 +"60670",14622,77611,3,1608,1795 +"60671",14623,3669,3,2043,2524 +"60672",14623,5235,3,2043,2324 +"60673",14623,9723,3,2043,2302 +"60674",14623,14761,3,2043,2502 +"60675",14623,19057,2,2043,2664 +"60676",14623,23302,1,2043,2677 +"60677",14623,24610,1,2043,2733 +"60678",14623,30317,1,2043,2431 +"60679",14623,32235,3,2043,2109 +"60680",14623,32939,3,2043,2277 +"60681",14623,54819,3,2043,2782 +"60682",14626,1692,3,2175,2443 +"60683",14626,2093,3,2175,2459 +"60684",14626,10200,3,2175,2920 +"60685",14626,11429,3,2175,2520 +"60686",14626,14761,3,2175,2502 +"60687",14626,21504,3,2175,2328 +"60688",14626,23471,3,2175,2488 +"60689",14626,24086,3,2175,2663 +"60690",14626,29319,1,2175,2314 +"60691",14626,35264,2,2175,2329 +"60692",14626,37342,3,2175,2649 +"60693",14626,38038,3,2175,2686 +"60694",14626,49147,3,2175,2539 +"60695",14626,54903,1,2175,2493 +"60696",14626,55775,3,2175,2385 +"60697",14626,56737,3,2175,2270 +"60698",14626,64174,2,2175,2377 +"60699",14626,64412,1,2175,2233 +"60700",14626,72426,3,2175,2902 +"60701",14626,79036,3,2175,2524 +"60702",14652,2684,3,2516,2874 +"60703",14652,2954,3,2516,2727 +"60704",14652,3305,3,2516,2839 +"60705",14652,5239,3,2516,2875 +"60706",14652,5258,3,2516,2730 +"60707",14652,9150,2,2516,2689 +"60708",14652,9362,3,2516,2879 +"60709",14652,12356,3,2516,2757 +"60710",14652,14507,3,2516,2686 +"60711",14652,18563,3,2516,2715 +"60712",14652,24825,3,2516,2686 +"60713",14652,26721,3,2516,2586 +"60714",14652,27275,3,2516,2656 +"60715",14652,31235,2,2516,2668 +"60716",14652,31705,3,2516,2706 +"60717",14652,36609,3,2516,2918 +"60718",14652,37400,3,2516,2860 +"60719",14652,38780,3,2516,2705 +"60720",14652,42216,3,2516,2722 +"60721",14652,47445,3,2516,2668 +"60722",14652,53219,3,2516,2973 +"60723",14652,56893,3,2516,2597 +"60724",14654,372,2,1692,1944 +"60725",14654,841,3,1692,2964 +"60726",14654,843,3,1692,2332 +"60727",14654,1560,3,1692,2013 +"60728",14654,3255,2,1692,2504 +"60729",14654,3271,2,1692,2216 +"60730",14654,3620,3,1692,2955 +"60731",14654,5852,2,1692,1862 +"60732",14654,7337,3,1692,1797 +"60733",14654,9272,2,1692,2835 +"60734",14654,9716,3,1692,1929 +"60735",14654,10200,2,1692,2920 +"60736",14654,11319,2,1692,2073 +"60737",14654,11429,2,1692,2520 +"60738",14654,12577,3,1692,2530 +"60739",14654,12818,3,1692,2015 +"60740",14654,14586,3,1692,2801 +"60741",14654,14626,3,1692,2175 +"60742",14654,14761,1,1692,2502 +"60743",14654,16205,3,1692,2630 +"60744",14654,16437,3,1692,1956 +"60745",14654,19075,3,1692,2214 +"60746",14654,19296,2,1692,1705 +"60747",14654,19366,3,1692,2279 +"60748",14654,19687,3,1692,2072 +"60749",14654,22249,3,1692,1892 +"60750",14654,27826,3,1692,2824 +"60751",14654,28432,3,1692,1954 +"60752",14654,29319,2,1692,2314 +"60753",14654,29704,3,1692,2294 +"60754",14654,32235,3,1692,2109 +"60755",14654,32582,3,1692,1929 +"60756",14654,37342,3,1692,2649 +"60757",14654,37752,3,1692,2223 +"60758",14654,38038,2,1692,2686 +"60759",14654,39439,3,1692,2462 +"60760",14654,39444,3,1692,2695 +"60761",14654,39534,3,1692,2410 +"60762",14654,40392,3,1692,1878 +"60763",14654,41185,3,1692,1929 +"60764",14654,43173,3,1692,2895 +"60765",14654,43226,2,1692,2442 +"60766",14654,48110,2,1692,2009 +"60767",14654,49147,3,1692,2539 +"60768",14654,49347,2,1692,2504 +"60769",14654,53445,3,1692,2028 +"60770",14654,55171,3,1692,2972 +"60771",14654,56737,3,1692,2270 +"60772",14654,57804,3,1692,2214 +"60773",14654,58508,2,1692,2326 +"60774",14654,59039,3,1692,2870 +"60775",14654,64174,3,1692,2377 +"60776",14654,64412,3,1692,2233 +"60777",14654,69335,2,1692,2698 +"60778",14654,82917,3,1692,2371 +"60779",14654,87362,3,1692,2902 +"60780",14655,1151,3,2559,2885 +"60781",14655,1616,3,2559,2662 +"60782",14655,2224,3,2559,2751 +"60783",14655,2954,3,2559,2727 +"60784",14655,4932,3,2559,2752 +"60785",14655,7323,3,2559,2858 +"60786",14655,9362,2,2559,2879 +"60787",14655,13249,3,2559,2573 +"60788",14655,14834,3,2559,2739 +"60789",14655,14959,3,2559,2898 +"60790",14655,19606,3,2559,2783 +"60791",14655,20700,3,2559,2861 +"60792",14655,27275,3,2559,2656 +"60793",14655,31235,3,2559,2668 +"60794",14655,36087,3,2559,2755 +"60795",14655,38780,3,2559,2705 +"60796",14655,42216,3,2559,2722 +"60797",14656,135,3,584,2233 +"60798",14656,145,3,584,1998 +"60799",14656,212,2,584,1513 +"60800",14656,270,1,584,2542 +"60801",14656,312,3,584,2038 +"60802",14656,377,3,584,2389 +"60803",14656,380,1,584,2261 +"60804",14656,457,3,584,1704 +"60805",14656,543,3,584,2203 +"60806",14656,782,3,584,945 +"60807",14656,854,3,584,2307 +"60808",14656,913,3,584,2144 +"60809",14656,919,3,584,910 +"60810",14656,1044,2,584,880 +"60811",14656,1046,3,584,1881 +"60812",14656,1102,1,584,2282 +"60813",14656,1124,2,584,1596 +"60814",14656,1151,3,584,2885 +"60815",14656,1196,3,584,1986 +"60816",14656,1349,3,584,1147 +"60817",14656,1592,3,584,2006 +"60818",14656,1616,3,584,2662 +"60819",14656,1691,3,584,1941 +"60820",14656,1822,3,584,2888 +"60821",14656,1875,3,584,1786 +"60822",14656,2077,3,584,610 +"60823",14656,2111,2,584,1904 +"60824",14656,2181,3,584,2030 +"60825",14656,2195,3,584,2139 +"60826",14656,2224,3,584,2751 +"60827",14656,2322,3,584,1645 +"60828",14656,2424,2,584,2582 +"60829",14656,2484,2,584,2389 +"60830",14656,2533,3,584,2016 +"60831",14656,2572,2,584,2273 +"60832",14656,2954,3,584,2727 +"60833",14656,3161,3,584,2229 +"60834",14656,3305,3,584,2839 +"60835",14656,3306,3,584,1989 +"60836",14656,3477,2,584,2546 +"60837",14656,3493,2,584,2451 +"60838",14656,3748,3,584,2052 +"60839",14656,3801,2,584,1974 +"60840",14656,3947,3,584,2067 +"60841",14656,3954,3,584,839 +"60842",14656,3961,3,584,2426 +"60843",14656,4226,3,584,1903 +"60844",14656,4253,3,584,1890 +"60845",14656,4360,2,584,1770 +"60846",14656,4622,3,584,1589 +"60847",14656,4690,3,584,1938 +"60848",14656,4701,3,584,2401 +"60849",14656,4790,3,584,1025 +"60850",14656,4953,3,584,2285 +"60851",14656,5072,3,584,2175 +"60852",14656,5235,3,584,2324 +"60853",14656,5296,3,584,820 +"60854",14656,5350,3,584,2522 +"60855",14656,5405,3,584,1510 +"60856",14656,5429,3,584,1991 +"60857",14656,5504,3,584,2389 +"60858",14656,5580,3,584,2111 +"60859",14656,5622,2,584,2175 +"60860",14656,5716,2,584,1058 +"60861",14656,5971,2,584,1985 +"60862",14656,5984,2,584,1675 +"60863",14656,5986,2,584,1721 +"60864",14656,6047,2,584,2004 +"60865",14656,6052,2,584,1985 +"60866",14656,6063,2,584,2349 +"60867",14656,6074,2,584,2426 +"60868",14656,6162,3,584,1673 +"60869",14656,6222,3,584,1949 +"60870",14656,6264,3,584,749 +"60871",14656,6363,3,584,2066 +"60872",14656,6366,2,584,798 +"60873",14656,6392,3,584,1878 +"60874",14656,6417,2,584,1675 +"60875",14656,6491,3,584,2424 +"60876",14656,6588,1,584,2025 +"60877",14656,6718,2,584,2138 +"60878",14656,7180,3,584,2227 +"60879",14656,7234,3,584,2654 +"60880",14656,7245,3,584,2089 +"60881",14656,7323,3,584,2858 +"60882",14656,7406,3,584,1906 +"60883",14656,7502,3,584,1519 +"60884",14656,7555,3,584,1943 +"60885",14656,7627,3,584,1543 +"60886",14656,7858,3,584,1795 +"60887",14656,8192,3,584,1670 +"60888",14656,8259,3,584,1677 +"60889",14656,8395,3,584,896 +"60890",14656,8513,3,584,875 +"60891",14656,8533,3,584,2251 +"60892",14656,8762,3,584,2585 +"60893",14656,8866,2,584,1545 +"60894",14656,8888,2,584,1328 +"60895",14656,8993,3,584,2099 +"60896",14656,9200,3,584,787 +"60897",14656,9311,3,584,2477 +"60898",14656,9362,3,584,2879 +"60899",14656,9364,2,584,1698 +"60900",14656,9503,3,584,2453 +"60901",14656,9654,3,584,2111 +"60902",14656,9805,2,584,1621 +"60903",14656,9928,2,584,2345 +"60904",14656,9950,3,584,920 +"60905",14656,10143,3,584,778 +"60906",14656,10358,3,584,2294 +"60907",14656,10488,2,584,1524 +"60908",14656,10513,2,584,2284 +"60909",14656,10523,3,584,1510 +"60910",14656,10576,3,584,974 +"60911",14656,10717,3,584,1938 +"60912",14656,10857,1,584,2253 +"60913",14656,10874,3,584,1891 +"60914",14656,11006,3,584,1950 +"60915",14656,11154,3,584,1594 +"60916",14656,11218,1,584,2292 +"60917",14656,11229,2,584,1625 +"60918",14656,11440,3,584,2026 +"60919",14656,11477,3,584,2724 +"60920",14656,11518,3,584,803 +"60921",14656,11576,3,584,808 +"60922",14656,11817,2,584,600 +"60923",14656,11912,3,584,889 +"60924",14656,12042,2,584,2345 +"60925",14656,12310,3,584,1337 +"60926",14656,12374,3,584,2260 +"60927",14656,12375,3,584,1873 +"60928",14656,12602,3,584,1956 +"60929",14656,12724,2,584,1930 +"60930",14656,12728,3,584,2374 +"60931",14656,12735,2,584,819 +"60932",14656,12779,2,584,936 +"60933",14656,12863,3,584,2027 +"60934",14656,12982,3,584,2143 +"60935",14656,13248,3,584,1385 +"60936",14656,13307,2,584,2206 +"60937",14656,13899,3,584,2650 +"60938",14656,14032,3,584,2144 +"60939",14656,14108,3,584,2012 +"60940",14656,14252,3,584,2244 +"60941",14656,14655,2,584,2559 +"60942",14656,14817,3,584,2110 +"60943",14656,14834,3,584,2739 +"60944",14656,14855,2,584,903 +"60945",14656,14959,3,584,2898 +"60946",14656,15003,3,584,2067 +"60947",14656,15023,3,584,2054 +"60948",14656,15135,2,584,1035 +"60949",14656,15402,2,584,1281 +"60950",14656,15539,3,584,1929 +"60951",14656,15700,3,584,1712 +"60952",14656,15799,3,584,1917 +"60953",14656,15813,3,584,2143 +"60954",14656,16201,3,584,1811 +"60955",14656,16332,3,584,2668 +"60956",14656,16352,2,584,2657 +"60957",14656,16432,3,584,2664 +"60958",14656,16535,3,584,1993 +"60959",14656,16826,3,584,2599 +"60960",14656,16835,3,584,1739 +"60961",14656,16863,3,584,2069 +"60962",14656,16940,3,584,1290 +"60963",14656,17365,3,584,2746 +"60964",14656,17399,3,584,884 +"60965",14656,17400,2,584,2231 +"60966",14656,17520,3,584,2276 +"60967",14656,17821,3,584,858 +"60968",14656,17931,3,584,1617 +"60969",14656,18152,2,584,1314 +"60970",14656,18217,2,584,1566 +"60971",14656,18348,3,584,1711 +"60972",14656,18361,3,584,2968 +"60973",14656,18394,2,584,2356 +"60974",14656,18707,3,584,1143 +"60975",14656,19248,2,584,2357 +"60976",14656,19317,3,584,2041 +"60977",14656,19606,3,584,2783 +"60978",14656,19621,3,584,725 +"60979",14656,19622,3,584,2371 +"60980",14656,19719,2,584,2177 +"60981",14656,19862,2,584,2412 +"60982",14656,19893,3,584,1223 +"60983",14656,20124,1,584,2376 +"60984",14656,20311,3,584,1981 +"60985",14656,20343,3,584,851 +"60986",14656,20407,3,584,2339 +"60987",14656,20700,3,584,2861 +"60988",14656,20921,3,584,723 +"60989",14656,20975,3,584,1305 +"60990",14656,20984,3,584,2502 +"60991",14656,21012,3,584,2325 +"60992",14656,21104,3,584,2327 +"60993",14656,21133,3,584,1320 +"60994",14656,21164,3,584,1645 +"60995",14656,21197,3,584,1437 +"60996",14656,21198,2,584,935 +"60997",14656,21285,3,584,2100 +"60998",14656,21422,2,584,935 +"60999",14656,21682,3,584,2414 +"61000",14656,21684,3,584,1971 +"61001",14656,21693,2,584,2176 +"61002",14656,21929,3,584,2062 +"61003",14656,22057,3,584,974 +"61004",14656,22141,3,584,2348 +"61005",14656,22197,3,584,2271 +"61006",14656,22277,3,584,2424 +"61007",14656,22282,3,584,1418 +"61008",14656,22326,2,584,2818 +"61009",14656,22362,2,584,1836 +"61010",14656,22403,3,584,1630 +"61011",14656,22462,2,584,869 +"61012",14656,23159,3,584,1548 +"61013",14656,23310,3,584,2371 +"61014",14656,23430,3,584,904 +"61015",14656,23450,3,584,967 +"61016",14656,23492,2,584,1067 +"61017",14656,23509,3,584,2275 +"61018",14656,23526,2,584,1998 +"61019",14656,23715,2,584,1859 +"61020",14656,23725,2,584,2378 +"61021",14656,23727,3,584,1734 +"61022",14656,23729,2,584,1624 +"61023",14656,23825,3,584,1913 +"61024",14656,23966,3,584,891 +"61025",14656,23970,3,584,1624 +"61026",14656,24060,3,584,2349 +"61027",14656,24066,3,584,1755 +"61028",14656,24169,3,584,1663 +"61029",14656,24259,2,584,1281 +"61030",14656,24362,3,584,1287 +"61031",14656,24559,3,584,946 +"61032",14656,24853,3,584,1004 +"61033",14656,25129,3,584,2647 +"61034",14656,25198,3,584,1982 +"61035",14656,25305,2,584,2447 +"61036",14656,25577,3,584,1946 +"61037",14656,25643,3,584,1646 +"61038",14656,25985,3,584,2071 +"61039",14656,26025,3,584,591 +"61040",14656,26067,3,584,2069 +"61041",14656,26080,2,584,2525 +"61042",14656,26749,3,584,2965 +"61043",14656,26818,2,584,1999 +"61044",14656,26848,3,584,2363 +"61045",14656,26867,3,584,1804 +"61046",14656,27275,3,584,2656 +"61047",14656,27377,3,584,1724 +"61048",14656,27694,3,584,2030 +"61049",14656,27744,2,584,861 +"61050",14656,27849,3,584,1316 +"61051",14656,28002,3,584,914 +"61052",14656,28383,2,584,1222 +"61053",14656,28588,3,584,1335 +"61054",14656,28808,3,584,1063 +"61055",14656,29267,3,584,1234 +"61056",14656,29705,3,584,607 +"61057",14656,29750,3,584,689 +"61058",14656,29917,3,584,1962 +"61059",14656,29962,3,584,2201 +"61060",14656,29987,2,584,956 +"61061",14656,30052,3,584,2855 +"61062",14656,30092,3,584,1593 +"61063",14656,30165,3,584,1409 +"61064",14656,30173,3,584,2404 +"61065",14656,30309,3,584,1449 +"61066",14656,30325,2,584,1067 +"61067",14656,30405,2,584,2164 +"61068",14656,30486,3,584,1269 +"61069",14656,30827,3,584,2323 +"61070",14656,31050,3,584,1491 +"61071",14656,31093,3,584,2160 +"61072",14656,31235,3,584,2668 +"61073",14656,31307,3,584,2139 +"61074",14656,31357,3,584,2389 +"61075",14656,31436,3,584,2892 +"61076",14656,32047,3,584,1858 +"61077",14656,32131,2,584,1035 +"61078",14656,32173,3,584,2341 +"61079",14656,32339,3,584,2430 +"61080",14656,32395,3,584,2735 +"61081",14656,32429,3,584,601 +"61082",14656,32601,3,584,1033 +"61083",14656,32606,3,584,2100 +"61084",14656,32694,3,584,1602 +"61085",14656,32965,3,584,2071 +"61086",14656,33223,2,584,2397 +"61087",14656,33241,3,584,632 +"61088",14656,33285,2,584,1327 +"61089",14656,33430,3,584,2225 +"61090",14656,33433,3,584,2805 +"61091",14656,33451,3,584,1957 +"61092",14656,33470,3,584,2003 +"61093",14656,33655,3,584,773 +"61094",14656,33981,3,584,1993 +"61095",14656,34480,2,584,2755 +"61096",14656,34735,3,584,2767 +"61097",14656,35095,3,584,1502 +"61098",14656,35256,3,584,2271 +"61099",14656,35402,3,584,2339 +"61100",14656,35673,1,584,1067 +"61101",14656,35752,3,584,1158 +"61102",14656,35822,3,584,1903 +"61103",14656,35926,3,584,2371 +"61104",14656,36087,3,584,2755 +"61105",14656,36346,3,584,1240 +"61106",14656,36439,3,584,2469 +"61107",14656,36691,3,584,1903 +"61108",14656,37301,3,584,2160 +"61109",14656,37570,3,584,2389 +"61110",14656,37800,3,584,604 +"61111",14656,37859,3,584,1999 +"61112",14656,38019,3,584,1870 +"61113",14656,38046,3,584,1163 +"61114",14656,38213,3,584,1744 +"61115",14656,38307,3,584,2648 +"61116",14656,38457,3,584,1630 +"61117",14656,38513,3,584,914 +"61118",14656,38780,3,584,2705 +"61119",14656,38921,3,584,1880 +"61120",14656,39294,2,584,1889 +"61121",14656,39865,3,584,849 +"61122",14656,40028,2,584,1349 +"61123",14656,40072,2,584,1182 +"61124",14656,40493,2,584,1981 +"61125",14656,40542,2,584,1664 +"61126",14656,40820,3,584,900 +"61127",14656,41108,3,584,1624 +"61128",14656,41739,3,584,1339 +"61129",14656,41945,3,584,2856 +"61130",14656,41972,3,584,2509 +"61131",14656,42129,3,584,2318 +"61132",14656,42216,2,584,2722 +"61133",14656,42264,3,584,1702 +"61134",14656,42687,3,584,1952 +"61135",14656,42837,3,584,1096 +"61136",14656,43213,2,584,2160 +"61137",14656,43335,3,584,1412 +"61138",14656,43385,3,584,1623 +"61139",14656,43455,2,584,2846 +"61140",14656,43518,2,584,2680 +"61141",14656,43673,3,584,2787 +"61142",14656,44181,3,584,1034 +"61143",14656,44407,3,584,2154 +"61144",14656,44521,3,584,1593 +"61145",14656,44641,3,584,1981 +"61146",14656,44648,3,584,619 +"61147",14656,44676,3,584,2629 +"61148",14656,44729,3,584,588 +"61149",14656,44769,3,584,2411 +"61150",14656,45136,3,584,877 +"61151",14656,45302,3,584,2390 +"61152",14656,45650,3,584,1528 +"61153",14656,45684,2,584,2200 +"61154",14656,46091,3,584,1938 +"61155",14656,46196,2,584,1510 +"61156",14656,46621,3,584,1343 +"61157",14656,46629,2,584,2255 +"61158",14656,46723,3,584,607 +"61159",14656,46982,3,584,2806 +"61160",14656,47362,3,584,2253 +"61161",14656,47435,3,584,878 +"61162",14656,47585,3,584,794 +"61163",14656,47595,3,584,2374 +"61164",14656,48035,2,584,2180 +"61165",14656,48260,3,584,875 +"61166",14656,48414,3,584,1749 +"61167",14656,48605,3,584,2796 +"61168",14656,49110,3,584,2938 +"61169",14656,49144,3,584,1542 +"61170",14656,49512,3,584,1302 +"61171",14656,49608,3,584,2184 +"61172",14656,49620,3,584,1868 +"61173",14656,50118,3,584,2654 +"61174",14656,50134,3,584,2674 +"61175",14656,50219,3,584,756 +"61176",14656,50236,2,584,2339 +"61177",14656,50252,3,584,2001 +"61178",14656,50685,2,584,2008 +"61179",14656,50946,3,584,1075 +"61180",14656,51017,3,584,2073 +"61181",14656,51022,3,584,1499 +"61182",14656,51035,3,584,2397 +"61183",14656,51041,3,584,2606 +"61184",14656,51144,3,584,2466 +"61185",14656,51471,3,584,1280 +"61186",14656,51843,3,584,2389 +"61187",14656,51866,3,584,2411 +"61188",14656,52058,3,584,1836 +"61189",14656,52136,1,584,1412 +"61190",14656,52345,3,584,1430 +"61191",14656,52570,3,584,2645 +"61192",14656,52576,2,584,2234 +"61193",14656,52789,3,584,1791 +"61194",14656,52953,3,584,1741 +"61195",14656,53134,2,584,1590 +"61196",14656,53196,3,584,1888 +"61197",14656,53303,2,584,1376 +"61198",14656,54551,1,584,2348 +"61199",14656,54879,3,584,2210 +"61200",14656,54929,2,584,2783 +"61201",14656,54980,3,584,876 +"61202",14656,55082,3,584,1856 +"61203",14656,55084,3,584,1189 +"61204",14656,55299,3,584,609 +"61205",14656,55320,2,584,1643 +"61206",14656,55482,3,584,1866 +"61207",14656,56082,2,584,2395 +"61208",14656,56237,3,584,2625 +"61209",14656,56317,3,584,2030 +"61210",14656,56604,3,584,1919 +"61211",14656,56639,3,584,643 +"61212",14656,56873,3,584,1421 +"61213",14656,57150,3,584,1196 +"61214",14656,57246,3,584,1873 +"61215",14656,57414,3,584,922 +"61216",14656,57714,3,584,1391 +"61217",14656,57977,3,584,2683 +"61218",14656,58078,3,584,1252 +"61219",14656,58451,3,584,1939 +"61220",14656,58508,3,584,2326 +"61221",14656,58745,3,584,1920 +"61222",14656,59790,3,584,1827 +"61223",14656,59939,2,584,936 +"61224",14656,60185,3,584,1206 +"61225",14656,61245,3,584,955 +"61226",14656,61785,3,584,822 +"61227",14656,61932,3,584,1959 +"61228",14656,61982,2,584,2725 +"61229",14656,62841,2,584,2710 +"61230",14656,62966,3,584,1282 +"61231",14656,64947,3,584,2489 +"61232",14656,65242,3,584,1988 +"61233",14656,65625,3,584,1273 +"61234",14656,66992,3,584,2882 +"61235",14656,67252,3,584,1215 +"61236",14656,67763,3,584,822 +"61237",14656,68043,3,584,690 +"61238",14656,68215,3,584,2727 +"61239",14656,69712,3,584,1219 +"61240",14656,70217,3,584,2332 +"61241",14656,70838,3,584,687 +"61242",14656,70996,3,584,1037 +"61243",14656,71217,3,584,2169 +"61244",14656,71342,3,584,1289 +"61245",14656,72188,2,584,856 +"61246",14656,72207,2,584,2430 +"61247",14656,72326,2,584,2384 +"61248",14656,72956,2,584,1251 +"61249",14656,74190,3,584,1428 +"61250",14656,74318,3,584,632 +"61251",14656,74636,3,584,2525 +"61252",14656,75403,2,584,1895 +"61253",14656,75898,3,584,889 +"61254",14656,76048,3,584,2373 +"61255",14656,76127,2,584,910 +"61256",14656,76143,3,584,1610 +"61257",14656,76284,2,584,1237 +"61258",14656,76396,3,584,1731 +"61259",14656,76503,3,584,1136 +"61260",14656,76892,3,584,2381 +"61261",14656,77305,3,584,965 +"61262",14656,79337,3,584,875 +"61263",14656,79403,3,584,977 +"61264",14656,79547,3,584,1909 +"61265",14656,79804,3,584,2227 +"61266",14656,80219,3,584,988 +"61267",14656,80825,3,584,2315 +"61268",14656,81349,3,584,1958 +"61269",14656,81588,3,584,1568 +"61270",14656,82929,3,584,2475 +"61271",14656,82949,3,584,2077 +"61272",14656,83396,3,584,2396 +"61273",14656,84317,3,584,2081 +"61274",14656,85138,3,584,1685 +"61275",14656,85736,3,584,1601 +"61276",14656,85784,3,584,1142 +"61277",14656,86245,3,584,1972 +"61278",14656,87048,3,584,989 +"61279",14656,88232,3,584,2881 +"61280",14656,88739,3,584,933 +"61281",14656,89054,3,584,732 +"61282",14656,89097,3,584,935 +"61283",14656,91571,3,584,923 +"61284",14656,91912,2,584,790 +"61285",14656,95155,3,584,849 +"61286",14656,97811,3,584,1288 +"61287",14656,98781,3,584,1410 +"61288",14656,99215,3,584,2791 +"61289",14656,101797,3,584,2357 +"61290",14656,105947,3,584,997 +"61291",14656,109510,3,584,621 +"61292",14656,109718,3,584,1237 +"61293",14656,111971,3,584,1032 +"61294",14656,117956,3,584,2774 +"61295",14656,120549,3,584,708 +"61296",14659,902,3,1282,1887 +"61297",14659,3819,3,1282,1583 +"61298",14659,6063,3,1282,2349 +"61299",14669,671,3,2080,2328 +"61300",14669,2424,3,2080,2582 +"61301",14669,3305,3,2080,2839 +"61302",14669,3714,3,2080,2605 +"61303",14669,3961,3,2080,2426 +"61304",14669,3966,3,2080,2425 +"61305",14669,4403,3,2080,2416 +"61306",14669,4932,3,2080,2752 +"61307",14669,5462,3,2080,2374 +"61308",14669,6104,3,2080,2462 +"61309",14669,7180,3,2080,2227 +"61310",14669,7984,3,2080,2493 +"61311",14669,10358,3,2080,2294 +"61312",14669,11477,2,2080,2724 +"61313",14669,12684,3,2080,2182 +"61314",14669,13158,3,2080,2667 +"61315",14669,13929,3,2080,2693 +"61316",14669,15343,2,2080,2125 +"61317",14669,17967,3,2080,2125 +"61318",14669,21417,3,2080,2422 +"61319",14669,22410,3,2080,2158 +"61320",14669,23223,3,2080,2094 +"61321",14669,23725,3,2080,2378 +"61322",14669,33949,3,2080,2489 +"61323",14669,34426,2,2080,2743 +"61324",14669,45664,3,2080,2235 +"61325",14669,50134,3,2080,2674 +"61326",14669,52969,3,2080,2302 +"61327",14669,54929,3,2080,2783 +"61328",14669,55691,2,2080,2856 +"61329",14669,57549,3,2080,2335 +"61330",14669,57977,3,2080,2683 +"61331",14669,59539,3,2080,2429 +"61332",14669,68215,1,2080,2727 +"61333",14669,68286,3,2080,2442 +"61334",14669,73266,3,2080,2496 +"61335",14669,89911,3,2080,2607 +"61336",14669,99215,2,2080,2791 +"61337",14676,18543,3,2764,2968 +"61338",14676,23787,3,2764,2810 +"61339",14676,38667,3,2764,2880 +"61340",14678,145,3,799,1998 +"61341",14678,212,3,799,1513 +"61342",14678,600,3,799,1702 +"61343",14678,913,2,799,2144 +"61344",14678,1044,3,799,880 +"61345",14678,1067,3,799,918 +"61346",14678,1592,3,799,2006 +"61347",14678,1691,3,799,1941 +"61348",14678,2269,3,799,984 +"61349",14678,2322,3,799,1645 +"61350",14678,2424,3,799,2582 +"61351",14678,2540,3,799,1398 +"61352",14678,4289,3,799,1921 +"61353",14678,4317,3,799,1224 +"61354",14678,4701,3,799,2401 +"61355",14678,4790,1,799,1025 +"61356",14678,4791,2,799,1184 +"61357",14678,6627,3,799,2063 +"61358",14678,6989,3,799,2623 +"61359",14678,8274,3,799,1909 +"61360",14678,8888,3,799,1328 +"61361",14678,9511,3,799,1232 +"61362",14678,11103,3,799,2393 +"61363",14678,12067,3,799,1213 +"61364",14678,12528,3,799,2589 +"61365",14678,12863,3,799,2027 +"61366",14678,14091,3,799,929 +"61367",14678,17698,3,799,1559 +"61368",14678,18122,3,799,894 +"61369",14678,18393,3,799,860 +"61370",14678,18707,3,799,1143 +"61371",14678,20662,3,799,1523 +"61372",14678,21122,3,799,1701 +"61373",14678,21198,3,799,935 +"61374",14678,21383,3,799,971 +"61375",14678,21463,3,799,2437 +"61376",14678,21593,3,799,1312 +"61377",14678,21693,3,799,2176 +"61378",14678,22282,2,799,1418 +"61379",14678,22326,3,799,2818 +"61380",14678,23450,3,799,967 +"61381",14678,23918,3,799,1881 +"61382",14678,24448,3,799,2289 +"61383",14678,24568,3,799,1937 +"61384",14678,24755,3,799,1319 +"61385",14678,25305,2,799,2447 +"61386",14678,26451,3,799,2133 +"61387",14678,27175,3,799,1447 +"61388",14678,27275,2,799,2656 +"61389",14678,27390,1,799,2425 +"61390",14678,27849,3,799,1316 +"61391",14678,29962,2,799,2201 +"61392",14678,29987,3,799,956 +"61393",14678,30052,3,799,2855 +"61394",14678,31235,3,799,2668 +"61395",14678,32601,2,799,1033 +"61396",14678,33622,3,799,2230 +"61397",14678,35095,3,799,1502 +"61398",14678,38816,3,799,1225 +"61399",14678,39105,3,799,2487 +"61400",14678,41174,3,799,850 +"61401",14678,43051,3,799,904 +"61402",14678,45729,3,799,2606 +"61403",14678,48414,2,799,1749 +"61404",14678,50685,3,799,2008 +"61405",14678,51810,3,799,1401 +"61406",14678,52058,2,799,1836 +"61407",14678,52136,3,799,1412 +"61408",14678,52576,3,799,2234 +"61409",14678,52735,3,799,1124 +"61410",14678,55438,3,799,2863 +"61411",14678,55468,2,799,2511 +"61412",14678,56317,3,799,2030 +"61413",14678,57950,3,799,1529 +"61414",14678,63409,3,799,1937 +"61415",14678,64181,3,799,1828 +"61416",14678,66860,2,799,1548 +"61417",14678,67652,3,799,2736 +"61418",14678,70603,3,799,1002 +"61419",14678,71342,3,799,1289 +"61420",14678,75898,3,799,889 +"61421",14678,75948,2,799,1006 +"61422",14678,76286,3,799,1642 +"61423",14678,77305,3,799,965 +"61424",14678,79322,2,799,2770 +"61425",14678,80927,3,799,823 +"61426",14678,81588,3,799,1568 +"61427",14678,82949,3,799,2077 +"61428",14678,83434,3,799,850 +"61429",14678,89097,3,799,935 +"61430",14678,90573,2,799,878 +"61431",14678,107435,3,799,1635 +"61432",14707,1367,3,672,2176 +"61433",14707,2424,3,672,2582 +"61434",14707,2747,3,672,2411 +"61435",14707,3495,3,672,2431 +"61436",14707,3863,3,672,856 +"61437",14707,4705,3,672,1714 +"61438",14707,5346,2,672,1438 +"61439",14707,5580,3,672,2111 +"61440",14707,7245,3,672,2089 +"61441",14707,9654,3,672,2111 +"61442",14707,13671,3,672,1371 +"61443",14707,15207,2,672,1855 +"61444",14707,15453,3,672,1688 +"61445",14707,15462,3,672,1141 +"61446",14707,15734,3,672,1616 +"61447",14707,16067,3,672,2727 +"61448",14707,18348,3,672,1711 +"61449",14707,18415,3,672,2184 +"61450",14707,21929,3,672,2062 +"61451",14707,24974,3,672,702 +"61452",14707,25078,3,672,2312 +"61453",14707,28057,3,672,1067 +"61454",14707,30262,3,672,1715 +"61455",14707,30943,3,672,2287 +"61456",14707,32939,3,672,2277 +"61457",14707,35448,3,672,1685 +"61458",14707,41439,3,672,709 +"61459",14707,42642,3,672,2257 +"61460",14707,45186,3,672,835 +"61461",14707,45595,3,672,1481 +"61462",14707,46803,3,672,2305 +"61463",14707,49787,2,672,2352 +"61464",14707,49812,2,672,1816 +"61465",14707,53043,3,672,803 +"61466",14707,54388,3,672,1257 +"61467",14707,57804,3,672,2214 +"61468",14707,62062,3,672,860 +"61469",14707,63641,3,672,2337 +"61470",14707,65572,2,672,2750 +"61471",14707,67726,3,672,2873 +"61472",14707,69716,3,672,2632 +"61473",14707,74818,3,672,1440 +"61474",14707,85356,3,672,1492 +"61475",14707,94520,2,672,1243 +"61476",14707,99237,3,672,783 +"61477",14707,99557,3,672,1703 +"61478",14709,455,3,1901,2827 +"61479",14709,1262,2,1901,2973 +"61480",14709,3695,3,1901,2612 +"61481",14709,5491,2,1901,2048 +"61482",14709,6324,3,1901,1990 +"61483",14709,7078,3,1901,2344 +"61484",14709,7394,3,1901,2615 +"61485",14709,9030,2,1901,1979 +"61486",14709,10779,3,1901,2881 +"61487",14709,13732,2,1901,2789 +"61488",14709,15343,2,1901,2125 +"61489",14709,16195,3,1901,2964 +"61490",14709,18151,2,1901,2962 +"61491",14709,18366,2,1901,2699 +"61492",14709,19872,2,1901,2913 +"61493",14709,20469,3,1901,2125 +"61494",14709,21417,2,1901,2422 +"61495",14709,21795,1,1901,2653 +"61496",14709,24146,3,1901,2003 +"61497",14709,26359,3,1901,2535 +"61498",14709,26865,2,1901,2726 +"61499",14709,28923,3,1901,2362 +"61500",14709,29791,2,1901,1986 +"61501",14709,30081,2,1901,2403 +"61502",14709,34311,3,1901,2213 +"61503",14709,34327,2,1901,2959 +"61504",14709,36950,3,1901,2204 +"61505",14709,36962,3,1901,2861 +"61506",14709,38373,3,1901,1928 +"61507",14709,42618,3,1901,2316 +"61508",14709,44420,3,1901,2184 +"61509",14709,44557,3,1901,2371 +"61510",14709,45664,3,1901,2235 +"61511",14709,49872,3,1901,2019 +"61512",14709,59205,3,1901,2387 +"61513",14709,61458,3,1901,2630 +"61514",14709,70046,3,1901,2624 +"61515",14709,73266,3,1901,2496 +"61516",14709,90501,3,1901,2380 +"61517",14711,30669,3,1714,1921 +"61518",14711,39062,3,1714,2020 +"61519",14711,51774,2,1714,2459 +"61520",14723,25,3,2019,2762 +"61521",14723,602,1,2019,2632 +"61522",14723,762,2,2019,2671 +"61523",14723,3011,1,2019,2278 +"61524",14723,3765,3,2019,2775 +"61525",14723,4701,3,2019,2401 +"61526",14723,6390,3,2019,2385 +"61527",14723,6982,1,2019,2034 +"61528",14723,9311,2,2019,2477 +"61529",14723,9979,3,2019,2238 +"61530",14723,10382,3,2019,2111 +"61531",14723,10843,2,2019,2277 +"61532",14723,12703,2,2019,2689 +"61533",14723,14103,2,2019,2204 +"61534",14723,15626,3,2019,2434 +"61535",14723,16806,3,2019,2074 +"61536",14723,18151,3,2019,2962 +"61537",14723,21448,3,2019,2332 +"61538",14723,22311,1,2019,2034 +"61539",14723,28874,3,2019,2329 +"61540",14723,28982,2,2019,2746 +"61541",14723,30906,3,2019,2537 +"61542",14723,33433,2,2019,2805 +"61543",14723,34707,3,2019,2042 +"61544",14723,38755,3,2019,2902 +"61545",14723,39534,3,2019,2410 +"61546",14723,42333,3,2019,2234 +"61547",14723,49696,3,2019,2444 +"61548",14723,53342,3,2019,2071 +"61549",14723,54879,3,2019,2210 +"61550",14723,55643,3,2019,2359 +"61551",14723,58993,2,2019,2390 +"61552",14723,59113,3,2019,2434 +"61553",14723,61337,3,2019,2777 +"61554",14723,61458,3,2019,2630 +"61555",14723,62939,3,2019,2574 +"61556",14723,66677,3,2019,2151 +"61557",14723,87144,3,2019,2299 +"61558",14731,862,3,2012,2254 +"61559",14731,2011,2,2012,2176 +"61560",14731,6234,3,2012,2654 +"61561",14731,6390,3,2012,2385 +"61562",14731,10964,3,2012,2043 +"61563",14731,11067,3,2012,2734 +"61564",14731,14032,3,2012,2144 +"61565",14731,14676,3,2012,2764 +"61566",14731,14972,3,2012,2332 +"61567",14731,18543,3,2012,2968 +"61568",14731,20407,2,2012,2339 +"61569",14731,21487,3,2012,2203 +"61570",14731,21682,3,2012,2414 +"61571",14731,22566,3,2012,2308 +"61572",14731,24256,2,2012,2393 +"61573",14731,26658,3,2012,2745 +"61574",14731,26793,3,2012,2104 +"61575",14731,29930,3,2012,2240 +"61576",14731,30981,3,2012,2366 +"61577",14731,31001,3,2012,2119 +"61578",14731,32939,2,2012,2277 +"61579",14731,33622,3,2012,2230 +"61580",14731,35264,3,2012,2329 +"61581",14731,35464,3,2012,2502 +"61582",14731,35715,3,2012,2912 +"61583",14731,36439,3,2012,2469 +"61584",14731,37752,3,2012,2223 +"61585",14731,38676,3,2012,2286 +"61586",14731,41607,3,2012,2802 +"61587",14731,42256,3,2012,2839 +"61588",14731,44427,3,2012,2875 +"61589",14731,45585,3,2012,2384 +"61590",14731,48215,3,2012,2028 +"61591",14731,50179,3,2012,2230 +"61592",14731,50585,3,2012,2414 +"61593",14731,53445,3,2012,2028 +"61594",14731,56237,3,2012,2625 +"61595",14731,56854,2,2012,2022 +"61596",14731,57804,2,2012,2214 +"61597",14731,58284,1,2012,2292 +"61598",14731,66241,3,2012,2351 +"61599",14731,66413,3,2012,2507 +"61600",14731,66971,2,2012,2299 +"61601",14731,73747,3,2012,2274 +"61602",14731,74605,3,2012,2265 +"61603",14731,74636,3,2012,2525 +"61604",14731,76463,3,2012,2298 +"61605",14731,88232,3,2012,2881 +"61606",14749,2747,2,1998,2411 +"61607",14749,3477,3,1998,2546 +"61608",14749,3493,3,1998,2451 +"61609",14749,4612,3,1998,2804 +"61610",14749,5897,3,1998,2337 +"61611",14749,6063,3,1998,2349 +"61612",14749,7785,3,1998,2441 +"61613",14749,7942,3,1998,2623 +"61614",14749,7997,3,1998,2049 +"61615",14749,8610,3,1998,2240 +"61616",14749,9035,3,1998,2771 +"61617",14749,9503,3,1998,2453 +"61618",14749,9785,3,1998,2951 +"61619",14749,9787,3,1998,2858 +"61620",14749,11588,3,1998,2352 +"61621",14749,11648,3,1998,2852 +"61622",14749,12948,2,1998,2669 +"61623",14749,14959,3,1998,2898 +"61624",14749,15826,3,1998,2772 +"61625",14749,17037,3,1998,2947 +"61626",14749,19655,3,1998,2706 +"61627",14749,20941,3,1998,2725 +"61628",14749,21209,3,1998,2184 +"61629",14749,22244,3,1998,2139 +"61630",14749,26182,3,1998,2775 +"61631",14749,27742,2,1998,2700 +"61632",14749,27914,3,1998,2507 +"61633",14749,29473,2,1998,2602 +"61634",14749,30870,3,1998,2370 +"61635",14749,31335,3,1998,2351 +"61636",14749,31866,3,1998,2101 +"61637",14749,32532,3,1998,2338 +"61638",14749,33223,3,1998,2397 +"61639",14749,36829,2,1998,2722 +"61640",14749,36912,3,1998,2469 +"61641",14749,37060,3,1998,2840 +"61642",14749,40035,3,1998,2742 +"61643",14749,40138,3,1998,2719 +"61644",14749,40572,3,1998,2666 +"61645",14749,41770,3,1998,2752 +"61646",14749,44433,3,1998,2224 +"61647",14749,44603,3,1998,2748 +"61648",14749,45869,3,1998,2840 +"61649",14749,47013,3,1998,2388 +"61650",14749,48769,2,1998,2071 +"61651",14749,53739,3,1998,2704 +"61652",14749,58501,3,1998,2613 +"61653",14749,58655,3,1998,2685 +"61654",14749,61240,3,1998,2651 +"61655",14749,70583,3,1998,2615 +"61656",14750,388,3,102,1594 +"61657",14750,916,3,102,2718 +"61658",14750,1560,2,102,2013 +"61659",14750,2488,3,102,424 +"61660",14750,2802,3,102,1836 +"61661",14750,8525,3,102,1787 +"61662",14750,9716,3,102,1929 +"61663",14750,9939,3,102,474 +"61664",14750,10128,3,102,883 +"61665",14750,10200,3,102,2920 +"61666",14750,11429,3,102,2520 +"61667",14750,11897,1,102,1271 +"61668",14750,12973,3,102,1569 +"61669",14750,13150,3,102,1570 +"61670",14750,14812,1,102,144 +"61671",14750,14855,3,102,903 +"61672",14750,16643,3,102,1824 +"61673",14750,17021,3,102,1226 +"61674",14750,17999,3,102,2758 +"61675",14750,18466,3,102,2340 +"61676",14750,18479,3,102,2967 +"61677",14750,19358,3,102,880 +"61678",14750,23668,3,102,144 +"61679",14750,23739,3,102,2463 +"61680",14750,24086,3,102,2663 +"61681",14750,26138,3,102,1902 +"61682",14750,26513,3,102,2205 +"61683",14750,31087,3,102,1757 +"61684",14750,32070,3,102,950 +"61685",14750,32694,3,102,1602 +"61686",14750,33278,3,102,1591 +"61687",14750,36662,3,102,2967 +"61688",14750,37342,3,102,2649 +"61689",14750,37868,3,102,2876 +"61690",14750,38274,3,102,1181 +"61691",14750,40392,3,102,1878 +"61692",14750,41185,3,102,1929 +"61693",14750,46568,3,102,822 +"61694",14750,51678,3,102,1077 +"61695",14750,53749,3,102,274 +"61696",14750,54737,3,102,326 +"61697",14750,56168,3,102,1466 +"61698",14750,57037,2,102,2293 +"61699",14750,78460,3,102,985 +"61700",14750,82917,2,102,2371 +"61701",14750,83007,3,102,2727 +"61702",14750,83228,3,102,732 +"61703",14750,89129,3,102,790 +"61704",14750,89329,3,102,517 +"61705",14750,94339,2,102,2768 +"61706",14750,102559,2,102,167 +"61707",14750,104065,3,102,194 +"61708",14750,104161,3,102,613 +"61709",14750,112814,2,102,546 +"61710",14750,116792,3,102,2397 +"61711",14750,117903,1,102,1664 +"61712",14754,455,3,2456,2827 +"61713",14754,798,3,2456,2476 +"61714",14754,3477,3,2456,2546 +"61715",14754,4367,2,2456,2794 +"61716",14754,4932,3,2456,2752 +"61717",14754,5683,3,2456,2468 +"61718",14754,7942,2,2456,2623 +"61719",14754,11136,3,2456,2573 +"61720",14754,13079,3,2456,2547 +"61721",14754,16176,3,2456,2703 +"61722",14754,23325,3,2456,2779 +"61723",14754,23591,3,2456,2831 +"61724",14754,25741,2,2456,2853 +"61725",14754,26182,3,2456,2775 +"61726",14754,28893,2,2456,2764 +"61727",14754,31251,3,2456,2498 +"61728",14754,34216,3,2456,2832 +"61729",14754,35477,3,2456,2703 +"61730",14754,43593,3,2456,2704 +"61731",14754,50630,3,2456,2615 +"61732",14754,54284,3,2456,2491 +"61733",14754,57067,3,2456,2547 +"61734",14754,57356,3,2456,2476 +"61735",14761,3255,1,2502,2504 +"61736",14761,8062,3,2502,2858 +"61737",14761,9272,3,2502,2835 +"61738",14761,10200,3,2502,2920 +"61739",14761,11429,1,2502,2520 +"61740",14761,14586,3,2502,2801 +"61741",14761,24086,3,2502,2663 +"61742",14761,26152,3,2502,2818 +"61743",14761,30668,3,2502,2882 +"61744",14761,33755,3,2502,2963 +"61745",14761,34491,3,2502,2694 +"61746",14761,37342,2,2502,2649 +"61747",14761,38038,3,2502,2686 +"61748",14761,38602,3,2502,2693 +"61749",14761,49347,1,2502,2504 +"61750",14761,51783,3,2502,2599 +"61751",14761,57657,3,2502,2735 +"61752",14761,69335,3,2502,2698 +"61753",14767,377,3,2068,2389 +"61754",14767,913,3,2068,2144 +"61755",14767,1616,3,2068,2662 +"61756",14767,4057,3,2068,2389 +"61757",14767,5326,3,2068,2652 +"61758",14767,5457,3,2068,2077 +"61759",14767,5462,3,2068,2374 +"61760",14767,5504,3,2068,2389 +"61761",14767,6390,3,2068,2385 +"61762",14767,6491,3,2068,2424 +"61763",14767,7323,3,2068,2858 +"61764",14767,19606,3,2068,2783 +"61765",14767,31235,2,2068,2668 +"61766",14767,35256,3,2068,2271 +"61767",14767,37570,3,2068,2389 +"61768",14767,47445,2,2068,2668 +"61769",14767,51783,3,2068,2599 +"61770",14767,57544,2,2068,2443 +"61771",14772,1624,3,2386,2687 +"61772",14772,6747,3,2386,2913 +"61773",14772,21417,3,2386,2422 +"61774",14772,25530,3,2386,2884 +"61775",14772,34327,3,2386,2959 +"61776",14772,41004,2,2386,2561 +"61777",14772,46602,2,2386,2786 +"61778",14772,47607,3,2386,2724 +"61779",14772,53584,3,2386,2391 +"61780",14772,56396,3,2386,2408 +"61781",14772,60966,3,2386,2734 +"61782",14772,61458,3,2386,2630 +"61783",14772,68215,3,2386,2727 +"61784",14772,73266,2,2386,2496 +"61785",14776,92045,2,1488,2356 +"61786",14781,680,3,2338,2569 +"61787",14781,3978,3,2338,2775 +"61788",14781,4303,3,2338,2414 +"61789",14781,4367,3,2338,2794 +"61790",14781,4669,3,2338,2395 +"61791",14781,5106,2,2338,2622 +"61792",14781,6989,3,2338,2623 +"61793",14781,8568,3,2338,2706 +"61794",14781,11648,2,2338,2852 +"61795",14781,12948,2,2338,2669 +"61796",14781,17033,3,2338,2771 +"61797",14781,28869,2,2338,2425 +"61798",14781,40572,2,2338,2666 +"61799",14781,45869,1,2338,2840 +"61800",14781,47013,3,2338,2388 +"61801",14781,63077,3,2338,2778 +"61802",14781,70101,3,2338,2414 +"61803",14781,90467,3,2338,2840 +"61804",14789,113,3,1034,1943 +"61805",14789,468,2,1034,1966 +"61806",14789,1560,3,1034,2013 +"61807",14789,3669,2,1034,2524 +"61808",14789,4032,3,1034,1763 +"61809",14789,5235,3,1034,2324 +"61810",14789,5557,3,1034,1929 +"61811",14789,5816,3,1034,2408 +"61812",14789,7652,3,1034,1281 +"61813",14789,8525,3,1034,1787 +"61814",14789,9716,2,1034,1929 +"61815",14789,9723,3,1034,2302 +"61816",14789,9808,1,1034,1648 +"61817",14789,10908,3,1034,1134 +"61818",14789,12481,3,1034,1086 +"61819",14789,13388,3,1034,2119 +"61820",14789,13400,1,1034,1371 +"61821",14789,14080,3,1034,1351 +"61822",14789,14623,3,1034,2043 +"61823",14789,14626,3,1034,2175 +"61824",14789,14654,3,1034,1692 +"61825",14789,14754,3,1034,2456 +"61826",14789,15301,2,1034,2308 +"61827",14789,16771,2,1034,1541 +"61828",14789,18808,2,1034,2854 +"61829",14789,18855,3,1034,1362 +"61830",14789,20392,3,1034,1309 +"61831",14789,21504,2,1034,2328 +"61832",14789,21571,3,1034,2755 +"61833",14789,21741,3,1034,1574 +"61834",14789,21832,3,1034,1755 +"61835",14789,22566,3,1034,2308 +"61836",14789,22905,3,1034,2599 +"61837",14789,23302,3,1034,2677 +"61838",14789,23890,3,1034,1810 +"61839",14789,24610,3,1034,2733 +"61840",14789,24761,3,1034,2384 +"61841",14789,26100,2,1034,1966 +"61842",14789,28081,3,1034,1927 +"61843",14789,29319,3,1034,2314 +"61844",14789,30317,2,1034,2431 +"61845",14789,31251,2,1034,2498 +"61846",14789,31977,3,1034,2660 +"61847",14789,32582,2,1034,1929 +"61848",14789,32939,3,1034,2277 +"61849",14789,33697,3,1034,1309 +"61850",14789,34559,2,1034,1105 +"61851",14789,35264,1,1034,2329 +"61852",14789,36662,3,1034,2967 +"61853",14789,38309,2,1034,2644 +"61854",14789,40392,3,1034,1878 +"61855",14789,41185,3,1034,1929 +"61856",14789,41603,3,1034,1942 +"61857",14789,43585,2,1034,1066 +"61858",14789,45730,3,1034,2063 +"61859",14789,46745,3,1034,1565 +"61860",14789,49147,3,1034,2539 +"61861",14789,49621,3,1034,1915 +"61862",14789,50440,2,1034,2469 +"61863",14789,50635,3,1034,2962 +"61864",14789,51148,3,1034,1077 +"61865",14789,53362,2,1034,2360 +"61866",14789,54061,3,1034,1488 +"61867",14789,54903,3,1034,2493 +"61868",14789,57804,3,1034,2214 +"61869",14789,58041,3,1034,2725 +"61870",14789,59511,3,1034,2753 +"61871",14789,60672,3,1034,2876 +"61872",14789,69214,3,1034,1354 +"61873",14789,73837,3,1034,1061 +"61874",14789,75194,3,1034,1736 +"61875",14789,76230,3,1034,1223 +"61876",14789,77785,1,1034,1595 +"61877",14789,82226,3,1034,1619 +"61878",14789,83133,3,1034,1055 +"61879",14789,85264,3,1034,1236 +"61880",14789,94510,2,1034,1514 +"61881",14789,96349,3,1034,1874 +"61882",14789,102109,3,1034,1367 +"61883",14791,316,3,1370,2413 +"61884",14791,42756,2,1370,1384 +"61885",14791,61347,3,1370,1684 +"61886",14791,66994,3,1370,1865 +"61887",14791,68586,3,1370,2322 +"61888",14802,267,3,47,2631 +"61889",14802,733,3,47,1653 +"61890",14802,1275,3,47,2068 +"61891",14802,1427,3,47,324 +"61892",14802,2063,3,47,1278 +"61893",14802,2349,3,47,1288 +"61894",14802,3167,3,47,1676 +"61895",14802,3242,3,47,1730 +"61896",14802,3271,3,47,2216 +"61897",14802,3947,3,47,2067 +"61898",14802,3961,2,47,2426 +"61899",14802,4289,3,47,1921 +"61900",14802,4939,3,47,1382 +"61901",14802,5239,2,47,2875 +"61902",14802,5363,3,47,1791 +"61903",14802,5912,3,47,2257 +"61904",14802,6366,3,47,798 +"61905",14802,6390,3,47,2385 +"61906",14802,6417,3,47,1675 +"61907",14802,6871,3,47,1882 +"61908",14802,7196,1,47,1508 +"61909",14802,7269,3,47,1728 +"61910",14802,7984,2,47,2493 +"61911",14802,8029,3,47,1859 +"61912",14802,8887,3,47,2373 +"61913",14802,8913,2,47,968 +"61914",14802,9272,3,47,2835 +"61915",14802,9950,3,47,920 +"61916",14802,10358,3,47,2294 +"61917",14802,10638,3,47,2692 +"61918",14802,11477,2,47,2724 +"61919",14802,11546,3,47,1174 +"61920",14802,11576,3,47,808 +"61921",14802,11694,3,47,1564 +"61922",14802,12199,3,47,1651 +"61923",14802,12692,3,47,1855 +"61924",14802,13388,3,47,2119 +"61925",14802,13780,3,47,2412 +"61926",14802,13929,3,47,2693 +"61927",14802,14002,3,47,829 +"61928",14802,14676,3,47,2764 +"61929",14802,14888,3,47,1411 +"61930",14802,14943,1,47,1942 +"61931",14802,15401,2,47,1999 +"61932",14802,15990,3,47,593 +"61933",14802,16053,3,47,908 +"61934",14802,16164,3,47,1184 +"61935",14802,16625,1,47,1285 +"61936",14802,16801,2,47,2008 +"61937",14802,16826,2,47,2599 +"61938",14802,17484,2,47,1256 +"61939",14802,17934,3,47,1059 +"61940",14802,17997,2,47,1621 +"61941",14802,18103,2,47,1968 +"61942",14802,18571,3,47,2128 +"61943",14802,18735,3,47,1581 +"61944",14802,18825,3,47,1240 +"61945",14802,20067,3,47,2390 +"61946",14802,20311,3,47,1981 +"61947",14802,20879,3,47,623 +"61948",14802,21386,3,47,536 +"61949",14802,21754,3,47,1881 +"61950",14802,21755,3,47,817 +"61951",14802,22011,3,47,885 +"61952",14802,22207,3,47,2365 +"61953",14802,23132,3,47,2756 +"61954",14802,24293,3,47,1184 +"61955",14802,24586,3,47,2465 +"61956",14802,25271,3,47,1172 +"61957",14802,25643,3,47,1646 +"61958",14802,26462,3,47,140 +"61959",14802,26713,2,47,1235 +"61960",14802,27860,3,47,1588 +"61961",14802,28015,3,47,1624 +"61962",14802,28582,2,47,2698 +"61963",14802,28731,3,47,955 +"61964",14802,28784,2,47,1579 +"61965",14802,29456,3,47,1182 +"61966",14802,30747,3,47,2455 +"61967",14802,30915,3,47,1207 +"61968",14802,31069,3,47,1995 +"61969",14802,31124,3,47,2351 +"61970",14802,31164,3,47,1996 +"61971",14802,31279,3,47,965 +"61972",14802,31700,3,47,2727 +"61973",14802,31890,3,47,1487 +"61974",14802,32988,1,47,2008 +"61975",14802,33241,3,47,632 +"61976",14802,33801,3,47,2899 +"61977",14802,34158,3,47,2639 +"61978",14802,34954,3,47,1184 +"61979",14802,35041,3,47,1311 +"61980",14802,35529,3,47,1620 +"61981",14802,36862,3,47,2655 +"61982",14802,37937,3,47,1320 +"61983",14802,38219,2,47,1689 +"61984",14802,38227,3,47,2511 +"61985",14802,38449,3,47,1802 +"61986",14802,39563,3,47,486 +"61987",14802,40028,3,47,1349 +"61988",14802,40432,1,47,1956 +"61989",14802,40645,2,47,1899 +"61990",14802,42505,1,47,2008 +"61991",14802,42515,3,47,2752 +"61992",14802,43226,3,47,2442 +"61993",14802,44521,3,47,1593 +"61994",14802,44720,3,47,1202 +"61995",14802,45959,2,47,1880 +"61996",14802,46040,3,47,2105 +"61997",14802,46951,3,47,2429 +"61998",14802,46988,3,47,2460 +"61999",14802,47386,3,47,2226 +"62000",14802,47435,2,47,878 +"62001",14802,47445,3,47,2668 +"62002",14802,48110,3,47,2009 +"62003",14802,48215,3,47,2028 +"62004",14802,49189,3,47,1550 +"62005",14802,50236,3,47,2339 +"62006",14802,51410,3,47,2739 +"62007",14802,52327,3,47,1472 +"62008",14802,52457,3,47,849 +"62009",14802,53132,3,47,81 +"62010",14802,55139,3,47,2323 +"62011",14802,56237,2,47,2625 +"62012",14802,56490,2,47,227 +"62013",14802,56807,3,47,1571 +"62014",14802,57775,3,47,136 +"62015",14802,57977,3,47,2683 +"62016",14802,58508,3,47,2326 +"62017",14802,59646,3,47,456 +"62018",14802,62170,3,47,90 +"62019",14802,63328,3,47,922 +"62020",14802,64181,3,47,1828 +"62021",14802,64292,3,47,1583 +"62022",14802,64786,3,47,870 +"62023",14802,64997,3,47,2791 +"62024",14802,65155,2,47,1947 +"62025",14802,65203,3,47,1597 +"62026",14802,65322,2,47,2008 +"62027",14802,68801,3,47,116 +"62028",14802,69335,3,47,2698 +"62029",14802,70269,3,47,2368 +"62030",14802,70736,2,47,1512 +"62031",14802,70854,3,47,635 +"62032",14802,70996,3,47,1037 +"62033",14802,74730,3,47,535 +"62034",14802,75662,3,47,95 +"62035",14802,76081,3,47,1534 +"62036",14802,76511,2,47,1250 +"62037",14802,76999,3,47,908 +"62038",14802,78150,3,47,2581 +"62039",14802,78569,3,47,578 +"62040",14802,79567,3,47,1942 +"62041",14802,79815,3,47,1713 +"62042",14802,80301,3,47,1690 +"62043",14802,82301,2,47,1621 +"62044",14802,82409,3,47,1881 +"62045",14802,82767,3,47,1641 +"62046",14802,82787,3,47,1144 +"62047",14802,82929,3,47,2475 +"62048",14802,83140,3,47,1630 +"62049",14802,85875,2,47,957 +"62050",14802,86105,3,47,2226 +"62051",14802,88473,3,47,1102 +"62052",14802,89511,2,47,1205 +"62053",14802,92757,2,47,2615 +"62054",14802,93344,3,47,196 +"62055",14802,95160,3,47,961 +"62056",14802,95587,3,47,810 +"62057",14802,95644,3,47,1531 +"62058",14802,96308,1,47,521 +"62059",14802,96352,3,47,1493 +"62060",14802,97160,2,47,1215 +"62061",14802,100140,3,47,1041 +"62062",14802,103524,3,47,991 +"62063",14802,106620,2,47,1177 +"62064",14802,109264,3,47,1104 +"62065",14802,116508,3,47,158 +"62066",14807,1620,3,241,1303 +"62067",14807,1728,3,241,284 +"62068",14807,3235,1,241,799 +"62069",14807,4066,3,241,1736 +"62070",14807,7229,3,241,2669 +"62071",14807,8062,3,241,2858 +"62072",14807,8260,3,241,915 +"62073",14807,9227,3,241,1267 +"62074",14807,9481,3,241,1610 +"62075",14807,10336,3,241,2271 +"62076",14807,10350,3,241,1163 +"62077",14807,11728,1,241,1121 +"62078",14807,12208,1,241,447 +"62079",14807,13537,3,241,1020 +"62080",14807,13987,3,241,507 +"62081",14807,14520,3,241,634 +"62082",14807,17257,3,241,1117 +"62083",14807,17645,3,241,1918 +"62084",14807,19069,3,241,988 +"62085",14807,19744,3,241,2623 +"62086",14807,19751,3,241,1630 +"62087",14807,21240,3,241,1162 +"62088",14807,28094,3,241,1423 +"62089",14807,30609,1,241,988 +"62090",14807,32311,3,241,2396 +"62091",14807,32818,3,241,2485 +"62092",14807,34831,3,241,1866 +"62093",14807,34892,3,241,2309 +"62094",14807,37036,3,241,2264 +"62095",14807,38259,2,241,2258 +"62096",14807,38373,3,241,1928 +"62097",14807,40329,2,241,412 +"62098",14807,41581,3,241,1692 +"62099",14807,46501,2,241,845 +"62100",14807,46532,3,241,2005 +"62101",14807,46726,3,241,943 +"62102",14807,50278,3,241,1127 +"62103",14807,51879,3,241,1771 +"62104",14807,58829,3,241,1256 +"62105",14807,60258,3,241,2405 +"62106",14807,60879,3,241,2792 +"62107",14807,62668,3,241,958 +"62108",14807,63077,3,241,2778 +"62109",14807,65389,3,241,503 +"62110",14807,68275,3,241,1158 +"62111",14807,75282,3,241,2675 +"62112",14807,77077,3,241,2693 +"62113",14807,77864,3,241,2227 +"62114",14807,79420,3,241,1061 +"62115",14807,82252,3,241,1248 +"62116",14807,82819,3,241,1900 +"62117",14807,82932,3,241,2245 +"62118",14807,83253,3,241,1102 +"62119",14807,83398,2,241,845 +"62120",14807,88212,3,241,2547 +"62121",14807,90674,3,241,621 +"62122",14807,96310,3,241,1016 +"62123",14807,100809,3,241,353 +"62124",14807,101367,3,241,974 +"62125",14807,104319,2,241,536 +"62126",14807,104828,3,241,1609 +"62127",14807,107052,2,241,2158 +"62128",14807,121173,3,241,829 +"62129",14812,1560,3,144,2013 +"62130",14812,11897,2,144,1271 +"62131",14812,13150,3,144,1570 +"62132",14812,33278,3,144,1591 +"62133",14812,42280,3,144,2266 +"62134",14812,49958,3,144,1860 +"62135",14812,57037,3,144,2293 +"62136",14812,82917,3,144,2371 +"62137",14812,94339,2,144,2768 +"62138",14812,102559,3,144,167 +"62139",14812,112814,3,144,546 +"62140",14812,117903,2,144,1664 +"62141",14817,140,3,2110,2267 +"62142",14817,1822,3,2110,2888 +"62143",14817,2747,3,2110,2411 +"62144",14817,3127,3,2110,2273 +"62145",14817,3477,2,2110,2546 +"62146",14817,4660,3,2110,2149 +"62147",14817,4669,3,2110,2395 +"62148",14817,6063,2,2110,2349 +"62149",14817,7252,3,2110,2799 +"62150",14817,8568,3,2110,2706 +"62151",14817,8865,3,2110,2394 +"62152",14817,9503,3,2110,2453 +"62153",14817,9787,3,2110,2858 +"62154",14817,12948,3,2110,2669 +"62155",14817,13899,3,2110,2650 +"62156",14817,15826,3,2110,2772 +"62157",14817,16286,3,2110,2470 +"62158",14817,19433,2,2110,2504 +"62159",14817,20124,3,2110,2376 +"62160",14817,20984,3,2110,2502 +"62161",14817,23206,3,2110,2805 +"62162",14817,26182,3,2110,2775 +"62163",14817,27742,3,2110,2700 +"62164",14817,27908,3,2110,2576 +"62165",14817,28869,2,2110,2425 +"62166",14817,30368,3,2110,2487 +"62167",14817,31357,3,2110,2389 +"62168",14817,31700,3,2110,2727 +"62169",14817,32339,3,2110,2430 +"62170",14817,32395,3,2110,2735 +"62171",14817,33223,2,2110,2397 +"62172",14817,34478,3,2110,2265 +"62173",14817,36953,3,2110,2790 +"62174",14817,37301,3,2110,2160 +"62175",14817,40572,3,2110,2666 +"62176",14817,42813,3,2110,2142 +"62177",14817,45869,3,2110,2840 +"62178",14817,47595,1,2110,2374 +"62179",14817,49147,3,2110,2539 +"62180",14817,51200,3,2110,2245 +"62181",14817,51774,3,2110,2459 +"62182",14817,51843,3,2110,2389 +"62183",14817,52483,3,2110,2317 +"62184",14817,55296,3,2110,2413 +"62185",14817,58501,3,2110,2613 +"62186",14817,60966,3,2110,2734 +"62187",14817,63641,3,2110,2337 +"62188",14817,91942,3,2110,2216 +"62189",14824,8529,2,455,1205 +"62190",14824,10513,3,455,2284 +"62191",14824,14834,3,455,2739 +"62192",14824,19096,3,455,1538 +"62193",14824,21198,3,455,935 +"62194",14824,22141,3,455,2348 +"62195",14824,23450,3,455,967 +"62196",14824,32017,3,455,577 +"62197",14824,34836,3,455,2302 +"62198",14824,38019,3,455,1870 +"62199",14824,49512,3,455,1302 +"62200",14824,51017,3,455,2073 +"62201",14824,51035,3,455,2397 +"62202",14824,53323,3,455,2677 +"62203",14824,55349,3,455,826 +"62204",14824,56317,3,455,2030 +"62205",14824,65007,3,455,2530 +"62206",14824,69712,3,455,1219 +"62207",14824,71342,3,455,1289 +"62208",14824,72468,3,455,2292 +"62209",14824,80825,3,455,2315 +"62210",14824,81588,3,455,1568 +"62211",14824,84022,3,455,2289 +"62212",14824,89097,3,455,935 +"62213",14824,90802,3,455,877 +"62214",14834,9362,3,2739,2879 +"62215",14834,21138,3,2739,2849 +"62216",14834,47248,3,2739,2883 +"62217",14834,49110,3,2739,2938 +"62218",14834,64699,3,2739,2797 +"62219",14838,1785,3,1746,2350 +"62220",14838,2907,2,1746,1980 +"62221",14838,4188,2,1746,2963 +"62222",14838,5937,3,1746,2392 +"62223",14838,6234,3,1746,2654 +"62224",14838,6800,3,1746,2053 +"62225",14838,10119,3,1746,2374 +"62226",14838,16477,3,1746,2069 +"62227",14838,16969,2,1746,1917 +"62228",14838,19002,3,1746,2053 +"62229",14838,20011,2,1746,2826 +"62230",14838,26734,3,1746,2299 +"62231",14838,29775,3,1746,2064 +"62232",14838,30194,3,1746,2874 +"62233",14838,32079,3,1746,2315 +"62234",14838,33460,3,1746,2781 +"62235",14838,42136,3,1746,2551 +"62236",14838,44730,2,1746,2468 +"62237",14838,49913,3,1746,2444 +"62238",14838,51173,3,1746,1829 +"62239",14838,68789,3,1746,1929 +"62240",14838,76505,3,1746,2123 +"62241",14838,76997,3,1746,2223 +"62242",14838,96387,3,1746,2159 +"62243",14838,102581,3,1746,1813 +"62244",14855,23,3,903,1682 +"62245",14855,270,3,903,2542 +"62246",14855,357,3,903,2327 +"62247",14855,380,3,903,2261 +"62248",14855,600,3,903,1702 +"62249",14855,1046,3,903,1881 +"62250",14855,1102,3,903,2282 +"62251",14855,1196,3,903,1986 +"62252",14855,1367,3,903,2176 +"62253",14855,1469,3,903,1160 +"62254",14855,1639,3,903,2631 +"62255",14855,2111,3,903,1904 +"62256",14855,3164,2,903,2693 +"62257",14855,3306,3,903,1989 +"62258",14855,3961,3,903,2426 +"62259",14855,4253,3,903,1890 +"62260",14855,4360,3,903,1770 +"62261",14855,4366,3,903,1726 +"62262",14855,4681,3,903,2356 +"62263",14855,4889,3,903,1501 +"62264",14855,4953,3,903,2285 +"62265",14855,5041,3,903,2371 +"62266",14855,5072,3,903,2175 +"62267",14855,5235,3,903,2324 +"62268",14855,5315,3,903,2631 +"62269",14855,5346,3,903,1438 +"62270",14855,5350,2,903,2522 +"62271",14855,5405,3,903,1510 +"62272",14855,5429,3,903,1991 +"62273",14855,5449,3,903,1723 +"62274",14855,5622,2,903,2175 +"62275",14855,5716,1,903,1058 +"62276",14855,5971,2,903,1985 +"62277",14855,5984,2,903,1675 +"62278",14855,5986,2,903,1721 +"62279",14855,6030,2,903,2953 +"62280",14855,6047,3,903,2004 +"62281",14855,6162,3,903,1673 +"62282",14855,6324,2,903,1990 +"62283",14855,6417,2,903,1675 +"62284",14855,6588,3,903,2025 +"62285",14855,7087,3,903,2356 +"62286",14855,7245,3,903,2089 +"62287",14855,8525,3,903,1787 +"62288",14855,8533,3,903,2251 +"62289",14855,8621,3,903,1681 +"62290",14855,9801,3,903,2443 +"62291",14855,9808,3,903,1648 +"62292",14855,9928,2,903,2345 +"62293",14855,10358,3,903,2294 +"62294",14855,10488,3,903,1524 +"62295",14855,10523,3,903,1510 +"62296",14855,10717,3,903,1938 +"62297",14855,10744,3,903,955 +"62298",14855,10857,3,903,2253 +"62299",14855,10871,3,903,2314 +"62300",14855,11218,1,903,2292 +"62301",14855,11229,3,903,1625 +"62302",14855,11540,3,903,1237 +"62303",14855,11897,3,903,1271 +"62304",14855,11966,2,903,2385 +"62305",14855,12004,3,903,996 +"62306",14855,12035,3,903,2721 +"62307",14855,12042,2,903,2345 +"62308",14855,12374,3,903,2260 +"62309",14855,12375,3,903,1873 +"62310",14855,12462,3,903,1461 +"62311",14855,12610,3,903,1274 +"62312",14855,13150,3,903,1570 +"62313",14855,13248,3,903,1385 +"62314",14855,13311,3,903,2315 +"62315",14855,14032,3,903,2144 +"62316",14855,14072,3,903,1346 +"62317",14855,14080,3,903,1351 +"62318",14855,14189,3,903,1483 +"62319",14855,14972,3,903,2332 +"62320",14855,14989,3,903,2223 +"62321",14855,15207,3,903,1855 +"62322",14855,15301,3,903,2308 +"62323",14855,15402,3,903,1281 +"62324",14855,15539,3,903,1929 +"62325",14855,15607,3,903,1421 +"62326",14855,16053,3,903,908 +"62327",14855,16096,2,903,2301 +"62328",14855,16120,3,903,1237 +"62329",14855,16352,1,903,2657 +"62330",14855,16826,3,903,2599 +"62331",14855,17381,3,903,1697 +"62332",14855,17400,2,903,2231 +"62333",14855,17997,3,903,1621 +"62334",14855,18348,1,903,1711 +"62335",14855,18361,2,903,2968 +"62336",14855,18394,3,903,2356 +"62337",14855,18415,3,903,2184 +"62338",14855,18836,3,903,1270 +"62339",14855,18874,3,903,2170 +"62340",14855,19072,3,903,2358 +"62341",14855,19113,3,903,1171 +"62342",14855,20124,3,903,2376 +"62343",14855,20284,3,903,2530 +"62344",14855,20292,3,903,2755 +"62345",14855,20494,3,903,1075 +"62346",14855,21138,3,903,2849 +"62347",14855,21571,2,903,2755 +"62348",14855,22197,3,903,2271 +"62349",14855,22543,3,903,1594 +"62350",14855,22566,2,903,2308 +"62351",14855,23159,2,903,1548 +"62352",14855,23310,2,903,2371 +"62353",14855,23492,3,903,1067 +"62354",14855,23526,3,903,1998 +"62355",14855,23715,3,903,1859 +"62356",14855,23725,3,903,2378 +"62357",14855,23806,3,903,1671 +"62358",14855,24146,3,903,2003 +"62359",14855,24169,3,903,1663 +"62360",14855,24259,3,903,1281 +"62361",14855,24512,3,903,1369 +"62362",14855,24568,3,903,1937 +"62363",14855,24923,3,903,2785 +"62364",14855,25325,3,903,2963 +"62365",14855,25971,3,903,2608 +"62366",14855,26067,3,903,2069 +"62367",14855,26080,2,903,2525 +"62368",14855,26366,3,903,1688 +"62369",14855,26793,3,903,2104 +"62370",14855,26818,2,903,1999 +"62371",14855,26848,3,903,2363 +"62372",14855,26867,3,903,1804 +"62373",14855,28002,2,903,914 +"62374",14855,28050,2,903,1955 +"62375",14855,28168,2,903,2702 +"62376",14855,28296,3,903,2944 +"62377",14855,28383,3,903,1222 +"62378",14855,29073,3,903,2328 +"62379",14855,29930,3,903,2240 +"62380",14855,30173,3,903,2404 +"62381",14855,30325,3,903,1067 +"62382",14855,30405,3,903,2164 +"62383",14855,31279,3,903,965 +"62384",14855,32131,3,903,1035 +"62385",14855,32503,2,903,2020 +"62386",14855,32567,3,903,2784 +"62387",14855,32694,1,903,1602 +"62388",14855,32919,3,903,2321 +"62389",14855,34161,3,903,2789 +"62390",14855,34735,2,903,2767 +"62391",14855,35529,3,903,1620 +"62392",14855,35673,3,903,1067 +"62393",14855,35926,3,903,2371 +"62394",14855,36349,3,903,1622 +"62395",14855,36691,2,903,1903 +"62396",14855,36962,3,903,2861 +"62397",14855,37333,3,903,1612 +"62398",14855,38869,3,903,1675 +"62399",14855,39186,2,903,1258 +"62400",14855,39294,2,903,1889 +"62401",14855,40028,2,903,1349 +"62402",14855,40072,2,903,1182 +"62403",14855,40432,3,903,1956 +"62404",14855,41832,3,903,1155 +"62405",14855,41955,3,903,2479 +"62406",14855,41972,3,903,2509 +"62407",14855,42619,3,903,2017 +"62408",14855,43153,2,903,1381 +"62409",14855,43213,3,903,2160 +"62410",14855,44135,3,903,2620 +"62411",14855,44420,3,903,2184 +"62412",14855,44521,1,903,1593 +"62413",14855,44557,3,903,2371 +"62414",14855,44720,3,903,1202 +"62415",14855,45684,3,903,2200 +"62416",14855,46629,3,903,2255 +"62417",14855,47386,3,903,2226 +"62418",14855,49110,3,903,2938 +"62419",14855,49608,3,903,2184 +"62420",14855,50093,3,903,909 +"62421",14855,50236,2,903,2339 +"62422",14855,51017,3,903,2073 +"62423",14855,51471,3,903,1280 +"62424",14855,52136,3,903,1412 +"62425",14855,52442,3,903,1269 +"62426",14855,53134,2,903,1590 +"62427",14855,53219,3,903,2973 +"62428",14855,53303,3,903,1376 +"62429",14855,54020,3,903,1578 +"62430",14855,54551,3,903,2348 +"62431",14855,54879,3,903,2210 +"62432",14855,54929,2,903,2783 +"62433",14855,55076,3,903,2408 +"62434",14855,55324,3,903,1544 +"62435",14855,56082,3,903,2395 +"62436",14855,56232,3,903,1175 +"62437",14855,56237,2,903,2625 +"62438",14855,56604,1,903,1919 +"62439",14855,57246,2,903,1873 +"62440",14855,57414,3,903,922 +"62441",14855,57714,3,903,1391 +"62442",14855,57977,2,903,2683 +"62443",14855,59485,3,903,1564 +"62444",14855,59506,3,903,983 +"62445",14855,59939,3,903,936 +"62446",14855,60280,3,903,1918 +"62447",14855,61719,2,903,1515 +"62448",14855,62488,3,903,1418 +"62449",14855,63328,3,903,922 +"62450",14855,63409,3,903,1937 +"62451",14855,63442,3,903,1965 +"62452",14855,69250,2,903,1439 +"62453",14855,69716,3,903,2632 +"62454",14855,71217,3,903,2169 +"62455",14855,71274,3,903,2390 +"62456",14855,72207,3,903,2430 +"62457",14855,72501,2,903,2795 +"62458",14855,73305,3,903,2544 +"62459",14855,75403,3,903,1895 +"62460",14855,76048,3,903,2373 +"62461",14855,76284,3,903,1237 +"62462",14855,77359,2,903,917 +"62463",14855,80219,1,903,988 +"62464",14855,81349,3,903,1958 +"62465",14855,82732,3,903,2810 +"62466",14855,84500,2,903,1583 +"62467",14855,88710,3,903,927 +"62468",14855,92104,3,903,2339 +"62469",14855,92508,3,903,1374 +"62470",14855,93752,2,903,1368 +"62471",14855,94500,3,903,1529 +"62472",14855,94520,3,903,1243 +"62473",14855,98150,3,903,1009 +"62474",14855,100140,3,903,1041 +"62475",14855,102050,3,903,906 +"62476",14855,113736,3,903,1514 +"62477",14855,116792,3,903,2397 +"62478",14855,119859,3,903,908 +"62479",14860,7337,3,374,1797 +"62480",14860,38785,3,374,437 +"62481",14860,39589,3,374,1292 +"62482",14860,73245,3,374,802 +"62483",14860,83047,3,374,449 +"62484",14860,90709,3,374,1080 +"62485",14860,99332,3,374,873 +"62486",14860,102016,3,374,1649 +"62487",14861,1785,3,2269,2350 +"62488",14861,6234,3,2269,2654 +"62489",14861,15558,3,2269,2389 +"62490",14861,23728,2,2269,2601 +"62491",14861,33460,3,2269,2781 +"62492",14861,39439,3,2269,2462 +"62493",14861,42136,3,2269,2551 +"62494",14861,44730,3,2269,2468 +"62495",14861,49415,3,2269,2654 +"62496",14861,52950,3,2269,2716 +"62497",14861,106330,3,2269,2559 +"62498",14887,3271,3,2158,2216 +"62499",14887,7078,3,2158,2344 +"62500",14887,9272,3,2158,2835 +"62501",14887,10859,3,2158,2231 +"62502",14887,11329,1,2158,2799 +"62503",14887,19516,3,2158,2313 +"62504",14887,19528,3,2158,2742 +"62505",14887,24255,2,2158,2770 +"62506",14887,26608,3,2158,2329 +"62507",14887,33380,3,2158,2340 +"62508",14887,35888,3,2158,2291 +"62509",14887,36031,3,2158,2342 +"62510",14887,39906,3,2158,2365 +"62511",14887,41972,3,2158,2509 +"62512",14887,43226,3,2158,2442 +"62513",14887,44688,3,2158,2924 +"62514",14887,58508,3,2158,2326 +"62515",14887,69335,3,2158,2698 +"62516",14888,313,3,1411,2271 +"62517",14888,455,3,1411,2827 +"62518",14888,499,3,1411,1931 +"62519",14888,543,3,1411,2203 +"62520",14888,1386,3,1411,1901 +"62521",14888,1691,3,1411,1941 +"62522",14888,1702,3,1411,1984 +"62523",14888,1777,3,1411,1965 +"62524",14888,1897,3,1411,1727 +"62525",14888,2036,3,1411,2483 +"62526",14888,2765,2,1411,2321 +"62527",14888,3695,3,1411,2612 +"62528",14888,3777,3,1411,1798 +"62529",14888,3830,3,1411,1661 +"62530",14888,4953,3,1411,2285 +"62531",14888,5239,3,1411,2875 +"62532",14888,5462,3,1411,2374 +"62533",14888,5491,3,1411,2048 +"62534",14888,5504,3,1411,2389 +"62535",14888,5621,2,1411,1860 +"62536",14888,6390,3,1411,2385 +"62537",14888,6627,3,1411,2063 +"62538",14888,7078,3,1411,2344 +"62539",14888,7196,3,1411,1508 +"62540",14888,7861,3,1411,1647 +"62541",14888,9030,3,1411,1979 +"62542",14888,10914,3,1411,1660 +"62543",14888,11239,3,1411,2181 +"62544",14888,11506,3,1411,2824 +"62545",14888,11602,2,1411,1493 +"62546",14888,11976,3,1411,1727 +"62547",14888,12518,3,1411,2747 +"62548",14888,13535,3,1411,1491 +"62549",14888,13732,2,1411,2789 +"62550",14888,14189,3,1411,1483 +"62551",14888,14709,3,1411,1901 +"62552",14888,14943,3,1411,1942 +"62553",14888,15401,3,1411,1999 +"62554",14888,15500,2,1411,1658 +"62555",14888,15527,3,1411,2039 +"62556",14888,16725,3,1411,2830 +"62557",14888,16727,3,1411,2164 +"62558",14888,17826,1,1411,2920 +"62559",14888,18151,3,1411,2962 +"62560",14888,18458,3,1411,2477 +"62561",14888,18571,2,1411,2128 +"62562",14888,18943,3,1411,2861 +"62563",14888,19027,3,1411,2721 +"62564",14888,19364,3,1411,2846 +"62565",14888,20423,2,1411,2654 +"62566",14888,20545,3,1411,1491 +"62567",14888,20563,3,1411,2267 +"62568",14888,20659,2,1411,1969 +"62569",14888,20700,3,1411,2861 +"62570",14888,21092,3,1411,1643 +"62571",14888,21193,2,1411,2490 +"62572",14888,21225,3,1411,1945 +"62573",14888,21463,3,1411,2437 +"62574",14888,21795,3,1411,2653 +"62575",14888,22108,2,1411,1915 +"62576",14888,22714,3,1411,2793 +"62577",14888,23715,3,1411,1859 +"62578",14888,23751,3,1411,1740 +"62579",14888,25530,3,1411,2884 +"62580",14888,26106,3,1411,2015 +"62581",14888,26865,2,1411,2726 +"62582",14888,27478,2,1411,2485 +"62583",14888,27783,3,1411,2302 +"62584",14888,28218,3,1411,2048 +"62585",14888,28233,3,1411,1608 +"62586",14888,28432,3,1411,1954 +"62587",14888,28784,3,1411,1579 +"62588",14888,29791,3,1411,1986 +"62589",14888,30081,2,1411,2403 +"62590",14888,31164,2,1411,1996 +"62591",14888,31307,2,1411,2139 +"62592",14888,31797,3,1411,1501 +"62593",14888,31799,3,1411,2547 +"62594",14888,32449,3,1411,2091 +"62595",14888,32988,3,1411,2008 +"62596",14888,33160,3,1411,2441 +"62597",14888,34160,3,1411,1759 +"62598",14888,34693,3,1411,1938 +"62599",14888,35095,3,1411,1502 +"62600",14888,35256,3,1411,2271 +"62601",14888,35518,3,1411,1721 +"62602",14888,36136,3,1411,2338 +"62603",14888,36962,3,1411,2861 +"62604",14888,37333,3,1411,1612 +"62605",14888,37677,3,1411,1908 +"62606",14888,37859,3,1411,1999 +"62607",14888,38908,3,1411,1787 +"62608",14888,39105,3,1411,2487 +"62609",14888,39827,2,1411,2321 +"62610",14888,40296,3,1411,1674 +"62611",14888,41240,3,1411,2220 +"62612",14888,41747,3,1411,1722 +"62613",14888,43839,3,1411,1685 +"62614",14888,45959,3,1411,1880 +"62615",14888,46951,2,1411,2429 +"62616",14888,47384,3,1411,1639 +"62617",14888,47571,3,1411,1667 +"62618",14888,47947,3,1411,2681 +"62619",14888,49032,3,1411,2469 +"62620",14888,49461,2,1411,2793 +"62621",14888,52327,3,1411,1472 +"62622",14888,53031,2,1411,2065 +"62623",14888,53809,3,1411,1956 +"62624",14888,55156,3,1411,2196 +"62625",14888,57565,2,1411,1577 +"62626",14888,57781,1,1411,1971 +"62627",14888,57977,3,1411,2683 +"62628",14888,59039,3,1411,2870 +"62629",14888,60879,3,1411,2792 +"62630",14888,64181,3,1411,1828 +"62631",14888,65155,3,1411,1947 +"62632",14888,65679,3,1411,1578 +"62633",14888,67264,3,1411,2790 +"62634",14888,68098,3,1411,2378 +"62635",14888,69335,3,1411,2698 +"62636",14888,72122,2,1411,1436 +"62637",14888,73553,3,1411,2726 +"62638",14888,74095,3,1411,2333 +"62639",14888,76132,3,1411,2426 +"62640",14888,76675,3,1411,1840 +"62641",14888,77489,3,1411,1514 +"62642",14888,78563,3,1411,2385 +"62643",14888,82270,3,1411,1641 +"62644",14888,84371,3,1411,1667 +"62645",14888,85430,3,1411,2370 +"62646",14888,85592,2,1411,1412 +"62647",14888,88966,1,1411,1568 +"62648",14888,93615,3,1411,2386 +"62649",14888,94926,3,1411,1611 +"62650",14888,109978,3,1411,1865 +"62651",14888,121354,3,1411,2862 +"62652",14902,843,3,562,2332 +"62653",14902,1570,2,562,2028 +"62654",14902,2724,3,562,2447 +"62655",14902,3271,3,562,2216 +"62656",14902,3477,3,562,2546 +"62657",14902,3559,3,562,2413 +"62658",14902,3678,3,562,1325 +"62659",14902,4622,3,562,1589 +"62660",14902,4691,2,562,1888 +"62661",14902,4968,3,562,1586 +"62662",14902,6063,3,562,2349 +"62663",14902,6562,3,562,1139 +"62664",14902,7648,2,562,1861 +"62665",14902,8993,3,562,2099 +"62666",14902,9272,3,562,2835 +"62667",14902,9273,3,562,1747 +"62668",14902,9328,3,562,1937 +"62669",14902,10435,2,562,1984 +"62670",14902,10755,3,562,1742 +"62671",14902,10756,3,562,2207 +"62672",14902,11803,3,562,1232 +"62673",14902,12598,3,562,2086 +"62674",14902,12735,3,562,819 +"62675",14902,12779,3,562,936 +"62676",14902,14061,3,562,1620 +"62677",14902,14442,2,562,2700 +"62678",14902,15023,3,562,2054 +"62679",14902,16184,2,562,2274 +"62680",14902,17608,3,562,1216 +"62681",14902,17768,3,562,2468 +"62682",14902,18217,3,562,1566 +"62683",14902,18455,2,562,1237 +"62684",14902,19667,3,562,1466 +"62685",14902,20547,3,562,2145 +"62686",14902,20921,3,562,723 +"62687",14902,22462,3,562,869 +"62688",14902,22532,3,562,568 +"62689",14902,22905,3,562,2599 +"62690",14902,23364,3,562,2306 +"62691",14902,24116,3,562,1413 +"62692",14902,24867,2,562,1861 +"62693",14902,25053,2,562,2186 +"62694",14902,25678,2,562,1558 +"62695",14902,25886,3,562,1580 +"62696",14902,29067,3,562,1538 +"62697",14902,29354,2,562,1123 +"62698",14902,31281,3,562,1937 +"62699",14902,32939,3,562,2277 +"62700",14902,33223,3,562,2397 +"62701",14902,35844,3,562,2961 +"62702",14902,36975,3,562,887 +"62703",14902,36996,3,562,2321 +"62704",14902,39911,3,562,1445 +"62705",14902,40542,3,562,1664 +"62706",14902,41669,3,562,1247 +"62707",14902,43226,3,562,2442 +"62708",14902,44132,3,562,1999 +"62709",14902,44466,3,562,1607 +"62710",14902,44501,3,562,2567 +"62711",14902,46849,2,562,1238 +"62712",14902,47094,3,562,2592 +"62713",14902,47882,2,562,2769 +"62714",14902,48110,3,562,2009 +"62715",14902,49805,3,562,2445 +"62716",14902,50045,3,562,2635 +"62717",14902,51843,3,562,2389 +"62718",14902,51890,3,562,1992 +"62719",14902,54385,3,562,2340 +"62720",14902,55446,2,562,1247 +"62721",14902,55997,2,562,1414 +"62722",14902,57804,3,562,2214 +"62723",14902,58508,3,562,2326 +"62724",14902,58536,3,562,2742 +"62725",14902,59289,1,562,2896 +"62726",14902,60059,2,562,2587 +"62727",14902,62975,3,562,977 +"62728",14902,69335,3,562,2698 +"62729",14902,69903,3,562,1066 +"62730",14902,76503,2,562,1136 +"62731",14902,77519,3,562,819 +"62732",14902,80301,3,562,1690 +"62733",14902,84317,3,562,2081 +"62734",14902,84322,2,562,1635 +"62735",14902,84808,3,562,1974 +"62736",14902,88448,3,562,914 +"62737",14902,88739,3,562,933 +"62738",14902,91435,3,562,933 +"62739",14902,91465,2,562,1047 +"62740",14902,93123,3,562,870 +"62741",14902,104281,3,562,2228 +"62742",14915,3770,1,2606,2623 +"62743",14915,10766,1,2606,2647 +"62744",14915,19934,3,2606,2888 +"62745",14915,22723,3,2606,2859 +"62746",14915,24096,2,2606,2612 +"62747",14915,24255,3,2606,2770 +"62748",14915,37059,3,2606,2840 +"62749",14915,38309,3,2606,2644 +"62750",14915,57765,3,2606,2893 +"62751",14915,59039,3,2606,2870 +"62752",14915,61240,3,2606,2651 +"62753",14915,65223,3,2606,2724 +"62754",14915,92297,3,2606,2952 +"62755",14918,913,3,2071,2144 +"62756",14918,3978,3,2071,2775 +"62757",14918,4929,3,2071,2240 +"62758",14918,4953,3,2071,2285 +"62759",14918,8842,3,2071,2535 +"62760",14918,9175,3,2071,2639 +"62761",14918,9331,3,2071,2269 +"62762",14918,12081,2,2071,2166 +"62763",14918,13324,3,2071,2163 +"62764",14918,13388,3,2071,2119 +"62765",14918,16628,3,2071,2409 +"62766",14918,17549,2,2071,2647 +"62767",14918,19208,3,2071,2629 +"62768",14918,19605,3,2071,2395 +"62769",14918,20331,3,2071,2365 +"62770",14918,24256,3,2071,2393 +"62771",14918,24558,3,2071,2139 +"62772",14918,27796,3,2071,2151 +"62773",14918,30334,3,2071,2075 +"62774",14918,30705,3,2071,2959 +"62775",14918,31117,2,2071,2210 +"62776",14918,31159,3,2071,2231 +"62777",14918,31235,3,2071,2668 +"62778",14918,31705,3,2071,2706 +"62779",14918,33200,3,2071,2221 +"62780",14918,34120,1,2071,2786 +"62781",14918,36862,3,2071,2655 +"62782",14918,37636,3,2071,2178 +"62783",14918,38307,2,2071,2648 +"62784",14918,39464,3,2071,2314 +"62785",14918,41945,3,2071,2856 +"62786",14918,42280,3,2071,2266 +"62787",14918,43455,3,2071,2846 +"62788",14918,44688,3,2071,2924 +"62789",14918,45239,3,2071,2535 +"62790",14918,46446,3,2071,2295 +"62791",14918,47564,3,2071,2650 +"62792",14918,50480,3,2071,2701 +"62793",14918,51783,3,2071,2599 +"62794",14943,1275,3,1942,2068 +"62795",14943,3961,2,1942,2426 +"62796",14943,5239,3,1942,2875 +"62797",14943,5912,3,1942,2257 +"62798",14943,7984,3,1942,2493 +"62799",14943,10358,3,1942,2294 +"62800",14943,11477,3,1942,2724 +"62801",14943,13780,3,1942,2412 +"62802",14943,13929,3,1942,2693 +"62803",14943,15401,1,1942,1999 +"62804",14943,15716,3,1942,1991 +"62805",14943,16801,2,1942,2008 +"62806",14943,16826,2,1942,2599 +"62807",14943,18103,2,1942,1968 +"62808",14943,18571,3,1942,2128 +"62809",14943,20311,3,1942,1981 +"62810",14943,23132,2,1942,2756 +"62811",14943,28582,3,1942,2698 +"62812",14943,30747,3,1942,2455 +"62813",14943,31069,3,1942,1995 +"62814",14943,31164,3,1942,1996 +"62815",14943,32988,2,1942,2008 +"62816",14943,33010,3,1942,2189 +"62817",14943,33801,3,1942,2899 +"62818",14943,34158,3,1942,2639 +"62819",14943,36862,3,1942,2655 +"62820",14943,38227,3,1942,2511 +"62821",14943,40432,1,1942,1956 +"62822",14943,42505,2,1942,2008 +"62823",14943,46040,3,1942,2105 +"62824",14943,46951,3,1942,2429 +"62825",14943,47386,3,1942,2226 +"62826",14943,48215,3,1942,2028 +"62827",14943,51410,3,1942,2739 +"62828",14943,56237,3,1942,2625 +"62829",14943,57977,3,1942,2683 +"62830",14943,65155,2,1942,1947 +"62831",14943,65322,2,1942,2008 +"62832",14943,70269,3,1942,2368 +"62833",14943,78150,3,1942,2581 +"62834",14943,82929,3,1942,2475 +"62835",14943,92757,3,1942,2615 +"62836",14957,3158,3,2306,2762 +"62837",14957,4249,2,2306,2547 +"62838",14957,6223,3,2306,2363 +"62839",14957,6345,3,2306,2713 +"62840",14957,8463,2,2306,2466 +"62841",14957,9272,3,2306,2835 +"62842",14957,9724,2,2306,2713 +"62843",14957,14470,2,2306,2632 +"62844",14957,14612,2,2306,2340 +"62845",14957,17499,3,2306,2954 +"62846",14957,23550,3,2306,2939 +"62847",14957,25941,3,2306,2369 +"62848",14957,30714,3,2306,2485 +"62849",14957,31855,3,2306,2636 +"62850",14957,32169,3,2306,2504 +"62851",14957,36478,3,2306,2808 +"62852",14957,37684,3,2306,2899 +"62853",14957,42390,2,2306,2937 +"62854",14957,43226,3,2306,2442 +"62855",14957,43701,3,2306,2400 +"62856",14957,47607,3,2306,2724 +"62857",14957,47882,3,2306,2769 +"62858",14957,50440,3,2306,2469 +"62859",14957,53584,3,2306,2391 +"62860",14957,53652,3,2306,2899 +"62861",14957,58508,3,2306,2326 +"62862",14957,66368,3,2306,2413 +"62863",14957,69335,3,2306,2698 +"62864",14957,115966,3,2306,2349 +"62865",14959,11351,3,2898,2971 +"62866",14959,33801,3,2898,2899 +"62867",14972,270,3,2332,2542 +"62868",14972,680,3,2332,2569 +"62869",14972,762,3,2332,2671 +"62870",14972,1639,3,2332,2631 +"62871",14972,1831,3,2332,2397 +"62872",14972,2166,3,2332,2557 +"62873",14972,3966,3,2332,2425 +"62874",14972,4303,3,2332,2414 +"62875",14972,6030,3,2332,2953 +"62876",14972,6234,3,2332,2654 +"62877",14972,7078,3,2332,2344 +"62878",14972,7984,3,2332,2493 +"62879",14972,8062,3,2332,2858 +"62880",14972,9175,3,2332,2639 +"62881",14972,11067,3,2332,2734 +"62882",14972,11429,3,2332,2520 +"62883",14972,11477,2,2332,2724 +"62884",14972,12042,3,2332,2345 +"62885",14972,12759,3,2332,2414 +"62886",14972,18371,3,2332,2860 +"62887",14972,18394,3,2332,2356 +"62888",14972,19528,2,2332,2742 +"62889",14972,21795,3,2332,2653 +"62890",14972,22141,3,2332,2348 +"62891",14972,23310,3,2332,2371 +"62892",14972,24756,3,2332,2530 +"62893",14972,25373,3,2332,2783 +"62894",14972,25565,3,2332,2764 +"62895",14972,26658,3,2332,2745 +"62896",14972,26749,3,2332,2965 +"62897",14972,28168,3,2332,2702 +"62898",14972,28296,3,2332,2944 +"62899",14972,30705,3,2332,2959 +"62900",14972,30981,3,2332,2366 +"62901",14972,33949,3,2332,2489 +"62902",14972,34815,3,2332,2354 +"62903",14972,35926,3,2332,2371 +"62904",14972,36031,3,2332,2342 +"62905",14972,36953,3,2332,2790 +"62906",14972,37238,3,2332,2609 +"62907",14972,38602,3,2332,2693 +"62908",14972,39444,3,2332,2695 +"62909",14972,42256,3,2332,2839 +"62910",14972,45585,3,2332,2384 +"62911",14972,49606,3,2332,2800 +"62912",14972,51041,3,2332,2606 +"62913",14972,51052,3,2332,2784 +"62914",14972,51783,2,2332,2599 +"62915",14972,52026,3,2332,2633 +"62916",14972,56082,3,2332,2395 +"62917",14972,59438,3,2332,2400 +"62918",14972,66413,3,2332,2507 +"62919",14972,82732,3,2332,2810 +"62920",14972,88232,3,2332,2881 +"62921",14983,455,3,1047,2827 +"62922",14983,470,3,1047,2285 +"62923",14983,600,3,1047,1702 +"62924",14983,733,3,1047,1653 +"62925",14983,1127,3,1047,1188 +"62926",14983,1130,3,1047,1566 +"62927",14983,1469,3,1047,1160 +"62928",14983,1592,3,1047,2006 +"62929",14983,1691,2,1047,1941 +"62930",14983,2166,3,1047,2557 +"62931",14983,2208,2,1047,2814 +"62932",14983,2325,3,1047,1641 +"62933",14983,2684,3,1047,2874 +"62934",14983,3966,3,1047,2425 +"62935",14983,4317,3,1047,1224 +"62936",14983,4567,3,1047,2348 +"62937",14983,5258,3,1047,2730 +"62938",14983,6390,3,1047,2385 +"62939",14983,6914,3,1047,2668 +"62940",14983,7861,3,1047,1647 +"62941",14983,10130,3,1047,2741 +"62942",14983,10222,1,1047,2212 +"62943",14983,10433,3,1047,2075 +"62944",14983,11055,3,1047,2111 +"62945",14983,11623,3,1047,2475 +"62946",14983,14108,2,1047,2012 +"62947",14983,14676,3,1047,2764 +"62948",14983,16201,3,1047,1811 +"62949",14983,18277,2,1047,2309 +"62950",14983,18825,3,1047,1240 +"62951",14983,20407,3,1047,2339 +"62952",14983,21138,3,1047,2849 +"62953",14983,23825,3,1047,1913 +"62954",14983,24198,2,1047,2217 +"62955",14983,25565,3,1047,2764 +"62956",14983,26282,3,1047,1241 +"62957",14983,27379,3,1047,2461 +"62958",14983,28115,3,1047,1835 +"62959",14983,28991,3,1047,1688 +"62960",14983,30052,3,1047,2855 +"62961",14983,30386,3,1047,1833 +"62962",14983,31050,3,1047,1491 +"62963",14983,33622,3,1047,2230 +"62964",14983,34160,3,1047,1759 +"62965",14983,34509,3,1047,1973 +"62966",14983,35481,2,1047,2211 +"62967",14983,36439,3,1047,2469 +"62968",14983,37509,3,1047,1640 +"62969",14983,40368,3,1047,2876 +"62970",14983,40672,3,1047,1315 +"62971",14983,41739,3,1047,1339 +"62972",14983,43226,3,1047,2442 +"62973",14983,43635,3,1047,1196 +"62974",14983,46512,2,1047,1292 +"62975",14983,46621,3,1047,1343 +"62976",14983,47248,3,1047,2883 +"62977",14983,48754,3,1047,1972 +"62978",14983,51017,3,1047,2073 +"62979",14983,52327,3,1047,1472 +"62980",14983,53031,3,1047,2065 +"62981",14983,53196,3,1047,1888 +"62982",14983,54250,3,1047,2340 +"62983",14983,58221,2,1047,1787 +"62984",14983,64181,3,1047,1828 +"62985",14983,69250,3,1047,1439 +"62986",14983,70605,1,1047,1176 +"62987",14983,71808,3,1047,2349 +"62988",14983,72956,3,1047,1251 +"62989",14983,73128,3,1047,1549 +"62990",14983,74636,3,1047,2525 +"62991",14983,79207,3,1047,2244 +"62992",14983,79657,2,1047,1260 +"62993",14983,82409,3,1047,1881 +"62994",14983,88232,3,1047,2881 +"62995",14983,93615,3,1047,2386 +"62996",14983,96000,3,1047,1789 +"62997",14983,99103,3,1047,1470 +"62998",14983,100432,3,1047,1358 +"62999",14983,105685,3,1047,2469 +"63000",14983,108430,3,1047,1642 +"63001",14989,270,3,2223,2542 +"63002",14989,5235,2,2223,2324 +"63003",14989,9723,3,2223,2302 +"63004",14989,12374,3,2223,2260 +"63005",14989,16352,3,2223,2657 +"63006",14989,18361,2,2223,2968 +"63007",14989,18394,3,2223,2356 +"63008",14989,26848,3,2223,2363 +"63009",14989,46629,3,2223,2255 +"63010",14989,50236,3,2223,2339 +"63011",14989,56082,3,2223,2395 +"63012",14989,56237,3,2223,2625 +"63013",14989,92104,2,2223,2339 +"63014",14998,680,3,1553,2569 +"63015",14998,1523,3,1553,2048 +"63016",14998,2190,3,1553,2359 +"63017",14998,2418,3,1553,2020 +"63018",14998,2747,1,1553,2411 +"63019",14998,3317,3,1553,2037 +"63020",14998,7597,3,1553,2037 +"63021",14998,7942,3,1553,2623 +"63022",14998,8610,3,1553,2240 +"63023",14998,9503,3,1553,2453 +"63024",14998,10050,2,1553,1792 +"63025",14998,10453,3,1553,1656 +"63026",14998,10739,3,1553,1807 +"63027",14998,11588,3,1553,2352 +"63028",14998,14749,3,1553,1998 +"63029",14998,14959,3,1553,2898 +"63030",14998,15207,3,1553,1855 +"63031",14998,15826,3,1553,2772 +"63032",14998,16176,3,1553,2703 +"63033",14998,16502,2,1553,1616 +"63034",14998,21209,3,1553,2184 +"63035",14998,23131,3,1553,1732 +"63036",14998,24069,3,1553,2697 +"63037",14998,25163,3,1553,1751 +"63038",14998,28116,1,1553,1643 +"63039",14998,30334,3,1553,2075 +"63040",14998,30525,3,1553,1964 +"63041",14998,31676,3,1553,1598 +"63042",14998,37636,2,1553,2178 +"63043",14998,40392,3,1553,1878 +"63044",14998,42256,3,1553,2839 +"63045",14998,42813,3,1553,2142 +"63046",14998,44433,2,1553,2224 +"63047",14998,44603,2,1553,2748 +"63048",14998,46486,3,1553,1868 +"63049",14998,47013,3,1553,2388 +"63050",14998,51783,3,1553,2599 +"63051",14998,54924,2,1553,2603 +"63052",14998,58501,3,1553,2613 +"63053",14998,60078,3,1553,1750 +"63054",14998,60258,3,1553,2405 +"63055",14998,63077,3,1553,2778 +"63056",14998,67815,3,1553,2476 +"63057",14998,92850,3,1553,1971 +"63058",15003,270,3,2067,2542 +"63059",15003,701,3,2067,2718 +"63060",15003,1639,3,2067,2631 +"63061",15003,2424,3,2067,2582 +"63062",15003,3305,3,2067,2839 +"63063",15003,5622,3,2067,2175 +"63064",15003,6074,3,2067,2426 +"63065",15003,6104,2,2067,2462 +"63066",15003,6718,3,2067,2138 +"63067",15003,7394,3,2067,2615 +"63068",15003,10857,3,2067,2253 +"63069",15003,11218,3,2067,2292 +"63070",15003,11477,3,2067,2724 +"63071",15003,14032,3,2067,2144 +"63072",15003,14669,1,2067,2080 +"63073",15003,15343,3,2067,2125 +"63074",15003,15756,3,2067,2362 +"63075",15003,17365,3,2067,2746 +"63076",15003,17400,3,2067,2231 +"63077",15003,17819,3,2067,2291 +"63078",15003,18361,3,2067,2968 +"63079",15003,18394,3,2067,2356 +"63080",15003,19643,3,2067,2452 +"63081",15003,20067,3,2067,2390 +"63082",15003,20124,3,2067,2376 +"63083",15003,22331,3,2067,2687 +"63084",15003,23223,3,2067,2094 +"63085",15003,23725,2,2067,2378 +"63086",15003,26749,3,2067,2965 +"63087",15003,32173,3,2067,2341 +"63088",15003,32457,3,2067,2690 +"63089",15003,33949,2,2067,2489 +"63090",15003,34426,1,2067,2743 +"63091",15003,35402,3,2067,2339 +"63092",15003,42522,3,2067,2592 +"63093",15003,46803,3,2067,2305 +"63094",15003,50134,2,2067,2674 +"63095",15003,50236,3,2067,2339 +"63096",15003,52969,2,2067,2302 +"63097",15003,54551,3,2067,2348 +"63098",15003,54929,2,2067,2783 +"63099",15003,55691,3,2067,2856 +"63100",15003,56082,3,2067,2395 +"63101",15003,57842,3,2067,2482 +"63102",15003,59539,2,2067,2429 +"63103",15003,68215,2,2067,2727 +"63104",15003,79804,3,2067,2227 +"63105",15003,89911,2,2067,2607 +"63106",15003,99215,3,2067,2791 +"63107",15003,102824,3,2067,2944 +"63108",15003,117956,3,2067,2774 +"63109",15004,728,3,983,1812 +"63110",15004,2524,3,983,1708 +"63111",15004,9227,3,983,1267 +"63112",15004,13099,3,983,1547 +"63113",15004,14676,3,983,2764 +"63114",15004,21324,3,983,2413 +"63115",15004,26734,3,983,2299 +"63116",15004,35980,3,983,2657 +"63117",15004,51687,3,983,2333 +"63118",15004,53223,3,983,2690 +"63119",15004,53924,3,983,1289 +"63120",15005,600,3,1415,1702 +"63121",15005,1102,3,1415,2282 +"63122",15005,1130,3,1415,1566 +"63123",15005,1136,3,1415,2536 +"63124",15005,2325,3,1415,1641 +"63125",15005,2572,2,1415,2273 +"63126",15005,3011,3,1415,2278 +"63127",15005,3801,3,1415,1974 +"63128",15005,3966,3,1415,2425 +"63129",15005,4701,2,1415,2401 +"63130",15005,6074,3,1415,2426 +"63131",15005,6871,2,1415,1882 +"63132",15005,7847,3,1415,2424 +"63133",15005,7861,3,1415,1647 +"63134",15005,12724,3,1415,1930 +"63135",15005,17852,2,1415,2840 +"63136",15005,21122,3,1415,1701 +"63137",15005,22331,2,1415,2687 +"63138",15005,22714,3,1415,2793 +"63139",15005,23509,3,1415,2275 +"63140",15005,25129,3,1415,2647 +"63141",15005,25341,3,1415,1858 +"63142",15005,25443,3,1415,1441 +"63143",15005,26451,3,1415,2133 +"63144",15005,27175,3,1415,1447 +"63145",15005,29929,3,1415,2789 +"63146",15005,33356,3,1415,1586 +"63147",15005,33433,3,1415,2805 +"63148",15005,34509,3,1415,1973 +"63149",15005,42618,3,1415,2316 +"63150",15005,45302,3,1415,2390 +"63151",15005,47248,3,1415,2883 +"63152",15005,51017,3,1415,2073 +"63153",15005,54879,3,1415,2210 +"63154",15005,55468,3,1415,2511 +"63155",15005,57950,3,1415,1529 +"63156",15005,58035,3,1415,1646 +"63157",15005,62903,3,1415,1704 +"63158",15005,64181,2,1415,1828 +"63159",15005,64997,3,1415,2791 +"63160",15005,66413,3,1415,2507 +"63161",15005,66860,2,1415,1548 +"63162",15005,82426,3,1415,1576 +"63163",15005,105063,3,1415,1908 +"63164",15008,270,3,2338,2542 +"63165",15008,2424,3,2338,2582 +"63166",15008,6192,3,2338,2409 +"63167",15008,7794,3,2338,2972 +"63168",15008,9175,3,2338,2639 +"63169",15008,12042,3,2338,2345 +"63170",15008,14507,3,2338,2686 +"63171",15008,16628,3,2338,2409 +"63172",15008,17365,3,2338,2746 +"63173",15008,24825,3,2338,2686 +"63174",15008,33380,3,2338,2340 +"63175",15008,37238,3,2338,2609 +"63176",15008,38307,2,2338,2648 +"63177",15008,41945,3,2338,2856 +"63178",15008,43455,2,2338,2846 +"63179",15008,45239,3,2338,2535 +"63180",15008,51866,3,2338,2411 +"63181",15008,52032,3,2338,2853 +"63182",15008,52892,3,2338,2372 +"63183",15008,53219,3,2338,2973 +"63184",15008,60974,3,2338,2972 +"63185",15008,61982,3,2338,2725 +"63186",15008,69453,3,2338,2831 +"63187",15023,843,3,2054,2332 +"63188",15023,1624,3,2054,2687 +"63189",15023,1822,3,2054,2888 +"63190",15023,2724,2,2054,2447 +"63191",15023,3271,3,2054,2216 +"63192",15023,3272,2,2054,2132 +"63193",15023,3477,2,2054,2546 +"63194",15023,3559,3,2054,2413 +"63195",15023,6040,2,2054,2103 +"63196",15023,6063,2,2054,2349 +"63197",15023,7787,3,2054,2314 +"63198",15023,8993,2,2054,2099 +"63199",15023,9272,3,2054,2835 +"63200",15023,9503,3,2054,2453 +"63201",15023,12598,2,2054,2086 +"63202",15023,13899,3,2054,2650 +"63203",15023,14442,2,2054,2700 +"63204",15023,14817,3,2054,2110 +"63205",15023,19075,2,2054,2214 +"63206",15023,20124,3,2054,2376 +"63207",15023,20547,1,2054,2145 +"63208",15023,20984,3,2054,2502 +"63209",15023,23364,3,2054,2306 +"63210",15023,30714,3,2054,2485 +"63211",15023,31357,1,2054,2389 +"63212",15023,31855,3,2054,2636 +"63213",15023,32339,3,2054,2430 +"63214",15023,32395,3,2054,2735 +"63215",15023,33223,2,2054,2397 +"63216",15023,36996,3,2054,2321 +"63217",15023,37301,3,2054,2160 +"63218",15023,43226,3,2054,2442 +"63219",15023,47595,3,2054,2374 +"63220",15023,47882,3,2054,2769 +"63221",15023,51843,1,2054,2389 +"63222",15023,54385,1,2054,2340 +"63223",15023,55307,3,2054,2306 +"63224",15023,58508,3,2054,2326 +"63225",15023,59289,3,2054,2896 +"63226",15023,59344,3,2054,2252 +"63227",15023,63104,1,2054,2149 +"63228",15023,64912,3,2054,2099 +"63229",15023,69308,2,2054,2370 +"63230",15023,69335,3,2054,2698 +"63231",15023,80615,2,2054,2252 +"63232",15023,80970,3,2054,2069 +"63233",15023,84317,3,2054,2081 +"63234",15023,106755,3,2054,2166 +"63235",15023,110737,2,2054,2117 +"63236",15023,110871,3,2054,2879 +"63237",15047,1222,3,1697,2598 +"63238",15047,2443,3,1697,2333 +"63239",15047,2802,3,1697,1836 +"63240",15047,3477,3,1697,2546 +"63241",15047,5414,2,1697,2321 +"63242",15047,6063,3,1697,2349 +"63243",15047,6262,3,1697,2733 +"63244",15047,6432,3,1697,2297 +"63245",15047,18466,3,1697,2340 +"63246",15047,19190,3,1697,2677 +"63247",15047,26138,3,1697,1902 +"63248",15047,33223,3,1697,2397 +"63249",15047,76997,3,1697,2223 +"63250",15047,79793,3,1697,1915 +"63251",15047,83334,3,1697,1708 +"63252",15047,94339,3,1697,2768 +"63253",15058,3306,3,509,1989 +"63254",15058,3414,2,509,2322 +"63255",15058,4032,3,509,1763 +"63256",15058,11959,1,509,523 +"63257",15058,18810,2,509,2671 +"63258",15058,30865,3,509,2038 +"63259",15058,63662,3,509,721 +"63260",15058,75067,3,509,801 +"63261",15075,6071,3,2252,2310 +"63262",15075,15088,1,2252,2906 +"63263",15075,18954,2,2252,2364 +"63264",15075,24761,3,2252,2384 +"63265",15075,29824,3,2252,2772 +"63266",15075,53537,2,2252,2428 +"63267",15075,56737,2,2252,2270 +"63268",15075,79036,3,2252,2524 +"63269",15078,6821,3,1033,1788 +"63270",15078,13068,3,1033,1778 +"63271",15078,15462,3,1033,1141 +"63272",15078,16437,3,1033,1956 +"63273",15078,16776,2,1033,1565 +"63274",15078,19231,3,1033,1424 +"63275",15078,28051,3,1033,2089 +"63276",15078,31783,3,1033,1180 +"63277",15078,32920,2,1033,2158 +"63278",15078,37752,3,1033,2223 +"63279",15078,43961,2,1033,2443 +"63280",15078,44786,3,1033,1096 +"63281",15078,45480,3,1033,1104 +"63282",15078,45983,3,1033,1260 +"63283",15078,46570,3,1033,1707 +"63284",15078,47375,3,1033,2043 +"63285",15078,49558,3,1033,2083 +"63286",15078,56755,2,1033,2158 +"63287",15078,59039,3,1033,2870 +"63288",15078,59485,3,1033,1564 +"63289",15078,59726,3,1033,1513 +"63290",15078,66693,3,1033,2554 +"63291",15078,80506,3,1033,1920 +"63292",15078,87011,3,1033,1592 +"63293",15086,30194,3,2135,2874 +"63294",15086,79746,3,2135,2272 +"63295",15089,360,3,469,1671 +"63296",15089,1364,2,469,859 +"63297",15089,1592,3,469,2006 +"63298",15089,1691,3,469,1941 +"63299",15089,3144,3,469,869 +"63300",15089,3628,2,469,2707 +"63301",15089,4687,3,469,2152 +"63302",15089,5839,2,469,2301 +"63303",15089,6392,3,469,1878 +"63304",15089,6428,3,469,1952 +"63305",15089,8011,3,469,889 +"63306",15089,8762,3,469,2585 +"63307",15089,9191,3,469,2707 +"63308",15089,10871,3,469,2314 +"63309",15089,11351,2,469,2971 +"63310",15089,15962,1,469,660 +"63311",15089,17750,3,469,672 +"63312",15089,18543,3,469,2968 +"63313",15089,19516,3,469,2313 +"63314",15089,19718,1,469,1702 +"63315",15089,20407,3,469,2339 +"63316",15089,21133,2,469,1320 +"63317",15089,21682,3,469,2414 +"63318",15089,24066,3,469,1755 +"63319",15089,25816,2,469,2088 +"63320",15089,26342,2,469,527 +"63321",15089,28808,3,469,1063 +"63322",15089,32503,2,469,2020 +"63323",15089,34934,3,469,645 +"63324",15089,35235,3,469,2610 +"63325",15089,35428,3,469,2263 +"63326",15089,38727,3,469,2238 +"63327",15089,40931,2,469,2301 +"63328",15089,42264,3,469,1702 +"63329",15089,42619,3,469,2017 +"63330",15089,43173,3,469,2895 +"63331",15089,45742,3,469,2566 +"63332",15089,46469,3,469,759 +"63333",15089,46621,3,469,1343 +"63334",15089,50179,3,469,2230 +"63335",15089,51572,3,469,912 +"63336",15089,54663,3,469,1424 +"63337",15089,57129,3,469,1858 +"63338",15089,59790,3,469,1827 +"63339",15089,60116,3,469,2668 +"63340",15089,60661,3,469,2700 +"63341",15089,61785,3,469,822 +"63342",15089,73675,2,469,887 +"63343",15089,79436,3,469,1344 +"63344",15089,81221,3,469,2285 +"63345",15089,81234,2,469,2019 +"63346",15089,82344,3,469,1358 +"63347",15089,88232,3,469,2881 +"63348",15089,121291,2,469,1955 +"63349",15094,3405,3,978,2438 +"63350",15094,5673,3,978,1567 +"63351",15094,9727,3,978,2327 +"63352",15094,15502,3,978,2637 +"63353",15094,16690,3,978,2132 +"63354",15094,21895,3,978,1693 +"63355",15094,22723,3,978,2859 +"63356",15094,34334,2,978,1637 +"63357",15094,39577,3,978,1728 +"63358",15094,40715,3,978,2258 +"63359",15094,47559,3,978,1826 +"63360",15094,86931,3,978,1474 +"63361",15094,86970,3,978,1664 +"63362",15095,680,3,2001,2569 +"63363",15095,1560,3,2001,2013 +"63364",15095,2139,3,2001,2502 +"63365",15095,3317,3,2001,2037 +"63366",15095,3493,3,2001,2451 +"63367",15095,4303,3,2001,2414 +"63368",15095,5897,3,2001,2337 +"63369",15095,8062,3,2001,2858 +"63370",15095,11143,2,2001,2623 +"63371",15095,11429,3,2001,2520 +"63372",15095,11477,3,2001,2724 +"63373",15095,12759,3,2001,2414 +"63374",15095,14972,3,2001,2332 +"63375",15095,18371,3,2001,2860 +"63376",15095,22244,1,2001,2139 +"63377",15095,23121,3,2001,2108 +"63378",15095,25373,3,2001,2783 +"63379",15095,30334,2,2001,2075 +"63380",15095,30705,3,2001,2959 +"63381",15095,31335,3,2001,2351 +"63382",15095,31866,3,2001,2101 +"63383",15095,35620,3,2001,2092 +"63384",15095,36120,3,2001,2971 +"63385",15095,36953,3,2001,2790 +"63386",15095,37636,2,2001,2178 +"63387",15095,37844,3,2001,2002 +"63388",15095,41723,3,2001,2101 +"63389",15095,47013,2,2001,2388 +"63390",15095,51783,2,2001,2599 +"63391",15095,56082,3,2001,2395 +"63392",15095,70583,3,2001,2615 +"63393",15095,70586,3,2001,2562 +"63394",15095,71531,3,2001,2887 +"63395",15095,75607,3,2001,2245 +"63396",15106,3495,3,2286,2431 +"63397",15106,13158,3,2286,2667 +"63398",15106,15444,3,2286,2764 +"63399",15106,29580,2,2286,2776 +"63400",15106,40368,3,2286,2876 +"63401",15106,45504,2,2286,2301 +"63402",15106,46635,3,2286,2528 +"63403",15106,49109,2,2286,2341 +"63404",15106,58164,3,2286,2398 +"63405",15118,270,3,1311,2542 +"63406",15118,377,3,1311,2389 +"63407",15118,543,3,1311,2203 +"63408",15118,733,3,1311,1653 +"63409",15118,1090,3,1311,2370 +"63410",15118,1124,3,1311,1596 +"63411",15118,1151,3,1311,2885 +"63412",15118,1154,2,1311,1656 +"63413",15118,1321,3,1311,2075 +"63414",15118,1520,3,1311,1716 +"63415",15118,1616,3,1311,2662 +"63416",15118,1777,3,1311,1965 +"63417",15118,2166,3,1311,2557 +"63418",15118,2181,3,1311,2030 +"63419",15118,2424,3,1311,2582 +"63420",15118,2523,3,1311,1691 +"63421",15118,2533,3,1311,2016 +"63422",15118,3167,3,1311,1676 +"63423",15118,3305,3,1311,2839 +"63424",15118,4057,2,1311,2389 +"63425",15118,4226,3,1311,1903 +"63426",15118,4430,3,1311,2019 +"63427",15118,4567,3,1311,2348 +"63428",15118,5504,3,1311,2389 +"63429",15118,5971,3,1311,1985 +"63430",15118,6222,3,1311,1949 +"63431",15118,6241,3,1311,2264 +"63432",15118,6588,3,1311,2025 +"63433",15118,7196,3,1311,1508 +"63434",15118,7241,2,1311,2259 +"63435",15118,7323,3,1311,2858 +"63436",15118,7555,3,1311,1943 +"63437",15118,7780,3,1311,1920 +"63438",15118,7984,3,1311,2493 +"63439",15118,8865,3,1311,2394 +"63440",15118,8890,3,1311,1955 +"63441",15118,10488,3,1311,1524 +"63442",15118,10523,3,1311,1510 +"63443",15118,10646,2,1311,1555 +"63444",15118,10859,3,1311,2231 +"63445",15118,11229,3,1311,1625 +"63446",15118,12374,2,1311,2260 +"63447",15118,12728,3,1311,2374 +"63448",15118,14108,3,1311,2012 +"63449",15118,15343,3,1311,2125 +"63450",15118,15401,3,1311,1999 +"63451",15118,15626,3,1311,2434 +"63452",15118,15700,3,1311,1712 +"63453",15118,16352,3,1311,2657 +"63454",15118,16365,3,1311,2217 +"63455",15118,17400,3,1311,2231 +"63456",15118,17645,2,1311,1918 +"63457",15118,20311,3,1311,1981 +"63458",15118,21104,3,1311,2327 +"63459",15118,21122,3,1311,1701 +"63460",15118,21133,3,1311,1320 +"63461",15118,21670,3,1311,2158 +"63462",15118,21681,3,1311,2005 +"63463",15118,22197,3,1311,2271 +"63464",15118,22749,3,1311,1727 +"63465",15118,23725,3,1311,2378 +"63466",15118,24405,3,1311,1443 +"63467",15118,24568,3,1311,1937 +"63468",15118,26451,3,1311,2133 +"63469",15118,26608,3,1311,2329 +"63470",15118,26867,3,1311,1804 +"63471",15118,28784,3,1311,1579 +"63472",15118,28896,3,1311,1395 +"63473",15118,31700,3,1311,2727 +"63474",15118,32761,3,1311,2680 +"63475",15118,32988,3,1311,2008 +"63476",15118,33430,3,1311,2225 +"63477",15118,34136,3,1311,2202 +"63478",15118,35256,3,1311,2271 +"63479",15118,35822,3,1311,1903 +"63480",15118,35903,2,1311,1434 +"63481",15118,36031,3,1311,2342 +"63482",15118,36763,2,1311,2165 +"63483",15118,37570,3,1311,2389 +"63484",15118,37937,3,1311,1320 +"63485",15118,38602,3,1311,2693 +"63486",15118,38727,3,1311,2238 +"63487",15118,39278,3,1311,1952 +"63488",15118,39444,2,1311,2695 +"63489",15118,40028,3,1311,1349 +"63490",15118,43213,3,1311,2160 +"63491",15118,43518,3,1311,2680 +"63492",15118,44135,3,1311,2620 +"63493",15118,44235,3,1311,2700 +"63494",15118,44521,3,1311,1593 +"63495",15118,44744,3,1311,2032 +"63496",15118,47384,3,1311,1639 +"63497",15118,47803,2,1311,2477 +"63498",15118,48215,3,1311,2028 +"63499",15118,48384,2,1311,2057 +"63500",15118,48698,1,1311,1474 +"63501",15118,49110,3,1311,2938 +"63502",15118,49265,3,1311,2686 +"63503",15118,50236,2,1311,2339 +"63504",15118,52136,3,1311,1412 +"63505",15118,53303,3,1311,1376 +"63506",15118,53323,3,1311,2677 +"63507",15118,53342,2,1311,2071 +"63508",15118,55556,3,1311,2075 +"63509",15118,56082,2,1311,2395 +"63510",15118,56237,3,1311,2625 +"63511",15118,57129,3,1311,1858 +"63512",15118,57380,3,1311,2362 +"63513",15118,57950,3,1311,1529 +"63514",15118,58133,3,1311,1484 +"63515",15118,59700,3,1311,2346 +"63516",15118,63409,3,1311,1937 +"63517",15118,65155,3,1311,1947 +"63518",15118,70046,2,1311,2624 +"63519",15118,71478,3,1311,1721 +"63520",15118,72207,3,1311,2430 +"63521",15118,72326,3,1311,2384 +"63522",15118,72597,3,1311,1843 +"63523",15118,72728,3,1311,2234 +"63524",15118,75403,3,1311,1895 +"63525",15118,85869,3,1311,1509 +"63526",15118,88232,3,1311,2881 +"63527",15118,92124,3,1311,1532 +"63528",15118,96352,3,1311,1493 +"63529",15118,99103,3,1311,1470 +"63530",15118,108647,3,1311,1934 +"63531",15118,108867,3,1311,2328 +"63532",15119,1787,2,1020,1707 +"63533",15119,3678,1,1020,1325 +"63534",15119,5937,3,1020,2392 +"63535",15119,6234,2,1020,2654 +"63536",15119,6235,2,1020,1585 +"63537",15119,10755,3,1020,1742 +"63538",15119,14861,3,1020,2269 +"63539",15119,15239,3,1020,1958 +"63540",15119,15558,3,1020,2389 +"63541",15119,16477,1,1020,2069 +"63542",15119,17768,3,1020,2468 +"63543",15119,19767,3,1020,1041 +"63544",15119,23728,3,1020,2601 +"63545",15119,23771,3,1020,1614 +"63546",15119,30194,3,1020,2874 +"63547",15119,33460,3,1020,2781 +"63548",15119,34576,3,1020,1727 +"63549",15119,37454,3,1020,1245 +"63550",15119,41521,3,1020,2069 +"63551",15119,44727,1,1020,1227 +"63552",15119,44730,3,1020,2468 +"63553",15119,52953,3,1020,1741 +"63554",15119,76931,3,1020,1338 +"63555",15119,76997,3,1020,2223 +"63556",15119,82246,3,1020,1538 +"63557",15119,85062,1,1020,1379 +"63558",15119,86716,3,1020,1609 +"63559",15119,93459,3,1020,1354 +"63560",15119,97615,2,1020,1198 +"63561",15122,24,1,1201,1295 +"63562",15122,997,2,1201,2788 +"63563",15122,1102,3,1201,2282 +"63564",15122,1323,3,1201,1659 +"63565",15122,1875,1,1201,1786 +"63566",15122,2563,3,1201,1686 +"63567",15122,2572,3,1201,2273 +"63568",15122,2712,3,1201,1881 +"63569",15122,2754,3,1201,1360 +"63570",15122,4360,3,1201,1770 +"63571",15122,4665,3,1201,1569 +"63572",15122,4671,1,1201,2280 +"63573",15122,5226,1,1201,1309 +"63574",15122,5346,3,1201,1438 +"63575",15122,5449,3,1201,1723 +"63576",15122,5515,3,1201,2385 +"63577",15122,5622,3,1201,2175 +"63578",15122,5865,3,1201,1910 +"63579",15122,7406,3,1201,1906 +"63580",15122,7515,3,1201,2737 +"63581",15122,7616,2,1201,2296 +"63582",15122,7858,2,1201,1795 +"63583",15122,8529,2,1201,1205 +"63584",15122,8681,3,1201,2716 +"63585",15122,8866,3,1201,1545 +"63586",15122,8888,3,1201,1328 +"63587",15122,9364,3,1201,1698 +"63588",15122,9695,3,1201,2143 +"63589",15122,10857,3,1201,2253 +"63590",15122,10874,3,1201,1891 +"63591",15122,11103,3,1201,2393 +"63592",15122,12122,3,1201,1385 +"63593",15122,12724,3,1201,1930 +"63594",15122,12728,3,1201,2374 +"63595",15122,12767,3,1201,2329 +"63596",15122,14655,3,1201,2559 +"63597",15122,15207,2,1201,1855 +"63598",15122,15560,3,1201,2257 +"63599",15122,15632,3,1201,1242 +"63600",15122,15799,3,1201,1917 +"63601",15122,16539,2,1201,1947 +"63602",15122,17264,3,1201,2528 +"63603",15122,19096,1,1201,1538 +"63604",15122,20162,3,1201,2328 +"63605",15122,20419,3,1201,1587 +"63606",15122,21197,3,1201,1437 +"63607",15122,21406,2,1201,2714 +"63608",15122,22808,3,1201,2297 +"63609",15122,22950,3,1201,2576 +"63610",15122,23312,3,1201,2449 +"63611",15122,23460,3,1201,2183 +"63612",15122,27001,3,1201,1761 +"63613",15122,27849,3,1201,1316 +"63614",15122,28635,2,1201,2368 +"63615",15122,28640,3,1201,1475 +"63616",15122,30366,3,1201,2532 +"63617",15122,31530,3,1201,1661 +"63618",15122,33949,3,1201,2489 +"63619",15122,34836,3,1201,2302 +"63620",15122,35514,3,1201,2346 +"63621",15122,36714,2,1201,2209 +"63622",15122,37108,1,1201,1202 +"63623",15122,37301,3,1201,2160 +"63624",15122,39539,2,1201,1274 +"63625",15122,42129,3,1201,2318 +"63626",15122,42216,3,1201,2722 +"63627",15122,42574,3,1201,2842 +"63628",15122,43225,3,1201,1835 +"63629",15122,43385,2,1201,1623 +"63630",15122,44151,3,1201,1796 +"63631",15122,45302,3,1201,2390 +"63632",15122,47362,3,1201,2253 +"63633",15122,48384,2,1201,2057 +"63634",15122,48571,1,1201,2717 +"63635",15122,49185,3,1201,1544 +"63636",15122,49334,3,1201,2433 +"63637",15122,49512,3,1201,1302 +"63638",15122,51017,3,1201,2073 +"63639",15122,51035,3,1201,2397 +"63640",15122,53219,2,1201,2973 +"63641",15122,53323,3,1201,2677 +"63642",15122,54305,3,1201,1222 +"63643",15122,54551,3,1201,2348 +"63644",15122,55076,3,1201,2408 +"63645",15122,57353,3,1201,1849 +"63646",15122,58451,3,1201,1939 +"63647",15122,58652,3,1201,1437 +"63648",15122,63409,3,1201,1937 +"63649",15122,65434,3,1201,2866 +"63650",15122,66277,2,1201,1227 +"63651",15122,66703,3,1201,2375 +"63652",15122,67957,3,1201,2823 +"63653",15122,69030,2,1201,1249 +"63654",15122,71552,3,1201,1573 +"63655",15122,72468,3,1201,2292 +"63656",15122,72956,3,1201,1251 +"63657",15122,74190,3,1201,1428 +"63658",15122,74818,3,1201,1440 +"63659",15122,76284,2,1201,1237 +"63660",15122,76646,3,1201,1263 +"63661",15122,77611,3,1201,1795 +"63662",15122,80014,3,1201,1562 +"63663",15122,81588,3,1201,1568 +"63664",15122,82893,2,1201,1275 +"63665",15122,85356,3,1201,1492 +"63666",15122,94520,3,1201,1243 +"63667",15122,95644,2,1201,1531 +"63668",15122,98781,2,1201,1410 +"63669",15135,212,3,1035,1513 +"63670",15135,270,3,1035,2542 +"63671",15135,380,3,1035,2261 +"63672",15135,1102,3,1035,2282 +"63673",15135,1124,3,1035,1596 +"63674",15135,2111,3,1035,1904 +"63675",15135,2894,3,1035,1291 +"63676",15135,3493,3,1035,2451 +"63677",15135,4360,3,1035,1770 +"63678",15135,5235,3,1035,2324 +"63679",15135,5971,3,1035,1985 +"63680",15135,6222,3,1035,1949 +"63681",15135,6588,2,1035,2025 +"63682",15135,6718,2,1035,2138 +"63683",15135,9311,3,1035,2477 +"63684",15135,9364,3,1035,1698 +"63685",15135,9432,3,1035,1693 +"63686",15135,10488,3,1035,1524 +"63687",15135,10523,3,1035,1510 +"63688",15135,10857,3,1035,2253 +"63689",15135,11218,3,1035,2292 +"63690",15135,11229,3,1035,1625 +"63691",15135,11440,3,1035,2026 +"63692",15135,12374,3,1035,2260 +"63693",15135,13248,2,1035,1385 +"63694",15135,13307,3,1035,2206 +"63695",15135,13837,3,1035,1604 +"63696",15135,14959,3,1035,2898 +"63697",15135,15402,3,1035,1281 +"63698",15135,16352,3,1035,2657 +"63699",15135,18152,3,1035,1314 +"63700",15135,18394,2,1035,2356 +"63701",15135,18861,3,1035,1430 +"63702",15135,20124,3,1035,2376 +"63703",15135,20311,3,1035,1981 +"63704",15135,20643,3,1035,2341 +"63705",15135,21104,2,1035,2327 +"63706",15135,21122,3,1035,1701 +"63707",15135,21693,3,1035,2176 +"63708",15135,22326,3,1035,2818 +"63709",15135,22362,2,1035,1836 +"63710",15135,23492,3,1035,1067 +"63711",15135,23509,2,1035,2275 +"63712",15135,23526,3,1035,1998 +"63713",15135,23715,3,1035,1859 +"63714",15135,23725,3,1035,2378 +"63715",15135,23729,3,1035,1624 +"63716",15135,24066,3,1035,1755 +"63717",15135,24362,3,1035,1287 +"63718",15135,25305,3,1035,2447 +"63719",15135,26451,3,1035,2133 +"63720",15135,26867,3,1035,1804 +"63721",15135,27792,3,1035,1308 +"63722",15135,27849,3,1035,1316 +"63723",15135,30325,3,1035,1067 +"63724",15135,30405,3,1035,2164 +"63725",15135,31691,3,1035,1657 +"63726",15135,35673,2,1035,1067 +"63727",15135,38921,3,1035,1880 +"63728",15135,40028,3,1035,1349 +"63729",15135,40072,2,1035,1182 +"63730",15135,42687,2,1035,1952 +"63731",15135,43213,3,1035,2160 +"63732",15135,45684,3,1035,2200 +"63733",15135,46196,3,1035,1510 +"63734",15135,46629,3,1035,2255 +"63735",15135,50118,2,1035,2654 +"63736",15135,50236,3,1035,2339 +"63737",15135,52136,2,1035,1412 +"63738",15135,52345,2,1035,1430 +"63739",15135,53303,3,1035,1376 +"63740",15135,54551,3,1035,2348 +"63741",15135,55156,3,1035,2196 +"63742",15135,55468,3,1035,2511 +"63743",15135,56082,3,1035,2395 +"63744",15135,72207,3,1035,2430 +"63745",15135,72326,3,1035,2384 +"63746",15135,75403,3,1035,1895 +"63747",15135,76284,3,1035,1237 +"63748",15135,79804,3,1035,2227 +"63749",15135,97915,3,1035,1802 +"63750",15135,121415,3,1035,1455 +"63751",15146,827,3,1546,2964 +"63752",15146,916,3,1546,2718 +"63753",15146,1624,3,1546,2687 +"63754",15146,1708,3,1546,1591 +"63755",15146,2282,3,1546,2056 +"63756",15146,2647,3,1546,2450 +"63757",15146,2927,2,1546,1789 +"63758",15146,4180,2,1546,1817 +"63759",15146,4551,1,1546,2720 +"63760",15146,5303,1,1546,1849 +"63761",15146,6040,3,1546,2103 +"63762",15146,6480,2,1546,1678 +"63763",15146,7253,1,1546,2686 +"63764",15146,7254,1,1546,1849 +"63765",15146,11665,2,1546,1643 +"63766",15146,13068,3,1546,1778 +"63767",15146,13388,3,1546,2119 +"63768",15146,19509,2,1546,2000 +"63769",15146,26513,2,1546,2205 +"63770",15146,28268,2,1546,2258 +"63771",15146,28782,3,1546,2272 +"63772",15146,34953,2,1546,1817 +"63773",15146,36840,3,1546,2269 +"63774",15146,42382,3,1546,2224 +"63775",15146,42390,3,1546,2937 +"63776",15146,46616,3,1546,1917 +"63777",15146,47607,2,1546,2724 +"63778",15146,52380,2,1546,2686 +"63779",15146,53584,3,1546,2391 +"63780",15146,58945,1,1546,2481 +"63781",15146,59511,2,1546,2753 +"63782",15146,65188,3,1546,2213 +"63783",15146,69029,3,1546,2623 +"63784",15146,75194,2,1546,1736 +"63785",15146,78611,3,1546,1586 +"63786",15146,80970,3,1546,2069 +"63787",15146,82426,3,1546,1576 +"63788",15150,20011,2,2801,2826 +"63789",15153,46384,3,1864,2285 +"63790",15153,63077,3,1864,2778 +"63791",15159,1314,3,756,1522 +"63792",15159,1349,3,756,1147 +"63793",15159,1519,3,756,2349 +"63794",15159,4526,3,756,1728 +"63795",15159,10239,3,756,2032 +"63796",15159,10279,3,756,886 +"63797",15159,13184,3,756,977 +"63798",15159,13296,3,756,839 +"63799",15159,14449,3,756,1258 +"63800",15159,15443,3,756,1631 +"63801",15159,15535,3,756,891 +"63802",15159,20155,3,756,1517 +"63803",15159,20941,3,756,2725 +"63804",15159,23966,2,756,891 +"63805",15159,27742,3,756,2700 +"63806",15159,31286,2,756,1965 +"63807",15159,31335,3,756,2351 +"63808",15159,34216,3,756,2832 +"63809",15159,43021,3,756,943 +"63810",15159,46501,3,756,845 +"63811",15159,46982,3,756,2806 +"63812",15159,47013,3,756,2388 +"63813",15159,50630,3,756,2615 +"63814",15159,56669,3,756,2924 +"63815",15159,58655,3,756,2685 +"63816",15159,63644,3,756,1267 +"63817",15159,66693,3,756,2554 +"63818",15159,70583,3,756,2615 +"63819",15159,111208,3,756,847 +"63820",15180,364,3,610,2351 +"63821",15180,1314,2,610,1522 +"63822",15180,1519,2,610,2349 +"63823",15180,1702,3,610,1984 +"63824",15180,2489,3,610,1537 +"63825",15180,2724,3,610,2447 +"63826",15180,3978,3,610,2775 +"63827",15180,4001,2,610,1687 +"63828",15180,4303,3,610,2414 +"63829",15180,4526,3,610,1728 +"63830",15180,4660,3,610,2149 +"63831",15180,4953,3,610,2285 +"63832",15180,6562,3,610,1139 +"63833",15180,9115,3,610,2068 +"63834",15180,9177,3,610,945 +"63835",15180,9423,3,610,1708 +"63836",15180,10457,2,610,1711 +"63837",15180,11803,3,610,1232 +"63838",15180,12081,2,610,2166 +"63839",15180,12361,3,610,2732 +"63840",15180,12861,1,610,1207 +"63841",15180,14061,2,610,1620 +"63842",15180,15683,1,610,1729 +"63843",15180,16351,2,610,893 +"63844",15180,18670,3,610,1835 +"63845",15180,20941,2,610,2725 +"63846",15180,21407,3,610,2728 +"63847",15180,23966,3,610,891 +"63848",15180,25722,3,610,1697 +"63849",15180,26286,2,610,2023 +"63850",15180,27686,3,610,2844 +"63851",15180,28909,3,610,978 +"63852",15180,29289,1,610,1756 +"63853",15180,29977,1,610,2781 +"63854",15180,30034,3,610,2357 +"63855",15180,31303,3,610,1040 +"63856",15180,31335,3,610,2351 +"63857",15180,37238,3,610,2609 +"63858",15180,37279,2,610,2768 +"63859",15180,37475,3,610,1509 +"63860",15180,38307,3,610,2648 +"63861",15180,38691,2,610,2585 +"63862",15180,38915,2,610,746 +"63863",15180,40309,3,610,871 +"63864",15180,41945,3,610,2856 +"63865",15180,43455,3,610,2846 +"63866",15180,43673,3,610,2787 +"63867",15180,48015,3,610,1355 +"63868",15180,49470,3,610,1528 +"63869",15180,49805,3,610,2445 +"63870",15180,50113,2,610,2059 +"63871",15180,50585,3,610,2414 +"63872",15180,50779,3,610,623 +"63873",15180,54775,3,610,2383 +"63874",15180,63837,3,610,2807 +"63875",15180,68691,2,610,1209 +"63876",15180,68876,3,610,1397 +"63877",15180,70573,3,610,1993 +"63878",15180,71412,3,610,1974 +"63879",15180,74054,3,610,1488 +"63880",15180,77519,2,610,819 +"63881",15180,80705,3,610,2764 +"63882",15180,90943,1,610,1754 +"63883",15180,91465,3,610,1047 +"63884",15180,96300,3,610,2594 +"63885",15180,99288,3,610,983 +"63886",15184,823,3,2396,2840 +"63887",15184,1136,3,2396,2536 +"63888",15184,1616,3,2396,2662 +"63889",15184,2036,3,2396,2483 +"63890",15184,2166,3,2396,2557 +"63891",15184,3853,2,2396,2465 +"63892",15184,4618,3,2396,2607 +"63893",15184,5239,3,2396,2875 +"63894",15184,5669,2,2396,2502 +"63895",15184,5725,2,2396,2789 +"63896",15184,6030,3,2396,2953 +"63897",15184,7323,3,2396,2858 +"63898",15184,9311,3,2396,2477 +"63899",15184,9893,3,2396,2701 +"63900",15184,10638,3,2396,2692 +"63901",15184,12976,3,2396,2399 +"63902",15184,13601,3,2396,2689 +"63903",15184,13639,2,2396,2887 +"63904",15184,13780,3,2396,2412 +"63905",15184,15626,2,2396,2434 +"63906",15184,19027,2,2396,2721 +"63907",15184,19528,2,2396,2742 +"63908",15184,19606,3,2396,2783 +"63909",15184,20700,2,2396,2861 +"63910",15184,20783,3,2396,2414 +"63911",15184,24255,3,2396,2770 +"63912",15184,27478,3,2396,2485 +"63913",15184,28285,3,2396,2972 +"63914",15184,30906,3,2396,2537 +"63915",15184,31799,1,2396,2547 +"63916",15184,33160,3,2396,2441 +"63917",15184,33433,3,2396,2805 +"63918",15184,34327,3,2396,2959 +"63919",15184,36559,3,2396,2473 +"63920",15184,39087,3,2396,2765 +"63921",15184,47947,3,2396,2681 +"63922",15184,48605,3,2396,2796 +"63923",15184,51853,2,2396,2520 +"63924",15184,53293,3,2396,2916 +"63925",15184,53789,3,2396,2681 +"63926",15184,57977,3,2396,2683 +"63927",15184,59113,3,2396,2434 +"63928",15184,62840,3,2396,2502 +"63929",15184,65029,2,2396,2954 +"63930",15184,72334,3,2396,2820 +"63931",15207,270,3,1855,2542 +"63932",15207,1315,3,1855,2760 +"63933",15207,1367,2,1855,2176 +"63934",15207,1677,3,1855,2645 +"63935",15207,1685,3,1855,2230 +"63936",15207,2224,3,1855,2751 +"63937",15207,2424,2,1855,2582 +"63938",15207,2533,3,1855,2016 +"63939",15207,2747,2,1855,2411 +"63940",15207,2865,3,1855,2006 +"63941",15207,3305,3,1855,2839 +"63942",15207,3460,3,1855,2530 +"63943",15207,3896,3,1855,2693 +"63944",15207,4191,3,1855,2130 +"63945",15207,4612,3,1855,2804 +"63946",15207,4660,3,1855,2149 +"63947",15207,4671,3,1855,2280 +"63948",15207,4821,3,1855,1938 +"63949",15207,5120,3,1855,2735 +"63950",15207,5350,3,1855,2522 +"63951",15207,5414,3,1855,2321 +"63952",15207,5580,2,1855,2111 +"63953",15207,5897,3,1855,2337 +"63954",15207,6047,3,1855,2004 +"63955",15207,6052,3,1855,1985 +"63956",15207,6055,3,1855,2651 +"63957",15207,6234,3,1855,2654 +"63958",15207,6248,3,1855,2737 +"63959",15207,6449,3,1855,1997 +"63960",15207,7245,2,1855,2089 +"63961",15207,7406,3,1855,1906 +"63962",15207,7506,3,1855,2371 +"63963",15207,7616,3,1855,2296 +"63964",15207,7785,3,1855,2441 +"63965",15207,8238,3,1855,2222 +"63966",15207,8275,3,1855,2237 +"63967",15207,8533,3,1855,2251 +"63968",15207,9175,3,1855,2639 +"63969",15207,9202,3,1855,2477 +"63970",15207,9654,2,1855,2111 +"63971",15207,9787,3,1855,2858 +"63972",15207,10727,3,1855,2082 +"63973",15207,10851,3,1855,2423 +"63974",15207,10964,3,1855,2043 +"63975",15207,11067,3,1855,2734 +"63976",15207,11103,3,1855,2393 +"63977",15207,11984,3,1855,2308 +"63978",15207,12031,3,1855,1957 +"63979",15207,12272,3,1855,2371 +"63980",15207,12724,3,1855,1930 +"63981",15207,12767,2,1855,2329 +"63982",15207,13200,3,1855,2488 +"63983",15207,13324,2,1855,2163 +"63984",15207,13985,3,1855,2484 +"63985",15207,14586,3,1855,2801 +"63986",15207,14676,3,1855,2764 +"63987",15207,14731,3,1855,2012 +"63988",15207,14754,3,1855,2456 +"63989",15207,14972,3,1855,2332 +"63990",15207,15813,3,1855,2143 +"63991",15207,15826,3,1855,2772 +"63992",15207,16067,2,1855,2727 +"63993",15207,16539,3,1855,1947 +"63994",15207,16877,3,1855,2509 +"63995",15207,17672,3,1855,1987 +"63996",15207,18415,2,1855,2184 +"63997",15207,19593,2,1855,2013 +"63998",15207,20563,3,1855,2267 +"63999",15207,21285,3,1855,2100 +"64000",15207,21487,3,1855,2203 +"64001",15207,21682,3,1855,2414 +"64002",15207,21929,2,1855,2062 +"64003",15207,22080,3,1855,2436 +"64004",15207,22566,3,1855,2308 +"64005",15207,22567,3,1855,2396 +"64006",15207,23011,3,1855,2763 +"64007",15207,23460,3,1855,2183 +"64008",15207,23509,3,1855,2275 +"64009",15207,23869,3,1855,1918 +"64010",15207,26658,3,1855,2745 +"64011",15207,27742,3,1855,2700 +"64012",15207,27897,3,1855,1968 +"64013",15207,27914,3,1855,2507 +"64014",15207,28355,3,1855,2053 +"64015",15207,28627,3,1855,2694 +"64016",15207,28869,3,1855,2425 +"64017",15207,29073,3,1855,2328 +"64018",15207,30865,3,1855,2038 +"64019",15207,30943,2,1855,2287 +"64020",15207,30981,3,1855,2366 +"64021",15207,31124,3,1855,2351 +"64022",15207,31868,3,1855,1993 +"64023",15207,32202,3,1855,2314 +"64024",15207,32532,3,1855,2338 +"64025",15207,32920,3,1855,2158 +"64026",15207,32939,2,1855,2277 +"64027",15207,34509,3,1855,1973 +"64028",15207,35264,3,1855,2329 +"64029",15207,35728,3,1855,2017 +"64030",15207,35797,3,1855,2482 +"64031",15207,36031,3,1855,2342 +"64032",15207,36441,2,1855,2796 +"64033",15207,36862,3,1855,2655 +"64034",15207,37752,3,1855,2223 +"64035",15207,38676,3,1855,2286 +"64036",15207,39657,3,1855,1947 +"64037",15207,40493,3,1855,1981 +"64038",15207,41955,3,1855,2479 +"64039",15207,42216,3,1855,2722 +"64040",15207,42256,3,1855,2839 +"64041",15207,42642,2,1855,2257 +"64042",15207,42713,3,1855,1995 +"64043",15207,42799,2,1855,2729 +"64044",15207,43455,3,1855,2846 +"64045",15207,44433,3,1855,2224 +"64046",15207,44497,3,1855,2401 +"64047",15207,44557,3,1855,2371 +"64048",15207,44603,3,1855,2748 +"64049",15207,44819,3,1855,2063 +"64050",15207,45239,3,1855,2535 +"64051",15207,45302,3,1855,2390 +"64052",15207,45585,3,1855,2384 +"64053",15207,45633,3,1855,2134 +"64054",15207,45903,3,1855,2237 +"64055",15207,46532,3,1855,2005 +"64056",15207,46629,3,1855,2255 +"64057",15207,46635,2,1855,2528 +"64058",15207,46803,2,1855,2305 +"64059",15207,47386,3,1855,2226 +"64060",15207,47564,2,1855,2650 +"64061",15207,48571,3,1855,2717 +"64062",15207,49147,3,1855,2539 +"64063",15207,50382,3,1855,2244 +"64064",15207,50621,3,1855,2809 +"64065",15207,51055,3,1855,2558 +"64066",15207,51866,3,1855,2411 +"64067",15207,51925,3,1855,2307 +"64068",15207,52576,3,1855,2234 +"64069",15207,53445,3,1855,2028 +"64070",15207,54718,3,1855,2473 +"64071",15207,55076,3,1855,2408 +"64072",15207,55436,3,1855,2513 +"64073",15207,56995,3,1855,2323 +"64074",15207,57804,2,1855,2214 +"64075",15207,57842,3,1855,2482 +"64076",15207,58284,3,1855,2292 +"64077",15207,58655,3,1855,2685 +"64078",15207,59039,3,1855,2870 +"64079",15207,60516,3,1855,2257 +"64080",15207,61982,3,1855,2725 +"64081",15207,63477,3,1855,1907 +"64082",15207,63641,2,1855,2337 +"64083",15207,65691,3,1855,2134 +"64084",15207,66413,3,1855,2507 +"64085",15207,66717,3,1855,2104 +"64086",15207,67719,3,1855,2429 +"64087",15207,67726,2,1855,2873 +"64088",15207,69232,3,1855,2130 +"64089",15207,69716,2,1855,2632 +"64090",15207,76235,3,1855,2777 +"64091",15207,76356,3,1855,2323 +"64092",15207,76892,3,1855,2381 +"64093",15207,87837,3,1855,1987 +"64094",15207,89681,3,1855,1978 +"64095",15207,105063,3,1855,1908 +"64096",15214,269,3,274,407 +"64097",15214,378,3,274,2766 +"64098",15214,843,3,274,2332 +"64099",15214,1369,3,274,2487 +"64100",15214,1785,3,274,2350 +"64101",15214,2282,2,274,2056 +"64102",15214,2506,2,274,954 +"64103",15214,2588,1,274,552 +"64104",15214,2927,2,274,1789 +"64105",15214,3271,3,274,2216 +"64106",15214,4249,3,274,2547 +"64107",15214,4634,3,274,2291 +"64108",15214,5041,3,274,2371 +"64109",15214,5637,2,274,1976 +"64110",15214,6562,3,274,1139 +"64111",15214,6999,3,274,2214 +"64112",15214,7310,2,274,636 +"64113",15214,7604,3,274,1366 +"64114",15214,8607,3,274,1685 +"64115",15214,9272,3,274,2835 +"64116",15214,9538,3,274,1786 +"64117",15214,9656,1,274,1135 +"64118",15214,10358,3,274,2294 +"64119",15214,10716,3,274,1692 +"64120",15214,10990,3,274,805 +"64121",15214,11858,3,274,1530 +"64122",15214,12116,2,274,2119 +"64123",15214,13034,2,274,698 +"64124",15214,13340,1,274,1918 +"64125",15214,14212,3,274,857 +"64126",15214,14612,3,274,2340 +"64127",15214,14957,3,274,2306 +"64128",15214,15281,2,274,810 +"64129",15214,15782,3,274,2306 +"64130",15214,16935,2,274,441 +"64131",15214,16963,3,274,1999 +"64132",15214,17499,3,274,2954 +"64133",15214,17672,3,274,1987 +"64134",15214,17695,3,274,1930 +"64135",15214,19476,2,274,1708 +"64136",15214,19542,1,274,570 +"64137",15214,20038,1,274,1531 +"64138",15214,20371,3,274,595 +"64139",15214,20709,3,274,1757 +"64140",15214,22357,3,274,1397 +"64141",15214,22410,3,274,2158 +"64142",15214,22746,3,274,913 +"64143",15214,23550,3,274,2939 +"64144",15214,23560,3,274,2051 +"64145",15214,24044,3,274,1076 +"64146",15214,26597,3,274,2070 +"64147",15214,28782,3,274,2272 +"64148",15214,29778,2,274,840 +"64149",15214,32350,3,274,1540 +"64150",15214,32919,3,274,2321 +"64151",15214,33363,3,274,2475 +"64152",15214,35243,2,274,1102 +"64153",15214,35317,3,274,1888 +"64154",15214,35926,3,274,2371 +"64155",15214,36840,3,274,2269 +"64156",15214,37684,3,274,2899 +"64157",15214,38354,3,274,629 +"64158",15214,39188,3,274,1948 +"64159",15214,42382,3,274,2224 +"64160",15214,42390,3,274,2937 +"64161",15214,42407,2,274,2408 +"64162",15214,42773,1,274,385 +"64163",15214,43226,3,274,2442 +"64164",15214,44878,3,274,1620 +"64165",15214,46616,3,274,1917 +"64166",15214,47607,3,274,2724 +"64167",15214,47882,3,274,2769 +"64168",15214,48110,3,274,2009 +"64169",15214,48501,3,274,2010 +"64170",15214,50678,3,274,1366 +"64171",15214,53377,3,274,417 +"64172",15214,53584,3,274,2391 +"64173",15214,53648,3,274,2167 +"64174",15214,55325,2,274,653 +"64175",15214,55730,3,274,1217 +"64176",15214,58508,3,274,2326 +"64177",15214,60463,3,274,1583 +"64178",15214,60836,3,274,1880 +"64179",15214,62848,3,274,1230 +"64180",15214,65375,3,274,824 +"64181",15214,69335,3,274,2698 +"64182",15214,70011,2,274,2690 +"64183",15214,71128,3,274,485 +"64184",15214,71307,2,274,761 +"64185",15214,73520,1,274,2613 +"64186",15214,77580,3,274,888 +"64187",15214,77719,2,274,2086 +"64188",15214,78277,2,274,1937 +"64189",15214,79699,2,274,1735 +"64190",15214,80301,3,274,1690 +"64191",15214,80970,2,274,2069 +"64192",15214,82039,3,274,1327 +"64193",15214,82312,3,274,340 +"64194",15214,84181,3,274,1272 +"64195",15214,84235,3,274,1639 +"64196",15214,84590,1,274,1734 +"64197",15214,85065,2,274,1585 +"64198",15214,88448,3,274,914 +"64199",15214,88984,3,274,935 +"64200",15214,93553,2,274,2537 +"64201",15214,93710,3,274,544 +"64202",15214,99237,3,274,783 +"64203",15214,103710,3,274,439 +"64204",15214,111119,3,274,550 +"64205",15215,508,1,798,801 +"64206",15215,854,3,798,2307 +"64207",15215,915,3,798,1793 +"64208",15215,1767,3,798,2727 +"64209",15215,2224,3,798,2751 +"64210",15215,2609,2,798,834 +"64211",15215,2894,2,798,1291 +"64212",15215,3068,3,798,1815 +"64213",15215,3477,3,798,2546 +"64214",15215,3886,3,798,1669 +"64215",15215,4504,3,798,1905 +"64216",15215,5392,3,798,1648 +"64217",15215,5615,2,798,1105 +"64218",15215,6063,3,798,2349 +"64219",15215,6162,3,798,1673 +"64220",15215,6222,3,798,1949 +"64221",15215,7703,3,798,2122 +"64222",15215,8274,3,798,1909 +"64223",15215,8327,3,798,2527 +"64224",15215,12388,2,798,1975 +"64225",15215,12735,3,798,819 +"64226",15215,12779,2,798,936 +"64227",15215,13158,2,798,2667 +"64228",15215,13808,3,798,1356 +"64229",15215,13899,3,798,2650 +"64230",15215,14328,3,798,1725 +"64231",15215,14586,3,798,2801 +"64232",15215,14959,3,798,2898 +"64233",15215,15106,2,798,2286 +"64234",15215,15444,2,798,2764 +"64235",15215,16053,3,798,908 +"64236",15215,17027,3,798,2772 +"64237",15215,17097,2,798,1505 +"64238",15215,17351,3,798,2036 +"64239",15215,18165,2,798,2085 +"64240",15215,18217,3,798,1566 +"64241",15215,18404,2,798,801 +"64242",15215,19069,3,798,988 +"64243",15215,19317,1,798,2041 +"64244",15215,20067,3,798,2390 +"64245",15215,20343,3,798,851 +"64246",15215,21126,3,798,2331 +"64247",15215,21248,3,798,2232 +"64248",15215,21275,3,798,2609 +"64249",15215,21493,3,798,2286 +"64250",15215,22025,3,798,1591 +"64251",15215,22057,2,798,974 +"64252",15215,22403,3,798,1630 +"64253",15215,22462,3,798,869 +"64254",15215,23268,3,798,2258 +"64255",15215,28626,3,798,2842 +"64256",15215,29073,3,798,2328 +"64257",15215,29884,2,798,1239 +"64258",15215,30092,3,798,1593 +"64259",15215,30236,2,798,2238 +"64260",15215,30798,2,798,1398 +"64261",15215,33223,3,798,2397 +"64262",15215,35448,3,798,1685 +"64263",15215,37301,3,798,2160 +"64264",15215,38284,3,798,1234 +"64265",15215,38732,3,798,2263 +"64266",15215,38921,3,798,1880 +"64267",15215,40542,3,798,1664 +"64268",15215,40646,3,798,1583 +"64269",15215,41682,2,798,1988 +"64270",15215,42837,2,798,1096 +"64271",15215,43077,3,798,884 +"64272",15215,44268,3,798,2436 +"64273",15215,45504,3,798,2301 +"64274",15215,47003,3,798,1915 +"64275",15215,47803,3,798,2477 +"64276",15215,51016,3,798,1141 +"64277",15215,52261,3,798,2162 +"64278",15215,54879,3,798,2210 +"64279",15215,55084,3,798,1189 +"64280",15215,56397,3,798,2053 +"64281",15215,58164,3,798,2398 +"64282",15215,61242,1,798,1650 +"64283",15215,77031,3,798,801 +"64284",15215,79013,3,798,1441 +"64285",15215,80764,2,798,1808 +"64286",15215,82009,1,798,1020 +"64287",15215,82270,3,798,1641 +"64288",15215,83218,3,798,1537 +"64289",15215,84827,3,798,1786 +"64290",15215,95155,2,798,849 +"64291",15215,108620,3,798,881 +"64292",15215,113908,3,798,886 +"64293",15235,14,2,1045,1793 +"64294",15235,854,3,1045,2307 +"64295",15235,915,3,1045,1793 +"64296",15235,1102,3,1045,2282 +"64297",15235,1767,2,1045,2727 +"64298",15235,2600,3,1045,1182 +"64299",15235,3068,2,1045,1815 +"64300",15235,3477,3,1045,2546 +"64301",15235,3886,3,1045,1669 +"64302",15235,3980,1,1045,2771 +"64303",15235,4504,3,1045,1905 +"64304",15235,5315,3,1045,2631 +"64305",15235,6063,3,1045,2349 +"64306",15235,7167,3,1045,1993 +"64307",15235,8367,3,1045,1927 +"64308",15235,8621,3,1045,1681 +"64309",15235,9331,3,1045,2269 +"64310",15235,9423,3,1045,1708 +"64311",15235,10146,3,1045,1878 +"64312",15235,10657,3,1045,1603 +"64313",15235,11625,2,1045,2022 +"64314",15235,12081,3,1045,2166 +"64315",15235,12724,3,1045,1930 +"64316",15235,13043,3,1045,1295 +"64317",15235,13158,3,1045,2667 +"64318",15235,13551,3,1045,1451 +"64319",15235,13899,3,1045,2650 +"64320",15235,14072,2,1045,1346 +"64321",15235,14189,3,1045,1483 +"64322",15235,14328,3,1045,1725 +"64323",15235,15539,3,1045,1929 +"64324",15235,16313,3,1045,1160 +"64325",15235,17351,3,1045,2036 +"64326",15235,17381,3,1045,1697 +"64327",15235,17549,3,1045,2647 +"64328",15235,17632,2,1045,1947 +"64329",15235,17938,3,1045,1410 +"64330",15235,17943,2,1045,1943 +"64331",15235,18165,3,1045,2085 +"64332",15235,18217,3,1045,1566 +"64333",15235,18670,3,1045,1835 +"64334",15235,19282,3,1045,1623 +"64335",15235,19317,3,1045,2041 +"64336",15235,19605,3,1045,2395 +"64337",15235,19606,3,1045,2783 +"64338",15235,19744,3,1045,2623 +"64339",15235,19835,3,1045,1135 +"64340",15235,19980,3,1045,2231 +"64341",15235,20331,3,1045,2365 +"64342",15235,20416,2,1045,2323 +"64343",15235,21734,3,1045,2528 +"64344",15235,23751,2,1045,1740 +"64345",15235,24255,3,1045,2770 +"64346",15235,24362,3,1045,1287 +"64347",15235,27484,3,1045,1634 +"64348",15235,27642,3,1045,1531 +"64349",15235,28233,3,1045,1608 +"64350",15235,30092,2,1045,1593 +"64351",15235,30236,3,1045,2238 +"64352",15235,30827,1,1045,2323 +"64353",15235,32064,3,1045,1739 +"64354",15235,32939,3,1045,2277 +"64355",15235,33223,3,1045,2397 +"64356",15235,33380,3,1045,2340 +"64357",15235,34120,3,1045,2786 +"64358",15235,34136,3,1045,2202 +"64359",15235,37301,3,1045,2160 +"64360",15235,38213,3,1045,1744 +"64361",15235,38284,3,1045,1234 +"64362",15235,38307,3,1045,2648 +"64363",15235,38732,3,1045,2263 +"64364",15235,39135,3,1045,2489 +"64365",15235,40542,3,1045,1664 +"64366",15235,41900,3,1045,1970 +"64367",15235,41945,3,1045,2856 +"64368",15235,42216,2,1045,2722 +"64369",15235,43404,1,1045,2649 +"64370",15235,43635,3,1045,1196 +"64371",15235,44688,3,1045,2924 +"64372",15235,44720,3,1045,1202 +"64373",15235,45302,3,1045,2390 +"64374",15235,46446,3,1045,2295 +"64375",15235,46680,3,1045,1690 +"64376",15235,48823,3,1045,2080 +"64377",15235,49470,3,1045,1528 +"64378",15235,49620,3,1045,1868 +"64379",15235,55084,2,1045,1189 +"64380",15235,57804,3,1045,2214 +"64381",15235,70573,3,1045,1993 +"64382",15235,74636,3,1045,2525 +"64383",15235,75028,3,1045,1660 +"64384",15235,80979,3,1045,1142 +"64385",15235,83096,3,1045,1061 +"64386",15235,95879,3,1045,1748 +"64387",15239,5937,3,1958,2392 +"64388",15239,6234,2,1958,2654 +"64389",15239,6800,2,1958,2053 +"64390",15239,15558,3,1958,2389 +"64391",15239,16477,3,1958,2069 +"64392",15239,19972,3,1958,2078 +"64393",15239,31259,3,1958,2082 +"64394",15239,41521,2,1958,2069 +"64395",15239,44730,3,1958,2468 +"64396",15239,50899,3,1958,2125 +"64397",15239,53648,3,1958,2167 +"64398",15239,56413,3,1958,2747 +"64399",15244,55,2,1600,2524 +"64400",15244,1393,3,1600,1706 +"64401",15244,2424,3,1600,2582 +"64402",15244,2533,3,1600,2016 +"64403",15244,3305,3,1600,2839 +"64404",15244,3306,3,1600,1989 +"64405",15244,3506,2,1600,2364 +"64406",15244,4403,1,1600,2416 +"64407",15244,6621,3,1600,2478 +"64408",15244,7123,3,1600,1964 +"64409",15244,14669,2,1600,2080 +"64410",15244,14772,3,1600,2386 +"64411",15244,15003,3,1600,2067 +"64412",15244,23301,2,1600,1611 +"64413",15244,32629,3,1600,1789 +"64414",15244,44312,3,1600,2741 +"64415",15244,46602,3,1600,2786 +"64416",15244,48931,3,1600,2444 +"64417",15244,68215,1,1600,2727 +"64418",15244,96387,3,1600,2159 +"64419",15244,102581,3,1600,1813 +"64420",15263,21810,3,185,1579 +"64421",15281,1369,1,810,2487 +"64422",15281,2506,2,810,954 +"64423",15281,2927,3,810,1789 +"64424",15281,3271,3,810,2216 +"64425",15281,3559,3,810,2413 +"64426",15281,4634,2,810,2291 +"64427",15281,5637,3,810,1976 +"64428",15281,6295,2,810,856 +"64429",15281,6345,3,810,2713 +"64430",15281,6562,3,810,1139 +"64431",15281,6999,1,810,2214 +"64432",15281,8463,3,810,2466 +"64433",15281,9269,3,810,1892 +"64434",15281,9272,3,810,2835 +"64435",15281,9538,3,810,1786 +"64436",15281,9656,1,810,1135 +"64437",15281,9724,3,810,2713 +"64438",15281,9783,3,810,1275 +"64439",15281,9895,3,810,1960 +"64440",15281,9909,3,810,2230 +"64441",15281,9910,3,810,2526 +"64442",15281,9948,3,810,2019 +"64443",15281,10250,3,810,1606 +"64444",15281,10716,2,810,1692 +"64445",15281,12000,3,810,1454 +"64446",15281,12116,2,810,2119 +"64447",15281,12914,3,810,1557 +"64448",15281,12966,3,810,2011 +"64449",15281,13340,2,810,1918 +"64450",15281,14490,3,810,2291 +"64451",15281,14957,3,810,2306 +"64452",15281,15778,3,810,2262 +"64453",15281,15782,3,810,2306 +"64454",15281,16963,3,810,1999 +"64455",15281,17499,3,810,2954 +"64456",15281,17531,3,810,876 +"64457",15281,19075,3,810,2214 +"64458",15281,19476,3,810,1708 +"64459",15281,20038,3,810,1531 +"64460",15281,20695,2,810,2526 +"64461",15281,20709,2,810,1757 +"64462",15281,21044,3,810,1574 +"64463",15281,21753,3,810,1838 +"64464",15281,22410,3,810,2158 +"64465",15281,23043,3,810,1109 +"64466",15281,23550,2,810,2939 +"64467",15281,23560,3,810,2051 +"64468",15281,24044,3,810,1076 +"64469",15281,26374,3,810,2133 +"64470",15281,26597,3,810,2070 +"64471",15281,26740,3,810,2695 +"64472",15281,29778,3,810,840 +"64473",15281,31295,3,810,2183 +"64474",15281,31950,3,810,2217 +"64475",15281,34331,2,810,1727 +"64476",15281,35243,3,810,1102 +"64477",15281,35317,1,810,1888 +"64478",15281,36399,3,810,1357 +"64479",15281,36840,3,810,2269 +"64480",15281,37684,2,810,2899 +"64481",15281,38422,3,810,1019 +"64482",15281,40510,3,810,943 +"64483",15281,42382,3,810,2224 +"64484",15281,42407,1,810,2408 +"64485",15281,43226,3,810,2442 +"64486",15281,43701,3,810,2400 +"64487",15281,43768,3,810,1468 +"64488",15281,46616,3,810,1917 +"64489",15281,47882,2,810,2769 +"64490",15281,48110,3,810,2009 +"64491",15281,48501,3,810,2010 +"64492",15281,49708,3,810,1147 +"64493",15281,50083,3,810,1275 +"64494",15281,50468,3,810,1659 +"64495",15281,50678,3,810,1366 +"64496",15281,51505,3,810,1572 +"64497",15281,53584,3,810,2391 +"64498",15281,53652,3,810,2899 +"64499",15281,55493,3,810,869 +"64500",15281,55730,3,810,1217 +"64501",15281,55742,3,810,2006 +"64502",15281,56364,3,810,1626 +"64503",15281,58508,3,810,2326 +"64504",15281,58711,3,810,2746 +"64505",15281,60463,3,810,1583 +"64506",15281,62848,3,810,1230 +"64507",15281,67150,3,810,2633 +"64508",15281,69335,3,810,2698 +"64509",15281,70011,3,810,2690 +"64510",15281,73520,2,810,2613 +"64511",15281,77580,2,810,888 +"64512",15281,77719,2,810,2086 +"64513",15281,78227,3,810,1745 +"64514",15281,78277,3,810,1937 +"64515",15281,78611,3,810,1586 +"64516",15281,78628,3,810,914 +"64517",15281,79699,3,810,1735 +"64518",15281,79874,3,810,1570 +"64519",15281,80301,3,810,1690 +"64520",15281,82039,2,810,1327 +"64521",15281,84235,3,810,1639 +"64522",15281,84590,3,810,1734 +"64523",15281,84591,3,810,1685 +"64524",15281,85065,2,810,1585 +"64525",15281,87915,3,810,1152 +"64526",15281,88448,2,810,914 +"64527",15281,93553,1,810,2537 +"64528",15281,96332,3,810,1197 +"64529",15281,105959,3,810,1327 +"64530",15290,669,2,641,1423 +"64531",15290,2894,3,641,1291 +"64532",15290,5716,2,641,1058 +"64533",15290,5984,3,641,1675 +"64534",15290,5986,3,641,1721 +"64535",15290,6047,3,641,2004 +"64536",15290,6062,3,641,2681 +"64537",15290,6241,3,641,2264 +"64538",15290,6366,3,641,798 +"64539",15290,6417,2,641,1675 +"64540",15290,10008,3,641,1323 +"64541",15290,10358,3,641,2294 +"64542",15290,10746,3,641,1506 +"64543",15290,10859,2,641,2231 +"64544",15290,11218,3,641,2292 +"64545",15290,11576,3,641,808 +"64546",15290,11758,2,641,651 +"64547",15290,12042,3,641,2345 +"64548",15290,14032,3,641,2144 +"64549",15290,14353,3,641,2878 +"64550",15290,14564,3,641,1581 +"64551",15290,14855,3,641,903 +"64552",15290,16352,2,641,2657 +"64553",15290,16881,3,641,925 +"64554",15290,17097,3,641,1505 +"64555",15290,17400,3,641,2231 +"64556",15290,18601,2,641,2143 +"64557",15290,20496,3,641,2530 +"64558",15290,22403,2,641,1630 +"64559",15290,24405,3,641,1443 +"64560",15290,24444,3,641,1617 +"64561",15290,24497,2,641,1979 +"64562",15290,26080,3,641,2525 +"64563",15290,26659,3,641,903 +"64564",15290,26737,3,641,855 +"64565",15290,27355,3,641,870 +"64566",15290,28002,2,641,914 +"64567",15290,29930,3,641,2240 +"64568",15290,34735,3,641,2767 +"64569",15290,35069,3,641,2069 +"64570",15290,38263,2,641,2475 +"64571",15290,39278,3,641,1952 +"64572",15290,40072,3,641,1182 +"64573",15290,40646,3,641,1583 +"64574",15290,41108,3,641,1624 +"64575",15290,42333,3,641,2234 +"64576",15290,43481,3,641,875 +"64577",15290,50236,3,641,2339 +"64578",15290,53134,3,641,1590 +"64579",15290,54929,3,641,2783 +"64580",15290,57150,3,641,1196 +"64581",15290,57760,2,641,1721 +"64582",15290,70785,3,641,1440 +"64583",15290,80219,3,641,988 +"64584",15290,84074,3,641,887 +"64585",15290,84799,3,641,2656 +"64586",15290,84942,3,641,1467 +"64587",15290,90802,3,641,877 +"64588",15296,2424,3,600,2582 +"64589",15296,6062,2,600,2681 +"64590",15296,11456,3,600,2715 +"64591",15296,13760,3,600,2871 +"64592",15296,15290,2,600,641 +"64593",15296,15813,3,600,2143 +"64594",15296,16111,3,600,1714 +"64595",15296,17931,3,600,1617 +"64596",15296,18601,2,600,2143 +"64597",15296,20496,2,600,2530 +"64598",15296,24444,2,600,1617 +"64599",15296,24497,1,600,1979 +"64600",15296,25544,3,600,2475 +"64601",15296,26721,3,600,2586 +"64602",15296,30322,2,600,2346 +"64603",15296,30334,2,600,2075 +"64604",15296,37636,3,600,2178 +"64605",15296,38263,1,600,2475 +"64606",15296,40392,3,600,1878 +"64607",15296,43481,1,600,875 +"64608",15296,51783,3,600,2599 +"64609",15296,54929,3,600,2783 +"64610",15296,56859,3,600,2319 +"64611",15296,58078,3,600,1252 +"64612",15296,62739,3,600,2753 +"64613",15296,69348,3,600,2783 +"64614",15296,72088,3,600,2728 +"64615",15296,74377,3,600,1285 +"64616",15296,76892,3,600,2381 +"64617",15296,84074,2,600,887 +"64618",15296,95680,3,600,801 +"64619",15296,104106,3,600,1204 +"64620",15299,1616,3,2213,2662 +"64621",15299,2484,3,2213,2389 +"64622",15299,3161,3,2213,2229 +"64623",15299,5462,2,2213,2374 +"64624",15299,5504,3,2213,2389 +"64625",15299,12713,2,2213,2440 +"64626",15299,13929,3,2213,2693 +"64627",15299,19606,3,2213,2783 +"64628",15299,20563,3,2213,2267 +"64629",15299,20700,3,2213,2861 +"64630",15299,26516,3,2213,2479 +"64631",15299,27478,3,2213,2485 +"64632",15299,31799,3,2213,2547 +"64633",15299,35256,3,2213,2271 +"64634",15299,36962,3,2213,2861 +"64635",15299,37418,3,2213,2710 +"64636",15299,39444,3,2213,2695 +"64637",15299,49965,3,2213,2301 +"64638",15299,51410,3,2213,2739 +"64639",15299,55691,3,2213,2856 +"64640",15299,55828,3,2213,2393 +"64641",15299,57977,3,2213,2683 +"64642",15299,58508,3,2213,2326 +"64643",15299,68810,3,2213,2409 +"64644",15299,78563,3,2213,2385 +"64645",15299,85430,3,2213,2370 +"64646",15301,377,3,2308,2389 +"64647",15301,1090,3,2308,2370 +"64648",15301,3164,2,2308,2693 +"64649",15301,4932,3,2308,2752 +"64650",15301,5816,3,2308,2408 +"64651",15301,6030,2,2308,2953 +"64652",15301,6074,3,2308,2426 +"64653",15301,11966,2,2308,2385 +"64654",15301,12035,3,2308,2721 +"64655",15301,12042,3,2308,2345 +"64656",15301,13311,3,2308,2315 +"64657",15301,14754,3,2308,2456 +"64658",15301,16352,2,2308,2657 +"64659",15301,18808,3,2308,2854 +"64660",15301,19072,3,2308,2358 +"64661",15301,19862,3,2308,2412 +"64662",15301,20284,3,2308,2530 +"64663",15301,20292,2,2308,2755 +"64664",15301,20407,3,2308,2339 +"64665",15301,21571,1,2308,2755 +"64666",15301,21682,2,2308,2414 +"64667",15301,23310,3,2308,2371 +"64668",15301,26080,3,2308,2525 +"64669",15301,26608,3,2308,2329 +"64670",15301,28168,2,2308,2702 +"64671",15301,28296,3,2308,2944 +"64672",15301,31251,2,2308,2498 +"64673",15301,32567,2,2308,2784 +"64674",15301,34735,2,2308,2767 +"64675",15301,35264,3,2308,2329 +"64676",15301,35926,3,2308,2371 +"64677",15301,41972,3,2308,2509 +"64678",15301,49110,3,2308,2938 +"64679",15301,50236,3,2308,2339 +"64680",15301,51052,3,2308,2784 +"64681",15301,51866,3,2308,2411 +"64682",15301,53362,2,2308,2360 +"64683",15301,53530,3,2308,2380 +"64684",15301,54551,3,2308,2348 +"64685",15301,54929,3,2308,2783 +"64686",15301,60672,3,2308,2876 +"64687",15301,66413,3,2308,2507 +"64688",15301,88232,3,2308,2881 +"64689",15309,21138,3,2820,2849 +"64690",15309,33801,3,2820,2899 +"64691",15309,53475,3,2820,2853 +"64692",15315,1102,3,2173,2282 +"64693",15315,6074,3,2173,2426 +"64694",15315,21682,3,2173,2414 +"64695",15315,24807,3,2173,2319 +"64696",15315,42935,2,2173,2400 +"64697",15315,47248,3,2173,2883 +"64698",15315,55139,3,2173,2323 +"64699",15343,671,3,2125,2328 +"64700",15343,1262,3,2125,2973 +"64701",15343,3695,3,2125,2612 +"64702",15343,3714,2,2125,2605 +"64703",15343,7078,3,2125,2344 +"64704",15343,7394,3,2125,2615 +"64705",15343,12035,3,2125,2721 +"64706",15343,12684,2,2125,2182 +"64707",15343,13732,3,2125,2789 +"64708",15343,13929,3,2125,2693 +"64709",15343,18151,3,2125,2962 +"64710",15343,18366,3,2125,2699 +"64711",15343,19872,3,2125,2913 +"64712",15343,21417,2,2125,2422 +"64713",15343,21693,3,2125,2176 +"64714",15343,21795,2,2125,2653 +"64715",15343,22326,3,2125,2818 +"64716",15343,23728,3,2125,2601 +"64717",15343,26436,3,2125,2489 +"64718",15343,26865,2,2125,2726 +"64719",15343,30081,3,2125,2403 +"64720",15343,32761,3,2125,2680 +"64721",15343,33460,3,2125,2781 +"64722",15343,34311,3,2125,2213 +"64723",15343,34327,2,2125,2959 +"64724",15343,36950,3,2125,2204 +"64725",15343,42618,2,2125,2316 +"64726",15343,43383,3,2125,2960 +"64727",15343,45664,3,2125,2235 +"64728",15343,46602,3,2125,2786 +"64729",15343,49998,3,2125,2761 +"64730",15343,52950,3,2125,2716 +"64731",15343,55468,3,2125,2511 +"64732",15343,55691,2,2125,2856 +"64733",15343,56082,3,2125,2395 +"64734",15343,67836,3,2125,2195 +"64735",15343,68215,3,2125,2727 +"64736",15343,70046,2,2125,2624 +"64737",15343,73266,3,2125,2496 +"64738",15343,76997,3,2125,2223 +"64739",15343,84649,3,2125,2280 +"64740",15343,85638,3,2125,2275 +"64741",15343,90501,3,2125,2380 +"64742",15379,5392,3,1231,1648 +"64743",15379,12602,3,1231,1956 +"64744",15379,13835,3,1231,1588 +"64745",15379,19676,2,1231,1515 +"64746",15379,20162,2,1231,2328 +"64747",15379,31705,3,1231,2706 +"64748",15379,37301,3,1231,2160 +"64749",15379,43953,3,1231,2203 +"64750",15379,50667,3,1231,2719 +"64751",15379,50685,2,1231,2008 +"64752",15379,57360,3,1231,2429 +"64753",15379,64699,2,1231,2797 +"64754",15379,66878,3,1231,1949 +"64755",15379,67145,3,1231,2015 +"64756",15379,77155,2,1231,2946 +"64757",15381,270,3,2289,2542 +"64758",15381,377,3,2289,2389 +"64759",15381,2424,3,2289,2582 +"64760",15381,6044,3,2289,2744 +"64761",15381,6074,3,2289,2426 +"64762",15381,7794,3,2289,2972 +"64763",15381,11218,3,2289,2292 +"64764",15381,12042,2,2289,2345 +"64765",15381,15008,3,2289,2338 +"64766",15381,15729,3,2289,2338 +"64767",15381,15821,3,2289,2456 +"64768",15381,16352,3,2289,2657 +"64769",15381,16628,3,2289,2409 +"64770",15381,17365,2,2289,2746 +"64771",15381,17826,3,2289,2920 +"64772",15381,21463,3,2289,2437 +"64773",15381,22567,3,2289,2396 +"64774",15381,23132,3,2289,2756 +"64775",15381,24060,3,2289,2349 +"64776",15381,26080,3,2289,2525 +"64777",15381,31131,3,2289,2810 +"64778",15381,36506,3,2289,2638 +"64779",15381,37059,2,2289,2840 +"64780",15381,37060,3,2289,2840 +"64781",15381,37238,3,2289,2609 +"64782",15381,38307,2,2289,2648 +"64783",15381,40383,3,2289,2639 +"64784",15381,41945,3,2289,2856 +"64785",15381,42799,3,2289,2729 +"64786",15381,43455,2,2289,2846 +"64787",15381,43796,2,2289,2476 +"64788",15381,46951,3,2289,2429 +"64789",15381,47534,3,2289,2712 +"64790",15381,51866,3,2289,2411 +"64791",15381,52032,3,2289,2853 +"64792",15381,52892,3,2289,2372 +"64793",15381,53530,2,2289,2380 +"64794",15381,61982,3,2289,2725 +"64795",15381,76132,3,2289,2426 +"64796",15389,733,2,143,1653 +"64797",15389,2063,2,143,1278 +"64798",15389,2743,3,143,1278 +"64799",15389,3242,3,143,1730 +"64800",15389,13837,3,143,1604 +"64801",15389,16164,3,143,1184 +"64802",15389,18277,3,143,2309 +"64803",15389,20319,3,143,468 +"64804",15389,20824,3,143,1366 +"64805",15389,23534,3,143,1659 +"64806",15389,25976,3,143,659 +"64807",15389,26706,2,143,1846 +"64808",15389,34136,3,143,2202 +"64809",15389,40672,3,143,1315 +"64810",15389,49189,2,143,1550 +"64811",15389,50667,3,143,2719 +"64812",15389,51022,3,143,1499 +"64813",15389,51410,3,143,2739 +"64814",15389,52457,3,143,849 +"64815",15389,58133,3,143,1484 +"64816",15389,58221,2,143,1787 +"64817",15389,67009,2,143,179 +"64818",15389,73728,2,143,784 +"64819",15389,82767,3,143,1641 +"64820",15389,92322,3,143,2393 +"64821",15389,94783,3,143,659 +"64822",15389,94908,3,143,1413 +"64823",15389,99103,1,143,1470 +"64824",15389,103420,3,143,433 +"64825",15389,119444,3,143,888 +"64826",15401,997,3,1999,2788 +"64827",15401,2424,3,1999,2582 +"64828",15401,2484,3,1999,2389 +"64829",15401,2684,3,1999,2874 +"64830",15401,3271,3,1999,2216 +"64831",15401,3947,3,1999,2067 +"64832",15401,3961,3,1999,2426 +"64833",15401,5239,2,1999,2875 +"64834",15401,7984,2,1999,2493 +"64835",15401,9272,3,1999,2835 +"64836",15401,9311,3,1999,2477 +"64837",15401,9362,3,1999,2879 +"64838",15401,11477,2,1999,2724 +"64839",15401,12901,3,1999,2136 +"64840",15401,13388,3,1999,2119 +"64841",15401,13780,2,1999,2412 +"64842",15401,14108,3,1999,2012 +"64843",15401,14723,3,1999,2019 +"64844",15401,16365,3,1999,2217 +"64845",15401,16801,2,1999,2008 +"64846",15401,16826,3,1999,2599 +"64847",15401,18571,3,1999,2128 +"64848",15401,20067,3,1999,2390 +"64849",15401,20124,3,1999,2376 +"64850",15401,21285,3,1999,2100 +"64851",15401,21670,3,1999,2158 +"64852",15401,21681,3,1999,2005 +"64853",15401,23132,3,1999,2756 +"64854",15401,23223,3,1999,2094 +"64855",15401,23725,3,1999,2378 +"64856",15401,26451,3,1999,2133 +"64857",15401,28582,3,1999,2698 +"64858",15401,29004,3,1999,2596 +"64859",15401,30747,2,1999,2455 +"64860",15401,31124,3,1999,2351 +"64861",15401,31700,3,1999,2727 +"64862",15401,32988,1,1999,2008 +"64863",15401,33433,3,1999,2805 +"64864",15401,33801,3,1999,2899 +"64865",15401,34158,3,1999,2639 +"64866",15401,36031,3,1999,2342 +"64867",15401,36559,3,1999,2473 +"64868",15401,36862,3,1999,2655 +"64869",15401,38602,3,1999,2693 +"64870",15401,40565,3,1999,2115 +"64871",15401,42196,3,1999,2765 +"64872",15401,42505,2,1999,2008 +"64873",15401,43226,3,1999,2442 +"64874",15401,46040,2,1999,2105 +"64875",15401,46951,3,1999,2429 +"64876",15401,48110,3,1999,2009 +"64877",15401,48215,3,1999,2028 +"64878",15401,49265,3,1999,2686 +"64879",15401,51410,3,1999,2739 +"64880",15401,53323,3,1999,2677 +"64881",15401,55139,3,1999,2323 +"64882",15401,56237,3,1999,2625 +"64883",15401,56317,3,1999,2030 +"64884",15401,57380,3,1999,2362 +"64885",15401,58164,3,1999,2398 +"64886",15401,58508,3,1999,2326 +"64887",15401,64997,3,1999,2791 +"64888",15401,65322,2,1999,2008 +"64889",15401,69335,3,1999,2698 +"64890",15401,72728,3,1999,2234 +"64891",15401,78150,2,1999,2581 +"64892",15401,88232,3,1999,2881 +"64893",15401,92757,2,1999,2615 +"64894",15402,14,3,1281,1793 +"64895",15402,270,3,1281,2542 +"64896",15402,360,3,1281,1671 +"64897",15402,380,3,1281,2261 +"64898",15402,449,3,1281,1950 +"64899",15402,1102,3,1281,2282 +"64900",15402,1124,3,1281,1596 +"64901",15402,1196,3,1281,1986 +"64902",15402,1315,2,1281,2760 +"64903",15402,2111,3,1281,1904 +"64904",15402,2195,3,1281,2139 +"64905",15402,2289,3,1281,2389 +"64906",15402,3139,2,1281,1656 +"64907",15402,3306,3,1281,1989 +"64908",15402,3493,3,1281,2451 +"64909",15402,3961,3,1281,2426 +"64910",15402,4191,3,1281,2130 +"64911",15402,4360,2,1281,1770 +"64912",15402,4889,3,1281,1501 +"64913",15402,4953,3,1281,2285 +"64914",15402,5041,3,1281,2371 +"64915",15402,5072,2,1281,2175 +"64916",15402,5258,3,1281,2730 +"64917",15402,5315,3,1281,2631 +"64918",15402,5350,2,1281,2522 +"64919",15402,5405,2,1281,1510 +"64920",15402,5622,1,1281,2175 +"64921",15402,5971,3,1281,1985 +"64922",15402,5984,3,1281,1675 +"64923",15402,5986,2,1281,1721 +"64924",15402,6047,2,1281,2004 +"64925",15402,6222,3,1281,1949 +"64926",15402,6417,2,1281,1675 +"64927",15402,6588,2,1281,2025 +"64928",15402,7180,2,1281,2227 +"64929",15402,7234,2,1281,2654 +"64930",15402,7627,3,1281,1543 +"64931",15402,7858,3,1281,1795 +"64932",15402,9364,3,1281,1698 +"64933",15402,9928,3,1281,2345 +"64934",15402,10358,2,1281,2294 +"64935",15402,10488,2,1281,1524 +"64936",15402,10717,3,1281,1938 +"64937",15402,10857,2,1281,2253 +"64938",15402,10874,3,1281,1891 +"64939",15402,11218,2,1281,2292 +"64940",15402,11229,3,1281,1625 +"64941",15402,11477,3,1281,2724 +"64942",15402,12042,2,1281,2345 +"64943",15402,12310,2,1281,1337 +"64944",15402,12375,2,1281,1873 +"64945",15402,12462,3,1281,1461 +"64946",15402,13307,3,1281,2206 +"64947",15402,13311,2,1281,2315 +"64948",15402,13479,3,1281,2155 +"64949",15402,14032,2,1281,2144 +"64950",15402,14482,3,1281,1573 +"64951",15402,14972,3,1281,2332 +"64952",15402,15003,3,1281,2067 +"64953",15402,15309,3,1281,2820 +"64954",15402,15700,3,1281,1712 +"64955",15402,16352,3,1281,2657 +"64956",15402,17400,2,1281,2231 +"64957",15402,18348,3,1281,1711 +"64958",15402,18394,3,1281,2356 +"64959",15402,18543,3,1281,2968 +"64960",15402,18874,3,1281,2170 +"64961",15402,19072,3,1281,2358 +"64962",15402,19622,2,1281,2371 +"64963",15402,20124,3,1281,2376 +"64964",15402,21795,3,1281,2653 +"64965",15402,22260,3,1281,2137 +"64966",15402,22362,3,1281,1836 +"64967",15402,22403,3,1281,1630 +"64968",15402,23159,3,1281,1548 +"64969",15402,23310,3,1281,2371 +"64970",15402,23312,3,1281,2449 +"64971",15402,23526,3,1281,1998 +"64972",15402,23715,3,1281,1859 +"64973",15402,23725,1,1281,2378 +"64974",15402,23729,3,1281,1624 +"64975",15402,24791,3,1281,1833 +"64976",15402,25325,3,1281,2963 +"64977",15402,25643,2,1281,1646 +"64978",15402,26080,3,1281,2525 +"64979",15402,26366,3,1281,1688 +"64980",15402,26818,3,1281,1999 +"64981",15402,26867,3,1281,1804 +"64982",15402,27377,3,1281,1724 +"64983",15402,27427,3,1281,2325 +"64984",15402,29930,3,1281,2240 +"64985",15402,30165,2,1281,1409 +"64986",15402,30405,3,1281,2164 +"64987",15402,31093,3,1281,2160 +"64988",15402,31307,3,1281,2139 +"64989",15402,31436,2,1281,2892 +"64990",15402,32919,2,1281,2321 +"64991",15402,34057,3,1281,1657 +"64992",15402,34480,3,1281,2755 +"64993",15402,34735,3,1281,2767 +"64994",15402,35926,1,1281,2371 +"64995",15402,36714,3,1281,2209 +"64996",15402,37859,3,1281,1999 +"64997",15402,39294,1,1281,1889 +"64998",15402,39880,3,1281,1620 +"64999",15402,39906,3,1281,2365 +"65000",15402,40028,3,1281,1349 +"65001",15402,40293,3,1281,1671 +"65002",15402,41955,3,1281,2479 +"65003",15402,42783,3,1281,2338 +"65004",15402,43213,2,1281,2160 +"65005",15402,43335,3,1281,1412 +"65006",15402,43385,3,1281,1623 +"65007",15402,44188,3,1281,1609 +"65008",15402,44557,3,1281,2371 +"65009",15402,45684,1,1281,2200 +"65010",15402,46196,1,1281,1510 +"65011",15402,46629,3,1281,2255 +"65012",15402,47857,3,1281,2325 +"65013",15402,48283,3,1281,1290 +"65014",15402,49608,2,1281,2184 +"65015",15402,50134,3,1281,2674 +"65016",15402,50236,3,1281,2339 +"65017",15402,51243,3,1281,1389 +"65018",15402,52026,3,1281,2633 +"65019",15402,52136,2,1281,1412 +"65020",15402,52345,3,1281,1430 +"65021",15402,52789,3,1281,1791 +"65022",15402,53134,3,1281,1590 +"65023",15402,53303,3,1281,1376 +"65024",15402,54551,2,1281,2348 +"65025",15402,54879,3,1281,2210 +"65026",15402,54929,3,1281,2783 +"65027",15402,56082,2,1281,2395 +"65028",15402,57246,2,1281,1873 +"65029",15402,57760,3,1281,1721 +"65030",15402,58035,3,1281,1646 +"65031",15402,58384,3,1281,1637 +"65032",15402,60280,2,1281,1918 +"65033",15402,62488,3,1281,1418 +"65034",15402,67805,3,1281,1338 +"65035",15402,69716,3,1281,2632 +"65036",15402,72207,2,1281,2430 +"65037",15402,72326,3,1281,2384 +"65038",15402,75028,3,1281,1660 +"65039",15402,75403,2,1281,1895 +"65040",15402,76048,2,1281,2373 +"65041",15402,82929,3,1281,2475 +"65042",15402,84022,3,1281,2289 +"65043",15402,86245,3,1281,1972 +"65044",15402,87837,2,1281,1987 +"65045",15402,95846,3,1281,1324 +"65046",15402,98781,3,1281,1410 +"65047",15402,99215,3,1281,2791 +"65048",15433,307,3,2038,2530 +"65049",15433,9893,2,2038,2701 +"65050",15433,11055,3,2038,2111 +"65051",15433,27390,3,2038,2425 +"65052",15433,45608,2,2038,2420 +"65053",15433,54695,3,2038,2429 +"65054",15443,3493,3,1631,2451 +"65055",15443,4303,3,1631,2414 +"65056",15443,7942,3,1631,2623 +"65057",15443,9332,3,1631,2734 +"65058",15443,10457,3,1631,1711 +"65059",15443,12361,1,1631,2732 +"65060",15443,16482,3,1631,1958 +"65061",15443,17645,3,1631,1918 +"65062",15443,18005,3,1631,2449 +"65063",15443,18421,3,1631,2457 +"65064",15443,19605,3,1631,2395 +"65065",15443,19655,2,1631,2706 +"65066",15443,29818,3,1631,1677 +"65067",15443,31335,3,1631,2351 +"65068",15443,39256,2,1631,2449 +"65069",15443,41581,3,1631,1692 +"65070",15443,46982,3,1631,2806 +"65071",15443,50509,3,1631,2050 +"65072",15443,50585,3,1631,2414 +"65073",15443,51144,3,1631,2466 +"65074",15443,53687,3,1631,2422 +"65075",15443,54313,3,1631,1645 +"65076",15443,85198,3,1631,1794 +"65077",15444,14353,3,2764,2878 +"65078",15444,14586,2,2764,2801 +"65079",15444,14959,3,2764,2898 +"65080",15444,17027,2,2764,2772 +"65081",15444,28626,3,2764,2842 +"65082",15444,33801,3,2764,2899 +"65083",15444,41945,3,2764,2856 +"65084",15444,44688,3,2764,2924 +"65085",15444,53475,3,2764,2853 +"65086",15453,499,3,1688,1931 +"65087",15453,602,3,1688,2632 +"65088",15453,765,3,1688,2073 +"65089",15453,1315,3,1688,2760 +"65090",15453,1367,3,1688,2176 +"65091",15453,2057,3,1688,1965 +"65092",15453,2407,3,1688,1725 +"65093",15453,2424,3,1688,2582 +"65094",15453,2747,3,1688,2411 +"65095",15453,3175,2,1688,1938 +"65096",15453,3460,1,1688,2530 +"65097",15453,3896,2,1688,2693 +"65098",15453,4751,3,1688,2696 +"65099",15453,4821,2,1688,1938 +"65100",15453,5580,3,1688,2111 +"65101",15453,7245,3,1688,2089 +"65102",15453,9311,3,1688,2477 +"65103",15453,9654,3,1688,2111 +"65104",15453,11160,3,1688,2952 +"65105",15453,11239,3,1688,2181 +"65106",15453,14103,3,1688,2204 +"65107",15453,15207,2,1688,1855 +"65108",15453,15636,3,1688,2857 +"65109",15453,16067,3,1688,2727 +"65110",15453,16751,3,1688,2301 +"65111",15453,16866,3,1688,2718 +"65112",15453,18348,3,1688,1711 +"65113",15453,18415,3,1688,2184 +"65114",15453,18865,3,1688,2676 +"65115",15453,20067,3,1688,2390 +"65116",15453,21929,3,1688,2062 +"65117",15453,22311,3,1688,2034 +"65118",15453,22709,3,1688,2743 +"65119",15453,23312,3,1688,2449 +"65120",15453,23787,3,1688,2810 +"65121",15453,23869,3,1688,1918 +"65122",15453,24206,3,1688,2307 +"65123",15453,26249,3,1688,2301 +"65124",15453,27501,3,1688,1981 +"65125",15453,29170,3,1688,1846 +"65126",15453,30150,3,1688,1704 +"65127",15453,30262,3,1688,1715 +"65128",15453,30943,3,1688,2287 +"65129",15453,31997,3,1688,1703 +"65130",15453,32606,3,1688,2100 +"65131",15453,32939,3,1688,2277 +"65132",15453,33052,3,1688,2251 +"65133",15453,34831,3,1688,1866 +"65134",15453,34921,3,1688,2181 +"65135",15453,36439,3,1688,2469 +"65136",15453,36646,2,1688,2744 +"65137",15453,38755,3,1688,2902 +"65138",15453,42196,2,1688,2765 +"65139",15453,42642,1,1688,2257 +"65140",15453,46803,3,1688,2305 +"65141",15453,47440,3,1688,2234 +"65142",15453,47877,3,1688,2970 +"65143",15453,48215,3,1688,2028 +"65144",15453,50269,3,1688,1966 +"65145",15453,50382,3,1688,2244 +"65146",15453,51055,2,1688,2558 +"65147",15453,51879,3,1688,1771 +"65148",15453,52215,3,1688,1908 +"65149",15453,54067,3,1688,2433 +"65150",15453,54879,3,1688,2210 +"65151",15453,56893,3,1688,2597 +"65152",15453,57804,3,1688,2214 +"65153",15453,60516,2,1688,2257 +"65154",15453,63395,2,1688,2334 +"65155",15453,63641,3,1688,2337 +"65156",15453,64436,3,1688,2687 +"65157",15453,64469,3,1688,2707 +"65158",15453,66726,3,1688,2068 +"65159",15453,67726,3,1688,2873 +"65160",15453,69591,3,1688,2294 +"65161",15453,69716,3,1688,2632 +"65162",15453,70203,3,1688,2756 +"65163",15453,74204,3,1688,2463 +"65164",15453,77077,3,1688,2693 +"65165",15453,77811,3,1688,1871 +"65166",15453,82819,3,1688,1900 +"65167",15453,82932,3,1688,2245 +"65168",15453,86152,3,1688,1944 +"65169",15453,99557,3,1688,1703 +"65170",15462,1367,3,1141,2176 +"65171",15462,2424,3,1141,2582 +"65172",15462,2747,3,1141,2411 +"65173",15462,3271,2,1141,2216 +"65174",15462,5346,2,1141,1438 +"65175",15462,5580,3,1141,2111 +"65176",15462,6821,3,1141,1788 +"65177",15462,7245,3,1141,2089 +"65178",15462,7785,3,1141,2441 +"65179",15462,7942,3,1141,2623 +"65180",15462,8073,3,1141,1847 +"65181",15462,9030,3,1141,1979 +"65182",15462,9272,3,1141,2835 +"65183",15462,9654,3,1141,2111 +"65184",15462,10373,3,1141,2436 +"65185",15462,12361,2,1141,2732 +"65186",15462,13671,3,1141,1371 +"65187",15462,14586,3,1141,2801 +"65188",15462,15207,2,1141,1855 +"65189",15462,15443,3,1141,1631 +"65190",15462,15453,3,1141,1688 +"65191",15462,16029,3,1141,1160 +"65192",15462,16067,3,1141,2727 +"65193",15462,16437,2,1141,1956 +"65194",15462,16776,3,1141,1565 +"65195",15462,18348,3,1141,1711 +"65196",15462,18415,3,1141,2184 +"65197",15462,19165,3,1141,2436 +"65198",15462,19231,3,1141,1424 +"65199",15462,19655,3,1141,2706 +"65200",15462,19934,3,1141,2888 +"65201",15462,20308,3,1141,2254 +"65202",15462,20395,3,1141,1468 +"65203",15462,20894,3,1141,2214 +"65204",15462,21929,3,1141,2062 +"65205",15462,22652,2,1141,1544 +"65206",15462,23015,3,1141,1362 +"65207",15462,24512,3,1141,1369 +"65208",15462,25751,3,1141,1523 +"65209",15462,27280,3,1141,1965 +"65210",15462,27722,2,1141,1266 +"65211",15462,28051,3,1141,2089 +"65212",15462,28081,3,1141,1927 +"65213",15462,28094,3,1141,1423 +"65214",15462,30262,3,1141,1715 +"65215",15462,30891,3,1141,1256 +"65216",15462,30943,3,1141,2287 +"65217",15462,32532,3,1141,2338 +"65218",15462,32560,3,1141,1258 +"65219",15462,32939,3,1141,2277 +"65220",15462,33356,3,1141,1586 +"65221",15462,33451,3,1141,1957 +"65222",15462,37752,1,1141,2223 +"65223",15462,38259,3,1141,2258 +"65224",15462,38755,3,1141,2902 +"65225",15462,39875,3,1141,2422 +"65226",15462,42642,3,1141,2257 +"65227",15462,43226,3,1141,2442 +"65228",15462,46803,3,1141,2305 +"65229",15462,48110,3,1141,2009 +"65230",15462,54388,3,1141,1257 +"65231",15462,57804,3,1141,2214 +"65232",15462,58508,3,1141,2326 +"65233",15462,58829,3,1141,1256 +"65234",15462,59039,3,1141,2870 +"65235",15462,59485,3,1141,1564 +"65236",15462,59726,3,1141,1513 +"65237",15462,61723,3,1141,1262 +"65238",15462,63641,3,1141,2337 +"65239",15462,65188,3,1141,2213 +"65240",15462,67719,3,1141,2429 +"65241",15462,67726,3,1141,2873 +"65242",15462,68789,3,1141,1929 +"65243",15462,69335,3,1141,2698 +"65244",15462,69716,3,1141,2632 +"65245",15462,74795,3,1141,1319 +"65246",15462,74818,3,1141,1440 +"65247",15462,77077,3,1141,2693 +"65248",15462,80301,3,1141,1690 +"65249",15462,80506,2,1141,1920 +"65250",15462,85356,3,1141,1492 +"65251",15462,85869,3,1141,1509 +"65252",15462,94520,2,1141,1243 +"65253",15462,99557,3,1141,1703 +"65254",15462,119524,3,1141,1930 +"65255",15500,1777,3,1658,1965 +"65256",15500,2765,3,1658,2321 +"65257",15500,3488,3,1658,2351 +"65258",15500,3830,3,1658,1661 +"65259",15500,4863,3,1658,1961 +"65260",15500,5078,3,1658,2033 +"65261",15500,5457,3,1658,2077 +"65262",15500,5462,3,1658,2374 +"65263",15500,5504,3,1658,2389 +"65264",15500,5621,3,1658,1860 +"65265",15500,9030,3,1658,1979 +"65266",15500,13732,3,1658,2789 +"65267",15500,14652,3,1658,2516 +"65268",15500,15626,3,1658,2434 +"65269",15500,17826,3,1658,2920 +"65270",15500,18151,3,1658,2962 +"65271",15500,18458,1,1658,2477 +"65272",15500,20423,3,1658,2654 +"65273",15500,20659,1,1658,1969 +"65274",15500,21225,2,1658,1945 +"65275",15500,22216,3,1658,1956 +"65276",15500,26106,1,1658,2015 +"65277",15500,26793,3,1658,2104 +"65278",15500,26865,3,1658,2726 +"65279",15500,29224,3,1658,2011 +"65280",15500,30081,3,1658,2403 +"65281",15500,32761,2,1658,2680 +"65282",15500,36559,3,1658,2473 +"65283",15500,37677,1,1658,1908 +"65284",15500,38908,2,1658,1787 +"65285",15500,39827,3,1658,2321 +"65286",15500,41278,3,1658,1873 +"65287",15500,43839,2,1658,1685 +"65288",15500,44235,2,1658,2700 +"65289",15500,47947,3,1658,2681 +"65290",15500,49032,2,1658,2469 +"65291",15500,49461,3,1658,2793 +"65292",15500,49666,2,1658,2408 +"65293",15500,51853,3,1658,2520 +"65294",15500,53637,3,1658,2113 +"65295",15500,55556,3,1658,2075 +"65296",15500,57781,3,1658,1971 +"65297",15500,59096,3,1658,1677 +"65298",15500,67264,2,1658,2790 +"65299",15500,71478,3,1658,1721 +"65300",15500,71702,2,1658,2353 +"65301",15502,3403,3,2637,2951 +"65302",15502,19057,3,2637,2664 +"65303",15502,47130,3,2637,2654 +"65304",15502,61513,3,2637,2948 +"65305",15527,3695,3,2039,2612 +"65306",15535,194,3,891,1243 +"65307",15535,380,3,891,2261 +"65308",15535,1314,3,891,1522 +"65309",15535,1349,2,891,1147 +"65310",15535,1519,3,891,2349 +"65311",15535,1702,1,891,1984 +"65312",15535,1846,3,891,1845 +"65313",15535,2936,3,891,2512 +"65314",15535,3493,3,891,2451 +"65315",15535,4001,3,891,1687 +"65316",15535,4526,3,891,1728 +"65317",15535,5235,3,891,2324 +"65318",15535,5683,3,891,2468 +"65319",15535,6449,3,891,1997 +"65320",15535,7337,3,891,1797 +"65321",15535,7450,3,891,2827 +"65322",15535,12361,3,891,2732 +"65323",15535,12518,3,891,2747 +"65324",15535,14749,3,891,1998 +"65325",15535,17037,3,891,2947 +"65326",15535,19655,3,891,2706 +"65327",15535,20941,2,891,2725 +"65328",15535,21383,3,891,971 +"65329",15535,21684,3,891,1971 +"65330",15535,22244,3,891,2139 +"65331",15535,23756,3,891,2309 +"65332",15535,27686,3,891,2844 +"65333",15535,29977,3,891,2781 +"65334",15535,30034,3,891,2357 +"65335",15535,30870,3,891,2370 +"65336",15535,31335,2,891,2351 +"65337",15535,31866,3,891,2101 +"65338",15535,36829,3,891,2722 +"65339",15535,38691,3,891,2585 +"65340",15535,43673,3,891,2787 +"65341",15535,50630,3,891,2615 +"65342",15535,51144,3,891,2466 +"65343",15535,51879,3,891,1771 +"65344",15535,62626,3,891,2787 +"65345",15535,68539,3,891,1158 +"65346",15535,70583,3,891,2615 +"65347",15535,72632,3,891,1289 +"65348",15535,73107,3,891,1918 +"65349",15535,85198,3,891,1794 +"65350",15535,87907,3,891,1173 +"65351",15535,96310,3,891,1016 +"65352",15535,96715,3,891,1792 +"65353",15539,145,3,1929,1998 +"65354",15539,377,3,1929,2389 +"65355",15539,380,3,1929,2261 +"65356",15539,499,3,1929,1931 +"65357",15539,543,3,1929,2203 +"65358",15539,913,3,1929,2144 +"65359",15539,1102,3,1929,2282 +"65360",15539,1151,3,1929,2885 +"65361",15539,1367,3,1929,2176 +"65362",15539,1616,3,1929,2662 +"65363",15539,1777,2,1929,1965 +"65364",15539,2036,2,1929,2483 +"65365",15539,2166,3,1929,2557 +"65366",15539,2484,3,1929,2389 +"65367",15539,2684,3,1929,2874 +"65368",15539,3161,3,1929,2229 +"65369",15539,4057,3,1929,2389 +"65370",15539,4618,3,1929,2607 +"65371",15539,4701,2,1929,2401 +"65372",15539,5078,3,1929,2033 +"65373",15539,5148,3,1929,2206 +"65374",15539,5457,3,1929,2077 +"65375",15539,5462,2,1929,2374 +"65376",15539,5504,2,1929,2389 +"65377",15539,5669,3,1929,2502 +"65378",15539,5725,3,1929,2789 +"65379",15539,6428,3,1929,1952 +"65380",15539,6491,2,1929,2424 +"65381",15539,7245,3,1929,2089 +"65382",15539,7323,3,1929,2858 +"65383",15539,8533,2,1929,2251 +"65384",15539,9175,3,1929,2639 +"65385",15539,10404,3,1929,2062 +"65386",15539,10859,3,1929,2231 +"65387",15539,12374,3,1929,2260 +"65388",15539,12713,3,1929,2440 +"65389",15539,12728,3,1929,2374 +"65390",15539,12867,3,1929,2773 +"65391",15539,14507,3,1929,2686 +"65392",15539,15184,3,1929,2396 +"65393",15539,15299,3,1929,2213 +"65394",15539,19027,3,1929,2721 +"65395",15539,19606,2,1929,2783 +"65396",15539,20311,3,1929,1981 +"65397",15539,20563,2,1929,2267 +"65398",15539,21104,3,1929,2327 +"65399",15539,21275,3,1929,2609 +"65400",15539,24255,3,1929,2770 +"65401",15539,25198,3,1929,1982 +"65402",15539,26351,3,1929,2683 +"65403",15539,26436,3,1929,2489 +"65404",15539,26451,2,1929,2133 +"65405",15539,26516,2,1929,2479 +"65406",15539,27478,3,1929,2485 +"65407",15539,27628,3,1929,2389 +"65408",15539,27753,3,1929,2750 +"65409",15539,28285,3,1929,2972 +"65410",15539,28892,3,1929,2023 +"65411",15539,29073,2,1929,2328 +"65412",15539,30119,3,1929,1961 +"65413",15539,31235,3,1929,2668 +"65414",15539,31799,2,1929,2547 +"65415",15539,33380,3,1929,2340 +"65416",15539,34136,3,1929,2202 +"65417",15539,35256,3,1929,2271 +"65418",15539,37418,2,1929,2710 +"65419",15539,37570,3,1929,2389 +"65420",15539,40369,3,1929,2735 +"65421",15539,40432,3,1929,1956 +"65422",15539,41682,3,1929,1988 +"65423",15539,43404,3,1929,2649 +"65424",15539,43518,2,1929,2680 +"65425",15539,47386,3,1929,2226 +"65426",15539,47947,3,1929,2681 +"65427",15539,49965,3,1929,2301 +"65428",15539,53031,3,1929,2065 +"65429",15539,53300,3,1929,2162 +"65430",15539,54740,3,1929,2750 +"65431",15539,55468,3,1929,2511 +"65432",15539,55556,3,1929,2075 +"65433",15539,57544,3,1929,2443 +"65434",15539,57609,3,1929,2717 +"65435",15539,57977,1,1929,2683 +"65436",15539,58451,3,1929,1939 +"65437",15539,62840,3,1929,2502 +"65438",15539,64997,3,1929,2791 +"65439",15539,65029,3,1929,2954 +"65440",15539,70046,3,1929,2624 +"65441",15539,70203,3,1929,2756 +"65442",15539,71562,3,1929,2574 +"65443",15539,72207,3,1929,2430 +"65444",15539,72334,3,1929,2820 +"65445",15539,74095,3,1929,2333 +"65446",15539,85430,2,1929,2370 +"65447",15539,91570,3,1929,2229 +"65448",15539,108379,3,1929,2933 +"65449",15546,267,3,2055,2631 +"65450",15546,9202,3,2055,2477 +"65451",15546,9331,3,2055,2269 +"65452",15546,16866,2,2055,2718 +"65453",15546,18865,2,2055,2676 +"65454",15546,19208,2,2055,2629 +"65455",15546,19605,2,2055,2395 +"65456",15546,22207,3,2055,2365 +"65457",15546,26642,3,2055,2952 +"65458",15546,29454,3,2055,2719 +"65459",15546,36270,3,2055,2910 +"65460",15546,40565,3,2055,2115 +"65461",15546,41764,3,2055,2409 +"65462",15546,42813,3,2055,2142 +"65463",15546,44403,3,2055,2429 +"65464",15546,44688,3,2055,2924 +"65465",15546,50480,2,2055,2701 +"65466",15546,51610,3,2055,2635 +"65467",15546,56910,2,2055,2705 +"65468",15546,63395,2,2055,2334 +"65469",15546,74204,3,2055,2463 +"65470",15556,267,2,270,2631 +"65471",15556,600,3,270,1702 +"65472",15556,915,3,270,1793 +"65473",15556,2407,2,270,1725 +"65474",15556,2440,3,270,836 +"65475",15556,4001,3,270,1687 +"65476",15556,4504,3,270,1905 +"65477",15556,4821,3,270,1938 +"65478",15556,5484,3,270,582 +"65479",15556,6192,3,270,2409 +"65480",15556,9202,3,270,2477 +"65481",15556,9331,3,270,2269 +"65482",15556,10974,3,270,896 +"65483",15556,11651,3,270,526 +"65484",15556,13899,3,270,2650 +"65485",15556,15546,2,270,2055 +"65486",15556,16866,2,270,2718 +"65487",15556,17351,3,270,2036 +"65488",15556,17457,3,270,589 +"65489",15556,17632,3,270,1947 +"65490",15556,18013,3,270,1625 +"65491",15556,18122,3,270,894 +"65492",15556,18865,2,270,2676 +"65493",15556,19208,2,270,2629 +"65494",15556,19605,2,270,2395 +"65495",15556,20176,3,270,1050 +"65496",15556,22207,2,270,2365 +"65497",15556,22682,3,270,2035 +"65498",15556,23918,3,270,1881 +"65499",15556,24512,3,270,1369 +"65500",15556,26642,3,270,2952 +"65501",15556,27628,3,270,2389 +"65502",15556,28525,3,270,1273 +"65503",15556,28904,3,270,926 +"65504",15556,29454,3,270,2719 +"65505",15556,30967,3,270,818 +"65506",15556,31705,3,270,2706 +"65507",15556,34945,3,270,1298 +"65508",15556,36270,3,270,2910 +"65509",15556,37332,3,270,1891 +"65510",15556,40565,2,270,2115 +"65511",15556,41739,3,270,1339 +"65512",15556,41764,3,270,2409 +"65513",15556,42725,3,270,630 +"65514",15556,42813,3,270,2142 +"65515",15556,44403,2,270,2429 +"65516",15556,44688,3,270,2924 +"65517",15556,45329,3,270,1693 +"65518",15556,45449,3,270,1610 +"65519",15556,47789,3,270,1583 +"65520",15556,50480,2,270,2701 +"65521",15556,51610,3,270,2635 +"65522",15556,54737,3,270,326 +"65523",15556,56910,2,270,2705 +"65524",15556,57129,3,270,1858 +"65525",15556,63395,2,270,2334 +"65526",15556,68979,3,270,1173 +"65527",15556,69215,3,270,1591 +"65528",15556,69250,3,270,1439 +"65529",15556,70455,3,270,1307 +"65530",15556,74204,3,270,2463 +"65531",15556,76607,3,270,747 +"65532",15556,77550,3,270,1548 +"65533",15556,80979,3,270,1142 +"65534",15556,82270,2,270,1641 +"65535",15556,83218,3,270,1537 +"65536",15556,83334,3,270,1708 +"65537",15556,96671,3,270,359 +"65538",15556,101347,3,270,1335 +"65539",15556,106690,3,270,901 +"65540",15556,110399,3,270,480 +"65541",15558,3158,3,2389,2762 +"65542",15558,5937,3,2389,2392 +"65543",15558,6234,3,2389,2654 +"65544",15558,15150,2,2389,2801 +"65545",15558,20011,2,2389,2826 +"65546",15558,23728,1,2389,2601 +"65547",15558,30194,3,2389,2874 +"65548",15558,33460,3,2389,2781 +"65549",15558,39439,3,2389,2462 +"65550",15558,42136,3,2389,2551 +"65551",15558,44730,2,2389,2468 +"65552",15558,56413,3,2389,2747 +"65553",15560,2684,3,2257,2874 +"65554",15560,7078,3,2257,2344 +"65555",15560,7229,3,2257,2669 +"65556",15560,7234,3,2257,2654 +"65557",15560,8681,3,2257,2716 +"65558",15560,8865,3,2257,2394 +"65559",15560,9311,3,2257,2477 +"65560",15560,10148,2,2257,2964 +"65561",15560,11382,3,2257,2746 +"65562",15560,13601,3,2257,2689 +"65563",15560,13610,3,2257,2515 +"65564",15560,14655,3,2257,2559 +"65565",15560,15184,3,2257,2396 +"65566",15560,16195,3,2257,2964 +"65567",15560,19528,3,2257,2742 +"65568",15560,24448,3,2257,2289 +"65569",15560,26608,3,2257,2329 +"65570",15560,29073,2,2257,2328 +"65571",15560,30906,2,2257,2537 +"65572",15560,36031,2,2257,2342 +"65573",15560,38885,3,2257,2720 +"65574",15560,41402,3,2257,2313 +"65575",15560,42196,3,2257,2765 +"65576",15560,43756,3,2257,2881 +"65577",15560,44885,3,2257,2670 +"65578",15560,53604,3,2257,2489 +"65579",15560,67652,3,2257,2736 +"65580",15560,82929,3,2257,2475 +"65581",15563,9362,3,2719,2879 +"65582",15567,841,3,2671,2964 +"65583",15567,4367,3,2671,2794 +"65584",15567,15826,3,2671,2772 +"65585",15567,59243,3,2671,2770 +"65586",15567,62112,3,2671,2944 +"65587",15582,843,3,598,2332 +"65588",15582,1455,2,598,1262 +"65589",15582,2272,1,598,1640 +"65590",15582,2443,1,598,2333 +"65591",15582,3271,3,598,2216 +"65592",15582,4551,3,598,2720 +"65593",15582,5637,3,598,1976 +"65594",15582,7604,3,598,1366 +"65595",15582,8607,3,598,1685 +"65596",15582,8724,2,598,1326 +"65597",15582,9272,3,598,2835 +"65598",15582,9538,3,598,1786 +"65599",15582,9724,3,598,2713 +"65600",15582,9910,3,598,2526 +"65601",15582,12116,3,598,2119 +"65602",15582,14212,3,598,857 +"65603",15582,14470,2,598,2632 +"65604",15582,15782,3,598,2306 +"65605",15582,19358,3,598,880 +"65606",15582,20695,3,598,2526 +"65607",15582,22410,2,598,2158 +"65608",15582,23498,3,598,2398 +"65609",15582,23560,3,598,2051 +"65610",15582,27512,2,598,947 +"65611",15582,29778,3,598,840 +"65612",15582,30697,3,598,2891 +"65613",15582,31264,1,598,2335 +"65614",15582,32070,3,598,950 +"65615",15582,41098,2,598,1857 +"65616",15582,43226,3,598,2442 +"65617",15582,45499,3,598,2346 +"65618",15582,46568,2,598,822 +"65619",15582,48110,3,598,2009 +"65620",15582,48501,2,598,2010 +"65621",15582,49403,3,598,2427 +"65622",15582,51863,3,598,1395 +"65623",15582,52950,3,598,2716 +"65624",15582,55325,3,598,653 +"65625",15582,56168,3,598,1466 +"65626",15582,58508,3,598,2326 +"65627",15582,63329,3,598,639 +"65628",15582,65515,3,598,677 +"65629",15582,68286,3,598,2442 +"65630",15582,69335,3,598,2698 +"65631",15582,77580,3,598,888 +"65632",15582,80301,3,598,1690 +"65633",15582,82039,3,598,1327 +"65634",15582,82280,2,598,619 +"65635",15582,83334,3,598,1708 +"65636",15582,93553,3,598,2537 +"65637",15582,101381,3,598,977 +"65638",15582,110262,2,598,1138 +"65639",15583,446,3,1144,1910 +"65640",15583,10215,2,1144,2006 +"65641",15583,13835,3,1144,1588 +"65642",15583,19605,3,1144,2395 +"65643",15583,19676,2,1144,1515 +"65644",15583,20162,3,1144,2328 +"65645",15583,23268,3,1144,2258 +"65646",15583,29454,3,1144,2719 +"65647",15583,31700,3,1144,2727 +"65648",15583,31705,3,1144,2706 +"65649",15583,33433,3,1144,2805 +"65650",15583,37937,3,1144,1320 +"65651",15583,45329,3,1144,1693 +"65652",15583,50667,3,1144,2719 +"65653",15583,64699,3,1144,2797 +"65654",15583,77155,3,1144,2946 +"65655",15583,102384,1,1144,2649 +"65656",15592,4916,3,1618,1970 +"65657",15592,24176,3,1618,1986 +"65658",15594,16351,3,753,893 +"65659",15594,41381,1,753,829 +"65660",15594,43360,3,753,979 +"65661",15594,49415,3,753,2654 +"65662",15594,68398,1,753,978 +"65663",15594,76931,3,753,1338 +"65664",15598,3414,3,2011,2322 +"65665",15598,8726,3,2011,2083 +"65666",15598,11625,3,2011,2022 +"65667",15607,23,3,1421,1682 +"65668",15607,468,3,1421,1966 +"65669",15607,600,3,1421,1702 +"65670",15607,671,3,1421,2328 +"65671",15607,1046,3,1421,1881 +"65672",15607,3164,2,1421,2693 +"65673",15607,4191,3,1421,2130 +"65674",15607,4618,3,1421,2607 +"65675",15607,4763,3,1421,1960 +"65676",15607,4932,2,1421,2752 +"65677",15607,4983,3,1421,1909 +"65678",15607,5041,3,1421,2371 +"65679",15607,5207,3,1421,2473 +"65680",15607,5350,3,1421,2522 +"65681",15607,5971,3,1421,1985 +"65682",15607,6030,2,1421,2953 +"65683",15607,6345,3,1421,2713 +"65684",15607,6417,3,1421,1675 +"65685",15607,7245,3,1421,2089 +"65686",15607,10701,2,1421,2000 +"65687",15607,10779,3,1421,2881 +"65688",15607,11218,3,1421,2292 +"65689",15607,11966,2,1421,2385 +"65690",15607,13311,3,1421,2315 +"65691",15607,13929,3,1421,2693 +"65692",15607,15301,2,1421,2308 +"65693",15607,15808,3,1421,1521 +"65694",15607,16352,3,1421,2657 +"65695",15607,17413,3,1421,2230 +"65696",15607,17499,3,1421,2954 +"65697",15607,17695,3,1421,1930 +"65698",15607,19072,2,1421,2358 +"65699",15607,19718,3,1421,1702 +"65700",15607,20284,3,1421,2530 +"65701",15607,20292,1,1421,2755 +"65702",15607,21571,1,1421,2755 +"65703",15607,21682,3,1421,2414 +"65704",15607,22141,3,1421,2348 +"65705",15607,22566,1,1421,2308 +"65706",15607,23159,3,1421,1548 +"65707",15607,25341,3,1421,1858 +"65708",15607,26366,3,1421,1688 +"65709",15607,26570,3,1421,1669 +"65710",15607,27570,3,1421,1559 +"65711",15607,27623,3,1421,2970 +"65712",15607,28011,2,1421,2639 +"65713",15607,28050,2,1421,1955 +"65714",15607,28168,2,1421,2702 +"65715",15607,28296,2,1421,2944 +"65716",15607,31799,3,1421,2547 +"65717",15607,32169,3,1421,2504 +"65718",15607,32350,3,1421,1540 +"65719",15607,32567,3,1421,2784 +"65720",15607,32694,3,1421,1602 +"65721",15607,33981,3,1421,1993 +"65722",15607,34735,2,1421,2767 +"65723",15607,35464,3,1421,2502 +"65724",15607,36450,3,1421,1591 +"65725",15607,36962,3,1421,2861 +"65726",15607,38869,3,1421,1675 +"65727",15607,40493,3,1421,1981 +"65728",15607,42619,1,1421,2017 +"65729",15607,43701,3,1421,2400 +"65730",15607,44521,3,1421,1593 +"65731",15607,45461,3,1421,2458 +"65732",15607,50468,2,1421,1659 +"65733",15607,53134,3,1421,1590 +"65734",15607,53630,3,1421,1565 +"65735",15607,54929,2,1421,2783 +"65736",15607,55691,3,1421,2856 +"65737",15607,57246,3,1421,1873 +"65738",15607,58035,3,1421,1646 +"65739",15607,60280,3,1421,1918 +"65740",15607,64181,3,1421,1828 +"65741",15607,66413,3,1421,2507 +"65742",15607,69250,3,1421,1439 +"65743",15607,70046,3,1421,2624 +"65744",15607,81221,3,1421,2285 +"65745",15607,82767,3,1421,1641 +"65746",15607,84022,3,1421,2289 +"65747",15607,94500,2,1421,1529 +"65748",15607,105063,3,1421,1908 +"65749",15609,13315,2,1229,2516 +"65750",15609,15626,3,1229,2434 +"65751",15609,38262,3,1229,2219 +"65752",15609,40748,3,1229,1328 +"65753",15609,95730,3,1229,1481 +"65754",15609,95852,3,1229,2045 +"65755",15618,36637,3,1218,2085 +"65756",15618,39556,3,1218,2747 +"65757",15626,455,3,2434,2827 +"65758",15626,602,3,2434,2632 +"65759",15626,1616,3,2434,2662 +"65760",15626,2036,3,2434,2483 +"65761",15626,2424,3,2434,2582 +"65762",15626,3853,3,2434,2465 +"65763",15626,9150,3,2434,2689 +"65764",15626,9311,1,2434,2477 +"65765",15626,12703,3,2434,2689 +"65766",15626,13249,3,2434,2573 +"65767",15626,13315,3,2434,2516 +"65768",15626,14959,3,2434,2898 +"65769",15626,16352,3,2434,2657 +"65770",15626,19027,3,2434,2721 +"65771",15626,20700,3,2434,2861 +"65772",15626,21138,3,2434,2849 +"65773",15626,28982,3,2434,2746 +"65774",15626,29095,3,2434,2531 +"65775",15626,30906,2,2434,2537 +"65776",15626,31799,3,2434,2547 +"65777",15626,33433,1,2434,2805 +"65778",15626,33801,3,2434,2899 +"65779",15626,34735,3,2434,2767 +"65780",15626,36559,3,2434,2473 +"65781",15626,38755,3,2434,2902 +"65782",15626,47248,3,2434,2883 +"65783",15626,48820,3,2434,2769 +"65784",15626,49696,2,2434,2444 +"65785",15626,51853,1,2434,2520 +"65786",15626,53475,3,2434,2853 +"65787",15632,145,3,1242,1998 +"65788",15632,160,3,1242,2007 +"65789",15632,380,3,1242,2261 +"65790",15632,913,3,1242,2144 +"65791",15632,1102,3,1242,2282 +"65792",15632,1315,3,1242,2760 +"65793",15632,1691,3,1242,1941 +"65794",15632,1777,3,1242,1965 +"65795",15632,1831,3,1242,2397 +"65796",15632,2224,3,1242,2751 +"65797",15632,2572,3,1242,2273 +"65798",15632,2894,3,1242,1291 +"65799",15632,3139,3,1242,1656 +"65800",15632,3306,2,1242,1989 +"65801",15632,3495,3,1242,2431 +"65802",15632,3801,3,1242,1974 +"65803",15632,3947,3,1242,2067 +"65804",15632,4690,3,1242,1938 +"65805",15632,5078,3,1242,2033 +"65806",15632,5235,3,1242,2324 +"65807",15632,5457,3,1242,2077 +"65808",15632,5462,3,1242,2374 +"65809",15632,5504,3,1242,2389 +"65810",15632,5568,3,1242,1290 +"65811",15632,5865,2,1242,1910 +"65812",15632,6052,3,1242,1985 +"65813",15632,6222,3,1242,1949 +"65814",15632,6324,3,1242,1990 +"65815",15632,6449,3,1242,1997 +"65816",15632,6491,3,1242,2424 +"65817",15632,7181,2,1242,1421 +"65818",15632,7406,3,1242,1906 +"65819",15632,7475,3,1242,1284 +"65820",15632,7502,3,1242,1519 +"65821",15632,7616,2,1242,2296 +"65822",15632,8274,3,1242,1909 +"65823",15632,8327,3,1242,2527 +"65824",15632,8376,3,1242,1670 +"65825",15632,8866,2,1242,1545 +"65826",15632,8888,3,1242,1328 +"65827",15632,9175,3,1242,2639 +"65828",15632,9331,3,1242,2269 +"65829",15632,9362,1,1242,2879 +"65830",15632,9702,3,1242,1928 +"65831",15632,9805,3,1242,1621 +"65832",15632,10310,3,1242,2774 +"65833",15632,10349,3,1242,2300 +"65834",15632,10513,2,1242,2284 +"65835",15632,10851,2,1242,2423 +"65836",15632,11493,3,1242,2077 +"65837",15632,11516,3,1242,1937 +"65838",15632,12356,3,1242,2757 +"65839",15632,12602,3,1242,1956 +"65840",15632,12724,3,1242,1930 +"65841",15632,12901,3,1242,2136 +"65842",15632,13249,3,1242,2573 +"65843",15632,14080,2,1242,1351 +"65844",15632,14655,3,1242,2559 +"65845",15632,14834,3,1242,2739 +"65846",15632,14959,2,1242,2898 +"65847",15632,15003,3,1242,2067 +"65848",15632,15301,3,1242,2308 +"65849",15632,16539,2,1242,1947 +"65850",15632,17520,3,1242,2276 +"65851",15632,19744,3,1242,2623 +"65852",15632,20331,3,1242,2365 +"65853",15632,20730,3,1242,2243 +"65854",15632,20874,2,1242,1580 +"65855",15632,21719,3,1242,2708 +"65856",15632,21929,3,1242,2062 +"65857",15632,21960,2,1242,1517 +"65858",15632,22165,2,1242,1501 +"65859",15632,22566,3,1242,2308 +"65860",15632,23534,3,1242,1659 +"65861",15632,23825,3,1242,1913 +"65862",15632,26067,3,1242,2069 +"65863",15632,27195,3,1242,2158 +"65864",15632,27908,3,1242,2576 +"65865",15632,28784,3,1242,1579 +"65866",15632,28874,3,1242,2329 +"65867",15632,29930,3,1242,2240 +"65868",15632,30486,3,1242,1269 +"65869",15632,31235,3,1242,2668 +"65870",15632,31700,3,1242,2727 +"65871",15632,33475,3,1242,2367 +"65872",15632,33622,3,1242,2230 +"65873",15632,33949,3,1242,2489 +"65874",15632,34648,3,1242,1596 +"65875",15632,35235,3,1242,2610 +"65876",15632,35360,3,1242,2043 +"65877",15632,35448,3,1242,1685 +"65878",15632,36087,3,1242,2755 +"65879",15632,37937,3,1242,1320 +"65880",15632,38921,3,1242,1880 +"65881",15632,39431,3,1242,1460 +"65882",15632,40129,3,1242,2162 +"65883",15632,40295,3,1242,2703 +"65884",15632,40493,3,1242,1981 +"65885",15632,41278,3,1242,1873 +"65886",15632,41770,3,1242,2752 +"65887",15632,42216,3,1242,2722 +"65888",15632,42474,3,1242,2322 +"65889",15632,43455,3,1242,2846 +"65890",15632,45239,3,1242,2535 +"65891",15632,45302,3,1242,2390 +"65892",15632,45650,3,1242,1528 +"65893",15632,46040,2,1242,2105 +"65894",15632,46950,2,1242,2673 +"65895",15632,47789,3,1242,1583 +"65896",15632,48283,3,1242,1290 +"65897",15632,49512,3,1242,1302 +"65898",15632,51017,3,1242,2073 +"65899",15632,51035,2,1242,2397 +"65900",15632,51866,3,1242,2411 +"65901",15632,53219,3,1242,2973 +"65902",15632,54855,2,1242,1525 +"65903",15632,55076,3,1242,2408 +"65904",15632,56920,3,1242,2548 +"65905",15632,58365,3,1242,1902 +"65906",15632,59539,3,1242,2429 +"65907",15632,61932,3,1242,1959 +"65908",15632,62219,3,1242,2494 +"65909",15632,62488,3,1242,1418 +"65910",15632,64232,1,1242,1275 +"65911",15632,64997,3,1242,2791 +"65912",15632,66983,3,1242,2397 +"65913",15632,71342,3,1242,1289 +"65914",15632,77010,3,1242,2639 +"65915",15632,77155,3,1242,2946 +"65916",15632,77611,3,1242,1795 +"65917",15632,79653,2,1242,2683 +"65918",15632,79657,2,1242,1260 +"65919",15632,80825,2,1242,2315 +"65920",15632,82893,3,1242,1275 +"65921",15632,87837,3,1242,1987 +"65922",15632,92322,3,1242,2393 +"65923",15632,96553,3,1242,1887 +"65924",15632,105975,3,1242,1939 +"65925",15636,6255,3,2857,2895 +"65926",15636,18151,3,2857,2962 +"65927",15636,23319,3,2857,2867 +"65928",15636,33801,3,2857,2899 +"65929",15636,53219,3,2857,2973 +"65930",15643,380,3,502,2261 +"65931",15643,555,3,502,552 +"65932",15643,671,3,502,2328 +"65933",15643,675,3,502,1686 +"65934",15643,733,3,502,1653 +"65935",15643,1136,3,502,2536 +"65936",15643,1154,3,502,1656 +"65937",15643,1592,3,502,2006 +"65938",15643,1767,3,502,2727 +"65939",15643,1777,3,502,1965 +"65940",15643,1968,3,502,631 +"65941",15643,2063,3,502,1278 +"65942",15643,2166,3,502,2557 +"65943",15643,2429,3,502,999 +"65944",15643,2609,3,502,834 +"65945",15643,2684,2,502,2874 +"65946",15643,2743,3,502,1278 +"65947",15643,3068,3,502,1815 +"65948",15643,3167,1,502,1676 +"65949",15643,3242,3,502,1730 +"65950",15643,3271,3,502,2216 +"65951",15643,3317,3,502,2037 +"65952",15643,3628,3,502,2707 +"65953",15643,3830,3,502,1661 +"65954",15643,4191,3,502,2130 +"65955",15643,4226,1,502,1903 +"65956",15643,4305,2,502,2374 +"65957",15643,4485,3,502,1963 +"65958",15643,4687,3,502,2152 +"65959",15643,5239,3,502,2875 +"65960",15643,5462,3,502,2374 +"65961",15643,5504,3,502,2389 +"65962",15643,6052,3,502,1985 +"65963",15643,6428,2,502,1952 +"65964",15643,6491,1,502,2424 +"65965",15643,7241,3,502,2259 +"65966",15643,7245,3,502,2089 +"65967",15643,7555,3,502,1943 +"65968",15643,7847,3,502,2424 +"65969",15643,8011,3,502,889 +"65970",15643,8621,3,502,1681 +"65971",15643,8772,3,502,847 +"65972",15643,8866,3,502,1545 +"65973",15643,8888,3,502,1328 +"65974",15643,9272,3,502,2835 +"65975",15643,9362,3,502,2879 +"65976",15643,9432,3,502,1693 +"65977",15643,9751,2,502,1397 +"65978",15643,9805,3,502,1621 +"65979",15643,10488,3,502,1524 +"65980",15643,10646,3,502,1555 +"65981",15643,11055,3,502,2111 +"65982",15643,11620,3,502,2010 +"65983",15643,12374,2,502,2260 +"65984",15643,12728,3,502,2374 +"65985",15643,15118,3,502,1311 +"65986",15643,15401,3,502,1999 +"65987",15643,15453,3,502,1688 +"65988",15643,15539,2,502,1929 +"65989",15643,16053,3,502,908 +"65990",15643,16625,3,502,1285 +"65991",15643,17141,3,502,702 +"65992",15643,18315,3,502,2720 +"65993",15643,18415,3,502,2184 +"65994",15643,19335,3,502,1729 +"65995",15643,19606,3,502,2783 +"65996",15643,19937,3,502,1587 +"65997",15643,20287,3,502,1099 +"65998",15643,20311,2,502,1981 +"65999",15643,20732,3,502,2401 +"66000",15643,20824,2,502,1366 +"66001",15643,21029,3,502,1943 +"66002",15643,21104,2,502,2327 +"66003",15643,21198,3,502,935 +"66004",15643,21275,3,502,2609 +"66005",15643,22006,2,502,1202 +"66006",15643,22025,3,502,1591 +"66007",15643,22749,3,502,1727 +"66008",15643,23509,3,502,2275 +"66009",15643,23534,2,502,1659 +"66010",15643,23726,3,502,2434 +"66011",15643,24005,3,502,1188 +"66012",15643,24753,3,502,2860 +"66013",15643,24789,2,502,829 +"66014",15643,25816,3,502,2088 +"66015",15643,26067,3,502,2069 +"66016",15643,26322,3,502,1018 +"66017",15643,26436,3,502,2489 +"66018",15643,26451,2,502,2133 +"66019",15643,27501,3,502,1981 +"66020",15643,27628,2,502,2389 +"66021",15643,27792,1,502,1308 +"66022",15643,27849,3,502,1316 +"66023",15643,28303,2,502,2089 +"66024",15643,28434,3,502,1141 +"66025",15643,28731,3,502,955 +"66026",15643,28892,3,502,2023 +"66027",15643,29073,3,502,2328 +"66028",15643,29170,2,502,1846 +"66029",15643,29456,2,502,1182 +"66030",15643,29705,3,502,607 +"66031",15643,30883,3,502,1629 +"66032",15643,30943,3,502,2287 +"66033",15643,31235,3,502,2668 +"66034",15643,31691,3,502,1657 +"66035",15643,32017,3,502,577 +"66036",15643,32113,3,502,882 +"66037",15643,32173,3,502,2341 +"66038",15643,32811,1,502,804 +"66039",15643,32988,3,502,2008 +"66040",15643,33801,3,502,2899 +"66041",15643,34136,2,502,2202 +"66042",15643,34160,3,502,1759 +"66043",15643,34492,3,502,1798 +"66044",15643,34596,2,502,527 +"66045",15643,35235,3,502,2610 +"66046",15643,36439,3,502,2469 +"66047",15643,37800,3,502,604 +"66048",15643,37893,2,502,875 +"66049",15643,38449,3,502,1802 +"66050",15643,38523,3,502,549 +"66051",15643,39865,3,502,849 +"66052",15643,40072,3,502,1182 +"66053",15643,40369,2,502,2735 +"66054",15643,40645,3,502,1899 +"66055",15643,41739,3,502,1339 +"66056",15643,42186,3,502,955 +"66057",15643,42505,3,502,2008 +"66058",15643,43173,3,502,2895 +"66059",15643,43213,3,502,2160 +"66060",15643,43226,3,502,2442 +"66061",15643,43404,3,502,2649 +"66062",15643,43518,2,502,2680 +"66063",15643,44089,3,502,1632 +"66064",15643,44648,3,502,619 +"66065",15643,45660,3,502,618 +"66066",15643,46469,3,502,759 +"66067",15643,46723,3,502,607 +"66068",15643,48110,3,502,2009 +"66069",15643,48260,1,502,875 +"66070",15643,48698,2,502,1474 +"66071",15643,50118,3,502,2654 +"66072",15643,50219,3,502,756 +"66073",15643,50235,3,502,726 +"66074",15643,51022,3,502,1499 +"66075",15643,51157,3,502,2319 +"66076",15643,51410,3,502,2739 +"66077",15643,51987,3,502,1397 +"66078",15643,54255,3,502,679 +"66079",15643,54855,3,502,1525 +"66080",15643,55084,3,502,1189 +"66081",15643,55691,3,502,2856 +"66082",15643,56317,3,502,2030 +"66083",15643,57337,3,502,1443 +"66084",15643,57544,2,502,2443 +"66085",15643,57609,3,502,2717 +"66086",15643,57977,3,502,2683 +"66087",15643,58035,3,502,1646 +"66088",15643,58133,2,502,1484 +"66089",15643,58451,3,502,1939 +"66090",15643,58508,3,502,2326 +"66091",15643,59939,3,502,936 +"66092",15643,62148,3,502,1566 +"66093",15643,62957,3,502,1170 +"66094",15643,63770,2,502,1324 +"66095",15643,64031,3,502,1295 +"66096",15643,64181,3,502,1828 +"66097",15643,64997,2,502,2791 +"66098",15643,65322,3,502,2008 +"66099",15643,65625,3,502,1273 +"66100",15643,65884,2,502,798 +"66101",15643,67314,3,502,1051 +"66102",15643,69335,3,502,2698 +"66103",15643,69498,3,502,931 +"66104",15643,73728,2,502,784 +"66105",15643,74687,3,502,930 +"66106",15643,74730,3,502,535 +"66107",15643,78256,1,502,804 +"66108",15643,79436,3,502,1344 +"66109",15643,79612,2,502,927 +"66110",15643,80301,3,502,1690 +"66111",15643,80471,3,502,538 +"66112",15643,81586,3,502,877 +"66113",15643,81895,3,502,1634 +"66114",15643,82426,3,502,1576 +"66115",15643,82696,3,502,1305 +"66116",15643,82767,3,502,1641 +"66117",15643,82787,3,502,1144 +"66118",15643,86245,2,502,1972 +"66119",15643,88473,3,502,1102 +"66120",15643,91912,3,502,790 +"66121",15643,94650,2,502,896 +"66122",15643,97275,3,502,731 +"66123",15643,98925,3,502,584 +"66124",15643,99020,2,502,1383 +"66125",15643,99103,3,502,1470 +"66126",15643,100532,3,502,859 +"66127",15643,100670,3,502,525 +"66128",15643,102107,3,502,504 +"66129",15643,105233,3,502,1199 +"66130",15643,108379,2,502,2933 +"66131",15643,108867,3,502,2328 +"66132",15643,119444,2,502,888 +"66133",15643,120549,3,502,708 +"66134",15650,10333,2,1601,1615 +"66135",15650,26478,1,1601,1963 +"66136",15650,32939,3,1601,2277 +"66137",15650,44780,2,1601,2534 +"66138",15650,49147,3,1601,2539 +"66139",15650,50468,3,1601,1659 +"66140",15683,364,3,1729,2351 +"66141",15683,680,3,1729,2569 +"66142",15683,728,3,1729,1812 +"66143",15683,1519,3,1729,2349 +"66144",15683,3978,3,1729,2775 +"66145",15683,4066,3,1729,1736 +"66146",15683,4303,2,1729,2414 +"66147",15683,7014,3,1729,2401 +"66148",15683,8062,3,1729,2858 +"66149",15683,8726,3,1729,2083 +"66150",15683,12081,3,1729,2166 +"66151",15683,12759,3,1729,2414 +"66152",15683,18965,3,1729,2315 +"66153",15683,20941,3,1729,2725 +"66154",15683,21407,2,1729,2728 +"66155",15683,25373,3,1729,2783 +"66156",15683,26286,2,1729,2023 +"66157",15683,29289,2,1729,1756 +"66158",15683,29977,2,1729,2781 +"66159",15683,30334,3,1729,2075 +"66160",15683,37279,1,1729,2768 +"66161",15683,37636,3,1729,2178 +"66162",15683,38691,3,1729,2585 +"66163",15683,40392,3,1729,1878 +"66164",15683,41723,3,1729,2101 +"66165",15683,50113,3,1729,2059 +"66166",15683,50585,2,1729,2414 +"66167",15683,51783,3,1729,2599 +"66168",15683,54775,3,1729,2383 +"66169",15683,71412,3,1729,1974 +"66170",15683,90943,2,1729,1754 +"66171",15683,96300,2,1729,2594 +"66172",15691,508,3,324,801 +"66173",15691,868,2,324,607 +"66174",15691,2351,3,324,1868 +"66175",15691,2443,3,324,2333 +"66176",15691,2894,3,324,1291 +"66177",15691,4646,3,324,2139 +"66178",15691,5392,3,324,1648 +"66179",15691,5599,3,324,1684 +"66180",15691,5615,3,324,1105 +"66181",15691,7118,2,324,966 +"66182",15691,7582,3,324,1099 +"66183",15691,7616,3,324,2296 +"66184",15691,9311,3,324,2477 +"66185",15691,9423,3,324,1708 +"66186",15691,9871,3,324,921 +"66187",15691,12081,3,324,2166 +"66188",15691,12361,3,324,2732 +"66189",15691,12388,2,324,1975 +"66190",15691,14731,3,324,2012 +"66191",15691,15379,3,324,1231 +"66192",15691,15444,3,324,2764 +"66193",15691,15583,3,324,1144 +"66194",15691,16850,3,324,1657 +"66195",15691,17133,3,324,924 +"66196",15691,18404,2,324,801 +"66197",15691,18465,3,324,354 +"66198",15691,18670,2,324,1835 +"66199",15691,19676,3,324,1515 +"66200",15691,20162,3,324,2328 +"66201",15691,22682,3,324,2035 +"66202",15691,23825,3,324,1913 +"66203",15691,24169,3,324,1663 +"66204",15691,24256,3,324,2393 +"66205",15691,24421,2,324,1324 +"66206",15691,25033,3,324,929 +"66207",15691,26603,3,324,2508 +"66208",15691,27796,3,324,2151 +"66209",15691,29089,2,324,1344 +"66210",15691,29512,2,324,1594 +"66211",15691,29818,3,324,1677 +"66212",15691,30697,3,324,2891 +"66213",15691,31159,3,324,2231 +"66214",15691,31705,2,324,2706 +"66215",15691,32047,3,324,1858 +"66216",15691,34707,3,324,2042 +"66217",15691,34820,3,324,1630 +"66218",15691,35888,3,324,2291 +"66219",15691,36578,3,324,1484 +"66220",15691,36784,3,324,576 +"66221",15691,37332,3,324,1891 +"66222",15691,41581,3,324,1692 +"66223",15691,41901,3,324,630 +"66224",15691,42837,3,324,1096 +"66225",15691,42852,3,324,1316 +"66226",15691,44403,3,324,2429 +"66227",15691,45545,2,324,1776 +"66228",15691,46568,3,324,822 +"66229",15691,48258,3,324,755 +"66230",15691,51250,3,324,2683 +"66231",15691,54737,3,324,326 +"66232",15691,58854,3,324,1131 +"66233",15691,66756,1,324,1301 +"66234",15691,66878,3,324,1949 +"66235",15691,73998,2,324,643 +"66236",15691,76196,3,324,1643 +"66237",15691,76607,3,324,747 +"66238",15691,77155,2,324,2946 +"66239",15691,77550,3,324,1548 +"66240",15691,81989,3,324,438 +"66241",15691,81995,3,324,2673 +"66242",15691,82009,3,324,1020 +"66243",15691,82187,3,324,1055 +"66244",15691,83334,3,324,1708 +"66245",15691,95155,3,324,849 +"66246",15691,96770,3,324,983 +"66247",15691,97768,3,324,1500 +"66248",15691,102530,3,324,880 +"66249",15691,108620,3,324,881 +"66250",15696,10939,2,837,1376 +"66251",15696,12356,3,837,2757 +"66252",15696,14325,3,837,1976 +"66253",15696,14652,3,837,2516 +"66254",15696,14959,3,837,2898 +"66255",15696,16954,3,837,2972 +"66256",15696,18563,1,837,2715 +"66257",15696,20659,3,837,1969 +"66258",15696,21225,2,837,1945 +"66259",15696,26031,3,837,1397 +"66260",15696,26793,3,837,2104 +"66261",15696,32601,3,837,1033 +"66262",15696,40931,3,837,2301 +"66263",15696,43153,3,837,1381 +"66264",15696,50272,3,837,842 +"66265",15696,56893,3,837,2597 +"66266",15696,91518,3,837,842 +"66267",15696,95011,3,837,1986 +"66268",15700,270,3,1712,2542 +"66269",15700,680,3,1712,2569 +"66270",15700,1560,3,1712,2013 +"66271",15700,2111,3,1712,1904 +"66272",15700,3306,3,1712,1989 +"66273",15700,3493,3,1712,2451 +"66274",15700,4303,3,1712,2414 +"66275",15700,4360,3,1712,1770 +"66276",15700,5072,3,1712,2175 +"66277",15700,5515,3,1712,2385 +"66278",15700,5622,3,1712,2175 +"66279",15700,5971,3,1712,1985 +"66280",15700,6047,3,1712,2004 +"66281",15700,6222,3,1712,1949 +"66282",15700,6588,3,1712,2025 +"66283",15700,7234,3,1712,2654 +"66284",15700,7555,3,1712,1943 +"66285",15700,8062,3,1712,2858 +"66286",15700,9654,3,1712,2111 +"66287",15700,9716,3,1712,1929 +"66288",15700,10857,3,1712,2253 +"66289",15700,11218,3,1712,2292 +"66290",15700,11429,3,1712,2520 +"66291",15700,11477,3,1712,2724 +"66292",15700,12759,3,1712,2414 +"66293",15700,13307,3,1712,2206 +"66294",15700,13586,2,1712,2966 +"66295",15700,14032,3,1712,2144 +"66296",15700,14972,3,1712,2332 +"66297",15700,15095,3,1712,2001 +"66298",15700,16352,3,1712,2657 +"66299",15700,17400,3,1712,2231 +"66300",15700,18005,3,1712,2449 +"66301",15700,18361,3,1712,2968 +"66302",15700,18371,3,1712,2860 +"66303",15700,18394,3,1712,2356 +"66304",15700,20124,3,1712,2376 +"66305",15700,20311,3,1712,1981 +"66306",15700,21693,3,1712,2176 +"66307",15700,22197,3,1712,2271 +"66308",15700,22326,3,1712,2818 +"66309",15700,22362,3,1712,1836 +"66310",15700,23011,3,1712,2763 +"66311",15700,23526,3,1712,1998 +"66312",15700,23715,3,1712,1859 +"66313",15700,23725,3,1712,2378 +"66314",15700,25373,3,1712,2783 +"66315",15700,26067,3,1712,2069 +"66316",15700,26080,3,1712,2525 +"66317",15700,26848,3,1712,2363 +"66318",15700,26867,2,1712,1804 +"66319",15700,29929,1,1712,2789 +"66320",15700,29941,2,1712,1986 +"66321",15700,30334,2,1712,2075 +"66322",15700,30405,3,1712,2164 +"66323",15700,30705,3,1712,2959 +"66324",15700,31093,3,1712,2160 +"66325",15700,35518,3,1712,1721 +"66326",15700,35815,1,1712,2789 +"66327",15700,36609,3,1712,2918 +"66328",15700,36953,3,1712,2790 +"66329",15700,37636,2,1712,2178 +"66330",15700,37844,3,1712,2002 +"66331",15700,39294,3,1712,1889 +"66332",15700,40392,2,1712,1878 +"66333",15700,41429,3,1712,1770 +"66334",15700,41723,3,1712,2101 +"66335",15700,43213,2,1712,2160 +"66336",15700,45618,3,1712,2356 +"66337",15700,45684,3,1712,2200 +"66338",15700,45729,3,1712,2606 +"66339",15700,46629,3,1712,2255 +"66340",15700,47082,3,1712,1990 +"66341",15700,48215,3,1712,2028 +"66342",15700,50236,2,1712,2339 +"66343",15700,51783,2,1712,2599 +"66344",15700,52203,3,1712,1961 +"66345",15700,52576,3,1712,2234 +"66346",15700,53219,3,1712,2973 +"66347",15700,54551,3,1712,2348 +"66348",15700,56082,1,1712,2395 +"66349",15700,56237,3,1712,2625 +"66350",15700,57842,3,1712,2482 +"66351",15700,58508,3,1712,2326 +"66352",15700,64947,3,1712,2489 +"66353",15700,67726,3,1712,2873 +"66354",15700,72207,2,1712,2430 +"66355",15700,72326,3,1712,2384 +"66356",15700,75403,2,1712,1895 +"66357",15700,79804,3,1712,2227 +"66358",15700,82949,3,1712,2077 +"66359",15700,86245,3,1712,1972 +"66360",15713,600,3,1646,1702 +"66361",15713,998,3,1646,1795 +"66362",15713,1102,3,1646,2282 +"66363",15713,1214,3,1646,2050 +"66364",15713,1592,3,1646,2006 +"66365",15713,1691,2,1646,1941 +"66366",15713,1875,3,1646,1786 +"66367",15713,3628,3,1646,2707 +"66368",15713,3716,3,1646,1679 +"66369",15713,5258,3,1646,2730 +"66370",15713,6074,3,1646,2426 +"66371",15713,6390,3,1646,2385 +"66372",15713,7847,3,1646,2424 +"66373",15713,8088,3,1646,2220 +"66374",15713,8762,2,1646,2585 +"66375",15713,11351,3,1646,2971 +"66376",15713,12518,2,1646,2747 +"66377",15713,12724,3,1646,1930 +"66378",15713,14972,3,1646,2332 +"66379",15713,18211,3,1646,1745 +"66380",15713,18543,3,1646,2968 +"66381",15713,19813,3,1646,1744 +"66382",15713,20407,3,1646,2339 +"66383",15713,21693,3,1646,2176 +"66384",15713,22326,3,1646,2818 +"66385",15713,22362,3,1646,1836 +"66386",15713,24392,3,1646,2719 +"66387",15713,25874,2,1646,2088 +"66388",15713,27030,3,1646,2031 +"66389",15713,29295,2,1646,2043 +"66390",15713,30981,3,1646,2366 +"66391",15713,33622,3,1646,2230 +"66392",15713,35428,3,1646,2263 +"66393",15713,35514,2,1646,2346 +"66394",15713,36439,3,1646,2469 +"66395",15713,40022,3,1646,2307 +"66396",15713,43173,3,1646,2895 +"66397",15713,55156,3,1646,2196 +"66398",15713,63573,3,1646,1973 +"66399",15713,64181,2,1646,1828 +"66400",15713,64997,3,1646,2791 +"66401",15713,66413,3,1646,2507 +"66402",15713,74636,3,1646,2525 +"66403",15713,78563,3,1646,2385 +"66404",15713,87837,2,1646,1987 +"66405",15713,88232,3,1646,2881 +"66406",15713,105063,3,1646,1908 +"66407",15713,120703,3,1646,2172 +"66408",15716,307,3,1991,2530 +"66409",15716,7013,2,1991,2040 +"66410",15716,9893,3,1991,2701 +"66411",15716,11055,3,1991,2111 +"66412",15716,14652,3,1991,2516 +"66413",15716,15433,3,1991,2038 +"66414",15716,17061,3,1991,2385 +"66415",15716,19027,3,1991,2721 +"66416",15716,23132,2,1991,2756 +"66417",15716,26793,3,1991,2104 +"66418",15716,35481,3,1991,2211 +"66419",15716,39534,3,1991,2410 +"66420",15716,42574,3,1991,2842 +"66421",15716,45608,3,1991,2420 +"66422",15716,54695,3,1991,2429 +"66423",15716,58427,3,1991,2234 +"66424",15716,102186,3,1991,2937 +"66425",15724,8274,3,88,1909 +"66426",15724,8327,3,88,2527 +"66427",15724,12778,3,88,2045 +"66428",15724,15444,3,88,2764 +"66429",15724,17502,3,88,869 +"66430",15724,21248,3,88,2232 +"66431",15724,27001,3,88,1761 +"66432",15724,29066,2,88,224 +"66433",15724,31117,3,88,2210 +"66434",15724,31927,3,88,818 +"66435",15724,42543,2,88,1907 +"66436",15724,49615,1,88,914 +"66437",15724,96611,3,88,765 +"66438",15724,115461,2,88,524 +"66439",15728,386,3,576,1553 +"66440",15728,1787,3,576,1707 +"66441",15728,3484,3,576,1515 +"66442",15728,4188,3,576,2963 +"66443",15728,5937,2,576,2392 +"66444",15728,6234,3,576,2654 +"66445",15728,6235,3,576,1585 +"66446",15728,7499,3,576,1803 +"66447",15728,7970,3,576,1197 +"66448",15728,8899,3,576,2023 +"66449",15728,10250,3,576,1606 +"66450",15728,11679,2,576,846 +"66451",15728,11868,3,576,1639 +"66452",15728,13671,3,576,1371 +"66453",15728,14612,3,576,2340 +"66454",15728,14861,3,576,2269 +"66455",15728,15119,3,576,1020 +"66456",15728,15150,2,576,2801 +"66457",15728,15558,1,576,2389 +"66458",15728,16477,3,576,2069 +"66459",15728,16524,3,576,1556 +"66460",15728,16590,3,576,1123 +"66461",15728,16969,2,576,1917 +"66462",15728,18645,3,576,793 +"66463",15728,19002,2,576,2053 +"66464",15728,19767,3,576,1041 +"66465",15728,20011,2,576,2826 +"66466",15728,22746,2,576,913 +"66467",15728,23493,3,576,706 +"66468",15728,23728,2,576,2601 +"66469",15728,24044,3,576,1076 +"66470",15728,26698,3,576,1963 +"66471",15728,29775,3,576,2064 +"66472",15728,30194,3,576,2874 +"66473",15728,32079,3,576,2315 +"66474",15728,32841,3,576,1345 +"66475",15728,32939,3,576,2277 +"66476",15728,34576,2,576,1727 +"66477",15728,38354,3,576,629 +"66478",15728,39723,3,576,778 +"66479",15728,41521,3,576,2069 +"66480",15728,42136,2,576,2551 +"66481",15728,44727,3,576,1227 +"66482",15728,44730,3,576,2468 +"66483",15728,48585,2,576,2063 +"66484",15728,56413,3,576,2747 +"66485",15728,57804,3,576,2214 +"66486",15728,61784,2,576,754 +"66487",15728,67836,3,576,2195 +"66488",15728,76505,3,576,2123 +"66489",15728,79913,3,576,1514 +"66490",15728,82246,3,576,1538 +"66491",15728,89258,3,576,1147 +"66492",15728,90268,3,576,585 +"66493",15728,96700,2,576,1602 +"66494",15728,104409,3,576,650 +"66495",15728,104843,2,576,1167 +"66496",15728,113333,3,576,1018 +"66497",15728,118312,2,576,1159 +"66498",15729,270,3,2338,2542 +"66499",15729,2424,3,2338,2582 +"66500",15729,3477,3,2338,2546 +"66501",15729,6063,3,2338,2349 +"66502",15729,7794,3,2338,2972 +"66503",15729,8842,3,2338,2535 +"66504",15729,9175,2,2338,2639 +"66505",15729,12042,3,2338,2345 +"66506",15729,13249,3,2338,2573 +"66507",15729,14507,3,2338,2686 +"66508",15729,16628,3,2338,2409 +"66509",15729,17365,3,2338,2746 +"66510",15729,17549,3,2338,2647 +"66511",15729,24825,3,2338,2686 +"66512",15729,31705,3,2338,2706 +"66513",15729,33223,3,2338,2397 +"66514",15729,33380,2,2338,2340 +"66515",15729,37238,3,2338,2609 +"66516",15729,38307,2,2338,2648 +"66517",15729,40368,3,2338,2876 +"66518",15729,41945,3,2338,2856 +"66519",15729,43455,2,2338,2846 +"66520",15729,45239,2,2338,2535 +"66521",15729,45608,3,2338,2420 +"66522",15729,47140,3,2338,2439 +"66523",15729,51866,3,2338,2411 +"66524",15729,52032,3,2338,2853 +"66525",15729,52892,3,2338,2372 +"66526",15729,53219,3,2338,2973 +"66527",15729,60974,2,2338,2972 +"66528",15729,61982,3,2338,2725 +"66529",15729,65434,3,2338,2866 +"66530",15729,75311,3,2338,2745 +"66531",15734,2337,1,1616,1697 +"66532",15734,2446,3,1616,2606 +"66533",15734,3068,3,1616,1815 +"66534",15734,3495,3,1616,2431 +"66535",15734,3853,3,1616,2465 +"66536",15734,4705,1,1616,1714 +"66537",15734,6417,3,1616,1675 +"66538",15734,7258,2,1616,1714 +"66539",15734,20423,3,1616,2654 +"66540",15734,20486,3,1616,1908 +"66541",15734,21138,3,1616,2849 +"66542",15734,22277,3,1616,2424 +"66543",15734,23139,3,1616,2644 +"66544",15734,23319,3,1616,2867 +"66545",15734,24558,3,1616,2139 +"66546",15734,25078,2,1616,2312 +"66547",15734,25129,3,1616,2647 +"66548",15734,35360,2,1616,2043 +"66549",15734,35448,3,1616,1685 +"66550",15734,44268,3,1616,2436 +"66551",15734,46742,3,1616,2144 +"66552",15734,47812,3,1616,2343 +"66553",15734,49787,2,1616,2352 +"66554",15734,49812,2,1616,1816 +"66555",15734,56854,3,1616,2022 +"66556",15734,62841,3,1616,2710 +"66557",15734,65572,3,1616,2750 +"66558",15734,66124,2,1616,2174 +"66559",15734,83862,3,1616,2026 +"66560",15737,388,3,676,1594 +"66561",15737,1023,2,676,2515 +"66562",15737,1063,2,676,2515 +"66563",15737,1560,3,676,2013 +"66564",15737,3255,3,676,2504 +"66565",15737,8478,3,676,984 +"66566",15737,9030,3,676,1979 +"66567",15737,9506,3,676,1012 +"66568",15737,9716,2,676,1929 +"66569",15737,11135,3,676,2441 +"66570",15737,11429,3,676,2520 +"66571",15737,14626,3,676,2175 +"66572",15737,14654,3,676,1692 +"66573",15737,14761,2,676,2502 +"66574",15737,15462,3,676,1141 +"66575",15737,16029,3,676,1160 +"66576",15737,16590,3,676,1123 +"66577",15737,19383,1,676,1200 +"66578",15737,20657,3,676,2340 +"66579",15737,22652,1,676,1544 +"66580",15737,25751,3,676,1523 +"66581",15737,26567,3,676,1158 +"66582",15737,32582,3,676,1929 +"66583",15737,33755,3,676,2963 +"66584",15737,37342,3,676,2649 +"66585",15737,38038,3,676,2686 +"66586",15737,39211,2,676,1908 +"66587",15737,40392,3,676,1878 +"66588",15737,41185,2,676,1929 +"66589",15737,45874,3,676,944 +"66590",15737,45983,3,676,1260 +"66591",15737,46581,3,676,1160 +"66592",15737,49347,3,676,2504 +"66593",15737,58086,3,676,1667 +"66594",15737,78768,3,676,841 +"66595",15737,100334,3,676,777 +"66596",15743,7548,3,398,1932 +"66597",15743,7840,1,398,984 +"66598",15743,10439,3,398,773 +"66599",15743,10474,3,398,1608 +"66600",15743,13315,3,398,2516 +"66601",15743,15609,1,398,1229 +"66602",15743,22181,3,398,1274 +"66603",15743,22422,2,398,894 +"66604",15743,40748,3,398,1328 +"66605",15743,43743,2,398,1229 +"66606",15743,52389,1,398,512 +"66607",15743,63966,3,398,1565 +"66608",15743,81674,3,398,499 +"66609",15743,89278,3,398,587 +"66610",15743,95730,3,398,1481 +"66611",15743,102301,3,398,865 +"66612",15756,1639,3,2362,2631 +"66613",15756,6104,3,2362,2462 +"66614",15756,23725,3,2362,2378 +"66615",15756,33949,3,2362,2489 +"66616",15756,50134,3,2362,2674 +"66617",15756,54929,3,2362,2783 +"66618",15756,57842,2,2362,2482 +"66619",15756,59539,2,2362,2429 +"66620",15778,4634,3,2262,2291 +"66621",15778,47882,3,2262,2769 +"66622",15782,2443,3,2306,2333 +"66623",15782,3158,3,2306,2762 +"66624",15782,4249,1,2306,2547 +"66625",15782,4784,3,2306,2511 +"66626",15782,5897,3,2306,2337 +"66627",15782,6223,2,2306,2363 +"66628",15782,6345,3,2306,2713 +"66629",15782,8463,2,2306,2466 +"66630",15782,9272,3,2306,2835 +"66631",15782,9724,2,2306,2713 +"66632",15782,14470,1,2306,2632 +"66633",15782,14612,3,2306,2340 +"66634",15782,17499,3,2306,2954 +"66635",15782,23550,3,2306,2939 +"66636",15782,25941,3,2306,2369 +"66637",15782,30714,3,2306,2485 +"66638",15782,31264,3,2306,2335 +"66639",15782,31855,3,2306,2636 +"66640",15782,32169,3,2306,2504 +"66641",15782,36478,3,2306,2808 +"66642",15782,37684,3,2306,2899 +"66643",15782,37929,3,2306,2393 +"66644",15782,42390,2,2306,2937 +"66645",15782,43226,3,2306,2442 +"66646",15782,43701,3,2306,2400 +"66647",15782,45499,3,2306,2346 +"66648",15782,47607,3,2306,2724 +"66649",15782,47882,3,2306,2769 +"66650",15782,50440,3,2306,2469 +"66651",15782,53584,3,2306,2391 +"66652",15782,53652,3,2306,2899 +"66653",15782,54488,3,2306,2357 +"66654",15782,58508,3,2306,2326 +"66655",15782,66368,3,2306,2413 +"66656",15782,68813,3,2306,2511 +"66657",15782,69335,3,2306,2698 +"66658",15782,82217,3,2306,2441 +"66659",15799,270,3,1917,2542 +"66660",15799,380,3,1917,2261 +"66661",15799,1102,3,1917,2282 +"66662",15799,2181,1,1917,2030 +"66663",15799,2533,3,1917,2016 +"66664",15799,3305,3,1917,2839 +"66665",15799,3477,3,1917,2546 +"66666",15799,4687,3,1917,2152 +"66667",15799,4932,3,1917,2752 +"66668",15799,5235,3,1917,2324 +"66669",15799,5971,3,1917,1985 +"66670",15799,6052,3,1917,1985 +"66671",15799,6063,3,1917,2349 +"66672",15799,6363,3,1917,2066 +"66673",15799,6390,3,1917,2385 +"66674",15799,6449,3,1917,1997 +"66675",15799,6588,3,1917,2025 +"66676",15799,7515,3,1917,2737 +"66677",15799,9175,3,1917,2639 +"66678",15799,11218,3,1917,2292 +"66679",15799,12081,3,1917,2166 +"66680",15799,12724,3,1917,1930 +"66681",15799,13307,3,1917,2206 +"66682",15799,14108,3,1917,2012 +"66683",15799,14834,3,1917,2739 +"66684",15799,15729,3,1917,2338 +"66685",15799,17645,3,1917,1918 +"66686",15799,18394,3,1917,2356 +"66687",15799,19248,3,1917,2357 +"66688",15799,19719,3,1917,2177 +"66689",15799,19862,3,1917,2412 +"66690",15799,21012,3,1917,2325 +"66691",15799,21929,3,1917,2062 +"66692",15799,23526,1,1917,1998 +"66693",15799,24955,3,1917,2424 +"66694",15799,25198,3,1917,1982 +"66695",15799,25816,3,1917,2088 +"66696",15799,27694,2,1917,2030 +"66697",15799,30405,3,1917,2164 +"66698",15799,31307,3,1917,2139 +"66699",15799,33223,3,1917,2397 +"66700",15799,34836,2,1917,2302 +"66701",15799,38307,3,1917,2648 +"66702",15799,39464,3,1917,2314 +"66703",15799,39516,3,1917,2393 +"66704",15799,40493,3,1917,1981 +"66705",15799,42783,3,1917,2338 +"66706",15799,43226,3,1917,2442 +"66707",15799,45239,3,1917,2535 +"66708",15799,45302,3,1917,2390 +"66709",15799,46629,3,1917,2255 +"66710",15799,47140,3,1917,2439 +"66711",15799,48035,3,1917,2180 +"66712",15799,50236,3,1917,2339 +"66713",15799,52323,3,1917,2148 +"66714",15799,53323,3,1917,2677 +"66715",15799,53519,3,1917,2781 +"66716",15799,56082,3,1917,2395 +"66717",15799,58427,3,1917,2234 +"66718",15799,58617,3,1917,2093 +"66719",15799,59700,2,1917,2346 +"66720",15799,63409,3,1917,1937 +"66721",15799,65007,3,1917,2530 +"66722",15799,70573,3,1917,1993 +"66723",15799,70647,3,1917,2795 +"66724",15799,72207,3,1917,2430 +"66725",15799,72468,2,1917,2292 +"66726",15799,73786,3,1917,2937 +"66727",15808,5041,3,1521,2371 +"66728",15808,5239,2,1521,2875 +"66729",15808,5557,2,1521,1929 +"66730",15808,11525,3,1521,2639 +"66731",15808,13780,3,1521,2412 +"66732",15808,14626,3,1521,2175 +"66733",15808,16826,3,1521,2599 +"66734",15808,20874,3,1521,1580 +"66735",15808,22207,3,1521,2365 +"66736",15808,22543,3,1521,1594 +"66737",15808,25399,3,1521,2784 +"66738",15808,27642,3,1521,1531 +"66739",15808,27860,3,1521,1588 +"66740",15808,29243,3,1521,2011 +"66741",15808,30386,3,1521,1833 +"66742",15808,34158,2,1521,2639 +"66743",15808,34648,3,1521,1596 +"66744",15808,35361,3,1521,2389 +"66745",15808,40368,3,1521,2876 +"66746",15808,40487,1,1521,2512 +"66747",15808,44135,3,1521,2620 +"66748",15808,45903,3,1521,2237 +"66749",15808,49277,3,1521,1928 +"66750",15808,51319,3,1521,2488 +"66751",15808,55076,3,1521,2408 +"66752",15808,64857,3,1521,1792 +"66753",15813,270,2,2143,2542 +"66754",15813,671,3,2143,2328 +"66755",15813,913,3,2143,2144 +"66756",15813,2224,3,2143,2751 +"66757",15813,2424,1,2143,2582 +"66758",15813,3305,2,2143,2839 +"66759",15813,3966,2,2143,2425 +"66760",15813,4953,3,2143,2285 +"66761",15813,9175,3,2143,2639 +"66762",15813,9311,3,2143,2477 +"66763",15813,10857,3,2143,2253 +"66764",15813,10890,3,2143,2639 +"66765",15813,13307,3,2143,2206 +"66766",15813,14252,3,2143,2244 +"66767",15813,16432,3,2143,2664 +"66768",15813,17365,3,2143,2746 +"66769",15813,18394,3,2143,2356 +"66770",15813,19248,2,2143,2357 +"66771",15813,19622,3,2143,2371 +"66772",15813,19719,3,2143,2177 +"66773",15813,20695,3,2143,2526 +"66774",15813,21012,2,2143,2325 +"66775",15813,21693,3,2143,2176 +"66776",15813,25325,3,2143,2963 +"66777",15813,26740,2,2143,2695 +"66778",15813,26749,3,2143,2965 +"66779",15813,27275,3,2143,2656 +"66780",15813,30052,3,2143,2855 +"66781",15813,37285,3,2143,2428 +"66782",15813,38263,3,2143,2475 +"66783",15813,38307,3,2143,2648 +"66784",15813,41945,3,2143,2856 +"66785",15813,42216,3,2143,2722 +"66786",15813,43455,2,2143,2846 +"66787",15813,45239,3,2143,2535 +"66788",15813,46629,2,2143,2255 +"66789",15813,48605,3,2143,2796 +"66790",15813,51041,3,2143,2606 +"66791",15813,51866,3,2143,2411 +"66792",15813,52570,3,2143,2645 +"66793",15813,52576,2,2143,2234 +"66794",15813,58508,3,2143,2326 +"66795",15813,61982,2,2143,2725 +"66796",15813,62841,3,2143,2710 +"66797",15813,68215,3,2143,2727 +"66798",15813,69348,3,2143,2783 +"66799",15813,76892,1,2143,2381 +"66800",15821,4932,3,2456,2752 +"66801",15821,31131,3,2456,2810 +"66802",15821,36506,3,2456,2638 +"66803",15821,45461,3,2456,2458 +"66804",15821,47534,2,2456,2712 +"66805",15826,2979,3,2772,2912 +"66806",15826,4367,3,2772,2794 +"66807",15826,7252,3,2772,2799 +"66808",15826,8604,3,2772,2799 +"66809",15826,13136,3,2772,2867 +"66810",15826,23325,3,2772,2779 +"66811",15826,26182,2,2772,2775 +"66812",15871,1985,3,508,888 +"66813",15871,4889,2,508,1501 +"66814",15871,7672,2,508,1974 +"66815",15871,12610,3,508,1274 +"66816",15871,14072,3,508,1346 +"66817",15871,14676,3,508,2764 +"66818",15871,14972,3,508,2332 +"66819",15871,30016,3,508,1124 +"66820",15871,38227,3,508,2511 +"66821",15871,39245,3,508,517 +"66822",15871,41250,3,508,1703 +"66823",15871,41402,3,508,2313 +"66824",15871,46621,3,508,1343 +"66825",15871,50217,3,508,1211 +"66826",15871,52327,3,508,1472 +"66827",15871,53624,1,508,952 +"66828",15871,55556,3,508,2075 +"66829",15871,61785,3,508,822 +"66830",15871,75025,3,508,717 +"66831",15871,88750,2,508,787 +"66832",15871,90052,1,508,851 +"66833",15871,94396,1,508,787 +"66834",15871,109114,3,508,1287 +"66835",15872,1130,3,1551,1566 +"66836",15872,3716,3,1551,1679 +"66837",15872,6047,3,1551,2004 +"66838",15872,6417,3,1551,1675 +"66839",15872,10513,3,1551,2284 +"66840",15872,16826,3,1551,2599 +"66841",15872,21138,2,1551,2849 +"66842",15872,22141,3,1551,2348 +"66843",15872,22639,3,1551,2352 +"66844",15872,30906,3,1551,2537 +"66845",15872,34509,3,1551,1973 +"66846",15872,40487,3,1551,2512 +"66847",15872,47248,3,1551,2883 +"66848",15872,47715,3,1551,2111 +"66849",15872,51017,2,1551,2073 +"66850",15872,51035,3,1551,2397 +"66851",15872,84022,3,1551,2289 +"66852",15879,140,3,419,2267 +"66853",15879,364,3,419,2351 +"66854",15879,680,3,419,2569 +"66855",15879,841,3,419,2964 +"66856",15879,900,3,419,2726 +"66857",15879,913,3,419,2144 +"66858",15879,1700,2,419,613 +"66859",15879,2057,3,419,1965 +"66860",15879,2429,3,419,999 +"66861",15879,2540,1,419,1398 +"66862",15879,3127,3,419,2273 +"66863",15879,3198,3,419,1797 +"66864",15879,3397,3,419,2126 +"66865",15879,3409,3,419,2167 +"66866",15879,3453,3,419,2126 +"66867",15879,3978,3,419,2775 +"66868",15879,4303,3,419,2414 +"66869",15879,4669,3,419,2395 +"66870",15879,4790,3,419,1025 +"66871",15879,4932,3,419,2752 +"66872",15879,4983,2,419,1909 +"66873",15879,5317,3,419,2063 +"66874",15879,5792,3,419,975 +"66875",15879,6989,2,419,2623 +"66876",15879,7615,3,419,1657 +"66877",15879,7785,3,419,2441 +"66878",15879,7942,3,419,2623 +"66879",15879,8062,3,419,2858 +"66880",15879,8146,3,419,1561 +"66881",15879,8890,3,419,1955 +"66882",15879,9227,3,419,1267 +"66883",15879,9241,3,419,2338 +"66884",15879,9703,2,419,1845 +"66885",15879,9787,3,419,2858 +"66886",15879,10754,3,419,1797 +"66887",15879,10980,3,419,1974 +"66888",15879,11429,3,419,2520 +"66889",15879,11588,3,419,2352 +"66890",15879,11648,2,419,2852 +"66891",15879,11728,3,419,1121 +"66892",15879,12361,3,419,2732 +"66893",15879,12759,3,419,2414 +"66894",15879,12948,3,419,2669 +"66895",15879,13537,3,419,1020 +"66896",15879,14678,3,419,799 +"66897",15879,14754,3,419,2456 +"66898",15879,14781,3,419,2338 +"66899",15879,17230,3,419,1965 +"66900",15879,17645,3,419,1918 +"66901",15879,18005,3,419,2449 +"66902",15879,18122,3,419,894 +"66903",15879,18381,3,419,1524 +"66904",15879,18672,3,419,1182 +"66905",15879,18706,3,419,1617 +"66906",15879,20176,3,419,1050 +"66907",15879,20512,3,419,2748 +"66908",15879,20688,3,419,891 +"66909",15879,21383,2,419,971 +"66910",15879,21593,2,419,1312 +"66911",15879,23325,3,419,2779 +"66912",15879,23498,3,419,2398 +"66913",15879,25373,3,419,2783 +"66914",15879,27275,3,419,2656 +"66915",15879,27390,2,419,2425 +"66916",15879,27742,3,419,2700 +"66917",15879,28446,3,419,917 +"66918",15879,28869,3,419,2425 +"66919",15879,29267,3,419,1234 +"66920",15879,29286,3,419,1612 +"66921",15879,29473,3,419,2602 +"66922",15879,30334,3,419,2075 +"66923",15879,30486,3,419,1269 +"66924",15879,30891,3,419,1256 +"66925",15879,30974,2,419,947 +"66926",15879,31317,3,419,1362 +"66927",15879,31542,3,419,2459 +"66928",15879,32149,3,419,541 +"66929",15879,32240,3,419,706 +"66930",15879,32560,3,419,1258 +"66931",15879,34892,2,419,2309 +"66932",15879,36344,2,419,2570 +"66933",15879,36953,3,419,2790 +"66934",15879,37351,2,419,978 +"66935",15879,37632,3,419,1295 +"66936",15879,37636,3,419,2178 +"66937",15879,37893,3,419,875 +"66938",15879,38676,2,419,2286 +"66939",15879,38807,3,419,631 +"66940",15879,38816,3,419,1225 +"66941",15879,39999,3,419,1593 +"66942",15879,40392,3,419,1878 +"66943",15879,40572,3,419,2666 +"66944",15879,41077,3,419,864 +"66945",15879,41723,3,419,2101 +"66946",15879,42213,3,419,837 +"66947",15879,42331,3,419,1585 +"66948",15879,42813,3,419,2142 +"66949",15879,44074,3,419,1299 +"66950",15879,44341,3,419,1230 +"66951",15879,45136,3,419,877 +"66952",15879,45869,3,419,2840 +"66953",15879,45992,3,419,1182 +"66954",15879,46486,2,419,1868 +"66955",15879,47595,3,419,2374 +"66956",15879,48501,3,419,2010 +"66957",15879,49962,3,419,572 +"66958",15879,50585,3,419,2414 +"66959",15879,51783,3,419,2599 +"66960",15879,52483,3,419,2317 +"66961",15879,52815,1,419,2323 +"66962",15879,52993,3,419,1256 +"66963",15879,54775,3,419,2383 +"66964",15879,55482,3,419,1866 +"66965",15879,56995,3,419,2323 +"66966",15879,60808,3,419,1258 +"66967",15879,63077,3,419,2778 +"66968",15879,66024,3,419,906 +"66969",15879,66121,3,419,1281 +"66970",15879,67252,3,419,1215 +"66971",15879,69957,2,419,1569 +"66972",15879,70101,3,419,2414 +"66973",15879,70748,2,419,978 +"66974",15879,71219,3,419,967 +"66975",15879,71531,3,419,2887 +"66976",15879,72083,3,419,1122 +"66977",15879,73582,3,419,2075 +"66978",15879,76007,3,419,918 +"66979",15879,76286,1,419,1642 +"66980",15879,76606,3,419,885 +"66981",15879,77864,3,419,2227 +"66982",15879,78138,3,419,1601 +"66983",15879,81162,3,419,1240 +"66984",15879,82426,3,419,1576 +"66985",15879,85778,3,419,1040 +"66986",15879,90040,2,419,1267 +"66987",15879,90709,3,419,1080 +"66988",15879,92904,3,419,780 +"66989",15879,93332,3,419,982 +"66990",15879,94525,3,419,1993 +"66991",15879,99332,3,419,873 +"66992",15879,108196,3,419,422 +"66993",15880,364,1,878,2351 +"66994",15880,2540,3,878,1398 +"66995",15880,6160,3,878,969 +"66996",15880,9703,3,878,1845 +"66997",15880,9785,3,878,2951 +"66998",15880,9787,3,878,2858 +"66999",15880,21383,3,878,971 +"67000",15880,21487,3,878,2203 +"67001",15880,25722,3,878,1697 +"67002",15880,26286,3,878,2023 +"67003",15880,31335,3,878,2351 +"67004",15880,32939,3,878,2277 +"67005",15880,37351,3,878,978 +"67006",15880,42256,3,878,2839 +"67007",15880,45729,3,878,2606 +"67008",15880,47968,3,878,2829 +"67009",15880,52993,3,878,1256 +"67010",15880,57804,3,878,2214 +"67011",15880,71531,3,878,2887 +"67012",15880,107496,3,878,1572 +"67013",15891,3669,1,589,2524 +"67014",15891,7652,2,589,1281 +"67015",15891,9808,2,589,1648 +"67016",15891,10990,3,589,805 +"67017",15891,14789,3,589,1034 +"67018",15891,14957,3,589,2306 +"67019",15891,16771,3,589,1541 +"67020",15891,18954,3,589,2364 +"67021",15891,19972,3,589,2078 +"67022",15891,20392,2,589,1309 +"67023",15891,23890,2,589,1810 +"67024",15891,24761,3,589,2384 +"67025",15891,26100,3,589,1966 +"67026",15891,30317,3,589,2431 +"67027",15891,33562,2,589,1979 +"67028",15891,33955,2,589,1178 +"67029",15891,33961,3,589,1269 +"67030",15891,35264,3,589,2329 +"67031",15891,43585,2,589,1066 +"67032",15891,50476,3,589,1641 +"67033",15891,53498,1,589,1967 +"67034",15891,69215,2,589,1591 +"67035",15891,83133,2,589,1055 +"67036",15891,92947,3,589,1289 +"67037",15891,105867,2,589,1641 +"67038",15891,108872,2,589,1810 +"67039",15906,757,3,109,546 +"67040",15906,913,3,109,2144 +"67041",15906,1592,3,109,2006 +"67042",15906,1691,3,109,1941 +"67043",15906,2011,3,109,2176 +"67044",15906,3144,3,109,869 +"67045",15906,5018,3,109,640 +"67046",15906,5203,3,109,814 +"67047",15906,5258,1,109,2730 +"67048",15906,5315,2,109,2631 +"67049",15906,6252,3,109,2336 +"67050",15906,6390,3,109,2385 +"67051",15906,8041,3,109,632 +"67052",15906,8537,3,109,472 +"67053",15906,8657,3,109,2473 +"67054",15906,10358,3,109,2294 +"67055",15906,11103,3,109,2393 +"67056",15906,11976,3,109,1727 +"67057",15906,12199,3,109,1651 +"67058",15906,13109,3,109,1374 +"67059",15906,13945,3,109,1324 +"67060",15906,14032,3,109,2144 +"67061",15906,14108,2,109,2012 +"67062",15906,15713,2,109,1646 +"67063",15906,18502,1,109,1033 +"67064",15906,18543,1,109,2968 +"67065",15906,19332,3,109,1214 +"67066",15906,19718,3,109,1702 +"67067",15906,19892,3,109,1212 +"67068",15906,20355,3,109,2111 +"67069",15906,20407,3,109,2339 +"67070",15906,21401,3,109,1440 +"67071",15906,22374,3,109,1226 +"67072",15906,25565,3,109,2764 +"67073",15906,26342,3,109,527 +"67074",15906,26873,3,109,419 +"67075",15906,28808,3,109,1063 +"67076",15906,30411,3,109,630 +"67077",15906,32648,3,109,669 +"67078",15906,33834,3,109,1606 +"67079",15906,34314,3,109,630 +"67080",15906,34648,2,109,1596 +"67081",15906,35045,3,109,1646 +"67082",15906,36439,3,109,2469 +"67083",15906,36574,3,109,2934 +"67084",15906,37509,3,109,1640 +"67085",15906,38213,3,109,1744 +"67086",15906,38259,3,109,2258 +"67087",15906,38467,3,109,1259 +"67088",15906,40488,3,109,486 +"67089",15906,40893,2,109,1116 +"67090",15906,41085,2,109,637 +"67091",15906,41278,3,109,1873 +"67092",15906,43173,3,109,2895 +"67093",15906,44427,2,109,2875 +"67094",15906,45903,2,109,2237 +"67095",15906,46283,2,109,1184 +"67096",15906,46621,3,109,1343 +"67097",15906,47248,3,109,2883 +"67098",15906,47435,3,109,878 +"67099",15906,47585,3,109,794 +"67100",15906,47789,2,109,1583 +"67101",15906,48127,3,109,2677 +"67102",15906,48602,3,109,1704 +"67103",15906,49300,3,109,515 +"67104",15906,49620,3,109,1868 +"67105",15906,50235,3,109,726 +"67106",15906,50737,3,109,959 +"67107",15906,50977,3,109,2352 +"67108",15906,51572,3,109,912 +"67109",15906,52323,3,109,2148 +"67110",15906,52327,2,109,1472 +"67111",15906,53252,3,109,637 +"67112",15906,55185,3,109,922 +"67113",15906,57714,3,109,1391 +"67114",15906,57990,3,109,978 +"67115",15906,58284,3,109,2292 +"67116",15906,58293,3,109,250 +"67117",15906,61689,3,109,1309 +"67118",15906,61785,3,109,822 +"67119",15906,64502,3,109,1670 +"67120",15906,65677,3,109,457 +"67121",15906,66277,3,109,1227 +"67122",15906,67102,2,109,935 +"67123",15906,69030,2,109,1249 +"67124",15906,69122,3,109,416 +"67125",15906,71274,3,109,2390 +"67126",15906,71552,3,109,1573 +"67127",15906,74636,3,109,2525 +"67128",15906,74730,3,109,535 +"67129",15906,75025,2,109,717 +"67130",15906,76564,3,109,996 +"67131",15906,77001,3,109,1440 +"67132",15906,82401,2,109,1210 +"67133",15906,83526,2,109,1235 +"67134",15906,83993,3,109,1009 +"67135",15906,85875,3,109,957 +"67136",15906,88232,3,109,2881 +"67137",15906,91279,3,109,966 +"67138",15906,92592,2,109,486 +"67139",15906,97824,3,109,1229 +"67140",15906,97937,3,109,932 +"67141",15906,99279,3,109,611 +"67142",15906,100215,3,109,2436 +"67143",15906,100229,3,109,550 +"67144",15906,100442,3,109,893 +"67145",15906,101967,2,109,691 +"67146",15906,104711,3,109,410 +"67147",15906,105207,2,109,451 +"67148",15906,108709,3,109,462 +"67149",15906,110719,2,109,206 +"67150",15910,8568,3,941,2706 +"67151",15910,8984,3,941,1162 +"67152",15910,12067,3,941,1213 +"67153",15910,15826,3,941,2772 +"67154",15910,39062,3,941,2020 +"67155",15910,44497,3,941,2401 +"67156",15910,52483,3,941,2317 +"67157",15910,61125,3,941,1673 +"67158",15910,61723,3,941,1262 +"67159",15916,3100,3,1236,2524 +"67160",15916,3786,3,1236,2282 +"67161",15916,4144,3,1236,1520 +"67162",15916,5414,3,1236,2321 +"67163",15916,6071,3,1236,2310 +"67164",15916,6248,3,1236,2737 +"67165",15916,9050,3,1236,2026 +"67166",15916,9727,3,1236,2327 +"67167",15916,9912,3,1236,1356 +"67168",15916,10727,3,1236,2082 +"67169",15916,11135,2,1236,2441 +"67170",15916,15502,2,1236,2637 +"67171",15916,16833,3,1236,1661 +"67172",15916,17999,3,1236,2758 +"67173",15916,19687,2,1236,2072 +"67174",15916,19972,3,1236,2078 +"67175",15916,21419,2,1236,1243 +"67176",15916,21895,3,1236,1693 +"67177",15916,22905,3,1236,2599 +"67178",15916,23639,2,1236,2065 +"67179",15916,23731,3,1236,1656 +"67180",15916,24086,3,1236,2663 +"67181",15916,24116,3,1236,1413 +"67182",15916,25286,3,1236,1545 +"67183",15916,25886,3,1236,1580 +"67184",15916,26513,2,1236,2205 +"67185",15916,28355,3,1236,2053 +"67186",15916,28567,3,1236,2398 +"67187",15916,29117,3,1236,1250 +"67188",15916,42713,3,1236,1995 +"67189",15916,43250,3,1236,1300 +"67190",15916,43524,3,1236,2572 +"67191",15916,45487,3,1236,2256 +"67192",15916,49147,2,1236,2539 +"67193",15916,50430,3,1236,1689 +"67194",15916,51448,2,1236,1593 +"67195",15916,54061,3,1236,1488 +"67196",15916,55436,2,1236,2513 +"67197",15916,56212,3,1236,1410 +"67198",15916,56673,3,1236,2419 +"67199",15916,59470,3,1236,2393 +"67200",15916,73915,3,1236,2568 +"67201",15916,79236,2,1236,1505 +"67202",15916,81134,3,1236,1384 +"67203",15916,83007,3,1236,2727 +"67204",15916,92381,3,1236,1237 +"67205",15916,92947,3,1236,1289 +"67206",15916,104659,3,1236,2026 +"67207",15916,106554,3,1236,1270 +"67208",15917,455,3,205,2827 +"67209",15917,863,2,205,551 +"67210",15917,7226,3,205,1228 +"67211",15917,7506,3,205,2371 +"67212",15917,9311,3,205,2477 +"67213",15917,10843,3,205,2277 +"67214",15917,15626,2,205,2434 +"67215",15917,16654,3,205,1843 +"67216",15917,21571,3,205,2755 +"67217",15917,22898,3,205,2316 +"67218",15917,23705,3,205,2699 +"67219",15917,27837,3,205,1315 +"67220",15917,33433,3,205,2805 +"67221",15917,35029,2,205,2405 +"67222",15917,50093,2,205,909 +"67223",15917,51853,3,205,2520 +"67224",15917,59113,3,205,2434 +"67225",15917,65625,3,205,1273 +"67226",15917,69293,3,205,609 +"67227",15917,105063,3,205,1908 +"67228",15926,1624,3,545,2687 +"67229",15926,1708,2,545,1591 +"67230",15926,2014,3,545,973 +"67231",15926,2443,3,545,2333 +"67232",15926,2647,3,545,2450 +"67233",15926,2927,3,545,1789 +"67234",15926,3158,3,545,2762 +"67235",15926,3271,3,545,2216 +"67236",15926,3506,3,545,2364 +"67237",15926,6040,3,545,2103 +"67238",15926,6295,2,545,856 +"67239",15926,7123,3,545,1964 +"67240",15926,7604,2,545,1366 +"67241",15926,7932,3,545,789 +"67242",15926,9269,1,545,1892 +"67243",15926,9272,3,545,2835 +"67244",15926,9740,3,545,2233 +"67245",15926,9895,1,545,1960 +"67246",15926,9910,1,545,2526 +"67247",15926,9948,1,545,2019 +"67248",15926,10146,3,545,1878 +"67249",15926,10610,3,545,1427 +"67250",15926,11270,3,545,1011 +"67251",15926,11351,3,545,2971 +"67252",15926,12632,3,545,1174 +"67253",15926,12914,1,545,1557 +"67254",15926,13551,3,545,1451 +"67255",15926,14212,3,545,857 +"67256",15926,15281,3,545,810 +"67257",15926,15813,3,545,2143 +"67258",15926,16347,2,545,1868 +"67259",15926,17499,3,545,2954 +"67260",15926,17925,3,545,2385 +"67261",15926,19358,3,545,880 +"67262",15926,20695,1,545,2526 +"67263",15926,21044,2,545,1574 +"67264",15926,25345,1,545,713 +"67265",15926,26374,3,545,2133 +"67266",15926,26740,2,545,2695 +"67267",15926,30544,3,545,2041 +"67268",15926,32070,3,545,950 +"67269",15926,32966,2,545,1583 +"67270",15926,34331,2,545,1727 +"67271",15926,36440,3,545,704 +"67272",15926,37765,3,545,1134 +"67273",15926,38697,2,545,2701 +"67274",15926,39009,3,545,1594 +"67275",15926,39507,3,545,793 +"67276",15926,41075,3,545,1176 +"67277",15926,42382,3,545,2224 +"67278",15926,43226,3,545,2442 +"67279",15926,43725,3,545,935 +"67280",15926,43768,3,545,1468 +"67281",15926,44744,2,545,2032 +"67282",15926,45449,3,545,1610 +"67283",15926,46520,3,545,1776 +"67284",15926,46568,2,545,822 +"67285",15926,46616,2,545,1917 +"67286",15926,47607,3,545,2724 +"67287",15926,48110,3,545,2009 +"67288",15926,48931,3,545,2444 +"67289",15926,49379,3,545,1573 +"67290",15926,49708,2,545,1147 +"67291",15926,51212,3,545,1801 +"67292",15926,51505,3,545,1572 +"67293",15926,52654,3,545,588 +"67294",15926,53020,3,545,2747 +"67295",15926,53584,3,545,2391 +"67296",15926,55261,3,545,1915 +"67297",15926,56168,3,545,1466 +"67298",15926,56364,1,545,1626 +"67299",15926,58508,3,545,2326 +"67300",15926,63329,2,545,639 +"67301",15926,63631,3,545,763 +"67302",15926,64712,3,545,1411 +"67303",15926,64803,3,545,841 +"67304",15926,69335,3,545,2698 +"67305",15926,69453,3,545,2831 +"67306",15926,76796,1,545,1140 +"67307",15926,77167,3,545,836 +"67308",15926,77719,3,545,2086 +"67309",15926,78611,3,545,1586 +"67310",15926,79874,3,545,1570 +"67311",15926,80301,3,545,1690 +"67312",15926,80801,2,545,1250 +"67313",15926,83334,3,545,1708 +"67314",15926,84591,2,545,1685 +"67315",15926,84601,3,545,802 +"67316",15926,85926,2,545,907 +"67317",15926,87915,2,545,1152 +"67318",15926,92630,2,545,1583 +"67319",15926,96387,3,545,2159 +"67320",15926,96801,3,545,671 +"67321",15926,101381,2,545,977 +"67322",15926,101666,2,545,1257 +"67323",15930,13573,3,2541,2774 +"67324",15930,14959,3,2541,2898 +"67325",15930,15636,3,2541,2857 +"67326",15930,23787,2,2541,2810 +"67327",15930,33801,3,2541,2899 +"67328",15930,39556,2,2541,2747 +"67329",15930,53475,3,2541,2853 +"67330",15930,68083,3,2541,2795 +"67331",15930,70203,3,2541,2756 +"67332",15962,1364,2,660,859 +"67333",15962,1592,3,660,2006 +"67334",15962,1691,3,660,1941 +"67335",15962,3144,3,660,869 +"67336",15962,3628,3,660,2707 +"67337",15962,4687,3,660,2152 +"67338",15962,5839,2,660,2301 +"67339",15962,6392,3,660,1878 +"67340",15962,6428,3,660,1952 +"67341",15962,8011,3,660,889 +"67342",15962,8529,3,660,1205 +"67343",15962,8762,3,660,2585 +"67344",15962,11351,2,660,2971 +"67345",15962,14676,3,660,2764 +"67346",15962,14855,3,660,903 +"67347",15962,17750,3,660,672 +"67348",15962,18348,3,660,1711 +"67349",15962,18543,3,660,2968 +"67350",15962,19096,3,660,1538 +"67351",15962,19718,1,660,1702 +"67352",15962,20407,3,660,2339 +"67353",15962,21133,3,660,1320 +"67354",15962,21682,3,660,2414 +"67355",15962,25816,2,660,2088 +"67356",15962,28752,3,660,709 +"67357",15962,28808,3,660,1063 +"67358",15962,32503,1,660,2020 +"67359",15962,35428,3,660,2263 +"67360",15962,38213,3,660,1744 +"67361",15962,38727,3,660,2238 +"67362",15962,40931,3,660,2301 +"67363",15962,42264,3,660,1702 +"67364",15962,42619,3,660,2017 +"67365",15962,43173,3,660,2895 +"67366",15962,46621,3,660,1343 +"67367",15962,49620,3,660,1868 +"67368",15962,50179,3,660,2230 +"67369",15962,51572,3,660,912 +"67370",15962,54663,3,660,1424 +"67371",15962,57129,3,660,1858 +"67372",15962,59790,3,660,1827 +"67373",15962,60116,3,660,2668 +"67374",15962,60661,3,660,2700 +"67375",15962,61785,3,660,822 +"67376",15962,67129,3,660,2335 +"67377",15962,73675,1,660,887 +"67378",15962,74636,3,660,2525 +"67379",15962,76192,3,660,912 +"67380",15962,79436,3,660,1344 +"67381",15962,80219,3,660,988 +"67382",15962,81221,3,660,2285 +"67383",15962,81234,3,660,2019 +"67384",15962,81895,3,660,1634 +"67385",15962,82344,3,660,1358 +"67386",15962,88232,3,660,2881 +"67387",15962,101598,3,660,781 +"67388",15962,101967,3,660,691 +"67389",15962,121291,2,660,1955 +"67390",15978,341,3,981,2689 +"67391",15978,798,3,981,2476 +"67392",15978,841,2,981,2964 +"67393",15978,860,3,981,1258 +"67394",15978,1203,3,981,1350 +"67395",15978,1691,3,981,1941 +"67396",15978,2852,3,981,2448 +"67397",15978,2985,3,981,2398 +"67398",15978,3255,3,981,2504 +"67399",15978,3284,2,981,1541 +"67400",15978,8354,3,981,1705 +"67401",15978,8610,3,981,2240 +"67402",15978,8726,3,981,2083 +"67403",15978,8777,3,981,1620 +"67404",15978,9484,3,981,1429 +"67405",15978,9723,3,981,2302 +"67406",15978,10222,3,981,2212 +"67407",15978,10473,3,981,1783 +"67408",15978,10739,3,981,1807 +"67409",15978,11143,3,981,2623 +"67410",15978,11625,3,981,2022 +"67411",15978,12653,3,981,1573 +"67412",15978,13150,3,981,1570 +"67413",15978,14761,3,981,2502 +"67414",15978,15095,3,981,2001 +"67415",15978,15462,3,981,1141 +"67416",15978,16850,3,981,1657 +"67417",15978,18102,3,981,1642 +"67418",15978,19215,3,981,2604 +"67419",15978,22317,3,981,1552 +"67420",15978,22580,3,981,2245 +"67421",15978,22709,3,981,2743 +"67422",15978,23277,2,981,1267 +"67423",15978,23597,3,981,1080 +"67424",15978,27312,3,981,2469 +"67425",15978,27882,3,981,1897 +"67426",15978,28081,2,981,1927 +"67427",15978,28094,2,981,1423 +"67428",15978,28357,3,981,1134 +"67429",15978,29267,3,981,1234 +"67430",15978,32549,3,981,2111 +"67431",15978,32606,2,981,2100 +"67432",15978,34094,3,981,1360 +"67433",15978,36514,2,981,1192 +"67434",15978,38333,2,981,1365 +"67435",15978,38816,3,981,1225 +"67436",15978,39062,3,981,2020 +"67437",15978,39534,2,981,2410 +"67438",15978,42280,3,981,2266 +"67439",15978,46512,3,981,1292 +"67440",15978,47595,3,981,2374 +"67441",15978,49347,2,981,2504 +"67442",15978,50278,3,981,1127 +"67443",15978,51687,3,981,2333 +"67444",15978,61585,2,981,2315 +"67445",15978,65815,3,981,1618 +"67446",15978,66717,3,981,2104 +"67447",15978,68789,2,981,1929 +"67448",15978,70070,3,981,2425 +"67449",15978,71455,3,981,1702 +"67450",15978,71531,2,981,2887 +"67451",15978,72438,3,981,1397 +"67452",15978,81164,3,981,2260 +"67453",15978,90789,3,981,1218 +"67454",15990,601,3,593,702 +"67455",15990,1428,1,593,742 +"67456",15990,1767,3,593,2727 +"67457",15990,2609,3,593,834 +"67458",15990,2894,3,593,1291 +"67459",15990,3068,3,593,1815 +"67460",15990,3961,3,593,2426 +"67461",15990,5315,3,593,2631 +"67462",15990,5438,3,593,1499 +"67463",15990,6222,3,593,1949 +"67464",15990,7984,3,593,2493 +"67465",15990,7992,3,593,2033 +"67466",15990,8913,3,593,968 +"67467",15990,9311,3,593,2477 +"67468",15990,10358,3,593,2294 +"67469",15990,10779,3,593,2881 +"67470",15990,11576,3,593,808 +"67471",15990,12388,3,593,1975 +"67472",15990,13315,3,593,2516 +"67473",15990,13388,1,593,2119 +"67474",15990,13967,3,593,1354 +"67475",15990,13979,2,593,1559 +"67476",15990,14943,3,593,1942 +"67477",15990,14959,3,593,2898 +"67478",15990,15401,3,593,1999 +"67479",15990,15444,3,593,2764 +"67480",15990,15821,3,593,2456 +"67481",15990,16053,2,593,908 +"67482",15990,16625,3,593,1285 +"67483",15990,16826,3,593,2599 +"67484",15990,17027,3,593,2772 +"67485",15990,17097,3,593,1505 +"67486",15990,17484,3,593,1256 +"67487",15990,17997,3,593,1621 +"67488",15990,18103,3,593,1968 +"67489",15990,18394,3,593,2356 +"67490",15990,19621,3,593,725 +"67491",15990,19634,3,593,954 +"67492",15990,19637,3,593,1229 +"67493",15990,20067,2,593,2390 +"67494",15990,20732,1,593,2401 +"67495",15990,21422,3,593,935 +"67496",15990,21706,3,593,1988 +"67497",15990,22403,3,593,1630 +"67498",15990,23268,3,593,2258 +"67499",15990,23726,1,593,2434 +"67500",15990,23869,2,593,1918 +"67501",15990,24756,3,593,2530 +"67502",15990,25271,3,593,1172 +"67503",15990,25680,2,593,1618 +"67504",15990,26249,3,593,2301 +"67505",15990,26479,3,593,1818 +"67506",15990,28130,2,593,908 +"67507",15990,28131,2,593,1492 +"67508",15990,30150,3,593,1704 +"67509",15990,30404,3,593,1810 +"67510",15990,30883,3,593,1629 +"67511",15990,31069,3,593,1995 +"67512",15990,31279,3,593,965 +"67513",15990,32811,3,593,804 +"67514",15990,32988,3,593,2008 +"67515",15990,33356,3,593,1586 +"67516",15990,33801,3,593,2899 +"67517",15990,35529,2,593,1620 +"67518",15990,37934,3,593,1595 +"67519",15990,38219,3,593,1689 +"67520",15990,38227,3,593,2511 +"67521",15990,38921,3,593,1880 +"67522",15990,40432,2,593,1956 +"67523",15990,40645,3,593,1899 +"67524",15990,40646,3,593,1583 +"67525",15990,42505,3,593,2008 +"67526",15990,43479,3,593,2178 +"67527",15990,44819,3,593,2063 +"67528",15990,45136,3,593,877 +"67529",15990,46707,3,593,1755 +"67530",15990,46803,2,593,2305 +"67531",15990,47386,3,593,2226 +"67532",15990,50269,3,593,1966 +"67533",15990,50382,2,593,2244 +"67534",15990,50487,3,593,744 +"67535",15990,53475,3,593,2853 +"67536",15990,55084,3,593,1189 +"67537",15990,58669,3,593,2296 +"67538",15990,59511,3,593,2753 +"67539",15990,59786,3,593,605 +"67540",15990,62148,3,593,1566 +"67541",15990,65155,3,593,1947 +"67542",15990,65203,3,593,1597 +"67543",15990,65322,3,593,2008 +"67544",15990,70203,3,593,2756 +"67545",15990,70681,3,593,866 +"67546",15990,70736,3,593,1512 +"67547",15990,70996,2,593,1037 +"67548",15990,74681,3,593,837 +"67549",15990,75194,3,593,1736 +"67550",15990,76356,3,593,2323 +"67551",15990,76511,3,593,1250 +"67552",15990,76999,2,593,908 +"67553",15990,82301,3,593,1621 +"67554",15990,85329,3,593,738 +"67555",15990,85794,3,593,679 +"67556",15990,85875,3,593,957 +"67557",15990,87720,3,593,2086 +"67558",15990,89511,3,593,1205 +"67559",15990,95064,3,593,1801 +"67560",15990,95587,3,593,810 +"67561",15990,97160,3,593,1215 +"67562",15990,100140,2,593,1041 +"67563",15990,101237,3,593,2033 +"67564",15990,103524,2,593,991 +"67565",16015,145,3,1307,1998 +"67566",16015,160,3,1307,2007 +"67567",16015,360,3,1307,1671 +"67568",16015,913,3,1307,2144 +"67569",16015,2407,3,1307,1725 +"67570",16015,2625,2,1307,2152 +"67571",16015,4001,3,1307,1687 +"67572",16015,4730,3,1307,2131 +"67573",16015,7252,2,1307,2799 +"67574",16015,8888,3,1307,1328 +"67575",16015,11563,2,1307,1863 +"67576",16015,12199,3,1307,1651 +"67577",16015,14652,3,1307,2516 +"67578",16015,16286,3,1307,2470 +"67579",16015,16866,3,1307,2718 +"67580",16015,18865,3,1307,2676 +"67581",16015,20220,3,1307,1656 +"67582",16015,24066,3,1307,1755 +"67583",16015,29286,3,1307,1612 +"67584",16015,30334,3,1307,2075 +"67585",16015,30442,3,1307,2124 +"67586",16015,31235,3,1307,2668 +"67587",16015,36953,3,1307,2790 +"67588",16015,37636,3,1307,2178 +"67589",16015,40392,3,1307,1878 +"67590",16015,41955,3,1307,2479 +"67591",16015,42813,2,1307,2142 +"67592",16015,46486,3,1307,1868 +"67593",16015,51265,3,1307,2670 +"67594",16015,51783,3,1307,2599 +"67595",16015,58521,3,1307,2950 +"67596",16015,63395,3,1307,2334 +"67597",16015,100048,3,1307,1573 +"67598",16021,237,3,858,1982 +"67599",16021,1015,3,858,1174 +"67600",16021,1102,3,858,2282 +"67601",16021,1150,2,858,1595 +"67602",16021,1203,2,858,1350 +"67603",16021,2139,3,858,2502 +"67604",16021,2226,3,858,2225 +"67605",16021,2294,3,858,1638 +"67606",16021,2429,3,858,999 +"67607",16021,2576,3,858,1307 +"67608",16021,2852,3,858,2448 +"67609",16021,2894,3,858,1291 +"67610",16021,3770,2,858,2623 +"67611",16021,4066,3,858,1736 +"67612",16021,4526,3,858,1728 +"67613",16021,4668,3,858,1919 +"67614",16021,4669,2,858,2395 +"67615",16021,4953,3,858,2285 +"67616",16021,5346,3,858,1438 +"67617",16021,5350,3,858,2522 +"67618",16021,6186,3,858,1693 +"67619",16021,6821,3,858,1788 +"67620",16021,6876,3,858,1511 +"67621",16021,7269,3,858,1728 +"67622",16021,7785,3,858,2441 +"67623",16021,8073,2,858,1847 +"67624",16021,8513,3,858,875 +"67625",16021,8568,3,858,2706 +"67626",16021,9060,2,858,1612 +"67627",16021,9511,3,858,1232 +"67628",16021,9513,3,858,872 +"67629",16021,9787,3,858,2858 +"67630",16021,10087,2,858,1617 +"67631",16021,10129,3,858,2124 +"67632",16021,10200,3,858,2920 +"67633",16021,10766,3,858,2647 +"67634",16021,11127,3,858,1196 +"67635",16021,11143,3,858,2623 +"67636",16021,11429,3,858,2520 +"67637",16021,12462,2,858,1461 +"67638",16021,12653,3,858,1573 +"67639",16021,12724,3,858,1930 +"67640",16021,13068,3,858,1778 +"67641",16021,13720,3,858,1558 +"67642",16021,14287,3,858,1583 +"67643",16021,14589,3,858,1184 +"67644",16021,14654,3,858,1692 +"67645",16021,14915,2,858,2606 +"67646",16021,15095,3,858,2001 +"67647",16021,15207,3,858,1855 +"67648",16021,15381,2,858,2289 +"67649",16021,15462,3,858,1141 +"67650",16021,16286,3,858,2470 +"67651",16021,16437,3,858,1956 +"67652",16021,16501,3,858,1650 +"67653",16021,16684,2,858,1657 +"67654",16021,16690,3,858,2132 +"67655",16021,16715,3,858,1218 +"67656",16021,16850,3,858,1657 +"67657",16021,17252,3,858,1258 +"67658",16021,18706,3,858,1617 +"67659",16021,18891,3,858,1596 +"67660",16021,18978,3,858,952 +"67661",16021,19335,3,858,1729 +"67662",16021,19934,3,858,2888 +"67663",16021,20220,3,858,1656 +"67664",16021,22578,3,858,2216 +"67665",16021,22709,3,858,2743 +"67666",16021,22723,3,858,2859 +"67667",16021,23131,3,858,1732 +"67668",16021,23154,3,858,2345 +"67669",16021,24060,3,858,2349 +"67670",16021,24096,3,858,2612 +"67671",16021,24176,3,858,1986 +"67672",16021,27908,3,858,2576 +"67673",16021,27914,3,858,2507 +"67674",16021,28357,2,858,1134 +"67675",16021,28869,3,858,2425 +"67676",16021,29286,3,858,1612 +"67677",16021,29556,3,858,907 +"67678",16021,30525,3,858,1964 +"67679",16021,30891,2,858,1256 +"67680",16021,31868,2,858,1993 +"67681",16021,32532,3,858,2338 +"67682",16021,32560,3,858,1258 +"67683",16021,32651,3,858,877 +"67684",16021,33451,3,858,1957 +"67685",16021,33491,3,858,1226 +"67686",16021,34094,3,858,1360 +"67687",16021,34334,3,858,1637 +"67688",16021,34921,3,858,2181 +"67689",16021,35477,3,858,2703 +"67690",16021,35728,2,858,2017 +"67691",16021,36691,3,858,1903 +"67692",16021,37059,1,858,2840 +"67693",16021,37060,2,858,2840 +"67694",16021,37752,3,858,2223 +"67695",16021,37929,3,858,2393 +"67696",16021,38087,3,858,1083 +"67697",16021,39534,2,858,2410 +"67698",16021,40035,3,858,2742 +"67699",16021,41023,3,858,2408 +"67700",16021,41633,3,858,1976 +"67701",16021,41969,3,858,2189 +"67702",16021,42256,3,858,2839 +"67703",16021,42562,3,858,1195 +"67704",16021,44235,2,858,2700 +"67705",16021,44877,2,858,1219 +"67706",16021,45480,2,858,1104 +"67707",16021,45729,3,858,2606 +"67708",16021,46091,3,858,1938 +"67709",16021,46261,2,858,2350 +"67710",16021,46384,3,858,2285 +"67711",16021,46486,3,858,1868 +"67712",16021,46726,3,858,943 +"67713",16021,47072,3,858,1564 +"67714",16021,49201,2,858,936 +"67715",16021,49347,3,858,2504 +"67716",16021,49551,3,858,879 +"67717",16021,49712,3,858,1937 +"67718",16021,50229,3,858,1190 +"67719",16021,50354,3,858,1299 +"67720",16021,51999,3,858,2425 +"67721",16021,52215,3,858,1908 +"67722",16021,56873,3,858,1421 +"67723",16021,56995,3,858,2323 +"67724",16021,57394,3,858,1271 +"67725",16021,58759,2,858,942 +"67726",16021,58829,3,858,1256 +"67727",16021,59039,2,858,2870 +"67728",16021,59788,3,858,2315 +"67729",16021,59937,3,858,885 +"67730",16021,61125,3,858,1673 +"67731",16021,61723,2,858,1262 +"67732",16021,63644,3,858,1267 +"67733",16021,65188,3,858,2213 +"67734",16021,66717,3,858,2104 +"67735",16021,67719,2,858,2429 +"67736",16021,68215,3,858,2727 +"67737",16021,69131,1,858,2122 +"67738",16021,70455,3,858,1307 +"67739",16021,70586,2,858,2562 +"67740",16021,71467,3,858,1051 +"67741",16021,72348,3,858,1810 +"67742",16021,72438,2,858,1397 +"67743",16021,73172,3,858,2496 +"67744",16021,73192,1,858,1955 +"67745",16021,78740,2,858,1515 +"67746",16021,79432,2,858,1708 +"67747",16021,82341,3,858,1515 +"67748",16021,88212,3,858,2547 +"67749",16021,90789,3,858,1218 +"67750",16021,92297,3,858,2952 +"67751",16021,94520,3,858,1243 +"67752",16021,95682,3,858,881 +"67753",16021,95910,3,858,999 +"67754",16021,98058,3,858,1891 +"67755",16021,100048,3,858,1573 +"67756",16021,107383,2,858,1918 +"67757",16021,107496,3,858,1572 +"67758",16021,111375,3,858,2686 +"67759",16021,119921,3,858,1113 +"67760",16029,455,3,1160,2827 +"67761",16029,803,3,1160,1666 +"67762",16029,1046,3,1160,1881 +"67763",16029,1224,3,1160,2435 +"67764",16029,1262,2,1160,2973 +"67765",16029,1321,3,1160,2075 +"67766",16029,1386,2,1160,1901 +"67767",16029,2765,3,1160,2321 +"67768",16029,3488,3,1160,2351 +"67769",16029,3695,2,1160,2612 +"67770",16029,5120,3,1160,2735 +"67771",16029,5148,3,1160,2206 +"67772",16029,5491,2,1160,2048 +"67773",16029,5621,3,1160,1860 +"67774",16029,5725,3,1160,2789 +"67775",16029,7078,2,1160,2344 +"67776",16029,7394,2,1160,2615 +"67777",16029,8533,3,1160,2251 +"67778",16029,9030,1,1160,1979 +"67779",16029,9202,3,1160,2477 +"67780",16029,10474,3,1160,1608 +"67781",16029,10558,3,1160,2312 +"67782",16029,11419,3,1160,1408 +"67783",16029,11602,3,1160,1493 +"67784",16029,12035,3,1160,2721 +"67785",16029,13732,2,1160,2789 +"67786",16029,13780,3,1160,2412 +"67787",16029,13929,3,1160,2693 +"67788",16029,14189,3,1160,1483 +"67789",16029,14709,2,1160,1901 +"67790",16029,14888,3,1160,1411 +"67791",16029,15343,3,1160,2125 +"67792",16029,16727,3,1160,2164 +"67793",16029,17826,3,1160,2920 +"67794",16029,18151,2,1160,2962 +"67795",16029,18244,3,1160,1622 +"67796",16029,18366,2,1160,2699 +"67797",16029,19528,3,1160,2742 +"67798",16029,19872,2,1160,2913 +"67799",16029,20423,3,1160,2654 +"67800",16029,20563,3,1160,2267 +"67801",16029,20657,3,1160,2340 +"67802",16029,21417,3,1160,2422 +"67803",16029,21693,3,1160,2176 +"67804",16029,21795,1,1160,2653 +"67805",16029,22216,3,1160,1956 +"67806",16029,22326,3,1160,2818 +"67807",16029,22362,3,1160,1836 +"67808",16029,22652,2,1160,1544 +"67809",16029,23508,3,1160,1907 +"67810",16029,24146,3,1160,2003 +"67811",16029,24362,3,1160,1287 +"67812",16029,24511,3,1160,1871 +"67813",16029,24608,3,1160,1630 +"67814",16029,25751,2,1160,1523 +"67815",16029,26608,3,1160,2329 +"67816",16029,26766,3,1160,1161 +"67817",16029,26865,2,1160,2726 +"67818",16029,28233,3,1160,1608 +"67819",16029,28285,3,1160,2972 +"67820",16029,28923,1,1160,2362 +"67821",16029,29791,3,1160,1986 +"67822",16029,30081,1,1160,2403 +"67823",16029,32761,3,1160,2680 +"67824",16029,34160,3,1160,1759 +"67825",16029,34311,3,1160,2213 +"67826",16029,34327,2,1160,2959 +"67827",16029,34693,3,1160,1938 +"67828",16029,35542,1,1160,1439 +"67829",16029,36559,3,1160,2473 +"67830",16029,36950,2,1160,2204 +"67831",16029,36962,2,1160,2861 +"67832",16029,37333,2,1160,1612 +"67833",16029,39278,3,1160,1952 +"67834",16029,39827,3,1160,2321 +"67835",16029,42618,3,1160,2316 +"67836",16029,44684,3,1160,1220 +"67837",16029,45664,3,1160,2235 +"67838",16029,45927,3,1160,1542 +"67839",16029,47140,3,1160,2439 +"67840",16029,47362,2,1160,2253 +"67841",16029,47947,2,1160,2681 +"67842",16029,49461,3,1160,2793 +"67843",16029,49998,3,1160,2761 +"67844",16029,51379,2,1160,1462 +"67845",16029,52442,3,1160,1269 +"67846",16029,54020,3,1160,1578 +"67847",16029,56082,3,1160,2395 +"67848",16029,59522,2,1160,1516 +"67849",16029,61458,3,1160,2630 +"67850",16029,65679,2,1160,1578 +"67851",16029,69062,3,1160,1174 +"67852",16029,70046,3,1160,2624 +"67853",16029,70646,2,1160,1162 +"67854",16029,71369,3,1160,2838 +"67855",16029,73266,2,1160,2496 +"67856",16029,74095,3,1160,2333 +"67857",16029,79088,2,1160,1369 +"67858",16029,80655,3,1160,1546 +"67859",16029,85592,3,1160,1412 +"67860",16029,87074,3,1160,1666 +"67861",16029,87198,3,1160,1462 +"67862",16029,89668,3,1160,1279 +"67863",16029,90501,3,1160,2380 +"67864",16029,93102,3,1160,1174 +"67865",16029,96678,3,1160,1183 +"67866",16040,3557,2,1244,1259 +"67867",16040,8088,2,1244,2220 +"67868",16040,9311,3,1244,2477 +"67869",16040,9391,3,1244,1252 +"67870",16040,14189,3,1244,1483 +"67871",16040,15560,3,1244,2257 +"67872",16040,23508,3,1244,1907 +"67873",16040,24146,2,1244,2003 +"67874",16040,24362,3,1244,1287 +"67875",16040,30081,3,1244,2403 +"67876",16040,30906,2,1244,2537 +"67877",16040,36962,3,1244,2861 +"67878",16040,37333,2,1244,1612 +"67879",16040,41278,3,1244,1873 +"67880",16040,54020,2,1244,1578 +"67881",16040,65679,3,1244,1578 +"67882",16040,78262,3,1244,1326 +"67883",16040,79088,3,1244,1369 +"67884",16046,468,3,103,1966 +"67885",16046,916,3,103,2718 +"67886",16046,1556,3,103,643 +"67887",16046,2344,3,103,2752 +"67888",16046,2488,3,103,424 +"67889",16046,3100,3,103,2524 +"67890",16046,3776,3,103,2322 +"67891",16046,3786,3,103,2282 +"67892",16046,5168,2,103,629 +"67893",16046,5346,3,103,1438 +"67894",16046,5414,2,103,2321 +"67895",16046,5606,3,103,2875 +"67896",16046,5845,3,103,1552 +"67897",16046,6071,3,103,2310 +"67898",16046,6078,3,103,498 +"67899",16046,6248,2,103,2737 +"67900",16046,6432,3,103,2297 +"67901",16046,7948,3,103,1584 +"67902",16046,9506,3,103,1012 +"67903",16046,9912,3,103,1356 +"67904",16046,10727,2,103,2082 +"67905",16046,11135,2,103,2441 +"67906",16046,11976,3,103,1727 +"67907",16046,12031,3,103,1957 +"67908",16046,13400,3,103,1371 +"67909",16046,15207,3,103,1855 +"67910",16046,15502,3,103,2637 +"67911",16046,15916,1,103,1236 +"67912",16046,16545,2,103,186 +"67913",16046,17952,3,103,1530 +"67914",16046,18550,3,103,483 +"67915",16046,19687,1,103,2072 +"67916",16046,20413,2,103,806 +"67917",16046,20867,3,103,200 +"67918",16046,21419,3,103,1243 +"67919",16046,21976,3,103,1808 +"67920",16046,23639,3,103,2065 +"67921",16046,23731,3,103,1656 +"67922",16046,23739,3,103,2463 +"67923",16046,24086,3,103,2663 +"67924",16046,24104,3,103,817 +"67925",16046,24116,3,103,1413 +"67926",16046,24734,2,103,338 +"67927",16046,24860,3,103,1204 +"67928",16046,25270,3,103,985 +"67929",16046,25286,2,103,1545 +"67930",16046,26100,3,103,1966 +"67931",16046,26513,2,103,2205 +"67932",16046,26567,2,103,1158 +"67933",16046,27255,3,103,1232 +"67934",16046,28355,2,103,2053 +"67935",16046,28567,3,103,2398 +"67936",16046,28914,1,103,580 +"67937",16046,29117,2,103,1250 +"67938",16046,32642,3,103,158 +"67939",16046,33363,3,103,2475 +"67940",16046,38422,3,103,1019 +"67941",16046,39484,3,103,281 +"67942",16046,40113,3,103,451 +"67943",16046,42195,3,103,573 +"67944",16046,42713,2,103,1995 +"67945",16046,43250,3,103,1300 +"67946",16046,43524,3,103,2572 +"67947",16046,45487,3,103,2256 +"67948",16046,47330,3,103,2422 +"67949",16046,47557,2,103,999 +"67950",16046,47827,3,103,1957 +"67951",16046,48764,3,103,860 +"67952",16046,49147,1,103,2539 +"67953",16046,50430,3,103,1689 +"67954",16046,51448,3,103,1593 +"67955",16046,53362,3,103,2360 +"67956",16046,54061,2,103,1488 +"67957",16046,55436,2,103,2513 +"67958",16046,55775,3,103,2385 +"67959",16046,56212,3,103,1410 +"67960",16046,56673,3,103,2419 +"67961",16046,59470,2,103,2393 +"67962",16046,60672,3,103,2876 +"67963",16046,63555,3,103,1290 +"67964",16046,68328,3,103,683 +"67965",16046,68670,3,103,565 +"67966",16046,70845,3,103,1139 +"67967",16046,74058,3,103,1151 +"67968",16046,78460,3,103,985 +"67969",16046,79236,3,103,1505 +"67970",16046,80728,3,103,599 +"67971",16046,81134,3,103,1384 +"67972",16046,83007,3,103,2727 +"67973",16046,83133,3,103,1055 +"67974",16046,83228,3,103,732 +"67975",16046,85264,3,103,1236 +"67976",16046,86357,3,103,736 +"67977",16046,92381,3,103,1237 +"67978",16046,93317,3,103,1223 +"67979",16046,93670,3,103,1682 +"67980",16046,94399,3,103,963 +"67981",16046,94520,3,103,1243 +"67982",16046,95661,3,103,872 +"67983",16046,97940,3,103,431 +"67984",16046,98003,3,103,573 +"67985",16046,99955,3,103,1223 +"67986",16046,104065,3,103,194 +"67987",16046,104542,2,103,897 +"67988",16046,105262,3,103,223 +"67989",16046,106554,3,103,1270 +"67990",16046,108770,3,103,158 +"67991",16046,110023,3,103,230 +"67992",16046,114666,3,103,711 +"67993",16046,115194,3,103,604 +"67994",16053,915,3,908,1793 +"67995",16053,1036,3,908,1367 +"67996",16053,1046,3,908,1881 +"67997",16053,1196,3,908,1986 +"67998",16053,1275,3,908,2068 +"67999",16053,1767,2,908,2727 +"68000",16053,2063,3,908,1278 +"68001",16053,2093,3,908,2459 +"68002",16053,2484,3,908,2389 +"68003",16053,2894,3,908,1291 +"68004",16053,3068,2,908,1815 +"68005",16053,3167,3,908,1676 +"68006",16053,3306,3,908,1989 +"68007",16053,3753,3,908,1255 +"68008",16053,3947,3,908,2067 +"68009",16053,3961,2,908,2426 +"68010",16053,3966,3,908,2425 +"68011",16053,3980,3,908,2771 +"68012",16053,4226,3,908,1903 +"68013",16053,4289,3,908,1921 +"68014",16053,4360,3,908,1770 +"68015",16053,4768,3,908,1111 +"68016",16053,5041,3,908,2371 +"68017",16053,5315,2,908,2631 +"68018",16053,5392,3,908,1648 +"68019",16053,5438,3,908,1499 +"68020",16053,5615,3,908,1105 +"68021",16053,5716,3,908,1058 +"68022",16053,5785,3,908,1261 +"68023",16053,5984,3,908,1675 +"68024",16053,5986,3,908,1721 +"68025",16053,6047,3,908,2004 +"68026",16053,6222,3,908,1949 +"68027",16053,6417,2,908,1675 +"68028",16053,7245,3,908,2089 +"68029",16053,7292,3,908,1988 +"68030",16053,7984,3,908,2493 +"68031",16053,7992,2,908,2033 +"68032",16053,8533,3,908,2251 +"68033",16053,8621,3,908,1681 +"68034",16053,8913,3,908,968 +"68035",16053,9311,3,908,2477 +"68036",16053,9432,3,908,1693 +"68037",16053,9654,3,908,2111 +"68038",16053,9702,3,908,1928 +"68039",16053,9928,3,908,2345 +"68040",16053,9950,3,908,920 +"68041",16053,10358,2,908,2294 +"68042",16053,10717,3,908,1938 +"68043",16053,10779,2,908,2881 +"68044",16053,11218,3,908,2292 +"68045",16053,11450,3,908,915 +"68046",16053,11477,3,908,2724 +"68047",16053,11540,3,908,1237 +"68048",16053,11625,3,908,2022 +"68049",16053,12042,3,908,2345 +"68050",16053,12096,3,908,1330 +"68051",16053,12374,3,908,2260 +"68052",16053,12388,2,908,1975 +"68053",16053,12524,3,908,1287 +"68054",16053,12692,3,908,1855 +"68055",16053,13158,3,908,2667 +"68056",16053,13315,3,908,2516 +"68057",16053,13388,2,908,2119 +"68058",16053,13780,3,908,2412 +"68059",16053,13967,2,908,1354 +"68060",16053,13979,2,908,1559 +"68061",16053,14032,3,908,2144 +"68062",16053,14353,3,908,2878 +"68063",16053,14564,3,908,1581 +"68064",16053,14943,3,908,1942 +"68065",16053,14959,3,908,2898 +"68066",16053,15003,3,908,2067 +"68067",16053,15309,3,908,2820 +"68068",16053,15401,3,908,1999 +"68069",16053,15444,2,908,2764 +"68070",16053,15539,3,908,1929 +"68071",16053,15636,3,908,2857 +"68072",16053,16120,3,908,1237 +"68073",16053,16352,3,908,2657 +"68074",16053,16539,3,908,1947 +"68075",16053,16625,3,908,1285 +"68076",16053,16826,3,908,2599 +"68077",16053,16896,3,908,2223 +"68078",16053,17027,2,908,2772 +"68079",16053,17097,2,908,1505 +"68080",16053,17484,3,908,1256 +"68081",16053,17819,3,908,2291 +"68082",16053,17997,2,908,1621 +"68083",16053,18103,3,908,1968 +"68084",16053,18165,3,908,2085 +"68085",16053,18394,3,908,2356 +"68086",16053,18415,3,908,2184 +"68087",16053,18874,3,908,2170 +"68088",16053,19027,3,908,2721 +"68089",16053,19282,3,908,1623 +"68090",16053,19317,3,908,2041 +"68091",16053,19634,3,908,954 +"68092",16053,19637,2,908,1229 +"68093",16053,19719,3,908,2177 +"68094",16053,20067,1,908,2390 +"68095",16053,20070,3,908,1914 +"68096",16053,20311,3,908,1981 +"68097",16053,20732,2,908,2401 +"68098",16053,21138,3,908,2849 +"68099",16053,21198,3,908,935 +"68100",16053,21248,3,908,2232 +"68101",16053,21422,2,908,935 +"68102",16053,21706,2,908,1988 +"68103",16053,22057,3,908,974 +"68104",16053,22207,3,908,2365 +"68105",16053,22403,2,908,1630 +"68106",16053,22586,3,908,1341 +"68107",16053,23011,3,908,2763 +"68108",16053,23159,3,908,1548 +"68109",16053,23268,3,908,2258 +"68110",16053,23310,3,908,2371 +"68111",16053,23534,3,908,1659 +"68112",16053,23726,2,908,2434 +"68113",16053,23787,3,908,2810 +"68114",16053,23869,1,908,1918 +"68115",16053,24146,3,908,2003 +"68116",16053,24240,3,908,1755 +"68117",16053,24756,3,908,2530 +"68118",16053,25486,3,908,2582 +"68119",16053,25680,2,908,1618 +"68120",16053,26080,3,908,2525 +"68121",16053,26249,2,908,2301 +"68122",16053,26451,3,908,2133 +"68123",16053,26479,3,908,1818 +"68124",16053,26570,3,908,1669 +"68125",16053,26818,3,908,1999 +"68126",16053,28002,3,908,914 +"68127",16053,28015,3,908,1624 +"68128",16053,28056,3,908,1505 +"68129",16053,28131,2,908,1492 +"68130",16053,28731,3,908,955 +"68131",16053,28784,3,908,1579 +"68132",16053,28896,3,908,1395 +"68133",16053,29095,3,908,2531 +"68134",16053,29456,3,908,1182 +"68135",16053,29930,3,908,2240 +"68136",16053,30092,3,908,1593 +"68137",16053,30150,3,908,1704 +"68138",16053,30309,3,908,1449 +"68139",16053,30404,3,908,1810 +"68140",16053,30827,3,908,2323 +"68141",16053,30850,3,908,1045 +"68142",16053,30883,2,908,1629 +"68143",16053,31279,2,908,965 +"68144",16053,32658,3,908,1694 +"68145",16053,32919,3,908,2321 +"68146",16053,32988,3,908,2008 +"68147",16053,33356,3,908,1586 +"68148",16053,33801,2,908,2899 +"68149",16053,34120,3,908,2786 +"68150",16053,34136,3,908,2202 +"68151",16053,34907,3,908,1945 +"68152",16053,35529,1,908,1620 +"68153",16053,35926,3,908,2371 +"68154",16053,36950,3,908,2204 +"68155",16053,36962,3,908,2861 +"68156",16053,37333,3,908,1612 +"68157",16053,37934,2,908,1595 +"68158",16053,38219,3,908,1689 +"68159",16053,38227,3,908,2511 +"68160",16053,38284,3,908,1234 +"68161",16053,38449,3,908,1802 +"68162",16053,38467,3,908,1259 +"68163",16053,38921,3,908,1880 +"68164",16053,38973,3,908,1999 +"68165",16053,40432,2,908,1956 +"68166",16053,40645,3,908,1899 +"68167",16053,40646,2,908,1583 +"68168",16053,40893,3,908,1116 +"68169",16053,41108,3,908,1624 +"68170",16053,41682,3,908,1988 +"68171",16053,41832,3,908,1155 +"68172",16053,41955,3,908,2479 +"68173",16053,41972,3,908,2509 +"68174",16053,42216,3,908,2722 +"68175",16053,42505,3,908,2008 +"68176",16053,42837,3,908,1096 +"68177",16053,43404,3,908,2649 +"68178",16053,43479,3,908,2178 +"68179",16053,44557,3,908,2371 +"68180",16053,44636,3,908,1026 +"68181",16053,44819,2,908,2063 +"68182",16053,46803,2,908,2305 +"68183",16053,47386,2,908,2226 +"68184",16053,48215,3,908,2028 +"68185",16053,48823,3,908,2080 +"68186",16053,50269,3,908,1966 +"68187",16053,50382,2,908,2244 +"68188",16053,50977,3,908,2352 +"68189",16053,51017,3,908,2073 +"68190",16053,51157,3,908,2319 +"68191",16053,51410,3,908,2739 +"68192",16053,51863,3,908,1395 +"68193",16053,52261,3,908,2162 +"68194",16053,53134,3,908,1590 +"68195",16053,53475,2,908,2853 +"68196",16053,54020,3,908,1578 +"68197",16053,54676,3,908,1342 +"68198",16053,54855,3,908,1525 +"68199",16053,54929,3,908,2783 +"68200",16053,55084,2,908,1189 +"68201",16053,56082,3,908,2395 +"68202",16053,56807,3,908,1571 +"68203",16053,56854,3,908,2022 +"68204",16053,57150,3,908,1196 +"68205",16053,57760,3,908,1721 +"68206",16053,57977,2,908,2683 +"68207",16053,58133,3,908,1484 +"68208",16053,58384,3,908,1637 +"68209",16053,58669,3,908,2296 +"68210",16053,58733,3,908,1958 +"68211",16053,58993,3,908,2390 +"68212",16053,59939,3,908,936 +"68213",16053,61242,3,908,1650 +"68214",16053,62148,3,908,1566 +"68215",16053,62488,3,908,1418 +"68216",16053,64219,3,908,2705 +"68217",16053,65155,3,908,1947 +"68218",16053,65203,3,908,1597 +"68219",16053,65322,3,908,2008 +"68220",16053,65522,3,908,1572 +"68221",16053,67726,3,908,2873 +"68222",16053,68960,3,908,1312 +"68223",16053,70203,3,908,2756 +"68224",16053,70736,3,908,1512 +"68225",16053,70996,1,908,1037 +"68226",16053,76356,3,908,2323 +"68227",16053,76398,3,908,2400 +"68228",16053,78801,3,908,1572 +"68229",16053,79689,3,908,1184 +"68230",16053,81478,3,908,1640 +"68231",16053,82009,3,908,1020 +"68232",16053,82301,3,908,1621 +"68233",16053,82426,3,908,1576 +"68234",16053,82696,3,908,1305 +"68235",16053,82730,3,908,1492 +"68236",16053,82767,3,908,1641 +"68237",16053,82929,3,908,2475 +"68238",16053,83140,3,908,1630 +"68239",16053,85784,3,908,1142 +"68240",16053,85875,3,908,957 +"68241",16053,86627,3,908,981 +"68242",16053,87720,3,908,2086 +"68243",16053,88063,3,908,1045 +"68244",16053,89511,3,908,1205 +"68245",16053,91142,3,908,2527 +"68246",16053,94101,3,908,997 +"68247",16053,95064,3,908,1801 +"68248",16053,95879,3,908,1748 +"68249",16053,96911,3,908,956 +"68250",16053,97160,2,908,1215 +"68251",16053,100140,2,908,1041 +"68252",16053,101338,3,908,1319 +"68253",16053,103524,2,908,991 +"68254",16053,108379,3,908,2933 +"68255",16067,37868,3,2727,2876 +"68256",16067,67726,3,2727,2873 +"68257",16074,543,3,977,2203 +"68258",16074,669,3,977,1423 +"68259",16074,671,3,977,2328 +"68260",16074,675,3,977,1686 +"68261",16074,733,2,977,1653 +"68262",16074,1036,3,977,1367 +"68263",16074,1046,3,977,1881 +"68264",16074,1127,3,977,1188 +"68265",16074,1130,3,977,1566 +"68266",16074,1136,3,977,2536 +"68267",16074,1397,3,977,1225 +"68268",16074,1469,3,977,1160 +"68269",16074,1777,3,977,1965 +"68270",16074,1897,3,977,1727 +"68271",16074,2036,3,977,2483 +"68272",16074,2063,3,977,1278 +"68273",16074,2424,3,977,2582 +"68274",16074,2484,3,977,2389 +"68275",16074,2743,2,977,1278 +"68276",16074,2954,3,977,2727 +"68277",16074,3242,2,977,1730 +"68278",16074,3830,3,977,1661 +"68279",16074,4191,3,977,2130 +"68280",16074,4226,3,977,1903 +"68281",16074,4289,3,977,1921 +"68282",16074,4618,2,977,2607 +"68283",16074,4687,3,977,2152 +"68284",16074,4980,2,977,2093 +"68285",16074,5078,3,977,2033 +"68286",16074,5457,3,977,2077 +"68287",16074,5462,3,977,2374 +"68288",16074,5504,2,977,2389 +"68289",16074,5621,3,977,1860 +"68290",16074,5725,3,977,2789 +"68291",16074,5864,3,977,1197 +"68292",16074,6023,3,977,2050 +"68293",16074,7245,3,977,2089 +"68294",16074,7323,3,977,2858 +"68295",16074,8533,3,977,2251 +"68296",16074,8621,1,977,1681 +"68297",16074,10404,3,977,2062 +"68298",16074,10799,3,977,2010 +"68299",16074,10857,3,977,2253 +"68300",16074,10859,3,977,2231 +"68301",16074,10875,3,977,1234 +"68302",16074,10890,3,977,2639 +"68303",16074,12096,3,977,1330 +"68304",16074,12692,3,977,1855 +"68305",16074,13573,3,977,2774 +"68306",16074,14507,3,977,2686 +"68307",16074,15299,3,977,2213 +"68308",16074,15539,2,977,1929 +"68309",16074,15716,3,977,1991 +"68310",16074,16164,1,977,1184 +"68311",16074,16365,3,977,2217 +"68312",16074,17354,3,977,2250 +"68313",16074,17357,3,977,1536 +"68314",16074,17484,3,977,1256 +"68315",16074,17852,3,977,2840 +"68316",16074,19027,3,977,2721 +"68317",16074,19506,3,977,1385 +"68318",16074,19516,3,977,2313 +"68319",16074,20563,2,977,2267 +"68320",16074,20700,3,977,2861 +"68321",16074,20824,2,977,1366 +"68322",16074,21911,2,977,1184 +"68323",16074,22006,3,977,1202 +"68324",16074,22501,2,977,1006 +"68325",16074,22749,3,977,1727 +"68326",16074,22884,3,977,1608 +"68327",16074,23140,3,977,2787 +"68328",16074,23506,2,977,1172 +"68329",16074,23534,3,977,1659 +"68330",16074,23704,2,977,2278 +"68331",16074,24259,3,977,1281 +"68332",16074,24362,3,977,1287 +"68333",16074,24755,3,977,1319 +"68334",16074,25129,3,977,2647 +"68335",16074,25341,2,977,1858 +"68336",16074,25643,3,977,1646 +"68337",16074,26282,3,977,1241 +"68338",16074,26322,3,977,1018 +"68339",16074,26436,2,977,2489 +"68340",16074,26516,2,977,2479 +"68341",16074,26570,3,977,1669 +"68342",16074,27753,2,977,2750 +"68343",16074,28434,3,977,1141 +"68344",16074,28892,3,977,2023 +"68345",16074,29095,3,977,2531 +"68346",16074,29456,3,977,1182 +"68347",16074,30438,2,977,1617 +"68348",16074,31000,3,977,1526 +"68349",16074,31243,3,977,1355 +"68350",16074,31799,3,977,2547 +"68351",16074,33551,3,977,1734 +"68352",16074,33588,3,977,1040 +"68353",16074,33621,3,977,1319 +"68354",16074,34216,3,977,2832 +"68355",16074,34492,1,977,1798 +"68356",16074,34509,3,977,1973 +"68357",16074,35069,2,977,2069 +"68358",16074,37418,2,977,2710 +"68359",16074,37570,3,977,2389 +"68360",16074,38449,3,977,1802 +"68361",16074,39278,3,977,1952 +"68362",16074,40293,3,977,1671 +"68363",16074,40369,3,977,2735 +"68364",16074,40432,3,977,1956 +"68365",16074,41402,3,977,2313 +"68366",16074,43839,3,977,1685 +"68367",16074,44636,3,977,1026 +"68368",16074,45715,2,977,2287 +"68369",16074,50075,3,977,1026 +"68370",16074,50667,3,977,2719 +"68371",16074,51022,2,977,1499 +"68372",16074,51410,2,977,2739 +"68373",16074,51987,2,977,1397 +"68374",16074,52835,3,977,995 +"68375",16074,54551,3,977,2348 +"68376",16074,54676,3,977,1342 +"68377",16074,54740,3,977,2750 +"68378",16074,56171,3,977,1524 +"68379",16074,57977,2,977,2683 +"68380",16074,58035,2,977,1646 +"68381",16074,58221,3,977,1787 +"68382",16074,62903,3,977,1704 +"68383",16074,64031,3,977,1295 +"68384",16074,64793,3,977,2819 +"68385",16074,64997,3,977,2791 +"68386",16074,67314,3,977,1051 +"68387",16074,70046,3,977,2624 +"68388",16074,71478,3,977,1721 +"68389",16074,74095,3,977,2333 +"68390",16074,77835,3,977,1327 +"68391",16074,80429,3,977,1927 +"68392",16074,80678,2,977,1595 +"68393",16074,81813,3,977,1656 +"68394",16074,82767,3,977,1641 +"68395",16074,82929,2,977,2475 +"68396",16074,83053,3,977,1303 +"68397",16074,88860,3,977,1014 +"68398",16074,90790,3,977,1492 +"68399",16074,91162,3,977,1693 +"68400",16074,91163,3,977,1171 +"68401",16074,91201,3,977,1702 +"68402",16074,93280,3,977,1053 +"68403",16074,94808,2,977,988 +"68404",16074,99103,3,977,1470 +"68405",16085,1520,3,798,1716 +"68406",16085,16796,3,798,1892 +"68407",16085,19587,3,798,1684 +"68408",16085,35456,2,798,2358 +"68409",16085,38373,3,798,1928 +"68410",16085,39249,2,798,1665 +"68411",16085,42562,3,798,1195 +"68412",16096,357,3,2301,2327 +"68413",16096,3164,3,2301,2693 +"68414",16096,5350,3,2301,2522 +"68415",16096,6030,3,2301,2953 +"68416",16096,12042,3,2301,2345 +"68417",16096,16352,3,2301,2657 +"68418",16096,16525,3,2301,2721 +"68419",16096,21872,3,2301,2458 +"68420",16096,22566,3,2301,2308 +"68421",16096,28011,3,2301,2639 +"68422",16096,28168,3,2301,2702 +"68423",16096,48158,3,2301,2483 +"68424",16096,82732,3,2301,2810 +"68425",16111,2028,2,1714,1978 +"68426",16111,2289,2,1714,2389 +"68427",16111,3306,2,1714,1989 +"68428",16111,5072,3,1714,2175 +"68429",16111,5462,3,1714,2374 +"68430",16111,6222,3,1714,1949 +"68431",16111,9311,3,1714,2477 +"68432",16111,10799,3,1714,2010 +"68433",16111,12713,3,1714,2440 +"68434",16111,13573,3,1714,2774 +"68435",16111,13929,3,1714,2693 +"68436",16111,14959,3,1714,2898 +"68437",16111,15003,3,1714,2067 +"68438",16111,15299,3,1714,2213 +"68439",16111,15636,3,1714,2857 +"68440",16111,15756,3,1714,2362 +"68441",16111,15930,1,1714,2541 +"68442",16111,16201,3,1714,1811 +"68443",16111,17520,3,1714,2276 +"68444",16111,20311,3,1714,1981 +"68445",16111,23787,2,1714,2810 +"68446",16111,25544,2,1714,2475 +"68447",16111,29095,1,1714,2531 +"68448",16111,29454,3,1714,2719 +"68449",16111,30322,3,1714,2346 +"68450",16111,32064,3,1714,1739 +"68451",16111,32457,3,1714,2690 +"68452",16111,33801,3,1714,2899 +"68453",16111,33949,3,1714,2489 +"68454",16111,36962,3,1714,2861 +"68455",16111,38263,3,1714,2475 +"68456",16111,38921,3,1714,1880 +"68457",16111,39556,1,1714,2747 +"68458",16111,41764,3,1714,2409 +"68459",16111,53475,3,1714,2853 +"68460",16111,54879,3,1714,2210 +"68461",16111,55156,3,1714,2196 +"68462",16111,55691,3,1714,2856 +"68463",16111,57732,2,1714,2454 +"68464",16111,59539,1,1714,2429 +"68465",16111,67145,3,1714,2015 +"68466",16111,68083,3,1714,2795 +"68467",16111,68810,3,1714,2409 +"68468",16111,70203,3,1714,2756 +"68469",16111,76463,3,1714,2298 +"68470",16111,78563,3,1714,2385 +"68471",16120,1130,3,1237,1566 +"68472",16120,3716,3,1237,1679 +"68473",16120,3777,3,1237,1798 +"68474",16120,3961,3,1237,2426 +"68475",16120,5315,3,1237,2631 +"68476",16120,5984,3,1237,1675 +"68477",16120,5986,3,1237,1721 +"68478",16120,6047,3,1237,2004 +"68479",16120,6417,2,1237,1675 +"68480",16120,6821,3,1237,1788 +"68481",16120,8865,3,1237,2394 +"68482",16120,9654,3,1237,2111 +"68483",16120,10358,3,1237,2294 +"68484",16120,10513,3,1237,2284 +"68485",16120,10717,3,1237,1938 +"68486",16120,11218,3,1237,2292 +"68487",16120,12042,3,1237,2345 +"68488",16120,13967,3,1237,1354 +"68489",16120,14032,3,1237,2144 +"68490",16120,15309,3,1237,2820 +"68491",16120,15872,3,1237,1551 +"68492",16120,16352,3,1237,2657 +"68493",16120,16826,3,1237,2599 +"68494",16120,17997,3,1237,1621 +"68495",16120,18874,3,1237,2170 +"68496",16120,19587,3,1237,1684 +"68497",16120,20067,3,1237,2390 +"68498",16120,20975,3,1237,1305 +"68499",16120,21138,1,1237,2849 +"68500",16120,21706,3,1237,1988 +"68501",16120,22141,3,1237,2348 +"68502",16120,22639,1,1237,2352 +"68503",16120,23159,3,1237,1548 +"68504",16120,23869,3,1237,1918 +"68505",16120,24146,3,1237,2003 +"68506",16120,25680,3,1237,1618 +"68507",16120,28015,3,1237,1624 +"68508",16120,29930,3,1237,2240 +"68509",16120,33801,3,1237,2899 +"68510",16120,33981,3,1237,1993 +"68511",16120,34509,3,1237,1973 +"68512",16120,34735,3,1237,2767 +"68513",16120,35529,3,1237,1620 +"68514",16120,36962,3,1237,2861 +"68515",16120,37333,3,1237,1612 +"68516",16120,40432,3,1237,1956 +"68517",16120,40493,3,1237,1981 +"68518",16120,47248,3,1237,2883 +"68519",16120,47386,3,1237,2226 +"68520",16120,47715,2,1237,2111 +"68521",16120,50179,3,1237,2230 +"68522",16120,51017,2,1237,2073 +"68523",16120,51035,3,1237,2397 +"68524",16120,53134,3,1237,1590 +"68525",16120,53475,3,1237,2853 +"68526",16120,54020,3,1237,1578 +"68527",16120,54929,3,1237,2783 +"68528",16120,57977,3,1237,2683 +"68529",16120,79436,3,1237,1344 +"68530",16120,84022,3,1237,2289 +"68531",16152,2576,3,879,1307 +"68532",16152,3663,3,879,1232 +"68533",16152,5897,3,879,2337 +"68534",16152,9787,3,879,2858 +"68535",16152,11990,2,879,1909 +"68536",16152,13068,3,879,1778 +"68537",16152,14287,3,879,1583 +"68538",16152,16437,3,879,1956 +"68539",16152,16501,3,879,1650 +"68540",16152,23131,3,879,1732 +"68541",16152,27742,3,879,2700 +"68542",16152,27914,3,879,2507 +"68543",16152,28051,3,879,2089 +"68544",16152,28904,2,879,926 +"68545",16152,30525,3,879,1964 +"68546",16152,31317,3,879,1362 +"68547",16152,31753,2,879,1514 +"68548",16152,49201,3,879,936 +"68549",16152,54775,3,879,2383 +"68550",16152,61125,3,879,1673 +"68551",16152,85396,3,879,1131 +"68552",16152,103491,3,879,1523 +"68553",16161,21,3,599,1385 +"68554",16161,543,3,599,2203 +"68555",16161,2446,3,599,2606 +"68556",16161,2484,3,599,2389 +"68557",16161,2985,3,599,2398 +"68558",16161,4001,3,599,1687 +"68559",16161,4361,3,599,2571 +"68560",16161,8354,3,599,1705 +"68561",16161,8791,2,599,1789 +"68562",16161,10350,3,599,1163 +"68563",16161,11029,2,599,2362 +"68564",16161,14449,3,599,1258 +"68565",16161,16690,2,599,2132 +"68566",16161,17257,3,599,1117 +"68567",16161,20700,2,599,2861 +"68568",16161,22723,3,599,2859 +"68569",16161,23966,3,599,891 +"68570",16161,33236,3,599,2297 +"68571",16161,37859,3,599,1999 +"68572",16161,42373,3,599,871 +"68573",16161,44636,3,599,1026 +"68574",16161,60689,3,599,859 +"68575",16161,64156,3,599,675 +"68576",16161,72535,3,599,1191 +"68577",16161,78842,3,599,904 +"68578",16161,83253,3,599,1102 +"68579",16161,84822,3,599,2686 +"68580",16161,87958,3,599,1234 +"68581",16161,99288,3,599,983 +"68582",16164,23,3,1184,1682 +"68583",16164,206,3,1184,1986 +"68584",16164,270,3,1184,2542 +"68585",16164,543,3,1184,2203 +"68586",16164,669,3,1184,1423 +"68587",16164,671,2,1184,2328 +"68588",16164,675,2,1184,1686 +"68589",16164,733,1,1184,1653 +"68590",16164,750,3,1184,1327 +"68591",16164,1036,3,1184,1367 +"68592",16164,1046,2,1184,1881 +"68593",16164,1092,3,1184,1945 +"68594",16164,1127,3,1184,1188 +"68595",16164,1130,3,1184,1566 +"68596",16164,1136,2,1184,2536 +"68597",16164,1367,3,1184,2176 +"68598",16164,1397,3,1184,1225 +"68599",16164,1495,3,1184,2046 +"68600",16164,1777,3,1184,1965 +"68601",16164,1897,2,1184,1727 +"68602",16164,2036,3,1184,2483 +"68603",16164,2063,2,1184,1278 +"68604",16164,2208,3,1184,2814 +"68605",16164,2325,3,1184,1641 +"68606",16164,2349,3,1184,1288 +"68607",16164,2424,3,1184,2582 +"68608",16164,2484,3,1184,2389 +"68609",16164,2533,3,1184,2016 +"68610",16164,2563,3,1184,1686 +"68611",16164,2591,3,1184,1949 +"68612",16164,2743,2,1184,1278 +"68613",16164,2754,3,1184,1360 +"68614",16164,2766,3,1184,1920 +"68615",16164,2954,3,1184,2727 +"68616",16164,3164,3,1184,2693 +"68617",16164,3167,3,1184,1676 +"68618",16164,3242,1,1184,1730 +"68619",16164,3305,3,1184,2839 +"68620",16164,3753,3,1184,1255 +"68621",16164,3830,3,1184,1661 +"68622",16164,4191,2,1184,2130 +"68623",16164,4226,3,1184,1903 +"68624",16164,4317,3,1184,1224 +"68625",16164,4567,3,1184,2348 +"68626",16164,4618,1,1184,2607 +"68627",16164,4687,2,1184,2152 +"68628",16164,4763,3,1184,1960 +"68629",16164,4980,2,1184,2093 +"68630",16164,5041,3,1184,2371 +"68631",16164,5078,3,1184,2033 +"68632",16164,5148,3,1184,2206 +"68633",16164,5239,3,1184,2875 +"68634",16164,5429,3,1184,1991 +"68635",16164,5457,3,1184,2077 +"68636",16164,5462,3,1184,2374 +"68637",16164,5504,2,1184,2389 +"68638",16164,5621,3,1184,1860 +"68639",16164,5669,3,1184,2502 +"68640",16164,5725,3,1184,2789 +"68641",16164,5864,3,1184,1197 +"68642",16164,6023,3,1184,2050 +"68643",16164,6047,3,1184,2004 +"68644",16164,6363,3,1184,2066 +"68645",16164,6428,3,1184,1952 +"68646",16164,6491,3,1184,2424 +"68647",16164,6577,3,1184,1951 +"68648",16164,7181,3,1184,1421 +"68649",16164,7196,3,1184,1508 +"68650",16164,7241,3,1184,2259 +"68651",16164,7245,2,1184,2089 +"68652",16164,7323,3,1184,2858 +"68653",16164,7834,3,1184,1708 +"68654",16164,7847,3,1184,2424 +"68655",16164,7861,3,1184,1647 +"68656",16164,8258,3,1184,1959 +"68657",16164,8533,3,1184,2251 +"68658",16164,8621,1,1184,1681 +"68659",16164,8700,3,1184,1270 +"68660",16164,9893,3,1184,2701 +"68661",16164,10404,2,1184,2062 +"68662",16164,10799,3,1184,2010 +"68663",16164,10857,3,1184,2253 +"68664",16164,10859,3,1184,2231 +"68665",16164,10874,3,1184,1891 +"68666",16164,10875,2,1184,1234 +"68667",16164,10890,2,1184,2639 +"68668",16164,11055,3,1184,2111 +"68669",16164,11540,3,1184,1237 +"68670",16164,12096,2,1184,1330 +"68671",16164,12374,3,1184,2260 +"68672",16164,12724,3,1184,1930 +"68673",16164,12747,3,1184,2818 +"68674",16164,12867,3,1184,2773 +"68675",16164,13573,3,1184,2774 +"68676",16164,13929,3,1184,2693 +"68677",16164,13945,3,1184,1324 +"68678",16164,14189,3,1184,1483 +"68679",16164,14507,3,1184,2686 +"68680",16164,14943,3,1184,1942 +"68681",16164,15118,3,1184,1311 +"68682",16164,15184,3,1184,2396 +"68683",16164,15299,3,1184,2213 +"68684",16164,15343,3,1184,2125 +"68685",16164,15401,3,1184,1999 +"68686",16164,15539,2,1184,1929 +"68687",16164,15607,3,1184,1421 +"68688",16164,15626,3,1184,2434 +"68689",16164,15716,3,1184,1991 +"68690",16164,16217,3,1184,1653 +"68691",16164,16365,3,1184,2217 +"68692",16164,16608,3,1184,1769 +"68693",16164,16625,3,1184,1285 +"68694",16164,17264,3,1184,2528 +"68695",16164,17354,2,1184,2250 +"68696",16164,17357,3,1184,1536 +"68697",16164,17645,3,1184,1918 +"68698",16164,17826,3,1184,2920 +"68699",16164,17852,3,1184,2840 +"68700",16164,18151,3,1184,2962 +"68701",16164,18277,3,1184,2309 +"68702",16164,18415,3,1184,2184 +"68703",16164,18571,3,1184,2128 +"68704",16164,19027,2,1184,2721 +"68705",16164,19506,2,1184,1385 +"68706",16164,19516,3,1184,2313 +"68707",16164,19637,3,1184,1229 +"68708",16164,20162,3,1184,2328 +"68709",16164,20419,3,1184,1587 +"68710",16164,20563,1,1184,2267 +"68711",16164,20659,3,1184,1969 +"68712",16164,20700,2,1184,2861 +"68713",16164,20783,3,1184,2414 +"68714",16164,20824,2,1184,1366 +"68715",16164,21122,3,1184,1701 +"68716",16164,21138,3,1184,2849 +"68717",16164,21417,3,1184,2422 +"68718",16164,22006,3,1184,1202 +"68719",16164,22543,3,1184,1594 +"68720",16164,22749,3,1184,1727 +"68721",16164,22857,3,1184,1708 +"68722",16164,22884,2,1184,1608 +"68723",16164,22885,3,1184,1702 +"68724",16164,22964,3,1184,1443 +"68725",16164,23140,2,1184,2787 +"68726",16164,23216,3,1184,2424 +"68727",16164,23508,3,1184,1907 +"68728",16164,23534,3,1184,1659 +"68729",16164,23704,2,1184,2278 +"68730",16164,23756,3,1184,2309 +"68731",16164,24005,3,1184,1188 +"68732",16164,24259,3,1184,1281 +"68733",16164,24362,3,1184,1287 +"68734",16164,24755,2,1184,1319 +"68735",16164,25129,3,1184,2647 +"68736",16164,25341,2,1184,1858 +"68737",16164,25643,3,1184,1646 +"68738",16164,25816,3,1184,2088 +"68739",16164,26282,2,1184,1241 +"68740",16164,26351,3,1184,2683 +"68741",16164,26436,1,1184,2489 +"68742",16164,26516,1,1184,2479 +"68743",16164,26570,2,1184,1669 +"68744",16164,26608,3,1184,2329 +"68745",16164,26706,3,1184,1846 +"68746",16164,26713,3,1184,1235 +"68747",16164,27628,3,1184,2389 +"68748",16164,27753,1,1184,2750 +"68749",16164,27783,3,1184,2302 +"68750",16164,28218,3,1184,2048 +"68751",16164,28285,3,1184,2972 +"68752",16164,28892,3,1184,2023 +"68753",16164,29050,3,1184,1196 +"68754",16164,29073,3,1184,2328 +"68755",16164,29095,3,1184,2531 +"68756",16164,29311,3,1184,1849 +"68757",16164,30150,3,1184,1704 +"68758",16164,30438,2,1184,1617 +"68759",16164,31000,3,1184,1526 +"68760",16164,31050,3,1184,1491 +"68761",16164,31243,2,1184,1355 +"68762",16164,31696,3,1184,1595 +"68763",16164,31799,2,1184,2547 +"68764",16164,32419,3,1184,1909 +"68765",16164,32988,3,1184,2008 +"68766",16164,33010,3,1184,2189 +"68767",16164,33430,3,1184,2225 +"68768",16164,33551,2,1184,1734 +"68769",16164,33572,3,1184,2370 +"68770",16164,33621,2,1184,1319 +"68771",16164,34136,3,1184,2202 +"68772",16164,34160,3,1184,1759 +"68773",16164,34216,3,1184,2832 +"68774",16164,34492,1,1184,1798 +"68775",16164,34509,3,1184,1973 +"68776",16164,34815,3,1184,2354 +"68777",16164,34836,3,1184,2302 +"68778",16164,35069,3,1184,2069 +"68779",16164,36651,3,1184,1600 +"68780",16164,37333,3,1184,1612 +"68781",16164,37418,2,1184,2710 +"68782",16164,37570,3,1184,2389 +"68783",16164,37620,3,1184,2716 +"68784",16164,38019,3,1184,1870 +"68785",16164,38449,2,1184,1802 +"68786",16164,38887,3,1184,2468 +"68787",16164,40293,3,1184,1671 +"68788",16164,40369,2,1184,2735 +"68789",16164,40672,3,1184,1315 +"68790",16164,40675,3,1184,1595 +"68791",16164,41278,3,1184,1873 +"68792",16164,41402,3,1184,2313 +"68793",16164,41739,3,1184,1339 +"68794",16164,42175,3,1184,1594 +"68795",16164,42747,3,1184,1189 +"68796",16164,43518,3,1184,2680 +"68797",16164,43839,2,1184,1685 +"68798",16164,44427,3,1184,2875 +"68799",16164,44684,3,1184,1220 +"68800",16164,44982,3,1184,1592 +"68801",16164,45633,3,1184,2134 +"68802",16164,45715,2,1184,2287 +"68803",16164,46039,3,1184,1794 +"68804",16164,46506,3,1184,2464 +"68805",16164,47947,3,1184,2681 +"68806",16164,48698,3,1184,1474 +"68807",16164,49144,3,1184,1542 +"68808",16164,49189,3,1184,1550 +"68809",16164,50667,2,1184,2719 +"68810",16164,51017,3,1184,2073 +"68811",16164,51022,2,1184,1499 +"68812",16164,51041,3,1184,2606 +"68813",16164,51410,2,1184,2739 +"68814",16164,51853,3,1184,2520 +"68815",16164,51987,2,1184,1397 +"68816",16164,53266,3,1184,2389 +"68817",16164,53300,3,1184,2162 +"68818",16164,53433,3,1184,1187 +"68819",16164,54551,3,1184,2348 +"68820",16164,54676,2,1184,1342 +"68821",16164,54740,2,1184,2750 +"68822",16164,55691,3,1184,2856 +"68823",16164,56171,3,1184,1524 +"68824",16164,57129,3,1184,1858 +"68825",16164,57565,3,1184,1577 +"68826",16164,57950,3,1184,1529 +"68827",16164,57977,2,1184,2683 +"68828",16164,58035,2,1184,1646 +"68829",16164,58133,3,1184,1484 +"68830",16164,58221,2,1184,1787 +"68831",16164,59438,3,1184,2400 +"68832",16164,60624,3,1184,1570 +"68833",16164,62488,3,1184,1418 +"68834",16164,62840,3,1184,2502 +"68835",16164,63770,3,1184,1324 +"68836",16164,64031,2,1184,1295 +"68837",16164,64181,3,1184,1828 +"68838",16164,64793,2,1184,2819 +"68839",16164,64997,2,1184,2791 +"68840",16164,65029,3,1184,2954 +"68841",16164,65155,3,1184,1947 +"68842",16164,65691,3,1184,2134 +"68843",16164,70046,2,1184,2624 +"68844",16164,71478,3,1184,1721 +"68845",16164,71562,3,1184,2574 +"68846",16164,74095,2,1184,2333 +"68847",16164,76284,3,1184,1237 +"68848",16164,77001,3,1184,1440 +"68849",16164,77835,2,1184,1327 +"68850",16164,80172,3,1184,1342 +"68851",16164,80429,3,1184,1927 +"68852",16164,80678,2,1184,1595 +"68853",16164,81813,2,1184,1656 +"68854",16164,82767,2,1184,1641 +"68855",16164,82929,3,1184,2475 +"68856",16164,83053,2,1184,1303 +"68857",16164,88966,3,1184,1568 +"68858",16164,90013,3,1184,1461 +"68859",16164,90790,2,1184,1492 +"68860",16164,91162,2,1184,1693 +"68861",16164,91201,2,1184,1702 +"68862",16164,92491,3,1184,1968 +"68863",16164,99103,2,1184,1470 +"68864",16164,101892,3,1184,1322 +"68865",16164,108867,3,1184,2328 +"68866",16176,34216,3,2703,2832 +"68867",16184,14442,2,2274,2700 +"68868",16184,17768,3,2274,2468 +"68869",16184,31357,3,2274,2389 +"68870",16184,34295,3,2274,2735 +"68871",16184,35844,3,2274,2961 +"68872",16184,36996,2,2274,2321 +"68873",16184,40759,3,2274,2789 +"68874",16184,44501,2,2274,2567 +"68875",16184,47094,2,2274,2592 +"68876",16184,55307,3,2274,2306 +"68877",16184,58536,3,2274,2742 +"68878",16184,59289,2,2274,2896 +"68879",16184,67701,3,2274,2289 +"68880",16193,2684,3,756,2874 +"68881",16193,4567,3,756,2348 +"68882",16193,6491,3,756,2424 +"68883",16193,7616,3,756,2296 +"68884",16193,7759,3,756,2844 +"68885",16193,8712,3,756,1153 +"68886",16193,9871,2,756,921 +"68887",16193,10744,3,756,955 +"68888",16193,11912,3,756,889 +"68889",16193,12122,3,756,1385 +"68890",16193,12712,3,756,815 +"68891",16193,12778,3,756,2045 +"68892",16193,16539,3,756,1947 +"68893",16193,16542,2,756,2039 +"68894",16193,18670,3,756,1835 +"68895",16193,18825,3,756,1240 +"68896",16193,19093,3,756,2224 +"68897",16193,22543,3,756,1594 +"68898",16193,23825,3,756,1913 +"68899",16193,24753,2,756,2860 +"68900",16193,24793,1,756,1993 +"68901",16193,24794,2,756,925 +"68902",16193,24826,2,756,1382 +"68903",16193,26322,3,756,1018 +"68904",16193,28053,3,756,2292 +"68905",16193,29512,3,756,1594 +"68906",16193,31209,2,756,1137 +"68907",16193,31890,3,756,1487 +"68908",16193,31901,3,756,1251 +"68909",16193,32419,3,756,1909 +"68910",16193,40129,3,756,2162 +"68911",16193,40369,2,756,2735 +"68912",16193,40879,3,756,2019 +"68913",16193,41407,3,756,1951 +"68914",16193,41664,3,756,2641 +"68915",16193,44089,3,756,1632 +"68916",16193,44135,3,756,2620 +"68917",16193,52699,3,756,1372 +"68918",16193,52898,3,756,763 +"68919",16193,55076,3,756,2408 +"68920",16193,58852,3,756,2323 +"68921",16193,60624,3,756,1570 +"68922",16193,64997,3,756,2791 +"68923",16193,67314,3,756,1051 +"68924",16193,69250,3,756,1439 +"68925",16193,77611,3,756,1795 +"68926",16193,82187,2,756,1055 +"68927",16193,82893,3,756,1275 +"68928",16193,85356,3,756,1492 +"68929",16193,92864,3,756,1123 +"68930",16196,63641,3,2032,2337 +"68931",16201,135,3,1811,2233 +"68932",16201,270,3,1811,2542 +"68933",16201,312,3,1811,2038 +"68934",16201,455,3,1811,2827 +"68935",16201,1691,3,1811,1941 +"68936",16201,2208,2,1811,2814 +"68937",16201,2289,3,1811,2389 +"68938",16201,2424,2,1811,2582 +"68939",16201,2533,2,1811,2016 +"68940",16201,2684,3,1811,2874 +"68941",16201,3011,3,1811,2278 +"68942",16201,3305,3,1811,2839 +"68943",16201,3966,3,1811,2425 +"68944",16201,6363,3,1811,2066 +"68945",16201,7245,3,1811,2089 +"68946",16201,8610,3,1811,2240 +"68947",16201,9311,3,1811,2477 +"68948",16201,9702,3,1811,1928 +"68949",16201,10513,3,1811,2284 +"68950",16201,11006,3,1811,1950 +"68951",16201,11055,3,1811,2111 +"68952",16201,14108,3,1811,2012 +"68953",16201,15813,3,1811,2143 +"68954",16201,16432,3,1811,2664 +"68955",16201,17520,3,1811,2276 +"68956",16201,18965,3,1811,2315 +"68957",16201,19248,3,1811,2357 +"68958",16201,19719,2,1811,2177 +"68959",16201,19862,3,1811,2412 +"68960",16201,20124,3,1811,2376 +"68961",16201,20407,3,1811,2339 +"68962",16201,21285,3,1811,2100 +"68963",16201,22180,3,1811,1835 +"68964",16201,22895,3,1811,2704 +"68965",16201,25577,2,1811,1946 +"68966",16201,26336,3,1811,1904 +"68967",16201,26749,3,1811,2965 +"68968",16201,27694,3,1811,2030 +"68969",16201,34836,3,1811,2302 +"68970",16201,36439,3,1811,2469 +"68971",16201,38019,2,1811,1870 +"68972",16201,39556,2,1811,2747 +"68973",16201,43455,3,1811,2846 +"68974",16201,45633,3,1811,2134 +"68975",16201,46629,3,1811,2255 +"68976",16201,47064,3,1811,1993 +"68977",16201,48754,3,1811,1972 +"68978",16201,49620,3,1811,1868 +"68979",16201,50685,3,1811,2008 +"68980",16201,51041,3,1811,2606 +"68981",16201,52323,3,1811,2148 +"68982",16201,52570,3,1811,2645 +"68983",16201,52576,2,1811,2234 +"68984",16201,53196,3,1811,1888 +"68985",16201,54879,3,1811,2210 +"68986",16201,55082,3,1811,1856 +"68987",16201,56317,3,1811,2030 +"68988",16201,57732,2,1811,2454 +"68989",16201,58451,3,1811,1939 +"68990",16201,58508,3,1811,2326 +"68991",16201,61982,3,1811,2725 +"68992",16201,62841,3,1811,2710 +"68993",16201,67145,3,1811,2015 +"68994",16201,68215,3,1811,2727 +"68995",16201,76892,3,1811,2381 +"68996",16201,82949,3,1811,2077 +"68997",16205,17037,3,2630,2947 +"68998",16205,35477,3,2630,2703 +"68999",16205,35980,2,2630,2657 +"69000",16205,57180,3,2630,2703 +"69001",16205,59039,3,2630,2870 +"69002",16207,37108,3,301,1202 +"69003",16207,46283,3,301,1184 +"69004",16207,48607,3,301,470 +"69005",16207,63661,2,301,600 +"69006",16207,67957,3,301,2823 +"69007",16207,74730,3,301,535 +"69008",16207,76564,3,301,996 +"69009",16207,91279,3,301,966 +"69010",16217,2563,3,1653,1686 +"69011",16217,3242,3,1653,1730 +"69012",16217,4191,3,1653,2130 +"69013",16217,4618,3,1653,2607 +"69014",16217,7245,3,1653,2089 +"69015",16217,8533,3,1653,2251 +"69016",16217,8621,3,1653,1681 +"69017",16217,20563,2,1653,2267 +"69018",16217,23534,2,1653,1659 +"69019",16217,23756,3,1653,2309 +"69020",16217,26516,3,1653,2479 +"69021",16217,26793,3,1653,2104 +"69022",16217,27753,3,1653,2750 +"69023",16217,38449,3,1653,1802 +"69024",16217,74095,3,1653,2333 +"69025",16286,841,3,2470,2964 +"69026",16286,2206,3,2470,2536 +"69027",16286,4361,3,2470,2571 +"69028",16286,5962,2,2470,2491 +"69029",16286,7252,2,2470,2799 +"69030",16286,8568,2,2470,2706 +"69031",16286,9787,3,2470,2858 +"69032",16286,17033,3,2470,2771 +"69033",16286,17826,3,2470,2920 +"69034",16286,19380,3,2470,2637 +"69035",16286,22723,3,2470,2859 +"69036",16286,27742,3,2470,2700 +"69037",16286,27914,3,2470,2507 +"69038",16286,34216,3,2470,2832 +"69039",16286,36953,3,2470,2790 +"69040",16286,37059,3,2470,2840 +"69041",16286,40035,3,2470,2742 +"69042",16286,45729,3,2470,2606 +"69043",16286,45869,3,2470,2840 +"69044",16286,52570,3,2470,2645 +"69045",16286,53739,3,2470,2704 +"69046",16286,58521,3,2470,2950 +"69047",16286,66693,3,2470,2554 +"69048",16286,111375,2,2470,2686 +"69049",16296,17812,3,2626,2705 +"69050",16296,43929,3,2626,2749 +"69051",16296,70433,3,2626,2639 +"69052",16310,22326,3,2796,2818 +"69053",16313,42,3,1160,2265 +"69054",16313,313,3,1160,2271 +"69055",16313,357,3,1160,2327 +"69056",16313,377,3,1160,2389 +"69057",16313,499,3,1160,1931 +"69058",16313,543,3,1160,2203 +"69059",16313,803,2,1160,1666 +"69060",16313,1046,3,1160,1881 +"69061",16313,1151,3,1160,2885 +"69062",16313,1262,3,1160,2973 +"69063",16313,1321,3,1160,2075 +"69064",16313,1386,3,1160,1901 +"69065",16313,1495,2,1160,2046 +"69066",16313,1616,3,1160,2662 +"69067",16313,1676,3,1160,1198 +"69068",16313,1777,2,1160,1965 +"69069",16313,2036,2,1160,2483 +"69070",16313,2484,3,1160,2389 +"69071",16313,2754,2,1160,1360 +"69072",16313,2766,3,1160,1920 +"69073",16313,3088,3,1160,1670 +"69074",16313,3167,3,1160,1676 +"69075",16313,3242,3,1160,1730 +"69076",16313,3830,3,1160,1661 +"69077",16313,3853,2,1160,2465 +"69078",16313,4057,3,1160,2389 +"69079",16313,4366,3,1160,1726 +"69080",16313,4701,3,1160,2401 +"69081",16313,4763,3,1160,1960 +"69082",16313,5041,3,1160,2371 +"69083",16313,5078,3,1160,2033 +"69084",16313,5457,3,1160,2077 +"69085",16313,5462,2,1160,2374 +"69086",16313,5504,2,1160,2389 +"69087",16313,5621,3,1160,1860 +"69088",16313,7078,3,1160,2344 +"69089",16313,7323,3,1160,2858 +"69090",16313,8533,3,1160,2251 +"69091",16313,8621,3,1160,1681 +"69092",16313,8760,3,1160,2477 +"69093",16313,9391,3,1160,1252 +"69094",16313,10148,2,1160,2964 +"69095",16313,10874,3,1160,1891 +"69096",16313,10875,3,1160,1234 +"69097",16313,11602,3,1160,1493 +"69098",16313,12084,3,1160,1960 +"69099",16313,12103,3,1160,1244 +"69100",16313,13732,2,1160,2789 +"69101",16313,13929,3,1160,2693 +"69102",16313,13945,3,1160,1324 +"69103",16313,14072,3,1160,1346 +"69104",16313,14189,1,1160,1483 +"69105",16313,14709,3,1160,1901 +"69106",16313,14888,3,1160,1411 +"69107",16313,15184,3,1160,2396 +"69108",16313,15343,3,1160,2125 +"69109",16313,15539,3,1160,1929 +"69110",16313,15560,3,1160,2257 +"69111",16313,15626,3,1160,2434 +"69112",16313,16040,3,1160,1244 +"69113",16313,16164,3,1160,1184 +"69114",16313,17520,3,1160,2276 +"69115",16313,18151,3,1160,2962 +"69116",16313,19027,3,1160,2721 +"69117",16313,19528,3,1160,2742 +"69118",16313,19568,3,1160,2302 +"69119",16313,19606,3,1160,2783 +"69120",16313,20311,3,1160,1981 +"69121",16313,20545,3,1160,1491 +"69122",16313,20783,3,1160,2414 +"69123",16313,21076,3,1160,1591 +"69124",16313,21193,3,1160,2490 +"69125",16313,21693,3,1160,2176 +"69126",16313,21795,3,1160,2653 +"69127",16313,22006,2,1160,1202 +"69128",16313,22326,3,1160,2818 +"69129",16313,22362,3,1160,1836 +"69130",16313,22749,3,1160,1727 +"69131",16313,23508,1,1160,1907 +"69132",16313,23509,3,1160,2275 +"69133",16313,23641,2,1160,1934 +"69134",16313,23751,2,1160,1740 +"69135",16313,24146,2,1160,2003 +"69136",16313,24362,1,1160,1287 +"69137",16313,24923,3,1160,2785 +"69138",16313,25198,3,1160,1982 +"69139",16313,26608,3,1160,2329 +"69140",16313,26865,2,1160,2726 +"69141",16313,26959,3,1160,1961 +"69142",16313,27478,3,1160,2485 +"69143",16313,27849,2,1160,1316 +"69144",16313,28216,3,1160,1910 +"69145",16313,28218,3,1160,2048 +"69146",16313,28233,2,1160,1608 +"69147",16313,28892,3,1160,2023 +"69148",16313,29456,2,1160,1182 +"69149",16313,30081,2,1160,2403 +"69150",16313,30827,3,1160,2323 +"69151",16313,31799,2,1160,2547 +"69152",16313,32516,1,1160,2050 +"69153",16313,32939,3,1160,2277 +"69154",16313,34836,3,1160,2302 +"69155",16313,34984,3,1160,2056 +"69156",16313,35256,3,1160,2271 +"69157",16313,36559,3,1160,2473 +"69158",16313,36962,2,1160,2861 +"69159",16313,37333,2,1160,1612 +"69160",16313,37570,3,1160,2389 +"69161",16313,37836,3,1160,1369 +"69162",16313,38908,3,1160,1787 +"69163",16313,38921,3,1160,1880 +"69164",16313,41278,3,1160,1873 +"69165",16313,41747,2,1160,1722 +"69166",16313,41872,3,1160,2974 +"69167",16313,42175,3,1160,1594 +"69168",16313,42264,3,1160,1702 +"69169",16313,42618,3,1160,2316 +"69170",16313,44684,3,1160,1220 +"69171",16313,46039,2,1160,1794 +"69172",16313,48820,3,1160,2769 +"69173",16313,50252,2,1160,2001 +"69174",16313,51410,3,1160,2739 +"69175",16313,51853,3,1160,2520 +"69176",16313,53031,3,1160,2065 +"69177",16313,54020,2,1160,1578 +"69178",16313,55468,3,1160,2511 +"69179",16313,55556,3,1160,2075 +"69180",16313,56082,3,1160,2395 +"69181",16313,57804,3,1160,2214 +"69182",16313,57950,3,1160,1529 +"69183",16313,57977,2,1160,2683 +"69184",16313,58035,3,1160,1646 +"69185",16313,58508,3,1160,2326 +"69186",16313,59039,3,1160,2870 +"69187",16313,59205,3,1160,2387 +"69188",16313,60966,3,1160,2734 +"69189",16313,61719,2,1160,1515 +"69190",16313,62488,3,1160,1418 +"69191",16313,63770,3,1160,1324 +"69192",16313,65029,3,1160,2954 +"69193",16313,65679,3,1160,1578 +"69194",16313,71478,3,1160,1721 +"69195",16313,72334,3,1160,2820 +"69196",16313,72468,3,1160,2292 +"69197",16313,76342,3,1160,1429 +"69198",16313,77993,3,1160,1497 +"69199",16313,79088,2,1160,1369 +"69200",16313,80429,3,1160,1927 +"69201",16313,82949,3,1160,2077 +"69202",16313,84498,2,1160,1292 +"69203",16313,85058,3,1160,1311 +"69204",16313,85430,3,1160,2370 +"69205",16313,86799,2,1160,1951 +"69206",16313,89958,3,1160,1186 +"69207",16313,93615,3,1160,2386 +"69208",16313,93752,3,1160,1368 +"69209",16313,99103,3,1160,1470 +"69210",16313,101338,3,1160,1319 +"69211",16313,105233,2,1160,1199 +"69212",16332,21138,3,2668,2849 +"69213",16332,26749,2,2668,2965 +"69214",16332,61982,3,2668,2725 +"69215",16332,79322,3,2668,2770 +"69216",16336,16096,2,859,2301 +"69217",16336,16525,1,859,2721 +"69218",16336,17819,3,859,2291 +"69219",16336,23806,3,859,1671 +"69220",16336,48158,1,859,2483 +"69221",16336,54305,3,859,1222 +"69222",16336,83422,3,859,1500 +"69223",16347,160,3,1868,2007 +"69224",16347,2443,3,1868,2333 +"69225",16347,3158,3,1868,2762 +"69226",16347,3506,3,1868,2364 +"69227",16347,4784,3,1868,2511 +"69228",16347,6040,3,1868,2103 +"69229",16347,7123,3,1868,1964 +"69230",16347,8238,3,1868,2222 +"69231",16347,9269,1,1868,1892 +"69232",16347,9895,2,1868,1960 +"69233",16347,9910,3,1868,2526 +"69234",16347,9948,3,1868,2019 +"69235",16347,11351,3,1868,2971 +"69236",16347,12598,3,1868,2086 +"69237",16347,14172,3,1868,1923 +"69238",16347,14442,2,1868,2700 +"69239",16347,15813,3,1868,2143 +"69240",16347,16963,3,1868,1999 +"69241",16347,17632,3,1868,1947 +"69242",16347,17925,3,1868,2385 +"69243",16347,20695,2,1868,2526 +"69244",16347,21358,3,1868,1970 +"69245",16347,26740,2,1868,2695 +"69246",16347,30096,3,1868,2082 +"69247",16347,31281,3,1868,1937 +"69248",16347,36996,3,1868,2321 +"69249",16347,38697,3,1868,2701 +"69250",16347,39187,3,1868,2166 +"69251",16347,41350,3,1868,1935 +"69252",16347,41489,3,1868,2006 +"69253",16347,42382,3,1868,2224 +"69254",16347,44744,2,1868,2032 +"69255",16347,47564,3,1868,2650 +"69256",16347,48931,3,1868,2444 +"69257",16347,53584,3,1868,2391 +"69258",16347,59289,3,1868,2896 +"69259",16347,64912,3,1868,2099 +"69260",16347,89391,2,1868,2180 +"69261",16347,96387,3,1868,2159 +"69262",16351,728,3,893,1812 +"69263",16351,798,3,893,2476 +"69264",16351,2743,3,893,1278 +"69265",16351,3242,3,893,1730 +"69266",16351,4066,3,893,1736 +"69267",16351,4303,3,893,2414 +"69268",16351,7014,3,893,2401 +"69269",16351,7896,3,893,2447 +"69270",16351,8726,3,893,2083 +"69271",16351,12861,3,893,1207 +"69272",16351,15683,1,893,1729 +"69273",16351,18965,3,893,2315 +"69274",16351,20824,3,893,1366 +"69275",16351,21407,3,893,2728 +"69276",16351,26286,3,893,2023 +"69277",16351,29289,3,893,1756 +"69278",16351,29977,3,893,2781 +"69279",16351,31303,1,893,1040 +"69280",16351,31700,3,893,2727 +"69281",16351,34216,3,893,2832 +"69282",16351,34813,3,893,975 +"69283",16351,35477,3,893,2703 +"69284",16351,37279,1,893,2768 +"69285",16351,37937,3,893,1320 +"69286",16351,43360,3,893,979 +"69287",16351,50585,3,893,2414 +"69288",16351,53924,3,893,1289 +"69289",16351,58035,3,893,1646 +"69290",16351,59726,3,893,1513 +"69291",16351,68398,3,893,978 +"69292",16351,71412,3,893,1974 +"69293",16351,90943,3,893,1754 +"69294",16351,96300,2,893,2594 +"69295",16352,455,3,2657,2827 +"69296",16352,3164,3,2657,2693 +"69297",16352,3305,3,2657,2839 +"69298",16352,4932,3,2657,2752 +"69299",16352,6030,3,2657,2953 +"69300",16352,6044,3,2657,2744 +"69301",16352,10779,3,2657,2881 +"69302",16352,12035,3,2657,2721 +"69303",16352,15309,3,2657,2820 +"69304",16352,18361,3,2657,2968 +"69305",16352,20292,3,2657,2755 +"69306",16352,21138,3,2657,2849 +"69307",16352,21571,2,2657,2755 +"69308",16352,25325,3,2657,2963 +"69309",16352,28168,3,2657,2702 +"69310",16352,28296,2,2657,2944 +"69311",16352,29314,3,2657,2736 +"69312",16352,32567,2,2657,2784 +"69313",16352,34161,3,2657,2789 +"69314",16352,34735,1,2657,2767 +"69315",16352,36962,3,2657,2861 +"69316",16352,39444,3,2657,2695 +"69317",16352,43455,3,2657,2846 +"69318",16352,43518,3,2657,2680 +"69319",16352,47248,3,2657,2883 +"69320",16352,49110,2,2657,2938 +"69321",16352,51052,3,2657,2784 +"69322",16352,54929,2,2657,2783 +"69323",16352,55652,3,2657,2795 +"69324",16352,57969,3,2657,2755 +"69325",16352,57977,3,2657,2683 +"69326",16352,70203,3,2657,2756 +"69327",16352,72501,3,2657,2795 +"69328",16352,82732,3,2657,2810 +"69329",16352,89934,3,2657,2760 +"69330",16361,2344,3,1641,2752 +"69331",16361,2802,2,1641,1836 +"69332",16361,9716,3,1641,1929 +"69333",16361,10727,2,1641,2082 +"69334",16361,11135,3,1641,2441 +"69335",16361,65223,3,1641,2724 +"69336",16361,80784,3,1641,1738 +"69337",16361,83007,3,1641,2727 +"69338",16361,83362,3,1641,1877 +"69339",16365,2936,3,2217,2512 +"69340",16365,3493,3,2217,2451 +"69341",16365,7984,3,2217,2493 +"69342",16365,23704,3,2217,2278 +"69343",16365,26436,3,2217,2489 +"69344",16365,31700,3,2217,2727 +"69345",16365,34216,3,2217,2832 +"69346",16365,34478,3,2217,2265 +"69347",16365,36031,3,2217,2342 +"69348",16365,38602,3,2217,2693 +"69349",16365,45715,3,2217,2287 +"69350",16365,49265,3,2217,2686 +"69351",16365,51410,3,2217,2739 +"69352",16365,53323,3,2217,2677 +"69353",16365,57380,3,2217,2362 +"69354",16365,72728,3,2217,2234 +"69355",16365,88232,3,2217,2881 +"69356",16376,17645,3,546,1918 +"69357",16376,18319,3,546,1439 +"69358",16376,29117,3,546,1250 +"69359",16376,46726,3,546,943 +"69360",16376,62668,3,546,958 +"69361",16384,9351,3,1320,1460 +"69362",16384,9552,3,1320,1947 +"69363",16384,13065,3,1320,1561 +"69364",16384,21225,3,1320,1945 +"69365",16384,22282,3,1320,1418 +"69366",16384,22652,3,1320,1544 +"69367",16384,23015,3,1320,1362 +"69368",16384,26793,2,1320,2104 +"69369",16384,37400,3,1320,2860 +"69370",16384,40913,3,1320,1800 +"69371",16384,43153,3,1320,1381 +"69372",16384,51017,3,1320,2073 +"69373",16384,51035,2,1320,2397 +"69374",16384,55438,2,1320,2863 +"69375",16432,3305,2,2664,2839 +"69376",16432,30052,3,2664,2855 +"69377",16432,43455,3,2664,2846 +"69378",16432,48605,3,2664,2796 +"69379",16432,61982,2,2664,2725 +"69380",16432,62841,2,2664,2710 +"69381",16437,145,3,1956,1998 +"69382",16437,237,3,1956,1982 +"69383",16437,798,3,1956,2476 +"69384",16437,843,3,1956,2332 +"69385",16437,3271,2,1956,2216 +"69386",16437,4430,3,1956,2019 +"69387",16437,7785,3,1956,2441 +"69388",16437,8865,3,1956,2394 +"69389",16437,9272,2,1956,2835 +"69390",16437,10373,1,1956,2436 +"69391",16437,12081,3,1956,2166 +"69392",16437,13639,3,1956,2887 +"69393",16437,14586,3,1956,2801 +"69394",16437,14918,3,1956,2071 +"69395",16437,15184,3,1956,2396 +"69396",16437,17351,3,1956,2036 +"69397",16437,17549,3,1956,2647 +"69398",16437,19075,3,1956,2214 +"69399",16437,19934,3,1956,2888 +"69400",16437,20308,3,1956,2254 +"69401",16437,21079,3,1956,1997 +"69402",16437,21734,3,1956,2528 +"69403",16437,26428,3,1956,2203 +"69404",16437,27280,3,1956,1965 +"69405",16437,28051,3,1956,2089 +"69406",16437,30334,3,1956,2075 +"69407",16437,32516,3,1956,2050 +"69408",16437,32532,3,1956,2338 +"69409",16437,36953,3,1956,2790 +"69410",16437,37636,3,1956,2178 +"69411",16437,37752,2,1956,2223 +"69412",16437,38259,3,1956,2258 +"69413",16437,38755,3,1956,2902 +"69414",16437,39439,3,1956,2462 +"69415",16437,39444,3,1956,2695 +"69416",16437,39534,3,1956,2410 +"69417",16437,39875,3,1956,2422 +"69418",16437,40035,3,1956,2742 +"69419",16437,41900,2,1956,1970 +"69420",16437,41945,3,1956,2856 +"69421",16437,43173,3,1956,2895 +"69422",16437,43226,2,1956,2442 +"69423",16437,46982,3,1956,2806 +"69424",16437,47013,3,1956,2388 +"69425",16437,48110,2,1956,2009 +"69426",16437,51783,3,1956,2599 +"69427",16437,53445,3,1956,2028 +"69428",16437,57765,3,1956,2893 +"69429",16437,57804,3,1956,2214 +"69430",16437,58508,2,1956,2326 +"69431",16437,59039,2,1956,2870 +"69432",16437,63654,3,1956,2310 +"69433",16437,64967,3,1956,2872 +"69434",16437,65188,3,1956,2213 +"69435",16437,69335,2,1956,2698 +"69436",16437,69788,3,1956,2007 +"69437",16437,77077,3,1956,2693 +"69438",16437,88067,3,1956,2315 +"69439",16455,1393,3,946,1706 +"69440",16455,2370,2,946,1600 +"69441",16455,4249,3,946,2547 +"69442",16455,4723,3,946,1314 +"69443",16455,4784,2,946,2511 +"69444",16455,6020,3,946,1864 +"69445",16455,9724,3,946,2713 +"69446",16455,13595,2,946,1164 +"69447",16455,14172,3,946,1923 +"69448",16455,16866,3,946,2718 +"69449",16455,21358,2,946,1970 +"69450",16455,21920,3,946,2367 +"69451",16455,28648,2,946,1586 +"69452",16455,31950,3,946,2217 +"69453",16455,34274,3,946,1437 +"69454",16455,41489,3,946,2006 +"69455",16455,45297,2,946,1864 +"69456",16455,45449,2,946,1610 +"69457",16455,45450,3,946,1590 +"69458",16455,48781,3,946,954 +"69459",16455,48823,3,946,2080 +"69460",16455,48931,3,946,2444 +"69461",16455,53293,3,946,2916 +"69462",16455,57549,3,946,2335 +"69463",16455,61921,2,946,1793 +"69464",16455,68813,3,946,2511 +"69465",16455,76842,3,946,1518 +"69466",16455,79639,3,946,1013 +"69467",16455,82217,3,946,2441 +"69468",16455,84581,3,946,1241 +"69469",16455,92366,3,946,1434 +"69470",16455,93642,3,946,1120 +"69471",16455,100084,3,946,1964 +"69472",16477,1785,3,2069,2350 +"69473",16477,5937,2,2069,2392 +"69474",16477,6234,2,2069,2654 +"69475",16477,14861,3,2069,2269 +"69476",16477,15558,3,2069,2389 +"69477",16477,18821,3,2069,2075 +"69478",16477,20011,3,2069,2826 +"69479",16477,23728,3,2069,2601 +"69480",16477,30194,2,2069,2874 +"69481",16477,31259,3,2069,2082 +"69482",16477,33363,3,2069,2475 +"69483",16477,33460,2,2069,2781 +"69484",16477,42136,3,2069,2551 +"69485",16477,44730,2,2069,2468 +"69486",16477,49079,3,2069,2447 +"69487",16477,50899,3,2069,2125 +"69488",16477,53648,3,2069,2167 +"69489",16477,56413,3,2069,2747 +"69490",16477,76997,3,2069,2223 +"69491",16477,79746,3,2069,2272 +"69492",16482,237,3,1958,1982 +"69493",16482,1102,3,1958,2282 +"69494",16482,2057,3,1958,1965 +"69495",16482,3776,3,1958,2322 +"69496",16482,7942,3,1958,2623 +"69497",16482,9893,3,1958,2701 +"69498",16482,10239,3,1958,2032 +"69499",16482,15433,2,1958,2038 +"69500",16482,19208,3,1958,2629 +"69501",16482,19528,3,1958,2742 +"69502",16482,19605,2,1958,2395 +"69503",16482,24756,3,1958,2530 +"69504",16482,27390,3,1958,2425 +"69505",16482,29454,3,1958,2719 +"69506",16482,31856,2,1958,2630 +"69507",16482,32939,3,1958,2277 +"69508",16482,39256,3,1958,2449 +"69509",16482,40138,3,1958,2719 +"69510",16482,42216,3,1958,2722 +"69511",16482,43929,3,1958,2749 +"69512",16482,45608,3,1958,2420 +"69513",16482,50480,3,1958,2701 +"69514",16482,57804,3,1958,2214 +"69515",16482,116792,3,1958,2397 +"69516",16497,1616,3,2370,2662 +"69517",16497,2166,2,2370,2557 +"69518",16497,2484,3,2370,2389 +"69519",16497,5462,3,2370,2374 +"69520",16497,5504,3,2370,2389 +"69521",16497,5849,3,2370,2404 +"69522",16497,12713,3,2370,2440 +"69523",16497,15184,3,2370,2396 +"69524",16497,18151,3,2370,2962 +"69525",16497,19528,2,2370,2742 +"69526",16497,20700,3,2370,2861 +"69527",16497,20783,3,2370,2414 +"69528",16497,24042,3,2370,2880 +"69529",16497,24255,3,2370,2770 +"69530",16497,34327,3,2370,2959 +"69531",16497,38667,2,2370,2880 +"69532",16497,39444,3,2370,2695 +"69533",16497,44427,3,2370,2875 +"69534",16497,53789,2,2370,2681 +"69535",16497,55828,2,2370,2393 +"69536",16497,57609,3,2370,2717 +"69537",16497,68390,3,2370,2608 +"69538",16501,160,3,1650,2007 +"69539",16501,364,3,1650,2351 +"69540",16501,728,3,1650,1812 +"69541",16501,1520,3,1650,1716 +"69542",16501,2418,2,1650,2020 +"69543",16501,2747,3,1650,2411 +"69544",16501,2852,2,1650,2448 +"69545",16501,2985,3,1650,2398 +"69546",16501,3127,3,1650,2273 +"69547",16501,3477,3,1650,2546 +"69548",16501,4361,3,1650,2571 +"69549",16501,4612,3,1650,2804 +"69550",16501,4660,3,1650,2149 +"69551",16501,4668,3,1650,1919 +"69552",16501,4669,3,1650,2395 +"69553",16501,4916,3,1650,1970 +"69554",16501,5897,3,1650,2337 +"69555",16501,5912,3,1650,2257 +"69556",16501,6063,3,1650,2349 +"69557",16501,6119,3,1650,2358 +"69558",16501,7252,3,1650,2799 +"69559",16501,7615,3,1650,1657 +"69560",16501,7942,3,1650,2623 +"69561",16501,8029,3,1650,1859 +"69562",16501,8568,3,1650,2706 +"69563",16501,9035,3,1650,2771 +"69564",16501,9301,3,1650,1861 +"69565",16501,9503,2,1650,2453 +"69566",16501,9703,3,1650,1845 +"69567",16501,9785,3,1650,2951 +"69568",16501,9787,1,1650,2858 +"69569",16501,10129,3,1650,2124 +"69570",16501,10336,3,1650,2271 +"69571",16501,10453,2,1650,1656 +"69572",16501,10739,3,1650,1807 +"69573",16501,10754,3,1650,1797 +"69574",16501,10980,3,1650,1974 +"69575",16501,11563,3,1650,1863 +"69576",16501,11588,3,1650,2352 +"69577",16501,12361,3,1650,2732 +"69578",16501,13842,3,1650,2250 +"69579",16501,14749,3,1650,1998 +"69580",16501,14817,3,1650,2110 +"69581",16501,15153,3,1650,1864 +"69582",16501,15207,3,1650,1855 +"69583",16501,16286,2,1650,2470 +"69584",16501,17033,3,1650,2771 +"69585",16501,17037,2,1650,2947 +"69586",16501,17645,3,1650,1918 +"69587",16501,19334,3,1650,1979 +"69588",16501,19655,3,1650,2706 +"69589",16501,20220,3,1650,1656 +"69590",16501,22364,3,1650,1809 +"69591",16501,22578,3,1650,2216 +"69592",16501,23131,2,1650,1732 +"69593",16501,23206,3,1650,2805 +"69594",16501,24176,3,1650,1986 +"69595",16501,25163,1,1650,1751 +"69596",16501,27390,3,1650,2425 +"69597",16501,27742,2,1650,2700 +"69598",16501,27897,2,1650,1968 +"69599",16501,27914,1,1650,2507 +"69600",16501,28869,2,1650,2425 +"69601",16501,29311,3,1650,1849 +"69602",16501,30334,3,1650,2075 +"69603",16501,30368,3,1650,2487 +"69604",16501,30525,2,1650,1964 +"69605",16501,30865,3,1650,2038 +"69606",16501,31542,3,1650,2459 +"69607",16501,31868,2,1650,1993 +"69608",16501,33223,3,1650,2397 +"69609",16501,33341,2,1650,2338 +"69610",16501,33537,3,1650,2406 +"69611",16501,35728,2,1650,2017 +"69612",16501,36912,3,1650,2469 +"69613",16501,36953,3,1650,2790 +"69614",16501,37636,3,1650,2178 +"69615",16501,39534,3,1650,2410 +"69616",16501,40035,2,1650,2742 +"69617",16501,40392,3,1650,1878 +"69618",16501,40542,3,1650,1664 +"69619",16501,40572,3,1650,2666 +"69620",16501,41023,3,1650,2408 +"69621",16501,41581,3,1650,1692 +"69622",16501,41633,2,1650,1976 +"69623",16501,42717,3,1650,2588 +"69624",16501,42813,3,1650,2142 +"69625",16501,45729,3,1650,2606 +"69626",16501,45869,3,1650,2840 +"69627",16501,46384,2,1650,2285 +"69628",16501,46486,2,1650,1868 +"69629",16501,47839,3,1650,1864 +"69630",16501,47965,3,1650,2232 +"69631",16501,51783,3,1650,2599 +"69632",16501,53739,2,1650,2704 +"69633",16501,54775,3,1650,2383 +"69634",16501,56569,3,1650,1993 +"69635",16501,56995,2,1650,2323 +"69636",16501,58238,3,1650,1944 +"69637",16501,58501,3,1650,2613 +"69638",16501,58655,3,1650,2685 +"69639",16501,59637,3,1650,2141 +"69640",16501,61125,2,1650,1673 +"69641",16501,63641,3,1650,2337 +"69642",16501,66693,3,1650,2554 +"69643",16501,66717,3,1650,2104 +"69644",16501,67908,3,1650,2385 +"69645",16501,71531,3,1650,2887 +"69646",16501,72597,3,1650,1843 +"69647",16501,74370,3,1650,1667 +"69648",16501,80156,3,1650,1667 +"69649",16501,81545,3,1650,2077 +"69650",16501,91942,3,1650,2216 +"69651",16501,111375,2,1650,2686 +"69652",16502,371,3,1616,2950 +"69653",16502,2747,3,1616,2411 +"69654",16502,3520,3,1616,2281 +"69655",16502,5119,3,1616,2220 +"69656",16502,5897,3,1616,2337 +"69657",16502,7597,3,1616,2037 +"69658",16502,9332,2,1616,2734 +"69659",16502,9503,3,1616,2453 +"69660",16502,10050,3,1616,1792 +"69661",16502,11588,3,1616,2352 +"69662",16502,13068,3,1616,1778 +"69663",16502,19215,3,1616,2604 +"69664",16502,21209,3,1616,2184 +"69665",16502,21487,3,1616,2203 +"69666",16502,23131,3,1616,1732 +"69667",16502,27882,3,1616,1897 +"69668",16502,28051,3,1616,2089 +"69669",16502,28116,3,1616,1643 +"69670",16502,28869,3,1616,2425 +"69671",16502,30525,3,1616,1964 +"69672",16502,31540,3,1616,1675 +"69673",16502,33657,3,1616,2336 +"69674",16502,37636,3,1616,2178 +"69675",16502,42256,2,1616,2839 +"69676",16502,42813,3,1616,2142 +"69677",16502,44433,3,1616,2224 +"69678",16502,44603,2,1616,2748 +"69679",16502,45039,2,1616,1663 +"69680",16502,46486,3,1616,1868 +"69681",16502,49712,2,1616,1937 +"69682",16502,53687,3,1616,2422 +"69683",16502,54523,3,1616,1935 +"69684",16502,54924,3,1616,2603 +"69685",16502,58501,3,1616,2613 +"69686",16502,92850,3,1616,1971 +"69687",16518,48605,3,2642,2796 +"69688",16524,1785,2,1556,2350 +"69689",16524,2370,3,1556,1600 +"69690",16524,3360,3,1556,1583 +"69691",16524,4698,3,1556,2481 +"69692",16524,4784,3,1556,2511 +"69693",16524,5937,2,1556,2392 +"69694",16524,6020,3,1556,1864 +"69695",16524,6234,2,1556,2654 +"69696",16524,6235,3,1556,1585 +"69697",16524,8899,3,1556,2023 +"69698",16524,10119,3,1556,2374 +"69699",16524,11868,3,1556,1639 +"69700",16524,15150,3,1556,2801 +"69701",16524,15558,3,1556,2389 +"69702",16524,17552,3,1556,2082 +"69703",16524,19002,3,1556,2053 +"69704",16524,20011,3,1556,2826 +"69705",16524,21358,3,1556,1970 +"69706",16524,23728,3,1556,2601 +"69707",16524,25330,3,1556,2370 +"69708",16524,26698,3,1556,1963 +"69709",16524,28648,3,1556,1586 +"69710",16524,28970,3,1556,2111 +"69711",16524,32576,2,1556,2881 +"69712",16524,32939,3,1556,2277 +"69713",16524,33363,3,1556,2475 +"69714",16524,34576,2,1556,1727 +"69715",16524,36491,3,1556,1781 +"69716",16524,41521,3,1556,2069 +"69717",16524,44730,3,1556,2468 +"69718",16524,45297,3,1556,1864 +"69719",16524,46049,3,1556,2102 +"69720",16524,48585,3,1556,2063 +"69721",16524,53648,3,1556,2167 +"69722",16524,56413,3,1556,2747 +"69723",16524,57804,3,1556,2214 +"69724",16524,89391,3,1556,2180 +"69725",16524,96700,2,1556,1602 +"69726",16535,145,3,1993,1998 +"69727",16535,270,3,1993,2542 +"69728",16535,380,3,1993,2261 +"69729",16535,854,3,1993,2307 +"69730",16535,913,3,1993,2144 +"69731",16535,1102,2,1993,2282 +"69732",16535,2572,3,1993,2273 +"69733",16535,2954,3,1993,2727 +"69734",16535,3305,3,1993,2839 +"69735",16535,5580,3,1993,2111 +"69736",16535,6074,2,1993,2426 +"69737",16535,8762,3,1993,2585 +"69738",16535,9654,3,1993,2111 +"69739",16535,10513,3,1993,2284 +"69740",16535,13307,3,1993,2206 +"69741",16535,15301,3,1993,2308 +"69742",16535,15315,3,1993,2173 +"69743",16535,18394,3,1993,2356 +"69744",16535,19719,3,1993,2177 +"69745",16535,19862,3,1993,2412 +"69746",16535,21012,3,1993,2325 +"69747",16535,21571,3,1993,2755 +"69748",16535,21682,2,1993,2414 +"69749",16535,21929,2,1993,2062 +"69750",16535,23526,3,1993,1998 +"69751",16535,27173,3,1993,2050 +"69752",16535,27694,3,1993,2030 +"69753",16535,30052,3,1993,2855 +"69754",16535,31235,3,1993,2668 +"69755",16535,31307,3,1993,2139 +"69756",16535,42216,3,1993,2722 +"69757",16535,45302,2,1993,2390 +"69758",16535,49110,3,1993,2938 +"69759",16535,50179,3,1993,2230 +"69760",16535,51017,3,1993,2073 +"69761",16535,51035,3,1993,2397 +"69762",16535,51866,3,1993,2411 +"69763",16535,52003,3,1993,2067 +"69764",16535,56082,3,1993,2395 +"69765",16535,56317,3,1993,2030 +"69766",16535,58508,3,1993,2326 +"69767",16535,66992,3,1993,2882 +"69768",16535,72207,3,1993,2430 +"69769",16538,827,2,704,2964 +"69770",16538,1624,2,704,2687 +"69771",16538,1708,2,704,1591 +"69772",16538,2282,3,704,2056 +"69773",16538,2647,1,704,2450 +"69774",16538,2927,3,704,1789 +"69775",16538,3272,3,704,2132 +"69776",16538,3559,3,704,2413 +"69777",16538,4180,3,704,1817 +"69778",16538,4968,3,704,1586 +"69779",16538,6040,3,704,2103 +"69780",16538,6345,3,704,2713 +"69781",16538,6480,3,704,1678 +"69782",16538,7253,3,704,2686 +"69783",16538,7254,3,704,1849 +"69784",16538,7604,2,704,1366 +"69785",16538,9724,3,704,2713 +"69786",16538,10701,3,704,2000 +"69787",16538,11858,2,704,1530 +"69788",16538,12197,3,704,1235 +"69789",16538,14212,3,704,857 +"69790",16538,15023,3,704,2054 +"69791",16538,15146,3,704,1546 +"69792",16538,19075,3,704,2214 +"69793",16538,19509,3,704,2000 +"69794",16538,20547,3,704,2145 +"69795",16538,20739,3,704,2025 +"69796",16538,20921,3,704,723 +"69797",16538,21044,3,704,1574 +"69798",16538,23550,3,704,2939 +"69799",16538,25518,3,704,1955 +"69800",16538,28782,3,704,2272 +"69801",16538,29100,3,704,843 +"69802",16538,31357,3,704,2389 +"69803",16538,32350,3,704,1540 +"69804",16538,32841,3,704,1345 +"69805",16538,34953,3,704,1817 +"69806",16538,36399,3,704,1357 +"69807",16538,38309,3,704,2644 +"69808",16538,38697,3,704,2701 +"69809",16538,39893,3,704,1601 +"69810",16538,42382,3,704,2224 +"69811",16538,42390,2,704,2937 +"69812",16538,43543,2,704,1457 +"69813",16538,46616,3,704,1917 +"69814",16538,47372,3,704,788 +"69815",16538,47607,2,704,2724 +"69816",16538,48419,3,704,1134 +"69817",16538,49708,3,704,1147 +"69818",16538,50468,3,704,1659 +"69819",16538,50678,3,704,1366 +"69820",16538,51843,3,704,2389 +"69821",16538,51890,3,704,1992 +"69822",16538,52380,3,704,2686 +"69823",16538,53584,3,704,2391 +"69824",16538,54385,3,704,2340 +"69825",16538,55730,3,704,1217 +"69826",16538,55775,3,704,2385 +"69827",16538,63631,1,704,763 +"69828",16538,64628,3,704,2829 +"69829",16538,65375,2,704,824 +"69830",16538,71895,2,704,1327 +"69831",16538,76295,2,704,1001 +"69832",16538,76796,3,704,1140 +"69833",16538,76814,2,704,926 +"69834",16538,76929,2,704,910 +"69835",16538,78611,3,704,1586 +"69836",16538,80615,3,704,2252 +"69837",16538,84181,3,704,1272 +"69838",16538,84591,3,704,1685 +"69839",16538,84808,3,704,1974 +"69840",16538,87901,3,704,849 +"69841",16538,87915,3,704,1152 +"69842",16538,93590,3,704,1188 +"69843",16538,95998,3,704,1250 +"69844",16538,97266,3,704,1016 +"69845",16538,110871,3,704,2879 +"69846",16539,160,2,1947,2007 +"69847",16539,270,3,1947,2542 +"69848",16539,307,3,1947,2530 +"69849",16539,854,3,1947,2307 +"69850",16539,2326,3,1947,2513 +"69851",16539,2484,3,1947,2389 +"69852",16539,4671,3,1947,2280 +"69853",16539,5315,3,1947,2631 +"69854",16539,5971,3,1947,1985 +"69855",16539,6192,3,1947,2409 +"69856",16539,6222,2,1947,1949 +"69857",16539,6588,3,1947,2025 +"69858",16539,6718,3,1947,2138 +"69859",16539,7616,1,1947,2296 +"69860",16539,8238,3,1947,2222 +"69861",16539,9311,3,1947,2477 +"69862",16539,9331,3,1947,2269 +"69863",16539,9362,3,1947,2879 +"69864",16539,9615,3,1947,2464 +"69865",16539,10851,3,1947,2423 +"69866",16539,11456,3,1947,2715 +"69867",16539,11588,3,1947,2352 +"69868",16539,12388,3,1947,1975 +"69869",16539,12728,3,1947,2374 +"69870",16539,13307,3,1947,2206 +"69871",16539,13324,3,1947,2163 +"69872",16539,14959,2,1947,2898 +"69873",16539,16826,3,1947,2599 +"69874",16539,17351,3,1947,2036 +"69875",16539,17520,3,1947,2276 +"69876",16539,18394,3,1947,2356 +"69877",16539,19208,3,1947,2629 +"69878",16539,19744,3,1947,2623 +"69879",16539,20067,3,1947,2390 +"69880",16539,20311,3,1947,1981 +"69881",16539,20732,3,1947,2401 +"69882",16539,21012,3,1947,2325 +"69883",16539,21693,3,1947,2176 +"69884",16539,22808,3,1947,2297 +"69885",16539,23460,3,1947,2183 +"69886",16539,23509,3,1947,2275 +"69887",16539,23526,3,1947,1998 +"69888",16539,23726,3,1947,2434 +"69889",16539,24256,3,1947,2393 +"69890",16539,24753,3,1947,2860 +"69891",16539,24793,3,1947,1993 +"69892",16539,25030,3,1947,2017 +"69893",16539,26083,3,1947,2038 +"69894",16539,26451,3,1947,2133 +"69895",16539,29095,3,1947,2531 +"69896",16539,29314,3,1947,2736 +"69897",16539,29454,3,1947,2719 +"69898",16539,29930,3,1947,2240 +"69899",16539,30525,3,1947,1964 +"69900",16539,31335,3,1947,2351 +"69901",16539,32173,2,1947,2341 +"69902",16539,32589,3,1947,2220 +"69903",16539,33010,3,1947,2189 +"69904",16539,33801,3,1947,2899 +"69905",16539,35235,3,1947,2610 +"69906",16539,36609,3,1947,2918 +"69907",16539,37418,3,1947,2710 +"69908",16539,40129,3,1947,2162 +"69909",16539,40432,3,1947,1956 +"69910",16539,41664,2,1947,2641 +"69911",16539,41682,3,1947,1988 +"69912",16539,42129,3,1947,2318 +"69913",16539,42515,2,1947,2752 +"69914",16539,42687,3,1947,1952 +"69915",16539,43479,3,1947,2178 +"69916",16539,44885,3,1947,2670 +"69917",16539,44899,3,1947,2386 +"69918",16539,46629,3,1947,2255 +"69919",16539,46635,3,1947,2528 +"69920",16539,47386,3,1947,2226 +"69921",16539,47564,3,1947,2650 +"69922",16539,47625,3,1947,2562 +"69923",16539,48384,3,1947,2057 +"69924",16539,48571,3,1947,2717 +"69925",16539,49334,2,1947,2433 +"69926",16539,50236,3,1947,2339 +"69927",16539,50252,3,1947,2001 +"69928",16539,50275,3,1947,2832 +"69929",16539,53475,3,1947,2853 +"69930",16539,55076,2,1947,2408 +"69931",16539,55468,3,1947,2511 +"69932",16539,55691,3,1947,2856 +"69933",16539,56082,3,1947,2395 +"69934",16539,56854,3,1947,2022 +"69935",16539,65242,3,1947,1988 +"69936",16539,65434,3,1947,2866 +"69937",16539,70203,3,1947,2756 +"69938",16539,92322,2,1947,2393 +"69939",16539,119208,3,1947,2646 +"69940",16542,2684,2,2039,2874 +"69941",16542,3453,3,2039,2126 +"69942",16542,11055,3,2039,2111 +"69943",16542,12778,2,2039,2045 +"69944",16542,13249,3,2039,2573 +"69945",16542,24753,1,2039,2860 +"69946",16542,28053,2,2039,2292 +"69947",16542,28626,3,2039,2842 +"69948",16542,33801,3,2039,2899 +"69949",16542,41664,2,2039,2641 +"69950",16542,53475,3,2039,2853 +"69951",16542,58852,2,2039,2323 +"69952",16542,83291,3,2039,2066 +"69953",16545,283,3,186,2082 +"69954",16545,378,3,186,2766 +"69955",16545,1023,3,186,2515 +"69956",16545,1063,3,186,2515 +"69957",16545,1556,3,186,643 +"69958",16545,3100,2,186,2524 +"69959",16545,3272,3,186,2132 +"69960",16545,3403,3,186,2951 +"69961",16545,3520,2,186,2281 +"69962",16545,3786,2,186,2282 +"69963",16545,4913,3,186,292 +"69964",16545,5606,3,186,2875 +"69965",16545,5673,3,186,1567 +"69966",16545,6071,3,186,2310 +"69967",16545,6078,1,186,498 +"69968",16545,6133,3,186,1229 +"69969",16545,6390,3,186,2385 +"69970",16545,6562,3,186,1139 +"69971",16545,7422,3,186,1793 +"69972",16545,8011,3,186,889 +"69973",16545,8478,3,186,984 +"69974",16545,9506,3,186,1012 +"69975",16545,9912,2,186,1356 +"69976",16545,10004,3,186,872 +"69977",16545,10128,3,186,883 +"69978",16545,11135,2,186,2441 +"69979",16545,11319,3,186,2073 +"69980",16545,11516,3,186,1937 +"69981",16545,12031,3,186,1957 +"69982",16545,12632,3,186,1174 +"69983",16545,14654,3,186,1692 +"69984",16545,15502,3,186,2637 +"69985",16545,15916,3,186,1236 +"69986",16545,16593,3,186,1139 +"69987",16545,16891,2,186,432 +"69988",16545,18550,3,186,483 +"69989",16545,19687,1,186,2072 +"69990",16545,19972,3,186,2078 +"69991",16545,20413,2,186,806 +"69992",16545,20517,3,186,1465 +"69993",16545,21352,2,186,1604 +"69994",16545,21895,3,186,1693 +"69995",16545,21976,2,186,1808 +"69996",16545,23121,3,186,2108 +"69997",16545,23330,3,186,448 +"69998",16545,23513,3,186,900 +"69999",16545,23639,2,186,2065 +"70000",16545,23731,3,186,1656 +"70001",16545,24109,3,186,504 +"70002",16545,24116,2,186,1413 +"70003",16545,25180,3,186,2489 +"70004",16545,25270,2,186,985 +"70005",16545,25286,2,186,1545 +"70006",16545,25451,3,186,698 +"70007",16545,25886,3,186,1580 +"70008",16545,26138,3,186,1902 +"70009",16545,26567,1,186,1158 +"70010",16545,27391,3,186,2378 +"70011",16545,28567,2,186,2398 +"70012",16545,28914,3,186,580 +"70013",16545,30164,3,186,404 +"70014",16545,31087,3,186,1757 +"70015",16545,32312,3,186,1472 +"70016",16545,33533,3,186,234 +"70017",16545,34055,2,186,1881 +"70018",16545,34334,3,186,1637 +"70019",16545,34559,3,186,1105 +"70020",16545,39187,3,186,2166 +"70021",16545,39211,3,186,1908 +"70022",16545,39484,2,186,281 +"70023",16545,41051,3,186,2767 +"70024",16545,42062,3,186,889 +"70025",16545,42195,1,186,573 +"70026",16545,42486,3,186,1951 +"70027",16545,42628,3,186,2486 +"70028",16545,43250,3,186,1300 +"70029",16545,45299,3,186,2426 +"70030",16545,45487,3,186,2256 +"70031",16545,47330,1,186,2422 +"70032",16545,47435,3,186,878 +"70033",16545,47827,3,186,1957 +"70034",16545,48764,2,186,860 +"70035",16545,49147,3,186,2539 +"70036",16545,50238,3,186,663 +"70037",16545,51099,3,186,262 +"70038",16545,51448,3,186,1593 +"70039",16545,52686,3,186,916 +"70040",16545,54855,3,186,1525 +"70041",16545,55436,3,186,2513 +"70042",16545,56212,3,186,1410 +"70043",16545,56673,1,186,2419 +"70044",16545,56726,3,186,969 +"70045",16545,62219,3,186,2494 +"70046",16545,62498,3,186,1698 +"70047",16545,65223,3,186,2724 +"70048",16545,67763,3,186,822 +"70049",16545,68460,3,186,599 +"70050",16545,68670,2,186,565 +"70051",16545,77666,3,186,1372 +"70052",16545,78460,2,186,985 +"70053",16545,79236,2,186,1505 +"70054",16545,79404,2,186,1079 +"70055",16545,80050,3,186,2698 +"70056",16545,80061,3,186,1223 +"70057",16545,80728,2,186,599 +"70058",16545,80896,2,186,943 +"70059",16545,81134,1,186,1384 +"70060",16545,81853,3,186,1207 +"70061",16545,82226,3,186,1619 +"70062",16545,82618,3,186,1536 +"70063",16545,83133,2,186,1055 +"70064",16545,83541,3,186,555 +"70065",16545,85264,2,186,1236 +"70066",16545,88968,2,186,585 +"70067",16545,91772,2,186,2233 +"70068",16545,92381,2,186,1237 +"70069",16545,92947,2,186,1289 +"70070",16545,93317,2,186,1223 +"70071",16545,93670,2,186,1682 +"70072",16545,94399,3,186,963 +"70073",16545,95661,2,186,872 +"70074",16545,97240,2,186,1027 +"70075",16545,97940,1,186,431 +"70076",16545,98003,2,186,573 +"70077",16545,99955,3,186,1223 +"70078",16545,101540,3,186,388 +"70079",16545,104065,2,186,194 +"70080",16545,104542,1,186,897 +"70081",16545,106554,1,186,1270 +"70082",16545,110023,2,186,230 +"70083",16545,111128,3,186,1234 +"70084",16545,113026,3,186,213 +"70085",16545,114615,3,186,613 +"70086",16545,115194,3,186,604 +"70087",16545,116392,3,186,870 +"70088",16545,116792,3,186,2397 +"70089",16566,4361,3,2019,2571 +"70090",16566,9050,2,2019,2026 +"70091",16566,11135,3,2019,2441 +"70092",16566,15502,3,2019,2637 +"70093",16566,29824,2,2019,2772 +"70094",16566,76604,3,2019,2590 +"70095",16566,80680,3,2019,2403 +"70096",16566,104659,2,2019,2026 +"70097",16573,867,3,802,1264 +"70098",16573,2351,3,802,1868 +"70099",16573,2523,3,802,1691 +"70100",16573,4526,3,802,1728 +"70101",16573,5454,3,802,1779 +"70102",16573,7252,3,802,2799 +"70103",16573,8062,3,802,2858 +"70104",16573,9227,3,802,1267 +"70105",16573,11029,2,802,2362 +"70106",16573,13537,2,802,1020 +"70107",16573,13720,3,802,1558 +"70108",16573,17645,3,802,1918 +"70109",16573,24176,3,802,1986 +"70110",16573,24512,3,802,1369 +"70111",16573,24568,3,802,1937 +"70112",16573,25373,3,802,2783 +"70113",16573,26957,3,802,987 +"70114",16573,29436,3,802,1718 +"70115",16573,29997,3,802,1789 +"70116",16573,37036,3,802,2264 +"70117",16573,37059,3,802,2840 +"70118",16573,38805,3,802,1031 +"70119",16573,41023,3,802,2408 +"70120",16573,41969,1,802,2189 +"70121",16573,46384,3,802,2285 +"70122",16573,46726,3,802,943 +"70123",16573,48888,2,802,1177 +"70124",16573,50278,2,802,1127 +"70125",16573,50594,3,802,849 +"70126",16573,57492,1,802,2855 +"70127",16573,58829,3,802,1256 +"70128",16573,59788,3,802,2315 +"70129",16573,62668,3,802,958 +"70130",16573,63409,3,802,1937 +"70131",16573,70070,2,802,2425 +"70132",16573,73926,3,802,849 +"70133",16573,100260,3,802,888 +"70134",16573,100432,3,802,1358 +"70135",16587,2036,3,2065,2483 +"70136",16587,2289,3,2065,2389 +"70137",16587,5457,3,2065,2077 +"70138",16587,5462,3,2065,2374 +"70139",16587,5504,3,2065,2389 +"70140",16587,6363,3,2065,2066 +"70141",16587,8760,3,2065,2477 +"70142",16587,12713,3,2065,2440 +"70143",16587,14959,3,2065,2898 +"70144",16587,19248,3,2065,2357 +"70145",16587,19606,3,2065,2783 +"70146",16587,29864,2,2065,2479 +"70147",16587,51041,3,2065,2606 +"70148",16587,53475,3,2065,2853 +"70149",16587,67182,2,2065,2855 +"70150",16590,388,3,1123,1594 +"70151",16590,1150,3,1123,1595 +"70152",16590,1560,3,1123,2013 +"70153",16590,1685,3,1123,2230 +"70154",16590,3255,3,1123,2504 +"70155",16590,4313,2,1123,2368 +"70156",16590,4698,1,1123,2481 +"70157",16590,5355,3,1123,1499 +"70158",16590,7499,3,1123,1803 +"70159",16590,9808,3,1123,1648 +"70160",16590,10250,3,1123,1606 +"70161",16590,10908,3,1123,1134 +"70162",16590,11154,3,1123,1594 +"70163",16590,11429,2,1123,2520 +"70164",16590,11521,3,1123,1559 +"70165",16590,12000,3,1123,1454 +"70166",16590,12007,3,1123,1594 +"70167",16590,13671,2,1123,1371 +"70168",16590,13861,1,1123,1197 +"70169",16590,13925,3,1123,1515 +"70170",16590,14025,3,1123,2384 +"70171",16590,14095,2,1123,2186 +"70172",16590,14654,3,1123,1692 +"70173",16590,14761,2,1123,2502 +"70174",16590,15150,3,1123,2801 +"70175",16590,15558,3,1123,2389 +"70176",16590,15683,3,1123,1729 +"70177",16590,18855,3,1123,1362 +"70178",16590,19296,2,1123,1705 +"70179",16590,19366,3,1123,2279 +"70180",16590,20695,3,1123,2526 +"70181",16590,20709,3,1123,1757 +"70182",16590,21358,3,1123,1970 +"70183",16590,21407,3,1123,2728 +"70184",16590,22744,3,1123,1907 +"70185",16590,25330,2,1123,2370 +"70186",16590,26152,3,1123,2818 +"70187",16590,27074,3,1123,1454 +"70188",16590,31541,3,1123,1500 +"70189",16590,32079,3,1123,2315 +"70190",16590,32576,3,1123,2881 +"70191",16590,33363,3,1123,2475 +"70192",16590,33755,2,1123,2963 +"70193",16590,34491,3,1123,2694 +"70194",16590,37342,2,1123,2649 +"70195",16590,40392,3,1123,1878 +"70196",16590,41185,3,1123,1929 +"70197",16590,43311,2,1123,1553 +"70198",16590,45664,3,1123,2235 +"70199",16590,46520,3,1123,1776 +"70200",16590,49347,3,1123,2504 +"70201",16590,49415,3,1123,2654 +"70202",16590,50621,2,1123,2809 +"70203",16590,53648,2,1123,2167 +"70204",16590,56116,3,1123,1321 +"70205",16590,56168,3,1123,1466 +"70206",16590,56364,3,1123,1626 +"70207",16590,57394,3,1123,1271 +"70208",16590,58086,3,1123,1667 +"70209",16590,70656,2,1123,2771 +"70210",16590,70814,3,1123,2771 +"70211",16590,76997,3,1123,2223 +"70212",16590,79461,3,1123,1667 +"70213",16590,80377,2,1123,1384 +"70214",16590,80942,3,1123,1240 +"70215",16590,82426,3,1123,1576 +"70216",16590,88171,3,1123,1488 +"70217",16590,89391,3,1123,2180 +"70218",16590,93459,3,1123,1354 +"70219",16590,96300,3,1123,2594 +"70220",16590,96700,3,1123,1602 +"70221",16590,104843,3,1123,1167 +"70222",16593,916,3,1139,2718 +"70223",16593,2802,3,1139,1836 +"70224",16593,3100,2,1139,2524 +"70225",16593,4194,2,1139,1641 +"70226",16593,5414,3,1139,2321 +"70227",16593,5673,3,1139,1567 +"70228",16593,6119,3,1139,2358 +"70229",16593,9063,3,1139,2000 +"70230",16593,10336,3,1139,2271 +"70231",16593,10488,3,1139,1524 +"70232",16593,11506,3,1139,2824 +"70233",16593,11803,3,1139,1232 +"70234",16593,16361,3,1139,1641 +"70235",16593,18479,3,1139,2967 +"70236",16593,18610,3,1139,2141 +"70237",16593,21593,3,1139,1312 +"70238",16593,21895,3,1139,1693 +"70239",16593,21976,3,1139,1808 +"70240",16593,23639,3,1139,2065 +"70241",16593,23739,3,1139,2463 +"70242",16593,24116,3,1139,1413 +"70243",16593,25886,3,1139,1580 +"70244",16593,26138,3,1139,1902 +"70245",16593,26567,3,1139,1158 +"70246",16593,29276,3,1139,2000 +"70247",16593,31087,3,1139,1757 +"70248",16593,33278,3,1139,1591 +"70249",16593,33363,2,1139,2475 +"70250",16593,34055,3,1139,1881 +"70251",16593,34334,3,1139,1637 +"70252",16593,34441,3,1139,1661 +"70253",16593,35414,3,1139,1959 +"70254",16593,39577,3,1139,1728 +"70255",16593,41603,3,1139,1942 +"70256",16593,42998,3,1139,1978 +"70257",16593,49147,3,1139,2539 +"70258",16593,62848,3,1139,1230 +"70259",16593,65223,2,1139,2724 +"70260",16593,66267,2,1139,1278 +"70261",16593,79025,3,1139,1473 +"70262",16593,79236,3,1139,1505 +"70263",16593,79772,3,1139,1230 +"70264",16593,79793,3,1139,1915 +"70265",16593,80784,3,1139,1738 +"70266",16593,81134,3,1139,1384 +"70267",16593,86010,2,1139,1641 +"70268",16593,92947,3,1139,1289 +"70269",16593,94339,2,1139,2768 +"70270",16593,99194,3,1139,1271 +"70271",16593,100586,3,1139,2966 +"70272",16593,114228,1,1139,1544 +"70273",16594,3317,3,1755,2037 +"70274",16594,4730,3,1755,2131 +"70275",16594,6824,1,1755,2680 +"70276",16594,7443,3,1755,2028 +"70277",16594,9861,2,1755,2680 +"70278",16594,10638,2,1755,2692 +"70279",16594,10799,3,1755,2010 +"70280",16594,11506,2,1755,2824 +"70281",16594,18943,3,1755,2861 +"70282",16594,20007,3,1755,2971 +"70283",16594,28582,3,1755,2698 +"70284",16594,31164,3,1755,1996 +"70285",16594,32449,3,1755,2091 +"70286",16594,34162,3,1755,2336 +"70287",16594,36136,3,1755,2338 +"70288",16594,45730,3,1755,2063 +"70289",16594,46951,3,1755,2429 +"70290",16594,53013,3,1755,2523 +"70291",16594,56338,3,1755,1818 +"70292",16594,66911,3,1755,1920 +"70293",16594,69335,3,1755,2698 +"70294",16594,97013,3,1755,1797 +"70295",16595,2446,3,2352,2606 +"70296",16595,81400,3,2352,2679 +"70297",16608,10851,3,1769,2423 +"70298",16608,12778,3,1769,2045 +"70299",16608,13003,3,1769,2763 +"70300",16608,23825,3,1769,1913 +"70301",16608,67622,3,1769,2224 +"70302",16609,313,3,538,2271 +"70303",16609,377,3,538,2389 +"70304",16609,499,2,538,1931 +"70305",16609,543,3,538,2203 +"70306",16609,613,3,538,2687 +"70307",16609,999,3,538,2181 +"70308",16609,1018,3,538,1803 +"70309",16609,1151,3,538,2885 +"70310",16609,1469,3,538,1160 +"70311",16609,1495,3,538,2046 +"70312",16609,1616,2,538,2662 +"70313",16609,1691,3,538,1941 +"70314",16609,1777,2,538,1965 +"70315",16609,2036,3,538,2483 +"70316",16609,2063,3,538,1278 +"70317",16609,2224,3,538,2751 +"70318",16609,2484,2,538,2389 +"70319",16609,3088,3,538,1670 +"70320",16609,3161,2,538,2229 +"70321",16609,3242,3,538,1730 +"70322",16609,3830,3,538,1661 +"70323",16609,4057,3,538,2389 +"70324",16609,4191,3,538,2130 +"70325",16609,4751,3,538,2696 +"70326",16609,4763,3,538,1960 +"70327",16609,4980,3,538,2093 +"70328",16609,5078,2,538,2033 +"70329",16609,5457,2,538,2077 +"70330",16609,5462,2,538,2374 +"70331",16609,5504,2,538,2389 +"70332",16609,5615,3,538,1105 +"70333",16609,5710,3,538,1926 +"70334",16609,5845,3,538,1552 +"70335",16609,6023,3,538,2050 +"70336",16609,6390,3,538,2385 +"70337",16609,7323,3,538,2858 +"70338",16609,8274,3,538,1909 +"70339",16609,8327,3,538,2527 +"70340",16609,8621,3,538,1681 +"70341",16609,8760,3,538,2477 +"70342",16609,8866,3,538,1545 +"70343",16609,9030,3,538,1979 +"70344",16609,9311,3,538,2477 +"70345",16609,9362,3,538,2879 +"70346",16609,10143,3,538,778 +"70347",16609,10799,1,538,2010 +"70348",16609,10874,3,538,1891 +"70349",16609,12713,2,538,2440 +"70350",16609,12976,3,538,2399 +"70351",16609,13012,2,538,875 +"70352",16609,13808,3,538,1356 +"70353",16609,13929,3,538,2693 +"70354",16609,14091,3,538,929 +"70355",16609,15184,3,538,2396 +"70356",16609,15299,3,538,2213 +"70357",16609,16029,3,538,1160 +"70358",16609,16074,3,538,977 +"70359",16609,16111,3,538,1714 +"70360",16609,16164,3,538,1184 +"70361",16609,17410,2,538,2073 +"70362",16609,17520,3,538,2276 +"70363",16609,17626,3,538,1265 +"70364",16609,17819,3,538,2291 +"70365",16609,18151,3,538,2962 +"70366",16609,18404,3,538,801 +"70367",16609,18615,3,538,1025 +"70368",16609,19027,3,538,2721 +"70369",16609,19516,3,538,2313 +"70370",16609,19606,3,538,2783 +"70371",16609,19637,3,538,1229 +"70372",16609,20432,3,538,1727 +"70373",16609,20659,3,538,1969 +"70374",16609,20700,2,538,2861 +"70375",16609,20824,3,538,1366 +"70376",16609,21122,3,538,1701 +"70377",16609,21362,3,538,2515 +"70378",16609,21911,3,538,1184 +"70379",16609,22006,3,538,1202 +"70380",16609,22216,3,538,1956 +"70381",16609,22501,3,538,1006 +"70382",16609,22749,3,538,1727 +"70383",16609,23704,3,538,2278 +"70384",16609,25241,3,538,1233 +"70385",16609,25443,3,538,1441 +"70386",16609,26155,2,538,1802 +"70387",16609,26436,3,538,2489 +"70388",16609,28216,3,538,1910 +"70389",16609,28731,3,538,955 +"70390",16609,29050,3,538,1196 +"70391",16609,29095,3,538,2531 +"70392",16609,31243,3,538,1355 +"70393",16609,31799,3,538,2547 +"70394",16609,32017,3,538,577 +"70395",16609,33383,2,538,1572 +"70396",16609,33801,3,538,2899 +"70397",16609,34492,2,538,1798 +"70398",16609,34588,2,538,985 +"70399",16609,34799,3,538,657 +"70400",16609,35256,2,538,2271 +"70401",16609,36559,3,538,2473 +"70402",16609,36962,3,538,2861 +"70403",16609,37418,3,538,2710 +"70404",16609,37570,3,538,2389 +"70405",16609,38048,3,538,867 +"70406",16609,38449,3,538,1802 +"70407",16609,38921,3,538,1880 +"70408",16609,41278,3,538,1873 +"70409",16609,41747,3,538,1722 +"70410",16609,42186,3,538,955 +"70411",16609,42259,3,538,1235 +"70412",16609,42264,3,538,1702 +"70413",16609,44636,2,538,1026 +"70414",16609,44729,2,538,588 +"70415",16609,45715,3,538,2287 +"70416",16609,47585,3,538,794 +"70417",16609,47947,3,538,2681 +"70418",16609,50252,3,538,2001 +"70419",16609,50976,3,538,547 +"70420",16609,51016,3,538,1141 +"70421",16609,51410,2,538,2739 +"70422",16609,51987,2,538,1397 +"70423",16609,52576,3,538,2234 +"70424",16609,52735,3,538,1124 +"70425",16609,53475,3,538,2853 +"70426",16609,53630,3,538,1565 +"70427",16609,54676,3,538,1342 +"70428",16609,55156,2,538,2196 +"70429",16609,55556,3,538,2075 +"70430",16609,55691,3,538,2856 +"70431",16609,56171,3,538,1524 +"70432",16609,57950,2,538,1529 +"70433",16609,58035,3,538,1646 +"70434",16609,58414,3,538,880 +"70435",16609,60689,2,538,859 +"70436",16609,62488,3,538,1418 +"70437",16609,62538,3,538,1656 +"70438",16609,64181,3,538,1828 +"70439",16609,68810,1,538,2409 +"70440",16609,69498,3,538,931 +"70441",16609,71478,3,538,1721 +"70442",16609,72823,3,538,929 +"70443",16609,73047,3,538,824 +"70444",16609,73266,3,538,2496 +"70445",16609,75169,3,538,1595 +"70446",16609,75204,3,538,894 +"70447",16609,75948,3,538,1006 +"70448",16609,76463,3,538,2298 +"70449",16609,77031,3,538,801 +"70450",16609,77466,3,538,1585 +"70451",16609,78416,2,538,630 +"70452",16609,78563,2,538,2385 +"70453",16609,80429,3,538,1927 +"70454",16609,81239,3,538,547 +"70455",16609,85430,3,538,2370 +"70456",16609,86986,3,538,1976 +"70457",16609,88966,3,538,1568 +"70458",16609,89958,3,538,1186 +"70459",16609,90837,3,538,825 +"70460",16609,91570,3,538,2229 +"70461",16609,95155,3,538,849 +"70462",16609,101482,3,538,1300 +"70463",16609,105795,2,538,1265 +"70464",16609,108415,1,538,752 +"70465",16609,108620,2,538,881 +"70466",16609,111761,3,538,783 +"70467",16609,112368,3,538,606 +"70468",16609,113619,3,538,760 +"70469",16625,600,3,1285,1702 +"70470",16625,675,3,1285,1686 +"70471",16625,733,3,1285,1653 +"70472",16625,1136,3,1285,2536 +"70473",16625,2349,3,1285,1288 +"70474",16625,2684,3,1285,2874 +"70475",16625,3242,3,1285,1730 +"70476",16625,3271,3,1285,2216 +"70477",16625,3947,2,1285,2067 +"70478",16625,3961,2,1285,2426 +"70479",16625,4226,3,1285,1903 +"70480",16625,4289,3,1285,1921 +"70481",16625,5239,2,1285,2875 +"70482",16625,5610,3,1285,2223 +"70483",16625,6390,3,1285,2385 +"70484",16625,6491,3,1285,2424 +"70485",16625,6871,3,1285,1882 +"70486",16625,7196,2,1285,1508 +"70487",16625,7269,3,1285,1728 +"70488",16625,7847,3,1285,2424 +"70489",16625,7984,2,1285,2493 +"70490",16625,8238,3,1285,2222 +"70491",16625,9272,3,1285,2835 +"70492",16625,10358,3,1285,2294 +"70493",16625,11477,3,1285,2724 +"70494",16625,12199,3,1285,1651 +"70495",16625,13388,3,1285,2119 +"70496",16625,13639,3,1285,2887 +"70497",16625,13780,2,1285,2412 +"70498",16625,13967,3,1285,1354 +"70499",16625,14676,3,1285,2764 +"70500",16625,14888,3,1285,1411 +"70501",16625,14943,2,1285,1942 +"70502",16625,15184,3,1285,2396 +"70503",16625,15401,1,1285,1999 +"70504",16625,16801,3,1285,2008 +"70505",16625,16826,3,1285,2599 +"70506",16625,17867,3,1285,1904 +"70507",16625,17997,3,1285,1621 +"70508",16625,18103,3,1285,1968 +"70509",16625,18571,3,1285,2128 +"70510",16625,18735,3,1285,1581 +"70511",16625,20067,3,1285,2390 +"70512",16625,20311,3,1285,1981 +"70513",16625,21225,3,1285,1945 +"70514",16625,21754,3,1285,1881 +"70515",16625,23869,3,1285,1918 +"70516",16625,26451,3,1285,2133 +"70517",16625,27860,3,1285,1588 +"70518",16625,28582,3,1285,2698 +"70519",16625,28784,2,1285,1579 +"70520",16625,29004,3,1285,2596 +"70521",16625,30747,3,1285,2455 +"70522",16625,31069,3,1285,1995 +"70523",16625,31164,3,1285,1996 +"70524",16625,31890,2,1285,1487 +"70525",16625,32047,3,1285,1858 +"70526",16625,32988,2,1285,2008 +"70527",16625,33801,3,1285,2899 +"70528",16625,34158,3,1285,2639 +"70529",16625,34160,3,1285,1759 +"70530",16625,35041,3,1285,1311 +"70531",16625,35529,3,1285,1620 +"70532",16625,36862,3,1285,2655 +"70533",16625,38219,2,1285,1689 +"70534",16625,40028,3,1285,1349 +"70535",16625,40369,3,1285,2735 +"70536",16625,40432,2,1285,1956 +"70537",16625,40645,2,1285,1899 +"70538",16625,41739,3,1285,1339 +"70539",16625,41936,3,1285,2258 +"70540",16625,42505,1,1285,2008 +"70541",16625,43226,3,1285,2442 +"70542",16625,44521,3,1285,1593 +"70543",16625,45959,2,1285,1880 +"70544",16625,46040,3,1285,2105 +"70545",16625,46951,3,1285,2429 +"70546",16625,47445,3,1285,2668 +"70547",16625,47564,3,1285,2650 +"70548",16625,48110,3,1285,2009 +"70549",16625,48215,3,1285,2028 +"70550",16625,48698,3,1285,1474 +"70551",16625,49189,3,1285,1550 +"70552",16625,50001,3,1285,1518 +"70553",16625,50236,3,1285,2339 +"70554",16625,52327,3,1285,1472 +"70555",16625,55139,3,1285,2323 +"70556",16625,56237,2,1285,2625 +"70557",16625,58133,3,1285,1484 +"70558",16625,58508,3,1285,2326 +"70559",16625,64031,3,1285,1295 +"70560",16625,64181,2,1285,1828 +"70561",16625,64997,2,1285,2791 +"70562",16625,65155,2,1285,1947 +"70563",16625,65203,3,1285,1597 +"70564",16625,65322,2,1285,2008 +"70565",16625,65679,3,1285,1578 +"70566",16625,66413,3,1285,2507 +"70567",16625,69335,3,1285,2698 +"70568",16625,70046,3,1285,2624 +"70569",16625,70736,3,1285,1512 +"70570",16625,76081,3,1285,1534 +"70571",16625,78150,3,1285,2581 +"70572",16625,79567,2,1285,1942 +"70573",16625,80301,3,1285,1690 +"70574",16625,82301,3,1285,1621 +"70575",16625,82409,3,1285,1881 +"70576",16625,92757,3,1285,2615 +"70577",16625,95011,3,1285,1986 +"70578",16625,96352,3,1285,1493 +"70579",16625,105063,3,1285,1908 +"70580",16628,270,3,2409,2542 +"70581",16628,2424,3,2409,2582 +"70582",16628,3477,3,2409,2546 +"70583",16628,7794,3,2409,2972 +"70584",16628,9175,3,2409,2639 +"70585",16628,13249,3,2409,2573 +"70586",16628,17365,3,2409,2746 +"70587",16628,17549,3,2409,2647 +"70588",16628,21734,3,2409,2528 +"70589",16628,34120,3,2409,2786 +"70590",16628,37238,3,2409,2609 +"70591",16628,38307,1,2409,2648 +"70592",16628,41945,2,2409,2856 +"70593",16628,43455,2,2409,2846 +"70594",16628,44688,3,2409,2924 +"70595",16628,45239,3,2409,2535 +"70596",16628,51866,3,2409,2411 +"70597",16628,52032,3,2409,2853 +"70598",16628,61982,3,2409,2725 +"70599",16628,64436,3,2409,2687 +"70600",16641,854,3,1359,2307 +"70601",16641,4504,3,1359,1905 +"70602",16641,18891,3,1359,1596 +"70603",16641,26234,2,1359,2183 +"70604",16641,30236,3,1359,2238 +"70605",16641,36637,2,1359,2085 +"70606",16641,38732,3,1359,2263 +"70607",16643,916,3,1824,2718 +"70608",16643,1560,3,1824,2013 +"70609",16643,17999,2,1824,2758 +"70610",16643,23739,2,1824,2463 +"70611",16643,28824,3,1824,2412 +"70612",16643,36662,2,1824,2967 +"70613",16643,42280,3,1824,2266 +"70614",16643,43929,3,1824,2749 +"70615",16643,59470,3,1824,2393 +"70616",16643,62713,2,1824,2593 +"70617",16643,94339,3,1824,2768 +"70618",16654,21571,3,1843,2755 +"70619",16654,42023,3,1843,2231 +"70620",16684,2226,2,1657,2225 +"70621",16684,2936,3,1657,2512 +"70622",16684,3770,3,1657,2623 +"70623",16684,4249,3,1657,2547 +"70624",16684,4660,3,1657,2149 +"70625",16684,5235,3,1657,2324 +"70626",16684,6821,3,1657,1788 +"70627",16684,9272,3,1657,2835 +"70628",16684,9423,3,1657,1708 +"70629",16684,9723,2,1657,2302 +"70630",16684,10766,3,1657,2647 +"70631",16684,11239,3,1657,2181 +"70632",16684,12081,3,1657,2166 +"70633",16684,14915,3,1657,2606 +"70634",16684,16437,3,1657,1956 +"70635",16684,18670,2,1657,1835 +"70636",16684,19215,2,1657,2604 +"70637",16684,19364,3,1657,2846 +"70638",16684,20700,3,1657,2861 +"70639",16684,22580,2,1657,2245 +"70640",16684,22682,2,1657,2035 +"70641",16684,22709,2,1657,2743 +"70642",16684,23154,3,1657,2345 +"70643",16684,27796,3,1657,2151 +"70644",16684,28432,3,1657,1954 +"70645",16684,31159,3,1657,2231 +"70646",16684,31705,3,1657,2706 +"70647",16684,31868,3,1657,1993 +"70648",16684,34831,2,1657,1866 +"70649",16684,34921,3,1657,2181 +"70650",16684,35477,3,1657,2703 +"70651",16684,35728,3,1657,2017 +"70652",16684,37059,3,1657,2840 +"70653",16684,37859,2,1657,1999 +"70654",16684,37929,3,1657,2393 +"70655",16684,38259,3,1657,2258 +"70656",16684,39534,2,1657,2410 +"70657",16684,39906,2,1657,2365 +"70658",16684,41240,3,1657,2220 +"70659",16684,44235,3,1657,2700 +"70660",16684,45473,3,1657,2540 +"70661",16684,46261,3,1657,2350 +"70662",16684,46486,3,1657,1868 +"70663",16684,49347,3,1657,2504 +"70664",16684,52215,2,1657,1908 +"70665",16684,52597,3,1657,1773 +"70666",16684,53809,3,1657,1956 +"70667",16684,59039,3,1657,2870 +"70668",16684,60879,3,1657,2792 +"70669",16684,63477,3,1657,1907 +"70670",16684,66717,3,1657,2104 +"70671",16684,69131,3,1657,2122 +"70672",16684,73192,3,1657,1955 +"70673",16684,73553,3,1657,2726 +"70674",16684,77077,2,1657,2693 +"70675",16684,79432,3,1657,1708 +"70676",16684,82819,3,1657,1900 +"70677",16684,92297,3,1657,2952 +"70678",16684,94640,3,1657,2344 +"70679",16684,99940,3,1657,2884 +"70680",16684,107383,3,1657,1918 +"70681",16684,109978,3,1657,1865 +"70682",16684,121354,3,1657,2862 +"70683",16690,543,3,2132,2203 +"70684",16690,2446,2,2132,2606 +"70685",16690,2484,3,2132,2389 +"70686",16690,2985,3,2132,2398 +"70687",16690,3405,3,2132,2438 +"70688",16690,4660,3,2132,2149 +"70689",16690,4669,3,2132,2395 +"70690",16690,8062,3,2132,2858 +"70691",16690,8865,2,2132,2394 +"70692",16690,11029,3,2132,2362 +"70693",16690,13136,3,2132,2867 +"70694",16690,14915,3,2132,2606 +"70695",16690,19364,3,2132,2846 +"70696",16690,20700,2,2132,2861 +"70697",16690,22709,3,2132,2743 +"70698",16690,22723,2,2132,2859 +"70699",16690,30034,3,2132,2357 +"70700",16690,33236,2,2132,2297 +"70701",16690,34892,3,2132,2309 +"70702",16690,37059,3,2132,2840 +"70703",16690,39534,3,2132,2410 +"70704",16690,63641,3,2132,2337 +"70705",16690,70101,3,2132,2414 +"70706",16690,82917,3,2132,2371 +"70707",16690,84822,3,2132,2686 +"70708",16715,680,3,1218,2569 +"70709",16715,2206,3,1218,2536 +"70710",16715,2540,3,1218,1398 +"70711",16715,2576,3,1218,1307 +"70712",16715,2852,3,1218,2448 +"70713",16715,3127,3,1218,2273 +"70714",16715,4361,3,1218,2571 +"70715",16715,4620,3,1218,1818 +"70716",16715,4668,1,1218,1919 +"70717",16715,4669,1,1218,2395 +"70718",16715,5106,3,1218,2622 +"70719",16715,5897,3,1218,2337 +"70720",16715,6989,3,1218,2623 +"70721",16715,7252,3,1218,2799 +"70722",16715,7337,3,1218,1797 +"70723",16715,7785,3,1218,2441 +"70724",16715,7942,3,1218,2623 +"70725",16715,8140,3,1218,1262 +"70726",16715,8568,3,1218,2706 +"70727",16715,8777,3,1218,1620 +"70728",16715,8890,3,1218,1955 +"70729",16715,9060,3,1218,1612 +"70730",16715,9227,3,1218,1267 +"70731",16715,9785,3,1218,2951 +"70732",16715,10457,3,1218,1711 +"70733",16715,10980,3,1218,1974 +"70734",16715,11107,3,1218,1256 +"70735",16715,11108,3,1218,1609 +"70736",16715,11648,3,1218,2852 +"70737",16715,12948,3,1218,2669 +"70738",16715,14781,2,1218,2338 +"70739",16715,14817,3,1218,2110 +"70740",16715,16286,3,1218,2470 +"70741",16715,16501,3,1218,1650 +"70742",16715,18415,3,1218,2184 +"70743",16715,20395,3,1218,1468 +"70744",16715,23131,3,1218,1732 +"70745",16715,25373,3,1218,2783 +"70746",16715,27742,3,1218,2700 +"70747",16715,27914,3,1218,2507 +"70748",16715,28869,2,1218,2425 +"70749",16715,29116,3,1218,2128 +"70750",16715,30318,3,1218,2395 +"70751",16715,30525,3,1218,1964 +"70752",16715,31317,3,1218,1362 +"70753",16715,31335,3,1218,2351 +"70754",16715,31753,3,1218,1514 +"70755",16715,31868,3,1218,1993 +"70756",16715,32532,3,1218,2338 +"70757",16715,32560,3,1218,1258 +"70758",16715,32942,3,1218,2038 +"70759",16715,33341,3,1218,2338 +"70760",16715,35728,3,1218,2017 +"70761",16715,36183,3,1218,2117 +"70762",16715,36953,3,1218,2790 +"70763",16715,39534,3,1218,2410 +"70764",16715,40572,2,1218,2666 +"70765",16715,41023,3,1218,2408 +"70766",16715,41581,3,1218,1692 +"70767",16715,45729,3,1218,2606 +"70768",16715,45869,2,1218,2840 +"70769",16715,46486,3,1218,1868 +"70770",16715,53739,3,1218,2704 +"70771",16715,54775,3,1218,2383 +"70772",16715,56995,3,1218,2323 +"70773",16715,60217,3,1218,1634 +"70774",16715,61125,3,1218,1673 +"70775",16715,70101,3,1218,2414 +"70776",16715,78740,3,1218,1515 +"70777",16715,80156,2,1218,1667 +"70778",16715,92860,3,1218,1643 +"70779",16715,115021,3,1218,1226 +"70780",16725,6996,3,2830,2916 +"70781",16725,53293,3,2830,2916 +"70782",16727,1262,3,2164,2973 +"70783",16727,3488,3,2164,2351 +"70784",16727,7078,3,2164,2344 +"70785",16727,13732,3,2164,2789 +"70786",16727,16725,1,2164,2830 +"70787",16727,18151,3,2164,2962 +"70788",16727,21193,2,2164,2490 +"70789",16727,26865,3,2164,2726 +"70790",16727,30081,3,2164,2403 +"70791",16727,34327,3,2164,2959 +"70792",16727,36559,3,2164,2473 +"70793",16727,36950,3,2164,2204 +"70794",16727,47947,3,2164,2681 +"70795",16727,57549,3,2164,2335 +"70796",16727,61458,3,2164,2630 +"70797",16750,7615,3,1225,1657 +"70798",16750,11516,3,1225,1937 +"70799",16750,13068,3,1225,1778 +"70800",16750,14959,3,1225,2898 +"70801",16750,17645,3,1225,1918 +"70802",16750,25378,3,1225,1245 +"70803",16750,27280,2,1225,1965 +"70804",16750,27391,1,1225,2378 +"70805",16750,28501,3,1225,2242 +"70806",16750,29818,3,1225,1677 +"70807",16750,31216,3,1225,1244 +"70808",16750,31235,3,1225,2668 +"70809",16750,32920,3,1225,2158 +"70810",16750,58745,3,1225,1920 +"70811",16750,63644,3,1225,1267 +"70812",16750,83862,3,1225,2026 +"70813",16750,100432,3,1225,1358 +"70814",16750,107496,3,1225,1572 +"70815",16751,19364,3,2301,2846 +"70816",16751,22709,3,2301,2743 +"70817",16751,39906,3,2301,2365 +"70818",16751,60879,3,2301,2792 +"70819",16756,64534,3,2499,2924 +"70820",16757,3271,3,1755,2216 +"70821",16757,5813,3,1755,2088 +"70822",16757,7123,3,1755,1964 +"70823",16757,9088,3,1755,1881 +"70824",16757,9272,3,1755,2835 +"70825",16757,17925,3,1755,2385 +"70826",16757,22389,3,1755,2034 +"70827",16757,31990,3,1755,2264 +"70828",16757,32629,3,1755,1789 +"70829",16757,32724,2,1755,2581 +"70830",16757,32939,3,1755,2277 +"70831",16757,37801,3,1755,2578 +"70832",16757,43226,3,1755,2442 +"70833",16757,44312,3,1755,2741 +"70834",16757,48110,3,1755,2009 +"70835",16757,48931,3,1755,2444 +"70836",16757,53445,2,1755,2028 +"70837",16757,57804,2,1755,2214 +"70838",16757,58508,3,1755,2326 +"70839",16757,69335,3,1755,2698 +"70840",16757,83264,3,1755,1922 +"70841",16771,5235,3,1541,2324 +"70842",16771,7206,3,1541,1959 +"70843",16771,8525,3,1541,1787 +"70844",16771,9723,3,1541,2302 +"70845",16771,9808,1,1541,1648 +"70846",16771,23890,3,1541,1810 +"70847",16771,35264,3,1541,2329 +"70848",16771,49621,3,1541,1915 +"70849",16771,50440,3,1541,2469 +"70850",16771,56737,3,1541,2270 +"70851",16771,77785,3,1541,1595 +"70852",16776,2452,3,1565,1715 +"70853",16776,3271,3,1565,2216 +"70854",16776,6821,3,1565,1788 +"70855",16776,10373,3,1565,2436 +"70856",16776,14586,3,1565,2801 +"70857",16776,16437,2,1565,1956 +"70858",16776,19934,3,1565,2888 +"70859",16776,20894,3,1565,2214 +"70860",16776,28051,3,1565,2089 +"70861",16776,30865,3,1565,2038 +"70862",16776,37752,2,1565,2223 +"70863",16776,38259,3,1565,2258 +"70864",16776,38373,3,1565,1928 +"70865",16776,39875,3,1565,2422 +"70866",16776,46570,2,1565,1707 +"70867",16776,49558,3,1565,2083 +"70868",16776,57356,3,1565,2476 +"70869",16776,59039,3,1565,2870 +"70870",16776,63641,3,1565,2337 +"70871",16776,63654,3,1565,2310 +"70872",16776,65188,3,1565,2213 +"70873",16776,71217,3,1565,2169 +"70874",16776,74474,3,1565,2338 +"70875",16776,80506,3,1565,1920 +"70876",16777,1897,3,834,1727 +"70877",16777,2093,3,834,2459 +"70878",16777,2221,3,834,2092 +"70879",16777,2288,3,834,1870 +"70880",16777,2349,3,834,1288 +"70881",16777,2484,3,834,2389 +"70882",16777,2747,3,834,2411 +"70883",16777,2759,3,834,2030 +"70884",16777,3271,3,834,2216 +"70885",16777,3317,3,834,2037 +"70886",16777,3477,3,834,2546 +"70887",16777,4730,3,834,2131 +"70888",16777,5055,3,834,1796 +"70889",16777,6063,3,834,2349 +"70890",16777,6133,3,834,1229 +"70891",16777,6824,2,834,2680 +"70892",16777,7254,3,834,1849 +"70893",16777,7269,3,834,1728 +"70894",16777,7433,3,834,2255 +"70895",16777,8984,3,834,1162 +"70896",16777,9272,3,834,2835 +"70897",16777,9861,3,834,2680 +"70898",16777,10495,3,834,2230 +"70899",16777,10638,1,834,2692 +"70900",16777,10914,2,834,1660 +"70901",16777,11381,2,834,1638 +"70902",16777,11506,2,834,2824 +"70903",16777,12779,3,834,936 +"70904",16777,15826,3,834,2772 +"70905",16777,16594,3,834,1755 +"70906",16777,17146,3,834,1252 +"70907",16777,17520,3,834,2276 +"70908",16777,18217,3,834,1566 +"70909",16777,18571,3,834,2128 +"70910",16777,18943,2,834,2861 +"70911",16777,20007,2,834,2971 +"70912",16777,20432,3,834,1727 +"70913",16777,21180,3,834,2762 +"70914",16777,21463,3,834,2437 +"70915",16777,21741,3,834,1574 +"70916",16777,22462,3,834,869 +"70917",16777,23513,2,834,900 +"70918",16777,26713,3,834,1235 +"70919",16777,27008,1,834,911 +"70920",16777,27783,3,834,2302 +"70921",16777,28582,3,834,2698 +"70922",16777,31164,2,834,1996 +"70923",16777,32449,2,834,2091 +"70924",16777,33223,3,834,2397 +"70925",16777,34162,3,834,2336 +"70926",16777,34776,3,834,1281 +"70927",16777,35477,3,834,2703 +"70928",16777,36136,2,834,2338 +"70929",16777,38921,3,834,1880 +"70930",16777,39105,3,834,2487 +"70931",16777,40542,3,834,1664 +"70932",16777,41978,3,834,2824 +"70933",16777,42264,3,834,1702 +"70934",16777,42914,3,834,1737 +"70935",16777,43226,3,834,2442 +"70936",16777,44636,3,834,1026 +"70937",16777,46501,3,834,845 +"70938",16777,46951,3,834,2429 +"70939",16777,47384,3,834,1639 +"70940",16777,48110,3,834,2009 +"70941",16777,50252,3,834,2001 +"70942",16777,53013,2,834,2523 +"70943",16777,53697,3,834,1909 +"70944",16777,54890,3,834,877 +"70945",16777,55604,3,834,2342 +"70946",16777,56275,3,834,2152 +"70947",16777,56338,2,834,1818 +"70948",16777,58508,3,834,2326 +"70949",16777,59039,3,834,2870 +"70950",16777,60979,3,834,1758 +"70951",16777,65316,3,834,1020 +"70952",16777,66911,2,834,1920 +"70953",16777,68592,3,834,2551 +"70954",16777,69335,2,834,2698 +"70955",16777,73107,3,834,1918 +"70956",16777,75955,3,834,866 +"70957",16777,76132,3,834,2426 +"70958",16777,76675,3,834,1840 +"70959",16777,77397,3,834,1302 +"70960",16777,80301,3,834,1690 +"70961",16777,85778,2,834,1040 +"70962",16777,87270,3,834,913 +"70963",16777,93208,3,834,1324 +"70964",16777,94926,3,834,1611 +"70965",16777,104306,2,834,1665 +"70966",16796,680,3,1892,2569 +"70967",16796,1519,3,1892,2349 +"70968",16796,2852,3,1892,2448 +"70969",16796,3403,3,1892,2951 +"70970",16796,6063,3,1892,2349 +"70971",16796,8865,3,1892,2394 +"70972",16796,8890,3,1892,1955 +"70973",16796,12759,3,1892,2414 +"70974",16796,14817,3,1892,2110 +"70975",16796,15826,3,1892,2772 +"70976",16796,17037,3,1892,2947 +"70977",16796,26124,3,1892,2356 +"70978",16796,27742,3,1892,2700 +"70979",16796,28837,3,1892,2286 +"70980",16796,30368,2,1892,2487 +"70981",16796,31542,2,1892,2459 +"70982",16796,35456,3,1892,2358 +"70983",16796,37636,3,1892,2178 +"70984",16796,39062,3,1892,2020 +"70985",16796,47595,3,1892,2374 +"70986",16796,56569,3,1892,1993 +"70987",16796,58655,2,1892,2685 +"70988",16801,3271,3,2008,2216 +"70989",16801,3961,3,2008,2426 +"70990",16801,5239,3,2008,2875 +"70991",16801,7984,2,2008,2493 +"70992",16801,9272,3,2008,2835 +"70993",16801,11477,2,2008,2724 +"70994",16801,11620,3,2008,2010 +"70995",16801,13780,3,2008,2412 +"70996",16801,16826,3,2008,2599 +"70997",16801,20067,3,2008,2390 +"70998",16801,20124,3,2008,2376 +"70999",16801,23223,3,2008,2094 +"71000",16801,25486,3,2008,2582 +"71001",16801,29095,3,2008,2531 +"71002",16801,30747,3,2008,2455 +"71003",16801,33801,2,2008,2899 +"71004",16801,34158,3,2008,2639 +"71005",16801,36862,3,2008,2655 +"71006",16801,43226,3,2008,2442 +"71007",16801,46040,3,2008,2105 +"71008",16801,48110,3,2008,2009 +"71009",16801,53475,3,2008,2853 +"71010",16801,55139,3,2008,2323 +"71011",16801,56237,3,2008,2625 +"71012",16801,58164,3,2008,2398 +"71013",16801,58508,3,2008,2326 +"71014",16801,69335,3,2008,2698 +"71015",16801,78150,2,2008,2581 +"71016",16801,92757,3,2008,2615 +"71017",16802,862,3,50,2254 +"71018",16802,4660,3,50,2149 +"71019",16802,12610,3,50,1274 +"71020",16802,31542,3,50,2459 +"71021",16802,35041,3,50,1311 +"71022",16802,63641,3,50,2337 +"71023",16802,66717,3,50,2104 +"71024",16802,72535,3,50,1191 +"71025",16802,94889,3,50,667 +"71026",16802,96007,3,50,895 +"71027",16806,14103,3,2074,2204 +"71028",16826,5239,3,2599,2875 +"71029",16826,5315,3,2599,2631 +"71030",16826,9272,3,2599,2835 +"71031",16826,11456,3,2599,2715 +"71032",16826,13929,3,2599,2693 +"71033",16826,15309,3,2599,2820 +"71034",16826,16352,3,2599,2657 +"71035",16826,21138,2,2599,2849 +"71036",16826,33801,3,2599,2899 +"71037",16826,34158,2,2599,2639 +"71038",16826,34480,3,2599,2755 +"71039",16826,37418,3,2599,2710 +"71040",16826,44676,2,2599,2629 +"71041",16826,53475,3,2599,2853 +"71042",16826,54929,3,2599,2783 +"71043",16826,57977,3,2599,2683 +"71044",16826,69335,3,2599,2698 +"71045",16826,92757,3,2599,2615 +"71046",16833,4032,3,1661,1763 +"71047",16833,6432,3,1661,2297 +"71048",16833,9050,1,1661,2026 +"71049",16833,9727,3,1661,2327 +"71050",16833,11135,2,1661,2441 +"71051",16833,14754,3,1661,2456 +"71052",16833,15502,2,1661,2637 +"71053",16833,16566,1,1661,2019 +"71054",16833,19687,3,1661,2072 +"71055",16833,19972,3,1661,2078 +"71056",16833,21895,3,1661,1693 +"71057",16833,23639,3,1661,2065 +"71058",16833,28081,3,1661,1927 +"71059",16833,29824,2,1661,2772 +"71060",16833,45487,3,1661,2256 +"71061",16833,61513,3,1661,2948 +"71062",16833,76604,2,1661,2590 +"71063",16833,78910,3,1661,1931 +"71064",16833,80680,3,1661,2403 +"71065",16833,104659,1,1661,2026 +"71066",16835,270,2,1739,2542 +"71067",16835,2111,3,1739,1904 +"71068",16835,2424,2,1739,2582 +"71069",16835,2533,3,1739,2016 +"71070",16835,2759,3,1739,2030 +"71071",16835,3305,3,1739,2839 +"71072",16835,3317,3,1739,2037 +"71073",16835,4953,3,1739,2285 +"71074",16835,6588,3,1739,2025 +"71075",16835,11006,3,1739,1950 +"71076",16835,11440,3,1739,2026 +"71077",16835,13307,3,1739,2206 +"71078",16835,14252,3,1739,2244 +"71079",16835,15813,3,1739,2143 +"71080",16835,17365,3,1739,2746 +"71081",16835,18394,3,1739,2356 +"71082",16835,19248,3,1739,2357 +"71083",16835,19622,3,1739,2371 +"71084",16835,19719,3,1739,2177 +"71085",16835,21012,3,1739,2325 +"71086",16835,21285,3,1739,2100 +"71087",16835,23715,3,1739,1859 +"71088",16835,38307,3,1739,2648 +"71089",16835,41945,3,1739,2856 +"71090",16835,43455,2,1739,2846 +"71091",16835,46629,2,1739,2255 +"71092",16835,51041,3,1739,2606 +"71093",16835,51866,3,1739,2411 +"71094",16835,52576,3,1739,2234 +"71095",16835,61337,3,1739,2777 +"71096",16835,61982,2,1739,2725 +"71097",16835,62841,3,1739,2710 +"71098",16835,66318,3,1739,2803 +"71099",16835,66677,3,1739,2151 +"71100",16835,76892,3,1739,2381 +"71101",16850,145,3,1657,1998 +"71102",16850,1692,3,1657,2443 +"71103",16850,1846,3,1657,1845 +"71104",16850,2057,3,1657,1965 +"71105",16850,2093,3,1657,2459 +"71106",16850,2226,3,1657,2225 +"71107",16850,2936,2,1657,2512 +"71108",16850,3978,3,1657,2775 +"71109",16850,4681,3,1657,2356 +"71110",16850,4929,3,1657,2240 +"71111",16850,5235,2,1657,2324 +"71112",16850,6324,3,1657,1990 +"71113",16850,6821,3,1657,1788 +"71114",16850,8238,3,1657,2222 +"71115",16850,8842,3,1657,2535 +"71116",16850,9272,3,1657,2835 +"71117",16850,9311,3,1657,2477 +"71118",16850,9331,3,1657,2269 +"71119",16850,9423,2,1657,1708 +"71120",16850,9723,1,1657,2302 +"71121",16850,11239,2,1657,2181 +"71122",16850,12081,2,1657,2166 +"71123",16850,12729,3,1657,1835 +"71124",16850,13324,3,1657,2163 +"71125",16850,14507,3,1657,2686 +"71126",16850,14918,3,1657,2071 +"71127",16850,15008,3,1657,2338 +"71128",16850,15729,3,1657,2338 +"71129",16850,17351,3,1657,2036 +"71130",16850,17549,3,1657,2647 +"71131",16850,17632,3,1657,1947 +"71132",16850,17867,3,1657,1904 +"71133",16850,18394,3,1657,2356 +"71134",16850,18670,1,1657,1835 +"71135",16850,19215,1,1657,2604 +"71136",16850,19364,2,1657,2846 +"71137",16850,20331,3,1657,2365 +"71138",16850,21079,3,1657,1997 +"71139",16850,22580,1,1657,2245 +"71140",16850,22682,1,1657,2035 +"71141",16850,22709,1,1657,2743 +"71142",16850,23460,3,1657,2183 +"71143",16850,23825,3,1657,1913 +"71144",16850,24169,3,1657,1663 +"71145",16850,24256,3,1657,2393 +"71146",16850,24825,3,1657,2686 +"71147",16850,27195,3,1657,2158 +"71148",16850,27796,2,1657,2151 +"71149",16850,28432,3,1657,1954 +"71150",16850,29289,3,1657,1756 +"71151",16850,31159,2,1657,2231 +"71152",16850,31295,3,1657,2183 +"71153",16850,31705,2,1657,2706 +"71154",16850,32047,3,1657,1858 +"71155",16850,34707,3,1657,2042 +"71156",16850,34831,2,1657,1866 +"71157",16850,34921,2,1657,2181 +"71158",16850,35477,3,1657,2703 +"71159",16850,35888,3,1657,2291 +"71160",16850,37859,3,1657,1999 +"71161",16850,38307,3,1657,2648 +"71162",16850,39464,3,1657,2314 +"71163",16850,39534,3,1657,2410 +"71164",16850,39906,3,1657,2365 +"71165",16850,41900,3,1657,1970 +"71166",16850,41945,3,1657,2856 +"71167",16850,42783,3,1657,2338 +"71168",16850,44688,3,1657,2924 +"71169",16850,45239,3,1657,2535 +"71170",16850,45473,2,1657,2540 +"71171",16850,45545,3,1657,1776 +"71172",16850,46680,3,1657,1690 +"71173",16850,48035,3,1657,2180 +"71174",16850,49347,3,1657,2504 +"71175",16850,50113,3,1657,2059 +"71176",16850,52215,3,1657,1908 +"71177",16850,52597,2,1657,1773 +"71178",16850,53809,3,1657,1956 +"71179",16850,53995,3,1657,2151 +"71180",16850,60879,3,1657,2792 +"71181",16850,60974,3,1657,2972 +"71182",16850,63477,2,1657,1907 +"71183",16850,68314,3,1657,2180 +"71184",16850,70573,3,1657,1993 +"71185",16850,73553,3,1657,2726 +"71186",16850,77077,3,1657,2693 +"71187",16850,79413,3,1657,2224 +"71188",16850,82819,3,1657,1900 +"71189",16850,94640,2,1657,2344 +"71190",16850,109978,3,1657,1865 +"71191",16863,3493,2,2069,2451 +"71192",16863,5622,3,2069,2175 +"71193",16863,7180,3,2069,2227 +"71194",16863,8088,3,2069,2220 +"71195",16863,10857,3,2069,2253 +"71196",16863,22260,3,2069,2137 +"71197",16863,43213,3,2069,2160 +"71198",16863,45684,3,2069,2200 +"71199",16863,46982,3,2069,2806 +"71200",16863,51144,3,2069,2466 +"71201",16863,54551,3,2069,2348 +"71202",16863,56082,3,2069,2395 +"71203",16863,64947,3,2069,2489 +"71204",16863,72207,3,2069,2430 +"71205",16864,364,3,814,2351 +"71206",16864,782,2,814,945 +"71207",16864,1519,3,814,2349 +"71208",16864,2852,3,814,2448 +"71209",16864,2936,3,814,2512 +"71210",16864,3254,3,814,1258 +"71211",16864,4361,3,814,2571 +"71212",16864,4612,2,814,2804 +"71213",16864,4669,3,814,2395 +"71214",16864,4983,3,814,1909 +"71215",16864,5106,3,814,2622 +"71216",16864,5897,3,814,2337 +"71217",16864,7785,2,814,2441 +"71218",16864,7942,3,814,2623 +"71219",16864,8062,3,814,2858 +"71220",16864,10453,3,814,1656 +"71221",16864,11108,2,814,1609 +"71222",16864,11429,3,814,2520 +"71223",16864,11585,3,814,1817 +"71224",16864,11648,3,814,2852 +"71225",16864,12781,3,814,831 +"71226",16864,12948,3,814,2669 +"71227",16864,13296,3,814,839 +"71228",16864,14749,3,814,1998 +"71229",16864,14781,3,814,2338 +"71230",16864,16501,3,814,1650 +"71231",16864,16715,3,814,1218 +"71232",16864,17033,1,814,2771 +"71233",16864,17645,3,814,1918 +"71234",16864,18978,1,814,952 +"71235",16864,20395,3,814,1468 +"71236",16864,21810,3,814,1579 +"71237",16864,23131,3,814,1732 +"71238",16864,23966,3,814,891 +"71239",16864,26793,3,814,2104 +"71240",16864,27545,3,814,855 +"71241",16864,27742,1,814,2700 +"71242",16864,27914,2,814,2507 +"71243",16864,28203,3,814,2117 +"71244",16864,28869,3,814,2425 +"71245",16864,28904,3,814,926 +"71246",16864,30525,2,814,1964 +"71247",16864,31868,3,814,1993 +"71248",16864,32532,2,814,2338 +"71249",16864,32560,2,814,1258 +"71250",16864,32651,2,814,877 +"71251",16864,33341,3,814,2338 +"71252",16864,33681,3,814,1059 +"71253",16864,33870,2,814,955 +"71254",16864,34892,3,814,2309 +"71255",16864,35573,3,814,2084 +"71256",16864,35797,3,814,2482 +"71257",16864,36487,3,814,2622 +"71258",16864,36737,2,814,829 +"71259",16864,37351,3,814,978 +"71260",16864,40309,3,814,871 +"71261",16864,40572,3,814,2666 +"71262",16864,41023,3,814,2408 +"71263",16864,45869,3,814,2840 +"71264",16864,56995,3,814,2323 +"71265",16864,57912,3,814,1035 +"71266",16864,58655,2,814,2685 +"71267",16864,59039,3,814,2870 +"71268",16864,65522,3,814,1572 +"71269",16864,68539,3,814,1158 +"71270",16864,68931,2,814,2771 +"71271",16864,70583,3,814,2615 +"71272",16864,71467,3,814,1051 +"71273",16864,76007,3,814,918 +"71274",16864,80156,2,814,1667 +"71275",16864,85396,2,814,1131 +"71276",16864,87289,3,814,1279 +"71277",16864,91849,2,814,1166 +"71278",16864,92860,3,814,1643 +"71279",16864,95910,3,814,999 +"71280",16864,101367,3,814,974 +"71281",16864,115021,2,814,1226 +"71282",16866,5120,3,2718,2735 +"71283",16866,6262,3,2718,2733 +"71284",16866,7252,3,2718,2799 +"71285",16866,26642,2,2718,2952 +"71286",16866,26865,3,2718,2726 +"71287",16866,27686,3,2718,2844 +"71288",16866,29454,3,2718,2719 +"71289",16866,29977,3,2718,2781 +"71290",16866,31089,3,2718,2952 +"71291",16866,36270,2,2718,2910 +"71292",16866,36646,3,2718,2744 +"71293",16866,41134,3,2718,2952 +"71294",16866,43673,3,2718,2787 +"71295",16866,44312,3,2718,2741 +"71296",16866,44688,3,2718,2924 +"71297",16869,17672,3,1985,1987 +"71298",16869,34431,3,1985,2319 +"71299",16877,5120,3,2509,2735 +"71300",16881,613,2,925,2687 +"71301",16881,669,1,925,1423 +"71302",16881,854,3,925,2307 +"71303",16881,997,2,925,2788 +"71304",16881,1831,3,925,2397 +"71305",16881,1875,3,925,1786 +"71306",16881,2269,3,925,984 +"71307",16881,2765,3,925,2321 +"71308",16881,3011,3,925,2278 +"71309",16881,3242,3,925,1730 +"71310",16881,4665,3,925,1569 +"71311",16881,4696,3,925,2656 +"71312",16881,4705,3,925,1714 +"71313",16881,5078,3,925,2033 +"71314",16881,5839,2,925,2301 +"71315",16881,6241,2,925,2264 +"71316",16881,7858,3,925,1795 +"71317",16881,7861,2,925,1647 +"71318",16881,8621,3,925,1681 +"71319",16881,8866,3,925,1545 +"71320",16881,9362,2,925,2879 +"71321",16881,9481,3,925,1610 +"71322",16881,9503,3,925,2453 +"71323",16881,9615,3,925,2464 +"71324",16881,9702,2,925,1928 +"71325",16881,10746,1,925,1506 +"71326",16881,10859,2,925,2231 +"71327",16881,11208,3,925,1161 +"71328",16881,11351,3,925,2971 +"71329",16881,11456,3,925,2715 +"71330",16881,12484,3,925,2344 +"71331",16881,12542,1,925,1888 +"71332",16881,12929,2,925,2656 +"71333",16881,13699,2,925,1355 +"71334",16881,15632,3,925,1242 +"71335",16881,15734,3,925,1616 +"71336",16881,17906,3,925,1940 +"71337",16881,19174,3,925,1595 +"71338",16881,19183,2,925,1257 +"71339",16881,19199,3,925,2263 +"71340",16881,19655,3,925,2706 +"71341",16881,19686,3,925,2467 +"71342",16881,19718,3,925,1702 +"71343",16881,19813,3,925,1744 +"71344",16881,20124,3,925,2376 +"71345",16881,20563,3,925,2267 +"71346",16881,21207,3,925,1258 +"71347",16881,21248,3,925,2232 +"71348",16881,21448,3,925,2332 +"71349",16881,21719,3,925,2708 +"71350",16881,22714,3,925,2793 +"71351",16881,24240,3,925,1755 +"71352",16881,24286,3,925,1280 +"71353",16881,24405,2,925,1443 +"71354",16881,24648,3,925,1833 +"71355",16881,24825,3,925,2686 +"71356",16881,25480,3,925,2747 +"71357",16881,26234,3,925,2183 +"71358",16881,27104,3,925,1608 +"71359",16881,28051,3,925,2089 +"71360",16881,28892,3,925,2023 +"71361",16881,29456,3,925,1182 +"71362",16881,29473,3,925,2602 +"71363",16881,33052,3,925,2251 +"71364",16881,33356,3,925,1586 +"71365",16881,33433,3,925,2805 +"71366",16881,33991,2,925,2249 +"71367",16881,34509,3,925,1973 +"71368",16881,35069,2,925,2069 +"71369",16881,35360,1,925,2043 +"71370",16881,35888,3,925,2291 +"71371",16881,36646,3,925,2744 +"71372",16881,37351,3,925,978 +"71373",16881,39278,2,925,1952 +"71374",16881,40493,3,925,1981 +"71375",16881,40913,3,925,1800 +"71376",16881,42216,3,925,2722 +"71377",16881,42474,3,925,2322 +"71378",16881,42642,3,925,2257 +"71379",16881,45302,3,925,2390 +"71380",16881,46040,3,925,2105 +"71381",16881,47362,3,925,2253 +"71382",16881,49265,3,925,2686 +"71383",16881,49560,3,925,1679 +"71384",16881,51035,3,925,2397 +"71385",16881,53219,3,925,2973 +"71386",16881,57380,3,925,2362 +"71387",16881,57405,3,925,2344 +"71388",16881,57977,3,925,2683 +"71389",16881,58745,3,925,1920 +"71390",16881,59891,3,925,2706 +"71391",16881,62832,1,925,2606 +"71392",16881,63077,3,925,2778 +"71393",16881,64232,3,925,1275 +"71394",16881,66124,3,925,2174 +"71395",16881,67252,3,925,1215 +"71396",16881,69591,3,925,2294 +"71397",16881,71219,3,925,967 +"71398",16881,72147,2,925,1075 +"71399",16881,73313,3,925,958 +"71400",16881,74058,3,925,1151 +"71401",16881,74370,3,925,1667 +"71402",16881,78932,3,925,981 +"71403",16881,81014,2,925,1925 +"71404",16881,84567,3,925,2767 +"71405",16881,84790,3,925,1708 +"71406",16881,84799,2,925,2656 +"71407",16881,84942,3,925,1467 +"71408",16881,85736,2,925,1601 +"71409",16881,86107,3,925,1960 +"71410",16881,86152,3,925,1944 +"71411",16881,93102,2,925,1174 +"71412",16891,6078,3,432,498 +"71413",16891,9912,3,432,1356 +"71414",16891,11135,3,432,2441 +"71415",16891,19687,3,432,2072 +"71416",16891,20413,3,432,806 +"71417",16891,23639,3,432,2065 +"71418",16891,26567,3,432,1158 +"71419",16891,28567,3,432,2398 +"71420",16891,42195,2,432,573 +"71421",16891,47330,3,432,2422 +"71422",16891,48764,3,432,860 +"71423",16891,56673,3,432,2419 +"71424",16891,68670,2,432,565 +"71425",16891,81134,3,432,1384 +"71426",16891,92381,3,432,1237 +"71427",16891,98003,3,432,573 +"71428",16891,104542,3,432,897 +"71429",16891,106554,2,432,1270 +"71430",16896,3896,3,2223,2693 +"71431",16896,12560,2,2223,2565 +"71432",16896,14353,3,2223,2878 +"71433",16896,15444,3,2223,2764 +"71434",16896,17027,1,2223,2772 +"71435",16896,20067,3,2223,2390 +"71436",16896,26582,3,2223,2772 +"71437",16896,27027,3,2223,2285 +"71438",16896,44268,3,2223,2436 +"71439",16896,47145,2,2223,2809 +"71440",16896,47263,2,2223,2442 +"71441",16896,59140,3,2223,2528 +"71442",16896,64457,2,2223,2883 +"71443",16896,68652,3,2223,2878 +"71444",16896,70232,3,2223,2401 +"71445",16896,76356,3,2223,2323 +"71446",16910,1624,3,1978,2687 +"71447",16910,6747,2,1978,2913 +"71448",16910,14612,3,1978,2340 +"71449",16910,14772,2,1978,2386 +"71450",16910,14957,3,1978,2306 +"71451",16910,20469,3,1978,2125 +"71452",16910,25530,3,1978,2884 +"71453",16910,42382,3,1978,2224 +"71454",16910,46049,2,1978,2102 +"71455",16910,47607,3,1978,2724 +"71456",16910,53584,3,1978,2391 +"71457",16910,56396,3,1978,2408 +"71458",16910,60966,3,1978,2734 +"71459",16910,64628,3,1978,2829 +"71460",16910,73266,3,1978,2496 +"71461",16935,2282,3,441,2056 +"71462",16935,2370,3,441,1600 +"71463",16935,2506,1,441,954 +"71464",16935,2588,3,441,552 +"71465",16935,2927,3,441,1789 +"71466",16935,4249,3,441,2547 +"71467",16935,4784,2,441,2511 +"71468",16935,5637,2,441,1976 +"71469",16935,6020,2,441,1864 +"71470",16935,6999,3,441,2214 +"71471",16935,7118,3,441,966 +"71472",16935,7310,2,441,636 +"71473",16935,8607,3,441,1685 +"71474",16935,9656,2,441,1135 +"71475",16935,11858,3,441,1530 +"71476",16935,13034,1,441,698 +"71477",16935,13340,3,441,1918 +"71478",16935,13595,3,441,1164 +"71479",16935,14172,3,441,1923 +"71480",16935,14957,3,441,2306 +"71481",16935,15281,3,441,810 +"71482",16935,15782,3,441,2306 +"71483",16935,16963,3,441,1999 +"71484",16935,17499,2,441,2954 +"71485",16935,17695,3,441,1930 +"71486",16935,19542,3,441,570 +"71487",16935,20038,3,441,1531 +"71488",16935,21358,2,441,1970 +"71489",16935,23550,3,441,2939 +"71490",16935,23560,3,441,2051 +"71491",16935,24044,3,441,1076 +"71492",16935,25286,3,441,1545 +"71493",16935,28648,3,441,1586 +"71494",16935,29778,1,441,840 +"71495",16935,34274,2,441,1437 +"71496",16935,35317,3,441,1888 +"71497",16935,36892,3,441,643 +"71498",16935,37684,3,441,2899 +"71499",16935,40510,3,441,943 +"71500",16935,41489,3,441,2006 +"71501",16935,42407,3,441,2408 +"71502",16935,43725,3,441,935 +"71503",16935,43768,3,441,1468 +"71504",16935,45297,3,441,1864 +"71505",16935,45562,3,441,623 +"71506",16935,48781,3,441,954 +"71507",16935,48823,3,441,2080 +"71508",16935,52179,3,441,1572 +"71509",16935,52530,3,441,1737 +"71510",16935,54488,3,441,2357 +"71511",16935,54816,3,441,592 +"71512",16935,55325,3,441,653 +"71513",16935,59906,3,441,865 +"71514",16935,60463,3,441,1583 +"71515",16935,60836,3,441,1880 +"71516",16935,63631,3,441,763 +"71517",16935,66756,3,441,1301 +"71518",16935,68813,3,441,2511 +"71519",16935,70011,3,441,2690 +"71520",16935,71307,3,441,761 +"71521",16935,73520,1,441,2613 +"71522",16935,74054,3,441,1488 +"71523",16935,77719,3,441,2086 +"71524",16935,78257,2,441,590 +"71525",16935,78277,3,441,1937 +"71526",16935,79699,3,441,1735 +"71527",16935,80186,3,441,2228 +"71528",16935,80970,3,441,2069 +"71529",16935,82280,3,441,619 +"71530",16935,84235,3,441,1639 +"71531",16935,84590,3,441,1734 +"71532",16935,85065,3,441,1585 +"71533",16935,93553,3,441,2537 +"71534",16935,93642,2,441,1120 +"71535",16935,94808,3,441,988 +"71536",16935,100231,3,441,998 +"71537",16935,108467,3,441,2170 +"71538",16940,145,3,1290,1998 +"71539",16940,270,3,1290,2542 +"71540",16940,380,3,1290,2261 +"71541",16940,913,3,1290,2144 +"71542",16940,1102,3,1290,2282 +"71543",16940,1616,3,1290,2662 +"71544",16940,1639,3,1290,2631 +"71545",16940,2322,3,1290,1645 +"71546",16940,2424,2,1290,2582 +"71547",16940,2484,3,1290,2389 +"71548",16940,2533,3,1290,2016 +"71549",16940,3161,3,1290,2229 +"71550",16940,3271,3,1290,2216 +"71551",16940,3305,3,1290,2839 +"71552",16940,3306,3,1290,1989 +"71553",16940,3748,3,1290,2052 +"71554",16940,3801,3,1290,1974 +"71555",16940,5622,3,1290,2175 +"71556",16940,6363,3,1290,2066 +"71557",16940,8866,3,1290,1545 +"71558",16940,8888,2,1290,1328 +"71559",16940,9272,3,1290,2835 +"71560",16940,9311,3,1290,2477 +"71561",16940,9364,2,1290,1698 +"71562",16940,9805,3,1290,1621 +"71563",16940,10513,2,1290,2284 +"71564",16940,10857,3,1290,2253 +"71565",16940,10874,3,1290,1891 +"71566",16940,11006,3,1290,1950 +"71567",16940,12373,3,1290,1567 +"71568",16940,14655,3,1290,2559 +"71569",16940,15813,3,1290,2143 +"71570",16940,16201,3,1290,1811 +"71571",16940,16332,3,1290,2668 +"71572",16940,17931,3,1290,1617 +"71573",16940,19248,3,1290,2357 +"71574",16940,19719,3,1290,2177 +"71575",16940,20124,3,1290,2376 +"71576",16940,20311,3,1290,1981 +"71577",16940,20975,2,1290,1305 +"71578",16940,21197,3,1290,1437 +"71579",16940,21285,3,1290,2100 +"71580",16940,21693,3,1290,2176 +"71581",16940,22141,2,1290,2348 +"71582",16940,22282,3,1290,1418 +"71583",16940,22326,3,1290,2818 +"71584",16940,22362,3,1290,1836 +"71585",16940,22586,3,1290,1341 +"71586",16940,22884,3,1290,1608 +"71587",16940,23727,3,1290,1734 +"71588",16940,23729,2,1290,1624 +"71589",16940,23970,3,1290,1624 +"71590",16940,25577,3,1290,1946 +"71591",16940,26749,2,1290,2965 +"71592",16940,27275,3,1290,2656 +"71593",16940,27390,3,1290,2425 +"71594",16940,27694,3,1290,2030 +"71595",16940,28015,2,1290,1624 +"71596",16940,31050,3,1290,1491 +"71597",16940,31235,3,1290,2668 +"71598",16940,33621,3,1290,1319 +"71599",16940,33949,3,1290,2489 +"71600",16940,34836,3,1290,2302 +"71601",16940,35095,3,1290,1502 +"71602",16940,35256,3,1290,2271 +"71603",16940,38019,2,1290,1870 +"71604",16940,38780,3,1290,2705 +"71605",16940,43173,2,1290,2895 +"71606",16940,43226,3,1290,2442 +"71607",16940,43385,3,1290,1623 +"71608",16940,43455,3,1290,2846 +"71609",16940,46629,3,1290,2255 +"71610",16940,47772,2,1290,2293 +"71611",16940,48110,3,1290,2009 +"71612",16940,49620,3,1290,1868 +"71613",16940,50685,3,1290,2008 +"71614",16940,51017,3,1290,2073 +"71615",16940,51022,3,1290,1499 +"71616",16940,52136,3,1290,1412 +"71617",16940,52576,1,1290,2234 +"71618",16940,53323,3,1290,2677 +"71619",16940,54551,3,1290,2348 +"71620",16940,55082,2,1290,1856 +"71621",16940,55139,2,1290,2323 +"71622",16940,55320,2,1290,1643 +"71623",16940,56082,3,1290,2395 +"71624",16940,56317,2,1290,2030 +"71625",16940,57714,3,1290,1391 +"71626",16940,58451,3,1290,1939 +"71627",16940,58508,2,1290,2326 +"71628",16940,61982,3,1290,2725 +"71629",16940,62538,3,1290,1656 +"71630",16940,62841,3,1290,2710 +"71631",16940,67222,3,1290,1332 +"71632",16940,69335,3,1290,2698 +"71633",16940,73128,3,1290,1549 +"71634",16940,76892,3,1290,2381 +"71635",16940,79322,3,1290,2770 +"71636",16940,80301,3,1290,1690 +"71637",16940,80825,3,1290,2315 +"71638",16940,81588,2,1290,1568 +"71639",16940,82949,3,1290,2077 +"71640",16940,84022,3,1290,2289 +"71641",16940,92491,3,1290,1968 +"71642",16940,98781,3,1290,1410 +"71643",16959,2057,2,888,1965 +"71644",16959,2985,3,888,2398 +"71645",16959,3830,3,888,1661 +"71646",16959,5462,3,888,2374 +"71647",16959,5599,2,888,1684 +"71648",16959,6047,3,888,2004 +"71649",16959,8865,3,888,2394 +"71650",16959,10576,3,888,974 +"71651",16959,11419,3,888,1408 +"71652",16959,12067,2,888,1213 +"71653",16959,14749,2,888,1998 +"71654",16959,15567,3,888,2671 +"71655",16959,15826,3,888,2772 +"71656",16959,16482,3,888,1958 +"71657",16959,17133,1,888,924 +"71658",16959,19433,3,888,2504 +"71659",16959,20124,3,888,2376 +"71660",16959,23825,3,888,1913 +"71661",16959,26336,3,888,1904 +"71662",16959,29473,2,888,2602 +"71663",16959,29997,3,888,1789 +"71664",16959,32606,2,888,2100 +"71665",16959,35004,3,888,1509 +"71666",16959,35715,3,888,2912 +"71667",16959,35873,3,888,1377 +"71668",16959,36514,3,888,1192 +"71669",16959,36912,3,888,2469 +"71670",16959,38513,3,888,914 +"71671",16959,38816,3,888,1225 +"71672",16959,39062,3,888,2020 +"71673",16959,40138,2,888,2719 +"71674",16959,41278,3,888,1873 +"71675",16959,51250,3,888,2683 +"71676",16959,57950,3,888,1529 +"71677",16959,61240,3,888,2651 +"71678",16959,65856,3,888,2504 +"71679",16959,68345,3,888,1095 +"71680",16959,71455,3,888,1702 +"71681",16959,73266,3,888,2496 +"71682",16959,76999,3,888,908 +"71683",16959,79432,3,888,1708 +"71684",16959,79878,3,888,1130 +"71685",16959,80606,3,888,2079 +"71686",16959,82023,3,888,992 +"71687",16959,117932,3,888,926 +"71688",16960,8258,3,480,1959 +"71689",16960,23179,3,480,1675 +"71690",16960,39627,3,480,546 +"71691",16960,71756,2,480,1202 +"71692",16963,2282,3,1999,2056 +"71693",16963,3158,2,1999,2762 +"71694",16963,3271,3,1999,2216 +"71695",16963,4249,3,1999,2547 +"71696",16963,4634,2,1999,2291 +"71697",16963,6223,3,1999,2363 +"71698",16963,6345,3,1999,2713 +"71699",16963,8463,2,1999,2466 +"71700",16963,9272,3,1999,2835 +"71701",16963,9724,3,1999,2713 +"71702",16963,10701,2,1999,2000 +"71703",16963,12966,2,1999,2011 +"71704",16963,14470,3,1999,2632 +"71705",16963,14490,3,1999,2291 +"71706",16963,14612,3,1999,2340 +"71707",16963,14957,2,1999,2306 +"71708",16963,15782,2,1999,2306 +"71709",16963,17499,3,1999,2954 +"71710",16963,19366,3,1999,2279 +"71711",16963,20695,3,1999,2526 +"71712",16963,26597,2,1999,2070 +"71713",16963,32169,3,1999,2504 +"71714",16963,36478,3,1999,2808 +"71715",16963,41489,3,1999,2006 +"71716",16963,42382,3,1999,2224 +"71717",16963,42390,3,1999,2937 +"71718",16963,43226,3,1999,2442 +"71719",16963,43701,2,1999,2400 +"71720",16963,47607,3,1999,2724 +"71721",16963,47882,3,1999,2769 +"71722",16963,48110,3,1999,2009 +"71723",16963,49142,2,1999,2289 +"71724",16963,53584,3,1999,2391 +"71725",16963,58508,3,1999,2326 +"71726",16963,66368,3,1999,2413 +"71727",16963,69335,3,1999,2698 +"71728",16963,71999,3,1999,2685 +"71729",16963,82217,3,1999,2441 +"71730",16969,4188,2,1917,2963 +"71731",16969,5937,3,1917,2392 +"71732",16969,6234,2,1917,2654 +"71733",16969,6800,3,1917,2053 +"71734",16969,15558,3,1917,2389 +"71735",16969,16477,3,1917,2069 +"71736",16969,19002,3,1917,2053 +"71737",16969,20011,3,1917,2826 +"71738",16969,23728,3,1917,2601 +"71739",16969,32079,3,1917,2315 +"71740",16969,41521,3,1917,2069 +"71741",16969,49913,3,1917,2444 +"71742",16969,53648,3,1917,2167 +"71743",16969,76505,3,1917,2123 +"71744",16970,3034,3,938,2601 +"71745",16970,7787,3,938,2314 +"71746",16970,11346,3,938,1924 +"71747",16970,12511,2,938,1298 +"71748",16970,17672,3,938,1987 +"71749",16970,27570,3,938,1559 +"71750",16970,78002,2,938,2271 +"71751",17021,388,3,1226,1594 +"71752",17021,671,3,1226,2328 +"71753",17021,1196,3,1226,1986 +"71754",17021,1386,3,1226,1901 +"71755",17021,1560,2,1226,2013 +"71756",17021,2370,3,1226,1600 +"71757",17021,2802,3,1226,1836 +"71758",17021,3714,2,1226,2605 +"71759",17021,5491,3,1226,2048 +"71760",17021,7499,3,1226,1803 +"71761",17021,8525,3,1226,1787 +"71762",17021,9716,3,1226,1929 +"71763",17021,10200,3,1226,2920 +"71764",17021,10250,3,1226,1606 +"71765",17021,11419,3,1226,1408 +"71766",17021,11429,3,1226,2520 +"71767",17021,11897,3,1226,1271 +"71768",17021,12035,3,1226,2721 +"71769",17021,12684,2,1226,2182 +"71770",17021,12973,3,1226,1569 +"71771",17021,13201,3,1226,2034 +"71772",17021,13929,3,1226,2693 +"71773",17021,14669,2,1226,2080 +"71774",17021,14709,3,1226,1901 +"71775",17021,15003,3,1226,2067 +"71776",17021,15343,1,1226,2125 +"71777",17021,17967,2,1226,2125 +"71778",17021,20469,3,1226,2125 +"71779",17021,21092,3,1226,1643 +"71780",17021,21417,2,1226,2422 +"71781",17021,21795,3,1226,2653 +"71782",17021,23301,2,1226,1611 +"71783",17021,23728,3,1226,2601 +"71784",17021,24086,3,1226,2663 +"71785",17021,24608,3,1226,1630 +"71786",17021,26865,3,1226,2726 +"71787",17021,29756,3,1226,2051 +"71788",17021,29791,3,1226,1986 +"71789",17021,33460,3,1226,2781 +"71790",17021,34311,3,1226,2213 +"71791",17021,34327,3,1226,2959 +"71792",17021,37342,3,1226,2649 +"71793",17021,38908,3,1226,1787 +"71794",17021,40392,3,1226,1878 +"71795",17021,41185,3,1226,1929 +"71796",17021,42618,3,1226,2316 +"71797",17021,45664,3,1226,2235 +"71798",17021,46602,3,1226,2786 +"71799",17021,49998,3,1226,2761 +"71800",17021,52950,3,1226,2716 +"71801",17021,55691,2,1226,2856 +"71802",17021,67836,3,1226,2195 +"71803",17021,68215,3,1226,2727 +"71804",17021,70046,3,1226,2624 +"71805",17021,73266,3,1226,2496 +"71806",17021,76997,3,1226,2223 +"71807",17021,77057,3,1226,1866 +"71808",17021,77095,3,1226,1622 +"71809",17021,85638,3,1226,2275 +"71810",17021,87198,3,1226,1462 +"71811",17027,1822,3,2772,2888 +"71812",17027,14353,2,2772,2878 +"71813",17027,33801,3,2772,2899 +"71814",17027,44654,3,2772,2916 +"71815",17027,47145,3,2772,2809 +"71816",17027,53475,3,2772,2853 +"71817",17027,64457,3,2772,2883 +"71818",17027,68652,2,2772,2878 +"71819",17027,117956,3,2772,2774 +"71820",17033,4612,3,2771,2804 +"71821",17033,6996,3,2771,2916 +"71822",17033,9785,3,2771,2951 +"71823",17033,9787,3,2771,2858 +"71824",17033,37400,3,2771,2860 +"71825",17033,53293,3,2771,2916 +"71826",17037,3403,3,2947,2951 +"71827",17037,9785,3,2947,2951 +"71828",17061,7794,3,2385,2972 +"71829",17061,24586,3,2385,2465 +"71830",17061,27623,3,2385,2970 +"71831",17061,38885,3,2385,2720 +"71832",17061,39534,3,2385,2410 +"71833",17061,48605,3,2385,2796 +"71834",17061,102186,3,2385,2937 +"71835",17097,854,3,1505,2307 +"71836",17097,1822,3,1505,2888 +"71837",17097,2972,3,1505,1708 +"71838",17097,3477,3,1505,2546 +"71839",17097,5392,3,1505,1648 +"71840",17097,6044,3,1505,2744 +"71841",17097,6063,3,1505,2349 +"71842",17097,6222,3,1505,1949 +"71843",17097,12388,2,1505,1975 +"71844",17097,13388,3,1505,2119 +"71845",17097,14353,2,1505,2878 +"71846",17097,14482,3,1505,1573 +"71847",17097,14564,2,1505,1581 +"71848",17097,14959,3,1505,2898 +"71849",17097,15444,2,1505,2764 +"71850",17097,16896,3,1505,2223 +"71851",17097,17027,2,1505,2772 +"71852",17097,18165,3,1505,2085 +"71853",17097,18217,3,1505,1566 +"71854",17097,19317,3,1505,2041 +"71855",17097,20067,2,1505,2390 +"71856",17097,21248,3,1505,2232 +"71857",17097,21706,3,1505,1988 +"71858",17097,21754,3,1505,1881 +"71859",17097,22403,1,1505,1630 +"71860",17097,23268,3,1505,2258 +"71861",17097,23869,3,1505,1918 +"71862",17097,30883,3,1505,1629 +"71863",17097,33223,3,1505,2397 +"71864",17097,33801,3,1505,2899 +"71865",17097,34158,3,1505,2639 +"71866",17097,35529,3,1505,1620 +"71867",17097,38457,3,1505,1630 +"71868",17097,38921,3,1505,1880 +"71869",17097,40542,3,1505,1664 +"71870",17097,40646,2,1505,1583 +"71871",17097,41108,2,1505,1624 +"71872",17097,41682,3,1505,1988 +"71873",17097,41972,3,1505,2509 +"71874",17097,42799,3,1505,2729 +"71875",17097,43479,3,1505,2178 +"71876",17097,47895,3,1505,2328 +"71877",17097,49414,3,1505,1667 +"71878",17097,52261,1,1505,2162 +"71879",17097,53475,3,1505,2853 +"71880",17097,57760,2,1505,1721 +"71881",17097,61242,3,1505,1650 +"71882",17097,65522,2,1505,1572 +"71883",17097,68652,3,1505,2878 +"71884",17097,70232,3,1505,2401 +"71885",17097,76356,3,1505,2323 +"71886",17097,117956,3,1505,2774 +"71887",17106,42254,3,163,1052 +"71888",17133,377,3,924,2389 +"71889",17133,499,3,924,1931 +"71890",17133,543,3,924,2203 +"71891",17133,1616,3,924,2662 +"71892",17133,1685,3,924,2230 +"71893",17133,1777,3,924,1965 +"71894",17133,2036,3,924,2483 +"71895",17133,2057,1,924,1965 +"71896",17133,2120,3,924,1133 +"71897",17133,2139,3,924,2502 +"71898",17133,2351,3,924,1868 +"71899",17133,2429,3,924,999 +"71900",17133,2484,3,924,2389 +"71901",17133,2754,3,924,1360 +"71902",17133,3161,3,924,2229 +"71903",17133,3776,3,924,2322 +"71904",17133,3830,2,924,1661 +"71905",17133,4057,3,924,2389 +"71906",17133,4367,3,924,2794 +"71907",17133,4612,3,924,2804 +"71908",17133,5078,3,924,2033 +"71909",17133,5235,3,924,2324 +"71910",17133,5457,3,924,2077 +"71911",17133,5462,2,924,2374 +"71912",17133,5504,3,924,2389 +"71913",17133,5599,2,924,1684 +"71914",17133,7323,3,924,2858 +"71915",17133,7896,3,924,2447 +"71916",17133,8777,3,924,1620 +"71917",17133,8822,3,924,2139 +"71918",17133,9332,3,924,2734 +"71919",17133,9723,3,924,2302 +"71920",17133,10453,3,924,1656 +"71921",17133,11136,3,924,2573 +"71922",17133,11585,3,924,1817 +"71923",17133,11588,3,924,2352 +"71924",17133,11976,3,924,1727 +"71925",17133,12067,3,924,1213 +"71926",17133,12713,3,924,2440 +"71927",17133,13537,3,924,1020 +"71928",17133,13879,3,924,2748 +"71929",17133,14749,2,924,1998 +"71930",17133,15443,3,924,1631 +"71931",17133,16482,2,924,1958 +"71932",17133,18151,3,924,2962 +"71933",17133,18672,3,924,1182 +"71934",17133,19606,3,924,2783 +"71935",17133,19637,3,924,1229 +"71936",17133,20494,3,924,1075 +"71937",17133,20659,3,924,1969 +"71938",17133,20700,3,924,2861 +"71939",17133,21122,3,924,1701 +"71940",17133,21942,3,924,2041 +"71941",17133,22006,3,924,1202 +"71942",17133,22364,3,924,1809 +"71943",17133,22749,3,924,1727 +"71944",17133,24264,3,924,1760 +"71945",17133,26336,3,924,1904 +"71946",17133,26450,3,924,1709 +"71947",17133,26700,3,924,1663 +"71948",17133,27478,3,924,2485 +"71949",17133,28094,3,924,1423 +"71950",17133,28195,3,924,1407 +"71951",17133,28216,3,924,1910 +"71952",17133,29286,3,924,1612 +"71953",17133,29473,2,924,2602 +"71954",17133,29997,2,924,1789 +"71955",17133,31216,3,924,1244 +"71956",17133,31542,3,924,2459 +"71957",17133,31799,3,924,2547 +"71958",17133,32606,2,924,2100 +"71959",17133,32778,3,924,2310 +"71960",17133,33356,3,924,1586 +"71961",17133,33451,3,924,1957 +"71962",17133,35133,3,924,2219 +"71963",17133,35256,3,924,2271 +"71964",17133,36514,3,924,1192 +"71965",17133,36912,3,924,2469 +"71966",17133,37570,3,924,2389 +"71967",17133,38755,3,924,2902 +"71968",17133,39256,3,924,2449 +"71969",17133,40138,1,924,2719 +"71970",17133,40747,3,924,958 +"71971",17133,41278,2,924,1873 +"71972",17133,41338,3,924,1553 +"71973",17133,41747,3,924,1722 +"71974",17133,42852,3,924,1316 +"71975",17133,43929,3,924,2749 +"71976",17133,45355,3,924,1450 +"71977",17133,46261,3,924,2350 +"71978",17133,47529,3,924,2914 +"71979",17133,50372,3,924,1834 +"71980",17133,50581,3,924,1258 +"71981",17133,51250,2,924,2683 +"71982",17133,51879,3,924,1771 +"71983",17133,53031,3,924,2065 +"71984",17133,54204,3,924,1449 +"71985",17133,55828,3,924,2393 +"71986",17133,57077,3,924,1885 +"71987",17133,57950,2,924,1529 +"71988",17133,57977,3,924,2683 +"71989",17133,58684,3,924,2295 +"71990",17133,60808,3,924,1258 +"71991",17133,61240,3,924,2651 +"71992",17133,64967,3,924,2872 +"71993",17133,65188,3,924,2213 +"71994",17133,65856,3,924,2504 +"71995",17133,68539,3,924,1158 +"71996",17133,69232,3,924,2130 +"71997",17133,69498,3,924,931 +"71998",17133,71455,2,924,1702 +"71999",17133,71652,3,924,2638 +"72000",17133,75948,3,924,1006 +"72001",17133,79432,2,924,1708 +"72002",17133,79612,3,924,927 +"72003",17133,81164,3,924,2260 +"72004",17133,82023,2,924,992 +"72005",17133,85430,3,924,2370 +"72006",17133,86986,3,924,1976 +"72007",17133,89958,3,924,1186 +"72008",17133,92919,3,924,1645 +"72009",17133,97244,3,924,1316 +"72010",17133,116792,3,924,2397 +"72011",17133,122909,3,924,1198 +"72012",17141,4226,2,702,1903 +"72013",17141,4504,3,702,1905 +"72014",17141,6491,3,702,2424 +"72015",17141,10488,3,702,1524 +"72016",17141,15539,3,702,1929 +"72017",17141,19380,3,702,2637 +"72018",17141,21275,2,702,2609 +"72019",17141,22025,2,702,1591 +"72020",17141,22057,3,702,974 +"72021",17141,24789,1,702,829 +"72022",17141,26451,3,702,2133 +"72023",17141,26818,3,702,1999 +"72024",17141,32811,3,702,804 +"72025",17141,34216,3,702,2832 +"72026",17141,37893,3,702,875 +"72027",17141,43077,3,702,884 +"72028",17141,43518,3,702,2680 +"72029",17141,48260,3,702,875 +"72030",17141,58133,3,702,1484 +"72031",17141,58451,3,702,1939 +"72032",17141,70046,3,702,2624 +"72033",17141,89965,3,702,810 +"72034",17141,99020,3,702,1383 +"72035",17146,2349,3,1252,1288 +"72036",17146,6824,3,1252,2680 +"72037",17146,10638,3,1252,2692 +"72038",17146,11381,3,1252,1638 +"72039",17146,11506,3,1252,2824 +"72040",17146,18571,3,1252,2128 +"72041",17146,21463,3,1252,2437 +"72042",17146,31164,3,1252,1996 +"72043",17146,40368,3,1252,2876 +"72044",17146,46951,2,1252,2429 +"72045",17146,66911,3,1252,1920 +"72046",17146,69335,3,1252,2698 +"72047",17159,916,3,883,2718 +"72048",17159,1560,3,883,2013 +"72049",17159,2802,2,883,1836 +"72050",17159,4194,2,883,1641 +"72051",17159,5414,3,883,2321 +"72052",17159,8478,3,883,984 +"72053",17159,9506,2,883,1012 +"72054",17159,9716,3,883,1929 +"72055",17159,11429,3,883,2520 +"72056",17159,11506,3,883,2824 +"72057",17159,11803,3,883,1232 +"72058",17159,14789,3,883,1034 +"72059",17159,16593,2,883,1139 +"72060",17159,17999,3,883,2758 +"72061",17159,18610,3,883,2141 +"72062",17159,21424,3,883,1303 +"72063",17159,22905,3,883,2599 +"72064",17159,23739,3,883,2463 +"72065",17159,26138,2,883,1902 +"72066",17159,26513,3,883,2205 +"72067",17159,31087,3,883,1757 +"72068",17159,32582,3,883,1929 +"72069",17159,33278,1,883,1591 +"72070",17159,35414,3,883,1959 +"72071",17159,36662,3,883,2967 +"72072",17159,38309,3,883,2644 +"72073",17159,39321,3,883,2257 +"72074",17159,41603,2,883,1942 +"72075",17159,42998,2,883,1978 +"72076",17159,48639,3,883,2291 +"72077",17159,51678,3,883,1077 +"72078",17159,53362,3,883,2360 +"72079",17159,55775,3,883,2385 +"72080",17159,57037,3,883,2293 +"72081",17159,60672,3,883,2876 +"72082",17159,62848,3,883,1230 +"72083",17159,69590,2,883,2441 +"72084",17159,79772,3,883,1230 +"72085",17159,79793,3,883,1915 +"72086",17159,82917,3,883,2371 +"72087",17159,86010,1,883,1641 +"72088",17159,91715,3,883,1034 +"72089",17159,94339,2,883,2768 +"72090",17159,97266,1,883,1016 +"72091",17159,99194,3,883,1271 +"72092",17159,102845,3,883,1067 +"72093",17159,111045,3,883,915 +"72094",17159,111613,3,883,1059 +"72095",17159,114228,3,883,1544 +"72096",17217,860,3,318,1258 +"72097",17217,1846,3,318,1845 +"72098",17217,2452,2,318,1715 +"72099",17217,2617,3,318,592 +"72100",17217,2936,3,318,2512 +"72101",17217,6160,3,318,969 +"72102",17217,9241,3,318,2338 +"72103",17217,9301,3,318,1861 +"72104",17217,13068,3,318,1778 +"72105",17217,13296,3,318,839 +"72106",17217,14287,3,318,1583 +"72107",17217,14425,3,318,1036 +"72108",17217,16021,3,318,858 +"72109",17217,19934,2,318,2888 +"72110",17217,20176,3,318,1050 +"72111",17217,21535,3,318,404 +"72112",17217,23277,3,318,1267 +"72113",17217,23597,3,318,1080 +"72114",17217,24176,3,318,1986 +"72115",17217,25378,3,318,1245 +"72116",17217,25569,3,318,2317 +"72117",17217,26450,3,318,1709 +"72118",17217,26838,3,318,685 +"72119",17217,28446,2,318,917 +"72120",17217,29667,2,318,531 +"72121",17217,30865,3,318,2038 +"72122",17217,32939,3,318,2277 +"72123",17217,33665,3,318,787 +"72124",17217,34997,1,318,591 +"72125",17217,35456,3,318,2358 +"72126",17217,36344,3,318,2570 +"72127",17217,38087,2,318,1083 +"72128",17217,38373,3,318,1928 +"72129",17217,38676,3,318,2286 +"72130",17217,39249,2,318,1665 +"72131",17217,40003,3,318,936 +"72132",17217,41581,3,318,1692 +"72133",17217,43207,3,318,635 +"72134",17217,45480,3,318,1104 +"72135",17217,46570,2,318,1707 +"72136",17217,46726,3,318,943 +"72137",17217,47013,3,318,2388 +"72138",17217,47968,3,318,2829 +"72139",17217,49414,3,318,1667 +"72140",17217,49551,3,318,879 +"72141",17217,50229,3,318,1190 +"72142",17217,52879,2,318,777 +"72143",17217,57765,3,318,2893 +"72144",17217,57804,3,318,2214 +"72145",17217,58015,3,318,899 +"72146",17217,58421,3,318,910 +"72147",17217,59485,3,318,1564 +"72148",17217,60808,3,318,1258 +"72149",17217,62268,3,318,413 +"72150",17217,63662,3,318,721 +"72151",17217,64947,3,318,2489 +"72152",17217,67815,3,318,2476 +"72153",17217,69788,3,318,2007 +"72154",17217,70126,2,318,1158 +"72155",17217,79114,2,318,591 +"72156",17217,81077,3,318,498 +"72157",17217,81716,3,318,1199 +"72158",17217,82023,3,318,992 +"72159",17217,84447,3,318,1006 +"72160",17217,87269,3,318,847 +"72161",17217,88307,1,318,437 +"72162",17217,92678,2,318,1769 +"72163",17217,95690,3,318,765 +"72164",17217,99418,3,318,444 +"72165",17217,102566,3,318,2207 +"72166",17217,108157,3,318,1272 +"72167",17217,110402,3,318,858 +"72168",17221,3980,3,2487,2771 +"72169",17221,7229,3,2487,2669 +"72170",17221,13200,1,2487,2488 +"72171",17221,13249,3,2487,2573 +"72172",17221,14655,3,2487,2559 +"72173",17221,56464,3,2487,2488 +"72174",17230,3456,3,1965,1999 +"72175",17230,4660,3,1965,2149 +"72176",17230,8822,3,1965,2139 +"72177",17230,11136,3,1965,2573 +"72178",17230,12374,3,1965,2260 +"72179",17230,23154,3,1965,2345 +"72180",17230,26451,3,1965,2133 +"72181",17230,29073,3,1965,2328 +"72182",17230,32202,2,1965,2314 +"72183",17230,43518,3,1965,2680 +"72184",17230,45138,3,1965,2516 +"72185",17230,46119,3,1965,2084 +"72186",17230,55817,3,1965,2285 +"72187",17230,62746,3,1965,2119 +"72188",17230,63641,3,1965,2337 +"72189",17230,66717,3,1965,2104 +"72190",17245,2484,3,1811,2389 +"72191",17245,2684,3,1811,2874 +"72192",17245,3453,3,1811,2126 +"72193",17245,4567,3,1811,2348 +"72194",17245,7506,3,1811,2371 +"72195",17245,7992,3,1811,2033 +"72196",17245,9311,3,1811,2477 +"72197",17245,12272,3,1811,2371 +"72198",17245,12778,1,1811,2045 +"72199",17245,13200,3,1811,2488 +"72200",17245,16542,3,1811,2039 +"72201",17245,17221,2,1811,2487 +"72202",17245,17520,3,1811,2276 +"72203",17245,19380,3,1811,2637 +"72204",17245,24753,2,1811,2860 +"72205",17245,24793,3,1811,1993 +"72206",17245,36574,3,1811,2934 +"72207",17245,38921,3,1811,1880 +"72208",17245,40879,3,1811,2019 +"72209",17245,41664,3,1811,2641 +"72210",17245,44557,3,1811,2371 +"72211",17245,44885,3,1811,2670 +"72212",17245,50252,3,1811,2001 +"72213",17245,53604,3,1811,2489 +"72214",17245,59140,3,1811,2528 +"72215",17252,728,3,1258,1812 +"72216",17252,2407,3,1258,1725 +"72217",17252,2576,1,1258,1307 +"72218",17252,2625,3,1258,2152 +"72219",17252,3127,3,1258,2273 +"72220",17252,4001,3,1258,1687 +"72221",17252,4612,3,1258,2804 +"72222",17252,4730,2,1258,2131 +"72223",17252,5363,3,1258,1791 +"72224",17252,7252,3,1258,2799 +"72225",17252,7433,3,1258,2255 +"72226",17252,8568,3,1258,2706 +"72227",17252,9035,3,1258,2771 +"72228",17252,9060,3,1258,1612 +"72229",17252,9227,3,1258,1267 +"72230",17252,9481,3,1258,1610 +"72231",17252,9787,3,1258,2858 +"72232",17252,10239,3,1258,2032 +"72233",17252,10453,3,1258,1656 +"72234",17252,11108,3,1258,1609 +"72235",17252,11563,3,1258,1863 +"72236",17252,11648,3,1258,2852 +"72237",17252,11990,3,1258,1909 +"72238",17252,12759,3,1258,2414 +"72239",17252,14287,3,1258,1583 +"72240",17252,16015,2,1258,1307 +"72241",17252,16286,3,1258,2470 +"72242",17252,16501,3,1258,1650 +"72243",17252,16866,3,1258,2718 +"72244",17252,18865,3,1258,2676 +"72245",17252,20220,2,1258,1656 +"72246",17252,20984,3,1258,2502 +"72247",17252,21180,3,1258,2762 +"72248",17252,21741,3,1258,1574 +"72249",17252,22578,3,1258,2216 +"72250",17252,23131,3,1258,1732 +"72251",17252,25163,3,1258,1751 +"72252",17252,27742,3,1258,2700 +"72253",17252,27914,3,1258,2507 +"72254",17252,28051,3,1258,2089 +"72255",17252,28837,3,1258,2286 +"72256",17252,29286,2,1258,1612 +"72257",17252,29825,3,1258,2603 +"72258",17252,30442,2,1258,2124 +"72259",17252,30525,3,1258,1964 +"72260",17252,31868,3,1258,1993 +"72261",17252,32457,3,1258,2690 +"72262",17252,32942,3,1258,2038 +"72263",17252,34162,3,1258,2336 +"72264",17252,34870,3,1258,1873 +"72265",17252,35728,3,1258,2017 +"72266",17252,36912,3,1258,2469 +"72267",17252,40035,3,1258,2742 +"72268",17252,40572,3,1258,2666 +"72269",17252,42813,3,1258,2142 +"72270",17252,44603,3,1258,2748 +"72271",17252,46384,3,1258,2285 +"72272",17252,46486,3,1258,1868 +"72273",17252,53739,3,1258,2704 +"72274",17252,54775,3,1258,2383 +"72275",17252,55296,3,1258,2413 +"72276",17252,55775,3,1258,2385 +"72277",17252,58655,3,1258,2685 +"72278",17252,59539,3,1258,2429 +"72279",17252,61125,3,1258,1673 +"72280",17252,63395,3,1258,2334 +"72281",17252,70455,1,1258,1307 +"72282",17252,70583,3,1258,2615 +"72283",17252,72597,3,1258,1843 +"72284",17252,72632,3,1258,1289 +"72285",17252,100048,2,1258,1573 +"72286",17257,680,3,1117,2569 +"72287",17257,1154,3,1117,1656 +"72288",17257,1314,3,1117,1522 +"72289",17257,1519,3,1117,2349 +"72290",17257,1520,3,1117,1716 +"72291",17257,1620,3,1117,1303 +"72292",17257,1639,3,1117,2631 +"72293",17257,1780,3,1117,1375 +"72294",17257,3978,3,1117,2775 +"72295",17257,4361,1,1117,2571 +"72296",17257,4660,3,1117,2149 +"72297",17257,4665,3,1117,1569 +"72298",17257,4916,3,1117,1970 +"72299",17257,6119,3,1117,2358 +"72300",17257,7126,3,1117,1261 +"72301",17257,7196,3,1117,1508 +"72302",17257,7337,3,1117,1797 +"72303",17257,7984,3,1117,2493 +"72304",17257,7997,3,1117,2049 +"72305",17257,8062,2,1117,2858 +"72306",17257,8791,3,1117,1789 +"72307",17257,8890,3,1117,1955 +"72308",17257,9503,3,1117,2453 +"72309",17257,10336,2,1117,2271 +"72310",17257,10350,1,1117,1163 +"72311",17257,11029,3,1117,2362 +"72312",17257,11424,3,1117,1631 +"72313",17257,12759,3,1117,2414 +"72314",17257,13065,3,1117,1561 +"72315",17257,13079,3,1117,2547 +"72316",17257,13290,3,1117,2824 +"72317",17257,14072,3,1117,1346 +"72318",17257,14108,3,1117,2012 +"72319",17257,14449,2,1117,1258 +"72320",17257,15118,3,1117,1311 +"72321",17257,15401,3,1117,1999 +"72322",17257,16286,3,1117,2470 +"72323",17257,16365,3,1117,2217 +"72324",17257,16690,3,1117,2132 +"72325",17257,17033,3,1117,2771 +"72326",17257,17381,3,1117,1697 +"72327",17257,18381,3,1117,1524 +"72328",17257,19380,3,1117,2637 +"72329",17257,20941,3,1117,2725 +"72330",17257,21133,3,1117,1320 +"72331",17257,21240,3,1117,1162 +"72332",17257,21670,3,1117,2158 +"72333",17257,21681,3,1117,2005 +"72334",17257,22722,3,1117,1233 +"72335",17257,24176,3,1117,1986 +"72336",17257,25373,3,1117,2783 +"72337",17257,26818,3,1117,1999 +"72338",17257,28784,3,1117,1579 +"72339",17257,28896,3,1117,1395 +"72340",17257,31700,3,1117,2727 +"72341",17257,32818,3,1117,2485 +"72342",17257,32988,3,1117,2008 +"72343",17257,33341,3,1117,2338 +"72344",17257,34216,3,1117,2832 +"72345",17257,35822,3,1117,1903 +"72346",17257,36031,3,1117,2342 +"72347",17257,36651,3,1117,1600 +"72348",17257,37036,3,1117,2264 +"72349",17257,37475,3,1117,1509 +"72350",17257,37636,3,1117,2178 +"72351",17257,37937,3,1117,1320 +"72352",17257,38602,2,1117,2693 +"72353",17257,38691,3,1117,2585 +"72354",17257,40537,3,1117,1284 +"72355",17257,40954,3,1117,2603 +"72356",17257,41723,3,1117,2101 +"72357",17257,43593,3,1117,2704 +"72358",17257,46532,2,1117,2005 +"72359",17257,46650,3,1117,1330 +"72360",17257,47384,3,1117,1639 +"72361",17257,48215,3,1117,2028 +"72362",17257,49265,3,1117,2686 +"72363",17257,50278,3,1117,1127 +"72364",17257,53323,3,1117,2677 +"72365",17257,57380,3,1117,2362 +"72366",17257,59298,2,1117,1236 +"72367",17257,61138,3,1117,1188 +"72368",17257,61723,3,1117,1262 +"72369",17257,63077,3,1117,2778 +"72370",17257,63641,3,1117,2337 +"72371",17257,63837,3,1117,2807 +"72372",17257,65155,3,1117,1947 +"72373",17257,66717,3,1117,2104 +"72374",17257,67252,3,1117,1215 +"72375",17257,68691,3,1117,1209 +"72376",17257,68876,3,1117,1397 +"72377",17257,68931,3,1117,2771 +"72378",17257,69232,3,1117,2130 +"72379",17257,71390,3,1117,1992 +"72380",17257,72535,3,1117,1191 +"72381",17257,72728,2,1117,2234 +"72382",17257,79158,3,1117,1252 +"72383",17257,85869,2,1117,1509 +"72384",17257,87509,3,1117,1907 +"72385",17257,88232,3,1117,2881 +"72386",17257,91849,3,1117,1166 +"72387",17257,93102,3,1117,1174 +"72388",17257,96352,3,1117,1493 +"72389",17257,104828,3,1117,1609 +"72390",17257,111375,3,1117,2686 +"72391",17257,115618,3,1117,2314 +"72392",17264,16826,3,2528,2599 +"72393",17264,23140,3,2528,2787 +"72394",17264,44676,3,2528,2629 +"72395",17320,2429,3,571,999 +"72396",17320,2852,3,571,2448 +"72397",17320,4660,2,571,2149 +"72398",17320,5106,3,571,2622 +"72399",17320,6877,3,571,867 +"72400",17320,12781,3,571,831 +"72401",17320,16501,3,571,1650 +"72402",17320,17033,3,571,2771 +"72403",17320,27686,3,571,2844 +"72404",17320,27897,3,571,1968 +"72405",17320,32202,3,571,2314 +"72406",17320,36487,3,571,2622 +"72407",17320,36737,3,571,829 +"72408",17320,39249,3,571,1665 +"72409",17320,39534,3,571,2410 +"72410",17320,51774,3,571,2459 +"72411",17320,63641,2,571,2337 +"72412",17320,64156,3,571,675 +"72413",17320,66717,2,571,2104 +"72414",17320,69545,3,571,673 +"72415",17320,70583,3,571,2615 +"72416",17320,72535,2,571,1191 +"72417",17320,78842,3,571,904 +"72418",17320,87958,3,571,1234 +"72419",17320,96007,2,571,895 +"72420",17320,106240,3,571,705 +"72421",17328,270,3,1206,2542 +"72422",17328,1006,3,1206,1569 +"72423",17328,1124,3,1206,1596 +"72424",17328,2484,3,1206,2389 +"72425",17328,3477,3,1206,2546 +"72426",17328,3628,3,1206,2707 +"72427",17328,5346,3,1206,1438 +"72428",17328,5438,3,1206,1499 +"72429",17328,6063,2,1206,2349 +"72430",17328,6602,2,1206,1631 +"72431",17328,7422,3,1206,1793 +"72432",17328,7443,3,1206,2028 +"72433",17328,7506,3,1206,2371 +"72434",17328,8238,3,1206,2222 +"72435",17328,8259,2,1206,1677 +"72436",17328,9184,3,1206,2670 +"72437",17328,10474,3,1206,1608 +"72438",17328,11154,3,1206,1594 +"72439",17328,11329,3,1206,2799 +"72440",17328,12272,3,1206,2371 +"72441",17328,12524,2,1206,1287 +"72442",17328,13200,3,1206,2488 +"72443",17328,13285,2,1206,1577 +"72444",17328,14655,2,1206,2559 +"72445",17328,14887,3,1206,2158 +"72446",17328,15207,3,1206,1855 +"72447",17328,15560,3,1206,2257 +"72448",17328,17354,3,1206,2250 +"72449",17328,17520,3,1206,2276 +"72450",17328,18217,3,1206,1566 +"72451",17328,18394,3,1206,2356 +"72452",17328,19506,3,1206,1385 +"72453",17328,20070,3,1206,1914 +"72454",17328,21734,2,1206,2528 +"72455",17328,22682,3,1206,2035 +"72456",17328,22722,3,1206,1233 +"72457",17328,23121,2,1206,2108 +"72458",17328,23460,3,1206,2183 +"72459",17328,24255,3,1206,2770 +"72460",17328,27796,3,1206,2151 +"72461",17328,28382,3,1206,1874 +"72462",17328,28896,3,1206,1395 +"72463",17328,30943,3,1206,2287 +"72464",17328,31705,3,1206,2706 +"72465",17328,33223,3,1206,2397 +"72466",17328,34820,3,1206,1630 +"72467",17328,36031,1,1206,2342 +"72468",17328,38921,3,1206,1880 +"72469",17328,40542,3,1206,1664 +"72470",17328,42264,3,1206,1702 +"72471",17328,44299,2,1206,1874 +"72472",17328,44557,2,1206,2371 +"72473",17328,46803,3,1206,2305 +"72474",17328,47877,3,1206,2970 +"72475",17328,48215,3,1206,2028 +"72476",17328,50041,3,1206,1565 +"72477",17328,50252,3,1206,2001 +"72478",17328,52136,3,1206,1412 +"72479",17328,52345,3,1206,1430 +"72480",17328,52530,3,1206,1737 +"72481",17328,56464,3,1206,2488 +"72482",17328,57977,3,1206,2683 +"72483",17328,61921,3,1206,1793 +"72484",17328,78801,3,1206,1572 +"72485",17328,85449,2,1206,2340 +"72486",17328,89681,2,1206,1978 +"72487",17328,94520,3,1206,1243 +"72488",17329,12023,3,150,799 +"72489",17329,17687,3,150,593 +"72490",17329,19662,3,150,170 +"72491",17329,22945,3,150,237 +"72492",17329,23015,2,150,1362 +"72493",17329,28904,3,150,926 +"72494",17329,39875,3,150,2422 +"72495",17329,66978,3,150,1536 +"72496",17347,72334,3,1526,2820 +"72497",17351,270,3,2036,2542 +"72498",17351,316,2,2036,2413 +"72499",17351,341,2,2036,2689 +"72500",17351,841,3,2036,2964 +"72501",17351,854,3,2036,2307 +"72502",17351,913,3,2036,2144 +"72503",17351,2424,3,2036,2582 +"72504",17351,2484,3,2036,2389 +"72505",17351,3978,2,2036,2775 +"72506",17351,3980,3,2036,2771 +"72507",17351,4303,3,2036,2414 +"72508",17351,4646,3,2036,2139 +"72509",17351,4929,2,2036,2240 +"72510",17351,4953,3,2036,2285 +"72511",17351,6104,3,2036,2462 +"72512",17351,6192,3,2036,2409 +"72513",17351,7014,3,2036,2401 +"72514",17351,7241,3,2036,2259 +"72515",17351,7616,3,2036,2296 +"72516",17351,8238,3,2036,2222 +"72517",17351,8568,3,2036,2706 +"72518",17351,8842,2,2036,2535 +"72519",17351,9175,3,2036,2639 +"72520",17351,9331,1,2036,2269 +"72521",17351,10129,3,2036,2124 +"72522",17351,10310,3,2036,2774 +"72523",17351,11493,3,2036,2077 +"72524",17351,12081,2,2036,2166 +"72525",17351,12982,3,2036,2143 +"72526",17351,13158,3,2036,2667 +"72527",17351,13249,3,2036,2573 +"72528",17351,13388,3,2036,2119 +"72529",17351,13601,3,2036,2689 +"72530",17351,14252,3,2036,2244 +"72531",17351,14507,3,2036,2686 +"72532",17351,14586,3,2036,2801 +"72533",17351,14918,2,2036,2071 +"72534",17351,14959,3,2036,2898 +"72535",17351,15008,3,2036,2338 +"72536",17351,15444,2,2036,2764 +"72537",17351,15546,3,2036,2055 +"72538",17351,15729,3,2036,2338 +"72539",17351,16286,3,2036,2470 +"72540",17351,16628,3,2036,2409 +"72541",17351,16866,3,2036,2718 +"72542",17351,17365,3,2036,2746 +"72543",17351,17520,3,2036,2276 +"72544",17351,17549,2,2036,2647 +"72545",17351,18165,2,2036,2085 +"72546",17351,18865,3,2036,2676 +"72547",17351,19208,2,2036,2629 +"72548",17351,19317,3,2036,2041 +"72549",17351,19605,2,2036,2395 +"72550",17351,20331,2,2036,2365 +"72551",17351,21248,3,2036,2232 +"72552",17351,21734,2,2036,2528 +"72553",17351,23268,3,2036,2258 +"72554",17351,23460,3,2036,2183 +"72555",17351,24256,3,2036,2393 +"72556",17351,24558,2,2036,2139 +"72557",17351,24721,3,2036,2326 +"72558",17351,24825,3,2036,2686 +"72559",17351,26671,3,2036,2279 +"72560",17351,27379,2,2036,2461 +"72561",17351,27796,3,2036,2151 +"72562",17351,29073,3,2036,2328 +"72563",17351,29454,3,2036,2719 +"72564",17351,29930,3,2036,2240 +"72565",17351,30334,3,2036,2075 +"72566",17351,30705,3,2036,2959 +"72567",17351,30827,3,2036,2323 +"72568",17351,31117,2,2036,2210 +"72569",17351,31159,3,2036,2231 +"72570",17351,31235,3,2036,2668 +"72571",17351,31331,3,2036,2964 +"72572",17351,31705,3,2036,2706 +"72573",17351,32775,3,2036,2135 +"72574",17351,32939,3,2036,2277 +"72575",17351,34120,2,2036,2786 +"72576",17351,36609,3,2036,2918 +"72577",17351,37238,3,2036,2609 +"72578",17351,37636,3,2036,2178 +"72579",17351,37929,3,2036,2393 +"72580",17351,38307,2,2036,2648 +"72581",17351,39464,3,2036,2314 +"72582",17351,41764,3,2036,2409 +"72583",17351,41770,3,2036,2752 +"72584",17351,41945,1,2036,2856 +"72585",17351,42216,3,2036,2722 +"72586",17351,43404,3,2036,2649 +"72587",17351,43455,2,2036,2846 +"72588",17351,44235,3,2036,2700 +"72589",17351,44688,1,2036,2924 +"72590",17351,44894,3,2036,2048 +"72591",17351,45239,3,2036,2535 +"72592",17351,46446,2,2036,2295 +"72593",17351,46629,3,2036,2255 +"72594",17351,47564,3,2036,2650 +"72595",17351,50113,3,2036,2059 +"72596",17351,50134,3,2036,2674 +"72597",17351,50480,2,2036,2701 +"72598",17351,51610,3,2036,2635 +"72599",17351,51783,3,2036,2599 +"72600",17351,51866,3,2036,2411 +"72601",17351,53219,3,2036,2973 +"72602",17351,56910,3,2036,2705 +"72603",17351,57532,3,2036,2617 +"72604",17351,57804,3,2036,2214 +"72605",17351,61982,3,2036,2725 +"72606",17351,63395,3,2036,2334 +"72607",17351,64699,3,2036,2797 +"72608",17351,77815,3,2036,2358 +"72609",17351,80944,3,2036,2300 +"72610",17351,82932,3,2036,2245 +"72611",17354,3255,3,2250,2504 +"72612",17354,4618,3,2250,2607 +"72613",17354,9184,3,2250,2670 +"72614",17354,10871,3,2250,2314 +"72615",17354,14655,3,2250,2559 +"72616",17354,15636,3,2250,2857 +"72617",17354,17264,2,2250,2528 +"72618",17354,19516,2,2250,2313 +"72619",17354,20067,3,2250,2390 +"72620",17354,20563,3,2250,2267 +"72621",17354,23140,2,2250,2787 +"72622",17354,26249,3,2250,2301 +"72623",17354,26436,3,2250,2489 +"72624",17354,26516,3,2250,2479 +"72625",17354,27753,3,2250,2750 +"72626",17354,33672,3,2250,2396 +"72627",17354,36031,2,2250,2342 +"72628",17354,46506,3,2250,2464 +"72629",17354,46803,3,2250,2305 +"72630",17354,51410,3,2250,2739 +"72631",17354,55604,3,2250,2342 +"72632",17354,57657,3,2250,2735 +"72633",17354,58669,3,2250,2296 +"72634",17354,63654,3,2250,2310 +"72635",17354,70203,2,2250,2756 +"72636",17354,87110,3,2250,2801 +"72637",17355,237,3,1469,1982 +"72638",17355,5599,3,1469,1684 +"72639",17355,8866,3,1469,1545 +"72640",17355,10146,2,1469,1878 +"72641",17355,17480,3,1469,2316 +"72642",17355,18165,2,1469,2085 +"72643",17355,19744,2,1469,2623 +"72644",17355,19980,2,1469,2231 +"72645",17355,20730,3,1469,2243 +"72646",17355,23098,2,1469,2300 +"72647",17355,26336,3,1469,1904 +"72648",17355,26796,3,1469,2384 +"72649",17355,29899,3,1469,2375 +"72650",17355,30697,2,1469,2891 +"72651",17355,30827,3,1469,2323 +"72652",17355,31898,3,1469,1916 +"72653",17355,33010,3,1469,2189 +"72654",17355,34875,3,1469,1544 +"72655",17355,36609,3,1469,2918 +"72656",17355,41518,3,1469,1641 +"72657",17355,41770,3,1469,2752 +"72658",17355,42372,2,1469,2230 +"72659",17355,45618,3,1469,2356 +"72660",17355,45650,2,1469,1528 +"72661",17355,59096,3,1469,1677 +"72662",17355,62538,3,1469,1656 +"72663",17355,67748,3,1469,1498 +"72664",17355,77611,3,1469,1795 +"72665",17355,79653,2,1469,2683 +"72666",17355,79874,3,1469,1570 +"72667",17357,135,3,1536,2233 +"72668",17357,671,3,1536,2328 +"72669",17357,675,3,1536,1686 +"72670",17357,733,3,1536,1653 +"72671",17357,1046,2,1536,1881 +"72672",17357,1136,3,1536,2536 +"72673",17357,1367,3,1536,2176 +"72674",17357,3167,3,1536,1676 +"72675",17357,3242,2,1536,1730 +"72676",17357,4191,1,1536,2130 +"72677",17357,4618,2,1536,2607 +"72678",17357,4687,3,1536,2152 +"72679",17357,4980,3,1536,2093 +"72680",17357,5148,3,1536,2206 +"72681",17357,5669,3,1536,2502 +"72682",17357,5725,3,1536,2789 +"72683",17357,6428,3,1536,1952 +"72684",17357,6491,3,1536,2424 +"72685",17357,6718,3,1536,2138 +"72686",17357,7245,3,1536,2089 +"72687",17357,7847,3,1536,2424 +"72688",17357,8258,3,1536,1959 +"72689",17357,8533,2,1536,2251 +"72690",17357,8621,3,1536,1681 +"72691",17357,9432,3,1536,1693 +"72692",17357,10404,3,1536,2062 +"72693",17357,10890,3,1536,2639 +"72694",17357,12867,3,1536,2773 +"72695",17357,18415,3,1536,2184 +"72696",17357,19516,3,1536,2313 +"72697",17357,20563,3,1536,2267 +"72698",17357,21122,2,1536,1701 +"72699",17357,23534,3,1536,1659 +"72700",17357,23704,3,1536,2278 +"72701",17357,25341,3,1536,1858 +"72702",17357,25643,2,1536,1646 +"72703",17357,26351,3,1536,2683 +"72704",17357,26436,3,1536,2489 +"72705",17357,26516,3,1536,2479 +"72706",17357,26570,3,1536,1669 +"72707",17357,27628,3,1536,2389 +"72708",17357,27753,3,1536,2750 +"72709",17357,28285,3,1536,2972 +"72710",17357,29073,3,1536,2328 +"72711",17357,30438,2,1536,1617 +"72712",17357,31799,3,1536,2547 +"72713",17357,32988,3,1536,2008 +"72714",17357,34216,3,1536,2832 +"72715",17357,34492,2,1536,1798 +"72716",17357,38449,3,1536,1802 +"72717",17357,40293,1,1536,1671 +"72718",17357,45715,2,1536,2287 +"72719",17357,46391,3,1536,1779 +"72720",17357,47857,3,1536,2325 +"72721",17357,47947,3,1536,2681 +"72722",17357,49144,3,1536,1542 +"72723",17357,51157,3,1536,2319 +"72724",17357,51410,2,1536,2739 +"72725",17357,53196,3,1536,1888 +"72726",17357,53300,3,1536,2162 +"72727",17357,55139,3,1536,2323 +"72728",17357,57977,3,1536,2683 +"72729",17357,58035,2,1536,1646 +"72730",17357,58384,3,1536,1637 +"72731",17357,62148,3,1536,1566 +"72732",17357,62840,2,1536,2502 +"72733",17357,64181,3,1536,1828 +"72734",17357,64997,3,1536,2791 +"72735",17357,71562,2,1536,2574 +"72736",17357,79804,3,1536,2227 +"72737",17357,82426,3,1536,1576 +"72738",17357,82767,1,1536,1641 +"72739",17357,97915,2,1536,1802 +"72740",17365,3305,3,2746,2839 +"72741",17365,7794,3,2746,2972 +"72742",17365,7795,3,2746,2789 +"72743",17365,24923,3,2746,2785 +"72744",17365,41945,2,2746,2856 +"72745",17365,43455,1,2746,2846 +"72746",17365,49110,3,2746,2938 +"72747",17365,52032,3,2746,2853 +"72748",17365,53219,3,2746,2973 +"72749",17365,102824,3,2746,2944 +"72750",17367,51166,2,2427,2747 +"72751",17376,212,3,1202,1513 +"72752",17376,312,3,1202,2038 +"72753",17376,913,3,1202,2144 +"72754",17376,1691,3,1202,1941 +"72755",17376,5429,3,1202,1991 +"72756",17376,6718,2,1202,2138 +"72757",17376,8533,3,1202,2251 +"72758",17376,9328,3,1202,1937 +"72759",17376,9364,3,1202,1698 +"72760",17376,9624,2,1202,2398 +"72761",17376,10857,3,1202,2253 +"72762",17376,11541,3,1202,1927 +"72763",17376,19248,3,1202,2357 +"72764",17376,20407,3,1202,2339 +"72765",17376,22282,3,1202,1418 +"72766",17376,22326,3,1202,2818 +"72767",17376,23395,2,1202,1948 +"72768",17376,25971,3,1202,2608 +"72769",17376,27275,3,1202,2656 +"72770",17376,27849,3,1202,1316 +"72771",17376,34480,2,1202,2755 +"72772",17376,36439,3,1202,2469 +"72773",17376,47772,3,1202,2293 +"72774",17376,51471,2,1202,1280 +"72775",17376,52576,3,1202,2234 +"72776",17376,54551,3,1202,2348 +"72777",17376,56082,3,1202,2395 +"72778",17376,58508,3,1202,2326 +"72779",17376,76284,3,1202,1237 +"72780",17376,76892,3,1202,2381 +"72781",17376,79322,3,1202,2770 +"72782",17376,82949,2,1202,2077 +"72783",17376,101295,3,1202,2165 +"72784",17381,25,3,1697,2762 +"72785",17381,600,3,1697,1702 +"72786",17381,602,3,1697,2632 +"72787",17381,762,2,1697,2671 +"72788",17381,1639,3,1697,2631 +"72789",17381,3306,3,1697,1989 +"72790",17381,4863,3,1697,1961 +"72791",17381,5315,3,1697,2631 +"72792",17381,6030,3,1697,2953 +"72793",17381,6914,3,1697,2668 +"72794",17381,8060,2,1697,1883 +"72795",17381,8367,3,1697,1927 +"72796",17381,11477,3,1697,2724 +"72797",17381,12703,3,1697,2689 +"72798",17381,14103,3,1697,2204 +"72799",17381,14972,1,1697,2332 +"72800",17381,15315,3,1697,2173 +"72801",17381,18874,3,1697,2170 +"72802",17381,19027,3,1697,2721 +"72803",17381,19528,3,1697,2742 +"72804",17381,22311,3,1697,2034 +"72805",17381,22566,3,1697,2308 +"72806",17381,23751,3,1697,1740 +"72807",17381,26749,3,1697,2965 +"72808",17381,28874,3,1697,2329 +"72809",17381,29243,3,1697,2011 +"72810",17381,30331,3,1697,2549 +"72811",17381,30334,3,1697,2075 +"72812",17381,30827,3,1697,2323 +"72813",17381,31307,3,1697,2139 +"72814",17381,32939,3,1697,2277 +"72815",17381,33949,3,1697,2489 +"72816",17381,35518,2,1697,1721 +"72817",17381,35888,3,1697,2291 +"72818",17381,35926,3,1697,2371 +"72819",17381,37238,3,1697,2609 +"72820",17381,37636,3,1697,2178 +"72821",17381,38602,2,1697,2693 +"72822",17381,40392,3,1697,1878 +"72823",17381,47248,3,1697,2883 +"72824",17381,51017,3,1697,2073 +"72825",17381,51052,3,1697,2784 +"72826",17381,51783,3,1697,2599 +"72827",17381,52003,3,1697,2067 +"72828",17381,57804,3,1697,2214 +"72829",17381,62939,3,1697,2574 +"72830",17381,64181,3,1697,1828 +"72831",17381,66413,3,1697,2507 +"72832",17381,72728,3,1697,2234 +"72833",17381,78303,3,1697,1808 +"72834",17381,87509,3,1697,1907 +"72835",17381,105063,3,1697,1908 +"72836",17388,750,3,1023,1327 +"72837",17388,4526,3,1023,1728 +"72838",17388,8923,3,1023,1266 +"72839",17388,9503,3,1023,2453 +"72840",17388,18005,3,1023,2449 +"72841",17388,34094,3,1023,1360 +"72842",17388,60258,3,1023,2405 +"72843",17388,67617,3,1023,1149 +"72844",17388,72986,3,1023,1055 +"72845",17388,74370,3,1023,1667 +"72846",17396,2195,3,1672,2139 +"72847",17396,2424,3,1672,2582 +"72848",17396,2709,3,1672,1673 +"72849",17396,3306,3,1672,1989 +"72850",17396,4289,3,1672,1921 +"72851",17396,6104,2,1672,2462 +"72852",17396,6234,3,1672,2654 +"72853",17396,9423,3,1672,1708 +"72854",17396,10148,3,1672,2964 +"72855",17396,10513,3,1672,2284 +"72856",17396,10779,3,1672,2881 +"72857",17396,10964,3,1672,2043 +"72858",17396,11067,3,1672,2734 +"72859",17396,14731,3,1672,2012 +"72860",17396,14972,3,1672,2332 +"72861",17396,15207,3,1672,1855 +"72862",17396,15626,3,1672,2434 +"72863",17396,16195,2,1672,2964 +"72864",17396,17819,2,1672,2291 +"72865",17396,17852,3,1672,2840 +"72866",17396,18348,3,1672,1711 +"72867",17396,19027,3,1672,2721 +"72868",17396,21138,3,1672,2849 +"72869",17396,21487,3,1672,2203 +"72870",17396,22331,2,1672,2687 +"72871",17396,23715,3,1672,1859 +"72872",17396,24825,3,1672,2686 +"72873",17396,25508,3,1672,2081 +"72874",17396,26658,3,1672,2745 +"72875",17396,29295,3,1672,2043 +"72876",17396,30981,3,1672,2366 +"72877",17396,31307,2,1672,2139 +"72878",17396,31832,3,1672,2163 +"72879",17396,32939,2,1672,2277 +"72880",17396,33160,3,1672,2441 +"72881",17396,34509,3,1672,1973 +"72882",17396,35264,3,1672,2329 +"72883",17396,35518,3,1672,1721 +"72884",17396,38213,3,1672,1744 +"72885",17396,38676,3,1672,2286 +"72886",17396,40368,3,1672,2876 +"72887",17396,42256,3,1672,2839 +"72888",17396,45585,3,1672,2384 +"72889",17396,45704,1,1672,2687 +"72890",17396,47248,3,1672,2883 +"72891",17396,49620,3,1672,1868 +"72892",17396,51017,2,1672,2073 +"72893",17396,51035,3,1672,2397 +"72894",17396,53445,3,1672,2028 +"72895",17396,54929,3,1672,2783 +"72896",17396,57765,3,1672,2893 +"72897",17396,57804,2,1672,2214 +"72898",17396,58284,3,1672,2292 +"72899",17396,70528,1,1672,2727 +"72900",17396,74636,3,1672,2525 +"72901",17396,92322,3,1672,2393 +"72902",17399,919,3,884,910 +"72903",17399,1822,3,884,2888 +"72904",17399,2181,3,884,2030 +"72905",17399,3477,2,884,2546 +"72906",17399,4622,3,884,1589 +"72907",17399,6063,2,884,2349 +"72908",17399,6248,3,884,2737 +"72909",17399,6392,3,884,1878 +"72910",17399,8993,3,884,2099 +"72911",17399,9503,3,884,2453 +"72912",17399,11154,3,884,1594 +"72913",17399,11229,3,884,1625 +"72914",17399,12779,2,884,936 +"72915",17399,13899,3,884,2650 +"72916",17399,14817,3,884,2110 +"72917",17399,15023,3,884,2054 +"72918",17399,18217,2,884,1566 +"72919",17399,19317,3,884,2041 +"72920",17399,20124,3,884,2376 +"72921",17399,20984,3,884,2502 +"72922",17399,21684,3,884,1971 +"72923",17399,22403,3,884,1630 +"72924",17399,28588,3,884,1335 +"72925",17399,29267,3,884,1234 +"72926",17399,30486,3,884,1269 +"72927",17399,31357,3,884,2389 +"72928",17399,32339,3,884,2430 +"72929",17399,32395,3,884,2735 +"72930",17399,33223,2,884,2397 +"72931",17399,33451,3,884,1957 +"72932",17399,33470,3,884,2003 +"72933",17399,35822,3,884,1903 +"72934",17399,36346,3,884,1240 +"72935",17399,37301,3,884,2160 +"72936",17399,38457,3,884,1630 +"72937",17399,38513,3,884,914 +"72938",17399,40542,2,884,1664 +"72939",17399,44181,3,884,1034 +"72940",17399,47595,3,884,2374 +"72941",17399,51843,3,884,2389 +"72942",17399,52953,3,884,1741 +"72943",17399,56873,3,884,1421 +"72944",17399,57150,3,884,1196 +"72945",17399,59790,3,884,1827 +"72946",17399,76143,3,884,1610 +"72947",17399,76503,3,884,1136 +"72948",17399,79547,3,884,1909 +"72949",17399,84317,3,884,2081 +"72950",17399,88739,3,884,933 +"72951",17400,270,3,2231,2542 +"72952",17400,380,3,2231,2261 +"72953",17400,470,3,2231,2285 +"72954",17400,1102,3,2231,2282 +"72955",17400,1226,3,2231,2353 +"72956",17400,1315,3,2231,2760 +"72957",17400,2289,2,2231,2389 +"72958",17400,2424,3,2231,2582 +"72959",17400,3493,3,2231,2451 +"72960",17400,3961,3,2231,2426 +"72961",17400,3966,3,2231,2425 +"72962",17400,4953,2,2231,2285 +"72963",17400,5350,3,2231,2522 +"72964",17400,6390,3,2231,2385 +"72965",17400,7234,2,2231,2654 +"72966",17400,9928,3,2231,2345 +"72967",17400,10358,3,2231,2294 +"72968",17400,10558,3,2231,2312 +"72969",17400,10857,1,2231,2253 +"72970",17400,11218,2,2231,2292 +"72971",17400,11477,3,2231,2724 +"72972",17400,11966,3,2231,2385 +"72973",17400,12035,2,2231,2721 +"72974",17400,12042,1,2231,2345 +"72975",17400,12374,3,2231,2260 +"72976",17400,13311,3,2231,2315 +"72977",17400,14507,3,2231,2686 +"72978",17400,15301,3,2231,2308 +"72979",17400,15381,3,2231,2289 +"72980",17400,16352,2,2231,2657 +"72981",17400,16826,3,2231,2599 +"72982",17400,18361,3,2231,2968 +"72983",17400,18394,3,2231,2356 +"72984",17400,19622,3,2231,2371 +"72985",17400,20124,3,2231,2376 +"72986",17400,21012,3,2231,2325 +"72987",17400,21571,3,2231,2755 +"72988",17400,22197,3,2231,2271 +"72989",17400,23310,3,2231,2371 +"72990",17400,23509,3,2231,2275 +"72991",17400,23725,2,2231,2378 +"72992",17400,24825,3,2231,2686 +"72993",17400,25325,3,2231,2963 +"72994",17400,26080,2,2231,2525 +"72995",17400,26848,3,2231,2363 +"72996",17400,28296,3,2231,2944 +"72997",17400,29930,3,2231,2240 +"72998",17400,30173,3,2231,2404 +"72999",17400,31436,3,2231,2892 +"73000",17400,32567,3,2231,2784 +"73001",17400,32919,3,2231,2321 +"73002",17400,34480,2,2231,2755 +"73003",17400,34735,2,2231,2767 +"73004",17400,35926,3,2231,2371 +"73005",17400,36962,3,2231,2861 +"73006",17400,38307,3,2231,2648 +"73007",17400,39556,3,2231,2747 +"73008",17400,39906,3,2231,2365 +"73009",17400,41972,3,2231,2509 +"73010",17400,43455,3,2231,2846 +"73011",17400,44676,3,2231,2629 +"73012",17400,46629,2,2231,2255 +"73013",17400,47857,3,2231,2325 +"73014",17400,49110,3,2231,2938 +"73015",17400,50134,3,2231,2674 +"73016",17400,50236,2,2231,2339 +"73017",17400,50785,3,2231,2877 +"73018",17400,54551,2,2231,2348 +"73019",17400,54929,2,2231,2783 +"73020",17400,56082,2,2231,2395 +"73021",17400,56237,3,2231,2625 +"73022",17400,61982,3,2231,2725 +"73023",17400,71274,3,2231,2390 +"73024",17400,72207,2,2231,2430 +"73025",17400,72326,3,2231,2384 +"73026",17400,72501,3,2231,2795 +"73027",17400,76048,2,2231,2373 +"73028",17400,82929,3,2231,2475 +"73029",17410,313,3,2073,2271 +"73030",17410,377,3,2073,2389 +"73031",17410,543,3,2073,2203 +"73032",17410,613,3,2073,2687 +"73033",17410,1151,3,2073,2885 +"73034",17410,1616,2,2073,2662 +"73035",17410,2036,3,2073,2483 +"73036",17410,2224,3,2073,2751 +"73037",17410,2484,2,2073,2389 +"73038",17410,3161,2,2073,2229 +"73039",17410,4057,3,2073,2389 +"73040",17410,5457,2,2073,2077 +"73041",17410,5462,2,2073,2374 +"73042",17410,5504,2,2073,2389 +"73043",17410,6390,3,2073,2385 +"73044",17410,7323,3,2073,2858 +"73045",17410,8327,3,2073,2527 +"73046",17410,8760,3,2073,2477 +"73047",17410,9311,3,2073,2477 +"73048",17410,9362,3,2073,2879 +"73049",17410,12713,1,2073,2440 +"73050",17410,12976,3,2073,2399 +"73051",17410,15299,3,2073,2213 +"73052",17410,17520,3,2073,2276 +"73053",17410,18151,3,2073,2962 +"73054",17410,19606,3,2073,2783 +"73055",17410,20700,3,2073,2861 +"73056",17410,25569,3,2073,2317 +"73057",17410,31799,3,2073,2547 +"73058",17410,35256,2,2073,2271 +"73059",17410,37570,3,2073,2389 +"73060",17410,51410,3,2073,2739 +"73061",17410,52576,3,2073,2234 +"73062",17410,55156,2,2073,2196 +"73063",17410,55556,3,2073,2075 +"73064",17410,68810,3,2073,2409 +"73065",17410,78563,2,2073,2385 +"73066",17410,85430,3,2073,2370 +"73067",17410,91570,3,2073,2229 +"73068",17413,3164,3,2230,2693 +"73069",17413,6030,3,2230,2953 +"73070",17413,11966,3,2230,2385 +"73071",17413,15301,2,2230,2308 +"73072",17413,16352,3,2230,2657 +"73073",17413,19072,3,2230,2358 +"73074",17413,20292,3,2230,2755 +"73075",17413,21571,2,2230,2755 +"73076",17413,21682,3,2230,2414 +"73077",17413,22566,2,2230,2308 +"73078",17413,28168,3,2230,2702 +"73079",17413,32567,3,2230,2784 +"73080",17413,34735,3,2230,2767 +"73081",17413,66413,3,2230,2507 +"73082",17434,1691,3,1642,1941 +"73083",17434,3886,2,1642,1669 +"73084",17434,6390,3,1642,2385 +"73085",17434,14108,3,1642,2012 +"73086",17434,17943,3,1642,1943 +"73087",17434,18543,3,1642,2968 +"73088",17434,28592,3,1642,2320 +"73089",17434,28626,3,1642,2842 +"73090",17434,35045,2,1642,1646 +"73091",17434,36183,2,1642,2117 +"73092",17434,36439,3,1642,2469 +"73093",17434,40954,3,1642,2603 +"73094",17434,44427,3,1642,2875 +"73095",17434,50509,3,1642,2050 +"73096",17434,68487,3,1642,2592 +"73097",17456,160,3,1300,2007 +"73098",17456,1523,1,1300,2048 +"73099",17456,1641,3,1300,1490 +"73100",17456,2190,3,1300,2359 +"73101",17456,2747,3,1300,2411 +"73102",17456,3477,3,1300,2546 +"73103",17456,4303,3,1300,2414 +"73104",17456,6989,3,1300,2623 +"73105",17456,9503,3,1300,2453 +"73106",17456,9787,3,1300,2858 +"73107",17456,10050,2,1300,1792 +"73108",17456,11639,3,1300,1593 +"73109",17456,14287,3,1300,1583 +"73110",17456,14817,3,1300,2110 +"73111",17456,14998,3,1300,1553 +"73112",17456,16501,3,1300,1650 +"73113",17456,17645,3,1300,1918 +"73114",17456,23131,1,1300,1732 +"73115",17456,23206,2,1300,2805 +"73116",17456,27742,3,1300,2700 +"73117",17456,28869,3,1300,2425 +"73118",17456,30525,2,1300,1964 +"73119",17456,46486,3,1300,1868 +"73120",17456,58501,3,1300,2613 +"73121",17456,61125,3,1300,1673 +"73122",17456,91942,3,1300,2216 +"73123",17457,237,3,589,1982 +"73124",17457,267,3,589,2631 +"73125",17457,600,3,589,1702 +"73126",17457,2077,3,589,610 +"73127",17457,2440,2,589,836 +"73128",17457,5615,3,589,1105 +"73129",17457,7118,3,589,966 +"73130",17457,8238,3,589,2222 +"73131",17457,10744,3,589,955 +"73132",17457,12388,3,589,1975 +"73133",17457,13842,3,589,2250 +"73134",17457,18464,3,589,2312 +"73135",17457,19208,3,589,2629 +"73136",17457,19605,3,589,2395 +"73137",17457,22207,3,589,2365 +"73138",17457,22543,3,589,1594 +"73139",17457,22682,3,589,2035 +"73140",17457,23679,3,589,934 +"73141",17457,23918,3,589,1881 +"73142",17457,27509,3,589,2067 +"73143",17457,27796,3,589,2151 +"73144",17457,29512,3,589,1594 +"73145",17457,30967,1,589,818 +"73146",17457,31705,3,589,2706 +"73147",17457,40565,3,589,2115 +"73148",17457,41739,3,589,1339 +"73149",17457,44135,3,589,2620 +"73150",17457,44403,3,589,2429 +"73151",17457,50480,3,589,2701 +"73152",17457,55076,3,589,2408 +"73153",17457,55556,3,589,2075 +"73154",17457,55580,3,589,1942 +"73155",17457,57082,3,589,1418 +"73156",17457,66693,3,589,2554 +"73157",17457,66756,3,589,1301 +"73158",17457,69250,2,589,1439 +"73159",17457,76607,2,589,747 +"73160",17457,77550,2,589,1548 +"73161",17457,82270,3,589,1641 +"73162",17480,7229,3,2316,2669 +"73163",17480,9150,3,2316,2689 +"73164",17480,15558,3,2316,2389 +"73165",17480,19744,3,2316,2623 +"73166",17480,23728,3,2316,2601 +"73167",17480,30697,3,2316,2891 +"73168",17480,30827,3,2316,2323 +"73169",17480,33460,3,2316,2781 +"73170",17480,52950,3,2316,2716 +"73171",17484,1275,3,1256,2068 +"73172",17484,2418,3,1256,2020 +"73173",17484,2484,3,1256,2389 +"73174",17484,2852,3,1256,2448 +"73175",17484,3271,3,1256,2216 +"73176",17484,3947,3,1256,2067 +"73177",17484,3961,3,1256,2426 +"73178",17484,4289,2,1256,1921 +"73179",17484,4669,3,1256,2395 +"73180",17484,5912,1,1256,2257 +"73181",17484,6417,3,1256,1675 +"73182",17484,7196,3,1256,1508 +"73183",17484,7984,3,1256,2493 +"73184",17484,8029,1,1256,1859 +"73185",17484,9272,3,1256,2835 +"73186",17484,10857,3,1256,2253 +"73187",17484,12692,2,1256,1855 +"73188",17484,13399,2,1256,1682 +"73189",17484,13780,3,1256,2412 +"73190",17484,14943,2,1256,1942 +"73191",17484,15401,3,1256,1999 +"73192",17484,16286,3,1256,2470 +"73193",17484,16501,3,1256,1650 +"73194",17484,16625,3,1256,1285 +"73195",17484,16826,2,1256,2599 +"73196",17484,17997,1,1256,1621 +"73197",17484,18103,2,1256,1968 +"73198",17484,21138,3,1256,2849 +"73199",17484,24240,3,1256,1755 +"73200",17484,24259,3,1256,1281 +"73201",17484,26959,3,1256,1961 +"73202",17484,28015,3,1256,1624 +"73203",17484,28784,2,1256,1579 +"73204",17484,30747,3,1256,2455 +"73205",17484,31069,3,1256,1995 +"73206",17484,32988,3,1256,2008 +"73207",17484,33341,3,1256,2338 +"73208",17484,35529,3,1256,1620 +"73209",17484,38219,3,1256,1689 +"73210",17484,38227,3,1256,2511 +"73211",17484,40432,1,1256,1956 +"73212",17484,40645,3,1256,1899 +"73213",17484,42505,3,1256,2008 +"73214",17484,43226,3,1256,2442 +"73215",17484,45869,3,1256,2840 +"73216",17484,45959,3,1256,1880 +"73217",17484,46040,3,1256,2105 +"73218",17484,46988,3,1256,2460 +"73219",17484,47386,3,1256,2226 +"73220",17484,48110,3,1256,2009 +"73221",17484,54551,3,1256,2348 +"73222",17484,56082,3,1256,2395 +"73223",17484,56807,2,1256,1571 +"73224",17484,57977,3,1256,2683 +"73225",17484,58508,3,1256,2326 +"73226",17484,65155,3,1256,1947 +"73227",17484,65322,3,1256,2008 +"73228",17484,69335,3,1256,2698 +"73229",17484,70269,3,1256,2368 +"73230",17484,70736,2,1256,1512 +"73231",17484,76143,3,1256,1610 +"73232",17484,80301,3,1256,1690 +"73233",17484,82301,2,1256,1621 +"73234",17484,82929,2,1256,2475 +"73235",17484,83140,2,1256,1630 +"73236",17484,96352,3,1256,1493 +"73237",17493,962,3,561,1000 +"73238",17493,1050,3,561,1185 +"73239",17493,1196,3,561,1986 +"73240",17493,2077,3,561,610 +"73241",17493,3306,3,561,1989 +"73242",17493,3961,3,561,2426 +"73243",17493,4763,3,561,1960 +"73244",17493,5041,3,561,2371 +"73245",17493,5315,2,561,2631 +"73246",17493,5350,3,561,2522 +"73247",17493,5716,3,561,1058 +"73248",17493,5984,3,561,1675 +"73249",17493,5986,3,561,1721 +"73250",17493,6047,2,561,2004 +"73251",17493,6366,3,561,798 +"73252",17493,6417,3,561,1675 +"73253",17493,7233,2,561,572 +"73254",17493,8984,3,561,1162 +"73255",17493,9928,2,561,2345 +"73256",17493,9950,3,561,920 +"73257",17493,10358,2,561,2294 +"73258",17493,10779,3,561,2881 +"73259",17493,11218,3,561,2292 +"73260",17493,11540,3,561,1237 +"73261",17493,11576,3,561,808 +"73262",17493,11966,3,561,2385 +"73263",17493,12035,3,561,2721 +"73264",17493,12042,3,561,2345 +"73265",17493,13311,2,561,2315 +"73266",17493,14032,1,561,2144 +"73267",17493,14855,3,561,903 +"73268",17493,15301,3,561,2308 +"73269",17493,15309,3,561,2820 +"73270",17493,15402,3,561,1281 +"73271",17493,16053,3,561,908 +"73272",17493,16352,3,561,2657 +"73273",17493,17400,3,561,2231 +"73274",17493,17819,3,561,2291 +"73275",17493,18874,3,561,2170 +"73276",17493,19027,3,561,2721 +"73277",17493,19072,3,561,2358 +"73278",17493,19637,3,561,1229 +"73279",17493,20067,3,561,2390 +"73280",17493,21138,3,561,2849 +"73281",17493,21571,3,561,2755 +"73282",17493,22141,2,561,2348 +"73283",17493,23159,3,561,1548 +"73284",17493,23310,2,561,2371 +"73285",17493,23869,3,561,1918 +"73286",17493,24755,3,561,1319 +"73287",17493,25443,3,561,1441 +"73288",17493,26080,3,561,2525 +"73289",17493,27205,3,561,966 +"73290",17493,28002,3,561,914 +"73291",17493,29930,3,561,2240 +"73292",17493,30081,3,561,2403 +"73293",17493,30325,3,561,1067 +"73294",17493,31093,3,561,2160 +"73295",17493,31279,3,561,965 +"73296",17493,31530,3,561,1661 +"73297",17493,32567,3,561,2784 +"73298",17493,32694,3,561,1602 +"73299",17493,32919,2,561,2321 +"73300",17493,34735,3,561,2767 +"73301",17493,34799,3,561,657 +"73302",17493,35529,3,561,1620 +"73303",17493,35926,2,561,2371 +"73304",17493,39516,3,561,2393 +"73305",17493,40893,3,561,1116 +"73306",17493,41832,2,561,1155 +"73307",17493,41955,2,561,2479 +"73308",17493,42619,3,561,2017 +"73309",17493,43173,3,561,2895 +"73310",17493,43213,3,561,2160 +"73311",17493,44557,3,561,2371 +"73312",17493,44636,3,561,1026 +"73313",17493,45186,3,561,835 +"73314",17493,45903,3,561,2237 +"73315",17493,46803,3,561,2305 +"73316",17493,50977,3,561,2352 +"73317",17493,51017,3,561,2073 +"73318",17493,52136,3,561,1412 +"73319",17493,52442,3,561,1269 +"73320",17493,53134,3,561,1590 +"73321",17493,54929,3,561,2783 +"73322",17493,55185,3,561,922 +"73323",17493,55349,3,561,826 +"73324",17493,56082,3,561,2395 +"73325",17493,56116,3,561,1321 +"73326",17493,57714,3,561,1391 +"73327",17493,60280,2,561,1918 +"73328",17493,62488,2,561,1418 +"73329",17493,64502,3,561,1670 +"73330",17493,67102,3,561,935 +"73331",17493,67788,3,561,837 +"73332",17493,70681,3,561,866 +"73333",17493,70996,3,561,1037 +"73334",17493,74681,3,561,837 +"73335",17493,75403,2,561,1895 +"73336",17493,77001,3,561,1440 +"73337",17493,80219,3,561,988 +"73338",17493,82732,3,561,2810 +"73339",17493,82932,3,561,2245 +"73340",17493,83526,3,561,1235 +"73341",17493,84022,2,561,2289 +"73342",17493,84296,3,561,1751 +"73343",17493,87692,3,561,775 +"73344",17493,90802,2,561,877 +"73345",17493,92817,2,561,569 +"73346",17493,95288,3,561,1602 +"73347",17493,100140,3,561,1041 +"73348",17493,101395,3,561,891 +"73349",17499,827,3,2954,2964 +"73350",17502,1036,3,869,1367 +"73351",17502,1050,3,869,1185 +"73352",17502,1355,3,869,2473 +"73353",17502,2208,3,869,2814 +"73354",17502,2484,3,869,2389 +"73355",17502,2684,3,869,2874 +"73356",17502,2864,3,869,1543 +"73357",17502,3164,3,869,2693 +"73358",17502,3198,3,869,1797 +"73359",17502,3395,1,869,1382 +"73360",17502,3397,2,869,2126 +"73361",17502,3409,2,869,2167 +"73362",17502,3453,2,869,2126 +"73363",17502,4317,3,869,1224 +"73364",17502,5429,3,869,1991 +"73365",17502,6492,3,869,1162 +"73366",17502,6603,3,869,2185 +"73367",17502,7013,3,869,2040 +"73368",17502,7992,3,869,2033 +"73369",17502,8866,3,869,1545 +"73370",17502,9311,3,869,2477 +"73371",17502,11055,3,869,2111 +"73372",17502,11694,3,869,1564 +"73373",17502,12778,1,869,2045 +"73374",17502,13835,3,869,1588 +"73375",17502,15122,3,869,1201 +"73376",17502,16542,3,869,2039 +"73377",17502,16608,2,869,1769 +"73378",17502,17221,3,869,2487 +"73379",17502,17245,2,869,1811 +"73380",17502,17264,3,869,2528 +"73381",17502,17520,3,869,2276 +"73382",17502,18211,2,869,1745 +"73383",17502,19096,3,869,1538 +"73384",17502,19380,3,869,2637 +"73385",17502,19893,3,869,1223 +"73386",17502,20292,3,869,2755 +"73387",17502,22543,3,869,1594 +"73388",17502,23460,3,869,2183 +"73389",17502,23509,3,869,2275 +"73390",17502,24753,2,869,2860 +"73391",17502,24793,3,869,1993 +"73392",17502,24794,3,869,925 +"73393",17502,24826,3,869,1382 +"73394",17502,24853,3,869,1004 +"73395",17502,25730,3,869,1206 +"73396",17502,26286,3,869,2023 +"73397",17502,26621,2,869,1100 +"73398",17502,27001,1,869,1761 +"73399",17502,28057,3,869,1067 +"73400",17502,28588,3,869,1335 +"73401",17502,31001,3,869,2119 +"73402",17502,31209,3,869,1137 +"73403",17502,32419,3,869,1909 +"73404",17502,36574,3,869,2934 +"73405",17502,37108,3,869,1202 +"73406",17502,38921,3,869,1880 +"73407",17502,39535,3,869,2428 +"73408",17502,40879,3,869,2019 +"73409",17502,41033,3,869,1839 +"73410",17502,41664,3,869,2641 +"73411",17502,42023,3,869,2231 +"73412",17502,42264,3,869,1702 +"73413",17502,43902,2,869,1726 +"73414",17502,44885,3,869,2670 +"73415",17502,45650,3,869,1528 +"73416",17502,50252,3,869,2001 +"73417",17502,52043,3,869,977 +"73418",17502,52530,3,869,1737 +"73419",17502,52699,2,869,1372 +"73420",17502,53604,3,869,2489 +"73421",17502,54695,3,869,2429 +"73422",17502,57990,3,869,978 +"73423",17502,59140,3,869,2528 +"73424",17502,63907,3,869,2377 +"73425",17502,72530,3,869,992 +"73426",17502,83286,2,869,1793 +"73427",17502,83291,2,869,2066 +"73428",17502,94444,2,869,1554 +"73429",17502,109264,3,869,1104 +"73430",17520,270,3,2276,2542 +"73431",17520,377,2,2276,2389 +"73432",17520,854,3,2276,2307 +"73433",17520,1102,3,2276,2282 +"73434",17520,1151,2,2276,2885 +"73435",17520,1355,3,2276,2473 +"73436",17520,1616,2,2276,2662 +"73437",17520,2036,3,2276,2483 +"73438",17520,2224,3,2276,2751 +"73439",17520,2424,3,2276,2582 +"73440",17520,2484,1,2276,2389 +"73441",17520,3164,3,2276,2693 +"73442",17520,3305,3,2276,2839 +"73443",17520,3628,3,2276,2707 +"73444",17520,3853,3,2276,2465 +"73445",17520,4057,3,2276,2389 +"73446",17520,4953,3,2276,2285 +"73447",17520,5462,3,2276,2374 +"73448",17520,5504,2,2276,2389 +"73449",17520,6491,3,2276,2424 +"73450",17520,7323,2,2276,2858 +"73451",17520,7677,3,2276,2338 +"73452",17520,8760,3,2276,2477 +"73453",17520,8762,3,2276,2585 +"73454",17520,9311,2,2276,2477 +"73455",17520,9362,2,2276,2879 +"73456",17520,10843,3,2276,2277 +"73457",17520,11351,3,2276,2971 +"73458",17520,12713,3,2276,2440 +"73459",17520,13573,3,2276,2774 +"73460",17520,14655,3,2276,2559 +"73461",17520,14959,2,2276,2898 +"73462",17520,15184,3,2276,2396 +"73463",17520,15626,3,2276,2434 +"73464",17520,15930,3,2276,2541 +"73465",17520,17365,3,2276,2746 +"73466",17520,18394,3,2276,2356 +"73467",17520,18458,3,2276,2477 +"73468",17520,19606,2,2276,2783 +"73469",17520,20067,3,2276,2390 +"73470",17520,20700,2,2276,2861 +"73471",17520,23726,3,2276,2434 +"73472",17520,23787,3,2276,2810 +"73473",17520,24753,3,2276,2860 +"73474",17520,26582,3,2276,2772 +"73475",17520,26658,3,2276,2745 +"73476",17520,29095,2,2276,2531 +"73477",17520,29314,2,2276,2736 +"73478",17520,30906,3,2276,2537 +"73479",17520,31235,3,2276,2668 +"73480",17520,31700,3,2276,2727 +"73481",17520,32939,3,2276,2277 +"73482",17520,33433,3,2276,2805 +"73483",17520,33801,3,2276,2899 +"73484",17520,35235,3,2276,2610 +"73485",17520,36087,3,2276,2755 +"73486",17520,37238,2,2276,2609 +"73487",17520,37570,2,2276,2389 +"73488",17520,38307,3,2276,2648 +"73489",17520,41945,2,2276,2856 +"73490",17520,43455,2,2276,2846 +"73491",17520,44885,2,2276,2670 +"73492",17520,44899,2,2276,2386 +"73493",17520,51866,3,2276,2411 +"73494",17520,53013,3,2276,2523 +"73495",17520,53293,3,2276,2916 +"73496",17520,53475,3,2276,2853 +"73497",17520,53604,3,2276,2489 +"73498",17520,54903,3,2276,2493 +"73499",17520,59113,3,2276,2434 +"73500",17520,59140,3,2276,2528 +"73501",17520,61982,3,2276,2725 +"73502",17520,70203,3,2276,2756 +"73503",17520,85430,3,2276,2370 +"73504",17531,827,3,876,2964 +"73505",17531,1455,3,876,1262 +"73506",17531,2272,3,876,1640 +"73507",17531,2282,2,876,2056 +"73508",17531,2370,3,876,1600 +"73509",17531,2506,3,876,954 +"73510",17531,2927,3,876,1789 +"73511",17531,3068,3,876,1815 +"73512",17531,3158,3,876,2762 +"73513",17531,4249,2,876,2547 +"73514",17531,4784,2,876,2511 +"73515",17531,5637,3,876,1976 +"73516",17531,6020,2,876,1864 +"73517",17531,6223,3,876,2363 +"73518",17531,6345,2,876,2713 +"73519",17531,6999,3,876,2214 +"73520",17531,7604,3,876,1366 +"73521",17531,8607,3,876,1685 +"73522",17531,9511,3,876,1232 +"73523",17531,9538,3,876,1786 +"73524",17531,9656,3,876,1135 +"73525",17531,9724,1,876,2713 +"73526",17531,10701,2,876,2000 +"73527",17531,11270,3,876,1011 +"73528",17531,13595,1,876,1164 +"73529",17531,14172,2,876,1923 +"73530",17531,14255,3,876,893 +"73531",17531,14470,2,876,2632 +"73532",17531,14957,3,876,2306 +"73533",17531,15607,3,876,1421 +"73534",17531,15782,3,876,2306 +"73535",17531,16455,3,876,946 +"73536",17531,16963,3,876,1999 +"73537",17531,17499,2,876,2954 +"73538",17531,17695,2,876,1930 +"73539",17531,19296,3,876,1705 +"73540",17531,19366,2,876,2279 +"73541",17531,21358,2,876,1970 +"73542",17531,21571,3,876,2755 +"73543",17531,22357,2,876,1397 +"73544",17531,22410,3,876,2158 +"73545",17531,22566,3,876,2308 +"73546",17531,23550,2,876,2939 +"73547",17531,23560,3,876,2051 +"73548",17531,26597,2,876,2070 +"73549",17531,27570,3,876,1559 +"73550",17531,28648,1,876,1586 +"73551",17531,28782,3,876,2272 +"73552",17531,31855,3,876,2636 +"73553",17531,32169,3,876,2504 +"73554",17531,32350,2,876,1540 +"73555",17531,34274,2,876,1437 +"73556",17531,35041,3,876,1311 +"73557",17531,35317,3,876,1888 +"73558",17531,36399,2,876,1357 +"73559",17531,36840,3,876,2269 +"73560",17531,37684,1,876,2899 +"73561",17531,38422,2,876,1019 +"73562",17531,41489,2,876,2006 +"73563",17531,42382,3,876,2224 +"73564",17531,42407,3,876,2408 +"73565",17531,42956,2,876,932 +"73566",17531,43543,3,876,1457 +"73567",17531,43701,1,876,2400 +"73568",17531,43725,3,876,935 +"73569",17531,45297,2,876,1864 +"73570",17531,45450,3,876,1590 +"73571",17531,46616,3,876,1917 +"73572",17531,47607,3,876,2724 +"73573",17531,48823,2,876,2080 +"73574",17531,50468,2,876,1659 +"73575",17531,50945,3,876,2650 +"73576",17531,52179,3,876,1572 +"73577",17531,52950,3,876,2716 +"73578",17531,53584,3,876,2391 +"73579",17531,53652,2,876,2899 +"73580",17531,54316,2,876,1202 +"73581",17531,54488,3,876,2357 +"73582",17531,64737,3,876,2442 +"73583",17531,68813,3,876,2511 +"73584",17531,69795,3,876,2636 +"73585",17531,76450,2,876,1077 +"73586",17531,76814,3,876,926 +"73587",17531,76842,3,876,1518 +"73588",17531,77719,3,876,2086 +"73589",17531,80970,3,876,2069 +"73590",17531,82217,2,876,2441 +"73591",17531,84235,3,876,1639 +"73592",17531,85065,3,876,1585 +"73593",17531,88984,3,876,935 +"73594",17531,92366,3,876,1434 +"73595",17531,93642,2,876,1120 +"73596",17531,95060,3,876,1974 +"73597",17531,95879,3,876,1748 +"73598",17541,3152,3,637,1621 +"73599",17541,4775,3,637,1500 +"73600",17541,5852,3,637,1862 +"73601",17541,8478,3,637,984 +"73602",17541,8512,3,637,935 +"73603",17541,9506,3,637,1012 +"73604",17541,9716,3,637,1929 +"73605",17541,14626,3,637,2175 +"73606",17541,14654,3,637,1692 +"73607",17541,22746,3,637,913 +"73608",17541,29319,3,637,2314 +"73609",17541,30404,3,637,1810 +"73610",17541,32582,3,637,1929 +"73611",17541,41185,3,637,1929 +"73612",17541,44464,2,637,1619 +"73613",17541,56737,3,637,2270 +"73614",17541,64412,3,637,2233 +"73615",17541,78768,2,637,841 +"73616",17541,82226,3,637,1619 +"73617",17541,91631,3,637,1899 +"73618",17549,3978,3,2647,2775 +"73619",17549,29314,3,2647,2736 +"73620",17549,31235,3,2647,2668 +"73621",17549,31705,3,2647,2706 +"73622",17549,34120,2,2647,2786 +"73623",17549,36962,3,2647,2861 +"73624",17549,38307,2,2647,2648 +"73625",17549,41945,2,2647,2856 +"73626",17549,43455,3,2647,2846 +"73627",17549,44688,2,2647,2924 +"73628",17549,47564,3,2647,2650 +"73629",17549,50480,3,2647,2701 +"73630",17549,53219,3,2647,2973 +"73631",17549,64699,3,2647,2797 +"73632",17552,15086,3,2082,2135 +"73633",17561,8327,3,2286,2527 +"73634",17561,34120,3,2286,2786 +"73635",17561,45504,3,2286,2301 +"73636",17561,50480,3,2286,2701 +"73637",17571,472,3,953,964 +"73638",17571,1015,3,953,1174 +"73639",17571,2694,3,953,2062 +"73640",17571,2960,3,953,977 +"73641",17571,3849,3,953,1356 +"73642",17571,4107,2,953,987 +"73643",17571,4121,3,953,1304 +"73644",17571,4785,3,953,996 +"73645",17571,13324,3,953,2163 +"73646",17571,13808,3,953,1356 +"73647",17571,16641,3,953,1359 +"73648",17571,18891,3,953,1596 +"73649",17571,19874,3,953,985 +"73650",17571,21479,3,953,2134 +"73651",17571,23139,3,953,2644 +"73652",17571,26234,3,953,2183 +"73653",17571,36637,1,953,2085 +"73654",17571,40009,3,953,1341 +"73655",17571,50179,3,953,2230 +"73656",17571,51016,3,953,1141 +"73657",17571,59677,3,953,1174 +"73658",17571,70603,3,953,1002 +"73659",17571,72557,3,953,972 +"73660",17571,79837,2,953,1252 +"73661",17571,94404,2,953,1836 +"73662",17571,98080,1,953,1265 +"73663",17572,868,3,340,607 +"73664",17572,2057,1,340,1965 +"73665",17572,2429,3,340,999 +"73666",17572,3830,3,340,1661 +"73667",17572,5235,3,340,2324 +"73668",17572,5462,3,340,2374 +"73669",17572,5599,3,340,1684 +"73670",17572,6697,3,340,2438 +"73671",17572,7741,3,340,418 +"73672",17572,7798,3,340,949 +"73673",17572,7896,3,340,2447 +"73674",17572,8865,3,340,2394 +"73675",17572,9723,3,340,2302 +"73676",17572,11136,3,340,2573 +"73677",17572,11521,3,340,1559 +"73678",17572,11585,3,340,1817 +"73679",17572,11588,3,340,2352 +"73680",17572,12067,3,340,1213 +"73681",17572,13184,3,340,977 +"73682",17572,13808,3,340,1356 +"73683",17572,16959,3,340,888 +"73684",17572,17133,2,340,924 +"73685",17572,18672,3,340,1182 +"73686",17572,19433,3,340,2504 +"73687",17572,21235,2,340,541 +"73688",17572,21593,3,340,1312 +"73689",17572,25390,3,340,903 +"73690",17572,26642,3,340,2952 +"73691",17572,27016,3,340,1611 +"73692",17572,27908,3,340,2576 +"73693",17572,29267,3,340,1234 +"73694",17572,29997,2,340,1789 +"73695",17572,32606,2,340,2100 +"73696",17572,32778,3,340,2310 +"73697",17572,35004,3,340,1509 +"73698",17572,35715,3,340,2912 +"73699",17572,35903,3,340,1434 +"73700",17572,36487,3,340,2622 +"73701",17572,36514,3,340,1192 +"73702",17572,37632,3,340,1295 +"73703",17572,38087,3,340,1083 +"73704",17572,39062,3,340,2020 +"73705",17572,40138,3,340,2719 +"73706",17572,41278,3,340,1873 +"73707",17572,41338,3,340,1553 +"73708",17572,46486,3,340,1868 +"73709",17572,47148,2,340,569 +"73710",17572,47529,3,340,2914 +"73711",17572,51016,3,340,1141 +"73712",17572,51879,3,340,1771 +"73713",17572,57950,3,340,1529 +"73714",17572,60879,3,340,2792 +"73715",17572,65856,2,340,2504 +"73716",17572,67963,3,340,806 +"73717",17572,68345,3,340,1095 +"73718",17572,69232,3,340,2130 +"73719",17572,71652,3,340,2638 +"73720",17572,76180,3,340,419 +"73721",17572,77031,3,340,801 +"73722",17572,80606,3,340,2079 +"73723",17572,81164,3,340,2260 +"73724",17572,82023,2,340,992 +"73725",17572,90658,3,340,523 +"73726",17572,90837,3,340,825 +"73727",17572,92919,3,340,1645 +"73728",17572,95155,3,340,849 +"73729",17572,102566,3,340,2207 +"73730",17572,108620,3,340,881 +"73731",17572,111955,3,340,504 +"73732",17572,122909,1,340,1198 +"73733",17608,1570,3,1216,2028 +"73734",17608,2724,3,1216,2447 +"73735",17608,3272,3,1216,2132 +"73736",17608,4622,3,1216,1589 +"73737",17608,6063,3,1216,2349 +"73738",17608,7648,2,1216,1861 +"73739",17608,9273,2,1216,1747 +"73740",17608,9328,3,1216,1937 +"73741",17608,10435,3,1216,1984 +"73742",17608,11803,3,1216,1232 +"73743",17608,14061,3,1216,1620 +"73744",17608,14442,3,1216,2700 +"73745",17608,16184,2,1216,2274 +"73746",17608,17768,3,1216,2468 +"73747",17608,18455,2,1216,1237 +"73748",17608,24867,1,1216,1861 +"73749",17608,25053,2,1216,2186 +"73750",17608,25678,3,1216,1558 +"73751",17608,26100,3,1216,1966 +"73752",17608,29067,3,1216,1538 +"73753",17608,31281,3,1216,1937 +"73754",17608,32904,3,1216,2055 +"73755",17608,35844,2,1216,2961 +"73756",17608,36996,2,1216,2321 +"73757",17608,39911,3,1216,1445 +"73758",17608,41669,3,1216,1247 +"73759",17608,44501,3,1216,2567 +"73760",17608,46849,3,1216,1238 +"73761",17608,47094,3,1216,2592 +"73762",17608,49805,3,1216,2445 +"73763",17608,51890,3,1216,1992 +"73764",17608,53640,3,1216,1789 +"73765",17608,55446,3,1216,1247 +"73766",17608,55997,3,1216,1414 +"73767",17608,59289,3,1216,2896 +"73768",17608,67701,3,1216,2289 +"73769",17608,74054,3,1216,1488 +"73770",17608,84322,3,1216,1635 +"73771",17626,3352,3,1265,1707 +"73772",17626,5462,3,1265,2374 +"73773",17626,8866,3,1265,1545 +"73774",17626,21416,1,1265,2375 +"73775",17626,23806,3,1265,1671 +"73776",17626,41033,3,1265,1839 +"73777",17626,49277,3,1265,1928 +"73778",17626,57950,3,1265,1529 +"73779",17626,58180,3,1265,1919 +"73780",17626,59205,3,1265,2387 +"73781",17626,65007,3,1265,2530 +"73782",17626,107435,3,1265,1635 +"73783",17632,145,3,1947,1998 +"73784",17632,160,2,1947,2007 +"73785",17632,270,3,1947,2542 +"73786",17632,316,2,1947,2413 +"73787",17632,341,3,1947,2689 +"73788",17632,1639,3,1947,2631 +"73789",17632,2181,3,1947,2030 +"73790",17632,2424,3,1947,2582 +"73791",17632,2484,3,1947,2389 +"73792",17632,3456,3,1947,1999 +"73793",17632,3978,2,1947,2775 +"73794",17632,3980,3,1947,2771 +"73795",17632,4303,3,1947,2414 +"73796",17632,4646,3,1947,2139 +"73797",17632,4929,2,1947,2240 +"73798",17632,4953,3,1947,2285 +"73799",17632,5610,3,1947,2223 +"73800",17632,6104,2,1947,2462 +"73801",17632,6324,3,1947,1990 +"73802",17632,6449,3,1947,1997 +"73803",17632,7014,3,1947,2401 +"73804",17632,7167,3,1947,1993 +"73805",17632,7241,2,1947,2259 +"73806",17632,7616,3,1947,2296 +"73807",17632,8238,2,1947,2222 +"73808",17632,8258,3,1947,1959 +"73809",17632,8842,2,1947,2535 +"73810",17632,9175,3,1947,2639 +"73811",17632,9331,1,1947,2269 +"73812",17632,12081,2,1947,2166 +"73813",17632,12388,3,1947,1975 +"73814",17632,12560,3,1947,2565 +"73815",17632,13158,3,1947,2667 +"73816",17632,13249,3,1947,2573 +"73817",17632,13601,3,1947,2689 +"73818",17632,13780,3,1947,2412 +"73819",17632,14252,3,1947,2244 +"73820",17632,14918,3,1947,2071 +"73821",17632,15444,3,1947,2764 +"73822",17632,15546,3,1947,2055 +"73823",17632,16437,3,1947,1956 +"73824",17632,16518,3,1947,2642 +"73825",17632,16628,3,1947,2409 +"73826",17632,16866,3,1947,2718 +"73827",17632,17351,1,1947,2036 +"73828",17632,17365,3,1947,2746 +"73829",17632,17520,3,1947,2276 +"73830",17632,17549,1,1947,2647 +"73831",17632,18165,3,1947,2085 +"73832",17632,18865,3,1947,2676 +"73833",17632,19208,2,1947,2629 +"73834",17632,19605,2,1947,2395 +"73835",17632,20331,2,1947,2365 +"73836",17632,21012,3,1947,2325 +"73837",17632,21079,3,1947,1997 +"73838",17632,21734,2,1947,2528 +"73839",17632,22682,3,1947,2035 +"73840",17632,22950,3,1947,2576 +"73841",17632,23745,3,1947,1968 +"73842",17632,24146,3,1947,2003 +"73843",17632,24256,3,1947,2393 +"73844",17632,24558,3,1947,2139 +"73845",17632,24721,3,1947,2326 +"73846",17632,27379,2,1947,2461 +"73847",17632,27796,3,1947,2151 +"73848",17632,29314,3,1947,2736 +"73849",17632,29454,3,1947,2719 +"73850",17632,30081,3,1947,2403 +"73851",17632,30827,2,1947,2323 +"73852",17632,31117,2,1947,2210 +"73853",17632,31159,3,1947,2231 +"73854",17632,31705,3,1947,2706 +"73855",17632,32939,3,1947,2277 +"73856",17632,34120,3,1947,2786 +"73857",17632,34325,3,1947,1982 +"73858",17632,36962,3,1947,2861 +"73859",17632,37238,3,1947,2609 +"73860",17632,38307,2,1947,2648 +"73861",17632,39464,3,1947,2314 +"73862",17632,40368,3,1947,2876 +"73863",17632,41682,3,1947,1988 +"73864",17632,41764,3,1947,2409 +"73865",17632,41900,1,1947,1970 +"73866",17632,41945,1,1947,2856 +"73867",17632,42216,3,1947,2722 +"73868",17632,43404,3,1947,2649 +"73869",17632,43455,2,1947,2846 +"73870",17632,44688,1,1947,2924 +"73871",17632,45239,3,1947,2535 +"73872",17632,46446,2,1947,2295 +"73873",17632,46629,3,1947,2255 +"73874",17632,47564,2,1947,2650 +"73875",17632,49334,3,1947,2433 +"73876",17632,50113,3,1947,2059 +"73877",17632,50252,3,1947,2001 +"73878",17632,50480,2,1947,2701 +"73879",17632,51610,3,1947,2635 +"73880",17632,51866,3,1947,2411 +"73881",17632,53219,3,1947,2973 +"73882",17632,56910,3,1947,2705 +"73883",17632,57532,3,1947,2617 +"73884",17632,57804,3,1947,2214 +"73885",17632,61982,3,1947,2725 +"73886",17632,63395,3,1947,2334 +"73887",17632,63573,3,1947,1973 +"73888",17632,64699,2,1947,2797 +"73889",17632,67145,3,1947,2015 +"73890",17632,70573,2,1947,1993 +"73891",17632,73197,3,1947,1998 +"73892",17632,77815,2,1947,2358 +"73893",17645,2,3,1918,2796 +"73894",17645,237,3,1918,1982 +"73895",17645,680,3,1918,2569 +"73896",17645,841,3,1918,2964 +"73897",17645,913,3,1918,2144 +"73898",17645,1691,3,1918,1941 +"73899",17645,2057,3,1918,1965 +"73900",17645,2181,3,1918,2030 +"73901",17645,2424,3,1918,2582 +"73902",17645,2533,3,1918,2016 +"73903",17645,3127,3,1918,2273 +"73904",17645,3271,3,1918,2216 +"73905",17645,3305,3,1918,2839 +"73906",17645,3453,3,1918,2126 +"73907",17645,3477,3,1918,2546 +"73908",17645,3978,3,1918,2775 +"73909",17645,4057,3,1918,2389 +"73910",17645,4303,2,1918,2414 +"73911",17645,4430,2,1918,2019 +"73912",17645,4567,2,1918,2348 +"73913",17645,4612,3,1918,2804 +"73914",17645,4916,3,1918,1970 +"73915",17645,4932,2,1918,2752 +"73916",17645,5235,3,1918,2324 +"73917",17645,6390,3,1918,2385 +"73918",17645,6989,2,1918,2623 +"73919",17645,7241,3,1918,2259 +"73920",17645,7515,3,1918,2737 +"73921",17645,7759,3,1918,2844 +"73922",17645,7780,2,1918,1920 +"73923",17645,7785,3,1918,2441 +"73924",17645,7847,3,1918,2424 +"73925",17645,7942,3,1918,2623 +"73926",17645,8890,3,1918,1955 +"73927",17645,9184,3,1918,2670 +"73928",17645,9272,3,1918,2835 +"73929",17645,9332,3,1918,2734 +"73930",17645,9723,3,1918,2302 +"73931",17645,10129,3,1918,2124 +"73932",17645,10336,3,1918,2271 +"73933",17645,10370,3,1918,2224 +"73934",17645,11253,3,1918,2577 +"73935",17645,11516,3,1918,1937 +"73936",17645,11538,3,1918,2288 +"73937",17645,11648,3,1918,2852 +"73938",17645,12361,3,1918,2732 +"73939",17645,12374,3,1918,2260 +"73940",17645,12728,2,1918,2374 +"73941",17645,12778,3,1918,2045 +"73942",17645,13007,3,1918,2496 +"73943",17645,14586,3,1918,2801 +"73944",17645,14655,3,1918,2559 +"73945",17645,14676,3,1918,2764 +"73946",17645,18005,3,1918,2449 +"73947",17645,19093,3,1918,2224 +"73948",17645,19380,3,1918,2637 +"73949",17645,20984,3,1918,2502 +"73950",17645,21281,3,1918,1922 +"73951",17645,23132,3,1918,2756 +"73952",17645,23206,3,1918,2805 +"73953",17645,24176,3,1918,1986 +"73954",17645,24568,2,1918,1937 +"73955",17645,27390,3,1918,2425 +"73956",17645,27742,2,1918,2700 +"73957",17645,27914,3,1918,2507 +"73958",17645,28893,3,1918,2764 +"73959",17645,29116,2,1918,2128 +"73960",17645,29473,3,1918,2602 +"73961",17645,30334,3,1918,2075 +"73962",17645,30525,3,1918,1964 +"73963",17645,32761,3,1918,2680 +"73964",17645,32818,3,1918,2485 +"73965",17645,36953,3,1918,2790 +"73966",17645,37036,3,1918,2264 +"73967",17645,37636,2,1918,2178 +"73968",17645,38259,3,1918,2258 +"73969",17645,39189,3,1918,2319 +"73970",17645,39256,2,1918,2449 +"73971",17645,39444,3,1918,2695 +"73972",17645,40368,3,1918,2876 +"73973",17645,40572,3,1918,2666 +"73974",17645,40879,3,1918,2019 +"73975",17645,41723,3,1918,2101 +"73976",17645,42619,3,1918,2017 +"73977",17645,42813,3,1918,2142 +"73978",17645,43226,3,1918,2442 +"73979",17645,43551,3,1918,1993 +"73980",17645,44135,2,1918,2620 +"73981",17645,44235,3,1918,2700 +"73982",17645,44420,3,1918,2184 +"73983",17645,44744,2,1918,2032 +"73984",17645,45461,3,1918,2458 +"73985",17645,46532,3,1918,2005 +"73986",17645,47803,3,1918,2477 +"73987",17645,48110,3,1918,2009 +"73988",17645,50509,3,1918,2050 +"73989",17645,50585,3,1918,2414 +"73990",17645,51783,3,1918,2599 +"73991",17645,52041,3,1918,2694 +"73992",17645,52815,3,1918,2323 +"73993",17645,53637,3,1918,2113 +"73994",17645,54775,3,1918,2383 +"73995",17645,56537,3,1918,2409 +"73996",17645,56995,2,1918,2323 +"73997",17645,57765,3,1918,2893 +"73998",17645,58508,3,1918,2326 +"73999",17645,58655,3,1918,2685 +"74000",17645,58745,3,1918,1920 +"74001",17645,63077,3,1918,2778 +"74002",17645,63409,2,1918,1937 +"74003",17645,69335,3,1918,2698 +"74004",17645,70046,3,1918,2624 +"74005",17645,71531,3,1918,2887 +"74006",17645,73305,3,1918,2544 +"74007",17645,79804,3,1918,2227 +"74008",17645,80429,3,1918,1927 +"74009",17645,83907,3,1918,2056 +"74010",17645,96387,3,1918,2159 +"74011",17645,100690,3,1918,2829 +"74012",17645,108867,3,1918,2328 +"74013",17645,109703,3,1918,1925 +"74014",17672,5937,3,1987,2392 +"74015",17672,10119,3,1987,2374 +"74016",17672,14612,2,1987,2340 +"74017",17672,14957,3,1987,2306 +"74018",17672,18574,3,1987,2305 +"74019",17672,19002,3,1987,2053 +"74020",17672,20011,3,1987,2826 +"74021",17672,20541,2,1987,2617 +"74022",17672,25330,3,1987,2370 +"74023",17672,41141,3,1987,2159 +"74024",17672,44744,3,1987,2032 +"74025",17672,64641,2,1987,2617 +"74026",17672,76997,3,1987,2223 +"74027",17672,78002,3,1987,2271 +"74028",17672,80615,3,1987,2252 +"74029",17687,900,3,593,2726 +"74030",17687,2057,3,593,1965 +"74031",17687,8140,3,593,1262 +"74032",17687,9552,3,593,1947 +"74033",17687,10223,1,593,1033 +"74034",17687,14586,3,593,2801 +"74035",17687,19406,3,593,619 +"74036",17687,20176,3,593,1050 +"74037",17687,23015,2,593,1362 +"74038",17687,27255,3,593,1232 +"74039",17687,28446,3,593,917 +"74040",17687,28893,2,593,2764 +"74041",17687,28904,3,593,926 +"74042",17687,32339,3,593,2430 +"74043",17687,32651,3,593,877 +"74044",17687,33665,3,593,787 +"74045",17687,37752,3,593,2223 +"74046",17687,38373,3,593,1928 +"74047",17687,39443,1,593,2277 +"74048",17687,39746,3,593,1361 +"74049",17687,39875,2,593,2422 +"74050",17687,47889,3,593,992 +"74051",17687,47968,3,593,2829 +"74052",17687,51879,3,593,1771 +"74053",17687,52879,3,593,777 +"74054",17687,58015,3,593,899 +"74055",17687,59485,3,593,1564 +"74056",17687,65188,3,593,2213 +"74057",17687,65696,3,593,998 +"74058",17687,66978,2,593,1536 +"74059",17687,69788,3,593,2007 +"74060",17687,74149,3,593,1322 +"74061",17687,84447,3,593,1006 +"74062",17687,86580,3,593,696 +"74063",17687,115078,3,593,697 +"74064",17695,378,3,1930,2766 +"74065",17695,2282,3,1930,2056 +"74066",17695,2443,3,1930,2333 +"74067",17695,3158,3,1930,2762 +"74068",17695,3271,3,1930,2216 +"74069",17695,4249,2,1930,2547 +"74070",17695,4634,3,1930,2291 +"74071",17695,6223,3,1930,2363 +"74072",17695,6345,3,1930,2713 +"74073",17695,6999,3,1930,2214 +"74074",17695,7787,2,1930,2314 +"74075",17695,8463,3,1930,2466 +"74076",17695,9272,3,1930,2835 +"74077",17695,9724,3,1930,2713 +"74078",17695,9910,3,1930,2526 +"74079",17695,10701,1,1930,2000 +"74080",17695,12966,3,1930,2011 +"74081",17695,14470,3,1930,2632 +"74082",17695,14612,3,1930,2340 +"74083",17695,14957,2,1930,2306 +"74084",17695,15782,2,1930,2306 +"74085",17695,16963,2,1930,1999 +"74086",17695,17499,2,1930,2954 +"74087",17695,19366,2,1930,2279 +"74088",17695,20695,3,1930,2526 +"74089",17695,21358,3,1930,1970 +"74090",17695,21571,3,1930,2755 +"74091",17695,22566,3,1930,2308 +"74092",17695,23550,3,1930,2939 +"74093",17695,26597,2,1930,2070 +"74094",17695,30714,3,1930,2485 +"74095",17695,31855,3,1930,2636 +"74096",17695,32169,2,1930,2504 +"74097",17695,36840,3,1930,2269 +"74098",17695,37684,3,1930,2899 +"74099",17695,42382,3,1930,2224 +"74100",17695,42390,3,1930,2937 +"74101",17695,43226,3,1930,2442 +"74102",17695,43701,2,1930,2400 +"74103",17695,46800,3,1930,2720 +"74104",17695,47607,3,1930,2724 +"74105",17695,48110,3,1930,2009 +"74106",17695,49142,3,1930,2289 +"74107",17695,53584,3,1930,2391 +"74108",17695,53652,3,1930,2899 +"74109",17695,58508,3,1930,2326 +"74110",17695,69335,3,1930,2698 +"74111",17695,71999,3,1930,2685 +"74112",17695,73520,3,1930,2613 +"74113",17695,78277,3,1930,1937 +"74114",17695,80615,3,1930,2252 +"74115",17695,80970,3,1930,2069 +"74116",17698,135,3,1559,2233 +"74117",17698,145,2,1559,1998 +"74118",17698,279,3,1559,1989 +"74119",17698,312,3,1559,2038 +"74120",17698,455,3,1559,2827 +"74121",17698,470,2,1559,2285 +"74122",17698,499,3,1559,1931 +"74123",17698,600,1,1559,1702 +"74124",17698,913,1,1559,2144 +"74125",17698,1102,3,1559,2282 +"74126",17698,2523,3,1559,1691 +"74127",17698,2625,3,1559,2152 +"74128",17698,2954,3,1559,2727 +"74129",17698,4084,2,1559,2133 +"74130",17698,4687,3,1559,2152 +"74131",17698,5429,3,1559,1991 +"74132",17698,6052,3,1559,1985 +"74133",17698,6390,3,1559,2385 +"74134",17698,7245,3,1559,2089 +"74135",17698,7515,3,1559,2737 +"74136",17698,7847,3,1559,2424 +"74137",17698,9184,3,1559,2670 +"74138",17698,9311,3,1559,2477 +"74139",17698,9362,3,1559,2879 +"74140",17698,9432,3,1559,1693 +"74141",17698,9805,3,1559,1621 +"74142",17698,10433,2,1559,2075 +"74143",17698,11516,2,1559,1937 +"74144",17698,12199,3,1559,1651 +"74145",17698,12528,3,1559,2589 +"74146",17698,12602,2,1559,1956 +"74147",17698,12618,3,1559,2021 +"74148",17698,12724,3,1559,1930 +"74149",17698,14652,3,1559,2516 +"74150",17698,17645,3,1559,1918 +"74151",17698,18108,3,1559,1656 +"74152",17698,18315,3,1559,2720 +"74153",17698,18543,3,1559,2968 +"74154",17698,19248,3,1559,2357 +"74155",17698,19322,3,1559,2048 +"74156",17698,19335,3,1559,1729 +"74157",17698,22566,3,1559,2308 +"74158",17698,22567,3,1559,2396 +"74159",17698,23132,3,1559,2756 +"74160",17698,23705,3,1559,2699 +"74161",17698,23918,2,1559,1881 +"74162",17698,24448,2,1559,2289 +"74163",17698,24568,1,1559,1937 +"74164",17698,25289,3,1559,1790 +"74165",17698,27275,2,1559,2656 +"74166",17698,27377,3,1559,1724 +"74167",17698,27390,2,1559,2425 +"74168",17698,28101,3,1559,1949 +"74169",17698,28115,3,1559,1835 +"74170",17698,28991,3,1559,1688 +"74171",17698,29170,3,1559,1846 +"74172",17698,29308,1,1559,2094 +"74173",17698,29930,3,1559,2240 +"74174",17698,30052,3,1559,2855 +"74175",17698,31235,2,1559,2668 +"74176",17698,33622,3,1559,2230 +"74177",17698,34160,3,1559,1759 +"74178",17698,35302,3,1559,1589 +"74179",17698,36651,3,1559,1600 +"74180",17698,38780,3,1559,2705 +"74181",17698,40383,3,1559,2639 +"74182",17698,42799,3,1559,2729 +"74183",17698,45633,3,1559,2134 +"74184",17698,47445,3,1559,2668 +"74185",17698,50041,3,1559,1565 +"74186",17698,51925,3,1559,2307 +"74187",17698,52576,3,1559,2234 +"74188",17698,53196,3,1559,1888 +"74189",17698,54158,3,1559,1756 +"74190",17698,56317,3,1559,2030 +"74191",17698,57544,3,1559,2443 +"74192",17698,62219,3,1559,2494 +"74193",17698,63409,2,1559,1937 +"74194",17698,64181,2,1559,1828 +"74195",17698,64997,3,1559,2791 +"74196",17698,66413,2,1559,2507 +"74197",17698,67652,3,1559,2736 +"74198",17698,68810,3,1559,2409 +"74199",17698,73305,1,1559,2544 +"74200",17698,76892,3,1559,2381 +"74201",17698,79804,3,1559,2227 +"74202",17698,80429,3,1559,1927 +"74203",17698,82949,3,1559,2077 +"74204",17698,105063,2,1559,1908 +"74205",17698,107649,3,1559,1573 +"74206",17704,2709,2,1651,1673 +"74207",17704,26867,3,1651,1804 +"74208",17704,37358,2,1651,2128 +"74209",17704,45684,3,1651,2200 +"74210",17704,57246,3,1651,1873 +"74211",17704,68487,3,1651,2592 +"74212",17716,997,3,915,2788 +"74213",17716,998,3,915,1795 +"74214",17716,1355,3,915,2473 +"74215",17716,2591,2,915,1949 +"74216",17716,3242,3,915,1730 +"74217",17716,3853,3,915,2465 +"74218",17716,4980,3,915,2093 +"74219",17716,5785,3,915,1261 +"74220",17716,6577,2,915,1951 +"74221",17716,8258,3,915,1959 +"74222",17716,9114,3,915,961 +"74223",17716,14482,3,915,1573 +"74224",17716,16164,3,915,1184 +"74225",17716,19027,3,915,2721 +"74226",17716,19771,2,915,2410 +"74227",17716,21911,2,915,1184 +"74228",17716,24807,3,915,2319 +"74229",17716,25508,3,915,2081 +"74230",17716,28635,3,915,2368 +"74231",17716,28731,2,915,955 +"74232",17716,30438,3,915,1617 +"74233",17716,31243,1,915,1355 +"74234",17716,34480,3,915,2755 +"74235",17716,34492,3,915,1798 +"74236",17716,35777,2,915,1166 +"74237",17716,38449,3,915,1802 +"74238",17716,42722,2,915,2368 +"74239",17716,42747,1,915,1189 +"74240",17716,43225,2,915,1835 +"74241",17716,45715,3,915,2287 +"74242",17716,50977,3,915,2352 +"74243",17716,51410,3,915,2739 +"74244",17716,51471,3,915,1280 +"74245",17716,51987,3,915,1397 +"74246",17716,60289,3,915,2729 +"74247",17716,60867,1,915,2689 +"74248",17716,67383,3,915,1739 +"74249",17716,67690,3,915,1902 +"74250",17716,72207,3,915,2430 +"74251",17716,81949,3,915,950 +"74252",17716,86550,3,915,955 +"74253",17716,109383,3,915,952 +"74254",17721,160,3,1410,2007 +"74255",17721,3978,3,1410,2775 +"74256",17721,6162,3,1410,1673 +"74257",17721,6821,3,1410,1788 +"74258",17721,8258,3,1410,1959 +"74259",17721,9331,3,1410,2269 +"74260",17721,9423,3,1410,1708 +"74261",17721,10382,3,1410,2111 +"74262",17721,12081,3,1410,2166 +"74263",17721,13601,2,1410,2689 +"74264",17721,17351,2,1410,2036 +"74265",17721,17549,3,1410,2647 +"74266",17721,17632,2,1410,1947 +"74267",17721,17790,3,1410,2783 +"74268",17721,18670,3,1410,1835 +"74269",17721,19453,3,1410,1928 +"74270",17721,21734,3,1410,2528 +"74271",17721,23745,3,1410,1968 +"74272",17721,24721,2,1410,2326 +"74273",17721,25610,3,1410,2328 +"74274",17721,26595,2,1410,1566 +"74275",17721,27642,3,1410,1531 +"74276",17721,28640,3,1410,1475 +"74277",17721,30092,3,1410,1593 +"74278",17721,31117,3,1410,2210 +"74279",17721,34325,3,1410,1982 +"74280",17721,35888,3,1410,2291 +"74281",17721,41900,2,1410,1970 +"74282",17721,41945,2,1410,2856 +"74283",17721,43455,3,1410,2846 +"74284",17721,44688,3,1410,2924 +"74285",17721,46042,3,1410,1692 +"74286",17721,46091,3,1410,1938 +"74287",17721,46446,3,1410,2295 +"74288",17721,49470,3,1410,1528 +"74289",17721,53779,3,1410,2000 +"74290",17721,54879,3,1410,2210 +"74291",17721,62903,3,1410,1704 +"74292",17721,64502,2,1410,1670 +"74293",17721,67145,3,1410,2015 +"74294",17721,72391,3,1410,1547 +"74295",17721,73197,3,1410,1998 +"74296",17722,4350,3,976,1392 +"74297",17722,9579,3,976,2105 +"74298",17722,18571,3,976,2128 +"74299",17722,27297,2,976,1382 +"74300",17722,38755,3,976,2902 +"74301",17722,39105,3,976,2487 +"74302",17722,46951,3,976,2429 +"74303",17722,51460,2,976,1872 +"74304",17722,51647,3,976,1382 +"74305",17722,62852,3,976,2067 +"74306",17722,76666,3,976,1908 +"74307",17722,78163,3,976,1366 +"74308",17722,83907,3,976,2056 +"74309",17728,2407,3,1542,1725 +"74310",17728,2524,2,1542,1708 +"74311",17728,18965,3,1542,2315 +"74312",17728,32110,3,1542,2224 +"74313",17728,72348,3,1542,1810 +"74314",17728,115059,3,1542,2552 +"74315",17750,1364,2,672,859 +"74316",17750,3144,1,672,869 +"74317",17750,16096,3,672,2301 +"74318",17750,18543,3,672,2968 +"74319",17750,19718,3,672,1702 +"74320",17750,32503,3,672,2020 +"74321",17750,43173,3,672,2895 +"74322",17750,45460,3,672,918 +"74323",17750,51572,3,672,912 +"74324",17750,73675,3,672,887 +"74325",17750,121291,3,672,1955 +"74326",17752,96349,3,1683,1874 +"74327",17768,14442,2,2468,2700 +"74328",17768,22905,3,2468,2599 +"74329",17768,28627,3,2468,2694 +"74330",17768,35844,3,2468,2961 +"74331",17768,42136,3,2468,2551 +"74332",17768,47094,3,2468,2592 +"74333",17768,56413,3,2468,2747 +"74334",17768,59289,3,2468,2896 +"74335",17815,5937,2,2070,2392 +"74336",17815,56413,3,2070,2747 +"74337",17815,76997,3,2070,2223 +"74338",17819,5315,3,2291,2631 +"74339",17819,9311,3,2291,2477 +"74340",17819,9928,3,2291,2345 +"74341",17819,10148,3,2291,2964 +"74342",17819,10358,3,2291,2294 +"74343",17819,10779,2,2291,2881 +"74344",17819,11218,3,2291,2292 +"74345",17819,15626,2,2291,2434 +"74346",17819,16096,3,2291,2301 +"74347",17819,16195,2,2291,2964 +"74348",17819,16352,3,2291,2657 +"74349",17819,17852,3,2291,2840 +"74350",17819,20067,3,2291,2390 +"74351",17819,21138,3,2291,2849 +"74352",17819,22331,2,2291,2687 +"74353",17819,23310,3,2291,2371 +"74354",17819,23725,3,2291,2378 +"74355",17819,24825,3,2291,2686 +"74356",17819,32919,3,2291,2321 +"74357",17819,33160,3,2291,2441 +"74358",17819,33433,3,2291,2805 +"74359",17819,34735,3,2291,2767 +"74360",17819,41955,3,2291,2479 +"74361",17819,45704,3,2291,2687 +"74362",17819,47248,3,2291,2883 +"74363",17819,48820,3,2291,2769 +"74364",17819,50134,3,2291,2674 +"74365",17819,51035,3,2291,2397 +"74366",17819,51853,3,2291,2520 +"74367",17819,54929,2,2291,2783 +"74368",17819,57765,3,2291,2893 +"74369",17819,59113,3,2291,2434 +"74370",17819,70528,3,2291,2727 +"74371",17821,1044,3,858,880 +"74372",17821,1102,3,858,2282 +"74373",17821,1364,3,858,859 +"74374",17821,2424,3,858,2582 +"74375",17821,3493,3,858,2451 +"74376",17821,4360,3,858,1770 +"74377",17821,4785,3,858,996 +"74378",17821,10488,3,858,1524 +"74379",17821,16940,3,858,1290 +"74380",17821,21197,3,858,1437 +"74381",17821,21198,3,858,935 +"74382",17821,23727,1,858,1734 +"74383",17821,23729,1,858,1624 +"74384",17821,23970,1,858,1624 +"74385",17821,24853,3,858,1004 +"74386",17821,30325,3,858,1067 +"74387",17821,30981,3,858,2366 +"74388",17821,43213,3,858,2160 +"74389",17821,46196,3,858,1510 +"74390",17821,52136,2,858,1412 +"74391",17821,52576,2,858,2234 +"74392",17821,54388,3,858,1257 +"74393",17821,55082,3,858,1856 +"74394",17821,56082,3,858,2395 +"74395",17821,71342,3,858,1289 +"74396",17821,72207,3,858,2430 +"74397",17821,75403,3,858,1895 +"74398",17821,77305,2,858,965 +"74399",17821,81588,3,858,1568 +"74400",17821,89097,3,858,935 +"74401",17826,18151,3,2920,2962 +"74402",17841,77189,3,1700,1965 +"74403",17852,16195,3,2840,2964 +"74404",17852,30052,3,2840,2855 +"74405",17852,50785,3,2840,2877 +"74406",17852,57765,3,2840,2893 +"74407",17867,270,3,1904,2542 +"74408",17867,2181,3,1904,2030 +"74409",17867,2424,3,1904,2582 +"74410",17867,4953,2,1904,2285 +"74411",17867,5610,3,1904,2223 +"74412",17867,6449,3,1904,1997 +"74413",17867,7794,3,1904,2972 +"74414",17867,8238,3,1904,2222 +"74415",17867,8842,3,1904,2535 +"74416",17867,9175,3,1904,2639 +"74417",17867,12042,3,1904,2345 +"74418",17867,12081,3,1904,2166 +"74419",17867,12982,3,1904,2143 +"74420",17867,13249,3,1904,2573 +"74421",17867,14252,3,1904,2244 +"74422",17867,14507,3,1904,2686 +"74423",17867,15008,1,1904,2338 +"74424",17867,15381,3,1904,2289 +"74425",17867,15729,1,1904,2338 +"74426",17867,16628,3,1904,2409 +"74427",17867,17351,3,1904,2036 +"74428",17867,17365,3,1904,2746 +"74429",17867,21029,3,1904,1943 +"74430",17867,22682,3,1904,2035 +"74431",17867,24825,3,1904,2686 +"74432",17867,25198,3,1904,1982 +"74433",17867,27796,3,1904,2151 +"74434",17867,31159,2,1904,2231 +"74435",17867,31295,2,1904,2183 +"74436",17867,33380,3,1904,2340 +"74437",17867,37238,3,1904,2609 +"74438",17867,38307,2,1904,2648 +"74439",17867,39464,2,1904,2314 +"74440",17867,41945,3,1904,2856 +"74441",17867,42486,2,1904,1951 +"74442",17867,42783,2,1904,2338 +"74443",17867,43455,2,1904,2846 +"74444",17867,45239,3,1904,2535 +"74445",17867,46629,3,1904,2255 +"74446",17867,47564,3,1904,2650 +"74447",17867,50113,3,1904,2059 +"74448",17867,51866,3,1904,2411 +"74449",17867,52032,3,1904,2853 +"74450",17867,52892,3,1904,2372 +"74451",17867,53219,3,1904,2973 +"74452",17867,53995,2,1904,2151 +"74453",17867,54953,3,1904,2223 +"74454",17867,55261,3,1904,1915 +"74455",17867,56854,3,1904,2022 +"74456",17867,60974,3,1904,2972 +"74457",17867,61982,3,1904,2725 +"74458",17867,63442,3,1904,1965 +"74459",17867,69453,3,1904,2831 +"74460",17867,70573,3,1904,1993 +"74461",17867,75311,3,1904,2745 +"74462",17883,1226,3,1006,2353 +"74463",17883,2195,3,1006,2139 +"74464",17883,2982,3,1006,1233 +"74465",17883,22415,3,1006,2841 +"74466",17883,24648,3,1006,1833 +"74467",17883,35301,1,1006,1302 +"74468",17883,37108,3,1006,1202 +"74469",17883,44151,1,1006,1796 +"74470",17883,71971,3,1006,1294 +"74471",17883,82949,3,1006,2077 +"74472",17883,86505,2,1006,1302 +"74473",17884,2802,3,1677,1836 +"74474",17884,20604,3,1677,1684 +"74475",17884,79793,3,1677,1915 +"74476",17887,3456,2,1750,1999 +"74477",17887,17974,3,1750,2876 +"74478",17906,1367,3,1940,2176 +"74479",17906,6241,3,1940,2264 +"74480",17906,10859,3,1940,2231 +"74481",17906,24060,3,1940,2349 +"74482",17906,39278,3,1940,1952 +"74483",17906,41023,3,1940,2408 +"74484",17906,41607,3,1940,2802 +"74485",17906,46584,3,1940,1972 +"74486",17906,47362,3,1940,2253 +"74487",17925,55,3,2385,2524 +"74488",17925,4403,3,2385,2416 +"74489",17925,6621,3,2385,2478 +"74490",17925,16866,3,2385,2718 +"74491",17925,20695,3,2385,2526 +"74492",17925,26740,3,2385,2695 +"74493",17925,32724,1,2385,2581 +"74494",17925,37801,2,2385,2578 +"74495",17925,44312,2,2385,2741 +"74496",17925,48931,2,2385,2444 +"74497",17925,65054,3,2385,2593 +"74498",17931,270,2,1617,2542 +"74499",17931,312,3,1617,2038 +"74500",17931,671,3,1617,2328 +"74501",17931,803,3,1617,1666 +"74502",17931,913,3,1617,2144 +"74503",17931,1046,3,1617,1881 +"74504",17931,1175,1,1617,1642 +"74505",17931,1321,3,1617,2075 +"74506",17931,2111,3,1617,1904 +"74507",17931,2224,3,1617,2751 +"74508",17931,2322,3,1617,1645 +"74509",17931,2325,3,1617,1641 +"74510",17931,2424,1,1617,2582 +"74511",17931,2533,2,1617,2016 +"74512",17931,3305,2,1617,2839 +"74513",17931,3695,3,1617,2612 +"74514",17931,3886,2,1617,1669 +"74515",17931,3966,1,1617,2425 +"74516",17931,4418,3,1617,2788 +"74517",17931,4953,3,1617,2285 +"74518",17931,5429,3,1617,1991 +"74519",17931,5622,3,1617,2175 +"74520",17931,6363,3,1617,2066 +"74521",17931,6449,3,1617,1997 +"74522",17931,6588,3,1617,2025 +"74523",17931,6602,3,1617,1631 +"74524",17931,7861,3,1617,1647 +"74525",17931,8621,3,1617,1681 +"74526",17931,8762,3,1617,2585 +"74527",17931,9175,3,1617,2639 +"74528",17931,9269,3,1617,1892 +"74529",17931,9311,3,1617,2477 +"74530",17931,10857,2,1617,2253 +"74531",17931,10890,3,1617,2639 +"74532",17931,11006,2,1617,1950 +"74533",17931,11440,3,1617,2026 +"74534",17931,12375,3,1617,1873 +"74535",17931,13307,3,1617,2206 +"74536",17931,14252,3,1617,2244 +"74537",17931,14972,3,1617,2332 +"74538",17931,15207,3,1617,1855 +"74539",17931,15813,1,1617,2143 +"74540",17931,16201,3,1617,1811 +"74541",17931,16432,2,1617,2664 +"74542",17931,16539,3,1617,1947 +"74543",17931,16835,3,1617,1739 +"74544",17931,17365,3,1617,2746 +"74545",17931,17400,3,1617,2231 +"74546",17931,17943,3,1617,1943 +"74547",17931,18011,3,1617,1636 +"74548",17931,18394,3,1617,2356 +"74549",17931,19248,2,1617,2357 +"74550",17931,19622,3,1617,2371 +"74551",17931,19719,2,1617,2177 +"74552",17931,21012,3,1617,2325 +"74553",17931,21164,2,1617,1645 +"74554",17931,21193,3,1617,2490 +"74555",17931,21285,2,1617,2100 +"74556",17931,22277,3,1617,2424 +"74557",17931,23508,3,1617,1907 +"74558",17931,23715,3,1617,1859 +"74559",17931,23725,3,1617,2378 +"74560",17931,23729,3,1617,1624 +"74561",17931,24612,3,1617,1875 +"74562",17931,24753,3,1617,2860 +"74563",17931,25129,3,1617,2647 +"74564",17931,25198,3,1617,1982 +"74565",17931,25325,2,1617,2963 +"74566",17931,25577,3,1617,1946 +"74567",17931,25971,3,1617,2608 +"74568",17931,26740,3,1617,2695 +"74569",17931,26749,3,1617,2965 +"74570",17931,27275,3,1617,2656 +"74571",17931,27694,3,1617,2030 +"74572",17931,29917,2,1617,1962 +"74573",17931,29930,3,1617,2240 +"74574",17931,30052,3,1617,2855 +"74575",17931,34331,3,1617,1727 +"74576",17931,34480,3,1617,2755 +"74577",17931,34509,3,1617,1973 +"74578",17931,34820,3,1617,1630 +"74579",17931,35045,3,1617,1646 +"74580",17931,37285,3,1617,2428 +"74581",17931,37301,3,1617,2160 +"74582",17931,37418,3,1617,2710 +"74583",17931,38019,3,1617,1870 +"74584",17931,38263,3,1617,2475 +"74585",17931,38307,3,1617,2648 +"74586",17931,39294,3,1617,1889 +"74587",17931,40493,3,1617,1981 +"74588",17931,41664,3,1617,2641 +"74589",17931,41945,3,1617,2856 +"74590",17931,42216,3,1617,2722 +"74591",17931,42574,3,1617,2842 +"74592",17931,43385,3,1617,1623 +"74593",17931,43455,2,1617,2846 +"74594",17931,45239,3,1617,2535 +"74595",17931,45608,3,1617,2420 +"74596",17931,45684,3,1617,2200 +"74597",17931,46629,2,1617,2255 +"74598",17931,47248,3,1617,2883 +"74599",17931,48605,3,1617,2796 +"74600",17931,49110,3,1617,2938 +"74601",17931,49620,3,1617,1868 +"74602",17931,50685,3,1617,2008 +"74603",17931,51017,3,1617,2073 +"74604",17931,51041,3,1617,2606 +"74605",17931,51866,3,1617,2411 +"74606",17931,52323,3,1617,2148 +"74607",17931,52570,2,1617,2645 +"74608",17931,52576,2,1617,2234 +"74609",17931,54551,3,1617,2348 +"74610",17931,55082,3,1617,1856 +"74611",17931,56082,3,1617,2395 +"74612",17931,56317,3,1617,2030 +"74613",17931,58451,3,1617,1939 +"74614",17931,58508,3,1617,2326 +"74615",17931,61982,2,1617,2725 +"74616",17931,62841,2,1617,2710 +"74617",17931,64181,3,1617,1828 +"74618",17931,67383,3,1617,1739 +"74619",17931,68215,3,1617,2727 +"74620",17931,69348,3,1617,2783 +"74621",17931,76892,1,1617,2381 +"74622",17931,82681,3,1617,1620 +"74623",17931,82949,3,1617,2077 +"74624",17931,86799,2,1617,1951 +"74625",17931,94404,3,1617,1836 +"74626",17934,2424,3,1059,2582 +"74627",17934,3271,3,1059,2216 +"74628",17934,3961,2,1059,2426 +"74629",17934,4289,3,1059,1921 +"74630",17934,4939,3,1059,1382 +"74631",17934,5239,3,1059,2875 +"74632",17934,7196,3,1059,1508 +"74633",17934,7269,3,1059,1728 +"74634",17934,7984,3,1059,2493 +"74635",17934,9272,3,1059,2835 +"74636",17934,10358,3,1059,2294 +"74637",17934,11477,3,1059,2724 +"74638",17934,13780,3,1059,2412 +"74639",17934,14943,3,1059,1942 +"74640",17934,15401,2,1059,1999 +"74641",17934,16625,3,1059,1285 +"74642",17934,16801,2,1059,2008 +"74643",17934,16826,3,1059,2599 +"74644",17934,18103,3,1059,1968 +"74645",17934,20311,3,1059,1981 +"74646",17934,21197,3,1059,1437 +"74647",17934,21285,3,1059,2100 +"74648",17934,21754,3,1059,1881 +"74649",17934,25271,3,1059,1172 +"74650",17934,25577,3,1059,1946 +"74651",17934,26713,3,1059,1235 +"74652",17934,28784,3,1059,1579 +"74653",17934,30747,3,1059,2455 +"74654",17934,31069,3,1059,1995 +"74655",17934,32988,2,1059,2008 +"74656",17934,33801,3,1059,2899 +"74657",17934,34158,3,1059,2639 +"74658",17934,36862,3,1059,2655 +"74659",17934,38019,3,1059,1870 +"74660",17934,38219,2,1059,1689 +"74661",17934,40432,3,1059,1956 +"74662",17934,40645,2,1059,1899 +"74663",17934,42505,3,1059,2008 +"74664",17934,43226,3,1059,2442 +"74665",17934,44720,3,1059,1202 +"74666",17934,45959,3,1059,1880 +"74667",17934,46040,3,1059,2105 +"74668",17934,48110,3,1059,2009 +"74669",17934,56317,3,1059,2030 +"74670",17934,58164,3,1059,2398 +"74671",17934,58508,3,1059,2326 +"74672",17934,60718,3,1059,1229 +"74673",17934,65155,2,1059,1947 +"74674",17934,65203,2,1059,1597 +"74675",17934,65322,2,1059,2008 +"74676",17934,65679,3,1059,1578 +"74677",17934,69335,3,1059,2698 +"74678",17934,76511,2,1059,1250 +"74679",17934,78150,2,1059,2581 +"74680",17934,79567,3,1059,1942 +"74681",17934,80301,3,1059,1690 +"74682",17934,89511,3,1059,1205 +"74683",17934,92757,3,1059,2615 +"74684",17934,96352,2,1059,1493 +"74685",17934,97160,3,1059,1215 +"74686",17934,106620,3,1059,1177 +"74687",17938,25,3,1410,2762 +"74688",17938,145,3,1410,1998 +"74689",17938,160,2,1410,2007 +"74690",17938,270,3,1410,2542 +"74691",17938,316,3,1410,2413 +"74692",17938,341,3,1410,2689 +"74693",17938,915,3,1410,1793 +"74694",17938,1034,3,1410,1438 +"74695",17938,1046,3,1410,1881 +"74696",17938,1641,3,1410,1490 +"74697",17938,2424,3,1410,2582 +"74698",17938,2484,3,1410,2389 +"74699",17938,3456,3,1410,1999 +"74700",17938,3765,3,1410,2775 +"74701",17938,3978,2,1410,2775 +"74702",17938,3980,3,1410,2771 +"74703",17938,4191,3,1410,2130 +"74704",17938,4303,3,1410,2414 +"74705",17938,4618,3,1410,2607 +"74706",17938,4646,3,1410,2139 +"74707",17938,4929,3,1410,2240 +"74708",17938,4953,3,1410,2285 +"74709",17938,5392,3,1410,1648 +"74710",17938,5725,3,1410,2789 +"74711",17938,6104,3,1410,2462 +"74712",17938,6162,2,1410,1673 +"74713",17938,6324,3,1410,1990 +"74714",17938,6449,3,1410,1997 +"74715",17938,6821,2,1410,1788 +"74716",17938,7014,3,1410,2401 +"74717",17938,7029,3,1410,2204 +"74718",17938,7167,3,1410,1993 +"74719",17938,7241,3,1410,2259 +"74720",17938,8192,3,1410,1670 +"74721",17938,8238,3,1410,2222 +"74722",17938,8258,2,1410,1959 +"74723",17938,8842,3,1410,2535 +"74724",17938,9331,2,1410,2269 +"74725",17938,9423,2,1410,1708 +"74726",17938,11875,3,1410,1526 +"74727",17938,12081,2,1410,2166 +"74728",17938,12388,3,1410,1975 +"74729",17938,12449,3,1410,2067 +"74730",17938,12729,3,1410,1835 +"74731",17938,13158,3,1410,2667 +"74732",17938,13601,2,1410,2689 +"74733",17938,14252,3,1410,2244 +"74734",17938,14622,3,1410,1608 +"74735",17938,14918,3,1410,2071 +"74736",17938,15444,3,1410,2764 +"74737",17938,16437,3,1410,1956 +"74738",17938,16628,3,1410,2409 +"74739",17938,16850,3,1410,1657 +"74740",17938,17351,1,1410,2036 +"74741",17938,17365,3,1410,2746 +"74742",17938,17520,3,1410,2276 +"74743",17938,17549,2,1410,2647 +"74744",17938,17632,1,1410,1947 +"74745",17938,17790,3,1410,2783 +"74746",17938,18165,3,1410,2085 +"74747",17938,18381,3,1410,1524 +"74748",17938,18670,2,1410,1835 +"74749",17938,19208,3,1410,2629 +"74750",17938,19605,3,1410,2395 +"74751",17938,20331,3,1410,2365 +"74752",17938,20419,3,1410,1587 +"74753",17938,21079,3,1410,1997 +"74754",17938,21734,2,1410,2528 +"74755",17938,22682,3,1410,2035 +"74756",17938,23745,2,1410,1968 +"74757",17938,24066,3,1410,1755 +"74758",17938,24169,3,1410,1663 +"74759",17938,24256,3,1410,2393 +"74760",17938,24558,3,1410,2139 +"74761",17938,24721,2,1410,2326 +"74762",17938,25341,3,1410,1858 +"74763",17938,25610,3,1410,2328 +"74764",17938,26595,1,1410,1566 +"74765",17938,27379,3,1410,2461 +"74766",17938,27642,2,1410,1531 +"74767",17938,27796,3,1410,2151 +"74768",17938,28635,3,1410,2368 +"74769",17938,28640,2,1410,1475 +"74770",17938,29289,3,1410,1756 +"74771",17938,29512,3,1410,1594 +"74772",17938,30092,2,1410,1593 +"74773",17938,30827,3,1410,2323 +"74774",17938,31117,2,1410,2210 +"74775",17938,31159,3,1410,2231 +"74776",17938,31705,3,1410,2706 +"74777",17938,31890,3,1410,1487 +"74778",17938,32939,3,1410,2277 +"74779",17938,34120,3,1410,2786 +"74780",17938,34325,2,1410,1982 +"74781",17938,35888,3,1410,2291 +"74782",17938,36578,3,1410,1484 +"74783",17938,37238,3,1410,2609 +"74784",17938,38307,3,1410,2648 +"74785",17938,38727,3,1410,2238 +"74786",17938,38921,3,1410,1880 +"74787",17938,39464,3,1410,2314 +"74788",17938,41682,3,1410,1988 +"74789",17938,41900,1,1410,1970 +"74790",17938,41945,1,1410,2856 +"74791",17938,42216,3,1410,2722 +"74792",17938,42264,3,1410,1702 +"74793",17938,43404,3,1410,2649 +"74794",17938,43455,2,1410,2846 +"74795",17938,44688,2,1410,2924 +"74796",17938,45239,3,1410,2535 +"74797",17938,46042,2,1410,1692 +"74798",17938,46091,3,1410,1938 +"74799",17938,46446,2,1410,2295 +"74800",17938,46629,3,1410,2255 +"74801",17938,46680,3,1410,1690 +"74802",17938,47564,3,1410,2650 +"74803",17938,48605,3,1410,2796 +"74804",17938,49470,2,1410,1528 +"74805",17938,50113,3,1410,2059 +"74806",17938,50252,3,1410,2001 +"74807",17938,50480,3,1410,2701 +"74808",17938,51866,3,1410,2411 +"74809",17938,52597,3,1410,1773 +"74810",17938,53134,3,1410,1590 +"74811",17938,54020,3,1410,1578 +"74812",17938,54631,3,1410,1531 +"74813",17938,54879,3,1410,2210 +"74814",17938,57549,3,1410,2335 +"74815",17938,57804,3,1410,2214 +"74816",17938,58035,3,1410,1646 +"74817",17938,60289,3,1410,2729 +"74818",17938,61982,3,1410,2725 +"74819",17938,62903,2,1410,1704 +"74820",17938,64502,3,1410,1670 +"74821",17938,64699,3,1410,2797 +"74822",17938,65679,3,1410,1578 +"74823",17938,67145,3,1410,2015 +"74824",17938,70573,3,1410,1993 +"74825",17938,71518,3,1410,2805 +"74826",17938,72391,2,1410,1547 +"74827",17938,73197,2,1410,1998 +"74828",17938,77611,3,1410,1795 +"74829",17938,77815,3,1410,2358 +"74830",17938,79211,3,1410,1590 +"74831",17938,79382,3,1410,1908 +"74832",17938,82270,3,1410,1641 +"74833",17943,854,2,1943,2307 +"74834",17943,1409,3,1943,2090 +"74835",17943,3495,3,1943,2431 +"74836",17943,3966,3,1943,2425 +"74837",17943,3980,3,1943,2771 +"74838",17943,6044,3,1943,2744 +"74839",17943,6996,2,1943,2916 +"74840",17943,7794,3,1943,2972 +"74841",17943,10148,3,1943,2964 +"74842",17943,10358,3,1943,2294 +"74843",17943,10513,3,1943,2284 +"74844",17943,11218,3,1943,2292 +"74845",17943,12042,3,1943,2345 +"74846",17943,16352,3,1943,2657 +"74847",17943,18202,3,1943,2475 +"74848",17943,19317,3,1943,2041 +"74849",17943,21138,3,1943,2849 +"74850",17943,22311,3,1943,2034 +"74851",17943,23310,3,1943,2371 +"74852",17943,25030,3,1943,2017 +"74853",17943,26080,2,1943,2525 +"74854",17943,26234,3,1943,2183 +"74855",17943,29454,3,1943,2719 +"74856",17943,30236,2,1943,2238 +"74857",17943,30827,3,1943,2323 +"74858",17943,32516,3,1943,2050 +"74859",17943,32919,3,1943,2321 +"74860",17943,33949,3,1943,2489 +"74861",17943,34509,3,1943,1973 +"74862",17943,34812,3,1943,2442 +"74863",17943,36670,3,1943,2298 +"74864",17943,38732,2,1943,2263 +"74865",17943,41764,3,1943,2409 +"74866",17943,41972,2,1943,2509 +"74867",17943,42522,3,1943,2592 +"74868",17943,43404,3,1943,2649 +"74869",17943,47248,2,1943,2883 +"74870",17943,48823,3,1943,2080 +"74871",17943,51017,2,1943,2073 +"74872",17943,51035,3,1943,2397 +"74873",17943,52969,2,1943,2302 +"74874",17943,53293,3,1943,2916 +"74875",17943,60179,3,1943,2708 +"74876",17948,3403,2,107,2951 +"74877",17948,3405,3,107,2438 +"74878",17948,3520,3,107,2281 +"74879",17948,5363,3,107,1791 +"74880",17948,5673,3,107,1567 +"74881",17948,9063,3,107,2000 +"74882",17948,9912,3,107,1356 +"74883",17948,10279,3,107,886 +"74884",17948,11135,2,107,2441 +"74885",17948,11429,3,107,2520 +"74886",17948,11990,3,107,1909 +"74887",17948,12475,3,107,588 +"74888",17948,15502,3,107,2637 +"74889",17948,16021,3,107,858 +"74890",17948,16545,3,107,186 +"74891",17948,19687,3,107,2072 +"74892",17948,20413,3,107,806 +"74893",17948,23825,3,107,1913 +"74894",17948,25270,3,107,985 +"74895",17948,25286,3,107,1545 +"74896",17948,25451,3,107,698 +"74897",17948,26567,3,107,1158 +"74898",17948,28567,3,107,2398 +"74899",17948,29578,3,107,1957 +"74900",17948,31264,3,107,2335 +"74901",17948,31279,3,107,965 +"74902",17948,35620,3,107,2092 +"74903",17948,40035,3,107,2742 +"74904",17948,42195,3,107,573 +"74905",17948,42486,3,107,1951 +"74906",17948,45299,2,107,2426 +"74907",17948,45487,3,107,2256 +"74908",17948,47063,3,107,739 +"74909",17948,48764,2,107,860 +"74910",17948,51448,3,107,1593 +"74911",17948,51863,3,107,1395 +"74912",17948,54061,3,107,1488 +"74913",17948,55733,3,107,161 +"74914",17948,59646,3,107,456 +"74915",17948,61209,3,107,580 +"74916",17948,66267,3,107,1278 +"74917",17948,74318,3,107,632 +"74918",17948,88102,3,107,1244 +"74919",17948,93317,3,107,1223 +"74920",17948,95661,3,107,872 +"74921",17948,97940,3,107,431 +"74922",17948,100140,3,107,1041 +"74923",17948,104542,3,107,897 +"74924",17948,106554,3,107,1270 +"74925",17948,110023,2,107,230 +"74926",17952,3520,3,1530,2281 +"74927",17952,3786,3,1530,2282 +"74928",17952,6248,3,1530,2737 +"74929",17952,9063,2,1530,2000 +"74930",17952,10727,3,1530,2082 +"74931",17952,11676,3,1530,1614 +"74932",17952,13528,1,1530,1891 +"74933",17952,14761,3,1530,2502 +"74934",17952,15502,3,1530,2637 +"74935",17952,19972,2,1530,2078 +"74936",17952,21352,3,1530,1604 +"74937",17952,23731,3,1530,1656 +"74938",17952,25286,3,1530,1545 +"74939",17952,28355,2,1530,2053 +"74940",17952,29276,3,1530,2000 +"74941",17952,33363,2,1530,2475 +"74942",17952,37844,2,1530,2002 +"74943",17952,39321,3,1530,2257 +"74944",17952,40715,3,1530,2258 +"74945",17952,42713,3,1530,1995 +"74946",17952,49147,3,1530,2539 +"74947",17952,53362,3,1530,2360 +"74948",17952,53648,3,1530,2167 +"74949",17952,58233,3,1530,1665 +"74950",17952,61980,3,1530,2392 +"74951",17952,80784,3,1530,1738 +"74952",17952,86970,3,1530,1664 +"74953",17967,3714,3,2125,2605 +"74954",17967,12035,3,2125,2721 +"74955",17967,12684,3,2125,2182 +"74956",17967,21417,3,2125,2422 +"74957",17967,41004,3,2125,2561 +"74958",17967,45664,3,2125,2235 +"74959",17967,46602,3,2125,2786 +"74960",17967,55691,3,2125,2856 +"74961",17967,68215,3,2125,2727 +"74962",17967,73266,3,2125,2496 +"74963",17983,6241,2,1931,2264 +"74964",17983,10859,3,1931,2231 +"74965",17983,17906,3,1931,1940 +"74966",17983,35069,3,1931,2069 +"74967",17983,39278,2,1931,1952 +"74968",17983,40295,3,1931,2703 +"74969",17983,47362,3,1931,2253 +"74970",17997,1046,3,1621,1881 +"74971",17997,1275,2,1621,2068 +"74972",17997,1831,3,1621,2397 +"74973",17997,2093,3,1621,2459 +"74974",17997,2484,3,1621,2389 +"74975",17997,3271,3,1621,2216 +"74976",17997,3947,3,1621,2067 +"74977",17997,3961,3,1621,2426 +"74978",17997,4289,3,1621,1921 +"74979",17997,5912,2,1621,2257 +"74980",17997,5984,3,1621,1675 +"74981",17997,5986,3,1621,1721 +"74982",17997,6047,3,1621,2004 +"74983",17997,6417,2,1621,1675 +"74984",17997,7677,3,1621,2338 +"74985",17997,7984,3,1621,2493 +"74986",17997,8029,2,1621,1859 +"74987",17997,8533,3,1621,2251 +"74988",17997,8621,3,1621,1681 +"74989",17997,8887,3,1621,2373 +"74990",17997,9272,3,1621,2835 +"74991",17997,9702,3,1621,1928 +"74992",17997,10857,3,1621,2253 +"74993",17997,11218,3,1621,2292 +"74994",17997,12042,3,1621,2345 +"74995",17997,12692,3,1621,1855 +"74996",17997,13388,3,1621,2119 +"74997",17997,13399,3,1621,1682 +"74998",17997,13780,3,1621,2412 +"74999",17997,14032,3,1621,2144 +"75000",17997,14943,2,1621,1942 +"75001",17997,15401,3,1621,1999 +"75002",17997,15539,3,1621,1929 +"75003",17997,16352,3,1621,2657 +"75004",17997,16826,2,1621,2599 +"75005",17997,18103,1,1621,1968 +"75006",17997,18874,3,1621,2170 +"75007",17997,19027,3,1621,2721 +"75008",17997,19719,3,1621,2177 +"75009",17997,20067,3,1621,2390 +"75010",17997,21138,3,1621,2849 +"75011",17997,21754,3,1621,1881 +"75012",17997,23869,3,1621,1918 +"75013",17997,24146,3,1621,2003 +"75014",17997,24240,3,1621,1755 +"75015",17997,26249,3,1621,2301 +"75016",17997,28015,2,1621,1624 +"75017",17997,30747,3,1621,2455 +"75018",17997,31069,2,1621,1995 +"75019",17997,32988,3,1621,2008 +"75020",17997,36962,3,1621,2861 +"75021",17997,38219,3,1621,1689 +"75022",17997,38227,3,1621,2511 +"75023",17997,40129,3,1621,2162 +"75024",17997,40432,1,1621,1956 +"75025",17997,40645,3,1621,1899 +"75026",17997,42505,3,1621,2008 +"75027",17997,43226,3,1621,2442 +"75028",17997,44407,3,1621,2154 +"75029",17997,44676,3,1621,2629 +"75030",17997,45959,3,1621,1880 +"75031",17997,46040,3,1621,2105 +"75032",17997,46988,2,1621,2460 +"75033",17997,47386,2,1621,2226 +"75034",17997,48110,3,1621,2009 +"75035",17997,51017,3,1621,2073 +"75036",17997,52892,3,1621,2372 +"75037",17997,54551,3,1621,2348 +"75038",17997,54929,3,1621,2783 +"75039",17997,57977,2,1621,2683 +"75040",17997,58508,3,1621,2326 +"75041",17997,65155,3,1621,1947 +"75042",17997,65322,3,1621,2008 +"75043",17997,69335,3,1621,2698 +"75044",17997,70269,3,1621,2368 +"75045",17997,76356,3,1621,2323 +"75046",17997,80301,3,1621,1690 +"75047",17997,82929,3,1621,2475 +"75048",17997,83140,1,1621,1630 +"75049",17997,86105,3,1621,2226 +"75050",17997,101070,3,1621,2497 +"75051",17997,102284,3,1621,2877 +"75052",17999,36662,1,2758,2967 +"75053",17999,41051,3,2758,2767 +"75054",17999,48605,3,2758,2796 +"75055",17999,60672,3,2758,2876 +"75056",17999,64534,3,2758,2924 +"75057",17999,94339,3,2758,2768 +"75058",18005,270,3,2449,2542 +"75059",18005,680,3,2449,2569 +"75060",18005,841,3,2449,2964 +"75061",18005,3493,3,2449,2451 +"75062",18005,3978,2,2449,2775 +"75063",18005,4932,3,2449,2752 +"75064",18005,6989,2,2449,2623 +"75065",18005,7942,3,2449,2623 +"75066",18005,9332,2,2449,2734 +"75067",18005,9787,3,2449,2858 +"75068",18005,11648,3,2449,2852 +"75069",18005,12361,2,2449,2732 +"75070",18005,19655,3,2449,2706 +"75071",18005,20984,3,2449,2502 +"75072",18005,24096,3,2449,2612 +"75073",18005,27914,3,2449,2507 +"75074",18005,29473,3,2449,2602 +"75075",18005,34295,3,2449,2735 +"75076",18005,34908,3,2449,2796 +"75077",18005,36344,2,2449,2570 +"75078",18005,36912,3,2449,2469 +"75079",18005,36953,3,2449,2790 +"75080",18005,40572,3,2449,2666 +"75081",18005,40759,3,2449,2789 +"75082",18005,44235,3,2449,2700 +"75083",18005,45729,2,2449,2606 +"75084",18005,46982,3,2449,2806 +"75085",18005,47968,3,2449,2829 +"75086",18005,51783,3,2449,2599 +"75087",18005,53739,3,2449,2704 +"75088",18005,56237,3,2449,2625 +"75089",18005,57067,3,2449,2547 +"75090",18005,63077,3,2449,2778 +"75091",18005,64947,2,2449,2489 +"75092",18005,65223,3,2449,2724 +"75093",18005,71531,2,2449,2887 +"75094",18005,73266,3,2449,2496 +"75095",18011,1175,2,1636,1642 +"75096",18011,1409,3,1636,2090 +"75097",18011,3886,1,1636,1669 +"75098",18011,3966,3,1636,2425 +"75099",18011,7794,2,1636,2972 +"75100",18011,17434,3,1636,1642 +"75101",18011,17632,3,1636,1947 +"75102",18011,17943,2,1636,1943 +"75103",18011,18202,1,1636,2475 +"75104",18011,19317,3,1636,2041 +"75105",18011,21164,3,1636,1645 +"75106",18011,23641,3,1636,1934 +"75107",18011,24816,3,1636,2161 +"75108",18011,27030,3,1636,2031 +"75109",18011,34812,1,1636,2442 +"75110",18011,35045,2,1636,1646 +"75111",18011,40129,3,1636,2162 +"75112",18011,43978,3,1636,2698 +"75113",18011,47248,3,1636,2883 +"75114",18011,51017,3,1636,2073 +"75115",18011,109978,2,1636,1865 +"75116",18013,267,2,1625,2631 +"75117",18013,22207,1,1625,2365 +"75118",18013,32419,3,1625,1909 +"75119",18013,34327,3,1625,2959 +"75120",18013,40565,3,1625,2115 +"75121",18013,44403,3,1625,2429 +"75122",18013,82270,3,1625,1641 +"75123",18027,1124,3,276,1596 +"75124",18027,1367,3,276,2176 +"75125",18027,1728,3,276,284 +"75126",18027,2077,3,276,610 +"75127",18027,2731,3,276,434 +"75128",18027,2852,3,276,2448 +"75129",18027,4620,3,276,1818 +"75130",18027,4668,3,276,1919 +"75131",18027,4669,2,276,2395 +"75132",18027,5346,3,276,1438 +"75133",18027,5897,3,276,2337 +"75134",18027,5984,3,276,1675 +"75135",18027,6989,3,276,2623 +"75136",18027,7233,3,276,572 +"75137",18027,7245,2,276,2089 +"75138",18027,7252,3,276,2799 +"75139",18027,8533,3,276,2251 +"75140",18027,8777,3,276,1620 +"75141",18027,9298,3,276,1109 +"75142",18027,9615,2,276,2464 +"75143",18027,10875,3,276,1234 +"75144",18027,11108,3,276,1609 +"75145",18027,11959,3,276,523 +"75146",18027,12096,3,276,1330 +"75147",18027,15207,3,276,1855 +"75148",18027,16286,3,276,2470 +"75149",18027,16715,3,276,1218 +"75150",18027,18348,3,276,1711 +"75151",18027,18415,1,276,2184 +"75152",18027,18550,3,276,483 +"75153",18027,18810,3,276,2671 +"75154",18027,18978,3,276,952 +"75155",18027,20563,3,276,2267 +"75156",18027,20975,3,276,1305 +"75157",18027,20988,3,276,455 +"75158",18027,21198,3,276,935 +"75159",18027,26749,3,276,2965 +"75160",18027,27742,3,276,2700 +"75161",18027,28015,3,276,1624 +"75162",18027,28869,3,276,2425 +"75163",18027,31050,3,276,1491 +"75164",18027,32173,3,276,2341 +"75165",18027,33572,3,276,2370 +"75166",18027,33870,3,276,955 +"75167",18027,36183,2,276,2117 +"75168",18027,40113,3,276,451 +"75169",18027,41023,3,276,2408 +"75170",18027,45549,3,276,1322 +"75171",18027,45633,2,276,2134 +"75172",18027,45869,3,276,2840 +"75173",18027,49144,3,276,1542 +"75174",18027,50509,3,276,2050 +"75175",18027,65691,2,276,2134 +"75176",18027,71342,3,276,1289 +"75177",18027,72956,3,276,1251 +"75178",18027,76470,3,276,887 +"75179",18027,76905,3,276,298 +"75180",18027,80156,3,276,1667 +"75181",18027,81781,3,276,1431 +"75182",18027,82426,3,276,1576 +"75183",18027,85995,3,276,432 +"75184",18027,88710,3,276,927 +"75185",18027,91849,3,276,1166 +"75186",18027,94520,3,276,1243 +"75187",18027,105602,3,276,434 +"75188",18061,1222,3,160,2598 +"75189",18061,1624,3,160,2687 +"75190",18061,1708,3,160,1591 +"75191",18061,2443,3,160,2333 +"75192",18061,2588,3,160,552 +"75193",18061,2802,3,160,1836 +"75194",18061,3324,3,160,1198 +"75195",18061,5414,3,160,2321 +"75196",18061,6262,3,160,2733 +"75197",18061,6295,3,160,856 +"75198",18061,9269,3,160,1892 +"75199",18061,9895,3,160,1960 +"75200",18061,9910,3,160,2526 +"75201",18061,9948,2,160,2019 +"75202",18061,11897,3,160,1271 +"75203",18061,12116,3,160,2119 +"75204",18061,12914,3,160,1557 +"75205",18061,15047,3,160,1697 +"75206",18061,15926,3,160,545 +"75207",18061,18466,3,160,2340 +"75208",18061,19190,3,160,2677 +"75209",18061,19358,2,160,880 +"75210",18061,20604,3,160,1684 +"75211",18061,20695,3,160,2526 +"75212",18061,20819,3,160,213 +"75213",18061,24044,3,160,1076 +"75214",18061,25345,3,160,713 +"75215",18061,31705,3,160,2706 +"75216",18061,32070,2,160,950 +"75217",18061,32966,3,160,1583 +"75218",18061,37332,3,160,1891 +"75219",18061,38697,3,160,2701 +"75220",18061,46568,2,160,822 +"75221",18061,49284,2,160,218 +"75222",18061,49403,3,160,2427 +"75223",18061,51678,3,160,1077 +"75224",18061,53082,3,160,2328 +"75225",18061,54737,2,160,326 +"75226",18061,55364,3,160,326 +"75227",18061,56168,2,160,1466 +"75228",18061,56364,3,160,1626 +"75229",18061,66017,3,160,1545 +"75230",18061,76796,3,160,1140 +"75231",18061,76997,3,160,2223 +"75232",18061,77550,3,160,1548 +"75233",18061,79772,3,160,1230 +"75234",18061,79793,3,160,1915 +"75235",18061,80801,3,160,1250 +"75236",18061,83334,1,160,1708 +"75237",18061,84591,3,160,1685 +"75238",18061,87915,3,160,1152 +"75239",18061,90633,2,160,990 +"75240",18061,94339,3,160,2768 +"75241",18061,101381,3,160,977 +"75242",18061,101666,3,160,1257 +"75243",18061,103920,3,160,274 +"75244",18061,104161,3,160,613 +"75245",18061,112814,3,160,546 +"75246",18072,4144,1,421,1520 +"75247",18072,9063,3,421,2000 +"75248",18072,9727,3,421,2327 +"75249",18072,10337,1,421,2452 +"75250",18072,11135,3,421,2441 +"75251",18072,15502,2,421,2637 +"75252",18072,18319,1,421,1439 +"75253",18072,19323,3,421,1705 +"75254",18072,19972,3,421,2078 +"75255",18072,23430,3,421,904 +"75256",18072,32678,1,421,1439 +"75257",18072,33219,3,421,1173 +"75258",18072,35911,1,421,2370 +"75259",18072,40715,3,421,2258 +"75260",18072,43905,2,421,756 +"75261",18072,43960,3,421,1293 +"75262",18072,45628,2,421,527 +"75263",18072,51448,3,421,1593 +"75264",18072,83161,2,421,1352 +"75265",18072,111040,3,421,711 +"75266",18072,117190,3,421,425 +"75267",18097,622,2,85,501 +"75268",18097,1150,3,85,1595 +"75269",18097,1685,1,85,2230 +"75270",18097,1785,3,85,2350 +"75271",18097,2357,3,85,492 +"75272",18097,3360,3,85,1583 +"75273",18097,3477,3,85,2546 +"75274",18097,3484,3,85,1515 +"75275",18097,4698,3,85,2481 +"75276",18097,4730,3,85,2131 +"75277",18097,5346,3,85,1438 +"75278",18097,5355,2,85,1499 +"75279",18097,6063,3,85,2349 +"75280",18097,6235,3,85,1585 +"75281",18097,6621,3,85,2478 +"75282",18097,6986,3,85,1669 +"75283",18097,7443,3,85,2028 +"75284",18097,10343,3,85,1072 +"75285",18097,11154,1,85,1594 +"75286",18097,11506,3,85,2824 +"75287",18097,12000,2,85,1454 +"75288",18097,12007,2,85,1594 +"75289",18097,12473,3,85,801 +"75290",18097,12735,3,85,819 +"75291",18097,12779,3,85,936 +"75292",18097,12804,3,85,297 +"75293",18097,13671,1,85,1371 +"75294",18097,13861,1,85,1197 +"75295",18097,14654,3,85,1692 +"75296",18097,15207,3,85,1855 +"75297",18097,16590,2,85,1123 +"75298",18097,18217,3,85,1566 +"75299",18097,18550,3,85,483 +"75300",18097,18645,3,85,793 +"75301",18097,19002,3,85,2053 +"75302",18097,19296,2,85,1705 +"75303",18097,19366,2,85,2279 +"75304",18097,22462,3,85,869 +"75305",18097,22744,2,85,1907 +"75306",18097,23338,3,85,105 +"75307",18097,23498,3,85,2398 +"75308",18097,24299,3,85,231 +"75309",18097,26577,2,85,933 +"75310",18097,27074,3,85,1454 +"75311",18097,28195,3,85,1407 +"75312",18097,28899,3,85,376 +"75313",18097,31794,2,85,1919 +"75314",18097,32079,3,85,2315 +"75315",18097,33223,3,85,2397 +"75316",18097,34162,3,85,2336 +"75317",18097,34431,3,85,2319 +"75318",18097,36031,3,85,2342 +"75319",18097,36599,2,85,541 +"75320",18097,40113,3,85,451 +"75321",18097,40129,3,85,2162 +"75322",18097,40542,3,85,1664 +"75323",18097,43201,3,85,957 +"75324",18097,43311,3,85,1553 +"75325",18097,44193,3,85,989 +"75326",18097,45664,3,85,2235 +"75327",18097,45730,3,85,2063 +"75328",18097,49921,2,85,496 +"75329",18097,50621,3,85,2809 +"75330",18097,51173,3,85,1829 +"75331",18097,53648,3,85,2167 +"75332",18097,55377,3,85,1499 +"75333",18097,56116,3,85,1321 +"75334",18097,68317,3,85,874 +"75335",18097,70656,3,85,2771 +"75336",18097,70774,3,85,355 +"75337",18097,73090,3,85,732 +"75338",18097,76672,3,85,1930 +"75339",18097,77397,3,85,1302 +"75340",18097,79461,3,85,1667 +"75341",18097,79547,3,85,1909 +"75342",18097,80377,3,85,1384 +"75343",18097,80942,3,85,1240 +"75344",18097,85638,3,85,2275 +"75345",18097,86559,3,85,1704 +"75346",18097,87190,3,85,1704 +"75347",18097,88171,2,85,1488 +"75348",18097,89258,3,85,1147 +"75349",18097,89681,3,85,1978 +"75350",18097,94520,3,85,1243 +"75351",18097,103143,2,85,163 +"75352",18097,107993,3,85,999 +"75353",18097,118082,3,85,277 +"75354",18102,680,2,1642,2569 +"75355",18102,2226,3,1642,2225 +"75356",18102,2936,3,1642,2512 +"75357",18102,3978,3,1642,2775 +"75358",18102,4303,3,1642,2414 +"75359",18102,5235,3,1642,2324 +"75360",18102,5683,3,1642,2468 +"75361",18102,6989,3,1642,2623 +"75362",18102,8604,3,1642,2799 +"75363",18102,8610,3,1642,2240 +"75364",18102,9035,3,1642,2771 +"75365",18102,9503,3,1642,2453 +"75366",18102,9723,2,1642,2302 +"75367",18102,9785,3,1642,2951 +"75368",18102,10453,3,1642,1656 +"75369",18102,11239,3,1642,2181 +"75370",18102,11585,3,1642,1817 +"75371",18102,11984,3,1642,2308 +"75372",18102,12577,3,1642,2530 +"75373",18102,12759,3,1642,2414 +"75374",18102,16205,3,1642,2630 +"75375",18102,16684,3,1642,1657 +"75376",18102,16850,2,1642,1657 +"75377",18102,17033,3,1642,2771 +"75378",18102,17037,2,1642,2947 +"75379",18102,17645,3,1642,1918 +"75380",18102,18005,3,1642,2449 +"75381",18102,18421,3,1642,2457 +"75382",18102,18670,3,1642,1835 +"75383",18102,19215,2,1642,2604 +"75384",18102,19364,3,1642,2846 +"75385",18102,19587,3,1642,1684 +"75386",18102,20941,3,1642,2725 +"75387",18102,22580,2,1642,2245 +"75388",18102,22682,3,1642,2035 +"75389",18102,22709,2,1642,2743 +"75390",18102,23131,3,1642,1732 +"75391",18102,25373,3,1642,2783 +"75392",18102,26182,3,1642,2775 +"75393",18102,27320,3,1642,2378 +"75394",18102,30334,3,1642,2075 +"75395",18102,30368,3,1642,2487 +"75396",18102,30525,3,1642,1964 +"75397",18102,34831,3,1642,1866 +"75398",18102,34921,3,1642,2181 +"75399",18102,36656,3,1642,1858 +"75400",18102,36912,3,1642,2469 +"75401",18102,37636,2,1642,2178 +"75402",18102,39256,3,1642,2449 +"75403",18102,39534,3,1642,2410 +"75404",18102,40392,3,1642,1878 +"75405",18102,40572,3,1642,2666 +"75406",18102,41023,3,1642,2408 +"75407",18102,41723,3,1642,2101 +"75408",18102,45473,3,1642,2540 +"75409",18102,46486,3,1642,1868 +"75410",18102,46982,3,1642,2806 +"75411",18102,47013,2,1642,2388 +"75412",18102,49347,3,1642,2504 +"75413",18102,50585,3,1642,2414 +"75414",18102,51783,3,1642,2599 +"75415",18102,52215,3,1642,1908 +"75416",18102,94525,3,1642,1993 +"75417",18103,1275,3,1968,2068 +"75418",18103,1831,3,1968,2397 +"75419",18103,2484,3,1968,2389 +"75420",18103,3271,3,1968,2216 +"75421",18103,3947,3,1968,2067 +"75422",18103,3961,3,1968,2426 +"75423",18103,5912,3,1968,2257 +"75424",18103,6047,3,1968,2004 +"75425",18103,7677,3,1968,2338 +"75426",18103,7984,3,1968,2493 +"75427",18103,9272,3,1968,2835 +"75428",18103,10857,3,1968,2253 +"75429",18103,13780,3,1968,2412 +"75430",18103,14032,3,1968,2144 +"75431",18103,15401,3,1968,1999 +"75432",18103,16801,3,1968,2008 +"75433",18103,16826,1,1968,2599 +"75434",18103,20067,3,1968,2390 +"75435",18103,20311,3,1968,1981 +"75436",18103,21138,3,1968,2849 +"75437",18103,30747,3,1968,2455 +"75438",18103,31069,1,1968,1995 +"75439",18103,32988,3,1968,2008 +"75440",18103,33801,3,1968,2899 +"75441",18103,34158,3,1968,2639 +"75442",18103,35361,3,1968,2389 +"75443",18103,38227,2,1968,2511 +"75444",18103,42505,3,1968,2008 +"75445",18103,43226,3,1968,2442 +"75446",18103,44407,3,1968,2154 +"75447",18103,44676,3,1968,2629 +"75448",18103,46040,3,1968,2105 +"75449",18103,46988,3,1968,2460 +"75450",18103,47386,2,1968,2226 +"75451",18103,48110,3,1968,2009 +"75452",18103,52892,3,1968,2372 +"75453",18103,54551,3,1968,2348 +"75454",18103,57977,3,1968,2683 +"75455",18103,58508,3,1968,2326 +"75456",18103,65322,3,1968,2008 +"75457",18103,69335,3,1968,2698 +"75458",18103,70269,2,1968,2368 +"75459",18103,82929,3,1968,2475 +"75460",18103,102284,3,1968,2877 +"75461",18108,470,3,1656,2285 +"75462",18108,600,2,1656,1702 +"75463",18108,913,3,1656,2144 +"75464",18108,4084,3,1656,2133 +"75465",18108,7847,3,1656,2424 +"75466",18108,10370,3,1656,2224 +"75467",18108,10433,3,1656,2075 +"75468",18108,19093,3,1656,2224 +"75469",18108,23918,2,1656,1881 +"75470",18108,24568,3,1656,1937 +"75471",18108,27377,2,1656,1724 +"75472",18108,43025,3,1656,2824 +"75473",18108,63409,3,1656,1937 +"75474",18108,64181,2,1656,1828 +"75475",18108,64997,3,1656,2791 +"75476",18108,66413,3,1656,2507 +"75477",18108,105063,3,1656,1908 +"75478",18122,147,3,894,1040 +"75479",18122,364,3,894,2351 +"75480",18122,680,2,894,2569 +"75481",18122,913,3,894,2144 +"75482",18122,1846,3,894,1845 +"75483",18122,2452,2,894,1715 +"75484",18122,2540,2,894,1398 +"75485",18122,2747,2,894,2411 +"75486",18122,3271,3,894,2216 +"75487",18122,3493,3,894,2451 +"75488",18122,3978,3,894,2775 +"75489",18122,4303,3,894,2414 +"75490",18122,4669,3,894,2395 +"75491",18122,4790,3,894,1025 +"75492",18122,6192,2,894,2409 +"75493",18122,6208,3,894,2361 +"75494",18122,6989,3,894,2623 +"75495",18122,8140,3,894,1262 +"75496",18122,8274,3,894,1909 +"75497",18122,8984,3,894,1162 +"75498",18122,9484,3,894,1429 +"75499",18122,9621,3,894,1113 +"75500",18122,9703,3,894,1845 +"75501",18122,9785,3,894,2951 +"75502",18122,10050,3,894,1792 +"75503",18122,10129,3,894,2124 +"75504",18122,10739,3,894,1807 +"75505",18122,10980,2,894,1974 +"75506",18122,11588,3,894,2352 +"75507",18122,11648,2,894,2852 +"75508",18122,12067,3,894,1213 +"75509",18122,12759,3,894,2414 +"75510",18122,12948,2,894,2669 +"75511",18122,14781,2,894,2338 +"75512",18122,14998,2,894,1553 +"75513",18122,15444,3,894,2764 +"75514",18122,16502,3,894,1616 +"75515",18122,17645,3,894,1918 +"75516",18122,18005,3,894,2449 +"75517",18122,18102,3,894,1642 +"75518",18122,18381,3,894,1524 +"75519",18122,18672,3,894,1182 +"75520",18122,19610,2,894,1236 +"75521",18122,20155,3,894,1517 +"75522",18122,20395,3,894,1468 +"75523",18122,20662,3,894,1523 +"75524",18122,21248,3,894,2232 +"75525",18122,21670,3,894,2158 +"75526",18122,22166,3,894,994 +"75527",18122,24096,3,894,2612 +"75528",18122,25373,3,894,2783 +"75529",18122,27275,3,894,2656 +"75530",18122,27390,2,894,2425 +"75531",18122,27686,3,894,2844 +"75532",18122,28116,2,894,1643 +"75533",18122,28869,3,894,2425 +"75534",18122,28904,3,894,926 +"75535",18122,29116,2,894,2128 +"75536",18122,30334,3,894,2075 +"75537",18122,31335,3,894,2351 +"75538",18122,31866,3,894,2101 +"75539",18122,33017,3,894,1493 +"75540",18122,35822,2,894,1903 +"75541",18122,36346,3,894,1240 +"75542",18122,36953,3,894,2790 +"75543",18122,37351,3,894,978 +"75544",18122,37636,2,894,2178 +"75545",18122,38373,3,894,1928 +"75546",18122,38532,3,894,1234 +"75547",18122,38816,3,894,1225 +"75548",18122,39418,3,894,1978 +"75549",18122,39999,3,894,1593 +"75550",18122,40392,3,894,1878 +"75551",18122,40572,3,894,2666 +"75552",18122,41723,3,894,2101 +"75553",18122,41764,3,894,2409 +"75554",18122,44235,3,894,2700 +"75555",18122,44433,3,894,2224 +"75556",18122,44603,3,894,2748 +"75557",18122,44971,3,894,955 +"75558",18122,45729,2,894,2606 +"75559",18122,45869,2,894,2840 +"75560",18122,46261,3,894,2350 +"75561",18122,46486,3,894,1868 +"75562",18122,47013,3,894,2388 +"75563",18122,47810,3,894,957 +"75564",18122,50480,3,894,2701 +"75565",18122,50585,3,894,2414 +"75566",18122,51610,3,894,2635 +"75567",18122,51783,3,894,2599 +"75568",18122,54924,3,894,2603 +"75569",18122,58745,3,894,1920 +"75570",18122,63077,2,894,2778 +"75571",18122,67266,3,894,2010 +"75572",18122,76007,3,894,918 +"75573",18122,76286,3,894,1642 +"75574",18122,87907,3,894,1173 +"75575",18122,90065,3,894,1418 +"75576",18122,94525,2,894,1993 +"75577",18122,100048,3,894,1573 +"75578",18122,107435,3,894,1635 +"75579",18122,111790,3,894,905 +"75580",18124,364,3,1642,2351 +"75581",18124,680,3,1642,2569 +"75582",18124,1560,3,1642,2013 +"75583",18124,2563,3,1642,1686 +"75584",18124,2852,3,1642,2448 +"75585",18124,4303,3,1642,2414 +"75586",18124,5683,3,1642,2468 +"75587",18124,5897,3,1642,2337 +"75588",18124,7337,3,1642,1797 +"75589",18124,7997,2,1642,2049 +"75590",18124,8062,3,1642,2858 +"75591",18124,8610,3,1642,2240 +"75592",18124,9716,3,1642,1929 +"75593",18124,10453,3,1642,1656 +"75594",18124,11429,3,1642,2520 +"75595",18124,11477,3,1642,2724 +"75596",18124,12759,3,1642,2414 +"75597",18124,14749,3,1642,1998 +"75598",18124,14754,3,1642,2456 +"75599",18124,14972,3,1642,2332 +"75600",18124,15095,2,1642,2001 +"75601",18124,15700,3,1642,1712 +"75602",18124,17037,3,1642,2947 +"75603",18124,18371,3,1642,2860 +"75604",18124,18421,3,1642,2457 +"75605",18124,22244,3,1642,2139 +"75606",18124,25373,3,1642,2783 +"75607",18124,26182,3,1642,2775 +"75608",18124,27742,3,1642,2700 +"75609",18124,30334,2,1642,2075 +"75610",18124,30705,3,1642,2959 +"75611",18124,35518,3,1642,1721 +"75612",18124,36912,3,1642,2469 +"75613",18124,36953,3,1642,2790 +"75614",18124,37636,2,1642,2178 +"75615",18124,37844,3,1642,2002 +"75616",18124,37929,3,1642,2393 +"75617",18124,39418,3,1642,1978 +"75618",18124,40392,2,1642,1878 +"75619",18124,41023,3,1642,2408 +"75620",18124,41429,3,1642,1770 +"75621",18124,41723,3,1642,2101 +"75622",18124,43204,3,1642,1680 +"75623",18124,46982,3,1642,2806 +"75624",18124,47013,2,1642,2388 +"75625",18124,47082,3,1642,1990 +"75626",18124,51783,2,1642,2599 +"75627",18124,56082,3,1642,2395 +"75628",18124,62715,3,1642,1838 +"75629",18124,74370,3,1642,1667 +"75630",18124,89934,3,1642,2760 +"75631",18142,600,3,1078,1702 +"75632",18142,2424,3,1078,2582 +"75633",18142,2798,3,1078,1673 +"75634",18142,3666,2,1078,2520 +"75635",18142,18518,3,1078,1128 +"75636",18142,24568,3,1078,1937 +"75637",18142,29930,3,1078,2240 +"75638",18142,30334,3,1078,2075 +"75639",18142,37636,3,1078,2178 +"75640",18142,40392,3,1078,1878 +"75641",18142,51783,3,1078,2599 +"75642",18142,63409,3,1078,1937 +"75643",18142,73305,3,1078,2544 +"75644",18151,1262,2,2962,2973 +"75645",18151,28285,3,2962,2972 +"75646",18152,212,2,1314,1513 +"75647",18152,270,2,1314,2542 +"75648",18152,360,3,1314,1671 +"75649",18152,380,2,1314,2261 +"75650",18152,1046,3,1314,1881 +"75651",18152,1102,2,1314,2282 +"75652",18152,1124,3,1314,1596 +"75653",18152,2111,3,1314,1904 +"75654",18152,2424,3,1314,2582 +"75655",18152,2484,3,1314,2389 +"75656",18152,2572,3,1314,2273 +"75657",18152,3305,3,1314,2839 +"75658",18152,3801,3,1314,1974 +"75659",18152,4360,3,1314,1770 +"75660",18152,5235,2,1314,2324 +"75661",18152,5971,3,1314,1985 +"75662",18152,6052,3,1314,1985 +"75663",18152,6074,3,1314,2426 +"75664",18152,6222,3,1314,1949 +"75665",18152,6588,3,1314,2025 +"75666",18152,6718,2,1314,2138 +"75667",18152,7245,3,1314,2089 +"75668",18152,8533,3,1314,2251 +"75669",18152,8866,3,1314,1545 +"75670",18152,8888,3,1314,1328 +"75671",18152,9362,3,1314,2879 +"75672",18152,9723,3,1314,2302 +"75673",18152,9805,3,1314,1621 +"75674",18152,10488,2,1314,1524 +"75675",18152,10513,3,1314,2284 +"75676",18152,10857,3,1314,2253 +"75677",18152,11218,3,1314,2292 +"75678",18152,11229,3,1314,1625 +"75679",18152,12432,3,1314,1816 +"75680",18152,12724,3,1314,1930 +"75681",18152,13307,2,1314,2206 +"75682",18152,13967,3,1314,1354 +"75683",18152,14655,3,1314,2559 +"75684",18152,14959,3,1314,2898 +"75685",18152,15799,3,1314,1917 +"75686",18152,18394,1,1314,2356 +"75687",18152,19622,3,1314,2371 +"75688",18152,19862,2,1314,2412 +"75689",18152,20067,3,1314,2390 +"75690",18152,20124,3,1314,2376 +"75691",18152,21012,3,1314,2325 +"75692",18152,21693,2,1314,2176 +"75693",18152,21929,3,1314,2062 +"75694",18152,22326,2,1314,2818 +"75695",18152,22362,2,1314,1836 +"75696",18152,23509,3,1314,2275 +"75697",18152,23526,2,1314,1998 +"75698",18152,23715,2,1314,1859 +"75699",18152,23725,3,1314,2378 +"75700",18152,24066,2,1314,1755 +"75701",18152,25305,3,1314,2447 +"75702",18152,26867,3,1314,1804 +"75703",18152,29962,3,1314,2201 +"75704",18152,30173,3,1314,2404 +"75705",18152,30405,2,1314,2164 +"75706",18152,31307,3,1314,2139 +"75707",18152,32047,3,1314,1858 +"75708",18152,32173,3,1314,2341 +"75709",18152,33285,3,1314,1327 +"75710",18152,33981,3,1314,1993 +"75711",18152,36087,3,1314,2755 +"75712",18152,38921,3,1314,1880 +"75713",18152,40028,3,1314,1349 +"75714",18152,40493,2,1314,1981 +"75715",18152,42216,3,1314,2722 +"75716",18152,42687,3,1314,1952 +"75717",18152,43455,3,1314,2846 +"75718",18152,44769,3,1314,2411 +"75719",18152,46196,3,1314,1510 +"75720",18152,46629,3,1314,2255 +"75721",18152,48035,2,1314,2180 +"75722",18152,49110,3,1314,2938 +"75723",18152,49144,3,1314,1542 +"75724",18152,50236,3,1314,2339 +"75725",18152,51866,3,1314,2411 +"75726",18152,52136,3,1314,1412 +"75727",18152,52576,3,1314,2234 +"75728",18152,53303,3,1314,1376 +"75729",18152,54551,3,1314,2348 +"75730",18152,55320,3,1314,1643 +"75731",18152,56082,3,1314,2395 +"75732",18152,57977,3,1314,2683 +"75733",18152,58508,3,1314,2326 +"75734",18152,61982,3,1314,2725 +"75735",18152,70203,3,1314,2756 +"75736",18152,70217,2,1314,2332 +"75737",18152,72207,3,1314,2430 +"75738",18152,79804,3,1314,2227 +"75739",18152,82949,3,1314,2077 +"75740",18152,85138,2,1314,1685 +"75741",18165,341,3,2085,2689 +"75742",18165,854,3,2085,2307 +"75743",18165,3158,3,2085,2762 +"75744",18165,4303,3,2085,2414 +"75745",18165,6192,3,2085,2409 +"75746",18165,7703,3,2085,2122 +"75747",18165,8327,3,2085,2527 +"75748",18165,9331,3,2085,2269 +"75749",18165,9740,3,2085,2233 +"75750",18165,11103,3,2085,2393 +"75751",18165,11329,3,2085,2799 +"75752",18165,13158,3,2085,2667 +"75753",18165,14586,3,2085,2801 +"75754",18165,14887,3,2085,2158 +"75755",18165,14959,3,2085,2898 +"75756",18165,15106,3,2085,2286 +"75757",18165,15444,2,2085,2764 +"75758",18165,17027,3,2085,2772 +"75759",18165,17480,3,2085,2316 +"75760",18165,17499,3,2085,2954 +"75761",18165,18005,3,2085,2449 +"75762",18165,18458,3,2085,2477 +"75763",18165,19744,2,2085,2623 +"75764",18165,19980,2,2085,2231 +"75765",18165,20067,3,2085,2390 +"75766",18165,20331,3,2085,2365 +"75767",18165,21248,3,2085,2232 +"75768",18165,23098,2,2085,2300 +"75769",18165,23268,2,2085,2258 +"75770",18165,23460,3,2085,2183 +"75771",18165,24255,3,2085,2770 +"75772",18165,24256,3,2085,2393 +"75773",18165,27195,3,2085,2158 +"75774",18165,28626,3,2085,2842 +"75775",18165,29073,3,2085,2328 +"75776",18165,29930,2,2085,2240 +"75777",18165,30236,3,2085,2238 +"75778",18165,30697,2,2085,2891 +"75779",18165,30827,2,2085,2323 +"75780",18165,33010,3,2085,2189 +"75781",18165,33380,3,2085,2340 +"75782",18165,36953,3,2085,2790 +"75783",18165,41945,3,2085,2856 +"75784",18165,42216,3,2085,2722 +"75785",18165,42372,3,2085,2230 +"75786",18165,44688,3,2085,2924 +"75787",18165,47803,3,2085,2477 +"75788",18165,52815,3,2085,2323 +"75789",18165,54879,3,2085,2210 +"75790",18202,7794,3,2475,2972 +"75791",18202,19364,3,2475,2846 +"75792",18202,22709,3,2475,2743 +"75793",18202,35797,3,2475,2482 +"75794",18202,73553,3,2475,2726 +"75795",18202,121354,3,2475,2862 +"75796",18211,489,3,1745,2652 +"75797",18211,1214,3,1745,2050 +"75798",18211,1355,3,1745,2473 +"75799",18211,2036,3,1745,2483 +"75800",18211,2224,2,1745,2751 +"75801",18211,3164,3,1745,2693 +"75802",18211,3306,3,1745,1989 +"75803",18211,5120,2,1745,2735 +"75804",18211,5429,3,1745,1991 +"75805",18211,6363,3,1745,2066 +"75806",18211,6603,3,1745,2185 +"75807",18211,7013,3,1745,2040 +"75808",18211,8821,3,1745,2230 +"75809",18211,9202,3,1745,2477 +"75810",18211,10513,3,1745,2284 +"75811",18211,11055,3,1745,2111 +"75812",18211,12778,3,1745,2045 +"75813",18211,14108,3,1745,2012 +"75814",18211,15207,3,1745,1855 +"75815",18211,16866,3,1745,2718 +"75816",18211,16877,3,1745,2509 +"75817",18211,18865,3,1745,2676 +"75818",18211,20292,3,1745,2755 +"75819",18211,23509,3,1745,2275 +"75820",18211,23825,3,1745,1913 +"75821",18211,25198,3,1745,1982 +"75822",18211,27001,3,1745,1761 +"75823",18211,30334,3,1745,2075 +"75824",18211,37636,3,1745,2178 +"75825",18211,39535,2,1745,2428 +"75826",18211,40022,2,1745,2307 +"75827",18211,40392,3,1745,1878 +"75828",18211,41023,3,1745,2408 +"75829",18211,41033,2,1745,1839 +"75830",18211,44819,3,1745,2063 +"75831",18211,51783,3,1745,2599 +"75832",18211,54695,3,1745,2429 +"75833",18211,57842,3,1745,2482 +"75834",18211,63395,3,1745,2334 +"75835",18211,75444,3,1745,2846 +"75836",18211,79350,3,1745,2261 +"75837",18211,92491,2,1745,1968 +"75838",18211,104565,3,1745,2693 +"75839",18217,270,3,1566,2542 +"75840",18217,380,3,1566,2261 +"75841",18217,543,3,1566,2203 +"75842",18217,843,3,1566,2332 +"75843",18217,854,3,1566,2307 +"75844",18217,1102,3,1566,2282 +"75845",18217,1124,3,1566,1596 +"75846",18217,1175,3,1566,1642 +"75847",18217,1196,3,1566,1986 +"75848",18217,1222,3,1566,2598 +"75849",18217,1520,3,1566,1716 +"75850",18217,1685,3,1566,2230 +"75851",18217,1822,2,1566,2888 +"75852",18217,2093,3,1566,2459 +"75853",18217,2139,3,1566,2502 +"75854",18217,2181,2,1566,2030 +"75855",18217,2747,3,1566,2411 +"75856",18217,2985,3,1566,2398 +"75857",18217,3195,3,1566,2043 +"75858",18217,3272,3,1566,2132 +"75859",18217,3456,3,1566,1999 +"75860",18217,3477,1,1566,2546 +"75861",18217,3495,3,1566,2431 +"75862",18217,3620,3,1566,2955 +"75863",18217,3819,3,1566,1583 +"75864",18217,4504,3,1566,1905 +"75865",18217,4612,3,1566,2804 +"75866",18217,4622,2,1566,1589 +"75867",18217,4665,3,1566,1569 +"75868",18217,4953,3,1566,2285 +"75869",18217,4968,3,1566,1586 +"75870",18217,5414,3,1566,2321 +"75871",18217,5971,3,1566,1985 +"75872",18217,6047,3,1566,2004 +"75873",18217,6063,1,1566,2349 +"75874",18217,6132,3,1566,1590 +"75875",18217,6248,3,1566,2737 +"75876",18217,6262,3,1566,2733 +"75877",18217,6324,3,1566,1990 +"75878",18217,6392,2,1566,1878 +"75879",18217,6449,3,1566,1997 +"75880",18217,6588,3,1566,2025 +"75881",18217,6621,3,1566,2478 +"75882",18217,7337,3,1566,1797 +"75883",18217,7422,3,1566,1793 +"75884",18217,7648,3,1566,1861 +"75885",18217,7937,3,1566,2044 +"75886",18217,8354,3,1566,1705 +"75887",18217,8762,3,1566,2585 +"75888",18217,8993,2,1566,2099 +"75889",18217,9175,3,1566,2639 +"75890",18217,9273,3,1566,1747 +"75891",18217,9328,3,1566,1937 +"75892",18217,9364,3,1566,1698 +"75893",18217,9423,3,1566,1708 +"75894",18217,9481,3,1566,1610 +"75895",18217,9503,2,1566,2453 +"75896",18217,9787,3,1566,2858 +"75897",18217,9801,3,1566,2443 +"75898",18217,10453,3,1566,1656 +"75899",18217,10473,3,1566,1783 +"75900",18217,10857,3,1566,2253 +"75901",18217,10870,3,1566,1755 +"75902",18217,11154,2,1566,1594 +"75903",18217,11218,3,1566,2292 +"75904",18217,11229,2,1566,1625 +"75905",18217,11246,3,1566,2741 +"75906",18217,11588,3,1566,2352 +"75907",18217,11625,3,1566,2022 +"75908",18217,12007,3,1566,1594 +"75909",18217,12081,3,1566,2166 +"75910",18217,12577,3,1566,2530 +"75911",18217,12598,3,1566,2086 +"75912",18217,13007,3,1566,2496 +"75913",18217,13024,3,1566,2468 +"75914",18217,13899,2,1566,2650 +"75915",18217,14353,3,1566,2878 +"75916",18217,14482,3,1566,1573 +"75917",18217,14564,3,1566,1581 +"75918",18217,14749,3,1566,1998 +"75919",18217,14817,2,1566,2110 +"75920",18217,15023,2,1566,2054 +"75921",18217,15047,3,1566,1697 +"75922",18217,15729,3,1566,2338 +"75923",18217,15799,3,1566,1917 +"75924",18217,16205,3,1566,2630 +"75925",18217,16501,3,1566,1650 +"75926",18217,16628,3,1566,2409 +"75927",18217,17027,3,1566,2772 +"75928",18217,17037,3,1566,2947 +"75929",18217,18361,3,1566,2968 +"75930",18217,18394,3,1566,2356 +"75931",18217,18571,3,1566,2128 +"75932",18217,18670,3,1566,1835 +"75933",18217,18943,3,1566,2861 +"75934",18217,19075,3,1566,2214 +"75935",18217,19317,2,1566,2041 +"75936",18217,19718,3,1566,1702 +"75937",18217,19934,3,1566,2888 +"75938",18217,20124,2,1566,2376 +"75939",18217,20162,3,1566,2328 +"75940",18217,20220,3,1566,1656 +"75941",18217,20416,3,1566,2323 +"75942",18217,20547,3,1566,2145 +"75943",18217,20739,3,1566,2025 +"75944",18217,20984,2,1566,2502 +"75945",18217,21079,3,1566,1997 +"75946",18217,21275,3,1566,2609 +"75947",18217,21670,3,1566,2158 +"75948",18217,21684,2,1566,1971 +"75949",18217,21815,3,1566,2032 +"75950",18217,22403,2,1566,1630 +"75951",18217,22744,3,1566,1907 +"75952",18217,23131,3,1566,1732 +"75953",18217,23526,3,1566,1998 +"75954",18217,23715,3,1566,1859 +"75955",18217,24264,3,1566,1760 +"75956",18217,24902,3,1566,2162 +"75957",18217,25163,3,1566,1751 +"75958",18217,25816,3,1566,2088 +"75959",18217,26138,3,1566,1902 +"75960",18217,26234,3,1566,2183 +"75961",18217,27694,3,1566,2030 +"75962",18217,27783,3,1566,2302 +"75963",18217,27897,3,1566,1968 +"75964",18217,28893,3,1566,2764 +"75965",18217,29962,3,1566,2201 +"75966",18217,30052,3,1566,2855 +"75967",18217,30092,3,1566,1593 +"75968",18217,30236,3,1566,2238 +"75969",18217,30668,2,1566,2882 +"75970",18217,30669,2,1566,1921 +"75971",18217,30827,3,1566,2323 +"75972",18217,31159,3,1566,2231 +"75973",18217,31164,3,1566,1996 +"75974",18217,31295,3,1566,2183 +"75975",18217,31357,2,1566,2389 +"75976",18217,31542,3,1566,2459 +"75977",18217,32235,3,1566,2109 +"75978",18217,32339,2,1566,2430 +"75979",18217,32395,2,1566,2735 +"75980",18217,32449,3,1566,2091 +"75981",18217,32904,3,1566,2055 +"75982",18217,33223,1,1566,2397 +"75983",18217,33451,2,1566,1957 +"75984",18217,33470,2,1566,2003 +"75985",18217,35413,3,1566,1569 +"75986",18217,35822,2,1566,1903 +"75987",18217,36031,3,1566,2342 +"75988",18217,36136,3,1566,2338 +"75989",18217,37301,2,1566,2160 +"75990",18217,38213,3,1566,1744 +"75991",18217,38307,3,1566,2648 +"75992",18217,38457,2,1566,1630 +"75993",18217,38727,3,1566,2238 +"75994",18217,38732,3,1566,2263 +"75995",18217,39062,3,1566,2020 +"75996",18217,39411,3,1566,2384 +"75997",18217,39464,3,1566,2314 +"75998",18217,40542,1,1566,1664 +"75999",18217,40572,3,1566,2666 +"76000",18217,41185,3,1566,1929 +"76001",18217,41581,3,1566,1692 +"76002",18217,41945,3,1566,2856 +"76003",18217,42216,3,1566,2722 +"76004",18217,42783,3,1566,2338 +"76005",18217,43455,3,1566,2846 +"76006",18217,44521,3,1566,1593 +"76007",18217,44564,3,1566,2034 +"76008",18217,45239,3,1566,2535 +"76009",18217,46091,3,1566,1938 +"76010",18217,46486,3,1566,1868 +"76011",18217,46951,3,1566,2429 +"76012",18217,47140,3,1566,2439 +"76013",18217,47595,2,1566,2374 +"76014",18217,47844,3,1566,2906 +"76015",18217,48939,3,1566,1749 +"76016",18217,49620,3,1566,1868 +"76017",18217,49759,3,1566,2400 +"76018",18217,50335,3,1566,1893 +"76019",18217,51173,3,1566,1829 +"76020",18217,51843,2,1566,2389 +"76021",18217,51866,3,1566,2411 +"76022",18217,52041,3,1566,2694 +"76023",18217,52892,3,1566,2372 +"76024",18217,52953,2,1566,1741 +"76025",18217,53013,3,1566,2523 +"76026",18217,54385,3,1566,2340 +"76027",18217,54551,3,1566,2348 +"76028",18217,55307,3,1566,2306 +"76029",18217,56082,3,1566,2395 +"76030",18217,57129,3,1566,1858 +"76031",18217,57246,3,1566,1873 +"76032",18217,57760,3,1566,1721 +"76033",18217,58164,3,1566,2398 +"76034",18217,58218,3,1566,2627 +"76035",18217,58536,3,1566,2742 +"76036",18217,59289,3,1566,2896 +"76037",18217,59790,2,1566,1827 +"76038",18217,60661,3,1566,2700 +"76039",18217,61125,3,1566,1673 +"76040",18217,61242,3,1566,1650 +"76041",18217,63077,3,1566,2778 +"76042",18217,63104,3,1566,2149 +"76043",18217,69308,3,1566,2370 +"76044",18217,70232,3,1566,2401 +"76045",18217,70573,3,1566,1993 +"76046",18217,71217,3,1566,2169 +"76047",18217,72597,3,1566,1843 +"76048",18217,73192,3,1566,1955 +"76049",18217,74370,3,1566,1667 +"76050",18217,74636,3,1566,2525 +"76051",18217,76143,2,1566,1610 +"76052",18217,79547,2,1566,1909 +"76053",18217,80615,3,1566,2252 +"76054",18217,84317,2,1566,2081 +"76055",18217,84808,3,1566,1974 +"76056",18217,92860,3,1566,1643 +"76057",18217,110737,3,1566,2117 +"76058",18227,762,3,2214,2671 +"76059",18227,21734,3,2214,2528 +"76060",18227,23216,2,2214,2424 +"76061",18244,206,3,1622,1986 +"76062",18244,762,3,1622,2671 +"76063",18244,1090,3,1622,2370 +"76064",18244,1092,2,1622,1945 +"76065",18244,5429,3,1622,1991 +"76066",18244,5491,3,1622,2048 +"76067",18244,5710,2,1622,1926 +"76068",18244,8060,2,1622,1883 +"76069",18244,11055,3,1622,2111 +"76070",18244,12703,3,1622,2689 +"76071",18244,12976,3,1622,2399 +"76072",18244,14709,3,1622,1901 +"76073",18244,18151,3,1622,2962 +"76074",18244,18366,1,1622,2699 +"76075",18244,21795,2,1622,2653 +"76076",18244,27277,3,1622,1994 +"76077",18244,34899,3,1622,2565 +"76078",18244,50275,2,1622,2832 +"76079",18244,56688,3,1622,2331 +"76080",18244,58180,3,1622,1919 +"76081",18244,64699,3,1622,2797 +"76082",18244,78563,3,1622,2385 +"76083",18244,94125,3,1622,2280 +"76084",18248,1034,3,172,1438 +"76085",18248,1691,3,172,1941 +"76086",18248,2063,3,172,1278 +"76087",18248,2208,3,172,2814 +"76088",18248,2684,3,172,2874 +"76089",18248,3578,2,172,624 +"76090",18248,5018,3,172,640 +"76091",18248,7616,3,172,2296 +"76092",18248,9331,2,172,2269 +"76093",18248,11055,3,172,2111 +"76094",18248,11419,3,172,1408 +"76095",18248,14108,3,172,2012 +"76096",18248,14918,3,172,2071 +"76097",18248,14983,3,172,1047 +"76098",18248,16201,3,172,1811 +"76099",18248,17351,3,172,2036 +"76100",18248,17549,3,172,2647 +"76101",18248,17632,3,172,1947 +"76102",18248,20419,1,172,1587 +"76103",18248,21079,3,172,1997 +"76104",18248,22874,3,172,404 +"76105",18248,24456,3,172,1238 +"76106",18248,25490,2,172,639 +"76107",18248,26025,3,172,591 +"76108",18248,27642,3,172,1531 +"76109",18248,27965,3,172,555 +"76110",18248,34120,3,172,2786 +"76111",18248,34314,2,172,630 +"76112",18248,37509,3,172,1640 +"76113",18248,43635,3,172,1196 +"76114",18248,44688,3,172,2924 +"76115",18248,46042,3,172,1692 +"76116",18248,48754,3,172,1972 +"76117",18248,50235,3,172,726 +"76118",18248,50254,3,172,1151 +"76119",18248,55349,3,172,826 +"76120",18248,55880,3,172,626 +"76121",18248,79364,1,172,834 +"76122",18248,79657,3,172,1260 +"76123",18248,79998,2,172,821 +"76124",18248,80979,3,172,1142 +"76125",18248,88037,3,172,606 +"76126",18248,100321,3,172,1142 +"76127",18248,100432,3,172,1358 +"76128",18248,101446,3,172,920 +"76129",18248,105207,3,172,451 +"76130",18277,5504,3,2309,2389 +"76131",18277,10130,2,2309,2741 +"76132",18277,19027,3,2309,2721 +"76133",18277,27478,3,2309,2485 +"76134",18277,50667,3,2309,2719 +"76135",18277,51410,3,2309,2739 +"76136",18277,66318,3,2309,2803 +"76137",18277,88232,3,2309,2881 +"76138",18277,93615,2,2309,2386 +"76139",18289,803,3,862,1666 +"76140",18289,6914,3,862,2668 +"76141",18289,8229,3,862,1241 +"76142",18289,10222,3,862,2212 +"76143",18289,13929,3,862,2693 +"76144",18289,14189,3,862,1483 +"76145",18289,14983,3,862,1047 +"76146",18289,18277,3,862,2309 +"76147",18289,21575,3,862,1762 +"76148",18289,23508,3,862,1907 +"76149",18289,24146,3,862,2003 +"76150",18289,24198,3,862,2217 +"76151",18289,26227,2,862,2265 +"76152",18289,29115,3,862,1047 +"76153",18289,30081,3,862,2403 +"76154",18289,32939,3,862,2277 +"76155",18289,34327,3,862,2959 +"76156",18289,35481,3,862,2211 +"76157",18289,36962,3,862,2861 +"76158",18289,37333,2,862,1612 +"76159",18289,54020,3,862,1578 +"76160",18289,56082,3,862,2395 +"76161",18289,57804,3,862,2214 +"76162",18289,58221,3,862,1787 +"76163",18289,66318,1,862,2803 +"76164",18289,79088,3,862,1369 +"76165",18289,85058,3,862,1311 +"76166",18289,86799,3,862,1951 +"76167",18289,94101,2,862,997 +"76168",18289,105685,3,862,2469 +"76169",18315,21945,3,2720,2781 +"76170",18319,4144,2,1439,1520 +"76171",18319,10337,1,1439,2452 +"76172",18319,15502,3,1439,2637 +"76173",18319,35911,2,1439,2370 +"76174",18344,997,3,2204,2788 +"76175",18344,2484,3,2204,2389 +"76176",18344,3495,3,2204,2431 +"76177",18344,11103,3,2204,2393 +"76178",18344,13419,3,2204,2639 +"76179",18344,13780,3,2204,2412 +"76180",18344,20162,3,2204,2328 +"76181",18344,24256,3,2204,2393 +"76182",18344,29930,2,2204,2240 +"76183",18344,30747,3,2204,2455 +"76184",18344,42574,3,2204,2842 +"76185",18344,48571,3,2204,2717 +"76186",18344,53219,2,2204,2973 +"76187",18344,83114,3,2204,2653 +"76188",18348,1275,3,1711,2068 +"76189",18348,1367,2,1711,2176 +"76190",18348,2424,3,1711,2582 +"76191",18348,2747,3,1711,2411 +"76192",18348,3164,3,1711,2693 +"76193",18348,4191,3,1711,2130 +"76194",18348,5350,3,1711,2522 +"76195",18348,5580,3,1711,2111 +"76196",18348,5622,3,1711,2175 +"76197",18348,5798,3,1711,1779 +"76198",18348,5971,3,1711,1985 +"76199",18348,5986,3,1711,1721 +"76200",18348,6030,3,1711,2953 +"76201",18348,6047,3,1711,2004 +"76202",18348,6324,3,1711,1990 +"76203",18348,7245,2,1711,2089 +"76204",18348,8533,3,1711,2251 +"76205",18348,9654,3,1711,2111 +"76206",18348,9928,3,1711,2345 +"76207",18348,10358,3,1711,2294 +"76208",18348,11218,2,1711,2292 +"76209",18348,11966,3,1711,2385 +"76210",18348,12035,3,1711,2721 +"76211",18348,12042,3,1711,2345 +"76212",18348,13311,3,1711,2315 +"76213",18348,14032,3,1711,2144 +"76214",18348,14972,3,1711,2332 +"76215",18348,15207,2,1711,1855 +"76216",18348,15301,3,1711,2308 +"76217",18348,16067,3,1711,2727 +"76218",18348,16096,3,1711,2301 +"76219",18348,16352,2,1711,2657 +"76220",18348,16497,3,1711,2370 +"76221",18348,17400,3,1711,2231 +"76222",18348,18361,3,1711,2968 +"76223",18348,18415,2,1711,2184 +"76224",18348,20563,3,1711,2267 +"76225",18348,21571,3,1711,2755 +"76226",18348,21872,3,1711,2458 +"76227",18348,21929,3,1711,2062 +"76228",18348,22566,3,1711,2308 +"76229",18348,23310,2,1711,2371 +"76230",18348,24568,3,1711,1937 +"76231",18348,25971,3,1711,2608 +"76232",18348,26080,3,1711,2525 +"76233",18348,26451,3,1711,2133 +"76234",18348,26818,3,1711,1999 +"76235",18348,27377,3,1711,1724 +"76236",18348,28050,3,1711,1955 +"76237",18348,28168,3,1711,2702 +"76238",18348,28296,3,1711,2944 +"76239",18348,29073,3,1711,2328 +"76240",18348,29930,3,1711,2240 +"76241",18348,30262,3,1711,1715 +"76242",18348,30943,3,1711,2287 +"76243",18348,32503,2,1711,2020 +"76244",18348,32567,3,1711,2784 +"76245",18348,32919,3,1711,2321 +"76246",18348,32939,3,1711,2277 +"76247",18348,34735,2,1711,2767 +"76248",18348,35926,3,1711,2371 +"76249",18348,36691,2,1711,1903 +"76250",18348,38140,3,1711,1866 +"76251",18348,39294,3,1711,1889 +"76252",18348,40645,3,1711,1899 +"76253",18348,42619,3,1711,2017 +"76254",18348,42642,3,1711,2257 +"76255",18348,45633,3,1711,2134 +"76256",18348,45959,3,1711,1880 +"76257",18348,46040,3,1711,2105 +"76258",18348,46803,3,1711,2305 +"76259",18348,50236,3,1711,2339 +"76260",18348,54929,3,1711,2783 +"76261",18348,56237,3,1711,2625 +"76262",18348,56604,2,1711,1919 +"76263",18348,57246,3,1711,1873 +"76264",18348,57804,3,1711,2214 +"76265",18348,57977,3,1711,2683 +"76266",18348,60280,3,1711,1918 +"76267",18348,63409,3,1711,1937 +"76268",18348,63641,3,1711,2337 +"76269",18348,65322,3,1711,2008 +"76270",18348,65691,3,1711,2134 +"76271",18348,67726,3,1711,2873 +"76272",18348,69716,3,1711,2632 +"76273",18348,70528,3,1711,2727 +"76274",18348,71274,3,1711,2390 +"76275",18348,72501,2,1711,2795 +"76276",18348,73192,3,1711,1955 +"76277",18348,73305,3,1711,2544 +"76278",18348,78150,3,1711,2581 +"76279",18348,82732,3,1711,2810 +"76280",18364,1428,3,535,742 +"76281",18364,5346,3,535,1438 +"76282",18364,6055,3,535,2651 +"76283",18364,7616,3,535,2296 +"76284",18364,8275,2,535,2237 +"76285",18364,9423,3,535,1708 +"76286",18364,9871,3,535,921 +"76287",18364,12639,3,535,1141 +"76288",18364,12692,3,535,1855 +"76289",18364,12712,3,535,815 +"76290",18364,13967,3,535,1354 +"76291",18364,14983,3,535,1047 +"76292",18364,15106,2,535,2286 +"76293",18364,15207,2,535,1855 +"76294",18364,16539,3,535,1947 +"76295",18364,19593,2,535,2013 +"76296",18364,19621,2,535,725 +"76297",18364,21493,3,535,2286 +"76298",18364,21566,2,535,1234 +"76299",18364,23006,3,535,1532 +"76300",18364,23572,3,535,772 +"76301",18364,27104,3,535,1608 +"76302",18364,28130,2,535,908 +"76303",18364,28131,3,535,1492 +"76304",18364,28808,3,535,1063 +"76305",18364,29580,2,535,2776 +"76306",18364,30092,3,535,1593 +"76307",18364,32939,3,535,2277 +"76308",18364,35772,2,535,1440 +"76309",18364,36441,2,535,2796 +"76310",18364,36784,3,535,576 +"76311",18364,40368,3,535,2876 +"76312",18364,40893,3,535,1116 +"76313",18364,41108,3,535,1624 +"76314",18364,42799,2,535,2729 +"76315",18364,45504,2,535,2301 +"76316",18364,45903,3,535,2237 +"76317",18364,46635,1,535,2528 +"76318",18364,49109,2,535,2341 +"76319",18364,53412,2,535,566 +"76320",18364,53885,3,535,1199 +"76321",18364,55076,3,535,2408 +"76322",18364,55394,3,535,904 +"76323",18364,56903,2,535,1584 +"76324",18364,57804,3,535,2214 +"76325",18364,61242,3,535,1650 +"76326",18364,62148,3,535,1566 +"76327",18364,64857,3,535,1792 +"76328",18364,68024,3,535,1531 +"76329",18364,69250,3,535,1439 +"76330",18364,74818,2,535,1440 +"76331",18364,76356,3,535,2323 +"76332",18364,79207,2,535,2244 +"76333",18364,81463,1,535,955 +"76334",18364,81676,3,535,839 +"76335",18364,85356,1,535,1492 +"76336",18364,86785,1,535,1607 +"76337",18364,90802,3,535,877 +"76338",18364,91901,2,535,1236 +"76339",18364,92381,3,535,1237 +"76340",18364,94520,3,535,1243 +"76341",18364,96132,2,535,1489 +"76342",18364,109718,3,535,1237 +"76343",18366,455,3,2699,2827 +"76344",18366,1262,3,2699,2973 +"76345",18366,13732,3,2699,2789 +"76346",18366,18151,2,2699,2962 +"76347",18366,19872,3,2699,2913 +"76348",18366,26865,3,2699,2726 +"76349",18366,34327,3,2699,2959 +"76350",18366,34480,3,2699,2755 +"76351",18366,34735,3,2699,2767 +"76352",18366,50275,3,2699,2832 +"76353",18371,30705,3,2860,2959 +"76354",18381,371,2,1524,2950 +"76355",18381,388,3,1524,1594 +"76356",18381,680,1,1524,2569 +"76357",18381,798,3,1524,2476 +"76358",18381,841,3,1524,2964 +"76359",18381,1519,3,1524,2349 +"76360",18381,1520,3,1524,1716 +"76361",18381,1560,3,1524,2013 +"76362",18381,2563,3,1524,1686 +"76363",18381,2747,3,1524,2411 +"76364",18381,2979,3,1524,2912 +"76365",18381,3477,3,1524,2546 +"76366",18381,3493,3,1524,2451 +"76367",18381,3978,1,1524,2775 +"76368",18381,4001,3,1524,1687 +"76369",18381,4066,3,1524,1736 +"76370",18381,4303,2,1524,2414 +"76371",18381,4313,3,1524,2368 +"76372",18381,4361,2,1524,2571 +"76373",18381,4526,3,1524,1728 +"76374",18381,4660,3,1524,2149 +"76375",18381,4669,3,1524,2395 +"76376",18381,5839,3,1524,2301 +"76377",18381,6063,3,1524,2349 +"76378",18381,6602,3,1524,1631 +"76379",18381,6697,3,1524,2438 +"76380",18381,6821,3,1524,1788 +"76381",18381,6989,3,1524,2623 +"76382",18381,7337,3,1524,1797 +"76383",18381,7780,3,1524,1920 +"76384",18381,8062,2,1524,2858 +"76385",18381,8865,3,1524,2394 +"76386",18381,9423,3,1524,1708 +"76387",18381,9703,3,1524,1845 +"76388",18381,9716,3,1524,1929 +"76389",18381,9723,3,1524,2302 +"76390",18381,10457,3,1524,1711 +"76391",18381,10474,3,1524,1608 +"76392",18381,10739,3,1524,1807 +"76393",18381,10980,3,1524,1974 +"76394",18381,11029,3,1524,2362 +"76395",18381,11429,3,1524,2520 +"76396",18381,11477,3,1524,2724 +"76397",18381,11639,2,1524,1593 +"76398",18381,11648,3,1524,2852 +"76399",18381,12081,3,1524,2166 +"76400",18381,12759,1,1524,2414 +"76401",18381,12901,3,1524,2136 +"76402",18381,12948,3,1524,2669 +"76403",18381,14972,3,1524,2332 +"76404",18381,14998,3,1524,1553 +"76405",18381,15095,3,1524,2001 +"76406",18381,15683,3,1524,1729 +"76407",18381,15700,3,1524,1712 +"76408",18381,16796,3,1524,1892 +"76409",18381,16850,3,1524,1657 +"76410",18381,17037,3,1524,2947 +"76411",18381,17351,3,1524,2036 +"76412",18381,17632,3,1524,1947 +"76413",18381,17645,3,1524,1918 +"76414",18381,18005,3,1524,2449 +"76415",18381,18102,3,1524,1642 +"76416",18381,18124,3,1524,1642 +"76417",18381,18217,3,1524,1566 +"76418",18381,18371,3,1524,2860 +"76419",18381,18670,3,1524,1835 +"76420",18381,19208,3,1524,2629 +"76421",18381,19215,3,1524,2604 +"76422",18381,19364,3,1524,2846 +"76423",18381,19587,2,1524,1684 +"76424",18381,19686,3,1524,2467 +"76425",18381,21670,2,1524,2158 +"76426",18381,22580,3,1524,2245 +"76427",18381,22709,2,1524,2743 +"76428",18381,23131,3,1524,1732 +"76429",18381,23756,3,1524,2309 +"76430",18381,25373,1,1524,2783 +"76431",18381,27390,3,1524,2425 +"76432",18381,27686,3,1524,2844 +"76433",18381,28051,3,1524,2089 +"76434",18381,28116,3,1524,1643 +"76435",18381,28869,3,1524,2425 +"76436",18381,29116,3,1524,2128 +"76437",18381,30334,2,1524,2075 +"76438",18381,30525,3,1524,1964 +"76439",18381,30618,2,1524,1609 +"76440",18381,30705,3,1524,2959 +"76441",18381,31335,3,1524,2351 +"76442",18381,33223,3,1524,2397 +"76443",18381,34820,3,1524,1630 +"76444",18381,34831,3,1524,1866 +"76445",18381,34870,3,1524,1873 +"76446",18381,34921,3,1524,2181 +"76447",18381,35256,3,1524,2271 +"76448",18381,35518,3,1524,1721 +"76449",18381,35822,1,1524,1903 +"76450",18381,36278,3,1524,2952 +"76451",18381,36656,3,1524,1858 +"76452",18381,36953,3,1524,2790 +"76453",18381,37636,1,1524,2178 +"76454",18381,37844,3,1524,2002 +"76455",18381,39062,3,1524,2020 +"76456",18381,39418,3,1524,1978 +"76457",18381,40392,2,1524,1878 +"76458",18381,40542,3,1524,1664 +"76459",18381,40572,3,1524,2666 +"76460",18381,41187,2,1524,2340 +"76461",18381,41429,3,1524,1770 +"76462",18381,41664,3,1524,2641 +"76463",18381,41723,1,1524,2101 +"76464",18381,41900,3,1524,1970 +"76465",18381,41945,3,1524,2856 +"76466",18381,43058,3,1524,1608 +"76467",18381,43204,3,1524,1680 +"76468",18381,43660,3,1524,2320 +"76469",18381,43673,3,1524,2787 +"76470",18381,44694,3,1524,2220 +"76471",18381,45299,3,1524,2426 +"76472",18381,45729,3,1524,2606 +"76473",18381,45869,3,1524,2840 +"76474",18381,46486,3,1524,1868 +"76475",18381,46982,3,1524,2806 +"76476",18381,47013,3,1524,2388 +"76477",18381,47082,3,1524,1990 +"76478",18381,47654,3,1524,1664 +"76479",18381,47840,3,1524,2509 +"76480",18381,49470,3,1524,1528 +"76481",18381,50585,1,1524,2414 +"76482",18381,51783,2,1524,2599 +"76483",18381,52815,3,1524,2323 +"76484",18381,53223,3,1524,2690 +"76485",18381,56082,3,1524,2395 +"76486",18381,56995,3,1524,2323 +"76487",18381,59788,3,1524,2315 +"76488",18381,63077,3,1524,2778 +"76489",18381,64947,3,1524,2489 +"76490",18381,71390,3,1524,1992 +"76491",18381,71531,3,1524,2887 +"76492",18381,76286,3,1524,1642 +"76493",18381,82426,3,1524,1576 +"76494",18381,94525,2,1524,1993 +"76495",18393,499,3,860,1931 +"76496",18393,602,3,860,2632 +"76497",18393,1102,3,860,2282 +"76498",18393,1124,3,860,1596 +"76499",18393,1196,3,860,1986 +"76500",18393,2269,3,860,984 +"76501",18393,2289,3,860,2389 +"76502",18393,2572,2,860,2273 +"76503",18393,3011,1,860,2278 +"76504",18393,3342,3,860,1026 +"76505",18393,3765,2,860,2775 +"76506",18393,3801,3,860,1974 +"76507",18393,4317,3,860,1224 +"76508",18393,4701,1,860,2401 +"76509",18393,4790,2,860,1025 +"76510",18393,4791,1,860,1184 +"76511",18393,4821,3,860,1938 +"76512",18393,5716,3,860,1058 +"76513",18393,5986,3,860,1721 +"76514",18393,6074,3,860,2426 +"76515",18393,6162,2,860,1673 +"76516",18393,6602,3,860,1631 +"76517",18393,6942,3,860,1232 +"76518",18393,6982,3,860,2034 +"76519",18393,7196,3,860,1508 +"76520",18393,7548,3,860,1932 +"76521",18393,7970,2,860,1197 +"76522",18393,8274,3,860,1909 +"76523",18393,8327,3,860,2527 +"76524",18393,8513,3,860,875 +"76525",18393,8913,3,860,968 +"76526",18393,9311,2,860,2477 +"76527",18393,9979,2,860,2238 +"76528",18393,10358,3,860,2294 +"76529",18393,10401,3,860,863 +"76530",18393,10474,2,860,1608 +"76531",18393,10843,2,860,2277 +"76532",18393,11218,3,860,2292 +"76533",18393,12042,3,860,2345 +"76534",18393,12724,3,860,1930 +"76535",18393,13249,3,860,2573 +"76536",18393,13601,3,860,2689 +"76537",18393,14017,3,860,1163 +"76538",18393,14172,3,860,1923 +"76539",18393,14278,2,860,1267 +"76540",18393,14422,3,860,1548 +"76541",18393,14723,2,860,2019 +"76542",18393,15005,2,860,1415 +"76543",18393,15401,3,860,1999 +"76544",18393,15539,3,860,1929 +"76545",18393,15626,2,860,2434 +"76546",18393,16074,3,860,977 +"76547",18393,16111,3,860,1714 +"76548",18393,16201,3,860,1811 +"76549",18393,16881,3,860,925 +"76550",18393,17852,3,860,2840 +"76551",18393,17938,3,860,1410 +"76552",18393,18151,3,860,2962 +"76553",18393,18567,3,860,919 +"76554",18393,18670,3,860,1835 +"76555",18393,18707,3,860,1143 +"76556",18393,19173,3,860,1686 +"76557",18393,19453,2,860,1928 +"76558",18393,19637,3,860,1229 +"76559",18393,19862,3,860,2412 +"76560",18393,20271,3,860,2044 +"76561",18393,20311,3,860,1981 +"76562",18393,20407,3,860,2339 +"76563",18393,20494,2,860,1075 +"76564",18393,20588,3,860,912 +"76565",18393,21122,3,860,1701 +"76566",18393,21198,3,860,935 +"76567",18393,21448,3,860,2332 +"76568",18393,21929,3,860,2062 +"76569",18393,22006,3,860,1202 +"76570",18393,22180,2,860,1835 +"76571",18393,22181,3,860,1274 +"76572",18393,22216,3,860,1956 +"76573",18393,22282,3,860,1418 +"76574",18393,22311,3,860,2034 +"76575",18393,22331,3,860,2687 +"76576",18393,22455,1,860,1197 +"76577",18393,22714,3,860,2793 +"76578",18393,23232,3,860,884 +"76579",18393,23508,3,860,1907 +"76580",18393,23745,2,860,1968 +"76581",18393,23825,3,860,1913 +"76582",18393,24169,3,860,1663 +"76583",18393,24286,1,860,1280 +"76584",18393,24721,3,860,2326 +"76585",18393,24755,3,860,1319 +"76586",18393,25341,3,860,1858 +"76587",18393,25480,3,860,2747 +"76588",18393,26218,3,860,2460 +"76589",18393,26322,3,860,1018 +"76590",18393,26408,2,860,1545 +"76591",18393,26451,3,860,2133 +"76592",18393,26595,2,860,1566 +"76593",18393,27175,3,860,1447 +"76594",18393,27261,2,860,1368 +"76595",18393,27390,3,860,2425 +"76596",18393,27849,2,860,1316 +"76597",18393,28640,3,860,1475 +"76598",18393,29089,3,860,1344 +"76599",18393,29929,3,860,2789 +"76600",18393,30906,3,860,2537 +"76601",18393,32103,3,860,1491 +"76602",18393,32457,3,860,2690 +"76603",18393,32601,3,860,1033 +"76604",18393,32988,3,860,2008 +"76605",18393,33356,1,860,1586 +"76606",18393,33433,1,860,2805 +"76607",18393,34325,3,860,1982 +"76608",18393,34707,3,860,2042 +"76609",18393,34820,2,860,1630 +"76610",18393,35095,3,860,1502 +"76611",18393,35516,2,860,1229 +"76612",18393,35888,3,860,2291 +"76613",18393,36578,2,860,1484 +"76614",18393,38727,3,860,2238 +"76615",18393,38755,2,860,2902 +"76616",18393,39534,3,860,2410 +"76617",18393,39556,2,860,2747 +"76618",18393,40296,3,860,1674 +"76619",18393,41682,3,860,1988 +"76620",18393,42333,2,860,2234 +"76621",18393,42642,3,860,2257 +"76622",18393,43051,3,860,904 +"76623",18393,43635,3,860,1196 +"76624",18393,43929,3,860,2749 +"76625",18393,44306,1,860,1036 +"76626",18393,45302,3,860,2390 +"76627",18393,46091,3,860,1938 +"76628",18393,47726,2,860,1272 +"76629",18393,48414,3,860,1749 +"76630",18393,49121,3,860,2199 +"76631",18393,49581,2,860,1817 +"76632",18393,49696,3,860,2444 +"76633",18393,50093,3,860,909 +"76634",18393,50269,3,860,1966 +"76635",18393,50382,3,860,2244 +"76636",18393,50946,2,860,1075 +"76637",18393,51089,3,860,2426 +"76638",18393,51546,3,860,1369 +"76639",18393,51810,3,860,1401 +"76640",18393,51853,3,860,2520 +"76641",18393,52058,3,860,1836 +"76642",18393,52136,3,860,1412 +"76643",18393,52735,3,860,1124 +"76644",18393,53342,2,860,2071 +"76645",18393,54879,1,860,2210 +"76646",18393,55324,3,860,1544 +"76647",18393,55468,3,860,2511 +"76648",18393,55643,2,860,2359 +"76649",18393,57337,3,860,1443 +"76650",18393,57732,2,860,2454 +"76651",18393,57950,3,860,1529 +"76652",18393,58993,3,860,2390 +"76653",18393,59113,2,860,2434 +"76654",18393,59937,2,860,885 +"76655",18393,61458,3,860,2630 +"76656",18393,61613,2,860,1189 +"76657",18393,62903,1,860,1704 +"76658",18393,64181,3,860,1828 +"76659",18393,64502,3,860,1670 +"76660",18393,64699,3,860,2797 +"76661",18393,65155,3,860,1947 +"76662",18393,66756,3,860,1301 +"76663",18393,66860,2,860,1548 +"76664",18393,67145,2,860,2015 +"76665",18393,67456,3,860,1608 +"76666",18393,68083,3,860,2795 +"76667",18393,68382,3,860,1047 +"76668",18393,69091,3,860,1267 +"76669",18393,72083,3,860,1122 +"76670",18393,72207,3,860,2430 +"76671",18393,72391,3,860,1547 +"76672",18393,73197,3,860,1998 +"76673",18393,74190,3,860,1428 +"76674",18393,75343,2,860,2008 +"76675",18393,75948,2,860,1006 +"76676",18393,76470,3,860,887 +"76677",18393,77305,3,860,965 +"76678",18393,78932,1,860,981 +"76679",18393,79322,3,860,2770 +"76680",18393,79382,3,860,1908 +"76681",18393,79612,3,860,927 +"76682",18393,81588,3,860,1568 +"76683",18393,84897,3,860,1075 +"76684",18393,85138,3,860,1685 +"76685",18393,85736,3,860,1601 +"76686",18393,85949,3,860,1132 +"76687",18393,86287,3,860,1349 +"76688",18393,87144,3,860,2299 +"76689",18393,89097,3,860,935 +"76690",18393,90573,3,860,878 +"76691",18393,92513,3,860,2282 +"76692",18393,99152,3,860,1698 +"76693",18393,102186,3,860,2937 +"76694",18393,104239,3,860,926 +"76695",18393,106318,3,860,1698 +"76696",18394,270,1,2356,2542 +"76697",18394,2424,2,2356,2582 +"76698",18394,2484,3,2356,2389 +"76699",18394,2936,3,2356,2512 +"76700",18394,3305,3,2356,2839 +"76701",18394,3477,3,2356,2546 +"76702",18394,3493,3,2356,2451 +"76703",18394,3966,3,2356,2425 +"76704",18394,4701,3,2356,2401 +"76705",18394,6074,3,2356,2426 +"76706",18394,7234,3,2356,2654 +"76707",18394,9311,3,2356,2477 +"76708",18394,9362,3,2356,2879 +"76709",18394,12713,3,2356,2440 +"76710",18394,12728,3,2356,2374 +"76711",18394,14655,3,2356,2559 +"76712",18394,14959,2,2356,2898 +"76713",18394,16352,3,2356,2657 +"76714",18394,17365,3,2356,2746 +"76715",18394,18361,3,2356,2968 +"76716",18394,19215,3,2356,2604 +"76717",18394,19248,3,2356,2357 +"76718",18394,19622,3,2356,2371 +"76719",18394,19643,3,2356,2452 +"76720",18394,19862,2,2356,2412 +"76721",18394,20067,2,2356,2390 +"76722",18394,20124,3,2356,2376 +"76723",18394,21682,3,2356,2414 +"76724",18394,22326,3,2356,2818 +"76725",18394,22415,3,2356,2841 +"76726",18394,22709,3,2356,2743 +"76727",18394,23011,3,2356,2763 +"76728",18394,23725,2,2356,2378 +"76729",18394,24756,3,2356,2530 +"76730",18394,25305,3,2356,2447 +"76731",18394,25486,3,2356,2582 +"76732",18394,26080,3,2356,2525 +"76733",18394,26848,3,2356,2363 +"76734",18394,29095,3,2356,2531 +"76735",18394,29314,3,2356,2736 +"76736",18394,30173,3,2356,2404 +"76737",18394,31436,3,2356,2892 +"76738",18394,31705,3,2356,2706 +"76739",18394,33223,3,2356,2397 +"76740",18394,33801,3,2356,2899 +"76741",18394,35235,3,2356,2610 +"76742",18394,36087,3,2356,2755 +"76743",18394,38307,3,2356,2648 +"76744",18394,41945,3,2356,2856 +"76745",18394,42216,3,2356,2722 +"76746",18394,43455,2,2356,2846 +"76747",18394,43518,3,2356,2680 +"76748",18394,44769,3,2356,2411 +"76749",18394,44885,3,2356,2670 +"76750",18394,44899,3,2356,2386 +"76751",18394,45302,3,2356,2390 +"76752",18394,49110,3,2356,2938 +"76753",18394,50118,3,2356,2654 +"76754",18394,51035,3,2356,2397 +"76755",18394,51041,3,2356,2606 +"76756",18394,51866,3,2356,2411 +"76757",18394,53323,3,2356,2677 +"76758",18394,53475,3,2356,2853 +"76759",18394,54929,3,2356,2783 +"76760",18394,55468,3,2356,2511 +"76761",18394,56082,2,2356,2395 +"76762",18394,56237,3,2356,2625 +"76763",18394,57977,3,2356,2683 +"76764",18394,58993,3,2356,2390 +"76765",18394,61982,2,2356,2725 +"76766",18394,62841,3,2356,2710 +"76767",18394,67726,3,2356,2873 +"76768",18394,68215,3,2356,2727 +"76769",18394,70203,2,2356,2756 +"76770",18394,72207,2,2356,2430 +"76771",18394,72326,3,2356,2384 +"76772",18394,76892,3,2356,2381 +"76773",18394,83396,3,2356,2396 +"76774",18394,91579,3,2356,2510 +"76775",18394,117956,3,2356,2774 +"76776",18404,14,3,801,1793 +"76777",18404,160,3,801,2007 +"76778",18404,341,3,801,2689 +"76779",18404,854,3,801,2307 +"76780",18404,915,3,801,1793 +"76781",18404,1315,3,801,2760 +"76782",18404,1520,3,801,1716 +"76783",18404,2111,3,801,1904 +"76784",18404,2609,3,801,834 +"76785",18404,2894,2,801,1291 +"76786",18404,5392,2,801,1648 +"76787",18404,5610,3,801,2223 +"76788",18404,5615,1,801,1105 +"76789",18404,6162,3,801,1673 +"76790",18404,6192,3,801,2409 +"76791",18404,6222,3,801,1949 +"76792",18404,6449,3,801,1997 +"76793",18404,6588,3,801,2025 +"76794",18404,7406,3,801,1906 +"76795",18404,7703,3,801,2122 +"76796",18404,7798,3,801,949 +"76797",18404,8274,3,801,1909 +"76798",18404,8327,3,801,2527 +"76799",18404,8865,3,801,2394 +"76800",18404,9311,3,801,2477 +"76801",18404,9331,3,801,2269 +"76802",18404,9423,3,801,1708 +"76803",18404,11770,3,801,1653 +"76804",18404,12388,1,801,1975 +"76805",18404,12639,3,801,1141 +"76806",18404,12779,3,801,936 +"76807",18404,13158,3,801,2667 +"76808",18404,13184,3,801,977 +"76809",18404,13808,2,801,1356 +"76810",18404,14586,2,801,2801 +"76811",18404,14959,3,801,2898 +"76812",18404,15106,3,801,2286 +"76813",18404,15444,2,801,2764 +"76814",18404,16053,3,801,908 +"76815",18404,17027,3,801,2772 +"76816",18404,17097,3,801,1505 +"76817",18404,17351,2,801,2036 +"76818",18404,17632,3,801,1947 +"76819",18404,17938,3,801,1410 +"76820",18404,18165,2,801,2085 +"76821",18404,18666,3,801,1230 +"76822",18404,19317,2,801,2041 +"76823",18404,20067,3,801,2390 +"76824",18404,20331,3,801,2365 +"76825",18404,21248,2,801,2232 +"76826",18404,21275,3,801,2609 +"76827",18404,22057,3,801,974 +"76828",18404,22403,3,801,1630 +"76829",18404,23268,3,801,2258 +"76830",18404,23460,3,801,2183 +"76831",18404,23911,3,801,935 +"76832",18404,24085,3,801,1253 +"76833",18404,25033,3,801,929 +"76834",18404,27642,3,801,1531 +"76835",18404,27908,3,801,2576 +"76836",18404,28626,3,801,2842 +"76837",18404,29073,3,801,2328 +"76838",18404,29267,3,801,1234 +"76839",18404,29884,3,801,1239 +"76840",18404,30236,3,801,2238 +"76841",18404,30798,3,801,1398 +"76842",18404,31705,3,801,2706 +"76843",18404,31890,3,801,1487 +"76844",18404,33380,3,801,2340 +"76845",18404,33433,3,801,2805 +"76846",18404,35903,3,801,1434 +"76847",18404,36637,3,801,2085 +"76848",18404,38921,3,801,1880 +"76849",18404,40009,3,801,1341 +"76850",18404,40028,3,801,1349 +"76851",18404,40646,3,801,1583 +"76852",18404,41682,2,801,1988 +"76853",18404,41900,3,801,1970 +"76854",18404,41945,3,801,2856 +"76855",18404,42837,1,801,1096 +"76856",18404,43077,3,801,884 +"76857",18404,44688,3,801,2924 +"76858",18404,45545,3,801,1776 +"76859",18404,46042,3,801,1692 +"76860",18404,46043,3,801,1358 +"76861",18404,46486,3,801,1868 +"76862",18404,46629,3,801,2255 +"76863",18404,47003,3,801,1915 +"76864",18404,47803,2,801,2477 +"76865",18404,49470,3,801,1528 +"76866",18404,50946,3,801,1075 +"76867",18404,51016,2,801,1141 +"76868",18404,52136,3,801,1412 +"76869",18404,54879,3,801,2210 +"76870",18404,55580,3,801,1942 +"76871",18404,57315,3,801,1005 +"76872",18404,57394,3,801,1271 +"76873",18404,61242,2,801,1650 +"76874",18404,65242,3,801,1988 +"76875",18404,66756,3,801,1301 +"76876",18404,74190,3,801,1428 +"76877",18404,79013,2,801,1441 +"76878",18404,80764,3,801,1808 +"76879",18404,80979,3,801,1142 +"76880",18404,82009,2,801,1020 +"76881",18404,82270,3,801,1641 +"76882",18404,95155,1,801,849 +"76883",18404,108620,2,801,881 +"76884",18415,135,3,2184,2233 +"76885",18415,455,3,2184,2827 +"76886",18415,671,3,2184,2328 +"76887",18415,1767,3,2184,2727 +"76888",18415,2424,3,2184,2582 +"76889",18415,2747,3,2184,2411 +"76890",18415,2852,3,2184,2448 +"76891",18415,4618,3,2184,2607 +"76892",18415,4669,2,2184,2395 +"76893",18415,5148,3,2184,2206 +"76894",18415,5725,3,2184,2789 +"76895",18415,5897,3,2184,2337 +"76896",18415,6989,3,2184,2623 +"76897",18415,7252,3,2184,2799 +"76898",18415,8533,2,2184,2251 +"76899",18415,9615,3,2184,2464 +"76900",18415,10871,3,2184,2314 +"76901",18415,12374,3,2184,2260 +"76902",18415,12713,3,2184,2440 +"76903",18415,16067,3,2184,2727 +"76904",18415,16286,3,2184,2470 +"76905",18415,18202,3,2184,2475 +"76906",18415,18810,3,2184,2671 +"76907",18415,20563,2,2184,2267 +"76908",18415,20732,3,2184,2401 +"76909",18415,21104,3,2184,2327 +"76910",18415,23509,3,2184,2275 +"76911",18415,23726,3,2184,2434 +"76912",18415,26516,3,2184,2479 +"76913",18415,26749,3,2184,2965 +"76914",18415,27742,3,2184,2700 +"76915",18415,27753,3,2184,2750 +"76916",18415,28285,3,2184,2972 +"76917",18415,28869,3,2184,2425 +"76918",18415,29073,3,2184,2328 +"76919",18415,30943,3,2184,2287 +"76920",18415,31124,3,2184,2351 +"76921",18415,31700,3,2184,2727 +"76922",18415,32939,3,2184,2277 +"76923",18415,33572,3,2184,2370 +"76924",18415,34136,3,2184,2202 +"76925",18415,41023,3,2184,2408 +"76926",18415,42642,3,2184,2257 +"76927",18415,45715,3,2184,2287 +"76928",18415,45869,3,2184,2840 +"76929",18415,46803,3,2184,2305 +"76930",18415,47947,3,2184,2681 +"76931",18415,51410,3,2184,2739 +"76932",18415,57804,3,2184,2214 +"76933",18415,57977,3,2184,2683 +"76934",18415,62840,3,2184,2502 +"76935",18415,63641,3,2184,2337 +"76936",18415,67726,3,2184,2873 +"76937",18415,69716,3,2184,2632 +"76938",18415,71562,3,2184,2574 +"76939",18415,74095,3,2184,2333 +"76940",18415,88232,3,2184,2881 +"76941",18421,680,3,2457,2569 +"76942",18421,2334,3,2457,2619 +"76943",18421,3978,3,2457,2775 +"76944",18421,5683,3,2457,2468 +"76945",18421,11253,3,2457,2577 +"76946",18421,12361,3,2457,2732 +"76947",18421,16866,3,2457,2718 +"76948",18421,18865,3,2457,2676 +"76949",18421,19655,3,2457,2706 +"76950",18421,26182,3,2457,2775 +"76951",18421,30668,3,2457,2882 +"76952",18421,43673,3,2457,2787 +"76953",18421,46982,2,2457,2806 +"76954",18421,51144,2,2457,2466 +"76955",18428,4144,3,343,1520 +"76956",18428,5346,3,343,1438 +"76957",18428,5673,3,343,1567 +"76958",18428,10337,2,343,2452 +"76959",18428,12031,3,343,1957 +"76960",18428,15207,3,343,1855 +"76961",18428,16376,3,343,546 +"76962",18428,18072,2,343,421 +"76963",18428,18319,1,343,1439 +"76964",18428,18550,3,343,483 +"76965",18428,21895,3,343,1693 +"76966",18428,23330,3,343,448 +"76967",18428,32678,2,343,1439 +"76968",18428,35911,3,343,2370 +"76969",18428,39577,3,343,1728 +"76970",18428,40113,3,343,451 +"76971",18428,45628,2,343,527 +"76972",18428,55436,3,343,2513 +"76973",18428,83161,2,343,1352 +"76974",18428,94520,3,343,1243 +"76975",18428,99288,3,343,983 +"76976",18445,41051,3,2133,2767 +"76977",18455,1570,2,1237,2028 +"76978",18455,7648,2,1237,1861 +"76979",18455,9273,3,1237,1747 +"76980",18455,9328,3,1237,1937 +"76981",18455,10755,3,1237,1742 +"76982",18455,10756,3,1237,2207 +"76983",18455,14442,3,1237,2700 +"76984",18455,16184,3,1237,2274 +"76985",18455,17768,3,1237,2468 +"76986",18455,24867,2,1237,1861 +"76987",18455,25053,2,1237,2186 +"76988",18455,29067,3,1237,1538 +"76989",18455,31281,3,1237,1937 +"76990",18455,36996,3,1237,2321 +"76991",18455,41669,3,1237,1247 +"76992",18455,44466,3,1237,1607 +"76993",18455,46849,2,1237,1238 +"76994",18455,55446,2,1237,1247 +"76995",18455,55997,3,1237,1414 +"76996",18455,59289,3,1237,2896 +"76997",18455,84322,3,1237,1635 +"76998",18455,104281,3,1237,2228 +"76999",18458,2424,3,2477,2582 +"77000",18458,3980,3,2477,2771 +"77001",18458,9175,3,2477,2639 +"77002",18458,27623,3,2477,2970 +"77003",18458,32761,3,2477,2680 +"77004",18458,44235,3,2477,2700 +"77005",18458,45239,3,2477,2535 +"77006",18458,67264,3,2477,2790 +"77007",18464,267,3,2312,2631 +"77008",18464,6192,3,2312,2409 +"77009",18464,11103,2,2312,2393 +"77010",18464,11351,3,2312,2971 +"77011",18464,11506,3,2312,2824 +"77012",18464,14507,3,2312,2686 +"77013",18464,18943,3,2312,2861 +"77014",18464,19208,3,2312,2629 +"77015",18464,19605,2,2312,2395 +"77016",18464,21463,3,2312,2437 +"77017",18464,22207,3,2312,2365 +"77018",18464,29454,3,2312,2719 +"77019",18464,33160,3,2312,2441 +"77020",18464,36136,3,2312,2338 +"77021",18464,36574,3,2312,2934 +"77022",18464,41664,3,2312,2641 +"77023",18464,42129,3,2312,2318 +"77024",18464,44403,2,2312,2429 +"77025",18464,50480,3,2312,2701 +"77026",18464,70046,3,2312,2624 +"77027",18464,83396,3,2312,2396 +"77028",18465,160,3,354,2007 +"77029",18465,341,3,354,2689 +"77030",18465,508,2,354,801 +"77031",18465,854,3,354,2307 +"77032",18465,1315,3,354,2760 +"77033",18465,2894,2,354,1291 +"77034",18465,3068,3,354,1815 +"77035",18465,3886,3,354,1669 +"77036",18465,5392,2,354,1648 +"77037",18465,5615,1,354,1105 +"77038",18465,6192,3,354,2409 +"77039",18465,6222,3,354,1949 +"77040",18465,6449,3,354,1997 +"77041",18465,7406,3,354,1906 +"77042",18465,9331,3,354,2269 +"77043",18465,9423,3,354,1708 +"77044",18465,11770,3,354,1653 +"77045",18465,12388,2,354,1975 +"77046",18465,12639,3,354,1141 +"77047",18465,12779,3,354,936 +"77048",18465,13808,3,354,1356 +"77049",18465,14586,3,354,2801 +"77050",18465,14959,3,354,2898 +"77051",18465,15215,3,354,798 +"77052",18465,15444,2,354,2764 +"77053",18465,16609,3,354,538 +"77054",18465,17351,2,354,2036 +"77055",18465,17632,3,354,1947 +"77056",18465,17938,3,354,1410 +"77057",18465,18165,2,354,2085 +"77058",18465,18404,1,354,801 +"77059",18465,18666,3,354,1230 +"77060",18465,19069,3,354,988 +"77061",18465,19317,2,354,2041 +"77062",18465,20331,3,354,2365 +"77063",18465,21248,3,354,2232 +"77064",18465,22025,3,354,1591 +"77065",18465,22057,2,354,974 +"77066",18465,23268,3,354,2258 +"77067",18465,23460,3,354,2183 +"77068",18465,24085,3,354,1253 +"77069",18465,27642,3,354,1531 +"77070",18465,29073,3,354,2328 +"77071",18465,29884,2,354,1239 +"77072",18465,38921,3,354,1880 +"77073",18465,40009,3,354,1341 +"77074",18465,41682,2,354,1988 +"77075",18465,41900,3,354,1970 +"77076",18465,41945,3,354,2856 +"77077",18465,42837,2,354,1096 +"77078",18465,43077,3,354,884 +"77079",18465,44688,3,354,2924 +"77080",18465,46042,3,354,1692 +"77081",18465,46043,3,354,1358 +"77082",18465,47803,3,354,2477 +"77083",18465,49470,3,354,1528 +"77084",18465,51016,3,354,1141 +"77085",18465,55580,3,354,1942 +"77086",18465,58164,3,354,2398 +"77087",18465,61242,3,354,1650 +"77088",18465,77031,3,354,801 +"77089",18465,79013,3,354,1441 +"77090",18465,80979,3,354,1142 +"77091",18465,81989,3,354,438 +"77092",18465,82009,3,354,1020 +"77093",18465,95155,2,354,849 +"77094",18465,108620,3,354,881 +"77095",18466,1222,3,2340,2598 +"77096",18466,6262,3,2340,2733 +"77097",18466,19190,3,2340,2677 +"77098",18466,82917,2,2340,2371 +"77099",18466,94339,3,2340,2768 +"77100",18483,602,3,874,2632 +"77101",18483,2972,3,874,1708 +"77102",18483,4675,3,874,1741 +"77103",18483,6982,3,874,2034 +"77104",18483,12703,3,874,2689 +"77105",18483,14103,3,874,2204 +"77106",18483,14723,3,874,2019 +"77107",18483,22140,3,874,942 +"77108",18483,22311,2,874,2034 +"77109",18483,25480,3,874,2747 +"77110",18483,27195,3,874,2158 +"77111",18483,56232,3,874,1175 +"77112",18483,68960,3,874,1312 +"77113",18502,270,3,1033,2542 +"77114",18502,512,3,1033,1596 +"77115",18502,913,3,1033,2144 +"77116",18502,1124,3,1033,1596 +"77117",18502,1592,2,1033,2006 +"77118",18502,1691,2,1033,1941 +"77119",18502,2011,2,1033,2176 +"77120",18502,2684,3,1033,2874 +"77121",18502,5258,1,1033,2730 +"77122",18502,5315,3,1033,2631 +"77123",18502,5971,3,1033,1985 +"77124",18502,6222,3,1033,1949 +"77125",18502,6252,3,1033,2336 +"77126",18502,6390,3,1033,2385 +"77127",18502,8657,3,1033,2473 +"77128",18502,9511,3,1033,1232 +"77129",18502,10488,3,1033,1524 +"77130",18502,11055,3,1033,2111 +"77131",18502,12199,3,1033,1651 +"77132",18502,13248,3,1033,1385 +"77133",18502,13837,3,1033,1604 +"77134",18502,13945,3,1033,1324 +"77135",18502,14108,1,1033,2012 +"77136",18502,14731,3,1033,2012 +"77137",18502,14983,3,1033,1047 +"77138",18502,15402,3,1033,1281 +"77139",18502,15453,3,1033,1688 +"77140",18502,15713,3,1033,1646 +"77141",18502,18543,1,1033,2968 +"77142",18502,19332,3,1033,1214 +"77143",18502,19718,3,1033,1702 +"77144",18502,20407,3,1033,2339 +"77145",18502,21133,3,1033,1320 +"77146",18502,23492,3,1033,1067 +"77147",18502,23725,3,1033,2378 +"77148",18502,25565,2,1033,2764 +"77149",18502,26106,3,1033,2015 +"77150",18502,27275,3,1033,2656 +"77151",18502,27792,3,1033,1308 +"77152",18502,28808,3,1033,1063 +"77153",18502,29170,3,1033,1846 +"77154",18502,29224,3,1033,2011 +"77155",18502,29948,3,1033,2795 +"77156",18502,30915,3,1033,1207 +"77157",18502,31001,3,1033,2119 +"77158",18502,31436,3,1033,2892 +"77159",18502,31696,3,1033,1595 +"77160",18502,33621,3,1033,1319 +"77161",18502,33622,3,1033,2230 +"77162",18502,34648,3,1033,1596 +"77163",18502,34945,3,1033,1298 +"77164",18502,35041,3,1033,1311 +"77165",18502,35045,3,1033,1646 +"77166",18502,35673,3,1033,1067 +"77167",18502,36439,2,1033,2469 +"77168",18502,37509,2,1033,1640 +"77169",18502,38055,3,1033,1089 +"77170",18502,38213,3,1033,1744 +"77171",18502,38259,2,1033,2258 +"77172",18502,39294,3,1033,1889 +"77173",18502,40028,3,1033,1349 +"77174",18502,40893,3,1033,1116 +"77175",18502,43173,3,1033,2895 +"77176",18502,43226,3,1033,2442 +"77177",18502,43635,3,1033,1196 +"77178",18502,44427,2,1033,2875 +"77179",18502,45684,3,1033,2200 +"77180",18502,45903,3,1033,2237 +"77181",18502,46196,3,1033,1510 +"77182",18502,46283,3,1033,1184 +"77183",18502,46621,2,1033,1343 +"77184",18502,47064,3,1033,1993 +"77185",18502,47248,2,1033,2883 +"77186",18502,47789,3,1033,1583 +"77187",18502,49301,3,1033,1894 +"77188",18502,49620,3,1033,1868 +"77189",18502,50236,3,1033,2339 +"77190",18502,51017,3,1033,2073 +"77191",18502,52136,3,1033,1412 +"77192",18502,52323,3,1033,2148 +"77193",18502,52327,2,1033,1472 +"77194",18502,52735,3,1033,1124 +"77195",18502,56082,3,1033,2395 +"77196",18502,58133,3,1033,1484 +"77197",18502,58284,3,1033,2292 +"77198",18502,61689,3,1033,1309 +"77199",18502,69030,3,1033,1249 +"77200",18502,69257,3,1033,1402 +"77201",18502,69447,3,1033,1197 +"77202",18502,71274,3,1033,2390 +"77203",18502,72571,3,1033,1175 +"77204",18502,74636,3,1033,2525 +"77205",18502,79657,3,1033,1260 +"77206",18502,81162,3,1033,1240 +"77207",18502,82401,2,1033,1210 +"77208",18502,83224,3,1033,1183 +"77209",18502,83526,3,1033,1235 +"77210",18502,84612,3,1033,2175 +"77211",18502,88232,2,1033,2881 +"77212",18502,92491,3,1033,1968 +"77213",18502,92658,3,1033,2659 +"77214",18502,95288,3,1033,1602 +"77215",18502,97674,3,1033,1912 +"77216",18502,97824,3,1033,1229 +"77217",18502,100215,3,1033,2436 +"77218",18502,100432,3,1033,1358 +"77219",18518,388,3,1128,1594 +"77220",18518,680,3,1128,2569 +"77221",18518,1560,3,1128,2013 +"77222",18518,2540,3,1128,1398 +"77223",18518,2563,3,1128,1686 +"77224",18518,4226,3,1128,1903 +"77225",18518,4303,3,1128,2414 +"77226",18518,6602,3,1128,1631 +"77227",18518,7936,3,1128,1199 +"77228",18518,8062,3,1128,2858 +"77229",18518,9716,3,1128,1929 +"77230",18518,10474,3,1128,1608 +"77231",18518,11429,3,1128,2520 +"77232",18518,11477,3,1128,2724 +"77233",18518,12759,3,1128,2414 +"77234",18518,14072,3,1128,1346 +"77235",18518,14972,3,1128,2332 +"77236",18518,15095,3,1128,2001 +"77237",18518,15700,3,1128,1712 +"77238",18518,18124,3,1128,1642 +"77239",18518,18371,3,1128,2860 +"77240",18518,18381,3,1128,1524 +"77241",18518,20624,3,1128,1298 +"77242",18518,25373,3,1128,2783 +"77243",18518,30334,2,1128,2075 +"77244",18518,30705,3,1128,2959 +"77245",18518,34820,3,1128,1630 +"77246",18518,35518,3,1128,1721 +"77247",18518,36953,3,1128,2790 +"77248",18518,37636,2,1128,2178 +"77249",18518,37844,3,1128,2002 +"77250",18518,40392,2,1128,1878 +"77251",18518,41429,3,1128,1770 +"77252",18518,41723,3,1128,2101 +"77253",18518,43204,3,1128,1680 +"77254",18518,44341,3,1128,1230 +"77255",18518,47082,3,1128,1990 +"77256",18518,51783,2,1128,2599 +"77257",18518,56082,3,1128,2395 +"77258",18518,58133,3,1128,1484 +"77259",18518,99020,3,1128,1383 +"77260",18543,11351,3,2968,2971 +"77261",18550,212,3,483,1513 +"77262",18550,270,3,483,2542 +"77263",18550,359,3,483,635 +"77264",18550,600,3,483,1702 +"77265",18550,1044,3,483,880 +"77266",18550,1050,3,483,1185 +"77267",18550,1367,2,483,2176 +"77268",18550,1677,3,483,2645 +"77269",18550,1685,3,483,2230 +"77270",18550,2077,3,483,610 +"77271",18550,2224,3,483,2751 +"77272",18550,2424,2,483,2582 +"77273",18550,2533,3,483,2016 +"77274",18550,2563,3,483,1686 +"77275",18550,2747,2,483,2411 +"77276",18550,2847,3,483,494 +"77277",18550,2865,3,483,2006 +"77278",18550,3068,3,483,1815 +"77279",18550,3171,3,483,700 +"77280",18550,3305,3,483,2839 +"77281",18550,3460,3,483,2530 +"77282",18550,3863,2,483,856 +"77283",18550,3896,3,483,2693 +"77284",18550,4191,3,483,2130 +"77285",18550,4612,3,483,2804 +"77286",18550,4660,3,483,2149 +"77287",18550,4821,3,483,1938 +"77288",18550,5120,3,483,2735 +"77289",18550,5346,1,483,1438 +"77290",18550,5350,3,483,2522 +"77291",18550,5414,3,483,2321 +"77292",18550,5438,3,483,1499 +"77293",18550,5580,2,483,2111 +"77294",18550,5673,3,483,1567 +"77295",18550,5897,3,483,2337 +"77296",18550,6047,3,483,2004 +"77297",18550,6052,3,483,1985 +"77298",18550,6234,3,483,2654 +"77299",18550,6248,3,483,2737 +"77300",18550,6359,3,483,1239 +"77301",18550,6449,3,483,1997 +"77302",18550,6602,3,483,1631 +"77303",18550,7245,2,483,2089 +"77304",18550,7506,3,483,2371 +"77305",18550,7785,3,483,2441 +"77306",18550,8073,3,483,1847 +"77307",18550,8354,3,483,1705 +"77308",18550,8533,3,483,2251 +"77309",18550,8984,3,483,1162 +"77310",18550,9175,3,483,2639 +"77311",18550,9202,3,483,2477 +"77312",18550,9423,3,483,1708 +"77313",18550,9504,3,483,2549 +"77314",18550,9654,2,483,2111 +"77315",18550,9787,3,483,2858 +"77316",18550,10343,3,483,1072 +"77317",18550,10453,3,483,1656 +"77318",18550,10474,3,483,1608 +"77319",18550,10727,3,483,2082 +"77320",18550,10739,3,483,1807 +"77321",18550,10744,3,483,955 +"77322",18550,10851,3,483,2423 +"77323",18550,10875,3,483,1234 +"77324",18550,10964,3,483,2043 +"77325",18550,11019,3,483,1299 +"77326",18550,11067,3,483,2734 +"77327",18550,11108,3,483,1609 +"77328",18550,11154,3,483,1594 +"77329",18550,11984,3,483,2308 +"77330",18550,12000,3,483,1454 +"77331",18550,12031,3,483,1957 +"77332",18550,12096,3,483,1330 +"77333",18550,12272,3,483,2371 +"77334",18550,12524,3,483,1287 +"77335",18550,12724,3,483,1930 +"77336",18550,12767,3,483,2329 +"77337",18550,12781,3,483,831 +"77338",18550,13034,3,483,698 +"77339",18550,13200,3,483,2488 +"77340",18550,13296,3,483,839 +"77341",18550,13324,3,483,2163 +"77342",18550,13671,2,483,1371 +"77343",18550,13861,3,483,1197 +"77344",18550,13985,3,483,2484 +"77345",18550,14072,3,483,1346 +"77346",18550,14422,3,483,1548 +"77347",18550,14532,3,483,1193 +"77348",18550,14586,3,483,2801 +"77349",18550,14676,3,483,2764 +"77350",18550,14707,2,483,672 +"77351",18550,14731,3,483,2012 +"77352",18550,14754,3,483,2456 +"77353",18550,14855,3,483,903 +"77354",18550,14972,3,483,2332 +"77355",18550,14998,3,483,1553 +"77356",18550,15122,3,483,1201 +"77357",18550,15207,1,483,1855 +"77358",18550,15453,2,483,1688 +"77359",18550,15462,2,483,1141 +"77360",18550,15813,3,483,2143 +"77361",18550,15826,3,483,2772 +"77362",18550,16021,3,483,858 +"77363",18550,16067,2,483,2727 +"77364",18550,16501,3,483,1650 +"77365",18550,16877,3,483,2509 +"77366",18550,17033,3,483,2771 +"77367",18550,17328,3,483,1206 +"77368",18550,17396,3,483,1672 +"77369",18550,17672,3,483,1987 +"77370",18550,17931,3,483,1617 +"77371",18550,18211,3,483,1745 +"77372",18550,18348,2,483,1711 +"77373",18550,18364,3,483,535 +"77374",18550,18415,2,483,2184 +"77375",18550,18978,3,483,952 +"77376",18550,19113,3,483,1171 +"77377",18550,19231,3,483,1424 +"77378",18550,19593,3,483,2013 +"77379",18550,19621,3,483,725 +"77380",18550,19687,3,483,2072 +"77381",18550,20155,3,483,1517 +"77382",18550,20369,3,483,1356 +"77383",18550,20545,3,483,1491 +"77384",18550,20563,3,483,2267 +"77385",18550,20705,3,483,829 +"77386",18550,21164,3,483,1645 +"77387",18550,21197,3,483,1437 +"77388",18550,21198,3,483,935 +"77389",18550,21249,3,483,1635 +"77390",18550,21285,3,483,2100 +"77391",18550,21487,3,483,2203 +"77392",18550,21566,3,483,1234 +"77393",18550,21895,3,483,1693 +"77394",18550,21929,2,483,2062 +"77395",18550,22080,3,483,2436 +"77396",18550,22165,3,483,1501 +"77397",18550,22242,3,483,1690 +"77398",18550,22566,3,483,2308 +"77399",18550,22567,3,483,2396 +"77400",18550,23011,3,483,2763 +"77401",18550,23112,3,483,1192 +"77402",18550,23282,3,483,1225 +"77403",18550,23488,3,483,1523 +"77404",18550,23509,3,483,2275 +"77405",18550,23639,3,483,2065 +"77406",18550,23869,3,483,1918 +"77407",18550,24085,3,483,1253 +"77408",18550,24195,3,483,1575 +"77409",18550,24974,2,483,702 +"77410",18550,25443,3,483,1441 +"77411",18550,26567,3,483,1158 +"77412",18550,26658,3,483,2745 +"77413",18550,27008,3,483,911 +"77414",18550,27742,3,483,2700 +"77415",18550,27897,3,483,1968 +"77416",18550,27914,3,483,2507 +"77417",18550,28057,2,483,1067 +"77418",18550,28130,3,483,908 +"77419",18550,28355,3,483,2053 +"77420",18550,28627,3,483,2694 +"77421",18550,28869,3,483,2425 +"77422",18550,28914,3,483,580 +"77423",18550,29073,3,483,2328 +"77424",18550,29117,3,483,1250 +"77425",18550,29286,3,483,1612 +"77426",18550,29667,3,483,531 +"77427",18550,30092,3,483,1593 +"77428",18550,30262,2,483,1715 +"77429",18550,30865,3,483,2038 +"77430",18550,30943,2,483,2287 +"77431",18550,30981,3,483,2366 +"77432",18550,31050,3,483,1491 +"77433",18550,31124,3,483,2351 +"77434",18550,31317,3,483,1362 +"77435",18550,31868,3,483,1993 +"77436",18550,31927,3,483,818 +"77437",18550,32202,3,483,2314 +"77438",18550,32532,3,483,2338 +"77439",18550,32560,3,483,1258 +"77440",18550,32651,3,483,877 +"77441",18550,32899,3,483,1369 +"77442",18550,32920,3,483,2158 +"77443",18550,32939,2,483,2277 +"77444",18550,33383,3,483,1572 +"77445",18550,34334,3,483,1637 +"77446",18550,34509,3,483,1973 +"77447",18550,34820,3,483,1630 +"77448",18550,35186,3,483,1520 +"77449",18550,35264,3,483,2329 +"77450",18550,35728,3,483,2017 +"77451",18550,35772,3,483,1440 +"77452",18550,35797,2,483,2482 +"77453",18550,35919,3,483,663 +"77454",18550,36031,3,483,2342 +"77455",18550,36215,3,483,1623 +"77456",18550,36441,3,483,2796 +"77457",18550,36862,3,483,2655 +"77458",18550,37752,3,483,2223 +"77459",18550,38523,3,483,549 +"77460",18550,38676,3,483,2286 +"77461",18550,39217,3,483,504 +"77462",18550,39577,3,483,1728 +"77463",18550,39657,3,483,1947 +"77464",18550,39999,3,483,1593 +"77465",18550,40493,3,483,1981 +"77466",18550,41439,2,483,709 +"77467",18550,41694,3,483,2358 +"77468",18550,41739,3,483,1339 +"77469",18550,41955,3,483,2479 +"77470",18550,42195,3,483,573 +"77471",18550,42216,3,483,2722 +"77472",18550,42256,3,483,2839 +"77473",18550,42642,2,483,2257 +"77474",18550,42713,3,483,1995 +"77475",18550,42725,2,483,630 +"77476",18550,42799,3,483,2729 +"77477",18550,43250,3,483,1300 +"77478",18550,43455,3,483,2846 +"77479",18550,44074,3,483,1299 +"77480",18550,44181,3,483,1034 +"77481",18550,44193,3,483,989 +"77482",18550,44433,3,483,2224 +"77483",18550,44497,3,483,2401 +"77484",18550,44557,3,483,2371 +"77485",18550,44603,3,483,2748 +"77486",18550,44819,3,483,2063 +"77487",18550,45186,2,483,835 +"77488",18550,45239,3,483,2535 +"77489",18550,45302,3,483,2390 +"77490",18550,45480,3,483,1104 +"77491",18550,45585,3,483,2384 +"77492",18550,45633,3,483,2134 +"77493",18550,46532,3,483,2005 +"77494",18550,46629,3,483,2255 +"77495",18550,46635,3,483,2528 +"77496",18550,46803,2,483,2305 +"77497",18550,47293,3,483,929 +"77498",18550,47557,3,483,999 +"77499",18550,47564,3,483,2650 +"77500",18550,47654,3,483,1664 +"77501",18550,49069,3,483,1694 +"77502",18550,49144,3,483,1542 +"77503",18550,49147,3,483,2539 +"77504",18550,49186,3,483,1289 +"77505",18550,49551,3,483,879 +"77506",18550,50382,3,483,2244 +"77507",18550,50581,3,483,1258 +"77508",18550,50621,3,483,2809 +"77509",18550,51022,3,483,1499 +"77510",18550,51055,3,483,2558 +"77511",18550,51866,3,483,2411 +"77512",18550,51925,3,483,2307 +"77513",18550,52576,3,483,2234 +"77514",18550,52993,3,483,1256 +"77515",18550,53043,2,483,803 +"77516",18550,53412,3,483,566 +"77517",18550,53445,3,483,2028 +"77518",18550,54061,3,483,1488 +"77519",18550,54388,2,483,1257 +"77520",18550,54718,3,483,2473 +"77521",18550,54890,3,483,877 +"77522",18550,55072,3,483,612 +"77523",18550,55185,3,483,922 +"77524",18550,55436,3,483,2513 +"77525",18550,55892,3,483,1234 +"77526",18550,56116,3,483,1321 +"77527",18550,56903,3,483,1584 +"77528",18550,56995,3,483,2323 +"77529",18550,57804,2,483,2214 +"77530",18550,57842,3,483,2482 +"77531",18550,57901,3,483,614 +"77532",18550,57912,3,483,1035 +"77533",18550,58015,3,483,899 +"77534",18550,58078,3,483,1252 +"77535",18550,58284,3,483,2292 +"77536",18550,58655,3,483,2685 +"77537",18550,58854,3,483,1131 +"77538",18550,59039,3,483,2870 +"77539",18550,60516,3,483,2257 +"77540",18550,61723,3,483,1262 +"77541",18550,61982,3,483,2725 +"77542",18550,63641,2,483,2337 +"77543",18550,64181,3,483,1828 +"77544",18550,64427,3,483,535 +"77545",18550,64439,3,483,562 +"77546",18550,65625,3,483,1273 +"77547",18550,65691,3,483,2134 +"77548",18550,66413,3,483,2507 +"77549",18550,66717,3,483,2104 +"77550",18550,66994,3,483,1865 +"77551",18550,67252,3,483,1215 +"77552",18550,67719,3,483,2429 +"77553",18550,67726,2,483,2873 +"77554",18550,67788,3,483,837 +"77555",18550,68043,3,483,690 +"77556",18550,68700,3,483,639 +"77557",18550,68876,3,483,1397 +"77558",18550,69117,3,483,645 +"77559",18550,69232,3,483,2130 +"77560",18550,69293,2,483,609 +"77561",18550,69716,2,483,2632 +"77562",18550,69903,3,483,1066 +"77563",18550,71467,3,483,1051 +"77564",18550,72470,3,483,991 +"77565",18550,72535,3,483,1191 +"77566",18550,73205,3,483,1529 +"77567",18550,74795,3,483,1319 +"77568",18550,74818,2,483,1440 +"77569",18550,75194,3,483,1736 +"77570",18550,76235,3,483,2777 +"77571",18550,76892,3,483,2381 +"77572",18550,79612,3,483,927 +"77573",18550,80219,3,483,988 +"77574",18550,80942,3,483,1240 +"77575",18550,81463,3,483,955 +"77576",18550,81676,3,483,839 +"77577",18550,82246,3,483,1538 +"77578",18550,82426,3,483,1576 +"77579",18550,83961,3,483,578 +"77580",18550,84268,3,483,1217 +"77581",18550,85356,2,483,1492 +"77582",18550,85690,3,483,1229 +"77583",18550,89681,3,483,1978 +"77584",18550,90608,3,483,590 +"77585",18550,91901,3,483,1236 +"77586",18550,92254,3,483,517 +"77587",18550,92630,3,483,1583 +"77588",18550,94520,1,483,1243 +"77589",18550,94650,3,483,896 +"77590",18550,96007,3,483,895 +"77591",18550,96132,3,483,1489 +"77592",18550,96563,3,483,961 +"77593",18550,99237,2,483,783 +"77594",18550,99288,3,483,983 +"77595",18550,99557,2,483,1703 +"77596",18550,99621,3,483,874 +"77597",18550,100219,3,483,585 +"77598",18550,100532,3,483,859 +"77599",18550,101347,3,483,1335 +"77600",18550,101367,3,483,974 +"77601",18550,104098,3,483,512 +"77602",18550,105063,3,483,1908 +"77603",18550,106554,3,483,1270 +"77604",18550,106555,3,483,1626 +"77605",18550,109194,3,483,494 +"77606",18550,115021,3,483,1226 +"77607",18550,117679,3,483,535 +"77608",18554,2036,3,2065,2483 +"77609",18554,5457,3,2065,2077 +"77610",18554,5462,3,2065,2374 +"77611",18554,5504,3,2065,2389 +"77612",18554,6363,3,2065,2066 +"77613",18554,8760,3,2065,2477 +"77614",18554,12713,3,2065,2440 +"77615",18554,19248,3,2065,2357 +"77616",18554,19606,3,2065,2783 +"77617",18554,29864,3,2065,2479 +"77618",18554,51041,3,2065,2606 +"77619",18554,67182,2,2065,2855 +"77620",18563,2684,3,2715,2874 +"77621",18563,12356,3,2715,2757 +"77622",18563,14959,3,2715,2898 +"77623",18563,16954,2,2715,2972 +"77624",18563,36609,3,2715,2918 +"77625",18566,2894,3,83,1291 +"77626",18566,3163,3,83,2020 +"77627",18566,3801,3,83,1974 +"77628",18566,7703,2,83,2122 +"77629",18566,10974,3,83,896 +"77630",18566,20070,2,83,1914 +"77631",18566,20271,3,83,2044 +"77632",18566,21682,3,83,2414 +"77633",18566,28626,2,83,2842 +"77634",18566,32419,3,83,1909 +"77635",18566,40703,3,83,1608 +"77636",18566,59677,3,83,1174 +"77637",18566,75921,3,83,517 +"77638",18566,82270,2,83,1641 +"77639",18567,6162,3,919,1673 +"77640",18567,7029,3,919,2204 +"77641",18567,7970,3,919,1197 +"77642",18567,9311,3,919,2477 +"77643",18567,9650,2,919,1167 +"77644",18567,13601,3,919,2689 +"77645",18567,15453,3,919,1688 +"77646",18567,17938,3,919,1410 +"77647",18567,22455,3,919,1197 +"77648",18567,26595,3,919,1566 +"77649",18567,28640,2,919,1475 +"77650",18567,30081,3,919,2403 +"77651",18567,33433,3,919,2805 +"77652",18567,34325,3,919,1982 +"77653",18567,35516,2,919,1229 +"77654",18567,36962,3,919,2861 +"77655",18567,37333,3,919,1612 +"77656",18567,39556,3,919,2747 +"77657",18567,44306,3,919,1036 +"77658",18567,47889,3,919,992 +"77659",18567,50946,3,919,1075 +"77660",18567,54879,2,919,2210 +"77661",18567,56232,3,919,1175 +"77662",18567,62903,3,919,1704 +"77663",18567,78932,3,919,981 +"77664",18567,79088,3,919,1369 +"77665",18567,86287,3,919,1349 +"77666",18571,2093,3,2128,2459 +"77667",18571,2334,2,2128,2619 +"77668",18571,2852,3,2128,2448 +"77669",18571,3271,3,2128,2216 +"77670",18571,3477,3,2128,2546 +"77671",18571,4730,2,2128,2131 +"77672",18571,5239,3,2128,2875 +"77673",18571,6063,3,2128,2349 +"77674",18571,6824,3,2128,2680 +"77675",18571,7433,2,2128,2255 +"77676",18571,9272,3,2128,2835 +"77677",18571,10638,3,2128,2692 +"77678",18571,11103,3,2128,2393 +"77679",18571,11506,2,2128,2824 +"77680",18571,15860,3,2128,2602 +"77681",18571,17826,3,2128,2920 +"77682",18571,18943,2,2128,2861 +"77683",18571,20007,3,2128,2971 +"77684",18571,20563,3,2128,2267 +"77685",18571,21180,3,2128,2762 +"77686",18571,21193,3,2128,2490 +"77687",18571,21463,2,2128,2437 +"77688",18571,21693,3,2128,2176 +"77689",18571,22326,3,2128,2818 +"77690",18571,25305,3,2128,2447 +"77691",18571,27478,3,2128,2485 +"77692",18571,27783,1,2128,2302 +"77693",18571,31307,3,2128,2139 +"77694",18571,33223,3,2128,2397 +"77695",18571,34162,3,2128,2336 +"77696",18571,36136,1,2128,2338 +"77697",18571,38144,3,2128,2637 +"77698",18571,38755,2,2128,2902 +"77699",18571,39105,1,2128,2487 +"77700",18571,41023,3,2128,2408 +"77701",18571,41978,3,2128,2824 +"77702",18571,43226,3,2128,2442 +"77703",18571,46951,1,2128,2429 +"77704",18571,53013,3,2128,2523 +"77705",18571,55775,3,2128,2385 +"77706",18571,56673,3,2128,2419 +"77707",18571,58508,3,2128,2326 +"77708",18571,59039,2,2128,2870 +"77709",18571,68592,3,2128,2551 +"77710",18571,69335,2,2128,2698 +"77711",18571,76132,1,2128,2426 +"77712",18571,111034,2,2128,2131 +"77713",18574,17925,3,2305,2385 +"77714",18574,32724,3,2305,2581 +"77715",18574,37801,2,2305,2578 +"77716",18574,44312,2,2305,2741 +"77717",18574,48931,3,2305,2444 +"77718",18574,65054,1,2305,2593 +"77719",18601,6062,2,2143,2681 +"77720",18601,20496,2,2143,2530 +"77721",18601,38263,3,2143,2475 +"77722",18601,56859,3,2143,2319 +"77723",18601,62739,3,2143,2753 +"77724",18601,72088,3,2143,2728 +"77725",18610,916,2,2141,2718 +"77726",18610,1222,3,2141,2598 +"77727",18610,6262,3,2141,2733 +"77728",18610,23739,3,2141,2463 +"77729",18610,28824,3,2141,2412 +"77730",18610,36662,3,2141,2967 +"77731",18610,43524,3,2141,2572 +"77732",18610,55405,3,2141,2788 +"77733",18610,59470,3,2141,2393 +"77734",18610,94339,2,2141,2768 +"77735",18615,206,3,1025,1986 +"77736",18615,212,3,1025,1513 +"77737",18615,313,3,1025,2271 +"77738",18615,362,3,1025,2537 +"77739",18615,364,3,1025,2351 +"77740",18615,377,3,1025,2389 +"77741",18615,543,3,1025,2203 +"77742",18615,613,3,1025,2687 +"77743",18615,823,3,1025,2840 +"77744",18615,1036,2,1025,1367 +"77745",18615,1046,3,1025,1881 +"77746",18615,1092,3,1025,1945 +"77747",18615,1151,3,1025,2885 +"77748",18615,1397,3,1025,1225 +"77749",18615,1495,3,1025,2046 +"77750",18615,1616,3,1025,2662 +"77751",18615,1691,3,1025,1941 +"77752",18615,1777,2,1025,1965 +"77753",18615,2036,2,1025,2483 +"77754",18615,2224,3,1025,2751 +"77755",18615,2484,3,1025,2389 +"77756",18615,3088,3,1025,1670 +"77757",18615,3161,3,1025,2229 +"77758",18615,3164,3,1025,2693 +"77759",18615,3753,2,1025,1255 +"77760",18615,3830,3,1025,1661 +"77761",18615,4057,3,1025,2389 +"77762",18615,5078,2,1025,2033 +"77763",18615,5429,3,1025,1991 +"77764",18615,5457,2,1025,2077 +"77765",18615,5462,2,1025,2374 +"77766",18615,5504,2,1025,2389 +"77767",18615,6363,3,1025,2066 +"77768",18615,7013,3,1025,2040 +"77769",18615,7245,3,1025,2089 +"77770",18615,7323,3,1025,2858 +"77771",18615,7861,3,1025,1647 +"77772",18615,8621,3,1025,1681 +"77773",18615,8760,2,1025,2477 +"77774",18615,8866,3,1025,1545 +"77775",18615,9362,3,1025,2879 +"77776",18615,9703,3,1025,1845 +"77777",18615,11055,3,1025,2111 +"77778",18615,11208,3,1025,1161 +"77779",18615,12713,2,1025,2440 +"77780",18615,13780,3,1025,2412 +"77781",18615,15539,3,1025,1929 +"77782",18615,15607,3,1025,1421 +"77783",18615,15716,3,1025,1991 +"77784",18615,16587,1,1025,2065 +"77785",18615,17410,3,1025,2073 +"77786",18615,17520,3,1025,2276 +"77787",18615,18151,3,1025,2962 +"77788",18615,18554,1,1025,2065 +"77789",18615,19248,3,1025,2357 +"77790",18615,19606,2,1025,2783 +"77791",18615,19637,3,1025,1229 +"77792",18615,20659,3,1025,1969 +"77793",18615,21225,3,1025,1945 +"77794",18615,21593,3,1025,1312 +"77795",18615,21706,3,1025,1988 +"77796",18615,22006,2,1025,1202 +"77797",18615,22749,3,1025,1727 +"77798",18615,23498,3,1025,2398 +"77799",18615,25198,2,1025,1982 +"77800",18615,26282,3,1025,1241 +"77801",18615,26451,3,1025,2133 +"77802",18615,26766,3,1025,1161 +"77803",18615,27623,3,1025,2970 +"77804",18615,28216,3,1025,1910 +"77805",18615,28285,3,1025,2972 +"77806",18615,29004,3,1025,2596 +"77807",18615,29050,3,1025,1196 +"77808",18615,29864,3,1025,2479 +"77809",18615,31799,3,1025,2547 +"77810",18615,32131,3,1025,1035 +"77811",18615,33622,3,1025,2230 +"77812",18615,34509,3,1025,1973 +"77813",18615,34659,3,1025,1924 +"77814",18615,35256,3,1025,2271 +"77815",18615,37570,3,1025,2389 +"77816",18615,37717,3,1025,1201 +"77817",18615,37758,3,1025,1998 +"77818",18615,37873,3,1025,1288 +"77819",18615,38921,3,1025,1880 +"77820",18615,39135,3,1025,2489 +"77821",18615,39278,3,1025,1952 +"77822",18615,41064,2,1025,1201 +"77823",18615,41278,3,1025,1873 +"77824",18615,41747,3,1025,1722 +"77825",18615,42264,3,1025,1702 +"77826",18615,42474,3,1025,2322 +"77827",18615,42574,3,1025,2842 +"77828",18615,43135,3,1025,1171 +"77829",18615,43635,3,1025,1196 +"77830",18615,44068,3,1025,1056 +"77831",18615,44497,3,1025,2401 +"77832",18615,46680,3,1025,1690 +"77833",18615,47362,3,1025,2253 +"77834",18615,47947,3,1025,2681 +"77835",18615,48501,3,1025,2010 +"77836",18615,50252,3,1025,2001 +"77837",18615,51041,3,1025,2606 +"77838",18615,51157,3,1025,2319 +"77839",18615,52566,3,1025,2318 +"77840",18615,52735,3,1025,1124 +"77841",18615,53630,2,1025,1565 +"77842",18615,54305,3,1025,1222 +"77843",18615,54695,3,1025,2429 +"77844",18615,55556,3,1025,2075 +"77845",18615,55691,3,1025,2856 +"77846",18615,57691,2,1025,1232 +"77847",18615,57950,3,1025,1529 +"77848",18615,58427,3,1025,2234 +"77849",18615,67182,2,1025,2855 +"77850",18615,71478,3,1025,1721 +"77851",18615,76333,3,1025,1586 +"77852",18615,77424,1,1025,1489 +"77853",18615,79657,3,1025,1260 +"77854",18615,80429,3,1025,1927 +"77855",18615,81221,3,1025,2285 +"77856",18615,85430,3,1025,2370 +"77857",18615,89958,3,1025,1186 +"77858",18615,93933,3,1025,1336 +"77859",18639,1050,1,990,1185 +"77860",18639,6030,3,990,2953 +"77861",18639,7847,3,990,2424 +"77862",18639,12356,3,990,2757 +"77863",18639,12778,3,990,2045 +"77864",18639,15632,3,990,1242 +"77865",18639,22165,3,990,1501 +"77866",18639,36609,3,990,2918 +"77867",18639,40369,3,990,2735 +"77868",18639,62488,3,990,1418 +"77869",18639,68024,3,990,1531 +"77870",18639,103224,3,990,2823 +"77871",18639,105975,3,990,1939 +"77872",18645,1685,3,793,2230 +"77873",18645,2370,3,793,1600 +"77874",18645,2907,3,793,1980 +"77875",18645,3158,3,793,2762 +"77876",18645,3678,3,793,1325 +"77877",18645,4634,3,793,2291 +"77878",18645,4698,3,793,2481 +"77879",18645,5937,3,793,2392 +"77880",18645,7257,3,793,1915 +"77881",18645,7499,2,793,1803 +"77882",18645,7787,3,793,2314 +"77883",18645,8896,3,793,1139 +"77884",18645,9656,3,793,1135 +"77885",18645,9783,3,793,1275 +"77886",18645,10146,3,793,1878 +"77887",18645,10250,2,793,1606 +"77888",18645,10400,3,793,1517 +"77889",18645,11259,3,793,1356 +"77890",18645,11270,3,793,1011 +"77891",18645,11521,1,793,1559 +"77892",18645,11679,3,793,846 +"77893",18645,12000,3,793,1454 +"77894",18645,12007,3,793,1594 +"77895",18645,12197,2,793,1235 +"77896",18645,12511,3,793,1298 +"77897",18645,13671,2,793,1371 +"77898",18645,13861,3,793,1197 +"77899",18645,13930,2,793,1274 +"77900",18645,14255,3,793,893 +"77901",18645,14490,3,793,2291 +"77902",18645,14612,3,793,2340 +"77903",18645,15281,3,793,810 +"77904",18645,15558,3,793,2389 +"77905",18645,16590,2,793,1123 +"77906",18645,17480,3,793,2316 +"77907",18645,17499,3,793,2954 +"77908",18645,18821,3,793,2075 +"77909",18645,19002,3,793,2053 +"77910",18645,19296,3,793,1705 +"77911",18645,20011,3,793,2826 +"77912",18645,20709,1,793,1757 +"77913",18645,22746,3,793,913 +"77914",18645,23364,3,793,2306 +"77915",18645,23728,3,793,2601 +"77916",18645,23771,2,793,1614 +"77917",18645,24044,3,793,1076 +"77918",18645,26577,3,793,933 +"77919",18645,28648,3,793,1586 +"77920",18645,29775,3,793,2064 +"77921",18645,29778,3,793,840 +"77922",18645,30194,3,793,2874 +"77923",18645,30804,3,793,1614 +"77924",18645,33460,3,793,2781 +"77925",18645,47882,3,793,2769 +"77926",18645,48585,3,793,2063 +"77927",18645,50083,3,793,1275 +"77928",18645,50621,3,793,2809 +"77929",18645,51212,3,793,1801 +"77930",18645,52950,3,793,2716 +"77931",18645,53640,3,793,1789 +"77932",18645,56316,3,793,1435 +"77933",18645,61921,3,793,1793 +"77934",18645,67289,3,793,829 +"77935",18645,70011,2,793,2690 +"77936",18645,70348,3,793,1173 +"77937",18645,70656,3,793,2771 +"77938",18645,76867,3,793,1296 +"77939",18645,76997,2,793,2223 +"77940",18645,79337,2,793,875 +"77941",18645,79746,3,793,2272 +"77942",18645,80377,3,793,1384 +"77943",18645,80615,3,793,2252 +"77944",18645,80942,3,793,1240 +"77945",18645,88448,3,793,914 +"77946",18645,93459,3,793,1354 +"77947",18645,93609,2,793,2252 +"77948",18645,104843,3,793,1167 +"77949",18645,113333,3,793,1018 +"77950",18651,14959,3,1035,2898 +"77951",18651,16750,3,1035,1225 +"77952",18651,39256,3,1035,2449 +"77953",18651,68539,3,1035,1158 +"77954",18666,2063,3,1230,1278 +"77955",18666,3317,3,1230,2037 +"77956",18666,7181,3,1230,1421 +"77957",18666,10964,3,1230,2043 +"77958",18666,11019,3,1230,1299 +"77959",18666,11067,3,1230,2734 +"77960",18666,24085,2,1230,1253 +"77961",18666,24195,3,1230,1575 +"77962",18666,32939,3,1230,2277 +"77963",18666,40009,3,1230,1341 +"77964",18666,45967,3,1230,2195 +"77965",18666,52443,2,1230,1453 +"77966",18666,53530,3,1230,2380 +"77967",18666,57804,3,1230,2214 +"77968",18666,105353,3,1230,2073 +"77969",18670,145,2,1835,1998 +"77970",18670,160,3,1835,2007 +"77971",18670,316,3,1835,2413 +"77972",18670,823,3,1835,2840 +"77973",18670,854,3,1835,2307 +"77974",18670,913,3,1835,2144 +"77975",18670,1409,3,1835,2090 +"77976",18670,2181,3,1835,2030 +"77977",18670,2484,3,1835,2389 +"77978",18670,2936,3,1835,2512 +"77979",18670,3011,3,1835,2278 +"77980",18670,3456,3,1835,1999 +"77981",18670,3477,3,1835,2546 +"77982",18670,3978,2,1835,2775 +"77983",18670,4303,3,1835,2414 +"77984",18670,4646,3,1835,2139 +"77985",18670,4929,2,1835,2240 +"77986",18670,4953,3,1835,2285 +"77987",18670,5235,3,1835,2324 +"77988",18670,5610,3,1835,2223 +"77989",18670,6063,3,1835,2349 +"77990",18670,6324,2,1835,1990 +"77991",18670,6449,3,1835,1997 +"77992",18670,7014,3,1835,2401 +"77993",18670,7167,3,1835,1993 +"77994",18670,7616,3,1835,2296 +"77995",18670,8060,3,1835,1883 +"77996",18670,8238,2,1835,2222 +"77997",18670,8275,3,1835,2237 +"77998",18670,8842,2,1835,2535 +"77999",18670,9175,3,1835,2639 +"78000",18670,9311,2,1835,2477 +"78001",18670,9331,2,1835,2269 +"78002",18670,9723,2,1835,2302 +"78003",18670,9979,3,1835,2238 +"78004",18670,10843,3,1835,2277 +"78005",18670,11239,3,1835,2181 +"78006",18670,12081,1,1835,2166 +"78007",18670,12388,3,1835,1975 +"78008",18670,12901,3,1835,2136 +"78009",18670,12982,3,1835,2143 +"78010",18670,13307,3,1835,2206 +"78011",18670,13324,3,1835,2163 +"78012",18670,14096,3,1835,1861 +"78013",18670,14507,2,1835,2686 +"78014",18670,14731,3,1835,2012 +"78015",18670,14918,2,1835,2071 +"78016",18670,15008,2,1835,2338 +"78017",18670,15626,3,1835,2434 +"78018",18670,15729,2,1835,2338 +"78019",18670,16437,3,1835,1956 +"78020",18670,16539,3,1835,1947 +"78021",18670,16628,3,1835,2409 +"78022",18670,17351,2,1835,2036 +"78023",18670,17549,2,1835,2647 +"78024",18670,17632,2,1835,1947 +"78025",18670,17867,2,1835,1904 +"78026",18670,19208,3,1835,2629 +"78027",18670,19215,2,1835,2604 +"78028",18670,19317,3,1835,2041 +"78029",18670,19364,3,1835,2846 +"78030",18670,19605,3,1835,2395 +"78031",18670,19606,3,1835,2783 +"78032",18670,20331,2,1835,2365 +"78033",18670,21079,2,1835,1997 +"78034",18670,21734,3,1835,2528 +"78035",18670,22207,3,1835,2365 +"78036",18670,22580,2,1835,2245 +"78037",18670,22682,1,1835,2035 +"78038",18670,22709,2,1835,2743 +"78039",18670,23460,3,1835,2183 +"78040",18670,23825,3,1835,1913 +"78041",18670,24256,2,1835,2393 +"78042",18670,24558,3,1835,2139 +"78043",18670,24793,3,1835,1993 +"78044",18670,24825,2,1835,2686 +"78045",18670,25198,3,1835,1982 +"78046",18670,27379,3,1835,2461 +"78047",18670,27796,1,1835,2151 +"78048",18670,29930,3,1835,2240 +"78049",18670,29977,3,1835,2781 +"78050",18670,30827,3,1835,2323 +"78051",18670,30906,3,1835,2537 +"78052",18670,31117,3,1835,2210 +"78053",18670,31159,1,1835,2231 +"78054",18670,31235,3,1835,2668 +"78055",18670,31295,2,1835,2183 +"78056",18670,31705,2,1835,2706 +"78057",18670,32047,2,1835,1858 +"78058",18670,32939,3,1835,2277 +"78059",18670,33010,3,1835,2189 +"78060",18670,33160,3,1835,2441 +"78061",18670,33223,3,1835,2397 +"78062",18670,33433,3,1835,2805 +"78063",18670,34120,3,1835,2786 +"78064",18670,34707,2,1835,2042 +"78065",18670,34831,3,1835,1866 +"78066",18670,34921,3,1835,2181 +"78067",18670,35888,2,1835,2291 +"78068",18670,36031,3,1835,2342 +"78069",18670,37238,3,1835,2609 +"78070",18670,38307,2,1835,2648 +"78071",18670,39464,2,1835,2314 +"78072",18670,41664,3,1835,2641 +"78073",18670,41770,3,1835,2752 +"78074",18670,41900,2,1835,1970 +"78075",18670,41945,2,1835,2856 +"78076",18670,42486,3,1835,1951 +"78077",18670,42783,2,1835,2338 +"78078",18670,43455,3,1835,2846 +"78079",18670,44688,2,1835,2924 +"78080",18670,45239,2,1835,2535 +"78081",18670,45473,3,1835,2540 +"78082",18670,46446,3,1835,2295 +"78083",18670,47564,3,1835,2650 +"78084",18670,48035,2,1835,2180 +"78085",18670,50113,2,1835,2059 +"78086",18670,50480,3,1835,2701 +"78087",18670,52892,3,1835,2372 +"78088",18670,53219,3,1835,2973 +"78089",18670,53995,2,1835,2151 +"78090",18670,54953,3,1835,2223 +"78091",18670,56854,3,1835,2022 +"78092",18670,57532,3,1835,2617 +"78093",18670,57732,3,1835,2454 +"78094",18670,57804,3,1835,2214 +"78095",18670,59113,3,1835,2434 +"78096",18670,60974,2,1835,2972 +"78097",18670,63477,2,1835,1907 +"78098",18670,70046,3,1835,2624 +"78099",18670,70573,2,1835,1993 +"78100",18670,79413,2,1835,2224 +"78101",18670,89681,3,1835,1978 +"78102",18670,94640,3,1835,2344 +"78103",18672,160,3,1182,2007 +"78104",18672,680,3,1182,2569 +"78105",18672,1641,3,1182,1490 +"78106",18672,2057,2,1182,1965 +"78107",18672,2540,3,1182,1398 +"78108",18672,2591,3,1182,1949 +"78109",18672,2747,3,1182,2411 +"78110",18672,3493,3,1182,2451 +"78111",18672,6063,3,1182,2349 +"78112",18672,9484,2,1182,1429 +"78113",18672,9503,3,1182,2453 +"78114",18672,9703,3,1182,1845 +"78115",18672,10739,3,1182,1807 +"78116",18672,11424,3,1182,1631 +"78117",18672,11588,2,1182,2352 +"78118",18672,11648,3,1182,2852 +"78119",18672,12249,3,1182,1965 +"78120",18672,12361,3,1182,2732 +"78121",18672,12759,3,1182,2414 +"78122",18672,13079,3,1182,2547 +"78123",18672,14998,3,1182,1553 +"78124",18672,16539,3,1182,1947 +"78125",18672,19587,3,1182,1684 +"78126",18672,19610,3,1182,1236 +"78127",18672,19655,3,1182,2706 +"78128",18672,20220,3,1182,1656 +"78129",18672,20512,3,1182,2748 +"78130",18672,20662,2,1182,1523 +"78131",18672,22244,3,1182,2139 +"78132",18672,23131,3,1182,1732 +"78133",18672,24069,3,1182,2697 +"78134",18672,25373,3,1182,2783 +"78135",18672,27255,3,1182,1232 +"78136",18672,27390,3,1182,2425 +"78137",18672,28116,2,1182,1643 +"78138",18672,28837,3,1182,2286 +"78139",18672,29997,3,1182,1789 +"78140",18672,30525,3,1182,1964 +"78141",18672,31335,3,1182,2351 +"78142",18672,31866,3,1182,2101 +"78143",18672,36346,3,1182,1240 +"78144",18672,37636,3,1182,2178 +"78145",18672,39418,3,1182,1978 +"78146",18672,41694,3,1182,2358 +"78147",18672,41723,3,1182,2101 +"78148",18672,43961,3,1182,2443 +"78149",18672,45729,3,1182,2606 +"78150",18672,46982,3,1182,2806 +"78151",18672,51144,3,1182,2466 +"78152",18672,52136,3,1182,1412 +"78153",18672,55482,3,1182,1866 +"78154",18672,72632,3,1182,1289 +"78155",18672,76286,3,1182,1642 +"78156",18672,77052,3,1182,2770 +"78157",18672,85198,3,1182,1794 +"78158",18672,107435,3,1182,1635 +"78159",18700,7253,3,1929,2686 +"78160",18700,11931,3,1929,2443 +"78161",18700,28268,3,1929,2258 +"78162",18700,76505,3,1929,2123 +"78163",18706,2294,3,1617,1638 +"78164",18706,8860,2,1617,2141 +"78165",18706,13601,3,1617,2689 +"78166",18706,39534,3,1617,2410 +"78167",18706,43440,3,1617,1889 +"78168",18706,107383,3,1617,1918 +"78169",18707,270,3,1143,2542 +"78170",18707,312,3,1143,2038 +"78171",18707,455,3,1143,2827 +"78172",18707,470,3,1143,2285 +"78173",18707,854,3,1143,2307 +"78174",18707,913,3,1143,2144 +"78175",18707,1102,3,1143,2282 +"78176",18707,1124,3,1143,1596 +"78177",18707,2111,3,1143,1904 +"78178",18707,2181,3,1143,2030 +"78179",18707,2424,2,1143,2582 +"78180",18707,2533,3,1143,2016 +"78181",18707,3305,3,1143,2839 +"78182",18707,3830,3,1143,1661 +"78183",18707,3966,3,1143,2425 +"78184",18707,4317,3,1143,1224 +"78185",18707,4567,3,1143,2348 +"78186",18707,4701,3,1143,2401 +"78187",18707,4791,2,1143,1184 +"78188",18707,5429,3,1143,1991 +"78189",18707,5462,3,1143,2374 +"78190",18707,6052,2,1143,1985 +"78191",18707,6588,3,1143,2025 +"78192",18707,7241,3,1143,2259 +"78193",18707,8258,3,1143,1959 +"78194",18707,9511,3,1143,1232 +"78195",18707,10433,3,1143,2075 +"78196",18707,11006,3,1143,1950 +"78197",18707,12618,3,1143,2021 +"78198",18707,13307,3,1143,2206 +"78199",18707,15005,3,1143,1415 +"78200",18707,15813,3,1143,2143 +"78201",18707,16432,3,1143,2664 +"78202",18707,16535,3,1143,1993 +"78203",18707,17852,2,1143,2840 +"78204",18707,17931,3,1143,1617 +"78205",18707,19248,3,1143,2357 +"78206",18707,19622,3,1143,2371 +"78207",18707,19719,3,1143,2177 +"78208",18707,20824,3,1143,1366 +"78209",18707,21012,3,1143,2325 +"78210",18707,21122,2,1143,1701 +"78211",18707,21197,3,1143,1437 +"78212",18707,21285,3,1143,2100 +"78213",18707,21693,3,1143,2176 +"78214",18707,21929,3,1143,2062 +"78215",18707,22282,3,1143,1418 +"78216",18707,22326,3,1143,2818 +"78217",18707,22331,2,1143,2687 +"78218",18707,22362,3,1143,1836 +"78219",18707,23715,3,1143,1859 +"78220",18707,23729,3,1143,1624 +"78221",18707,24005,3,1143,1188 +"78222",18707,24448,3,1143,2289 +"78223",18707,24755,3,1143,1319 +"78224",18707,24962,3,1143,2126 +"78225",18707,25305,3,1143,2447 +"78226",18707,25443,3,1143,1441 +"78227",18707,25577,3,1143,1946 +"78228",18707,26451,3,1143,2133 +"78229",18707,27175,2,1143,1447 +"78230",18707,27275,3,1143,2656 +"78231",18707,27390,3,1143,2425 +"78232",18707,27694,2,1143,2030 +"78233",18707,27792,3,1143,1308 +"78234",18707,27849,3,1143,1316 +"78235",18707,28115,3,1143,1835 +"78236",18707,29962,2,1143,2201 +"78237",18707,30052,1,1143,2855 +"78238",18707,31050,3,1143,1491 +"78239",18707,31307,3,1143,2139 +"78240",18707,34160,3,1143,1759 +"78241",18707,38019,3,1143,1870 +"78242",18707,40028,3,1143,1349 +"78243",18707,41278,3,1143,1873 +"78244",18707,41739,3,1143,1339 +"78245",18707,42618,3,1143,2316 +"78246",18707,43455,3,1143,2846 +"78247",18707,45302,3,1143,2390 +"78248",18707,46629,3,1143,2255 +"78249",18707,48414,3,1143,1749 +"78250",18707,48698,3,1143,1474 +"78251",18707,50685,3,1143,2008 +"78252",18707,51022,3,1143,1499 +"78253",18707,51810,2,1143,1401 +"78254",18707,52058,2,1143,1836 +"78255",18707,52136,3,1143,1412 +"78256",18707,52570,3,1143,2645 +"78257",18707,52576,3,1143,2234 +"78258",18707,53196,3,1143,1888 +"78259",18707,55468,2,1143,2511 +"78260",18707,56317,2,1143,2030 +"78261",18707,57549,3,1143,2335 +"78262",18707,57950,2,1143,1529 +"78263",18707,58078,3,1143,1252 +"78264",18707,58133,3,1143,1484 +"78265",18707,58508,3,1143,2326 +"78266",18707,58652,3,1143,1437 +"78267",18707,58684,3,1143,2295 +"78268",18707,61982,3,1143,2725 +"78269",18707,62841,3,1143,2710 +"78270",18707,64181,3,1143,1828 +"78271",18707,65016,2,1143,2749 +"78272",18707,66860,2,1143,1548 +"78273",18707,67652,3,1143,2736 +"78274",18707,76892,2,1143,2381 +"78275",18707,79322,3,1143,2770 +"78276",18707,81588,3,1143,1568 +"78277",18707,82949,3,1143,2077 +"78278",18707,97915,3,1143,1802 +"78279",18707,108867,3,1143,2328 +"78280",18714,72889,2,2023,2337 +"78281",18718,827,3,494,2964 +"78282",18718,916,3,494,2718 +"78283",18718,1624,3,494,2687 +"78284",18718,1708,2,494,1591 +"78285",18718,2647,2,494,2450 +"78286",18718,2927,3,494,1789 +"78287",18718,3557,3,494,1259 +"78288",18718,4180,2,494,1817 +"78289",18718,4551,2,494,2720 +"78290",18718,4970,3,494,1220 +"78291",18718,5303,1,494,1849 +"78292",18718,5568,3,494,1290 +"78293",18718,6040,3,494,2103 +"78294",18718,6480,2,494,1678 +"78295",18718,7245,3,494,2089 +"78296",18718,7253,1,494,2686 +"78297",18718,7254,1,494,1849 +"78298",18718,7604,2,494,1366 +"78299",18718,11665,2,494,1643 +"78300",18718,11858,2,494,1530 +"78301",18718,12610,3,494,1274 +"78302",18718,13034,3,494,698 +"78303",18718,13388,3,494,2119 +"78304",18718,14212,3,494,857 +"78305",18718,15146,1,494,1546 +"78306",18718,16538,3,494,704 +"78307",18718,18415,3,494,2184 +"78308",18718,19476,3,494,1708 +"78309",18718,19509,2,494,2000 +"78310",18718,21027,1,494,560 +"78311",18718,23639,3,494,2065 +"78312",18718,24116,3,494,1413 +"78313",18718,25270,3,494,985 +"78314",18718,26513,2,494,2205 +"78315",18718,28268,2,494,2258 +"78316",18718,29073,3,494,2328 +"78317",18718,30974,3,494,947 +"78318",18718,31295,3,494,2183 +"78319",18718,31700,3,494,2727 +"78320",18718,32350,3,494,1540 +"78321",18718,34945,3,494,1298 +"78322",18718,34953,2,494,1817 +"78323",18718,36399,3,494,1357 +"78324",18718,37937,3,494,1320 +"78325",18718,42382,3,494,2224 +"78326",18718,46616,2,494,1917 +"78327",18718,47607,1,494,2724 +"78328",18718,50468,3,494,1659 +"78329",18718,50678,2,494,1366 +"78330",18718,52380,2,494,2686 +"78331",18718,53584,2,494,2391 +"78332",18718,58945,1,494,2481 +"78333",18718,59511,2,494,2753 +"78334",18718,61209,3,494,580 +"78335",18718,62957,3,494,1170 +"78336",18718,63631,3,494,763 +"78337",18718,69029,3,494,2623 +"78338",18718,70854,3,494,635 +"78339",18718,75194,1,494,1736 +"78340",18718,75884,3,494,520 +"78341",18718,76796,3,494,1140 +"78342",18718,76814,3,494,926 +"78343",18718,76929,3,494,910 +"78344",18718,77183,3,494,1317 +"78345",18718,77719,3,494,2086 +"78346",18718,78262,3,494,1326 +"78347",18718,78611,3,494,1586 +"78348",18718,78768,3,494,841 +"78349",18718,82426,2,494,1576 +"78350",18718,84591,3,494,1685 +"78351",18718,87915,3,494,1152 +"78352",18718,90778,2,494,683 +"78353",18718,95060,3,494,1974 +"78354",18735,135,3,1581,2233 +"78355",18735,1323,2,1581,1659 +"78356",18735,2704,2,1581,2609 +"78357",18735,3163,1,1581,2020 +"78358",18735,3167,3,1581,1676 +"78359",18735,3801,3,1581,1974 +"78360",18735,3961,3,1581,2426 +"78361",18735,4191,3,1581,2130 +"78362",18735,4504,3,1581,1905 +"78363",18735,7984,3,1581,2493 +"78364",18735,15401,3,1581,1999 +"78365",18735,16801,3,1581,2008 +"78366",18735,20067,3,1581,2390 +"78367",18735,21682,3,1581,2414 +"78368",18735,25341,3,1581,1858 +"78369",18735,28892,3,1581,2023 +"78370",18735,32988,2,1581,2008 +"78371",18735,38219,3,1581,1689 +"78372",18735,38449,3,1581,1802 +"78373",18735,40645,3,1581,1899 +"78374",18735,42505,2,1581,2008 +"78375",18735,42935,3,1581,2400 +"78376",18735,45903,3,1581,2237 +"78377",18735,51410,3,1581,2739 +"78378",18735,53196,3,1581,1888 +"78379",18735,55139,2,1581,2323 +"78380",18735,55862,3,1581,2123 +"78381",18735,65155,3,1581,1947 +"78382",18735,65322,3,1581,2008 +"78383",18735,78150,3,1581,2581 +"78384",18735,82767,3,1581,1641 +"78385",18735,92757,3,1581,2615 +"78386",18744,73747,2,1285,2274 +"78387",18752,26421,2,2607,2634 +"78388",18752,64699,3,2607,2797 +"78389",18779,750,3,1267,1327 +"78390",18779,766,3,1267,2690 +"78391",18779,1315,3,1267,2760 +"78392",18779,13158,3,1267,2667 +"78393",18779,13479,3,1267,2155 +"78394",18779,27427,2,1267,2325 +"78395",18779,27897,3,1267,1968 +"78396",18779,30092,3,1267,1593 +"78397",18779,49048,1,1267,1656 +"78398",18779,60207,3,1267,2224 +"78399",18779,82681,3,1267,1620 +"78400",18779,105353,3,1267,2073 +"78401",18808,50635,3,2854,2962 +"78402",18810,3978,3,2671,2775 +"78403",18810,28626,3,2671,2842 +"78404",18820,1785,3,453,2350 +"78405",18820,3360,2,453,1583 +"78406",18820,8896,1,453,1139 +"78407",18820,9656,3,453,1135 +"78408",18820,10250,3,453,1606 +"78409",18820,15150,3,453,2801 +"78410",18820,17480,3,453,2316 +"78411",18820,18821,1,453,2075 +"78412",18820,18953,3,453,915 +"78413",18820,19002,3,453,2053 +"78414",18820,19048,3,453,2180 +"78415",18820,19397,3,453,2182 +"78416",18820,21942,3,453,2041 +"78417",18820,24044,2,453,1076 +"78418",18820,27074,3,453,1454 +"78419",18820,28970,3,453,2111 +"78420",18820,33460,2,453,2781 +"78421",18820,39507,3,453,793 +"78422",18820,43768,3,453,1468 +"78423",18820,49708,3,453,1147 +"78424",18820,77174,3,453,747 +"78425",18820,79337,3,453,875 +"78426",18820,83786,3,453,1614 +"78427",18820,83790,3,453,1637 +"78428",18820,86559,3,453,1704 +"78429",18820,87190,3,453,1704 +"78430",18820,89258,3,453,1147 +"78431",18821,1785,3,2075,2350 +"78432",18821,5937,3,2075,2392 +"78433",18821,7787,3,2075,2314 +"78434",18821,14442,3,2075,2700 +"78435",18821,14612,3,2075,2340 +"78436",18821,15558,3,2075,2389 +"78437",18821,17480,2,2075,2316 +"78438",18821,19048,2,2075,2180 +"78439",18821,19397,3,2075,2182 +"78440",18821,20011,3,2075,2826 +"78441",18821,23364,3,2075,2306 +"78442",18821,23728,3,2075,2601 +"78443",18821,28970,3,2075,2111 +"78444",18821,33460,1,2075,2781 +"78445",18821,44730,3,2075,2468 +"78446",18821,52950,3,2075,2716 +"78447",18821,76997,3,2075,2223 +"78448",18825,357,3,1240,2327 +"78449",18825,1130,3,1240,1566 +"78450",18825,2325,3,1240,1641 +"78451",18825,3966,3,1240,2425 +"78452",18825,4567,1,1240,2348 +"78453",18825,6982,3,1240,2034 +"78454",18825,7258,3,1240,1714 +"78455",18825,7759,3,1240,2844 +"78456",18825,7858,3,1240,1795 +"78457",18825,7861,3,1240,1647 +"78458",18825,10857,3,1240,2253 +"78459",18825,11108,3,1240,1609 +"78460",18825,16310,2,1240,2796 +"78461",18825,17221,3,1240,2487 +"78462",18825,17645,3,1240,1918 +"78463",18825,19093,3,1240,2224 +"78464",18825,19165,3,1240,2436 +"78465",18825,19516,3,1240,2313 +"78466",18825,19744,3,1240,2623 +"78467",18825,21138,3,1240,2849 +"78468",18825,21872,3,1240,2458 +"78469",18825,22543,2,1240,1594 +"78470",18825,23806,3,1240,1671 +"78471",18825,23825,2,1240,1913 +"78472",18825,24816,3,1240,2161 +"78473",18825,25622,2,1240,1985 +"78474",18825,26282,3,1240,1241 +"78475",18825,27030,3,1240,2031 +"78476",18825,27377,3,1240,1724 +"78477",18825,27742,3,1240,2700 +"78478",18825,27882,3,1240,1897 +"78479",18825,28048,3,1240,1637 +"78480",18825,28896,3,1240,1395 +"78481",18825,30095,2,1240,1578 +"78482",18825,32419,3,1240,1909 +"78483",18825,32818,3,1240,2485 +"78484",18825,32939,3,1240,2277 +"78485",18825,33672,2,1240,2396 +"78486",18825,34509,3,1240,1973 +"78487",18825,36031,3,1240,2342 +"78488",18825,38140,3,1240,1866 +"78489",18825,40129,2,1240,2162 +"78490",18825,40493,3,1240,1981 +"78491",18825,41407,3,1240,1951 +"78492",18825,41837,2,1240,2399 +"78493",18825,44074,3,1240,1299 +"78494",18825,44135,2,1240,2620 +"78495",18825,46532,3,1240,2005 +"78496",18825,46596,3,1240,1942 +"78497",18825,47248,3,1240,2883 +"78498",18825,48215,3,1240,2028 +"78499",18825,49110,3,1240,2938 +"78500",18825,51017,3,1240,2073 +"78501",18825,52508,2,1240,2337 +"78502",18825,53219,3,1240,2973 +"78503",18825,54551,3,1240,2348 +"78504",18825,55076,3,1240,2408 +"78505",18825,57804,3,1240,2214 +"78506",18825,60624,3,1240,1570 +"78507",18825,64181,3,1240,1828 +"78508",18825,69250,2,1240,1439 +"78509",18825,69745,3,1240,1594 +"78510",18825,71982,3,1240,2812 +"78511",18825,76672,3,1240,1930 +"78512",18825,83053,3,1240,1303 +"78513",18825,92860,3,1240,1643 +"78514",18825,114257,3,1240,2307 +"78515",18827,1150,3,1481,1595 +"78516",18827,3271,3,1481,2216 +"78517",18827,5852,3,1481,1862 +"78518",18827,7422,3,1481,1793 +"78519",18827,9272,3,1481,2835 +"78520",18827,11319,3,1481,2073 +"78521",18827,14654,2,1481,1692 +"78522",18827,14761,3,1481,2502 +"78523",18827,22249,3,1481,1892 +"78524",18827,23121,3,1481,2108 +"78525",18827,23471,2,1481,2488 +"78526",18827,24195,3,1481,1575 +"78527",18827,26765,3,1481,2790 +"78528",18827,27826,3,1481,2824 +"78529",18827,29319,3,1481,2314 +"78530",18827,32235,3,1481,2109 +"78531",18827,35620,3,1481,2092 +"78532",18827,38038,3,1481,2686 +"78533",18827,43226,3,1481,2442 +"78534",18827,44464,2,1481,1619 +"78535",18827,46385,2,1481,2225 +"78536",18827,48110,3,1481,2009 +"78537",18827,58508,3,1481,2326 +"78538",18827,69335,3,1481,2698 +"78539",18827,80301,3,1481,1690 +"78540",18827,82226,2,1481,1619 +"78541",18827,87362,3,1481,2902 +"78542",18836,1691,3,1270,1941 +"78543",18836,2865,3,1270,2006 +"78544",18836,4932,3,1270,2752 +"78545",18836,5984,3,1270,1675 +"78546",18836,6390,3,1270,2385 +"78547",18836,12610,2,1270,1274 +"78548",18836,14108,3,1270,2012 +"78549",18836,14676,3,1270,2764 +"78550",18836,14731,3,1270,2012 +"78551",18836,18744,1,1270,1285 +"78552",18836,31700,3,1270,2727 +"78553",18836,32694,3,1270,1602 +"78554",18836,33572,3,1270,2370 +"78555",18836,35041,3,1270,1311 +"78556",18836,37937,3,1270,1320 +"78557",18836,38667,3,1270,2880 +"78558",18836,48215,3,1270,2028 +"78559",18836,56116,3,1270,1321 +"78560",18836,73747,1,1270,2274 +"78561",18836,83777,2,1270,1285 +"78562",18836,92658,3,1270,2659 +"78563",18836,101347,3,1270,1335 +"78564",18836,108430,3,1270,1642 +"78565",18855,1560,3,1362,2013 +"78566",18855,5557,3,1362,1929 +"78567",18855,5852,3,1362,1862 +"78568",18855,8525,3,1362,1787 +"78569",18855,9716,2,1362,1929 +"78570",18855,12228,2,1362,2034 +"78571",18855,14025,2,1362,2384 +"78572",18855,14626,3,1362,2175 +"78573",18855,15075,2,1362,2252 +"78574",18855,15088,3,1362,2906 +"78575",18855,17752,3,1362,1683 +"78576",18855,18954,3,1362,2364 +"78577",18855,20056,3,1362,1824 +"78578",18855,29824,3,1362,2772 +"78579",18855,30404,3,1362,1810 +"78580",18855,32235,3,1362,2109 +"78581",18855,32582,3,1362,1929 +"78582",18855,35264,3,1362,2329 +"78583",18855,40392,3,1362,1878 +"78584",18855,40850,3,1362,1396 +"78585",18855,41185,3,1362,1929 +"78586",18855,49621,3,1362,1915 +"78587",18855,53537,2,1362,2428 +"78588",18855,54903,3,1362,2493 +"78589",18855,56737,2,1362,2270 +"78590",18855,70656,3,1362,2771 +"78591",18855,74912,3,1362,1542 +"78592",18855,79036,1,1362,2524 +"78593",18855,79822,1,1362,1508 +"78594",18855,81113,3,1362,1914 +"78595",18855,82426,3,1362,1576 +"78596",18855,91631,3,1362,1899 +"78597",18855,96349,1,1362,1874 +"78598",18861,21104,3,1430,2327 +"78599",18861,23509,3,1430,2275 +"78600",18861,50118,3,1430,2654 +"78601",18865,3896,3,2676,2693 +"78602",18865,5120,3,2676,2735 +"78603",18865,6262,3,2676,2733 +"78604",18865,7252,3,2676,2799 +"78605",18865,16866,1,2676,2718 +"78606",18865,26642,2,2676,2952 +"78607",18865,26865,3,2676,2726 +"78608",18865,27686,3,2676,2844 +"78609",18865,29454,3,2676,2719 +"78610",18865,29977,3,2676,2781 +"78611",18865,31089,3,2676,2952 +"78612",18865,36270,2,2676,2910 +"78613",18865,36646,3,2676,2744 +"78614",18865,41134,3,2676,2952 +"78615",18865,43673,3,2676,2787 +"78616",18865,44688,3,2676,2924 +"78617",18865,50480,2,2676,2701 +"78618",18865,56910,2,2676,2705 +"78619",18865,60661,3,2676,2700 +"78620",18865,64469,3,2676,2707 +"78621",18865,104565,3,2676,2693 +"78622",18873,2226,3,1231,2225 +"78623",18873,9060,3,1231,1612 +"78624",18873,9503,3,1231,2453 +"78625",18873,10766,3,1231,2647 +"78626",18873,14915,3,1231,2606 +"78627",18873,19208,3,1231,2629 +"78628",18873,19605,3,1231,2395 +"78629",18873,29436,3,1231,1718 +"78630",18873,34057,3,1231,1657 +"78631",18873,34870,2,1231,1873 +"78632",18873,45729,3,1231,2606 +"78633",18873,46261,3,1231,2350 +"78634",18873,47529,2,1231,2914 +"78635",18873,51758,3,1231,2310 +"78636",18873,72597,3,1231,1843 +"78637",18874,3961,3,2170,2426 +"78638",18874,5315,3,2170,2631 +"78639",18874,5350,3,2170,2522 +"78640",18874,9928,3,2170,2345 +"78641",18874,10358,3,2170,2294 +"78642",18874,10779,3,2170,2881 +"78643",18874,11218,3,2170,2292 +"78644",18874,12042,3,2170,2345 +"78645",18874,13311,3,2170,2315 +"78646",18874,15309,2,2170,2820 +"78647",18874,16352,3,2170,2657 +"78648",18874,16826,3,2170,2599 +"78649",18874,20067,3,2170,2390 +"78650",18874,21138,3,2170,2849 +"78651",18874,22207,3,2170,2365 +"78652",18874,23310,3,2170,2371 +"78653",18874,29930,3,2170,2240 +"78654",18874,32919,3,2170,2321 +"78655",18874,33801,3,2170,2899 +"78656",18874,34735,3,2170,2767 +"78657",18874,35926,3,2170,2371 +"78658",18874,36962,3,2170,2861 +"78659",18874,41955,3,2170,2479 +"78660",18874,47386,3,2170,2226 +"78661",18874,53475,3,2170,2853 +"78662",18874,54929,3,2170,2783 +"78663",18874,57977,3,2170,2683 +"78664",18874,76356,3,2170,2323 +"78665",18891,854,3,1596,2307 +"78666",18891,6052,3,1596,1985 +"78667",18891,8073,3,1596,1847 +"78668",18891,8860,3,1596,2141 +"78669",18891,9624,3,1596,2398 +"78670",18891,13324,3,1596,2163 +"78671",18891,13479,3,1596,2155 +"78672",18891,21479,2,1596,2134 +"78673",18891,26234,3,1596,2183 +"78674",18891,28991,3,1596,1688 +"78675",18891,36637,2,1596,2085 +"78676",18891,38103,3,1596,1917 +"78677",18891,46506,2,1596,2464 +"78678",18891,61188,3,1596,2134 +"78679",18891,65572,3,1596,2750 +"78680",18891,67719,3,1596,2429 +"78681",18891,84254,3,1596,2548 +"78682",18891,96653,2,1596,1917 +"78683",18924,357,2,485,2327 +"78684",18924,600,3,485,1702 +"78685",18924,1127,3,485,1188 +"78686",18924,1130,3,485,1566 +"78687",18924,2208,3,485,2814 +"78688",18924,2269,2,485,984 +"78689",18924,2300,3,485,565 +"78690",18924,2325,3,485,1641 +"78691",18924,2357,1,485,492 +"78692",18924,3186,2,485,919 +"78693",18924,3966,3,485,2425 +"78694",18924,4317,2,485,1224 +"78695",18924,4567,2,485,2348 +"78696",18924,5350,3,485,2522 +"78697",18924,5798,3,485,1779 +"78698",18924,6366,3,485,798 +"78699",18924,6982,3,485,2034 +"78700",18924,7759,2,485,2844 +"78701",18924,7861,3,485,1647 +"78702",18924,8513,2,485,875 +"78703",18924,8712,3,485,1153 +"78704",18924,10343,3,485,1072 +"78705",18924,10370,3,485,2224 +"78706",18924,10744,3,485,955 +"78707",18924,11154,3,485,1594 +"78708",18924,11348,3,485,824 +"78709",18924,12042,3,485,2345 +"78710",18924,12462,3,485,1461 +"78711",18924,14983,3,485,1047 +"78712",18924,16096,3,485,2301 +"78713",18924,16193,3,485,756 +"78714",18924,16310,3,485,2796 +"78715",18924,18108,3,485,1656 +"78716",18924,18825,1,485,1240 +"78717",18924,19093,2,485,2224 +"78718",18924,19744,3,485,2623 +"78719",18924,21029,3,485,1943 +"78720",18924,21138,3,485,2849 +"78721",18924,21872,2,485,2458 +"78722",18924,22543,2,485,1594 +"78723",18924,23112,3,485,1192 +"78724",18924,23679,3,485,934 +"78725",18924,23806,2,485,1671 +"78726",18924,23825,2,485,1913 +"78727",18924,23918,3,485,1881 +"78728",18924,24816,3,485,2161 +"78729",18924,24912,3,485,648 +"78730",18924,24923,3,485,2785 +"78731",18924,25490,3,485,639 +"78732",18924,25622,3,485,1985 +"78733",18924,26282,3,485,1241 +"78734",18924,27030,3,485,2031 +"78735",18924,27377,2,485,1724 +"78736",18924,27882,3,485,1897 +"78737",18924,28048,3,485,1637 +"78738",18924,29115,3,485,1047 +"78739",18924,29722,3,485,1305 +"78740",18924,30095,2,485,1578 +"78741",18924,32939,3,485,2277 +"78742",18924,33655,3,485,773 +"78743",18924,33672,2,485,2396 +"78744",18924,34509,3,485,1973 +"78745",18924,36031,3,485,2342 +"78746",18924,38140,2,485,1866 +"78747",18924,39186,3,485,1258 +"78748",18924,40129,2,485,2162 +"78749",18924,40493,3,485,1981 +"78750",18924,40937,3,485,2639 +"78751",18924,41407,3,485,1951 +"78752",18924,41837,2,485,2399 +"78753",18924,44074,3,485,1299 +"78754",18924,44135,3,485,2620 +"78755",18924,47248,3,485,2883 +"78756",18924,49110,3,485,2938 +"78757",18924,50229,3,485,1190 +"78758",18924,50275,3,485,2832 +"78759",18924,51017,3,485,2073 +"78760",18924,52154,3,485,1722 +"78761",18924,52508,3,485,2337 +"78762",18924,53219,3,485,2973 +"78763",18924,57804,3,485,2214 +"78764",18924,60624,3,485,1570 +"78765",18924,61719,3,485,1515 +"78766",18924,63547,3,485,1023 +"78767",18924,64181,3,485,1828 +"78768",18924,66802,2,485,574 +"78769",18924,67216,3,485,984 +"78770",18924,68317,3,485,874 +"78771",18924,69250,3,485,1439 +"78772",18924,69745,2,485,1594 +"78773",18924,70605,2,485,1176 +"78774",18924,71982,2,485,2812 +"78775",18924,74318,3,485,632 +"78776",18924,76672,2,485,1930 +"78777",18924,84022,3,485,2289 +"78778",18924,84907,3,485,1259 +"78779",18924,86343,3,485,1643 +"78780",18924,88535,3,485,1229 +"78781",18924,89681,3,485,1978 +"78782",18924,96387,3,485,2159 +"78783",18924,102581,3,485,1813 +"78784",18924,102824,3,485,2944 +"78785",18924,104289,3,485,834 +"78786",18924,105100,2,485,633 +"78787",18924,105117,2,485,809 +"78788",18924,106265,2,485,615 +"78789",18924,114257,3,485,2307 +"78790",18924,115078,3,485,697 +"78791",18924,117763,3,485,827 +"78792",18928,5405,3,709,1510 +"78793",18928,5622,3,709,2175 +"78794",18928,7180,3,709,2227 +"78795",18928,7672,3,709,1974 +"78796",18928,8984,3,709,1162 +"78797",18928,11239,3,709,2181 +"78798",18928,12375,3,709,1873 +"78799",18928,14888,3,709,1411 +"78800",18928,18202,3,709,2475 +"78801",18928,19364,3,709,2846 +"78802",18928,20700,3,709,2861 +"78803",18928,22580,3,709,2245 +"78804",18928,22709,3,709,2743 +"78805",18928,28432,3,709,1954 +"78806",18928,30016,2,709,1124 +"78807",18928,34120,3,709,2786 +"78808",18928,34921,3,709,2181 +"78809",18928,37859,3,709,1999 +"78810",18928,39294,3,709,1889 +"78811",18928,41240,2,709,2220 +"78812",18928,41955,2,709,2479 +"78813",18928,42642,3,709,2257 +"78814",18928,45684,3,709,2200 +"78815",18928,49608,3,709,2184 +"78816",18928,53624,3,709,952 +"78817",18928,53809,3,709,1956 +"78818",18928,55472,3,709,1516 +"78819",18928,57246,3,709,1873 +"78820",18928,57414,3,709,922 +"78821",18928,66622,3,709,799 +"78822",18928,73553,3,709,2726 +"78823",18928,83253,3,709,1102 +"78824",18928,86505,3,709,1302 +"78825",18928,88966,3,709,1568 +"78826",18928,93953,3,709,969 +"78827",18928,102893,3,709,814 +"78828",18928,106449,2,709,862 +"78829",18928,109114,2,709,1287 +"78830",18928,109978,3,709,1865 +"78831",18928,121354,3,709,2862 +"78832",18943,20007,2,2861,2971 +"78833",18943,59039,3,2861,2870 +"78834",18953,1156,3,915,1140 +"78835",18953,5064,2,915,1690 +"78836",18953,8896,3,915,1139 +"78837",18953,13671,3,915,1371 +"78838",18953,13861,3,915,1197 +"78839",18953,16590,3,915,1123 +"78840",18953,18821,3,915,2075 +"78841",18953,19048,3,915,2180 +"78842",18953,21942,1,915,2041 +"78843",18953,24044,3,915,1076 +"78844",18953,36709,3,915,1629 +"78845",18953,82206,2,915,1597 +"78846",18953,83786,3,915,1614 +"78847",18953,83790,3,915,1637 +"78848",18954,15088,2,2364,2906 +"78849",18954,25180,3,2364,2489 +"78850",18954,53537,3,2364,2428 +"78851",18965,448,3,2315,2693 +"78852",18965,2424,3,2315,2582 +"78853",18965,5235,3,2315,2324 +"78854",18965,5350,3,2315,2522 +"78855",18965,5462,3,2315,2374 +"78856",18965,7014,2,2315,2401 +"78857",18965,9787,3,2315,2858 +"78858",18965,19364,3,2315,2846 +"78859",18965,19380,3,2315,2637 +"78860",18965,19433,3,2315,2504 +"78861",18965,28893,3,2315,2764 +"78862",18965,33537,3,2315,2406 +"78863",18965,37279,2,2315,2768 +"78864",18965,51687,3,2315,2333 +"78865",18965,54924,3,2315,2603 +"78866",18965,57067,3,2315,2547 +"78867",18965,59776,2,2315,2493 +"78868",18965,61337,1,2315,2777 +"78869",18965,69716,3,2315,2632 +"78870",18965,69810,3,2315,2321 +"78871",18965,73553,3,2315,2726 +"78872",18965,77497,3,2315,2359 +"78873",18965,115059,3,2315,2552 +"78874",18978,680,3,952,2569 +"78875",18978,1315,3,952,2760 +"78876",18978,1620,3,952,1303 +"78877",18978,1629,3,952,1289 +"78878",18978,2206,3,952,2536 +"78879",18978,2576,3,952,1307 +"78880",18978,2747,3,952,2411 +"78881",18978,2852,2,952,2448 +"78882",18978,3127,3,952,2273 +"78883",18978,3254,3,952,1258 +"78884",18978,3477,3,952,2546 +"78885",18978,4361,2,952,2571 +"78886",18978,4612,2,952,2804 +"78887",18978,4668,3,952,1919 +"78888",18978,4669,2,952,2395 +"78889",18978,4983,3,952,1909 +"78890",18978,5346,3,952,1438 +"78891",18978,5839,3,952,2301 +"78892",18978,5897,2,952,2337 +"78893",18978,6989,3,952,2623 +"78894",18978,7252,3,952,2799 +"78895",18978,7337,3,952,1797 +"78896",18978,7785,1,952,2441 +"78897",18978,7942,3,952,2623 +"78898",18978,8062,3,952,2858 +"78899",18978,8073,3,952,1847 +"78900",18978,8140,3,952,1262 +"78901",18978,8146,3,952,1561 +"78902",18978,8568,3,952,2706 +"78903",18978,8760,3,952,2477 +"78904",18978,10453,3,952,1656 +"78905",18978,10980,3,952,1974 +"78906",18978,11107,3,952,1256 +"78907",18978,11108,2,952,1609 +"78908",18978,11429,3,952,2520 +"78909",18978,11648,3,952,2852 +"78910",18978,12948,3,952,2669 +"78911",18978,14532,3,952,1193 +"78912",18978,14749,3,952,1998 +"78913",18978,14781,3,952,2338 +"78914",18978,14817,3,952,2110 +"78915",18978,15207,3,952,1855 +"78916",18978,15462,3,952,1141 +"78917",18978,15826,3,952,2772 +"78918",18978,16286,3,952,2470 +"78919",18978,16437,3,952,1956 +"78920",18978,16501,3,952,1650 +"78921",18978,16715,2,952,1218 +"78922",18978,17033,2,952,2771 +"78923",18978,17257,3,952,1117 +"78924",18978,17645,3,952,1918 +"78925",18978,18124,3,952,1642 +"78926",18978,18415,3,952,2184 +"78927",18978,20395,3,952,1468 +"78928",18978,23015,3,952,1362 +"78929",18978,23131,3,952,1732 +"78930",18978,25373,3,952,2783 +"78931",18978,27742,1,952,2700 +"78932",18978,27914,2,952,2507 +"78933",18978,28869,3,952,2425 +"78934",18978,29004,3,952,2596 +"78935",18978,29286,3,952,1612 +"78936",18978,30525,2,952,1964 +"78937",18978,31317,3,952,1362 +"78938",18978,31541,3,952,1500 +"78939",18978,31753,3,952,1514 +"78940",18978,31868,3,952,1993 +"78941",18978,32532,1,952,2338 +"78942",18978,32560,1,952,1258 +"78943",18978,33223,3,952,2397 +"78944",18978,33341,2,952,2338 +"78945",18978,33681,2,952,1059 +"78946",18978,33870,1,952,955 +"78947",18978,34892,3,952,2309 +"78948",18978,35728,3,952,2017 +"78949",18978,35797,2,952,2482 +"78950",18978,36183,3,952,2117 +"78951",18978,36487,3,952,2622 +"78952",18978,37351,3,952,978 +"78953",18978,40572,3,952,2666 +"78954",18978,41023,2,952,2408 +"78955",18978,41581,3,952,1692 +"78956",18978,44181,3,952,1034 +"78957",18978,45480,3,952,1104 +"78958",18978,45869,2,952,2840 +"78959",18978,45904,3,952,1011 +"78960",18978,47013,3,952,2388 +"78961",18978,47534,3,952,2712 +"78962",18978,50229,3,952,1190 +"78963",18978,50354,3,952,1299 +"78964",18978,52110,3,952,1676 +"78965",18978,53739,3,952,2704 +"78966",18978,56995,3,952,2323 +"78967",18978,57529,3,952,2462 +"78968",18978,57912,3,952,1035 +"78969",18978,58655,2,952,2685 +"78970",18978,59039,2,952,2870 +"78971",18978,59298,3,952,1236 +"78972",18978,61125,3,952,1673 +"78973",18978,61723,3,952,1262 +"78974",18978,63654,3,952,2310 +"78975",18978,65522,3,952,1572 +"78976",18978,67719,3,952,2429 +"78977",18978,68539,3,952,1158 +"78978",18978,68931,3,952,2771 +"78979",18978,71467,3,952,1051 +"78980",18978,72632,3,952,1289 +"78981",18978,74370,3,952,1667 +"78982",18978,74441,3,952,1260 +"78983",18978,80156,2,952,1667 +"78984",18978,85396,2,952,1131 +"78985",18978,90709,3,952,1080 +"78986",18978,91849,1,952,1166 +"78987",18978,92860,3,952,1643 +"78988",18978,94520,3,952,1243 +"78989",18978,94625,3,952,2105 +"78990",18978,101367,3,952,974 +"78991",18978,109307,3,952,1187 +"78992",18978,111375,3,952,2686 +"78993",18978,115021,1,952,1226 +"78994",18987,29512,3,380,1594 +"78995",18987,71948,3,380,1754 +"78996",18992,1968,2,243,631 +"78997",18992,3669,3,243,2524 +"78998",18992,4913,1,243,292 +"78999",18992,6078,3,243,498 +"79000",18992,9342,3,243,896 +"79001",18992,9808,2,243,1648 +"79002",18992,10004,2,243,872 +"79003",18992,10638,3,243,2692 +"79004",18992,11381,3,243,1638 +"79005",18992,11506,3,243,2824 +"79006",18992,14789,3,243,1034 +"79007",18992,15891,2,243,589 +"79008",18992,16771,3,243,1541 +"79009",18992,16777,3,243,834 +"79010",18992,18954,3,243,2364 +"79011",18992,19137,3,243,1437 +"79012",18992,19972,3,243,2078 +"79013",18992,20392,2,243,1309 +"79014",18992,23890,2,243,1810 +"79015",18992,24109,3,243,504 +"79016",18992,24761,3,243,2384 +"79017",18992,26138,3,243,1902 +"79018",18992,31795,3,243,412 +"79019",18992,33961,3,243,1269 +"79020",18992,35414,3,243,1959 +"79021",18992,39484,3,243,281 +"79022",18992,50476,3,243,1641 +"79023",18992,53498,3,243,1967 +"79024",18992,62162,1,243,485 +"79025",18992,63870,3,243,481 +"79026",18992,69215,3,243,1591 +"79027",18992,69335,3,243,2698 +"79028",18992,83133,2,243,1055 +"79029",18992,92947,3,243,1289 +"79030",18992,108872,3,243,1810 +"79031",19002,1685,3,2053,2230 +"79032",19002,1785,2,2053,2350 +"79033",19002,5937,3,2053,2392 +"79034",19002,7787,3,2053,2314 +"79035",19002,9740,3,2053,2233 +"79036",19002,9909,3,2053,2230 +"79037",19002,10119,2,2053,2374 +"79038",19002,14612,3,2053,2340 +"79039",19002,15150,2,2053,2801 +"79040",19002,15558,2,2053,2389 +"79041",19002,18821,3,2053,2075 +"79042",19002,19190,2,2053,2677 +"79043",19002,19744,3,2053,2623 +"79044",19002,19980,3,2053,2231 +"79045",19002,20011,1,2053,2826 +"79046",19002,23728,3,2053,2601 +"79047",19002,28970,3,2053,2111 +"79048",19002,29775,2,2053,2064 +"79049",19002,30194,3,2053,2874 +"79050",19002,32079,3,2053,2315 +"79051",19002,32576,3,2053,2881 +"79052",19002,42136,3,2053,2551 +"79053",19002,42372,3,2053,2230 +"79054",19002,44730,3,2053,2468 +"79055",19002,46049,3,2053,2102 +"79056",19002,48585,2,2053,2063 +"79057",19002,67836,3,2053,2195 +"79058",19002,93609,3,2053,2252 +"79059",19027,2684,3,2721,2874 +"79060",19027,5725,3,2721,2789 +"79061",19027,7323,3,2721,2858 +"79062",19027,10130,3,2721,2741 +"79063",19027,13732,3,2721,2789 +"79064",19027,19528,3,2721,2742 +"79065",19027,19606,3,2721,2783 +"79066",19027,20700,2,2721,2861 +"79067",19027,21138,3,2721,2849 +"79068",19027,26865,3,2721,2726 +"79069",19027,27753,3,2721,2750 +"79070",19027,42574,3,2721,2842 +"79071",19027,44427,3,2721,2875 +"79072",19027,54740,3,2721,2750 +"79073",19027,55691,3,2721,2856 +"79074",19027,65029,1,2721,2954 +"79075",19027,72334,3,2721,2820 +"79076",19027,102666,3,2721,2726 +"79077",19028,3271,3,921,2216 +"79078",19028,6821,3,921,1788 +"79079",19028,13068,3,921,1778 +"79080",19028,14287,3,921,1583 +"79081",19028,15078,3,921,1033 +"79082",19028,15462,3,921,1141 +"79083",19028,16437,3,921,1956 +"79084",19028,16776,3,921,1565 +"79085",19028,19231,2,921,1424 +"79086",19028,20395,3,921,1468 +"79087",19028,20894,3,921,2214 +"79088",19028,26957,3,921,987 +"79089",19028,27320,3,921,2378 +"79090",19028,27722,3,921,1266 +"79091",19028,30891,3,921,1256 +"79092",19028,37752,2,921,2223 +"79093",19028,44564,3,921,2034 +"79094",19028,45480,3,921,1104 +"79095",19028,49201,2,921,936 +"79096",19028,59039,3,921,2870 +"79097",19028,63654,3,921,2310 +"79098",19028,80506,3,921,1920 +"79099",19028,111855,3,921,1909 +"79100",19048,1785,3,2180,2350 +"79101",19048,33460,2,2180,2781 +"79102",19049,30334,3,1798,2075 +"79103",19049,37636,3,1798,2178 +"79104",19049,40392,3,1798,1878 +"79105",19049,41607,3,1798,2802 +"79106",19049,47248,3,1798,2883 +"79107",19049,51017,3,1798,2073 +"79108",19049,51783,3,1798,2599 +"79109",19049,88455,3,1798,2388 +"79110",19057,23302,3,2664,2677 +"79111",19057,24610,3,2664,2733 +"79112",19069,854,3,988,2307 +"79113",19069,2484,3,988,2389 +"79114",19069,3068,2,988,1815 +"79115",19069,3271,3,988,2216 +"79116",19069,3477,3,988,2546 +"79117",19069,3886,3,988,1669 +"79118",19069,6063,3,988,2349 +"79119",19069,6821,3,988,1788 +"79120",19069,7014,3,988,2401 +"79121",19069,9227,3,988,1267 +"79122",19069,9272,3,988,2835 +"79123",19069,9423,3,988,1708 +"79124",19069,11728,3,988,1121 +"79125",19069,12081,3,988,2166 +"79126",19069,12729,3,988,1835 +"79127",19069,13899,3,988,2650 +"79128",19069,15106,3,988,2286 +"79129",19069,15462,3,988,1141 +"79130",19069,16437,3,988,1956 +"79131",19069,16684,3,988,1657 +"79132",19069,17351,3,988,2036 +"79133",19069,18217,3,988,1566 +"79134",19069,18670,3,988,1835 +"79135",19069,19282,3,988,1623 +"79136",19069,19317,2,988,2041 +"79137",19069,21275,3,988,2609 +"79138",19069,22025,2,988,1591 +"79139",19069,22682,3,988,2035 +"79140",19069,24256,3,988,2393 +"79141",19069,27722,3,988,1266 +"79142",19069,28432,3,988,1954 +"79143",19069,29512,3,988,1594 +"79144",19069,29884,1,988,1239 +"79145",19069,30798,2,988,1398 +"79146",19069,30850,3,988,1045 +"79147",19069,31705,3,988,2706 +"79148",19069,33223,3,988,2397 +"79149",19069,34831,3,988,1866 +"79150",19069,37301,3,988,2160 +"79151",19069,37752,2,988,2223 +"79152",19069,37929,3,988,2393 +"79153",19069,38259,3,988,2258 +"79154",19069,39906,2,988,2365 +"79155",19069,40542,3,988,1664 +"79156",19069,40565,3,988,2115 +"79157",19069,48823,3,988,2080 +"79158",19069,51879,3,988,1771 +"79159",19069,52215,3,988,1908 +"79160",19069,55084,3,988,1189 +"79161",19069,58164,3,988,2398 +"79162",19069,59039,3,988,2870 +"79163",19069,60879,3,988,2792 +"79164",19069,61242,3,988,1650 +"79165",19069,77077,1,988,2693 +"79166",19069,82187,3,988,1055 +"79167",19069,82819,3,988,1900 +"79168",19069,82932,3,988,2245 +"79169",19069,83218,2,988,1537 +"79170",19069,88063,3,988,1045 +"79171",19069,90745,3,988,1994 +"79172",19069,95879,3,988,1748 +"79173",19069,97768,3,988,1500 +"79174",19069,99940,2,988,2884 +"79175",19072,3164,3,2358,2693 +"79176",19072,5350,3,2358,2522 +"79177",19072,6030,3,2358,2953 +"79178",19072,10779,3,2358,2881 +"79179",19072,11966,2,2358,2385 +"79180",19072,20284,3,2358,2530 +"79181",19072,20292,2,2358,2755 +"79182",19072,21571,2,2358,2755 +"79183",19072,21682,3,2358,2414 +"79184",19072,23310,3,2358,2371 +"79185",19072,26080,3,2358,2525 +"79186",19072,28168,2,2358,2702 +"79187",19072,28296,3,2358,2944 +"79188",19072,32567,3,2358,2784 +"79189",19072,35926,3,2358,2371 +"79190",19072,44557,3,2358,2371 +"79191",19072,54929,3,2358,2783 +"79192",19072,66413,3,2358,2507 +"79193",19073,13136,3,2748,2867 +"79194",19073,17033,3,2748,2771 +"79195",19073,27686,2,2748,2844 +"79196",19075,843,3,2214,2332 +"79197",19075,1057,3,2214,2759 +"79198",19075,1369,2,2214,2487 +"79199",19075,2724,3,2214,2447 +"79200",19075,3271,2,2214,2216 +"79201",19075,3477,3,2214,2546 +"79202",19075,3559,2,2214,2413 +"79203",19075,6063,3,2214,2349 +"79204",19075,9272,2,2214,2835 +"79205",19075,14442,3,2214,2700 +"79206",19075,31357,3,2214,2389 +"79207",19075,33223,3,2214,2397 +"79208",19075,37752,3,2214,2223 +"79209",19075,39439,3,2214,2462 +"79210",19075,39444,3,2214,2695 +"79211",19075,42407,3,2214,2408 +"79212",19075,43173,3,2214,2895 +"79213",19075,43226,2,2214,2442 +"79214",19075,51843,2,2214,2389 +"79215",19075,54385,2,2214,2340 +"79216",19075,58508,2,2214,2326 +"79217",19075,59039,3,2214,2870 +"79218",19075,59344,3,2214,2252 +"79219",19075,69308,3,2214,2370 +"79220",19075,69335,2,2214,2698 +"79221",19075,80615,3,2214,2252 +"79222",19092,669,3,906,1423 +"79223",19092,1853,3,906,1465 +"79224",19092,6162,3,906,1673 +"79225",19092,7840,3,906,984 +"79226",19092,10474,3,906,1608 +"79227",19092,10859,3,906,2231 +"79228",19092,12608,2,906,1337 +"79229",19092,15905,2,906,2064 +"79230",19092,26642,3,906,2952 +"79231",19092,30697,3,906,2891 +"79232",19092,31691,3,906,1657 +"79233",19092,35888,2,906,2291 +"79234",19092,40913,1,906,1800 +"79235",19092,42756,3,906,1384 +"79236",19092,44669,1,906,1594 +"79237",19092,48832,3,906,1370 +"79238",19092,49560,3,906,1679 +"79239",19092,51035,3,906,2397 +"79240",19092,65703,2,906,1689 +"79241",19092,82949,3,906,2077 +"79242",19092,84799,3,906,2656 +"79243",19092,93102,3,906,1174 +"79244",19093,4567,3,2224,2348 +"79245",19093,7847,2,2224,2424 +"79246",19093,41837,3,2224,2399 +"79247",19093,44135,3,2224,2620 +"79248",19093,64255,3,2224,2309 +"79249",19093,114257,3,2224,2307 +"79250",19096,145,3,1538,1998 +"79251",19096,457,3,1538,1704 +"79252",19096,675,3,1538,1686 +"79253",19096,913,3,1538,2144 +"79254",19096,997,3,1538,2788 +"79255",19096,1136,3,1538,2536 +"79256",19096,1875,2,1538,1786 +"79257",19096,2563,2,1538,1686 +"79258",19096,3306,3,1538,1989 +"79259",19096,4671,2,1538,2280 +"79260",19096,4690,3,1538,1938 +"79261",19096,5120,3,1538,2735 +"79262",19096,7616,3,1538,2296 +"79263",19096,7858,3,1538,1795 +"79264",19096,8866,3,1538,1545 +"79265",19096,9364,3,1538,1698 +"79266",19096,10474,3,1538,1608 +"79267",19096,10513,3,1538,2284 +"79268",19096,12374,3,1538,2260 +"79269",19096,12602,3,1538,1956 +"79270",19096,12767,3,1538,2329 +"79271",19096,13479,3,1538,2155 +"79272",19096,14108,3,1538,2012 +"79273",19096,14655,3,1538,2559 +"79274",19096,14834,3,1538,2739 +"79275",19096,15207,3,1538,1855 +"79276",19096,15799,3,1538,1917 +"79277",19096,16332,3,1538,2668 +"79278",19096,16539,3,1538,1947 +"79279",19096,17264,3,1538,2528 +"79280",19096,21406,3,1538,2714 +"79281",19096,23312,2,1538,2449 +"79282",19096,26671,3,1538,2279 +"79283",19096,27001,3,1538,1761 +"79284",19096,28635,3,1538,2368 +"79285",19096,30366,3,1538,2532 +"79286",19096,30405,3,1538,2164 +"79287",19096,31235,3,1538,2668 +"79288",19096,33949,2,1538,2489 +"79289",19096,34836,3,1538,2302 +"79290",19096,36714,2,1538,2209 +"79291",19096,38019,3,1538,1870 +"79292",19096,38227,3,1538,2511 +"79293",19096,39535,3,1538,2428 +"79294",19096,40640,3,1538,2257 +"79295",19096,41033,3,1538,1839 +"79296",19096,42522,3,1538,2592 +"79297",19096,43225,3,1538,1835 +"79298",19096,43385,3,1538,1623 +"79299",19096,44188,3,1538,1609 +"79300",19096,46040,3,1538,2105 +"79301",19096,46950,3,1538,2673 +"79302",19096,47064,3,1538,1993 +"79303",19096,47362,3,1538,2253 +"79304",19096,48384,3,1538,2057 +"79305",19096,48571,2,1538,2717 +"79306",19096,52969,3,1538,2302 +"79307",19096,53219,3,1538,2973 +"79308",19096,53323,2,1538,2677 +"79309",19096,53608,3,1538,1986 +"79310",19096,57353,2,1538,1849 +"79311",19096,64997,3,1538,2791 +"79312",19096,65007,3,1538,2530 +"79313",19096,72468,3,1538,2292 +"79314",19096,80825,3,1538,2315 +"79315",19096,104565,3,1538,2693 +"79316",19113,135,3,1171,2233 +"79317",19113,468,3,1171,1966 +"79318",19113,470,3,1171,2285 +"79319",19113,600,2,1171,1702 +"79320",19113,913,3,1171,2144 +"79321",19113,1397,3,1171,1225 +"79322",19113,3164,2,1171,2693 +"79323",19113,3753,3,1171,1255 +"79324",19113,4084,3,1171,2133 +"79325",19113,4932,3,1171,2752 +"79326",19113,5346,3,1171,1438 +"79327",19113,5971,3,1171,1985 +"79328",19113,6030,2,1171,2953 +"79329",19113,7847,3,1171,2424 +"79330",19113,9678,1,1171,1217 +"79331",19113,10433,3,1171,2075 +"79332",19113,10701,3,1171,2000 +"79333",19113,10779,2,1171,2881 +"79334",19113,11966,2,1171,2385 +"79335",19113,13311,2,1171,2315 +"79336",19113,13400,3,1171,1371 +"79337",19113,14080,2,1171,1351 +"79338",19113,14731,3,1171,2012 +"79339",19113,14972,3,1171,2332 +"79340",19113,15207,3,1171,1855 +"79341",19113,15301,2,1171,2308 +"79342",19113,15607,1,1171,1421 +"79343",19113,16352,3,1171,2657 +"79344",19113,17381,3,1171,1697 +"79345",19113,17413,2,1171,2230 +"79346",19113,17698,3,1171,1559 +"79347",19113,19072,1,1171,2358 +"79348",19113,20284,3,1171,2530 +"79349",19113,20292,1,1171,2755 +"79350",19113,20369,3,1171,1356 +"79351",19113,21571,2,1171,2755 +"79352",19113,21682,3,1171,2414 +"79353",19113,21898,2,1171,1351 +"79354",19113,22141,3,1171,2348 +"79355",19113,22566,1,1171,2308 +"79356",19113,23159,3,1171,1548 +"79357",19113,23705,3,1171,2699 +"79358",19113,23918,3,1171,1881 +"79359",19113,24568,3,1171,1937 +"79360",19113,27837,3,1171,1315 +"79361",19113,28011,3,1171,2639 +"79362",19113,28050,2,1171,1955 +"79363",19113,28168,2,1171,2702 +"79364",19113,28296,3,1171,2944 +"79365",19113,29050,3,1171,1196 +"79366",19113,29170,3,1171,1846 +"79367",19113,31050,3,1171,1491 +"79368",19113,32567,3,1171,2784 +"79369",19113,33981,3,1171,1993 +"79370",19113,34735,3,1171,2767 +"79371",19113,35302,3,1171,1589 +"79372",19113,35518,3,1171,1721 +"79373",19113,38869,3,1171,1675 +"79374",19113,40493,3,1171,1981 +"79375",19113,41739,2,1171,1339 +"79376",19113,42619,2,1171,2017 +"79377",19113,43173,3,1171,2895 +"79378",19113,43226,3,1171,2442 +"79379",19113,43566,3,1171,2730 +"79380",19113,44521,3,1171,1593 +"79381",19113,50468,3,1171,1659 +"79382",19113,53196,3,1171,1888 +"79383",19113,54929,3,1171,2783 +"79384",19113,57246,3,1171,1873 +"79385",19113,57714,3,1171,1391 +"79386",19113,58284,3,1171,2292 +"79387",19113,60280,3,1171,1918 +"79388",19113,63409,3,1171,1937 +"79389",19113,64181,2,1171,1828 +"79390",19113,64997,3,1171,2791 +"79391",19113,65625,2,1171,1273 +"79392",19113,66413,2,1171,2507 +"79393",19113,69250,3,1171,1439 +"79394",19113,84022,3,1171,2289 +"79395",19113,94500,2,1171,1529 +"79396",19113,94520,3,1171,1243 +"79397",19113,102751,2,1171,1229 +"79398",19113,105063,2,1171,1908 +"79399",19137,1023,3,1437,2515 +"79400",19137,1063,3,1437,2515 +"79401",19137,20088,3,1437,1677 +"79402",19137,26513,3,1437,2205 +"79403",19137,31170,3,1437,1776 +"79404",19137,35414,3,1437,1959 +"79405",19137,39211,3,1437,1908 +"79406",19137,49958,3,1437,1860 +"79407",19137,82917,3,1437,2371 +"79408",19155,19528,3,1937,2742 +"79409",19155,34693,3,1937,1938 +"79410",19165,37060,3,2436,2840 +"79411",19165,57356,3,2436,2476 +"79412",19173,1592,3,1686,2006 +"79413",19173,1691,2,1686,1941 +"79414",19173,2011,3,1686,2176 +"79415",19173,5258,3,1686,2730 +"79416",19173,6047,3,1686,2004 +"79417",19173,6222,3,1686,1949 +"79418",19173,6390,3,1686,2385 +"79419",19173,14108,3,1686,2012 +"79420",19173,14731,3,1686,2012 +"79421",19173,14959,3,1686,2898 +"79422",19173,17520,3,1686,2276 +"79423",19173,19453,3,1686,1928 +"79424",19173,19718,3,1686,1702 +"79425",19173,20311,3,1686,1981 +"79426",19173,20407,1,1686,2339 +"79427",19173,21682,3,1686,2414 +"79428",19173,22785,2,1686,1733 +"79429",19173,29095,3,1686,2531 +"79430",19173,29170,3,1686,1846 +"79431",19173,30410,2,1686,1966 +"79432",19173,31705,3,1686,2706 +"79433",19173,33433,3,1686,2805 +"79434",19173,33622,3,1686,2230 +"79435",19173,33801,3,1686,2899 +"79436",19173,36439,2,1686,2469 +"79437",19173,38213,3,1686,1744 +"79438",19173,38921,3,1686,1880 +"79439",19173,44420,1,1686,2184 +"79440",19173,49620,3,1686,1868 +"79441",19173,50179,3,1686,2230 +"79442",19173,51853,3,1686,2520 +"79443",19173,53342,3,1686,2071 +"79444",19173,54879,3,1686,2210 +"79445",19173,74636,3,1686,2525 +"79446",19173,82949,3,1686,2077 +"79447",19173,88232,3,1686,2881 +"79448",19174,4696,2,1595,2656 +"79449",19174,6241,3,1595,2264 +"79450",19174,10859,2,1595,2231 +"79451",19174,12542,3,1595,1888 +"79452",19174,40913,3,1595,1800 +"79453",19174,74156,3,1595,2279 +"79454",19174,84790,2,1595,1708 +"79455",19174,84799,1,1595,2656 +"79456",19183,669,2,1257,1423 +"79457",19183,997,3,1257,2788 +"79458",19183,1046,3,1257,1881 +"79459",19183,3647,3,1257,1325 +"79460",19183,6241,3,1257,2264 +"79461",19183,8533,3,1257,2251 +"79462",19183,8621,3,1257,1681 +"79463",19183,10746,3,1257,1506 +"79464",19183,10859,3,1257,2231 +"79465",19183,12542,3,1257,1888 +"79466",19183,13699,1,1257,1355 +"79467",19183,15539,3,1257,1929 +"79468",19183,19199,1,1257,2263 +"79469",19183,19813,1,1257,1744 +"79470",19183,24405,3,1257,1443 +"79471",19183,25874,3,1257,2088 +"79472",19183,27104,2,1257,1608 +"79473",19183,31623,3,1257,1712 +"79474",19183,33991,3,1257,2249 +"79475",19183,35069,3,1257,2069 +"79476",19183,35360,3,1257,2043 +"79477",19183,39278,3,1257,1952 +"79478",19183,40913,3,1257,1800 +"79479",19183,51035,3,1257,2397 +"79480",19183,57977,2,1257,2683 +"79481",19183,62832,2,1257,2606 +"79482",19183,76356,3,1257,2323 +"79483",19183,84567,2,1257,2767 +"79484",19183,84799,3,1257,2656 +"79485",19183,118202,3,1257,1509 +"79486",19190,6262,3,2677,2733 +"79487",19190,20011,3,2677,2826 +"79488",19190,94339,3,2677,2768 +"79489",19199,57977,3,2263,2683 +"79490",19199,62832,3,2263,2606 +"79491",19199,84567,3,2263,2767 +"79492",19204,489,3,1753,2652 +"79493",19204,29454,3,1753,2719 +"79494",19204,41764,3,1753,2409 +"79495",19204,56317,3,1753,2030 +"79496",19208,267,3,2629,2631 +"79497",19208,2684,3,2629,2874 +"79498",19208,3978,3,2629,2775 +"79499",19208,8681,3,2629,2716 +"79500",19208,10310,3,2629,2774 +"79501",19208,15444,3,2629,2764 +"79502",19208,16866,2,2629,2718 +"79503",19208,17549,3,2629,2647 +"79504",19208,18865,2,2629,2676 +"79505",19208,24753,3,2629,2860 +"79506",19208,25373,3,2629,2783 +"79507",19208,26642,3,2629,2952 +"79508",19208,27275,3,2629,2656 +"79509",19208,29454,2,2629,2719 +"79510",19208,35837,3,2629,2871 +"79511",19208,36270,3,2629,2910 +"79512",19208,36441,3,2629,2796 +"79513",19208,38307,3,2629,2648 +"79514",19208,40368,3,2629,2876 +"79515",19208,41664,2,2629,2641 +"79516",19208,41770,2,2629,2752 +"79517",19208,41945,3,2629,2856 +"79518",19208,42799,3,2629,2729 +"79519",19208,44688,2,2629,2924 +"79520",19208,47529,2,2629,2914 +"79521",19208,47564,2,2629,2650 +"79522",19208,50480,1,2629,2701 +"79523",19208,51610,2,2629,2635 +"79524",19208,53219,3,2629,2973 +"79525",19208,56910,2,2629,2705 +"79526",19208,60257,2,2629,2795 +"79527",19208,65434,3,2629,2866 +"79528",19208,67652,3,2629,2736 +"79529",19208,68083,2,2629,2795 +"79530",19208,117956,3,2629,2774 +"79531",19215,3978,3,2604,2775 +"79532",19215,9272,3,2604,2835 +"79533",19215,19364,2,2604,2846 +"79534",19215,22709,1,2604,2743 +"79535",19215,31705,3,2604,2706 +"79536",19215,60879,3,2604,2792 +"79537",19215,70973,3,2604,2705 +"79538",19215,73553,3,2604,2726 +"79539",19231,2057,3,1424,1965 +"79540",19231,2563,3,1424,1686 +"79541",19231,3456,3,1424,1999 +"79542",19231,5346,3,1424,1438 +"79543",19231,5962,3,1424,2491 +"79544",19231,6821,3,1424,1788 +"79545",19231,9301,3,1424,1861 +"79546",19231,9504,2,1424,2549 +"79547",19231,12361,3,1424,2732 +"79548",19231,13065,3,1424,1561 +"79549",19231,13068,3,1424,1778 +"79550",19231,13720,3,1424,1558 +"79551",19231,13920,3,1424,1709 +"79552",19231,14287,3,1424,1583 +"79553",19231,15207,3,1424,1855 +"79554",19231,16437,3,1424,1956 +"79555",19231,19751,3,1424,1630 +"79556",19231,20395,3,1424,1468 +"79557",19231,20563,3,1424,2267 +"79558",19231,23756,3,1424,2309 +"79559",19231,27280,3,1424,1965 +"79560",19231,27320,3,1424,2378 +"79561",19231,29495,3,1424,1612 +"79562",19231,30669,3,1424,1921 +"79563",19231,37752,3,1424,2223 +"79564",19231,38449,3,1424,1802 +"79565",19231,44564,3,1424,2034 +"79566",19231,47529,3,1424,2914 +"79567",19231,47654,3,1424,1664 +"79568",19231,48576,3,1424,1675 +"79569",19231,56094,3,1424,2343 +"79570",19231,59039,2,1424,2870 +"79571",19231,63654,3,1424,2310 +"79572",19231,65188,3,1424,2213 +"79573",19231,65242,3,1424,1988 +"79574",19231,69131,3,1424,2122 +"79575",19231,88067,3,1424,2315 +"79576",19231,119524,3,1424,1930 +"79577",19232,1641,3,917,1490 +"79578",19232,5568,3,917,1290 +"79579",19232,17812,3,917,2705 +"79580",19232,20124,3,917,2376 +"79581",19232,20200,3,917,2322 +"79582",19232,39556,3,917,2747 +"79583",19232,55892,3,917,1234 +"79584",19232,63477,3,917,1907 +"79585",19232,70433,3,917,2639 +"79586",19248,270,2,2357,2542 +"79587",19248,362,3,2357,2537 +"79588",19248,701,3,2357,2718 +"79589",19248,1355,3,2357,2473 +"79590",19248,1616,3,2357,2662 +"79591",19248,1639,3,2357,2631 +"79592",19248,2036,2,2357,2483 +"79593",19248,2424,2,2357,2582 +"79594",19248,2484,3,2357,2389 +"79595",19248,2684,3,2357,2874 +"79596",19248,3305,2,2357,2839 +"79597",19248,3966,3,2357,2425 +"79598",19248,5462,3,2357,2374 +"79599",19248,5504,3,2357,2389 +"79600",19248,5515,3,2357,2385 +"79601",19248,6055,2,2357,2651 +"79602",19248,6192,3,2357,2409 +"79603",19248,6208,2,2357,2361 +"79604",19248,6740,3,2357,2699 +"79605",19248,7323,3,2357,2858 +"79606",19248,8760,3,2357,2477 +"79607",19248,9150,3,2357,2689 +"79608",19248,9184,2,2357,2670 +"79609",19248,9311,3,2357,2477 +"79610",19248,9893,3,2357,2701 +"79611",19248,11351,3,2357,2971 +"79612",19248,12728,2,2357,2374 +"79613",19248,13249,3,2357,2573 +"79614",19248,14507,3,2357,2686 +"79615",19248,15184,3,2357,2396 +"79616",19248,16332,3,2357,2668 +"79617",19248,16432,2,2357,2664 +"79618",19248,16725,3,2357,2830 +"79619",19248,16954,2,2357,2972 +"79620",19248,17365,3,2357,2746 +"79621",19248,17999,3,2357,2758 +"79622",19248,18543,3,2357,2968 +"79623",19248,19027,3,2357,2721 +"79624",19248,19208,3,2357,2629 +"79625",19248,19605,3,2357,2395 +"79626",19248,19606,3,2357,2783 +"79627",19248,19622,3,2357,2371 +"79628",19248,19643,3,2357,2452 +"79629",19248,20124,3,2357,2376 +"79630",19248,22277,2,2357,2424 +"79631",19248,23319,3,2357,2867 +"79632",19248,24825,3,2357,2686 +"79633",19248,25129,2,2357,2647 +"79634",19248,25325,3,2357,2963 +"79635",19248,26582,3,2357,2772 +"79636",19248,26749,2,2357,2965 +"79637",19248,27275,2,2357,2656 +"79638",19248,27390,3,2357,2425 +"79639",19248,30052,3,2357,2855 +"79640",19248,31235,3,2357,2668 +"79641",19248,33672,2,2357,2396 +"79642",19248,33801,3,2357,2899 +"79643",19248,33949,3,2357,2489 +"79644",19248,34480,3,2357,2755 +"79645",19248,35738,2,2357,2448 +"79646",19248,37285,3,2357,2428 +"79647",19248,37570,3,2357,2389 +"79648",19248,38307,3,2357,2648 +"79649",19248,39535,2,2357,2428 +"79650",19248,40138,3,2357,2719 +"79651",19248,41945,3,2357,2856 +"79652",19248,43455,2,2357,2846 +"79653",19248,43978,3,2357,2698 +"79654",19248,45608,3,2357,2420 +"79655",19248,47529,3,2357,2914 +"79656",19248,48605,1,2357,2796 +"79657",19248,50480,3,2357,2701 +"79658",19248,50785,3,2357,2877 +"79659",19248,51041,2,2357,2606 +"79660",19248,51866,3,2357,2411 +"79661",19248,52570,2,2357,2645 +"79662",19248,53219,3,2357,2973 +"79663",19248,54695,2,2357,2429 +"79664",19248,61982,1,2357,2725 +"79665",19248,62841,1,2357,2710 +"79666",19248,66224,3,2357,2728 +"79667",19248,66703,3,2357,2375 +"79668",19248,67652,3,2357,2736 +"79669",19248,68215,3,2357,2727 +"79670",19248,70203,3,2357,2756 +"79671",19248,71518,3,2357,2805 +"79672",19248,73305,3,2357,2544 +"79673",19248,76892,2,2357,2381 +"79674",19248,83396,3,2357,2396 +"79675",19282,14,3,1623,1793 +"79676",19282,915,2,1623,1793 +"79677",19282,1767,3,1623,2727 +"79678",19282,2337,3,1623,1697 +"79679",19282,3068,1,1623,1815 +"79680",19282,3886,3,1623,1669 +"79681",19282,3980,3,1623,2771 +"79682",19282,4784,3,1623,2511 +"79683",19282,6020,3,1623,1864 +"79684",19282,6996,2,1623,2916 +"79685",19282,11625,3,1623,2022 +"79686",19282,13158,3,1623,2667 +"79687",19282,14328,2,1623,1725 +"79688",19282,17943,2,1623,1943 +"79689",19282,18670,3,1623,1835 +"79690",19282,19317,3,1623,2041 +"79691",19282,19605,3,1623,2395 +"79692",19282,20732,3,1623,2401 +"79693",19282,21358,3,1623,1970 +"79694",19282,23726,3,1623,2434 +"79695",19282,30236,3,1623,2238 +"79696",19282,30827,3,1623,2323 +"79697",19282,36506,3,1623,2638 +"79698",19282,42216,3,1623,2722 +"79699",19282,43404,3,1623,2649 +"79700",19282,45297,3,1623,1864 +"79701",19282,48823,2,1623,2080 +"79702",19282,53293,3,1623,2916 +"79703",19282,70046,2,1623,2624 +"79704",19282,95879,2,1623,1748 +"79705",19296,1560,3,1705,2013 +"79706",19296,1685,3,1705,2230 +"79707",19296,4698,3,1705,2481 +"79708",19296,8475,3,1705,2034 +"79709",19296,10200,3,1705,2920 +"79710",19296,11429,3,1705,2520 +"79711",19296,14761,3,1705,2502 +"79712",19296,17695,3,1705,1930 +"79713",19296,19366,1,1705,2279 +"79714",19296,26597,3,1705,2070 +"79715",19296,40392,3,1705,1878 +"79716",19296,45664,3,1705,2235 +"79717",19296,50621,2,1705,2809 +"79718",19296,70656,2,1705,2771 +"79719",19296,70814,3,1705,2771 +"79720",19317,854,3,2041,2307 +"79721",19317,1767,3,2041,2727 +"79722",19317,1822,3,2041,2888 +"79723",19317,2224,3,2041,2751 +"79724",19317,2484,3,2041,2389 +"79725",19317,3477,2,2041,2546 +"79726",19317,3495,3,2041,2431 +"79727",19317,6063,2,2041,2349 +"79728",19317,7703,3,2041,2122 +"79729",19317,8327,3,2041,2527 +"79730",19317,8993,3,2041,2099 +"79731",19317,9503,3,2041,2453 +"79732",19317,12081,3,2041,2166 +"79733",19317,13158,2,2041,2667 +"79734",19317,13899,2,2041,2650 +"79735",19317,14586,3,2041,2801 +"79736",19317,14817,3,2041,2110 +"79737",19317,15023,3,2041,2054 +"79738",19317,15106,2,2041,2286 +"79739",19317,15444,2,2041,2764 +"79740",19317,17027,3,2041,2772 +"79741",19317,18165,2,2041,2085 +"79742",19317,20067,3,2041,2390 +"79743",19317,20124,3,2041,2376 +"79744",19317,20162,3,2041,2328 +"79745",19317,20416,3,2041,2323 +"79746",19317,20984,3,2041,2502 +"79747",19317,21248,3,2041,2232 +"79748",19317,21275,2,2041,2609 +"79749",19317,21493,3,2041,2286 +"79750",19317,23268,3,2041,2258 +"79751",19317,24256,3,2041,2393 +"79752",19317,28626,3,2041,2842 +"79753",19317,29073,3,2041,2328 +"79754",19317,30236,2,2041,2238 +"79755",19317,30827,3,2041,2323 +"79756",19317,31357,3,2041,2389 +"79757",19317,31705,3,2041,2706 +"79758",19317,32339,3,2041,2430 +"79759",19317,32395,3,2041,2735 +"79760",19317,33223,2,2041,2397 +"79761",19317,37301,2,2041,2160 +"79762",19317,38732,3,2041,2263 +"79763",19317,40565,3,2041,2115 +"79764",19317,42216,3,2041,2722 +"79765",19317,44268,3,2041,2436 +"79766",19317,47595,3,2041,2374 +"79767",19317,48823,3,2041,2080 +"79768",19317,51843,3,2041,2389 +"79769",19317,54879,3,2041,2210 +"79770",19317,56397,3,2041,2053 +"79771",19317,58164,2,2041,2398 +"79772",19317,74636,3,2041,2525 +"79773",19317,77077,3,2041,2693 +"79774",19317,84317,3,2041,2081 +"79775",19322,913,3,2048,2144 +"79776",19322,1136,3,2048,2536 +"79777",19322,6390,3,2048,2385 +"79778",19322,7515,2,2048,2737 +"79779",19322,7847,3,2048,2424 +"79780",19322,23132,3,2048,2756 +"79781",19322,27391,3,2048,2378 +"79782",19322,31235,3,2048,2668 +"79783",19322,39189,3,2048,2319 +"79784",19322,62219,2,2048,2494 +"79785",19322,64997,3,2048,2791 +"79786",19322,73305,3,2048,2544 +"79787",19322,79804,3,2048,2227 +"79788",19322,83907,3,2048,2056 +"79789",19322,92322,3,2048,2393 +"79790",19323,1222,3,1705,2598 +"79791",19323,4360,3,1705,1770 +"79792",19323,5414,2,1705,2321 +"79793",19323,6262,2,1705,2733 +"79794",19323,6432,2,1705,2297 +"79795",19323,6755,3,1705,2818 +"79796",19323,23639,3,1705,2065 +"79797",19323,23890,2,1705,1810 +"79798",19323,24761,2,1705,2384 +"79799",19323,49621,3,1705,1915 +"79800",19323,56082,3,1705,2395 +"79801",19323,57037,3,1705,2293 +"79802",19323,59579,3,1705,2034 +"79803",19323,72207,2,1705,2430 +"79804",19323,76604,3,1705,2590 +"79805",19323,77189,3,1705,1965 +"79806",19323,96349,3,1705,1874 +"79807",19323,113181,3,1705,2301 +"79808",19331,1685,3,824,2230 +"79809",19331,3360,2,824,1583 +"79810",19331,19002,3,824,2053 +"79811",19331,19190,3,824,2677 +"79812",19331,26698,2,824,1963 +"79813",19331,27074,3,824,1454 +"79814",19331,49069,3,824,1694 +"79815",19331,87190,3,824,1704 +"79816",19331,89258,3,824,1147 +"79817",19332,1691,3,1214,1941 +"79818",19332,2011,3,1214,2176 +"79819",19332,2798,3,1214,1673 +"79820",19332,5258,3,1214,2730 +"79821",19332,6252,3,1214,2336 +"79822",19332,8657,3,1214,2473 +"79823",19332,9057,3,1214,2629 +"79824",19332,14108,3,1214,2012 +"79825",19332,14676,3,1214,2764 +"79826",19332,18543,2,1214,2968 +"79827",19332,25565,2,1214,2764 +"79828",19332,32503,3,1214,2020 +"79829",19332,34945,3,1214,1298 +"79830",19332,35041,3,1214,1311 +"79831",19332,38213,3,1214,1744 +"79832",19332,44427,3,1214,2875 +"79833",19332,46621,3,1214,1343 +"79834",19332,49620,3,1214,1868 +"79835",19332,52327,3,1214,1472 +"79836",19332,61689,3,1214,1309 +"79837",19332,69257,3,1214,1402 +"79838",19332,74636,3,1214,2525 +"79839",19332,81895,3,1214,1634 +"79840",19332,88232,3,1214,2881 +"79841",19332,89880,3,1214,1938 +"79842",19332,95846,3,1214,1324 +"79843",19334,9787,3,1979,2858 +"79844",19334,14754,2,1979,2456 +"79845",19334,27742,3,1979,2700 +"79846",19334,27914,3,1979,2507 +"79847",19334,29473,2,1979,2602 +"79848",19334,44497,3,1979,2401 +"79849",19334,61337,3,1979,2777 +"79850",19335,145,3,1729,1998 +"79851",19335,279,3,1729,1989 +"79852",19335,455,3,1729,2827 +"79853",19335,470,3,1729,2285 +"79854",19335,913,2,1729,2144 +"79855",19335,1102,3,1729,2282 +"79856",19335,2572,3,1729,2273 +"79857",19335,2954,3,1729,2727 +"79858",19335,3801,3,1729,1974 +"79859",19335,4690,3,1729,1938 +"79860",19335,4953,3,1729,2285 +"79861",19335,6052,3,1729,1985 +"79862",19335,6074,3,1729,2426 +"79863",19335,7515,3,1729,2737 +"79864",19335,9184,3,1729,2670 +"79865",19335,9362,3,1729,2879 +"79866",19335,9654,3,1729,2111 +"79867",19335,10433,3,1729,2075 +"79868",19335,10513,3,1729,2284 +"79869",19335,10871,3,1729,2314 +"79870",19335,11516,3,1729,1937 +"79871",19335,12528,3,1729,2589 +"79872",19335,12618,2,1729,2021 +"79873",19335,12724,3,1729,1930 +"79874",19335,14655,3,1729,2559 +"79875",19335,14943,3,1729,1942 +"79876",19335,15381,2,1729,2289 +"79877",19335,15716,3,1729,1991 +"79878",19335,21682,3,1729,2414 +"79879",19335,22567,1,1729,2396 +"79880",19335,23132,1,1729,2756 +"79881",19335,24448,3,1729,2289 +"79882",19335,24568,3,1729,1937 +"79883",19335,27275,3,1729,2656 +"79884",19335,27390,3,1729,2425 +"79885",19335,28115,3,1729,1835 +"79886",19335,28303,3,1729,2089 +"79887",19335,31235,3,1729,2668 +"79888",19335,33981,3,1729,1993 +"79889",19335,34160,3,1729,1759 +"79890",19335,35620,3,1729,2092 +"79891",19335,37059,3,1729,2840 +"79892",19335,38307,3,1729,2648 +"79893",19335,38780,3,1729,2705 +"79894",19335,39657,3,1729,1947 +"79895",19335,40383,1,1729,2639 +"79896",19335,40493,3,1729,1981 +"79897",19335,42799,3,1729,2729 +"79898",19335,43213,3,1729,2160 +"79899",19335,43455,3,1729,2846 +"79900",19335,46091,3,1729,1938 +"79901",19335,46385,3,1729,2225 +"79902",19335,50179,3,1729,2230 +"79903",19335,51017,3,1729,2073 +"79904",19335,53530,3,1729,2380 +"79905",19335,56317,3,1729,2030 +"79906",19335,59022,2,1729,2494 +"79907",19335,62219,3,1729,2494 +"79908",19335,63409,3,1729,1937 +"79909",19335,73305,3,1729,2544 +"79910",19335,80429,3,1729,1927 +"79911",19335,86245,2,1729,1972 +"79912",19336,3716,3,748,1679 +"79913",19336,30981,3,748,2366 +"79914",19336,55349,3,748,826 +"79915",19338,4953,3,620,2285 +"79916",19338,5864,3,620,1197 +"79917",19338,9423,3,620,1708 +"79918",19338,12081,3,620,2166 +"79919",19338,13699,3,620,1355 +"79920",19338,18670,3,620,1835 +"79921",19338,25680,3,620,1618 +"79922",19338,26479,3,620,1818 +"79923",19338,29289,3,620,1756 +"79924",19338,37238,3,620,2609 +"79925",19338,38307,3,620,2648 +"79926",19338,43455,3,620,2846 +"79927",19338,50113,3,620,2059 +"79928",19338,85949,2,620,1132 +"79929",19338,88887,3,620,1161 +"79930",19338,90860,3,620,851 +"79931",19338,92480,3,620,832 +"79932",19358,1063,3,880,2515 +"79933",19358,1222,2,880,2598 +"79934",19358,1785,3,880,2350 +"79935",19358,2272,3,880,1640 +"79936",19358,2443,2,880,2333 +"79937",19358,2802,2,880,1836 +"79938",19358,3324,2,880,1198 +"79939",19358,3477,3,880,2546 +"79940",19358,5414,2,880,2321 +"79941",19358,6063,3,880,2349 +"79942",19358,6262,2,880,2733 +"79943",19358,6432,3,880,2297 +"79944",19358,6755,3,880,2818 +"79945",19358,8525,3,880,1787 +"79946",19358,9269,3,880,1892 +"79947",19358,9808,3,880,1648 +"79948",19358,9910,3,880,2526 +"79949",19358,9948,3,880,2019 +"79950",19358,10279,3,880,886 +"79951",19358,11897,2,880,1271 +"79952",19358,12116,3,880,2119 +"79953",19358,12779,3,880,936 +"79954",19358,12914,3,880,1557 +"79955",19358,13150,3,880,1570 +"79956",19358,13671,3,880,1371 +"79957",19358,15047,2,880,1697 +"79958",19358,16590,3,880,1123 +"79959",19358,17884,3,880,1677 +"79960",19358,17999,3,880,2758 +"79961",19358,18217,3,880,1566 +"79962",19358,18466,2,880,2340 +"79963",19358,18610,3,880,2141 +"79964",19358,19002,3,880,2053 +"79965",19358,19190,2,880,2677 +"79966",19358,20604,2,880,1684 +"79967",19358,20695,3,880,2526 +"79968",19358,21290,2,880,894 +"79969",19358,24044,3,880,1076 +"79970",19358,24421,3,880,1324 +"79971",19358,26138,3,880,1902 +"79972",19358,26698,3,880,1963 +"79973",19358,27512,3,880,947 +"79974",19358,30697,3,880,2891 +"79975",19358,31705,3,880,2706 +"79976",19358,32070,1,880,950 +"79977",19358,32939,3,880,2277 +"79978",19358,32966,3,880,1583 +"79979",19358,33223,3,880,2397 +"79980",19358,33278,3,880,1591 +"79981",19358,36215,3,880,1623 +"79982",19358,36662,3,880,2967 +"79983",19358,37332,3,880,1891 +"79984",19358,38274,3,880,1181 +"79985",19358,38697,3,880,2701 +"79986",19358,40542,3,880,1664 +"79987",19358,42259,3,880,1235 +"79988",19358,42280,3,880,2266 +"79989",19358,43311,3,880,1553 +"79990",19358,43768,3,880,1468 +"79991",19358,45585,3,880,2384 +"79992",19358,46581,2,880,1160 +"79993",19358,48931,3,880,2444 +"79994",19358,49403,3,880,2427 +"79995",19358,49708,3,880,1147 +"79996",19358,51678,2,880,1077 +"79997",19358,53082,3,880,2328 +"79998",19358,53648,3,880,2167 +"79999",19358,54061,3,880,1488 +"80000",19358,56168,1,880,1466 +"80001",19358,56364,3,880,1626 +"80002",19358,57037,3,880,2293 +"80003",19358,57804,3,880,2214 +"80004",19358,62498,3,880,1698 +"80005",19358,63525,3,880,2741 +"80006",19358,66017,2,880,1545 +"80007",19358,76796,3,880,1140 +"80008",19358,76997,2,880,2223 +"80009",19358,77550,3,880,1548 +"80010",19358,79236,3,880,1505 +"80011",19358,79772,2,880,1230 +"80012",19358,79793,2,880,1915 +"80013",19358,82618,3,880,1536 +"80014",19358,82917,3,880,2371 +"80015",19358,83334,2,880,1708 +"80016",19358,87915,3,880,1152 +"80017",19358,90633,2,880,990 +"80018",19358,94339,2,880,2768 +"80019",19358,97706,3,880,1121 +"80020",19358,99194,3,880,1271 +"80021",19358,101381,3,880,977 +"80022",19358,106330,3,880,2559 +"80023",19358,107435,3,880,1635 +"80024",19364,20700,3,2846,2861 +"80025",19364,22723,3,2846,2859 +"80026",19364,92297,3,2846,2952 +"80027",19364,121354,2,2846,2862 +"80028",19366,6345,3,2279,2713 +"80029",19366,9724,3,2279,2713 +"80030",19366,14957,3,2279,2306 +"80031",19366,15782,3,2279,2306 +"80032",19366,17499,3,2279,2954 +"80033",19366,32169,3,2279,2504 +"80034",19366,37684,3,2279,2899 +"80035",19366,43701,3,2279,2400 +"80036",19366,50621,3,2279,2809 +"80037",19366,53584,3,2279,2391 +"80038",19366,70656,3,2279,2771 +"80039",19380,24753,3,2637,2860 +"80040",19380,28893,3,2637,2764 +"80041",19380,34216,1,2637,2832 +"80042",19380,61337,3,2637,2777 +"80043",19380,112557,3,2637,2669 +"80044",19380,112563,3,2637,2669 +"80045",19383,1023,3,1200,2515 +"80046",19383,1063,3,1200,2515 +"80047",19383,9716,3,1200,1929 +"80048",19383,14761,3,1200,2502 +"80049",19383,22652,2,1200,1544 +"80050",19383,39211,3,1200,1908 +"80051",19383,41185,3,1200,1929 +"80052",19383,45983,3,1200,1260 +"80053",19386,4660,3,1714,2149 +"80054",19386,5683,3,1714,2468 +"80055",19386,8610,2,1714,2240 +"80056",19386,12177,3,1714,1965 +"80057",19386,12249,3,1714,1965 +"80058",19386,12397,2,1714,1965 +"80059",19386,15567,3,1714,2671 +"80060",19386,21324,3,1714,2413 +"80061",19386,26734,2,1714,2299 +"80062",19386,27742,3,1714,2700 +"80063",19386,27914,3,1714,2507 +"80064",19386,36487,3,1714,2622 +"80065",19386,40138,3,1714,2719 +"80066",19397,45664,3,2182,2235 +"80067",19406,10223,3,619,1033 +"80068",19406,23015,2,619,1362 +"80069",19406,35004,2,619,1509 +"80070",19406,35715,3,619,2912 +"80071",19406,39875,3,619,2422 +"80072",19406,66978,2,619,1536 +"80073",19406,68345,3,619,1095 +"80074",19406,72348,3,619,1810 +"80075",19406,80606,2,619,2079 +"80076",19433,4367,2,2504,2794 +"80077",19433,15567,3,2504,2671 +"80078",19433,15826,2,2504,2772 +"80079",19433,26182,3,2504,2775 +"80080",19433,27908,2,2504,2576 +"80081",19433,31700,3,2504,2727 +"80082",19433,35715,3,2504,2912 +"80083",19433,36953,3,2504,2790 +"80084",19433,40572,3,2504,2666 +"80085",19433,45869,3,2504,2840 +"80086",19433,61337,2,2504,2777 +"80087",19447,160,3,969,2007 +"80088",19447,6119,3,969,2358 +"80089",19447,8568,2,969,2706 +"80090",19447,8623,3,969,2463 +"80091",19447,8984,3,969,1162 +"80092",19447,9787,3,969,2858 +"80093",19447,10336,3,969,2271 +"80094",19447,11563,3,969,1863 +"80095",19447,13068,3,969,1778 +"80096",19447,16015,2,969,1307 +"80097",19447,16286,2,969,2470 +"80098",19447,16501,3,969,1650 +"80099",19447,33314,3,969,1444 +"80100",19447,33341,3,969,2338 +"80101",19447,41633,2,969,1976 +"80102",19447,50354,2,969,1299 +"80103",19447,59726,3,969,1513 +"80104",19447,61125,2,969,1673 +"80105",19447,70455,3,969,1307 +"80106",19453,499,3,1928,1931 +"80107",19453,602,3,1928,2632 +"80108",19453,3011,3,1928,2278 +"80109",19453,4701,3,1928,2401 +"80110",19453,6982,3,1928,2034 +"80111",19453,7548,3,1928,1932 +"80112",19453,8419,3,1928,1956 +"80113",19453,9311,2,1928,2477 +"80114",19453,10358,3,1928,2294 +"80115",19453,10382,2,1928,2111 +"80116",19453,10843,1,1928,2277 +"80117",19453,12976,3,1928,2399 +"80118",19453,14032,3,1928,2144 +"80119",19453,14723,2,1928,2019 +"80120",19453,15626,2,1928,2434 +"80121",19453,20407,3,1928,2339 +"80122",19453,21448,3,1928,2332 +"80123",19453,22311,3,1928,2034 +"80124",19453,26218,3,1928,2460 +"80125",19453,30906,3,1928,2537 +"80126",19453,33433,2,1928,2805 +"80127",19453,34707,3,1928,2042 +"80128",19453,37620,3,1928,2716 +"80129",19453,38755,2,1928,2902 +"80130",19453,45903,3,1928,2237 +"80131",19453,49121,3,1928,2199 +"80132",19453,49696,2,1928,2444 +"80133",19453,50269,3,1928,1966 +"80134",19453,50382,3,1928,2244 +"80135",19453,51853,3,1928,2520 +"80136",19453,53342,3,1928,2071 +"80137",19453,53779,2,1928,2000 +"80138",19453,54879,3,1928,2210 +"80139",19453,55643,3,1928,2359 +"80140",19453,58993,3,1928,2390 +"80141",19453,59113,2,1928,2434 +"80142",19453,75343,3,1928,2008 +"80143",19453,87144,3,1928,2299 +"80144",19476,378,3,1708,2766 +"80145",19476,1369,3,1708,2487 +"80146",19476,2282,3,1708,2056 +"80147",19476,2647,3,1708,2450 +"80148",19476,2927,3,1708,1789 +"80149",19476,6999,3,1708,2214 +"80150",19476,9538,2,1708,1786 +"80151",19476,12116,3,1708,2119 +"80152",19476,13340,3,1708,1918 +"80153",19476,23560,3,1708,2051 +"80154",19476,31295,3,1708,2183 +"80155",19476,35317,3,1708,1888 +"80156",19476,42382,3,1708,2224 +"80157",19476,42407,2,1708,2408 +"80158",19476,46616,2,1708,1917 +"80159",19476,47607,2,1708,2724 +"80160",19476,47882,3,1708,2769 +"80161",19476,53584,3,1708,2391 +"80162",19476,70011,3,1708,2690 +"80163",19476,73520,3,1708,2613 +"80164",19476,77719,1,1708,2086 +"80165",19476,78277,2,1708,1937 +"80166",19476,79699,3,1708,1735 +"80167",19476,80970,3,1708,2069 +"80168",19476,84590,3,1708,1734 +"80169",19501,21,3,1186,1385 +"80170",19501,1150,3,1186,1595 +"80171",19501,1846,3,1186,1845 +"80172",19501,2206,2,1186,2536 +"80173",19501,2936,3,1186,2512 +"80174",19501,2985,3,1186,2398 +"80175",19501,4660,3,1186,2149 +"80176",19501,5897,3,1186,2337 +"80177",19501,9504,3,1186,2549 +"80178",19501,10239,3,1186,2032 +"80179",19501,10980,3,1186,1974 +"80180",19501,12067,3,1186,1213 +"80181",19501,12361,3,1186,2732 +"80182",19501,13720,3,1186,1558 +"80183",19501,13879,2,1186,2748 +"80184",19501,14043,3,1186,2084 +"80185",19501,15567,3,1186,2671 +"80186",19501,19655,2,1186,2706 +"80187",19501,21207,3,1186,1258 +"80188",19501,30306,2,1186,1606 +"80189",19501,31109,3,1186,1845 +"80190",19501,32470,3,1186,1539 +"80191",19501,35446,3,1186,1203 +"80192",19501,36912,3,1186,2469 +"80193",19501,42256,3,1186,2839 +"80194",19501,47654,3,1186,1664 +"80195",19501,48015,3,1186,1355 +"80196",19501,50335,3,1186,1893 +"80197",19501,50581,3,1186,1258 +"80198",19501,56094,3,1186,2343 +"80199",19501,60808,3,1186,1258 +"80200",19501,62066,2,1186,2281 +"80201",19501,63077,3,1186,2778 +"80202",19501,63644,3,1186,1267 +"80203",19501,73582,3,1186,2075 +"80204",19501,74055,3,1186,1544 +"80205",19501,74370,3,1186,1667 +"80206",19501,76391,3,1186,1536 +"80207",19501,81545,3,1186,2077 +"80208",19501,84271,2,1186,1556 +"80209",19501,90299,2,1186,1606 +"80210",19501,109975,3,1186,1594 +"80211",19506,733,3,1385,1653 +"80212",19506,1006,3,1385,1569 +"80213",19506,3242,3,1385,1730 +"80214",19506,4618,3,1385,2607 +"80215",19506,8621,3,1385,1681 +"80216",19506,10871,3,1385,2314 +"80217",19506,17264,2,1385,2528 +"80218",19506,17354,1,1385,2250 +"80219",19506,19516,2,1385,2313 +"80220",19506,20070,3,1385,1914 +"80221",19506,20563,3,1385,2267 +"80222",19506,23140,1,1385,2787 +"80223",19506,26436,3,1385,2489 +"80224",19506,26516,3,1385,2479 +"80225",19506,27753,3,1385,2750 +"80226",19506,28131,3,1385,1492 +"80227",19506,28896,3,1385,1395 +"80228",19506,30150,2,1385,1704 +"80229",19506,32419,3,1385,1909 +"80230",19506,33551,1,1385,1734 +"80231",19506,34492,3,1385,1798 +"80232",19506,36031,3,1385,2342 +"80233",19506,46506,3,1385,2464 +"80234",19506,51410,3,1385,2739 +"80235",19506,63654,2,1385,2310 +"80236",19506,70203,3,1385,2756 +"80237",19506,78128,3,1385,1727 +"80238",19506,87110,3,1385,2801 +"80239",19506,89681,3,1385,1978 +"80240",19506,90790,1,1385,1492 +"80241",19506,91162,1,1385,1693 +"80242",19506,91201,1,1385,1702 +"80243",19509,827,3,2000,2964 +"80244",19509,916,3,2000,2718 +"80245",19509,1624,3,2000,2687 +"80246",19509,2282,3,2000,2056 +"80247",19509,2647,3,2000,2450 +"80248",19509,4551,2,2000,2720 +"80249",19509,6040,3,2000,2103 +"80250",19509,7253,1,2000,2686 +"80251",19509,13388,3,2000,2119 +"80252",19509,26513,3,2000,2205 +"80253",19509,28268,2,2000,2258 +"80254",19509,28782,3,2000,2272 +"80255",19509,36840,3,2000,2269 +"80256",19509,42382,3,2000,2224 +"80257",19509,42390,3,2000,2937 +"80258",19509,47607,2,2000,2724 +"80259",19509,52380,1,2000,2686 +"80260",19509,53584,3,2000,2391 +"80261",19509,58945,2,2000,2481 +"80262",19509,59511,1,2000,2753 +"80263",19509,69029,2,2000,2623 +"80264",19509,80970,3,2000,2069 +"80265",19516,1136,3,2313,2536 +"80266",19516,4618,3,2313,2607 +"80267",19516,10871,1,2313,2314 +"80268",19516,11329,3,2313,2799 +"80269",19516,14655,3,2313,2559 +"80270",19516,17264,3,2313,2528 +"80271",19516,19248,3,2313,2357 +"80272",19516,23011,3,2313,2763 +"80273",19516,23140,3,2313,2787 +"80274",19516,26436,3,2313,2489 +"80275",19516,27753,3,2313,2750 +"80276",19516,31124,2,2313,2351 +"80277",19516,36031,3,2313,2342 +"80278",19516,45343,3,2313,2360 +"80279",19516,51041,3,2313,2606 +"80280",19516,51410,1,2313,2739 +"80281",19516,51783,3,2313,2599 +"80282",19516,57977,3,2313,2683 +"80283",19516,59022,2,2313,2494 +"80284",19528,11329,3,2742,2799 +"80285",19528,18151,3,2742,2962 +"80286",19528,24255,2,2742,2770 +"80287",19528,33801,3,2742,2899 +"80288",19528,34327,2,2742,2959 +"80289",19528,38667,3,2742,2880 +"80290",19528,53475,3,2742,2853 +"80291",19542,378,3,570,2766 +"80292",19542,1369,3,570,2487 +"80293",19542,1785,3,570,2350 +"80294",19542,2282,3,570,2056 +"80295",19542,2506,3,570,954 +"80296",19542,2927,3,570,1789 +"80297",19542,5637,3,570,1976 +"80298",19542,6562,3,570,1139 +"80299",19542,6999,3,570,2214 +"80300",19542,7310,3,570,636 +"80301",19542,8157,3,570,1063 +"80302",19542,9269,3,570,1892 +"80303",19542,9538,3,570,1786 +"80304",19542,9656,2,570,1135 +"80305",19542,10716,3,570,1692 +"80306",19542,10990,2,570,805 +"80307",19542,11858,3,570,1530 +"80308",19542,12116,3,570,2119 +"80309",19542,13034,2,570,698 +"80310",19542,13340,2,570,1918 +"80311",19542,14212,3,570,857 +"80312",19542,15281,3,570,810 +"80313",19542,17499,3,570,2954 +"80314",19542,19476,2,570,1708 +"80315",19542,20038,2,570,1531 +"80316",19542,20371,3,570,595 +"80317",19542,23498,3,570,2398 +"80318",19542,23550,3,570,2939 +"80319",19542,23560,2,570,2051 +"80320",19542,29778,3,570,840 +"80321",19542,31279,3,570,965 +"80322",19542,35243,3,570,1102 +"80323",19542,35317,3,570,1888 +"80324",19542,36892,3,570,643 +"80325",19542,37684,3,570,2899 +"80326",19542,41098,3,570,1857 +"80327",19542,42407,2,570,2408 +"80328",19542,44878,3,570,1620 +"80329",19542,46616,3,570,1917 +"80330",19542,47607,3,570,2724 +"80331",19542,47882,3,570,2769 +"80332",19542,50678,3,570,1366 +"80333",19542,51863,3,570,1395 +"80334",19542,55325,3,570,653 +"80335",19542,55730,3,570,1217 +"80336",19542,60463,3,570,1583 +"80337",19542,62848,3,570,1230 +"80338",19542,63329,3,570,639 +"80339",19542,70011,2,570,2690 +"80340",19542,71307,2,570,761 +"80341",19542,73520,2,570,2613 +"80342",19542,77719,2,570,2086 +"80343",19542,78277,2,570,1937 +"80344",19542,79699,1,570,1735 +"80345",19542,80970,3,570,2069 +"80346",19542,84590,2,570,1734 +"80347",19542,85065,3,570,1585 +"80348",19542,93553,3,570,2537 +"80349",19542,99237,3,570,783 +"80350",19542,100140,3,570,1041 +"80351",19560,21638,2,113,1750 +"80352",19568,5504,3,2302,2389 +"80353",19568,10130,3,2302,2741 +"80354",19568,18277,3,2302,2309 +"80355",19568,19516,3,2302,2313 +"80356",19568,27478,3,2302,2485 +"80357",19568,31799,3,2302,2547 +"80358",19568,51410,2,2302,2739 +"80359",19568,93615,3,2302,2386 +"80360",19587,2,3,1684,2796 +"80361",19587,160,3,1684,2007 +"80362",19587,680,2,1684,2569 +"80363",19587,1520,2,1684,1716 +"80364",19587,2190,3,1684,2359 +"80365",19587,3978,3,1684,2775 +"80366",19587,4303,3,1684,2414 +"80367",19587,6063,3,1684,2349 +"80368",19587,6821,2,1684,1788 +"80369",19587,8354,3,1684,1705 +"80370",19587,8865,2,1684,2394 +"80371",19587,9035,3,1684,2771 +"80372",19587,10473,3,1684,1783 +"80373",19587,11563,3,1684,1863 +"80374",19587,11588,3,1684,2352 +"80375",19587,12759,2,1684,2414 +"80376",19587,15826,3,1684,2772 +"80377",19587,16437,3,1684,1956 +"80378",19587,16796,1,1684,1892 +"80379",19587,17037,3,1684,2947 +"80380",19587,19433,3,1684,2504 +"80381",19587,19858,3,1684,2357 +"80382",19587,20984,3,1684,2502 +"80383",19587,23131,3,1684,1732 +"80384",19587,25373,3,1684,2783 +"80385",19587,28051,3,1684,2089 +"80386",19587,28081,3,1684,1927 +"80387",19587,28837,2,1684,2286 +"80388",19587,30334,3,1684,2075 +"80389",19587,30368,3,1684,2487 +"80390",19587,30525,3,1684,1964 +"80391",19587,31542,3,1684,2459 +"80392",19587,35456,3,1684,2358 +"80393",19587,35822,3,1684,1903 +"80394",19587,37636,2,1684,2178 +"80395",19587,37752,3,1684,2223 +"80396",19587,39062,3,1684,2020 +"80397",19587,40392,3,1684,1878 +"80398",19587,40572,3,1684,2666 +"80399",19587,41187,3,1684,2340 +"80400",19587,41723,3,1684,2101 +"80401",19587,41900,3,1684,1970 +"80402",19587,50585,3,1684,2414 +"80403",19587,51783,3,1684,2599 +"80404",19587,53687,3,1684,2422 +"80405",19587,54523,3,1684,1935 +"80406",19587,58655,3,1684,2685 +"80407",19587,68789,3,1684,1929 +"80408",19587,69232,3,1684,2130 +"80409",19587,94525,3,1684,1993 +"80410",19587,96462,3,1684,1967 +"80411",19593,6055,3,2013,2651 +"80412",19593,8275,3,2013,2237 +"80413",19593,36441,3,2013,2796 +"80414",19593,42799,2,2013,2729 +"80415",19593,45903,3,2013,2237 +"80416",19593,46635,2,2013,2528 +"80417",19593,76356,3,2013,2323 +"80418",19605,267,3,2395,2631 +"80419",19605,316,3,2395,2413 +"80420",19605,701,3,2395,2718 +"80421",19605,1767,3,2395,2727 +"80422",19605,2684,3,2395,2874 +"80423",19605,3980,3,2395,2771 +"80424",19605,5258,3,2395,2730 +"80425",19605,6192,2,2395,2409 +"80426",19605,7942,3,2395,2623 +"80427",19605,8327,3,2395,2527 +"80428",19605,8842,3,2395,2535 +"80429",19605,9202,3,2395,2477 +"80430",19605,13158,3,2395,2667 +"80431",19605,13249,3,2395,2573 +"80432",19605,14507,3,2395,2686 +"80433",19605,15444,3,2395,2764 +"80434",19605,16866,2,2395,2718 +"80435",19605,17549,3,2395,2647 +"80436",19605,18865,2,2395,2676 +"80437",19605,19208,1,2395,2629 +"80438",19605,24753,3,2395,2860 +"80439",19605,26642,3,2395,2952 +"80440",19605,27379,3,2395,2461 +"80441",19605,29454,1,2395,2719 +"80442",19605,31856,3,2395,2630 +"80443",19605,33160,3,2395,2441 +"80444",19605,35837,2,2395,2871 +"80445",19605,36270,3,2395,2910 +"80446",19605,38307,3,2395,2648 +"80447",19605,39256,3,2395,2449 +"80448",19605,39556,3,2395,2747 +"80449",19605,40368,3,2395,2876 +"80450",19605,41664,3,2395,2641 +"80451",19605,41764,2,2395,2409 +"80452",19605,41770,3,2395,2752 +"80453",19605,41945,3,2395,2856 +"80454",19605,42216,3,2395,2722 +"80455",19605,43226,3,2395,2442 +"80456",19605,43404,3,2395,2649 +"80457",19605,44403,3,2395,2429 +"80458",19605,44688,2,2395,2924 +"80459",19605,47529,2,2395,2914 +"80460",19605,47564,3,2395,2650 +"80461",19605,50480,1,2395,2701 +"80462",19605,50667,3,2395,2719 +"80463",19605,51610,2,2395,2635 +"80464",19605,55076,3,2395,2408 +"80465",19605,56910,2,2395,2705 +"80466",19605,59140,3,2395,2528 +"80467",19605,60257,3,2395,2795 +"80468",19605,65434,3,2395,2866 +"80469",19605,68083,3,2395,2795 +"80470",19605,70046,3,2395,2624 +"80471",19605,74204,3,2395,2463 +"80472",19605,74636,3,2395,2525 +"80473",19605,91579,3,2395,2510 +"80474",19606,997,3,2783,2788 +"80475",19606,1151,1,2783,2885 +"80476",19606,7323,2,2783,2858 +"80477",19606,9362,3,2783,2879 +"80478",19606,14959,3,2783,2898 +"80479",19606,18151,3,2783,2962 +"80480",19606,20700,2,2783,2861 +"80481",19606,41945,3,2783,2856 +"80482",19606,43455,3,2783,2846 +"80483",19606,48605,3,2783,2796 +"80484",19606,65029,3,2783,2954 +"80485",19606,71518,3,2783,2805 +"80486",19606,75444,3,2783,2846 +"80487",19610,680,3,1236,2569 +"80488",19610,2747,2,1236,2411 +"80489",19610,9484,3,1236,1429 +"80490",19610,9503,3,1236,2453 +"80491",19610,10050,3,1236,1792 +"80492",19610,10739,3,1236,1807 +"80493",19610,11588,3,1236,2352 +"80494",19610,13967,3,1236,1354 +"80495",19610,14959,3,1236,2898 +"80496",19610,14998,2,1236,1553 +"80497",19610,16502,3,1236,1616 +"80498",19610,18381,3,1236,1524 +"80499",19610,20155,2,1236,1517 +"80500",19610,21209,3,1236,2184 +"80501",19610,24069,3,1236,2697 +"80502",19610,28116,1,1236,1643 +"80503",19610,30334,3,1236,2075 +"80504",19610,33017,3,1236,1493 +"80505",19610,37636,2,1236,2178 +"80506",19610,40392,3,1236,1878 +"80507",19610,44433,2,1236,2224 +"80508",19610,44603,2,1236,2748 +"80509",19610,51783,3,1236,2599 +"80510",19610,54924,3,1236,2603 +"80511",19617,5937,3,679,2392 +"80512",19617,6363,3,679,2066 +"80513",19617,11521,2,679,1559 +"80514",19617,14612,3,679,2340 +"80515",19617,16869,2,679,1985 +"80516",19617,17672,3,679,1987 +"80517",19617,18645,3,679,793 +"80518",19617,24962,3,679,2126 +"80519",19617,25941,3,679,2369 +"80520",19617,27570,3,679,1559 +"80521",19617,30804,3,679,1614 +"80522",19617,33108,1,679,1559 +"80523",19617,34431,3,679,2319 +"80524",19617,47098,3,679,2057 +"80525",19617,50785,3,679,2877 +"80526",19617,72703,3,679,2231 +"80527",19621,457,3,725,1704 +"80528",19621,952,3,725,1991 +"80529",19621,1050,3,725,1185 +"80530",19621,1102,3,725,2282 +"80531",19621,1428,2,725,742 +"80532",19621,1592,3,725,2006 +"80533",19621,3493,3,725,2451 +"80534",19621,4360,3,725,1770 +"80535",19621,5315,3,725,2631 +"80536",19621,5346,3,725,1438 +"80537",19621,5580,3,725,2111 +"80538",19621,5785,3,725,1261 +"80539",19621,6055,3,725,2651 +"80540",19621,6074,3,725,2426 +"80541",19621,6602,3,725,1631 +"80542",19621,7616,3,725,2296 +"80543",19621,8192,3,725,1670 +"80544",19621,8275,2,725,2237 +"80545",19621,9200,2,725,787 +"80546",19621,9654,3,725,2111 +"80547",19621,9805,3,725,1621 +"80548",19621,9871,3,725,921 +"80549",19621,10310,3,725,2774 +"80550",19621,10488,3,725,1524 +"80551",19621,11493,3,725,2077 +"80552",19621,12371,3,725,1569 +"80553",19621,12639,2,725,1141 +"80554",19621,12692,2,725,1855 +"80555",19621,12712,3,725,815 +"80556",19621,13109,3,725,1374 +"80557",19621,13967,3,725,1354 +"80558",19621,13979,3,725,1559 +"80559",19621,14482,3,725,1573 +"80560",19621,15207,2,725,1855 +"80561",19621,16053,3,725,908 +"80562",19621,16539,3,725,1947 +"80563",19621,17328,3,725,1206 +"80564",19621,19208,3,725,2629 +"80565",19621,19593,2,725,2013 +"80566",19621,19637,3,725,1229 +"80567",19621,19892,3,725,1212 +"80568",19621,20067,3,725,2390 +"80569",19621,20730,3,725,2243 +"80570",19621,20732,3,725,2401 +"80571",19621,21566,1,725,1234 +"80572",19621,21682,3,725,2414 +"80573",19621,22374,3,725,1226 +"80574",19621,22893,3,725,1938 +"80575",19621,23006,2,725,1532 +"80576",19621,23726,3,725,2434 +"80577",19621,23729,3,725,1624 +"80578",19621,23869,3,725,1918 +"80579",19621,25680,3,725,1618 +"80580",19621,26567,3,725,1158 +"80581",19621,26658,3,725,2745 +"80582",19621,27104,2,725,1608 +"80583",19621,28130,1,725,908 +"80584",19621,28131,2,725,1492 +"80585",19621,28571,3,725,1556 +"80586",19621,28808,2,725,1063 +"80587",19621,29930,3,725,2240 +"80588",19621,30150,3,725,1704 +"80589",19621,30325,3,725,1067 +"80590",19621,30883,3,725,1629 +"80591",19621,31243,3,725,1355 +"80592",19621,32939,3,725,2277 +"80593",19621,33846,3,725,801 +"80594",19621,34648,3,725,1596 +"80595",19621,35772,2,725,1440 +"80596",19621,36031,3,725,2342 +"80597",19621,36441,1,725,2796 +"80598",19621,36651,3,725,1600 +"80599",19621,40646,3,725,1583 +"80600",19621,40698,3,725,1408 +"80601",19621,40893,2,725,1116 +"80602",19621,41108,3,725,1624 +"80603",19621,41770,3,725,2752 +"80604",19621,42747,3,725,1189 +"80605",19621,42799,2,725,2729 +"80606",19621,43213,3,725,2160 +"80607",19621,43635,3,725,1196 +"80608",19621,44894,3,725,2048 +"80609",19621,45903,2,725,2237 +"80610",19621,46043,3,725,1358 +"80611",19621,46196,3,725,1510 +"80612",19621,46283,3,725,1184 +"80613",19621,46621,3,725,1343 +"80614",19621,46635,2,725,2528 +"80615",19621,47386,3,725,2226 +"80616",19621,48127,3,725,2677 +"80617",19621,48602,3,725,1704 +"80618",19621,50235,3,725,726 +"80619",19621,50487,3,725,744 +"80620",19621,52136,2,725,1412 +"80621",19621,52345,2,725,1430 +"80622",19621,53303,3,725,1376 +"80623",19621,55076,3,725,2408 +"80624",19621,56082,3,725,2395 +"80625",19621,56462,3,725,852 +"80626",19621,56903,1,725,1584 +"80627",19621,57804,3,725,2214 +"80628",19621,58669,3,725,2296 +"80629",19621,59939,3,725,936 +"80630",19621,61785,3,725,822 +"80631",19621,62148,3,725,1566 +"80632",19621,62870,3,725,1568 +"80633",19621,64502,3,725,1670 +"80634",19621,67102,3,725,935 +"80635",19621,68024,1,725,1531 +"80636",19621,70203,3,725,2756 +"80637",19621,70996,3,725,1037 +"80638",19621,72207,3,725,2430 +"80639",19621,72956,3,725,1251 +"80640",19621,74818,1,725,1440 +"80641",19621,75403,3,725,1895 +"80642",19621,76356,2,725,2323 +"80643",19621,76564,3,725,996 +"80644",19621,76999,3,725,908 +"80645",19621,77001,3,725,1440 +"80646",19621,78037,3,725,1606 +"80647",19621,79371,3,725,1624 +"80648",19621,79436,3,725,1344 +"80649",19621,79472,3,725,1230 +"80650",19621,79657,3,725,1260 +"80651",19621,81095,3,725,1609 +"80652",19621,81463,2,725,955 +"80653",19621,81676,2,725,839 +"80654",19621,83526,3,725,1235 +"80655",19621,83993,3,725,1009 +"80656",19621,85356,1,725,1492 +"80657",19621,85685,3,725,998 +"80658",19621,86785,2,725,1607 +"80659",19621,86883,3,725,1623 +"80660",19621,87720,3,725,2086 +"80661",19621,88232,3,725,2881 +"80662",19621,90802,3,725,877 +"80663",19621,91279,3,725,966 +"80664",19621,91901,2,725,1236 +"80665",19621,91912,3,725,790 +"80666",19621,92381,2,725,1237 +"80667",19621,94520,3,725,1243 +"80668",19621,96132,2,725,1489 +"80669",19621,96911,3,725,956 +"80670",19621,97160,3,725,1215 +"80671",19621,100140,3,725,1041 +"80672",19621,103524,3,725,991 +"80673",19621,104280,3,725,887 +"80674",19621,109718,3,725,1237 +"80675",19621,117956,3,725,2774 +"80676",19622,270,2,2371,2542 +"80677",19622,1315,3,2371,2760 +"80678",19622,2424,2,2371,2582 +"80679",19622,3305,3,2371,2839 +"80680",19622,7234,3,2371,2654 +"80681",19622,11477,3,2371,2724 +"80682",19622,17365,3,2371,2746 +"80683",19622,19862,3,2371,2412 +"80684",19622,23725,2,2371,2378 +"80685",19622,30052,3,2371,2855 +"80686",19622,31436,3,2371,2892 +"80687",19622,34480,3,2371,2755 +"80688",19622,38307,3,2371,2648 +"80689",19622,41945,3,2371,2856 +"80690",19622,43455,2,2371,2846 +"80691",19622,51041,3,2371,2606 +"80692",19622,51866,3,2371,2411 +"80693",19622,56082,3,2371,2395 +"80694",19622,56237,3,2371,2625 +"80695",19622,61982,2,2371,2725 +"80696",19622,62841,3,2371,2710 +"80697",19622,72207,2,2371,2430 +"80698",19622,72326,3,2371,2384 +"80699",19622,76048,3,2371,2373 +"80700",19622,76892,3,2371,2381 +"80701",19622,82929,3,2371,2475 +"80702",19627,357,3,627,2327 +"80703",19627,671,3,627,2328 +"80704",19627,1127,3,627,1188 +"80705",19627,1130,3,627,1566 +"80706",19627,1495,3,627,2046 +"80707",19627,2063,3,627,1278 +"80708",19627,2269,3,627,984 +"80709",19627,2325,3,627,1641 +"80710",19627,2424,3,627,2582 +"80711",19627,2743,3,627,1278 +"80712",19627,2766,3,627,1920 +"80713",19627,3242,3,627,1730 +"80714",19627,4763,3,627,1960 +"80715",19627,7861,3,627,1647 +"80716",19627,8274,3,627,1909 +"80717",19627,9311,3,627,2477 +"80718",19627,10382,3,627,2111 +"80719",19627,10404,3,627,2062 +"80720",19627,10843,3,627,2277 +"80721",19627,10874,3,627,1891 +"80722",19627,10890,3,627,2639 +"80723",19627,12432,3,627,1816 +"80724",19627,12449,2,627,2067 +"80725",19627,13869,3,627,1786 +"80726",19627,14888,3,627,1411 +"80727",19627,15184,3,627,2396 +"80728",19627,15626,2,627,2434 +"80729",19627,16164,3,627,1184 +"80730",19627,20407,3,627,2339 +"80731",19627,20563,3,627,2267 +"80732",19627,20824,3,627,1366 +"80733",19627,24066,3,627,1755 +"80734",19627,24923,2,627,2785 +"80735",19627,25129,3,627,2647 +"80736",19627,25341,3,627,1858 +"80737",19627,26436,3,627,2489 +"80738",19627,27753,3,627,2750 +"80739",19627,28218,3,627,2048 +"80740",19627,28233,3,627,1608 +"80741",19627,32939,3,627,2277 +"80742",19627,33433,3,627,2805 +"80743",19627,34509,2,627,1973 +"80744",19627,38449,3,627,1802 +"80745",19627,41108,3,627,1624 +"80746",19627,48274,2,627,1979 +"80747",19627,48373,3,627,2220 +"80748",19627,51022,2,627,1499 +"80749",19627,51853,2,627,2520 +"80750",19627,54740,3,627,2750 +"80751",19627,57804,3,627,2214 +"80752",19627,59113,3,627,2434 +"80753",19627,61719,3,627,1515 +"80754",19627,64793,3,627,2819 +"80755",19627,88966,3,627,1568 +"80756",19627,90425,2,627,1824 +"80757",19627,91579,3,627,2510 +"80758",19627,91841,3,627,1521 +"80759",19627,92973,2,627,1276 +"80760",19627,93953,1,627,969 +"80761",19627,99366,2,627,900 +"80762",19634,701,3,954,2718 +"80763",19634,2716,2,954,1748 +"80764",19634,2742,2,954,1192 +"80765",19634,2765,3,954,2321 +"80766",19634,2894,3,954,1291 +"80767",19634,3306,3,954,1989 +"80768",19634,4289,3,954,1921 +"80769",19634,4705,3,954,1714 +"80770",19634,6222,3,954,1949 +"80771",19634,7258,3,954,1714 +"80772",19634,11976,3,954,1727 +"80773",19634,13979,3,954,1559 +"80774",19634,14888,3,954,1411 +"80775",19634,14959,3,954,2898 +"80776",19634,17826,3,954,2920 +"80777",19634,20423,1,954,2654 +"80778",19634,20732,3,954,2401 +"80779",19634,23726,2,954,2434 +"80780",19634,23869,3,954,1918 +"80781",19634,25569,3,954,2317 +"80782",19634,25680,1,954,1618 +"80783",19634,26479,2,954,1818 +"80784",19634,27173,3,954,2050 +"80785",19634,27950,3,954,1380 +"80786",19634,28131,3,954,1492 +"80787",19634,29899,3,954,2375 +"80788",19634,30883,3,954,1629 +"80789",19634,32964,3,954,2252 +"80790",19634,35529,3,954,1620 +"80791",19634,37285,3,954,2428 +"80792",19634,38921,3,954,1880 +"80793",19634,39827,3,954,2321 +"80794",19634,39982,3,954,1529 +"80795",19634,41402,3,954,2313 +"80796",19634,44684,3,954,1220 +"80797",19634,45134,3,954,2758 +"80798",19634,48605,3,954,2796 +"80799",19634,49461,3,954,2793 +"80800",19634,60718,3,954,1229 +"80801",19634,85592,3,954,1412 +"80802",19634,96678,3,954,1183 +"80803",19634,97811,3,954,1288 +"80804",19634,100140,3,954,1041 +"80805",19637,313,3,1229,2271 +"80806",19637,377,3,1229,2389 +"80807",19637,543,3,1229,2203 +"80808",19637,613,3,1229,2687 +"80809",19637,1036,3,1229,1367 +"80810",19637,1151,3,1229,2885 +"80811",19637,1196,3,1229,1986 +"80812",19637,1495,3,1229,2046 +"80813",19637,1616,3,1229,2662 +"80814",19637,1767,3,1229,2727 +"80815",19637,1777,2,1229,1965 +"80816",19637,2028,3,1229,1978 +"80817",19637,2036,3,1229,2483 +"80818",19637,2063,3,1229,1278 +"80819",19637,2224,3,1229,2751 +"80820",19637,2484,3,1229,2389 +"80821",19637,2894,3,1229,1291 +"80822",19637,2972,3,1229,1708 +"80823",19637,3068,3,1229,1815 +"80824",19637,3088,3,1229,1670 +"80825",19637,3161,3,1229,2229 +"80826",19637,3167,3,1229,1676 +"80827",19637,3255,3,1229,2504 +"80828",19637,3460,3,1229,2530 +"80829",19637,3716,3,1229,1679 +"80830",19637,3753,3,1229,1255 +"80831",19637,3830,2,1229,1661 +"80832",19637,3947,3,1229,2067 +"80833",19637,3961,2,1229,2426 +"80834",19637,4057,3,1229,2389 +"80835",19637,4289,3,1229,1921 +"80836",19637,5041,3,1229,2371 +"80837",19637,5078,2,1229,2033 +"80838",19637,5315,2,1229,2631 +"80839",19637,5438,3,1229,1499 +"80840",19637,5457,2,1229,2077 +"80841",19637,5462,2,1229,2374 +"80842",19637,5491,3,1229,2048 +"80843",19637,5504,2,1229,2389 +"80844",19637,6047,3,1229,2004 +"80845",19637,6222,3,1229,1949 +"80846",19637,6255,3,1229,2895 +"80847",19637,6417,3,1229,1675 +"80848",19637,6512,3,1229,1672 +"80849",19637,7323,3,1229,2858 +"80850",19637,7508,3,1229,2396 +"80851",19637,7984,3,1229,2493 +"80852",19637,7992,2,1229,2033 +"80853",19637,8621,3,1229,1681 +"80854",19637,8760,3,1229,2477 +"80855",19637,8866,3,1229,1545 +"80856",19637,9311,2,1229,2477 +"80857",19637,9362,3,1229,2879 +"80858",19637,9702,3,1229,1928 +"80859",19637,9928,3,1229,2345 +"80860",19637,10358,2,1229,2294 +"80861",19637,10779,3,1229,2881 +"80862",19637,10843,3,1229,2277 +"80863",19637,11218,3,1229,2292 +"80864",19637,11440,3,1229,2026 +"80865",19637,11477,3,1229,2724 +"80866",19637,11540,3,1229,1237 +"80867",19637,12388,3,1229,1975 +"80868",19637,12713,3,1229,2440 +"80869",19637,12901,3,1229,2136 +"80870",19637,13388,3,1229,2119 +"80871",19637,13535,3,1229,1491 +"80872",19637,13967,2,1229,1354 +"80873",19637,13979,3,1229,1559 +"80874",19637,14032,3,1229,2144 +"80875",19637,14353,3,1229,2878 +"80876",19637,14422,3,1229,1548 +"80877",19637,14959,3,1229,2898 +"80878",19637,15003,3,1229,2067 +"80879",19637,15309,3,1229,2820 +"80880",19637,15444,3,1229,2764 +"80881",19637,15453,2,1229,1688 +"80882",19637,15500,3,1229,1658 +"80883",19637,15626,3,1229,2434 +"80884",19637,15636,1,1229,2857 +"80885",19637,16120,3,1229,1237 +"80886",19637,16539,3,1229,1947 +"80887",19637,16826,3,1229,2599 +"80888",19637,17027,3,1229,2772 +"80889",19637,17097,3,1229,1505 +"80890",19637,17354,2,1229,2250 +"80891",19637,17381,3,1229,1697 +"80892",19637,17410,3,1229,2073 +"80893",19637,17819,3,1229,2291 +"80894",19637,17997,3,1229,1621 +"80895",19637,18151,2,1229,2962 +"80896",19637,18394,3,1229,2356 +"80897",19637,18874,3,1229,2170 +"80898",19637,19235,3,1229,1966 +"80899",19637,19453,3,1229,1928 +"80900",19637,19506,3,1229,1385 +"80901",19637,19606,3,1229,2783 +"80902",19637,19719,3,1229,2177 +"80903",19637,20067,1,1229,2390 +"80904",19637,20311,3,1229,1981 +"80905",19637,20545,3,1229,1491 +"80906",19637,20659,2,1229,1969 +"80907",19637,20732,3,1229,2401 +"80908",19637,21138,3,1229,2849 +"80909",19637,21225,3,1229,1945 +"80910",19637,21706,2,1229,1988 +"80911",19637,21795,3,1229,2653 +"80912",19637,22033,3,1229,1356 +"80913",19637,22403,3,1229,1630 +"80914",19637,22586,3,1229,1341 +"80915",19637,22749,3,1229,1727 +"80916",19637,23310,3,1229,2371 +"80917",19637,23509,3,1229,2275 +"80918",19637,23726,3,1229,2434 +"80919",19637,23787,2,1229,2810 +"80920",19637,23825,3,1229,1913 +"80921",19637,23869,1,1229,1918 +"80922",19637,24286,3,1229,1280 +"80923",19637,24612,3,1229,1875 +"80924",19637,25399,3,1229,2784 +"80925",19637,25486,3,1229,2582 +"80926",19637,25680,3,1229,1618 +"80927",19637,26106,3,1229,2015 +"80928",19637,26249,1,1229,2301 +"80929",19637,26408,3,1229,1545 +"80930",19637,26451,3,1229,2133 +"80931",19637,26608,3,1229,2329 +"80932",19637,27195,3,1229,2158 +"80933",19637,28131,1,1229,1492 +"80934",19637,28216,3,1229,1910 +"80935",19637,29095,3,1229,2531 +"80936",19637,29117,3,1229,1250 +"80937",19637,29930,3,1229,2240 +"80938",19637,30150,1,1229,1704 +"80939",19637,30331,3,1229,2549 +"80940",19637,30883,3,1229,1629 +"80941",19637,30906,3,1229,2537 +"80942",19637,31696,3,1229,1595 +"80943",19637,31799,3,1229,2547 +"80944",19637,32047,3,1229,1858 +"80945",19637,32606,3,1229,2100 +"80946",19637,32658,3,1229,1694 +"80947",19637,32919,3,1229,2321 +"80948",19637,32988,3,1229,2008 +"80949",19637,33356,2,1229,1586 +"80950",19637,33433,3,1229,2805 +"80951",19637,33551,3,1229,1734 +"80952",19637,33801,2,1229,2899 +"80953",19637,34707,3,1229,2042 +"80954",19637,34907,3,1229,1945 +"80955",19637,35186,3,1229,1520 +"80956",19637,35256,3,1229,2271 +"80957",19637,35529,1,1229,1620 +"80958",19637,35926,3,1229,2371 +"80959",19637,36651,3,1229,1600 +"80960",19637,36950,3,1229,2204 +"80961",19637,37570,3,1229,2389 +"80962",19637,37934,3,1229,1595 +"80963",19637,38449,3,1229,1802 +"80964",19637,38467,2,1229,1259 +"80965",19637,38755,3,1229,2902 +"80966",19637,38921,3,1229,1880 +"80967",19637,39799,3,1229,2344 +"80968",19637,40432,3,1229,1956 +"80969",19637,40646,3,1229,1583 +"80970",19637,40748,3,1229,1328 +"80971",19637,41278,2,1229,1873 +"80972",19637,41747,3,1229,1722 +"80973",19637,41955,3,1229,2479 +"80974",19637,42196,3,1229,2765 +"80975",19637,42486,3,1229,1951 +"80976",19637,42505,3,1229,2008 +"80977",19637,42642,3,1229,2257 +"80978",19637,43349,3,1229,2400 +"80979",19637,43839,3,1229,1685 +"80980",19637,44654,3,1229,2916 +"80981",19637,44819,2,1229,2063 +"80982",19637,46040,3,1229,2105 +"80983",19637,46803,2,1229,2305 +"80984",19637,47386,3,1229,2226 +"80985",19637,48035,3,1229,2180 +"80986",19637,48283,3,1229,1290 +"80987",19637,49121,3,1229,2199 +"80988",19637,49581,3,1229,1817 +"80989",19637,50269,1,1229,1966 +"80990",19637,50372,3,1229,1834 +"80991",19637,50382,2,1229,2244 +"80992",19637,50977,3,1229,2352 +"80993",19637,51017,3,1229,2073 +"80994",19637,51410,3,1229,2739 +"80995",19637,52203,3,1229,1961 +"80996",19637,53134,3,1229,1590 +"80997",19637,53219,3,1229,2973 +"80998",19637,53475,2,1229,2853 +"80999",19637,54929,3,1229,2783 +"81000",19637,55556,3,1229,2075 +"81001",19637,55828,3,1229,2393 +"81002",19637,56397,3,1229,2053 +"81003",19637,57565,3,1229,1577 +"81004",19637,57657,3,1229,2735 +"81005",19637,57950,3,1229,1529 +"81006",19637,57977,3,1229,2683 +"81007",19637,58669,2,1229,2296 +"81008",19637,58993,3,1229,2390 +"81009",19637,59113,3,1229,2434 +"81010",19637,60516,3,1229,2257 +"81011",19637,62148,3,1229,1566 +"81012",19637,62488,3,1229,1418 +"81013",19637,64031,3,1229,1295 +"81014",19637,64967,3,1229,2872 +"81015",19637,65184,3,1229,1630 +"81016",19637,70203,1,1229,2756 +"81017",19637,71478,3,1229,1721 +"81018",19637,74190,3,1229,1428 +"81019",19637,76356,3,1229,2323 +"81020",19637,76398,3,1229,2400 +"81021",19637,77835,3,1229,1327 +"81022",19637,80429,3,1229,1927 +"81023",19637,82767,3,1229,1641 +"81024",19637,85430,3,1229,2370 +"81025",19637,87720,3,1229,2086 +"81026",19637,89668,3,1229,1279 +"81027",19637,90790,3,1229,1492 +"81028",19637,91142,3,1229,2527 +"81029",19637,91162,3,1229,1693 +"81030",19637,91201,3,1229,1702 +"81031",19637,95064,3,1229,1801 +"81032",19643,701,3,2452,2718 +"81033",19643,2036,3,2452,2483 +"81034",19643,48605,3,2452,2796 +"81035",19643,50785,3,2452,2877 +"81036",19643,51041,3,2452,2606 +"81037",19655,3978,3,2706,2775 +"81038",19655,9332,3,2706,2734 +"81039",19655,9785,3,2706,2951 +"81040",19655,9787,3,2706,2858 +"81041",19655,12361,1,2706,2732 +"81042",19655,13879,2,2706,2748 +"81043",19655,17033,3,2706,2771 +"81044",19655,17037,3,2706,2947 +"81045",19655,20941,3,2706,2725 +"81046",19655,42256,3,2706,2839 +"81047",19655,46982,3,2706,2806 +"81048",19655,71531,3,2706,2887 +"81049",19656,7787,3,2059,2314 +"81050",19656,14612,3,2059,2340 +"81051",19656,25941,2,2059,2369 +"81052",19656,30096,2,2059,2082 +"81053",19656,31295,3,2059,2183 +"81054",19656,33176,3,2059,2630 +"81055",19656,36478,3,2059,2808 +"81056",19656,42382,3,2059,2224 +"81057",19656,48823,3,2059,2080 +"81058",19662,1700,3,170,613 +"81059",19662,2407,3,170,1725 +"81060",19662,2452,3,170,1715 +"81061",19662,2576,3,170,1307 +"81062",19662,2852,3,170,2448 +"81063",19662,3127,3,170,2273 +"81064",19662,3313,3,170,572 +"81065",19662,3663,2,170,1232 +"81066",19662,4001,3,170,1687 +"81067",19662,4612,3,170,2804 +"81068",19662,4668,3,170,1919 +"81069",19662,4669,3,170,2395 +"81070",19662,5346,3,170,1438 +"81071",19662,5897,2,170,2337 +"81072",19662,7252,3,170,2799 +"81073",19662,7942,3,170,2623 +"81074",19662,8140,3,170,1262 +"81075",19662,8610,3,170,2240 +"81076",19662,9060,3,170,1612 +"81077",19662,9785,3,170,2951 +"81078",19662,9787,3,170,2858 +"81079",19662,10551,2,170,243 +"81080",19662,10803,3,170,545 +"81081",19662,10980,3,170,1974 +"81082",19662,11108,3,170,1609 +"81083",19662,11990,2,170,1909 +"81084",19662,12023,1,170,799 +"81085",19662,12781,2,170,831 +"81086",19662,12948,3,170,2669 +"81087",19662,13068,3,170,1778 +"81088",19662,13295,2,170,779 +"81089",19662,14287,3,170,1583 +"81090",19662,14532,3,170,1193 +"81091",19662,14776,3,170,1488 +"81092",19662,15207,3,170,1855 +"81093",19662,16021,3,170,858 +"81094",19662,16152,2,170,879 +"81095",19662,16286,3,170,2470 +"81096",19662,16437,3,170,1956 +"81097",19662,16501,2,170,1650 +"81098",19662,16715,3,170,1218 +"81099",19662,16864,3,170,814 +"81100",19662,16866,3,170,2718 +"81101",19662,17252,3,170,1258 +"81102",19662,17687,3,170,593 +"81103",19662,18550,3,170,483 +"81104",19662,18865,3,170,2676 +"81105",19662,18978,3,170,952 +"81106",19662,19334,3,170,1979 +"81107",19662,19386,3,170,1714 +"81108",19662,20662,3,170,1523 +"81109",19662,22578,3,170,2216 +"81110",19662,22945,1,170,237 +"81111",19662,23015,3,170,1362 +"81112",19662,23131,3,170,1732 +"81113",19662,23398,3,170,896 +"81114",19662,24176,3,170,1986 +"81115",19662,25163,3,170,1751 +"81116",19662,26551,3,170,652 +"81117",19662,27742,2,170,2700 +"81118",19662,27882,3,170,1897 +"81119",19662,27914,2,170,2507 +"81120",19662,28051,3,170,2089 +"81121",19662,28440,3,170,675 +"81122",19662,28869,2,170,2425 +"81123",19662,28904,1,170,926 +"81124",19662,29286,3,170,1612 +"81125",19662,29473,2,170,2602 +"81126",19662,30525,3,170,1964 +"81127",19662,31317,3,170,1362 +"81128",19662,31753,2,170,1514 +"81129",19662,31868,2,170,1993 +"81130",19662,32110,3,170,2224 +"81131",19662,32560,3,170,1258 +"81132",19662,32920,3,170,2158 +"81133",19662,33870,3,170,955 +"81134",19662,33957,3,170,245 +"81135",19662,35728,2,170,2017 +"81136",19662,36327,3,170,870 +"81137",19662,36487,3,170,2622 +"81138",19662,37351,3,170,978 +"81139",19662,39418,3,170,1978 +"81140",19662,39589,3,170,1292 +"81141",19662,40035,3,170,2742 +"81142",19662,40113,3,170,451 +"81143",19662,40264,3,170,1418 +"81144",19662,41077,2,170,864 +"81145",19662,41581,3,170,1692 +"81146",19662,41633,3,170,1976 +"81147",19662,42813,3,170,2142 +"81148",19662,43961,2,170,2443 +"81149",19662,44074,2,170,1299 +"81150",19662,44582,3,170,197 +"81151",19662,44598,3,170,2356 +"81152",19662,44795,3,170,635 +"81153",19662,45518,3,170,494 +"81154",19662,45869,3,170,2840 +"81155",19662,46384,3,170,2285 +"81156",19662,47375,3,170,2043 +"81157",19662,48955,3,170,242 +"81158",19662,49201,3,170,936 +"81159",19662,50229,3,170,1190 +"81160",19662,50354,3,170,1299 +"81161",19662,51879,3,170,1771 +"81162",19662,54467,3,170,919 +"81163",19662,54775,2,170,2383 +"81164",19662,55072,3,170,612 +"81165",19662,56755,3,170,2158 +"81166",19662,56995,2,170,2323 +"81167",19662,58655,3,170,2685 +"81168",19662,58759,3,170,942 +"81169",19662,59726,3,170,1513 +"81170",19662,61125,3,170,1673 +"81171",19662,62438,3,170,802 +"81172",19662,63395,3,170,2334 +"81173",19662,66693,3,170,2554 +"81174",19662,66695,3,170,1071 +"81175",19662,67252,3,170,1215 +"81176",19662,70455,3,170,1307 +"81177",19662,71219,3,170,967 +"81178",19662,71467,3,170,1051 +"81179",19662,75880,3,170,477 +"81180",19662,80156,3,170,1667 +"81181",19662,80671,3,170,665 +"81182",19662,81437,3,170,1101 +"81183",19662,82401,3,170,1210 +"81184",19662,83377,2,170,243 +"81185",19662,85396,2,170,1131 +"81186",19662,87011,3,170,1592 +"81187",19662,87269,3,170,847 +"81188",19662,88324,2,170,1080 +"81189",19662,89538,2,170,1847 +"81190",19662,91849,3,170,1166 +"81191",19662,94520,3,170,1243 +"81192",19662,103491,3,170,1523 +"81193",19662,111375,3,170,2686 +"81194",19662,114648,3,170,270 +"81195",19662,115021,3,170,1226 +"81196",19662,115618,3,170,2314 +"81197",19667,1369,3,1466,2487 +"81198",19667,2724,2,1466,2447 +"81199",19667,3271,3,1466,2216 +"81200",19667,3272,2,1466,2132 +"81201",19667,3477,3,1466,2546 +"81202",19667,3559,3,1466,2413 +"81203",19667,4968,2,1466,1586 +"81204",19667,6040,2,1466,2103 +"81205",19667,6063,3,1466,2349 +"81206",19667,8993,3,1466,2099 +"81207",19667,9269,3,1466,1892 +"81208",19667,9272,3,1466,2835 +"81209",19667,12598,2,1466,2086 +"81210",19667,14442,3,1466,2700 +"81211",19667,15023,1,1466,2054 +"81212",19667,18217,3,1466,1566 +"81213",19667,19075,2,1466,2214 +"81214",19667,20547,2,1466,2145 +"81215",19667,20739,3,1466,2025 +"81216",19667,23364,3,1466,2306 +"81217",19667,25518,3,1466,1955 +"81218",19667,25678,3,1466,1558 +"81219",19667,31357,2,1466,2389 +"81220",19667,33223,3,1466,2397 +"81221",19667,33470,3,1466,2003 +"81222",19667,39893,3,1466,1601 +"81223",19667,40542,3,1466,1664 +"81224",19667,43226,3,1466,2442 +"81225",19667,44744,3,1466,2032 +"81226",19667,47882,3,1466,2769 +"81227",19667,48110,3,1466,2009 +"81228",19667,51843,2,1466,2389 +"81229",19667,51890,3,1466,1992 +"81230",19667,52953,3,1466,1741 +"81231",19667,53414,1,1466,1672 +"81232",19667,54385,2,1466,2340 +"81233",19667,58508,3,1466,2326 +"81234",19667,59344,3,1466,2252 +"81235",19667,63104,2,1466,2149 +"81236",19667,69308,2,1466,2370 +"81237",19667,69335,3,1466,2698 +"81238",19667,74054,3,1466,1488 +"81239",19667,78611,2,1466,1586 +"81240",19667,80301,3,1466,1690 +"81241",19667,80615,1,1466,2252 +"81242",19667,84808,2,1466,1974 +"81243",19667,110737,3,1466,2117 +"81244",19668,2563,3,696,1686 +"81245",19668,5120,3,696,2735 +"81246",19668,7548,3,696,1932 +"81247",19668,9202,3,696,2477 +"81248",19668,9624,3,696,2398 +"81249",19668,10843,3,696,2277 +"81250",19668,14723,3,696,2019 +"81251",19668,16877,3,696,2509 +"81252",19668,19751,2,696,1630 +"81253",19668,20494,3,696,1075 +"81254",19668,28057,3,696,1067 +"81255",19668,32198,1,696,2117 +"81256",19668,33433,3,696,2805 +"81257",19668,34836,3,696,2302 +"81258",19668,43786,3,696,1173 +"81259",19668,49581,3,696,1817 +"81260",19668,50946,2,696,1075 +"81261",19668,55324,3,696,1544 +"81262",19668,55643,3,696,2359 +"81263",19668,58854,3,696,1131 +"81264",19668,58993,3,696,2390 +"81265",19668,59937,3,696,885 +"81266",19668,67456,3,696,1608 +"81267",19668,72468,3,696,2292 +"81268",19668,74190,3,696,1428 +"81269",19668,94520,3,696,1243 +"81270",19668,104239,2,696,926 +"81271",19676,733,3,1515,1653 +"81272",19676,1875,3,1515,1786 +"81273",19676,3495,3,1515,2431 +"81274",19676,4671,3,1515,2280 +"81275",19676,5392,3,1515,1648 +"81276",19676,10215,3,1515,2006 +"81277",19676,19605,3,1515,2395 +"81278",19676,20162,1,1515,2328 +"81279",19676,29454,3,1515,2719 +"81280",19676,30883,3,1515,1629 +"81281",19676,31705,3,1515,2706 +"81282",19676,37301,2,1515,2160 +"81283",19676,45329,3,1515,1693 +"81284",19676,50667,2,1515,2719 +"81285",19676,50685,3,1515,2008 +"81286",19676,64699,3,1515,2797 +"81287",19676,66878,3,1515,1949 +"81288",19676,77155,2,1515,2946 +"81289",19676,82732,3,1515,2810 +"81290",19676,102384,3,1515,2649 +"81291",19686,2206,3,2467,2536 +"81292",19686,8062,3,2467,2858 +"81293",19686,25373,3,2467,2783 +"81294",19686,42256,3,2467,2839 +"81295",19686,51783,3,2467,2599 +"81296",19687,3100,2,2072,2524 +"81297",19687,3272,3,2072,2132 +"81298",19687,3403,3,2072,2951 +"81299",19687,3520,3,2072,2281 +"81300",19687,3786,2,2072,2282 +"81301",19687,5414,3,2072,2321 +"81302",19687,6071,2,2072,2310 +"81303",19687,6248,3,2072,2737 +"81304",19687,9727,3,2072,2327 +"81305",19687,10727,3,2072,2082 +"81306",19687,11135,1,2072,2441 +"81307",19687,11319,3,2072,2073 +"81308",19687,11429,3,2072,2520 +"81309",19687,15502,2,2072,2637 +"81310",19687,19972,3,2072,2078 +"81311",19687,24441,3,2072,2256 +"81312",19687,25180,3,2072,2489 +"81313",19687,26513,3,2072,2205 +"81314",19687,28567,2,2072,2398 +"81315",19687,33363,3,2072,2475 +"81316",19687,45299,3,2072,2426 +"81317",19687,45487,2,2072,2256 +"81318",19687,47130,3,2072,2654 +"81319",19687,47330,2,2072,2422 +"81320",19687,49147,2,2072,2539 +"81321",19687,55436,3,2072,2513 +"81322",19687,56673,2,2072,2419 +"81323",19687,59470,3,2072,2393 +"81324",19687,65223,3,2072,2724 +"81325",19687,91772,3,2072,2233 +"81326",19687,116792,3,2072,2397 +"81327",19690,1393,2,706,1706 +"81328",19690,2014,1,706,973 +"81329",19690,3506,3,706,2364 +"81330",19690,5813,3,706,2088 +"81331",19690,7123,3,706,1964 +"81332",19690,7900,3,706,893 +"81333",19690,7903,3,706,744 +"81334",19690,7932,3,706,789 +"81335",19690,9088,2,706,1881 +"81336",19690,9269,3,706,1892 +"81337",19690,9342,3,706,896 +"81338",19690,10610,3,706,1427 +"81339",19690,15244,3,706,1600 +"81340",19690,17925,2,706,2385 +"81341",19690,31990,3,706,2264 +"81342",19690,32629,2,706,1789 +"81343",19690,32724,2,706,2581 +"81344",19690,37801,3,706,2578 +"81345",19690,41075,3,706,1176 +"81346",19690,44312,3,706,2741 +"81347",19690,44421,3,706,956 +"81348",19690,44744,3,706,2032 +"81349",19690,45449,3,706,1610 +"81350",19690,48931,3,706,2444 +"81351",19690,53445,3,706,2028 +"81352",19690,55674,2,706,718 +"81353",19690,57804,3,706,2214 +"81354",19690,92469,3,706,1232 +"81355",19690,96387,2,706,2159 +"81356",19690,97706,3,706,1121 +"81357",19690,102581,3,706,1813 +"81358",19696,1196,3,561,1986 +"81359",19696,2077,3,561,610 +"81360",19696,2269,3,561,984 +"81361",19696,3961,3,561,2426 +"81362",19696,4253,3,561,1890 +"81363",19696,5041,3,561,2371 +"81364",19696,5350,3,561,2522 +"81365",19696,5716,3,561,1058 +"81366",19696,5984,2,561,1675 +"81367",19696,5986,3,561,1721 +"81368",19696,6044,3,561,2744 +"81369",19696,6366,3,561,798 +"81370",19696,6417,3,561,1675 +"81371",19696,7233,3,561,572 +"81372",19696,10358,2,561,2294 +"81373",19696,10717,3,561,1938 +"81374",19696,11218,3,561,2292 +"81375",19696,12042,3,561,2345 +"81376",19696,12610,3,561,1274 +"81377",19696,14032,3,561,2144 +"81378",19696,14855,2,561,903 +"81379",19696,16096,3,561,2301 +"81380",19696,16352,3,561,2657 +"81381",19696,17943,3,561,1943 +"81382",19696,18348,3,561,1711 +"81383",19696,18836,3,561,1270 +"81384",19696,20494,3,561,1075 +"81385",19696,23159,3,561,1548 +"81386",19696,23310,3,561,2371 +"81387",19696,26080,2,561,2525 +"81388",19696,26659,3,561,903 +"81389",19696,28002,3,561,914 +"81390",19696,28559,3,561,1525 +"81391",19696,32694,2,561,1602 +"81392",19696,32820,2,561,582 +"81393",19696,32919,2,561,2321 +"81394",19696,35926,3,561,2371 +"81395",19696,39186,3,561,1258 +"81396",19696,41972,2,561,2509 +"81397",19696,44521,3,561,1593 +"81398",19696,47248,3,561,2883 +"81399",19696,50093,3,561,909 +"81400",19696,51017,3,561,2073 +"81401",19696,55324,3,561,1544 +"81402",19696,56604,3,561,1919 +"81403",19696,63547,3,561,1023 +"81404",19696,69117,3,561,645 +"81405",19696,69260,2,561,1698 +"81406",19696,80219,3,561,988 +"81407",19696,81349,3,561,1958 +"81408",19696,82732,3,561,2810 +"81409",19696,90378,3,561,890 +"81410",19696,91571,3,561,923 +"81411",19696,92508,3,561,1374 +"81412",19717,24,2,431,1295 +"81413",19717,600,3,431,1702 +"81414",19717,675,3,431,1686 +"81415",19717,997,2,431,2788 +"81416",19717,1046,3,431,1881 +"81417",19717,1102,3,431,2282 +"81418",19717,1136,3,431,2536 +"81419",19717,1769,2,431,877 +"81420",19717,1875,1,431,1786 +"81421",19717,2063,3,431,1278 +"81422",19717,2572,3,431,2273 +"81423",19717,2754,2,431,1360 +"81424",19717,3495,3,431,2431 +"81425",19717,4360,3,431,1770 +"81426",19717,4671,2,431,2280 +"81427",19717,5226,3,431,1309 +"81428",19717,5484,3,431,582 +"81429",19717,5515,3,431,2385 +"81430",19717,5669,3,431,2502 +"81431",19717,5725,3,431,2789 +"81432",19717,5845,3,431,1552 +"81433",19717,5971,3,431,1985 +"81434",19717,6491,3,431,2424 +"81435",19717,7406,3,431,1906 +"81436",19717,7858,2,431,1795 +"81437",19717,8529,3,431,1205 +"81438",19717,8866,3,431,1545 +"81439",19717,8888,3,431,1328 +"81440",19717,8961,3,431,507 +"81441",19717,9440,2,431,1006 +"81442",19717,9695,2,431,2143 +"81443",19717,9752,3,431,551 +"81444",19717,10964,3,431,2043 +"81445",19717,11019,3,431,1299 +"81446",19717,11067,3,431,2734 +"81447",19717,11817,2,431,600 +"81448",19717,12724,3,431,1930 +"81449",19717,12767,3,431,2329 +"81450",19717,13945,3,431,1324 +"81451",19717,14655,3,431,2559 +"81452",19717,15122,2,431,1201 +"81453",19717,15207,3,431,1855 +"81454",19717,16352,3,431,2657 +"81455",19717,19096,2,431,1538 +"81456",19717,19676,3,431,1515 +"81457",19717,20162,2,431,2328 +"81458",19717,20319,3,431,468 +"81459",19717,20879,3,431,623 +"81460",19717,22197,3,431,2271 +"81461",19717,22705,1,431,1016 +"81462",19717,23312,3,431,2449 +"81463",19717,23918,3,431,1881 +"81464",19717,24195,3,431,1575 +"81465",19717,26322,3,431,1018 +"81466",19717,26359,3,431,2535 +"81467",19717,26867,3,431,1804 +"81468",19717,28285,3,431,2972 +"81469",19717,28635,3,431,2368 +"81470",19717,28640,3,431,1475 +"81471",19717,30491,3,431,789 +"81472",19717,30504,3,431,1573 +"81473",19717,31799,3,431,2547 +"81474",19717,32271,3,431,843 +"81475",19717,33850,3,431,931 +"81476",19717,33949,3,431,2489 +"81477",19717,34160,3,431,1759 +"81478",19717,35514,3,431,2346 +"81479",19717,36714,3,431,2209 +"81480",19717,37108,2,431,1202 +"81481",19717,37301,3,431,2160 +"81482",19717,39570,3,431,496 +"81483",19717,40028,3,431,1349 +"81484",19717,40072,3,431,1182 +"81485",19717,40369,3,431,2735 +"81486",19717,41739,3,431,1339 +"81487",19717,42129,3,431,2318 +"81488",19717,42216,3,431,2722 +"81489",19717,44648,3,431,619 +"81490",19717,45302,3,431,2390 +"81491",19717,47293,3,431,929 +"81492",19717,48571,2,431,2717 +"81493",19717,49185,2,431,1544 +"81494",19717,50236,3,431,2339 +"81495",19717,50275,3,431,2832 +"81496",19717,50667,3,431,2719 +"81497",19717,51017,3,431,2073 +"81498",19717,51035,3,431,2397 +"81499",19717,53120,3,431,975 +"81500",19717,53219,3,431,2973 +"81501",19717,53604,3,431,2489 +"81502",19717,56082,3,431,2395 +"81503",19717,56232,3,431,1175 +"81504",19717,56688,3,431,2331 +"81505",19717,58854,3,431,1131 +"81506",19717,62840,3,431,2502 +"81507",19717,63515,2,431,2023 +"81508",19717,64181,3,431,1828 +"81509",19717,64997,2,431,2791 +"81510",19717,65140,3,431,836 +"81511",19717,70838,3,431,687 +"81512",19717,72334,3,431,2820 +"81513",19717,75607,3,431,2245 +"81514",19717,80014,3,431,1562 +"81515",19717,80242,3,431,569 +"81516",19717,82787,3,431,1144 +"81517",19717,102107,3,431,504 +"81518",19717,109663,3,431,545 +"81519",19718,312,3,1702,2038 +"81520",19718,1151,3,1702,2885 +"81521",19718,1592,2,1702,2006 +"81522",19718,1616,3,1702,2662 +"81523",19718,1691,2,1702,1941 +"81524",19718,2011,3,1702,2176 +"81525",19718,2208,3,1702,2814 +"81526",19718,2484,3,1702,2389 +"81527",19718,2684,3,1702,2874 +"81528",19718,3477,3,1702,2546 +"81529",19718,3628,2,1702,2707 +"81530",19718,3978,3,1702,2775 +"81531",19718,4066,3,1702,1736 +"81532",19718,4687,2,1702,2152 +"81533",19718,4730,3,1702,2131 +"81534",19718,4932,3,1702,2752 +"81535",19718,5258,3,1702,2730 +"81536",19718,5839,1,1702,2301 +"81537",19718,6063,3,1702,2349 +"81538",19718,6208,3,1702,2361 +"81539",19718,6252,3,1702,2336 +"81540",19718,6390,3,1702,2385 +"81541",19718,6392,2,1702,1878 +"81542",19718,6428,2,1702,1952 +"81543",19718,6491,3,1702,2424 +"81544",19718,6914,3,1702,2668 +"81545",19718,7337,3,1702,1797 +"81546",19718,7847,3,1702,2424 +"81547",19718,8762,2,1702,2585 +"81548",19718,9191,3,1702,2707 +"81549",19718,9269,3,1702,1892 +"81550",19718,9654,3,1702,2111 +"81551",19718,11055,3,1702,2111 +"81552",19718,11351,1,1702,2971 +"81553",19718,11506,3,1702,2824 +"81554",19718,11966,3,1702,2385 +"81555",19718,14096,3,1702,1861 +"81556",19718,14108,3,1702,2012 +"81557",19718,14731,3,1702,2012 +"81558",19718,15301,3,1702,2308 +"81559",19718,15826,3,1702,2772 +"81560",19718,16352,3,1702,2657 +"81561",19718,16725,3,1702,2830 +"81562",19718,17520,3,1702,2276 +"81563",19718,18464,3,1702,2312 +"81564",19718,18543,2,1702,2968 +"81565",19718,19934,3,1702,2888 +"81566",19718,20311,3,1702,1981 +"81567",19718,20407,2,1702,2339 +"81568",19718,21571,3,1702,2755 +"81569",19718,21682,2,1702,2414 +"81570",19718,21684,3,1702,1971 +"81571",19718,22141,3,1702,2348 +"81572",19718,22777,3,1702,2353 +"81573",19718,23216,3,1702,2424 +"81574",19718,24198,3,1702,2217 +"81575",19718,25341,3,1702,1858 +"81576",19718,25565,3,1702,2764 +"81577",19718,25816,1,1702,2088 +"81578",19718,27628,3,1702,2389 +"81579",19718,28296,3,1702,2944 +"81580",19718,29170,3,1702,1846 +"81581",19718,29449,3,1702,2916 +"81582",19718,29948,3,1702,2795 +"81583",19718,32503,2,1702,2020 +"81584",19718,32567,3,1702,2784 +"81585",19718,33223,3,1702,2397 +"81586",19718,33622,3,1702,2230 +"81587",19718,33981,3,1702,1993 +"81588",19718,34735,3,1702,2767 +"81589",19718,35235,3,1702,2610 +"81590",19718,35428,2,1702,2263 +"81591",19718,36439,3,1702,2469 +"81592",19718,38213,3,1702,1744 +"81593",19718,38727,2,1702,2238 +"81594",19718,38921,3,1702,1880 +"81595",19718,39411,3,1702,2384 +"81596",19718,40493,3,1702,1981 +"81597",19718,40931,2,1702,2301 +"81598",19718,42619,2,1702,2017 +"81599",19718,43173,2,1702,2895 +"81600",19718,43226,3,1702,2442 +"81601",19718,44427,3,1702,2875 +"81602",19718,45742,3,1702,2566 +"81603",19718,46951,3,1702,2429 +"81604",19718,49301,3,1702,1894 +"81605",19718,49620,3,1702,1868 +"81606",19718,50179,2,1702,2230 +"81607",19718,50252,3,1702,2001 +"81608",19718,53562,3,1702,2687 +"81609",19718,55128,3,1702,2257 +"81610",19718,56569,3,1702,1993 +"81611",19718,57129,2,1702,1858 +"81612",19718,57380,3,1702,2362 +"81613",19718,57544,3,1702,2443 +"81614",19718,57549,3,1702,2335 +"81615",19718,58284,3,1702,2292 +"81616",19718,59790,2,1702,1827 +"81617",19718,60661,2,1702,2700 +"81618",19718,74636,3,1702,2525 +"81619",19718,81234,3,1702,2019 +"81620",19718,88232,2,1702,2881 +"81621",19718,121291,3,1702,1955 +"81622",19719,135,3,2177,2233 +"81623",19719,270,2,2177,2542 +"81624",19719,380,3,2177,2261 +"81625",19719,455,3,2177,2827 +"81626",19719,701,3,2177,2718 +"81627",19719,854,3,2177,2307 +"81628",19719,1102,3,2177,2282 +"81629",19719,1616,3,2177,2662 +"81630",19719,1639,3,2177,2631 +"81631",19719,2036,3,2177,2483 +"81632",19719,2424,2,2177,2582 +"81633",19719,2484,3,2177,2389 +"81634",19719,2684,3,2177,2874 +"81635",19719,3161,3,2177,2229 +"81636",19719,3271,3,2177,2216 +"81637",19719,3305,1,2177,2839 +"81638",19719,3966,3,2177,2425 +"81639",19719,4932,3,2177,2752 +"81640",19719,4953,3,2177,2285 +"81641",19719,6055,3,2177,2651 +"81642",19719,6208,3,2177,2361 +"81643",19719,6740,3,2177,2699 +"81644",19719,8610,3,2177,2240 +"81645",19719,9184,3,2177,2670 +"81646",19719,9272,3,2177,2835 +"81647",19719,9311,2,2177,2477 +"81648",19719,10513,2,2177,2284 +"81649",19719,10843,3,2177,2277 +"81650",19719,10857,3,2177,2253 +"81651",19719,11218,3,2177,2292 +"81652",19719,12374,3,2177,2260 +"81653",19719,12728,3,2177,2374 +"81654",19719,13307,3,2177,2206 +"81655",19719,14252,3,2177,2244 +"81656",19719,14834,3,2177,2739 +"81657",19719,14959,3,2177,2898 +"81658",19719,15626,3,2177,2434 +"81659",19719,16332,3,2177,2668 +"81660",19719,16432,2,2177,2664 +"81661",19719,16954,3,2177,2972 +"81662",19719,17365,3,2177,2746 +"81663",19719,17520,3,2177,2276 +"81664",19719,18394,3,2177,2356 +"81665",19719,18965,3,2177,2315 +"81666",19719,19248,1,2177,2357 +"81667",19719,19622,3,2177,2371 +"81668",19719,20067,3,2177,2390 +"81669",19719,20124,2,2177,2376 +"81670",19719,20407,3,2177,2339 +"81671",19719,21012,3,2177,2325 +"81672",19719,21138,3,2177,2849 +"81673",19719,21248,3,2177,2232 +"81674",19719,22277,2,2177,2424 +"81675",19719,22326,3,2177,2818 +"81676",19719,22895,3,2177,2704 +"81677",19719,23319,3,2177,2867 +"81678",19719,23509,3,2177,2275 +"81679",19719,25129,2,2177,2647 +"81680",19719,25325,3,2177,2963 +"81681",19719,26080,3,2177,2525 +"81682",19719,26249,3,2177,2301 +"81683",19719,26582,3,2177,2772 +"81684",19719,26749,2,2177,2965 +"81685",19719,27275,3,2177,2656 +"81686",19719,27390,3,2177,2425 +"81687",19719,29095,3,2177,2531 +"81688",19719,29962,3,2177,2201 +"81689",19719,30052,3,2177,2855 +"81690",19719,30906,3,2177,2537 +"81691",19719,33380,3,2177,2340 +"81692",19719,33433,3,2177,2805 +"81693",19719,33672,3,2177,2396 +"81694",19719,33801,3,2177,2899 +"81695",19719,33949,3,2177,2489 +"81696",19719,34836,2,2177,2302 +"81697",19719,35256,3,2177,2271 +"81698",19719,35738,3,2177,2448 +"81699",19719,36439,3,2177,2469 +"81700",19719,37285,2,2177,2428 +"81701",19719,38307,3,2177,2648 +"81702",19719,38780,3,2177,2705 +"81703",19719,39535,3,2177,2428 +"81704",19719,41945,3,2177,2856 +"81705",19719,43226,3,2177,2442 +"81706",19719,43455,2,2177,2846 +"81707",19719,45302,3,2177,2390 +"81708",19719,45608,3,2177,2420 +"81709",19719,46629,2,2177,2255 +"81710",19719,47362,3,2177,2253 +"81711",19719,47386,3,2177,2226 +"81712",19719,47534,3,2177,2712 +"81713",19719,47772,3,2177,2293 +"81714",19719,48605,2,2177,2796 +"81715",19719,51041,2,2177,2606 +"81716",19719,51866,3,2177,2411 +"81717",19719,52570,2,2177,2645 +"81718",19719,52576,2,2177,2234 +"81719",19719,53266,3,2177,2389 +"81720",19719,53475,3,2177,2853 +"81721",19719,54551,3,2177,2348 +"81722",19719,54695,3,2177,2429 +"81723",19719,55139,3,2177,2323 +"81724",19719,55438,3,2177,2863 +"81725",19719,55468,3,2177,2511 +"81726",19719,56082,3,2177,2395 +"81727",19719,57977,3,2177,2683 +"81728",19719,58508,2,2177,2326 +"81729",19719,58684,3,2177,2295 +"81730",19719,59113,3,2177,2434 +"81731",19719,61982,1,2177,2725 +"81732",19719,62841,1,2177,2710 +"81733",19719,64945,3,2177,2279 +"81734",19719,65007,3,2177,2530 +"81735",19719,66224,3,2177,2728 +"81736",19719,66703,3,2177,2375 +"81737",19719,68215,3,2177,2727 +"81738",19719,69335,3,2177,2698 +"81739",19719,72468,3,2177,2292 +"81740",19719,76356,3,2177,2323 +"81741",19719,76892,2,2177,2381 +"81742",19719,79322,3,2177,2770 +"81743",19719,80825,3,2177,2315 +"81744",19719,83396,3,2177,2396 +"81745",19719,101797,3,2177,2357 +"81746",19733,14972,3,1907,2332 +"81747",19744,30697,2,2623,2891 +"81748",19744,42216,3,2623,2722 +"81749",19751,2563,3,1630,1686 +"81750",19751,4066,3,1630,1736 +"81751",19751,7548,3,1630,1932 +"81752",19751,9272,3,1630,2835 +"81753",19751,9724,3,1630,2713 +"81754",19751,10336,3,1630,2271 +"81755",19751,10843,3,1630,2277 +"81756",19751,10871,3,1630,2314 +"81757",19751,13136,2,1630,2867 +"81758",19751,14723,3,1630,2019 +"81759",19751,16437,3,1630,1956 +"81760",19751,19165,3,1630,2436 +"81761",19751,20563,3,1630,2267 +"81762",19751,23756,3,1630,2309 +"81763",19751,28432,3,1630,1954 +"81764",19751,32198,3,1630,2117 +"81765",19751,32311,3,1630,2396 +"81766",19751,33433,3,1630,2805 +"81767",19751,34831,3,1630,1866 +"81768",19751,37036,3,1630,2264 +"81769",19751,37929,3,1630,2393 +"81770",19751,38259,3,1630,2258 +"81771",19751,38449,3,1630,1802 +"81772",19751,39062,3,1630,2020 +"81773",19751,39906,3,1630,2365 +"81774",19751,46532,3,1630,2005 +"81775",19751,49581,3,1630,1817 +"81776",19751,51879,3,1630,1771 +"81777",19751,52215,3,1630,1908 +"81778",19751,55643,3,1630,2359 +"81779",19751,58993,3,1630,2390 +"81780",19751,60879,3,1630,2792 +"81781",19751,77077,3,1630,2693 +"81782",19751,77811,3,1630,1871 +"81783",19751,82819,3,1630,1900 +"81784",19751,82932,3,1630,2245 +"81785",19751,92860,3,1630,1643 +"81786",19767,55,3,1041,2524 +"81787",19767,4188,3,1041,2963 +"81788",19767,5937,3,1041,2392 +"81789",19767,6234,3,1041,2654 +"81790",19767,6800,3,1041,2053 +"81791",19767,8899,3,1041,2023 +"81792",19767,15558,3,1041,2389 +"81793",19767,16477,2,1041,2069 +"81794",19767,16969,3,1041,1917 +"81795",19767,19744,3,1041,2623 +"81796",19767,22357,3,1041,1397 +"81797",19767,23771,3,1041,1614 +"81798",19767,30194,3,1041,2874 +"81799",19767,31898,3,1041,1916 +"81800",19767,32079,2,1041,2315 +"81801",19767,33363,3,1041,2475 +"81802",19767,41521,3,1041,2069 +"81803",19767,42998,3,1041,1978 +"81804",19767,44730,3,1041,2468 +"81805",19767,48585,3,1041,2063 +"81806",19767,49913,3,1041,2444 +"81807",19767,50899,1,1041,2125 +"81808",19767,53648,3,1041,2167 +"81809",19767,76450,3,1041,1077 +"81810",19767,76505,2,1041,2123 +"81811",19767,76867,3,1041,1296 +"81812",19767,76931,3,1041,1338 +"81813",19767,76997,3,1041,2223 +"81814",19767,79913,3,1041,1514 +"81815",19767,93459,3,1041,1354 +"81816",19767,106330,3,1041,2559 +"81817",19771,1355,3,2410,2473 +"81818",19771,3853,3,2410,2465 +"81819",19771,12536,2,2410,2539 +"81820",19771,60867,3,2410,2689 +"81821",19813,8762,3,1744,2585 +"81822",19813,19199,2,1744,2263 +"81823",19813,25874,2,1744,2088 +"81824",19813,57977,3,1744,2683 +"81825",19813,62832,3,1744,2606 +"81826",19813,84567,2,1744,2767 +"81827",19814,1127,3,936,1188 +"81828",19814,1130,3,936,1566 +"81829",19814,2269,3,936,984 +"81830",19814,2325,3,936,1641 +"81831",19814,5483,3,936,1938 +"81832",19814,7861,3,936,1647 +"81833",19814,15453,3,936,1688 +"81834",19814,25129,3,936,2647 +"81835",19814,25341,3,936,1858 +"81836",19814,29917,3,936,1962 +"81837",19814,32939,3,936,2277 +"81838",19814,34509,2,936,1973 +"81839",19814,37333,3,936,1612 +"81840",19814,41402,3,936,2313 +"81841",19814,51815,2,936,1252 +"81842",19814,51831,3,936,2427 +"81843",19814,51925,3,936,2307 +"81844",19814,52789,3,936,1791 +"81845",19814,53293,3,936,2916 +"81846",19814,53433,3,936,1187 +"81847",19814,57804,3,936,2214 +"81848",19814,59918,2,936,2063 +"81849",19814,62841,3,936,2710 +"81850",19814,64436,2,936,2687 +"81851",19814,69591,3,936,2294 +"81852",19814,93280,3,936,1053 +"81853",19818,750,1,675,1327 +"81854",19818,1107,3,675,905 +"81855",19818,1315,3,675,2760 +"81856",19818,4526,3,675,1728 +"81857",19818,7861,3,675,1647 +"81858",19818,8923,3,675,1266 +"81859",19818,9481,3,675,1610 +"81860",19818,9503,2,675,2453 +"81861",19818,9615,3,675,2464 +"81862",19818,10453,3,675,1656 +"81863",19818,16881,3,675,925 +"81864",19818,17388,2,675,1023 +"81865",19818,18005,3,675,2449 +"81866",19818,22166,2,675,994 +"81867",19818,26031,3,675,1397 +"81868",19818,31408,3,675,994 +"81869",19818,34094,3,675,1360 +"81870",19818,42864,3,675,1151 +"81871",19818,44181,3,675,1034 +"81872",19818,46506,3,675,2464 +"81873",19818,50996,3,675,929 +"81874",19818,54100,2,675,1327 +"81875",19818,60258,3,675,2405 +"81876",19818,62668,3,675,958 +"81877",19818,67617,3,675,1149 +"81878",19818,72986,3,675,1055 +"81879",19818,74370,2,675,1667 +"81880",19818,82681,3,675,1620 +"81881",19818,83053,3,675,1303 +"81882",19818,96310,2,675,1016 +"81883",19818,114611,3,675,694 +"81884",19820,51223,1,1935,2153 +"81885",19835,1639,3,1135,2631 +"81886",19835,2709,3,1135,1673 +"81887",19835,2742,3,1135,1192 +"81888",19835,3477,3,1135,2546 +"81889",19835,6063,3,1135,2349 +"81890",19835,6104,3,1135,2462 +"81891",19835,6363,3,1135,2066 +"81892",19835,7241,3,1135,2259 +"81893",19835,11625,3,1135,2022 +"81894",19835,12747,3,1135,2818 +"81895",19835,13043,2,1135,1295 +"81896",19835,13801,3,1135,2041 +"81897",19835,13899,3,1135,2650 +"81898",19835,16518,3,1135,2642 +"81899",19835,17400,3,1135,2231 +"81900",19835,17632,3,1135,1947 +"81901",19835,18211,3,1135,1745 +"81902",19835,18217,3,1135,1566 +"81903",19835,19317,3,1135,2041 +"81904",19835,20416,3,1135,2323 +"81905",19835,22884,3,1135,1608 +"81906",19835,27173,3,1135,2050 +"81907",19835,30092,3,1135,1593 +"81908",19835,30827,3,1135,2323 +"81909",19835,31093,3,1135,2160 +"81910",19835,33223,3,1135,2397 +"81911",19835,33621,3,1135,1319 +"81912",19835,37301,3,1135,2160 +"81913",19835,38213,3,1135,1744 +"81914",19835,39982,3,1135,1529 +"81915",19835,40022,3,1135,2307 +"81916",19835,40542,3,1135,1664 +"81917",19835,42216,3,1135,2722 +"81918",19835,44819,3,1135,2063 +"81919",19835,47062,3,1135,1675 +"81920",19835,49620,3,1135,1868 +"81921",19835,54855,3,1135,1525 +"81922",19835,54953,3,1135,2223 +"81923",19835,55084,3,1135,1189 +"81924",19835,57337,3,1135,1443 +"81925",19835,57842,3,1135,2482 +"81926",19835,59438,2,1135,2400 +"81927",19835,59539,3,1135,2429 +"81928",19835,64997,3,1135,2791 +"81929",19835,74636,3,1135,2525 +"81930",19835,75403,3,1135,1895 +"81931",19835,79213,3,1135,1620 +"81932",19835,92491,3,1135,1968 +"81933",19858,2190,3,2357,2359 +"81934",19858,5962,3,2357,2491 +"81935",19858,6119,3,2357,2358 +"81936",19858,16286,3,2357,2470 +"81937",19858,31089,3,2357,2952 +"81938",19858,48127,3,2357,2677 +"81939",19862,270,2,2412,2542 +"81940",19862,2424,3,2412,2582 +"81941",19862,3305,3,2412,2839 +"81942",19862,3966,3,2412,2425 +"81943",19862,6074,3,2412,2426 +"81944",19862,8681,3,2412,2716 +"81945",19862,9362,3,2412,2879 +"81946",19862,14655,3,2412,2559 +"81947",19862,17365,3,2412,2746 +"81948",19862,21571,3,2412,2755 +"81949",19862,21682,3,2412,2414 +"81950",19862,22326,3,2412,2818 +"81951",19862,25305,3,2412,2447 +"81952",19862,26721,3,2412,2586 +"81953",19862,36087,3,2412,2755 +"81954",19862,39556,3,2412,2747 +"81955",19862,42216,3,2412,2722 +"81956",19862,43455,3,2412,2846 +"81957",19862,49110,2,2412,2938 +"81958",19862,49696,2,2412,2444 +"81959",19862,57732,3,2412,2454 +"81960",19862,57969,3,2412,2755 +"81961",19862,57977,3,2412,2683 +"81962",19862,61982,3,2412,2725 +"81963",19862,72207,3,2412,2430 +"81964",19872,1262,2,2913,2973 +"81965",19872,18151,2,2913,2962 +"81966",19872,34327,3,2913,2959 +"81967",19874,1175,3,985,1642 +"81968",19874,1315,3,985,2760 +"81969",19874,1592,3,985,2006 +"81970",19874,3886,3,985,1669 +"81971",19874,4107,3,985,987 +"81972",19874,6162,3,985,1673 +"81973",19874,15618,3,985,1218 +"81974",19874,18348,3,985,1711 +"81975",19874,19248,3,985,2357 +"81976",19874,22185,3,985,1174 +"81977",19874,24721,3,985,2326 +"81978",19874,28808,2,985,1063 +"81979",19874,35045,3,985,1646 +"81980",19874,36637,2,985,2085 +"81981",19874,42264,3,985,1702 +"81982",19874,43635,3,985,1196 +"81983",19874,44654,3,985,2916 +"81984",19874,46091,3,985,1938 +"81985",19874,46621,3,985,1343 +"81986",19874,48283,3,985,1290 +"81987",19874,56903,3,985,1584 +"81988",19874,59677,2,985,1174 +"81989",19874,79657,3,985,1260 +"81990",19874,79837,3,985,1252 +"81991",19874,87837,3,985,1987 +"81992",19874,88063,3,985,1045 +"81993",19874,88232,3,985,2881 +"81994",19874,98080,3,985,1265 +"81995",19874,100432,3,985,1358 +"81996",19882,134,3,565,2062 +"81997",19882,145,3,565,1998 +"81998",19882,360,3,565,1671 +"81999",19882,455,3,565,2827 +"82000",19882,470,3,565,2285 +"82001",19882,543,3,565,2203 +"82002",19882,600,3,565,1702 +"82003",19882,675,3,565,1686 +"82004",19882,913,3,565,2144 +"82005",19882,1136,3,565,2536 +"82006",19882,1592,3,565,2006 +"82007",19882,1691,2,565,1941 +"82008",19882,1968,3,565,631 +"82009",19882,2181,3,565,2030 +"82010",19882,2523,3,565,1691 +"82011",19882,3878,2,565,1890 +"82012",19882,3966,3,565,2425 +"82013",19882,4066,3,565,1736 +"82014",19882,4687,2,565,2152 +"82015",19882,5258,3,565,2730 +"82016",19882,5504,3,565,2389 +"82017",19882,6390,1,565,2385 +"82018",19882,6428,3,565,1952 +"82019",19882,6491,3,565,2424 +"82020",19882,6718,3,565,2138 +"82021",19882,6940,3,565,1183 +"82022",19882,7443,3,565,2028 +"82023",19882,7515,3,565,2737 +"82024",19882,7847,3,565,2424 +"82025",19882,8011,1,565,889 +"82026",19882,8762,3,565,2585 +"82027",19882,8888,3,565,1328 +"82028",19882,9150,3,565,2689 +"82029",19882,9184,3,565,2670 +"82030",19882,9432,2,565,1693 +"82031",19882,9511,3,565,1232 +"82032",19882,10433,3,565,2075 +"82033",19882,10523,3,565,1510 +"82034",19882,11381,3,565,1638 +"82035",19882,11434,1,565,1187 +"82036",19882,11506,3,565,2824 +"82037",19882,11516,2,565,1937 +"82038",19882,12199,1,565,1651 +"82039",19882,13068,3,565,1778 +"82040",19882,13837,3,565,1604 +"82041",19882,13890,3,565,1482 +"82042",19882,13895,1,565,687 +"82043",19882,14108,3,565,2012 +"82044",19882,14652,3,565,2516 +"82045",19882,14767,3,565,2068 +"82046",19882,15799,2,565,1917 +"82047",19882,16120,3,565,1237 +"82048",19882,16594,3,565,1755 +"82049",19882,17645,3,565,1918 +"82050",19882,17698,3,565,1559 +"82051",19882,18543,3,565,2968 +"82052",19882,18943,3,565,2861 +"82053",19882,19322,3,565,2048 +"82054",19882,19335,3,565,1729 +"82055",19882,19718,3,565,1702 +"82056",19882,20176,3,565,1050 +"82057",19882,20407,3,565,2339 +"82058",19882,20494,3,565,1075 +"82059",19882,21122,3,565,1701 +"82060",19882,22567,3,565,2396 +"82061",19882,22639,3,565,2352 +"82062",19882,23132,2,565,2756 +"82063",19882,23526,3,565,1998 +"82064",19882,24066,3,565,1755 +"82065",19882,24568,2,565,1937 +"82066",19882,25378,3,565,1245 +"82067",19882,25816,2,565,2088 +"82068",19882,25976,3,565,659 +"82069",19882,26322,3,565,1018 +"82070",19882,27391,3,565,2378 +"82071",19882,27628,3,565,2389 +"82072",19882,27837,3,565,1315 +"82073",19882,28115,3,565,1835 +"82074",19882,28216,3,565,1910 +"82075",19882,29930,3,565,2240 +"82076",19882,31050,3,565,1491 +"82077",19882,31235,2,565,2668 +"82078",19882,32947,3,565,1091 +"82079",19882,33622,3,565,2230 +"82080",19882,34160,3,565,1759 +"82081",19882,34314,3,565,630 +"82082",19882,34945,3,565,1298 +"82083",19882,35045,3,565,1646 +"82084",19882,35302,2,565,1589 +"82085",19882,36439,3,565,2469 +"82086",19882,36446,3,565,1175 +"82087",19882,36651,3,565,1600 +"82088",19882,37509,3,565,1640 +"82089",19882,38213,3,565,1744 +"82090",19882,40383,3,565,2639 +"82091",19882,41085,3,565,637 +"82092",19882,41739,3,565,1339 +"82093",19882,42687,3,565,1952 +"82094",19882,43941,3,565,1289 +"82095",19882,44427,3,565,2875 +"82096",19882,44648,3,565,619 +"82097",19882,46182,3,565,1613 +"82098",19882,46469,2,565,759 +"82099",19882,46621,3,565,1343 +"82100",19882,46726,3,565,943 +"82101",19882,47435,2,565,878 +"82102",19882,47445,2,565,2668 +"82103",19882,47585,2,565,794 +"82104",19882,49620,3,565,1868 +"82105",19882,50444,3,565,884 +"82106",19882,50667,3,565,2719 +"82107",19882,50737,3,565,959 +"82108",19882,52323,3,565,2148 +"82109",19882,52327,2,565,1472 +"82110",19882,52735,3,565,1124 +"82111",19882,53252,3,565,637 +"82112",19882,54855,2,565,1525 +"82113",19882,55156,3,565,2196 +"82114",19882,55324,3,565,1544 +"82115",19882,57129,3,565,1858 +"82116",19882,57544,3,565,2443 +"82117",19882,57990,3,565,978 +"82118",19882,58284,3,565,2292 +"82119",19882,59700,3,565,2346 +"82120",19882,59790,3,565,1827 +"82121",19882,60661,3,565,2700 +"82122",19882,61785,3,565,822 +"82123",19882,62219,2,565,2494 +"82124",19882,62602,1,565,1172 +"82125",19882,62668,3,565,958 +"82126",19882,62840,3,565,2502 +"82127",19882,62961,3,565,926 +"82128",19882,63409,2,565,1937 +"82129",19882,64181,3,565,1828 +"82130",19882,64997,3,565,2791 +"82131",19882,67314,3,565,1051 +"82132",19882,73305,3,565,2544 +"82133",19882,74636,3,565,2525 +"82134",19882,75216,3,565,672 +"82135",19882,75898,3,565,889 +"82136",19882,76127,2,565,910 +"82137",19882,76192,3,565,912 +"82138",19882,78416,3,565,630 +"82139",19882,78563,3,565,2385 +"82140",19882,79804,2,565,2227 +"82141",19882,80219,3,565,988 +"82142",19882,80429,2,565,1927 +"82143",19882,81326,3,565,758 +"82144",19882,82949,3,565,2077 +"82145",19882,88232,3,565,2881 +"82146",19882,88808,2,565,1462 +"82147",19882,88966,3,565,1568 +"82148",19882,90378,3,565,890 +"82149",19882,92322,3,565,2393 +"82150",19882,92817,3,565,569 +"82151",19882,93208,3,565,1324 +"82152",19882,97013,2,565,1797 +"82153",19882,97824,3,565,1229 +"82154",19882,97915,3,565,1802 +"82155",19882,101967,3,565,691 +"82156",19882,104280,3,565,887 +"82157",19882,107649,2,565,1573 +"82158",19892,457,3,1212,1704 +"82159",19892,5239,3,1212,2875 +"82160",19892,5315,3,1212,2631 +"82161",19892,10358,3,1212,2294 +"82162",19892,10382,3,1212,2111 +"82163",19892,11477,3,1212,2724 +"82164",19892,13109,2,1212,1374 +"82165",19892,13248,3,1212,1385 +"82166",19892,14032,3,1212,2144 +"82167",19892,15808,3,1212,1521 +"82168",19892,18735,3,1212,1581 +"82169",19892,19453,3,1212,1928 +"82170",19892,19858,3,1212,2357 +"82171",19892,20643,3,1212,2341 +"82172",19892,20941,3,1212,2725 +"82173",19892,21401,2,1212,1440 +"82174",19892,22374,2,1212,1226 +"82175",19892,31003,1,1212,1859 +"82176",19892,32988,3,1212,2008 +"82177",19892,34158,3,1212,2639 +"82178",19892,34648,2,1212,1596 +"82179",19892,36007,3,1212,2089 +"82180",19892,40487,3,1212,2512 +"82181",19892,41278,3,1212,1873 +"82182",19892,42505,3,1212,2008 +"82183",19892,45903,2,1212,2237 +"82184",19892,48127,3,1212,2677 +"82185",19892,48602,2,1212,1704 +"82186",19892,53779,3,1212,2000 +"82187",19892,55139,3,1212,2323 +"82188",19892,56903,3,1212,1584 +"82189",19892,57714,3,1212,1391 +"82190",19892,61719,3,1212,1515 +"82191",19892,64502,2,1212,1670 +"82192",19892,67957,3,1212,2823 +"82193",19892,77001,2,1212,1440 +"82194",19892,81095,3,1212,1609 +"82195",19892,83526,2,1212,1235 +"82196",19892,85356,3,1212,1492 +"82197",19892,92381,3,1212,1237 +"82198",19892,96553,3,1212,1887 +"82199",19892,97160,3,1212,1215 +"82200",19892,111165,3,1212,1256 +"82201",19893,2111,3,1223,1904 +"82202",19893,2864,2,1223,1543 +"82203",19893,3395,2,1223,1382 +"82204",19893,3397,3,1223,2126 +"82205",19893,3453,3,1223,2126 +"82206",19893,5971,3,1223,1985 +"82207",19893,6588,3,1223,2025 +"82208",19893,7616,3,1223,2296 +"82209",19893,8866,3,1223,1545 +"82210",19893,10370,3,1223,2224 +"82211",19893,10857,3,1223,2253 +"82212",19893,12122,2,1223,1385 +"82213",19893,15402,3,1223,1281 +"82214",19893,17400,3,1223,2231 +"82215",19893,18394,3,1223,2356 +"82216",19893,18779,3,1223,1267 +"82217",19893,23725,3,1223,2378 +"82218",19893,27377,2,1223,1724 +"82219",19893,30405,3,1223,2164 +"82220",19893,32419,3,1223,1909 +"82221",19893,40028,3,1223,1349 +"82222",19893,42023,3,1223,2231 +"82223",19893,43213,3,1223,2160 +"82224",19893,43902,1,1223,1726 +"82225",19893,44089,2,1223,1632 +"82226",19893,44763,3,1223,1324 +"82227",19893,45650,3,1223,1528 +"82228",19893,45684,3,1223,2200 +"82229",19893,46629,3,1223,2255 +"82230",19893,50236,3,1223,2339 +"82231",19893,53303,3,1223,1376 +"82232",19893,54551,3,1223,2348 +"82233",19893,56082,3,1223,2395 +"82234",19893,60207,2,1223,2224 +"82235",19893,63907,3,1223,2377 +"82236",19893,82893,3,1223,1275 +"82237",19893,109718,3,1223,1237 +"82238",19926,1639,3,2444,2631 +"82239",19926,2208,3,2444,2814 +"82240",19926,50275,3,2444,2832 +"82241",19926,119208,3,2444,2646 +"82242",19931,4705,3,62,1714 +"82243",19931,7258,3,62,1714 +"82244",19931,19634,3,62,954 +"82245",19931,20423,2,62,2654 +"82246",19931,23139,2,62,2644 +"82247",19931,29899,3,62,2375 +"82248",19931,32271,3,62,843 +"82249",19931,43094,3,62,220 +"82250",19931,60718,3,62,1229 +"82251",19931,76396,3,62,1731 +"82252",19931,81469,3,62,519 +"82253",19931,85736,3,62,1601 +"82254",19931,102793,3,62,912 +"82255",19934,57765,2,2888,2893 +"82256",19937,160,3,1587,2007 +"82257",19937,206,3,1587,1986 +"82258",19937,312,3,1587,2038 +"82259",19937,915,3,1587,1793 +"82260",19937,1092,3,1587,1945 +"82261",19937,1691,3,1587,1941 +"82262",19937,2684,1,1587,2874 +"82263",19937,3305,3,1587,2839 +"82264",19937,4226,3,1587,1903 +"82265",19937,5392,3,1587,1648 +"82266",19937,5429,3,1587,1991 +"82267",19937,5710,3,1587,1926 +"82268",19937,5865,3,1587,1910 +"82269",19937,6192,3,1587,2409 +"82270",19937,6982,3,1587,2034 +"82271",19937,7009,3,1587,1982 +"82272",19937,7406,3,1587,1906 +"82273",19937,8238,3,1587,2222 +"82274",19937,8274,3,1587,1909 +"82275",19937,8726,3,1587,2083 +"82276",19937,8865,3,1587,2394 +"82277",19937,9331,3,1587,2269 +"82278",19937,10657,3,1587,1603 +"82279",19937,11055,2,1587,2111 +"82280",19937,11351,3,1587,2971 +"82281",19937,11620,3,1587,2010 +"82282",19937,11770,3,1587,1653 +"82283",19937,12388,3,1587,1975 +"82284",19937,12778,3,1587,2045 +"82285",19937,12976,3,1587,2399 +"82286",19937,13249,2,1587,2573 +"82287",19937,13324,3,1587,2163 +"82288",19937,14325,3,1587,1976 +"82289",19937,15799,3,1587,1917 +"82290",19937,16542,3,1587,2039 +"82291",19937,16850,3,1587,1657 +"82292",19937,18670,3,1587,1835 +"82293",19937,19208,2,1587,2629 +"82294",19937,19605,2,1587,2395 +"82295",19937,20162,3,1587,2328 +"82296",19937,20311,3,1587,1981 +"82297",19937,22682,3,1587,2035 +"82298",19937,22808,3,1587,2297 +"82299",19937,23460,3,1587,2183 +"82300",19937,24753,2,1587,2860 +"82301",19937,24793,3,1587,1993 +"82302",19937,25030,3,1587,2017 +"82303",19937,25480,3,1587,2747 +"82304",19937,26451,3,1587,2133 +"82305",19937,27501,2,1587,1981 +"82306",19937,28218,3,1587,2048 +"82307",19937,29454,2,1587,2719 +"82308",19937,31705,3,1587,2706 +"82309",19937,35360,3,1587,2043 +"82310",19937,36559,3,1587,2473 +"82311",19937,37509,3,1587,1640 +"82312",19937,41664,3,1587,2641 +"82313",19937,41764,3,1587,2409 +"82314",19937,42129,3,1587,2318 +"82315",19937,45329,2,1587,1693 +"82316",19937,47564,2,1587,2650 +"82317",19937,48377,2,1587,1927 +"82318",19937,50480,3,1587,2701 +"82319",19937,52597,2,1587,1773 +"82320",19937,55643,3,1587,2359 +"82321",19937,55862,3,1587,2123 +"82322",19937,63477,1,1587,1907 +"82323",19937,66224,3,1587,2728 +"82324",19937,77611,3,1587,1795 +"82325",19937,78563,3,1587,2385 +"82326",19950,13780,3,1643,2412 +"82327",19950,29004,3,1643,2596 +"82328",19950,42196,3,1643,2765 +"82329",19963,42,3,810,2265 +"82330",19963,377,3,810,2389 +"82331",19963,489,3,810,2652 +"82332",19963,499,3,810,1931 +"82333",19963,543,3,810,2203 +"82334",19963,900,3,810,2726 +"82335",19963,1090,3,810,2370 +"82336",19963,1151,3,810,2885 +"82337",19963,1275,2,810,2068 +"82338",19963,1469,3,810,1160 +"82339",19963,1616,3,810,2662 +"82340",19963,1676,3,810,1198 +"82341",19963,1691,3,810,1941 +"82342",19963,1777,2,810,1965 +"82343",19963,2036,3,810,2483 +"82344",19963,2166,3,810,2557 +"82345",19963,2484,3,810,2389 +"82346",19963,2754,3,810,1360 +"82347",19963,3088,3,810,1670 +"82348",19963,3161,3,810,2229 +"82349",19963,3242,3,810,1730 +"82350",19963,3352,2,810,1707 +"82351",19963,3830,3,810,1661 +"82352",19963,3838,3,810,2110 +"82353",19963,4057,3,810,2389 +"82354",19963,4980,3,810,2093 +"82355",19963,5078,3,810,2033 +"82356",19963,5457,3,810,2077 +"82357",19963,5462,2,810,2374 +"82358",19963,5504,2,810,2389 +"82359",19963,5849,3,810,2404 +"82360",19963,6252,3,810,2336 +"82361",19963,7323,3,810,2858 +"82362",19963,8229,2,810,1241 +"82363",19963,8519,3,810,844 +"82364",19963,8621,3,810,1681 +"82365",19963,12345,3,810,2364 +"82366",19963,13751,3,810,2557 +"82367",19963,14108,3,810,2012 +"82368",19963,15500,3,810,1658 +"82369",19963,15539,3,810,1929 +"82370",19963,16164,3,810,1184 +"82371",19963,16497,3,810,2370 +"82372",19963,17357,3,810,1536 +"82373",19963,18348,3,810,1711 +"82374",19963,19606,3,810,2783 +"82375",19963,20486,2,810,1908 +"82376",19963,20494,3,810,1075 +"82377",19963,21911,2,810,1184 +"82378",19963,22006,3,810,1202 +"82379",19963,22749,3,810,1727 +"82380",19963,25565,3,810,2764 +"82381",19963,26608,3,810,2329 +"82382",19963,27478,3,810,2485 +"82383",19963,27753,3,810,2750 +"82384",19963,28011,3,810,2639 +"82385",19963,28216,3,810,1910 +"82386",19963,28731,2,810,955 +"82387",19963,28808,3,810,1063 +"82388",19963,30438,2,810,1617 +"82389",19963,31243,3,810,1355 +"82390",19963,31799,3,810,2547 +"82391",19963,32409,3,810,857 +"82392",19963,33356,3,810,1586 +"82393",19963,33572,3,810,2370 +"82394",19963,34492,3,810,1798 +"82395",19963,35256,3,810,2271 +"82396",19963,37570,3,810,2389 +"82397",19963,38048,2,810,867 +"82398",19963,38449,3,810,1802 +"82399",19963,38755,3,810,2902 +"82400",19963,38908,3,810,1787 +"82401",19963,39444,3,810,2695 +"82402",19963,40022,3,810,2307 +"82403",19963,41250,3,810,1703 +"82404",19963,41278,3,810,1873 +"82405",19963,41747,3,810,1722 +"82406",19963,43839,3,810,1685 +"82407",19963,44684,2,810,1220 +"82408",19963,44786,3,810,1096 +"82409",19963,45715,2,810,2287 +"82410",19963,46621,3,810,1343 +"82411",19963,48414,3,810,1749 +"82412",19963,48495,3,810,2737 +"82413",19963,49032,3,810,2469 +"82414",19963,49965,3,810,2301 +"82415",19963,51410,3,810,2739 +"82416",19963,53031,3,810,2065 +"82417",19963,53069,3,810,1664 +"82418",19963,53624,3,810,952 +"82419",19963,53637,2,810,2113 +"82420",19963,55556,2,810,2075 +"82421",19963,55828,2,810,2393 +"82422",19963,57609,2,810,2717 +"82423",19963,57950,3,810,1529 +"82424",19963,57977,3,810,2683 +"82425",19963,57990,3,810,978 +"82426",19963,59700,2,810,2346 +"82427",19963,61785,3,810,822 +"82428",19963,64967,3,810,2872 +"82429",19963,67264,3,810,2790 +"82430",19963,69017,3,810,1183 +"82431",19963,69498,3,810,931 +"82432",19963,70863,2,810,822 +"82433",19963,71478,2,810,1721 +"82434",19963,72122,3,810,1436 +"82435",19963,77001,3,810,1440 +"82436",19963,79612,3,810,927 +"82437",19963,80429,3,810,1927 +"82438",19963,85430,2,810,2370 +"82439",19963,85592,3,810,1412 +"82440",19963,86550,3,810,955 +"82441",19963,88232,3,810,2881 +"82442",19963,88860,3,810,1014 +"82443",19963,89668,3,810,1279 +"82444",19963,89958,1,810,1186 +"82445",19963,90837,2,810,825 +"82446",19963,91570,3,810,2229 +"82447",19963,93615,2,810,2386 +"82448",19963,96678,3,810,1183 +"82449",19963,102050,3,810,906 +"82450",19963,109383,1,810,952 +"82451",19963,117080,3,810,2357 +"82452",19972,9727,3,2078,2327 +"82453",19972,11135,2,2078,2441 +"82454",19972,15502,1,2078,2637 +"82455",19972,33363,3,2078,2475 +"82456",19972,35911,3,2078,2370 +"82457",19972,45487,3,2078,2256 +"82458",19972,73915,3,2078,2568 +"82459",19972,116792,3,2078,2397 +"82460",19980,9740,3,2231,2233 +"82461",19980,17480,3,2231,2316 +"82462",19980,19744,1,2231,2623 +"82463",19980,23098,2,2231,2300 +"82464",19980,30697,2,2231,2891 +"82465",19980,30827,2,2231,2323 +"82466",19980,42216,3,2231,2722 +"82467",19993,5350,3,2024,2522 +"82468",19993,69716,3,2024,2632 +"82469",20011,30194,2,2826,2874 +"82470",20024,1050,3,1181,1185 +"82471",20024,4226,3,1181,1903 +"82472",20024,6030,3,1181,2953 +"82473",20024,10488,3,1181,1524 +"82474",20024,38162,2,1181,1691 +"82475",20024,42474,3,1181,2322 +"82476",20024,58451,3,1181,1939 +"82477",20036,80705,2,2384,2764 +"82478",20038,378,3,1531,2766 +"82479",20038,1369,3,1531,2487 +"82480",20038,2282,2,1531,2056 +"82481",20038,2927,2,1531,1789 +"82482",20038,5041,3,1531,2371 +"82483",20038,5637,3,1531,1976 +"82484",20038,6999,3,1531,2214 +"82485",20038,9538,3,1531,1786 +"82486",20038,10358,3,1531,2294 +"82487",20038,10716,3,1531,1692 +"82488",20038,12116,3,1531,2119 +"82489",20038,13340,2,1531,1918 +"82490",20038,17695,3,1531,1930 +"82491",20038,19476,2,1531,1708 +"82492",20038,23560,3,1531,2051 +"82493",20038,26597,3,1531,2070 +"82494",20038,28782,3,1531,2272 +"82495",20038,32350,3,1531,1540 +"82496",20038,32919,3,1531,2321 +"82497",20038,33363,3,1531,2475 +"82498",20038,35317,3,1531,1888 +"82499",20038,35926,3,1531,2371 +"82500",20038,36840,3,1531,2269 +"82501",20038,42382,3,1531,2224 +"82502",20038,42390,3,1531,2937 +"82503",20038,42407,2,1531,2408 +"82504",20038,44878,3,1531,1620 +"82505",20038,46616,3,1531,1917 +"82506",20038,47882,3,1531,2769 +"82507",20038,53584,3,1531,2391 +"82508",20038,53648,3,1531,2167 +"82509",20038,70011,3,1531,2690 +"82510",20038,73520,2,1531,2613 +"82511",20038,77719,2,1531,2086 +"82512",20038,78277,2,1531,1937 +"82513",20038,79699,3,1531,1735 +"82514",20038,80970,2,1531,2069 +"82515",20038,84590,2,1531,1734 +"82516",20038,85065,3,1531,1585 +"82517",20038,93553,3,1531,2537 +"82518",20049,1151,3,877,2885 +"82519",20049,1938,3,877,997 +"82520",20049,3716,3,877,1679 +"82521",20049,4602,2,877,2446 +"82522",20049,5716,3,877,1058 +"82523",20049,5986,3,877,1721 +"82524",20049,7029,3,877,2204 +"82525",20049,7579,3,877,1624 +"82526",20049,7672,3,877,1974 +"82527",20049,8259,3,877,1677 +"82528",20049,10343,1,877,1072 +"82529",20049,10717,3,877,1938 +"82530",20049,10739,3,877,1807 +"82531",20049,11154,3,877,1594 +"82532",20049,11218,3,877,2292 +"82533",20049,12042,3,877,2345 +"82534",20049,12897,3,877,1351 +"82535",20049,13051,2,877,2692 +"82536",20049,13890,3,877,1482 +"82537",20049,14655,3,877,2559 +"82538",20049,15560,3,877,2257 +"82539",20049,16352,3,877,2657 +"82540",20049,17328,3,877,1206 +"82541",20049,23159,3,877,1548 +"82542",20049,23310,3,877,2371 +"82543",20049,25730,3,877,1206 +"82544",20049,26067,3,877,2069 +"82545",20049,26080,2,877,2525 +"82546",20049,30016,2,877,1124 +"82547",20049,30981,3,877,2366 +"82548",20049,32064,3,877,1739 +"82549",20049,32419,3,877,1909 +"82550",20049,36031,2,877,2342 +"82551",20049,37475,3,877,1509 +"82552",20049,39746,3,877,1361 +"82553",20049,41972,3,877,2509 +"82554",20049,42254,3,877,1052 +"82555",20049,44089,3,877,1632 +"82556",20049,49677,3,877,1222 +"82557",20049,50946,3,877,1075 +"82558",20049,53624,3,877,952 +"82559",20049,54388,2,877,1257 +"82560",20049,56082,3,877,2395 +"82561",20049,57842,3,877,2482 +"82562",20049,63837,3,877,2807 +"82563",20049,64197,3,877,1330 +"82564",20049,68691,3,877,1209 +"82565",20049,68876,3,877,1397 +"82566",20049,69232,3,877,2130 +"82567",20049,85449,3,877,2340 +"82568",20049,86343,3,877,1643 +"82569",20049,89681,2,877,1978 +"82570",20049,90378,3,877,890 +"82571",20049,109114,3,877,1287 +"82572",20056,1702,3,1824,1984 +"82573",20056,4313,3,1824,2368 +"82574",20056,4983,3,1824,1909 +"82575",20056,11429,3,1824,2520 +"82576",20056,18005,3,1824,2449 +"82577",20056,39777,2,1824,1936 +"82578",20056,41694,3,1824,2358 +"82579",20056,55482,2,1824,1866 +"82580",20056,66994,3,1824,1865 +"82581",20067,270,3,2390,2542 +"82582",20067,1355,3,2390,2473 +"82583",20067,1767,3,2390,2727 +"82584",20067,3961,2,2390,2426 +"82585",20067,3966,3,2390,2425 +"82586",20067,5315,2,2390,2631 +"82587",20067,6055,3,2390,2651 +"82588",20067,7984,3,2390,2493 +"82589",20067,9311,3,2390,2477 +"82590",20067,9893,3,2390,2701 +"82591",20067,10779,3,2390,2881 +"82592",20067,11477,3,2390,2724 +"82593",20067,14353,3,2390,2878 +"82594",20067,14959,2,2390,2898 +"82595",20067,15309,3,2390,2820 +"82596",20067,15444,2,2390,2764 +"82597",20067,15636,2,2390,2857 +"82598",20067,16826,3,2390,2599 +"82599",20067,17027,2,2390,2772 +"82600",20067,18151,3,2390,2962 +"82601",20067,18543,3,2390,2968 +"82602",20067,20732,3,2390,2401 +"82603",20067,21138,3,2390,2849 +"82604",20067,23011,3,2390,2763 +"82605",20067,23726,2,2390,2434 +"82606",20067,23787,3,2390,2810 +"82607",20067,24753,3,2390,2860 +"82608",20067,24756,3,2390,2530 +"82609",20067,25486,2,2390,2582 +"82610",20067,26080,3,2390,2525 +"82611",20067,29095,3,2390,2531 +"82612",20067,29314,3,2390,2736 +"82613",20067,33801,1,2390,2899 +"82614",20067,34120,3,2390,2786 +"82615",20067,35235,3,2390,2610 +"82616",20067,38227,3,2390,2511 +"82617",20067,41664,3,2390,2641 +"82618",20067,41955,3,2390,2479 +"82619",20067,41972,3,2390,2509 +"82620",20067,42574,3,2390,2842 +"82621",20067,44427,3,2390,2875 +"82622",20067,44885,3,2390,2670 +"82623",20067,45608,3,2390,2420 +"82624",20067,51410,3,2390,2739 +"82625",20067,53475,1,2390,2853 +"82626",20067,54695,3,2390,2429 +"82627",20067,54929,3,2390,2783 +"82628",20067,56082,3,2390,2395 +"82629",20067,57977,3,2390,2683 +"82630",20067,59140,3,2390,2528 +"82631",20067,67726,3,2390,2873 +"82632",20067,70046,3,2390,2624 +"82633",20067,70203,2,2390,2756 +"82634",20067,76398,2,2390,2400 +"82635",20067,78150,3,2390,2581 +"82636",20067,91142,3,2390,2527 +"82637",20067,92757,3,2390,2615 +"82638",20070,1315,3,1914,2760 +"82639",20070,3163,3,1914,2020 +"82640",20070,3801,3,1914,1974 +"82641",20070,3896,3,1914,2693 +"82642",20070,4821,3,1914,1938 +"82643",20070,7703,2,1914,2122 +"82644",20070,8821,3,1914,2230 +"82645",20070,10779,3,1914,2881 +"82646",20070,14972,3,1914,2332 +"82647",20070,17354,2,1914,2250 +"82648",20070,20271,2,1914,2044 +"82649",20070,21682,3,1914,2414 +"82650",20070,28626,2,1914,2842 +"82651",20070,28826,2,1914,2627 +"82652",20070,30981,3,1914,2366 +"82653",20070,35187,3,1914,2488 +"82654",20070,36031,2,1914,2342 +"82655",20070,36609,3,1914,2918 +"82656",20070,38973,3,1914,1999 +"82657",20070,42574,3,1914,2842 +"82658",20070,45618,3,1914,2356 +"82659",20070,45886,2,1914,2449 +"82660",20070,46506,3,1914,2464 +"82661",20070,48215,2,1914,2028 +"82662",20070,55604,2,1914,2342 +"82663",20070,63395,3,1914,2334 +"82664",20070,87837,3,1914,1987 +"82665",20070,89681,3,1914,1978 +"82666",20070,110934,3,1914,2308 +"82667",20088,11429,3,1677,2520 +"82668",20088,43524,3,1677,2572 +"82669",20088,49958,3,1677,1860 +"82670",20088,59579,3,1677,2034 +"82671",20124,270,2,2376,2542 +"82672",20124,489,3,2376,2652 +"82673",20124,1639,3,2376,2631 +"82674",20124,1822,3,2376,2888 +"82675",20124,2424,3,2376,2582 +"82676",20124,2484,3,2376,2389 +"82677",20124,3305,3,2376,2839 +"82678",20124,3477,2,2376,2546 +"82679",20124,3493,3,2376,2451 +"82680",20124,6074,3,2376,2426 +"82681",20124,7252,3,2376,2799 +"82682",20124,7847,3,2376,2424 +"82683",20124,9311,3,2376,2477 +"82684",20124,9332,3,2376,2734 +"82685",20124,9503,3,2376,2453 +"82686",20124,11477,3,2376,2724 +"82687",20124,12361,3,2376,2732 +"82688",20124,13899,3,2376,2650 +"82689",20124,14655,3,2376,2559 +"82690",20124,16332,2,2376,2668 +"82691",20124,16352,3,2376,2657 +"82692",20124,18005,3,2376,2449 +"82693",20124,18361,3,2376,2968 +"82694",20124,19862,3,2376,2412 +"82695",20124,20984,3,2376,2502 +"82696",20124,21138,3,2376,2849 +"82697",20124,22326,3,2376,2818 +"82698",20124,23725,3,2376,2378 +"82699",20124,25305,3,2376,2447 +"82700",20124,26080,3,2376,2525 +"82701",20124,26749,2,2376,2965 +"82702",20124,28869,3,2376,2425 +"82703",20124,29473,3,2376,2602 +"82704",20124,31357,3,2376,2389 +"82705",20124,32339,3,2376,2430 +"82706",20124,32395,3,2376,2735 +"82707",20124,33223,2,2376,2397 +"82708",20124,33949,3,2376,2489 +"82709",20124,34480,3,2376,2755 +"82710",20124,35187,3,2376,2488 +"82711",20124,35715,3,2376,2912 +"82712",20124,38780,3,2376,2705 +"82713",20124,39256,3,2376,2449 +"82714",20124,39556,3,2376,2747 +"82715",20124,40954,3,2376,2603 +"82716",20124,42216,3,2376,2722 +"82717",20124,43173,3,2376,2895 +"82718",20124,43455,3,2376,2846 +"82719",20124,43518,3,2376,2680 +"82720",20124,48605,3,2376,2796 +"82721",20124,51035,3,2376,2397 +"82722",20124,51843,3,2376,2389 +"82723",20124,53323,3,2376,2677 +"82724",20124,53687,3,2376,2422 +"82725",20124,53846,3,2376,2737 +"82726",20124,54775,3,2376,2383 +"82727",20124,54929,3,2376,2783 +"82728",20124,56082,2,2376,2395 +"82729",20124,61982,3,2376,2725 +"82730",20124,62841,3,2376,2710 +"82731",20124,68215,3,2376,2727 +"82732",20124,72207,3,2376,2430 +"82733",20124,72326,3,2376,2384 +"82734",20124,79322,3,2376,2770 +"82735",20124,79627,3,2376,2409 +"82736",20124,99215,3,2376,2791 +"82737",20124,117956,3,2376,2774 +"82738",20133,59485,3,161,1564 +"82739",20133,65188,3,161,2213 +"82740",20133,77377,2,161,1487 +"82741",20153,1102,3,1868,2282 +"82742",20153,2572,3,1868,2273 +"82743",20153,3801,3,1868,1974 +"82744",20153,4953,2,1868,2285 +"82745",20153,5041,3,1868,2371 +"82746",20153,6074,2,1868,2426 +"82747",20153,10358,3,1868,2294 +"82748",20153,12042,3,1868,2345 +"82749",20153,12724,2,1868,1930 +"82750",20153,15381,3,1868,2289 +"82751",20153,17826,3,1868,2920 +"82752",20153,21029,3,1868,1943 +"82753",20153,25569,3,1868,2317 +"82754",20153,32919,3,1868,2321 +"82755",20153,35926,3,1868,2371 +"82756",20153,38307,3,1868,2648 +"82757",20153,42216,3,1868,2722 +"82758",20153,43455,3,1868,2846 +"82759",20153,45302,3,1868,2390 +"82760",20153,63442,3,1868,1965 +"82761",20153,66992,3,1868,2882 +"82762",20155,2747,1,1517,2411 +"82763",20155,3127,3,1517,2273 +"82764",20155,7252,3,1517,2799 +"82765",20155,7597,3,1517,2037 +"82766",20155,8610,3,1517,2240 +"82767",20155,9503,3,1517,2453 +"82768",20155,10453,3,1517,1656 +"82769",20155,10754,3,1517,1797 +"82770",20155,11136,3,1517,2573 +"82771",20155,11563,3,1517,1863 +"82772",20155,11588,3,1517,2352 +"82773",20155,14749,3,1517,1998 +"82774",20155,14959,3,1517,2898 +"82775",20155,14998,2,1517,1553 +"82776",20155,15207,3,1517,1855 +"82777",20155,15826,3,1517,2772 +"82778",20155,16502,2,1517,1616 +"82779",20155,19215,3,1517,2604 +"82780",20155,21209,2,1517,2184 +"82781",20155,23131,3,1517,1732 +"82782",20155,23488,3,1517,1523 +"82783",20155,24069,3,1517,2697 +"82784",20155,25486,3,1517,2582 +"82785",20155,27908,3,1517,2576 +"82786",20155,28116,3,1517,1643 +"82787",20155,29286,3,1517,1612 +"82788",20155,30525,3,1517,1964 +"82789",20155,30865,3,1517,2038 +"82790",20155,31676,3,1517,1598 +"82791",20155,33801,3,1517,2899 +"82792",20155,36344,3,1517,2570 +"82793",20155,36953,3,1517,2790 +"82794",20155,37636,3,1517,2178 +"82795",20155,40572,3,1517,2666 +"82796",20155,41338,3,1517,1553 +"82797",20155,42256,3,1517,2839 +"82798",20155,42813,2,1517,2142 +"82799",20155,44433,1,1517,2224 +"82800",20155,44603,1,1517,2748 +"82801",20155,45039,3,1517,1663 +"82802",20155,46486,2,1517,1868 +"82803",20155,53475,3,1517,2853 +"82804",20155,54924,3,1517,2603 +"82805",20155,58501,3,1517,2613 +"82806",20155,61585,3,1517,2315 +"82807",20155,73107,3,1517,1918 +"82808",20155,92850,2,1517,1971 +"82809",20155,95064,3,1517,1801 +"82810",20162,997,3,2328,2788 +"82811",20162,3477,3,2328,2546 +"82812",20162,3495,2,2328,2431 +"82813",20162,5515,3,2328,2385 +"82814",20162,5669,3,2328,2502 +"82815",20162,5725,3,2328,2789 +"82816",20162,6063,3,2328,2349 +"82817",20162,11067,3,2328,2734 +"82818",20162,13899,3,2328,2650 +"82819",20162,19208,3,2328,2629 +"82820",20162,19605,2,2328,2395 +"82821",20162,28285,3,2328,2972 +"82822",20162,29454,2,2328,2719 +"82823",20162,31705,3,2328,2706 +"82824",20162,31799,3,2328,2547 +"82825",20162,33223,3,2328,2397 +"82826",20162,35514,3,2328,2346 +"82827",20162,36087,3,2328,2755 +"82828",20162,41764,3,2328,2409 +"82829",20162,48571,3,2328,2717 +"82830",20162,50480,3,2328,2701 +"82831",20162,50667,1,2328,2719 +"82832",20162,55906,3,2328,2851 +"82833",20162,62840,3,2328,2502 +"82834",20162,64699,3,2328,2797 +"82835",20162,72334,3,2328,2820 +"82836",20162,77155,2,2328,2946 +"82837",20162,82732,3,2328,2810 +"82838",20176,140,2,1050,2267 +"82839",20176,145,3,1050,1998 +"82840",20176,900,3,1050,2726 +"82841",20176,913,3,1050,2144 +"82842",20176,2407,2,1050,1725 +"82843",20176,2452,2,1050,1715 +"82844",20176,2540,3,1050,1398 +"82845",20176,3414,3,1050,2322 +"82846",20176,3978,3,1050,2775 +"82847",20176,4001,3,1050,1687 +"82848",20176,4249,3,1050,2547 +"82849",20176,4303,3,1050,2414 +"82850",20176,4821,3,1050,1938 +"82851",20176,4983,3,1050,1909 +"82852",20176,5897,3,1050,2337 +"82853",20176,5962,3,1050,2491 +"82854",20176,6262,3,1050,2733 +"82855",20176,6390,3,1050,2385 +"82856",20176,6697,3,1050,2438 +"82857",20176,6989,3,1050,2623 +"82858",20176,7597,3,1050,2037 +"82859",20176,7615,3,1050,1657 +"82860",20176,8354,3,1050,1705 +"82861",20176,8888,3,1050,1328 +"82862",20176,9202,3,1050,2477 +"82863",20176,9301,3,1050,1861 +"82864",20176,9703,3,1050,1845 +"82865",20176,10336,3,1050,2271 +"82866",20176,10473,3,1050,1783 +"82867",20176,11434,2,1050,1187 +"82868",20176,11516,2,1050,1937 +"82869",20176,11585,3,1050,1817 +"82870",20176,11648,3,1050,2852 +"82871",20176,12067,3,1050,1213 +"82872",20176,12199,3,1050,1651 +"82873",20176,13068,2,1050,1778 +"82874",20176,14287,3,1050,1583 +"82875",20176,14709,3,1050,1901 +"82876",20176,14817,3,1050,2110 +"82877",20176,15546,3,1050,2055 +"82878",20176,16437,3,1050,1956 +"82879",20176,16750,3,1050,1225 +"82880",20176,16776,3,1050,1565 +"82881",20176,16866,2,1050,2718 +"82882",20176,18005,3,1050,2449 +"82883",20176,18865,2,1050,2676 +"82884",20176,19208,3,1050,2629 +"82885",20176,19322,3,1050,2048 +"82886",20176,19433,3,1050,2504 +"82887",20176,19605,3,1050,2395 +"82888",20176,19934,3,1050,2888 +"82889",20176,20395,3,1050,1468 +"82890",20176,21575,3,1050,1762 +"82891",20176,21795,3,1050,2653 +"82892",20176,23015,3,1050,1362 +"82893",20176,23131,3,1050,1732 +"82894",20176,23132,3,1050,2756 +"82895",20176,23277,3,1050,1267 +"82896",20176,24176,3,1050,1986 +"82897",20176,24568,3,1050,1937 +"82898",20176,25378,2,1050,1245 +"82899",20176,26642,2,1050,2952 +"82900",20176,27280,3,1050,1965 +"82901",20176,27320,2,1050,2378 +"82902",20176,27391,2,1050,2378 +"82903",20176,27908,3,1050,2576 +"82904",20176,28525,3,1050,1273 +"82905",20176,28893,3,1050,2764 +"82906",20176,29267,2,1050,1234 +"82907",20176,29495,2,1050,1612 +"82908",20176,29997,3,1050,1789 +"82909",20176,30334,3,1050,2075 +"82910",20176,30486,3,1050,1269 +"82911",20176,30525,3,1050,1964 +"82912",20176,30865,1,1050,2038 +"82913",20176,30891,3,1050,1256 +"82914",20176,31089,3,1050,2952 +"82915",20176,31235,2,1050,2668 +"82916",20176,31317,3,1050,1362 +"82917",20176,33341,3,1050,2338 +"82918",20176,35302,3,1050,1589 +"82919",20176,36270,2,1050,2910 +"82920",20176,36344,2,1050,2570 +"82921",20176,37636,3,1050,2178 +"82922",20176,38087,3,1050,1083 +"82923",20176,38373,2,1050,1928 +"82924",20176,39062,3,1050,2020 +"82925",20176,39249,3,1050,1665 +"82926",20176,39443,3,1050,2277 +"82927",20176,39589,3,1050,1292 +"82928",20176,40392,3,1050,1878 +"82929",20176,40572,3,1050,2666 +"82930",20176,41023,3,1050,2408 +"82931",20176,41134,3,1050,2952 +"82932",20176,41694,3,1050,2358 +"82933",20176,42756,3,1050,1384 +"82934",20176,42813,3,1050,2142 +"82935",20176,44074,3,1050,1299 +"82936",20176,44557,3,1050,2371 +"82937",20176,45449,3,1050,1610 +"82938",20176,45480,3,1050,1104 +"82939",20176,45729,3,1050,2606 +"82940",20176,46299,3,1050,1132 +"82941",20176,46486,3,1050,1868 +"82942",20176,46570,3,1050,1707 +"82943",20176,47375,3,1050,2043 +"82944",20176,47445,3,1050,2668 +"82945",20176,47595,2,1050,2374 +"82946",20176,47968,2,1050,2829 +"82947",20176,50229,2,1050,1190 +"82948",20176,50335,3,1050,1893 +"82949",20176,50480,3,1050,2701 +"82950",20176,50581,3,1050,1258 +"82951",20176,50585,3,1050,2414 +"82952",20176,51783,3,1050,2599 +"82953",20176,53739,3,1050,2704 +"82954",20176,54855,3,1050,1525 +"82955",20176,56910,3,1050,2705 +"82956",20176,57544,3,1050,2443 +"82957",20176,59485,3,1050,1564 +"82958",20176,60258,3,1050,2405 +"82959",20176,61443,3,1050,2770 +"82960",20176,62219,3,1050,2494 +"82961",20176,62712,3,1050,2884 +"82962",20176,63395,2,1050,2334 +"82963",20176,63409,3,1050,1937 +"82964",20176,63644,3,1050,1267 +"82965",20176,65522,3,1050,1572 +"82966",20176,66121,2,1050,1281 +"82967",20176,67252,3,1050,1215 +"82968",20176,67815,2,1050,2476 +"82969",20176,69062,3,1050,1174 +"82970",20176,69215,3,1050,1591 +"82971",20176,69788,3,1050,2007 +"82972",20176,70126,3,1050,1158 +"82973",20176,70455,3,1050,1307 +"82974",20176,72571,3,1050,1175 +"82975",20176,74204,3,1050,2463 +"82976",20176,75282,2,1050,2675 +"82977",20176,76286,3,1050,1642 +"82978",20176,77200,3,1050,1737 +"82979",20176,80429,3,1050,1927 +"82980",20176,82252,3,1050,1248 +"82981",20176,87958,3,1050,1234 +"82982",20176,88067,2,1050,2315 +"82983",20176,88808,3,1050,1462 +"82984",20176,96059,3,1050,1286 +"82985",20176,101347,3,1050,1335 +"82986",20176,102566,3,1050,2207 +"82987",20176,107292,2,1050,1667 +"82988",20176,107649,3,1050,1573 +"82989",20193,3520,3,2079,2281 +"82990",20193,5606,2,2079,2875 +"82991",20200,20124,3,2322,2376 +"82992",20200,39556,3,2322,2747 +"82993",20200,41134,3,2322,2952 +"82994",20219,4551,3,2313,2720 +"82995",20219,45138,3,2313,2516 +"82996",20220,2,3,1656,2796 +"82997",20220,160,3,1656,2007 +"82998",20220,237,3,1656,1982 +"82999",20220,364,3,1656,2351 +"83000",20220,1520,2,1656,1716 +"83001",20220,2747,3,1656,2411 +"83002",20220,3127,3,1656,2273 +"83003",20220,3477,3,1656,2546 +"83004",20220,3978,3,1656,2775 +"83005",20220,4612,3,1656,2804 +"83006",20220,4730,3,1656,2131 +"83007",20220,6063,2,1656,2349 +"83008",20220,9035,1,1656,2771 +"83009",20220,9332,3,1656,2734 +"83010",20220,9503,2,1656,2453 +"83011",20220,9785,3,1656,2951 +"83012",20220,9787,3,1656,2858 +"83013",20220,11588,3,1656,2352 +"83014",20220,12577,3,1656,2530 +"83015",20220,14749,3,1656,1998 +"83016",20220,16205,3,1656,2630 +"83017",20220,16796,3,1656,1892 +"83018",20220,17037,2,1656,2947 +"83019",20220,19587,2,1656,1684 +"83020",20220,19655,3,1656,2706 +"83021",20220,20984,3,1656,2502 +"83022",20220,22364,3,1656,1809 +"83023",20220,22578,3,1656,2216 +"83024",20220,23131,3,1656,1732 +"83025",20220,23825,3,1656,1913 +"83026",20220,25163,3,1656,1751 +"83027",20220,26182,3,1656,2775 +"83028",20220,26959,3,1656,1961 +"83029",20220,27914,3,1656,2507 +"83030",20220,28051,3,1656,2089 +"83031",20220,28837,1,1656,2286 +"83032",20220,30334,3,1656,2075 +"83033",20220,30368,3,1656,2487 +"83034",20220,30442,3,1656,2124 +"83035",20220,30525,3,1656,1964 +"83036",20220,31335,3,1656,2351 +"83037",20220,31542,3,1656,2459 +"83038",20220,31868,3,1656,1993 +"83039",20220,33223,3,1656,2397 +"83040",20220,35728,3,1656,2017 +"83041",20220,36912,3,1656,2469 +"83042",20220,37636,3,1656,2178 +"83043",20220,39062,3,1656,2020 +"83044",20220,40035,3,1656,2742 +"83045",20220,40392,3,1656,1878 +"83046",20220,40542,3,1656,1664 +"83047",20220,40572,3,1656,2666 +"83048",20220,41581,3,1656,1692 +"83049",20220,43204,3,1656,1680 +"83050",20220,44603,3,1656,2748 +"83051",20220,45729,3,1656,2606 +"83052",20220,46384,3,1656,2285 +"83053",20220,46486,3,1656,1868 +"83054",20220,51783,3,1656,2599 +"83055",20220,53687,3,1656,2422 +"83056",20220,53739,3,1656,2704 +"83057",20220,54523,3,1656,1935 +"83058",20220,56569,3,1656,1993 +"83059",20220,61125,3,1656,1673 +"83060",20220,63077,3,1656,2778 +"83061",20220,72597,2,1656,1843 +"83062",20220,74370,3,1656,1667 +"83063",20220,81545,3,1656,2077 +"83064",20258,3695,2,1572,2612 +"83065",20258,96744,3,1572,1789 +"83066",20271,3711,3,2044,2360 +"83067",20271,7703,3,2044,2122 +"83068",20271,9311,3,2044,2477 +"83069",20271,10843,3,2044,2277 +"83070",20271,10890,3,2044,2639 +"83071",20271,14972,3,2044,2332 +"83072",20271,15626,3,2044,2434 +"83073",20271,17061,3,2044,2385 +"83074",20271,28626,3,2044,2842 +"83075",20271,33433,2,2044,2805 +"83076",20271,36031,3,2044,2342 +"83077",20271,55256,3,2044,2379 +"83078",20271,55604,3,2044,2342 +"83079",20271,55643,3,2044,2359 +"83080",20271,59113,3,2044,2434 +"83081",20271,62832,3,2044,2606 +"83082",20271,96169,3,2044,2356 +"83083",20273,160,3,148,2007 +"83084",20273,341,3,148,2689 +"83085",20273,359,3,148,635 +"83086",20273,364,3,148,2351 +"83087",20273,680,3,148,2569 +"83088",20273,758,3,148,1232 +"83089",20273,841,3,148,2964 +"83090",20273,913,3,148,2144 +"83091",20273,1629,3,148,1289 +"83092",20273,1641,3,148,1490 +"83093",20273,2057,3,148,1965 +"83094",20273,2418,3,148,2020 +"83095",20273,2452,3,148,1715 +"83096",20273,2540,3,148,1398 +"83097",20273,2591,3,148,1949 +"83098",20273,2852,3,148,2448 +"83099",20273,4779,3,148,379 +"83100",20273,4790,3,148,1025 +"83101",20273,5036,3,148,312 +"83102",20273,6479,3,148,1021 +"83103",20273,7337,3,148,1797 +"83104",20273,7785,3,148,2441 +"83105",20273,8908,3,148,1537 +"83106",20273,9241,3,148,2338 +"83107",20273,9484,2,148,1429 +"83108",20273,9782,3,148,340 +"83109",20273,10350,3,148,1163 +"83110",20273,10551,3,148,243 +"83111",20273,10577,3,148,497 +"83112",20273,10739,3,148,1807 +"83113",20273,11588,3,148,2352 +"83114",20273,11990,3,148,1909 +"83115",20273,12023,3,148,799 +"83116",20273,13136,3,148,2867 +"83117",20273,13295,3,148,779 +"83118",20273,14503,3,148,437 +"83119",20273,14678,3,148,799 +"83120",20273,14754,3,148,2456 +"83121",20273,15078,3,148,1033 +"83122",20273,15560,3,148,2257 +"83123",20273,16286,3,148,2470 +"83124",20273,16501,3,148,1650 +"83125",20273,16539,3,148,1947 +"83126",20273,18102,3,148,1642 +"83127",20273,18122,3,148,894 +"83128",20273,18124,3,148,1642 +"83129",20273,18550,3,148,483 +"83130",20273,18672,2,148,1182 +"83131",20273,19662,2,148,170 +"83132",20273,20662,1,148,1523 +"83133",20273,22945,2,148,237 +"83134",20273,23131,3,148,1732 +"83135",20273,23398,3,148,896 +"83136",20273,24069,3,148,2697 +"83137",20273,24096,3,148,2612 +"83138",20273,24302,3,148,407 +"83139",20273,25295,3,148,341 +"83140",20273,25373,3,148,2783 +"83141",20273,25832,3,148,1689 +"83142",20273,26450,3,148,1709 +"83143",20273,27275,3,148,2656 +"83144",20273,27390,2,148,2425 +"83145",20273,27742,3,148,2700 +"83146",20273,27882,3,148,1897 +"83147",20273,27914,3,148,2507 +"83148",20273,28116,3,148,1643 +"83149",20273,28904,3,148,926 +"83150",20273,29073,3,148,2328 +"83151",20273,29295,3,148,2043 +"83152",20273,30525,3,148,1964 +"83153",20273,31335,3,148,2351 +"83154",20273,32651,3,148,877 +"83155",20273,32920,2,148,2158 +"83156",20273,33341,3,148,2338 +"83157",20273,33665,3,148,787 +"83158",20273,35589,3,148,983 +"83159",20273,35709,3,148,464 +"83160",20273,35797,2,148,2482 +"83161",20273,36346,2,148,1240 +"83162",20273,36487,3,148,2622 +"83163",20273,38807,3,148,631 +"83164",20273,38816,3,148,1225 +"83165",20273,39418,2,148,1978 +"83166",20273,39589,3,148,1292 +"83167",20273,39999,3,148,1593 +"83168",20273,40309,3,148,871 +"83169",20273,40954,3,148,2603 +"83170",20273,41694,2,148,2358 +"83171",20273,42254,3,148,1052 +"83172",20273,42756,3,148,1384 +"83173",20273,43207,3,148,635 +"83174",20273,43961,1,148,2443 +"83175",20273,44074,2,148,1299 +"83176",20273,44341,3,148,1230 +"83177",20273,44582,1,148,197 +"83178",20273,45729,2,148,2606 +"83179",20273,46261,3,148,2350 +"83180",20273,47375,2,148,2043 +"83181",20273,49414,3,148,1667 +"83182",20273,50229,3,148,1190 +"83183",20273,51879,3,148,1771 +"83184",20273,55482,2,148,1866 +"83185",20273,56755,2,148,2158 +"83186",20273,57067,3,148,2547 +"83187",20273,62712,3,148,2884 +"83188",20273,64110,3,148,1331 +"83189",20273,64156,3,148,675 +"83190",20273,64967,3,148,2872 +"83191",20273,66943,2,148,327 +"83192",20273,66994,2,148,1865 +"83193",20273,67942,3,148,973 +"83194",20273,68586,3,148,2322 +"83195",20273,71793,2,148,153 +"83196",20273,77052,3,148,2770 +"83197",20273,77077,3,148,2693 +"83198",20273,80671,2,148,665 +"83199",20273,81437,3,148,1101 +"83200",20273,83122,2,148,1503 +"83201",20273,83301,3,148,1385 +"83202",20273,83377,3,148,243 +"83203",20273,87011,2,148,1592 +"83204",20273,87269,2,148,847 +"83205",20273,87907,3,148,1173 +"83206",20273,88212,3,148,2547 +"83207",20273,88324,3,148,1080 +"83208",20273,89311,3,148,398 +"83209",20273,89538,2,148,1847 +"83210",20273,90745,2,148,1994 +"83211",20273,96401,3,148,303 +"83212",20273,104098,3,148,512 +"83213",20273,106399,3,148,1530 +"83214",20273,107435,2,148,1635 +"83215",20273,122658,3,148,1648 +"83216",20284,3164,1,2530,2693 +"83217",20284,5315,3,2530,2631 +"83218",20284,6030,2,2530,2953 +"83219",20284,20292,3,2530,2755 +"83220",20284,21571,3,2530,2755 +"83221",20284,28168,2,2530,2702 +"83222",20284,32567,3,2530,2784 +"83223",20284,51052,3,2530,2784 +"83224",20287,2424,3,1099,2582 +"83225",20287,4791,3,1099,1184 +"83226",20287,6363,3,1099,2066 +"83227",20287,12863,3,1099,2027 +"83228",20287,16940,2,1099,1290 +"83229",20287,19719,3,1099,2177 +"83230",20287,21197,3,1099,1437 +"83231",20287,21285,3,1099,2100 +"83232",20287,22141,2,1099,2348 +"83233",20287,22282,3,1099,1418 +"83234",20287,22884,3,1099,1608 +"83235",20287,26749,3,1099,2965 +"83236",20287,27175,3,1099,1447 +"83237",20287,33621,3,1099,1319 +"83238",20287,35095,3,1099,1502 +"83239",20287,43173,2,1099,2895 +"83240",20287,43226,3,1099,2442 +"83241",20287,43385,3,1099,1623 +"83242",20287,48414,3,1099,1749 +"83243",20287,52058,3,1099,1836 +"83244",20287,52576,3,1099,2234 +"83245",20287,55468,3,1099,2511 +"83246",20287,58508,3,1099,2326 +"83247",20287,58652,3,1099,1437 +"83248",20287,71342,3,1099,1289 +"83249",20287,72956,3,1099,1251 +"83250",20287,82949,3,1099,2077 +"83251",20287,84022,3,1099,2289 +"83252",20287,92491,3,1099,1968 +"83253",20287,101295,3,1099,2165 +"83254",20287,115622,3,1099,1895 +"83255",20292,6030,3,2755,2953 +"83256",20292,9362,3,2755,2879 +"83257",20292,10779,3,2755,2881 +"83258",20292,28296,3,2755,2944 +"83259",20292,32567,3,2755,2784 +"83260",20292,34735,3,2755,2767 +"83261",20292,54929,2,2755,2783 +"83262",20308,19934,3,2254,2888 +"83263",20308,38259,3,2254,2258 +"83264",20308,59039,3,2254,2870 +"83265",20311,206,3,1981,1986 +"83266",20311,270,3,1981,2542 +"83267",20311,307,3,1981,2530 +"83268",20311,312,2,1981,2038 +"83269",20311,1355,3,1981,2473 +"83270",20311,2533,3,1981,2016 +"83271",20311,2684,2,1981,2874 +"83272",20311,3628,3,1981,2707 +"83273",20311,3961,3,1981,2426 +"83274",20311,4701,2,1981,2401 +"83275",20311,5239,3,1981,2875 +"83276",20311,5429,3,1981,1991 +"83277",20311,5462,3,1981,2374 +"83278",20311,5504,3,1981,2389 +"83279",20311,5839,3,1981,2301 +"83280",20311,5971,2,1981,1985 +"83281",20311,6055,3,1981,2651 +"83282",20311,6491,2,1981,2424 +"83283",20311,6588,3,1981,2025 +"83284",20311,7013,3,1981,2040 +"83285",20311,7245,3,1981,2089 +"83286",20311,7984,2,1981,2493 +"83287",20311,7992,3,1981,2033 +"83288",20311,8762,3,1981,2585 +"83289",20311,9057,3,1981,2629 +"83290",20311,9311,3,1981,2477 +"83291",20311,9624,3,1981,2398 +"83292",20311,10148,3,1981,2964 +"83293",20311,10358,3,1981,2294 +"83294",20311,11055,2,1981,2111 +"83295",20311,11351,2,1981,2971 +"83296",20311,11440,3,1981,2026 +"83297",20311,11477,3,1981,2724 +"83298",20311,11620,1,1981,2010 +"83299",20311,12374,3,1981,2260 +"83300",20311,12728,3,1981,2374 +"83301",20311,13573,3,1981,2774 +"83302",20311,14959,3,1981,2898 +"83303",20311,15401,3,1981,1999 +"83304",20311,15930,3,1981,2541 +"83305",20311,16352,3,1981,2657 +"83306",20311,16801,2,1981,2008 +"83307",20311,16826,3,1981,2599 +"83308",20311,17400,3,1981,2231 +"83309",20311,17520,3,1981,2276 +"83310",20311,18394,3,1981,2356 +"83311",20311,18415,3,1981,2184 +"83312",20311,19248,3,1981,2357 +"83313",20311,19606,3,1981,2783 +"83314",20311,20067,2,1981,2390 +"83315",20311,20732,3,1981,2401 +"83316",20311,21104,3,1981,2327 +"83317",20311,21693,3,1981,2176 +"83318",20311,21706,2,1981,1988 +"83319",20311,22197,3,1981,2271 +"83320",20311,22326,3,1981,2818 +"83321",20311,23509,2,1981,2275 +"83322",20311,23526,3,1981,1998 +"83323",20311,23725,3,1981,2378 +"83324",20311,23726,3,1981,2434 +"83325",20311,23787,3,1981,2810 +"83326",20311,24753,3,1981,2860 +"83327",20311,24756,3,1981,2530 +"83328",20311,25486,2,1981,2582 +"83329",20311,26451,2,1981,2133 +"83330",20311,26848,3,1981,2363 +"83331",20311,27628,3,1981,2389 +"83332",20311,29073,3,1981,2328 +"83333",20311,29095,2,1981,2531 +"83334",20311,31069,3,1981,1995 +"83335",20311,32988,2,1981,2008 +"83336",20311,33801,1,1981,2899 +"83337",20311,34136,3,1981,2202 +"83338",20311,40369,3,1981,2735 +"83339",20311,41664,3,1981,2641 +"83340",20311,42505,3,1981,2008 +"83341",20311,43213,3,1981,2160 +"83342",20311,43479,3,1981,2178 +"83343",20311,43518,3,1981,2680 +"83344",20311,44420,3,1981,2184 +"83345",20311,45608,3,1981,2420 +"83346",20311,45633,3,1981,2134 +"83347",20311,46629,3,1981,2255 +"83348",20311,50118,2,1981,2654 +"83349",20311,50236,2,1981,2339 +"83350",20311,50382,3,1981,2244 +"83351",20311,51041,3,1981,2606 +"83352",20311,51319,3,1981,2488 +"83353",20311,52576,3,1981,2234 +"83354",20311,53475,2,1981,2853 +"83355",20311,54695,3,1981,2429 +"83356",20311,55468,2,1981,2511 +"83357",20311,56082,2,1981,2395 +"83358",20311,56237,3,1981,2625 +"83359",20311,56317,2,1981,2030 +"83360",20311,57544,3,1981,2443 +"83361",20311,58508,3,1981,2326 +"83362",20311,58993,3,1981,2390 +"83363",20311,59140,3,1981,2528 +"83364",20311,64997,3,1981,2791 +"83365",20311,65322,3,1981,2008 +"83366",20311,70203,3,1981,2756 +"83367",20311,72207,3,1981,2430 +"83368",20311,72326,3,1981,2384 +"83369",20311,78150,3,1981,2581 +"83370",20311,79804,3,1981,2227 +"83371",20311,82949,3,1981,2077 +"83372",20311,89826,3,1981,2033 +"83373",20311,92757,3,1981,2615 +"83374",20311,108379,3,1981,2933 +"83375",20319,135,3,468,2233 +"83376",20319,270,3,468,2542 +"83377",20319,312,3,468,2038 +"83378",20319,380,3,468,2261 +"83379",20319,455,3,468,2827 +"83380",20319,555,3,468,552 +"83381",20319,600,3,468,1702 +"83382",20319,671,2,468,2328 +"83383",20319,675,1,468,1686 +"83384",20319,701,3,468,2718 +"83385",20319,733,2,468,1653 +"83386",20319,1044,3,468,880 +"83387",20319,1046,3,468,1881 +"83388",20319,1050,3,468,1185 +"83389",20319,1130,3,468,1566 +"83390",20319,1136,1,468,2536 +"83391",20319,1151,3,468,2885 +"83392",20319,1321,3,468,2075 +"83393",20319,1469,3,468,1160 +"83394",20319,1616,3,468,2662 +"83395",20319,1826,3,468,924 +"83396",20319,1897,3,468,1727 +"83397",20319,2063,1,468,1278 +"83398",20319,2224,3,468,2751 +"83399",20319,2269,3,468,984 +"83400",20319,2300,3,468,565 +"83401",20319,2424,3,468,2582 +"83402",20319,2533,3,468,2016 +"83403",20319,2563,3,468,1686 +"83404",20319,2743,1,468,1278 +"83405",20319,2954,3,468,2727 +"83406",20319,3167,3,468,1676 +"83407",20319,3242,2,468,1730 +"83408",20319,3493,3,468,2451 +"83409",20319,3954,3,468,839 +"83410",20319,4191,2,468,2130 +"83411",20319,4226,3,468,1903 +"83412",20319,4618,2,468,2607 +"83413",20319,4687,3,468,2152 +"83414",20319,4889,3,468,1501 +"83415",20319,4980,2,468,2093 +"83416",20319,5120,3,468,2735 +"83417",20319,5504,3,468,2389 +"83418",20319,5725,3,468,2789 +"83419",20319,6023,3,468,2050 +"83420",20319,6363,2,468,2066 +"83421",20319,6392,3,468,1878 +"83422",20319,6428,2,468,1952 +"83423",20319,6491,2,468,2424 +"83424",20319,6940,3,468,1183 +"83425",20319,7245,3,468,2089 +"83426",20319,7354,3,468,2008 +"83427",20319,7515,3,468,2737 +"83428",20319,7582,3,468,1099 +"83429",20319,7847,2,468,2424 +"83430",20319,7861,3,468,1647 +"83431",20319,8011,3,468,889 +"83432",20319,8258,3,468,1959 +"83433",20319,8529,3,468,1205 +"83434",20319,8533,3,468,2251 +"83435",20319,8621,2,468,1681 +"83436",20319,8700,3,468,1270 +"83437",20319,8772,3,468,847 +"83438",20319,8866,3,468,1545 +"83439",20319,8888,3,468,1328 +"83440",20319,9150,3,468,2689 +"83441",20319,9184,3,468,2670 +"83442",20319,9298,3,468,1109 +"83443",20319,9362,3,468,2879 +"83444",20319,9805,3,468,1621 +"83445",20319,10404,3,468,2062 +"83446",20319,10799,3,468,2010 +"83447",20319,10875,3,468,1234 +"83448",20319,10890,3,468,2639 +"83449",20319,11434,3,468,1187 +"83450",20319,11471,3,468,839 +"83451",20319,11516,3,468,1937 +"83452",20319,11817,3,468,600 +"83453",20319,12004,3,468,996 +"83454",20319,12096,3,468,1330 +"83455",20319,12199,3,468,1651 +"83456",20319,12374,3,468,2260 +"83457",20319,12747,2,468,2818 +"83458",20319,13929,3,468,2693 +"83459",20319,14108,3,468,2012 +"83460",20319,14520,3,468,634 +"83461",20319,14652,3,468,2516 +"83462",20319,14972,3,468,2332 +"83463",20319,15539,3,468,1929 +"83464",20319,15643,3,468,502 +"83465",20319,16074,2,468,977 +"83466",20319,16164,1,468,1184 +"83467",20319,16217,3,468,1653 +"83468",20319,16365,3,468,2217 +"83469",20319,16609,3,468,538 +"83470",20319,16625,3,468,1285 +"83471",20319,16940,3,468,1290 +"83472",20319,17354,3,468,2250 +"83473",20319,17357,3,468,1536 +"83474",20319,18211,3,468,1745 +"83475",20319,18364,3,468,535 +"83476",20319,19027,3,468,2721 +"83477",20319,19096,3,468,1538 +"83478",20319,19248,3,468,2357 +"83479",20319,19322,3,468,2048 +"83480",20319,19506,3,468,1385 +"83481",20319,19516,3,468,2313 +"83482",20319,19718,3,468,1702 +"83483",20319,19835,3,468,1135 +"83484",20319,19882,3,468,565 +"83485",20319,20287,3,468,1099 +"83486",20319,20419,3,468,1587 +"83487",20319,20563,2,468,2267 +"83488",20319,20700,3,468,2861 +"83489",20319,20783,3,468,2414 +"83490",20319,20824,1,468,1366 +"83491",20319,21122,3,468,1701 +"83492",20319,21758,3,468,1331 +"83493",20319,21911,2,468,1184 +"83494",20319,22006,3,468,1202 +"83495",20319,22141,3,468,2348 +"83496",20319,22501,2,468,1006 +"83497",20319,22705,3,468,1016 +"83498",20319,22884,1,468,1608 +"83499",20319,22885,2,468,1702 +"83500",20319,23132,3,468,2756 +"83501",20319,23140,3,468,2787 +"83502",20319,23216,2,468,2424 +"83503",20319,23460,3,468,2183 +"83504",20319,23506,2,468,1172 +"83505",20319,23534,2,468,1659 +"83506",20319,23704,2,468,2278 +"83507",20319,23918,3,468,1881 +"83508",20319,24005,3,468,1188 +"83509",20319,24568,3,468,1937 +"83510",20319,24755,3,468,1319 +"83511",20319,24962,3,468,2126 +"83512",20319,25198,3,468,1982 +"83513",20319,25341,2,468,1858 +"83514",20319,25595,3,468,768 +"83515",20319,25643,2,468,1646 +"83516",20319,25816,2,468,2088 +"83517",20319,25976,3,468,659 +"83518",20319,25985,3,468,2071 +"83519",20319,26067,3,468,2069 +"83520",20319,26282,3,468,1241 +"83521",20319,26322,1,468,1018 +"83522",20319,26342,3,468,527 +"83523",20319,26436,2,468,2489 +"83524",20319,26516,2,468,2479 +"83525",20319,26570,3,468,1669 +"83526",20319,26608,3,468,2329 +"83527",20319,26706,3,468,1846 +"83528",20319,27628,2,468,2389 +"83529",20319,27753,1,468,2750 +"83530",20319,28057,3,468,1067 +"83531",20319,28285,3,468,2972 +"83532",20319,28434,2,468,1141 +"83533",20319,28731,2,468,955 +"83534",20319,28874,3,468,2329 +"83535",20319,29456,3,468,1182 +"83536",20319,30325,3,468,1067 +"83537",20319,30411,3,468,630 +"83538",20319,30438,2,468,1617 +"83539",20319,31000,3,468,1526 +"83540",20319,31050,3,468,1491 +"83541",20319,31243,3,468,1355 +"83542",20319,31799,3,468,2547 +"83543",20319,32017,3,468,577 +"83544",20319,32131,3,468,1035 +"83545",20319,32811,3,468,804 +"83546",20319,32947,3,468,1091 +"83547",20319,32965,3,468,2071 +"83548",20319,32988,3,468,2008 +"83549",20319,33551,3,468,1734 +"83550",20319,33588,1,468,1040 +"83551",20319,33621,1,468,1319 +"83552",20319,33672,3,468,2396 +"83553",20319,34136,3,468,2202 +"83554",20319,34160,2,468,1759 +"83555",20319,34216,3,468,2832 +"83556",20319,34464,3,468,1741 +"83557",20319,34492,1,468,1798 +"83558",20319,34509,3,468,1973 +"83559",20319,34815,2,468,2354 +"83560",20319,34836,3,468,2302 +"83561",20319,35302,3,468,1589 +"83562",20319,35673,3,468,1067 +"83563",20319,36651,2,468,1600 +"83564",20319,37418,3,468,2710 +"83565",20319,37620,3,468,2716 +"83566",20319,37628,2,468,819 +"83567",20319,38019,3,468,1870 +"83568",20319,38449,3,468,1802 +"83569",20319,38523,3,468,549 +"83570",20319,38727,3,468,2238 +"83571",20319,39411,3,468,2384 +"83572",20319,39535,3,468,2428 +"83573",20319,39880,3,468,1620 +"83574",20319,40028,3,468,1349 +"83575",20319,40293,3,468,1671 +"83576",20319,40369,2,468,2735 +"83577",20319,40487,3,468,2512 +"83578",20319,40488,3,468,486 +"83579",20319,41739,3,468,1339 +"83580",20319,41843,3,468,571 +"83581",20319,41901,3,468,630 +"83582",20319,42186,2,468,955 +"83583",20319,42216,3,468,2722 +"83584",20319,42725,3,468,630 +"83585",20319,43173,3,468,2895 +"83586",20319,43769,3,468,2394 +"83587",20319,43839,3,468,1685 +"83588",20319,43883,3,468,925 +"83589",20319,44306,3,468,1036 +"83590",20319,44636,3,468,1026 +"83591",20319,44648,1,468,619 +"83592",20319,45715,2,468,2287 +"83593",20319,46469,3,468,759 +"83594",20319,47098,3,468,2057 +"83595",20319,47435,3,468,878 +"83596",20319,47857,3,468,2325 +"83597",20319,47947,3,468,2681 +"83598",20319,48277,3,468,971 +"83599",20319,49189,3,468,1550 +"83600",20319,50075,3,468,1026 +"83601",20319,50667,3,468,2719 +"83602",20319,50785,3,468,2877 +"83603",20319,50976,2,468,547 +"83604",20319,51022,2,468,1499 +"83605",20319,51041,2,468,2606 +"83606",20319,51319,3,468,2488 +"83607",20319,51410,2,468,2739 +"83608",20319,51987,2,468,1397 +"83609",20319,52136,3,468,1412 +"83610",20319,52327,3,468,1472 +"83611",20319,52457,3,468,849 +"83612",20319,52835,3,468,995 +"83613",20319,53196,3,468,1888 +"83614",20319,53266,3,468,2389 +"83615",20319,53323,3,468,2677 +"83616",20319,53412,3,468,566 +"83617",20319,53851,3,468,2305 +"83618",20319,54305,3,468,1222 +"83619",20319,54676,3,468,1342 +"83620",20319,54740,3,468,2750 +"83621",20319,54855,3,468,1525 +"83622",20319,54980,3,468,876 +"83623",20319,55139,3,468,2323 +"83624",20319,55691,3,468,2856 +"83625",20319,56143,3,468,766 +"83626",20319,56171,3,468,1524 +"83627",20319,56317,3,468,2030 +"83628",20319,57129,2,468,1858 +"83629",20319,57544,3,468,2443 +"83630",20319,57977,3,468,2683 +"83631",20319,57990,3,468,978 +"83632",20319,58035,2,468,1646 +"83633",20319,58133,3,468,1484 +"83634",20319,58221,3,468,1787 +"83635",20319,59438,2,468,2400 +"83636",20319,59790,3,468,1827 +"83637",20319,60661,3,468,2700 +"83638",20319,62840,3,468,2502 +"83639",20319,63409,3,468,1937 +"83640",20319,63515,3,468,2023 +"83641",20319,63770,3,468,1324 +"83642",20319,64031,2,468,1295 +"83643",20319,64181,2,468,1828 +"83644",20319,64793,3,468,2819 +"83645",20319,64997,1,468,2791 +"83646",20319,65625,3,468,1273 +"83647",20319,65884,3,468,798 +"83648",20319,66413,3,468,2507 +"83649",20319,67216,3,468,984 +"83650",20319,67314,2,468,1051 +"83651",20319,67352,3,468,1115 +"83652",20319,70046,3,468,2624 +"83653",20319,71562,3,468,2574 +"83654",20319,73047,3,468,824 +"83655",20319,73675,3,468,887 +"83656",20319,73728,2,468,784 +"83657",20319,73786,3,468,2937 +"83658",20319,74095,3,468,2333 +"83659",20319,74730,3,468,535 +"83660",20319,75025,3,468,717 +"83661",20319,76127,3,468,910 +"83662",20319,77835,3,468,1327 +"83663",20319,78256,2,468,804 +"83664",20319,80172,2,468,1342 +"83665",20319,80429,3,468,1927 +"83666",20319,80471,2,468,538 +"83667",20319,80678,3,468,1595 +"83668",20319,81463,3,468,955 +"83669",20319,81813,3,468,1656 +"83670",20319,82767,2,468,1641 +"83671",20319,82787,2,468,1144 +"83672",20319,83053,3,468,1303 +"83673",20319,83219,3,468,1492 +"83674",20319,83422,3,468,1500 +"83675",20319,86505,3,468,1302 +"83676",20319,86550,3,468,955 +"83677",20319,88232,3,468,2881 +"83678",20319,88473,3,468,1102 +"83679",20319,88710,3,468,927 +"83680",20319,88808,3,468,1462 +"83681",20319,88860,3,468,1014 +"83682",20319,89047,3,468,877 +"83683",20319,89965,3,468,810 +"83684",20319,90259,3,468,699 +"83685",20319,90790,3,468,1492 +"83686",20319,91162,3,468,1693 +"83687",20319,91163,3,468,1171 +"83688",20319,91201,3,468,1702 +"83689",20319,91901,3,468,1236 +"83690",20319,92491,2,468,1968 +"83691",20319,92592,3,468,486 +"83692",20319,94808,3,468,988 +"83693",20319,96894,3,468,1598 +"83694",20319,98801,3,468,1035 +"83695",20319,99103,2,468,1470 +"83696",20319,100134,2,468,977 +"83697",20319,102107,1,468,504 +"83698",20319,103721,3,468,1030 +"83699",20319,104280,3,468,887 +"83700",20319,105063,3,468,1908 +"83701",20319,105947,3,468,997 +"83702",20319,107649,3,468,1573 +"83703",20319,108400,3,468,908 +"83704",20319,109383,3,468,952 +"83705",20319,109718,3,468,1237 +"83706",20319,111761,2,468,783 +"83707",20319,119444,3,468,888 +"83708",20321,915,3,1596,1793 +"83709",20321,1102,3,1596,2282 +"83710",20321,7942,3,1596,2623 +"83711",20321,9552,3,1596,1947 +"83712",20321,10239,3,1596,2032 +"83713",20321,12724,3,1596,1930 +"83714",20321,15443,3,1596,1631 +"83715",20321,16482,2,1596,1958 +"83716",20321,17812,3,1596,2705 +"83717",20321,19208,3,1596,2629 +"83718",20321,19528,3,1596,2742 +"83719",20321,19605,2,1596,2395 +"83720",20321,24756,3,1596,2530 +"83721",20321,29454,3,1596,2719 +"83722",20321,31856,1,1596,2630 +"83723",20321,32939,3,1596,2277 +"83724",20321,39256,3,1596,2449 +"83725",20321,42216,3,1596,2722 +"83726",20321,45329,3,1596,1693 +"83727",20321,50480,3,1596,2701 +"83728",20321,54313,3,1596,1645 +"83729",20321,57804,3,1596,2214 +"83730",20321,70433,3,1596,2639 +"83731",20325,37418,2,1842,2710 +"83732",20331,316,3,2365,2413 +"83733",20331,341,2,2365,2689 +"83734",20331,841,3,2365,2964 +"83735",20331,3495,2,2365,2431 +"83736",20331,3978,3,2365,2775 +"83737",20331,8842,3,2365,2535 +"83738",20331,10310,3,2365,2774 +"83739",20331,11103,3,2365,2393 +"83740",20331,15444,3,2365,2764 +"83741",20331,16628,3,2365,2409 +"83742",20331,17264,3,2365,2528 +"83743",20331,17549,3,2365,2647 +"83744",20331,19208,3,2365,2629 +"83745",20331,19605,3,2365,2395 +"83746",20331,21734,3,2365,2528 +"83747",20331,24256,3,2365,2393 +"83748",20331,27379,3,2365,2461 +"83749",20331,30697,3,2365,2891 +"83750",20331,31331,3,2365,2964 +"83751",20331,31705,3,2365,2706 +"83752",20331,38307,2,2365,2648 +"83753",20331,41770,3,2365,2752 +"83754",20331,41945,3,2365,2856 +"83755",20331,43455,3,2365,2846 +"83756",20331,44688,2,2365,2924 +"83757",20331,50480,3,2365,2701 +"83758",20331,77155,2,2365,2946 +"83759",20332,55574,1,1725,2202 +"83760",20343,14,2,851,1793 +"83761",20343,212,3,851,1513 +"83762",20343,380,3,851,2261 +"83763",20343,915,2,851,1793 +"83764",20343,919,3,851,910 +"83765",20343,1102,2,851,2282 +"83766",20343,1136,3,851,2536 +"83767",20343,1175,3,851,1642 +"83768",20343,1196,3,851,1986 +"83769",20343,1592,3,851,2006 +"83770",20343,1691,3,851,1941 +"83771",20343,1767,2,851,2727 +"83772",20343,1822,3,851,2888 +"83773",20343,1875,3,851,1786 +"83774",20343,2181,3,851,2030 +"83775",20343,2224,3,851,2751 +"83776",20343,2337,3,851,1697 +"83777",20343,2424,3,851,2582 +"83778",20343,2572,3,851,2273 +"83779",20343,2600,3,851,1182 +"83780",20343,3068,2,851,1815 +"83781",20343,3477,2,851,2546 +"83782",20343,3495,3,851,2431 +"83783",20343,3801,3,851,1974 +"83784",20343,3980,2,851,2771 +"83785",20343,4504,3,851,1905 +"83786",20343,4622,3,851,1589 +"83787",20343,5235,3,851,2324 +"83788",20343,6052,3,851,1985 +"83789",20343,6063,2,851,2349 +"83790",20343,6074,3,851,2426 +"83791",20343,6104,3,851,2462 +"83792",20343,6252,3,851,2336 +"83793",20343,6392,3,851,1878 +"83794",20343,7406,3,851,1906 +"83795",20343,8610,3,851,2240 +"83796",20343,8726,3,851,2083 +"83797",20343,8777,3,851,1620 +"83798",20343,8993,3,851,2099 +"83799",20343,9423,3,851,1708 +"83800",20343,9440,3,851,1006 +"83801",20343,9503,3,851,2453 +"83802",20343,10146,3,851,1878 +"83803",20343,11154,3,851,1594 +"83804",20343,11229,3,851,1625 +"83805",20343,11434,3,851,1187 +"83806",20343,11450,2,851,915 +"83807",20343,11625,1,851,2022 +"83808",20343,12724,2,851,1930 +"83809",20343,12779,1,851,936 +"83810",20343,13158,2,851,2667 +"83811",20343,13248,3,851,1385 +"83812",20343,13479,3,851,2155 +"83813",20343,13551,3,851,1451 +"83814",20343,13837,3,851,1604 +"83815",20343,13899,2,851,2650 +"83816",20343,14072,3,851,1346 +"83817",20343,14108,3,851,2012 +"83818",20343,14328,3,851,1725 +"83819",20343,14817,3,851,2110 +"83820",20343,15023,3,851,2054 +"83821",20343,15235,1,851,1045 +"83822",20343,16053,3,851,908 +"83823",20343,17351,3,851,2036 +"83824",20343,17399,3,851,884 +"83825",20343,17632,3,851,1947 +"83826",20343,17938,3,851,1410 +"83827",20343,17943,3,851,1943 +"83828",20343,18165,3,851,2085 +"83829",20343,18217,2,851,1566 +"83830",20343,18543,3,851,2968 +"83831",20343,19069,3,851,988 +"83832",20343,19282,3,851,1623 +"83833",20343,19317,2,851,2041 +"83834",20343,19605,3,851,2395 +"83835",20343,19744,3,851,2623 +"83836",20343,19835,2,851,1135 +"83837",20343,19980,3,851,2231 +"83838",20343,20124,3,851,2376 +"83839",20343,20162,3,851,2328 +"83840",20343,20407,3,851,2339 +"83841",20343,20416,1,851,2323 +"83842",20343,20732,3,851,2401 +"83843",20343,20984,3,851,2502 +"83844",20343,21133,3,851,1320 +"83845",20343,21164,3,851,1645 +"83846",20343,21275,3,851,2609 +"83847",20343,21684,3,851,1971 +"83848",20343,21929,3,851,2062 +"83849",20343,22057,3,851,974 +"83850",20343,22403,3,851,1630 +"83851",20343,22462,2,851,869 +"83852",20343,23460,3,851,2183 +"83853",20343,23726,3,851,2434 +"83854",20343,23751,3,851,1740 +"83855",20343,24060,3,851,2349 +"83856",20343,26734,3,851,2299 +"83857",20343,28588,3,851,1335 +"83858",20343,28808,3,851,1063 +"83859",20343,29170,3,851,1846 +"83860",20343,29267,3,851,1234 +"83861",20343,29884,3,851,1239 +"83862",20343,30092,1,851,1593 +"83863",20343,30486,3,851,1269 +"83864",20343,30798,3,851,1398 +"83865",20343,30827,1,851,2323 +"83866",20343,30850,2,851,1045 +"83867",20343,31357,3,851,2389 +"83868",20343,32064,3,851,1739 +"83869",20343,32339,3,851,2430 +"83870",20343,32395,3,851,2735 +"83871",20343,32939,3,851,2277 +"83872",20343,33223,2,851,2397 +"83873",20343,33451,3,851,1957 +"83874",20343,33470,3,851,2003 +"83875",20343,34120,3,851,2786 +"83876",20343,34136,3,851,2202 +"83877",20343,35822,3,851,1903 +"83878",20343,36346,3,851,1240 +"83879",20343,36514,3,851,1192 +"83880",20343,37301,2,851,2160 +"83881",20343,38213,2,851,1744 +"83882",20343,38284,2,851,1234 +"83883",20343,38457,3,851,1630 +"83884",20343,38513,3,851,914 +"83885",20343,39135,3,851,2489 +"83886",20343,40493,3,851,1981 +"83887",20343,40542,2,851,1664 +"83888",20343,41900,3,851,1970 +"83889",20343,41945,3,851,2856 +"83890",20343,42129,3,851,2318 +"83891",20343,42216,1,851,2722 +"83892",20343,43077,3,851,884 +"83893",20343,43404,2,851,2649 +"83894",20343,44181,3,851,1034 +"83895",20343,45302,2,851,2390 +"83896",20343,46446,3,851,2295 +"83897",20343,46621,3,851,1343 +"83898",20343,46717,2,851,938 +"83899",20343,47595,3,851,2374 +"83900",20343,48823,3,851,2080 +"83901",20343,49470,3,851,1528 +"83902",20343,49620,2,851,1868 +"83903",20343,50134,3,851,2674 +"83904",20343,51017,3,851,2073 +"83905",20343,51035,3,851,2397 +"83906",20343,51628,3,851,901 +"83907",20343,51687,3,851,2333 +"83908",20343,51843,3,851,2389 +"83909",20343,51866,3,851,2411 +"83910",20343,52136,3,851,1412 +"83911",20343,52953,3,851,1741 +"83912",20343,54953,3,851,2223 +"83913",20343,55084,1,851,1189 +"83914",20343,56026,2,851,908 +"83915",20343,56873,3,851,1421 +"83916",20343,57150,3,851,1196 +"83917",20343,57804,3,851,2214 +"83918",20343,58164,3,851,2398 +"83919",20343,59438,3,851,2400 +"83920",20343,59790,3,851,1827 +"83921",20343,60179,3,851,2708 +"83922",20343,61242,3,851,1650 +"83923",20343,66992,3,851,2882 +"83924",20343,71531,3,851,2887 +"83925",20343,73675,3,851,887 +"83926",20343,74636,2,851,2525 +"83927",20343,75028,3,851,1660 +"83928",20343,76143,3,851,1610 +"83929",20343,76503,3,851,1136 +"83930",20343,79213,3,851,1620 +"83931",20343,79547,3,851,1909 +"83932",20343,83218,3,851,1537 +"83933",20343,84317,3,851,2081 +"83934",20343,88063,3,851,1045 +"83935",20343,88070,2,851,949 +"83936",20343,88232,3,851,2881 +"83937",20343,88739,3,851,933 +"83938",20343,92322,3,851,2393 +"83939",20343,95879,3,851,1748 +"83940",20343,108498,3,851,974 +"83941",20350,12779,3,194,936 +"83942",20350,19069,3,194,988 +"83943",20350,22057,3,194,974 +"83944",20350,29884,3,194,1239 +"83945",20350,37301,3,194,2160 +"83946",20350,56639,2,194,643 +"83947",20355,2226,3,2111,2225 +"83948",20355,4660,3,2111,2149 +"83949",20355,5315,3,2111,2631 +"83950",20355,7508,2,2111,2396 +"83951",20355,8887,3,2111,2373 +"83952",20355,11103,3,2111,2393 +"83953",20355,13573,2,2111,2774 +"83954",20355,30981,3,2111,2366 +"83955",20355,34158,3,2111,2639 +"83956",20355,36574,2,2111,2934 +"83957",20355,45903,3,2111,2237 +"83958",20355,47013,3,2111,2388 +"83959",20355,52471,3,2111,2483 +"83960",20355,63641,3,2111,2337 +"83961",20355,82932,3,2111,2245 +"83962",20355,86105,3,2111,2226 +"83963",20355,92895,3,2111,2339 +"83964",20363,21,2,279,1385 +"83965",20363,622,3,279,501 +"83966",20363,680,3,279,2569 +"83967",20363,1108,2,279,1600 +"83968",20363,1150,2,279,1595 +"83969",20363,1314,3,279,1522 +"83970",20363,1560,3,279,2013 +"83971",20363,1629,3,279,1289 +"83972",20363,2190,3,279,2359 +"83973",20363,2747,3,279,2411 +"83974",20363,3477,3,279,2546 +"83975",20363,4066,3,279,1736 +"83976",20363,4303,3,279,2414 +"83977",20363,4646,3,279,2139 +"83978",20363,4730,3,279,2131 +"83979",20363,6160,3,279,969 +"83980",20363,6821,3,279,1788 +"83981",20363,7684,3,279,790 +"83982",20363,9503,3,279,2453 +"83983",20363,9723,3,279,2302 +"83984",20363,10200,2,279,2920 +"83985",20363,10595,3,279,494 +"83986",20363,10803,3,279,545 +"83987",20363,10980,3,279,1974 +"83988",20363,11310,3,279,957 +"83989",20363,11429,3,279,2520 +"83990",20363,12200,3,279,1400 +"83991",20363,12818,2,279,2015 +"83992",20363,12973,3,279,1569 +"83993",20363,13007,3,279,2496 +"83994",20363,13068,3,279,1778 +"83995",20363,14586,2,279,2801 +"83996",20363,14599,2,279,1118 +"83997",20363,14654,3,279,1692 +"83998",20363,14761,3,279,2502 +"83999",20363,16590,3,279,1123 +"84000",20363,16850,3,279,1657 +"84001",20363,18102,3,279,1642 +"84002",20363,19215,3,279,2604 +"84003",20363,19364,3,279,2846 +"84004",20363,19718,3,279,1702 +"84005",20363,19934,3,279,2888 +"84006",20363,20355,3,279,2111 +"84007",20363,21535,3,279,404 +"84008",20363,21684,3,279,1971 +"84009",20363,22580,3,279,2245 +"84010",20363,22709,3,279,2743 +"84011",20363,23015,3,279,1362 +"84012",20363,23131,3,279,1732 +"84013",20363,24086,2,279,2663 +"84014",20363,24734,3,279,338 +"84015",20363,24860,3,279,1204 +"84016",20363,25378,3,279,1245 +"84017",20363,27320,3,279,2378 +"84018",20363,28893,3,279,2764 +"84019",20363,29495,3,279,1612 +"84020",20363,30525,3,279,1964 +"84021",20363,31335,3,279,2351 +"84022",20363,31541,1,279,1500 +"84023",20363,31652,3,279,2047 +"84024",20363,33451,3,279,1957 +"84025",20363,33691,3,279,949 +"84026",20363,33755,3,279,2963 +"84027",20363,34491,1,279,2694 +"84028",20363,34831,3,279,1866 +"84029",20363,36450,3,279,1591 +"84030",20363,37522,3,279,1270 +"84031",20363,37752,3,279,2223 +"84032",20363,38087,3,279,1083 +"84033",20363,38532,3,279,1234 +"84034",20363,39522,2,279,1428 +"84035",20363,39875,3,279,2422 +"84036",20363,40309,3,279,871 +"84037",20363,41723,3,279,2101 +"84038",20363,42331,3,279,1585 +"84039",20363,42837,3,279,1096 +"84040",20363,42883,3,279,2575 +"84041",20363,44694,3,279,2220 +"84042",20363,44749,3,279,1303 +"84043",20363,44982,3,279,1592 +"84044",20363,45874,2,279,944 +"84045",20363,45983,3,279,1260 +"84046",20363,50430,3,279,1689 +"84047",20363,50585,3,279,2414 +"84048",20363,51879,3,279,1771 +"84049",20363,52041,2,279,2694 +"84050",20363,54663,2,279,1424 +"84051",20363,54782,2,279,565 +"84052",20363,55171,3,279,2972 +"84053",20363,55472,3,279,1516 +"84054",20363,55487,1,279,1500 +"84055",20363,56862,3,279,868 +"84056",20363,56873,3,279,1421 +"84057",20363,57394,2,279,1271 +"84058",20363,57765,3,279,2893 +"84059",20363,58229,2,279,1202 +"84060",20363,58501,3,279,2613 +"84061",20363,58875,3,279,1899 +"84062",20363,60672,3,279,2876 +"84063",20363,60808,3,279,1258 +"84064",20363,63837,3,279,2807 +"84065",20363,65557,3,279,813 +"84066",20363,67607,3,279,528 +"84067",20363,68876,3,279,1397 +"84068",20363,69077,3,279,1689 +"84069",20363,69232,3,279,2130 +"84070",20363,70101,3,279,2414 +"84071",20363,70656,2,279,2771 +"84072",20363,70814,3,279,2771 +"84073",20363,82932,3,279,2245 +"84074",20363,83301,3,279,1385 +"84075",20363,84975,3,279,1138 +"84076",20363,92850,3,279,1971 +"84077",20363,95338,3,279,915 +"84078",20363,96007,3,279,895 +"84079",20363,97990,3,279,1223 +"84080",20369,600,3,1356,1702 +"84081",20369,5346,3,1356,1438 +"84082",20369,14731,3,1356,2012 +"84083",20369,15207,3,1356,1855 +"84084",20369,22566,3,1356,2308 +"84085",20369,24511,3,1356,1871 +"84086",20369,35542,3,1356,1439 +"84087",20369,36950,3,1356,2204 +"84088",20369,58284,3,1356,2292 +"84089",20369,64181,3,1356,1828 +"84090",20369,66413,3,1356,2507 +"84091",20369,105063,3,1356,1908 +"84092",20371,843,3,595,2332 +"84093",20371,1369,3,595,2487 +"84094",20371,2272,3,595,1640 +"84095",20371,2724,1,595,2447 +"84096",20371,4691,3,595,1888 +"84097",20371,4968,3,595,1586 +"84098",20371,5816,3,595,2408 +"84099",20371,6040,3,595,2103 +"84100",20371,6562,2,595,1139 +"84101",20371,6999,3,595,2214 +"84102",20371,9656,3,595,1135 +"84103",20371,10457,3,595,1711 +"84104",20371,10716,3,595,1692 +"84105",20371,11803,1,595,1232 +"84106",20371,12116,3,595,2119 +"84107",20371,12861,1,595,1207 +"84108",20371,13340,3,595,1918 +"84109",20371,14061,1,595,1620 +"84110",20371,15023,3,595,2054 +"84111",20371,15180,2,595,610 +"84112",20371,15281,3,595,810 +"84113",20371,15582,3,595,598 +"84114",20371,15683,3,595,1729 +"84115",20371,17608,3,595,1216 +"84116",20371,19476,3,595,1708 +"84117",20371,19667,3,595,1466 +"84118",20371,20038,3,595,1531 +"84119",20371,20547,3,595,2145 +"84120",20371,22410,3,595,2158 +"84121",20371,23498,3,595,2398 +"84122",20371,23560,3,595,2051 +"84123",20371,24116,3,595,1413 +"84124",20371,24867,3,595,1861 +"84125",20371,25053,3,595,2186 +"84126",20371,25886,3,595,1580 +"84127",20371,26100,3,595,1966 +"84128",20371,27512,3,595,947 +"84129",20371,29289,3,595,1756 +"84130",20371,29354,3,595,1123 +"84131",20371,29977,3,595,2781 +"84132",20371,31259,3,595,2082 +"84133",20371,31264,3,595,2335 +"84134",20371,31990,3,595,2264 +"84135",20371,35317,3,595,1888 +"84136",20371,41051,3,595,2767 +"84137",20371,41098,3,595,1857 +"84138",20371,42407,2,595,2408 +"84139",20371,48501,3,595,2010 +"84140",20371,49805,2,595,2445 +"84141",20371,50779,2,595,623 +"84142",20371,51843,3,595,2389 +"84143",20371,53289,3,595,2746 +"84144",20371,54385,3,595,2340 +"84145",20371,55325,2,595,653 +"84146",20371,55730,2,595,1217 +"84147",20371,62848,2,595,1230 +"84148",20371,63096,3,595,2307 +"84149",20371,64737,3,595,2442 +"84150",20371,68691,3,595,1209 +"84151",20371,71307,3,595,761 +"84152",20371,74054,2,595,1488 +"84153",20371,77519,1,595,819 +"84154",20371,77719,3,595,2086 +"84155",20371,78277,3,595,1937 +"84156",20371,80705,2,595,2764 +"84157",20371,84322,3,595,1635 +"84158",20371,84808,3,595,1974 +"84159",20371,90943,3,595,1754 +"84160",20371,91465,2,595,1047 +"84161",20371,94339,3,595,2768 +"84162",20385,3284,2,801,1541 +"84163",20385,11383,3,801,977 +"84164",20385,25327,3,801,977 +"84165",20385,36514,3,801,1192 +"84166",20385,39554,3,801,1988 +"84167",20385,52597,3,801,1773 +"84168",20385,63477,3,801,1907 +"84169",20385,85141,2,801,1056 +"84170",20392,2407,3,1309,1725 +"84171",20392,3669,3,1309,2524 +"84172",20392,9727,3,1309,2327 +"84173",20392,9808,2,1309,1648 +"84174",20392,11135,3,1309,2441 +"84175",20392,14957,2,1309,2306 +"84176",20392,15502,3,1309,2637 +"84177",20392,15782,3,1309,2306 +"84178",20392,16771,3,1309,1541 +"84179",20392,16866,3,1309,2718 +"84180",20392,18865,3,1309,2676 +"84181",20392,18954,3,1309,2364 +"84182",20392,19972,3,1309,2078 +"84183",20392,20517,3,1309,1465 +"84184",20392,23890,2,1309,1810 +"84185",20392,24761,3,1309,2384 +"84186",20392,29824,3,1309,2772 +"84187",20392,33562,2,1309,1979 +"84188",20392,48879,3,1309,1524 +"84189",20392,50476,3,1309,1641 +"84190",20392,51448,3,1309,1593 +"84191",20392,53498,2,1309,1967 +"84192",20392,59347,2,1309,1926 +"84193",20392,63395,3,1309,2334 +"84194",20392,69215,1,1309,1591 +"84195",20392,80680,2,1309,2403 +"84196",20392,84235,3,1309,1639 +"84197",20392,105867,3,1309,1641 +"84198",20392,108872,2,1309,1810 +"84199",20392,115966,2,1309,2349 +"84200",20395,341,3,1468,2689 +"84201",20395,680,3,1468,2569 +"84202",20395,1314,3,1468,1522 +"84203",20395,1519,2,1468,2349 +"84204",20395,2206,3,1468,2536 +"84205",20395,2852,3,1468,2448 +"84206",20395,2936,3,1468,2512 +"84207",20395,2959,3,1468,1785 +"84208",20395,3127,3,1468,2273 +"84209",20395,3978,3,1468,2775 +"84210",20395,4303,3,1468,2414 +"84211",20395,4660,3,1468,2149 +"84212",20395,4669,3,1468,2395 +"84213",20395,5106,2,1468,2622 +"84214",20395,5897,3,1468,2337 +"84215",20395,6989,3,1468,2623 +"84216",20395,7997,3,1468,2049 +"84217",20395,8275,2,1468,2237 +"84218",20395,11648,2,1468,2852 +"84219",20395,12759,3,1468,2414 +"84220",20395,12818,3,1468,2015 +"84221",20395,12948,2,1468,2669 +"84222",20395,14781,2,1468,2338 +"84223",20395,15095,3,1468,2001 +"84224",20395,16437,3,1468,1956 +"84225",20395,16776,3,1468,1565 +"84226",20395,17033,2,1468,2771 +"84227",20395,18102,3,1468,1642 +"84228",20395,18124,2,1468,1642 +"84229",20395,18965,3,1468,2315 +"84230",20395,20941,3,1468,2725 +"84231",20395,21487,3,1468,2203 +"84232",20395,21810,3,1468,1579 +"84233",20395,27320,2,1468,2378 +"84234",20395,27742,3,1468,2700 +"84235",20395,28627,3,1468,2694 +"84236",20395,28869,3,1468,2425 +"84237",20395,29495,3,1468,1612 +"84238",20395,30334,3,1468,2075 +"84239",20395,37636,3,1468,2178 +"84240",20395,37929,3,1468,2393 +"84241",20395,38373,3,1468,1928 +"84242",20395,38691,3,1468,2585 +"84243",20395,40392,3,1468,1878 +"84244",20395,40572,2,1468,2666 +"84245",20395,41023,3,1468,2408 +"84246",20395,44566,3,1468,1626 +"84247",20395,45869,2,1468,2840 +"84248",20395,46486,3,1468,1868 +"84249",20395,46982,3,1468,2806 +"84250",20395,47013,2,1468,2388 +"84251",20395,47072,3,1468,1564 +"84252",20395,47968,3,1468,2829 +"84253",20395,50630,3,1468,2615 +"84254",20395,51783,3,1468,2599 +"84255",20395,59039,3,1468,2870 +"84256",20395,61337,2,1468,2777 +"84257",20395,62715,3,1468,1838 +"84258",20395,63641,3,1468,2337 +"84259",20395,66717,3,1468,2104 +"84260",20395,67266,3,1468,2010 +"84261",20395,70583,2,1468,2615 +"84262",20395,74370,3,1468,1667 +"84263",20395,77497,3,1468,2359 +"84264",20395,80506,3,1468,1920 +"84265",20395,88067,3,1468,2315 +"84266",20395,94525,3,1468,1993 +"84267",20397,669,3,735,1423 +"84268",20397,10646,3,735,1555 +"84269",20397,10859,3,735,2231 +"84270",20397,14272,1,735,1063 +"84271",20397,17626,3,735,1265 +"84272",20397,18244,3,735,1622 +"84273",20397,18366,2,735,2699 +"84274",20397,21795,3,735,2653 +"84275",20397,27135,1,735,798 +"84276",20397,35888,3,735,2291 +"84277",20397,49560,3,735,1679 +"84278",20397,58180,1,735,1919 +"84279",20397,72535,3,735,1191 +"84280",20397,82829,2,735,2416 +"84281",20397,83079,2,735,798 +"84282",20397,105795,2,735,1265 +"84283",20397,107435,2,735,1635 +"84284",20397,108647,3,735,1934 +"84285",20397,113619,1,735,760 +"84286",20407,489,3,2339,2652 +"84287",20407,1090,3,2339,2370 +"84288",20407,2208,3,2339,2814 +"84289",20407,2424,3,2339,2582 +"84290",20407,2684,3,2339,2874 +"84291",20407,3305,3,2339,2839 +"84292",20407,3493,3,2339,2451 +"84293",20407,3628,3,2339,2707 +"84294",20407,5258,2,2339,2730 +"84295",20407,6074,3,2339,2426 +"84296",20407,6104,3,2339,2462 +"84297",20407,6390,2,2339,2385 +"84298",20407,8762,3,2339,2585 +"84299",20407,9311,3,2339,2477 +"84300",20407,11351,3,2339,2971 +"84301",20407,14652,3,2339,2516 +"84302",20407,15626,3,2339,2434 +"84303",20407,18543,3,2339,2968 +"84304",20407,19605,3,2339,2395 +"84305",20407,20700,3,2339,2861 +"84306",20407,21571,3,2339,2755 +"84307",20407,21682,2,2339,2414 +"84308",20407,23132,3,2339,2756 +"84309",20407,24256,3,2339,2393 +"84310",20407,25565,3,2339,2764 +"84311",20407,29948,3,2339,2795 +"84312",20407,31235,3,2339,2668 +"84313",20407,31705,3,2339,2706 +"84314",20407,33380,3,2339,2340 +"84315",20407,33433,3,2339,2805 +"84316",20407,33475,3,2339,2367 +"84317",20407,34812,3,2339,2442 +"84318",20407,36439,1,2339,2469 +"84319",20407,43173,3,2339,2895 +"84320",20407,44427,3,2339,2875 +"84321",20407,45742,3,2339,2566 +"84322",20407,46951,3,2339,2429 +"84323",20407,47248,3,2339,2883 +"84324",20407,47445,3,2339,2668 +"84325",20407,51853,2,2339,2520 +"84326",20407,56082,3,2339,2395 +"84327",20407,67182,3,2339,2855 +"84328",20407,71274,3,2339,2390 +"84329",20407,72207,3,2339,2430 +"84330",20407,74636,2,2339,2525 +"84331",20407,78563,3,2339,2385 +"84332",20407,79322,3,2339,2770 +"84333",20407,88232,2,2339,2881 +"84334",20407,92322,3,2339,2393 +"84335",20413,3100,3,806,2524 +"84336",20413,3786,3,806,2282 +"84337",20413,4144,3,806,1520 +"84338",20413,6071,2,806,2310 +"84339",20413,6562,3,806,1139 +"84340",20413,9050,3,806,2026 +"84341",20413,9727,3,806,2327 +"84342",20413,9912,3,806,1356 +"84343",20413,11135,2,806,2441 +"84344",20413,15502,2,806,2637 +"84345",20413,15916,2,806,1236 +"84346",20413,16833,3,806,1661 +"84347",20413,19687,1,806,2072 +"84348",20413,19972,3,806,2078 +"84349",20413,21419,3,806,1243 +"84350",20413,21895,3,806,1693 +"84351",20413,21976,2,806,1808 +"84352",20413,23639,2,806,2065 +"84353",20413,23731,2,806,1656 +"84354",20413,24116,2,806,1413 +"84355",20413,25139,3,806,816 +"84356",20413,25270,2,806,985 +"84357",20413,25286,2,806,1545 +"84358",20413,25886,3,806,1580 +"84359",20413,26567,2,806,1158 +"84360",20413,27391,3,806,2378 +"84361",20413,28567,3,806,2398 +"84362",20413,29276,3,806,2000 +"84363",20413,33363,3,806,2475 +"84364",20413,34953,3,806,1817 +"84365",20413,45299,3,806,2426 +"84366",20413,45487,3,806,2256 +"84367",20413,47130,3,806,2654 +"84368",20413,47330,3,806,2422 +"84369",20413,47827,3,806,1957 +"84370",20413,48764,3,806,860 +"84371",20413,49147,3,806,2539 +"84372",20413,51448,2,806,1593 +"84373",20413,55436,3,806,2513 +"84374",20413,56212,2,806,1410 +"84375",20413,56673,3,806,2419 +"84376",20413,56726,3,806,969 +"84377",20413,62498,3,806,1698 +"84378",20413,65223,3,806,2724 +"84379",20413,67763,3,806,822 +"84380",20413,73915,3,806,2568 +"84381",20413,78460,2,806,985 +"84382",20413,79236,3,806,1505 +"84383",20413,80061,3,806,1223 +"84384",20413,80896,3,806,943 +"84385",20413,81134,3,806,1384 +"84386",20413,83133,3,806,1055 +"84387",20413,85264,3,806,1236 +"84388",20413,92381,3,806,1237 +"84389",20413,92947,3,806,1289 +"84390",20413,93317,2,806,1223 +"84391",20413,93670,3,806,1682 +"84392",20413,94399,2,806,963 +"84393",20413,95661,2,806,872 +"84394",20413,99955,3,806,1223 +"84395",20413,104542,2,806,897 +"84396",20413,104659,3,806,2026 +"84397",20413,106554,2,806,1270 +"84398",20413,116792,3,806,2397 +"84399",20416,1767,3,2323,2727 +"84400",20416,3477,3,2323,2546 +"84401",20416,3980,3,2323,2771 +"84402",20416,6063,3,2323,2349 +"84403",20416,13158,2,2323,2667 +"84404",20416,13899,3,2323,2650 +"84405",20416,33223,3,2323,2397 +"84406",20416,42216,2,2323,2722 +"84407",20416,43404,3,2323,2649 +"84408",20416,45302,3,2323,2390 +"84409",20416,74636,3,2323,2525 +"84410",20419,145,3,1587,1998 +"84411",20419,160,3,1587,2007 +"84412",20419,733,3,1587,1653 +"84413",20419,3242,3,1587,1730 +"84414",20419,4929,3,1587,2240 +"84415",20419,6324,3,1587,1990 +"84416",20419,6417,3,1587,1675 +"84417",20419,6449,3,1587,1997 +"84418",20419,6821,3,1587,1788 +"84419",20419,7616,2,1587,2296 +"84420",20419,9331,3,1587,2269 +"84421",20419,9423,3,1587,1708 +"84422",20419,11218,3,1587,2292 +"84423",20419,12081,3,1587,2166 +"84424",20419,13388,3,1587,2119 +"84425",20419,14096,3,1587,1861 +"84426",20419,14325,3,1587,1976 +"84427",20419,14918,2,1587,2071 +"84428",20419,16539,3,1587,1947 +"84429",20419,17351,2,1587,2036 +"84430",20419,17549,3,1587,2647 +"84431",20419,17632,3,1587,1947 +"84432",20419,18670,3,1587,1835 +"84433",20419,19208,3,1587,2629 +"84434",20419,20563,3,1587,2267 +"84435",20419,21079,2,1587,1997 +"84436",20419,23534,3,1587,1659 +"84437",20419,25030,3,1587,2017 +"84438",20419,28048,3,1587,1637 +"84439",20419,30092,3,1587,1593 +"84440",20419,31117,3,1587,2210 +"84441",20419,33200,3,1587,2221 +"84442",20419,34120,2,1587,2786 +"84443",20419,34659,3,1587,1924 +"84444",20419,35529,3,1587,1620 +"84445",20419,36862,3,1587,2655 +"84446",20419,38307,3,1587,2648 +"84447",20419,41664,3,1587,2641 +"84448",20419,41900,3,1587,1970 +"84449",20419,41945,3,1587,2856 +"84450",20419,44089,3,1587,1632 +"84451",20419,44688,3,1587,2924 +"84452",20419,46042,2,1587,1692 +"84453",20419,47564,3,1587,2650 +"84454",20419,49334,3,1587,2433 +"84455",20419,50480,3,1587,2701 +"84456",20419,53134,3,1587,1590 +"84457",20419,54929,3,1587,2783 +"84458",20419,55076,3,1587,2408 +"84459",20419,62334,3,1587,1766 +"84460",20419,70573,3,1587,1993 +"84461",20419,77611,3,1587,1795 +"84462",20419,82767,3,1587,1641 +"84463",20423,455,3,2654,2827 +"84464",20423,701,3,2654,2718 +"84465",20423,17826,2,2654,2920 +"84466",20423,18151,3,2654,2962 +"84467",20423,22714,3,2654,2793 +"84468",20423,23319,3,2654,2867 +"84469",20423,45134,2,2654,2758 +"84470",20423,47947,3,2654,2681 +"84471",20423,48605,3,2654,2796 +"84472",20423,49461,2,2654,2793 +"84473",20423,67264,3,2654,2790 +"84474",20423,79653,3,2654,2683 +"84475",20423,81865,3,2654,2704 +"84476",20432,1692,3,1727,2443 +"84477",20432,2759,3,1727,2030 +"84478",20432,3488,3,1727,2351 +"84479",20432,5839,3,1727,2301 +"84480",20432,6627,3,1727,2063 +"84481",20432,6824,3,1727,2680 +"84482",20432,7269,2,1727,1728 +"84483",20432,9620,3,1727,2339 +"84484",20432,10638,3,1727,2692 +"84485",20432,10799,2,1727,2010 +"84486",20432,11253,3,1727,2577 +"84487",20432,11506,2,1727,2824 +"84488",20432,16594,3,1727,1755 +"84489",20432,18464,3,1727,2312 +"84490",20432,18571,3,1727,2128 +"84491",20432,18943,2,1727,2861 +"84492",20432,20007,3,1727,2971 +"84493",20432,21463,2,1727,2437 +"84494",20432,26155,3,1727,1802 +"84495",20432,27783,3,1727,2302 +"84496",20432,31164,2,1727,1996 +"84497",20432,32449,2,1727,2091 +"84498",20432,36136,2,1727,2338 +"84499",20432,39105,3,1727,2487 +"84500",20432,41978,2,1727,2824 +"84501",20432,46951,3,1727,2429 +"84502",20432,53013,3,1727,2523 +"84503",20432,56338,3,1727,1818 +"84504",20432,59005,2,1727,2817 +"84505",20432,59039,3,1727,2870 +"84506",20432,61458,3,1727,2630 +"84507",20432,66911,3,1727,1920 +"84508",20432,69335,3,1727,2698 +"84509",20432,76132,3,1727,2426 +"84510",20432,76675,3,1727,1840 +"84511",20432,82819,3,1727,1900 +"84512",20467,622,3,263,501 +"84513",20467,1150,3,263,1595 +"84514",20467,1560,3,263,2013 +"84515",20467,9716,3,263,1929 +"84516",20467,14654,2,263,1692 +"84517",20467,14761,3,263,2502 +"84518",20467,40392,3,263,1878 +"84519",20467,82226,3,263,1619 +"84520",20469,3695,3,2125,2612 +"84521",20469,7078,3,2125,2344 +"84522",20469,14772,1,2125,2386 +"84523",20469,18151,3,2125,2962 +"84524",20469,21417,3,2125,2422 +"84525",20469,21795,3,2125,2653 +"84526",20469,26865,3,2125,2726 +"84527",20469,34327,3,2125,2959 +"84528",20469,41004,3,2125,2561 +"84529",20469,45664,3,2125,2235 +"84530",20469,46602,3,2125,2786 +"84531",20469,68215,3,2125,2727 +"84532",20469,73266,3,2125,2496 +"84533",20469,90501,3,2125,2380 +"84534",20473,14776,2,268,1488 +"84535",20473,73491,3,268,867 +"84536",20473,92045,1,268,2356 +"84537",20486,6047,3,1908,2004 +"84538",20486,6449,3,1908,1997 +"84539",20486,9175,2,1908,2639 +"84540",20486,11516,3,1908,1937 +"84541",20486,12449,3,1908,2067 +"84542",20486,14972,3,1908,2332 +"84543",20486,23526,3,1908,1998 +"84544",20486,24558,2,1908,2139 +"84545",20486,26671,3,1908,2279 +"84546",20486,31307,3,1908,2139 +"84547",20486,32606,3,1908,2100 +"84548",20486,39189,3,1908,2319 +"84549",20486,45239,3,1908,2535 +"84550",20486,46629,3,1908,2255 +"84551",20486,53519,3,1908,2781 +"84552",20486,58427,3,1908,2234 +"84553",20486,90768,3,1908,2123 +"84554",20486,117080,1,1908,2357 +"84555",20494,499,2,1075,1931 +"84556",20494,543,3,1075,2203 +"84557",20494,602,3,1075,2632 +"84558",20494,1055,3,1075,1264 +"84559",20494,1691,3,1075,1941 +"84560",20494,1777,3,1075,1965 +"84561",20494,2036,3,1075,2483 +"84562",20494,2754,3,1075,1360 +"84563",20494,3011,3,1075,2278 +"84564",20494,3830,3,1075,1661 +"84565",20494,4701,3,1075,2401 +"84566",20494,4723,3,1075,1314 +"84567",20494,4791,3,1075,1184 +"84568",20494,5462,3,1075,2374 +"84569",20494,5504,3,1075,2389 +"84570",20494,5984,3,1075,1675 +"84571",20494,6162,3,1075,1673 +"84572",20494,6390,2,1075,2385 +"84573",20494,6417,3,1075,1675 +"84574",20494,6942,2,1075,1232 +"84575",20494,6982,3,1075,2034 +"84576",20494,7548,2,1075,1932 +"84577",20494,7970,3,1075,1197 +"84578",20494,8275,3,1075,2237 +"84579",20494,9311,2,1075,2477 +"84580",20494,9579,3,1075,2105 +"84581",20494,10843,2,1075,2277 +"84582",20494,12199,3,1075,1651 +"84583",20494,14723,2,1075,2019 +"84584",20494,15453,3,1075,1688 +"84585",20494,15462,3,1075,1141 +"84586",20494,15626,3,1075,2434 +"84587",20494,16352,3,1075,2657 +"84588",20494,16437,3,1075,1956 +"84589",20494,16835,3,1075,1739 +"84590",20494,18571,3,1075,2128 +"84591",20494,18965,3,1075,2315 +"84592",20494,19453,2,1075,1928 +"84593",20494,19637,3,1075,1229 +"84594",20494,19751,3,1075,1630 +"84595",20494,21448,2,1075,2332 +"84596",20494,22180,3,1075,1835 +"84597",20494,22311,3,1075,2034 +"84598",20494,22455,3,1075,1197 +"84599",20494,23825,3,1075,1913 +"84600",20494,24286,2,1075,1280 +"84601",20494,26218,2,1075,2460 +"84602",20494,26408,3,1075,1545 +"84603",20494,27261,3,1075,1368 +"84604",20494,27363,3,1075,1508 +"84605",20494,27478,3,1075,2485 +"84606",20494,28011,3,1075,2639 +"84607",20494,28892,3,1075,2023 +"84608",20494,30746,3,1075,1209 +"84609",20494,30906,3,1075,2537 +"84610",20494,31054,3,1075,1273 +"84611",20494,31235,3,1075,2668 +"84612",20494,31799,3,1075,2547 +"84613",20494,32606,3,1075,2100 +"84614",20494,32694,3,1075,1602 +"84615",20494,33010,3,1075,2189 +"84616",20494,33356,1,1075,1586 +"84617",20494,33433,2,1075,2805 +"84618",20494,34707,3,1075,2042 +"84619",20494,35256,3,1075,2271 +"84620",20494,38755,1,1075,2902 +"84621",20494,39105,3,1075,2487 +"84622",20494,39534,3,1075,2410 +"84623",20494,39657,3,1075,1947 +"84624",20494,40293,3,1075,1671 +"84625",20494,41278,3,1075,1873 +"84626",20494,41523,3,1075,1160 +"84627",20494,41747,3,1075,1722 +"84628",20494,46951,3,1075,2429 +"84629",20494,48238,3,1075,1194 +"84630",20494,49121,3,1075,2199 +"84631",20494,49581,2,1075,1817 +"84632",20494,49696,3,1075,2444 +"84633",20494,50269,3,1075,1966 +"84634",20494,50382,3,1075,2244 +"84635",20494,51647,3,1075,1382 +"84636",20494,52136,3,1075,1412 +"84637",20494,53031,3,1075,2065 +"84638",20494,53342,3,1075,2071 +"84639",20494,54879,3,1075,2210 +"84640",20494,55324,1,1075,1544 +"84641",20494,55643,3,1075,2359 +"84642",20494,57337,2,1075,1443 +"84643",20494,57950,3,1075,1529 +"84644",20494,58993,2,1075,2390 +"84645",20494,59113,3,1075,2434 +"84646",20494,61337,2,1075,2777 +"84647",20494,62602,3,1075,1172 +"84648",20494,62903,3,1075,1704 +"84649",20494,64502,3,1075,1670 +"84650",20494,66677,2,1075,2151 +"84651",20494,66726,3,1075,2068 +"84652",20494,72845,3,1075,1663 +"84653",20494,74190,2,1075,1428 +"84654",20494,75343,3,1075,2008 +"84655",20494,77010,3,1075,2639 +"84656",20494,80506,3,1075,1920 +"84657",20494,87144,3,1075,2299 +"84658",20494,88857,2,1075,1232 +"84659",20494,90789,3,1075,1218 +"84660",20494,94450,3,1075,1127 +"84661",20494,100462,2,1075,1927 +"84662",20494,103218,2,1075,1787 +"84663",20494,107318,3,1075,1963 +"84664",20496,6062,2,2530,2681 +"84665",20496,9150,3,2530,2689 +"84666",20496,11456,3,2530,2715 +"84667",20496,25399,3,2530,2784 +"84668",20496,30705,3,2530,2959 +"84669",20496,42196,3,2530,2765 +"84670",20496,43756,2,2530,2881 +"84671",20496,50480,3,2530,2701 +"84672",20496,51783,3,2530,2599 +"84673",20496,62739,1,2530,2753 +"84674",20496,72088,1,2530,2728 +"84675",20512,30668,3,2748,2882 +"84676",20517,2603,3,1465,2906 +"84677",20517,3100,3,1465,2524 +"84678",20517,3520,1,1465,2281 +"84679",20517,3786,1,1465,2282 +"84680",20517,5606,2,1465,2875 +"84681",20517,5673,2,1465,1567 +"84682",20517,11135,3,1465,2441 +"84683",20517,17952,3,1465,1530 +"84684",20517,18954,3,1465,2364 +"84685",20517,19687,3,1465,2072 +"84686",20517,21352,2,1465,1604 +"84687",20517,21895,2,1465,1693 +"84688",20517,23639,3,1465,2065 +"84689",20517,23731,3,1465,1656 +"84690",20517,25030,3,1465,2017 +"84691",20517,25286,2,1465,1545 +"84692",20517,25886,3,1465,1580 +"84693",20517,27882,3,1465,1897 +"84694",20517,28355,3,1465,2053 +"84695",20517,29276,2,1465,2000 +"84696",20517,31087,2,1465,1757 +"84697",20517,33363,2,1465,2475 +"84698",20517,34953,3,1465,1817 +"84699",20517,37868,3,1465,2876 +"84700",20517,39188,3,1465,1948 +"84701",20517,41051,2,1465,2767 +"84702",20517,42628,3,1465,2486 +"84703",20517,45299,3,1465,2426 +"84704",20517,47625,3,1465,2562 +"84705",20517,49334,2,1465,2433 +"84706",20517,50635,3,1465,2962 +"84707",20517,53498,3,1465,1967 +"84708",20517,56673,3,1465,2419 +"84709",20517,57067,3,1465,2547 +"84710",20517,61513,3,1465,2948 +"84711",20517,69215,3,1465,1591 +"84712",20517,75502,2,1465,1474 +"84713",20517,80050,3,1465,2698 +"84714",20517,82618,3,1465,1536 +"84715",20517,91772,3,1465,2233 +"84716",20517,98699,3,1465,2588 +"84717",20517,108872,3,1465,1810 +"84718",20541,1057,3,2617,2759 +"84719",20541,53289,3,2617,2746 +"84720",20545,803,3,1491,1666 +"84721",20545,1777,3,1491,1965 +"84722",20545,2747,3,1491,2411 +"84723",20545,3830,3,1491,1661 +"84724",20545,5078,3,1491,2033 +"84725",20545,5457,3,1491,2077 +"84726",20545,5462,3,1491,2374 +"84727",20545,5504,3,1491,2389 +"84728",20545,6234,3,1491,2654 +"84729",20545,9423,3,1491,1708 +"84730",20545,10964,3,1491,2043 +"84731",20545,11067,3,1491,2734 +"84732",20545,11588,3,1491,2352 +"84733",20545,11602,3,1491,1493 +"84734",20545,14652,3,1491,2516 +"84735",20545,14731,3,1491,2012 +"84736",20545,14972,3,1491,2332 +"84737",20545,14998,3,1491,1553 +"84738",20545,15207,3,1491,1855 +"84739",20545,15500,2,1491,1658 +"84740",20545,17396,3,1491,1672 +"84741",20545,18151,3,1491,2962 +"84742",20545,18458,1,1491,2477 +"84743",20545,20155,3,1491,1517 +"84744",20545,20659,1,1491,1969 +"84745",20545,21225,2,1491,1945 +"84746",20545,21487,3,1491,2203 +"84747",20545,23508,3,1491,1907 +"84748",20545,24195,3,1491,1575 +"84749",20545,26106,2,1491,2015 +"84750",20545,26658,3,1491,2745 +"84751",20545,26793,3,1491,2104 +"84752",20545,30092,3,1491,1593 +"84753",20545,30981,3,1491,2366 +"84754",20545,32939,2,1491,2277 +"84755",20545,33383,3,1491,1572 +"84756",20545,34509,3,1491,1973 +"84757",20545,35264,3,1491,2329 +"84758",20545,36215,3,1491,1623 +"84759",20545,37677,3,1491,1908 +"84760",20545,38676,3,1491,2286 +"84761",20545,41278,3,1491,1873 +"84762",20545,42256,3,1491,2839 +"84763",20545,45585,3,1491,2384 +"84764",20545,53445,3,1491,2028 +"84765",20545,56903,3,1491,1584 +"84766",20545,57565,2,1491,1577 +"84767",20545,57804,2,1491,2214 +"84768",20545,58284,3,1491,2292 +"84769",20545,59096,3,1491,1677 +"84770",20545,82246,3,1491,1538 +"84771",20545,86799,3,1491,1951 +"84772",20547,843,3,2145,2332 +"84773",20547,1624,3,2145,2687 +"84774",20547,2724,2,2145,2447 +"84775",20547,3271,3,2145,2216 +"84776",20547,3477,3,2145,2546 +"84777",20547,3559,3,2145,2413 +"84778",20547,6063,3,2145,2349 +"84779",20547,7787,3,2145,2314 +"84780",20547,9272,3,2145,2835 +"84781",20547,14442,3,2145,2700 +"84782",20547,14470,3,2145,2632 +"84783",20547,19075,2,2145,2214 +"84784",20547,22410,3,2145,2158 +"84785",20547,23364,3,2145,2306 +"84786",20547,30714,3,2145,2485 +"84787",20547,31357,2,2145,2389 +"84788",20547,31855,3,2145,2636 +"84789",20547,33223,3,2145,2397 +"84790",20547,43226,3,2145,2442 +"84791",20547,47882,3,2145,2769 +"84792",20547,51843,1,2145,2389 +"84793",20547,54385,1,2145,2340 +"84794",20547,55307,2,2145,2306 +"84795",20547,58508,3,2145,2326 +"84796",20547,59344,3,2145,2252 +"84797",20547,63104,2,2145,2149 +"84798",20547,69308,1,2145,2370 +"84799",20547,69335,3,2145,2698 +"84800",20547,80615,2,2145,2252 +"84801",20547,94339,3,2145,2768 +"84802",20547,106755,3,2145,2166 +"84803",20547,110871,3,2145,2879 +"84804",20562,680,3,316,2569 +"84805",20562,758,3,316,1232 +"84806",20562,1154,3,316,1656 +"84807",20562,1314,3,316,1522 +"84808",20562,1349,3,316,1147 +"84809",20562,1519,3,316,2349 +"84810",20562,1700,3,316,613 +"84811",20562,1702,3,316,1984 +"84812",20562,1846,2,316,1845 +"84813",20562,2743,3,316,1278 +"84814",20562,2852,3,316,2448 +"84815",20562,2936,3,316,2512 +"84816",20562,3242,3,316,1730 +"84817",20562,3493,2,316,2451 +"84818",20562,3978,3,316,2775 +"84819",20562,4001,3,316,1687 +"84820",20562,4303,2,316,2414 +"84821",20562,4526,3,316,1728 +"84822",20562,4612,3,316,2804 +"84823",20562,4831,3,316,2365 +"84824",20562,5484,3,316,582 +"84825",20562,5683,3,316,2468 +"84826",20562,5749,3,316,1455 +"84827",20562,5962,3,316,2491 +"84828",20562,6119,3,316,2358 +"84829",20562,6877,3,316,867 +"84830",20562,7126,3,316,1261 +"84831",20562,7196,3,316,1508 +"84832",20562,7337,3,316,1797 +"84833",20562,7942,3,316,2623 +"84834",20562,7984,3,316,2493 +"84835",20562,8890,3,316,1955 +"84836",20562,8913,3,316,968 +"84837",20562,9241,3,316,2338 +"84838",20562,9504,3,316,2549 +"84839",20562,10239,3,316,2032 +"84840",20562,10336,3,316,2271 +"84841",20562,10350,3,316,1163 +"84842",20562,11099,3,316,400 +"84843",20562,12078,3,316,2381 +"84844",20562,12361,3,316,2732 +"84845",20562,13296,2,316,839 +"84846",20562,13879,3,316,2748 +"84847",20562,14108,3,316,2012 +"84848",20562,14449,1,316,1258 +"84849",20562,14503,3,316,437 +"84850",20562,14520,3,316,634 +"84851",20562,15118,3,316,1311 +"84852",20562,15159,2,316,756 +"84853",20562,15401,3,316,1999 +"84854",20562,15535,3,316,891 +"84855",20562,16286,3,316,2470 +"84856",20562,16365,2,316,2217 +"84857",20562,17217,3,316,318 +"84858",20562,17257,3,316,1117 +"84859",20562,19380,2,316,2637 +"84860",20562,19501,3,316,1186 +"84861",20562,19655,3,316,2706 +"84862",20562,20824,3,316,1366 +"84863",20562,20941,3,316,2725 +"84864",20562,21133,3,316,1320 +"84865",20562,21207,3,316,1258 +"84866",20562,21383,3,316,971 +"84867",20562,21670,3,316,2158 +"84868",20562,21681,3,316,2005 +"84869",20562,22175,3,316,569 +"84870",20562,22272,3,316,1243 +"84871",20562,22501,3,316,1006 +"84872",20562,22722,3,316,1233 +"84873",20562,23154,3,316,2345 +"84874",20562,23471,3,316,2488 +"84875",20562,23966,2,316,891 +"84876",20562,24789,3,316,829 +"84877",20562,25832,3,316,1689 +"84878",20562,26450,3,316,1709 +"84879",20562,26642,3,316,2952 +"84880",20562,26818,3,316,1999 +"84881",20562,26838,2,316,685 +"84882",20562,27320,2,316,2378 +"84883",20562,27545,3,316,855 +"84884",20562,28116,3,316,1643 +"84885",20562,28784,3,316,1579 +"84886",20562,28896,3,316,1395 +"84887",20562,29267,3,316,1234 +"84888",20562,29319,3,316,2314 +"84889",20562,29977,3,316,2781 +"84890",20562,30034,3,316,2357 +"84891",20562,30334,3,316,2075 +"84892",20562,30525,3,316,1964 +"84893",20562,31317,3,316,1362 +"84894",20562,31335,3,316,2351 +"84895",20562,31700,3,316,2727 +"84896",20562,31866,3,316,2101 +"84897",20562,32131,3,316,1035 +"84898",20562,32240,3,316,706 +"84899",20562,32470,3,316,1539 +"84900",20562,32479,3,316,969 +"84901",20562,32988,3,316,2008 +"84902",20562,33870,3,316,955 +"84903",20562,34216,1,316,2832 +"84904",20562,34478,3,316,2265 +"84905",20562,35589,3,316,983 +"84906",20562,35822,3,316,1903 +"84907",20562,35958,3,316,2383 +"84908",20562,36031,3,316,2342 +"84909",20562,36578,3,316,1484 +"84910",20562,36656,3,316,1858 +"84911",20562,37036,3,316,2264 +"84912",20562,37636,3,316,2178 +"84913",20562,37937,3,316,1320 +"84914",20562,38602,3,316,2693 +"84915",20562,38785,3,316,437 +"84916",20562,39800,3,316,802 +"84917",20562,40392,3,316,1878 +"84918",20562,41023,3,316,2408 +"84919",20562,41134,3,316,2952 +"84920",20562,41446,3,316,1103 +"84921",20562,41478,3,316,957 +"84922",20562,41723,3,316,2101 +"84923",20562,42023,3,316,2231 +"84924",20562,43207,3,316,635 +"84925",20562,43673,3,316,2787 +"84926",20562,46532,3,316,2005 +"84927",20562,46982,3,316,2806 +"84928",20562,47384,3,316,1639 +"84929",20562,47654,3,316,1664 +"84930",20562,48215,3,316,2028 +"84931",20562,49265,3,316,2686 +"84932",20562,50335,3,316,1893 +"84933",20562,50585,3,316,2414 +"84934",20562,51144,3,316,2466 +"84935",20562,51360,3,316,1882 +"84936",20562,51783,3,316,2599 +"84937",20562,52136,3,316,1412 +"84938",20562,53323,3,316,2677 +"84939",20562,54467,3,316,919 +"84940",20562,56094,3,316,2343 +"84941",20562,56669,3,316,2924 +"84942",20562,57380,3,316,2362 +"84943",20562,57990,3,316,978 +"84944",20562,58035,3,316,1646 +"84945",20562,61138,3,316,1188 +"84946",20562,61785,3,316,822 +"84947",20562,63644,1,316,1267 +"84948",20562,64156,3,316,675 +"84949",20562,65155,3,316,1947 +"84950",20562,66943,3,316,327 +"84951",20562,67942,3,316,973 +"84952",20562,68539,2,316,1158 +"84953",20562,69037,3,316,849 +"84954",20562,69887,3,316,357 +"84955",20562,70583,3,316,2615 +"84956",20562,70854,3,316,635 +"84957",20562,72632,3,316,1289 +"84958",20562,72728,3,316,2234 +"84959",20562,73245,3,316,802 +"84960",20562,73582,3,316,2075 +"84961",20562,78569,2,316,578 +"84962",20562,79158,3,316,1252 +"84963",20562,79420,3,316,1061 +"84964",20562,81162,3,316,1240 +"84965",20562,83253,3,316,1102 +"84966",20562,84271,3,316,1556 +"84967",20562,85198,3,316,1794 +"84968",20562,85869,3,316,1509 +"84969",20562,87142,3,316,591 +"84970",20562,87907,3,316,1173 +"84971",20562,88212,3,316,2547 +"84972",20562,88232,3,316,2881 +"84973",20562,90299,3,316,1606 +"84974",20562,92592,3,316,486 +"84975",20562,93102,3,316,1174 +"84976",20562,95036,3,316,380 +"84977",20562,96310,3,316,1016 +"84978",20562,96352,3,316,1493 +"84979",20562,99288,3,316,983 +"84980",20562,99332,3,316,873 +"84981",20562,99418,2,316,444 +"84982",20562,103420,3,316,433 +"84983",20562,103890,3,316,958 +"84984",20562,104217,3,316,956 +"84985",20562,104828,3,316,1609 +"84986",20562,105757,3,316,806 +"84987",20562,106240,2,316,705 +"84988",20562,107496,3,316,1572 +"84989",20563,270,3,2267,2542 +"84990",20563,455,3,2267,2827 +"84991",20563,671,3,2267,2328 +"84992",20563,1136,3,2267,2536 +"84993",20563,2036,3,2267,2483 +"84994",20563,2424,3,2267,2582 +"84995",20563,2484,3,2267,2389 +"84996",20563,2765,3,2267,2321 +"84997",20563,2954,3,2267,2727 +"84998",20563,4618,2,2267,2607 +"84999",20563,5462,3,2267,2374 +"85000",20563,5504,2,2267,2389 +"85001",20563,5725,3,2267,2789 +"85002",20563,7078,3,2267,2344 +"85003",20563,7323,3,2267,2858 +"85004",20563,10890,2,2267,2639 +"85005",20563,14507,3,2267,2686 +"85006",20563,17826,3,2267,2920 +"85007",20563,18151,3,2267,2962 +"85008",20563,19027,3,2267,2721 +"85009",20563,19516,3,2267,2313 +"85010",20563,19868,3,2267,2855 +"85011",20563,20423,3,2267,2654 +"85012",20563,20700,3,2267,2861 +"85013",20563,20783,3,2267,2414 +"85014",20563,21795,3,2267,2653 +"85015",20563,23140,3,2267,2787 +"85016",20563,23704,3,2267,2278 +"85017",20563,23756,2,2267,2309 +"85018",20563,26436,2,2267,2489 +"85019",20563,26516,1,2267,2479 +"85020",20563,27753,1,2267,2750 +"85021",20563,27783,3,2267,2302 +"85022",20563,28285,3,2267,2972 +"85023",20563,29073,3,2267,2328 +"85024",20563,31799,3,2267,2547 +"85025",20563,34216,3,2267,2832 +"85026",20563,34836,3,2267,2302 +"85027",20563,37418,2,2267,2710 +"85028",20563,37570,3,2267,2389 +"85029",20563,38887,3,2267,2468 +"85030",20563,39827,3,2267,2321 +"85031",20563,40369,3,2267,2735 +"85032",20563,41402,3,2267,2313 +"85033",20563,45343,3,2267,2360 +"85034",20563,45715,3,2267,2287 +"85035",20563,47564,3,2267,2650 +"85036",20563,47857,3,2267,2325 +"85037",20563,47947,3,2267,2681 +"85038",20563,49461,3,2267,2793 +"85039",20563,50667,3,2267,2719 +"85040",20563,51410,2,2267,2739 +"85041",20563,53266,3,2267,2389 +"85042",20563,54551,3,2267,2348 +"85043",20563,54740,2,2267,2750 +"85044",20563,57977,2,2267,2683 +"85045",20563,62626,3,2267,2787 +"85046",20563,62840,3,2267,2502 +"85047",20563,64793,2,2267,2819 +"85048",20563,64997,3,2267,2791 +"85049",20563,70046,3,2267,2624 +"85050",20563,71562,3,2267,2574 +"85051",20563,74095,1,2267,2333 +"85052",20563,84799,3,2267,2656 +"85053",20588,25,3,912,2762 +"85054",20588,1196,3,912,1986 +"85055",20588,5716,3,912,1058 +"85056",20588,5986,3,912,1721 +"85057",20588,6162,1,912,1673 +"85058",20588,8192,3,912,1670 +"85059",20588,8274,3,912,1909 +"85060",20588,8327,3,912,2527 +"85061",20588,10146,3,912,1878 +"85062",20588,10358,3,912,2294 +"85063",20588,11218,3,912,2292 +"85064",20588,12042,3,912,2345 +"85065",20588,12373,3,912,1567 +"85066",20588,12449,3,912,2067 +"85067",20588,17351,3,912,2036 +"85068",20588,17355,3,912,1469 +"85069",20588,17632,3,912,1947 +"85070",20588,17721,3,912,1410 +"85071",20588,17790,3,912,2783 +"85072",20588,17938,2,912,1410 +"85073",20588,19637,3,912,1229 +"85074",20588,21448,2,912,2332 +"85075",20588,23745,3,912,1968 +"85076",20588,23869,3,912,1918 +"85077",20588,24066,3,912,1755 +"85078",20588,24169,3,912,1663 +"85079",20588,24286,3,912,1280 +"85080",20588,24721,2,912,2326 +"85081",20588,25341,3,912,1858 +"85082",20588,25480,3,912,2747 +"85083",20588,25610,3,912,2328 +"85084",20588,26322,3,912,1018 +"85085",20588,26408,2,912,1545 +"85086",20588,26595,2,912,1566 +"85087",20588,27261,3,912,1368 +"85088",20588,28640,3,912,1475 +"85089",20588,33356,3,912,1586 +"85090",20588,33433,3,912,2805 +"85091",20588,34325,3,912,1982 +"85092",20588,35516,2,912,1229 +"85093",20588,35888,2,912,2291 +"85094",20588,36578,3,912,1484 +"85095",20588,38727,3,912,2238 +"85096",20588,41682,3,912,1988 +"85097",20588,41900,3,912,1970 +"85098",20588,41945,3,912,2856 +"85099",20588,44306,2,912,1036 +"85100",20588,46091,2,912,1938 +"85101",20588,46803,3,912,2305 +"85102",20588,49560,3,912,1679 +"85103",20588,50382,3,912,2244 +"85104",20588,51089,3,912,2426 +"85105",20588,51866,3,912,2411 +"85106",20588,53342,3,912,2071 +"85107",20588,54879,2,912,2210 +"85108",20588,62538,2,912,1656 +"85109",20588,62903,2,912,1704 +"85110",20588,67145,3,912,2015 +"85111",20588,72391,3,912,1547 +"85112",20588,73197,1,912,1998 +"85113",20588,77010,3,912,2639 +"85114",20588,79382,3,912,1908 +"85115",20588,86287,3,912,1349 +"85116",20588,92513,3,912,2282 +"85117",20604,1222,3,1684,2598 +"85118",20604,2443,3,1684,2333 +"85119",20604,2802,2,1684,1836 +"85120",20604,5414,3,1684,2321 +"85121",20604,6262,3,1684,2733 +"85122",20604,15047,3,1684,1697 +"85123",20604,17999,3,1684,2758 +"85124",20604,18466,3,1684,2340 +"85125",20604,19190,3,1684,2677 +"85126",20604,36662,3,1684,2967 +"85127",20604,42280,3,1684,2266 +"85128",20604,63525,3,1684,2741 +"85129",20604,76997,3,1684,2223 +"85130",20604,79793,3,1684,1915 +"85131",20604,83334,3,1684,1708 +"85132",20604,94339,3,1684,2768 +"85133",20624,388,3,1298,1594 +"85134",20624,680,3,1298,2569 +"85135",20624,1560,3,1298,2013 +"85136",20624,2407,3,1298,1725 +"85137",20624,2540,3,1298,1398 +"85138",20624,2563,2,1298,1686 +"85139",20624,4303,3,1298,2414 +"85140",20624,4889,3,1298,1501 +"85141",20624,5120,3,1298,2735 +"85142",20624,6602,3,1298,1631 +"85143",20624,8062,3,1298,2858 +"85144",20624,9202,3,1298,2477 +"85145",20624,9716,3,1298,1929 +"85146",20624,10474,3,1298,1608 +"85147",20624,10513,3,1298,2284 +"85148",20624,11429,3,1298,2520 +"85149",20624,11477,3,1298,2724 +"85150",20624,12759,3,1298,2414 +"85151",20624,14072,3,1298,1346 +"85152",20624,14972,3,1298,2332 +"85153",20624,15095,3,1298,2001 +"85154",20624,15700,3,1298,1712 +"85155",20624,16866,3,1298,2718 +"85156",20624,18124,3,1298,1642 +"85157",20624,18211,3,1298,1745 +"85158",20624,18371,3,1298,2860 +"85159",20624,18381,3,1298,1524 +"85160",20624,18865,3,1298,2676 +"85161",20624,19096,3,1298,1538 +"85162",20624,25373,3,1298,2783 +"85163",20624,30334,2,1298,2075 +"85164",20624,30705,3,1298,2959 +"85165",20624,32939,3,1298,2277 +"85166",20624,34820,3,1298,1630 +"85167",20624,35518,3,1298,1721 +"85168",20624,36953,3,1298,2790 +"85169",20624,37636,2,1298,2178 +"85170",20624,37844,3,1298,2002 +"85171",20624,39535,3,1298,2428 +"85172",20624,40392,2,1298,1878 +"85173",20624,41023,3,1298,2408 +"85174",20624,41033,3,1298,1839 +"85175",20624,41429,3,1298,1770 +"85176",20624,41723,3,1298,2101 +"85177",20624,43204,3,1298,1680 +"85178",20624,47082,3,1298,1990 +"85179",20624,51783,2,1298,2599 +"85180",20624,56082,3,1298,2395 +"85181",20624,57804,3,1298,2214 +"85182",20624,63395,3,1298,2334 +"85183",20624,79350,3,1298,2261 +"85184",20624,104565,2,1298,2693 +"85185",20643,1201,3,2341,2489 +"85186",20643,4583,3,2341,2741 +"85187",20643,13929,2,2341,2693 +"85188",20643,36962,3,2341,2861 +"85189",20643,39516,3,2341,2393 +"85190",20643,40368,3,2341,2876 +"85191",20643,51319,3,2341,2488 +"85192",20643,54929,3,2341,2783 +"85193",20643,55691,3,2341,2856 +"85194",20643,74636,3,2341,2525 +"85195",20643,88232,3,2341,2881 +"85196",20643,92322,3,2341,2393 +"85197",20657,7078,3,2340,2344 +"85198",20657,9504,3,2340,2549 +"85199",20657,18151,3,2340,2962 +"85200",20657,37726,3,2340,2341 +"85201",20657,47947,3,2340,2681 +"85202",20657,61458,3,2340,2630 +"85203",20659,313,3,1969,2271 +"85204",20659,377,3,1969,2389 +"85205",20659,543,3,1969,2203 +"85206",20659,613,3,1969,2687 +"85207",20659,1151,3,1969,2885 +"85208",20659,1224,3,1969,2435 +"85209",20659,1495,3,1969,2046 +"85210",20659,1616,3,1969,2662 +"85211",20659,2036,3,1969,2483 +"85212",20659,2224,3,1969,2751 +"85213",20659,2484,3,1969,2389 +"85214",20659,2765,3,1969,2321 +"85215",20659,3161,3,1969,2229 +"85216",20659,4057,3,1969,2389 +"85217",20659,5078,2,1969,2033 +"85218",20659,5239,3,1969,2875 +"85219",20659,5457,2,1969,2077 +"85220",20659,5462,2,1969,2374 +"85221",20659,5491,3,1969,2048 +"85222",20659,5504,2,1969,2389 +"85223",20659,7013,3,1969,2040 +"85224",20659,7323,3,1969,2858 +"85225",20659,8760,3,1969,2477 +"85226",20659,9030,3,1969,1979 +"85227",20659,9362,3,1969,2879 +"85228",20659,9620,3,1969,2339 +"85229",20659,12713,3,1969,2440 +"85230",20659,12982,3,1969,2143 +"85231",20659,13732,3,1969,2789 +"85232",20659,14652,2,1969,2516 +"85233",20659,15636,3,1969,2857 +"85234",20659,15716,3,1969,1991 +"85235",20659,17410,3,1969,2073 +"85236",20659,17826,3,1969,2920 +"85237",20659,18151,2,1969,2962 +"85238",20659,18458,2,1969,2477 +"85239",20659,18563,3,1969,2715 +"85240",20659,19606,3,1969,2783 +"85241",20659,20067,3,1969,2390 +"85242",20659,20423,3,1969,2654 +"85243",20659,21795,3,1969,2653 +"85244",20659,26106,1,1969,2015 +"85245",20659,26249,3,1969,2301 +"85246",20659,26608,3,1969,2329 +"85247",20659,26793,2,1969,2104 +"85248",20659,26865,3,1969,2726 +"85249",20659,29224,3,1969,2011 +"85250",20659,30081,3,1969,2403 +"85251",20659,31799,3,1969,2547 +"85252",20659,32606,3,1969,2100 +"85253",20659,32761,3,1969,2680 +"85254",20659,32939,3,1969,2277 +"85255",20659,35256,3,1969,2271 +"85256",20659,37400,3,1969,2860 +"85257",20659,37570,3,1969,2389 +"85258",20659,39827,3,1969,2321 +"85259",20659,44235,3,1969,2700 +"85260",20659,49032,3,1969,2469 +"85261",20659,49461,3,1969,2793 +"85262",20659,49666,3,1969,2408 +"85263",20659,55556,3,1969,2075 +"85264",20659,55828,3,1969,2393 +"85265",20659,57781,3,1969,1971 +"85266",20659,57804,3,1969,2214 +"85267",20659,64967,3,1969,2872 +"85268",20659,67264,3,1969,2790 +"85269",20659,70046,3,1969,2624 +"85270",20659,70203,3,1969,2756 +"85271",20659,71702,3,1969,2353 +"85272",20659,85430,3,1969,2370 +"85273",20659,95011,3,1969,1986 +"85274",20662,160,3,1523,2007 +"85275",20662,364,3,1523,2351 +"85276",20662,913,3,1523,2144 +"85277",20662,2057,3,1523,1965 +"85278",20662,2418,3,1523,2020 +"85279",20662,2852,3,1523,2448 +"85280",20662,10739,3,1523,1807 +"85281",20662,11588,3,1523,2352 +"85282",20662,16286,3,1523,2470 +"85283",20662,16501,3,1523,1650 +"85284",20662,16539,3,1523,1947 +"85285",20662,23131,3,1523,1732 +"85286",20662,24069,3,1523,2697 +"85287",20662,24096,3,1523,2612 +"85288",20662,25373,3,1523,2783 +"85289",20662,27275,3,1523,2656 +"85290",20662,27390,2,1523,2425 +"85291",20662,28116,3,1523,1643 +"85292",20662,30525,3,1523,1964 +"85293",20662,31335,3,1523,2351 +"85294",20662,32920,3,1523,2158 +"85295",20662,33341,3,1523,2338 +"85296",20662,35797,3,1523,2482 +"85297",20662,39418,3,1523,1978 +"85298",20662,41694,3,1523,2358 +"85299",20662,43961,2,1523,2443 +"85300",20662,45729,2,1523,2606 +"85301",20662,46261,3,1523,2350 +"85302",20662,47375,3,1523,2043 +"85303",20662,55482,3,1523,1866 +"85304",20662,56755,3,1523,2158 +"85305",20662,66994,3,1523,1865 +"85306",20662,77052,3,1523,2770 +"85307",20662,87011,3,1523,1592 +"85308",20662,89538,3,1523,1847 +"85309",20662,90745,3,1523,1994 +"85310",20662,107435,2,1523,1635 +"85311",20665,543,3,1311,2203 +"85312",20665,1151,2,1311,2885 +"85313",20665,1616,3,1311,2662 +"85314",20665,1777,3,1311,1965 +"85315",20665,2181,3,1311,2030 +"85316",20665,2484,3,1311,2389 +"85317",20665,6040,3,1311,2103 +"85318",20665,7323,3,1311,2858 +"85319",20665,8062,3,1311,2858 +"85320",20665,9269,3,1311,1892 +"85321",20665,11103,3,1311,2393 +"85322",20665,15799,3,1311,1917 +"85323",20665,19606,3,1311,2783 +"85324",20665,41739,3,1311,1339 +"85325",20665,44744,3,1311,2032 +"85326",20665,45939,3,1311,1930 +"85327",20665,53069,3,1311,1664 +"85328",20665,59700,2,1311,2346 +"85329",20665,64181,3,1311,1828 +"85330",20665,78611,3,1311,1586 +"85331",20679,269,3,181,407 +"85332",20679,1369,3,181,2487 +"85333",20679,1785,3,181,2350 +"85334",20679,2282,3,181,2056 +"85335",20679,2506,1,181,954 +"85336",20679,2588,2,181,552 +"85337",20679,2927,3,181,1789 +"85338",20679,3271,3,181,2216 +"85339",20679,4249,3,181,2547 +"85340",20679,4634,3,181,2291 +"85341",20679,4784,3,181,2511 +"85342",20679,5520,3,181,217 +"85343",20679,5637,1,181,1976 +"85344",20679,6020,3,181,1864 +"85345",20679,6345,3,181,2713 +"85346",20679,6999,3,181,2214 +"85347",20679,7310,2,181,636 +"85348",20679,8607,3,181,1685 +"85349",20679,9272,3,181,2835 +"85350",20679,9538,3,181,1786 +"85351",20679,9656,1,181,1135 +"85352",20679,9724,3,181,2713 +"85353",20679,10716,3,181,1692 +"85354",20679,11858,3,181,1530 +"85355",20679,12116,3,181,2119 +"85356",20679,13034,2,181,698 +"85357",20679,13340,2,181,1918 +"85358",20679,14957,3,181,2306 +"85359",20679,15214,1,181,274 +"85360",20679,15281,2,181,810 +"85361",20679,15782,3,181,2306 +"85362",20679,16935,1,181,441 +"85363",20679,16963,3,181,1999 +"85364",20679,17499,2,181,2954 +"85365",20679,17531,3,181,876 +"85366",20679,17695,3,181,1930 +"85367",20679,19476,3,181,1708 +"85368",20679,19542,2,181,570 +"85369",20679,20038,2,181,1531 +"85370",20679,20709,3,181,1757 +"85371",20679,21358,3,181,1970 +"85372",20679,23550,2,181,2939 +"85373",20679,23560,3,181,2051 +"85374",20679,24044,3,181,1076 +"85375",20679,25286,3,181,1545 +"85376",20679,26597,3,181,2070 +"85377",20679,29778,2,181,840 +"85378",20679,34274,3,181,1437 +"85379",20679,35243,3,181,1102 +"85380",20679,35317,2,181,1888 +"85381",20679,37684,2,181,2899 +"85382",20679,42382,3,181,2224 +"85383",20679,42407,2,181,2408 +"85384",20679,42773,1,181,385 +"85385",20679,43226,3,181,2442 +"85386",20679,43768,3,181,1468 +"85387",20679,46616,3,181,1917 +"85388",20679,47882,3,181,2769 +"85389",20679,48110,3,181,2009 +"85390",20679,50468,3,181,1659 +"85391",20679,53584,3,181,2391 +"85392",20679,55325,2,181,653 +"85393",20679,58508,3,181,2326 +"85394",20679,59906,3,181,865 +"85395",20679,60463,3,181,1583 +"85396",20679,60836,2,181,1880 +"85397",20679,69335,3,181,2698 +"85398",20679,70011,2,181,2690 +"85399",20679,70774,3,181,355 +"85400",20679,71307,3,181,761 +"85401",20679,73520,1,181,2613 +"85402",20679,77580,3,181,888 +"85403",20679,77719,2,181,2086 +"85404",20679,78257,3,181,590 +"85405",20679,78277,3,181,1937 +"85406",20679,79699,3,181,1735 +"85407",20679,80301,3,181,1690 +"85408",20679,80970,3,181,2069 +"85409",20679,82039,3,181,1327 +"85410",20679,82280,3,181,619 +"85411",20679,82312,3,181,340 +"85412",20679,84235,3,181,1639 +"85413",20679,84590,2,181,1734 +"85414",20679,85065,2,181,1585 +"85415",20679,88448,3,181,914 +"85416",20679,93553,2,181,2537 +"85417",20679,93642,3,181,1120 +"85418",20679,99237,3,181,783 +"85419",20679,103710,2,181,439 +"85420",20687,2563,3,1248,1686 +"85421",20687,20624,1,1248,1298 +"85422",20687,30334,3,1248,2075 +"85423",20687,37636,3,1248,2178 +"85424",20687,40392,3,1248,1878 +"85425",20687,41033,3,1248,1839 +"85426",20687,51783,3,1248,2599 +"85427",20687,104565,3,1248,2693 +"85428",20688,140,3,891,2267 +"85429",20688,371,3,891,2950 +"85430",20688,388,3,891,1594 +"85431",20688,680,2,891,2569 +"85432",20688,841,3,891,2964 +"85433",20688,1314,3,891,1522 +"85434",20688,1560,3,891,2013 +"85435",20688,1846,3,891,1845 +"85436",20688,2057,3,891,1965 +"85437",20688,2540,2,891,1398 +"85438",20688,2563,3,891,1686 +"85439",20688,3978,2,891,2775 +"85440",20688,4066,3,891,1736 +"85441",20688,4303,2,891,2414 +"85442",20688,4361,2,891,2571 +"85443",20688,4669,3,891,2395 +"85444",20688,4983,3,891,1909 +"85445",20688,5363,3,891,1791 +"85446",20688,6602,3,891,1631 +"85447",20688,6697,3,891,2438 +"85448",20688,6989,3,891,2623 +"85449",20688,7780,3,891,1920 +"85450",20688,7936,3,891,1199 +"85451",20688,8062,2,891,2858 +"85452",20688,8140,3,891,1262 +"85453",20688,9484,3,891,1429 +"85454",20688,9703,3,891,1845 +"85455",20688,9716,3,891,1929 +"85456",20688,10474,3,891,1608 +"85457",20688,10980,2,891,1974 +"85458",20688,11429,3,891,2520 +"85459",20688,11477,3,891,2724 +"85460",20688,11588,3,891,2352 +"85461",20688,11639,3,891,1593 +"85462",20688,11648,3,891,2852 +"85463",20688,12759,1,891,2414 +"85464",20688,12948,3,891,2669 +"85465",20688,13537,2,891,1020 +"85466",20688,14072,3,891,1346 +"85467",20688,14817,3,891,2110 +"85468",20688,14972,3,891,2332 +"85469",20688,15095,3,891,2001 +"85470",20688,15683,3,891,1729 +"85471",20688,15700,3,891,1712 +"85472",20688,16482,3,891,1958 +"85473",20688,17257,3,891,1117 +"85474",20688,17645,3,891,1918 +"85475",20688,18005,3,891,2449 +"85476",20688,18102,3,891,1642 +"85477",20688,18122,2,891,894 +"85478",20688,18124,3,891,1642 +"85479",20688,18371,3,891,2860 +"85480",20688,18381,1,891,1524 +"85481",20688,18518,3,891,1128 +"85482",20688,18672,3,891,1182 +"85483",20688,19587,3,891,1684 +"85484",20688,19686,3,891,2467 +"85485",20688,20176,3,891,1050 +"85486",20688,20321,3,891,1596 +"85487",20688,20624,3,891,1298 +"85488",20688,21670,3,891,2158 +"85489",20688,22709,3,891,2743 +"85490",20688,25373,1,891,2783 +"85491",20688,27390,3,891,2425 +"85492",20688,28057,3,891,1067 +"85493",20688,28446,3,891,917 +"85494",20688,28869,3,891,2425 +"85495",20688,29267,3,891,1234 +"85496",20688,30334,2,891,2075 +"85497",20688,30618,2,891,1609 +"85498",20688,30705,3,891,2959 +"85499",20688,31335,3,891,2351 +"85500",20688,31866,3,891,2101 +"85501",20688,33870,3,891,955 +"85502",20688,34820,3,891,1630 +"85503",20688,34870,3,891,1873 +"85504",20688,35518,3,891,1721 +"85505",20688,35822,2,891,1903 +"85506",20688,36953,3,891,2790 +"85507",20688,37351,3,891,978 +"85508",20688,37636,2,891,2178 +"85509",20688,37844,3,891,2002 +"85510",20688,39418,3,891,1978 +"85511",20688,40392,2,891,1878 +"85512",20688,41187,2,891,2340 +"85513",20688,41429,3,891,1770 +"85514",20688,41723,1,891,2101 +"85515",20688,43204,3,891,1680 +"85516",20688,43551,3,891,1993 +"85517",20688,43660,3,891,2320 +"85518",20688,44341,3,891,1230 +"85519",20688,44694,3,891,2220 +"85520",20688,45299,3,891,2426 +"85521",20688,45869,3,891,2840 +"85522",20688,46486,3,891,1868 +"85523",20688,47082,3,891,1990 +"85524",20688,47595,3,891,2374 +"85525",20688,47654,3,891,1664 +"85526",20688,47810,3,891,957 +"85527",20688,47968,3,891,2829 +"85528",20688,50278,3,891,1127 +"85529",20688,50585,2,891,2414 +"85530",20688,51783,2,891,2599 +"85531",20688,52815,3,891,2323 +"85532",20688,53223,3,891,2690 +"85533",20688,56082,3,891,2395 +"85534",20688,56995,3,891,2323 +"85535",20688,59298,3,891,1236 +"85536",20688,63263,3,891,1267 +"85537",20688,64947,3,891,2489 +"85538",20688,66121,3,891,1281 +"85539",20688,70748,3,891,978 +"85540",20688,71390,3,891,1992 +"85541",20688,71531,3,891,2887 +"85542",20688,72535,3,891,1191 +"85543",20688,76007,3,891,918 +"85544",20688,76286,3,891,1642 +"85545",20688,81486,2,891,1297 +"85546",20688,87436,3,891,1262 +"85547",20688,87907,3,891,1173 +"85548",20688,94525,2,891,1993 +"85549",20689,1196,3,557,1986 +"85550",20689,2077,3,557,610 +"85551",20689,3961,3,557,2426 +"85552",20689,5041,3,557,2371 +"85553",20689,5350,3,557,2522 +"85554",20689,6820,3,557,1318 +"85555",20689,7233,3,557,572 +"85556",20689,10087,3,557,1617 +"85557",20689,10358,2,557,2294 +"85558",20689,10481,3,557,740 +"85559",20689,10779,2,557,2881 +"85560",20689,11127,2,557,1196 +"85561",20689,11168,3,557,1223 +"85562",20689,11602,3,557,1493 +"85563",20689,12356,3,557,2757 +"85564",20689,14032,3,557,2144 +"85565",20689,15402,3,557,1281 +"85566",20689,16193,3,557,756 +"85567",20689,17061,3,557,2385 +"85568",20689,19696,3,557,561 +"85569",20689,26080,3,557,2525 +"85570",20689,28065,3,557,943 +"85571",20689,32820,3,557,582 +"85572",20689,32919,3,557,2321 +"85573",20689,35926,2,557,2371 +"85574",20689,36554,3,557,1649 +"85575",20689,41972,3,557,2509 +"85576",20689,49642,3,557,1166 +"85577",20689,69250,3,557,1439 +"85578",20689,69260,3,557,1698 +"85579",20689,82732,3,557,2810 +"85580",20689,90860,3,557,851 +"85581",20695,3158,3,2526,2762 +"85582",20695,9272,3,2526,2835 +"85583",20695,11351,3,2526,2971 +"85584",20695,14442,3,2526,2700 +"85585",20695,17499,3,2526,2954 +"85586",20695,26740,2,2526,2695 +"85587",20695,31705,3,2526,2706 +"85588",20695,38697,2,2526,2701 +"85589",20695,47607,3,2526,2724 +"85590",20695,53020,3,2526,2747 +"85591",20695,69335,3,2526,2698 +"85592",20695,69453,3,2526,2831 +"85593",20695,93553,3,2526,2537 +"85594",20700,1151,2,2861,2885 +"85595",20700,14959,3,2861,2898 +"85596",20700,65029,3,2861,2954 +"85597",20700,121354,3,2861,2862 +"85598",20705,4303,3,829,2414 +"85599",20705,4983,3,829,1909 +"85600",20705,5346,3,829,1438 +"85601",20705,6234,3,829,2654 +"85602",20705,9423,3,829,1708 +"85603",20705,9716,3,829,1929 +"85604",20705,10128,3,829,883 +"85605",20705,10333,3,829,1615 +"85606",20705,10964,3,829,2043 +"85607",20705,11019,3,829,1299 +"85608",20705,11067,3,829,2734 +"85609",20705,12818,3,829,2015 +"85610",20705,14072,3,829,1346 +"85611",20705,14433,2,829,1225 +"85612",20705,14623,3,829,2043 +"85613",20705,14731,3,829,2012 +"85614",20705,14972,3,829,2332 +"85615",20705,15207,3,829,1855 +"85616",20705,17396,3,829,1672 +"85617",20705,18610,3,829,2141 +"85618",20705,20545,3,829,1491 +"85619",20705,21424,2,829,1303 +"85620",20705,21487,3,829,2203 +"85621",20705,23302,2,829,2677 +"85622",20705,23325,3,829,2779 +"85623",20705,24085,3,829,1253 +"85624",20705,24195,3,829,1575 +"85625",20705,24610,3,829,2733 +"85626",20705,25443,3,829,1441 +"85627",20705,26478,3,829,1963 +"85628",20705,26658,3,829,2745 +"85629",20705,28824,3,829,2412 +"85630",20705,30092,3,829,1593 +"85631",20705,30317,2,829,2431 +"85632",20705,30981,3,829,2366 +"85633",20705,32939,1,829,2277 +"85634",20705,33383,3,829,1572 +"85635",20705,34509,3,829,1973 +"85636",20705,35264,3,829,2329 +"85637",20705,36215,3,829,1623 +"85638",20705,38676,3,829,2286 +"85639",20705,39189,3,829,2319 +"85640",20705,42256,3,829,2839 +"85641",20705,45585,3,829,2384 +"85642",20705,53445,3,829,2028 +"85643",20705,55892,3,829,1234 +"85644",20705,56903,3,829,1584 +"85645",20705,57727,3,829,1648 +"85646",20705,57804,2,829,2214 +"85647",20705,58284,3,829,2292 +"85648",20705,65658,2,829,2030 +"85649",20705,69903,3,829,1066 +"85650",20705,78594,3,829,2441 +"85651",20705,79918,2,829,1672 +"85652",20705,82246,3,829,1538 +"85653",20705,94520,3,829,1243 +"85654",20705,96197,2,829,1670 +"85655",20705,102845,3,829,1067 +"85656",20707,36691,3,1778,1903 +"85657",20709,1369,3,1757,2487 +"85658",20709,4634,2,1757,2291 +"85659",20709,6999,3,1757,2214 +"85660",20709,7257,2,1757,1915 +"85661",20709,7499,3,1757,1803 +"85662",20709,7787,3,1757,2314 +"85663",20709,8463,3,1757,2466 +"85664",20709,12966,3,1757,2011 +"85665",20709,14490,3,1757,2291 +"85666",20709,14957,3,1757,2306 +"85667",20709,15558,3,1757,2389 +"85668",20709,15778,3,1757,2262 +"85669",20709,15782,3,1757,2306 +"85670",20709,16963,3,1757,1999 +"85671",20709,17480,3,1757,2316 +"85672",20709,17672,3,1757,1987 +"85673",20709,18821,3,1757,2075 +"85674",20709,19002,3,1757,2053 +"85675",20709,20011,3,1757,2826 +"85676",20709,21753,3,1757,1838 +"85677",20709,22932,3,1757,2469 +"85678",20709,35317,3,1757,1888 +"85679",20709,42407,3,1757,2408 +"85680",20709,47882,2,1757,2769 +"85681",20709,48585,3,1757,2063 +"85682",20709,55742,3,1757,2006 +"85683",20709,58711,3,1757,2746 +"85684",20709,67150,3,1757,2633 +"85685",20709,70011,3,1757,2690 +"85686",20709,73520,3,1757,2613 +"85687",20709,76997,3,1757,2223 +"85688",20709,93553,3,1757,2537 +"85689",20709,93609,3,1757,2252 +"85690",20715,18543,3,1312,2968 +"85691",20715,29308,3,1312,2094 +"85692",20715,43226,3,1312,2442 +"85693",20715,46621,3,1312,1343 +"85694",20715,50491,2,1312,1919 +"85695",20715,54981,2,1312,1949 +"85696",20715,71274,2,1312,2390 +"85697",20715,108433,2,1312,1568 +"85698",20730,9175,3,2243,2639 +"85699",20730,10310,3,2243,2774 +"85700",20730,10349,3,2243,2300 +"85701",20730,14959,3,2243,2898 +"85702",20730,19208,2,2243,2629 +"85703",20730,19605,3,2243,2395 +"85704",20730,36441,3,2243,2796 +"85705",20730,41770,1,2243,2752 +"85706",20730,42799,3,2243,2729 +"85707",20730,43455,3,2243,2846 +"85708",20730,45239,3,2243,2535 +"85709",20730,50480,3,2243,2701 +"85710",20730,67129,3,2243,2335 +"85711",20730,79653,3,2243,2683 +"85712",20730,117956,3,2243,2774 +"85713",20732,1767,2,2401,2727 +"85714",20732,3961,3,2401,2426 +"85715",20732,3980,3,2401,2771 +"85716",20732,5315,3,2401,2631 +"85717",20732,7984,3,2401,2493 +"85718",20732,9311,3,2401,2477 +"85719",20732,13158,3,2401,2667 +"85720",20732,13315,3,2401,2516 +"85721",20732,15821,3,2401,2456 +"85722",20732,23726,1,2401,2434 +"85723",20732,29095,3,2401,2531 +"85724",20732,33801,3,2401,2899 +"85725",20732,42216,3,2401,2722 +"85726",20732,43404,3,2401,2649 +"85727",20732,53475,3,2401,2853 +"85728",20732,70203,3,2401,2756 +"85729",20732,108379,3,2401,2933 +"85730",20739,3272,2,2025,2132 +"85731",20739,3477,3,2025,2546 +"85732",20739,3559,2,2025,2413 +"85733",20739,6040,3,2025,2103 +"85734",20739,6063,3,2025,2349 +"85735",20739,8993,3,2025,2099 +"85736",20739,12598,3,2025,2086 +"85737",20739,14442,3,2025,2700 +"85738",20739,15023,3,2025,2054 +"85739",20739,17768,3,2025,2468 +"85740",20739,19075,3,2025,2214 +"85741",20739,20547,2,2025,2145 +"85742",20739,25053,3,2025,2186 +"85743",20739,31357,2,2025,2389 +"85744",20739,33223,3,2025,2397 +"85745",20739,47882,3,2025,2769 +"85746",20739,51843,3,2025,2389 +"85747",20739,54385,2,2025,2340 +"85748",20739,63104,2,2025,2149 +"85749",20739,69308,3,2025,2370 +"85750",20739,77719,3,2025,2086 +"85751",20739,80615,3,2025,2252 +"85752",20739,110871,2,2025,2879 +"85753",20783,4618,3,2414,2607 +"85754",20783,5669,3,2414,2502 +"85755",20783,5725,3,2414,2789 +"85756",20783,10148,2,2414,2964 +"85757",20783,12867,1,2414,2773 +"85758",20783,19528,3,2414,2742 +"85759",20783,26351,3,2414,2683 +"85760",20783,28285,3,2414,2972 +"85761",20783,34327,3,2414,2959 +"85762",20783,47947,3,2414,2681 +"85763",20783,51410,3,2414,2739 +"85764",20783,53789,3,2414,2681 +"85765",20783,57977,3,2414,2683 +"85766",20783,62840,3,2414,2502 +"85767",20783,71562,3,2414,2574 +"85768",20819,1222,3,213,2598 +"85769",20819,1455,3,213,1262 +"85770",20819,2272,2,213,1640 +"85771",20819,2443,1,213,2333 +"85772",20819,2802,3,213,1836 +"85773",20819,3324,3,213,1198 +"85774",20819,5414,3,213,2321 +"85775",20819,6262,3,213,2733 +"85776",20819,6295,3,213,856 +"85777",20819,7847,3,213,2424 +"85778",20819,9269,3,213,1892 +"85779",20819,9910,3,213,2526 +"85780",20819,9948,3,213,2019 +"85781",20819,10146,3,213,1878 +"85782",20819,11897,3,213,1271 +"85783",20819,12914,3,213,1557 +"85784",20819,13150,3,213,1570 +"85785",20819,14212,3,213,857 +"85786",20819,14290,3,213,284 +"85787",20819,14470,3,213,2632 +"85788",20819,15047,3,213,1697 +"85789",20819,15582,2,213,598 +"85790",20819,15691,3,213,324 +"85791",20819,15926,3,213,545 +"85792",20819,18466,3,213,2340 +"85793",20819,19190,3,213,2677 +"85794",20819,19358,2,213,880 +"85795",20819,20604,3,213,1684 +"85796",20819,20695,3,213,2526 +"85797",20819,21044,3,213,1574 +"85798",20819,22410,3,213,2158 +"85799",20819,22682,3,213,2035 +"85800",20819,25033,3,213,929 +"85801",20819,27512,2,213,947 +"85802",20819,30697,2,213,2891 +"85803",20819,31264,3,213,2335 +"85804",20819,31705,3,213,2706 +"85805",20819,32070,2,213,950 +"85806",20819,32966,3,213,1583 +"85807",20819,36478,3,213,2808 +"85808",20819,37332,3,213,1891 +"85809",20819,38697,3,213,2701 +"85810",20819,41098,3,213,1857 +"85811",20819,42280,3,213,2266 +"85812",20819,46568,1,213,822 +"85813",20819,49284,2,213,218 +"85814",20819,49403,2,213,2427 +"85815",20819,49708,3,213,1147 +"85816",20819,51678,3,213,1077 +"85817",20819,53082,3,213,2328 +"85818",20819,54737,2,213,326 +"85819",20819,55364,3,213,326 +"85820",20819,56152,3,213,1487 +"85821",20819,56168,2,213,1466 +"85822",20819,56364,3,213,1626 +"85823",20819,63329,3,213,639 +"85824",20819,65515,1,213,677 +"85825",20819,66017,3,213,1545 +"85826",20819,66756,3,213,1301 +"85827",20819,68262,3,213,441 +"85828",20819,71128,3,213,485 +"85829",20819,71810,3,213,263 +"85830",20819,76796,3,213,1140 +"85831",20819,76997,3,213,2223 +"85832",20819,77550,3,213,1548 +"85833",20819,79772,3,213,1230 +"85834",20819,79793,3,213,1915 +"85835",20819,83334,2,213,1708 +"85836",20819,84591,3,213,1685 +"85837",20819,87915,3,213,1152 +"85838",20819,90633,3,213,990 +"85839",20819,92503,1,213,231 +"85840",20819,93710,3,213,544 +"85841",20819,94339,3,213,2768 +"85842",20819,101381,3,213,977 +"85843",20819,103920,3,213,274 +"85844",20819,104161,3,213,613 +"85845",20819,106409,3,213,265 +"85846",20819,112814,3,213,546 +"85847",20821,7937,3,1617,2044 +"85848",20821,40283,2,1617,1657 +"85849",20824,270,3,1366,2542 +"85850",20824,671,1,1366,2328 +"85851",20824,675,2,1366,1686 +"85852",20824,733,2,1366,1653 +"85853",20824,1036,3,1366,1367 +"85854",20824,1046,3,1366,1881 +"85855",20824,1136,2,1366,2536 +"85856",20824,1154,3,1366,1656 +"85857",20824,1592,3,1366,2006 +"85858",20824,1691,3,1366,1941 +"85859",20824,1767,3,1366,2727 +"85860",20824,1897,3,1366,1727 +"85861",20824,2424,2,1366,2582 +"85862",20824,2533,3,1366,2016 +"85863",20824,2563,3,1366,1686 +"85864",20824,2684,3,1366,2874 +"85865",20824,3167,2,1366,1676 +"85866",20824,3242,2,1366,1730 +"85867",20824,3305,3,1366,2839 +"85868",20824,4191,3,1366,2130 +"85869",20824,4226,3,1366,1903 +"85870",20824,4305,3,1366,2374 +"85871",20824,4618,3,1366,2607 +"85872",20824,4687,3,1366,2152 +"85873",20824,4980,3,1366,2093 +"85874",20824,5621,3,1366,1860 +"85875",20824,5725,3,1366,2789 +"85876",20824,6023,3,1366,2050 +"85877",20824,6363,3,1366,2066 +"85878",20824,6428,3,1366,1952 +"85879",20824,6491,3,1366,2424 +"85880",20824,7245,3,1366,2089 +"85881",20824,7847,3,1366,2424 +"85882",20824,8533,3,1366,2251 +"85883",20824,8621,3,1366,1681 +"85884",20824,9702,3,1366,1928 +"85885",20824,9751,3,1366,1397 +"85886",20824,10404,2,1366,2062 +"85887",20824,10799,3,1366,2010 +"85888",20824,10857,3,1366,2253 +"85889",20824,10890,2,1366,2639 +"85890",20824,12374,2,1366,2260 +"85891",20824,12747,3,1366,2818 +"85892",20824,13929,3,1366,2693 +"85893",20824,14507,3,1366,2686 +"85894",20824,15716,3,1366,1991 +"85895",20824,15813,3,1366,2143 +"85896",20824,16217,3,1366,1653 +"85897",20824,17357,3,1366,1536 +"85898",20824,17852,3,1366,2840 +"85899",20824,17931,3,1366,1617 +"85900",20824,19027,3,1366,2721 +"85901",20824,19380,3,1366,2637 +"85902",20824,19516,3,1366,2313 +"85903",20824,20311,3,1366,1981 +"85904",20824,20419,3,1366,1587 +"85905",20824,20563,2,1366,2267 +"85906",20824,20700,3,1366,2861 +"85907",20824,20783,3,1366,2414 +"85908",20824,21104,3,1366,2327 +"85909",20824,21122,2,1366,1701 +"85910",20824,21197,3,1366,1437 +"85911",20824,21285,3,1366,2100 +"85912",20824,22884,2,1366,1608 +"85913",20824,22885,3,1366,1702 +"85914",20824,22964,3,1366,1443 +"85915",20824,23216,3,1366,2424 +"85916",20824,23534,1,1366,1659 +"85917",20824,23704,3,1366,2278 +"85918",20824,23756,3,1366,2309 +"85919",20824,24962,2,1366,2126 +"85920",20824,25129,3,1366,2647 +"85921",20824,25341,3,1366,1858 +"85922",20824,25643,3,1366,1646 +"85923",20824,25816,3,1366,2088 +"85924",20824,26436,2,1366,2489 +"85925",20824,26451,3,1366,2133 +"85926",20824,26516,3,1366,2479 +"85927",20824,26570,2,1366,1669 +"85928",20824,26706,3,1366,1846 +"85929",20824,27628,3,1366,2389 +"85930",20824,27753,2,1366,2750 +"85931",20824,28285,3,1366,2972 +"85932",20824,29170,3,1366,1846 +"85933",20824,30438,3,1366,1617 +"85934",20824,31696,3,1366,1595 +"85935",20824,31799,3,1366,2547 +"85936",20824,32988,3,1366,2008 +"85937",20824,33572,3,1366,2370 +"85938",20824,34136,2,1366,2202 +"85939",20824,34160,3,1366,1759 +"85940",20824,34216,2,1366,2832 +"85941",20824,34492,2,1366,1798 +"85942",20824,34509,3,1366,1973 +"85943",20824,34815,3,1366,2354 +"85944",20824,34836,3,1366,2302 +"85945",20824,36439,3,1366,2469 +"85946",20824,36450,3,1366,1591 +"85947",20824,36651,3,1366,1600 +"85948",20824,38019,3,1366,1870 +"85949",20824,38449,2,1366,1802 +"85950",20824,38887,3,1366,2468 +"85951",20824,40293,3,1366,1671 +"85952",20824,40369,3,1366,2735 +"85953",20824,42175,3,1366,1594 +"85954",20824,43404,3,1366,2649 +"85955",20824,43455,3,1366,2846 +"85956",20824,44427,3,1366,2875 +"85957",20824,45633,3,1366,2134 +"85958",20824,45715,3,1366,2287 +"85959",20824,46629,3,1366,2255 +"85960",20824,47947,3,1366,2681 +"85961",20824,48698,3,1366,1474 +"85962",20824,49189,3,1366,1550 +"85963",20824,50118,3,1366,2654 +"85964",20824,50667,3,1366,2719 +"85965",20824,51022,1,1366,1499 +"85966",20824,51041,3,1366,2606 +"85967",20824,51410,2,1366,2739 +"85968",20824,51987,1,1366,1397 +"85969",20824,52576,3,1366,2234 +"85970",20824,53266,3,1366,2389 +"85971",20824,54551,3,1366,2348 +"85972",20824,54740,2,1366,2750 +"85973",20824,55691,2,1366,2856 +"85974",20824,56171,3,1366,1524 +"85975",20824,57129,3,1366,1858 +"85976",20824,57950,3,1366,1529 +"85977",20824,57977,3,1366,2683 +"85978",20824,58035,2,1366,1646 +"85979",20824,58133,3,1366,1484 +"85980",20824,58221,3,1366,1787 +"85981",20824,59438,3,1366,2400 +"85982",20824,61982,3,1366,2725 +"85983",20824,63515,3,1366,2023 +"85984",20824,64181,3,1366,1828 +"85985",20824,64793,2,1366,2819 +"85986",20824,64997,2,1366,2791 +"85987",20824,65691,3,1366,2134 +"85988",20824,74095,3,1366,2333 +"85989",20824,76892,3,1366,2381 +"85990",20824,81813,3,1366,1656 +"85991",20824,82767,2,1366,1641 +"85992",20824,88232,2,1366,2881 +"85993",20824,92491,3,1366,1968 +"85994",20824,97915,3,1366,1802 +"85995",20824,99020,3,1366,1383 +"85996",20824,99103,2,1366,1470 +"85997",20824,108379,3,1366,2933 +"85998",20847,1700,3,491,613 +"85999",20847,2540,3,491,1398 +"86000",20847,2576,2,491,1307 +"86001",20847,3127,3,491,2273 +"86002",20847,4730,3,491,2131 +"86003",20847,5792,3,491,975 +"86004",20847,10754,3,491,1797 +"86005",20847,14463,2,491,1256 +"86006",20847,17252,3,491,1258 +"86007",20847,29267,3,491,1234 +"86008",20847,29286,3,491,1612 +"86009",20847,30442,3,491,2124 +"86010",20847,36953,3,491,2790 +"86011",20847,40572,3,491,2666 +"86012",20847,42813,3,491,2142 +"86013",20847,46486,2,491,1868 +"86014",20847,68831,2,491,1446 +"86015",20847,70455,3,491,1307 +"86016",20847,71219,3,491,967 +"86017",20847,81269,2,491,1570 +"86018",20847,85153,3,491,1163 +"86019",20847,86978,3,491,2733 +"86020",20847,87430,2,491,1038 +"86021",20847,87471,2,491,712 +"86022",20847,90709,3,491,1080 +"86023",20847,91348,1,491,901 +"86024",20847,94138,1,491,1939 +"86025",20847,99332,3,491,873 +"86026",20867,6248,3,200,2737 +"86027",20867,10727,3,200,2082 +"86028",20867,11429,3,200,2520 +"86029",20867,11665,3,200,1643 +"86030",20867,12200,2,200,1400 +"86031",20867,12818,2,200,2015 +"86032",20867,13024,2,200,2468 +"86033",20867,21165,2,200,1112 +"86034",20867,21290,2,200,894 +"86035",20867,22488,3,200,2434 +"86036",20867,23325,3,200,2779 +"86037",20867,23975,3,200,2143 +"86038",20867,25718,2,200,432 +"86039",20867,26101,3,200,349 +"86040",20867,28355,3,200,2053 +"86041",20867,29117,3,200,1250 +"86042",20867,33955,3,200,1178 +"86043",20867,36662,3,200,2967 +"86044",20867,40305,3,200,293 +"86045",20867,41180,3,200,1556 +"86046",20867,42713,3,200,1995 +"86047",20867,49147,3,200,2539 +"86048",20867,49621,3,200,1915 +"86049",20867,50335,3,200,1893 +"86050",20867,51265,3,200,2670 +"86051",20867,54061,3,200,1488 +"86052",20867,57977,3,200,2683 +"86053",20867,64534,2,200,2924 +"86054",20867,79918,3,200,1672 +"86055",20867,81237,3,200,2866 +"86056",20867,81853,3,200,1207 +"86057",20867,82618,3,200,1536 +"86058",20867,83947,3,200,917 +"86059",20867,89931,3,200,1400 +"86060",20867,107993,3,200,999 +"86061",20867,112834,3,200,765 +"86062",20874,270,3,1580,2542 +"86063",20874,2181,3,1580,2030 +"86064",20874,2424,3,1580,2582 +"86065",20874,4929,3,1580,2240 +"86066",20874,4953,3,1580,2285 +"86067",20874,6449,2,1580,1997 +"86068",20874,8376,3,1580,1670 +"86069",20874,9175,2,1580,2639 +"86070",20874,9362,3,1580,2879 +"86071",20874,10349,1,1580,2300 +"86072",20874,12081,3,1580,2166 +"86073",20874,14252,3,1580,2244 +"86074",20874,14918,3,1580,2071 +"86075",20874,15729,3,1580,2338 +"86076",20874,17365,3,1580,2746 +"86077",20874,17549,3,1580,2647 +"86078",20874,19208,3,1580,2629 +"86079",20874,20730,2,1580,2243 +"86080",20874,22543,3,1580,1594 +"86081",20874,24558,3,1580,2139 +"86082",20874,31159,3,1580,2231 +"86083",20874,38307,3,1580,2648 +"86084",20874,39464,3,1580,2314 +"86085",20874,40368,3,1580,2876 +"86086",20874,41770,2,1580,2752 +"86087",20874,41945,3,1580,2856 +"86088",20874,42783,3,1580,2338 +"86089",20874,43455,2,1580,2846 +"86090",20874,44135,3,1580,2620 +"86091",20874,45239,2,1580,2535 +"86092",20874,46629,3,1580,2255 +"86093",20874,51866,3,1580,2411 +"86094",20874,55076,3,1580,2408 +"86095",20874,61982,3,1580,2725 +"86096",20874,64857,3,1580,1792 +"86097",20874,67129,2,1580,2335 +"86098",20874,70573,3,1580,1993 +"86099",20874,79653,2,1580,2683 +"86100",20879,24,3,623,1295 +"86101",20879,1044,3,623,880 +"86102",20879,1769,3,623,877 +"86103",20879,1875,3,623,1786 +"86104",20879,4671,3,623,2280 +"86105",20879,5226,2,623,1309 +"86106",20879,5622,3,623,2175 +"86107",20879,7029,2,623,2204 +"86108",20879,9364,3,623,1698 +"86109",20879,10857,3,623,2253 +"86110",20879,10874,3,623,1891 +"86111",20879,11103,2,623,2393 +"86112",20879,12728,3,623,2374 +"86113",20879,15122,2,623,1201 +"86114",20879,15207,3,623,1855 +"86115",20879,17938,3,623,1410 +"86116",20879,18567,3,623,919 +"86117",20879,19096,3,623,1538 +"86118",20879,21197,3,623,1437 +"86119",20879,21198,3,623,935 +"86120",20879,22705,3,623,1016 +"86121",20879,23492,3,623,1067 +"86122",20879,26595,3,623,1566 +"86123",20879,27195,3,623,2158 +"86124",20879,27849,3,623,1316 +"86125",20879,28635,3,623,2368 +"86126",20879,28640,1,623,1475 +"86127",20879,29750,3,623,689 +"86128",20879,29930,3,623,2240 +"86129",20879,30491,3,623,789 +"86130",20879,31530,3,623,1661 +"86131",20879,34325,3,623,1982 +"86132",20879,35516,2,623,1229 +"86133",20879,36574,3,623,2934 +"86134",20879,37108,2,623,1202 +"86135",20879,39539,3,623,1274 +"86136",20879,43385,2,623,1623 +"86137",20879,44306,3,623,1036 +"86138",20879,48571,3,623,2717 +"86139",20879,49185,3,623,1544 +"86140",20879,54305,3,623,1222 +"86141",20879,54551,3,623,2348 +"86142",20879,54879,3,623,2210 +"86143",20879,56232,2,623,1175 +"86144",20879,57414,3,623,922 +"86145",20879,58451,3,623,1939 +"86146",20879,58652,3,623,1437 +"86147",20879,65140,2,623,836 +"86148",20879,66703,3,623,2375 +"86149",20879,72956,3,623,1251 +"86150",20879,76284,2,623,1237 +"86151",20879,81588,3,623,1568 +"86152",20879,83491,2,623,1200 +"86153",20879,86287,3,623,1349 +"86154",20879,95644,3,623,1531 +"86155",20879,97120,3,623,1202 +"86156",20879,98781,2,623,1410 +"86157",20879,101338,3,623,1319 +"86158",20893,20259,3,2695,2751 +"86159",20893,36962,3,2695,2861 +"86160",20893,49998,3,2695,2761 +"86161",20893,89934,3,2695,2760 +"86162",20894,3271,3,2214,2216 +"86163",20894,3477,3,2214,2546 +"86164",20894,10373,3,2214,2436 +"86165",20894,13079,3,2214,2547 +"86166",20894,37120,3,2214,2622 +"86167",20894,37752,2,2214,2223 +"86168",20894,38259,3,2214,2258 +"86169",20894,40623,3,2214,2580 +"86170",20894,57356,2,2214,2476 +"86171",20894,59776,3,2214,2493 +"86172",20894,69810,3,2214,2321 +"86173",20921,843,3,723,2332 +"86174",20921,919,2,723,910 +"86175",20921,1256,3,723,1212 +"86176",20921,1257,2,723,1212 +"86177",20921,1455,3,723,1262 +"86178",20921,1624,3,723,2687 +"86179",20921,1822,3,723,2888 +"86180",20921,2181,3,723,2030 +"86181",20921,2272,3,723,1640 +"86182",20921,2724,3,723,2447 +"86183",20921,3272,3,723,2132 +"86184",20921,3477,2,723,2546 +"86185",20921,3559,2,723,2413 +"86186",20921,3678,3,723,1325 +"86187",20921,4622,3,723,1589 +"86188",20921,4968,2,723,1586 +"86189",20921,6040,3,723,2103 +"86190",20921,6063,2,723,2349 +"86191",20921,6392,3,723,1878 +"86192",20921,7604,3,723,1366 +"86193",20921,8993,2,723,2099 +"86194",20921,9273,3,723,1747 +"86195",20921,9503,3,723,2453 +"86196",20921,9513,3,723,872 +"86197",20921,10701,3,723,2000 +"86198",20921,11154,3,723,1594 +"86199",20921,11229,3,723,1625 +"86200",20921,11518,3,723,803 +"86201",20921,12197,3,723,1235 +"86202",20921,12598,3,723,2086 +"86203",20921,12735,2,723,819 +"86204",20921,12779,2,723,936 +"86205",20921,13899,3,723,2650 +"86206",20921,14470,3,723,2632 +"86207",20921,14817,3,723,2110 +"86208",20921,15023,2,723,2054 +"86209",20921,17399,3,723,884 +"86210",20921,17672,3,723,1987 +"86211",20921,17695,3,723,1930 +"86212",20921,18217,2,723,1566 +"86213",20921,19075,3,723,2214 +"86214",20921,19317,3,723,2041 +"86215",20921,19667,2,723,1466 +"86216",20921,20124,3,723,2376 +"86217",20921,20343,3,723,851 +"86218",20921,20547,2,723,2145 +"86219",20921,20739,2,723,2025 +"86220",20921,20984,3,723,2502 +"86221",20921,21684,3,723,1971 +"86222",20921,22403,3,723,1630 +"86223",20921,22410,3,723,2158 +"86224",20921,22462,2,723,869 +"86225",20921,25518,3,723,1955 +"86226",20921,25678,3,723,1558 +"86227",20921,28588,3,723,1335 +"86228",20921,29100,1,723,843 +"86229",20921,29267,3,723,1234 +"86230",20921,30194,3,723,2874 +"86231",20921,30486,3,723,1269 +"86232",20921,31357,2,723,2389 +"86233",20921,32339,3,723,2430 +"86234",20921,32395,3,723,2735 +"86235",20921,33223,2,723,2397 +"86236",20921,33451,3,723,1957 +"86237",20921,33470,3,723,2003 +"86238",20921,35822,3,723,1903 +"86239",20921,36346,3,723,1240 +"86240",20921,37301,3,723,2160 +"86241",20921,38457,3,723,1630 +"86242",20921,38513,3,723,914 +"86243",20921,39188,3,723,1948 +"86244",20921,39723,3,723,778 +"86245",20921,39893,2,723,1601 +"86246",20921,40542,2,723,1664 +"86247",20921,44181,3,723,1034 +"86248",20921,44727,3,723,1227 +"86249",20921,47372,2,723,788 +"86250",20921,47595,3,723,2374 +"86251",20921,47882,3,723,2769 +"86252",20921,51399,3,723,934 +"86253",20921,51843,2,723,2389 +"86254",20921,51890,3,723,1992 +"86255",20921,52953,1,723,1741 +"86256",20921,53414,3,723,1672 +"86257",20921,54385,1,723,2340 +"86258",20921,55307,3,723,2306 +"86259",20921,55730,2,723,1217 +"86260",20921,56873,3,723,1421 +"86261",20921,57150,3,723,1196 +"86262",20921,59344,3,723,2252 +"86263",20921,59790,3,723,1827 +"86264",20921,63104,3,723,2149 +"86265",20921,63631,2,723,763 +"86266",20921,69308,3,723,2370 +"86267",20921,73192,3,723,1955 +"86268",20921,76143,3,723,1610 +"86269",20921,76295,2,723,1001 +"86270",20921,76503,3,723,1136 +"86271",20921,76867,3,723,1296 +"86272",20921,78611,3,723,1586 +"86273",20921,79547,3,723,1909 +"86274",20921,80615,1,723,2252 +"86275",20921,84317,3,723,2081 +"86276",20921,84808,2,723,1974 +"86277",20921,88739,3,723,933 +"86278",20921,89258,3,723,1147 +"86279",20921,90429,3,723,1684 +"86280",20921,93123,3,723,870 +"86281",20921,93590,2,723,1188 +"86282",20921,94513,3,723,1102 +"86283",20921,95682,3,723,881 +"86284",20921,97615,3,723,1198 +"86285",20921,98436,2,723,1212 +"86286",20921,103312,3,723,1216 +"86287",20921,108974,3,723,752 +"86288",20921,110737,3,723,2117 +"86289",20921,110871,2,723,2879 +"86290",20941,3403,3,2725,2951 +"86291",20941,8062,3,2725,2858 +"86292",20941,12361,3,2725,2732 +"86293",20941,17033,3,2725,2771 +"86294",20941,22723,3,2725,2859 +"86295",20941,26182,3,2725,2775 +"86296",20941,27686,2,2725,2844 +"86297",20941,29977,2,2725,2781 +"86298",20941,36278,3,2725,2952 +"86299",20941,36953,3,2725,2790 +"86300",20941,43673,3,2725,2787 +"86301",20941,46982,3,2725,2806 +"86302",20941,56669,3,2725,2924 +"86303",20941,62626,3,2725,2787 +"86304",20975,23,3,1305,1682 +"86305",20975,312,3,1305,2038 +"86306",20975,913,3,1305,2144 +"86307",20975,1275,3,1305,2068 +"86308",20975,1639,3,1305,2631 +"86309",20975,2424,3,1305,2582 +"86310",20975,2533,3,1305,2016 +"86311",20975,3271,3,1305,2216 +"86312",20975,3306,3,1305,1989 +"86313",20975,3716,2,1305,1679 +"86314",20975,5041,2,1305,2371 +"86315",20975,5622,3,1305,2175 +"86316",20975,6047,3,1305,2004 +"86317",20975,6417,3,1305,1675 +"86318",20975,8073,3,1305,1847 +"86319",20975,9272,3,1305,2835 +"86320",20975,9311,3,1305,2477 +"86321",20975,9364,1,1305,1698 +"86322",20975,10358,3,1305,2294 +"86323",20975,10474,3,1305,1608 +"86324",20975,10513,3,1305,2284 +"86325",20975,10857,3,1305,2253 +"86326",20975,10874,3,1305,1891 +"86327",20975,11006,3,1305,1950 +"86328",20975,11229,3,1305,1625 +"86329",20975,15872,3,1305,1551 +"86330",20975,16201,3,1305,1811 +"86331",20975,16332,1,1305,2668 +"86332",20975,17997,3,1305,1621 +"86333",20975,18415,3,1305,2184 +"86334",20975,19096,3,1305,1538 +"86335",20975,19248,3,1305,2357 +"86336",20975,19719,3,1305,2177 +"86337",20975,20124,2,1305,2376 +"86338",20975,20311,3,1305,1981 +"86339",20975,21138,2,1305,2849 +"86340",20975,21197,3,1305,1437 +"86341",20975,21285,3,1305,2100 +"86342",20975,21693,3,1305,2176 +"86343",20975,21758,3,1305,1331 +"86344",20975,22141,3,1305,2348 +"86345",20975,22282,3,1305,1418 +"86346",20975,22326,3,1305,2818 +"86347",20975,22362,3,1305,1836 +"86348",20975,22586,3,1305,1341 +"86349",20975,23729,3,1305,1624 +"86350",20975,24755,3,1305,1319 +"86351",20975,25305,3,1305,2447 +"86352",20975,25577,3,1305,1946 +"86353",20975,26359,3,1305,2535 +"86354",20975,26749,2,1305,2965 +"86355",20975,27275,3,1305,2656 +"86356",20975,27390,3,1305,2425 +"86357",20975,27694,3,1305,2030 +"86358",20975,28015,1,1305,1624 +"86359",20975,28190,3,1305,1634 +"86360",20975,30981,3,1305,2366 +"86361",20975,31050,3,1305,1491 +"86362",20975,33949,3,1305,2489 +"86363",20975,34836,3,1305,2302 +"86364",20975,38019,2,1305,1870 +"86365",20975,40432,3,1305,1956 +"86366",20975,43112,3,1305,2564 +"86367",20975,43226,3,1305,2442 +"86368",20975,43385,2,1305,1623 +"86369",20975,46039,3,1305,1794 +"86370",20975,47248,3,1305,2883 +"86371",20975,47772,3,1305,2293 +"86372",20975,48110,3,1305,2009 +"86373",20975,51017,2,1305,2073 +"86374",20975,51035,3,1305,2397 +"86375",20975,51041,3,1305,2606 +"86376",20975,52576,2,1305,2234 +"86377",20975,53323,3,1305,2677 +"86378",20975,54551,3,1305,2348 +"86379",20975,55082,3,1305,1856 +"86380",20975,56082,3,1305,2395 +"86381",20975,56317,2,1305,2030 +"86382",20975,57353,3,1305,1849 +"86383",20975,58451,3,1305,1939 +"86384",20975,58508,2,1305,2326 +"86385",20975,59205,3,1305,2387 +"86386",20975,61982,3,1305,2725 +"86387",20975,65007,3,1305,2530 +"86388",20975,67719,3,1305,2429 +"86389",20975,69335,3,1305,2698 +"86390",20975,72468,3,1305,2292 +"86391",20975,73128,3,1305,1549 +"86392",20975,73786,3,1305,2937 +"86393",20975,79322,3,1305,2770 +"86394",20975,80301,3,1305,1690 +"86395",20975,81588,2,1305,1568 +"86396",20975,82949,3,1305,2077 +"86397",20975,84022,3,1305,2289 +"86398",20975,98781,2,1305,1410 +"86399",20975,101295,3,1305,2165 +"86400",20975,115622,3,1305,1895 +"86401",20980,12898,3,816,1231 +"86402",20980,28874,2,816,2329 +"86403",20980,95644,3,816,1531 +"86404",20984,2,2,2502,2796 +"86405",20984,1822,3,2502,2888 +"86406",20984,3477,2,2502,2546 +"86407",20984,6989,3,2502,2623 +"86408",20984,9332,3,2502,2734 +"86409",20984,12361,3,2502,2732 +"86410",20984,13899,3,2502,2650 +"86411",20984,14586,3,2502,2801 +"86412",20984,15826,3,2502,2772 +"86413",20984,17033,3,2502,2771 +"86414",20984,17037,3,2502,2947 +"86415",20984,19655,3,2502,2706 +"86416",20984,20512,3,2502,2748 +"86417",20984,29473,2,2502,2602 +"86418",20984,30668,3,2502,2882 +"86419",20984,32395,3,2502,2735 +"86420",20984,45729,3,2502,2606 +"86421",20984,51783,3,2502,2599 +"86422",20984,57692,3,2502,2720 +"86423",20984,58655,3,2502,2685 +"86424",20984,59448,3,2502,2687 +"86425",20988,23,2,455,1682 +"86426",20988,312,3,455,2038 +"86427",20988,1044,3,455,880 +"86428",20988,1046,3,455,1881 +"86429",20988,1196,3,455,1986 +"86430",20988,1639,3,455,2631 +"86431",20988,1826,3,455,924 +"86432",20988,2077,3,455,610 +"86433",20988,2269,3,455,984 +"86434",20988,2424,3,455,2582 +"86435",20988,2533,3,455,2016 +"86436",20988,3306,3,455,1989 +"86437",20988,3716,2,455,1679 +"86438",20988,3961,3,455,2426 +"86439",20988,4191,3,455,2130 +"86440",20988,5041,1,455,2371 +"86441",20988,5725,3,455,2789 +"86442",20988,6047,3,455,2004 +"86443",20988,6366,3,455,798 +"86444",20988,6417,3,455,1675 +"86445",20988,8490,1,455,564 +"86446",20988,8866,3,455,1545 +"86447",20988,9331,3,455,2269 +"86448",20988,9364,2,455,1698 +"86449",20988,9474,3,455,864 +"86450",20988,9871,3,455,921 +"86451",20988,10358,2,455,2294 +"86452",20988,10513,3,455,2284 +"86453",20988,11006,3,455,1950 +"86454",20988,11540,2,455,1237 +"86455",20988,11576,2,455,808 +"86456",20988,11817,3,455,600 +"86457",20988,14032,3,455,2144 +"86458",20988,15808,3,455,1521 +"86459",20988,15872,3,455,1551 +"86460",20988,16120,3,455,1237 +"86461",20988,16332,2,455,2668 +"86462",20988,16940,3,455,1290 +"86463",20988,18415,3,455,2184 +"86464",20988,19248,3,455,2357 +"86465",20988,19719,3,455,2177 +"86466",20988,20124,3,455,2376 +"86467",20988,20975,1,455,1305 +"86468",20988,21138,2,455,2849 +"86469",20988,21197,3,455,1437 +"86470",20988,21198,2,455,935 +"86471",20988,21285,3,455,2100 +"86472",20988,21693,3,455,2176 +"86473",20988,22141,3,455,2348 +"86474",20988,22282,3,455,1418 +"86475",20988,22326,3,455,2818 +"86476",20988,22362,3,455,1836 +"86477",20988,23450,3,455,967 +"86478",20988,24293,2,455,1184 +"86479",20988,25027,2,455,564 +"86480",20988,25643,3,455,1646 +"86481",20988,26659,3,455,903 +"86482",20988,26749,2,455,2965 +"86483",20988,27694,3,455,2030 +"86484",20988,28015,2,455,1624 +"86485",20988,28190,3,455,1634 +"86486",20988,29050,2,455,1196 +"86487",20988,29705,3,455,607 +"86488",20988,29750,3,455,689 +"86489",20988,30180,3,455,590 +"86490",20988,30981,3,455,2366 +"86491",20988,32919,3,455,2321 +"86492",20988,33949,3,455,2489 +"86493",20988,34954,3,455,1184 +"86494",20988,35926,3,455,2371 +"86495",20988,36450,3,455,1591 +"86496",20988,38019,3,455,1870 +"86497",20988,38780,3,455,2705 +"86498",20988,39238,3,455,922 +"86499",20988,43112,3,455,2564 +"86500",20988,43385,3,455,1623 +"86501",20988,46723,3,455,607 +"86502",20988,47248,3,455,2883 +"86503",20988,47772,3,455,2293 +"86504",20988,50124,3,455,1209 +"86505",20988,50219,3,455,756 +"86506",20988,50382,3,455,2244 +"86507",20988,51017,2,455,2073 +"86508",20988,51035,3,455,2397 +"86509",20988,51041,3,455,2606 +"86510",20988,52576,3,455,2234 +"86511",20988,55320,3,455,1643 +"86512",20988,56317,3,455,2030 +"86513",20988,58035,3,455,1646 +"86514",20988,58508,3,455,2326 +"86515",20988,61982,3,455,2725 +"86516",20988,63547,3,455,1023 +"86517",20988,70681,3,455,866 +"86518",20988,71342,2,455,1289 +"86519",20988,72956,2,455,1251 +"86520",20988,73786,3,455,2937 +"86521",20988,74681,3,455,837 +"86522",20988,74731,3,455,853 +"86523",20988,76284,3,455,1237 +"86524",20988,77305,3,455,965 +"86525",20988,80471,3,455,538 +"86526",20988,80506,3,455,1920 +"86527",20988,81588,3,455,1568 +"86528",20988,82949,3,455,2077 +"86529",20988,84022,3,455,2289 +"86530",20988,86270,3,455,897 +"86531",20988,87692,2,455,775 +"86532",20988,89047,3,455,877 +"86533",20988,89097,3,455,935 +"86534",20988,90802,2,455,877 +"86535",20988,92220,3,455,607 +"86536",20988,98781,3,455,1410 +"86537",20988,101395,2,455,891 +"86538",20988,104084,3,455,579 +"86539",20988,114865,3,455,544 +"86540",20989,77826,3,92,1719 +"86541",21012,270,2,2325,2542 +"86542",21012,701,3,2325,2718 +"86543",21012,2424,2,2325,2582 +"86544",21012,3305,3,2325,2839 +"86545",21012,3966,3,2325,2425 +"86546",21012,6074,3,2325,2426 +"86547",21012,9175,3,2325,2639 +"86548",21012,9615,3,2325,2464 +"86549",21012,10029,3,2325,2718 +"86550",21012,17365,3,2325,2746 +"86551",21012,18394,3,2325,2356 +"86552",21012,19248,3,2325,2357 +"86553",21012,19622,3,2325,2371 +"86554",21012,19862,3,2325,2412 +"86555",21012,21193,3,2325,2490 +"86556",21012,21682,3,2325,2414 +"86557",21012,22326,3,2325,2818 +"86558",21012,23725,3,2325,2378 +"86559",21012,25305,3,2325,2447 +"86560",21012,26848,3,2325,2363 +"86561",21012,30052,3,2325,2855 +"86562",21012,32173,3,2325,2341 +"86563",21012,33160,3,2325,2441 +"86564",21012,38307,3,2325,2648 +"86565",21012,41945,3,2325,2856 +"86566",21012,42216,3,2325,2722 +"86567",21012,43455,2,2325,2846 +"86568",21012,43518,3,2325,2680 +"86569",21012,44769,3,2325,2411 +"86570",21012,45302,3,2325,2390 +"86571",21012,50236,3,2325,2339 +"86572",21012,50785,3,2325,2877 +"86573",21012,51035,3,2325,2397 +"86574",21012,51041,3,2325,2606 +"86575",21012,51866,3,2325,2411 +"86576",21012,56082,3,2325,2395 +"86577",21012,56237,3,2325,2625 +"86578",21012,57977,3,2325,2683 +"86579",21012,61982,2,2325,2725 +"86580",21012,62841,3,2325,2710 +"86581",21012,70217,3,2325,2332 +"86582",21012,72207,3,2325,2430 +"86583",21012,72326,3,2325,2384 +"86584",21012,76892,3,2325,2381 +"86585",21027,916,3,560,2718 +"86586",21027,1708,3,560,1591 +"86587",21027,2647,3,560,2450 +"86588",21027,2927,3,560,1789 +"86589",21027,4180,2,560,1817 +"86590",21027,4551,1,560,2720 +"86591",21027,5303,2,560,1849 +"86592",21027,6480,2,560,1678 +"86593",21027,7253,1,560,2686 +"86594",21027,7254,2,560,1849 +"86595",21027,7604,3,560,1366 +"86596",21027,11665,3,560,1643 +"86597",21027,11858,2,560,1530 +"86598",21027,13068,3,560,1778 +"86599",21027,15146,1,560,1546 +"86600",21027,19509,2,560,2000 +"86601",21027,25378,3,560,1245 +"86602",21027,26513,3,560,2205 +"86603",21027,28268,2,560,2258 +"86604",21027,34953,2,560,1817 +"86605",21027,35787,3,560,1132 +"86606",21027,46616,3,560,1917 +"86607",21027,47607,2,560,2724 +"86608",21027,50678,3,560,1366 +"86609",21027,52380,2,560,2686 +"86610",21027,53584,3,560,2391 +"86611",21027,58945,1,560,2481 +"86612",21027,59511,2,560,2753 +"86613",21027,61209,3,560,580 +"86614",21027,65188,3,560,2213 +"86615",21027,69029,3,560,2623 +"86616",21027,75194,2,560,1736 +"86617",21027,82426,3,560,1576 +"86618",21027,90778,3,560,683 +"86619",21029,270,3,1943,2542 +"86620",21029,357,3,1943,2327 +"86621",21029,2424,3,1943,2582 +"86622",21029,4953,1,1943,2285 +"86623",21029,5350,3,1943,2522 +"86624",21029,6044,2,1943,2744 +"86625",21029,7794,3,1943,2972 +"86626",21029,7795,3,1943,2789 +"86627",21029,11218,3,1943,2292 +"86628",21029,12042,2,1943,2345 +"86629",21029,12081,3,1943,2166 +"86630",21029,14252,3,1943,2244 +"86631",21029,15008,3,1943,2338 +"86632",21029,15381,2,1943,2289 +"86633",21029,15729,3,1943,2338 +"86634",21029,16096,3,1943,2301 +"86635",21029,16352,3,1943,2657 +"86636",21029,16628,3,1943,2409 +"86637",21029,17365,3,1943,2746 +"86638",21029,17400,3,1943,2231 +"86639",21029,17826,3,1943,2920 +"86640",21029,21872,3,1943,2458 +"86641",21029,23725,3,1943,2378 +"86642",21029,24253,3,1943,2213 +"86643",21029,25213,3,1943,2338 +"86644",21029,26080,3,1943,2525 +"86645",21029,26451,3,1943,2133 +"86646",21029,28296,3,1943,2944 +"86647",21029,31159,3,1943,2231 +"86648",21029,31295,3,1943,2183 +"86649",21029,37238,3,1943,2609 +"86650",21029,38307,2,1943,2648 +"86651",21029,41945,3,1943,2856 +"86652",21029,41972,3,1943,2509 +"86653",21029,43455,2,1943,2846 +"86654",21029,43796,3,1943,2476 +"86655",21029,46629,3,1943,2255 +"86656",21029,47248,3,1943,2883 +"86657",21029,50113,3,1943,2059 +"86658",21029,51017,3,1943,2073 +"86659",21029,51866,3,1943,2411 +"86660",21029,52032,3,1943,2853 +"86661",21029,52566,3,1943,2318 +"86662",21029,52892,3,1943,2372 +"86663",21029,61982,3,1943,2725 +"86664",21029,63442,1,1943,1965 +"86665",21029,70573,3,1943,1993 +"86666",21029,84022,3,1943,2289 +"86667",21044,1708,3,1574,1591 +"86668",21044,2443,3,1574,2333 +"86669",21044,9269,2,1574,1892 +"86670",21044,9895,2,1574,1960 +"86671",21044,9909,3,1574,2230 +"86672",21044,9910,2,1574,2526 +"86673",21044,9948,3,1574,2019 +"86674",21044,16347,3,1574,1868 +"86675",21044,20695,2,1574,2526 +"86676",21044,26740,3,1574,2695 +"86677",21044,32966,3,1574,1583 +"86678",21044,34331,3,1574,1727 +"86679",21044,38697,3,1574,2701 +"86680",21044,39009,3,1574,1594 +"86681",21044,44744,3,1574,2032 +"86682",21044,46616,3,1574,1917 +"86683",21044,53584,3,1574,2391 +"86684",21044,56364,2,1574,1626 +"86685",21044,84591,2,1574,1685 +"86686",21044,92630,3,1574,1583 +"86687",21076,803,3,1591,1666 +"86688",21076,5041,3,1591,2371 +"86689",21076,9175,3,1591,2639 +"86690",21076,9850,3,1591,2974 +"86691",21076,23508,3,1591,1907 +"86692",21076,40913,3,1591,1800 +"86693",21076,55556,3,1591,2075 +"86694",21076,86799,3,1591,1951 +"86695",21079,145,2,1997,1998 +"86696",21079,160,3,1997,2007 +"86697",21079,913,3,1997,2144 +"86698",21079,1409,3,1997,2090 +"86699",21079,2181,3,1997,2030 +"86700",21079,3477,3,1997,2546 +"86701",21079,3978,3,1997,2775 +"86702",21079,4929,2,1997,2240 +"86703",21079,4953,3,1997,2285 +"86704",21079,6063,3,1997,2349 +"86705",21079,8842,3,1997,2535 +"86706",21079,9331,3,1997,2269 +"86707",21079,12081,2,1997,2166 +"86708",21079,14918,2,1997,2071 +"86709",21079,16628,3,1997,2409 +"86710",21079,17351,2,1997,2036 +"86711",21079,17549,2,1997,2647 +"86712",21079,20331,3,1997,2365 +"86713",21079,22682,3,1997,2035 +"86714",21079,24256,3,1997,2393 +"86715",21079,24558,3,1997,2139 +"86716",21079,27796,3,1997,2151 +"86717",21079,31117,3,1997,2210 +"86718",21079,31159,3,1997,2231 +"86719",21079,31235,3,1997,2668 +"86720",21079,31295,3,1997,2183 +"86721",21079,31705,3,1997,2706 +"86722",21079,33223,3,1997,2397 +"86723",21079,34120,3,1997,2786 +"86724",21079,36031,3,1997,2342 +"86725",21079,36862,3,1997,2655 +"86726",21079,38307,2,1997,2648 +"86727",21079,41770,3,1997,2752 +"86728",21079,41945,3,1997,2856 +"86729",21079,43455,3,1997,2846 +"86730",21079,44688,3,1997,2924 +"86731",21079,46446,3,1997,2295 +"86732",21079,50113,3,1997,2059 +"86733",21079,57532,3,1997,2617 +"86734",21092,3714,2,1643,2605 +"86735",21092,9030,3,1643,1979 +"86736",21092,13201,3,1643,2034 +"86737",21092,15343,3,1643,2125 +"86738",21092,15500,3,1643,1658 +"86739",21092,20659,3,1643,1969 +"86740",21092,21417,3,1643,2422 +"86741",21092,26106,3,1643,2015 +"86742",21092,26809,3,1643,1656 +"86743",21092,28090,3,1643,1755 +"86744",21092,38908,3,1643,1787 +"86745",21092,43839,3,1643,1685 +"86746",21092,49032,3,1643,2469 +"86747",21092,67264,3,1643,2790 +"86748",21095,803,3,856,1666 +"86749",21095,1469,3,856,1160 +"86750",21095,5041,3,856,2371 +"86751",21095,9175,3,856,2639 +"86752",21095,16313,3,856,1160 +"86753",21095,19092,3,856,906 +"86754",21095,21076,1,856,1591 +"86755",21095,23508,3,856,1907 +"86756",21095,32163,3,856,859 +"86757",21095,32409,3,856,857 +"86758",21095,40913,2,856,1800 +"86759",21095,51035,3,856,2397 +"86760",21095,55556,3,856,2075 +"86761",21095,61719,3,856,1515 +"86762",21095,84498,3,856,1292 +"86763",21095,86799,3,856,1951 +"86764",21095,93752,3,856,1368 +"86765",21095,109741,3,856,1527 +"86766",21104,270,3,2327,2542 +"86767",21104,4305,3,2327,2374 +"86768",21104,6491,3,2327,2424 +"86769",21104,9311,3,2327,2477 +"86770",21104,14959,3,2327,2898 +"86771",21104,16352,3,2327,2657 +"86772",21104,18394,3,2327,2356 +"86773",21104,22326,3,2327,2818 +"86774",21104,25305,3,2327,2447 +"86775",21104,26436,3,2327,2489 +"86776",21104,29073,3,2327,2328 +"86777",21104,39444,3,2327,2695 +"86778",21104,43518,3,2327,2680 +"86779",21104,50118,1,2327,2654 +"86780",21104,50236,3,2327,2339 +"86781",21104,55468,3,2327,2511 +"86782",21104,56082,3,2327,2395 +"86783",21104,78563,3,2327,2385 +"86784",21104,108379,3,2327,2933 +"86785",21104,108867,2,2327,2328 +"86786",21122,377,3,1701,2389 +"86787",21122,671,3,1701,2328 +"86788",21122,1592,3,1701,2006 +"86789",21122,1616,3,1701,2662 +"86790",21122,1691,3,1701,1941 +"86791",21122,1777,3,1701,1965 +"86792",21122,3242,3,1701,1730 +"86793",21122,3878,3,1701,1890 +"86794",21122,4057,3,1701,2389 +"86795",21122,4191,3,1701,2130 +"86796",21122,4226,3,1701,1903 +"86797",21122,4701,3,1701,2401 +"86798",21122,5078,3,1701,2033 +"86799",21122,5457,3,1701,2077 +"86800",21122,5462,2,1701,2374 +"86801",21122,5504,3,1701,2389 +"86802",21122,6718,2,1701,2138 +"86803",21122,7241,2,1701,2259 +"86804",21122,7323,3,1701,2858 +"86805",21122,7515,3,1701,2737 +"86806",21122,11516,3,1701,1937 +"86807",21122,12374,3,1701,2260 +"86808",21122,17852,3,1701,2840 +"86809",21122,18394,3,1701,2356 +"86810",21122,19606,3,1701,2783 +"86811",21122,21104,3,1701,2327 +"86812",21122,22331,3,1701,2687 +"86813",21122,22749,3,1701,1727 +"86814",21122,24568,3,1701,1937 +"86815",21122,24962,3,1701,2126 +"86816",21122,26451,3,1701,2133 +"86817",21122,27390,3,1701,2425 +"86818",21122,28216,3,1701,1910 +"86819",21122,29073,3,1701,2328 +"86820",21122,29170,3,1701,1846 +"86821",21122,30052,3,1701,2855 +"86822",21122,31799,3,1701,2547 +"86823",21122,32606,3,1701,2100 +"86824",21122,33430,3,1701,2225 +"86825",21122,34492,3,1701,1798 +"86826",21122,35256,3,1701,2271 +"86827",21122,37570,3,1701,2389 +"86828",21122,41278,2,1701,1873 +"86829",21122,42687,3,1701,1952 +"86830",21122,43518,3,1701,2680 +"86831",21122,45715,3,1701,2287 +"86832",21122,52058,3,1701,1836 +"86833",21122,55468,2,1701,2511 +"86834",21122,56317,3,1701,2030 +"86835",21122,58451,3,1701,1939 +"86836",21122,63409,3,1701,1937 +"86837",21122,64181,3,1701,1828 +"86838",21122,64997,3,1701,2791 +"86839",21122,70046,3,1701,2624 +"86840",21122,79322,3,1701,2770 +"86841",21122,79804,2,1701,2227 +"86842",21122,80429,3,1701,1927 +"86843",21122,85430,3,1701,2370 +"86844",21122,88232,2,1701,2881 +"86845",21122,97915,1,1701,1802 +"86846",21122,108867,2,1701,2328 +"86847",21126,45302,3,2331,2390 +"86848",21133,360,3,1320,1671 +"86849",21133,512,3,1320,1596 +"86850",21133,1154,3,1320,1656 +"86851",21133,1592,2,1320,2006 +"86852",21133,1691,2,1320,1941 +"86853",21133,2011,3,1320,2176 +"86854",21133,2208,3,1320,2814 +"86855",21133,3493,3,1320,2451 +"86856",21133,3628,3,1320,2707 +"86857",21133,4360,3,1320,1770 +"86858",21133,5258,3,1320,2730 +"86859",21133,5839,2,1320,2301 +"86860",21133,6104,3,1320,2462 +"86861",21133,6252,3,1320,2336 +"86862",21133,6390,3,1320,2385 +"86863",21133,7196,3,1320,1508 +"86864",21133,7984,3,1320,2493 +"86865",21133,8762,3,1320,2585 +"86866",21133,8890,3,1320,1955 +"86867",21133,9311,3,1320,2477 +"86868",21133,9654,3,1320,2111 +"86869",21133,10488,3,1320,1524 +"86870",21133,10914,3,1320,1660 +"86871",21133,11351,2,1320,2971 +"86872",21133,11381,3,1320,1638 +"86873",21133,11506,2,1320,2824 +"86874",21133,13248,3,1320,1385 +"86875",21133,13601,3,1320,2689 +"86876",21133,13837,3,1320,1604 +"86877",21133,14108,2,1320,2012 +"86878",21133,14731,3,1320,2012 +"86879",21133,14972,3,1320,2332 +"86880",21133,15301,3,1320,2308 +"86881",21133,15401,3,1320,1999 +"86882",21133,15713,3,1320,1646 +"86883",21133,16365,3,1320,2217 +"86884",21133,18543,3,1320,2968 +"86885",21133,18943,3,1320,2861 +"86886",21133,19173,3,1320,1686 +"86887",21133,19718,2,1320,1702 +"86888",21133,20407,2,1320,2339 +"86889",21133,21246,3,1320,1612 +"86890",21133,21571,3,1320,2755 +"86891",21133,21670,3,1320,2158 +"86892",21133,21681,3,1320,2005 +"86893",21133,21682,2,1320,2414 +"86894",21133,22141,3,1320,2348 +"86895",21133,22165,3,1320,1501 +"86896",21133,23729,3,1320,1624 +"86897",21133,24066,3,1320,1755 +"86898",21133,24198,3,1320,2217 +"86899",21133,25565,3,1320,2764 +"86900",21133,25816,3,1320,2088 +"86901",21133,28784,3,1320,1579 +"86902",21133,28896,3,1320,1395 +"86903",21133,29170,3,1320,1846 +"86904",21133,29948,3,1320,2795 +"86905",21133,31164,3,1320,1996 +"86906",21133,31700,3,1320,2727 +"86907",21133,32449,3,1320,2091 +"86908",21133,32503,3,1320,2020 +"86909",21133,32988,3,1320,2008 +"86910",21133,33433,3,1320,2805 +"86911",21133,33622,3,1320,2230 +"86912",21133,33981,3,1320,1993 +"86913",21133,35514,3,1320,2346 +"86914",21133,35822,3,1320,1903 +"86915",21133,36031,3,1320,2342 +"86916",21133,36439,3,1320,2469 +"86917",21133,37509,2,1320,1640 +"86918",21133,38213,2,1320,1744 +"86919",21133,38602,3,1320,2693 +"86920",21133,40493,3,1320,1981 +"86921",21133,40703,3,1320,1608 +"86922",21133,40931,3,1320,2301 +"86923",21133,42619,3,1320,2017 +"86924",21133,43173,2,1320,2895 +"86925",21133,43213,3,1320,2160 +"86926",21133,43226,3,1320,2442 +"86927",21133,43385,3,1320,1623 +"86928",21133,44427,3,1320,2875 +"86929",21133,46196,3,1320,1510 +"86930",21133,46621,2,1320,1343 +"86931",21133,46951,3,1320,2429 +"86932",21133,47064,3,1320,1993 +"86933",21133,47384,3,1320,1639 +"86934",21133,48215,3,1320,2028 +"86935",21133,49265,3,1320,2686 +"86936",21133,49301,3,1320,1894 +"86937",21133,49620,2,1320,1868 +"86938",21133,50179,2,1320,2230 +"86939",21133,52136,2,1320,1412 +"86940",21133,52323,3,1320,2148 +"86941",21133,52327,3,1320,1472 +"86942",21133,52576,3,1320,2234 +"86943",21133,53323,3,1320,2677 +"86944",21133,54663,3,1320,1424 +"86945",21133,56082,3,1320,2395 +"86946",21133,56903,3,1320,1584 +"86947",21133,56910,3,1320,2705 +"86948",21133,57380,3,1320,2362 +"86949",21133,58284,3,1320,2292 +"86950",21133,65155,3,1320,1947 +"86951",21133,71274,3,1320,2390 +"86952",21133,72207,3,1320,2430 +"86953",21133,72728,3,1320,2234 +"86954",21133,74190,3,1320,1428 +"86955",21133,74636,2,1320,2525 +"86956",21133,75403,3,1320,1895 +"86957",21133,79436,2,1320,1344 +"86958",21133,81221,2,1320,2285 +"86959",21133,82344,3,1320,1358 +"86960",21133,83396,3,1320,2396 +"86961",21133,85869,3,1320,1509 +"86962",21133,88232,2,1320,2881 +"86963",21133,92322,3,1320,2393 +"86964",21133,92491,3,1320,1968 +"86965",21133,96352,3,1320,1493 +"86966",21133,121291,3,1320,1955 +"86967",21138,26749,3,2849,2965 +"86968",21138,33801,3,2849,2899 +"86969",21138,36962,3,2849,2861 +"86970",21138,43173,3,2849,2895 +"86971",21138,47248,2,2849,2883 +"86972",21138,53475,3,2849,2853 +"86973",21142,64737,2,2414,2442 +"86974",21164,270,3,1645,2542 +"86975",21164,455,3,1645,2827 +"86976",21164,470,3,1645,2285 +"86977",21164,489,3,1645,2652 +"86978",21164,1102,3,1645,2282 +"86979",21164,2224,2,1645,2751 +"86980",21164,2424,2,1645,2582 +"86981",21164,2533,3,1645,2016 +"86982",21164,3305,3,1645,2839 +"86983",21164,3628,3,1645,2707 +"86984",21164,3777,3,1645,1798 +"86985",21164,3886,2,1645,1669 +"86986",21164,3966,2,1645,2425 +"86987",21164,5610,3,1645,2223 +"86988",21164,6449,3,1645,1997 +"86989",21164,6718,3,1645,2138 +"86990",21164,8238,3,1645,2222 +"86991",21164,8762,2,1645,2585 +"86992",21164,8821,3,1645,2230 +"86993",21164,9175,3,1645,2639 +"86994",21164,10433,3,1645,2075 +"86995",21164,11351,3,1645,2971 +"86996",21164,12724,3,1645,1930 +"86997",21164,15207,3,1645,1855 +"86998",21164,15813,3,1645,2143 +"86999",21164,17943,3,1645,1943 +"87000",21164,19718,3,1645,1702 +"87001",21164,21012,3,1645,2325 +"87002",21164,21285,3,1645,2100 +"87003",21164,21693,3,1645,2176 +"87004",21164,22326,3,1645,2818 +"87005",21164,22362,3,1645,1836 +"87006",21164,24825,3,1645,2686 +"87007",21164,25305,3,1645,2447 +"87008",21164,25325,3,1645,2963 +"87009",21164,25577,3,1645,1946 +"87010",21164,28115,3,1645,1835 +"87011",21164,29917,3,1645,1962 +"87012",21164,30052,3,1645,2855 +"87013",21164,30827,3,1645,2323 +"87014",21164,31117,3,1645,2210 +"87015",21164,32047,2,1645,1858 +"87016",21164,34160,3,1645,1759 +"87017",21164,35045,3,1645,1646 +"87018",21164,35235,3,1645,2610 +"87019",21164,35428,3,1645,2263 +"87020",21164,37301,3,1645,2160 +"87021",21164,39411,3,1645,2384 +"87022",21164,42216,2,1645,2722 +"87023",21164,42264,3,1645,1702 +"87024",21164,43455,3,1645,2846 +"87025",21164,45239,3,1645,2535 +"87026",21164,45704,3,1645,2687 +"87027",21164,46629,3,1645,2255 +"87028",21164,46883,3,1645,1671 +"87029",21164,47564,3,1645,2650 +"87030",21164,47803,3,1645,2477 +"87031",21164,48035,3,1645,2180 +"87032",21164,52576,3,1645,2234 +"87033",21164,53196,3,1645,1888 +"87034",21164,56854,3,1645,2022 +"87035",21164,61982,3,1645,2725 +"87036",21164,70217,3,1645,2332 +"87037",21164,72207,3,1645,2430 +"87038",21164,76892,3,1645,2381 +"87039",21164,86799,3,1645,1951 +"87040",21165,11429,3,1112,2520 +"87041",21165,12200,3,1112,1400 +"87042",21165,12632,3,1112,1174 +"87043",21165,12818,2,1112,2015 +"87044",21165,13024,2,1112,2468 +"87045",21165,23325,3,1112,2779 +"87046",21165,23975,3,1112,2143 +"87047",21165,33955,2,1112,1178 +"87048",21165,33961,3,1112,1269 +"87049",21165,36662,3,1112,2967 +"87050",21165,41180,3,1112,1556 +"87051",21165,51265,2,1112,2670 +"87052",21165,63555,3,1112,1290 +"87053",21165,64534,3,1112,2924 +"87054",21165,73629,3,1112,1713 +"87055",21165,79918,3,1112,1672 +"87056",21165,81237,3,1112,2866 +"87057",21165,82618,3,1112,1536 +"87058",21165,96169,3,1112,2356 +"87059",21165,108872,3,1112,1810 +"87060",21180,11506,3,2762,2824 +"87061",21180,18943,3,2762,2861 +"87062",21180,20007,3,2762,2971 +"87063",21193,270,3,2490,2542 +"87064",21193,2424,3,2490,2582 +"87065",21193,10148,3,2490,2964 +"87066",21193,16725,1,2490,2830 +"87067",21193,17826,3,2490,2920 +"87068",21193,43455,3,2490,2846 +"87069",21193,61982,3,2490,2725 +"87070",21197,212,3,1437,1513 +"87071",21197,270,2,1437,2542 +"87072",21197,312,3,1437,2038 +"87073",21197,380,3,1437,2261 +"87074",21197,671,3,1437,2328 +"87075",21197,913,3,1437,2144 +"87076",21197,1124,3,1437,1596 +"87077",21197,1175,3,1437,1642 +"87078",21197,1315,3,1437,2760 +"87079",21197,1639,3,1437,2631 +"87080",21197,2111,3,1437,1904 +"87081",21197,2224,3,1437,2751 +"87082",21197,2322,3,1437,1645 +"87083",21197,2424,1,1437,2582 +"87084",21197,2533,2,1437,2016 +"87085",21197,3139,3,1437,1656 +"87086",21197,3271,3,1437,2216 +"87087",21197,3305,2,1437,2839 +"87088",21197,3306,3,1437,1989 +"87089",21197,3801,3,1437,1974 +"87090",21197,3966,3,1437,2425 +"87091",21197,4701,3,1437,2401 +"87092",21197,4953,3,1437,2285 +"87093",21197,5346,3,1437,1438 +"87094",21197,6052,3,1437,1985 +"87095",21197,6222,3,1437,1949 +"87096",21197,6363,3,1437,2066 +"87097",21197,6449,3,1437,1997 +"87098",21197,6588,3,1437,2025 +"87099",21197,6602,3,1437,1631 +"87100",21197,9175,3,1437,2639 +"87101",21197,9272,3,1437,2835 +"87102",21197,9311,3,1437,2477 +"87103",21197,9364,3,1437,1698 +"87104",21197,9702,3,1437,1928 +"87105",21197,10358,3,1437,2294 +"87106",21197,10474,3,1437,1608 +"87107",21197,10488,3,1437,1524 +"87108",21197,10513,3,1437,2284 +"87109",21197,10890,3,1437,2639 +"87110",21197,11006,3,1437,1950 +"87111",21197,11440,3,1437,2026 +"87112",21197,12618,3,1437,2021 +"87113",21197,12728,2,1437,2374 +"87114",21197,12863,3,1437,2027 +"87115",21197,12901,3,1437,2136 +"87116",21197,13307,3,1437,2206 +"87117",21197,14032,3,1437,2144 +"87118",21197,14252,3,1437,2244 +"87119",21197,15207,3,1437,1855 +"87120",21197,15401,3,1437,1999 +"87121",21197,15539,3,1437,1929 +"87122",21197,15813,2,1437,2143 +"87123",21197,16201,3,1437,1811 +"87124",21197,16332,3,1437,2668 +"87125",21197,16835,3,1437,1739 +"87126",21197,17365,3,1437,2746 +"87127",21197,17931,2,1437,1617 +"87128",21197,18394,3,1437,2356 +"87129",21197,19248,3,1437,2357 +"87130",21197,19622,3,1437,2371 +"87131",21197,19719,2,1437,2177 +"87132",21197,20124,3,1437,2376 +"87133",21197,20311,3,1437,1981 +"87134",21197,21012,3,1437,2325 +"87135",21197,21164,3,1437,1645 +"87136",21197,21285,1,1437,2100 +"87137",21197,21693,3,1437,2176 +"87138",21197,22277,3,1437,2424 +"87139",21197,22326,3,1437,2818 +"87140",21197,22362,3,1437,1836 +"87141",21197,23319,3,1437,2867 +"87142",21197,23508,3,1437,1907 +"87143",21197,23715,3,1437,1859 +"87144",21197,23727,3,1437,1734 +"87145",21197,23729,2,1437,1624 +"87146",21197,23970,3,1437,1624 +"87147",21197,24612,2,1437,1875 +"87148",21197,25129,3,1437,2647 +"87149",21197,25577,2,1437,1946 +"87150",21197,26749,2,1437,2965 +"87151",21197,27175,3,1437,1447 +"87152",21197,27275,3,1437,2656 +"87153",21197,27390,3,1437,2425 +"87154",21197,27694,3,1437,2030 +"87155",21197,29073,3,1437,2328 +"87156",21197,29962,3,1437,2201 +"87157",21197,30052,3,1437,2855 +"87158",21197,31050,3,1437,1491 +"87159",21197,31530,2,1437,1661 +"87160",21197,32919,3,1437,2321 +"87161",21197,32988,3,1437,2008 +"87162",21197,33949,3,1437,2489 +"87163",21197,34820,3,1437,1630 +"87164",21197,34836,3,1437,2302 +"87165",21197,35095,3,1437,1502 +"87166",21197,35529,3,1437,1620 +"87167",21197,37285,3,1437,2428 +"87168",21197,38019,2,1437,1870 +"87169",21197,38219,3,1437,1689 +"87170",21197,38307,3,1437,2648 +"87171",21197,40645,3,1437,1899 +"87172",21197,41945,3,1437,2856 +"87173",21197,42216,3,1437,2722 +"87174",21197,43226,3,1437,2442 +"87175",21197,43385,2,1437,1623 +"87176",21197,43455,2,1437,2846 +"87177",21197,44654,3,1437,2916 +"87178",21197,45239,3,1437,2535 +"87179",21197,46040,3,1437,2105 +"87180",21197,46629,2,1437,2255 +"87181",21197,47362,3,1437,2253 +"87182",21197,47772,3,1437,2293 +"87183",21197,48110,3,1437,2009 +"87184",21197,48414,3,1437,1749 +"87185",21197,48605,3,1437,2796 +"87186",21197,49620,3,1437,1868 +"87187",21197,50685,3,1437,2008 +"87188",21197,51022,2,1437,1499 +"87189",21197,51041,3,1437,2606 +"87190",21197,51089,3,1437,2426 +"87191",21197,51866,3,1437,2411 +"87192",21197,52058,3,1437,1836 +"87193",21197,52576,2,1437,2234 +"87194",21197,53604,3,1437,2489 +"87195",21197,55082,3,1437,1856 +"87196",21197,55139,3,1437,2323 +"87197",21197,55438,3,1437,2863 +"87198",21197,55468,3,1437,2511 +"87199",21197,56317,2,1437,2030 +"87200",21197,58133,3,1437,1484 +"87201",21197,58451,3,1437,1939 +"87202",21197,58508,2,1437,2326 +"87203",21197,58684,2,1437,2295 +"87204",21197,59700,3,1437,2346 +"87205",21197,61982,2,1437,2725 +"87206",21197,62841,3,1437,2710 +"87207",21197,65155,3,1437,1947 +"87208",21197,65203,3,1437,1597 +"87209",21197,65322,3,1437,2008 +"87210",21197,66703,3,1437,2375 +"87211",21197,68215,3,1437,2727 +"87212",21197,69335,3,1437,2698 +"87213",21197,70217,3,1437,2332 +"87214",21197,73128,3,1437,1549 +"87215",21197,76892,2,1437,2381 +"87216",21197,78150,3,1437,2581 +"87217",21197,80301,3,1437,1690 +"87218",21197,81588,2,1437,1568 +"87219",21197,82949,2,1437,2077 +"87220",21197,87837,3,1437,1987 +"87221",21197,92513,3,1437,2282 +"87222",21197,96352,3,1437,1493 +"87223",21197,101797,3,1437,2357 +"87224",21198,135,3,935,2233 +"87225",21198,145,3,935,1998 +"87226",21198,180,3,935,1593 +"87227",21198,212,3,935,1513 +"87228",21198,270,2,935,2542 +"87229",21198,312,3,935,2038 +"87230",21198,380,3,935,2261 +"87231",21198,455,3,935,2827 +"87232",21198,470,3,935,2285 +"87233",21198,543,3,935,2203 +"87234",21198,600,3,935,1702 +"87235",21198,671,3,935,2328 +"87236",21198,701,3,935,2718 +"87237",21198,843,3,935,2332 +"87238",21198,913,2,935,2144 +"87239",21198,1102,3,935,2282 +"87240",21198,1124,3,935,1596 +"87241",21198,1175,3,935,1642 +"87242",21198,1315,3,935,2760 +"87243",21198,1616,3,935,2662 +"87244",21198,1639,2,935,2631 +"87245",21198,1691,3,935,1941 +"87246",21198,2063,3,935,1278 +"87247",21198,2111,3,935,1904 +"87248",21198,2181,3,935,2030 +"87249",21198,2224,3,935,2751 +"87250",21198,2269,3,935,984 +"87251",21198,2322,3,935,1645 +"87252",21198,2424,1,935,2582 +"87253",21198,2484,3,935,2389 +"87254",21198,2533,2,935,2016 +"87255",21198,2743,3,935,1278 +"87256",21198,2894,3,935,1291 +"87257",21198,3139,3,935,1656 +"87258",21198,3161,3,935,2229 +"87259",21198,3271,2,935,2216 +"87260",21198,3284,3,935,1541 +"87261",21198,3305,2,935,2839 +"87262",21198,3306,2,935,1989 +"87263",21198,3477,3,935,2546 +"87264",21198,3716,3,935,1679 +"87265",21198,3801,3,935,1974 +"87266",21198,3966,3,935,2425 +"87267",21198,4032,3,935,1763 +"87268",21198,4317,3,935,1224 +"87269",21198,4526,3,935,1728 +"87270",21198,4701,3,935,2401 +"87271",21198,4785,3,935,996 +"87272",21198,4790,2,935,1025 +"87273",21198,4791,2,935,1184 +"87274",21198,4953,3,935,2285 +"87275",21198,5041,3,935,2371 +"87276",21198,5226,3,935,1309 +"87277",21198,5346,3,935,1438 +"87278",21198,5429,3,935,1991 +"87279",21198,5599,3,935,1684 +"87280",21198,5622,3,935,2175 +"87281",21198,5864,3,935,1197 +"87282",21198,6052,3,935,1985 +"87283",21198,6063,3,935,2349 +"87284",21198,6074,3,935,2426 +"87285",21198,6222,3,935,1949 +"87286",21198,6241,3,935,2264 +"87287",21198,6363,2,935,2066 +"87288",21198,6417,3,935,1675 +"87289",21198,6449,3,935,1997 +"87290",21198,6577,3,935,1951 +"87291",21198,6588,3,935,2025 +"87292",21198,6602,3,935,1631 +"87293",21198,6718,3,935,2138 +"87294",21198,7180,3,935,2227 +"87295",21198,7245,3,935,2089 +"87296",21198,7337,3,935,1797 +"87297",21198,7475,3,935,1284 +"87298",21198,7582,3,935,1099 +"87299",21198,7604,3,935,1366 +"87300",21198,7627,3,935,1543 +"87301",21198,7677,3,935,2338 +"87302",21198,7992,3,935,2033 +"87303",21198,8073,3,935,1847 +"87304",21198,8529,3,935,1205 +"87305",21198,8607,3,935,1685 +"87306",21198,8610,3,935,2240 +"87307",21198,8762,3,935,2585 +"87308",21198,8777,3,935,1620 +"87309",21198,8888,3,935,1328 +"87310",21198,8913,3,935,968 +"87311",21198,9175,3,935,2639 +"87312",21198,9272,2,935,2835 +"87313",21198,9311,2,935,2477 +"87314",21198,9364,2,935,1698 +"87315",21198,9511,3,935,1232 +"87316",21198,9702,2,935,1928 +"87317",21198,9893,3,935,2701 +"87318",21198,10433,3,935,2075 +"87319",21198,10474,3,935,1608 +"87320",21198,10488,3,935,1524 +"87321",21198,10513,2,935,2284 +"87322",21198,10843,3,935,2277 +"87323",21198,10857,3,935,2253 +"87324",21198,10874,3,935,1891 +"87325",21198,10890,3,935,2639 +"87326",21198,11006,2,935,1950 +"87327",21198,11055,3,935,2111 +"87328",21198,11168,3,935,1223 +"87329",21198,11218,3,935,2292 +"87330",21198,11229,3,935,1625 +"87331",21198,11440,3,935,2026 +"87332",21198,11540,3,935,1237 +"87333",21198,11620,3,935,2010 +"87334",21198,11694,3,935,1564 +"87335",21198,12728,3,935,2374 +"87336",21198,12778,3,935,2045 +"87337",21198,12779,3,935,936 +"87338",21198,12863,2,935,2027 +"87339",21198,12901,3,935,2136 +"87340",21198,13307,3,935,2206 +"87341",21198,13388,3,935,2119 +"87342",21198,14252,3,935,2244 +"87343",21198,14654,3,935,1692 +"87344",21198,14959,3,935,2898 +"87345",21198,14972,3,935,2332 +"87346",21198,15003,3,935,2067 +"87347",21198,15122,3,935,1201 +"87348",21198,15207,3,935,1855 +"87349",21198,15401,3,935,1999 +"87350",21198,15626,3,935,2434 +"87351",21198,15813,2,935,2143 +"87352",21198,16201,2,935,1811 +"87353",21198,16332,2,935,2668 +"87354",21198,16432,3,935,2664 +"87355",21198,16437,3,935,1956 +"87356",21198,16835,3,935,1739 +"87357",21198,16940,2,935,1290 +"87358",21198,17365,3,935,2746 +"87359",21198,17376,3,935,1202 +"87360",21198,17381,3,935,1697 +"87361",21198,17520,3,935,2276 +"87362",21198,17698,3,935,1559 +"87363",21198,17931,2,935,1617 +"87364",21198,17934,3,935,1059 +"87365",21198,17997,3,935,1621 +"87366",21198,18217,3,935,1566 +"87367",21198,18394,3,935,2356 +"87368",21198,18415,3,935,2184 +"87369",21198,18707,3,935,1143 +"87370",21198,18965,3,935,2315 +"87371",21198,19075,3,935,2214 +"87372",21198,19096,3,935,1538 +"87373",21198,19204,3,935,1753 +"87374",21198,19248,2,935,2357 +"87375",21198,19622,3,935,2371 +"87376",21198,19637,3,935,1229 +"87377",21198,19719,1,935,2177 +"87378",21198,20067,3,935,2390 +"87379",21198,20124,2,935,2376 +"87380",21198,20287,2,935,1099 +"87381",21198,20311,3,935,1981 +"87382",21198,20407,3,935,2339 +"87383",21198,20824,3,935,1366 +"87384",21198,20975,2,935,1305 +"87385",21198,21012,3,935,2325 +"87386",21198,21122,3,935,1701 +"87387",21198,21138,3,935,2849 +"87388",21198,21164,3,935,1645 +"87389",21198,21197,1,935,1437 +"87390",21198,21248,3,935,2232 +"87391",21198,21285,1,935,2100 +"87392",21198,21693,2,935,2176 +"87393",21198,21706,3,935,1988 +"87394",21198,21758,3,935,1331 +"87395",21198,22141,3,935,2348 +"87396",21198,22277,3,935,2424 +"87397",21198,22282,1,935,1418 +"87398",21198,22326,2,935,2818 +"87399",21198,22362,2,935,1836 +"87400",21198,22415,3,935,2841 +"87401",21198,22586,2,935,1341 +"87402",21198,22895,3,935,2704 +"87403",21198,23223,3,935,2094 +"87404",21198,23395,3,935,1948 +"87405",21198,23450,1,935,967 +"87406",21198,23492,3,935,1067 +"87407",21198,23715,3,935,1859 +"87408",21198,23725,3,935,2378 +"87409",21198,23727,3,935,1734 +"87410",21198,23729,2,935,1624 +"87411",21198,23825,3,935,1913 +"87412",21198,23918,3,935,1881 +"87413",21198,23970,3,935,1624 +"87414",21198,24362,3,935,1287 +"87415",21198,24448,3,935,2289 +"87416",21198,24568,3,935,1937 +"87417",21198,24612,2,935,1875 +"87418",21198,24755,3,935,1319 +"87419",21198,24853,3,935,1004 +"87420",21198,24955,3,935,2424 +"87421",21198,25129,3,935,2647 +"87422",21198,25198,3,935,1982 +"87423",21198,25305,3,935,2447 +"87424",21198,25577,2,935,1946 +"87425",21198,25985,3,935,2071 +"87426",21198,26249,3,935,2301 +"87427",21198,26336,3,935,1904 +"87428",21198,26451,3,935,2133 +"87429",21198,26471,2,935,1061 +"87430",21198,26524,2,935,982 +"87431",21198,26749,1,935,2965 +"87432",21198,27175,2,935,1447 +"87433",21198,27275,2,935,2656 +"87434",21198,27390,2,935,2425 +"87435",21198,27501,3,935,1981 +"87436",21198,27694,2,935,2030 +"87437",21198,27792,3,935,1308 +"87438",21198,27837,3,935,1315 +"87439",21198,27849,3,935,1316 +"87440",21198,28015,3,935,1624 +"87441",21198,28115,3,935,1835 +"87442",21198,28190,3,935,1634 +"87443",21198,28233,3,935,1608 +"87444",21198,28432,3,935,1954 +"87445",21198,28991,3,935,1688 +"87446",21198,29095,3,935,2531 +"87447",21198,29917,3,935,1962 +"87448",21198,29962,2,935,2201 +"87449",21198,29987,3,935,956 +"87450",21198,30052,2,935,2855 +"87451",21198,30165,3,935,1409 +"87452",21198,30173,3,935,2404 +"87453",21198,30883,3,935,1629 +"87454",21198,30906,3,935,2537 +"87455",21198,31050,2,935,1491 +"87456",21198,31235,3,935,2668 +"87457",21198,31279,3,935,965 +"87458",21198,31530,3,935,1661 +"87459",21198,32131,3,935,1035 +"87460",21198,32173,3,935,2341 +"87461",21198,32601,2,935,1033 +"87462",21198,32606,3,935,2100 +"87463",21198,32965,3,935,2071 +"87464",21198,32988,3,935,2008 +"87465",21198,33223,3,935,2397 +"87466",21198,33356,3,935,1586 +"87467",21198,33433,3,935,2805 +"87468",21198,33801,3,935,2899 +"87469",21198,33949,2,935,2489 +"87470",21198,34160,3,935,1759 +"87471",21198,34707,3,935,2042 +"87472",21198,34820,3,935,1630 +"87473",21198,34836,3,935,2302 +"87474",21198,35095,2,935,1502 +"87475",21198,35256,3,935,2271 +"87476",21198,35302,3,935,1589 +"87477",21198,35518,3,935,1721 +"87478",21198,35529,2,935,1620 +"87479",21198,35673,3,935,1067 +"87480",21198,36439,3,935,2469 +"87481",21198,37108,3,935,1202 +"87482",21198,37238,3,935,2609 +"87483",21198,37285,3,935,2428 +"87484",21198,37752,3,935,2223 +"87485",21198,38019,2,935,1870 +"87486",21198,38219,3,935,1689 +"87487",21198,38307,3,935,2648 +"87488",21198,38780,3,935,2705 +"87489",21198,38921,3,935,1880 +"87490",21198,39278,3,935,1952 +"87491",21198,39439,3,935,2462 +"87492",21198,39444,3,935,2695 +"87493",21198,40028,3,935,1349 +"87494",21198,40432,3,935,1956 +"87495",21198,40542,3,935,1664 +"87496",21198,40645,3,935,1899 +"87497",21198,41739,3,935,1339 +"87498",21198,41872,3,935,2974 +"87499",21198,41945,3,935,2856 +"87500",21198,42216,3,935,2722 +"87501",21198,42522,3,935,2592 +"87502",21198,42618,3,935,2316 +"87503",21198,42687,3,935,1952 +"87504",21198,43173,3,935,2895 +"87505",21198,43226,2,935,2442 +"87506",21198,43385,1,935,1623 +"87507",21198,43455,2,935,2846 +"87508",21198,44654,3,935,2916 +"87509",21198,44763,3,935,1324 +"87510",21198,44773,3,935,1355 +"87511",21198,45239,3,935,2535 +"87512",21198,45608,3,935,2420 +"87513",21198,45633,3,935,2134 +"87514",21198,45684,3,935,2200 +"87515",21198,45874,3,935,944 +"87516",21198,46040,3,935,2105 +"87517",21198,46233,3,935,1475 +"87518",21198,46629,2,935,2255 +"87519",21198,47098,3,935,2057 +"87520",21198,47362,2,935,2253 +"87521",21198,47386,3,935,2226 +"87522",21198,47534,3,935,2712 +"87523",21198,47772,2,935,2293 +"87524",21198,47844,3,935,2906 +"87525",21198,48110,2,935,2009 +"87526",21198,48283,3,935,1290 +"87527",21198,48289,3,935,2209 +"87528",21198,48414,2,935,1749 +"87529",21198,48605,3,935,2796 +"87530",21198,49144,3,935,1542 +"87531",21198,49512,3,935,1302 +"87532",21198,49620,3,935,1868 +"87533",21198,50134,3,935,2674 +"87534",21198,50179,3,935,2230 +"87535",21198,50685,2,935,2008 +"87536",21198,50785,3,935,2877 +"87537",21198,51017,3,935,2073 +"87538",21198,51022,2,935,1499 +"87539",21198,51035,3,935,2397 +"87540",21198,51041,3,935,2606 +"87541",21198,51089,3,935,2426 +"87542",21198,51810,3,935,1401 +"87543",21198,51866,3,935,2411 +"87544",21198,52058,2,935,1836 +"87545",21198,52136,3,935,1412 +"87546",21198,52323,3,935,2148 +"87547",21198,52570,3,935,2645 +"87548",21198,52576,1,935,2234 +"87549",21198,52735,3,935,1124 +"87550",21198,52969,3,935,2302 +"87551",21198,53120,3,935,975 +"87552",21198,53196,3,935,1888 +"87553",21198,53323,3,935,2677 +"87554",21198,53445,3,935,2028 +"87555",21198,53475,3,935,2853 +"87556",21198,53604,3,935,2489 +"87557",21198,53924,3,935,1289 +"87558",21198,54305,2,935,1222 +"87559",21198,54551,3,935,2348 +"87560",21198,54929,3,935,2783 +"87561",21198,55082,2,935,1856 +"87562",21198,55139,2,935,2323 +"87563",21198,55438,2,935,2863 +"87564",21198,55468,2,935,2511 +"87565",21198,55862,3,935,2123 +"87566",21198,56082,3,935,2395 +"87567",21198,56317,2,935,2030 +"87568",21198,56340,3,935,2060 +"87569",21198,57353,3,935,1849 +"87570",21198,57714,3,935,1391 +"87571",21198,57804,3,935,2214 +"87572",21198,57950,3,935,1529 +"87573",21198,57977,3,935,2683 +"87574",21198,57990,3,935,978 +"87575",21198,58078,2,935,1252 +"87576",21198,58133,3,935,1484 +"87577",21198,58365,3,935,1902 +"87578",21198,58451,3,935,1939 +"87579",21198,58508,1,935,2326 +"87580",21198,58652,2,935,1437 +"87581",21198,58684,3,935,2295 +"87582",21198,59039,3,935,2870 +"87583",21198,59113,3,935,2434 +"87584",21198,59539,3,935,2429 +"87585",21198,59700,3,935,2346 +"87586",21198,60185,3,935,1206 +"87587",21198,61982,2,935,2725 +"87588",21198,62538,3,935,1656 +"87589",21198,62841,2,935,2710 +"87590",21198,63409,3,935,1937 +"87591",21198,63442,3,935,1965 +"87592",21198,64181,3,935,1828 +"87593",21198,65007,3,935,2530 +"87594",21198,65155,3,935,1947 +"87595",21198,65203,3,935,1597 +"87596",21198,65322,3,935,2008 +"87597",21198,65625,3,935,1273 +"87598",21198,65659,3,935,1653 +"87599",21198,66703,3,935,2375 +"87600",21198,66860,3,935,1548 +"87601",21198,67652,3,935,2736 +"87602",21198,67719,3,935,2429 +"87603",21198,67805,3,935,1338 +"87604",21198,68215,3,935,2727 +"87605",21198,69335,2,935,2698 +"87606",21198,69712,3,935,1219 +"87607",21198,70217,3,935,2332 +"87608",21198,70603,2,935,1002 +"87609",21198,70996,3,935,1037 +"87610",21198,71342,1,935,1289 +"87611",21198,71971,3,935,1294 +"87612",21198,72207,3,935,2430 +"87613",21198,72468,3,935,2292 +"87614",21198,72956,1,935,1251 +"87615",21198,73128,2,935,1549 +"87616",21198,73786,3,935,2937 +"87617",21198,74190,3,935,1428 +"87618",21198,75948,2,935,1006 +"87619",21198,76284,2,935,1237 +"87620",21198,76356,3,935,2323 +"87621",21198,76511,3,935,1250 +"87622",21198,76892,2,935,2381 +"87623",21198,77305,2,935,965 +"87624",21198,78150,3,935,2581 +"87625",21198,78270,3,935,1171 +"87626",21198,78932,3,935,981 +"87627",21198,79322,3,935,2770 +"87628",21198,79432,3,935,1708 +"87629",21198,79436,3,935,1344 +"87630",21198,80219,3,935,988 +"87631",21198,80301,2,935,1690 +"87632",21198,80801,3,935,1250 +"87633",21198,80825,3,935,2315 +"87634",21198,81588,2,935,1568 +"87635",21198,82039,3,935,1327 +"87636",21198,82226,3,935,1619 +"87637",21198,82787,3,935,1144 +"87638",21198,82949,1,935,2077 +"87639",21198,83396,3,935,2396 +"87640",21198,83491,3,935,1200 +"87641",21198,87048,3,935,989 +"87642",21198,87837,3,935,1987 +"87643",21198,92513,3,935,2282 +"87644",21198,94520,3,935,1243 +"87645",21198,94908,3,935,1413 +"87646",21198,96352,3,935,1493 +"87647",21198,98781,2,935,1410 +"87648",21198,100140,2,935,1041 +"87649",21198,101797,3,935,2357 +"87650",21198,105947,3,935,997 +"87651",21198,111971,3,935,1032 +"87652",21207,364,3,1258,2351 +"87653",21207,1519,3,1258,2349 +"87654",21207,1702,3,1258,1984 +"87655",21207,1846,3,1258,1845 +"87656",21207,2206,3,1258,2536 +"87657",21207,2540,3,1258,1398 +"87658",21207,2747,3,1258,2411 +"87659",21207,2936,3,1258,2512 +"87660",21207,3127,3,1258,2273 +"87661",21207,3195,3,1258,2043 +"87662",21207,3284,3,1258,1541 +"87663",21207,3493,3,1258,2451 +"87664",21207,4668,3,1258,1919 +"87665",21207,5363,3,1258,1791 +"87666",21207,5839,3,1258,2301 +"87667",21207,6132,3,1258,1590 +"87668",21207,7337,3,1258,1797 +"87669",21207,7861,3,1258,1647 +"87670",21207,7937,3,1258,2044 +"87671",21207,8140,3,1258,1262 +"87672",21207,9332,3,1258,2734 +"87673",21207,9481,2,1258,1610 +"87674",21207,9503,3,1258,2453 +"87675",21207,9703,3,1258,1845 +"87676",21207,9785,3,1258,2951 +"87677",21207,9787,3,1258,2858 +"87678",21207,9801,3,1258,2443 +"87679",21207,10453,2,1258,1656 +"87680",21207,10457,2,1258,1711 +"87681",21207,10980,3,1258,1974 +"87682",21207,11108,3,1258,1609 +"87683",21207,11563,3,1258,1863 +"87684",21207,12361,2,1258,2732 +"87685",21207,12897,2,1258,1351 +"87686",21207,13136,3,1258,2867 +"87687",21207,13566,3,1258,2056 +"87688",21207,13879,3,1258,2748 +"87689",21207,14749,3,1258,1998 +"87690",21207,15443,3,1258,1631 +"87691",21207,16286,3,1258,2470 +"87692",21207,16501,3,1258,1650 +"87693",21207,17037,3,1258,2947 +"87694",21207,17645,3,1258,1918 +"87695",21207,18005,3,1258,2449 +"87696",21207,19655,1,1258,2706 +"87697",21207,19686,3,1258,2467 +"87698",21207,20220,3,1258,1656 +"87699",21207,21487,3,1258,2203 +"87700",21207,22364,3,1258,1809 +"87701",21207,23154,3,1258,2345 +"87702",21207,23312,3,1258,2449 +"87703",21207,25163,3,1258,1751 +"87704",21207,26182,3,1258,2775 +"87705",21207,26959,3,1258,1961 +"87706",21207,27509,3,1258,2067 +"87707",21207,27686,3,1258,2844 +"87708",21207,28869,3,1258,2425 +"87709",21207,28893,3,1258,2764 +"87710",21207,29286,3,1258,1612 +"87711",21207,29818,2,1258,1677 +"87712",21207,31335,3,1258,2351 +"87713",21207,32339,2,1258,2430 +"87714",21207,32470,3,1258,1539 +"87715",21207,32775,2,1258,2135 +"87716",21207,34216,3,1258,2832 +"87717",21207,34892,3,1258,2309 +"87718",21207,35413,3,1258,1569 +"87719",21207,35477,3,1258,2703 +"87720",21207,36912,2,1258,2469 +"87721",21207,37636,3,1258,2178 +"87722",21207,40492,3,1258,1286 +"87723",21207,41581,1,1258,1692 +"87724",21207,47595,3,1258,2374 +"87725",21207,47968,3,1258,2829 +"87726",21207,48015,3,1258,1355 +"87727",21207,48127,3,1258,2677 +"87728",21207,50509,3,1258,2050 +"87729",21207,51144,3,1258,2466 +"87730",21207,51200,3,1258,2245 +"87731",21207,54631,3,1258,1531 +"87732",21207,57067,2,1258,2547 +"87733",21207,71531,3,1258,2887 +"87734",21207,72597,3,1258,1843 +"87735",21207,72632,3,1258,1289 +"87736",21207,73172,3,1258,2496 +"87737",21207,73582,3,1258,2075 +"87738",21207,74370,3,1258,1667 +"87739",21207,76143,3,1258,1610 +"87740",21207,84271,3,1258,1556 +"87741",21207,85198,2,1258,1794 +"87742",21207,90299,3,1258,1606 +"87743",21207,92860,3,1258,1643 +"87744",21209,378,3,2184,2766 +"87745",21209,2747,2,2184,2411 +"87746",21209,4831,3,2184,2365 +"87747",21209,8610,2,2184,2240 +"87748",21209,9503,3,2184,2453 +"87749",21209,11588,3,2184,2352 +"87750",21209,14586,3,2184,2801 +"87751",21209,14959,2,2184,2898 +"87752",21209,15826,3,2184,2772 +"87753",21209,24069,3,2184,2697 +"87754",21209,25486,3,2184,2582 +"87755",21209,29825,3,2184,2603 +"87756",21209,33801,3,2184,2899 +"87757",21209,35235,3,2184,2610 +"87758",21209,36953,3,2184,2790 +"87759",21209,44433,2,2184,2224 +"87760",21209,44603,2,2184,2748 +"87761",21209,53475,3,2184,2853 +"87762",21209,58501,3,2184,2613 +"87763",21214,2979,3,688,2912 +"87764",21214,8781,3,688,914 +"87765",21214,10453,3,688,1656 +"87766",21214,11108,3,688,1609 +"87767",21214,11990,3,688,1909 +"87768",21214,13296,3,688,839 +"87769",21214,15826,3,688,2772 +"87770",21214,16502,3,688,1616 +"87771",21214,27255,3,688,1232 +"87772",21214,33017,3,688,1493 +"87773",21214,40309,2,688,871 +"87774",21214,41439,3,688,709 +"87775",21214,43058,3,688,1608 +"87776",21214,44603,3,688,2748 +"87777",21214,56569,2,688,1993 +"87778",21214,57912,1,688,1035 +"87779",21214,68539,3,688,1158 +"87780",21214,100432,3,688,1358 +"87781",21214,101367,3,688,974 +"87782",21225,134,3,1945,2062 +"87783",21225,145,3,1945,1998 +"87784",21225,206,3,1945,1986 +"87785",21225,307,3,1945,2530 +"87786",21225,913,3,1945,2144 +"87787",21225,1224,3,1945,2435 +"87788",21225,1777,3,1945,1965 +"87789",21225,2625,3,1945,2152 +"87790",21225,2684,3,1945,2874 +"87791",21225,3947,3,1945,2067 +"87792",21225,4687,3,1945,2152 +"87793",21225,5078,3,1945,2033 +"87794",21225,5239,2,1945,2875 +"87795",21225,5429,3,1945,1991 +"87796",21225,5457,3,1945,2077 +"87797",21225,5462,3,1945,2374 +"87798",21225,5504,3,1945,2389 +"87799",21225,6390,3,1945,2385 +"87800",21225,7013,2,1945,2040 +"87801",21225,9030,3,1945,1979 +"87802",21225,9150,3,1945,2689 +"87803",21225,9893,3,1945,2701 +"87804",21225,11055,3,1945,2111 +"87805",21225,12356,3,1945,2757 +"87806",21225,12901,3,1945,2136 +"87807",21225,12982,2,1945,2143 +"87808",21225,13780,3,1945,2412 +"87809",21225,14325,3,1945,1976 +"87810",21225,14652,1,1945,2516 +"87811",21225,15716,2,1945,1991 +"87812",21225,16954,3,1945,2972 +"87813",21225,17033,3,1945,2771 +"87814",21225,17061,3,1945,2385 +"87815",21225,18151,3,1945,2962 +"87816",21225,18458,3,1945,2477 +"87817",21225,18563,2,1945,2715 +"87818",21225,19027,3,1945,2721 +"87819",21225,20659,1,1945,1969 +"87820",21225,21706,3,1945,1988 +"87821",21225,21795,3,1945,2653 +"87822",21225,26106,2,1945,2015 +"87823",21225,26793,1,1945,2104 +"87824",21225,30747,3,1945,2455 +"87825",21225,31235,3,1945,2668 +"87826",21225,31705,3,1945,2706 +"87827",21225,35481,3,1945,2211 +"87828",21225,36609,3,1945,2918 +"87829",21225,37400,2,1945,2860 +"87830",21225,39534,3,1945,2410 +"87831",21225,40931,3,1945,2301 +"87832",21225,42574,3,1945,2842 +"87833",21225,45608,3,1945,2420 +"87834",21225,45618,3,1945,2356 +"87835",21225,54695,3,1945,2429 +"87836",21225,56893,3,1945,2597 +"87837",21225,58427,3,1945,2234 +"87838",21225,70046,3,1945,2624 +"87839",21225,95011,2,1945,1986 +"87840",21225,102186,3,1945,2937 +"87841",21227,16176,2,2110,2703 +"87842",21235,2057,3,541,1965 +"87843",21235,4032,3,541,1763 +"87844",21235,4330,3,541,1128 +"87845",21235,6697,1,541,2438 +"87846",21235,11136,3,541,2573 +"87847",21235,41187,2,541,2340 +"87848",21235,41338,3,541,1553 +"87849",21235,43568,2,541,837 +"87850",21235,50520,3,541,1205 +"87851",21235,84447,3,541,1006 +"87852",21235,122909,2,541,1198 +"87853",21240,323,3,1162,1706 +"87854",21240,680,3,1162,2569 +"87855",21240,2206,3,1162,2536 +"87856",21240,2852,3,1162,2448 +"87857",21240,4001,3,1162,1687 +"87858",21240,4660,3,1162,2149 +"87859",21240,7229,3,1162,2669 +"87860",21240,8062,3,1162,2858 +"87861",21240,8140,3,1162,1262 +"87862",21240,8789,3,1162,2024 +"87863",21240,9035,3,1162,2771 +"87864",21240,9060,3,1162,1612 +"87865",21240,9227,3,1162,1267 +"87866",21240,9481,3,1162,1610 +"87867",21240,9484,3,1162,1429 +"87868",21240,9503,3,1162,2453 +"87869",21240,10239,3,1162,2032 +"87870",21240,10453,2,1162,1656 +"87871",21240,11648,3,1162,2852 +"87872",21240,13136,2,1162,2867 +"87873",21240,13879,3,1162,2748 +"87874",21240,14676,3,1162,2764 +"87875",21240,14749,3,1162,1998 +"87876",21240,18873,3,1162,1231 +"87877",21240,19073,2,1162,2748 +"87878",21240,19501,3,1162,1186 +"87879",21240,19655,3,1162,2706 +"87880",21240,20220,3,1162,1656 +"87881",21240,26182,3,1162,2775 +"87882",21240,26734,3,1162,2299 +"87883",21240,27686,2,1162,2844 +"87884",21240,27742,3,1162,2700 +"87885",21240,27882,3,1162,1897 +"87886",21240,29286,3,1162,1612 +"87887",21240,31563,3,1162,1756 +"87888",21240,36912,3,1162,2469 +"87889",21240,37611,3,1162,1260 +"87890",21240,39418,3,1162,1978 +"87891",21240,41023,3,1162,2408 +"87892",21240,43204,3,1162,1680 +"87893",21240,45729,3,1162,2606 +"87894",21240,46532,3,1162,2005 +"87895",21240,47375,3,1162,2043 +"87896",21240,47529,3,1162,2914 +"87897",21240,48698,3,1162,1474 +"87898",21240,60258,3,1162,2405 +"87899",21240,60879,3,1162,2792 +"87900",21240,67266,3,1162,2010 +"87901",21240,70583,3,1162,2615 +"87902",21240,72597,1,1162,1843 +"87903",21240,74055,1,1162,1544 +"87904",21240,76391,2,1162,1536 +"87905",21240,84271,3,1162,1556 +"87906",21240,90299,3,1162,1606 +"87907",21240,92148,3,1162,1294 +"87908",21240,92860,1,1162,1643 +"87909",21240,106399,3,1162,1530 +"87910",21240,107292,3,1162,1667 +"87911",21246,1691,3,1612,1941 +"87912",21246,2166,3,1612,2557 +"87913",21246,9805,3,1612,1621 +"87914",21246,14108,3,1612,2012 +"87915",21246,14972,2,1612,2332 +"87916",21246,17381,3,1612,1697 +"87917",21246,25565,3,1612,2764 +"87918",21246,30386,3,1612,1833 +"87919",21246,35518,3,1612,1721 +"87920",21246,39444,3,1612,2695 +"87921",21246,48414,3,1612,1749 +"87922",21246,88232,3,1612,2881 +"87923",21248,341,3,2232,2689 +"87924",21248,854,3,2232,2307 +"87925",21248,1616,3,2232,2662 +"87926",21248,2424,3,2232,2582 +"87927",21248,2484,3,2232,2389 +"87928",21248,3495,2,2232,2431 +"87929",21248,4953,3,2232,2285 +"87930",21248,6192,2,2232,2409 +"87931",21248,6208,3,2232,2361 +"87932",21248,8327,3,2232,2527 +"87933",21248,8865,3,2232,2394 +"87934",21248,9311,2,2232,2477 +"87935",21248,9362,3,2232,2879 +"87936",21248,10843,3,2232,2277 +"87937",21248,14586,2,2232,2801 +"87938",21248,14959,3,2232,2898 +"87939",21248,15444,1,2232,2764 +"87940",21248,15626,3,2232,2434 +"87941",21248,17027,3,2232,2772 +"87942",21248,17520,3,2232,2276 +"87943",21248,19208,3,2232,2629 +"87944",21248,19605,3,2232,2395 +"87945",21248,20067,3,2232,2390 +"87946",21248,20331,3,2232,2365 +"87947",21248,21275,3,2232,2609 +"87948",21248,23268,3,2232,2258 +"87949",21248,28626,3,2232,2842 +"87950",21248,29095,3,2232,2531 +"87951",21248,29454,3,2232,2719 +"87952",21248,30236,3,2232,2238 +"87953",21248,30906,3,2232,2537 +"87954",21248,33433,3,2232,2805 +"87955",21248,33801,3,2232,2899 +"87956",21248,35256,3,2232,2271 +"87957",21248,38307,3,2232,2648 +"87958",21248,38732,3,2232,2263 +"87959",21248,41764,3,2232,2409 +"87960",21248,43455,3,2232,2846 +"87961",21248,44885,3,2232,2670 +"87962",21248,46629,3,2232,2255 +"87963",21248,50480,2,2232,2701 +"87964",21248,51610,3,2232,2635 +"87965",21248,52576,3,2232,2234 +"87966",21248,52892,2,2232,2372 +"87967",21248,53475,3,2232,2853 +"87968",21248,59113,3,2232,2434 +"87969",21248,91142,3,2232,2527 +"87970",21248,91579,3,2232,2510 +"87971",21249,3460,3,1635,2530 +"87972",21249,3896,3,1635,2693 +"87973",21249,4821,3,1635,1938 +"87974",21249,11456,3,1635,2715 +"87975",21249,15207,3,1635,1855 +"87976",21249,15453,3,1635,1688 +"87977",21249,31997,3,1635,1703 +"87978",21249,33052,3,1635,2251 +"87979",21249,36646,3,1635,2744 +"87980",21249,42196,3,1635,2765 +"87981",21249,42642,2,1635,2257 +"87982",21249,46580,3,1635,2346 +"87983",21249,50509,3,1635,2050 +"87984",21249,51055,3,1635,2558 +"87985",21249,53968,2,1635,2703 +"87986",21249,60516,2,1635,2257 +"87987",21249,69591,3,1635,2294 +"87988",21249,77811,2,1635,1871 +"87989",21249,86152,2,1635,1944 +"87990",21275,13899,3,2609,2650 +"87991",21275,15444,2,2609,2764 +"87992",21275,19380,3,2609,2637 +"87993",21275,34216,3,2609,2832 +"87994",21275,43518,3,2609,2680 +"87995",21275,70046,3,2609,2624 +"87996",21281,4303,3,1922,2414 +"87997",21281,6989,3,1922,2623 +"87998",21285,270,2,2100,2542 +"87999",21285,671,3,2100,2328 +"88000",21285,913,3,2100,2144 +"88001",21285,1315,3,2100,2760 +"88002",21285,1639,3,2100,2631 +"88003",21285,2224,3,2100,2751 +"88004",21285,2424,1,2100,2582 +"88005",21285,3271,3,2100,2216 +"88006",21285,3305,2,2100,2839 +"88007",21285,3966,3,2100,2425 +"88008",21285,4953,3,2100,2285 +"88009",21285,9175,3,2100,2639 +"88010",21285,9272,3,2100,2835 +"88011",21285,9311,3,2100,2477 +"88012",21285,10513,3,2100,2284 +"88013",21285,10890,3,2100,2639 +"88014",21285,12728,3,2100,2374 +"88015",21285,12901,2,2100,2136 +"88016",21285,12982,3,2100,2143 +"88017",21285,13307,3,2100,2206 +"88018",21285,14252,3,2100,2244 +"88019",21285,15813,2,2100,2143 +"88020",21285,16332,3,2100,2668 +"88021",21285,17365,3,2100,2746 +"88022",21285,18394,3,2100,2356 +"88023",21285,19248,3,2100,2357 +"88024",21285,19622,3,2100,2371 +"88025",21285,19719,2,2100,2177 +"88026",21285,20124,3,2100,2376 +"88027",21285,21012,3,2100,2325 +"88028",21285,21693,3,2100,2176 +"88029",21285,22326,3,2100,2818 +"88030",21285,26749,2,2100,2965 +"88031",21285,27275,3,2100,2656 +"88032",21285,27390,3,2100,2425 +"88033",21285,29962,3,2100,2201 +"88034",21285,30052,3,2100,2855 +"88035",21285,33949,3,2100,2489 +"88036",21285,34836,3,2100,2302 +"88037",21285,37285,3,2100,2428 +"88038",21285,38307,3,2100,2648 +"88039",21285,41945,3,2100,2856 +"88040",21285,42216,3,2100,2722 +"88041",21285,43226,3,2100,2442 +"88042",21285,43455,2,2100,2846 +"88043",21285,44654,2,2100,2916 +"88044",21285,45239,3,2100,2535 +"88045",21285,46040,3,2100,2105 +"88046",21285,46629,2,2100,2255 +"88047",21285,47362,3,2100,2253 +"88048",21285,47772,3,2100,2293 +"88049",21285,51041,3,2100,2606 +"88050",21285,51089,3,2100,2426 +"88051",21285,51866,3,2100,2411 +"88052",21285,52576,2,2100,2234 +"88053",21285,53604,2,2100,2489 +"88054",21285,55139,3,2100,2323 +"88055",21285,55438,3,2100,2863 +"88056",21285,55468,3,2100,2511 +"88057",21285,58508,2,2100,2326 +"88058",21285,58684,3,2100,2295 +"88059",21285,61982,2,2100,2725 +"88060",21285,62841,3,2100,2710 +"88061",21285,68215,3,2100,2727 +"88062",21285,69335,3,2100,2698 +"88063",21285,76892,2,2100,2381 +"88064",21285,78150,3,2100,2581 +"88065",21285,92513,3,2100,2282 +"88066",21290,725,2,894,1064 +"88067",21290,2407,3,894,1725 +"88068",21290,3557,2,894,1259 +"88069",21290,5816,3,894,2408 +"88070",21290,6562,3,894,1139 +"88071",21290,8525,3,894,1787 +"88072",21290,9506,3,894,1012 +"88073",21290,9808,3,894,1648 +"88074",21290,10908,3,894,1134 +"88075",21290,11429,3,894,2520 +"88076",21290,12200,3,894,1400 +"88077",21290,12818,3,894,2015 +"88078",21290,13024,3,894,2468 +"88079",21290,14025,3,894,2384 +"88080",21290,16771,3,894,1541 +"88081",21290,16866,3,894,2718 +"88082",21290,18865,3,894,2676 +"88083",21290,21165,2,894,1112 +"88084",21290,22905,3,894,2599 +"88085",21290,23325,3,894,2779 +"88086",21290,23639,3,894,2065 +"88087",21290,23731,3,894,1656 +"88088",21290,23890,3,894,1810 +"88089",21290,23975,2,894,2143 +"88090",21290,24116,2,894,1413 +"88091",21290,25886,3,894,1580 +"88092",21290,31395,3,894,1695 +"88093",21290,32070,3,894,950 +"88094",21290,33691,3,894,949 +"88095",21290,33955,3,894,1178 +"88096",21290,36577,2,894,958 +"88097",21290,36662,3,894,2967 +"88098",21290,41180,2,894,1556 +"88099",21290,44982,3,894,1592 +"88100",21290,46581,3,894,1160 +"88101",21290,46745,3,894,1565 +"88102",21290,49621,2,894,1915 +"88103",21290,51265,3,894,2670 +"88104",21290,53905,3,894,2193 +"88105",21290,56168,3,894,1466 +"88106",21290,56212,3,894,1410 +"88107",21290,56737,3,894,2270 +"88108",21290,63395,3,894,2334 +"88109",21290,64534,3,894,2924 +"88110",21290,69215,3,894,1591 +"88111",21290,76230,3,894,1223 +"88112",21290,78262,3,894,1326 +"88113",21290,79236,2,894,1505 +"88114",21290,79918,3,894,1672 +"88115",21290,81113,3,894,1914 +"88116",21290,82426,3,894,1576 +"88117",21290,82618,2,894,1536 +"88118",21290,83947,2,894,917 +"88119",21318,2982,3,780,1233 +"88120",21318,10474,3,780,1608 +"88121",21318,13150,3,780,1570 +"88122",21318,14103,3,780,2204 +"88123",21318,22140,3,780,942 +"88124",21318,22311,3,780,2034 +"88125",21318,25610,3,780,2328 +"88126",21318,41211,2,780,896 +"88127",21318,94450,3,780,1127 +"88128",21318,99194,3,780,1271 +"88129",21318,101019,3,780,904 +"88130",21318,102301,3,780,865 +"88131",21318,107993,3,780,999 +"88132",21318,121260,3,780,2042 +"88133",21324,14915,3,2413,2606 +"88134",21324,35477,3,2413,2703 +"88135",21346,449,3,74,1950 +"88136",21346,470,3,74,2285 +"88137",21346,675,3,74,1686 +"88138",21346,1136,3,74,2536 +"88139",21346,1175,3,74,1642 +"88140",21346,1226,3,74,2353 +"88141",21346,1315,3,74,2760 +"88142",21346,1364,3,74,859 +"88143",21346,2077,2,74,610 +"88144",21346,2111,3,74,1904 +"88145",21346,2195,2,74,2139 +"88146",21346,2289,3,74,2389 +"88147",21346,2384,2,74,1057 +"88148",21346,2424,3,74,2582 +"88149",21346,2533,3,74,2016 +"88150",21346,2709,3,74,1673 +"88151",21346,3139,3,74,1656 +"88152",21346,3144,3,74,869 +"88153",21346,3164,3,74,2693 +"88154",21346,3966,3,74,2425 +"88155",21346,4360,3,74,1770 +"88156",21346,5072,2,74,2175 +"88157",21346,5405,1,74,1510 +"88158",21346,5622,1,74,2175 +"88159",21346,5716,3,74,1058 +"88160",21346,5971,3,74,1985 +"88161",21346,5984,3,74,1675 +"88162",21346,5986,3,74,1721 +"88163",21346,6030,3,74,2953 +"88164",21346,6264,3,74,749 +"88165",21346,6366,3,74,798 +"88166",21346,6417,3,74,1675 +"88167",21346,6588,3,74,2025 +"88168",21346,7180,1,74,2227 +"88169",21346,7233,3,74,572 +"88170",21346,7234,3,74,2654 +"88171",21346,9364,3,74,1698 +"88172",21346,9928,3,74,2345 +"88173",21346,10488,3,74,1524 +"88174",21346,10523,2,74,1510 +"88175",21346,10857,2,74,2253 +"88176",21346,10874,3,74,1891 +"88177",21346,11218,2,74,2292 +"88178",21346,11229,2,74,1625 +"88179",21346,11239,3,74,2181 +"88180",21346,11477,3,74,2724 +"88181",21346,11817,3,74,600 +"88182",21346,11966,3,74,2385 +"88183",21346,12042,3,74,2345 +"88184",21346,12310,3,74,1337 +"88185",21346,12375,1,74,1873 +"88186",21346,12586,3,74,613 +"88187",21346,14032,3,74,2144 +"88188",21346,14507,3,74,2686 +"88189",21346,14656,3,74,584 +"88190",21346,14855,3,74,903 +"88191",21346,14888,3,74,1411 +"88192",21346,15301,3,74,2308 +"88193",21346,15402,2,74,1281 +"88194",21346,16352,3,74,2657 +"88195",21346,17400,2,74,2231 +"88196",21346,17704,3,74,1651 +"88197",21346,17931,3,74,1617 +"88198",21346,18202,3,74,2475 +"88199",21346,18928,2,74,709 +"88200",21346,19364,3,74,2846 +"88201",21346,19622,3,74,2371 +"88202",21346,20319,3,74,468 +"88203",21346,20700,3,74,2861 +"88204",21346,21571,3,74,2755 +"88205",21346,21838,3,74,2106 +"88206",21346,22566,3,74,2308 +"88207",21346,23159,3,74,1548 +"88208",21346,23492,2,74,1067 +"88209",21346,23725,2,74,2378 +"88210",21346,24259,2,74,1281 +"88211",21346,24648,3,74,1833 +"88212",21346,24825,3,74,2686 +"88213",21346,25643,3,74,1646 +"88214",21346,26080,3,74,2525 +"88215",21346,26322,3,74,1018 +"88216",21346,26659,3,74,903 +"88217",21346,26818,3,74,1999 +"88218",21346,26867,3,74,1804 +"88219",21346,27112,3,74,500 +"88220",21346,28050,3,74,1955 +"88221",21346,28168,3,74,2702 +"88222",21346,28432,3,74,1954 +"88223",21346,30165,2,74,1409 +"88224",21346,30325,2,74,1067 +"88225",21346,31093,3,74,2160 +"88226",21346,31436,2,74,2892 +"88227",21346,32567,3,74,2784 +"88228",21346,33655,3,74,773 +"88229",21346,34480,3,74,2755 +"88230",21346,34735,3,74,2767 +"88231",21346,35673,2,74,1067 +"88232",21346,35926,3,74,2371 +"88233",21346,36714,3,74,2209 +"88234",21346,37551,3,74,257 +"88235",21346,37620,3,74,2716 +"88236",21346,37859,3,74,1999 +"88237",21346,39294,1,74,1889 +"88238",21346,40028,3,74,1349 +"88239",21346,41240,2,74,2220 +"88240",21346,42619,3,74,2017 +"88241",21346,43213,2,74,2160 +"88242",21346,43335,3,74,1412 +"88243",21346,43385,3,74,1623 +"88244",21346,44188,3,74,1609 +"88245",21346,44648,3,74,619 +"88246",21346,45684,1,74,2200 +"88247",21346,46196,2,74,1510 +"88248",21346,46629,3,74,2255 +"88249",21346,48814,3,74,264 +"88250",21346,49044,3,74,610 +"88251",21346,49046,3,74,255 +"88252",21346,49608,1,74,2184 +"88253",21346,50236,3,74,2339 +"88254",21346,50394,3,74,150 +"88255",21346,51471,3,74,1280 +"88256",21346,51971,3,74,195 +"88257",21346,52136,3,74,1412 +"88258",21346,52789,3,74,1791 +"88259",21346,53134,3,74,1590 +"88260",21346,53303,3,74,1376 +"88261",21346,53809,3,74,1956 +"88262",21346,54551,2,74,2348 +"88263",21346,54929,3,74,2783 +"88264",21346,55299,3,74,609 +"88265",21346,56082,3,74,2395 +"88266",21346,57150,3,74,1196 +"88267",21346,57246,1,74,1873 +"88268",21346,57414,1,74,922 +"88269",21346,57714,3,74,1391 +"88270",21346,59939,3,74,936 +"88271",21346,60116,3,74,2668 +"88272",21346,64997,3,74,2791 +"88273",21346,66622,3,74,799 +"88274",21346,67352,3,74,1115 +"88275",21346,69117,3,74,645 +"88276",21346,69250,3,74,1439 +"88277",21346,70838,3,74,687 +"88278",21346,72188,3,74,856 +"88279",21346,72207,3,74,2430 +"88280",21346,73553,3,74,2726 +"88281",21346,75403,2,74,1895 +"88282",21346,76048,2,74,2373 +"88283",21346,76284,2,74,1237 +"88284",21346,76905,3,74,298 +"88285",21346,78092,3,74,430 +"88286",21346,79403,2,74,977 +"88287",21346,79804,3,74,2227 +"88288",21346,82776,3,74,1232 +"88289",21346,86245,3,74,1972 +"88290",21346,87837,3,74,1987 +"88291",21346,88966,3,74,1568 +"88292",21346,90674,3,74,621 +"88293",21346,91321,2,74,353 +"88294",21346,91912,3,74,790 +"88295",21346,93953,3,74,969 +"88296",21346,97939,3,74,451 +"88297",21346,98781,3,74,1410 +"88298",21346,99215,2,74,2791 +"88299",21346,100809,3,74,353 +"88300",21346,102107,3,74,504 +"88301",21346,102893,3,74,814 +"88302",21346,106449,2,74,862 +"88303",21346,109663,3,74,545 +"88304",21346,109718,3,74,1237 +"88305",21346,109978,3,74,1865 +"88306",21346,118036,3,74,168 +"88307",21346,121354,3,74,2862 +"88308",21352,2294,2,1604,1638 +"88309",21352,3520,2,1604,2281 +"88310",21352,3786,2,1604,2282 +"88311",21352,5606,3,1604,2875 +"88312",21352,6390,3,1604,2385 +"88313",21352,8860,3,1604,2141 +"88314",21352,10087,3,1604,1617 +"88315",21352,11135,3,1604,2441 +"88316",21352,11516,3,1604,1937 +"88317",21352,16347,3,1604,1868 +"88318",21352,19687,3,1604,2072 +"88319",21352,20088,3,1604,1677 +"88320",21352,23639,3,1604,2065 +"88321",21352,23731,3,1604,1656 +"88322",21352,28355,3,1604,2053 +"88323",21352,29276,2,1604,2000 +"88324",21352,31087,3,1604,1757 +"88325",21352,33341,2,1604,2338 +"88326",21352,33363,2,1604,2475 +"88327",21352,34953,3,1604,1817 +"88328",21352,37120,3,1604,2622 +"88329",21352,39187,2,1604,2166 +"88330",21352,45299,3,1604,2426 +"88331",21352,47330,3,1604,2422 +"88332",21352,49334,3,1604,2433 +"88333",21352,55775,3,1604,2385 +"88334",21352,56673,3,1604,2419 +"88335",21352,59579,3,1604,2034 +"88336",21352,62219,3,1604,2494 +"88337",21352,80050,1,1604,2698 +"88338",21352,91772,1,1604,2233 +"88339",21356,2609,3,213,834 +"88340",21356,11493,3,213,2077 +"88341",21356,13979,3,213,1559 +"88342",21356,28335,3,213,1240 +"88343",21356,37934,3,213,1595 +"88344",21356,54631,3,213,1531 +"88345",21356,55580,2,213,1942 +"88346",21356,57337,3,213,1443 +"88347",21356,77671,3,213,470 +"88348",21356,80883,2,213,280 +"88349",21356,87720,3,213,2086 +"88350",21358,1624,3,1970,2687 +"88351",21358,3158,3,1970,2762 +"88352",21358,4249,2,1970,2547 +"88353",21358,4698,3,1970,2481 +"88354",21358,4784,1,1970,2511 +"88355",21358,6223,2,1970,2363 +"88356",21358,6345,3,1970,2713 +"88357",21358,6747,3,1970,2913 +"88358",21358,9724,3,1970,2713 +"88359",21358,14470,3,1970,2632 +"88360",21358,14957,3,1970,2306 +"88361",21358,15782,2,1970,2306 +"88362",21358,17499,3,1970,2954 +"88363",21358,19656,3,1970,2059 +"88364",21358,21920,3,1970,2367 +"88365",21358,23550,3,1970,2939 +"88366",21358,25941,2,1970,2369 +"88367",21358,30096,3,1970,2082 +"88368",21358,31950,3,1970,2217 +"88369",21358,32576,3,1970,2881 +"88370",21358,33176,3,1970,2630 +"88371",21358,33460,3,1970,2781 +"88372",21358,36478,3,1970,2808 +"88373",21358,36840,3,1970,2269 +"88374",21358,37684,3,1970,2899 +"88375",21358,41489,1,1970,2006 +"88376",21358,42390,3,1970,2937 +"88377",21358,43701,3,1970,2400 +"88378",21358,47607,3,1970,2724 +"88379",21358,48823,1,1970,2080 +"88380",21358,53584,3,1970,2391 +"88381",21358,53652,3,1970,2899 +"88382",21358,54488,3,1970,2357 +"88383",21358,64737,3,1970,2442 +"88384",21358,68813,2,1970,2511 +"88385",21358,73520,3,1970,2613 +"88386",21358,80186,3,1970,2228 +"88387",21358,82217,2,1970,2441 +"88388",21358,108467,3,1970,2170 +"88389",21362,41945,3,2515,2856 +"88390",21364,1090,3,1422,2370 +"88391",21364,3011,3,1422,2278 +"88392",21364,24169,3,1422,1663 +"88393",21364,24405,3,1422,1443 +"88394",21364,53779,2,1422,2000 +"88395",21364,55256,3,1422,2379 +"88396",21364,64502,3,1422,1670 +"88397",21364,94125,3,1422,2280 +"88398",21383,364,2,971,2351 +"88399",21383,913,3,971,2144 +"88400",21383,1314,3,971,1522 +"88401",21383,1349,3,971,1147 +"88402",21383,1846,3,971,1845 +"88403",21383,2036,3,971,2483 +"88404",21383,2540,2,971,1398 +"88405",21383,2852,3,971,2448 +"88406",21383,3493,2,971,2451 +"88407",21383,3978,3,971,2775 +"88408",21383,4660,3,971,2149 +"88409",21383,4669,3,971,2395 +"88410",21383,4790,3,971,1025 +"88411",21383,4932,3,971,2752 +"88412",21383,4983,3,971,1909 +"88413",21383,5363,3,971,1791 +"88414",21383,6119,3,971,2358 +"88415",21383,6989,2,971,2623 +"88416",21383,7785,3,971,2441 +"88417",21383,8760,3,971,2477 +"88418",21383,8890,3,971,1955 +"88419",21383,9703,3,971,1845 +"88420",21383,9785,3,971,2951 +"88421",21383,9787,3,971,2858 +"88422",21383,10336,3,971,2271 +"88423",21383,10457,3,971,1711 +"88424",21383,11648,3,971,2852 +"88425",21383,12116,3,971,2119 +"88426",21383,12361,2,971,2732 +"88427",21383,12897,3,971,1351 +"88428",21383,12948,3,971,2669 +"88429",21383,15443,3,971,1631 +"88430",21383,17033,3,971,2771 +"88431",21383,18421,3,971,2457 +"88432",21383,18615,3,971,1025 +"88433",21383,18672,3,971,1182 +"88434",21383,19655,2,971,2706 +"88435",21383,20941,3,971,2725 +"88436",21383,20984,3,971,2502 +"88437",21383,21207,3,971,1258 +"88438",21383,21487,3,971,2203 +"88439",21383,21593,1,971,1312 +"88440",21383,22244,3,971,2139 +"88441",21383,22410,3,971,2158 +"88442",21383,23498,2,971,2398 +"88443",21383,23560,3,971,2051 +"88444",21383,25198,3,971,1982 +"88445",21383,25722,3,971,1697 +"88446",21383,26286,3,971,2023 +"88447",21383,27275,3,971,2656 +"88448",21383,27390,2,971,2425 +"88449",21383,28869,3,971,2425 +"88450",21383,29473,3,971,2602 +"88451",21383,29818,3,971,1677 +"88452",21383,31087,3,971,1757 +"88453",21383,31335,2,971,2351 +"88454",21383,31866,3,971,2101 +"88455",21383,32560,3,971,1258 +"88456",21383,32939,3,971,2277 +"88457",21383,33537,3,971,2406 +"88458",21383,36953,3,971,2790 +"88459",21383,37351,3,971,978 +"88460",21383,37424,3,971,1693 +"88461",21383,37632,2,971,1295 +"88462",21383,41098,3,971,1857 +"88463",21383,41581,3,971,1692 +"88464",21383,42256,3,971,2839 +"88465",21383,45729,3,971,2606 +"88466",21383,45869,3,971,2840 +"88467",21383,46299,3,971,1132 +"88468",21383,46486,3,971,1868 +"88469",21383,46982,3,971,2806 +"88470",21383,47013,3,971,2388 +"88471",21383,48501,2,971,2010 +"88472",21383,51144,2,971,2466 +"88473",21383,52136,3,971,1412 +"88474",21383,52815,3,971,2323 +"88475",21383,54775,3,971,2383 +"88476",21383,57804,3,971,2214 +"88477",21383,58829,3,971,1256 +"88478",21383,63641,3,971,2337 +"88479",21383,65223,3,971,2724 +"88480",21383,66717,3,971,2104 +"88481",21383,68539,3,971,1158 +"88482",21383,70748,3,971,978 +"88483",21383,72535,3,971,1191 +"88484",21383,72632,2,971,1289 +"88485",21383,73107,3,971,1918 +"88486",21383,76286,2,971,1642 +"88487",21383,78138,1,971,1601 +"88488",21383,81162,3,971,1240 +"88489",21383,85198,2,971,1794 +"88490",21383,87907,3,971,1173 +"88491",21383,90065,3,971,1418 +"88492",21383,96706,2,971,1597 +"88493",21386,8913,3,536,968 +"88494",21386,15401,3,536,1999 +"88495",21386,24293,3,536,1184 +"88496",21386,32988,3,536,2008 +"88497",21386,34954,3,536,1184 +"88498",21386,38219,3,536,1689 +"88499",21386,65155,3,536,1947 +"88500",21401,5315,3,1440,2631 +"88501",21401,10358,3,1440,2294 +"88502",21401,11477,3,1440,2724 +"88503",21401,13573,3,1440,2774 +"88504",21401,14032,3,1440,2144 +"88505",21401,30438,3,1440,1617 +"88506",21401,31003,3,1440,1859 +"88507",21401,34648,2,1440,1596 +"88508",21401,36007,3,1440,2089 +"88509",21401,41278,3,1440,1873 +"88510",21401,45715,3,1440,2287 +"88511",21401,45903,2,1440,2237 +"88512",21401,48127,3,1440,2677 +"88513",21401,48602,3,1440,1704 +"88514",21401,64502,3,1440,1670 +"88515",21401,67957,3,1440,2823 +"88516",21401,81095,3,1440,1609 +"88517",21401,96553,3,1440,1887 +"88518",21406,25325,3,2714,2963 +"88519",21406,36609,3,2714,2918 +"88520",21406,42574,1,2714,2842 +"88521",21406,48571,3,2714,2717 +"88522",21407,37279,3,2728,2768 +"88523",21417,1262,3,2422,2973 +"88524",21417,3695,3,2422,2612 +"88525",21417,3714,3,2422,2605 +"88526",21417,7394,3,2422,2615 +"88527",21417,12035,3,2422,2721 +"88528",21417,13732,3,2422,2789 +"88529",21417,18151,3,2422,2962 +"88530",21417,18366,3,2422,2699 +"88531",21417,19528,3,2422,2742 +"88532",21417,19872,3,2422,2913 +"88533",21417,21795,2,2422,2653 +"88534",21417,22326,3,2422,2818 +"88535",21417,26865,2,2422,2726 +"88536",21417,34327,2,2422,2959 +"88537",21417,47947,3,2422,2681 +"88538",21417,49998,3,2422,2761 +"88539",21417,55691,3,2422,2856 +"88540",21417,70046,2,2422,2624 +"88541",21417,73266,3,2422,2496 +"88542",21419,7733,3,1243,1326 +"88543",21419,11135,3,1243,2441 +"88544",21419,15502,3,1243,2637 +"88545",21419,17999,3,1243,2758 +"88546",21419,22905,3,1243,2599 +"88547",21419,24116,3,1243,1413 +"88548",21419,25886,3,1243,1580 +"88549",21419,26513,3,1243,2205 +"88550",21419,31170,3,1243,1776 +"88551",21419,43524,2,1243,2572 +"88552",21419,51448,3,1243,1593 +"88553",21419,55436,2,1243,2513 +"88554",21419,62334,3,1243,1766 +"88555",21419,78262,3,1243,1326 +"88556",21419,83007,3,1243,2727 +"88557",21422,145,3,935,1998 +"88558",21422,212,2,935,1513 +"88559",21422,270,3,935,2542 +"88560",21422,380,3,935,2261 +"88561",21422,600,3,935,1702 +"88562",21422,913,2,935,2144 +"88563",21422,1102,3,935,2282 +"88564",21422,1124,3,935,1596 +"88565",21422,1147,2,935,1999 +"88566",21422,1324,3,935,2147 +"88567",21422,2111,3,935,1904 +"88568",21422,2424,3,935,2582 +"88569",21422,2540,3,935,1398 +"88570",21422,2894,3,935,1291 +"88571",21422,3961,3,935,2426 +"88572",21422,5315,3,935,2631 +"88573",21422,5392,3,935,1648 +"88574",21422,5615,3,935,1105 +"88575",21422,5865,3,935,1910 +"88576",21422,6192,3,935,2409 +"88577",21422,6588,3,935,2025 +"88578",21422,6718,3,935,2138 +"88579",21422,7185,3,935,1046 +"88580",21422,7406,3,935,1906 +"88581",21422,7475,3,935,1284 +"88582",21422,8274,3,935,1909 +"88583",21422,8844,3,935,1671 +"88584",21422,8888,3,935,1328 +"88585",21422,9191,3,935,2707 +"88586",21422,9511,2,935,1232 +"88587",21422,10358,3,935,2294 +"88588",21422,10779,3,935,2881 +"88589",21422,10857,3,935,2253 +"88590",21422,11218,3,935,2292 +"88591",21422,12388,3,935,1975 +"88592",21422,12618,3,935,2021 +"88593",21422,13307,3,935,2206 +"88594",21422,13388,3,935,2119 +"88595",21422,13929,3,935,2693 +"88596",21422,13967,3,935,1354 +"88597",21422,15381,3,935,2289 +"88598",21422,15636,3,935,2857 +"88599",21422,17027,3,935,2772 +"88600",21422,17097,3,935,1505 +"88601",21422,17355,3,935,1469 +"88602",21422,17698,3,935,1559 +"88603",21422,18152,3,935,1314 +"88604",21422,18394,3,935,2356 +"88605",21422,19208,3,935,2629 +"88606",21422,19335,3,935,1729 +"88607",21422,19605,3,935,2395 +"88608",21422,19637,3,935,1229 +"88609",21422,19862,3,935,2412 +"88610",21422,20067,3,935,2390 +"88611",21422,20124,3,935,2376 +"88612",21422,20730,3,935,2243 +"88613",21422,21012,3,935,2325 +"88614",21422,21566,3,935,1234 +"88615",21422,21693,2,935,2176 +"88616",21422,21706,3,935,1988 +"88617",21422,22326,2,935,2818 +"88618",21422,22362,2,935,1836 +"88619",21422,22403,3,935,1630 +"88620",21422,22567,3,935,2396 +"88621",21422,22808,3,935,2297 +"88622",21422,23132,3,935,2756 +"88623",21422,23319,3,935,2867 +"88624",21422,23526,3,935,1998 +"88625",21422,23715,3,935,1859 +"88626",21422,23787,3,935,2810 +"88627",21422,23869,3,935,1918 +"88628",21422,24066,3,935,1755 +"88629",21422,24362,3,935,1287 +"88630",21422,24448,3,935,2289 +"88631",21422,24482,3,935,1649 +"88632",21422,24568,3,935,1937 +"88633",21422,25305,2,935,2447 +"88634",21422,26249,3,935,2301 +"88635",21422,26366,3,935,1688 +"88636",21422,26582,3,935,2772 +"88637",21422,27104,3,935,1608 +"88638",21422,27275,3,935,2656 +"88639",21422,27390,3,935,2425 +"88640",21422,29962,3,935,2201 +"88641",21422,29987,3,935,956 +"88642",21422,30173,3,935,2404 +"88643",21422,30309,1,935,1449 +"88644",21422,31235,3,935,2668 +"88645",21422,32131,2,935,1035 +"88646",21422,33801,3,935,2899 +"88647",21422,35529,2,935,1620 +"88648",21422,35673,3,935,1067 +"88649",21422,37897,3,935,1685 +"88650",21422,38973,2,935,1999 +"88651",21422,39748,3,935,1566 +"88652",21422,40383,3,935,2639 +"88653",21422,40493,3,935,1981 +"88654",21422,40646,2,935,1583 +"88655",21422,41108,1,935,1624 +"88656",21422,41770,3,935,2752 +"88657",21422,42129,3,935,2318 +"88658",21422,42799,2,935,2729 +"88659",21422,43455,3,935,2846 +"88660",21422,43941,3,935,1289 +"88661",21422,44161,3,935,1156 +"88662",21422,46629,3,935,2255 +"88663",21422,47386,3,935,2226 +"88664",21422,48035,3,935,2180 +"88665",21422,48215,3,935,2028 +"88666",21422,51157,3,935,2319 +"88667",21422,52136,3,935,1412 +"88668",21422,52735,3,935,1124 +"88669",21422,53475,3,935,2853 +"88670",21422,54551,3,935,2348 +"88671",21422,56082,3,935,2395 +"88672",21422,57150,3,935,1196 +"88673",21422,57760,2,935,1721 +"88674",21422,61982,3,935,2725 +"88675",21422,62148,3,935,1566 +"88676",21422,63409,3,935,1937 +"88677",21422,70217,3,935,2332 +"88678",21422,70996,1,935,1037 +"88679",21422,72207,3,935,2430 +"88680",21422,74818,3,935,1440 +"88681",21422,76356,2,935,2323 +"88682",21422,79653,3,935,2683 +"88683",21422,81478,2,935,1640 +"88684",21422,85138,3,935,1685 +"88685",21422,85547,2,935,997 +"88686",21422,90800,3,935,1594 +"88687",21422,91579,3,935,2510 +"88688",21422,91901,2,935,1236 +"88689",21422,94101,2,935,997 +"88690",21422,100140,3,935,1041 +"88691",21422,103524,3,935,991 +"88692",21424,9716,3,1303,1929 +"88693",21424,14623,3,1303,2043 +"88694",21424,23302,3,1303,2677 +"88695",21424,24610,3,1303,2733 +"88696",21424,26138,3,1303,1902 +"88697",21424,30317,2,1303,2431 +"88698",21424,32939,2,1303,2277 +"88699",21424,33278,3,1303,1591 +"88700",21424,39189,3,1303,2319 +"88701",21424,57727,3,1303,1648 +"88702",21424,57804,3,1303,2214 +"88703",21424,96197,2,1303,1670 +"88704",21448,602,3,2332,2632 +"88705",21448,9311,2,2332,2477 +"88706",21448,12703,3,2332,2689 +"88707",21448,15626,2,2332,2434 +"88708",21448,26218,3,2332,2460 +"88709",21448,28982,3,2332,2746 +"88710",21448,30906,3,2332,2537 +"88711",21448,33433,2,2332,2805 +"88712",21448,38755,2,2332,2902 +"88713",21448,39534,2,2332,2410 +"88714",21448,49347,3,2332,2504 +"88715",21448,49696,3,2332,2444 +"88716",21448,51853,3,2332,2520 +"88717",21448,55643,3,2332,2359 +"88718",21448,59113,2,2332,2434 +"88719",21448,77010,2,2332,2639 +"88720",21463,2334,3,2437,2619 +"88721",21463,6824,3,2437,2680 +"88722",21463,10638,3,2437,2692 +"88723",21463,11506,2,2437,2824 +"88724",21463,18943,2,2437,2861 +"88725",21463,20007,3,2437,2971 +"88726",21463,21180,3,2437,2762 +"88727",21463,22326,3,2437,2818 +"88728",21463,25305,3,2437,2447 +"88729",21463,36574,3,2437,2934 +"88730",21463,38144,3,2437,2637 +"88731",21463,38309,3,2437,2644 +"88732",21463,38755,3,2437,2902 +"88733",21463,39105,1,2437,2487 +"88734",21463,41978,3,2437,2824 +"88735",21463,53013,3,2437,2523 +"88736",21463,59005,3,2437,2817 +"88737",21463,59039,3,2437,2870 +"88738",21463,68592,3,2437,2551 +"88739",21463,69335,3,2437,2698 +"88740",21463,79322,3,2437,2770 +"88741",21479,1315,3,2134,2760 +"88742",21479,13158,3,2134,2667 +"88743",21479,13324,2,2134,2163 +"88744",21479,13479,2,2134,2155 +"88745",21479,23268,3,2134,2258 +"88746",21479,23312,3,2134,2449 +"88747",21479,23460,3,2134,2183 +"88748",21479,26234,3,2134,2183 +"88749",21479,27427,2,2134,2325 +"88750",21479,46506,3,2134,2464 +"88751",21479,65572,3,2134,2750 +"88752",21480,3195,3,1646,2043 +"88753",21480,10964,3,1646,2043 +"88754",21480,11067,3,1646,2734 +"88755",21480,15095,3,1646,2001 +"88756",21480,29578,3,1646,1957 +"88757",21480,32939,3,1646,2277 +"88758",21480,35620,2,1646,2092 +"88759",21480,36120,3,1646,2971 +"88760",21480,46385,3,1646,2225 +"88761",21480,57804,3,1646,2214 +"88762",21487,364,3,2203,2351 +"88763",21487,841,3,2203,2964 +"88764",21487,2206,2,2203,2536 +"88765",21487,6234,3,2203,2654 +"88766",21487,6989,3,2203,2623 +"88767",21487,9615,3,2203,2464 +"88768",21487,9785,3,2203,2951 +"88769",21487,9787,3,2203,2858 +"88770",21487,10336,3,2203,2271 +"88771",21487,11067,3,2203,2734 +"88772",21487,14972,3,2203,2332 +"88773",21487,18005,3,2203,2449 +"88774",21487,19655,3,2203,2706 +"88775",21487,22578,3,2203,2216 +"88776",21487,26182,3,2203,2775 +"88777",21487,26658,3,2203,2745 +"88778",21487,30981,3,2203,2366 +"88779",21487,32939,2,2203,2277 +"88780",21487,35264,3,2203,2329 +"88781",21487,38676,3,2203,2286 +"88782",21487,42256,1,2203,2839 +"88783",21487,45585,3,2203,2384 +"88784",21487,46384,3,2203,2285 +"88785",21487,46982,3,2203,2806 +"88786",21487,47013,3,2203,2388 +"88787",21487,57804,2,2203,2214 +"88788",21487,58284,3,2203,2292 +"88789",21487,62066,3,2203,2281 +"88790",21487,68931,3,2203,2771 +"88791",21487,71531,3,2203,2887 +"88792",21493,29580,3,2286,2776 +"88793",21493,45504,3,2286,2301 +"88794",21493,49109,3,2286,2341 +"88795",21493,50275,3,2286,2832 +"88796",21493,56688,3,2286,2331 +"88797",21496,18102,3,1224,1642 +"88798",21496,49958,3,1224,1860 +"88799",21504,3669,3,2328,2524 +"88800",21504,18808,1,2328,2854 +"88801",21504,24761,3,2328,2384 +"88802",21504,35264,1,2328,2329 +"88803",21504,38309,2,2328,2644 +"88804",21504,50440,3,2328,2469 +"88805",21504,53362,3,2328,2360 +"88806",21504,54903,3,2328,2493 +"88807",21504,59511,3,2328,2753 +"88808",21527,10382,3,1422,2111 +"88809",21527,19453,3,1422,1928 +"88810",21527,37915,3,1422,1905 +"88811",21527,53779,1,1422,2000 +"88812",21527,64502,2,1422,1670 +"88813",21527,85736,3,1422,1601 +"88814",21528,2057,3,1807,1965 +"88815",21528,8865,3,1807,2394 +"88816",21528,9115,2,1807,2068 +"88817",21528,11585,3,1807,1817 +"88818",21528,59683,3,1807,2068 +"88819",21528,69232,2,1807,2130 +"88820",21535,364,2,404,2351 +"88821",21535,6160,1,404,969 +"88822",21535,9332,3,404,2734 +"88823",21535,13068,3,404,1778 +"88824",21535,14156,3,404,1251 +"88825",21535,14425,3,404,1036 +"88826",21535,15880,2,404,878 +"88827",21535,16437,3,404,1956 +"88828",21535,19934,3,404,2888 +"88829",21535,20821,3,404,1617 +"88830",21535,26700,3,404,1663 +"88831",21535,27320,3,404,2378 +"88832",21535,28893,3,404,2764 +"88833",21535,29495,3,404,1612 +"88834",21535,35709,3,404,464 +"88835",21535,38087,3,404,1083 +"88836",21535,40035,3,404,2742 +"88837",21535,40283,3,404,1657 +"88838",21535,42756,3,404,1384 +"88839",21535,47148,3,404,569 +"88840",21535,47968,3,404,2829 +"88841",21535,49201,3,404,936 +"88842",21535,57209,3,404,1719 +"88843",21535,58229,3,404,1202 +"88844",21535,58421,3,404,910 +"88845",21535,58875,3,404,1899 +"88846",21535,80338,3,404,2059 +"88847",21535,108793,3,404,919 +"88848",21563,19751,3,1138,1630 +"88849",21563,77811,3,1138,1871 +"88850",21566,341,3,1234,2689 +"88851",21566,913,3,1234,2144 +"88852",21566,952,3,1234,1991 +"88853",21566,5346,3,1234,1438 +"88854",21566,6055,3,1234,2651 +"88855",21566,8275,3,1234,2237 +"88856",21566,10310,2,1234,2774 +"88857",21566,10870,3,1234,1755 +"88858",21566,11103,3,1234,2393 +"88859",21566,11493,2,1234,2077 +"88860",21566,12371,2,1234,1569 +"88861",21566,12692,2,1234,1855 +"88862",21566,13967,3,1234,1354 +"88863",21566,15207,2,1234,1855 +"88864",21566,17351,3,1234,2036 +"88865",21566,19208,2,1234,2629 +"88866",21566,19593,2,1234,2013 +"88867",21566,19605,3,1234,2395 +"88868",21566,20331,3,1234,2365 +"88869",21566,20730,2,1234,2243 +"88870",21566,20874,3,1234,1580 +"88871",21566,22893,2,1234,1938 +"88872",21566,23006,1,1234,1532 +"88873",21566,24256,3,1234,2393 +"88874",21566,24586,3,1234,2465 +"88875",21566,27104,2,1234,1608 +"88876",21566,27195,3,1234,2158 +"88877",21566,28131,3,1234,1492 +"88878",21566,28571,2,1234,1556 +"88879",21566,29930,2,1234,2240 +"88880",21566,33184,3,1234,2522 +"88881",21566,35772,2,1234,1440 +"88882",21566,36441,1,1234,2796 +"88883",21566,40646,3,1234,1583 +"88884",21566,41108,3,1234,1624 +"88885",21566,41770,2,1234,2752 +"88886",21566,42515,3,1234,2752 +"88887",21566,42799,1,1234,2729 +"88888",21566,44894,2,1234,2048 +"88889",21566,45903,3,1234,2237 +"88890",21566,46043,2,1234,1358 +"88891",21566,46635,2,1234,2528 +"88892",21566,47789,3,1234,1583 +"88893",21566,50480,3,1234,2701 +"88894",21566,52136,3,1234,1412 +"88895",21566,52345,3,1234,1430 +"88896",21566,56903,2,1234,1584 +"88897",21566,62148,3,1234,1566 +"88898",21566,62870,2,1234,1568 +"88899",21566,67129,3,1234,2335 +"88900",21566,68024,2,1234,1531 +"88901",21566,74818,1,1234,1440 +"88902",21566,76356,2,1234,2323 +"88903",21566,80944,3,1234,2300 +"88904",21566,85356,2,1234,1492 +"88905",21566,86785,3,1234,1607 +"88906",21566,86883,2,1234,1623 +"88907",21566,91901,2,1234,1236 +"88908",21566,92381,3,1234,1237 +"88909",21566,94520,3,1234,1243 +"88910",21566,96132,2,1234,1489 +"88911",21566,109718,3,1234,1237 +"88912",21566,117956,2,1234,2774 +"88913",21571,6030,2,2755,2953 +"88914",21571,17499,3,2755,2954 +"88915",21571,18361,3,2755,2968 +"88916",21571,28296,3,2755,2944 +"88917",21571,32567,2,2755,2784 +"88918",21571,34735,2,2755,2767 +"88919",21571,49110,3,2755,2938 +"88920",21571,51052,3,2755,2784 +"88921",21571,54929,2,2755,2783 +"88922",21571,68083,3,2755,2795 +"88923",21571,88232,3,2755,2881 +"88924",21575,313,3,1762,2271 +"88925",21575,2206,3,1762,2536 +"88926",21575,4730,3,1762,2131 +"88927",21575,7394,3,1762,2615 +"88928",21575,19057,3,1762,2664 +"88929",21575,24069,3,1762,2697 +"88930",21575,26227,1,1762,2265 +"88931",21575,26642,3,1762,2952 +"88932",21575,26847,1,1762,1902 +"88933",21575,27478,3,1762,2485 +"88934",21575,30442,2,1762,2124 +"88935",21575,32235,3,1762,2109 +"88936",21575,41051,3,1762,2767 +"88937",21575,47968,3,1762,2829 +"88938",21575,66994,3,1762,1865 +"88939",21575,68586,3,1762,2322 +"88940",21581,237,3,781,1982 +"88941",21581,4430,3,781,2019 +"88942",21581,6821,3,781,1788 +"88943",21581,10373,3,781,2436 +"88944",21581,16437,2,781,1956 +"88945",21581,26428,3,781,2203 +"88946",21581,45480,3,781,1104 +"88947",21581,49201,3,781,936 +"88948",21581,58421,3,781,910 +"88949",21581,73439,1,781,928 +"88950",21581,83898,3,781,1036 +"88951",21593,364,3,1312,2351 +"88952",21593,913,3,1312,2144 +"88953",21593,2036,3,1312,2483 +"88954",21593,2540,2,1312,1398 +"88955",21593,3100,3,1312,2524 +"88956",21593,3493,3,1312,2451 +"88957",21593,3520,3,1312,2281 +"88958",21593,3978,3,1312,2775 +"88959",21593,4669,3,1312,2395 +"88960",21593,4932,3,1312,2752 +"88961",21593,4983,3,1312,1909 +"88962",21593,5962,3,1312,2491 +"88963",21593,6119,2,1312,2358 +"88964",21593,6989,2,1312,2623 +"88965",21593,7785,3,1312,2441 +"88966",21593,8760,3,1312,2477 +"88967",21593,9703,3,1312,1845 +"88968",21593,10336,2,1312,2271 +"88969",21593,11648,3,1312,2852 +"88970",21593,12116,3,1312,2119 +"88971",21593,12361,3,1312,2732 +"88972",21593,12948,3,1312,2669 +"88973",21593,13079,3,1312,2547 +"88974",21593,16286,3,1312,2470 +"88975",21593,17826,3,1312,2920 +"88976",21593,19655,3,1312,2706 +"88977",21593,20984,3,1312,2502 +"88978",21593,21976,3,1312,1808 +"88979",21593,22410,3,1312,2158 +"88980",21593,23498,2,1312,2398 +"88981",21593,23560,3,1312,2051 +"88982",21593,25198,3,1312,1982 +"88983",21593,27275,3,1312,2656 +"88984",21593,27390,2,1312,2425 +"88985",21593,28869,3,1312,2425 +"88986",21593,29473,3,1312,2602 +"88987",21593,29818,3,1312,1677 +"88988",21593,31087,2,1312,1757 +"88989",21593,31335,3,1312,2351 +"88990",21593,33363,3,1312,2475 +"88991",21593,34055,3,1312,1881 +"88992",21593,36953,3,1312,2790 +"88993",21593,37036,3,1312,2264 +"88994",21593,37424,3,1312,1693 +"88995",21593,37868,3,1312,2876 +"88996",21593,41098,3,1312,1857 +"88997",21593,45869,3,1312,2840 +"88998",21593,46486,3,1312,1868 +"88999",21593,47968,3,1312,2829 +"89000",21593,48501,2,1312,2010 +"89001",21593,51144,3,1312,2466 +"89002",21593,52815,3,1312,2323 +"89003",21593,54775,3,1312,2383 +"89004",21593,65223,2,1312,2724 +"89005",21593,76286,2,1312,1642 +"89006",21593,78138,2,1312,1601 +"89007",21593,85198,3,1312,1794 +"89008",21593,90892,3,1312,2399 +"89009",21593,96706,3,1312,1597 +"89010",21593,102566,3,1312,2207 +"89011",21593,104828,3,1312,1609 +"89012",21617,512,2,516,1596 +"89013",21617,1691,3,516,1941 +"89014",21617,2143,3,516,1174 +"89015",21617,2181,2,516,2030 +"89016",21617,3271,3,516,2216 +"89017",21617,3753,3,516,1255 +"89018",21617,4687,3,516,2152 +"89019",21617,5018,3,516,640 +"89020",21617,5350,3,516,2522 +"89021",21617,6390,3,516,2385 +"89022",21617,8011,2,516,889 +"89023",21617,9272,3,516,2835 +"89024",21617,11434,3,516,1187 +"89025",21617,12199,3,516,1651 +"89026",21617,13290,3,516,2824 +"89027",21617,13895,1,516,687 +"89028",21617,14108,2,516,2012 +"89029",21617,15799,1,516,1917 +"89030",21617,18502,3,516,1033 +"89031",21617,18543,3,516,2968 +"89032",21617,19605,3,516,2395 +"89033",21617,19882,2,516,565 +"89034",21617,20486,3,516,1908 +"89035",21617,21133,3,516,1320 +"89036",21617,23526,2,516,1998 +"89037",21617,23715,3,516,1859 +"89038",21617,25289,2,516,1790 +"89039",21617,25565,3,516,2764 +"89040",21617,25816,3,516,2088 +"89041",21617,27694,3,516,2030 +"89042",21617,29050,3,516,1196 +"89043",21617,29170,3,516,1846 +"89044",21617,30411,3,516,630 +"89045",21617,31436,3,516,2892 +"89046",21617,33219,3,516,1173 +"89047",21617,33621,3,516,1319 +"89048",21617,34314,3,516,630 +"89049",21617,34836,3,516,2302 +"89050",21617,34908,3,516,2796 +"89051",21617,34945,2,516,1298 +"89052",21617,36439,3,516,2469 +"89053",21617,36450,3,516,1591 +"89054",21617,37509,3,516,1640 +"89055",21617,38019,3,516,1870 +"89056",21617,38300,3,516,1149 +"89057",21617,41000,3,516,2011 +"89058",21617,41085,3,516,637 +"89059",21617,43173,3,516,2895 +"89060",21617,43226,2,516,2442 +"89061",21617,44427,3,516,2875 +"89062",21617,47064,3,516,1993 +"89063",21617,47585,3,516,794 +"89064",21617,48110,3,516,2009 +"89065",21617,50235,3,516,726 +"89066",21617,50248,3,516,2781 +"89067",21617,52323,3,516,2148 +"89068",21617,52327,3,516,1472 +"89069",21617,53252,3,516,637 +"89070",21617,53303,3,516,1376 +"89071",21617,53519,2,516,2781 +"89072",21617,54695,3,516,2429 +"89073",21617,56232,3,516,1175 +"89074",21617,56688,3,516,2331 +"89075",21617,57990,1,516,978 +"89076",21617,58427,2,516,2234 +"89077",21617,58508,3,516,2326 +"89078",21617,59700,3,516,2346 +"89079",21617,61785,3,516,822 +"89080",21617,62602,3,516,1172 +"89081",21617,69335,3,516,2698 +"89082",21617,72468,3,516,2292 +"89083",21617,75025,3,516,717 +"89084",21617,76192,3,516,912 +"89085",21617,78569,3,516,578 +"89086",21617,80301,3,516,1690 +"89087",21617,81326,2,516,758 +"89088",21617,82426,3,516,1576 +"89089",21617,88232,3,516,2881 +"89090",21617,92491,3,516,1968 +"89091",21617,98531,3,516,719 +"89092",21617,101967,3,516,691 +"89093",21620,5673,2,1056,1567 +"89094",21620,21352,3,1056,1604 +"89095",21620,21895,3,1056,1693 +"89096",21620,36487,3,1056,2622 +"89097",21620,55775,3,1056,2385 +"89098",21620,61513,3,1056,2948 +"89099",21620,61980,3,1056,2392 +"89100",21620,80009,3,1056,1640 +"89101",21620,92947,3,1056,1289 +"89102",21620,93326,3,1056,1196 +"89103",21620,98719,2,1056,1096 +"89104",21638,61958,3,1750,2042 +"89105",21658,1393,3,1222,1706 +"89106",21658,16757,1,1222,1755 +"89107",21658,32724,3,1222,2581 +"89108",21658,53445,3,1222,2028 +"89109",21658,57804,3,1222,2214 +"89110",21670,680,3,2158,2569 +"89111",21670,3477,3,2158,2546 +"89112",21670,3978,3,2158,2775 +"89113",21670,4303,3,2158,2414 +"89114",21670,6063,3,2158,2349 +"89115",21670,7984,3,2158,2493 +"89116",21670,8062,3,2158,2858 +"89117",21670,12759,3,2158,2414 +"89118",21670,16365,3,2158,2217 +"89119",21670,25373,3,2158,2783 +"89120",21670,31700,3,2158,2727 +"89121",21670,33223,3,2158,2397 +"89122",21670,36031,3,2158,2342 +"89123",21670,37636,3,2158,2178 +"89124",21670,37752,3,2158,2223 +"89125",21670,38602,3,2158,2693 +"89126",21670,40623,3,2158,2580 +"89127",21670,45138,3,2158,2516 +"89128",21670,49265,3,2158,2686 +"89129",21670,50585,3,2158,2414 +"89130",21670,51783,3,2158,2599 +"89131",21670,53323,3,2158,2677 +"89132",21670,55817,3,2158,2285 +"89133",21670,57380,3,2158,2362 +"89134",21670,63077,2,2158,2778 +"89135",21670,65188,3,2158,2213 +"89136",21670,67815,3,2158,2476 +"89137",21670,72728,3,2158,2234 +"89138",21670,88232,3,2158,2881 +"89139",21670,92297,3,2158,2952 +"89140",21681,160,3,2005,2007 +"89141",21681,2226,3,2005,2225 +"89142",21681,7984,3,2005,2493 +"89143",21681,8062,3,2005,2858 +"89144",21681,14108,3,2005,2012 +"89145",21681,16365,3,2005,2217 +"89146",21681,17351,3,2005,2036 +"89147",21681,20355,3,2005,2111 +"89148",21681,21670,3,2005,2158 +"89149",21681,25373,3,2005,2783 +"89150",21681,31700,3,2005,2727 +"89151",21681,32988,3,2005,2008 +"89152",21681,36031,3,2005,2342 +"89153",21681,38602,3,2005,2693 +"89154",21681,43593,2,2005,2704 +"89155",21681,44564,3,2005,2034 +"89156",21681,48215,3,2005,2028 +"89157",21681,49265,3,2005,2686 +"89158",21681,51084,3,2005,2188 +"89159",21681,53160,3,2005,2736 +"89160",21681,53323,3,2005,2677 +"89161",21681,57380,3,2005,2362 +"89162",21681,60879,3,2005,2792 +"89163",21681,72728,3,2005,2234 +"89164",21681,82932,2,2005,2245 +"89165",21681,88232,3,2005,2881 +"89166",21682,270,3,2414,2542 +"89167",21682,701,3,2414,2718 +"89168",21682,2208,3,2414,2814 +"89169",21682,2704,3,2414,2609 +"89170",21682,2954,3,2414,2727 +"89171",21682,5258,3,2414,2730 +"89172",21682,6074,2,2414,2426 +"89173",21682,8762,3,2414,2585 +"89174",21682,9362,3,2414,2879 +"89175",21682,11351,3,2414,2971 +"89176",21682,14655,3,2414,2559 +"89177",21682,14834,3,2414,2739 +"89178",21682,16352,3,2414,2657 +"89179",21682,17365,3,2414,2746 +"89180",21682,18543,3,2414,2968 +"89181",21682,20292,3,2414,2755 +"89182",21682,21138,3,2414,2849 +"89183",21682,21571,2,2414,2755 +"89184",21682,25565,3,2414,2764 +"89185",21682,28626,3,2414,2842 +"89186",21682,31235,3,2414,2668 +"89187",21682,32567,3,2414,2784 +"89188",21682,34735,3,2414,2767 +"89189",21682,36439,3,2414,2469 +"89190",21682,38780,3,2414,2705 +"89191",21682,42216,3,2414,2722 +"89192",21682,43173,3,2414,2895 +"89193",21682,43455,3,2414,2846 +"89194",21682,46950,3,2414,2673 +"89195",21682,46951,3,2414,2429 +"89196",21682,47248,3,2414,2883 +"89197",21682,49110,3,2414,2938 +"89198",21682,50134,3,2414,2674 +"89199",21682,53219,3,2414,2973 +"89200",21682,53323,3,2414,2677 +"89201",21682,66992,3,2414,2882 +"89202",21682,72207,3,2414,2430 +"89203",21682,74636,3,2414,2525 +"89204",21682,76769,3,2414,2601 +"89205",21682,88232,2,2414,2881 +"89206",21684,1702,2,1971,1984 +"89207",21684,1822,3,1971,2888 +"89208",21684,2181,3,1971,2030 +"89209",21684,3271,3,1971,2216 +"89210",21684,3477,1,1971,2546 +"89211",21684,5839,3,1971,2301 +"89212",21684,6063,2,1971,2349 +"89213",21684,8993,3,1971,2099 +"89214",21684,9272,3,1971,2835 +"89215",21684,9503,3,1971,2453 +"89216",21684,12818,3,1971,2015 +"89217",21684,13899,3,1971,2650 +"89218",21684,14252,3,1971,2244 +"89219",21684,14754,3,1971,2456 +"89220",21684,14817,3,1971,2110 +"89221",21684,15023,3,1971,2054 +"89222",21684,17365,3,1971,2746 +"89223",21684,19317,3,1971,2041 +"89224",21684,19934,2,1971,2888 +"89225",21684,20124,3,1971,2376 +"89226",21684,20984,3,1971,2502 +"89227",21684,21815,2,1971,2032 +"89228",21684,23756,3,1971,2309 +"89229",21684,24176,3,1971,1986 +"89230",21684,24923,3,1971,2785 +"89231",21684,28893,3,1971,2764 +"89232",21684,31357,3,1971,2389 +"89233",21684,32339,3,1971,2430 +"89234",21684,32395,3,1971,2735 +"89235",21684,33223,2,1971,2397 +"89236",21684,33470,3,1971,2003 +"89237",21684,34491,3,1971,2694 +"89238",21684,37301,3,1971,2160 +"89239",21684,43226,3,1971,2442 +"89240",21684,43455,3,1971,2846 +"89241",21684,46532,3,1971,2005 +"89242",21684,47595,3,1971,2374 +"89243",21684,48110,3,1971,2009 +"89244",21684,51144,3,1971,2466 +"89245",21684,51843,3,1971,2389 +"89246",21684,51866,3,1971,2411 +"89247",21684,57765,3,1971,2893 +"89248",21684,58508,3,1971,2326 +"89249",21684,69335,3,1971,2698 +"89250",21684,75282,3,1971,2675 +"89251",21684,84317,3,1971,2081 +"89252",21684,88212,3,1971,2547 +"89253",21688,34908,3,2005,2796 +"89254",21693,270,2,2176,2542 +"89255",21693,380,3,2176,2261 +"89256",21693,1102,3,2176,2282 +"89257",21693,2224,3,2176,2751 +"89258",21693,2424,3,2176,2582 +"89259",21693,3271,3,2176,2216 +"89260",21693,3305,3,2176,2839 +"89261",21693,3628,3,2176,2707 +"89262",21693,5235,2,2176,2324 +"89263",21693,6074,3,2176,2426 +"89264",21693,6390,3,2176,2385 +"89265",21693,7616,3,2176,2296 +"89266",21693,8762,2,2176,2585 +"89267",21693,9272,3,2176,2835 +"89268",21693,9311,3,2176,2477 +"89269",21693,9723,3,2176,2302 +"89270",21693,10857,3,2176,2253 +"89271",21693,11218,3,2176,2292 +"89272",21693,11351,3,2176,2971 +"89273",21693,12713,3,2176,2440 +"89274",21693,12728,3,2176,2374 +"89275",21693,13307,3,2176,2206 +"89276",21693,14959,2,2176,2898 +"89277",21693,16310,3,2176,2796 +"89278",21693,17400,3,2176,2231 +"89279",21693,18394,2,2176,2356 +"89280",21693,19248,3,2176,2357 +"89281",21693,19719,3,2176,2177 +"89282",21693,19862,3,2176,2412 +"89283",21693,20124,3,2176,2376 +"89284",21693,21012,3,2176,2325 +"89285",21693,21104,3,2176,2327 +"89286",21693,21138,3,2176,2849 +"89287",21693,21417,3,2176,2422 +"89288",21693,21463,3,2176,2437 +"89289",21693,22197,3,2176,2271 +"89290",21693,22326,1,2176,2818 +"89291",21693,23509,2,2176,2275 +"89292",21693,23725,3,2176,2378 +"89293",21693,25305,1,2176,2447 +"89294",21693,26749,3,2176,2965 +"89295",21693,26848,3,2176,2363 +"89296",21693,27275,3,2176,2656 +"89297",21693,27390,3,2176,2425 +"89298",21693,29073,3,2176,2328 +"89299",21693,29962,2,2176,2201 +"89300",21693,30052,3,2176,2855 +"89301",21693,30173,1,2176,2404 +"89302",21693,32173,3,2176,2341 +"89303",21693,32567,3,2176,2784 +"89304",21693,34836,3,2176,2302 +"89305",21693,35235,3,2176,2610 +"89306",21693,35428,3,2176,2263 +"89307",21693,36136,3,2176,2338 +"89308",21693,36962,3,2176,2861 +"89309",21693,37636,3,2176,2178 +"89310",21693,42216,3,2176,2722 +"89311",21693,43226,3,2176,2442 +"89312",21693,43455,3,2176,2846 +"89313",21693,43518,3,2176,2680 +"89314",21693,46629,3,2176,2255 +"89315",21693,48035,3,2176,2180 +"89316",21693,49110,3,2176,2938 +"89317",21693,49998,3,2176,2761 +"89318",21693,50118,3,2176,2654 +"89319",21693,50236,3,2176,2339 +"89320",21693,51783,3,2176,2599 +"89321",21693,52576,3,2176,2234 +"89322",21693,54551,3,2176,2348 +"89323",21693,55438,3,2176,2863 +"89324",21693,55468,3,2176,2511 +"89325",21693,56082,2,2176,2395 +"89326",21693,56237,3,2176,2625 +"89327",21693,58508,2,2176,2326 +"89328",21693,58684,3,2176,2295 +"89329",21693,59700,3,2176,2346 +"89330",21693,61982,3,2176,2725 +"89331",21693,69335,3,2176,2698 +"89332",21693,70046,3,2176,2624 +"89333",21693,70217,2,2176,2332 +"89334",21693,72207,2,2176,2430 +"89335",21693,73266,3,2176,2496 +"89336",21693,79322,3,2176,2770 +"89337",21693,79804,3,2176,2227 +"89338",21693,101797,2,2176,2357 +"89339",21701,3158,3,1198,2762 +"89340",21701,3272,3,1198,2132 +"89341",21701,4622,3,1198,1589 +"89342",21701,7648,3,1198,1861 +"89343",21701,9273,2,1198,1747 +"89344",21701,10435,2,1198,1984 +"89345",21701,14061,3,1198,1620 +"89346",21701,16184,2,1198,2274 +"89347",21701,17608,3,1198,1216 +"89348",21701,24867,3,1198,1861 +"89349",21701,32904,3,1198,2055 +"89350",21701,35844,3,1198,2961 +"89351",21701,44501,3,1198,2567 +"89352",21701,47094,3,1198,2592 +"89353",21706,307,3,1988,2530 +"89354",21706,312,3,1988,2038 +"89355",21706,1102,3,1988,2282 +"89356",21706,1355,3,1988,2473 +"89357",21706,2684,3,1988,2874 +"89358",21706,3164,3,1988,2693 +"89359",21706,3961,2,1988,2426 +"89360",21706,5041,3,1988,2371 +"89361",21706,5239,3,1988,2875 +"89362",21706,5315,3,1988,2631 +"89363",21706,5429,2,1988,1991 +"89364",21706,5580,3,1988,2111 +"89365",21706,6047,3,1988,2004 +"89366",21706,6055,3,1988,2651 +"89367",21706,6074,3,1988,2426 +"89368",21706,6914,3,1988,2668 +"89369",21706,7013,3,1988,2040 +"89370",21706,7984,3,1988,2493 +"89371",21706,7992,2,1988,2033 +"89372",21706,9311,3,1988,2477 +"89373",21706,9654,3,1988,2111 +"89374",21706,9893,2,1988,2701 +"89375",21706,10358,2,1988,2294 +"89376",21706,10513,3,1988,2284 +"89377",21706,11055,2,1988,2111 +"89378",21706,11218,3,1988,2292 +"89379",21706,11351,3,1988,2971 +"89380",21706,11477,3,1988,2724 +"89381",21706,11620,2,1988,2010 +"89382",21706,13388,3,1988,2119 +"89383",21706,13780,3,1988,2412 +"89384",21706,14032,3,1988,2144 +"89385",21706,14959,3,1988,2898 +"89386",21706,15309,3,1988,2820 +"89387",21706,15433,3,1988,2038 +"89388",21706,15444,3,1988,2764 +"89389",21706,15636,3,1988,2857 +"89390",21706,15716,3,1988,1991 +"89391",21706,16801,3,1988,2008 +"89392",21706,16826,3,1988,2599 +"89393",21706,17027,3,1988,2772 +"89394",21706,17520,3,1988,2276 +"89395",21706,18394,3,1988,2356 +"89396",21706,18874,3,1988,2170 +"89397",21706,19027,3,1988,2721 +"89398",21706,19248,3,1988,2357 +"89399",21706,20067,1,1988,2390 +"89400",21706,20732,3,1988,2401 +"89401",21706,21138,3,1988,2849 +"89402",21706,21406,3,1988,2714 +"89403",21706,23132,3,1988,2756 +"89404",21706,23726,3,1988,2434 +"89405",21706,24753,3,1988,2860 +"89406",21706,24756,3,1988,2530 +"89407",21706,25486,2,1988,2582 +"89408",21706,26249,3,1988,2301 +"89409",21706,27694,3,1988,2030 +"89410",21706,29095,3,1988,2531 +"89411",21706,31307,3,1988,2139 +"89412",21706,32919,3,1988,2321 +"89413",21706,32988,3,1988,2008 +"89414",21706,33801,1,1988,2899 +"89415",21706,35481,2,1988,2211 +"89416",21706,35926,3,1988,2371 +"89417",21706,41664,3,1988,2641 +"89418",21706,42196,3,1988,2765 +"89419",21706,42505,3,1988,2008 +"89420",21706,42574,2,1988,2842 +"89421",21706,44819,3,1988,2063 +"89422",21706,45608,2,1988,2420 +"89423",21706,46803,3,1988,2305 +"89424",21706,47386,3,1988,2226 +"89425",21706,47772,3,1988,2293 +"89426",21706,50382,3,1988,2244 +"89427",21706,51017,3,1988,2073 +"89428",21706,53475,1,1988,2853 +"89429",21706,53519,3,1988,2781 +"89430",21706,54250,3,1988,2340 +"89431",21706,54695,2,1988,2429 +"89432",21706,54929,3,1988,2783 +"89433",21706,58427,2,1988,2234 +"89434",21706,58508,3,1988,2326 +"89435",21706,58993,3,1988,2390 +"89436",21706,59140,3,1988,2528 +"89437",21706,67150,3,1988,2633 +"89438",21706,70203,3,1988,2756 +"89439",21706,71808,3,1988,2349 +"89440",21706,76356,3,1988,2323 +"89441",21706,76398,3,1988,2400 +"89442",21706,91142,3,1988,2527 +"89443",21706,105685,3,1988,2469 +"89444",21719,9362,2,2708,2879 +"89445",21719,15563,3,2708,2719 +"89446",21720,13573,3,2637,2774 +"89447",21720,36574,3,2637,2934 +"89448",21734,2153,3,2528,2675 +"89449",21734,3978,3,2528,2775 +"89450",21734,17549,3,2528,2647 +"89451",21734,38307,3,2528,2648 +"89452",21734,41945,2,2528,2856 +"89453",21734,43455,3,2528,2846 +"89454",21734,44688,3,2528,2924 +"89455",21734,45239,3,2528,2535 +"89456",21741,237,3,1574,1982 +"89457",21741,1897,3,1574,1727 +"89458",21741,2418,2,1574,2020 +"89459",21741,2759,2,1574,2030 +"89460",21741,3152,3,1574,1621 +"89461",21741,4730,1,1574,2131 +"89462",21741,6627,3,1574,2063 +"89463",21741,7269,3,1574,1728 +"89464",21741,7433,1,1574,2255 +"89465",21741,7443,3,1574,2028 +"89466",21741,9716,3,1574,1929 +"89467",21741,10638,3,1574,2692 +"89468",21741,10914,3,1574,1660 +"89469",21741,11136,3,1574,2573 +"89470",21741,11381,3,1574,1638 +"89471",21741,11506,3,1574,2824 +"89472",21741,14626,3,1574,2175 +"89473",21741,14754,3,1574,2456 +"89474",21741,18571,2,1574,2128 +"89475",21741,18943,3,1574,2861 +"89476",21741,20007,3,1574,2971 +"89477",21741,21180,2,1574,2762 +"89478",21741,21463,3,1574,2437 +"89479",21741,27783,3,1574,2302 +"89480",21741,30404,2,1574,1810 +"89481",21741,30442,2,1574,2124 +"89482",21741,31164,3,1574,1996 +"89483",21741,32449,3,1574,2091 +"89484",21741,32582,3,1574,1929 +"89485",21741,34162,2,1574,2336 +"89486",21741,36136,2,1574,2338 +"89487",21741,39105,3,1574,2487 +"89488",21741,41185,3,1574,1929 +"89489",21741,45730,1,1574,2063 +"89490",21741,46951,3,1574,2429 +"89491",21741,47965,3,1574,2232 +"89492",21741,53643,3,1574,1626 +"89493",21741,55604,3,1574,2342 +"89494",21741,55775,2,1574,2385 +"89495",21741,56338,3,1574,1818 +"89496",21741,56673,3,1574,2419 +"89497",21741,60979,3,1574,1758 +"89498",21741,66911,3,1574,1920 +"89499",21741,72426,3,1574,2902 +"89500",21741,76132,2,1574,2426 +"89501",21741,76675,2,1574,1840 +"89502",21741,91631,3,1574,1899 +"89503",21741,104306,3,1574,1665 +"89504",21741,111034,2,1574,2131 +"89505",21741,115155,3,1574,1942 +"89506",21753,4634,3,1838,2291 +"89507",21753,6040,3,1838,2103 +"89508",21753,22932,3,1838,2469 +"89509",21753,47882,3,1838,2769 +"89510",21753,55742,3,1838,2006 +"89511",21753,58711,2,1838,2746 +"89512",21753,67150,3,1838,2633 +"89513",21753,108151,3,1838,2377 +"89514",21754,489,3,1881,2652 +"89515",21754,602,3,1881,2632 +"89516",21754,762,3,1881,2671 +"89517",21754,1321,3,1881,2075 +"89518",21754,1831,2,1881,2397 +"89519",21754,2028,3,1881,1978 +"89520",21754,2224,3,1881,2751 +"89521",21754,3896,3,1881,2693 +"89522",21754,3961,3,1881,2426 +"89523",21754,4289,3,1881,1921 +"89524",21754,4821,3,1881,1938 +"89525",21754,5239,3,1881,2875 +"89526",21754,6982,3,1881,2034 +"89527",21754,7078,3,1881,2344 +"89528",21754,7677,2,1881,2338 +"89529",21754,7984,3,1881,2493 +"89530",21754,8274,3,1881,1909 +"89531",21754,8327,3,1881,2527 +"89532",21754,8821,2,1881,2230 +"89533",21754,9175,3,1881,2639 +"89534",21754,10874,3,1881,1891 +"89535",21754,11329,3,1881,2799 +"89536",21754,13601,3,1881,2689 +"89537",21754,13780,3,1881,2412 +"89538",21754,14103,2,1881,2204 +"89539",21754,14353,3,1881,2878 +"89540",21754,14887,3,1881,2158 +"89541",21754,14943,3,1881,1942 +"89542",21754,15184,3,1881,2396 +"89543",21754,15401,3,1881,1999 +"89544",21754,15560,3,1881,2257 +"89545",21754,18103,3,1881,1968 +"89546",21754,19528,3,1881,2742 +"89547",21754,22311,3,1881,2034 +"89548",21754,25078,2,1881,2312 +"89549",21754,25248,3,1881,1938 +"89550",21754,25569,3,1881,2317 +"89551",21754,26608,3,1881,2329 +"89552",21754,28982,3,1881,2746 +"89553",21754,29899,3,1881,2375 +"89554",21754,30747,3,1881,2455 +"89555",21754,32988,3,1881,2008 +"89556",21754,34693,2,1881,1938 +"89557",21754,34899,3,1881,2565 +"89558",21754,35187,2,1881,2488 +"89559",21754,38227,3,1881,2511 +"89560",21754,38885,3,1881,2720 +"89561",21754,40645,3,1881,1899 +"89562",21754,41682,3,1881,1988 +"89563",21754,42505,3,1881,2008 +"89564",21754,47386,3,1881,2226 +"89565",21754,47812,3,1881,2343 +"89566",21754,47877,3,1881,2970 +"89567",21754,47895,3,1881,2328 +"89568",21754,52892,2,1881,2372 +"89569",21754,53846,3,1881,2737 +"89570",21754,54879,3,1881,2210 +"89571",21754,63030,3,1881,2251 +"89572",21754,65155,3,1881,1947 +"89573",21754,65322,3,1881,2008 +"89574",21754,67957,2,1881,2823 +"89575",21754,86799,3,1881,1951 +"89576",21754,117956,3,1881,2774 +"89577",21755,2418,3,817,2020 +"89578",21755,2852,3,817,2448 +"89579",21755,4289,3,817,1921 +"89580",21755,4669,3,817,2395 +"89581",21755,5912,1,817,2257 +"89582",21755,8029,1,817,1859 +"89583",21755,9950,3,817,920 +"89584",21755,10488,3,817,1524 +"89585",21755,12692,3,817,1855 +"89586",21755,12781,3,817,831 +"89587",21755,13399,2,817,1682 +"89588",21755,14189,3,817,1483 +"89589",21755,14943,3,817,1942 +"89590",21755,15700,3,817,1712 +"89591",21755,16286,3,817,2470 +"89592",21755,16501,3,817,1650 +"89593",21755,16826,3,817,2599 +"89594",21755,17484,1,817,1256 +"89595",21755,17997,2,817,1621 +"89596",21755,18103,3,817,1968 +"89597",21755,18289,3,817,862 +"89598",21755,26867,3,817,1804 +"89599",21755,26959,3,817,1961 +"89600",21755,28784,3,817,1579 +"89601",21755,30325,3,817,1067 +"89602",21755,33341,3,817,2338 +"89603",21755,33572,3,817,2370 +"89604",21755,40028,3,817,1349 +"89605",21755,40432,2,817,1956 +"89606",21755,43213,3,817,2160 +"89607",21755,45869,3,817,2840 +"89608",21755,50236,3,817,2339 +"89609",21755,52136,3,817,1412 +"89610",21755,56082,2,817,2395 +"89611",21755,56807,3,817,1571 +"89612",21755,70736,3,817,1512 +"89613",21755,72207,3,817,2430 +"89614",21755,75403,3,817,1895 +"89615",21755,76143,3,817,1610 +"89616",21755,82301,3,817,1621 +"89617",21755,82929,3,817,2475 +"89618",21755,83140,3,817,1630 +"89619",21758,671,3,1331,2328 +"89620",21758,1592,3,1331,2006 +"89621",21758,1691,3,1331,1941 +"89622",21758,9364,3,1331,1698 +"89623",21758,16332,3,1331,2668 +"89624",21758,20124,3,1331,2376 +"89625",21758,20824,2,1331,1366 +"89626",21758,21122,2,1331,1701 +"89627",21758,23534,3,1331,1659 +"89628",21758,24962,3,1331,2126 +"89629",21758,26749,3,1331,2965 +"89630",21758,29170,3,1331,1846 +"89631",21758,36450,3,1331,1591 +"89632",21758,43385,3,1331,1623 +"89633",21758,46621,3,1331,1343 +"89634",21758,51022,3,1331,1499 +"89635",21758,51987,3,1331,1397 +"89636",21758,57950,3,1331,1529 +"89637",21758,88232,2,1331,2881 +"89638",21758,97915,3,1331,1802 +"89639",21772,601,3,663,702 +"89640",21772,1067,3,663,918 +"89641",21772,3419,1,663,1595 +"89642",21772,4317,3,663,1224 +"89643",21772,5438,3,663,1499 +"89644",21772,7847,3,663,2424 +"89645",21772,8610,3,663,2240 +"89646",21772,8712,3,663,1153 +"89647",21772,9311,3,663,2477 +"89648",21772,10843,3,663,2277 +"89649",21772,14278,3,663,1267 +"89650",21772,16850,3,663,1657 +"89651",21772,18670,3,663,1835 +"89652",21772,19637,3,663,1229 +"89653",21772,20124,3,663,2376 +"89654",21772,22682,3,663,2035 +"89655",21772,23015,3,663,1362 +"89656",21772,23726,3,663,2434 +"89657",21772,23825,2,663,1913 +"89658",21772,28131,3,663,1492 +"89659",21772,29750,3,663,689 +"89660",21772,30150,3,663,1704 +"89661",21772,31705,3,663,2706 +"89662",21772,32606,3,663,2100 +"89663",21772,36514,3,663,1192 +"89664",21772,38055,2,663,1089 +"89665",21772,39875,3,663,2422 +"89666",21772,44074,3,663,1299 +"89667",21772,46803,3,663,2305 +"89668",21772,47248,3,663,2883 +"89669",21772,50946,3,663,1075 +"89670",21772,52597,3,663,1773 +"89671",21772,61975,3,663,983 +"89672",21772,63477,3,663,1907 +"89673",21772,69745,3,663,1594 +"89674",21772,70203,3,663,2756 +"89675",21772,76999,2,663,908 +"89676",21772,79627,3,663,2409 +"89677",21772,87144,3,663,2299 +"89678",21772,105117,3,663,809 +"89679",21772,115078,2,663,697 +"89680",21773,601,3,323,702 +"89681",21773,1427,3,323,324 +"89682",21773,1428,3,323,742 +"89683",21773,3961,3,323,2426 +"89684",21773,10358,3,323,2294 +"89685",21773,11576,3,323,808 +"89686",21773,13967,3,323,1354 +"89687",21773,13979,3,323,1559 +"89688",21773,15207,3,323,1855 +"89689",21773,15990,3,323,593 +"89690",21773,16053,3,323,908 +"89691",21773,19621,3,323,725 +"89692",21773,19637,3,323,1229 +"89693",21773,20067,3,323,2390 +"89694",21773,20732,3,323,2401 +"89695",21773,21566,3,323,1234 +"89696",21773,21706,3,323,1988 +"89697",21773,23726,3,323,2434 +"89698",21773,23869,3,323,1918 +"89699",21773,25486,3,323,2582 +"89700",21773,25680,3,323,1618 +"89701",21773,28130,3,323,908 +"89702",21773,28131,3,323,1492 +"89703",21773,30883,3,323,1629 +"89704",21773,33801,3,323,2899 +"89705",21773,35529,3,323,1620 +"89706",21773,36441,3,323,2796 +"89707",21773,39563,2,323,486 +"89708",21773,46803,3,323,2305 +"89709",21773,50382,3,323,2244 +"89710",21773,53043,3,323,803 +"89711",21773,53475,2,323,2853 +"89712",21773,62148,3,323,1566 +"89713",21773,70996,3,323,1037 +"89714",21773,74681,3,323,837 +"89715",21773,74730,3,323,535 +"89716",21773,76999,3,323,908 +"89717",21773,81463,3,323,955 +"89718",21773,85356,3,323,1492 +"89719",21773,92254,1,323,517 +"89720",21773,100140,3,323,1041 +"89721",21773,100670,3,323,525 +"89722",21773,117679,3,323,535 +"89723",21795,455,2,2653,2827 +"89724",21795,1262,2,2653,2973 +"89725",21795,5120,3,2653,2735 +"89726",21795,10779,3,2653,2881 +"89727",21795,13732,2,2653,2789 +"89728",21795,16195,3,2653,2964 +"89729",21795,17826,3,2653,2920 +"89730",21795,18151,1,2653,2962 +"89731",21795,18366,1,2653,2699 +"89732",21795,19872,2,2653,2913 +"89733",21795,20423,3,2653,2654 +"89734",21795,23132,3,2653,2756 +"89735",21795,26865,2,2653,2726 +"89736",21795,34327,2,2653,2959 +"89737",21795,36962,3,2653,2861 +"89738",21795,47947,3,2653,2681 +"89739",21795,49461,3,2653,2793 +"89740",21795,64997,3,2653,2791 +"89741",21810,1519,3,1579,2349 +"89742",21810,4646,3,1579,2139 +"89743",21810,5106,3,1579,2622 +"89744",21810,5962,3,1579,2491 +"89745",21810,17033,2,1579,2771 +"89746",21810,19073,3,1579,2748 +"89747",21810,19380,3,1579,2637 +"89748",21810,35133,2,1579,2219 +"89749",21810,37036,3,1579,2264 +"89750",21810,43204,3,1579,1680 +"89751",21810,59776,3,1579,2493 +"89752",21810,70583,3,1579,2615 +"89753",21815,3477,2,2032,2546 +"89754",21815,6063,3,2032,2349 +"89755",21815,19934,3,2032,2888 +"89756",21815,33223,3,2032,2397 +"89757",21815,57765,3,2032,2893 +"89758",21832,468,1,1755,1966 +"89759",21832,5816,3,1755,2408 +"89760",21832,12035,3,1755,2721 +"89761",21832,15301,2,1755,2308 +"89762",21832,18808,3,1755,2854 +"89763",21832,21571,3,1755,2755 +"89764",21832,22566,3,1755,2308 +"89765",21832,22905,3,1755,2599 +"89766",21832,24511,3,1755,1871 +"89767",21832,26100,2,1755,1966 +"89768",21832,31251,1,1755,2498 +"89769",21832,53362,3,1755,2360 +"89770",21832,53530,3,1755,2380 +"89771",21832,60672,3,1755,2876 +"89772",21838,3255,3,2106,2504 +"89773",21838,7180,3,2106,2227 +"89774",21838,26249,3,2106,2301 +"89775",21838,39799,2,2106,2344 +"89776",21872,5350,3,2458,2522 +"89777",21872,7759,3,2458,2844 +"89778",21872,24923,3,2458,2785 +"89779",21872,40937,3,2458,2639 +"89780",21872,71982,2,2458,2812 +"89781",21872,78150,3,2458,2581 +"89782",21872,102824,3,2458,2944 +"89783",21883,868,3,195,607 +"89784",21883,8865,3,195,2394 +"89785",21883,9115,3,195,2068 +"89786",21883,9177,3,195,945 +"89787",21883,10336,3,195,2271 +"89788",21883,10350,3,195,1163 +"89789",21883,13051,3,195,2692 +"89790",21883,17257,3,195,1117 +"89791",21883,20049,3,195,877 +"89792",21883,21528,2,195,1807 +"89793",21883,22709,3,195,2743 +"89794",21883,29997,3,195,1789 +"89795",21883,37475,2,195,1509 +"89796",21883,45355,3,195,1450 +"89797",21883,46532,3,195,2005 +"89798",21883,59683,3,195,2068 +"89799",21883,63837,2,195,2807 +"89800",21883,68314,2,195,2180 +"89801",21883,68691,2,195,1209 +"89802",21883,68876,2,195,1397 +"89803",21883,69232,2,195,2130 +"89804",21883,97244,3,195,1316 +"89805",21883,107435,3,195,1635 +"89806",21883,116119,2,195,254 +"89807",21895,862,3,1693,2254 +"89808",21895,3100,3,1693,2524 +"89809",21895,3520,3,1693,2281 +"89810",21895,3786,2,1693,2282 +"89811",21895,9050,3,1693,2026 +"89812",21895,9727,3,1693,2327 +"89813",21895,11135,2,1693,2441 +"89814",21895,12031,3,1693,1957 +"89815",21895,15207,3,1693,1855 +"89816",21895,15502,2,1693,2637 +"89817",21895,19687,3,1693,2072 +"89818",21895,19972,3,1693,2078 +"89819",21895,23639,3,1693,2065 +"89820",21895,34055,3,1693,1881 +"89821",21895,36487,3,1693,2622 +"89822",21895,39577,2,1693,1728 +"89823",21895,40715,3,1693,2258 +"89824",21895,41051,2,1693,2767 +"89825",21895,42628,3,1693,2486 +"89826",21895,45299,3,1693,2426 +"89827",21895,45487,3,1693,2256 +"89828",21895,50635,3,1693,2962 +"89829",21895,55436,3,1693,2513 +"89830",21895,56673,3,1693,2419 +"89831",21895,57067,3,1693,2547 +"89832",21895,61513,2,1693,2948 +"89833",21895,65223,3,1693,2724 +"89834",21895,78552,3,1693,2069 +"89835",21895,100586,3,1693,2966 +"89836",21895,104659,3,1693,2026 +"89837",21898,3164,3,1351,2693 +"89838",21898,6030,3,1351,2953 +"89839",21898,10779,3,1351,2881 +"89840",21898,11966,3,1351,2385 +"89841",21898,15607,3,1351,1421 +"89842",21898,19072,3,1351,2358 +"89843",21898,20292,3,1351,2755 +"89844",21898,21571,3,1351,2755 +"89845",21898,22566,3,1351,2308 +"89846",21898,28050,3,1351,1955 +"89847",21898,28168,2,1351,2702 +"89848",21898,57714,3,1351,1391 +"89849",21898,94500,2,1351,1529 +"89850",21911,669,3,1184,1423 +"89851",21911,671,3,1184,2328 +"89852",21911,675,3,1184,1686 +"89853",21911,733,3,1184,1653 +"89854",21911,1046,3,1184,1881 +"89855",21911,1136,3,1184,2536 +"89856",21911,1897,3,1184,1727 +"89857",21911,2063,3,1184,1278 +"89858",21911,2591,2,1184,1949 +"89859",21911,2743,2,1184,1278 +"89860",21911,3167,3,1184,1676 +"89861",21911,3242,1,1184,1730 +"89862",21911,4084,3,1184,2133 +"89863",21911,4191,3,1184,2130 +"89864",21911,4618,3,1184,2607 +"89865",21911,4687,3,1184,2152 +"89866",21911,4980,2,1184,2093 +"89867",21911,5504,3,1184,2389 +"89868",21911,5725,3,1184,2789 +"89869",21911,5785,3,1184,1261 +"89870",21911,6023,3,1184,2050 +"89871",21911,6577,2,1184,1951 +"89872",21911,7245,3,1184,2089 +"89873",21911,8258,3,1184,1959 +"89874",21911,8621,2,1184,1681 +"89875",21911,10404,2,1184,2062 +"89876",21911,10799,3,1184,2010 +"89877",21911,10859,3,1184,2231 +"89878",21911,10875,3,1184,1234 +"89879",21911,10890,3,1184,2639 +"89880",21911,12096,3,1184,1330 +"89881",21911,14482,3,1184,1573 +"89882",21911,15343,3,1184,2125 +"89883",21911,15539,3,1184,1929 +"89884",21911,16365,3,1184,2217 +"89885",21911,17357,2,1184,1536 +"89886",21911,18415,3,1184,2184 +"89887",21911,19516,3,1184,2313 +"89888",21911,20563,2,1184,2267 +"89889",21911,20824,3,1184,1366 +"89890",21911,21122,3,1184,1701 +"89891",21911,21401,3,1184,1440 +"89892",21911,22884,3,1184,1608 +"89893",21911,23704,2,1184,2278 +"89894",21911,23918,3,1184,1881 +"89895",21911,25341,3,1184,1858 +"89896",21911,25643,3,1184,1646 +"89897",21911,26282,3,1184,1241 +"89898",21911,26436,2,1184,2489 +"89899",21911,26516,2,1184,2479 +"89900",21911,27753,2,1184,2750 +"89901",21911,28635,3,1184,2368 +"89902",21911,28892,3,1184,2023 +"89903",21911,30438,1,1184,1617 +"89904",21911,31000,2,1184,1526 +"89905",21911,31243,1,1184,1355 +"89906",21911,31799,3,1184,2547 +"89907",21911,32988,3,1184,2008 +"89908",21911,33010,3,1184,2189 +"89909",21911,33621,3,1184,1319 +"89910",21911,34216,3,1184,2832 +"89911",21911,34492,1,1184,1798 +"89912",21911,37418,3,1184,2710 +"89913",21911,38449,2,1184,1802 +"89914",21911,40293,3,1184,1671 +"89915",21911,41402,3,1184,2313 +"89916",21911,42722,3,1184,2368 +"89917",21911,42747,2,1184,1189 +"89918",21911,45715,1,1184,2287 +"89919",21911,45903,3,1184,2237 +"89920",21911,49144,3,1184,1542 +"89921",21911,49189,3,1184,1550 +"89922",21911,51022,3,1184,1499 +"89923",21911,51157,3,1184,2319 +"89924",21911,51410,2,1184,2739 +"89925",21911,51987,2,1184,1397 +"89926",21911,54740,3,1184,2750 +"89927",21911,55828,3,1184,2393 +"89928",21911,56171,3,1184,1524 +"89929",21911,57609,3,1184,2717 +"89930",21911,57977,3,1184,2683 +"89931",21911,58035,2,1184,1646 +"89932",21911,59700,3,1184,2346 +"89933",21911,60867,3,1184,2689 +"89934",21911,62148,3,1184,1566 +"89935",21911,64031,3,1184,1295 +"89936",21911,64793,3,1184,2819 +"89937",21911,64997,3,1184,2791 +"89938",21911,71478,3,1184,1721 +"89939",21911,74095,3,1184,2333 +"89940",21911,77001,2,1184,1440 +"89941",21911,80678,3,1184,1595 +"89942",21911,81813,3,1184,1656 +"89943",21911,82426,3,1184,1576 +"89944",21911,82454,3,1184,1266 +"89945",21911,82767,3,1184,1641 +"89946",21911,83526,3,1184,1235 +"89947",21911,89958,3,1184,1186 +"89948",21911,97915,3,1184,1802 +"89949",21911,99103,3,1184,1470 +"89950",21920,2724,3,2367,2447 +"89951",21920,4784,3,2367,2511 +"89952",21920,16866,3,2367,2718 +"89953",21920,21142,1,2367,2414 +"89954",21920,48931,3,2367,2444 +"89955",21920,53293,3,2367,2916 +"89956",21920,64737,1,2367,2442 +"89957",21929,270,3,2062,2542 +"89958",21929,380,3,2062,2261 +"89959",21929,701,3,2062,2718 +"89960",21929,854,3,2062,2307 +"89961",21929,913,3,2062,2144 +"89962",21929,997,3,2062,2788 +"89963",21929,1102,2,2062,2282 +"89964",21929,1367,3,2062,2176 +"89965",21929,2424,3,2062,2582 +"89966",21929,2572,2,2062,2273 +"89967",21929,2747,3,2062,2411 +"89968",21929,2954,3,2062,2727 +"89969",21929,3305,3,2062,2839 +"89970",21929,3966,3,2062,2425 +"89971",21929,4687,3,2062,2152 +"89972",21929,4953,3,2062,2285 +"89973",21929,5235,3,2062,2324 +"89974",21929,5350,3,2062,2522 +"89975",21929,5580,1,2062,2111 +"89976",21929,6074,2,2062,2426 +"89977",21929,6192,3,2062,2409 +"89978",21929,6363,2,2062,2066 +"89979",21929,7245,3,2062,2089 +"89980",21929,8681,3,2062,2716 +"89981",21929,8762,3,2062,2585 +"89982",21929,9362,3,2062,2879 +"89983",21929,9654,1,2062,2111 +"89984",21929,10029,3,2062,2718 +"89985",21929,10513,3,2062,2284 +"89986",21929,12528,3,2062,2589 +"89987",21929,12976,3,2062,2399 +"89988",21929,13307,3,2062,2206 +"89989",21929,13985,3,2062,2484 +"89990",21929,14032,3,2062,2144 +"89991",21929,14252,2,2062,2244 +"89992",21929,14652,3,2062,2516 +"89993",21929,14834,3,2062,2739 +"89994",21929,15301,3,2062,2308 +"89995",21929,15315,3,2062,2173 +"89996",21929,16067,3,2062,2727 +"89997",21929,17365,2,2062,2746 +"89998",21929,18394,3,2062,2356 +"89999",21929,18415,3,2062,2184 +"90000",21929,19208,3,2062,2629 +"90001",21929,19248,3,2062,2357 +"90002",21929,19719,3,2062,2177 +"90003",21929,19862,2,2062,2412 +"90004",21929,21012,3,2062,2325 +"90005",21929,21138,3,2062,2849 +"90006",21929,21571,3,2062,2755 +"90007",21929,21682,2,2062,2414 +"90008",21929,23011,2,2062,2763 +"90009",21929,24060,3,2062,2349 +"90010",21929,24253,3,2062,2213 +"90011",21929,24448,3,2062,2289 +"90012",21929,24721,3,2062,2326 +"90013",21929,25816,3,2062,2088 +"90014",21929,25985,2,2062,2071 +"90015",21929,26721,3,2062,2586 +"90016",21929,27275,3,2062,2656 +"90017",21929,27390,3,2062,2425 +"90018",21929,29310,3,2062,2358 +"90019",21929,29930,3,2062,2240 +"90020",21929,30052,3,2062,2855 +"90021",21929,30334,3,2062,2075 +"90022",21929,30827,3,2062,2323 +"90023",21929,30943,3,2062,2287 +"90024",21929,31124,3,2062,2351 +"90025",21929,31235,3,2062,2668 +"90026",21929,31307,3,2062,2139 +"90027",21929,32939,3,2062,2277 +"90028",21929,32965,3,2062,2071 +"90029",21929,33430,3,2062,2225 +"90030",21929,33475,2,2062,2367 +"90031",21929,33672,3,2062,2396 +"90032",21929,37636,3,2062,2178 +"90033",21929,38307,3,2062,2648 +"90034",21929,39535,3,2062,2428 +"90035",21929,41945,3,2062,2856 +"90036",21929,42129,3,2062,2318 +"90037",21929,42216,2,2062,2722 +"90038",21929,42280,3,2062,2266 +"90039",21929,42642,3,2062,2257 +"90040",21929,43455,2,2062,2846 +"90041",21929,43796,3,2062,2476 +"90042",21929,45302,1,2062,2390 +"90043",21929,46629,3,2062,2255 +"90044",21929,46803,3,2062,2305 +"90045",21929,46950,3,2062,2673 +"90046",21929,47248,3,2062,2883 +"90047",21929,48035,3,2062,2180 +"90048",21929,48571,3,2062,2717 +"90049",21929,49110,2,2062,2938 +"90050",21929,50134,3,2062,2674 +"90051",21929,50179,3,2062,2230 +"90052",21929,50785,3,2062,2877 +"90053",21929,51017,2,2062,2073 +"90054",21929,51035,2,2062,2397 +"90055",21929,51041,3,2062,2606 +"90056",21929,51783,3,2062,2599 +"90057",21929,51866,1,2062,2411 +"90058",21929,52003,3,2062,2067 +"90059",21929,53219,2,2062,2973 +"90060",21929,53323,3,2062,2677 +"90061",21929,56082,3,2062,2395 +"90062",21929,57804,3,2062,2214 +"90063",21929,57969,3,2062,2755 +"90064",21929,58508,3,2062,2326 +"90065",21929,61982,3,2062,2725 +"90066",21929,63641,3,2062,2337 +"90067",21929,66983,3,2062,2397 +"90068",21929,66992,3,2062,2882 +"90069",21929,67652,3,2062,2736 +"90070",21929,67726,2,2062,2873 +"90071",21929,69716,3,2062,2632 +"90072",21929,72207,3,2062,2430 +"90073",21929,76769,3,2062,2601 +"90074",21929,80825,3,2062,2315 +"90075",21929,99860,2,2062,2071 +"90076",21942,18821,3,2041,2075 +"90077",21942,19048,3,2041,2180 +"90078",21942,40138,3,2041,2719 +"90079",21950,3409,3,1892,2167 +"90080",21950,5610,3,1892,2223 +"90081",21950,6192,3,1892,2409 +"90082",21950,7406,3,1892,1906 +"90083",21950,7616,3,1892,2296 +"90084",21950,12388,3,1892,1975 +"90085",21950,13324,3,1892,2163 +"90086",21950,16539,3,1892,1947 +"90087",21950,19208,3,1892,2629 +"90088",21950,19605,3,1892,2395 +"90089",21950,22292,2,1892,1910 +"90090",21950,23460,2,1892,2183 +"90091",21950,25030,2,1892,2017 +"90092",21950,25985,3,1892,2071 +"90093",21950,29454,3,1892,2719 +"90094",21950,41764,3,1892,2409 +"90095",21950,42129,3,1892,2318 +"90096",21950,49334,3,1892,2433 +"90097",21950,50480,3,1892,2701 +"90098",21950,56854,3,1892,2022 +"90099",21950,63477,3,1892,1907 +"90100",21955,11351,3,2832,2971 +"90101",21960,9362,3,1517,2879 +"90102",21960,10310,2,1517,2774 +"90103",21960,11493,3,1517,2077 +"90104",21960,20874,3,1517,1580 +"90105",21960,44894,3,1517,2048 +"90106",21960,47789,3,1517,1583 +"90107",21960,79653,3,1517,2683 +"90108",21976,3100,1,1808,2524 +"90109",21976,3786,3,1808,2282 +"90110",21976,4313,3,1808,2368 +"90111",21976,6248,3,1808,2737 +"90112",21976,11135,2,1808,2441 +"90113",21976,12031,3,1808,1957 +"90114",21976,15502,3,1808,2637 +"90115",21976,19687,2,1808,2072 +"90116",21976,20056,3,1808,1824 +"90117",21976,23639,3,1808,2065 +"90118",21976,45487,3,1808,2256 +"90119",21976,47330,3,1808,2422 +"90120",21976,47827,3,1808,1957 +"90121",21976,49147,3,1808,2539 +"90122",21976,55436,2,1808,2513 +"90123",21976,56673,3,1808,2419 +"90124",21976,65223,1,1808,2724 +"90125",21976,100586,3,1808,2966 +"90126",21976,105190,3,1808,2839 +"90127",21976,116792,3,1808,2397 +"90128",22006,313,3,1202,2271 +"90129",22006,377,2,1202,2389 +"90130",22006,499,3,1202,1931 +"90131",22006,543,2,1202,2203 +"90132",22006,613,3,1202,2687 +"90133",22006,1036,3,1202,1367 +"90134",22006,1046,3,1202,1881 +"90135",22006,1124,3,1202,1596 +"90136",22006,1136,3,1202,2536 +"90137",22006,1151,2,1202,2885 +"90138",22006,1367,3,1202,2176 +"90139",22006,1495,3,1202,2046 +"90140",22006,1616,2,1202,2662 +"90141",22006,1777,1,1202,1965 +"90142",22006,2036,2,1202,2483 +"90143",22006,2224,3,1202,2751 +"90144",22006,2484,2,1202,2389 +"90145",22006,2743,3,1202,1278 +"90146",22006,2754,2,1202,1360 +"90147",22006,3088,2,1202,1670 +"90148",22006,3161,3,1202,2229 +"90149",22006,3167,3,1202,1676 +"90150",22006,3242,3,1202,1730 +"90151",22006,3753,3,1202,1255 +"90152",22006,3830,1,1202,1661 +"90153",22006,3878,3,1202,1890 +"90154",22006,3978,3,1202,2775 +"90155",22006,4057,2,1202,2389 +"90156",22006,4191,3,1202,2130 +"90157",22006,4226,2,1202,1903 +"90158",22006,4303,3,1202,2414 +"90159",22006,4618,3,1202,2607 +"90160",22006,4701,2,1202,2401 +"90161",22006,4723,3,1202,1314 +"90162",22006,5078,2,1202,2033 +"90163",22006,5457,2,1202,2077 +"90164",22006,5462,1,1202,2374 +"90165",22006,5504,1,1202,2389 +"90166",22006,6428,3,1202,1952 +"90167",22006,6491,2,1202,2424 +"90168",22006,7241,3,1202,2259 +"90169",22006,7323,2,1202,2858 +"90170",22006,8229,3,1202,1241 +"90171",22006,8533,3,1202,2251 +"90172",22006,8621,2,1202,1681 +"90173",22006,8760,3,1202,2477 +"90174",22006,8866,3,1202,1545 +"90175",22006,9332,3,1202,2734 +"90176",22006,9362,3,1202,2879 +"90177",22006,9432,3,1202,1693 +"90178",22006,11620,3,1202,2010 +"90179",22006,11639,3,1202,1593 +"90180",22006,11875,3,1202,1526 +"90181",22006,12199,3,1202,1651 +"90182",22006,12374,2,1202,2260 +"90183",22006,12713,2,1202,2440 +"90184",22006,12728,3,1202,2374 +"90185",22006,12901,3,1202,2136 +"90186",22006,13945,3,1202,1324 +"90187",22006,14189,3,1202,1483 +"90188",22006,14767,3,1202,2068 +"90189",22006,15184,3,1202,2396 +"90190",22006,15299,3,1202,2213 +"90191",22006,15539,1,1202,1929 +"90192",22006,16587,3,1202,2065 +"90193",22006,17230,3,1202,1965 +"90194",22006,17410,3,1202,2073 +"90195",22006,17520,3,1202,2276 +"90196",22006,18151,3,1202,2962 +"90197",22006,18381,3,1202,1524 +"90198",22006,18554,3,1202,2065 +"90199",22006,19027,3,1202,2721 +"90200",22006,19208,3,1202,2629 +"90201",22006,19606,1,1202,2783 +"90202",22006,19637,3,1202,1229 +"90203",22006,20311,2,1202,1981 +"90204",22006,20563,3,1202,2267 +"90205",22006,20659,3,1202,1969 +"90206",22006,20700,3,1202,2861 +"90207",22006,21104,3,1202,2327 +"90208",22006,21122,3,1202,1701 +"90209",22006,21197,3,1202,1437 +"90210",22006,22749,1,1202,1727 +"90211",22006,23508,3,1202,1907 +"90212",22006,23509,3,1202,2275 +"90213",22006,23534,3,1202,1659 +"90214",22006,23751,3,1202,1740 +"90215",22006,24362,3,1202,1287 +"90216",22006,25198,3,1202,1982 +"90217",22006,25341,3,1202,1858 +"90218",22006,25373,3,1202,2783 +"90219",22006,25643,3,1202,1646 +"90220",22006,26282,3,1202,1241 +"90221",22006,26451,2,1202,2133 +"90222",22006,26516,3,1202,2479 +"90223",22006,27478,3,1202,2485 +"90224",22006,27628,3,1202,2389 +"90225",22006,27792,3,1202,1308 +"90226",22006,27849,2,1202,1316 +"90227",22006,28216,2,1202,1910 +"90228",22006,28233,2,1202,1608 +"90229",22006,28303,3,1202,2089 +"90230",22006,29073,2,1202,2328 +"90231",22006,29170,3,1202,1846 +"90232",22006,29258,3,1202,1932 +"90233",22006,29314,3,1202,2736 +"90234",22006,30119,3,1202,1961 +"90235",22006,31235,3,1202,2668 +"90236",22006,31530,3,1202,1661 +"90237",22006,31691,3,1202,1657 +"90238",22006,31799,2,1202,2547 +"90239",22006,32516,3,1202,2050 +"90240",22006,32606,3,1202,2100 +"90241",22006,33801,3,1202,2899 +"90242",22006,34136,3,1202,2202 +"90243",22006,35256,2,1202,2271 +"90244",22006,35514,3,1202,2346 +"90245",22006,37418,3,1202,2710 +"90246",22006,37570,2,1202,2389 +"90247",22006,38921,3,1202,1880 +"90248",22006,39444,3,1202,2695 +"90249",22006,39548,3,1202,2389 +"90250",22006,40293,3,1202,1671 +"90251",22006,40369,3,1202,2735 +"90252",22006,41278,2,1202,1873 +"90253",22006,41664,3,1202,2641 +"90254",22006,41682,3,1202,1988 +"90255",22006,41747,3,1202,1722 +"90256",22006,41872,3,1202,2974 +"90257",22006,42264,3,1202,1702 +"90258",22006,43385,3,1202,1623 +"90259",22006,43518,2,1202,2680 +"90260",22006,46680,2,1202,1690 +"90261",22006,47445,3,1202,2668 +"90262",22006,48698,3,1202,1474 +"90263",22006,49965,3,1202,2301 +"90264",22006,50118,3,1202,2654 +"90265",22006,50252,3,1202,2001 +"90266",22006,50372,3,1202,1834 +"90267",22006,50685,3,1202,2008 +"90268",22006,53031,3,1202,2065 +"90269",22006,53851,3,1202,2305 +"90270",22006,55468,3,1202,2511 +"90271",22006,55556,2,1202,2075 +"90272",22006,55828,3,1202,2393 +"90273",22006,57077,3,1202,1885 +"90274",22006,57360,3,1202,2429 +"90275",22006,57544,3,1202,2443 +"90276",22006,57950,2,1202,1529 +"90277",22006,57977,2,1202,2683 +"90278",22006,58035,3,1202,1646 +"90279",22006,58133,2,1202,1484 +"90280",22006,58652,3,1202,1437 +"90281",22006,63770,3,1202,1324 +"90282",22006,64031,3,1202,1295 +"90283",22006,64967,3,1202,2872 +"90284",22006,64997,3,1202,2791 +"90285",22006,65029,3,1202,2954 +"90286",22006,67222,3,1202,1332 +"90287",22006,67748,3,1202,1498 +"90288",22006,70046,2,1202,2624 +"90289",22006,71478,2,1202,1721 +"90290",22006,72207,3,1202,2430 +"90291",22006,72334,3,1202,2820 +"90292",22006,76333,3,1202,1586 +"90293",22006,77424,3,1202,1489 +"90294",22006,80429,2,1202,1927 +"90295",22006,80678,3,1202,1595 +"90296",22006,81588,3,1202,1568 +"90297",22006,82426,3,1202,1576 +"90298",22006,82767,3,1202,1641 +"90299",22006,85430,2,1202,2370 +"90300",22006,86245,3,1202,1972 +"90301",22006,91570,3,1202,2229 +"90302",22006,93615,3,1202,2386 +"90303",22006,98781,3,1202,1410 +"90304",22006,99020,3,1202,1383 +"90305",22006,105795,3,1202,1265 +"90306",22006,107649,3,1202,1573 +"90307",22006,108379,3,1202,2933 +"90308",22006,108867,3,1202,2328 +"90309",22009,59677,3,581,1174 +"90310",22011,472,3,885,964 +"90311",22011,7196,3,885,1508 +"90312",22011,7984,3,885,2493 +"90313",22011,8913,3,885,968 +"90314",22011,14943,2,885,1942 +"90315",22011,15401,3,885,1999 +"90316",22011,16801,3,885,2008 +"90317",22011,20311,3,885,1981 +"90318",22011,25271,3,885,1172 +"90319",22011,32988,3,885,2008 +"90320",22011,33801,3,885,2899 +"90321",22011,38219,2,885,1689 +"90322",22011,40432,3,885,1956 +"90323",22011,42505,3,885,2008 +"90324",22011,51319,3,885,2488 +"90325",22011,52471,3,885,2483 +"90326",22011,65155,3,885,1947 +"90327",22011,65203,3,885,1597 +"90328",22011,65322,3,885,2008 +"90329",22011,76511,3,885,1250 +"90330",22011,78150,3,885,2581 +"90331",22011,79567,3,885,1942 +"90332",22011,85875,2,885,957 +"90333",22011,96352,3,885,1493 +"90334",22011,97160,3,885,1215 +"90335",22022,44759,1,1540,2419 +"90336",22025,854,3,1591,2307 +"90337",22025,2484,3,1591,2389 +"90338",22025,3068,2,1591,1815 +"90339",22025,3886,3,1591,1669 +"90340",22025,4226,2,1591,1903 +"90341",22025,4504,3,1591,1905 +"90342",22025,6491,3,1591,2424 +"90343",22025,9423,3,1591,1708 +"90344",22025,12081,3,1591,2166 +"90345",22025,12388,3,1591,1975 +"90346",22025,12729,3,1591,1835 +"90347",22025,13899,2,1591,2650 +"90348",22025,15444,3,1591,2764 +"90349",22025,15539,3,1591,1929 +"90350",22025,17351,3,1591,2036 +"90351",22025,18670,3,1591,1835 +"90352",22025,19282,3,1591,1623 +"90353",22025,19317,2,1591,2041 +"90354",22025,19380,3,1591,2637 +"90355",22025,21275,1,1591,2609 +"90356",22025,22682,3,1591,2035 +"90357",22025,24256,3,1591,2393 +"90358",22025,26451,3,1591,2133 +"90359",22025,26818,3,1591,1999 +"90360",22025,29512,3,1591,1594 +"90361",22025,31705,3,1591,2706 +"90362",22025,34216,3,1591,2832 +"90363",22025,43518,3,1591,2680 +"90364",22025,48823,3,1591,2080 +"90365",22025,58164,2,1591,2398 +"90366",22025,58451,3,1591,1939 +"90367",22025,61242,3,1591,1650 +"90368",22025,70046,3,1591,2624 +"90369",22025,77077,3,1591,2693 +"90370",22025,95879,3,1591,1748 +"90371",22033,2028,3,1356,1978 +"90372",22033,2289,3,1356,2389 +"90373",22033,2972,3,1356,1708 +"90374",22033,3352,3,1356,1707 +"90375",22033,4226,3,1356,1903 +"90376",22033,5610,3,1356,2223 +"90377",22033,15636,2,1356,2857 +"90378",22033,16111,3,1356,1714 +"90379",22033,23787,2,1356,2810 +"90380",22033,26451,3,1356,2133 +"90381",22033,29095,3,1356,2531 +"90382",22033,32047,3,1356,1858 +"90383",22033,35529,3,1356,1620 +"90384",22033,39556,2,1356,2747 +"90385",22033,50001,2,1356,1518 +"90386",22033,50269,3,1356,1966 +"90387",22033,57732,3,1356,2454 +"90388",22033,59868,3,1356,1637 +"90389",22033,67957,3,1356,2823 +"90390",22033,68831,3,1356,1446 +"90391",22033,70613,2,1356,1724 +"90392",22033,80996,3,1356,1501 +"90393",22033,94138,3,1356,1939 +"90394",22050,360,3,966,1671 +"90395",22050,15005,3,966,1415 +"90396",22050,16587,3,966,2065 +"90397",22050,18554,3,966,2065 +"90398",22050,18615,3,966,1025 +"90399",22050,37873,3,966,1288 +"90400",22050,43135,3,966,1171 +"90401",22050,51810,3,966,1401 +"90402",22050,75948,3,966,1006 +"90403",22050,77424,3,966,1489 +"90404",22050,93933,3,966,1336 +"90405",22057,14,3,974,1793 +"90406",22057,145,3,974,1998 +"90407",22057,160,3,974,2007 +"90408",22057,377,3,974,2389 +"90409",22057,380,3,974,2261 +"90410",22057,543,3,974,2203 +"90411",22057,854,2,974,2307 +"90412",22057,1034,3,974,1438 +"90413",22057,1102,3,974,2282 +"90414",22057,1151,3,974,2885 +"90415",22057,1175,3,974,1642 +"90416",22057,1616,3,974,2662 +"90417",22057,1641,3,974,1490 +"90418",22057,1767,3,974,2727 +"90419",22057,2337,3,974,1697 +"90420",22057,2484,2,974,2389 +"90421",22057,2894,3,974,1291 +"90422",22057,3068,1,974,1815 +"90423",22057,3161,3,974,2229 +"90424",22057,3477,3,974,2546 +"90425",22057,3886,2,974,1669 +"90426",22057,3947,3,974,2067 +"90427",22057,3978,3,974,2775 +"90428",22057,3980,3,974,2771 +"90429",22057,4226,3,974,1903 +"90430",22057,4504,3,974,1905 +"90431",22057,4784,3,974,2511 +"90432",22057,4929,3,974,2240 +"90433",22057,5504,3,974,2389 +"90434",22057,5615,3,974,1105 +"90435",22057,6020,3,974,1864 +"90436",22057,6063,3,974,2349 +"90437",22057,6324,3,974,1990 +"90438",22057,6821,3,974,1788 +"90439",22057,7323,3,974,2858 +"90440",22057,7616,3,974,2296 +"90441",22057,8238,3,974,2222 +"90442",22057,8842,3,974,2535 +"90443",22057,9331,3,974,2269 +"90444",22057,9423,2,974,1708 +"90445",22057,9440,3,974,1006 +"90446",22057,11625,3,974,2022 +"90447",22057,12081,2,974,2166 +"90448",22057,12388,3,974,1975 +"90449",22057,12729,2,974,1835 +"90450",22057,13158,3,974,2667 +"90451",22057,13899,2,974,2650 +"90452",22057,14328,3,974,1725 +"90453",22057,14655,3,974,2559 +"90454",22057,14918,3,974,2071 +"90455",22057,15008,3,974,2338 +"90456",22057,15106,3,974,2286 +"90457",22057,15235,3,974,1045 +"90458",22057,15444,3,974,2764 +"90459",22057,15729,3,974,2338 +"90460",22057,16850,3,974,1657 +"90461",22057,17351,2,974,2036 +"90462",22057,17367,3,974,2427 +"90463",22057,17520,3,974,2276 +"90464",22057,17549,3,974,2647 +"90465",22057,17632,3,974,1947 +"90466",22057,17867,3,974,1904 +"90467",22057,17938,3,974,1410 +"90468",22057,17943,3,974,1943 +"90469",22057,18011,3,974,1636 +"90470",22057,18165,3,974,2085 +"90471",22057,18217,3,974,1566 +"90472",22057,18670,2,974,1835 +"90473",22057,19069,1,974,988 +"90474",22057,19282,2,974,1623 +"90475",22057,19317,1,974,2041 +"90476",22057,19606,3,974,2783 +"90477",22057,20331,3,974,2365 +"90478",22057,20700,3,974,2861 +"90479",22057,20732,3,974,2401 +"90480",22057,21079,3,974,1997 +"90481",22057,21275,2,974,2609 +"90482",22057,21358,3,974,1970 +"90483",22057,22025,1,974,1591 +"90484",22057,22682,2,974,2035 +"90485",22057,23268,3,974,2258 +"90486",22057,23726,3,974,2434 +"90487",22057,24256,2,974,2393 +"90488",22057,26234,3,974,2183 +"90489",22057,27195,3,974,2158 +"90490",22057,27642,3,974,1531 +"90491",22057,27796,3,974,2151 +"90492",22057,28648,3,974,1586 +"90493",22057,29089,3,974,1344 +"90494",22057,29289,3,974,1756 +"90495",22057,29512,2,974,1594 +"90496",22057,29884,1,974,1239 +"90497",22057,29930,3,974,2240 +"90498",22057,30092,3,974,1593 +"90499",22057,30236,3,974,2238 +"90500",22057,30798,2,974,1398 +"90501",22057,30827,3,974,2323 +"90502",22057,30850,2,974,1045 +"90503",22057,31159,3,974,2231 +"90504",22057,31705,2,974,2706 +"90505",22057,31890,3,974,1487 +"90506",22057,31901,3,974,1251 +"90507",22057,33223,3,974,2397 +"90508",22057,33285,3,974,1327 +"90509",22057,34274,3,974,1437 +"90510",22057,35045,3,974,1646 +"90511",22057,35256,3,974,2271 +"90512",22057,35360,3,974,2043 +"90513",22057,37301,3,974,2160 +"90514",22057,37570,3,974,2389 +"90515",22057,37752,3,974,2223 +"90516",22057,38307,3,974,2648 +"90517",22057,38732,3,974,2263 +"90518",22057,38921,3,974,1880 +"90519",22057,39906,3,974,2365 +"90520",22057,40542,3,974,1664 +"90521",22057,40565,3,974,2115 +"90522",22057,41682,3,974,1988 +"90523",22057,41900,3,974,1970 +"90524",22057,41945,3,974,2856 +"90525",22057,42175,3,974,1594 +"90526",22057,42216,3,974,2722 +"90527",22057,42264,3,974,1702 +"90528",22057,42837,3,974,1096 +"90529",22057,42864,3,974,1151 +"90530",22057,43404,3,974,2649 +"90531",22057,44688,3,974,2924 +"90532",22057,45297,3,974,1864 +"90533",22057,45450,3,974,1590 +"90534",22057,45545,3,974,1776 +"90535",22057,46042,3,974,1692 +"90536",22057,47803,3,974,2477 +"90537",22057,48823,2,974,2080 +"90538",22057,49470,3,974,1528 +"90539",22057,50113,3,974,2059 +"90540",22057,50252,3,974,2001 +"90541",22057,52597,3,974,1773 +"90542",22057,53219,3,974,2973 +"90543",22057,53830,3,974,1307 +"90544",22057,55084,2,974,1189 +"90545",22057,58164,2,974,2398 +"90546",22057,61242,2,974,1650 +"90547",22057,61975,3,974,983 +"90548",22057,63477,3,974,1907 +"90549",22057,66756,3,974,1301 +"90550",22057,67748,3,974,1498 +"90551",22057,70573,3,974,1993 +"90552",22057,77077,2,974,2693 +"90553",22057,77550,3,974,1548 +"90554",22057,80764,3,974,1808 +"90555",22057,80979,3,974,1142 +"90556",22057,82009,3,974,1020 +"90557",22057,82187,2,974,1055 +"90558",22057,83218,2,974,1537 +"90559",22057,88063,2,974,1045 +"90560",22057,93642,3,974,1120 +"90561",22057,94520,3,974,1243 +"90562",22057,95879,2,974,1748 +"90563",22057,97768,3,974,1500 +"90564",22057,99940,3,974,2884 +"90565",22080,36862,2,2436,2655 +"90566",22108,17826,3,1915,2920 +"90567",22108,27478,3,1915,2485 +"90568",22108,53031,3,1915,2065 +"90569",22108,57781,1,1915,1971 +"90570",22108,57977,3,1915,2683 +"90571",22108,68098,3,1915,2378 +"90572",22130,42,3,146,2265 +"90573",22130,288,3,146,947 +"90574",22130,313,2,146,2271 +"90575",22130,362,3,146,2537 +"90576",22130,377,2,146,2389 +"90577",22130,380,3,146,2261 +"90578",22130,499,2,146,1931 +"90579",22130,543,1,146,2203 +"90580",22130,613,3,146,2687 +"90581",22130,854,3,146,2307 +"90582",22130,868,3,146,607 +"90583",22130,1044,3,146,880 +"90584",22130,1046,3,146,1881 +"90585",22130,1090,3,146,2370 +"90586",22130,1102,3,146,2282 +"90587",22130,1151,2,146,2885 +"90588",22130,1469,3,146,1160 +"90589",22130,1495,2,146,2046 +"90590",22130,1616,1,146,2662 +"90591",22130,1676,3,146,1198 +"90592",22130,1777,2,146,1965 +"90593",22130,1938,3,146,997 +"90594",22130,2036,2,146,2483 +"90595",22130,2057,3,146,1965 +"90596",22130,2166,3,146,2557 +"90597",22130,2224,3,146,2751 +"90598",22130,2424,3,146,2582 +"90599",22130,2484,1,146,2389 +"90600",22130,2754,2,146,1360 +"90601",22130,2766,3,146,1920 +"90602",22130,2894,3,146,1291 +"90603",22130,3088,2,146,1670 +"90604",22130,3161,1,146,2229 +"90605",22130,3242,3,146,1730 +"90606",22130,3488,3,146,2351 +"90607",22130,3830,2,146,1661 +"90608",22130,3853,3,146,2465 +"90609",22130,3878,2,146,1890 +"90610",22130,3947,3,146,2067 +"90611",22130,4057,2,146,2389 +"90612",22130,4763,3,146,1960 +"90613",22130,5078,2,146,2033 +"90614",22130,5235,3,146,2324 +"90615",22130,5296,3,146,820 +"90616",22130,5457,2,146,2077 +"90617",22130,5462,1,146,2374 +"90618",22130,5504,1,146,2389 +"90619",22130,5864,3,146,1197 +"90620",22130,6222,3,146,1949 +"90621",22130,7323,2,146,2858 +"90622",22130,7992,3,146,2033 +"90623",22130,8229,3,146,1241 +"90624",22130,8513,3,146,875 +"90625",22130,8533,3,146,2251 +"90626",22130,8604,3,146,2799 +"90627",22130,8621,2,146,1681 +"90628",22130,8760,2,146,2477 +"90629",22130,8791,3,146,1789 +"90630",22130,8866,3,146,1545 +"90631",22130,9311,2,146,2477 +"90632",22130,9332,3,146,2734 +"90633",22130,9362,3,146,2879 +"90634",22130,9432,3,146,1693 +"90635",22130,10279,3,146,886 +"90636",22130,10799,3,146,2010 +"90637",22130,10843,3,146,2277 +"90638",22130,10874,3,146,1891 +"90639",22130,11694,3,146,1564 +"90640",22130,12067,3,146,1213 +"90641",22130,12199,3,146,1651 +"90642",22130,12713,1,146,2440 +"90643",22130,12778,3,146,2045 +"90644",22130,12887,3,146,433 +"90645",22130,13012,3,146,875 +"90646",22130,13835,3,146,1588 +"90647",22130,13929,3,146,2693 +"90648",22130,13945,3,146,1324 +"90649",22130,14091,3,146,929 +"90650",22130,14655,3,146,2559 +"90651",22130,14656,3,146,584 +"90652",22130,14767,3,146,2068 +"90653",22130,14888,3,146,1411 +"90654",22130,14959,3,146,2898 +"90655",22130,14972,3,146,2332 +"90656",22130,15184,3,146,2396 +"90657",22130,15299,2,146,2213 +"90658",22130,15539,3,146,1929 +"90659",22130,15626,3,146,2434 +"90660",22130,16074,3,146,977 +"90661",22130,16111,3,146,1714 +"90662",22130,16161,3,146,599 +"90663",22130,16164,3,146,1184 +"90664",22130,16313,3,146,1160 +"90665",22130,16497,2,146,2370 +"90666",22130,16609,2,146,538 +"90667",22130,16690,3,146,2132 +"90668",22130,16940,3,146,1290 +"90669",22130,16959,3,146,888 +"90670",22130,17133,2,146,924 +"90671",22130,17410,2,146,2073 +"90672",22130,17520,2,146,2276 +"90673",22130,17572,3,146,340 +"90674",22130,17852,3,146,2840 +"90675",22130,18151,3,146,2962 +"90676",22130,18615,3,146,1025 +"90677",22130,19027,3,146,2721 +"90678",22130,19606,2,146,2783 +"90679",22130,19637,3,146,1229 +"90680",22130,19719,3,146,2177 +"90681",22130,19963,3,146,810 +"90682",22130,20494,3,146,1075 +"90683",22130,20563,3,146,2267 +"90684",22130,20659,3,146,1969 +"90685",22130,20700,1,146,2861 +"90686",22130,21076,3,146,1591 +"90687",22130,21095,3,146,856 +"90688",22130,21122,3,146,1701 +"90689",22130,21198,3,146,935 +"90690",22130,21246,3,146,1612 +"90691",22130,21248,3,146,2232 +"90692",22130,22006,2,146,1202 +"90693",22130,22057,3,146,974 +"90694",22130,22216,3,146,1956 +"90695",22130,22705,3,146,1016 +"90696",22130,22749,1,146,1727 +"90697",22130,22874,2,146,404 +"90698",22130,23508,3,146,1907 +"90699",22130,23729,3,146,1624 +"90700",22130,23806,3,146,1671 +"90701",22130,23965,3,146,165 +"90702",22130,24568,3,146,1937 +"90703",22130,25185,3,146,341 +"90704",22130,25198,3,146,1982 +"90705",22130,25874,3,146,2088 +"90706",22130,26155,3,146,1802 +"90707",22130,26516,3,146,2479 +"90708",22130,26608,3,146,2329 +"90709",22130,26713,3,146,1235 +"90710",22130,27478,2,146,2485 +"90711",22130,28216,1,146,1910 +"90712",22130,28233,3,146,1608 +"90713",22130,29050,3,146,1196 +"90714",22130,29095,3,146,2531 +"90715",22130,29258,3,146,1932 +"90716",22130,29456,3,146,1182 +"90717",22130,30119,2,146,1961 +"90718",22130,30386,3,146,1833 +"90719",22130,30906,3,146,2537 +"90720",22130,30956,2,146,168 +"90721",22130,31235,3,146,2668 +"90722",22130,31386,3,146,273 +"90723",22130,31799,2,146,2547 +"90724",22130,32017,3,146,577 +"90725",22130,32409,3,146,857 +"90726",22130,32516,3,146,2050 +"90727",22130,32606,2,146,2100 +"90728",22130,33241,3,146,632 +"90729",22130,33285,3,146,1327 +"90730",22130,33356,3,146,1586 +"90731",22130,33383,3,146,1572 +"90732",22130,33433,3,146,2805 +"90733",22130,33475,3,146,2367 +"90734",22130,33572,3,146,2370 +"90735",22130,33801,3,146,2899 +"90736",22130,34443,3,146,496 +"90737",22130,34492,3,146,1798 +"90738",22130,34588,3,146,985 +"90739",22130,34707,3,146,2042 +"90740",22130,35256,1,146,2271 +"90741",22130,35926,3,146,2371 +"90742",22130,36514,3,146,1192 +"90743",22130,36559,3,146,2473 +"90744",22130,36962,3,146,2861 +"90745",22130,37238,3,146,2609 +"90746",22130,37418,3,146,2710 +"90747",22130,37570,2,146,2389 +"90748",22130,37859,3,146,1999 +"90749",22130,38019,3,146,1870 +"90750",22130,38048,2,146,867 +"90751",22130,38727,3,146,2238 +"90752",22130,38755,3,146,2902 +"90753",22130,38796,2,146,1642 +"90754",22130,38921,2,146,1880 +"90755",22130,39069,3,146,1802 +"90756",22130,39444,3,146,2695 +"90757",22130,39548,3,146,2389 +"90758",22130,40136,3,146,1149 +"90759",22130,40138,3,146,2719 +"90760",22130,40296,3,146,1674 +"90761",22130,41278,2,146,1873 +"90762",22130,41747,2,146,1722 +"90763",22130,41945,3,146,2856 +"90764",22130,42264,2,146,1702 +"90765",22130,43455,3,146,2846 +"90766",22130,44235,3,146,2700 +"90767",22130,44502,3,146,484 +"90768",22130,44636,2,146,1026 +"90769",22130,44729,3,146,588 +"90770",22130,44768,3,146,2516 +"90771",22130,44885,3,146,2670 +"90772",22130,44899,3,146,2386 +"90773",22130,46039,3,146,1794 +"90774",22130,46091,3,146,1938 +"90775",22130,46312,3,146,163 +"90776",22130,46680,3,146,1690 +"90777",22130,47445,3,146,2668 +"90778",22130,47947,3,146,2681 +"90779",22130,48414,3,146,1749 +"90780",22130,49965,2,146,2301 +"90781",22130,50075,3,146,1026 +"90782",22130,50252,2,146,2001 +"90783",22130,50372,2,146,1834 +"90784",22130,50685,3,146,2008 +"90785",22130,51410,3,146,2739 +"90786",22130,51987,3,146,1397 +"90787",22130,52026,3,146,2633 +"90788",22130,52570,3,146,2645 +"90789",22130,52576,2,146,2234 +"90790",22130,53031,2,146,2065 +"90791",22130,53475,3,146,2853 +"90792",22130,53630,3,146,1565 +"90793",22130,53851,3,146,2305 +"90794",22130,54676,3,146,1342 +"90795",22130,55082,3,146,1856 +"90796",22130,55156,3,146,2196 +"90797",22130,55556,2,146,2075 +"90798",22130,55691,3,146,2856 +"90799",22130,55828,3,146,2393 +"90800",22130,56022,3,146,282 +"90801",22130,57077,3,146,1885 +"90802",22130,57129,3,146,1858 +"90803",22130,57360,3,146,2429 +"90804",22130,57710,3,146,411 +"90805",22130,57950,2,146,1529 +"90806",22130,57977,2,146,2683 +"90807",22130,58035,3,146,1646 +"90808",22130,58218,3,146,2627 +"90809",22130,58508,3,146,2326 +"90810",22130,59113,3,146,2434 +"90811",22130,59786,3,146,605 +"90812",22130,59937,3,146,885 +"90813",22130,60689,2,146,859 +"90814",22130,61719,3,146,1515 +"90815",22130,62488,3,146,1418 +"90816",22130,62538,3,146,1656 +"90817",22130,62602,3,146,1172 +"90818",22130,63409,3,146,1937 +"90819",22130,63637,3,146,498 +"90820",22130,64967,3,146,2872 +"90821",22130,65029,3,146,2954 +"90822",22130,65856,3,146,2504 +"90823",22130,68013,2,146,743 +"90824",22130,68098,3,146,2378 +"90825",22130,68810,3,146,2409 +"90826",22130,69498,2,146,931 +"90827",22130,70046,3,146,2624 +"90828",22130,71342,3,146,1289 +"90829",22130,71478,2,146,1721 +"90830",22130,72334,3,146,2820 +"90831",22130,72823,3,146,929 +"90832",22130,74190,3,146,1428 +"90833",22130,74318,3,146,632 +"90834",22130,75948,3,146,1006 +"90835",22130,76127,3,146,910 +"90836",22130,76333,3,146,1586 +"90837",22130,77489,3,146,1514 +"90838",22130,78416,3,146,630 +"90839",22130,78563,3,146,2385 +"90840",22130,78932,3,146,981 +"90841",22130,79612,3,146,927 +"90842",22130,80219,3,146,988 +"90843",22130,80429,2,146,1927 +"90844",22130,80471,3,146,538 +"90845",22130,80678,3,146,1595 +"90846",22130,81511,3,146,848 +"90847",22130,82949,3,146,2077 +"90848",22130,84897,3,146,1075 +"90849",22130,85430,2,146,2370 +"90850",22130,86986,2,146,1976 +"90851",22130,88750,3,146,787 +"90852",22130,89958,2,146,1186 +"90853",22130,90837,2,146,825 +"90854",22130,91570,2,146,2229 +"90855",22130,93615,3,146,2386 +"90856",22130,94401,2,146,1784 +"90857",22130,100978,3,146,862 +"90858",22130,101482,3,146,1300 +"90859",22130,102050,2,146,906 +"90860",22130,105233,3,146,1199 +"90861",22130,105795,3,146,1265 +"90862",22130,107649,3,146,1573 +"90863",22130,108415,3,146,752 +"90864",22130,109383,3,146,952 +"90865",22130,111004,3,146,796 +"90866",22130,111955,3,146,504 +"90867",22130,116478,3,146,293 +"90868",22130,119564,3,146,336 +"90869",22140,25,3,942,2762 +"90870",22140,180,2,942,1593 +"90871",22140,602,2,942,2632 +"90872",22140,762,3,942,2671 +"90873",22140,2384,3,942,1057 +"90874",22140,3011,3,942,2278 +"90875",22140,3460,3,942,2530 +"90876",22140,3896,3,942,2693 +"90877",22140,4696,3,942,2656 +"90878",22140,4821,3,942,1938 +"90879",22140,6982,2,942,2034 +"90880",22140,7009,3,942,1982 +"90881",22140,8060,3,942,1883 +"90882",22140,9311,3,942,2477 +"90883",22140,10843,3,942,2277 +"90884",22140,12703,2,942,2689 +"90885",22140,13724,3,942,1573 +"90886",22140,14103,1,942,2204 +"90887",22140,14723,2,942,2019 +"90888",22140,15453,3,942,1688 +"90889",22140,15626,3,942,2434 +"90890",22140,21448,3,942,2332 +"90891",22140,21754,3,942,1881 +"90892",22140,22311,1,942,2034 +"90893",22140,25248,2,942,1938 +"90894",22140,26227,3,942,2265 +"90895",22140,28982,2,942,2746 +"90896",22140,33433,3,942,2805 +"90897",22140,34693,3,942,1938 +"90898",22140,35888,3,942,2291 +"90899",22140,38885,3,942,2720 +"90900",22140,49560,3,942,1679 +"90901",22140,59113,3,942,2434 +"90902",22140,62939,3,942,2574 +"90903",22140,75343,3,942,2008 +"90904",22140,87638,3,942,1114 +"90905",22141,3966,3,2348,2425 +"90906",22141,4707,2,2348,2588 +"90907",22141,6491,3,2348,2424 +"90908",22141,6697,3,2348,2438 +"90909",22141,9272,3,2348,2835 +"90910",22141,16352,3,2348,2657 +"90911",22141,18543,3,2348,2968 +"90912",22141,19072,3,2348,2358 +"90913",22141,20124,2,2348,2376 +"90914",22141,21138,2,2348,2849 +"90915",22141,29314,3,2348,2736 +"90916",22141,29449,3,2348,2916 +"90917",22141,29948,3,2348,2795 +"90918",22141,34735,3,2348,2767 +"90919",22141,40369,3,2348,2735 +"90920",22141,43173,1,2348,2895 +"90921",22141,43226,2,2348,2442 +"90922",22141,47248,3,2348,2883 +"90923",22141,49110,3,2348,2938 +"90924",22141,51035,3,2348,2397 +"90925",22141,53323,3,2348,2677 +"90926",22141,57969,3,2348,2755 +"90927",22141,69335,3,2348,2698 +"90928",22141,70269,3,2348,2368 +"90929",22151,28090,3,175,1755 +"90930",22151,32849,2,175,975 +"90931",22165,1315,3,1501,2760 +"90932",22165,1592,3,1501,2006 +"90933",22165,1691,3,1501,1941 +"90934",22165,3139,3,1501,1656 +"90935",22165,3306,3,1501,1989 +"90936",22165,5258,3,1501,2730 +"90937",22165,9362,3,1501,2879 +"90938",22165,10148,3,1501,2964 +"90939",22165,12199,3,1501,1651 +"90940",22165,14108,3,1501,2012 +"90941",22165,15207,3,1501,1855 +"90942",22165,19173,3,1501,1686 +"90943",22165,20407,2,1501,2339 +"90944",22165,23508,3,1501,1907 +"90945",22165,28056,3,1501,1505 +"90946",22165,35045,3,1501,1646 +"90947",22165,36439,3,1501,2469 +"90948",22165,37509,3,1501,1640 +"90949",22165,38213,3,1501,1744 +"90950",22165,41278,3,1501,1873 +"90951",22165,42474,3,1501,2322 +"90952",22165,43173,3,1501,2895 +"90953",22165,46951,3,1501,2429 +"90954",22165,49620,3,1501,1868 +"90955",22165,74636,3,1501,2525 +"90956",22165,77010,3,1501,2639 +"90957",22165,84296,3,1501,1751 +"90958",22165,87837,3,1501,1987 +"90959",22165,88232,3,1501,2881 +"90960",22165,96553,3,1501,1887 +"90961",22165,105975,2,1501,1939 +"90962",22166,21,3,994,1385 +"90963",22166,680,3,994,2569 +"90964",22166,750,3,994,1327 +"90965",22166,1015,3,994,1174 +"90966",22166,1108,3,994,1600 +"90967",22166,1203,3,994,1350 +"90968",22166,1314,3,994,1522 +"90969",22166,1780,3,994,1375 +"90970",22166,2429,3,994,999 +"90971",22166,2576,3,994,1307 +"90972",22166,2959,2,994,1785 +"90973",22166,4303,3,994,2414 +"90974",22166,4526,2,994,1728 +"90975",22166,4916,3,994,1970 +"90976",22166,4983,3,994,1909 +"90977",22166,5683,3,994,2468 +"90978",22166,7942,2,994,2623 +"90979",22166,8860,3,994,2141 +"90980",22166,8923,1,994,1266 +"90981",22166,8984,2,994,1162 +"90982",22166,9503,3,994,2453 +"90983",22166,9703,3,994,1845 +"90984",22166,10129,3,994,2124 +"90985",22166,10216,3,994,2476 +"90986",22166,10980,3,994,1974 +"90987",22166,12361,3,994,2732 +"90988",22166,13065,3,994,1561 +"90989",22166,17252,3,994,1258 +"90990",22166,17388,2,994,1023 +"90991",22166,17645,3,994,1918 +"90992",22166,18005,2,994,2449 +"90993",22166,20220,3,994,1656 +"90994",22166,20395,3,994,1468 +"90995",22166,22704,3,994,1150 +"90996",22166,23692,3,994,1540 +"90997",22166,27320,3,994,2378 +"90998",22166,28571,3,994,1556 +"90999",22166,29286,3,994,1612 +"91000",22166,32549,3,994,2111 +"91001",22166,34094,2,994,1360 +"91002",22166,34216,3,994,2832 +"91003",22166,34742,3,994,1883 +"91004",22166,34908,3,994,2796 +"91005",22166,35728,3,994,2017 +"91006",22166,37522,3,994,1270 +"91007",22166,38087,3,994,1083 +"91008",22166,38816,3,994,1225 +"91009",22166,40028,3,994,1349 +"91010",22166,41770,3,994,2752 +"91011",22166,41955,3,994,2479 +"91012",22166,41969,3,994,2189 +"91013",22166,42331,2,994,1585 +"91014",22166,45729,3,994,2606 +"91015",22166,45992,3,994,1182 +"91016",22166,46650,2,994,1330 +"91017",22166,47654,3,994,1664 +"91018",22166,52815,3,994,2323 +"91019",22166,54313,3,994,1645 +"91020",22166,55482,3,994,1866 +"91021",22166,56082,3,994,2395 +"91022",22166,58233,3,994,1665 +"91023",22166,58829,3,994,1256 +"91024",22166,60258,2,994,2405 +"91025",22166,64947,3,994,2489 +"91026",22166,65223,3,994,2724 +"91027",22166,66609,3,994,998 +"91028",22166,67617,2,994,1149 +"91029",22166,67815,3,994,2476 +"91030",22166,70070,3,994,2425 +"91031",22166,70101,3,994,2414 +"91032",22166,70455,3,994,1307 +"91033",22166,71467,3,994,1051 +"91034",22166,71531,3,994,2887 +"91035",22166,72882,3,994,1330 +"91036",22166,72986,2,994,1055 +"91037",22166,74370,3,994,1667 +"91038",22166,83301,3,994,1385 +"91039",22166,85869,3,994,1509 +"91040",22166,96310,1,994,1016 +"91041",22166,98942,3,994,1588 +"91042",22166,100048,2,994,1573 +"91043",22166,100860,3,994,2326 +"91044",22169,803,3,673,1666 +"91045",22169,2462,1,673,849 +"91046",22169,6914,3,673,2668 +"91047",22169,8229,3,673,1241 +"91048",22169,10222,2,673,2212 +"91049",22169,14983,3,673,1047 +"91050",22169,18277,3,673,2309 +"91051",22169,18289,1,673,862 +"91052",22169,24198,3,673,2217 +"91053",22169,26227,3,673,2265 +"91054",22169,29115,3,673,1047 +"91055",22169,32939,3,673,2277 +"91056",22169,34327,3,673,2959 +"91057",22169,35481,3,673,2211 +"91058",22169,37333,3,673,1612 +"91059",22169,46512,3,673,1292 +"91060",22169,57804,3,673,2214 +"91061",22169,58221,3,673,1787 +"91062",22169,61785,3,673,822 +"91063",22169,66318,2,673,2803 +"91064",22169,85058,3,673,1311 +"91065",22169,86799,3,673,1951 +"91066",22169,94101,3,673,997 +"91067",22169,105685,3,673,2469 +"91068",22175,5897,3,569,2337 +"91069",22175,14449,2,569,1258 +"91070",22175,16286,3,569,2470 +"91071",22175,17257,3,569,1117 +"91072",22175,50903,3,569,931 +"91073",22175,81874,3,569,1784 +"91074",22175,99288,3,569,983 +"91075",22180,3011,3,1835,2278 +"91076",22180,4701,3,1835,2401 +"91077",22180,9311,3,1835,2477 +"91078",22180,9979,3,1835,2238 +"91079",22180,10148,3,1835,2964 +"91080",22180,10843,3,1835,2277 +"91081",22180,14723,3,1835,2019 +"91082",22180,15626,3,1835,2434 +"91083",22180,19453,3,1835,1928 +"91084",22180,19862,3,1835,2412 +"91085",22180,28635,2,1835,2368 +"91086",22180,32964,2,1835,2252 +"91087",22180,33433,3,1835,2805 +"91088",22180,39556,3,1835,2747 +"91089",22180,42333,3,1835,2234 +"91090",22180,49696,3,1835,2444 +"91091",22180,54879,3,1835,2210 +"91092",22180,57732,3,1835,2454 +"91093",22180,58993,3,1835,2390 +"91094",22180,59113,3,1835,2434 +"91095",22180,68098,3,1835,2378 +"91096",22180,69598,3,1835,2812 +"91097",22180,70714,2,1835,2030 +"91098",22181,2424,3,1274,2582 +"91099",22181,2894,3,1274,1291 +"91100",22181,3765,3,1274,2775 +"91101",22181,4696,3,1274,2656 +"91102",22181,4932,3,1274,2752 +"91103",22181,6222,3,1274,1949 +"91104",22181,6602,2,1274,1631 +"91105",22181,7548,2,1274,1932 +"91106",22181,9364,3,1274,1698 +"91107",22181,10474,1,1274,1608 +"91108",22181,10843,3,1274,2277 +"91109",22181,14959,3,1274,2898 +"91110",22181,17520,3,1274,2276 +"91111",22181,25610,3,1274,2328 +"91112",22181,27261,3,1274,1368 +"91113",22181,28896,3,1274,1395 +"91114",22181,29314,3,1274,2736 +"91115",22181,30334,3,1274,2075 +"91116",22181,33433,3,1274,2805 +"91117",22181,34820,2,1274,1630 +"91118",22181,36578,3,1274,1484 +"91119",22181,37636,3,1274,2178 +"91120",22181,38921,3,1274,1880 +"91121",22181,40392,3,1274,1878 +"91122",22181,47869,3,1274,2097 +"91123",22181,49581,3,1274,1817 +"91124",22181,51783,3,1274,2599 +"91125",22181,69300,1,1274,2068 +"91126",22181,99152,3,1274,1698 +"91127",22185,2712,3,1174,1881 +"91128",22185,7506,3,1174,2371 +"91129",22185,7703,3,1174,2122 +"91130",22185,12272,3,1174,2371 +"91131",22185,12524,1,1174,1287 +"91132",22185,17328,3,1174,1206 +"91133",22185,20070,3,1174,1914 +"91134",22185,22543,3,1174,1594 +"91135",22185,25730,3,1174,1206 +"91136",22185,36031,3,1174,2342 +"91137",22185,36637,3,1174,2085 +"91138",22185,44557,2,1174,2371 +"91139",22185,45618,3,1174,2356 +"91140",22185,48215,3,1174,2028 +"91141",22185,56464,2,1174,2488 +"91142",22185,78801,3,1174,1572 +"91143",22197,270,3,2271,2542 +"91144",22197,11218,3,2271,2292 +"91145",22197,12042,3,2271,2345 +"91146",22197,16352,2,2271,2657 +"91147",22197,18361,3,2271,2968 +"91148",22197,18394,3,2271,2356 +"91149",22197,20124,3,2271,2376 +"91150",22197,22326,3,2271,2818 +"91151",22197,23725,3,2271,2378 +"91152",22197,25305,3,2271,2447 +"91153",22197,26080,3,2271,2525 +"91154",22197,26848,3,2271,2363 +"91155",22197,34735,3,2271,2767 +"91156",22197,50236,2,2271,2339 +"91157",22197,56082,2,2271,2395 +"91158",22197,56237,3,2271,2625 +"91159",22197,72207,3,2271,2430 +"91160",22197,72326,3,2271,2384 +"91161",22207,267,1,2365,2631 +"91162",22207,5315,3,2365,2631 +"91163",22207,10779,3,2365,2881 +"91164",22207,13899,3,2365,2650 +"91165",22207,16866,3,2365,2718 +"91166",22207,18865,3,2365,2676 +"91167",22207,19208,3,2365,2629 +"91168",22207,19605,3,2365,2395 +"91169",22207,20067,3,2365,2390 +"91170",22207,22709,3,2365,2743 +"91171",22207,27628,3,2365,2389 +"91172",22207,31705,3,2365,2706 +"91173",22207,34327,2,2365,2959 +"91174",22207,41955,3,2365,2479 +"91175",22207,44403,2,2365,2429 +"91176",22207,50480,3,2365,2701 +"91177",22207,56910,3,2365,2705 +"91178",22211,2120,3,340,1133 +"91179",22211,2418,3,340,2020 +"91180",22211,2540,3,340,1398 +"91181",22211,2747,2,340,2411 +"91182",22211,3127,3,340,2273 +"91183",22211,5484,2,340,582 +"91184",22211,5792,3,340,975 +"91185",22211,7252,3,340,2799 +"91186",22211,7942,3,340,2623 +"91187",22211,8610,3,340,2240 +"91188",22211,9227,3,340,1267 +"91189",22211,9503,3,340,2453 +"91190",22211,10050,3,340,1792 +"91191",22211,10754,3,340,1797 +"91192",22211,10803,3,340,545 +"91193",22211,11136,3,340,2573 +"91194",22211,11563,3,340,1863 +"91195",22211,11588,3,340,2352 +"91196",22211,12781,3,340,831 +"91197",22211,13184,3,340,977 +"91198",22211,13535,3,340,1491 +"91199",22211,14599,3,340,1118 +"91200",22211,14998,1,340,1553 +"91201",22211,16176,3,340,2703 +"91202",22211,16502,2,340,1616 +"91203",22211,18122,3,340,894 +"91204",22211,18458,3,340,2477 +"91205",22211,19610,3,340,1236 +"91206",22211,20155,2,340,1517 +"91207",22211,20545,2,340,1491 +"91208",22211,20659,3,340,1969 +"91209",22211,21209,2,340,2184 +"91210",22211,23131,3,340,1732 +"91211",22211,23488,3,340,1523 +"91212",22211,24302,2,340,407 +"91213",22211,25163,3,340,1751 +"91214",22211,27255,3,340,1232 +"91215",22211,28116,2,340,1643 +"91216",22211,29267,3,340,1234 +"91217",22211,29286,3,340,1612 +"91218",22211,29627,3,340,882 +"91219",22211,30525,3,340,1964 +"91220",22211,32739,3,340,875 +"91221",22211,33017,3,340,1493 +"91222",22211,36346,3,340,1240 +"91223",22211,36953,3,340,2790 +"91224",22211,37636,3,340,2178 +"91225",22211,38532,2,340,1234 +"91226",22211,40572,3,340,2666 +"91227",22211,41338,3,340,1553 +"91228",22211,42562,3,340,1195 +"91229",22211,42813,2,340,2142 +"91230",22211,42852,3,340,1316 +"91231",22211,44433,3,340,2224 +"91232",22211,44603,2,340,2748 +"91233",22211,44971,3,340,955 +"91234",22211,46486,2,340,1868 +"91235",22211,46501,3,340,845 +"91236",22211,47013,3,340,2388 +"91237",22211,50278,3,340,1127 +"91238",22211,51151,3,340,1195 +"91239",22211,53810,3,340,842 +"91240",22211,54924,3,340,2603 +"91241",22211,58501,3,340,2613 +"91242",22211,60078,3,340,1750 +"91243",22211,60258,3,340,2405 +"91244",22211,61585,3,340,2315 +"91245",22211,63077,3,340,2778 +"91246",22211,67815,3,340,2476 +"91247",22211,71467,3,340,1051 +"91248",22211,76369,3,340,583 +"91249",22211,90709,3,340,1080 +"91250",22211,92784,3,340,1257 +"91251",22211,92850,2,340,1971 +"91252",22211,95690,3,340,765 +"91253",22211,99332,3,340,873 +"91254",22211,110398,3,340,601 +"91255",22211,111790,1,340,905 +"91256",22216,543,3,1956,2203 +"91257",22216,1367,3,1956,2176 +"91258",22216,1495,3,1956,2046 +"91259",22216,1616,3,1956,2662 +"91260",22216,1777,3,1956,1965 +"91261",22216,2484,3,1956,2389 +"91262",22216,3161,3,1956,2229 +"91263",22216,3488,2,1956,2351 +"91264",22216,4618,3,1956,2607 +"91265",22216,5078,3,1956,2033 +"91266",22216,5148,2,1956,2206 +"91267",22216,5457,3,1956,2077 +"91268",22216,5462,3,1956,2374 +"91269",22216,5491,3,1956,2048 +"91270",22216,5504,3,1956,2389 +"91271",22216,5669,3,1956,2502 +"91272",22216,5725,2,1956,2789 +"91273",22216,7078,3,1956,2344 +"91274",22216,7245,3,1956,2089 +"91275",22216,7323,3,1956,2858 +"91276",22216,7394,3,1956,2615 +"91277",22216,8533,2,1956,2251 +"91278",22216,8726,3,1956,2083 +"91279",22216,9311,3,1956,2477 +"91280",22216,10799,2,1956,2010 +"91281",22216,10836,3,1956,2215 +"91282",22216,12867,3,1956,2773 +"91283",22216,12976,3,1956,2399 +"91284",22216,13929,3,1956,2693 +"91285",22216,14723,3,1956,2019 +"91286",22216,16725,3,1956,2830 +"91287",22216,16727,2,1956,2164 +"91288",22216,18151,2,1956,2962 +"91289",22216,21795,3,1956,2653 +"91290",22216,24825,3,1956,2686 +"91291",22216,26351,3,1956,2683 +"91292",22216,27195,3,1956,2158 +"91293",22216,28218,3,1956,2048 +"91294",22216,28285,2,1956,2972 +"91295",22216,29073,3,1956,2328 +"91296",22216,30081,3,1956,2403 +"91297",22216,32761,3,1956,2680 +"91298",22216,33433,3,1956,2805 +"91299",22216,34327,3,1956,2959 +"91300",22216,35256,3,1956,2271 +"91301",22216,36559,1,1956,2473 +"91302",22216,36670,3,1956,2298 +"91303",22216,36950,3,1956,2204 +"91304",22216,36962,3,1956,2861 +"91305",22216,37570,3,1956,2389 +"91306",22216,39087,3,1956,2765 +"91307",22216,43383,3,1956,2960 +"91308",22216,44235,3,1956,2700 +"91309",22216,47947,1,1956,2681 +"91310",22216,51626,2,1956,2494 +"91311",22216,53219,3,1956,2973 +"91312",22216,53300,3,1956,2162 +"91313",22216,55691,3,1956,2856 +"91314",22216,57977,3,1956,2683 +"91315",22216,61458,2,1956,2630 +"91316",22216,62840,3,1956,2502 +"91317",22216,64754,3,1956,2793 +"91318",22216,68810,3,1956,2409 +"91319",22216,71562,3,1956,2574 +"91320",22216,71702,3,1956,2353 +"91321",22216,75311,3,1956,2745 +"91322",22216,78563,3,1956,2385 +"91323",22216,85430,3,1956,2370 +"91324",22228,5852,3,601,1862 +"91325",22228,11319,3,601,2073 +"91326",22228,13201,3,601,2034 +"91327",22228,14654,3,601,1692 +"91328",22228,14861,3,601,2269 +"91329",22228,15024,3,601,2159 +"91330",22228,38038,3,601,2686 +"91331",22228,44464,3,601,1619 +"91332",22228,82226,3,601,1619 +"91333",22242,1315,3,1690,2760 +"91334",22242,12724,3,1690,1930 +"91335",22242,15207,3,1690,1855 +"91336",22242,83384,2,1690,1970 +"91337",22244,2852,3,2139,2448 +"91338",22244,3493,2,2139,2451 +"91339",22244,3978,3,2139,2775 +"91340",22244,4303,3,2139,2414 +"91341",22244,5897,2,2139,2337 +"91342",22244,6989,3,2139,2623 +"91343",22244,11143,3,2139,2623 +"91344",22244,11648,3,2139,2852 +"91345",22244,12361,3,2139,2732 +"91346",22244,12948,3,2139,2669 +"91347",22244,19655,3,2139,2706 +"91348",22244,20941,3,2139,2725 +"91349",22244,27742,3,2139,2700 +"91350",22244,30034,3,2139,2357 +"91351",22244,31335,2,2139,2351 +"91352",22244,37636,3,2139,2178 +"91353",22244,47013,3,2139,2388 +"91354",22244,50630,3,2139,2615 +"91355",22244,51144,3,2139,2466 +"91356",22244,51783,3,2139,2599 +"91357",22244,58655,3,2139,2685 +"91358",22244,70583,2,2139,2615 +"91359",22249,11135,3,1892,2441 +"91360",22249,11319,3,1892,2073 +"91361",22249,12031,3,1892,1957 +"91362",22249,15502,3,1892,2637 +"91363",22249,19057,2,1892,2664 +"91364",22249,27826,3,1892,2824 +"91365",22249,32235,1,1892,2109 +"91366",22249,55436,3,1892,2513 +"91367",22249,64174,3,1892,2377 +"91368",22249,87362,3,1892,2902 +"91369",22256,782,3,829,945 +"91370",22256,5317,3,829,2063 +"91371",22256,5845,3,829,1552 +"91372",22256,6603,3,829,2185 +"91373",22256,9440,3,829,1006 +"91374",22256,10002,3,829,1788 +"91375",22256,11019,3,829,1299 +"91376",22256,14612,3,829,2340 +"91377",22256,15821,3,829,2456 +"91378",22256,16750,3,829,1225 +"91379",22256,27399,3,829,1866 +"91380",22256,28501,3,829,2242 +"91381",22256,29311,2,829,1849 +"91382",22256,31131,3,829,2810 +"91383",22256,36506,3,829,2638 +"91384",22256,40675,1,829,1595 +"91385",22256,46642,3,829,999 +"91386",22256,47534,3,829,2712 +"91387",22256,61125,3,829,1673 +"91388",22256,64987,3,829,1360 +"91389",22256,65316,3,829,1020 +"91390",22256,79848,3,829,1629 +"91391",22256,86664,3,829,1146 +"91392",22260,854,3,2137,2307 +"91393",22260,1324,3,2137,2147 +"91394",22260,5622,3,2137,2175 +"91395",22260,8088,3,2137,2220 +"91396",22260,9979,3,2137,2238 +"91397",22260,10857,3,2137,2253 +"91398",22260,18394,3,2137,2356 +"91399",22260,23725,3,2137,2378 +"91400",22260,28285,3,2137,2972 +"91401",22260,30236,3,2137,2238 +"91402",22260,30827,3,2137,2323 +"91403",22260,34735,3,2137,2767 +"91404",22260,38732,3,2137,2263 +"91405",22260,54551,3,2137,2348 +"91406",22260,81221,3,2137,2285 +"91407",22272,14449,3,1243,1258 +"91408",22277,270,3,2424,2542 +"91409",22277,2424,3,2424,2582 +"91410",22277,3305,3,2424,2839 +"91411",22277,3966,3,2424,2425 +"91412",22277,6740,2,2424,2699 +"91413",22277,10130,3,2424,2741 +"91414",22277,16432,3,2424,2664 +"91415",22277,23319,2,2424,2867 +"91416",22277,25129,1,2424,2647 +"91417",22277,25325,3,2424,2963 +"91418",22277,43455,3,2424,2846 +"91419",22277,48605,3,2424,2796 +"91420",22277,52570,3,2424,2645 +"91421",22277,61982,2,2424,2725 +"91422",22277,62841,1,2424,2710 +"91423",22282,145,3,1418,1998 +"91424",22282,212,3,1418,1513 +"91425",22282,270,3,1418,2542 +"91426",22282,312,3,1418,2038 +"91427",22282,600,3,1418,1702 +"91428",22282,913,2,1418,2144 +"91429",22282,1102,3,1418,2282 +"91430",22282,1639,3,1418,2631 +"91431",22282,1691,3,1418,1941 +"91432",22282,2322,3,1418,1645 +"91433",22282,2424,2,1418,2582 +"91434",22282,2533,3,1418,2016 +"91435",22282,3271,3,1418,2216 +"91436",22282,3305,3,1418,2839 +"91437",22282,3306,3,1418,1989 +"91438",22282,3716,3,1418,1679 +"91439",22282,3966,3,1418,2425 +"91440",22282,4289,3,1418,1921 +"91441",22282,4701,3,1418,2401 +"91442",22282,5429,3,1418,1991 +"91443",22282,6363,3,1418,2066 +"91444",22282,6718,3,1418,2138 +"91445",22282,7555,3,1418,1943 +"91446",22282,8762,3,1418,2585 +"91447",22282,9272,3,1418,2835 +"91448",22282,9311,3,1418,2477 +"91449",22282,9351,3,1418,1460 +"91450",22282,9364,3,1418,1698 +"91451",22282,9702,3,1418,1928 +"91452",22282,10513,3,1418,2284 +"91453",22282,11006,3,1418,1950 +"91454",22282,11229,3,1418,1625 +"91455",22282,12863,3,1418,2027 +"91456",22282,14959,3,1418,2898 +"91457",22282,15813,3,1418,2143 +"91458",22282,16201,3,1418,1811 +"91459",22282,16332,3,1418,2668 +"91460",22282,16432,3,1418,2664 +"91461",22282,17698,3,1418,1559 +"91462",22282,17931,3,1418,1617 +"91463",22282,19248,3,1418,2357 +"91464",22282,19719,2,1418,2177 +"91465",22282,20124,3,1418,2376 +"91466",22282,20311,3,1418,1981 +"91467",22282,20407,3,1418,2339 +"91468",22282,21122,3,1418,1701 +"91469",22282,21138,3,1418,2849 +"91470",22282,21197,2,1418,1437 +"91471",22282,21285,2,1418,2100 +"91472",22282,21693,2,1418,2176 +"91473",22282,22326,2,1418,2818 +"91474",22282,22362,2,1418,1836 +"91475",22282,22415,3,1418,2841 +"91476",22282,23395,3,1418,1948 +"91477",22282,23705,3,1418,2699 +"91478",22282,23729,3,1418,1624 +"91479",22282,23918,3,1418,1881 +"91480",22282,24448,3,1418,2289 +"91481",22282,24568,3,1418,1937 +"91482",22282,24612,3,1418,1875 +"91483",22282,25305,3,1418,2447 +"91484",22282,25577,3,1418,1946 +"91485",22282,26451,3,1418,2133 +"91486",22282,26749,2,1418,2965 +"91487",22282,27175,3,1418,1447 +"91488",22282,27275,2,1418,2656 +"91489",22282,27390,2,1418,2425 +"91490",22282,27694,3,1418,2030 +"91491",22282,28015,3,1418,1624 +"91492",22282,28626,3,1418,2842 +"91493",22282,28635,3,1418,2368 +"91494",22282,29962,3,1418,2201 +"91495",22282,30052,3,1418,2855 +"91496",22282,30173,3,1418,2404 +"91497",22282,31050,3,1418,1491 +"91498",22282,31235,3,1418,2668 +"91499",22282,32173,2,1418,2341 +"91500",22282,33949,3,1418,2489 +"91501",22282,34836,3,1418,2302 +"91502",22282,35095,2,1418,1502 +"91503",22282,35529,3,1418,1620 +"91504",22282,36439,3,1418,2469 +"91505",22282,38019,2,1418,1870 +"91506",22282,43226,3,1418,2442 +"91507",22282,43385,2,1418,1623 +"91508",22282,43455,3,1418,2846 +"91509",22282,46629,3,1418,2255 +"91510",22282,47362,3,1418,2253 +"91511",22282,47772,3,1418,2293 +"91512",22282,48110,3,1418,2009 +"91513",22282,48414,2,1418,1749 +"91514",22282,50685,3,1418,2008 +"91515",22282,51017,3,1418,2073 +"91516",22282,51022,3,1418,1499 +"91517",22282,52058,1,1418,1836 +"91518",22282,52576,2,1418,2234 +"91519",22282,55082,3,1418,1856 +"91520",22282,55139,3,1418,2323 +"91521",22282,55438,1,1418,2863 +"91522",22282,55468,2,1418,2511 +"91523",22282,56082,3,1418,2395 +"91524",22282,56317,2,1418,2030 +"91525",22282,57950,3,1418,1529 +"91526",22282,58508,2,1418,2326 +"91527",22282,58652,3,1418,1437 +"91528",22282,59700,3,1418,2346 +"91529",22282,61982,3,1418,2725 +"91530",22282,62841,3,1418,2710 +"91531",22282,63409,3,1418,1937 +"91532",22282,64181,3,1418,1828 +"91533",22282,66860,2,1418,1548 +"91534",22282,67690,3,1418,1902 +"91535",22282,69335,3,1418,2698 +"91536",22282,70217,3,1418,2332 +"91537",22282,72207,3,1418,2430 +"91538",22282,73128,3,1418,1549 +"91539",22282,76892,3,1418,2381 +"91540",22282,79322,2,1418,2770 +"91541",22282,80301,3,1418,1690 +"91542",22282,81588,2,1418,1568 +"91543",22282,82949,1,1418,2077 +"91544",22282,101797,3,1418,2357 +"91545",22292,3409,3,1910,2167 +"91546",22292,5610,3,1910,2223 +"91547",22292,6192,3,1910,2409 +"91548",22292,7616,3,1910,2296 +"91549",22292,12388,3,1910,1975 +"91550",22292,13324,3,1910,2163 +"91551",22292,16539,3,1910,1947 +"91552",22292,19208,3,1910,2629 +"91553",22292,19605,3,1910,2395 +"91554",22292,23460,2,1910,2183 +"91555",22292,25030,2,1910,2017 +"91556",22292,25985,3,1910,2071 +"91557",22292,29454,3,1910,2719 +"91558",22292,41764,3,1910,2409 +"91559",22292,42129,3,1910,2318 +"91560",22292,47564,3,1910,2650 +"91561",22292,49334,3,1910,2433 +"91562",22292,50480,3,1910,2701 +"91563",22292,56854,3,1910,2022 +"91564",22297,3317,3,1904,2037 +"91565",22297,11506,3,1904,2824 +"91566",22297,18571,3,1904,2128 +"91567",22297,18943,3,1904,2861 +"91568",22297,21463,3,1904,2437 +"91569",22297,27783,3,1904,2302 +"91570",22297,31164,2,1904,1996 +"91571",22297,32449,3,1904,2091 +"91572",22297,36136,3,1904,2338 +"91573",22297,39105,3,1904,2487 +"91574",22297,46951,3,1904,2429 +"91575",22297,53697,3,1904,1909 +"91576",22297,79596,3,1904,2004 +"91577",22311,25,2,2034,2762 +"91578",22311,489,3,2034,2652 +"91579",22311,602,1,2034,2632 +"91580",22311,762,2,2034,2671 +"91581",22311,1367,3,2034,2176 +"91582",22311,3011,2,2034,2278 +"91583",22311,3460,3,2034,2530 +"91584",22311,3896,3,2034,2693 +"91585",22311,4696,3,2034,2656 +"91586",22311,8533,3,2034,2251 +"91587",22311,8821,3,2034,2230 +"91588",22311,9311,2,2034,2477 +"91589",22311,10843,2,2034,2277 +"91590",22311,12374,3,2034,2260 +"91591",22311,12703,1,2034,2689 +"91592",22311,14103,1,2034,2204 +"91593",22311,15626,2,2034,2434 +"91594",22311,16806,3,2034,2074 +"91595",22311,20271,3,2034,2044 +"91596",22311,21448,2,2034,2332 +"91597",22311,25480,3,2034,2747 +"91598",22311,28285,3,2034,2972 +"91599",22311,28874,3,2034,2329 +"91600",22311,28982,2,2034,2746 +"91601",22311,30906,3,2034,2537 +"91602",22311,33433,2,2034,2805 +"91603",22311,34707,3,2034,2042 +"91604",22311,38755,3,2034,2902 +"91605",22311,38885,3,2034,2720 +"91606",22311,39534,3,2034,2410 +"91607",22311,49696,3,2034,2444 +"91608",22311,51853,3,2034,2520 +"91609",22311,55643,3,2034,2359 +"91610",22311,58993,3,2034,2390 +"91611",22311,59113,2,2034,2434 +"91612",22311,62939,3,2034,2574 +"91613",22311,64699,3,2034,2797 +"91614",22317,160,3,1552,2007 +"91615",22317,8791,3,1552,1789 +"91616",22317,16690,2,1552,2132 +"91617",22317,28081,3,1552,1927 +"91618",22317,40014,3,1552,2608 +"91619",22317,68789,3,1552,1929 +"91620",22326,9272,3,2818,2835 +"91621",22326,11351,3,2818,2971 +"91622",22326,14959,2,2818,2898 +"91623",22326,18361,3,2818,2968 +"91624",22326,21138,3,2818,2849 +"91625",22326,22415,3,2818,2841 +"91626",22326,26749,3,2818,2965 +"91627",22326,30052,3,2818,2855 +"91628",22326,36962,3,2818,2861 +"91629",22326,43455,3,2818,2846 +"91630",22326,55438,3,2818,2863 +"91631",22331,3164,3,2687,2693 +"91632",22331,5725,3,2687,2789 +"91633",22331,9150,3,2687,2689 +"91634",22331,10148,3,2687,2964 +"91635",22331,10779,3,2687,2881 +"91636",22331,16195,2,2687,2964 +"91637",22331,17852,1,2687,2840 +"91638",22331,19934,3,2687,2888 +"91639",22331,22714,3,2687,2793 +"91640",22331,23787,3,2687,2810 +"91641",22331,28893,3,2687,2764 +"91642",22331,30052,3,2687,2855 +"91643",22331,40368,3,2687,2876 +"91644",22331,54929,2,2687,2783 +"91645",22331,57765,2,2687,2893 +"91646",22331,70528,3,2687,2727 +"91647",22353,841,3,1231,2964 +"91648",22353,2540,3,1231,1398 +"91649",22353,3978,3,1231,2775 +"91650",22353,4303,3,1231,2414 +"91651",22353,6989,2,1231,2623 +"91652",22353,7785,3,1231,2441 +"91653",22353,9703,3,1231,1845 +"91654",22353,11639,3,1231,1593 +"91655",22353,11648,3,1231,2852 +"91656",22353,17645,3,1231,1918 +"91657",22353,23131,3,1231,1732 +"91658",22353,32560,3,1231,1258 +"91659",22353,36953,3,1231,2790 +"91660",22353,46486,3,1231,1868 +"91661",22353,48652,3,1231,1686 +"91662",22353,52815,3,1231,2323 +"91663",22353,101435,1,1231,1236 +"91664",22357,827,3,1397,2964 +"91665",22357,1624,3,1397,2687 +"91666",22357,2282,1,1397,2056 +"91667",22357,2443,3,1397,2333 +"91668",22357,2647,3,1397,2450 +"91669",22357,2927,2,1397,1789 +"91670",22357,3158,3,1397,2762 +"91671",22357,4249,3,1397,2547 +"91672",22357,6345,2,1397,2713 +"91673",22357,8607,3,1397,1685 +"91674",22357,9724,2,1397,2713 +"91675",22357,9910,3,1397,2526 +"91676",22357,10146,3,1397,1878 +"91677",22357,10701,3,1397,2000 +"91678",22357,11858,3,1397,1530 +"91679",22357,12116,3,1397,2119 +"91680",22357,12966,3,1397,2011 +"91681",22357,14470,3,1397,2632 +"91682",22357,14957,3,1397,2306 +"91683",22357,15782,3,1397,2306 +"91684",22357,17499,2,1397,2954 +"91685",22357,17695,3,1397,1930 +"91686",22357,19366,3,1397,2279 +"91687",22357,20038,3,1397,1531 +"91688",22357,20695,3,1397,2526 +"91689",22357,23550,3,1397,2939 +"91690",22357,26597,2,1397,2070 +"91691",22357,28648,3,1397,1586 +"91692",22357,28782,2,1397,2272 +"91693",22357,32169,3,1397,2504 +"91694",22357,32350,3,1397,1540 +"91695",22357,36840,2,1397,2269 +"91696",22357,37684,3,1397,2899 +"91697",22357,42382,3,1397,2224 +"91698",22357,42390,3,1397,2937 +"91699",22357,43543,3,1397,1457 +"91700",22357,43701,2,1397,2400 +"91701",22357,46616,3,1397,1917 +"91702",22357,47607,3,1397,2724 +"91703",22357,49142,3,1397,2289 +"91704",22357,50468,2,1397,1659 +"91705",22357,51212,3,1397,1801 +"91706",22357,51505,3,1397,1572 +"91707",22357,52386,3,1397,1830 +"91708",22357,53584,3,1397,2391 +"91709",22357,53652,2,1397,2899 +"91710",22357,69260,3,1397,1698 +"91711",22357,69795,2,1397,2636 +"91712",22357,71999,3,1397,2685 +"91713",22357,73520,3,1397,2613 +"91714",22357,77719,3,1397,2086 +"91715",22357,78277,3,1397,1937 +"91716",22357,80970,2,1397,2069 +"91717",22357,84235,3,1397,1639 +"91718",22357,96718,3,1397,1767 +"91719",22362,270,3,1836,2542 +"91720",22362,380,3,1836,2261 +"91721",22362,913,3,1836,2144 +"91722",22362,1102,3,1836,2282 +"91723",22362,1386,3,1836,1901 +"91724",22362,1691,3,1836,1941 +"91725",22362,2111,3,1836,1904 +"91726",22362,2224,3,1836,2751 +"91727",22362,2424,3,1836,2582 +"91728",22362,2533,3,1836,2016 +"91729",22362,3271,3,1836,2216 +"91730",22362,3493,3,1836,2451 +"91731",22362,3628,3,1836,2707 +"91732",22362,5235,3,1836,2324 +"91733",22362,5971,3,1836,1985 +"91734",22362,6074,3,1836,2426 +"91735",22362,6222,3,1836,1949 +"91736",22362,6390,3,1836,2385 +"91737",22362,6588,2,1836,2025 +"91738",22362,6718,2,1836,2138 +"91739",22362,7555,3,1836,1943 +"91740",22362,8762,2,1836,2585 +"91741",22362,9030,3,1836,1979 +"91742",22362,9272,3,1836,2835 +"91743",22362,10857,3,1836,2253 +"91744",22362,11218,3,1836,2292 +"91745",22362,11351,3,1836,2971 +"91746",22362,12724,3,1836,1930 +"91747",22362,13307,3,1836,2206 +"91748",22362,14959,2,1836,2898 +"91749",22362,15343,3,1836,2125 +"91750",22362,16310,3,1836,2796 +"91751",22362,18394,3,1836,2356 +"91752",22362,18571,3,1836,2128 +"91753",22362,19719,3,1836,2177 +"91754",22362,19862,3,1836,2412 +"91755",22362,20124,3,1836,2376 +"91756",22362,20311,3,1836,1981 +"91757",22362,21012,3,1836,2325 +"91758",22362,21104,2,1836,2327 +"91759",22362,21138,3,1836,2849 +"91760",22362,21285,3,1836,2100 +"91761",22362,21417,3,1836,2422 +"91762",22362,21463,3,1836,2437 +"91763",22362,21693,1,1836,2176 +"91764",22362,22197,3,1836,2271 +"91765",22362,22326,1,1836,2818 +"91766",22362,23509,3,1836,2275 +"91767",22362,23526,3,1836,1998 +"91768",22362,23715,3,1836,1859 +"91769",22362,23725,3,1836,2378 +"91770",22362,24146,3,1836,2003 +"91771",22362,25305,2,1836,2447 +"91772",22362,25577,3,1836,1946 +"91773",22362,25874,3,1836,2088 +"91774",22362,26749,3,1836,2965 +"91775",22362,27275,3,1836,2656 +"91776",22362,27390,3,1836,2425 +"91777",22362,29073,3,1836,2328 +"91778",22362,29962,3,1836,2201 +"91779",22362,30173,2,1836,2404 +"91780",22362,30334,3,1836,2075 +"91781",22362,30405,3,1836,2164 +"91782",22362,32567,3,1836,2784 +"91783",22362,34836,3,1836,2302 +"91784",22362,35235,3,1836,2610 +"91785",22362,35428,3,1836,2263 +"91786",22362,36136,3,1836,2338 +"91787",22362,36962,3,1836,2861 +"91788",22362,37636,3,1836,2178 +"91789",22362,38019,2,1836,1870 +"91790",22362,38921,3,1836,1880 +"91791",22362,40392,3,1836,1878 +"91792",22362,40493,3,1836,1981 +"91793",22362,42216,3,1836,2722 +"91794",22362,42687,2,1836,1952 +"91795",22362,43213,3,1836,2160 +"91796",22362,43226,3,1836,2442 +"91797",22362,43455,3,1836,2846 +"91798",22362,45684,3,1836,2200 +"91799",22362,46629,3,1836,2255 +"91800",22362,48035,3,1836,2180 +"91801",22362,48110,3,1836,2009 +"91802",22362,49998,3,1836,2761 +"91803",22362,50118,2,1836,2654 +"91804",22362,50236,3,1836,2339 +"91805",22362,51017,3,1836,2073 +"91806",22362,51783,3,1836,2599 +"91807",22362,52576,3,1836,2234 +"91808",22362,54551,3,1836,2348 +"91809",22362,55156,3,1836,2196 +"91810",22362,55438,3,1836,2863 +"91811",22362,56082,2,1836,2395 +"91812",22362,56317,2,1836,2030 +"91813",22362,57246,3,1836,1873 +"91814",22362,58508,2,1836,2326 +"91815",22362,58684,3,1836,2295 +"91816",22362,59700,3,1836,2346 +"91817",22362,61982,3,1836,2725 +"91818",22362,69335,3,1836,2698 +"91819",22362,70046,3,1836,2624 +"91820",22362,70217,2,1836,2332 +"91821",22362,72207,2,1836,2430 +"91822",22362,72326,3,1836,2384 +"91823",22362,73266,3,1836,2496 +"91824",22362,75403,3,1836,1895 +"91825",22362,79804,3,1836,2227 +"91826",22362,82949,2,1836,2077 +"91827",22362,101295,3,1836,2165 +"91828",22362,101797,2,1836,2357 +"91829",22364,9503,3,1809,2453 +"91830",22364,9787,3,1809,2858 +"91831",22364,13879,3,1809,2748 +"91832",22364,14749,3,1809,1998 +"91833",22364,26959,3,1809,1961 +"91834",22364,36912,3,1809,2469 +"91835",22364,38259,3,1809,2258 +"91836",22364,40035,3,1809,2742 +"91837",22364,46486,3,1809,1868 +"91838",22364,53739,3,1809,2704 +"91839",22364,72597,3,1809,1843 +"91840",22374,5315,2,1226,2631 +"91841",22374,10358,3,1226,2294 +"91842",22374,10382,3,1226,2111 +"91843",22374,13109,1,1226,1374 +"91844",22374,13573,3,1226,2774 +"91845",22374,14032,3,1226,2144 +"91846",22374,19453,3,1226,1928 +"91847",22374,19858,3,1226,2357 +"91848",22374,21401,3,1226,1440 +"91849",22374,31003,2,1226,1859 +"91850",22374,34158,3,1226,2639 +"91851",22374,34648,2,1226,1596 +"91852",22374,36007,3,1226,2089 +"91853",22374,40487,3,1226,2512 +"91854",22374,45633,3,1226,2134 +"91855",22374,45903,2,1226,2237 +"91856",22374,48127,2,1226,2677 +"91857",22374,48602,2,1226,1704 +"91858",22374,50977,3,1226,2352 +"91859",22374,53779,3,1226,2000 +"91860",22374,56903,3,1226,1584 +"91861",22374,57714,3,1226,1391 +"91862",22374,64502,2,1226,1670 +"91863",22374,77001,3,1226,1440 +"91864",22374,81095,2,1226,1609 +"91865",22374,83526,2,1226,1235 +"91866",22374,85356,3,1226,1492 +"91867",22374,92381,3,1226,1237 +"91868",22374,111165,3,1226,1256 +"91869",22389,3506,3,2034,2364 +"91870",22389,5813,3,2034,2088 +"91871",22389,16866,3,2034,2718 +"91872",22389,17925,3,2034,2385 +"91873",22389,31990,3,2034,2264 +"91874",22389,32724,3,2034,2581 +"91875",22389,37801,3,2034,2578 +"91876",22389,44312,3,2034,2741 +"91877",22389,48931,1,2034,2444 +"91878",22389,57804,3,2034,2214 +"91879",22389,96387,3,2034,2159 +"91880",22403,1822,2,1630,2888 +"91881",22403,2181,3,1630,2030 +"91882",22403,2972,3,1630,1708 +"91883",22403,2979,3,1630,2912 +"91884",22403,3477,2,1630,2546 +"91885",22403,4253,3,1630,1890 +"91886",22403,4360,3,1630,1770 +"91887",22403,5072,3,1630,2175 +"91888",22403,5392,3,1630,1648 +"91889",22403,5622,3,1630,2175 +"91890",22403,6044,2,1630,2744 +"91891",22403,6063,2,1630,2349 +"91892",22403,6392,3,1630,1878 +"91893",22403,7234,3,1630,2654 +"91894",22403,8993,3,1630,2099 +"91895",22403,9503,3,1630,2453 +"91896",22403,10857,3,1630,2253 +"91897",22403,12388,2,1630,1975 +"91898",22403,12778,3,1630,2045 +"91899",22403,13388,3,1630,2119 +"91900",22403,13801,3,1630,2041 +"91901",22403,13899,3,1630,2650 +"91902",22403,14103,3,1630,2204 +"91903",22403,14353,1,1630,2878 +"91904",22403,14817,3,1630,2110 +"91905",22403,15023,3,1630,2054 +"91906",22403,15444,2,1630,2764 +"91907",22403,16539,3,1630,1947 +"91908",22403,16896,3,1630,2223 +"91909",22403,17027,2,1630,2772 +"91910",22403,17400,3,1630,2231 +"91911",22403,18165,3,1630,2085 +"91912",22403,18601,3,1630,2143 +"91913",22403,19317,3,1630,2041 +"91914",22403,20067,2,1630,2390 +"91915",22403,20124,3,1630,2376 +"91916",22403,20311,3,1630,1981 +"91917",22403,20732,3,1630,2401 +"91918",22403,20984,3,1630,2502 +"91919",22403,21248,3,1630,2232 +"91920",22403,21684,3,1630,1971 +"91921",22403,21706,3,1630,1988 +"91922",22403,21754,2,1630,1881 +"91923",22403,23268,3,1630,2258 +"91924",22403,23726,3,1630,2434 +"91925",22403,23869,3,1630,1918 +"91926",22403,24756,3,1630,2530 +"91927",22403,25078,3,1630,2312 +"91928",22403,25643,3,1630,1646 +"91929",22403,26080,3,1630,2525 +"91930",22403,29095,3,1630,2531 +"91931",22403,31357,3,1630,2389 +"91932",22403,32339,3,1630,2430 +"91933",22403,32395,3,1630,2735 +"91934",22403,33223,2,1630,2397 +"91935",22403,33451,3,1630,1957 +"91936",22403,33470,3,1630,2003 +"91937",22403,33801,3,1630,2899 +"91938",22403,34158,2,1630,2639 +"91939",22403,34693,3,1630,1938 +"91940",22403,35361,3,1630,2389 +"91941",22403,35822,3,1630,1903 +"91942",22403,37301,3,1630,2160 +"91943",22403,39294,3,1630,1889 +"91944",22403,39516,3,1630,2393 +"91945",22403,40542,2,1630,1664 +"91946",22403,41682,3,1630,1988 +"91947",22403,41972,2,1630,2509 +"91948",22403,42799,3,1630,2729 +"91949",22403,43213,3,1630,2160 +"91950",22403,43479,2,1630,2178 +"91951",22403,47248,3,1630,2883 +"91952",22403,47595,3,1630,2374 +"91953",22403,47895,2,1630,2328 +"91954",22403,48939,3,1630,1749 +"91955",22403,49414,2,1630,1667 +"91956",22403,51017,3,1630,2073 +"91957",22403,51319,3,1630,2488 +"91958",22403,51843,3,1630,2389 +"91959",22403,52261,2,1630,2162 +"91960",22403,52953,3,1630,1741 +"91961",22403,53475,3,1630,2853 +"91962",22403,54551,3,1630,2348 +"91963",22403,56082,3,1630,2395 +"91964",22403,57760,1,1630,1721 +"91965",22403,59140,3,1630,2528 +"91966",22403,59790,3,1630,1827 +"91967",22403,61242,3,1630,1650 +"91968",22403,67957,3,1630,2823 +"91969",22403,68652,3,1630,2878 +"91970",22403,70232,2,1630,2401 +"91971",22403,72207,3,1630,2430 +"91972",22403,75403,3,1630,1895 +"91973",22403,76356,3,1630,2323 +"91974",22403,79547,3,1630,1909 +"91975",22403,79804,3,1630,2227 +"91976",22403,84317,3,1630,2081 +"91977",22403,87720,3,1630,2086 +"91978",22403,117956,2,1630,2774 +"91979",22410,843,3,2158,2332 +"91980",22410,1369,3,2158,2487 +"91981",22410,2443,2,2158,2333 +"91982",22410,3271,3,2158,2216 +"91983",22410,4249,3,2158,2547 +"91984",22410,6062,3,2158,2681 +"91985",22410,6345,3,2158,2713 +"91986",22410,6999,3,2158,2214 +"91987",22410,9272,3,2158,2835 +"91988",22410,9724,3,2158,2713 +"91989",22410,14470,1,2158,2632 +"91990",22410,14957,3,2158,2306 +"91991",22410,15782,2,2158,2306 +"91992",22410,23498,2,2158,2398 +"91993",22410,31264,2,2158,2335 +"91994",22410,36840,2,2158,2269 +"91995",22410,42407,2,2158,2408 +"91996",22410,43226,3,2158,2442 +"91997",22410,45499,1,2158,2346 +"91998",22410,52950,3,2158,2716 +"91999",22410,53652,3,2158,2899 +"92000",22410,57205,2,2158,2948 +"92001",22410,58508,3,2158,2326 +"92002",22410,61398,3,2158,2563 +"92003",22410,66618,3,2158,2381 +"92004",22410,68286,2,2158,2442 +"92005",22410,69335,3,2158,2698 +"92006",22410,93553,3,2158,2537 +"92007",22415,18361,3,2841,2968 +"92008",22422,3011,3,894,2278 +"92009",22422,5491,2,894,2048 +"92010",22422,6162,3,894,1673 +"92011",22422,6602,3,894,1631 +"92012",22422,7548,3,894,1932 +"92013",22422,7840,1,894,984 +"92014",22422,8060,3,894,1883 +"92015",22422,9364,3,894,1698 +"92016",22422,10474,2,894,1608 +"92017",22422,14723,3,894,2019 +"92018",22422,15609,3,894,1229 +"92019",22422,18151,3,894,2962 +"92020",22422,18244,3,894,1622 +"92021",22422,19092,2,894,906 +"92022",22422,20494,3,894,1075 +"92023",22422,21795,3,894,2653 +"92024",22422,22181,3,894,1274 +"92025",22422,25610,3,894,2328 +"92026",22422,33433,3,894,2805 +"92027",22422,34820,3,894,1630 +"92028",22422,35888,2,894,2291 +"92029",22422,36578,3,894,1484 +"92030",22422,36950,3,894,2204 +"92031",22422,40913,2,894,1800 +"92032",22422,41211,3,894,896 +"92033",22422,41748,3,894,1480 +"92034",22422,44669,3,894,1594 +"92035",22422,49560,3,894,1679 +"92036",22422,50275,3,894,2832 +"92037",22422,50946,3,894,1075 +"92038",22422,54663,3,894,1424 +"92039",22422,55324,3,894,1544 +"92040",22422,62903,3,894,1704 +"92041",22422,63966,2,894,1565 +"92042",22422,70748,3,894,978 +"92043",22422,75343,2,894,2008 +"92044",22422,88857,3,894,1232 +"92045",22422,94450,2,894,1127 +"92046",22455,602,3,1197,2632 +"92047",22455,2572,3,1197,2273 +"92048",22455,3011,2,1197,2278 +"92049",22455,3765,3,1197,2775 +"92050",22455,4701,2,1197,2401 +"92051",22455,6162,3,1197,1673 +"92052",22455,6602,3,1197,1631 +"92053",22455,6982,3,1197,2034 +"92054",22455,9311,2,1197,2477 +"92055",22455,9391,3,1197,1252 +"92056",22455,9979,2,1197,2238 +"92057",22455,10148,3,1197,2964 +"92058",22455,10474,3,1197,1608 +"92059",22455,10843,3,1197,2277 +"92060",22455,12310,3,1197,1337 +"92061",22455,12373,3,1197,1567 +"92062",22455,14172,3,1197,1923 +"92063",22455,14278,2,1197,1267 +"92064",22455,14723,2,1197,2019 +"92065",22455,15005,3,1197,1415 +"92066",22455,15626,3,1197,2434 +"92067",22455,16201,3,1197,1811 +"92068",22455,18670,3,1197,1835 +"92069",22455,19453,3,1197,1928 +"92070",22455,19862,3,1197,2412 +"92071",22455,22180,1,1197,1835 +"92072",22455,22311,3,1197,2034 +"92073",22455,23745,3,1197,1968 +"92074",22455,24169,3,1197,1663 +"92075",22455,24286,2,1197,1280 +"92076",22455,26408,3,1197,1545 +"92077",22455,26595,3,1197,1566 +"92078",22455,27261,3,1197,1368 +"92079",22455,27849,3,1197,1316 +"92080",22455,28635,3,1197,2368 +"92081",22455,29089,3,1197,1344 +"92082",22455,30906,3,1197,2537 +"92083",22455,32103,2,1197,1491 +"92084",22455,32964,3,1197,2252 +"92085",22455,33356,2,1197,1586 +"92086",22455,33433,2,1197,2805 +"92087",22455,34707,3,1197,2042 +"92088",22455,34820,2,1197,1630 +"92089",22455,35516,3,1197,1229 +"92090",22455,35888,3,1197,2291 +"92091",22455,36578,2,1197,1484 +"92092",22455,38755,3,1197,2902 +"92093",22455,39556,3,1197,2747 +"92094",22455,42333,2,1197,2234 +"92095",22455,47726,3,1197,1272 +"92096",22455,49581,3,1197,1817 +"92097",22455,49696,3,1197,2444 +"92098",22455,53342,3,1197,2071 +"92099",22455,54879,2,1197,2210 +"92100",22455,55643,3,1197,2359 +"92101",22455,57732,3,1197,2454 +"92102",22455,58993,3,1197,2390 +"92103",22455,59113,3,1197,2434 +"92104",22455,62538,3,1197,1656 +"92105",22455,62903,2,1197,1704 +"92106",22455,64502,3,1197,1670 +"92107",22455,66756,3,1197,1301 +"92108",22455,66860,3,1197,1548 +"92109",22455,67145,3,1197,2015 +"92110",22455,68083,3,1197,2795 +"92111",22455,68098,3,1197,2378 +"92112",22455,69598,3,1197,2812 +"92113",22455,70714,3,1197,2030 +"92114",22455,74190,3,1197,1428 +"92115",22455,75343,3,1197,2008 +"92116",22455,85397,3,1197,1219 +"92117",22455,88039,3,1197,1219 +"92118",22455,99152,3,1197,1698 +"92119",22455,106318,3,1197,1698 +"92120",22458,4646,3,1586,2139 +"92121",22458,8200,3,1586,1709 +"92122",22458,9241,3,1586,2338 +"92123",22458,16690,3,1586,2132 +"92124",22458,23756,3,1586,2309 +"92125",22458,26450,3,1586,1709 +"92126",22458,59776,3,1586,2493 +"92127",22462,270,3,869,2542 +"92128",22462,380,3,869,2261 +"92129",22462,543,3,869,2203 +"92130",22462,758,3,869,1232 +"92131",22462,843,3,869,2332 +"92132",22462,854,3,869,2307 +"92133",22462,919,2,869,910 +"92134",22462,1102,3,869,2282 +"92135",22462,1124,3,869,1596 +"92136",22462,1175,3,869,1642 +"92137",22462,1196,3,869,1986 +"92138",22462,1222,3,869,2598 +"92139",22462,1520,3,869,1716 +"92140",22462,1629,3,869,1289 +"92141",22462,1685,3,869,2230 +"92142",22462,1822,2,869,2888 +"92143",22462,2093,3,869,2459 +"92144",22462,2120,3,869,1133 +"92145",22462,2139,2,869,2502 +"92146",22462,2181,2,869,2030 +"92147",22462,2747,3,869,2411 +"92148",22462,2985,3,869,2398 +"92149",22462,3127,3,869,2273 +"92150",22462,3195,3,869,2043 +"92151",22462,3271,3,869,2216 +"92152",22462,3272,3,869,2132 +"92153",22462,3395,3,869,1382 +"92154",22462,3456,3,869,1999 +"92155",22462,3477,1,869,2546 +"92156",22462,3495,3,869,2431 +"92157",22462,3620,3,869,2955 +"92158",22462,3819,3,869,1583 +"92159",22462,4504,3,869,1905 +"92160",22462,4612,3,869,2804 +"92161",22462,4622,2,869,1589 +"92162",22462,4665,3,869,1569 +"92163",22462,4953,3,869,2285 +"92164",22462,4968,3,869,1586 +"92165",22462,5355,3,869,1499 +"92166",22462,5414,3,869,2321 +"92167",22462,5971,3,869,1985 +"92168",22462,6047,3,869,2004 +"92169",22462,6063,1,869,2349 +"92170",22462,6132,3,869,1590 +"92171",22462,6248,3,869,2737 +"92172",22462,6262,3,869,2733 +"92173",22462,6324,3,869,1990 +"92174",22462,6392,2,869,1878 +"92175",22462,6449,3,869,1997 +"92176",22462,6588,3,869,2025 +"92177",22462,6621,3,869,2478 +"92178",22462,7337,3,869,1797 +"92179",22462,7422,3,869,1793 +"92180",22462,7648,3,869,1861 +"92181",22462,7937,3,869,2044 +"92182",22462,8140,3,869,1262 +"92183",22462,8354,3,869,1705 +"92184",22462,8395,3,869,896 +"92185",22462,8762,3,869,2585 +"92186",22462,8993,2,869,2099 +"92187",22462,9175,3,869,2639 +"92188",22462,9227,3,869,1267 +"92189",22462,9272,3,869,2835 +"92190",22462,9273,3,869,1747 +"92191",22462,9328,3,869,1937 +"92192",22462,9364,3,869,1698 +"92193",22462,9423,3,869,1708 +"92194",22462,9481,3,869,1610 +"92195",22462,9503,2,869,2453 +"92196",22462,9513,3,869,872 +"92197",22462,9787,3,869,2858 +"92198",22462,9801,3,869,2443 +"92199",22462,10387,3,869,871 +"92200",22462,10453,3,869,1656 +"92201",22462,10473,3,869,1783 +"92202",22462,10488,3,869,1524 +"92203",22462,10857,3,869,2253 +"92204",22462,10870,3,869,1755 +"92205",22462,11154,2,869,1594 +"92206",22462,11218,3,869,2292 +"92207",22462,11229,2,869,1625 +"92208",22462,11246,3,869,2741 +"92209",22462,11588,3,869,2352 +"92210",22462,11625,3,869,2022 +"92211",22462,11897,3,869,1271 +"92212",22462,12007,3,869,1594 +"92213",22462,12067,3,869,1213 +"92214",22462,12081,3,869,2166 +"92215",22462,12577,3,869,2530 +"92216",22462,12598,3,869,2086 +"92217",22462,12779,1,869,936 +"92218",22462,13007,2,869,2496 +"92219",22462,13024,3,869,2468 +"92220",22462,13671,3,869,1371 +"92221",22462,13899,2,869,2650 +"92222",22462,14353,3,869,2878 +"92223",22462,14482,3,869,1573 +"92224",22462,14564,3,869,1581 +"92225",22462,14749,3,869,1998 +"92226",22462,14817,2,869,2110 +"92227",22462,15023,2,869,2054 +"92228",22462,15047,3,869,1697 +"92229",22462,15235,3,869,1045 +"92230",22462,15462,3,869,1141 +"92231",22462,15729,3,869,2338 +"92232",22462,15799,3,869,1917 +"92233",22462,16205,3,869,2630 +"92234",22462,16501,3,869,1650 +"92235",22462,16628,3,869,2409 +"92236",22462,17027,3,869,2772 +"92237",22462,17037,3,869,2947 +"92238",22462,17097,3,869,1505 +"92239",22462,17133,3,869,924 +"92240",22462,17328,3,869,1206 +"92241",22462,17399,2,869,884 +"92242",22462,17973,3,869,2837 +"92243",22462,18217,1,869,1566 +"92244",22462,18361,3,869,2968 +"92245",22462,18381,3,869,1524 +"92246",22462,18394,3,869,2356 +"92247",22462,18571,3,869,2128 +"92248",22462,18670,3,869,1835 +"92249",22462,18943,3,869,2861 +"92250",22462,19069,3,869,988 +"92251",22462,19075,3,869,2214 +"92252",22462,19317,2,869,2041 +"92253",22462,19358,3,869,880 +"92254",22462,19667,3,869,1466 +"92255",22462,19718,3,869,1702 +"92256",22462,19835,3,869,1135 +"92257",22462,19934,3,869,2888 +"92258",22462,20124,2,869,2376 +"92259",22462,20162,3,869,2328 +"92260",22462,20220,3,869,1656 +"92261",22462,20416,3,869,2323 +"92262",22462,20547,3,869,2145 +"92263",22462,20739,3,869,2025 +"92264",22462,20984,2,869,2502 +"92265",22462,21079,3,869,1997 +"92266",22462,21198,3,869,935 +"92267",22462,21275,3,869,2609 +"92268",22462,21670,3,869,2158 +"92269",22462,21684,2,869,1971 +"92270",22462,21815,3,869,2032 +"92271",22462,22057,3,869,974 +"92272",22462,22403,2,869,1630 +"92273",22462,22744,3,869,1907 +"92274",22462,23131,3,869,1732 +"92275",22462,23526,3,869,1998 +"92276",22462,23715,3,869,1859 +"92277",22462,24264,2,869,1760 +"92278",22462,24902,3,869,2162 +"92279",22462,25163,3,869,1751 +"92280",22462,25816,3,869,2088 +"92281",22462,26138,3,869,1902 +"92282",22462,26234,3,869,2183 +"92283",22462,26577,3,869,933 +"92284",22462,27255,3,869,1232 +"92285",22462,27355,3,869,870 +"92286",22462,27694,3,869,2030 +"92287",22462,27783,3,869,2302 +"92288",22462,27897,3,869,1968 +"92289",22462,28588,2,869,1335 +"92290",22462,28893,3,869,2764 +"92291",22462,29116,3,869,2128 +"92292",22462,29267,2,869,1234 +"92293",22462,29884,3,869,1239 +"92294",22462,29962,3,869,2201 +"92295",22462,30052,3,869,2855 +"92296",22462,30092,3,869,1593 +"92297",22462,30236,3,869,2238 +"92298",22462,30325,3,869,1067 +"92299",22462,30486,2,869,1269 +"92300",22462,30668,3,869,2882 +"92301",22462,30669,3,869,1921 +"92302",22462,30798,3,869,1398 +"92303",22462,30827,3,869,2323 +"92304",22462,31159,3,869,2231 +"92305",22462,31164,3,869,1996 +"92306",22462,31295,3,869,2183 +"92307",22462,31357,2,869,2389 +"92308",22462,31541,3,869,1500 +"92309",22462,31542,3,869,2459 +"92310",22462,31652,3,869,2047 +"92311",22462,32070,3,869,950 +"92312",22462,32131,3,869,1035 +"92313",22462,32235,3,869,2109 +"92314",22462,32339,2,869,2430 +"92315",22462,32395,1,869,2735 +"92316",22462,32449,3,869,2091 +"92317",22462,32904,3,869,2055 +"92318",22462,33223,1,869,2397 +"92319",22462,33314,3,869,1444 +"92320",22462,33451,1,869,1957 +"92321",22462,33470,2,869,2003 +"92322",22462,33681,3,869,1059 +"92323",22462,33870,3,869,955 +"92324",22462,34117,3,869,961 +"92325",22462,34491,3,869,2694 +"92326",22462,35133,3,869,2219 +"92327",22462,35413,3,869,1569 +"92328",22462,35673,3,869,1067 +"92329",22462,35822,2,869,1903 +"92330",22462,36031,3,869,2342 +"92331",22462,36136,3,869,2338 +"92332",22462,36346,2,869,1240 +"92333",22462,37301,2,869,2160 +"92334",22462,37427,3,869,915 +"92335",22462,38213,3,869,1744 +"92336",22462,38307,3,869,2648 +"92337",22462,38457,2,869,1630 +"92338",22462,38458,2,869,1368 +"92339",22462,38513,2,869,914 +"92340",22462,38727,3,869,2238 +"92341",22462,38732,3,869,2263 +"92342",22462,39062,3,869,2020 +"92343",22462,39411,3,869,2384 +"92344",22462,39464,3,869,2314 +"92345",22462,40028,3,869,1349 +"92346",22462,40542,1,869,1664 +"92347",22462,40572,2,869,2666 +"92348",22462,41185,3,869,1929 +"92349",22462,41581,3,869,1692 +"92350",22462,41945,3,869,2856 +"92351",22462,42216,3,869,2722 +"92352",22462,42783,3,869,2338 +"92353",22462,43077,3,869,884 +"92354",22462,43226,3,869,2442 +"92355",22462,43455,3,869,2846 +"92356",22462,44181,2,869,1034 +"92357",22462,44521,3,869,1593 +"92358",22462,44564,3,869,2034 +"92359",22462,44727,3,869,1227 +"92360",22462,44730,3,869,2468 +"92361",22462,45239,3,869,2535 +"92362",22462,46091,3,869,1938 +"92363",22462,46261,3,869,2350 +"92364",22462,46486,3,869,1868 +"92365",22462,47140,3,869,2439 +"92366",22462,47595,2,869,2374 +"92367",22462,47844,3,869,2906 +"92368",22462,48110,3,869,2009 +"92369",22462,48939,3,869,1749 +"92370",22462,49470,3,869,1528 +"92371",22462,49620,3,869,1868 +"92372",22462,49759,3,869,2400 +"92373",22462,50335,3,869,1893 +"92374",22462,51173,3,869,1829 +"92375",22462,51399,3,869,934 +"92376",22462,51843,2,869,2389 +"92377",22462,51866,3,869,2411 +"92378",22462,52041,2,869,2694 +"92379",22462,52136,3,869,1412 +"92380",22462,52892,3,869,2372 +"92381",22462,52953,2,869,1741 +"92382",22462,53013,3,869,2523 +"92383",22462,54204,2,869,1449 +"92384",22462,54385,3,869,2340 +"92385",22462,54467,3,869,919 +"92386",22462,54551,3,869,2348 +"92387",22462,55084,3,869,1189 +"92388",22462,55307,3,869,2306 +"92389",22462,55730,3,869,1217 +"92390",22462,55997,3,869,1414 +"92391",22462,56082,3,869,2395 +"92392",22462,56168,3,869,1466 +"92393",22462,56873,1,869,1421 +"92394",22462,56936,3,869,1519 +"92395",22462,57129,3,869,1858 +"92396",22462,57150,2,869,1196 +"92397",22462,57246,3,869,1873 +"92398",22462,57760,3,869,1721 +"92399",22462,58164,3,869,2398 +"92400",22462,58218,3,869,2627 +"92401",22462,58508,3,869,2326 +"92402",22462,58536,3,869,2742 +"92403",22462,58745,3,869,1920 +"92404",22462,59289,3,869,2896 +"92405",22462,59790,2,869,1827 +"92406",22462,60661,3,869,2700 +"92407",22462,61125,3,869,1673 +"92408",22462,61242,3,869,1650 +"92409",22462,62975,3,869,977 +"92410",22462,63077,3,869,2778 +"92411",22462,63104,3,869,2149 +"92412",22462,64210,3,869,956 +"92413",22462,67252,3,869,1215 +"92414",22462,69308,3,869,2370 +"92415",22462,69335,3,869,2698 +"92416",22462,70232,3,869,2401 +"92417",22462,70573,3,869,1993 +"92418",22462,71217,3,869,2169 +"92419",22462,72597,3,869,1843 +"92420",22462,72956,3,869,1251 +"92421",22462,73192,3,869,1955 +"92422",22462,74370,3,869,1667 +"92423",22462,74636,3,869,2525 +"92424",22462,76143,2,869,1610 +"92425",22462,76503,2,869,1136 +"92426",22462,78315,3,869,1136 +"92427",22462,79547,2,869,1909 +"92428",22462,80301,3,869,1690 +"92429",22462,80615,3,869,2252 +"92430",22462,83218,3,869,1537 +"92431",22462,84317,2,869,2081 +"92432",22462,84574,3,869,958 +"92433",22462,84808,3,869,1974 +"92434",22462,87958,3,869,1234 +"92435",22462,88739,2,869,933 +"92436",22462,89258,3,869,1147 +"92437",22462,90709,3,869,1080 +"92438",22462,91465,3,869,1047 +"92439",22462,92860,3,869,1643 +"92440",22462,93320,3,869,1258 +"92441",22462,95682,3,869,881 +"92442",22462,99332,3,869,873 +"92443",22462,108498,3,869,974 +"92444",22462,110737,3,869,2117 +"92445",22474,51783,3,2446,2599 +"92446",22488,13024,3,2434,2468 +"92447",22488,64534,3,2434,2924 +"92448",22501,675,3,1006,1686 +"92449",22501,733,3,1006,1653 +"92450",22501,1136,3,1006,2536 +"92451",22501,1469,3,1006,1160 +"92452",22501,2063,3,1006,1278 +"92453",22501,2743,3,1006,1278 +"92454",22501,3242,3,1006,1730 +"92455",22501,4191,3,1006,2130 +"92456",22501,4618,3,1006,2607 +"92457",22501,4980,2,1006,2093 +"92458",22501,6023,3,1006,2050 +"92459",22501,8621,3,1006,1681 +"92460",22501,10799,3,1006,2010 +"92461",22501,16164,2,1006,1184 +"92462",22501,16365,1,1006,2217 +"92463",22501,17357,3,1006,1536 +"92464",22501,19516,3,1006,2313 +"92465",22501,20563,3,1006,2267 +"92466",22501,20824,3,1006,1366 +"92467",22501,21911,2,1006,1184 +"92468",22501,22884,3,1006,1608 +"92469",22501,23492,3,1006,1067 +"92470",22501,23506,3,1006,1172 +"92471",22501,23704,2,1006,2278 +"92472",22501,25643,3,1006,1646 +"92473",22501,26322,3,1006,1018 +"92474",22501,26436,2,1006,2489 +"92475",22501,26516,3,1006,2479 +"92476",22501,27753,3,1006,2750 +"92477",22501,30438,3,1006,1617 +"92478",22501,31000,3,1006,1526 +"92479",22501,31243,3,1006,1355 +"92480",22501,33588,3,1006,1040 +"92481",22501,33621,3,1006,1319 +"92482",22501,34492,1,1006,1798 +"92483",22501,38449,3,1006,1802 +"92484",22501,40293,3,1006,1671 +"92485",22501,45715,2,1006,2287 +"92486",22501,51022,3,1006,1499 +"92487",22501,51410,2,1006,2739 +"92488",22501,51987,2,1006,1397 +"92489",22501,56171,3,1006,1524 +"92490",22501,58035,3,1006,1646 +"92491",22501,64997,3,1006,2791 +"92492",22501,81633,3,1006,1348 +"92493",22501,81813,3,1006,1656 +"92494",22501,82767,3,1006,1641 +"92495",22501,88860,3,1006,1014 +"92496",22532,919,3,568,910 +"92497",22532,3559,3,568,2413 +"92498",22532,4622,3,568,1589 +"92499",22532,4691,3,568,1888 +"92500",22532,9273,3,568,1747 +"92501",22532,12598,3,568,2086 +"92502",22532,14442,3,568,2700 +"92503",22532,16347,3,568,1868 +"92504",22532,20547,3,568,2145 +"92505",22532,25678,3,568,1558 +"92506",22532,32904,3,568,2055 +"92507",22532,32939,3,568,2277 +"92508",22532,33470,3,568,2003 +"92509",22532,34295,3,568,2735 +"92510",22532,40759,1,568,2789 +"92511",22532,44473,3,568,1685 +"92512",22532,44501,3,568,2567 +"92513",22532,55307,2,568,2306 +"92514",22532,57804,3,568,2214 +"92515",22532,62975,2,568,977 +"92516",22532,64912,3,568,2099 +"92517",22532,69903,3,568,1066 +"92518",22532,76135,3,568,593 +"92519",22532,78283,3,568,620 +"92520",22532,89391,3,568,2180 +"92521",22532,91435,2,568,933 +"92522",22532,113848,1,568,999 +"92523",22537,457,3,436,1704 +"92524",22537,913,3,436,2144 +"92525",22537,1044,2,436,880 +"92526",22537,1691,3,436,1941 +"92527",22537,2143,3,436,1174 +"92528",22537,2424,3,436,2582 +"92529",22537,6390,3,436,2385 +"92530",22537,8529,3,436,1205 +"92531",22537,9030,3,436,1979 +"92532",22537,9364,3,436,1698 +"92533",22537,10474,3,436,1608 +"92534",22537,12304,2,436,439 +"92535",22537,14888,3,436,1411 +"92536",22537,17645,3,436,1918 +"92537",22537,19096,3,436,1538 +"92538",22537,19204,3,436,1753 +"92539",22537,19248,3,436,2357 +"92540",22537,19719,3,436,2177 +"92541",22537,21193,3,436,2490 +"92542",22537,21198,3,436,935 +"92543",22537,23450,3,436,967 +"92544",22537,24448,3,436,2289 +"92545",22537,26713,3,436,1235 +"92546",22537,27275,3,436,2656 +"92547",22537,27694,3,436,2030 +"92548",22537,30405,3,436,2164 +"92549",22537,31307,3,436,2139 +"92550",22537,34836,3,436,2302 +"92551",22537,35095,2,436,1502 +"92552",22537,37509,3,436,1640 +"92553",22537,44188,3,436,1609 +"92554",22537,44684,3,436,1220 +"92555",22537,46726,3,436,943 +"92556",22537,47585,3,436,794 +"92557",22537,49512,2,436,1302 +"92558",22537,50219,3,436,756 +"92559",22537,52327,3,436,1472 +"92560",22537,52576,3,436,2234 +"92561",22537,53323,3,436,2677 +"92562",22537,53624,3,436,952 +"92563",22537,56317,3,436,2030 +"92564",22537,57348,3,436,687 +"92565",22537,57353,2,436,1849 +"92566",22537,58451,3,436,1939 +"92567",22537,62668,3,436,958 +"92568",22537,65007,3,436,2530 +"92569",22537,67652,3,436,2736 +"92570",22537,71342,3,436,1289 +"92571",22537,72468,3,436,2292 +"92572",22537,72598,3,436,805 +"92573",22537,81588,3,436,1568 +"92574",22537,85592,3,436,1412 +"92575",22537,88126,3,436,1027 +"92576",22537,89097,3,436,935 +"92577",22537,89668,3,436,1279 +"92578",22537,92592,3,436,486 +"92579",22537,94908,3,436,1413 +"92580",22543,733,3,1594,1653 +"92581",22543,2208,3,1594,2814 +"92582",22543,3164,3,1594,2693 +"92583",22543,4567,1,1594,2348 +"92584",22543,6030,3,1594,2953 +"92585",22543,7506,3,1594,2371 +"92586",22543,7759,2,1594,2844 +"92587",22543,7861,3,1594,1647 +"92588",22543,10851,3,1594,2423 +"92589",22543,11108,3,1594,1609 +"92590",22543,12272,3,1594,2371 +"92591",22543,12778,3,1594,2045 +"92592",22543,13200,3,1594,2488 +"92593",22543,13249,3,1594,2573 +"92594",22543,17221,2,1594,2487 +"92595",22543,17245,2,1594,1811 +"92596",22543,17645,3,1594,1918 +"92597",22543,19093,3,1594,2224 +"92598",22543,19744,3,1594,2623 +"92599",22543,20067,3,1594,2390 +"92600",22543,22566,3,1594,2308 +"92601",22543,22682,3,1594,2035 +"92602",22543,23179,3,1594,1675 +"92603",22543,23825,3,1594,1913 +"92604",22543,25622,3,1594,1985 +"92605",22543,27001,3,1594,1761 +"92606",22543,27742,3,1594,2700 +"92607",22543,28048,3,1594,1637 +"92608",22543,28050,3,1594,1955 +"92609",22543,28168,3,1594,2702 +"92610",22543,33672,3,1594,2396 +"92611",22543,38463,3,1594,1675 +"92612",22543,40129,3,1594,2162 +"92613",22543,40368,3,1594,2876 +"92614",22543,41407,3,1594,1951 +"92615",22543,44135,2,1594,2620 +"92616",22543,44557,3,1594,2371 +"92617",22543,55076,2,1594,2408 +"92618",22543,57246,3,1594,1873 +"92619",22543,57609,3,1594,2717 +"92620",22543,64793,2,1594,2819 +"92621",22543,64857,3,1594,1792 +"92622",22543,76398,3,1594,2400 +"92623",22543,86343,3,1594,1643 +"92624",22543,92860,3,1594,1643 +"92625",22543,114257,3,1594,2307 +"92626",22554,455,3,620,2827 +"92627",22554,1067,3,620,918 +"92628",22554,1262,3,620,2973 +"92629",22554,1386,2,620,1901 +"92630",22554,3578,3,620,624 +"92631",22554,3695,3,620,2612 +"92632",22554,3877,3,620,1133 +"92633",22554,4723,3,620,1314 +"92634",22554,5491,3,620,2048 +"92635",22554,6324,3,620,1990 +"92636",22554,10726,3,620,841 +"92637",22554,13732,3,620,2789 +"92638",22554,14709,2,620,1901 +"92639",22554,15343,3,620,2125 +"92640",22554,16029,3,620,1160 +"92641",22554,18151,3,620,2962 +"92642",22554,18366,3,620,2699 +"92643",22554,19606,3,620,2783 +"92644",22554,19872,3,620,2913 +"92645",22554,20469,3,620,2125 +"92646",22554,21417,3,620,2422 +"92647",22554,21795,2,620,2653 +"92648",22554,24362,3,620,1287 +"92649",22554,24608,3,620,1630 +"92650",22554,26865,3,620,2726 +"92651",22554,29791,2,620,1986 +"92652",22554,30081,3,620,2403 +"92653",22554,33665,3,620,787 +"92654",22554,34160,3,620,1759 +"92655",22554,34327,3,620,2959 +"92656",22554,45664,3,620,2235 +"92657",22554,46680,2,620,1690 +"92658",22554,52442,3,620,1269 +"92659",22554,69062,3,620,1174 +"92660",22554,80655,3,620,1546 +"92661",22554,82735,3,620,829 +"92662",22554,85784,3,620,1142 +"92663",22554,90501,3,620,2380 +"92664",22554,120703,3,620,2172 +"92665",22559,11665,3,566,1643 +"92666",22566,3164,1,2308,2693 +"92667",22566,4932,3,2308,2752 +"92668",22566,5041,3,2308,2371 +"92669",22566,5511,3,2308,2356 +"92670",22566,6030,1,2308,2953 +"92671",22566,6345,3,2308,2713 +"92672",22566,7847,3,2308,2424 +"92673",22566,10779,3,2308,2881 +"92674",22566,11966,1,2308,2385 +"92675",22566,13311,3,2308,2315 +"92676",22566,13780,3,2308,2412 +"92677",22566,14972,3,2308,2332 +"92678",22566,16352,3,2308,2657 +"92679",22566,17499,3,2308,2954 +"92680",22566,18361,3,2308,2968 +"92681",22566,19072,2,2308,2358 +"92682",22566,20284,2,2308,2530 +"92683",22566,20292,2,2308,2755 +"92684",22566,21571,1,2308,2755 +"92685",22566,21682,3,2308,2414 +"92686",22566,23705,3,2308,2699 +"92687",22566,25971,3,2308,2608 +"92688",22566,28011,3,2308,2639 +"92689",22566,28168,1,2308,2702 +"92690",22566,28296,3,2308,2944 +"92691",22566,29004,3,2308,2596 +"92692",22566,31251,3,2308,2498 +"92693",22566,32169,3,2308,2504 +"92694",22566,32567,2,2308,2784 +"92695",22566,34735,3,2308,2767 +"92696",22566,43173,3,2308,2895 +"92697",22566,43226,3,2308,2442 +"92698",22566,43566,3,2308,2730 +"92699",22566,43701,3,2308,2400 +"92700",22566,44135,3,2308,2620 +"92701",22566,50236,3,2308,2339 +"92702",22566,51052,3,2308,2784 +"92703",22566,53362,3,2308,2360 +"92704",22566,54929,3,2308,2783 +"92705",22566,55076,3,2308,2408 +"92706",22566,56237,3,2308,2625 +"92707",22566,64997,3,2308,2791 +"92708",22566,66413,2,2308,2507 +"92709",22566,68083,3,2308,2795 +"92710",22566,82732,3,2308,2810 +"92711",22567,455,3,2396,2827 +"92712",22567,7515,3,2396,2737 +"92713",22567,9184,3,2396,2670 +"92714",22567,12528,3,2396,2589 +"92715",22567,23011,3,2396,2763 +"92716",22567,23132,2,2396,2756 +"92717",22567,26218,3,2396,2460 +"92718",22567,27275,3,2396,2656 +"92719",22567,27390,3,2396,2425 +"92720",22567,31235,3,2396,2668 +"92721",22567,40383,1,2396,2639 +"92722",22567,42799,3,2396,2729 +"92723",22567,59022,3,2396,2494 +"92724",22567,62219,3,2396,2494 +"92725",22567,67726,3,2396,2873 +"92726",22567,73305,3,2396,2544 +"92727",22571,1560,3,655,2013 +"92728",22571,2344,2,655,2752 +"92729",22571,2802,2,655,1836 +"92730",22571,7948,2,655,1584 +"92731",22571,8478,3,655,984 +"92732",22571,9506,2,655,1012 +"92733",22571,9716,2,655,1929 +"92734",22571,10727,2,655,2082 +"92735",22571,14789,3,655,1034 +"92736",22571,16361,1,655,1641 +"92737",22571,16593,3,655,1139 +"92738",22571,18855,3,655,1362 +"92739",22571,24104,1,655,817 +"92740",22571,25885,1,655,1223 +"92741",22571,25886,3,655,1580 +"92742",22571,29556,3,655,907 +"92743",22571,32582,3,655,1929 +"92744",22571,36514,3,655,1192 +"92745",22571,39697,3,655,669 +"92746",22571,40392,3,655,1878 +"92747",22571,41185,3,655,1929 +"92748",22571,49147,3,655,2539 +"92749",22571,51678,3,655,1077 +"92750",22571,52185,2,655,1012 +"92751",22571,55775,3,655,2385 +"92752",22571,65223,3,655,2724 +"92753",22571,67763,3,655,822 +"92754",22571,77519,3,655,819 +"92755",22571,78768,3,655,841 +"92756",22571,91465,3,655,1047 +"92757",22571,91715,3,655,1034 +"92758",22571,93317,3,655,1223 +"92759",22571,97266,3,655,1016 +"92760",22571,105867,2,655,1641 +"92761",22571,107993,2,655,999 +"92762",22578,2852,3,2216,2448 +"92763",22578,3127,3,2216,2273 +"92764",22578,4612,3,2216,2804 +"92765",22578,8610,3,2216,2240 +"92766",22578,9332,3,2216,2734 +"92767",22578,9615,3,2216,2464 +"92768",22578,9787,3,2216,2858 +"92769",22578,13079,3,2216,2547 +"92770",22578,15567,3,2216,2671 +"92771",22578,16286,3,2216,2470 +"92772",22578,19686,3,2216,2467 +"92773",22578,26124,2,2216,2356 +"92774",22578,27914,3,2216,2507 +"92775",22578,28869,3,2216,2425 +"92776",22578,33341,3,2216,2338 +"92777",22578,40035,3,2216,2742 +"92778",22578,40572,3,2216,2666 +"92779",22578,41023,3,2216,2408 +"92780",22578,41770,3,2216,2752 +"92781",22578,46384,3,2216,2285 +"92782",22578,56995,3,2216,2323 +"92783",22578,111375,3,2216,2686 +"92784",22580,2936,2,2245,2512 +"92785",22580,3978,3,2245,2775 +"92786",22580,4681,3,2245,2356 +"92787",22580,5235,2,2245,2324 +"92788",22580,9272,3,2245,2835 +"92789",22580,9723,1,2245,2302 +"92790",22580,18394,3,2245,2356 +"92791",22580,19215,1,2245,2604 +"92792",22580,19364,2,2245,2846 +"92793",22580,22709,1,2245,2743 +"92794",22580,31705,3,2245,2706 +"92795",22580,39534,3,2245,2410 +"92796",22580,39906,3,2245,2365 +"92797",22580,45473,2,2245,2540 +"92798",22580,49347,3,2245,2504 +"92799",22580,60879,2,2245,2792 +"92800",22580,73553,3,2245,2726 +"92801",22580,77077,3,2245,2693 +"92802",22580,94640,3,2245,2344 +"92803",22586,206,2,1341,1986 +"92804",22586,307,2,1341,2530 +"92805",22586,312,2,1341,2038 +"92806",22586,380,3,1341,2261 +"92807",22586,913,3,1341,2144 +"92808",22586,1036,2,1341,1367 +"92809",22586,1092,2,1341,1945 +"92810",22586,1691,3,1341,1941 +"92811",22586,1702,3,1341,1984 +"92812",22586,1780,3,1341,1375 +"92813",22586,2181,3,1341,2030 +"92814",22586,2424,3,1341,2582 +"92815",22586,2533,3,1341,2016 +"92816",22586,2684,2,1341,2874 +"92817",22586,3271,3,1341,2216 +"92818",22586,3305,3,1341,2839 +"92819",22586,3776,3,1341,2322 +"92820",22586,3801,3,1341,1974 +"92821",22586,3961,3,1341,2426 +"92822",22586,5429,2,1341,1991 +"92823",22586,7013,3,1341,2040 +"92824",22586,7337,2,1341,1797 +"92825",22586,7508,3,1341,2396 +"92826",22586,7555,3,1341,1943 +"92827",22586,7992,3,1341,2033 +"92828",22586,8726,3,1341,2083 +"92829",22586,9272,3,1341,2835 +"92830",22586,9311,3,1341,2477 +"92831",22586,9364,3,1341,1698 +"92832",22586,9893,2,1341,2701 +"92833",22586,10358,3,1341,2294 +"92834",22586,10513,2,1341,2284 +"92835",22586,11006,3,1341,1950 +"92836",22586,11055,1,1341,2111 +"92837",22586,11060,3,1341,2155 +"92838",22586,11351,3,1341,2971 +"92839",22586,11620,1,1341,2010 +"92840",22586,11976,2,1341,1727 +"92841",22586,13967,3,1341,1354 +"92842",22586,15433,3,1341,2038 +"92843",22586,15716,3,1341,1991 +"92844",22586,15729,3,1341,2338 +"92845",22586,16332,3,1341,2668 +"92846",22586,16432,3,1341,2664 +"92847",22586,17931,3,1341,1617 +"92848",22586,18124,3,1341,1642 +"92849",22586,19027,3,1341,2721 +"92850",22586,19248,3,1341,2357 +"92851",22586,19719,3,1341,2177 +"92852",22586,19937,3,1341,1587 +"92853",22586,20067,2,1341,2390 +"92854",22586,20124,3,1341,2376 +"92855",22586,20311,2,1341,1981 +"92856",22586,21197,3,1341,1437 +"92857",22586,21225,3,1341,1945 +"92858",22586,21285,3,1341,2100 +"92859",22586,21684,3,1341,1971 +"92860",22586,21706,1,1341,1988 +"92861",22586,22282,3,1341,1418 +"92862",22586,23869,3,1341,1918 +"92863",22586,24753,3,1341,2860 +"92864",22586,24955,3,1341,2424 +"92865",22586,25486,3,1341,2582 +"92866",22586,25577,3,1341,1946 +"92867",22586,26749,3,1341,2965 +"92868",22586,27275,3,1341,2656 +"92869",22586,27390,3,1341,2425 +"92870",22586,27501,1,1341,1981 +"92871",22586,27694,2,1341,2030 +"92872",22586,30883,3,1341,1629 +"92873",22586,31691,3,1341,1657 +"92874",22586,33356,3,1341,1586 +"92875",22586,33801,2,1341,2899 +"92876",22586,34907,2,1341,1945 +"92877",22586,35481,3,1341,2211 +"92878",22586,35529,3,1341,1620 +"92879",22586,36651,2,1341,1600 +"92880",22586,37509,3,1341,1640 +"92881",22586,38019,3,1341,1870 +"92882",22586,38780,3,1341,2705 +"92883",22586,39464,3,1341,2314 +"92884",22586,40368,3,1341,2876 +"92885",22586,40698,2,1341,1408 +"92886",22586,42574,3,1341,2842 +"92887",22586,42783,3,1341,2338 +"92888",22586,43226,3,1341,2442 +"92889",22586,43385,3,1341,1623 +"92890",22586,45608,1,1341,2420 +"92891",22586,46486,3,1341,1868 +"92892",22586,46680,3,1341,1690 +"92893",22586,47055,3,1341,1525 +"92894",22586,47772,2,1341,2293 +"92895",22586,48110,3,1341,2009 +"92896",22586,50269,3,1341,1966 +"92897",22586,50382,3,1341,2244 +"92898",22586,51017,3,1341,2073 +"92899",22586,51041,3,1341,2606 +"92900",22586,52323,3,1341,2148 +"92901",22586,52570,3,1341,2645 +"92902",22586,52576,3,1341,2234 +"92903",22586,53475,2,1341,2853 +"92904",22586,54676,3,1341,1342 +"92905",22586,54695,3,1341,2429 +"92906",22586,55468,3,1341,2511 +"92907",22586,56317,3,1341,2030 +"92908",22586,58427,3,1341,2234 +"92909",22586,58508,2,1341,2326 +"92910",22586,61982,3,1341,2725 +"92911",22586,62841,3,1341,2710 +"92912",22586,66224,3,1341,2728 +"92913",22586,69335,3,1341,2698 +"92914",22586,73394,3,1341,1606 +"92915",22586,76892,3,1341,2381 +"92916",22586,78037,2,1341,1606 +"92917",22586,79322,3,1341,2770 +"92918",22586,80301,3,1341,1690 +"92919",22586,80825,3,1341,2315 +"92920",22586,81588,3,1341,1568 +"92921",22586,82949,3,1341,2077 +"92922",22586,100432,3,1341,1358 +"92923",22596,11817,3,65,600 +"92924",22596,12417,1,65,802 +"92925",22596,18361,3,65,2968 +"92926",22596,22108,3,65,1915 +"92927",22596,23403,3,65,607 +"92928",22596,27112,3,65,500 +"92929",22596,39570,2,65,496 +"92930",22596,44521,3,65,1593 +"92931",22596,57781,3,65,1971 +"92932",22596,70724,3,65,496 +"92933",22596,70781,3,65,199 +"92934",22596,76127,3,65,910 +"92935",22635,4660,3,310,2149 +"92936",22635,16690,3,310,2132 +"92937",22635,22723,3,310,2859 +"92938",22635,34334,3,310,1637 +"92939",22635,46870,3,310,2473 +"92940",22635,63641,2,310,2337 +"92941",22635,66717,3,310,2104 +"92942",22635,72535,3,310,1191 +"92943",22635,76932,3,310,754 +"92944",22635,78677,3,310,341 +"92945",22635,81400,3,310,2679 +"92946",22635,83253,3,310,1102 +"92947",22635,96007,3,310,895 +"92948",22639,3961,3,2352,2426 +"92949",22639,21138,2,2352,2849 +"92950",22639,47248,3,2352,2883 +"92951",22652,1023,3,1544,2515 +"92952",22652,1063,3,1544,2515 +"92953",22652,1386,3,1544,1901 +"92954",22652,9030,2,1544,1979 +"92955",22652,9716,3,1544,1929 +"92956",22652,12361,3,1544,2732 +"92957",22652,14761,3,1544,2502 +"92958",22652,18151,3,1544,2962 +"92959",22652,20657,3,1544,2340 +"92960",22652,21795,3,1544,2653 +"92961",22652,26865,3,1544,2726 +"92962",22652,28923,3,1544,2362 +"92963",22652,30081,3,1544,2403 +"92964",22652,34327,3,1544,2959 +"92965",22652,37752,3,1544,2223 +"92966",22652,39211,3,1544,1908 +"92967",22652,41185,3,1544,1929 +"92968",22652,45664,3,1544,2235 +"92969",22652,47362,3,1544,2253 +"92970",22652,51035,3,1544,2397 +"92971",22652,73266,3,1544,2496 +"92972",22681,2424,3,551,2582 +"92973",22681,6062,2,551,2681 +"92974",22681,15290,3,551,641 +"92975",22681,15296,2,551,600 +"92976",22681,15813,3,551,2143 +"92977",22681,17931,3,551,1617 +"92978",22681,18601,3,551,2143 +"92979",22681,20496,2,551,2530 +"92980",22681,24444,3,551,1617 +"92981",22681,24497,2,551,1979 +"92982",22681,29243,3,551,2011 +"92983",22681,30322,3,551,2346 +"92984",22681,38263,2,551,2475 +"92985",22681,43481,2,551,875 +"92986",22681,46315,3,551,2316 +"92987",22681,56859,3,551,2319 +"92988",22681,58078,3,551,1252 +"92989",22681,62739,3,551,2753 +"92990",22681,69348,3,551,2783 +"92991",22681,70785,2,551,1440 +"92992",22681,72088,3,551,2728 +"92993",22681,74377,3,551,1285 +"92994",22681,76892,3,551,2381 +"92995",22681,84074,2,551,887 +"92996",22681,95680,3,551,801 +"92997",22682,267,3,2035,2631 +"92998",22682,854,3,2035,2307 +"92999",22682,2443,3,2035,2333 +"93000",22682,2484,3,2035,2389 +"93001",22682,2936,3,2035,2512 +"93002",22682,3506,3,2035,2364 +"93003",22682,3978,3,2035,2775 +"93004",22682,4929,3,2035,2240 +"93005",22682,5235,3,2035,2324 +"93006",22682,5610,3,2035,2223 +"93007",22682,7616,3,2035,2296 +"93008",22682,7847,3,2035,2424 +"93009",22682,8238,2,2035,2222 +"93010",22682,8327,3,2035,2527 +"93011",22682,8842,3,2035,2535 +"93012",22682,9311,3,2035,2477 +"93013",22682,9331,3,2035,2269 +"93014",22682,9723,2,2035,2302 +"93015",22682,11239,3,2035,2181 +"93016",22682,12081,2,2035,2166 +"93017",22682,13324,3,2035,2163 +"93018",22682,14507,3,2035,2686 +"93019",22682,14918,3,2035,2071 +"93020",22682,15008,3,2035,2338 +"93021",22682,15729,3,2035,2338 +"93022",22682,17351,3,2035,2036 +"93023",22682,17549,3,2035,2647 +"93024",22682,19208,3,2035,2629 +"93025",22682,19215,2,2035,2604 +"93026",22682,19317,3,2035,2041 +"93027",22682,19364,3,2035,2846 +"93028",22682,19605,3,2035,2395 +"93029",22682,20331,3,2035,2365 +"93030",22682,22207,3,2035,2365 +"93031",22682,22580,2,2035,2245 +"93032",22682,22709,2,2035,2743 +"93033",22682,23460,3,2035,2183 +"93034",22682,24256,2,2035,2393 +"93035",22682,24825,3,2035,2686 +"93036",22682,27796,2,2035,2151 +"93037",22682,29930,3,2035,2240 +"93038",22682,30697,3,2035,2891 +"93039",22682,31117,3,2035,2210 +"93040",22682,31159,2,2035,2231 +"93041",22682,31295,3,2035,2183 +"93042",22682,31705,2,2035,2706 +"93043",22682,34707,3,2035,2042 +"93044",22682,34921,3,2035,2181 +"93045",22682,35428,3,2035,2263 +"93046",22682,35888,3,2035,2291 +"93047",22682,36031,3,2035,2342 +"93048",22682,38307,3,2035,2648 +"93049",22682,39464,3,2035,2314 +"93050",22682,40565,3,2035,2115 +"93051",22682,41945,3,2035,2856 +"93052",22682,42783,3,2035,2338 +"93053",22682,44135,3,2035,2620 +"93054",22682,44403,3,2035,2429 +"93055",22682,44688,3,2035,2924 +"93056",22682,45239,3,2035,2535 +"93057",22682,45473,3,2035,2540 +"93058",22682,47564,3,2035,2650 +"93059",22682,48035,3,2035,2180 +"93060",22682,50113,3,2035,2059 +"93061",22682,50480,3,2035,2701 +"93062",22682,53995,3,2035,2151 +"93063",22682,54953,3,2035,2223 +"93064",22682,55076,3,2035,2408 +"93065",22682,60974,3,2035,2972 +"93066",22682,79413,3,2035,2224 +"93067",22682,94640,3,2035,2344 +"93068",22684,237,3,569,1982 +"93069",22684,2344,2,569,2752 +"93070",22684,2522,3,569,2069 +"93071",22684,2576,3,569,1307 +"93072",22684,3776,3,569,2322 +"93073",22684,4730,2,569,2131 +"93074",22684,4957,3,569,644 +"93075",22684,5568,3,569,1290 +"93076",22684,6133,3,569,1229 +"93077",22684,6876,3,569,1511 +"93078",22684,7433,3,569,2255 +"93079",22684,7948,3,569,1584 +"93080",22684,10727,3,569,2082 +"93081",22684,14791,3,569,1370 +"93082",22684,19858,2,569,2357 +"93083",22684,20200,3,569,2322 +"93084",22684,21180,3,569,2762 +"93085",22684,21741,3,569,1574 +"93086",22684,23430,3,569,904 +"93087",22684,24802,2,569,824 +"93088",22684,26642,3,569,2952 +"93089",22684,30442,3,569,2124 +"93090",22684,31001,3,569,2119 +"93091",22684,31089,3,569,2952 +"93092",22684,32939,3,569,2277 +"93093",22684,34162,3,569,2336 +"93094",22684,40537,3,569,1284 +"93095",22684,41953,2,569,945 +"93096",22684,42486,3,569,1951 +"93097",22684,42756,2,569,1384 +"93098",22684,47968,3,569,2829 +"93099",22684,48832,3,569,1370 +"93100",22684,53643,2,569,1626 +"93101",22684,55438,3,569,2863 +"93102",22684,55775,3,569,2385 +"93103",22684,57804,3,569,2214 +"93104",22684,58759,2,569,942 +"93105",22684,59282,2,569,859 +"93106",22684,61347,3,569,1684 +"93107",22684,63409,3,569,1937 +"93108",22684,66994,3,569,1865 +"93109",22684,67805,3,569,1338 +"93110",22684,68586,3,569,2322 +"93111",22684,69012,2,569,799 +"93112",22684,69447,2,569,1197 +"93113",22684,71712,3,569,2399 +"93114",22684,82426,3,569,1576 +"93115",22684,86580,3,569,696 +"93116",22684,97242,2,569,686 +"93117",22704,21,3,1150,1385 +"93118",22704,1108,3,1150,1600 +"93119",22704,4526,3,1150,1728 +"93120",22704,7942,3,1150,2623 +"93121",22704,8140,3,1150,1262 +"93122",22704,10239,3,1150,2032 +"93123",22704,10980,2,1150,1974 +"93124",22704,17645,3,1150,1918 +"93125",22704,23692,3,1150,1540 +"93126",22704,29818,3,1150,1677 +"93127",22704,34216,3,1150,2832 +"93128",22704,35728,3,1150,2017 +"93129",22704,37522,3,1150,1270 +"93130",22704,39256,3,1150,2449 +"93131",22704,42331,2,1150,1585 +"93132",22704,46252,3,1150,1249 +"93133",22704,47654,3,1150,1664 +"93134",22704,60258,3,1150,2405 +"93135",22704,63077,3,1150,2778 +"93136",22704,70101,3,1150,2414 +"93137",22704,85869,2,1150,1509 +"93138",22704,116987,3,1150,2469 +"93139",22705,24,2,1016,1295 +"93140",22705,499,3,1016,1931 +"93141",22705,543,3,1016,2203 +"93142",22705,600,3,1016,1702 +"93143",22705,675,3,1016,1686 +"93144",22705,997,3,1016,2788 +"93145",22705,1046,3,1016,1881 +"93146",22705,1136,3,1016,2536 +"93147",22705,1469,3,1016,1160 +"93148",22705,1777,3,1016,1965 +"93149",22705,1875,2,1016,1786 +"93150",22705,2036,3,1016,2483 +"93151",22705,2063,3,1016,1278 +"93152",22705,2166,3,1016,2557 +"93153",22705,2754,1,1016,1360 +"93154",22705,3495,3,1016,2431 +"93155",22705,3830,3,1016,1661 +"93156",22705,4360,3,1016,1770 +"93157",22705,4671,2,1016,2280 +"93158",22705,5226,3,1016,1309 +"93159",22705,5462,3,1016,2374 +"93160",22705,5504,3,1016,2389 +"93161",22705,5515,3,1016,2385 +"93162",22705,5669,3,1016,2502 +"93163",22705,5725,3,1016,2789 +"93164",22705,5845,3,1016,1552 +"93165",22705,5971,3,1016,1985 +"93166",22705,6491,3,1016,2424 +"93167",22705,7406,3,1016,1906 +"93168",22705,7858,3,1016,1795 +"93169",22705,8529,3,1016,1205 +"93170",22705,8866,3,1016,1545 +"93171",22705,8888,3,1016,1328 +"93172",22705,9695,2,1016,2143 +"93173",22705,10964,3,1016,2043 +"93174",22705,11019,3,1016,1299 +"93175",22705,11067,3,1016,2734 +"93176",22705,12767,3,1016,2329 +"93177",22705,13945,2,1016,1324 +"93178",22705,14655,3,1016,2559 +"93179",22705,15122,2,1016,1201 +"93180",22705,15184,3,1016,2396 +"93181",22705,15207,3,1016,1855 +"93182",22705,15539,3,1016,1929 +"93183",22705,16313,3,1016,1160 +"93184",22705,16352,3,1016,2657 +"93185",22705,19027,3,1016,2721 +"93186",22705,19096,2,1016,1538 +"93187",22705,19676,3,1016,1515 +"93188",22705,20162,2,1016,2328 +"93189",22705,22006,3,1016,1202 +"93190",22705,22197,3,1016,2271 +"93191",22705,23312,3,1016,2449 +"93192",22705,23918,3,1016,1881 +"93193",22705,24195,3,1016,1575 +"93194",22705,24579,3,1016,1394 +"93195",22705,24755,3,1016,1319 +"93196",22705,26322,3,1016,1018 +"93197",22705,26359,3,1016,2535 +"93198",22705,26867,3,1016,1804 +"93199",22705,27478,3,1016,2485 +"93200",22705,28285,3,1016,2972 +"93201",22705,28635,3,1016,2368 +"93202",22705,28640,3,1016,1475 +"93203",22705,29456,3,1016,1182 +"93204",22705,30504,3,1016,1573 +"93205",22705,31799,2,1016,2547 +"93206",22705,33949,3,1016,2489 +"93207",22705,34160,3,1016,1759 +"93208",22705,35256,3,1016,2271 +"93209",22705,35514,3,1016,2346 +"93210",22705,36714,3,1016,2209 +"93211",22705,37108,2,1016,1202 +"93212",22705,37301,3,1016,2160 +"93213",22705,40028,3,1016,1349 +"93214",22705,40072,3,1016,1182 +"93215",22705,40369,3,1016,2735 +"93216",22705,41739,3,1016,1339 +"93217",22705,41747,3,1016,1722 +"93218",22705,42129,3,1016,2318 +"93219",22705,44427,3,1016,2875 +"93220",22705,44636,3,1016,1026 +"93221",22705,47248,3,1016,2883 +"93222",22705,48571,3,1016,2717 +"93223",22705,49185,2,1016,1544 +"93224",22705,50236,3,1016,2339 +"93225",22705,50275,3,1016,2832 +"93226",22705,50667,3,1016,2719 +"93227",22705,51017,3,1016,2073 +"93228",22705,53031,3,1016,2065 +"93229",22705,53604,3,1016,2489 +"93230",22705,55556,3,1016,2075 +"93231",22705,56082,3,1016,2395 +"93232",22705,56232,3,1016,1175 +"93233",22705,56688,3,1016,2331 +"93234",22705,58035,3,1016,1646 +"93235",22705,58854,3,1016,1131 +"93236",22705,61719,3,1016,1515 +"93237",22705,62840,3,1016,2502 +"93238",22705,63515,2,1016,2023 +"93239",22705,63547,3,1016,1023 +"93240",22705,64181,3,1016,1828 +"93241",22705,64997,2,1016,2791 +"93242",22705,65029,3,1016,2954 +"93243",22705,67222,3,1016,1332 +"93244",22705,72334,2,1016,2820 +"93245",22705,75607,3,1016,2245 +"93246",22705,80014,3,1016,1562 +"93247",22705,82787,3,1016,1144 +"93248",22705,85430,3,1016,2370 +"93249",22705,89958,3,1016,1186 +"93250",22705,105233,3,1016,1199 +"93251",22709,3978,2,2743,2775 +"93252",22709,8062,3,2743,2858 +"93253",22709,9272,2,2743,2835 +"93254",22709,19364,1,2743,2846 +"93255",22709,22723,3,2743,2859 +"93256",22709,25373,3,2743,2783 +"93257",22709,34327,3,2743,2959 +"93258",22709,60879,3,2743,2792 +"93259",22709,63837,3,2743,2807 +"93260",22709,92297,3,2743,2952 +"93261",22709,121354,3,2743,2862 +"93262",22714,17826,3,2793,2920 +"93263",22714,17852,3,2793,2840 +"93264",22714,35837,3,2793,2871 +"93265",22714,47248,3,2793,2883 +"93266",22714,71618,3,2793,2960 +"93267",22722,1154,3,1233,1656 +"93268",22722,1315,3,1233,2760 +"93269",22722,3139,3,1233,1656 +"93270",22722,3896,3,1233,2693 +"93271",22722,4821,3,1233,1938 +"93272",22722,6602,2,1233,1631 +"93273",22722,7126,3,1233,1261 +"93274",22722,7196,3,1233,1508 +"93275",22722,7858,3,1233,1795 +"93276",22722,7984,3,1233,2493 +"93277",22722,8821,3,1233,2230 +"93278",22722,8890,3,1233,1955 +"93279",22722,10239,3,1233,2032 +"93280",22722,10474,3,1233,1608 +"93281",22722,11329,3,1233,2799 +"93282",22722,14108,3,1233,2012 +"93283",22722,14887,3,1233,2158 +"93284",22722,15118,3,1233,1311 +"93285",22722,15401,3,1233,1999 +"93286",22722,16365,3,1233,2217 +"93287",22722,17354,3,1233,2250 +"93288",22722,18825,3,1233,1240 +"93289",22722,19516,3,1233,2313 +"93290",22722,20070,2,1233,1914 +"93291",22722,20271,3,1233,2044 +"93292",22722,21133,3,1233,1320 +"93293",22722,21670,3,1233,2158 +"93294",22722,21681,3,1233,2005 +"93295",22722,23015,3,1233,1362 +"93296",22722,24255,3,1233,2770 +"93297",22722,28784,3,1233,1579 +"93298",22722,28896,2,1233,1395 +"93299",22722,31700,3,1233,2727 +"93300",22722,32419,3,1233,1909 +"93301",22722,32988,3,1233,2008 +"93302",22722,33380,2,1233,2340 +"93303",22722,34820,3,1233,1630 +"93304",22722,35187,3,1233,2488 +"93305",22722,35822,3,1233,1903 +"93306",22722,36031,2,1233,2342 +"93307",22722,36609,3,1233,2918 +"93308",22722,37937,3,1233,1320 +"93309",22722,38602,3,1233,2693 +"93310",22722,38973,3,1233,1999 +"93311",22722,42574,3,1233,2842 +"93312",22722,45618,3,1233,2356 +"93313",22722,45650,3,1233,1528 +"93314",22722,46596,3,1233,1942 +"93315",22722,47384,3,1233,1639 +"93316",22722,48215,2,1233,2028 +"93317",22722,49265,3,1233,2686 +"93318",22722,53323,3,1233,2677 +"93319",22722,55604,3,1233,2342 +"93320",22722,57380,3,1233,2362 +"93321",22722,63395,3,1233,2334 +"93322",22722,65155,3,1233,1947 +"93323",22722,72728,3,1233,2234 +"93324",22722,79158,3,1233,1252 +"93325",22722,82730,3,1233,1492 +"93326",22722,83053,3,1233,1303 +"93327",22722,85869,3,1233,1509 +"93328",22722,87837,3,1233,1987 +"93329",22722,88232,3,1233,2881 +"93330",22722,89681,3,1233,1978 +"93331",22722,96352,3,1233,1493 +"93332",22723,3403,2,2859,2951 +"93333",22723,13136,3,2859,2867 +"93334",22723,20700,3,2859,2861 +"93335",22743,10382,3,1736,2111 +"93336",22744,55,3,1907,2524 +"93337",22744,1685,2,1907,2230 +"93338",22744,3477,3,1907,2546 +"93339",22744,3506,3,1907,2364 +"93340",22744,5937,3,1907,2392 +"93341",22744,6063,3,1907,2349 +"93342",22744,6621,2,1907,2478 +"93343",22744,18821,3,1907,2075 +"93344",22744,23498,3,1907,2398 +"93345",22744,23825,3,1907,1913 +"93346",22744,31794,2,1907,1919 +"93347",22744,32079,3,1907,2315 +"93348",22744,33223,3,1907,2397 +"93349",22744,53648,3,1907,2167 +"93350",22744,75207,3,1907,2235 +"93351",22744,76672,3,1907,1930 +"93352",22744,79547,2,1907,1909 +"93353",22744,85638,2,1907,2275 +"93354",22746,386,3,913,1553 +"93355",22746,1787,3,913,1707 +"93356",22746,2370,3,913,1600 +"93357",22746,2907,3,913,1980 +"93358",22746,3484,3,913,1515 +"93359",22746,3678,3,913,1325 +"93360",22746,4188,3,913,2963 +"93361",22746,5937,3,913,2392 +"93362",22746,6234,3,913,2654 +"93363",22746,6235,3,913,1585 +"93364",22746,6800,3,913,2053 +"93365",22746,7499,2,913,1803 +"93366",22746,8899,3,913,2023 +"93367",22746,10250,3,913,1606 +"93368",22746,11259,3,913,1356 +"93369",22746,11868,3,913,1639 +"93370",22746,14612,2,913,2340 +"93371",22746,14838,3,913,1746 +"93372",22746,14861,3,913,2269 +"93373",22746,14957,3,913,2306 +"93374",22746,15119,3,913,1020 +"93375",22746,15150,2,913,2801 +"93376",22746,15558,1,913,2389 +"93377",22746,16477,3,913,2069 +"93378",22746,16524,3,913,1556 +"93379",22746,16910,3,913,1978 +"93380",22746,16969,3,913,1917 +"93381",22746,17672,3,913,1987 +"93382",22746,18821,3,913,2075 +"93383",22746,19002,2,913,2053 +"93384",22746,19767,3,913,1041 +"93385",22746,20011,2,913,2826 +"93386",22746,20709,3,913,1757 +"93387",22746,23728,1,913,2601 +"93388",22746,24044,3,913,1076 +"93389",22746,26698,3,913,1963 +"93390",22746,27570,3,913,1559 +"93391",22746,29775,3,913,2064 +"93392",22746,30194,3,913,2874 +"93393",22746,31259,3,913,2082 +"93394",22746,32079,3,913,2315 +"93395",22746,32841,3,913,1345 +"93396",22746,32939,3,913,2277 +"93397",22746,33460,3,913,2781 +"93398",22746,34576,2,913,1727 +"93399",22746,39439,3,913,2462 +"93400",22746,42136,2,913,2551 +"93401",22746,44727,3,913,1227 +"93402",22746,44730,2,913,2468 +"93403",22746,48585,1,913,2063 +"93404",22746,56413,3,913,2747 +"93405",22746,57804,3,913,2214 +"93406",22746,67836,2,913,2195 +"93407",22746,76505,3,913,2123 +"93408",22746,76997,3,913,2223 +"93409",22746,79913,3,913,1514 +"93410",22746,82246,3,913,1538 +"93411",22746,93459,3,913,1354 +"93412",22746,96700,2,913,1602 +"93413",22746,104843,3,913,1167 +"93414",22746,106330,3,913,2559 +"93415",22746,113333,2,913,1018 +"93416",22749,313,2,1727,2271 +"93417",22749,362,3,1727,2537 +"93418",22749,377,1,1727,2389 +"93419",22749,499,2,1727,1931 +"93420",22749,543,1,1727,2203 +"93421",22749,613,3,1727,2687 +"93422",22749,1151,2,1727,2885 +"93423",22749,1495,2,1727,2046 +"93424",22749,1616,2,1727,2662 +"93425",22749,1777,1,1727,1965 +"93426",22749,2036,2,1727,2483 +"93427",22749,2166,3,1727,2557 +"93428",22749,2224,3,1727,2751 +"93429",22749,2484,2,1727,2389 +"93430",22749,2766,3,1727,1920 +"93431",22749,3161,2,1727,2229 +"93432",22749,3242,3,1727,1730 +"93433",22749,3853,3,1727,2465 +"93434",22749,3878,2,1727,1890 +"93435",22749,4057,1,1727,2389 +"93436",22749,4226,3,1727,1903 +"93437",22749,4701,3,1727,2401 +"93438",22749,4763,3,1727,1960 +"93439",22749,5078,2,1727,2033 +"93440",22749,5457,2,1727,2077 +"93441",22749,5462,1,1727,2374 +"93442",22749,5504,1,1727,2389 +"93443",22749,6491,3,1727,2424 +"93444",22749,7323,1,1727,2858 +"93445",22749,8604,3,1727,2799 +"93446",22749,8760,2,1727,2477 +"93447",22749,9311,3,1727,2477 +"93448",22749,9332,3,1727,2734 +"93449",22749,9362,3,1727,2879 +"93450",22749,10874,3,1727,1891 +"93451",22749,12374,3,1727,2260 +"93452",22749,12713,2,1727,2440 +"93453",22749,14767,3,1727,2068 +"93454",22749,15184,3,1727,2396 +"93455",22749,15299,3,1727,2213 +"93456",22749,15539,2,1727,1929 +"93457",22749,16497,3,1727,2370 +"93458",22749,17410,3,1727,2073 +"93459",22749,17520,3,1727,2276 +"93460",22749,18151,3,1727,2962 +"93461",22749,19027,3,1727,2721 +"93462",22749,19606,2,1727,2783 +"93463",22749,20311,3,1727,1981 +"93464",22749,20563,3,1727,2267 +"93465",22749,20659,3,1727,1969 +"93466",22749,20700,2,1727,2861 +"93467",22749,23508,3,1727,1907 +"93468",22749,23751,3,1727,1740 +"93469",22749,24923,3,1727,2785 +"93470",22749,25198,3,1727,1982 +"93471",22749,26451,3,1727,2133 +"93472",22749,26516,3,1727,2479 +"93473",22749,27478,3,1727,2485 +"93474",22749,28216,2,1727,1910 +"93475",22749,29073,3,1727,2328 +"93476",22749,29258,3,1727,1932 +"93477",22749,30119,3,1727,1961 +"93478",22749,31235,3,1727,2668 +"93479",22749,31799,2,1727,2547 +"93480",22749,32606,3,1727,2100 +"93481",22749,33572,3,1727,2370 +"93482",22749,35256,1,1727,2271 +"93483",22749,36701,3,1727,2381 +"93484",22749,37418,3,1727,2710 +"93485",22749,37570,1,1727,2389 +"93486",22749,38727,3,1727,2238 +"93487",22749,38921,3,1727,1880 +"93488",22749,39444,3,1727,2695 +"93489",22749,39548,2,1727,2389 +"93490",22749,41278,2,1727,1873 +"93491",22749,41872,3,1727,2974 +"93492",22749,43518,3,1727,2680 +"93493",22749,44768,3,1727,2516 +"93494",22749,46039,3,1727,1794 +"93495",22749,47445,3,1727,2668 +"93496",22749,47803,3,1727,2477 +"93497",22749,49965,2,1727,2301 +"93498",22749,50252,3,1727,2001 +"93499",22749,50372,3,1727,1834 +"93500",22749,52576,3,1727,2234 +"93501",22749,53031,3,1727,2065 +"93502",22749,53851,3,1727,2305 +"93503",22749,55556,2,1727,2075 +"93504",22749,55828,3,1727,2393 +"93505",22749,57077,3,1727,1885 +"93506",22749,57129,3,1727,1858 +"93507",22749,57977,3,1727,2683 +"93508",22749,58218,3,1727,2627 +"93509",22749,60257,3,1727,2795 +"93510",22749,64967,3,1727,2872 +"93511",22749,65029,3,1727,2954 +"93512",22749,70046,2,1727,2624 +"93513",22749,80429,2,1727,1927 +"93514",22749,85430,2,1727,2370 +"93515",22749,86986,3,1727,1976 +"93516",22749,91570,3,1727,2229 +"93517",22749,93615,3,1727,2386 +"93518",22749,94401,3,1727,1784 +"93519",22766,3456,3,1945,1999 +"93520",22766,3564,3,1945,2717 +"93521",22766,4367,3,1945,2794 +"93522",22766,8610,3,1945,2240 +"93523",22766,10129,3,1945,2124 +"93524",22766,11136,3,1945,2573 +"93525",22766,14754,2,1945,2456 +"93526",22766,25741,1,1945,2853 +"93527",22766,37929,3,1945,2393 +"93528",22766,44235,3,1945,2700 +"93529",22766,45138,3,1945,2516 +"93530",22766,54284,3,1945,2491 +"93531",22766,55817,3,1945,2285 +"93532",22766,68586,3,1945,2322 +"93533",22766,82932,3,1945,2245 +"93534",22777,3628,3,2353,2707 +"93535",22777,8762,3,2353,2585 +"93536",22777,11351,3,2353,2971 +"93537",22785,1691,3,1733,1941 +"93538",22785,20407,2,1733,2339 +"93539",22785,30410,3,1733,1966 +"93540",22785,36439,3,1733,2469 +"93541",22785,44420,3,1733,2184 +"93542",22785,57704,2,1733,2076 +"93543",22808,6192,3,2297,2409 +"93544",22808,13249,2,2297,2573 +"93545",22808,13780,3,2297,2412 +"93546",22808,19208,3,2297,2629 +"93547",22808,19605,3,2297,2395 +"93548",22808,29454,3,2297,2719 +"93549",22808,34120,3,2297,2786 +"93550",22808,41664,3,2297,2641 +"93551",22808,42129,2,2297,2318 +"93552",22808,42216,3,2297,2722 +"93553",22808,45302,3,2297,2390 +"93554",22808,47564,3,2297,2650 +"93555",22808,51035,3,2297,2397 +"93556",22808,55076,3,2297,2408 +"93557",22808,55643,3,2297,2359 +"93558",22808,65434,3,2297,2866 +"93559",22850,468,3,878,1966 +"93560",22850,600,3,878,1702 +"93561",22850,3164,2,878,2693 +"93562",22850,3306,3,878,1989 +"93563",22850,4763,3,878,1960 +"93564",22850,4932,3,878,2752 +"93565",22850,5971,3,878,1985 +"93566",22850,6030,2,878,2953 +"93567",22850,9678,3,878,1217 +"93568",22850,10701,3,878,2000 +"93569",22850,11966,2,878,2385 +"93570",22850,12004,3,878,996 +"93571",22850,13400,3,878,1371 +"93572",22850,14080,1,878,1351 +"93573",22850,14855,3,878,903 +"93574",22850,15301,2,878,2308 +"93575",22850,15607,1,878,1421 +"93576",22850,15632,3,878,1242 +"93577",22850,17413,3,878,2230 +"93578",22850,19072,3,878,2358 +"93579",22850,19113,2,878,1171 +"93580",22850,20284,3,878,2530 +"93581",22850,20292,2,878,2755 +"93582",22850,21571,2,878,2755 +"93583",22850,22566,1,878,2308 +"93584",22850,26659,3,878,903 +"93585",22850,28011,3,878,2639 +"93586",22850,28050,2,878,1955 +"93587",22850,28168,2,878,2702 +"93588",22850,28296,3,878,2944 +"93589",22850,29050,3,878,1196 +"93590",22850,31279,3,878,965 +"93591",22850,31799,3,878,2547 +"93592",22850,32567,3,878,2784 +"93593",22850,34735,3,878,2767 +"93594",22850,38869,3,878,1675 +"93595",22850,41739,3,878,1339 +"93596",22850,42619,2,878,2017 +"93597",22850,44521,3,878,1593 +"93598",22850,44636,3,878,1026 +"93599",22850,50468,3,878,1659 +"93600",22850,51572,3,878,912 +"93601",22850,54929,3,878,2783 +"93602",22850,55185,3,878,922 +"93603",22850,57246,3,878,1873 +"93604",22850,57714,3,878,1391 +"93605",22850,62488,3,878,1418 +"93606",22850,64181,3,878,1828 +"93607",22850,65625,3,878,1273 +"93608",22850,66413,3,878,2507 +"93609",22850,69250,3,878,1439 +"93610",22850,83224,3,878,1183 +"93611",22850,94500,2,878,1529 +"93612",22850,98150,2,878,1009 +"93613",22850,100140,3,878,1041 +"93614",22850,102751,3,878,1229 +"93615",22850,105063,3,878,1908 +"93616",22857,13003,3,1708,2763 +"93617",22857,16608,2,1708,1769 +"93618",22857,17672,3,1708,1987 +"93619",22857,23825,3,1708,1913 +"93620",22857,58852,3,1708,2323 +"93621",22857,67622,2,1708,2224 +"93622",22874,313,3,404,2271 +"93623",22874,357,3,404,2327 +"93624",22874,499,3,404,1931 +"93625",22874,543,3,404,2203 +"93626",22874,1046,2,404,1881 +"93627",22874,1367,3,404,2176 +"93628",22874,1469,2,404,1160 +"93629",22874,1616,3,404,2662 +"93630",22874,1691,3,404,1941 +"93631",22874,1777,3,404,1965 +"93632",22874,2036,3,404,2483 +"93633",22874,2208,3,404,2814 +"93634",22874,2484,3,404,2389 +"93635",22874,2754,3,404,1360 +"93636",22874,3161,3,404,2229 +"93637",22874,3242,3,404,1730 +"93638",22874,3830,3,404,1661 +"93639",22874,4226,3,404,1903 +"93640",22874,4366,3,404,1726 +"93641",22874,4618,3,404,2607 +"93642",22874,5018,3,404,640 +"93643",22874,5078,3,404,2033 +"93644",22874,5148,3,404,2206 +"93645",22874,5235,3,404,2324 +"93646",22874,5457,3,404,2077 +"93647",22874,5462,2,404,2374 +"93648",22874,5504,3,404,2389 +"93649",22874,5669,3,404,2502 +"93650",22874,5725,3,404,2789 +"93651",22874,6366,3,404,798 +"93652",22874,6417,3,404,1675 +"93653",22874,7245,3,404,2089 +"93654",22874,8229,3,404,1241 +"93655",22874,8533,2,404,2251 +"93656",22874,8621,2,404,1681 +"93657",22874,10130,3,404,2741 +"93658",22874,11576,3,404,808 +"93659",22874,12713,3,404,2440 +"93660",22874,12867,3,404,2773 +"93661",22874,13699,3,404,1355 +"93662",22874,14108,3,404,2012 +"93663",22874,14507,3,404,2686 +"93664",22874,14855,3,404,903 +"93665",22874,14888,3,404,1411 +"93666",22874,14983,3,404,1047 +"93667",22874,15184,3,404,2396 +"93668",22874,15299,3,404,2213 +"93669",22874,15539,2,404,1929 +"93670",22874,16053,3,404,908 +"93671",22874,16074,3,404,977 +"93672",22874,16164,3,404,1184 +"93673",22874,16201,3,404,1811 +"93674",22874,16313,3,404,1160 +"93675",22874,17133,3,404,924 +"93676",22874,17645,3,404,1918 +"93677",22874,17997,3,404,1621 +"93678",22874,18277,3,404,2309 +"93679",22874,19027,3,404,2721 +"93680",22874,19183,3,404,1257 +"93681",22874,19568,3,404,2302 +"93682",22874,19606,3,404,2783 +"93683",22874,19963,3,404,810 +"93684",22874,20563,3,404,2267 +"93685",22874,20700,3,404,2861 +"93686",22874,22006,3,404,1202 +"93687",22874,22749,3,404,1727 +"93688",22874,24923,3,404,2785 +"93689",22874,26351,3,404,2683 +"93690",22874,26516,3,404,2479 +"93691",22874,26659,3,404,903 +"93692",22874,26713,3,404,1235 +"93693",22874,27478,2,404,2485 +"93694",22874,27753,3,404,2750 +"93695",22874,28216,3,404,1910 +"93696",22874,28285,3,404,2972 +"93697",22874,29073,3,404,2328 +"93698",22874,29456,3,404,1182 +"93699",22874,30119,3,404,1961 +"93700",22874,31799,2,404,2547 +"93701",22874,32409,2,404,857 +"93702",22874,32606,3,404,2100 +"93703",22874,33475,3,404,2367 +"93704",22874,34314,2,404,630 +"93705",22874,34443,3,404,496 +"93706",22874,35256,3,404,2271 +"93707",22874,35529,3,404,1620 +"93708",22874,37418,3,404,2710 +"93709",22874,38048,2,404,867 +"93710",22874,39444,3,404,2695 +"93711",22874,40136,3,404,1149 +"93712",22874,40296,3,404,1674 +"93713",22874,40432,3,404,1956 +"93714",22874,41278,3,404,1873 +"93715",22874,41747,3,404,1722 +"93716",22874,44636,3,404,1026 +"93717",22874,46091,3,404,1938 +"93718",22874,46726,3,404,943 +"93719",22874,47386,3,404,2226 +"93720",22874,47947,3,404,2681 +"93721",22874,48754,3,404,1972 +"93722",22874,50235,3,404,726 +"93723",22874,51410,3,404,2739 +"93724",22874,52570,3,404,2645 +"93725",22874,53031,2,404,2065 +"93726",22874,53300,3,404,2162 +"93727",22874,54676,3,404,1342 +"93728",22874,55556,3,404,2075 +"93729",22874,55880,3,404,626 +"93730",22874,57077,3,404,1885 +"93731",22874,57609,3,404,2717 +"93732",22874,57950,3,404,1529 +"93733",22874,57977,1,404,2683 +"93734",22874,58035,3,404,1646 +"93735",22874,58221,3,404,1787 +"93736",22874,61719,2,404,1515 +"93737",22874,62668,3,404,958 +"93738",22874,62840,3,404,2502 +"93739",22874,65029,3,404,2954 +"93740",22874,68098,3,404,2378 +"93741",22874,69498,3,404,931 +"93742",22874,71478,3,404,1721 +"93743",22874,71562,3,404,2574 +"93744",22874,73313,3,404,958 +"93745",22874,77489,3,404,1514 +"93746",22874,78278,3,404,424 +"93747",22874,79364,2,404,834 +"93748",22874,79657,3,404,1260 +"93749",22874,80471,3,404,538 +"93750",22874,80678,3,404,1595 +"93751",22874,82409,3,404,1881 +"93752",22874,84897,3,404,1075 +"93753",22874,85430,3,404,2370 +"93754",22874,88750,3,404,787 +"93755",22874,89958,3,404,1186 +"93756",22874,90837,3,404,825 +"93757",22874,91570,3,404,2229 +"93758",22874,93615,3,404,2386 +"93759",22874,93752,3,404,1368 +"93760",22874,100140,3,404,1041 +"93761",22874,100978,3,404,862 +"93762",22874,102050,2,404,906 +"93763",22874,105233,3,404,1199 +"93764",22874,106299,3,404,1190 +"93765",22877,313,3,75,2271 +"93766",22877,377,2,75,2389 +"93767",22877,499,3,75,1931 +"93768",22877,543,2,75,2203 +"93769",22877,613,3,75,2687 +"93770",22877,1151,3,75,2885 +"93771",22877,1469,3,75,1160 +"93772",22877,1495,3,75,2046 +"93773",22877,1616,3,75,2662 +"93774",22877,1777,2,75,1965 +"93775",22877,2036,3,75,2483 +"93776",22877,2166,3,75,2557 +"93777",22877,2224,3,75,2751 +"93778",22877,2484,2,75,2389 +"93779",22877,2754,2,75,1360 +"93780",22877,3088,3,75,1670 +"93781",22877,3161,3,75,2229 +"93782",22877,3242,3,75,1730 +"93783",22877,3830,2,75,1661 +"93784",22877,3878,3,75,1890 +"93785",22877,4057,2,75,2389 +"93786",22877,4226,3,75,1903 +"93787",22877,4701,3,75,2401 +"93788",22877,4790,3,75,1025 +"93789",22877,4791,3,75,1184 +"93790",22877,5078,2,75,2033 +"93791",22877,5457,2,75,2077 +"93792",22877,5462,1,75,2374 +"93793",22877,5504,1,75,2389 +"93794",22877,7241,3,75,2259 +"93795",22877,7323,2,75,2858 +"93796",22877,7363,2,75,123 +"93797",22877,8229,3,75,1241 +"93798",22877,8621,2,75,1681 +"93799",22877,8760,3,75,2477 +"93800",22877,8866,3,75,1545 +"93801",22877,9332,3,75,2734 +"93802",22877,9362,3,75,2879 +"93803",22877,9432,3,75,1693 +"93804",22877,10012,3,75,89 +"93805",22877,10799,3,75,2010 +"93806",22877,12713,3,75,2440 +"93807",22877,12887,3,75,433 +"93808",22877,13012,3,75,875 +"93809",22877,13929,3,75,2693 +"93810",22877,13945,3,75,1324 +"93811",22877,14091,3,75,929 +"93812",22877,15184,3,75,2396 +"93813",22877,15299,2,75,2213 +"93814",22877,15539,2,75,1929 +"93815",22877,16074,3,75,977 +"93816",22877,16111,3,75,1714 +"93817",22877,16164,3,75,1184 +"93818",22877,16313,3,75,1160 +"93819",22877,16497,3,75,2370 +"93820",22877,16609,2,75,538 +"93821",22877,17133,3,75,924 +"93822",22877,17410,3,75,2073 +"93823",22877,17520,3,75,2276 +"93824",22877,17626,3,75,1265 +"93825",22877,18151,3,75,2962 +"93826",22877,18615,3,75,1025 +"93827",22877,18707,3,75,1143 +"93828",22877,19027,3,75,2721 +"93829",22877,19606,2,75,2783 +"93830",22877,19637,3,75,1229 +"93831",22877,19963,3,75,810 +"93832",22877,20563,3,75,2267 +"93833",22877,20659,3,75,1969 +"93834",22877,20700,3,75,2861 +"93835",22877,21122,2,75,1701 +"93836",22877,22006,2,75,1202 +"93837",22877,22130,2,75,146 +"93838",22877,22705,3,75,1016 +"93839",22877,22749,2,75,1727 +"93840",22877,22874,3,75,404 +"93841",22877,23965,3,75,165 +"93842",22877,24005,3,75,1188 +"93843",22877,24348,3,75,103 +"93844",22877,26516,3,75,2479 +"93845",22877,27478,3,75,2485 +"93846",22877,27849,3,75,1316 +"93847",22877,28216,2,75,1910 +"93848",22877,29050,3,75,1196 +"93849",22877,29705,3,75,607 +"93850",22877,29750,3,75,689 +"93851",22877,30119,3,75,1961 +"93852",22877,30956,2,75,168 +"93853",22877,31799,2,75,2547 +"93854",22877,32017,3,75,577 +"93855",22877,32606,3,75,2100 +"93856",22877,33572,3,75,2370 +"93857",22877,34588,3,75,985 +"93858",22877,35256,2,75,2271 +"93859",22877,36962,3,75,2861 +"93860",22877,37418,3,75,2710 +"93861",22877,37570,2,75,2389 +"93862",22877,38048,2,75,867 +"93863",22877,38921,3,75,1880 +"93864",22877,39444,3,75,2695 +"93865",22877,39548,3,75,2389 +"93866",22877,41278,2,75,1873 +"93867",22877,41747,3,75,1722 +"93868",22877,42264,3,75,1702 +"93869",22877,44636,3,75,1026 +"93870",22877,44729,3,75,588 +"93871",22877,46680,3,75,1690 +"93872",22877,48698,3,75,1474 +"93873",22877,49965,2,75,2301 +"93874",22877,50252,3,75,2001 +"93875",22877,50372,3,75,1834 +"93876",22877,51810,3,75,1401 +"93877",22877,53031,3,75,2065 +"93878",22877,53630,3,75,1565 +"93879",22877,55156,3,75,2196 +"93880",22877,55468,3,75,2511 +"93881",22877,55556,3,75,2075 +"93882",22877,55691,3,75,2856 +"93883",22877,55828,3,75,2393 +"93884",22877,57077,3,75,1885 +"93885",22877,57710,3,75,411 +"93886",22877,57950,1,75,1529 +"93887",22877,57977,3,75,2683 +"93888",22877,58035,3,75,1646 +"93889",22877,58508,3,75,2326 +"93890",22877,63637,3,75,498 +"93891",22877,65029,3,75,2954 +"93892",22877,65884,3,75,798 +"93893",22877,67222,3,75,1332 +"93894",22877,68810,3,75,2409 +"93895",22877,69498,2,75,931 +"93896",22877,71478,2,75,1721 +"93897",22877,72334,3,75,2820 +"93898",22877,72823,3,75,929 +"93899",22877,75948,2,75,1006 +"93900",22877,76127,3,75,910 +"93901",22877,78416,3,75,630 +"93902",22877,78563,3,75,2385 +"93903",22877,80429,2,75,1927 +"93904",22877,80471,3,75,538 +"93905",22877,80678,3,75,1595 +"93906",22877,81511,3,75,848 +"93907",22877,82949,3,75,2077 +"93908",22877,85430,2,75,2370 +"93909",22877,89958,2,75,1186 +"93910",22877,90837,3,75,825 +"93911",22877,91570,3,75,2229 +"93912",22877,92220,3,75,607 +"93913",22877,97915,3,75,1802 +"93914",22877,98925,3,75,584 +"93915",22877,99444,3,75,408 +"93916",22877,101482,3,75,1300 +"93917",22877,102050,3,75,906 +"93918",22877,105795,2,75,1265 +"93919",22877,107649,3,75,1573 +"93920",22877,108415,2,75,752 +"93921",22877,108867,3,75,2328 +"93922",22877,109175,3,75,146 +"93923",22877,109383,3,75,952 +"93924",22877,113619,3,75,760 +"93925",22877,116478,3,75,293 +"93926",22884,270,3,1608,2542 +"93927",22884,312,2,1608,2038 +"93928",22884,671,3,1608,2328 +"93929",22884,675,2,1608,1686 +"93930",22884,701,3,1608,2718 +"93931",22884,733,3,1608,1653 +"93932",22884,1136,2,1608,2536 +"93933",22884,1321,3,1608,2075 +"93934",22884,2036,3,1608,2483 +"93935",22884,2224,3,1608,2751 +"93936",22884,2424,3,1608,2582 +"93937",22884,2533,2,1608,2016 +"93938",22884,2563,3,1608,1686 +"93939",22884,3242,3,1608,1730 +"93940",22884,3305,3,1608,2839 +"93941",22884,4191,3,1608,2130 +"93942",22884,4618,3,1608,2607 +"93943",22884,4980,3,1608,2093 +"93944",22884,5120,3,1608,2735 +"93945",22884,5429,3,1608,1991 +"93946",22884,6363,2,1608,2066 +"93947",22884,6428,3,1608,1952 +"93948",22884,6491,3,1608,2424 +"93949",22884,7847,3,1608,2424 +"93950",22884,8621,3,1608,1681 +"93951",22884,9184,3,1608,2670 +"93952",22884,9364,3,1608,1698 +"93953",22884,11006,3,1608,1950 +"93954",22884,12747,2,1608,2818 +"93955",22884,14108,3,1608,2012 +"93956",22884,14972,3,1608,2332 +"93957",22884,18211,3,1608,1745 +"93958",22884,19248,3,1608,2357 +"93959",22884,19719,3,1608,2177 +"93960",22884,20563,3,1608,2267 +"93961",22884,22141,3,1608,2348 +"93962",22884,22885,3,1608,1702 +"93963",22884,23216,3,1608,2424 +"93964",22884,23534,3,1608,1659 +"93965",22884,23704,3,1608,2278 +"93966",22884,25198,2,1608,1982 +"93967",22884,25341,3,1608,1858 +"93968",22884,25643,3,1608,1646 +"93969",22884,25816,3,1608,2088 +"93970",22884,25985,3,1608,2071 +"93971",22884,26436,3,1608,2489 +"93972",22884,26516,3,1608,2479 +"93973",22884,26608,3,1608,2329 +"93974",22884,27628,3,1608,2389 +"93975",22884,27694,3,1608,2030 +"93976",22884,27753,2,1608,2750 +"93977",22884,30438,3,1608,1617 +"93978",22884,32965,3,1608,2071 +"93979",22884,33672,3,1608,2396 +"93980",22884,34160,3,1608,1759 +"93981",22884,34492,2,1608,1798 +"93982",22884,34815,3,1608,2354 +"93983",22884,39535,3,1608,2428 +"93984",22884,40369,3,1608,2735 +"93985",22884,43173,3,1608,2895 +"93986",22884,43455,3,1608,2846 +"93987",22884,45715,3,1608,2287 +"93988",22884,46629,3,1608,2255 +"93989",22884,47098,3,1608,2057 +"93990",22884,50785,3,1608,2877 +"93991",22884,51041,1,1608,2606 +"93992",22884,51410,3,1608,2739 +"93993",22884,53851,3,1608,2305 +"93994",22884,57129,3,1608,1858 +"93995",22884,58035,3,1608,1646 +"93996",22884,59438,2,1608,2400 +"93997",22884,61982,3,1608,2725 +"93998",22884,64181,3,1608,1828 +"93999",22884,64997,2,1608,2791 +"94000",22884,70046,3,1608,2624 +"94001",22884,82767,3,1608,1641 +"94002",22884,92491,2,1608,1968 +"94003",22885,1136,3,1702,2536 +"94004",22885,4191,3,1702,2130 +"94005",22885,4687,3,1702,2152 +"94006",22885,6428,2,1702,1952 +"94007",22885,6491,3,1702,2424 +"94008",22885,7847,1,1702,2424 +"94009",22885,8274,3,1702,1909 +"94010",22885,10370,3,1702,2224 +"94011",22885,12432,3,1702,1816 +"94012",22885,12449,3,1702,2067 +"94013",22885,18394,3,1702,2356 +"94014",22885,19093,3,1702,2224 +"94015",22885,23216,3,1702,2424 +"94016",22885,23825,3,1702,1913 +"94017",22885,24066,2,1702,1755 +"94018",22885,25341,3,1702,1858 +"94019",22885,25816,2,1702,2088 +"94020",22885,27628,3,1702,2389 +"94021",22885,27753,3,1702,2750 +"94022",22885,34492,3,1702,1798 +"94023",22885,39411,3,1702,2384 +"94024",22885,40369,3,1702,2735 +"94025",22885,57129,2,1702,1858 +"94026",22885,57544,3,1702,2443 +"94027",22885,59790,3,1702,1827 +"94028",22885,60661,3,1702,2700 +"94029",22885,64181,2,1702,1828 +"94030",22885,64997,3,1702,2791 +"94031",22885,66413,3,1702,2507 +"94032",22885,91579,3,1702,2510 +"94033",22885,105063,3,1702,1908 +"94034",22893,10310,3,1938,2774 +"94035",22893,11103,3,1938,2393 +"94036",22893,11493,3,1938,2077 +"94037",22893,19208,3,1938,2629 +"94038",22893,20730,3,1938,2243 +"94039",22893,22580,3,1938,2245 +"94040",22893,22709,3,1938,2743 +"94041",22893,24256,3,1938,2393 +"94042",22893,24586,3,1938,2465 +"94043",22893,27195,3,1938,2158 +"94044",22893,29930,2,1938,2240 +"94045",22893,34921,2,1938,2181 +"94046",22893,36441,3,1938,2796 +"94047",22893,41770,3,1938,2752 +"94048",22893,42799,3,1938,2729 +"94049",22893,44894,3,1938,2048 +"94050",22893,53809,3,1938,1956 +"94051",22893,117956,2,1938,2774 +"94052",22905,17999,3,2599,2758 +"94053",22905,18808,3,2599,2854 +"94054",22905,38309,3,2599,2644 +"94055",22905,41051,3,2599,2767 +"94056",22905,50635,1,2599,2962 +"94057",22905,60672,2,2599,2876 +"94058",22905,68416,2,2599,2939 +"94059",22908,30350,2,2134,2515 +"94060",22932,47882,3,2469,2769 +"94061",22932,58711,2,2469,2746 +"94062",22932,67150,3,2469,2633 +"94063",22937,27363,3,244,1508 +"94064",22937,112539,3,244,452 +"94065",22945,160,3,237,2007 +"94066",22945,364,3,237,2351 +"94067",22945,782,3,237,945 +"94068",22945,1641,3,237,1490 +"94069",22945,2077,3,237,610 +"94070",22945,2108,3,237,1662 +"94071",22945,2407,3,237,1725 +"94072",22945,2452,3,237,1715 +"94073",22945,2576,2,237,1307 +"94074",22945,2747,3,237,2411 +"94075",22945,2852,3,237,2448 +"94076",22945,3127,3,237,2273 +"94077",22945,3313,2,237,572 +"94078",22945,3663,2,237,1232 +"94079",22945,4001,3,237,1687 +"94080",22945,4612,2,237,2804 +"94081",22945,4660,3,237,2149 +"94082",22945,4668,3,237,1919 +"94083",22945,4669,3,237,2395 +"94084",22945,4730,3,237,2131 +"94085",22945,4983,3,237,1909 +"94086",22945,5346,3,237,1438 +"94087",22945,5683,3,237,2468 +"94088",22945,5897,2,237,2337 +"94089",22945,6119,3,237,2358 +"94090",22945,7252,3,237,2799 +"94091",22945,7785,3,237,2441 +"94092",22945,7942,2,237,2623 +"94093",22945,8140,3,237,1262 +"94094",22945,8610,2,237,2240 +"94095",22945,8890,3,237,1955 +"94096",22945,8984,3,237,1162 +"94097",22945,9060,3,237,1612 +"94098",22945,9227,3,237,1267 +"94099",22945,9332,3,237,2734 +"94100",22945,9481,3,237,1610 +"94101",22945,9503,3,237,2453 +"94102",22945,9785,3,237,2951 +"94103",22945,9787,2,237,2858 +"94104",22945,10453,3,237,1656 +"94105",22945,10495,3,237,2230 +"94106",22945,10551,1,237,243 +"94107",22945,10803,3,237,545 +"94108",22945,10980,3,237,1974 +"94109",22945,11108,3,237,1609 +"94110",22945,11990,2,237,1909 +"94111",22945,12023,2,237,799 +"94112",22945,12361,3,237,2732 +"94113",22945,12781,2,237,831 +"94114",22945,12948,3,237,2669 +"94115",22945,13068,3,237,1778 +"94116",22945,13295,1,237,779 +"94117",22945,13537,3,237,1020 +"94118",22945,14287,2,237,1583 +"94119",22945,14532,3,237,1193 +"94120",22945,14599,3,237,1118 +"94121",22945,14749,3,237,1998 +"94122",22945,14776,3,237,1488 +"94123",22945,14817,3,237,2110 +"94124",22945,15207,3,237,1855 +"94125",22945,15567,3,237,2671 +"94126",22945,16015,3,237,1307 +"94127",22945,16021,3,237,858 +"94128",22945,16152,2,237,879 +"94129",22945,16286,3,237,2470 +"94130",22945,16437,3,237,1956 +"94131",22945,16501,2,237,1650 +"94132",22945,16715,3,237,1218 +"94133",22945,16864,2,237,814 +"94134",22945,16866,3,237,2718 +"94135",22945,17033,3,237,2771 +"94136",22945,17252,3,237,1258 +"94137",22945,17456,3,237,1300 +"94138",22945,17645,3,237,1918 +"94139",22945,17687,3,237,593 +"94140",22945,18550,3,237,483 +"94141",22945,18865,3,237,2676 +"94142",22945,18978,2,237,952 +"94143",22945,19334,2,237,1979 +"94144",22945,19386,2,237,1714 +"94145",22945,19655,3,237,2706 +"94146",22945,20124,3,237,2376 +"94147",22945,20220,3,237,1656 +"94148",22945,20662,3,237,1523 +"94149",22945,21207,3,237,1258 +"94150",22945,22578,3,237,2216 +"94151",22945,23015,3,237,1362 +"94152",22945,23131,2,237,1732 +"94153",22945,23206,3,237,2805 +"94154",22945,23398,3,237,896 +"94155",22945,23488,3,237,1523 +"94156",22945,23513,3,237,900 +"94157",22945,24176,3,237,1986 +"94158",22945,24302,3,237,407 +"94159",22945,25163,3,237,1751 +"94160",22945,26551,3,237,652 +"94161",22945,27545,3,237,855 +"94162",22945,27742,1,237,2700 +"94163",22945,27882,3,237,1897 +"94164",22945,27914,1,237,2507 +"94165",22945,28051,3,237,2089 +"94166",22945,28296,3,237,2944 +"94167",22945,28440,3,237,675 +"94168",22945,28869,2,237,2425 +"94169",22945,28904,1,237,926 +"94170",22945,29286,3,237,1612 +"94171",22945,29311,3,237,1849 +"94172",22945,29473,3,237,2602 +"94173",22945,29495,3,237,1612 +"94174",22945,29512,3,237,1594 +"94175",22945,29667,3,237,531 +"94176",22945,29818,3,237,1677 +"94177",22945,30442,3,237,2124 +"94178",22945,30525,2,237,1964 +"94179",22945,31216,3,237,1244 +"94180",22945,31317,3,237,1362 +"94181",22945,31753,2,237,1514 +"94182",22945,31868,2,237,1993 +"94183",22945,32110,3,237,2224 +"94184",22945,32532,3,237,2338 +"94185",22945,32560,2,237,1258 +"94186",22945,32651,3,237,877 +"94187",22945,32920,3,237,2158 +"94188",22945,33870,3,237,955 +"94189",22945,33957,3,237,245 +"94190",22945,34735,3,237,2767 +"94191",22945,35728,2,237,2017 +"94192",22945,36327,3,237,870 +"94193",22945,36487,3,237,2622 +"94194",22945,36514,3,237,1192 +"94195",22945,36912,3,237,2469 +"94196",22945,37351,3,237,978 +"94197",22945,38087,3,237,1083 +"94198",22945,39418,3,237,1978 +"94199",22945,39589,3,237,1292 +"94200",22945,39800,3,237,802 +"94201",22945,39999,3,237,1593 +"94202",22945,40035,3,237,2742 +"94203",22945,40113,3,237,451 +"94204",22945,40264,3,237,1418 +"94205",22945,40309,3,237,871 +"94206",22945,40572,3,237,2666 +"94207",22945,41023,3,237,2408 +"94208",22945,41077,2,237,864 +"94209",22945,41581,3,237,1692 +"94210",22945,41633,3,237,1976 +"94211",22945,42619,3,237,2017 +"94212",22945,42813,3,237,2142 +"94213",22945,43159,3,237,512 +"94214",22945,43961,2,237,2443 +"94215",22945,44074,2,237,1299 +"94216",22945,44598,3,237,2356 +"94217",22945,44795,3,237,635 +"94218",22945,45518,3,237,494 +"94219",22945,45869,3,237,2840 +"94220",22945,46384,3,237,2285 +"94221",22945,46486,3,237,1868 +"94222",22945,47375,3,237,2043 +"94223",22945,48955,3,237,242 +"94224",22945,49201,3,237,936 +"94225",22945,50229,3,237,1190 +"94226",22945,50354,3,237,1299 +"94227",22945,50509,3,237,2050 +"94228",22945,51879,3,237,1771 +"94229",22945,54467,3,237,919 +"94230",22945,54775,2,237,2383 +"94231",22945,55072,3,237,612 +"94232",22945,56538,3,237,2796 +"94233",22945,56755,3,237,2158 +"94234",22945,56995,2,237,2323 +"94235",22945,58233,3,237,1665 +"94236",22945,58501,3,237,2613 +"94237",22945,58655,2,237,2685 +"94238",22945,58759,3,237,942 +"94239",22945,59726,3,237,1513 +"94240",22945,61125,2,237,1673 +"94241",22945,61727,3,237,413 +"94242",22945,62438,3,237,802 +"94243",22945,63395,3,237,2334 +"94244",22945,64947,3,237,2489 +"94245",22945,66693,3,237,2554 +"94246",22945,66695,3,237,1071 +"94247",22945,66756,3,237,1301 +"94248",22945,66943,3,237,327 +"94249",22945,68275,3,237,1158 +"94250",22945,68539,3,237,1158 +"94251",22945,70455,2,237,1307 +"94252",22945,71467,3,237,1051 +"94253",22945,72632,3,237,1289 +"94254",22945,72882,3,237,1330 +"94255",22945,79420,3,237,1061 +"94256",22945,79432,3,237,1708 +"94257",22945,80156,3,237,1667 +"94258",22945,80671,3,237,665 +"94259",22945,81437,3,237,1101 +"94260",22945,81545,3,237,2077 +"94261",22945,83377,2,237,243 +"94262",22945,85396,2,237,1131 +"94263",22945,87011,3,237,1592 +"94264",22945,87269,3,237,847 +"94265",22945,87907,3,237,1173 +"94266",22945,88324,2,237,1080 +"94267",22945,89538,2,237,1847 +"94268",22945,91806,3,237,969 +"94269",22945,91849,2,237,1166 +"94270",22945,91942,3,237,2216 +"94271",22945,92860,3,237,1643 +"94272",22945,94048,3,237,275 +"94273",22945,94520,3,237,1243 +"94274",22945,100048,3,237,1573 +"94275",22945,101453,3,237,454 +"94276",22945,103491,2,237,1523 +"94277",22945,111193,3,237,429 +"94278",22945,111375,3,237,2686 +"94279",22945,114648,3,237,270 +"94280",22945,115021,2,237,1226 +"94281",22945,115031,3,237,2383 +"94282",22945,115618,3,237,2314 +"94283",22945,119978,3,237,815 +"94284",22950,47564,3,2576,2650 +"94285",22964,671,2,1443,2328 +"94286",22964,1745,2,1443,2693 +"94287",22964,4618,3,1443,2607 +"94288",22964,13929,3,1443,2693 +"94289",22964,16497,3,1443,2370 +"94290",22964,19027,3,1443,2721 +"94291",22964,25341,3,1443,1858 +"94292",22964,26570,2,1443,1669 +"94293",22964,44427,3,1443,2875 +"94294",22964,51022,3,1443,1499 +"94295",22964,55691,3,1443,2856 +"94296",22964,58035,3,1443,1646 +"94297",22964,77377,3,1443,1487 +"94298",22964,82767,3,1443,1641 +"94299",22966,23268,3,2112,2258 +"94300",22980,2927,3,158,1789 +"94301",22980,4180,3,158,1817 +"94302",22980,6480,3,158,1678 +"94303",22980,7253,3,158,2686 +"94304",22980,7254,3,158,1849 +"94305",22980,8006,3,158,479 +"94306",22980,9727,3,158,2327 +"94307",22980,9808,3,158,1648 +"94308",22980,11135,3,158,2441 +"94309",22980,11432,3,158,1593 +"94310",22980,11858,2,158,1530 +"94311",22980,14433,3,158,1225 +"94312",22980,15146,3,158,1546 +"94313",22980,15502,3,158,2637 +"94314",22980,16538,3,158,704 +"94315",22980,16545,3,158,186 +"94316",22980,19323,2,158,1705 +"94317",22980,19509,3,158,2000 +"94318",22980,20392,3,158,1309 +"94319",22980,20705,2,158,829 +"94320",22980,23639,3,158,2065 +"94321",22980,24109,2,158,504 +"94322",22980,24116,3,158,1413 +"94323",22980,25270,3,158,985 +"94324",22980,31795,3,158,412 +"94325",22980,32939,3,158,2277 +"94326",22980,34953,3,158,1817 +"94327",22980,42390,3,158,2937 +"94328",22980,42998,3,158,1978 +"94329",22980,43543,3,158,1457 +"94330",22980,49621,3,158,1915 +"94331",22980,51448,3,158,1593 +"94332",22980,52380,3,158,2686 +"94333",22980,53498,3,158,1967 +"94334",22980,65375,3,158,824 +"94335",22980,65658,3,158,2030 +"94336",22980,69215,3,158,1591 +"94337",22980,71895,3,158,1327 +"94338",22980,77189,2,158,1965 +"94339",22980,79918,3,158,1672 +"94340",22980,82312,3,158,340 +"94341",22980,105262,3,158,223 +"94342",22980,108872,3,158,1810 +"94343",23000,1519,3,1815,2349 +"94344",23000,3493,3,1815,2451 +"94345",23000,5897,3,1815,2337 +"94346",23000,9241,2,1815,2338 +"94347",23000,9785,3,1815,2951 +"94348",23000,14754,2,1815,2456 +"94349",23000,15826,3,1815,2772 +"94350",23000,18421,3,1815,2457 +"94351",23000,19334,3,1815,1979 +"94352",23000,20941,3,1815,2725 +"94353",23000,21487,3,1815,2203 +"94354",23000,26182,1,1815,2775 +"94355",23000,27320,3,1815,2378 +"94356",23000,28115,3,1815,1835 +"94357",23000,32939,3,1815,2277 +"94358",23000,35797,3,1815,2482 +"94359",23000,36912,3,1815,2469 +"94360",23000,39062,3,1815,2020 +"94361",23000,42256,3,1815,2839 +"94362",23000,46982,2,1815,2806 +"94363",23000,47013,2,1815,2388 +"94364",23000,51144,3,1815,2466 +"94365",23000,57356,2,1815,2476 +"94366",23000,57804,3,1815,2214 +"94367",23000,62715,3,1815,1838 +"94368",23000,78594,3,1815,2441 +"94369",23006,341,3,1532,2689 +"94370",23006,600,3,1532,1702 +"94371",23006,952,3,1532,1991 +"94372",23006,3819,3,1532,1583 +"94373",23006,3947,3,1532,2067 +"94374",23006,3966,3,1532,2425 +"94375",23006,5315,3,1532,2631 +"94376",23006,5449,3,1532,1723 +"94377",23006,6047,3,1532,2004 +"94378",23006,6417,3,1532,1675 +"94379",23006,7029,3,1532,2204 +"94380",23006,10310,2,1532,2774 +"94381",23006,10358,3,1532,2294 +"94382",23006,10870,2,1532,1755 +"94383",23006,11103,2,1532,2393 +"94384",23006,11239,3,1532,2181 +"94385",23006,11493,2,1532,2077 +"94386",23006,12371,2,1532,1569 +"94387",23006,12692,3,1532,1855 +"94388",23006,14032,3,1532,2144 +"94389",23006,14564,3,1532,1581 +"94390",23006,15207,3,1532,1855 +"94391",23006,16352,3,1532,2657 +"94392",23006,17351,3,1532,2036 +"94393",23006,18165,3,1532,2085 +"94394",23006,18344,3,1532,2204 +"94395",23006,19208,2,1532,2629 +"94396",23006,19593,3,1532,2013 +"94397",23006,19605,3,1532,2395 +"94398",23006,20331,3,1532,2365 +"94399",23006,20730,2,1532,2243 +"94400",23006,20874,3,1532,1580 +"94401",23006,22403,3,1532,1630 +"94402",23006,22893,1,1532,1938 +"94403",23006,24256,2,1532,2393 +"94404",23006,24568,3,1532,1937 +"94405",23006,24586,2,1532,2465 +"94406",23006,25325,3,1532,2963 +"94407",23006,27104,3,1532,1608 +"94408",23006,27195,2,1532,2158 +"94409",23006,28571,2,1532,1556 +"94410",23006,29512,3,1532,1594 +"94411",23006,29917,3,1532,1962 +"94412",23006,29930,1,1532,2240 +"94413",23006,31705,3,1532,2706 +"94414",23006,33184,3,1532,2522 +"94415",23006,34735,3,1532,2767 +"94416",23006,34921,3,1532,2181 +"94417",23006,36441,2,1532,2796 +"94418",23006,36574,3,1532,2934 +"94419",23006,36862,3,1532,2655 +"94420",23006,41770,2,1532,2752 +"94421",23006,41955,3,1532,2479 +"94422",23006,42515,3,1532,2752 +"94423",23006,42574,3,1532,2842 +"94424",23006,42799,2,1532,2729 +"94425",23006,44894,2,1532,2048 +"94426",23006,46635,3,1532,2528 +"94427",23006,47789,3,1532,1583 +"94428",23006,47895,3,1532,2328 +"94429",23006,49185,3,1532,1544 +"94430",23006,50480,3,1532,2701 +"94431",23006,53134,3,1532,1590 +"94432",23006,53219,3,1532,2973 +"94433",23006,56903,3,1532,1584 +"94434",23006,62870,2,1532,1568 +"94435",23006,63409,3,1532,1937 +"94436",23006,67129,3,1532,2335 +"94437",23006,73305,3,1532,2544 +"94438",23006,76356,3,1532,2323 +"94439",23006,78436,3,1532,1615 +"94440",23006,80944,3,1532,2300 +"94441",23006,86883,2,1532,1623 +"94442",23006,117956,1,1532,2774 +"94443",23011,29929,3,2763,2789 +"94444",23011,67726,1,2763,2873 +"94445",23012,860,3,207,1258 +"94446",23012,2617,3,207,592 +"94447",23012,9332,3,207,2734 +"94448",23012,14287,3,207,1583 +"94449",23012,16502,3,207,1616 +"94450",23012,23597,3,207,1080 +"94451",23012,25269,3,207,306 +"94452",23012,25390,3,207,903 +"94453",23012,26642,3,207,2952 +"94454",23012,29667,2,207,531 +"94455",23012,42256,3,207,2839 +"94456",23012,42562,3,207,1195 +"94457",23012,53687,2,207,2422 +"94458",23012,54523,3,207,1935 +"94459",23012,83729,3,207,406 +"94460",23015,687,3,1362,1664 +"94461",23015,900,3,1362,2726 +"94462",23015,1108,3,1362,1600 +"94463",23015,2668,3,1362,1529 +"94464",23015,3271,3,1362,2216 +"94465",23015,5317,3,1362,2063 +"94466",23015,6821,3,1362,1788 +"94467",23015,7785,3,1362,2441 +"94468",23015,9552,2,1362,1947 +"94469",23015,10239,3,1362,2032 +"94470",23015,14586,2,1362,2801 +"94471",23015,16437,3,1362,1956 +"94472",23015,16482,3,1362,1958 +"94473",23015,16776,3,1362,1565 +"94474",23015,19516,3,1362,2313 +"94475",23015,19605,3,1362,2395 +"94476",23015,20321,3,1362,1596 +"94477",23015,26124,3,1362,2356 +"94478",23015,28051,3,1362,2089 +"94479",23015,28893,3,1362,2764 +"94480",23015,28896,3,1362,1395 +"94481",23015,30618,3,1362,1609 +"94482",23015,31541,3,1362,1500 +"94483",23015,31856,3,1362,2630 +"94484",23015,32532,3,1362,2338 +"94485",23015,35797,3,1362,2482 +"94486",23015,36031,3,1362,2342 +"94487",23015,37752,2,1362,2223 +"94488",23015,38373,3,1362,1928 +"94489",23015,38676,3,1362,2286 +"94490",23015,39443,2,1362,2277 +"94491",23015,39875,1,1362,2422 +"94492",23015,41187,3,1362,2340 +"94493",23015,47968,3,1362,2829 +"94494",23015,48215,3,1362,2028 +"94495",23015,55438,3,1362,2863 +"94496",23015,57067,3,1362,2547 +"94497",23015,57180,3,1362,2703 +"94498",23015,57356,3,1362,2476 +"94499",23015,59039,3,1362,2870 +"94500",23015,59485,3,1362,1564 +"94501",23015,60258,3,1362,2405 +"94502",23015,65188,3,1362,2213 +"94503",23015,66978,1,1362,1536 +"94504",23015,69788,3,1362,2007 +"94505",23015,72438,3,1362,1397 +"94506",23015,77077,3,1362,2693 +"94507",23015,77377,3,1362,1487 +"94508",23015,90745,3,1362,1994 +"94509",23015,98058,3,1362,1891 +"94510",23043,4634,3,1109,2291 +"94511",23043,6040,2,1109,2103 +"94512",23043,7257,1,1109,1915 +"94513",23043,9656,3,1109,1135 +"94514",23043,9783,2,1109,1275 +"94515",23043,10250,3,1109,1606 +"94516",23043,14490,3,1109,2291 +"94517",23043,20709,3,1109,1757 +"94518",23043,21753,3,1109,1838 +"94519",23043,22932,1,1109,2469 +"94520",23043,42574,3,1109,2842 +"94521",23043,47882,2,1109,2769 +"94522",23043,50083,2,1109,1275 +"94523",23043,55742,2,1109,2006 +"94524",23043,58711,1,1109,2746 +"94525",23043,67150,2,1109,2633 +"94526",23043,78227,1,1109,1745 +"94527",23043,78611,2,1109,1586 +"94528",23043,95653,3,1109,1440 +"94529",23043,108151,2,1109,2377 +"94530",23059,25,3,131,2762 +"94531",23059,360,3,131,1671 +"94532",23059,457,1,131,1704 +"94533",23059,952,3,131,1991 +"94534",23059,1044,3,131,880 +"94535",23059,1102,3,131,2282 +"94536",23059,1175,3,131,1642 +"94537",23059,2143,3,131,1174 +"94538",23059,3265,3,131,214 +"94539",23059,4705,3,131,1714 +"94540",23059,4889,3,131,1501 +"94541",23059,5580,3,131,2111 +"94542",23059,6047,3,131,2004 +"94543",23059,6074,3,131,2426 +"94544",23059,6162,3,131,1673 +"94545",23059,6296,3,131,148 +"94546",23059,6449,3,131,1997 +"94547",23059,6740,3,131,2699 +"94548",23059,8192,1,131,1670 +"94549",23059,8274,3,131,1909 +"94550",23059,8376,2,131,1670 +"94551",23059,8866,3,131,1545 +"94552",23059,8888,3,131,1328 +"94553",23059,8910,3,131,1054 +"94554",23059,9175,2,131,2639 +"94555",23059,9654,3,131,2111 +"94556",23059,11516,3,131,1937 +"94557",23059,12304,3,131,439 +"94558",23059,12374,3,131,2260 +"94559",23059,12432,2,131,1816 +"94560",23059,12449,2,131,2067 +"94561",23059,13869,2,131,1786 +"94562",23059,14616,3,131,385 +"94563",23059,14959,3,131,2898 +"94564",23059,14972,3,131,2332 +"94565",23059,14983,3,131,1047 +"94566",23059,15632,3,131,1242 +"94567",23059,15813,3,131,2143 +"94568",23059,17938,3,131,1410 +"94569",23059,18277,3,131,2309 +"94570",23059,18394,3,131,2356 +"94571",23059,19096,3,131,1538 +"94572",23059,19963,3,131,810 +"94573",23059,20486,2,131,1908 +"94574",23059,20588,3,131,912 +"94575",23059,21012,3,131,2325 +"94576",23059,22537,3,131,436 +"94577",23059,22885,3,131,1702 +"94578",23059,23011,3,131,2763 +"94579",23059,24066,2,131,1755 +"94580",23059,24558,2,131,2139 +"94581",23059,25577,3,131,1946 +"94582",23059,26595,3,131,1566 +"94583",23059,26671,2,131,2279 +"94584",23059,29948,3,131,2795 +"94585",23059,30405,3,131,2164 +"94586",23059,31003,3,131,1859 +"94587",23059,32017,3,131,577 +"94588",23059,32899,3,131,1369 +"94589",23059,34836,3,131,2302 +"94590",23059,35516,3,131,1229 +"94591",23059,36427,3,131,544 +"94592",23059,37800,2,131,604 +"94593",23059,39189,3,131,2319 +"94594",23059,39271,3,131,399 +"94595",23059,39865,3,131,849 +"94596",23059,40072,3,131,1182 +"94597",23059,41108,3,131,1624 +"94598",23059,44188,2,131,1609 +"94599",23059,44306,3,131,1036 +"94600",23059,44949,3,131,324 +"94601",23059,45239,3,131,2535 +"94602",23059,46469,3,131,759 +"94603",23059,46596,3,131,1942 +"94604",23059,48215,3,131,2028 +"94605",23059,48274,3,131,1979 +"94606",23059,49512,2,131,1302 +"94607",23059,50134,3,131,2674 +"94608",23059,53323,3,131,2677 +"94609",23059,53608,3,131,1986 +"94610",23059,56082,3,131,2395 +"94611",23059,57348,3,131,687 +"94612",23059,57353,2,131,1849 +"94613",23059,59939,3,131,936 +"94614",23059,60855,3,131,2272 +"94615",23059,62903,3,131,1704 +"94616",23059,67726,3,131,2873 +"94617",23059,72598,2,131,805 +"94618",23059,73197,3,131,1998 +"94619",23059,74910,3,131,653 +"94620",23059,78092,3,131,430 +"94621",23059,79322,3,131,2770 +"94622",23059,79403,3,131,977 +"94623",23059,82730,3,131,1492 +"94624",23059,85290,3,131,376 +"94625",23059,88126,3,131,1027 +"94626",23059,91579,3,131,2510 +"94627",23059,91841,3,131,1521 +"94628",23059,91912,3,131,790 +"94629",23059,94545,3,131,790 +"94630",23059,95036,3,131,380 +"94631",23059,101652,3,131,270 +"94632",23059,106466,2,131,953 +"94633",23059,108107,2,131,1704 +"94634",23059,112435,2,131,456 +"94635",23059,116478,3,131,293 +"94636",23059,117080,3,131,2357 +"94637",23076,669,3,410,1423 +"94638",23076,6241,3,410,2264 +"94639",23076,8866,3,410,1545 +"94640",23076,8961,2,410,507 +"94641",23076,9702,3,410,1928 +"94642",23076,10859,3,410,2231 +"94643",23076,21682,3,410,2414 +"94644",23076,24405,3,410,1443 +"94645",23076,27173,3,410,2050 +"94646",23076,35069,3,410,2069 +"94647",23076,35854,3,410,1676 +"94648",23076,39278,2,410,1952 +"94649",23076,47362,3,410,2253 +"94650",23076,53342,3,410,2071 +"94651",23076,68939,3,410,1051 +"94652",23076,88455,3,410,2388 +"94653",23076,89965,3,410,810 +"94654",23098,9362,3,2300,2879 +"94655",23098,17480,3,2300,2316 +"94656",23098,19744,2,2300,2623 +"94657",23098,20331,3,2300,2365 +"94658",23098,30697,2,2300,2891 +"94659",23098,30827,3,2300,2323 +"94660",23098,36609,3,2300,2918 +"94661",23098,45618,3,2300,2356 +"94662",23112,4567,3,1192,2348 +"94663",23112,5346,3,1192,1438 +"94664",23112,7506,2,1192,2371 +"94665",23112,12272,3,1192,2371 +"94666",23112,15207,3,1192,1855 +"94667",23112,17768,3,1192,2468 +"94668",23112,22543,3,1192,1594 +"94669",23112,28627,2,1192,2694 +"94670",23112,44135,3,1192,2620 +"94671",23112,44759,3,1192,2419 +"94672",23112,55076,3,1192,2408 +"94673",23112,60624,3,1192,1570 +"94674",23112,69250,2,1192,1439 +"94675",23112,86343,3,1192,1643 +"94676",23112,94520,3,1192,1243 +"94677",23112,99557,3,1192,1703 +"94678",23112,109635,3,1192,1925 +"94679",23121,2093,3,2108,2459 +"94680",23121,3628,3,2108,2707 +"94681",23121,11067,3,2108,2734 +"94682",23121,14655,3,2108,2559 +"94683",23121,21734,3,2108,2528 +"94684",23121,23471,3,2108,2488 +"94685",23121,26765,3,2108,2790 +"94686",23121,36031,3,2108,2342 +"94687",23121,46385,3,2108,2225 +"94688",23121,55468,3,2108,2511 +"94689",23121,75607,2,2108,2245 +"94690",23121,83838,3,2108,2263 +"94691",23126,4526,3,904,1728 +"94692",23126,8354,3,904,1705 +"94693",23126,10473,3,904,1783 +"94694",23126,23277,2,904,1267 +"94695",23126,26336,3,904,1904 +"94696",23126,79432,3,904,1708 +"94697",23131,160,2,1732,2007 +"94698",23131,680,3,1732,2569 +"94699",23131,841,3,1732,2964 +"94700",23131,1523,2,1732,2048 +"94701",23131,2057,3,1732,1965 +"94702",23131,2190,3,1732,2359 +"94703",23131,2747,2,1732,2411 +"94704",23131,3127,3,1732,2273 +"94705",23131,3477,2,1732,2546 +"94706",23131,3978,3,1732,2775 +"94707",23131,4303,2,1732,2414 +"94708",23131,4612,3,1732,2804 +"94709",23131,4668,3,1732,1919 +"94710",23131,4669,3,1732,2395 +"94711",23131,4831,3,1732,2365 +"94712",23131,4932,3,1732,2752 +"94713",23131,4983,3,1732,1909 +"94714",23131,6063,3,1732,2349 +"94715",23131,6989,2,1732,2623 +"94716",23131,7252,3,1732,2799 +"94717",23131,7337,3,1732,1797 +"94718",23131,7785,3,1732,2441 +"94719",23131,7942,3,1732,2623 +"94720",23131,8568,3,1732,2706 +"94721",23131,8610,3,1732,2240 +"94722",23131,9035,3,1732,2771 +"94723",23131,9503,2,1732,2453 +"94724",23131,9703,3,1732,1845 +"94725",23131,9787,2,1732,2858 +"94726",23131,10050,3,1732,1792 +"94727",23131,10473,3,1732,1783 +"94728",23131,10739,3,1732,1807 +"94729",23131,10754,3,1732,1797 +"94730",23131,11253,3,1732,2577 +"94731",23131,11588,3,1732,2352 +"94732",23131,11648,3,1732,2852 +"94733",23131,11990,3,1732,1909 +"94734",23131,12948,3,1732,2669 +"94735",23131,14749,3,1732,1998 +"94736",23131,14817,2,1732,2110 +"94737",23131,14959,3,1732,2898 +"94738",23131,15826,3,1732,2772 +"94739",23131,16286,3,1732,2470 +"94740",23131,16539,3,1732,1947 +"94741",23131,17037,3,1732,2947 +"94742",23131,17351,3,1732,2036 +"94743",23131,17645,2,1732,1918 +"94744",23131,18005,3,1732,2449 +"94745",23131,18421,3,1732,2457 +"94746",23131,19208,3,1732,2629 +"94747",23131,19334,3,1732,1979 +"94748",23131,19433,3,1732,2504 +"94749",23131,19934,3,1732,2888 +"94750",23131,20984,3,1732,2502 +"94751",23131,21209,3,1732,2184 +"94752",23131,21281,3,1732,1922 +"94753",23131,21684,3,1732,1971 +"94754",23131,21815,3,1732,2032 +"94755",23131,22244,3,1732,2139 +"94756",23131,23206,1,1732,2805 +"94757",23131,24069,3,1732,2697 +"94758",23131,25163,3,1732,1751 +"94759",23131,25373,3,1732,2783 +"94760",23131,27320,3,1732,2378 +"94761",23131,27390,3,1732,2425 +"94762",23131,27742,2,1732,2700 +"94763",23131,27908,3,1732,2576 +"94764",23131,27914,3,1732,2507 +"94765",23131,28837,3,1732,2286 +"94766",23131,28869,2,1732,2425 +"94767",23131,28893,3,1732,2764 +"94768",23131,29311,3,1732,1849 +"94769",23131,29473,3,1732,2602 +"94770",23131,29825,3,1732,2603 +"94771",23131,30368,3,1732,2487 +"94772",23131,30525,1,1732,1964 +"94773",23131,31335,3,1732,2351 +"94774",23131,31866,3,1732,2101 +"94775",23131,31868,3,1732,1993 +"94776",23131,32110,3,1732,2224 +"94777",23131,33223,3,1732,2397 +"94778",23131,35728,3,1732,2017 +"94779",23131,36953,3,1732,2790 +"94780",23131,39062,3,1732,2020 +"94781",23131,40572,3,1732,2666 +"94782",23131,41633,3,1732,1976 +"94783",23131,41694,3,1732,2358 +"94784",23131,41723,3,1732,2101 +"94785",23131,42813,3,1732,2142 +"94786",23131,44433,3,1732,2224 +"94787",23131,44603,3,1732,2748 +"94788",23131,45729,3,1732,2606 +"94789",23131,45869,3,1732,2840 +"94790",23131,46384,3,1732,2285 +"94791",23131,46486,2,1732,1868 +"94792",23131,47595,3,1732,2374 +"94793",23131,50585,3,1732,2414 +"94794",23131,52815,3,1732,2323 +"94795",23131,54775,3,1732,2383 +"94796",23131,55482,3,1732,1866 +"94797",23131,56995,3,1732,2323 +"94798",23131,57765,3,1732,2893 +"94799",23131,58501,2,1732,2613 +"94800",23131,58655,3,1732,2685 +"94801",23131,63477,3,1732,1907 +"94802",23131,70583,3,1732,2615 +"94803",23131,70656,3,1732,2771 +"94804",23131,77052,3,1732,2770 +"94805",23131,77611,3,1732,1795 +"94806",23131,81545,3,1732,2077 +"94807",23131,91942,2,1732,2216 +"94808",23132,455,2,2756,2827 +"94809",23132,18151,3,2756,2962 +"94810",23132,30052,3,2756,2855 +"94811",23132,64997,3,2756,2791 +"94812",23139,23319,3,2644,2867 +"94813",23154,1692,3,2345,2443 +"94814",23154,2093,3,2345,2459 +"94815",23154,2446,3,2345,2606 +"94816",23154,2936,3,2345,2512 +"94817",23154,3493,2,2345,2451 +"94818",23154,3770,2,2345,2623 +"94819",23154,10766,2,2345,2647 +"94820",23154,14915,1,2345,2606 +"94821",23154,19655,3,2345,2706 +"94822",23154,24096,3,2345,2612 +"94823",23154,45729,3,2345,2606 +"94824",23154,46261,2,2345,2350 +"94825",23154,51144,3,2345,2466 +"94826",23154,92297,3,2345,2952 +"94827",23158,3152,3,659,1621 +"94828",23158,4730,3,659,2131 +"94829",23158,4775,3,659,1500 +"94830",23158,6133,3,659,1229 +"94831",23158,7433,3,659,2255 +"94832",23158,8478,3,659,984 +"94833",23158,9506,3,659,1012 +"94834",23158,14626,3,659,2175 +"94835",23158,21741,2,659,1574 +"94836",23158,30404,2,659,1810 +"94837",23158,34162,3,659,2336 +"94838",23158,45730,2,659,2063 +"94839",23158,52185,3,659,1012 +"94840",23158,72426,3,659,2902 +"94841",23158,77397,3,659,1302 +"94842",23158,78768,3,659,841 +"94843",23158,91631,3,659,1899 +"94844",23159,377,3,1548,2389 +"94845",23159,449,3,1548,1950 +"94846",23159,468,3,1548,1966 +"94847",23159,803,3,1548,1666 +"94848",23159,1090,3,1548,2370 +"94849",23159,1196,3,1548,1986 +"94850",23159,1226,2,1548,2353 +"94851",23159,1321,3,1548,2075 +"94852",23159,1386,2,1548,1901 +"94853",23159,2195,2,1548,2139 +"94854",23159,2712,2,1548,1881 +"94855",23159,3164,3,1548,2693 +"94856",23159,3961,3,1548,2426 +"94857",23159,3966,3,1548,2425 +"94858",23159,4253,3,1548,1890 +"94859",23159,4932,3,1548,2752 +"94860",23159,4953,3,1548,2285 +"94861",23159,5350,3,1548,2522 +"94862",23159,5429,3,1548,1991 +"94863",23159,5622,3,1548,2175 +"94864",23159,5984,2,1548,1675 +"94865",23159,5986,2,1548,1721 +"94866",23159,6044,3,1548,2744 +"94867",23159,6047,3,1548,2004 +"94868",23159,6162,3,1548,1673 +"94869",23159,6417,2,1548,1675 +"94870",23159,8274,3,1548,1909 +"94871",23159,8327,3,1548,2527 +"94872",23159,9928,3,1548,2345 +"94873",23159,10358,3,1548,2294 +"94874",23159,10717,2,1548,1938 +"94875",23159,10857,3,1548,2253 +"94876",23159,10871,3,1548,2314 +"94877",23159,11218,2,1548,2292 +"94878",23159,11966,2,1548,2385 +"94879",23159,12035,3,1548,2721 +"94880",23159,12042,2,1548,2345 +"94881",23159,13311,3,1548,2315 +"94882",23159,14032,3,1548,2144 +"94883",23159,15301,2,1548,2308 +"94884",23159,16352,2,1548,2657 +"94885",23159,17400,3,1548,2231 +"94886",23159,17413,3,1548,2230 +"94887",23159,17943,3,1548,1943 +"94888",23159,17997,3,1548,1621 +"94889",23159,18348,3,1548,1711 +"94890",23159,18874,3,1548,2170 +"94891",23159,19718,3,1548,1702 +"94892",23159,20067,3,1548,2390 +"94893",23159,20292,3,1548,2755 +"94894",23159,21138,3,1548,2849 +"94895",23159,21571,2,1548,2755 +"94896",23159,21682,3,1548,2414 +"94897",23159,22566,3,1548,2308 +"94898",23159,23310,3,1548,2371 +"94899",23159,23806,3,1548,1671 +"94900",23159,24146,3,1548,2003 +"94901",23159,24169,3,1548,1663 +"94902",23159,24648,2,1548,1833 +"94903",23159,24825,3,1548,2686 +"94904",23159,25325,3,1548,2963 +"94905",23159,26080,2,1548,2525 +"94906",23159,26366,3,1548,1688 +"94907",23159,26608,3,1548,2329 +"94908",23159,26818,3,1548,1999 +"94909",23159,28168,3,1548,2702 +"94910",23159,28296,3,1548,2944 +"94911",23159,29930,3,1548,2240 +"94912",23159,30081,3,1548,2403 +"94913",23159,30504,3,1548,1573 +"94914",23159,32567,2,1548,2784 +"94915",23159,32694,3,1548,1602 +"94916",23159,32919,3,1548,2321 +"94917",23159,33981,3,1548,1993 +"94918",23159,34327,3,1548,2959 +"94919",23159,34735,2,1548,2767 +"94920",23159,35529,3,1548,1620 +"94921",23159,35926,3,1548,2371 +"94922",23159,36962,3,1548,2861 +"94923",23159,37333,3,1548,1612 +"94924",23159,39294,3,1548,1889 +"94925",23159,40432,3,1548,1956 +"94926",23159,40493,3,1548,1981 +"94927",23159,41972,2,1548,2509 +"94928",23159,42619,2,1548,2017 +"94929",23159,44151,3,1548,1796 +"94930",23159,44521,3,1548,1593 +"94931",23159,45684,3,1548,2200 +"94932",23159,47248,3,1548,2883 +"94933",23159,47386,3,1548,2226 +"94934",23159,49110,3,1548,2938 +"94935",23159,50236,3,1548,2339 +"94936",23159,51017,3,1548,2073 +"94937",23159,51052,3,1548,2784 +"94938",23159,53134,2,1548,1590 +"94939",23159,54020,3,1548,1578 +"94940",23159,54551,3,1548,2348 +"94941",23159,54879,3,1548,2210 +"94942",23159,54929,2,1548,2783 +"94943",23159,56604,3,1548,1919 +"94944",23159,57977,3,1548,2683 +"94945",23159,58384,3,1548,1637 +"94946",23159,69260,3,1548,1698 +"94947",23159,76666,3,1548,1908 +"94948",23159,81349,3,1548,1958 +"94949",23179,5315,3,1675,2631 +"94950",23179,5515,3,1675,2385 +"94951",23179,67150,3,1675,2633 +"94952",23206,9787,3,2805,2858 +"94953",23216,1136,3,2424,2536 +"94954",23216,27753,3,2424,2750 +"94955",23216,60661,3,2424,2700 +"94956",23216,64997,3,2424,2791 +"94957",23223,1639,3,2094,2631 +"94958",23223,7508,3,2094,2396 +"94959",23223,7677,3,2094,2338 +"94960",23223,7984,2,2094,2493 +"94961",23223,10871,3,2094,2314 +"94962",23223,11477,3,2094,2724 +"94963",23223,13479,3,2094,2155 +"94964",23223,23725,3,2094,2378 +"94965",23223,24591,3,2094,2528 +"94966",23223,26749,3,2094,2965 +"94967",23223,33949,3,2094,2489 +"94968",23223,36031,3,2094,2342 +"94969",23223,37238,3,2094,2609 +"94970",23223,45290,3,2094,2731 +"94971",23223,50134,3,2094,2674 +"94972",23223,54929,3,2094,2783 +"94973",23223,57549,3,2094,2335 +"94974",23223,59539,3,2094,2429 +"94975",23224,14754,3,2372,2456 +"94976",23224,23591,2,2372,2831 +"94977",23232,6113,3,884,1678 +"94978",23232,6162,2,884,1673 +"94979",23232,6982,3,884,2034 +"94980",23232,9311,3,884,2477 +"94981",23232,9702,3,884,1928 +"94982",23232,10843,3,884,2277 +"94983",23232,15626,3,884,2434 +"94984",23232,16881,3,884,925 +"94985",23232,17938,3,884,1410 +"94986",23232,19637,3,884,1229 +"94987",23232,20494,3,884,1075 +"94988",23232,20588,1,884,912 +"94989",23232,21448,1,884,2332 +"94990",23232,22311,3,884,2034 +"94991",23232,23869,3,884,1918 +"94992",23232,24286,3,884,1280 +"94993",23232,24721,3,884,2326 +"94994",23232,26408,2,884,1545 +"94995",23232,26595,3,884,1566 +"94996",23232,27261,3,884,1368 +"94997",23232,33356,3,884,1586 +"94998",23232,33433,3,884,2805 +"94999",23232,35516,3,884,1229 +"95000",23232,35888,3,884,2291 +"95001",23232,38755,3,884,2902 +"95002",23232,39534,3,884,2410 +"95003",23232,44188,3,884,1609 +"95004",23232,44306,3,884,1036 +"95005",23232,46091,3,884,1938 +"95006",23232,46803,3,884,2305 +"95007",23232,50382,3,884,2244 +"95008",23232,53342,3,884,2071 +"95009",23232,54879,3,884,2210 +"95010",23232,59113,3,884,2434 +"95011",23232,62538,3,884,1656 +"95012",23232,62903,3,884,1704 +"95013",23232,73197,2,884,1998 +"95014",23232,76470,3,884,887 +"95015",23232,77010,2,884,2639 +"95016",23232,79403,3,884,977 +"95017",23232,90789,3,884,1218 +"95018",23232,93102,3,884,1174 +"95019",23246,4032,3,1168,1763 +"95020",23246,7450,2,1168,2827 +"95021",23246,8865,3,1168,2394 +"95022",23246,12067,3,1168,1213 +"95023",23246,14558,3,1168,1585 +"95024",23246,14817,3,1168,2110 +"95025",23246,19433,3,1168,2504 +"95026",23246,22578,3,1168,2216 +"95027",23246,29267,3,1168,1234 +"95028",23246,31700,3,1168,2727 +"95029",23246,37937,2,1168,1320 +"95030",23246,39062,2,1168,2020 +"95031",23246,47595,3,1168,2374 +"95032",23246,72535,3,1168,1191 +"95033",23246,87958,2,1168,1234 +"95034",23257,270,2,113,2542 +"95035",23257,307,3,113,2530 +"95036",23257,380,3,113,2261 +"95037",23257,457,2,113,1704 +"95038",23257,555,3,113,552 +"95039",23257,601,3,113,702 +"95040",23257,1102,3,113,2282 +"95041",23257,1124,2,113,1596 +"95042",23257,1427,3,113,324 +"95043",23257,1428,2,113,742 +"95044",23257,2057,3,113,1965 +"95045",23257,2111,3,113,1904 +"95046",23257,2424,3,113,2582 +"95047",23257,2572,3,113,2273 +"95048",23257,3305,3,113,2839 +"95049",23257,3306,2,113,1989 +"95050",23257,3493,3,113,2451 +"95051",23257,3896,3,113,2693 +"95052",23257,3961,3,113,2426 +"95053",23257,4226,3,113,1903 +"95054",23257,4289,3,113,1921 +"95055",23257,4360,3,113,1770 +"95056",23257,4701,3,113,2401 +"95057",23257,4790,3,113,1025 +"95058",23257,4791,3,113,1184 +"95059",23257,4821,3,113,1938 +"95060",23257,5072,3,113,2175 +"95061",23257,5235,3,113,2324 +"95062",23257,5315,3,113,2631 +"95063",23257,5346,3,113,1438 +"95064",23257,5350,3,113,2522 +"95065",23257,5405,3,113,1510 +"95066",23257,5520,3,113,217 +"95067",23257,5580,2,113,2111 +"95068",23257,5599,3,113,1684 +"95069",23257,5622,3,113,2175 +"95070",23257,5716,3,113,1058 +"95071",23257,5971,2,113,1985 +"95072",23257,5984,3,113,1675 +"95073",23257,5986,2,113,1721 +"95074",23257,6047,1,113,2004 +"95075",23257,6052,3,113,1985 +"95076",23257,6074,3,113,2426 +"95077",23257,6222,3,113,1949 +"95078",23257,6264,3,113,749 +"95079",23257,6366,3,113,798 +"95080",23257,6417,3,113,1675 +"95081",23257,6588,2,113,2025 +"95082",23257,6602,3,113,1631 +"95083",23257,6718,3,113,2138 +"95084",23257,7234,3,113,2654 +"95085",23257,7475,3,113,1284 +"95086",23257,7555,3,113,1943 +"95087",23257,7616,3,113,2296 +"95088",23257,7627,3,113,1543 +"95089",23257,8192,3,113,1670 +"95090",23257,8376,3,113,1670 +"95091",23257,8888,3,113,1328 +"95092",23257,9175,3,113,2639 +"95093",23257,9200,3,113,787 +"95094",23257,9511,3,113,1232 +"95095",23257,9615,3,113,2464 +"95096",23257,9654,1,113,2111 +"95097",23257,9805,3,113,1621 +"95098",23257,9928,3,113,2345 +"95099",23257,9950,3,113,920 +"95100",23257,10358,3,113,2294 +"95101",23257,10481,3,113,740 +"95102",23257,10488,2,113,1524 +"95103",23257,10523,3,113,1510 +"95104",23257,10576,2,113,974 +"95105",23257,10717,3,113,1938 +"95106",23257,10857,3,113,2253 +"95107",23257,10939,3,113,1376 +"95108",23257,11168,2,113,1223 +"95109",23257,11218,3,113,2292 +"95110",23257,11229,3,113,1625 +"95111",23257,11540,3,113,1237 +"95112",23257,11576,2,113,808 +"95113",23257,11817,2,113,600 +"95114",23257,12042,3,113,2345 +"95115",23257,12310,3,113,1337 +"95116",23257,12374,3,113,2260 +"95117",23257,12692,3,113,1855 +"95118",23257,12724,3,113,1930 +"95119",23257,12728,3,113,2374 +"95120",23257,12729,3,113,1835 +"95121",23257,12828,3,113,799 +"95122",23257,13307,2,113,2206 +"95123",23257,13311,3,113,2315 +"95124",23257,13388,3,113,2119 +"95125",23257,13967,3,113,1354 +"95126",23257,13979,3,113,1559 +"95127",23257,14032,2,113,2144 +"95128",23257,14656,3,113,584 +"95129",23257,14676,3,113,2764 +"95130",23257,15003,3,113,2067 +"95131",23257,15005,3,113,1415 +"95132",23257,15118,3,113,1311 +"95133",23257,15207,3,113,1855 +"95134",23257,15309,3,113,2820 +"95135",23257,15402,3,113,1281 +"95136",23257,15700,2,113,1712 +"95137",23257,15799,3,113,1917 +"95138",23257,15990,3,113,593 +"95139",23257,16053,2,113,908 +"95140",23257,16120,3,113,1237 +"95141",23257,16352,3,113,2657 +"95142",23257,16539,3,113,1947 +"95143",23257,16826,3,113,2599 +"95144",23257,16959,3,113,888 +"95145",23257,17400,3,113,2231 +"95146",23257,17493,3,113,561 +"95147",23257,18005,3,113,2449 +"95148",23257,18103,3,113,1968 +"95149",23257,18152,3,113,1314 +"95150",23257,18361,3,113,2968 +"95151",23257,18393,3,113,860 +"95152",23257,18394,2,113,2356 +"95153",23257,18550,3,113,483 +"95154",23257,18874,3,113,2170 +"95155",23257,19621,3,113,725 +"95156",23257,19637,3,113,1229 +"95157",23257,19862,3,113,2412 +"95158",23257,20067,2,113,2390 +"95159",23257,20070,3,113,1914 +"95160",23257,20124,3,113,2376 +"95161",23257,20271,3,113,2044 +"95162",23257,20311,3,113,1981 +"95163",23257,20486,3,113,1908 +"95164",23257,20732,3,113,2401 +"95165",23257,21012,3,113,2325 +"95166",23257,21138,3,113,2849 +"95167",23257,21198,3,113,935 +"95168",23257,21693,3,113,2176 +"95169",23257,21706,3,113,1988 +"95170",23257,21755,3,113,817 +"95171",23257,21929,2,113,2062 +"95172",23257,22197,3,113,2271 +"95173",23257,22282,3,113,1418 +"95174",23257,22326,3,113,2818 +"95175",23257,22362,3,113,1836 +"95176",23257,22415,3,113,2841 +"95177",23257,22722,3,113,1233 +"95178",23257,23011,1,113,2763 +"95179",23257,23059,2,113,131 +"95180",23257,23310,3,113,2371 +"95181",23257,23492,3,113,1067 +"95182",23257,23508,3,113,1907 +"95183",23257,23509,3,113,2275 +"95184",23257,23526,2,113,1998 +"95185",23257,23715,2,113,1859 +"95186",23257,23725,3,113,2378 +"95187",23257,23726,3,113,2434 +"95188",23257,23729,3,113,1624 +"95189",23257,23825,3,113,1913 +"95190",23257,23869,3,113,1918 +"95191",23257,24066,3,113,1755 +"95192",23257,24259,3,113,1281 +"95193",23257,24362,3,113,1287 +"95194",23257,24558,3,113,2139 +"95195",23257,25643,3,113,1646 +"95196",23257,25680,3,113,1618 +"95197",23257,26031,3,113,1397 +"95198",23257,26067,3,113,2069 +"95199",23257,26080,3,113,2525 +"95200",23257,26451,2,113,2133 +"95201",23257,26671,3,113,2279 +"95202",23257,26848,3,113,2363 +"95203",23257,26867,2,113,1804 +"95204",23257,27085,3,113,125 +"95205",23257,27112,3,113,500 +"95206",23257,27205,3,113,966 +"95207",23257,27275,3,113,2656 +"95208",23257,27744,3,113,861 +"95209",23257,27792,3,113,1308 +"95210",23257,27849,2,113,1316 +"95211",23257,28002,3,113,914 +"95212",23257,28130,3,113,908 +"95213",23257,28383,3,113,1222 +"95214",23257,28896,2,113,1395 +"95215",23257,29066,3,113,224 +"95216",23257,29124,3,113,199 +"95217",23257,29705,3,113,607 +"95218",23257,29750,3,113,689 +"95219",23257,29929,2,113,2789 +"95220",23257,29930,3,113,2240 +"95221",23257,29941,3,113,1986 +"95222",23257,29982,3,113,1372 +"95223",23257,30325,2,113,1067 +"95224",23257,30334,3,113,2075 +"95225",23257,30405,2,113,2164 +"95226",23257,31093,3,113,2160 +"95227",23257,31124,3,113,2351 +"95228",23257,31279,3,113,965 +"95229",23257,31307,3,113,2139 +"95230",23257,31700,3,113,2727 +"95231",23257,31705,3,113,2706 +"95232",23257,32017,2,113,577 +"95233",23257,32131,3,113,1035 +"95234",23257,32173,3,113,2341 +"95235",23257,32606,2,113,2100 +"95236",23257,32811,3,113,804 +"95237",23257,32899,2,113,1369 +"95238",23257,32919,3,113,2321 +"95239",23257,33219,3,113,1173 +"95240",23257,33801,3,113,2899 +"95241",23257,33949,3,113,2489 +"95242",23257,33981,3,113,1993 +"95243",23257,34120,3,113,2786 +"95244",23257,34314,3,113,630 +"95245",23257,34735,3,113,2767 +"95246",23257,34836,3,113,2302 +"95247",23257,35041,3,113,1311 +"95248",23257,35095,2,113,1502 +"95249",23257,35529,3,113,1620 +"95250",23257,35673,2,113,1067 +"95251",23257,35752,2,113,1158 +"95252",23257,35815,3,113,2789 +"95253",23257,35926,3,113,2371 +"95254",23257,36031,3,113,2342 +"95255",23257,36554,3,113,1649 +"95256",23257,37376,3,113,432 +"95257",23257,37636,3,113,2178 +"95258",23257,37800,3,113,604 +"95259",23257,37937,3,113,1320 +"95260",23257,38019,3,113,1870 +"95261",23257,38227,3,113,2511 +"95262",23257,38694,3,113,817 +"95263",23257,38973,3,113,1999 +"95264",23257,39294,3,113,1889 +"95265",23257,39563,3,113,486 +"95266",23257,39570,3,113,496 +"95267",23257,39865,3,113,849 +"95268",23257,40028,2,113,1349 +"95269",23257,40072,3,113,1182 +"95270",23257,40113,2,113,451 +"95271",23257,40186,3,113,199 +"95272",23257,40392,3,113,1878 +"95273",23257,40493,3,113,1981 +"95274",23257,41023,3,113,2408 +"95275",23257,41174,3,113,850 +"95276",23257,41315,3,113,439 +"95277",23257,41598,3,113,2291 +"95278",23257,41832,3,113,1155 +"95279",23257,41955,3,113,2479 +"95280",23257,42687,3,113,1952 +"95281",23257,43051,3,113,904 +"95282",23257,43213,2,113,2160 +"95283",23257,43335,3,113,1412 +"95284",23257,43455,3,113,2846 +"95285",23257,43518,3,113,2680 +"95286",23257,43635,3,113,1196 +"95287",23257,44160,3,113,859 +"95288",23257,44521,3,113,1593 +"95289",23257,44729,3,113,588 +"95290",23257,44819,3,113,2063 +"95291",23257,45136,3,113,877 +"95292",23257,45302,3,113,2390 +"95293",23257,45684,3,113,2200 +"95294",23257,45729,3,113,2606 +"95295",23257,46196,3,113,1510 +"95296",23257,46629,3,113,2255 +"95297",23257,46723,3,113,607 +"95298",23257,46803,3,113,2305 +"95299",23257,47386,3,113,2226 +"95300",23257,47435,3,113,878 +"95301",23257,48035,3,113,2180 +"95302",23257,48215,1,113,2028 +"95303",23257,48260,3,113,875 +"95304",23257,48435,3,113,528 +"95305",23257,49046,3,113,255 +"95306",23257,49084,3,113,168 +"95307",23257,49186,2,113,1289 +"95308",23257,50134,3,113,2674 +"95309",23257,50179,3,113,2230 +"95310",23257,50219,3,113,756 +"95311",23257,50235,3,113,726 +"95312",23257,50236,2,113,2339 +"95313",23257,51017,3,113,2073 +"95314",23257,51613,3,113,2795 +"95315",23257,51647,3,113,1382 +"95316",23257,51783,3,113,2599 +"95317",23257,51866,3,113,2411 +"95318",23257,52136,2,113,1412 +"95319",23257,52345,2,113,1430 +"95320",23257,52576,3,113,2234 +"95321",23257,52735,3,113,1124 +"95322",23257,53252,3,113,637 +"95323",23257,53303,2,113,1376 +"95324",23257,53475,3,113,2853 +"95325",23257,54100,3,113,1327 +"95326",23257,54383,2,113,397 +"95327",23257,54551,3,113,2348 +"95328",23257,54929,3,113,2783 +"95329",23257,55468,2,113,2511 +"95330",23257,55691,3,113,2856 +"95331",23257,56082,1,113,2395 +"95332",23257,56237,3,113,2625 +"95333",23257,57150,3,113,1196 +"95334",23257,57414,3,113,922 +"95335",23257,57710,2,113,411 +"95336",23257,58133,3,113,1484 +"95337",23257,58284,3,113,2292 +"95338",23257,58508,3,113,2326 +"95339",23257,58530,3,113,298 +"95340",23257,59539,3,113,2429 +"95341",23257,59646,3,113,456 +"95342",23257,59677,3,113,1174 +"95343",23257,59939,2,113,936 +"95344",23257,60280,3,113,1918 +"95345",23257,61719,3,113,1515 +"95346",23257,61982,3,113,2725 +"95347",23257,62308,3,113,487 +"95348",23257,62488,3,113,1418 +"95349",23257,63395,3,113,2334 +"95350",23257,64233,3,113,152 +"95351",23257,64947,3,113,2489 +"95352",23257,65884,3,113,798 +"95353",23257,67726,1,113,2873 +"95354",23257,67763,3,113,822 +"95355",23257,67805,3,113,1338 +"95356",23257,68801,3,113,116 +"95357",23257,70724,3,113,496 +"95358",23257,70838,2,113,687 +"95359",23257,70854,3,113,635 +"95360",23257,70996,3,113,1037 +"95361",23257,71479,2,113,482 +"95362",23257,71971,3,113,1294 +"95363",23257,72188,3,113,856 +"95364",23257,72207,2,113,2430 +"95365",23257,72326,3,113,2384 +"95366",23257,72956,3,113,1251 +"95367",23257,73136,2,113,328 +"95368",23257,74318,3,113,632 +"95369",23257,74681,2,113,837 +"95370",23257,74730,3,113,535 +"95371",23257,75403,2,113,1895 +"95372",23257,75948,3,113,1006 +"95373",23257,76284,3,113,1237 +"95374",23257,76356,3,113,2323 +"95375",23257,76396,3,113,1731 +"95376",23257,76905,3,113,298 +"95377",23257,77305,3,113,965 +"95378",23257,78569,3,113,578 +"95379",23257,78784,3,113,2824 +"95380",23257,79322,3,113,2770 +"95381",23257,79436,3,113,1344 +"95382",23257,79657,3,113,1260 +"95383",23257,79804,3,113,2227 +"95384",23257,80242,3,113,569 +"95385",23257,82730,1,113,1492 +"95386",23257,82747,3,113,1496 +"95387",23257,82949,3,113,2077 +"95388",23257,83434,3,113,850 +"95389",23257,85685,3,113,998 +"95390",23257,86245,3,113,1972 +"95391",23257,86978,3,113,2733 +"95392",23257,87048,3,113,989 +"95393",23257,87692,3,113,775 +"95394",23257,89047,3,113,877 +"95395",23257,90573,3,113,878 +"95396",23257,90768,3,113,2123 +"95397",23257,90802,3,113,877 +"95398",23257,91912,2,113,790 +"95399",23257,92220,3,113,607 +"95400",23257,92254,3,113,517 +"95401",23257,92817,3,113,569 +"95402",23257,93344,3,113,196 +"95403",23257,94138,3,113,1939 +"95404",23257,94520,3,113,1243 +"95405",23257,96938,3,113,127 +"95406",23257,97160,3,113,1215 +"95407",23257,97498,3,113,2346 +"95408",23257,99444,2,113,408 +"95409",23257,100140,2,113,1041 +"95410",23257,100670,3,113,525 +"95411",23257,101395,3,113,891 +"95412",23257,103524,3,113,991 +"95413",23257,106466,3,113,953 +"95414",23257,108107,3,113,1704 +"95415",23257,109663,2,113,545 +"95416",23257,111955,3,113,504 +"95417",23257,111971,3,113,1032 +"95418",23257,112435,3,113,456 +"95419",23257,112437,3,113,513 +"95420",23257,116478,3,113,293 +"95421",23257,117679,3,113,535 +"95422",23257,120549,3,113,708 +"95423",23257,121422,3,113,850 +"95424",23268,854,3,2258,2307 +"95425",23268,2484,3,2258,2389 +"95426",23268,14586,3,2258,2801 +"95427",23268,15444,2,2258,2764 +"95428",23268,17027,3,2258,2772 +"95429",23268,20067,3,2258,2390 +"95430",23268,20162,3,2258,2328 +"95431",23268,20732,3,2258,2401 +"95432",23268,23726,3,2258,2434 +"95433",23268,50667,3,2258,2719 +"95434",23268,64699,3,2258,2797 +"95435",23277,2057,3,1267,1965 +"95436",23277,2407,3,1267,1725 +"95437",23277,2524,3,1267,1708 +"95438",23277,3255,3,1267,2504 +"95439",23277,3284,3,1267,1541 +"95440",23277,4526,3,1267,1728 +"95441",23277,4669,3,1267,2395 +"95442",23277,6697,3,1267,2438 +"95443",23277,8354,1,1267,1705 +"95444",23277,8610,3,1267,2240 +"95445",23277,8777,2,1267,1620 +"95446",23277,9484,3,1267,1429 +"95447",23277,9504,3,1267,2549 +"95448",23277,9723,3,1267,2302 +"95449",23277,10453,3,1267,1656 +"95450",23277,10473,1,1267,1783 +"95451",23277,10739,3,1267,1807 +"95452",23277,11136,3,1267,2573 +"95453",23277,13099,3,1267,1547 +"95454",23277,13150,3,1267,1570 +"95455",23277,13920,3,1267,1709 +"95456",23277,14761,3,1267,2502 +"95457",23277,14817,3,1267,2110 +"95458",23277,16796,3,1267,1892 +"95459",23277,16850,3,1267,1657 +"95460",23277,16866,3,1267,2718 +"95461",23277,18102,3,1267,1642 +"95462",23277,18865,3,1267,2676 +"95463",23277,18965,3,1267,2315 +"95464",23277,19215,3,1267,2604 +"95465",23277,19655,3,1267,2706 +"95466",23277,22580,3,1267,2245 +"95467",23277,22709,3,1267,2743 +"95468",23277,25745,3,1267,2403 +"95469",23277,27908,2,1267,2576 +"95470",23277,28081,3,1267,1927 +"95471",23277,28094,3,1267,1423 +"95472",23277,30368,3,1267,2487 +"95473",23277,30486,3,1267,1269 +"95474",23277,32606,3,1267,2100 +"95475",23277,34659,3,1267,1924 +"95476",23277,37120,3,1267,2622 +"95477",23277,38259,3,1267,2258 +"95478",23277,38333,3,1267,1365 +"95479",23277,38373,3,1267,1928 +"95480",23277,39062,3,1267,2020 +"95481",23277,39135,3,1267,2489 +"95482",23277,39534,2,1267,2410 +"95483",23277,42280,3,1267,2266 +"95484",23277,47595,3,1267,2374 +"95485",23277,47654,3,1267,1664 +"95486",23277,47965,3,1267,2232 +"95487",23277,47968,3,1267,2829 +"95488",23277,49347,2,1267,2504 +"95489",23277,51265,3,1267,2670 +"95490",23277,51879,3,1267,1771 +"95491",23277,54718,3,1267,2473 +"95492",23277,56094,3,1267,2343 +"95493",23277,59039,3,1267,2870 +"95494",23277,59610,3,1267,2448 +"95495",23277,61337,3,1267,2777 +"95496",23277,63395,3,1267,2334 +"95497",23277,66717,3,1267,2104 +"95498",23277,68789,3,1267,1929 +"95499",23277,71531,3,1267,2887 +"95500",23277,72438,3,1267,1397 +"95501",23277,81164,3,1267,2260 +"95502",23277,87509,3,1267,1907 +"95503",23277,93930,2,1267,1268 +"95504",23277,100432,3,1267,1358 +"95505",23277,111375,3,1267,2686 +"95506",23280,750,3,536,1327 +"95507",23280,1036,3,536,1367 +"95508",23280,1355,3,536,2473 +"95509",23280,1397,3,536,1225 +"95510",23280,1639,3,536,2631 +"95511",23280,2077,3,536,610 +"95512",23280,2370,3,536,1600 +"95513",23280,3164,3,536,2693 +"95514",23280,3306,3,536,1989 +"95515",23280,3946,3,536,1172 +"95516",23280,4723,2,536,1314 +"95517",23280,5429,3,536,1991 +"95518",23280,6208,3,536,2361 +"95519",23280,6577,3,536,1951 +"95520",23280,6996,3,536,2916 +"95521",23280,7013,3,536,2040 +"95522",23280,7180,3,536,2227 +"95523",23280,7196,3,536,1508 +"95524",23280,7508,3,536,2396 +"95525",23280,7984,2,536,2493 +"95526",23280,8258,3,536,1959 +"95527",23280,8913,3,536,968 +"95528",23280,9893,2,536,2701 +"95529",23280,10370,3,536,2224 +"95530",23280,11055,3,536,2111 +"95531",23280,11477,2,536,2724 +"95532",23280,11912,3,536,889 +"95533",23280,12122,3,536,1385 +"95534",23280,13801,3,536,2041 +"95535",23280,14669,2,536,2080 +"95536",23280,14972,3,536,2332 +"95537",23280,15003,3,536,2067 +"95538",23280,15401,3,536,1999 +"95539",23280,15700,3,536,1712 +"95540",23280,16455,3,536,946 +"95541",23280,16725,3,536,2830 +"95542",23280,16801,3,536,2008 +"95543",23280,17502,3,536,869 +"95544",23280,18211,3,536,1745 +"95545",23280,19892,3,536,1212 +"95546",23280,20292,3,536,2755 +"95547",23280,21198,3,536,935 +"95548",23280,21401,3,536,1440 +"95549",23280,21706,3,536,1988 +"95550",23280,21920,3,536,2367 +"95551",23280,23223,2,536,2094 +"95552",23280,23319,3,536,2867 +"95553",23280,24793,3,536,1993 +"95554",23280,25241,3,536,1233 +"95555",23280,25443,3,536,1441 +"95556",23280,25950,3,536,1618 +"95557",23280,26749,3,536,2965 +"95558",23280,27480,3,536,582 +"95559",23280,28635,3,536,2368 +"95560",23280,28784,3,536,1579 +"95561",23280,31950,3,536,2217 +"95562",23280,32988,3,536,2008 +"95563",23280,33949,3,536,2489 +"95564",23280,35738,3,536,2448 +"95565",23280,38219,3,536,1689 +"95566",23280,38467,3,536,1259 +"95567",23280,39627,1,536,546 +"95568",23280,40893,3,536,1116 +"95569",23280,42864,3,536,1151 +"95570",23280,43902,3,536,1726 +"95571",23280,44089,2,536,1632 +"95572",23280,45290,3,536,2731 +"95573",23280,45449,3,536,1610 +"95574",23280,46680,3,536,1690 +"95575",23280,52203,2,536,1961 +"95576",23280,53293,2,536,2916 +"95577",23280,53859,2,536,1817 +"95578",23280,54695,3,536,2429 +"95579",23280,55128,3,536,2257 +"95580",23280,55493,2,536,869 +"95581",23280,56082,3,536,2395 +"95582",23280,57549,1,536,2335 +"95583",23280,58414,3,536,880 +"95584",23280,60552,3,536,855 +"95585",23280,61921,2,536,1793 +"95586",23280,63030,3,536,2251 +"95587",23280,65155,3,536,1947 +"95588",23280,68215,3,536,2727 +"95589",23280,71342,3,536,1289 +"95590",23280,71756,3,536,1202 +"95591",23280,72956,3,536,1251 +"95592",23280,76564,3,536,996 +"95593",23280,77001,3,536,1440 +"95594",23280,79211,3,536,1590 +"95595",23280,79639,3,536,1013 +"95596",23280,82270,3,536,1641 +"95597",23280,82747,3,536,1496 +"95598",23280,83526,3,536,1235 +"95599",23280,85784,2,536,1142 +"95600",23280,85949,3,536,1132 +"95601",23280,88887,3,536,1161 +"95602",23280,90852,3,536,764 +"95603",23280,92366,3,536,1434 +"95604",23280,94444,2,536,1554 +"95605",23280,95309,1,536,687 +"95606",23280,99215,2,536,2791 +"95607",23280,105887,3,536,615 +"95608",23282,5346,3,1225,1438 +"95609",23282,13671,3,1225,1371 +"95610",23282,15207,3,1225,1855 +"95611",23282,45664,3,1225,2235 +"95612",23282,49069,2,1225,1694 +"95613",23282,80942,2,1225,1240 +"95614",23282,94520,3,1225,1243 +"95615",23301,1196,3,1611,1986 +"95616",23301,3714,3,1611,2605 +"95617",23301,4403,3,1611,2416 +"95618",23301,12684,3,1611,2182 +"95619",23301,14669,3,1611,2080 +"95620",23301,14772,3,1611,2386 +"95621",23301,15343,2,1611,2125 +"95622",23301,17967,2,1611,2125 +"95623",23301,21417,3,1611,2422 +"95624",23301,46602,3,1611,2786 +"95625",23301,55691,3,1611,2856 +"95626",23301,68215,2,1611,2727 +"95627",23301,73266,3,1611,2496 +"95628",23302,24610,1,2677,2733 +"95629",23302,54819,3,2677,2782 +"95630",23310,3961,3,2371,2426 +"95631",23310,5315,2,2371,2631 +"95632",23310,5350,3,2371,2522 +"95633",23310,6044,3,2371,2744 +"95634",23310,10779,3,2371,2881 +"95635",23310,11966,3,2371,2385 +"95636",23310,12035,3,2371,2721 +"95637",23310,15309,3,2371,2820 +"95638",23310,16352,2,2371,2657 +"95639",23310,19027,3,2371,2721 +"95640",23310,20067,3,2371,2390 +"95641",23310,21571,3,2371,2755 +"95642",23310,26080,1,2371,2525 +"95643",23310,28168,3,2371,2702 +"95644",23310,30081,3,2371,2403 +"95645",23310,32567,3,2371,2784 +"95646",23310,34735,3,2371,2767 +"95647",23310,39516,3,2371,2393 +"95648",23310,41955,2,2371,2479 +"95649",23310,41972,2,2371,2509 +"95650",23310,47248,3,2371,2883 +"95651",23310,49110,3,2371,2938 +"95652",23310,54929,3,2371,2783 +"95653",23310,56082,3,2371,2395 +"95654",23310,73305,3,2371,2544 +"95655",23310,82732,3,2371,2810 +"95656",23312,1315,2,2449,2760 +"95657",23312,44654,3,2449,2916 +"95658",23312,44676,3,2449,2629 +"95659",23330,388,3,448,1594 +"95660",23330,2802,3,448,1836 +"95661",23330,3100,3,448,2524 +"95662",23330,3786,3,448,2282 +"95663",23330,4144,3,448,1520 +"95664",23330,4660,2,448,2149 +"95665",23330,4831,3,448,2365 +"95666",23330,5346,3,448,1438 +"95667",23330,5673,1,448,1567 +"95668",23330,6071,3,448,2310 +"95669",23330,6078,2,448,498 +"95670",23330,6562,3,448,1139 +"95671",23330,6877,3,448,867 +"95672",23330,9050,3,448,2026 +"95673",23330,9727,3,448,2327 +"95674",23330,9912,3,448,1356 +"95675",23330,10488,3,448,1524 +"95676",23330,11135,2,448,2441 +"95677",23330,12031,3,448,1957 +"95678",23330,12481,3,448,1086 +"95679",23330,15094,3,448,978 +"95680",23330,15207,3,448,1855 +"95681",23330,15502,2,448,2637 +"95682",23330,15916,3,448,1236 +"95683",23330,16593,3,448,1139 +"95684",23330,16833,3,448,1661 +"95685",23330,18550,3,448,483 +"95686",23330,19687,3,448,2072 +"95687",23330,19972,3,448,2078 +"95688",23330,20088,3,448,1677 +"95689",23330,20413,3,448,806 +"95690",23330,20517,3,448,1465 +"95691",23330,21620,2,448,1056 +"95692",23330,21895,2,448,1693 +"95693",23330,23398,2,448,896 +"95694",23330,23639,3,448,2065 +"95695",23330,23731,2,448,1656 +"95696",23330,23975,3,448,2143 +"95697",23330,24109,3,448,504 +"95698",23330,24116,3,448,1413 +"95699",23330,25139,3,448,816 +"95700",23330,25270,3,448,985 +"95701",23330,25286,3,448,1545 +"95702",23330,25451,3,448,698 +"95703",23330,25886,3,448,1580 +"95704",23330,26567,3,448,1158 +"95705",23330,27686,3,448,2844 +"95706",23330,27882,3,448,1897 +"95707",23330,29495,3,448,1612 +"95708",23330,29534,3,448,1199 +"95709",23330,33363,3,448,2475 +"95710",23330,34334,3,448,1637 +"95711",23330,36487,1,448,2622 +"95712",23330,36662,3,448,2967 +"95713",23330,37766,3,448,520 +"95714",23330,39044,3,448,470 +"95715",23330,39577,2,448,1728 +"95716",23330,39999,3,448,1593 +"95717",23330,40113,3,448,451 +"95718",23330,40715,3,448,2258 +"95719",23330,41051,3,448,2767 +"95720",23330,41180,2,448,1556 +"95721",23330,42195,3,448,573 +"95722",23330,44074,2,448,1299 +"95723",23330,45487,3,448,2256 +"95724",23330,47130,2,448,2654 +"95725",23330,47375,3,448,2043 +"95726",23330,48764,3,448,860 +"95727",23330,51448,2,448,1593 +"95728",23330,51678,3,448,1077 +"95729",23330,55436,3,448,2513 +"95730",23330,56212,3,448,1410 +"95731",23330,56673,3,448,2419 +"95732",23330,57067,3,448,2547 +"95733",23330,61513,1,448,2948 +"95734",23330,61980,3,448,2392 +"95735",23330,63641,3,448,2337 +"95736",23330,65223,3,448,2724 +"95737",23330,65522,3,448,1572 +"95738",23330,65591,3,448,928 +"95739",23330,66267,3,448,1278 +"95740",23330,66717,3,448,2104 +"95741",23330,67763,2,448,822 +"95742",23330,68670,3,448,565 +"95743",23330,68971,3,448,2019 +"95744",23330,72535,3,448,1191 +"95745",23330,77666,3,448,1372 +"95746",23330,79025,3,448,1473 +"95747",23330,79236,3,448,1505 +"95748",23330,80784,3,448,1738 +"95749",23330,81134,3,448,1384 +"95750",23330,83133,2,448,1055 +"95751",23330,92947,1,448,1289 +"95752",23330,93317,3,448,1223 +"95753",23330,94399,3,448,963 +"95754",23330,94520,3,448,1243 +"95755",23330,95661,3,448,872 +"95756",23330,96007,3,448,895 +"95757",23330,99288,3,448,983 +"95758",23330,100586,3,448,2966 +"95759",23330,104659,3,448,2026 +"95760",23330,111128,3,448,1234 +"95761",23330,114769,2,448,1108 +"95762",23330,115194,3,448,604 +"95763",23338,16590,3,105,1123 +"95764",23338,28899,3,105,376 +"95765",23338,49921,2,105,496 +"95766",23364,843,3,2306,2332 +"95767",23364,2724,3,2306,2447 +"95768",23364,7787,2,2306,2314 +"95769",23364,17480,3,2306,2316 +"95770",23364,33363,3,2306,2475 +"95771",23364,47882,3,2306,2769 +"95772",23364,51843,3,2306,2389 +"95773",23364,52950,3,2306,2716 +"95774",23364,54385,3,2306,2340 +"95775",23382,10002,3,803,1788 +"95776",23382,15821,3,803,2456 +"95777",23382,24085,3,803,1253 +"95778",23382,24195,3,803,1575 +"95779",23382,24866,2,803,2103 +"95780",23382,47534,3,803,2712 +"95781",23382,53530,2,803,2380 +"95782",23395,6718,3,1948,2138 +"95783",23395,9624,3,1948,2398 +"95784",23395,20407,3,1948,2339 +"95785",23395,36439,3,1948,2469 +"95786",23395,47772,3,1948,2293 +"95787",23395,58508,3,1948,2326 +"95788",23395,79322,3,1948,2770 +"95789",23395,82949,2,1948,2077 +"95790",23398,4660,2,896,2149 +"95791",23398,4831,2,896,2365 +"95792",23398,5414,3,896,2321 +"95793",23398,5673,3,896,1567 +"95794",23398,6119,3,896,2358 +"95795",23398,6432,3,896,2297 +"95796",23398,7206,3,896,1959 +"95797",23398,13150,3,896,1570 +"95798",23398,27686,3,896,2844 +"95799",23398,27882,2,896,1897 +"95800",23398,29825,3,896,2603 +"95801",23398,36487,1,896,2622 +"95802",23398,39418,3,896,1978 +"95803",23398,39589,3,896,1292 +"95804",23398,39999,3,896,1593 +"95805",23398,43961,3,896,2443 +"95806",23398,44074,1,896,1299 +"95807",23398,47375,3,896,2043 +"95808",23398,59683,3,896,2068 +"95809",23398,61513,3,896,2948 +"95810",23398,62712,3,896,2884 +"95811",23398,63641,3,896,2337 +"95812",23398,65522,3,896,1572 +"95813",23398,66717,3,896,2104 +"95814",23398,68971,3,896,2019 +"95815",23398,72535,3,896,1191 +"95816",23398,77595,3,896,1622 +"95817",23398,79420,3,896,1061 +"95818",23398,82341,3,896,1515 +"95819",23398,89538,3,896,1847 +"95820",23398,92947,3,896,1289 +"95821",23398,99194,3,896,1271 +"95822",23398,107292,3,896,1667 +"95823",23403,206,3,607,1986 +"95824",23403,312,2,607,2038 +"95825",23403,489,3,607,2652 +"95826",23403,1036,3,607,1367 +"95827",23403,1090,3,607,2370 +"95828",23403,1092,3,607,1945 +"95829",23403,1321,3,607,2075 +"95830",23403,1592,2,607,2006 +"95831",23403,1676,3,607,1198 +"95832",23403,1691,3,607,1941 +"95833",23403,2011,3,607,2176 +"95834",23403,2143,3,607,1174 +"95835",23403,2166,3,607,2557 +"95836",23403,2533,3,607,2016 +"95837",23403,2684,2,607,2874 +"95838",23403,2798,3,607,1673 +"95839",23403,3163,3,607,2020 +"95840",23403,3628,3,607,2707 +"95841",23403,3801,3,607,1974 +"95842",23403,3863,3,607,856 +"95843",23403,4707,3,607,2588 +"95844",23403,5258,3,607,2730 +"95845",23403,5429,3,607,1991 +"95846",23403,5839,3,607,2301 +"95847",23403,5849,3,607,2404 +"95848",23403,5971,3,607,1985 +"95849",23403,6252,3,607,2336 +"95850",23403,6264,3,607,749 +"95851",23403,6390,3,607,2385 +"95852",23403,6697,3,607,2438 +"95853",23403,6877,3,607,867 +"95854",23403,7013,3,607,2040 +"95855",23403,8762,3,607,2585 +"95856",23403,8866,3,607,1545 +"95857",23403,8888,3,607,1328 +"95858",23403,9272,3,607,2835 +"95859",23403,10523,3,607,1510 +"95860",23403,11055,2,607,2111 +"95861",23403,11351,2,607,2971 +"95862",23403,11620,3,607,2010 +"95863",23403,14108,3,607,2012 +"95864",23403,14731,3,607,2012 +"95865",23403,18361,3,607,2968 +"95866",23403,18502,3,607,1033 +"95867",23403,18543,3,607,2968 +"95868",23403,19248,3,607,2357 +"95869",23403,19332,3,607,1214 +"95870",23403,19516,3,607,2313 +"95871",23403,19718,3,607,1702 +"95872",23403,19937,3,607,1587 +"95873",23403,20311,2,607,1981 +"95874",23403,20407,3,607,2339 +"95875",23403,21133,3,607,1320 +"95876",23403,21682,3,607,2414 +"95877",23403,21706,3,607,1988 +"95878",23403,22141,3,607,2348 +"95879",23403,22165,3,607,1501 +"95880",23403,22554,3,607,620 +"95881",23403,22586,3,607,1341 +"95882",23403,24753,3,607,2860 +"95883",23403,25241,3,607,1233 +"95884",23403,26608,3,607,2329 +"95885",23403,26867,3,607,1804 +"95886",23403,27501,3,607,1981 +"95887",23403,27849,3,607,1316 +"95888",23403,28056,3,607,1505 +"95889",23403,28432,3,607,1954 +"95890",23403,28808,3,607,1063 +"95891",23403,29750,3,607,689 +"95892",23403,30411,2,607,630 +"95893",23403,31691,3,607,1657 +"95894",23403,31700,3,607,2727 +"95895",23403,33621,3,607,1319 +"95896",23403,33622,3,607,2230 +"95897",23403,33801,3,607,2899 +"95898",23403,34314,3,607,630 +"95899",23403,34907,3,607,1945 +"95900",23403,36087,3,607,2755 +"95901",23403,37509,3,607,1640 +"95902",23403,37937,3,607,1320 +"95903",23403,38213,3,607,1744 +"95904",23403,39746,3,607,1361 +"95905",23403,40028,3,607,1349 +"95906",23403,41085,3,607,637 +"95907",23403,42619,3,607,2017 +"95908",23403,43635,3,607,1196 +"95909",23403,44427,3,607,2875 +"95910",23403,44521,3,607,1593 +"95911",23403,46621,3,607,1343 +"95912",23403,46680,3,607,1690 +"95913",23403,46951,3,607,2429 +"95914",23403,47585,2,607,794 +"95915",23403,49301,3,607,1894 +"95916",23403,49620,3,607,1868 +"95917",23403,50236,3,607,2339 +"95918",23403,51041,3,607,2606 +"95919",23403,52136,3,607,1412 +"95920",23403,52327,3,607,1472 +"95921",23403,53303,3,607,1376 +"95922",23403,53789,3,607,2681 +"95923",23403,54695,3,607,2429 +"95924",23403,55155,2,607,2333 +"95925",23403,56082,3,607,2395 +"95926",23403,56116,3,607,1321 +"95927",23403,57990,3,607,978 +"95928",23403,61785,3,607,822 +"95929",23403,66241,3,607,2351 +"95930",23403,69447,3,607,1197 +"95931",23403,70838,3,607,687 +"95932",23403,70854,3,607,635 +"95933",23403,72956,3,607,1251 +"95934",23403,74636,3,607,2525 +"95935",23403,75025,2,607,717 +"95936",23403,79364,3,607,834 +"95937",23403,79436,3,607,1344 +"95938",23403,79657,3,607,1260 +"95939",23403,82787,3,607,1144 +"95940",23403,88232,3,607,2881 +"95941",23403,91912,3,607,790 +"95942",23403,92491,3,607,1968 +"95943",23403,97275,3,607,731 +"95944",23403,100432,3,607,1358 +"95945",23403,106555,3,607,1626 +"95946",23403,108430,3,607,1642 +"95947",23430,323,3,904,1706 +"95948",23430,380,3,904,2261 +"95949",23430,782,2,904,945 +"95950",23430,843,3,904,2332 +"95951",23430,1102,3,904,2282 +"95952",23430,2484,3,904,2389 +"95953",23430,3271,2,904,2216 +"95954",23430,4144,3,904,1520 +"95955",23430,4350,3,904,1392 +"95956",23430,5568,2,904,1290 +"95957",23430,7337,3,904,1797 +"95958",23430,7604,3,904,1366 +"95959",23430,7785,3,904,2441 +"95960",23430,8607,3,904,1685 +"95961",23430,8866,3,904,1545 +"95962",23430,9272,2,904,2835 +"95963",23430,10222,3,904,2212 +"95964",23430,10870,3,904,1755 +"95965",23430,10914,3,904,1660 +"95966",23430,11432,3,904,1593 +"95967",23430,11506,3,904,2824 +"95968",23430,14654,3,904,1692 +"95969",23430,14655,3,904,2559 +"95970",23430,16296,3,904,2626 +"95971",23430,16384,3,904,1320 +"95972",23430,16437,3,904,1956 +"95973",23430,17812,3,904,2705 +"95974",23430,17841,3,904,1700 +"95975",23430,18319,3,904,1439 +"95976",23430,18943,3,904,2861 +"95977",23430,18978,3,904,952 +"95978",23430,19075,3,904,2214 +"95979",23430,19232,3,904,917 +"95980",23430,20321,3,904,1596 +"95981",23430,21198,3,904,935 +"95982",23430,27379,2,904,2461 +"95983",23430,27686,3,904,2844 +"95984",23430,28432,3,904,1954 +"95985",23430,30486,3,904,1269 +"95986",23430,31164,3,904,1996 +"95987",23430,31338,3,904,917 +"95988",23430,31700,3,904,2727 +"95989",23430,31856,3,904,2630 +"95990",23430,32449,3,904,2091 +"95991",23430,32532,3,904,2338 +"95992",23430,32678,2,904,1439 +"95993",23430,33285,3,904,1327 +"95994",23430,35911,3,904,2370 +"95995",23430,37026,3,904,1428 +"95996",23430,37752,3,904,2223 +"95997",23430,37937,3,904,1320 +"95998",23430,38219,3,904,1689 +"95999",23430,38780,3,904,2705 +"96000",23430,39439,3,904,2462 +"96001",23430,39444,3,904,2695 +"96002",23430,41953,1,904,945 +"96003",23430,43173,3,904,2895 +"96004",23430,43226,2,904,2442 +"96005",23430,45874,3,904,944 +"96006",23430,47534,3,904,2712 +"96007",23430,47889,3,904,992 +"96008",23430,48110,2,904,2009 +"96009",23430,51035,3,904,2397 +"96010",23430,51410,3,904,2739 +"96011",23430,53091,3,904,1134 +"96012",23430,53445,3,904,2028 +"96013",23430,55320,3,904,1643 +"96014",23430,55892,2,904,1234 +"96015",23430,56338,3,904,1818 +"96016",23430,57804,3,904,2214 +"96017",23430,57990,3,904,978 +"96018",23430,58508,2,904,2326 +"96019",23430,59039,3,904,2870 +"96020",23430,61245,2,904,955 +"96021",23430,66911,3,904,1920 +"96022",23430,69335,2,904,2698 +"96023",23430,70433,3,904,2639 +"96024",23430,76511,3,904,1250 +"96025",23430,79653,3,904,2683 +"96026",23430,80301,2,904,1690 +"96027",23430,80801,3,904,1250 +"96028",23430,82039,3,904,1327 +"96029",23430,82226,3,904,1619 +"96030",23430,83161,3,904,1352 +"96031",23430,99288,3,904,983 +"96032",23430,99427,2,904,1706 +"96033",23450,270,3,967,2542 +"96034",23450,380,3,967,2261 +"96035",23450,913,3,967,2144 +"96036",23450,1639,3,967,2631 +"96037",23450,1691,3,967,1941 +"96038",23450,2424,2,967,2582 +"96039",23450,2533,3,967,2016 +"96040",23450,3271,3,967,2216 +"96041",23450,3305,3,967,2839 +"96042",23450,3306,3,967,1989 +"96043",23450,3801,3,967,1974 +"96044",23450,4790,2,967,1025 +"96045",23450,4791,3,967,1184 +"96046",23450,5622,3,967,2175 +"96047",23450,6363,3,967,2066 +"96048",23450,8073,3,967,1847 +"96049",23450,8529,3,967,1205 +"96050",23450,9272,3,967,2835 +"96051",23450,9311,3,967,2477 +"96052",23450,9364,2,967,1698 +"96053",23450,9702,3,967,1928 +"96054",23450,10513,2,967,2284 +"96055",23450,10857,3,967,2253 +"96056",23450,10874,3,967,1891 +"96057",23450,11006,3,967,1950 +"96058",23450,12728,3,967,2374 +"96059",23450,12863,3,967,2027 +"96060",23450,15813,3,967,2143 +"96061",23450,16201,3,967,1811 +"96062",23450,16332,3,967,2668 +"96063",23450,16940,2,967,1290 +"96064",23450,17376,3,967,1202 +"96065",23450,17931,3,967,1617 +"96066",23450,19204,3,967,1753 +"96067",23450,19248,3,967,2357 +"96068",23450,19719,2,967,2177 +"96069",23450,20124,3,967,2376 +"96070",23450,20287,3,967,1099 +"96071",23450,20311,3,967,1981 +"96072",23450,20407,3,967,2339 +"96073",23450,20975,2,967,1305 +"96074",23450,21197,2,967,1437 +"96075",23450,21285,2,967,2100 +"96076",23450,21693,3,967,2176 +"96077",23450,22282,2,967,1418 +"96078",23450,22326,3,967,2818 +"96079",23450,22362,3,967,1836 +"96080",23450,22586,3,967,1341 +"96081",23450,23395,3,967,1948 +"96082",23450,23492,3,967,1067 +"96083",23450,23729,3,967,1624 +"96084",23450,24612,3,967,1875 +"96085",23450,24755,3,967,1319 +"96086",23450,25577,3,967,1946 +"96087",23450,26471,2,967,1061 +"96088",23450,26524,3,967,982 +"96089",23450,26749,2,967,2965 +"96090",23450,27175,3,967,1447 +"96091",23450,27275,3,967,2656 +"96092",23450,27390,3,967,2425 +"96093",23450,27694,3,967,2030 +"96094",23450,27849,3,967,1316 +"96095",23450,28015,3,967,1624 +"96096",23450,29962,3,967,2201 +"96097",23450,30052,3,967,2855 +"96098",23450,31050,3,967,1491 +"96099",23450,31530,3,967,1661 +"96100",23450,32601,3,967,1033 +"96101",23450,33949,3,967,2489 +"96102",23450,34836,3,967,2302 +"96103",23450,35095,3,967,1502 +"96104",23450,35529,3,967,1620 +"96105",23450,36439,3,967,2469 +"96106",23450,38019,2,967,1870 +"96107",23450,38780,3,967,2705 +"96108",23450,43226,3,967,2442 +"96109",23450,43385,2,967,1623 +"96110",23450,43455,3,967,2846 +"96111",23450,46629,3,967,2255 +"96112",23450,47362,3,967,2253 +"96113",23450,47772,2,967,2293 +"96114",23450,48110,3,967,2009 +"96115",23450,48414,3,967,1749 +"96116",23450,49512,3,967,1302 +"96117",23450,50685,3,967,2008 +"96118",23450,51017,3,967,2073 +"96119",23450,51022,3,967,1499 +"96120",23450,51035,3,967,2397 +"96121",23450,52058,3,967,1836 +"96122",23450,52576,2,967,2234 +"96123",23450,53323,3,967,2677 +"96124",23450,54305,3,967,1222 +"96125",23450,54551,3,967,2348 +"96126",23450,55082,3,967,1856 +"96127",23450,55139,2,967,2323 +"96128",23450,55438,3,967,2863 +"96129",23450,55468,3,967,2511 +"96130",23450,55862,3,967,2123 +"96131",23450,56317,2,967,2030 +"96132",23450,56340,2,967,2060 +"96133",23450,58078,3,967,1252 +"96134",23450,58508,2,967,2326 +"96135",23450,58652,3,967,1437 +"96136",23450,61982,3,967,2725 +"96137",23450,62841,3,967,2710 +"96138",23450,65007,3,967,2530 +"96139",23450,66860,3,967,1548 +"96140",23450,67719,3,967,2429 +"96141",23450,69335,3,967,2698 +"96142",23450,69712,3,967,1219 +"96143",23450,70603,3,967,1002 +"96144",23450,71342,1,967,1289 +"96145",23450,72956,2,967,1251 +"96146",23450,73128,1,967,1549 +"96147",23450,75948,3,967,1006 +"96148",23450,76284,2,967,1237 +"96149",23450,76892,3,967,2381 +"96150",23450,79322,2,967,2770 +"96151",23450,80301,3,967,1690 +"96152",23450,80825,3,967,2315 +"96153",23450,81588,1,967,1568 +"96154",23450,82949,2,967,2077 +"96155",23450,87048,3,967,989 +"96156",23450,94908,3,967,1413 +"96157",23450,98781,3,967,1410 +"96158",23450,100140,3,967,1041 +"96159",23450,111971,3,967,1032 +"96160",23460,854,3,2183,2307 +"96161",23460,1102,3,2183,2282 +"96162",23460,1136,3,2183,2536 +"96163",23460,2572,3,2183,2273 +"96164",23460,4681,3,2183,2356 +"96165",23460,5610,3,2183,2223 +"96166",23460,6192,2,2183,2409 +"96167",23460,6208,3,2183,2361 +"96168",23460,6241,3,2183,2264 +"96169",23460,6491,3,2183,2424 +"96170",23460,7014,3,2183,2401 +"96171",23460,7616,3,2183,2296 +"96172",23460,7847,3,2183,2424 +"96173",23460,8327,3,2183,2527 +"96174",23460,10029,3,2183,2718 +"96175",23460,10836,3,2183,2215 +"96176",23460,10859,3,2183,2231 +"96177",23460,13249,2,2183,2573 +"96178",23460,14655,2,2183,2559 +"96179",23460,14959,3,2183,2898 +"96180",23460,15444,3,2183,2764 +"96181",23460,17354,3,2183,2250 +"96182",23460,18464,3,2183,2312 +"96183",23460,19208,2,2183,2629 +"96184",23460,19516,3,2183,2313 +"96185",23460,19605,2,2183,2395 +"96186",23460,22808,2,2183,2297 +"96187",23460,24753,3,2183,2860 +"96188",23460,26734,3,2183,2299 +"96189",23460,27628,3,2183,2389 +"96190",23460,28592,3,2183,2320 +"96191",23460,29454,2,2183,2719 +"96192",23460,30236,3,2183,2238 +"96193",23460,30981,3,2183,2366 +"96194",23460,31705,3,2183,2706 +"96195",23460,36031,3,2183,2342 +"96196",23460,38732,3,2183,2263 +"96197",23460,41664,3,2183,2641 +"96198",23460,41764,2,2183,2409 +"96199",23460,42129,2,2183,2318 +"96200",23460,42216,3,2183,2722 +"96201",23460,45302,3,2183,2390 +"96202",23460,47362,3,2183,2253 +"96203",23460,47529,3,2183,2914 +"96204",23460,47564,3,2183,2650 +"96205",23460,49334,3,2183,2433 +"96206",23460,50480,2,2183,2701 +"96207",23460,51035,3,2183,2397 +"96208",23460,51610,3,2183,2635 +"96209",23460,55076,3,2183,2408 +"96210",23460,55643,3,2183,2359 +"96211",23460,57544,3,2183,2443 +"96212",23460,59891,3,2183,2706 +"96213",23460,60257,3,2183,2795 +"96214",23460,64997,3,2183,2791 +"96215",23460,65434,3,2183,2866 +"96216",23460,68083,3,2183,2795 +"96217",23460,70046,3,2183,2624 +"96218",23471,26765,2,2488,2790 +"96219",23487,313,3,1658,2271 +"96220",23487,1224,2,1658,2435 +"96221",23487,1321,3,1658,2075 +"96222",23487,1495,3,1658,2046 +"96223",23487,3853,3,1658,2465 +"96224",23487,27478,2,1658,2485 +"96225",23487,46039,3,1658,1794 +"96226",23487,53031,3,1658,2065 +"96227",23487,87074,2,1658,1666 +"96228",23488,2747,2,1523,2411 +"96229",23488,3127,2,1523,2273 +"96230",23488,8860,3,1523,2141 +"96231",23488,8890,2,1523,1955 +"96232",23488,9787,3,1523,2858 +"96233",23488,10754,3,1523,1797 +"96234",23488,10980,3,1523,1974 +"96235",23488,14287,3,1523,1583 +"96236",23488,14998,3,1523,1553 +"96237",23488,15207,3,1523,1855 +"96238",23488,15826,3,1523,2772 +"96239",23488,16501,3,1523,1650 +"96240",23488,16796,2,1523,1892 +"96241",23488,19587,3,1523,1684 +"96242",23488,20512,3,1523,2748 +"96243",23488,23131,3,1523,1732 +"96244",23488,23325,3,1523,2779 +"96245",23488,29286,3,1523,1612 +"96246",23488,30525,3,1523,1964 +"96247",23488,30669,3,1523,1921 +"96248",23488,36953,3,1523,2790 +"96249",23488,40572,2,1523,2666 +"96250",23488,42813,3,1523,2142 +"96251",23488,44433,3,1523,2224 +"96252",23488,44603,3,1523,2748 +"96253",23488,46486,2,1523,1868 +"96254",23488,52483,3,1523,2317 +"96255",23488,61125,3,1523,1673 +"96256",23488,73582,3,1523,2075 +"96257",23488,92850,3,1523,1971 +"96258",23492,14,3,1067,1793 +"96259",23492,270,3,1067,2542 +"96260",23492,360,3,1067,1671 +"96261",23492,380,3,1067,2261 +"96262",23492,449,2,1067,1950 +"96263",23492,470,3,1067,2285 +"96264",23492,765,3,1067,2073 +"96265",23492,1102,3,1067,2282 +"96266",23492,1124,3,1067,1596 +"96267",23492,1175,3,1067,1642 +"96268",23492,1226,3,1067,2353 +"96269",23492,1315,2,1067,2760 +"96270",23492,1495,3,1067,2046 +"96271",23492,1691,3,1067,1941 +"96272",23492,2111,2,1067,1904 +"96273",23492,2195,2,1067,2139 +"96274",23492,2289,3,1067,2389 +"96275",23492,2424,3,1067,2582 +"96276",23492,2533,3,1067,2016 +"96277",23492,2709,3,1067,1673 +"96278",23492,2743,3,1067,1278 +"96279",23492,2766,3,1067,1920 +"96280",23492,3139,2,1067,1656 +"96281",23492,3242,3,1067,1730 +"96282",23492,3306,3,1067,1989 +"96283",23492,3493,3,1067,2451 +"96284",23492,3966,3,1067,2425 +"96285",23492,4191,3,1067,2130 +"96286",23492,4360,2,1067,1770 +"96287",23492,4567,3,1067,2348 +"96288",23492,4763,3,1067,1960 +"96289",23492,5072,2,1067,2175 +"96290",23492,5226,3,1067,1309 +"96291",23492,5258,3,1067,2730 +"96292",23492,5350,3,1067,2522 +"96293",23492,5405,2,1067,1510 +"96294",23492,5622,1,1067,2175 +"96295",23492,5971,3,1067,1985 +"96296",23492,5984,3,1067,1675 +"96297",23492,5986,3,1067,1721 +"96298",23492,6047,3,1067,2004 +"96299",23492,6222,3,1067,1949 +"96300",23492,6363,3,1067,2066 +"96301",23492,6390,3,1067,2385 +"96302",23492,6417,3,1067,1675 +"96303",23492,6588,2,1067,2025 +"96304",23492,7180,2,1067,2227 +"96305",23492,7196,3,1067,1508 +"96306",23492,7234,2,1067,2654 +"96307",23492,7627,3,1067,1543 +"96308",23492,7858,3,1067,1795 +"96309",23492,7984,3,1067,2493 +"96310",23492,8621,3,1067,1681 +"96311",23492,8821,3,1067,2230 +"96312",23492,9106,3,1067,2731 +"96313",23492,9364,2,1067,1698 +"96314",23492,9391,3,1067,1252 +"96315",23492,9634,3,1067,2041 +"96316",23492,9723,3,1067,2302 +"96317",23492,9928,3,1067,2345 +"96318",23492,10358,3,1067,2294 +"96319",23492,10404,3,1067,2062 +"96320",23492,10488,2,1067,1524 +"96321",23492,10513,3,1067,2284 +"96322",23492,10857,1,1067,2253 +"96323",23492,10874,2,1067,1891 +"96324",23492,10890,3,1067,2639 +"96325",23492,11006,3,1067,1950 +"96326",23492,11218,2,1067,2292 +"96327",23492,11229,3,1067,1625 +"96328",23492,11477,2,1067,2724 +"96329",23492,11504,3,1067,1260 +"96330",23492,11966,3,1067,2385 +"96331",23492,12042,3,1067,2345 +"96332",23492,12122,3,1067,1385 +"96333",23492,12310,2,1067,1337 +"96334",23492,12374,3,1067,2260 +"96335",23492,12375,2,1067,1873 +"96336",23492,13248,3,1067,1385 +"96337",23492,13307,3,1067,2206 +"96338",23492,13311,3,1067,2315 +"96339",23492,13479,3,1067,2155 +"96340",23492,14032,3,1067,2144 +"96341",23492,14482,3,1067,1573 +"96342",23492,14507,3,1067,2686 +"96343",23492,15003,3,1067,2067 +"96344",23492,15122,3,1067,1201 +"96345",23492,15184,3,1067,2396 +"96346",23492,15301,3,1067,2308 +"96347",23492,15402,1,1067,1281 +"96348",23492,15700,3,1067,1712 +"96349",23492,16164,3,1067,1184 +"96350",23492,16332,3,1067,2668 +"96351",23492,16352,3,1067,2657 +"96352",23492,16684,3,1067,1657 +"96353",23492,16826,3,1067,2599 +"96354",23492,16863,3,1067,2069 +"96355",23492,16940,3,1067,1290 +"96356",23492,17400,2,1067,2231 +"96357",23492,17704,3,1067,1651 +"96358",23492,17931,3,1067,1617 +"96359",23492,18361,3,1067,2968 +"96360",23492,18394,3,1067,2356 +"96361",23492,18543,3,1067,2968 +"96362",23492,18825,3,1067,1240 +"96363",23492,19027,3,1067,2721 +"96364",23492,19248,3,1067,2357 +"96365",23492,19622,1,1067,2371 +"96366",23492,19719,3,1067,2177 +"96367",23492,19835,3,1067,1135 +"96368",23492,19893,3,1067,1223 +"96369",23492,20124,3,1067,2376 +"96370",23492,20563,3,1067,2267 +"96371",23492,20700,3,1067,2861 +"96372",23492,20824,3,1067,1366 +"96373",23492,20975,3,1067,1305 +"96374",23492,21448,3,1067,2332 +"96375",23492,21571,3,1067,2755 +"96376",23492,22260,3,1067,2137 +"96377",23492,22362,3,1067,1836 +"96378",23492,22403,3,1067,1630 +"96379",23492,23159,3,1067,1548 +"96380",23492,23312,3,1067,2449 +"96381",23492,23526,3,1067,1998 +"96382",23492,23715,3,1067,1859 +"96383",23492,23725,1,1067,2378 +"96384",23492,23729,3,1067,1624 +"96385",23492,24169,3,1067,1663 +"96386",23492,24259,1,1067,1281 +"96387",23492,24648,3,1067,1833 +"96388",23492,24791,3,1067,1833 +"96389",23492,24825,3,1067,2686 +"96390",23492,25622,3,1067,1985 +"96391",23492,25643,2,1067,1646 +"96392",23492,26080,3,1067,2525 +"96393",23492,26366,3,1067,1688 +"96394",23492,26436,3,1067,2489 +"96395",23492,26818,3,1067,1999 +"96396",23492,26848,3,1067,2363 +"96397",23492,26867,3,1067,1804 +"96398",23492,27377,3,1067,1724 +"96399",23492,27427,3,1067,2325 +"96400",23492,27753,3,1067,2750 +"96401",23492,28015,3,1067,1624 +"96402",23492,28190,3,1067,1634 +"96403",23492,28383,3,1067,1222 +"96404",23492,30165,2,1067,1409 +"96405",23492,30405,3,1067,2164 +"96406",23492,30438,3,1067,1617 +"96407",23492,30738,3,1067,1166 +"96408",23492,31093,2,1067,2160 +"96409",23492,31307,3,1067,2139 +"96410",23492,31436,2,1067,2892 +"96411",23492,32567,3,1067,2784 +"96412",23492,32919,3,1067,2321 +"96413",23492,34480,2,1067,2755 +"96414",23492,34492,3,1067,1798 +"96415",23492,34735,3,1067,2767 +"96416",23492,34921,3,1067,2181 +"96417",23492,35752,3,1067,1158 +"96418",23492,35926,2,1067,2371 +"96419",23492,36714,3,1067,2209 +"96420",23492,37108,3,1067,1202 +"96421",23492,37859,2,1067,1999 +"96422",23492,38449,3,1067,1802 +"96423",23492,39294,1,1067,1889 +"96424",23492,39880,3,1067,1620 +"96425",23492,39906,2,1067,2365 +"96426",23492,40028,3,1067,1349 +"96427",23492,40072,3,1067,1182 +"96428",23492,40293,3,1067,1671 +"96429",23492,41625,3,1067,1794 +"96430",23492,42619,3,1067,2017 +"96431",23492,42783,3,1067,2338 +"96432",23492,43213,2,1067,2160 +"96433",23492,43335,3,1067,1412 +"96434",23492,43385,3,1067,1623 +"96435",23492,43455,3,1067,2846 +"96436",23492,44188,2,1067,1609 +"96437",23492,44407,3,1067,2154 +"96438",23492,44521,3,1067,1593 +"96439",23492,44676,3,1067,2629 +"96440",23492,45684,1,1067,2200 +"96441",23492,46039,3,1067,1794 +"96442",23492,46196,2,1067,1510 +"96443",23492,46629,2,1067,2255 +"96444",23492,46883,3,1067,1671 +"96445",23492,47098,3,1067,2057 +"96446",23492,47772,3,1067,2293 +"96447",23492,47857,3,1067,2325 +"96448",23492,48283,3,1067,1290 +"96449",23492,49110,3,1067,2938 +"96450",23492,49608,2,1067,2184 +"96451",23492,50041,3,1067,1565 +"96452",23492,50134,3,1067,2674 +"96453",23492,50236,2,1067,2339 +"96454",23492,50785,3,1067,2877 +"96455",23492,51022,3,1067,1499 +"96456",23492,51041,3,1067,2606 +"96457",23492,51243,3,1067,1389 +"96458",23492,51471,2,1067,1280 +"96459",23492,52136,2,1067,1412 +"96460",23492,52215,3,1067,1908 +"96461",23492,52345,2,1067,1430 +"96462",23492,52789,2,1067,1791 +"96463",23492,53134,2,1067,1590 +"96464",23492,53303,2,1067,1376 +"96465",23492,54551,1,1067,2348 +"96466",23492,54740,3,1067,2750 +"96467",23492,54879,3,1067,2210 +"96468",23492,54929,3,1067,2783 +"96469",23492,56082,2,1067,2395 +"96470",23492,56237,3,1067,2625 +"96471",23492,57150,2,1067,1196 +"96472",23492,57246,2,1067,1873 +"96473",23492,57714,3,1067,1391 +"96474",23492,57760,3,1067,1721 +"96475",23492,58035,3,1067,1646 +"96476",23492,58384,3,1067,1637 +"96477",23492,60280,3,1067,1918 +"96478",23492,61982,3,1067,2725 +"96479",23492,64793,3,1067,2819 +"96480",23492,67383,3,1067,1739 +"96481",23492,67805,3,1067,1338 +"96482",23492,71342,3,1067,1289 +"96483",23492,72207,2,1067,2430 +"96484",23492,72326,3,1067,2384 +"96485",23492,72956,3,1067,1251 +"96486",23492,75028,3,1067,1660 +"96487",23492,75403,2,1067,1895 +"96488",23492,76048,2,1067,2373 +"96489",23492,76081,3,1067,1534 +"96490",23492,76284,1,1067,1237 +"96491",23492,77077,3,1067,2693 +"96492",23492,79322,3,1067,2770 +"96493",23492,80678,3,1067,1595 +"96494",23492,82929,3,1067,2475 +"96495",23492,82949,3,1067,2077 +"96496",23492,83491,3,1067,1200 +"96497",23492,84772,3,1067,1231 +"96498",23492,86245,3,1067,1972 +"96499",23492,87837,2,1067,1987 +"96500",23492,95846,3,1067,1324 +"96501",23492,98781,2,1067,1410 +"96502",23492,99215,3,1067,2791 +"96503",23492,109718,3,1067,1237 +"96504",23493,386,2,706,1553 +"96505",23493,1787,3,706,1707 +"96506",23493,3484,2,706,1515 +"96507",23493,6234,2,706,2654 +"96508",23493,6235,3,706,1585 +"96509",23493,11679,3,706,846 +"96510",23493,11868,3,706,1639 +"96511",23493,16477,3,706,2069 +"96512",23493,20011,3,706,2826 +"96513",23493,22746,3,706,913 +"96514",23493,23771,3,706,1614 +"96515",23493,29775,3,706,2064 +"96516",23493,30194,3,706,2874 +"96517",23493,32841,3,706,1345 +"96518",23493,37454,3,706,1245 +"96519",23493,39723,3,706,778 +"96520",23493,41521,3,706,2069 +"96521",23493,42136,3,706,2551 +"96522",23493,44727,3,706,1227 +"96523",23493,49415,3,706,2654 +"96524",23493,82246,3,706,1538 +"96525",23493,86697,1,706,1985 +"96526",23493,94495,2,706,989 +"96527",23493,96700,3,706,1602 +"96528",23493,97986,3,706,1020 +"96529",23498,2036,3,2398,2483 +"96530",23498,6989,3,2398,2623 +"96531",23498,8760,3,2398,2477 +"96532",23498,14470,3,2398,2632 +"96533",23498,20984,3,2398,2502 +"96534",23498,27390,3,2398,2425 +"96535",23498,29473,3,2398,2602 +"96536",23498,36953,3,2398,2790 +"96537",23498,42407,3,2398,2408 +"96538",23498,68286,3,2398,2442 +"96539",23506,669,3,1172,1423 +"96540",23506,671,2,1172,2328 +"96541",23506,675,3,1172,1686 +"96542",23506,733,3,1172,1653 +"96543",23506,1036,3,1172,1367 +"96544",23506,1046,3,1172,1881 +"96545",23506,1127,3,1172,1188 +"96546",23506,1130,3,1172,1566 +"96547",23506,1136,3,1172,2536 +"96548",23506,1397,3,1172,1225 +"96549",23506,1777,3,1172,1965 +"96550",23506,1897,3,1172,1727 +"96551",23506,2063,2,1172,1278 +"96552",23506,2424,3,1172,2582 +"96553",23506,2743,2,1172,1278 +"96554",23506,2954,3,1172,2727 +"96555",23506,3242,2,1172,1730 +"96556",23506,3830,3,1172,1661 +"96557",23506,4191,3,1172,2130 +"96558",23506,4618,3,1172,2607 +"96559",23506,4687,2,1172,2152 +"96560",23506,4980,2,1172,2093 +"96561",23506,5078,3,1172,2033 +"96562",23506,5457,3,1172,2077 +"96563",23506,5462,3,1172,2374 +"96564",23506,5504,3,1172,2389 +"96565",23506,5621,3,1172,1860 +"96566",23506,5725,3,1172,2789 +"96567",23506,5864,3,1172,1197 +"96568",23506,7245,3,1172,2089 +"96569",23506,8533,3,1172,2251 +"96570",23506,8621,2,1172,1681 +"96571",23506,10404,3,1172,2062 +"96572",23506,10859,3,1172,2231 +"96573",23506,10890,2,1172,2639 +"96574",23506,12724,3,1172,1930 +"96575",23506,15539,3,1172,1929 +"96576",23506,15716,3,1172,1991 +"96577",23506,16164,2,1172,1184 +"96578",23506,17357,3,1172,1536 +"96579",23506,17852,3,1172,2840 +"96580",23506,18151,3,1172,2962 +"96581",23506,19027,3,1172,2721 +"96582",23506,19637,3,1172,1229 +"96583",23506,19868,3,1172,2855 +"96584",23506,20563,2,1172,2267 +"96585",23506,20659,3,1172,1969 +"96586",23506,20700,3,1172,2861 +"96587",23506,20783,3,1172,2414 +"96588",23506,20824,2,1172,1366 +"96589",23506,21911,2,1172,1184 +"96590",23506,22884,3,1172,1608 +"96591",23506,23534,3,1172,1659 +"96592",23506,23704,2,1172,2278 +"96593",23506,24755,3,1172,1319 +"96594",23506,25129,3,1172,2647 +"96595",23506,25341,2,1172,1858 +"96596",23506,25643,2,1172,1646 +"96597",23506,25816,3,1172,2088 +"96598",23506,26282,3,1172,1241 +"96599",23506,26436,2,1172,2489 +"96600",23506,26516,3,1172,2479 +"96601",23506,26570,3,1172,1669 +"96602",23506,27753,3,1172,2750 +"96603",23506,28285,3,1172,2972 +"96604",23506,28892,3,1172,2023 +"96605",23506,29456,3,1172,1182 +"96606",23506,30438,2,1172,1617 +"96607",23506,31000,2,1172,1526 +"96608",23506,31243,3,1172,1355 +"96609",23506,31696,2,1172,1595 +"96610",23506,31799,3,1172,2547 +"96611",23506,33621,3,1172,1319 +"96612",23506,34216,3,1172,2832 +"96613",23506,34492,2,1172,1798 +"96614",23506,34509,3,1172,1973 +"96615",23506,37418,3,1172,2710 +"96616",23506,38449,3,1172,1802 +"96617",23506,40293,2,1172,1671 +"96618",23506,41278,3,1172,1873 +"96619",23506,41402,3,1172,2313 +"96620",23506,45343,3,1172,2360 +"96621",23506,45715,2,1172,2287 +"96622",23506,47857,3,1172,2325 +"96623",23506,47947,3,1172,2681 +"96624",23506,51022,2,1172,1499 +"96625",23506,51410,3,1172,2739 +"96626",23506,51987,3,1172,1397 +"96627",23506,54676,3,1172,1342 +"96628",23506,54740,3,1172,2750 +"96629",23506,55691,3,1172,2856 +"96630",23506,56232,3,1172,1175 +"96631",23506,57977,3,1172,2683 +"96632",23506,58035,2,1172,1646 +"96633",23506,64031,3,1172,1295 +"96634",23506,64793,3,1172,2819 +"96635",23506,64997,3,1172,2791 +"96636",23506,70046,3,1172,2624 +"96637",23506,74095,3,1172,2333 +"96638",23506,80678,3,1172,1595 +"96639",23506,81813,3,1172,1656 +"96640",23506,82767,3,1172,1641 +"96641",23506,99103,3,1172,1470 +"96642",23506,101892,2,1172,1322 +"96643",23508,42,3,1907,2265 +"96644",23508,307,3,1907,2530 +"96645",23508,313,3,1907,2271 +"96646",23508,377,2,1907,2389 +"96647",23508,543,3,1907,2203 +"96648",23508,1224,3,1907,2435 +"96649",23508,1321,3,1907,2075 +"96650",23508,1495,3,1907,2046 +"96651",23508,1616,3,1907,2662 +"96652",23508,1777,3,1907,1965 +"96653",23508,2036,3,1907,2483 +"96654",23508,2484,3,1907,2389 +"96655",23508,3853,3,1907,2465 +"96656",23508,3966,3,1907,2425 +"96657",23508,4057,3,1907,2389 +"96658",23508,4701,2,1907,2401 +"96659",23508,5041,3,1907,2371 +"96660",23508,5078,3,1907,2033 +"96661",23508,5457,3,1907,2077 +"96662",23508,5462,3,1907,2374 +"96663",23508,5504,3,1907,2389 +"96664",23508,7078,3,1907,2344 +"96665",23508,7323,3,1907,2858 +"96666",23508,7555,3,1907,1943 +"96667",23508,8865,3,1907,2394 +"96668",23508,9030,3,1907,1979 +"96669",23508,10148,1,1907,2964 +"96670",23508,11620,3,1907,2010 +"96671",23508,12728,3,1907,2374 +"96672",23508,13732,3,1907,2789 +"96673",23508,13929,3,1907,2693 +"96674",23508,15184,3,1907,2396 +"96675",23508,15539,3,1907,1929 +"96676",23508,15560,2,1907,2257 +"96677",23508,16725,3,1907,2830 +"96678",23508,19528,3,1907,2742 +"96679",23508,20311,2,1907,1981 +"96680",23508,20783,3,1907,2414 +"96681",23508,21193,2,1907,2490 +"96682",23508,23509,3,1907,2275 +"96683",23508,23641,3,1907,1934 +"96684",23508,24146,2,1907,2003 +"96685",23508,24923,3,1907,2785 +"96686",23508,26317,3,1907,2376 +"96687",23508,26451,3,1907,2133 +"96688",23508,26608,3,1907,2329 +"96689",23508,26865,3,1907,2726 +"96690",23508,28216,3,1907,1910 +"96691",23508,29073,3,1907,2328 +"96692",23508,30081,2,1907,2403 +"96693",23508,30906,3,1907,2537 +"96694",23508,31799,3,1907,2547 +"96695",23508,32516,2,1907,2050 +"96696",23508,32939,3,1907,2277 +"96697",23508,33801,3,1907,2899 +"96698",23508,34509,3,1907,1973 +"96699",23508,35256,3,1907,2271 +"96700",23508,36559,3,1907,2473 +"96701",23508,36962,2,1907,2861 +"96702",23508,37570,3,1907,2389 +"96703",23508,41402,3,1907,2313 +"96704",23508,46596,3,1907,1942 +"96705",23508,48820,3,1907,2769 +"96706",23508,50252,3,1907,2001 +"96707",23508,51410,3,1907,2739 +"96708",23508,55468,2,1907,2511 +"96709",23508,55556,3,1907,2075 +"96710",23508,57804,3,1907,2214 +"96711",23508,57977,3,1907,2683 +"96712",23508,66318,3,1907,2803 +"96713",23508,68215,3,1907,2727 +"96714",23508,72207,3,1907,2430 +"96715",23508,82929,3,1907,2475 +"96716",23508,85430,3,1907,2370 +"96717",23508,86799,2,1907,1951 +"96718",23509,270,2,2275,2542 +"96719",23509,307,3,2275,2530 +"96720",23509,2424,3,2275,2582 +"96721",23509,3305,3,2275,2839 +"96722",23509,4701,3,2275,2401 +"96723",23509,5235,3,2275,2324 +"96724",23509,6491,3,2275,2424 +"96725",23509,7616,3,2275,2296 +"96726",23509,9311,3,2275,2477 +"96727",23509,12713,3,2275,2440 +"96728",23509,12728,3,2275,2374 +"96729",23509,13249,3,2275,2573 +"96730",23509,14959,3,2275,2898 +"96731",23509,18394,2,2275,2356 +"96732",23509,19248,2,2275,2357 +"96733",23509,21012,3,2275,2325 +"96734",23509,21104,2,2275,2327 +"96735",23509,22326,3,2275,2818 +"96736",23509,23725,3,2275,2378 +"96737",23509,25305,3,2275,2447 +"96738",23509,26848,3,2275,2363 +"96739",23509,29073,3,2275,2328 +"96740",23509,29095,3,2275,2531 +"96741",23509,30173,3,2275,2404 +"96742",23509,31700,3,2275,2727 +"96743",23509,32173,3,2275,2341 +"96744",23509,33672,2,2275,2396 +"96745",23509,33801,3,2275,2899 +"96746",23509,34480,3,2275,2755 +"96747",23509,39444,3,2275,2695 +"96748",23509,39535,3,2275,2428 +"96749",23509,43455,3,2275,2846 +"96750",23509,43518,3,2275,2680 +"96751",23509,48605,3,2275,2796 +"96752",23509,50118,2,2275,2654 +"96753",23509,50236,3,2275,2339 +"96754",23509,51041,3,2275,2606 +"96755",23509,51319,3,2275,2488 +"96756",23509,55468,2,2275,2511 +"96757",23509,56082,3,2275,2395 +"96758",23509,56237,3,2275,2625 +"96759",23509,61982,3,2275,2725 +"96760",23509,62841,3,2275,2710 +"96761",23509,70203,2,2275,2756 +"96762",23509,72207,3,2275,2430 +"96763",23513,2221,2,900,2092 +"96764",23513,2349,3,900,1288 +"96765",23513,2418,3,900,2020 +"96766",23513,2576,3,900,1307 +"96767",23513,2759,2,900,2030 +"96768",23513,3255,3,900,2504 +"96769",23513,3620,3,900,2955 +"96770",23513,4730,2,900,2131 +"96771",23513,6133,2,900,1229 +"96772",23513,6627,3,900,2063 +"96773",23513,6824,3,900,2680 +"96774",23513,7269,3,900,1728 +"96775",23513,7433,3,900,2255 +"96776",23513,7443,3,900,2028 +"96777",23513,8984,2,900,1162 +"96778",23513,9861,3,900,2680 +"96779",23513,10495,2,900,2230 +"96780",23513,10638,2,900,2692 +"96781",23513,10905,3,900,1552 +"96782",23513,10914,2,900,1660 +"96783",23513,11381,3,900,1638 +"96784",23513,11506,2,900,2824 +"96785",23513,16594,3,900,1755 +"96786",23513,18571,3,900,2128 +"96787",23513,18943,2,900,2861 +"96788",23513,20007,2,900,2971 +"96789",23513,20432,3,900,1727 +"96790",23513,21180,2,900,2762 +"96791",23513,21463,3,900,2437 +"96792",23513,21741,3,900,1574 +"96793",23513,23639,3,900,2065 +"96794",23513,26713,3,900,1235 +"96795",23513,27008,2,900,911 +"96796",23513,27783,3,900,2302 +"96797",23513,30442,2,900,2124 +"96798",23513,31164,2,900,1996 +"96799",23513,32449,2,900,2091 +"96800",23513,34162,2,900,2336 +"96801",23513,36136,3,900,2338 +"96802",23513,38144,3,900,2637 +"96803",23513,39105,3,900,2487 +"96804",23513,41955,3,900,2479 +"96805",23513,41978,3,900,2824 +"96806",23513,44636,3,900,1026 +"96807",23513,45730,3,900,2063 +"96808",23513,46951,3,900,2429 +"96809",23513,53013,3,900,2523 +"96810",23513,54663,3,900,1424 +"96811",23513,55604,3,900,2342 +"96812",23513,55775,3,900,2385 +"96813",23513,56275,3,900,2152 +"96814",23513,56338,2,900,1818 +"96815",23513,56673,2,900,2419 +"96816",23513,59039,3,900,2870 +"96817",23513,60979,2,900,1758 +"96818",23513,65316,2,900,1020 +"96819",23513,66911,2,900,1920 +"96820",23513,69335,3,900,2698 +"96821",23513,76132,2,900,2426 +"96822",23513,76675,2,900,1840 +"96823",23513,77397,2,900,1302 +"96824",23513,85778,3,900,1040 +"96825",23513,86664,3,900,1146 +"96826",23513,93208,3,900,1324 +"96827",23513,94926,3,900,1611 +"96828",23513,104306,2,900,1665 +"96829",23513,111034,3,900,2131 +"96830",23513,115155,2,900,1942 +"96831",23526,270,2,1998,2542 +"96832",23526,380,2,1998,2261 +"96833",23526,1102,2,1998,2282 +"96834",23526,2181,2,1998,2030 +"96835",23526,2424,3,1998,2582 +"96836",23526,2484,3,1998,2389 +"96837",23526,2533,3,1998,2016 +"96838",23526,2572,3,1998,2273 +"96839",23526,3305,3,1998,2839 +"96840",23526,3477,3,1998,2546 +"96841",23526,3493,3,1998,2451 +"96842",23526,4701,3,1998,2401 +"96843",23526,5072,3,1998,2175 +"96844",23526,5235,3,1998,2324 +"96845",23526,5580,3,1998,2111 +"96846",23526,5622,3,1998,2175 +"96847",23526,6047,3,1998,2004 +"96848",23526,6063,3,1998,2349 +"96849",23526,6074,3,1998,2426 +"96850",23526,6363,3,1998,2066 +"96851",23526,6588,2,1998,2025 +"96852",23526,6718,3,1998,2138 +"96853",23526,7234,3,1998,2654 +"96854",23526,7245,3,1998,2089 +"96855",23526,7616,3,1998,2296 +"96856",23526,8533,3,1998,2251 +"96857",23526,8681,3,1998,2716 +"96858",23526,9175,3,1998,2639 +"96859",23526,9362,3,1998,2879 +"96860",23526,9615,3,1998,2464 +"96861",23526,9654,3,1998,2111 +"96862",23526,9928,3,1998,2345 +"96863",23526,10513,3,1998,2284 +"96864",23526,10857,3,1998,2253 +"96865",23526,11218,2,1998,2292 +"96866",23526,12042,3,1998,2345 +"96867",23526,12374,3,1998,2260 +"96868",23526,12449,3,1998,2067 +"96869",23526,13307,2,1998,2206 +"96870",23526,14655,3,1998,2559 +"96871",23526,15560,3,1998,2257 +"96872",23526,15813,3,1998,2143 +"96873",23526,16352,3,1998,2657 +"96874",23526,17221,3,1998,2487 +"96875",23526,17400,3,1998,2231 +"96876",23526,18394,2,1998,2356 +"96877",23526,19248,3,1998,2357 +"96878",23526,19622,3,1998,2371 +"96879",23526,19719,3,1998,2177 +"96880",23526,19862,2,1998,2412 +"96881",23526,20124,3,1998,2376 +"96882",23526,21012,2,1998,2325 +"96883",23526,21682,3,1998,2414 +"96884",23526,21693,3,1998,2176 +"96885",23526,21929,2,1998,2062 +"96886",23526,22197,3,1998,2271 +"96887",23526,22326,3,1998,2818 +"96888",23526,23011,3,1998,2763 +"96889",23526,23509,3,1998,2275 +"96890",23526,23725,3,1998,2378 +"96891",23526,25305,3,1998,2447 +"96892",23526,25985,3,1998,2071 +"96893",23526,26067,3,1998,2069 +"96894",23526,26080,3,1998,2525 +"96895",23526,26451,3,1998,2133 +"96896",23526,26818,3,1998,1999 +"96897",23526,26848,3,1998,2363 +"96898",23526,27694,3,1998,2030 +"96899",23526,29962,3,1998,2201 +"96900",23526,30405,2,1998,2164 +"96901",23526,30943,3,1998,2287 +"96902",23526,31307,2,1998,2139 +"96903",23526,32173,3,1998,2341 +"96904",23526,32965,3,1998,2071 +"96905",23526,33160,3,1998,2441 +"96906",23526,33223,3,1998,2397 +"96907",23526,34836,3,1998,2302 +"96908",23526,36031,3,1998,2342 +"96909",23526,36087,3,1998,2755 +"96910",23526,42129,3,1998,2318 +"96911",23526,42216,3,1998,2722 +"96912",23526,43213,3,1998,2160 +"96913",23526,43455,3,1998,2846 +"96914",23526,43518,3,1998,2680 +"96915",23526,44769,3,1998,2411 +"96916",23526,45302,2,1998,2390 +"96917",23526,45684,3,1998,2200 +"96918",23526,46629,2,1998,2255 +"96919",23526,48035,2,1998,2180 +"96920",23526,48215,3,1998,2028 +"96921",23526,49110,3,1998,2938 +"96922",23526,50236,2,1998,2339 +"96923",23526,51017,3,1998,2073 +"96924",23526,51035,3,1998,2397 +"96925",23526,51866,3,1998,2411 +"96926",23526,54551,3,1998,2348 +"96927",23526,54879,3,1998,2210 +"96928",23526,54929,3,1998,2783 +"96929",23526,55076,3,1998,2408 +"96930",23526,55775,3,1998,2385 +"96931",23526,56082,2,1998,2395 +"96932",23526,56237,3,1998,2625 +"96933",23526,57977,3,1998,2683 +"96934",23526,59700,3,1998,2346 +"96935",23526,61982,3,1998,2725 +"96936",23526,66992,3,1998,2882 +"96937",23526,67726,3,1998,2873 +"96938",23526,72207,2,1998,2430 +"96939",23526,72326,3,1998,2384 +"96940",23526,72468,3,1998,2292 +"96941",23526,79804,3,1998,2227 +"96942",23526,83396,3,1998,2396 +"96943",23534,14,3,1659,1793 +"96944",23534,446,3,1659,1910 +"96945",23534,671,2,1659,2328 +"96946",23534,675,3,1659,1686 +"96947",23534,1046,3,1659,1881 +"96948",23534,1136,3,1659,2536 +"96949",23534,1367,3,1659,2176 +"96950",23534,1767,3,1659,2727 +"96951",23534,2424,3,1659,2582 +"96952",23534,2563,3,1659,1686 +"96953",23534,2684,3,1659,2874 +"96954",23534,3167,2,1659,1676 +"96955",23534,3242,3,1659,1730 +"96956",23534,3306,3,1659,1989 +"96957",23534,3317,3,1659,2037 +"96958",23534,4191,3,1659,2130 +"96959",23534,4226,3,1659,1903 +"96960",23534,4305,3,1659,2374 +"96961",23534,4618,3,1659,2607 +"96962",23534,5148,3,1659,2206 +"96963",23534,5669,3,1659,2502 +"96964",23534,5725,3,1659,2789 +"96965",23534,6047,3,1659,2004 +"96966",23534,6491,3,1659,2424 +"96967",23534,7245,3,1659,2089 +"96968",23534,7992,3,1659,2033 +"96969",23534,8533,2,1659,2251 +"96970",23534,8621,3,1659,1681 +"96971",23534,9702,2,1659,1928 +"96972",23534,10404,3,1659,2062 +"96973",23534,10890,3,1659,2639 +"96974",23534,10980,3,1659,1974 +"96975",23534,11620,3,1659,2010 +"96976",23534,12374,2,1659,2260 +"96977",23534,20067,3,1659,2390 +"96978",23534,20311,2,1659,1981 +"96979",23534,20563,2,1659,2267 +"96980",23534,21104,3,1659,2327 +"96981",23534,21122,3,1659,1701 +"96982",23534,23121,3,1659,2108 +"96983",23534,23509,3,1659,2275 +"96984",23534,23756,3,1659,2309 +"96985",23534,24962,3,1659,2126 +"96986",23534,25341,3,1659,1858 +"96987",23534,26351,3,1659,2683 +"96988",23534,26436,3,1659,2489 +"96989",23534,26451,3,1659,2133 +"96990",23534,26516,3,1659,2479 +"96991",23534,26570,3,1659,1669 +"96992",23534,26706,3,1659,1846 +"96993",23534,26793,3,1659,2104 +"96994",23534,27753,3,1659,2750 +"96995",23534,28285,2,1659,2972 +"96996",23534,29073,3,1659,2328 +"96997",23534,29170,3,1659,1846 +"96998",23534,31799,3,1659,2547 +"96999",23534,32064,3,1659,1739 +"97000",23534,32988,3,1659,2008 +"97001",23534,33801,3,1659,2899 +"97002",23534,34136,2,1659,2202 +"97003",23534,34216,3,1659,2832 +"97004",23534,34492,3,1659,1798 +"97005",23534,34836,3,1659,2302 +"97006",23534,36439,3,1659,2469 +"97007",23534,38019,3,1659,1870 +"97008",23534,38449,3,1659,1802 +"97009",23534,40293,3,1659,1671 +"97010",23534,42505,3,1659,2008 +"97011",23534,42914,3,1659,1737 +"97012",23534,43404,3,1659,2649 +"97013",23534,44407,3,1659,2154 +"97014",23534,45633,3,1659,2134 +"97015",23534,46385,3,1659,2225 +"97016",23534,47947,3,1659,2681 +"97017",23534,50118,2,1659,2654 +"97018",23534,50667,3,1659,2719 +"97019",23534,51410,3,1659,2739 +"97020",23534,53266,3,1659,2389 +"97021",23534,53300,3,1659,2162 +"97022",23534,54740,3,1659,2750 +"97023",23534,55691,3,1659,2856 +"97024",23534,57977,3,1659,2683 +"97025",23534,58221,3,1659,1787 +"97026",23534,62840,3,1659,2502 +"97027",23534,63515,3,1659,2023 +"97028",23534,64793,3,1659,2819 +"97029",23534,64997,3,1659,2791 +"97030",23534,71562,3,1659,2574 +"97031",23534,74095,3,1659,2333 +"97032",23534,75028,3,1659,1660 +"97033",23534,75607,3,1659,2245 +"97034",23534,88232,3,1659,2881 +"97035",23534,108379,3,1659,2933 +"97036",23550,17499,3,2939,2954 +"97037",23560,1785,3,2051,2350 +"97038",23560,2282,3,2051,2056 +"97039",23560,2443,3,2051,2333 +"97040",23560,9910,3,2051,2526 +"97041",23560,12116,2,2051,2119 +"97042",23560,14470,3,2051,2632 +"97043",23560,20695,3,2051,2526 +"97044",23560,22410,2,2051,2158 +"97045",23560,23498,1,2051,2398 +"97046",23560,31264,3,2051,2335 +"97047",23560,36840,3,2051,2269 +"97048",23560,42407,3,2051,2408 +"97049",23560,43701,3,2051,2400 +"97050",23560,45499,3,2051,2346 +"97051",23560,52950,3,2051,2716 +"97052",23560,68286,3,2051,2442 +"97053",23560,70011,3,2051,2690 +"97054",23560,73520,3,2051,2613 +"97055",23560,77719,3,2051,2086 +"97056",23560,80970,3,2051,2069 +"97057",23562,30974,3,329,947 +"97058",23562,88067,3,329,2315 +"97059",23572,508,3,772,801 +"97060",23572,2609,3,772,834 +"97061",23572,3492,3,772,2117 +"97062",23572,3495,2,772,2431 +"97063",23572,5615,3,772,1105 +"97064",23572,12779,3,772,936 +"97065",23572,13158,3,772,2667 +"97066",23572,15106,1,772,2286 +"97067",23572,15215,2,772,798 +"97068",23572,15444,3,772,2764 +"97069",23572,18165,3,772,2085 +"97070",23572,18404,3,772,801 +"97071",23572,19069,3,772,988 +"97072",23572,19317,2,772,2041 +"97073",23572,20331,3,772,2365 +"97074",23572,21493,2,772,2286 +"97075",23572,22057,3,772,974 +"97076",23572,29580,3,772,2776 +"97077",23572,29884,3,772,1239 +"97078",23572,30236,3,772,2238 +"97079",23572,30798,2,772,1398 +"97080",23572,35448,1,772,1685 +"97081",23572,41682,3,772,1988 +"97082",23572,42837,3,772,1096 +"97083",23572,45504,3,772,2301 +"97084",23572,49109,3,772,2341 +"97085",23572,58164,3,772,2398 +"97086",23572,61242,1,772,1650 +"97087",23572,77155,3,772,2946 +"97088",23572,80764,3,772,1808 +"97089",23572,82009,3,772,1020 +"97090",23572,83218,3,772,1537 +"97091",23572,108498,3,772,974 +"97092",23588,2960,3,851,977 +"97093",23588,4107,3,851,987 +"97094",23588,4121,3,851,1304 +"97095",23588,18891,3,851,1596 +"97096",23588,24176,3,851,1986 +"97097",23588,30798,2,851,1398 +"97098",23588,41118,3,851,1091 +"97099",23588,46506,2,851,2464 +"97100",23588,61242,3,851,1650 +"97101",23588,83218,3,851,1537 +"97102",23588,84254,3,851,2548 +"97103",23591,7536,2,2831,2871 +"97104",23597,371,2,1080,2950 +"97105",23597,860,1,1080,1258 +"97106",23597,2190,3,1080,2359 +"97107",23597,2576,3,1080,1307 +"97108",23597,3520,3,1080,2281 +"97109",23597,4303,3,1080,2414 +"97110",23597,4665,3,1080,1569 +"97111",23597,5897,3,1080,2337 +"97112",23597,6821,3,1080,1788 +"97113",23597,8568,3,1080,2706 +"97114",23597,8908,3,1080,1537 +"97115",23597,8984,3,1080,1162 +"97116",23597,9332,2,1080,2734 +"97117",23597,12067,3,1080,1213 +"97118",23597,13068,3,1080,1778 +"97119",23597,16502,2,1080,1616 +"97120",23597,17252,3,1080,1258 +"97121",23597,18381,3,1080,1524 +"97122",23597,20220,3,1080,1656 +"97123",23597,21487,3,1080,2203 +"97124",23597,23277,3,1080,1267 +"97125",23597,27882,3,1080,1897 +"97126",23597,28051,1,1080,2089 +"97127",23597,29286,3,1080,1612 +"97128",23597,31676,3,1080,1598 +"97129",23597,33657,1,1080,2336 +"97130",23597,37636,3,1080,2178 +"97131",23597,37752,3,1080,2223 +"97132",23597,38676,3,1080,2286 +"97133",23597,38816,2,1080,1225 +"97134",23597,39534,3,1080,2410 +"97135",23597,42256,2,1080,2839 +"97136",23597,42562,2,1080,1195 +"97137",23597,43027,3,1080,1277 +"97138",23597,49347,3,1080,2504 +"97139",23597,49712,2,1080,1937 +"97140",23597,53687,3,1080,2422 +"97141",23597,58521,3,1080,2950 +"97142",23597,61125,3,1080,1673 +"97143",23597,64947,3,1080,2489 +"97144",23597,68876,3,1080,1397 +"97145",23597,69232,3,1080,2130 +"97146",23597,70455,3,1080,1307 +"97147",23597,91227,2,1080,1232 +"97148",23597,92784,3,1080,1257 +"97149",23597,93320,3,1080,1258 +"97150",23597,97990,3,1080,1223 +"97151",23597,100048,3,1080,1573 +"97152",23639,3100,2,2065,2524 +"97153",23639,3786,2,2065,2282 +"97154",23639,6071,2,2065,2310 +"97155",23639,9727,3,2065,2327 +"97156",23639,11135,2,2065,2441 +"97157",23639,14761,3,2065,2502 +"97158",23639,15502,2,2065,2637 +"97159",23639,17999,3,2065,2758 +"97160",23639,19687,2,2065,2072 +"97161",23639,19972,3,2065,2078 +"97162",23639,22905,3,2065,2599 +"97163",23639,25180,3,2065,2489 +"97164",23639,28567,3,2065,2398 +"97165",23639,33363,3,2065,2475 +"97166",23639,41051,3,2065,2767 +"97167",23639,42628,3,2065,2486 +"97168",23639,45487,3,2065,2256 +"97169",23639,47130,3,2065,2654 +"97170",23639,47330,3,2065,2422 +"97171",23639,56673,1,2065,2419 +"97172",23639,65223,3,2065,2724 +"97173",23639,95211,3,2065,2462 +"97174",23639,100586,3,2065,2966 +"97175",23639,116792,3,2065,2397 +"97176",23641,1495,3,1934,2046 +"97177",23641,2484,3,1934,2389 +"97178",23641,3853,2,1934,2465 +"97179",23641,17520,3,1934,2276 +"97180",23641,17943,2,1934,1943 +"97181",23641,30236,3,1934,2238 +"97182",23641,32516,1,1934,2050 +"97183",23641,47248,3,1934,2883 +"97184",23641,50252,2,1934,2001 +"97185",23641,51017,3,1934,2073 +"97186",23641,59039,3,1934,2870 +"97187",23652,671,2,803,2328 +"97188",23652,733,3,803,1653 +"97189",23652,2754,3,803,1360 +"97190",23652,4618,3,803,2607 +"97191",23652,4790,3,803,1025 +"97192",23652,4791,3,803,1184 +"97193",23652,10875,3,803,1234 +"97194",23652,12096,3,803,1330 +"97195",23652,13929,3,803,2693 +"97196",23652,13945,3,803,1324 +"97197",23652,16164,3,803,1184 +"97198",23652,19027,3,803,2721 +"97199",23652,20824,3,803,1366 +"97200",23652,22964,3,803,1443 +"97201",23652,24755,1,803,1319 +"97202",23652,25341,3,803,1858 +"97203",23652,26570,2,803,1669 +"97204",23652,30386,3,803,1833 +"97205",23652,30857,3,803,863 +"97206",23652,39865,3,803,849 +"97207",23652,41832,2,803,1155 +"97208",23652,44427,3,803,2875 +"97209",23652,51022,3,803,1499 +"97210",23652,55691,3,803,2856 +"97211",23652,58035,3,803,1646 +"97212",23652,67222,3,803,1332 +"97213",23652,72334,3,803,2820 +"97214",23652,75948,3,803,1006 +"97215",23652,77305,3,803,965 +"97216",23652,81588,3,803,1568 +"97217",23652,82767,3,803,1641 +"97218",23652,89097,3,803,935 +"97219",23652,94101,3,803,997 +"97220",23668,2443,3,144,2333 +"97221",23668,3324,2,144,1198 +"97222",23668,3578,3,144,624 +"97223",23668,5414,3,144,2321 +"97224",23668,6432,3,144,2297 +"97225",23668,6755,3,144,2818 +"97226",23668,8395,2,144,896 +"97227",23668,9939,3,144,474 +"97228",23668,10128,3,144,883 +"97229",23668,10279,3,144,886 +"97230",23668,11429,3,144,2520 +"97231",23668,11897,2,144,1271 +"97232",23668,13150,1,144,1570 +"97233",23668,14918,3,144,2071 +"97234",23668,15978,3,144,981 +"97235",23668,16643,3,144,1824 +"97236",23668,17159,3,144,883 +"97237",23668,20819,3,144,213 +"97238",23668,23277,3,144,1267 +"97239",23668,24255,3,144,2770 +"97240",23668,26138,3,144,1902 +"97241",23668,27312,3,144,2469 +"97242",23668,28327,3,144,2053 +"97243",23668,32070,3,144,950 +"97244",23668,32516,3,144,2050 +"97245",23668,33278,2,144,1591 +"97246",23668,33755,3,144,2963 +"97247",23668,36506,3,144,2638 +"97248",23668,39534,3,144,2410 +"97249",23668,42280,1,144,2266 +"97250",23668,43929,2,144,2749 +"97251",23668,46568,3,144,822 +"97252",23668,49284,3,144,218 +"97253",23668,49347,3,144,2504 +"97254",23668,49403,3,144,2427 +"97255",23668,49958,3,144,1860 +"97256",23668,53092,3,144,2384 +"97257",23668,54061,3,144,1488 +"97258",23668,57037,1,144,2293 +"97259",23668,61948,2,144,1231 +"97260",23668,62713,3,144,2593 +"97261",23668,63525,3,144,2741 +"97262",23668,71130,3,144,879 +"97263",23668,72007,3,144,963 +"97264",23668,76769,3,144,2601 +"97265",23668,82917,3,144,2371 +"97266",23668,90633,3,144,990 +"97267",23668,94339,2,144,2768 +"97268",23668,99194,3,144,1271 +"97269",23668,112814,3,144,546 +"97270",23668,116792,3,144,2397 +"97271",23679,1175,3,934,1642 +"97272",23679,3886,2,934,1669 +"97273",23679,4567,3,934,2348 +"97274",23679,7794,3,934,2972 +"97275",23679,11168,3,934,1223 +"97276",23679,12518,3,934,2747 +"97277",23679,17943,3,934,1943 +"97278",23679,18011,1,934,1636 +"97279",23679,18202,2,934,2475 +"97280",23679,18825,3,934,1240 +"97281",23679,19744,3,934,2623 +"97282",23679,22272,3,934,1243 +"97283",23679,24816,2,934,2161 +"97284",23679,27030,2,934,2031 +"97285",23679,27116,3,934,963 +"97286",23679,34812,1,934,2442 +"97287",23679,35045,3,934,1646 +"97288",23679,36554,3,934,1649 +"97289",23679,40129,2,934,2162 +"97290",23679,43978,2,934,2698 +"97291",23679,47726,3,934,1272 +"97292",23679,51546,3,934,1369 +"97293",23679,54388,2,934,1257 +"97294",23679,69250,3,934,1439 +"97295",23679,77550,3,934,1548 +"97296",23679,109978,3,934,1865 +"97297",23692,2206,3,1540,2536 +"97298",23692,10980,3,1540,1974 +"97299",23692,12948,3,1540,2669 +"97300",23692,14781,3,1540,2338 +"97301",23692,17645,3,1540,1918 +"97302",23692,32778,3,1540,2310 +"97303",23692,35728,3,1540,2017 +"97304",23692,38995,2,1540,1940 +"97305",23692,42331,3,1540,1585 +"97306",23692,45869,3,1540,2840 +"97307",23692,47529,3,1540,2914 +"97308",23692,49414,2,1540,1667 +"97309",23692,92678,3,1540,1769 +"97310",23704,1136,3,2278,2536 +"97311",23704,4618,3,2278,2607 +"97312",23704,10890,3,2278,2639 +"97313",23704,19516,3,2278,2313 +"97314",23704,26436,2,2278,2489 +"97315",23704,26516,3,2278,2479 +"97316",23704,27753,3,2278,2750 +"97317",23704,45715,2,2278,2287 +"97318",23704,50977,3,2278,2352 +"97319",23704,51410,2,2278,2739 +"97320",23704,64997,3,2278,2791 +"97321",23705,455,2,2699,2827 +"97322",23705,23132,3,2699,2756 +"97323",23705,64997,3,2699,2791 +"97324",23715,134,3,1859,2062 +"97325",23715,270,2,1859,2542 +"97326",23715,312,3,1859,2038 +"97327",23715,380,2,1859,2261 +"97328",23715,1046,3,1859,1881 +"97329",23715,1102,2,1859,2282 +"97330",23715,1355,3,1859,2473 +"97331",23715,2111,2,1859,1904 +"97332",23715,2181,3,1859,2030 +"97333",23715,2195,3,1859,2139 +"97334",23715,2424,2,1859,2582 +"97335",23715,2484,3,1859,2389 +"97336",23715,2533,3,1859,2016 +"97337",23715,2572,3,1859,2273 +"97338",23715,3305,3,1859,2839 +"97339",23715,3477,3,1859,2546 +"97340",23715,3493,3,1859,2451 +"97341",23715,3801,3,1859,1974 +"97342",23715,4253,3,1859,1890 +"97343",23715,4701,3,1859,2401 +"97344",23715,4953,3,1859,2285 +"97345",23715,5072,3,1859,2175 +"97346",23715,5235,3,1859,2324 +"97347",23715,5622,3,1859,2175 +"97348",23715,5971,2,1859,1985 +"97349",23715,6047,3,1859,2004 +"97350",23715,6052,3,1859,1985 +"97351",23715,6063,3,1859,2349 +"97352",23715,6074,3,1859,2426 +"97353",23715,6222,3,1859,1949 +"97354",23715,6363,3,1859,2066 +"97355",23715,6588,2,1859,2025 +"97356",23715,6718,3,1859,2138 +"97357",23715,7234,3,1859,2654 +"97358",23715,7245,3,1859,2089 +"97359",23715,7555,3,1859,1943 +"97360",23715,7616,3,1859,2296 +"97361",23715,8533,3,1859,2251 +"97362",23715,9175,3,1859,2639 +"97363",23715,9362,3,1859,2879 +"97364",23715,9615,3,1859,2464 +"97365",23715,9654,3,1859,2111 +"97366",23715,9928,3,1859,2345 +"97367",23715,10513,3,1859,2284 +"97368",23715,10857,3,1859,2253 +"97369",23715,11006,3,1859,1950 +"97370",23715,11218,2,1859,2292 +"97371",23715,11440,3,1859,2026 +"97372",23715,12042,3,1859,2345 +"97373",23715,12374,3,1859,2260 +"97374",23715,12449,3,1859,2067 +"97375",23715,12724,3,1859,1930 +"97376",23715,13307,1,1859,2206 +"97377",23715,14252,3,1859,2244 +"97378",23715,14507,3,1859,2686 +"97379",23715,14655,3,1859,2559 +"97380",23715,15799,2,1859,1917 +"97381",23715,15813,3,1859,2143 +"97382",23715,16195,3,1859,2964 +"97383",23715,16352,3,1859,2657 +"97384",23715,16535,3,1859,1993 +"97385",23715,16539,3,1859,1947 +"97386",23715,16725,3,1859,2830 +"97387",23715,17365,3,1859,2746 +"97388",23715,17400,3,1859,2231 +"97389",23715,17819,3,1859,2291 +"97390",23715,17852,3,1859,2840 +"97391",23715,18394,2,1859,2356 +"97392",23715,19248,3,1859,2357 +"97393",23715,19622,2,1859,2371 +"97394",23715,19719,3,1859,2177 +"97395",23715,19862,2,1859,2412 +"97396",23715,20124,3,1859,2376 +"97397",23715,20486,3,1859,1908 +"97398",23715,21012,2,1859,2325 +"97399",23715,21193,3,1859,2490 +"97400",23715,21285,3,1859,2100 +"97401",23715,21682,3,1859,2414 +"97402",23715,21693,3,1859,2176 +"97403",23715,21929,3,1859,2062 +"97404",23715,22141,3,1859,2348 +"97405",23715,22197,3,1859,2271 +"97406",23715,22326,3,1859,2818 +"97407",23715,22331,3,1859,2687 +"97408",23715,23011,3,1859,2763 +"97409",23715,23509,3,1859,2275 +"97410",23715,23526,1,1859,1998 +"97411",23715,23725,3,1859,2378 +"97412",23715,25305,3,1859,2447 +"97413",23715,25577,3,1859,1946 +"97414",23715,25985,3,1859,2071 +"97415",23715,26067,3,1859,2069 +"97416",23715,26080,3,1859,2525 +"97417",23715,26721,3,1859,2586 +"97418",23715,26818,3,1859,1999 +"97419",23715,26848,3,1859,2363 +"97420",23715,27694,3,1859,2030 +"97421",23715,29295,3,1859,2043 +"97422",23715,29962,3,1859,2201 +"97423",23715,30052,3,1859,2855 +"97424",23715,30173,3,1859,2404 +"97425",23715,30405,2,1859,2164 +"97426",23715,31307,1,1859,2139 +"97427",23715,32173,3,1859,2341 +"97428",23715,32965,3,1859,2071 +"97429",23715,33160,2,1859,2441 +"97430",23715,33223,3,1859,2397 +"97431",23715,33981,3,1859,1993 +"97432",23715,36087,3,1859,2755 +"97433",23715,37238,3,1859,2609 +"97434",23715,38307,3,1859,2648 +"97435",23715,39294,3,1859,1889 +"97436",23715,40493,2,1859,1981 +"97437",23715,41945,3,1859,2856 +"97438",23715,41972,3,1859,2509 +"97439",23715,42216,3,1859,2722 +"97440",23715,42687,3,1859,1952 +"97441",23715,43213,3,1859,2160 +"97442",23715,43455,2,1859,2846 +"97443",23715,43518,3,1859,2680 +"97444",23715,44769,3,1859,2411 +"97445",23715,45302,3,1859,2390 +"97446",23715,45684,3,1859,2200 +"97447",23715,46629,2,1859,2255 +"97448",23715,48035,2,1859,2180 +"97449",23715,48215,3,1859,2028 +"97450",23715,49110,2,1859,2938 +"97451",23715,49759,3,1859,2400 +"97452",23715,50236,2,1859,2339 +"97453",23715,51017,3,1859,2073 +"97454",23715,51035,3,1859,2397 +"97455",23715,51041,3,1859,2606 +"97456",23715,51866,3,1859,2411 +"97457",23715,52323,3,1859,2148 +"97458",23715,52576,3,1859,2234 +"97459",23715,54551,3,1859,2348 +"97460",23715,54879,3,1859,2210 +"97461",23715,54929,3,1859,2783 +"97462",23715,56082,2,1859,2395 +"97463",23715,56237,3,1859,2625 +"97464",23715,57969,3,1859,2755 +"97465",23715,57977,3,1859,2683 +"97466",23715,58451,3,1859,1939 +"97467",23715,61982,2,1859,2725 +"97468",23715,62841,3,1859,2710 +"97469",23715,65242,3,1859,1988 +"97470",23715,67726,3,1859,2873 +"97471",23715,70217,3,1859,2332 +"97472",23715,72207,2,1859,2430 +"97473",23715,72326,3,1859,2384 +"97474",23715,75403,3,1859,1895 +"97475",23715,76892,3,1859,2381 +"97476",23715,79804,3,1859,2227 +"97477",23715,83396,3,1859,2396 +"97478",23715,84022,3,1859,2289 +"97479",23715,101315,3,1859,1971 +"97480",23725,270,2,2378,2542 +"97481",23725,1315,3,2378,2760 +"97482",23725,1639,3,2378,2631 +"97483",23725,2289,3,2378,2389 +"97484",23725,2424,3,2378,2582 +"97485",23725,3305,3,2378,2839 +"97486",23725,3493,3,2378,2451 +"97487",23725,5258,3,2378,2730 +"97488",23725,5350,3,2378,2522 +"97489",23725,7234,3,2378,2654 +"97490",23725,11477,3,2378,2724 +"97491",23725,16352,3,2378,2657 +"97492",23725,16826,3,2378,2599 +"97493",23725,18315,3,2378,2720 +"97494",23725,18361,3,2378,2968 +"97495",23725,18543,3,2378,2968 +"97496",23725,22331,3,2378,2687 +"97497",23725,26080,3,2378,2525 +"97498",23725,26749,3,2378,2965 +"97499",23725,29580,3,2378,2776 +"97500",23725,31235,3,2378,2668 +"97501",23725,31436,2,2378,2892 +"97502",23725,33949,3,2378,2489 +"97503",23725,34426,3,2378,2743 +"97504",23725,34480,2,2378,2755 +"97505",23725,43455,3,2378,2846 +"97506",23725,43518,3,2378,2680 +"97507",23725,44676,3,2378,2629 +"97508",23725,50134,2,2378,2674 +"97509",23725,54929,2,2378,2783 +"97510",23725,56082,2,2378,2395 +"97511",23725,56237,3,2378,2625 +"97512",23725,57842,3,2378,2482 +"97513",23725,59539,3,2378,2429 +"97514",23725,61982,3,2378,2725 +"97515",23725,68215,3,2378,2727 +"97516",23725,72207,2,2378,2430 +"97517",23725,72326,3,2378,2384 +"97518",23725,82929,3,2378,2475 +"97519",23726,1767,2,2434,2727 +"97520",23726,3980,3,2434,2771 +"97521",23726,4932,3,2434,2752 +"97522",23726,5315,3,2434,2631 +"97523",23726,7984,3,2434,2493 +"97524",23726,9311,3,2434,2477 +"97525",23726,10779,3,2434,2881 +"97526",23726,13158,3,2434,2667 +"97527",23726,13315,3,2434,2516 +"97528",23726,14959,3,2434,2898 +"97529",23726,15821,2,2434,2456 +"97530",23726,20423,3,2434,2654 +"97531",23726,29095,3,2434,2531 +"97532",23726,33801,3,2434,2899 +"97533",23726,42216,3,2434,2722 +"97534",23726,43404,3,2434,2649 +"97535",23726,45461,3,2434,2458 +"97536",23726,53475,3,2434,2853 +"97537",23726,53604,3,2434,2489 +"97538",23726,70046,3,2434,2624 +"97539",23726,70203,3,2434,2756 +"97540",23726,108379,3,2434,2933 +"97541",23727,1102,3,1734,2282 +"97542",23727,2424,3,1734,2582 +"97543",23727,3493,3,1734,2451 +"97544",23727,4360,3,1734,1770 +"97545",23727,43213,3,1734,2160 +"97546",23727,52576,2,1734,2234 +"97547",23727,55082,3,1734,1856 +"97548",23727,56082,3,1734,2395 +"97549",23727,72207,3,1734,2430 +"97550",23727,75403,3,1734,1895 +"97551",23728,6234,2,2601,2654 +"97552",23728,15150,3,2601,2801 +"97553",23728,20011,3,2601,2826 +"97554",23728,33460,2,2601,2781 +"97555",23729,145,3,1624,1998 +"97556",23729,270,3,1624,2542 +"97557",23729,380,3,1624,2261 +"97558",23729,913,3,1624,2144 +"97559",23729,1102,2,1624,2282 +"97560",23729,1592,3,1624,2006 +"97561",23729,1616,3,1624,2662 +"97562",23729,1691,3,1624,1941 +"97563",23729,2111,3,1624,1904 +"97564",23729,2322,3,1624,1645 +"97565",23729,2424,2,1624,2582 +"97566",23729,2484,3,1624,2389 +"97567",23729,2533,3,1624,2016 +"97568",23729,2572,3,1624,2273 +"97569",23729,3161,3,1624,2229 +"97570",23729,3305,3,1624,2839 +"97571",23729,3493,2,1624,2451 +"97572",23729,3801,3,1624,1974 +"97573",23729,4360,2,1624,1770 +"97574",23729,5072,3,1624,2175 +"97575",23729,5622,3,1624,2175 +"97576",23729,5971,3,1624,1985 +"97577",23729,6047,3,1624,2004 +"97578",23729,6052,3,1624,1985 +"97579",23729,6074,3,1624,2426 +"97580",23729,6363,3,1624,2066 +"97581",23729,6588,3,1624,2025 +"97582",23729,6914,3,1624,2668 +"97583",23729,7234,3,1624,2654 +"97584",23729,7858,3,1624,1795 +"97585",23729,9311,3,1624,2477 +"97586",23729,10513,3,1624,2284 +"97587",23729,10857,3,1624,2253 +"97588",23729,11006,3,1624,1950 +"97589",23729,11218,3,1624,2292 +"97590",23729,12724,3,1624,1930 +"97591",23729,13307,3,1624,2206 +"97592",23729,14032,3,1624,2144 +"97593",23729,14108,3,1624,2012 +"97594",23729,15700,3,1624,1712 +"97595",23729,15813,3,1624,2143 +"97596",23729,16201,3,1624,1811 +"97597",23729,16863,3,1624,2069 +"97598",23729,17400,3,1624,2231 +"97599",23729,18394,3,1624,2356 +"97600",23729,19248,3,1624,2357 +"97601",23729,19719,3,1624,2177 +"97602",23729,20124,3,1624,2376 +"97603",23729,20407,3,1624,2339 +"97604",23729,21285,3,1624,2100 +"97605",23729,22277,3,1624,2424 +"97606",23729,22362,3,1624,1836 +"97607",23729,23319,3,1624,2867 +"97608",23729,23526,3,1624,1998 +"97609",23729,23715,3,1624,1859 +"97610",23729,23725,3,1624,2378 +"97611",23729,23727,1,1624,1734 +"97612",23729,25129,3,1624,2647 +"97613",23729,25577,3,1624,1946 +"97614",23729,25643,3,1624,1646 +"97615",23729,26749,3,1624,2965 +"97616",23729,26867,3,1624,1804 +"97617",23729,27275,3,1624,2656 +"97618",23729,27390,3,1624,2425 +"97619",23729,27694,3,1624,2030 +"97620",23729,29170,3,1624,1846 +"97621",23729,30052,3,1624,2855 +"97622",23729,30405,3,1624,2164 +"97623",23729,31093,3,1624,2160 +"97624",23729,31235,3,1624,2668 +"97625",23729,31436,3,1624,2892 +"97626",23729,32173,3,1624,2341 +"97627",23729,33433,3,1624,2805 +"97628",23729,35256,3,1624,2271 +"97629",23729,38019,3,1624,1870 +"97630",23729,38213,3,1624,1744 +"97631",23729,39294,3,1624,1889 +"97632",23729,42216,3,1624,2722 +"97633",23729,43213,2,1624,2160 +"97634",23729,43455,3,1624,2846 +"97635",23729,45684,3,1624,2200 +"97636",23729,46629,3,1624,2255 +"97637",23729,46982,3,1624,2806 +"97638",23729,47772,3,1624,2293 +"97639",23729,49620,3,1624,1868 +"97640",23729,50236,3,1624,2339 +"97641",23729,50685,3,1624,2008 +"97642",23729,51144,3,1624,2466 +"97643",23729,52058,3,1624,1836 +"97644",23729,52576,1,1624,2234 +"97645",23729,54551,3,1624,2348 +"97646",23729,55082,2,1624,1856 +"97647",23729,55482,3,1624,1866 +"97648",23729,56082,2,1624,2395 +"97649",23729,56317,3,1624,2030 +"97650",23729,58451,3,1624,1939 +"97651",23729,58508,3,1624,2326 +"97652",23729,61982,3,1624,2725 +"97653",23729,62841,3,1624,2710 +"97654",23729,64947,3,1624,2489 +"97655",23729,70217,3,1624,2332 +"97656",23729,72207,2,1624,2430 +"97657",23729,74636,3,1624,2525 +"97658",23729,75403,2,1624,1895 +"97659",23729,76892,3,1624,2381 +"97660",23729,79804,3,1624,2227 +"97661",23729,82949,3,1624,2077 +"97662",23729,86245,3,1624,1972 +"97663",23729,88232,3,1624,2881 +"97664",23731,2802,3,1656,1836 +"97665",23731,3520,3,1656,2281 +"97666",23731,3786,2,1656,2282 +"97667",23731,6071,2,1656,2310 +"97668",23731,11135,3,1656,2441 +"97669",23731,12031,3,1656,1957 +"97670",23731,15502,3,1656,2637 +"97671",23731,17999,3,1656,2758 +"97672",23731,19687,2,1656,2072 +"97673",23731,21895,3,1656,1693 +"97674",23731,22905,3,1656,2599 +"97675",23731,23364,3,1656,2306 +"97676",23731,23639,2,1656,2065 +"97677",23731,28355,3,1656,2053 +"97678",23731,29276,3,1656,2000 +"97679",23731,33363,2,1656,2475 +"97680",23731,34953,3,1656,1817 +"97681",23731,36487,3,1656,2622 +"97682",23731,36662,3,1656,2967 +"97683",23731,41051,3,1656,2767 +"97684",23731,47130,2,1656,2654 +"97685",23731,56673,3,1656,2419 +"97686",23731,61513,3,1656,2948 +"97687",23731,61980,3,1656,2392 +"97688",23731,80784,3,1656,1738 +"97689",23731,93670,3,1656,1682 +"97690",23731,95211,3,1656,2462 +"97691",23736,1367,3,571,2176 +"97692",23736,1691,3,571,1941 +"97693",23736,1985,3,571,888 +"97694",23736,3628,2,571,2707 +"97695",23736,7245,2,571,2089 +"97696",23736,8533,3,571,2251 +"97697",23736,8762,3,571,2585 +"97698",23736,9191,3,571,2707 +"97699",23736,11351,3,571,2971 +"97700",23736,18415,3,571,2184 +"97701",23736,20407,3,571,2339 +"97702",23736,20563,3,571,2267 +"97703",23736,31050,3,571,1491 +"97704",23736,35235,3,571,2610 +"97705",23736,36439,3,571,2469 +"97706",23736,45549,3,571,1322 +"97707",23736,45633,3,571,2134 +"97708",23736,45742,2,571,2566 +"97709",23736,46621,3,571,1343 +"97710",23736,49144,3,571,1542 +"97711",23736,52327,3,571,1472 +"97712",23736,53562,3,571,2687 +"97713",23736,55128,3,571,2257 +"97714",23736,61785,3,571,822 +"97715",23736,76127,3,571,910 +"97716",23736,82426,3,571,1576 +"97717",23739,916,1,2463,2718 +"97718",23739,5606,3,2463,2875 +"97719",23739,7253,3,2463,2686 +"97720",23739,17999,1,2463,2758 +"97721",23739,31251,3,2463,2498 +"97722",23739,36662,1,2463,2967 +"97723",23739,43524,3,2463,2572 +"97724",23739,49147,2,2463,2539 +"97725",23739,51783,3,2463,2599 +"97726",23739,60672,3,2463,2876 +"97727",23739,94339,2,2463,2768 +"97728",23745,3011,3,1968,2278 +"97729",23745,3765,2,1968,2775 +"97730",23745,4701,3,1968,2401 +"97731",23745,17351,3,1968,2036 +"97732",23745,24721,3,1968,2326 +"97733",23745,33433,3,1968,2805 +"97734",23745,34325,3,1968,1982 +"97735",23745,35888,3,1968,2291 +"97736",23745,38727,3,1968,2238 +"97737",23745,39556,3,1968,2747 +"97738",23745,41900,3,1968,1970 +"97739",23745,41945,3,1968,2856 +"97740",23745,54879,2,1968,2210 +"97741",23745,57732,3,1968,2454 +"97742",23745,64699,3,1968,2797 +"97743",23745,67145,2,1968,2015 +"97744",23745,73197,3,1968,1998 +"97745",23751,14,3,1740,1793 +"97746",23751,1224,3,1740,2435 +"97747",23751,1262,3,1740,2973 +"97748",23751,3980,3,1740,2771 +"97749",23751,5315,3,1740,2631 +"97750",23751,8367,3,1740,1927 +"97751",23751,13732,3,1740,2789 +"97752",23751,14709,3,1740,1901 +"97753",23751,15343,3,1740,2125 +"97754",23751,16725,2,1740,2830 +"97755",23751,16727,2,1740,2164 +"97756",23751,17632,3,1740,1947 +"97757",23751,21193,3,1740,2490 +"97758",23751,21795,3,1740,2653 +"97759",23751,22108,3,1740,1915 +"97760",23751,23508,3,1740,1907 +"97761",23751,23715,3,1740,1859 +"97762",23751,24146,3,1740,2003 +"97763",23751,26865,3,1740,2726 +"97764",23751,30081,3,1740,2403 +"97765",23751,30827,2,1740,2323 +"97766",23751,31307,2,1740,2139 +"97767",23751,32516,3,1740,2050 +"97768",23751,33160,3,1740,2441 +"97769",23751,36962,3,1740,2861 +"97770",23751,41872,3,1740,2974 +"97771",23751,42216,3,1740,2722 +"97772",23751,42618,3,1740,2316 +"97773",23751,43404,3,1740,2649 +"97774",23751,57781,3,1740,1971 +"97775",23756,1519,2,2309,2349 +"97776",23756,3493,3,2309,2451 +"97777",23756,5106,3,2309,2622 +"97778",23756,10890,3,2309,2639 +"97779",23756,17037,3,2309,2947 +"97780",23756,20941,3,2309,2725 +"97781",23756,26436,3,2309,2489 +"97782",23756,26516,3,2309,2479 +"97783",23756,27686,2,2309,2844 +"97784",23756,27753,3,2309,2750 +"97785",23756,29977,3,2309,2781 +"97786",23756,36278,2,2309,2952 +"97787",23756,38691,3,2309,2585 +"97788",23756,43673,3,2309,2787 +"97789",23756,46982,3,2309,2806 +"97790",23756,54740,3,2309,2750 +"97791",23756,54775,3,2309,2383 +"97792",23756,62626,1,2309,2787 +"97793",23756,63641,3,2309,2337 +"97794",23756,64793,3,2309,2819 +"97795",23756,74095,3,2309,2333 +"97796",23771,1787,3,1614,1707 +"97797",23771,2907,3,1614,1980 +"97798",23771,3068,3,1614,1815 +"97799",23771,4188,3,1614,2963 +"97800",23771,5937,3,1614,2392 +"97801",23771,6800,3,1614,2053 +"97802",23771,11868,3,1614,1639 +"97803",23771,15086,2,1614,2135 +"97804",23771,16477,2,1614,2069 +"97805",23771,19002,3,1614,2053 +"97806",23771,20011,2,1614,2826 +"97807",23771,20709,3,1614,1757 +"97808",23771,23728,3,1614,2601 +"97809",23771,29775,3,1614,2064 +"97810",23771,30194,1,1614,2874 +"97811",23771,31259,3,1614,2082 +"97812",23771,32079,3,1614,2315 +"97813",23771,33460,3,1614,2781 +"97814",23771,44730,3,1614,2468 +"97815",23771,52953,3,1614,1741 +"97816",23771,66693,3,1614,2554 +"97817",23771,76997,2,1614,2223 +"97818",23771,79746,1,1614,2272 +"97819",23771,90429,3,1614,1684 +"97820",23787,14959,3,2810,2898 +"97821",23787,15636,1,2810,2857 +"97822",23787,18543,3,2810,2968 +"97823",23787,23319,3,2810,2867 +"97824",23787,33801,3,2810,2899 +"97825",23787,53475,3,2810,2853 +"97826",23787,57765,3,2810,2893 +"97827",23802,2907,3,1713,1980 +"97828",23802,4188,2,1713,2963 +"97829",23802,5937,3,1713,2392 +"97830",23802,6234,3,1713,2654 +"97831",23802,6800,3,1713,2053 +"97832",23802,14838,1,1713,1746 +"97833",23802,16477,3,1713,2069 +"97834",23802,16969,3,1713,1917 +"97835",23802,19002,3,1713,2053 +"97836",23802,20011,2,1713,2826 +"97837",23802,26734,3,1713,2299 +"97838",23802,29775,3,1713,2064 +"97839",23802,30194,3,1713,2874 +"97840",23802,33460,3,1713,2781 +"97841",23802,42136,3,1713,2551 +"97842",23802,44730,2,1713,2468 +"97843",23802,50899,3,1713,2125 +"97844",23802,68789,3,1713,1929 +"97845",23806,357,2,1671,2327 +"97846",23806,1196,3,1671,1986 +"97847",23806,1616,3,1671,2662 +"97848",23806,2484,3,1671,2389 +"97849",23806,3161,3,1671,2229 +"97850",23806,4953,3,1671,2285 +"97851",23806,5350,2,1671,2522 +"97852",23806,5462,3,1671,2374 +"97853",23806,5984,3,1671,1675 +"97854",23806,5986,3,1671,1721 +"97855",23806,6162,3,1671,1673 +"97856",23806,6417,3,1671,1675 +"97857",23806,7759,3,1671,2844 +"97858",23806,10358,3,1671,2294 +"97859",23806,11218,3,1671,2292 +"97860",23806,11588,3,1671,2352 +"97861",23806,12042,2,1671,2345 +"97862",23806,14972,3,1671,2332 +"97863",23806,16096,1,1671,2301 +"97864",23806,16352,3,1671,2657 +"97865",23806,17381,3,1671,1697 +"97866",23806,17400,3,1671,2231 +"97867",23806,21029,2,1671,1943 +"97868",23806,21872,2,1671,2458 +"97869",23806,22141,3,1671,2348 +"97870",23806,24923,3,1671,2785 +"97871",23806,26080,3,1671,2525 +"97872",23806,27501,3,1671,1981 +"97873",23806,33341,3,1671,2338 +"97874",23806,34735,3,1671,2767 +"97875",23806,35256,3,1671,2271 +"97876",23806,35926,3,1671,2371 +"97877",23806,38140,3,1671,1866 +"97878",23806,40937,3,1671,2639 +"97879",23806,54879,3,1671,2210 +"97880",23806,54929,3,1671,2783 +"97881",23806,60280,3,1671,1918 +"97882",23806,63442,3,1671,1965 +"97883",23806,69716,3,1671,2632 +"97884",23806,71982,3,1671,2812 +"97885",23806,73192,3,1671,1955 +"97886",23806,76672,3,1671,1930 +"97887",23806,84022,2,1671,2289 +"97888",23806,91570,3,1671,2229 +"97889",23806,102824,3,1671,2944 +"97890",23825,952,3,1913,1991 +"97891",23825,1592,3,1913,2006 +"97892",23825,1639,3,1913,2631 +"97893",23825,2057,3,1913,1965 +"97894",23825,2208,2,1913,2814 +"97895",23825,3966,3,1913,2425 +"97896",23825,4567,2,1913,2348 +"97897",23825,4932,3,1913,2752 +"97898",23825,6047,3,1913,2004 +"97899",23825,6428,3,1913,1952 +"97900",23825,6982,3,1913,2034 +"97901",23825,7616,3,1913,2296 +"97902",23825,7759,2,1913,2844 +"97903",23825,7847,2,1913,2424 +"97904",23825,8610,3,1913,2240 +"97905",23825,9035,3,1913,2771 +"97906",23825,9311,2,1913,2477 +"97907",23825,9503,3,1913,2453 +"97908",23825,10370,3,1913,2224 +"97909",23825,10843,2,1913,2277 +"97910",23825,10857,3,1913,2253 +"97911",23825,12374,3,1913,2260 +"97912",23825,14723,3,1913,2019 +"97913",23825,14834,3,1913,2739 +"97914",23825,15626,3,1913,2434 +"97915",23825,15799,3,1913,1917 +"97916",23825,16539,3,1913,1947 +"97917",23825,17037,3,1913,2947 +"97918",23825,17221,3,1913,2487 +"97919",23825,19093,3,1913,2224 +"97920",23825,19453,3,1913,1928 +"97921",23825,19719,3,1913,2177 +"97922",23825,19926,3,1913,2444 +"97923",23825,20124,2,1913,2376 +"97924",23825,21138,3,1913,2849 +"97925",23825,22682,3,1913,2035 +"97926",23825,23526,3,1913,1998 +"97927",23825,23725,3,1913,2378 +"97928",23825,23726,3,1913,2434 +"97929",23825,25622,3,1913,1985 +"97930",23825,26451,3,1913,2133 +"97931",23825,27030,3,1913,2031 +"97932",23825,30906,3,1913,2537 +"97933",23825,30943,3,1913,2287 +"97934",23825,31705,3,1913,2706 +"97935",23825,32549,3,1913,2111 +"97936",23825,32606,2,1913,2100 +"97937",23825,33433,3,1913,2805 +"97938",23825,33672,3,1913,2396 +"97939",23825,34480,3,1913,2755 +"97940",23825,34509,3,1913,1973 +"97941",23825,34707,3,1913,2042 +"97942",23825,34836,2,1913,2302 +"97943",23825,35715,3,1913,2912 +"97944",23825,38780,3,1913,2705 +"97945",23825,40129,3,1913,2162 +"97946",23825,40493,3,1913,1981 +"97947",23825,41837,3,1913,2399 +"97948",23825,43953,3,1913,2203 +"97949",23825,44135,3,1913,2620 +"97950",23825,46803,3,1913,2305 +"97951",23825,47248,3,1913,2883 +"97952",23825,47362,3,1913,2253 +"97953",23825,47877,3,1913,2970 +"97954",23825,49110,3,1913,2938 +"97955",23825,49696,3,1913,2444 +"97956",23825,50248,3,1913,2781 +"97957",23825,50275,3,1913,2832 +"97958",23825,51017,3,1913,2073 +"97959",23825,53266,3,1913,2389 +"97960",23825,53519,3,1913,2781 +"97961",23825,54551,3,1913,2348 +"97962",23825,55643,3,1913,2359 +"97963",23825,55775,3,1913,2385 +"97964",23825,58993,3,1913,2390 +"97965",23825,59113,3,1913,2434 +"97966",23825,61585,3,1913,2315 +"97967",23825,64793,3,1913,2819 +"97968",23825,65007,3,1913,2530 +"97969",23825,67775,3,1913,1964 +"97970",23825,70203,3,1913,2756 +"97971",23825,72468,3,1913,2292 +"97972",23825,77155,3,1913,2946 +"97973",23825,79627,2,1913,2409 +"97974",23825,80606,3,1913,2079 +"97975",23825,85638,3,1913,2275 +"97976",23825,87144,2,1913,2299 +"97977",23825,88232,3,1913,2881 +"97978",23825,89681,3,1913,1978 +"97979",23825,119208,3,1913,2646 +"97980",23869,1196,3,1918,1986 +"97981",23869,1355,3,1918,2473 +"97982",23869,1767,3,1918,2727 +"97983",23869,1777,3,1918,1965 +"97984",23869,3164,3,1918,2693 +"97985",23869,3306,3,1918,1989 +"97986",23869,3961,2,1918,2426 +"97987",23869,4289,3,1918,1921 +"97988",23869,5041,3,1918,2371 +"97989",23869,5078,3,1918,2033 +"97990",23869,5315,3,1918,2631 +"97991",23869,5457,3,1918,2077 +"97992",23869,5462,3,1918,2374 +"97993",23869,5504,3,1918,2389 +"97994",23869,6047,3,1918,2004 +"97995",23869,6055,3,1918,2651 +"97996",23869,6222,3,1918,1949 +"97997",23869,7984,3,1918,2493 +"97998",23869,7992,1,1918,2033 +"97999",23869,9311,3,1918,2477 +"98000",23869,9349,3,1918,2052 +"98001",23869,10358,2,1918,2294 +"98002",23869,10779,3,1918,2881 +"98003",23869,11218,3,1918,2292 +"98004",23869,11477,3,1918,2724 +"98005",23869,12388,3,1918,1975 +"98006",23869,12778,3,1918,2045 +"98007",23869,13311,3,1918,2315 +"98008",23869,13388,2,1918,2119 +"98009",23869,13780,3,1918,2412 +"98010",23869,14032,3,1918,2144 +"98011",23869,14669,3,1918,2080 +"98012",23869,14959,3,1918,2898 +"98013",23869,15003,2,1918,2067 +"98014",23869,15309,3,1918,2820 +"98015",23869,15444,3,1918,2764 +"98016",23869,15636,2,1918,2857 +"98017",23869,16539,3,1918,1947 +"98018",23869,16826,3,1918,2599 +"98019",23869,17027,3,1918,2772 +"98020",23869,17354,3,1918,2250 +"98021",23869,17365,3,1918,2746 +"98022",23869,18151,3,1918,2962 +"98023",23869,18394,3,1918,2356 +"98024",23869,18543,3,1918,2968 +"98025",23869,18874,3,1918,2170 +"98026",23869,19235,3,1918,1966 +"98027",23869,20067,1,1918,2390 +"98028",23869,20311,3,1918,1981 +"98029",23869,20659,3,1918,1969 +"98030",23869,20732,2,1918,2401 +"98031",23869,21138,3,1918,2849 +"98032",23869,21706,2,1918,1988 +"98033",23869,23310,3,1918,2371 +"98034",23869,23726,2,1918,2434 +"98035",23869,23787,3,1918,2810 +"98036",23869,24753,3,1918,2860 +"98037",23869,24756,3,1918,2530 +"98038",23869,25486,2,1918,2582 +"98039",23869,26249,2,1918,2301 +"98040",23869,27173,3,1918,2050 +"98041",23869,29095,3,1918,2531 +"98042",23869,30943,3,1918,2287 +"98043",23869,31069,3,1918,1995 +"98044",23869,31700,3,1918,2727 +"98045",23869,32919,3,1918,2321 +"98046",23869,32988,3,1918,2008 +"98047",23869,33801,2,1918,2899 +"98048",23869,34426,3,1918,2743 +"98049",23869,34907,3,1918,1945 +"98050",23869,35926,3,1918,2371 +"98051",23869,40432,3,1918,1956 +"98052",23869,41664,3,1918,2641 +"98053",23869,42505,3,1918,2008 +"98054",23869,43479,3,1918,2178 +"98055",23869,44427,3,1918,2875 +"98056",23869,44557,3,1918,2371 +"98057",23869,44819,1,1918,2063 +"98058",23869,46803,1,1918,2305 +"98059",23869,47386,3,1918,2226 +"98060",23869,50269,2,1918,1966 +"98061",23869,50382,2,1918,2244 +"98062",23869,51017,3,1918,2073 +"98063",23869,51157,3,1918,2319 +"98064",23869,53475,2,1918,2853 +"98065",23869,54929,3,1918,2783 +"98066",23869,57842,3,1918,2482 +"98067",23869,57977,3,1918,2683 +"98068",23869,58669,3,1918,2296 +"98069",23869,58993,2,1918,2390 +"98070",23869,70046,3,1918,2624 +"98071",23869,70203,2,1918,2756 +"98072",23869,76356,3,1918,2323 +"98073",23869,76398,3,1918,2400 +"98074",23869,87720,3,1918,2086 +"98075",23869,91142,3,1918,2527 +"98076",23869,102824,3,1918,2944 +"98077",23879,1708,3,438,1591 +"98078",23879,12084,1,438,1960 +"98079",23879,14772,3,438,2386 +"98080",23879,16910,3,438,1978 +"98081",23879,23963,1,438,647 +"98082",23879,42175,3,438,1594 +"98083",23879,46602,3,438,2786 +"98084",23879,51516,3,438,1361 +"98085",23879,56396,3,438,2408 +"98086",23879,60966,3,438,2734 +"98087",23879,73266,3,438,2496 +"98088",23879,105077,3,438,920 +"98089",23890,3669,3,1810,2524 +"98090",23890,14957,3,1810,2306 +"98091",23890,18954,3,1810,2364 +"98092",23890,19972,3,1810,2078 +"98093",23890,23975,3,1810,2143 +"98094",23890,24761,1,1810,2384 +"98095",23890,33562,3,1810,1979 +"98096",23890,53498,3,1810,1967 +"98097",23890,59579,2,1810,2034 +"98098",23890,88123,3,1810,2252 +"98099",23890,113181,2,1810,2301 +"98100",23911,3819,3,935,1583 +"98101",23911,5615,3,935,1105 +"98102",23911,14586,3,935,2801 +"98103",23911,15444,3,935,2764 +"98104",23911,16195,1,935,2964 +"98105",23911,17396,3,935,1672 +"98106",23911,17819,3,935,2291 +"98107",23911,21248,3,935,2232 +"98108",23911,22331,3,935,2687 +"98109",23911,24256,3,935,2393 +"98110",23911,25443,3,935,1441 +"98111",23911,28579,1,935,1722 +"98112",23911,29930,3,935,2240 +"98113",23911,31307,3,935,2139 +"98114",23911,31705,3,935,2706 +"98115",23911,33383,3,935,1572 +"98116",23911,42837,2,935,1096 +"98117",23911,79013,3,935,1441 +"98118",23911,85784,3,935,1142 +"98119",23918,135,2,1881,2233 +"98120",23918,145,3,1881,1998 +"98121",23918,455,3,1881,2827 +"98122",23918,470,2,1881,2285 +"98123",23918,701,3,1881,2718 +"98124",23918,913,2,1881,2144 +"98125",23918,1136,3,1881,2536 +"98126",23918,4084,2,1881,2133 +"98127",23918,4191,3,1881,2130 +"98128",23918,4504,3,1881,1905 +"98129",23918,7245,3,1881,2089 +"98130",23918,7350,3,1881,1901 +"98131",23918,7515,3,1881,2737 +"98132",23918,7847,3,1881,2424 +"98133",23918,8238,3,1881,2222 +"98134",23918,10370,3,1881,2224 +"98135",23918,10433,2,1881,2075 +"98136",23918,11516,3,1881,1937 +"98137",23918,12602,3,1881,1956 +"98138",23918,12863,3,1881,2027 +"98139",23918,15546,3,1881,2055 +"98140",23918,16866,3,1881,2718 +"98141",23918,18865,3,1881,2676 +"98142",23918,19093,3,1881,2224 +"98143",23918,19208,3,1881,2629 +"98144",23918,19605,3,1881,2395 +"98145",23918,22566,3,1881,2308 +"98146",23918,22682,3,1881,2035 +"98147",23918,23132,3,1881,2756 +"98148",23918,23705,2,1881,2699 +"98149",23918,23869,3,1881,1918 +"98150",23918,24448,3,1881,2289 +"98151",23918,24568,2,1881,1937 +"98152",23918,26436,3,1881,2489 +"98153",23918,27173,3,1881,2050 +"98154",23918,27275,3,1881,2656 +"98155",23918,27390,3,1881,2425 +"98156",23918,27796,3,1881,2151 +"98157",23918,28101,3,1881,1949 +"98158",23918,29308,3,1881,2094 +"98159",23918,29930,3,1881,2240 +"98160",23918,30052,3,1881,2855 +"98161",23918,31235,3,1881,2668 +"98162",23918,33622,3,1881,2230 +"98163",23918,40369,3,1881,2735 +"98164",23918,45633,3,1881,2134 +"98165",23918,46803,3,1881,2305 +"98166",23918,50480,3,1881,2701 +"98167",23918,50685,3,1881,2008 +"98168",23918,53196,2,1881,1888 +"98169",23918,55139,3,1881,2323 +"98170",23918,55468,3,1881,2511 +"98171",23918,56910,3,1881,2705 +"98172",23918,63395,3,1881,2334 +"98173",23918,63409,2,1881,1937 +"98174",23918,63442,3,1881,1965 +"98175",23918,63515,3,1881,2023 +"98176",23918,64997,3,1881,2791 +"98177",23918,66413,2,1881,2507 +"98178",23918,73305,3,1881,2544 +"98179",23918,76666,3,1881,1908 +"98180",23918,105063,2,1881,1908 +"98181",23963,1624,3,647,2687 +"98182",23963,1708,2,647,1591 +"98183",23963,6747,3,647,2913 +"98184",23963,7604,3,647,1366 +"98185",23963,10875,3,647,1234 +"98186",23963,10945,3,647,881 +"98187",23963,11419,3,647,1408 +"98188",23963,12084,1,647,1960 +"98189",23963,13201,3,647,2034 +"98190",23963,14772,2,647,2386 +"98191",23963,16313,3,647,1160 +"98192",23963,16910,2,647,1978 +"98193",23963,20469,3,647,2125 +"98194",23963,25530,3,647,2884 +"98195",23963,42175,3,647,1594 +"98196",23963,42382,3,647,2224 +"98197",23963,46602,3,647,2786 +"98198",23963,46616,3,647,1917 +"98199",23963,47607,3,647,2724 +"98200",23963,51516,2,647,1361 +"98201",23963,53584,3,647,2391 +"98202",23963,56396,3,647,2408 +"98203",23963,60966,2,647,2734 +"98204",23963,68888,3,647,2786 +"98205",23963,73266,2,647,2496 +"98206",23963,76796,3,647,1140 +"98207",23963,96301,3,647,818 +"98208",23963,105077,3,647,920 +"98209",23963,117932,3,647,926 +"98210",23965,23,3,165,1682 +"98211",23965,671,3,165,2328 +"98212",23965,1090,2,165,2370 +"98213",23965,1321,3,165,2075 +"98214",23965,1676,3,165,1198 +"98215",23965,3088,3,165,1670 +"98216",23965,3164,3,165,2693 +"98217",23965,4289,3,165,1921 +"98218",23965,4790,3,165,1025 +"98219",23965,5041,3,165,2371 +"98220",23965,5462,3,165,2374 +"98221",23965,8621,3,165,1681 +"98222",23965,10799,3,165,2010 +"98223",23965,10875,3,165,1234 +"98224",23965,12713,3,165,2440 +"98225",23965,13248,3,165,1385 +"98226",23965,13929,1,165,2693 +"98227",23965,13945,3,165,1324 +"98228",23965,14091,1,165,929 +"98229",23965,15299,3,165,2213 +"98230",23965,15607,3,165,1421 +"98231",23965,16111,3,165,1714 +"98232",23965,16609,3,165,538 +"98233",23965,20643,3,165,2341 +"98234",23965,22216,3,165,1956 +"98235",23965,24146,3,165,2003 +"98236",23965,24362,3,165,1287 +"98237",23965,24755,3,165,1319 +"98238",23965,25643,3,165,1646 +"98239",23965,26570,3,165,1669 +"98240",23965,26608,3,165,2329 +"98241",23965,28434,3,165,1141 +"98242",23965,29050,2,165,1196 +"98243",23965,30081,3,165,2403 +"98244",23965,32113,3,165,882 +"98245",23965,32173,3,165,2341 +"98246",23965,36450,3,165,1591 +"98247",23965,36962,2,165,2861 +"98248",23965,37333,3,165,1612 +"98249",23965,38162,3,165,1691 +"98250",23965,40186,3,165,199 +"98251",23965,44427,3,165,2875 +"98252",23965,47082,3,165,1990 +"98253",23965,47947,3,165,2681 +"98254",23965,50217,2,165,1211 +"98255",23965,52058,3,165,1836 +"98256",23965,53630,2,165,1565 +"98257",23965,54020,3,165,1578 +"98258",23965,54305,3,165,1222 +"98259",23965,55156,3,165,2196 +"98260",23965,55691,2,165,2856 +"98261",23965,56464,3,165,2488 +"98262",23965,68810,3,165,2409 +"98263",23965,70046,3,165,2624 +"98264",23965,72823,1,165,929 +"98265",23965,75650,3,165,972 +"98266",23965,78416,3,165,630 +"98267",23965,78563,3,165,2385 +"98268",23965,79088,3,165,1369 +"98269",23965,80190,3,165,2717 +"98270",23965,84618,2,165,545 +"98271",23965,86986,3,165,1976 +"98272",23965,92495,3,165,283 +"98273",23965,94101,2,165,997 +"98274",23965,94125,2,165,2280 +"98275",23965,99137,2,165,804 +"98276",23965,101482,2,165,1300 +"98277",23965,108415,3,165,752 +"98278",23965,109415,3,165,1328 +"98279",23966,14,3,891,1793 +"98280",23966,21,3,891,1385 +"98281",23966,194,3,891,1243 +"98282",23966,360,3,891,1671 +"98283",23966,364,3,891,2351 +"98284",23966,380,2,891,2261 +"98285",23966,680,3,891,2569 +"98286",23966,1102,3,891,2282 +"98287",23966,1314,2,891,1522 +"98288",23966,1349,1,891,1147 +"98289",23966,1519,2,891,2349 +"98290",23966,1702,2,891,1984 +"98291",23966,1846,2,891,1845 +"98292",23966,2489,3,891,1537 +"98293",23966,2572,3,891,2273 +"98294",23966,2852,3,891,2448 +"98295",23966,2936,2,891,2512 +"98296",23966,2959,3,891,1785 +"98297",23966,3403,3,891,2951 +"98298",23966,3493,2,891,2451 +"98299",23966,3801,3,891,1974 +"98300",23966,4001,2,891,1687 +"98301",23966,4303,3,891,2414 +"98302",23966,4526,2,891,1728 +"98303",23966,4612,3,891,2804 +"98304",23966,4660,3,891,2149 +"98305",23966,4665,3,891,1569 +"98306",23966,5106,3,891,2622 +"98307",23966,5235,2,891,2324 +"98308",23966,5683,2,891,2468 +"98309",23966,5792,3,891,975 +"98310",23966,5962,3,891,2491 +"98311",23966,7337,3,891,1797 +"98312",23966,7997,3,891,2049 +"98313",23966,8062,3,891,2858 +"98314",23966,8088,3,891,2220 +"98315",23966,8395,3,891,896 +"98316",23966,9484,3,891,1429 +"98317",23966,9723,3,891,2302 +"98318",23966,9785,3,891,2951 +"98319",23966,10129,3,891,2124 +"98320",23966,10350,3,891,1163 +"98321",23966,10457,3,891,1711 +"98322",23966,10513,3,891,2284 +"98323",23966,11108,3,891,1609 +"98324",23966,11588,3,891,2352 +"98325",23966,12078,3,891,2381 +"98326",23966,12361,2,891,2732 +"98327",23966,12759,3,891,2414 +"98328",23966,12897,3,891,1351 +"98329",23966,14449,3,891,1258 +"98330",23966,14749,2,891,1998 +"98331",23966,15095,3,891,2001 +"98332",23966,15443,3,891,1631 +"98333",23966,16365,3,891,2217 +"98334",23966,16539,3,891,1947 +"98335",23966,17033,3,891,2771 +"98336",23966,18122,3,891,894 +"98337",23966,18394,3,891,2356 +"98338",23966,18421,3,891,2457 +"98339",23966,18672,3,891,1182 +"98340",23966,19655,2,891,2706 +"98341",23966,19686,3,891,2467 +"98342",23966,20395,3,891,1468 +"98343",23966,20941,1,891,2725 +"98344",23966,20984,3,891,2502 +"98345",23966,21207,3,891,1258 +"98346",23966,21383,2,891,971 +"98347",23966,21593,3,891,1312 +"98348",23966,22166,3,891,994 +"98349",23966,22244,2,891,2139 +"98350",23966,22260,3,891,2137 +"98351",23966,22723,3,891,2859 +"98352",23966,23131,3,891,1732 +"98353",23966,23154,3,891,2345 +"98354",23966,23471,3,891,2488 +"98355",23966,23756,3,891,2309 +"98356",23966,24060,3,891,2349 +"98357",23966,25163,3,891,1751 +"98358",23966,26366,3,891,1688 +"98359",23966,26793,3,891,2104 +"98360",23966,27320,3,891,2378 +"98361",23966,27686,2,891,2844 +"98362",23966,28116,3,891,1643 +"98363",23966,28893,3,891,2764 +"98364",23966,28909,3,891,978 +"98365",23966,29267,3,891,1234 +"98366",23966,29289,3,891,1756 +"98367",23966,29319,3,891,2314 +"98368",23966,29473,3,891,2602 +"98369",23966,29818,3,891,1677 +"98370",23966,29977,3,891,2781 +"98371",23966,30034,2,891,2357 +"98372",23966,30334,3,891,2075 +"98373",23966,30525,3,891,1964 +"98374",23966,31286,3,891,1965 +"98375",23966,31335,1,891,2351 +"98376",23966,31408,3,891,994 +"98377",23966,31866,2,891,2101 +"98378",23966,32457,3,891,2690 +"98379",23966,32470,3,891,1539 +"98380",23966,32479,3,891,969 +"98381",23966,33870,3,891,955 +"98382",23966,34216,3,891,2832 +"98383",23966,34334,3,891,1637 +"98384",23966,34831,3,891,1866 +"98385",23966,35589,3,891,983 +"98386",23966,36278,3,891,2952 +"98387",23966,36829,2,891,2722 +"98388",23966,36953,3,891,2790 +"98389",23966,37036,3,891,2264 +"98390",23966,37060,3,891,2840 +"98391",23966,37424,3,891,1693 +"98392",23966,37636,3,891,2178 +"98393",23966,38492,3,891,2280 +"98394",23966,38513,3,891,914 +"98395",23966,38691,2,891,2585 +"98396",23966,39880,3,891,1620 +"98397",23966,40392,3,891,1878 +"98398",23966,41187,3,891,2340 +"98399",23966,41446,3,891,1103 +"98400",23966,41478,3,891,957 +"98401",23966,41581,3,891,1692 +"98402",23966,41723,3,891,2101 +"98403",23966,42254,3,891,1052 +"98404",23966,43021,3,891,943 +"98405",23966,43673,3,891,2787 +"98406",23966,44694,3,891,2220 +"98407",23966,45302,3,891,2390 +"98408",23966,45729,3,891,2606 +"98409",23966,46486,3,891,1868 +"98410",23966,46532,3,891,2005 +"98411",23966,46650,3,891,1330 +"98412",23966,46982,3,891,2806 +"98413",23966,47013,3,891,2388 +"98414",23966,50134,3,891,2674 +"98415",23966,50335,3,891,1893 +"98416",23966,50585,3,891,2414 +"98417",23966,50630,2,891,2615 +"98418",23966,50996,3,891,929 +"98419",23966,51144,2,891,2466 +"98420",23966,51783,3,891,2599 +"98421",23966,52136,3,891,1412 +"98422",23966,54313,3,891,1645 +"98423",23966,54467,3,891,919 +"98424",23966,54775,3,891,2383 +"98425",23966,56669,3,891,2924 +"98426",23966,57180,3,891,2703 +"98427",23966,57765,3,891,2893 +"98428",23966,58421,3,891,910 +"98429",23966,61347,3,891,1684 +"98430",23966,62626,3,891,2787 +"98431",23966,62966,3,891,1282 +"98432",23966,63641,3,891,2337 +"98433",23966,63644,3,891,1267 +"98434",23966,66717,3,891,2104 +"98435",23966,67617,3,891,1149 +"98436",23966,67942,3,891,973 +"98437",23966,68539,2,891,1158 +"98438",23966,68931,3,891,2771 +"98439",23966,70583,2,891,2615 +"98440",23966,72348,3,891,1810 +"98441",23966,72535,3,891,1191 +"98442",23966,72632,2,891,1289 +"98443",23966,72986,3,891,1055 +"98444",23966,73107,2,891,1918 +"98445",23966,73582,3,891,2075 +"98446",23966,75028,3,891,1660 +"98447",23966,78138,3,891,1601 +"98448",23966,81162,3,891,1240 +"98449",23966,81753,3,891,1736 +"98450",23966,83253,3,891,1102 +"98451",23966,85198,2,891,1794 +"98452",23966,87907,2,891,1173 +"98453",23966,87958,3,891,1234 +"98454",23966,90065,3,891,1418 +"98455",23966,90709,3,891,1080 +"98456",23966,91279,3,891,966 +"98457",23966,94525,3,891,1993 +"98458",23966,95910,3,891,999 +"98459",23966,96007,3,891,895 +"98460",23966,96310,2,891,1016 +"98461",23966,96706,3,891,1597 +"98462",23966,96715,2,891,1792 +"98463",23966,99288,3,891,983 +"98464",23970,1102,3,1624,2282 +"98465",23970,2424,3,1624,2582 +"98466",23970,3493,3,1624,2451 +"98467",23970,4360,3,1624,1770 +"98468",23970,23727,1,1624,1734 +"98469",23970,43213,3,1624,2160 +"98470",23970,52576,2,1624,2234 +"98471",23970,55082,3,1624,1856 +"98472",23970,56082,3,1624,2395 +"98473",23970,72207,3,1624,2430 +"98474",23970,75403,3,1624,1895 +"98475",24005,613,3,1188,2687 +"98476",24005,675,3,1188,1686 +"98477",24005,1136,3,1188,2536 +"98478",24005,1154,3,1188,1656 +"98479",24005,2036,3,1188,2483 +"98480",24005,2743,3,1188,1278 +"98481",24005,3167,3,1188,1676 +"98482",24005,3830,3,1188,1661 +"98483",24005,4057,3,1188,2389 +"98484",24005,4226,3,1188,1903 +"98485",24005,4701,3,1188,2401 +"98486",24005,5462,3,1188,2374 +"98487",24005,5971,3,1188,1985 +"98488",24005,6491,3,1188,2424 +"98489",24005,6588,3,1188,2025 +"98490",24005,7226,2,1188,1228 +"98491",24005,7241,2,1188,2259 +"98492",24005,9150,3,1188,2689 +"98493",24005,10646,2,1188,1555 +"98494",24005,12374,1,1188,2260 +"98495",24005,13043,3,1188,1295 +"98496",24005,13929,3,1188,2693 +"98497",24005,15118,2,1188,1311 +"98498",24005,16352,3,1188,2657 +"98499",24005,17645,3,1188,1918 +"98500",24005,20311,3,1188,1981 +"98501",24005,20824,3,1188,1366 +"98502",24005,21104,2,1188,2327 +"98503",24005,21122,2,1188,1701 +"98504",24005,22006,3,1188,1202 +"98505",24005,23508,3,1188,1907 +"98506",24005,23534,3,1188,1659 +"98507",24005,25643,3,1188,1646 +"98508",24005,26451,3,1188,2133 +"98509",24005,26570,3,1188,1669 +"98510",24005,26671,3,1188,2279 +"98511",24005,26867,3,1188,1804 +"98512",24005,27792,3,1188,1308 +"98513",24005,27849,2,1188,1316 +"98514",24005,29073,3,1188,2328 +"98515",24005,33430,3,1188,2225 +"98516",24005,33622,3,1188,2230 +"98517",24005,34136,2,1188,2202 +"98518",24005,34160,3,1188,1759 +"98519",24005,34836,3,1188,2302 +"98520",24005,38019,3,1188,1870 +"98521",24005,39444,3,1188,2695 +"98522",24005,40028,3,1188,1349 +"98523",24005,40293,3,1188,1671 +"98524",24005,40369,3,1188,2735 +"98525",24005,41278,3,1188,1873 +"98526",24005,43518,3,1188,2680 +"98527",24005,47803,3,1188,2477 +"98528",24005,47839,3,1188,1864 +"98529",24005,48698,1,1188,1474 +"98530",24005,50118,3,1188,2654 +"98531",24005,50236,3,1188,2339 +"98532",24005,51810,3,1188,1401 +"98533",24005,52345,3,1188,1430 +"98534",24005,53303,3,1188,1376 +"98535",24005,55468,3,1188,2511 +"98536",24005,55691,3,1188,2856 +"98537",24005,57950,2,1188,1529 +"98538",24005,58133,3,1188,1484 +"98539",24005,64031,3,1188,1295 +"98540",24005,64181,3,1188,1828 +"98541",24005,64997,2,1188,2791 +"98542",24005,70046,3,1188,2624 +"98543",24005,72597,3,1188,1843 +"98544",24005,92124,3,1188,1532 +"98545",24005,97915,3,1188,1802 +"98546",24005,108379,3,1188,2933 +"98547",24005,108647,3,1188,1934 +"98548",24005,108867,1,1188,2328 +"98549",24044,1624,3,1076,2687 +"98550",24044,1708,3,1076,1591 +"98551",24044,1785,2,1076,2350 +"98552",24044,2370,3,1076,1600 +"98553",24044,3360,3,1076,1583 +"98554",24044,5064,2,1076,1690 +"98555",24044,5937,2,1076,2392 +"98556",24044,7499,3,1076,1803 +"98557",24044,8896,2,1076,1139 +"98558",24044,8899,3,1076,2023 +"98559",24044,9656,2,1076,1135 +"98560",24044,9740,3,1076,2233 +"98561",24044,10119,3,1076,2374 +"98562",24044,11259,3,1076,1356 +"98563",24044,13671,3,1076,1371 +"98564",24044,15150,1,1076,2801 +"98565",24044,15558,3,1076,2389 +"98566",24044,16518,3,1076,2642 +"98567",24044,16524,3,1076,1556 +"98568",24044,18821,3,1076,2075 +"98569",24044,19002,1,1076,2053 +"98570",24044,19048,3,1076,2180 +"98571",24044,19190,3,1076,2677 +"98572",24044,20011,2,1076,2826 +"98573",24044,21942,3,1076,2041 +"98574",24044,23728,3,1076,2601 +"98575",24044,25330,3,1076,2370 +"98576",24044,26698,2,1076,1963 +"98577",24044,28970,3,1076,2111 +"98578",24044,29775,2,1076,2064 +"98579",24044,32841,3,1076,1345 +"98580",24044,33460,3,1076,2781 +"98581",24044,34576,3,1076,1727 +"98582",24044,36709,2,1076,1629 +"98583",24044,41521,3,1076,2069 +"98584",24044,43768,3,1076,1468 +"98585",24044,46049,3,1076,2102 +"98586",24044,48585,3,1076,2063 +"98587",24044,49415,3,1076,2654 +"98588",24044,49708,3,1076,1147 +"98589",24044,50678,3,1076,1366 +"98590",24044,56168,3,1076,1466 +"98591",24044,56413,3,1076,2747 +"98592",24044,64628,3,1076,2829 +"98593",24044,69961,3,1076,2483 +"98594",24044,73520,3,1076,2613 +"98595",24044,73629,3,1076,1713 +"98596",24044,76505,3,1076,2123 +"98597",24044,76997,3,1076,2223 +"98598",24044,79772,3,1076,1230 +"98599",24044,79793,3,1076,1915 +"98600",24044,83334,3,1076,1708 +"98601",24044,83786,3,1076,1614 +"98602",24044,83790,3,1076,1637 +"98603",24044,85401,3,1076,1931 +"98604",24044,86559,3,1076,1704 +"98605",24044,90429,3,1076,1684 +"98606",24044,93553,3,1076,2537 +"98607",24044,96700,3,1076,1602 +"98608",24044,104843,3,1076,1167 +"98609",24060,2852,3,2349,2448 +"98610",24060,6074,3,2349,2426 +"98611",24060,14834,3,2349,2739 +"98612",24060,17365,3,2349,2746 +"98613",24060,18394,3,2349,2356 +"98614",24060,21682,3,2349,2414 +"98615",24060,33475,3,2349,2367 +"98616",24060,37059,3,2349,2840 +"98617",24060,41023,2,2349,2408 +"98618",24060,42216,3,2349,2722 +"98619",24060,43455,3,2349,2846 +"98620",24060,45302,2,2349,2390 +"98621",24060,46950,3,2349,2673 +"98622",24060,49110,3,2349,2938 +"98623",24060,50134,2,2349,2674 +"98624",24060,51035,3,2349,2397 +"98625",24060,51866,2,2349,2411 +"98626",24060,66992,3,2349,2882 +"98627",24066,14,3,1755,1793 +"98628",24066,25,3,1755,2762 +"98629",24066,270,2,1755,2542 +"98630",24066,380,3,1755,2261 +"98631",24066,1102,3,1755,2282 +"98632",24066,2111,3,1755,1904 +"98633",24066,2424,3,1755,2582 +"98634",24066,2625,3,1755,2152 +"98635",24066,3305,3,1755,2839 +"98636",24066,4360,3,1755,1770 +"98637",24066,5235,2,1755,2324 +"98638",24066,5971,3,1755,1985 +"98639",24066,6222,3,1755,1949 +"98640",24066,6390,3,1755,2385 +"98641",24066,6491,3,1755,2424 +"98642",24066,6588,3,1755,2025 +"98643",24066,6718,3,1755,2138 +"98644",24066,7847,3,1755,2424 +"98645",24066,8274,2,1755,1909 +"98646",24066,8327,3,1755,2527 +"98647",24066,9723,3,1755,2302 +"98648",24066,11218,3,1755,2292 +"98649",24066,12432,1,1755,1816 +"98650",24066,12449,2,1755,2067 +"98651",24066,13307,3,1755,2206 +"98652",24066,13869,3,1755,1786 +"98653",24066,14959,3,1755,2898 +"98654",24066,16863,3,1755,2069 +"98655",24066,18394,1,1755,2356 +"98656",24066,19862,3,1755,2412 +"98657",24066,20067,3,1755,2390 +"98658",24066,20486,3,1755,1908 +"98659",24066,21693,3,1755,2176 +"98660",24066,22260,2,1755,2137 +"98661",24066,23509,3,1755,2275 +"98662",24066,23526,3,1755,1998 +"98663",24066,23715,3,1755,1859 +"98664",24066,23725,3,1755,2378 +"98665",24066,24558,3,1755,2139 +"98666",24066,26671,3,1755,2279 +"98667",24066,26867,3,1755,1804 +"98668",24066,29948,3,1755,2795 +"98669",24066,30405,2,1755,2164 +"98670",24066,31235,3,1755,2668 +"98671",24066,32173,3,1755,2341 +"98672",24066,38921,3,1755,1880 +"98673",24066,40493,3,1755,1981 +"98674",24066,42687,3,1755,1952 +"98675",24066,43455,3,1755,2846 +"98676",24066,46629,3,1755,2255 +"98677",24066,47445,3,1755,2668 +"98678",24066,48035,3,1755,2180 +"98679",24066,48274,2,1755,1979 +"98680",24066,48373,3,1755,2220 +"98681",24066,50236,3,1755,2339 +"98682",24066,51089,3,1755,2426 +"98683",24066,55468,3,1755,2511 +"98684",24066,56082,3,1755,2395 +"98685",24066,57353,3,1755,1849 +"98686",24066,60855,3,1755,2272 +"98687",24066,61982,3,1755,2725 +"98688",24066,64997,3,1755,2791 +"98689",24066,70203,3,1755,2756 +"98690",24066,72207,3,1755,2430 +"98691",24066,73197,3,1755,1998 +"98692",24066,76356,3,1755,2323 +"98693",24066,79804,3,1755,2227 +"98694",24066,81221,2,1755,2285 +"98695",24066,91579,2,1755,2510 +"98696",24066,92513,3,1755,2282 +"98697",24069,25373,3,2697,2783 +"98698",24069,44603,3,2697,2748 +"98699",24069,77052,3,2697,2770 +"98700",24085,135,3,1253,2233 +"98701",24085,468,3,1253,1966 +"98702",24085,2093,3,1253,2459 +"98703",24085,3317,2,1253,2037 +"98704",24085,5346,3,1253,1438 +"98705",24085,5816,3,1253,2408 +"98706",24085,5845,3,1253,1552 +"98707",24085,6234,3,1253,2654 +"98708",24085,9423,3,1253,1708 +"98709",24085,10905,3,1253,1552 +"98710",24085,10914,3,1253,1660 +"98711",24085,10964,2,1253,2043 +"98712",24085,11019,2,1253,1299 +"98713",24085,11029,3,1253,2362 +"98714",24085,11067,2,1253,2734 +"98715",24085,14072,3,1253,1346 +"98716",24085,14586,2,1253,2801 +"98717",24085,14731,3,1253,2012 +"98718",24085,14972,3,1253,2332 +"98719",24085,15207,3,1253,1855 +"98720",24085,15381,3,1253,2289 +"98721",24085,15821,3,1253,2456 +"98722",24085,17396,3,1253,1672 +"98723",24085,20545,3,1253,1491 +"98724",24085,21480,3,1253,1646 +"98725",24085,21487,3,1253,2203 +"98726",24085,24195,2,1253,1575 +"98727",24085,24866,3,1253,2103 +"98728",24085,25443,3,1253,1441 +"98729",24085,26658,3,1253,2745 +"98730",24085,28648,3,1253,1586 +"98731",24085,29409,3,1253,2199 +"98732",24085,29578,3,1253,1957 +"98733",24085,30092,3,1253,1593 +"98734",24085,30981,3,1253,2366 +"98735",24085,31131,3,1253,2810 +"98736",24085,32939,2,1253,2277 +"98737",24085,33039,3,1253,1759 +"98738",24085,33383,3,1253,1572 +"98739",24085,34509,3,1253,1973 +"98740",24085,34776,3,1253,1281 +"98741",24085,35264,3,1253,2329 +"98742",24085,35620,3,1253,2092 +"98743",24085,36120,3,1253,2971 +"98744",24085,36136,3,1253,2338 +"98745",24085,36215,3,1253,1623 +"98746",24085,38676,3,1253,2286 +"98747",24085,40009,3,1253,1341 +"98748",24085,42256,3,1253,2839 +"98749",24085,42914,3,1253,1737 +"98750",24085,45585,3,1253,2384 +"98751",24085,46385,3,1253,2225 +"98752",24085,47534,3,1253,2712 +"98753",24085,49121,3,1253,2199 +"98754",24085,53445,3,1253,2028 +"98755",24085,53530,1,1253,2380 +"98756",24085,56903,3,1253,1584 +"98757",24085,57394,3,1253,1271 +"98758",24085,57804,2,1253,2214 +"98759",24085,58284,3,1253,2292 +"98760",24085,64987,3,1253,1360 +"98761",24085,75607,3,1253,2245 +"98762",24085,82246,3,1253,1538 +"98763",24086,10200,2,2663,2920 +"98764",24086,14586,3,2663,2801 +"98765",24086,34491,3,2663,2694 +"98766",24096,341,3,2612,2689 +"98767",24096,3770,2,2612,2623 +"98768",24096,10766,2,2612,2647 +"98769",24096,40572,3,2612,2666 +"98770",24096,53739,3,2612,2704 +"98771",24096,61240,1,2612,2651 +"98772",24104,2344,2,817,2752 +"98773",24104,2802,2,817,1836 +"98774",24104,6248,3,817,2737 +"98775",24104,7948,1,817,1584 +"98776",24104,9506,3,817,1012 +"98777",24104,9716,3,817,1929 +"98778",24104,10727,1,817,2082 +"98779",24104,10908,3,817,1134 +"98780",24104,16361,2,817,1641 +"98781",24104,16593,3,817,1139 +"98782",24104,18855,3,817,1362 +"98783",24104,25885,2,817,1223 +"98784",24104,25886,3,817,1580 +"98785",24104,28355,3,817,2053 +"98786",24104,29117,3,817,1250 +"98787",24104,29556,3,817,907 +"98788",24104,36514,3,817,1192 +"98789",24104,42713,3,817,1995 +"98790",24104,49147,3,817,2539 +"98791",24104,51678,3,817,1077 +"98792",24104,52185,3,817,1012 +"98793",24104,54061,3,817,1488 +"98794",24104,65223,3,817,2724 +"98795",24104,67763,3,817,822 +"98796",24104,93317,3,817,1223 +"98797",24104,105867,2,817,1641 +"98798",24104,107993,1,817,999 +"98799",24109,2407,3,504,1725 +"98800",24109,3669,3,504,2524 +"98801",24109,4144,3,504,1520 +"98802",24109,6040,3,504,2103 +"98803",24109,9050,3,504,2026 +"98804",24109,9727,2,504,2327 +"98805",24109,9808,3,504,1648 +"98806",24109,9912,3,504,1356 +"98807",24109,11135,2,504,2441 +"98808",24109,14957,3,504,2306 +"98809",24109,15502,2,504,2637 +"98810",24109,15891,2,504,589 +"98811",24109,15916,3,504,1236 +"98812",24109,16833,3,504,1661 +"98813",24109,16866,3,504,2718 +"98814",24109,18865,3,504,2676 +"98815",24109,18954,2,504,2364 +"98816",24109,19687,3,504,2072 +"98817",24109,19972,3,504,2078 +"98818",24109,20392,1,504,1309 +"98819",24109,20413,3,504,806 +"98820",24109,20517,3,504,1465 +"98821",24109,21895,3,504,1693 +"98822",24109,23639,3,504,2065 +"98823",24109,23890,2,504,1810 +"98824",24109,24761,3,504,2384 +"98825",24109,25139,3,504,816 +"98826",24109,25270,3,504,985 +"98827",24109,26567,3,504,1158 +"98828",24109,28914,3,504,580 +"98829",24109,33562,2,504,1979 +"98830",24109,33955,2,504,1178 +"98831",24109,33961,2,504,1269 +"98832",24109,36577,2,504,958 +"98833",24109,45487,3,504,2256 +"98834",24109,48764,3,504,860 +"98835",24109,48879,2,504,1524 +"98836",24109,50476,3,504,1641 +"98837",24109,51448,2,504,1593 +"98838",24109,53498,1,504,1967 +"98839",24109,59347,2,504,1926 +"98840",24109,63395,3,504,2334 +"98841",24109,63555,3,504,1290 +"98842",24109,65007,3,504,2530 +"98843",24109,69215,1,504,1591 +"98844",24109,72827,3,504,1359 +"98845",24109,78611,3,504,1586 +"98846",24109,79236,3,504,1505 +"98847",24109,80680,3,504,2403 +"98848",24109,83133,3,504,1055 +"98849",24109,92947,3,504,1289 +"98850",24109,93317,3,504,1223 +"98851",24109,94399,3,504,963 +"98852",24109,95661,3,504,872 +"98853",24109,99196,3,504,598 +"98854",24109,104659,3,504,2026 +"98855",24109,105867,2,504,1641 +"98856",24109,108872,1,504,1810 +"98857",24109,110659,2,504,515 +"98858",24109,115966,2,504,2349 +"98859",24116,2724,3,1413,2447 +"98860",24116,3100,3,1413,2524 +"98861",24116,3271,3,1413,2216 +"98862",24116,3520,3,1413,2281 +"98863",24116,3786,2,1413,2282 +"98864",24116,4180,3,1413,1817 +"98865",24116,5673,2,1413,1567 +"98866",24116,6071,2,1413,2310 +"98867",24116,7253,3,1413,2686 +"98868",24116,7254,3,1413,1849 +"98869",24116,7648,3,1413,1861 +"98870",24116,9272,3,1413,2835 +"98871",24116,9273,3,1413,1747 +"98872",24116,10435,3,1413,1984 +"98873",24116,11135,3,1413,2441 +"98874",24116,11429,3,1413,2520 +"98875",24116,11858,3,1413,1530 +"98876",24116,12031,2,1413,1957 +"98877",24116,13024,3,1413,2468 +"98878",24116,14061,3,1413,1620 +"98879",24116,15502,3,1413,2637 +"98880",24116,16361,3,1413,1641 +"98881",24116,17768,3,1413,2468 +"98882",24116,17999,2,1413,2758 +"98883",24116,19323,3,1413,1705 +"98884",24116,19509,3,1413,2000 +"98885",24116,19687,2,1413,2072 +"98886",24116,19972,3,1413,2078 +"98887",24116,20517,2,1413,1465 +"98888",24116,21352,3,1413,1604 +"98889",24116,21895,2,1413,1693 +"98890",24116,21976,3,1413,1808 +"98891",24116,22905,2,1413,2599 +"98892",24116,23639,1,1413,2065 +"98893",24116,23731,1,1413,1656 +"98894",24116,23739,3,1413,2463 +"98895",24116,24867,3,1413,1861 +"98896",24116,25053,3,1413,2186 +"98897",24116,25286,3,1413,1545 +"98898",24116,25886,1,1413,1580 +"98899",24116,26100,3,1413,1966 +"98900",24116,28355,3,1413,2053 +"98901",24116,29276,2,1413,2000 +"98902",24116,33363,3,1413,2475 +"98903",24116,34055,3,1413,1881 +"98904",24116,34953,2,1413,1817 +"98905",24116,36662,3,1413,2967 +"98906",24116,38309,3,1413,2644 +"98907",24116,39911,3,1413,1445 +"98908",24116,40715,3,1413,2258 +"98909",24116,41051,2,1413,2767 +"98910",24116,42407,3,1413,2408 +"98911",24116,42628,3,1413,2486 +"98912",24116,43226,3,1413,2442 +"98913",24116,43518,3,1413,2680 +"98914",24116,45487,3,1413,2256 +"98915",24116,47130,3,1413,2654 +"98916",24116,47330,3,1413,2422 +"98917",24116,47827,3,1413,1957 +"98918",24116,48110,3,1413,2009 +"98919",24116,49621,3,1413,1915 +"98920",24116,50635,3,1413,2962 +"98921",24116,51448,3,1413,1593 +"98922",24116,53362,3,1413,2360 +"98923",24116,53599,3,1413,2364 +"98924",24116,55436,3,1413,2513 +"98925",24116,55775,3,1413,2385 +"98926",24116,56673,2,1413,2419 +"98927",24116,58508,3,1413,2326 +"98928",24116,60672,3,1413,2876 +"98929",24116,61513,3,1413,2948 +"98930",24116,65223,3,1413,2724 +"98931",24116,68416,3,1413,2939 +"98932",24116,69335,3,1413,2698 +"98933",24116,75502,3,1413,1474 +"98934",24116,79236,2,1413,1505 +"98935",24116,80301,3,1413,1690 +"98936",24116,80784,3,1413,1738 +"98937",24116,82175,3,1413,1590 +"98938",24116,84317,3,1413,2081 +"98939",24116,93670,3,1413,1682 +"98940",24116,95211,2,1413,2462 +"98941",24116,116792,3,1413,2397 +"98942",24141,3101,3,470,513 +"98943",24141,3158,3,470,2762 +"98944",24141,9269,3,470,1892 +"98945",24141,11270,3,470,1011 +"98946",24141,12632,3,470,1174 +"98947",24141,16347,3,470,1868 +"98948",24141,41350,3,470,1935 +"98949",24141,52654,3,470,588 +"98950",24141,64803,3,470,841 +"98951",24141,69260,2,470,1698 +"98952",24141,77167,3,470,836 +"98953",24146,1224,3,2003,2435 +"98954",24146,5239,3,2003,2875 +"98955",24146,8088,3,2003,2220 +"98956",24146,10148,3,2003,2964 +"98957",24146,11218,3,2003,2292 +"98958",24146,12035,3,2003,2721 +"98959",24146,12042,3,2003,2345 +"98960",24146,13732,3,2003,2789 +"98961",24146,13780,2,2003,2412 +"98962",24146,13929,2,2003,2693 +"98963",24146,16352,3,2003,2657 +"98964",24146,17400,3,2003,2231 +"98965",24146,17549,3,2003,2647 +"98966",24146,18874,3,2003,2170 +"98967",24146,20893,3,2003,2695 +"98968",24146,21138,3,2003,2849 +"98969",24146,21693,3,2003,2176 +"98970",24146,21795,3,2003,2653 +"98971",24146,22326,3,2003,2818 +"98972",24146,26865,3,2003,2726 +"98973",24146,29004,3,2003,2596 +"98974",24146,30081,2,2003,2403 +"98975",24146,30747,3,2003,2455 +"98976",24146,30906,3,2003,2537 +"98977",24146,32516,3,2003,2050 +"98978",24146,36559,3,2003,2473 +"98979",24146,36962,1,2003,2861 +"98980",24146,41402,3,2003,2313 +"98981",24146,47386,3,2003,2226 +"98982",24146,51017,3,2003,2073 +"98983",24146,53219,3,2003,2973 +"98984",24146,54929,3,2003,2783 +"98985",24146,55691,3,2003,2856 +"98986",24146,56082,3,2003,2395 +"98987",24146,57977,3,2003,2683 +"98988",24146,66318,3,2003,2803 +"98989",24146,77815,3,2003,2358 +"98990",24169,1196,3,1663,1986 +"98991",24169,1495,3,1663,2046 +"98992",24169,2766,3,1663,1920 +"98993",24169,3011,3,1663,2278 +"98994",24169,3961,3,1663,2426 +"98995",24169,5315,3,1663,2631 +"98996",24169,5622,3,1663,2175 +"98997",24169,5984,3,1663,1675 +"98998",24169,5986,3,1663,1721 +"98999",24169,6162,2,1663,1673 +"99000",24169,6417,2,1663,1675 +"99001",24169,8274,3,1663,1909 +"99002",24169,8275,3,1663,2237 +"99003",24169,8327,3,1663,2527 +"99004",24169,9311,2,1663,2477 +"99005",24169,9423,3,1663,1708 +"99006",24169,9928,3,1663,2345 +"99007",24169,9979,3,1663,2238 +"99008",24169,10358,3,1663,2294 +"99009",24169,10843,3,1663,2277 +"99010",24169,11218,2,1663,2292 +"99011",24169,12042,3,1663,2345 +"99012",24169,12081,3,1663,2166 +"99013",24169,13601,3,1663,2689 +"99014",24169,15626,3,1663,2434 +"99015",24169,16352,3,1663,2657 +"99016",24169,17400,3,1663,2231 +"99017",24169,18670,2,1663,1835 +"99018",24169,22682,3,1663,2035 +"99019",24169,24256,3,1663,2393 +"99020",24169,24721,3,1663,2326 +"99021",24169,25480,3,1663,2747 +"99022",24169,26080,3,1663,2525 +"99023",24169,26818,3,1663,1999 +"99024",24169,27796,3,1663,2151 +"99025",24169,29930,3,1663,2240 +"99026",24169,30906,3,1663,2537 +"99027",24169,31159,3,1663,2231 +"99028",24169,32047,3,1663,1858 +"99029",24169,32064,3,1663,1739 +"99030",24169,33433,3,1663,2805 +"99031",24169,34325,3,1663,1982 +"99032",24169,34707,2,1663,2042 +"99033",24169,34735,3,1663,2767 +"99034",24169,35888,2,1663,2291 +"99035",24169,35926,3,1663,2371 +"99036",24169,37758,3,1663,1998 +"99037",24169,39294,3,1663,1889 +"99038",24169,41682,3,1663,1988 +"99039",24169,41955,3,1663,2479 +"99040",24169,45545,3,1663,1776 +"99041",24169,46091,3,1663,1938 +"99042",24169,48754,3,1663,1972 +"99043",24169,49560,3,1663,1679 +"99044",24169,50252,3,1663,2001 +"99045",24169,51089,2,1663,2426 +"99046",24169,53293,3,1663,2916 +"99047",24169,53342,3,1663,2071 +"99048",24169,54879,2,1663,2210 +"99049",24169,54929,2,1663,2783 +"99050",24169,55256,3,1663,2379 +"99051",24169,57732,3,1663,2454 +"99052",24169,59113,3,1663,2434 +"99053",24169,62903,3,1663,1704 +"99054",24169,73197,3,1663,1998 +"99055",24169,92513,2,1663,2282 +"99056",24176,2226,3,1986,2225 +"99057",24176,2747,3,1986,2411 +"99058",24176,3477,3,1986,2546 +"99059",24176,3770,3,1986,2623 +"99060",24176,5683,3,1986,2468 +"99061",24176,8062,3,1986,2858 +"99062",24176,9504,3,1986,2549 +"99063",24176,10129,3,1986,2124 +"99064",24176,10766,3,1986,2647 +"99065",24176,14915,2,1986,2606 +"99066",24176,15826,3,1986,2772 +"99067",24176,16690,3,1986,2132 +"99068",24176,19934,3,1986,2888 +"99069",24176,22723,3,1986,2859 +"99070",24176,23154,3,1986,2345 +"99071",24176,27914,3,1986,2507 +"99072",24176,28869,3,1986,2425 +"99073",24176,29116,3,1986,2128 +"99074",24176,30865,3,1986,2038 +"99075",24176,31868,2,1986,1993 +"99076",24176,32939,3,1986,2277 +"99077",24176,35728,3,1986,2017 +"99078",24176,37059,3,1986,2840 +"99079",24176,38309,3,1986,2644 +"99080",24176,46261,3,1986,2350 +"99081",24176,46506,3,1986,2464 +"99082",24176,46532,3,1986,2005 +"99083",24176,56995,3,1986,2323 +"99084",24176,57765,3,1986,2893 +"99085",24176,57804,3,1986,2214 +"99086",24176,65223,3,1986,2724 +"99087",24176,65381,3,1986,2184 +"99088",24176,67815,3,1986,2476 +"99089",24176,75282,3,1986,2675 +"99090",24176,88212,3,1986,2547 +"99091",24176,90892,3,1986,2399 +"99092",24176,102566,2,1986,2207 +"99093",24195,135,3,1575,2233 +"99094",24195,1578,3,1575,1612 +"99095",24195,1692,3,1575,2443 +"99096",24195,1875,3,1575,1786 +"99097",24195,3195,2,1575,2043 +"99098",24195,3317,3,1575,2037 +"99099",24195,4066,3,1575,1736 +"99100",24195,4671,3,1575,2280 +"99101",24195,4730,3,1575,2131 +"99102",24195,4953,3,1575,2285 +"99103",24195,6234,3,1575,2654 +"99104",24195,7269,3,1575,1728 +"99105",24195,9423,3,1575,1708 +"99106",24195,9801,3,1575,2443 +"99107",24195,10002,3,1575,1788 +"99108",24195,10964,2,1575,2043 +"99109",24195,11029,3,1575,2362 +"99110",24195,11067,2,1575,2734 +"99111",24195,14731,3,1575,2012 +"99112",24195,14972,3,1575,2332 +"99113",24195,15095,3,1575,2001 +"99114",24195,15207,3,1575,1855 +"99115",24195,15381,2,1575,2289 +"99116",24195,15821,2,1575,2456 +"99117",24195,17396,3,1575,1672 +"99118",24195,17967,3,1575,2125 +"99119",24195,19335,3,1575,1729 +"99120",24195,20162,3,1575,2328 +"99121",24195,20469,3,1575,2125 +"99122",24195,21480,2,1575,1646 +"99123",24195,21487,3,1575,2203 +"99124",24195,23121,3,1575,2108 +"99125",24195,23471,3,1575,2488 +"99126",24195,23534,3,1575,1659 +"99127",24195,24866,3,1575,2103 +"99128",24195,26658,3,1575,2745 +"99129",24195,29578,3,1575,1957 +"99130",24195,29791,3,1575,1986 +"99131",24195,30092,3,1575,1593 +"99132",24195,30981,3,1575,2366 +"99133",24195,31131,2,1575,2810 +"99134",24195,32339,3,1575,2430 +"99135",24195,32939,2,1575,2277 +"99136",24195,33039,3,1575,1759 +"99137",24195,34509,3,1575,1973 +"99138",24195,35264,3,1575,2329 +"99139",24195,35620,1,1575,2092 +"99140",24195,36120,3,1575,2971 +"99141",24195,36215,3,1575,1623 +"99142",24195,36506,2,1575,2638 +"99143",24195,38676,3,1575,2286 +"99144",24195,42256,3,1575,2839 +"99145",24195,42914,3,1575,1737 +"99146",24195,43929,3,1575,2749 +"99147",24195,45461,3,1575,2458 +"99148",24195,45585,3,1575,2384 +"99149",24195,46385,1,1575,2225 +"99150",24195,46951,3,1575,2429 +"99151",24195,47534,2,1575,2712 +"99152",24195,47966,3,1575,2409 +"99153",24195,53445,3,1575,2028 +"99154",24195,53530,2,1575,2380 +"99155",24195,56903,3,1575,1584 +"99156",24195,57804,2,1575,2214 +"99157",24195,58284,3,1575,2292 +"99158",24195,59005,3,1575,2817 +"99159",24195,68215,3,1575,2727 +"99160",24195,75607,3,1575,2245 +"99161",24195,76132,3,1575,2426 +"99162",24195,76631,3,1575,1697 +"99163",24195,79848,3,1575,1629 +"99164",24198,267,3,2217,2631 +"99165",24198,2208,3,2217,2814 +"99166",24198,5258,3,2217,2730 +"99167",24198,6252,3,2217,2336 +"99168",24198,6390,3,2217,2385 +"99169",24198,6914,3,2217,2668 +"99170",24198,10130,3,2217,2741 +"99171",24198,18277,2,2217,2309 +"99172",24198,18543,3,2217,2968 +"99173",24198,20407,3,2217,2339 +"99174",24198,21682,3,2217,2414 +"99175",24198,22207,3,2217,2365 +"99176",24198,25565,3,2217,2764 +"99177",24198,27379,3,2217,2461 +"99178",24198,29948,3,2217,2795 +"99179",24198,43173,3,2217,2895 +"99180",24198,44427,3,2217,2875 +"99181",24198,46951,3,2217,2429 +"99182",24198,50179,3,2217,2230 +"99183",24198,50784,3,2217,2733 +"99184",24198,53846,3,2217,2737 +"99185",24198,66318,3,2217,2803 +"99186",24198,71274,3,2217,2390 +"99187",24198,74636,3,2217,2525 +"99188",24198,88232,2,2217,2881 +"99189",24198,93615,3,2217,2386 +"99190",24198,100215,3,2217,2436 +"99191",24198,105685,3,2217,2469 +"99192",24204,1386,3,840,1901 +"99193",24204,7078,3,840,2344 +"99194",24204,13201,3,840,2034 +"99195",24204,14669,3,840,2080 +"99196",24204,14772,3,840,2386 +"99197",24204,15244,3,840,1600 +"99198",24204,15343,3,840,2125 +"99199",24204,20469,3,840,2125 +"99200",24204,21417,3,840,2422 +"99201",24204,23301,3,840,1611 +"99202",24204,28090,3,840,1755 +"99203",24204,34327,3,840,2959 +"99204",24204,35542,3,840,1439 +"99205",24204,41004,3,840,2561 +"99206",24204,42814,3,840,1149 +"99207",24204,68215,3,840,2727 +"99208",24204,86279,3,840,1076 +"99209",24204,94808,2,840,988 +"99210",24206,3460,3,2307,2530 +"99211",24240,2195,3,1755,2139 +"99212",24240,3961,2,1755,2426 +"99213",24240,4289,2,1755,1921 +"99214",24240,10358,3,1755,2294 +"99215",24240,11456,3,1755,2715 +"99216",24240,12692,3,1755,1855 +"99217",24240,13780,3,1755,2412 +"99218",24240,16826,3,1755,2599 +"99219",24240,18103,3,1755,1968 +"99220",24240,21138,3,1755,2849 +"99221",24240,33052,3,1755,2251 +"99222",24240,36646,3,1755,2744 +"99223",24240,38227,3,1755,2511 +"99224",24240,40432,3,1755,1956 +"99225",24240,47386,3,1755,2226 +"99226",24240,57977,3,1755,2683 +"99227",24240,69591,3,1755,2294 +"99228",24240,82929,3,1755,2475 +"99229",24240,86152,3,1755,1944 +"99230",24252,827,3,639,2964 +"99231",24252,2282,3,639,2056 +"99232",24252,2927,3,639,1789 +"99233",24252,4968,3,639,1586 +"99234",24252,5637,3,639,1976 +"99235",24252,5937,3,639,2392 +"99236",24252,6345,3,639,2713 +"99237",24252,9538,3,639,1786 +"99238",24252,9724,3,639,2713 +"99239",24252,10701,3,639,2000 +"99240",24252,10990,3,639,805 +"99241",24252,13595,3,639,1164 +"99242",24252,14212,2,639,857 +"99243",24252,14957,3,639,2306 +"99244",24252,15023,3,639,2054 +"99245",24252,15281,3,639,810 +"99246",24252,15782,3,639,2306 +"99247",24252,17499,3,639,2954 +"99248",24252,17531,2,639,876 +"99249",24252,17695,3,639,1930 +"99250",24252,20547,3,639,2145 +"99251",24252,22357,3,639,1397 +"99252",24252,23560,3,639,2051 +"99253",24252,26597,3,639,2070 +"99254",24252,28648,3,639,1586 +"99255",24252,29778,3,639,840 +"99256",24252,30714,2,639,2485 +"99257",24252,31855,1,639,2636 +"99258",24252,36399,2,639,1357 +"99259",24252,37684,3,639,2899 +"99260",24252,38422,2,639,1019 +"99261",24252,43543,3,639,1457 +"99262",24252,43701,2,639,2400 +"99263",24252,50468,3,639,1659 +"99264",24252,51843,3,639,2389 +"99265",24252,54385,3,639,2340 +"99266",24252,55325,3,639,653 +"99267",24252,65375,3,639,824 +"99268",24252,69795,1,639,2636 +"99269",24252,76295,3,639,1001 +"99270",24252,76450,2,639,1077 +"99271",24252,77719,3,639,2086 +"99272",24252,80970,2,639,2069 +"99273",24252,84808,3,639,1974 +"99274",24252,96718,2,639,1767 +"99275",24253,270,3,2213,2542 +"99276",24253,2424,3,2213,2582 +"99277",24253,4953,3,2213,2285 +"99278",24253,5350,3,2213,2522 +"99279",24253,6044,3,2213,2744 +"99280",24253,7795,2,2213,2789 +"99281",24253,11218,3,2213,2292 +"99282",24253,13601,3,2213,2689 +"99283",24253,14252,1,2213,2244 +"99284",24253,14972,3,2213,2332 +"99285",24253,15381,3,2213,2289 +"99286",24253,16352,3,2213,2657 +"99287",24253,17365,2,2213,2746 +"99288",24253,25569,2,2213,2317 +"99289",24253,28296,3,2213,2944 +"99290",24253,35926,3,2213,2371 +"99291",24253,38307,3,2213,2648 +"99292",24253,41945,3,2213,2856 +"99293",24253,43455,2,2213,2846 +"99294",24253,43796,2,2213,2476 +"99295",24253,45302,3,2213,2390 +"99296",24253,46629,3,2213,2255 +"99297",24253,51866,2,2213,2411 +"99298",24253,54929,3,2213,2783 +"99299",24253,61982,3,2213,2725 +"99300",24255,841,3,2770,2964 +"99301",24255,11329,2,2770,2799 +"99302",24255,19606,3,2770,2783 +"99303",24255,34327,3,2770,2959 +"99304",24256,701,3,2393,2718 +"99305",24256,3966,3,2393,2425 +"99306",24256,3978,3,2393,2775 +"99307",24256,5315,3,2393,2631 +"99308",24256,7847,3,2393,2424 +"99309",24256,8842,3,2393,2535 +"99310",24256,9311,3,2393,2477 +"99311",24256,10310,3,2393,2774 +"99312",24256,11160,3,2393,2952 +"99313",24256,14676,3,2393,2764 +"99314",24256,16352,3,2393,2657 +"99315",24256,17549,3,2393,2647 +"99316",24256,20695,3,2393,2526 +"99317",24256,25325,3,2393,2963 +"99318",24256,31705,2,2393,2706 +"99319",24256,33184,3,2393,2522 +"99320",24256,34735,3,2393,2767 +"99321",24256,36574,3,2393,2934 +"99322",24256,38307,3,2393,2648 +"99323",24256,39535,3,2393,2428 +"99324",24256,41607,3,2393,2802 +"99325",24256,41664,3,2393,2641 +"99326",24256,41770,3,2393,2752 +"99327",24256,41945,3,2393,2856 +"99328",24256,41955,3,2393,2479 +"99329",24256,42574,3,2393,2842 +"99330",24256,44688,3,2393,2924 +"99331",24256,47564,3,2393,2650 +"99332",24256,49334,3,2393,2433 +"99333",24256,53219,3,2393,2973 +"99334",24256,55076,3,2393,2408 +"99335",24256,56237,3,2393,2625 +"99336",24256,73305,3,2393,2544 +"99337",24256,117956,3,2393,2774 +"99338",24259,14,3,1281,1793 +"99339",24259,270,3,1281,2542 +"99340",24259,360,3,1281,1671 +"99341",24259,380,3,1281,2261 +"99342",24259,449,3,1281,1950 +"99343",24259,1102,3,1281,2282 +"99344",24259,1124,3,1281,1596 +"99345",24259,1315,3,1281,2760 +"99346",24259,2111,2,1281,1904 +"99347",24259,2195,3,1281,2139 +"99348",24259,2289,3,1281,2389 +"99349",24259,2424,3,1281,2582 +"99350",24259,3139,3,1281,1656 +"99351",24259,3306,3,1281,1989 +"99352",24259,3493,3,1281,2451 +"99353",24259,4191,3,1281,2130 +"99354",24259,4289,3,1281,1921 +"99355",24259,4360,2,1281,1770 +"99356",24259,5072,2,1281,2175 +"99357",24259,5405,2,1281,1510 +"99358",24259,5622,1,1281,2175 +"99359",24259,5971,3,1281,1985 +"99360",24259,5984,3,1281,1675 +"99361",24259,5986,3,1281,1721 +"99362",24259,6417,3,1281,1675 +"99363",24259,6588,3,1281,2025 +"99364",24259,7180,3,1281,2227 +"99365",24259,7234,2,1281,2654 +"99366",24259,7627,3,1281,1543 +"99367",24259,7858,3,1281,1795 +"99368",24259,8621,3,1281,1681 +"99369",24259,8865,3,1281,2394 +"99370",24259,9364,3,1281,1698 +"99371",24259,9928,3,1281,2345 +"99372",24259,10404,3,1281,2062 +"99373",24259,10488,2,1281,1524 +"99374",24259,10857,1,1281,2253 +"99375",24259,10874,3,1281,1891 +"99376",24259,11218,2,1281,2292 +"99377",24259,11229,3,1281,1625 +"99378",24259,11477,3,1281,2724 +"99379",24259,12042,3,1281,2345 +"99380",24259,12310,2,1281,1337 +"99381",24259,12375,2,1281,1873 +"99382",24259,12692,3,1281,1855 +"99383",24259,13307,3,1281,2206 +"99384",24259,14032,3,1281,2144 +"99385",24259,14482,3,1281,1573 +"99386",24259,15003,3,1281,2067 +"99387",24259,15700,3,1281,1712 +"99388",24259,16352,3,1281,2657 +"99389",24259,16826,3,1281,2599 +"99390",24259,17400,2,1281,2231 +"99391",24259,17931,3,1281,1617 +"99392",24259,18394,3,1281,2356 +"99393",24259,19622,1,1281,2371 +"99394",24259,20124,3,1281,2376 +"99395",24259,22260,3,1281,2137 +"99396",24259,22403,3,1281,1630 +"99397",24259,23526,3,1281,1998 +"99398",24259,23715,3,1281,1859 +"99399",24259,23725,1,1281,2378 +"99400",24259,23729,3,1281,1624 +"99401",24259,24791,3,1281,1833 +"99402",24259,25643,2,1281,1646 +"99403",24259,26080,3,1281,2525 +"99404",24259,26366,3,1281,1688 +"99405",24259,26818,3,1281,1999 +"99406",24259,26848,3,1281,2363 +"99407",24259,26867,3,1281,1804 +"99408",24259,27753,3,1281,2750 +"99409",24259,30165,3,1281,1409 +"99410",24259,30405,3,1281,2164 +"99411",24259,30438,3,1281,1617 +"99412",24259,31093,3,1281,2160 +"99413",24259,31307,3,1281,2139 +"99414",24259,31436,3,1281,2892 +"99415",24259,34480,2,1281,2755 +"99416",24259,35903,3,1281,1434 +"99417",24259,35926,3,1281,2371 +"99418",24259,37859,3,1281,1999 +"99419",24259,38449,3,1281,1802 +"99420",24259,39294,2,1281,1889 +"99421",24259,39880,3,1281,1620 +"99422",24259,39906,3,1281,2365 +"99423",24259,40028,3,1281,1349 +"99424",24259,40293,3,1281,1671 +"99425",24259,40432,3,1281,1956 +"99426",24259,42783,3,1281,2338 +"99427",24259,43213,2,1281,2160 +"99428",24259,43335,3,1281,1412 +"99429",24259,43455,3,1281,2846 +"99430",24259,44188,3,1281,1609 +"99431",24259,44407,3,1281,2154 +"99432",24259,44676,3,1281,2629 +"99433",24259,45684,2,1281,2200 +"99434",24259,46196,2,1281,1510 +"99435",24259,46629,2,1281,2255 +"99436",24259,47857,3,1281,2325 +"99437",24259,49608,3,1281,2184 +"99438",24259,50134,3,1281,2674 +"99439",24259,50236,3,1281,2339 +"99440",24259,51022,3,1281,1499 +"99441",24259,52136,2,1281,1412 +"99442",24259,52345,3,1281,1430 +"99443",24259,52789,3,1281,1791 +"99444",24259,53134,3,1281,1590 +"99445",24259,53303,3,1281,1376 +"99446",24259,54551,1,1281,2348 +"99447",24259,54740,3,1281,2750 +"99448",24259,54879,3,1281,2210 +"99449",24259,54929,3,1281,2783 +"99450",24259,56082,2,1281,2395 +"99451",24259,57246,3,1281,1873 +"99452",24259,57760,3,1281,1721 +"99453",24259,58035,3,1281,1646 +"99454",24259,58384,3,1281,1637 +"99455",24259,61982,3,1281,2725 +"99456",24259,67805,3,1281,1338 +"99457",24259,72207,2,1281,2430 +"99458",24259,72326,3,1281,2384 +"99459",24259,75028,3,1281,1660 +"99460",24259,75403,2,1281,1895 +"99461",24259,76048,2,1281,2373 +"99462",24259,82929,2,1281,2475 +"99463",24259,86245,3,1281,1972 +"99464",24259,87837,3,1281,1987 +"99465",24259,98781,3,1281,1410 +"99466",24264,2139,2,1760,2502 +"99467",24264,3477,3,1760,2546 +"99468",24264,6063,3,1760,2349 +"99469",24264,13007,1,1760,2496 +"99470",24264,32395,3,1760,2735 +"99471",24264,33223,3,1760,2397 +"99472",24264,33451,2,1760,1957 +"99473",24264,34491,3,1760,2694 +"99474",24264,35133,3,1760,2219 +"99475",24264,43524,2,1760,2572 +"99476",24264,46261,3,1760,2350 +"99477",24264,51879,3,1760,1771 +"99478",24264,52041,2,1760,2694 +"99479",24264,82932,3,1760,2245 +"99480",24286,499,3,1280,1931 +"99481",24286,602,3,1280,2632 +"99482",24286,1196,3,1280,1986 +"99483",24286,2572,3,1280,2273 +"99484",24286,3011,1,1280,2278 +"99485",24286,3765,3,1280,2775 +"99486",24286,4701,2,1280,2401 +"99487",24286,5986,3,1280,1721 +"99488",24286,6162,2,1280,1673 +"99489",24286,6982,3,1280,2034 +"99490",24286,7196,3,1280,1508 +"99491",24286,7548,3,1280,1932 +"99492",24286,8274,3,1280,1909 +"99493",24286,8327,3,1280,2527 +"99494",24286,9311,2,1280,2477 +"99495",24286,9979,3,1280,2238 +"99496",24286,10358,3,1280,2294 +"99497",24286,10474,3,1280,1608 +"99498",24286,10843,2,1280,2277 +"99499",24286,11218,3,1280,2292 +"99500",24286,12042,3,1280,2345 +"99501",24286,13249,3,1280,2573 +"99502",24286,13601,3,1280,2689 +"99503",24286,14723,2,1280,2019 +"99504",24286,15005,3,1280,1415 +"99505",24286,15401,3,1280,1999 +"99506",24286,15626,2,1280,2434 +"99507",24286,18151,3,1280,2962 +"99508",24286,19173,3,1280,1686 +"99509",24286,19453,2,1280,1928 +"99510",24286,20271,3,1280,2044 +"99511",24286,20407,3,1280,2339 +"99512",24286,21364,3,1280,1422 +"99513",24286,21448,3,1280,2332 +"99514",24286,22180,3,1280,1835 +"99515",24286,22216,3,1280,1956 +"99516",24286,22311,3,1280,2034 +"99517",24286,23745,3,1280,1968 +"99518",24286,23825,3,1280,1913 +"99519",24286,24169,3,1280,1663 +"99520",24286,24405,3,1280,1443 +"99521",24286,24721,3,1280,2326 +"99522",24286,25480,3,1280,2747 +"99523",24286,26218,3,1280,2460 +"99524",24286,26408,2,1280,1545 +"99525",24286,26595,3,1280,1566 +"99526",24286,27261,2,1280,1368 +"99527",24286,27849,3,1280,1316 +"99528",24286,30906,3,1280,2537 +"99529",24286,32988,3,1280,2008 +"99530",24286,33356,1,1280,1586 +"99531",24286,33433,1,1280,2805 +"99532",24286,33672,3,1280,2396 +"99533",24286,34707,3,1280,2042 +"99534",24286,34820,3,1280,1630 +"99535",24286,35888,3,1280,2291 +"99536",24286,36578,3,1280,1484 +"99537",24286,38755,2,1280,2902 +"99538",24286,39534,3,1280,2410 +"99539",24286,39556,3,1280,2747 +"99540",24286,40296,3,1280,1674 +"99541",24286,41682,3,1280,1988 +"99542",24286,42333,3,1280,2234 +"99543",24286,46091,3,1280,1938 +"99544",24286,49121,3,1280,2199 +"99545",24286,49581,2,1280,1817 +"99546",24286,49696,3,1280,2444 +"99547",24286,50269,3,1280,1966 +"99548",24286,50382,3,1280,2244 +"99549",24286,51089,3,1280,2426 +"99550",24286,51853,3,1280,2520 +"99551",24286,52136,3,1280,1412 +"99552",24286,53342,2,1280,2071 +"99553",24286,54879,2,1280,2210 +"99554",24286,55256,3,1280,2379 +"99555",24286,55324,3,1280,1544 +"99556",24286,55643,2,1280,2359 +"99557",24286,57337,3,1280,1443 +"99558",24286,57732,3,1280,2454 +"99559",24286,58993,3,1280,2390 +"99560",24286,59113,2,1280,2434 +"99561",24286,61458,3,1280,2630 +"99562",24286,62903,2,1280,1704 +"99563",24286,64502,3,1280,1670 +"99564",24286,65155,3,1280,1947 +"99565",24286,66860,3,1280,1548 +"99566",24286,67145,3,1280,2015 +"99567",24286,67456,3,1280,1608 +"99568",24286,73197,3,1280,1998 +"99569",24286,74190,3,1280,1428 +"99570",24286,75343,2,1280,2008 +"99571",24286,85736,3,1280,1601 +"99572",24286,87144,3,1280,2299 +"99573",24286,92513,3,1280,2282 +"99574",24286,102186,3,1280,2937 +"99575",24293,23,2,1184,1682 +"99576",24293,1196,3,1184,1986 +"99577",24293,3961,3,1184,2426 +"99578",24293,5041,1,1184,2371 +"99579",24293,7508,3,1184,2396 +"99580",24293,10358,2,1184,2294 +"99581",24293,14032,3,1184,2144 +"99582",24293,15401,3,1184,1999 +"99583",24293,15808,3,1184,1521 +"99584",24293,20975,3,1184,1305 +"99585",24293,29050,2,1184,1196 +"99586",24293,30883,3,1184,1629 +"99587",24293,32919,3,1184,2321 +"99588",24293,32988,3,1184,2008 +"99589",24293,34158,3,1184,2639 +"99590",24293,35361,2,1184,2389 +"99591",24293,35926,3,1184,2371 +"99592",24293,36450,3,1184,1591 +"99593",24293,38219,3,1184,1689 +"99594",24293,44982,3,1184,1592 +"99595",24293,52471,3,1184,2483 +"99596",24293,65155,3,1184,1947 +"99597",24299,160,3,231,2007 +"99598",24299,1036,3,231,1367 +"99599",24299,1092,3,231,1945 +"99600",24299,1685,3,231,2230 +"99601",24299,2269,3,231,984 +"99602",24299,2357,3,231,492 +"99603",24299,2864,2,231,1543 +"99604",24299,3186,3,231,919 +"99605",24299,3453,3,231,2126 +"99606",24299,3753,2,231,1255 +"99607",24299,3886,3,231,1669 +"99608",24299,4317,3,231,1224 +"99609",24299,4567,2,231,2348 +"99610",24299,5239,3,231,2875 +"99611",24299,5346,3,231,1438 +"99612",24299,5865,2,231,1910 +"99613",24299,6492,3,231,1162 +"99614",24299,6996,3,231,2916 +"99615",24299,7406,3,231,1906 +"99616",24299,7616,2,231,2296 +"99617",24299,7759,3,231,2844 +"99618",24299,8712,3,231,1153 +"99619",24299,9331,3,231,2269 +"99620",24299,9362,3,231,2879 +"99621",24299,9871,2,231,921 +"99622",24299,10146,3,231,1878 +"99623",24299,10851,3,231,2423 +"99624",24299,10857,3,231,2253 +"99625",24299,11168,3,231,1223 +"99626",24299,12473,3,231,801 +"99627",24299,12518,3,231,2747 +"99628",24299,12712,3,231,815 +"99629",24299,13551,3,231,1451 +"99630",24299,13671,3,231,1371 +"99631",24299,15122,3,231,1201 +"99632",24299,15207,3,231,1855 +"99633",24299,15632,2,231,1242 +"99634",24299,16193,3,231,756 +"99635",24299,16539,2,231,1947 +"99636",24299,17355,3,231,1469 +"99637",24299,17632,3,231,1947 +"99638",24299,17943,3,231,1943 +"99639",24299,18011,3,231,1636 +"99640",24299,18165,3,231,2085 +"99641",24299,18550,3,231,483 +"99642",24299,18825,2,231,1240 +"99643",24299,18924,2,231,485 +"99644",24299,19093,3,231,2224 +"99645",24299,19282,3,231,1623 +"99646",24299,19744,1,231,2623 +"99647",24299,19980,2,231,2231 +"99648",24299,21706,3,231,1988 +"99649",24299,22543,3,231,1594 +"99650",24299,23098,3,231,2300 +"99651",24299,23492,3,231,1067 +"99652",24299,23679,2,231,934 +"99653",24299,23825,3,231,1913 +"99654",24299,24816,2,231,2161 +"99655",24299,25490,3,231,639 +"99656",24299,25622,3,231,1985 +"99657",24299,26577,3,231,933 +"99658",24299,27030,2,231,2031 +"99659",24299,27116,3,231,963 +"99660",24299,27480,3,231,582 +"99661",24299,27882,3,231,1897 +"99662",24299,29512,3,231,1594 +"99663",24299,30095,3,231,1578 +"99664",24299,30697,3,231,2891 +"99665",24299,30827,3,231,2323 +"99666",24299,31898,2,231,1916 +"99667",24299,33655,1,231,773 +"99668",24299,33672,3,231,2396 +"99669",24299,34812,3,231,2442 +"99670",24299,35045,3,231,1646 +"99671",24299,36599,3,231,541 +"99672",24299,36784,3,231,576 +"99673",24299,40113,3,231,451 +"99674",24299,40129,1,231,2162 +"99675",24299,40703,3,231,1608 +"99676",24299,41407,3,231,1951 +"99677",24299,41837,3,231,2399 +"99678",24299,41843,3,231,571 +"99679",24299,42372,3,231,2230 +"99680",24299,42574,3,231,2842 +"99681",24299,43490,3,231,2463 +"99682",24299,43902,3,231,1726 +"99683",24299,43978,3,231,2698 +"99684",24299,44074,3,231,1299 +"99685",24299,44135,3,231,2620 +"99686",24299,44763,3,231,1324 +"99687",24299,44773,3,231,1355 +"99688",24299,46831,3,231,1915 +"99689",24299,47049,3,231,253 +"99690",24299,48607,3,231,470 +"99691",24299,49334,3,231,2433 +"99692",24299,51017,3,231,2073 +"99693",24299,51035,3,231,2397 +"99694",24299,52508,3,231,2337 +"99695",24299,53219,3,231,2973 +"99696",24299,54551,3,231,2348 +"99697",24299,54695,3,231,2429 +"99698",24299,55076,3,231,2408 +"99699",24299,58427,3,231,2234 +"99700",24299,58516,2,231,409 +"99701",24299,60624,3,231,1570 +"99702",24299,64232,3,231,1275 +"99703",24299,66756,3,231,1301 +"99704",24299,67788,3,231,837 +"99705",24299,69250,3,231,1439 +"99706",24299,69712,3,231,1219 +"99707",24299,69745,3,231,1594 +"99708",24299,70605,3,231,1176 +"99709",24299,73205,2,231,1529 +"99710",24299,74318,3,231,632 +"99711",24299,77611,3,231,1795 +"99712",24299,79403,3,231,977 +"99713",24299,82187,3,231,1055 +"99714",24299,82893,3,231,1275 +"99715",24299,85525,3,231,1718 +"99716",24299,85995,3,231,432 +"99717",24299,88535,3,231,1229 +"99718",24299,89701,3,231,563 +"99719",24299,91210,3,231,1457 +"99720",24299,91812,3,231,682 +"99721",24299,92322,3,231,2393 +"99722",24299,94520,3,231,1243 +"99723",24299,96611,3,231,765 +"99724",24299,105100,3,231,633 +"99725",24299,106265,3,231,615 +"99726",24302,14,3,407,1793 +"99727",24302,1314,3,407,1522 +"99728",24302,1523,3,407,2048 +"99729",24302,2036,3,407,2483 +"99730",24302,2190,3,407,2359 +"99731",24302,2206,3,407,2536 +"99732",24302,2418,2,407,2020 +"99733",24302,2576,3,407,1307 +"99734",24302,2747,3,407,2411 +"99735",24302,2852,2,407,2448 +"99736",24302,2894,3,407,1291 +"99737",24302,3068,3,407,1815 +"99738",24302,3127,3,407,2273 +"99739",24302,4612,3,407,2804 +"99740",24302,4665,3,407,1569 +"99741",24302,4669,3,407,2395 +"99742",24302,4831,3,407,2365 +"99743",24302,5484,3,407,582 +"99744",24302,5897,3,407,2337 +"99745",24302,5912,3,407,2257 +"99746",24302,6119,3,407,2358 +"99747",24302,6133,3,407,1229 +"99748",24302,6222,3,407,1949 +"99749",24302,7337,3,407,1797 +"99750",24302,8029,3,407,1859 +"99751",24302,8568,3,407,2706 +"99752",24302,8610,3,407,2240 +"99753",24302,8760,3,407,2477 +"99754",24302,9227,3,407,1267 +"99755",24302,9503,3,407,2453 +"99756",24302,9787,3,407,2858 +"99757",24302,10050,3,407,1792 +"99758",24302,10336,3,407,2271 +"99759",24302,10387,3,407,871 +"99760",24302,10453,3,407,1656 +"99761",24302,10739,3,407,1807 +"99762",24302,10803,3,407,545 +"99763",24302,11563,3,407,1863 +"99764",24302,11588,3,407,2352 +"99765",24302,12781,2,407,831 +"99766",24302,13987,3,407,507 +"99767",24302,14287,3,407,1583 +"99768",24302,14520,3,407,634 +"99769",24302,14599,3,407,1118 +"99770",24302,14754,3,407,2456 +"99771",24302,14817,3,407,2110 +"99772",24302,14959,2,407,2898 +"99773",24302,14998,3,407,1553 +"99774",24302,16286,2,407,2470 +"99775",24302,16501,2,407,1650 +"99776",24302,16502,2,407,1616 +"99777",24302,16750,3,407,1225 +"99778",24302,17252,3,407,1258 +"99779",24302,17484,3,407,1256 +"99780",24302,18122,3,407,894 +"99781",24302,18615,3,407,1025 +"99782",24302,18651,3,407,1035 +"99783",24302,19215,3,407,2604 +"99784",24302,19447,3,407,969 +"99785",24302,19610,3,407,1236 +"99786",24302,19686,3,407,2467 +"99787",24302,20155,3,407,1517 +"99788",24302,20220,3,407,1656 +"99789",24302,20662,3,407,1523 +"99790",24302,21209,3,407,2184 +"99791",24302,21755,3,407,817 +"99792",24302,22256,3,407,829 +"99793",24302,22578,3,407,2216 +"99794",24302,23131,3,407,1732 +"99795",24302,25163,3,407,1751 +"99796",24302,27390,3,407,2425 +"99797",24302,27545,3,407,855 +"99798",24302,27742,3,407,2700 +"99799",24302,27908,3,407,2576 +"99800",24302,27914,3,407,2507 +"99801",24302,28116,3,407,1643 +"99802",24302,28869,3,407,2425 +"99803",24302,29286,3,407,1612 +"99804",24302,29311,2,407,1849 +"99805",24302,29627,3,407,882 +"99806",24302,29825,3,407,2603 +"99807",24302,30525,3,407,1964 +"99808",24302,30850,3,407,1045 +"99809",24302,33017,3,407,1493 +"99810",24302,33341,2,407,2338 +"99811",24302,33870,3,407,955 +"99812",24302,35235,3,407,2610 +"99813",24302,35728,3,407,2017 +"99814",24302,37636,3,407,2178 +"99815",24302,38532,3,407,1234 +"99816",24302,38921,3,407,1880 +"99817",24302,40572,3,407,2666 +"99818",24302,40675,3,407,1595 +"99819",24302,41023,3,407,2408 +"99820",24302,41633,3,407,1976 +"99821",24302,42813,3,407,2142 +"99822",24302,42967,3,407,512 +"99823",24302,43159,3,407,512 +"99824",24302,44433,3,407,2224 +"99825",24302,44497,3,407,2401 +"99826",24302,44603,2,407,2748 +"99827",24302,45729,3,407,2606 +"99828",24302,45869,3,407,2840 +"99829",24302,46384,3,407,2285 +"99830",24302,46486,3,407,1868 +"99831",24302,46642,3,407,999 +"99832",24302,50229,3,407,1190 +"99833",24302,50354,3,407,1299 +"99834",24302,51151,3,407,1195 +"99835",24302,53810,3,407,842 +"99836",24302,54924,3,407,2603 +"99837",24302,58501,3,407,2613 +"99838",24302,58655,3,407,2685 +"99839",24302,61125,2,407,1673 +"99840",24302,62263,3,407,703 +"99841",24302,62438,2,407,802 +"99842",24302,70455,3,407,1307 +"99843",24302,71467,2,407,1051 +"99844",24302,76143,3,407,1610 +"99845",24302,91806,3,407,969 +"99846",24302,92784,3,407,1257 +"99847",24302,92850,3,407,1971 +"99848",24302,92860,3,407,1643 +"99849",24302,100048,3,407,1573 +"99850",24302,107435,3,407,1635 +"99851",24302,111375,3,407,2686 +"99852",24302,111790,3,407,905 +"99853",24348,42,3,103,2265 +"99854",24348,1090,3,103,2370 +"99855",24348,1321,3,103,2075 +"99856",24348,1469,3,103,1160 +"99857",24348,1616,3,103,2662 +"99858",24348,1676,3,103,1198 +"99859",24348,1691,3,103,1941 +"99860",24348,1777,3,103,1965 +"99861",24348,2166,3,103,2557 +"99862",24348,2611,3,103,810 +"99863",24348,3352,2,103,1707 +"99864",24348,4932,2,103,2752 +"99865",24348,4983,3,103,1909 +"99866",24348,5462,3,103,2374 +"99867",24348,5504,3,103,2389 +"99868",24348,6390,3,103,2385 +"99869",24348,7078,3,103,2344 +"99870",24348,8621,3,103,1681 +"99871",24348,8887,3,103,2373 +"99872",24348,11346,3,103,1924 +"99873",24348,12361,3,103,2732 +"99874",24348,12767,3,103,2329 +"99875",24348,12887,3,103,433 +"99876",24348,13573,3,103,2774 +"99877",24348,14002,3,103,829 +"99878",24348,15299,3,103,2213 +"99879",24348,16497,3,103,2370 +"99880",24348,18836,3,103,1270 +"99881",24348,19528,2,103,2742 +"99882",24348,21076,3,103,1591 +"99883",24348,21095,3,103,856 +"99884",24348,22130,3,103,146 +"99885",24348,22749,3,103,1727 +"99886",24348,26608,2,103,2329 +"99887",24348,27255,3,103,1232 +"99888",24348,27478,3,103,2485 +"99889",24348,31685,3,103,2747 +"99890",24348,32409,3,103,857 +"99891",24348,33572,3,103,2370 +"99892",24348,38048,3,103,867 +"99893",24348,38667,3,103,2880 +"99894",24348,39444,3,103,2695 +"99895",24348,42619,3,103,2017 +"99896",24348,44819,3,103,2063 +"99897",24348,45461,3,103,2458 +"99898",24348,47293,2,103,929 +"99899",24348,47585,3,103,794 +"99900",24348,49965,2,103,2301 +"99901",24348,51414,2,103,929 +"99902",24348,52508,3,103,2337 +"99903",24348,53031,2,103,2065 +"99904",24348,55556,3,103,2075 +"99905",24348,55828,2,103,2393 +"99906",24348,57609,3,103,2717 +"99907",24348,58508,3,103,2326 +"99908",24348,63637,3,103,498 +"99909",24348,66756,3,103,1301 +"99910",24348,68390,3,103,2608 +"99911",24348,69017,3,103,1183 +"99912",24348,76127,3,103,910 +"99913",24348,82949,3,103,2077 +"99914",24348,85430,3,103,2370 +"99915",24348,86105,3,103,2226 +"99916",24348,89958,3,103,1186 +"99917",24348,90837,3,103,825 +"99918",24348,92592,3,103,486 +"99919",24348,93615,3,103,2386 +"99920",24348,94401,3,103,1784 +"99921",24348,95160,3,103,961 +"99922",24348,116478,3,103,293 +"99923",24362,212,3,1287,1513 +"99924",24362,803,3,1287,1666 +"99925",24362,1046,3,1287,1881 +"99926",24362,1262,3,1287,2973 +"99927",24362,1386,3,1287,1901 +"99928",24362,1495,3,1287,2046 +"99929",24362,1777,3,1287,1965 +"99930",24362,2036,3,1287,2483 +"99931",24362,2754,3,1287,1360 +"99932",24362,3242,3,1287,1730 +"99933",24362,3853,3,1287,2465 +"99934",24362,5462,3,1287,2374 +"99935",24362,5491,3,1287,2048 +"99936",24362,5504,3,1287,2389 +"99937",24362,5621,3,1287,1860 +"99938",24362,5725,3,1287,2789 +"99939",24362,6417,3,1287,1675 +"99940",24362,6588,3,1287,2025 +"99941",24362,6718,3,1287,2138 +"99942",24362,8533,3,1287,2251 +"99943",24362,8762,3,1287,2585 +"99944",24362,8888,3,1287,1328 +"99945",24362,9030,3,1287,1979 +"99946",24362,10148,3,1287,2964 +"99947",24362,10488,3,1287,1524 +"99948",24362,10779,3,1287,2881 +"99949",24362,11229,3,1287,1625 +"99950",24362,11602,3,1287,1493 +"99951",24362,13476,3,1287,1959 +"99952",24362,13732,2,1287,2789 +"99953",24362,13780,3,1287,2412 +"99954",24362,13929,2,1287,2693 +"99955",24362,14072,3,1287,1346 +"99956",24362,14189,1,1287,1483 +"99957",24362,14709,2,1287,1901 +"99958",24362,14888,3,1287,1411 +"99959",24362,14959,3,1287,2898 +"99960",24362,15343,3,1287,2125 +"99961",24362,15500,3,1287,1658 +"99962",24362,15700,3,1287,1712 +"99963",24362,16195,3,1287,2964 +"99964",24362,17549,3,1287,2647 +"99965",24362,17632,3,1287,1947 +"99966",24362,18151,3,1287,2962 +"99967",24362,18366,3,1287,2699 +"99968",24362,19872,3,1287,2913 +"99969",24362,21104,3,1287,2327 +"99970",24362,21417,3,1287,2422 +"99971",24362,21693,2,1287,2176 +"99972",24362,21795,2,1287,2653 +"99973",24362,22282,3,1287,1418 +"99974",24362,22326,2,1287,2818 +"99975",24362,22362,2,1287,1836 +"99976",24362,23508,2,1287,1907 +"99977",24362,23509,3,1287,2275 +"99978",24362,23641,3,1287,1934 +"99979",24362,23751,2,1287,1740 +"99980",24362,24146,1,1287,2003 +"99981",24362,24608,3,1287,1630 +"99982",24362,25305,3,1287,2447 +"99983",24362,26865,2,1287,2726 +"99984",24362,26867,3,1287,1804 +"99985",24362,26959,3,1287,1961 +"99986",24362,27849,3,1287,1316 +"99987",24362,28233,2,1287,1608 +"99988",24362,29791,3,1287,1986 +"99989",24362,30081,2,1287,2403 +"99990",24362,30173,3,1287,2404 +"99991",24362,30827,3,1287,2323 +"99992",24362,31799,3,1287,2547 +"99993",24362,32516,2,1287,2050 +"99994",24362,34327,3,1287,2959 +"99995",24362,34984,3,1287,2056 +"99996",24362,36559,3,1287,2473 +"99997",24362,36962,1,1287,2861 +"99998",24362,37333,2,1287,1612 +"99999",24362,38019,3,1287,1870 +"100000",24362,38908,2,1287,1787 +"100001",24362,40028,3,1287,1349 +"100002",24362,40931,3,1287,2301 +"100003",24362,41278,3,1287,1873 +"100004",24362,41402,3,1287,2313 +"100005",24362,41747,3,1287,1722 +"100006",24362,41872,3,1287,2974 +"100007",24362,42618,3,1287,2316 +"100008",24362,42687,3,1287,1952 +"100009",24362,43213,3,1287,2160 +"100010",24362,43839,3,1287,1685 +"100011",24362,46039,3,1287,1794 +"100012",24362,48820,3,1287,2769 +"100013",24362,48905,3,1287,1394 +"100014",24362,49032,3,1287,2469 +"100015",24362,49998,3,1287,2761 +"100016",24362,50118,3,1287,2654 +"100017",24362,50236,3,1287,2339 +"100018",24362,50252,3,1287,2001 +"100019",24362,51410,3,1287,2739 +"100020",24362,52136,3,1287,1412 +"100021",24362,53219,3,1287,2973 +"100022",24362,53630,3,1287,1565 +"100023",24362,54020,1,1287,1578 +"100024",24362,55691,3,1287,2856 +"100025",24362,56082,2,1287,2395 +"100026",24362,56317,3,1287,2030 +"100027",24362,57977,3,1287,2683 +"100028",24362,58035,3,1287,1646 +"100029",24362,58508,3,1287,2326 +"100030",24362,61719,3,1287,1515 +"100031",24362,65679,2,1287,1578 +"100032",24362,67264,3,1287,2790 +"100033",24362,70046,3,1287,2624 +"100034",24362,70217,3,1287,2332 +"100035",24362,71702,3,1287,2353 +"100036",24362,72122,3,1287,1436 +"100037",24362,72207,3,1287,2430 +"100038",24362,73266,3,1287,2496 +"100039",24362,75403,3,1287,1895 +"100040",24362,76342,2,1287,1429 +"100041",24362,77815,3,1287,2358 +"100042",24362,79088,2,1287,1369 +"100043",24362,81588,3,1287,1568 +"100044",24362,82949,3,1287,2077 +"100045",24362,84498,3,1287,1292 +"100046",24362,85058,3,1287,1311 +"100047",24362,85592,3,1287,1412 +"100048",24362,86799,3,1287,1951 +"100049",24362,99103,3,1287,1470 +"100050",24362,101338,3,1287,1319 +"100051",24362,101482,3,1287,1300 +"100052",24362,101797,3,1287,2357 +"100053",24393,19069,3,569,988 +"100054",24393,22057,3,569,974 +"100055",24393,24392,1,569,2719 +"100056",24393,29884,3,569,1239 +"100057",24393,35903,3,569,1434 +"100058",24393,58733,3,569,1958 +"100059",24393,95647,3,569,1172 +"100060",24405,613,3,1443,2687 +"100061",24405,997,3,1443,2788 +"100062",24405,1367,3,1443,2176 +"100063",24405,3011,3,1443,2278 +"100064",24405,3242,3,1443,1730 +"100065",24405,3711,3,1443,2360 +"100066",24405,4322,3,1443,1707 +"100067",24405,4696,3,1443,2656 +"100068",24405,5865,3,1443,1910 +"100069",24405,6241,1,1443,2264 +"100070",24405,7406,3,1443,1906 +"100071",24405,8419,3,1443,1956 +"100072",24405,8533,3,1443,2251 +"100073",24405,8621,3,1443,1681 +"100074",24405,10746,2,1443,1506 +"100075",24405,10859,1,1443,2231 +"100076",24405,12518,3,1443,2747 +"100077",24405,12542,3,1443,1888 +"100078",24405,17906,2,1443,1940 +"100079",24405,17983,2,1443,1931 +"100080",24405,19174,3,1443,1595 +"100081",24405,20271,3,1443,2044 +"100082",24405,20563,3,1443,2267 +"100083",24405,23460,3,1443,2183 +"100084",24405,24169,3,1443,1663 +"100085",24405,28285,3,1443,2972 +"100086",24405,28826,3,1443,2627 +"100087",24405,28892,3,1443,2023 +"100088",24405,33991,3,1443,2249 +"100089",24405,35069,2,1443,2069 +"100090",24405,35360,3,1443,2043 +"100091",24405,35854,3,1443,1676 +"100092",24405,35888,3,1443,2291 +"100093",24405,37915,3,1443,1905 +"100094",24405,39069,3,1443,1802 +"100095",24405,39278,2,1443,1952 +"100096",24405,40913,3,1443,1800 +"100097",24405,41607,3,1443,2802 +"100098",24405,45729,3,1443,2606 +"100099",24405,45886,3,1443,2449 +"100100",24405,46584,3,1443,1972 +"100101",24405,47362,3,1443,2253 +"100102",24405,49560,3,1443,1679 +"100103",24405,53342,2,1443,2071 +"100104",24405,55256,2,1443,2379 +"100105",24405,57405,3,1443,2344 +"100106",24405,62832,3,1443,2606 +"100107",24405,64502,3,1443,1670 +"100108",24405,68550,2,1443,1820 +"100109",24405,70046,3,1443,2624 +"100110",24405,81014,2,1443,1925 +"100111",24405,84790,3,1443,1708 +"100112",24405,84799,2,1443,2656 +"100113",24405,84942,3,1443,1467 +"100114",24405,85736,3,1443,1601 +"100115",24405,86107,3,1443,1960 +"100116",24405,93481,3,1443,2311 +"100117",24421,7616,3,1324,2296 +"100118",24421,16850,3,1324,1657 +"100119",24421,18670,3,1324,1835 +"100120",24421,22682,3,1324,2035 +"100121",24421,29089,3,1324,1344 +"100122",24421,29512,3,1324,1594 +"100123",24421,31705,2,1324,2706 +"100124",24421,44403,3,1324,2429 +"100125",24421,45545,3,1324,1776 +"100126",24421,52597,3,1324,1773 +"100127",24421,56168,3,1324,1466 +"100128",24421,63477,3,1324,1907 +"100129",24421,77155,3,1324,2946 +"100130",24421,77550,3,1324,1548 +"100131",24441,11135,2,2256,2441 +"100132",24441,15502,3,2256,2637 +"100133",24444,6062,2,1617,2681 +"100134",24444,11456,3,1617,2715 +"100135",24444,13760,3,1617,2871 +"100136",24444,18601,3,1617,2143 +"100137",24444,20496,2,1617,2530 +"100138",24444,24497,1,1617,1979 +"100139",24444,30322,3,1617,2346 +"100140",24444,30334,3,1617,2075 +"100141",24444,38263,2,1617,2475 +"100142",24444,43756,2,1617,2881 +"100143",24444,54929,3,1617,2783 +"100144",24444,56859,1,1617,2319 +"100145",24444,62739,2,1617,2753 +"100146",24444,72088,2,1617,2728 +"100147",24448,455,3,2289,2827 +"100148",24448,2424,3,2289,2582 +"100149",24448,2684,3,2289,2874 +"100150",24448,2954,3,2289,2727 +"100151",24448,6192,3,2289,2409 +"100152",24448,6390,3,2289,2385 +"100153",24448,7515,3,2289,2737 +"100154",24448,9184,3,2289,2670 +"100155",24448,9362,3,2289,2879 +"100156",24448,9893,3,2289,2701 +"100157",24448,10871,3,2289,2314 +"100158",24448,12528,2,2289,2589 +"100159",24448,14652,3,2289,2516 +"100160",24448,18543,3,2289,2968 +"100161",24448,19208,3,2289,2629 +"100162",24448,19248,3,2289,2357 +"100163",24448,22567,3,2289,2396 +"100164",24448,23132,3,2289,2756 +"100165",24448,27275,2,2289,2656 +"100166",24448,27390,2,2289,2425 +"100167",24448,30052,2,2289,2855 +"100168",24448,30906,3,2289,2537 +"100169",24448,31235,2,2289,2668 +"100170",24448,38780,3,2289,2705 +"100171",24448,40383,3,2289,2639 +"100172",24448,40756,3,2289,2329 +"100173",24448,42196,3,2289,2765 +"100174",24448,42799,3,2289,2729 +"100175",24448,45302,3,2289,2390 +"100176",24448,47445,3,2289,2668 +"100177",24448,51041,3,2289,2606 +"100178",24448,51866,3,2289,2411 +"100179",24448,53219,3,2289,2973 +"100180",24448,54695,3,2289,2429 +"100181",24448,57544,3,2289,2443 +"100182",24448,65016,3,2289,2749 +"100183",24448,66413,3,2289,2507 +"100184",24448,67652,1,2289,2736 +"100185",24448,73305,3,2289,2544 +"100186",24448,76892,3,2289,2381 +"100187",24456,145,3,1238,1998 +"100188",24456,160,3,1238,2007 +"100189",24456,316,3,1238,2413 +"100190",24456,1523,3,1238,2048 +"100191",24456,2979,3,1238,2912 +"100192",24456,4929,3,1238,2240 +"100193",24456,6449,3,1238,1997 +"100194",24456,6821,3,1238,1788 +"100195",24456,7337,3,1238,1797 +"100196",24456,8842,3,1238,2535 +"100197",24456,8890,3,1238,1955 +"100198",24456,9175,3,1238,2639 +"100199",24456,9331,1,1238,2269 +"100200",24456,9423,2,1238,1708 +"100201",24456,10050,2,1238,1792 +"100202",24456,10310,3,1238,2774 +"100203",24456,12081,3,1238,2166 +"100204",24456,13043,3,1238,1295 +"100205",24456,14918,3,1238,2071 +"100206",24456,17351,2,1238,2036 +"100207",24456,17549,1,1238,2647 +"100208",24456,17632,2,1238,1947 +"100209",24456,17938,3,1238,1410 +"100210",24456,18670,3,1238,1835 +"100211",24456,19208,3,1238,2629 +"100212",24456,19605,3,1238,2395 +"100213",24456,20331,3,1238,2365 +"100214",24456,21079,3,1238,1997 +"100215",24456,21960,3,1238,1517 +"100216",24456,27379,3,1238,2461 +"100217",24456,27642,3,1238,1531 +"100218",24456,31117,2,1238,2210 +"100219",24456,34120,3,1238,2786 +"100220",24456,38307,3,1238,2648 +"100221",24456,39464,3,1238,2314 +"100222",24456,41900,3,1238,1970 +"100223",24456,41945,3,1238,2856 +"100224",24456,44688,2,1238,2924 +"100225",24456,44894,3,1238,2048 +"100226",24456,45239,3,1238,2535 +"100227",24456,46042,3,1238,1692 +"100228",24456,47789,3,1238,1583 +"100229",24456,49470,2,1238,1528 +"100230",24456,50480,3,1238,2701 +"100231",24456,54020,3,1238,1578 +"100232",24456,61541,3,1238,2699 +"100233",24456,65679,3,1238,1578 +"100234",24456,70573,3,1238,1993 +"100235",24456,74134,3,1238,1566 +"100236",24456,77815,3,1238,2358 +"100237",24482,51157,3,1649,2319 +"100238",24497,6062,1,1979,2681 +"100239",24497,11218,3,1979,2292 +"100240",24497,11456,2,1979,2715 +"100241",24497,13760,2,1979,2871 +"100242",24497,18601,2,1979,2143 +"100243",24497,20496,2,1979,2530 +"100244",24497,22410,3,1979,2158 +"100245",24497,29004,3,1979,2596 +"100246",24497,30322,3,1979,2346 +"100247",24497,30334,2,1979,2075 +"100248",24497,37636,3,1979,2178 +"100249",24497,38263,2,1979,2475 +"100250",24497,43756,3,1979,2881 +"100251",24497,47529,3,1979,2914 +"100252",24497,51783,3,1979,2599 +"100253",24497,54929,2,1979,2783 +"100254",24497,54983,3,1979,2407 +"100255",24497,56859,2,1979,2319 +"100256",24497,62739,3,1979,2753 +"100257",24497,68286,3,1979,2442 +"100258",24497,72088,3,1979,2728 +"100259",24511,468,2,1871,1966 +"100260",24511,1386,2,1871,1901 +"100261",24511,3695,3,1871,2612 +"100262",24511,4634,3,1871,2291 +"100263",24511,5491,3,1871,2048 +"100264",24511,5816,3,1871,2408 +"100265",24511,7078,3,1871,2344 +"100266",24511,7394,2,1871,2615 +"100267",24511,10558,3,1871,2312 +"100268",24511,10717,3,1871,1938 +"100269",24511,11456,3,1871,2715 +"100270",24511,12035,1,1871,2721 +"100271",24511,12042,3,1871,2345 +"100272",24511,12703,3,1871,2689 +"100273",24511,12943,3,1871,1902 +"100274",24511,14490,2,1871,2291 +"100275",24511,15301,3,1871,2308 +"100276",24511,17400,3,1871,2231 +"100277",24511,18151,3,1871,2962 +"100278",24511,21795,3,1871,2653 +"100279",24511,26100,3,1871,1966 +"100280",24511,29791,3,1871,1986 +"100281",24511,30081,3,1871,2403 +"100282",24511,31251,3,1871,2498 +"100283",24511,34327,3,1871,2959 +"100284",24511,36950,2,1871,2204 +"100285",24512,457,3,1369,1704 +"100286",24512,600,3,1369,1702 +"100287",24512,854,2,1369,2307 +"100288",24512,915,3,1369,1793 +"100289",24512,952,3,1369,1991 +"100290",24512,1175,3,1369,1642 +"100291",24512,1323,3,1369,1659 +"100292",24512,2407,3,1369,1725 +"100293",24512,2704,3,1369,2609 +"100294",24512,3163,2,1369,2020 +"100295",24512,3164,2,1369,2693 +"100296",24512,3495,3,1369,2431 +"100297",24512,3716,3,1369,1679 +"100298",24512,3801,3,1369,1974 +"100299",24512,4504,1,1369,1905 +"100300",24512,5315,3,1369,2631 +"100301",24512,5971,3,1369,1985 +"100302",24512,6030,3,1369,2953 +"100303",24512,7616,3,1369,2296 +"100304",24512,7942,2,1369,2623 +"100305",24512,8865,3,1369,2394 +"100306",24512,9272,3,1369,2835 +"100307",24512,10148,3,1369,2964 +"100308",24512,10779,3,1369,2881 +"100309",24512,11103,3,1369,2393 +"100310",24512,11966,3,1369,2385 +"100311",24512,12122,3,1369,1385 +"100312",24512,12948,3,1369,2669 +"100313",24512,14328,3,1369,1725 +"100314",24512,14754,3,1369,2456 +"100315",24512,15546,3,1369,2055 +"100316",24512,15560,3,1369,2257 +"100317",24512,15607,3,1369,1421 +"100318",24512,16176,3,1369,2703 +"100319",24512,16539,2,1369,1947 +"100320",24512,16866,3,1369,2718 +"100321",24512,17943,3,1369,1943 +"100322",24512,18735,3,1369,1581 +"100323",24512,18865,3,1369,2676 +"100324",24512,19072,3,1369,2358 +"100325",24512,19208,3,1369,2629 +"100326",24512,19605,3,1369,2395 +"100327",24512,20162,3,1369,2328 +"100328",24512,20284,2,1369,2530 +"100329",24512,20292,3,1369,2755 +"100330",24512,21571,3,1369,2755 +"100331",24512,21682,3,1369,2414 +"100332",24512,22403,3,1369,1630 +"100333",24512,22566,3,1369,2308 +"100334",24512,23508,3,1369,1907 +"100335",24512,23918,3,1369,1881 +"100336",24512,25443,3,1369,1441 +"100337",24512,26234,3,1369,2183 +"100338",24512,27320,3,1369,2378 +"100339",24512,28050,3,1369,1955 +"100340",24512,28168,3,1369,2702 +"100341",24512,29454,3,1369,2719 +"100342",24512,30236,2,1369,2238 +"100343",24512,30883,3,1369,1629 +"100344",24512,30906,3,1369,2537 +"100345",24512,32567,3,1369,2784 +"100346",24512,34216,3,1369,2832 +"100347",24512,34648,3,1369,1596 +"100348",24512,35903,3,1369,1434 +"100349",24512,36574,3,1369,2934 +"100350",24512,37301,3,1369,2160 +"100351",24512,37752,3,1369,2223 +"100352",24512,38732,2,1369,2263 +"100353",24512,41023,3,1369,2408 +"100354",24512,41447,3,1369,2405 +"100355",24512,41664,3,1369,2641 +"100356",24512,41764,3,1369,2409 +"100357",24512,43769,3,1369,2394 +"100358",24512,44521,3,1369,1593 +"100359",24512,45869,3,1369,2840 +"100360",24512,46596,3,1369,1942 +"100361",24512,50480,3,1369,2701 +"100362",24512,55076,3,1369,2408 +"100363",24512,56910,3,1369,2705 +"100364",24512,57714,2,1369,1391 +"100365",24512,57760,3,1369,1721 +"100366",24512,58233,3,1369,1665 +"100367",24512,58733,3,1369,1958 +"100368",24512,59726,3,1369,1513 +"100369",24512,62488,3,1369,1418 +"100370",24512,63077,3,1369,2778 +"100371",24512,63395,3,1369,2334 +"100372",24512,67266,3,1369,2010 +"100373",24512,82426,3,1369,1576 +"100374",24512,94500,3,1369,1529 +"100375",24520,49147,3,2196,2539 +"100376",24520,53362,3,2196,2360 +"100377",24520,55775,3,2196,2385 +"100378",24522,601,3,158,702 +"100379",24522,675,3,158,1686 +"100380",24522,854,3,158,2307 +"100381",24522,937,3,158,408 +"100382",24522,1127,3,158,1188 +"100383",24522,1130,2,158,1566 +"100384",24522,1136,3,158,2536 +"100385",24522,1364,3,158,859 +"100386",24522,2269,3,158,984 +"100387",24522,2300,3,158,565 +"100388",24522,2325,2,158,1641 +"100389",24522,2484,3,158,2389 +"100390",24522,2894,2,158,1291 +"100391",24522,5392,3,158,1648 +"100392",24522,5615,3,158,1105 +"100393",24522,5714,3,158,534 +"100394",24522,5785,3,158,1261 +"100395",24522,5846,3,158,271 +"100396",24522,6030,3,158,2953 +"100397",24522,6222,2,158,1949 +"100398",24522,6366,3,158,798 +"100399",24522,6417,3,158,1675 +"100400",24522,6914,3,158,2668 +"100401",24522,7861,3,158,1647 +"100402",24522,8470,3,158,288 +"100403",24522,9311,3,158,2477 +"100404",24522,10857,3,158,2253 +"100405",24522,10939,3,158,1376 +"100406",24522,11208,3,158,1161 +"100407",24522,11440,3,158,2026 +"100408",24522,11576,3,158,808 +"100409",24522,11662,3,158,1139 +"100410",24522,11694,3,158,1564 +"100411",24522,12388,3,158,1975 +"100412",24522,13967,3,158,1354 +"100413",24522,14072,3,158,1346 +"100414",24522,14959,2,158,2898 +"100415",24522,15453,3,158,1688 +"100416",24522,15636,3,158,2857 +"100417",24522,15930,3,158,2541 +"100418",24522,16111,3,158,1714 +"100419",24522,16539,3,158,1947 +"100420",24522,17520,3,158,2276 +"100421",24522,18394,3,158,2356 +"100422",24522,19637,3,158,1229 +"100423",24522,20067,3,158,2390 +"100424",24522,21133,3,158,1320 +"100425",24522,21138,3,158,2849 +"100426",24522,22639,3,158,2352 +"100427",24522,23509,3,158,2275 +"100428",24522,23787,3,158,2810 +"100429",24522,25129,3,158,2647 +"100430",24522,25341,3,158,1858 +"100431",24522,25680,3,158,1618 +"100432",24522,26282,2,158,1241 +"100433",24522,26342,3,158,527 +"100434",24522,26766,3,158,1161 +"100435",24522,28131,3,158,1492 +"100436",24522,29095,2,158,2531 +"100437",24522,29115,3,158,1047 +"100438",24522,29314,3,158,2736 +"100439",24522,30150,3,158,1704 +"100440",24522,30883,2,158,1629 +"100441",24522,31700,3,158,2727 +"100442",24522,32567,3,158,2784 +"100443",24522,34480,2,158,2755 +"100444",24522,34509,3,158,1973 +"100445",24522,35235,3,158,2610 +"100446",24522,35481,3,158,2211 +"100447",24522,35529,3,158,1620 +"100448",24522,38694,2,158,817 +"100449",24522,38921,2,158,1880 +"100450",24522,39271,3,158,399 +"100451",24522,39431,3,158,1460 +"100452",24522,40028,3,158,1349 +"100453",24522,41682,3,158,1988 +"100454",24522,41945,3,158,2856 +"100455",24522,42264,3,158,1702 +"100456",24522,42474,3,158,2322 +"100457",24522,44885,3,158,2670 +"100458",24522,44899,3,158,2386 +"100459",24522,47715,3,158,2111 +"100460",24522,49962,3,158,572 +"100461",24522,50252,3,158,2001 +"100462",24522,50269,3,158,1966 +"100463",24522,50487,3,158,744 +"100464",24522,51052,2,158,2784 +"100465",24522,51410,3,158,2739 +"100466",24522,51471,3,158,1280 +"100467",24522,54551,3,158,2348 +"100468",24522,56082,3,158,2395 +"100469",24522,58035,3,158,1646 +"100470",24522,60862,3,158,1215 +"100471",24522,62538,3,158,1656 +"100472",24522,67216,1,158,984 +"100473",24522,68299,3,158,866 +"100474",24522,70203,2,158,2756 +"100475",24522,70605,3,158,1176 +"100476",24522,74731,3,158,853 +"100477",24522,79612,3,158,927 +"100478",24522,81482,3,158,908 +"100479",24522,85794,3,158,679 +"100480",24522,88347,3,158,793 +"100481",24522,94850,3,158,408 +"100482",24522,105685,3,158,2469 +"100483",24522,117679,3,158,535 +"100484",24522,119820,3,158,296 +"100485",24558,380,3,2139,2261 +"100486",24558,1102,3,2139,2282 +"100487",24558,2424,3,2139,2582 +"100488",24558,6074,3,2139,2426 +"100489",24558,9175,1,2139,2639 +"100490",24558,9331,3,2139,2269 +"100491",24558,12081,3,2139,2166 +"100492",24558,12374,3,2139,2260 +"100493",24558,14972,3,2139,2332 +"100494",24558,15729,3,2139,2338 +"100495",24558,17549,3,2139,2647 +"100496",24558,24060,3,2139,2349 +"100497",24558,26671,1,2139,2279 +"100498",24558,31159,3,2139,2231 +"100499",24558,39189,3,2139,2319 +"100500",24558,39464,3,2139,2314 +"100501",24558,41945,3,2139,2856 +"100502",24558,42783,3,2139,2338 +"100503",24558,44688,3,2139,2924 +"100504",24558,45239,2,2139,2535 +"100505",24558,45302,3,2139,2390 +"100506",24558,50134,2,2139,2674 +"100507",24558,52892,3,2139,2372 +"100508",24558,117080,3,2139,2357 +"100509",24559,270,3,946,2542 +"100510",24559,1124,3,946,1596 +"100511",24559,1315,3,946,2760 +"100512",24559,3139,3,946,1656 +"100513",24559,5971,3,946,1985 +"100514",24559,6162,3,946,1673 +"100515",24559,6588,3,946,2025 +"100516",24559,9702,3,946,1928 +"100517",24559,10488,3,946,1524 +"100518",24559,10523,3,946,1510 +"100519",24559,12374,3,946,2260 +"100520",24559,15453,3,946,1688 +"100521",24559,16352,3,946,2657 +"100522",24559,18394,3,946,2356 +"100523",24559,19096,3,946,1538 +"100524",24559,20311,3,946,1981 +"100525",24559,21345,3,946,2449 +"100526",24559,23312,1,946,2449 +"100527",24559,23534,3,946,1659 +"100528",24559,25480,3,946,2747 +"100529",24559,26524,3,946,982 +"100530",24559,26867,3,946,1804 +"100531",24559,27427,3,946,2325 +"100532",24559,30405,3,946,2164 +"100533",24559,32131,3,946,1035 +"100534",24559,37108,3,946,1202 +"100535",24559,39512,3,946,2644 +"100536",24559,40028,3,946,1349 +"100537",24559,40072,3,946,1182 +"100538",24559,43518,3,946,2680 +"100539",24559,44521,3,946,1593 +"100540",24559,46040,3,946,2105 +"100541",24559,47877,3,946,2970 +"100542",24559,48283,3,946,1290 +"100543",24559,49606,3,946,2800 +"100544",24559,50236,2,946,2339 +"100545",24559,50977,3,946,2352 +"100546",24559,51243,3,946,1389 +"100547",24559,52345,3,946,1430 +"100548",24559,53120,2,946,975 +"100549",24559,53303,3,946,1376 +"100550",24559,54879,3,946,2210 +"100551",24559,56082,3,946,2395 +"100552",24559,56237,3,946,2625 +"100553",24559,67690,3,946,1902 +"100554",24559,72326,3,946,2384 +"100555",24559,81563,2,946,1188 +"100556",24568,135,3,1937,2233 +"100557",24568,145,2,1937,1998 +"100558",24568,270,3,1937,2542 +"100559",24568,279,3,1937,1989 +"100560",24568,312,3,1937,2038 +"100561",24568,455,3,1937,2827 +"100562",24568,470,2,1937,2285 +"100563",24568,913,1,1937,2144 +"100564",24568,1102,3,1937,2282 +"100565",24568,1136,3,1937,2536 +"100566",24568,1367,3,1937,2176 +"100567",24568,1616,3,1937,2662 +"100568",24568,1691,3,1937,1941 +"100569",24568,2424,3,1937,2582 +"100570",24568,2484,3,1937,2389 +"100571",24568,2625,3,1937,2152 +"100572",24568,2954,3,1937,2727 +"100573",24568,3161,3,1937,2229 +"100574",24568,4084,2,1937,2133 +"100575",24568,4430,3,1937,2019 +"100576",24568,4567,3,1937,2348 +"100577",24568,4687,3,1937,2152 +"100578",24568,5235,3,1937,2324 +"100579",24568,5315,3,1937,2631 +"100580",24568,5429,3,1937,1991 +"100581",24568,5504,3,1937,2389 +"100582",24568,6047,3,1937,2004 +"100583",24568,6052,3,1937,1985 +"100584",24568,6222,3,1937,1949 +"100585",24568,6390,3,1937,2385 +"100586",24568,6718,3,1937,2138 +"100587",24568,7245,2,1937,2089 +"100588",24568,7515,2,1937,2737 +"100589",24568,7847,3,1937,2424 +"100590",24568,7992,3,1937,2033 +"100591",24568,8533,3,1937,2251 +"100592",24568,9184,2,1937,2670 +"100593",24568,9311,2,1937,2477 +"100594",24568,9362,3,1937,2879 +"100595",24568,10358,3,1937,2294 +"100596",24568,10433,2,1937,2075 +"100597",24568,10843,3,1937,2277 +"100598",24568,11103,3,1937,2393 +"100599",24568,11493,3,1937,2077 +"100600",24568,12528,3,1937,2589 +"100601",24568,12602,2,1937,1956 +"100602",24568,12618,3,1937,2021 +"100603",24568,12728,3,1937,2374 +"100604",24568,12778,3,1937,2045 +"100605",24568,14032,3,1937,2144 +"100606",24568,14652,3,1937,2516 +"100607",24568,14959,3,1937,2898 +"100608",24568,15626,3,1937,2434 +"100609",24568,16352,3,1937,2657 +"100610",24568,17520,3,1937,2276 +"100611",24568,18315,2,1937,2720 +"100612",24568,18394,3,1937,2356 +"100613",24568,18415,3,1937,2184 +"100614",24568,18543,3,1937,2968 +"100615",24568,19248,3,1937,2357 +"100616",24568,19322,2,1937,2048 +"100617",24568,19719,3,1937,2177 +"100618",24568,20407,3,1937,2339 +"100619",24568,20563,3,1937,2267 +"100620",24568,21248,3,1937,2232 +"100621",24568,21693,3,1937,2176 +"100622",24568,22566,3,1937,2308 +"100623",24568,22567,3,1937,2396 +"100624",24568,23132,2,1937,2756 +"100625",24568,23310,3,1937,2371 +"100626",24568,23705,3,1937,2699 +"100627",24568,24256,3,1937,2393 +"100628",24568,24448,2,1937,2289 +"100629",24568,25198,3,1937,1982 +"100630",24568,25816,3,1937,2088 +"100631",24568,27195,3,1937,2158 +"100632",24568,27275,2,1937,2656 +"100633",24568,27390,2,1937,2425 +"100634",24568,27391,3,1937,2378 +"100635",24568,28101,3,1937,1949 +"100636",24568,29095,3,1937,2531 +"100637",24568,29308,2,1937,2094 +"100638",24568,29930,2,1937,2240 +"100639",24568,30052,3,1937,2855 +"100640",24568,30906,3,1937,2537 +"100641",24568,31235,2,1937,2668 +"100642",24568,32503,3,1937,2020 +"100643",24568,33433,3,1937,2805 +"100644",24568,33622,3,1937,2230 +"100645",24568,33801,3,1937,2899 +"100646",24568,34707,3,1937,2042 +"100647",24568,34735,3,1937,2767 +"100648",24568,35256,3,1937,2271 +"100649",24568,36439,3,1937,2469 +"100650",24568,38780,3,1937,2705 +"100651",24568,39189,3,1937,2319 +"100652",24568,40383,3,1937,2639 +"100653",24568,40756,3,1937,2329 +"100654",24568,41955,3,1937,2479 +"100655",24568,42687,3,1937,1952 +"100656",24568,42799,3,1937,2729 +"100657",24568,44135,3,1937,2620 +"100658",24568,44744,3,1937,2032 +"100659",24568,45633,2,1937,2134 +"100660",24568,47445,3,1937,2668 +"100661",24568,51041,3,1937,2606 +"100662",24568,51831,3,1937,2427 +"100663",24568,51925,2,1937,2307 +"100664",24568,52576,3,1937,2234 +"100665",24568,53323,3,1937,2677 +"100666",24568,53475,3,1937,2853 +"100667",24568,53608,3,1937,1986 +"100668",24568,53742,3,1937,2337 +"100669",24568,56317,3,1937,2030 +"100670",24568,57544,3,1937,2443 +"100671",24568,59113,3,1937,2434 +"100672",24568,62219,2,1937,2494 +"100673",24568,62840,3,1937,2502 +"100674",24568,64997,3,1937,2791 +"100675",24568,65691,3,1937,2134 +"100676",24568,66413,2,1937,2507 +"100677",24568,67652,3,1937,2736 +"100678",24568,68810,3,1937,2409 +"100679",24568,69165,3,1937,2340 +"100680",24568,73305,2,1937,2544 +"100681",24568,74636,3,1937,2525 +"100682",24568,76892,3,1937,2381 +"100683",24568,79804,2,1937,2227 +"100684",24568,82949,3,1937,2077 +"100685",24568,83907,3,1937,2056 +"100686",24568,92322,3,1937,2393 +"100687",24579,31799,3,1394,2547 +"100688",24579,48820,3,1394,2769 +"100689",24579,72334,3,1394,2820 +"100690",24586,36862,2,2465,2655 +"100691",24586,38885,3,2465,2720 +"100692",24586,92757,3,2465,2615 +"100693",24586,117956,2,2465,2774 +"100694",24608,841,3,1630,2964 +"100695",24608,1262,3,1630,2973 +"100696",24608,1386,2,1630,1901 +"100697",24608,3198,3,1630,1797 +"100698",24608,3397,3,1630,2126 +"100699",24608,3409,3,1630,2167 +"100700",24608,3453,3,1630,2126 +"100701",24608,3695,3,1630,2612 +"100702",24608,5491,3,1630,2048 +"100703",24608,7078,3,1630,2344 +"100704",24608,7394,3,1630,2615 +"100705",24608,13732,3,1630,2789 +"100706",24608,14709,2,1630,1901 +"100707",24608,15343,2,1630,2125 +"100708",24608,18151,3,1630,2962 +"100709",24608,18366,3,1630,2699 +"100710",24608,19872,3,1630,2913 +"100711",24608,21417,2,1630,2422 +"100712",24608,21795,2,1630,2653 +"100713",24608,26865,2,1630,2726 +"100714",24608,29791,3,1630,1986 +"100715",24608,30081,3,1630,2403 +"100716",24608,32761,2,1630,2680 +"100717",24608,34311,2,1630,2213 +"100718",24608,34327,2,1630,2959 +"100719",24608,36950,3,1630,2204 +"100720",24608,42618,3,1630,2316 +"100721",24608,44235,3,1630,2700 +"100722",24608,45664,3,1630,2235 +"100723",24608,47840,3,1630,2509 +"100724",24608,70046,3,1630,2624 +"100725",24608,73266,3,1630,2496 +"100726",24608,86730,3,1630,1780 +"100727",24608,90501,3,1630,2380 +"100728",24610,54819,3,2733,2782 +"100729",24612,270,3,1875,2542 +"100730",24612,1315,3,1875,2760 +"100731",24612,2424,2,1875,2582 +"100732",24612,2533,3,1875,2016 +"100733",24612,3305,3,1875,2839 +"100734",24612,3430,2,1875,2498 +"100735",24612,9362,3,1875,2879 +"100736",24612,12901,2,1875,2136 +"100737",24612,12982,3,1875,2143 +"100738",24612,13324,3,1875,2163 +"100739",24612,15813,3,1875,2143 +"100740",24612,19719,3,1875,2177 +"100741",24612,21285,2,1875,2100 +"100742",24612,25577,3,1875,1946 +"100743",24612,26749,3,1875,2965 +"100744",24612,43455,3,1875,2846 +"100745",24612,44654,3,1875,2916 +"100746",24612,46040,2,1875,2105 +"100747",24612,46629,3,1875,2255 +"100748",24612,51089,3,1875,2426 +"100749",24612,52024,2,1875,2500 +"100750",24612,52576,3,1875,2234 +"100751",24612,53604,3,1875,2489 +"100752",24612,56317,3,1875,2030 +"100753",24612,58365,3,1875,1902 +"100754",24612,58508,3,1875,2326 +"100755",24612,61982,3,1875,2725 +"100756",24612,70203,3,1875,2756 +"100757",24612,76892,3,1875,2381 +"100758",24612,82949,3,1875,2077 +"100759",24612,87837,3,1875,1987 +"100760",24612,89181,3,1875,1910 +"100761",24612,92513,3,1875,2282 +"100762",24615,267,2,229,2631 +"100763",24615,600,3,229,1702 +"100764",24615,915,3,229,1793 +"100765",24615,2407,2,229,1725 +"100766",24615,2440,3,229,836 +"100767",24615,4001,3,229,1687 +"100768",24615,4504,3,229,1905 +"100769",24615,4821,3,229,1938 +"100770",24615,5484,3,229,582 +"100771",24615,6192,2,229,2409 +"100772",24615,6208,3,229,2361 +"100773",24615,8274,3,229,1909 +"100774",24615,9202,3,229,2477 +"100775",24615,9331,3,229,2269 +"100776",24615,10974,3,229,896 +"100777",24615,11651,3,229,526 +"100778",24615,13899,3,229,2650 +"100779",24615,15444,3,229,2764 +"100780",24615,15546,2,229,2055 +"100781",24615,15556,1,229,270 +"100782",24615,16866,2,229,2718 +"100783",24615,17351,3,229,2036 +"100784",24615,17457,3,229,589 +"100785",24615,17632,3,229,1947 +"100786",24615,18013,3,229,1625 +"100787",24615,18122,2,229,894 +"100788",24615,18865,2,229,2676 +"100789",24615,19208,2,229,2629 +"100790",24615,19605,2,229,2395 +"100791",24615,20176,3,229,1050 +"100792",24615,21248,3,229,2232 +"100793",24615,22207,2,229,2365 +"100794",24615,22682,3,229,2035 +"100795",24615,23918,3,229,1881 +"100796",24615,24512,3,229,1369 +"100797",24615,26642,3,229,2952 +"100798",24615,27628,3,229,2389 +"100799",24615,28525,3,229,1273 +"100800",24615,28904,3,229,926 +"100801",24615,29454,3,229,2719 +"100802",24615,30967,3,229,818 +"100803",24615,31705,3,229,2706 +"100804",24615,34945,3,229,1298 +"100805",24615,36270,3,229,2910 +"100806",24615,37332,3,229,1891 +"100807",24615,40565,2,229,2115 +"100808",24615,41739,3,229,1339 +"100809",24615,41764,3,229,2409 +"100810",24615,42725,3,229,630 +"100811",24615,42813,3,229,2142 +"100812",24615,44403,2,229,2429 +"100813",24615,44688,3,229,2924 +"100814",24615,45329,3,229,1693 +"100815",24615,45449,3,229,1610 +"100816",24615,47789,3,229,1583 +"100817",24615,50480,2,229,2701 +"100818",24615,51610,3,229,2635 +"100819",24615,54737,3,229,326 +"100820",24615,56910,2,229,2705 +"100821",24615,57129,3,229,1858 +"100822",24615,63395,2,229,2334 +"100823",24615,68979,3,229,1173 +"100824",24615,69215,3,229,1591 +"100825",24615,69250,3,229,1439 +"100826",24615,70455,3,229,1307 +"100827",24615,74204,3,229,2463 +"100828",24615,76607,3,229,747 +"100829",24615,77550,3,229,1548 +"100830",24615,80979,3,229,1142 +"100831",24615,82270,2,229,1641 +"100832",24615,83218,3,229,1537 +"100833",24615,83334,3,229,1708 +"100834",24615,96671,3,229,359 +"100835",24615,101347,3,229,1335 +"100836",24615,106690,3,229,901 +"100837",24615,110399,3,229,480 +"100838",24648,470,3,1833,2285 +"100839",24648,823,3,1833,2840 +"100840",24648,1226,1,1833,2353 +"100841",24648,1386,3,1833,1901 +"100842",24648,2195,1,1833,2139 +"100843",24648,2712,2,1833,1881 +"100844",24648,4289,3,1833,1921 +"100845",24648,5239,3,1833,2875 +"100846",24648,5622,3,1833,2175 +"100847",24648,9828,3,1833,2085 +"100848",24648,10857,3,1833,2253 +"100849",24648,12729,3,1833,1835 +"100850",24648,12982,3,1833,2143 +"100851",24648,14507,2,1833,2686 +"100852",24648,17400,3,1833,2231 +"100853",24648,17852,3,1833,2840 +"100854",24648,18670,3,1833,1835 +"100855",24648,22331,3,1833,2687 +"100856",24648,24825,1,1833,2686 +"100857",24648,25198,3,1833,1982 +"100858",24648,29295,3,1833,2043 +"100859",24648,31159,3,1833,2231 +"100860",24648,31307,3,1833,2139 +"100861",24648,33160,3,1833,2441 +"100862",24648,35360,2,1833,2043 +"100863",24648,37915,3,1833,1905 +"100864",24648,45684,3,1833,2200 +"100865",24648,45704,3,1833,2687 +"100866",24648,53219,3,1833,2973 +"100867",24648,54551,3,1833,2348 +"100868",24648,57977,3,1833,2683 +"100869",24721,6074,3,2326,2426 +"100870",24721,8327,3,2326,2527 +"100871",24721,12042,3,2326,2345 +"100872",24721,13601,2,2326,2689 +"100873",24721,17365,3,2326,2746 +"100874",24721,17790,2,2326,2783 +"100875",24721,20657,3,2326,2340 +"100876",24721,24060,3,2326,2349 +"100877",24721,25480,3,2326,2747 +"100878",24721,25610,2,2326,2328 +"100879",24721,33433,3,2326,2805 +"100880",24721,33475,3,2326,2367 +"100881",24721,41945,3,2326,2856 +"100882",24721,43455,3,2326,2846 +"100883",24721,44768,3,2326,2516 +"100884",24721,45302,3,2326,2390 +"100885",24721,51089,3,2326,2426 +"100886",24721,51866,2,2326,2411 +"100887",24721,52570,3,2326,2645 +"100888",24722,316,3,341,2413 +"100889",24722,2057,3,341,1965 +"100890",24722,2798,3,341,1673 +"100891",24722,4612,3,341,2804 +"100892",24722,9227,3,341,1267 +"100893",24722,9481,3,341,1610 +"100894",24722,9503,3,341,2453 +"100895",24722,9787,3,341,2858 +"100896",24722,10336,3,341,2271 +"100897",24722,10387,3,341,871 +"100898",24722,10453,2,341,1656 +"100899",24722,12475,3,341,588 +"100900",24722,14749,3,341,1998 +"100901",24722,16501,3,341,1650 +"100902",24722,18965,2,341,2315 +"100903",24722,19380,3,341,2637 +"100904",24722,20220,3,341,1656 +"100905",24722,20395,3,341,1468 +"100906",24722,22364,3,341,1809 +"100907",24722,24176,3,341,1986 +"100908",24722,25163,3,341,1751 +"100909",24722,29286,2,341,1612 +"100910",24722,31444,3,341,511 +"100911",24722,33870,3,341,955 +"100912",24722,35709,3,341,464 +"100913",24722,36912,3,341,2469 +"100914",24722,40035,3,341,2742 +"100915",24722,44566,3,341,1626 +"100916",24722,44786,3,341,1096 +"100917",24722,46486,3,341,1868 +"100918",24722,46532,3,341,2005 +"100919",24722,49309,2,341,575 +"100920",24722,50229,3,341,1190 +"100921",24722,50354,3,341,1299 +"100922",24722,53739,3,341,2704 +"100923",24722,53924,3,341,1289 +"100924",24722,59670,2,341,1173 +"100925",24722,61337,3,341,2777 +"100926",24722,67963,2,341,806 +"100927",24722,68539,2,341,1158 +"100928",24722,72597,3,341,1843 +"100929",24722,78650,2,341,592 +"100930",24722,79420,3,341,1061 +"100931",24722,94625,3,341,2105 +"100932",24722,104828,3,341,1609 +"100933",24734,388,3,338,1594 +"100934",24734,1150,3,338,1595 +"100935",24734,1560,2,338,2013 +"100936",24734,3403,3,338,2951 +"100937",24734,3405,3,338,2438 +"100938",24734,4932,3,338,2752 +"100939",24734,5168,1,338,629 +"100940",24734,6132,3,338,1590 +"100941",24734,7206,3,338,1959 +"100942",24734,8140,3,338,1262 +"100943",24734,8525,3,338,1787 +"100944",24734,9063,3,338,2000 +"100945",24734,9716,3,338,1929 +"100946",24734,10200,3,338,2920 +"100947",24734,10279,3,338,886 +"100948",24734,11429,3,338,2520 +"100949",24734,12973,3,338,1569 +"100950",24734,14586,3,338,2801 +"100951",24734,15916,2,338,1236 +"100952",24734,16593,3,338,1139 +"100953",24734,19687,3,338,2072 +"100954",24734,22571,3,338,655 +"100955",24734,24086,1,338,2663 +"100956",24734,24860,1,338,1204 +"100957",24734,26513,2,338,2205 +"100958",24734,27255,2,338,1232 +"100959",24734,28893,3,338,2764 +"100960",24734,28914,3,338,580 +"100961",24734,31159,3,338,2231 +"100962",24734,31170,3,338,1776 +"100963",24734,31295,3,338,2183 +"100964",24734,31541,3,338,1500 +"100965",24734,32339,3,338,2430 +"100966",24734,33691,3,338,949 +"100967",24734,34334,3,338,1637 +"100968",24734,37342,3,338,2649 +"100969",24734,38038,3,338,2686 +"100970",24734,38422,2,338,1019 +"100971",24734,39443,3,338,2277 +"100972",24734,39875,3,338,2422 +"100973",24734,40392,3,338,1878 +"100974",24734,41185,3,338,1929 +"100975",24734,43250,3,338,1300 +"100976",24734,44982,3,338,1592 +"100977",24734,47063,3,338,739 +"100978",24734,47557,2,338,999 +"100979",24734,47607,3,338,2724 +"100980",24734,49147,3,338,2539 +"100981",24734,50430,1,338,1689 +"100982",24734,50678,2,338,1366 +"100983",24734,54782,3,338,565 +"100984",24734,57394,3,338,1271 +"100985",24734,58233,3,338,1665 +"100986",24734,65223,3,338,2724 +"100987",24734,65557,3,338,813 +"100988",24734,67763,3,338,822 +"100989",24734,68328,3,338,683 +"100990",24734,68884,3,338,1011 +"100991",24734,69077,3,338,1689 +"100992",24734,76230,2,338,1223 +"100993",24734,76235,3,338,2777 +"100994",24734,83007,3,338,2727 +"100995",24734,83228,3,338,732 +"100996",24734,95338,2,338,915 +"100997",24734,111045,3,338,915 +"100998",24734,117190,3,338,425 +"100999",24753,2684,1,2860,2874 +"101000",24753,11351,3,2860,2971 +"101001",24753,33801,2,2860,2899 +"101002",24753,36574,3,2860,2934 +"101003",24755,671,1,1319,2328 +"101004",24755,733,2,1319,1653 +"101005",24755,1046,3,1319,1881 +"101006",24755,1090,3,1319,2370 +"101007",24755,1130,3,1319,1566 +"101008",24755,2166,3,1319,2557 +"101009",24755,2208,3,1319,2814 +"101010",24755,2424,3,1319,2582 +"101011",24755,2754,2,1319,1360 +"101012",24755,2954,3,1319,2727 +"101013",24755,3088,3,1319,1670 +"101014",24755,3164,3,1319,2693 +"101015",24755,3167,3,1319,1676 +"101016",24755,3242,3,1319,1730 +"101017",24755,4191,3,1319,2130 +"101018",24755,4567,3,1319,2348 +"101019",24755,4618,2,1319,2607 +"101020",24755,4701,3,1319,2401 +"101021",24755,5315,3,1319,2631 +"101022",24755,5725,3,1319,2789 +"101023",24755,6047,3,1319,2004 +"101024",24755,7245,3,1319,2089 +"101025",24755,7834,3,1319,1708 +"101026",24755,8621,3,1319,1681 +"101027",24755,9928,3,1319,2345 +"101028",24755,10002,3,1319,1788 +"101029",24755,10874,3,1319,1891 +"101030",24755,10890,3,1319,2639 +"101031",24755,11541,3,1319,1927 +"101032",24755,12096,2,1319,1330 +"101033",24755,12374,3,1319,2260 +"101034",24755,13248,3,1319,1385 +"101035",24755,13929,2,1319,2693 +"101036",24755,13945,2,1319,1324 +"101037",24755,14032,3,1319,2144 +"101038",24755,15607,3,1319,1421 +"101039",24755,16497,3,1319,2370 +"101040",24755,16608,3,1319,1769 +"101041",24755,16954,3,1319,2972 +"101042",24755,17354,3,1319,2250 +"101043",24755,17357,3,1319,1536 +"101044",24755,18415,3,1319,2184 +"101045",24755,18543,3,1319,2968 +"101046",24755,19027,2,1319,2721 +"101047",24755,19506,3,1319,1385 +"101048",24755,20563,3,1319,2267 +"101049",24755,20643,3,1319,2341 +"101050",24755,20824,2,1319,1366 +"101051",24755,21122,3,1319,1701 +"101052",24755,22282,3,1319,1418 +"101053",24755,22543,3,1319,1594 +"101054",24755,22857,3,1319,1708 +"101055",24755,22964,2,1319,1443 +"101056",24755,23140,3,1319,2787 +"101057",24755,23310,3,1319,2371 +"101058",24755,23534,3,1319,1659 +"101059",24755,23729,3,1319,1624 +"101060",24755,23825,3,1319,1913 +"101061",24755,24511,3,1319,1871 +"101062",24755,24579,3,1319,1394 +"101063",24755,24923,3,1319,2785 +"101064",24755,25341,2,1319,1858 +"101065",24755,25643,3,1319,1646 +"101066",24755,26436,3,1319,2489 +"101067",24755,26451,3,1319,2133 +"101068",24755,26516,3,1319,2479 +"101069",24755,26570,1,1319,1669 +"101070",24755,26749,3,1319,2965 +"101071",24755,27175,3,1319,1447 +"101072",24755,27390,3,1319,2425 +"101073",24755,27753,3,1319,2750 +"101074",24755,28015,3,1319,1624 +"101075",24755,30081,3,1319,2403 +"101076",24755,30386,2,1319,1833 +"101077",24755,31799,3,1319,2547 +"101078",24755,33551,3,1319,1734 +"101079",24755,33622,3,1319,2230 +"101080",24755,34492,3,1319,1798 +"101081",24755,34509,3,1319,1973 +"101082",24755,35542,3,1319,1439 +"101083",24755,36950,3,1319,2204 +"101084",24755,36962,3,1319,2861 +"101085",24755,38019,3,1319,1870 +"101086",24755,38162,3,1319,1691 +"101087",24755,40293,3,1319,1671 +"101088",24755,41955,3,1319,2479 +"101089",24755,43839,3,1319,1685 +"101090",24755,44427,2,1319,2875 +"101091",24755,46596,3,1319,1942 +"101092",24755,50667,3,1319,2719 +"101093",24755,51022,2,1319,1499 +"101094",24755,51810,3,1319,1401 +"101095",24755,51987,3,1319,1397 +"101096",24755,52058,3,1319,1836 +"101097",24755,54676,3,1319,1342 +"101098",24755,55468,3,1319,2511 +"101099",24755,55556,3,1319,2075 +"101100",24755,55691,2,1319,2856 +"101101",24755,56317,3,1319,2030 +"101102",24755,57950,3,1319,1529 +"101103",24755,58035,2,1319,1646 +"101104",24755,58221,3,1319,1787 +"101105",24755,60624,3,1319,1570 +"101106",24755,64181,3,1319,1828 +"101107",24755,65029,3,1319,2954 +"101108",24755,66860,3,1319,1548 +"101109",24755,67222,2,1319,1332 +"101110",24755,70046,3,1319,2624 +"101111",24755,72334,3,1319,2820 +"101112",24755,77835,3,1319,1327 +"101113",24755,79322,3,1319,2770 +"101114",24755,81588,2,1319,1568 +"101115",24755,82767,2,1319,1641 +"101116",24755,90013,3,1319,1461 +"101117",24755,90790,3,1319,1492 +"101118",24755,91162,3,1319,1693 +"101119",24755,91201,3,1319,1702 +"101120",24755,94125,3,1319,2280 +"101121",24755,99103,3,1319,1470 +"101122",24755,109415,3,1319,1328 +"101123",24756,14959,3,2530,2898 +"101124",24756,19380,3,2530,2637 +"101125",24756,19528,2,2530,2742 +"101126",24756,24753,3,2530,2860 +"101127",24756,25486,3,2530,2582 +"101128",24756,29095,3,2530,2531 +"101129",24756,33801,2,2530,2899 +"101130",24756,41664,3,2530,2641 +"101131",24756,53475,2,2530,2853 +"101132",24756,70203,3,2530,2756 +"101133",24757,3306,3,1939,1989 +"101134",24757,4367,2,1939,2794 +"101135",24757,6697,3,1939,2438 +"101136",24757,11136,3,1939,2573 +"101137",24757,14754,2,1939,2456 +"101138",24757,22766,3,1939,1945 +"101139",24757,25741,3,1939,2853 +"101140",24757,54284,3,1939,2491 +"101141",24761,5816,3,2384,2408 +"101142",24789,270,3,829,2542 +"101143",24789,854,3,829,2307 +"101144",24789,1044,3,829,880 +"101145",24789,1050,3,829,1185 +"101146",24789,1124,3,829,1596 +"101147",24789,2166,3,829,2557 +"101148",24789,2684,3,829,2874 +"101149",24789,2901,3,829,1156 +"101150",24789,2972,3,829,1708 +"101151",24789,3068,3,829,1815 +"101152",24789,3167,3,829,1676 +"101153",24789,3242,3,829,1730 +"101154",24789,4226,1,829,1903 +"101155",24789,4485,3,829,1963 +"101156",24789,4504,2,829,1905 +"101157",24789,5962,3,829,2491 +"101158",24789,6030,3,829,2953 +"101159",24789,6428,3,829,1952 +"101160",24789,6491,2,829,2424 +"101161",24789,6718,3,829,2138 +"101162",24789,8088,3,829,2220 +"101163",24789,8621,3,829,1681 +"101164",24789,9432,3,829,1693 +"101165",24789,9751,3,829,1397 +"101166",24789,10336,3,829,2271 +"101167",24789,10350,3,829,1163 +"101168",24789,10488,2,829,1524 +"101169",24789,11218,3,829,2292 +"101170",24789,12374,3,829,2260 +"101171",24789,12388,3,829,1975 +"101172",24789,12728,3,829,2374 +"101173",24789,12779,3,829,936 +"101174",24789,13296,3,829,839 +"101175",24789,13842,3,829,2250 +"101176",24789,13899,3,829,2650 +"101177",24789,15343,3,829,2125 +"101178",24789,15444,3,829,2764 +"101179",24789,15539,2,829,1929 +"101180",24789,16164,3,829,1184 +"101181",24789,17257,3,829,1117 +"101182",24789,18394,3,829,2356 +"101183",24789,18518,3,829,1128 +"101184",24789,19069,3,829,988 +"101185",24789,19317,3,829,2041 +"101186",24789,19380,2,829,2637 +"101187",24789,20024,3,829,1181 +"101188",24789,20311,3,829,1981 +"101189",24789,21104,3,829,2327 +"101190",24789,21122,3,829,1701 +"101191",24789,21275,1,829,2609 +"101192",24789,21417,3,829,2422 +"101193",24789,22006,3,829,1202 +"101194",24789,22025,1,829,1591 +"101195",24789,22033,3,829,1356 +"101196",24789,22057,2,829,974 +"101197",24789,23725,3,829,2378 +"101198",24789,24512,3,829,1369 +"101199",24789,26436,3,829,2489 +"101200",24789,26451,2,829,2133 +"101201",24789,26818,2,829,1999 +"101202",24789,27628,3,829,2389 +"101203",24789,27792,3,829,1308 +"101204",24789,28190,3,829,1634 +"101205",24789,29073,3,829,2328 +"101206",24789,29170,3,829,1846 +"101207",24789,29884,3,829,1239 +"101208",24789,30236,3,829,2238 +"101209",24789,30325,3,829,1067 +"101210",24789,30334,3,829,2075 +"101211",24789,32761,3,829,2680 +"101212",24789,34136,3,829,2202 +"101213",24789,34216,2,829,2832 +"101214",24789,34492,3,829,1798 +"101215",24789,35958,3,829,2383 +"101216",24789,37036,3,829,2264 +"101217",24789,37636,3,829,2178 +"101218",24789,37893,2,829,875 +"101219",24789,38449,3,829,1802 +"101220",24789,38732,3,829,2263 +"101221",24789,40369,3,829,2735 +"101222",24789,40392,3,829,1878 +"101223",24789,43077,2,829,884 +"101224",24789,43518,2,829,2680 +"101225",24789,46196,3,829,1510 +"101226",24789,46532,3,829,2005 +"101227",24789,46883,3,829,1671 +"101228",24789,48260,2,829,875 +"101229",24789,48698,3,829,1474 +"101230",24789,49741,3,829,839 +"101231",24789,51783,3,829,2599 +"101232",24789,52136,3,829,1412 +"101233",24789,56082,3,829,2395 +"101234",24789,57544,3,829,2443 +"101235",24789,57977,3,829,2683 +"101236",24789,58133,2,829,1484 +"101237",24789,58164,3,829,2398 +"101238",24789,58451,2,829,1939 +"101239",24789,62957,3,829,1170 +"101240",24789,64031,3,829,1295 +"101241",24789,64997,3,829,2791 +"101242",24789,66693,3,829,2554 +"101243",24789,70046,2,829,2624 +"101244",24789,72207,3,829,2430 +"101245",24789,79612,3,829,927 +"101246",24789,79804,3,829,2227 +"101247",24789,82696,3,829,1305 +"101248",24789,83523,3,829,1461 +"101249",24789,86279,3,829,1076 +"101250",24789,94650,3,829,896 +"101251",24789,97915,3,829,1802 +"101252",24789,99020,2,829,1383 +"101253",24789,102133,3,829,1165 +"101254",24789,108379,3,829,2933 +"101255",24789,119444,3,829,888 +"101256",24791,5622,3,1833,2175 +"101257",24791,10857,3,1833,2253 +"101258",24791,12729,3,1833,1835 +"101259",24791,14507,3,1833,2686 +"101260",24791,15008,3,1833,2338 +"101261",24791,15729,3,1833,2338 +"101262",24791,17867,3,1833,1904 +"101263",24791,18670,3,1833,1835 +"101264",24791,23725,3,1833,2378 +"101265",24791,24825,3,1833,2686 +"101266",24791,31159,3,1833,2231 +"101267",24791,39464,3,1833,2314 +"101268",24791,42783,2,1833,2338 +"101269",24791,54551,3,1833,2348 +"101270",24791,82932,3,1833,2245 +"101271",24793,2684,2,1993,2874 +"101272",24793,3453,3,1993,2126 +"101273",24793,7616,3,1993,2296 +"101274",24793,11055,3,1993,2111 +"101275",24793,12778,2,1993,2045 +"101276",24793,13249,3,1993,2573 +"101277",24793,16542,1,1993,2039 +"101278",24793,24753,1,1993,2860 +"101279",24793,28053,2,1993,2292 +"101280",24793,28626,3,1993,2842 +"101281",24793,33801,3,1993,2899 +"101282",24793,40369,3,1993,2735 +"101283",24793,40879,2,1993,2019 +"101284",24793,41664,2,1993,2641 +"101285",24793,53475,3,1993,2853 +"101286",24793,55076,3,1993,2408 +"101287",24793,57549,3,1993,2335 +"101288",24793,58852,2,1993,2323 +"101289",24793,83291,3,1993,2066 +"101290",24794,361,3,925,1970 +"101291",24794,392,3,925,1915 +"101292",24794,2684,2,925,2874 +"101293",24794,3453,3,925,2126 +"101294",24794,6492,3,925,1162 +"101295",24794,11055,3,925,2111 +"101296",24794,12778,2,925,2045 +"101297",24794,13249,3,925,2573 +"101298",24794,16542,1,925,2039 +"101299",24794,17245,3,925,1811 +"101300",24794,17722,3,925,976 +"101301",24794,19937,3,925,1587 +"101302",24794,24753,1,925,2860 +"101303",24794,24793,1,925,1993 +"101304",24794,24826,1,925,1382 +"101305",24794,27297,2,925,1382 +"101306",24794,27501,3,925,1981 +"101307",24794,28053,3,925,2292 +"101308",24794,31209,2,925,1137 +"101309",24794,32419,3,925,1909 +"101310",24794,33801,3,925,2899 +"101311",24794,40879,2,925,2019 +"101312",24794,41664,2,925,2641 +"101313",24794,49581,3,925,1817 +"101314",24794,50254,3,925,1151 +"101315",24794,51460,2,925,1872 +"101316",24794,52699,2,925,1372 +"101317",24794,53475,3,925,2853 +"101318",24794,58852,2,925,2323 +"101319",24794,78163,3,925,1366 +"101320",24794,82187,3,925,1055 +"101321",24794,82893,3,925,1275 +"101322",24794,83286,3,925,1793 +"101323",24794,83291,3,925,2066 +"101324",24794,83907,3,925,2056 +"101325",24797,4367,3,1342,2794 +"101326",24797,13290,3,1342,2824 +"101327",24797,34908,2,1342,2796 +"101328",24797,54284,3,1342,2491 +"101329",24800,12200,3,293,1400 +"101330",24800,12818,3,293,2015 +"101331",24800,20271,3,293,2044 +"101332",24800,25718,3,293,432 +"101333",24800,75067,3,293,801 +"101334",24800,112834,3,293,765 +"101335",24802,4730,3,824,2131 +"101336",24802,19858,1,824,2357 +"101337",24802,20200,3,824,2322 +"101338",24802,21575,3,824,1762 +"101339",24802,26642,3,824,2952 +"101340",24802,31089,3,824,2952 +"101341",24802,35873,3,824,1377 +"101342",24802,42756,3,824,1384 +"101343",24802,48602,3,824,1704 +"101344",24802,53643,1,824,1626 +"101345",24802,63409,3,824,1937 +"101346",24807,20700,3,2319,2861 +"101347",24807,39875,3,2319,2422 +"101348",24807,42722,3,2319,2368 +"101349",24807,42935,3,2319,2400 +"101350",24816,4567,3,2161,2348 +"101351",24816,19744,3,2161,2623 +"101352",24816,34812,3,2161,2442 +"101353",24816,40129,1,2161,2162 +"101354",24816,43978,2,2161,2698 +"101355",24825,823,2,2686,2840 +"101356",24825,997,3,2686,2788 +"101357",24825,5239,2,2686,2875 +"101358",24825,17852,3,2686,2840 +"101359",24825,22331,2,2686,2687 +"101360",24825,42216,3,2686,2722 +"101361",24825,45704,2,2686,2687 +"101362",24825,48571,3,2686,2717 +"101363",24825,53219,2,2686,2973 +"101364",24825,60974,3,2686,2972 +"101365",24825,75311,3,2686,2745 +"101366",24826,2684,2,1382,2874 +"101367",24826,3453,3,1382,2126 +"101368",24826,7834,3,1382,1708 +"101369",24826,10851,3,1382,2423 +"101370",24826,11055,3,1382,2111 +"101371",24826,12778,2,1382,2045 +"101372",24826,13249,2,1382,2573 +"101373",24826,13732,3,1382,2789 +"101374",24826,16542,1,1382,2039 +"101375",24826,17245,3,1382,1811 +"101376",24826,19937,3,1382,1587 +"101377",24826,22857,3,1382,1708 +"101378",24826,24753,1,1382,2860 +"101379",24826,24793,1,1382,1993 +"101380",24826,26865,3,1382,2726 +"101381",24826,27501,3,1382,1981 +"101382",24826,28053,3,1382,2292 +"101383",24826,30081,3,1382,2403 +"101384",24826,32419,3,1382,1909 +"101385",24826,33801,3,1382,2899 +"101386",24826,40879,3,1382,2019 +"101387",24826,41664,2,1382,2641 +"101388",24826,51460,3,1382,1872 +"101389",24826,53475,3,1382,2853 +"101390",24826,55643,3,1382,2359 +"101391",24826,58852,1,1382,2323 +"101392",24826,67758,3,1382,1915 +"101393",24826,83286,3,1382,1793 +"101394",24826,83291,3,1382,2066 +"101395",24853,212,3,1004,1513 +"101396",24853,2153,3,1004,2675 +"101397",24853,2424,3,1004,2582 +"101398",24853,4289,3,1004,1921 +"101399",24853,6052,3,1004,1985 +"101400",24853,7245,3,1004,2089 +"101401",24853,10857,2,1004,2253 +"101402",24853,10980,3,1004,1974 +"101403",24853,12122,2,1004,1385 +"101404",24853,13285,2,1004,1577 +"101405",24853,14080,3,1004,1351 +"101406",24853,15122,3,1004,1201 +"101407",24853,16826,2,1004,2599 +"101408",24853,16940,3,1004,1290 +"101409",24853,17264,2,1004,2528 +"101410",24853,17354,3,1004,2250 +"101411",24853,17400,3,1004,2231 +"101412",24853,17997,3,1004,1621 +"101413",24853,18103,3,1004,1968 +"101414",24853,18707,3,1004,1143 +"101415",24853,19096,3,1004,1538 +"101416",24853,19506,3,1004,1385 +"101417",24853,20563,3,1004,2267 +"101418",24853,21197,2,1004,1437 +"101419",24853,21285,3,1004,2100 +"101420",24853,22277,3,1004,2424 +"101421",24853,23319,3,1004,2867 +"101422",24853,23492,3,1004,1067 +"101423",24853,23534,3,1004,1659 +"101424",24853,23725,3,1004,2378 +"101425",24853,23727,3,1004,1734 +"101426",24853,23729,2,1004,1624 +"101427",24853,23970,3,1004,1624 +"101428",24853,24259,3,1004,1281 +"101429",24853,25129,3,1004,2647 +"101430",24853,27001,3,1004,1761 +"101431",24853,30052,3,1004,2855 +"101432",24853,30325,3,1004,1067 +"101433",24853,31069,3,1004,1995 +"101434",24853,33551,3,1004,1734 +"101435",24853,34480,3,1004,2755 +"101436",24853,35113,3,1004,1327 +"101437",24853,35464,3,1004,2502 +"101438",24853,35673,3,1004,1067 +"101439",24853,37108,3,1004,1202 +"101440",24853,38227,3,1004,2511 +"101441",24853,40432,3,1004,1956 +"101442",24853,42747,3,1004,1189 +"101443",24853,44089,3,1004,1632 +"101444",24853,44407,2,1004,2154 +"101445",24853,44676,2,1004,2629 +"101446",24853,45633,3,1004,2134 +"101447",24853,47386,3,1004,2226 +"101448",24853,51810,3,1004,1401 +"101449",24853,52136,3,1004,1412 +"101450",24853,52576,2,1004,2234 +"101451",24853,54551,2,1004,2348 +"101452",24853,55082,3,1004,1856 +"101453",24853,57714,3,1004,1391 +"101454",24853,58652,3,1004,1437 +"101455",24853,62841,3,1004,2710 +"101456",24853,70217,3,1004,2332 +"101457",24853,71342,3,1004,1289 +"101458",24853,76284,3,1004,1237 +"101459",24853,76511,3,1004,1250 +"101460",24853,76892,3,1004,2381 +"101461",24853,83053,3,1004,1303 +"101462",24853,90790,3,1004,1492 +"101463",24853,91162,3,1004,1693 +"101464",24853,91163,3,1004,1171 +"101465",24853,91201,3,1004,1702 +"101466",24853,106053,3,1004,2469 +"101467",24853,111613,3,1004,1059 +"101468",24860,388,3,1204,1594 +"101469",24860,1560,2,1204,2013 +"101470",24860,7206,3,1204,1959 +"101471",24860,8525,3,1204,1787 +"101472",24860,9716,3,1204,1929 +"101473",24860,10200,3,1204,2920 +"101474",24860,11429,3,1204,2520 +"101475",24860,12973,3,1204,1569 +"101476",24860,14586,3,1204,2801 +"101477",24860,15916,3,1204,1236 +"101478",24860,24086,1,1204,2663 +"101479",24860,26513,3,1204,2205 +"101480",24860,27255,3,1204,1232 +"101481",24860,31541,3,1204,1500 +"101482",24860,37342,3,1204,2649 +"101483",24860,40392,3,1204,1878 +"101484",24860,41185,3,1204,1929 +"101485",24860,50430,1,1204,1689 +"101486",24860,50678,3,1204,1366 +"101487",24860,57394,3,1204,1271 +"101488",24860,69077,3,1204,1689 +"101489",24860,76230,2,1204,1223 +"101490",24866,4932,3,2103,2752 +"101491",24866,15821,3,2103,2456 +"101492",24866,36506,3,2103,2638 +"101493",24866,40910,3,2103,2469 +"101494",24866,45461,2,2103,2458 +"101495",24866,47534,1,2103,2712 +"101496",24866,53530,2,2103,2380 +"101497",24867,1570,2,1861,2028 +"101498",24867,2724,3,1861,2447 +"101499",24867,3272,3,1861,2132 +"101500",24867,6063,3,1861,2349 +"101501",24867,9328,3,1861,1937 +"101502",24867,10435,3,1861,1984 +"101503",24867,10756,3,1861,2207 +"101504",24867,12598,3,1861,2086 +"101505",24867,14442,2,1861,2700 +"101506",24867,16184,1,1861,2274 +"101507",24867,17768,2,1861,2468 +"101508",24867,22905,3,1861,2599 +"101509",24867,25053,2,1861,2186 +"101510",24867,26100,3,1861,1966 +"101511",24867,31281,3,1861,1937 +"101512",24867,32904,3,1861,2055 +"101513",24867,35844,2,1861,2961 +"101514",24867,36996,1,1861,2321 +"101515",24867,42136,3,1861,2551 +"101516",24867,44132,3,1861,1999 +"101517",24867,44501,3,1861,2567 +"101518",24867,44730,3,1861,2468 +"101519",24867,47094,2,1861,2592 +"101520",24867,49805,3,1861,2445 +"101521",24867,51890,3,1861,1992 +"101522",24867,56413,3,1861,2747 +"101523",24867,59289,3,1861,2896 +"101524",24867,60059,3,1861,2587 +"101525",24867,67701,2,1861,2289 +"101526",24867,84317,3,1861,2081 +"101527",24867,104281,3,1861,2228 +"101528",24892,1692,2,803,2443 +"101529",24892,2093,1,803,2459 +"101530",24892,2759,3,803,2030 +"101531",24892,3317,2,803,2037 +"101532",24892,5055,3,803,1796 +"101533",24892,5590,2,803,2845 +"101534",24892,5845,3,803,1552 +"101535",24892,10239,3,803,2032 +"101536",24892,29311,2,803,1849 +"101537",24892,32449,3,803,2091 +"101538",24892,40675,3,803,1595 +"101539",24892,42914,3,803,1737 +"101540",24892,46642,2,803,999 +"101541",24892,46951,3,803,2429 +"101542",24892,47384,3,803,1639 +"101543",24892,53668,1,803,2242 +"101544",24892,59039,3,803,2870 +"101545",24902,1822,2,2162,2888 +"101546",24902,3477,3,2162,2546 +"101547",24902,5350,3,2162,2522 +"101548",24902,6063,3,2162,2349 +"101549",24902,13311,3,2162,2315 +"101550",24902,14353,3,2162,2878 +"101551",24902,33223,3,2162,2397 +"101552",24902,35037,3,2162,2974 +"101553",24902,47140,3,2162,2439 +"101554",24902,49759,2,2162,2400 +"101555",24902,51866,3,2162,2411 +"101556",24912,4567,3,648,2348 +"101557",24912,10744,2,648,955 +"101558",24912,10851,3,648,2423 +"101559",24912,16193,3,648,756 +"101560",24912,18825,3,648,1240 +"101561",24912,22543,3,648,1594 +"101562",24912,33672,3,648,2396 +"101563",24912,44135,3,648,2620 +"101564",24912,55076,3,648,2408 +"101565",24912,69250,2,648,1439 +"101566",24912,76607,3,648,747 +"101567",24923,5725,3,2785,2789 +"101568",24923,7323,3,2785,2858 +"101569",24923,28285,3,2785,2972 +"101570",24923,43455,3,2785,2846 +"101571",24923,102824,2,2785,2944 +"101572",24949,1785,3,2120,2350 +"101573",24949,9909,2,2120,2230 +"101574",24949,14861,3,2120,2269 +"101575",24955,2424,3,2424,2582 +"101576",24962,671,3,2126,2328 +"101577",24962,14612,3,2126,2340 +"101578",24962,25941,3,2126,2369 +"101579",24962,33176,3,2126,2630 +"101580",24962,88232,3,2126,2881 +"101581",24974,1367,3,702,2176 +"101582",24974,2424,3,702,2582 +"101583",24974,2747,3,702,2411 +"101584",24974,3863,3,702,856 +"101585",24974,5346,2,702,1438 +"101586",24974,5462,3,702,2374 +"101587",24974,5580,3,702,2111 +"101588",24974,7245,3,702,2089 +"101589",24974,9654,3,702,2111 +"101590",24974,13671,3,702,1371 +"101591",24974,15207,2,702,1855 +"101592",24974,15453,3,702,1688 +"101593",24974,15462,3,702,1141 +"101594",24974,16067,3,702,2727 +"101595",24974,18348,3,702,1711 +"101596",24974,18415,3,702,2184 +"101597",24974,21929,3,702,2062 +"101598",24974,28057,3,702,1067 +"101599",24974,30262,3,702,1715 +"101600",24974,30865,3,702,2038 +"101601",24974,30943,3,702,2287 +"101602",24974,32939,3,702,2277 +"101603",24974,41439,3,702,709 +"101604",24974,42642,3,702,2257 +"101605",24974,45186,3,702,835 +"101606",24974,46803,3,702,2305 +"101607",24974,53043,3,702,803 +"101608",24974,54388,3,702,1257 +"101609",24974,57804,3,702,2214 +"101610",24974,58015,3,702,899 +"101611",24974,63641,3,702,2337 +"101612",24974,66693,3,702,2554 +"101613",24974,67252,3,702,1215 +"101614",24974,67726,3,702,2873 +"101615",24974,69716,3,702,2632 +"101616",24974,74818,3,702,1440 +"101617",24974,80338,3,702,2059 +"101618",24974,85356,3,702,1492 +"101619",24974,94520,2,702,1243 +"101620",24974,99237,3,702,783 +"101621",24974,99557,3,702,1703 +"101622",25027,270,3,564,2542 +"101623",25027,312,3,564,2038 +"101624",25027,380,3,564,2261 +"101625",25027,1044,3,564,880 +"101626",25027,1102,3,564,2282 +"101627",25027,1639,3,564,2631 +"101628",25027,2181,3,564,2030 +"101629",25027,2424,3,564,2582 +"101630",25027,2533,3,564,2016 +"101631",25027,3305,2,564,2839 +"101632",25027,3306,3,564,1989 +"101633",25027,3477,3,564,2546 +"101634",25027,3751,3,564,1358 +"101635",25027,5041,3,564,2371 +"101636",25027,5622,3,564,2175 +"101637",25027,6047,3,564,2004 +"101638",25027,6063,3,564,2349 +"101639",25027,6363,3,564,2066 +"101640",25027,6588,3,564,2025 +"101641",25027,8866,3,564,1545 +"101642",25027,9364,1,564,1698 +"101643",25027,10474,3,564,1608 +"101644",25027,10513,3,564,2284 +"101645",25027,10857,3,564,2253 +"101646",25027,10874,3,564,1891 +"101647",25027,11006,2,564,1950 +"101648",25027,11218,3,564,2292 +"101649",25027,11229,3,564,1625 +"101650",25027,11817,3,564,600 +"101651",25027,12356,3,564,2757 +"101652",25027,12735,3,564,819 +"101653",25027,12779,3,564,936 +"101654",25027,14656,2,564,584 +"101655",25027,14959,3,564,2898 +"101656",25027,16332,2,564,2668 +"101657",25027,16432,3,564,2664 +"101658",25027,16940,3,564,1290 +"101659",25027,17931,3,564,1617 +"101660",25027,18217,3,564,1566 +"101661",25027,19248,3,564,2357 +"101662",25027,19719,3,564,2177 +"101663",25027,20124,2,564,2376 +"101664",25027,20975,2,564,1305 +"101665",25027,21197,3,564,1437 +"101666",25027,21198,2,564,935 +"101667",25027,21285,3,564,2100 +"101668",25027,21758,3,564,1331 +"101669",25027,22282,3,564,1418 +"101670",25027,22462,3,564,869 +"101671",25027,22586,3,564,1341 +"101672",25027,23450,3,564,967 +"101673",25027,23492,3,564,1067 +"101674",25027,25577,3,564,1946 +"101675",25027,26749,2,564,2965 +"101676",25027,27694,2,564,2030 +"101677",25027,28015,3,564,1624 +"101678",25027,28635,3,564,2368 +"101679",25027,29705,3,564,607 +"101680",25027,29750,3,564,689 +"101681",25027,33223,3,564,2397 +"101682",25027,33949,3,564,2489 +"101683",25027,34314,3,564,630 +"101684",25027,35673,3,564,1067 +"101685",25027,37285,3,564,2428 +"101686",25027,38019,3,564,1870 +"101687",25027,38219,3,564,1689 +"101688",25027,38780,3,564,2705 +"101689",25027,39238,3,564,922 +"101690",25027,40542,3,564,1664 +"101691",25027,43385,2,564,1623 +"101692",25027,45608,3,564,2420 +"101693",25027,46723,3,564,607 +"101694",25027,47362,3,564,2253 +"101695",25027,47772,3,564,2293 +"101696",25027,50219,3,564,756 +"101697",25027,51041,3,564,2606 +"101698",25027,52136,3,564,1412 +"101699",25027,52323,3,564,2148 +"101700",25027,52570,3,564,2645 +"101701",25027,52576,3,564,2234 +"101702",25027,54305,3,564,1222 +"101703",25027,54551,3,564,2348 +"101704",25027,55299,3,564,609 +"101705",25027,55320,3,564,1643 +"101706",25027,56082,3,564,2395 +"101707",25027,57414,3,564,922 +"101708",25027,58508,3,564,2326 +"101709",25027,60862,3,564,1215 +"101710",25027,61982,3,564,2725 +"101711",25027,62841,3,564,2710 +"101712",25027,71342,2,564,1289 +"101713",25027,72956,1,564,1251 +"101714",25027,76127,3,564,910 +"101715",25027,76284,2,564,1237 +"101716",25027,76892,3,564,2381 +"101717",25027,77305,3,564,965 +"101718",25027,79322,3,564,2770 +"101719",25027,79815,3,564,1713 +"101720",25027,81588,3,564,1568 +"101721",25027,82949,3,564,2077 +"101722",25027,87048,3,564,989 +"101723",25027,89097,3,564,935 +"101724",25027,92220,3,564,607 +"101725",25027,98781,2,564,1410 +"101726",25027,111971,3,564,1032 +"101727",25030,3409,3,2017,2167 +"101728",25030,3520,3,2017,2281 +"101729",25030,5610,3,2017,2223 +"101730",25030,6192,3,2017,2409 +"101731",25030,7616,3,2017,2296 +"101732",25030,8238,3,2017,2222 +"101733",25030,13249,3,2017,2573 +"101734",25030,13324,3,2017,2163 +"101735",25030,19208,3,2017,2629 +"101736",25030,19605,3,2017,2395 +"101737",25030,20563,3,2017,2267 +"101738",25030,22808,3,2017,2297 +"101739",25030,23460,2,2017,2183 +"101740",25030,24753,3,2017,2860 +"101741",25030,25985,3,2017,2071 +"101742",25030,29454,3,2017,2719 +"101743",25030,30236,3,2017,2238 +"101744",25030,41664,3,2017,2641 +"101745",25030,41764,3,2017,2409 +"101746",25030,42129,3,2017,2318 +"101747",25030,47564,2,2017,2650 +"101748",25030,49334,3,2017,2433 +"101749",25030,50480,3,2017,2701 +"101750",25030,56854,3,2017,2022 +"101751",25030,65434,3,2017,2866 +"101752",25033,854,3,929,2307 +"101753",25033,1853,3,929,1465 +"101754",25033,2443,3,929,2333 +"101755",25033,2894,2,929,1291 +"101756",25033,3395,3,929,1382 +"101757",25033,4303,3,929,2414 +"101758",25033,5392,3,929,1648 +"101759",25033,5615,3,929,1105 +"101760",25033,6222,3,929,1949 +"101761",25033,7118,3,929,966 +"101762",25033,7616,3,929,2296 +"101763",25033,8866,2,929,1545 +"101764",25033,8888,3,929,1328 +"101765",25033,9362,3,929,2879 +"101766",25033,9423,3,929,1708 +"101767",25033,9805,3,929,1621 +"101768",25033,10146,3,929,1878 +"101769",25033,10870,2,929,1755 +"101770",25033,11103,3,929,2393 +"101771",25033,11493,3,929,2077 +"101772",25033,12081,3,929,2166 +"101773",25033,12122,3,929,1385 +"101774",25033,12371,3,929,1569 +"101775",25033,12388,2,929,1975 +"101776",25033,14731,3,929,2012 +"101777",25033,14959,3,929,2898 +"101778",25033,15444,3,929,2764 +"101779",25033,16539,3,929,1947 +"101780",25033,17355,3,929,1469 +"101781",25033,18005,3,929,2449 +"101782",25033,18165,2,929,2085 +"101783",25033,18670,3,929,1835 +"101784",25033,19744,3,929,2623 +"101785",25033,19980,3,929,2231 +"101786",25033,20331,2,929,2365 +"101787",25033,22057,3,929,974 +"101788",25033,22682,3,929,2035 +"101789",25033,23006,3,929,1532 +"101790",25033,23098,2,929,2300 +"101791",25033,24256,3,929,2393 +"101792",25033,27195,3,929,2158 +"101793",25033,28571,3,929,1556 +"101794",25033,29089,3,929,1344 +"101795",25033,29512,3,929,1594 +"101796",25033,29930,2,929,2240 +"101797",25033,30697,2,929,2891 +"101798",25033,31054,3,929,1273 +"101799",25033,31705,3,929,2706 +"101800",25033,33572,3,929,2370 +"101801",25033,36609,3,929,2918 +"101802",25033,36953,3,929,2790 +"101803",25033,37351,3,929,978 +"101804",25033,38921,3,929,1880 +"101805",25033,41518,3,929,1641 +"101806",25033,41682,3,929,1988 +"101807",25033,42372,3,929,2230 +"101808",25033,43902,3,929,1726 +"101809",25033,44403,3,929,2429 +"101810",25033,45545,2,929,1776 +"101811",25033,45618,3,929,2356 +"101812",25033,45650,2,929,1528 +"101813",25033,45992,3,929,1182 +"101814",25033,46486,3,929,1868 +"101815",25033,52597,3,929,1773 +"101816",25033,52815,3,929,2323 +"101817",25033,55076,3,929,2408 +"101818",25033,55580,3,929,1942 +"101819",25033,63477,3,929,1907 +"101820",25033,66756,2,929,1301 +"101821",25033,67748,3,929,1498 +"101822",25033,77155,3,929,2946 +"101823",25033,77611,3,929,1795 +"101824",25033,82009,3,929,1020 +"101825",25033,82187,3,929,1055 +"101826",25033,93332,3,929,982 +"101827",25043,16502,3,903,1616 +"101828",25043,19587,3,903,1684 +"101829",25043,23597,3,903,1080 +"101830",25043,26642,3,903,2952 +"101831",25043,28051,3,903,2089 +"101832",25043,50335,3,903,1893 +"101833",25043,53687,3,903,2422 +"101834",25043,54523,3,903,1935 +"101835",25043,60808,3,903,1258 +"101836",25043,96462,2,903,1967 +"101837",25053,2724,3,2186,2447 +"101838",25053,10756,3,2186,2207 +"101839",25053,14442,2,2186,2700 +"101840",25053,16184,3,2186,2274 +"101841",25053,17768,2,2186,2468 +"101842",25053,22905,3,2186,2599 +"101843",25053,35844,3,2186,2961 +"101844",25053,36996,2,2186,2321 +"101845",25053,42136,3,2186,2551 +"101846",25053,44501,3,2186,2567 +"101847",25053,44730,3,2186,2468 +"101848",25053,47094,3,2186,2592 +"101849",25053,49805,3,2186,2445 +"101850",25053,56413,3,2186,2747 +"101851",25053,59289,2,2186,2896 +"101852",25053,104281,3,2186,2228 +"101853",25078,3495,3,2312,2431 +"101854",25078,3853,3,2312,2465 +"101855",25078,17367,3,2312,2427 +"101856",25078,19248,3,2312,2357 +"101857",25078,21138,3,2312,2849 +"101858",25078,22277,3,2312,2424 +"101859",25078,23139,3,2312,2644 +"101860",25078,25129,3,2312,2647 +"101861",25078,29004,3,2312,2596 +"101862",25078,47812,2,2312,2343 +"101863",25078,49787,2,2312,2352 +"101864",25078,50480,3,2312,2701 +"101865",25078,62841,3,2312,2710 +"101866",25078,65572,3,2312,2750 +"101867",25078,67957,3,2312,2823 +"101868",25129,2954,3,2647,2727 +"101869",25129,3305,3,2647,2839 +"101870",25129,5725,3,2647,2789 +"101871",25129,6740,1,2647,2699 +"101872",25129,6914,3,2647,2668 +"101873",25129,10130,2,2647,2741 +"101874",25129,16432,3,2647,2664 +"101875",25129,21138,3,2647,2849 +"101876",25129,22714,3,2647,2793 +"101877",25129,23319,2,2647,2867 +"101878",25129,25325,3,2647,2963 +"101879",25129,43455,3,2647,2846 +"101880",25129,47248,3,2647,2883 +"101881",25129,48605,3,2647,2796 +"101882",25129,49110,3,2647,2938 +"101883",25129,51410,3,2647,2739 +"101884",25129,61982,2,2647,2725 +"101885",25129,62841,1,2647,2710 +"101886",25129,64997,3,2647,2791 +"101887",25129,71618,3,2647,2960 +"101888",25132,134,3,1188,2062 +"101889",25132,1154,2,1188,1656 +"101890",25132,2743,3,1188,1278 +"101891",25132,5971,3,1188,1985 +"101892",25132,6588,3,1188,2025 +"101893",25132,7226,1,1188,1228 +"101894",25132,7241,2,1188,2259 +"101895",25132,9150,2,1188,2689 +"101896",25132,10646,3,1188,1555 +"101897",25132,12374,2,1188,2260 +"101898",25132,13043,3,1188,1295 +"101899",25132,13929,3,1188,2693 +"101900",25132,15118,3,1188,1311 +"101901",25132,15626,3,1188,2434 +"101902",25132,16352,3,1188,2657 +"101903",25132,17480,3,1188,2316 +"101904",25132,17645,3,1188,1918 +"101905",25132,21104,3,1188,2327 +"101906",25132,21122,3,1188,1701 +"101907",25132,22331,3,1188,2687 +"101908",25132,25443,3,1188,1441 +"101909",25132,25643,3,1188,1646 +"101910",25132,26570,3,1188,1669 +"101911",25132,26671,3,1188,2279 +"101912",25132,26867,3,1188,1804 +"101913",25132,27849,3,1188,1316 +"101914",25132,33430,3,1188,2225 +"101915",25132,33622,3,1188,2230 +"101916",25132,34136,3,1188,2202 +"101917",25132,34836,3,1188,2302 +"101918",25132,36763,3,1188,2165 +"101919",25132,38019,3,1188,1870 +"101920",25132,39444,3,1188,2695 +"101921",25132,40028,3,1188,1349 +"101922",25132,40293,3,1188,1671 +"101923",25132,47839,3,1188,1864 +"101924",25132,48698,2,1188,1474 +"101925",25132,50236,3,1188,2339 +"101926",25132,52345,3,1188,1430 +"101927",25132,53303,3,1188,1376 +"101928",25132,55691,3,1188,2856 +"101929",25132,57950,3,1188,1529 +"101930",25132,64997,3,1188,2791 +"101931",25132,108867,2,1188,2328 +"101932",25134,2765,3,61,2321 +"101933",25134,9030,3,61,1979 +"101934",25134,14888,3,61,1411 +"101935",25134,15500,2,61,1658 +"101936",25134,17826,3,61,2920 +"101937",25134,18458,3,61,2477 +"101938",25134,19963,3,61,810 +"101939",25134,20423,3,61,2654 +"101940",25134,20659,3,61,1969 +"101941",25134,21092,3,61,1643 +"101942",25134,22108,3,61,1915 +"101943",25134,24362,3,61,1287 +"101944",25134,26106,3,61,2015 +"101945",25134,37395,3,61,644 +"101946",25134,37677,3,61,1908 +"101947",25134,38908,2,61,1787 +"101948",25134,39827,3,61,2321 +"101949",25134,42399,3,61,1007 +"101950",25134,43839,2,61,1685 +"101951",25134,44684,1,61,1220 +"101952",25134,48503,3,61,820 +"101953",25134,49032,1,61,2469 +"101954",25134,49461,3,61,2793 +"101955",25134,50790,3,61,2371 +"101956",25134,53637,3,61,2113 +"101957",25134,55556,3,61,2075 +"101958",25134,57565,3,61,1577 +"101959",25134,66200,3,61,405 +"101960",25134,67264,1,61,2790 +"101961",25134,70863,3,61,822 +"101962",25134,71478,3,61,1721 +"101963",25134,72122,2,61,1436 +"101964",25134,85592,2,61,1412 +"101965",25134,89668,2,61,1279 +"101966",25134,96678,2,61,1183 +"101967",25139,468,3,816,1966 +"101968",25139,798,3,816,2476 +"101969",25139,3306,3,816,1989 +"101970",25139,4032,2,816,1763 +"101971",25139,4144,3,816,1520 +"101972",25139,4367,3,816,2794 +"101973",25139,4660,3,816,2149 +"101974",25139,6132,3,816,1590 +"101975",25139,6562,3,816,1139 +"101976",25139,6697,3,816,2438 +"101977",25139,7355,3,816,1928 +"101978",25139,8726,3,816,2083 +"101979",25139,9050,1,816,2026 +"101980",25139,9727,3,816,2327 +"101981",25139,9912,3,816,1356 +"101982",25139,10716,3,816,1692 +"101983",25139,11135,2,816,2441 +"101984",25139,11136,3,816,2573 +"101985",25139,11424,3,816,1631 +"101986",25139,11665,2,816,1643 +"101987",25139,13079,3,816,2547 +"101988",25139,13400,2,816,1371 +"101989",25139,13920,3,816,1709 +"101990",25139,14558,3,816,1585 +"101991",25139,14754,2,816,2456 +"101992",25139,14789,3,816,1034 +"101993",25139,15301,3,816,2308 +"101994",25139,15502,2,816,2637 +"101995",25139,15916,3,816,1236 +"101996",25139,16566,2,816,2019 +"101997",25139,16833,1,816,1661 +"101998",25139,19687,3,816,2072 +"101999",25139,19972,3,816,2078 +"102000",25139,21895,3,816,1693 +"102001",25139,22766,3,816,1945 +"102002",25139,23325,3,816,2779 +"102003",25139,23639,3,816,2065 +"102004",25139,24116,3,816,1413 +"102005",25139,24757,3,816,1939 +"102006",25139,25270,3,816,985 +"102007",25139,25741,3,816,2853 +"102008",25139,25886,2,816,1580 +"102009",25139,26100,3,816,1966 +"102010",25139,26567,3,816,1158 +"102011",25139,28081,2,816,1927 +"102012",25139,29824,3,816,2772 +"102013",25139,31251,3,816,2498 +"102014",25139,34441,2,816,1661 +"102015",25139,35477,3,816,2703 +"102016",25139,35873,3,816,1377 +"102017",25139,41338,3,816,1553 +"102018",25139,43593,3,816,2704 +"102019",25139,44068,3,816,1056 +"102020",25139,45487,3,816,2256 +"102021",25139,48764,3,816,860 +"102022",25139,50335,3,816,1893 +"102023",25139,50520,3,816,1205 +"102024",25139,51448,2,816,1593 +"102025",25139,53362,3,816,2360 +"102026",25139,54284,3,816,2491 +"102027",25139,56737,3,816,2270 +"102028",25139,61513,3,816,2948 +"102029",25139,63641,3,816,2337 +"102030",25139,66267,3,816,1278 +"102031",25139,66717,3,816,2104 +"102032",25139,68789,3,816,1929 +"102033",25139,69564,1,816,903 +"102034",25139,72535,3,816,1191 +"102035",25139,74605,3,816,2265 +"102036",25139,76604,3,816,2590 +"102037",25139,78842,3,816,904 +"102038",25139,78910,2,816,1931 +"102039",25139,83133,3,816,1055 +"102040",25139,91715,3,816,1034 +"102041",25139,92947,3,816,1289 +"102042",25139,93317,3,816,1223 +"102043",25139,94399,3,816,963 +"102044",25139,95661,3,816,872 +"102045",25139,96007,3,816,895 +"102046",25139,104659,1,816,2026 +"102047",25139,107435,3,816,1635 +"102048",25163,364,3,1751,2351 +"102049",25163,728,3,1751,1812 +"102050",25163,2206,3,1751,2536 +"102051",25163,2418,3,1751,2020 +"102052",25163,2747,3,1751,2411 +"102053",25163,2852,3,1751,2448 +"102054",25163,2985,3,1751,2398 +"102055",25163,3127,3,1751,2273 +"102056",25163,3477,3,1751,2546 +"102057",25163,4612,2,1751,2804 +"102058",25163,5897,3,1751,2337 +"102059",25163,6063,3,1751,2349 +"102060",25163,9035,3,1751,2771 +"102061",25163,9301,3,1751,1861 +"102062",25163,9503,2,1751,2453 +"102063",25163,9703,3,1751,1845 +"102064",25163,9787,1,1751,2858 +"102065",25163,10754,3,1751,1797 +"102066",25163,14749,3,1751,1998 +"102067",25163,16286,3,1751,2470 +"102068",25163,17037,2,1751,2947 +"102069",25163,19655,3,1751,2706 +"102070",25163,22364,3,1751,1809 +"102071",25163,27742,3,1751,2700 +"102072",25163,27897,3,1751,1968 +"102073",25163,27914,2,1751,2507 +"102074",25163,28869,3,1751,2425 +"102075",25163,30334,3,1751,2075 +"102076",25163,30368,3,1751,2487 +"102077",25163,30525,3,1751,1964 +"102078",25163,31542,3,1751,2459 +"102079",25163,31868,3,1751,1993 +"102080",25163,33223,3,1751,2397 +"102081",25163,33341,3,1751,2338 +"102082",25163,35728,3,1751,2017 +"102083",25163,36912,3,1751,2469 +"102084",25163,36953,3,1751,2790 +"102085",25163,37636,3,1751,2178 +"102086",25163,40035,3,1751,2742 +"102087",25163,40368,3,1751,2876 +"102088",25163,40392,3,1751,1878 +"102089",25163,40572,3,1751,2666 +"102090",25163,41633,2,1751,1976 +"102091",25163,42813,3,1751,2142 +"102092",25163,46384,3,1751,2285 +"102093",25163,46486,2,1751,1868 +"102094",25163,47965,3,1751,2232 +"102095",25163,51783,3,1751,2599 +"102096",25163,53739,2,1751,2704 +"102097",25163,56569,3,1751,1993 +"102098",25163,56995,3,1751,2323 +"102099",25163,71531,3,1751,2887 +"102100",25163,72597,3,1751,1843 +"102101",25163,111375,3,1751,2686 +"102102",25180,18479,3,2489,2967 +"102103",25185,21,3,341,1385 +"102104",25185,543,3,341,2203 +"102105",25185,2229,3,341,1536 +"102106",25185,2407,3,341,1725 +"102107",25185,2446,3,341,2606 +"102108",25185,2484,3,341,2389 +"102109",25185,2985,3,341,2398 +"102110",25185,4001,3,341,1687 +"102111",25185,4660,3,341,2149 +"102112",25185,7719,2,341,1954 +"102113",25185,7942,3,341,2623 +"102114",25185,8062,3,341,2858 +"102115",25185,8354,3,341,1705 +"102116",25185,8791,2,341,1789 +"102117",25185,10350,3,341,1163 +"102118",25185,11029,3,341,2362 +"102119",25185,13068,3,341,1778 +"102120",25185,13136,3,341,2867 +"102121",25185,13290,2,341,2824 +"102122",25185,16161,2,341,599 +"102123",25185,16690,2,341,2132 +"102124",25185,17257,3,341,1117 +"102125",25185,19934,2,341,2888 +"102126",25185,20700,2,341,2861 +"102127",25185,21617,3,341,516 +"102128",25185,22723,2,341,2859 +"102129",25185,23966,3,341,891 +"102130",25185,24797,3,341,1342 +"102131",25185,27320,3,341,2378 +"102132",25185,28893,3,341,2764 +"102133",25185,29495,3,341,1612 +"102134",25185,30057,3,341,504 +"102135",25185,30891,3,341,1256 +"102136",25185,32424,2,341,848 +"102137",25185,33236,3,341,2297 +"102138",25185,34742,3,341,1883 +"102139",25185,34908,2,341,2796 +"102140",25185,35456,3,341,2358 +"102141",25185,35589,3,341,983 +"102142",25185,37637,3,341,1328 +"102143",25185,37752,3,341,2223 +"102144",25185,37859,3,341,1999 +"102145",25185,38373,3,341,1928 +"102146",25185,39249,2,341,1665 +"102147",25185,41000,3,341,2011 +"102148",25185,42373,3,341,871 +"102149",25185,44636,3,341,1026 +"102150",25185,46726,3,341,943 +"102151",25185,47965,3,341,2232 +"102152",25185,50996,3,341,929 +"102153",25185,53219,3,341,2973 +"102154",25185,54740,3,341,2750 +"102155",25185,57990,3,341,978 +"102156",25185,58122,3,341,889 +"102157",25185,59039,3,341,2870 +"102158",25185,60689,3,341,859 +"102159",25185,61337,3,341,2777 +"102160",25185,62668,3,341,958 +"102161",25185,63641,3,341,2337 +"102162",25185,64110,3,341,1331 +"102163",25185,64156,3,341,675 +"102164",25185,65188,3,341,2213 +"102165",25185,66622,3,341,799 +"102166",25185,66717,3,341,2104 +"102167",25185,69788,3,341,2007 +"102168",25185,72535,3,341,1191 +"102169",25185,78842,1,341,904 +"102170",25185,80793,2,341,631 +"102171",25185,81400,3,341,2679 +"102172",25185,83253,3,341,1102 +"102173",25185,84822,1,341,2686 +"102174",25185,87958,3,341,1234 +"102175",25185,93332,3,341,982 +"102176",25185,96007,3,341,895 +"102177",25185,99288,3,341,983 +"102178",25198,206,3,1982,1986 +"102179",25198,270,3,1982,2542 +"102180",25198,312,2,1982,2038 +"102181",25198,313,3,1982,2271 +"102182",25198,362,2,1982,2537 +"102183",25198,377,3,1982,2389 +"102184",25198,380,3,1982,2261 +"102185",25198,543,3,1982,2203 +"102186",25198,701,3,1982,2718 +"102187",25198,823,3,1982,2840 +"102188",25198,913,3,1982,2144 +"102189",25198,997,3,1982,2788 +"102190",25198,1102,3,1982,2282 +"102191",25198,1151,3,1982,2885 +"102192",25198,1275,3,1982,2068 +"102193",25198,1495,2,1982,2046 +"102194",25198,1616,2,1982,2662 +"102195",25198,1831,3,1982,2397 +"102196",25198,2036,1,1982,2483 +"102197",25198,2181,2,1982,2030 +"102198",25198,2224,3,1982,2751 +"102199",25198,2424,3,1982,2582 +"102200",25198,2484,3,1982,2389 +"102201",25198,2533,2,1982,2016 +"102202",25198,3161,3,1982,2229 +"102203",25198,3305,3,1982,2839 +"102204",25198,3853,3,1982,2465 +"102205",25198,4057,3,1982,2389 +"102206",25198,5078,3,1982,2033 +"102207",25198,5120,3,1982,2735 +"102208",25198,5429,2,1982,1991 +"102209",25198,5457,3,1982,2077 +"102210",25198,5462,3,1982,2374 +"102211",25198,5504,3,1982,2389 +"102212",25198,6055,3,1982,2651 +"102213",25198,6208,3,1982,2361 +"102214",25198,6363,2,1982,2066 +"102215",25198,7323,3,1982,2858 +"102216",25198,7794,3,1982,2972 +"102217",25198,8760,2,1982,2477 +"102218",25198,9150,3,1982,2689 +"102219",25198,9184,2,1982,2670 +"102220",25198,11055,3,1982,2111 +"102221",25198,11440,2,1982,2026 +"102222",25198,12081,3,1982,2166 +"102223",25198,12713,3,1982,2440 +"102224",25198,12728,3,1982,2374 +"102225",25198,12901,3,1982,2136 +"102226",25198,12982,2,1982,2143 +"102227",25198,13249,3,1982,2573 +"102228",25198,14507,2,1982,2686 +"102229",25198,14652,3,1982,2516 +"102230",25198,15008,3,1982,2338 +"102231",25198,15729,3,1982,2338 +"102232",25198,15813,3,1982,2143 +"102233",25198,16432,3,1982,2664 +"102234",25198,16587,2,1982,2065 +"102235",25198,16954,3,1982,2972 +"102236",25198,17351,3,1982,2036 +"102237",25198,18554,2,1982,2065 +"102238",25198,19248,1,1982,2357 +"102239",25198,19606,2,1982,2783 +"102240",25198,19643,2,1982,2452 +"102241",25198,19719,2,1982,2177 +"102242",25198,20984,3,1982,2502 +"102243",25198,21929,3,1982,2062 +"102244",25198,22277,3,1982,2424 +"102245",25198,23498,3,1982,2398 +"102246",25198,23509,3,1982,2275 +"102247",25198,24825,2,1982,2686 +"102248",25198,25129,3,1982,2647 +"102249",25198,25985,3,1982,2071 +"102250",25198,26749,3,1982,2965 +"102251",25198,27275,3,1982,2656 +"102252",25198,27478,3,1982,2485 +"102253",25198,27694,2,1982,2030 +"102254",25198,29473,3,1982,2602 +"102255",25198,31159,3,1982,2231 +"102256",25198,31799,3,1982,2547 +"102257",25198,32965,3,1982,2071 +"102258",25198,33160,3,1982,2441 +"102259",25198,33380,3,1982,2340 +"102260",25198,33672,2,1982,2396 +"102261",25198,34132,3,1982,2076 +"102262",25198,34815,3,1982,2354 +"102263",25198,35256,2,1982,2271 +"102264",25198,35738,3,1982,2448 +"102265",25198,37570,3,1982,2389 +"102266",25198,38307,3,1982,2648 +"102267",25198,39444,3,1982,2695 +"102268",25198,39535,2,1982,2428 +"102269",25198,40756,3,1982,2329 +"102270",25198,43455,3,1982,2846 +"102271",25198,46629,3,1982,2255 +"102272",25198,47098,3,1982,2057 +"102273",25198,48501,3,1982,2010 +"102274",25198,48571,3,1982,2717 +"102275",25198,48605,2,1982,2796 +"102276",25198,50252,3,1982,2001 +"102277",25198,50685,3,1982,2008 +"102278",25198,50785,3,1982,2877 +"102279",25198,51041,1,1982,2606 +"102280",25198,52570,3,1982,2645 +"102281",25198,52576,3,1982,2234 +"102282",25198,53031,3,1982,2065 +"102283",25198,53219,2,1982,2973 +"102284",25198,53851,3,1982,2305 +"102285",25198,54695,3,1982,2429 +"102286",25198,54775,3,1982,2383 +"102287",25198,55556,3,1982,2075 +"102288",25198,61982,2,1982,2725 +"102289",25198,62841,2,1982,2710 +"102290",25198,64945,3,1982,2279 +"102291",25198,70573,3,1982,1993 +"102292",25198,70647,3,1982,2795 +"102293",25198,73305,3,1982,2544 +"102294",25198,76892,3,1982,2381 +"102295",25198,85430,3,1982,2370 +"102296",25198,99860,3,1982,2071 +"102297",25241,489,1,1233,2652 +"102298",25241,733,3,1233,1653 +"102299",25241,750,3,1233,1327 +"102300",25241,1196,2,1233,1986 +"102301",25241,2190,3,1233,2359 +"102302",25241,2224,2,1233,2751 +"102303",25241,2289,3,1233,2389 +"102304",25241,3751,2,1233,1358 +"102305",25241,4660,3,1233,2149 +"102306",25241,8821,2,1233,2230 +"102307",25241,10358,3,1233,2294 +"102308",25241,10716,2,1233,1692 +"102309",25241,12518,3,1233,2747 +"102310",25241,12703,3,1233,2689 +"102311",25241,15713,3,1233,1646 +"102312",25241,19204,3,1233,1753 +"102313",25241,20124,3,1233,2376 +"102314",25241,20311,3,1233,1981 +"102315",25241,21754,3,1233,1881 +"102316",25241,27390,3,1233,2425 +"102317",25241,33801,3,1233,2899 +"102318",25241,35187,1,1233,2488 +"102319",25241,42407,3,1233,2408 +"102320",25241,53846,2,1233,2737 +"102321",25241,73786,3,1233,2937 +"102322",25241,76081,3,1233,1534 +"102323",25241,77815,3,1233,2358 +"102324",25241,87110,3,1233,2801 +"102325",25241,94444,3,1233,1554 +"102326",25248,602,2,1938,2632 +"102327",25248,762,3,1938,2671 +"102328",25248,3896,3,1938,2693 +"102329",25248,6982,2,1938,2034 +"102330",25248,7009,3,1938,1982 +"102331",25248,12703,3,1938,2689 +"102332",25248,14103,1,1938,2204 +"102333",25248,14723,3,1938,2019 +"102334",25248,22311,2,1938,2034 +"102335",25248,28982,2,1938,2746 +"102336",25248,38885,3,1938,2720 +"102337",25248,62939,3,1938,2574 +"102338",25253,5614,3,115,2122 +"102339",25253,12373,3,115,1567 +"102340",25253,14103,3,115,2204 +"102341",25253,14172,2,115,1923 +"102342",25253,14723,3,115,2019 +"102343",25253,22311,3,115,2034 +"102344",25253,28648,3,115,1586 +"102345",25253,70714,2,115,2030 +"102346",25253,79234,2,115,1611 +"102347",25253,95613,3,115,317 +"102348",25259,468,3,1699,1966 +"102349",25259,5816,3,1699,2408 +"102350",25259,26100,3,1699,1966 +"102351",25259,27882,3,1699,1897 +"102352",25259,47375,3,1699,2043 +"102353",25259,53362,3,1699,2360 +"102354",25259,55775,3,1699,2385 +"102355",25269,12608,3,306,1337 +"102356",25269,13537,3,306,1020 +"102357",25269,16502,3,306,1616 +"102358",25269,17572,3,306,340 +"102359",25269,19092,3,306,906 +"102360",25269,20176,3,306,1050 +"102361",25269,23597,3,306,1080 +"102362",25269,25043,2,306,903 +"102363",25269,25390,1,306,903 +"102364",25269,26642,2,306,2952 +"102365",25269,26793,3,306,2104 +"102366",25269,28051,3,306,2089 +"102367",25269,30334,3,306,2075 +"102368",25269,37400,3,306,2860 +"102369",25269,37636,3,306,2178 +"102370",25269,40392,3,306,1878 +"102371",25269,41134,3,306,2952 +"102372",25269,42756,3,306,1384 +"102373",25269,47148,3,306,569 +"102374",25269,50335,3,306,1893 +"102375",25269,51783,3,306,2599 +"102376",25269,53687,3,306,2422 +"102377",25269,54523,3,306,1935 +"102378",25269,66994,3,306,1865 +"102379",25269,68586,3,306,2322 +"102380",25269,71712,3,306,2399 +"102381",25269,76637,3,306,833 +"102382",25269,78342,3,306,746 +"102383",25270,3100,2,985,2524 +"102384",25270,3403,3,985,2951 +"102385",25270,3786,2,985,2282 +"102386",25270,4144,3,985,1520 +"102387",25270,4669,3,985,2395 +"102388",25270,5673,3,985,1567 +"102389",25270,6071,2,985,2310 +"102390",25270,6432,3,985,2297 +"102391",25270,6562,3,985,1139 +"102392",25270,7254,3,985,1849 +"102393",25270,9050,3,985,2026 +"102394",25270,9727,3,985,2327 +"102395",25270,9912,2,985,1356 +"102396",25270,11135,1,985,2441 +"102397",25270,11858,3,985,1530 +"102398",25270,12031,3,985,1957 +"102399",25270,15502,2,985,2637 +"102400",25270,15916,2,985,1236 +"102401",25270,16833,3,985,1661 +"102402",25270,19323,3,985,1705 +"102403",25270,19687,2,985,2072 +"102404",25270,19972,3,985,2078 +"102405",25270,20517,3,985,1465 +"102406",25270,21895,3,985,1693 +"102407",25270,21976,2,985,1808 +"102408",25270,23639,1,985,2065 +"102409",25270,23731,2,985,1656 +"102410",25270,24116,2,985,1413 +"102411",25270,24441,3,985,2256 +"102412",25270,25286,2,985,1545 +"102413",25270,25886,3,985,1580 +"102414",25270,26567,1,985,1158 +"102415",25270,28567,3,985,2398 +"102416",25270,29534,3,985,1199 +"102417",25270,32312,3,985,1472 +"102418",25270,33363,3,985,2475 +"102419",25270,34055,2,985,1881 +"102420",25270,34334,3,985,1637 +"102421",25270,42486,3,985,1951 +"102422",25270,45487,2,985,2256 +"102423",25270,47130,3,985,2654 +"102424",25270,47330,3,985,2422 +"102425",25270,47827,3,985,1957 +"102426",25270,51448,2,985,1593 +"102427",25270,55436,3,985,2513 +"102428",25270,56212,2,985,1410 +"102429",25270,56673,2,985,2419 +"102430",25270,62498,3,985,1698 +"102431",25270,65223,3,985,2724 +"102432",25270,79025,3,985,1473 +"102433",25270,79236,2,985,1505 +"102434",25270,79404,2,985,1079 +"102435",25270,80061,3,985,1223 +"102436",25270,81134,1,985,1384 +"102437",25270,81853,3,985,1207 +"102438",25270,83133,3,985,1055 +"102439",25270,85264,3,985,1236 +"102440",25270,92381,2,985,1237 +"102441",25270,92947,3,985,1289 +"102442",25270,93317,2,985,1223 +"102443",25270,93670,3,985,1682 +"102444",25270,99955,3,985,1223 +"102445",25270,104659,3,985,2026 +"102446",25270,106554,3,985,1270 +"102447",25270,114769,2,985,1108 +"102448",25270,116792,2,985,2397 +"102449",25271,3961,3,1172,2426 +"102450",25271,5239,3,1172,2875 +"102451",25271,7196,2,1172,1508 +"102452",25271,7984,3,1172,2493 +"102453",25271,11477,3,1172,2724 +"102454",25271,14943,2,1172,1942 +"102455",25271,15401,3,1172,1999 +"102456",25271,16625,3,1172,1285 +"102457",25271,16801,2,1172,2008 +"102458",25271,16826,3,1172,2599 +"102459",25271,23726,3,1172,2434 +"102460",25271,26713,3,1172,1235 +"102461",25271,28784,3,1172,1579 +"102462",25271,32988,3,1172,2008 +"102463",25271,34158,3,1172,2639 +"102464",25271,36862,3,1172,2655 +"102465",25271,38219,3,1172,1689 +"102466",25271,40432,3,1172,1956 +"102467",25271,40645,3,1172,1899 +"102468",25271,42505,3,1172,2008 +"102469",25271,45959,3,1172,1880 +"102470",25271,46040,3,1172,2105 +"102471",25271,56237,3,1172,2625 +"102472",25271,65155,3,1172,1947 +"102473",25271,65203,3,1172,1597 +"102474",25271,65322,2,1172,2008 +"102475",25271,76511,3,1172,1250 +"102476",25271,78150,3,1172,2581 +"102477",25271,79567,3,1172,1942 +"102478",25271,79815,3,1172,1713 +"102479",25271,82409,3,1172,1881 +"102480",25271,92757,3,1172,2615 +"102481",25271,96352,3,1172,1493 +"102482",25271,97160,3,1172,1215 +"102483",25271,106620,3,1172,1177 +"102484",25286,3100,2,1545,2524 +"102485",25286,3520,2,1545,2281 +"102486",25286,3786,2,1545,2282 +"102487",25286,5606,3,1545,2875 +"102488",25286,6071,3,1545,2310 +"102489",25286,11135,2,1545,2441 +"102490",25286,12031,3,1545,1957 +"102491",25286,15502,3,1545,2637 +"102492",25286,19687,1,1545,2072 +"102493",25286,21352,2,1545,1604 +"102494",25286,21976,3,1545,1808 +"102495",25286,23364,3,1545,2306 +"102496",25286,23639,2,1545,2065 +"102497",25286,23731,2,1545,1656 +"102498",25286,28355,3,1545,2053 +"102499",25286,28567,3,1545,2398 +"102500",25286,29276,2,1545,2000 +"102501",25286,31087,3,1545,1757 +"102502",25286,33363,2,1545,2475 +"102503",25286,34334,3,1545,1637 +"102504",25286,34953,3,1545,1817 +"102505",25286,45299,3,1545,2426 +"102506",25286,45487,3,1545,2256 +"102507",25286,47130,3,1545,2654 +"102508",25286,47330,3,1545,2422 +"102509",25286,47827,3,1545,1957 +"102510",25286,49147,3,1545,2539 +"102511",25286,49334,3,1545,2433 +"102512",25286,51448,3,1545,1593 +"102513",25286,56673,3,1545,2419 +"102514",25286,62498,3,1545,1698 +"102515",25286,65223,3,1545,2724 +"102516",25286,80050,3,1545,2698 +"102517",25286,91772,3,1545,2233 +"102518",25286,93670,3,1545,1682 +"102519",25286,116792,3,1545,2397 +"102520",25289,135,2,1790,2233 +"102521",25289,455,3,1790,2827 +"102522",25289,470,3,1790,2285 +"102523",25289,913,3,1790,2144 +"102524",25289,1691,3,1790,1941 +"102525",25289,3271,3,1790,2216 +"102526",25289,4084,3,1790,2133 +"102527",25289,4191,3,1790,2130 +"102528",25289,7245,3,1790,2089 +"102529",25289,9272,3,1790,2835 +"102530",25289,10433,3,1790,2075 +"102531",25289,15799,3,1790,1917 +"102532",25289,23705,3,1790,2699 +"102533",25289,23918,3,1790,1881 +"102534",25289,24568,3,1790,1937 +"102535",25289,25341,3,1790,1858 +"102536",25289,29170,3,1790,1846 +"102537",25289,33622,2,1790,2230 +"102538",25289,43173,3,1790,2895 +"102539",25289,43226,2,1790,2442 +"102540",25289,45633,3,1790,2134 +"102541",25289,48110,3,1790,2009 +"102542",25289,50685,3,1790,2008 +"102543",25289,53196,2,1790,1888 +"102544",25289,55139,3,1790,2323 +"102545",25289,56688,3,1790,2331 +"102546",25289,58508,3,1790,2326 +"102547",25289,63409,3,1790,1937 +"102548",25289,64181,3,1790,1828 +"102549",25289,66413,3,1790,2507 +"102550",25289,69335,3,1790,2698 +"102551",25289,105063,3,1790,1908 +"102552",25295,2446,2,341,2606 +"102553",25295,7719,2,341,1954 +"102554",25295,8062,3,341,2858 +"102555",25295,8140,3,341,1262 +"102556",25295,8865,3,341,2394 +"102557",25295,9484,3,341,1429 +"102558",25295,10595,3,341,494 +"102559",25295,11429,3,341,2520 +"102560",25295,11728,3,341,1121 +"102561",25295,13136,1,341,2867 +"102562",25295,15826,3,341,2772 +"102563",25295,15879,3,341,419 +"102564",25295,16176,3,341,2703 +"102565",25295,16690,3,341,2132 +"102566",25295,19751,3,341,1630 +"102567",25295,21240,3,341,1162 +"102568",25295,22723,3,341,2859 +"102569",25295,32424,2,341,848 +"102570",25295,34334,3,341,1637 +"102571",25295,34892,2,341,2309 +"102572",25295,36346,3,341,1240 +"102573",25295,37522,3,341,1270 +"102574",25295,37637,3,341,1328 +"102575",25295,39418,3,341,1978 +"102576",25295,41694,3,341,2358 +"102577",25295,42213,3,341,837 +"102578",25295,42331,2,341,1585 +"102579",25295,50903,3,341,931 +"102580",25295,56862,3,341,868 +"102581",25295,58122,3,341,889 +"102582",25295,60808,3,341,1258 +"102583",25295,61337,3,341,2777 +"102584",25295,64110,2,341,1331 +"102585",25295,66622,3,341,799 +"102586",25295,69232,3,341,2130 +"102587",25295,70101,2,341,2414 +"102588",25295,73245,3,341,802 +"102589",25295,74055,3,341,1544 +"102590",25295,74771,3,341,2935 +"102591",25295,75537,2,341,1331 +"102592",25295,77864,3,341,2227 +"102593",25295,78569,3,341,578 +"102594",25295,78842,3,341,904 +"102595",25295,81164,3,341,2260 +"102596",25295,81400,2,341,2679 +"102597",25295,83253,3,341,1102 +"102598",25295,84822,3,341,2686 +"102599",25295,85778,3,341,1040 +"102600",25295,85869,3,341,1509 +"102601",25295,92860,2,341,1643 +"102602",25295,93332,3,341,982 +"102603",25295,121361,3,341,1328 +"102604",25305,270,3,2447,2542 +"102605",25305,2224,3,2447,2751 +"102606",25305,2424,3,2447,2582 +"102607",25305,8762,3,2447,2585 +"102608",25305,14959,3,2447,2898 +"102609",25305,16310,3,2447,2796 +"102610",25305,18361,3,2447,2968 +"102611",25305,22326,2,2447,2818 +"102612",25305,22415,3,2447,2841 +"102613",25305,26749,3,2447,2965 +"102614",25305,27275,3,2447,2656 +"102615",25305,30052,2,2447,2855 +"102616",25305,42216,3,2447,2722 +"102617",25305,43455,3,2447,2846 +"102618",25305,50118,3,2447,2654 +"102619",25305,51783,3,2447,2599 +"102620",25305,61982,3,2447,2725 +"102621",25305,79322,2,2447,2770 +"102622",25325,53219,3,2963,2973 +"102623",25327,841,3,977,2964 +"102624",25327,1196,3,977,1986 +"102625",25327,1203,3,977,1350 +"102626",25327,2120,3,977,1133 +"102627",25327,2852,2,977,2448 +"102628",25327,3284,1,977,1541 +"102629",25327,5897,3,977,2337 +"102630",25327,8610,3,977,2240 +"102631",25327,11239,3,977,2181 +"102632",25327,12897,3,977,1351 +"102633",25327,15978,2,977,981 +"102634",25327,21207,3,977,1258 +"102635",25327,28081,3,977,1927 +"102636",25327,28094,3,977,1423 +"102637",25327,32549,3,977,2111 +"102638",25327,32775,3,977,2135 +"102639",25327,34831,3,977,1866 +"102640",25327,36514,2,977,1192 +"102641",25327,37929,3,977,2393 +"102642",25327,38333,3,977,1365 +"102643",25327,41023,3,977,2408 +"102644",25327,41969,3,977,2189 +"102645",25327,44235,3,977,2700 +"102646",25327,52215,3,977,1908 +"102647",25327,55472,3,977,1516 +"102648",25327,61585,3,977,2315 +"102649",25327,68789,3,977,1929 +"102650",25327,70070,2,977,2425 +"102651",25327,71531,3,977,2887 +"102652",25330,3493,3,2370,2451 +"102653",25330,4698,3,2370,2481 +"102654",25330,10119,3,2370,2374 +"102655",25330,19190,3,2370,2677 +"102656",25341,135,2,1858,2233 +"102657",25341,145,3,1858,1998 +"102658",25341,455,3,1858,2827 +"102659",25341,671,2,1858,2328 +"102660",25341,913,3,1858,2144 +"102661",25341,1046,2,1858,1881 +"102662",25341,1102,3,1858,2282 +"102663",25341,1136,2,1858,2536 +"102664",25341,1151,3,1858,2885 +"102665",25341,1616,3,1858,2662 +"102666",25341,2224,3,1858,2751 +"102667",25341,2765,3,1858,2321 +"102668",25341,2954,1,1858,2727 +"102669",25341,3164,3,1858,2693 +"102670",25341,3966,3,1858,2425 +"102671",25341,4191,2,1858,2130 +"102672",25341,4618,2,1858,2607 +"102673",25341,4687,3,1858,2152 +"102674",25341,4980,3,1858,2093 +"102675",25341,5041,3,1858,2371 +"102676",25341,5148,3,1858,2206 +"102677",25341,5462,3,1858,2374 +"102678",25341,5504,3,1858,2389 +"102679",25341,5669,3,1858,2502 +"102680",25341,5725,2,1858,2789 +"102681",25341,6052,3,1858,1985 +"102682",25341,6392,3,1858,1878 +"102683",25341,6428,3,1858,1952 +"102684",25341,6491,3,1858,2424 +"102685",25341,6740,3,1858,2699 +"102686",25341,7245,3,1858,2089 +"102687",25341,7847,2,1858,2424 +"102688",25341,8258,3,1858,1959 +"102689",25341,8533,3,1858,2251 +"102690",25341,10130,3,1858,2741 +"102691",25341,10404,3,1858,2062 +"102692",25341,10859,3,1858,2231 +"102693",25341,10890,3,1858,2639 +"102694",25341,12867,3,1858,2773 +"102695",25341,13929,3,1858,2693 +"102696",25341,15184,3,1858,2396 +"102697",25341,15539,3,1858,1929 +"102698",25341,18415,3,1858,2184 +"102699",25341,19027,3,1858,2721 +"102700",25341,20563,2,1858,2267 +"102701",25341,21138,3,1858,2849 +"102702",25341,22277,3,1858,2424 +"102703",25341,22714,3,1858,2793 +"102704",25341,23745,3,1858,1968 +"102705",25341,23918,3,1858,1881 +"102706",25341,25129,2,1858,2647 +"102707",25341,25816,3,1858,2088 +"102708",25341,26351,3,1858,2683 +"102709",25341,26436,3,1858,2489 +"102710",25341,26516,3,1858,2479 +"102711",25341,27478,3,1858,2485 +"102712",25341,27628,3,1858,2389 +"102713",25341,27753,3,1858,2750 +"102714",25341,28285,3,1858,2972 +"102715",25341,28892,3,1858,2023 +"102716",25341,29917,3,1858,1962 +"102717",25341,31235,3,1858,2668 +"102718",25341,31799,2,1858,2547 +"102719",25341,32939,3,1858,2277 +"102720",25341,32988,3,1858,2008 +"102721",25341,34216,3,1858,2832 +"102722",25341,34509,1,1858,1973 +"102723",25341,36574,3,1858,2934 +"102724",25341,37418,3,1858,2710 +"102725",25341,37620,3,1858,2716 +"102726",25341,38727,2,1858,2238 +"102727",25341,39087,3,1858,2765 +"102728",25341,40369,2,1858,2735 +"102729",25341,41402,3,1858,2313 +"102730",25341,42474,3,1858,2322 +"102731",25341,42505,3,1858,2008 +"102732",25341,42935,3,1858,2400 +"102733",25341,44427,3,1858,2875 +"102734",25341,45633,3,1858,2134 +"102735",25341,45715,3,1858,2287 +"102736",25341,47248,3,1858,2883 +"102737",25341,47857,3,1858,2325 +"102738",25341,47947,3,1858,2681 +"102739",25341,49965,3,1858,2301 +"102740",25341,50685,3,1858,2008 +"102741",25341,51017,3,1858,2073 +"102742",25341,51410,3,1858,2739 +"102743",25341,53031,3,1858,2065 +"102744",25341,53196,2,1858,1888 +"102745",25341,53300,3,1858,2162 +"102746",25341,54879,3,1858,2210 +"102747",25341,55139,2,1858,2323 +"102748",25341,55691,3,1858,2856 +"102749",25341,55906,3,1858,2851 +"102750",25341,57804,3,1858,2214 +"102751",25341,57977,3,1858,2683 +"102752",25341,62840,3,1858,2502 +"102753",25341,62841,3,1858,2710 +"102754",25341,63477,3,1858,1907 +"102755",25341,64997,2,1858,2791 +"102756",25341,65029,3,1858,2954 +"102757",25341,66413,3,1858,2507 +"102758",25341,70046,3,1858,2624 +"102759",25341,71562,3,1858,2574 +"102760",25341,71618,3,1858,2960 +"102761",25341,73197,3,1858,1998 +"102762",25341,74095,3,1858,2333 +"102763",25341,105063,3,1858,1908 +"102764",25341,111843,3,1858,1963 +"102765",25345,1708,3,713,1591 +"102766",25345,2443,3,713,2333 +"102767",25345,6295,3,713,856 +"102768",25345,7604,3,713,1366 +"102769",25345,9269,2,713,1892 +"102770",25345,9656,3,713,1135 +"102771",25345,9895,1,713,1960 +"102772",25345,9910,2,713,2526 +"102773",25345,9948,2,713,2019 +"102774",25345,11351,3,713,2971 +"102775",25345,11858,3,713,1530 +"102776",25345,12473,3,713,801 +"102777",25345,12632,2,713,1174 +"102778",25345,12914,2,713,1557 +"102779",25345,14212,3,713,857 +"102780",25345,16347,2,713,1868 +"102781",25345,20695,2,713,2526 +"102782",25345,21044,3,713,1574 +"102783",25345,26740,3,713,2695 +"102784",25345,32966,3,713,1583 +"102785",25345,34331,3,713,1727 +"102786",25345,38697,3,713,2701 +"102787",25345,43725,3,713,935 +"102788",25345,44744,3,713,2032 +"102789",25345,46568,3,713,822 +"102790",25345,46616,3,713,1917 +"102791",25345,47607,3,713,2724 +"102792",25345,49379,3,713,1573 +"102793",25345,49708,3,713,1147 +"102794",25345,51505,3,713,1572 +"102795",25345,53584,3,713,2391 +"102796",25345,55261,3,713,1915 +"102797",25345,56364,2,713,1626 +"102798",25345,63631,3,713,763 +"102799",25345,64803,3,713,841 +"102800",25345,69453,3,713,2831 +"102801",25345,76796,2,713,1140 +"102802",25345,77167,3,713,836 +"102803",25345,79874,3,713,1570 +"102804",25345,80801,2,713,1250 +"102805",25345,84591,2,713,1685 +"102806",25345,85926,3,713,907 +"102807",25345,87915,2,713,1152 +"102808",25345,92630,3,713,1583 +"102809",25345,101381,3,713,977 +"102810",25345,101666,2,713,1257 +"102811",25345,107467,3,713,1524 +"102812",25373,371,3,2783,2950 +"102813",25373,841,3,2783,2964 +"102814",25373,3403,3,2783,2951 +"102815",25373,7252,3,2783,2799 +"102816",25373,8062,1,2783,2858 +"102817",25373,11648,3,2783,2852 +"102818",25373,17037,3,2783,2947 +"102819",25373,18371,3,2783,2860 +"102820",25373,22723,3,2783,2859 +"102821",25373,27686,3,2783,2844 +"102822",25373,30705,3,2783,2959 +"102823",25373,36953,3,2783,2790 +"102824",25373,45869,3,2783,2840 +"102825",25378,140,3,1245,2267 +"102826",25378,145,3,1245,1998 +"102827",25378,237,3,1245,1982 +"102828",25378,913,3,1245,2144 +"102829",25378,2452,3,1245,1715 +"102830",25378,3477,3,1245,2546 +"102831",25378,4551,2,1245,2720 +"102832",25378,5303,3,1245,1849 +"102833",25378,5897,3,1245,2337 +"102834",25378,6390,3,1245,2385 +"102835",25378,6821,3,1245,1788 +"102836",25378,7254,3,1245,1849 +"102837",25378,8354,3,1245,1705 +"102838",25378,8888,3,1245,1328 +"102839",25378,9301,2,1245,1861 +"102840",25378,9787,3,1245,2858 +"102841",25378,10215,3,1245,2006 +"102842",25378,10453,3,1245,1656 +"102843",25378,10473,3,1245,1783 +"102844",25378,11516,2,1245,1937 +"102845",25378,12199,3,1245,1651 +"102846",25378,13068,1,1245,1778 +"102847",25378,13842,3,1245,2250 +"102848",25378,14287,3,1245,1583 +"102849",25378,14709,3,1245,1901 +"102850",25378,14915,3,1245,2606 +"102851",25378,15146,3,1245,1546 +"102852",25378,16437,3,1245,1956 +"102853",25378,16501,3,1245,1650 +"102854",25378,19322,3,1245,2048 +"102855",25378,19433,3,1245,2504 +"102856",25378,19934,2,1245,2888 +"102857",25378,20395,3,1245,1468 +"102858",25378,21795,3,1245,2653 +"102859",25378,23131,3,1245,1732 +"102860",25378,23132,3,1245,2756 +"102861",25378,23277,3,1245,1267 +"102862",25378,24176,3,1245,1986 +"102863",25378,24568,3,1245,1937 +"102864",25378,25163,3,1245,1751 +"102865",25378,26642,3,1245,2952 +"102866",25378,27280,3,1245,1965 +"102867",25378,27320,2,1245,2378 +"102868",25378,27391,2,1245,2378 +"102869",25378,27722,3,1245,1266 +"102870",25378,27908,3,1245,2576 +"102871",25378,28893,3,1245,2764 +"102872",25378,29286,3,1245,1612 +"102873",25378,29495,2,1245,1612 +"102874",25378,30334,3,1245,2075 +"102875",25378,30525,3,1245,1964 +"102876",25378,30865,3,1245,2038 +"102877",25378,30891,3,1245,1256 +"102878",25378,31235,2,1245,2668 +"102879",25378,33341,3,1245,2338 +"102880",25378,35302,3,1245,1589 +"102881",25378,36666,3,1245,1270 +"102882",25378,37636,3,1245,2178 +"102883",25378,37752,3,1245,2223 +"102884",25378,38373,2,1245,1928 +"102885",25378,39062,3,1245,2020 +"102886",25378,39249,3,1245,1665 +"102887",25378,40035,3,1245,2742 +"102888",25378,40392,3,1245,1878 +"102889",25378,40623,3,1245,2580 +"102890",25378,46486,3,1245,1868 +"102891",25378,47445,3,1245,2668 +"102892",25378,47968,3,1245,2829 +"102893",25378,49712,3,1245,1937 +"102894",25378,51783,3,1245,2599 +"102895",25378,52154,3,1245,1722 +"102896",25378,53051,3,1245,1940 +"102897",25378,54855,3,1245,1525 +"102898",25378,57544,3,1245,2443 +"102899",25378,57765,2,1245,2893 +"102900",25378,58829,3,1245,1256 +"102901",25378,58945,3,1245,2481 +"102902",25378,59485,2,1245,1564 +"102903",25378,61443,3,1245,2770 +"102904",25378,62219,3,1245,2494 +"102905",25378,63409,3,1245,1937 +"102906",25378,63644,3,1245,1267 +"102907",25378,64967,3,1245,2872 +"102908",25378,65188,2,1245,2213 +"102909",25378,65522,3,1245,1572 +"102910",25378,69788,3,1245,2007 +"102911",25378,74795,3,1245,1319 +"102912",25378,75935,3,1245,1569 +"102913",25378,80429,3,1245,1927 +"102914",25378,82252,3,1245,1248 +"102915",25378,88067,3,1245,2315 +"102916",25378,88808,3,1245,1462 +"102917",25378,90065,3,1245,1418 +"102918",25378,107292,2,1245,1667 +"102919",25378,107649,3,1245,1573 +"102920",25378,119524,2,1245,1930 +"102921",25390,2,3,903,2796 +"102922",25390,371,3,903,2950 +"102923",25390,860,3,903,1258 +"102924",25390,5119,3,903,2220 +"102925",25390,9332,3,903,2734 +"102926",25390,12608,3,903,1337 +"102927",25390,13537,3,903,1020 +"102928",25390,16502,2,903,1616 +"102929",25390,19092,3,903,906 +"102930",25390,20176,3,903,1050 +"102931",25390,20984,3,903,2502 +"102932",25390,23597,2,903,1080 +"102933",25390,26642,2,903,2952 +"102934",25390,26793,3,903,2104 +"102935",25390,28051,2,903,2089 +"102936",25390,28869,3,903,2425 +"102937",25390,30334,3,903,2075 +"102938",25390,33657,3,903,2336 +"102939",25390,37400,3,903,2860 +"102940",25390,37636,3,903,2178 +"102941",25390,40392,3,903,1878 +"102942",25390,41134,3,903,2952 +"102943",25390,42256,3,903,2839 +"102944",25390,42562,3,903,1195 +"102945",25390,42756,3,903,1384 +"102946",25390,49712,3,903,1937 +"102947",25390,50335,3,903,1893 +"102948",25390,51783,3,903,2599 +"102949",25390,53687,2,903,2422 +"102950",25390,54523,2,903,1935 +"102951",25390,56936,3,903,1519 +"102952",25390,66994,3,903,1865 +"102953",25390,68586,3,903,2322 +"102954",25390,71712,3,903,2399 +"102955",25390,96462,3,903,1967 +"102956",25399,15636,3,2784,2857 +"102957",25399,23787,3,2784,2810 +"102958",25407,100586,3,551,2966 +"102959",25440,35037,3,2749,2974 +"102960",25443,145,3,1441,1998 +"102961",25443,913,3,1441,2144 +"102962",25443,1226,3,1441,2353 +"102963",25443,2195,2,1441,2139 +"102964",25443,3164,3,1441,2693 +"102965",25443,3306,3,1441,1989 +"102966",25443,3477,3,1441,2546 +"102967",25443,3961,3,1441,2426 +"102968",25443,4289,2,1441,1921 +"102969",25443,4763,3,1441,1960 +"102970",25443,5315,3,1441,2631 +"102971",25443,5669,3,1441,2502 +"102972",25443,5725,3,1441,2789 +"102973",25443,6047,3,1441,2004 +"102974",25443,6104,3,1441,2462 +"102975",25443,6234,3,1441,2654 +"102976",25443,6363,3,1441,2066 +"102977",25443,6417,3,1441,1675 +"102978",25443,7337,3,1441,1797 +"102979",25443,7627,3,1441,1543 +"102980",25443,9150,3,1441,2689 +"102981",25443,9423,3,1441,1708 +"102982",25443,10148,3,1441,2964 +"102983",25443,10358,3,1441,2294 +"102984",25443,10513,3,1441,2284 +"102985",25443,10779,2,1441,2881 +"102986",25443,10964,3,1441,2043 +"102987",25443,11067,3,1441,2734 +"102988",25443,11218,3,1441,2292 +"102989",25443,13068,3,1441,1778 +"102990",25443,13837,3,1441,1604 +"102991",25443,14032,3,1441,2144 +"102992",25443,14507,3,1441,2686 +"102993",25443,14731,3,1441,2012 +"102994",25443,14972,3,1441,2332 +"102995",25443,15003,3,1441,2067 +"102996",25443,15207,3,1441,1855 +"102997",25443,15626,3,1441,2434 +"102998",25443,16195,2,1441,2964 +"102999",25443,16352,3,1441,2657 +"103000",25443,17396,1,1441,1672 +"103001",25443,17819,2,1441,2291 +"103002",25443,17852,2,1441,2840 +"103003",25443,19027,3,1441,2721 +"103004",25443,19934,3,1441,2888 +"103005",25443,20545,3,1441,1491 +"103006",25443,21138,3,1441,2849 +"103007",25443,21487,3,1441,2203 +"103008",25443,22331,1,1441,2687 +"103009",25443,23310,3,1441,2371 +"103010",25443,23715,3,1441,1859 +"103011",25443,23725,3,1441,2378 +"103012",25443,23787,3,1441,2810 +"103013",25443,24195,3,1441,1575 +"103014",25443,24240,3,1441,1755 +"103015",25443,24648,3,1441,1833 +"103016",25443,24825,2,1441,2686 +"103017",25443,25508,3,1441,2081 +"103018",25443,25985,3,1441,2071 +"103019",25443,26658,3,1441,2745 +"103020",25443,28893,3,1441,2764 +"103021",25443,29295,2,1441,2043 +"103022",25443,29930,3,1441,2240 +"103023",25443,30092,3,1441,1593 +"103024",25443,30981,3,1441,2366 +"103025",25443,31235,3,1441,2668 +"103026",25443,31307,2,1441,2139 +"103027",25443,31832,2,1441,2163 +"103028",25443,32939,2,1441,2277 +"103029",25443,32965,3,1441,2071 +"103030",25443,33160,3,1441,2441 +"103031",25443,33383,1,1441,1572 +"103032",25443,34509,3,1441,1973 +"103033",25443,34735,3,1441,2767 +"103034",25443,35264,3,1441,2329 +"103035",25443,35360,3,1441,2043 +"103036",25443,35518,3,1441,1721 +"103037",25443,36215,3,1441,1623 +"103038",25443,36691,3,1441,1903 +"103039",25443,38213,3,1441,1744 +"103040",25443,38227,3,1441,2511 +"103041",25443,38676,3,1441,2286 +"103042",25443,40368,3,1441,2876 +"103043",25443,41955,3,1441,2479 +"103044",25443,42256,3,1441,2839 +"103045",25443,43902,3,1441,1726 +"103046",25443,44089,3,1441,1632 +"103047",25443,45585,3,1441,2384 +"103048",25443,45704,2,1441,2687 +"103049",25443,46596,3,1441,1942 +"103050",25443,47248,3,1441,2883 +"103051",25443,49620,3,1441,1868 +"103052",25443,50134,3,1441,2674 +"103053",25443,51017,2,1441,2073 +"103054",25443,51035,3,1441,2397 +"103055",25443,53134,3,1441,1590 +"103056",25443,53445,3,1441,2028 +"103057",25443,54929,2,1441,2783 +"103058",25443,56903,3,1441,1584 +"103059",25443,57549,3,1441,2335 +"103060",25443,57765,2,1441,2893 +"103061",25443,57804,2,1441,2214 +"103062",25443,58284,3,1441,2292 +"103063",25443,60879,3,1441,2792 +"103064",25443,66860,3,1441,1548 +"103065",25443,70528,2,1441,2727 +"103066",25443,74636,3,1441,2525 +"103067",25443,82246,3,1441,1538 +"103068",25443,92322,3,1441,2393 +"103069",25451,3100,3,698,2524 +"103070",25451,3403,3,698,2951 +"103071",25451,3786,3,698,2282 +"103072",25451,5673,2,698,1567 +"103073",25451,6071,3,698,2310 +"103074",25451,9912,3,698,1356 +"103075",25451,11135,2,698,2441 +"103076",25451,15502,3,698,2637 +"103077",25451,15916,3,698,1236 +"103078",25451,19687,3,698,2072 +"103079",25451,20413,3,698,806 +"103080",25451,21895,3,698,1693 +"103081",25451,21976,3,698,1808 +"103082",25451,23639,2,698,2065 +"103083",25451,23731,3,698,1656 +"103084",25451,24116,3,698,1413 +"103085",25451,25270,1,698,985 +"103086",25451,25286,3,698,1545 +"103087",25451,26567,2,698,1158 +"103088",25451,34055,3,698,1881 +"103089",25451,34559,3,698,1105 +"103090",25451,39577,3,698,1728 +"103091",25451,45487,3,698,2256 +"103092",25451,48764,3,698,860 +"103093",25451,51448,3,698,1593 +"103094",25451,56212,3,698,1410 +"103095",25451,56673,3,698,2419 +"103096",25451,78460,3,698,985 +"103097",25451,79236,3,698,1505 +"103098",25451,79404,3,698,1079 +"103099",25451,81134,2,698,1384 +"103100",25451,92381,3,698,1237 +"103101",25451,92947,3,698,1289 +"103102",25451,93317,3,698,1223 +"103103",25451,95661,2,698,872 +"103104",25451,104542,3,698,897 +"103105",25451,114769,3,698,1108 +"103106",25451,116792,3,698,2397 +"103107",25480,33433,3,2747,2805 +"103108",25480,47877,3,2747,2970 +"103109",25480,102284,3,2747,2877 +"103110",25486,6055,3,2582,2651 +"103111",25486,14959,3,2582,2898 +"103112",25486,24753,3,2582,2860 +"103113",25486,33801,1,2582,2899 +"103114",25486,41664,3,2582,2641 +"103115",25486,44603,3,2582,2748 +"103116",25486,53475,1,2582,2853 +"103117",25486,70203,3,2582,2756 +"103118",25490,24,3,639,1295 +"103119",25490,160,3,639,2007 +"103120",25490,1034,3,639,1438 +"103121",25490,1124,3,639,1596 +"103122",25490,1323,3,639,1659 +"103123",25490,1641,3,639,1490 +"103124",25490,1875,3,639,1786 +"103125",25490,2063,3,639,1278 +"103126",25490,2334,3,639,2619 +"103127",25490,3954,3,639,839 +"103128",25490,4567,3,639,2348 +"103129",25490,4671,3,639,2280 +"103130",25490,5226,3,639,1309 +"103131",25490,5865,3,639,1910 +"103132",25490,7185,3,639,1046 +"103133",25490,7406,3,639,1906 +"103134",25490,7555,3,639,1943 +"103135",25490,7616,1,639,2296 +"103136",25490,7759,3,639,2844 +"103137",25490,8712,3,639,1153 +"103138",25490,9871,2,639,921 +"103139",25490,10370,3,639,2224 +"103140",25490,11348,3,639,824 +"103141",25490,11912,2,639,889 +"103142",25490,12122,2,639,1385 +"103143",25490,12473,3,639,801 +"103144",25490,12712,2,639,815 +"103145",25490,14918,3,639,2071 +"103146",25490,15122,2,639,1201 +"103147",25490,15632,3,639,1242 +"103148",25490,16193,3,639,756 +"103149",25490,16539,2,639,1947 +"103150",25490,17221,3,639,2487 +"103151",25490,17245,3,639,1811 +"103152",25490,17351,3,639,2036 +"103153",25490,18825,3,639,1240 +"103154",25490,19096,3,639,1538 +"103155",25490,19208,3,639,2629 +"103156",25490,19893,3,639,1223 +"103157",25490,20419,1,639,1587 +"103158",25490,21079,3,639,1997 +"103159",25490,22543,3,639,1594 +"103160",25490,22808,3,639,2297 +"103161",25490,23460,3,639,2183 +"103162",25490,23825,3,639,1913 +"103163",25490,24256,3,639,2393 +"103164",25490,24793,3,639,1993 +"103165",25490,25030,3,639,2017 +"103166",25490,26083,3,639,2038 +"103167",25490,27642,3,639,1531 +"103168",25490,28048,2,639,1637 +"103169",25490,30095,3,639,1578 +"103170",25490,32131,3,639,1035 +"103171",25490,32173,3,639,2341 +"103172",25490,32419,3,639,1909 +"103173",25490,33672,3,639,2396 +"103174",25490,34120,3,639,2786 +"103175",25490,36837,3,639,1556 +"103176",25490,37108,3,639,1202 +"103177",25490,41518,3,639,1641 +"103178",25490,41664,3,639,2641 +"103179",25490,42515,3,639,2752 +"103180",25490,43902,3,639,1726 +"103181",25490,44089,2,639,1632 +"103182",25490,44135,3,639,2620 +"103183",25490,46042,3,639,1692 +"103184",25490,47386,3,639,2226 +"103185",25490,47564,3,639,2650 +"103186",25490,47625,3,639,2562 +"103187",25490,48384,3,639,2057 +"103188",25490,48571,3,639,2717 +"103189",25490,49185,3,639,1544 +"103190",25490,49334,2,639,2433 +"103191",25490,50254,2,639,1151 +"103192",25490,55076,2,639,2408 +"103193",25490,60624,2,639,1570 +"103194",25490,65434,3,639,2866 +"103195",25490,67748,3,639,1498 +"103196",25490,69250,3,639,1439 +"103197",25490,76646,3,639,1263 +"103198",25490,77611,2,639,1795 +"103199",25490,78270,3,639,1171 +"103200",25490,79364,3,639,834 +"103201",25490,82187,3,639,1055 +"103202",25490,82893,2,639,1275 +"103203",25490,85356,3,639,1492 +"103204",25490,92322,3,639,2393 +"103205",25490,96611,3,639,765 +"103206",25490,101446,3,639,920 +"103207",25490,115155,3,639,1942 +"103208",25508,7029,3,2081,2204 +"103209",25508,11103,3,2081,2393 +"103210",25508,15315,3,2081,2173 +"103211",25508,19027,3,2081,2721 +"103212",25508,20700,3,2081,2861 +"103213",25508,24807,2,2081,2319 +"103214",25508,27195,3,2081,2158 +"103215",25508,34158,3,2081,2639 +"103216",25508,39875,3,2081,2422 +"103217",25508,42722,3,2081,2368 +"103218",25508,42935,2,2081,2400 +"103219",25508,43349,3,2081,2400 +"103220",25508,50298,3,2081,2101 +"103221",25508,51319,3,2081,2488 +"103222",25508,53219,3,2081,2973 +"103223",25508,55139,3,2081,2323 +"103224",25508,56464,3,2081,2488 +"103225",25518,843,3,1955,2332 +"103226",25518,2724,3,1955,2447 +"103227",25518,3272,2,1955,2132 +"103228",25518,3559,3,1955,2413 +"103229",25518,6040,3,1955,2103 +"103230",25518,12598,3,1955,2086 +"103231",25518,15023,2,1955,2054 +"103232",25518,19075,3,1955,2214 +"103233",25518,20547,2,1955,2145 +"103234",25518,20739,3,1955,2025 +"103235",25518,31357,2,1955,2389 +"103236",25518,51843,2,1955,2389 +"103237",25518,54385,2,1955,2340 +"103238",25518,59344,3,1955,2252 +"103239",25518,63104,3,1955,2149 +"103240",25518,69308,3,1955,2370 +"103241",25518,84808,2,1955,1974 +"103242",25518,110737,3,1955,2117 +"103243",25518,110871,3,1955,2879 +"103244",25541,1386,3,917,1901 +"103245",25541,14669,3,917,2080 +"103246",25541,15343,3,917,2125 +"103247",25541,17967,3,917,2125 +"103248",25541,29756,3,917,2051 +"103249",25541,33722,3,917,1225 +"103250",25541,38038,3,917,2686 +"103251",25541,42814,3,917,1149 +"103252",25541,45664,2,917,2235 +"103253",25541,77057,2,917,1866 +"103254",25541,77095,2,917,1622 +"103255",25541,80942,3,917,1240 +"103256",25541,84039,3,917,1335 +"103257",25541,86279,3,917,1076 +"103258",25541,87198,3,917,1462 +"103259",25541,110486,3,917,1014 +"103260",25543,2407,3,724,1725 +"103261",25543,5350,3,724,2522 +"103262",25543,5984,3,724,1675 +"103263",25543,6047,3,724,2004 +"103264",25543,10358,3,724,2294 +"103265",25543,13311,3,724,2315 +"103266",25543,14032,3,724,2144 +"103267",25543,14855,3,724,903 +"103268",25543,15402,3,724,1281 +"103269",25543,16866,3,724,2718 +"103270",25543,17396,3,724,1672 +"103271",25543,18348,2,724,1711 +"103272",25543,18865,3,724,2676 +"103273",25543,24902,2,724,2162 +"103274",25543,32503,3,724,2020 +"103275",25543,32919,3,724,2321 +"103276",25543,35926,3,724,2371 +"103277",25543,44636,3,724,1026 +"103278",25543,60280,3,724,1918 +"103279",25543,63395,3,724,2334 +"103280",25543,70528,3,724,2727 +"103281",25543,77937,2,724,1258 +"103282",25543,80219,3,724,988 +"103283",25543,101598,3,724,781 +"103284",25544,15930,3,2475,2541 +"103285",25544,29095,3,2475,2531 +"103286",25544,39556,3,2475,2747 +"103287",25561,10222,3,1128,2212 +"103288",25561,24198,2,1128,2217 +"103289",25561,96000,2,1128,1789 +"103290",25565,2208,3,2764,2814 +"103291",25565,18543,3,2764,2968 +"103292",25565,29948,3,2764,2795 +"103293",25565,43173,3,2764,2895 +"103294",25565,44427,3,2764,2875 +"103295",25565,88232,2,2764,2881 +"103296",25569,377,3,2317,2389 +"103297",25569,701,3,2317,2718 +"103298",25569,7795,2,2317,2789 +"103299",25569,12042,3,2317,2345 +"103300",25569,12713,3,2317,2440 +"103301",25569,13601,2,2317,2689 +"103302",25569,17365,3,2317,2746 +"103303",25569,20423,3,2317,2654 +"103304",25569,21955,2,2317,2832 +"103305",25569,31799,3,2317,2547 +"103306",25569,43796,3,2317,2476 +"103307",25577,135,3,1946,2233 +"103308",25577,270,3,1946,2542 +"103309",25577,312,2,1946,2038 +"103310",25577,455,3,1946,2827 +"103311",25577,2424,2,1946,2582 +"103312",25577,2533,2,1946,2016 +"103313",25577,3305,2,1946,2839 +"103314",25577,3966,3,1946,2425 +"103315",25577,5429,3,1946,1991 +"103316",25577,5971,3,1946,1985 +"103317",25577,6052,3,1946,1985 +"103318",25577,6363,3,1946,2066 +"103319",25577,7245,3,1946,2089 +"103320",25577,8610,3,1946,2240 +"103321",25577,9175,3,1946,2639 +"103322",25577,9311,3,1946,2477 +"103323",25577,10513,3,1946,2284 +"103324",25577,11006,2,1946,1950 +"103325",25577,11440,3,1946,2026 +"103326",25577,12618,3,1946,2021 +"103327",25577,13307,3,1946,2206 +"103328",25577,15401,3,1946,1999 +"103329",25577,15813,2,1946,2143 +"103330",25577,16432,3,1946,2664 +"103331",25577,17520,3,1946,2276 +"103332",25577,18965,3,1946,2315 +"103333",25577,19248,2,1946,2357 +"103334",25577,19719,2,1946,2177 +"103335",25577,20124,3,1946,2376 +"103336",25577,20311,3,1946,1981 +"103337",25577,20407,3,1946,2339 +"103338",25577,21012,2,1946,2325 +"103339",25577,21285,2,1946,2100 +"103340",25577,21693,3,1946,2176 +"103341",25577,22326,3,1946,2818 +"103342",25577,22895,3,1946,2704 +"103343",25577,23526,3,1946,1998 +"103344",25577,25198,3,1946,1982 +"103345",25577,26749,3,1946,2965 +"103346",25577,27275,3,1946,2656 +"103347",25577,27694,3,1946,2030 +"103348",25577,30052,3,1946,2855 +"103349",25577,32988,3,1946,2008 +"103350",25577,34836,3,1946,2302 +"103351",25577,36439,3,1946,2469 +"103352",25577,37285,3,1946,2428 +"103353",25577,43455,3,1946,2846 +"103354",25577,45633,3,1946,2134 +"103355",25577,46629,3,1946,2255 +"103356",25577,48605,3,1946,2796 +"103357",25577,50685,3,1946,2008 +"103358",25577,51041,3,1946,2606 +"103359",25577,52323,2,1946,2148 +"103360",25577,52570,3,1946,2645 +"103361",25577,52576,2,1946,2234 +"103362",25577,56317,1,1946,2030 +"103363",25577,58508,3,1946,2326 +"103364",25577,58684,3,1946,2295 +"103365",25577,61982,3,1946,2725 +"103366",25577,62841,3,1946,2710 +"103367",25577,65155,3,1946,1947 +"103368",25577,65322,3,1946,2008 +"103369",25577,68215,3,1946,2727 +"103370",25577,76892,3,1946,2381 +"103371",25577,78150,3,1946,2581 +"103372",25577,82949,3,1946,2077 +"103373",25595,4790,3,768,1025 +"103374",25595,4791,3,768,1184 +"103375",25595,4980,3,768,2093 +"103376",25595,5315,3,768,2631 +"103377",25595,12863,3,768,2027 +"103378",25595,14678,3,768,799 +"103379",25595,15696,3,768,837 +"103380",25595,16074,3,768,977 +"103381",25595,16164,3,768,1184 +"103382",25595,16954,3,768,2972 +"103383",25595,18563,3,768,2715 +"103384",25595,21198,3,768,935 +"103385",25595,21911,3,768,1184 +"103386",25595,22282,3,768,1418 +"103387",25595,22501,3,768,1006 +"103388",25595,23506,3,768,1172 +"103389",25595,23704,1,768,2278 +"103390",25595,26436,3,768,2489 +"103391",25595,28731,3,768,955 +"103392",25595,32601,1,768,1033 +"103393",25595,34492,2,768,1798 +"103394",25595,45715,3,768,2287 +"103395",25595,48414,2,768,1749 +"103396",25595,50272,3,768,842 +"103397",25595,50685,3,768,2008 +"103398",25595,50977,2,768,2352 +"103399",25595,51410,3,768,2739 +"103400",25595,51987,3,768,1397 +"103401",25595,52058,3,768,1836 +"103402",25595,67690,2,768,1902 +"103403",25595,90573,2,768,878 +"103404",25595,103721,3,768,1030 +"103405",25595,111761,3,768,783 +"103406",25610,13601,3,2328,2689 +"103407",25610,17790,1,2328,2783 +"103408",25610,69348,3,2328,2783 +"103409",25622,4567,2,1985,2348 +"103410",25622,10857,3,1985,2253 +"103411",25622,19165,3,1985,2436 +"103412",25622,33672,3,1985,2396 +"103413",25622,40129,3,1985,2162 +"103414",25622,44135,3,1985,2620 +"103415",25622,54551,3,1985,2348 +"103416",25637,52032,3,2688,2853 +"103417",25643,135,3,1646,2233 +"103418",25643,270,3,1646,2542 +"103419",25643,671,3,1646,2328 +"103420",25643,675,3,1646,1686 +"103421",25643,733,3,1646,1653 +"103422",25643,1046,2,1646,1881 +"103423",25643,1136,3,1646,2536 +"103424",25643,1315,3,1646,2760 +"103425",25643,1367,3,1646,2176 +"103426",25643,2111,3,1646,1904 +"103427",25643,2195,3,1646,2139 +"103428",25643,2289,3,1646,2389 +"103429",25643,2424,3,1646,2582 +"103430",25643,2954,3,1646,2727 +"103431",25643,3139,3,1646,1656 +"103432",25643,3167,3,1646,1676 +"103433",25643,3242,2,1646,1730 +"103434",25643,3493,3,1646,2451 +"103435",25643,3961,3,1646,2426 +"103436",25643,4191,1,1646,2130 +"103437",25643,4360,2,1646,1770 +"103438",25643,4618,2,1646,2607 +"103439",25643,4687,3,1646,2152 +"103440",25643,4980,2,1646,2093 +"103441",25643,5072,2,1646,2175 +"103442",25643,5148,3,1646,2206 +"103443",25643,5462,3,1646,2374 +"103444",25643,5622,2,1646,2175 +"103445",25643,5669,3,1646,2502 +"103446",25643,5725,2,1646,2789 +"103447",25643,5971,3,1646,1985 +"103448",25643,6428,3,1646,1952 +"103449",25643,6491,3,1646,2424 +"103450",25643,6588,3,1646,2025 +"103451",25643,7234,2,1646,2654 +"103452",25643,7245,2,1646,2089 +"103453",25643,7847,3,1646,2424 +"103454",25643,7858,3,1646,1795 +"103455",25643,8258,3,1646,1959 +"103456",25643,8533,3,1646,2251 +"103457",25643,8621,3,1646,1681 +"103458",25643,10404,3,1646,2062 +"103459",25643,10857,2,1646,2253 +"103460",25643,10890,3,1646,2639 +"103461",25643,11218,3,1646,2292 +"103462",25643,11477,3,1646,2724 +"103463",25643,12042,3,1646,2345 +"103464",25643,12375,3,1646,1873 +"103465",25643,12867,3,1646,2773 +"103466",25643,13929,2,1646,2693 +"103467",25643,14032,3,1646,2144 +"103468",25643,14943,3,1646,1942 +"103469",25643,15184,3,1646,2396 +"103470",25643,15700,3,1646,1712 +"103471",25643,16217,3,1646,1653 +"103472",25643,16826,3,1646,2599 +"103473",25643,17400,2,1646,2231 +"103474",25643,18394,3,1646,2356 +"103475",25643,18415,3,1646,2184 +"103476",25643,19027,3,1646,2721 +"103477",25643,19516,3,1646,2313 +"103478",25643,19622,3,1646,2371 +"103479",25643,19868,3,1646,2855 +"103480",25643,20563,2,1646,2267 +"103481",25643,23526,3,1646,1998 +"103482",25643,23534,3,1646,1659 +"103483",25643,23704,3,1646,2278 +"103484",25643,23715,3,1646,1859 +"103485",25643,23725,3,1646,2378 +"103486",25643,24923,3,1646,2785 +"103487",25643,25129,3,1646,2647 +"103488",25643,25341,2,1646,1858 +"103489",25643,26351,3,1646,2683 +"103490",25643,26436,3,1646,2489 +"103491",25643,26516,3,1646,2479 +"103492",25643,26570,3,1646,1669 +"103493",25643,26867,3,1646,1804 +"103494",25643,27628,3,1646,2389 +"103495",25643,27753,3,1646,2750 +"103496",25643,28050,3,1646,1955 +"103497",25643,28285,3,1646,2972 +"103498",25643,29310,3,1646,2358 +"103499",25643,30405,3,1646,2164 +"103500",25643,31093,3,1646,2160 +"103501",25643,31436,3,1646,2892 +"103502",25643,31799,2,1646,2547 +"103503",25643,32988,3,1646,2008 +"103504",25643,34216,3,1646,2832 +"103505",25643,34480,3,1646,2755 +"103506",25643,34492,2,1646,1798 +"103507",25643,34509,3,1646,1973 +"103508",25643,35926,3,1646,2371 +"103509",25643,36962,3,1646,2861 +"103510",25643,37620,3,1646,2716 +"103511",25643,38449,3,1646,1802 +"103512",25643,39087,3,1646,2765 +"103513",25643,39294,2,1646,1889 +"103514",25643,40293,1,1646,1671 +"103515",25643,41402,3,1646,2313 +"103516",25643,43213,2,1646,2160 +"103517",25643,45343,3,1646,2360 +"103518",25643,45633,3,1646,2134 +"103519",25643,45684,3,1646,2200 +"103520",25643,45715,3,1646,2287 +"103521",25643,46391,3,1646,1779 +"103522",25643,46629,3,1646,2255 +"103523",25643,47857,1,1646,2325 +"103524",25643,47947,3,1646,2681 +"103525",25643,49608,3,1646,2184 +"103526",25643,50236,3,1646,2339 +"103527",25643,51410,2,1646,2739 +"103528",25643,53196,3,1646,1888 +"103529",25643,53300,3,1646,2162 +"103530",25643,54551,2,1646,2348 +"103531",25643,54740,3,1646,2750 +"103532",25643,55139,3,1646,2323 +"103533",25643,55691,3,1646,2856 +"103534",25643,56082,2,1646,2395 +"103535",25643,57760,3,1646,1721 +"103536",25643,57977,3,1646,2683 +"103537",25643,62840,3,1646,2502 +"103538",25643,64181,3,1646,1828 +"103539",25643,64793,3,1646,2819 +"103540",25643,64997,3,1646,2791 +"103541",25643,65029,3,1646,2954 +"103542",25643,71562,3,1646,2574 +"103543",25643,72207,2,1646,2430 +"103544",25643,74095,3,1646,2333 +"103545",25643,75403,2,1646,1895 +"103546",25643,76048,3,1646,2373 +"103547",25643,86245,3,1646,1972 +"103548",25643,87837,3,1646,1987 +"103549",25677,600,3,632,1702 +"103550",25677,11434,3,632,1187 +"103551",25677,13837,3,632,1604 +"103552",25677,19208,3,632,2629 +"103553",25677,19605,3,632,2395 +"103554",25677,23918,3,632,1881 +"103555",25677,27837,3,632,1315 +"103556",25677,31050,3,632,1491 +"103557",25677,35302,3,632,1589 +"103558",25677,38213,3,632,1744 +"103559",25677,40368,3,632,2876 +"103560",25677,41739,2,632,1339 +"103561",25677,49620,3,632,1868 +"103562",25677,50480,3,632,2701 +"103563",25677,59700,3,632,2346 +"103564",25677,64181,3,632,1828 +"103565",25677,65625,3,632,1273 +"103566",25677,66413,3,632,2507 +"103567",25677,67314,3,632,1051 +"103568",25677,74636,3,632,2525 +"103569",25677,75216,2,632,672 +"103570",25677,92322,3,632,2393 +"103571",25677,105063,3,632,1908 +"103572",25677,105947,3,632,997 +"103573",25678,843,3,1558,2332 +"103574",25678,1570,2,1558,2028 +"103575",25678,1787,3,1558,1707 +"103576",25678,2724,3,1558,2447 +"103577",25678,4622,2,1558,1589 +"103578",25678,4691,3,1558,1888 +"103579",25678,4968,3,1558,1586 +"103580",25678,7648,2,1558,1861 +"103581",25678,8993,3,1558,2099 +"103582",25678,9273,3,1558,1747 +"103583",25678,10755,2,1558,1742 +"103584",25678,10756,3,1558,2207 +"103585",25678,12598,3,1558,2086 +"103586",25678,14442,2,1558,2700 +"103587",25678,14861,3,1558,2269 +"103588",25678,15023,3,1558,2054 +"103589",25678,16184,3,1558,2274 +"103590",25678,20547,3,1558,2145 +"103591",25678,20739,3,1558,2025 +"103592",25678,23364,2,1558,2306 +"103593",25678,24867,2,1558,1861 +"103594",25678,25053,3,1558,2186 +"103595",25678,31281,3,1558,1937 +"103596",25678,32904,3,1558,2055 +"103597",25678,32939,3,1558,2277 +"103598",25678,34055,3,1558,1881 +"103599",25678,36996,3,1558,2321 +"103600",25678,44466,3,1558,1607 +"103601",25678,47882,2,1558,2769 +"103602",25678,51843,3,1558,2389 +"103603",25678,54385,3,1558,2340 +"103604",25678,55307,2,1558,2306 +"103605",25678,57804,3,1558,2214 +"103606",25678,59289,2,1558,2896 +"103607",25678,60059,2,1558,2587 +"103608",25678,67701,2,1558,2289 +"103609",25678,80615,3,1558,2252 +"103610",25678,84808,3,1558,1974 +"103611",25680,854,3,1618,2307 +"103612",25680,1767,3,1618,2727 +"103613",25680,2484,3,1618,2389 +"103614",25680,2716,3,1618,1748 +"103615",25680,3068,3,1618,1815 +"103616",25680,3961,3,1618,2426 +"103617",25680,5315,3,1618,2631 +"103618",25680,5392,3,1618,1648 +"103619",25680,6047,3,1618,2004 +"103620",25680,6222,2,1618,1949 +"103621",25680,6417,3,1618,1675 +"103622",25680,7984,3,1618,2493 +"103623",25680,7992,3,1618,2033 +"103624",25680,9311,3,1618,2477 +"103625",25680,9624,3,1618,2398 +"103626",25680,10358,3,1618,2294 +"103627",25680,12388,3,1618,1975 +"103628",25680,13388,3,1618,2119 +"103629",25680,14032,3,1618,2144 +"103630",25680,14959,2,1618,2898 +"103631",25680,15309,3,1618,2820 +"103632",25680,15821,3,1618,2456 +"103633",25680,16539,3,1618,1947 +"103634",25680,16587,3,1618,2065 +"103635",25680,16826,3,1618,2599 +"103636",25680,17520,3,1618,2276 +"103637",25680,18394,3,1618,2356 +"103638",25680,18874,3,1618,2170 +"103639",25680,20067,3,1618,2390 +"103640",25680,20311,3,1618,1981 +"103641",25680,20423,2,1618,2654 +"103642",25680,20732,2,1618,2401 +"103643",25680,21138,3,1618,2849 +"103644",25680,21706,3,1618,1988 +"103645",25680,22403,3,1618,1630 +"103646",25680,23726,1,1618,2434 +"103647",25680,23869,2,1618,1918 +"103648",25680,26249,3,1618,2301 +"103649",25680,26479,1,1618,1818 +"103650",25680,29095,3,1618,2531 +"103651",25680,29314,3,1618,2736 +"103652",25680,30150,3,1618,1704 +"103653",25680,30173,3,1618,2404 +"103654",25680,30883,2,1618,1629 +"103655",25680,33801,3,1618,2899 +"103656",25680,35235,3,1618,2610 +"103657",25680,35529,2,1618,1620 +"103658",25680,38921,2,1618,1880 +"103659",25680,41682,3,1618,1988 +"103660",25680,42264,3,1618,1702 +"103661",25680,43479,3,1618,2178 +"103662",25680,44557,3,1618,2371 +"103663",25680,44819,3,1618,2063 +"103664",25680,44885,3,1618,2670 +"103665",25680,44899,3,1618,2386 +"103666",25680,46803,3,1618,2305 +"103667",25680,47386,3,1618,2226 +"103668",25680,50252,3,1618,2001 +"103669",25680,50382,3,1618,2244 +"103670",25680,51017,3,1618,2073 +"103671",25680,53475,3,1618,2853 +"103672",25680,53604,3,1618,2489 +"103673",25680,58669,3,1618,2296 +"103674",25680,70203,3,1618,2756 +"103675",25680,76356,3,1618,2323 +"103676",25680,79371,3,1618,1624 +"103677",25680,87720,3,1618,2086 +"103678",25693,997,3,517,2788 +"103679",25693,16881,3,517,925 +"103680",25693,33991,1,517,2249 +"103681",25693,62832,3,517,2606 +"103682",25718,3016,2,432,747 +"103683",25718,7948,3,432,1584 +"103684",25718,8478,3,432,984 +"103685",25718,9506,3,432,1012 +"103686",25718,9716,3,432,1929 +"103687",25718,10279,3,432,886 +"103688",25718,10439,3,432,773 +"103689",25718,10727,3,432,2082 +"103690",25718,10908,2,432,1134 +"103691",25718,11429,3,432,2520 +"103692",25718,12200,3,432,1400 +"103693",25718,12228,3,432,2034 +"103694",25718,12818,2,432,2015 +"103695",25718,13024,2,432,2468 +"103696",25718,14025,3,432,2384 +"103697",25718,16590,3,432,1123 +"103698",25718,18855,2,432,1362 +"103699",25718,20271,3,432,2044 +"103700",25718,21165,3,432,1112 +"103701",25718,21318,3,432,780 +"103702",25718,22571,3,432,655 +"103703",25718,24104,2,432,817 +"103704",25718,32235,3,432,2109 +"103705",25718,33955,3,432,1178 +"103706",25718,36662,3,432,2967 +"103707",25718,37766,2,432,520 +"103708",25718,39258,2,432,2899 +"103709",25718,39589,3,432,1292 +"103710",25718,41211,3,432,896 +"103711",25718,49621,3,432,1915 +"103712",25718,51265,3,432,2670 +"103713",25718,52185,3,432,1012 +"103714",25718,54061,3,432,1488 +"103715",25718,57977,3,432,2683 +"103716",25718,63555,3,432,1290 +"103717",25718,64534,3,432,2924 +"103718",25718,70656,3,432,2771 +"103719",25718,72827,3,432,1359 +"103720",25718,75067,3,432,801 +"103721",25718,78768,3,432,841 +"103722",25718,79036,3,432,2524 +"103723",25718,79822,3,432,1508 +"103724",25718,81853,3,432,1207 +"103725",25718,82426,3,432,1576 +"103726",25718,89931,3,432,1400 +"103727",25718,96349,3,432,1874 +"103728",25718,96741,3,432,484 +"103729",25718,97266,3,432,1016 +"103730",25718,107993,1,432,999 +"103731",25718,112834,1,432,765 +"103732",25721,17061,1,2212,2385 +"103733",25722,364,2,1697,2351 +"103734",25722,9787,3,1697,2858 +"103735",25722,15683,3,1697,1729 +"103736",25722,21407,2,1697,2728 +"103737",25722,26286,1,1697,2023 +"103738",25722,31335,3,1697,2351 +"103739",25722,37279,3,1697,2768 +"103740",25722,45729,3,1697,2606 +"103741",25722,96300,3,1697,2594 +"103742",25722,96425,3,1697,2007 +"103743",25730,1124,3,1206,1596 +"103744",25730,5438,3,1206,1499 +"103745",25730,6063,3,1206,2349 +"103746",25730,7847,3,1206,2424 +"103747",25730,8259,3,1206,1677 +"103748",25730,11154,3,1206,1594 +"103749",25730,12524,2,1206,1287 +"103750",25730,14655,3,1206,2559 +"103751",25730,15560,3,1206,2257 +"103752",25730,23825,3,1206,1913 +"103753",25730,27001,3,1206,1761 +"103754",25730,36031,2,1206,2342 +"103755",25730,36646,3,1206,2744 +"103756",25730,43440,3,1206,1889 +"103757",25730,44299,3,1206,1874 +"103758",25730,44557,2,1206,2371 +"103759",25730,46803,3,1206,2305 +"103760",25730,47877,2,1206,2970 +"103761",25730,52530,2,1206,1737 +"103762",25730,56464,3,1206,2488 +"103763",25730,62723,2,1206,2554 +"103764",25730,67775,3,1206,1964 +"103765",25730,74054,3,1206,1488 +"103766",25730,78801,3,1206,1572 +"103767",25730,85449,3,1206,2340 +"103768",25730,89681,1,1206,1978 +"103769",25745,4361,3,2403,2571 +"103770",25745,60258,3,2403,2405 +"103771",25745,67815,3,2403,2476 +"103772",25745,111375,3,2403,2686 +"103773",25751,1386,3,1523,1901 +"103774",25751,7394,3,1523,2615 +"103775",25751,9030,2,1523,1979 +"103776",25751,14709,3,1523,1901 +"103777",25751,18151,3,1523,2962 +"103778",25751,21795,3,1523,2653 +"103779",25751,22652,2,1523,1544 +"103780",25751,26865,3,1523,2726 +"103781",25751,28923,3,1523,2362 +"103782",25751,30081,3,1523,2403 +"103783",25751,34327,3,1523,2959 +"103784",25751,45664,3,1523,2235 +"103785",25751,47362,3,1523,2253 +"103786",25751,73266,3,1523,2496 +"103787",25816,380,3,2088,2261 +"103788",25816,913,3,2088,2144 +"103789",25816,1136,3,2088,2536 +"103790",25816,1151,3,2088,2885 +"103791",25816,1616,3,2088,2662 +"103792",25816,2424,3,2088,2582 +"103793",25816,3477,3,2088,2546 +"103794",25816,3628,3,2088,2707 +"103795",25816,3978,3,2088,2775 +"103796",25816,4191,3,2088,2130 +"103797",25816,4687,1,2088,2152 +"103798",25816,5839,2,2088,2301 +"103799",25816,6063,3,2088,2349 +"103800",25816,6390,2,2088,2385 +"103801",25816,6491,2,2088,2424 +"103802",25816,7245,3,2088,2089 +"103803",25816,7847,2,2088,2424 +"103804",25816,8533,3,2088,2251 +"103805",25816,8762,2,2088,2585 +"103806",25816,9362,3,2088,2879 +"103807",25816,10890,3,2088,2639 +"103808",25816,11351,2,2088,2971 +"103809",25816,12374,3,2088,2260 +"103810",25816,14652,3,2088,2516 +"103811",25816,16866,3,2088,2718 +"103812",25816,18543,3,2088,2968 +"103813",25816,18865,3,2088,2676 +"103814",25816,19248,3,2088,2357 +"103815",25816,19719,3,2088,2177 +"103816",25816,20407,3,2088,2339 +"103817",25816,21682,3,2088,2414 +"103818",25816,22141,3,2088,2348 +"103819",25816,23132,3,2088,2756 +"103820",25816,23216,2,2088,2424 +"103821",25816,23319,3,2088,2867 +"103822",25816,23460,3,2088,2183 +"103823",25816,26436,3,2088,2489 +"103824",25816,27628,2,2088,2389 +"103825",25816,27753,3,2088,2750 +"103826",25816,29449,3,2088,2916 +"103827",25816,31235,3,2088,2668 +"103828",25816,33223,3,2088,2397 +"103829",25816,35235,3,2088,2610 +"103830",25816,35428,3,2088,2263 +"103831",25816,38727,2,2088,2238 +"103832",25816,39411,2,2088,2384 +"103833",25816,40369,3,2088,2735 +"103834",25816,40931,2,2088,2301 +"103835",25816,43173,2,2088,2895 +"103836",25816,43226,3,2088,2442 +"103837",25816,45633,3,2088,2134 +"103838",25816,47445,3,2088,2668 +"103839",25816,50179,3,2088,2230 +"103840",25816,52576,3,2088,2234 +"103841",25816,57544,2,2088,2443 +"103842",25816,60661,1,2088,2700 +"103843",25816,62219,3,2088,2494 +"103844",25816,63395,3,2088,2334 +"103845",25816,64997,3,2088,2791 +"103846",25816,65016,3,2088,2749 +"103847",25816,79804,3,2088,2227 +"103848",25816,88232,3,2088,2881 +"103849",25832,3477,3,1689,2546 +"103850",25832,4932,3,1689,2752 +"103851",25832,7014,3,1689,2401 +"103852",25832,7337,3,1689,1797 +"103853",25832,7937,3,1689,2044 +"103854",25832,8726,2,1689,2083 +"103855",25832,9801,2,1689,2443 +"103856",25832,10857,3,1689,2253 +"103857",25832,14754,3,1689,2456 +"103858",25832,20124,3,1689,2376 +"103859",25832,21684,3,1689,1971 +"103860",25832,28081,3,1689,1927 +"103861",25832,28893,2,1689,2764 +"103862",25832,32339,3,1689,2430 +"103863",25832,34480,3,1689,2755 +"103864",25832,36506,3,1689,2638 +"103865",25832,39443,3,1689,2277 +"103866",25832,54551,3,1689,2348 +"103867",25832,88212,3,1689,2547 +"103868",25874,377,3,2088,2389 +"103869",25874,543,3,2088,2203 +"103870",25874,1102,3,2088,2282 +"103871",25874,1151,3,2088,2885 +"103872",25874,1616,3,2088,2662 +"103873",25874,2484,2,2088,2389 +"103874",25874,3161,3,2088,2229 +"103875",25874,3628,3,2088,2707 +"103876",25874,5504,3,2088,2389 +"103877",25874,6074,3,2088,2426 +"103878",25874,6390,3,2088,2385 +"103879",25874,7323,3,2088,2858 +"103880",25874,8762,2,2088,2585 +"103881",25874,11351,3,2088,2971 +"103882",25874,14959,3,2088,2898 +"103883",25874,17520,2,2088,2276 +"103884",25874,19606,3,2088,2783 +"103885",25874,20700,3,2088,2861 +"103886",25874,21693,3,2088,2176 +"103887",25874,22326,3,2088,2818 +"103888",25874,35256,3,2088,2271 +"103889",25874,35428,3,2088,2263 +"103890",25874,37238,3,2088,2609 +"103891",25874,37570,3,2088,2389 +"103892",25874,41945,3,2088,2856 +"103893",25874,43455,3,2088,2846 +"103894",25874,44885,3,2088,2670 +"103895",25874,44899,3,2088,2386 +"103896",25874,84567,3,2088,2767 +"103897",25879,1050,3,630,1185 +"103898",25879,3863,3,630,856 +"103899",25879,8286,2,630,886 +"103900",25879,14032,3,630,2144 +"103901",25879,14731,3,630,2012 +"103902",25879,15343,3,630,2125 +"103903",25879,18151,3,630,2962 +"103904",25879,19282,3,630,1623 +"103905",25879,23508,3,630,1907 +"103906",25879,24256,3,630,2393 +"103907",25879,24608,2,630,1630 +"103908",25879,26793,3,630,2104 +"103909",25879,32761,3,630,2680 +"103910",25879,34311,2,630,2213 +"103911",25879,41607,2,630,2802 +"103912",25879,42618,3,630,2316 +"103913",25879,42814,3,630,1149 +"103914",25879,45927,3,630,1542 +"103915",25879,49741,2,630,839 +"103916",25879,56116,3,630,1321 +"103917",25879,61370,3,630,879 +"103918",25879,66241,3,630,2351 +"103919",25879,67788,3,630,837 +"103920",25879,70046,2,630,2624 +"103921",25879,72122,3,630,1436 +"103922",25879,73266,3,630,2496 +"103923",25879,74605,3,630,2265 +"103924",25879,79657,3,630,1260 +"103925",25879,82735,2,630,829 +"103926",25879,86279,2,630,1076 +"103927",25879,87198,3,630,1462 +"103928",25879,89965,3,630,810 +"103929",25879,95288,3,630,1602 +"103930",25879,103721,3,630,1030 +"103931",25879,113162,3,630,818 +"103932",25885,2344,3,1223,2752 +"103933",25885,2802,2,1223,1836 +"103934",25885,7948,2,1223,1584 +"103935",25885,9716,3,1223,1929 +"103936",25885,9912,3,1223,1356 +"103937",25885,10727,2,1223,2082 +"103938",25885,11135,3,1223,2441 +"103939",25885,16361,1,1223,1641 +"103940",25885,24116,3,1223,1413 +"103941",25885,25886,2,1223,1580 +"103942",25885,80784,3,1223,1738 +"103943",25885,83007,3,1223,2727 +"103944",25885,83362,3,1223,1877 +"103945",25885,105867,2,1223,1641 +"103946",25886,2428,3,1580,1931 +"103947",25886,2724,3,1580,2447 +"103948",25886,2802,3,1580,1836 +"103949",25886,3786,3,1580,2282 +"103950",25886,4226,3,1580,1903 +"103951",25886,6071,3,1580,2310 +"103952",25886,7648,3,1580,1861 +"103953",25886,9050,3,1580,2026 +"103954",25886,9273,3,1580,1747 +"103955",25886,10435,3,1580,1984 +"103956",25886,11135,3,1580,2441 +"103957",25886,11429,3,1580,2520 +"103958",25886,11665,3,1580,1643 +"103959",25886,11676,3,1580,1614 +"103960",25886,12031,2,1580,1957 +"103961",25886,13024,3,1580,2468 +"103962",25886,14061,3,1580,1620 +"103963",25886,14626,3,1580,2175 +"103964",25886,16361,2,1580,1641 +"103965",25886,16833,3,1580,1661 +"103966",25886,17768,3,1580,2468 +"103967",25886,17999,2,1580,2758 +"103968",25886,19687,3,1580,2072 +"103969",25886,21895,3,1580,1693 +"103970",25886,22905,2,1580,2599 +"103971",25886,23639,2,1580,2065 +"103972",25886,23731,2,1580,1656 +"103973",25886,23739,3,1580,2463 +"103974",25886,24867,3,1580,1861 +"103975",25886,25053,3,1580,2186 +"103976",25886,26100,3,1580,1966 +"103977",25886,29276,3,1580,2000 +"103978",25886,34953,3,1580,1817 +"103979",25886,36662,3,1580,2967 +"103980",25886,41051,2,1580,2767 +"103981",25886,42407,3,1580,2408 +"103982",25886,42628,3,1580,2486 +"103983",25886,43518,2,1580,2680 +"103984",25886,45487,3,1580,2256 +"103985",25886,47130,3,1580,2654 +"103986",25886,47827,3,1580,1957 +"103987",25886,50635,3,1580,2962 +"103988",25886,53599,2,1580,2364 +"103989",25886,55436,3,1580,2513 +"103990",25886,56673,3,1580,2419 +"103991",25886,65223,3,1580,2724 +"103992",25886,80784,2,1580,1738 +"103993",25886,82175,3,1580,1590 +"103994",25886,84317,3,1580,2081 +"103995",25886,93670,3,1580,1682 +"103996",25886,95211,2,1580,2462 +"103997",25886,104659,3,1580,2026 +"103998",25886,116792,3,1580,2397 +"103999",25914,9504,3,446,2549 +"104000",25914,12781,3,446,831 +"104001",25914,13720,1,446,1558 +"104002",25914,21487,3,446,2203 +"104003",25914,28869,3,446,2425 +"104004",25914,37059,3,446,2840 +"104005",25914,41969,3,446,2189 +"104006",25914,46384,2,446,2285 +"104007",25914,59788,3,446,2315 +"104008",25914,65242,2,446,1988 +"104009",25941,4249,3,2369,2547 +"104010",25941,4784,3,2369,2511 +"104011",25941,9272,3,2369,2835 +"104012",25941,23550,3,2369,2939 +"104013",25941,33176,1,2369,2630 +"104014",25941,36478,3,2369,2808 +"104015",25941,42390,3,2369,2937 +"104016",25941,43226,3,2369,2442 +"104017",25941,69335,3,2369,2698 +"104018",25950,6577,3,1618,1951 +"104019",25950,7847,3,1618,2424 +"104020",25950,9893,3,1618,2701 +"104021",25950,10370,3,1618,2224 +"104022",25950,11477,3,1618,2724 +"104023",25950,19093,3,1618,2224 +"104024",25950,19718,3,1618,1702 +"104025",25950,23319,3,1618,2867 +"104026",25950,30883,3,1618,1629 +"104027",25950,43479,3,1618,2178 +"104028",25950,44405,3,1618,1855 +"104029",25950,47654,3,1618,1664 +"104030",25950,79371,2,1618,1624 +"104031",25950,89826,3,1618,2033 +"104032",25971,3164,3,2608,2693 +"104033",25971,6030,3,2608,2953 +"104034",25971,16352,3,2608,2657 +"104035",25971,18366,3,2608,2699 +"104036",25971,28168,3,2608,2702 +"104037",25971,28296,3,2608,2944 +"104038",25971,34480,2,2608,2755 +"104039",25971,34735,2,2608,2767 +"104040",25971,53219,3,2608,2973 +"104041",25976,145,3,659,1998 +"104042",25976,455,3,659,2827 +"104043",25976,470,3,659,2285 +"104044",25976,600,2,659,1702 +"104045",25976,675,3,659,1686 +"104046",25976,733,3,659,1653 +"104047",25976,913,2,659,2144 +"104048",25976,1136,3,659,2536 +"104049",25976,1691,3,659,1941 +"104050",25976,2063,3,659,1278 +"104051",25976,2523,3,659,1691 +"104052",25976,3878,3,659,1890 +"104053",25976,4084,3,659,2133 +"104054",25976,5226,3,659,1309 +"104055",25976,5581,3,659,883 +"104056",25976,6718,3,659,2138 +"104057",25976,6940,3,659,1183 +"104058",25976,7245,3,659,2089 +"104059",25976,7515,1,659,2737 +"104060",25976,7616,3,659,2296 +"104061",25976,7847,3,659,2424 +"104062",25976,8011,3,659,889 +"104063",25976,8888,3,659,1328 +"104064",25976,9184,3,659,2670 +"104065",25976,9311,3,659,2477 +"104066",25976,9432,2,659,1693 +"104067",25976,9511,3,659,1232 +"104068",25976,9871,3,659,921 +"104069",25976,10433,3,659,2075 +"104070",25976,10523,3,659,1510 +"104071",25976,11310,3,659,957 +"104072",25976,11434,2,659,1187 +"104073",25976,11516,2,659,1937 +"104074",25976,12199,3,659,1651 +"104075",25976,13248,2,659,1385 +"104076",25976,13837,1,659,1604 +"104077",25976,14032,3,659,2144 +"104078",25976,15122,3,659,1201 +"104079",25976,15799,3,659,1917 +"104080",25976,16539,3,659,1947 +"104081",25976,17645,3,659,1918 +"104082",25976,17698,3,659,1559 +"104083",25976,19322,2,659,2048 +"104084",25976,19335,3,659,1729 +"104085",25976,20643,3,659,2341 +"104086",25976,21122,3,659,1701 +"104087",25976,22567,3,659,2396 +"104088",25976,23132,2,659,2756 +"104089",25976,23918,3,659,1881 +"104090",25976,24448,3,659,2289 +"104091",25976,24568,2,659,1937 +"104092",25976,26322,3,659,1018 +"104093",25976,26706,2,659,1846 +"104094",25976,27275,3,659,2656 +"104095",25976,27390,3,659,2425 +"104096",25976,27837,3,659,1315 +"104097",25976,28115,3,659,1835 +"104098",25976,28432,3,659,1954 +"104099",25976,29170,3,659,1846 +"104100",25976,29930,3,659,2240 +"104101",25976,31050,3,659,1491 +"104102",25976,31235,3,659,2668 +"104103",25976,32947,1,659,1091 +"104104",25976,34160,3,659,1759 +"104105",25976,35302,2,659,1589 +"104106",25976,36651,3,659,1600 +"104107",25976,37108,3,659,1202 +"104108",25976,38213,3,659,1744 +"104109",25976,39189,3,659,2319 +"104110",25976,40368,2,659,2876 +"104111",25976,40383,3,659,2639 +"104112",25976,41739,3,659,1339 +"104113",25976,42687,3,659,1952 +"104114",25976,43941,3,659,1289 +"104115",25976,45633,3,659,2134 +"104116",25976,46182,3,659,1613 +"104117",25976,46621,3,659,1343 +"104118",25976,46726,3,659,943 +"104119",25976,49144,3,659,1542 +"104120",25976,49189,2,659,1550 +"104121",25976,49620,3,659,1868 +"104122",25976,49724,3,659,806 +"104123",25976,51116,2,659,1509 +"104124",25976,52735,3,659,1124 +"104125",25976,53069,3,659,1664 +"104126",25976,54855,3,659,1525 +"104127",25976,58221,3,659,1787 +"104128",25976,59700,2,659,2346 +"104129",25976,62219,3,659,2494 +"104130",25976,62668,3,659,958 +"104131",25976,63409,1,659,1937 +"104132",25976,64181,3,659,1828 +"104133",25976,64997,3,659,2791 +"104134",25976,65625,3,659,1273 +"104135",25976,66413,3,659,2507 +"104136",25976,67314,3,659,1051 +"104137",25976,67805,2,659,1338 +"104138",25976,73305,2,659,2544 +"104139",25976,73553,3,659,2726 +"104140",25976,73728,3,659,784 +"104141",25976,74636,3,659,2525 +"104142",25976,75216,2,659,672 +"104143",25976,75898,3,659,889 +"104144",25976,76127,3,659,910 +"104145",25976,78037,3,659,1606 +"104146",25976,79804,2,659,2227 +"104147",25976,80219,3,659,988 +"104148",25976,80429,3,659,1927 +"104149",25976,83907,3,659,2056 +"104150",25976,88232,3,659,2881 +"104151",25976,88808,3,659,1462 +"104152",25976,92322,1,659,2393 +"104153",25976,97915,3,659,1802 +"104154",25976,98801,3,659,1035 +"104155",25976,99103,2,659,1470 +"104156",25976,104280,2,659,887 +"104157",25976,105063,3,659,1908 +"104158",25976,107649,3,659,1573 +"104159",25985,270,2,2071,2542 +"104160",25985,701,2,2071,2718 +"104161",25985,2036,3,2071,2483 +"104162",25985,2424,3,2071,2582 +"104163",25985,3305,3,2071,2839 +"104164",25985,3409,3,2071,2167 +"104165",25985,5580,3,2071,2111 +"104166",25985,6192,3,2071,2409 +"104167",25985,6718,3,2071,2138 +"104168",25985,9654,3,2071,2111 +"104169",25985,10029,1,2071,2718 +"104170",25985,10836,3,2071,2215 +"104171",25985,13307,2,2071,2206 +"104172",25985,13324,3,2071,2163 +"104173",25985,18394,3,2071,2356 +"104174",25985,19208,3,2071,2629 +"104175",25985,19248,3,2071,2357 +"104176",25985,19605,3,2071,2395 +"104177",25985,19622,3,2071,2371 +"104178",25985,19643,3,2071,2452 +"104179",25985,21012,2,2071,2325 +"104180",25985,22331,3,2071,2687 +"104181",25985,23460,2,2071,2183 +"104182",25985,29454,3,2071,2719 +"104183",25985,31307,3,2071,2139 +"104184",25985,33672,3,2071,2396 +"104185",25985,37285,3,2071,2428 +"104186",25985,39535,2,2071,2428 +"104187",25985,41764,3,2071,2409 +"104188",25985,42129,3,2071,2318 +"104189",25985,43455,3,2071,2846 +"104190",25985,45302,3,2071,2390 +"104191",25985,46629,3,2071,2255 +"104192",25985,48035,3,2071,2180 +"104193",25985,50236,3,2071,2339 +"104194",25985,50480,3,2071,2701 +"104195",25985,50785,2,2071,2877 +"104196",25985,51041,2,2071,2606 +"104197",25985,51866,3,2071,2411 +"104198",25985,52576,3,2071,2234 +"104199",25985,53851,3,2071,2305 +"104200",25985,61982,3,2071,2725 +"104201",25985,79804,3,2071,2227 +"104202",26025,919,3,591,910 +"104203",26025,1822,3,591,2888 +"104204",26025,2077,3,591,610 +"104205",26025,2181,3,591,2030 +"104206",26025,3477,2,591,2546 +"104207",26025,4622,3,591,1589 +"104208",26025,6063,2,591,2349 +"104209",26025,6392,3,591,1878 +"104210",26025,8993,3,591,2099 +"104211",26025,9331,3,591,2269 +"104212",26025,9503,3,591,2453 +"104213",26025,11154,3,591,1594 +"104214",26025,11229,3,591,1625 +"104215",26025,11518,3,591,803 +"104216",26025,12735,2,591,819 +"104217",26025,12779,2,591,936 +"104218",26025,13899,3,591,2650 +"104219",26025,14817,3,591,2110 +"104220",26025,15023,3,591,2054 +"104221",26025,17399,3,591,884 +"104222",26025,18217,2,591,1566 +"104223",26025,18348,3,591,1711 +"104224",26025,19317,3,591,2041 +"104225",26025,20124,3,591,2376 +"104226",26025,20343,3,591,851 +"104227",26025,20921,3,591,723 +"104228",26025,20984,3,591,2502 +"104229",26025,21684,3,591,1971 +"104230",26025,22403,3,591,1630 +"104231",26025,22462,2,591,869 +"104232",26025,25543,3,591,724 +"104233",26025,28588,3,591,1335 +"104234",26025,29267,3,591,1234 +"104235",26025,30486,3,591,1269 +"104236",26025,31357,3,591,2389 +"104237",26025,32339,3,591,2430 +"104238",26025,32395,3,591,2735 +"104239",26025,33223,2,591,2397 +"104240",26025,33451,3,591,1957 +"104241",26025,33470,3,591,2003 +"104242",26025,35822,3,591,1903 +"104243",26025,36346,3,591,1240 +"104244",26025,37301,3,591,2160 +"104245",26025,38457,3,591,1630 +"104246",26025,38513,3,591,914 +"104247",26025,40542,2,591,1664 +"104248",26025,44181,3,591,1034 +"104249",26025,47595,3,591,2374 +"104250",26025,51843,3,591,2389 +"104251",26025,52953,3,591,1741 +"104252",26025,56639,3,591,643 +"104253",26025,56873,3,591,1421 +"104254",26025,57150,3,591,1196 +"104255",26025,59790,3,591,1827 +"104256",26025,76143,3,591,1610 +"104257",26025,76503,3,591,1136 +"104258",26025,79364,3,591,834 +"104259",26025,79547,3,591,1909 +"104260",26025,79998,3,591,821 +"104261",26025,84317,3,591,2081 +"104262",26025,88739,3,591,933 +"104263",26031,312,3,1397,2038 +"104264",26031,3167,3,1397,1676 +"104265",26031,7245,3,1397,2089 +"104266",26031,9654,3,1397,2111 +"104267",26031,10871,2,1397,2314 +"104268",26031,12356,3,1397,2757 +"104269",26031,14325,3,1397,1976 +"104270",26031,18415,3,1397,2184 +"104271",26031,19516,3,1397,2313 +"104272",26031,21225,3,1397,1945 +"104273",26031,23011,3,1397,2763 +"104274",26031,26793,3,1397,2104 +"104275",26031,30453,3,1397,1535 +"104276",26031,31124,2,1397,2351 +"104277",26031,32988,3,1397,2008 +"104278",26031,38449,3,1397,1802 +"104279",26031,51410,3,1397,2739 +"104280",26031,56893,3,1397,2597 +"104281",26031,58971,3,1397,2280 +"104282",26031,59022,3,1397,2494 +"104283",26031,67726,3,1397,2873 +"104284",26031,82767,3,1397,1641 +"104285",26067,270,3,2069,2542 +"104286",26067,380,2,2069,2261 +"104287",26067,913,3,2069,2144 +"104288",26067,1102,3,2069,2282 +"104289",26067,1136,3,2069,2536 +"104290",26067,2224,3,2069,2751 +"104291",26067,2424,3,2069,2582 +"104292",26067,4687,3,2069,2152 +"104293",26067,5457,3,2069,2077 +"104294",26067,5462,3,2069,2374 +"104295",26067,5504,3,2069,2389 +"104296",26067,6491,2,2069,2424 +"104297",26067,7847,3,2069,2424 +"104298",26067,9311,3,2069,2477 +"104299",26067,9362,2,2069,2879 +"104300",26067,10513,3,2069,2284 +"104301",26067,11218,3,2069,2292 +"104302",26067,12042,3,2069,2345 +"104303",26067,12374,3,2069,2260 +"104304",26067,14655,3,2069,2559 +"104305",26067,14834,3,2069,2739 +"104306",26067,16352,3,2069,2657 +"104307",26067,17400,3,2069,2231 +"104308",26067,17520,3,2069,2276 +"104309",26067,18394,3,2069,2356 +"104310",26067,19719,3,2069,2177 +"104311",26067,23310,3,2069,2371 +"104312",26067,25816,3,2069,2088 +"104313",26067,26080,2,2069,2525 +"104314",26067,27628,3,2069,2389 +"104315",26067,30405,3,2069,2164 +"104316",26067,31235,3,2069,2668 +"104317",26067,34735,3,2069,2767 +"104318",26067,34836,3,2069,2302 +"104319",26067,35815,3,2069,2789 +"104320",26067,36087,3,2069,2755 +"104321",26067,40369,3,2069,2735 +"104322",26067,41972,3,2069,2509 +"104323",26067,43213,3,2069,2160 +"104324",26067,46040,3,2069,2105 +"104325",26067,46629,3,2069,2255 +"104326",26067,46950,3,2069,2673 +"104327",26067,50236,3,2069,2339 +"104328",26067,51017,3,2069,2073 +"104329",26067,51035,3,2069,2397 +"104330",26067,54929,3,2069,2783 +"104331",26067,56082,2,2069,2395 +"104332",26067,57544,3,2069,2443 +"104333",26067,64997,3,2069,2791 +"104334",26067,72207,3,2069,2430 +"104335",26067,80825,3,2069,2315 +"104336",26080,270,3,2525,2542 +"104337",26080,2424,3,2525,2582 +"104338",26080,3305,3,2525,2839 +"104339",26080,5315,3,2525,2631 +"104340",26080,6044,2,2525,2744 +"104341",26080,8327,3,2525,2527 +"104342",26080,9362,3,2525,2879 +"104343",26080,12035,3,2525,2721 +"104344",26080,16352,1,2525,2657 +"104345",26080,21138,3,2525,2849 +"104346",26080,21571,3,2525,2755 +"104347",26080,25325,3,2525,2963 +"104348",26080,26721,3,2525,2586 +"104349",26080,28168,3,2525,2702 +"104350",26080,28296,3,2525,2944 +"104351",26080,32567,3,2525,2784 +"104352",26080,34735,2,2525,2767 +"104353",26080,35815,3,2525,2789 +"104354",26080,38307,3,2525,2648 +"104355",26080,43455,3,2525,2846 +"104356",26080,47248,2,2525,2883 +"104357",26080,49110,2,2525,2938 +"104358",26080,54929,2,2525,2783 +"104359",26080,55652,3,2525,2795 +"104360",26080,56237,3,2525,2625 +"104361",26080,57969,3,2525,2755 +"104362",26080,82732,3,2525,2810 +"104363",26083,7616,3,2038,2296 +"104364",26083,47625,3,2038,2562 +"104365",26083,49334,3,2038,2433 +"104366",26100,916,3,1966,2718 +"104367",26100,2724,3,1966,2447 +"104368",26100,3669,2,1966,2524 +"104369",26100,4730,3,1966,2131 +"104370",26100,5816,2,1966,2408 +"104371",26100,6248,3,1966,2737 +"104372",26100,12035,3,1966,2721 +"104373",26100,14754,3,1966,2456 +"104374",26100,15301,2,1966,2308 +"104375",26100,17999,2,1966,2758 +"104376",26100,18808,2,1966,2854 +"104377",26100,21504,3,1966,2328 +"104378",26100,21571,3,1966,2755 +"104379",26100,22566,3,1966,2308 +"104380",26100,22905,3,1966,2599 +"104381",26100,23739,2,1966,2463 +"104382",26100,24520,3,1966,2196 +"104383",26100,24761,3,1966,2384 +"104384",26100,25053,3,1966,2186 +"104385",26100,30317,3,1966,2431 +"104386",26100,31251,2,1966,2498 +"104387",26100,31259,3,1966,2082 +"104388",26100,31285,3,1966,2328 +"104389",26100,35264,3,1966,2329 +"104390",26100,36662,3,1966,2967 +"104391",26100,37844,3,1966,2002 +"104392",26100,39321,3,1966,2257 +"104393",26100,41051,3,1966,2767 +"104394",26100,45585,3,1966,2384 +"104395",26100,49147,2,1966,2539 +"104396",26100,49805,3,1966,2445 +"104397",26100,50635,3,1966,2962 +"104398",26100,53362,2,1966,2360 +"104399",26100,53530,3,1966,2380 +"104400",26100,55436,3,1966,2513 +"104401",26100,55775,2,1966,2385 +"104402",26100,59470,3,1966,2393 +"104403",26100,60672,2,1966,2876 +"104404",26100,63096,3,1966,2307 +"104405",26100,68416,3,1966,2939 +"104406",26100,71065,3,1966,2231 +"104407",26100,80705,3,1966,2764 +"104408",26101,468,3,349,1966 +"104409",26101,798,3,349,2476 +"104410",26101,2428,3,349,1931 +"104411",26101,3306,3,349,1989 +"104412",26101,4032,2,349,1763 +"104413",26101,4367,3,349,2794 +"104414",26101,4660,3,349,2149 +"104415",26101,6132,3,349,1590 +"104416",26101,6697,3,349,2438 +"104417",26101,7254,3,349,1849 +"104418",26101,7355,3,349,1928 +"104419",26101,8726,3,349,2083 +"104420",26101,9050,2,349,2026 +"104421",26101,11135,3,349,2441 +"104422",26101,11136,3,349,2573 +"104423",26101,11424,3,349,1631 +"104424",26101,11665,1,349,1643 +"104425",26101,12200,3,349,1400 +"104426",26101,13024,3,349,2468 +"104427",26101,13079,3,349,2547 +"104428",26101,13400,2,349,1371 +"104429",26101,13920,3,349,1709 +"104430",26101,14558,3,349,1585 +"104431",26101,14754,2,349,2456 +"104432",26101,14789,3,349,1034 +"104433",26101,15146,3,349,1546 +"104434",26101,15301,3,349,2308 +"104435",26101,15502,3,349,2637 +"104436",26101,16566,3,349,2019 +"104437",26101,16833,2,349,1661 +"104438",26101,18718,3,349,494 +"104439",26101,22559,3,349,566 +"104440",26101,22766,3,349,1945 +"104441",26101,24520,3,349,2196 +"104442",26101,24757,3,349,1939 +"104443",26101,25139,1,349,816 +"104444",26101,25741,3,349,2853 +"104445",26101,25886,3,349,1580 +"104446",26101,26100,3,349,1966 +"104447",26101,27260,3,349,878 +"104448",26101,28081,2,349,1927 +"104449",26101,31251,3,349,2498 +"104450",26101,34441,3,349,1661 +"104451",26101,35477,3,349,2703 +"104452",26101,35873,3,349,1377 +"104453",26101,37758,3,349,1998 +"104454",26101,41338,3,349,1553 +"104455",26101,43135,3,349,1171 +"104456",26101,43593,3,349,2704 +"104457",26101,44068,2,349,1056 +"104458",26101,47557,3,349,999 +"104459",26101,50261,3,349,515 +"104460",26101,50335,3,349,1893 +"104461",26101,50520,3,349,1205 +"104462",26101,51448,3,349,1593 +"104463",26101,53362,3,349,2360 +"104464",26101,54284,3,349,2491 +"104465",26101,56737,3,349,2270 +"104466",26101,63641,3,349,2337 +"104467",26101,64534,3,349,2924 +"104468",26101,66717,3,349,2104 +"104469",26101,68328,3,349,683 +"104470",26101,68789,3,349,1929 +"104471",26101,69564,2,349,903 +"104472",26101,72535,3,349,1191 +"104473",26101,74605,3,349,2265 +"104474",26101,78842,3,349,904 +"104475",26101,78910,3,349,1931 +"104476",26101,83860,3,349,1522 +"104477",26101,91715,3,349,1034 +"104478",26101,96007,3,349,895 +"104479",26101,104659,2,349,2026 +"104480",26101,107435,3,349,1635 +"104481",26106,4932,3,2015,2752 +"104482",26106,5078,3,2015,2033 +"104483",26106,5457,3,2015,2077 +"104484",26106,5462,3,2015,2374 +"104485",26106,5504,3,2015,2389 +"104486",26106,14652,3,2015,2516 +"104487",26106,17826,3,2015,2920 +"104488",26106,18151,3,2015,2962 +"104489",26106,18458,2,2015,2477 +"104490",26106,18543,3,2015,2968 +"104491",26106,20407,3,2015,2339 +"104492",26106,23787,3,2015,2810 +"104493",26106,26793,3,2015,2104 +"104494",26106,32761,3,2015,2680 +"104495",26106,36439,3,2015,2469 +"104496",26106,44235,3,2015,2700 +"104497",26106,44427,3,2015,2875 +"104498",26106,49032,3,2015,2469 +"104499",26106,49666,3,2015,2408 +"104500",26106,67264,3,2015,2790 +"104501",26106,71702,3,2015,2353 +"104502",26106,82949,3,2015,2077 +"104503",26124,9332,3,2356,2734 +"104504",26124,17037,3,2356,2947 +"104505",26124,30368,3,2356,2487 +"104506",26127,489,3,62,2652 +"104507",26127,5376,3,62,288 +"104508",26127,8821,3,62,2230 +"104509",26127,10709,3,62,746 +"104510",26127,12703,3,62,2689 +"104511",26127,13518,3,62,525 +"104512",26127,16587,3,62,2065 +"104513",26127,18227,2,62,2214 +"104514",26127,18666,3,62,1230 +"104515",26127,21734,3,62,2528 +"104516",26127,23216,3,62,2424 +"104517",26127,26471,3,62,1061 +"104518",26127,27339,3,62,486 +"104519",26127,28230,1,62,109 +"104520",26127,45967,1,62,2195 +"104521",26127,55821,3,62,1303 +"104522",26127,55862,2,62,2123 +"104523",26127,82498,3,62,109 +"104524",26127,109521,3,62,609 +"104525",26127,121234,3,62,213 +"104526",26138,3477,3,1902,2546 +"104527",26138,5414,3,1902,2321 +"104528",26138,6063,3,1902,2349 +"104529",26138,6432,3,1902,2297 +"104530",26138,12818,3,1902,2015 +"104531",26138,18466,3,1902,2340 +"104532",26138,18479,3,1902,2967 +"104533",26138,23739,3,1902,2463 +"104534",26138,25180,3,1902,2489 +"104535",26138,33223,3,1902,2397 +"104536",26138,41603,3,1902,1942 +"104537",26138,42998,3,1902,1978 +"104538",26138,49621,3,1902,1915 +"104539",26138,57037,3,1902,2293 +"104540",26138,69590,3,1902,2441 +"104541",26138,90079,3,1902,2664 +"104542",26138,94339,3,1902,2768 +"104543",26144,680,3,591,2569 +"104544",26144,2452,3,591,1715 +"104545",26144,3978,3,591,2775 +"104546",26144,4249,3,591,2547 +"104547",26144,5897,3,591,2337 +"104548",26144,12759,3,591,2414 +"104549",26144,18381,3,591,1524 +"104550",26144,20176,3,591,1050 +"104551",26144,22709,3,591,2743 +"104552",26144,25378,3,591,1245 +"104553",26144,30865,3,591,2038 +"104554",26144,33665,3,591,787 +"104555",26144,38373,3,591,1928 +"104556",26144,39249,3,591,1665 +"104557",26144,52879,3,591,777 +"104558",26144,64993,3,591,615 +"104559",26144,67815,3,591,2476 +"104560",26144,84447,3,591,1006 +"104561",26144,94525,3,591,1993 +"104562",26144,107292,3,591,1667 +"104563",26155,543,3,1802,2203 +"104564",26155,1046,3,1802,1881 +"104565",26155,1616,3,1802,2662 +"104566",26155,1777,3,1802,1965 +"104567",26155,2484,3,1802,2389 +"104568",26155,3161,3,1802,2229 +"104569",26155,3488,3,1802,2351 +"104570",26155,4418,3,1802,2788 +"104571",26155,5078,3,1802,2033 +"104572",26155,5148,3,1802,2206 +"104573",26155,5457,3,1802,2077 +"104574",26155,5462,3,1802,2374 +"104575",26155,5504,3,1802,2389 +"104576",26155,5725,3,1802,2789 +"104577",26155,7323,3,1802,2858 +"104578",26155,8533,3,1802,2251 +"104579",26155,9311,3,1802,2477 +"104580",26155,10799,1,1802,2010 +"104581",26155,12713,3,1802,2440 +"104582",26155,17410,3,1802,2073 +"104583",26155,22216,2,1802,1956 +"104584",26155,28285,3,1802,2972 +"104585",26155,29095,3,1802,2531 +"104586",26155,33801,3,1802,2899 +"104587",26155,35256,3,1802,2271 +"104588",26155,36559,2,1802,2473 +"104589",26155,37238,3,1802,2609 +"104590",26155,37418,3,1802,2710 +"104591",26155,37570,3,1802,2389 +"104592",26155,39087,3,1802,2765 +"104593",26155,44235,3,1802,2700 +"104594",26155,47947,2,1802,2681 +"104595",26155,51410,3,1802,2739 +"104596",26155,51626,3,1802,2494 +"104597",26155,53475,3,1802,2853 +"104598",26155,55156,3,1802,2196 +"104599",26155,68810,2,1802,2409 +"104600",26155,78563,3,1802,2385 +"104601",26155,85430,3,1802,2370 +"104602",26155,86986,3,1802,1976 +"104603",26182,9785,3,2775,2951 +"104604",26182,17037,3,2775,2947 +"104605",26182,42256,3,2775,2839 +"104606",26182,46982,2,2775,2806 +"104607",26217,323,3,42,1706 +"104608",26217,3420,3,42,497 +"104609",26217,4957,2,42,644 +"104610",26217,6133,3,42,1229 +"104611",26217,10870,3,42,1755 +"104612",26217,11651,2,42,526 +"104613",26217,16365,3,42,2217 +"104614",26217,17812,3,42,2705 +"104615",26217,18672,3,42,1182 +"104616",26217,19605,3,42,2395 +"104617",26217,22501,2,42,1006 +"104618",26217,23430,3,42,904 +"104619",26217,27379,3,42,2461 +"104620",26217,31444,3,42,511 +"104621",26217,34492,3,42,1798 +"104622",26217,37026,3,42,1428 +"104623",26217,41418,3,42,535 +"104624",26217,41953,3,42,945 +"104625",26217,55892,3,42,1234 +"104626",26217,61245,3,42,955 +"104627",26217,70433,3,42,2639 +"104628",26217,82949,3,42,2077 +"104629",26217,96708,2,42,594 +"104630",26217,113041,2,42,79 +"104631",26218,9311,3,2460,2477 +"104632",26218,25462,2,2460,2653 +"104633",26218,33407,3,2460,2496 +"104634",26218,33433,3,2460,2805 +"104635",26218,38755,2,2460,2902 +"104636",26227,313,2,2265,2271 +"104637",26227,377,3,2265,2389 +"104638",26227,2206,2,2265,2536 +"104639",26227,7394,2,2265,2615 +"104640",26227,27478,2,2265,2485 +"104641",26227,41051,2,2265,2767 +"104642",26227,62066,3,2265,2281 +"104643",26227,66318,3,2265,2803 +"104644",26234,854,2,2183,2307 +"104645",26234,2484,3,2183,2389 +"104646",26234,3477,3,2183,2546 +"104647",26234,3495,3,2183,2431 +"104648",26234,4932,3,2183,2752 +"104649",26234,6063,3,2183,2349 +"104650",26234,17367,3,2183,2427 +"104651",26234,29454,3,2183,2719 +"104652",26234,30236,2,2183,2238 +"104653",26234,33223,3,2183,2397 +"104654",26234,38732,2,2183,2263 +"104655",26234,39131,3,2183,2491 +"104656",26234,41764,3,2183,2409 +"104657",26234,65572,2,2183,2750 +"104658",26249,1767,3,2301,2727 +"104659",26249,3961,3,2301,2426 +"104660",26249,5315,3,2301,2631 +"104661",26249,5462,3,2301,2374 +"104662",26249,5504,3,2301,2389 +"104663",26249,9311,3,2301,2477 +"104664",26249,15636,2,2301,2857 +"104665",26249,18151,3,2301,2962 +"104666",26249,20067,2,2301,2390 +"104667",26249,20732,3,2301,2401 +"104668",26249,23726,3,2301,2434 +"104669",26249,23787,3,2301,2810 +"104670",26249,25462,3,2301,2653 +"104671",26249,26218,3,2301,2460 +"104672",26249,33801,3,2301,2899 +"104673",26249,39799,2,2301,2344 +"104674",26249,46803,3,2301,2305 +"104675",26249,53475,3,2301,2853 +"104676",26249,57977,3,2301,2683 +"104677",26249,70203,2,2301,2756 +"104678",26249,76356,3,2301,2323 +"104679",26282,23,3,1241,1682 +"104680",26282,135,3,1241,2233 +"104681",26282,600,3,1241,1702 +"104682",26282,671,3,1241,2328 +"104683",26282,675,2,1241,1686 +"104684",26282,733,3,1241,1653 +"104685",26282,1046,2,1241,1881 +"104686",26282,1130,1,1241,1566 +"104687",26282,1136,2,1241,2536 +"104688",26282,1175,3,1241,1642 +"104689",26282,2063,3,1241,1278 +"104690",26282,2325,2,1241,1641 +"104691",26282,2743,3,1241,1278 +"104692",26282,2754,3,1241,1360 +"104693",26282,2765,3,1241,2321 +"104694",26282,2954,2,1241,2727 +"104695",26282,3242,2,1241,1730 +"104696",26282,3777,3,1241,1798 +"104697",26282,3886,3,1241,1669 +"104698",26282,3966,2,1241,2425 +"104699",26282,4191,3,1241,2130 +"104700",26282,4567,3,1241,2348 +"104701",26282,4618,2,1241,2607 +"104702",26282,4687,3,1241,2152 +"104703",26282,4980,3,1241,2093 +"104704",26282,5041,3,1241,2371 +"104705",26282,5148,3,1241,2206 +"104706",26282,5462,3,1241,2374 +"104707",26282,5491,3,1241,2048 +"104708",26282,5669,3,1241,2502 +"104709",26282,5725,2,1241,2789 +"104710",26282,6044,3,1241,2744 +"104711",26282,6740,3,1241,2699 +"104712",26282,7181,3,1241,1421 +"104713",26282,7245,3,1241,2089 +"104714",26282,7847,3,1241,2424 +"104715",26282,7861,2,1241,1647 +"104716",26282,8258,3,1241,1959 +"104717",26282,8533,3,1241,2251 +"104718",26282,8621,3,1241,1681 +"104719",26282,8700,3,1241,1270 +"104720",26282,10130,3,1241,2741 +"104721",26282,10404,3,1241,2062 +"104722",26282,10513,3,1241,2284 +"104723",26282,10890,3,1241,2639 +"104724",26282,12096,3,1241,1330 +"104725",26282,12867,3,1241,2773 +"104726",26282,15005,3,1241,1415 +"104727",26282,15184,3,1241,2396 +"104728",26282,17357,3,1241,1536 +"104729",26282,17931,3,1241,1617 +"104730",26282,17943,3,1241,1943 +"104731",26282,19027,3,1241,2721 +"104732",26282,19516,3,1241,2313 +"104733",26282,20563,3,1241,2267 +"104734",26282,20824,3,1241,1366 +"104735",26282,21138,3,1241,2849 +"104736",26282,21795,3,1241,2653 +"104737",26282,22277,3,1241,2424 +"104738",26282,22714,3,1241,2793 +"104739",26282,23534,3,1241,1659 +"104740",26282,23825,3,1241,1913 +"104741",26282,24755,3,1241,1319 +"104742",26282,25129,2,1241,2647 +"104743",26282,25325,3,1241,2963 +"104744",26282,25341,1,1241,1858 +"104745",26282,25643,2,1241,1646 +"104746",26282,26080,3,1241,2525 +"104747",26282,26351,3,1241,2683 +"104748",26282,26436,3,1241,2489 +"104749",26282,26516,3,1241,2479 +"104750",26282,26570,3,1241,1669 +"104751",26282,27753,3,1241,2750 +"104752",26282,28285,3,1241,2972 +"104753",26282,29917,3,1241,1962 +"104754",26282,30438,3,1241,1617 +"104755",26282,31050,3,1241,1491 +"104756",26282,31799,2,1241,2547 +"104757",26282,34216,3,1241,2832 +"104758",26282,34480,3,1241,2755 +"104759",26282,34492,3,1241,1798 +"104760",26282,34509,2,1241,1973 +"104761",26282,37238,3,1241,2609 +"104762",26282,37620,3,1241,2716 +"104763",26282,38727,3,1241,2238 +"104764",26282,39087,3,1241,2765 +"104765",26282,40293,2,1241,1671 +"104766",26282,40369,3,1241,2735 +"104767",26282,41739,3,1241,1339 +"104768",26282,41972,3,1241,2509 +"104769",26282,42474,2,1241,2322 +"104770",26282,47248,2,1241,2883 +"104771",26282,47857,3,1241,2325 +"104772",26282,47947,3,1241,2681 +"104773",26282,51017,2,1241,2073 +"104774",26282,51022,3,1241,1499 +"104775",26282,51035,3,1241,2397 +"104776",26282,51410,2,1241,2739 +"104777",26282,51987,3,1241,1397 +"104778",26282,53196,3,1241,1888 +"104779",26282,53300,3,1241,2162 +"104780",26282,55139,3,1241,2323 +"104781",26282,56171,3,1241,1524 +"104782",26282,57977,3,1241,2683 +"104783",26282,58035,1,1241,1646 +"104784",26282,62840,3,1241,2502 +"104785",26282,62841,3,1241,2710 +"104786",26282,63770,3,1241,1324 +"104787",26282,64031,2,1241,1295 +"104788",26282,64181,2,1241,1828 +"104789",26282,64997,3,1241,2791 +"104790",26282,65029,3,1241,2954 +"104791",26282,65625,3,1241,1273 +"104792",26282,66413,3,1241,2507 +"104793",26282,71562,3,1241,2574 +"104794",26282,71618,2,1241,2960 +"104795",26282,80172,3,1241,1342 +"104796",26282,82767,2,1241,1641 +"104797",26282,83219,3,1241,1492 +"104798",26282,105063,3,1241,1908 +"104799",26282,109106,3,1241,1973 +"104800",26282,111843,2,1241,1963 +"104801",26286,364,2,2023,2351 +"104802",26286,9787,3,2023,2858 +"104803",26286,21407,2,2023,2728 +"104804",26286,29977,3,2023,2781 +"104805",26286,31335,3,2023,2351 +"104806",26286,37279,3,2023,2768 +"104807",26286,45729,3,2023,2606 +"104808",26286,96300,3,2023,2594 +"104809",26322,135,2,1018,2233 +"104810",26322,380,3,1018,2261 +"104811",26322,455,3,1018,2827 +"104812",26322,470,3,1018,2285 +"104813",26322,600,2,1018,1702 +"104814",26322,671,3,1018,2328 +"104815",26322,675,1,1018,1686 +"104816",26322,733,3,1018,1653 +"104817",26322,913,3,1018,2144 +"104818",26322,1046,3,1018,1881 +"104819",26322,1050,3,1018,1185 +"104820",26322,1127,3,1018,1188 +"104821",26322,1130,2,1018,1566 +"104822",26322,1136,1,1018,2536 +"104823",26322,1151,3,1018,2885 +"104824",26322,1592,3,1018,2006 +"104825",26322,1616,3,1018,2662 +"104826",26322,1691,3,1018,1941 +"104827",26322,2063,2,1018,1278 +"104828",26322,2224,3,1018,2751 +"104829",26322,2325,3,1018,1641 +"104830",26322,2743,2,1018,1278 +"104831",26322,2954,2,1018,2727 +"104832",26322,3242,3,1018,1730 +"104833",26322,3966,3,1018,2425 +"104834",26322,4084,3,1018,2133 +"104835",26322,4191,2,1018,2130 +"104836",26322,4226,3,1018,1903 +"104837",26322,4618,3,1018,2607 +"104838",26322,4687,3,1018,2152 +"104839",26322,4790,3,1018,1025 +"104840",26322,4791,3,1018,1184 +"104841",26322,4980,3,1018,2093 +"104842",26322,5725,3,1018,2789 +"104843",26322,6162,3,1018,1673 +"104844",26322,6363,3,1018,2066 +"104845",26322,6390,3,1018,2385 +"104846",26322,6392,3,1018,1878 +"104847",26322,6428,2,1018,1952 +"104848",26322,6491,2,1018,2424 +"104849",26322,7245,3,1018,2089 +"104850",26322,7354,3,1018,2008 +"104851",26322,7515,3,1018,2737 +"104852",26322,7847,1,1018,2424 +"104853",26322,7861,3,1018,1647 +"104854",26322,8529,3,1018,1205 +"104855",26322,8621,3,1018,1681 +"104856",26322,8866,3,1018,1545 +"104857",26322,8888,3,1018,1328 +"104858",26322,9362,3,1018,2879 +"104859",26322,9805,3,1018,1621 +"104860",26322,10370,3,1018,2224 +"104861",26322,10373,3,1018,2436 +"104862",26322,10433,3,1018,2075 +"104863",26322,10875,3,1018,1234 +"104864",26322,11434,3,1018,1187 +"104865",26322,11516,3,1018,1937 +"104866",26322,11546,3,1018,1174 +"104867",26322,12096,3,1018,1330 +"104868",26322,12199,3,1018,1651 +"104869",26322,12747,3,1018,2818 +"104870",26322,15005,3,1018,1415 +"104871",26322,15713,3,1018,1646 +"104872",26322,16164,2,1018,1184 +"104873",26322,16625,3,1018,1285 +"104874",26322,17357,3,1018,1536 +"104875",26322,17698,3,1018,1559 +"104876",26322,17938,3,1018,1410 +"104877",26322,18108,3,1018,1656 +"104878",26322,18735,3,1018,1581 +"104879",26322,19093,3,1018,2224 +"104880",26322,19096,3,1018,1538 +"104881",26322,19113,3,1018,1171 +"104882",26322,19322,3,1018,2048 +"104883",26322,19718,3,1018,1702 +"104884",26322,20563,3,1018,2267 +"104885",26322,20824,2,1018,1366 +"104886",26322,21911,3,1018,1184 +"104887",26322,22566,3,1018,2308 +"104888",26322,22884,2,1018,1608 +"104889",26322,22885,2,1018,1702 +"104890",26322,23132,3,1018,2756 +"104891",26322,23216,3,1018,2424 +"104892",26322,23460,3,1018,2183 +"104893",26322,23506,3,1018,1172 +"104894",26322,23534,3,1018,1659 +"104895",26322,23704,3,1018,2278 +"104896",26322,23705,3,1018,2699 +"104897",26322,23745,3,1018,1968 +"104898",26322,23825,3,1018,1913 +"104899",26322,23918,3,1018,1881 +"104900",26322,24005,3,1018,1188 +"104901",26322,24568,3,1018,1937 +"104902",26322,24755,3,1018,1319 +"104903",26322,25129,3,1018,2647 +"104904",26322,25289,3,1018,1790 +"104905",26322,25341,1,1018,1858 +"104906",26322,25643,3,1018,1646 +"104907",26322,25816,3,1018,2088 +"104908",26322,26067,3,1018,2069 +"104909",26322,26282,2,1018,1241 +"104910",26322,26436,3,1018,2489 +"104911",26322,26516,3,1018,2479 +"104912",26322,26570,3,1018,1669 +"104913",26322,26595,3,1018,1566 +"104914",26322,27377,3,1018,1724 +"104915",26322,27628,2,1018,2389 +"104916",26322,27753,2,1018,2750 +"104917",26322,27837,3,1018,1315 +"104918",26322,28434,3,1018,1141 +"104919",26322,29170,3,1018,1846 +"104920",26322,29456,3,1018,1182 +"104921",26322,30438,3,1018,1617 +"104922",26322,30891,3,1018,1256 +"104923",26322,31050,2,1018,1491 +"104924",26322,31799,3,1018,2547 +"104925",26322,32947,3,1018,1091 +"104926",26322,32988,3,1018,2008 +"104927",26322,33588,2,1018,1040 +"104928",26322,33621,2,1018,1319 +"104929",26322,34160,2,1018,1759 +"104930",26322,34464,3,1018,1741 +"104931",26322,34492,2,1018,1798 +"104932",26322,34509,2,1018,1973 +"104933",26322,34815,3,1018,2354 +"104934",26322,35302,3,1018,1589 +"104935",26322,35516,3,1018,1229 +"104936",26322,35673,3,1018,1067 +"104937",26322,36651,2,1018,1600 +"104938",26322,37620,3,1018,2716 +"104939",26322,38055,3,1018,1089 +"104940",26322,38727,2,1018,2238 +"104941",26322,40028,3,1018,1349 +"104942",26322,40293,3,1018,1671 +"104943",26322,40369,1,1018,2735 +"104944",26322,41739,2,1018,1339 +"104945",26322,42216,3,1018,2722 +"104946",26322,42505,3,1018,2008 +"104947",26322,42935,3,1018,2400 +"104948",26322,43173,3,1018,2895 +"104949",26322,44306,2,1018,1036 +"104950",26322,45633,3,1018,2134 +"104951",26322,45715,3,1018,2287 +"104952",26322,47248,3,1018,2883 +"104953",26322,49144,3,1018,1542 +"104954",26322,50685,3,1018,2008 +"104955",26322,51017,3,1018,2073 +"104956",26322,51022,3,1018,1499 +"104957",26322,51041,3,1018,2606 +"104958",26322,51410,3,1018,2739 +"104959",26322,51987,3,1018,1397 +"104960",26322,52735,3,1018,1124 +"104961",26322,53196,2,1018,1888 +"104962",26322,53323,3,1018,2677 +"104963",26322,54158,3,1018,1756 +"104964",26322,54855,3,1018,1525 +"104965",26322,54879,3,1018,2210 +"104966",26322,55139,2,1018,2323 +"104967",26322,55156,3,1018,2196 +"104968",26322,56152,3,1018,1487 +"104969",26322,57129,3,1018,1858 +"104970",26322,57355,3,1018,1261 +"104971",26322,57544,3,1018,2443 +"104972",26322,57549,3,1018,2335 +"104973",26322,58035,2,1018,1646 +"104974",26322,59438,3,1018,2400 +"104975",26322,59790,3,1018,1827 +"104976",26322,62903,3,1018,1704 +"104977",26322,63409,3,1018,1937 +"104978",26322,63477,3,1018,1907 +"104979",26322,63547,3,1018,1023 +"104980",26322,64031,3,1018,1295 +"104981",26322,64181,1,1018,1828 +"104982",26322,64997,1,1018,2791 +"104983",26322,65625,2,1018,1273 +"104984",26322,66413,2,1018,2507 +"104985",26322,67314,2,1018,1051 +"104986",26322,67352,3,1018,1115 +"104987",26322,70605,3,1018,1176 +"104988",26322,73197,3,1018,1998 +"104989",26322,78563,3,1018,2385 +"104990",26322,80172,3,1018,1342 +"104991",26322,80429,3,1018,1927 +"104992",26322,82767,3,1018,1641 +"104993",26322,82787,2,1018,1144 +"104994",26322,83219,3,1018,1492 +"104995",26322,83422,3,1018,1500 +"104996",26322,88808,3,1018,1462 +"104997",26322,88966,3,1018,1568 +"104998",26322,92491,3,1018,1968 +"104999",26322,96894,3,1018,1598 +"105000",26322,97160,3,1018,1215 +"105001",26322,98801,3,1018,1035 +"105002",26322,99103,3,1018,1470 +"105003",26322,105063,2,1018,1908 +"105004",26322,107649,3,1018,1573 +"105005",26322,109718,3,1018,1237 +"105006",26336,237,2,1904,1982 +"105007",26336,448,3,1904,2693 +"105008",26336,2057,3,1904,1965 +"105009",26336,2424,3,1904,2582 +"105010",26336,2533,3,1904,2016 +"105011",26336,8610,3,1904,2240 +"105012",26336,11625,3,1904,2022 +"105013",26336,13842,3,1904,2250 +"105014",26336,14749,3,1904,1998 +"105015",26336,18965,3,1904,2315 +"105016",26336,19719,3,1904,2177 +"105017",26336,24096,3,1904,2612 +"105018",26336,25577,3,1904,1946 +"105019",26336,26734,3,1904,2299 +"105020",26336,29473,3,1904,2602 +"105021",26336,30697,3,1904,2891 +"105022",26336,32606,3,1904,2100 +"105023",26336,33537,3,1904,2406 +"105024",26336,35715,3,1904,2912 +"105025",26336,38259,3,1904,2258 +"105026",26336,51758,3,1904,2310 +"105027",26336,52576,3,1904,2234 +"105028",26336,61240,2,1904,2651 +"105029",26336,66693,3,1904,2554 +"105030",26336,73107,3,1904,1918 +"105031",26336,80606,3,1904,2079 +"105032",26336,81164,3,1904,2260 +"105033",26342,312,3,527,2038 +"105034",26342,1044,3,527,880 +"105035",26342,1151,3,527,2885 +"105036",26342,1364,2,527,859 +"105037",26342,1592,3,527,2006 +"105038",26342,1616,3,527,2662 +"105039",26342,1691,3,527,1941 +"105040",26342,2484,3,527,2389 +"105041",26342,3144,2,527,869 +"105042",26342,3271,3,527,2216 +"105043",26342,3477,3,527,2546 +"105044",26342,3628,3,527,2707 +"105045",26342,3978,3,527,2775 +"105046",26342,4687,2,527,2152 +"105047",26342,5258,3,527,2730 +"105048",26342,5839,2,527,2301 +"105049",26342,6063,3,527,2349 +"105050",26342,6252,3,527,2336 +"105051",26342,6390,3,527,2385 +"105052",26342,6392,2,527,1878 +"105053",26342,6428,2,527,1952 +"105054",26342,6491,3,527,2424 +"105055",26342,7847,3,527,2424 +"105056",26342,8011,2,527,889 +"105057",26342,8762,3,527,2585 +"105058",26342,9272,3,527,2835 +"105059",26342,9423,3,527,1708 +"105060",26342,11351,2,527,2971 +"105061",26342,11434,3,527,1187 +"105062",26342,12199,3,527,1651 +"105063",26342,12735,3,527,819 +"105064",26342,12779,3,527,936 +"105065",26342,13895,3,527,687 +"105066",26342,14096,2,527,1861 +"105067",26342,14108,3,527,2012 +"105068",26342,14918,3,527,2071 +"105069",26342,15962,2,527,660 +"105070",26342,16940,3,527,1290 +"105071",26342,17520,3,527,2276 +"105072",26342,17750,3,527,672 +"105073",26342,18217,3,527,1566 +"105074",26342,18502,3,527,1033 +"105075",26342,18543,2,527,2968 +"105076",26342,19718,1,527,1702 +"105077",26342,19882,3,527,565 +"105078",26342,20287,3,527,1099 +"105079",26342,20407,3,527,2339 +"105080",26342,21133,3,527,1320 +"105081",26342,21682,3,527,2414 +"105082",26342,22141,2,527,2348 +"105083",26342,22462,3,527,869 +"105084",26342,22885,3,527,1702 +"105085",26342,23216,3,527,2424 +"105086",26342,25341,3,527,1858 +"105087",26342,25816,1,527,2088 +"105088",26342,26322,3,527,1018 +"105089",26342,27628,3,527,2389 +"105090",26342,28808,3,527,1063 +"105091",26342,29449,3,527,2916 +"105092",26342,29948,3,527,2795 +"105093",26342,32503,3,527,2020 +"105094",26342,33223,3,527,2397 +"105095",26342,34945,3,527,1298 +"105096",26342,35428,3,527,2263 +"105097",26342,36439,3,527,2469 +"105098",26342,37509,3,527,1640 +"105099",26342,37628,3,527,819 +"105100",26342,38213,3,527,1744 +"105101",26342,38694,3,527,817 +"105102",26342,38727,2,527,2238 +"105103",26342,38921,3,527,1880 +"105104",26342,39411,3,527,2384 +"105105",26342,40369,3,527,2735 +"105106",26342,40542,3,527,1664 +"105107",26342,40931,2,527,2301 +"105108",26342,41085,3,527,637 +"105109",26342,42264,2,527,1702 +"105110",26342,42619,3,527,2017 +"105111",26342,43173,1,527,2895 +"105112",26342,43226,2,527,2442 +"105113",26342,44306,3,527,1036 +"105114",26342,44427,3,527,2875 +"105115",26342,46621,3,527,1343 +"105116",26342,47585,3,527,794 +"105117",26342,47968,3,527,2829 +"105118",26342,48110,3,527,2009 +"105119",26342,49620,3,527,1868 +"105120",26342,50179,3,527,2230 +"105121",26342,50235,3,527,726 +"105122",26342,50252,3,527,2001 +"105123",26342,51572,2,527,912 +"105124",26342,52136,3,527,1412 +"105125",26342,52327,3,527,1472 +"105126",26342,54663,3,527,1424 +"105127",26342,57129,2,527,1858 +"105128",26342,57544,3,527,2443 +"105129",26342,57990,3,527,978 +"105130",26342,58284,3,527,2292 +"105131",26342,58508,3,527,2326 +"105132",26342,59790,2,527,1827 +"105133",26342,60661,2,527,2700 +"105134",26342,61785,3,527,822 +"105135",26342,62602,3,527,1172 +"105136",26342,69335,3,527,2698 +"105137",26342,73675,3,527,887 +"105138",26342,74636,3,527,2525 +"105139",26342,75025,3,527,717 +"105140",26342,76507,3,527,1437 +"105141",26342,79436,3,527,1344 +"105142",26342,80301,3,527,1690 +"105143",26342,80927,3,527,823 +"105144",26342,82344,3,527,1358 +"105145",26342,82401,3,527,1210 +"105146",26342,84022,3,527,2289 +"105147",26342,88232,3,527,2881 +"105148",26342,90802,3,527,877 +"105149",26342,97824,3,527,1229 +"105150",26342,101967,3,527,691 +"105151",26351,823,3,2683,2840 +"105152",26351,4418,3,2683,2788 +"105153",26351,5725,2,2683,2789 +"105154",26351,12867,2,2683,2773 +"105155",26351,24923,3,2683,2785 +"105156",26351,28285,1,2683,2972 +"105157",26351,39087,2,2683,2765 +"105158",26359,20893,3,2535,2695 +"105159",26359,21795,3,2535,2653 +"105160",26366,14,2,1688,1793 +"105161",26366,915,3,1688,1793 +"105162",26366,1324,1,1688,2147 +"105163",26366,4932,3,1688,2752 +"105164",26366,5622,3,1688,2175 +"105165",26366,5986,3,1688,1721 +"105166",26366,6047,3,1688,2004 +"105167",26366,7406,3,1688,1906 +"105168",26366,7858,3,1688,1795 +"105169",26366,9828,3,1688,2085 +"105170",26366,10358,3,1688,2294 +"105171",26366,10857,3,1688,2253 +"105172",26366,11218,3,1688,2292 +"105173",26366,11966,3,1688,2385 +"105174",26366,12042,3,1688,2345 +"105175",26366,14032,3,1688,2144 +"105176",26366,15301,3,1688,2308 +"105177",26366,16352,2,1688,2657 +"105178",26366,16863,3,1688,2069 +"105179",26366,17400,3,1688,2231 +"105180",26366,18348,3,1688,1711 +"105181",26366,21571,3,1688,2755 +"105182",26366,22260,2,1688,2137 +"105183",26366,22808,3,1688,2297 +"105184",26366,23725,3,1688,2378 +"105185",26366,24066,3,1688,1755 +"105186",26366,25971,3,1688,2608 +"105187",26366,26080,3,1688,2525 +"105188",26366,28285,3,1688,2972 +"105189",26366,28296,2,1688,2944 +"105190",26366,29930,3,1688,2240 +"105191",26366,30827,3,1688,2323 +"105192",26366,32064,3,1688,1739 +"105193",26366,32567,3,1688,2784 +"105194",26366,34735,1,1688,2767 +"105195",26366,37915,3,1688,1905 +"105196",26366,38973,2,1688,1999 +"105197",26366,42196,3,1688,2765 +"105198",26366,42619,2,1688,2017 +"105199",26366,47013,3,1688,2388 +"105200",26366,50236,3,1688,2339 +"105201",26366,54551,3,1688,2348 +"105202",26366,54929,3,1688,2783 +"105203",26366,73107,3,1688,1918 +"105204",26374,20695,3,2133,2526 +"105205",26374,31295,3,2133,2183 +"105206",26374,42382,3,2133,2224 +"105207",26374,69453,3,2133,2831 +"105208",26408,1092,3,1545,1945 +"105209",26408,1196,3,1545,1986 +"105210",26408,3011,3,1545,2278 +"105211",26408,3716,2,1545,1679 +"105212",26408,4701,3,1545,2401 +"105213",26408,5986,3,1545,1721 +"105214",26408,6162,2,1545,1673 +"105215",26408,7013,3,1545,2040 +"105216",26408,7548,3,1545,1932 +"105217",26408,8274,3,1545,1909 +"105218",26408,8327,3,1545,2527 +"105219",26408,9311,3,1545,2477 +"105220",26408,9579,3,1545,2105 +"105221",26408,10358,3,1545,2294 +"105222",26408,10843,3,1545,2277 +"105223",26408,11218,3,1545,2292 +"105224",26408,12042,3,1545,2345 +"105225",26408,14723,3,1545,2019 +"105226",26408,15626,3,1545,2434 +"105227",26408,15636,3,1545,2857 +"105228",26408,15716,3,1545,1991 +"105229",26408,17061,3,1545,2385 +"105230",26408,19173,3,1545,1686 +"105231",26408,19235,2,1545,1966 +"105232",26408,19453,3,1545,1928 +"105233",26408,20407,3,1545,2339 +"105234",26408,21225,3,1545,1945 +"105235",26408,21448,3,1545,2332 +"105236",26408,23869,3,1545,1918 +"105237",26408,24169,3,1545,1663 +"105238",26408,24721,3,1545,2326 +"105239",26408,25480,3,1545,2747 +"105240",26408,30981,3,1545,2366 +"105241",26408,33356,2,1545,1586 +"105242",26408,33433,2,1545,2805 +"105243",26408,35888,3,1545,2291 +"105244",26408,38755,3,1545,2902 +"105245",26408,39534,3,1545,2410 +"105246",26408,41682,3,1545,1988 +"105247",26408,43112,3,1545,2564 +"105248",26408,46091,3,1545,1938 +"105249",26408,46803,3,1545,2305 +"105250",26408,49581,3,1545,1817 +"105251",26408,50269,2,1545,1966 +"105252",26408,50382,3,1545,2244 +"105253",26408,51089,3,1545,2426 +"105254",26408,53342,2,1545,2071 +"105255",26408,54879,2,1545,2210 +"105256",26408,55643,3,1545,2359 +"105257",26408,59113,3,1545,2434 +"105258",26408,62903,3,1545,1704 +"105259",26408,73197,3,1545,1998 +"105260",26408,92513,3,1545,2282 +"105261",26408,102186,2,1545,2937 +"105262",26418,33537,3,2141,2406 +"105263",26421,64699,3,2634,2797 +"105264",26431,2731,3,170,434 +"105265",26431,2754,3,170,1360 +"105266",26431,5710,2,170,1926 +"105267",26431,5986,3,170,1721 +"105268",26431,10717,3,170,1938 +"105269",26431,12976,3,170,2399 +"105270",26431,14220,3,170,1529 +"105271",26431,19717,3,170,431 +"105272",26431,20423,3,170,2654 +"105273",26431,20975,3,170,1305 +"105274",26431,22705,3,170,1016 +"105275",26431,23159,3,170,1548 +"105276",26431,26080,3,170,2525 +"105277",26431,26359,2,170,2535 +"105278",26431,28015,2,170,1624 +"105279",26431,29170,3,170,1846 +"105280",26431,29899,3,170,2375 +"105281",26431,30504,1,170,1573 +"105282",26431,32271,1,170,843 +"105283",26431,37358,3,170,2128 +"105284",26431,41972,3,170,2509 +"105285",26431,43671,2,170,1224 +"105286",26431,46039,3,170,1794 +"105287",26431,51626,3,170,2494 +"105288",26431,59205,3,170,2387 +"105289",26431,60718,3,170,1229 +"105290",26431,70586,3,170,2562 +"105291",26431,78563,3,170,2385 +"105292",26431,90378,3,170,890 +"105293",26431,93410,2,170,880 +"105294",26431,100262,3,170,1678 +"105295",26436,1136,3,2489,2536 +"105296",26436,2424,3,2489,2582 +"105297",26436,4618,2,2489,2607 +"105298",26436,5725,3,2489,2789 +"105299",26436,10890,2,2489,2639 +"105300",26436,14507,3,2489,2686 +"105301",26436,19027,3,2489,2721 +"105302",26436,20700,3,2489,2861 +"105303",26436,23140,3,2489,2787 +"105304",26436,27753,2,2489,2750 +"105305",26436,31799,3,2489,2547 +"105306",26436,34216,3,2489,2832 +"105307",26436,37418,3,2489,2710 +"105308",26436,40369,3,2489,2735 +"105309",26436,50667,3,2489,2719 +"105310",26436,51410,2,2489,2739 +"105311",26436,54740,2,2489,2750 +"105312",26436,57977,3,2489,2683 +"105313",26436,64793,2,2489,2819 +"105314",26436,64997,3,2489,2791 +"105315",26436,70046,3,2489,2624 +"105316",26450,1846,3,1709,1845 +"105317",26450,2936,3,1709,2512 +"105318",26450,7785,3,1709,2441 +"105319",26450,9241,2,1709,2338 +"105320",26450,16690,3,1709,2132 +"105321",26450,30262,3,1709,1715 +"105322",26450,32920,3,1709,2158 +"105323",26450,35797,2,1709,2482 +"105324",26450,37859,3,1709,1999 +"105325",26450,41694,2,1709,2358 +"105326",26450,55482,3,1709,1866 +"105327",26450,59039,3,1709,2870 +"105328",26450,62712,3,1709,2884 +"105329",26450,66994,3,1709,1865 +"105330",26450,89538,2,1709,1847 +"105331",26451,307,3,2133,2530 +"105332",26451,613,3,2133,2687 +"105333",26451,671,3,2133,2328 +"105334",26451,1367,3,2133,2176 +"105335",26451,1767,3,2133,2727 +"105336",26451,2166,3,2133,2557 +"105337",26451,2684,2,2133,2874 +"105338",26451,3271,3,2133,2216 +"105339",26451,3628,3,2133,2707 +"105340",26451,4687,3,2133,2152 +"105341",26451,4701,3,2133,2401 +"105342",26451,5239,3,2133,2875 +"105343",26451,5462,3,2133,2374 +"105344",26451,5504,3,2133,2389 +"105345",26451,6491,2,2133,2424 +"105346",26451,7241,3,2133,2259 +"105347",26451,7616,3,2133,2296 +"105348",26451,8533,3,2133,2251 +"105349",26451,9272,3,2133,2835 +"105350",26451,9311,3,2133,2477 +"105351",26451,9615,3,2133,2464 +"105352",26451,12374,2,2133,2260 +"105353",26451,12728,3,2133,2374 +"105354",26451,13200,3,2133,2488 +"105355",26451,14032,3,2133,2144 +"105356",26451,14959,3,2133,2898 +"105357",26451,16352,3,2133,2657 +"105358",26451,17221,3,2133,2487 +"105359",26451,17852,3,2133,2840 +"105360",26451,18415,3,2133,2184 +"105361",26451,19606,3,2133,2783 +"105362",26451,20732,3,2133,2401 +"105363",26451,21104,2,2133,2327 +"105364",26451,21275,3,2133,2609 +"105365",26451,22260,3,2133,2137 +"105366",26451,22331,3,2133,2687 +"105367",26451,23011,3,2133,2763 +"105368",26451,23509,2,2133,2275 +"105369",26451,23726,3,2133,2434 +"105370",26451,24753,3,2133,2860 +"105371",26451,26436,3,2133,2489 +"105372",26451,27275,3,2133,2656 +"105373",26451,27390,3,2133,2425 +"105374",26451,27628,3,2133,2389 +"105375",26451,29073,2,2133,2328 +"105376",26451,29314,3,2133,2736 +"105377",26451,29929,3,2133,2789 +"105378",26451,30943,2,2133,2287 +"105379",26451,32173,3,2133,2341 +"105380",26451,33801,3,2133,2899 +"105381",26451,34136,2,2133,2202 +"105382",26451,34735,3,2133,2767 +"105383",26451,35235,3,2133,2610 +"105384",26451,35514,3,2133,2346 +"105385",26451,36031,3,2133,2342 +"105386",26451,36439,3,2133,2469 +"105387",26451,39135,3,2133,2489 +"105388",26451,40369,3,2133,2735 +"105389",26451,42618,3,2133,2316 +"105390",26451,43226,3,2133,2442 +"105391",26451,43404,3,2133,2649 +"105392",26451,43518,2,2133,2680 +"105393",26451,44557,3,2133,2371 +"105394",26451,45633,3,2133,2134 +"105395",26451,49110,3,2133,2938 +"105396",26451,50118,3,2133,2654 +"105397",26451,51319,3,2133,2488 +"105398",26451,51613,3,2133,2795 +"105399",26451,55076,3,2133,2408 +"105400",26451,55468,2,2133,2511 +"105401",26451,55691,3,2133,2856 +"105402",26451,56082,3,2133,2395 +"105403",26451,57544,3,2133,2443 +"105404",26451,57977,3,2133,2683 +"105405",26451,58508,3,2133,2326 +"105406",26451,64997,3,2133,2791 +"105407",26451,67726,3,2133,2873 +"105408",26451,69335,3,2133,2698 +"105409",26451,70203,2,2133,2756 +"105410",26451,79322,3,2133,2770 +"105411",26451,108379,2,2133,2933 +"105412",26451,108867,3,2133,2328 +"105413",26458,468,2,90,1966 +"105414",26458,2258,2,90,288 +"105415",26458,3669,3,90,2524 +"105416",26458,5816,2,90,2408 +"105417",26458,11410,3,90,201 +"105418",26458,13400,3,90,1371 +"105419",26458,15301,3,90,2308 +"105420",26458,17999,3,90,2758 +"105421",26458,18808,3,90,2854 +"105422",26458,20371,3,90,595 +"105423",26458,21504,3,90,2328 +"105424",26458,21832,3,90,1755 +"105425",26458,23739,3,90,2463 +"105426",26458,25259,2,90,1699 +"105427",26458,26100,2,90,1966 +"105428",26458,31251,3,90,2498 +"105429",26458,31395,3,90,1695 +"105430",26458,35264,3,90,2329 +"105431",26458,41603,3,90,1942 +"105432",26458,45585,3,90,2384 +"105433",26458,50635,3,90,2962 +"105434",26458,53362,3,90,2360 +"105435",26458,53530,3,90,2380 +"105436",26458,55325,3,90,653 +"105437",26458,60672,3,90,2876 +"105438",26458,69214,3,90,1354 +"105439",26458,89519,3,90,115 +"105440",26458,97266,3,90,1016 +"105441",26462,134,3,140,2062 +"105442",26462,145,3,140,1998 +"105443",26462,360,3,140,1671 +"105444",26462,455,3,140,2827 +"105445",26462,470,3,140,2285 +"105446",26462,600,3,140,1702 +"105447",26462,675,3,140,1686 +"105448",26462,913,3,140,2144 +"105449",26462,1124,3,140,1596 +"105450",26462,1136,3,140,2536 +"105451",26462,1592,3,140,2006 +"105452",26462,1691,2,140,1941 +"105453",26462,2523,3,140,1691 +"105454",26462,3520,3,140,2281 +"105455",26462,3878,3,140,1890 +"105456",26462,4066,3,140,1736 +"105457",26462,4687,2,140,2152 +"105458",26462,5258,3,140,2730 +"105459",26462,5504,3,140,2389 +"105460",26462,6390,1,140,2385 +"105461",26462,6428,3,140,1952 +"105462",26462,6491,3,140,2424 +"105463",26462,6718,3,140,2138 +"105464",26462,6940,3,140,1183 +"105465",26462,7196,3,140,1508 +"105466",26462,7515,3,140,2737 +"105467",26462,7847,3,140,2424 +"105468",26462,8011,1,140,889 +"105469",26462,8537,3,140,472 +"105470",26462,8762,3,140,2585 +"105471",26462,8888,3,140,1328 +"105472",26462,9150,3,140,2689 +"105473",26462,9184,3,140,2670 +"105474",26462,9432,2,140,1693 +"105475",26462,9511,3,140,1232 +"105476",26462,10433,3,140,2075 +"105477",26462,10488,3,140,1524 +"105478",26462,10523,3,140,1510 +"105479",26462,11434,2,140,1187 +"105480",26462,11516,2,140,1937 +"105481",26462,12199,1,140,1651 +"105482",26462,12724,3,140,1930 +"105483",26462,12887,3,140,433 +"105484",26462,13068,3,140,1778 +"105485",26462,13890,3,140,1482 +"105486",26462,13895,2,140,687 +"105487",26462,14108,3,140,2012 +"105488",26462,14652,3,140,2516 +"105489",26462,14767,3,140,2068 +"105490",26462,15632,3,140,1242 +"105491",26462,15799,3,140,1917 +"105492",26462,16545,3,140,186 +"105493",26462,16625,3,140,1285 +"105494",26462,17645,3,140,1918 +"105495",26462,17698,3,140,1559 +"105496",26462,18543,3,140,2968 +"105497",26462,19322,3,140,2048 +"105498",26462,19335,3,140,1729 +"105499",26462,19718,3,140,1702 +"105500",26462,19882,1,140,565 +"105501",26462,20067,3,140,2390 +"105502",26462,20176,3,140,1050 +"105503",26462,20319,3,140,468 +"105504",26462,20407,3,140,2339 +"105505",26462,20494,3,140,1075 +"105506",26462,21122,3,140,1701 +"105507",26462,21352,3,140,1604 +"105508",26462,21617,3,140,516 +"105509",26462,22567,3,140,2396 +"105510",26462,23132,2,140,2756 +"105511",26462,23869,3,140,1918 +"105512",26462,23918,3,140,1881 +"105513",26462,24066,3,140,1755 +"105514",26462,24568,2,140,1937 +"105515",26462,25378,3,140,1245 +"105516",26462,25816,2,140,2088 +"105517",26462,25976,3,140,659 +"105518",26462,26322,3,140,1018 +"105519",26462,26342,3,140,527 +"105520",26462,27391,3,140,2378 +"105521",26462,27628,3,140,2389 +"105522",26462,27837,3,140,1315 +"105523",26462,28115,3,140,1835 +"105524",26462,28216,3,140,1910 +"105525",26462,29930,3,140,2240 +"105526",26462,31050,3,140,1491 +"105527",26462,31235,2,140,2668 +"105528",26462,32175,3,140,209 +"105529",26462,32947,3,140,1091 +"105530",26462,33622,3,140,2230 +"105531",26462,34160,3,140,1759 +"105532",26462,34314,3,140,630 +"105533",26462,34945,3,140,1298 +"105534",26462,35045,3,140,1646 +"105535",26462,35302,2,140,1589 +"105536",26462,36439,3,140,2469 +"105537",26462,36651,3,140,1600 +"105538",26462,37509,3,140,1640 +"105539",26462,39563,3,140,486 +"105540",26462,40383,3,140,2639 +"105541",26462,41085,3,140,637 +"105542",26462,41739,3,140,1339 +"105543",26462,42687,3,140,1952 +"105544",26462,43428,3,140,1299 +"105545",26462,43941,3,140,1289 +"105546",26462,44427,3,140,2875 +"105547",26462,44648,3,140,619 +"105548",26462,46182,3,140,1613 +"105549",26462,46469,2,140,759 +"105550",26462,46621,3,140,1343 +"105551",26462,46726,3,140,943 +"105552",26462,47435,1,140,878 +"105553",26462,47445,1,140,2668 +"105554",26462,47585,2,140,794 +"105555",26462,49300,3,140,515 +"105556",26462,50235,3,140,726 +"105557",26462,50737,3,140,959 +"105558",26462,52136,3,140,1412 +"105559",26462,52327,2,140,1472 +"105560",26462,52735,3,140,1124 +"105561",26462,53252,3,140,637 +"105562",26462,54855,1,140,1525 +"105563",26462,55156,3,140,2196 +"105564",26462,55324,3,140,1544 +"105565",26462,56082,3,140,2395 +"105566",26462,56237,3,140,2625 +"105567",26462,57129,3,140,1858 +"105568",26462,57544,3,140,2443 +"105569",26462,57990,3,140,978 +"105570",26462,58284,3,140,2292 +"105571",26462,58293,3,140,250 +"105572",26462,59790,3,140,1827 +"105573",26462,60661,3,140,2700 +"105574",26462,61785,3,140,822 +"105575",26462,62219,2,140,2494 +"105576",26462,62602,2,140,1172 +"105577",26462,62668,3,140,958 +"105578",26462,62840,3,140,2502 +"105579",26462,63409,2,140,1937 +"105580",26462,64181,3,140,1828 +"105581",26462,64997,3,140,2791 +"105582",26462,67314,3,140,1051 +"105583",26462,73305,3,140,2544 +"105584",26462,74636,3,140,2525 +"105585",26462,74730,3,140,535 +"105586",26462,75898,3,140,889 +"105587",26462,75921,3,140,517 +"105588",26462,76127,2,140,910 +"105589",26462,76192,3,140,912 +"105590",26462,78416,3,140,630 +"105591",26462,78563,3,140,2385 +"105592",26462,79804,2,140,2227 +"105593",26462,80219,3,140,988 +"105594",26462,80429,2,140,1927 +"105595",26462,82131,3,140,186 +"105596",26462,82949,3,140,2077 +"105597",26462,88232,3,140,2881 +"105598",26462,88808,2,140,1462 +"105599",26462,88966,3,140,1568 +"105600",26462,91772,3,140,2233 +"105601",26462,92592,2,140,486 +"105602",26462,92817,3,140,569 +"105603",26462,97013,3,140,1797 +"105604",26462,97240,3,140,1027 +"105605",26462,97824,3,140,1229 +"105606",26462,97915,3,140,1802 +"105607",26462,101967,3,140,691 +"105608",26462,102107,3,140,504 +"105609",26462,102705,3,140,468 +"105610",26462,102731,3,140,630 +"105611",26462,104280,3,140,887 +"105612",26462,105207,3,140,451 +"105613",26462,107649,2,140,1573 +"105614",26471,237,3,1061,1982 +"105615",26471,913,3,1061,2144 +"105616",26471,1639,3,1061,2631 +"105617",26471,2424,3,1061,2582 +"105618",26471,2533,3,1061,2016 +"105619",26471,2743,3,1061,1278 +"105620",26471,3305,3,1061,2839 +"105621",26471,4932,3,1061,2752 +"105622",26471,8529,3,1061,1205 +"105623",26471,8865,3,1061,2394 +"105624",26471,9311,3,1061,2477 +"105625",26471,9364,3,1061,1698 +"105626",26471,10513,3,1061,2284 +"105627",26471,11006,3,1061,1950 +"105628",26471,12374,3,1061,2260 +"105629",26471,13920,3,1061,1709 +"105630",26471,14834,3,1061,2739 +"105631",26471,15799,3,1061,1917 +"105632",26471,16201,3,1061,1811 +"105633",26471,16940,3,1061,1290 +"105634",26471,18227,3,1061,2214 +"105635",26471,19248,3,1061,2357 +"105636",26471,19719,2,1061,2177 +"105637",26471,20975,3,1061,1305 +"105638",26471,21197,3,1061,1437 +"105639",26471,21285,3,1061,2100 +"105640",26471,21693,3,1061,2176 +"105641",26471,22282,3,1061,1418 +"105642",26471,22326,3,1061,2818 +"105643",26471,22362,3,1061,1836 +"105644",26471,22586,3,1061,1341 +"105645",26471,23825,3,1061,1913 +"105646",26471,25577,3,1061,1946 +"105647",26471,26749,3,1061,2965 +"105648",26471,27275,3,1061,2656 +"105649",26471,27390,3,1061,2425 +"105650",26471,27694,3,1061,2030 +"105651",26471,28081,3,1061,1927 +"105652",26471,31050,3,1061,1491 +"105653",26471,34836,2,1061,2302 +"105654",26471,35477,3,1061,2703 +"105655",26471,35903,3,1061,1434 +"105656",26471,38019,1,1061,1870 +"105657",26471,38780,3,1061,2705 +"105658",26471,40072,3,1061,1182 +"105659",26471,43385,3,1061,1623 +"105660",26471,47772,3,1061,2293 +"105661",26471,50685,3,1061,2008 +"105662",26471,52576,3,1061,2234 +"105663",26471,53266,3,1061,2389 +"105664",26471,53322,3,1061,1200 +"105665",26471,55139,3,1061,2323 +"105666",26471,55821,2,1061,1303 +"105667",26471,55862,1,1061,2123 +"105668",26471,56317,3,1061,2030 +"105669",26471,57353,3,1061,1849 +"105670",26471,58508,3,1061,2326 +"105671",26471,59610,3,1061,2448 +"105672",26471,61982,3,1061,2725 +"105673",26471,62841,3,1061,2710 +"105674",26471,65007,3,1061,2530 +"105675",26471,71342,2,1061,1289 +"105676",26471,72468,3,1061,2292 +"105677",26471,72956,3,1061,1251 +"105678",26471,73128,3,1061,1549 +"105679",26471,74605,3,1061,2265 +"105680",26471,76284,3,1061,1237 +"105681",26471,79322,3,1061,2770 +"105682",26471,81588,3,1061,1568 +"105683",26471,82949,3,1061,2077 +"105684",26471,101797,3,1061,2357 +"105685",26471,107435,3,1061,1635 +"105686",26478,10701,3,1963,2000 +"105687",26478,32939,2,1963,2277 +"105688",26478,44780,2,1963,2534 +"105689",26478,49147,3,1963,2539 +"105690",26478,57804,3,1963,2214 +"105691",26479,6222,3,1818,1949 +"105692",26479,9624,2,1818,2398 +"105693",26479,14959,3,1818,2898 +"105694",26479,20423,3,1818,2654 +"105695",26479,20732,3,1818,2401 +"105696",26479,23726,2,1818,2434 +"105697",26479,23869,3,1818,1918 +"105698",26479,38921,3,1818,1880 +"105699",26513,4551,3,2205,2720 +"105700",26513,7253,3,2205,2686 +"105701",26513,24086,3,2205,2663 +"105702",26513,43524,3,2205,2572 +"105703",26513,47607,3,2205,2724 +"105704",26513,49147,3,2205,2539 +"105705",26513,58945,3,2205,2481 +"105706",26513,82917,2,2205,2371 +"105707",26513,83007,2,2205,2727 +"105708",26513,94339,3,2205,2768 +"105709",26516,1136,3,2479,2536 +"105710",26516,1151,3,2479,2885 +"105711",26516,1616,3,2479,2662 +"105712",26516,2036,3,2479,2483 +"105713",26516,4618,2,2479,2607 +"105714",26516,5725,3,2479,2789 +"105715",26516,7323,3,2479,2858 +"105716",26516,10890,3,2479,2639 +"105717",26516,14507,3,2479,2686 +"105718",26516,19027,3,2479,2721 +"105719",26516,20700,3,2479,2861 +"105720",26516,23140,3,2479,2787 +"105721",26516,26436,1,2479,2489 +"105722",26516,27753,2,2479,2750 +"105723",26516,31799,3,2479,2547 +"105724",26516,34216,3,2479,2832 +"105725",26516,37418,2,2479,2710 +"105726",26516,40369,3,2479,2735 +"105727",26516,44768,3,2479,2516 +"105728",26516,50667,3,2479,2719 +"105729",26516,51410,3,2479,2739 +"105730",26516,54740,3,2479,2750 +"105731",26516,57977,2,2479,2683 +"105732",26516,64793,3,2479,2819 +"105733",26516,64997,3,2479,2791 +"105734",26516,70046,3,2479,2624 +"105735",26524,160,3,982,2007 +"105736",26524,1469,3,982,1160 +"105737",26524,2063,3,982,1278 +"105738",26524,2424,3,982,2582 +"105739",26524,3139,3,982,1656 +"105740",26524,8367,3,982,1927 +"105741",26524,10130,3,982,2741 +"105742",26524,10352,3,982,1371 +"105743",26524,12901,3,982,2136 +"105744",26524,14072,3,982,1346 +"105745",26524,16725,3,982,2830 +"105746",26524,18277,3,982,2309 +"105747",26524,19096,3,982,1538 +"105748",26524,19719,3,982,2177 +"105749",26524,21193,3,982,2490 +"105750",26524,21197,3,982,1437 +"105751",26524,21285,3,982,2100 +"105752",26524,21479,3,982,2134 +"105753",26524,22282,3,982,1418 +"105754",26524,24612,2,982,1875 +"105755",26524,26749,3,982,2965 +"105756",26524,27484,2,982,1634 +"105757",26524,33949,3,982,2489 +"105758",26524,43385,3,982,1623 +"105759",26524,44654,3,982,2916 +"105760",26524,46040,3,982,2105 +"105761",26524,48283,3,982,1290 +"105762",26524,51089,3,982,2426 +"105763",26524,52576,3,982,2234 +"105764",26524,53031,3,982,2065 +"105765",26524,53604,2,982,2489 +"105766",26524,57549,3,982,2335 +"105767",26524,58221,3,982,1787 +"105768",26524,58365,2,982,1902 +"105769",26524,58508,3,982,2326 +"105770",26524,58854,3,982,1131 +"105771",26524,61138,2,982,1188 +"105772",26524,63147,2,982,1477 +"105773",26524,65659,3,982,1653 +"105774",26524,71342,3,982,1289 +"105775",26524,72956,3,982,1251 +"105776",26524,77611,3,982,1795 +"105777",26524,79837,3,982,1252 +"105778",26524,80014,2,982,1562 +"105779",26524,82409,2,982,1881 +"105780",26524,82949,3,982,2077 +"105781",26524,88887,3,982,1161 +"105782",26524,92513,3,982,2282 +"105783",26524,93615,3,982,2386 +"105784",26551,782,3,652,945 +"105785",26551,1519,3,652,2349 +"105786",26551,1620,3,652,1303 +"105787",26551,1629,3,652,1289 +"105788",26551,2576,2,652,1307 +"105789",26551,2852,3,652,2448 +"105790",26551,3477,3,652,2546 +"105791",26551,3620,3,652,2955 +"105792",26551,4361,2,652,2571 +"105793",26551,4567,3,652,2348 +"105794",26551,4612,3,652,2804 +"105795",26551,4668,3,652,1919 +"105796",26551,4669,3,652,2395 +"105797",26551,4730,3,652,2131 +"105798",26551,5839,3,652,2301 +"105799",26551,5897,3,652,2337 +"105800",26551,6877,3,652,867 +"105801",26551,7337,3,652,1797 +"105802",26551,7785,3,652,2441 +"105803",26551,7942,3,652,2623 +"105804",26551,8146,3,652,1561 +"105805",26551,8568,3,652,2706 +"105806",26551,9787,3,652,2858 +"105807",26551,10453,3,652,1656 +"105808",26551,11108,1,652,1609 +"105809",26551,11648,3,652,2852 +"105810",26551,12781,2,652,831 +"105811",26551,12948,3,652,2669 +"105812",26551,13296,3,652,839 +"105813",26551,14749,3,652,1998 +"105814",26551,16501,3,652,1650 +"105815",26551,16715,3,652,1218 +"105816",26551,16864,3,652,814 +"105817",26551,17252,3,652,1258 +"105818",26551,17257,3,652,1117 +"105819",26551,18825,3,652,1240 +"105820",26551,18978,2,652,952 +"105821",26551,20220,3,652,1656 +"105822",26551,22543,3,652,1594 +"105823",26551,27686,3,652,2844 +"105824",26551,27742,3,652,2700 +"105825",26551,27914,3,652,2507 +"105826",26551,28440,3,652,675 +"105827",26551,28869,3,652,2425 +"105828",26551,29286,3,652,1612 +"105829",26551,30442,3,652,2124 +"105830",26551,30525,3,652,1964 +"105831",26551,31868,3,652,1993 +"105832",26551,32532,3,652,2338 +"105833",26551,32560,3,652,1258 +"105834",26551,32651,3,652,877 +"105835",26551,33341,2,652,2338 +"105836",26551,33681,2,652,1059 +"105837",26551,33870,1,652,955 +"105838",26551,35728,3,652,2017 +"105839",26551,38915,3,652,746 +"105840",26551,40309,3,652,871 +"105841",26551,41023,3,652,2408 +"105842",26551,45869,3,652,2840 +"105843",26551,46384,3,652,2285 +"105844",26551,50229,3,652,1190 +"105845",26551,50354,3,652,1299 +"105846",26551,53739,3,652,2704 +"105847",26551,54775,3,652,2383 +"105848",26551,55960,3,652,2301 +"105849",26551,56995,3,652,2323 +"105850",26551,57912,3,652,1035 +"105851",26551,58655,3,652,2685 +"105852",26551,59298,3,652,1236 +"105853",26551,70455,3,652,1307 +"105854",26551,71467,3,652,1051 +"105855",26551,72632,2,652,1289 +"105856",26551,74441,3,652,1260 +"105857",26551,78423,3,652,2840 +"105858",26551,80156,3,652,1667 +"105859",26551,85396,3,652,1131 +"105860",26551,90709,3,652,1080 +"105861",26551,91849,2,652,1166 +"105862",26551,99332,3,652,873 +"105863",26551,100048,3,652,1573 +"105864",26551,101367,3,652,974 +"105865",26551,115021,2,652,1226 +"105866",26567,1023,3,1158,2515 +"105867",26567,1063,3,1158,2515 +"105868",26567,3100,1,1158,2524 +"105869",26567,3272,3,1158,2132 +"105870",26567,3403,3,1158,2951 +"105871",26567,3520,3,1158,2281 +"105872",26567,3786,1,1158,2282 +"105873",26567,4144,3,1158,1520 +"105874",26567,5673,3,1158,1567 +"105875",26567,6071,3,1158,2310 +"105876",26567,6432,3,1158,2297 +"105877",26567,9050,3,1158,2026 +"105878",26567,9727,3,1158,2327 +"105879",26567,9912,2,1158,1356 +"105880",26567,11135,1,1158,2441 +"105881",26567,11319,3,1158,2073 +"105882",26567,12031,3,1158,1957 +"105883",26567,14654,3,1158,1692 +"105884",26567,15502,2,1158,2637 +"105885",26567,15916,2,1158,1236 +"105886",26567,16833,3,1158,1661 +"105887",26567,19687,1,1158,2072 +"105888",26567,19972,3,1158,2078 +"105889",26567,20517,2,1158,1465 +"105890",26567,21352,3,1158,1604 +"105891",26567,21895,3,1158,1693 +"105892",26567,21976,2,1158,1808 +"105893",26567,23639,1,1158,2065 +"105894",26567,23731,3,1158,1656 +"105895",26567,24116,2,1158,1413 +"105896",26567,24441,3,1158,2256 +"105897",26567,25180,3,1158,2489 +"105898",26567,25286,1,1158,1545 +"105899",26567,25886,3,1158,1580 +"105900",26567,26138,3,1158,1902 +"105901",26567,28567,2,1158,2398 +"105902",26567,29276,3,1158,2000 +"105903",26567,33363,3,1158,2475 +"105904",26567,34055,3,1158,1881 +"105905",26567,34334,3,1158,1637 +"105906",26567,38038,3,1158,2686 +"105907",26567,39211,3,1158,1908 +"105908",26567,41051,3,1158,2767 +"105909",26567,42486,3,1158,1951 +"105910",26567,43250,3,1158,1300 +"105911",26567,44723,3,1158,1224 +"105912",26567,45299,3,1158,2426 +"105913",26567,45487,2,1158,2256 +"105914",26567,45903,3,1158,2237 +"105915",26567,47330,2,1158,2422 +"105916",26567,47827,3,1158,1957 +"105917",26567,49147,3,1158,2539 +"105918",26567,51448,2,1158,1593 +"105919",26567,55436,3,1158,2513 +"105920",26567,56212,3,1158,1410 +"105921",26567,56673,2,1158,2419 +"105922",26567,56903,3,1158,1584 +"105923",26567,57383,3,1158,1302 +"105924",26567,62498,2,1158,1698 +"105925",26567,65223,2,1158,2724 +"105926",26567,66267,3,1158,1278 +"105927",26567,75502,3,1158,1474 +"105928",26567,79025,3,1158,1473 +"105929",26567,79236,2,1158,1505 +"105930",26567,80061,3,1158,1223 +"105931",26567,81134,2,1158,1384 +"105932",26567,82226,3,1158,1619 +"105933",26567,85264,2,1158,1236 +"105934",26567,85356,3,1158,1492 +"105935",26567,91772,3,1158,2233 +"105936",26567,92381,1,1158,1237 +"105937",26567,92947,3,1158,1289 +"105938",26567,93317,2,1158,1223 +"105939",26567,93670,3,1158,1682 +"105940",26567,99194,3,1158,1271 +"105941",26567,99955,3,1158,1223 +"105942",26567,100586,3,1158,2966 +"105943",26567,104659,3,1158,2026 +"105944",26567,106554,2,1158,1270 +"105945",26567,116792,2,1158,2397 +"105946",26570,671,1,1669,2328 +"105947",26570,1046,3,1669,1881 +"105948",26570,1090,3,1669,2370 +"105949",26570,1136,3,1669,2536 +"105950",26570,1691,3,1669,1941 +"105951",26570,2424,3,1669,2582 +"105952",26570,2954,3,1669,2727 +"105953",26570,3088,3,1669,1670 +"105954",26570,3164,3,1669,2693 +"105955",26570,3167,3,1669,1676 +"105956",26570,3242,3,1669,1730 +"105957",26570,4191,3,1669,2130 +"105958",26570,4618,2,1669,2607 +"105959",26570,5725,3,1669,2789 +"105960",26570,5971,3,1669,1985 +"105961",26570,6588,3,1669,2025 +"105962",26570,7245,3,1669,2089 +"105963",26570,8621,3,1669,1681 +"105964",26570,10002,3,1669,1788 +"105965",26570,10779,3,1669,2881 +"105966",26570,10874,3,1669,1891 +"105967",26570,10890,3,1669,2639 +"105968",26570,12374,2,1669,2260 +"105969",26570,13929,2,1669,2693 +"105970",26570,16352,3,1669,2657 +"105971",26570,16497,3,1669,2370 +"105972",26570,18415,3,1669,2184 +"105973",26570,18543,3,1669,2968 +"105974",26570,19027,2,1669,2721 +"105975",26570,20563,3,1669,2267 +"105976",26570,20643,3,1669,2341 +"105977",26570,21104,3,1669,2327 +"105978",26570,25341,2,1669,1858 +"105979",26570,26436,3,1669,2489 +"105980",26570,26516,3,1669,2479 +"105981",26570,26671,3,1669,2279 +"105982",26570,26867,3,1669,1804 +"105983",26570,27753,3,1669,2750 +"105984",26570,30386,3,1669,1833 +"105985",26570,31799,3,1669,2547 +"105986",26570,33622,2,1669,2230 +"105987",26570,34136,3,1669,2202 +"105988",26570,34158,3,1669,2639 +"105989",26570,34492,3,1669,1798 +"105990",26570,34509,3,1669,1973 +"105991",26570,34836,3,1669,2302 +"105992",26570,36962,3,1669,2861 +"105993",26570,37620,3,1669,2716 +"105994",26570,38019,3,1669,1870 +"105995",26570,38162,3,1669,1691 +"105996",26570,39444,3,1669,2695 +"105997",26570,40293,3,1669,1671 +"105998",26570,43839,3,1669,1685 +"105999",26570,44427,2,1669,2875 +"106000",26570,46596,3,1669,1942 +"106001",26570,50236,3,1669,2339 +"106002",26570,51157,3,1669,2319 +"106003",26570,55691,2,1669,2856 +"106004",26570,65029,3,1669,2954 +"106005",26570,70046,3,1669,2624 +"106006",26570,94125,3,1669,2280 +"106007",26570,108867,3,1669,2328 +"106008",26573,20124,3,1715,2376 +"106009",26573,35481,3,1715,2211 +"106010",26573,53846,3,1715,2737 +"106011",26573,55128,2,1715,2257 +"106012",26577,1685,2,933,2230 +"106013",26577,1785,3,933,2350 +"106014",26577,3477,3,933,2546 +"106015",26577,4730,3,933,2131 +"106016",26577,5355,3,933,1499 +"106017",26577,6063,3,933,2349 +"106018",26577,6621,3,933,2478 +"106019",26577,7443,3,933,2028 +"106020",26577,8888,3,933,1328 +"106021",26577,11154,2,933,1594 +"106022",26577,11506,3,933,2824 +"106023",26577,12000,3,933,1454 +"106024",26577,12007,2,933,1594 +"106025",26577,12779,3,933,936 +"106026",26577,13671,2,933,1371 +"106027",26577,13861,3,933,1197 +"106028",26577,16590,3,933,1123 +"106029",26577,18217,3,933,1566 +"106030",26577,19002,3,933,2053 +"106031",26577,22744,2,933,1907 +"106032",26577,31794,3,933,1919 +"106033",26577,33223,3,933,2397 +"106034",26577,34162,3,933,2336 +"106035",26577,40129,3,933,2162 +"106036",26577,40542,3,933,1664 +"106037",26577,45730,3,933,2063 +"106038",26577,49069,3,933,1694 +"106039",26577,51173,2,933,1829 +"106040",26577,77397,3,933,1302 +"106041",26577,79461,3,933,1667 +"106042",26577,79547,3,933,1909 +"106043",26577,80942,3,933,1240 +"106044",26577,86559,3,933,1704 +"106045",26577,87190,3,933,1704 +"106046",26577,89258,3,933,1147 +"106047",26582,3305,3,2772,2839 +"106048",26582,5239,3,2772,2875 +"106049",26582,14959,3,2772,2898 +"106050",26582,15636,3,2772,2857 +"106051",26582,23319,2,2772,2867 +"106052",26582,23787,3,2772,2810 +"106053",26595,25,3,1566,2762 +"106054",26595,160,3,1566,2007 +"106055",26595,3011,3,1566,2278 +"106056",26595,3765,2,1566,2775 +"106057",26595,3978,3,1566,2775 +"106058",26595,4701,3,1566,2401 +"106059",26595,6162,2,1566,1673 +"106060",26595,6821,3,1566,1788 +"106061",26595,7029,3,1566,2204 +"106062",26595,8192,3,1566,1670 +"106063",26595,8258,3,1566,1959 +"106064",26595,9331,3,1566,2269 +"106065",26595,9423,3,1566,1708 +"106066",26595,12081,3,1566,2166 +"106067",26595,12449,3,1566,2067 +"106068",26595,13601,3,1566,2689 +"106069",26595,17351,2,1566,2036 +"106070",26595,17549,3,1566,2647 +"106071",26595,17632,2,1566,1947 +"106072",26595,18670,3,1566,1835 +"106073",26595,18752,3,1566,2607 +"106074",26595,21734,3,1566,2528 +"106075",26595,23745,1,1566,1968 +"106076",26595,24066,3,1566,1755 +"106077",26595,24169,3,1566,1663 +"106078",26595,24721,3,1566,2326 +"106079",26595,25341,3,1566,1858 +"106080",26595,26421,3,1566,2634 +"106081",26595,30092,3,1566,1593 +"106082",26595,30525,3,1566,1964 +"106083",26595,31117,3,1566,2210 +"106084",26595,33356,3,1566,1586 +"106085",26595,33433,3,1566,2805 +"106086",26595,34325,2,1566,1982 +"106087",26595,34820,3,1566,1630 +"106088",26595,35888,3,1566,2291 +"106089",26595,38307,3,1566,2648 +"106090",26595,38727,3,1566,2238 +"106091",26595,39556,3,1566,2747 +"106092",26595,41900,2,1566,1970 +"106093",26595,41945,2,1566,2856 +"106094",26595,43455,3,1566,2846 +"106095",26595,44688,3,1566,2924 +"106096",26595,46042,3,1566,1692 +"106097",26595,46091,3,1566,1938 +"106098",26595,46446,3,1566,2295 +"106099",26595,53134,3,1566,1590 +"106100",26595,54879,2,1566,2210 +"106101",26595,57732,3,1566,2454 +"106102",26595,62903,2,1566,1704 +"106103",26595,64699,3,1566,2797 +"106104",26595,67145,2,1566,2015 +"106105",26595,70573,3,1566,1993 +"106106",26595,73197,2,1566,1998 +"106107",26595,79382,2,1566,1908 +"106108",26597,1624,3,2070,2687 +"106109",26597,2443,3,2070,2333 +"106110",26597,2647,3,2070,2450 +"106111",26597,3271,3,2070,2216 +"106112",26597,4249,3,2070,2547 +"106113",26597,4634,3,2070,2291 +"106114",26597,6345,1,2070,2713 +"106115",26597,6999,3,2070,2214 +"106116",26597,8463,3,2070,2466 +"106117",26597,9272,3,2070,2835 +"106118",26597,9724,2,2070,2713 +"106119",26597,9910,3,2070,2526 +"106120",26597,12116,3,2070,2119 +"106121",26597,14470,3,2070,2632 +"106122",26597,14612,3,2070,2340 +"106123",26597,14957,3,2070,2306 +"106124",26597,15782,3,2070,2306 +"106125",26597,17499,2,2070,2954 +"106126",26597,19366,2,2070,2279 +"106127",26597,20695,3,2070,2526 +"106128",26597,23550,2,2070,2939 +"106129",26597,28782,2,2070,2272 +"106130",26597,32169,3,2070,2504 +"106131",26597,36840,2,2070,2269 +"106132",26597,37684,3,2070,2899 +"106133",26597,42382,2,2070,2224 +"106134",26597,42390,2,2070,2937 +"106135",26597,42407,3,2070,2408 +"106136",26597,43226,3,2070,2442 +"106137",26597,43701,2,2070,2400 +"106138",26597,47607,3,2070,2724 +"106139",26597,49142,3,2070,2289 +"106140",26597,50440,3,2070,2469 +"106141",26597,52950,3,2070,2716 +"106142",26597,53584,2,2070,2391 +"106143",26597,53652,2,2070,2899 +"106144",26597,58508,3,2070,2326 +"106145",26597,69335,3,2070,2698 +"106146",26597,69795,3,2070,2636 +"106147",26597,71999,3,2070,2685 +"106148",26597,73520,3,2070,2613 +"106149",26597,77719,3,2070,2086 +"106150",26603,31705,3,2508,2706 +"106151",26603,77155,3,2508,2946 +"106152",26605,601,3,245,702 +"106153",26605,2269,3,245,984 +"106154",26605,5714,3,245,534 +"106155",26605,14072,3,245,1346 +"106156",26605,14972,3,245,2332 +"106157",26605,15315,3,245,2173 +"106158",26605,15636,3,245,2857 +"106159",26605,17381,2,245,1697 +"106160",26605,19637,2,245,1229 +"106161",26605,20067,3,245,2390 +"106162",26605,23869,3,245,1918 +"106163",26605,26249,3,245,2301 +"106164",26605,28131,3,245,1492 +"106165",26605,29243,3,245,2011 +"106166",26605,30150,3,245,1704 +"106167",26605,30331,2,245,2549 +"106168",26605,35518,3,245,1721 +"106169",26605,35529,3,245,1620 +"106170",26605,47248,3,245,2883 +"106171",26605,48548,2,245,826 +"106172",26605,50269,3,245,1966 +"106173",26605,51017,3,245,2073 +"106174",26605,52003,3,245,2067 +"106175",26605,54715,3,245,499 +"106176",26605,63547,3,245,1023 +"106177",26605,70203,3,245,2756 +"106178",26605,74730,3,245,535 +"106179",26605,90802,3,245,877 +"106180",26605,117679,3,245,535 +"106181",26608,1090,1,2329,2370 +"106182",26608,2166,2,2329,2557 +"106183",26608,3695,3,2329,2612 +"106184",26608,4057,3,2329,2389 +"106185",26608,5462,3,2329,2374 +"106186",26608,5504,3,2329,2389 +"106187",26608,5849,2,2329,2404 +"106188",26608,7078,1,2329,2344 +"106189",26608,7394,3,2329,2615 +"106190",26608,11329,3,2329,2799 +"106191",26608,11966,3,2329,2385 +"106192",26608,13601,3,2329,2689 +"106193",26608,14972,3,2329,2332 +"106194",26608,15184,2,2329,2396 +"106195",26608,16352,3,2329,2657 +"106196",26608,16497,1,2329,2370 +"106197",26608,18151,2,2329,2962 +"106198",26608,19027,3,2329,2721 +"106199",26608,19528,1,2329,2742 +"106200",26608,20783,3,2329,2414 +"106201",26608,21417,3,2329,2422 +"106202",26608,21571,3,2329,2755 +"106203",26608,21795,3,2329,2653 +"106204",26608,24255,2,2329,2770 +"106205",26608,24756,3,2329,2530 +"106206",26608,28168,3,2329,2702 +"106207",26608,31799,3,2329,2547 +"106208",26608,32567,3,2329,2784 +"106209",26608,33572,2,2329,2370 +"106210",26608,34327,2,2329,2959 +"106211",26608,34735,3,2329,2767 +"106212",26608,38667,3,2329,2880 +"106213",26608,39444,3,2329,2695 +"106214",26608,42196,3,2329,2765 +"106215",26608,44427,3,2329,2875 +"106216",26608,47803,3,2329,2477 +"106217",26608,47947,3,2329,2681 +"106218",26608,51041,3,2329,2606 +"106219",26608,53789,2,2329,2681 +"106220",26608,55155,3,2329,2333 +"106221",26608,55828,3,2329,2393 +"106222",26608,56082,3,2329,2395 +"106223",26608,70046,3,2329,2624 +"106224",26621,3395,3,1100,1382 +"106225",26621,12778,3,1100,2045 +"106226",26621,14108,3,1100,2012 +"106227",26621,18211,3,1100,1745 +"106228",26621,27001,3,1100,1761 +"106229",26621,94444,3,1100,1554 +"106230",26629,18543,3,1824,2968 +"106231",26658,42256,3,2745,2839 +"106232",26658,56801,3,2745,2800 +"106233",26659,23,1,903,1682 +"106234",26659,468,3,903,1966 +"106235",26659,1196,3,903,1986 +"106236",26659,1469,3,903,1160 +"106237",26659,3164,2,903,2693 +"106238",26659,5041,2,903,2371 +"106239",26659,5350,3,903,2522 +"106240",26659,5449,3,903,1723 +"106241",26659,5716,2,903,1058 +"106242",26659,5984,3,903,1675 +"106243",26659,5986,3,903,1721 +"106244",26659,6030,2,903,2953 +"106245",26659,6047,3,903,2004 +"106246",26659,6162,3,903,1673 +"106247",26659,6324,2,903,1990 +"106248",26659,6417,2,903,1675 +"106249",26659,7087,3,903,2356 +"106250",26659,7942,3,903,2623 +"106251",26659,8525,3,903,1787 +"106252",26659,9328,3,903,1937 +"106253",26659,9808,3,903,1648 +"106254",26659,10358,3,903,2294 +"106255",26659,10744,3,903,955 +"106256",26659,11218,3,903,2292 +"106257",26659,11229,3,903,1625 +"106258",26659,11620,3,903,2010 +"106259",26659,11966,3,903,2385 +"106260",26659,12035,3,903,2721 +"106261",26659,12042,3,903,2345 +"106262",26659,12610,3,903,1274 +"106263",26659,13400,3,903,1371 +"106264",26659,14032,3,903,2144 +"106265",26659,14072,3,903,1346 +"106266",26659,14080,2,903,1351 +"106267",26659,14972,3,903,2332 +"106268",26659,15301,2,903,2308 +"106269",26659,15402,3,903,1281 +"106270",26659,15607,3,903,1421 +"106271",26659,16096,3,903,2301 +"106272",26659,16352,2,903,2657 +"106273",26659,17381,3,903,1697 +"106274",26659,17400,3,903,2231 +"106275",26659,17626,3,903,1265 +"106276",26659,18348,2,903,1711 +"106277",26659,18366,3,903,2699 +"106278",26659,18836,3,903,1270 +"106279",26659,19113,3,903,1171 +"106280",26659,20284,3,903,2530 +"106281",26659,21571,3,903,2755 +"106282",26659,21693,3,903,2176 +"106283",26659,22543,3,903,1594 +"106284",26659,22566,2,903,2308 +"106285",26659,23310,3,903,2371 +"106286",26659,23806,3,903,1671 +"106287",26659,24146,3,903,2003 +"106288",26659,24293,3,903,1184 +"106289",26659,25443,3,903,1441 +"106290",26659,25971,2,903,2608 +"106291",26659,26080,3,903,2525 +"106292",26659,26366,3,903,1688 +"106293",26659,26793,3,903,2104 +"106294",26659,28002,2,903,914 +"106295",26659,28050,2,903,1955 +"106296",26659,28168,2,903,2702 +"106297",26659,28296,3,903,2944 +"106298",26659,28627,3,903,2694 +"106299",26659,29050,2,903,1196 +"106300",26659,29930,3,903,2240 +"106301",26659,30173,3,903,2404 +"106302",26659,31700,3,903,2727 +"106303",26659,32503,3,903,2020 +"106304",26659,32694,2,903,1602 +"106305",26659,32919,3,903,2321 +"106306",26659,34480,3,903,2755 +"106307",26659,34735,2,903,2767 +"106308",26659,34945,3,903,1298 +"106309",26659,35531,3,903,2872 +"106310",26659,35926,2,903,2371 +"106311",26659,36450,3,903,1591 +"106312",26659,36691,2,903,1903 +"106313",26659,36962,3,903,2861 +"106314",26659,37333,3,903,1612 +"106315",26659,38869,3,903,1675 +"106316",26659,39186,3,903,1258 +"106317",26659,39535,3,903,2428 +"106318",26659,40072,3,903,1182 +"106319",26659,42619,3,903,2017 +"106320",26659,43153,2,903,1381 +"106321",26659,44135,3,903,2620 +"106322",26659,44420,3,903,2184 +"106323",26659,44521,3,903,1593 +"106324",26659,44720,3,903,1202 +"106325",26659,45684,3,903,2200 +"106326",26659,48277,3,903,971 +"106327",26659,50236,3,903,2339 +"106328",26659,51471,2,903,1280 +"106329",26659,52442,3,903,1269 +"106330",26659,53134,3,903,1590 +"106331",26659,53219,3,903,2973 +"106332",26659,54020,3,903,1578 +"106333",26659,54879,3,903,2210 +"106334",26659,54929,3,903,2783 +"106335",26659,55076,3,903,2408 +"106336",26659,56232,3,903,1175 +"106337",26659,56604,3,903,1919 +"106338",26659,57246,2,903,1873 +"106339",26659,57714,3,903,1391 +"106340",26659,58384,3,903,1637 +"106341",26659,59950,3,903,1131 +"106342",26659,61613,3,903,1189 +"106343",26659,61719,3,903,1515 +"106344",26659,67383,3,903,1739 +"106345",26659,69250,2,903,1439 +"106346",26659,72207,3,903,2430 +"106347",26659,72501,2,903,2795 +"106348",26659,76495,3,903,1255 +"106349",26659,77359,3,903,917 +"106350",26659,80219,2,903,988 +"106351",26659,81478,3,903,1640 +"106352",26659,82732,3,903,2810 +"106353",26659,93752,3,903,1368 +"106354",26659,94500,3,903,1529 +"106355",26659,98150,3,903,1009 +"106356",26659,103988,3,903,1947 +"106357",26659,105795,3,903,1265 +"106358",26669,40072,3,1156,1182 +"106359",26671,1102,3,2279,2282 +"106360",26671,6074,3,2279,2426 +"106361",26671,9175,2,2279,2639 +"106362",26671,10513,3,2279,2284 +"106363",26671,14834,3,2279,2739 +"106364",26671,16352,3,2279,2657 +"106365",26671,21104,3,2279,2327 +"106366",26671,24060,3,2279,2349 +"106367",26671,34836,3,2279,2302 +"106368",26671,39444,3,2279,2695 +"106369",26671,45239,3,2279,2535 +"106370",26671,45302,3,2279,2390 +"106371",26671,46950,3,2279,2673 +"106372",26671,50134,2,2279,2674 +"106373",26671,50236,3,2279,2339 +"106374",26671,80825,3,2279,2315 +"106375",26671,108867,3,2279,2328 +"106376",26684,12781,3,261,831 +"106377",26684,35640,3,261,495 +"106378",26698,1685,3,1963,2230 +"106379",26698,1785,3,1963,2350 +"106380",26698,7787,3,1963,2314 +"106381",26698,10119,3,1963,2374 +"106382",26698,15150,3,1963,2801 +"106383",26698,15558,3,1963,2389 +"106384",26698,19002,1,1963,2053 +"106385",26698,19190,1,1963,2677 +"106386",26698,20011,2,1963,2826 +"106387",26698,25330,3,1963,2370 +"106388",26698,28970,2,1963,2111 +"106389",26698,29775,3,1963,2064 +"106390",26698,32576,3,1963,2881 +"106391",26698,48585,3,1963,2063 +"106392",26698,93609,3,1963,2252 +"106393",26700,2057,3,1663,1965 +"106394",26700,4066,3,1663,1736 +"106395",26700,6417,3,1663,1675 +"106396",26700,11218,3,1663,2292 +"106397",26700,47529,3,1663,2914 +"106398",26700,48214,2,1663,2756 +"106399",26700,54929,3,1663,2783 +"106400",26700,58684,3,1663,2295 +"106401",26700,58875,3,1663,1899 +"106402",26700,79432,2,1663,1708 +"106403",26700,81753,3,1663,1736 +"106404",26706,7515,3,1846,2737 +"106405",26706,10222,3,1846,2212 +"106406",26706,18277,3,1846,2309 +"106407",26706,24198,3,1846,2217 +"106408",26706,34136,3,1846,2202 +"106409",26706,40368,3,1846,2876 +"106410",26706,50667,3,1846,2719 +"106411",26706,51410,3,1846,2739 +"106412",26706,59700,3,1846,2346 +"106413",26706,63409,3,1846,1937 +"106414",26706,66726,3,1846,2068 +"106415",26706,92322,2,1846,2393 +"106416",26713,313,3,1235,2271 +"106417",26713,499,3,1235,1931 +"106418",26713,543,3,1235,2203 +"106419",26713,733,3,1235,1653 +"106420",26713,1147,3,1235,1999 +"106421",26713,1592,3,1235,2006 +"106422",26713,1777,3,1235,1965 +"106423",26713,1897,2,1235,1727 +"106424",26713,2036,3,1235,2483 +"106425",26713,2334,3,1235,2619 +"106426",26713,2349,1,1235,1288 +"106427",26713,2418,3,1235,2020 +"106428",26713,2754,3,1235,1360 +"106429",26713,2759,3,1235,2030 +"106430",26713,2765,3,1235,2321 +"106431",26713,3242,3,1235,1730 +"106432",26713,3271,3,1235,2216 +"106433",26713,3317,3,1235,2037 +"106434",26713,3830,3,1235,1661 +"106435",26713,3947,3,1235,2067 +"106436",26713,3961,3,1235,2426 +"106437",26713,4730,3,1235,2131 +"106438",26713,5055,3,1235,1796 +"106439",26713,5239,2,1235,2875 +"106440",26713,5462,3,1235,2374 +"106441",26713,5504,3,1235,2389 +"106442",26713,5621,3,1235,1860 +"106443",26713,6627,2,1235,2063 +"106444",26713,6824,3,1235,2680 +"106445",26713,6871,3,1235,1882 +"106446",26713,7196,2,1235,1508 +"106447",26713,7269,3,1235,1728 +"106448",26713,7433,3,1235,2255 +"106449",26713,7984,3,1235,2493 +"106450",26713,9030,3,1235,1979 +"106451",26713,9272,3,1235,2835 +"106452",26713,10638,3,1235,2692 +"106453",26713,10914,2,1235,1660 +"106454",26713,11381,3,1235,1638 +"106455",26713,11477,3,1235,2724 +"106456",26713,11506,2,1235,2824 +"106457",26713,11602,3,1235,1493 +"106458",26713,13732,3,1235,2789 +"106459",26713,13780,3,1235,2412 +"106460",26713,14072,3,1235,1346 +"106461",26713,14888,1,1235,1411 +"106462",26713,14943,2,1235,1942 +"106463",26713,15401,2,1235,1999 +"106464",26713,15500,3,1235,1658 +"106465",26713,16625,2,1235,1285 +"106466",26713,16725,3,1235,2830 +"106467",26713,16801,3,1235,2008 +"106468",26713,17146,3,1235,1252 +"106469",26713,17826,2,1235,2920 +"106470",26713,18571,1,1235,2128 +"106471",26713,18943,2,1235,2861 +"106472",26713,20007,3,1235,2971 +"106473",26713,20423,3,1235,2654 +"106474",26713,20432,3,1235,1727 +"106475",26713,20659,3,1235,1969 +"106476",26713,21193,2,1235,2490 +"106477",26713,21225,3,1235,1945 +"106478",26713,21463,2,1235,2437 +"106479",26713,21741,3,1235,1574 +"106480",26713,21754,3,1235,1881 +"106481",26713,22108,3,1235,1915 +"106482",26713,22297,3,1235,1904 +"106483",26713,23715,3,1235,1859 +"106484",26713,26865,3,1235,2726 +"106485",26713,27478,2,1235,2485 +"106486",26713,27783,2,1235,2302 +"106487",26713,27860,3,1235,1588 +"106488",26713,28048,3,1235,1637 +"106489",26713,28784,2,1235,1579 +"106490",26713,30081,3,1235,2403 +"106491",26713,30747,3,1235,2455 +"106492",26713,31164,1,1235,1996 +"106493",26713,31307,2,1235,2139 +"106494",26713,31691,3,1235,1657 +"106495",26713,31799,3,1235,2547 +"106496",26713,32449,2,1235,2091 +"106497",26713,32988,2,1235,2008 +"106498",26713,33160,3,1235,2441 +"106499",26713,35095,3,1235,1502 +"106500",26713,35256,3,1235,2271 +"106501",26713,35518,3,1235,1721 +"106502",26713,36136,2,1235,2338 +"106503",26713,36862,3,1235,2655 +"106504",26713,38219,3,1235,1689 +"106505",26713,38755,3,1235,2902 +"106506",26713,39105,2,1235,2487 +"106507",26713,39827,3,1235,2321 +"106508",26713,40296,3,1235,1674 +"106509",26713,40432,3,1235,1956 +"106510",26713,40645,3,1235,1899 +"106511",26713,41747,3,1235,1722 +"106512",26713,41978,3,1235,2824 +"106513",26713,42505,3,1235,2008 +"106514",26713,43226,3,1235,2442 +"106515",26713,45959,2,1235,1880 +"106516",26713,46040,3,1235,2105 +"106517",26713,46621,3,1235,1343 +"106518",26713,46951,1,1235,2429 +"106519",26713,47384,2,1235,1639 +"106520",26713,47571,2,1235,1667 +"106521",26713,48110,3,1235,2009 +"106522",26713,49189,3,1235,1550 +"106523",26713,49461,3,1235,2793 +"106524",26713,52327,3,1235,1472 +"106525",26713,53013,3,1235,2523 +"106526",26713,53031,2,1235,2065 +"106527",26713,53697,3,1235,1909 +"106528",26713,56237,3,1235,2625 +"106529",26713,56338,3,1235,1818 +"106530",26713,57565,3,1235,1577 +"106531",26713,57781,2,1235,1971 +"106532",26713,57977,3,1235,2683 +"106533",26713,58508,3,1235,2326 +"106534",26713,59039,2,1235,2870 +"106535",26713,65155,2,1235,1947 +"106536",26713,65203,3,1235,1597 +"106537",26713,65322,3,1235,2008 +"106538",26713,65679,3,1235,1578 +"106539",26713,66911,3,1235,1920 +"106540",26713,68098,3,1235,2378 +"106541",26713,68592,3,1235,2551 +"106542",26713,69335,2,1235,2698 +"106543",26713,72122,3,1235,1436 +"106544",26713,76132,2,1235,2426 +"106545",26713,76511,3,1235,1250 +"106546",26713,76675,2,1235,1840 +"106547",26713,77397,3,1235,1302 +"106548",26713,77489,3,1235,1514 +"106549",26713,78150,3,1235,2581 +"106550",26713,79567,3,1235,1942 +"106551",26713,80301,3,1235,1690 +"106552",26713,82409,3,1235,1881 +"106553",26713,85430,3,1235,2370 +"106554",26713,85592,3,1235,1412 +"106555",26713,88966,2,1235,1568 +"106556",26713,89668,3,1235,1279 +"106557",26713,92757,3,1235,2615 +"106558",26713,93208,2,1235,1324 +"106559",26713,93615,3,1235,2386 +"106560",26713,94926,2,1235,1611 +"106561",26713,95011,3,1235,1986 +"106562",26713,96352,3,1235,1493 +"106563",26713,104306,3,1235,1665 +"106564",26713,111034,3,1235,2131 +"106565",26716,997,3,1765,2788 +"106566",26716,11103,3,1765,2393 +"106567",26716,13780,3,1765,2412 +"106568",26716,27195,3,1765,2158 +"106569",26716,29930,3,1765,2240 +"106570",26716,30747,3,1765,2455 +"106571",26716,42574,3,1765,2842 +"106572",26716,48571,3,1765,2717 +"106573",26716,48605,3,1765,2796 +"106574",26716,53219,2,1765,2973 +"106575",26721,701,3,2586,2718 +"106576",26721,9150,2,2586,2689 +"106577",26721,16352,3,2586,2657 +"106578",26721,27334,1,2586,2750 +"106579",26721,31235,3,2586,2668 +"106580",26721,35715,3,2586,2912 +"106581",26721,49110,2,2586,2938 +"106582",26721,55652,3,2586,2795 +"106583",26721,57969,3,2586,2755 +"106584",26734,2446,3,2299,2606 +"106585",26734,3414,3,2299,2322 +"106586",26734,5235,3,2299,2324 +"106587",26734,7014,3,2299,2401 +"106588",26734,9723,3,2299,2302 +"106589",26734,18965,3,2299,2315 +"106590",26734,19073,3,2299,2748 +"106591",26734,20011,3,2299,2826 +"106592",26734,23154,3,2299,2345 +"106593",26734,27686,3,2299,2844 +"106594",26734,30870,3,2299,2370 +"106595",26734,32202,2,2299,2314 +"106596",26734,37279,3,2299,2768 +"106597",26734,37929,3,2299,2393 +"106598",26734,40572,3,2299,2666 +"106599",26734,40910,3,2299,2469 +"106600",26734,44730,3,2299,2468 +"106601",26734,51687,2,2299,2333 +"106602",26734,71531,3,2299,2887 +"106603",26737,1822,3,855,2888 +"106604",26737,3477,3,855,2546 +"106605",26737,4623,3,855,1176 +"106606",26737,6044,3,855,2744 +"106607",26737,6063,3,855,2349 +"106608",26737,12388,3,855,1975 +"106609",26737,12779,3,855,936 +"106610",26737,14353,2,855,2878 +"106611",26737,14482,3,855,1573 +"106612",26737,14564,2,855,1581 +"106613",26737,15444,3,855,2764 +"106614",26737,16053,3,855,908 +"106615",26737,16896,3,855,2223 +"106616",26737,17027,2,855,2772 +"106617",26737,17097,2,855,1505 +"106618",26737,18217,3,855,1566 +"106619",26737,20067,3,855,2390 +"106620",26737,21754,3,855,1881 +"106621",26737,22403,1,855,1630 +"106622",26737,22462,3,855,869 +"106623",26737,27355,2,855,870 +"106624",26737,28934,3,855,870 +"106625",26737,30325,3,855,1067 +"106626",26737,30883,3,855,1629 +"106627",26737,33223,3,855,2397 +"106628",26737,34158,3,855,2639 +"106629",26737,38457,3,855,1630 +"106630",26737,40542,3,855,1664 +"106631",26737,40646,3,855,1583 +"106632",26737,41108,3,855,1624 +"106633",26737,41972,3,855,2509 +"106634",26737,43479,3,855,2178 +"106635",26737,47895,3,855,2328 +"106636",26737,49414,3,855,1667 +"106637",26737,52261,3,855,2162 +"106638",26737,57150,2,855,1196 +"106639",26737,57760,2,855,1721 +"106640",26737,65522,3,855,1572 +"106641",26737,70232,3,855,2401 +"106642",26737,117956,3,855,2774 +"106643",26740,11351,3,2695,2971 +"106644",26740,38697,3,2695,2701 +"106645",26740,69453,3,2695,2831 +"106646",26741,31728,2,1792,2286 +"106647",26766,675,3,1161,1686 +"106648",26766,1127,3,1161,1188 +"106649",26766,1130,3,1161,1566 +"106650",26766,1136,3,1161,2536 +"106651",26766,2325,3,1161,1641 +"106652",26766,2765,2,1161,2321 +"106653",26766,3966,3,1161,2425 +"106654",26766,5491,2,1161,2048 +"106655",26766,5710,3,1161,1926 +"106656",26766,7861,2,1161,1647 +"106657",26766,14709,3,1161,1901 +"106658",26766,18151,3,1161,2962 +"106659",26766,18366,3,1161,2699 +"106660",26766,21795,2,1161,2653 +"106661",26766,22714,2,1161,2793 +"106662",26766,25129,3,1161,2647 +"106663",26766,25341,3,1161,1858 +"106664",26766,26282,2,1161,1241 +"106665",26766,30150,3,1161,1704 +"106666",26766,34509,2,1161,1973 +"106667",26766,36950,3,1161,2204 +"106668",26766,37238,3,1161,2609 +"106669",26766,37509,3,1161,1640 +"106670",26766,37758,3,1161,1998 +"106671",26766,39827,3,1161,2321 +"106672",26766,42474,2,1161,2322 +"106673",26766,43135,3,1161,1171 +"106674",26766,47248,3,1161,2883 +"106675",26766,51017,3,1161,2073 +"106676",26766,51410,3,1161,2739 +"106677",26766,53433,3,1161,1187 +"106678",26766,58035,3,1161,1646 +"106679",26766,64181,3,1161,1828 +"106680",26766,70605,3,1161,1176 +"106681",26766,71618,2,1161,2960 +"106682",26766,80190,2,1161,2717 +"106683",26766,93933,2,1161,1336 +"106684",26771,111375,3,2141,2686 +"106685",26793,2852,3,2104,2448 +"106686",26793,5239,3,2104,2875 +"106687",26793,6996,3,2104,2916 +"106688",26793,12356,3,2104,2757 +"106689",26793,12982,3,2104,2143 +"106690",26793,14032,3,2104,2144 +"106691",26793,14652,2,2104,2516 +"106692",26793,17033,2,2104,2771 +"106693",26793,18202,3,2104,2475 +"106694",26793,18415,3,2104,2184 +"106695",26793,18563,3,2104,2715 +"106696",26793,20563,3,2104,2267 +"106697",26793,24256,3,2104,2393 +"106698",26793,36609,3,2104,2918 +"106699",26793,37400,1,2104,2860 +"106700",26793,41607,3,2104,2802 +"106701",26793,53293,3,2104,2916 +"106702",26793,56893,3,2104,2597 +"106703",26793,57549,3,2104,2335 +"106704",26793,68931,3,2104,2771 +"106705",26793,74605,3,2104,2265 +"106706",26796,19605,3,2384,2395 +"106707",26796,55076,2,2384,2408 +"106708",26809,28090,3,1656,1755 +"106709",26818,270,3,1999,2542 +"106710",26818,380,3,1999,2261 +"106711",26818,1102,3,1999,2282 +"106712",26818,1639,3,1999,2631 +"106713",26818,1745,3,1999,2693 +"106714",26818,3961,3,1999,2426 +"106715",26818,4681,3,1999,2356 +"106716",26818,4953,3,1999,2285 +"106717",26818,5072,3,1999,2175 +"106718",26818,5350,3,1999,2522 +"106719",26818,5622,2,1999,2175 +"106720",26818,5962,3,1999,2491 +"106721",26818,6047,3,1999,2004 +"106722",26818,6588,3,1999,2025 +"106723",26818,9928,2,1999,2345 +"106724",26818,10336,3,1999,2271 +"106725",26818,10358,3,1999,2294 +"106726",26818,10857,3,1999,2253 +"106727",26818,11218,1,1999,2292 +"106728",26818,12042,2,1999,2345 +"106729",26818,13842,2,1999,2250 +"106730",26818,14032,3,1999,2144 +"106731",26818,16352,2,1999,2657 +"106732",26818,16826,3,1999,2599 +"106733",26818,17400,3,1999,2231 +"106734",26818,18394,3,1999,2356 +"106735",26818,19380,2,1999,2637 +"106736",26818,20124,3,1999,2376 +"106737",26818,21275,3,1999,2609 +"106738",26818,23310,3,1999,2371 +"106739",26818,23725,3,1999,2378 +"106740",26818,26080,2,1999,2525 +"106741",26818,27509,3,1999,2067 +"106742",26818,29095,3,1999,2531 +"106743",26818,30405,3,1999,2164 +"106744",26818,33537,3,1999,2406 +"106745",26818,34216,2,1999,2832 +"106746",26818,34735,3,1999,2767 +"106747",26818,35926,3,1999,2371 +"106748",26818,35958,3,1999,2383 +"106749",26818,37036,3,1999,2264 +"106750",26818,41972,3,1999,2509 +"106751",26818,43213,3,1999,2160 +"106752",26818,45684,3,1999,2200 +"106753",26818,46532,3,1999,2005 +"106754",26818,46629,3,1999,2255 +"106755",26818,49110,3,1999,2938 +"106756",26818,49608,3,1999,2184 +"106757",26818,49759,3,1999,2400 +"106758",26818,50236,3,1999,2339 +"106759",26818,54551,3,1999,2348 +"106760",26818,54879,3,1999,2210 +"106761",26818,54929,2,1999,2783 +"106762",26818,56082,3,1999,2395 +"106763",26818,66693,2,1999,2554 +"106764",26818,72207,3,1999,2430 +"106765",26818,76048,3,1999,2373 +"106766",26818,95408,3,1999,2393 +"106767",26818,96435,2,1999,2765 +"106768",26838,21,3,685,1385 +"106769",26838,160,3,685,2007 +"106770",26838,758,3,685,1232 +"106771",26838,1314,3,685,1522 +"106772",26838,1349,3,685,1147 +"106773",26838,1519,3,685,2349 +"106774",26838,1846,2,685,1845 +"106775",26838,2852,3,685,2448 +"106776",26838,2936,2,685,2512 +"106777",26838,3477,3,685,2546 +"106778",26838,3493,3,685,2451 +"106779",26838,4001,3,685,1687 +"106780",26838,4430,3,685,2019 +"106781",26838,4526,3,685,1728 +"106782",26838,4831,3,685,2365 +"106783",26838,5683,3,685,2468 +"106784",26838,6877,3,685,867 +"106785",26838,7337,3,685,1797 +"106786",26838,8395,3,685,896 +"106787",26838,8865,3,685,2394 +"106788",26838,9241,3,685,2338 +"106789",26838,9723,3,685,2302 +"106790",26838,13296,3,685,839 +"106791",26838,13879,3,685,2748 +"106792",26838,14449,3,685,1258 +"106793",26838,15159,3,685,756 +"106794",26838,16690,3,685,2132 +"106795",26838,18421,2,685,2457 +"106796",26838,19364,3,685,2846 +"106797",26838,19501,3,685,1186 +"106798",26838,19655,3,685,2706 +"106799",26838,20941,3,685,2725 +"106800",26838,22709,3,685,2743 +"106801",26838,22723,3,685,2859 +"106802",26838,23154,3,685,2345 +"106803",26838,23966,3,685,891 +"106804",26838,25832,3,685,1689 +"106805",26838,26450,3,685,1709 +"106806",26838,27545,3,685,855 +"106807",26838,30034,2,685,2357 +"106808",26838,32470,3,685,1539 +"106809",26838,34216,3,685,2832 +"106810",26838,38691,3,685,2585 +"106811",26838,38915,3,685,746 +"106812",26838,41023,3,685,2408 +"106813",26838,42373,3,685,871 +"106814",26838,46982,3,685,2806 +"106815",26838,51879,3,685,1771 +"106816",26838,52136,3,685,1412 +"106817",26838,55472,3,685,1516 +"106818",26838,58875,3,685,1899 +"106819",26838,63644,3,685,1267 +"106820",26838,64110,3,685,1331 +"106821",26838,69232,3,685,2130 +"106822",26838,73582,3,685,2075 +"106823",26838,82932,3,685,2245 +"106824",26838,83253,2,685,1102 +"106825",26838,84271,3,685,1556 +"106826",26838,88212,3,685,2547 +"106827",26838,90299,3,685,1606 +"106828",26838,95492,3,685,748 +"106829",26838,99332,3,685,873 +"106830",26847,19057,3,1902,2664 +"106831",26847,26227,2,1902,2265 +"106832",26847,30442,3,1902,2124 +"106833",26847,32235,3,1902,2109 +"106834",26848,270,2,2363,2542 +"106835",26848,2424,3,2363,2582 +"106836",26848,9624,3,2363,2398 +"106837",26848,16352,3,2363,2657 +"106838",26848,18005,3,2363,2449 +"106839",26848,18361,3,2363,2968 +"106840",26848,19622,3,2363,2371 +"106841",26848,23725,3,2363,2378 +"106842",26848,34480,3,2363,2755 +"106843",26848,43455,3,2363,2846 +"106844",26848,45729,3,2363,2606 +"106845",26848,56082,2,2363,2395 +"106846",26848,56237,2,2363,2625 +"106847",26848,61982,3,2363,2725 +"106848",26848,64947,3,2363,2489 +"106849",26848,72207,3,2363,2430 +"106850",26848,72326,3,2363,2384 +"106851",26865,1262,3,2726,2973 +"106852",26865,5120,3,2726,2735 +"106853",26865,10779,3,2726,2881 +"106854",26865,13732,1,2726,2789 +"106855",26865,16195,3,2726,2964 +"106856",26865,16725,3,2726,2830 +"106857",26865,17826,3,2726,2920 +"106858",26865,18151,2,2726,2962 +"106859",26865,19872,3,2726,2913 +"106860",26865,25530,3,2726,2884 +"106861",26865,34327,2,2726,2959 +"106862",26865,36962,2,2726,2861 +"106863",26865,41872,3,2726,2974 +"106864",26865,60879,3,2726,2792 +"106865",26865,68215,3,2726,2727 +"106866",26865,71369,3,2726,2838 +"106867",26867,270,2,1804,2542 +"106868",26867,312,3,1804,2038 +"106869",26867,380,3,1804,2261 +"106870",26867,1102,3,1804,2282 +"106871",26867,2111,3,1804,1904 +"106872",26867,2424,3,1804,2582 +"106873",26867,2684,3,1804,2874 +"106874",26867,3305,3,1804,2839 +"106875",26867,3306,3,1804,1989 +"106876",26867,3493,3,1804,2451 +"106877",26867,3966,3,1804,2425 +"106878",26867,5072,3,1804,2175 +"106879",26867,5235,3,1804,2324 +"106880",26867,5622,3,1804,2175 +"106881",26867,5971,1,1804,1985 +"106882",26867,6047,3,1804,2004 +"106883",26867,6222,3,1804,1949 +"106884",26867,6588,2,1804,2025 +"106885",26867,6718,3,1804,2138 +"106886",26867,7234,3,1804,2654 +"106887",26867,7555,3,1804,1943 +"106888",26867,9624,3,1804,2398 +"106889",26867,9654,3,1804,2111 +"106890",26867,9695,3,1804,2143 +"106891",26867,10857,3,1804,2253 +"106892",26867,11055,3,1804,2111 +"106893",26867,11218,3,1804,2292 +"106894",26867,11351,3,1804,2971 +"106895",26867,11477,3,1804,2724 +"106896",26867,11620,3,1804,2010 +"106897",26867,11966,3,1804,2385 +"106898",26867,12042,3,1804,2345 +"106899",26867,12374,2,1804,2260 +"106900",26867,12375,3,1804,1873 +"106901",26867,13307,2,1804,2206 +"106902",26867,14032,3,1804,2144 +"106903",26867,15003,3,1804,2067 +"106904",26867,15799,3,1804,1917 +"106905",26867,16352,2,1804,2657 +"106906",26867,17400,2,1804,2231 +"106907",26867,18005,3,1804,2449 +"106908",26867,18361,3,1804,2968 +"106909",26867,18394,2,1804,2356 +"106910",26867,19862,3,1804,2412 +"106911",26867,20124,3,1804,2376 +"106912",26867,20311,2,1804,1981 +"106913",26867,21012,3,1804,2325 +"106914",26867,21104,3,1804,2327 +"106915",26867,21571,3,1804,2755 +"106916",26867,21693,3,1804,2176 +"106917",26867,22197,2,1804,2271 +"106918",26867,22326,3,1804,2818 +"106919",26867,22362,3,1804,1836 +"106920",26867,22566,3,1804,2308 +"106921",26867,23011,3,1804,2763 +"106922",26867,23509,3,1804,2275 +"106923",26867,23526,2,1804,1998 +"106924",26867,23715,2,1804,1859 +"106925",26867,23725,2,1804,2378 +"106926",26867,25305,3,1804,2447 +"106927",26867,26067,3,1804,2069 +"106928",26867,26080,3,1804,2525 +"106929",26867,26671,3,1804,2279 +"106930",26867,26848,3,1804,2363 +"106931",26867,29093,3,1804,1933 +"106932",26867,29929,3,1804,2789 +"106933",26867,30334,3,1804,2075 +"106934",26867,30405,2,1804,2164 +"106935",26867,31093,3,1804,2160 +"106936",26867,31307,3,1804,2139 +"106937",26867,32173,3,1804,2341 +"106938",26867,33622,3,1804,2230 +"106939",26867,33801,3,1804,2899 +"106940",26867,34136,3,1804,2202 +"106941",26867,34735,3,1804,2767 +"106942",26867,34836,3,1804,2302 +"106943",26867,35815,3,1804,2789 +"106944",26867,37358,3,1804,2128 +"106945",26867,37636,3,1804,2178 +"106946",26867,38019,3,1804,1870 +"106947",26867,39294,3,1804,1889 +"106948",26867,39444,3,1804,2695 +"106949",26867,40392,3,1804,1878 +"106950",26867,40493,3,1804,1981 +"106951",26867,42687,3,1804,1952 +"106952",26867,43213,2,1804,2160 +"106953",26867,43455,3,1804,2846 +"106954",26867,43518,3,1804,2680 +"106955",26867,43673,3,1804,2787 +"106956",26867,45684,3,1804,2200 +"106957",26867,45729,3,1804,2606 +"106958",26867,46629,3,1804,2255 +"106959",26867,48035,3,1804,2180 +"106960",26867,48215,3,1804,2028 +"106961",26867,50134,3,1804,2674 +"106962",26867,50236,1,1804,2339 +"106963",26867,51783,3,1804,2599 +"106964",26867,52576,3,1804,2234 +"106965",26867,54551,3,1804,2348 +"106966",26867,54929,3,1804,2783 +"106967",26867,56082,1,1804,2395 +"106968",26867,56237,2,1804,2625 +"106969",26867,57246,3,1804,1873 +"106970",26867,58508,3,1804,2326 +"106971",26867,61982,3,1804,2725 +"106972",26867,64947,3,1804,2489 +"106973",26867,67726,3,1804,2873 +"106974",26867,71217,3,1804,2169 +"106975",26867,72207,2,1804,2430 +"106976",26867,72326,3,1804,2384 +"106977",26867,75403,2,1804,1895 +"106978",26867,79804,2,1804,2227 +"106979",26867,82949,3,1804,2077 +"106980",26867,86245,3,1804,1972 +"106981",26867,108867,3,1804,2328 +"106982",26873,1036,3,419,1367 +"106983",26873,1067,3,419,918 +"106984",26873,1592,2,419,2006 +"106985",26873,1691,2,419,1941 +"106986",26873,2011,3,419,2176 +"106987",26873,2609,3,419,834 +"106988",26873,2684,3,419,2874 +"106989",26873,3144,3,419,869 +"106990",26873,3753,3,419,1255 +"106991",26873,4790,3,419,1025 +"106992",26873,5018,2,419,640 +"106993",26873,5258,3,419,2730 +"106994",26873,6104,3,419,2462 +"106995",26873,6252,2,419,2336 +"106996",26873,6390,3,419,2385 +"106997",26873,6627,3,419,2063 +"106998",26873,7616,3,419,2296 +"106999",26873,8537,3,419,472 +"107000",26873,8657,3,419,2473 +"107001",26873,9871,3,419,921 +"107002",26873,10567,3,419,1839 +"107003",26873,11055,3,419,2111 +"107004",26873,11103,3,419,2393 +"107005",26873,11434,3,419,1187 +"107006",26873,12081,3,419,2166 +"107007",26873,12199,3,419,1651 +"107008",26873,12473,3,419,801 +"107009",26873,12712,3,419,815 +"107010",26873,12779,3,419,936 +"107011",26873,13248,3,419,1385 +"107012",26873,13837,3,419,1604 +"107013",26873,13945,3,419,1324 +"107014",26873,14072,3,419,1346 +"107015",26873,14108,3,419,2012 +"107016",26873,14678,3,419,799 +"107017",26873,14731,3,419,2012 +"107018",26873,14918,3,419,2071 +"107019",26873,14983,3,419,1047 +"107020",26873,15632,3,419,1242 +"107021",26873,15713,3,419,1646 +"107022",26873,16539,3,419,1947 +"107023",26873,17434,3,419,1642 +"107024",26873,17549,3,419,2647 +"107025",26873,18502,2,419,1033 +"107026",26873,18543,2,419,2968 +"107027",26873,18615,3,419,1025 +"107028",26873,19332,3,419,1214 +"107029",26873,19718,3,419,1702 +"107030",26873,20067,3,419,2390 +"107031",26873,20343,3,419,851 +"107032",26873,20407,3,419,2339 +"107033",26873,21133,2,419,1320 +"107034",26873,21463,3,419,2437 +"107035",26873,21682,3,419,2414 +"107036",26873,23403,3,419,607 +"107037",26873,23869,3,419,1918 +"107038",26873,24198,3,419,2217 +"107039",26873,24753,3,419,2860 +"107040",26873,25030,3,419,2017 +"107041",26873,25565,3,419,2764 +"107042",26873,26083,3,419,2038 +"107043",26873,26342,3,419,527 +"107044",26873,26621,3,419,1100 +"107045",26873,27390,3,419,2425 +"107046",26873,28592,3,419,2320 +"107047",26873,28808,2,419,1063 +"107048",26873,29170,3,419,1846 +"107049",26873,29948,3,419,2795 +"107050",26873,30411,3,419,630 +"107051",26873,31001,3,419,2119 +"107052",26873,31117,3,419,2210 +"107053",26873,32503,3,419,2020 +"107054",26873,33622,2,419,2230 +"107055",26873,34314,2,419,630 +"107056",26873,34934,2,419,645 +"107057",26873,34945,3,419,1298 +"107058",26873,35045,3,419,1646 +"107059",26873,36439,3,419,2469 +"107060",26873,36784,3,419,576 +"107061",26873,36837,3,419,1556 +"107062",26873,37509,3,419,1640 +"107063",26873,37628,3,419,819 +"107064",26873,38213,2,419,1744 +"107065",26873,38259,2,419,2258 +"107066",26873,38307,3,419,2648 +"107067",26873,39105,3,419,2487 +"107068",26873,39563,3,419,486 +"107069",26873,39865,3,419,849 +"107070",26873,40488,3,419,486 +"107071",26873,40954,3,419,2603 +"107072",26873,41085,2,419,637 +"107073",26873,41664,3,419,2641 +"107074",26873,43173,3,419,2895 +"107075",26873,43226,3,419,2442 +"107076",26873,43635,2,419,1196 +"107077",26873,44427,2,419,2875 +"107078",26873,46621,2,419,1343 +"107079",26873,47064,3,419,1993 +"107080",26873,47248,3,419,2883 +"107081",26873,47435,3,419,878 +"107082",26873,47564,3,419,2650 +"107083",26873,47585,2,419,794 +"107084",26873,49300,2,419,515 +"107085",26873,49301,2,419,1894 +"107086",26873,49334,3,419,2433 +"107087",26873,49470,2,419,1528 +"107088",26873,49620,2,419,1868 +"107089",26873,50179,3,419,2230 +"107090",26873,50235,2,419,726 +"107091",26873,50254,2,419,1151 +"107092",26873,50737,3,419,959 +"107093",26873,51386,3,419,459 +"107094",26873,51572,3,419,912 +"107095",26873,51628,3,419,901 +"107096",26873,52136,3,419,1412 +"107097",26873,52323,3,419,2148 +"107098",26873,52327,2,419,1472 +"107099",26873,53252,3,419,637 +"107100",26873,55084,3,419,1189 +"107101",26873,56903,3,419,1584 +"107102",26873,57990,3,419,978 +"107103",26873,58284,3,419,2292 +"107104",26873,61689,3,419,1309 +"107105",26873,61785,2,419,822 +"107106",26873,62062,3,419,860 +"107107",26873,66241,2,419,2351 +"107108",26873,69257,2,419,1402 +"107109",26873,69447,3,419,1197 +"107110",26873,70573,3,419,1993 +"107111",26873,71274,3,419,2390 +"107112",26873,73675,3,419,887 +"107113",26873,74636,2,419,2525 +"107114",26873,74730,3,419,535 +"107115",26873,75025,2,419,717 +"107116",26873,75216,3,419,672 +"107117",26873,75921,2,419,517 +"107118",26873,76127,3,419,910 +"107119",26873,76192,3,419,912 +"107120",26873,76646,2,419,1263 +"107121",26873,77611,3,419,1795 +"107122",26873,78569,3,419,578 +"107123",26873,79322,3,419,2770 +"107124",26873,79364,3,419,834 +"107125",26873,79436,3,419,1344 +"107126",26873,79657,2,419,1260 +"107127",26873,81895,3,419,1634 +"107128",26873,82401,3,419,1210 +"107129",26873,82787,3,419,1144 +"107130",26873,82893,3,419,1275 +"107131",26873,87269,3,419,847 +"107132",26873,88232,2,419,2881 +"107133",26873,89880,3,419,1938 +"107134",26873,92322,3,419,2393 +"107135",26873,92592,2,419,486 +"107136",26873,93398,3,419,828 +"107137",26873,97824,3,419,1229 +"107138",26873,99953,3,419,581 +"107139",26873,100215,3,419,2436 +"107140",26873,100432,3,419,1358 +"107141",26873,101967,1,419,691 +"107142",26873,102731,3,419,630 +"107143",26873,103925,3,419,1786 +"107144",26873,105207,3,419,451 +"107145",26873,108709,3,419,462 +"107146",26903,12518,3,2092,2747 +"107147",26903,14887,3,2092,2158 +"107148",26903,25298,3,2092,2443 +"107149",26903,44688,3,2092,2924 +"107150",26903,56893,3,2092,2597 +"107151",26907,2894,3,697,1291 +"107152",26907,6222,3,697,1949 +"107153",26907,6602,3,697,1631 +"107154",26907,7970,3,697,1197 +"107155",26907,10401,3,697,863 +"107156",26907,10474,3,697,1608 +"107157",26907,14959,3,697,2898 +"107158",26907,16201,3,697,1811 +"107159",26907,17520,3,697,2276 +"107160",26907,19862,3,697,2412 +"107161",26907,22180,3,697,1835 +"107162",26907,22181,2,697,1274 +"107163",26907,29314,3,697,2736 +"107164",26907,38921,3,697,1880 +"107165",26907,39556,3,697,2747 +"107166",26907,43635,3,697,1196 +"107167",26907,57732,3,697,2454 +"107168",26907,66747,2,697,1273 +"107169",26907,69300,3,697,2068 +"107170",26907,85397,3,697,1219 +"107171",26907,99152,1,697,1698 +"107172",26907,106318,2,697,1698 +"107173",26957,237,3,987,1982 +"107174",26957,867,2,987,1264 +"107175",26957,1495,3,987,2046 +"107176",26957,1520,3,987,1716 +"107177",26957,2523,3,987,1691 +"107178",26957,2524,3,987,1708 +"107179",26957,2766,3,987,1920 +"107180",26957,2852,3,987,2448 +"107181",26957,4001,3,987,1687 +"107182",26957,4430,3,987,2019 +"107183",26957,4567,3,987,2348 +"107184",26957,4763,2,987,1960 +"107185",26957,4983,3,987,1909 +"107186",26957,6363,3,987,2066 +"107187",26957,7780,3,987,1920 +"107188",26957,8062,3,987,2858 +"107189",26957,9227,3,987,1267 +"107190",26957,10874,3,987,1891 +"107191",26957,11648,3,987,2852 +"107192",26957,12728,3,987,2374 +"107193",26957,13537,2,987,1020 +"107194",26957,13925,3,987,1515 +"107195",26957,14108,3,987,2012 +"107196",26957,15118,3,987,1311 +"107197",26957,15184,3,987,2396 +"107198",26957,17645,2,987,1918 +"107199",26957,19027,3,987,2721 +"107200",26957,19248,3,987,2357 +"107201",26957,20700,3,987,2861 +"107202",26957,24568,3,987,1937 +"107203",26957,25373,3,987,2783 +"107204",26957,31408,3,987,994 +"107205",26957,31799,3,987,2547 +"107206",26957,33621,3,987,1319 +"107207",26957,34875,1,987,1544 +"107208",26957,38087,3,987,1083 +"107209",26957,41446,3,987,1103 +"107210",26957,42486,3,987,1951 +"107211",26957,44135,3,987,2620 +"107212",26957,44636,2,987,1026 +"107213",26957,44744,3,987,2032 +"107214",26957,47098,3,987,2057 +"107215",26957,48242,3,987,1690 +"107216",26957,48698,3,987,1474 +"107217",26957,50075,3,987,1026 +"107218",26957,50252,3,987,2001 +"107219",26957,50278,3,987,1127 +"107220",26957,54676,3,987,1342 +"107221",26957,56537,1,987,2409 +"107222",26957,62488,2,987,1418 +"107223",26957,63409,3,987,1937 +"107224",26957,65029,3,987,2954 +"107225",26957,68885,3,987,2151 +"107226",26957,92491,3,987,1968 +"107227",26959,2985,3,1961,2398 +"107228",26959,5511,3,1961,2356 +"107229",26959,5912,3,1961,2257 +"107230",26959,9503,3,1961,2453 +"107231",26959,9785,3,1961,2951 +"107232",26959,13732,3,1961,2789 +"107233",26959,14749,3,1961,1998 +"107234",26959,26865,3,1961,2726 +"107235",26959,30081,3,1961,2403 +"107236",26959,33407,3,1961,2496 +"107237",26959,34984,1,1961,2056 +"107238",26959,36912,2,1961,2469 +"107239",26959,36962,3,1961,2861 +"107240",26959,41872,3,1961,2974 +"107241",26959,55296,3,1961,2413 +"107242",26959,63077,3,1961,2778 +"107243",26959,64947,3,1961,2489 +"107244",26974,2,2,1672,2796 +"107245",26974,1520,2,1672,1716 +"107246",26974,2407,3,1672,1725 +"107247",26974,14586,3,1672,2801 +"107248",26974,16866,3,1672,2718 +"107249",26974,17645,3,1672,1918 +"107250",26974,18865,3,1672,2676 +"107251",26974,20984,3,1672,2502 +"107252",26974,30368,3,1672,2487 +"107253",26974,53687,3,1672,2422 +"107254",26974,54523,3,1672,1935 +"107255",26974,63395,3,1672,2334 +"107256",27001,2208,3,1761,2814 +"107257",27001,3397,3,1761,2126 +"107258",27001,3409,3,1761,2167 +"107259",27001,3453,3,1761,2126 +"107260",27001,12778,2,1761,2045 +"107261",27001,16608,3,1761,1769 +"107262",27001,17221,3,1761,2487 +"107263",27001,17245,3,1761,1811 +"107264",27001,17264,3,1761,2528 +"107265",27001,24753,3,1761,2860 +"107266",27001,83286,3,1761,1793 +"107267",27001,83291,3,1761,2066 +"107268",27008,147,3,911,1040 +"107269",27008,1780,3,911,1375 +"107270",27008,1897,3,911,1727 +"107271",27008,2221,3,911,2092 +"107272",27008,2288,3,911,1870 +"107273",27008,2349,2,911,1288 +"107274",27008,2418,3,911,2020 +"107275",27008,2747,2,911,2411 +"107276",27008,2759,3,911,2030 +"107277",27008,2852,3,911,2448 +"107278",27008,3317,3,911,2037 +"107279",27008,4730,3,911,2131 +"107280",27008,4916,3,911,1970 +"107281",27008,5346,3,911,1438 +"107282",27008,5897,3,911,2337 +"107283",27008,6132,3,911,1590 +"107284",27008,6133,2,911,1229 +"107285",27008,6627,3,911,2063 +"107286",27008,6824,2,911,2680 +"107287",27008,7254,3,911,1849 +"107288",27008,7269,3,911,1728 +"107289",27008,7433,3,911,2255 +"107290",27008,7443,3,911,2028 +"107291",27008,8604,3,911,2799 +"107292",27008,8984,3,911,1162 +"107293",27008,9861,3,911,2680 +"107294",27008,10453,3,911,1656 +"107295",27008,10495,3,911,2230 +"107296",27008,10638,1,911,2692 +"107297",27008,10914,2,911,1660 +"107298",27008,11381,2,911,1638 +"107299",27008,11506,2,911,2824 +"107300",27008,11588,3,911,2352 +"107301",27008,12067,3,911,1213 +"107302",27008,13065,3,911,1561 +"107303",27008,13184,3,911,977 +"107304",27008,14749,3,911,1998 +"107305",27008,14998,3,911,1553 +"107306",27008,15207,3,911,1855 +"107307",27008,15826,2,911,2772 +"107308",27008,16594,3,911,1755 +"107309",27008,17146,3,911,1252 +"107310",27008,18421,3,911,2457 +"107311",27008,18571,2,911,2128 +"107312",27008,18943,2,911,2861 +"107313",27008,18978,3,911,952 +"107314",27008,19215,3,911,2604 +"107315",27008,20007,2,911,2971 +"107316",27008,20155,3,911,1517 +"107317",27008,20432,3,911,1727 +"107318",27008,21180,3,911,2762 +"107319",27008,21209,3,911,2184 +"107320",27008,21463,2,911,2437 +"107321",27008,21741,3,911,1574 +"107322",27008,23488,3,911,1523 +"107323",27008,24176,3,911,1986 +"107324",27008,26713,3,911,1235 +"107325",27008,27255,3,911,1232 +"107326",27008,27742,3,911,2700 +"107327",27008,27783,2,911,2302 +"107328",27008,27908,3,911,2576 +"107329",27008,28582,3,911,2698 +"107330",27008,31164,2,911,1996 +"107331",27008,32339,3,911,2430 +"107332",27008,32449,2,911,2091 +"107333",27008,33870,3,911,955 +"107334",27008,34162,3,911,2336 +"107335",27008,34478,3,911,2265 +"107336",27008,36136,1,911,2338 +"107337",27008,38457,3,911,1630 +"107338",27008,39105,2,911,2487 +"107339",27008,41023,3,911,2408 +"107340",27008,41581,3,911,1692 +"107341",27008,41978,3,911,2824 +"107342",27008,44181,3,911,1034 +"107343",27008,44433,3,911,2224 +"107344",27008,44603,3,911,2748 +"107345",27008,44636,3,911,1026 +"107346",27008,45730,3,911,2063 +"107347",27008,46951,2,911,2429 +"107348",27008,47571,3,911,1667 +"107349",27008,51151,3,911,1195 +"107350",27008,51223,3,911,2153 +"107351",27008,53013,3,911,2523 +"107352",27008,53987,3,911,928 +"107353",27008,54388,3,911,1257 +"107354",27008,55604,2,911,2342 +"107355",27008,56275,3,911,2152 +"107356",27008,56338,2,911,1818 +"107357",27008,57067,3,911,2547 +"107358",27008,58501,3,911,2613 +"107359",27008,59039,3,911,2870 +"107360",27008,60979,3,911,1758 +"107361",27008,65316,3,911,1020 +"107362",27008,66911,1,911,1920 +"107363",27008,68539,3,911,1158 +"107364",27008,68592,3,911,2551 +"107365",27008,69335,3,911,2698 +"107366",27008,73107,2,911,1918 +"107367",27008,76132,2,911,2426 +"107368",27008,76675,2,911,1840 +"107369",27008,77397,3,911,1302 +"107370",27008,84574,3,911,958 +"107371",27008,85778,2,911,1040 +"107372",27008,87270,3,911,913 +"107373",27008,91849,3,911,1166 +"107374",27008,93208,3,911,1324 +"107375",27008,94520,3,911,1243 +"107376",27008,94926,3,911,1611 +"107377",27008,104306,2,911,1665 +"107378",27008,111034,3,911,2131 +"107379",27008,114857,3,911,1310 +"107380",27008,122453,3,911,1591 +"107381",27012,10861,2,498,1189 +"107382",27016,5119,3,1611,2220 +"107383",27030,4567,3,2031,2348 +"107384",27030,10779,3,2031,2881 +"107385",27030,12518,1,2031,2747 +"107386",27030,19744,3,2031,2623 +"107387",27030,24816,3,2031,2161 +"107388",27030,34812,3,2031,2442 +"107389",27030,40129,2,2031,2162 +"107390",27030,43978,3,2031,2698 +"107391",27030,44769,3,2031,2411 +"107392",27030,79627,3,2031,2409 +"107393",27074,55,3,1454,2524 +"107394",27074,1685,3,1454,2230 +"107395",27074,1785,3,1454,2350 +"107396",27074,3360,1,1454,1583 +"107397",27074,3506,3,1454,2364 +"107398",27074,5355,2,1454,1499 +"107399",27074,6020,3,1454,1864 +"107400",27074,6621,2,1454,2478 +"107401",27074,6999,3,1454,2214 +"107402",27074,11154,3,1454,1594 +"107403",27074,12007,3,1454,1594 +"107404",27074,18821,3,1454,2075 +"107405",27074,22744,2,1454,1907 +"107406",27074,26698,3,1454,1963 +"107407",27074,28970,3,1454,2111 +"107408",27074,31295,3,1454,2183 +"107409",27074,43311,1,1454,1553 +"107410",27074,49069,3,1454,1694 +"107411",27074,53648,3,1454,2167 +"107412",27074,55377,3,1454,1499 +"107413",27074,85638,3,1454,2275 +"107414",27074,86559,3,1454,1704 +"107415",27074,87190,1,1454,1704 +"107416",27085,325,3,125,495 +"107417",27085,671,3,125,2328 +"107418",27085,1044,3,125,880 +"107419",27085,1102,3,125,2282 +"107420",27085,1639,3,125,2631 +"107421",27085,1826,2,125,924 +"107422",27085,2269,3,125,984 +"107423",27085,2424,3,125,2582 +"107424",27085,2731,1,125,434 +"107425",27085,2754,3,125,1360 +"107426",27085,3306,3,125,1989 +"107427",27085,4289,3,125,1921 +"107428",27085,4317,3,125,1224 +"107429",27085,4701,3,125,2401 +"107430",27085,4790,2,125,1025 +"107431",27085,4791,2,125,1184 +"107432",27085,5315,3,125,2631 +"107433",27085,5350,3,125,2522 +"107434",27085,5520,3,125,217 +"107435",27085,5716,3,125,1058 +"107436",27085,5986,3,125,1721 +"107437",27085,6047,2,125,2004 +"107438",27085,6296,3,125,148 +"107439",27085,6366,3,125,798 +"107440",27085,6417,3,125,1675 +"107441",27085,6718,3,125,2138 +"107442",27085,7616,3,125,2296 +"107443",27085,8910,3,125,1054 +"107444",27085,9364,3,125,1698 +"107445",27085,9474,3,125,864 +"107446",27085,9871,3,125,921 +"107447",27085,9928,3,125,2345 +"107448",27085,9950,2,125,920 +"107449",27085,10358,3,125,2294 +"107450",27085,10513,3,125,2284 +"107451",27085,11006,3,125,1950 +"107452",27085,11541,3,125,1927 +"107453",27085,11576,3,125,808 +"107454",27085,11601,3,125,173 +"107455",27085,12096,3,125,1330 +"107456",27085,12692,3,125,1855 +"107457",27085,12728,3,125,2374 +"107458",27085,13311,3,125,2315 +"107459",27085,13780,3,125,2412 +"107460",27085,13905,2,125,452 +"107461",27085,13945,3,125,1324 +"107462",27085,14032,2,125,2144 +"107463",27085,14678,3,125,799 +"107464",27085,15309,3,125,2820 +"107465",27085,15402,3,125,1281 +"107466",27085,16053,3,125,908 +"107467",27085,16332,3,125,2668 +"107468",27085,16352,3,125,2657 +"107469",27085,16539,3,125,1947 +"107470",27085,16826,3,125,2599 +"107471",27085,16940,3,125,1290 +"107472",27085,17493,3,125,561 +"107473",27085,17821,3,125,858 +"107474",27085,17997,3,125,1621 +"107475",27085,18103,3,125,1968 +"107476",27085,18393,3,125,860 +"107477",27085,18707,3,125,1143 +"107478",27085,18874,3,125,2170 +"107479",27085,19248,3,125,2357 +"107480",27085,19719,3,125,2177 +"107481",27085,20124,3,125,2376 +"107482",27085,20311,3,125,1981 +"107483",27085,20975,2,125,1305 +"107484",27085,20988,3,125,455 +"107485",27085,21122,3,125,1701 +"107486",27085,21138,3,125,2849 +"107487",27085,21197,3,125,1437 +"107488",27085,21198,2,125,935 +"107489",27085,21285,3,125,2100 +"107490",27085,21693,3,125,2176 +"107491",27085,22282,3,125,1418 +"107492",27085,22326,3,125,2818 +"107493",27085,22362,3,125,1836 +"107494",27085,22586,3,125,1341 +"107495",27085,23310,3,125,2371 +"107496",27085,23450,2,125,967 +"107497",27085,23652,3,125,803 +"107498",27085,23727,3,125,1734 +"107499",27085,23729,2,125,1624 +"107500",27085,23970,3,125,1624 +"107501",27085,24755,2,125,1319 +"107502",27085,25027,3,125,564 +"107503",27085,25577,3,125,1946 +"107504",27085,26451,3,125,2133 +"107505",27085,26471,3,125,1061 +"107506",27085,26570,3,125,1669 +"107507",27085,26749,2,125,2965 +"107508",27085,27175,3,125,1447 +"107509",27085,27205,3,125,966 +"107510",27085,27390,3,125,2425 +"107511",27085,27642,3,125,1531 +"107512",27085,27694,3,125,2030 +"107513",27085,27849,3,125,1316 +"107514",27085,28002,3,125,914 +"107515",27085,28015,2,125,1624 +"107516",27085,28124,1,125,434 +"107517",27085,29124,3,125,199 +"107518",27085,29705,2,125,607 +"107519",27085,29750,3,125,689 +"107520",27085,29930,3,125,2240 +"107521",27085,31338,3,125,917 +"107522",27085,31530,3,125,1661 +"107523",27085,32017,3,125,577 +"107524",27085,32173,3,125,2341 +"107525",27085,32919,3,125,2321 +"107526",27085,33949,3,125,2489 +"107527",27085,34136,3,125,2202 +"107528",27085,34735,3,125,2767 +"107529",27085,34836,3,125,2302 +"107530",27085,34934,3,125,645 +"107531",27085,35529,3,125,1620 +"107532",27085,35926,3,125,2371 +"107533",27085,38019,2,125,1870 +"107534",27085,38227,3,125,2511 +"107535",27085,39238,2,125,922 +"107536",27085,40432,3,125,1956 +"107537",27085,41174,3,125,850 +"107538",27085,41315,3,125,439 +"107539",27085,41832,3,125,1155 +"107540",27085,41955,3,125,2479 +"107541",27085,43051,3,125,904 +"107542",27085,43385,3,125,1623 +"107543",27085,44059,3,125,525 +"107544",27085,44160,3,125,859 +"107545",27085,46723,3,125,607 +"107546",27085,47386,3,125,2226 +"107547",27085,47772,3,125,2293 +"107548",27085,49334,3,125,2433 +"107549",27085,50219,3,125,756 +"107550",27085,51810,3,125,1401 +"107551",27085,51953,3,125,551 +"107552",27085,52058,3,125,1836 +"107553",27085,52136,3,125,1412 +"107554",27085,52576,3,125,2234 +"107555",27085,53323,3,125,2677 +"107556",27085,55299,3,125,609 +"107557",27085,55468,3,125,2511 +"107558",27085,56317,2,125,2030 +"107559",27085,57950,3,125,1529 +"107560",27085,57977,3,125,2683 +"107561",27085,58508,3,125,2326 +"107562",27085,58530,3,125,298 +"107563",27085,58652,3,125,1437 +"107564",27085,60280,3,125,1918 +"107565",27085,61982,3,125,2725 +"107566",27085,62488,3,125,1418 +"107567",27085,64181,3,125,1828 +"107568",27085,66860,3,125,1548 +"107569",27085,67222,3,125,1332 +"107570",27085,71342,2,125,1289 +"107571",27085,71479,3,125,482 +"107572",27085,72956,2,125,1251 +"107573",27085,73128,3,125,1549 +"107574",27085,73136,3,125,328 +"107575",27085,73786,3,125,2937 +"107576",27085,74681,3,125,837 +"107577",27085,74730,3,125,535 +"107578",27085,75403,3,125,1895 +"107579",27085,75870,3,125,193 +"107580",27085,75948,2,125,1006 +"107581",27085,76284,3,125,1237 +"107582",27085,76646,3,125,1263 +"107583",27085,76905,3,125,298 +"107584",27085,77305,1,125,965 +"107585",27085,79322,3,125,2770 +"107586",27085,79436,3,125,1344 +"107587",27085,80927,3,125,823 +"107588",27085,81588,1,125,1568 +"107589",27085,82893,2,125,1275 +"107590",27085,82929,3,125,2475 +"107591",27085,82949,3,125,2077 +"107592",27085,83434,3,125,850 +"107593",27085,89097,1,125,935 +"107594",27085,89541,2,125,525 +"107595",27085,90573,3,125,878 +"107596",27085,90802,3,125,877 +"107597",27085,92220,1,125,607 +"107598",27085,92817,3,125,569 +"107599",27085,93280,3,125,1053 +"107600",27085,93332,3,125,982 +"107601",27085,95836,3,125,760 +"107602",27085,98781,3,125,1410 +"107603",27085,99444,2,125,408 +"107604",27085,100140,3,125,1041 +"107605",27085,101295,3,125,2165 +"107606",27085,105602,2,125,434 +"107607",27085,105742,3,125,231 +"107608",27085,109510,3,125,621 +"107609",27085,115622,3,125,1895 +"107610",27104,8275,3,1608,2237 +"107611",27104,12692,2,1608,1855 +"107612",27104,13311,3,1608,2315 +"107613",27104,13388,3,1608,2119 +"107614",27104,15207,3,1608,1855 +"107615",27104,17027,3,1608,2772 +"107616",27104,19199,3,1608,2263 +"107617",27104,19593,3,1608,2013 +"107618",27104,19813,3,1608,1744 +"107619",27104,20067,3,1608,2390 +"107620",27104,22403,3,1608,1630 +"107621",27104,35529,3,1608,1620 +"107622",27104,36441,2,1608,2796 +"107623",27104,41108,2,1608,1624 +"107624",27104,42799,3,1608,2729 +"107625",27104,46635,3,1608,2528 +"107626",27104,47895,2,1608,2328 +"107627",27104,57760,3,1608,1721 +"107628",27104,57977,3,1608,2683 +"107629",27104,62832,3,1608,2606 +"107630",27104,76356,1,1608,2323 +"107631",27104,84567,3,1608,2767 +"107632",27104,117956,3,1608,2774 +"107633",27110,145,3,620,1998 +"107634",27110,470,3,620,2285 +"107635",27110,600,3,620,1702 +"107636",27110,913,2,620,2144 +"107637",27110,2224,3,620,2751 +"107638",27110,8888,3,620,1328 +"107639",27110,9511,2,620,1232 +"107640",27110,12618,3,620,2021 +"107641",27110,15632,3,620,1242 +"107642",27110,17698,3,620,1559 +"107643",27110,19335,3,620,1729 +"107644",27110,21422,3,620,935 +"107645",27110,22567,3,620,2396 +"107646",27110,23132,3,620,2756 +"107647",27110,24448,3,620,2289 +"107648",27110,24568,3,620,1937 +"107649",27110,27275,3,620,2656 +"107650",27110,27390,3,620,2425 +"107651",27110,28115,3,620,1835 +"107652",27110,31235,3,620,2668 +"107653",27110,40383,3,620,2639 +"107654",27110,42799,3,620,2729 +"107655",27110,43941,3,620,1289 +"107656",27110,52735,3,620,1124 +"107657",27110,54855,3,620,1525 +"107658",27110,63409,3,620,1937 +"107659",27110,65016,3,620,2749 +"107660",27110,75898,3,620,889 +"107661",27112,212,3,500,1513 +"107662",27112,270,2,500,2542 +"107663",27112,380,3,500,2261 +"107664",27112,1102,3,500,2282 +"107665",27112,1124,2,500,1596 +"107666",27112,1639,3,500,2631 +"107667",27112,1875,3,500,1786 +"107668",27112,2111,2,500,1904 +"107669",27112,2424,3,500,2582 +"107670",27112,2533,3,500,2016 +"107671",27112,2894,3,500,1291 +"107672",27112,3305,3,500,2839 +"107673",27112,3306,2,500,1989 +"107674",27112,3477,3,500,2546 +"107675",27112,4360,3,500,1770 +"107676",27112,4701,3,500,2401 +"107677",27112,5072,3,500,2175 +"107678",27112,5235,3,500,2324 +"107679",27112,5258,3,500,2730 +"107680",27112,5405,3,500,1510 +"107681",27112,5568,3,500,1290 +"107682",27112,5599,3,500,1684 +"107683",27112,5622,3,500,2175 +"107684",27112,5716,3,500,1058 +"107685",27112,5971,1,500,1985 +"107686",27112,6047,3,500,2004 +"107687",27112,6052,3,500,1985 +"107688",27112,6063,3,500,2349 +"107689",27112,6222,2,500,1949 +"107690",27112,6264,2,500,749 +"107691",27112,6363,3,500,2066 +"107692",27112,6588,2,500,2025 +"107693",27112,6718,2,500,2138 +"107694",27112,7234,3,500,2654 +"107695",27112,7555,3,500,1943 +"107696",27112,7616,3,500,2296 +"107697",27112,7627,2,500,1543 +"107698",27112,8866,3,500,1545 +"107699",27112,8888,3,500,1328 +"107700",27112,9364,3,500,1698 +"107701",27112,9432,3,500,1693 +"107702",27112,9440,3,500,1006 +"107703",27112,9620,3,500,2339 +"107704",27112,9624,3,500,2398 +"107705",27112,9650,3,500,1167 +"107706",27112,10488,2,500,1524 +"107707",27112,10523,2,500,1510 +"107708",27112,10576,3,500,974 +"107709",27112,10857,3,500,2253 +"107710",27112,10914,3,500,1660 +"107711",27112,10939,3,500,1376 +"107712",27112,10945,3,500,881 +"107713",27112,11218,3,500,2292 +"107714",27112,11229,2,500,1625 +"107715",27112,11419,3,500,1408 +"107716",27112,11440,3,500,2026 +"107717",27112,11477,3,500,2724 +"107718",27112,11817,2,500,600 +"107719",27112,11912,3,500,889 +"107720",27112,11966,3,500,2385 +"107721",27112,12042,3,500,2345 +"107722",27112,12310,3,500,1337 +"107723",27112,12374,2,500,2260 +"107724",27112,12375,3,500,1873 +"107725",27112,12713,3,500,2440 +"107726",27112,12728,3,500,2374 +"107727",27112,12735,3,500,819 +"107728",27112,12779,3,500,936 +"107729",27112,13248,3,500,1385 +"107730",27112,13307,3,500,2206 +"107731",27112,14032,3,500,2144 +"107732",27112,14564,3,500,1581 +"107733",27112,14656,2,500,584 +"107734",27112,14669,3,500,2080 +"107735",27112,14855,3,500,903 +"107736",27112,14959,3,500,2898 +"107737",27112,14989,3,500,2223 +"107738",27112,15003,2,500,2067 +"107739",27112,15118,3,500,1311 +"107740",27112,15135,3,500,1035 +"107741",27112,15244,3,500,1600 +"107742",27112,15402,3,500,1281 +"107743",27112,15700,3,500,1712 +"107744",27112,15799,3,500,1917 +"107745",27112,16352,3,500,2657 +"107746",27112,16539,3,500,1947 +"107747",27112,17400,2,500,2231 +"107748",27112,18005,3,500,2449 +"107749",27112,18152,3,500,1314 +"107750",27112,18217,3,500,1566 +"107751",27112,18361,2,500,2968 +"107752",27112,18394,2,500,2356 +"107753",27112,18502,3,500,1033 +"107754",27112,18543,3,500,2968 +"107755",27112,19622,3,500,2371 +"107756",27112,19719,3,500,2177 +"107757",27112,19862,3,500,2412 +"107758",27112,19893,3,500,1223 +"107759",27112,20124,2,500,2376 +"107760",27112,20311,3,500,1981 +"107761",27112,21012,3,500,2325 +"107762",27112,21104,3,500,2327 +"107763",27112,21571,3,500,2755 +"107764",27112,21693,2,500,2176 +"107765",27112,22197,3,500,2271 +"107766",27112,22326,3,500,2818 +"107767",27112,22362,3,500,1836 +"107768",27112,22403,3,500,1630 +"107769",27112,22415,3,500,2841 +"107770",27112,22462,3,500,869 +"107771",27112,22566,3,500,2308 +"107772",27112,23006,3,500,1532 +"107773",27112,23403,3,500,607 +"107774",27112,23492,3,500,1067 +"107775",27112,23509,2,500,2275 +"107776",27112,23526,2,500,1998 +"107777",27112,23715,2,500,1859 +"107778",27112,23725,2,500,2378 +"107779",27112,24005,3,500,1188 +"107780",27112,24066,3,500,1755 +"107781",27112,24259,3,500,1281 +"107782",27112,24559,3,500,946 +"107783",27112,25027,3,500,564 +"107784",27112,25132,3,500,1188 +"107785",27112,25305,3,500,2447 +"107786",27112,25643,3,500,1646 +"107787",27112,25985,3,500,2071 +"107788",27112,26570,3,500,1669 +"107789",27112,26671,3,500,2279 +"107790",27112,26848,2,500,2363 +"107791",27112,26867,2,500,1804 +"107792",27112,27377,3,500,1724 +"107793",27112,27694,3,500,2030 +"107794",27112,27744,2,500,861 +"107795",27112,27849,3,500,1316 +"107796",27112,28383,3,500,1222 +"107797",27112,29073,3,500,2328 +"107798",27112,29962,3,500,2201 +"107799",27112,29987,3,500,956 +"107800",27112,30173,3,500,2404 +"107801",27112,30325,2,500,1067 +"107802",27112,30405,2,500,2164 +"107803",27112,31093,3,500,2160 +"107804",27112,31307,3,500,2139 +"107805",27112,31436,3,500,2892 +"107806",27112,32017,2,500,577 +"107807",27112,32131,2,500,1035 +"107808",27112,32173,3,500,2341 +"107809",27112,32811,3,500,804 +"107810",27112,32965,3,500,2071 +"107811",27112,33223,3,500,2397 +"107812",27112,33622,3,500,2230 +"107813",27112,33949,3,500,2489 +"107814",27112,34136,3,500,2202 +"107815",27112,34426,3,500,2743 +"107816",27112,34588,3,500,985 +"107817",27112,34836,3,500,2302 +"107818",27112,35402,2,500,2339 +"107819",27112,35673,3,500,1067 +"107820",27112,37800,2,500,604 +"107821",27112,38019,3,500,1870 +"107822",27112,38694,3,500,817 +"107823",27112,38921,3,500,1880 +"107824",27112,39294,3,500,1889 +"107825",27112,39444,3,500,2695 +"107826",27112,39865,2,500,849 +"107827",27112,40028,1,500,1349 +"107828",27112,40072,2,500,1182 +"107829",27112,40493,3,500,1981 +"107830",27112,40542,3,500,1664 +"107831",27112,40646,3,500,1583 +"107832",27112,40820,3,500,900 +"107833",27112,42687,3,500,1952 +"107834",27112,42837,3,500,1096 +"107835",27112,43169,3,500,594 +"107836",27112,43213,3,500,2160 +"107837",27112,43455,3,500,2846 +"107838",27112,43518,3,500,2680 +"107839",27112,43673,3,500,2787 +"107840",27112,44521,2,500,1593 +"107841",27112,44641,3,500,1981 +"107842",27112,44648,3,500,619 +"107843",27112,44819,3,500,2063 +"107844",27112,45684,3,500,2200 +"107845",27112,45729,3,500,2606 +"107846",27112,46182,3,500,1613 +"107847",27112,46196,3,500,1510 +"107848",27112,46629,2,500,2255 +"107849",27112,47435,3,500,878 +"107850",27112,47895,3,500,2328 +"107851",27112,48035,3,500,2180 +"107852",27112,48435,2,500,528 +"107853",27112,48698,3,500,1474 +"107854",27112,50118,3,500,2654 +"107855",27112,50134,3,500,2674 +"107856",27112,50236,2,500,2339 +"107857",27112,52136,3,500,1412 +"107858",27112,52345,2,500,1430 +"107859",27112,53303,2,500,1376 +"107860",27112,54551,3,500,2348 +"107861",27112,54929,3,500,2783 +"107862",27112,55468,3,500,2511 +"107863",27112,55892,3,500,1234 +"107864",27112,56082,2,500,2395 +"107865",27112,56232,3,500,1175 +"107866",27112,56237,2,500,2625 +"107867",27112,56317,3,500,2030 +"107868",27112,57150,3,500,1196 +"107869",27112,57246,3,500,1873 +"107870",27112,57414,3,500,922 +"107871",27112,59386,3,500,595 +"107872",27112,59539,3,500,2429 +"107873",27112,59939,1,500,936 +"107874",27112,61982,3,500,2725 +"107875",27112,64786,3,500,870 +"107876",27112,64947,3,500,2489 +"107877",27112,65242,3,500,1988 +"107878",27112,67763,2,500,822 +"107879",27112,67805,3,500,1338 +"107880",27112,68215,2,500,2727 +"107881",27112,70838,2,500,687 +"107882",27112,71217,3,500,2169 +"107883",27112,71971,3,500,1294 +"107884",27112,72188,2,500,856 +"107885",27112,72207,3,500,2430 +"107886",27112,72326,2,500,2384 +"107887",27112,72956,3,500,1251 +"107888",27112,73266,3,500,2496 +"107889",27112,75403,2,500,1895 +"107890",27112,76127,3,500,910 +"107891",27112,76284,3,500,1237 +"107892",27112,78256,3,500,804 +"107893",27112,79804,2,500,2227 +"107894",27112,80242,3,500,569 +"107895",27112,80784,3,500,1738 +"107896",27112,82776,3,500,1232 +"107897",27112,82949,3,500,2077 +"107898",27112,85329,3,500,738 +"107899",27112,85685,3,500,998 +"107900",27112,87048,2,500,989 +"107901",27112,89586,3,500,1401 +"107902",27112,91912,2,500,790 +"107903",27112,92104,3,500,2339 +"107904",27112,94889,3,500,667 +"107905",27112,98925,3,500,584 +"107906",27112,108867,3,500,2328 +"107907",27112,109663,2,500,545 +"107908",27112,109718,3,500,1237 +"107909",27112,111971,3,500,1032 +"107910",27112,112437,2,500,513 +"107911",27112,116835,3,500,553 +"107912",27112,117932,3,500,926 +"107913",27112,117956,2,500,2774 +"107914",27112,120549,2,500,708 +"107915",27116,1702,3,963,1984 +"107916",27116,11168,3,963,1223 +"107917",27116,12518,1,963,2747 +"107918",27116,15713,3,963,1646 +"107919",27116,27030,1,963,2031 +"107920",27116,36554,3,963,1649 +"107921",27116,40129,3,963,2162 +"107922",27116,47726,3,963,1272 +"107923",27116,51546,2,963,1369 +"107924",27130,4253,3,1880,1890 +"107925",27130,11218,3,1880,2292 +"107926",27130,12042,3,1880,2345 +"107927",27130,16352,3,1880,2657 +"107928",27130,26080,3,1880,2525 +"107929",27130,37758,3,1880,1998 +"107930",27130,41972,3,1880,2509 +"107931",27130,49110,3,1880,2938 +"107932",27135,669,3,798,1423 +"107933",27135,10859,3,798,2231 +"107934",27135,14272,2,798,1063 +"107935",27135,18244,3,798,1622 +"107936",27135,18366,2,798,2699 +"107937",27135,21795,3,798,2653 +"107938",27135,35888,3,798,2291 +"107939",27135,49560,3,798,1679 +"107940",27135,58180,2,798,1919 +"107941",27135,82829,1,798,2416 +"107942",27135,105795,3,798,1265 +"107943",27135,107435,3,798,1635 +"107944",27173,134,3,2050,2062 +"107945",27173,701,1,2050,2718 +"107946",27173,1102,3,2050,2282 +"107947",27173,1639,3,2050,2631 +"107948",27173,3305,3,2050,2839 +"107949",27173,5235,3,2050,2324 +"107950",27173,6044,3,2050,2744 +"107951",27173,6074,3,2050,2426 +"107952",27173,6104,3,2050,2462 +"107953",27173,6363,2,2050,2066 +"107954",27173,14669,3,2050,2080 +"107955",27173,15003,2,2050,2067 +"107956",27173,15756,3,2050,2362 +"107957",27173,16518,3,2050,2642 +"107958",27173,19248,3,2050,2357 +"107959",27173,19643,3,2050,2452 +"107960",27173,20423,3,2050,2654 +"107961",27173,21682,2,2050,2414 +"107962",27173,21929,3,2050,2062 +"107963",27173,25569,3,2050,2317 +"107964",27173,25985,3,2050,2071 +"107965",27173,26721,3,2050,2586 +"107966",27173,32457,3,2050,2690 +"107967",27173,32964,3,2050,2252 +"107968",27173,32965,3,2050,2071 +"107969",27173,33949,3,2050,2489 +"107970",27173,34426,3,2050,2743 +"107971",27173,37285,2,2050,2428 +"107972",27173,39535,3,2050,2428 +"107973",27173,41402,2,2050,2313 +"107974",27173,44819,2,2050,2063 +"107975",27173,45302,3,2050,2390 +"107976",27173,47098,3,2050,2057 +"107977",27173,48605,2,2050,2796 +"107978",27173,50785,3,2050,2877 +"107979",27173,51017,3,2050,2073 +"107980",27173,51035,3,2050,2397 +"107981",27173,51041,3,2050,2606 +"107982",27173,51866,3,2050,2411 +"107983",27173,55256,3,2050,2379 +"107984",27173,57842,3,2050,2482 +"107985",27173,59539,3,2050,2429 +"107986",27175,2424,3,1447,2582 +"107987",27175,2533,3,1447,2016 +"107988",27175,3305,3,1447,2839 +"107989",27175,4567,3,1447,2348 +"107990",27175,4701,3,1447,2401 +"107991",27175,6052,3,1447,1985 +"107992",27175,12618,3,1447,2021 +"107993",27175,12863,3,1447,2027 +"107994",27175,17852,3,1447,2840 +"107995",27175,19719,3,1447,2177 +"107996",27175,21122,3,1447,1701 +"107997",27175,21285,3,1447,2100 +"107998",27175,21693,3,1447,2176 +"107999",27175,22326,3,1447,2818 +"108000",27175,22331,3,1447,2687 +"108001",27175,22362,3,1447,1836 +"108002",27175,22714,3,1447,2793 +"108003",27175,25305,3,1447,2447 +"108004",27175,25577,3,1447,1946 +"108005",27175,26749,3,1447,2965 +"108006",27175,27275,3,1447,2656 +"108007",27175,27390,3,1447,2425 +"108008",27175,27694,3,1447,2030 +"108009",27175,29962,3,1447,2201 +"108010",27175,30052,3,1447,2855 +"108011",27175,35095,2,1447,1502 +"108012",27175,43385,3,1447,1623 +"108013",27175,48414,3,1447,1749 +"108014",27175,52058,2,1447,1836 +"108015",27175,52576,3,1447,2234 +"108016",27175,55438,3,1447,2863 +"108017",27175,55468,3,1447,2511 +"108018",27175,56317,2,1447,2030 +"108019",27175,57950,3,1447,1529 +"108020",27175,58133,3,1447,1484 +"108021",27175,58508,3,1447,2326 +"108022",27175,58684,3,1447,2295 +"108023",27175,66860,1,1447,1548 +"108024",27175,79322,3,1447,2770 +"108025",27175,81588,3,1447,1568 +"108026",27175,82949,3,1447,2077 +"108027",27195,362,3,2158,2537 +"108028",27195,854,3,2158,2307 +"108029",27195,997,3,2158,2788 +"108030",27195,1831,2,2158,2397 +"108031",27195,2484,3,2158,2389 +"108032",27195,2572,3,2158,2273 +"108033",27195,2936,3,2158,2512 +"108034",27195,3495,3,2158,2431 +"108035",27195,3966,3,2158,2425 +"108036",27195,5235,3,2158,2324 +"108037",27195,5315,3,2158,2631 +"108038",27195,6255,3,2158,2895 +"108039",27195,7029,1,2158,2204 +"108040",27195,9272,3,2158,2835 +"108041",27195,9723,2,2158,2302 +"108042",27195,10310,3,2158,2774 +"108043",27195,10358,3,2158,2294 +"108044",27195,11103,2,2158,2393 +"108045",27195,11239,1,2158,2181 +"108046",27195,13780,3,2158,2412 +"108047",27195,14972,3,2158,2332 +"108048",27195,15636,3,2158,2857 +"108049",27195,16352,3,2158,2657 +"108050",27195,18344,2,2158,2204 +"108051",27195,19215,3,2158,2604 +"108052",27195,19364,3,2158,2846 +"108053",27195,20331,3,2158,2365 +"108054",27195,21406,3,2158,2714 +"108055",27195,22580,3,2158,2245 +"108056",27195,22709,3,2158,2743 +"108057",27195,24256,2,2158,2393 +"108058",27195,25325,3,2158,2963 +"108059",27195,29930,1,2158,2240 +"108060",27195,30747,3,2158,2455 +"108061",27195,31705,3,2158,2706 +"108062",27195,33184,3,2158,2522 +"108063",27195,34735,3,2158,2767 +"108064",27195,34921,3,2158,2181 +"108065",27195,36559,3,2158,2473 +"108066",27195,36574,3,2158,2934 +"108067",27195,41770,3,2158,2752 +"108068",27195,41955,3,2158,2479 +"108069",27195,42574,2,2158,2842 +"108070",27195,43349,3,2158,2400 +"108071",27195,47947,3,2158,2681 +"108072",27195,48571,3,2158,2717 +"108073",27195,48605,3,2158,2796 +"108074",27195,53219,2,2158,2973 +"108075",27195,57549,3,2158,2335 +"108076",27195,67150,3,2158,2633 +"108077",27195,73305,3,2158,2544 +"108078",27195,73553,3,2158,2726 +"108079",27195,117956,3,2158,2774 +"108080",27205,3306,3,966,1989 +"108081",27205,5315,3,966,2631 +"108082",27205,5350,3,966,2522 +"108083",27205,5716,3,966,1058 +"108084",27205,5986,3,966,1721 +"108085",27205,6047,2,966,2004 +"108086",27205,6417,3,966,1675 +"108087",27205,9928,3,966,2345 +"108088",27205,10358,3,966,2294 +"108089",27205,13311,3,966,2315 +"108090",27205,14032,2,966,2144 +"108091",27205,15309,3,966,2820 +"108092",27205,15402,3,966,1281 +"108093",27205,16352,3,966,2657 +"108094",27205,18874,3,966,2170 +"108095",27205,23310,3,966,2371 +"108096",27205,29930,3,966,2240 +"108097",27205,32919,3,966,2321 +"108098",27205,34735,3,966,2767 +"108099",27205,35926,3,966,2371 +"108100",27205,41832,3,966,1155 +"108101",27205,41955,3,966,2479 +"108102",27205,60280,3,966,1918 +"108103",27205,62488,3,966,1418 +"108104",27205,75403,3,966,1895 +"108105",27224,508,3,354,801 +"108106",27224,854,3,354,2307 +"108107",27224,1175,3,354,1642 +"108108",27224,2484,3,354,2389 +"108109",27224,2609,3,354,834 +"108110",27224,3068,2,354,1815 +"108111",27224,3477,3,354,2546 +"108112",27224,3886,2,354,1669 +"108113",27224,5615,3,354,1105 +"108114",27224,6063,3,354,2349 +"108115",27224,9423,3,354,1708 +"108116",27224,10143,3,354,778 +"108117",27224,12081,3,354,2166 +"108118",27224,12729,3,354,1835 +"108119",27224,12735,3,354,819 +"108120",27224,12779,2,354,936 +"108121",27224,13158,3,354,2667 +"108122",27224,13899,3,354,2650 +"108123",27224,15106,3,354,2286 +"108124",27224,15215,2,354,798 +"108125",27224,15444,3,354,2764 +"108126",27224,17351,3,354,2036 +"108127",27224,17943,3,354,1943 +"108128",27224,18011,3,354,1636 +"108129",27224,18165,3,354,2085 +"108130",27224,18217,3,354,1566 +"108131",27224,18404,3,354,801 +"108132",27224,18670,3,354,1835 +"108133",27224,19069,2,354,988 +"108134",27224,19282,3,354,1623 +"108135",27224,19317,1,354,2041 +"108136",27224,20343,3,354,851 +"108137",27224,21275,3,354,2609 +"108138",27224,22025,2,354,1591 +"108139",27224,22057,1,354,974 +"108140",27224,22462,3,354,869 +"108141",27224,22682,3,354,2035 +"108142",27224,23572,3,354,772 +"108143",27224,24256,3,354,2393 +"108144",27224,24789,3,354,829 +"108145",27224,26873,3,354,419 +"108146",27224,28274,3,354,493 +"108147",27224,29512,3,354,1594 +"108148",27224,29884,1,354,1239 +"108149",27224,30236,3,354,2238 +"108150",27224,30798,3,354,1398 +"108151",27224,30850,3,354,1045 +"108152",27224,31705,3,354,2706 +"108153",27224,33223,3,354,2397 +"108154",27224,35045,3,354,1646 +"108155",27224,37301,3,354,2160 +"108156",27224,40329,3,354,412 +"108157",27224,40542,3,354,1664 +"108158",27224,41682,3,354,1988 +"108159",27224,42837,3,354,1096 +"108160",27224,43077,2,354,884 +"108161",27224,48823,3,354,2080 +"108162",27224,55084,3,354,1189 +"108163",27224,56026,3,354,908 +"108164",27224,56639,3,354,643 +"108165",27224,58164,2,354,2398 +"108166",27224,61242,2,354,1650 +"108167",27224,69122,2,354,416 +"108168",27224,77077,3,354,2693 +"108169",27224,80764,3,354,1808 +"108170",27224,82009,3,354,1020 +"108171",27224,82187,3,354,1055 +"108172",27224,83218,3,354,1537 +"108173",27224,88063,3,354,1045 +"108174",27224,95879,3,354,1748 +"108175",27224,101967,3,354,691 +"108176",27224,105207,3,354,451 +"108177",27224,108498,3,354,974 +"108178",27255,1150,3,1232,1595 +"108179",27255,1629,3,1232,1289 +"108180",27255,1702,3,1232,1984 +"108181",27255,2747,3,1232,2411 +"108182",27255,2979,3,1232,2912 +"108183",27255,3195,2,1232,2043 +"108184",27255,3456,3,1232,1999 +"108185",27255,3477,3,1232,2546 +"108186",27255,3830,3,1232,1661 +"108187",27255,4932,1,1232,2752 +"108188",27255,4983,2,1232,1909 +"108189",27255,5462,3,1232,2374 +"108190",27255,6063,3,1232,2349 +"108191",27255,6132,1,1232,1590 +"108192",27255,6602,3,1232,1631 +"108193",27255,7337,3,1232,1797 +"108194",27255,7937,2,1232,2044 +"108195",27255,8140,2,1232,1262 +"108196",27255,8726,3,1232,2083 +"108197",27255,8908,3,1232,1537 +"108198",27255,9801,2,1232,2443 +"108199",27255,10200,3,1232,2920 +"108200",27255,10474,3,1232,1608 +"108201",27255,10980,3,1232,1974 +"108202",27255,11424,3,1232,1631 +"108203",27255,11990,3,1232,1909 +"108204",27255,12078,3,1232,2381 +"108205",27255,13079,3,1232,2547 +"108206",27255,13879,3,1232,2748 +"108207",27255,14754,2,1232,2456 +"108208",27255,15607,3,1232,1421 +"108209",27255,15916,3,1232,1236 +"108210",27255,17645,3,1232,1918 +"108211",27255,18217,3,1232,1566 +"108212",27255,19934,3,1232,2888 +"108213",27255,21207,3,1232,1258 +"108214",27255,21684,3,1232,1971 +"108215",27255,23015,3,1232,1362 +"108216",27255,23787,3,1232,2810 +"108217",27255,24086,3,1232,2663 +"108218",27255,25832,2,1232,1689 +"108219",27255,26513,3,1232,2205 +"108220",27255,27320,3,1232,2378 +"108221",27255,27908,3,1232,2576 +"108222",27255,28296,3,1232,2944 +"108223",27255,28893,1,1232,2764 +"108224",27255,29495,3,1232,1612 +"108225",27255,31170,3,1232,1776 +"108226",27255,32339,1,1232,2430 +"108227",27255,33223,3,1232,2397 +"108228",27255,34735,3,1232,2767 +"108229",27255,34820,3,1232,1630 +"108230",27255,35620,3,1232,2092 +"108231",27255,35822,3,1232,1903 +"108232",27255,36506,3,1232,2638 +"108233",27255,38019,3,1232,1870 +"108234",27255,39443,2,1232,2277 +"108235",27255,39875,2,1232,2422 +"108236",27255,40542,3,1232,1664 +"108237",27255,41581,2,1232,1692 +"108238",27255,42619,2,1232,2017 +"108239",27255,43058,3,1232,1608 +"108240",27255,44564,3,1232,2034 +"108241",27255,44982,3,1232,1592 +"108242",27255,45461,2,1232,2458 +"108243",27255,47534,3,1232,2712 +"108244",27255,50335,3,1232,1893 +"108245",27255,50430,3,1232,1689 +"108246",27255,50581,3,1232,1258 +"108247",27255,50630,3,1232,2615 +"108248",27255,56569,3,1232,1993 +"108249",27255,57067,2,1232,2547 +"108250",27255,57765,3,1232,2893 +"108251",27255,60808,2,1232,1258 +"108252",27255,69788,3,1232,2007 +"108253",27255,74149,3,1232,1322 +"108254",27255,76235,3,1232,2777 +"108255",27255,88212,3,1232,2547 +"108256",27255,93320,2,1232,1258 +"108257",27255,114857,3,1232,1310 +"108258",27260,360,3,878,1671 +"108259",27260,1782,3,878,2796 +"108260",27260,5315,3,878,2631 +"108261",27260,5716,3,878,1058 +"108262",27260,6417,3,878,1675 +"108263",27260,11127,3,878,1196 +"108264",27260,11218,3,878,2292 +"108265",27260,13929,3,878,2693 +"108266",27260,16587,2,878,2065 +"108267",27260,18554,3,878,2065 +"108268",27260,18615,3,878,1025 +"108269",27260,24169,3,878,1663 +"108270",27260,26766,3,878,1161 +"108271",27260,27130,3,878,1880 +"108272",27260,29864,3,878,2479 +"108273",27260,29930,3,878,2240 +"108274",27260,30150,3,878,1704 +"108275",27260,31279,3,878,965 +"108276",27260,37758,1,878,1998 +"108277",27260,41955,3,878,2479 +"108278",27260,42486,3,878,1951 +"108279",27260,43135,1,878,1171 +"108280",27260,44068,1,878,1056 +"108281",27260,53134,2,878,1590 +"108282",27260,54929,3,878,2783 +"108283",27260,62488,3,878,1418 +"108284",27260,63328,3,878,922 +"108285",27260,77424,3,878,1489 +"108286",27260,93933,3,878,1336 +"108287",27260,100140,3,878,1041 +"108288",27261,1196,3,1368,1986 +"108289",27261,1691,3,1368,1941 +"108290",27261,3011,3,1368,2278 +"108291",27261,4701,3,1368,2401 +"108292",27261,5986,3,1368,1721 +"108293",27261,6162,2,1368,1673 +"108294",27261,7548,2,1368,1932 +"108295",27261,8274,3,1368,1909 +"108296",27261,8327,3,1368,2527 +"108297",27261,9311,3,1368,2477 +"108298",27261,9579,3,1368,2105 +"108299",27261,10358,3,1368,2294 +"108300",27261,10474,3,1368,1608 +"108301",27261,10843,2,1368,2277 +"108302",27261,11218,3,1368,2292 +"108303",27261,12042,3,1368,2345 +"108304",27261,14723,3,1368,2019 +"108305",27261,15626,3,1368,2434 +"108306",27261,17906,3,1368,1940 +"108307",27261,18571,3,1368,2128 +"108308",27261,19173,2,1368,1686 +"108309",27261,19453,3,1368,1928 +"108310",27261,20407,2,1368,2339 +"108311",27261,21448,3,1368,2332 +"108312",27261,22785,3,1368,1733 +"108313",27261,24169,3,1368,1663 +"108314",27261,24721,3,1368,2326 +"108315",27261,25480,3,1368,2747 +"108316",27261,26408,2,1368,1545 +"108317",27261,27297,3,1368,1382 +"108318",27261,30410,3,1368,1966 +"108319",27261,33356,2,1368,1586 +"108320",27261,33433,2,1368,2805 +"108321",27261,35888,3,1368,2291 +"108322",27261,36439,3,1368,2469 +"108323",27261,38755,2,1368,2902 +"108324",27261,39105,3,1368,2487 +"108325",27261,41682,3,1368,1988 +"108326",27261,44420,3,1368,2184 +"108327",27261,46091,3,1368,1938 +"108328",27261,46951,3,1368,2429 +"108329",27261,49581,3,1368,1817 +"108330",27261,49696,3,1368,2444 +"108331",27261,51089,3,1368,2426 +"108332",27261,51647,3,1368,1382 +"108333",27261,52327,3,1368,1472 +"108334",27261,53342,2,1368,2071 +"108335",27261,54879,2,1368,2210 +"108336",27261,55324,3,1368,1544 +"108337",27261,55643,3,1368,2359 +"108338",27261,58993,3,1368,2390 +"108339",27261,59113,3,1368,2434 +"108340",27261,62903,3,1368,1704 +"108341",27261,73197,3,1368,1998 +"108342",27261,74190,3,1368,1428 +"108343",27261,92513,3,1368,2282 +"108344",27261,102186,3,1368,2937 +"108345",27275,455,3,2656,2827 +"108346",27275,2954,3,2656,2727 +"108347",27275,3305,3,2656,2839 +"108348",27275,5258,3,2656,2730 +"108349",27275,7515,3,2656,2737 +"108350",27275,9362,3,2656,2879 +"108351",27275,16432,3,2656,2664 +"108352",27275,18543,3,2656,2968 +"108353",27275,22326,3,2656,2818 +"108354",27275,23132,3,2656,2756 +"108355",27275,26749,3,2656,2965 +"108356",27275,30052,3,2656,2855 +"108357",27275,31235,2,2656,2668 +"108358",27275,34480,3,2656,2755 +"108359",27275,36087,3,2656,2755 +"108360",27275,38780,3,2656,2705 +"108361",27275,42799,3,2656,2729 +"108362",27275,44427,3,2656,2875 +"108363",27275,47445,3,2656,2668 +"108364",27275,48605,3,2656,2796 +"108365",27275,53219,3,2656,2973 +"108366",27275,55438,3,2656,2863 +"108367",27275,61982,3,2656,2725 +"108368",27275,62841,3,2656,2710 +"108369",27275,65016,3,2656,2749 +"108370",27275,67652,2,2656,2736 +"108371",27275,79322,3,2656,2770 +"108372",27277,1090,3,1994,2370 +"108373",27277,10382,3,1994,2111 +"108374",27277,27397,3,1994,2456 +"108375",27277,41998,3,1994,2400 +"108376",27277,53779,3,1994,2000 +"108377",27277,94125,3,1994,2280 +"108378",27280,3271,3,1965,2216 +"108379",27280,4249,3,1965,2547 +"108380",27280,5897,3,1965,2337 +"108381",27280,6119,3,1965,2358 +"108382",27280,16286,3,1965,2470 +"108383",27280,18421,3,1965,2457 +"108384",27280,19934,3,1965,2888 +"108385",27280,21670,3,1965,2158 +"108386",27280,27391,1,1965,2378 +"108387",27280,30865,3,1965,2038 +"108388",27280,31235,3,1965,2668 +"108389",27280,32920,3,1965,2158 +"108390",27280,37752,2,1965,2223 +"108391",27280,40623,3,1965,2580 +"108392",27280,59039,3,1965,2870 +"108393",27280,61443,3,1965,2770 +"108394",27280,63654,3,1965,2310 +"108395",27280,65188,2,1965,2213 +"108396",27280,67815,3,1965,2476 +"108397",27280,88067,2,1965,2315 +"108398",27280,90745,3,1965,1994 +"108399",27280,107871,3,1965,2228 +"108400",27297,361,3,1382,1970 +"108401",27297,392,3,1382,1915 +"108402",27297,4350,3,1382,1392 +"108403",27297,6031,3,1382,1611 +"108404",27297,9579,3,1382,2105 +"108405",27297,11516,3,1382,1937 +"108406",27297,12729,3,1382,1835 +"108407",27297,16542,3,1382,2039 +"108408",27297,19173,3,1382,1686 +"108409",27297,20407,3,1382,2339 +"108410",27297,24753,3,1382,2860 +"108411",27297,24793,3,1382,1993 +"108412",27297,31705,3,1382,2706 +"108413",27297,44759,3,1382,2419 +"108414",27297,49581,3,1382,1817 +"108415",27297,51460,2,1382,1872 +"108416",27297,62852,2,1382,2067 +"108417",27297,76666,3,1382,1908 +"108418",27297,83907,1,1382,2056 +"108419",27312,341,2,2469,2689 +"108420",27312,455,3,2469,2827 +"108421",27312,841,1,2469,2964 +"108422",27312,3978,3,2469,2775 +"108423",27312,6989,3,2469,2623 +"108424",27312,11648,3,2469,2852 +"108425",27312,15567,3,2469,2671 +"108426",27312,24255,2,2469,2770 +"108427",27312,31331,3,2469,2964 +"108428",27312,47840,3,2469,2509 +"108429",27312,62112,3,2469,2944 +"108430",27312,64967,3,2469,2872 +"108431",27312,65016,3,2469,2749 +"108432",27320,680,3,2378,2569 +"108433",27320,3477,3,2378,2546 +"108434",27320,9504,3,2378,2549 +"108435",27320,10373,3,2378,2436 +"108436",27320,19433,3,2378,2504 +"108437",27320,19934,2,2378,2888 +"108438",27320,20941,2,2378,2725 +"108439",27320,26182,3,2378,2775 +"108440",27320,26642,3,2378,2952 +"108441",27320,27908,3,2378,2576 +"108442",27320,28893,2,2378,2764 +"108443",27320,32339,3,2378,2430 +"108444",27320,34216,3,2378,2832 +"108445",27320,36344,3,2378,2570 +"108446",27320,38691,3,2378,2585 +"108447",27320,41023,3,2378,2408 +"108448",27320,46982,3,2378,2806 +"108449",27320,47013,2,2378,2388 +"108450",27320,47968,3,2378,2829 +"108451",27320,51783,3,2378,2599 +"108452",27320,57765,3,2378,2893 +"108453",27320,59039,3,2378,2870 +"108454",27320,62712,3,2378,2884 +"108455",27323,160,3,943,2007 +"108456",27323,1092,3,943,1945 +"108457",27323,1641,3,943,1490 +"108458",27323,3395,3,943,1382 +"108459",27323,7616,3,943,2296 +"108460",27323,8238,3,943,2222 +"108461",27323,12632,3,943,1174 +"108462",27323,16539,3,943,1947 +"108463",27323,17632,3,943,1947 +"108464",27323,19208,3,943,2629 +"108465",27323,26083,3,943,2038 +"108466",27323,28626,3,943,2842 +"108467",27323,31581,3,943,2933 +"108468",27323,31890,3,943,1487 +"108469",27323,32047,3,943,1858 +"108470",27323,32419,2,943,1909 +"108471",27323,41664,3,943,2641 +"108472",27323,47564,3,943,2650 +"108473",27323,49334,3,943,2433 +"108474",27323,50001,3,943,1518 +"108475",27323,50254,3,943,1151 +"108476",27323,55076,3,943,2408 +"108477",27323,67748,3,943,1498 +"108478",27323,69250,3,943,1439 +"108479",27323,76646,3,943,1263 +"108480",27323,77611,3,943,1795 +"108481",27323,78270,2,943,1171 +"108482",27323,82893,2,943,1275 +"108483",27323,83053,3,943,1303 +"108484",27334,49110,3,2750,2938 +"108485",27339,360,3,486,1671 +"108486",27339,1782,3,486,2796 +"108487",27339,3583,2,486,818 +"108488",27339,8888,3,486,1328 +"108489",27339,10709,2,486,746 +"108490",27339,15005,3,486,1415 +"108491",27339,16587,2,486,2065 +"108492",27339,18554,3,486,2065 +"108493",27339,18615,3,486,1025 +"108494",27339,22050,2,486,966 +"108495",27339,26766,3,486,1161 +"108496",27339,27260,2,486,878 +"108497",27339,28190,3,486,1634 +"108498",27339,29864,3,486,2479 +"108499",27339,35610,2,486,594 +"108500",27339,37758,2,486,1998 +"108501",27339,37873,2,486,1288 +"108502",27339,41174,3,486,850 +"108503",27339,43135,1,486,1171 +"108504",27339,44068,2,486,1056 +"108505",27339,51810,3,486,1401 +"108506",27339,53134,3,486,1590 +"108507",27339,57691,3,486,1232 +"108508",27339,63078,2,486,602 +"108509",27339,63328,3,486,922 +"108510",27339,75948,3,486,1006 +"108511",27339,77424,3,486,1489 +"108512",27339,86331,3,486,850 +"108513",27339,93933,2,486,1336 +"108514",27339,101986,3,486,813 +"108515",27339,105117,3,486,809 +"108516",27339,109521,2,486,609 +"108517",27355,1124,3,870,1596 +"108518",27355,1822,3,870,2888 +"108519",27355,2979,3,870,2912 +"108520",27355,3477,3,870,2546 +"108521",27355,4623,1,870,1176 +"108522",27355,4701,3,870,2401 +"108523",27355,5239,3,870,2875 +"108524",27355,5864,3,870,1197 +"108525",27355,6044,3,870,2744 +"108526",27355,6063,3,870,2349 +"108527",27355,9114,3,870,961 +"108528",27355,9351,3,870,1460 +"108529",27355,11432,3,870,1593 +"108530",27355,11976,3,870,1727 +"108531",27355,12388,3,870,1975 +"108532",27355,12779,3,870,936 +"108533",27355,13248,3,870,1385 +"108534",27355,14353,2,870,2878 +"108535",27355,14482,3,870,1573 +"108536",27355,14564,2,870,1581 +"108537",27355,15444,3,870,2764 +"108538",27355,15808,3,870,1521 +"108539",27355,16053,3,870,908 +"108540",27355,16826,3,870,2599 +"108541",27355,17027,3,870,2772 +"108542",27355,17097,2,870,1505 +"108543",27355,17852,3,870,2840 +"108544",27355,18217,3,870,1566 +"108545",27355,20067,3,870,2390 +"108546",27355,20311,3,870,1981 +"108547",27355,21754,3,870,1881 +"108548",27355,22403,1,870,1630 +"108549",27355,23509,3,870,2275 +"108550",27355,24512,3,870,1369 +"108551",27355,25508,3,870,2081 +"108552",27355,26451,3,870,2133 +"108553",27355,27849,3,870,1316 +"108554",27355,30325,3,870,1067 +"108555",27355,30883,3,870,1629 +"108556",27355,31691,3,870,1657 +"108557",27355,33223,3,870,2397 +"108558",27355,34158,1,870,2639 +"108559",27355,34954,3,870,1184 +"108560",27355,35361,2,870,2389 +"108561",27355,38219,3,870,1689 +"108562",27355,38457,3,870,1630 +"108563",27355,39516,2,870,2393 +"108564",27355,40487,3,870,2512 +"108565",27355,40542,3,870,1664 +"108566",27355,40646,3,870,1583 +"108567",27355,40893,3,870,1116 +"108568",27355,41108,3,870,1624 +"108569",27355,41972,3,870,2509 +"108570",27355,42935,3,870,2400 +"108571",27355,43479,3,870,2178 +"108572",27355,44161,3,870,1156 +"108573",27355,44414,3,870,1329 +"108574",27355,47895,3,870,2328 +"108575",27355,49414,2,870,1667 +"108576",27355,51157,3,870,2319 +"108577",27355,51319,2,870,2488 +"108578",27355,52261,3,870,2162 +"108579",27355,52471,3,870,2483 +"108580",27355,57150,2,870,1196 +"108581",27355,57760,2,870,1721 +"108582",27355,62148,3,870,1566 +"108583",27355,65322,3,870,2008 +"108584",27355,65522,3,870,1572 +"108585",27355,67957,3,870,2823 +"108586",27355,68960,3,870,1312 +"108587",27355,70232,3,870,2401 +"108588",27355,72207,3,870,2430 +"108589",27355,85716,2,870,1609 +"108590",27355,117956,3,870,2774 +"108591",27363,33356,3,1508,1586 +"108592",27363,38755,3,1508,2902 +"108593",27365,750,2,231,1327 +"108594",27365,10871,3,231,2314 +"108595",27365,19818,3,231,675 +"108596",27365,26031,2,231,1397 +"108597",27365,29456,3,231,1182 +"108598",27365,31124,3,231,2351 +"108599",27365,32899,3,231,1369 +"108600",27365,54100,1,231,1327 +"108601",27377,470,3,1724,2285 +"108602",27377,913,3,1724,2144 +"108603",27377,2111,3,1724,1904 +"108604",27377,4084,3,1724,2133 +"108605",27377,5971,3,1724,1985 +"108606",27377,6588,3,1724,2025 +"108607",27377,7847,3,1724,2424 +"108608",27377,10370,1,1724,2224 +"108609",27377,10433,3,1724,2075 +"108610",27377,10857,3,1724,2253 +"108611",27377,12518,3,1724,2747 +"108612",27377,17400,3,1724,2231 +"108613",27377,18394,3,1724,2356 +"108614",27377,19093,2,1724,2224 +"108615",27377,23725,3,1724,2378 +"108616",27377,23918,2,1724,1881 +"108617",27377,24568,3,1724,1937 +"108618",27377,27030,3,1724,2031 +"108619",27377,30405,3,1724,2164 +"108620",27377,43213,3,1724,2160 +"108621",27377,43902,3,1724,1726 +"108622",27377,45684,3,1724,2200 +"108623",27377,46629,3,1724,2255 +"108624",27377,50236,3,1724,2339 +"108625",27377,54551,3,1724,2348 +"108626",27377,56082,3,1724,2395 +"108627",27377,63409,3,1724,1937 +"108628",27377,64181,2,1724,1828 +"108629",27377,64997,3,1724,2791 +"108630",27377,66413,3,1724,2507 +"108631",27377,105063,3,1724,1908 +"108632",27379,8842,3,2461,2535 +"108633",27379,17549,3,2461,2647 +"108634",27379,17812,3,2461,2705 +"108635",27379,19208,3,2461,2629 +"108636",27379,38307,3,2461,2648 +"108637",27379,41945,3,2461,2856 +"108638",27379,44688,2,2461,2924 +"108639",27379,50480,3,2461,2701 +"108640",27379,70433,3,2461,2639 +"108641",27390,455,3,2425,2827 +"108642",27390,489,3,2425,2652 +"108643",27390,680,3,2425,2569 +"108644",27390,2424,3,2425,2582 +"108645",27390,2852,3,2425,2448 +"108646",27390,2954,3,2425,2727 +"108647",27390,3493,3,2425,2451 +"108648",27390,3978,3,2425,2775 +"108649",27390,4361,3,2425,2571 +"108650",27390,4932,3,2425,2752 +"108651",27390,6989,2,2425,2623 +"108652",27390,7515,3,2425,2737 +"108653",27390,7785,3,2425,2441 +"108654",27390,8327,3,2425,2527 +"108655",27390,9362,3,2425,2879 +"108656",27390,9785,3,2425,2951 +"108657",27390,11648,3,2425,2852 +"108658",27390,12528,2,2425,2589 +"108659",27390,12948,3,2425,2669 +"108660",27390,14652,3,2425,2516 +"108661",27390,15826,3,2425,2772 +"108662",27390,16286,3,2425,2470 +"108663",27390,18543,3,2425,2968 +"108664",27390,19208,3,2425,2629 +"108665",27390,19433,3,2425,2504 +"108666",27390,21463,3,2425,2437 +"108667",27390,22326,3,2425,2818 +"108668",27390,23132,3,2425,2756 +"108669",27390,24069,3,2425,2697 +"108670",27390,24096,3,2425,2612 +"108671",27390,25305,2,2425,2447 +"108672",27390,25373,3,2425,2783 +"108673",27390,26749,3,2425,2965 +"108674",27390,27275,1,2425,2656 +"108675",27390,30052,3,2425,2855 +"108676",27390,31235,2,2425,2668 +"108677",27390,36953,3,2425,2790 +"108678",27390,38780,3,2425,2705 +"108679",27390,39105,3,2425,2487 +"108680",27390,40383,3,2425,2639 +"108681",27390,42799,3,2425,2729 +"108682",27390,43961,3,2425,2443 +"108683",27390,45729,2,2425,2606 +"108684",27390,45869,3,2425,2840 +"108685",27390,47445,3,2425,2668 +"108686",27390,50480,3,2425,2701 +"108687",27390,53219,3,2425,2973 +"108688",27390,55438,3,2425,2863 +"108689",27390,55468,3,2425,2511 +"108690",27390,57544,3,2425,2443 +"108691",27390,65016,3,2425,2749 +"108692",27390,66413,3,2425,2507 +"108693",27390,67652,2,2425,2736 +"108694",27390,73305,3,2425,2544 +"108695",27390,77052,3,2425,2770 +"108696",27390,79322,2,2425,2770 +"108697",27390,91579,3,2425,2510 +"108698",27391,6390,3,2378,2385 +"108699",27391,11135,3,2378,2441 +"108700",27391,14754,3,2378,2456 +"108701",27391,19934,3,2378,2888 +"108702",27391,23132,3,2378,2756 +"108703",27391,31235,2,2378,2668 +"108704",27391,43961,3,2378,2443 +"108705",27391,47445,3,2378,2668 +"108706",27391,47968,3,2378,2829 +"108707",27391,57544,3,2378,2443 +"108708",27391,62219,3,2378,2494 +"108709",27397,613,3,2456,2687 +"108710",27399,6603,3,1866,2185 +"108711",27399,39987,2,1866,2096 +"108712",27427,766,3,2325,2690 +"108713",27427,1315,2,2325,2760 +"108714",27427,1639,3,2325,2631 +"108715",27427,23312,2,2325,2449 +"108716",27427,44654,3,2325,2916 +"108717",27427,44676,3,2325,2629 +"108718",27458,2282,3,647,2056 +"108719",27458,2927,3,647,1789 +"108720",27458,6345,3,647,2713 +"108721",27458,8607,3,647,1685 +"108722",27458,9538,3,647,1786 +"108723",27458,9724,3,647,2713 +"108724",27458,10701,2,647,2000 +"108725",27458,13595,3,647,1164 +"108726",27458,14212,3,647,857 +"108727",27458,14957,3,647,2306 +"108728",27458,15782,3,647,2306 +"108729",27458,16963,3,647,1999 +"108730",27458,17499,3,647,2954 +"108731",27458,17531,2,647,876 +"108732",27458,17695,2,647,1930 +"108733",27458,19296,3,647,1705 +"108734",27458,19366,2,647,2279 +"108735",27458,22357,3,647,1397 +"108736",27458,23550,3,647,2939 +"108737",27458,26597,2,647,2070 +"108738",27458,28648,3,647,1586 +"108739",27458,32169,2,647,2504 +"108740",27458,36840,3,647,2269 +"108741",27458,37684,3,647,2899 +"108742",27458,42382,3,647,2224 +"108743",27458,42390,3,647,2937 +"108744",27458,43701,3,647,2400 +"108745",27458,46616,3,647,1917 +"108746",27458,50468,3,647,1659 +"108747",27458,53584,3,647,2391 +"108748",27458,71999,3,647,2685 +"108749",27458,84235,3,647,1639 +"108750",27458,88984,3,647,935 +"108751",27478,1151,3,2485,2885 +"108752",27478,1616,3,2485,2662 +"108753",27478,7323,3,2485,2858 +"108754",27478,7394,2,2485,2615 +"108755",27478,10130,3,2485,2741 +"108756",27478,17826,3,2485,2920 +"108757",27478,19027,3,2485,2721 +"108758",27478,19606,3,2485,2783 +"108759",27478,20700,3,2485,2861 +"108760",27478,21193,3,2485,2490 +"108761",27478,31799,2,2485,2547 +"108762",27478,33433,3,2485,2805 +"108763",27478,38755,3,2485,2902 +"108764",27478,39444,3,2485,2695 +"108765",27478,51410,3,2485,2739 +"108766",27478,52570,3,2485,2645 +"108767",27478,57977,2,2485,2683 +"108768",27478,65029,3,2485,2954 +"108769",27478,72334,3,2485,2820 +"108770",27480,160,3,582,2007 +"108771",27480,1036,3,582,1367 +"108772",27480,1124,3,582,1596 +"108773",27480,1355,2,582,2473 +"108774",27480,1641,3,582,1490 +"108775",27480,2864,3,582,1543 +"108776",27480,2894,3,582,1291 +"108777",27480,3164,3,582,2693 +"108778",27480,3520,3,582,2281 +"108779",27480,3753,3,582,1255 +"108780",27480,5429,3,582,1991 +"108781",27480,5785,3,582,1261 +"108782",27480,5865,3,582,1910 +"108783",27480,6222,3,582,1949 +"108784",27480,7013,3,582,2040 +"108785",27480,7185,3,582,1046 +"108786",27480,7406,3,582,1906 +"108787",27480,7555,3,582,1943 +"108788",27480,7616,2,582,2296 +"108789",27480,9871,2,582,921 +"108790",27480,11055,3,582,2111 +"108791",27480,12122,3,582,1385 +"108792",27480,12712,2,582,815 +"108793",27480,13324,3,582,2163 +"108794",27480,14959,3,582,2898 +"108795",27480,15122,3,582,1201 +"108796",27480,15207,3,582,1855 +"108797",27480,15632,3,582,1242 +"108798",27480,16539,3,582,1947 +"108799",27480,17502,3,582,869 +"108800",27480,17520,3,582,2276 +"108801",27480,17716,3,582,915 +"108802",27480,18211,3,582,1745 +"108803",27480,19208,3,582,2629 +"108804",27480,19771,3,582,2410 +"108805",27480,20292,3,582,2755 +"108806",27480,20517,3,582,1465 +"108807",27480,22808,3,582,2297 +"108808",27480,23460,3,582,2183 +"108809",27480,25490,3,582,639 +"108810",27480,26582,3,582,2772 +"108811",27480,27860,3,582,1588 +"108812",27480,30883,3,582,1629 +"108813",27480,32131,3,582,1035 +"108814",27480,32173,3,582,2341 +"108815",27480,33655,3,582,773 +"108816",27480,38921,3,582,1880 +"108817",27480,39188,3,582,1948 +"108818",27480,41664,3,582,2641 +"108819",27480,42515,3,582,2752 +"108820",27480,47386,3,582,2226 +"108821",27480,47564,3,582,2650 +"108822",27480,47625,3,582,2562 +"108823",27480,49334,2,582,2433 +"108824",27480,50487,3,582,744 +"108825",27480,54522,3,582,699 +"108826",27480,54695,3,582,2429 +"108827",27480,55076,2,582,2408 +"108828",27480,65434,3,582,2866 +"108829",27480,69250,3,582,1439 +"108830",27480,76646,3,582,1263 +"108831",27480,77611,3,582,1795 +"108832",27480,82187,3,582,1055 +"108833",27480,82893,2,582,1275 +"108834",27480,85356,3,582,1492 +"108835",27480,94444,3,582,1554 +"108836",27484,5315,2,1634,2631 +"108837",27484,8367,1,1634,1927 +"108838",27484,16954,3,1634,2972 +"108839",27484,17381,3,1634,1697 +"108840",27484,21734,3,1634,2528 +"108841",27484,23751,3,1634,1740 +"108842",27484,30827,3,1634,2323 +"108843",27484,33010,3,1634,2189 +"108844",27484,33949,3,1634,2489 +"108845",27484,50977,3,1634,2352 +"108846",27501,206,2,1981,1986 +"108847",27501,307,3,1981,2530 +"108848",27501,312,3,1981,2038 +"108849",27501,2684,1,1981,2874 +"108850",27501,3305,3,1981,2839 +"108851",27501,3460,3,1981,2530 +"108852",27501,5350,3,1981,2522 +"108853",27501,5429,2,1981,1991 +"108854",27501,7013,3,1981,2040 +"108855",27501,9893,3,1981,2701 +"108856",27501,10513,3,1981,2284 +"108857",27501,10871,3,1981,2314 +"108858",27501,11055,1,1981,2111 +"108859",27501,11351,3,1981,2971 +"108860",27501,11620,1,1981,2010 +"108861",27501,12042,3,1981,2345 +"108862",27501,12778,3,1981,2045 +"108863",27501,16542,3,1981,2039 +"108864",27501,19027,3,1981,2721 +"108865",27501,19248,3,1981,2357 +"108866",27501,19516,3,1981,2313 +"108867",27501,20067,3,1981,2390 +"108868",27501,21706,2,1981,1988 +"108869",27501,24753,2,1981,2860 +"108870",27501,24793,3,1981,1993 +"108871",27501,26451,3,1981,2133 +"108872",27501,27694,3,1981,2030 +"108873",27501,33801,3,1981,2899 +"108874",27501,41664,3,1981,2641 +"108875",27501,45608,2,1981,2420 +"108876",27501,47772,3,1981,2293 +"108877",27501,51410,3,1981,2739 +"108878",27501,53475,3,1981,2853 +"108879",27501,54695,2,1981,2429 +"108880",27501,58427,3,1981,2234 +"108881",27501,58508,3,1981,2326 +"108882",27501,66224,3,1981,2728 +"108883",27509,1745,3,2067,2693 +"108884",27509,6697,3,2067,2438 +"108885",27509,13842,2,2067,2250 +"108886",27509,32775,2,2067,2135 +"108887",27509,33537,3,2067,2406 +"108888",27509,35477,3,2067,2703 +"108889",27509,53219,3,2067,2973 +"108890",27509,66693,2,2067,2554 +"108891",27509,73172,1,2067,2496 +"108892",27512,1455,3,947,1262 +"108893",27512,2272,2,947,1640 +"108894",27512,2443,1,947,2333 +"108895",27512,6562,3,947,1139 +"108896",27512,8724,3,947,1326 +"108897",27512,9538,3,947,1786 +"108898",27512,9910,3,947,2526 +"108899",27512,12116,3,947,2119 +"108900",27512,14061,3,947,1620 +"108901",27512,14470,3,947,2632 +"108902",27512,20695,3,947,2526 +"108903",27512,22410,2,947,2158 +"108904",27512,23498,3,947,2398 +"108905",27512,23560,3,947,2051 +"108906",27512,30697,3,947,2891 +"108907",27512,31264,2,947,2335 +"108908",27512,32070,3,947,950 +"108909",27512,41098,2,947,1857 +"108910",27512,42407,3,947,2408 +"108911",27512,45499,3,947,2346 +"108912",27512,48501,3,947,2010 +"108913",27512,49403,3,947,2427 +"108914",27512,51863,3,947,1395 +"108915",27512,55730,3,947,1217 +"108916",27512,56168,3,947,1466 +"108917",27512,61398,3,947,2563 +"108918",27512,61921,3,947,1793 +"108919",27512,62848,3,947,1230 +"108920",27512,68286,3,947,2442 +"108921",27512,83334,3,947,1708 +"108922",27512,101381,3,947,977 +"108923",27543,134,3,666,2062 +"108924",27543,1092,3,666,1945 +"108925",27543,1639,3,666,2631 +"108926",27543,2684,3,666,2874 +"108927",27543,3753,3,666,1255 +"108928",27543,5239,3,666,2875 +"108929",27543,7013,3,666,2040 +"108930",27543,10343,3,666,1072 +"108931",27543,10939,1,666,1376 +"108932",27543,12356,2,666,2757 +"108933",27543,12982,3,666,2143 +"108934",27543,13479,3,666,2155 +"108935",27543,13535,3,666,1491 +"108936",27543,14325,2,666,1976 +"108937",27543,14652,2,666,2516 +"108938",27543,14959,3,666,2898 +"108939",27543,15500,3,666,1658 +"108940",27543,15696,1,666,837 +"108941",27543,15716,3,666,1991 +"108942",27543,16954,3,666,2972 +"108943",27543,18563,2,666,2715 +"108944",27543,20545,3,666,1491 +"108945",27543,20659,2,666,1969 +"108946",27543,21225,1,666,1945 +"108947",27543,24362,3,666,1287 +"108948",27543,25595,3,666,768 +"108949",27543,26031,2,666,1397 +"108950",27543,26106,3,666,2015 +"108951",27543,26218,3,666,2460 +"108952",27543,26793,2,666,2104 +"108953",27543,32601,3,666,1033 +"108954",27543,36031,3,666,2342 +"108955",27543,36609,3,666,2918 +"108956",27543,37400,3,666,2860 +"108957",27543,38694,2,666,817 +"108958",27543,39657,3,666,1947 +"108959",27543,40028,3,666,1349 +"108960",27543,40931,2,666,2301 +"108961",27543,42574,3,666,2842 +"108962",27543,43153,2,666,1381 +"108963",27543,44420,3,666,2184 +"108964",27543,44684,3,666,1220 +"108965",27543,45618,3,666,2356 +"108966",27543,45650,3,666,1528 +"108967",27543,50272,2,666,842 +"108968",27543,53645,1,666,789 +"108969",27543,54100,3,666,1327 +"108970",27543,56082,3,666,2395 +"108971",27543,56893,2,666,2597 +"108972",27543,57565,3,666,1577 +"108973",27543,58971,3,666,2280 +"108974",27543,60862,3,666,1215 +"108975",27543,65316,3,666,1020 +"108976",27543,77550,3,666,1548 +"108977",27543,86664,3,666,1146 +"108978",27543,88710,3,666,927 +"108979",27543,89668,3,666,1279 +"108980",27543,89681,3,666,1978 +"108981",27543,91518,3,666,842 +"108982",27543,95011,2,666,1986 +"108983",27543,96678,3,666,1183 +"108984",27543,99215,3,666,2791 +"108985",27545,21,3,855,1385 +"108986",27545,841,3,855,2964 +"108987",27545,1349,3,855,1147 +"108988",27545,1629,3,855,1289 +"108989",27545,1846,3,855,1845 +"108990",27545,2206,1,855,2536 +"108991",27545,2852,3,855,2448 +"108992",27545,2936,3,855,2512 +"108993",27545,2985,3,855,2398 +"108994",27545,3127,3,855,2273 +"108995",27545,3271,3,855,2216 +"108996",27545,3477,3,855,2546 +"108997",27545,4567,3,855,2348 +"108998",27545,4660,3,855,2149 +"108999",27545,4665,3,855,1569 +"109000",27545,4916,3,855,1970 +"109001",27545,5792,3,855,975 +"109002",27545,5897,3,855,2337 +"109003",27545,6877,2,855,867 +"109004",27545,7337,2,855,1797 +"109005",27545,7861,3,855,1647 +"109006",27545,8062,3,855,2858 +"109007",27545,8395,3,855,896 +"109008",27545,8568,3,855,2706 +"109009",27545,9060,3,855,1612 +"109010",27545,9227,3,855,1267 +"109011",27545,9272,3,855,2835 +"109012",27545,9481,3,855,1610 +"109013",27545,9503,3,855,2453 +"109014",27545,9504,3,855,2549 +"109015",27545,9785,3,855,2951 +"109016",27545,9787,3,855,2858 +"109017",27545,10239,3,855,2032 +"109018",27545,10980,3,855,1974 +"109019",27545,11648,3,855,2852 +"109020",27545,12067,3,855,1213 +"109021",27545,12361,3,855,2732 +"109022",27545,13720,3,855,1558 +"109023",27545,13879,2,855,2748 +"109024",27545,14043,3,855,2084 +"109025",27545,14287,3,855,1583 +"109026",27545,15567,3,855,2671 +"109027",27545,16021,3,855,858 +"109028",27545,16286,3,855,2470 +"109029",27545,16501,3,855,1650 +"109030",27545,16881,3,855,925 +"109031",27545,18978,3,855,952 +"109032",27545,19501,2,855,1186 +"109033",27545,19655,2,855,2706 +"109034",27545,19686,3,855,2467 +"109035",27545,21207,3,855,1258 +"109036",27545,21240,3,855,1162 +"109037",27545,21487,3,855,2203 +"109038",27545,22543,3,855,1594 +"109039",27545,22578,3,855,2216 +"109040",27545,22586,3,855,1341 +"109041",27545,23131,3,855,1732 +"109042",27545,25163,3,855,1751 +"109043",27545,26227,3,855,2265 +"109044",27545,27742,3,855,2700 +"109045",27545,28893,3,855,2764 +"109046",27545,29286,3,855,1612 +"109047",27545,30306,2,855,1606 +"109048",27545,30525,3,855,1964 +"109049",27545,30744,3,855,1398 +"109050",27545,31109,3,855,1845 +"109051",27545,31868,3,855,1993 +"109052",27545,32470,3,855,1539 +"109053",27545,32818,3,855,2485 +"109054",27545,33681,3,855,1059 +"109055",27545,33870,3,855,955 +"109056",27545,34892,3,855,2309 +"109057",27545,35446,3,855,1203 +"109058",27545,35573,3,855,2084 +"109059",27545,35728,3,855,2017 +"109060",27545,36912,2,855,2469 +"109061",27545,39589,3,855,1292 +"109062",27545,40572,3,855,2666 +"109063",27545,41023,3,855,2408 +"109064",27545,41051,3,855,2767 +"109065",27545,41581,3,855,1692 +"109066",27545,41633,3,855,1976 +"109067",27545,42256,3,855,2839 +"109068",27545,43226,3,855,2442 +"109069",27545,46486,3,855,1868 +"109070",27545,47654,3,855,1664 +"109071",27545,47810,3,855,957 +"109072",27545,48015,3,855,1355 +"109073",27545,48110,3,855,2009 +"109074",27545,50581,3,855,1258 +"109075",27545,50903,3,855,931 +"109076",27545,51151,3,855,1195 +"109077",27545,53739,3,855,2704 +"109078",27545,56094,3,855,2343 +"109079",27545,57765,3,855,2893 +"109080",27545,58508,3,855,2326 +"109081",27545,58759,3,855,942 +"109082",27545,60808,3,855,1258 +"109083",27545,61125,3,855,1673 +"109084",27545,62066,1,855,2281 +"109085",27545,63077,2,855,2778 +"109086",27545,63644,3,855,1267 +"109087",27545,69250,3,855,1439 +"109088",27545,69335,3,855,2698 +"109089",27545,71467,3,855,1051 +"109090",27545,73582,3,855,2075 +"109091",27545,74055,3,855,1544 +"109092",27545,74370,2,855,1667 +"109093",27545,74687,3,855,930 +"109094",27545,76391,3,855,1536 +"109095",27545,80301,3,855,1690 +"109096",27545,81545,3,855,2077 +"109097",27545,84271,2,855,1556 +"109098",27545,90299,2,855,1606 +"109099",27545,90709,3,855,1080 +"109100",27545,91849,3,855,1166 +"109101",27545,99332,3,855,873 +"109102",27545,101367,3,855,974 +"109103",27545,103890,3,855,958 +"109104",27545,114857,3,855,1310 +"109105",27545,120585,3,855,961 +"109106",27557,25325,3,2911,2963 +"109107",27570,1057,3,1559,2759 +"109108",27570,10701,2,1559,2000 +"109109",27570,14612,2,1559,2340 +"109110",27570,14957,3,1559,2306 +"109111",27570,16347,3,1559,1868 +"109112",27570,16869,3,1559,1985 +"109113",27570,17672,2,1559,1987 +"109114",27570,17695,3,1559,1930 +"109115",27570,20541,3,1559,2617 +"109116",27570,21571,3,1559,2755 +"109117",27570,22566,3,1559,2308 +"109118",27570,32169,3,1559,2504 +"109119",27570,43701,3,1559,2400 +"109120",27570,50468,2,1559,1659 +"109121",27570,64641,3,1559,2617 +"109122",27570,78002,3,1559,2271 +"109123",27628,267,3,2389,2631 +"109124",27628,1136,2,2389,2536 +"109125",27628,4618,3,2389,2607 +"109126",27628,6491,1,2389,2424 +"109127",27628,7847,2,2389,2424 +"109128",27628,9362,3,2389,2879 +"109129",27628,27753,3,2389,2750 +"109130",27628,31235,3,2389,2668 +"109131",27628,40369,2,2389,2735 +"109132",27628,43173,3,2389,2895 +"109133",27628,43518,3,2389,2680 +"109134",27628,44403,3,2389,2429 +"109135",27628,51410,3,2389,2739 +"109136",27628,57544,2,2389,2443 +"109137",27628,60661,3,2389,2700 +"109138",27628,64997,2,2389,2791 +"109139",27628,66413,3,2389,2507 +"109140",27642,145,3,1531,1998 +"109141",27642,160,2,1531,2007 +"109142",27642,316,3,1531,2413 +"109143",27642,341,3,1531,2689 +"109144",27642,3978,3,1531,2775 +"109145",27642,4289,3,1531,1921 +"109146",27642,4705,3,1531,1714 +"109147",27642,4929,3,1531,2240 +"109148",27642,5392,3,1531,1648 +"109149",27642,6047,3,1531,2004 +"109150",27642,6104,3,1531,2462 +"109151",27642,6417,3,1531,1675 +"109152",27642,6449,3,1531,1997 +"109153",27642,6821,3,1531,1788 +"109154",27642,7241,3,1531,2259 +"109155",27642,7847,3,1531,2424 +"109156",27642,8238,3,1531,2222 +"109157",27642,8568,3,1531,2706 +"109158",27642,8842,3,1531,2535 +"109159",27642,9331,2,1531,2269 +"109160",27642,9423,2,1531,1708 +"109161",27642,10129,3,1531,2124 +"109162",27642,10717,3,1531,1938 +"109163",27642,12081,3,1531,2166 +"109164",27642,12388,3,1531,1975 +"109165",27642,12692,3,1531,1855 +"109166",27642,12729,3,1531,1835 +"109167",27642,13388,3,1531,2119 +"109168",27642,13780,3,1531,2412 +"109169",27642,14032,3,1531,2144 +"109170",27642,14325,3,1531,1976 +"109171",27642,14918,2,1531,2071 +"109172",27642,15444,3,1531,2764 +"109173",27642,15713,3,1531,1646 +"109174",27642,15734,3,1531,1616 +"109175",27642,16286,3,1531,2470 +"109176",27642,16826,3,1531,2599 +"109177",27642,17351,1,1531,2036 +"109178",27642,17549,2,1531,2647 +"109179",27642,17632,1,1531,1947 +"109180",27642,18103,3,1531,1968 +"109181",27642,18165,3,1531,2085 +"109182",27642,18670,3,1531,1835 +"109183",27642,19208,3,1531,2629 +"109184",27642,19605,3,1531,2395 +"109185",27642,20331,3,1531,2365 +"109186",27642,20419,2,1531,1587 +"109187",27642,21079,3,1531,1997 +"109188",27642,21138,3,1531,2849 +"109189",27642,21681,3,1531,2005 +"109190",27642,21734,3,1531,2528 +"109191",27642,24392,3,1531,2719 +"109192",27642,24558,3,1531,2139 +"109193",27642,25078,3,1531,2312 +"109194",27642,26595,3,1531,1566 +"109195",27642,27379,3,1531,2461 +"109196",27642,30092,3,1531,1593 +"109197",27642,30827,3,1531,2323 +"109198",27642,31117,3,1531,2210 +"109199",27642,32775,3,1531,2135 +"109200",27642,34120,2,1531,2786 +"109201",27642,34659,3,1531,1924 +"109202",27642,35529,3,1531,1620 +"109203",27642,37929,3,1531,2393 +"109204",27642,38227,3,1531,2511 +"109205",27642,38307,3,1531,2648 +"109206",27642,41633,3,1531,1976 +"109207",27642,41682,3,1531,1988 +"109208",27642,41900,2,1531,1970 +"109209",27642,41945,2,1531,2856 +"109210",27642,43455,3,1531,2846 +"109211",27642,44235,3,1531,2700 +"109212",27642,44688,2,1531,2924 +"109213",27642,46042,2,1531,1692 +"109214",27642,46446,3,1531,2295 +"109215",27642,47564,3,1531,2650 +"109216",27642,49787,3,1531,2352 +"109217",27642,49812,3,1531,1816 +"109218",27642,50480,3,1531,2701 +"109219",27642,51879,3,1531,1771 +"109220",27642,54020,3,1531,1578 +"109221",27642,63573,2,1531,1973 +"109222",27642,64699,3,1531,2797 +"109223",27642,65679,3,1531,1578 +"109224",27642,70573,3,1531,1993 +"109225",27642,77611,3,1531,1795 +"109226",27642,77815,3,1531,2358 +"109227",27642,82929,3,1531,2475 +"109228",27642,82932,3,1531,2245 +"109229",27658,20894,3,186,2214 +"109230",27658,37120,2,186,2622 +"109231",27686,3403,3,2844,2951 +"109232",27686,8062,3,2844,2858 +"109233",27686,13136,3,2844,2867 +"109234",27686,22723,3,2844,2859 +"109235",27686,36278,2,2844,2952 +"109236",27686,56669,3,2844,2924 +"109237",27686,71618,3,2844,2960 +"109238",27686,92297,3,2844,2952 +"109239",27694,270,3,2030,2542 +"109240",27694,312,2,2030,2038 +"109241",27694,380,3,2030,2261 +"109242",27694,701,3,2030,2718 +"109243",27694,854,3,2030,2307 +"109244",27694,913,3,2030,2144 +"109245",27694,1102,3,2030,2282 +"109246",27694,1315,3,2030,2760 +"109247",27694,1639,3,2030,2631 +"109248",27694,2036,3,2030,2483 +"109249",27694,2424,2,2030,2582 +"109250",27694,2684,3,2030,2874 +"109251",27694,3305,1,2030,2839 +"109252",27694,3477,3,2030,2546 +"109253",27694,3966,2,2030,2425 +"109254",27694,6055,3,2030,2651 +"109255",27694,6063,3,2030,2349 +"109256",27694,6208,3,2030,2361 +"109257",27694,6363,3,2030,2066 +"109258",27694,7508,3,2030,2396 +"109259",27694,9175,3,2030,2639 +"109260",27694,9184,3,2030,2670 +"109261",27694,9311,3,2030,2477 +"109262",27694,10513,3,2030,2284 +"109263",27694,10857,3,2030,2253 +"109264",27694,11055,3,2030,2111 +"109265",27694,12081,3,2030,2166 +"109266",27694,12728,3,2030,2374 +"109267",27694,12982,3,2030,2143 +"109268",27694,13307,3,2030,2206 +"109269",27694,15729,3,2030,2338 +"109270",27694,15813,3,2030,2143 +"109271",27694,16332,3,2030,2668 +"109272",27694,16432,3,2030,2664 +"109273",27694,16725,3,2030,2830 +"109274",27694,16954,3,2030,2972 +"109275",27694,18394,3,2030,2356 +"109276",27694,19248,1,2030,2357 +"109277",27694,19605,3,2030,2395 +"109278",27694,19719,1,2030,2177 +"109279",27694,20124,3,2030,2376 +"109280",27694,20407,3,2030,2339 +"109281",27694,21012,3,2030,2325 +"109282",27694,21285,3,2030,2100 +"109283",27694,21693,3,2030,2176 +"109284",27694,21929,3,2030,2062 +"109285",27694,22277,3,2030,2424 +"109286",27694,23312,3,2030,2449 +"109287",27694,23319,3,2030,2867 +"109288",27694,23509,3,2030,2275 +"109289",27694,24955,3,2030,2424 +"109290",27694,25129,3,2030,2647 +"109291",27694,25325,3,2030,2963 +"109292",27694,25816,3,2030,2088 +"109293",27694,26582,2,2030,2772 +"109294",27694,26749,2,2030,2965 +"109295",27694,27275,3,2030,2656 +"109296",27694,27427,3,2030,2325 +"109297",27694,29962,3,2030,2201 +"109298",27694,30052,2,2030,2855 +"109299",27694,33223,3,2030,2397 +"109300",27694,33380,3,2030,2340 +"109301",27694,33672,3,2030,2396 +"109302",27694,33949,3,2030,2489 +"109303",27694,34836,3,2030,2302 +"109304",27694,35738,3,2030,2448 +"109305",27694,36439,3,2030,2469 +"109306",27694,37285,2,2030,2428 +"109307",27694,38307,3,2030,2648 +"109308",27694,39464,3,2030,2314 +"109309",27694,39535,3,2030,2428 +"109310",27694,42783,3,2030,2338 +"109311",27694,43455,3,2030,2846 +"109312",27694,45239,3,2030,2535 +"109313",27694,45302,3,2030,2390 +"109314",27694,45608,2,2030,2420 +"109315",27694,46629,3,2030,2255 +"109316",27694,47140,3,2030,2439 +"109317",27694,47772,3,2030,2293 +"109318",27694,48605,2,2030,2796 +"109319",27694,49110,3,2030,2938 +"109320",27694,51041,2,2030,2606 +"109321",27694,52323,3,2030,2148 +"109322",27694,52570,3,2030,2645 +"109323",27694,52576,2,2030,2234 +"109324",27694,54695,3,2030,2429 +"109325",27694,57549,3,2030,2335 +"109326",27694,58508,3,2030,2326 +"109327",27694,58684,3,2030,2295 +"109328",27694,59700,3,2030,2346 +"109329",27694,61982,2,2030,2725 +"109330",27694,62841,2,2030,2710 +"109331",27694,64945,3,2030,2279 +"109332",27694,65016,3,2030,2749 +"109333",27694,66224,3,2030,2728 +"109334",27694,66703,3,2030,2375 +"109335",27694,68215,3,2030,2727 +"109336",27694,70647,3,2030,2795 +"109337",27694,76892,3,2030,2381 +"109338",27694,82949,3,2030,2077 +"109339",27694,83396,3,2030,2396 +"109340",27722,3271,2,1266,2216 +"109341",27722,6821,3,1266,1788 +"109342",27722,9272,3,1266,2835 +"109343",27722,10373,3,1266,2436 +"109344",27722,13068,2,1266,1778 +"109345",27722,13720,3,1266,1558 +"109346",27722,14586,3,1266,2801 +"109347",27722,16437,2,1266,1956 +"109348",27722,16776,3,1266,1565 +"109349",27722,19231,3,1266,1424 +"109350",27722,19934,3,1266,2888 +"109351",27722,20308,3,1266,2254 +"109352",27722,20894,3,1266,2214 +"109353",27722,21670,3,1266,2158 +"109354",27722,23015,3,1266,1362 +"109355",27722,23591,3,1266,2831 +"109356",27722,27280,2,1266,1965 +"109357",27722,27391,3,1266,2378 +"109358",27722,28051,3,1266,2089 +"109359",27722,35822,3,1266,1903 +"109360",27722,37752,1,1266,2223 +"109361",27722,38259,3,1266,2258 +"109362",27722,39875,3,1266,2422 +"109363",27722,40623,3,1266,2580 +"109364",27722,43226,3,1266,2442 +"109365",27722,47968,3,1266,2829 +"109366",27722,48110,3,1266,2009 +"109367",27722,52154,3,1266,1722 +"109368",27722,53051,3,1266,1940 +"109369",27722,58508,3,1266,2326 +"109370",27722,59039,2,1266,2870 +"109371",27722,59485,3,1266,1564 +"109372",27722,65188,2,1266,2213 +"109373",27722,65242,3,1266,1988 +"109374",27722,69335,3,1266,2698 +"109375",27722,70422,3,1266,1398 +"109376",27722,74795,2,1266,1319 +"109377",27722,77077,3,1266,2693 +"109378",27722,80301,3,1266,1690 +"109379",27722,90745,3,1266,1994 +"109380",27722,119524,2,1266,1930 +"109381",27737,3395,3,578,1382 +"109382",27737,17502,3,578,869 +"109383",27737,27001,3,578,1761 +"109384",27737,42023,3,578,2231 +"109385",27737,43902,3,578,1726 +"109386",27742,3620,3,2700,2955 +"109387",27742,4612,1,2700,2804 +"109388",27742,4932,3,2700,2752 +"109389",27742,7252,3,2700,2799 +"109390",27742,8062,3,2700,2858 +"109391",27742,9787,3,2700,2858 +"109392",27742,11648,3,2700,2852 +"109393",27742,13136,3,2700,2867 +"109394",27742,15826,3,2700,2772 +"109395",27742,17033,2,2700,2771 +"109396",27742,19655,3,2700,2706 +"109397",27742,23206,3,2700,2805 +"109398",27742,35477,3,2700,2703 +"109399",27742,40138,3,2700,2719 +"109400",27742,45869,3,2700,2840 +"109401",27742,59039,3,2700,2870 +"109402",27742,63077,3,2700,2778 +"109403",27742,68931,3,2700,2771 +"109404",27742,71531,3,2700,2887 +"109405",27742,78423,3,2700,2840 +"109406",27744,270,2,861,2542 +"109407",27744,380,3,861,2261 +"109408",27744,1102,3,861,2282 +"109409",27744,1124,3,861,1596 +"109410",27744,2111,2,861,1904 +"109411",27744,2424,3,861,2582 +"109412",27744,3305,3,861,2839 +"109413",27744,4253,3,861,1890 +"109414",27744,4360,3,861,1770 +"109415",27744,5235,3,861,2324 +"109416",27744,5971,2,861,1985 +"109417",27744,5986,3,861,1721 +"109418",27744,6222,3,861,1949 +"109419",27744,6588,2,861,2025 +"109420",27744,9624,3,861,2398 +"109421",27744,10488,3,861,1524 +"109422",27744,10523,2,861,1510 +"109423",27744,10576,3,861,974 +"109424",27744,10857,3,861,2253 +"109425",27744,10939,3,861,1376 +"109426",27744,11218,3,861,2292 +"109427",27744,11229,2,861,1625 +"109428",27744,12042,3,861,2345 +"109429",27744,12374,3,861,2260 +"109430",27744,13307,3,861,2206 +"109431",27744,14855,3,861,903 +"109432",27744,14989,3,861,2223 +"109433",27744,15700,3,861,1712 +"109434",27744,16352,3,861,2657 +"109435",27744,17400,3,861,2231 +"109436",27744,18005,3,861,2449 +"109437",27744,18361,3,861,2968 +"109438",27744,18394,3,861,2356 +"109439",27744,19622,3,861,2371 +"109440",27744,20124,3,861,2376 +"109441",27744,20311,3,861,1981 +"109442",27744,21012,3,861,2325 +"109443",27744,21693,3,861,2176 +"109444",27744,22197,3,861,2271 +"109445",27744,23509,3,861,2275 +"109446",27744,23526,3,861,1998 +"109447",27744,23715,3,861,1859 +"109448",27744,23725,3,861,2378 +"109449",27744,24559,3,861,946 +"109450",27744,26080,3,861,2525 +"109451",27744,26848,2,861,2363 +"109452",27744,26867,3,861,1804 +"109453",27744,28383,3,861,1222 +"109454",27744,30325,3,861,1067 +"109455",27744,30405,3,861,2164 +"109456",27744,32131,3,861,1035 +"109457",27744,35673,3,861,1067 +"109458",27744,40028,1,861,1349 +"109459",27744,40072,2,861,1182 +"109460",27744,41972,3,861,2509 +"109461",27744,42687,3,861,1952 +"109462",27744,42837,3,861,1096 +"109463",27744,43213,3,861,2160 +"109464",27744,43455,3,861,2846 +"109465",27744,44521,2,861,1593 +"109466",27744,45684,3,861,2200 +"109467",27744,45729,3,861,2606 +"109468",27744,46629,2,861,2255 +"109469",27744,49110,3,861,2938 +"109470",27744,50236,2,861,2339 +"109471",27744,52136,3,861,1412 +"109472",27744,52345,3,861,1430 +"109473",27744,53303,3,861,1376 +"109474",27744,54551,3,861,2348 +"109475",27744,56082,2,861,2395 +"109476",27744,56237,2,861,2625 +"109477",27744,57246,3,861,1873 +"109478",27744,59939,2,861,936 +"109479",27744,61982,3,861,2725 +"109480",27744,64947,3,861,2489 +"109481",27744,65242,3,861,1988 +"109482",27744,72207,3,861,2430 +"109483",27744,72326,2,861,2384 +"109484",27744,75403,3,861,1895 +"109485",27744,79804,3,861,2227 +"109486",27744,82776,3,861,1232 +"109487",27744,87048,3,861,989 +"109488",27744,92104,3,861,2339 +"109489",27744,109718,3,861,1237 +"109490",27744,111971,3,861,1032 +"109491",27753,5725,3,2750,2789 +"109492",27753,12747,3,2750,2818 +"109493",27753,13573,3,2750,2774 +"109494",27753,20700,3,2750,2861 +"109495",27753,23140,3,2750,2787 +"109496",27753,34216,3,2750,2832 +"109497",27753,64793,2,2750,2819 +"109498",27753,64997,2,2750,2791 +"109499",27783,2334,3,2302,2619 +"109500",27783,3477,3,2302,2546 +"109501",27783,6063,3,2302,2349 +"109502",27783,10638,3,2302,2692 +"109503",27783,11506,2,2302,2824 +"109504",27783,18943,2,2302,2861 +"109505",27783,20007,3,2302,2971 +"109506",27783,21180,3,2302,2762 +"109507",27783,21463,2,2302,2437 +"109508",27783,33223,3,2302,2397 +"109509",27783,36136,1,2302,2338 +"109510",27783,38755,3,2302,2902 +"109511",27783,39105,2,2302,2487 +"109512",27783,41978,3,2302,2824 +"109513",27783,46951,2,2302,2429 +"109514",27783,53013,3,2302,2523 +"109515",27783,59039,3,2302,2870 +"109516",27783,68592,3,2302,2551 +"109517",27783,69335,3,2302,2698 +"109518",27783,76132,2,2302,2426 +"109519",27792,613,3,1308,2687 +"109520",27792,733,3,1308,1653 +"109521",27792,854,3,1308,2307 +"109522",27792,1102,3,1308,2282 +"109523",27792,1154,3,1308,1656 +"109524",27792,1592,3,1308,2006 +"109525",27792,1691,3,1308,1941 +"109526",27792,1767,3,1308,2727 +"109527",27792,2166,3,1308,2557 +"109528",27792,2533,3,1308,2016 +"109529",27792,2684,3,1308,2874 +"109530",27792,2819,3,1308,1743 +"109531",27792,3167,2,1308,1676 +"109532",27792,3271,3,1308,2216 +"109533",27792,3305,3,1308,2839 +"109534",27792,4226,2,1308,1903 +"109535",27792,4305,3,1308,2374 +"109536",27792,4485,3,1308,1963 +"109537",27792,4687,3,1308,2152 +"109538",27792,6052,2,1308,1985 +"109539",27792,6222,3,1308,1949 +"109540",27792,6390,3,1308,2385 +"109541",27792,6428,3,1308,1952 +"109542",27792,6491,2,1308,2424 +"109543",27792,7555,3,1308,1943 +"109544",27792,9272,3,1308,2835 +"109545",27792,9311,3,1308,2477 +"109546",27792,9432,3,1308,1693 +"109547",27792,9751,2,1308,1397 +"109548",27792,10370,3,1308,2224 +"109549",27792,11440,3,1308,2026 +"109550",27792,12122,3,1308,1385 +"109551",27792,12374,2,1308,2260 +"109552",27792,12618,3,1308,2021 +"109553",27792,12728,3,1308,2374 +"109554",27792,13200,3,1308,2488 +"109555",27792,14108,3,1308,2012 +"109556",27792,14959,3,1308,2898 +"109557",27792,15453,3,1308,1688 +"109558",27792,15539,3,1308,1929 +"109559",27792,16535,3,1308,1993 +"109560",27792,17221,3,1308,2487 +"109561",27792,18315,3,1308,2720 +"109562",27792,18543,3,1308,2968 +"109563",27792,19335,3,1308,1729 +"109564",27792,19719,3,1308,2177 +"109565",27792,20311,3,1308,1981 +"109566",27792,20407,3,1308,2339 +"109567",27792,20824,3,1308,1366 +"109568",27792,21029,3,1308,1943 +"109569",27792,21104,2,1308,2327 +"109570",27792,21197,3,1308,1437 +"109571",27792,21929,3,1308,2062 +"109572",27792,23509,3,1308,2275 +"109573",27792,23526,3,1308,1998 +"109574",27792,23534,3,1308,1659 +"109575",27792,23825,3,1308,1913 +"109576",27792,25577,3,1308,1946 +"109577",27792,26436,3,1308,2489 +"109578",27792,26451,1,1308,2133 +"109579",27792,27175,3,1308,1447 +"109580",27792,27275,3,1308,2656 +"109581",27792,27628,3,1308,2389 +"109582",27792,27694,3,1308,2030 +"109583",27792,27849,3,1308,1316 +"109584",27792,28303,2,1308,2089 +"109585",27792,29073,3,1308,2328 +"109586",27792,29170,3,1308,1846 +"109587",27792,30052,3,1308,2855 +"109588",27792,30943,2,1308,2287 +"109589",27792,31691,3,1308,1657 +"109590",27792,32173,3,1308,2341 +"109591",27792,34136,3,1308,2202 +"109592",27792,34492,3,1308,1798 +"109593",27792,36031,3,1308,2342 +"109594",27792,36439,2,1308,2469 +"109595",27792,38921,3,1308,1880 +"109596",27792,40369,3,1308,2735 +"109597",27792,41739,3,1308,1339 +"109598",27792,43213,3,1308,2160 +"109599",27792,43226,3,1308,2442 +"109600",27792,43404,3,1308,2649 +"109601",27792,43518,2,1308,2680 +"109602",27792,43902,3,1308,1726 +"109603",27792,44089,2,1308,1632 +"109604",27792,44557,3,1308,2371 +"109605",27792,45302,3,1308,2390 +"109606",27792,46621,3,1308,1343 +"109607",27792,48110,3,1308,2009 +"109608",27792,48698,3,1308,1474 +"109609",27792,49110,3,1308,2938 +"109610",27792,50118,3,1308,2654 +"109611",27792,52058,3,1308,1836 +"109612",27792,54855,3,1308,1525 +"109613",27792,55076,3,1308,2408 +"109614",27792,55468,3,1308,2511 +"109615",27792,55691,3,1308,2856 +"109616",27792,56317,2,1308,2030 +"109617",27792,57337,3,1308,1443 +"109618",27792,57544,3,1308,2443 +"109619",27792,58035,3,1308,1646 +"109620",27792,58133,1,1308,1484 +"109621",27792,58508,2,1308,2326 +"109622",27792,58652,3,1308,1437 +"109623",27792,58684,3,1308,2295 +"109624",27792,63770,2,1308,1324 +"109625",27792,64997,3,1308,2791 +"109626",27792,69335,3,1308,2698 +"109627",27792,70203,3,1308,2756 +"109628",27792,79436,3,1308,1344 +"109629",27792,80301,3,1308,1690 +"109630",27792,81588,3,1308,1568 +"109631",27792,86245,2,1308,1972 +"109632",27792,88232,3,1308,2881 +"109633",27792,89681,3,1308,1978 +"109634",27792,89880,3,1308,1938 +"109635",27792,99020,2,1308,1383 +"109636",27792,99103,3,1308,1470 +"109637",27792,108379,3,1308,2933 +"109638",27792,108867,3,1308,2328 +"109639",27796,3506,3,2151,2364 +"109640",27796,3978,3,2151,2775 +"109641",27796,4929,3,2151,2240 +"109642",27796,4953,3,2151,2285 +"109643",27796,5610,2,2151,2223 +"109644",27796,8238,1,2151,2222 +"109645",27796,8842,3,2151,2535 +"109646",27796,9311,3,2151,2477 +"109647",27796,9331,3,2151,2269 +"109648",27796,9723,3,2151,2302 +"109649",27796,12081,2,2151,2166 +"109650",27796,14507,3,2151,2686 +"109651",27796,15008,3,2151,2338 +"109652",27796,15729,2,2151,2338 +"109653",27796,17549,3,2151,2647 +"109654",27796,19208,3,2151,2629 +"109655",27796,19215,3,2151,2604 +"109656",27796,19605,3,2151,2395 +"109657",27796,20331,3,2151,2365 +"109658",27796,22580,3,2151,2245 +"109659",27796,22709,3,2151,2743 +"109660",27796,24256,3,2151,2393 +"109661",27796,24825,3,2151,2686 +"109662",27796,29930,3,2151,2240 +"109663",27796,31159,2,2151,2231 +"109664",27796,31295,3,2151,2183 +"109665",27796,31705,2,2151,2706 +"109666",27796,35428,3,2151,2263 +"109667",27796,35888,3,2151,2291 +"109668",27796,36031,3,2151,2342 +"109669",27796,38307,3,2151,2648 +"109670",27796,39464,3,2151,2314 +"109671",27796,41945,3,2151,2856 +"109672",27796,42783,3,2151,2338 +"109673",27796,43455,3,2151,2846 +"109674",27796,44688,3,2151,2924 +"109675",27796,45239,3,2151,2535 +"109676",27796,47564,2,2151,2650 +"109677",27796,48035,3,2151,2180 +"109678",27796,50480,3,2151,2701 +"109679",27796,54953,3,2151,2223 +"109680",27796,60974,3,2151,2972 +"109681",27796,79413,3,2151,2224 +"109682",27825,10825,3,2161,2565 +"109683",27825,14538,3,2161,2507 +"109684",27826,87362,3,2824,2902 +"109685",27837,135,2,1315,2233 +"109686",27837,455,1,1315,2827 +"109687",27837,470,2,1315,2285 +"109688",27837,600,2,1315,1702 +"109689",27837,841,3,1315,2964 +"109690",27837,913,3,1315,2144 +"109691",27837,1367,3,1315,2176 +"109692",27837,2424,3,1315,2582 +"109693",27837,2533,3,1315,2016 +"109694",27837,4084,3,1315,2133 +"109695",27837,4191,3,1315,2130 +"109696",27837,4360,3,1315,1770 +"109697",27837,5491,3,1315,2048 +"109698",27837,6989,3,1315,2623 +"109699",27837,7245,2,1315,2089 +"109700",27837,7350,2,1315,1901 +"109701",27837,7515,3,1315,2737 +"109702",27837,7847,3,1315,2424 +"109703",27837,8533,3,1315,2251 +"109704",27837,10433,2,1315,2075 +"109705",27837,11516,3,1315,1937 +"109706",27837,12199,3,1315,1651 +"109707",27837,16201,3,1315,1811 +"109708",27837,17698,3,1315,1559 +"109709",27837,18151,3,1315,2962 +"109710",27837,18415,3,1315,2184 +"109711",27837,19335,3,1315,1729 +"109712",27837,19719,3,1315,2177 +"109713",27837,20563,3,1315,2267 +"109714",27837,21795,3,1315,2653 +"109715",27837,22282,3,1315,1418 +"109716",27837,22566,3,1315,2308 +"109717",27837,22567,3,1315,2396 +"109718",27837,23132,2,1315,2756 +"109719",27837,23705,1,1315,2699 +"109720",27837,23918,2,1315,1881 +"109721",27837,24568,3,1315,1937 +"109722",27837,25289,3,1315,1790 +"109723",27837,25341,3,1315,1858 +"109724",27837,25577,3,1315,1946 +"109725",27837,28101,2,1315,1949 +"109726",27837,28115,2,1315,1835 +"109727",27837,28991,2,1315,1688 +"109728",27837,29170,3,1315,1846 +"109729",27837,30052,3,1315,2855 +"109730",27837,31050,1,1315,1491 +"109731",27837,32658,3,1315,1694 +"109732",27837,34160,2,1315,1759 +"109733",27837,35302,1,1315,1589 +"109734",27837,38019,3,1315,1870 +"109735",27837,40369,3,1315,2735 +"109736",27837,40383,3,1315,2639 +"109737",27837,41739,1,1315,1339 +"109738",27837,45633,2,1315,2134 +"109739",27837,49144,2,1315,1542 +"109740",27837,50041,3,1315,1565 +"109741",27837,50685,3,1315,2008 +"109742",27837,52576,3,1315,2234 +"109743",27837,53196,2,1315,1888 +"109744",27837,54158,2,1315,1756 +"109745",27837,55139,3,1315,2323 +"109746",27837,62219,3,1315,2494 +"109747",27837,62963,3,1315,1964 +"109748",27837,63409,3,1315,1937 +"109749",27837,64181,2,1315,1828 +"109750",27837,64997,3,1315,2791 +"109751",27837,65691,3,1315,2134 +"109752",27837,66413,2,1315,2507 +"109753",27837,73305,3,1315,2544 +"109754",27837,80429,3,1315,1927 +"109755",27837,81781,3,1315,1431 +"109756",27837,88808,3,1315,1462 +"109757",27837,105063,2,1315,1908 +"109758",27837,107649,3,1315,1573 +"109759",27849,270,3,1316,2542 +"109760",27849,307,2,1316,2530 +"109761",27849,312,3,1316,2038 +"109762",27849,377,3,1316,2389 +"109763",27849,380,3,1316,2261 +"109764",27849,803,3,1316,1666 +"109765",27849,913,3,1316,2144 +"109766",27849,1092,3,1316,1945 +"109767",27849,1124,2,1316,1596 +"109768",27849,1777,3,1316,1965 +"109769",27849,2424,3,1316,2582 +"109770",27849,2533,3,1316,2016 +"109771",27849,2684,3,1316,2874 +"109772",27849,2754,3,1316,1360 +"109773",27849,3011,3,1316,2278 +"109774",27849,3801,3,1316,1974 +"109775",27849,3830,3,1316,1661 +"109776",27849,4226,3,1316,1903 +"109777",27849,4360,3,1316,1770 +"109778",27849,4701,1,1316,2401 +"109779",27849,5429,3,1316,1991 +"109780",27849,5462,3,1316,2374 +"109781",27849,5504,3,1316,2389 +"109782",27849,5971,3,1316,1985 +"109783",27849,6047,3,1316,2004 +"109784",27849,6222,3,1316,1949 +"109785",27849,6491,3,1316,2424 +"109786",27849,6718,3,1316,2138 +"109787",27849,7245,3,1316,2089 +"109788",27849,7555,2,1316,1943 +"109789",27849,7616,3,1316,2296 +"109790",27849,7984,3,1316,2493 +"109791",27849,8621,3,1316,1681 +"109792",27849,9311,3,1316,2477 +"109793",27849,9364,3,1316,1698 +"109794",27849,9615,3,1316,2464 +"109795",27849,9654,3,1316,2111 +"109796",27849,9893,3,1316,2701 +"109797",27849,10148,2,1316,2964 +"109798",27849,10358,3,1316,2294 +"109799",27849,10488,3,1316,1524 +"109800",27849,10523,3,1316,1510 +"109801",27849,11006,3,1316,1950 +"109802",27849,11055,3,1316,2111 +"109803",27849,11351,3,1316,2971 +"109804",27849,11440,3,1316,2026 +"109805",27849,11620,2,1316,2010 +"109806",27849,12374,3,1316,2260 +"109807",27849,12728,2,1316,2374 +"109808",27849,13307,3,1316,2206 +"109809",27849,14032,3,1316,2144 +"109810",27849,14189,3,1316,1483 +"109811",27849,14959,3,1316,2898 +"109812",27849,15005,3,1316,1415 +"109813",27849,15539,2,1316,1929 +"109814",27849,15560,3,1316,2257 +"109815",27849,16539,3,1316,1947 +"109816",27849,16801,3,1316,2008 +"109817",27849,16954,3,1316,2972 +"109818",27849,17852,3,1316,2840 +"109819",27849,18394,3,1316,2356 +"109820",27849,18415,3,1316,2184 +"109821",27849,19248,3,1316,2357 +"109822",27849,19606,3,1316,2783 +"109823",27849,19719,3,1316,2177 +"109824",27849,20067,3,1316,2390 +"109825",27849,20124,3,1316,2376 +"109826",27849,20311,1,1316,1981 +"109827",27849,21104,3,1316,2327 +"109828",27849,21122,3,1316,1701 +"109829",27849,21193,3,1316,2490 +"109830",27849,21197,2,1316,1437 +"109831",27849,21285,3,1316,2100 +"109832",27849,21693,3,1316,2176 +"109833",27849,21706,3,1316,1988 +"109834",27849,22282,3,1316,1418 +"109835",27849,22331,3,1316,2687 +"109836",27849,22586,3,1316,1341 +"109837",27849,22749,3,1316,1727 +"109838",27849,23011,3,1316,2763 +"109839",27849,23508,1,1316,1907 +"109840",27849,23509,2,1316,2275 +"109841",27849,23526,3,1316,1998 +"109842",27849,23534,3,1316,1659 +"109843",27849,23715,3,1316,1859 +"109844",27849,23825,3,1316,1913 +"109845",27849,24146,3,1316,2003 +"109846",27849,24755,3,1316,1319 +"109847",27849,25486,3,1316,2582 +"109848",27849,26451,2,1316,2133 +"109849",27849,26749,3,1316,2965 +"109850",27849,26867,3,1316,1804 +"109851",27849,27275,3,1316,2656 +"109852",27849,27390,3,1316,2425 +"109853",27849,27501,3,1316,1981 +"109854",27849,27694,3,1316,2030 +"109855",27849,29073,3,1316,2328 +"109856",27849,29095,3,1316,2531 +"109857",27849,29929,3,1316,2789 +"109858",27849,30081,3,1316,2403 +"109859",27849,30883,3,1316,1629 +"109860",27849,31530,2,1316,1661 +"109861",27849,31691,2,1316,1657 +"109862",27849,31799,3,1316,2547 +"109863",27849,32173,3,1316,2341 +"109864",27849,32516,3,1316,2050 +"109865",27849,32606,3,1316,2100 +"109866",27849,32919,3,1316,2321 +"109867",27849,32988,3,1316,2008 +"109868",27849,33356,3,1316,1586 +"109869",27849,33433,3,1316,2805 +"109870",27849,33801,2,1316,2899 +"109871",27849,34480,3,1316,2755 +"109872",27849,35095,3,1316,1502 +"109873",27849,35464,3,1316,2502 +"109874",27849,36962,3,1316,2861 +"109875",27849,37333,2,1316,1612 +"109876",27849,38921,3,1316,1880 +"109877",27849,40028,3,1316,1349 +"109878",27849,42618,3,1316,2316 +"109879",27849,42619,3,1316,2017 +"109880",27849,43385,2,1316,1623 +"109881",27849,43518,3,1316,2680 +"109882",27849,45633,3,1316,2134 +"109883",27849,48215,3,1316,2028 +"109884",27849,48605,3,1316,2796 +"109885",27849,48698,3,1316,1474 +"109886",27849,50118,3,1316,2654 +"109887",27849,50236,3,1316,2339 +"109888",27849,51319,3,1316,2488 +"109889",27849,51613,3,1316,2795 +"109890",27849,51810,3,1316,1401 +"109891",27849,52058,3,1316,1836 +"109892",27849,52136,3,1316,1412 +"109893",27849,53303,3,1316,1376 +"109894",27849,53475,3,1316,2853 +"109895",27849,54020,3,1316,1578 +"109896",27849,54879,3,1316,2210 +"109897",27849,55468,1,1316,2511 +"109898",27849,55691,3,1316,2856 +"109899",27849,56082,3,1316,2395 +"109900",27849,56317,3,1316,2030 +"109901",27849,57950,3,1316,1529 +"109902",27849,57977,3,1316,2683 +"109903",27849,58133,3,1316,1484 +"109904",27849,58451,3,1316,1939 +"109905",27849,58652,2,1316,1437 +"109906",27849,58684,3,1316,2295 +"109907",27849,61719,3,1316,1515 +"109908",27849,61982,3,1316,2725 +"109909",27849,62903,3,1316,1704 +"109910",27849,64181,3,1316,1828 +"109911",27849,64997,3,1316,2791 +"109912",27849,66703,3,1316,2375 +"109913",27849,66860,3,1316,1548 +"109914",27849,67726,3,1316,2873 +"109915",27849,70203,3,1316,2756 +"109916",27849,72207,2,1316,2430 +"109917",27849,76892,3,1316,2381 +"109918",27849,79088,3,1316,1369 +"109919",27849,79322,3,1316,2770 +"109920",27849,79804,3,1316,2227 +"109921",27849,81588,2,1316,1568 +"109922",27849,82730,3,1316,1492 +"109923",27849,85430,3,1316,2370 +"109924",27849,86799,3,1316,1951 +"109925",27849,95288,3,1316,1602 +"109926",27849,98781,2,1316,1410 +"109927",27849,101338,3,1316,1319 +"109928",27849,108430,3,1316,1642 +"109929",27849,108867,3,1316,2328 +"109930",27860,1355,3,1588,2473 +"109931",27860,3947,3,1588,2067 +"109932",27860,5239,2,1588,2875 +"109933",27860,6222,3,1588,1949 +"109934",27860,7984,3,1588,2493 +"109935",27860,11477,3,1588,2724 +"109936",27860,13780,3,1588,2412 +"109937",27860,14959,3,1588,2898 +"109938",27860,15401,3,1588,1999 +"109939",27860,16896,3,1588,2223 +"109940",27860,17520,3,1588,2276 +"109941",27860,21225,3,1588,1945 +"109942",27860,23319,3,1588,2867 +"109943",27860,24825,3,1588,2686 +"109944",27860,26582,2,1588,2772 +"109945",27860,27694,3,1588,2030 +"109946",27860,29095,3,1588,2531 +"109947",27860,30747,3,1588,2455 +"109948",27860,30883,3,1588,1629 +"109949",27860,32988,3,1588,2008 +"109950",27860,34158,3,1588,2639 +"109951",27860,34491,3,1588,2694 +"109952",27860,38219,3,1588,1689 +"109953",27860,38921,3,1588,1880 +"109954",27860,40645,3,1588,1899 +"109955",27860,42505,3,1588,2008 +"109956",27860,52041,3,1588,2694 +"109957",27860,62538,3,1588,1656 +"109958",27860,65155,3,1588,1947 +"109959",27860,65322,3,1588,2008 +"109960",27860,87720,3,1588,2086 +"109961",27860,95011,3,1588,1986 +"109962",27868,999,3,1607,2181 +"109963",27868,41429,3,1607,1770 +"109964",27881,12943,3,243,1902 +"109965",27881,30883,3,243,1629 +"109966",27882,841,3,1897,2964 +"109967",27882,3520,2,1897,2281 +"109968",27882,4567,3,1897,2348 +"109969",27882,4660,3,1897,2149 +"109970",27882,4831,3,1897,2365 +"109971",27882,5606,3,1897,2875 +"109972",27882,5683,3,1897,2468 +"109973",27882,6119,3,1897,2358 +"109974",27882,19073,3,1897,2748 +"109975",27882,27686,3,1897,2844 +"109976",27882,32920,3,1897,2158 +"109977",27882,35797,3,1897,2482 +"109978",27882,36487,2,1897,2622 +"109979",27882,39418,2,1897,1978 +"109980",27882,40129,3,1897,2162 +"109981",27882,41694,3,1897,2358 +"109982",27882,42256,3,1897,2839 +"109983",27882,43961,2,1897,2443 +"109984",27882,47375,1,1897,2043 +"109985",27882,56755,3,1897,2158 +"109986",27882,59683,3,1897,2068 +"109987",27882,62712,3,1897,2884 +"109988",27882,68971,3,1897,2019 +"109989",27897,3477,3,1968,2546 +"109990",27897,4612,2,1968,2804 +"109991",27897,4660,3,1968,2149 +"109992",27897,6063,3,1968,2349 +"109993",27897,9787,3,1968,2858 +"109994",27897,17033,3,1968,2771 +"109995",27897,27742,3,1968,2700 +"109996",27897,27914,3,1968,2507 +"109997",27897,33223,3,1968,2397 +"109998",27897,46384,3,1968,2285 +"109999",27897,63641,3,1968,2337 +"110000",27897,66717,3,1968,2104 +"110001",27897,80606,3,1968,2079 +"110002",27908,9362,2,2576,2879 +"110003",27908,10148,3,2576,2964 +"110004",27908,14959,3,2576,2898 +"110005",27908,15826,3,2576,2772 +"110006",27908,19380,3,2576,2637 +"110007",27908,19655,3,2576,2706 +"110008",27908,29454,3,2576,2719 +"110009",27908,29824,3,2576,2772 +"110010",27908,34216,3,2576,2832 +"110011",27908,36953,3,2576,2790 +"110012",27908,36970,3,2576,2693 +"110013",27908,40295,2,2576,2703 +"110014",27908,40572,3,2576,2666 +"110015",27908,47968,3,2576,2829 +"110016",27908,62712,3,2576,2884 +"110017",27914,4612,2,2507,2804 +"110018",27914,7252,3,2507,2799 +"110019",27914,7942,2,2507,2623 +"110020",27914,9785,3,2507,2951 +"110021",27914,9787,2,2507,2858 +"110022",27914,12948,3,2507,2669 +"110023",27914,16866,3,2507,2718 +"110024",27914,17033,3,2507,2771 +"110025",27914,17037,3,2507,2947 +"110026",27914,18865,3,2507,2676 +"110027",27914,27742,1,2507,2700 +"110028",27914,40035,3,2507,2742 +"110029",27914,40572,3,2507,2666 +"110030",27914,45869,3,2507,2840 +"110031",27914,53739,3,2507,2704 +"110032",27914,58655,2,2507,2685 +"110033",27914,63077,3,2507,2778 +"110034",27914,71531,3,2507,2887 +"110035",27914,81400,3,2507,2679 +"110036",27914,111375,3,2507,2686 +"110037",27950,2765,3,1380,2321 +"110038",27950,11976,3,1380,1727 +"110039",27950,14888,3,1380,1411 +"110040",27950,17826,3,1380,2920 +"110041",27950,20423,2,1380,2654 +"110042",27950,29095,3,1380,2531 +"110043",27950,39827,3,1380,2321 +"110044",27950,49461,3,1380,2793 +"110045",27950,85592,3,1380,1412 +"110046",27965,3477,3,555,2546 +"110047",27965,6063,3,555,2349 +"110048",27965,9331,3,555,2269 +"110049",27965,12735,3,555,819 +"110050",27965,12779,3,555,936 +"110051",27965,18217,3,555,1566 +"110052",27965,18348,3,555,1711 +"110053",27965,22462,3,555,869 +"110054",27965,25543,3,555,724 +"110055",27965,26025,1,555,591 +"110056",27965,33223,3,555,2397 +"110057",27965,40542,3,555,1664 +"110058",27965,79364,3,555,834 +"110059",27965,79998,3,555,821 +"110060",28002,23,3,914,1682 +"110061",28002,600,3,914,1702 +"110062",28002,1196,3,914,1986 +"110063",28002,3961,3,914,2426 +"110064",28002,3966,3,914,2425 +"110065",28002,4253,3,914,1890 +"110066",28002,4953,3,914,2285 +"110067",28002,5041,3,914,2371 +"110068",28002,5072,3,914,2175 +"110069",28002,5315,3,914,2631 +"110070",28002,5350,3,914,2522 +"110071",28002,5622,3,914,2175 +"110072",28002,5716,1,914,1058 +"110073",28002,5971,3,914,1985 +"110074",28002,5984,2,914,1675 +"110075",28002,5986,2,914,1721 +"110076",28002,6044,3,914,2744 +"110077",28002,6047,2,914,2004 +"110078",28002,6162,3,914,1673 +"110079",28002,6390,3,914,2385 +"110080",28002,6417,1,914,1675 +"110081",28002,7548,3,914,1932 +"110082",28002,9311,3,914,2477 +"110083",28002,9928,3,914,2345 +"110084",28002,9950,3,914,920 +"110085",28002,10358,2,914,2294 +"110086",28002,10717,3,914,1938 +"110087",28002,10857,3,914,2253 +"110088",28002,10870,3,914,1755 +"110089",28002,11103,3,914,2393 +"110090",28002,11218,2,914,2292 +"110091",28002,11493,3,914,2077 +"110092",28002,11540,3,914,1237 +"110093",28002,11966,3,914,2385 +"110094",28002,12035,3,914,2721 +"110095",28002,12042,2,914,2345 +"110096",28002,12371,3,914,1569 +"110097",28002,12374,3,914,2260 +"110098",28002,13248,3,914,1385 +"110099",28002,13311,3,914,2315 +"110100",28002,14032,2,914,2144 +"110101",28002,14589,2,914,1184 +"110102",28002,14723,3,914,2019 +"110103",28002,15301,3,914,2308 +"110104",28002,15309,3,914,2820 +"110105",28002,15402,3,914,1281 +"110106",28002,16120,3,914,1237 +"110107",28002,16352,1,914,2657 +"110108",28002,17400,2,914,2231 +"110109",28002,17997,3,914,1621 +"110110",28002,18348,3,914,1711 +"110111",28002,18874,3,914,2170 +"110112",28002,20494,2,914,1075 +"110113",28002,21138,3,914,2849 +"110114",28002,21571,3,914,2755 +"110115",28002,22141,3,914,2348 +"110116",28002,22197,3,914,2271 +"110117",28002,22403,3,914,1630 +"110118",28002,23006,3,914,1532 +"110119",28002,23159,3,914,1548 +"110120",28002,23310,3,914,2371 +"110121",28002,24146,3,914,2003 +"110122",28002,24169,3,914,1663 +"110123",28002,24253,3,914,2213 +"110124",28002,24256,3,914,2393 +"110125",28002,24568,3,914,1937 +"110126",28002,26067,3,914,2069 +"110127",28002,26080,2,914,2525 +"110128",28002,26366,3,914,1688 +"110129",28002,26818,3,914,1999 +"110130",28002,26867,3,914,1804 +"110131",28002,27195,3,914,2158 +"110132",28002,27205,3,914,966 +"110133",28002,28296,3,914,2944 +"110134",28002,28559,3,914,1525 +"110135",28002,28571,3,914,1556 +"110136",28002,29314,3,914,2736 +"110137",28002,29930,2,914,2240 +"110138",28002,30173,3,914,2404 +"110139",28002,30325,3,914,1067 +"110140",28002,31279,3,914,965 +"110141",28002,31530,3,914,1661 +"110142",28002,32503,3,914,2020 +"110143",28002,32567,3,914,2784 +"110144",28002,32694,3,914,1602 +"110145",28002,32919,3,914,2321 +"110146",28002,33356,3,914,1586 +"110147",28002,34735,2,914,2767 +"110148",28002,35529,3,914,1620 +"110149",28002,35926,3,914,2371 +"110150",28002,36691,3,914,1903 +"110151",28002,36962,3,914,2861 +"110152",28002,37333,3,914,1612 +"110153",28002,37836,3,914,1369 +"110154",28002,38755,3,914,2902 +"110155",28002,39186,3,914,1258 +"110156",28002,39294,3,914,1889 +"110157",28002,40028,3,914,1349 +"110158",28002,40072,2,914,1182 +"110159",28002,40432,3,914,1956 +"110160",28002,41832,3,914,1155 +"110161",28002,41955,3,914,2479 +"110162",28002,41972,2,914,2509 +"110163",28002,42619,3,914,2017 +"110164",28002,44521,3,914,1593 +"110165",28002,45903,3,914,2237 +"110166",28002,47386,3,914,2226 +"110167",28002,49110,3,914,2938 +"110168",28002,49581,3,914,1817 +"110169",28002,50236,2,914,2339 +"110170",28002,51017,3,914,2073 +"110171",28002,52442,3,914,1269 +"110172",28002,53134,2,914,1590 +"110173",28002,54020,3,914,1578 +"110174",28002,54879,3,914,2210 +"110175",28002,54929,2,914,2783 +"110176",28002,55324,2,914,1544 +"110177",28002,56082,3,914,2395 +"110178",28002,56237,3,914,2625 +"110179",28002,56604,3,914,1919 +"110180",28002,57714,3,914,1391 +"110181",28002,57977,3,914,2683 +"110182",28002,58993,3,914,2390 +"110183",28002,59939,3,914,936 +"110184",28002,60280,3,914,1918 +"110185",28002,61337,3,914,2777 +"110186",28002,62488,3,914,1418 +"110187",28002,63409,3,914,1937 +"110188",28002,63442,3,914,1965 +"110189",28002,64502,3,914,1670 +"110190",28002,66677,3,914,2151 +"110191",28002,67102,3,914,935 +"110192",28002,71274,3,914,2390 +"110193",28002,72501,3,914,2795 +"110194",28002,73305,3,914,2544 +"110195",28002,74190,3,914,1428 +"110196",28002,75403,3,914,1895 +"110197",28002,77001,3,914,1440 +"110198",28002,80219,2,914,988 +"110199",28002,81349,3,914,1958 +"110200",28002,81478,3,914,1640 +"110201",28002,82732,2,914,2810 +"110202",28002,82932,3,914,2245 +"110203",28002,83526,3,914,1235 +"110204",28002,84022,3,914,2289 +"110205",28002,88857,3,914,1232 +"110206",28002,90911,3,914,1263 +"110207",28002,92508,3,914,1374 +"110208",28002,100140,3,914,1041 +"110209",28002,100462,3,914,1927 +"110210",28002,103218,3,914,1787 +"110211",28005,4361,3,325,2571 +"110212",28005,25745,1,325,2403 +"110213",28005,111375,3,325,2686 +"110214",28011,20292,3,2639,2755 +"110215",28011,21571,3,2639,2755 +"110216",28011,38755,3,2639,2902 +"110217",28011,51410,3,2639,2739 +"110218",28015,913,3,1624,2144 +"110219",28015,1275,2,1624,2068 +"110220",28015,1495,3,1624,2046 +"110221",28015,2424,3,1624,2582 +"110222",28015,2533,3,1624,2016 +"110223",28015,3716,3,1624,1679 +"110224",28015,3853,3,1624,2465 +"110225",28015,5041,3,1624,2371 +"110226",28015,5622,3,1624,2175 +"110227",28015,5710,3,1624,1926 +"110228",28015,6417,3,1624,1675 +"110229",28015,9364,2,1624,1698 +"110230",28015,10513,3,1624,2284 +"110231",28015,10857,3,1624,2253 +"110232",28015,10874,3,1624,1891 +"110233",28015,11006,3,1624,1950 +"110234",28015,14709,3,1624,1901 +"110235",28015,14943,3,1624,1942 +"110236",28015,16201,3,1624,1811 +"110237",28015,16332,2,1624,2668 +"110238",28015,16826,3,1624,2599 +"110239",28015,18103,3,1624,1968 +"110240",28015,18415,3,1624,2184 +"110241",28015,19248,3,1624,2357 +"110242",28015,19719,3,1624,2177 +"110243",28015,20124,3,1624,2376 +"110244",28015,21138,3,1624,2849 +"110245",28015,21795,3,1624,2653 +"110246",28015,25577,3,1624,1946 +"110247",28015,26359,2,1624,2535 +"110248",28015,26749,3,1624,2965 +"110249",28015,27275,3,1624,2656 +"110250",28015,27390,3,1624,2425 +"110251",28015,27694,3,1624,2030 +"110252",28015,29170,3,1624,1846 +"110253",28015,34327,3,1624,2959 +"110254",28015,38019,3,1624,1870 +"110255",28015,40432,2,1624,1956 +"110256",28015,46039,2,1624,1794 +"110257",28015,47386,3,1624,2226 +"110258",28015,47772,3,1624,2293 +"110259",28015,51017,3,1624,2073 +"110260",28015,52576,3,1624,2234 +"110261",28015,53323,3,1624,2677 +"110262",28015,54551,3,1624,2348 +"110263",28015,56317,3,1624,2030 +"110264",28015,57977,3,1624,2683 +"110265",28015,58451,3,1624,1939 +"110266",28015,58508,3,1624,2326 +"110267",28015,59205,2,1624,2387 +"110268",28015,61982,3,1624,2725 +"110269",28015,73786,3,1624,2937 +"110270",28015,79322,3,1624,2770 +"110271",28015,82949,3,1624,2077 +"110272",28015,83140,3,1624,1630 +"110273",28015,101295,3,1624,2165 +"110274",28015,115622,3,1624,1895 +"110275",28048,1592,3,1637,2006 +"110276",28048,1897,3,1637,1727 +"110277",28048,2334,1,1637,2619 +"110278",28048,4567,3,1637,2348 +"110279",28048,6627,3,1637,2063 +"110280",28048,7616,3,1637,2296 +"110281",28048,7759,3,1637,2844 +"110282",28048,17221,3,1637,2487 +"110283",28048,17245,3,1637,1811 +"110284",28048,18571,2,1637,2128 +"110285",28048,21463,3,1637,2437 +"110286",28048,23825,3,1637,1913 +"110287",28048,27783,3,1637,2302 +"110288",28048,31164,3,1637,1996 +"110289",28048,33672,3,1637,2396 +"110290",28048,36136,3,1637,2338 +"110291",28048,38755,3,1637,2902 +"110292",28048,39105,2,1637,2487 +"110293",28048,44135,3,1637,2620 +"110294",28048,46951,3,1637,2429 +"110295",28048,57380,3,1637,2362 +"110296",28048,57405,3,1637,2344 +"110297",28048,68592,3,1637,2551 +"110298",28048,76132,3,1637,2426 +"110299",28048,76675,3,1637,1840 +"110300",28050,468,3,1955,1966 +"110301",28050,1495,3,1955,2046 +"110302",28050,1777,3,1955,1965 +"110303",28050,2224,3,1955,2751 +"110304",28050,3164,1,1955,2693 +"110305",28050,4191,3,1955,2130 +"110306",28050,4763,3,1955,1960 +"110307",28050,5041,3,1955,2371 +"110308",28050,5078,3,1955,2033 +"110309",28050,5457,3,1955,2077 +"110310",28050,5462,3,1955,2374 +"110311",28050,5504,3,1955,2389 +"110312",28050,5971,3,1955,1985 +"110313",28050,6030,1,1955,2953 +"110314",28050,9362,3,1955,2879 +"110315",28050,10358,3,1955,2294 +"110316",28050,10701,3,1955,2000 +"110317",28050,11218,3,1955,2292 +"110318",28050,11966,2,1955,2385 +"110319",28050,13780,3,1955,2412 +"110320",28050,15184,3,1955,2396 +"110321",28050,15301,2,1955,2308 +"110322",28050,15626,3,1955,2434 +"110323",28050,16096,3,1955,2301 +"110324",28050,16352,3,1955,2657 +"110325",28050,17413,3,1955,2230 +"110326",28050,19072,3,1955,2358 +"110327",28050,20284,2,1955,2530 +"110328",28050,20292,3,1955,2755 +"110329",28050,21571,2,1955,2755 +"110330",28050,22566,1,1955,2308 +"110331",28050,25971,3,1955,2608 +"110332",28050,28168,1,1955,2702 +"110333",28050,28218,3,1955,2048 +"110334",28050,28296,3,1955,2944 +"110335",28050,29004,3,1955,2596 +"110336",28050,32503,3,1955,2020 +"110337",28050,32567,3,1955,2784 +"110338",28050,34735,3,1955,2767 +"110339",28050,42619,3,1955,2017 +"110340",28050,44135,3,1955,2620 +"110341",28050,45684,3,1955,2200 +"110342",28050,51052,3,1955,2784 +"110343",28050,51853,3,1955,2520 +"110344",28050,54929,3,1955,2783 +"110345",28050,55076,3,1955,2408 +"110346",28050,66413,3,1955,2507 +"110347",28050,82732,3,1955,2810 +"110348",28051,371,1,2089,2950 +"110349",28051,3271,3,2089,2216 +"110350",28051,8865,3,2089,2394 +"110351",28051,9332,3,2089,2734 +"110352",28051,14586,3,2089,2801 +"110353",28051,19165,3,2089,2436 +"110354",28051,19686,3,2089,2467 +"110355",28051,19934,3,2089,2888 +"110356",28051,20308,3,2089,2254 +"110357",28051,26642,3,2089,2952 +"110358",28051,33657,2,2089,2336 +"110359",28051,37636,3,2089,2178 +"110360",28051,37752,2,2089,2223 +"110361",28051,38259,3,2089,2258 +"110362",28051,39875,3,2089,2422 +"110363",28051,42256,3,2089,2839 +"110364",28051,53687,3,2089,2422 +"110365",28051,58521,2,2089,2950 +"110366",28051,59039,3,2089,2870 +"110367",28051,65188,3,2089,2213 +"110368",28053,2684,3,2292,2874 +"110369",28053,24753,2,2292,2860 +"110370",28053,28626,3,2292,2842 +"110371",28053,41664,3,2292,2641 +"110372",28056,1592,3,1505,2006 +"110373",28056,2208,3,1505,2814 +"110374",28056,3163,3,1505,2020 +"110375",28056,20407,3,1505,2339 +"110376",28056,53134,3,1505,1590 +"110377",28057,380,3,1067,2261 +"110378",28057,388,3,1067,1594 +"110379",28057,489,3,1067,2652 +"110380",28057,680,3,1067,2569 +"110381",28057,1214,3,1067,2050 +"110382",28057,1367,3,1067,2176 +"110383",28057,1560,3,1067,2013 +"110384",28057,2036,3,1067,2483 +"110385",28057,2224,2,1067,2751 +"110386",28057,2407,3,1067,1725 +"110387",28057,2424,3,1067,2582 +"110388",28057,2540,3,1067,1398 +"110389",28057,2563,1,1067,1686 +"110390",28057,2747,3,1067,2411 +"110391",28057,2852,3,1067,2448 +"110392",28057,3068,3,1067,1815 +"110393",28057,3306,3,1067,1989 +"110394",28057,3628,3,1067,2707 +"110395",28057,3801,3,1067,1974 +"110396",28057,3849,3,1067,1356 +"110397",28057,4303,3,1067,2414 +"110398",28057,4889,3,1067,1501 +"110399",28057,5120,2,1067,2735 +"110400",28057,5346,2,1067,1438 +"110401",28057,5580,3,1067,2111 +"110402",28057,6074,3,1067,2426 +"110403",28057,6363,3,1067,2066 +"110404",28057,6602,3,1067,1631 +"110405",28057,7245,3,1067,2089 +"110406",28057,7475,3,1067,1284 +"110407",28057,7582,3,1067,1099 +"110408",28057,7936,3,1067,1199 +"110409",28057,8062,3,1067,2858 +"110410",28057,8821,3,1067,2230 +"110411",28057,8984,3,1067,1162 +"110412",28057,9191,3,1067,2707 +"110413",28057,9202,2,1067,2477 +"110414",28057,9227,3,1067,1267 +"110415",28057,9654,3,1067,2111 +"110416",28057,9716,3,1067,1929 +"110417",28057,10474,3,1067,1608 +"110418",28057,10513,2,1067,2284 +"110419",28057,11429,3,1067,2520 +"110420",28057,11477,3,1067,2724 +"110421",28057,12759,3,1067,2414 +"110422",28057,13043,3,1067,1295 +"110423",28057,13671,3,1067,1371 +"110424",28057,14072,3,1067,1346 +"110425",28057,14108,3,1067,2012 +"110426",28057,14972,3,1067,2332 +"110427",28057,15095,3,1067,2001 +"110428",28057,15207,2,1067,1855 +"110429",28057,15453,3,1067,1688 +"110430",28057,15462,3,1067,1141 +"110431",28057,15700,3,1067,1712 +"110432",28057,15713,3,1067,1646 +"110433",28057,16067,3,1067,2727 +"110434",28057,16866,3,1067,2718 +"110435",28057,16877,2,1067,2509 +"110436",28057,18124,3,1067,1642 +"110437",28057,18211,1,1067,1745 +"110438",28057,18348,3,1067,1711 +"110439",28057,18371,3,1067,2860 +"110440",28057,18381,3,1067,1524 +"110441",28057,18415,3,1067,2184 +"110442",28057,18518,3,1067,1128 +"110443",28057,18865,3,1067,2676 +"110444",28057,19096,3,1067,1538 +"110445",28057,19835,3,1067,1135 +"110446",28057,20563,3,1067,2267 +"110447",28057,20624,2,1067,1298 +"110448",28057,20687,3,1067,1248 +"110449",28057,21929,3,1067,2062 +"110450",28057,22884,3,1067,1608 +"110451",28057,23756,3,1067,2309 +"110452",28057,24060,3,1067,2349 +"110453",28057,25198,3,1067,1982 +"110454",28057,25373,3,1067,2783 +"110455",28057,29997,3,1067,1789 +"110456",28057,30262,3,1067,1715 +"110457",28057,30334,2,1067,2075 +"110458",28057,30705,3,1067,2959 +"110459",28057,30943,3,1067,2287 +"110460",28057,32939,3,1067,2277 +"110461",28057,33621,2,1067,1319 +"110462",28057,34820,3,1067,1630 +"110463",28057,34836,3,1067,2302 +"110464",28057,35518,3,1067,1721 +"110465",28057,35752,3,1067,1158 +"110466",28057,36953,3,1067,2790 +"110467",28057,37636,2,1067,2178 +"110468",28057,37844,3,1067,2002 +"110469",28057,38449,3,1067,1802 +"110470",28057,39535,3,1067,2428 +"110471",28057,40022,2,1067,2307 +"110472",28057,40392,2,1067,1878 +"110473",28057,41023,2,1067,2408 +"110474",28057,41033,3,1067,1839 +"110475",28057,41429,3,1067,1770 +"110476",28057,41598,3,1067,2291 +"110477",28057,41723,3,1067,2101 +"110478",28057,41955,3,1067,2479 +"110479",28057,42642,3,1067,2257 +"110480",28057,43204,3,1067,1680 +"110481",28057,44341,3,1067,1230 +"110482",28057,44819,3,1067,2063 +"110483",28057,46803,3,1067,2305 +"110484",28057,47082,3,1067,1990 +"110485",28057,50229,3,1067,1190 +"110486",28057,51017,3,1067,2073 +"110487",28057,51783,2,1067,2599 +"110488",28057,54388,3,1067,1257 +"110489",28057,56082,3,1067,2395 +"110490",28057,57804,3,1067,2214 +"110491",28057,57842,3,1067,2482 +"110492",28057,58854,2,1067,1131 +"110493",28057,63395,3,1067,2334 +"110494",28057,63641,3,1067,2337 +"110495",28057,67726,3,1067,2873 +"110496",28057,69712,3,1067,1219 +"110497",28057,69716,3,1067,2632 +"110498",28057,71342,3,1067,1289 +"110499",28057,72468,3,1067,2292 +"110500",28057,74818,3,1067,1440 +"110501",28057,75444,3,1067,2846 +"110502",28057,79350,3,1067,2261 +"110503",28057,80825,3,1067,2315 +"110504",28057,84907,2,1067,1259 +"110505",28057,85356,3,1067,1492 +"110506",28057,92491,2,1067,1968 +"110507",28057,94444,3,1067,1554 +"110508",28057,94520,1,1067,1243 +"110509",28057,98080,3,1067,1265 +"110510",28057,99557,3,1067,1703 +"110511",28057,104565,2,1067,2693 +"110512",28065,1203,3,943,1350 +"110513",28065,2294,3,943,1638 +"110514",28065,10087,2,943,1617 +"110515",28065,11127,1,943,1196 +"110516",28065,11875,3,943,1526 +"110517",28065,17061,2,943,2385 +"110518",28065,25721,3,943,2212 +"110519",28065,33491,3,943,1226 +"110520",28065,38439,3,943,2025 +"110521",28065,48605,3,943,2796 +"110522",28065,49642,2,943,1166 +"110523",28065,76048,3,943,2373 +"110524",28081,237,3,1927,1982 +"110525",28081,468,3,1927,1966 +"110526",28081,798,2,1927,2476 +"110527",28081,841,3,1927,2964 +"110528",28081,1639,3,1927,2631 +"110529",28081,1691,3,1927,1941 +"110530",28081,2852,2,1927,2448 +"110531",28081,3306,3,1927,1989 +"110532",28081,4367,3,1927,2794 +"110533",28081,4660,3,1927,2149 +"110534",28081,5897,3,1927,2337 +"110535",28081,6697,3,1927,2438 +"110536",28081,7014,2,1927,2401 +"110537",28081,7355,3,1927,1928 +"110538",28081,7896,3,1927,2447 +"110539",28081,8533,3,1927,2251 +"110540",28081,8610,3,1927,2240 +"110541",28081,8726,1,1927,2083 +"110542",28081,8860,3,1927,2141 +"110543",28081,9050,3,1927,2026 +"110544",28081,10222,3,1927,2212 +"110545",28081,11136,3,1927,2573 +"110546",28081,11625,3,1927,2022 +"110547",28081,12577,3,1927,2530 +"110548",28081,13079,3,1927,2547 +"110549",28081,13249,3,1927,2573 +"110550",28081,13324,3,1927,2163 +"110551",28081,14754,2,1927,2456 +"110552",28081,15301,3,1927,2308 +"110553",28081,16205,3,1927,2630 +"110554",28081,18965,3,1927,2315 +"110555",28081,19208,3,1927,2629 +"110556",28081,21324,3,1927,2413 +"110557",28081,21681,3,1927,2005 +"110558",28081,22766,3,1927,1945 +"110559",28081,23460,3,1927,2183 +"110560",28081,24757,3,1927,1939 +"110561",28081,25741,3,1927,2853 +"110562",28081,26100,3,1927,1966 +"110563",28081,26734,3,1927,2299 +"110564",28081,31251,3,1927,2498 +"110565",28081,32549,2,1927,2111 +"110566",28081,32606,3,1927,2100 +"110567",28081,32775,3,1927,2135 +"110568",28081,32818,3,1927,2485 +"110569",28081,35477,2,1927,2703 +"110570",28081,35980,3,1927,2657 +"110571",28081,37279,3,1927,2768 +"110572",28081,37929,3,1927,2393 +"110573",28081,39534,3,1927,2410 +"110574",28081,41023,3,1927,2408 +"110575",28081,43593,2,1927,2704 +"110576",28081,44235,3,1927,2700 +"110577",28081,47947,3,1927,2681 +"110578",28081,49347,3,1927,2504 +"110579",28081,51687,3,1927,2333 +"110580",28081,53223,3,1927,2690 +"110581",28081,53362,3,1927,2360 +"110582",28081,54284,3,1927,2491 +"110583",28081,57037,3,1927,2293 +"110584",28081,61585,3,1927,2315 +"110585",28081,63641,3,1927,2337 +"110586",28081,66717,3,1927,2104 +"110587",28081,68789,1,1927,1929 +"110588",28081,71531,3,1927,2887 +"110589",28081,74605,2,1927,2265 +"110590",28081,104659,3,1927,2026 +"110591",28090,12035,3,1755,2721 +"110592",28090,14772,2,1755,2386 +"110593",28090,20469,3,1755,2125 +"110594",28090,29791,3,1755,1986 +"110595",28090,41004,2,1755,2561 +"110596",28090,68888,3,1755,2786 +"110597",28094,841,3,1423,2964 +"110598",28094,1691,3,1423,1941 +"110599",28094,2139,3,1423,2502 +"110600",28094,2852,3,1423,2448 +"110601",28094,3284,3,1423,1541 +"110602",28094,8726,3,1423,2083 +"110603",28094,8822,2,1423,2139 +"110604",28094,10222,3,1423,2212 +"110605",28094,17230,2,1423,1965 +"110606",28094,22317,3,1423,1552 +"110607",28094,28081,2,1423,1927 +"110608",28094,29997,3,1423,1789 +"110609",28094,32202,3,1423,2314 +"110610",28094,32549,3,1423,2111 +"110611",28094,32606,3,1423,2100 +"110612",28094,33380,3,1423,2340 +"110613",28094,33451,3,1423,1957 +"110614",28094,35980,3,1423,2657 +"110615",28094,39534,3,1423,2410 +"110616",28094,49347,3,1423,2504 +"110617",28094,59438,2,1423,2400 +"110618",28094,60879,3,1423,2792 +"110619",28094,61585,3,1423,2315 +"110620",28094,68789,2,1423,1929 +"110621",28094,71455,1,1423,1702 +"110622",28094,71531,3,1423,2887 +"110623",28101,135,3,1949,2233 +"110624",28101,455,3,1949,2827 +"110625",28101,470,3,1949,2285 +"110626",28101,913,3,1949,2144 +"110627",28101,4084,3,1949,2133 +"110628",28101,10433,3,1949,2075 +"110629",28101,23705,2,1949,2699 +"110630",28101,46803,3,1949,2305 +"110631",28101,66413,3,1949,2507 +"110632",28115,135,3,1835,2233 +"110633",28115,455,1,1835,2827 +"110634",28115,470,1,1835,2285 +"110635",28115,841,3,1835,2964 +"110636",28115,913,3,1835,2144 +"110637",28115,2195,3,1835,2139 +"110638",28115,2224,3,1835,2751 +"110639",28115,2424,3,1835,2582 +"110640",28115,2985,3,1835,2398 +"110641",28115,4084,3,1835,2133 +"110642",28115,5491,3,1835,2048 +"110643",28115,6074,3,1835,2426 +"110644",28115,7245,3,1835,2089 +"110645",28115,7515,3,1835,2737 +"110646",28115,9241,3,1835,2338 +"110647",28115,10433,1,1835,2075 +"110648",28115,11516,3,1835,1937 +"110649",28115,12528,3,1835,2589 +"110650",28115,14754,2,1835,2456 +"110651",28115,18151,3,1835,2962 +"110652",28115,19334,3,1835,1979 +"110653",28115,21795,3,1835,2653 +"110654",28115,22567,3,1835,2396 +"110655",28115,23132,2,1835,2756 +"110656",28115,23705,3,1835,2699 +"110657",28115,23918,3,1835,1881 +"110658",28115,24255,3,1835,2770 +"110659",28115,24448,3,1835,2289 +"110660",28115,24568,3,1835,1937 +"110661",28115,27275,3,1835,2656 +"110662",28115,27312,2,1835,2469 +"110663",28115,27390,3,1835,2425 +"110664",28115,27391,3,1835,2378 +"110665",28115,29962,3,1835,2201 +"110666",28115,30052,2,1835,2855 +"110667",28115,32339,3,1835,2430 +"110668",28115,32965,3,1835,2071 +"110669",28115,40383,3,1835,2639 +"110670",28115,40493,3,1835,1981 +"110671",28115,40910,2,1835,2469 +"110672",28115,42216,3,1835,2722 +"110673",28115,45633,3,1835,2134 +"110674",28115,53196,2,1835,1888 +"110675",28115,62219,3,1835,2494 +"110676",28115,63409,3,1835,1937 +"110677",28115,64997,3,1835,2791 +"110678",28115,65016,2,1835,2749 +"110679",28115,66413,3,1835,2507 +"110680",28115,67652,3,1835,2736 +"110681",28115,73305,3,1835,2544 +"110682",28115,80429,3,1835,1927 +"110683",28115,105063,3,1835,1908 +"110684",28116,160,3,1643,2007 +"110685",28116,680,3,1643,2569 +"110686",28116,2057,3,1643,1965 +"110687",28116,2747,2,1643,2411 +"110688",28116,6063,3,1643,2349 +"110689",28116,9503,2,1643,2453 +"110690",28116,10050,3,1643,1792 +"110691",28116,10453,3,1643,1656 +"110692",28116,10739,3,1643,1807 +"110693",28116,11588,2,1643,2352 +"110694",28116,19587,3,1643,1684 +"110695",28116,20220,3,1643,1656 +"110696",28116,23131,3,1643,1732 +"110697",28116,24069,3,1643,2697 +"110698",28116,25373,3,1643,2783 +"110699",28116,27390,3,1643,2425 +"110700",28116,28837,3,1643,2286 +"110701",28116,30334,3,1643,2075 +"110702",28116,30525,3,1643,1964 +"110703",28116,37636,2,1643,2178 +"110704",28116,39418,3,1643,1978 +"110705",28116,40392,3,1643,1878 +"110706",28116,41694,3,1643,2358 +"110707",28116,44433,3,1643,2224 +"110708",28116,44564,3,1643,2034 +"110709",28116,44603,3,1643,2748 +"110710",28116,45729,3,1643,2606 +"110711",28116,51783,3,1643,2599 +"110712",28116,54924,3,1643,2603 +"110713",28116,55482,3,1643,1866 +"110714",28116,74370,3,1643,1667 +"110715",28116,77052,3,1643,2770 +"110716",28124,325,3,434,495 +"110717",28124,380,3,434,2261 +"110718",28124,671,3,434,2328 +"110719",28124,1044,3,434,880 +"110720",28124,1102,3,434,2282 +"110721",28124,1639,3,434,2631 +"110722",28124,1826,2,434,924 +"110723",28124,2269,3,434,984 +"110724",28124,2424,3,434,2582 +"110725",28124,2754,3,434,1360 +"110726",28124,3271,3,434,2216 +"110727",28124,3306,3,434,1989 +"110728",28124,3716,3,434,1679 +"110729",28124,3801,3,434,1974 +"110730",28124,4317,3,434,1224 +"110731",28124,4701,3,434,2401 +"110732",28124,4790,2,434,1025 +"110733",28124,4791,2,434,1184 +"110734",28124,6047,3,434,2004 +"110735",28124,6718,3,434,2138 +"110736",28124,8910,3,434,1054 +"110737",28124,9272,3,434,2835 +"110738",28124,9311,3,434,2477 +"110739",28124,9364,3,434,1698 +"110740",28124,9474,2,434,864 +"110741",28124,9950,3,434,920 +"110742",28124,10513,2,434,2284 +"110743",28124,11006,3,434,1950 +"110744",28124,11540,3,434,1237 +"110745",28124,11541,3,434,1927 +"110746",28124,11576,3,434,808 +"110747",28124,12096,3,434,1330 +"110748",28124,12728,3,434,2374 +"110749",28124,13905,2,434,452 +"110750",28124,13945,3,434,1324 +"110751",28124,14032,3,434,2144 +"110752",28124,14678,3,434,799 +"110753",28124,16332,3,434,2668 +"110754",28124,16940,2,434,1290 +"110755",28124,17821,3,434,858 +"110756",28124,18393,3,434,860 +"110757",28124,18707,3,434,1143 +"110758",28124,19248,3,434,2357 +"110759",28124,19719,3,434,2177 +"110760",28124,20124,3,434,2376 +"110761",28124,20311,3,434,1981 +"110762",28124,20975,2,434,1305 +"110763",28124,20988,3,434,455 +"110764",28124,21122,3,434,1701 +"110765",28124,21138,3,434,2849 +"110766",28124,21197,3,434,1437 +"110767",28124,21198,2,434,935 +"110768",28124,21285,3,434,2100 +"110769",28124,21693,3,434,2176 +"110770",28124,22282,3,434,1418 +"110771",28124,22326,3,434,2818 +"110772",28124,22362,3,434,1836 +"110773",28124,22586,3,434,1341 +"110774",28124,23450,2,434,967 +"110775",28124,23652,3,434,803 +"110776",28124,23727,3,434,1734 +"110777",28124,23729,2,434,1624 +"110778",28124,23970,3,434,1624 +"110779",28124,24755,2,434,1319 +"110780",28124,25027,3,434,564 +"110781",28124,25577,3,434,1946 +"110782",28124,26451,3,434,2133 +"110783",28124,26471,3,434,1061 +"110784",28124,26570,3,434,1669 +"110785",28124,26749,2,434,2965 +"110786",28124,27175,3,434,1447 +"110787",28124,27390,3,434,2425 +"110788",28124,27694,3,434,2030 +"110789",28124,27849,3,434,1316 +"110790",28124,28015,2,434,1624 +"110791",28124,29705,2,434,607 +"110792",28124,29750,3,434,689 +"110793",28124,31338,3,434,917 +"110794",28124,31530,3,434,1661 +"110795",28124,32017,3,434,577 +"110796",28124,32173,3,434,2341 +"110797",28124,33949,3,434,2489 +"110798",28124,34136,3,434,2202 +"110799",28124,34836,3,434,2302 +"110800",28124,38019,2,434,1870 +"110801",28124,38780,3,434,2705 +"110802",28124,39238,2,434,922 +"110803",28124,41174,3,434,850 +"110804",28124,41315,3,434,439 +"110805",28124,41832,3,434,1155 +"110806",28124,43051,3,434,904 +"110807",28124,43226,3,434,2442 +"110808",28124,43385,3,434,1623 +"110809",28124,44059,3,434,525 +"110810",28124,46723,3,434,607 +"110811",28124,47772,2,434,2293 +"110812",28124,48110,3,434,2009 +"110813",28124,50219,3,434,756 +"110814",28124,51017,3,434,2073 +"110815",28124,51810,3,434,1401 +"110816",28124,51953,3,434,551 +"110817",28124,52058,3,434,1836 +"110818",28124,52136,3,434,1412 +"110819",28124,52576,2,434,2234 +"110820",28124,53323,3,434,2677 +"110821",28124,54305,3,434,1222 +"110822",28124,55082,3,434,1856 +"110823",28124,55139,3,434,2323 +"110824",28124,55299,3,434,609 +"110825",28124,55468,3,434,2511 +"110826",28124,56082,3,434,2395 +"110827",28124,56317,2,434,2030 +"110828",28124,57950,3,434,1529 +"110829",28124,58508,2,434,2326 +"110830",28124,58652,3,434,1437 +"110831",28124,61982,3,434,2725 +"110832",28124,64181,3,434,1828 +"110833",28124,66860,3,434,1548 +"110834",28124,67222,3,434,1332 +"110835",28124,68043,3,434,690 +"110836",28124,69335,3,434,2698 +"110837",28124,69712,3,434,1219 +"110838",28124,71342,1,434,1289 +"110839",28124,72956,2,434,1251 +"110840",28124,73128,3,434,1549 +"110841",28124,73786,3,434,2937 +"110842",28124,75948,2,434,1006 +"110843",28124,76284,3,434,1237 +"110844",28124,77305,1,434,965 +"110845",28124,79322,3,434,2770 +"110846",28124,79436,3,434,1344 +"110847",28124,80301,3,434,1690 +"110848",28124,80825,3,434,2315 +"110849",28124,81588,1,434,1568 +"110850",28124,82893,3,434,1275 +"110851",28124,82949,3,434,2077 +"110852",28124,83434,3,434,850 +"110853",28124,87692,3,434,775 +"110854",28124,89097,1,434,935 +"110855",28124,89541,2,434,525 +"110856",28124,90573,3,434,878 +"110857",28124,90802,3,434,877 +"110858",28124,92220,1,434,607 +"110859",28124,93332,3,434,982 +"110860",28124,95836,3,434,760 +"110861",28124,98781,3,434,1410 +"110862",28124,101295,3,434,2165 +"110863",28124,101395,3,434,891 +"110864",28124,115622,3,434,1895 +"110865",28130,1767,3,908,2727 +"110866",28130,2591,3,908,1949 +"110867",28130,2894,3,908,1291 +"110868",28130,3068,3,908,1815 +"110869",28130,3961,3,908,2426 +"110870",28130,5315,3,908,2631 +"110871",28130,5346,3,908,1438 +"110872",28130,5785,2,908,1261 +"110873",28130,6055,3,908,2651 +"110874",28130,6222,3,908,1949 +"110875",28130,6577,3,908,1951 +"110876",28130,7984,3,908,2493 +"110877",28130,7992,3,908,2033 +"110878",28130,8275,2,908,2237 +"110879",28130,10358,3,908,2294 +"110880",28130,10382,3,908,2111 +"110881",28130,11456,3,908,2715 +"110882",28130,12524,3,908,1287 +"110883",28130,12639,3,908,1141 +"110884",28130,12692,2,908,1855 +"110885",28130,13315,3,908,2516 +"110886",28130,13388,3,908,2119 +"110887",28130,13967,3,908,1354 +"110888",28130,13979,2,908,1559 +"110889",28130,14482,2,908,1573 +"110890",28130,14959,3,908,2898 +"110891",28130,15207,2,908,1855 +"110892",28130,15636,3,908,2857 +"110893",28130,16539,3,908,1947 +"110894",28130,17354,3,908,2250 +"110895",28130,17716,3,908,915 +"110896",28130,17852,3,908,2840 +"110897",28130,19453,3,908,1928 +"110898",28130,19593,2,908,2013 +"110899",28130,19634,3,908,954 +"110900",28130,19637,2,908,1229 +"110901",28130,20067,3,908,2390 +"110902",28130,20311,3,908,1981 +"110903",28130,20732,2,908,2401 +"110904",28130,21566,2,908,1234 +"110905",28130,21706,3,908,1988 +"110906",28130,21911,3,908,1184 +"110907",28130,22403,3,908,1630 +"110908",28130,23006,3,908,1532 +"110909",28130,23726,2,908,2434 +"110910",28130,23869,2,908,1918 +"110911",28130,25680,2,908,1618 +"110912",28130,25950,3,908,1618 +"110913",28130,26249,3,908,2301 +"110914",28130,26479,3,908,1818 +"110915",28130,26582,3,908,2772 +"110916",28130,27104,2,908,1608 +"110917",28130,27860,3,908,1588 +"110918",28130,28131,1,908,1492 +"110919",28130,28731,3,908,955 +"110920",28130,28808,3,908,1063 +"110921",28130,29095,3,908,2531 +"110922",28130,30150,2,908,1704 +"110923",28130,30883,2,908,1629 +"110924",28130,31243,2,908,1355 +"110925",28130,31279,3,908,965 +"110926",28130,33801,3,908,2899 +"110927",28130,35529,3,908,1620 +"110928",28130,35772,2,908,1440 +"110929",28130,36441,2,908,2796 +"110930",28130,37934,3,908,1595 +"110931",28130,38921,3,908,1880 +"110932",28130,40646,3,908,1583 +"110933",28130,40893,3,908,1116 +"110934",28130,41108,3,908,1624 +"110935",28130,42747,3,908,1189 +"110936",28130,42799,2,908,2729 +"110937",28130,43479,3,908,2178 +"110938",28130,44557,3,908,2371 +"110939",28130,44819,3,908,2063 +"110940",28130,45903,3,908,2237 +"110941",28130,46635,2,908,2528 +"110942",28130,46803,3,908,2305 +"110943",28130,47386,3,908,2226 +"110944",28130,50269,3,908,1966 +"110945",28130,50382,3,908,2244 +"110946",28130,52136,3,908,1412 +"110947",28130,52345,3,908,1430 +"110948",28130,53475,3,908,2853 +"110949",28130,53604,3,908,2489 +"110950",28130,53779,3,908,2000 +"110951",28130,55084,3,908,1189 +"110952",28130,56903,2,908,1584 +"110953",28130,57150,3,908,1196 +"110954",28130,58669,2,908,2296 +"110955",28130,62148,3,908,1566 +"110956",28130,64502,2,908,1670 +"110957",28130,68024,2,908,1531 +"110958",28130,70203,2,908,2756 +"110959",28130,70996,3,908,1037 +"110960",28130,74818,2,908,1440 +"110961",28130,76356,2,908,2323 +"110962",28130,78801,3,908,1572 +"110963",28130,79371,2,908,1624 +"110964",28130,81463,2,908,955 +"110965",28130,85356,2,908,1492 +"110966",28130,86785,2,908,1607 +"110967",28130,87720,2,908,2086 +"110968",28130,91901,2,908,1236 +"110969",28130,92381,3,908,1237 +"110970",28130,94520,3,908,1243 +"110971",28130,96132,2,908,1489 +"110972",28130,96911,2,908,956 +"110973",28130,97160,3,908,1215 +"110974",28130,100140,2,908,1041 +"110975",28130,103524,3,908,991 +"110976",28130,109718,3,908,1237 +"110977",28130,115037,3,908,1788 +"110978",28131,1767,3,1492,2727 +"110979",28131,1777,3,1492,1965 +"110980",28131,3068,3,1492,1815 +"110981",28131,3255,3,1492,2504 +"110982",28131,3830,3,1492,1661 +"110983",28131,3961,3,1492,2426 +"110984",28131,5078,3,1492,2033 +"110985",28131,5315,3,1492,2631 +"110986",28131,5438,3,1492,1499 +"110987",28131,5457,3,1492,2077 +"110988",28131,5462,3,1492,2374 +"110989",28131,5504,3,1492,2389 +"110990",28131,6222,3,1492,1949 +"110991",28131,7984,3,1492,2493 +"110992",28131,7992,3,1492,2033 +"110993",28131,8275,3,1492,2237 +"110994",28131,9311,3,1492,2477 +"110995",28131,10358,3,1492,2294 +"110996",28131,10779,3,1492,2881 +"110997",28131,11440,3,1492,2026 +"110998",28131,12388,3,1492,1975 +"110999",28131,12692,3,1492,1855 +"111000",28131,12901,3,1492,2136 +"111001",28131,13388,2,1492,2119 +"111002",28131,13979,2,1492,1559 +"111003",28131,14482,3,1492,1573 +"111004",28131,14959,3,1492,2898 +"111005",28131,15207,3,1492,1855 +"111006",28131,15444,3,1492,2764 +"111007",28131,15453,3,1492,1688 +"111008",28131,15636,2,1492,2857 +"111009",28131,16539,3,1492,1947 +"111010",28131,17027,3,1492,2772 +"111011",28131,17097,3,1492,1505 +"111012",28131,17354,2,1492,2250 +"111013",28131,18151,3,1492,2962 +"111014",28131,18394,3,1492,2356 +"111015",28131,19593,3,1492,2013 +"111016",28131,20067,2,1492,2390 +"111017",28131,20311,3,1492,1981 +"111018",28131,20659,3,1492,1969 +"111019",28131,20732,2,1492,2401 +"111020",28131,21706,3,1492,1988 +"111021",28131,22403,3,1492,1630 +"111022",28131,23509,3,1492,2275 +"111023",28131,23726,2,1492,2434 +"111024",28131,23787,3,1492,2810 +"111025",28131,23825,3,1492,1913 +"111026",28131,23869,2,1492,1918 +"111027",28131,24612,3,1492,1875 +"111028",28131,24756,3,1492,2530 +"111029",28131,25680,2,1492,1618 +"111030",28131,26249,2,1492,2301 +"111031",28131,26451,3,1492,2133 +"111032",28131,26479,3,1492,1818 +"111033",28131,27104,3,1492,1608 +"111034",28131,29095,3,1492,2531 +"111035",28131,30150,1,1492,1704 +"111036",28131,30404,3,1492,1810 +"111037",28131,30883,2,1492,1629 +"111038",28131,33356,3,1492,1586 +"111039",28131,33551,3,1492,1734 +"111040",28131,33801,3,1492,2899 +"111041",28131,35529,2,1492,1620 +"111042",28131,36441,3,1492,2796 +"111043",28131,37934,3,1492,1595 +"111044",28131,38921,3,1492,1880 +"111045",28131,40432,3,1492,1956 +"111046",28131,40646,3,1492,1583 +"111047",28131,41278,3,1492,1873 +"111048",28131,42486,3,1492,1951 +"111049",28131,42799,3,1492,2729 +"111050",28131,43479,3,1492,2178 +"111051",28131,44557,3,1492,2371 +"111052",28131,44654,3,1492,2916 +"111053",28131,44819,3,1492,2063 +"111054",28131,46040,3,1492,2105 +"111055",28131,46635,3,1492,2528 +"111056",28131,46803,2,1492,2305 +"111057",28131,47386,3,1492,2226 +"111058",28131,50269,2,1492,1966 +"111059",28131,50382,2,1492,2244 +"111060",28131,53475,3,1492,2853 +"111061",28131,56903,3,1492,1584 +"111062",28131,57657,3,1492,2735 +"111063",28131,58669,1,1492,2296 +"111064",28131,62148,3,1492,1566 +"111065",28131,64502,3,1492,1670 +"111066",28131,68024,3,1492,1531 +"111067",28131,70203,1,1492,2756 +"111068",28131,76356,3,1492,2323 +"111069",28131,78801,3,1492,1572 +"111070",28131,79371,3,1492,1624 +"111071",28131,86785,3,1492,1607 +"111072",28131,87720,3,1492,2086 +"111073",28131,91162,3,1492,1693 +"111074",28131,91201,3,1492,1702 +"111075",28131,95064,3,1492,1801 +"111076",28168,6030,1,2702,2953 +"111077",28168,20292,2,2702,2755 +"111078",28168,21571,2,2702,2755 +"111079",28168,28296,3,2702,2944 +"111080",28168,32567,2,2702,2784 +"111081",28168,34735,3,2702,2767 +"111082",28168,51052,3,2702,2784 +"111083",28168,54929,3,2702,2783 +"111084",28168,82732,3,2702,2810 +"111085",28179,85775,2,2689,2781 +"111086",28179,117764,3,2689,2781 +"111087",28190,14,3,1634,1793 +"111088",28190,360,2,1634,1671 +"111089",28190,3493,3,1634,2451 +"111090",28190,4226,3,1634,1903 +"111091",28190,5622,3,1634,2175 +"111092",28190,5971,3,1634,1985 +"111093",28190,7180,3,1634,2227 +"111094",28190,8088,2,1634,2220 +"111095",28190,9364,3,1634,1698 +"111096",28190,10857,3,1634,2253 +"111097",28190,10874,3,1634,1891 +"111098",28190,16352,3,1634,2657 +"111099",28190,16863,2,1634,2069 +"111100",28190,18874,3,1634,2170 +"111101",28190,20124,3,1634,2376 +"111102",28190,22197,3,1634,2271 +"111103",28190,22260,3,1634,2137 +"111104",28190,23825,3,1634,1913 +"111105",28190,24066,3,1634,1755 +"111106",28190,26366,3,1634,1688 +"111107",28190,26749,3,1634,2965 +"111108",28190,26867,3,1634,1804 +"111109",28190,29295,3,1634,2043 +"111110",28190,32606,3,1634,2100 +"111111",28190,42906,2,1634,1748 +"111112",28190,45684,3,1634,2200 +"111113",28190,46883,1,1634,1671 +"111114",28190,50236,3,1634,2339 +"111115",28190,54551,3,1634,2348 +"111116",28190,56082,3,1634,2395 +"111117",28190,58035,3,1634,1646 +"111118",28190,58451,3,1634,1939 +"111119",28190,75028,3,1634,1660 +"111120",28193,733,3,1032,1653 +"111121",28193,2208,3,1032,2814 +"111122",28193,4317,3,1032,1224 +"111123",28193,4567,3,1032,2348 +"111124",28193,8712,3,1032,1153 +"111125",28193,16164,3,1032,1184 +"111126",28193,22543,3,1032,1594 +"111127",28193,24755,3,1032,1319 +"111128",28193,60624,3,1032,1570 +"111129",28193,90013,3,1032,1461 +"111130",28195,728,3,1407,1812 +"111131",28195,1685,2,1407,2230 +"111132",28195,2108,3,1407,1662 +"111133",28195,3414,3,1407,2322 +"111134",28195,4367,2,1407,2794 +"111135",28195,5106,2,1407,2622 +"111136",28195,11154,3,1407,1594 +"111137",28195,12007,3,1407,1594 +"111138",28195,12078,3,1407,2381 +"111139",28195,12177,3,1407,1965 +"111140",28195,12249,3,1407,1965 +"111141",28195,12397,2,1407,1965 +"111142",28195,13065,3,1407,1561 +"111143",28195,13920,2,1407,1709 +"111144",28195,15567,3,1407,2671 +"111145",28195,18810,3,1407,2671 +"111146",28195,19386,2,1407,1714 +"111147",28195,22744,3,1407,1907 +"111148",28195,23000,3,1407,1815 +"111149",28195,26734,3,1407,2299 +"111150",28195,31794,3,1407,1919 +"111151",28195,34057,3,1407,1657 +"111152",28195,48652,2,1407,1686 +"111153",28195,57067,3,1407,2547 +"111154",28195,57356,3,1407,2476 +"111155",28195,71455,3,1407,1702 +"111156",28195,81753,2,1407,1736 +"111157",28203,5106,3,2117,2622 +"111158",28203,44497,3,2117,2401 +"111159",28216,145,3,1910,1998 +"111160",28216,313,3,1910,2271 +"111161",28216,377,3,1910,2389 +"111162",28216,499,3,1910,1931 +"111163",28216,543,2,1910,2203 +"111164",28216,613,3,1910,2687 +"111165",28216,913,3,1910,2144 +"111166",28216,1151,3,1910,2885 +"111167",28216,1495,3,1910,2046 +"111168",28216,1616,2,1910,2662 +"111169",28216,1777,2,1910,1965 +"111170",28216,2036,3,1910,2483 +"111171",28216,2224,3,1910,2751 +"111172",28216,2484,2,1910,2389 +"111173",28216,3161,2,1910,2229 +"111174",28216,4057,3,1910,2389 +"111175",28216,5078,2,1910,2033 +"111176",28216,5457,2,1910,2077 +"111177",28216,5462,2,1910,2374 +"111178",28216,5504,2,1910,2389 +"111179",28216,6390,3,1910,2385 +"111180",28216,7323,3,1910,2858 +"111181",28216,8760,3,1910,2477 +"111182",28216,9311,3,1910,2477 +"111183",28216,9332,3,1910,2734 +"111184",28216,9362,3,1910,2879 +"111185",28216,12713,2,1910,2440 +"111186",28216,14767,2,1910,2068 +"111187",28216,15299,3,1910,2213 +"111188",28216,15539,3,1910,1929 +"111189",28216,16497,3,1910,2370 +"111190",28216,17410,3,1910,2073 +"111191",28216,17520,3,1910,2276 +"111192",28216,18151,3,1910,2962 +"111193",28216,19606,3,1910,2783 +"111194",28216,20659,3,1910,1969 +"111195",28216,20700,2,1910,2861 +"111196",28216,27478,3,1910,2485 +"111197",28216,29258,3,1910,1932 +"111198",28216,30119,3,1910,1961 +"111199",28216,31235,2,1910,2668 +"111200",28216,31799,3,1910,2547 +"111201",28216,32606,3,1910,2100 +"111202",28216,35256,2,1910,2271 +"111203",28216,37570,3,1910,2389 +"111204",28216,39444,3,1910,2695 +"111205",28216,47445,2,1910,2668 +"111206",28216,49965,3,1910,2301 +"111207",28216,50252,3,1910,2001 +"111208",28216,52576,3,1910,2234 +"111209",28216,53031,3,1910,2065 +"111210",28216,53851,3,1910,2305 +"111211",28216,55556,2,1910,2075 +"111212",28216,55828,3,1910,2393 +"111213",28216,57544,3,1910,2443 +"111214",28216,57977,3,1910,2683 +"111215",28216,64967,3,1910,2872 +"111216",28216,80429,3,1910,1927 +"111217",28216,85430,2,1910,2370 +"111218",28216,86986,3,1910,1976 +"111219",28216,91570,3,1910,2229 +"111220",28216,93615,3,1910,2386 +"111221",28218,1616,3,2048,2662 +"111222",28218,2036,3,2048,2483 +"111223",28218,3853,3,2048,2465 +"111224",28218,3980,3,2048,2771 +"111225",28218,9311,3,2048,2477 +"111226",28218,10843,3,2048,2277 +"111227",28218,12976,2,2048,2399 +"111228",28218,13249,3,2048,2573 +"111229",28218,15184,2,2048,2396 +"111230",28218,15626,2,2048,2434 +"111231",28218,17221,3,2048,2487 +"111232",28218,18458,3,2048,2477 +"111233",28218,19027,3,2048,2721 +"111234",28218,19208,3,2048,2629 +"111235",28218,20700,3,2048,2861 +"111236",28218,22404,2,2048,2399 +"111237",28218,30081,3,2048,2403 +"111238",28218,31799,3,2048,2547 +"111239",28218,33433,3,2048,2805 +"111240",28218,36559,2,2048,2473 +"111241",28218,36962,3,2048,2861 +"111242",28218,47947,3,2048,2681 +"111243",28218,51853,2,2048,2520 +"111244",28218,55156,3,2048,2196 +"111245",28218,59113,3,2048,2434 +"111246",28218,78563,2,2048,2385 +"111247",28230,18227,3,109,2214 +"111248",28230,18666,3,109,1230 +"111249",28230,45967,1,109,2195 +"111250",28230,55862,3,109,2123 +"111251",28233,377,3,1608,2389 +"111252",28233,543,3,1608,2203 +"111253",28233,1262,2,1608,2973 +"111254",28233,1386,3,1608,1901 +"111255",28233,1616,3,1608,2662 +"111256",28233,1777,3,1608,1965 +"111257",28233,3830,2,1608,1661 +"111258",28233,4057,3,1608,2389 +"111259",28233,5457,3,1608,2077 +"111260",28233,5462,3,1608,2374 +"111261",28233,5491,3,1608,2048 +"111262",28233,5504,3,1608,2389 +"111263",28233,5621,3,1608,1860 +"111264",28233,7323,3,1608,2858 +"111265",28233,13732,2,1608,2789 +"111266",28233,14709,3,1608,1901 +"111267",28233,15343,3,1608,2125 +"111268",28233,15539,3,1608,1929 +"111269",28233,16725,3,1608,2830 +"111270",28233,16727,3,1608,2164 +"111271",28233,18151,3,1608,2962 +"111272",28233,19606,3,1608,2783 +"111273",28233,19872,3,1608,2913 +"111274",28233,21795,3,1608,2653 +"111275",28233,22108,3,1608,1915 +"111276",28233,22749,2,1608,1727 +"111277",28233,23508,3,1608,1907 +"111278",28233,23751,2,1608,1740 +"111279",28233,24146,3,1608,2003 +"111280",28233,26865,2,1608,2726 +"111281",28233,26959,3,1608,1961 +"111282",28233,29962,3,1608,2201 +"111283",28233,30052,3,1608,2855 +"111284",28233,30081,2,1608,2403 +"111285",28233,30827,3,1608,2323 +"111286",28233,31307,3,1608,2139 +"111287",28233,32516,3,1608,2050 +"111288",28233,34984,3,1608,2056 +"111289",28233,35256,3,1608,2271 +"111290",28233,36559,3,1608,2473 +"111291",28233,36962,3,1608,2861 +"111292",28233,37333,3,1608,1612 +"111293",28233,37570,3,1608,2389 +"111294",28233,41278,3,1608,1873 +"111295",28233,41872,2,1608,2974 +"111296",28233,42618,3,1608,2316 +"111297",28233,57781,3,1608,1971 +"111298",28233,70046,3,1608,2624 +"111299",28255,93933,2,1200,1336 +"111300",28268,916,3,2258,2718 +"111301",28268,2647,3,2258,2450 +"111302",28268,4551,2,2258,2720 +"111303",28268,7253,1,2258,2686 +"111304",28268,47607,2,2258,2724 +"111305",28268,52380,2,2258,2686 +"111306",28268,53584,3,2258,2391 +"111307",28268,58945,2,2258,2481 +"111308",28268,59511,2,2258,2753 +"111309",28268,69029,3,2258,2623 +"111310",28274,14,3,493,1793 +"111311",28274,863,3,493,551 +"111312",28274,915,3,493,1793 +"111313",28274,1102,3,493,2282 +"111314",28274,1767,2,493,2727 +"111315",28274,2337,3,493,1697 +"111316",28274,2600,3,493,1182 +"111317",28274,2609,2,493,834 +"111318",28274,3068,1,493,1815 +"111319",28274,3946,3,493,1172 +"111320",28274,3980,2,493,2771 +"111321",28274,4784,3,493,2511 +"111322",28274,5315,3,493,2631 +"111323",28274,6020,3,493,1864 +"111324",28274,9440,3,493,1006 +"111325",28274,10143,1,493,778 +"111326",28274,11450,2,493,915 +"111327",28274,11477,3,493,2724 +"111328",28274,11625,2,493,2022 +"111329",28274,12724,3,493,1930 +"111330",28274,12779,3,493,936 +"111331",28274,13109,3,493,1374 +"111332",28274,13158,1,493,2667 +"111333",28274,13479,3,493,2155 +"111334",28274,14328,3,493,1725 +"111335",28274,14332,3,493,780 +"111336",28274,15215,3,493,798 +"111337",28274,15235,2,493,1045 +"111338",28274,16053,3,493,908 +"111339",28274,17943,3,493,1943 +"111340",28274,19069,3,493,988 +"111341",28274,19282,2,493,1623 +"111342",28274,19317,3,493,2041 +"111343",28274,20343,2,493,851 +"111344",28274,20416,3,493,2323 +"111345",28274,20732,3,493,2401 +"111346",28274,21358,3,493,1970 +"111347",28274,22025,3,493,1591 +"111348",28274,22057,2,493,974 +"111349",28274,22374,3,493,1226 +"111350",28274,23726,3,493,2434 +"111351",28274,28648,3,493,1586 +"111352",28274,29884,3,493,1239 +"111353",28274,30092,2,493,1593 +"111354",28274,30236,3,493,2238 +"111355",28274,30827,2,493,2323 +"111356",28274,30850,2,493,1045 +"111357",28274,32811,3,493,804 +"111358",28274,34136,3,493,2202 +"111359",28274,34274,3,493,1437 +"111360",28274,38213,3,493,1744 +"111361",28274,38284,2,493,1234 +"111362",28274,39135,3,493,2489 +"111363",28274,40893,2,493,1116 +"111364",28274,42216,2,493,2722 +"111365",28274,43404,2,493,2649 +"111366",28274,45297,3,493,1864 +"111367",28274,45302,3,493,2390 +"111368",28274,45450,3,493,1590 +"111369",28274,45903,3,493,2237 +"111370",28274,46717,3,493,938 +"111371",28274,48127,2,493,2677 +"111372",28274,48823,2,493,2080 +"111373",28274,49620,3,493,1868 +"111374",28274,55084,1,493,1189 +"111375",28274,56026,2,493,908 +"111376",28274,61242,3,493,1650 +"111377",28274,74636,3,493,2525 +"111378",28274,74730,3,493,535 +"111379",28274,78256,3,493,804 +"111380",28274,80764,3,493,1808 +"111381",28274,81095,3,493,1609 +"111382",28274,88063,2,493,1045 +"111383",28274,88070,3,493,949 +"111384",28274,93642,3,493,1120 +"111385",28274,94520,3,493,1243 +"111386",28274,95879,2,493,1748 +"111387",28274,100670,3,493,525 +"111388",28274,102004,3,493,497 +"111389",28282,601,3,89,702 +"111390",28282,1427,3,89,324 +"111391",28282,1428,3,89,742 +"111392",28282,4289,3,89,1921 +"111393",28282,6253,3,89,2282 +"111394",28282,7984,3,89,2493 +"111395",28282,13388,3,89,2119 +"111396",28282,13979,1,89,1559 +"111397",28282,15990,3,89,593 +"111398",28282,16053,3,89,908 +"111399",28282,19528,3,89,2742 +"111400",28282,20067,3,89,2390 +"111401",28282,20732,3,89,2401 +"111402",28282,21356,2,89,213 +"111403",28282,23726,3,89,2434 +"111404",28282,23869,3,89,1918 +"111405",28282,24756,2,89,2530 +"111406",28282,25680,3,89,1618 +"111407",28282,28130,3,89,908 +"111408",28282,28131,3,89,1492 +"111409",28282,30883,3,89,1629 +"111410",28282,32520,3,89,2425 +"111411",28282,33801,3,89,2899 +"111412",28282,35529,3,89,1620 +"111413",28282,37934,1,89,1595 +"111414",28282,39563,3,89,486 +"111415",28282,41307,3,89,103 +"111416",28282,43479,3,89,2178 +"111417",28282,50382,2,89,2244 +"111418",28282,53412,3,89,566 +"111419",28282,53475,3,89,2853 +"111420",28282,54522,3,89,699 +"111421",28282,55580,3,89,1942 +"111422",28282,74730,3,89,535 +"111423",28282,80883,3,89,280 +"111424",28282,87720,1,89,2086 +"111425",28282,100140,3,89,1041 +"111426",28282,100670,2,89,525 +"111427",28290,827,3,430,2964 +"111428",28290,843,3,430,2332 +"111429",28290,919,2,430,910 +"111430",28290,1257,3,430,1212 +"111431",28290,1624,3,430,2687 +"111432",28290,1708,3,430,1591 +"111433",28290,2647,3,430,2450 +"111434",28290,2724,3,430,2447 +"111435",28290,3271,3,430,2216 +"111436",28290,3272,2,430,2132 +"111437",28290,3477,3,430,2546 +"111438",28290,3559,2,430,2413 +"111439",28290,4968,2,430,1586 +"111440",28290,6040,3,430,2103 +"111441",28290,6063,3,430,2349 +"111442",28290,6562,3,430,1139 +"111443",28290,8006,3,430,479 +"111444",28290,8993,3,430,2099 +"111445",28290,9272,3,430,2835 +"111446",28290,12197,3,430,1235 +"111447",28290,12598,3,430,2086 +"111448",28290,12632,3,430,1174 +"111449",28290,12735,2,430,819 +"111450",28290,12779,3,430,936 +"111451",28290,14442,3,430,2700 +"111452",28290,15023,2,430,2054 +"111453",28290,16538,3,430,704 +"111454",28290,18217,3,430,1566 +"111455",28290,19075,2,430,2214 +"111456",28290,19667,3,430,1466 +"111457",28290,20371,3,430,595 +"111458",28290,20547,1,430,2145 +"111459",28290,20739,2,430,2025 +"111460",28290,20921,1,430,723 +"111461",28290,22462,3,430,869 +"111462",28290,25518,2,430,1955 +"111463",28290,29100,2,430,843 +"111464",28290,31357,2,430,2389 +"111465",28290,33223,3,430,2397 +"111466",28290,33470,3,430,2003 +"111467",28290,36399,3,430,1357 +"111468",28290,39893,3,430,1601 +"111469",28290,40542,3,430,1664 +"111470",28290,42407,3,430,2408 +"111471",28290,43226,3,430,2442 +"111472",28290,43543,3,430,1457 +"111473",28290,44728,3,430,451 +"111474",28290,47372,3,430,788 +"111475",28290,48110,3,430,2009 +"111476",28290,51399,3,430,934 +"111477",28290,51843,2,430,2389 +"111478",28290,51890,3,430,1992 +"111479",28290,52953,2,430,1741 +"111480",28290,53414,3,430,1672 +"111481",28290,54385,2,430,2340 +"111482",28290,54407,3,430,514 +"111483",28290,55307,3,430,2306 +"111484",28290,55730,1,430,1217 +"111485",28290,55997,3,430,1414 +"111486",28290,58508,3,430,2326 +"111487",28290,59344,3,430,2252 +"111488",28290,62848,3,430,1230 +"111489",28290,63104,2,430,2149 +"111490",28290,63631,2,430,763 +"111491",28290,64912,3,430,2099 +"111492",28290,69308,2,430,2370 +"111493",28290,69335,3,430,2698 +"111494",28290,71128,3,430,485 +"111495",28290,76135,2,430,593 +"111496",28290,76295,2,430,1001 +"111497",28290,78611,3,430,1586 +"111498",28290,80301,3,430,1690 +"111499",28290,80615,2,430,2252 +"111500",28290,83122,3,430,1503 +"111501",28290,83598,1,430,619 +"111502",28290,84808,1,430,1974 +"111503",28290,93123,3,430,870 +"111504",28290,93590,2,430,1188 +"111505",28290,98436,3,430,1212 +"111506",28290,105253,3,430,476 +"111507",28290,108974,3,430,752 +"111508",28290,110737,3,430,2117 +"111509",28290,110871,2,430,2879 +"111510",28296,6030,3,2944,2953 +"111511",28299,1785,2,466,2350 +"111512",28299,2737,3,466,607 +"111513",28299,3360,3,466,1583 +"111514",28299,15150,3,466,2801 +"111515",28299,16310,3,466,2796 +"111516",28299,19002,3,466,2053 +"111517",28299,19190,3,466,2677 +"111518",28299,19331,3,466,824 +"111519",28299,20921,3,466,723 +"111520",28299,26698,2,466,1963 +"111521",28299,31405,3,466,958 +"111522",28299,49069,3,466,1694 +"111523",28299,49415,3,466,2654 +"111524",28299,50899,3,466,2125 +"111525",28299,51499,2,466,649 +"111526",28299,52953,3,466,1741 +"111527",28299,73629,3,466,1713 +"111528",28299,76505,3,466,2123 +"111529",28299,85401,3,466,1931 +"111530",28299,90429,3,466,1684 +"111531",28299,103312,3,466,1216 +"111532",28303,6491,3,2089,2424 +"111533",28303,12374,3,2089,2260 +"111534",28303,12728,3,2089,2374 +"111535",28303,18315,3,2089,2720 +"111536",28303,21104,3,2089,2327 +"111537",28303,26451,3,2089,2133 +"111538",28303,29073,3,2089,2328 +"111539",28303,32173,3,2089,2341 +"111540",28303,34136,3,2089,2202 +"111541",28303,43213,3,2089,2160 +"111542",28303,43518,3,2089,2680 +"111543",28303,55691,3,2089,2856 +"111544",28327,36506,3,2053,2638 +"111545",28327,42280,3,2053,2266 +"111546",28327,43929,3,2053,2749 +"111547",28335,11493,3,1240,2077 +"111548",28335,12388,3,1240,1975 +"111549",28335,39748,1,1240,1566 +"111550",28335,51157,3,1240,2319 +"111551",28335,55580,1,1240,1942 +"111552",28335,62148,3,1240,1566 +"111553",28335,81478,3,1240,1640 +"111554",28355,2344,3,2053,2752 +"111555",28355,3520,3,2053,2281 +"111556",28355,3776,3,2053,2322 +"111557",28355,3786,3,2053,2282 +"111558",28355,5606,3,2053,2875 +"111559",28355,6248,2,2053,2737 +"111560",28355,10727,2,2053,2082 +"111561",28355,19687,3,2053,2072 +"111562",28355,33363,2,2053,2475 +"111563",28355,49147,2,2053,2539 +"111564",28355,53648,3,2053,2167 +"111565",28355,55436,3,2053,2513 +"111566",28355,59470,3,2053,2393 +"111567",28357,728,3,1134,1812 +"111568",28357,1015,3,1134,1174 +"111569",28357,1150,3,1134,1595 +"111570",28357,1203,2,1134,1350 +"111571",28357,2294,3,1134,1638 +"111572",28357,2407,3,1134,1725 +"111573",28357,2524,3,1134,1708 +"111574",28357,2540,3,1134,1398 +"111575",28357,3127,3,1134,2273 +"111576",28357,3255,3,1134,2504 +"111577",28357,4660,3,1134,2149 +"111578",28357,4669,3,1134,2395 +"111579",28357,5106,3,1134,2622 +"111580",28357,6186,3,1134,1693 +"111581",28357,9060,3,1134,1612 +"111582",28357,9227,3,1134,1267 +"111583",28357,9311,3,1134,2477 +"111584",28357,10087,2,1134,1617 +"111585",28357,10754,3,1134,1797 +"111586",28357,10875,3,1134,1234 +"111587",28357,11127,3,1134,1196 +"111588",28357,11136,3,1134,2573 +"111589",28357,13065,3,1134,1561 +"111590",28357,13068,3,1134,1778 +"111591",28357,13920,2,1134,1709 +"111592",28357,14761,3,1134,2502 +"111593",28357,16437,3,1134,1956 +"111594",28357,16684,3,1134,1657 +"111595",28357,17033,3,1134,2771 +"111596",28357,18706,3,1134,1617 +"111597",28357,18965,3,1134,2315 +"111598",28357,21448,3,1134,2332 +"111599",28357,23277,3,1134,1267 +"111600",28357,29267,3,1134,1234 +"111601",28357,29286,3,1134,1612 +"111602",28357,30891,3,1134,1256 +"111603",28357,31868,3,1134,1993 +"111604",28357,32110,3,1134,2224 +"111605",28357,33491,3,1134,1226 +"111606",28357,34057,3,1134,1657 +"111607",28357,34094,3,1134,1360 +"111608",28357,35728,3,1134,2017 +"111609",28357,36953,3,1134,2790 +"111610",28357,37036,3,1134,2264 +"111611",28357,37059,3,1134,2840 +"111612",28357,39534,1,1134,2410 +"111613",28357,40572,3,1134,2666 +"111614",28357,41338,3,1134,1553 +"111615",28357,42813,3,1134,2142 +"111616",28357,44025,3,1134,1935 +"111617",28357,44235,3,1134,2700 +"111618",28357,44877,3,1134,1219 +"111619",28357,46486,2,1134,1868 +"111620",28357,49347,2,1134,2504 +"111621",28357,49712,3,1134,1937 +"111622",28357,50354,3,1134,1299 +"111623",28357,53924,3,1134,1289 +"111624",28357,57082,3,1134,1418 +"111625",28357,58238,3,1134,1944 +"111626",28357,61723,3,1134,1262 +"111627",28357,63641,3,1134,2337 +"111628",28357,66717,2,1134,2104 +"111629",28357,68215,3,1134,2727 +"111630",28357,69131,3,1134,2122 +"111631",28357,72348,3,1134,1810 +"111632",28357,72438,1,1134,1397 +"111633",28357,72535,3,1134,1191 +"111634",28357,73172,3,1134,2496 +"111635",28357,73192,3,1134,1955 +"111636",28357,78740,3,1134,1515 +"111637",28357,79432,3,1134,1708 +"111638",28357,81753,3,1134,1736 +"111639",28357,90789,2,1134,1218 +"111640",28357,98058,2,1134,1891 +"111641",28357,107383,2,1134,1918 +"111642",28357,115059,3,1134,2552 +"111643",28361,2864,3,129,1543 +"111644",28361,3198,3,129,1797 +"111645",28361,3395,2,129,1382 +"111646",28361,3397,3,129,2126 +"111647",28361,3409,3,129,2167 +"111648",28361,3453,2,129,2126 +"111649",28361,6492,2,129,1162 +"111650",28361,12778,3,129,2045 +"111651",28361,17502,3,129,869 +"111652",28361,19893,3,129,1223 +"111653",28361,24299,3,129,231 +"111654",28361,24753,3,129,2860 +"111655",28361,26421,3,129,2634 +"111656",28361,28626,3,129,2842 +"111657",28361,32419,2,129,1909 +"111658",28361,33655,2,129,773 +"111659",28361,40879,3,129,2019 +"111660",28361,43902,2,129,1726 +"111661",28361,52699,2,129,1372 +"111662",28361,83286,3,129,1793 +"111663",28361,83291,3,129,2066 +"111664",28361,91812,1,129,682 +"111665",28361,107478,3,129,768 +"111666",28380,5962,2,473,2491 +"111667",28380,6119,2,473,2358 +"111668",28380,8770,3,473,634 +"111669",28380,9227,3,473,1267 +"111670",28380,9615,3,473,2464 +"111671",28380,10336,2,473,2271 +"111672",28380,11029,3,473,2362 +"111673",28380,11563,3,473,1863 +"111674",28380,14520,3,473,634 +"111675",28380,16286,2,473,2470 +"111676",28380,16365,3,473,2217 +"111677",28380,16573,3,473,802 +"111678",28380,19934,3,473,2888 +"111679",28380,20176,2,473,1050 +"111680",28380,21681,3,473,2005 +"111681",28380,30865,3,473,2038 +"111682",28380,36344,3,473,2570 +"111683",28380,37036,3,473,2264 +"111684",28380,44074,3,473,1299 +"111685",28380,48888,3,473,1177 +"111686",28380,51360,3,473,1882 +"111687",28380,53248,3,473,2271 +"111688",28380,64993,3,473,615 +"111689",28380,79420,3,473,1061 +"111690",28380,104828,2,473,1609 +"111691",28382,3409,3,1874,2167 +"111692",28382,6428,3,1874,1952 +"111693",28382,7354,3,1874,2008 +"111694",28382,13249,3,1874,2573 +"111695",28382,13324,3,1874,2163 +"111696",28382,14655,2,1874,2559 +"111697",28382,17354,3,1874,2250 +"111698",28382,19516,3,1874,2313 +"111699",28382,23460,2,1874,2183 +"111700",28382,36031,3,1874,2342 +"111701",28383,270,2,1222,2542 +"111702",28383,380,3,1222,2261 +"111703",28383,1102,3,1222,2282 +"111704",28383,1124,3,1222,1596 +"111705",28383,2111,2,1222,1904 +"111706",28383,2424,3,1222,2582 +"111707",28383,3493,3,1222,2451 +"111708",28383,4360,2,1222,1770 +"111709",28383,5072,3,1222,2175 +"111710",28383,5235,3,1222,2324 +"111711",28383,5622,3,1222,2175 +"111712",28383,5971,3,1222,1985 +"111713",28383,5984,3,1222,1675 +"111714",28383,5986,3,1222,1721 +"111715",28383,6417,3,1222,1675 +"111716",28383,6588,2,1222,2025 +"111717",28383,6718,3,1222,2138 +"111718",28383,7234,3,1222,2654 +"111719",28383,7858,3,1222,1795 +"111720",28383,9928,3,1222,2345 +"111721",28383,10488,2,1222,1524 +"111722",28383,10523,3,1222,1510 +"111723",28383,10857,3,1222,2253 +"111724",28383,11218,2,1222,2292 +"111725",28383,11229,3,1222,1625 +"111726",28383,12042,3,1222,2345 +"111727",28383,12310,3,1222,1337 +"111728",28383,13307,3,1222,2206 +"111729",28383,15402,3,1222,1281 +"111730",28383,15700,3,1222,1712 +"111731",28383,15799,3,1222,1917 +"111732",28383,16352,3,1222,2657 +"111733",28383,17400,3,1222,2231 +"111734",28383,18152,3,1222,1314 +"111735",28383,18394,2,1222,2356 +"111736",28383,19622,3,1222,2371 +"111737",28383,19862,3,1222,2412 +"111738",28383,20124,3,1222,2376 +"111739",28383,21012,3,1222,2325 +"111740",28383,23526,2,1222,1998 +"111741",28383,23715,2,1222,1859 +"111742",28383,23725,3,1222,2378 +"111743",28383,23729,3,1222,1624 +"111744",28383,24066,3,1222,1755 +"111745",28383,24259,3,1222,1281 +"111746",28383,25643,3,1222,1646 +"111747",28383,26067,3,1222,2069 +"111748",28383,26080,3,1222,2525 +"111749",28383,26818,3,1222,1999 +"111750",28383,26848,3,1222,2363 +"111751",28383,26867,3,1222,1804 +"111752",28383,30405,2,1222,2164 +"111753",28383,31307,3,1222,2139 +"111754",28383,32173,3,1222,2341 +"111755",28383,39294,3,1222,1889 +"111756",28383,40028,2,1222,1349 +"111757",28383,40493,3,1222,1981 +"111758",28383,43213,3,1222,2160 +"111759",28383,43385,3,1222,1623 +"111760",28383,43455,3,1222,2846 +"111761",28383,43518,3,1222,2680 +"111762",28383,44521,3,1222,1593 +"111763",28383,45684,3,1222,2200 +"111764",28383,46196,3,1222,1510 +"111765",28383,46629,2,1222,2255 +"111766",28383,48035,3,1222,2180 +"111767",28383,50236,3,1222,2339 +"111768",28383,52136,2,1222,1412 +"111769",28383,52345,3,1222,1430 +"111770",28383,53134,3,1222,1590 +"111771",28383,53303,2,1222,1376 +"111772",28383,54551,3,1222,2348 +"111773",28383,54929,3,1222,2783 +"111774",28383,56082,2,1222,2395 +"111775",28383,56237,3,1222,2625 +"111776",28383,61982,3,1222,2725 +"111777",28383,65242,3,1222,1988 +"111778",28383,72207,2,1222,2430 +"111779",28383,72326,3,1222,2384 +"111780",28383,75403,3,1222,1895 +"111781",28383,83396,3,1222,2396 +"111782",28389,9954,3,1124,2117 +"111783",28406,288,1,81,947 +"111784",28406,671,3,81,2328 +"111785",28406,2063,3,81,1278 +"111786",28406,2484,3,81,2389 +"111787",28406,2743,2,81,1278 +"111788",28406,2754,3,81,1360 +"111789",28406,3242,3,81,1730 +"111790",28406,7937,3,81,2044 +"111791",28406,11471,3,81,839 +"111792",28406,16164,3,81,1184 +"111793",28406,17520,3,81,2276 +"111794",28406,18102,3,81,1642 +"111795",28406,18615,3,81,1025 +"111796",28406,20319,3,81,468 +"111797",28406,20563,3,81,2267 +"111798",28406,20783,3,81,2414 +"111799",28406,20824,3,81,1366 +"111800",28406,23506,3,81,1172 +"111801",28406,30857,3,81,863 +"111802",28406,36346,3,81,1240 +"111803",28406,38574,3,81,188 +"111804",28406,38921,3,81,1880 +"111805",28406,41064,3,81,1201 +"111806",28406,42264,3,81,1702 +"111807",28406,43883,3,81,925 +"111808",28406,50133,3,81,1236 +"111809",28406,50252,3,81,2001 +"111810",28406,51022,3,81,1499 +"111811",28406,53031,3,81,2065 +"111812",28406,54857,1,81,849 +"111813",28406,57691,3,81,1232 +"111814",28406,61785,3,81,822 +"111815",28406,67222,2,81,1332 +"111816",28406,72334,3,81,2820 +"111817",28406,89565,2,81,631 +"111818",28406,92592,3,81,486 +"111819",28406,95036,3,81,380 +"111820",28406,100134,3,81,977 +"111821",28406,101652,3,81,270 +"111822",28432,843,3,1954,2332 +"111823",28432,2936,3,1954,2512 +"111824",28432,3271,2,1954,2216 +"111825",28432,4681,2,1954,2356 +"111826",28432,5235,3,1954,2324 +"111827",28432,7029,3,1954,2204 +"111828",28432,7515,3,1954,2737 +"111829",28432,7896,3,1954,2447 +"111830",28432,9272,1,1954,2835 +"111831",28432,9723,2,1954,2302 +"111832",28432,10129,3,1954,2124 +"111833",28432,11239,1,1954,2181 +"111834",28432,16437,3,1954,1956 +"111835",28432,16751,3,1954,2301 +"111836",28432,18202,3,1954,2475 +"111837",28432,19075,3,1954,2214 +"111838",28432,19215,3,1954,2604 +"111839",28432,19364,1,1954,2846 +"111840",28432,20700,3,1954,2861 +"111841",28432,22580,3,1954,2245 +"111842",28432,22709,2,1954,2743 +"111843",28432,23132,3,1954,2756 +"111844",28432,27195,2,1954,2158 +"111845",28432,28923,3,1954,2362 +"111846",28432,29930,3,1954,2240 +"111847",28432,31700,3,1954,2727 +"111848",28432,34921,3,1954,2181 +"111849",28432,37752,3,1954,2223 +"111850",28432,37859,2,1954,1999 +"111851",28432,39439,3,1954,2462 +"111852",28432,39444,3,1954,2695 +"111853",28432,39906,2,1954,2365 +"111854",28432,41240,3,1954,2220 +"111855",28432,43173,3,1954,2895 +"111856",28432,43226,2,1954,2442 +"111857",28432,46506,3,1954,2464 +"111858",28432,48110,2,1954,2009 +"111859",28432,53445,3,1954,2028 +"111860",28432,53809,3,1954,1956 +"111861",28432,57804,3,1954,2214 +"111862",28432,58508,2,1954,2326 +"111863",28432,59039,3,1954,2870 +"111864",28432,60879,3,1954,2792 +"111865",28432,66241,3,1954,2351 +"111866",28432,69335,2,1954,2698 +"111867",28432,73305,3,1954,2544 +"111868",28432,73553,1,1954,2726 +"111869",28432,77077,2,1954,2693 +"111870",28432,82932,3,1954,2245 +"111871",28432,99940,3,1954,2884 +"111872",28432,121354,3,1954,2862 +"111873",28434,23,3,1141,1682 +"111874",28434,360,3,1141,1671 +"111875",28434,671,3,1141,2328 +"111876",28434,675,3,1141,1686 +"111877",28434,733,3,1141,1653 +"111878",28434,1046,2,1141,1881 +"111879",28434,1050,3,1141,1185 +"111880",28434,1127,3,1141,1188 +"111881",28434,1130,3,1141,1566 +"111882",28434,1136,2,1141,2536 +"111883",28434,1201,3,1141,2489 +"111884",28434,1367,3,1141,2176 +"111885",28434,2063,3,1141,1278 +"111886",28434,2226,3,1141,2225 +"111887",28434,2325,3,1141,1641 +"111888",28434,2743,3,1141,1278 +"111889",28434,2754,3,1141,1360 +"111890",28434,2954,3,1141,2727 +"111891",28434,3164,3,1141,2693 +"111892",28434,3167,3,1141,1676 +"111893",28434,3242,2,1141,1730 +"111894",28434,3770,3,1141,2623 +"111895",28434,4191,2,1141,2130 +"111896",28434,4226,3,1141,1903 +"111897",28434,4583,3,1141,2741 +"111898",28434,4618,2,1141,2607 +"111899",28434,4687,3,1141,2152 +"111900",28434,4980,3,1141,2093 +"111901",28434,5041,3,1141,2371 +"111902",28434,5148,3,1141,2206 +"111903",28434,5462,3,1141,2374 +"111904",28434,5669,3,1141,2502 +"111905",28434,5725,2,1141,2789 +"111906",28434,6030,3,1141,2953 +"111907",28434,7181,3,1141,1421 +"111908",28434,7245,3,1141,2089 +"111909",28434,7555,3,1141,1943 +"111910",28434,7861,3,1141,1647 +"111911",28434,8258,3,1141,1959 +"111912",28434,8533,3,1141,2251 +"111913",28434,8621,3,1141,1681 +"111914",28434,8700,3,1141,1270 +"111915",28434,9311,3,1141,2477 +"111916",28434,10404,3,1141,2062 +"111917",28434,10875,2,1141,1234 +"111918",28434,10890,3,1141,2639 +"111919",28434,12096,1,1141,1330 +"111920",28434,12867,3,1141,2773 +"111921",28434,13248,3,1141,1385 +"111922",28434,13801,3,1141,2041 +"111923",28434,13929,2,1141,2693 +"111924",28434,13945,3,1141,1324 +"111925",28434,14915,3,1141,2606 +"111926",28434,15184,3,1141,2396 +"111927",28434,15607,3,1141,1421 +"111928",28434,16164,2,1141,1184 +"111929",28434,16217,3,1141,1653 +"111930",28434,16863,3,1141,2069 +"111931",28434,17357,3,1141,1536 +"111932",28434,18415,3,1141,2184 +"111933",28434,19027,3,1141,2721 +"111934",28434,19453,3,1141,1928 +"111935",28434,20563,3,1141,2267 +"111936",28434,20643,3,1141,2341 +"111937",28434,20824,3,1141,1366 +"111938",28434,21911,3,1141,1184 +"111939",28434,22006,3,1141,1202 +"111940",28434,22260,3,1141,2137 +"111941",28434,22331,3,1141,2687 +"111942",28434,22884,3,1141,1608 +"111943",28434,22964,3,1141,1443 +"111944",28434,23154,2,1141,2345 +"111945",28434,23506,3,1141,1172 +"111946",28434,23534,3,1141,1659 +"111947",28434,23771,3,1141,1614 +"111948",28434,24005,3,1141,1188 +"111949",28434,24755,3,1141,1319 +"111950",28434,24923,3,1141,2785 +"111951",28434,25129,3,1141,2647 +"111952",28434,25132,3,1141,1188 +"111953",28434,25341,2,1141,1858 +"111954",28434,25643,2,1141,1646 +"111955",28434,26282,2,1141,1241 +"111956",28434,26351,3,1141,2683 +"111957",28434,26436,3,1141,2489 +"111958",28434,26516,3,1141,2479 +"111959",28434,26570,2,1141,1669 +"111960",28434,27753,3,1141,2750 +"111961",28434,27792,3,1141,1308 +"111962",28434,28190,3,1141,1634 +"111963",28434,28285,3,1141,2972 +"111964",28434,28303,3,1141,2089 +"111965",28434,28896,3,1141,1395 +"111966",28434,29050,2,1141,1196 +"111967",28434,29073,3,1141,2328 +"111968",28434,29095,3,1141,2531 +"111969",28434,29456,3,1141,1182 +"111970",28434,30883,3,1141,1629 +"111971",28434,31799,2,1141,2547 +"111972",28434,32173,3,1141,2341 +"111973",28434,33621,3,1141,1319 +"111974",28434,33801,3,1141,2899 +"111975",28434,34216,3,1141,2832 +"111976",28434,34492,3,1141,1798 +"111977",28434,34509,3,1141,1973 +"111978",28434,34815,3,1141,2354 +"111979",28434,36346,3,1141,1240 +"111980",28434,36450,3,1141,1591 +"111981",28434,36962,3,1141,2861 +"111982",28434,37418,3,1141,2710 +"111983",28434,37620,2,1141,2716 +"111984",28434,38162,3,1141,1691 +"111985",28434,39087,3,1141,2765 +"111986",28434,40293,2,1141,1671 +"111987",28434,40672,3,1141,1315 +"111988",28434,41682,3,1141,1988 +"111989",28434,44427,3,1141,2875 +"111990",28434,45549,3,1141,1322 +"111991",28434,46883,3,1141,1671 +"111992",28434,47082,3,1141,1990 +"111993",28434,47857,3,1141,2325 +"111994",28434,47947,3,1141,2681 +"111995",28434,51022,3,1141,1499 +"111996",28434,51410,3,1141,2739 +"111997",28434,51987,3,1141,1397 +"111998",28434,53300,3,1141,2162 +"111999",28434,53433,3,1141,1187 +"112000",28434,53475,3,1141,2853 +"112001",28434,53630,3,1141,1565 +"112002",28434,55691,2,1141,2856 +"112003",28434,57977,3,1141,2683 +"112004",28434,58035,1,1141,1646 +"112005",28434,62538,3,1141,1656 +"112006",28434,62840,3,1141,2502 +"112007",28434,63770,2,1141,1324 +"112008",28434,64031,1,1141,1295 +"112009",28434,64181,3,1141,1828 +"112010",28434,64997,3,1141,2791 +"112011",28434,65029,3,1141,2954 +"112012",28434,70046,3,1141,2624 +"112013",28434,71562,3,1141,2574 +"112014",28434,76284,3,1141,1237 +"112015",28434,80172,2,1141,1342 +"112016",28434,82767,2,1141,1641 +"112017",28434,86245,3,1141,1972 +"112018",28434,101482,2,1141,1300 +"112019",28440,782,3,675,945 +"112020",28440,1519,3,675,2349 +"112021",28440,1702,3,675,1984 +"112022",28440,2351,3,675,1868 +"112023",28440,3127,3,675,2273 +"112024",28440,3254,3,675,1258 +"112025",28440,3493,3,675,2451 +"112026",28440,4612,3,675,2804 +"112027",28440,4668,3,675,1919 +"112028",28440,4669,3,675,2395 +"112029",28440,5792,3,675,975 +"112030",28440,5897,3,675,2337 +"112031",28440,7252,3,675,2799 +"112032",28440,7785,3,675,2441 +"112033",28440,7942,3,675,2623 +"112034",28440,8062,3,675,2858 +"112035",28440,8140,3,675,1262 +"112036",28440,9785,3,675,2951 +"112037",28440,10980,3,675,1974 +"112038",28440,11108,3,675,1609 +"112039",28440,11429,3,675,2520 +"112040",28440,11648,3,675,2852 +"112041",28440,12023,3,675,799 +"112042",28440,12781,3,675,831 +"112043",28440,12948,3,675,2669 +"112044",28440,13295,2,675,779 +"112045",28440,14532,3,675,1193 +"112046",28440,14781,3,675,2338 +"112047",28440,15095,3,675,2001 +"112048",28440,16501,3,675,1650 +"112049",28440,16715,3,675,1218 +"112050",28440,16864,2,675,814 +"112051",28440,17033,3,675,2771 +"112052",28440,18122,3,675,894 +"112053",28440,18124,2,675,1642 +"112054",28440,18421,3,675,2457 +"112055",28440,18978,2,675,952 +"112056",28440,21684,3,675,1971 +"112057",28440,23000,3,675,1815 +"112058",28440,23756,2,675,2309 +"112059",28440,26182,3,675,2775 +"112060",28440,26838,3,675,685 +"112061",28440,27686,3,675,2844 +"112062",28440,27742,2,675,2700 +"112063",28440,27914,3,675,2507 +"112064",28440,28869,2,675,2425 +"112065",28440,28904,2,675,926 +"112066",28440,30334,3,675,2075 +"112067",28440,30525,3,675,1964 +"112068",28440,31753,3,675,1514 +"112069",28440,31868,3,675,1993 +"112070",28440,32532,3,675,2338 +"112071",28440,32560,3,675,1258 +"112072",28440,32651,3,675,877 +"112073",28440,33870,3,675,955 +"112074",28440,34892,3,675,2309 +"112075",28440,35728,3,675,2017 +"112076",28440,36278,3,675,2952 +"112077",28440,37149,3,675,1673 +"112078",28440,37636,3,675,2178 +"112079",28440,40392,3,675,1878 +"112080",28440,40572,3,675,2666 +"112081",28440,41077,3,675,864 +"112082",28440,42852,3,675,1316 +"112083",28440,43204,3,675,1680 +"112084",28440,44341,3,675,1230 +"112085",28440,45869,3,675,2840 +"112086",28440,46486,3,675,1868 +"112087",28440,46982,2,675,2806 +"112088",28440,47013,3,675,2388 +"112089",28440,51144,3,675,2466 +"112090",28440,51783,3,675,2599 +"112091",28440,52136,3,675,1412 +"112092",28440,54775,3,675,2383 +"112093",28440,56995,3,675,2323 +"112094",28440,58655,3,675,2685 +"112095",28440,62438,3,675,802 +"112096",28440,62626,3,675,2787 +"112097",28440,76007,3,675,918 +"112098",28440,80156,3,675,1667 +"112099",28440,85396,2,675,1131 +"112100",28440,90709,2,675,1080 +"112101",28440,91849,2,675,1166 +"112102",28440,99298,3,675,679 +"112103",28440,99332,3,675,873 +"112104",28440,115021,3,675,1226 +"112105",28446,841,3,917,2964 +"112106",28446,2452,3,917,1715 +"112107",28446,2540,3,917,1398 +"112108",28446,3978,3,917,2775 +"112109",28446,4646,3,917,2139 +"112110",28446,4983,3,917,1909 +"112111",28446,6821,3,917,1788 +"112112",28446,6989,3,917,2623 +"112113",28446,9703,2,917,1845 +"112114",28446,10223,3,917,1033 +"112115",28446,11648,3,917,2852 +"112116",28446,13068,3,917,1778 +"112117",28446,13720,3,917,1558 +"112118",28446,14287,3,917,1583 +"112119",28446,16437,3,917,1956 +"112120",28446,16776,3,917,1565 +"112121",28446,17645,3,917,1918 +"112122",28446,18005,3,917,2449 +"112123",28446,19028,3,917,921 +"112124",28446,20176,2,917,1050 +"112125",28446,23015,3,917,1362 +"112126",28446,24176,3,917,1986 +"112127",28446,25378,3,917,1245 +"112128",28446,25569,3,917,2317 +"112129",28446,27722,3,917,1266 +"112130",28446,30865,3,917,2038 +"112131",28446,36344,3,917,2570 +"112132",28446,37351,3,917,978 +"112133",28446,38373,3,917,1928 +"112134",28446,39443,3,917,2277 +"112135",28446,39746,3,917,1361 +"112136",28446,45480,3,917,1104 +"112137",28446,46570,2,917,1707 +"112138",28446,47968,3,917,2829 +"112139",28446,49414,3,917,1667 +"112140",28446,52815,3,917,2323 +"112141",28446,59039,3,917,2870 +"112142",28446,65242,3,917,1988 +"112143",28446,65522,3,917,1572 +"112144",28446,67815,3,917,2476 +"112145",28446,76286,3,917,1642 +"112146",28446,81716,3,917,1199 +"112147",28446,82023,3,917,992 +"112148",28446,102566,3,917,2207 +"112149",28501,45138,3,2242,2516 +"112150",28501,55817,3,2242,2285 +"112151",28525,2407,2,1273,1725 +"112152",28525,4001,3,1273,1687 +"112153",28525,4821,3,1273,1938 +"112154",28525,9202,3,1273,2477 +"112155",28525,11990,3,1273,1909 +"112156",28525,15546,3,1273,2055 +"112157",28525,16866,2,1273,2718 +"112158",28525,18865,2,1273,2676 +"112159",28525,19208,3,1273,2629 +"112160",28525,19605,3,1273,2395 +"112161",28525,26642,3,1273,2952 +"112162",28525,36270,3,1273,2910 +"112163",28525,39999,3,1273,1593 +"112164",28525,42813,3,1273,2142 +"112165",28525,45449,3,1273,1610 +"112166",28525,50480,3,1273,2701 +"112167",28525,56910,3,1273,2705 +"112168",28525,59726,2,1273,1513 +"112169",28525,63395,2,1273,2334 +"112170",28525,69215,3,1273,1591 +"112171",28525,70455,3,1273,1307 +"112172",28525,74204,3,1273,2463 +"112173",28525,101347,3,1273,1335 +"112174",28545,361,3,552,1970 +"112175",28545,602,3,552,2632 +"112176",28545,3011,3,552,2278 +"112177",28545,9579,2,552,2105 +"112178",28545,25440,3,552,2749 +"112179",28545,27261,3,552,1368 +"112180",28545,32429,3,552,601 +"112181",28545,36446,3,552,1175 +"112182",28545,40296,3,552,1674 +"112183",28545,69091,3,552,1267 +"112184",28545,84897,2,552,1075 +"112185",28559,10358,3,1525,2294 +"112186",28559,26080,3,1525,2525 +"112187",28559,32919,3,1525,2321 +"112188",28559,41972,3,1525,2509 +"112189",28559,60280,3,1525,1918 +"112190",28559,69260,3,1525,1698 +"112191",28567,3100,3,2398,2524 +"112192",28567,3403,3,2398,2951 +"112193",28567,11135,2,2398,2441 +"112194",28567,15502,3,2398,2637 +"112195",28567,47330,3,2398,2422 +"112196",28567,56673,3,2398,2419 +"112197",28571,160,3,1556,2007 +"112198",28571,600,3,1556,1702 +"112199",28571,952,3,1556,1991 +"112200",28571,2747,3,1556,2411 +"112201",28571,3819,3,1556,1583 +"112202",28571,3947,3,1556,2067 +"112203",28571,3966,3,1556,2425 +"112204",28571,5315,3,1556,2631 +"112205",28571,5449,3,1556,1723 +"112206",28571,6047,3,1556,2004 +"112207",28571,6417,3,1556,1675 +"112208",28571,7029,3,1556,2204 +"112209",28571,8238,3,1556,2222 +"112210",28571,10310,3,1556,2774 +"112211",28571,10358,3,1556,2294 +"112212",28571,10453,3,1556,1656 +"112213",28571,10870,2,1556,1755 +"112214",28571,11103,2,1556,2393 +"112215",28571,11239,3,1556,2181 +"112216",28571,11493,2,1556,2077 +"112217",28571,12371,2,1556,1569 +"112218",28571,14032,3,1556,2144 +"112219",28571,14749,3,1556,1998 +"112220",28571,16352,3,1556,2657 +"112221",28571,17351,3,1556,2036 +"112222",28571,17632,3,1556,1947 +"112223",28571,18165,3,1556,2085 +"112224",28571,18344,3,1556,2204 +"112225",28571,19208,3,1556,2629 +"112226",28571,20331,3,1556,2365 +"112227",28571,20730,3,1556,2243 +"112228",28571,22578,3,1556,2216 +"112229",28571,22893,2,1556,1938 +"112230",28571,24256,2,1556,2393 +"112231",28571,24568,3,1556,1937 +"112232",28571,25325,3,1556,2963 +"112233",28571,27195,2,1556,2158 +"112234",28571,29286,3,1556,1612 +"112235",28571,29512,3,1556,1594 +"112236",28571,29917,3,1556,1962 +"112237",28571,29930,1,1556,2240 +"112238",28571,31705,3,1556,2706 +"112239",28571,33184,3,1556,2522 +"112240",28571,34735,3,1556,2767 +"112241",28571,36441,3,1556,2796 +"112242",28571,36574,3,1556,2934 +"112243",28571,36912,3,1556,2469 +"112244",28571,41770,2,1556,2752 +"112245",28571,41955,3,1556,2479 +"112246",28571,42574,3,1556,2842 +"112247",28571,42799,3,1556,2729 +"112248",28571,44894,3,1556,2048 +"112249",28571,46042,3,1556,1692 +"112250",28571,47564,3,1556,2650 +"112251",28571,53134,3,1556,1590 +"112252",28571,53219,3,1556,2973 +"112253",28571,62870,3,1556,1568 +"112254",28571,63409,3,1556,1937 +"112255",28571,73305,3,1556,2544 +"112256",28571,77611,3,1556,1795 +"112257",28571,78436,3,1556,1615 +"112258",28571,86883,3,1556,1623 +"112259",28571,117956,3,1556,2774 +"112260",28579,1092,3,1722,1945 +"112261",28579,16195,2,1722,2964 +"112262",28582,9272,3,2698,2835 +"112263",28582,11506,3,2698,2824 +"112264",28582,36749,3,2698,2714 +"112265",28588,1822,3,1335,2888 +"112266",28588,2181,3,1335,2030 +"112267",28588,3395,2,1335,1382 +"112268",28588,3397,3,1335,2126 +"112269",28588,3409,3,1335,2167 +"112270",28588,3453,3,1335,2126 +"112271",28588,3477,2,1335,2546 +"112272",28588,4622,3,1335,1589 +"112273",28588,6063,2,1335,2349 +"112274",28588,6392,3,1335,1878 +"112275",28588,8993,3,1335,2099 +"112276",28588,9503,3,1335,2453 +"112277",28588,11154,3,1335,1594 +"112278",28588,11229,3,1335,1625 +"112279",28588,13899,3,1335,2650 +"112280",28588,14817,3,1335,2110 +"112281",28588,15023,3,1335,2054 +"112282",28588,16542,3,1335,2039 +"112283",28588,18217,2,1335,1566 +"112284",28588,19317,3,1335,2041 +"112285",28588,20124,3,1335,2376 +"112286",28588,20984,3,1335,2502 +"112287",28588,21684,3,1335,1971 +"112288",28588,22403,3,1335,1630 +"112289",28588,24753,3,1335,2860 +"112290",28588,24793,3,1335,1993 +"112291",28588,31357,3,1335,2389 +"112292",28588,32339,3,1335,2430 +"112293",28588,32395,3,1335,2735 +"112294",28588,33223,2,1335,2397 +"112295",28588,33451,3,1335,1957 +"112296",28588,33470,3,1335,2003 +"112297",28588,35822,3,1335,1903 +"112298",28588,37301,3,1335,2160 +"112299",28588,38457,3,1335,1630 +"112300",28588,40542,2,1335,1664 +"112301",28588,40879,3,1335,2019 +"112302",28588,43902,3,1335,1726 +"112303",28588,47595,3,1335,2374 +"112304",28588,51843,3,1335,2389 +"112305",28588,52699,3,1335,1372 +"112306",28588,52953,3,1335,1741 +"112307",28588,56873,3,1335,1421 +"112308",28588,59790,3,1335,1827 +"112309",28588,76143,3,1335,1610 +"112310",28588,79547,3,1335,1909 +"112311",28588,83286,3,1335,1793 +"112312",28588,83291,3,1335,2066 +"112313",28588,84317,3,1335,2081 +"112314",28592,6390,3,2320,2385 +"112315",28592,18543,3,2320,2968 +"112316",28592,19208,3,2320,2629 +"112317",28592,19605,3,2320,2395 +"112318",28592,29454,3,2320,2719 +"112319",28592,36439,3,2320,2469 +"112320",28592,40954,1,2320,2603 +"112321",28592,41764,3,2320,2409 +"112322",28592,43961,3,2320,2443 +"112323",28592,44427,3,2320,2875 +"112324",28626,14959,3,2842,2898 +"112325",28626,24753,3,2842,2860 +"112326",28626,55438,3,2842,2863 +"112327",28627,11648,3,2694,2852 +"112328",28630,140,3,270,2267 +"112329",28630,900,3,270,2726 +"112330",28630,1453,3,270,1737 +"112331",28630,3477,3,270,2546 +"112332",28630,5317,3,270,2063 +"112333",28630,6160,3,270,969 +"112334",28630,6627,3,270,2063 +"112335",28630,12023,3,270,799 +"112336",28630,12948,3,270,2669 +"112337",28630,13068,3,270,1778 +"112338",28630,13295,3,270,779 +"112339",28630,14425,1,270,1036 +"112340",28630,15879,3,270,419 +"112341",28630,16776,3,270,1565 +"112342",28630,17217,3,270,318 +"112343",28630,19934,3,270,2888 +"112344",28630,21535,3,270,404 +"112345",28630,28893,3,270,2764 +"112346",28630,30865,3,270,2038 +"112347",28630,31753,3,270,1514 +"112348",28630,38087,3,270,1083 +"112349",28630,38676,3,270,2286 +"112350",28630,41077,2,270,864 +"112351",28630,46060,3,270,861 +"112352",28630,46570,3,270,1707 +"112353",28630,47968,3,270,2829 +"112354",28630,49201,3,270,936 +"112355",28630,57067,3,270,2547 +"112356",28630,65696,3,270,998 +"112357",28630,75282,3,270,2675 +"112358",28630,84188,3,270,1177 +"112359",28630,92904,2,270,780 +"112360",28630,111955,3,270,504 +"112361",28630,120363,3,270,322 +"112362",28635,2208,3,2368,2814 +"112363",28635,5515,3,2368,2385 +"112364",28635,19606,3,2368,2783 +"112365",28635,23312,3,2368,2449 +"112366",28635,34498,3,2368,2383 +"112367",28635,48571,3,2368,2717 +"112368",28635,53293,3,2368,2916 +"112369",28635,60867,3,2368,2689 +"112370",28635,67957,3,2368,2823 +"112371",28640,1875,3,1475,1786 +"112372",28640,4360,3,1475,1770 +"112373",28640,5449,3,1475,1723 +"112374",28640,6162,3,1475,1673 +"112375",28640,7029,1,1475,2204 +"112376",28640,8258,3,1475,1959 +"112377",28640,11103,2,1475,2393 +"112378",28640,11239,3,1475,2181 +"112379",28640,13601,3,1475,2689 +"112380",28640,15207,3,1475,1855 +"112381",28640,15453,3,1475,1688 +"112382",28640,17351,3,1475,2036 +"112383",28640,17632,3,1475,1947 +"112384",28640,19096,3,1475,1538 +"112385",28640,23745,3,1475,1968 +"112386",28640,24169,3,1475,1663 +"112387",28640,25508,3,1475,2081 +"112388",28640,26595,2,1475,1566 +"112389",28640,27195,2,1475,2158 +"112390",28640,29930,3,1475,2240 +"112391",28640,30081,3,1475,2403 +"112392",28640,33433,3,1475,2805 +"112393",28640,34325,2,1475,1982 +"112394",28640,36574,3,1475,2934 +"112395",28640,36962,3,1475,2861 +"112396",28640,37333,3,1475,1612 +"112397",28640,39556,3,1475,2747 +"112398",28640,41900,3,1475,1970 +"112399",28640,41945,3,1475,2856 +"112400",28640,43385,3,1475,1623 +"112401",28640,48571,3,1475,2717 +"112402",28640,49185,3,1475,1544 +"112403",28640,53134,3,1475,1590 +"112404",28640,53219,3,1475,2973 +"112405",28640,54879,2,1475,2210 +"112406",28640,62903,3,1475,1704 +"112407",28640,72391,3,1475,1547 +"112408",28640,73197,3,1475,1998 +"112409",28640,95644,3,1475,1531 +"112410",28648,2282,3,1586,2056 +"112411",28648,2370,2,1586,1600 +"112412",28648,2927,3,1586,1789 +"112413",28648,3068,2,1586,1815 +"112414",28648,3158,2,1586,2762 +"112415",28648,4249,1,1586,2547 +"112416",28648,4784,1,1586,2511 +"112417",28648,5897,3,1586,2337 +"112418",28648,6020,1,1586,1864 +"112419",28648,6223,2,1586,2363 +"112420",28648,6345,2,1586,2713 +"112421",28648,6747,3,1586,2913 +"112422",28648,6999,3,1586,2214 +"112423",28648,8607,3,1586,1685 +"112424",28648,9269,3,1586,1892 +"112425",28648,9724,2,1586,2713 +"112426",28648,9740,3,1586,2233 +"112427",28648,10146,3,1586,1878 +"112428",28648,10701,3,1586,2000 +"112429",28648,12966,3,1586,2011 +"112430",28648,13688,3,1586,1627 +"112431",28648,14172,1,1586,1923 +"112432",28648,14470,3,1586,2632 +"112433",28648,14957,3,1586,2306 +"112434",28648,15782,2,1586,2306 +"112435",28648,16347,3,1586,1868 +"112436",28648,17499,3,1586,2954 +"112437",28648,17695,3,1586,1930 +"112438",28648,19282,3,1586,1623 +"112439",28648,19366,3,1586,2279 +"112440",28648,21358,1,1586,1970 +"112441",28648,21920,3,1586,2367 +"112442",28648,23550,3,1586,2939 +"112443",28648,25941,3,1586,2369 +"112444",28648,26597,3,1586,2070 +"112445",28648,30096,3,1586,2082 +"112446",28648,30544,3,1586,2041 +"112447",28648,31950,3,1586,2217 +"112448",28648,32576,3,1586,2881 +"112449",28648,33460,3,1586,2781 +"112450",28648,36840,3,1586,2269 +"112451",28648,37684,2,1586,2899 +"112452",28648,37929,3,1586,2393 +"112453",28648,39009,3,1586,1594 +"112454",28648,39249,3,1586,1665 +"112455",28648,41489,1,1586,2006 +"112456",28648,42390,3,1586,2937 +"112457",28648,43701,2,1586,2400 +"112458",28648,43728,3,1586,2308 +"112459",28648,45297,1,1586,1864 +"112460",28648,45449,3,1586,1610 +"112461",28648,45450,2,1586,1590 +"112462",28648,47607,3,1586,2724 +"112463",28648,48823,1,1586,2080 +"112464",28648,50468,2,1586,1659 +"112465",28648,51212,3,1586,1801 +"112466",28648,52950,3,1586,2716 +"112467",28648,53652,2,1586,2899 +"112468",28648,54488,2,1586,2357 +"112469",28648,64737,3,1586,2442 +"112470",28648,68813,2,1586,2511 +"112471",28648,80186,3,1586,2228 +"112472",28648,82217,2,1586,2441 +"112473",28648,84235,2,1586,1639 +"112474",28648,86559,3,1586,1704 +"112475",28648,95879,2,1586,1748 +"112476",28648,108467,3,1586,2170 +"112477",28725,9272,3,251,2835 +"112478",28725,14676,3,251,2764 +"112479",28725,23403,3,251,607 +"112480",28725,26873,3,251,419 +"112481",28725,28432,3,251,1954 +"112482",28725,31700,3,251,2727 +"112483",28725,37937,3,251,1320 +"112484",28725,43428,3,251,1299 +"112485",28725,66241,2,251,2351 +"112486",28725,70854,3,251,635 +"112487",28725,72956,3,251,1251 +"112488",28731,669,3,955,1423 +"112489",28731,671,3,955,2328 +"112490",28731,675,3,955,1686 +"112491",28731,733,2,955,1653 +"112492",28731,1046,3,955,1881 +"112493",28731,1130,3,955,1566 +"112494",28731,1136,3,955,2536 +"112495",28731,1469,3,955,1160 +"112496",28731,1897,3,955,1727 +"112497",28731,2063,2,955,1278 +"112498",28731,2424,3,955,2582 +"112499",28731,2563,3,955,1686 +"112500",28731,2591,2,955,1949 +"112501",28731,2743,2,955,1278 +"112502",28731,2954,3,955,2727 +"112503",28731,3167,2,955,1676 +"112504",28731,3242,2,955,1730 +"112505",28731,4191,3,955,2130 +"112506",28731,4618,2,955,2607 +"112507",28731,4687,3,955,2152 +"112508",28731,4980,1,955,2093 +"112509",28731,5315,3,955,2631 +"112510",28731,5504,3,955,2389 +"112511",28731,5725,3,955,2789 +"112512",28731,5785,3,955,1261 +"112513",28731,6023,3,955,2050 +"112514",28731,6577,2,955,1951 +"112515",28731,7196,3,955,1508 +"112516",28731,7245,3,955,2089 +"112517",28731,7984,3,955,2493 +"112518",28731,8258,3,955,1959 +"112519",28731,8621,2,955,1681 +"112520",28731,8913,3,955,968 +"112521",28731,10404,3,955,2062 +"112522",28731,10799,3,955,2010 +"112523",28731,10859,3,955,2231 +"112524",28731,10871,3,955,2314 +"112525",28731,10875,3,955,1234 +"112526",28731,10890,3,955,2639 +"112527",28731,11546,3,955,1174 +"112528",28731,12096,3,955,1330 +"112529",28731,14482,3,955,1573 +"112530",28731,14943,3,955,1942 +"112531",28731,15401,3,955,1999 +"112532",28731,15539,3,955,1929 +"112533",28731,16074,2,955,977 +"112534",28731,16164,1,955,1184 +"112535",28731,16365,3,955,2217 +"112536",28731,17354,3,955,2250 +"112537",28731,17357,2,955,1536 +"112538",28731,18415,3,955,2184 +"112539",28731,18735,3,955,1581 +"112540",28731,19027,3,955,2721 +"112541",28731,19506,3,955,1385 +"112542",28731,19516,3,955,2313 +"112543",28731,19637,3,955,1229 +"112544",28731,19868,3,955,2855 +"112545",28731,20067,3,955,2390 +"112546",28731,20563,2,955,2267 +"112547",28731,20700,3,955,2861 +"112548",28731,20824,2,955,1366 +"112549",28731,21122,3,955,1701 +"112550",28731,21401,3,955,1440 +"112551",28731,21911,1,955,1184 +"112552",28731,22501,2,955,1006 +"112553",28731,22884,3,955,1608 +"112554",28731,23140,3,955,2787 +"112555",28731,23506,2,955,1172 +"112556",28731,23534,3,955,1659 +"112557",28731,23704,2,955,2278 +"112558",28731,23756,3,955,2309 +"112559",28731,24755,3,955,1319 +"112560",28731,25341,2,955,1858 +"112561",28731,25643,2,955,1646 +"112562",28731,26031,3,955,1397 +"112563",28731,26282,3,955,1241 +"112564",28731,26322,3,955,1018 +"112565",28731,26436,2,955,2489 +"112566",28731,26516,2,955,2479 +"112567",28731,26570,3,955,1669 +"112568",28731,27753,2,955,2750 +"112569",28731,28434,3,955,1141 +"112570",28731,28635,3,955,2368 +"112571",28731,28784,3,955,1579 +"112572",28731,28892,3,955,2023 +"112573",28731,29456,2,955,1182 +"112574",28731,30325,3,955,1067 +"112575",28731,30438,1,955,1617 +"112576",28731,30453,3,955,1535 +"112577",28731,31000,2,955,1526 +"112578",28731,31124,3,955,2351 +"112579",28731,31243,1,955,1355 +"112580",28731,31799,3,955,2547 +"112581",28731,32988,2,955,2008 +"112582",28731,33551,3,955,1734 +"112583",28731,33588,3,955,1040 +"112584",28731,33621,3,955,1319 +"112585",28731,34216,3,955,2832 +"112586",28731,34492,1,955,1798 +"112587",28731,34509,3,955,1973 +"112588",28731,35529,3,955,1620 +"112589",28731,37418,3,955,2710 +"112590",28731,38449,1,955,1802 +"112591",28731,40293,2,955,1671 +"112592",28731,40369,3,955,2735 +"112593",28731,40432,3,955,1956 +"112594",28731,41402,3,955,2313 +"112595",28731,42505,3,955,2008 +"112596",28731,42722,3,955,2368 +"112597",28731,42747,2,955,1189 +"112598",28731,43839,3,955,1685 +"112599",28731,44636,3,955,1026 +"112600",28731,45343,3,955,2360 +"112601",28731,45715,1,955,2287 +"112602",28731,45903,3,955,2237 +"112603",28731,47857,3,955,2325 +"112604",28731,48277,3,955,971 +"112605",28731,49144,3,955,1542 +"112606",28731,50075,3,955,1026 +"112607",28731,50667,3,955,2719 +"112608",28731,51022,2,955,1499 +"112609",28731,51157,3,955,2319 +"112610",28731,51410,2,955,2739 +"112611",28731,51987,2,955,1397 +"112612",28731,52835,3,955,995 +"112613",28731,54100,3,955,1327 +"112614",28731,54676,3,955,1342 +"112615",28731,54740,3,955,2750 +"112616",28731,55139,3,955,2323 +"112617",28731,55828,3,955,2393 +"112618",28731,56171,3,955,1524 +"112619",28731,57609,3,955,2717 +"112620",28731,57977,3,955,2683 +"112621",28731,58035,2,955,1646 +"112622",28731,58221,3,955,1787 +"112623",28731,59700,3,955,2346 +"112624",28731,60867,3,955,2689 +"112625",28731,62148,3,955,1566 +"112626",28731,64031,3,955,1295 +"112627",28731,64793,3,955,2819 +"112628",28731,64997,3,955,2791 +"112629",28731,65155,3,955,1947 +"112630",28731,65322,3,955,2008 +"112631",28731,67314,3,955,1051 +"112632",28731,70046,3,955,2624 +"112633",28731,70996,3,955,1037 +"112634",28731,71478,3,955,1721 +"112635",28731,74095,3,955,2333 +"112636",28731,77001,2,955,1440 +"112637",28731,77835,3,955,1327 +"112638",28731,80678,3,955,1595 +"112639",28731,81813,3,955,1656 +"112640",28731,82426,3,955,1576 +"112641",28731,82454,3,955,1266 +"112642",28731,82767,2,955,1641 +"112643",28731,83053,3,955,1303 +"112644",28731,83526,3,955,1235 +"112645",28731,88860,2,955,1014 +"112646",28731,89958,3,955,1186 +"112647",28731,90790,3,955,1492 +"112648",28731,91162,3,955,1693 +"112649",28731,91163,3,955,1171 +"112650",28731,91201,3,955,1702 +"112651",28731,92757,3,955,2615 +"112652",28731,94808,3,955,988 +"112653",28731,97160,3,955,1215 +"112654",28731,97915,3,955,1802 +"112655",28731,99103,3,955,1470 +"112656",28731,100134,2,955,977 +"112657",28731,105233,3,955,1199 +"112658",28731,106620,3,955,1177 +"112659",28752,472,2,709,964 +"112660",28752,17997,3,709,1621 +"112661",28752,22011,3,709,885 +"112662",28752,32503,2,709,2020 +"112663",28752,42009,2,709,1647 +"112664",28752,73675,3,709,887 +"112665",28752,80826,1,709,1251 +"112666",28752,83140,3,709,1630 +"112667",28752,101070,3,709,2497 +"112668",28782,1624,3,2272,2687 +"112669",28782,4249,3,2272,2547 +"112670",28782,6345,3,2272,2713 +"112671",28782,7253,3,2272,2686 +"112672",28782,9724,3,2272,2713 +"112673",28782,14957,3,2272,2306 +"112674",28782,15782,3,2272,2306 +"112675",28782,17499,3,2272,2954 +"112676",28782,32169,3,2272,2504 +"112677",28782,42390,2,2272,2937 +"112678",28782,43701,3,2272,2400 +"112679",28782,47607,3,2272,2724 +"112680",28782,53584,2,2272,2391 +"112681",28782,53652,3,2272,2899 +"112682",28782,71999,3,2272,2685 +"112683",28782,73520,3,2272,2613 +"112684",28784,997,3,1579,2788 +"112685",28784,1147,3,1579,1999 +"112686",28784,1154,3,1579,1656 +"112687",28784,1275,3,1579,2068 +"112688",28784,3167,3,1579,1676 +"112689",28784,3271,3,1579,2216 +"112690",28784,3947,2,1579,2067 +"112691",28784,3961,3,1579,2426 +"112692",28784,4289,3,1579,1921 +"112693",28784,5239,3,1579,2875 +"112694",28784,5449,3,1579,1723 +"112695",28784,5798,3,1579,1779 +"112696",28784,5912,3,1579,2257 +"112697",28784,6222,3,1579,1949 +"112698",28784,6417,3,1579,1675 +"112699",28784,6871,3,1579,1882 +"112700",28784,7984,1,1579,2493 +"112701",28784,8029,3,1579,1859 +"112702",28784,8890,3,1579,1955 +"112703",28784,9272,3,1579,2835 +"112704",28784,9311,3,1579,2477 +"112705",28784,9362,2,1579,2879 +"112706",28784,11477,2,1579,2724 +"112707",28784,12692,3,1579,1855 +"112708",28784,12901,2,1579,2136 +"112709",28784,12982,3,1579,2143 +"112710",28784,13388,3,1579,2119 +"112711",28784,13780,2,1579,2412 +"112712",28784,14108,3,1579,2012 +"112713",28784,14943,2,1579,1942 +"112714",28784,14959,3,1579,2898 +"112715",28784,15401,2,1579,1999 +"112716",28784,16365,3,1579,2217 +"112717",28784,16539,3,1579,1947 +"112718",28784,16801,3,1579,2008 +"112719",28784,16826,2,1579,2599 +"112720",28784,17997,2,1579,1621 +"112721",28784,18103,2,1579,1968 +"112722",28784,18348,3,1579,1711 +"112723",28784,18571,3,1579,2128 +"112724",28784,20311,3,1579,1981 +"112725",28784,21670,3,1579,2158 +"112726",28784,21681,3,1579,2005 +"112727",28784,21872,3,1579,2458 +"112728",28784,23223,3,1579,2094 +"112729",28784,24612,3,1579,1875 +"112730",28784,27860,3,1579,1588 +"112731",28784,28015,3,1579,1624 +"112732",28784,29004,3,1579,2596 +"112733",28784,30747,2,1579,2455 +"112734",28784,31069,3,1579,1995 +"112735",28784,31164,3,1579,1996 +"112736",28784,31700,3,1579,2727 +"112737",28784,32988,2,1579,2008 +"112738",28784,33801,3,1579,2899 +"112739",28784,33949,3,1579,2489 +"112740",28784,34158,3,1579,2639 +"112741",28784,35529,3,1579,1620 +"112742",28784,35822,3,1579,1903 +"112743",28784,36031,3,1579,2342 +"112744",28784,36559,3,1579,2473 +"112745",28784,36862,3,1579,2655 +"112746",28784,37934,3,1579,1595 +"112747",28784,38140,3,1579,1866 +"112748",28784,38219,2,1579,1689 +"112749",28784,38227,3,1579,2511 +"112750",28784,38449,3,1579,1802 +"112751",28784,38602,3,1579,2693 +"112752",28784,38921,3,1579,1880 +"112753",28784,40432,2,1579,1956 +"112754",28784,40645,2,1579,1899 +"112755",28784,41936,3,1579,2258 +"112756",28784,42196,3,1579,2765 +"112757",28784,42505,2,1579,2008 +"112758",28784,43226,3,1579,2442 +"112759",28784,45959,2,1579,1880 +"112760",28784,46040,1,1579,2105 +"112761",28784,46951,3,1579,2429 +"112762",28784,47384,3,1579,1639 +"112763",28784,47386,3,1579,2226 +"112764",28784,48110,3,1579,2009 +"112765",28784,48215,3,1579,2028 +"112766",28784,49265,3,1579,2686 +"112767",28784,50382,3,1579,2244 +"112768",28784,51410,3,1579,2739 +"112769",28784,53134,3,1579,1590 +"112770",28784,53323,3,1579,2677 +"112771",28784,56237,3,1579,2625 +"112772",28784,57380,3,1579,2362 +"112773",28784,57977,3,1579,2683 +"112774",28784,58365,2,1579,1902 +"112775",28784,58508,3,1579,2326 +"112776",28784,65155,2,1579,1947 +"112777",28784,65203,3,1579,1597 +"112778",28784,65322,2,1579,2008 +"112779",28784,69335,3,1579,2698 +"112780",28784,70046,3,1579,2624 +"112781",28784,70269,3,1579,2368 +"112782",28784,72728,3,1579,2234 +"112783",28784,73192,3,1579,1955 +"112784",28784,78150,3,1579,2581 +"112785",28784,80301,3,1579,1690 +"112786",28784,82301,3,1579,1621 +"112787",28784,82409,3,1579,1881 +"112788",28784,82767,3,1579,1641 +"112789",28784,82929,3,1579,2475 +"112790",28784,83140,3,1579,1630 +"112791",28784,88232,3,1579,2881 +"112792",28784,92757,3,1579,2615 +"112793",28800,2429,3,528,999 +"112794",28800,19858,3,528,2357 +"112795",28800,20200,3,528,2322 +"112796",28800,21207,3,528,1258 +"112797",28800,21575,2,528,1762 +"112798",28800,22684,3,528,569 +"112799",28800,24802,3,528,824 +"112800",28800,26227,3,528,2265 +"112801",28800,26642,3,528,2952 +"112802",28800,26847,3,528,1902 +"112803",28800,30442,3,528,2124 +"112804",28800,31089,2,528,2952 +"112805",28800,33681,3,528,1059 +"112806",28800,42756,2,528,1384 +"112807",28800,47148,2,528,569 +"112808",28800,47968,3,528,2829 +"112809",28800,48832,3,528,1370 +"112810",28800,53643,3,528,1626 +"112811",28800,58759,3,528,942 +"112812",28800,62746,3,528,2119 +"112813",28800,63409,3,528,1937 +"112814",28800,66994,3,528,1865 +"112815",28800,68586,3,528,2322 +"112816",28800,69012,2,528,799 +"112817",28800,69447,3,528,1197 +"112818",28800,77200,2,528,1737 +"112819",28800,97242,3,528,686 +"112820",28808,1175,3,1063,1642 +"112821",28808,1592,1,1063,2006 +"112822",28808,1691,2,1063,1941 +"112823",28808,2011,3,1063,2176 +"112824",28808,2208,3,1063,2814 +"112825",28808,2684,3,1063,2874 +"112826",28808,3305,3,1063,2839 +"112827",28808,3493,3,1063,2451 +"112828",28808,4317,3,1063,1224 +"112829",28808,4360,3,1063,1770 +"112830",28808,5258,2,1063,2730 +"112831",28808,5839,3,1063,2301 +"112832",28808,6055,3,1063,2651 +"112833",28808,6104,3,1063,2462 +"112834",28808,6162,3,1063,1673 +"112835",28808,6252,2,1063,2336 +"112836",28808,6390,3,1063,2385 +"112837",28808,6417,3,1063,1675 +"112838",28808,6491,3,1063,2424 +"112839",28808,7672,3,1063,1974 +"112840",28808,9311,3,1063,2477 +"112841",28808,9511,3,1063,1232 +"112842",28808,9654,3,1063,2111 +"112843",28808,10002,3,1063,1788 +"112844",28808,10222,3,1063,2212 +"112845",28808,10488,3,1063,1524 +"112846",28808,11055,3,1063,2111 +"112847",28808,11351,3,1063,2971 +"112848",28808,11434,3,1063,1187 +"112849",28808,12199,3,1063,1651 +"112850",28808,13248,3,1063,1385 +"112851",28808,13837,3,1063,1604 +"112852",28808,14108,2,1063,2012 +"112853",28808,14731,3,1063,2012 +"112854",28808,15207,3,1063,1855 +"112855",28808,15301,3,1063,2308 +"112856",28808,15713,3,1063,1646 +"112857",28808,18277,3,1063,2309 +"112858",28808,18543,2,1063,2968 +"112859",28808,19173,3,1063,1686 +"112860",28808,19332,3,1063,1214 +"112861",28808,19593,3,1063,2013 +"112862",28808,19718,2,1063,1702 +"112863",28808,20407,2,1063,2339 +"112864",28808,20824,3,1063,1366 +"112865",28808,21122,3,1063,1701 +"112866",28808,21133,2,1063,1320 +"112867",28808,21566,3,1063,1234 +"112868",28808,21571,3,1063,2755 +"112869",28808,21682,2,1063,2414 +"112870",28808,21758,3,1063,1331 +"112871",28808,22165,3,1063,1501 +"112872",28808,23729,3,1063,1624 +"112873",28808,24198,2,1063,2217 +"112874",28808,24721,3,1063,2326 +"112875",28808,25565,2,1063,2764 +"112876",28808,25816,3,1063,2088 +"112877",28808,26658,3,1063,2745 +"112878",28808,27792,3,1063,1308 +"112879",28808,29050,3,1063,1196 +"112880",28808,29170,3,1063,1846 +"112881",28808,29948,3,1063,2795 +"112882",28808,30325,3,1063,1067 +"112883",28808,32939,3,1063,2277 +"112884",28808,33433,3,1063,2805 +"112885",28808,33622,3,1063,2230 +"112886",28808,33981,3,1063,1993 +"112887",28808,34945,3,1063,1298 +"112888",28808,35045,3,1063,1646 +"112889",28808,35772,3,1063,1440 +"112890",28808,36439,3,1063,2469 +"112891",28808,36441,3,1063,2796 +"112892",28808,36450,3,1063,1591 +"112893",28808,36637,3,1063,2085 +"112894",28808,37285,3,1063,2428 +"112895",28808,37509,2,1063,1640 +"112896",28808,38213,2,1063,1744 +"112897",28808,40369,3,1063,2735 +"112898",28808,40493,3,1063,1981 +"112899",28808,40893,3,1063,1116 +"112900",28808,42264,3,1063,1702 +"112901",28808,42619,3,1063,2017 +"112902",28808,42756,3,1063,1384 +"112903",28808,42799,3,1063,2729 +"112904",28808,43173,3,1063,2895 +"112905",28808,43213,3,1063,2160 +"112906",28808,43385,3,1063,1623 +"112907",28808,43635,3,1063,1196 +"112908",28808,44427,3,1063,2875 +"112909",28808,45903,3,1063,2237 +"112910",28808,46091,3,1063,1938 +"112911",28808,46196,3,1063,1510 +"112912",28808,46621,1,1063,1343 +"112913",28808,46635,3,1063,2528 +"112914",28808,46951,3,1063,2429 +"112915",28808,49301,2,1063,1894 +"112916",28808,49470,3,1063,1528 +"112917",28808,49620,2,1063,1868 +"112918",28808,50179,2,1063,2230 +"112919",28808,50217,3,1063,1211 +"112920",28808,50254,3,1063,1151 +"112921",28808,50946,3,1063,1075 +"112922",28808,52136,2,1063,1412 +"112923",28808,52323,3,1063,2148 +"112924",28808,52327,2,1063,1472 +"112925",28808,54663,3,1063,1424 +"112926",28808,55084,3,1063,1189 +"112927",28808,56082,3,1063,2395 +"112928",28808,56903,1,1063,1584 +"112929",28808,57804,3,1063,2214 +"112930",28808,58133,3,1063,1484 +"112931",28808,58221,3,1063,1787 +"112932",28808,58284,3,1063,2292 +"112933",28808,59677,3,1063,1174 +"112934",28808,62148,3,1063,1566 +"112935",28808,68024,3,1063,1531 +"112936",28808,69257,3,1063,1402 +"112937",28808,69447,2,1063,1197 +"112938",28808,71274,3,1063,2390 +"112939",28808,72207,3,1063,2430 +"112940",28808,74190,3,1063,1428 +"112941",28808,74636,2,1063,2525 +"112942",28808,74818,3,1063,1440 +"112943",28808,75403,3,1063,1895 +"112944",28808,76646,3,1063,1263 +"112945",28808,79436,2,1063,1344 +"112946",28808,79657,3,1063,1260 +"112947",28808,82401,3,1063,1210 +"112948",28808,82787,3,1063,1144 +"112949",28808,83396,3,1063,2396 +"112950",28808,85356,2,1063,1492 +"112951",28808,88232,1,1063,2881 +"112952",28808,91901,3,1063,1236 +"112953",28808,92322,3,1063,2393 +"112954",28808,92381,3,1063,1237 +"112955",28808,96000,3,1063,1789 +"112956",28808,96132,3,1063,1489 +"112957",28808,97824,3,1063,1229 +"112958",28808,100215,3,1063,2436 +"112959",28808,100432,3,1063,1358 +"112960",28808,103925,3,1063,1786 +"112961",28808,109718,3,1063,1237 +"112962",28824,916,3,2412,2718 +"112963",28824,17999,3,2412,2758 +"112964",28824,23739,3,2412,2463 +"112965",28824,36662,2,2412,2967 +"112966",28826,65779,3,2627,2690 +"112967",28837,2,3,2286,2796 +"112968",28837,6063,3,2286,2349 +"112969",28837,9035,2,2286,2771 +"112970",28837,9503,3,2286,2453 +"112971",28837,11588,3,2286,2352 +"112972",28837,17037,3,2286,2947 +"112973",28837,20984,3,2286,2502 +"112974",28837,30368,3,2286,2487 +"112975",28837,47595,3,2286,2374 +"112976",28837,53687,3,2286,2422 +"112977",28869,680,3,2425,2569 +"112978",28869,2206,3,2425,2536 +"112979",28869,2852,3,2425,2448 +"112980",28869,3493,3,2425,2451 +"112981",28869,3978,3,2425,2775 +"112982",28869,4361,3,2425,2571 +"112983",28869,4612,3,2425,2804 +"112984",28869,5106,3,2425,2622 +"112985",28869,6989,3,2425,2623 +"112986",28869,7252,2,2425,2799 +"112987",28869,7942,3,2425,2623 +"112988",28869,8568,2,2425,2706 +"112989",28869,9332,3,2425,2734 +"112990",28869,9503,3,2425,2453 +"112991",28869,9785,2,2425,2951 +"112992",28869,9787,3,2425,2858 +"112993",28869,11648,3,2425,2852 +"112994",28869,12361,3,2425,2732 +"112995",28869,12948,2,2425,2669 +"112996",28869,16286,3,2425,2470 +"112997",28869,23206,3,2425,2805 +"112998",28869,27742,3,2425,2700 +"112999",28869,27914,2,2425,2507 +"113000",28869,36953,3,2425,2790 +"113001",28869,40035,3,2425,2742 +"113002",28869,40572,2,2425,2666 +"113003",28869,45869,2,2425,2840 +"113004",28869,50573,3,2425,2716 +"113005",28869,58501,3,2425,2613 +"113006",28869,58655,3,2425,2685 +"113007",28869,71531,3,2425,2887 +"113008",28869,92297,3,2425,2952 +"113009",28869,111375,3,2425,2686 +"113010",28874,602,3,2329,2632 +"113011",28874,762,3,2329,2671 +"113012",28874,28982,3,2329,2746 +"113013",28874,31700,3,2329,2727 +"113014",28892,4191,3,2023,2130 +"113015",28892,5504,3,2023,2389 +"113016",28892,6241,3,2023,2264 +"113017",28892,7245,3,2023,2089 +"113018",28892,9311,3,2023,2477 +"113019",28892,10404,3,2023,2062 +"113020",28892,10859,2,2023,2231 +"113021",28892,19027,3,2023,2721 +"113022",28892,20563,2,2023,2267 +"113023",28892,26516,3,2023,2479 +"113024",28892,27753,3,2023,2750 +"113025",28892,31799,3,2023,2547 +"113026",28892,35069,3,2023,2069 +"113027",28892,37418,3,2023,2710 +"113028",28892,39189,3,2023,2319 +"113029",28892,40931,3,2023,2301 +"113030",28892,44407,3,2023,2154 +"113031",28892,51410,3,2023,2739 +"113032",28892,55139,3,2023,2323 +"113033",28892,57732,3,2023,2454 +"113034",28892,57977,3,2023,2683 +"113035",28892,74095,3,2023,2333 +"113036",28892,84799,3,2023,2656 +"113037",28893,19934,2,2764,2888 +"113038",28893,57765,2,2764,2893 +"113039",28893,59039,3,2764,2870 +"113040",28893,60190,3,2764,2845 +"113041",28893,61337,3,2764,2777 +"113042",28893,74771,3,2764,2935 +"113043",28896,1154,3,1395,1656 +"113044",28896,1175,3,1395,1642 +"113045",28896,1315,3,1395,2760 +"113046",28896,1321,3,1395,2075 +"113047",28896,1767,3,1395,2727 +"113048",28896,2407,3,1395,1725 +"113049",28896,2424,3,1395,2582 +"113050",28896,3068,3,1395,1815 +"113051",28896,3139,3,1395,1656 +"113052",28896,3175,3,1395,1938 +"113053",28896,3460,3,1395,2530 +"113054",28896,3896,2,1395,2693 +"113055",28896,3966,3,1395,2425 +"113056",28896,4821,2,1395,1938 +"113057",28896,4932,3,1395,2752 +"113058",28896,6047,3,1395,2004 +"113059",28896,6602,1,1395,1631 +"113060",28896,7196,3,1395,1508 +"113061",28896,7245,3,1395,2089 +"113062",28896,7258,3,1395,1714 +"113063",28896,7703,3,1395,2122 +"113064",28896,7858,3,1395,1795 +"113065",28896,7984,3,1395,2493 +"113066",28896,8821,3,1395,2230 +"113067",28896,8890,3,1395,1955 +"113068",28896,9654,3,1395,2111 +"113069",28896,10474,2,1395,1608 +"113070",28896,11329,3,1395,2799 +"113071",28896,14108,3,1395,2012 +"113072",28896,14422,3,1395,1548 +"113073",28896,14676,3,1395,2764 +"113074",28896,14887,3,1395,2158 +"113075",28896,15401,3,1395,1999 +"113076",28896,15453,3,1395,1688 +"113077",28896,16365,3,1395,2217 +"113078",28896,16866,3,1395,2718 +"113079",28896,17354,2,1395,2250 +"113080",28896,17931,3,1395,1617 +"113081",28896,18415,3,1395,2184 +"113082",28896,18865,3,1395,2676 +"113083",28896,19516,3,1395,2313 +"113084",28896,20070,2,1395,1914 +"113085",28896,20271,3,1395,2044 +"113086",28896,20732,3,1395,2401 +"113087",28896,21670,3,1395,2158 +"113088",28896,21681,3,1395,2005 +"113089",28896,23011,3,1395,2763 +"113090",28896,23726,3,1395,2434 +"113091",28896,23771,3,1395,1614 +"113092",28896,24255,3,1395,2770 +"113093",28896,28784,3,1395,1579 +"113094",28896,30150,3,1395,1704 +"113095",28896,30334,3,1395,2075 +"113096",28896,31700,3,1395,2727 +"113097",28896,31997,3,1395,1703 +"113098",28896,32419,3,1395,1909 +"113099",28896,32988,3,1395,2008 +"113100",28896,33380,3,1395,2340 +"113101",28896,33551,3,1395,1734 +"113102",28896,34820,2,1395,1630 +"113103",28896,35187,3,1395,2488 +"113104",28896,35822,3,1395,1903 +"113105",28896,36031,2,1395,2342 +"113106",28896,36578,3,1395,1484 +"113107",28896,36609,3,1395,2918 +"113108",28896,36646,3,1395,2744 +"113109",28896,37636,3,1395,2178 +"113110",28896,38602,3,1395,2693 +"113111",28896,38973,3,1395,1999 +"113112",28896,40392,3,1395,1878 +"113113",28896,42574,3,1395,2842 +"113114",28896,42642,3,1395,2257 +"113115",28896,45618,3,1395,2356 +"113116",28896,45633,3,1395,2134 +"113117",28896,45650,3,1395,1528 +"113118",28896,46596,3,1395,1942 +"113119",28896,47384,3,1395,1639 +"113120",28896,47440,3,1395,2234 +"113121",28896,48215,1,1395,2028 +"113122",28896,49144,3,1395,1542 +"113123",28896,49265,3,1395,2686 +"113124",28896,51783,3,1395,2599 +"113125",28896,53323,3,1395,2677 +"113126",28896,55604,2,1395,2342 +"113127",28896,56082,3,1395,2395 +"113128",28896,57380,3,1395,2362 +"113129",28896,60516,3,1395,2257 +"113130",28896,63395,2,1395,2334 +"113131",28896,64469,3,1395,2707 +"113132",28896,65155,3,1395,1947 +"113133",28896,67726,3,1395,2873 +"113134",28896,72728,3,1395,2234 +"113135",28896,74204,3,1395,2463 +"113136",28896,78784,3,1395,2824 +"113137",28896,82426,3,1395,1576 +"113138",28896,82681,2,1395,1620 +"113139",28896,82730,2,1395,1492 +"113140",28896,85869,3,1395,1509 +"113141",28896,87837,3,1395,1987 +"113142",28896,88232,3,1395,2881 +"113143",28896,89681,3,1395,1978 +"113144",28896,90790,3,1395,1492 +"113145",28896,91162,3,1395,1693 +"113146",28896,91201,3,1395,1702 +"113147",28896,95644,3,1395,1531 +"113148",28896,96352,3,1395,1493 +"113149",28896,110934,3,1395,2308 +"113150",28899,1685,3,376,2230 +"113151",28899,4698,3,376,2481 +"113152",28899,5064,3,376,1690 +"113153",28899,5355,3,376,1499 +"113154",28899,12000,3,376,1454 +"113155",28899,13671,2,376,1371 +"113156",28899,13861,2,376,1197 +"113157",28899,14095,3,376,2186 +"113158",28899,16590,2,376,1123 +"113159",28899,18953,2,376,915 +"113160",28899,21942,3,376,2041 +"113161",28899,25330,3,376,2370 +"113162",28899,32576,3,376,2881 +"113163",28899,43311,3,376,1553 +"113164",28899,49921,1,376,496 +"113165",28899,53648,3,376,2167 +"113166",28899,82206,3,376,1597 +"113167",28904,364,3,926,2351 +"113168",28904,1195,3,926,1322 +"113169",28904,1314,3,926,1522 +"113170",28904,1519,3,926,2349 +"113171",28904,1702,3,926,1984 +"113172",28904,2407,2,926,1725 +"113173",28904,2452,2,926,1715 +"113174",28904,2540,3,926,1398 +"113175",28904,2576,2,926,1307 +"113176",28904,2852,2,926,2448 +"113177",28904,3127,3,926,2273 +"113178",28904,3663,2,926,1232 +"113179",28904,4001,2,926,1687 +"113180",28904,4249,3,926,2547 +"113181",28904,4612,3,926,2804 +"113182",28904,4668,3,926,1919 +"113183",28904,4669,3,926,2395 +"113184",28904,4730,3,926,2131 +"113185",28904,4821,3,926,1938 +"113186",28904,5897,1,926,2337 +"113187",28904,7252,3,926,2799 +"113188",28904,7785,3,926,2441 +"113189",28904,7942,3,926,2623 +"113190",28904,8140,3,926,1262 +"113191",28904,8610,3,926,2240 +"113192",28904,8890,3,926,1955 +"113193",28904,9060,3,926,1612 +"113194",28904,9202,3,926,2477 +"113195",28904,9301,3,926,1861 +"113196",28904,9332,3,926,2734 +"113197",28904,9481,3,926,1610 +"113198",28904,9785,3,926,2951 +"113199",28904,9787,3,926,2858 +"113200",28904,10980,3,926,1974 +"113201",28904,11563,3,926,1863 +"113202",28904,11648,3,926,2852 +"113203",28904,11990,2,926,1909 +"113204",28904,12361,3,926,2732 +"113205",28904,12948,3,926,2669 +"113206",28904,13068,3,926,1778 +"113207",28904,13879,3,926,2748 +"113208",28904,14287,3,926,1583 +"113209",28904,14532,3,926,1193 +"113210",28904,14586,3,926,2801 +"113211",28904,14776,3,926,1488 +"113212",28904,14781,3,926,2338 +"113213",28904,15546,3,926,2055 +"113214",28904,16015,3,926,1307 +"113215",28904,16286,3,926,2470 +"113216",28904,16437,3,926,1956 +"113217",28904,16501,2,926,1650 +"113218",28904,16715,3,926,1218 +"113219",28904,16866,2,926,2718 +"113220",28904,17252,3,926,1258 +"113221",28904,18865,2,926,2676 +"113222",28904,18978,3,926,952 +"113223",28904,19208,3,926,2629 +"113224",28904,19334,3,926,1979 +"113225",28904,19386,3,926,1714 +"113226",28904,19605,3,926,2395 +"113227",28904,19655,3,926,2706 +"113228",28904,20124,3,926,2376 +"113229",28904,20176,3,926,1050 +"113230",28904,20984,3,926,2502 +"113231",28904,21207,3,926,1258 +"113232",28904,22244,3,926,2139 +"113233",28904,23015,3,926,1362 +"113234",28904,23131,3,926,1732 +"113235",28904,23488,3,926,1523 +"113236",28904,25163,3,926,1751 +"113237",28904,25378,3,926,1245 +"113238",28904,26642,3,926,2952 +"113239",28904,27686,3,926,2844 +"113240",28904,27742,2,926,2700 +"113241",28904,27914,1,926,2507 +"113242",28904,28051,3,926,2089 +"113243",28904,28203,3,926,2117 +"113244",28904,28296,3,926,2944 +"113245",28904,28525,3,926,1273 +"113246",28904,28869,2,926,2425 +"113247",28904,28909,3,926,978 +"113248",28904,29286,3,926,1612 +"113249",28904,29473,3,926,2602 +"113250",28904,29495,3,926,1612 +"113251",28904,29818,3,926,1677 +"113252",28904,29977,3,926,2781 +"113253",28904,30306,3,926,1606 +"113254",28904,30442,3,926,2124 +"113255",28904,30525,2,926,1964 +"113256",28904,31216,3,926,1244 +"113257",28904,31317,3,926,1362 +"113258",28904,31753,2,926,1514 +"113259",28904,31866,3,926,2101 +"113260",28904,31868,3,926,1993 +"113261",28904,32339,3,926,2430 +"113262",28904,32560,3,926,1258 +"113263",28904,33870,3,926,955 +"113264",28904,34735,3,926,2767 +"113265",28904,35573,3,926,2084 +"113266",28904,35728,3,926,2017 +"113267",28904,35980,3,926,2657 +"113268",28904,36270,3,926,2910 +"113269",28904,36953,3,926,2790 +"113270",28904,37424,3,926,1693 +"113271",28904,38087,3,926,1083 +"113272",28904,38373,3,926,1928 +"113273",28904,39249,3,926,1665 +"113274",28904,40264,3,926,1418 +"113275",28904,40572,3,926,2666 +"113276",28904,41023,3,926,2408 +"113277",28904,41581,2,926,1692 +"113278",28904,41633,3,926,1976 +"113279",28904,42619,3,926,2017 +"113280",28904,42813,2,926,2142 +"113281",28904,43673,3,926,2787 +"113282",28904,43961,3,926,2443 +"113283",28904,44074,3,926,1299 +"113284",28904,44598,3,926,2356 +"113285",28904,45449,3,926,1610 +"113286",28904,45869,3,926,2840 +"113287",28904,46486,3,926,1868 +"113288",28904,47013,3,926,2388 +"113289",28904,47559,3,926,1826 +"113290",28904,48238,3,926,1194 +"113291",28904,49201,3,926,936 +"113292",28904,50229,3,926,1190 +"113293",28904,50354,3,926,1299 +"113294",28904,50480,3,926,2701 +"113295",28904,50509,3,926,2050 +"113296",28904,50581,3,926,1258 +"113297",28904,54775,1,926,2383 +"113298",28904,56910,3,926,2705 +"113299",28904,56995,2,926,2323 +"113300",28904,57067,3,926,2547 +"113301",28904,58655,3,926,2685 +"113302",28904,59485,3,926,1564 +"113303",28904,59726,3,926,1513 +"113304",28904,60808,3,926,1258 +"113305",28904,61125,3,926,1673 +"113306",28904,63395,2,926,2334 +"113307",28904,66693,3,926,2554 +"113308",28904,66695,3,926,1071 +"113309",28904,69215,3,926,1591 +"113310",28904,70455,2,926,1307 +"113311",28904,70583,3,926,2615 +"113312",28904,71467,3,926,1051 +"113313",28904,72535,3,926,1191 +"113314",28904,74204,3,926,2463 +"113315",28904,79432,3,926,1708 +"113316",28904,80156,3,926,1667 +"113317",28904,85396,3,926,1131 +"113318",28904,87958,3,926,1234 +"113319",28904,88324,3,926,1080 +"113320",28904,89538,3,926,1847 +"113321",28904,91849,3,926,1166 +"113322",28904,101347,3,926,1335 +"113323",28904,103491,2,926,1523 +"113324",28904,115021,3,926,1226 +"113325",28904,115618,3,926,2314 +"113326",28905,6697,3,430,2438 +"113327",28905,9484,3,430,1429 +"113328",28905,10595,3,430,494 +"113329",28905,17645,3,430,1918 +"113330",28905,20176,3,430,1050 +"113331",28905,21240,3,430,1162 +"113332",28905,23692,3,430,1540 +"113333",28905,29353,3,430,502 +"113334",28905,30631,1,430,951 +"113335",28905,31408,3,430,994 +"113336",28905,33665,3,430,787 +"113337",28905,38087,2,430,1083 +"113338",28905,38373,3,430,1928 +"113339",28905,39418,3,430,1978 +"113340",28905,40796,3,430,540 +"113341",28905,45275,3,430,1557 +"113342",28905,46726,2,430,943 +"113343",28905,50996,3,430,929 +"113344",28905,52879,3,430,777 +"113345",28905,59485,3,430,1564 +"113346",28905,59637,3,430,2141 +"113347",28905,60808,3,430,1258 +"113348",28905,62668,3,430,958 +"113349",28905,67617,2,430,1149 +"113350",28905,70372,3,430,526 +"113351",28905,70403,3,430,542 +"113352",28905,72597,3,430,1843 +"113353",28905,72986,3,430,1055 +"113354",28905,75880,3,430,477 +"113355",28905,81077,2,430,498 +"113356",28905,82046,3,430,748 +"113357",28905,84447,2,430,1006 +"113358",28905,90236,1,430,1010 +"113359",28905,93026,1,430,704 +"113360",28905,96310,3,430,1016 +"113361",28905,104098,3,430,512 +"113362",28905,106399,3,430,1530 +"113363",28905,109194,3,430,494 +"113364",28905,113116,2,430,769 +"113365",28909,1314,2,978,1522 +"113366",28909,1519,2,978,2349 +"113367",28909,1702,3,978,1984 +"113368",28909,2407,3,978,1725 +"113369",28909,2489,2,978,1537 +"113370",28909,3127,3,978,2273 +"113371",28909,4001,1,978,1687 +"113372",28909,4430,3,978,2019 +"113373",28909,4526,3,978,1728 +"113374",28909,4660,2,978,2149 +"113375",28909,5106,3,978,2622 +"113376",28909,9227,3,978,1267 +"113377",28909,10333,3,978,1615 +"113378",28909,10457,3,978,1711 +"113379",28909,12861,3,978,1207 +"113380",28909,16866,3,978,2718 +"113381",28909,17033,3,978,2771 +"113382",28909,18865,3,978,2676 +"113383",28909,20941,2,978,2725 +"113384",28909,27686,2,978,2844 +"113385",28909,29289,3,978,1756 +"113386",28909,29977,2,978,2781 +"113387",28909,30034,3,978,2357 +"113388",28909,31335,3,978,2351 +"113389",28909,32470,3,978,1539 +"113390",28909,36487,3,978,2622 +"113391",28909,37424,3,978,1693 +"113392",28909,38691,2,978,2585 +"113393",28909,40572,2,978,2666 +"113394",28909,42813,3,978,2142 +"113395",28909,43673,2,978,2787 +"113396",28909,46486,3,978,1868 +"113397",28909,58875,3,978,1899 +"113398",28909,63395,3,978,2334 +"113399",28909,63641,3,978,2337 +"113400",28909,66717,3,978,2104 +"113401",28909,68691,3,978,1209 +"113402",28909,68885,3,978,2151 +"113403",28909,70455,3,978,1307 +"113404",28909,72535,3,978,1191 +"113405",28909,87958,3,978,1234 +"113406",28909,95910,3,978,999 +"113407",28909,99288,3,978,983 +"113408",28914,4194,3,580,1641 +"113409",28914,5168,3,580,629 +"113410",28914,5346,2,580,1438 +"113411",28914,5414,1,580,2321 +"113412",28914,6248,3,580,2737 +"113413",28914,6262,3,580,2733 +"113414",28914,6432,2,580,2297 +"113415",28914,10727,3,580,2082 +"113416",28914,11135,3,580,2441 +"113417",28914,13150,3,580,1570 +"113418",28914,14754,3,580,2456 +"113419",28914,15047,3,580,1697 +"113420",28914,15207,3,580,1855 +"113421",28914,15916,2,580,1236 +"113422",28914,18466,3,580,2340 +"113423",28914,18954,3,580,2364 +"113424",28914,19323,3,580,1705 +"113425",28914,19358,3,580,880 +"113426",28914,19687,2,580,2072 +"113427",28914,20392,3,580,1309 +"113428",28914,20413,3,580,806 +"113429",28914,25286,3,580,1545 +"113430",28914,26513,3,580,2205 +"113431",28914,26567,3,580,1158 +"113432",28914,28355,3,580,2053 +"113433",28914,29117,3,580,1250 +"113434",28914,30262,3,580,1715 +"113435",28914,32070,3,580,950 +"113436",28914,35414,3,580,1959 +"113437",28914,42713,3,580,1995 +"113438",28914,46568,3,580,822 +"113439",28914,47557,3,580,999 +"113440",28914,49147,2,580,2539 +"113441",28914,54061,3,580,1488 +"113442",28914,55436,3,580,2513 +"113443",28914,56168,3,580,1466 +"113444",28914,59470,3,580,2393 +"113445",28914,63555,2,580,1290 +"113446",28914,69215,3,580,1591 +"113447",28914,76604,3,580,2590 +"113448",28914,94520,3,580,1243 +"113449",28914,96349,3,580,1874 +"113450",28914,99194,3,580,1271 +"113451",28914,104542,3,580,897 +"113452",28914,108872,3,580,1810 +"113453",28923,1262,3,2362,2973 +"113454",28923,3695,3,2362,2612 +"113455",28923,7394,3,2362,2615 +"113456",28923,13732,3,2362,2789 +"113457",28923,18151,3,2362,2962 +"113458",28923,18366,3,2362,2699 +"113459",28923,19872,3,2362,2913 +"113460",28923,21795,2,2362,2653 +"113461",28923,26865,3,2362,2726 +"113462",28923,30081,2,2362,2403 +"113463",28923,34327,3,2362,2959 +"113464",28923,36962,3,2362,2861 +"113465",28923,47947,3,2362,2681 +"113466",28923,51783,3,2362,2599 +"113467",28923,73266,3,2362,2496 +"113468",28934,4623,2,870,1176 +"113469",28934,14353,3,870,2878 +"113470",28934,14564,3,870,1581 +"113471",28934,17097,3,870,1505 +"113472",28934,22403,2,870,1630 +"113473",28934,34158,2,870,2639 +"113474",28934,35361,3,870,2389 +"113475",28934,39516,3,870,2393 +"113476",28934,49414,3,870,1667 +"113477",28934,51319,3,870,2488 +"113478",28934,57150,3,870,1196 +"113479",28934,57760,3,870,1721 +"113480",28934,85716,3,870,1609 +"113481",28970,1785,2,2111,2350 +"113482",28970,3493,3,2111,2451 +"113483",28970,10119,3,2111,2374 +"113484",28970,19190,2,2111,2677 +"113485",28970,25330,2,2111,2370 +"113486",28970,30034,3,2111,2357 +"113487",28978,364,3,197,2351 +"113488",28978,1314,3,197,1522 +"113489",28978,1349,3,197,1147 +"113490",28978,1700,3,197,613 +"113491",28978,1846,3,197,1845 +"113492",28978,2852,3,197,2448 +"113493",28978,3493,2,197,2451 +"113494",28978,4660,3,197,2149 +"113495",28978,9481,3,197,1610 +"113496",28978,9785,3,197,2951 +"113497",28978,10457,3,197,1711 +"113498",28978,12361,2,197,2732 +"113499",28978,12897,3,197,1351 +"113500",28978,15443,3,197,1631 +"113501",28978,15535,3,197,891 +"113502",28978,17033,3,197,2771 +"113503",28978,18421,3,197,2457 +"113504",28978,18672,3,197,1182 +"113505",28978,19655,2,197,2706 +"113506",28978,20562,3,197,316 +"113507",28978,20941,3,197,2725 +"113508",28978,20984,3,197,2502 +"113509",28978,21207,3,197,1258 +"113510",28978,21383,2,197,971 +"113511",28978,21593,3,197,1312 +"113512",28978,22244,3,197,2139 +"113513",28978,23966,2,197,891 +"113514",28978,29473,3,197,2602 +"113515",28978,29818,3,197,1677 +"113516",28978,30057,3,197,504 +"113517",28978,31335,2,197,2351 +"113518",28978,31866,3,197,2101 +"113519",28978,32149,3,197,541 +"113520",28978,36737,3,197,829 +"113521",28978,37424,3,197,1693 +"113522",28978,38513,3,197,914 +"113523",28978,38785,3,197,437 +"113524",28978,41581,3,197,1692 +"113525",28978,46982,3,197,2806 +"113526",28978,47013,3,197,2388 +"113527",28978,51144,2,197,2466 +"113528",28978,52136,3,197,1412 +"113529",28978,54775,3,197,2383 +"113530",28978,63641,3,197,2337 +"113531",28978,64156,3,197,675 +"113532",28978,66717,3,197,2104 +"113533",28978,68539,3,197,1158 +"113534",28978,69545,3,197,673 +"113535",28978,72535,3,197,1191 +"113536",28978,72632,2,197,1289 +"113537",28978,73107,3,197,1918 +"113538",28978,78138,3,197,1601 +"113539",28978,85198,2,197,1794 +"113540",28978,87142,2,197,591 +"113541",28978,87907,3,197,1173 +"113542",28978,90064,3,197,454 +"113543",28978,90065,3,197,1418 +"113544",28978,96007,3,197,895 +"113545",28978,96706,3,197,1597 +"113546",28978,99298,3,197,679 +"113547",28978,106240,3,197,705 +"113548",28978,111208,3,197,847 +"113549",28982,33433,3,2746,2805 +"113550",28991,135,3,1688,2233 +"113551",28991,455,1,1688,2827 +"113552",28991,470,2,1688,2285 +"113553",28991,600,2,1688,1702 +"113554",28991,913,3,1688,2144 +"113555",28991,4084,3,1688,2133 +"113556",28991,5491,3,1688,2048 +"113557",28991,7245,3,1688,2089 +"113558",28991,9624,2,1688,2398 +"113559",28991,10433,2,1688,2075 +"113560",28991,18151,3,1688,2962 +"113561",28991,21795,3,1688,2653 +"113562",28991,23132,3,1688,2756 +"113563",28991,23705,3,1688,2699 +"113564",28991,23918,3,1688,1881 +"113565",28991,24568,3,1688,1937 +"113566",28991,28115,2,1688,1835 +"113567",28991,29962,3,1688,2201 +"113568",28991,30052,3,1688,2855 +"113569",28991,31705,3,1688,2706 +"113570",28991,32965,3,1688,2071 +"113571",28991,34160,2,1688,1759 +"113572",28991,45633,3,1688,2134 +"113573",28991,53196,2,1688,1888 +"113574",28991,63409,3,1688,1937 +"113575",28991,64181,3,1688,1828 +"113576",28991,64997,3,1688,2791 +"113577",28991,65016,3,1688,2749 +"113578",28991,66413,3,1688,2507 +"113579",28991,96653,3,1688,1917 +"113580",28991,105063,3,1688,1908 +"113581",28999,8325,3,1494,2228 +"113582",28999,10435,3,1494,1984 +"113583",28999,29067,3,1494,1538 +"113584",28999,44473,3,1494,1685 +"113585",28999,55307,3,1494,2306 +"113586",29004,997,3,2596,2788 +"113587",29004,1616,3,2596,2662 +"113588",29004,3164,3,2596,2693 +"113589",29004,5239,3,2596,2875 +"113590",29004,6030,2,2596,2953 +"113591",29004,6062,3,2596,2681 +"113592",29004,7323,3,2596,2858 +"113593",29004,11456,1,2596,2715 +"113594",29004,12866,3,2596,2910 +"113595",29004,28168,3,2596,2702 +"113596",29004,36646,3,2596,2744 +"113597",29004,41945,3,2596,2856 +"113598",29004,42196,2,2596,2765 +"113599",29004,53293,3,2596,2916 +"113600",29005,4194,3,238,1641 +"113601",29005,10128,2,238,883 +"113602",29005,11429,3,238,2520 +"113603",29005,16593,3,238,1139 +"113604",29005,17159,2,238,883 +"113605",29005,26138,3,238,1902 +"113606",29005,33278,3,238,1591 +"113607",29005,42998,3,238,1978 +"113608",29005,86010,3,238,1641 +"113609",29005,94339,3,238,2768 +"113610",29005,97266,3,238,1016 +"113611",29050,23,1,1196,1682 +"113612",29050,671,3,1196,2328 +"113613",29050,675,3,1196,1686 +"113614",29050,1046,3,1196,1881 +"113615",29050,1130,3,1196,1566 +"113616",29050,1136,3,1196,2536 +"113617",29050,1196,3,1196,1986 +"113618",29050,1592,3,1196,2006 +"113619",29050,2325,3,1196,1641 +"113620",29050,3164,2,1196,2693 +"113621",29050,3961,3,1196,2426 +"113622",29050,4191,3,1196,2130 +"113623",29050,4618,3,1196,2607 +"113624",29050,5041,1,1196,2371 +"113625",29050,5462,3,1196,2374 +"113626",29050,6030,3,1196,2953 +"113627",29050,6359,3,1196,1239 +"113628",29050,7245,3,1196,2089 +"113629",29050,7861,3,1196,1647 +"113630",29050,8621,3,1196,1681 +"113631",29050,10358,2,1196,2294 +"113632",29050,10799,3,1196,2010 +"113633",29050,10875,2,1196,1234 +"113634",29050,11966,3,1196,2385 +"113635",29050,12096,3,1196,1330 +"113636",29050,12713,3,1196,2440 +"113637",29050,13248,3,1196,1385 +"113638",29050,13801,3,1196,2041 +"113639",29050,13929,2,1196,2693 +"113640",29050,14032,3,1196,2144 +"113641",29050,14084,2,1196,2491 +"113642",29050,14108,3,1196,2012 +"113643",29050,15299,3,1196,2213 +"113644",29050,15607,2,1196,1421 +"113645",29050,15808,3,1196,1521 +"113646",29050,16111,3,1196,1714 +"113647",29050,19072,3,1196,2358 +"113648",29050,20284,3,1196,2530 +"113649",29050,20292,3,1196,2755 +"113650",29050,20643,3,1196,2341 +"113651",29050,20824,3,1196,1366 +"113652",29050,20975,3,1196,1305 +"113653",29050,21122,3,1196,1701 +"113654",29050,21571,3,1196,2755 +"113655",29050,21758,3,1196,1331 +"113656",29050,22566,3,1196,2308 +"113657",29050,24146,3,1196,2003 +"113658",29050,24198,3,1196,2217 +"113659",29050,24362,3,1196,1287 +"113660",29050,24512,3,1196,1369 +"113661",29050,24755,3,1196,1319 +"113662",29050,25341,3,1196,1858 +"113663",29050,25565,3,1196,2764 +"113664",29050,25643,3,1196,1646 +"113665",29050,26282,3,1196,1241 +"113666",29050,26570,3,1196,1669 +"113667",29050,27623,3,1196,2970 +"113668",29050,28050,3,1196,1955 +"113669",29050,28168,3,1196,2702 +"113670",29050,29170,2,1196,1846 +"113671",29050,30081,3,1196,2403 +"113672",29050,31541,3,1196,1500 +"113673",29050,31799,3,1196,2547 +"113674",29050,32173,3,1196,2341 +"113675",29050,32919,3,1196,2321 +"113676",29050,34158,3,1196,2639 +"113677",29050,34509,3,1196,1973 +"113678",29050,34820,3,1196,1630 +"113679",29050,35926,3,1196,2371 +"113680",29050,36450,1,1196,1591 +"113681",29050,36578,2,1196,1484 +"113682",29050,36962,2,1196,2861 +"113683",29050,37333,3,1196,1612 +"113684",29050,38162,3,1196,1691 +"113685",29050,42619,3,1196,2017 +"113686",29050,46621,3,1196,1343 +"113687",29050,47082,3,1196,1990 +"113688",29050,49277,2,1196,1928 +"113689",29050,51410,3,1196,2739 +"113690",29050,53630,2,1196,1565 +"113691",29050,54020,3,1196,1578 +"113692",29050,54305,3,1196,1222 +"113693",29050,55156,3,1196,2196 +"113694",29050,55691,2,1196,2856 +"113695",29050,56464,3,1196,2488 +"113696",29050,57714,3,1196,1391 +"113697",29050,58035,3,1196,1646 +"113698",29050,62903,3,1196,1704 +"113699",29050,64031,3,1196,1295 +"113700",29050,65625,3,1196,1273 +"113701",29050,68810,3,1196,2409 +"113702",29050,70046,3,1196,2624 +"113703",29050,78436,2,1196,1615 +"113704",29050,78563,3,1196,2385 +"113705",29050,79088,3,1196,1369 +"113706",29050,81221,3,1196,2285 +"113707",29050,82767,3,1196,1641 +"113708",29050,85690,3,1196,1229 +"113709",29050,88232,3,1196,2881 +"113710",29050,94500,3,1196,1529 +"113711",29050,101482,2,1196,1300 +"113712",29066,733,3,224,1653 +"113713",29066,1592,3,224,2006 +"113714",29066,2208,2,224,2814 +"113715",29066,3139,3,224,1656 +"113716",29066,3395,2,224,1382 +"113717",29066,3397,3,224,2126 +"113718",29066,3409,3,224,2167 +"113719",29066,3453,3,224,2126 +"113720",29066,3954,3,224,839 +"113721",29066,3957,3,224,256 +"113722",29066,4317,2,224,1224 +"113723",29066,4567,3,224,2348 +"113724",29066,6047,3,224,2004 +"113725",29066,8712,3,224,1153 +"113726",29066,10576,3,224,974 +"113727",29066,10592,2,224,859 +"113728",29066,11348,3,224,824 +"113729",29066,12778,2,224,2045 +"113730",29066,15122,3,224,1201 +"113731",29066,16164,3,224,1184 +"113732",29066,16608,3,224,1769 +"113733",29066,17221,3,224,2487 +"113734",29066,17245,3,224,1811 +"113735",29066,17264,3,224,2528 +"113736",29066,17502,1,224,869 +"113737",29066,18211,3,224,1745 +"113738",29066,19096,3,224,1538 +"113739",29066,22543,3,224,1594 +"113740",29066,23679,3,224,934 +"113741",29066,23825,3,224,1913 +"113742",29066,24753,3,224,2860 +"113743",29066,24755,3,224,1319 +"113744",29066,24853,3,224,1004 +"113745",29066,25730,3,224,1206 +"113746",29066,26621,3,224,1100 +"113747",29066,27001,1,224,1761 +"113748",29066,27737,3,224,578 +"113749",29066,28193,3,224,1032 +"113750",29066,31927,3,224,818 +"113751",29066,32606,3,224,2100 +"113752",29066,37108,3,224,1202 +"113753",29066,43490,3,224,2463 +"113754",29066,43902,3,224,1726 +"113755",29066,46621,3,224,1343 +"113756",29066,47585,3,224,794 +"113757",29066,49615,3,224,914 +"113758",29066,51386,3,224,459 +"113759",29066,52043,2,224,977 +"113760",29066,52154,3,224,1722 +"113761",29066,52530,3,224,1737 +"113762",29066,52699,3,224,1372 +"113763",29066,60624,3,224,1570 +"113764",29066,61785,3,224,822 +"113765",29066,65140,3,224,836 +"113766",29066,72530,3,224,992 +"113767",29066,74318,3,224,632 +"113768",29066,83286,3,224,1793 +"113769",29066,83291,3,224,2066 +"113770",29066,88232,3,224,2881 +"113771",29066,90013,3,224,1461 +"113772",29066,91812,3,224,682 +"113773",29066,92592,3,224,486 +"113774",29066,94444,3,224,1554 +"113775",29066,96611,2,224,765 +"113776",29066,105117,2,224,809 +"113777",29066,109264,3,224,1104 +"113778",29066,115461,2,224,524 +"113779",29066,116620,2,224,669 +"113780",29067,1570,2,1538,2028 +"113781",29067,4622,3,1538,1589 +"113782",29067,7648,2,1538,1861 +"113783",29067,9273,2,1538,1747 +"113784",29067,9328,3,1538,1937 +"113785",29067,10435,3,1538,1984 +"113786",29067,10755,3,1538,1742 +"113787",29067,12598,3,1538,2086 +"113788",29067,14061,3,1538,1620 +"113789",29067,14442,2,1538,2700 +"113790",29067,16184,3,1538,2274 +"113791",29067,17768,3,1538,2468 +"113792",29067,24867,2,1538,1861 +"113793",29067,25053,2,1538,2186 +"113794",29067,25678,3,1538,1558 +"113795",29067,31281,3,1538,1937 +"113796",29067,32904,3,1538,2055 +"113797",29067,36996,3,1538,2321 +"113798",29067,44132,3,1538,1999 +"113799",29067,44466,3,1538,1607 +"113800",29067,47094,2,1538,2592 +"113801",29067,49805,3,1538,2445 +"113802",29067,58536,3,1538,2742 +"113803",29067,59289,2,1538,2896 +"113804",29067,67701,3,1538,2289 +"113805",29067,84322,3,1538,1635 +"113806",29067,104281,3,1538,2228 +"113807",29073,270,3,2328,2542 +"113808",29073,2166,3,2328,2557 +"113809",29073,4618,3,2328,2607 +"113810",29073,5462,3,2328,2374 +"113811",29073,5504,3,2328,2389 +"113812",29073,5669,3,2328,2502 +"113813",29073,5725,2,2328,2789 +"113814",29073,6491,3,2328,2424 +"113815",29073,8327,3,2328,2527 +"113816",29073,10148,3,2328,2964 +"113817",29073,12867,3,2328,2773 +"113818",29073,14959,3,2328,2898 +"113819",29073,15444,3,2328,2764 +"113820",29073,19606,3,2328,2783 +"113821",29073,22326,3,2328,2818 +"113822",29073,24923,3,2328,2785 +"113823",29073,26351,3,2328,2683 +"113824",29073,28285,2,2328,2972 +"113825",29073,29314,3,2328,2736 +"113826",29073,31700,3,2328,2727 +"113827",29073,32173,3,2328,2341 +"113828",29073,33380,3,2328,2340 +"113829",29073,35514,3,2328,2346 +"113830",29073,36559,3,2328,2473 +"113831",29073,39087,3,2328,2765 +"113832",29073,43518,2,2328,2680 +"113833",29073,47947,2,2328,2681 +"113834",29073,50236,3,2328,2339 +"113835",29073,55468,3,2328,2511 +"113836",29073,56082,3,2328,2395 +"113837",29073,57977,2,2328,2683 +"113838",29073,62840,2,2328,2502 +"113839",29073,70046,3,2328,2624 +"113840",29073,70203,3,2328,2756 +"113841",29073,71562,2,2328,2574 +"113842",29073,101797,3,2328,2357 +"113843",29079,14080,3,265,1351 +"113844",29079,16096,2,265,2301 +"113845",29079,16336,3,265,859 +"113846",29079,23806,3,265,1671 +"113847",29079,28011,3,265,2639 +"113848",29079,83224,3,265,1183 +"113849",29089,1641,3,1344,1490 +"113850",29089,3011,3,1344,2278 +"113851",29089,3819,3,1344,1583 +"113852",29089,5610,3,1344,2223 +"113853",29089,6162,3,1344,1673 +"113854",29089,6602,3,1344,1631 +"113855",29089,7616,3,1344,2296 +"113856",29089,8275,3,1344,2237 +"113857",29089,9311,2,1344,2477 +"113858",29089,9423,3,1344,1708 +"113859",29089,9979,3,1344,2238 +"113860",29089,10474,3,1344,1608 +"113861",29089,10843,3,1344,2277 +"113862",29089,10870,3,1344,1755 +"113863",29089,11103,3,1344,2393 +"113864",29089,11493,3,1344,2077 +"113865",29089,12081,3,1344,2166 +"113866",29089,12371,3,1344,1569 +"113867",29089,12388,3,1344,1975 +"113868",29089,13307,3,1344,2206 +"113869",29089,14731,3,1344,2012 +"113870",29089,15626,3,1344,2434 +"113871",29089,16850,3,1344,1657 +"113872",29089,18670,2,1344,1835 +"113873",29089,19282,3,1344,1623 +"113874",29089,21164,3,1344,1645 +"113875",29089,22207,3,1344,2365 +"113876",29089,22682,3,1344,2035 +"113877",29089,23006,3,1344,1532 +"113878",29089,24169,2,1344,1663 +"113879",29089,24256,1,1344,2393 +"113880",29089,27195,3,1344,2158 +"113881",29089,27796,3,1344,2151 +"113882",29089,28571,3,1344,1556 +"113883",29089,29512,2,1344,1594 +"113884",29089,29930,2,1344,2240 +"113885",29089,30906,3,1344,2537 +"113886",29089,31159,3,1344,2231 +"113887",29089,31705,3,1344,2706 +"113888",29089,31890,3,1344,1487 +"113889",29089,32047,1,1344,1858 +"113890",29089,33356,3,1344,1586 +"113891",29089,33433,3,1344,2805 +"113892",29089,34707,2,1344,2042 +"113893",29089,34820,2,1344,1630 +"113894",29089,35888,2,1344,2291 +"113895",29089,36578,2,1344,1484 +"113896",29089,43614,3,1344,1712 +"113897",29089,45545,2,1344,1776 +"113898",29089,46680,3,1344,1690 +"113899",29089,48035,2,1344,2180 +"113900",29089,49560,3,1344,1679 +"113901",29089,50001,2,1344,1518 +"113902",29089,53134,3,1344,1590 +"113903",29089,56854,3,1344,2022 +"113904",29089,57732,3,1344,2454 +"113905",29089,59113,3,1344,2434 +"113906",29089,62903,3,1344,1704 +"113907",29089,67748,3,1344,1498 +"113908",29089,70046,3,1344,2624 +"113909",29089,74190,3,1344,1428 +"113910",29089,76196,3,1344,1643 +"113911",29089,86287,3,1344,1349 +"113912",29093,5971,3,1933,1985 +"113913",29093,16352,3,1933,2657 +"113914",29093,22197,1,1933,2271 +"113915",29093,42687,3,1933,1952 +"113916",29093,50236,3,1933,2339 +"113917",29093,56082,3,1933,2395 +"113918",29095,1616,3,2531,2662 +"113919",29095,2424,3,2531,2582 +"113920",29095,4932,3,2531,2752 +"113921",29095,13573,2,2531,2774 +"113922",29095,14655,3,2531,2559 +"113923",29095,14959,2,2531,2898 +"113924",29095,15636,2,2531,2857 +"113925",29095,15930,1,2531,2541 +"113926",29095,20423,3,2531,2654 +"113927",29095,23787,1,2531,2810 +"113928",29095,24753,3,2531,2860 +"113929",29095,25486,3,2531,2582 +"113930",29095,26582,3,2531,2772 +"113931",29095,27753,3,2531,2750 +"113932",29095,29314,3,2531,2736 +"113933",29095,30906,3,2531,2537 +"113934",29095,33433,3,2531,2805 +"113935",29095,33801,2,2531,2899 +"113936",29095,35235,3,2531,2610 +"113937",29095,39556,2,2531,2747 +"113938",29095,41664,3,2531,2641 +"113939",29095,44885,3,2531,2670 +"113940",29095,53475,2,2531,2853 +"113941",29095,66693,3,2531,2554 +"113942",29095,68083,3,2531,2795 +"113943",29095,70203,2,2531,2756 +"113944",29100,843,3,843,2332 +"113945",29100,919,2,843,910 +"113946",29100,1257,3,843,1212 +"113947",29100,1624,3,843,2687 +"113948",29100,2724,3,843,2447 +"113949",29100,3272,2,843,2132 +"113950",29100,3477,3,843,2546 +"113951",29100,3559,2,843,2413 +"113952",29100,4968,2,843,1586 +"113953",29100,6040,3,843,2103 +"113954",29100,6063,3,843,2349 +"113955",29100,7604,3,843,1366 +"113956",29100,8993,3,843,2099 +"113957",29100,12197,3,843,1235 +"113958",29100,12598,3,843,2086 +"113959",29100,12779,3,843,936 +"113960",29100,14442,3,843,2700 +"113961",29100,15023,2,843,2054 +"113962",29100,18217,3,843,1566 +"113963",29100,19075,3,843,2214 +"113964",29100,19667,3,843,1466 +"113965",29100,20547,2,843,2145 +"113966",29100,20739,2,843,2025 +"113967",29100,22462,3,843,869 +"113968",29100,25518,3,843,1955 +"113969",29100,31357,1,843,2389 +"113970",29100,33223,3,843,2397 +"113971",29100,39893,1,843,1601 +"113972",29100,40542,3,843,1664 +"113973",29100,42390,3,843,2937 +"113974",29100,47882,3,843,2769 +"113975",29100,51399,3,843,934 +"113976",29100,51843,2,843,2389 +"113977",29100,51890,3,843,1992 +"113978",29100,52953,2,843,1741 +"113979",29100,54385,1,843,2340 +"113980",29100,55730,2,843,1217 +"113981",29100,55997,3,843,1414 +"113982",29100,59344,3,843,2252 +"113983",29100,63104,2,843,2149 +"113984",29100,69308,3,843,2370 +"113985",29100,76295,2,843,1001 +"113986",29100,78611,3,843,1586 +"113987",29100,80615,2,843,2252 +"113988",29100,84808,2,843,1974 +"113989",29100,93123,2,843,870 +"113990",29100,93590,3,843,1188 +"113991",29100,94513,3,843,1102 +"113992",29100,98436,3,843,1212 +"113993",29100,110737,3,843,2117 +"113994",29100,110871,2,843,2879 +"113995",29100,110874,3,843,1390 +"113996",29115,1036,3,1047,1367 +"113997",29115,1127,3,1047,1188 +"113998",29115,1130,3,1047,1566 +"113999",29115,1691,3,1047,1941 +"114000",29115,2208,3,1047,2814 +"114001",29115,2325,3,1047,1641 +"114002",29115,3753,3,1047,1255 +"114003",29115,3966,3,1047,2425 +"114004",29115,4360,3,1047,1770 +"114005",29115,4567,3,1047,2348 +"114006",29115,6914,2,1047,2668 +"114007",29115,7861,3,1047,1647 +"114008",29115,10222,3,1047,2212 +"114009",29115,10939,3,1047,1376 +"114010",29115,14108,3,1047,2012 +"114011",29115,18825,3,1047,1240 +"114012",29115,21138,3,1047,2849 +"114013",29115,21706,3,1047,1988 +"114014",29115,23825,3,1047,1913 +"114015",29115,24198,3,1047,2217 +"114016",29115,25129,3,1047,2647 +"114017",29115,25565,3,1047,2764 +"114018",29115,26282,3,1047,1241 +"114019",29115,34509,3,1047,1973 +"114020",29115,35481,1,1047,2211 +"114021",29115,39081,3,1047,1597 +"114022",29115,40028,3,1047,1349 +"114023",29115,40368,3,1047,2876 +"114024",29115,41739,3,1047,1339 +"114025",29115,47248,3,1047,2883 +"114026",29115,50001,3,1047,1518 +"114027",29115,50784,3,1047,2733 +"114028",29115,51017,3,1047,2073 +"114029",29115,53196,3,1047,1888 +"114030",29115,53846,3,1047,2737 +"114031",29115,54250,3,1047,2340 +"114032",29115,56082,3,1047,2395 +"114033",29115,60862,3,1047,1215 +"114034",29115,64181,3,1047,1828 +"114035",29115,65475,3,1047,1267 +"114036",29115,66318,3,1047,2803 +"114037",29115,66726,3,1047,2068 +"114038",29115,67314,3,1047,1051 +"114039",29115,69250,3,1047,1439 +"114040",29115,70605,1,1047,1176 +"114041",29115,71808,3,1047,2349 +"114042",29115,105685,1,1047,2469 +"114043",29116,680,2,2128,2569 +"114044",29116,4303,3,2128,2414 +"114045",29116,4669,3,2128,2395 +"114046",29116,9332,3,2128,2734 +"114047",29116,12361,3,2128,2732 +"114048",29116,12759,3,2128,2414 +"114049",29116,17973,2,2128,2837 +"114050",29116,19073,3,2128,2748 +"114051",29116,20124,3,2128,2376 +"114052",29116,21670,3,2128,2158 +"114053",29116,23591,3,2128,2831 +"114054",29116,25373,3,2128,2783 +"114055",29116,28869,3,2128,2425 +"114056",29116,37636,3,2128,2178 +"114057",29116,37929,3,2128,2393 +"114058",29116,39256,3,2128,2449 +"114059",29116,44235,3,2128,2700 +"114060",29116,50585,3,2128,2414 +"114061",29116,63077,2,2128,2778 +"114062",29117,2344,3,1250,2752 +"114063",29117,3776,3,1250,2322 +"114064",29117,5346,3,1250,1438 +"114065",29117,5606,3,1250,2875 +"114066",29117,6248,2,1250,2737 +"114067",29117,7948,3,1250,1584 +"114068",29117,10727,2,1250,2082 +"114069",29117,11976,3,1250,1727 +"114070",29117,13150,3,1250,1570 +"114071",29117,13671,3,1250,1371 +"114072",29117,15207,3,1250,1855 +"114073",29117,17952,3,1250,1530 +"114074",29117,19687,3,1250,2072 +"114075",29117,28355,2,1250,2053 +"114076",29117,31262,3,1250,2780 +"114077",29117,33363,3,1250,2475 +"114078",29117,36651,3,1250,1600 +"114079",29117,42280,3,1250,2266 +"114080",29117,42713,2,1250,1995 +"114081",29117,43204,3,1250,1680 +"114082",29117,43250,3,1250,1300 +"114083",29117,43960,2,1250,1293 +"114084",29117,49147,2,1250,2539 +"114085",29117,54061,1,1250,1488 +"114086",29117,55436,3,1250,2513 +"114087",29117,59470,3,1250,2393 +"114088",29117,62712,3,1250,2884 +"114089",29117,63525,3,1250,2741 +"114090",29117,64534,3,1250,2924 +"114091",29117,82426,3,1250,1576 +"114092",29124,307,3,199,2530 +"114093",29124,2269,3,199,984 +"114094",29124,2572,3,199,2273 +"114095",29124,2731,3,199,434 +"114096",29124,3011,3,199,2278 +"114097",29124,3040,3,199,1446 +"114098",29124,4226,3,199,1903 +"114099",29124,4317,3,199,1224 +"114100",29124,4701,2,199,2401 +"114101",29124,4790,2,199,1025 +"114102",29124,4791,2,199,1184 +"114103",29124,5971,3,199,1985 +"114104",29124,6264,3,199,749 +"114105",29124,7555,3,199,1943 +"114106",29124,10523,3,199,1510 +"114107",29124,11817,3,199,600 +"114108",29124,12374,3,199,2260 +"114109",29124,12728,3,199,2374 +"114110",29124,12863,3,199,2027 +"114111",29124,14678,3,199,799 +"114112",29124,15005,2,199,1415 +"114113",29124,17852,3,199,2840 +"114114",29124,18393,2,199,860 +"114115",29124,18707,3,199,1143 +"114116",29124,20311,3,199,1981 +"114117",29124,21122,3,199,1701 +"114118",29124,21198,3,199,935 +"114119",29124,22282,3,199,1418 +"114120",29124,22331,3,199,2687 +"114121",29124,22455,3,199,1197 +"114122",29124,22714,3,199,2793 +"114123",29124,23508,3,199,1907 +"114124",29124,23509,3,199,2275 +"114125",29124,23704,3,199,2278 +"114126",29124,24286,3,199,1280 +"114127",29124,24755,3,199,1319 +"114128",29124,25595,2,199,768 +"114129",29124,26451,2,199,2133 +"114130",29124,26867,3,199,1804 +"114131",29124,27175,3,199,1447 +"114132",29124,27390,3,199,2425 +"114133",29124,27792,3,199,1308 +"114134",29124,27849,2,199,1316 +"114135",29124,28124,3,199,434 +"114136",29124,29705,2,199,607 +"114137",29124,29750,3,199,689 +"114138",29124,29929,3,199,2789 +"114139",29124,32017,2,199,577 +"114140",29124,32601,1,199,1033 +"114141",29124,32811,3,199,804 +"114142",29124,33241,3,199,632 +"114143",29124,33356,3,199,1586 +"114144",29124,33433,3,199,2805 +"114145",29124,34836,3,199,2302 +"114146",29124,35095,3,199,1502 +"114147",29124,36714,3,199,2209 +"114148",29124,37800,3,199,604 +"114149",29124,38019,3,199,1870 +"114150",29124,39865,3,199,849 +"114151",29124,40028,3,199,1349 +"114152",29124,40072,3,199,1182 +"114153",29124,41174,2,199,850 +"114154",29124,41315,3,199,439 +"114155",29124,42618,3,199,2316 +"114156",29124,43051,2,199,904 +"114157",29124,44059,3,199,525 +"114158",29124,44306,3,199,1036 +"114159",29124,46723,2,199,607 +"114160",29124,48260,3,199,875 +"114161",29124,48414,2,199,1749 +"114162",29124,50219,3,199,756 +"114163",29124,50236,3,199,2339 +"114164",29124,50685,3,199,2008 +"114165",29124,50977,3,199,2352 +"114166",29124,51810,3,199,1401 +"114167",29124,52058,3,199,1836 +"114168",29124,52735,3,199,1124 +"114169",29124,53303,3,199,1376 +"114170",29124,54879,3,199,2210 +"114171",29124,55468,2,199,2511 +"114172",29124,56082,3,199,2395 +"114173",29124,56520,3,199,571 +"114174",29124,57950,3,199,1529 +"114175",29124,58133,3,199,1484 +"114176",29124,59939,3,199,936 +"114177",29124,62903,3,199,1704 +"114178",29124,64181,3,199,1828 +"114179",29124,65884,3,199,798 +"114180",29124,66860,2,199,1548 +"114181",29124,67690,3,199,1902 +"114182",29124,70838,3,199,687 +"114183",29124,73136,1,199,328 +"114184",29124,75948,2,199,1006 +"114185",29124,77305,3,199,965 +"114186",29124,78932,3,199,981 +"114187",29124,79322,3,199,2770 +"114188",29124,81588,3,199,1568 +"114189",29124,83434,2,199,850 +"114190",29124,87148,3,199,397 +"114191",29124,89097,3,199,935 +"114192",29124,89541,3,199,525 +"114193",29124,90573,1,199,878 +"114194",29124,91912,3,199,790 +"114195",29124,92220,2,199,607 +"114196",29124,99444,1,199,408 +"114197",29124,105680,3,199,1674 +"114198",29124,105742,3,199,231 +"114199",29124,109510,3,199,621 +"114200",29124,109663,3,199,545 +"114201",29124,121422,2,199,850 +"114202",29170,135,2,1846,2233 +"114203",29170,145,3,1846,1998 +"114204",29170,455,3,1846,2827 +"114205",29170,470,3,1846,2285 +"114206",29170,913,3,1846,2144 +"114207",29170,1592,3,1846,2006 +"114208",29170,1691,2,1846,1941 +"114209",29170,2011,3,1846,2176 +"114210",29170,4084,3,1846,2133 +"114211",29170,4191,3,1846,2130 +"114212",29170,4226,3,1846,1903 +"114213",29170,5041,3,1846,2371 +"114214",29170,6104,3,1846,2462 +"114215",29170,6252,3,1846,2336 +"114216",29170,6363,3,1846,2066 +"114217",29170,6390,3,1846,2385 +"114218",29170,6428,3,1846,1952 +"114219",29170,6491,3,1846,2424 +"114220",29170,7245,3,1846,2089 +"114221",29170,7847,3,1846,2424 +"114222",29170,10433,3,1846,2075 +"114223",29170,11440,3,1846,2026 +"114224",29170,12374,3,1846,2260 +"114225",29170,13249,3,1846,2573 +"114226",29170,14032,3,1846,2144 +"114227",29170,14108,3,1846,2012 +"114228",29170,14731,3,1846,2012 +"114229",29170,18543,3,1846,2968 +"114230",29170,19248,3,1846,2357 +"114231",29170,20311,3,1846,1981 +"114232",29170,20407,2,1846,2339 +"114233",29170,20643,3,1846,2341 +"114234",29170,21104,3,1846,2327 +"114235",29170,21682,3,1846,2414 +"114236",29170,22566,3,1846,2308 +"114237",29170,23509,2,1846,2275 +"114238",29170,23705,3,1846,2699 +"114239",29170,23918,3,1846,1881 +"114240",29170,24198,3,1846,2217 +"114241",29170,24568,3,1846,1937 +"114242",29170,25198,3,1846,1982 +"114243",29170,25341,3,1846,1858 +"114244",29170,25565,3,1846,2764 +"114245",29170,26359,3,1846,2535 +"114246",29170,26451,3,1846,2133 +"114247",29170,29073,3,1846,2328 +"114248",29170,31235,3,1846,2668 +"114249",29170,33622,3,1846,2230 +"114250",29170,33672,2,1846,2396 +"114251",29170,34136,3,1846,2202 +"114252",29170,36439,3,1846,2469 +"114253",29170,39535,3,1846,2428 +"114254",29170,40368,3,1846,2876 +"114255",29170,43173,3,1846,2895 +"114256",29170,45633,3,1846,2134 +"114257",29170,46951,3,1846,2429 +"114258",29170,49620,2,1846,1868 +"114259",29170,50179,3,1846,2230 +"114260",29170,50685,3,1846,2008 +"114261",29170,51041,3,1846,2606 +"114262",29170,52576,3,1846,2234 +"114263",29170,53196,2,1846,1888 +"114264",29170,55139,3,1846,2323 +"114265",29170,63409,3,1846,1937 +"114266",29170,64997,3,1846,2791 +"114267",29170,66413,2,1846,2507 +"114268",29170,71274,3,1846,2390 +"114269",29170,74636,2,1846,2525 +"114270",29170,88232,2,1846,2881 +"114271",29170,92322,3,1846,2393 +"114272",29170,105063,2,1846,1908 +"114273",29170,108379,3,1846,2933 +"114274",29215,12767,3,2246,2329 +"114275",29224,4932,3,2011,2752 +"114276",29224,18543,3,2011,2968 +"114277",29224,20407,3,2011,2339 +"114278",29224,23787,3,2011,2810 +"114279",29224,25480,3,2011,2747 +"114280",29224,26106,2,2011,2015 +"114281",29224,36439,3,2011,2469 +"114282",29224,44427,3,2011,2875 +"114283",29224,82949,3,2011,2077 +"114284",29224,103560,3,2011,2746 +"114285",29243,15315,3,2011,2173 +"114286",29243,15626,3,2011,2434 +"114287",29243,34158,3,2011,2639 +"114288",29243,46315,3,2011,2316 +"114289",29243,47248,3,2011,2883 +"114290",29243,51017,3,2011,2073 +"114291",29243,52003,3,2011,2067 +"114292",29258,313,3,1932,2271 +"114293",29258,377,3,1932,2389 +"114294",29258,543,2,1932,2203 +"114295",29258,1151,3,1932,2885 +"114296",29258,1495,3,1932,2046 +"114297",29258,1616,3,1932,2662 +"114298",29258,1777,3,1932,1965 +"114299",29258,2036,3,1932,2483 +"114300",29258,2484,3,1932,2389 +"114301",29258,3161,3,1932,2229 +"114302",29258,4057,3,1932,2389 +"114303",29258,5078,3,1932,2033 +"114304",29258,5457,3,1932,2077 +"114305",29258,5462,3,1932,2374 +"114306",29258,5504,3,1932,2389 +"114307",29258,7323,3,1932,2858 +"114308",29258,8760,3,1932,2477 +"114309",29258,20700,3,1932,2861 +"114310",29258,26516,3,1932,2479 +"114311",29258,35256,2,1932,2271 +"114312",29258,37570,3,1932,2389 +"114313",29258,44768,3,1932,2516 +"114314",29258,53851,3,1932,2305 +"114315",29258,55556,3,1932,2075 +"114316",29258,85430,3,1932,2370 +"114317",29267,140,2,1234,2267 +"114318",29267,728,3,1234,1812 +"114319",29267,1822,3,1234,2888 +"114320",29267,1846,3,1234,1845 +"114321",29267,2057,3,1234,1965 +"114322",29267,2181,3,1234,2030 +"114323",29267,2540,2,1234,1398 +"114324",29267,2576,3,1234,1307 +"114325",29267,2894,3,1234,1291 +"114326",29267,3127,2,1234,2273 +"114327",29267,3477,2,1234,2546 +"114328",29267,3493,3,1234,2451 +"114329",29267,3978,3,1234,2775 +"114330",29267,4001,3,1234,1687 +"114331",29267,4032,3,1234,1763 +"114332",29267,4303,3,1234,2414 +"114333",29267,4622,3,1234,1589 +"114334",29267,4660,3,1234,2149 +"114335",29267,4983,3,1234,1909 +"114336",29267,6063,2,1234,2349 +"114337",29267,6392,3,1234,1878 +"114338",29267,6821,3,1234,1788 +"114339",29267,6989,3,1234,2623 +"114340",29267,7252,3,1234,2799 +"114341",29267,7337,3,1234,1797 +"114342",29267,7355,3,1234,1928 +"114343",29267,8146,3,1234,1561 +"114344",29267,8354,2,1234,1705 +"114345",29267,8865,2,1234,2394 +"114346",29267,8993,3,1234,2099 +"114347",29267,9227,3,1234,1267 +"114348",29267,9391,3,1234,1252 +"114349",29267,9481,3,1234,1610 +"114350",29267,9503,3,1234,2453 +"114351",29267,9703,3,1234,1845 +"114352",29267,9787,3,1234,2858 +"114353",29267,10148,3,1234,2964 +"114354",29267,10336,3,1234,2271 +"114355",29267,10453,3,1234,1656 +"114356",29267,10473,2,1234,1783 +"114357",29267,10754,2,1234,1797 +"114358",29267,11136,3,1234,2573 +"114359",29267,11154,3,1234,1594 +"114360",29267,11229,3,1234,1625 +"114361",29267,11538,3,1234,2288 +"114362",29267,11563,3,1234,1863 +"114363",29267,11639,3,1234,1593 +"114364",29267,11648,3,1234,2852 +"114365",29267,13808,2,1234,1356 +"114366",29267,13899,3,1234,2650 +"114367",29267,14558,3,1234,1585 +"114368",29267,14817,1,1234,2110 +"114369",29267,15023,3,1234,2054 +"114370",29267,15826,3,1234,2772 +"114371",29267,16501,3,1234,1650 +"114372",29267,16796,3,1234,1892 +"114373",29267,17252,3,1234,1258 +"114374",29267,17645,3,1234,1918 +"114375",29267,18005,3,1234,2449 +"114376",29267,18217,2,1234,1566 +"114377",29267,19317,3,1234,2041 +"114378",29267,19433,2,1234,2504 +"114379",29267,19587,3,1234,1684 +"114380",29267,20124,3,1234,2376 +"114381",29267,20155,3,1234,1517 +"114382",29267,20984,2,1234,2502 +"114383",29267,21684,3,1234,1971 +"114384",29267,22403,3,1234,1630 +"114385",29267,23131,3,1234,1732 +"114386",29267,23277,3,1234,1267 +"114387",29267,23488,3,1234,1523 +"114388",29267,24757,3,1234,1939 +"114389",29267,25163,3,1234,1751 +"114390",29267,25378,3,1234,1245 +"114391",29267,26182,3,1234,2775 +"114392",29267,27320,3,1234,2378 +"114393",29267,27908,2,1234,2576 +"114394",29267,28588,3,1234,1335 +"114395",29267,28869,3,1234,2425 +"114396",29267,29286,2,1234,1612 +"114397",29267,29454,3,1234,2719 +"114398",29267,29473,3,1234,2602 +"114399",29267,29495,3,1234,1612 +"114400",29267,30334,3,1234,2075 +"114401",29267,30368,3,1234,2487 +"114402",29267,30486,1,1234,1269 +"114403",29267,30525,3,1234,1964 +"114404",29267,30669,3,1234,1921 +"114405",29267,30865,3,1234,2038 +"114406",29267,30906,3,1234,2537 +"114407",29267,31317,3,1234,1362 +"114408",29267,31357,3,1234,2389 +"114409",29267,31700,3,1234,2727 +"114410",29267,32339,3,1234,2430 +"114411",29267,32395,3,1234,2735 +"114412",29267,32606,3,1234,2100 +"114413",29267,33223,2,1234,2397 +"114414",29267,33451,3,1234,1957 +"114415",29267,33470,3,1234,2003 +"114416",29267,34478,3,1234,2265 +"114417",29267,35822,3,1234,1903 +"114418",29267,35903,2,1234,1434 +"114419",29267,36346,3,1234,1240 +"114420",29267,36637,3,1234,2085 +"114421",29267,36953,2,1234,2790 +"114422",29267,37301,3,1234,2160 +"114423",29267,37424,3,1234,1693 +"114424",29267,37636,3,1234,2178 +"114425",29267,37937,2,1234,1320 +"114426",29267,38457,3,1234,1630 +"114427",29267,39062,1,1234,2020 +"114428",29267,39534,3,1234,2410 +"114429",29267,40035,3,1234,2742 +"114430",29267,40392,3,1234,1878 +"114431",29267,40542,2,1234,1664 +"114432",29267,40572,2,1234,2666 +"114433",29267,41338,3,1234,1553 +"114434",29267,42813,2,1234,2142 +"114435",29267,45729,3,1234,2606 +"114436",29267,46486,1,1234,1868 +"114437",29267,46532,3,1234,2005 +"114438",29267,47013,3,1234,2388 +"114439",29267,47595,1,1234,2374 +"114440",29267,47803,3,1234,2477 +"114441",29267,47968,3,1234,2829 +"114442",29267,48377,3,1234,1927 +"114443",29267,49147,3,1234,2539 +"114444",29267,50335,1,1234,1893 +"114445",29267,50585,3,1234,2414 +"114446",29267,51200,2,1234,2245 +"114447",29267,51687,3,1234,2333 +"114448",29267,51774,3,1234,2459 +"114449",29267,51783,3,1234,2599 +"114450",29267,51843,3,1234,2389 +"114451",29267,52483,3,1234,2317 +"114452",29267,52953,3,1234,1741 +"114453",29267,53739,3,1234,2704 +"114454",29267,54775,3,1234,2383 +"114455",29267,55296,3,1234,2413 +"114456",29267,55821,3,1234,1303 +"114457",29267,55862,3,1234,2123 +"114458",29267,56873,3,1234,1421 +"114459",29267,56936,3,1234,1519 +"114460",29267,59637,3,1234,2141 +"114461",29267,59790,3,1234,1827 +"114462",29267,61125,3,1234,1673 +"114463",29267,62966,3,1234,1282 +"114464",29267,63641,3,1234,2337 +"114465",29267,65856,3,1234,2504 +"114466",29267,66121,2,1234,1281 +"114467",29267,66717,3,1234,2104 +"114468",29267,69232,3,1234,2130 +"114469",29267,70455,3,1234,1307 +"114470",29267,72438,3,1234,1397 +"114471",29267,74134,3,1234,1566 +"114472",29267,76143,3,1234,1610 +"114473",29267,76286,3,1234,1642 +"114474",29267,79547,3,1234,1909 +"114475",29267,84317,3,1234,2081 +"114476",29267,88067,3,1234,2315 +"114477",29267,92850,3,1234,1971 +"114478",29267,96706,3,1234,1597 +"114479",29275,2143,3,949,1174 +"114480",29275,4313,3,949,2368 +"114481",29275,7733,2,949,1326 +"114482",29275,10622,2,949,1173 +"114483",29275,20056,3,949,1824 +"114484",29275,21976,3,949,1808 +"114485",29275,31170,2,949,1776 +"114486",29275,43524,3,949,2572 +"114487",29275,57383,3,949,1302 +"114488",29275,62334,3,949,1766 +"114489",29275,73810,1,949,1554 +"114490",29275,76235,3,949,2777 +"114491",29275,78262,3,949,1326 +"114492",29275,80162,3,949,1601 +"114493",29275,94179,3,949,2000 +"114494",29276,3520,2,2000,2281 +"114495",29276,3786,2,2000,2282 +"114496",29276,5606,3,2000,2875 +"114497",29276,7253,3,2000,2686 +"114498",29276,9727,3,2000,2327 +"114499",29276,18479,3,2000,2967 +"114500",29276,19687,3,2000,2072 +"114501",29276,23639,3,2000,2065 +"114502",29276,28355,3,2000,2053 +"114503",29276,28567,3,2000,2398 +"114504",29276,33363,1,2000,2475 +"114505",29276,40715,2,2000,2258 +"114506",29276,45299,3,2000,2426 +"114507",29276,49334,3,2000,2433 +"114508",29276,53648,3,2000,2167 +"114509",29276,65223,3,2000,2724 +"114510",29276,80050,3,2000,2698 +"114511",29276,91772,3,2000,2233 +"114512",29280,8327,2,2499,2527 +"114513",29280,50480,3,2499,2701 +"114514",29280,56920,3,2499,2548 +"114515",29280,91579,3,2499,2510 +"114516",29280,99351,3,2499,2939 +"114517",29286,728,3,1612,1812 +"114518",29286,841,3,1612,2964 +"114519",29286,1520,3,1612,1716 +"114520",29286,2206,3,1612,2536 +"114521",29286,2418,3,1612,2020 +"114522",29286,2747,3,1612,2411 +"114523",29286,2852,3,1612,2448 +"114524",29286,3127,2,1612,2273 +"114525",29286,3978,3,1612,2775 +"114526",29286,4303,3,1612,2414 +"114527",29286,4361,3,1612,2571 +"114528",29286,4612,3,1612,2804 +"114529",29286,4730,3,1612,2131 +"114530",29286,5897,2,1612,2337 +"114531",29286,6119,3,1612,2358 +"114532",29286,6989,3,1612,2623 +"114533",29286,7252,3,1612,2799 +"114534",29286,7337,3,1612,1797 +"114535",29286,8865,3,1612,2394 +"114536",29286,9035,3,1612,2771 +"114537",29286,9301,3,1612,1861 +"114538",29286,9503,2,1612,2453 +"114539",29286,9785,3,1612,2951 +"114540",29286,9787,2,1612,2858 +"114541",29286,10336,3,1612,2271 +"114542",29286,10453,1,1612,1656 +"114543",29286,10754,2,1612,1797 +"114544",29286,11136,3,1612,2573 +"114545",29286,11563,3,1612,1863 +"114546",29286,12361,3,1612,2732 +"114547",29286,13068,3,1612,1778 +"114548",29286,13290,3,1612,2824 +"114549",29286,13879,3,1612,2748 +"114550",29286,14749,2,1612,1998 +"114551",29286,14817,3,1612,2110 +"114552",29286,15207,3,1612,1855 +"114553",29286,16286,2,1612,2470 +"114554",29286,16501,1,1612,1650 +"114555",29286,17037,3,1612,2947 +"114556",29286,17645,3,1612,1918 +"114557",29286,18005,3,1612,2449 +"114558",29286,19433,3,1612,2504 +"114559",29286,19655,3,1612,2706 +"114560",29286,19934,3,1612,2888 +"114561",29286,20220,2,1612,1656 +"114562",29286,22364,2,1612,1809 +"114563",29286,22578,3,1612,2216 +"114564",29286,23131,3,1612,1732 +"114565",29286,23825,3,1612,1913 +"114566",29286,24176,3,1612,1986 +"114567",29286,25163,2,1612,1751 +"114568",29286,26182,3,1612,2775 +"114569",29286,26959,3,1612,1961 +"114570",29286,27742,3,1612,2700 +"114571",29286,27897,3,1612,1968 +"114572",29286,27908,3,1612,2576 +"114573",29286,27914,2,1612,2507 +"114574",29286,28051,3,1612,2089 +"114575",29286,28837,3,1612,2286 +"114576",29286,28869,3,1612,2425 +"114577",29286,30368,3,1612,2487 +"114578",29286,30442,3,1612,2124 +"114579",29286,30525,3,1612,1964 +"114580",29286,30669,3,1612,1921 +"114581",29286,31542,3,1612,2459 +"114582",29286,31868,2,1612,1993 +"114583",29286,31990,3,1612,2264 +"114584",29286,33341,3,1612,2338 +"114585",29286,35728,3,1612,2017 +"114586",29286,36912,2,1612,2469 +"114587",29286,36953,2,1612,2790 +"114588",29286,38259,3,1612,2258 +"114589",29286,39062,3,1612,2020 +"114590",29286,39534,3,1612,2410 +"114591",29286,40035,1,1612,2742 +"114592",29286,40572,2,1612,2666 +"114593",29286,41581,3,1612,1692 +"114594",29286,41633,3,1612,1976 +"114595",29286,41770,3,1612,2752 +"114596",29286,42717,2,1612,2588 +"114597",29286,42813,2,1612,2142 +"114598",29286,44603,3,1612,2748 +"114599",29286,45729,3,1612,2606 +"114600",29286,46384,3,1612,2285 +"114601",29286,46486,1,1612,1868 +"114602",29286,47595,3,1612,2374 +"114603",29286,50335,3,1612,1893 +"114604",29286,50585,3,1612,2414 +"114605",29286,51879,3,1612,1771 +"114606",29286,53739,1,1612,2704 +"114607",29286,54775,3,1612,2383 +"114608",29286,56569,3,1612,1993 +"114609",29286,56995,3,1612,2323 +"114610",29286,60449,3,1612,2085 +"114611",29286,61125,3,1612,1673 +"114612",29286,63077,3,1612,2778 +"114613",29286,64947,3,1612,2489 +"114614",29286,67908,2,1612,2385 +"114615",29286,72597,2,1612,1843 +"114616",29286,74370,3,1612,1667 +"114617",29286,76286,3,1612,1642 +"114618",29286,81545,3,1612,2077 +"114619",29286,82932,3,1612,2245 +"114620",29286,92850,3,1612,1971 +"114621",29286,111375,3,1612,2686 +"114622",29289,145,3,1756,1998 +"114623",29289,270,3,1756,2542 +"114624",29289,1519,2,1756,2349 +"114625",29289,1702,3,1756,1984 +"114626",29289,2181,3,1756,2030 +"114627",29289,2424,3,1756,2582 +"114628",29289,3978,3,1756,2775 +"114629",29289,4303,3,1756,2414 +"114630",29289,4660,3,1756,2149 +"114631",29289,4929,3,1756,2240 +"114632",29289,4953,2,1756,2285 +"114633",29289,6324,3,1756,1990 +"114634",29289,6449,3,1756,1997 +"114635",29289,6821,3,1756,1788 +"114636",29289,7167,3,1756,1993 +"114637",29289,7677,3,1756,2338 +"114638",29289,7794,3,1756,2972 +"114639",29289,8842,3,1756,2535 +"114640",29289,9331,3,1756,2269 +"114641",29289,12042,3,1756,2345 +"114642",29289,12081,1,1756,2166 +"114643",29289,12374,3,1756,2260 +"114644",29289,12729,3,1756,1835 +"114645",29289,14252,3,1756,2244 +"114646",29289,14918,3,1756,2071 +"114647",29289,15008,3,1756,2338 +"114648",29289,15381,3,1756,2289 +"114649",29289,15729,3,1756,2338 +"114650",29289,16628,3,1756,2409 +"114651",29289,17351,3,1756,2036 +"114652",29289,17365,3,1756,2746 +"114653",29289,17549,3,1756,2647 +"114654",29289,17632,3,1756,1947 +"114655",29289,17867,3,1756,1904 +"114656",29289,18670,2,1756,1835 +"114657",29289,20331,3,1756,2365 +"114658",29289,20941,2,1756,2725 +"114659",29289,21029,3,1756,1943 +"114660",29289,21079,3,1756,1997 +"114661",29289,21734,3,1756,2528 +"114662",29289,22682,3,1756,2035 +"114663",29289,24256,3,1756,2393 +"114664",29289,26286,3,1756,2023 +"114665",29289,27686,3,1756,2844 +"114666",29289,27796,3,1756,2151 +"114667",29289,29977,1,1756,2781 +"114668",29289,30034,3,1756,2357 +"114669",29289,31117,3,1756,2210 +"114670",29289,31159,3,1756,2231 +"114671",29289,31295,3,1756,2183 +"114672",29289,31335,3,1756,2351 +"114673",29289,31700,3,1756,2727 +"114674",29289,31705,3,1756,2706 +"114675",29289,34120,3,1756,2786 +"114676",29289,37238,2,1756,2609 +"114677",29289,37279,3,1756,2768 +"114678",29289,38307,2,1756,2648 +"114679",29289,38691,2,1756,2585 +"114680",29289,39464,3,1756,2314 +"114681",29289,41900,3,1756,1970 +"114682",29289,41945,2,1756,2856 +"114683",29289,43455,2,1756,2846 +"114684",29289,43673,3,1756,2787 +"114685",29289,44688,3,1756,2924 +"114686",29289,45239,3,1756,2535 +"114687",29289,46629,3,1756,2255 +"114688",29289,50113,1,1756,2059 +"114689",29289,50585,3,1756,2414 +"114690",29289,51866,3,1756,2411 +"114691",29289,52032,3,1756,2853 +"114692",29289,52597,3,1756,1773 +"114693",29289,52892,3,1756,2372 +"114694",29289,61982,3,1756,2725 +"114695",29289,63442,3,1756,1965 +"114696",29289,70573,2,1756,1993 +"114697",29295,1226,3,2043,2353 +"114698",29295,2195,2,2043,2139 +"114699",29295,8088,2,2043,2220 +"114700",29295,12518,3,2043,2747 +"114701",29295,16195,3,2043,2964 +"114702",29295,17819,3,2043,2291 +"114703",29295,22331,3,2043,2687 +"114704",29295,31307,2,2043,2139 +"114705",29295,32939,3,2043,2277 +"114706",29295,33160,3,2043,2441 +"114707",29295,35514,3,2043,2346 +"114708",29295,35797,3,2043,2482 +"114709",29295,41694,3,2043,2358 +"114710",29295,57804,3,2043,2214 +"114711",29308,470,3,2094,2285 +"114712",29308,913,2,2094,2144 +"114713",29308,4084,3,2094,2133 +"114714",29308,24448,3,2094,2289 +"114715",29308,27275,3,2094,2656 +"114716",29308,27390,3,2094,2425 +"114717",29308,31235,3,2094,2668 +"114718",29308,66413,3,2094,2507 +"114719",29308,71274,3,2094,2390 +"114720",29308,73305,2,2094,2544 +"114721",29310,13929,3,2358,2693 +"114722",29310,42216,3,2358,2722 +"114723",29310,45302,3,2358,2390 +"114724",29310,51866,3,2358,2411 +"114725",29311,1523,3,1849,2048 +"114726",29311,2093,3,1849,2459 +"114727",29311,2190,3,1849,2359 +"114728",29311,2747,3,1849,2411 +"114729",29311,3317,3,1849,2037 +"114730",29311,5590,3,1849,2845 +"114731",29311,9503,3,1849,2453 +"114732",29311,9787,3,1849,2858 +"114733",29311,14817,3,1849,2110 +"114734",29311,20563,3,1849,2267 +"114735",29311,22297,3,1849,1904 +"114736",29311,23121,3,1849,2108 +"114737",29311,27399,3,1849,1866 +"114738",29311,27742,3,1849,2700 +"114739",29311,28869,3,1849,2425 +"114740",29311,29409,3,1849,2199 +"114741",29311,30525,3,1849,1964 +"114742",29311,49121,3,1849,2199 +"114743",29311,53668,3,1849,2242 +"114744",29311,58501,3,1849,2613 +"114745",29311,58655,3,1849,2685 +"114746",29311,65572,3,1849,2750 +"114747",29311,75607,3,1849,2245 +"114748",29311,79596,3,1849,2004 +"114749",29314,5725,3,2736,2789 +"114750",29314,14959,2,2736,2898 +"114751",29314,21138,3,2736,2849 +"114752",29314,21945,3,2736,2781 +"114753",29314,28285,3,2736,2972 +"114754",29314,34735,3,2736,2767 +"114755",29314,70203,3,2736,2756 +"114756",29319,3493,3,2314,2451 +"114757",29319,9272,3,2314,2835 +"114758",29319,14761,3,2314,2502 +"114759",29319,23471,2,2314,2488 +"114760",29319,26765,3,2314,2790 +"114761",29319,35264,3,2314,2329 +"114762",29319,37342,3,2314,2649 +"114763",29319,38038,3,2314,2686 +"114764",29319,43226,3,2314,2442 +"114765",29319,49147,3,2314,2539 +"114766",29319,54903,2,2314,2493 +"114767",29319,58508,3,2314,2326 +"114768",29319,64174,3,2314,2377 +"114769",29319,69335,3,2314,2698 +"114770",29353,194,3,502,1243 +"114771",29353,237,3,502,1982 +"114772",29353,728,3,502,1812 +"114773",29353,1629,3,502,1289 +"114774",29353,1702,3,502,1984 +"114775",29353,1846,3,502,1845 +"114776",29353,2540,3,502,1398 +"114777",29353,2852,3,502,2448 +"114778",29353,3127,3,502,2273 +"114779",29353,3477,3,502,2546 +"114780",29353,4669,3,502,2395 +"114781",29353,5792,2,502,975 +"114782",29353,5897,3,502,2337 +"114783",29353,6821,3,502,1788 +"114784",29353,7337,3,502,1797 +"114785",29353,8395,3,502,896 +"114786",29353,9227,2,502,1267 +"114787",29353,9787,3,502,2858 +"114788",29353,10754,3,502,1797 +"114789",29353,11136,3,502,2573 +"114790",29353,12781,3,502,831 +"114791",29353,13296,3,502,839 +"114792",29353,13566,3,502,2056 +"114793",29353,16286,3,502,2470 +"114794",29353,16501,3,502,1650 +"114795",29353,16715,3,502,1218 +"114796",29353,17033,3,502,2771 +"114797",29353,18978,3,502,952 +"114798",29353,19073,3,502,2748 +"114799",29353,19386,3,502,1714 +"114800",29353,21207,3,502,1258 +"114801",29353,27545,3,502,855 +"114802",29353,27742,3,502,2700 +"114803",29353,29267,3,502,1234 +"114804",29353,29286,3,502,1612 +"114805",29353,29627,3,502,882 +"114806",29353,30631,2,502,951 +"114807",29353,30669,3,502,1921 +"114808",29353,31868,3,502,1993 +"114809",29353,33681,3,502,1059 +"114810",29353,33870,3,502,955 +"114811",29353,35728,3,502,2017 +"114812",29353,36953,3,502,2790 +"114813",29353,40572,3,502,2666 +"114814",29353,41023,3,502,2408 +"114815",29353,41338,3,502,1553 +"114816",29353,41581,3,502,1692 +"114817",29353,42813,3,502,2142 +"114818",29353,45275,3,502,1557 +"114819",29353,45869,3,502,2840 +"114820",29353,46486,2,502,1868 +"114821",29353,47013,3,502,2388 +"114822",29353,47965,3,502,2232 +"114823",29353,50354,3,502,1299 +"114824",29353,53924,3,502,1289 +"114825",29353,56947,3,502,917 +"114826",29353,58745,3,502,1920 +"114827",29353,62963,3,502,1964 +"114828",29353,67617,3,502,1149 +"114829",29353,70372,2,502,526 +"114830",29353,71273,3,502,1188 +"114831",29353,71467,3,502,1051 +"114832",29353,80812,3,502,2357 +"114833",29353,81164,3,502,2260 +"114834",29353,90709,2,502,1080 +"114835",29353,91849,3,502,1166 +"114836",29353,99332,2,502,873 +"114837",29353,111375,3,502,2686 +"114838",29354,1570,3,1123,2028 +"114839",29354,2724,3,1123,2447 +"114840",29354,3678,3,1123,1325 +"114841",29354,4622,2,1123,1589 +"114842",29354,6562,3,1123,1139 +"114843",29354,7648,2,1123,1861 +"114844",29354,9273,1,1123,1747 +"114845",29354,9328,3,1123,1937 +"114846",29354,10435,3,1123,1984 +"114847",29354,10755,3,1123,1742 +"114848",29354,10756,3,1123,2207 +"114849",29354,11803,2,1123,1232 +"114850",29354,12598,2,1123,2086 +"114851",29354,12861,3,1123,1207 +"114852",29354,14061,2,1123,1620 +"114853",29354,14442,1,1123,2700 +"114854",29354,15023,3,1123,2054 +"114855",29354,16184,2,1123,2274 +"114856",29354,16347,3,1123,1868 +"114857",29354,17608,2,1123,1216 +"114858",29354,17768,2,1123,2468 +"114859",29354,18455,3,1123,1237 +"114860",29354,21701,3,1123,1198 +"114861",29354,24867,1,1123,1861 +"114862",29354,25053,2,1123,2186 +"114863",29354,25678,3,1123,1558 +"114864",29354,26100,3,1123,1966 +"114865",29354,29067,1,1123,1538 +"114866",29354,31281,2,1123,1937 +"114867",29354,31357,3,1123,2389 +"114868",29354,32904,2,1123,2055 +"114869",29354,33460,3,1123,2781 +"114870",29354,34295,3,1123,2735 +"114871",29354,35844,3,1123,2961 +"114872",29354,36996,2,1123,2321 +"114873",29354,40759,3,1123,2789 +"114874",29354,41669,3,1123,1247 +"114875",29354,44132,2,1123,1999 +"114876",29354,44501,3,1123,2567 +"114877",29354,46849,3,1123,1238 +"114878",29354,47094,1,1123,2592 +"114879",29354,49379,3,1123,1573 +"114880",29354,49805,2,1123,2445 +"114881",29354,51890,3,1123,1992 +"114882",29354,55307,3,1123,2306 +"114883",29354,55446,3,1123,1247 +"114884",29354,55997,3,1123,1414 +"114885",29354,58536,3,1123,2742 +"114886",29354,59289,2,1123,2896 +"114887",29354,63104,3,1123,2149 +"114888",29354,64912,3,1123,2099 +"114889",29354,67701,3,1123,2289 +"114890",29354,74054,3,1123,1488 +"114891",29354,84322,2,1123,1635 +"114892",29354,89391,3,1123,2180 +"114893",29354,92630,3,1123,1583 +"114894",29354,95730,3,1123,1481 +"114895",29360,9656,3,80,1135 +"114896",29360,15281,3,80,810 +"114897",29360,77580,3,80,888 +"114898",29360,82039,3,80,1327 +"114899",29360,93553,2,80,2537 +"114900",29372,508,3,528,801 +"114901",29372,601,3,528,702 +"114902",29372,913,3,528,2144 +"114903",29372,1428,3,528,742 +"114904",29372,1822,3,528,2888 +"114905",29372,2894,3,528,1291 +"114906",29372,2901,3,528,1156 +"114907",29372,2972,3,528,1708 +"114908",29372,3477,3,528,2546 +"114909",29372,4623,3,528,1176 +"114910",29372,5392,3,528,1648 +"114911",29372,5615,3,528,1105 +"114912",29372,5785,3,528,1261 +"114913",29372,6044,3,528,2744 +"114914",29372,6063,3,528,2349 +"114915",29372,9511,3,528,1232 +"114916",29372,12362,3,528,702 +"114917",29372,12388,2,528,1975 +"114918",29372,12735,3,528,819 +"114919",29372,12779,3,528,936 +"114920",29372,13388,3,528,2119 +"114921",29372,14287,3,528,1583 +"114922",29372,14353,2,528,2878 +"114923",29372,14482,3,528,1573 +"114924",29372,14564,2,528,1581 +"114925",29372,15215,3,528,798 +"114926",29372,15290,3,528,641 +"114927",29372,15444,2,528,2764 +"114928",29372,15990,3,528,593 +"114929",29372,16053,2,528,908 +"114930",29372,16896,2,528,2223 +"114931",29372,17027,1,528,2772 +"114932",29372,17097,1,528,1505 +"114933",29372,18165,3,528,2085 +"114934",29372,18217,3,528,1566 +"114935",29372,18404,3,528,801 +"114936",29372,19317,3,528,2041 +"114937",29372,19637,3,528,1229 +"114938",29372,20067,2,528,2390 +"114939",29372,21248,3,528,2232 +"114940",29372,21422,3,528,935 +"114941",29372,21566,3,528,1234 +"114942",29372,21706,3,528,1988 +"114943",29372,21754,3,528,1881 +"114944",29372,22403,1,528,1630 +"114945",29372,22462,3,528,869 +"114946",29372,23268,3,528,2258 +"114947",29372,23869,3,528,1918 +"114948",29372,26737,2,528,855 +"114949",29372,27104,3,528,1608 +"114950",29372,27355,2,528,870 +"114951",29372,28131,3,528,1492 +"114952",29372,28934,3,528,870 +"114953",29372,30325,3,528,1067 +"114954",29372,30883,3,528,1629 +"114955",29372,33223,3,528,2397 +"114956",29372,33801,3,528,2899 +"114957",29372,34158,3,528,2639 +"114958",29372,35529,3,528,1620 +"114959",29372,36487,3,528,2622 +"114960",29372,38457,3,528,1630 +"114961",29372,39418,3,528,1978 +"114962",29372,40542,3,528,1664 +"114963",29372,40646,2,528,1583 +"114964",29372,41108,2,528,1624 +"114965",29372,41682,3,528,1988 +"114966",29372,41972,3,528,2509 +"114967",29372,42799,2,528,2729 +"114968",29372,42837,3,528,1096 +"114969",29372,43479,3,528,2178 +"114970",29372,44564,3,528,2034 +"114971",29372,44654,3,528,2916 +"114972",29372,47895,3,528,2328 +"114973",29372,48258,1,528,755 +"114974",29372,48283,3,528,1290 +"114975",29372,49414,3,528,1667 +"114976",29372,50487,2,528,744 +"114977",29372,52261,2,528,2162 +"114978",29372,53475,3,528,2853 +"114979",29372,57150,2,528,1196 +"114980",29372,57760,2,528,1721 +"114981",29372,59939,3,528,936 +"114982",29372,61242,3,528,1650 +"114983",29372,65522,1,528,1572 +"114984",29372,68652,2,528,2878 +"114985",29372,70126,3,528,1158 +"114986",29372,70232,3,528,2401 +"114987",29372,70996,3,528,1037 +"114988",29372,74730,3,528,535 +"114989",29372,74818,3,528,1440 +"114990",29372,76356,3,528,2323 +"114991",29372,76999,3,528,908 +"114992",29372,82009,3,528,1020 +"114993",29372,85329,2,528,738 +"114994",29372,85547,3,528,997 +"114995",29372,91901,3,528,1236 +"114996",29372,97160,3,528,1215 +"114997",29372,100140,3,528,1041 +"114998",29372,117956,3,528,2774 +"114999",29389,18714,3,778,2023 +"115000",29389,72889,1,778,2337 +"115001",29409,34180,1,2199,2617 +"115002",29409,52483,3,2199,2317 +"115003",29436,2418,3,1718,2020 +"115004",29436,5962,3,1718,2491 +"115005",29436,7252,2,1718,2799 +"115006",29436,8062,3,1718,2858 +"115007",29436,10336,3,1718,2271 +"115008",29436,11029,3,1718,2362 +"115009",29436,11563,3,1718,1863 +"115010",29436,13290,3,1718,2824 +"115011",29436,15826,3,1718,2772 +"115012",29436,25373,3,1718,2783 +"115013",29436,34870,1,1718,1873 +"115014",29436,37036,2,1718,2264 +"115015",29436,42813,3,1718,2142 +"115016",29436,78193,3,1718,2315 +"115017",29454,2684,3,2719,2874 +"115018",29454,10148,3,2719,2964 +"115019",29454,14959,3,2719,2898 +"115020",29454,24753,3,2719,2860 +"115021",29454,35837,3,2719,2871 +"115022",29454,39556,2,2719,2747 +"115023",29454,44688,3,2719,2924 +"115024",29454,47529,3,2719,2914 +"115025",29454,65434,3,2719,2866 +"115026",29456,135,3,1182,2233 +"115027",29456,357,3,1182,2327 +"115028",29456,499,3,1182,1931 +"115029",29456,543,3,1182,2203 +"115030",29456,669,2,1182,1423 +"115031",29456,671,3,1182,2328 +"115032",29456,733,3,1182,1653 +"115033",29456,750,3,1182,1327 +"115034",29456,1046,3,1182,1881 +"115035",29456,1201,3,1182,2489 +"115036",29456,1323,3,1182,1659 +"115037",29456,1777,3,1182,1965 +"115038",29456,1897,3,1182,1727 +"115039",29456,2036,3,1182,2483 +"115040",29456,2063,2,1182,1278 +"115041",29456,2704,3,1182,2609 +"115042",29456,2743,3,1182,1278 +"115043",29456,2754,2,1182,1360 +"115044",29456,3163,3,1182,2020 +"115045",29456,3167,1,1182,1676 +"115046",29456,3242,2,1182,1730 +"115047",29456,3830,3,1182,1661 +"115048",29456,3961,3,1182,2426 +"115049",29456,4191,2,1182,2130 +"115050",29456,4226,3,1182,1903 +"115051",29456,4305,3,1182,2374 +"115052",29456,4366,3,1182,1726 +"115053",29456,4583,3,1182,2741 +"115054",29456,4618,3,1182,2607 +"115055",29456,4980,3,1182,2093 +"115056",29456,5315,3,1182,2631 +"115057",29456,5462,3,1182,2374 +"115058",29456,5504,3,1182,2389 +"115059",29456,6241,3,1182,2264 +"115060",29456,6491,3,1182,2424 +"115061",29456,7196,3,1182,1508 +"115062",29456,7245,3,1182,2089 +"115063",29456,7984,3,1182,2493 +"115064",29456,8621,2,1182,1681 +"115065",29456,8700,2,1182,1270 +"115066",29456,10130,3,1182,2741 +"115067",29456,10404,3,1182,2062 +"115068",29456,10746,3,1182,1506 +"115069",29456,10859,2,1182,2231 +"115070",29456,10871,3,1182,2314 +"115071",29456,10874,3,1182,1891 +"115072",29456,10875,3,1182,1234 +"115073",29456,12096,3,1182,1330 +"115074",29456,12374,3,1182,2260 +"115075",29456,13248,3,1182,1385 +"115076",29456,13801,3,1182,2041 +"115077",29456,13945,3,1182,1324 +"115078",29456,14189,3,1182,1483 +"115079",29456,14943,3,1182,1942 +"115080",29456,15184,3,1182,2396 +"115081",29456,15401,3,1182,1999 +"115082",29456,15539,3,1182,1929 +"115083",29456,16164,3,1182,1184 +"115084",29456,16625,3,1182,1285 +"115085",29456,16801,3,1182,2008 +"115086",29456,17357,3,1182,1536 +"115087",29456,18277,3,1182,2309 +"115088",29456,18415,3,1182,2184 +"115089",29456,18735,2,1182,1581 +"115090",29456,19027,2,1182,2721 +"115091",29456,19516,3,1182,2313 +"115092",29456,19568,3,1182,2302 +"115093",29456,19637,3,1182,1229 +"115094",29456,19892,3,1182,1212 +"115095",29456,20067,3,1182,2390 +"115096",29456,20563,2,1182,2267 +"115097",29456,20643,3,1182,2341 +"115098",29456,20824,3,1182,1366 +"115099",29456,21104,3,1182,2327 +"115100",29456,21248,3,1182,2232 +"115101",29456,21911,3,1182,1184 +"115102",29456,23508,3,1182,1907 +"115103",29456,23534,3,1182,1659 +"115104",29456,24362,3,1182,1287 +"115105",29456,24405,3,1182,1443 +"115106",29456,24755,3,1182,1319 +"115107",29456,24923,3,1182,2785 +"115108",29456,25341,3,1182,1858 +"115109",29456,25643,3,1182,1646 +"115110",29456,26031,3,1182,1397 +"115111",29456,26436,3,1182,2489 +"115112",29456,26516,3,1182,2479 +"115113",29456,26570,3,1182,1669 +"115114",29456,27478,3,1182,2485 +"115115",29456,27753,3,1182,2750 +"115116",29456,27792,3,1182,1308 +"115117",29456,28784,3,1182,1579 +"115118",29456,28892,1,1182,2023 +"115119",29456,30438,3,1182,1617 +"115120",29456,30453,3,1182,1535 +"115121",29456,31050,3,1182,1491 +"115122",29456,31124,3,1182,2351 +"115123",29456,31243,3,1182,1355 +"115124",29456,31799,2,1182,2547 +"115125",29456,32516,3,1182,2050 +"115126",29456,32988,2,1182,2008 +"115127",29456,34136,3,1182,2202 +"115128",29456,34492,3,1182,1798 +"115129",29456,34836,3,1182,2302 +"115130",29456,35069,3,1182,2069 +"115131",29456,35256,3,1182,2271 +"115132",29456,35529,3,1182,1620 +"115133",29456,37418,3,1182,2710 +"115134",29456,38219,3,1182,1689 +"115135",29456,38449,2,1182,1802 +"115136",29456,39278,3,1182,1952 +"115137",29456,40293,3,1182,1671 +"115138",29456,40432,3,1182,1956 +"115139",29456,40645,3,1182,1899 +"115140",29456,41402,3,1182,2313 +"115141",29456,41747,3,1182,1722 +"115142",29456,42505,2,1182,2008 +"115143",29456,42935,3,1182,2400 +"115144",29456,45715,3,1182,2287 +"115145",29456,45903,3,1182,2237 +"115146",29456,46391,2,1182,1779 +"115147",29456,47082,2,1182,1990 +"115148",29456,48698,3,1182,1474 +"115149",29456,51022,3,1182,1499 +"115150",29456,51157,3,1182,2319 +"115151",29456,51410,2,1182,2739 +"115152",29456,51987,3,1182,1397 +"115153",29456,53031,3,1182,2065 +"115154",29456,53196,3,1182,1888 +"115155",29456,54100,2,1182,1327 +"115156",29456,54676,3,1182,1342 +"115157",29456,55139,2,1182,2323 +"115158",29456,56171,3,1182,1524 +"115159",29456,57082,3,1182,1418 +"115160",29456,57609,3,1182,2717 +"115161",29456,57977,3,1182,2683 +"115162",29456,58035,3,1182,1646 +"115163",29456,58133,3,1182,1484 +"115164",29456,58221,3,1182,1787 +"115165",29456,58384,3,1182,1637 +"115166",29456,61719,2,1182,1515 +"115167",29456,62148,3,1182,1566 +"115168",29456,63770,3,1182,1324 +"115169",29456,65029,3,1182,2954 +"115170",29456,65155,3,1182,1947 +"115171",29456,65322,3,1182,2008 +"115172",29456,65625,3,1182,1273 +"115173",29456,66693,3,1182,2554 +"115174",29456,72334,3,1182,2820 +"115175",29456,72468,3,1182,2292 +"115176",29456,74095,3,1182,2333 +"115177",29456,78150,3,1182,2581 +"115178",29456,80678,3,1182,1595 +"115179",29456,82409,3,1182,1881 +"115180",29456,82426,3,1182,1576 +"115181",29456,82767,2,1182,1641 +"115182",29456,84799,3,1182,2656 +"115183",29456,89511,3,1182,1205 +"115184",29456,92757,3,1182,2615 +"115185",29456,93615,3,1182,2386 +"115186",29456,93752,3,1182,1368 +"115187",29456,94947,3,1182,1368 +"115188",29456,96352,3,1182,1493 +"115189",29456,97160,2,1182,1215 +"115190",29456,99103,3,1182,1470 +"115191",29456,101482,3,1182,1300 +"115192",29456,105233,1,1182,1199 +"115193",29473,6989,3,2602,2623 +"115194",29473,11648,3,2602,2852 +"115195",29473,12361,3,2602,2732 +"115196",29473,17033,3,2602,2771 +"115197",29473,19655,3,2602,2706 +"115198",29473,28627,3,2602,2694 +"115199",29473,40138,3,2602,2719 +"115200",29473,40954,3,2602,2603 +"115201",29473,45729,3,2602,2606 +"115202",29473,58655,3,2602,2685 +"115203",29473,61240,3,2602,2651 +"115204",29473,71531,3,2602,2887 +"115205",29495,14,3,1612,1793 +"115206",29495,140,2,1612,2267 +"115207",29495,2524,3,1612,1708 +"115208",29495,2563,3,1612,1686 +"115209",29495,3068,3,1612,1815 +"115210",29495,3477,3,1612,2546 +"115211",29495,7337,3,1612,1797 +"115212",29495,11990,3,1612,1909 +"115213",29495,13068,3,1612,1778 +"115214",29495,16502,3,1612,1616 +"115215",29495,19751,3,1612,1630 +"115216",29495,19934,2,1612,2888 +"115217",29495,20563,3,1612,2267 +"115218",29495,23756,3,1612,2309 +"115219",29495,26642,3,1612,2952 +"115220",29495,27320,2,1612,2378 +"115221",29495,27908,3,1612,2576 +"115222",29495,28893,2,1612,2764 +"115223",29495,30334,3,1612,2075 +"115224",29495,30525,3,1612,1964 +"115225",29495,30865,3,1612,2038 +"115226",29495,31262,3,1612,2780 +"115227",29495,31540,2,1612,1675 +"115228",29495,32339,3,1612,2430 +"115229",29495,37636,3,1612,2178 +"115230",29495,37752,3,1612,2223 +"115231",29495,38373,3,1612,1928 +"115232",29495,38449,3,1612,1802 +"115233",29495,39443,3,1612,2277 +"115234",29495,40035,3,1612,2742 +"115235",29495,40392,3,1612,1878 +"115236",29495,43839,3,1612,1685 +"115237",29495,47595,3,1612,2374 +"115238",29495,47968,3,1612,2829 +"115239",29495,51783,3,1612,2599 +"115240",29495,57765,3,1612,2893 +"115241",29495,58875,2,1612,1899 +"115242",29495,59039,3,1612,2870 +"115243",29495,65188,3,1612,2213 +"115244",29495,65242,3,1612,1988 +"115245",29495,69788,3,1612,2007 +"115246",29495,88067,3,1612,2315 +"115247",29495,107871,2,1612,2228 +"115248",29503,30668,3,2609,2882 +"115249",29512,145,3,1594,1998 +"115250",29512,600,3,1594,1702 +"115251",29512,854,3,1594,2307 +"115252",29512,2484,3,1594,2389 +"115253",29512,3068,3,1594,1815 +"115254",29512,3978,3,1594,2775 +"115255",29512,4929,3,1594,2240 +"115256",29512,5610,3,1594,2223 +"115257",29512,6324,3,1594,1990 +"115258",29512,6821,3,1594,1788 +"115259",29512,7616,3,1594,2296 +"115260",29512,8238,3,1594,2222 +"115261",29512,8842,3,1594,2535 +"115262",29512,9311,3,1594,2477 +"115263",29512,9331,3,1594,2269 +"115264",29512,9423,2,1594,1708 +"115265",29512,9615,3,1594,2464 +"115266",29512,9723,3,1594,2302 +"115267",29512,10870,3,1594,1755 +"115268",29512,11103,3,1594,2393 +"115269",29512,11493,3,1594,2077 +"115270",29512,12081,2,1594,2166 +"115271",29512,12388,3,1594,1975 +"115272",29512,12729,3,1594,1835 +"115273",29512,14507,3,1594,2686 +"115274",29512,14731,3,1594,2012 +"115275",29512,14918,3,1594,2071 +"115276",29512,15008,3,1594,2338 +"115277",29512,15729,3,1594,2338 +"115278",29512,16539,3,1594,1947 +"115279",29512,16684,3,1594,1657 +"115280",29512,16850,2,1594,1657 +"115281",29512,17351,3,1594,2036 +"115282",29512,17549,3,1594,2647 +"115283",29512,17632,3,1594,1947 +"115284",29512,17867,3,1594,1904 +"115285",29512,18464,3,1594,2312 +"115286",29512,18670,1,1594,1835 +"115287",29512,19208,3,1594,2629 +"115288",29512,19215,3,1594,2604 +"115289",29512,19282,3,1594,1623 +"115290",29512,19317,3,1594,2041 +"115291",29512,19605,3,1594,2395 +"115292",29512,19606,3,1594,2783 +"115293",29512,19686,3,1594,2467 +"115294",29512,20331,3,1594,2365 +"115295",29512,21079,3,1594,1997 +"115296",29512,22207,3,1594,2365 +"115297",29512,22580,3,1594,2245 +"115298",29512,22682,2,1594,2035 +"115299",29512,22709,3,1594,2743 +"115300",29512,23918,3,1594,1881 +"115301",29512,24169,3,1594,1663 +"115302",29512,24256,1,1594,2393 +"115303",29512,24753,3,1594,2860 +"115304",29512,24793,3,1594,1993 +"115305",29512,24825,3,1594,2686 +"115306",29512,27195,3,1594,2158 +"115307",29512,27742,3,1594,2700 +"115308",29512,27796,2,1594,2151 +"115309",29512,27914,3,1594,2507 +"115310",29512,29289,3,1594,1756 +"115311",29512,29454,3,1594,2719 +"115312",29512,29930,2,1594,2240 +"115313",29512,31159,2,1594,2231 +"115314",29512,31295,3,1594,2183 +"115315",29512,31705,2,1594,2706 +"115316",29512,32047,3,1594,1858 +"115317",29512,33010,3,1594,2189 +"115318",29512,34707,3,1594,2042 +"115319",29512,34820,3,1594,1630 +"115320",29512,35888,3,1594,2291 +"115321",29512,38307,3,1594,2648 +"115322",29512,39464,3,1594,2314 +"115323",29512,40368,3,1594,2876 +"115324",29512,40565,3,1594,2115 +"115325",29512,41664,2,1594,2641 +"115326",29512,41900,3,1594,1970 +"115327",29512,41945,3,1594,2856 +"115328",29512,42783,3,1594,2338 +"115329",29512,43614,3,1594,1712 +"115330",29512,44403,3,1594,2429 +"115331",29512,44688,3,1594,2924 +"115332",29512,45239,3,1594,2535 +"115333",29512,45545,2,1594,1776 +"115334",29512,46680,2,1594,1690 +"115335",29512,47564,3,1594,2650 +"115336",29512,48035,3,1594,2180 +"115337",29512,49334,3,1594,2433 +"115338",29512,50113,3,1594,2059 +"115339",29512,50480,3,1594,2701 +"115340",29512,51157,3,1594,2319 +"115341",29512,52597,3,1594,1773 +"115342",29512,53995,3,1594,2151 +"115343",29512,55076,3,1594,2408 +"115344",29512,56854,2,1594,2022 +"115345",29512,58733,3,1594,1958 +"115346",29512,60974,3,1594,2972 +"115347",29512,63477,3,1594,1907 +"115348",29512,64219,3,1594,2705 +"115349",29512,70046,3,1594,2624 +"115350",29512,70573,3,1594,1993 +"115351",29512,71948,2,1594,1754 +"115352",29512,76196,3,1594,1643 +"115353",29512,77611,3,1594,1795 +"115354",29512,79413,3,1594,2224 +"115355",29534,3100,3,1199,2524 +"115356",29534,5673,2,1199,1567 +"115357",29534,11135,3,1199,2441 +"115358",29534,15502,3,1199,2637 +"115359",29534,21895,3,1199,1693 +"115360",29534,39577,3,1199,1728 +"115361",29534,51448,3,1199,1593 +"115362",29534,56673,3,1199,2419 +"115363",29534,57067,3,1199,2547 +"115364",29534,65223,3,1199,2724 +"115365",29534,77666,3,1199,1372 +"115366",29534,79025,2,1199,1473 +"115367",29534,100586,3,1199,2966 +"115368",29556,2226,3,907,2225 +"115369",29556,2802,3,907,1836 +"115370",29556,3100,3,907,2524 +"115371",29556,3770,3,907,2623 +"115372",29556,9504,3,907,2549 +"115373",29556,10766,3,907,2647 +"115374",29556,13720,3,907,1558 +"115375",29556,14915,2,907,2606 +"115376",29556,16361,3,907,1641 +"115377",29556,16593,3,907,1139 +"115378",29556,16690,3,907,2132 +"115379",29556,19934,3,907,2888 +"115380",29556,21976,3,907,1808 +"115381",29556,22723,3,907,2859 +"115382",29556,23154,3,907,2345 +"115383",29556,24176,2,907,1986 +"115384",29556,25378,3,907,1245 +"115385",29556,25886,3,907,1580 +"115386",29556,31868,3,907,1993 +"115387",29556,34334,3,907,1637 +"115388",29556,37059,3,907,2840 +"115389",29556,38309,2,907,2644 +"115390",29556,46261,3,907,2350 +"115391",29556,57765,3,907,2893 +"115392",29556,65223,2,907,2724 +"115393",29556,77189,3,907,1965 +"115394",29578,1692,3,1957,2443 +"115395",29578,2093,3,1957,2459 +"115396",29578,3195,3,1957,2043 +"115397",29578,3317,2,1957,2037 +"115398",29578,10964,2,1957,2043 +"115399",29578,11067,1,1957,2734 +"115400",29578,23121,3,1957,2108 +"115401",29578,23725,3,1957,2378 +"115402",29578,26234,3,1957,2183 +"115403",29578,31131,3,1957,2810 +"115404",29578,32939,3,1957,2277 +"115405",29578,35620,2,1957,2092 +"115406",29578,36120,3,1957,2971 +"115407",29578,36506,3,1957,2638 +"115408",29578,46385,2,1957,2225 +"115409",29578,47534,3,1957,2712 +"115410",29578,53530,3,1957,2380 +"115411",29578,57804,3,1957,2214 +"115412",29578,65572,3,1957,2750 +"115413",29578,75607,3,1957,2245 +"115414",29580,40368,3,2776,2876 +"115415",29613,23319,3,70,2867 +"115416",29613,26106,3,70,2015 +"115417",29613,26582,3,70,2772 +"115418",29613,29224,1,70,2011 +"115419",29613,39014,3,70,1188 +"115420",29613,45136,3,70,877 +"115421",29613,49962,3,70,572 +"115422",29613,60289,3,70,2729 +"115423",29613,76127,3,70,910 +"115424",29613,116584,3,70,314 +"115425",29614,17541,3,256,637 +"115426",29614,48679,3,256,2031 +"115427",29614,64987,3,256,1360 +"115428",29627,2540,3,882,1398 +"115429",29627,2747,3,882,2411 +"115430",29627,3127,3,882,2273 +"115431",29627,5792,3,882,975 +"115432",29627,7597,3,882,2037 +"115433",29627,9227,3,882,1267 +"115434",29627,10050,3,882,1792 +"115435",29627,10754,3,882,1797 +"115436",29627,11588,3,882,2352 +"115437",29627,14998,2,882,1553 +"115438",29627,15826,3,882,2772 +"115439",29627,16502,2,882,1616 +"115440",29627,18122,3,882,894 +"115441",29627,19610,3,882,1236 +"115442",29627,20155,3,882,1517 +"115443",29627,23488,3,882,1523 +"115444",29627,28116,3,882,1643 +"115445",29627,29267,3,882,1234 +"115446",29627,29286,3,882,1612 +"115447",29627,33017,2,882,1493 +"115448",29627,36953,3,882,2790 +"115449",29627,37636,3,882,2178 +"115450",29627,38532,3,882,1234 +"115451",29627,40572,3,882,2666 +"115452",29627,42813,3,882,2142 +"115453",29627,44433,3,882,2224 +"115454",29627,44603,3,882,2748 +"115455",29627,44971,3,882,955 +"115456",29627,46486,2,882,1868 +"115457",29627,51151,3,882,1195 +"115458",29627,54924,3,882,2603 +"115459",29627,56569,3,882,1993 +"115460",29627,57912,3,882,1035 +"115461",29627,81716,2,882,1199 +"115462",29627,83066,3,882,1229 +"115463",29627,90709,3,882,1080 +"115464",29627,92784,3,882,1257 +"115465",29627,92850,3,882,1971 +"115466",29627,111790,3,882,905 +"115467",29656,9328,3,1902,1937 +"115468",29656,14442,3,1902,2700 +"115469",29656,31281,2,1902,1937 +"115470",29667,860,3,531,1258 +"115471",29667,2452,3,531,1715 +"115472",29667,2617,1,531,592 +"115473",29667,3271,3,531,2216 +"115474",29667,3477,3,531,2546 +"115475",29667,4646,3,531,2139 +"115476",29667,5346,3,531,1438 +"115477",29667,6821,2,531,1788 +"115478",29667,9301,2,531,1861 +"115479",29667,9351,3,531,1460 +"115480",29667,9787,3,531,2858 +"115481",29667,10373,3,531,2436 +"115482",29667,12361,3,531,2732 +"115483",29667,12781,3,531,831 +"115484",29667,12897,3,531,1351 +"115485",29667,14287,1,531,1583 +"115486",29667,14586,3,531,2801 +"115487",29667,15207,3,531,1855 +"115488",29667,15462,3,531,1141 +"115489",29667,16437,2,531,1956 +"115490",29667,16501,2,531,1650 +"115491",29667,16776,3,531,1565 +"115492",29667,19028,2,531,921 +"115493",29667,19069,3,531,988 +"115494",29667,19231,2,531,1424 +"115495",29667,20176,3,531,1050 +"115496",29667,20894,2,531,2214 +"115497",29667,22458,3,531,1586 +"115498",29667,23015,3,531,1362 +"115499",29667,23131,3,531,1732 +"115500",29667,23597,3,531,1080 +"115501",29667,23756,2,531,2309 +"115502",29667,25163,3,531,1751 +"115503",29667,25378,3,531,1245 +"115504",29667,26957,3,531,987 +"115505",29667,27280,3,531,1965 +"115506",29667,27509,3,531,2067 +"115507",29667,27722,3,531,1266 +"115508",29667,27914,3,531,2507 +"115509",29667,29286,3,531,1612 +"115510",29667,30525,3,531,1964 +"115511",29667,30865,3,531,2038 +"115512",29667,30891,3,531,1256 +"115513",29667,31783,3,531,1180 +"115514",29667,32775,3,531,2135 +"115515",29667,33314,2,531,1444 +"115516",29667,33665,3,531,787 +"115517",29667,33681,3,531,1059 +"115518",29667,33870,3,531,955 +"115519",29667,34162,3,531,2336 +"115520",29667,34997,3,531,591 +"115521",29667,37752,2,531,2223 +"115522",29667,38087,3,531,1083 +"115523",29667,38259,3,531,2258 +"115524",29667,38373,3,531,1928 +"115525",29667,38676,3,531,2286 +"115526",29667,39875,3,531,2422 +"115527",29667,40003,3,531,936 +"115528",29667,40623,3,531,2580 +"115529",29667,41439,2,531,709 +"115530",29667,41581,3,531,1692 +"115531",29667,41900,3,531,1970 +"115532",29667,44786,3,531,1096 +"115533",29667,45480,3,531,1104 +"115534",29667,46982,3,531,2806 +"115535",29667,47013,3,531,2388 +"115536",29667,47968,3,531,2829 +"115537",29667,48576,2,531,1675 +"115538",29667,49201,3,531,936 +"115539",29667,49551,2,531,879 +"115540",29667,50229,3,531,1190 +"115541",29667,50354,3,531,1299 +"115542",29667,54467,3,531,919 +"115543",29667,58015,3,531,899 +"115544",29667,58421,3,531,910 +"115545",29667,58829,3,531,1256 +"115546",29667,59039,2,531,2870 +"115547",29667,59485,3,531,1564 +"115548",29667,61125,3,531,1673 +"115549",29667,62626,3,531,2787 +"115550",29667,64181,3,531,1828 +"115551",29667,64947,3,531,2489 +"115552",29667,65188,3,531,2213 +"115553",29667,65522,3,531,1572 +"115554",29667,69788,3,531,2007 +"115555",29667,73172,3,531,2496 +"115556",29667,74795,2,531,1319 +"115557",29667,77077,3,531,2693 +"115558",29667,80506,3,531,1920 +"115559",29667,88067,2,531,2315 +"115560",29667,94520,3,531,1243 +"115561",29667,99332,3,531,873 +"115562",29667,108157,2,531,1272 +"115563",29667,119524,3,531,1930 +"115564",29667,119921,3,531,1113 +"115565",29687,19675,1,1453,2025 +"115566",29696,4790,3,73,1025 +"115567",29696,4791,3,73,1184 +"115568",29696,5315,3,73,2631 +"115569",29696,12863,3,73,2027 +"115570",29696,14678,3,73,799 +"115571",29696,15696,3,73,837 +"115572",29696,16954,3,73,2972 +"115573",29696,18563,3,73,2715 +"115574",29696,21198,3,73,935 +"115575",29696,22282,3,73,1418 +"115576",29696,23704,2,73,2278 +"115577",29696,25595,1,73,768 +"115578",29696,27543,3,73,666 +"115579",29696,29124,2,73,199 +"115580",29696,29705,3,73,607 +"115581",29696,32601,1,73,1033 +"115582",29696,34492,3,73,1798 +"115583",29696,39271,3,73,399 +"115584",29696,46723,3,73,607 +"115585",29696,48414,2,73,1749 +"115586",29696,50219,3,73,756 +"115587",29696,50272,3,73,842 +"115588",29696,50685,3,73,2008 +"115589",29696,50958,3,73,477 +"115590",29696,50977,2,73,2352 +"115591",29696,52058,3,73,1836 +"115592",29696,67690,2,73,1902 +"115593",29696,73136,3,73,328 +"115594",29696,87168,3,73,85 +"115595",29696,90573,2,73,878 +"115596",29696,99444,3,73,408 +"115597",29704,10200,3,2294,2920 +"115598",29704,11429,3,2294,2520 +"115599",29704,14761,3,2294,2502 +"115600",29705,135,3,607,2233 +"115601",29705,212,3,607,1513 +"115602",29705,270,3,607,2542 +"115603",29705,307,3,607,2530 +"115604",29705,600,3,607,1702 +"115605",29705,671,3,607,2328 +"115606",29705,913,3,607,2144 +"115607",29705,1044,3,607,880 +"115608",29705,1127,3,607,1188 +"115609",29705,1130,3,607,1566 +"115610",29705,1639,3,607,2631 +"115611",29705,1691,3,607,1941 +"115612",29705,1826,3,607,924 +"115613",29705,2143,3,607,1174 +"115614",29705,2208,3,607,2814 +"115615",29705,2269,2,607,984 +"115616",29705,2322,3,607,1645 +"115617",29705,2325,3,607,1641 +"115618",29705,2424,2,607,2582 +"115619",29705,2533,3,607,2016 +"115620",29705,2754,3,607,1360 +"115621",29705,3011,3,607,2278 +"115622",29705,3271,3,607,2216 +"115623",29705,3305,3,607,2839 +"115624",29705,3306,3,607,1989 +"115625",29705,3830,3,607,1661 +"115626",29705,3966,3,607,2425 +"115627",29705,4226,3,607,1903 +"115628",29705,4289,3,607,1921 +"115629",29705,4317,2,607,1224 +"115630",29705,4701,2,607,2401 +"115631",29705,4790,1,607,1025 +"115632",29705,4791,1,607,1184 +"115633",29705,5296,3,607,820 +"115634",29705,5462,3,607,2374 +"115635",29705,6363,3,607,2066 +"115636",29705,6588,3,607,2025 +"115637",29705,6718,2,607,2138 +"115638",29705,7241,3,607,2259 +"115639",29705,7555,3,607,1943 +"115640",29705,7847,3,607,2424 +"115641",29705,7861,3,607,1647 +"115642",29705,9272,3,607,2835 +"115643",29705,9311,3,607,2477 +"115644",29705,9364,3,607,1698 +"115645",29705,9474,3,607,864 +"115646",29705,9702,3,607,1928 +"115647",29705,10513,3,607,2284 +"115648",29705,11006,3,607,1950 +"115649",29705,11229,3,607,1625 +"115650",29705,11348,3,607,824 +"115651",29705,11541,3,607,1927 +"115652",29705,12096,3,607,1330 +"115653",29705,12362,3,607,702 +"115654",29705,12728,3,607,2374 +"115655",29705,12863,2,607,2027 +"115656",29705,13945,3,607,1324 +"115657",29705,14091,3,607,929 +"115658",29705,14678,2,607,799 +"115659",29705,15005,3,607,1415 +"115660",29705,15135,3,607,1035 +"115661",29705,15813,3,607,2143 +"115662",29705,16201,3,607,1811 +"115663",29705,16332,3,607,2668 +"115664",29705,16432,3,607,2664 +"115665",29705,16940,3,607,1290 +"115666",29705,17376,3,607,1202 +"115667",29705,17852,3,607,2840 +"115668",29705,17931,3,607,1617 +"115669",29705,18393,2,607,860 +"115670",29705,18707,2,607,1143 +"115671",29705,19248,3,607,2357 +"115672",29705,19719,2,607,2177 +"115673",29705,20124,3,607,2376 +"115674",29705,20287,2,607,1099 +"115675",29705,20311,3,607,1981 +"115676",29705,20407,3,607,2339 +"115677",29705,20975,3,607,1305 +"115678",29705,21104,3,607,2327 +"115679",29705,21122,2,607,1701 +"115680",29705,21197,2,607,1437 +"115681",29705,21198,1,607,935 +"115682",29705,21285,2,607,2100 +"115683",29705,21693,3,607,2176 +"115684",29705,22141,3,607,2348 +"115685",29705,22197,3,607,2271 +"115686",29705,22282,2,607,1418 +"115687",29705,22326,3,607,2818 +"115688",29705,22331,3,607,2687 +"115689",29705,22362,2,607,1836 +"115690",29705,22455,3,607,1197 +"115691",29705,22586,3,607,1341 +"115692",29705,23395,3,607,1948 +"115693",29705,23450,2,607,967 +"115694",29705,23508,3,607,1907 +"115695",29705,23509,3,607,2275 +"115696",29705,23652,3,607,803 +"115697",29705,23729,3,607,1624 +"115698",29705,23825,3,607,1913 +"115699",29705,23918,3,607,1881 +"115700",29705,24005,3,607,1188 +"115701",29705,24286,3,607,1280 +"115702",29705,24362,3,607,1287 +"115703",29705,24612,3,607,1875 +"115704",29705,24755,2,607,1319 +"115705",29705,24955,3,607,2424 +"115706",29705,25129,3,607,2647 +"115707",29705,25305,3,607,2447 +"115708",29705,25341,3,607,1858 +"115709",29705,25577,3,607,1946 +"115710",29705,25595,3,607,768 +"115711",29705,26282,3,607,1241 +"115712",29705,26322,3,607,1018 +"115713",29705,26451,2,607,2133 +"115714",29705,26471,3,607,1061 +"115715",29705,26524,3,607,982 +"115716",29705,26570,3,607,1669 +"115717",29705,26749,2,607,2965 +"115718",29705,27175,2,607,1447 +"115719",29705,27275,3,607,2656 +"115720",29705,27390,2,607,2425 +"115721",29705,27694,3,607,2030 +"115722",29705,27792,3,607,1308 +"115723",29705,27849,2,607,1316 +"115724",29705,28015,3,607,1624 +"115725",29705,29750,3,607,689 +"115726",29705,29962,3,607,2201 +"115727",29705,29987,2,607,956 +"115728",29705,30052,3,607,2855 +"115729",29705,31050,3,607,1491 +"115730",29705,31338,3,607,917 +"115731",29705,32047,3,607,1858 +"115732",29705,32457,3,607,2690 +"115733",29705,32601,2,607,1033 +"115734",29705,32811,3,607,804 +"115735",29705,33241,3,607,632 +"115736",29705,33356,3,607,1586 +"115737",29705,33433,3,607,2805 +"115738",29705,33949,3,607,2489 +"115739",29705,34509,3,607,1973 +"115740",29705,34836,3,607,2302 +"115741",29705,35095,2,607,1502 +"115742",29705,35529,3,607,1620 +"115743",29705,35673,3,607,1067 +"115744",29705,36439,3,607,2469 +"115745",29705,37628,3,607,819 +"115746",29705,38019,3,607,1870 +"115747",29705,39238,3,607,922 +"115748",29705,41174,2,607,850 +"115749",29705,41278,3,607,1873 +"115750",29705,41739,3,607,1339 +"115751",29705,41832,3,607,1155 +"115752",29705,42618,3,607,2316 +"115753",29705,42687,2,607,1952 +"115754",29705,43051,1,607,904 +"115755",29705,43173,3,607,2895 +"115756",29705,43226,3,607,2442 +"115757",29705,43385,2,607,1623 +"115758",29705,43455,3,607,2846 +"115759",29705,43929,3,607,2749 +"115760",29705,44306,3,607,1036 +"115761",29705,45660,2,607,618 +"115762",29705,46629,3,607,2255 +"115763",29705,47248,3,607,2883 +"115764",29705,47362,3,607,2253 +"115765",29705,47772,3,607,2293 +"115766",29705,48110,3,607,2009 +"115767",29705,48260,3,607,875 +"115768",29705,48414,2,607,1749 +"115769",29705,48698,3,607,1474 +"115770",29705,50118,3,607,2654 +"115771",29705,50219,1,607,756 +"115772",29705,50685,2,607,2008 +"115773",29705,51017,3,607,2073 +"115774",29705,51022,3,607,1499 +"115775",29705,51810,2,607,1401 +"115776",29705,52058,2,607,1836 +"115777",29705,52136,3,607,1412 +"115778",29705,52570,3,607,2645 +"115779",29705,52576,2,607,2234 +"115780",29705,53196,3,607,1888 +"115781",29705,54305,3,607,1222 +"115782",29705,54879,3,607,2210 +"115783",29705,54980,3,607,876 +"115784",29705,55082,3,607,1856 +"115785",29705,55139,3,607,2323 +"115786",29705,55299,3,607,609 +"115787",29705,55438,3,607,2863 +"115788",29705,55468,2,607,2511 +"115789",29705,56082,3,607,2395 +"115790",29705,56317,3,607,2030 +"115791",29705,57950,2,607,1529 +"115792",29705,58035,3,607,1646 +"115793",29705,58078,3,607,1252 +"115794",29705,58133,3,607,1484 +"115795",29705,58508,2,607,2326 +"115796",29705,58652,2,607,1437 +"115797",29705,60185,3,607,1206 +"115798",29705,61982,3,607,2725 +"115799",29705,62841,3,607,2710 +"115800",29705,62903,3,607,1704 +"115801",29705,63442,3,607,1965 +"115802",29705,63547,3,607,1023 +"115803",29705,64181,2,607,1828 +"115804",29705,64997,3,607,2791 +"115805",29705,65625,3,607,1273 +"115806",29705,65884,3,607,798 +"115807",29705,66413,3,607,2507 +"115808",29705,66860,2,607,1548 +"115809",29705,67222,3,607,1332 +"115810",29705,69335,3,607,2698 +"115811",29705,69498,3,607,931 +"115812",29705,70603,2,607,1002 +"115813",29705,70605,3,607,1176 +"115814",29705,71342,2,607,1289 +"115815",29705,72468,3,607,2292 +"115816",29705,72956,2,607,1251 +"115817",29705,73128,3,607,1549 +"115818",29705,75948,1,607,1006 +"115819",29705,76127,2,607,910 +"115820",29705,76284,3,607,1237 +"115821",29705,76892,3,607,2381 +"115822",29705,77155,3,607,2946 +"115823",29705,77305,2,607,965 +"115824",29705,78270,2,607,1171 +"115825",29705,78932,3,607,981 +"115826",29705,79322,2,607,2770 +"115827",29705,79804,3,607,2227 +"115828",29705,80301,3,607,1690 +"115829",29705,81588,2,607,1568 +"115830",29705,82787,3,607,1144 +"115831",29705,82949,2,607,2077 +"115832",29705,83434,2,607,850 +"115833",29705,86520,3,607,702 +"115834",29705,87048,3,607,989 +"115835",29705,87118,3,607,1232 +"115836",29705,89097,2,607,935 +"115837",29705,90573,2,607,878 +"115838",29705,97915,3,607,1802 +"115839",29705,98781,3,607,1410 +"115840",29705,100140,3,607,1041 +"115841",29705,105063,3,607,1908 +"115842",29705,105947,3,607,997 +"115843",29705,108867,3,607,2328 +"115844",29705,109510,2,607,621 +"115845",29705,115734,3,607,859 +"115846",29705,121422,3,607,850 +"115847",29722,357,3,1305,2327 +"115848",29722,3163,3,1305,2020 +"115849",29722,21872,3,1305,2458 +"115850",29722,23806,3,1305,1671 +"115851",29722,28056,2,1305,1505 +"115852",29750,270,3,689,2542 +"115853",29750,307,3,689,2530 +"115854",29750,312,3,689,2038 +"115855",29750,380,3,689,2261 +"115856",29750,913,3,689,2144 +"115857",29750,1044,3,689,880 +"115858",29750,1124,3,689,1596 +"115859",29750,1639,3,689,2631 +"115860",29750,1777,3,689,1965 +"115861",29750,2011,3,689,2176 +"115862",29750,2057,3,689,1965 +"115863",29750,2181,3,689,2030 +"115864",29750,2424,3,689,2582 +"115865",29750,2533,3,689,2016 +"115866",29750,2754,3,689,1360 +"115867",29750,3305,3,689,2839 +"115868",29750,3306,3,689,1989 +"115869",29750,3801,3,689,1974 +"115870",29750,3830,3,689,1661 +"115871",29750,3863,3,689,856 +"115872",29750,4226,3,689,1903 +"115873",29750,4317,3,689,1224 +"115874",29750,4701,2,689,2401 +"115875",29750,4790,3,689,1025 +"115876",29750,4791,3,689,1184 +"115877",29750,4932,3,689,2752 +"115878",29750,5226,3,689,1309 +"115879",29750,5429,3,689,1991 +"115880",29750,5462,3,689,2374 +"115881",29750,5504,3,689,2389 +"115882",29750,5599,3,689,1684 +"115883",29750,6047,3,689,2004 +"115884",29750,7555,3,689,1943 +"115885",29750,7847,3,689,2424 +"115886",29750,8621,3,689,1681 +"115887",29750,8712,3,689,1153 +"115888",29750,9311,3,689,2477 +"115889",29750,9364,3,689,1698 +"115890",29750,10148,3,689,2964 +"115891",29750,10358,3,689,2294 +"115892",29750,10513,3,689,2284 +"115893",29750,10576,3,689,974 +"115894",29750,10843,3,689,2277 +"115895",29750,11006,2,689,1950 +"115896",29750,11440,3,689,2026 +"115897",29750,11620,3,689,2010 +"115898",29750,12728,2,689,2374 +"115899",29750,14032,3,689,2144 +"115900",29750,14676,3,689,2764 +"115901",29750,14731,3,689,2012 +"115902",29750,15122,3,689,1201 +"115903",29750,15539,2,689,1929 +"115904",29750,15607,3,689,1421 +"115905",29750,16313,3,689,1160 +"115906",29750,16332,3,689,2668 +"115907",29750,16940,3,689,1290 +"115908",29750,16959,3,689,888 +"115909",29750,17376,3,689,1202 +"115910",29750,18393,3,689,860 +"115911",29750,19248,2,689,2357 +"115912",29750,19606,3,689,2783 +"115913",29750,19719,2,689,2177 +"115914",29750,20124,2,689,2376 +"115915",29750,20311,2,689,1981 +"115916",29750,20975,3,689,1305 +"115917",29750,21197,2,689,1437 +"115918",29750,21198,2,689,935 +"115919",29750,21285,3,689,2100 +"115920",29750,22006,2,689,1202 +"115921",29750,22282,3,689,1418 +"115922",29750,22586,3,689,1341 +"115923",29750,22749,3,689,1727 +"115924",29750,23450,3,689,967 +"115925",29750,23508,2,689,1907 +"115926",29750,23509,3,689,2275 +"115927",29750,23825,2,689,1913 +"115928",29750,24005,3,689,1188 +"115929",29750,25198,3,689,1982 +"115930",29750,26451,3,689,2133 +"115931",29750,26749,2,689,2965 +"115932",29750,26793,3,689,2104 +"115933",29750,27275,3,689,2656 +"115934",29750,27694,2,689,2030 +"115935",29750,27849,1,689,1316 +"115936",29750,28190,3,689,1634 +"115937",29750,28296,3,689,2944 +"115938",29750,31530,2,689,1661 +"115939",29750,31691,3,689,1657 +"115940",29750,31799,3,689,2547 +"115941",29750,32606,2,689,2100 +"115942",29750,32919,3,689,2321 +"115943",29750,33801,3,689,2899 +"115944",29750,33949,3,689,2489 +"115945",29750,34480,3,689,2755 +"115946",29750,34735,3,689,2767 +"115947",29750,35004,3,689,1509 +"115948",29750,35464,2,689,2502 +"115949",29750,35715,3,689,2912 +"115950",29750,36514,3,689,1192 +"115951",29750,37108,3,689,1202 +"115952",29750,37333,3,689,1612 +"115953",29750,38019,3,689,1870 +"115954",29750,38048,3,689,867 +"115955",29750,38055,3,689,1089 +"115956",29750,38728,3,689,851 +"115957",29750,39238,3,689,922 +"115958",29750,41174,2,689,850 +"115959",29750,42619,2,689,2017 +"115960",29750,43051,3,689,904 +"115961",29750,43385,2,689,1623 +"115962",29750,43455,3,689,2846 +"115963",29750,45608,3,689,2420 +"115964",29750,46629,3,689,2255 +"115965",29750,47362,3,689,2253 +"115966",29750,47772,3,689,2293 +"115967",29750,48605,3,689,2796 +"115968",29750,50219,3,689,756 +"115969",29750,50946,3,689,1075 +"115970",29750,51041,3,689,2606 +"115971",29750,51471,3,689,1280 +"115972",29750,52576,3,689,2234 +"115973",29750,53830,3,689,1307 +"115974",29750,54248,3,689,2394 +"115975",29750,54305,3,689,1222 +"115976",29750,55468,2,689,2511 +"115977",29750,56116,3,689,1321 +"115978",29750,56317,3,689,2030 +"115979",29750,56854,3,689,2022 +"115980",29750,57977,3,689,2683 +"115981",29750,58451,3,689,1939 +"115982",29750,58508,3,689,2326 +"115983",29750,58652,2,689,1437 +"115984",29750,58684,3,689,2295 +"115985",29750,61982,2,689,2725 +"115986",29750,62841,3,689,2710 +"115987",29750,66241,3,689,2351 +"115988",29750,66703,3,689,2375 +"115989",29750,68345,3,689,1095 +"115990",29750,69498,3,689,931 +"115991",29750,69745,3,689,1594 +"115992",29750,71342,2,689,1289 +"115993",29750,72207,3,689,2430 +"115994",29750,72956,2,689,1251 +"115995",29750,75948,3,689,1006 +"115996",29750,76284,3,689,1237 +"115997",29750,76892,3,689,2381 +"115998",29750,76999,3,689,908 +"115999",29750,77305,3,689,965 +"116000",29750,79627,3,689,2409 +"116001",29750,80606,3,689,2079 +"116002",29750,81588,2,689,1568 +"116003",29750,82949,3,689,2077 +"116004",29750,83096,3,689,1061 +"116005",29750,83434,3,689,850 +"116006",29750,83491,3,689,1200 +"116007",29750,85430,3,689,2370 +"116008",29750,87144,3,689,2299 +"116009",29750,89097,3,689,935 +"116010",29750,89958,3,689,1186 +"116011",29750,90573,3,689,878 +"116012",29750,94487,3,689,863 +"116013",29750,95288,2,689,1602 +"116014",29750,97811,3,689,1288 +"116015",29750,98781,2,689,1410 +"116016",29750,101347,3,689,1335 +"116017",29750,105117,3,689,809 +"116018",29750,106555,3,689,1626 +"116019",29750,108430,2,689,1642 +"116020",29750,121422,2,689,850 +"116021",29756,14669,3,2051,2080 +"116022",29756,15343,3,2051,2125 +"116023",29756,17967,3,2051,2125 +"116024",29756,21417,3,2051,2422 +"116025",29756,45664,3,2051,2235 +"116026",29756,61336,3,2051,2218 +"116027",29756,73266,3,2051,2496 +"116028",29771,2524,3,283,1708 +"116029",29771,17728,3,283,1542 +"116030",29771,34472,2,283,837 +"116031",29771,61337,3,283,2777 +"116032",29771,80156,2,283,1667 +"116033",29771,106962,2,283,936 +"116034",29775,5937,2,2064,2392 +"116035",29775,15150,3,2064,2801 +"116036",29775,15558,3,2064,2389 +"116037",29775,17815,3,2064,2070 +"116038",29775,18821,3,2064,2075 +"116039",29775,20011,1,2064,2826 +"116040",29775,23728,3,2064,2601 +"116041",29775,30194,3,2064,2874 +"116042",29775,39439,3,2064,2462 +"116043",29775,41521,3,2064,2069 +"116044",29775,44730,3,2064,2468 +"116045",29775,49079,3,2064,2447 +"116046",29775,56413,3,2064,2747 +"116047",29775,76997,3,2064,2223 +"116048",29778,1455,3,840,1262 +"116049",29778,2272,3,840,1640 +"116050",29778,2282,2,840,2056 +"116051",29778,2506,2,840,954 +"116052",29778,2927,2,840,1789 +"116053",29778,4784,3,840,2511 +"116054",29778,5637,1,840,1976 +"116055",29778,6020,3,840,1864 +"116056",29778,6999,3,840,2214 +"116057",29778,7499,3,840,1803 +"116058",29778,9538,3,840,1786 +"116059",29778,9656,2,840,1135 +"116060",29778,9724,3,840,2713 +"116061",29778,11858,3,840,1530 +"116062",29778,13340,3,840,1918 +"116063",29778,14470,3,840,2632 +"116064",29778,17499,2,840,2954 +"116065",29778,17531,3,840,876 +"116066",29778,17695,3,840,1930 +"116067",29778,18821,3,840,2075 +"116068",29778,19476,3,840,1708 +"116069",29778,20038,2,840,1531 +"116070",29778,21358,3,840,1970 +"116071",29778,22357,3,840,1397 +"116072",29778,22410,3,840,2158 +"116073",29778,23550,3,840,2939 +"116074",29778,23560,3,840,2051 +"116075",29778,26597,3,840,2070 +"116076",29778,28782,3,840,2272 +"116077",29778,31264,3,840,2335 +"116078",29778,34274,3,840,1437 +"116079",29778,35317,3,840,1888 +"116080",29778,36399,3,840,1357 +"116081",29778,36840,3,840,2269 +"116082",29778,37684,3,840,2899 +"116083",29778,38422,3,840,1019 +"116084",29778,42382,3,840,2224 +"116085",29778,42390,3,840,2937 +"116086",29778,42407,3,840,2408 +"116087",29778,43701,3,840,2400 +"116088",29778,46616,3,840,1917 +"116089",29778,53584,3,840,2391 +"116090",29778,60463,3,840,1583 +"116091",29778,60836,2,840,1880 +"116092",29778,70011,3,840,2690 +"116093",29778,73520,1,840,2613 +"116094",29778,77580,3,840,888 +"116095",29778,77719,3,840,2086 +"116096",29778,78277,2,840,1937 +"116097",29778,79699,3,840,1735 +"116098",29778,80970,2,840,2069 +"116099",29778,82039,3,840,1327 +"116100",29778,84181,3,840,1272 +"116101",29778,84590,3,840,1734 +"116102",29778,85065,2,840,1585 +"116103",29778,88984,3,840,935 +"116104",29778,93553,3,840,2537 +"116105",29778,93642,3,840,1120 +"116106",29778,94808,3,840,988 +"116107",29778,100231,3,840,998 +"116108",29791,455,3,1986,2827 +"116109",29791,1262,3,1986,2973 +"116110",29791,2765,3,1986,2321 +"116111",29791,3695,2,1986,2612 +"116112",29791,5491,3,1986,2048 +"116113",29791,6324,3,1986,1990 +"116114",29791,7078,3,1986,2344 +"116115",29791,7394,3,1986,2615 +"116116",29791,12035,3,1986,2721 +"116117",29791,13732,3,1986,2789 +"116118",29791,14772,3,1986,2386 +"116119",29791,15343,3,1986,2125 +"116120",29791,17826,3,1986,2920 +"116121",29791,17967,3,1986,2125 +"116122",29791,18151,2,1986,2962 +"116123",29791,18366,3,1986,2699 +"116124",29791,19872,3,1986,2913 +"116125",29791,20423,3,1986,2654 +"116126",29791,20469,2,1986,2125 +"116127",29791,21417,3,1986,2422 +"116128",29791,21795,2,1986,2653 +"116129",29791,26865,3,1986,2726 +"116130",29791,30081,3,1986,2403 +"116131",29791,34311,3,1986,2213 +"116132",29791,34327,3,1986,2959 +"116133",29791,39827,3,1986,2321 +"116134",29791,41004,3,1986,2561 +"116135",29791,42618,3,1986,2316 +"116136",29791,45664,2,1986,2235 +"116137",29791,46602,3,1986,2786 +"116138",29791,49461,3,1986,2793 +"116139",29791,61336,3,1986,2218 +"116140",29791,68215,3,1986,2727 +"116141",29791,70046,3,1986,2624 +"116142",29791,73266,3,1986,2496 +"116143",29791,90501,2,1986,2380 +"116144",29818,364,3,1677,2351 +"116145",29818,3271,3,1677,2216 +"116146",29818,3456,3,1677,1999 +"116147",29818,3493,3,1677,2451 +"116148",29818,3978,3,1677,2775 +"116149",29818,4249,3,1677,2547 +"116150",29818,7252,3,1677,2799 +"116151",29818,7337,3,1677,1797 +"116152",29818,7355,3,1677,1928 +"116153",29818,7780,3,1677,1920 +"116154",29818,9332,3,1677,2734 +"116155",29818,9615,3,1677,2464 +"116156",29818,9703,3,1677,1845 +"116157",29818,9785,3,1677,2951 +"116158",29818,9787,3,1677,2858 +"116159",29818,10129,3,1677,2124 +"116160",29818,10457,2,1677,1711 +"116161",29818,12361,2,1677,2732 +"116162",29818,12948,3,1677,2669 +"116163",29818,14781,3,1677,2338 +"116164",29818,16176,3,1677,2703 +"116165",29818,17645,3,1677,1918 +"116166",29818,18005,3,1677,2449 +"116167",29818,18421,3,1677,2457 +"116168",29818,19655,3,1677,2706 +"116169",29818,20124,3,1677,2376 +"116170",29818,21227,3,1677,2110 +"116171",29818,21487,3,1677,2203 +"116172",29818,22766,3,1677,1945 +"116173",29818,28869,3,1677,2425 +"116174",29818,29116,3,1677,2128 +"116175",29818,31335,3,1677,2351 +"116176",29818,32339,3,1677,2430 +"116177",29818,34742,3,1677,1883 +"116178",29818,37424,3,1677,1693 +"116179",29818,37636,3,1677,2178 +"116180",29818,37929,3,1677,2393 +"116181",29818,39256,3,1677,2449 +"116182",29818,40572,3,1677,2666 +"116183",29818,41581,2,1677,1692 +"116184",29818,45138,3,1677,2516 +"116185",29818,45869,3,1677,2840 +"116186",29818,47968,3,1677,2829 +"116187",29818,50509,3,1677,2050 +"116188",29818,51144,3,1677,2466 +"116189",29818,53687,3,1677,2422 +"116190",29818,54775,3,1677,2383 +"116191",29818,55817,3,1677,2285 +"116192",29818,57067,3,1677,2547 +"116193",29818,58745,2,1677,1920 +"116194",29818,71531,3,1677,2887 +"116195",29818,85198,2,1677,1794 +"116196",29818,90892,2,1677,2399 +"116197",29825,14959,3,2603,2898 +"116198",29825,22895,1,2603,2704 +"116199",29825,24069,3,2603,2697 +"116200",29825,36487,3,2603,2622 +"116201",29825,58501,3,2603,2613 +"116202",29875,34504,2,1610,2310 +"116203",29875,54661,3,1610,1949 +"116204",29875,56924,1,1610,1894 +"116205",29884,854,3,1239,2307 +"116206",29884,1175,3,1239,1642 +"116207",29884,2484,3,1239,2389 +"116208",29884,3068,2,1239,1815 +"116209",29884,3477,3,1239,2546 +"116210",29884,3886,2,1239,1669 +"116211",29884,6063,3,1239,2349 +"116212",29884,9423,3,1239,1708 +"116213",29884,12081,3,1239,2166 +"116214",29884,12388,3,1239,1975 +"116215",29884,12729,3,1239,1835 +"116216",29884,13158,3,1239,2667 +"116217",29884,13899,3,1239,2650 +"116218",29884,15106,3,1239,2286 +"116219",29884,15444,3,1239,2764 +"116220",29884,17351,3,1239,2036 +"116221",29884,17943,3,1239,1943 +"116222",29884,18011,3,1239,1636 +"116223",29884,18165,3,1239,2085 +"116224",29884,18217,3,1239,1566 +"116225",29884,18670,3,1239,1835 +"116226",29884,19282,3,1239,1623 +"116227",29884,19317,1,1239,2041 +"116228",29884,21275,2,1239,2609 +"116229",29884,22025,2,1239,1591 +"116230",29884,22682,3,1239,2035 +"116231",29884,24256,3,1239,2393 +"116232",29884,29512,3,1239,1594 +"116233",29884,30236,3,1239,2238 +"116234",29884,30798,2,1239,1398 +"116235",29884,31705,3,1239,2706 +"116236",29884,33223,3,1239,2397 +"116237",29884,35045,3,1239,1646 +"116238",29884,37301,3,1239,2160 +"116239",29884,37752,3,1239,2223 +"116240",29884,39906,3,1239,2365 +"116241",29884,40542,3,1239,1664 +"116242",29884,40565,3,1239,2115 +"116243",29884,41682,3,1239,1988 +"116244",29884,48823,3,1239,2080 +"116245",29884,58164,2,1239,2398 +"116246",29884,61242,2,1239,1650 +"116247",29884,77077,2,1239,2693 +"116248",29884,80764,3,1239,1808 +"116249",29884,83218,2,1239,1537 +"116250",29884,95879,3,1239,1748 +"116251",29884,97768,3,1239,1500 +"116252",29884,99940,3,1239,2884 +"116253",29899,3961,3,2375,2426 +"116254",29899,8327,3,2375,2527 +"116255",29899,20423,2,2375,2654 +"116256",29899,24756,3,2375,2530 +"116257",29899,38227,3,2375,2511 +"116258",29899,79653,3,2375,2683 +"116259",29912,237,3,144,1982 +"116260",29912,341,2,144,2689 +"116261",29912,841,2,144,2964 +"116262",29912,1427,3,144,324 +"116263",29912,1428,3,144,742 +"116264",29912,1728,3,144,284 +"116265",29912,2798,3,144,1673 +"116266",29912,2985,3,144,2398 +"116267",29912,3456,3,144,1999 +"116268",29912,3620,3,144,2955 +"116269",29912,3830,3,144,1661 +"116270",29912,4779,2,144,379 +"116271",29912,5036,2,144,312 +"116272",29912,6821,2,144,1788 +"116273",29912,10215,3,144,2006 +"116274",29912,10373,3,144,2436 +"116275",29912,13842,3,144,2250 +"116276",29912,15990,3,144,593 +"116277",29912,16053,3,144,908 +"116278",29912,16437,3,144,1956 +"116279",29912,18978,3,144,952 +"116280",29912,20273,3,144,148 +"116281",29912,20732,3,144,2401 +"116282",29912,23726,3,144,2434 +"116283",29912,23869,3,144,1918 +"116284",29912,24722,3,144,341 +"116285",29912,25378,3,144,1245 +"116286",29912,27312,3,144,2469 +"116287",29912,27742,3,144,2700 +"116288",29912,28131,3,144,1492 +"116289",29912,30891,2,144,1256 +"116290",29912,31331,3,144,2964 +"116291",29912,32920,3,144,2158 +"116292",29912,39563,3,144,486 +"116293",29912,41278,3,144,1873 +"116294",29912,41446,3,144,1103 +"116295",29912,41900,3,144,1970 +"116296",29912,43961,2,144,2443 +"116297",29912,44235,3,144,2700 +"116298",29912,44786,3,144,1096 +"116299",29912,46803,3,144,2305 +"116300",29912,47375,3,144,2043 +"116301",29912,50382,3,144,2244 +"116302",29912,53924,3,144,1289 +"116303",29912,54782,3,144,565 +"116304",29912,55828,3,144,2393 +"116305",29912,56755,3,144,2158 +"116306",29912,58829,3,144,1256 +"116307",29912,61727,2,144,413 +"116308",29912,64967,1,144,2872 +"116309",29912,67942,2,144,973 +"116310",29912,74730,3,144,535 +"116311",29912,80671,3,144,665 +"116312",29912,82738,3,144,591 +"116313",29912,87011,3,144,1592 +"116314",29912,87269,3,144,847 +"116315",29912,88454,3,144,663 +"116316",29912,90669,2,144,152 +"116317",29912,90837,2,144,825 +"116318",29912,92254,3,144,517 +"116319",29912,94625,2,144,2105 +"116320",29912,95416,3,144,982 +"116321",29912,102050,3,144,906 +"116322",29912,107273,3,144,604 +"116323",29912,109175,3,144,146 +"116324",29912,111193,3,144,429 +"116325",29912,115021,2,144,1226 +"116326",29912,117125,2,144,169 +"116327",29912,117679,3,144,535 +"116328",29912,119524,3,144,1930 +"116329",29912,119921,3,144,1113 +"116330",29914,388,3,199,1594 +"116331",29914,622,3,199,501 +"116332",29914,1150,3,199,1595 +"116333",29914,1560,3,199,2013 +"116334",29914,3016,3,199,747 +"116335",29914,3271,3,199,2216 +"116336",29914,5716,3,199,1058 +"116337",29914,6417,3,199,1675 +"116338",29914,9272,3,199,2835 +"116339",29914,10200,3,199,2920 +"116340",29914,10908,3,199,1134 +"116341",29914,11429,2,199,2520 +"116342",29914,14654,2,199,1692 +"116343",29914,14761,3,199,2502 +"116344",29914,16352,3,199,2657 +"116345",29914,19383,3,199,1200 +"116346",29914,20363,3,199,279 +"116347",29914,22652,3,199,1544 +"116348",29914,23398,3,199,896 +"116349",29914,26659,3,199,903 +"116350",29914,28002,3,199,914 +"116351",29914,31541,3,199,1500 +"116352",29914,37342,3,199,2649 +"116353",29914,39186,3,199,1258 +"116354",29914,39211,3,199,1908 +"116355",29914,40392,3,199,1878 +"116356",29914,40417,3,199,771 +"116357",29914,43226,3,199,2442 +"116358",29914,44074,3,199,1299 +"116359",29914,45874,1,199,944 +"116360",29914,45983,2,199,1260 +"116361",29914,48110,3,199,2009 +"116362",29914,50430,3,199,1689 +"116363",29914,57394,3,199,1271 +"116364",29914,58508,3,199,2326 +"116365",29914,69077,1,199,1689 +"116366",29914,69335,3,199,2698 +"116367",29914,80219,3,199,988 +"116368",29914,80301,3,199,1690 +"116369",29914,82226,3,199,1619 +"116370",29914,111040,3,199,711 +"116371",29915,3284,2,848,1541 +"116372",29915,4330,2,848,1128 +"116373",29915,11383,3,848,977 +"116374",29915,25327,3,848,977 +"116375",29915,36514,3,848,1192 +"116376",29915,43204,3,848,1680 +"116377",29915,91435,3,848,933 +"116378",29917,270,3,1962,2542 +"116379",29917,312,3,1962,2038 +"116380",29917,2424,3,1962,2582 +"116381",29917,2533,3,1962,2016 +"116382",29917,3305,3,1962,2839 +"116383",29917,3966,1,1962,2425 +"116384",29917,5429,3,1962,1991 +"116385",29917,6740,3,1962,2699 +"116386",29917,7677,3,1962,2338 +"116387",29917,10130,3,1962,2741 +"116388",29917,11103,3,1962,2393 +"116389",29917,11440,3,1962,2026 +"116390",29917,11456,3,1962,2715 +"116391",29917,11493,3,1962,2077 +"116392",29917,12042,3,1962,2345 +"116393",29917,15813,3,1962,2143 +"116394",29917,16432,3,1962,2664 +"116395",29917,19248,2,1962,2357 +"116396",29917,19719,2,1962,2177 +"116397",29917,20292,3,1962,2755 +"116398",29917,21406,3,1962,2714 +"116399",29917,22277,2,1962,2424 +"116400",29917,23319,3,1962,2867 +"116401",29917,24256,3,1962,2393 +"116402",29917,25129,2,1962,2647 +"116403",29917,25198,3,1962,1982 +"116404",29917,25325,1,1962,2963 +"116405",29917,27195,3,1962,2158 +"116406",29917,27694,3,1962,2030 +"116407",29917,29930,2,1962,2240 +"116408",29917,33052,3,1962,2251 +"116409",29917,34509,2,1962,1973 +"116410",29917,36646,3,1962,2744 +"116411",29917,37238,3,1962,2609 +"116412",29917,38633,3,1962,2253 +"116413",29917,38800,3,1962,2756 +"116414",29917,40493,3,1962,1981 +"116415",29917,41402,3,1962,2313 +"116416",29917,42574,2,1962,2842 +"116417",29917,42642,3,1962,2257 +"116418",29917,43455,3,1962,2846 +"116419",29917,46629,3,1962,2255 +"116420",29917,47248,3,1962,2883 +"116421",29917,48605,3,1962,2796 +"116422",29917,49110,3,1962,2938 +"116423",29917,50685,3,1962,2008 +"116424",29917,51017,3,1962,2073 +"116425",29917,52570,3,1962,2645 +"116426",29917,52576,3,1962,2234 +"116427",29917,53219,3,1962,2973 +"116428",29917,53293,3,1962,2916 +"116429",29917,61982,2,1962,2725 +"116430",29917,62841,1,1962,2710 +"116431",29917,67150,3,1962,2633 +"116432",29917,69591,2,1962,2294 +"116433",29917,76892,3,1962,2381 +"116434",29917,80606,3,1962,2079 +"116435",29918,1136,3,1953,2536 +"116436",29918,14676,3,1953,2764 +"116437",29918,14731,3,1953,2012 +"116438",29918,31001,2,1953,2119 +"116439",29918,42216,3,1953,2722 +"116440",29918,50585,3,1953,2414 +"116441",29918,67719,3,1953,2429 +"116442",29923,823,3,626,2840 +"116443",29923,2208,3,626,2814 +"116444",29923,2462,3,626,849 +"116445",29923,6914,3,626,2668 +"116446",29923,10222,3,626,2212 +"116447",29923,10474,3,626,1608 +"116448",29923,14507,3,626,2686 +"116449",29923,14983,3,626,1047 +"116450",29923,17721,3,626,1410 +"116451",29923,18289,3,626,862 +"116452",29923,20494,3,626,1075 +"116453",29923,21448,3,626,2332 +"116454",29923,22169,3,626,673 +"116455",29923,29224,3,626,2011 +"116456",29923,33356,3,626,1586 +"116457",29923,38755,3,626,2902 +"116458",29923,47064,3,626,1993 +"116459",29923,54250,3,626,2340 +"116460",29923,64502,3,626,1670 +"116461",29923,65475,3,626,1267 +"116462",29923,66318,3,626,2803 +"116463",29923,68382,3,626,1047 +"116464",29923,75168,3,626,699 +"116465",29929,13586,2,2789,2966 +"116466",29929,67726,3,2789,2873 +"116467",29930,341,3,2240,2689 +"116468",29930,470,3,2240,2285 +"116469",29930,701,3,2240,2718 +"116470",29930,854,3,2240,2307 +"116471",29930,997,3,2240,2788 +"116472",29930,1831,3,2240,2397 +"116473",29930,2484,3,2240,2389 +"116474",29930,2572,3,2240,2273 +"116475",29930,3495,3,2240,2431 +"116476",29930,3961,3,2240,2426 +"116477",29930,3966,2,2240,2425 +"116478",29930,4303,3,2240,2414 +"116479",29930,5041,3,2240,2371 +"116480",29930,5315,2,2240,2631 +"116481",29930,5350,3,2240,2522 +"116482",29930,6192,3,2240,2409 +"116483",29930,6253,3,2240,2282 +"116484",29930,6255,3,2240,2895 +"116485",29930,7515,3,2240,2737 +"116486",29930,7616,3,2240,2296 +"116487",29930,7847,3,2240,2424 +"116488",29930,9184,3,2240,2670 +"116489",29930,9723,3,2240,2302 +"116490",29930,9928,3,2240,2345 +"116491",29930,10310,2,2240,2774 +"116492",29930,10358,2,2240,2294 +"116493",29930,10779,3,2240,2881 +"116494",29930,11103,1,2240,2393 +"116495",29930,11160,3,2240,2952 +"116496",29930,11218,3,2240,2292 +"116497",29930,11966,3,2240,2385 +"116498",29930,12035,3,2240,2721 +"116499",29930,12042,3,2240,2345 +"116500",29930,13311,3,2240,2315 +"116501",29930,13780,3,2240,2412 +"116502",29930,15301,3,2240,2308 +"116503",29930,15309,3,2240,2820 +"116504",29930,15636,3,2240,2857 +"116505",29930,16352,2,2240,2657 +"116506",29930,18005,3,2240,2449 +"116507",29930,18464,3,2240,2312 +"116508",29930,19208,3,2240,2629 +"116509",29930,20067,3,2240,2390 +"116510",29930,20331,2,2240,2365 +"116511",29930,20695,3,2240,2526 +"116512",29930,20730,3,2240,2243 +"116513",29930,21138,3,2240,2849 +"116514",29930,21406,3,2240,2714 +"116515",29930,21463,3,2240,2437 +"116516",29930,21571,3,2240,2755 +"116517",29930,22141,3,2240,2348 +"116518",29930,22207,3,2240,2365 +"116519",29930,23132,3,2240,2756 +"116520",29930,23310,3,2240,2371 +"116521",29930,24256,1,2240,2393 +"116522",29930,24586,3,2240,2465 +"116523",29930,24753,3,2240,2860 +"116524",29930,25325,2,2240,2963 +"116525",29930,26080,3,2240,2525 +"116526",29930,28296,3,2240,2944 +"116527",29930,29314,3,2240,2736 +"116528",29930,30747,3,2240,2455 +"116529",29930,31705,2,2240,2706 +"116530",29930,32567,3,2240,2784 +"116531",29930,32919,3,2240,2321 +"116532",29930,33184,2,2240,2522 +"116533",29930,34735,2,2240,2767 +"116534",29930,35926,3,2240,2371 +"116535",29930,36441,3,2240,2796 +"116536",29930,36574,2,2240,2934 +"116537",29930,36953,3,2240,2790 +"116538",29930,39105,3,2240,2487 +"116539",29930,39535,3,2240,2428 +"116540",29930,41664,3,2240,2641 +"116541",29930,41770,2,2240,2752 +"116542",29930,41955,2,2240,2479 +"116543",29930,42129,3,2240,2318 +"116544",29930,42574,2,2240,2842 +"116545",29930,42799,3,2240,2729 +"116546",29930,43349,3,2240,2400 +"116547",29930,45302,3,2240,2390 +"116548",29930,48571,3,2240,2717 +"116549",29930,48605,3,2240,2796 +"116550",29930,49110,3,2240,2938 +"116551",29930,49334,3,2240,2433 +"116552",29930,50236,3,2240,2339 +"116553",29930,50977,3,2240,2352 +"116554",29930,51035,3,2240,2397 +"116555",29930,51866,3,2240,2411 +"116556",29930,52815,3,2240,2323 +"116557",29930,53219,2,2240,2973 +"116558",29930,54929,3,2240,2783 +"116559",29930,57549,3,2240,2335 +"116560",29930,62841,3,2240,2710 +"116561",29930,64255,3,2240,2309 +"116562",29930,66413,3,2240,2507 +"116563",29930,67150,3,2240,2633 +"116564",29930,73305,2,2240,2544 +"116565",29930,76356,3,2240,2323 +"116566",29930,80944,3,2240,2300 +"116567",29930,82932,3,2240,2245 +"116568",29930,84022,3,2240,2289 +"116569",29930,117956,2,2240,2774 +"116570",29941,13586,2,1986,2966 +"116571",29941,29929,1,1986,2789 +"116572",29941,35815,2,1986,2789 +"116573",29941,56082,3,1986,2395 +"116574",29941,57842,3,1986,2482 +"116575",29948,2208,3,2795,2814 +"116576",29948,18543,3,2795,2968 +"116577",29948,43173,2,2795,2895 +"116578",29948,44427,3,2795,2875 +"116579",29948,88232,3,2795,2881 +"116580",29962,270,3,2201,2542 +"116581",29962,455,3,2201,2827 +"116582",29962,470,3,2201,2285 +"116583",29962,543,3,2201,2203 +"116584",29962,2424,3,2201,2582 +"116585",29962,3477,3,2201,2546 +"116586",29962,6063,3,2201,2349 +"116587",29962,13307,3,2201,2206 +"116588",29962,18361,3,2201,2968 +"116589",29962,21012,3,2201,2325 +"116590",29962,22326,2,2201,2818 +"116591",29962,22415,3,2201,2841 +"116592",29962,24448,3,2201,2289 +"116593",29962,25305,1,2201,2447 +"116594",29962,26721,3,2201,2586 +"116595",29962,26749,3,2201,2965 +"116596",29962,27275,3,2201,2656 +"116597",29962,27390,2,2201,2425 +"116598",29962,30052,1,2201,2855 +"116599",29962,30173,3,2201,2404 +"116600",29962,33223,3,2201,2397 +"116601",29962,41872,3,2201,2974 +"116602",29962,47844,3,2201,2906 +"116603",29962,52576,3,2201,2234 +"116604",29962,58508,3,2201,2326 +"116605",29962,65016,3,2201,2749 +"116606",29962,67652,3,2201,2736 +"116607",29962,70217,3,2201,2332 +"116608",29962,72207,3,2201,2430 +"116609",29962,76892,3,2201,2381 +"116610",29962,79322,2,2201,2770 +"116611",29977,17037,3,2781,2947 +"116612",29977,27686,2,2781,2844 +"116613",29977,36278,3,2781,2952 +"116614",29977,41945,3,2781,2856 +"116615",29977,43455,3,2781,2846 +"116616",29977,43673,2,2781,2787 +"116617",29977,62626,3,2781,2787 +"116618",29982,145,3,1372,1998 +"116619",29982,180,3,1372,1593 +"116620",29982,312,3,1372,2038 +"116621",29982,913,3,1372,2144 +"116622",29982,7759,3,1372,2844 +"116623",29982,10488,3,1372,1524 +"116624",29982,10871,3,1372,2314 +"116625",29982,13586,1,1372,2966 +"116626",29982,15700,1,1372,1712 +"116627",29982,19516,3,1372,2313 +"116628",29982,26867,3,1372,1804 +"116629",29982,29929,1,1372,2789 +"116630",29982,29941,1,1372,1986 +"116631",29982,30334,3,1372,2075 +"116632",29982,31235,3,1372,2668 +"116633",29982,35815,1,1372,2789 +"116634",29982,37636,3,1372,2178 +"116635",29982,40392,3,1372,1878 +"116636",29982,43213,3,1372,2160 +"116637",29982,43385,3,1372,1623 +"116638",29982,44819,3,1372,2063 +"116639",29982,50236,3,1372,2339 +"116640",29982,51783,3,1372,2599 +"116641",29982,52136,3,1372,1412 +"116642",29982,56082,2,1372,2395 +"116643",29982,57842,2,1372,2482 +"116644",29982,72207,3,1372,2430 +"116645",29982,75403,3,1372,1895 +"116646",29982,82747,3,1372,1496 +"116647",29985,23000,2,1568,1815 +"116648",29985,26182,3,1568,2775 +"116649",29985,78594,3,1568,2441 +"116650",29987,212,1,956,1513 +"116651",29987,270,3,956,2542 +"116652",29987,380,3,956,2261 +"116653",29987,1102,3,956,2282 +"116654",29987,1124,3,956,1596 +"116655",29987,1897,3,956,1727 +"116656",29987,2111,3,956,1904 +"116657",29987,2224,3,956,2751 +"116658",29987,2424,3,956,2582 +"116659",29987,4360,3,956,1770 +"116660",29987,4790,3,956,1025 +"116661",29987,4791,3,956,1184 +"116662",29987,5971,3,956,1985 +"116663",29987,6588,3,956,2025 +"116664",29987,6718,1,956,2138 +"116665",29987,8533,3,956,2251 +"116666",29987,8762,3,956,2585 +"116667",29987,9432,3,956,1693 +"116668",29987,10488,3,956,1524 +"116669",29987,10857,3,956,2253 +"116670",29987,11218,3,956,2292 +"116671",29987,11229,3,956,1625 +"116672",29987,13307,3,956,2206 +"116673",29987,14959,3,956,2898 +"116674",29987,15135,3,956,1035 +"116675",29987,17376,3,956,1202 +"116676",29987,18152,2,956,1314 +"116677",29987,18394,3,956,2356 +"116678",29987,18571,3,956,2128 +"116679",29987,19862,3,956,2412 +"116680",29987,20124,3,956,2376 +"116681",29987,21012,3,956,2325 +"116682",29987,21104,3,956,2327 +"116683",29987,21122,3,956,1701 +"116684",29987,21164,3,956,1645 +"116685",29987,21463,3,956,2437 +"116686",29987,21693,2,956,2176 +"116687",29987,22197,3,956,2271 +"116688",29987,22282,3,956,1418 +"116689",29987,22326,2,956,2818 +"116690",29987,22362,2,956,1836 +"116691",29987,23526,3,956,1998 +"116692",29987,23715,3,956,1859 +"116693",29987,24362,3,956,1287 +"116694",29987,25305,1,956,2447 +"116695",29987,27390,3,956,2425 +"116696",29987,29962,2,956,2201 +"116697",29987,30052,3,956,2855 +"116698",29987,30173,3,956,2404 +"116699",29987,30325,3,956,1067 +"116700",29987,30405,3,956,2164 +"116701",29987,32131,2,956,1035 +"116702",29987,35673,3,956,1067 +"116703",29987,36136,3,956,2338 +"116704",29987,38019,3,956,1870 +"116705",29987,40493,3,956,1981 +"116706",29987,42216,3,956,2722 +"116707",29987,42687,2,956,1952 +"116708",29987,43455,3,956,2846 +"116709",29987,46629,3,956,2255 +"116710",29987,48035,3,956,2180 +"116711",29987,50118,3,956,2654 +"116712",29987,52136,3,956,1412 +"116713",29987,52576,3,956,2234 +"116714",29987,54551,3,956,2348 +"116715",29987,56082,3,956,2395 +"116716",29987,56317,3,956,2030 +"116717",29987,58508,3,956,2326 +"116718",29987,61982,3,956,2725 +"116719",29987,66860,3,956,1548 +"116720",29987,70217,2,956,2332 +"116721",29987,72207,2,956,2430 +"116722",29987,75948,3,956,1006 +"116723",29987,79322,3,956,2770 +"116724",29987,79804,3,956,2227 +"116725",29987,81588,3,956,1568 +"116726",29987,82949,3,956,2077 +"116727",29987,85138,2,956,1685 +"116728",29987,87048,3,956,989 +"116729",29987,97915,3,956,1802 +"116730",29987,101797,3,956,2357 +"116731",29987,111971,3,956,1032 +"116732",29990,68979,3,1168,1173 +"116733",29997,2057,1,1789,1965 +"116734",29997,2852,3,1789,2448 +"116735",29997,3127,3,1789,2273 +"116736",29997,3456,3,1789,1999 +"116737",29997,5235,3,1789,2324 +"116738",29997,7597,2,1789,2037 +"116739",29997,7896,3,1789,2447 +"116740",29997,8865,2,1789,2394 +"116741",29997,9115,3,1789,2068 +"116742",29997,9723,3,1789,2302 +"116743",29997,11136,3,1789,2573 +"116744",29997,11585,1,1789,1817 +"116745",29997,11588,3,1789,2352 +"116746",29997,14586,3,1789,2801 +"116747",29997,16690,3,1789,2132 +"116748",29997,21528,2,1789,1807 +"116749",29997,22723,3,1789,2859 +"116750",29997,24060,3,1789,2349 +"116751",29997,32606,3,1789,2100 +"116752",29997,32778,3,1789,2310 +"116753",29997,32920,3,1789,2158 +"116754",29997,40138,3,1789,2719 +"116755",29997,40572,3,1789,2666 +"116756",29997,41023,2,1789,2408 +"116757",29997,41598,3,1789,2291 +"116758",29997,41694,3,1789,2358 +"116759",29997,47529,3,1789,2914 +"116760",29997,47968,3,1789,2829 +"116761",29997,55482,3,1789,1866 +"116762",29997,59683,2,1789,2068 +"116763",29997,63837,2,1789,2807 +"116764",29997,64967,3,1789,2872 +"116765",29997,65856,3,1789,2504 +"116766",29997,66994,3,1789,1865 +"116767",29997,69232,1,1789,2130 +"116768",29997,71652,2,1789,2638 +"116769",29997,81164,3,1789,2260 +"116770",30016,455,3,1124,2827 +"116771",30016,470,3,1124,2285 +"116772",30016,600,3,1124,1702 +"116773",30016,7672,2,1124,1974 +"116774",30016,8759,2,1124,1202 +"116775",30016,8984,3,1124,1162 +"116776",30016,9954,3,1124,2117 +"116777",30016,10433,3,1124,2075 +"116778",30016,20824,3,1124,1366 +"116779",30016,28115,3,1124,1835 +"116780",30016,28991,3,1124,1688 +"116781",30016,30981,3,1124,2366 +"116782",30016,31050,3,1124,1491 +"116783",30016,32965,3,1124,2071 +"116784",30016,34120,3,1124,2786 +"116785",30016,34160,3,1124,1759 +"116786",30016,35301,3,1124,1302 +"116787",30016,41739,3,1124,1339 +"116788",30016,41955,2,1124,2479 +"116789",30016,42642,3,1124,2257 +"116790",30016,54388,2,1124,1257 +"116791",30016,57977,3,1124,2683 +"116792",30016,86505,2,1124,1302 +"116793",30016,109114,1,1124,1287 +"116794",30034,680,3,2357,2569 +"116795",30034,2936,3,2357,2512 +"116796",30034,3477,3,2357,2546 +"116797",30034,3493,2,2357,2451 +"116798",30034,4303,3,2357,2414 +"116799",30034,5683,3,2357,2468 +"116800",30034,8865,3,2357,2394 +"116801",30034,19364,3,2357,2846 +"116802",30034,20941,2,2357,2725 +"116803",30034,22709,3,2357,2743 +"116804",30034,22723,3,2357,2859 +"116805",30034,25330,3,2357,2370 +"116806",30034,27686,3,2357,2844 +"116807",30034,29977,3,2357,2781 +"116808",30034,34216,3,2357,2832 +"116809",30034,36278,3,2357,2952 +"116810",30034,38691,2,2357,2585 +"116811",30034,43673,3,2357,2787 +"116812",30034,50585,3,2357,2414 +"116813",30034,51144,3,2357,2466 +"116814",30034,57180,3,2357,2703 +"116815",30034,62626,3,2357,2787 +"116816",30034,70583,3,2357,2615 +"116817",30042,21,1,192,1385 +"116818",30042,1108,2,192,1600 +"116819",30042,10239,3,192,2032 +"116820",30042,10980,3,192,1974 +"116821",30042,14586,3,192,2801 +"116822",30042,20363,3,192,279 +"116823",30042,31541,3,192,1500 +"116824",30042,34491,3,192,2694 +"116825",30042,37522,2,192,1270 +"116826",30042,38087,3,192,1083 +"116827",30042,39522,3,192,1428 +"116828",30042,42331,3,192,1585 +"116829",30042,42373,3,192,871 +"116830",30042,47810,3,192,957 +"116831",30042,47968,3,192,2829 +"116832",30042,50903,3,192,931 +"116833",30042,63077,3,192,2778 +"116834",30042,63837,3,192,2807 +"116835",30042,76007,3,192,918 +"116836",30042,83253,3,192,1102 +"116837",30042,83301,3,192,1385 +"116838",30042,84447,3,192,1006 +"116839",30042,84975,1,192,1138 +"116840",30042,92850,3,192,1971 +"116841",30042,100432,3,192,1358 +"116842",30042,100860,3,192,2326 +"116843",30042,103890,3,192,958 +"116844",30042,104185,3,192,457 +"116845",30042,109194,3,192,494 +"116846",30042,113116,3,192,769 +"116847",30052,16954,3,2855,2972 +"116848",30052,26749,3,2855,2965 +"116849",30052,41872,3,2855,2974 +"116850",30052,47844,3,2855,2906 +"116851",30052,55438,3,2855,2863 +"116852",30057,21,3,504,1385 +"116853",30057,364,3,504,2351 +"116854",30057,1349,3,504,1147 +"116855",30057,1519,3,504,2349 +"116856",30057,2852,2,504,2448 +"116857",30057,3493,3,504,2451 +"116858",30057,4001,3,504,1687 +"116859",30057,4660,3,504,2149 +"116860",30057,5106,3,504,2622 +"116861",30057,5296,3,504,820 +"116862",30057,5897,3,504,2337 +"116863",30057,6996,2,504,2916 +"116864",30057,8700,3,504,1270 +"116865",30057,9298,3,504,1109 +"116866",30057,9785,3,504,2951 +"116867",30057,9787,3,504,2858 +"116868",30057,10803,3,504,545 +"116869",30057,12361,3,504,2732 +"116870",30057,14652,3,504,2516 +"116871",30057,15379,3,504,1231 +"116872",30057,15535,3,504,891 +"116873",30057,16161,3,504,599 +"116874",30057,16286,3,504,2470 +"116875",30057,16384,3,504,1320 +"116876",30057,16725,3,504,2830 +"116877",30057,16864,2,504,814 +"116878",30057,17033,1,504,2771 +"116879",30057,17257,3,504,1117 +"116880",30057,17320,3,504,571 +"116881",30057,18978,3,504,952 +"116882",30057,19655,3,504,2706 +"116883",30057,20395,3,504,1468 +"116884",30057,20659,3,504,1969 +"116885",30057,20941,3,504,2725 +"116886",30057,20984,3,504,2502 +"116887",30057,21225,2,504,1945 +"116888",30057,21383,3,504,971 +"116889",30057,21810,3,504,1579 +"116890",30057,23280,3,504,536 +"116891",30057,23966,2,504,891 +"116892",30057,26793,1,504,2104 +"116893",30057,27543,3,504,666 +"116894",30057,27742,3,504,2700 +"116895",30057,27914,3,504,2507 +"116896",30057,29473,3,504,2602 +"116897",30057,31335,3,504,2351 +"116898",30057,36737,2,504,829 +"116899",30057,37400,2,504,2860 +"116900",30057,37424,3,504,1693 +"116901",30057,38915,3,504,746 +"116902",30057,39627,3,504,546 +"116903",30057,41023,3,504,2408 +"116904",30057,41633,3,504,1976 +"116905",30057,42373,3,504,871 +"116906",30057,43153,2,504,1381 +"116907",30057,43159,3,504,512 +"116908",30057,43953,3,504,2203 +"116909",30057,45729,3,504,2606 +"116910",30057,50685,3,504,2008 +"116911",30057,51144,3,504,2466 +"116912",30057,53293,2,504,2916 +"116913",30057,53645,3,504,789 +"116914",30057,54094,3,504,987 +"116915",30057,54775,3,504,2383 +"116916",30057,55234,3,504,890 +"116917",30057,55349,3,504,826 +"116918",30057,55717,3,504,922 +"116919",30057,57549,2,504,2335 +"116920",30057,63641,3,504,2337 +"116921",30057,64156,2,504,675 +"116922",30057,66717,3,504,2104 +"116923",30057,67617,3,504,1149 +"116924",30057,68931,2,504,2771 +"116925",30057,69545,2,504,673 +"116926",30057,70583,3,504,2615 +"116927",30057,72535,3,504,1191 +"116928",30057,72632,3,504,1289 +"116929",30057,73107,3,504,1918 +"116930",30057,83253,3,504,1102 +"116931",30057,85198,3,504,1794 +"116932",30057,85869,3,504,1509 +"116933",30057,87142,3,504,591 +"116934",30057,87958,3,504,1234 +"116935",30057,88710,2,504,927 +"116936",30057,95910,3,504,999 +"116937",30057,96007,3,504,895 +"116938",30057,96310,3,504,1016 +"116939",30057,106240,2,504,705 +"116940",30057,107004,3,504,1672 +"116941",30065,2057,3,604,1965 +"116942",30065,11585,3,604,1817 +"116943",30065,12067,3,604,1213 +"116944",30065,16959,3,604,888 +"116945",30065,19231,3,604,1424 +"116946",30065,28094,3,604,1423 +"116947",30065,29997,2,604,1789 +"116948",30065,32606,3,604,2100 +"116949",30065,47760,2,604,1108 +"116950",30065,61337,3,604,2777 +"116951",30065,69232,3,604,2130 +"116952",30065,82023,3,604,992 +"116953",30081,455,3,2403,2827 +"116954",30081,1224,3,2403,2435 +"116955",30081,1262,3,2403,2973 +"116956",30081,3695,3,2403,2612 +"116957",30081,5120,2,2403,2735 +"116958",30081,5239,3,2403,2875 +"116959",30081,5315,3,2403,2631 +"116960",30081,7394,3,2403,2615 +"116961",30081,9202,2,2403,2477 +"116962",30081,10148,3,2403,2964 +"116963",30081,10779,3,2403,2881 +"116964",30081,13249,3,2403,2573 +"116965",30081,13732,1,2403,2789 +"116966",30081,13780,2,2403,2412 +"116967",30081,13929,2,2403,2693 +"116968",30081,16195,3,2403,2964 +"116969",30081,16725,3,2403,2830 +"116970",30081,16866,3,2403,2718 +"116971",30081,17549,3,2403,2647 +"116972",30081,17826,3,2403,2920 +"116973",30081,18151,2,2403,2962 +"116974",30081,18366,3,2403,2699 +"116975",30081,18865,3,2403,2676 +"116976",30081,19027,3,2403,2721 +"116977",30081,19872,3,2403,2913 +"116978",30081,21417,3,2403,2422 +"116979",30081,21795,2,2403,2653 +"116980",30081,25530,3,2403,2884 +"116981",30081,26865,1,2403,2726 +"116982",30081,29004,3,2403,2596 +"116983",30081,30747,3,2403,2455 +"116984",30081,32761,2,2403,2680 +"116985",30081,34327,2,2403,2959 +"116986",30081,36559,2,2403,2473 +"116987",30081,36962,1,2403,2861 +"116988",30081,41872,3,2403,2974 +"116989",30081,41955,3,2403,2479 +"116990",30081,44235,3,2403,2700 +"116991",30081,44768,3,2403,2516 +"116992",30081,47947,3,2403,2681 +"116993",30081,53219,3,2403,2973 +"116994",30081,55691,3,2403,2856 +"116995",30081,60879,3,2403,2792 +"116996",30081,61458,3,2403,2630 +"116997",30081,66318,3,2403,2803 +"116998",30081,71369,2,2403,2838 +"116999",30081,73266,3,2403,2496 +"117000",30088,26695,1,2095,2340 +"117001",30092,14,2,1593,1793 +"117002",30092,160,3,1593,2007 +"117003",30092,380,3,1593,2261 +"117004",30092,854,3,1593,2307 +"117005",30092,915,1,1593,1793 +"117006",30092,1102,2,1593,2282 +"117007",30092,1136,3,1593,2536 +"117008",30092,1315,3,1593,2760 +"117009",30092,1767,2,1593,2727 +"117010",30092,1875,3,1593,1786 +"117011",30092,2224,3,1593,2751 +"117012",30092,2337,3,1593,1697 +"117013",30092,2424,3,1593,2582 +"117014",30092,2572,3,1593,2273 +"117015",30092,3068,2,1593,1815 +"117016",30092,3139,3,1593,1656 +"117017",30092,3477,3,1593,2546 +"117018",30092,3801,3,1593,1974 +"117019",30092,3886,3,1593,1669 +"117020",30092,3978,3,1593,2775 +"117021",30092,3980,1,1593,2771 +"117022",30092,4504,3,1593,1905 +"117023",30092,4929,3,1593,2240 +"117024",30092,5235,3,1593,2324 +"117025",30092,6052,3,1593,1985 +"117026",30092,6063,3,1593,2349 +"117027",30092,6074,3,1593,2426 +"117028",30092,6234,3,1593,2654 +"117029",30092,6449,3,1593,1997 +"117030",30092,6821,3,1593,1788 +"117031",30092,7167,3,1593,1993 +"117032",30092,7406,3,1593,1906 +"117033",30092,8842,3,1593,2535 +"117034",30092,8865,3,1593,2394 +"117035",30092,9331,3,1593,2269 +"117036",30092,9423,2,1593,1708 +"117037",30092,10146,3,1593,1878 +"117038",30092,10657,3,1593,1603 +"117039",30092,10964,3,1593,2043 +"117040",30092,11067,3,1593,2734 +"117041",30092,11477,3,1593,2724 +"117042",30092,11625,2,1593,2022 +"117043",30092,12081,3,1593,2166 +"117044",30092,12388,3,1593,1975 +"117045",30092,12724,2,1593,1930 +"117046",30092,13158,1,1593,2667 +"117047",30092,13479,2,1593,2155 +"117048",30092,13801,3,1593,2041 +"117049",30092,13899,3,1593,2650 +"117050",30092,14325,3,1593,1976 +"117051",30092,14328,3,1593,1725 +"117052",30092,14731,3,1593,2012 +"117053",30092,14918,3,1593,2071 +"117054",30092,14972,3,1593,2332 +"117055",30092,15207,3,1593,1855 +"117056",30092,17351,2,1593,2036 +"117057",30092,17396,3,1593,1672 +"117058",30092,17549,3,1593,2647 +"117059",30092,17632,2,1593,1947 +"117060",30092,17943,3,1593,1943 +"117061",30092,18165,3,1593,2085 +"117062",30092,18670,3,1593,1835 +"117063",30092,19208,3,1593,2629 +"117064",30092,19282,3,1593,1623 +"117065",30092,19317,3,1593,2041 +"117066",30092,19605,2,1593,2395 +"117067",30092,19744,3,1593,2623 +"117068",30092,19980,3,1593,2231 +"117069",30092,20331,3,1593,2365 +"117070",30092,20416,2,1593,2323 +"117071",30092,20732,3,1593,2401 +"117072",30092,21079,3,1593,1997 +"117073",30092,21164,3,1593,1645 +"117074",30092,21479,3,1593,2134 +"117075",30092,21487,3,1593,2203 +"117076",30092,21734,3,1593,2528 +"117077",30092,21929,3,1593,2062 +"117078",30092,23726,3,1593,2434 +"117079",30092,23751,3,1593,1740 +"117080",30092,24060,3,1593,2349 +"117081",30092,26658,3,1593,2745 +"117082",30092,29454,3,1593,2719 +"117083",30092,30236,3,1593,2238 +"117084",30092,30827,1,1593,2323 +"117085",30092,30981,3,1593,2366 +"117086",30092,31117,3,1593,2210 +"117087",30092,32064,3,1593,1739 +"117088",30092,32939,2,1593,2277 +"117089",30092,33223,3,1593,2397 +"117090",30092,33380,3,1593,2340 +"117091",30092,34120,2,1593,2786 +"117092",30092,34136,3,1593,2202 +"117093",30092,34509,3,1593,1973 +"117094",30092,34659,3,1593,1924 +"117095",30092,34963,3,1593,2251 +"117096",30092,35264,3,1593,2329 +"117097",30092,36215,3,1593,1623 +"117098",30092,37301,3,1593,2160 +"117099",30092,38213,3,1593,1744 +"117100",30092,38307,3,1593,2648 +"117101",30092,38676,3,1593,2286 +"117102",30092,38732,3,1593,2263 +"117103",30092,39135,3,1593,2489 +"117104",30092,40493,3,1593,1981 +"117105",30092,40542,3,1593,1664 +"117106",30092,41682,3,1593,1988 +"117107",30092,41900,2,1593,1970 +"117108",30092,41945,2,1593,2856 +"117109",30092,42129,3,1593,2318 +"117110",30092,42216,1,1593,2722 +"117111",30092,42256,3,1593,2839 +"117112",30092,43404,1,1593,2649 +"117113",30092,43455,3,1593,2846 +"117114",30092,44688,3,1593,2924 +"117115",30092,45302,2,1593,2390 +"117116",30092,45329,3,1593,1693 +"117117",30092,45585,3,1593,2384 +"117118",30092,46042,3,1593,1692 +"117119",30092,46446,2,1593,2295 +"117120",30092,48823,3,1593,2080 +"117121",30092,49620,3,1593,1868 +"117122",30092,50134,3,1593,2674 +"117123",30092,50480,3,1593,2701 +"117124",30092,51017,3,1593,2073 +"117125",30092,51035,3,1593,2397 +"117126",30092,51866,3,1593,2411 +"117127",30092,53445,3,1593,2028 +"117128",30092,57804,2,1593,2214 +"117129",30092,58284,3,1593,2292 +"117130",30092,60179,2,1593,2708 +"117131",30092,61242,3,1593,1650 +"117132",30092,66992,3,1593,2882 +"117133",30092,70573,3,1593,1993 +"117134",30092,74636,3,1593,2525 +"117135",30092,75028,3,1593,1660 +"117136",30092,80764,3,1593,1808 +"117137",30092,95879,3,1593,1748 +"117138",30092,105353,3,1593,2073 +"117139",30095,4567,3,1578,2348 +"117140",30095,7759,3,1578,2844 +"117141",30095,7834,3,1578,1708 +"117142",30095,10370,3,1578,2224 +"117143",30095,16608,3,1578,1769 +"117144",30095,19093,2,1578,2224 +"117145",30095,22543,2,1578,1594 +"117146",30095,22857,3,1578,1708 +"117147",30095,23825,3,1578,1913 +"117148",30095,28048,3,1578,1637 +"117149",30095,32939,3,1578,2277 +"117150",30095,33672,3,1578,2396 +"117151",30095,34509,3,1578,1973 +"117152",30095,40129,3,1578,2162 +"117153",30095,41407,3,1578,1951 +"117154",30095,41837,2,1578,2399 +"117155",30095,44135,3,1578,2620 +"117156",30095,57804,3,1578,2214 +"117157",30095,64793,3,1578,2819 +"117158",30095,69745,3,1578,1594 +"117159",30095,114257,1,1578,2307 +"117160",30096,4784,3,2082,2511 +"117161",30096,31159,3,2082,2231 +"117162",30096,31295,2,2082,2183 +"117163",30096,42382,2,2082,2224 +"117164",30096,47607,3,2082,2724 +"117165",30096,53584,3,2082,2391 +"117166",30119,543,3,1961,2203 +"117167",30119,1616,3,1961,2662 +"117168",30119,1777,3,1961,1965 +"117169",30119,2484,3,1961,2389 +"117170",30119,3161,3,1961,2229 +"117171",30119,5078,3,1961,2033 +"117172",30119,5457,3,1961,2077 +"117173",30119,5462,2,1961,2374 +"117174",30119,5504,3,1961,2389 +"117175",30119,8533,3,1961,2251 +"117176",30119,12713,3,1961,2440 +"117177",30119,15184,3,1961,2396 +"117178",30119,15299,3,1961,2213 +"117179",30119,17852,3,1961,2840 +"117180",30119,19027,3,1961,2721 +"117181",30119,19606,3,1961,2783 +"117182",30119,20700,3,1961,2861 +"117183",30119,27478,3,1961,2485 +"117184",30119,31799,2,1961,2547 +"117185",30119,35256,3,1961,2271 +"117186",30119,53031,3,1961,2065 +"117187",30119,55828,3,1961,2393 +"117188",30119,57609,3,1961,2717 +"117189",30119,57977,2,1961,2683 +"117190",30119,64967,3,1961,2872 +"117191",30119,65029,3,1961,2954 +"117192",30119,85430,3,1961,2370 +"117193",30145,11434,3,607,1187 +"117194",30145,12728,2,607,2374 +"117195",30145,13837,3,607,1604 +"117196",30145,25677,3,607,632 +"117197",30145,38213,3,607,1744 +"117198",30145,41739,3,607,1339 +"117199",30145,49620,3,607,1868 +"117200",30145,59700,3,607,2346 +"117201",30145,74636,3,607,2525 +"117202",30145,75216,2,607,672 +"117203",30145,92322,3,607,2393 +"117204",30150,1315,3,1704,2760 +"117205",30150,1777,3,1704,1965 +"117206",30150,3255,2,1704,2504 +"117207",30150,3961,3,1704,2426 +"117208",30150,5078,3,1704,2033 +"117209",30150,5315,3,1704,2631 +"117210",30150,5457,3,1704,2077 +"117211",30150,5462,3,1704,2374 +"117212",30150,5504,3,1704,2389 +"117213",30150,6222,3,1704,1949 +"117214",30150,7992,3,1704,2033 +"117215",30150,9311,3,1704,2477 +"117216",30150,10358,3,1704,2294 +"117217",30150,11440,3,1704,2026 +"117218",30150,12901,3,1704,2136 +"117219",30150,13388,3,1704,2119 +"117220",30150,14761,3,1704,2502 +"117221",30150,14959,3,1704,2898 +"117222",30150,15636,2,1704,2857 +"117223",30150,16587,3,1704,2065 +"117224",30150,17264,3,1704,2528 +"117225",30150,17354,1,1704,2250 +"117226",30150,18151,3,1704,2962 +"117227",30150,18394,3,1704,2356 +"117228",30150,19516,3,1704,2313 +"117229",30150,19862,3,1704,2412 +"117230",30150,20067,2,1704,2390 +"117231",30150,20070,3,1704,1914 +"117232",30150,20659,3,1704,1969 +"117233",30150,20732,3,1704,2401 +"117234",30150,21706,3,1704,1988 +"117235",30150,23140,3,1704,2787 +"117236",30150,23509,3,1704,2275 +"117237",30150,23726,3,1704,2434 +"117238",30150,23787,3,1704,2810 +"117239",30150,23825,3,1704,1913 +"117240",30150,23869,2,1704,1918 +"117241",30150,24612,3,1704,1875 +"117242",30150,25440,3,1704,2749 +"117243",30150,26249,2,1704,2301 +"117244",30150,26451,3,1704,2133 +"117245",30150,29095,3,1704,2531 +"117246",30150,29864,3,1704,2479 +"117247",30150,32048,3,1704,2102 +"117248",30150,33551,2,1704,1734 +"117249",30150,33801,3,1704,2899 +"117250",30150,36031,3,1704,2342 +"117251",30150,37758,3,1704,1998 +"117252",30150,38921,3,1704,1880 +"117253",30150,41278,3,1704,1873 +"117254",30150,42486,2,1704,1951 +"117255",30150,43926,3,1704,2672 +"117256",30150,44654,3,1704,2916 +"117257",30150,44819,3,1704,2063 +"117258",30150,46040,3,1704,2105 +"117259",30150,46099,3,1704,2360 +"117260",30150,46803,2,1704,2305 +"117261",30150,47386,3,1704,2226 +"117262",30150,49347,3,1704,2504 +"117263",30150,49759,3,1704,2400 +"117264",30150,49917,3,1704,2400 +"117265",30150,50269,2,1704,1966 +"117266",30150,50382,3,1704,2244 +"117267",30150,53475,3,1704,2853 +"117268",30150,57657,2,1704,2735 +"117269",30150,58669,2,1704,2296 +"117270",30150,70203,1,1704,2756 +"117271",30164,1023,3,404,2515 +"117272",30164,1063,3,404,2515 +"117273",30164,3557,2,404,1259 +"117274",30164,4970,2,404,1220 +"117275",30164,5568,3,404,1290 +"117276",30164,5673,3,404,1567 +"117277",30164,6078,2,404,498 +"117278",30164,6820,3,404,1318 +"117279",30164,7733,3,404,1326 +"117280",30164,10622,2,404,1173 +"117281",30164,11135,3,404,2441 +"117282",30164,11429,3,404,2520 +"117283",30164,15502,3,404,2637 +"117284",30164,16593,3,404,1139 +"117285",30164,19137,2,404,1437 +"117286",30164,20088,1,404,1677 +"117287",30164,21352,3,404,1604 +"117288",30164,23330,2,404,448 +"117289",30164,23639,3,404,2065 +"117290",30164,24116,3,404,1413 +"117291",30164,26513,3,404,2205 +"117292",30164,31170,3,404,1776 +"117293",30164,36487,3,404,2622 +"117294",30164,39211,3,404,1908 +"117295",30164,41180,3,404,1556 +"117296",30164,41953,3,404,945 +"117297",30164,43524,3,404,2572 +"117298",30164,49958,3,404,1860 +"117299",30164,51448,3,404,1593 +"117300",30164,59579,3,404,2034 +"117301",30164,61513,3,404,2948 +"117302",30164,65223,3,404,2724 +"117303",30164,77183,2,404,1317 +"117304",30164,78262,2,404,1326 +"117305",30164,79236,3,404,1505 +"117306",30164,81134,3,404,1384 +"117307",30164,82917,3,404,2371 +"117308",30164,83133,3,404,1055 +"117309",30164,83228,3,404,732 +"117310",30164,83464,2,404,1072 +"117311",30164,86357,3,404,736 +"117312",30164,92947,3,404,1289 +"117313",30164,93332,3,404,982 +"117314",30164,119007,3,404,979 +"117315",30165,360,3,1409,1671 +"117316",30165,2111,3,1409,1904 +"117317",30165,2195,3,1409,2139 +"117318",30165,5072,3,1409,2175 +"117319",30165,5405,3,1409,1510 +"117320",30165,5622,2,1409,2175 +"117321",30165,6588,3,1409,2025 +"117322",30165,7180,1,1409,2227 +"117323",30165,7234,3,1409,2654 +"117324",30165,9364,3,1409,1698 +"117325",30165,10488,3,1409,1524 +"117326",30165,10857,3,1409,2253 +"117327",30165,10874,3,1409,1891 +"117328",30165,11218,3,1409,2292 +"117329",30165,11229,3,1409,1625 +"117330",30165,11477,3,1409,2724 +"117331",30165,12375,3,1409,1873 +"117332",30165,16863,3,1409,2069 +"117333",30165,17400,3,1409,2231 +"117334",30165,19622,3,1409,2371 +"117335",30165,23725,3,1409,2378 +"117336",30165,28190,3,1409,1634 +"117337",30165,31436,2,1409,2892 +"117338",30165,35926,3,1409,2371 +"117339",30165,36714,3,1409,2209 +"117340",30165,39294,2,1409,1889 +"117341",30165,43213,3,1409,2160 +"117342",30165,43385,2,1409,1623 +"117343",30165,45684,1,1409,2200 +"117344",30165,46196,2,1409,1510 +"117345",30165,46629,3,1409,2255 +"117346",30165,46883,3,1409,1671 +"117347",30165,49608,3,1409,2184 +"117348",30165,52136,3,1409,1412 +"117349",30165,54551,3,1409,2348 +"117350",30165,56082,3,1409,2395 +"117351",30165,57246,2,1409,1873 +"117352",30165,75403,3,1409,1895 +"117353",30165,76048,3,1409,2373 +"117354",30165,98781,3,1409,1410 +"117355",30165,99215,2,1409,2791 +"117356",30173,270,3,2404,2542 +"117357",30173,8762,3,2404,2585 +"117358",30173,14959,3,2404,2898 +"117359",30173,16352,3,2404,2657 +"117360",30173,22326,2,2404,2818 +"117361",30173,25305,2,2404,2447 +"117362",30173,26080,3,2404,2525 +"117363",30173,34735,3,2404,2767 +"117364",30173,41972,3,2404,2509 +"117365",30173,49110,2,2404,2938 +"117366",30173,54929,3,2404,2783 +"117367",30173,57969,3,2404,2755 +"117368",30173,72207,3,2404,2430 +"117369",30180,4790,3,590,1025 +"117370",30180,6491,3,590,2424 +"117371",30180,13895,3,590,687 +"117372",30180,16193,2,590,756 +"117373",30180,16940,2,590,1290 +"117374",30180,18543,3,590,2968 +"117375",30180,20287,3,590,1099 +"117376",30180,20975,3,590,1305 +"117377",30180,21198,3,590,935 +"117378",30180,22141,3,590,2348 +"117379",30180,23450,3,590,967 +"117380",30180,24793,3,590,1993 +"117381",30180,25745,3,590,2403 +"117382",30180,26322,3,590,1018 +"117383",30180,26749,3,590,2965 +"117384",30180,29705,3,590,607 +"117385",30180,37628,2,590,819 +"117386",30180,40369,2,590,2735 +"117387",30180,43173,3,590,2895 +"117388",30180,44648,3,590,619 +"117389",30180,46723,3,590,607 +"117390",30180,47585,3,590,794 +"117391",30180,50219,3,590,756 +"117392",30180,52576,3,590,2234 +"117393",30180,54981,3,590,1949 +"117394",30180,55139,3,590,2323 +"117395",30180,64997,3,590,2791 +"117396",30180,67314,3,590,1051 +"117397",30180,69067,3,590,626 +"117398",30180,71342,3,590,1289 +"117399",30180,72956,3,590,1251 +"117400",30180,75025,3,590,717 +"117401",30180,79364,3,590,834 +"117402",30180,94396,3,590,787 +"117403",30236,854,1,2238,2307 +"117404",30236,1767,3,2238,2727 +"117405",30236,2484,3,2238,2389 +"117406",30236,3477,3,2238,2546 +"117407",30236,3495,2,2238,2431 +"117408",30236,6063,3,2238,2349 +"117409",30236,6192,3,2238,2409 +"117410",30236,8865,3,2238,2394 +"117411",30236,11103,3,2238,2393 +"117412",30236,13158,2,2238,2667 +"117413",30236,14959,3,2238,2898 +"117414",30236,15106,3,2238,2286 +"117415",30236,15444,3,2238,2764 +"117416",30236,17367,3,2238,2427 +"117417",30236,19605,3,2238,2395 +"117418",30236,29454,2,2238,2719 +"117419",30236,30827,3,2238,2323 +"117420",30236,33223,3,2238,2397 +"117421",30236,38732,1,2238,2263 +"117422",30236,39131,3,2238,2491 +"117423",30236,39556,3,2238,2747 +"117424",30236,41764,2,2238,2409 +"117425",30236,43404,3,2238,2649 +"117426",30236,44268,2,2238,2436 +"117427",30236,50480,3,2238,2701 +"117428",30236,60179,3,2238,2708 +"117429",30236,66530,3,2238,2811 +"117430",30262,1367,3,1715,2176 +"117431",30262,2424,3,1715,2582 +"117432",30262,2747,3,1715,2411 +"117433",30262,5414,3,1715,2321 +"117434",30262,5580,3,1715,2111 +"117435",30262,7245,3,1715,2089 +"117436",30262,8865,3,1715,2394 +"117437",30262,9115,3,1715,2068 +"117438",30262,9241,3,1715,2338 +"117439",30262,9654,3,1715,2111 +"117440",30262,13879,3,1715,2748 +"117441",30262,14586,2,1715,2801 +"117442",30262,14754,3,1715,2456 +"117443",30262,15207,2,1715,1855 +"117444",30262,16067,3,1715,2727 +"117445",30262,17645,3,1715,1918 +"117446",30262,18415,3,1715,2184 +"117447",30262,21929,3,1715,2062 +"117448",30262,23000,3,1715,1815 +"117449",30262,27391,3,1715,2378 +"117450",30262,29997,3,1715,1789 +"117451",30262,30943,3,1715,2287 +"117452",30262,32920,2,1715,2158 +"117453",30262,32939,3,1715,2277 +"117454",30262,42642,3,1715,2257 +"117455",30262,43961,3,1715,2443 +"117456",30262,46803,3,1715,2305 +"117457",30262,51360,3,1715,1882 +"117458",30262,56755,3,1715,2158 +"117459",30262,57356,3,1715,2476 +"117460",30262,57804,3,1715,2214 +"117461",30262,59683,3,1715,2068 +"117462",30262,63641,3,1715,2337 +"117463",30262,67726,3,1715,2873 +"117464",30262,69232,2,1715,2130 +"117465",30262,69716,3,1715,2632 +"117466",30283,270,3,103,2542 +"117467",30283,312,3,103,2038 +"117468",30283,675,3,103,1686 +"117469",30283,701,2,103,2718 +"117470",30283,1044,3,103,880 +"117471",30283,1124,3,103,1596 +"117472",30283,1136,3,103,2536 +"117473",30283,2036,3,103,2483 +"117474",30283,2063,3,103,1278 +"117475",30283,2111,3,103,1904 +"117476",30283,2181,3,103,2030 +"117477",30283,2224,3,103,2751 +"117478",30283,2407,3,103,1725 +"117479",30283,2424,3,103,2582 +"117480",30283,2533,3,103,2016 +"117481",30283,2563,3,103,1686 +"117482",30283,2742,3,103,1192 +"117483",30283,2743,3,103,1278 +"117484",30283,3068,3,103,1815 +"117485",30283,3088,3,103,1670 +"117486",30283,3305,3,103,2839 +"117487",30283,5120,3,103,2735 +"117488",30283,5346,3,103,1438 +"117489",30283,6363,1,103,2066 +"117490",30283,7582,2,103,1099 +"117491",30283,8772,3,103,847 +"117492",30283,8984,3,103,1162 +"117493",30283,9202,3,103,2477 +"117494",30283,10029,3,103,2718 +"117495",30283,10513,3,103,2284 +"117496",30283,11006,3,103,1950 +"117497",30283,12747,3,103,2818 +"117498",30283,13307,3,103,2206 +"117499",30283,14108,3,103,2012 +"117500",30283,15207,3,103,1855 +"117501",30283,16164,3,103,1184 +"117502",30283,16866,3,103,2718 +"117503",30283,16940,3,103,1290 +"117504",30283,18211,3,103,1745 +"117505",30283,18550,3,103,483 +"117506",30283,18865,3,103,2676 +"117507",30283,19096,3,103,1538 +"117508",30283,19248,3,103,2357 +"117509",30283,19643,3,103,2452 +"117510",30283,19835,3,103,1135 +"117511",30283,20287,3,103,1099 +"117512",30283,20319,2,103,468 +"117513",30283,20624,3,103,1298 +"117514",30283,20824,3,103,1366 +"117515",30283,21012,3,103,2325 +"117516",30283,21198,3,103,935 +"117517",30283,21929,3,103,2062 +"117518",30283,22141,3,103,2348 +"117519",30283,22884,2,103,1608 +"117520",30283,25198,3,103,1982 +"117521",30283,25985,2,103,2071 +"117522",30283,26322,3,103,1018 +"117523",30283,27173,3,103,2050 +"117524",30283,27753,3,103,2750 +"117525",30283,28057,3,103,1067 +"117526",30283,30411,3,103,630 +"117527",30283,32965,2,103,2071 +"117528",30283,33588,2,103,1040 +"117529",30283,33621,2,103,1319 +"117530",30283,33672,3,103,2396 +"117531",30283,34464,3,103,1741 +"117532",30283,34492,3,103,1798 +"117533",30283,34815,3,103,2354 +"117534",30283,37285,3,103,2428 +"117535",30283,37628,2,103,819 +"117536",30283,39535,3,103,2428 +"117537",30283,40113,3,103,451 +"117538",30283,40488,3,103,486 +"117539",30283,41033,3,103,1839 +"117540",30283,41901,3,103,630 +"117541",30283,41955,3,103,2479 +"117542",30283,42725,2,103,630 +"117543",30283,43173,3,103,2895 +"117544",30283,44648,3,103,619 +"117545",30283,47098,2,103,2057 +"117546",30283,47573,3,103,120 +"117547",30283,50785,2,103,2877 +"117548",30283,51041,2,103,2606 +"117549",30283,52576,3,103,2234 +"117550",30283,53851,2,103,2305 +"117551",30283,57901,3,103,614 +"117552",30283,57990,3,103,978 +"117553",30283,58854,2,103,1131 +"117554",30283,59438,3,103,2400 +"117555",30283,63395,3,103,2334 +"117556",30283,64997,3,103,2791 +"117557",30283,66622,3,103,799 +"117558",30283,68043,2,103,690 +"117559",30283,68523,3,103,1664 +"117560",30283,69122,3,103,416 +"117561",30283,69293,3,103,609 +"117562",30283,75025,3,103,717 +"117563",30283,79350,3,103,2261 +"117564",30283,80172,3,103,1342 +"117565",30283,92491,2,103,1968 +"117566",30283,92592,3,103,486 +"117567",30283,94520,2,103,1243 +"117568",30283,99860,3,103,2071 +"117569",30283,102107,3,103,504 +"117570",30283,104565,3,103,2693 +"117571",30283,108704,3,103,237 +"117572",30283,110399,2,103,480 +"117573",30283,112446,3,103,134 +"117574",30306,2206,2,1606,2536 +"117575",30306,2852,3,1606,2448 +"117576",30306,2985,3,1606,2398 +"117577",30306,5897,2,1606,2337 +"117578",30306,10239,3,1606,2032 +"117579",30306,10980,3,1606,1974 +"117580",30306,13879,3,1606,2748 +"117581",30306,15567,3,1606,2671 +"117582",30306,16286,3,1606,2470 +"117583",30306,19655,3,1606,2706 +"117584",30306,21487,3,1606,2203 +"117585",30306,36912,3,1606,2469 +"117586",30306,42256,2,1606,2839 +"117587",30306,62066,1,1606,2281 +"117588",30306,62112,3,1606,2944 +"117589",30308,180,1,237,1593 +"117590",30308,1044,3,237,880 +"117591",30308,2424,3,237,2582 +"117592",30308,3271,3,237,2216 +"117593",30308,6982,3,237,2034 +"117594",30308,9272,3,237,2835 +"117595",30308,9311,3,237,2477 +"117596",30308,10843,3,237,2277 +"117597",30308,12034,3,237,265 +"117598",30308,12887,3,237,433 +"117599",30308,14103,3,237,2204 +"117600",30308,15626,3,237,2434 +"117601",30308,16940,3,237,1290 +"117602",30308,19049,3,237,1798 +"117603",30308,19719,3,237,2177 +"117604",30308,21197,3,237,1437 +"117605",30308,21198,2,237,935 +"117606",30308,21285,3,237,2100 +"117607",30308,21448,3,237,2332 +"117608",30308,21693,3,237,2176 +"117609",30308,22140,3,237,942 +"117610",30308,22282,3,237,1418 +"117611",30308,22311,3,237,2034 +"117612",30308,22326,3,237,2818 +"117613",30308,22362,3,237,1836 +"117614",30308,23450,3,237,967 +"117615",30308,23729,3,237,1624 +"117616",30308,26227,3,237,2265 +"117617",30308,26471,3,237,1061 +"117618",30308,26749,3,237,2965 +"117619",30308,29705,3,237,607 +"117620",30308,29982,3,237,1372 +"117621",30308,31338,3,237,917 +"117622",30308,33433,3,237,2805 +"117623",30308,38019,3,237,1870 +"117624",30308,39238,3,237,922 +"117625",30308,42925,2,237,1358 +"117626",30308,43226,3,237,2442 +"117627",30308,43385,3,237,1623 +"117628",30308,46233,1,237,1475 +"117629",30308,46723,3,237,607 +"117630",30308,48110,3,237,2009 +"117631",30308,50219,3,237,756 +"117632",30308,52576,2,237,2234 +"117633",30308,55082,3,237,1856 +"117634",30308,56317,3,237,2030 +"117635",30308,58508,2,237,2326 +"117636",30308,58530,3,237,298 +"117637",30308,59113,3,237,2434 +"117638",30308,69335,3,237,2698 +"117639",30308,71342,3,237,1289 +"117640",30308,72956,3,237,1251 +"117641",30308,73128,3,237,1549 +"117642",30308,76127,3,237,910 +"117643",30308,80301,3,237,1690 +"117644",30308,81588,3,237,1568 +"117645",30308,82949,3,237,2077 +"117646",30308,89097,3,237,935 +"117647",30308,106515,3,237,2113 +"117648",30308,109061,3,237,619 +"117649",30309,212,3,1449,1513 +"117650",30309,913,3,1449,2144 +"117651",30309,1147,2,1449,1999 +"117652",30309,1324,2,1449,2147 +"117653",30309,7406,3,1449,1906 +"117654",30309,7858,3,1449,1795 +"117655",30309,15636,3,1449,2857 +"117656",30309,21693,3,1449,2176 +"117657",30309,22326,3,1449,2818 +"117658",30309,22362,3,1449,1836 +"117659",30309,22808,3,1449,2297 +"117660",30309,23319,3,1449,2867 +"117661",30309,23787,3,1449,2810 +"117662",30309,25305,3,1449,2447 +"117663",30309,26366,2,1449,1688 +"117664",30309,26582,3,1449,2772 +"117665",30309,34735,3,1449,2767 +"117666",30309,35529,3,1449,1620 +"117667",30309,38973,1,1449,1999 +"117668",30309,40646,3,1449,1583 +"117669",30309,41108,2,1449,1624 +"117670",30309,42196,3,1449,2765 +"117671",30309,42799,3,1449,2729 +"117672",30309,48215,3,1449,2028 +"117673",30309,57760,3,1449,1721 +"117674",30309,76356,3,1449,2323 +"117675",30309,81478,3,1449,1640 +"117676",30317,3669,2,2431,2524 +"117677",30317,19057,3,2431,2664 +"117678",30317,23302,1,2431,2677 +"117679",30317,24610,1,2431,2733 +"117680",30317,54819,3,2431,2782 +"117681",30317,78594,3,2431,2441 +"117682",30318,8568,3,2395,2706 +"117683",30318,28869,3,2395,2425 +"117684",30318,45869,3,2395,2840 +"117685",30322,6062,3,2346,2681 +"117686",30322,20496,3,2346,2530 +"117687",30322,25544,3,2346,2475 +"117688",30322,38263,2,2346,2475 +"117689",30325,14,3,1067,1793 +"117690",30325,145,3,1067,1998 +"117691",30325,212,3,1067,1513 +"117692",30325,270,2,1067,2542 +"117693",30325,360,3,1067,1671 +"117694",30325,380,3,1067,2261 +"117695",30325,449,3,1067,1950 +"117696",30325,470,3,1067,2285 +"117697",30325,913,3,1067,2144 +"117698",30325,997,3,1067,2788 +"117699",30325,1046,3,1067,1881 +"117700",30325,1102,3,1067,2282 +"117701",30325,1124,2,1067,1596 +"117702",30325,1175,3,1067,1642 +"117703",30325,1226,3,1067,2353 +"117704",30325,1315,2,1067,2760 +"117705",30325,1349,3,1067,1147 +"117706",30325,1592,3,1067,2006 +"117707",30325,1691,3,1067,1941 +"117708",30325,1822,3,1067,2888 +"117709",30325,1875,3,1067,1786 +"117710",30325,2063,3,1067,1278 +"117711",30325,2111,2,1067,1904 +"117712",30325,2195,2,1067,2139 +"117713",30325,2289,2,1067,2389 +"117714",30325,2424,3,1067,2582 +"117715",30325,2533,3,1067,2016 +"117716",30325,2743,3,1067,1278 +"117717",30325,3139,2,1067,1656 +"117718",30325,3242,3,1067,1730 +"117719",30325,3305,3,1067,2839 +"117720",30325,3306,3,1067,1989 +"117721",30325,3477,3,1067,2546 +"117722",30325,3493,2,1067,2451 +"117723",30325,3966,3,1067,2425 +"117724",30325,4191,2,1067,2130 +"117725",30325,4226,3,1067,1903 +"117726",30325,4360,1,1067,1770 +"117727",30325,4618,3,1067,2607 +"117728",30325,4701,3,1067,2401 +"117729",30325,4953,3,1067,2285 +"117730",30325,4980,3,1067,2093 +"117731",30325,5072,1,1067,2175 +"117732",30325,5235,3,1067,2324 +"117733",30325,5350,3,1067,2522 +"117734",30325,5405,2,1067,1510 +"117735",30325,5622,1,1067,2175 +"117736",30325,5725,3,1067,2789 +"117737",30325,5971,2,1067,1985 +"117738",30325,5984,3,1067,1675 +"117739",30325,5986,3,1067,1721 +"117740",30325,6047,3,1067,2004 +"117741",30325,6063,3,1067,2349 +"117742",30325,6222,3,1067,1949 +"117743",30325,6363,3,1067,2066 +"117744",30325,6417,3,1067,1675 +"117745",30325,6588,2,1067,2025 +"117746",30325,6718,3,1067,2138 +"117747",30325,7180,3,1067,2227 +"117748",30325,7196,3,1067,1508 +"117749",30325,7234,1,1067,2654 +"117750",30325,7245,3,1067,2089 +"117751",30325,7555,3,1067,1943 +"117752",30325,7627,3,1067,1543 +"117753",30325,7858,2,1067,1795 +"117754",30325,7970,3,1067,1197 +"117755",30325,7984,3,1067,2493 +"117756",30325,8700,3,1067,1270 +"117757",30325,8888,3,1067,1328 +"117758",30325,9106,3,1067,2731 +"117759",30325,9298,3,1067,1109 +"117760",30325,9311,3,1067,2477 +"117761",30325,9364,3,1067,1698 +"117762",30325,9391,2,1067,1252 +"117763",30325,9654,3,1067,2111 +"117764",30325,9928,3,1067,2345 +"117765",30325,10148,3,1067,2964 +"117766",30325,10358,3,1067,2294 +"117767",30325,10488,1,1067,1524 +"117768",30325,10523,3,1067,1510 +"117769",30325,10857,1,1067,2253 +"117770",30325,10874,3,1067,1891 +"117771",30325,10939,3,1067,1376 +"117772",30325,11218,2,1067,2292 +"117773",30325,11229,2,1067,1625 +"117774",30325,11477,2,1067,2724 +"117775",30325,11966,3,1067,2385 +"117776",30325,12035,3,1067,2721 +"117777",30325,12042,2,1067,2345 +"117778",30325,12310,1,1067,1337 +"117779",30325,12374,3,1067,2260 +"117780",30325,12375,2,1067,1873 +"117781",30325,12728,3,1067,2374 +"117782",30325,13307,3,1067,2206 +"117783",30325,13311,3,1067,2315 +"117784",30325,13479,3,1067,2155 +"117785",30325,13929,3,1067,2693 +"117786",30325,14032,2,1067,2144 +"117787",30325,14108,3,1067,2012 +"117788",30325,14353,3,1067,2878 +"117789",30325,14482,2,1067,1573 +"117790",30325,14507,3,1067,2686 +"117791",30325,14564,3,1067,1581 +"117792",30325,15003,3,1067,2067 +"117793",30325,15118,3,1067,1311 +"117794",30325,15301,3,1067,2308 +"117795",30325,15401,3,1067,1999 +"117796",30325,15402,1,1067,1281 +"117797",30325,15560,3,1067,2257 +"117798",30325,15700,2,1067,1712 +"117799",30325,15799,3,1067,1917 +"117800",30325,16352,3,1067,2657 +"117801",30325,16826,3,1067,2599 +"117802",30325,16863,3,1067,2069 +"117803",30325,17027,3,1067,2772 +"117804",30325,17097,3,1067,1505 +"117805",30325,17357,3,1067,1536 +"117806",30325,17400,1,1067,2231 +"117807",30325,17931,3,1067,1617 +"117808",30325,18005,3,1067,2449 +"117809",30325,18152,3,1067,1314 +"117810",30325,18217,3,1067,1566 +"117811",30325,18315,3,1067,2720 +"117812",30325,18361,3,1067,2968 +"117813",30325,18394,2,1067,2356 +"117814",30325,19323,3,1067,1705 +"117815",30325,19622,2,1067,2371 +"117816",30325,19862,3,1067,2412 +"117817",30325,19893,3,1067,1223 +"117818",30325,20124,3,1067,2376 +"117819",30325,20311,3,1067,1981 +"117820",30325,20407,3,1067,2339 +"117821",30325,20563,3,1067,2267 +"117822",30325,21012,3,1067,2325 +"117823",30325,21133,3,1067,1320 +"117824",30325,21571,3,1067,2755 +"117825",30325,21693,3,1067,2176 +"117826",30325,22197,3,1067,2271 +"117827",30325,22260,3,1067,2137 +"117828",30325,22326,3,1067,2818 +"117829",30325,22362,3,1067,1836 +"117830",30325,22403,2,1067,1630 +"117831",30325,23011,3,1067,2763 +"117832",30325,23159,3,1067,1548 +"117833",30325,23310,3,1067,2371 +"117834",30325,23312,3,1067,2449 +"117835",30325,23506,3,1067,1172 +"117836",30325,23509,3,1067,2275 +"117837",30325,23526,2,1067,1998 +"117838",30325,23715,2,1067,1859 +"117839",30325,23725,2,1067,2378 +"117840",30325,23727,3,1067,1734 +"117841",30325,23729,2,1067,1624 +"117842",30325,23970,3,1067,1624 +"117843",30325,24066,3,1067,1755 +"117844",30325,24259,1,1067,1281 +"117845",30325,24362,3,1067,1287 +"117846",30325,24648,3,1067,1833 +"117847",30325,24791,3,1067,1833 +"117848",30325,24825,3,1067,2686 +"117849",30325,25305,3,1067,2447 +"117850",30325,25341,3,1067,1858 +"117851",30325,25643,1,1067,1646 +"117852",30325,26067,3,1067,2069 +"117853",30325,26080,3,1067,2525 +"117854",30325,26282,3,1067,1241 +"117855",30325,26366,3,1067,1688 +"117856",30325,26818,3,1067,1999 +"117857",30325,26848,3,1067,2363 +"117858",30325,26867,2,1067,1804 +"117859",30325,27377,3,1067,1724 +"117860",30325,27427,3,1067,2325 +"117861",30325,27849,3,1067,1316 +"117862",30325,28050,3,1067,1955 +"117863",30325,28383,2,1067,1222 +"117864",30325,28434,3,1067,1141 +"117865",30325,29578,3,1067,1957 +"117866",30325,29929,3,1067,2789 +"117867",30325,29982,3,1067,1372 +"117868",30325,30165,3,1067,1409 +"117869",30325,30334,3,1067,2075 +"117870",30325,30405,2,1067,2164 +"117871",30325,30738,3,1067,1166 +"117872",30325,30906,3,1067,2537 +"117873",30325,31093,2,1067,2160 +"117874",30325,31235,3,1067,2668 +"117875",30325,31307,3,1067,2139 +"117876",30325,31436,2,1067,2892 +"117877",30325,31799,3,1067,2547 +"117878",30325,32173,3,1067,2341 +"117879",30325,32567,3,1067,2784 +"117880",30325,32919,3,1067,2321 +"117881",30325,32988,3,1067,2008 +"117882",30325,33223,3,1067,2397 +"117883",30325,33433,3,1067,2805 +"117884",30325,34480,2,1067,2755 +"117885",30325,34492,3,1067,1798 +"117886",30325,34735,3,1067,2767 +"117887",30325,35752,3,1067,1158 +"117888",30325,35815,3,1067,2789 +"117889",30325,35926,2,1067,2371 +"117890",30325,36714,3,1067,2209 +"117891",30325,37636,3,1067,2178 +"117892",30325,37859,3,1067,1999 +"117893",30325,38213,3,1067,1744 +"117894",30325,38457,3,1067,1630 +"117895",30325,39294,1,1067,1889 +"117896",30325,39556,3,1067,2747 +"117897",30325,39880,3,1067,1620 +"117898",30325,39906,3,1067,2365 +"117899",30325,40028,2,1067,1349 +"117900",30325,40072,3,1067,1182 +"117901",30325,40293,2,1067,1671 +"117902",30325,40392,3,1067,1878 +"117903",30325,40493,3,1067,1981 +"117904",30325,40542,3,1067,1664 +"117905",30325,40646,3,1067,1583 +"117906",30325,41108,3,1067,1624 +"117907",30325,41739,3,1067,1339 +"117908",30325,42619,3,1067,2017 +"117909",30325,42783,3,1067,2338 +"117910",30325,42837,3,1067,1096 +"117911",30325,43213,1,1067,2160 +"117912",30325,43335,2,1067,1412 +"117913",30325,43385,3,1067,1623 +"117914",30325,43455,3,1067,2846 +"117915",30325,43518,3,1067,2680 +"117916",30325,44188,3,1067,1609 +"117917",30325,44407,3,1067,2154 +"117918",30325,44521,3,1067,1593 +"117919",30325,44676,3,1067,2629 +"117920",30325,45684,2,1067,2200 +"117921",30325,45729,3,1067,2606 +"117922",30325,46196,1,1067,1510 +"117923",30325,46385,3,1067,2225 +"117924",30325,46621,3,1067,1343 +"117925",30325,46629,2,1067,2255 +"117926",30325,46982,3,1067,2806 +"117927",30325,47098,3,1067,2057 +"117928",30325,47857,2,1067,2325 +"117929",30325,48035,3,1067,2180 +"117930",30325,48215,3,1067,2028 +"117931",30325,48283,3,1067,1290 +"117932",30325,49608,2,1067,2184 +"117933",30325,49620,3,1067,1868 +"117934",30325,50134,3,1067,2674 +"117935",30325,50236,2,1067,2339 +"117936",30325,50785,3,1067,2877 +"117937",30325,50946,3,1067,1075 +"117938",30325,51022,3,1067,1499 +"117939",30325,51144,3,1067,2466 +"117940",30325,51243,3,1067,1389 +"117941",30325,51410,3,1067,2739 +"117942",30325,51471,3,1067,1280 +"117943",30325,51783,3,1067,2599 +"117944",30325,52058,3,1067,1836 +"117945",30325,52136,1,1067,1412 +"117946",30325,52345,3,1067,1430 +"117947",30325,52442,3,1067,1269 +"117948",30325,52576,3,1067,2234 +"117949",30325,52789,3,1067,1791 +"117950",30325,53134,3,1067,1590 +"117951",30325,53303,2,1067,1376 +"117952",30325,53604,3,1067,2489 +"117953",30325,54551,1,1067,2348 +"117954",30325,54879,3,1067,2210 +"117955",30325,54929,3,1067,2783 +"117956",30325,55482,3,1067,1866 +"117957",30325,56082,1,1067,2395 +"117958",30325,56237,3,1067,2625 +"117959",30325,57150,1,1067,1196 +"117960",30325,57246,3,1067,1873 +"117961",30325,57714,3,1067,1391 +"117962",30325,57760,2,1067,1721 +"117963",30325,58035,2,1067,1646 +"117964",30325,58451,3,1067,1939 +"117965",30325,58508,3,1067,2326 +"117966",30325,60280,3,1067,1918 +"117967",30325,61982,3,1067,2725 +"117968",30325,64031,3,1067,1295 +"117969",30325,64947,3,1067,2489 +"117970",30325,65155,3,1067,1947 +"117971",30325,65242,3,1067,1988 +"117972",30325,67383,3,1067,1739 +"117973",30325,67726,3,1067,2873 +"117974",30325,67805,3,1067,1338 +"117975",30325,68960,3,1067,1312 +"117976",30325,72207,1,1067,2430 +"117977",30325,72326,3,1067,2384 +"117978",30325,74190,3,1067,1428 +"117979",30325,74636,3,1067,2525 +"117980",30325,75028,3,1067,1660 +"117981",30325,75403,1,1067,1895 +"117982",30325,76048,2,1067,2373 +"117983",30325,76284,2,1067,1237 +"117984",30325,79804,3,1067,2227 +"117985",30325,80784,3,1067,1738 +"117986",30325,82730,3,1067,1492 +"117987",30325,82747,3,1067,1496 +"117988",30325,82767,3,1067,1641 +"117989",30325,82929,3,1067,2475 +"117990",30325,82949,3,1067,2077 +"117991",30325,83396,3,1067,2396 +"117992",30325,86245,2,1067,1972 +"117993",30325,87837,2,1067,1987 +"117994",30325,88232,3,1067,2881 +"117995",30325,95846,3,1067,1324 +"117996",30325,98781,3,1067,1410 +"117997",30329,1641,3,848,1490 +"117998",30329,3395,3,848,1382 +"117999",30329,7616,3,848,2296 +"118000",30329,9871,3,848,921 +"118001",30329,16539,3,848,1947 +"118002",30329,19208,3,848,2629 +"118003",30329,26083,3,848,2038 +"118004",30329,27323,2,848,943 +"118005",30329,32419,3,848,1909 +"118006",30329,41664,3,848,2641 +"118007",30329,49334,3,848,2433 +"118008",30329,50254,3,848,1151 +"118009",30329,67748,3,848,1498 +"118010",30329,76646,3,848,1263 +"118011",30329,77611,3,848,1795 +"118012",30329,78270,3,848,1171 +"118013",30329,82893,2,848,1275 +"118014",30329,115734,3,848,859 +"118015",30334,371,3,2075,2950 +"118016",30334,680,2,2075,2569 +"118017",30334,2424,3,2075,2582 +"118018",30334,2747,3,2075,2411 +"118019",30334,3978,3,2075,2775 +"118020",30334,4303,2,2075,2414 +"118021",30334,4361,3,2075,2571 +"118022",30334,4932,3,2075,2752 +"118023",30334,5120,3,2075,2735 +"118024",30334,5515,3,2075,2385 +"118025",30334,5897,3,2075,2337 +"118026",30334,6062,3,2075,2681 +"118027",30334,7252,3,2075,2799 +"118028",30334,7984,3,2075,2493 +"118029",30334,8062,2,2075,2858 +"118030",30334,9202,3,2075,2477 +"118031",30334,9332,3,2075,2734 +"118032",30334,9787,3,2075,2858 +"118033",30334,10200,3,2075,2920 +"118034",30334,10836,3,2075,2215 +"118035",30334,11329,3,2075,2799 +"118036",30334,11429,2,2075,2520 +"118037",30334,11477,2,2075,2724 +"118038",30334,12361,3,2075,2732 +"118039",30334,12747,3,2075,2818 +"118040",30334,12759,2,2075,2414 +"118041",30334,14761,3,2075,2502 +"118042",30334,14972,2,2075,2332 +"118043",30334,17037,3,2075,2947 +"118044",30334,17999,3,2075,2758 +"118045",30334,18005,3,2075,2449 +"118046",30334,18371,2,2075,2860 +"118047",30334,19516,3,2075,2313 +"118048",30334,19686,3,2075,2467 +"118049",30334,20423,3,2075,2654 +"118050",30334,20496,3,2075,2530 +"118051",30334,20984,3,2075,2502 +"118052",30334,21670,3,2075,2158 +"118053",30334,21693,3,2075,2176 +"118054",30334,22244,3,2075,2139 +"118055",30334,22326,3,2075,2818 +"118056",30334,22474,3,2075,2446 +"118057",30334,22709,3,2075,2743 +"118058",30334,23739,3,2075,2463 +"118059",30334,24086,3,2075,2663 +"118060",30334,25305,3,2075,2447 +"118061",30334,25373,2,2075,2783 +"118062",30334,26642,3,2075,2952 +"118063",30334,26658,3,2075,2745 +"118064",30334,27320,3,2075,2378 +"118065",30334,28923,3,2075,2362 +"118066",30334,29929,3,2075,2789 +"118067",30334,30705,2,2075,2959 +"118068",30334,31307,3,2075,2139 +"118069",30334,31335,3,2075,2351 +"118070",30334,31700,3,2075,2727 +"118071",30334,32939,3,2075,2277 +"118072",30334,35815,3,2075,2789 +"118073",30334,36912,3,2075,2469 +"118074",30334,36953,2,2075,2790 +"118075",30334,37238,3,2075,2609 +"118076",30334,37342,3,2075,2649 +"118077",30334,37636,1,2075,2178 +"118078",30334,38263,3,2075,2475 +"118079",30334,38505,3,2075,2393 +"118080",30334,38633,3,2075,2253 +"118081",30334,38800,3,2075,2756 +"118082",30334,39321,3,2075,2257 +"118083",30334,41187,3,2075,2340 +"118084",30334,41723,2,2075,2101 +"118085",30334,42813,3,2075,2142 +"118086",30334,43213,3,2075,2160 +"118087",30334,43660,3,2075,2320 +"118088",30334,44694,3,2075,2220 +"118089",30334,47013,3,2075,2388 +"118090",30334,47840,3,2075,2509 +"118091",30334,50236,3,2075,2339 +"118092",30334,50585,3,2075,2414 +"118093",30334,51626,3,2075,2494 +"118094",30334,51783,1,2075,2599 +"118095",30334,53219,3,2075,2973 +"118096",30334,53362,3,2075,2360 +"118097",30334,53687,3,2075,2422 +"118098",30334,56082,2,2075,2395 +"118099",30334,56859,3,2075,2319 +"118100",30334,57804,3,2075,2214 +"118101",30334,58521,3,2075,2950 +"118102",30334,62739,3,2075,2753 +"118103",30334,72088,3,2075,2728 +"118104",30334,72207,3,2075,2430 +"118105",30334,104565,3,2075,2693 +"118106",30365,3669,3,51,2524 +"118107",30365,9281,3,51,78 +"118108",30365,14623,2,51,2043 +"118109",30365,14789,3,51,1034 +"118110",30365,20705,3,51,829 +"118111",30365,21424,3,51,1303 +"118112",30365,23000,3,51,1815 +"118113",30365,23302,2,51,2677 +"118114",30365,24610,2,51,2733 +"118115",30365,29985,3,51,1568 +"118116",30365,30317,1,51,2431 +"118117",30365,32939,3,51,2277 +"118118",30365,36440,3,51,704 +"118119",30365,46581,3,51,1160 +"118120",30365,54819,3,51,2782 +"118121",30365,57727,3,51,1648 +"118122",30365,78594,2,51,2441 +"118123",30365,79306,3,51,190 +"118124",30365,79918,3,51,1672 +"118125",30365,96197,2,51,1670 +"118126",30365,99204,3,51,232 +"118127",30366,13601,3,2532,2689 +"118128",30368,2,3,2487,2796 +"118129",30368,6755,3,2487,2818 +"118130",30368,9035,2,2487,2771 +"118131",30368,9787,3,2487,2858 +"118132",30368,14586,3,2487,2801 +"118133",30368,17037,1,2487,2947 +"118134",30368,29824,3,2487,2772 +"118135",30368,36662,3,2487,2967 +"118136",30368,58655,3,2487,2685 +"118137",30368,63077,3,2487,2778 +"118138",30386,42,3,1833,2265 +"118139",30386,671,3,1833,2328 +"118140",30386,1090,3,1833,2370 +"118141",30386,1321,2,1833,2075 +"118142",30386,2166,1,1833,2557 +"118143",30386,4226,3,1833,1903 +"118144",30386,5239,3,1833,2875 +"118145",30386,5849,3,1833,2404 +"118146",30386,7078,2,1833,2344 +"118147",30386,10874,3,1833,1891 +"118148",30386,13751,3,1833,2557 +"118149",30386,14972,3,1833,2332 +"118150",30386,15184,3,1833,2396 +"118151",30386,16497,3,1833,2370 +"118152",30386,18151,3,1833,2962 +"118153",30386,19027,3,1833,2721 +"118154",30386,19528,2,1833,2742 +"118155",30386,24255,3,1833,2770 +"118156",30386,24511,3,1833,1871 +"118157",30386,26608,2,1833,2329 +"118158",30386,33572,3,1833,2370 +"118159",30386,34158,3,1833,2639 +"118160",30386,34327,3,1833,2959 +"118161",30386,35481,3,1833,2211 +"118162",30386,36950,3,1833,2204 +"118163",30386,39444,3,1833,2695 +"118164",30386,43518,3,1833,2680 +"118165",30386,51410,3,1833,2739 +"118166",30386,53789,3,1833,2681 +"118167",30386,55556,3,1833,2075 +"118168",30386,86799,3,1833,1951 +"118169",30394,8890,3,541,1955 +"118170",30394,26695,3,541,2340 +"118171",30394,30088,3,541,2095 +"118172",30394,31542,3,541,2459 +"118173",30394,57209,3,541,1719 +"118174",30394,64502,3,541,1670 +"118175",30394,76007,3,541,918 +"118176",30394,87638,3,541,1114 +"118177",30394,108621,2,541,1163 +"118178",30404,4730,3,1810,2131 +"118179",30404,5483,3,1810,1938 +"118180",30404,5557,3,1810,1929 +"118181",30404,7433,3,1810,2255 +"118182",30404,9716,3,1810,1929 +"118183",30404,14626,2,1810,2175 +"118184",30404,18571,3,1810,2128 +"118185",30404,20732,3,1810,2401 +"118186",30404,23726,3,1810,2434 +"118187",30404,23869,3,1810,1918 +"118188",30404,24866,3,1810,2103 +"118189",30404,27826,3,1810,2824 +"118190",30404,29319,3,1810,2314 +"118191",30404,32582,3,1810,1929 +"118192",30404,34162,3,1810,2336 +"118193",30404,36136,3,1810,2338 +"118194",30404,41185,3,1810,1929 +"118195",30404,45730,2,1810,2063 +"118196",30404,46803,3,1810,2305 +"118197",30404,50382,3,1810,2244 +"118198",30404,54903,3,1810,2493 +"118199",30404,55775,3,1810,2385 +"118200",30404,56737,3,1810,2270 +"118201",30404,64412,3,1810,2233 +"118202",30404,72426,1,1810,2902 +"118203",30404,76132,3,1810,2426 +"118204",30404,76675,3,1810,1840 +"118205",30404,91631,1,1810,1899 +"118206",30404,96349,3,1810,1874 +"118207",30405,270,2,2164,2542 +"118208",30405,380,3,2164,2261 +"118209",30405,1102,3,2164,2282 +"118210",30405,2424,3,2164,2582 +"118211",30405,3305,3,2164,2839 +"118212",30405,3493,3,2164,2451 +"118213",30405,5072,3,2164,2175 +"118214",30405,5235,2,2164,2324 +"118215",30405,5622,3,2164,2175 +"118216",30405,7234,3,2164,2654 +"118217",30405,9723,3,2164,2302 +"118218",30405,9928,3,2164,2345 +"118219",30405,10857,3,2164,2253 +"118220",30405,11218,2,2164,2292 +"118221",30405,12042,3,2164,2345 +"118222",30405,12374,3,2164,2260 +"118223",30405,13307,2,2164,2206 +"118224",30405,14959,3,2164,2898 +"118225",30405,16352,3,2164,2657 +"118226",30405,17400,3,2164,2231 +"118227",30405,18361,3,2164,2968 +"118228",30405,18394,1,2164,2356 +"118229",30405,19622,3,2164,2371 +"118230",30405,19862,3,2164,2412 +"118231",30405,20067,3,2164,2390 +"118232",30405,20124,3,2164,2376 +"118233",30405,21012,3,2164,2325 +"118234",30405,21693,3,2164,2176 +"118235",30405,22197,3,2164,2271 +"118236",30405,22326,3,2164,2818 +"118237",30405,23011,3,2164,2763 +"118238",30405,23509,3,2164,2275 +"118239",30405,23725,3,2164,2378 +"118240",30405,25305,3,2164,2447 +"118241",30405,26080,3,2164,2525 +"118242",30405,26848,3,2164,2363 +"118243",30405,32173,2,2164,2341 +"118244",30405,34836,3,2164,2302 +"118245",30405,36087,3,2164,2755 +"118246",30405,43455,3,2164,2846 +"118247",30405,43518,3,2164,2680 +"118248",30405,45684,3,2164,2200 +"118249",30405,46629,2,2164,2255 +"118250",30405,48035,3,2164,2180 +"118251",30405,50236,2,2164,2339 +"118252",30405,53323,2,2164,2677 +"118253",30405,54551,3,2164,2348 +"118254",30405,54929,3,2164,2783 +"118255",30405,56082,2,2164,2395 +"118256",30405,56237,3,2164,2625 +"118257",30405,61982,3,2164,2725 +"118258",30405,67726,3,2164,2873 +"118259",30405,70203,3,2164,2756 +"118260",30405,70217,3,2164,2332 +"118261",30405,72207,2,2164,2430 +"118262",30405,72326,3,2164,2384 +"118263",30405,79804,3,2164,2227 +"118264",30405,83396,3,2164,2396 +"118265",30410,20407,2,1966,2339 +"118266",30410,31705,3,1966,2706 +"118267",30410,36439,3,1966,2469 +"118268",30410,44420,3,1966,2184 +"118269",30411,512,3,630,1596 +"118270",30411,1592,3,630,2006 +"118271",30411,1691,3,630,1941 +"118272",30411,2011,2,630,2176 +"118273",30411,2224,3,630,2751 +"118274",30411,2563,3,630,1686 +"118275",30411,4932,3,630,2752 +"118276",30411,5018,2,630,640 +"118277",30411,5120,3,630,2735 +"118278",30411,5258,3,630,2730 +"118279",30411,6252,3,630,2336 +"118280",30411,6363,3,630,2066 +"118281",30411,6390,3,630,2385 +"118282",30411,8041,3,630,632 +"118283",30411,8657,3,630,2473 +"118284",30411,9511,3,630,1232 +"118285",30411,13945,3,630,1324 +"118286",30411,14108,2,630,2012 +"118287",30411,14731,3,630,2012 +"118288",30411,14983,3,630,1047 +"118289",30411,18211,3,630,1745 +"118290",30411,18502,3,630,1033 +"118291",30411,18543,2,630,2968 +"118292",30411,18836,3,630,1270 +"118293",30411,19248,3,630,2357 +"118294",30411,19332,3,630,1214 +"118295",30411,20407,3,630,2339 +"118296",30411,21133,3,630,1320 +"118297",30411,22884,3,630,1608 +"118298",30411,23787,3,630,2810 +"118299",30411,25565,3,630,2764 +"118300",30411,26106,3,630,2015 +"118301",30411,26957,3,630,987 +"118302",30411,27275,3,630,2656 +"118303",30411,28057,3,630,1067 +"118304",30411,28808,3,630,1063 +"118305",30411,29224,3,630,2011 +"118306",30411,33572,3,630,2370 +"118307",30411,33588,3,630,1040 +"118308",30411,33621,2,630,1319 +"118309",30411,34311,3,630,2213 +"118310",30411,34934,3,630,645 +"118311",30411,34945,3,630,1298 +"118312",30411,35041,3,630,1311 +"118313",30411,36439,3,630,2469 +"118314",30411,37509,3,630,1640 +"118315",30411,37628,3,630,819 +"118316",30411,38213,3,630,1744 +"118317",30411,38667,3,630,2880 +"118318",30411,40226,3,630,880 +"118319",30411,41085,2,630,637 +"118320",30411,43226,3,630,2442 +"118321",30411,44427,2,630,2875 +"118322",30411,46621,3,630,1343 +"118323",30411,47064,3,630,1993 +"118324",30411,47585,3,630,794 +"118325",30411,49620,3,630,1868 +"118326",30411,50235,2,630,726 +"118327",30411,52323,3,630,2148 +"118328",30411,52327,3,630,1472 +"118329",30411,52735,3,630,1124 +"118330",30411,53252,3,630,637 +"118331",30411,56116,3,630,1321 +"118332",30411,57990,2,630,978 +"118333",30411,59438,3,630,2400 +"118334",30411,61689,3,630,1309 +"118335",30411,61785,3,630,822 +"118336",30411,62062,3,630,860 +"118337",30411,63604,3,630,927 +"118338",30411,69257,3,630,1402 +"118339",30411,71274,3,630,2390 +"118340",30411,74636,3,630,2525 +"118341",30411,75025,1,630,717 +"118342",30411,76127,3,630,910 +"118343",30411,76192,3,630,912 +"118344",30411,78975,3,630,946 +"118345",30411,79364,3,630,834 +"118346",30411,79657,3,630,1260 +"118347",30411,82401,3,630,1210 +"118348",30411,84612,3,630,2175 +"118349",30411,88232,3,630,2881 +"118350",30411,92491,2,630,1968 +"118351",30411,93398,2,630,828 +"118352",30411,100215,3,630,2436 +"118353",30411,101967,3,630,691 +"118354",30411,106555,3,630,1626 +"118355",30438,671,3,1617,2328 +"118356",30438,675,3,1617,1686 +"118357",30438,733,3,1617,1653 +"118358",30438,1136,3,1617,2536 +"118359",30438,1897,3,1617,1727 +"118360",30438,2424,3,1617,2582 +"118361",30438,2563,3,1617,1686 +"118362",30438,2591,3,1617,1949 +"118363",30438,2954,3,1617,2727 +"118364",30438,3167,3,1617,1676 +"118365",30438,3242,2,1617,1730 +"118366",30438,4191,3,1617,2130 +"118367",30438,4618,3,1617,2607 +"118368",30438,4687,3,1617,2152 +"118369",30438,4980,2,1617,2093 +"118370",30438,5504,3,1617,2389 +"118371",30438,6577,3,1617,1951 +"118372",30438,7245,3,1617,2089 +"118373",30438,8621,2,1617,1681 +"118374",30438,10404,2,1617,2062 +"118375",30438,10857,3,1617,2253 +"118376",30438,10859,3,1617,2231 +"118377",30438,10890,3,1617,2639 +"118378",30438,15539,3,1617,1929 +"118379",30438,18415,3,1617,2184 +"118380",30438,19027,3,1617,2721 +"118381",30438,20563,2,1617,2267 +"118382",30438,20700,3,1617,2861 +"118383",30438,21122,3,1617,1701 +"118384",30438,23704,3,1617,2278 +"118385",30438,23756,3,1617,2309 +"118386",30438,25341,2,1617,1858 +"118387",30438,25643,3,1617,1646 +"118388",30438,26436,3,1617,2489 +"118389",30438,26516,3,1617,2479 +"118390",30438,27753,1,1617,2750 +"118391",30438,28892,3,1617,2023 +"118392",30438,32988,3,1617,2008 +"118393",30438,34492,2,1617,1798 +"118394",30438,34509,3,1617,1973 +"118395",30438,37418,3,1617,2710 +"118396",30438,38449,2,1617,1802 +"118397",30438,40293,3,1617,1671 +"118398",30438,40369,3,1617,2735 +"118399",30438,41402,3,1617,2313 +"118400",30438,45715,1,1617,2287 +"118401",30438,45903,3,1617,2237 +"118402",30438,51157,3,1617,2319 +"118403",30438,51410,3,1617,2739 +"118404",30438,54551,3,1617,2348 +"118405",30438,54740,2,1617,2750 +"118406",30438,55828,3,1617,2393 +"118407",30438,57609,3,1617,2717 +"118408",30438,57977,3,1617,2683 +"118409",30438,58035,3,1617,1646 +"118410",30438,59700,3,1617,2346 +"118411",30438,64793,3,1617,2819 +"118412",30438,64997,3,1617,2791 +"118413",30438,71478,3,1617,1721 +"118414",30438,74095,3,1617,2333 +"118415",30438,82767,3,1617,1641 +"118416",30438,82929,3,1617,2475 +"118417",30438,97915,3,1617,1802 +"118418",30442,4730,1,2124,2131 +"118419",30442,7252,3,2124,2799 +"118420",30442,7433,2,2124,2255 +"118421",30442,8568,3,2124,2706 +"118422",30442,11506,3,2124,2824 +"118423",30442,14626,3,2124,2175 +"118424",30442,16286,3,2124,2470 +"118425",30442,18571,3,2124,2128 +"118426",30442,21180,2,2124,2762 +"118427",30442,21463,3,2124,2437 +"118428",30442,26227,3,2124,2265 +"118429",30442,34162,2,2124,2336 +"118430",30442,36136,3,2124,2338 +"118431",30442,36912,3,2124,2469 +"118432",30442,39105,3,2124,2487 +"118433",30442,41955,3,2124,2479 +"118434",30442,42813,3,2124,2142 +"118435",30442,54775,3,2124,2383 +"118436",30442,55775,2,2124,2385 +"118437",30442,64174,3,2124,2377 +"118438",30442,76132,3,2124,2426 +"118439",30442,111034,3,2124,2131 +"118440",30453,3167,3,1535,1676 +"118441",30453,5350,3,1535,2522 +"118442",30453,10871,3,1535,2314 +"118443",30453,31124,3,1535,2351 +"118444",30453,32988,3,1535,2008 +"118445",30453,38449,3,1535,1802 +"118446",30453,51410,3,1535,2739 +"118447",30453,82767,3,1535,1641 +"118448",30486,140,3,1269,2267 +"118449",30486,1822,3,1269,2888 +"118450",30486,2181,3,1269,2030 +"118451",30486,2540,3,1269,1398 +"118452",30486,3127,3,1269,2273 +"118453",30486,3271,3,1269,2216 +"118454",30486,3477,2,1269,2546 +"118455",30486,4622,3,1269,1589 +"118456",30486,5568,3,1269,1290 +"118457",30486,6063,2,1269,2349 +"118458",30486,6392,3,1269,1878 +"118459",30486,8354,2,1269,1705 +"118460",30486,8865,3,1269,2394 +"118461",30486,8993,3,1269,2099 +"118462",30486,9272,3,1269,2835 +"118463",30486,9503,3,1269,2453 +"118464",30486,9703,3,1269,1845 +"118465",30486,10222,3,1269,2212 +"118466",30486,10473,2,1269,1783 +"118467",30486,10754,3,1269,1797 +"118468",30486,11154,3,1269,1594 +"118469",30486,11229,3,1269,1625 +"118470",30486,11648,3,1269,2852 +"118471",30486,13808,3,1269,1356 +"118472",30486,13899,3,1269,2650 +"118473",30486,14817,1,1269,2110 +"118474",30486,15023,3,1269,2054 +"118475",30486,15826,3,1269,2772 +"118476",30486,16796,3,1269,1892 +"118477",30486,18217,2,1269,1566 +"118478",30486,19317,3,1269,2041 +"118479",30486,19433,3,1269,2504 +"118480",30486,20124,3,1269,2376 +"118481",30486,20984,3,1269,2502 +"118482",30486,21684,3,1269,1971 +"118483",30486,22403,3,1269,1630 +"118484",30486,23131,3,1269,1732 +"118485",30486,27379,3,1269,2461 +"118486",30486,27908,3,1269,2576 +"118487",30486,28588,3,1269,1335 +"118488",30486,28869,3,1269,2425 +"118489",30486,29286,3,1269,1612 +"118490",30486,30368,3,1269,2487 +"118491",30486,30525,3,1269,1964 +"118492",30486,31317,2,1269,1362 +"118493",30486,31357,3,1269,2389 +"118494",30486,32339,3,1269,2430 +"118495",30486,32395,3,1269,2735 +"118496",30486,32678,3,1269,1439 +"118497",30486,33223,2,1269,2397 +"118498",30486,33451,3,1269,1957 +"118499",30486,33470,3,1269,2003 +"118500",30486,35822,3,1269,1903 +"118501",30486,35903,3,1269,1434 +"118502",30486,36953,3,1269,2790 +"118503",30486,37301,3,1269,2160 +"118504",30486,37752,3,1269,2223 +"118505",30486,37937,3,1269,1320 +"118506",30486,38457,3,1269,1630 +"118507",30486,39062,2,1269,2020 +"118508",30486,40542,2,1269,1664 +"118509",30486,40572,3,1269,2666 +"118510",30486,42813,3,1269,2142 +"118511",30486,43226,3,1269,2442 +"118512",30486,45729,3,1269,2606 +"118513",30486,46486,2,1269,1868 +"118514",30486,47595,1,1269,2374 +"118515",30486,48110,3,1269,2009 +"118516",30486,50335,2,1269,1893 +"118517",30486,51200,3,1269,2245 +"118518",30486,51843,3,1269,2389 +"118519",30486,51879,3,1269,1771 +"118520",30486,52953,3,1269,1741 +"118521",30486,53739,3,1269,2704 +"118522",30486,56873,3,1269,1421 +"118523",30486,58508,3,1269,2326 +"118524",30486,59039,3,1269,2870 +"118525",30486,59790,3,1269,1827 +"118526",30486,61125,3,1269,1673 +"118527",30486,63654,3,1269,2310 +"118528",30486,66121,3,1269,1281 +"118529",30486,69335,3,1269,2698 +"118530",30486,74134,3,1269,1566 +"118531",30486,76143,3,1269,1610 +"118532",30486,76286,3,1269,1642 +"118533",30486,79547,3,1269,1909 +"118534",30486,80301,3,1269,1690 +"118535",30486,82932,3,1269,2245 +"118536",30486,84317,3,1269,2081 +"118537",30491,24,3,789,1295 +"118538",30491,1875,3,789,1786 +"118539",30491,4671,3,789,2280 +"118540",30491,5226,2,789,1309 +"118541",30491,15122,2,789,1201 +"118542",30491,18502,3,789,1033 +"118543",30491,19096,3,789,1538 +"118544",30491,22705,3,789,1016 +"118545",30491,23312,3,789,2449 +"118546",30491,26706,3,789,1846 +"118547",30491,28635,2,789,2368 +"118548",30491,37108,1,789,1202 +"118549",30491,39539,3,789,1274 +"118550",30491,43385,3,789,1623 +"118551",30491,44151,3,789,1796 +"118552",30491,46283,3,789,1184 +"118553",30491,48571,3,789,2717 +"118554",30491,49189,3,789,1550 +"118555",30491,53120,3,789,975 +"118556",30491,65140,3,789,836 +"118557",30491,67957,3,789,2823 +"118558",30491,76284,3,789,1237 +"118559",30491,76564,3,789,996 +"118560",30491,83491,3,789,1200 +"118561",30491,91279,3,789,966 +"118562",30491,95644,3,789,1531 +"118563",30491,98781,3,789,1410 +"118564",30491,99103,3,789,1470 +"118565",30504,5710,3,1573,1926 +"118566",30504,5986,3,1573,1721 +"118567",30504,10717,3,1573,1938 +"118568",30504,26080,3,1573,2525 +"118569",30504,26359,2,1573,2535 +"118570",30504,28015,3,1573,1624 +"118571",30504,41972,3,1573,2509 +"118572",30504,51626,3,1573,2494 +"118573",30504,70586,2,1573,2562 +"118574",30504,100262,2,1573,1678 +"118575",30507,55775,3,2302,2385 +"118576",30525,160,2,1964,2007 +"118577",30525,1523,3,1964,2048 +"118578",30525,1702,3,1964,1984 +"118579",30525,2057,3,1964,1965 +"118580",30525,2190,3,1964,2359 +"118581",30525,2747,2,1964,2411 +"118582",30525,2852,3,1964,2448 +"118583",30525,3127,3,1964,2273 +"118584",30525,3477,3,1964,2546 +"118585",30525,3978,3,1964,2775 +"118586",30525,4303,3,1964,2414 +"118587",30525,4612,2,1964,2804 +"118588",30525,4669,3,1964,2395 +"118589",30525,4730,3,1964,2131 +"118590",30525,4831,3,1964,2365 +"118591",30525,5839,3,1964,2301 +"118592",30525,5897,3,1964,2337 +"118593",30525,6063,3,1964,2349 +"118594",30525,6989,3,1964,2623 +"118595",30525,7252,3,1964,2799 +"118596",30525,7785,3,1964,2441 +"118597",30525,7942,2,1964,2623 +"118598",30525,8568,3,1964,2706 +"118599",30525,8610,3,1964,2240 +"118600",30525,9035,3,1964,2771 +"118601",30525,9503,2,1964,2453 +"118602",30525,9787,2,1964,2858 +"118603",30525,11029,3,1964,2362 +"118604",30525,11588,3,1964,2352 +"118605",30525,12948,3,1964,2669 +"118606",30525,14749,3,1964,1998 +"118607",30525,14817,2,1964,2110 +"118608",30525,14959,3,1964,2898 +"118609",30525,15826,3,1964,2772 +"118610",30525,16286,3,1964,2470 +"118611",30525,17033,3,1964,2771 +"118612",30525,17037,3,1964,2947 +"118613",30525,17351,3,1964,2036 +"118614",30525,18421,3,1964,2457 +"118615",30525,19208,3,1964,2629 +"118616",30525,19334,3,1964,1979 +"118617",30525,19433,3,1964,2504 +"118618",30525,20984,3,1964,2502 +"118619",30525,21209,3,1964,2184 +"118620",30525,22244,3,1964,2139 +"118621",30525,23206,2,1964,2805 +"118622",30525,23745,3,1964,1968 +"118623",30525,23756,3,1964,2309 +"118624",30525,24069,3,1964,2697 +"118625",30525,25373,3,1964,2783 +"118626",30525,27320,3,1964,2378 +"118627",30525,27390,3,1964,2425 +"118628",30525,27742,1,1964,2700 +"118629",30525,27908,3,1964,2576 +"118630",30525,27914,2,1964,2507 +"118631",30525,28837,3,1964,2286 +"118632",30525,28869,2,1964,2425 +"118633",30525,29473,3,1964,2602 +"118634",30525,29825,3,1964,2603 +"118635",30525,30368,3,1964,2487 +"118636",30525,30442,3,1964,2124 +"118637",30525,31335,3,1964,2351 +"118638",30525,31866,3,1964,2101 +"118639",30525,31868,3,1964,1993 +"118640",30525,32532,3,1964,2338 +"118641",30525,35728,3,1964,2017 +"118642",30525,39062,3,1964,2020 +"118643",30525,40572,3,1964,2666 +"118644",30525,41023,3,1964,2408 +"118645",30525,41633,3,1964,1976 +"118646",30525,41694,3,1964,2358 +"118647",30525,44433,3,1964,2224 +"118648",30525,44603,3,1964,2748 +"118649",30525,45729,3,1964,2606 +"118650",30525,45869,3,1964,2840 +"118651",30525,46384,3,1964,2285 +"118652",30525,47595,3,1964,2374 +"118653",30525,54775,2,1964,2383 +"118654",30525,56995,3,1964,2323 +"118655",30525,57732,3,1964,2454 +"118656",30525,58501,2,1964,2613 +"118657",30525,58655,2,1964,2685 +"118658",30525,62626,3,1964,2787 +"118659",30525,67145,3,1964,2015 +"118660",30525,70583,3,1964,2615 +"118661",30525,70656,3,1964,2771 +"118662",30525,77052,3,1964,2770 +"118663",30525,81545,3,1964,2077 +"118664",30525,91942,2,1964,2216 +"118665",30544,3158,3,2041,2762 +"118666",30544,4784,3,2041,2511 +"118667",30544,9740,1,2041,2233 +"118668",30544,17499,3,2041,2954 +"118669",30544,18165,3,2041,2085 +"118670",30544,19744,3,2041,2623 +"118671",30544,19980,3,2041,2231 +"118672",30544,20695,3,2041,2526 +"118673",30544,30827,3,2041,2323 +"118674",30544,75207,3,2041,2235 +"118675",30578,7181,3,1095,1421 +"118676",30578,49965,3,1095,2301 +"118677",30578,55828,3,1095,2393 +"118678",30578,68390,1,1095,2608 +"118679",30578,105353,3,1095,2073 +"118680",30602,11208,3,960,1161 +"118681",30602,26766,2,960,1161 +"118682",30602,48110,3,960,2009 +"118683",30602,71618,3,960,2960 +"118684",30602,80190,1,960,2717 +"118685",30609,1620,3,988,1303 +"118686",30609,4066,3,988,1736 +"118687",30609,7229,3,988,2669 +"118688",30609,8062,3,988,2858 +"118689",30609,9227,3,988,1267 +"118690",30609,9481,3,988,1610 +"118691",30609,10336,3,988,2271 +"118692",30609,11728,1,988,1121 +"118693",30609,12067,3,988,1213 +"118694",30609,13136,3,988,2867 +"118695",30609,13537,3,988,1020 +"118696",30609,19751,2,988,1630 +"118697",30609,21240,3,988,1162 +"118698",30609,27742,3,988,2700 +"118699",30609,27914,3,988,2507 +"118700",30609,28094,3,988,1423 +"118701",30609,30891,3,988,1256 +"118702",30609,32311,3,988,2396 +"118703",30609,32818,3,988,2485 +"118704",30609,34831,3,988,1866 +"118705",30609,34892,3,988,2309 +"118706",30609,37036,3,988,2264 +"118707",30609,37929,3,988,2393 +"118708",30609,38259,2,988,2258 +"118709",30609,38373,3,988,1928 +"118710",30609,41581,3,988,1692 +"118711",30609,46532,3,988,2005 +"118712",30609,50278,3,988,1127 +"118713",30609,51879,3,988,1771 +"118714",30609,56116,3,988,1321 +"118715",30609,58829,2,988,1256 +"118716",30609,60258,3,988,2405 +"118717",30609,60879,3,988,2792 +"118718",30609,63077,3,988,2778 +"118719",30609,66609,3,988,998 +"118720",30609,68275,3,988,1158 +"118721",30609,75282,3,988,2675 +"118722",30609,77077,3,988,2693 +"118723",30609,77864,3,988,2227 +"118724",30609,79420,3,988,1061 +"118725",30609,82252,3,988,1248 +"118726",30609,82730,3,988,1492 +"118727",30609,82819,3,988,1900 +"118728",30609,82932,3,988,2245 +"118729",30609,83253,3,988,1102 +"118730",30609,88212,3,988,2547 +"118731",30609,89880,3,988,1938 +"118732",30609,93930,3,988,1268 +"118733",30609,96310,3,988,1016 +"118734",30609,104828,3,988,1609 +"118735",30609,106555,3,988,1626 +"118736",30609,107052,3,988,2158 +"118737",30609,119921,3,988,1113 +"118738",30618,160,3,1609,2007 +"118739",30618,680,3,1609,2569 +"118740",30618,798,3,1609,2476 +"118741",30618,3493,3,1609,2451 +"118742",30618,3978,3,1609,2775 +"118743",30618,4303,3,1609,2414 +"118744",30618,4361,3,1609,2571 +"118745",30618,5363,3,1609,1791 +"118746",30618,6697,3,1609,2438 +"118747",30618,8062,3,1609,2858 +"118748",30618,12759,2,1609,2414 +"118749",30618,19587,3,1609,1684 +"118750",30618,22578,3,1609,2216 +"118751",30618,25373,3,1609,2783 +"118752",30618,26124,3,1609,2356 +"118753",30618,30334,3,1609,2075 +"118754",30618,31335,3,1609,2351 +"118755",30618,35822,3,1609,1903 +"118756",30618,37636,3,1609,2178 +"118757",30618,40392,3,1609,1878 +"118758",30618,41187,2,1609,2340 +"118759",30618,41723,2,1609,2101 +"118760",30618,44694,3,1609,2220 +"118761",30618,45299,3,1609,2426 +"118762",30618,46982,3,1609,2806 +"118763",30618,50585,3,1609,2414 +"118764",30618,51783,3,1609,2599 +"118765",30618,94525,3,1609,1993 +"118766",30631,237,3,951,1982 +"118767",30631,728,3,951,1812 +"118768",30631,4361,3,951,2571 +"118769",30631,9787,3,951,2858 +"118770",30631,10739,3,951,1807 +"118771",30631,11136,3,951,2573 +"118772",30631,12653,3,951,1573 +"118773",30631,16286,3,951,2470 +"118774",30631,21240,3,951,1162 +"118775",30631,26224,3,951,2479 +"118776",30631,26771,3,951,2141 +"118777",30631,36970,3,951,2693 +"118778",30631,38087,3,951,1083 +"118779",30631,41633,3,951,1976 +"118780",30631,45275,2,951,1557 +"118781",30631,47965,3,951,2232 +"118782",30631,50520,3,951,1205 +"118783",30631,59637,2,951,2141 +"118784",30631,67617,3,951,1149 +"118785",30631,72597,3,951,1843 +"118786",30631,84447,3,951,1006 +"118787",30631,90236,2,951,1010 +"118788",30631,91806,3,951,969 +"118789",30631,111375,3,951,2686 +"118790",30644,53599,3,1251,2364 +"118791",30644,105670,1,1251,1351 +"118792",30669,468,3,1921,1966 +"118793",30669,1560,3,1921,2013 +"118794",30669,3127,3,1921,2273 +"118795",30669,3477,3,1921,2546 +"118796",30669,5816,3,1921,2408 +"118797",30669,6063,3,1921,2349 +"118798",30669,8890,2,1921,1955 +"118799",30669,11253,3,1921,2577 +"118800",30669,14761,3,1921,2502 +"118801",30669,18421,3,1921,2457 +"118802",30669,20512,3,1921,2748 +"118803",30669,20984,3,1921,2502 +"118804",30669,23325,3,1921,2779 +"118805",30669,29503,3,1921,2609 +"118806",30669,30668,1,1921,2882 +"118807",30669,33223,3,1921,2397 +"118808",30669,34693,3,1921,1938 +"118809",30669,35816,3,1921,2009 +"118810",30669,36953,3,1921,2790 +"118811",30669,37342,3,1921,2649 +"118812",30669,37752,3,1921,2223 +"118813",30669,40572,3,1921,2666 +"118814",30669,42813,3,1921,2142 +"118815",30669,46982,3,1921,2806 +"118816",30669,52483,3,1921,2317 +"118817",30669,59448,3,1921,2687 +"118818",30692,1315,2,700,2760 +"118819",30692,2960,3,700,977 +"118820",30692,3139,1,700,1656 +"118821",30692,5622,3,700,2175 +"118822",30692,12362,3,700,702 +"118823",30692,13158,3,700,2667 +"118824",30692,13479,1,700,2155 +"118825",30692,13801,3,700,2041 +"118826",30692,15402,3,700,1281 +"118827",30692,21479,3,700,2134 +"118828",30692,23312,3,700,2449 +"118829",30692,23492,3,700,1067 +"118830",30692,27427,3,700,2325 +"118831",30692,30092,3,700,1593 +"118832",30692,30325,3,700,1067 +"118833",30692,30738,2,700,1166 +"118834",30692,39294,3,700,1889 +"118835",30692,40707,3,700,1547 +"118836",30692,43490,3,700,2463 +"118837",30692,44676,3,700,2629 +"118838",30692,48283,3,700,1290 +"118839",30692,51243,3,700,1389 +"118840",30692,67424,3,700,903 +"118841",30692,67788,3,700,837 +"118842",30692,87837,3,700,1987 +"118843",30697,17499,3,2891,2954 +"118844",30697,36609,3,2891,2918 +"118845",30701,16176,3,368,2703 +"118846",30701,81591,1,368,1550 +"118847",30714,31855,2,2485,2636 +"118848",30714,69795,3,2485,2636 +"118849",30738,1315,2,1166,2760 +"118850",30738,3139,1,1166,1656 +"118851",30738,5622,3,1166,2175 +"118852",30738,13479,2,1166,2155 +"118853",30738,15402,3,1166,1281 +"118854",30738,21479,3,1166,2134 +"118855",30738,23312,3,1166,2449 +"118856",30738,27427,3,1166,2325 +"118857",30738,39294,3,1166,1889 +"118858",30738,40707,3,1166,1547 +"118859",30738,43490,3,1166,2463 +"118860",30738,44676,3,1166,2629 +"118861",30738,48283,3,1166,1290 +"118862",30738,51243,3,1166,1389 +"118863",30738,87837,3,1166,1987 +"118864",30744,4567,3,1398,2348 +"118865",30744,7861,3,1398,1647 +"118866",30744,22543,3,1398,1594 +"118867",30744,35413,2,1398,1569 +"118868",30744,69250,3,1398,1439 +"118869",30746,765,2,1209,2073 +"118870",30746,3040,3,1209,1446 +"118871",30746,3175,2,1209,1938 +"118872",30746,3460,2,1209,2530 +"118873",30746,3896,3,1209,2693 +"118874",30746,4821,3,1209,1938 +"118875",30746,14422,2,1209,1548 +"118876",30746,15453,2,1209,1688 +"118877",30746,24206,2,1209,2307 +"118878",30746,36646,3,1209,2744 +"118879",30746,42642,3,1209,2257 +"118880",30746,55324,3,1209,1544 +"118881",30746,60516,3,1209,2257 +"118882",30746,63395,3,1209,2334 +"118883",30746,69591,3,1209,2294 +"118884",30746,88857,2,1209,1232 +"118885",30746,90886,1,1209,1548 +"118886",30746,100462,3,1209,1927 +"118887",30747,997,2,2455,2788 +"118888",30747,5239,2,2455,2875 +"118889",30747,6030,3,2455,2953 +"118890",30747,7984,3,2455,2493 +"118891",30747,9362,3,2455,2879 +"118892",30747,11456,3,2455,2715 +"118893",30747,11477,3,2455,2724 +"118894",30747,16826,3,2455,2599 +"118895",30747,29004,2,2455,2596 +"118896",30747,38227,3,2455,2511 +"118897",30747,42196,3,2455,2765 +"118898",30747,42574,3,2455,2842 +"118899",30747,48605,3,2455,2796 +"118900",30747,50275,3,2455,2832 +"118901",30747,53219,3,2455,2973 +"118902",30747,57529,3,2455,2462 +"118903",30747,78150,3,2455,2581 +"118904",30747,92757,3,2455,2615 +"118905",30747,99351,3,2455,2939 +"118906",30798,3068,3,1398,1815 +"118907",30798,3477,3,1398,2546 +"118908",30798,6063,3,1398,2349 +"118909",30798,13158,3,1398,2667 +"118910",30798,13899,3,1398,2650 +"118911",30798,15106,2,1398,2286 +"118912",30798,15444,3,1398,2764 +"118913",30798,18165,3,1398,2085 +"118914",30798,18217,3,1398,1566 +"118915",30798,18891,3,1398,1596 +"118916",30798,19317,2,1398,2041 +"118917",30798,21275,3,1398,2609 +"118918",30798,21493,3,1398,2286 +"118919",30798,22025,3,1398,1591 +"118920",30798,24176,3,1398,1986 +"118921",30798,30236,3,1398,2238 +"118922",30798,33223,3,1398,2397 +"118923",30798,35448,3,1398,1685 +"118924",30798,37301,3,1398,2160 +"118925",30798,40542,3,1398,1664 +"118926",30798,40565,2,1398,2115 +"118927",30798,41682,3,1398,1988 +"118928",30798,46506,2,1398,2464 +"118929",30798,61242,1,1398,1650 +"118930",30798,73661,3,1398,2505 +"118931",30798,77077,3,1398,2693 +"118932",30798,80764,3,1398,1808 +"118933",30798,83218,1,1398,1537 +"118934",30798,84254,3,1398,2548 +"118935",30798,97768,3,1398,1500 +"118936",30804,7499,3,1614,1803 +"118937",30804,7763,2,1614,1656 +"118938",30804,14612,3,1614,2340 +"118939",30804,24962,3,1614,2126 +"118940",30804,25941,3,1614,2369 +"118941",30804,33176,3,1614,2630 +"118942",30804,93609,1,1614,2252 +"118943",30819,40910,3,2198,2469 +"118944",30827,1136,3,2323,2536 +"118945",30827,1767,2,2323,2727 +"118946",30827,2224,3,2323,2751 +"118947",30827,2424,3,2323,2582 +"118948",30827,3477,3,2323,2546 +"118949",30827,3980,2,2323,2771 +"118950",30827,5235,3,2323,2324 +"118951",30827,5315,3,2323,2631 +"118952",30827,6063,3,2323,2349 +"118953",30827,6074,3,2323,2426 +"118954",30827,13158,2,2323,2667 +"118955",30827,13899,3,2323,2650 +"118956",30827,17549,3,2323,2647 +"118957",30827,19605,3,2323,2395 +"118958",30827,19744,2,2323,2623 +"118959",30827,20331,3,2323,2365 +"118960",30827,20732,3,2323,2401 +"118961",30827,21734,3,2323,2528 +"118962",30827,23726,3,2323,2434 +"118963",30827,24060,3,2323,2349 +"118964",30827,28285,3,2323,2972 +"118965",30827,30697,3,2323,2891 +"118966",30827,33223,3,2323,2397 +"118967",30827,33380,3,2323,2340 +"118968",30827,34120,3,2323,2786 +"118969",30827,38307,3,2323,2648 +"118970",30827,39135,3,2323,2489 +"118971",30827,41945,3,2323,2856 +"118972",30827,42216,1,2323,2722 +"118973",30827,43404,2,2323,2649 +"118974",30827,44688,3,2323,2924 +"118975",30827,45302,2,2323,2390 +"118976",30827,50134,3,2323,2674 +"118977",30827,51035,3,2323,2397 +"118978",30827,51866,3,2323,2411 +"118979",30827,60179,3,2323,2708 +"118980",30827,66992,3,2323,2882 +"118981",30827,74636,3,2323,2525 +"118982",30850,14,1,1045,1793 +"118983",30850,360,3,1045,1671 +"118984",30850,854,3,1045,2307 +"118985",30850,915,2,1045,1793 +"118986",30850,1102,3,1045,2282 +"118987",30850,1767,2,1045,2727 +"118988",30850,2337,3,1045,1697 +"118989",30850,2600,3,1045,1182 +"118990",30850,2894,3,1045,1291 +"118991",30850,3068,1,1045,1815 +"118992",30850,3886,3,1045,1669 +"118993",30850,3980,2,1045,2771 +"118994",30850,4504,3,1045,1905 +"118995",30850,4784,3,1045,2511 +"118996",30850,6020,3,1045,1864 +"118997",30850,8865,3,1045,2394 +"118998",30850,9423,3,1045,1708 +"118999",30850,9828,3,1045,2085 +"119000",30850,10146,3,1045,1878 +"119001",30850,11625,2,1045,2022 +"119002",30850,12373,3,1045,1567 +"119003",30850,12388,3,1045,1975 +"119004",30850,12724,3,1045,1930 +"119005",30850,13158,2,1045,2667 +"119006",30850,13479,3,1045,2155 +"119007",30850,13551,3,1045,1451 +"119008",30850,14072,3,1045,1346 +"119009",30850,14328,2,1045,1725 +"119010",30850,14754,3,1045,2456 +"119011",30850,17351,3,1045,2036 +"119012",30850,17632,3,1045,1947 +"119013",30850,17938,3,1045,1410 +"119014",30850,17943,2,1045,1943 +"119015",30850,18165,3,1045,2085 +"119016",30850,19282,2,1045,1623 +"119017",30850,19317,3,1045,2041 +"119018",30850,19605,3,1045,2395 +"119019",30850,19744,3,1045,2623 +"119020",30850,19980,3,1045,2231 +"119021",30850,20416,3,1045,2323 +"119022",30850,20732,3,1045,2401 +"119023",30850,21358,3,1045,1970 +"119024",30850,22025,3,1045,1591 +"119025",30850,22260,3,1045,2137 +"119026",30850,23726,3,1045,2434 +"119027",30850,23751,3,1045,1740 +"119028",30850,26366,3,1045,1688 +"119029",30850,28285,3,1045,2972 +"119030",30850,28648,3,1045,1586 +"119031",30850,29454,3,1045,2719 +"119032",30850,29495,3,1045,1612 +"119033",30850,29884,3,1045,1239 +"119034",30850,30092,1,1045,1593 +"119035",30850,30236,3,1045,2238 +"119036",30850,30827,1,1045,2323 +"119037",30850,32064,2,1045,1739 +"119038",30850,32939,3,1045,2277 +"119039",30850,33380,3,1045,2340 +"119040",30850,34120,3,1045,2786 +"119041",30850,34136,3,1045,2202 +"119042",30850,34274,3,1045,1437 +"119043",30850,35903,3,1045,1434 +"119044",30850,37915,3,1045,1905 +"119045",30850,38213,3,1045,1744 +"119046",30850,38284,3,1045,1234 +"119047",30850,38732,3,1045,2263 +"119048",30850,38816,3,1045,1225 +"119049",30850,39135,3,1045,2489 +"119050",30850,39880,3,1045,1620 +"119051",30850,41682,3,1045,1988 +"119052",30850,41900,3,1045,1970 +"119053",30850,41945,3,1045,2856 +"119054",30850,42216,2,1045,2722 +"119055",30850,43404,1,1045,2649 +"119056",30850,45297,3,1045,1864 +"119057",30850,45302,3,1045,2390 +"119058",30850,45450,3,1045,1590 +"119059",30850,46446,3,1045,2295 +"119060",30850,48823,2,1045,2080 +"119061",30850,49470,3,1045,1528 +"119062",30850,49620,3,1045,1868 +"119063",30850,55084,1,1045,1189 +"119064",30850,57804,3,1045,2214 +"119065",30850,59677,3,1045,1174 +"119066",30850,60179,2,1045,2708 +"119067",30850,62538,3,1045,1656 +"119068",30850,74636,3,1045,2525 +"119069",30850,75028,2,1045,1660 +"119070",30850,88609,3,1045,1917 +"119071",30850,93642,3,1045,1120 +"119072",30850,94520,3,1045,1243 +"119073",30850,95879,2,1045,1748 +"119074",30857,2754,2,863,1360 +"119075",30857,13945,3,863,1324 +"119076",30857,17347,3,863,1526 +"119077",30857,22705,3,863,1016 +"119078",30857,24755,3,863,1319 +"119079",30857,31799,3,863,2547 +"119080",30857,67222,3,863,1332 +"119081",30857,72334,2,863,2820 +"119082",30865,140,3,2038,2267 +"119083",30865,3414,2,2038,2322 +"119084",30865,4249,3,2038,2547 +"119085",30865,5897,3,2038,2337 +"119086",30865,16866,3,2038,2718 +"119087",30865,17033,3,2038,2771 +"119088",30865,18810,3,2038,2671 +"119089",30865,18865,3,2038,2676 +"119090",30865,26642,3,2038,2952 +"119091",30865,27320,3,2038,2378 +"119092",30865,27391,3,2038,2378 +"119093",30865,31235,3,2038,2668 +"119094",30865,32939,3,2038,2277 +"119095",30865,36270,3,2038,2910 +"119096",30865,36344,2,2038,2570 +"119097",30865,44603,3,2038,2748 +"119098",30865,47595,3,2038,2374 +"119099",30865,47968,3,2038,2829 +"119100",30865,57804,3,2038,2214 +"119101",30865,60258,3,2038,2405 +"119102",30865,63395,3,2038,2334 +"119103",30865,67815,2,2038,2476 +"119104",30865,69131,3,2038,2122 +"119105",30865,74474,3,2038,2338 +"119106",30865,75282,1,2038,2675 +"119107",30865,88067,3,2038,2315 +"119108",30865,88212,3,2038,2547 +"119109",30865,102566,3,2038,2207 +"119110",30870,11136,3,2370,2573 +"119111",30883,14,3,1629,1793 +"119112",30883,145,3,1629,1998 +"119113",30883,312,3,1629,2038 +"119114",30883,380,3,1629,2261 +"119115",30883,854,3,1629,2307 +"119116",30883,913,3,1629,2144 +"119117",30883,998,3,1629,1795 +"119118",30883,1355,3,1629,2473 +"119119",30883,1767,3,1629,2727 +"119120",30883,2326,3,1629,2513 +"119121",30883,2424,3,1629,2582 +"119122",30883,2484,3,1629,2389 +"119123",30883,2533,3,1629,2016 +"119124",30883,3068,3,1629,1815 +"119125",30883,3164,2,1629,2693 +"119126",30883,3167,3,1629,1676 +"119127",30883,3305,3,1629,2839 +"119128",30883,3961,3,1629,2426 +"119129",30883,5315,3,1629,2631 +"119130",30883,5392,3,1629,1648 +"119131",30883,6030,3,1629,2953 +"119132",30883,6044,3,1629,2744 +"119133",30883,6222,2,1629,1949 +"119134",30883,6512,3,1629,1672 +"119135",30883,7616,3,1629,2296 +"119136",30883,7984,3,1629,2493 +"119137",30883,7992,2,1629,2033 +"119138",30883,8354,3,1629,1705 +"119139",30883,8762,3,1629,2585 +"119140",30883,8887,3,1629,2373 +"119141",30883,9311,3,1629,2477 +"119142",30883,9362,3,1629,2879 +"119143",30883,10358,3,1629,2294 +"119144",30883,11006,3,1629,1950 +"119145",30883,11440,3,1629,2026 +"119146",30883,11620,3,1629,2010 +"119147",30883,11966,3,1629,2385 +"119148",30883,12388,3,1629,1975 +"119149",30883,12778,3,1629,2045 +"119150",30883,13388,3,1629,2119 +"119151",30883,13573,2,1629,2774 +"119152",30883,13780,3,1629,2412 +"119153",30883,14353,3,1629,2878 +"119154",30883,14655,3,1629,2559 +"119155",30883,14959,2,1629,2898 +"119156",30883,15315,3,1629,2173 +"119157",30883,15444,3,1629,2764 +"119158",30883,15713,3,1629,1646 +"119159",30883,15930,3,1629,2541 +"119160",30883,16111,3,1629,1714 +"119161",30883,16201,3,1629,1811 +"119162",30883,16539,2,1629,1947 +"119163",30883,16801,3,1629,2008 +"119164",30883,17027,3,1629,2772 +"119165",30883,17520,2,1629,2276 +"119166",30883,18394,3,1629,2356 +"119167",30883,19072,3,1629,2358 +"119168",30883,19173,3,1629,1686 +"119169",30883,19719,3,1629,2177 +"119170",30883,20067,2,1629,2390 +"119171",30883,20162,3,1629,2328 +"119172",30883,20284,3,1629,2530 +"119173",30883,20292,3,1629,2755 +"119174",30883,20311,2,1629,1981 +"119175",30883,20732,2,1629,2401 +"119176",30883,21571,3,1629,2755 +"119177",30883,21706,2,1629,1988 +"119178",30883,22403,2,1629,1630 +"119179",30883,22566,3,1629,2308 +"119180",30883,23268,3,1629,2258 +"119181",30883,23509,3,1629,2275 +"119182",30883,23726,2,1629,2434 +"119183",30883,23787,3,1629,2810 +"119184",30883,23869,2,1629,1918 +"119185",30883,24756,3,1629,2530 +"119186",30883,24807,3,1629,2319 +"119187",30883,25486,3,1629,2582 +"119188",30883,25508,3,1629,2081 +"119189",30883,25577,3,1629,1946 +"119190",30883,25874,3,1629,2088 +"119191",30883,26479,3,1629,1818 +"119192",30883,26582,3,1629,2772 +"119193",30883,28050,3,1629,1955 +"119194",30883,28168,3,1629,2702 +"119195",30883,29095,2,1629,2531 +"119196",30883,29314,3,1629,2736 +"119197",30883,30150,3,1629,1704 +"119198",30883,31235,3,1629,2668 +"119199",30883,31307,3,1629,2139 +"119200",30883,31691,3,1629,1657 +"119201",30883,32064,3,1629,1739 +"119202",30883,32658,3,1629,1694 +"119203",30883,32988,3,1629,2008 +"119204",30883,33010,3,1629,2189 +"119205",30883,33801,2,1629,2899 +"119206",30883,34907,3,1629,1945 +"119207",30883,35235,3,1629,2610 +"119208",30883,38019,3,1629,1870 +"119209",30883,38921,2,1629,1880 +"119210",30883,41682,3,1629,1988 +"119211",30883,41972,3,1629,2509 +"119212",30883,42196,3,1629,2765 +"119213",30883,42264,3,1629,1702 +"119214",30883,42505,3,1629,2008 +"119215",30883,42935,3,1629,2400 +"119216",30883,43349,3,1629,2400 +"119217",30883,43479,2,1629,2178 +"119218",30883,44420,3,1629,2184 +"119219",30883,44557,3,1629,2371 +"119220",30883,44819,3,1629,2063 +"119221",30883,44885,3,1629,2670 +"119222",30883,44899,3,1629,2386 +"119223",30883,46803,3,1629,2305 +"119224",30883,50252,3,1629,2001 +"119225",30883,50382,2,1629,2244 +"119226",30883,52003,3,1629,2067 +"119227",30883,52323,3,1629,2148 +"119228",30883,52576,3,1629,2234 +"119229",30883,53475,2,1629,2853 +"119230",30883,53604,2,1629,2489 +"119231",30883,57760,3,1629,1721 +"119232",30883,58035,3,1629,1646 +"119233",30883,58669,3,1629,2296 +"119234",30883,58993,3,1629,2390 +"119235",30883,62538,2,1629,1656 +"119236",30883,64327,3,1629,1918 +"119237",30883,70203,2,1629,2756 +"119238",30883,76356,3,1629,2323 +"119239",30883,87720,3,1629,2086 +"119240",30883,89826,3,1629,2033 +"119241",30883,91142,3,1629,2527 +"119242",30883,95064,3,1629,1801 +"119243",30891,237,3,1256,1982 +"119244",30891,341,3,1256,2689 +"119245",30891,600,3,1256,1702 +"119246",30891,798,3,1256,2476 +"119247",30891,841,3,1256,2964 +"119248",30891,1203,3,1256,1350 +"119249",30891,2206,3,1256,2536 +"119250",30891,2226,2,1256,2225 +"119251",30891,2524,3,1256,1708 +"119252",30891,3127,3,1256,2273 +"119253",30891,3271,3,1256,2216 +"119254",30891,3456,2,1256,1999 +"119255",30891,3770,3,1256,2623 +"119256",30891,4526,3,1256,1728 +"119257",30891,4551,3,1256,2720 +"119258",30891,4705,3,1256,1714 +"119259",30891,4932,3,1256,2752 +"119260",30891,4983,3,1256,1909 +"119261",30891,5363,3,1256,1791 +"119262",30891,6821,2,1256,1788 +"119263",30891,7258,3,1256,1714 +"119264",30891,7355,3,1256,1928 +"119265",30891,7847,3,1256,2424 +"119266",30891,7896,3,1256,2447 +"119267",30891,7942,3,1256,2623 +"119268",30891,8140,3,1256,1262 +"119269",30891,9060,3,1256,1612 +"119270",30891,9227,3,1256,1267 +"119271",30891,9272,3,1256,2835 +"119272",30891,9301,3,1256,1861 +"119273",30891,9484,3,1256,1429 +"119274",30891,10087,3,1256,1617 +"119275",30891,10215,3,1256,2006 +"119276",30891,10373,2,1256,2436 +"119277",30891,11136,2,1256,2573 +"119278",30891,12948,3,1256,2669 +"119279",30891,13068,3,1256,1778 +"119280",30891,13842,3,1256,2250 +"119281",30891,14915,3,1256,2606 +"119282",30891,16437,3,1256,1956 +"119283",30891,16684,3,1256,1657 +"119284",30891,16776,3,1256,1565 +"119285",30891,17230,3,1256,1965 +"119286",30891,18381,3,1256,1524 +"119287",30891,19165,3,1256,2436 +"119288",30891,19231,3,1256,1424 +"119289",30891,19655,3,1256,2706 +"119290",30891,19751,3,1256,1630 +"119291",30891,19934,2,1256,2888 +"119292",30891,20219,3,1256,2313 +"119293",30891,20308,3,1256,2254 +"119294",30891,20395,3,1256,1468 +"119295",30891,20894,3,1256,2214 +"119296",30891,21670,2,1256,2158 +"119297",30891,21741,3,1256,1574 +"119298",30891,21810,3,1256,1579 +"119299",30891,22766,3,1256,1945 +"119300",30891,23154,3,1256,2345 +"119301",30891,27280,2,1256,1965 +"119302",30891,27320,3,1256,2378 +"119303",30891,27391,3,1256,2378 +"119304",30891,27722,2,1256,1266 +"119305",30891,28051,3,1256,2089 +"119306",30891,28893,3,1256,2764 +"119307",30891,29495,3,1256,1612 +"119308",30891,29818,3,1256,1677 +"119309",30891,29997,3,1256,1789 +"119310",30891,30865,3,1256,2038 +"119311",30891,31331,3,1256,2964 +"119312",30891,31868,3,1256,1993 +"119313",30891,32110,3,1256,2224 +"119314",30891,32202,3,1256,2314 +"119315",30891,34870,3,1256,1873 +"119316",30891,35477,3,1256,2703 +"119317",30891,35728,3,1256,2017 +"119318",30891,35822,2,1256,1903 +"119319",30891,37059,3,1256,2840 +"119320",30891,37752,2,1256,2223 +"119321",30891,38259,2,1256,2258 +"119322",30891,38373,3,1256,1928 +"119323",30891,39418,3,1256,1978 +"119324",30891,39534,3,1256,2410 +"119325",30891,40623,2,1256,2580 +"119326",30891,40910,3,1256,2469 +"119327",30891,41023,3,1256,2408 +"119328",30891,41338,3,1256,1553 +"119329",30891,41739,3,1256,1339 +"119330",30891,41900,3,1256,1970 +"119331",30891,41969,3,1256,2189 +"119332",30891,42256,3,1256,2839 +"119333",30891,43961,3,1256,2443 +"119334",30891,44235,3,1256,2700 +"119335",30891,45138,2,1256,2516 +"119336",30891,46261,3,1256,2350 +"119337",30891,47965,3,1256,2232 +"119338",30891,51879,3,1256,1771 +"119339",30891,52154,3,1256,1722 +"119340",30891,53051,3,1256,1940 +"119341",30891,53924,3,1256,1289 +"119342",30891,55817,2,1256,2285 +"119343",30891,58233,3,1256,1665 +"119344",30891,59039,2,1256,2870 +"119345",30891,59485,3,1256,1564 +"119346",30891,59726,3,1256,1513 +"119347",30891,61337,3,1256,2777 +"119348",30891,61723,2,1256,1262 +"119349",30891,63077,3,1256,2778 +"119350",30891,64181,2,1256,1828 +"119351",30891,64967,2,1256,2872 +"119352",30891,64997,3,1256,2791 +"119353",30891,65188,2,1256,2213 +"119354",30891,65625,3,1256,1273 +"119355",30891,66413,3,1256,2507 +"119356",30891,69131,3,1256,2122 +"119357",30891,69788,3,1256,2007 +"119358",30891,70070,3,1256,2425 +"119359",30891,72438,3,1256,1397 +"119360",30891,73192,3,1256,1955 +"119361",30891,74795,2,1256,1319 +"119362",30891,79432,2,1256,1708 +"119363",30891,80506,3,1256,1920 +"119364",30891,82932,3,1256,2245 +"119365",30891,90745,3,1256,1994 +"119366",30891,94625,3,1256,2105 +"119367",30891,105063,3,1256,1908 +"119368",30891,106399,3,1256,1530 +"119369",30891,107383,3,1256,1918 +"119370",30891,119524,2,1256,1930 +"119371",30906,1616,3,2537,2662 +"119372",30906,2424,3,2537,2582 +"119373",30906,2684,3,2537,2874 +"119374",30906,7234,3,2537,2654 +"119375",30906,10148,2,2537,2964 +"119376",30906,13639,3,2537,2887 +"119377",30906,14959,3,2537,2898 +"119378",30906,27908,3,2537,2576 +"119379",30906,29454,3,2537,2719 +"119380",30906,33433,2,2537,2805 +"119381",30906,33801,3,2537,2899 +"119382",30906,36441,3,2537,2796 +"119383",30906,38755,3,2537,2902 +"119384",30906,38885,3,2537,2720 +"119385",30906,42196,3,2537,2765 +"119386",30906,53475,3,2537,2853 +"119387",30906,67652,3,2537,2736 +"119388",30915,1592,3,1207,2006 +"119389",30915,1691,3,1207,1941 +"119390",30915,7196,3,1207,1508 +"119391",30915,14108,3,1207,2012 +"119392",30915,14676,3,1207,2764 +"119393",30915,14731,3,1207,2012 +"119394",30915,16625,3,1207,1285 +"119395",30915,24256,3,1207,2393 +"119396",30915,35041,3,1207,1311 +"119397",30915,36439,3,1207,2469 +"119398",30915,40028,3,1207,1349 +"119399",30915,44521,3,1207,1593 +"119400",30915,46621,3,1207,1343 +"119401",30915,48215,3,1207,2028 +"119402",30915,50236,3,1207,2339 +"119403",30915,56237,2,1207,2625 +"119404",30915,69257,3,1207,1402 +"119405",30915,88232,3,1207,2881 +"119406",30943,2424,3,2287,2582 +"119407",30943,2747,3,2287,2411 +"119408",30943,7506,3,2287,2371 +"119409",30943,10851,3,2287,2423 +"119410",30943,12272,3,2287,2371 +"119411",30943,13200,1,2287,2488 +"119412",30943,14655,3,2287,2559 +"119413",30943,16067,3,2287,2727 +"119414",30943,17221,2,2287,2487 +"119415",30943,36031,3,2287,2342 +"119416",30943,44557,2,2287,2371 +"119417",30943,46803,2,2287,2305 +"119418",30943,55076,3,2287,2408 +"119419",30943,63641,3,2287,2337 +"119420",30943,67726,3,2287,2873 +"119421",30943,69716,3,2287,2632 +"119422",30956,313,3,168,2271 +"119423",30956,377,3,168,2389 +"119424",30956,499,3,168,1931 +"119425",30956,543,3,168,2203 +"119426",30956,613,3,168,2687 +"119427",30956,868,3,168,607 +"119428",30956,1151,3,168,2885 +"119429",30956,1495,3,168,2046 +"119430",30956,1616,3,168,2662 +"119431",30956,1777,2,168,1965 +"119432",30956,2036,3,168,2483 +"119433",30956,2057,3,168,1965 +"119434",30956,2224,3,168,2751 +"119435",30956,2484,3,168,2389 +"119436",30956,2754,3,168,1360 +"119437",30956,3088,3,168,1670 +"119438",30956,3161,3,168,2229 +"119439",30956,3830,2,168,1661 +"119440",30956,4057,3,168,2389 +"119441",30956,5078,2,168,2033 +"119442",30956,5457,2,168,2077 +"119443",30956,5462,1,168,2374 +"119444",30956,5504,2,168,2389 +"119445",30956,7323,3,168,2858 +"119446",30956,8229,3,168,1241 +"119447",30956,8621,3,168,1681 +"119448",30956,8760,3,168,2477 +"119449",30956,8866,3,168,1545 +"119450",30956,9332,3,168,2734 +"119451",30956,9362,3,168,2879 +"119452",30956,12067,3,168,1213 +"119453",30956,12713,3,168,2440 +"119454",30956,15184,3,168,2396 +"119455",30956,15299,3,168,2213 +"119456",30956,15539,3,168,1929 +"119457",30956,16313,3,168,1160 +"119458",30956,16609,3,168,538 +"119459",30956,16959,3,168,888 +"119460",30956,17133,2,168,924 +"119461",30956,17410,3,168,2073 +"119462",30956,17572,3,168,340 +"119463",30956,18151,3,168,2962 +"119464",30956,18615,3,168,1025 +"119465",30956,19027,3,168,2721 +"119466",30956,19606,2,168,2783 +"119467",30956,19637,3,168,1229 +"119468",30956,19963,3,168,810 +"119469",30956,20494,3,168,1075 +"119470",30956,20659,3,168,1969 +"119471",30956,20700,3,168,2861 +"119472",30956,21122,3,168,1701 +"119473",30956,22006,2,168,1202 +"119474",30956,22749,2,168,1727 +"119475",30956,22874,3,168,404 +"119476",30956,27478,3,168,2485 +"119477",30956,28216,3,168,1910 +"119478",30956,30119,3,168,1961 +"119479",30956,31799,2,168,2547 +"119480",30956,32017,3,168,577 +"119481",30956,32606,2,168,2100 +"119482",30956,33356,3,168,1586 +"119483",30956,35256,3,168,2271 +"119484",30956,36514,3,168,1192 +"119485",30956,37570,3,168,2389 +"119486",30956,38048,2,168,867 +"119487",30956,38755,3,168,2902 +"119488",30956,39444,3,168,2695 +"119489",30956,40138,3,168,2719 +"119490",30956,41278,2,168,1873 +"119491",30956,41747,3,168,1722 +"119492",30956,44502,3,168,484 +"119493",30956,44636,3,168,1026 +"119494",30956,46680,3,168,1690 +"119495",30956,49965,3,168,2301 +"119496",30956,50372,3,168,1834 +"119497",30956,53031,3,168,2065 +"119498",30956,55556,3,168,2075 +"119499",30956,55828,3,168,2393 +"119500",30956,57077,1,168,1885 +"119501",30956,57950,2,168,1529 +"119502",30956,57977,3,168,2683 +"119503",30956,58035,3,168,1646 +"119504",30956,64967,3,168,2872 +"119505",30956,65029,3,168,2954 +"119506",30956,65856,3,168,2504 +"119507",30956,69498,2,168,931 +"119508",30956,71478,3,168,1721 +"119509",30956,75948,3,168,1006 +"119510",30956,79612,3,168,927 +"119511",30956,80429,3,168,1927 +"119512",30956,80471,3,168,538 +"119513",30956,81511,3,168,848 +"119514",30956,85430,2,168,2370 +"119515",30956,86986,3,168,1976 +"119516",30956,89958,2,168,1186 +"119517",30956,90837,2,168,825 +"119518",30956,91570,3,168,2229 +"119519",30956,102050,2,168,906 +"119520",30956,105795,3,168,1265 +"119521",30956,108415,3,168,752 +"119522",30956,111955,3,168,504 +"119523",30956,119564,3,168,336 +"119524",30967,237,3,818,1982 +"119525",30967,267,3,818,2631 +"119526",30967,600,3,818,1702 +"119527",30967,2440,2,818,836 +"119528",30967,7118,3,818,966 +"119529",30967,8238,3,818,2222 +"119530",30967,13842,3,818,2250 +"119531",30967,18464,3,818,2312 +"119532",30967,19208,3,818,2629 +"119533",30967,19605,3,818,2395 +"119534",30967,22207,3,818,2365 +"119535",30967,22682,3,818,2035 +"119536",30967,23679,3,818,934 +"119537",30967,23918,3,818,1881 +"119538",30967,27509,3,818,2067 +"119539",30967,27796,3,818,2151 +"119540",30967,29512,3,818,1594 +"119541",30967,40565,3,818,2115 +"119542",30967,41739,3,818,1339 +"119543",30967,44403,3,818,2429 +"119544",30967,50480,3,818,2701 +"119545",30967,55556,3,818,2075 +"119546",30967,57082,3,818,1418 +"119547",30967,66693,3,818,2554 +"119548",30967,66756,3,818,1301 +"119549",30967,69250,3,818,1439 +"119550",30967,77550,3,818,1548 +"119551",30967,82270,3,818,1641 +"119552",30974,364,3,947,2351 +"119553",30974,900,3,947,2726 +"119554",30974,1195,3,947,1322 +"119555",30974,2540,3,947,1398 +"119556",30974,3493,3,947,2451 +"119557",30974,3978,3,947,2775 +"119558",30974,4303,3,947,2414 +"119559",30974,4983,3,947,1909 +"119560",30974,5568,3,947,1290 +"119561",30974,6821,3,947,1788 +"119562",30974,6989,3,947,2623 +"119563",30974,7245,3,947,2089 +"119564",30974,7615,1,947,1657 +"119565",30974,7942,3,947,2623 +"119566",30974,9332,3,947,2734 +"119567",30974,9703,2,947,1845 +"119568",30974,10350,3,947,1163 +"119569",30974,10457,3,947,1711 +"119570",30974,10980,3,947,1974 +"119571",30974,12361,3,947,2732 +"119572",30974,12610,3,947,1274 +"119573",30974,16176,3,947,2703 +"119574",30974,16501,3,947,1650 +"119575",30974,18005,1,947,2449 +"119576",30974,18415,3,947,2184 +"119577",30974,20176,3,947,1050 +"119578",30974,20984,3,947,2502 +"119579",30974,21227,3,947,2110 +"119580",30974,22166,3,947,994 +"119581",30974,23015,3,947,1362 +"119582",30974,24176,3,947,1986 +"119583",30974,24512,3,947,1369 +"119584",30974,27320,3,947,2378 +"119585",30974,27391,3,947,2378 +"119586",30974,28893,3,947,2764 +"119587",30974,29073,3,947,2328 +"119588",30974,29473,3,947,2602 +"119589",30974,29495,3,947,1612 +"119590",30974,30865,3,947,2038 +"119591",30974,31317,3,947,1362 +"119592",30974,31700,3,947,2727 +"119593",30974,33870,3,947,955 +"119594",30974,34057,3,947,1657 +"119595",30974,34094,3,947,1360 +"119596",30974,34945,3,947,1298 +"119597",30974,36344,1,947,2570 +"119598",30974,37351,3,947,978 +"119599",30974,37424,3,947,1693 +"119600",30974,37752,3,947,2223 +"119601",30974,37937,3,947,1320 +"119602",30974,38676,2,947,2286 +"119603",30974,39249,3,947,1665 +"119604",30974,40028,3,947,1349 +"119605",30974,41023,3,947,2408 +"119606",30974,41187,3,947,2340 +"119607",30974,41250,3,947,1703 +"119608",30974,41581,3,947,1692 +"119609",30974,42331,3,947,1585 +"119610",30974,45729,3,947,2606 +"119611",30974,45992,3,947,1182 +"119612",30974,46486,3,947,1868 +"119613",30974,47968,3,947,2829 +"119614",30974,48015,3,947,1355 +"119615",30974,48888,3,947,1177 +"119616",30974,50229,3,947,1190 +"119617",30974,50585,3,947,2414 +"119618",30974,52136,3,947,1412 +"119619",30974,52815,3,947,2323 +"119620",30974,53687,3,947,2422 +"119621",30974,54775,3,947,2383 +"119622",30974,55482,3,947,1866 +"119623",30974,56082,3,947,2395 +"119624",30974,56995,3,947,2323 +"119625",30974,57067,2,947,2547 +"119626",30974,57912,3,947,1035 +"119627",30974,62668,3,947,958 +"119628",30974,62957,3,947,1170 +"119629",30974,63644,3,947,1267 +"119630",30974,64947,3,947,2489 +"119631",30974,69788,3,947,2007 +"119632",30974,71219,3,947,967 +"119633",30974,71531,3,947,2887 +"119634",30974,73737,2,947,1424 +"119635",30974,76286,3,947,1642 +"119636",30974,82426,2,947,1576 +"119637",30974,83301,2,947,1385 +"119638",30974,87907,3,947,1173 +"119639",30974,88067,2,947,2315 +"119640",30974,90745,3,947,1994 +"119641",30974,90892,3,947,2399 +"119642",30974,93332,3,947,982 +"119643",30981,6234,3,2366,2654 +"119644",30981,7508,3,2366,2396 +"119645",30981,11067,3,2366,2734 +"119646",30981,21138,3,2366,2849 +"119647",30981,25298,3,2366,2443 +"119648",30981,26658,3,2366,2745 +"119649",30981,37009,3,2366,2412 +"119650",30981,42256,3,2366,2839 +"119651",30981,43112,2,2366,2564 +"119652",30981,43226,3,2366,2442 +"119653",30981,45585,3,2366,2384 +"119654",30981,57842,3,2366,2482 +"119655",31000,3242,3,1526,1730 +"119656",31000,4980,3,1526,2093 +"119657",31000,23704,3,1526,2278 +"119658",31000,26436,3,1526,2489 +"119659",31000,30438,3,1526,1617 +"119660",31000,34492,2,1526,1798 +"119661",31000,38449,3,1526,1802 +"119662",31000,45715,2,1526,2287 +"119663",31000,51410,3,1526,2739 +"119664",31001,6252,3,2119,2336 +"119665",31001,6390,3,2119,2385 +"119666",31001,14676,3,2119,2764 +"119667",31001,16296,3,2119,2626 +"119668",31001,31700,3,2119,2727 +"119669",31001,33572,3,2119,2370 +"119670",31001,36439,3,2119,2469 +"119671",31001,38667,3,2119,2880 +"119672",31001,55155,3,2119,2333 +"119673",31001,66241,3,2119,2351 +"119674",31003,3255,3,1859,2504 +"119675",31003,5315,3,1859,2631 +"119676",31003,13573,3,1859,2774 +"119677",31003,19858,3,1859,2357 +"119678",31003,20941,3,1859,2725 +"119679",31003,24558,3,1859,2139 +"119680",31003,26671,3,1859,2279 +"119681",31003,37915,3,1859,1905 +"119682",31003,45633,3,1859,2134 +"119683",31003,45903,3,1859,2237 +"119684",31003,48127,3,1859,2677 +"119685",31003,67957,3,1859,2823 +"119686",31050,135,1,1491,2233 +"119687",31050,212,3,1491,1513 +"119688",31050,270,3,1491,2542 +"119689",31050,312,3,1491,2038 +"119690",31050,455,1,1491,2827 +"119691",31050,470,2,1491,2285 +"119692",31050,600,2,1491,1702 +"119693",31050,675,3,1491,1686 +"119694",31050,913,3,1491,2144 +"119695",31050,1046,3,1491,1881 +"119696",31050,1130,3,1491,1566 +"119697",31050,1136,3,1491,2536 +"119698",31050,1175,3,1491,1642 +"119699",31050,1367,2,1491,2176 +"119700",31050,1691,3,1491,1941 +"119701",31050,2224,3,1491,2751 +"119702",31050,2322,3,1491,1645 +"119703",31050,2424,2,1491,2582 +"119704",31050,2533,2,1491,2016 +"119705",31050,2954,3,1491,2727 +"119706",31050,3242,3,1491,1730 +"119707",31050,3284,3,1491,1541 +"119708",31050,3305,3,1491,2839 +"119709",31050,3966,3,1491,2425 +"119710",31050,4084,2,1491,2133 +"119711",31050,4191,2,1491,2130 +"119712",31050,4360,3,1491,1770 +"119713",31050,4526,3,1491,1728 +"119714",31050,4618,3,1491,2607 +"119715",31050,5148,3,1491,2206 +"119716",31050,5491,3,1491,2048 +"119717",31050,5725,3,1491,2789 +"119718",31050,6363,3,1491,2066 +"119719",31050,6428,3,1491,1952 +"119720",31050,6491,3,1491,2424 +"119721",31050,7245,1,1491,2089 +"119722",31050,7350,3,1491,1901 +"119723",31050,7515,3,1491,2737 +"119724",31050,7847,3,1491,2424 +"119725",31050,8533,2,1491,2251 +"119726",31050,8610,3,1491,2240 +"119727",31050,8621,3,1491,1681 +"119728",31050,8777,3,1491,1620 +"119729",31050,9311,3,1491,2477 +"119730",31050,9364,3,1491,1698 +"119731",31050,9702,3,1491,1928 +"119732",31050,10130,3,1491,2741 +"119733",31050,10433,2,1491,2075 +"119734",31050,10513,3,1491,2284 +"119735",31050,11006,3,1491,1950 +"119736",31050,11516,3,1491,1937 +"119737",31050,12199,3,1491,1651 +"119738",31050,12528,3,1491,2589 +"119739",31050,12863,3,1491,2027 +"119740",31050,15207,3,1491,1855 +"119741",31050,15813,3,1491,2143 +"119742",31050,16201,2,1491,1811 +"119743",31050,16432,3,1491,2664 +"119744",31050,17357,3,1491,1536 +"119745",31050,17520,3,1491,2276 +"119746",31050,17698,3,1491,1559 +"119747",31050,17931,3,1491,1617 +"119748",31050,18151,3,1491,2962 +"119749",31050,18348,3,1491,1711 +"119750",31050,18415,2,1491,2184 +"119751",31050,18735,3,1491,1581 +"119752",31050,18965,3,1491,2315 +"119753",31050,19248,3,1491,2357 +"119754",31050,19335,3,1491,1729 +"119755",31050,19719,2,1491,2177 +"119756",31050,20124,3,1491,2376 +"119757",31050,20407,3,1491,2339 +"119758",31050,20563,2,1491,2267 +"119759",31050,21164,3,1491,1645 +"119760",31050,21285,3,1491,2100 +"119761",31050,21795,3,1491,2653 +"119762",31050,22566,3,1491,2308 +"119763",31050,22567,3,1491,2396 +"119764",31050,22895,3,1491,2704 +"119765",31050,23132,2,1491,2756 +"119766",31050,23534,3,1491,1659 +"119767",31050,23705,2,1491,2699 +"119768",31050,23729,3,1491,1624 +"119769",31050,23918,2,1491,1881 +"119770",31050,24448,3,1491,2289 +"119771",31050,24568,2,1491,1937 +"119772",31050,25289,2,1491,1790 +"119773",31050,25341,2,1491,1858 +"119774",31050,25577,2,1491,1946 +"119775",31050,25643,3,1491,1646 +"119776",31050,25816,3,1491,2088 +"119777",31050,26336,3,1491,1904 +"119778",31050,26516,3,1491,2479 +"119779",31050,26749,3,1491,2965 +"119780",31050,27275,3,1491,2656 +"119781",31050,27390,3,1491,2425 +"119782",31050,27628,3,1491,2389 +"119783",31050,27694,3,1491,2030 +"119784",31050,27753,3,1491,2750 +"119785",31050,28015,3,1491,1624 +"119786",31050,28101,3,1491,1949 +"119787",31050,28115,2,1491,1835 +"119788",31050,28285,3,1491,2972 +"119789",31050,28991,2,1491,1688 +"119790",31050,29073,3,1491,2328 +"119791",31050,29170,2,1491,1846 +"119792",31050,29962,3,1491,2201 +"119793",31050,30052,2,1491,2855 +"119794",31050,30883,3,1491,1629 +"119795",31050,32965,3,1491,2071 +"119796",31050,32988,3,1491,2008 +"119797",31050,33572,3,1491,2370 +"119798",31050,33622,3,1491,2230 +"119799",31050,34160,1,1491,1759 +"119800",31050,34480,3,1491,2755 +"119801",31050,34509,3,1491,1973 +"119802",31050,34648,3,1491,1596 +"119803",31050,34836,3,1491,2302 +"119804",31050,35095,3,1491,1502 +"119805",31050,35186,3,1491,1520 +"119806",31050,35302,1,1491,1589 +"119807",31050,35529,3,1491,1620 +"119808",31050,36439,3,1491,2469 +"119809",31050,38019,2,1491,1870 +"119810",31050,38727,3,1491,2238 +"119811",31050,40293,3,1491,1671 +"119812",31050,40369,3,1491,2735 +"119813",31050,40383,3,1491,2639 +"119814",31050,42216,3,1491,2722 +"119815",31050,42505,3,1491,2008 +"119816",31050,42935,3,1491,2400 +"119817",31050,43385,3,1491,1623 +"119818",31050,43455,3,1491,2846 +"119819",31050,45633,1,1491,2134 +"119820",31050,46629,3,1491,2255 +"119821",31050,47947,3,1491,2681 +"119822",31050,48414,3,1491,1749 +"119823",31050,48602,3,1491,1704 +"119824",31050,49144,1,1491,1542 +"119825",31050,49620,3,1491,1868 +"119826",31050,49872,3,1491,2019 +"119827",31050,50041,3,1491,1565 +"119828",31050,50685,2,1491,2008 +"119829",31050,51022,3,1491,1499 +"119830",31050,51041,3,1491,2606 +"119831",31050,51410,3,1491,2739 +"119832",31050,52323,3,1491,2148 +"119833",31050,52570,3,1491,2645 +"119834",31050,52576,2,1491,2234 +"119835",31050,53196,1,1491,1888 +"119836",31050,53300,3,1491,2162 +"119837",31050,54158,2,1491,1756 +"119838",31050,54250,3,1491,2340 +"119839",31050,55082,3,1491,1856 +"119840",31050,55139,2,1491,2323 +"119841",31050,56317,3,1491,2030 +"119842",31050,57977,3,1491,2683 +"119843",31050,58035,3,1491,1646 +"119844",31050,58451,3,1491,1939 +"119845",31050,58508,3,1491,2326 +"119846",31050,60661,3,1491,2700 +"119847",31050,61982,3,1491,2725 +"119848",31050,62219,3,1491,2494 +"119849",31050,62840,3,1491,2502 +"119850",31050,62841,3,1491,2710 +"119851",31050,63409,2,1491,1937 +"119852",31050,64181,2,1491,1828 +"119853",31050,64997,2,1491,2791 +"119854",31050,65016,3,1491,2749 +"119855",31050,65691,2,1491,2134 +"119856",31050,66413,2,1491,2507 +"119857",31050,67383,3,1491,1739 +"119858",31050,67652,3,1491,2736 +"119859",31050,68215,3,1491,2727 +"119860",31050,71562,3,1491,2574 +"119861",31050,72207,3,1491,2430 +"119862",31050,73305,3,1491,2544 +"119863",31050,74095,3,1491,2333 +"119864",31050,76892,3,1491,2381 +"119865",31050,79432,3,1491,1708 +"119866",31050,80429,3,1491,1927 +"119867",31050,82426,3,1491,1576 +"119868",31050,82949,3,1491,2077 +"119869",31050,105063,2,1491,1908 +"119870",31050,107649,3,1491,1573 +"119871",31054,8866,3,1273,1545 +"119872",31054,10146,3,1273,1878 +"119873",31054,17355,2,1273,1469 +"119874",31054,18165,3,1273,2085 +"119875",31054,19744,3,1273,2623 +"119876",31054,19980,3,1273,2231 +"119877",31054,23098,2,1273,2300 +"119878",31054,30697,2,1273,2891 +"119879",31054,42372,3,1273,2230 +"119880",31054,45650,3,1273,1528 +"119881",31054,55324,2,1273,1544 +"119882",31054,59819,3,1273,2624 +"119883",31054,61337,3,1273,2777 +"119884",31054,66677,3,1273,2151 +"119885",31054,72845,2,1273,1663 +"119886",31054,84296,3,1273,1751 +"119887",31054,100462,2,1273,1927 +"119888",31069,1275,3,1995,2068 +"119889",31069,7984,3,1995,2493 +"119890",31069,10857,3,1995,2253 +"119891",31069,13388,3,1995,2119 +"119892",31069,13780,3,1995,2412 +"119893",31069,15401,2,1995,1999 +"119894",31069,16801,3,1995,2008 +"119895",31069,16826,2,1995,2599 +"119896",31069,20732,3,1995,2401 +"119897",31069,23726,3,1995,2434 +"119898",31069,32988,3,1995,2008 +"119899",31069,33801,3,1995,2899 +"119900",31069,38227,2,1995,2511 +"119901",31069,44407,3,1995,2154 +"119902",31069,44676,3,1995,2629 +"119903",31069,46803,3,1995,2305 +"119904",31069,46988,3,1995,2460 +"119905",31069,47386,2,1995,2226 +"119906",31069,50382,3,1995,2244 +"119907",31069,54551,3,1995,2348 +"119908",31069,65322,3,1995,2008 +"119909",31069,70269,3,1995,2368 +"119910",31069,78150,3,1995,2581 +"119911",31087,1560,3,1757,2013 +"119912",31087,3100,3,1757,2524 +"119913",31087,3520,1,1757,2281 +"119914",31087,3786,3,1757,2282 +"119915",31087,5606,2,1757,2875 +"119916",31087,6119,3,1757,2358 +"119917",31087,10336,3,1757,2271 +"119918",31087,16067,3,1757,2727 +"119919",31087,21976,3,1757,1808 +"119920",31087,27882,3,1757,1897 +"119921",31087,29276,3,1757,2000 +"119922",31087,33363,3,1757,2475 +"119923",31087,37868,1,1757,2876 +"119924",31087,45299,3,1757,2426 +"119925",31087,49334,3,1757,2433 +"119926",31087,65223,2,1757,2724 +"119927",31087,91772,3,1757,2233 +"119928",31087,101027,2,1757,1867 +"119929",31093,3493,3,2160,2451 +"119930",31093,5072,3,2160,2175 +"119931",31093,5622,3,2160,2175 +"119932",31093,6390,3,2160,2385 +"119933",31093,7234,3,2160,2654 +"119934",31093,9928,3,2160,2345 +"119935",31093,10358,3,2160,2294 +"119936",31093,10857,3,2160,2253 +"119937",31093,12042,3,2160,2345 +"119938",31093,17400,2,2160,2231 +"119939",31093,19622,3,2160,2371 +"119940",31093,23310,3,2160,2371 +"119941",31093,23725,3,2160,2378 +"119942",31093,32919,3,2160,2321 +"119943",31093,45684,3,2160,2200 +"119944",31093,50236,3,2160,2339 +"119945",31093,54551,3,2160,2348 +"119946",31093,56082,2,2160,2395 +"119947",31093,72207,3,2160,2430 +"119948",31099,2289,3,1356,2389 +"119949",31099,10779,3,1356,2881 +"119950",31099,15636,3,1356,2857 +"119951",31099,23787,3,1356,2810 +"119952",31099,39556,3,1356,2747 +"119953",31099,50001,3,1356,1518 +"119954",31099,50269,3,1356,1966 +"119955",31109,13879,3,1845,2748 +"119956",31109,14043,1,1845,2084 +"119957",31109,19655,3,1845,2706 +"119958",31109,70973,3,1845,2705 +"119959",31117,3978,3,2210,2775 +"119960",31117,4929,2,2210,2240 +"119961",31117,4953,3,2210,2285 +"119962",31117,5610,3,2210,2223 +"119963",31117,8327,2,2210,2527 +"119964",31117,8842,3,2210,2535 +"119965",31117,9175,3,2210,2639 +"119966",31117,9331,2,2210,2269 +"119967",31117,15444,3,2210,2764 +"119968",31117,16628,3,2210,2409 +"119969",31117,17549,1,2210,2647 +"119970",31117,20331,3,2210,2365 +"119971",31117,21248,3,2210,2232 +"119972",31117,21734,3,2210,2528 +"119973",31117,29280,3,2210,2499 +"119974",31117,33200,2,2210,2221 +"119975",31117,34120,3,2210,2786 +"119976",31117,38307,2,2210,2648 +"119977",31117,39464,3,2210,2314 +"119978",31117,41945,2,2210,2856 +"119979",31117,43455,3,2210,2846 +"119980",31117,44688,3,2210,2924 +"119981",31117,45239,3,2210,2535 +"119982",31117,46446,2,2210,2295 +"119983",31117,50480,3,2210,2701 +"119984",31117,54983,3,2210,2407 +"119985",31117,77815,3,2210,2358 +"119986",31117,91579,3,2210,2510 +"119987",31124,6074,3,2351,2426 +"119988",31124,13985,2,2351,2484 +"119989",31124,23011,2,2351,2763 +"119990",31124,51410,3,2351,2739 +"119991",31124,59022,2,2351,2494 +"119992",31124,67726,3,2351,2873 +"119993",31130,669,2,148,1423 +"119994",31130,1154,3,148,1656 +"119995",31130,3011,3,148,2278 +"119996",31130,4222,3,148,190 +"119997",31130,5839,3,148,2301 +"119998",31130,6241,3,148,2264 +"119999",31130,7126,3,148,1261 +"120000",31130,7196,3,148,1508 +"120001",31130,7579,3,148,1624 +"120002",31130,7861,3,148,1647 +"120003",31130,7984,3,148,2493 +"120004",31130,8890,3,148,1955 +"120005",31130,8913,3,148,968 +"120006",31130,9702,3,148,1928 +"120007",31130,10726,2,148,841 +"120008",31130,10746,3,148,1506 +"120009",31130,10859,3,148,2231 +"120010",31130,12034,3,148,265 +"120011",31130,12484,3,148,2344 +"120012",31130,12542,3,148,1888 +"120013",31130,14108,3,148,2012 +"120014",31130,15118,3,148,1311 +"120015",31130,15401,3,148,1999 +"120016",31130,16365,3,148,2217 +"120017",31130,16881,2,148,925 +"120018",31130,17257,3,148,1117 +"120019",31130,18393,3,148,860 +"120020",31130,19092,3,148,906 +"120021",31130,20562,3,148,316 +"120022",31130,21133,3,148,1320 +"120023",31130,21670,3,148,2158 +"120024",31130,21681,3,148,2005 +"120025",31130,22722,3,148,1233 +"120026",31130,24286,3,148,1280 +"120027",31130,24405,3,148,1443 +"120028",31130,28784,3,148,1579 +"120029",31130,28896,3,148,1395 +"120030",31130,31700,3,148,2727 +"120031",31130,32131,3,148,1035 +"120032",31130,32163,2,148,859 +"120033",31130,32988,3,148,2008 +"120034",31130,33241,3,148,632 +"120035",31130,33356,3,148,1586 +"120036",31130,33433,3,148,2805 +"120037",31130,35069,3,148,2069 +"120038",31130,35360,3,148,2043 +"120039",31130,35822,3,148,1903 +"120040",31130,36031,3,148,2342 +"120041",31130,37937,3,148,1320 +"120042",31130,38602,3,148,2693 +"120043",31130,39278,3,148,1952 +"120044",31130,40889,2,148,465 +"120045",31130,40913,3,148,1800 +"120046",31130,47384,3,148,1639 +"120047",31130,48215,3,148,2028 +"120048",31130,49265,1,148,2686 +"120049",31130,51035,3,148,2397 +"120050",31130,53323,3,148,2677 +"120051",31130,55987,3,148,396 +"120052",31130,57380,1,148,2362 +"120053",31130,57405,3,148,2344 +"120054",31130,57990,3,148,978 +"120055",31130,61138,3,148,1188 +"120056",31130,61785,3,148,822 +"120057",31130,62832,3,148,2606 +"120058",31130,65155,3,148,1947 +"120059",31130,70854,3,148,635 +"120060",31130,72147,3,148,1075 +"120061",31130,72728,3,148,2234 +"120062",31130,73245,3,148,802 +"120063",31130,78569,2,148,578 +"120064",31130,78932,3,148,981 +"120065",31130,79158,3,148,1252 +"120066",31130,81014,3,148,1925 +"120067",31130,85736,2,148,1601 +"120068",31130,85869,3,148,1509 +"120069",31130,88232,3,148,2881 +"120070",31130,88904,2,148,465 +"120071",31130,92592,3,148,486 +"120072",31130,93102,1,148,1174 +"120073",31130,95036,3,148,380 +"120074",31130,96352,3,148,1493 +"120075",31130,103420,3,148,433 +"120076",31130,104217,3,148,956 +"120077",31130,106240,3,148,705 +"120078",31131,3620,3,2810,2955 +"120079",31132,36609,2,2744,2918 +"120080",31132,42574,3,2744,2842 +"120081",31152,757,3,56,546 +"120082",31152,1196,3,56,1986 +"120083",31152,3068,3,56,1815 +"120084",31152,3477,3,56,2546 +"120085",31152,3886,3,56,1669 +"120086",31152,4504,3,56,1905 +"120087",31152,6063,3,56,2349 +"120088",31152,11103,2,56,2393 +"120089",31152,12735,3,56,819 +"120090",31152,12779,2,56,936 +"120091",31152,13899,2,56,2650 +"120092",31152,15106,2,56,2286 +"120093",31152,15215,3,56,798 +"120094",31152,18217,3,56,1566 +"120095",31152,18465,3,56,354 +"120096",31152,19069,3,56,988 +"120097",31152,19317,2,56,2041 +"120098",31152,20343,3,56,851 +"120099",31152,21275,3,56,2609 +"120100",31152,21493,3,56,2286 +"120101",31152,22025,2,56,1591 +"120102",31152,22057,2,56,974 +"120103",31152,22462,3,56,869 +"120104",31152,23572,2,56,772 +"120105",31152,24789,3,56,829 +"120106",31152,27224,2,56,354 +"120107",31152,29884,2,56,1239 +"120108",31152,29930,3,56,2240 +"120109",31152,30798,3,56,1398 +"120110",31152,33223,3,56,2397 +"120111",31152,35448,3,56,1685 +"120112",31152,36574,3,56,2934 +"120113",31152,37301,3,56,2160 +"120114",31152,40542,3,56,1664 +"120115",31152,43077,3,56,884 +"120116",31152,56639,3,56,643 +"120117",31152,58164,1,56,2398 +"120118",31152,61242,2,56,1650 +"120119",31152,78150,3,56,2581 +"120120",31152,96352,3,56,1493 +"120121",31152,108498,1,56,974 +"120122",31159,270,3,2231,2542 +"120123",31159,823,3,2231,2840 +"120124",31159,2424,3,2231,2582 +"120125",31159,3477,3,2231,2546 +"120126",31159,3978,3,2231,2775 +"120127",31159,4929,3,2231,2240 +"120128",31159,4953,2,2231,2285 +"120129",31159,6063,3,2231,2349 +"120130",31159,7616,3,2231,2296 +"120131",31159,7794,3,2231,2972 +"120132",31159,8842,3,2231,2535 +"120133",31159,9150,3,2231,2689 +"120134",31159,9175,2,2231,2639 +"120135",31159,9311,3,2231,2477 +"120136",31159,9331,3,2231,2269 +"120137",31159,9723,3,2231,2302 +"120138",31159,12042,3,2231,2345 +"120139",31159,14252,3,2231,2244 +"120140",31159,14507,2,2231,2686 +"120141",31159,14652,3,2231,2516 +"120142",31159,15008,2,2231,2338 +"120143",31159,15381,3,2231,2289 +"120144",31159,15729,2,2231,2338 +"120145",31159,16628,3,2231,2409 +"120146",31159,17365,3,2231,2746 +"120147",31159,17549,3,2231,2647 +"120148",31159,19215,3,2231,2604 +"120149",31159,20331,3,2231,2365 +"120150",31159,21248,3,2231,2232 +"120151",31159,22580,3,2231,2245 +"120152",31159,22709,3,2231,2743 +"120153",31159,24256,3,2231,2393 +"120154",31159,24825,2,2231,2686 +"120155",31159,31705,3,2231,2706 +"120156",31159,33160,3,2231,2441 +"120157",31159,33223,3,2231,2397 +"120158",31159,35888,3,2231,2291 +"120159",31159,36031,3,2231,2342 +"120160",31159,37238,3,2231,2609 +"120161",31159,38307,2,2231,2648 +"120162",31159,39464,2,2231,2314 +"120163",31159,41945,3,2231,2856 +"120164",31159,42783,2,2231,2338 +"120165",31159,43455,2,2231,2846 +"120166",31159,44688,3,2231,2924 +"120167",31159,45239,1,2231,2535 +"120168",31159,46629,3,2231,2255 +"120169",31159,47607,3,2231,2724 +"120170",31159,51866,3,2231,2411 +"120171",31159,52032,3,2231,2853 +"120172",31159,52892,2,2231,2372 +"120173",31159,53219,3,2231,2973 +"120174",31159,60974,1,2231,2972 +"120175",31159,61982,3,2231,2725 +"120176",31164,1592,3,1996,2006 +"120177",31164,2093,3,1996,2459 +"120178",31164,2221,3,1996,2092 +"120179",31164,2334,3,1996,2619 +"120180",31164,2418,3,1996,2020 +"120181",31164,2759,3,1996,2030 +"120182",31164,3271,3,1996,2216 +"120183",31164,3317,3,1996,2037 +"120184",31164,3477,3,1996,2546 +"120185",31164,4730,3,1996,2131 +"120186",31164,5239,3,1996,2875 +"120187",31164,5839,3,1996,2301 +"120188",31164,6063,3,1996,2349 +"120189",31164,6627,2,1996,2063 +"120190",31164,6824,3,1996,2680 +"120191",31164,7433,3,1996,2255 +"120192",31164,7443,3,1996,2028 +"120193",31164,9272,3,1996,2835 +"120194",31164,9620,3,1996,2339 +"120195",31164,9861,3,1996,2680 +"120196",31164,10495,3,1996,2230 +"120197",31164,10638,2,1996,2692 +"120198",31164,10964,3,1996,2043 +"120199",31164,11067,3,1996,2734 +"120200",31164,11103,3,1996,2393 +"120201",31164,11319,3,1996,2073 +"120202",31164,11506,1,1996,2824 +"120203",31164,15401,3,1996,1999 +"120204",31164,17826,3,1996,2920 +"120205",31164,18464,3,1996,2312 +"120206",31164,18571,1,1996,2128 +"120207",31164,18943,1,1996,2861 +"120208",31164,20007,2,1996,2971 +"120209",31164,21180,3,1996,2762 +"120210",31164,21193,3,1996,2490 +"120211",31164,21463,1,1996,2437 +"120212",31164,27478,3,1996,2485 +"120213",31164,27783,1,1996,2302 +"120214",31164,31307,3,1996,2139 +"120215",31164,32449,1,1996,2091 +"120216",31164,32988,3,1996,2008 +"120217",31164,33223,3,1996,2397 +"120218",31164,34162,3,1996,2336 +"120219",31164,36136,1,1996,2338 +"120220",31164,38144,3,1996,2637 +"120221",31164,38755,3,1996,2902 +"120222",31164,39105,1,1996,2487 +"120223",31164,41978,2,1996,2824 +"120224",31164,43226,3,1996,2442 +"120225",31164,45730,3,1996,2063 +"120226",31164,46951,1,1996,2429 +"120227",31164,48110,3,1996,2009 +"120228",31164,53013,3,1996,2523 +"120229",31164,53031,3,1996,2065 +"120230",31164,55604,3,1996,2342 +"120231",31164,55775,3,1996,2385 +"120232",31164,56275,3,1996,2152 +"120233",31164,58508,3,1996,2326 +"120234",31164,59005,3,1996,2817 +"120235",31164,59039,2,1996,2870 +"120236",31164,68592,2,1996,2551 +"120237",31164,69335,2,1996,2698 +"120238",31164,76132,2,1996,2426 +"120239",31164,111034,3,1996,2131 +"120240",31170,3100,3,1776,2524 +"120241",31170,4313,2,1776,2368 +"120242",31170,4698,3,1776,2481 +"120243",31170,10200,3,1776,2920 +"120244",31170,11429,3,1776,2520 +"120245",31170,20056,2,1776,1824 +"120246",31170,21976,2,1776,1808 +"120247",31170,24610,3,1776,2733 +"120248",31170,28203,3,1776,2117 +"120249",31170,39777,3,1776,1936 +"120250",31170,43524,3,1776,2572 +"120251",31170,49958,3,1776,1860 +"120252",31170,61513,3,1776,2948 +"120253",31170,65223,3,1776,2724 +"120254",31170,76505,3,1776,2123 +"120255",31170,80486,3,1776,2008 +"120256",31170,108774,3,1776,1901 +"120257",31209,2684,2,1137,2874 +"120258",31209,3395,3,1137,1382 +"120259",31209,3453,3,1137,2126 +"120260",31209,6492,3,1137,1162 +"120261",31209,11055,3,1137,2111 +"120262",31209,12778,2,1137,2045 +"120263",31209,16542,1,1137,2039 +"120264",31209,17245,3,1137,1811 +"120265",31209,19937,3,1137,1587 +"120266",31209,24753,1,1137,2860 +"120267",31209,24793,1,1137,1993 +"120268",31209,24826,2,1137,1382 +"120269",31209,27501,3,1137,1981 +"120270",31209,28053,1,1137,2292 +"120271",31209,28588,3,1137,1335 +"120272",31209,28626,3,1137,2842 +"120273",31209,32419,2,1137,1909 +"120274",31209,33801,3,1137,2899 +"120275",31209,40879,2,1137,2019 +"120276",31209,41664,2,1137,2641 +"120277",31209,50254,3,1137,1151 +"120278",31209,52699,2,1137,1372 +"120279",31209,53475,3,1137,2853 +"120280",31209,58852,3,1137,2323 +"120281",31209,82893,3,1137,1275 +"120282",31209,83286,3,1137,1793 +"120283",31209,83291,3,1137,2066 +"120284",31211,55,3,433,2524 +"120285",31211,1393,2,433,1706 +"120286",31211,1785,3,433,2350 +"120287",31211,2014,1,433,973 +"120288",31211,2357,2,433,492 +"120289",31211,3101,3,433,513 +"120290",31211,3506,2,433,2364 +"120291",31211,4403,3,433,2416 +"120292",31211,5798,3,433,1779 +"120293",31211,5813,3,433,2088 +"120294",31211,6040,3,433,2103 +"120295",31211,6621,3,433,2478 +"120296",31211,7123,2,433,1964 +"120297",31211,7900,3,433,893 +"120298",31211,7903,3,433,744 +"120299",31211,7932,2,433,789 +"120300",31211,9088,3,433,1881 +"120301",31211,9269,2,433,1892 +"120302",31211,9342,1,433,896 +"120303",31211,9895,3,433,1960 +"120304",31211,10610,2,433,1427 +"120305",31211,13712,2,433,550 +"120306",31211,14838,3,433,1746 +"120307",31211,15244,2,433,1600 +"120308",31211,15926,3,433,545 +"120309",31211,16347,3,433,1868 +"120310",31211,16757,3,433,1755 +"120311",31211,16866,3,433,2718 +"120312",31211,17645,3,433,1918 +"120313",31211,17925,2,433,2385 +"120314",31211,18924,3,433,485 +"120315",31211,19690,2,433,706 +"120316",31211,20695,3,433,2526 +"120317",31211,21872,2,433,2458 +"120318",31211,22389,3,433,2034 +"120319",31211,26740,3,433,2695 +"120320",31211,31990,3,433,2264 +"120321",31211,32629,3,433,1789 +"120322",31211,32724,2,433,2581 +"120323",31211,32939,3,433,2277 +"120324",31211,34331,3,433,1727 +"120325",31211,36275,2,433,614 +"120326",31211,36440,1,433,704 +"120327",31211,37765,3,433,1134 +"120328",31211,37801,3,433,2578 +"120329",31211,38140,3,433,1866 +"120330",31211,38754,3,433,835 +"120331",31211,41075,2,433,1176 +"120332",31211,44312,3,433,2741 +"120333",31211,44421,3,433,956 +"120334",31211,44744,2,433,2032 +"120335",31211,45449,2,433,1610 +"120336",31211,45450,3,433,1590 +"120337",31211,45562,3,433,623 +"120338",31211,46726,3,433,943 +"120339",31211,48781,3,433,954 +"120340",31211,48931,2,433,2444 +"120341",31211,53445,3,433,2028 +"120342",31211,54953,3,433,2223 +"120343",31211,55493,3,433,869 +"120344",31211,55674,3,433,718 +"120345",31211,56364,3,433,1626 +"120346",31211,57804,3,433,2214 +"120347",31211,62668,3,433,958 +"120348",31211,63329,3,433,639 +"120349",31211,63870,3,433,481 +"120350",31211,64712,3,433,1411 +"120351",31211,66017,3,433,1545 +"120352",31211,68215,3,433,2727 +"120353",31211,68884,3,433,1011 +"120354",31211,71982,3,433,2812 +"120355",31211,76672,3,433,1930 +"120356",31211,78611,3,433,1586 +"120357",31211,78800,2,433,652 +"120358",31211,79639,3,433,1013 +"120359",31211,79913,3,433,1514 +"120360",31211,80801,3,433,1250 +"120361",31211,83206,3,433,954 +"120362",31211,84591,3,433,1685 +"120363",31211,85926,3,433,907 +"120364",31211,87915,3,433,1152 +"120365",31211,90268,3,433,585 +"120366",31211,90852,3,433,764 +"120367",31211,92084,3,433,1134 +"120368",31211,92469,2,433,1232 +"120369",31211,96197,3,433,1670 +"120370",31211,96387,1,433,2159 +"120371",31211,97706,3,433,1121 +"120372",31211,99237,3,433,783 +"120373",31211,99536,3,433,790 +"120374",31211,100084,3,433,1964 +"120375",31211,101666,3,433,1257 +"120376",31211,102581,1,433,1813 +"120377",31211,109031,1,433,523 +"120378",31211,115338,3,433,625 +"120379",31213,555,3,48,552 +"120380",31213,1428,3,48,742 +"120381",31213,1592,3,48,2006 +"120382",31213,3100,3,48,2524 +"120383",31213,3306,3,48,1989 +"120384",31213,3786,3,48,2282 +"120385",31213,5315,2,48,2631 +"120386",31213,5346,3,48,1438 +"120387",31213,5659,3,48,141 +"120388",31213,6055,3,48,2651 +"120389",31213,7616,3,48,2296 +"120390",31213,8275,3,48,2237 +"120391",31213,9200,3,48,787 +"120392",31213,9871,3,48,921 +"120393",31213,10358,3,48,2294 +"120394",31213,10382,3,48,2111 +"120395",31213,11135,3,48,2441 +"120396",31213,11477,3,48,2724 +"120397",31213,12639,3,48,1141 +"120398",31213,12692,3,48,1855 +"120399",31213,12712,3,48,815 +"120400",31213,13109,2,48,1374 +"120401",31213,13573,3,48,2774 +"120402",31213,14032,3,48,2144 +"120403",31213,14080,3,48,1351 +"120404",31213,15207,2,48,1855 +"120405",31213,15632,3,48,1242 +"120406",31213,15808,3,48,1521 +"120407",31213,15906,3,48,109 +"120408",31213,16539,3,48,1947 +"120409",31213,16545,3,48,186 +"120410",31213,18364,2,48,535 +"120411",31213,18550,3,48,483 +"120412",31213,19453,3,48,1928 +"120413",31213,19593,2,48,2013 +"120414",31213,19621,1,48,725 +"120415",31213,19687,3,48,2072 +"120416",31213,19858,3,48,2357 +"120417",31213,19892,2,48,1212 +"120418",31213,21401,3,48,1440 +"120419",31213,21566,2,48,1234 +"120420",31213,22374,2,48,1226 +"120421",31213,23006,3,48,1532 +"120422",31213,23280,3,48,536 +"120423",31213,23364,3,48,2306 +"120424",31213,23639,3,48,2065 +"120425",31213,24756,3,48,2530 +"120426",31213,25270,3,48,985 +"120427",31213,25286,3,48,1545 +"120428",31213,26567,2,48,1158 +"120429",31213,26658,3,48,2745 +"120430",31213,27104,3,48,1608 +"120431",31213,28130,2,48,908 +"120432",31213,28131,3,48,1492 +"120433",31213,28274,3,48,493 +"120434",31213,28808,2,48,1063 +"120435",31213,31003,3,48,1859 +"120436",31213,32939,3,48,2277 +"120437",31213,34158,3,48,2639 +"120438",31213,34648,2,48,1596 +"120439",31213,35286,2,48,395 +"120440",31213,35772,2,48,1440 +"120441",31213,36007,3,48,2089 +"120442",31213,36441,2,48,2796 +"120443",31213,36784,3,48,576 +"120444",31213,37108,3,48,1202 +"120445",31213,37934,3,48,1595 +"120446",31213,40113,3,48,451 +"120447",31213,40293,3,48,1671 +"120448",31213,40487,3,48,2512 +"120449",31213,40893,1,48,1116 +"120450",31213,41108,3,48,1624 +"120451",31213,41278,3,48,1873 +"120452",31213,42195,3,48,573 +"120453",31213,42799,2,48,2729 +"120454",31213,43479,3,48,2178 +"120455",31213,45186,3,48,835 +"120456",31213,45633,3,48,2134 +"120457",31213,45903,1,48,2237 +"120458",31213,46283,2,48,1184 +"120459",31213,46621,3,48,1343 +"120460",31213,46635,2,48,2528 +"120461",31213,48127,2,48,2677 +"120462",31213,48602,2,48,1704 +"120463",31213,50977,3,48,2352 +"120464",31213,51971,2,48,195 +"120465",31213,52136,3,48,1412 +"120466",31213,52345,3,48,1430 +"120467",31213,53412,3,48,566 +"120468",31213,53779,3,48,2000 +"120469",31213,53810,3,48,842 +"120470",31213,55076,3,48,2408 +"120471",31213,55185,3,48,922 +"120472",31213,56903,1,48,1584 +"120473",31213,57714,3,48,1391 +"120474",31213,57804,3,48,2214 +"120475",31213,61785,3,48,822 +"120476",31213,62148,3,48,1566 +"120477",31213,62170,2,48,90 +"120478",31213,64427,3,48,535 +"120479",31213,64502,2,48,1670 +"120480",31213,64786,3,48,870 +"120481",31213,65677,3,48,457 +"120482",31213,65700,3,48,200 +"120483",31213,66695,3,48,1071 +"120484",31213,67102,2,48,935 +"120485",31213,67788,3,48,837 +"120486",31213,67957,3,48,2823 +"120487",31213,68024,2,48,1531 +"120488",31213,68670,2,48,565 +"120489",31213,74318,3,48,632 +"120490",31213,74730,3,48,535 +"120491",31213,74818,2,48,1440 +"120492",31213,75862,3,48,96 +"120493",31213,76356,3,48,2323 +"120494",31213,76564,2,48,996 +"120495",31213,77001,2,48,1440 +"120496",31213,78460,3,48,985 +"120497",31213,80996,3,48,1501 +"120498",31213,81095,2,48,1609 +"120499",31213,81134,3,48,1384 +"120500",31213,81463,2,48,955 +"120501",31213,81676,3,48,839 +"120502",31213,83526,2,48,1235 +"120503",31213,83993,2,48,1009 +"120504",31213,85356,1,48,1492 +"120505",31213,86785,3,48,1607 +"120506",31213,87603,3,48,535 +"120507",31213,88232,3,48,2881 +"120508",31213,90802,3,48,877 +"120509",31213,91279,2,48,966 +"120510",31213,91859,3,48,124 +"120511",31213,91891,2,48,323 +"120512",31213,91901,2,48,1236 +"120513",31213,92254,3,48,517 +"120514",31213,92381,1,48,1237 +"120515",31213,94520,3,48,1243 +"120516",31213,95661,3,48,872 +"120517",31213,96132,2,48,1489 +"120518",31213,96553,3,48,1887 +"120519",31213,97940,3,48,431 +"120520",31213,99279,2,48,611 +"120521",31213,100229,3,48,550 +"120522",31213,100241,3,48,777 +"120523",31213,100442,3,48,893 +"120524",31213,104542,3,48,897 +"120525",31213,106554,3,48,1270 +"120526",31213,109718,3,48,1237 +"120527",31213,111165,3,48,1256 +"120528",31216,3271,3,1244,2216 +"120529",31216,7252,3,1244,2799 +"120530",31216,7337,3,1244,1797 +"120531",31216,7780,3,1244,1920 +"120532",31216,7942,3,1244,2623 +"120533",31216,9332,3,1244,2734 +"120534",31216,9615,3,1244,2464 +"120535",31216,10457,3,1244,1711 +"120536",31216,12361,3,1244,2732 +"120537",31216,12948,3,1244,2669 +"120538",31216,14781,3,1244,2338 +"120539",31216,15443,2,1244,1631 +"120540",31216,16482,3,1244,1958 +"120541",31216,17645,3,1244,1918 +"120542",31216,18005,3,1244,2449 +"120543",31216,19605,3,1244,2395 +"120544",31216,20124,3,1244,2376 +"120545",31216,20321,3,1244,1596 +"120546",31216,28869,3,1244,2425 +"120547",31216,29116,3,1244,2128 +"120548",31216,29818,2,1244,1677 +"120549",31216,39256,2,1244,2449 +"120550",31216,40393,2,1244,1626 +"120551",31216,40572,3,1244,2666 +"120552",31216,45869,3,1244,2840 +"120553",31216,48015,3,1244,1355 +"120554",31216,50509,3,1244,2050 +"120555",31216,53687,3,1244,2422 +"120556",31216,54313,3,1244,1645 +"120557",31216,54775,3,1244,2383 +"120558",31216,58745,2,1244,1920 +"120559",31216,80156,3,1244,1667 +"120560",31216,80767,3,1244,2452 +"120561",31216,107496,3,1244,1572 +"120562",31235,2224,3,2668,2751 +"120563",31235,2954,2,2668,2727 +"120564",31235,5258,3,2668,2730 +"120565",31235,7323,3,2668,2858 +"120566",31235,7515,3,2668,2737 +"120567",31235,9150,3,2668,2689 +"120568",31235,9362,2,2668,2879 +"120569",31235,18543,3,2668,2968 +"120570",31235,19606,3,2668,2783 +"120571",31235,19934,3,2668,2888 +"120572",31235,23132,3,2668,2756 +"120573",31235,30052,3,2668,2855 +"120574",31235,36087,3,2668,2755 +"120575",31235,38780,2,2668,2705 +"120576",31235,40369,3,2668,2735 +"120577",31235,42216,3,2668,2722 +"120578",31235,42799,3,2668,2729 +"120579",31235,44427,3,2668,2875 +"120580",31235,47968,3,2668,2829 +"120581",31235,64997,3,2668,2791 +"120582",31235,67652,3,2668,2736 +"120583",31235,88232,3,2668,2881 +"120584",31243,733,3,1355,1653 +"120585",31243,998,3,1355,1795 +"120586",31243,1046,3,1355,1881 +"120587",31243,2591,1,1355,1949 +"120588",31243,3167,3,1355,1676 +"120589",31243,3242,2,1355,1730 +"120590",31243,3853,3,1355,2465 +"120591",31243,4191,3,1355,2130 +"120592",31243,4618,3,1355,2607 +"120593",31243,4980,2,1355,2093 +"120594",31243,5725,3,1355,2789 +"120595",31243,6023,3,1355,2050 +"120596",31243,6208,3,1355,2361 +"120597",31243,6577,1,1355,1951 +"120598",31243,8258,2,1355,1959 +"120599",31243,8621,3,1355,1681 +"120600",31243,10404,3,1355,2062 +"120601",31243,10799,3,1355,2010 +"120602",31243,11875,3,1355,1526 +"120603",31243,14482,2,1355,1573 +"120604",31243,16954,3,1355,2972 +"120605",31243,17357,3,1355,1536 +"120606",31243,17938,3,1355,1410 +"120607",31243,19027,3,1355,2721 +"120608",31243,19248,3,1355,2357 +"120609",31243,19516,3,1355,2313 +"120610",31243,19606,3,1355,2783 +"120611",31243,19771,3,1355,2410 +"120612",31243,20563,3,1355,2267 +"120613",31243,20783,3,1355,2414 +"120614",31243,20824,3,1355,1366 +"120615",31243,22282,3,1355,1418 +"120616",31243,23704,3,1355,2278 +"120617",31243,24807,3,1355,2319 +"120618",31243,25341,3,1355,1858 +"120619",31243,25508,3,1355,2081 +"120620",31243,25643,3,1355,1646 +"120621",31243,25950,3,1355,1618 +"120622",31243,26436,3,1355,2489 +"120623",31243,26516,3,1355,2479 +"120624",31243,27753,3,1355,2750 +"120625",31243,28131,3,1355,1492 +"120626",31243,28635,2,1355,2368 +"120627",31243,30438,2,1355,1617 +"120628",31243,30883,3,1355,1629 +"120629",31243,31000,3,1355,1526 +"120630",31243,32988,3,1355,2008 +"120631",31243,34492,2,1355,1798 +"120632",31243,34498,3,1355,2383 +"120633",31243,35738,3,1355,2448 +"120634",31243,38449,2,1355,1802 +"120635",31243,40293,3,1355,1671 +"120636",31243,41402,3,1355,2313 +"120637",31243,42722,2,1355,2368 +"120638",31243,43225,3,1355,1835 +"120639",31243,45715,2,1355,2287 +"120640",31243,48605,3,1355,2796 +"120641",31243,51022,3,1355,1499 +"120642",31243,51410,2,1355,2739 +"120643",31243,51987,2,1355,1397 +"120644",31243,53604,3,1355,2489 +"120645",31243,56171,3,1355,1524 +"120646",31243,57549,3,1355,2335 +"120647",31243,58035,3,1355,1646 +"120648",31243,60289,3,1355,2729 +"120649",31243,60867,2,1355,2689 +"120650",31243,64436,3,1355,2687 +"120651",31243,64502,3,1355,1670 +"120652",31243,64945,3,1355,2279 +"120653",31243,71518,3,1355,2805 +"120654",31243,77001,3,1355,1440 +"120655",31243,79211,3,1355,1590 +"120656",31243,79371,3,1355,1624 +"120657",31243,82767,3,1355,1641 +"120658",31243,99103,3,1355,1470 +"120659",31251,12035,3,2498,2721 +"120660",31251,17999,3,2498,2758 +"120661",31251,18808,3,2498,2854 +"120662",31251,21571,3,2498,2755 +"120663",31251,22905,2,2498,2599 +"120664",31251,49147,3,2498,2539 +"120665",31251,50635,3,2498,2962 +"120666",31251,60672,3,2498,2876 +"120667",31259,2724,3,2082,2447 +"120668",31259,5937,3,2082,2392 +"120669",31259,15558,3,2082,2389 +"120670",31259,20036,3,2082,2384 +"120671",31259,30194,3,2082,2874 +"120672",31259,31990,3,2082,2264 +"120673",31259,32079,3,2082,2315 +"120674",31259,49805,3,2082,2445 +"120675",31259,56413,3,2082,2747 +"120676",31259,63096,2,2082,2307 +"120677",31259,76505,3,2082,2123 +"120678",31259,80705,2,2082,2764 +"120679",31264,9272,3,2335,2835 +"120680",31264,9724,3,2335,2713 +"120681",31264,14470,2,2335,2632 +"120682",31264,23498,3,2335,2398 +"120683",31264,43226,3,2335,2442 +"120684",31264,45499,3,2335,2346 +"120685",31264,52950,3,2335,2716 +"120686",31264,64061,3,2335,2381 +"120687",31264,68286,3,2335,2442 +"120688",31264,69335,3,2335,2698 +"120689",31264,93553,3,2335,2537 +"120690",31272,6078,3,487,498 +"120691",31272,31399,3,487,1396 +"120692",31272,39577,2,487,1728 +"120693",31272,83133,3,487,1055 +"120694",31272,92947,3,487,1289 +"120695",31272,111128,2,487,1234 +"120696",31279,267,3,965,2631 +"120697",31279,600,3,965,1702 +"120698",31279,803,3,965,1666 +"120699",31279,1050,3,965,1185 +"120700",31279,1767,3,965,2727 +"120701",31279,3068,3,965,1815 +"120702",31279,4763,3,965,1960 +"120703",31279,4863,3,965,1961 +"120704",31279,5315,2,965,2631 +"120705",31279,5716,3,965,1058 +"120706",31279,6047,3,965,2004 +"120707",31279,6417,3,965,1675 +"120708",31279,6986,3,965,1669 +"120709",31279,7127,3,965,2352 +"120710",31279,7292,2,965,1988 +"120711",31279,7984,3,965,2493 +"120712",31279,7992,3,965,2033 +"120713",31279,8984,3,965,1162 +"120714",31279,9702,3,965,1928 +"120715",31279,9928,3,965,2345 +"120716",31279,10358,3,965,2294 +"120717",31279,10779,2,965,2881 +"120718",31279,10870,3,965,1755 +"120719",31279,11103,3,965,2393 +"120720",31279,11218,3,965,2292 +"120721",31279,11493,3,965,2077 +"120722",31279,12371,3,965,1569 +"120723",31279,13315,3,965,2516 +"120724",31279,13388,2,965,2119 +"120725",31279,13732,3,965,2789 +"120726",31279,13979,3,965,1559 +"120727",31279,14032,3,965,2144 +"120728",31279,14189,3,965,1483 +"120729",31279,14709,3,965,1901 +"120730",31279,15607,3,965,1421 +"120731",31279,16195,3,965,2964 +"120732",31279,16313,3,965,1160 +"120733",31279,16352,3,965,2657 +"120734",31279,17819,3,965,2291 +"120735",31279,17997,3,965,1621 +"120736",31279,18013,3,965,1625 +"120737",31279,18670,3,965,1835 +"120738",31279,18874,2,965,2170 +"120739",31279,19637,3,965,1229 +"120740",31279,19719,3,965,2177 +"120741",31279,20067,2,965,2390 +"120742",31279,20259,3,965,2751 +"120743",31279,20732,3,965,2401 +"120744",31279,20893,3,965,2695 +"120745",31279,21706,3,965,1988 +"120746",31279,21795,3,965,2653 +"120747",31279,22207,2,965,2365 +"120748",31279,22403,3,965,1630 +"120749",31279,23006,3,965,1532 +"120750",31279,23310,3,965,2371 +"120751",31279,23508,3,965,1907 +"120752",31279,23726,3,965,2434 +"120753",31279,23869,3,965,1918 +"120754",31279,24169,3,965,1663 +"120755",31279,24256,3,965,2393 +"120756",31279,24362,3,965,1287 +"120757",31279,24568,3,965,1937 +"120758",31279,24756,3,965,2530 +"120759",31279,25443,3,965,1441 +"120760",31279,25680,3,965,1618 +"120761",31279,26249,3,965,2301 +"120762",31279,26818,3,965,1999 +"120763",31279,26865,3,965,2726 +"120764",31279,27104,3,965,1608 +"120765",31279,27195,3,965,2158 +"120766",31279,28131,3,965,1492 +"120767",31279,28571,3,965,1556 +"120768",31279,29089,3,965,1344 +"120769",31279,29512,3,965,1594 +"120770",31279,29930,2,965,2240 +"120771",31279,30081,3,965,2403 +"120772",31279,30883,3,965,1629 +"120773",31279,31264,3,965,2335 +"120774",31279,31799,3,965,2547 +"120775",31279,32919,3,965,2321 +"120776",31279,33801,3,965,2899 +"120777",31279,34327,3,965,2959 +"120778",31279,34735,3,965,2767 +"120779",31279,35529,2,965,1620 +"120780",31279,36574,3,965,2934 +"120781",31279,37758,3,965,1998 +"120782",31279,37934,3,965,1595 +"120783",31279,40022,3,965,2307 +"120784",31279,40432,3,965,1956 +"120785",31279,40646,3,965,1583 +"120786",31279,40893,3,965,1116 +"120787",31279,41108,3,965,1624 +"120788",31279,41832,3,965,1155 +"120789",31279,41955,2,965,2479 +"120790",31279,43135,3,965,1171 +"120791",31279,43479,3,965,2178 +"120792",31279,44068,3,965,1056 +"120793",31279,44636,3,965,1026 +"120794",31279,45903,3,965,2237 +"120795",31279,46803,3,965,2305 +"120796",31279,47386,3,965,2226 +"120797",31279,50382,3,965,2244 +"120798",31279,50977,3,965,2352 +"120799",31279,51863,2,965,1395 +"120800",31279,53134,2,965,1590 +"120801",31279,53475,3,965,2853 +"120802",31279,54929,3,965,2783 +"120803",31279,55084,3,965,1189 +"120804",31279,57246,3,965,1873 +"120805",31279,57977,3,965,2683 +"120806",31279,59868,3,965,1637 +"120807",31279,62488,2,965,1418 +"120808",31279,63409,3,965,1937 +"120809",31279,64061,3,965,2381 +"120810",31279,64502,3,965,1670 +"120811",31279,70996,3,965,1037 +"120812",31279,73305,3,965,2544 +"120813",31279,76356,2,965,2323 +"120814",31279,77001,3,965,1440 +"120815",31279,79689,2,965,1184 +"120816",31279,80219,3,965,988 +"120817",31279,83526,3,965,1235 +"120818",31279,84498,3,965,1292 +"120819",31279,85784,2,965,1142 +"120820",31279,86799,3,965,1951 +"120821",31279,95644,3,965,1531 +"120822",31279,97160,3,965,1215 +"120823",31279,100140,1,965,1041 +"120824",31279,101338,2,965,1319 +"120825",31281,1570,3,1937,2028 +"120826",31281,3272,3,1937,2132 +"120827",31281,6063,3,1937,2349 +"120828",31281,12598,2,1937,2086 +"120829",31281,14442,1,1937,2700 +"120830",31281,15023,3,1937,2054 +"120831",31281,16184,3,1937,2274 +"120832",31281,17768,3,1937,2468 +"120833",31281,25053,2,1937,2186 +"120834",31281,25971,3,1937,2608 +"120835",31281,31357,3,1937,2389 +"120836",31281,33460,3,1937,2781 +"120837",31281,34480,3,1937,2755 +"120838",31281,36996,2,1937,2321 +"120839",31281,44132,3,1937,1999 +"120840",31281,44501,3,1937,2567 +"120841",31281,47094,3,1937,2592 +"120842",31281,51890,3,1937,1992 +"120843",31281,59289,2,1937,2896 +"120844",31281,63104,3,1937,2149 +"120845",31281,64912,3,1937,2099 +"120846",31281,67701,3,1937,2289 +"120847",31281,89391,3,1937,2180 +"120848",31285,5816,3,2328,2408 +"120849",31285,18808,3,2328,2854 +"120850",31285,53362,3,2328,2360 +"120851",31286,50630,3,1965,2615 +"120852",31286,70583,3,1965,2615 +"120853",31295,270,3,2183,2542 +"120854",31295,2424,3,2183,2582 +"120855",31295,2647,3,2183,2450 +"120856",31295,3477,3,2183,2546 +"120857",31295,4929,3,2183,2240 +"120858",31295,4953,2,2183,2285 +"120859",31295,6063,3,2183,2349 +"120860",31295,6999,3,2183,2214 +"120861",31295,7794,3,2183,2972 +"120862",31295,9175,3,2183,2639 +"120863",31295,12042,3,2183,2345 +"120864",31295,14252,3,2183,2244 +"120865",31295,14507,3,2183,2686 +"120866",31295,15008,3,2183,2338 +"120867",31295,15381,3,2183,2289 +"120868",31295,15729,2,2183,2338 +"120869",31295,16628,3,2183,2409 +"120870",31295,17365,3,2183,2746 +"120871",31295,20695,3,2183,2526 +"120872",31295,21248,3,2183,2232 +"120873",31295,24825,3,2183,2686 +"120874",31295,26740,3,2183,2695 +"120875",31295,31159,1,2183,2231 +"120876",31295,33223,3,2183,2397 +"120877",31295,36031,3,2183,2342 +"120878",31295,37238,3,2183,2609 +"120879",31295,38307,2,2183,2648 +"120880",31295,38697,3,2183,2701 +"120881",31295,39464,3,2183,2314 +"120882",31295,41945,3,2183,2856 +"120883",31295,42382,2,2183,2224 +"120884",31295,42783,3,2183,2338 +"120885",31295,43455,2,2183,2846 +"120886",31295,45239,2,2183,2535 +"120887",31295,46629,3,2183,2255 +"120888",31295,47607,2,2183,2724 +"120889",31295,51866,3,2183,2411 +"120890",31295,52032,3,2183,2853 +"120891",31295,52892,2,2183,2372 +"120892",31295,53584,3,2183,2391 +"120893",31295,60974,2,2183,2972 +"120894",31295,61982,3,2183,2725 +"120895",31295,69453,3,2183,2831 +"120896",31295,80615,3,2183,2252 +"120897",31303,728,3,1040,1812 +"120898",31303,798,2,1040,2476 +"120899",31303,2226,3,1040,2225 +"120900",31303,2668,3,1040,1529 +"120901",31303,4066,3,1040,1736 +"120902",31303,4612,3,1040,2804 +"120903",31303,7014,3,1040,2401 +"120904",31303,7896,2,1040,2447 +"120905",31303,8726,3,1040,2083 +"120906",31303,12861,3,1040,1207 +"120907",31303,12897,3,1040,1351 +"120908",31303,13920,3,1040,1709 +"120909",31303,15683,2,1040,1729 +"120910",31303,16590,3,1040,1123 +"120911",31303,18965,3,1040,2315 +"120912",31303,21407,2,1040,2728 +"120913",31303,25722,3,1040,1697 +"120914",31303,26286,3,1040,2023 +"120915",31303,28081,3,1040,1927 +"120916",31303,29289,3,1040,1756 +"120917",31303,29977,3,1040,2781 +"120918",31303,30891,3,1040,1256 +"120919",31303,32775,3,1040,2135 +"120920",31303,33755,3,1040,2963 +"120921",31303,35477,2,1040,2703 +"120922",31303,37279,1,1040,2768 +"120923",31303,37636,3,1040,2178 +"120924",31303,42852,3,1040,1316 +"120925",31303,51758,3,1040,2310 +"120926",31303,53924,3,1040,1289 +"120927",31303,61723,3,1040,1262 +"120928",31303,68539,3,1040,1158 +"120929",31303,71412,2,1040,1974 +"120930",31303,74605,3,1040,2265 +"120931",31303,80377,3,1040,1384 +"120932",31303,90943,2,1040,1754 +"120933",31303,96300,1,1040,2594 +"120934",31303,107435,3,1040,1635 +"120935",31307,270,3,2139,2542 +"120936",31307,380,3,2139,2261 +"120937",31307,762,3,2139,2671 +"120938",31307,823,3,2139,2840 +"120939",31307,1102,3,2139,2282 +"120940",31307,1226,3,2139,2353 +"120941",31307,1355,2,2139,2473 +"120942",31307,2424,3,2139,2582 +"120943",31307,3164,3,2139,2693 +"120944",31307,3305,3,2139,2839 +"120945",31307,5622,3,2139,2175 +"120946",31307,6055,3,2139,2651 +"120947",31307,6074,3,2139,2426 +"120948",31307,7984,3,2139,2493 +"120949",31307,10148,3,2139,2964 +"120950",31307,10779,3,2139,2881 +"120951",31307,10857,3,2139,2253 +"120952",31307,11218,3,2139,2292 +"120953",31307,11477,3,2139,2724 +"120954",31307,13307,2,2139,2206 +"120955",31307,14507,2,2139,2686 +"120956",31307,14972,3,2139,2332 +"120957",31307,16195,2,2139,2964 +"120958",31307,16725,2,2139,2830 +"120959",31307,16727,3,2139,2164 +"120960",31307,17819,2,2139,2291 +"120961",31307,17826,3,2139,2920 +"120962",31307,17852,2,2139,2840 +"120963",31307,18394,3,2139,2356 +"120964",31307,18464,3,2139,2312 +"120965",31307,19027,3,2139,2721 +"120966",31307,19605,3,2139,2395 +"120967",31307,19622,3,2139,2371 +"120968",31307,19862,3,2139,2412 +"120969",31307,21012,2,2139,2325 +"120970",31307,21193,2,2139,2490 +"120971",31307,21682,3,2139,2414 +"120972",31307,22331,2,2139,2687 +"120973",31307,23725,3,2139,2378 +"120974",31307,24825,3,2139,2686 +"120975",31307,24902,3,2139,2162 +"120976",31307,25486,3,2139,2582 +"120977",31307,27478,3,2139,2485 +"120978",31307,30052,3,2139,2855 +"120979",31307,30405,3,2139,2164 +"120980",31307,31700,3,2139,2727 +"120981",31307,31799,3,2139,2547 +"120982",31307,32939,3,2139,2277 +"120983",31307,33160,1,2139,2441 +"120984",31307,33801,3,2139,2899 +"120985",31307,35037,3,2139,2974 +"120986",31307,37238,2,2139,2609 +"120987",31307,37636,3,2139,2178 +"120988",31307,41472,3,2139,2451 +"120989",31307,41945,3,2139,2856 +"120990",31307,42216,3,2139,2722 +"120991",31307,43455,3,2139,2846 +"120992",31307,45302,3,2139,2390 +"120993",31307,45704,3,2139,2687 +"120994",31307,46629,3,2139,2255 +"120995",31307,46951,3,2139,2429 +"120996",31307,48035,3,2139,2180 +"120997",31307,49110,3,2139,2938 +"120998",31307,49759,2,2139,2400 +"120999",31307,50236,3,2139,2339 +"121000",31307,51035,3,2139,2397 +"121001",31307,51157,3,2139,2319 +"121002",31307,51783,3,2139,2599 +"121003",31307,51866,3,2139,2411 +"121004",31307,54551,3,2139,2348 +"121005",31307,54879,3,2139,2210 +"121006",31307,54929,3,2139,2783 +"121007",31307,56082,3,2139,2395 +"121008",31307,57765,3,2139,2893 +"121009",31307,57804,3,2139,2214 +"121010",31307,57977,3,2139,2683 +"121011",31307,61982,3,2139,2725 +"121012",31307,65029,3,2139,2954 +"121013",31307,70528,3,2139,2727 +"121014",31307,72207,3,2139,2430 +"121015",31307,79804,3,2139,2227 +"121016",31317,140,3,1362,2267 +"121017",31317,364,3,1362,2351 +"121018",31317,1897,3,1362,1727 +"121019",31317,2540,3,1362,1398 +"121020",31317,2852,3,1362,2448 +"121021",31317,3127,3,1362,2273 +"121022",31317,3271,3,1362,2216 +"121023",31317,3978,3,1362,2775 +"121024",31317,4983,3,1362,1909 +"121025",31317,5346,3,1362,1438 +"121026",31317,5897,3,1362,2337 +"121027",31317,6119,3,1362,2358 +"121028",31317,6989,3,1362,2623 +"121029",31317,9272,3,1362,2835 +"121030",31317,9703,3,1362,1845 +"121031",31317,10336,3,1362,2271 +"121032",31317,10754,3,1362,1797 +"121033",31317,11648,3,1362,2852 +"121034",31317,11990,3,1362,1909 +"121035",31317,14817,3,1362,2110 +"121036",31317,15207,3,1362,1855 +"121037",31317,18005,3,1362,2449 +"121038",31317,18571,3,1362,2128 +"121039",31317,20984,3,1362,2502 +"121040",31317,21463,3,1362,2437 +"121041",31317,21487,3,1362,2203 +"121042",31317,24096,3,1362,2612 +"121043",31317,27742,3,1362,2700 +"121044",31317,29286,3,1362,1612 +"121045",31317,29818,3,1362,1677 +"121046",31317,31753,3,1362,1514 +"121047",31317,32939,3,1362,2277 +"121048",31317,35542,3,1362,1439 +"121049",31317,36136,3,1362,2338 +"121050",31317,36953,3,1362,2790 +"121051",31317,40572,2,1362,2666 +"121052",31317,41023,3,1362,2408 +"121053",31317,42813,3,1362,2142 +"121054",31317,43226,3,1362,2442 +"121055",31317,44497,3,1362,2401 +"121056",31317,45729,2,1362,2606 +"121057",31317,46261,3,1362,2350 +"121058",31317,46486,2,1362,1868 +"121059",31317,47595,3,1362,2374 +"121060",31317,47968,3,1362,2829 +"121061",31317,48110,3,1362,2009 +"121062",31317,50585,3,1362,2414 +"121063",31317,53739,2,1362,2704 +"121064",31317,56082,3,1362,2395 +"121065",31317,57804,3,1362,2214 +"121066",31317,58508,3,1362,2326 +"121067",31317,64947,3,1362,2489 +"121068",31317,69335,3,1362,2698 +"121069",31317,76286,3,1362,1642 +"121070",31317,80301,3,1362,1690 +"121071",31317,87198,3,1362,1462 +"121072",31317,90892,3,1362,2399 +"121073",31335,680,2,2351,2569 +"121074",31335,2852,3,2351,2448 +"121075",31335,2936,3,2351,2512 +"121076",31335,3493,2,2351,2451 +"121077",31335,3978,3,2351,2775 +"121078",31335,4303,2,2351,2414 +"121079",31335,5683,3,2351,2468 +"121080",31335,5962,3,2351,2491 +"121081",31335,8062,3,2351,2858 +"121082",31335,9785,3,2351,2951 +"121083",31335,9787,3,2351,2858 +"121084",31335,12361,2,2351,2732 +"121085",31335,12759,3,2351,2414 +"121086",31335,16286,3,2351,2470 +"121087",31335,17033,3,2351,2771 +"121088",31335,18005,3,2351,2449 +"121089",31335,18421,3,2351,2457 +"121090",31335,18810,3,2351,2671 +"121091",31335,19655,2,2351,2706 +"121092",31335,20941,2,2351,2725 +"121093",31335,20984,3,2351,2502 +"121094",31335,24096,3,2351,2612 +"121095",31335,25373,3,2351,2783 +"121096",31335,27390,3,2351,2425 +"121097",31335,27686,3,2351,2844 +"121098",31335,29473,3,2351,2602 +"121099",31335,29977,3,2351,2781 +"121100",31335,30034,3,2351,2357 +"121101",31335,36278,3,2351,2952 +"121102",31335,36829,3,2351,2722 +"121103",31335,38691,2,2351,2585 +"121104",31335,43673,3,2351,2787 +"121105",31335,45729,2,2351,2606 +"121106",31335,46982,3,2351,2806 +"121107",31335,47013,3,2351,2388 +"121108",31335,50585,2,2351,2414 +"121109",31335,50630,3,2351,2615 +"121110",31335,51144,2,2351,2466 +"121111",31335,51783,3,2351,2599 +"121112",31335,54775,3,2351,2383 +"121113",31335,62626,3,2351,2787 +"121114",31335,70583,2,2351,2615 +"121115",31338,843,3,917,2332 +"121116",31338,2322,2,917,1645 +"121117",31338,2424,3,917,2582 +"121118",31338,3271,2,917,2216 +"121119",31338,6052,3,917,1985 +"121120",31338,7337,3,917,1797 +"121121",31338,7604,3,917,1366 +"121122",31338,8607,3,917,1685 +"121123",31338,9272,2,917,2835 +"121124",31338,10513,3,917,2284 +"121125",31338,14654,3,917,1692 +"121126",31338,16437,3,917,1956 +"121127",31338,16940,3,917,1290 +"121128",31338,19075,3,917,2214 +"121129",31338,19719,3,917,2177 +"121130",31338,20311,3,917,1981 +"121131",31338,20975,3,917,1305 +"121132",31338,21197,3,917,1437 +"121133",31338,21198,2,917,935 +"121134",31338,21285,3,917,2100 +"121135",31338,21693,3,917,2176 +"121136",31338,22282,3,917,1418 +"121137",31338,22326,3,917,2818 +"121138",31338,22362,3,917,1836 +"121139",31338,22586,3,917,1341 +"121140",31338,23450,3,917,967 +"121141",31338,25577,3,917,1946 +"121142",31338,26471,3,917,1061 +"121143",31338,26749,3,917,2965 +"121144",31338,27792,3,917,1308 +"121145",31338,28432,3,917,1954 +"121146",31338,32339,3,917,2430 +"121147",31338,34836,3,917,2302 +"121148",31338,37752,3,917,2223 +"121149",31338,38019,2,917,1870 +"121150",31338,38219,3,917,1689 +"121151",31338,39238,3,917,922 +"121152",31338,39439,3,917,2462 +"121153",31338,39444,3,917,2695 +"121154",31338,43173,3,917,2895 +"121155",31338,43226,2,917,2442 +"121156",31338,43385,3,917,1623 +"121157",31338,45874,3,917,944 +"121158",31338,48110,2,917,2009 +"121159",31338,52576,3,917,2234 +"121160",31338,53445,3,917,2028 +"121161",31338,56082,3,917,2395 +"121162",31338,56317,2,917,2030 +"121163",31338,57804,3,917,2214 +"121164",31338,57990,3,917,978 +"121165",31338,58133,3,917,1484 +"121166",31338,58508,1,917,2326 +"121167",31338,59039,3,917,2870 +"121168",31338,69335,2,917,2698 +"121169",31338,71342,3,917,1289 +"121170",31338,72956,3,917,1251 +"121171",31338,73128,3,917,1549 +"121172",31338,76511,3,917,1250 +"121173",31338,77305,3,917,965 +"121174",31338,80301,2,917,1690 +"121175",31338,80801,3,917,1250 +"121176",31338,81588,2,917,1568 +"121177",31338,82039,3,917,1327 +"121178",31338,82226,3,917,1619 +"121179",31338,82949,3,917,2077 +"121180",31338,89097,2,917,935 +"121181",31357,827,3,2389,2964 +"121182",31357,1624,2,2389,2687 +"121183",31357,1822,3,2389,2888 +"121184",31357,2647,3,2389,2450 +"121185",31357,2724,3,2389,2447 +"121186",31357,3477,2,2389,2546 +"121187",31357,3559,3,2389,2413 +"121188",31357,9272,3,2389,2835 +"121189",31357,9503,3,2389,2453 +"121190",31357,13899,3,2389,2650 +"121191",31357,14442,2,2389,2700 +"121192",31357,20984,3,2389,2502 +"121193",31357,32339,3,2389,2430 +"121194",31357,32395,3,2389,2735 +"121195",31357,33223,2,2389,2397 +"121196",31357,43226,3,2389,2442 +"121197",31357,47607,3,2389,2724 +"121198",31357,47882,3,2389,2769 +"121199",31357,53584,3,2389,2391 +"121200",31357,59289,3,2389,2896 +"121201",31357,64628,3,2389,2829 +"121202",31357,69335,3,2389,2698 +"121203",31357,94339,3,2389,2768 +"121204",31357,110871,3,2389,2879 +"121205",31386,1046,3,273,1881 +"121206",31386,1469,3,273,1160 +"121207",31386,5462,3,273,2374 +"121208",31386,5504,3,273,2389 +"121209",31386,8533,3,273,2251 +"121210",31386,8621,3,273,1681 +"121211",31386,10130,3,273,2741 +"121212",31386,15539,3,273,1929 +"121213",31386,18277,3,273,2309 +"121214",31386,22874,1,273,404 +"121215",31386,27478,3,273,2485 +"121216",31386,27753,3,273,2750 +"121217",31386,31799,3,273,2547 +"121218",31386,32409,3,273,857 +"121219",31386,34314,3,273,630 +"121220",31386,38048,3,273,867 +"121221",31386,53031,3,273,2065 +"121222",31386,57977,2,273,2683 +"121223",31386,58221,3,273,1787 +"121224",31386,61719,3,273,1515 +"121225",31386,71478,3,273,1721 +"121226",31386,79364,3,273,834 +"121227",31386,82409,3,273,1881 +"121228",31386,93615,3,273,2386 +"121229",31386,102050,3,273,906 +"121230",31395,468,3,1695,1966 +"121231",31395,5816,2,1695,2408 +"121232",31395,26100,3,1695,1966 +"121233",31395,45585,3,1695,2384 +"121234",31395,53362,3,1695,2360 +"121235",31395,53530,3,1695,2380 +"121236",31395,63201,2,1695,2139 +"121237",31399,38038,3,1396,2686 +"121238",31399,45664,3,1396,2235 +"121239",31399,77057,3,1396,1866 +"121240",31399,77095,3,1396,1622 +"121241",31405,16310,2,958,2796 +"121242",31408,1108,3,994,1600 +"121243",31408,1520,3,994,1716 +"121244",31408,2523,3,994,1691 +"121245",31408,4430,3,994,2019 +"121246",31408,4567,3,994,2348 +"121247",31408,5683,3,994,2468 +"121248",31408,7780,3,994,1920 +"121249",31408,7942,3,994,2623 +"121250",31408,8923,3,994,1266 +"121251",31408,12361,3,994,2732 +"121252",31408,12728,3,994,2374 +"121253",31408,12948,3,994,2669 +"121254",31408,15118,3,994,1311 +"121255",31408,17388,3,994,1023 +"121256",31408,17645,2,994,1918 +"121257",31408,18005,3,994,2449 +"121258",31408,21207,3,994,1258 +"121259",31408,23692,3,994,1540 +"121260",31408,24568,3,994,1937 +"121261",31408,27320,3,994,2378 +"121262",31408,34094,3,994,1360 +"121263",31408,34742,3,994,1883 +"121264",31408,38087,2,994,1083 +"121265",31408,44135,3,994,2620 +"121266",31408,44744,3,994,2032 +"121267",31408,48698,3,994,1474 +"121268",31408,60258,3,994,2405 +"121269",31408,60808,3,994,1258 +"121270",31408,63409,3,994,1937 +"121271",31408,67617,1,994,1149 +"121272",31408,72986,1,994,1055 +"121273",31408,96310,1,994,1016 +"121274",31431,372,3,91,1944 +"121275",31431,388,2,91,1594 +"121276",31431,622,2,91,501 +"121277",31431,1150,2,91,1595 +"121278",31431,1560,2,91,2013 +"121279",31431,3016,2,91,747 +"121280",31431,3255,3,91,2504 +"121281",31431,3271,3,91,2216 +"121282",31431,4313,3,91,2368 +"121283",31431,4698,3,91,2481 +"121284",31431,5352,3,91,175 +"121285",31431,5852,3,91,1862 +"121286",31431,8062,3,91,2858 +"121287",31431,8478,3,91,984 +"121288",31431,8525,3,91,1787 +"121289",31431,9272,3,91,2835 +"121290",31431,9506,3,91,1012 +"121291",31431,9716,3,91,1929 +"121292",31431,10200,3,91,2920 +"121293",31431,10720,1,91,199 +"121294",31431,10908,2,91,1134 +"121295",31431,11319,3,91,2073 +"121296",31431,11429,1,91,2520 +"121297",31431,11629,3,91,120 +"121298",31431,12228,3,91,2034 +"121299",31431,12973,3,91,1569 +"121300",31431,14025,3,91,2384 +"121301",31431,14654,1,91,1692 +"121302",31431,14761,2,91,2502 +"121303",31431,16590,3,91,1123 +"121304",31431,18827,3,91,1481 +"121305",31431,18855,3,91,1362 +"121306",31431,19296,3,91,1705 +"121307",31431,20363,3,91,279 +"121308",31431,20467,3,91,263 +"121309",31431,23398,3,91,896 +"121310",31431,24086,3,91,2663 +"121311",31431,24734,3,91,338 +"121312",31431,24860,3,91,1204 +"121313",31431,29319,3,91,2314 +"121314",31431,29704,3,91,2294 +"121315",31431,29914,1,91,199 +"121316",31431,30334,3,91,2075 +"121317",31431,31541,2,91,1500 +"121318",31431,33755,3,91,2963 +"121319",31431,34491,3,91,2694 +"121320",31431,34892,3,91,2309 +"121321",31431,37342,2,91,2649 +"121322",31431,37636,3,91,2178 +"121323",31431,37766,3,91,520 +"121324",31431,38038,3,91,2686 +"121325",31431,40392,2,91,1878 +"121326",31431,41185,3,91,1929 +"121327",31431,42648,3,91,167 +"121328",31431,43226,3,91,2442 +"121329",31431,44074,3,91,1299 +"121330",31431,44464,3,91,1619 +"121331",31431,45874,2,91,944 +"121332",31431,45983,3,91,1260 +"121333",31431,48110,3,91,2009 +"121334",31431,49347,3,91,2504 +"121335",31431,50430,2,91,1689 +"121336",31431,51783,3,91,2599 +"121337",31431,52185,3,91,1012 +"121338",31431,57394,3,91,1271 +"121339",31431,58086,3,91,1667 +"121340",31431,58508,3,91,2326 +"121341",31431,68460,3,91,599 +"121342",31431,69077,1,91,1689 +"121343",31431,69335,3,91,2698 +"121344",31431,78768,3,91,841 +"121345",31431,79036,3,91,2524 +"121346",31431,80301,3,91,1690 +"121347",31431,80728,3,91,599 +"121348",31431,82226,2,91,1619 +"121349",31431,82426,3,91,1576 +"121350",31431,88171,3,91,1488 +"121351",31431,96349,3,91,1874 +"121352",31431,101115,3,91,1259 +"121353",31431,106224,3,91,1300 +"121354",31431,111040,2,91,711 +"121355",31431,111045,3,91,915 +"121356",31436,18543,3,2892,2968 +"121357",31444,316,1,511,2413 +"121358",31444,2489,3,511,1537 +"121359",31444,4957,3,511,644 +"121360",31444,9331,3,511,2269 +"121361",31444,10333,3,511,1615 +"121362",31444,11651,3,511,526 +"121363",31444,12199,3,511,1651 +"121364",31444,14791,3,511,1370 +"121365",31444,17351,3,511,2036 +"121366",31444,17632,3,511,1947 +"121367",31444,27379,3,511,2461 +"121368",31444,44688,3,511,2924 +"121369",31444,47435,3,511,878 +"121370",31444,49309,1,511,575 +"121371",31444,52327,3,511,1472 +"121372",31444,67963,2,511,806 +"121373",31444,80979,3,511,1142 +"121374",31444,96708,3,511,594 +"121375",31505,1427,3,162,324 +"121376",31505,1428,3,162,742 +"121377",31505,5315,3,162,2631 +"121378",31505,7292,3,162,1988 +"121379",31505,10779,3,162,2881 +"121380",31505,13388,3,162,2119 +"121381",31505,16053,3,162,908 +"121382",31505,18874,3,162,2170 +"121383",31505,20067,3,162,2390 +"121384",31505,22207,3,162,2365 +"121385",31505,29930,3,162,2240 +"121386",31505,31279,2,162,965 +"121387",31505,35529,3,162,1620 +"121388",31505,41955,3,162,2479 +"121389",31505,51863,3,162,1395 +"121390",31505,53134,3,162,1590 +"121391",31505,59646,2,162,456 +"121392",31505,62488,3,162,1418 +"121393",31505,74730,3,162,535 +"121394",31505,76356,3,162,2323 +"121395",31505,79689,3,162,1184 +"121396",31505,85784,3,162,1142 +"121397",31505,100140,2,162,1041 +"121398",31505,100670,3,162,525 +"121399",31505,101338,3,162,1319 +"121400",31505,102004,3,162,497 +"121401",31505,102820,3,162,501 +"121402",31518,4660,3,103,2149 +"121403",31518,5346,3,103,1438 +"121404",31518,7719,3,103,1954 +"121405",31518,8791,3,103,1789 +"121406",31518,13290,3,103,2824 +"121407",31518,15207,3,103,1855 +"121408",31518,16161,3,103,599 +"121409",31518,16690,3,103,2132 +"121410",31518,18550,3,103,483 +"121411",31518,19934,3,103,2888 +"121412",31518,20700,3,103,2861 +"121413",31518,22635,3,103,310 +"121414",31518,22723,3,103,2859 +"121415",31518,25185,1,103,341 +"121416",31518,25295,3,103,341 +"121417",31518,32424,3,103,848 +"121418",31518,34908,3,103,2796 +"121419",31518,39249,3,103,1665 +"121420",31518,40113,3,103,451 +"121421",31518,63641,2,103,2337 +"121422",31518,66717,3,103,2104 +"121423",31518,71008,3,103,136 +"121424",31518,72535,3,103,1191 +"121425",31518,76932,3,103,754 +"121426",31518,78677,3,103,341 +"121427",31518,78842,2,103,904 +"121428",31518,80793,3,103,631 +"121429",31518,84822,2,103,2686 +"121430",31518,94520,3,103,1243 +"121431",31518,96007,3,103,895 +"121432",31530,380,3,1661,2261 +"121433",31530,1196,3,1661,1986 +"121434",31530,2424,3,1661,2582 +"121435",31530,2533,3,1661,2016 +"121436",31530,3801,3,1661,1974 +"121437",31530,3961,3,1661,2426 +"121438",31530,4701,3,1661,2401 +"121439",31530,5041,3,1661,2371 +"121440",31530,5315,3,1661,2631 +"121441",31530,6047,3,1661,2004 +"121442",31530,6417,3,1661,1675 +"121443",31530,9364,3,1661,1698 +"121444",31530,9928,3,1661,2345 +"121445",31530,10358,2,1661,2294 +"121446",31530,11440,3,1661,2026 +"121447",31530,12728,2,1661,2374 +"121448",31530,13311,3,1661,2315 +"121449",31530,14032,2,1661,2144 +"121450",31530,15539,3,1661,1929 +"121451",31530,16352,3,1661,2657 +"121452",31530,19248,3,1661,2357 +"121453",31530,20311,3,1661,1981 +"121454",31530,21285,3,1661,2100 +"121455",31530,23310,3,1661,2371 +"121456",31530,23508,3,1661,1907 +"121457",31530,29930,3,1661,2240 +"121458",31530,32919,2,1661,2321 +"121459",31530,34735,3,1661,2767 +"121460",31530,35926,3,1661,2371 +"121461",31530,41955,3,1661,2479 +"121462",31530,45903,3,1661,2237 +"121463",31530,48605,3,1661,2796 +"121464",31530,55468,3,1661,2511 +"121465",31530,56317,3,1661,2030 +"121466",31530,58451,3,1661,1939 +"121467",31530,58684,3,1661,2295 +"121468",31530,64502,3,1661,1670 +"121469",31530,66703,3,1661,2375 +"121470",31530,75403,3,1661,1895 +"121471",31530,82932,3,1661,2245 +"121472",31540,19073,3,1675,2748 +"121473",31540,19934,3,1675,2888 +"121474",31540,27320,3,1675,2378 +"121475",31540,28893,3,1675,2764 +"121476",31540,58875,3,1675,1899 +"121477",31541,1108,2,1500,1600 +"121478",31541,1150,2,1500,1595 +"121479",31541,1560,3,1500,2013 +"121480",31541,1702,3,1500,1984 +"121481",31541,2190,3,1500,2359 +"121482",31541,2747,3,1500,2411 +"121483",31541,3477,2,1500,2546 +"121484",31541,6063,3,1500,2349 +"121485",31541,6821,3,1500,1788 +"121486",31541,7785,3,1500,2441 +"121487",31541,8866,3,1500,1545 +"121488",31541,9503,3,1500,2453 +"121489",31541,9723,3,1500,2302 +"121490",31541,10200,2,1500,2920 +"121491",31541,10980,3,1500,1974 +"121492",31541,11429,3,1500,2520 +"121493",31541,12818,2,1500,2015 +"121494",31541,13007,3,1500,2496 +"121495",31541,14586,2,1500,2801 +"121496",31541,14654,3,1500,1692 +"121497",31541,14761,3,1500,2502 +"121498",31541,16850,3,1500,1657 +"121499",31541,18102,3,1500,1642 +"121500",31541,18217,3,1500,1566 +"121501",31541,19215,3,1500,2604 +"121502",31541,19364,3,1500,2846 +"121503",31541,19934,3,1500,2888 +"121504",31541,21682,3,1500,2414 +"121505",31541,21684,2,1500,1971 +"121506",31541,21929,3,1500,2062 +"121507",31541,22580,3,1500,2245 +"121508",31541,22709,3,1500,2743 +"121509",31541,23131,3,1500,1732 +"121510",31541,24086,2,1500,2663 +"121511",31541,27742,3,1500,2700 +"121512",31541,30525,3,1500,1964 +"121513",31541,31652,3,1500,2047 +"121514",31541,33223,3,1500,2397 +"121515",31541,33451,3,1500,1957 +"121516",31541,33755,3,1500,2963 +"121517",31541,34491,1,1500,2694 +"121518",31541,34831,3,1500,1866 +"121519",31541,36450,2,1500,1591 +"121520",31541,37342,3,1500,2649 +"121521",31541,37752,3,1500,2223 +"121522",31541,39875,3,1500,2422 +"121523",31541,40542,3,1500,1664 +"121524",31541,41185,3,1500,1929 +"121525",31541,42331,3,1500,1585 +"121526",31541,44982,3,1500,1592 +"121527",31541,50430,2,1500,1689 +"121528",31541,51879,3,1500,1771 +"121529",31541,52041,2,1500,2694 +"121530",31541,55171,3,1500,2972 +"121531",31541,55472,3,1500,1516 +"121532",31541,58501,3,1500,2613 +"121533",31541,60672,3,1500,2876 +"121534",31541,63837,3,1500,2807 +"121535",31541,69077,2,1500,1689 +"121536",31541,69232,3,1500,2130 +"121537",31541,70101,3,1500,2414 +"121538",31541,70656,2,1500,2771 +"121539",31541,70814,3,1500,2771 +"121540",31541,78436,3,1500,1615 +"121541",31541,82932,3,1500,2245 +"121542",31541,92850,3,1500,1971 +"121543",31542,2,3,2459,2796 +"121544",31542,3477,3,2459,2546 +"121545",31542,9035,3,2459,2771 +"121546",31542,9787,3,2459,2858 +"121547",31542,17037,3,2459,2947 +"121548",31542,20512,3,2459,2748 +"121549",31542,20984,3,2459,2502 +"121550",31542,30368,2,2459,2487 +"121551",31542,36912,3,2459,2469 +"121552",31542,63077,3,2459,2778 +"121553",31563,11648,3,1756,2852 +"121554",31563,14108,3,1756,2012 +"121555",31563,72597,2,1756,1843 +"121556",31623,57977,3,1712,2683 +"121557",31652,9332,2,2047,2734 +"121558",31652,13007,3,2047,2496 +"121559",31652,32395,3,2047,2735 +"121560",31652,34491,2,2047,2694 +"121561",31652,40572,3,2047,2666 +"121562",31652,52041,2,2047,2694 +"121563",31652,53687,3,2047,2422 +"121564",31659,5400,2,543,1568 +"121565",31659,9803,3,543,1664 +"121566",31659,10945,3,543,881 +"121567",31659,11419,3,543,1408 +"121568",31659,11602,3,543,1493 +"121569",31659,13201,1,543,2034 +"121570",31659,14669,3,543,2080 +"121571",31659,14772,3,543,2386 +"121572",31659,15343,3,543,2125 +"121573",31659,17021,3,543,1226 +"121574",31659,17967,3,543,2125 +"121575",31659,22228,3,543,601 +"121576",31659,24204,3,543,840 +"121577",31659,25530,2,543,2884 +"121578",31659,31797,3,543,1501 +"121579",31659,33722,3,543,1225 +"121580",31659,34693,3,543,1938 +"121581",31659,55691,3,543,2856 +"121582",31659,56396,2,543,2408 +"121583",31659,59205,3,543,2387 +"121584",31659,73266,3,543,2496 +"121585",31659,94808,3,543,988 +"121586",31659,96301,3,543,818 +"121587",31659,117932,3,543,926 +"121588",31676,16502,3,1598,1616 +"121589",31676,21487,3,1598,2203 +"121590",31676,42256,2,1598,2839 +"121591",31676,54924,3,1598,2603 +"121592",31691,312,3,1657,2038 +"121593",31691,1147,3,1657,1999 +"121594",31691,2684,3,1657,2874 +"121595",31691,4226,3,1657,1903 +"121596",31691,4701,3,1657,2401 +"121597",31691,5971,3,1657,1985 +"121598",31691,6222,3,1657,1949 +"121599",31691,6491,3,1657,2424 +"121600",31691,7245,3,1657,2089 +"121601",31691,7984,3,1657,2493 +"121602",31691,9311,3,1657,2477 +"121603",31691,11055,3,1657,2111 +"121604",31691,11351,3,1657,2971 +"121605",31691,11440,3,1657,2026 +"121606",31691,11620,2,1657,2010 +"121607",31691,14959,3,1657,2898 +"121608",31691,16801,3,1657,2008 +"121609",31691,18415,3,1657,2184 +"121610",31691,20067,3,1657,2390 +"121611",31691,20311,1,1657,1981 +"121612",31691,21104,3,1657,2327 +"121613",31691,21706,3,1657,1988 +"121614",31691,23508,3,1657,1907 +"121615",31691,23509,2,1657,2275 +"121616",31691,23534,3,1657,1659 +"121617",31691,25486,3,1657,2582 +"121618",31691,26451,2,1657,2133 +"121619",31691,26867,3,1657,1804 +"121620",31691,27501,3,1657,1981 +"121621",31691,29095,3,1657,2531 +"121622",31691,32965,3,1657,2071 +"121623",31691,32988,3,1657,2008 +"121624",31691,33801,2,1657,2899 +"121625",31691,38921,3,1657,1880 +"121626",31691,40913,2,1657,1800 +"121627",31691,45633,3,1657,2134 +"121628",31691,50118,3,1657,2654 +"121629",31691,50236,3,1657,2339 +"121630",31691,51319,3,1657,2488 +"121631",31691,53475,3,1657,2853 +"121632",31691,55468,3,1657,2511 +"121633",31691,56082,3,1657,2395 +"121634",31691,56317,3,1657,2030 +"121635",31691,57380,3,1657,2362 +"121636",31691,70203,3,1657,2756 +"121637",31691,78150,3,1657,2581 +"121638",31696,1777,3,1595,1965 +"121639",31696,2484,3,1595,2389 +"121640",31696,3242,3,1595,1730 +"121641",31696,3830,3,1595,1661 +"121642",31696,4687,3,1595,2152 +"121643",31696,5078,3,1595,2033 +"121644",31696,5457,3,1595,2077 +"121645",31696,5462,3,1595,2374 +"121646",31696,5504,3,1595,2389 +"121647",31696,10890,3,1595,2639 +"121648",31696,13801,3,1595,2041 +"121649",31696,17520,3,1595,2276 +"121650",31696,18151,3,1595,2962 +"121651",31696,20643,3,1595,2341 +"121652",31696,20659,3,1595,1969 +"121653",31696,23704,3,1595,2278 +"121654",31696,26436,3,1595,2489 +"121655",31696,27753,3,1595,2750 +"121656",31696,31700,3,1595,2727 +"121657",31696,34492,3,1595,1798 +"121658",31696,35518,3,1595,1721 +"121659",31696,37238,2,1595,2609 +"121660",31696,38259,2,1595,2258 +"121661",31696,38921,3,1595,1880 +"121662",31696,41278,3,1595,1873 +"121663",31696,41945,3,1595,2856 +"121664",31696,42264,3,1595,1702 +"121665",31696,43455,3,1595,2846 +"121666",31696,47082,3,1595,1990 +"121667",31696,50252,3,1595,2001 +"121668",31696,51410,3,1595,2739 +"121669",31696,58035,3,1595,1646 +"121670",31696,82767,3,1595,1641 +"121671",31700,8062,3,2727,2858 +"121672",31700,9272,3,2727,2835 +"121673",31700,9787,3,2727,2858 +"121674",31700,14676,3,2727,2764 +"121675",31700,25373,3,2727,2783 +"121676",31700,41945,3,2727,2856 +"121677",31700,43455,3,2727,2846 +"121678",31700,71531,3,2727,2887 +"121679",31700,88232,3,2727,2881 +"121680",31705,455,3,2706,2827 +"121681",31705,701,3,2706,2718 +"121682",31705,3978,3,2706,2775 +"121683",31705,11160,3,2706,2952 +"121684",31705,22415,3,2706,2841 +"121685",31705,22709,3,2706,2743 +"121686",31705,30697,3,2706,2891 +"121687",31705,41945,3,2706,2856 +"121688",31705,44688,3,2706,2924 +"121689",31705,77155,2,2706,2946 +"121690",31752,3669,3,2340,2524 +"121691",31752,73786,3,2340,2937 +"121692",31753,2452,3,1514,1715 +"121693",31753,4669,3,1514,2395 +"121694",31753,5897,3,1514,2337 +"121695",31753,10453,3,1514,1656 +"121696",31753,11108,3,1514,1609 +"121697",31753,11990,2,1514,1909 +"121698",31753,13068,3,1514,1778 +"121699",31753,14817,3,1514,2110 +"121700",31753,16286,3,1514,2470 +"121701",31753,16437,3,1514,1956 +"121702",31753,23131,3,1514,1732 +"121703",31753,27742,3,1514,2700 +"121704",31753,27914,3,1514,2507 +"121705",31753,28051,3,1514,2089 +"121706",31753,28869,3,1514,2425 +"121707",31753,30525,2,1514,1964 +"121708",31753,33451,3,1514,1957 +"121709",31753,35573,3,1514,2084 +"121710",31753,45869,3,1514,2840 +"121711",31753,54775,3,1514,2383 +"121712",31753,61125,3,1514,1673 +"121713",31753,79432,3,1514,1708 +"121714",31783,6821,3,1180,1788 +"121715",31783,13068,3,1180,1778 +"121716",31783,16437,3,1180,1956 +"121717",31783,27280,3,1180,1965 +"121718",31783,39443,3,1180,2277 +"121719",31783,41187,3,1180,2340 +"121720",31783,59039,2,1180,2870 +"121721",31783,59485,3,1180,1564 +"121722",31783,65188,3,1180,2213 +"121723",31783,77377,3,1180,1487 +"121724",31783,88067,3,1180,2315 +"121725",31783,90745,3,1180,1994 +"121726",31783,94625,3,1180,2105 +"121727",31794,1685,2,1919,2230 +"121728",31794,6234,3,1919,2654 +"121729",31794,15239,3,1919,1958 +"121730",31794,32079,3,1919,2315 +"121731",31794,39439,3,1919,2462 +"121732",31794,41521,3,1919,2069 +"121733",31794,44730,3,1919,2468 +"121734",31794,76505,3,1919,2123 +"121735",31794,76672,3,1919,1930 +"121736",31795,2407,3,412,1725 +"121737",31795,3669,3,412,2524 +"121738",31795,9727,3,412,2327 +"121739",31795,9808,3,412,1648 +"121740",31795,11135,3,412,2441 +"121741",31795,14957,3,412,2306 +"121742",31795,15502,3,412,2637 +"121743",31795,15891,2,412,589 +"121744",31795,16866,3,412,2718 +"121745",31795,18865,3,412,2676 +"121746",31795,18954,3,412,2364 +"121747",31795,20392,2,412,1309 +"121748",31795,20517,3,412,1465 +"121749",31795,23890,2,412,1810 +"121750",31795,24109,1,412,504 +"121751",31795,24761,3,412,2384 +"121752",31795,28914,3,412,580 +"121753",31795,33562,2,412,1979 +"121754",31795,33955,2,412,1178 +"121755",31795,33961,3,412,1269 +"121756",31795,36577,3,412,958 +"121757",31795,48879,3,412,1524 +"121758",31795,50476,3,412,1641 +"121759",31795,51448,3,412,1593 +"121760",31795,53498,2,412,1967 +"121761",31795,59347,3,412,1926 +"121762",31795,63395,3,412,2334 +"121763",31795,63555,3,412,1290 +"121764",31795,69215,1,412,1591 +"121765",31795,80680,3,412,2403 +"121766",31795,83133,3,412,1055 +"121767",31795,105867,2,412,1641 +"121768",31795,108872,1,412,1810 +"121769",31795,110659,2,412,515 +"121770",31795,115966,3,412,2349 +"121771",31797,803,3,1501,1666 +"121772",31797,5621,3,1501,1860 +"121773",31797,9803,2,1501,1664 +"121774",31797,9828,3,1501,2085 +"121775",31797,10558,3,1501,2312 +"121776",31797,13201,3,1501,2034 +"121777",31797,13732,3,1501,2789 +"121778",31797,25530,2,1501,2884 +"121779",31797,25886,3,1501,1580 +"121780",31797,26865,3,1501,2726 +"121781",31797,28824,3,1501,2412 +"121782",31797,30081,3,1501,2403 +"121783",31797,34693,2,1501,1938 +"121784",31797,34695,3,1501,1930 +"121785",31797,56396,2,1501,2408 +"121786",31797,86799,3,1501,1951 +"121787",31799,613,3,2547,2687 +"121788",31799,1151,3,2547,2885 +"121789",31799,1616,3,2547,2662 +"121790",31799,2166,3,2547,2557 +"121791",31799,2224,3,2547,2751 +"121792",31799,2954,3,2547,2727 +"121793",31799,4618,2,2547,2607 +"121794",31799,5725,2,2547,2789 +"121795",31799,7323,3,2547,2858 +"121796",31799,9332,3,2547,2734 +"121797",31799,9362,3,2547,2879 +"121798",31799,9893,3,2547,2701 +"121799",31799,10638,3,2547,2692 +"121800",31799,10890,3,2547,2639 +"121801",31799,12867,3,2547,2773 +"121802",31799,13639,3,2547,2887 +"121803",31799,14507,3,2547,2686 +"121804",31799,17852,3,2547,2840 +"121805",31799,18151,3,2547,2962 +"121806",31799,19027,1,2547,2721 +"121807",31799,19528,3,2547,2742 +"121808",31799,19606,2,2547,2783 +"121809",31799,20700,2,2547,2861 +"121810",31799,24923,3,2547,2785 +"121811",31799,25129,3,2547,2647 +"121812",31799,26351,3,2547,2683 +"121813",31799,27753,3,2547,2750 +"121814",31799,28285,3,2547,2972 +"121815",31799,34216,3,2547,2832 +"121816",31799,37620,3,2547,2716 +"121817",31799,38755,3,2547,2902 +"121818",31799,39087,3,2547,2765 +"121819",31799,39444,3,2547,2695 +"121820",31799,44427,3,2547,2875 +"121821",31799,47248,3,2547,2883 +"121822",31799,47947,3,2547,2681 +"121823",31799,51410,3,2547,2739 +"121824",31799,52570,3,2547,2645 +"121825",31799,57977,2,2547,2683 +"121826",31799,64997,3,2547,2791 +"121827",31799,65029,1,2547,2954 +"121828",31799,71562,3,2547,2574 +"121829",31799,72334,2,2547,2820 +"121830",31799,102666,3,2547,2726 +"121831",31832,22331,3,2163,2687 +"121832",31832,24825,3,2163,2686 +"121833",31835,14,3,607,1793 +"121834",31835,7970,3,607,1197 +"121835",31835,9828,3,607,2085 +"121836",31835,10843,3,607,2277 +"121837",31835,12373,2,607,1567 +"121838",31835,13601,2,607,2689 +"121839",31835,33433,3,607,2805 +"121840",31835,37915,3,607,1905 +"121841",31835,49581,3,607,1817 +"121842",31835,50946,2,607,1075 +"121843",31835,55643,3,607,2359 +"121844",31835,62538,2,607,1656 +"121845",31835,67352,3,607,1115 +"121846",31835,74318,3,607,632 +"121847",31835,75028,3,607,1660 +"121848",31835,79234,2,607,1611 +"121849",31835,104239,3,607,926 +"121850",31840,16866,3,2389,2718 +"121851",31840,18865,3,2389,2676 +"121852",31856,17812,3,2630,2705 +"121853",31856,70433,3,2630,2639 +"121854",31864,67456,3,1266,1608 +"121855",31866,1519,3,2101,2349 +"121856",31866,2852,3,2101,2448 +"121857",31866,2936,3,2101,2512 +"121858",31866,3493,2,2101,2451 +"121859",31866,3978,3,2101,2775 +"121860",31866,4303,3,2101,2414 +"121861",31866,5897,2,2101,2337 +"121862",31866,6989,3,2101,2623 +"121863",31866,8088,3,2101,2220 +"121864",31866,9801,3,2101,2443 +"121865",31866,11648,3,2101,2852 +"121866",31866,12361,3,2101,2732 +"121867",31866,12948,3,2101,2669 +"121868",31866,18005,3,2101,2449 +"121869",31866,19655,3,2101,2706 +"121870",31866,20941,3,2101,2725 +"121871",31866,22244,2,2101,2139 +"121872",31866,27742,3,2101,2700 +"121873",31866,30034,3,2101,2357 +"121874",31866,31335,3,2101,2351 +"121875",31866,36829,3,2101,2722 +"121876",31866,38691,3,2101,2585 +"121877",31866,50585,3,2101,2414 +"121878",31866,50630,3,2101,2615 +"121879",31866,51144,3,2101,2466 +"121880",31866,58655,3,2101,2685 +"121881",31866,61337,3,2101,2777 +"121882",31866,70583,2,2101,2615 +"121883",31868,2852,3,1993,2448 +"121884",31868,3127,3,1993,2273 +"121885",31868,4612,3,1993,2804 +"121886",31868,4669,3,1993,2395 +"121887",31868,5897,3,1993,2337 +"121888",31868,7252,3,1993,2799 +"121889",31868,7785,3,1993,2441 +"121890",31868,7942,2,1993,2623 +"121891",31868,8568,3,1993,2706 +"121892",31868,9785,3,1993,2951 +"121893",31868,9787,3,1993,2858 +"121894",31868,11648,3,1993,2852 +"121895",31868,12948,2,1993,2669 +"121896",31868,14749,2,1993,1998 +"121897",31868,14781,2,1993,2338 +"121898",31868,14915,3,1993,2606 +"121899",31868,16286,3,1993,2470 +"121900",31868,19655,3,1993,2706 +"121901",31868,22244,3,1993,2139 +"121902",31868,22578,3,1993,2216 +"121903",31868,27742,2,1993,2700 +"121904",31868,27914,2,1993,2507 +"121905",31868,28869,2,1993,2425 +"121906",31868,31866,3,1993,2101 +"121907",31868,32532,3,1993,2338 +"121908",31868,35728,2,1993,2017 +"121909",31868,37059,3,1993,2840 +"121910",31868,39534,3,1993,2410 +"121911",31868,40035,3,1993,2742 +"121912",31868,40572,3,1993,2666 +"121913",31868,44235,3,1993,2700 +"121914",31868,45869,3,1993,2840 +"121915",31868,46384,3,1993,2285 +"121916",31868,48769,3,1993,2071 +"121917",31868,53739,3,1993,2704 +"121918",31868,54775,3,1993,2383 +"121919",31868,56995,2,1993,2323 +"121920",31868,58655,3,1993,2685 +"121921",31868,65381,3,1993,2184 +"121922",31868,69131,3,1993,2122 +"121923",31868,70583,3,1993,2615 +"121924",31868,111375,3,1993,2686 +"121925",31890,160,2,1487,2007 +"121926",31890,1175,3,1487,1642 +"121927",31890,1641,2,1487,1490 +"121928",31890,5610,1,1487,2223 +"121929",31890,7406,3,1487,1906 +"121930",31890,7616,3,1487,2296 +"121931",31890,8238,1,1487,2222 +"121932",31890,9331,3,1487,2269 +"121933",31890,9423,3,1487,1708 +"121934",31890,11770,3,1487,1653 +"121935",31890,12081,3,1487,2166 +"121936",31890,12560,3,1487,2565 +"121937",31890,12729,3,1487,1835 +"121938",31890,13249,3,1487,2573 +"121939",31890,13324,3,1487,2163 +"121940",31890,14507,3,1487,2686 +"121941",31890,15008,3,1487,2338 +"121942",31890,15207,3,1487,1855 +"121943",31890,15401,3,1487,1999 +"121944",31890,15729,3,1487,2338 +"121945",31890,16347,3,1487,1868 +"121946",31890,16539,3,1487,1947 +"121947",31890,16850,3,1487,1657 +"121948",31890,17351,3,1487,2036 +"121949",31890,17549,3,1487,2647 +"121950",31890,17632,2,1487,1947 +"121951",31890,17867,2,1487,1904 +"121952",31890,18670,2,1487,1835 +"121953",31890,19208,3,1487,2629 +"121954",31890,19937,3,1487,1587 +"121955",31890,21164,2,1487,1645 +"121956",31890,22682,3,1487,2035 +"121957",31890,22950,3,1487,2576 +"121958",31890,24256,3,1487,2393 +"121959",31890,24793,3,1487,1993 +"121960",31890,24825,3,1487,2686 +"121961",31890,25030,3,1487,2017 +"121962",31890,27642,3,1487,1531 +"121963",31890,27796,2,1487,2151 +"121964",31890,28571,3,1487,1556 +"121965",31890,29512,2,1487,1594 +"121966",31890,31117,3,1487,2210 +"121967",31890,31159,3,1487,2231 +"121968",31890,31700,3,1487,2727 +"121969",31890,31705,3,1487,2706 +"121970",31890,32047,2,1487,1858 +"121971",31890,33010,3,1487,2189 +"121972",31890,36837,3,1487,1556 +"121973",31890,39464,2,1487,2314 +"121974",31890,41518,3,1487,1641 +"121975",31890,41900,3,1487,1970 +"121976",31890,41945,3,1487,2856 +"121977",31890,42505,3,1487,2008 +"121978",31890,42783,3,1487,2338 +"121979",31890,43614,2,1487,1712 +"121980",31890,44688,3,1487,2924 +"121981",31890,45239,3,1487,2535 +"121982",31890,46042,3,1487,1692 +"121983",31890,46680,3,1487,1690 +"121984",31890,46883,3,1487,1671 +"121985",31890,47564,1,1487,2650 +"121986",31890,47803,2,1487,2477 +"121987",31890,48035,3,1487,2180 +"121988",31890,49334,3,1487,2433 +"121989",31890,50001,2,1487,1518 +"121990",31890,54953,2,1487,2223 +"121991",31890,56854,3,1487,2022 +"121992",31890,63477,3,1487,1907 +"121993",31890,63573,3,1487,1973 +"121994",31890,64857,2,1487,1792 +"121995",31890,67748,3,1487,1498 +"121996",31890,77611,2,1487,1795 +"121997",31890,79213,3,1487,1620 +"121998",31898,1090,3,1916,2370 +"121999",31898,6621,3,1916,2478 +"122000",31898,13200,2,1916,2488 +"122001",31898,17221,3,1916,2487 +"122002",31898,18165,3,1916,2085 +"122003",31898,19744,1,1916,2623 +"122004",31898,19980,2,1916,2231 +"122005",31898,23098,3,1916,2300 +"122006",31898,24923,3,1916,2785 +"122007",31898,30081,3,1916,2403 +"122008",31898,30697,3,1916,2891 +"122009",31898,30827,3,1916,2323 +"122010",31898,30943,3,1916,2287 +"122011",31898,34327,3,1916,2959 +"122012",31898,40129,3,1916,2162 +"122013",31898,42372,3,1916,2230 +"122014",31898,45343,3,1916,2360 +"122015",31901,160,3,1251,2007 +"122016",31901,1641,3,1251,1490 +"122017",31901,5610,2,1251,2223 +"122018",31901,7616,3,1251,2296 +"122019",31901,8238,2,1251,2222 +"122020",31901,9423,3,1251,1708 +"122021",31901,12081,3,1251,2166 +"122022",31901,12729,3,1251,1835 +"122023",31901,16539,3,1251,1947 +"122024",31901,16625,3,1251,1285 +"122025",31901,16850,3,1251,1657 +"122026",31901,17632,3,1251,1947 +"122027",31901,17867,3,1251,1904 +"122028",31901,18670,2,1251,1835 +"122029",31901,21164,3,1251,1645 +"122030",31901,22682,3,1251,2035 +"122031",31901,24256,3,1251,2393 +"122032",31901,24793,3,1251,1993 +"122033",31901,27796,3,1251,2151 +"122034",31901,29004,3,1251,2596 +"122035",31901,29089,3,1251,1344 +"122036",31901,29512,2,1251,1594 +"122037",31901,31159,3,1251,2231 +"122038",31901,31705,3,1251,2706 +"122039",31901,31890,1,1251,1487 +"122040",31901,32047,3,1251,1858 +"122041",31901,33010,3,1251,2189 +"122042",31901,39464,3,1251,2314 +"122043",31901,41945,3,1251,2856 +"122044",31901,43614,2,1251,1712 +"122045",31901,46680,3,1251,1690 +"122046",31901,47564,2,1251,2650 +"122047",31901,47803,3,1251,2477 +"122048",31901,48035,3,1251,2180 +"122049",31901,50001,2,1251,1518 +"122050",31901,54953,3,1251,2223 +"122051",31901,56854,3,1251,2022 +"122052",31901,64857,3,1251,1792 +"122053",31901,66756,3,1251,1301 +"122054",31901,77611,3,1251,1795 +"122055",31901,82893,3,1251,1275 +"122056",31906,12373,3,1036,1567 +"122057",31906,62538,2,1036,1656 +"122058",31911,601,3,70,702 +"122059",31911,1427,3,70,324 +"122060",31911,19637,3,70,1229 +"122061",31911,28130,3,70,908 +"122062",31911,28131,2,70,1492 +"122063",31911,30150,3,70,1704 +"122064",31911,58669,1,70,2296 +"122065",31911,70203,3,70,2756 +"122066",31911,74730,3,70,535 +"122067",31911,75949,2,70,320 +"122068",31911,117679,3,70,535 +"122069",31924,3034,3,643,2601 +"122070",31924,3158,3,643,2762 +"122071",31924,11270,3,643,1011 +"122072",31924,13595,3,643,1164 +"122073",31924,14212,3,643,857 +"122074",31924,14612,3,643,2340 +"122075",31924,16963,3,643,1999 +"122076",31924,19617,3,643,679 +"122077",31924,27570,3,643,1559 +"122078",31924,52386,3,643,1830 +"122079",31924,64850,3,643,2377 +"122080",31924,67289,2,643,829 +"122081",31924,96332,3,643,1197 +"122082",31924,105435,3,643,684 +"122083",31927,212,3,818,1513 +"122084",31927,270,3,818,2542 +"122085",31927,733,3,818,1653 +"122086",31927,1044,3,818,880 +"122087",31927,2224,3,818,2751 +"122088",31927,2424,2,818,2582 +"122089",31927,2533,3,818,2016 +"122090",31927,3305,3,818,2839 +"122091",31927,5346,3,818,1438 +"122092",31927,6449,3,818,1997 +"122093",31927,6602,3,818,1631 +"122094",31927,8259,3,818,1677 +"122095",31927,9175,3,818,2639 +"122096",31927,10343,1,818,1072 +"122097",31927,10474,3,818,1608 +"122098",31927,10739,2,818,1807 +"122099",31927,11154,3,818,1594 +"122100",31927,13890,2,818,1482 +"122101",31927,14655,3,818,2559 +"122102",31927,15207,3,818,1855 +"122103",31927,15560,3,818,2257 +"122104",31927,15813,3,818,2143 +"122105",31927,16164,3,818,1184 +"122106",31927,16595,3,818,2352 +"122107",31927,17328,3,818,1206 +"122108",31927,17931,3,818,1617 +"122109",31927,20049,2,818,877 +"122110",31927,21164,3,818,1645 +"122111",31927,21197,3,818,1437 +"122112",31927,21198,3,818,935 +"122113",31927,21285,3,818,2100 +"122114",31927,22331,3,818,2687 +"122115",31927,25730,3,818,1206 +"122116",31927,26080,3,818,2525 +"122117",31927,34820,3,818,1630 +"122118",31927,36031,2,818,2342 +"122119",31927,40672,2,818,1315 +"122120",31927,42216,3,818,2722 +"122121",31927,43455,3,818,2846 +"122122",31927,45239,3,818,2535 +"122123",31927,46629,3,818,2255 +"122124",31927,51022,3,818,1499 +"122125",31927,52457,2,818,849 +"122126",31927,52576,3,818,2234 +"122127",31927,55892,3,818,1234 +"122128",31927,58078,3,818,1252 +"122129",31927,58221,3,818,1787 +"122130",31927,61982,3,818,2725 +"122131",31927,68317,3,818,874 +"122132",31927,76892,3,818,2381 +"122133",31927,88808,3,818,1462 +"122134",31927,89681,2,818,1978 +"122135",31927,94520,3,818,1243 +"122136",31950,4784,3,2217,2511 +"122137",31950,16866,3,2217,2718 +"122138",31950,21142,3,2217,2414 +"122139",31950,21920,2,2217,2367 +"122140",31950,48931,3,2217,2444 +"122141",31950,53293,3,2217,2916 +"122142",31950,54488,3,2217,2357 +"122143",31950,57549,3,2217,2335 +"122144",31950,64737,3,2217,2442 +"122145",31950,80186,3,2217,2228 +"122146",31990,55,3,2264,2524 +"122147",31990,3506,3,2264,2364 +"122148",31990,6621,3,2264,2478 +"122149",31990,16866,3,2264,2718 +"122150",31990,17925,2,2264,2385 +"122151",31990,18574,2,2264,2305 +"122152",31990,32724,2,2264,2581 +"122153",31990,37801,1,2264,2578 +"122154",31990,44312,1,2264,2741 +"122155",31990,48931,2,2264,2444 +"122156",31990,63096,2,2264,2307 +"122157",31990,65054,2,2264,2593 +"122158",31990,80705,3,2264,2764 +"122159",31997,2407,3,1703,1725 +"122160",31997,3460,3,1703,2530 +"122161",31997,3896,3,1703,2693 +"122162",31997,4821,2,1703,1938 +"122163",31997,16866,3,1703,2718 +"122164",31997,18865,3,1703,2676 +"122165",31997,22216,3,1703,1956 +"122166",31997,36559,3,1703,2473 +"122167",31997,36646,3,1703,2744 +"122168",31997,42196,3,1703,2765 +"122169",31997,42642,2,1703,2257 +"122170",31997,47440,3,1703,2234 +"122171",31997,47947,3,1703,2681 +"122172",31997,48215,3,1703,2028 +"122173",31997,51055,3,1703,2558 +"122174",31997,60516,2,1703,2257 +"122175",31997,63395,2,1703,2334 +"122176",31997,64469,3,1703,2707 +"122177",31997,74204,3,1703,2463 +"122178",31997,86152,3,1703,1944 +"122179",32017,145,3,577,1998 +"122180",32017,270,3,577,2542 +"122181",32017,313,3,577,2271 +"122182",32017,377,3,577,2389 +"122183",32017,380,2,577,2261 +"122184",32017,457,3,577,1704 +"122185",32017,489,3,577,2652 +"122186",32017,543,3,577,2203 +"122187",32017,613,3,577,2687 +"122188",32017,671,3,577,2328 +"122189",32017,675,3,577,1686 +"122190",32017,913,3,577,2144 +"122191",32017,998,3,577,1795 +"122192",32017,1044,3,577,880 +"122193",32017,1102,3,577,2282 +"122194",32017,1124,3,577,1596 +"122195",32017,1136,3,577,2536 +"122196",32017,1151,3,577,2885 +"122197",32017,1154,3,577,1656 +"122198",32017,1275,3,577,2068 +"122199",32017,1495,3,577,2046 +"122200",32017,1616,3,577,2662 +"122201",32017,1691,3,577,1941 +"122202",32017,1777,2,577,1965 +"122203",32017,1826,3,577,924 +"122204",32017,2036,3,577,2483 +"122205",32017,2063,3,577,1278 +"122206",32017,2111,3,577,1904 +"122207",32017,2143,3,577,1174 +"122208",32017,2208,3,577,2814 +"122209",32017,2224,2,577,2751 +"122210",32017,2424,3,577,2582 +"122211",32017,2484,3,577,2389 +"122212",32017,2533,3,577,2016 +"122213",32017,2572,3,577,2273 +"122214",32017,2743,2,577,1278 +"122215",32017,3040,3,577,1446 +"122216",32017,3088,3,577,1670 +"122217",32017,3161,3,577,2229 +"122218",32017,3164,3,577,2693 +"122219",32017,3167,3,577,1676 +"122220",32017,3242,3,577,1730 +"122221",32017,3305,3,577,2839 +"122222",32017,3801,3,577,1974 +"122223",32017,3830,3,577,1661 +"122224",32017,4057,3,577,2389 +"122225",32017,4226,3,577,1903 +"122226",32017,4317,3,577,1224 +"122227",32017,4687,3,577,2152 +"122228",32017,4690,3,577,1938 +"122229",32017,4701,3,577,2401 +"122230",32017,4790,3,577,1025 +"122231",32017,4791,2,577,1184 +"122232",32017,4932,3,577,2752 +"122233",32017,5078,2,577,2033 +"122234",32017,5235,3,577,2324 +"122235",32017,5457,2,577,2077 +"122236",32017,5462,2,577,2374 +"122237",32017,5504,2,577,2389 +"122238",32017,5716,3,577,1058 +"122239",32017,5971,2,577,1985 +"122240",32017,5986,3,577,1721 +"122241",32017,6047,3,577,2004 +"122242",32017,6222,3,577,1949 +"122243",32017,6264,3,577,749 +"122244",32017,6417,3,577,1675 +"122245",32017,6428,3,577,1952 +"122246",32017,6491,2,577,2424 +"122247",32017,6588,2,577,2025 +"122248",32017,6718,3,577,2138 +"122249",32017,7226,3,577,1228 +"122250",32017,7241,3,577,2259 +"122251",32017,7323,3,577,2858 +"122252",32017,7555,3,577,1943 +"122253",32017,7847,3,577,2424 +"122254",32017,8011,3,577,889 +"122255",32017,8192,3,577,1670 +"122256",32017,8376,3,577,1670 +"122257",32017,8529,2,577,1205 +"122258",32017,8621,3,577,1681 +"122259",32017,8760,3,577,2477 +"122260",32017,8821,3,577,2230 +"122261",32017,8866,2,577,1545 +"122262",32017,8888,2,577,1328 +"122263",32017,9114,3,577,961 +"122264",32017,9311,3,577,2477 +"122265",32017,9362,2,577,2879 +"122266",32017,9474,3,577,864 +"122267",32017,9654,3,577,2111 +"122268",32017,9805,2,577,1621 +"122269",32017,10453,3,577,1656 +"122270",32017,10488,3,577,1524 +"122271",32017,10513,3,577,2284 +"122272",32017,10523,3,577,1510 +"122273",32017,10646,3,577,1555 +"122274",32017,11006,3,577,1950 +"122275",32017,11218,3,577,2292 +"122276",32017,11229,3,577,1625 +"122277",32017,11348,3,577,824 +"122278",32017,11817,2,577,600 +"122279",32017,11966,3,577,2385 +"122280",32017,12042,3,577,2345 +"122281",32017,12096,3,577,1330 +"122282",32017,12374,1,577,2260 +"122283",32017,12602,3,577,1956 +"122284",32017,12713,3,577,2440 +"122285",32017,13307,3,577,2206 +"122286",32017,13929,3,577,2693 +"122287",32017,13945,3,577,1324 +"122288",32017,14655,3,577,2559 +"122289",32017,14656,3,577,584 +"122290",32017,14834,2,577,2739 +"122291",32017,14855,3,577,903 +"122292",32017,14989,3,577,2223 +"122293",32017,15005,3,577,1415 +"122294",32017,15118,3,577,1311 +"122295",32017,15135,3,577,1035 +"122296",32017,15315,3,577,2173 +"122297",32017,15632,3,577,1242 +"122298",32017,15700,3,577,1712 +"122299",32017,15799,3,577,1917 +"122300",32017,16164,3,577,1184 +"122301",32017,16201,3,577,1811 +"122302",32017,16352,2,577,2657 +"122303",32017,16940,3,577,1290 +"122304",32017,17400,3,577,2231 +"122305",32017,17410,3,577,2073 +"122306",32017,17520,3,577,2276 +"122307",32017,18151,3,577,2962 +"122308",32017,18361,3,577,2968 +"122309",32017,18393,3,577,860 +"122310",32017,18394,3,577,2356 +"122311",32017,18615,3,577,1025 +"122312",32017,19096,3,577,1538 +"122313",32017,19248,3,577,2357 +"122314",32017,19606,3,577,2783 +"122315",32017,19637,3,577,1229 +"122316",32017,19719,2,577,2177 +"122317",32017,20124,3,577,2376 +"122318",32017,20292,3,577,2755 +"122319",32017,20311,3,577,1981 +"122320",32017,20563,3,577,2267 +"122321",32017,20659,3,577,1969 +"122322",32017,20824,3,577,1366 +"122323",32017,20975,3,577,1305 +"122324",32017,21104,2,577,2327 +"122325",32017,21122,3,577,1701 +"122326",32017,21197,3,577,1437 +"122327",32017,21198,3,577,935 +"122328",32017,21285,3,577,2100 +"122329",32017,21571,3,577,2755 +"122330",32017,21693,3,577,2176 +"122331",32017,22006,3,577,1202 +"122332",32017,22197,3,577,2271 +"122333",32017,22282,3,577,1418 +"122334",32017,22326,3,577,2818 +"122335",32017,22362,3,577,1836 +"122336",32017,22566,3,577,2308 +"122337",32017,22749,3,577,1727 +"122338",32017,23011,3,577,2763 +"122339",32017,23450,3,577,967 +"122340",32017,23492,3,577,1067 +"122341",32017,23526,3,577,1998 +"122342",32017,23534,3,577,1659 +"122343",32017,23715,3,577,1859 +"122344",32017,23725,3,577,2378 +"122345",32017,23825,2,577,1913 +"122346",32017,24005,2,577,1188 +"122347",32017,24558,3,577,2139 +"122348",32017,24559,3,577,946 +"122349",32017,24755,3,577,1319 +"122350",32017,24807,3,577,2319 +"122351",32017,25132,2,577,1188 +"122352",32017,25508,3,577,2081 +"122353",32017,25577,3,577,1946 +"122354",32017,25816,3,577,2088 +"122355",32017,26067,2,577,2069 +"122356",32017,26080,3,577,2525 +"122357",32017,26322,3,577,1018 +"122358",32017,26451,3,577,2133 +"122359",32017,26471,2,577,1061 +"122360",32017,26570,2,577,1669 +"122361",32017,26671,2,577,2279 +"122362",32017,26749,3,577,2965 +"122363",32017,26848,3,577,2363 +"122364",32017,26867,2,577,1804 +"122365",32017,27628,3,577,2389 +"122366",32017,27694,3,577,2030 +"122367",32017,27744,3,577,861 +"122368",32017,27792,3,577,1308 +"122369",32017,27849,3,577,1316 +"122370",32017,28002,3,577,914 +"122371",32017,28050,3,577,1955 +"122372",32017,28216,3,577,1910 +"122373",32017,28285,3,577,2972 +"122374",32017,29073,3,577,2328 +"122375",32017,29705,3,577,607 +"122376",32017,29929,2,577,2789 +"122377",32017,29941,3,577,1986 +"122378",32017,29982,3,577,1372 +"122379",32017,30325,3,577,1067 +"122380",32017,30405,3,577,2164 +"122381",32017,30883,3,577,1629 +"122382",32017,31050,3,577,1491 +"122383",32017,31235,3,577,2668 +"122384",32017,31338,3,577,917 +"122385",32017,31799,3,577,2547 +"122386",32017,32131,3,577,1035 +"122387",32017,32173,3,577,2341 +"122388",32017,32601,3,577,1033 +"122389",32017,32811,2,577,804 +"122390",32017,33622,2,577,2230 +"122391",32017,34136,2,577,2202 +"122392",32017,34735,3,577,2767 +"122393",32017,34836,1,577,2302 +"122394",32017,35095,3,577,1502 +"122395",32017,35256,3,577,2271 +"122396",32017,35673,3,577,1067 +"122397",32017,35815,3,577,2789 +"122398",32017,36087,3,577,2755 +"122399",32017,36651,3,577,1600 +"122400",32017,36714,3,577,2209 +"122401",32017,37570,3,577,2389 +"122402",32017,37800,1,577,604 +"122403",32017,37893,3,577,875 +"122404",32017,38019,1,577,1870 +"122405",32017,38048,3,577,867 +"122406",32017,38780,3,577,2705 +"122407",32017,39238,2,577,922 +"122408",32017,39444,2,577,2695 +"122409",32017,39865,1,577,849 +"122410",32017,40028,2,577,1349 +"122411",32017,40072,1,577,1182 +"122412",32017,40369,3,577,2735 +"122413",32017,40646,3,577,1583 +"122414",32017,41174,2,577,850 +"122415",32017,41278,3,577,1873 +"122416",32017,41607,3,577,2802 +"122417",32017,41747,3,577,1722 +"122418",32017,42747,3,577,1189 +"122419",32017,42935,3,577,2400 +"122420",32017,43051,3,577,904 +"122421",32017,43518,3,577,2680 +"122422",32017,43673,3,577,2787 +"122423",32017,44427,3,577,2875 +"122424",32017,44521,3,577,1593 +"122425",32017,44648,2,577,619 +"122426",32017,45650,3,577,1528 +"122427",32017,46040,3,577,2105 +"122428",32017,46469,3,577,759 +"122429",32017,46596,3,577,1942 +"122430",32017,46629,3,577,2255 +"122431",32017,46723,3,577,607 +"122432",32017,46950,3,577,2673 +"122433",32017,47803,3,577,2477 +"122434",32017,47839,3,577,1864 +"122435",32017,48215,3,577,2028 +"122436",32017,48260,3,577,875 +"122437",32017,48698,2,577,1474 +"122438",32017,49512,3,577,1302 +"122439",32017,50118,3,577,2654 +"122440",32017,50134,3,577,2674 +"122441",32017,50236,2,577,2339 +"122442",32017,50487,3,577,744 +"122443",32017,50685,3,577,2008 +"122444",32017,51017,3,577,2073 +"122445",32017,51022,3,577,1499 +"122446",32017,51035,3,577,2397 +"122447",32017,52003,3,577,2067 +"122448",32017,52136,3,577,1412 +"122449",32017,52154,3,577,1722 +"122450",32017,52345,2,577,1430 +"122451",32017,52576,3,577,2234 +"122452",32017,53266,2,577,2389 +"122453",32017,53303,2,577,1376 +"122454",32017,53322,2,577,1200 +"122455",32017,53323,3,577,2677 +"122456",32017,53830,3,577,1307 +"122457",32017,55320,3,577,1643 +"122458",32017,55468,3,577,2511 +"122459",32017,55556,3,577,2075 +"122460",32017,55691,3,577,2856 +"122461",32017,55862,3,577,2123 +"122462",32017,56082,3,577,2395 +"122463",32017,56237,3,577,2625 +"122464",32017,56317,3,577,2030 +"122465",32017,56854,2,577,2022 +"122466",32017,57348,2,577,687 +"122467",32017,57353,2,577,1849 +"122468",32017,57544,3,577,2443 +"122469",32017,57950,3,577,1529 +"122470",32017,58133,3,577,1484 +"122471",32017,58508,3,577,2326 +"122472",32017,59700,3,577,2346 +"122473",32017,59939,1,577,936 +"122474",32017,61982,3,577,2725 +"122475",32017,62841,3,577,2710 +"122476",32017,64181,3,577,1828 +"122477",32017,64232,3,577,1275 +"122478",32017,64997,3,577,2791 +"122479",32017,65007,2,577,2530 +"122480",32017,65884,3,577,798 +"122481",32017,66878,3,577,1949 +"122482",32017,67726,3,577,2873 +"122483",32017,67763,3,577,822 +"122484",32017,68960,3,577,1312 +"122485",32017,69498,3,577,931 +"122486",32017,69712,3,577,1219 +"122487",32017,69745,3,577,1594 +"122488",32017,70838,3,577,687 +"122489",32017,71342,3,577,1289 +"122490",32017,71478,3,577,1721 +"122491",32017,72188,3,577,856 +"122492",32017,72326,3,577,2384 +"122493",32017,72468,2,577,2292 +"122494",32017,72597,3,577,1843 +"122495",32017,72598,3,577,805 +"122496",32017,72956,3,577,1251 +"122497",32017,73128,3,577,1549 +"122498",32017,73728,3,577,784 +"122499",32017,74318,3,577,632 +"122500",32017,75403,3,577,1895 +"122501",32017,75898,3,577,889 +"122502",32017,75948,3,577,1006 +"122503",32017,76127,3,577,910 +"122504",32017,77305,3,577,965 +"122505",32017,78256,2,577,804 +"122506",32017,79657,3,577,1260 +"122507",32017,79804,3,577,2227 +"122508",32017,80429,3,577,1927 +"122509",32017,80825,3,577,2315 +"122510",32017,81588,3,577,1568 +"122511",32017,82730,3,577,1492 +"122512",32017,82787,3,577,1144 +"122513",32017,82949,3,577,2077 +"122514",32017,83434,3,577,850 +"122515",32017,85430,3,577,2370 +"122516",32017,85685,3,577,998 +"122517",32017,87048,3,577,989 +"122518",32017,89097,3,577,935 +"122519",32017,89958,3,577,1186 +"122520",32017,90573,3,577,878 +"122521",32017,90837,3,577,825 +"122522",32017,91912,1,577,790 +"122523",32017,92104,3,577,2339 +"122524",32017,92220,3,577,607 +"122525",32017,98925,2,577,584 +"122526",32017,101797,3,577,2357 +"122527",32017,103721,3,577,1030 +"122528",32017,108379,3,577,2933 +"122529",32017,108867,2,577,2328 +"122530",32017,109521,3,577,609 +"122531",32017,109718,3,577,1237 +"122532",32017,120549,3,577,708 +"122533",32017,121422,3,577,850 +"122534",32047,270,3,1858,2542 +"122535",32047,380,3,1858,2261 +"122536",32047,1092,3,1858,1945 +"122537",32047,1102,3,1858,2282 +"122538",32047,5610,2,1858,2223 +"122539",32047,8238,3,1858,2222 +"122540",32047,9311,3,1858,2477 +"122541",32047,12081,3,1858,2166 +"122542",32047,13307,2,1858,2206 +"122543",32047,14507,3,1858,2686 +"122544",32047,17867,3,1858,1904 +"122545",32047,18394,3,1858,2356 +"122546",32047,19862,3,1858,2412 +"122547",32047,21012,3,1858,2325 +"122548",32047,21950,3,1858,1892 +"122549",32047,22292,3,1858,1910 +"122550",32047,22682,3,1858,2035 +"122551",32047,23460,3,1858,2183 +"122552",32047,23526,3,1858,1998 +"122553",32047,23715,3,1858,1859 +"122554",32047,24256,2,1858,2393 +"122555",32047,24825,3,1858,2686 +"122556",32047,25030,3,1858,2017 +"122557",32047,27796,3,1858,2151 +"122558",32047,29930,3,1858,2240 +"122559",32047,31117,3,1858,2210 +"122560",32047,31159,3,1858,2231 +"122561",32047,32419,3,1858,1909 +"122562",32047,34707,3,1858,2042 +"122563",32047,35888,3,1858,2291 +"122564",32047,39464,3,1858,2314 +"122565",32047,39556,3,1858,2747 +"122566",32047,40493,3,1858,1981 +"122567",32047,47564,3,1858,2650 +"122568",32047,47803,3,1858,2477 +"122569",32047,48035,1,1858,2180 +"122570",32047,50784,3,1858,2733 +"122571",32047,54953,3,1858,2223 +"122572",32047,56854,2,1858,2022 +"122573",32048,3255,3,2102,2504 +"122574",32048,57657,3,2102,2735 +"122575",32050,82932,3,2059,2245 +"122576",32060,822,3,1199,1475 +"122577",32060,1150,3,1199,1595 +"122578",32060,1560,3,1199,2013 +"122579",32060,10200,3,1199,2920 +"122580",32060,11135,3,1199,2441 +"122581",32060,12031,3,1199,1957 +"122582",32060,12837,3,1199,1315 +"122583",32060,14110,3,1199,2448 +"122584",32060,14623,3,1199,2043 +"122585",32060,15502,3,1199,2637 +"122586",32060,19057,1,1199,2664 +"122587",32060,21575,3,1199,1762 +"122588",32060,22249,2,1199,1892 +"122589",32060,23302,3,1199,2677 +"122590",32060,26847,3,1199,1902 +"122591",32060,32235,1,1199,2109 +"122592",32060,32312,1,1199,1472 +"122593",32060,34055,2,1199,1881 +"122594",32060,35688,1,1199,1551 +"122595",32060,51448,3,1199,1593 +"122596",32060,55436,3,1199,2513 +"122597",32060,56737,3,1199,2270 +"122598",32060,76230,3,1199,1223 +"122599",32060,81134,3,1199,1384 +"122600",32060,88171,3,1199,1488 +"122601",32064,14,1,1739,1793 +"122602",32064,854,3,1739,2307 +"122603",32064,915,2,1739,1793 +"122604",32064,1046,3,1739,1881 +"122605",32064,1367,3,1739,2176 +"122606",32064,1639,3,1739,2631 +"122607",32064,3068,3,1739,1815 +"122608",32064,3306,2,1739,1989 +"122609",32064,4504,3,1739,1905 +"122610",32064,5148,3,1739,2206 +"122611",32064,5669,3,1739,2502 +"122612",32064,5725,3,1739,2789 +"122613",32064,8533,3,1739,2251 +"122614",32064,9828,3,1739,2085 +"122615",32064,12388,3,1739,1975 +"122616",32064,15003,3,1739,2067 +"122617",32064,15756,2,1739,2362 +"122618",32064,19605,3,1739,2395 +"122619",32064,22260,2,1739,2137 +"122620",32064,24066,3,1739,1755 +"122621",32064,26080,3,1739,2525 +"122622",32064,26351,3,1739,2683 +"122623",32064,26451,3,1739,2133 +"122624",32064,28285,2,1739,2972 +"122625",32064,30173,3,1739,2404 +"122626",32064,30236,3,1739,2238 +"122627",32064,30827,2,1739,2323 +"122628",32064,33380,3,1739,2340 +"122629",32064,33949,3,1739,2489 +"122630",32064,37915,3,1739,1905 +"122631",32064,38732,3,1739,2263 +"122632",32064,41682,3,1739,1988 +"122633",32064,42216,3,1739,2722 +"122634",32064,43404,3,1739,2649 +"122635",32064,47947,3,1739,2681 +"122636",32064,52969,3,1739,2302 +"122637",32064,57842,3,1739,2482 +"122638",32064,59539,2,1739,2429 +"122639",32070,1222,1,950,2598 +"122640",32070,1785,3,950,2350 +"122641",32070,2272,3,950,1640 +"122642",32070,2407,3,950,1725 +"122643",32070,2443,2,950,2333 +"122644",32070,2802,2,950,1836 +"122645",32070,3324,1,950,1198 +"122646",32070,3477,3,950,2546 +"122647",32070,3786,3,950,2282 +"122648",32070,5414,2,950,2321 +"122649",32070,6063,3,950,2349 +"122650",32070,6262,1,950,2733 +"122651",32070,6432,3,950,2297 +"122652",32070,6562,3,950,1139 +"122653",32070,6755,2,950,2818 +"122654",32070,9269,3,950,1892 +"122655",32070,9910,3,950,2526 +"122656",32070,9948,3,950,2019 +"122657",32070,11897,2,950,1271 +"122658",32070,12116,3,950,2119 +"122659",32070,12914,3,950,1557 +"122660",32070,13150,3,950,1570 +"122661",32070,13671,3,950,1371 +"122662",32070,15047,2,950,1697 +"122663",32070,16590,3,950,1123 +"122664",32070,16866,3,950,2718 +"122665",32070,17884,3,950,1677 +"122666",32070,17999,3,950,2758 +"122667",32070,18217,3,950,1566 +"122668",32070,18466,2,950,2340 +"122669",32070,18610,3,950,2141 +"122670",32070,18865,3,950,2676 +"122671",32070,19002,3,950,2053 +"122672",32070,19190,2,950,2677 +"122673",32070,19323,3,950,1705 +"122674",32070,20176,3,950,1050 +"122675",32070,20604,2,950,1684 +"122676",32070,20695,3,950,2526 +"122677",32070,23731,3,950,1656 +"122678",32070,23890,3,950,1810 +"122679",32070,24044,3,950,1076 +"122680",32070,24421,3,950,1324 +"122681",32070,25286,3,950,1545 +"122682",32070,26138,3,950,1902 +"122683",32070,26642,3,950,2952 +"122684",32070,26698,3,950,1963 +"122685",32070,30697,3,950,2891 +"122686",32070,31089,3,950,2952 +"122687",32070,31705,3,950,2706 +"122688",32070,32479,3,950,969 +"122689",32070,32939,3,950,2277 +"122690",32070,32966,3,950,1583 +"122691",32070,33223,3,950,2397 +"122692",32070,33278,3,950,1591 +"122693",32070,33363,3,950,2475 +"122694",32070,36215,3,950,1623 +"122695",32070,36270,3,950,2910 +"122696",32070,36662,3,950,2967 +"122697",32070,37332,3,950,1891 +"122698",32070,38274,3,950,1181 +"122699",32070,38697,3,950,2701 +"122700",32070,40542,3,950,1664 +"122701",32070,42259,2,950,1235 +"122702",32070,42280,3,950,2266 +"122703",32070,43311,3,950,1553 +"122704",32070,43768,3,950,1468 +"122705",32070,45585,3,950,2384 +"122706",32070,46581,3,950,1160 +"122707",32070,48931,3,950,2444 +"122708",32070,49403,3,950,2427 +"122709",32070,49708,3,950,1147 +"122710",32070,51678,2,950,1077 +"122711",32070,53082,3,950,2328 +"122712",32070,53648,3,950,2167 +"122713",32070,54061,3,950,1488 +"122714",32070,56168,1,950,1466 +"122715",32070,56364,3,950,1626 +"122716",32070,57037,3,950,2293 +"122717",32070,57804,3,950,2214 +"122718",32070,63395,3,950,2334 +"122719",32070,63525,3,950,2741 +"122720",32070,66017,2,950,1545 +"122721",32070,76796,3,950,1140 +"122722",32070,76997,2,950,2223 +"122723",32070,77550,3,950,1548 +"122724",32070,79772,2,950,1230 +"122725",32070,79793,2,950,1915 +"122726",32070,82917,3,950,2371 +"122727",32070,83334,2,950,1708 +"122728",32070,87915,3,950,1152 +"122729",32070,90633,2,950,990 +"122730",32070,94339,2,950,2768 +"122731",32070,97706,3,950,1121 +"122732",32070,99194,3,950,1271 +"122733",32070,101381,3,950,977 +"122734",32070,106330,3,950,2559 +"122735",32070,107435,3,950,1635 +"122736",32079,4188,3,2315,2963 +"122737",32079,15150,3,2315,2801 +"122738",32079,15558,3,2315,2389 +"122739",32079,20011,3,2315,2826 +"122740",32079,30194,3,2315,2874 +"122741",32079,44730,3,2315,2468 +"122742",32079,49415,3,2315,2654 +"122743",32079,49913,2,2315,2444 +"122744",32097,6162,3,1307,1673 +"122745",32097,6192,3,1307,2409 +"122746",32097,8274,2,1307,1909 +"122747",32097,8327,1,1307,2527 +"122748",32097,9954,3,1307,2117 +"122749",32097,10825,3,1307,2565 +"122750",32097,15444,3,1307,2764 +"122751",32097,17561,3,1307,2286 +"122752",32097,19208,3,1307,2629 +"122753",32097,19605,3,1307,2395 +"122754",32097,21248,3,1307,2232 +"122755",32097,27390,3,1307,2425 +"122756",32097,29280,3,1307,2499 +"122757",32097,31117,3,1307,2210 +"122758",32097,41682,3,1307,1988 +"122759",32097,41764,3,1307,2409 +"122760",32097,48274,3,1307,1979 +"122761",32097,50480,2,1307,2701 +"122762",32097,51610,3,1307,2635 +"122763",32097,54879,3,1307,2210 +"122764",32097,56920,3,1307,2548 +"122765",32097,91579,3,1307,2510 +"122766",32103,19862,3,1491,2412 +"122767",32103,22180,2,1491,1835 +"122768",32103,49696,3,1491,2444 +"122769",32103,66205,3,1491,2898 +"122770",32103,69598,1,1491,2812 +"122771",32103,97498,2,1491,2346 +"122772",32110,3477,3,2224,2546 +"122773",32110,12361,3,2224,2732 +"122774",32110,16866,3,2224,2718 +"122775",32110,18865,3,2224,2676 +"122776",32110,18965,3,2224,2315 +"122777",32110,47965,3,2224,2232 +"122778",32110,63077,3,2224,2778 +"122779",32110,63395,3,2224,2334 +"122780",32110,115059,2,2224,2552 +"122781",32113,357,3,882,2327 +"122782",32113,669,3,882,1423 +"122783",32113,671,3,882,2328 +"122784",32113,733,3,882,1653 +"122785",32113,1046,2,882,1881 +"122786",32113,1201,2,882,2489 +"122787",32113,1469,3,882,1160 +"122788",32113,2063,3,882,1278 +"122789",32113,2754,3,882,1360 +"122790",32113,3167,2,882,1676 +"122791",32113,3242,3,882,1730 +"122792",32113,4191,3,882,2130 +"122793",32113,4583,2,882,2741 +"122794",32113,4618,2,882,2607 +"122795",32113,4707,3,882,2588 +"122796",32113,5148,3,882,2206 +"122797",32113,5669,3,882,2502 +"122798",32113,5725,3,882,2789 +"122799",32113,5864,3,882,1197 +"122800",32113,7245,3,882,2089 +"122801",32113,7555,3,882,1943 +"122802",32113,7936,3,882,1199 +"122803",32113,8533,3,882,2251 +"122804",32113,8621,3,882,1681 +"122805",32113,8700,3,882,1270 +"122806",32113,9298,3,882,1109 +"122807",32113,10130,3,882,2741 +"122808",32113,10222,3,882,2212 +"122809",32113,10859,3,882,2231 +"122810",32113,10875,2,882,1234 +"122811",32113,11546,3,882,1174 +"122812",32113,12096,2,882,1330 +"122813",32113,12867,3,882,2773 +"122814",32113,13248,2,882,1385 +"122815",32113,13801,2,882,2041 +"122816",32113,13837,3,882,1604 +"122817",32113,13929,3,882,2693 +"122818",32113,14091,2,882,929 +"122819",32113,14983,3,882,1047 +"122820",32113,16164,3,882,1184 +"122821",32113,16313,3,882,1160 +"122822",32113,18277,2,882,2309 +"122823",32113,18415,3,882,2184 +"122824",32113,18735,3,882,1581 +"122825",32113,19027,3,882,2721 +"122826",32113,20563,3,882,2267 +"122827",32113,20643,2,882,2341 +"122828",32113,24198,3,882,2217 +"122829",32113,24755,3,882,1319 +"122830",32113,24923,2,882,2785 +"122831",32113,25341,3,882,1858 +"122832",32113,25643,3,882,1646 +"122833",32113,26351,3,882,2683 +"122834",32113,26570,3,882,1669 +"122835",32113,28285,3,882,2972 +"122836",32113,28434,2,882,1141 +"122837",32113,28731,3,882,955 +"122838",32113,28892,2,882,2023 +"122839",32113,29050,3,882,1196 +"122840",32113,29456,1,882,1182 +"122841",32113,30334,3,882,2075 +"122842",32113,31696,3,882,1595 +"122843",32113,31799,3,882,2547 +"122844",32113,32988,3,882,2008 +"122845",32113,36962,3,882,2861 +"122846",32113,37636,3,882,2178 +"122847",32113,37836,3,882,1369 +"122848",32113,38046,3,882,1163 +"122849",32113,38162,3,882,1691 +"122850",32113,38449,3,882,1802 +"122851",32113,40293,3,882,1671 +"122852",32113,40392,3,882,1878 +"122853",32113,40672,3,882,1315 +"122854",32113,41832,3,882,1155 +"122855",32113,42175,3,882,1594 +"122856",32113,42505,3,882,2008 +"122857",32113,46391,3,882,1779 +"122858",32113,47082,1,882,1990 +"122859",32113,47947,3,882,2681 +"122860",32113,51410,3,882,2739 +"122861",32113,51783,3,882,2599 +"122862",32113,52203,3,882,1961 +"122863",32113,53031,3,882,2065 +"122864",32113,53300,3,882,2162 +"122865",32113,53630,3,882,1565 +"122866",32113,54100,3,882,1327 +"122867",32113,55139,3,882,2323 +"122868",32113,55691,3,882,2856 +"122869",32113,57977,3,882,2683 +"122870",32113,58035,3,882,1646 +"122871",32113,58221,2,882,1787 +"122872",32113,58384,3,882,1637 +"122873",32113,61719,3,882,1515 +"122874",32113,62840,3,882,2502 +"122875",32113,64031,3,882,1295 +"122876",32113,71562,3,882,2574 +"122877",32113,72823,3,882,929 +"122878",32113,82409,3,882,1881 +"122879",32113,82767,3,882,1641 +"122880",32113,85736,3,882,1601 +"122881",32113,92973,3,882,1276 +"122882",32113,93615,3,882,2386 +"122883",32113,94101,3,882,997 +"122884",32113,97160,3,882,1215 +"122885",32113,99103,3,882,1470 +"122886",32113,101482,2,882,1300 +"122887",32113,105233,2,882,1199 +"122888",32113,109635,3,882,1925 +"122889",32116,18779,3,449,1267 +"122890",32116,49048,3,449,1656 +"122891",32131,212,2,1035,1513 +"122892",32131,270,1,1035,2542 +"122893",32131,307,3,1035,2530 +"122894",32131,312,3,1035,2038 +"122895",32131,360,3,1035,1671 +"122896",32131,380,3,1035,2261 +"122897",32131,823,3,1035,2840 +"122898",32131,915,3,1035,1793 +"122899",32131,1046,3,1035,1881 +"122900",32131,1102,3,1035,2282 +"122901",32131,1124,1,1035,1596 +"122902",32131,1154,3,1035,1656 +"122903",32131,1875,3,1035,1786 +"122904",32131,2063,3,1035,1278 +"122905",32131,2111,2,1035,1904 +"122906",32131,2224,3,1035,2751 +"122907",32131,2424,2,1035,2582 +"122908",32131,2533,3,1035,2016 +"122909",32131,2716,3,1035,1748 +"122910",32131,2743,3,1035,1278 +"122911",32131,2894,3,1035,1291 +"122912",32131,3242,3,1035,1730 +"122913",32131,3305,3,1035,2839 +"122914",32131,3306,3,1035,1989 +"122915",32131,3477,3,1035,2546 +"122916",32131,3493,3,1035,2451 +"122917",32131,4226,3,1035,1903 +"122918",32131,4360,2,1035,1770 +"122919",32131,4701,3,1035,2401 +"122920",32131,4953,3,1035,2285 +"122921",32131,5072,3,1035,2175 +"122922",32131,5235,2,1035,2324 +"122923",32131,5622,3,1035,2175 +"122924",32131,5716,3,1035,1058 +"122925",32131,5962,3,1035,2491 +"122926",32131,5971,2,1035,1985 +"122927",32131,5984,3,1035,1675 +"122928",32131,5986,3,1035,1721 +"122929",32131,6047,3,1035,2004 +"122930",32131,6052,3,1035,1985 +"122931",32131,6063,3,1035,2349 +"122932",32131,6074,3,1035,2426 +"122933",32131,6119,3,1035,2358 +"122934",32131,6222,3,1035,1949 +"122935",32131,6363,3,1035,2066 +"122936",32131,6417,3,1035,1675 +"122937",32131,6588,2,1035,2025 +"122938",32131,6718,2,1035,2138 +"122939",32131,7126,3,1035,1261 +"122940",32131,7196,3,1035,1508 +"122941",32131,7234,3,1035,2654 +"122942",32131,7555,2,1035,1943 +"122943",32131,7616,2,1035,2296 +"122944",32131,7627,3,1035,1543 +"122945",32131,7858,3,1035,1795 +"122946",32131,7984,3,1035,2493 +"122947",32131,8890,3,1035,1955 +"122948",32131,9175,3,1035,2639 +"122949",32131,9311,3,1035,2477 +"122950",32131,9432,3,1035,1693 +"122951",32131,9615,3,1035,2464 +"122952",32131,9650,3,1035,1167 +"122953",32131,9723,3,1035,2302 +"122954",32131,9928,3,1035,2345 +"122955",32131,10336,3,1035,2271 +"122956",32131,10343,3,1035,1072 +"122957",32131,10488,2,1035,1524 +"122958",32131,10523,3,1035,1510 +"122959",32131,10857,3,1035,2253 +"122960",32131,11006,3,1035,1950 +"122961",32131,11218,2,1035,2292 +"122962",32131,11229,3,1035,1625 +"122963",32131,11440,3,1035,2026 +"122964",32131,12042,3,1035,2345 +"122965",32131,12310,3,1035,1337 +"122966",32131,12374,3,1035,2260 +"122967",32131,12432,3,1035,1816 +"122968",32131,12524,3,1035,1287 +"122969",32131,12713,3,1035,2440 +"122970",32131,12724,3,1035,1930 +"122971",32131,12728,2,1035,2374 +"122972",32131,13307,2,1035,2206 +"122973",32131,13967,3,1035,1354 +"122974",32131,14108,3,1035,2012 +"122975",32131,14252,3,1035,2244 +"122976",32131,14959,3,1035,2898 +"122977",32131,15003,3,1035,2067 +"122978",32131,15118,3,1035,1311 +"122979",32131,15401,3,1035,1999 +"122980",32131,15402,3,1035,1281 +"122981",32131,15700,3,1035,1712 +"122982",32131,15799,3,1035,1917 +"122983",32131,15813,3,1035,2143 +"122984",32131,16164,3,1035,1184 +"122985",32131,16286,3,1035,2470 +"122986",32131,16352,3,1035,2657 +"122987",32131,16365,3,1035,2217 +"122988",32131,16535,3,1035,1993 +"122989",32131,16539,2,1035,1947 +"122990",32131,16835,3,1035,1739 +"122991",32131,17257,3,1035,1117 +"122992",32131,17328,2,1035,1206 +"122993",32131,17365,3,1035,2746 +"122994",32131,17400,3,1035,2231 +"122995",32131,17931,3,1035,1617 +"122996",32131,18152,2,1035,1314 +"122997",32131,18217,3,1035,1566 +"122998",32131,18361,3,1035,2968 +"122999",32131,18394,1,1035,2356 +"123000",32131,19248,3,1035,2357 +"123001",32131,19622,3,1035,2371 +"123002",32131,19719,3,1035,2177 +"123003",32131,19862,3,1035,2412 +"123004",32131,20067,3,1035,2390 +"123005",32131,20124,3,1035,2376 +"123006",32131,20311,3,1035,1981 +"123007",32131,20563,3,1035,2267 +"123008",32131,20824,3,1035,1366 +"123009",32131,21012,2,1035,2325 +"123010",32131,21104,3,1035,2327 +"123011",32131,21133,3,1035,1320 +"123012",32131,21164,3,1035,1645 +"123013",32131,21193,3,1035,2490 +"123014",32131,21197,3,1035,1437 +"123015",32131,21285,3,1035,2100 +"123016",32131,21670,3,1035,2158 +"123017",32131,21681,3,1035,2005 +"123018",32131,21682,3,1035,2414 +"123019",32131,21693,2,1035,2176 +"123020",32131,21929,3,1035,2062 +"123021",32131,22326,2,1035,2818 +"123022",32131,22362,2,1035,1836 +"123023",32131,22722,3,1035,1233 +"123024",32131,23492,3,1035,1067 +"123025",32131,23509,2,1035,2275 +"123026",32131,23526,2,1035,1998 +"123027",32131,23715,2,1035,1859 +"123028",32131,23725,3,1035,2378 +"123029",32131,23729,3,1035,1624 +"123030",32131,24066,2,1035,1755 +"123031",32131,24259,3,1035,1281 +"123032",32131,24362,3,1035,1287 +"123033",32131,24568,3,1035,1937 +"123034",32131,25305,2,1035,2447 +"123035",32131,25577,3,1035,1946 +"123036",32131,25643,3,1035,1646 +"123037",32131,25730,3,1035,1206 +"123038",32131,25816,3,1035,2088 +"123039",32131,25985,3,1035,2071 +"123040",32131,26067,3,1035,2069 +"123041",32131,26080,3,1035,2525 +"123042",32131,26451,3,1035,2133 +"123043",32131,26818,3,1035,1999 +"123044",32131,26848,3,1035,2363 +"123045",32131,26867,3,1035,1804 +"123046",32131,27694,3,1035,2030 +"123047",32131,27849,3,1035,1316 +"123048",32131,28285,3,1035,2972 +"123049",32131,28383,2,1035,1222 +"123050",32131,28784,3,1035,1579 +"123051",32131,28896,3,1035,1395 +"123052",32131,29962,3,1035,2201 +"123053",32131,30092,3,1035,1593 +"123054",32131,30173,3,1035,2404 +"123055",32131,30309,3,1035,1449 +"123056",32131,30325,2,1035,1067 +"123057",32131,30405,2,1035,2164 +"123058",32131,30850,3,1035,1045 +"123059",32131,31307,3,1035,2139 +"123060",32131,31700,3,1035,2727 +"123061",32131,32173,2,1035,2341 +"123062",32131,32965,3,1035,2071 +"123063",32131,32988,3,1035,2008 +"123064",32131,33223,3,1035,2397 +"123065",32131,33981,3,1035,1993 +"123066",32131,34379,3,1035,2355 +"123067",32131,35402,3,1035,2339 +"123068",32131,35673,3,1035,1067 +"123069",32131,35822,3,1035,1903 +"123070",32131,36031,2,1035,2342 +"123071",32131,37937,3,1035,1320 +"123072",32131,38019,3,1035,1870 +"123073",32131,38046,3,1035,1163 +"123074",32131,38307,3,1035,2648 +"123075",32131,38602,3,1035,2693 +"123076",32131,38921,3,1035,1880 +"123077",32131,39294,3,1035,1889 +"123078",32131,40028,2,1035,1349 +"123079",32131,40072,2,1035,1182 +"123080",32131,40493,3,1035,1981 +"123081",32131,40542,3,1035,1664 +"123082",32131,41108,3,1035,1624 +"123083",32131,41664,3,1035,2641 +"123084",32131,41945,3,1035,2856 +"123085",32131,42216,3,1035,2722 +"123086",32131,42687,3,1035,1952 +"123087",32131,42837,3,1035,1096 +"123088",32131,42864,3,1035,1151 +"123089",32131,43213,3,1035,2160 +"123090",32131,43385,3,1035,1623 +"123091",32131,43455,2,1035,2846 +"123092",32131,43518,2,1035,2680 +"123093",32131,44299,3,1035,1874 +"123094",32131,44521,3,1035,1593 +"123095",32131,44557,3,1035,2371 +"123096",32131,45302,3,1035,2390 +"123097",32131,45684,3,1035,2200 +"123098",32131,45927,3,1035,1542 +"123099",32131,46182,3,1035,1613 +"123100",32131,46196,3,1035,1510 +"123101",32131,46629,2,1035,2255 +"123102",32131,47098,3,1035,2057 +"123103",32131,47384,3,1035,1639 +"123104",32131,47947,3,1035,2681 +"123105",32131,48035,3,1035,2180 +"123106",32131,48215,3,1035,2028 +"123107",32131,49265,3,1035,2686 +"123108",32131,49334,3,1035,2433 +"123109",32131,50118,3,1035,2654 +"123110",32131,50236,2,1035,2339 +"123111",32131,50785,3,1035,2877 +"123112",32131,51017,3,1035,2073 +"123113",32131,51022,3,1035,1499 +"123114",32131,51035,3,1035,2397 +"123115",32131,51041,3,1035,2606 +"123116",32131,51360,3,1035,1882 +"123117",32131,51866,3,1035,2411 +"123118",32131,52136,2,1035,1412 +"123119",32131,52323,3,1035,2148 +"123120",32131,52345,3,1035,1430 +"123121",32131,52576,3,1035,2234 +"123122",32131,53134,3,1035,1590 +"123123",32131,53303,2,1035,1376 +"123124",32131,53323,3,1035,2677 +"123125",32131,53342,3,1035,2071 +"123126",32131,54551,3,1035,2348 +"123127",32131,54929,3,1035,2783 +"123128",32131,55468,3,1035,2511 +"123129",32131,55691,3,1035,2856 +"123130",32131,56082,2,1035,2395 +"123131",32131,56232,3,1035,1175 +"123132",32131,56237,3,1035,2625 +"123133",32131,56317,3,1035,2030 +"123134",32131,57150,3,1035,1196 +"123135",32131,57380,3,1035,2362 +"123136",32131,57977,3,1035,2683 +"123137",32131,58078,3,1035,1252 +"123138",32131,58508,3,1035,2326 +"123139",32131,60179,3,1035,2708 +"123140",32131,60661,3,1035,2700 +"123141",32131,61138,3,1035,1188 +"123142",32131,61982,2,1035,2725 +"123143",32131,62841,3,1035,2710 +"123144",32131,63409,3,1035,1937 +"123145",32131,65155,3,1035,1947 +"123146",32131,65242,3,1035,1988 +"123147",32131,68215,3,1035,2727 +"123148",32131,70046,3,1035,2624 +"123149",32131,70203,3,1035,2756 +"123150",32131,70217,2,1035,2332 +"123151",32131,70996,3,1035,1037 +"123152",32131,72207,2,1035,2430 +"123153",32131,72326,3,1035,2384 +"123154",32131,72728,3,1035,2234 +"123155",32131,75403,3,1035,1895 +"123156",32131,76284,3,1035,1237 +"123157",32131,76396,3,1035,1731 +"123158",32131,76646,3,1035,1263 +"123159",32131,76892,3,1035,2381 +"123160",32131,77611,3,1035,1795 +"123161",32131,79158,3,1035,1252 +"123162",32131,79420,3,1035,1061 +"123163",32131,79804,2,1035,2227 +"123164",32131,80784,3,1035,1738 +"123165",32131,82893,3,1035,1275 +"123166",32131,82949,3,1035,2077 +"123167",32131,83396,3,1035,2396 +"123168",32131,85138,2,1035,1685 +"123169",32131,85449,2,1035,2340 +"123170",32131,85736,3,1035,1601 +"123171",32131,85869,3,1035,1509 +"123172",32131,88232,3,1035,2881 +"123173",32131,89681,3,1035,1978 +"123174",32131,93102,3,1035,1174 +"123175",32131,96352,3,1035,1493 +"123176",32131,101315,3,1035,1971 +"123177",32131,101797,3,1035,2357 +"123178",32131,104828,3,1035,1609 +"123179",32131,117956,3,1035,2774 +"123180",32149,1314,2,541,1522 +"123181",32149,1349,2,541,1147 +"123182",32149,1519,2,541,2349 +"123183",32149,2540,3,541,1398 +"123184",32149,2852,2,541,2448 +"123185",32149,3493,3,541,2451 +"123186",32149,4001,3,541,1687 +"123187",32149,4526,3,541,1728 +"123188",32149,4665,2,541,1569 +"123189",32149,5897,3,541,2337 +"123190",32149,6989,3,541,2623 +"123191",32149,8354,3,541,1705 +"123192",32149,10473,3,541,1783 +"123193",32149,10803,3,541,545 +"123194",32149,11108,3,541,1609 +"123195",32149,12361,3,541,2732 +"123196",32149,15159,3,541,756 +"123197",32149,15180,3,541,610 +"123198",32149,15535,3,541,891 +"123199",32149,16796,3,541,1892 +"123200",32149,19655,3,541,2706 +"123201",32149,20941,3,541,2725 +"123202",32149,21383,3,541,971 +"123203",32149,21593,3,541,1312 +"123204",32149,22244,3,541,2139 +"123205",32149,23966,2,541,891 +"123206",32149,27390,3,541,2425 +"123207",32149,27686,3,541,2844 +"123208",32149,29289,3,541,1756 +"123209",32149,29977,3,541,2781 +"123210",32149,30368,3,541,2487 +"123211",32149,31286,3,541,1965 +"123212",32149,31335,2,541,2351 +"123213",32149,31866,2,541,2101 +"123214",32149,32470,3,541,1539 +"123215",32149,38691,3,541,2585 +"123216",32149,38915,2,541,746 +"123217",32149,41023,3,541,2408 +"123218",32149,43021,3,541,943 +"123219",32149,50630,2,541,2615 +"123220",32149,51144,3,541,2466 +"123221",32149,56669,3,541,2924 +"123222",32149,64156,3,541,675 +"123223",32149,70583,2,541,2615 +"123224",32149,72632,3,541,1289 +"123225",32149,76286,3,541,1642 +"123226",32149,85198,3,541,1794 +"123227",32149,87142,3,541,591 +"123228",32149,87907,3,541,1173 +"123229",32149,90065,3,541,1418 +"123230",32149,91442,3,541,1962 +"123231",32149,96715,3,541,1792 +"123232",32149,99288,3,541,983 +"123233",32149,106240,3,541,705 +"123234",32149,111208,3,541,847 +"123235",32157,602,3,1178,2632 +"123236",32157,3011,3,1178,2278 +"123237",32162,80678,3,895,1595 +"123238",32163,669,3,859,1423 +"123239",32163,5839,3,859,2301 +"123240",32163,6241,3,859,2264 +"123241",32163,9702,2,859,1928 +"123242",32163,10746,3,859,1506 +"123243",32163,12484,1,859,2344 +"123244",32163,12542,3,859,1888 +"123245",32163,13699,3,859,1355 +"123246",32163,16384,3,859,1320 +"123247",32163,16881,2,859,925 +"123248",32163,19092,3,859,906 +"123249",32163,19183,3,859,1257 +"123250",32163,21448,3,859,2332 +"123251",32163,23232,3,859,884 +"123252",32163,24405,3,859,1443 +"123253",32163,35069,3,859,2069 +"123254",32163,35360,3,859,2043 +"123255",32163,39278,3,859,1952 +"123256",32163,40913,2,859,1800 +"123257",32163,47889,3,859,992 +"123258",32163,49265,3,859,2686 +"123259",32163,51017,3,859,2073 +"123260",32163,51035,2,859,2397 +"123261",32163,57380,3,859,2362 +"123262",32163,62832,3,859,2606 +"123263",32163,69712,3,859,1219 +"123264",32163,72147,3,859,1075 +"123265",32163,81014,3,859,1925 +"123266",32163,93102,2,859,1174 +"123267",32169,9724,3,2504,2713 +"123268",32169,21571,3,2504,2755 +"123269",32169,23550,3,2504,2939 +"123270",32169,37684,3,2504,2899 +"123271",32169,42390,2,2504,2937 +"123272",32169,71999,2,2504,2685 +"123273",32173,270,3,2341,2542 +"123274",32173,307,3,2341,2530 +"123275",32173,1639,3,2341,2631 +"123276",32173,9615,2,2341,2464 +"123277",32173,12728,2,2341,2374 +"123278",32173,12867,3,2341,2773 +"123279",32173,13929,3,2341,2693 +"123280",32173,18394,2,2341,2356 +"123281",32173,23725,3,2341,2378 +"123282",32173,26749,3,2341,2965 +"123283",32173,33949,3,2341,2489 +"123284",32173,36962,3,2341,2861 +"123285",32173,41664,3,2341,2641 +"123286",32173,49334,3,2341,2433 +"123287",32173,50134,3,2341,2674 +"123288",32173,54929,3,2341,2783 +"123289",32173,55438,3,2341,2863 +"123290",32173,55468,3,2341,2511 +"123291",32173,55691,2,2341,2856 +"123292",32173,56082,3,2341,2395 +"123293",32173,72207,3,2341,2430 +"123294",32175,316,2,209,2413 +"123295",32175,1519,3,209,2349 +"123296",32175,1592,3,209,2006 +"123297",32175,1691,3,209,1941 +"123298",32175,3127,2,209,2273 +"123299",32175,4668,3,209,1919 +"123300",32175,5106,3,209,2622 +"123301",32175,5258,3,209,2730 +"123302",32175,6390,3,209,2385 +"123303",32175,6428,3,209,1952 +"123304",32175,7029,3,209,2204 +"123305",32175,8011,3,209,889 +"123306",32175,8140,3,209,1262 +"123307",32175,8537,3,209,472 +"123308",32175,9227,3,209,1267 +"123309",32175,9351,3,209,1460 +"123310",32175,10279,3,209,886 +"123311",32175,10343,3,209,1072 +"123312",32175,10980,3,209,1974 +"123313",32175,12199,2,209,1651 +"123314",32175,12948,3,209,2669 +"123315",32175,14532,3,209,1193 +"123316",32175,14652,3,209,2516 +"123317",32175,14791,3,209,1370 +"123318",32175,16501,3,209,1650 +"123319",32175,17033,3,209,2771 +"123320",32175,19882,3,209,565 +"123321",32175,20049,3,209,877 +"123322",32175,20395,3,209,1468 +"123323",32175,20407,3,209,2339 +"123324",32175,28869,3,209,2425 +"123325",32175,30334,3,209,2075 +"123326",32175,31235,3,209,2668 +"123327",32175,31317,3,209,1362 +"123328",32175,31444,2,209,511 +"123329",32175,33622,3,209,2230 +"123330",32175,34037,3,209,486 +"123331",32175,35045,3,209,1646 +"123332",32175,37636,3,209,2178 +"123333",32175,39431,2,209,1460 +"123334",32175,39589,3,209,1292 +"123335",32175,40368,3,209,2876 +"123336",32175,40392,3,209,1878 +"123337",32175,40572,3,209,2666 +"123338",32175,41429,3,209,1770 +"123339",32175,45729,3,209,2606 +"123340",32175,45869,3,209,2840 +"123341",32175,46469,3,209,759 +"123342",32175,46486,3,209,1868 +"123343",32175,46621,3,209,1343 +"123344",32175,47435,2,209,878 +"123345",32175,47445,3,209,2668 +"123346",32175,49309,2,209,575 +"123347",32175,50354,2,209,1299 +"123348",32175,50737,3,209,959 +"123349",32175,51783,3,209,2599 +"123350",32175,52327,2,209,1472 +"123351",32175,53739,3,209,2704 +"123352",32175,55185,3,209,922 +"123353",32175,55438,3,209,2863 +"123354",32175,59813,3,209,497 +"123355",32175,65557,3,209,813 +"123356",32175,67266,3,209,2010 +"123357",32175,67788,3,209,837 +"123358",32175,67963,3,209,806 +"123359",32175,70583,3,209,2615 +"123360",32175,86580,3,209,696 +"123361",32181,25462,3,195,2653 +"123362",32181,26218,3,195,2460 +"123363",32181,33407,3,195,2496 +"123364",32181,34984,3,195,2056 +"123365",32198,9624,2,2117,2398 +"123366",32198,11103,3,2117,2393 +"123367",32202,2446,3,2314,2606 +"123368",32202,2747,3,2314,2411 +"123369",32202,3770,3,2314,2623 +"123370",32202,5235,3,2314,2324 +"123371",32202,11136,3,2314,2573 +"123372",32202,14915,3,2314,2606 +"123373",32202,23154,3,2314,2345 +"123374",32202,27686,3,2314,2844 +"123375",32202,35456,3,2314,2358 +"123376",32202,36487,3,2314,2622 +"123377",32202,39534,3,2314,2410 +"123378",32202,45138,3,2314,2516 +"123379",32202,46261,3,2314,2350 +"123380",32202,51774,3,2314,2459 +"123381",32202,61240,3,2314,2651 +"123382",32202,63641,2,2314,2337 +"123383",32235,3477,3,2109,2546 +"123384",32235,6063,3,2109,2349 +"123385",32235,11135,3,2109,2441 +"123386",32235,11246,3,2109,2741 +"123387",32235,15502,3,2109,2637 +"123388",32235,19057,1,2109,2664 +"123389",32235,27826,3,2109,2824 +"123390",32235,33223,3,2109,2397 +"123391",32235,55436,3,2109,2513 +"123392",32235,64174,3,2109,2377 +"123393",32235,87362,3,2109,2902 +"123394",32240,1314,3,706,1522 +"123395",32240,1519,3,706,2349 +"123396",32240,1702,2,706,1984 +"123397",32240,2576,3,706,1307 +"123398",32240,3271,3,706,2216 +"123399",32240,4001,3,706,1687 +"123400",32240,4669,3,706,2395 +"123401",32240,4775,3,706,1500 +"123402",32240,7780,3,706,1920 +"123403",32240,9785,3,706,2951 +"123404",32240,12035,3,706,2721 +"123405",32240,12653,3,706,1573 +"123406",32240,15535,3,706,891 +"123407",32240,15880,3,706,878 +"123408",32240,16021,3,706,858 +"123409",32240,16690,3,706,2132 +"123410",32240,16750,3,706,1225 +"123411",32240,17037,3,706,2947 +"123412",32240,23756,2,706,2309 +"123413",32240,27320,3,706,2378 +"123414",32240,28893,3,706,2764 +"123415",32240,29818,3,706,1677 +"123416",32240,29977,3,706,2781 +"123417",32240,30525,3,706,1964 +"123418",32240,31216,3,706,1244 +"123419",32240,39534,3,706,2410 +"123420",32240,42562,3,706,1195 +"123421",32240,43673,3,706,2787 +"123422",32240,52442,2,706,1269 +"123423",32240,54775,3,706,2383 +"123424",32240,57067,3,706,2547 +"123425",32240,62626,2,706,2787 +"123426",32240,63644,2,706,1267 +"123427",32240,69037,1,706,849 +"123428",32240,71531,3,706,2887 +"123429",32240,78740,3,706,1515 +"123430",32240,85327,3,706,1017 +"123431",32240,96706,3,706,1597 +"123432",32240,103890,3,706,958 +"123433",32240,107496,1,706,1572 +"123434",32271,2384,3,843,1057 +"123435",32271,2754,3,843,1360 +"123436",32271,4289,3,843,1921 +"123437",32271,4705,3,843,1714 +"123438",32271,5710,2,843,1926 +"123439",32271,7258,3,843,1714 +"123440",32271,12976,3,843,2399 +"123441",32271,19634,3,843,954 +"123442",32271,20423,2,843,2654 +"123443",32271,20975,3,843,1305 +"123444",32271,22705,3,843,1016 +"123445",32271,26359,2,843,2535 +"123446",32271,28015,2,843,1624 +"123447",32271,29170,3,843,1846 +"123448",32271,29899,2,843,2375 +"123449",32271,30504,2,843,1573 +"123450",32271,37358,2,843,2128 +"123451",32271,43671,1,843,1224 +"123452",32271,46039,3,843,1794 +"123453",32271,51626,3,843,2494 +"123454",32271,59205,3,843,2387 +"123455",32271,60718,2,843,1229 +"123456",32271,78563,3,843,2385 +"123457",32271,89072,3,843,1099 +"123458",32271,93410,3,843,880 +"123459",32271,102793,3,843,912 +"123460",32276,42883,3,2223,2575 +"123461",32311,7847,3,2396,2424 +"123462",32311,11136,3,2396,2573 +"123463",32311,33949,3,2396,2489 +"123464",32311,42522,3,2396,2592 +"123465",32311,60879,3,2396,2792 +"123466",32312,283,3,1472,2082 +"123467",32312,378,3,1472,2766 +"123468",32312,822,2,1472,1475 +"123469",32312,5852,3,1472,1862 +"123470",32312,6071,3,1472,2310 +"123471",32312,11135,3,1472,2441 +"123472",32312,11319,3,1472,2073 +"123473",32312,12031,3,1472,1957 +"123474",32312,14623,3,1472,2043 +"123475",32312,14654,3,1472,1692 +"123476",32312,15502,3,1472,2637 +"123477",32312,18827,3,1472,1481 +"123478",32312,19057,2,1472,2664 +"123479",32312,21575,3,1472,1762 +"123480",32312,22249,1,1472,1892 +"123481",32312,23302,3,1472,2677 +"123482",32312,26847,3,1472,1902 +"123483",32312,27826,3,1472,2824 +"123484",32312,32235,1,1472,2109 +"123485",32312,34055,1,1472,1881 +"123486",32312,35688,1,1472,1551 +"123487",32312,38183,3,1472,2391 +"123488",32312,44464,3,1472,1619 +"123489",32312,51448,3,1472,1593 +"123490",32312,55436,3,1472,2513 +"123491",32312,56673,3,1472,2419 +"123492",32312,56737,3,1472,2270 +"123493",32312,64174,3,1472,2377 +"123494",32312,82226,3,1472,1619 +"123495",32312,87362,3,1472,2902 +"123496",32339,1822,3,2430,2888 +"123497",32339,3477,2,2430,2546 +"123498",32339,4932,2,2430,2752 +"123499",32339,9503,3,2430,2453 +"123500",32339,9785,3,2430,2951 +"123501",32339,9801,1,2430,2443 +"123502",32339,12361,3,2430,2732 +"123503",32339,13899,3,2430,2650 +"123504",32339,14754,2,2430,2456 +"123505",32339,15826,3,2430,2772 +"123506",32339,19655,3,2430,2706 +"123507",32339,19934,3,2430,2888 +"123508",32339,20984,3,2430,2502 +"123509",32339,28893,1,2430,2764 +"123510",32339,32395,3,2430,2735 +"123511",32339,36506,2,2430,2638 +"123512",32339,36912,3,2430,2469 +"123513",32339,45461,3,2430,2458 +"123514",32339,47968,3,2430,2829 +"123515",32339,50630,3,2430,2615 +"123516",32339,57067,2,2430,2547 +"123517",32339,57692,3,2430,2720 +"123518",32339,57765,3,2430,2893 +"123519",32339,88212,3,2430,2547 +"123520",32350,1708,3,1540,1591 +"123521",32350,2282,3,1540,2056 +"123522",32350,2647,3,1540,2450 +"123523",32350,6020,3,1540,1864 +"123524",32350,6345,2,1540,2713 +"123525",32350,8607,3,1540,1685 +"123526",32350,9724,1,1540,2713 +"123527",32350,10701,2,1540,2000 +"123528",32350,14470,3,1540,2632 +"123529",32350,14957,3,1540,2306 +"123530",32350,15782,3,1540,2306 +"123531",32350,16963,3,1540,1999 +"123532",32350,17499,3,1540,2954 +"123533",32350,17695,3,1540,1930 +"123534",32350,19476,3,1540,1708 +"123535",32350,21571,3,1540,2755 +"123536",32350,22566,3,1540,2308 +"123537",32350,23550,2,1540,2939 +"123538",32350,26597,3,1540,2070 +"123539",32350,27570,3,1540,1559 +"123540",32350,28648,3,1540,1586 +"123541",32350,32169,3,1540,2504 +"123542",32350,37684,2,1540,2899 +"123543",32350,42382,3,1540,2224 +"123544",32350,43701,3,1540,2400 +"123545",32350,46616,3,1540,1917 +"123546",32350,47607,2,1540,2724 +"123547",32350,50468,2,1540,1659 +"123548",32350,53584,3,1540,2391 +"123549",32350,53652,2,1540,2899 +"123550",32350,84235,3,1540,1639 +"123551",32350,84591,3,1540,1685 +"123552",32350,95060,3,1540,1974 +"123553",32377,4889,3,237,1501 +"123554",32377,5864,3,237,1197 +"123555",32377,8923,1,237,1266 +"123556",32377,10216,3,237,2476 +"123557",32377,14072,3,237,1346 +"123558",32377,14972,2,237,2332 +"123559",32377,17381,3,237,1697 +"123560",32377,22166,2,237,994 +"123561",32377,28571,3,237,1556 +"123562",32377,41770,3,237,2752 +"123563",32377,44720,3,237,1202 +"123564",32377,48548,3,237,826 +"123565",32377,50996,3,237,929 +"123566",32377,54715,3,237,499 +"123567",32377,62668,3,237,958 +"123568",32377,96310,3,237,1016 +"123569",32377,111004,3,237,796 +"123570",32377,119501,3,237,390 +"123571",32395,1822,3,2735,2888 +"123572",32409,288,3,857,947 +"123573",32409,313,3,857,2271 +"123574",32409,357,3,857,2327 +"123575",32409,499,3,857,1931 +"123576",32409,543,3,857,2203 +"123577",32409,733,3,857,1653 +"123578",32409,1469,1,857,1160 +"123579",32409,1777,3,857,1965 +"123580",32409,2036,3,857,2483 +"123581",32409,2754,2,857,1360 +"123582",32409,3167,3,857,1676 +"123583",32409,3830,3,857,1661 +"123584",32409,4191,3,857,2130 +"123585",32409,4366,3,857,1726 +"123586",32409,5462,3,857,2374 +"123587",32409,5504,3,857,2389 +"123588",32409,8229,2,857,1241 +"123589",32409,9331,3,857,2269 +"123590",32409,10130,2,857,2741 +"123591",32409,10222,3,857,2212 +"123592",32409,10576,3,857,974 +"123593",32409,13945,3,857,1324 +"123594",32409,14189,3,857,1483 +"123595",32409,14855,3,857,903 +"123596",32409,14888,3,857,1411 +"123597",32409,14983,3,857,1047 +"123598",32409,15184,3,857,2396 +"123599",32409,16313,2,857,1160 +"123600",32409,18277,2,857,2309 +"123601",32409,19027,3,857,2721 +"123602",32409,19208,3,857,2629 +"123603",32409,19516,3,857,2313 +"123604",32409,19568,2,857,2302 +"123605",32409,19605,3,857,2395 +"123606",32409,21076,3,857,1591 +"123607",32409,22705,3,857,1016 +"123608",32409,23508,3,857,1907 +"123609",32409,24198,3,857,2217 +"123610",32409,24362,3,857,1287 +"123611",32409,24923,3,857,2785 +"123612",32409,26516,3,857,2479 +"123613",32409,26524,3,857,982 +"123614",32409,26659,3,857,903 +"123615",32409,26713,3,857,1235 +"123616",32409,27478,2,857,2485 +"123617",32409,28892,3,857,2023 +"123618",32409,29456,2,857,1182 +"123619",32409,31799,2,857,2547 +"123620",32409,32113,3,857,882 +"123621",32409,32516,3,857,2050 +"123622",32409,34492,3,857,1798 +"123623",32409,34836,3,857,2302 +"123624",32409,35256,3,857,2271 +"123625",32409,38048,2,857,867 +"123626",32409,39444,3,857,2695 +"123627",32409,40136,3,857,1149 +"123628",32409,40296,3,857,1674 +"123629",32409,40672,3,857,1315 +"123630",32409,41747,3,857,1722 +"123631",32409,41832,3,857,1155 +"123632",32409,44636,3,857,1026 +"123633",32409,49965,3,857,2301 +"123634",32409,50480,3,857,2701 +"123635",32409,51410,2,857,2739 +"123636",32409,51987,3,857,1397 +"123637",32409,53031,1,857,2065 +"123638",32409,53624,3,857,952 +"123639",32409,55556,2,857,2075 +"123640",32409,55828,3,857,2393 +"123641",32409,56171,3,857,1524 +"123642",32409,57977,3,857,2683 +"123643",32409,58035,3,857,1646 +"123644",32409,58221,2,857,1787 +"123645",32409,61138,3,857,1188 +"123646",32409,61719,2,857,1515 +"123647",32409,63147,3,857,1477 +"123648",32409,63770,2,857,1324 +"123649",32409,65029,3,857,2954 +"123650",32409,68098,3,857,2378 +"123651",32409,71478,3,857,1721 +"123652",32409,72334,3,857,2820 +"123653",32409,72468,3,857,2292 +"123654",32409,77359,3,857,917 +"123655",32409,77489,3,857,1514 +"123656",32409,82409,2,857,1881 +"123657",32409,83096,3,857,1061 +"123658",32409,84897,3,857,1075 +"123659",32409,85430,3,857,2370 +"123660",32409,89958,3,857,1186 +"123661",32409,93615,1,857,2386 +"123662",32409,93752,2,857,1368 +"123663",32409,97498,2,857,2346 +"123664",32409,99103,3,857,1470 +"123665",32409,100978,3,857,862 +"123666",32409,102050,3,857,906 +"123667",32409,105233,2,857,1199 +"123668",32417,59167,2,478,1256 +"123669",32417,101070,3,478,2497 +"123670",32417,118318,1,478,2327 +"123671",32419,1092,3,1909,1945 +"123672",32419,1315,2,1909,2760 +"123673",32419,2684,3,1909,2874 +"123674",32419,3397,3,1909,2126 +"123675",32419,3453,3,1909,2126 +"123676",32419,7616,2,1909,2296 +"123677",32419,7703,3,1909,2122 +"123678",32419,12778,3,1909,2045 +"123679",32419,16539,3,1909,1947 +"123680",32419,16542,2,1909,2039 +"123681",32419,17264,3,1909,2528 +"123682",32419,17354,3,1909,2250 +"123683",32419,20070,3,1909,1914 +"123684",32419,22207,3,1909,2365 +"123685",32419,23140,3,1909,2787 +"123686",32419,24753,2,1909,2860 +"123687",32419,24793,2,1909,1993 +"123688",32419,28053,2,1909,2292 +"123689",32419,28626,1,1909,2842 +"123690",32419,36031,3,1909,2342 +"123691",32419,36183,3,1909,2117 +"123692",32419,40879,3,1909,2019 +"123693",32419,41664,3,1909,2641 +"123694",32419,46506,3,1909,2464 +"123695",32419,48215,3,1909,2028 +"123696",32424,2229,2,848,1536 +"123697",32424,2446,3,848,2606 +"123698",32424,3403,3,848,2951 +"123699",32424,7719,3,848,1954 +"123700",32424,8062,3,848,2858 +"123701",32424,8865,3,848,2394 +"123702",32424,13136,3,848,2867 +"123703",32424,16690,3,848,2132 +"123704",32424,19934,3,848,2888 +"123705",32424,22723,1,848,2859 +"123706",32424,24176,3,848,1986 +"123707",32424,34334,3,848,1637 +"123708",32424,39249,3,848,1665 +"123709",32424,42562,3,848,1195 +"123710",32424,61337,3,848,2777 +"123711",32424,63641,3,848,2337 +"123712",32424,64110,3,848,1331 +"123713",32424,69232,3,848,2130 +"123714",32424,78842,2,848,904 +"123715",32424,81164,2,848,2260 +"123716",32424,83253,3,848,1102 +"123717",32424,84822,3,848,2686 +"123718",32424,93332,3,848,982 +"123719",32429,361,3,601,1970 +"123720",32429,2901,2,601,1156 +"123721",32429,2972,3,601,1708 +"123722",32429,3255,3,601,2504 +"123723",32429,3306,3,601,1989 +"123724",32429,5622,3,601,2175 +"123725",32429,5716,3,601,1058 +"123726",32429,5984,3,601,1675 +"123727",32429,5986,3,601,1721 +"123728",32429,6047,3,601,2004 +"123729",32429,6366,3,601,798 +"123730",32429,6417,3,601,1675 +"123731",32429,9928,3,601,2345 +"123732",32429,10481,2,601,740 +"123733",32429,11168,3,601,1223 +"123734",32429,11218,2,601,2292 +"123735",32429,12042,3,601,2345 +"123736",32429,12518,3,601,2747 +"123737",32429,13842,3,601,2250 +"123738",32429,14032,3,601,2144 +"123739",32429,14855,3,601,903 +"123740",32429,16352,3,601,2657 +"123741",32429,19380,3,601,2637 +"123742",32429,24789,3,601,829 +"123743",32429,25440,3,601,2749 +"123744",32429,26080,3,601,2525 +"123745",32429,26818,1,601,1999 +"123746",32429,29095,3,601,2531 +"123747",32429,34216,3,601,2832 +"123748",32429,35037,3,601,2974 +"123749",32429,36446,1,601,1175 +"123750",32429,39294,3,601,1889 +"123751",32429,43926,3,601,2672 +"123752",32429,47726,3,601,1272 +"123753",32429,49759,2,601,2400 +"123754",32429,49917,3,601,2400 +"123755",32429,51546,2,601,1369 +"123756",32429,53134,3,601,1590 +"123757",32429,54929,3,601,2783 +"123758",32429,66693,3,601,2554 +"123759",32429,83523,3,601,1461 +"123760",32429,88857,3,601,1232 +"123761",32429,95408,3,601,2393 +"123762",32429,96435,3,601,2765 +"123763",32443,11477,3,1542,2724 +"123764",32443,13158,3,1542,2667 +"123765",32449,1692,3,2091,2443 +"123766",32449,2093,2,2091,2459 +"123767",32449,2221,3,2091,2092 +"123768",32449,3271,3,2091,2216 +"123769",32449,3477,3,2091,2546 +"123770",32449,4730,3,2091,2131 +"123771",32449,5839,3,2091,2301 +"123772",32449,6063,3,2091,2349 +"123773",32449,6824,3,2091,2680 +"123774",32449,7433,3,2091,2255 +"123775",32449,9272,3,2091,2835 +"123776",32449,9620,3,2091,2339 +"123777",32449,9861,3,2091,2680 +"123778",32449,10495,3,2091,2230 +"123779",32449,10638,2,2091,2692 +"123780",32449,11067,3,2091,2734 +"123781",32449,11506,1,2091,2824 +"123782",32449,18464,3,2091,2312 +"123783",32449,18571,2,2091,2128 +"123784",32449,18943,1,2091,2861 +"123785",32449,20007,2,2091,2971 +"123786",32449,21180,3,2091,2762 +"123787",32449,21463,2,2091,2437 +"123788",32449,27783,2,2091,2302 +"123789",32449,33223,3,2091,2397 +"123790",32449,34162,3,2091,2336 +"123791",32449,36136,2,2091,2338 +"123792",32449,37279,3,2091,2768 +"123793",32449,39105,2,2091,2487 +"123794",32449,41978,2,2091,2824 +"123795",32449,43226,3,2091,2442 +"123796",32449,46951,2,2091,2429 +"123797",32449,53013,3,2091,2523 +"123798",32449,54879,3,2091,2210 +"123799",32449,55604,3,2091,2342 +"123800",32449,56275,3,2091,2152 +"123801",32449,58508,3,2091,2326 +"123802",32449,59005,3,2091,2817 +"123803",32449,59039,3,2091,2870 +"123804",32449,68592,3,2091,2551 +"123805",32449,69335,3,2091,2698 +"123806",32449,76132,3,2091,2426 +"123807",32457,701,3,2690,2718 +"123808",32457,43929,3,2690,2749 +"123809",32470,2936,3,1539,2512 +"123810",32470,4001,3,1539,1687 +"123811",32470,4430,3,1539,2019 +"123812",32470,4660,3,1539,2149 +"123813",32470,4665,3,1539,1569 +"123814",32470,5683,3,1539,2468 +"123815",32470,13879,3,1539,2748 +"123816",32470,19655,3,1539,2706 +"123817",32470,58875,3,1539,1899 +"123818",32470,84271,3,1539,1556 +"123819",32470,90299,3,1539,1606 +"123820",32479,1846,3,969,1845 +"123821",32479,2190,3,969,2359 +"123822",32479,3493,3,969,2451 +"123823",32479,3520,3,969,2281 +"123824",32479,3786,2,969,2282 +"123825",32479,4001,3,969,1687 +"123826",32479,4032,3,969,1763 +"123827",32479,4526,3,969,1728 +"123828",32479,4660,3,969,2149 +"123829",32479,6562,2,969,1139 +"123830",32479,7355,3,969,1928 +"123831",32479,7942,2,969,2623 +"123832",32479,8146,3,969,1561 +"123833",32479,9063,3,969,2000 +"123834",32479,11676,3,969,1614 +"123835",32479,12067,3,969,1213 +"123836",32479,14287,3,969,1583 +"123837",32479,14532,3,969,1193 +"123838",32479,14558,3,969,1585 +"123839",32479,14711,3,969,1714 +"123840",32479,14817,2,969,2110 +"123841",32479,15826,3,969,2772 +"123842",32479,17952,3,969,1530 +"123843",32479,19433,3,969,2504 +"123844",32479,19687,3,969,2072 +"123845",32479,19820,3,969,1935 +"123846",32479,20517,3,969,1465 +"123847",32479,21352,3,969,1604 +"123848",32479,23246,3,969,1168 +"123849",32479,23364,3,969,2306 +"123850",32479,23639,3,969,2065 +"123851",32479,23731,3,969,1656 +"123852",32479,24116,3,969,1413 +"123853",32479,24757,3,969,1939 +"123854",32479,25286,3,969,1545 +"123855",32479,25886,3,969,1580 +"123856",32479,26567,3,969,1158 +"123857",32479,29267,2,969,1234 +"123858",32479,29276,3,969,2000 +"123859",32479,30486,3,969,1269 +"123860",32479,30891,3,969,1256 +"123861",32479,32939,3,969,2277 +"123862",32479,33363,3,969,2475 +"123863",32479,37937,3,969,1320 +"123864",32479,39062,2,969,2020 +"123865",32479,41051,3,969,2767 +"123866",32479,41338,3,969,1553 +"123867",32479,46486,3,969,1868 +"123868",32479,47013,3,969,2388 +"123869",32479,47595,3,969,2374 +"123870",32479,50335,2,969,1893 +"123871",32479,51200,3,969,2245 +"123872",32479,51223,2,969,2153 +"123873",32479,51774,1,969,2459 +"123874",32479,52385,3,969,1031 +"123875",32479,52483,3,969,2317 +"123876",32479,53254,2,969,1612 +"123877",32479,55296,3,969,2413 +"123878",32479,58233,2,969,1665 +"123879",32479,60966,3,969,2734 +"123880",32479,63641,3,969,2337 +"123881",32479,66717,3,969,2104 +"123882",32479,68539,3,969,1158 +"123883",32479,72535,2,969,1191 +"123884",32479,72882,3,969,1330 +"123885",32479,75502,3,969,1474 +"123886",32479,87958,1,969,1234 +"123887",32479,91465,3,969,1047 +"123888",32479,107435,3,969,1635 +"123889",32479,110737,3,969,2117 +"123890",32503,3164,3,2020,2693 +"123891",32503,3628,3,2020,2707 +"123892",32503,5839,3,2020,2301 +"123893",32503,6030,3,2020,2953 +"123894",32503,6390,3,2020,2385 +"123895",32503,6491,3,2020,2424 +"123896",32503,10222,3,2020,2212 +"123897",32503,10358,3,2020,2294 +"123898",32503,11218,3,2020,2292 +"123899",32503,11351,3,2020,2971 +"123900",32503,16352,3,2020,2657 +"123901",32503,18543,3,2020,2968 +"123902",32503,20407,3,2020,2339 +"123903",32503,22566,3,2020,2308 +"123904",32503,23310,3,2020,2371 +"123905",32503,25816,3,2020,2088 +"123906",32503,28168,3,2020,2702 +"123907",32503,29449,3,2020,2916 +"123908",32503,29930,3,2020,2240 +"123909",32503,33622,3,2020,2230 +"123910",32503,35481,3,2020,2211 +"123911",32503,35926,3,2020,2371 +"123912",32503,36439,3,2020,2469 +"123913",32503,40369,3,2020,2735 +"123914",32503,40931,3,2020,2301 +"123915",32503,43173,3,2020,2895 +"123916",32503,60116,3,2020,2668 +"123917",32503,71274,3,2020,2390 +"123918",32503,72501,3,2020,2795 +"123919",32503,73305,3,2020,2544 +"123920",32503,74636,3,2020,2525 +"123921",32503,81221,3,2020,2285 +"123922",32503,88232,3,2020,2881 +"123923",32516,377,3,2050,2389 +"123924",32516,543,3,2050,2203 +"123925",32516,1151,3,2050,2885 +"123926",32516,1616,3,2050,2662 +"123927",32516,2036,3,2050,2483 +"123928",32516,2484,2,2050,2389 +"123929",32516,3161,3,2050,2229 +"123930",32516,3271,3,2050,2216 +"123931",32516,3853,1,2050,2465 +"123932",32516,5462,3,2050,2374 +"123933",32516,5504,3,2050,2389 +"123934",32516,7323,3,2050,2858 +"123935",32516,9272,3,2050,2835 +"123936",32516,10148,3,2050,2964 +"123937",32516,13732,3,2050,2789 +"123938",32516,14959,3,2050,2898 +"123939",32516,15184,3,2050,2396 +"123940",32516,17520,2,2050,2276 +"123941",32516,19606,3,2050,2783 +"123942",32516,20700,3,2050,2861 +"123943",32516,25874,3,2050,2088 +"123944",32516,26865,3,2050,2726 +"123945",32516,30081,3,2050,2403 +"123946",32516,31799,3,2050,2547 +"123947",32516,35256,3,2050,2271 +"123948",32516,36962,3,2050,2861 +"123949",32516,37238,3,2050,2609 +"123950",32516,37570,3,2050,2389 +"123951",32516,37752,3,2050,2223 +"123952",32516,41945,3,2050,2856 +"123953",32516,43226,3,2050,2442 +"123954",32516,43455,3,2050,2846 +"123955",32516,44885,3,2050,2670 +"123956",32516,44899,3,2050,2386 +"123957",32516,53293,3,2050,2916 +"123958",32516,57037,3,2050,2293 +"123959",32516,57977,3,2050,2683 +"123960",32516,58508,3,2050,2326 +"123961",32516,58971,3,2050,2280 +"123962",32516,59039,2,2050,2870 +"123963",32516,59205,3,2050,2387 +"123964",32516,66124,3,2050,2174 +"123965",32516,69335,3,2050,2698 +"123966",32520,19528,3,2425,2742 +"123967",32520,24756,1,2425,2530 +"123968",32520,33801,3,2425,2899 +"123969",32520,53475,3,2425,2853 +"123970",32532,1315,3,2338,2760 +"123971",32532,2852,3,2338,2448 +"123972",32532,4361,3,2338,2571 +"123973",32532,4612,3,2338,2804 +"123974",32532,4669,3,2338,2395 +"123975",32532,6989,3,2338,2623 +"123976",32532,7785,1,2338,2441 +"123977",32532,8760,3,2338,2477 +"123978",32532,12948,3,2338,2669 +"123979",32532,17033,3,2338,2771 +"123980",32532,27742,2,2338,2700 +"123981",32532,27914,3,2338,2507 +"123982",32532,29004,3,2338,2596 +"123983",32532,33223,3,2338,2397 +"123984",32532,35797,2,2338,2482 +"123985",32532,41023,3,2338,2408 +"123986",32532,45869,3,2338,2840 +"123987",32532,47534,3,2338,2712 +"123988",32532,57529,3,2338,2462 +"123989",32532,58655,3,2338,2685 +"123990",32532,59039,2,2338,2870 +"123991",32532,67719,3,2338,2429 +"123992",32544,46322,1,425,956 +"123993",32549,341,3,2111,2689 +"123994",32549,798,2,2111,2476 +"123995",32549,2852,2,2111,2448 +"123996",32549,5897,3,2111,2337 +"123997",32549,8610,2,2111,2240 +"123998",32549,8860,2,2111,2141 +"123999",32549,18005,3,2111,2449 +"124000",32549,35477,3,2111,2703 +"124001",32549,35980,2,2111,2657 +"124002",32549,37929,3,2111,2393 +"124003",32549,41023,3,2111,2408 +"124004",32549,44235,3,2111,2700 +"124005",32549,53223,3,2111,2690 +"124006",32549,57037,3,2111,2293 +"124007",32549,61355,3,2111,2467 +"124008",32549,61585,2,2111,2315 +"124009",32549,71531,3,2111,2887 +"124010",32560,680,3,1258,2569 +"124011",32560,1315,3,1258,2760 +"124012",32560,2540,3,1258,1398 +"124013",32560,2576,3,1258,1307 +"124014",32560,2852,3,1258,2448 +"124015",32560,3978,3,1258,2775 +"124016",32560,4303,3,1258,2414 +"124017",32560,4361,3,1258,2571 +"124018",32560,4612,2,1258,2804 +"124019",32560,4669,3,1258,2395 +"124020",32560,4983,3,1258,1909 +"124021",32560,5346,3,1258,1438 +"124022",32560,5897,2,1258,2337 +"124023",32560,6989,2,1258,2623 +"124024",32560,7785,1,1258,2441 +"124025",32560,7942,3,1258,2623 +"124026",32560,8073,3,1258,1847 +"124027",32560,8568,3,1258,2706 +"124028",32560,8760,3,1258,2477 +"124029",32560,9060,3,1258,1612 +"124030",32560,11108,3,1258,1609 +"124031",32560,11639,3,1258,1593 +"124032",32560,12948,3,1258,2669 +"124033",32560,14749,3,1258,1998 +"124034",32560,15207,3,1258,1855 +"124035",32560,16286,3,1258,2470 +"124036",32560,16437,3,1258,1956 +"124037",32560,16501,3,1258,1650 +"124038",32560,17033,3,1258,2771 +"124039",32560,17645,3,1258,1918 +"124040",32560,21593,3,1258,1312 +"124041",32560,23015,3,1258,1362 +"124042",32560,23131,3,1258,1732 +"124043",32560,27390,3,1258,2425 +"124044",32560,27742,1,1258,2700 +"124045",32560,27914,2,1258,2507 +"124046",32560,29004,3,1258,2596 +"124047",32560,30525,2,1258,1964 +"124048",32560,31541,3,1258,1500 +"124049",32560,31868,3,1258,1993 +"124050",32560,32339,3,1258,2430 +"124051",32560,32532,1,1258,2338 +"124052",32560,33223,3,1258,2397 +"124053",32560,33341,3,1258,2338 +"124054",32560,35797,2,1258,2482 +"124055",32560,36953,3,1258,2790 +"124056",32560,41023,3,1258,2408 +"124057",32560,41581,2,1258,1692 +"124058",32560,45869,3,1258,2840 +"124059",32560,46486,3,1258,1868 +"124060",32560,52110,3,1258,1676 +"124061",32560,56995,3,1258,2323 +"124062",32560,57067,3,1258,2547 +"124063",32560,57529,3,1258,2462 +"124064",32560,58655,2,1258,2685 +"124065",32560,59039,2,1258,2870 +"124066",32560,61723,3,1258,1262 +"124067",32560,63654,3,1258,2310 +"124068",32560,66677,3,1258,2151 +"124069",32560,67719,3,1258,2429 +"124070",32560,68885,3,1258,2151 +"124071",32560,72632,3,1258,1289 +"124072",32560,76286,3,1258,1642 +"124073",32560,80156,3,1258,1667 +"124074",32560,83610,3,1258,1552 +"124075",32560,90065,3,1258,1418 +"124076",32560,92860,3,1258,1643 +"124077",32560,94525,3,1258,1993 +"124078",32567,6030,3,2784,2953 +"124079",32567,22326,3,2784,2818 +"124080",32567,28296,3,2784,2944 +"124081",32567,49110,3,2784,2938 +"124082",32567,60257,3,2784,2795 +"124083",32567,68083,3,2784,2795 +"124084",32582,1560,2,1929,2013 +"124085",32582,5483,3,1929,1938 +"124086",32582,10200,3,1929,2920 +"124087",32582,11429,3,1929,2520 +"124088",32582,12228,3,1929,2034 +"124089",32582,14626,2,1929,2175 +"124090",32582,14761,3,1929,2502 +"124091",32582,21504,3,1929,2328 +"124092",32582,22905,3,1929,2599 +"124093",32582,24086,3,1929,2663 +"124094",32582,29319,3,1929,2314 +"124095",32582,30334,3,1929,2075 +"124096",32582,35264,3,1929,2329 +"124097",32582,37342,3,1929,2649 +"124098",32582,37636,3,1929,2178 +"124099",32582,41603,3,1929,1942 +"124100",32582,45730,3,1929,2063 +"124101",32582,49147,3,1929,2539 +"124102",32582,50635,3,1929,2962 +"124103",32582,51783,3,1929,2599 +"124104",32582,54903,3,1929,2493 +"124105",32582,55775,3,1929,2385 +"124106",32582,56737,3,1929,2270 +"124107",32582,64412,3,1929,2233 +"124108",32589,7616,3,2220,2296 +"124109",32589,92322,3,2220,2393 +"124110",32601,135,3,1033,2233 +"124111",32601,2166,3,1033,2557 +"124112",32601,2424,3,1033,2582 +"124113",32601,4701,3,1033,2401 +"124114",32601,4791,2,1033,1184 +"124115",32601,5315,3,1033,2631 +"124116",32601,12863,2,1033,2027 +"124117",32601,13751,3,1033,2557 +"124118",32601,15005,3,1033,1415 +"124119",32601,16954,3,1033,2972 +"124120",32601,17852,3,1033,2840 +"124121",32601,18563,3,1033,2715 +"124122",32601,18707,3,1033,1143 +"124123",32601,19248,3,1033,2357 +"124124",32601,19719,3,1033,2177 +"124125",32601,20287,3,1033,1099 +"124126",32601,21197,3,1033,1437 +"124127",32601,21285,3,1033,2100 +"124128",32601,22282,2,1033,1418 +"124129",32601,22331,3,1033,2687 +"124130",32601,23704,2,1033,2278 +"124131",32601,26451,3,1033,2133 +"124132",32601,26749,3,1033,2965 +"124133",32601,27175,3,1033,1447 +"124134",32601,27390,3,1033,2425 +"124135",32601,27849,3,1033,1316 +"124136",32601,31050,3,1033,1491 +"124137",32601,34492,3,1033,1798 +"124138",32601,35095,3,1033,1502 +"124139",32601,38019,3,1033,1870 +"124140",32601,39444,3,1033,2695 +"124141",32601,41739,3,1033,1339 +"124142",32601,42618,3,1033,2316 +"124143",32601,43385,3,1033,1623 +"124144",32601,48414,1,1033,1749 +"124145",32601,50685,2,1033,2008 +"124146",32601,50977,2,1033,2352 +"124147",32601,52058,2,1033,1836 +"124148",32601,52136,3,1033,1412 +"124149",32601,52576,3,1033,2234 +"124150",32601,53196,3,1033,1888 +"124151",32601,55438,3,1033,2863 +"124152",32601,55468,3,1033,2511 +"124153",32601,56317,3,1033,2030 +"124154",32601,58508,3,1033,2326 +"124155",32601,58652,3,1033,1437 +"124156",32601,60185,3,1033,1206 +"124157",32601,61982,3,1033,2725 +"124158",32601,62841,3,1033,2710 +"124159",32601,63442,3,1033,1965 +"124160",32601,65625,3,1033,1273 +"124161",32601,66860,3,1033,1548 +"124162",32601,67690,2,1033,1902 +"124163",32601,71342,3,1033,1289 +"124164",32601,72956,3,1033,1251 +"124165",32601,79322,3,1033,2770 +"124166",32601,82949,3,1033,2077 +"124167",32606,377,3,2100,2389 +"124168",32606,543,3,2100,2203 +"124169",32606,1616,3,2100,2662 +"124170",32606,2036,3,2100,2483 +"124171",32606,2446,3,2100,2606 +"124172",32606,2484,3,2100,2389 +"124173",32606,2985,3,2100,2398 +"124174",32606,3161,3,2100,2229 +"124175",32606,4057,3,2100,2389 +"124176",32606,4367,3,2100,2794 +"124177",32606,5462,2,2100,2374 +"124178",32606,5504,3,2100,2389 +"124179",32606,7323,3,2100,2858 +"124180",32606,7847,3,2100,2424 +"124181",32606,8865,3,2100,2394 +"124182",32606,9311,3,2100,2477 +"124183",32606,9654,3,2100,2111 +"124184",32606,10843,3,2100,2277 +"124185",32606,12713,3,2100,2440 +"124186",32606,14032,3,2100,2144 +"124187",32606,15567,3,2100,2671 +"124188",32606,15826,3,2100,2772 +"124189",32606,18151,3,2100,2962 +"124190",32606,19364,3,2100,2846 +"124191",32606,19433,3,2100,2504 +"124192",32606,19606,3,2100,2783 +"124193",32606,20124,2,2100,2376 +"124194",32606,20700,3,2100,2861 +"124195",32606,22709,3,2100,2743 +"124196",32606,23011,3,2100,2763 +"124197",32606,27478,3,2100,2485 +"124198",32606,27908,3,2100,2576 +"124199",32606,31799,3,2100,2547 +"124200",32606,33341,3,2100,2338 +"124201",32606,35256,3,2100,2271 +"124202",32606,35715,3,2100,2912 +"124203",32606,36912,3,2100,2469 +"124204",32606,37570,3,2100,2389 +"124205",32606,38755,3,2100,2902 +"124206",32606,39534,3,2100,2410 +"124207",32606,40138,3,2100,2719 +"124208",32606,47362,3,2100,2253 +"124209",32606,49347,3,2100,2504 +"124210",32606,55828,3,2100,2393 +"124211",32606,56082,3,2100,2395 +"124212",32606,57977,3,2100,2683 +"124213",32606,61240,3,2100,2651 +"124214",32606,64967,3,2100,2872 +"124215",32606,65188,3,2100,2213 +"124216",32606,65856,2,2100,2504 +"124217",32606,67726,3,2100,2873 +"124218",32606,71531,3,2100,2887 +"124219",32606,73266,3,2100,2496 +"124220",32606,79627,3,2100,2409 +"124221",32606,85430,3,2100,2370 +"124222",32606,86978,3,2100,2733 +"124223",32606,87144,3,2100,2299 +"124224",32606,90768,3,2100,2123 +"124225",32606,97498,3,2100,2346 +"124226",32629,3506,3,1789,2364 +"124227",32629,5813,3,1789,2088 +"124228",32629,7123,3,1789,1964 +"124229",32629,9088,1,1789,1881 +"124230",32629,9269,3,1789,1892 +"124231",32629,16866,3,1789,2718 +"124232",32629,17925,2,1789,2385 +"124233",32629,18574,3,1789,2305 +"124234",32629,22389,2,1789,2034 +"124235",32629,31990,2,1789,2264 +"124236",32629,32724,2,1789,2581 +"124237",32629,37801,2,1789,2578 +"124238",32629,44312,2,1789,2741 +"124239",32629,44744,3,1789,2032 +"124240",32629,48931,1,1789,2444 +"124241",32629,53445,2,1789,2028 +"124242",32629,57804,3,1789,2214 +"124243",32629,65054,3,1789,2593 +"124244",32629,83264,3,1789,1922 +"124245",32629,96387,3,1789,2159 +"124246",32629,100084,3,1789,1964 +"124247",32642,388,3,158,1594 +"124248",32642,468,3,158,1966 +"124249",32642,622,3,158,501 +"124250",32642,1560,3,158,2013 +"124251",32642,2802,3,158,1836 +"124252",32642,3016,2,158,747 +"124253",32642,3152,3,158,1621 +"124254",32642,4194,3,158,1641 +"124255",32642,4730,3,158,2131 +"124256",32642,5483,3,158,1938 +"124257",32642,5557,3,158,1929 +"124258",32642,5816,3,158,2408 +"124259",32642,5845,3,158,1552 +"124260",32642,5852,3,158,1862 +"124261",32642,8006,3,158,479 +"124262",32642,8157,3,158,1063 +"124263",32642,8478,1,158,984 +"124264",32642,9506,1,158,1012 +"124265",32642,9716,2,158,1929 +"124266",32642,9808,3,158,1648 +"124267",32642,10128,2,158,883 +"124268",32642,10720,3,158,199 +"124269",32642,10727,3,158,2082 +"124270",32642,10908,3,158,1134 +"124271",32642,11429,3,158,2520 +"124272",32642,11602,3,158,1493 +"124273",32642,12228,3,158,2034 +"124274",32642,12481,3,158,1086 +"124275",32642,13400,3,158,1371 +"124276",32642,14626,2,158,2175 +"124277",32642,14654,3,158,1692 +"124278",32642,14789,2,158,1034 +"124279",32642,16361,3,158,1641 +"124280",32642,16593,3,158,1139 +"124281",32642,17159,2,158,883 +"124282",32642,17541,3,158,637 +"124283",32642,17999,3,158,2758 +"124284",32642,18855,2,158,1362 +"124285",32642,21741,3,158,1574 +"124286",32642,22571,2,158,655 +"124287",32642,22905,3,158,2599 +"124288",32642,23739,3,158,2463 +"124289",32642,24104,3,158,817 +"124290",32642,25718,2,158,432 +"124291",32642,25885,3,158,1223 +"124292",32642,26100,3,158,1966 +"124293",32642,26138,3,158,1902 +"124294",32642,29267,3,158,1234 +"124295",32642,29319,3,158,2314 +"124296",32642,30404,2,158,1810 +"124297",32642,31251,3,158,2498 +"124298",32642,32582,2,158,1929 +"124299",32642,33278,3,158,1591 +"124300",32642,33533,2,158,234 +"124301",32642,33697,3,158,1309 +"124302",32642,35264,3,158,2329 +"124303",32642,37444,2,158,174 +"124304",32642,37766,3,158,520 +"124305",32642,38309,3,158,2644 +"124306",32642,39321,3,158,2257 +"124307",32642,40392,3,158,1878 +"124308",32642,41185,2,158,1929 +"124309",32642,41603,2,158,1942 +"124310",32642,44464,3,158,1619 +"124311",32642,45585,3,158,2384 +"124312",32642,45730,3,158,2063 +"124313",32642,46385,3,158,2225 +"124314",32642,49147,2,158,2539 +"124315",32642,50335,2,158,1893 +"124316",32642,50635,3,158,2962 +"124317",32642,51099,3,158,262 +"124318",32642,51200,3,158,2245 +"124319",32642,52185,2,158,1012 +"124320",32642,52820,3,158,306 +"124321",32642,53362,3,158,2360 +"124322",32642,54903,3,158,2493 +"124323",32642,55775,2,158,2385 +"124324",32642,56737,3,158,2270 +"124325",32642,59470,3,158,2393 +"124326",32642,60672,3,158,2876 +"124327",32642,64412,3,158,2233 +"124328",32642,65478,3,158,220 +"124329",32642,69214,3,158,1354 +"124330",32642,72426,3,158,2902 +"124331",32642,74912,3,158,1542 +"124332",32642,75194,3,158,1736 +"124333",32642,75287,2,158,460 +"124334",32642,77785,3,158,1595 +"124335",32642,78768,1,158,841 +"124336",32642,79036,3,158,2524 +"124337",32642,79822,3,158,1508 +"124338",32642,82226,3,158,1619 +"124339",32642,86010,3,158,1641 +"124340",32642,88968,3,158,585 +"124341",32642,91631,3,158,1899 +"124342",32642,91715,2,158,1034 +"124343",32642,94339,3,158,2768 +"124344",32642,96349,3,158,1874 +"124345",32642,97266,1,158,1016 +"124346",32642,99204,3,158,232 +"124347",32642,106963,3,158,686 +"124348",32642,107993,2,158,999 +"124349",32642,111045,3,158,915 +"124350",32642,112834,3,158,765 +"124351",32648,3776,3,669,2322 +"124352",32648,4623,2,669,1176 +"124353",32648,5203,3,669,814 +"124354",32648,5239,3,669,2875 +"124355",32648,5315,3,669,2631 +"124356",32648,5621,3,669,1860 +"124357",32648,7508,3,669,2396 +"124358",32648,8887,3,669,2373 +"124359",32648,9351,3,669,1460 +"124360",32648,11103,3,669,2393 +"124361",32648,11976,1,669,1727 +"124362",32648,12778,3,669,2045 +"124363",32648,13248,3,669,1385 +"124364",32648,13573,3,669,2774 +"124365",32648,15808,3,669,1521 +"124366",32648,16826,3,669,2599 +"124367",32648,20355,2,669,2111 +"124368",32648,20423,3,669,2654 +"124369",32648,21720,3,669,2637 +"124370",32648,22403,3,669,1630 +"124371",32648,22586,3,669,1341 +"124372",32648,27355,2,669,870 +"124373",32648,28934,3,669,870 +"124374",32648,33834,2,669,1606 +"124375",32648,34158,1,669,2639 +"124376",32648,34648,3,669,1596 +"124377",32648,34954,3,669,1184 +"124378",32648,35361,2,669,2389 +"124379",32648,36574,2,669,2934 +"124380",32648,38219,3,669,1689 +"124381",32648,38467,2,669,1259 +"124382",32648,39516,3,669,2393 +"124383",32648,40893,3,669,1116 +"124384",32648,44161,3,669,1156 +"124385",32648,45277,3,669,1777 +"124386",32648,45903,3,669,2237 +"124387",32648,46283,3,669,1184 +"124388",32648,51157,3,669,2319 +"124389",32648,51319,2,669,2488 +"124390",32648,62148,3,669,1566 +"124391",32648,62632,3,669,1320 +"124392",32648,64786,2,669,870 +"124393",32648,65322,3,669,2008 +"124394",32648,67102,3,669,935 +"124395",32648,83526,3,669,1235 +"124396",32648,85716,3,669,1609 +"124397",32648,92895,3,669,2339 +"124398",32648,97811,3,669,1288 +"124399",32648,97937,3,669,932 +"124400",32648,101338,3,669,1319 +"124401",32648,104280,3,669,887 +"124402",32651,782,1,877,945 +"124403",32651,1315,3,877,2760 +"124404",32651,2540,3,877,1398 +"124405",32651,2576,3,877,1307 +"124406",32651,2852,3,877,2448 +"124407",32651,4361,3,877,2571 +"124408",32651,4612,3,877,2804 +"124409",32651,4669,3,877,2395 +"124410",32651,5346,3,877,1438 +"124411",32651,5897,3,877,2337 +"124412",32651,6989,3,877,2623 +"124413",32651,7785,1,877,2441 +"124414",32651,8073,3,877,1847 +"124415",32651,8200,3,877,1709 +"124416",32651,8760,3,877,2477 +"124417",32651,10223,3,877,1033 +"124418",32651,11108,3,877,1609 +"124419",32651,12948,3,877,2669 +"124420",32651,14749,3,877,1998 +"124421",32651,15207,3,877,1855 +"124422",32651,15462,3,877,1141 +"124423",32651,16437,3,877,1956 +"124424",32651,16715,3,877,1218 +"124425",32651,17033,3,877,2771 +"124426",32651,18978,1,877,952 +"124427",32651,20545,3,877,1491 +"124428",32651,23000,3,877,1815 +"124429",32651,23015,2,877,1362 +"124430",32651,23430,3,877,904 +"124431",32651,26124,3,877,2356 +"124432",32651,26450,3,877,1709 +"124433",32651,27742,2,877,2700 +"124434",32651,27914,3,877,2507 +"124435",32651,29004,3,877,2596 +"124436",32651,30262,3,877,1715 +"124437",32651,30525,3,877,1964 +"124438",32651,31868,3,877,1993 +"124439",32651,32532,1,877,2338 +"124440",32651,32560,1,877,1258 +"124441",32651,33223,3,877,2397 +"124442",32651,33341,3,877,2338 +"124443",32651,33681,3,877,1059 +"124444",32651,33870,2,877,955 +"124445",32651,35797,1,877,2482 +"124446",32651,37859,3,877,1999 +"124447",32651,39875,3,877,2422 +"124448",32651,41023,3,877,2408 +"124449",32651,41581,3,877,1692 +"124450",32651,41694,3,877,2358 +"124451",32651,43961,3,877,2443 +"124452",32651,44749,3,877,1303 +"124453",32651,45480,3,877,1104 +"124454",32651,45869,3,877,2840 +"124455",32651,45904,3,877,1011 +"124456",32651,47534,3,877,2712 +"124457",32651,49201,3,877,936 +"124458",32651,49551,3,877,879 +"124459",32651,52110,2,877,1676 +"124460",32651,57356,3,877,2476 +"124461",32651,57529,3,877,2462 +"124462",32651,58655,3,877,2685 +"124463",32651,59039,2,877,2870 +"124464",32651,61723,3,877,1262 +"124465",32651,63654,3,877,2310 +"124466",32651,66978,3,877,1536 +"124467",32651,66994,3,877,1865 +"124468",32651,67719,3,877,2429 +"124469",32651,72632,3,877,1289 +"124470",32651,80156,3,877,1667 +"124471",32651,85396,3,877,1131 +"124472",32651,91849,2,877,1166 +"124473",32651,94520,3,877,1243 +"124474",32651,109307,2,877,1187 +"124475",32651,115021,2,877,1226 +"124476",32658,600,3,1694,1702 +"124477",32658,1196,3,1694,1986 +"124478",32658,3961,2,1694,2426 +"124479",32658,4289,3,1694,1921 +"124480",32658,5041,3,1694,2371 +"124481",32658,7984,3,1694,2493 +"124482",32658,10358,2,1694,2294 +"124483",32658,11218,3,1694,2292 +"124484",32658,11477,2,1694,2724 +"124485",32658,13158,3,1694,2667 +"124486",32658,13388,3,1694,2119 +"124487",32658,14032,3,1694,2144 +"124488",32658,14669,3,1694,2080 +"124489",32658,20067,3,1694,2390 +"124490",32658,21706,3,1694,1988 +"124491",32658,23705,3,1694,2699 +"124492",32658,23869,3,1694,1918 +"124493",32658,23918,2,1694,1881 +"124494",32658,32919,3,1694,2321 +"124495",32658,33801,3,1694,2899 +"124496",32658,35926,3,1694,2371 +"124497",32658,46803,3,1694,2305 +"124498",32658,53475,3,1694,2853 +"124499",32658,54158,3,1694,1756 +"124500",32658,54929,3,1694,2783 +"124501",32658,59005,3,1694,2817 +"124502",32658,99215,3,1694,2791 +"124503",32673,267,3,129,2631 +"124504",32673,1386,3,129,1901 +"124505",32673,1629,3,129,1289 +"124506",32673,2462,3,129,849 +"124507",32673,2936,3,129,2512 +"124508",32673,3978,3,129,2775 +"124509",32673,4681,3,129,2356 +"124510",32673,5235,3,129,2324 +"124511",32673,5376,3,129,288 +"124512",32673,7078,3,129,2344 +"124513",32673,9272,3,129,2835 +"124514",32673,9723,2,129,2302 +"124515",32673,11239,3,129,2181 +"124516",32673,11310,2,129,957 +"124517",32673,12586,3,129,613 +"124518",32673,16684,3,129,1657 +"124519",32673,16850,2,129,1657 +"124520",32673,18013,3,129,1625 +"124521",32673,18102,3,129,1642 +"124522",32673,18289,3,129,862 +"124523",32673,18381,3,129,1524 +"124524",32673,18670,3,129,1835 +"124525",32673,19215,2,129,2604 +"124526",32673,19364,2,129,2846 +"124527",32673,22169,3,129,673 +"124528",32673,22207,2,129,2365 +"124529",32673,22580,2,129,2245 +"124530",32673,22682,3,129,2035 +"124531",32673,22709,1,129,2743 +"124532",32673,28432,2,129,1954 +"124533",32673,31279,3,129,965 +"124534",32673,34327,2,129,2959 +"124535",32673,34831,2,129,1866 +"124536",32673,34921,2,129,2181 +"124537",32673,35542,3,129,1439 +"124538",32673,36950,3,129,2204 +"124539",32673,37444,3,129,174 +"124540",32673,37461,2,129,214 +"124541",32673,37859,3,129,1999 +"124542",32673,40147,1,129,141 +"124543",32673,44877,3,129,1219 +"124544",32673,45473,3,129,2540 +"124545",32673,52215,3,129,1908 +"124546",32673,52448,2,129,414 +"124547",32673,53809,3,129,1956 +"124548",32673,55472,1,129,1516 +"124549",32673,56947,3,129,917 +"124550",32673,59646,3,129,456 +"124551",32673,63498,3,129,977 +"124552",32673,66622,3,129,799 +"124553",32673,68314,3,129,2180 +"124554",32673,69861,3,129,277 +"124555",32673,73553,2,129,2726 +"124556",32673,79477,3,129,836 +"124557",32673,82819,2,129,1900 +"124558",32673,83253,3,129,1102 +"124559",32673,87471,3,129,712 +"124560",32673,96738,3,129,298 +"124561",32673,100140,3,129,1041 +"124562",32673,102893,2,129,814 +"124563",32673,109978,3,129,1865 +"124564",32673,111955,3,129,504 +"124565",32678,3271,3,1439,2216 +"124566",32678,4144,1,1439,1520 +"124567",32678,9063,3,1439,2000 +"124568",32678,9272,3,1439,2835 +"124569",32678,9727,3,1439,2327 +"124570",32678,10222,3,1439,2212 +"124571",32678,10337,2,1439,2452 +"124572",32678,11135,3,1439,2441 +"124573",32678,15502,2,1439,2637 +"124574",32678,16296,3,1439,2626 +"124575",32678,19323,3,1439,1705 +"124576",32678,19972,3,1439,2078 +"124577",32678,27379,3,1439,2461 +"124578",32678,35911,1,1439,2370 +"124579",32678,40715,3,1439,2258 +"124580",32678,43226,3,1439,2442 +"124581",32678,48110,3,1439,2009 +"124582",32678,51448,3,1439,1593 +"124583",32678,58508,3,1439,2326 +"124584",32678,69335,3,1439,2698 +"124585",32678,75455,3,1439,1937 +"124586",32678,80301,3,1439,1690 +"124587",32694,23,3,1602,1682 +"124588",32694,3164,3,1602,2693 +"124589",32694,5258,3,1602,2730 +"124590",32694,5315,3,1602,2631 +"124591",32694,5350,2,1602,2522 +"124592",32694,5449,3,1602,1723 +"124593",32694,5622,3,1602,2175 +"124594",32694,5971,3,1602,1985 +"124595",32694,5984,2,1602,1675 +"124596",32694,5986,3,1602,1721 +"124597",32694,6030,3,1602,2953 +"124598",32694,6047,3,1602,2004 +"124599",32694,6324,3,1602,1990 +"124600",32694,6417,3,1602,1675 +"124601",32694,9928,3,1602,2345 +"124602",32694,10358,3,1602,2294 +"124603",32694,11218,2,1602,2292 +"124604",32694,11966,3,1602,2385 +"124605",32694,12042,3,1602,2345 +"124606",32694,13311,3,1602,2315 +"124607",32694,14032,3,1602,2144 +"124608",32694,16096,2,1602,2301 +"124609",32694,16352,2,1602,2657 +"124610",32694,17400,3,1602,2231 +"124611",32694,18348,2,1602,1711 +"124612",32694,18361,3,1602,2968 +"124613",32694,21571,3,1602,2755 +"124614",32694,22566,3,1602,2308 +"124615",32694,23310,3,1602,2371 +"124616",32694,23806,3,1602,1671 +"124617",32694,25971,3,1602,2608 +"124618",32694,26080,3,1602,2525 +"124619",32694,26818,3,1602,1999 +"124620",32694,28050,3,1602,1955 +"124621",32694,28168,3,1602,2702 +"124622",32694,32503,3,1602,2020 +"124623",32694,32919,3,1602,2321 +"124624",32694,34161,3,1602,2789 +"124625",32694,34735,3,1602,2767 +"124626",32694,35926,3,1602,2371 +"124627",32694,36691,3,1602,1903 +"124628",32694,39294,3,1602,1889 +"124629",32694,41955,3,1602,2479 +"124630",32694,44557,3,1602,2371 +"124631",32694,50236,3,1602,2339 +"124632",32694,53219,3,1602,2973 +"124633",32694,54929,3,1602,2783 +"124634",32694,56237,3,1602,2625 +"124635",32694,56604,1,1602,1919 +"124636",32694,57246,3,1602,1873 +"124637",32694,57977,3,1602,2683 +"124638",32694,69716,3,1602,2632 +"124639",32694,72501,3,1602,2795 +"124640",32694,81349,3,1602,1958 +"124641",32694,82732,3,1602,2810 +"124642",32694,88232,3,1602,2881 +"124643",32694,116792,3,1602,2397 +"124644",32724,16866,3,2581,2718 +"124645",32724,44312,2,2581,2741 +"124646",32724,65054,3,2581,2593 +"124647",32729,19814,2,907,936 +"124648",32729,51815,3,907,1252 +"124649",32729,59918,3,907,2063 +"124650",32729,67417,2,907,936 +"124651",32735,1393,3,213,1706 +"124652",32735,2014,3,213,973 +"124653",32735,2370,2,213,1600 +"124654",32735,2407,3,213,1725 +"124655",32735,2506,3,213,954 +"124656",32735,3506,3,213,2364 +"124657",32735,4784,3,213,2511 +"124658",32735,6020,3,213,1864 +"124659",32735,7123,3,213,1964 +"124660",32735,7900,3,213,893 +"124661",32735,7903,3,213,744 +"124662",32735,7932,2,213,789 +"124663",32735,9269,3,213,1892 +"124664",32735,10610,3,213,1427 +"124665",32735,13034,3,213,698 +"124666",32735,13712,3,213,550 +"124667",32735,16455,3,213,946 +"124668",32735,16866,2,213,2718 +"124669",32735,16935,3,213,441 +"124670",32735,17925,3,213,2385 +"124671",32735,18865,3,213,2676 +"124672",32735,21142,2,213,2414 +"124673",32735,21358,3,213,1970 +"124674",32735,21920,1,213,2367 +"124675",32735,22389,3,213,2034 +"124676",32735,28648,3,213,1586 +"124677",32735,31211,3,213,433 +"124678",32735,31950,2,213,2217 +"124679",32735,32629,3,213,1789 +"124680",32735,34274,3,213,1437 +"124681",32735,36440,3,213,704 +"124682",32735,37334,3,213,398 +"124683",32735,37765,3,213,1134 +"124684",32735,39627,3,213,546 +"124685",32735,40510,1,213,943 +"124686",32735,41075,3,213,1176 +"124687",32735,43725,3,213,935 +"124688",32735,44744,3,213,2032 +"124689",32735,45297,3,213,1864 +"124690",32735,45449,1,213,1610 +"124691",32735,45450,2,213,1590 +"124692",32735,45562,1,213,623 +"124693",32735,48254,2,213,1013 +"124694",32735,48781,1,213,954 +"124695",32735,48823,3,213,2080 +"124696",32735,48931,2,213,2444 +"124697",32735,49029,3,213,647 +"124698",32735,53445,3,213,2028 +"124699",32735,55493,2,213,869 +"124700",32735,57804,3,213,2214 +"124701",32735,60403,3,213,512 +"124702",32735,61398,3,213,2563 +"124703",32735,61921,3,213,1793 +"124704",32735,63395,3,213,2334 +"124705",32735,64737,2,213,2442 +"124706",32735,66017,3,213,1545 +"124707",32735,68419,3,213,654 +"124708",32735,68813,3,213,2511 +"124709",32735,74054,3,213,1488 +"124710",32735,78257,2,213,590 +"124711",32735,79639,2,213,1013 +"124712",32735,80186,1,213,2228 +"124713",32735,80273,3,213,586 +"124714",32735,84235,3,213,1639 +"124715",32735,84581,2,213,1241 +"124716",32735,90852,2,213,764 +"124717",32735,92084,3,213,1134 +"124718",32735,92366,2,213,1434 +"124719",32735,93642,2,213,1120 +"124720",32735,96387,3,213,2159 +"124721",32735,100084,2,213,1964 +"124722",32735,103989,2,213,1207 +"124723",32735,105887,2,213,615 +"124724",32735,108467,3,213,2170 +"124725",32735,109031,3,213,523 +"124726",32735,116484,2,213,902 +"124727",32735,116771,2,213,623 +"124728",32739,160,3,875,2007 +"124729",32739,2407,3,875,1725 +"124730",32739,2972,3,875,1708 +"124731",32739,3456,3,875,1999 +"124732",32739,4669,3,875,2395 +"124733",32739,5614,3,875,2122 +"124734",32739,8568,3,875,2706 +"124735",32739,9440,3,875,1006 +"124736",32739,10964,3,875,2043 +"124737",32739,11019,3,875,1299 +"124738",32739,11067,3,875,2734 +"124739",32739,11990,3,875,1909 +"124740",32739,14622,3,875,1608 +"124741",32739,16286,3,875,2470 +"124742",32739,16866,3,875,2718 +"124743",32739,18865,3,875,2676 +"124744",32739,20155,3,875,1517 +"124745",32739,28525,3,875,1273 +"124746",32739,28869,3,875,2425 +"124747",32739,39999,3,875,1593 +"124748",32739,42813,3,875,2142 +"124749",32739,46486,3,875,1868 +"124750",32739,63395,3,875,2334 +"124751",32739,82252,3,875,1248 +"124752",32739,92850,3,875,1971 +"124753",32739,95910,3,875,999 +"124754",32761,13732,3,2680,2789 +"124755",32761,26865,3,2680,2726 +"124756",32761,36962,3,2680,2861 +"124757",32761,44235,2,2680,2700 +"124758",32761,47947,3,2680,2681 +"124759",32766,46951,3,2385,2429 +"124760",32775,798,3,2135,2476 +"124761",32775,4669,3,2135,2395 +"124762",32775,7896,3,2135,2447 +"124763",32775,10336,3,2135,2271 +"124764",32775,13200,3,2135,2488 +"124765",32775,16286,3,2135,2470 +"124766",32775,17221,3,2135,2487 +"124767",32775,19655,3,2135,2706 +"124768",32775,21324,3,2135,2413 +"124769",32775,35477,2,2135,2703 +"124770",32775,73172,2,2135,2496 +"124771",32775,74605,3,2135,2265 +"124772",32778,7896,2,2310,2447 +"124773",32778,32202,3,2310,2314 +"124774",32778,106428,3,2310,2321 +"124775",32780,600,3,424,1702 +"124776",32780,765,3,424,2073 +"124777",32780,913,3,424,2144 +"124778",32780,7515,2,424,2737 +"124779",32780,9432,3,424,1693 +"124780",32780,11434,3,424,1187 +"124781",32780,11516,3,424,1937 +"124782",32780,13248,3,424,1385 +"124783",32780,13837,3,424,1604 +"124784",32780,19322,3,424,2048 +"124785",32780,23132,3,424,2756 +"124786",32780,24568,3,424,1937 +"124787",32780,25976,2,424,659 +"124788",32780,32947,1,424,1091 +"124789",32780,35302,3,424,1589 +"124790",32780,63409,2,424,1937 +"124791",32780,73305,3,424,2544 +"124792",32780,79804,3,424,2227 +"124793",32780,92322,3,424,2393 +"124794",32780,94783,3,424,659 +"124795",32780,102705,3,424,468 +"124796",32780,104280,3,424,887 +"124797",32811,671,2,804,2328 +"124798",32811,733,3,804,1653 +"124799",32811,843,3,804,2332 +"124800",32811,915,3,804,1793 +"124801",32811,1154,3,804,1656 +"124802",32811,1767,2,804,2727 +"124803",32811,1777,3,804,1965 +"124804",32811,2063,3,804,1278 +"124805",32811,2093,3,804,2459 +"124806",32811,2166,3,804,2557 +"124807",32811,2429,3,804,999 +"124808",32811,2609,2,804,834 +"124809",32811,2684,3,804,2874 +"124810",32811,2743,3,804,1278 +"124811",32811,2819,3,804,1743 +"124812",32811,3068,2,804,1815 +"124813",32811,3167,2,804,1676 +"124814",32811,3242,3,804,1730 +"124815",32811,3271,2,804,2216 +"124816",32811,3317,2,804,2037 +"124817",32811,3830,3,804,1661 +"124818",32811,3980,3,804,2771 +"124819",32811,4226,1,804,1903 +"124820",32811,4305,3,804,2374 +"124821",32811,4485,3,804,1963 +"124822",32811,4790,3,804,1025 +"124823",32811,4791,3,804,1184 +"124824",32811,5055,3,804,1796 +"124825",32811,5315,3,804,2631 +"124826",32811,5462,3,804,2374 +"124827",32811,5504,3,804,2389 +"124828",32811,5971,3,804,1985 +"124829",32811,6030,3,804,2953 +"124830",32811,6052,3,804,1985 +"124831",32811,6428,3,804,1952 +"124832",32811,6491,2,804,2424 +"124833",32811,6588,3,804,2025 +"124834",32811,7241,3,804,2259 +"124835",32811,7245,3,804,2089 +"124836",32811,7337,3,804,1797 +"124837",32811,7604,3,804,1366 +"124838",32811,8607,3,804,1685 +"124839",32811,8621,3,804,1681 +"124840",32811,8888,3,804,1328 +"124841",32811,9272,2,804,2835 +"124842",32811,9751,2,804,1397 +"124843",32811,10488,3,804,1524 +"124844",32811,10638,3,804,2692 +"124845",32811,10646,3,804,1555 +"124846",32811,11067,3,804,2734 +"124847",32811,11381,3,804,1638 +"124848",32811,11450,3,804,915 +"124849",32811,11506,3,804,2824 +"124850",32811,11620,3,804,2010 +"124851",32811,11625,3,804,2022 +"124852",32811,12374,1,804,2260 +"124853",32811,12728,3,804,2374 +"124854",32811,13158,3,804,2667 +"124855",32811,13388,3,804,2119 +"124856",32811,13929,3,804,2693 +"124857",32811,13979,3,804,1559 +"124858",32811,14091,3,804,929 +"124859",32811,14654,3,804,1692 +"124860",32811,15118,3,804,1311 +"124861",32811,15453,3,804,1688 +"124862",32811,15539,2,804,1929 +"124863",32811,16053,2,804,908 +"124864",32811,16352,3,804,2657 +"124865",32811,16437,3,804,1956 +"124866",32811,16777,3,804,834 +"124867",32811,16940,3,804,1290 +"124868",32811,18415,3,804,2184 +"124869",32811,19075,3,804,2214 +"124870",32811,19282,3,804,1623 +"124871",32811,19606,3,804,2783 +"124872",32811,19637,3,804,1229 +"124873",32811,20067,3,804,2390 +"124874",32811,20287,3,804,1099 +"124875",32811,20311,2,804,1981 +"124876",32811,20343,3,804,851 +"124877",32811,20732,2,804,2401 +"124878",32811,20824,2,804,1366 +"124879",32811,21029,3,804,1943 +"124880",32811,21104,2,804,2327 +"124881",32811,21122,3,804,1701 +"124882",32811,21198,3,804,935 +"124883",32811,21275,3,804,2609 +"124884",32811,22006,2,804,1202 +"124885",32811,22025,3,804,1591 +"124886",32811,22057,3,804,974 +"124887",32811,22749,3,804,1727 +"124888",32811,23430,3,804,904 +"124889",32811,23509,3,804,2275 +"124890",32811,23534,2,804,1659 +"124891",32811,23726,2,804,2434 +"124892",32811,23869,3,804,1918 +"124893",32811,24005,2,804,1188 +"124894",32811,24085,3,804,1253 +"124895",32811,24755,3,804,1319 +"124896",32811,24789,2,804,829 +"124897",32811,25132,3,804,1188 +"124898",32811,25680,3,804,1618 +"124899",32811,26249,3,804,2301 +"124900",32811,26436,3,804,2489 +"124901",32811,26451,1,804,2133 +"124902",32811,26570,3,804,1669 +"124903",32811,26671,3,804,2279 +"124904",32811,26867,3,804,1804 +"124905",32811,27628,3,804,2389 +"124906",32811,27792,2,804,1308 +"124907",32811,27849,3,804,1316 +"124908",32811,28130,3,804,908 +"124909",32811,28131,3,804,1492 +"124910",32811,28303,3,804,2089 +"124911",32811,28432,3,804,1954 +"124912",32811,28896,3,804,1395 +"124913",32811,29073,3,804,2328 +"124914",32811,29170,2,804,1846 +"124915",32811,29456,3,804,1182 +"124916",32811,29578,3,804,1957 +"124917",32811,30092,3,804,1593 +"124918",32811,30827,3,804,2323 +"124919",32811,30850,3,804,1045 +"124920",32811,30883,3,804,1629 +"124921",32811,30943,3,804,2287 +"124922",32811,31279,3,804,965 +"124923",32811,31338,3,804,917 +"124924",32811,31691,3,804,1657 +"124925",32811,33622,3,804,2230 +"124926",32811,33801,3,804,2899 +"124927",32811,34136,1,804,2202 +"124928",32811,34492,3,804,1798 +"124929",32811,34836,3,804,2302 +"124930",32811,35529,3,804,1620 +"124931",32811,36439,3,804,2469 +"124932",32811,37752,3,804,2223 +"124933",32811,37893,2,804,875 +"124934",32811,37934,3,804,1595 +"124935",32811,38019,3,804,1870 +"124936",32811,38219,3,804,1689 +"124937",32811,38284,3,804,1234 +"124938",32811,39439,3,804,2462 +"124939",32811,39444,3,804,2695 +"124940",32811,39865,2,804,849 +"124941",32811,40028,3,804,1349 +"124942",32811,40072,2,804,1182 +"124943",32811,40369,3,804,2735 +"124944",32811,41174,3,804,850 +"124945",32811,42186,3,804,955 +"124946",32811,42216,3,804,2722 +"124947",32811,42914,3,804,1737 +"124948",32811,43051,3,804,904 +"124949",32811,43173,3,804,2895 +"124950",32811,43226,2,804,2442 +"124951",32811,43404,3,804,2649 +"124952",32811,43518,2,804,2680 +"124953",32811,45874,3,804,944 +"124954",32811,47839,3,804,1864 +"124955",32811,48110,2,804,2009 +"124956",32811,48260,1,804,875 +"124957",32811,48698,2,804,1474 +"124958",32811,48823,3,804,2080 +"124959",32811,50118,3,804,2654 +"124960",32811,50236,3,804,2339 +"124961",32811,51022,3,804,1499 +"124962",32811,51410,3,804,2739 +"124963",32811,51987,3,804,1397 +"124964",32811,52345,3,804,1430 +"124965",32811,53303,3,804,1376 +"124966",32811,53445,3,804,2028 +"124967",32811,54118,3,804,1412 +"124968",32811,55084,2,804,1189 +"124969",32811,55234,3,804,890 +"124970",32811,55320,3,804,1643 +"124971",32811,55468,3,804,2511 +"124972",32811,55691,2,804,2856 +"124973",32811,56026,3,804,908 +"124974",32811,56317,3,804,2030 +"124975",32811,57337,3,804,1443 +"124976",32811,57544,3,804,2443 +"124977",32811,57804,3,804,2214 +"124978",32811,57950,3,804,1529 +"124979",32811,57977,3,804,2683 +"124980",32811,57990,3,804,978 +"124981",32811,58133,1,804,1484 +"124982",32811,58451,3,804,1939 +"124983",32811,58508,2,804,2326 +"124984",32811,59039,3,804,2870 +"124985",32811,59939,2,804,936 +"124986",32811,62957,2,804,1170 +"124987",32811,63770,3,804,1324 +"124988",32811,64997,3,804,2791 +"124989",32811,65625,3,804,1273 +"124990",32811,69335,2,804,2698 +"124991",32811,69498,3,804,931 +"124992",32811,70203,3,804,2756 +"124993",32811,70996,3,804,1037 +"124994",32811,75948,3,804,1006 +"124995",32811,76511,3,804,1250 +"124996",32811,76999,3,804,908 +"124997",32811,77318,3,804,1643 +"124998",32811,79612,2,804,927 +"124999",32811,80301,2,804,1690 +"125000",32811,80801,3,804,1250 +"125001",32811,81586,3,804,877 +"125002",32811,81895,2,804,1634 +"125003",32811,82039,3,804,1327 +"125004",32811,82226,3,804,1619 +"125005",32811,82426,3,804,1576 +"125006",32811,82696,2,804,1305 +"125007",32811,86245,3,804,1972 +"125008",32811,86664,3,804,1146 +"125009",32811,88063,3,804,1045 +"125010",32811,88473,3,804,1102 +"125011",32811,89097,3,804,935 +"125012",32811,90573,3,804,878 +"125013",32811,94101,3,804,997 +"125014",32811,94650,2,804,896 +"125015",32811,95879,3,804,1748 +"125016",32811,99020,2,804,1383 +"125017",32811,99103,3,804,1470 +"125018",32811,99332,3,804,873 +"125019",32811,100140,3,804,1041 +"125020",32811,100532,3,804,859 +"125021",32811,102133,3,804,1165 +"125022",32811,103524,3,804,991 +"125023",32811,108379,1,804,2933 +"125024",32811,108867,3,804,2328 +"125025",32811,119444,2,804,888 +"125026",32818,8062,2,2485,2858 +"125027",32818,16310,3,2485,2796 +"125028",32818,25373,3,2485,2783 +"125029",32818,38602,3,2485,2693 +"125030",32818,63077,2,2485,2778 +"125031",32818,75282,3,2485,2675 +"125032",32818,88212,3,2485,2547 +"125033",32820,1196,3,582,1986 +"125034",32820,2077,3,582,610 +"125035",32820,2269,3,582,984 +"125036",32820,3961,3,582,2426 +"125037",32820,3966,3,582,2425 +"125038",32820,4253,3,582,1890 +"125039",32820,5041,3,582,2371 +"125040",32820,5716,3,582,1058 +"125041",32820,5986,3,582,1721 +"125042",32820,6044,3,582,2744 +"125043",32820,6417,3,582,1675 +"125044",32820,10358,2,582,2294 +"125045",32820,10717,3,582,1938 +"125046",32820,11218,3,582,2292 +"125047",32820,12042,3,582,2345 +"125048",32820,14032,3,582,2144 +"125049",32820,14589,2,582,1184 +"125050",32820,14855,3,582,903 +"125051",32820,16096,3,582,2301 +"125052",32820,16352,3,582,2657 +"125053",32820,17943,3,582,1943 +"125054",32820,23159,3,582,1548 +"125055",32820,23310,3,582,2371 +"125056",32820,26080,2,582,2525 +"125057",32820,28002,2,582,914 +"125058",32820,28559,1,582,1525 +"125059",32820,32694,3,582,1602 +"125060",32820,32919,2,582,2321 +"125061",32820,35926,3,582,2371 +"125062",32820,39186,3,582,1258 +"125063",32820,40417,2,582,771 +"125064",32820,41972,2,582,2509 +"125065",32820,47248,3,582,2883 +"125066",32820,48905,3,582,1394 +"125067",32820,49660,3,582,2739 +"125068",32820,51017,3,582,2073 +"125069",32820,60280,2,582,1918 +"125070",32820,63547,3,582,1023 +"125071",32820,69260,2,582,1698 +"125072",32820,76603,3,582,1300 +"125073",32820,82732,3,582,2810 +"125074",32820,84022,3,582,2289 +"125075",32820,90378,3,582,890 +"125076",32820,90911,2,582,1263 +"125077",32820,91571,3,582,923 +"125078",32820,92508,2,582,1374 +"125079",32820,120720,3,582,1614 +"125080",32841,386,3,1345,1553 +"125081",32841,1624,3,1345,2687 +"125082",32841,1708,2,1345,1591 +"125083",32841,1787,2,1345,1707 +"125084",32841,2647,3,1345,2450 +"125085",32841,3484,3,1345,1515 +"125086",32841,4188,3,1345,2963 +"125087",32841,5937,1,1345,2392 +"125088",32841,6234,2,1345,2654 +"125089",32841,6235,3,1345,1585 +"125090",32841,6800,3,1345,2053 +"125091",32841,7499,3,1345,1803 +"125092",32841,7604,3,1345,1366 +"125093",32841,8899,3,1345,2023 +"125094",32841,11868,2,1345,1639 +"125095",32841,14838,3,1345,1746 +"125096",32841,14861,3,1345,2269 +"125097",32841,15150,3,1345,2801 +"125098",32841,15239,3,1345,1958 +"125099",32841,15558,3,1345,2389 +"125100",32841,16477,3,1345,2069 +"125101",32841,16524,2,1345,1556 +"125102",32841,16969,3,1345,1917 +"125103",32841,17815,3,1345,2070 +"125104",32841,19002,3,1345,2053 +"125105",32841,20011,2,1345,2826 +"125106",32841,23728,3,1345,2601 +"125107",32841,23771,3,1345,1614 +"125108",32841,29775,2,1345,2064 +"125109",32841,30194,3,1345,2874 +"125110",32841,32079,3,1345,2315 +"125111",32841,34576,3,1345,1727 +"125112",32841,35844,3,1345,2961 +"125113",32841,36399,3,1345,1357 +"125114",32841,39439,3,1345,2462 +"125115",32841,41521,1,1345,2069 +"125116",32841,42136,3,1345,2551 +"125117",32841,42382,3,1345,2224 +"125118",32841,44730,3,1345,2468 +"125119",32841,46616,3,1345,1917 +"125120",32841,47607,3,1345,2724 +"125121",32841,48585,3,1345,2063 +"125122",32841,49913,3,1345,2444 +"125123",32841,50899,3,1345,2125 +"125124",32841,53584,3,1345,2391 +"125125",32841,56413,1,1345,2747 +"125126",32841,76505,3,1345,2123 +"125127",32841,76997,3,1345,2223 +"125128",32841,82246,3,1345,1538 +"125129",32841,86559,3,1345,1704 +"125130",32841,86716,3,1345,1609 +"125131",32841,93459,3,1345,1354 +"125132",32841,96700,2,1345,1602 +"125133",32849,14772,2,975,2386 +"125134",32849,20469,3,975,2125 +"125135",32849,28090,2,975,1755 +"125136",32849,41004,3,975,2561 +"125137",32849,46602,3,975,2786 +"125138",32849,52442,3,975,1269 +"125139",32899,5346,3,1369,1438 +"125140",32899,5580,3,1369,2111 +"125141",32899,6047,3,1369,2004 +"125142",32899,9654,2,1369,2111 +"125143",32899,10871,3,1369,2314 +"125144",32899,15207,3,1369,1855 +"125145",32899,18563,3,1369,2715 +"125146",32899,21929,3,1369,2062 +"125147",32899,23011,2,1369,2763 +"125148",32899,26031,2,1369,1397 +"125149",32899,31124,3,1369,2351 +"125150",32899,48215,3,1369,2028 +"125151",32899,56082,3,1369,2395 +"125152",32899,67726,2,1369,2873 +"125153",32899,82730,3,1369,1492 +"125154",32904,3477,3,2055,2546 +"125155",32904,6063,3,2055,2349 +"125156",32904,8325,2,2055,2228 +"125157",32904,14442,3,2055,2700 +"125158",32904,16184,2,2055,2274 +"125159",32904,17768,3,2055,2468 +"125160",32904,18005,3,2055,2449 +"125161",32904,25053,3,2055,2186 +"125162",32904,33223,3,2055,2397 +"125163",32904,34295,1,2055,2735 +"125164",32904,35844,3,2055,2961 +"125165",32904,40759,2,2055,2789 +"125166",32904,44501,2,2055,2567 +"125167",32904,47094,2,2055,2592 +"125168",32904,55307,2,2055,2306 +"125169",32904,58536,3,2055,2742 +"125170",32904,84317,3,2055,2081 +"125171",32919,3961,2,2321,2426 +"125172",32919,5041,2,2321,2371 +"125173",32919,5315,3,2321,2631 +"125174",32919,5350,2,2321,2522 +"125175",32919,6044,3,2321,2744 +"125176",32919,7506,3,2321,2371 +"125177",32919,9928,2,2321,2345 +"125178",32919,10779,3,2321,2881 +"125179",32919,11477,3,2321,2724 +"125180",32919,12042,3,2321,2345 +"125181",32919,12272,3,2321,2371 +"125182",32919,12728,3,2321,2374 +"125183",32919,15309,3,2321,2820 +"125184",32919,16352,3,2321,2657 +"125185",32919,19072,3,2321,2358 +"125186",32919,20067,3,2321,2390 +"125187",32919,23310,1,2321,2371 +"125188",32919,23725,3,2321,2378 +"125189",32919,26080,2,2321,2525 +"125190",32919,28168,3,2321,2702 +"125191",32919,33801,3,2321,2899 +"125192",32919,34735,3,2321,2767 +"125193",32919,35926,1,2321,2371 +"125194",32919,41955,3,2321,2479 +"125195",32919,41972,2,2321,2509 +"125196",32919,44557,2,2321,2371 +"125197",32919,47248,3,2321,2883 +"125198",32919,52026,3,2321,2633 +"125199",32919,53475,3,2321,2853 +"125200",32919,54929,3,2321,2783 +"125201",32919,56082,3,2321,2395 +"125202",32919,69716,3,2321,2632 +"125203",32919,82732,3,2321,2810 +"125204",32919,87110,3,2321,2801 +"125205",32920,341,3,2158,2689 +"125206",32920,841,3,2158,2964 +"125207",32920,8865,3,2158,2394 +"125208",32920,9241,3,2158,2338 +"125209",32920,14586,3,2158,2801 +"125210",32920,14754,3,2158,2456 +"125211",32920,27391,2,2158,2378 +"125212",32920,28592,3,2158,2320 +"125213",32920,34908,3,2158,2796 +"125214",32920,35797,3,2158,2482 +"125215",32920,40954,2,2158,2603 +"125216",32920,43961,1,2158,2443 +"125217",32920,57356,3,2158,2476 +"125218",32920,64967,3,2158,2872 +"125219",32939,364,3,2277,2351 +"125220",32939,1102,3,2277,2282 +"125221",32939,1677,3,2277,2645 +"125222",32939,2206,3,2277,2536 +"125223",32939,2424,3,2277,2582 +"125224",32939,2484,3,2277,2389 +"125225",32939,2660,3,2277,2846 +"125226",32939,2747,3,2277,2411 +"125227",32939,3786,3,2277,2282 +"125228",32939,3980,3,2277,2771 +"125229",32939,5683,3,2277,2468 +"125230",32939,5816,3,2277,2408 +"125231",32939,5937,3,2277,2392 +"125232",32939,6104,3,2277,2462 +"125233",32939,6234,2,2277,2654 +"125234",32939,9272,3,2277,2835 +"125235",32939,9785,3,2277,2951 +"125236",32939,11029,3,2277,2362 +"125237",32939,11067,2,2277,2734 +"125238",32939,11477,3,2277,2724 +"125239",32939,13158,3,2277,2667 +"125240",32939,14442,3,2277,2700 +"125241",32939,14972,2,2277,2332 +"125242",32939,15558,3,2277,2389 +"125243",32939,16067,3,2277,2727 +"125244",32939,16195,3,2277,2964 +"125245",32939,17549,3,2277,2647 +"125246",32939,17819,3,2277,2291 +"125247",32939,18005,3,2277,2449 +"125248",32939,18458,3,2277,2477 +"125249",32939,19528,3,2277,2742 +"125250",32939,21504,3,2277,2328 +"125251",32939,22331,3,2277,2687 +"125252",32939,22488,3,2277,2434 +"125253",32939,23302,2,2277,2677 +"125254",32939,23364,3,2277,2306 +"125255",32939,23728,3,2277,2601 +"125256",32939,24610,3,2277,2733 +"125257",32939,24756,3,2277,2530 +"125258",32939,25129,3,2277,2647 +"125259",32939,26182,3,2277,2775 +"125260",32939,26658,2,2277,2745 +"125261",32939,30317,2,2277,2431 +"125262",32939,30827,3,2277,2323 +"125263",32939,30943,3,2277,2287 +"125264",32939,30981,2,2277,2366 +"125265",32939,32520,3,2277,2425 +"125266",32939,33460,3,2277,2781 +"125267",32939,34120,3,2277,2786 +"125268",32939,35264,2,2277,2329 +"125269",32939,36120,3,2277,2971 +"125270",32939,36609,3,2277,2918 +"125271",32939,37238,3,2277,2609 +"125272",32939,38676,2,2277,2286 +"125273",32939,39189,3,2277,2319 +"125274",32939,41837,3,2277,2399 +"125275",32939,41945,3,2277,2856 +"125276",32939,42216,3,2277,2722 +"125277",32939,42256,2,2277,2839 +"125278",32939,42883,3,2277,2575 +"125279",32939,43226,3,2277,2442 +"125280",32939,43404,3,2277,2649 +"125281",32939,44688,3,2277,2924 +"125282",32939,45585,2,2277,2384 +"125283",32939,45618,3,2277,2356 +"125284",32939,45704,3,2277,2687 +"125285",32939,46446,3,2277,2295 +"125286",32939,46803,3,2277,2305 +"125287",32939,46982,3,2277,2806 +"125288",32939,47013,3,2277,2388 +"125289",32939,47882,3,2277,2769 +"125290",32939,48931,3,2277,2444 +"125291",32939,51783,3,2277,2599 +"125292",32939,53293,3,2277,2916 +"125293",32939,53530,3,2277,2380 +"125294",32939,58284,2,2277,2292 +"125295",32939,58508,3,2277,2326 +"125296",32939,63641,3,2277,2337 +"125297",32939,66318,3,2277,2803 +"125298",32939,66971,3,2277,2299 +"125299",32939,67726,3,2277,2873 +"125300",32939,69335,3,2277,2698 +"125301",32939,69716,3,2277,2632 +"125302",32939,69912,3,2277,2391 +"125303",32939,70528,3,2277,2727 +"125304",32939,78594,3,2277,2441 +"125305",32939,84469,3,2277,2389 +"125306",32942,4669,3,2038,2395 +"125307",32942,4730,3,2038,2131 +"125308",32942,16286,3,2038,2470 +"125309",32942,28869,3,2038,2425 +"125310",32942,30442,3,2038,2124 +"125311",32942,45869,3,2038,2840 +"125312",32947,145,3,1091,1998 +"125313",32947,455,3,1091,2827 +"125314",32947,470,3,1091,2285 +"125315",32947,600,2,1091,1702 +"125316",32947,675,3,1091,1686 +"125317",32947,765,3,1091,2073 +"125318",32947,913,2,1091,2144 +"125319",32947,1136,3,1091,2536 +"125320",32947,2523,3,1091,1691 +"125321",32947,3878,3,1091,1890 +"125322",32947,4084,3,1091,2133 +"125323",32947,5226,3,1091,1309 +"125324",32947,6718,3,1091,2138 +"125325",32947,6940,3,1091,1183 +"125326",32947,7245,3,1091,2089 +"125327",32947,7515,1,1091,2737 +"125328",32947,7847,3,1091,2424 +"125329",32947,8888,3,1091,1328 +"125330",32947,9184,3,1091,2670 +"125331",32947,9311,3,1091,2477 +"125332",32947,9432,2,1091,1693 +"125333",32947,9511,3,1091,1232 +"125334",32947,10433,3,1091,2075 +"125335",32947,10523,3,1091,1510 +"125336",32947,11434,2,1091,1187 +"125337",32947,11516,2,1091,1937 +"125338",32947,12199,3,1091,1651 +"125339",32947,13248,3,1091,1385 +"125340",32947,13837,2,1091,1604 +"125341",32947,15122,3,1091,1201 +"125342",32947,15799,3,1091,1917 +"125343",32947,17645,3,1091,1918 +"125344",32947,17698,3,1091,1559 +"125345",32947,19322,2,1091,2048 +"125346",32947,19335,3,1091,1729 +"125347",32947,21122,3,1091,1701 +"125348",32947,22567,3,1091,2396 +"125349",32947,23132,2,1091,2756 +"125350",32947,23918,3,1091,1881 +"125351",32947,24448,3,1091,2289 +"125352",32947,24568,2,1091,1937 +"125353",32947,26706,3,1091,1846 +"125354",32947,27275,3,1091,2656 +"125355",32947,27390,3,1091,2425 +"125356",32947,27837,3,1091,1315 +"125357",32947,28115,3,1091,1835 +"125358",32947,28432,3,1091,1954 +"125359",32947,29930,3,1091,2240 +"125360",32947,31050,3,1091,1491 +"125361",32947,31235,3,1091,2668 +"125362",32947,34160,3,1091,1759 +"125363",32947,35302,2,1091,1589 +"125364",32947,36651,3,1091,1600 +"125365",32947,37108,3,1091,1202 +"125366",32947,38213,3,1091,1744 +"125367",32947,39189,3,1091,2319 +"125368",32947,40368,3,1091,2876 +"125369",32947,40383,3,1091,2639 +"125370",32947,41739,3,1091,1339 +"125371",32947,42687,3,1091,1952 +"125372",32947,43941,3,1091,1289 +"125373",32947,45633,3,1091,2134 +"125374",32947,46182,3,1091,1613 +"125375",32947,49144,3,1091,1542 +"125376",32947,49189,3,1091,1550 +"125377",32947,49620,3,1091,1868 +"125378",32947,51116,3,1091,1509 +"125379",32947,52735,3,1091,1124 +"125380",32947,54855,3,1091,1525 +"125381",32947,59700,3,1091,2346 +"125382",32947,62219,3,1091,2494 +"125383",32947,63409,1,1091,1937 +"125384",32947,64181,3,1091,1828 +"125385",32947,64997,3,1091,2791 +"125386",32947,65625,3,1091,1273 +"125387",32947,66413,3,1091,2507 +"125388",32947,67805,3,1091,1338 +"125389",32947,73305,2,1091,2544 +"125390",32947,73553,3,1091,2726 +"125391",32947,74636,3,1091,2525 +"125392",32947,78037,3,1091,1606 +"125393",32947,79804,2,1091,2227 +"125394",32947,80429,3,1091,1927 +"125395",32947,83907,3,1091,2056 +"125396",32947,88808,3,1091,1462 +"125397",32947,92322,2,1091,2393 +"125398",32947,97915,3,1091,1802 +"125399",32947,99103,3,1091,1470 +"125400",32947,105063,3,1091,1908 +"125401",32947,107649,3,1091,1573 +"125402",32959,21324,2,2052,2413 +"125403",32964,701,3,2252,2718 +"125404",32964,20423,3,2252,2654 +"125405",32964,25569,3,2252,2317 +"125406",32965,270,2,2071,2542 +"125407",32965,455,3,2071,2827 +"125408",32965,470,3,2071,2285 +"125409",32965,701,2,2071,2718 +"125410",32965,2036,3,2071,2483 +"125411",32965,2424,3,2071,2582 +"125412",32965,3305,3,2071,2839 +"125413",32965,6718,3,2071,2138 +"125414",32965,10029,2,2071,2718 +"125415",32965,10433,3,2071,2075 +"125416",32965,13307,2,2071,2206 +"125417",32965,18394,3,2071,2356 +"125418",32965,19248,3,2071,2357 +"125419",32965,19622,3,2071,2371 +"125420",32965,19643,3,2071,2452 +"125421",32965,21012,2,2071,2325 +"125422",32965,22331,3,2071,2687 +"125423",32965,23460,3,2071,2183 +"125424",32965,31307,3,2071,2139 +"125425",32965,33672,3,2071,2396 +"125426",32965,37285,3,2071,2428 +"125427",32965,39535,3,2071,2428 +"125428",32965,43455,3,2071,2846 +"125429",32965,46629,3,2071,2255 +"125430",32965,48035,3,2071,2180 +"125431",32965,50236,3,2071,2339 +"125432",32965,50785,2,2071,2877 +"125433",32965,51041,2,2071,2606 +"125434",32965,52576,3,2071,2234 +"125435",32965,53851,3,2071,2305 +"125436",32965,61982,3,2071,2725 +"125437",32965,79804,3,2071,2227 +"125438",32966,1624,3,1583,2687 +"125439",32966,1708,2,1583,1591 +"125440",32966,2443,3,1583,2333 +"125441",32966,2927,3,1583,1789 +"125442",32966,9269,2,1583,1892 +"125443",32966,9895,2,1583,1960 +"125444",32966,9910,3,1583,2526 +"125445",32966,9948,3,1583,2019 +"125446",32966,11351,3,1583,2971 +"125447",32966,16347,3,1583,1868 +"125448",32966,20695,2,1583,2526 +"125449",32966,26740,3,1583,2695 +"125450",32966,34331,3,1583,1727 +"125451",32966,38697,2,1583,2701 +"125452",32966,42382,3,1583,2224 +"125453",32966,44744,3,1583,2032 +"125454",32966,46616,2,1583,1917 +"125455",32966,47607,3,1583,2724 +"125456",32966,53584,3,1583,2391 +"125457",32966,55261,3,1583,1915 +"125458",32966,56364,2,1583,1626 +"125459",32966,69453,3,1583,2831 +"125460",32966,83334,3,1583,1708 +"125461",32966,84591,3,1583,1685 +"125462",32988,135,3,2008,2233 +"125463",32988,341,3,2008,2689 +"125464",32988,997,3,2008,2788 +"125465",32988,2424,3,2008,2582 +"125466",32988,2484,3,2008,2389 +"125467",32988,2684,3,2008,2874 +"125468",32988,2704,3,2008,2609 +"125469",32988,2759,3,2008,2030 +"125470",32988,3163,3,2008,2020 +"125471",32988,3271,3,2008,2216 +"125472",32988,3947,3,2008,2067 +"125473",32988,3961,2,2008,2426 +"125474",32988,4191,3,2008,2130 +"125475",32988,4980,3,2008,2093 +"125476",32988,5239,2,2008,2875 +"125477",32988,5315,3,2008,2631 +"125478",32988,7984,2,2008,2493 +"125479",32988,8062,3,2008,2858 +"125480",32988,9272,3,2008,2835 +"125481",32988,9311,3,2008,2477 +"125482",32988,9362,3,2008,2879 +"125483",32988,10336,3,2008,2271 +"125484",32988,10358,3,2008,2294 +"125485",32988,10638,3,2008,2692 +"125486",32988,10871,3,2008,2314 +"125487",32988,11477,2,2008,2724 +"125488",32988,11620,3,2008,2010 +"125489",32988,12901,3,2008,2136 +"125490",32988,13388,3,2008,2119 +"125491",32988,13780,2,2008,2412 +"125492",32988,13929,3,2008,2693 +"125493",32988,14108,3,2008,2012 +"125494",32988,14723,3,2008,2019 +"125495",32988,16365,3,2008,2217 +"125496",32988,16826,2,2008,2599 +"125497",32988,17033,3,2008,2771 +"125498",32988,18571,3,2008,2128 +"125499",32988,19516,3,2008,2313 +"125500",32988,20067,2,2008,2390 +"125501",32988,20124,3,2008,2376 +"125502",32988,20563,3,2008,2267 +"125503",32988,21285,3,2008,2100 +"125504",32988,21463,3,2008,2437 +"125505",32988,21670,3,2008,2158 +"125506",32988,23132,3,2008,2756 +"125507",32988,23223,3,2008,2094 +"125508",32988,23725,3,2008,2378 +"125509",32988,24586,3,2008,2465 +"125510",32988,25373,3,2008,2783 +"125511",32988,25486,3,2008,2582 +"125512",32988,26436,3,2008,2489 +"125513",32988,26451,3,2008,2133 +"125514",32988,27753,3,2008,2750 +"125515",32988,28582,2,2008,2698 +"125516",32988,28892,3,2008,2023 +"125517",32988,29004,3,2008,2596 +"125518",32988,29095,3,2008,2531 +"125519",32988,30747,2,2008,2455 +"125520",32988,31124,3,2008,2351 +"125521",32988,31700,2,2008,2727 +"125522",32988,33010,3,2008,2189 +"125523",32988,33433,3,2008,2805 +"125524",32988,33801,2,2008,2899 +"125525",32988,34158,3,2008,2639 +"125526",32988,36031,3,2008,2342 +"125527",32988,36559,3,2008,2473 +"125528",32988,36862,2,2008,2655 +"125529",32988,37036,3,2008,2264 +"125530",32988,37238,3,2008,2609 +"125531",32988,38227,3,2008,2511 +"125532",32988,38602,3,2008,2693 +"125533",32988,39062,3,2008,2020 +"125534",32988,42196,3,2008,2765 +"125535",32988,42935,3,2008,2400 +"125536",32988,43226,3,2008,2442 +"125537",32988,45715,3,2008,2287 +"125538",32988,45903,3,2008,2237 +"125539",32988,46040,2,2008,2105 +"125540",32988,46951,3,2008,2429 +"125541",32988,46988,3,2008,2460 +"125542",32988,48110,3,2008,2009 +"125543",32988,48215,3,2008,2028 +"125544",32988,49265,3,2008,2686 +"125545",32988,51410,2,2008,2739 +"125546",32988,53323,3,2008,2677 +"125547",32988,53475,3,2008,2853 +"125548",32988,55139,2,2008,2323 +"125549",32988,56237,3,2008,2625 +"125550",32988,56317,3,2008,2030 +"125551",32988,57380,3,2008,2362 +"125552",32988,58164,3,2008,2398 +"125553",32988,58508,3,2008,2326 +"125554",32988,64997,3,2008,2791 +"125555",32988,69335,3,2008,2698 +"125556",32988,72728,3,2008,2234 +"125557",32988,76132,3,2008,2426 +"125558",32988,78150,2,2008,2581 +"125559",32988,88232,3,2008,2881 +"125560",32988,92757,1,2008,2615 +"125561",33010,5315,3,2189,2631 +"125562",33010,16954,2,2189,2972 +"125563",33010,18563,3,2189,2715 +"125564",33010,19744,3,2189,2623 +"125565",33010,19980,3,2189,2231 +"125566",33010,20563,3,2189,2267 +"125567",33010,23098,3,2189,2300 +"125568",33010,26218,3,2189,2460 +"125569",33010,26516,3,2189,2479 +"125570",33010,27753,3,2189,2750 +"125571",33010,30697,3,2189,2891 +"125572",33010,35715,3,2189,2912 +"125573",33010,38755,3,2189,2902 +"125574",33010,54740,3,2189,2750 +"125575",33017,2747,3,1493,2411 +"125576",33017,7597,3,1493,2037 +"125577",33017,10050,3,1493,1792 +"125578",33017,11585,3,1493,1817 +"125579",33017,11588,3,1493,2352 +"125580",33017,14998,2,1493,1553 +"125581",33017,16502,2,1493,1616 +"125582",33017,20155,3,1493,1517 +"125583",33017,28116,3,1493,1643 +"125584",33017,29997,3,1493,1789 +"125585",33017,37636,3,1493,2178 +"125586",33017,44433,3,1493,2224 +"125587",33017,44603,3,1493,2748 +"125588",33017,46486,3,1493,1868 +"125589",33017,54924,3,1493,2603 +"125590",33039,10964,3,1759,2043 +"125591",33039,11067,3,1759,2734 +"125592",33039,32939,3,1759,2277 +"125593",33039,36120,3,1759,2971 +"125594",33039,57804,3,1759,2214 +"125595",33039,75607,2,1759,2245 +"125596",33040,3403,3,2106,2951 +"125597",33040,7942,3,2106,2623 +"125598",33040,11429,3,2106,2520 +"125599",33040,15502,3,2106,2637 +"125600",33040,16690,3,2106,2132 +"125601",33040,22723,3,2106,2859 +"125602",33052,3460,3,2251,2530 +"125603",33052,3896,3,2251,2693 +"125604",33052,4751,2,2251,2696 +"125605",33052,11456,2,2251,2715 +"125606",33052,25325,3,2251,2963 +"125607",33052,29004,3,2251,2596 +"125608",33052,36646,1,2251,2744 +"125609",33052,40262,3,2251,2291 +"125610",33052,42642,3,2251,2257 +"125611",33052,47877,2,2251,2970 +"125612",33052,60516,3,2251,2257 +"125613",33052,63395,3,2251,2334 +"125614",33052,64436,3,2251,2687 +"125615",33052,69591,2,2251,2294 +"125616",33105,2334,2,187,2619 +"125617",33105,5833,3,187,197 +"125618",33105,18421,3,187,2457 +"125619",33105,28048,3,187,1637 +"125620",33105,80337,3,187,394 +"125621",33105,80338,3,187,2059 +"125622",33108,7763,3,1559,1656 +"125623",33108,16869,3,1559,1985 +"125624",33108,19656,3,1559,2059 +"125625",33108,24962,3,1559,2126 +"125626",33108,25941,2,1559,2369 +"125627",33108,30804,3,1559,1614 +"125628",33108,33176,3,1559,2630 +"125629",33108,44878,3,1559,1620 +"125630",33108,49403,3,1559,2427 +"125631",33108,53082,3,1559,2328 +"125632",33108,72703,2,1559,2231 +"125633",33160,823,2,2441,2840 +"125634",33160,1355,3,2441,2473 +"125635",33160,5239,3,2441,2875 +"125636",33160,14507,1,2441,2686 +"125637",33160,16195,3,2441,2964 +"125638",33160,16725,3,2441,2830 +"125639",33160,17852,2,2441,2840 +"125640",33160,19027,2,2441,2721 +"125641",33160,21193,3,2441,2490 +"125642",33160,22331,3,2441,2687 +"125643",33160,24825,2,2441,2686 +"125644",33160,28285,3,2441,2972 +"125645",33160,31799,2,2441,2547 +"125646",33160,37238,3,2441,2609 +"125647",33160,41472,2,2441,2451 +"125648",33160,53219,3,2441,2973 +"125649",33160,57977,3,2441,2683 +"125650",33160,58218,3,2441,2627 +"125651",33160,62840,3,2441,2502 +"125652",33160,65029,2,2441,2954 +"125653",33160,70046,3,2441,2624 +"125654",33184,10310,2,2522,2774 +"125655",33184,41770,3,2522,2752 +"125656",33186,1692,3,2240,2443 +"125657",33186,59005,3,2240,2817 +"125658",33200,8327,3,2221,2527 +"125659",33200,17549,3,2221,2647 +"125660",33219,3306,3,1173,1989 +"125661",33219,4144,3,1173,1520 +"125662",33219,6047,3,1173,2004 +"125663",33219,9063,3,1173,2000 +"125664",33219,10861,2,1173,1189 +"125665",33219,11103,3,1173,2393 +"125666",33219,31436,3,1173,2892 +"125667",33219,32678,3,1173,1439 +"125668",33219,35911,3,1173,2370 +"125669",33219,43960,3,1173,1293 +"125670",33219,44819,3,1173,2063 +"125671",33219,56082,3,1173,2395 +"125672",33219,59677,3,1173,1174 +"125673",33223,270,3,2397,2542 +"125674",33223,1222,3,2397,2598 +"125675",33223,1822,2,2397,2888 +"125676",33223,2093,3,2397,2459 +"125677",33223,2139,3,2397,2502 +"125678",33223,2747,3,2397,2411 +"125679",33223,2985,3,2397,2398 +"125680",33223,3477,1,2397,2546 +"125681",33223,3495,3,2397,2431 +"125682",33223,3620,3,2397,2955 +"125683",33223,4612,3,2397,2804 +"125684",33223,6248,3,2397,2737 +"125685",33223,6262,3,2397,2733 +"125686",33223,6621,3,2397,2478 +"125687",33223,8760,3,2397,2477 +"125688",33223,8762,3,2397,2585 +"125689",33223,9175,3,2397,2639 +"125690",33223,9503,2,2397,2453 +"125691",33223,9787,3,2397,2858 +"125692",33223,9801,3,2397,2443 +"125693",33223,11246,3,2397,2741 +"125694",33223,12577,3,2397,2530 +"125695",33223,13007,3,2397,2496 +"125696",33223,13024,3,2397,2468 +"125697",33223,13899,2,2397,2650 +"125698",33223,14353,3,2397,2878 +"125699",33223,16205,3,2397,2630 +"125700",33223,16628,3,2397,2409 +"125701",33223,17027,3,2397,2772 +"125702",33223,17037,3,2397,2947 +"125703",33223,18361,3,2397,2968 +"125704",33223,18943,3,2397,2861 +"125705",33223,19934,3,2397,2888 +"125706",33223,20984,2,2397,2502 +"125707",33223,21275,3,2397,2609 +"125708",33223,28893,3,2397,2764 +"125709",33223,29004,3,2397,2596 +"125710",33223,30052,3,2397,2855 +"125711",33223,30668,3,2397,2882 +"125712",33223,31542,3,2397,2459 +"125713",33223,32339,2,2397,2430 +"125714",33223,32395,2,2397,2735 +"125715",33223,38307,3,2397,2648 +"125716",33223,40572,3,2397,2666 +"125717",33223,41945,3,2397,2856 +"125718",33223,42216,3,2397,2722 +"125719",33223,43455,3,2397,2846 +"125720",33223,45239,3,2397,2535 +"125721",33223,47140,3,2397,2439 +"125722",33223,47844,3,2397,2906 +"125723",33223,49759,3,2397,2400 +"125724",33223,51866,3,2397,2411 +"125725",33223,52041,3,2397,2694 +"125726",33223,53013,3,2397,2523 +"125727",33223,57529,3,2397,2462 +"125728",33223,58164,3,2397,2398 +"125729",33223,58218,3,2397,2627 +"125730",33223,58536,3,2397,2742 +"125731",33223,59289,3,2397,2896 +"125732",33223,60661,3,2397,2700 +"125733",33223,63077,3,2397,2778 +"125734",33223,70232,3,2397,2401 +"125735",33223,74636,3,2397,2525 +"125736",33230,2077,3,539,610 +"125737",33230,10744,3,539,955 +"125738",33230,12473,3,539,801 +"125739",33230,12712,3,539,815 +"125740",33230,15594,3,539,753 +"125741",33230,16835,3,539,1739 +"125742",33230,22543,3,539,1594 +"125743",33230,27323,3,539,943 +"125744",33230,29512,3,539,1594 +"125745",33230,33697,2,539,1309 +"125746",33230,36784,3,539,576 +"125747",33230,41381,3,539,829 +"125748",33230,41664,3,539,2641 +"125749",33230,44135,3,539,2620 +"125750",33230,55076,2,539,2408 +"125751",33230,56854,3,539,2022 +"125752",33230,68398,3,539,978 +"125753",33230,69250,2,539,1439 +"125754",33230,76607,3,539,747 +"125755",33230,78270,3,539,1171 +"125756",33230,100241,3,539,777 +"125757",33230,103218,3,539,1787 +"125758",33230,115734,3,539,859 +"125759",33230,117764,3,539,2781 +"125760",33236,2446,2,2297,2606 +"125761",33236,8865,3,2297,2394 +"125762",33236,22723,3,2297,2859 +"125763",33236,23154,3,2297,2345 +"125764",33236,32202,3,2297,2314 +"125765",33241,212,3,632,1513 +"125766",33241,358,3,632,798 +"125767",33241,499,3,632,1931 +"125768",33241,508,3,632,801 +"125769",33241,602,2,632,2632 +"125770",33241,762,3,632,2671 +"125771",33241,1044,3,632,880 +"125772",33241,1196,3,632,1986 +"125773",33241,1592,3,632,2006 +"125774",33241,1616,3,632,2662 +"125775",33241,1691,3,632,1941 +"125776",33241,2181,3,632,2030 +"125777",33241,2424,3,632,2582 +"125778",33241,2484,3,632,2389 +"125779",33241,2572,3,632,2273 +"125780",33241,2894,3,632,1291 +"125781",33241,3011,2,632,2278 +"125782",33241,3161,3,632,2229 +"125783",33241,3342,3,632,1026 +"125784",33241,3493,3,632,2451 +"125785",33241,3765,3,632,2775 +"125786",33241,4317,3,632,1224 +"125787",33241,4360,3,632,1770 +"125788",33241,4701,2,632,2401 +"125789",33241,4790,3,632,1025 +"125790",33241,4791,2,632,1184 +"125791",33241,5239,3,632,2875 +"125792",33241,5491,3,632,2048 +"125793",33241,5716,3,632,1058 +"125794",33241,5986,3,632,1721 +"125795",33241,6162,2,632,1673 +"125796",33241,6222,3,632,1949 +"125797",33241,6366,3,632,798 +"125798",33241,6390,3,632,2385 +"125799",33241,6942,3,632,1232 +"125800",33241,6982,2,632,2034 +"125801",33241,7009,3,632,1982 +"125802",33241,7196,2,632,1508 +"125803",33241,7548,3,632,1932 +"125804",33241,7798,3,632,949 +"125805",33241,7847,3,632,2424 +"125806",33241,7970,3,632,1197 +"125807",33241,7984,3,632,2493 +"125808",33241,7992,3,632,2033 +"125809",33241,8274,3,632,1909 +"125810",33241,8327,3,632,2527 +"125811",33241,8513,3,632,875 +"125812",33241,8712,3,632,1153 +"125813",33241,8913,2,632,968 +"125814",33241,9311,1,632,2477 +"125815",33241,9391,3,632,1252 +"125816",33241,9979,3,632,2238 +"125817",33241,10358,3,632,2294 +"125818",33241,10382,3,632,2111 +"125819",33241,10474,3,632,1608 +"125820",33241,10488,3,632,1524 +"125821",33241,10843,2,632,2277 +"125822",33241,11218,3,632,2292 +"125823",33241,11477,3,632,2724 +"125824",33241,11694,3,632,1564 +"125825",33241,12042,3,632,2345 +"125826",33241,12103,3,632,1244 +"125827",33241,12703,3,632,2689 +"125828",33241,12778,3,632,2045 +"125829",33241,13249,3,632,2573 +"125830",33241,13780,3,632,2412 +"125831",33241,13808,3,632,1356 +"125832",33241,14017,2,632,1163 +"125833",33241,14103,3,632,2204 +"125834",33241,14108,3,632,2012 +"125835",33241,14278,3,632,1267 +"125836",33241,14723,1,632,2019 +"125837",33241,14943,3,632,1942 +"125838",33241,14959,3,632,2898 +"125839",33241,15005,3,632,1415 +"125840",33241,15401,2,632,1999 +"125841",33241,15453,3,632,1688 +"125842",33241,15626,2,632,2434 +"125843",33241,16625,3,632,1285 +"125844",33241,16727,3,632,2164 +"125845",33241,16801,3,632,2008 +"125846",33241,16881,3,632,925 +"125847",33241,17520,3,632,2276 +"125848",33241,17934,3,632,1059 +"125849",33241,18151,2,632,2962 +"125850",33241,18393,1,632,860 +"125851",33241,18404,3,632,801 +"125852",33241,18567,3,632,919 +"125853",33241,18670,3,632,1835 +"125854",33241,19173,3,632,1686 +"125855",33241,19453,2,632,1928 +"125856",33241,19637,3,632,1229 +"125857",33241,19668,3,632,696 +"125858",33241,19719,3,632,2177 +"125859",33241,19751,3,632,1630 +"125860",33241,20124,3,632,2376 +"125861",33241,20271,3,632,2044 +"125862",33241,20407,3,632,2339 +"125863",33241,20494,2,632,1075 +"125864",33241,20588,3,632,912 +"125865",33241,21029,3,632,1943 +"125866",33241,21133,3,632,1320 +"125867",33241,21198,3,632,935 +"125868",33241,21248,3,632,2232 +"125869",33241,21448,3,632,2332 +"125870",33241,21693,3,632,2176 +"125871",33241,21772,3,632,663 +"125872",33241,21795,3,632,2653 +"125873",33241,22140,3,632,942 +"125874",33241,22180,3,632,1835 +"125875",33241,22216,2,632,1956 +"125876",33241,22311,2,632,2034 +"125877",33241,22326,3,632,2818 +"125878",33241,22362,3,632,1836 +"125879",33241,22455,2,632,1197 +"125880",33241,23232,3,632,884 +"125881",33241,23729,3,632,1624 +"125882",33241,23745,3,632,1968 +"125883",33241,23806,3,632,1671 +"125884",33241,23825,2,632,1913 +"125885",33241,24169,3,632,1663 +"125886",33241,24286,1,632,1280 +"125887",33241,24568,3,632,1937 +"125888",33241,24721,3,632,2326 +"125889",33241,25305,3,632,2447 +"125890",33241,25480,3,632,2747 +"125891",33241,26218,3,632,2460 +"125892",33241,26408,2,632,1545 +"125893",33241,26595,3,632,1566 +"125894",33241,26713,3,632,1235 +"125895",33241,27261,2,632,1368 +"125896",33241,27849,3,632,1316 +"125897",33241,28002,3,632,914 +"125898",33241,28357,3,632,1134 +"125899",33241,28640,3,632,1475 +"125900",33241,28784,3,632,1579 +"125901",33241,28808,3,632,1063 +"125902",33241,28892,3,632,2023 +"125903",33241,28982,3,632,2746 +"125904",33241,29089,3,632,1344 +"125905",33241,29095,3,632,2531 +"125906",33241,29750,3,632,689 +"125907",33241,29987,3,632,956 +"125908",33241,30325,3,632,1067 +"125909",33241,30747,3,632,2455 +"125910",33241,30906,2,632,2537 +"125911",33241,32606,3,632,2100 +"125912",33241,32988,2,632,2008 +"125913",33241,33356,1,632,1586 +"125914",33241,33433,1,632,2805 +"125915",33241,33801,3,632,2899 +"125916",33241,34648,3,632,1596 +"125917",33241,34707,2,632,2042 +"125918",33241,34820,3,632,1630 +"125919",33241,35256,3,632,2271 +"125920",33241,35516,3,632,1229 +"125921",33241,35542,3,632,1439 +"125922",33241,35888,3,632,2291 +"125923",33241,36514,3,632,1192 +"125924",33241,36559,3,632,2473 +"125925",33241,36578,3,632,1484 +"125926",33241,37238,3,632,2609 +"125927",33241,38019,3,632,1870 +"125928",33241,38055,3,632,1089 +"125929",33241,38213,3,632,1744 +"125930",33241,38219,3,632,1689 +"125931",33241,38755,2,632,2902 +"125932",33241,38921,3,632,1880 +"125933",33241,39534,2,632,2410 +"125934",33241,39556,3,632,2747 +"125935",33241,40296,3,632,1674 +"125936",33241,40432,3,632,1956 +"125937",33241,40645,3,632,1899 +"125938",33241,41174,3,632,850 +"125939",33241,41682,3,632,1988 +"125940",33241,41900,3,632,1970 +"125941",33241,42333,3,632,2234 +"125942",33241,42505,3,632,2008 +"125943",33241,43213,3,632,2160 +"125944",33241,44306,2,632,1036 +"125945",33241,44720,3,632,1202 +"125946",33241,45959,3,632,1880 +"125947",33241,46040,3,632,2105 +"125948",33241,46091,3,632,1938 +"125949",33241,46196,3,632,1510 +"125950",33241,46621,3,632,1343 +"125951",33241,47140,3,632,2439 +"125952",33241,47585,3,632,794 +"125953",33241,47726,3,632,1272 +"125954",33241,47803,3,632,2477 +"125955",33241,47947,3,632,2681 +"125956",33241,49121,3,632,2199 +"125957",33241,49347,3,632,2504 +"125958",33241,49581,2,632,1817 +"125959",33241,49620,3,632,1868 +"125960",33241,49696,3,632,2444 +"125961",33241,50093,3,632,909 +"125962",33241,50269,3,632,1966 +"125963",33241,50382,3,632,2244 +"125964",33241,50946,2,632,1075 +"125965",33241,51016,3,632,1141 +"125966",33241,51089,3,632,2426 +"125967",33241,51647,3,632,1382 +"125968",33241,51853,3,632,2520 +"125969",33241,52136,2,632,1412 +"125970",33241,52576,3,632,2234 +"125971",33241,53342,2,632,2071 +"125972",33241,53475,3,632,2853 +"125973",33241,53779,3,632,2000 +"125974",33241,54879,2,632,2210 +"125975",33241,55324,2,632,1544 +"125976",33241,55643,2,632,2359 +"125977",33241,56082,3,632,2395 +"125978",33241,57337,3,632,1443 +"125979",33241,57732,3,632,2454 +"125980",33241,58993,2,632,2390 +"125981",33241,59113,2,632,2434 +"125982",33241,59937,1,632,885 +"125983",33241,61337,3,632,2777 +"125984",33241,61458,2,632,2630 +"125985",33241,61613,3,632,1189 +"125986",33241,61785,3,632,822 +"125987",33241,61995,3,632,823 +"125988",33241,62538,3,632,1656 +"125989",33241,62903,2,632,1704 +"125990",33241,63328,3,632,922 +"125991",33241,63409,3,632,1937 +"125992",33241,64502,2,632,1670 +"125993",33241,65155,2,632,1947 +"125994",33241,65203,3,632,1597 +"125995",33241,65322,3,632,2008 +"125996",33241,66677,3,632,2151 +"125997",33241,66717,3,632,2104 +"125998",33241,66756,3,632,1301 +"125999",33241,66860,3,632,1548 +"126000",33241,67145,3,632,2015 +"126001",33241,67456,3,632,1608 +"126002",33241,69091,3,632,1267 +"126003",33241,69745,3,632,1594 +"126004",33241,72207,3,632,2430 +"126005",33241,72438,3,632,1397 +"126006",33241,73197,3,632,1998 +"126007",33241,74190,2,632,1428 +"126008",33241,74636,3,632,2525 +"126009",33241,74716,3,632,776 +"126010",33241,75168,3,632,699 +"126011",33241,75343,2,632,2008 +"126012",33241,75403,3,632,1895 +"126013",33241,75948,3,632,1006 +"126014",33241,76470,3,632,887 +"126015",33241,76511,3,632,1250 +"126016",33241,76564,3,632,996 +"126017",33241,76999,3,632,908 +"126018",33241,77031,3,632,801 +"126019",33241,78150,3,632,2581 +"126020",33241,78932,2,632,981 +"126021",33241,79612,3,632,927 +"126022",33241,79627,3,632,2409 +"126023",33241,83434,3,632,850 +"126024",33241,83526,3,632,1235 +"126025",33241,84897,3,632,1075 +"126026",33241,85736,3,632,1601 +"126027",33241,85949,3,632,1132 +"126028",33241,87144,2,632,2299 +"126029",33241,88232,3,632,2881 +"126030",33241,88857,3,632,1232 +"126031",33241,89511,3,632,1205 +"126032",33241,90789,3,632,1218 +"126033",33241,92513,3,632,2282 +"126034",33241,92757,3,632,2615 +"126035",33241,95155,2,632,849 +"126036",33241,96352,3,632,1493 +"126037",33241,97160,3,632,1215 +"126038",33241,100462,3,632,1927 +"126039",33241,102186,3,632,2937 +"126040",33241,103218,3,632,1787 +"126041",33241,104239,3,632,926 +"126042",33241,105117,3,632,809 +"126043",33241,106620,3,632,1177 +"126044",33241,108620,3,632,881 +"126045",33241,111613,3,632,1059 +"126046",33244,9727,1,188,2327 +"126047",33244,11135,3,188,2441 +"126048",33244,15502,3,188,2637 +"126049",33244,24109,3,188,504 +"126050",33244,40715,3,188,2258 +"126051",33244,51448,3,188,1593 +"126052",33278,916,3,1591,2718 +"126053",33278,2802,3,1591,1836 +"126054",33278,4194,2,1591,1641 +"126055",33278,5414,3,1591,2321 +"126056",33278,18610,3,1591,2141 +"126057",33278,23739,3,1591,2463 +"126058",33278,26138,2,1591,1902 +"126059",33278,26513,2,1591,2205 +"126060",33278,35414,3,1591,1959 +"126061",33278,41603,3,1591,1942 +"126062",33278,42280,3,1591,2266 +"126063",33278,42998,2,1591,1978 +"126064",33278,57037,2,1591,2293 +"126065",33278,69590,3,1591,2441 +"126066",33278,82917,2,1591,2371 +"126067",33278,86010,2,1591,1641 +"126068",33278,94339,1,1591,2768 +"126069",33285,145,3,1327,1998 +"126070",33285,270,3,1327,2542 +"126071",33285,377,3,1327,2389 +"126072",33285,380,2,1327,2261 +"126073",33285,543,3,1327,2203 +"126074",33285,854,3,1327,2307 +"126075",33285,913,3,1327,2144 +"126076",33285,1102,2,1327,2282 +"126077",33285,1151,3,1327,2885 +"126078",33285,1616,3,1327,2662 +"126079",33285,2484,2,1327,2389 +"126080",33285,2572,3,1327,2273 +"126081",33285,3161,3,1327,2229 +"126082",33285,3801,3,1327,1974 +"126083",33285,3947,3,1327,2067 +"126084",33285,5504,3,1327,2389 +"126085",33285,6052,3,1327,1985 +"126086",33285,6074,3,1327,2426 +"126087",33285,6588,3,1327,2025 +"126088",33285,7323,3,1327,2858 +"126089",33285,8259,3,1327,1677 +"126090",33285,8866,3,1327,1545 +"126091",33285,8888,3,1327,1328 +"126092",33285,9362,3,1327,2879 +"126093",33285,9805,3,1327,1621 +"126094",33285,10513,3,1327,2284 +"126095",33285,10857,3,1327,2253 +"126096",33285,11218,3,1327,2292 +"126097",33285,12724,3,1327,1930 +"126098",33285,13307,3,1327,2206 +"126099",33285,14655,2,1327,2559 +"126100",33285,17520,3,1327,2276 +"126101",33285,18394,3,1327,2356 +"126102",33285,19606,3,1327,2783 +"126103",33285,19862,3,1327,2412 +"126104",33285,20124,3,1327,2376 +"126105",33285,20700,3,1327,2861 +"126106",33285,23526,3,1327,1998 +"126107",33285,23715,3,1327,1859 +"126108",33285,27275,3,1327,2656 +"126109",33285,31235,3,1327,2668 +"126110",33285,35256,3,1327,2271 +"126111",33285,37570,3,1327,2389 +"126112",33285,38780,3,1327,2705 +"126113",33285,38921,3,1327,1880 +"126114",33285,40493,3,1327,1981 +"126115",33285,42216,3,1327,2722 +"126116",33285,42264,3,1327,1702 +"126117",33285,48035,3,1327,2180 +"126118",33285,50252,3,1327,2001 +"126119",33285,52136,3,1327,1412 +"126120",33285,54551,3,1327,2348 +"126121",33285,55320,3,1327,1643 +"126122",33285,61932,3,1327,1959 +"126123",33314,3477,3,1444,2546 +"126124",33314,4001,3,1444,1687 +"126125",33314,4646,3,1444,2139 +"126126",33314,6063,3,1444,2349 +"126127",33314,8568,3,1444,2706 +"126128",33314,9241,3,1444,2338 +"126129",33314,14287,2,1444,1583 +"126130",33314,16501,3,1444,1650 +"126131",33314,16690,3,1444,2132 +"126132",33314,18217,3,1444,1566 +"126133",33314,19934,3,1444,2888 +"126134",33314,22458,1,1444,1586 +"126135",33314,23756,2,1444,2309 +"126136",33314,26450,3,1444,1709 +"126137",33314,30865,3,1444,2038 +"126138",33314,32920,3,1444,2158 +"126139",33314,33223,3,1444,2397 +"126140",33314,40542,3,1444,1664 +"126141",33314,40954,3,1444,2603 +"126142",33314,41633,3,1444,1976 +"126143",33314,43961,3,1444,2443 +"126144",33314,59776,3,1444,2493 +"126145",33314,62626,3,1444,2787 +"126146",33314,68885,3,1444,2151 +"126147",33314,73553,3,1444,2726 +"126148",33314,90745,3,1444,1994 +"126149",33322,160,3,518,2007 +"126150",33322,1641,3,518,1490 +"126151",33322,7616,3,518,2296 +"126152",33322,8238,3,518,2222 +"126153",33322,11770,2,518,1653 +"126154",33322,12473,2,518,801 +"126155",33322,12632,3,518,1174 +"126156",33322,17632,3,518,1947 +"126157",33322,21950,3,518,1892 +"126158",33322,22292,3,518,1910 +"126159",33322,23460,3,518,2183 +"126160",33322,25030,3,518,2017 +"126161",33322,31890,3,518,1487 +"126162",33322,36784,3,518,576 +"126163",33322,47564,3,518,2650 +"126164",33322,50001,3,518,1518 +"126165",33322,58733,3,518,1958 +"126166",33322,77611,3,518,1795 +"126167",33322,100241,3,518,777 +"126168",33341,2852,2,2338,2448 +"126169",33341,3477,3,2338,2546 +"126170",33341,4361,2,2338,2571 +"126171",33341,4367,3,2338,2794 +"126172",33341,4669,3,2338,2395 +"126173",33341,6119,3,2338,2358 +"126174",33341,7252,3,2338,2799 +"126175",33341,7785,3,2338,2441 +"126176",33341,8568,3,2338,2706 +"126177",33341,9787,3,2338,2858 +"126178",33341,11588,3,2338,2352 +"126179",33341,14754,3,2338,2456 +"126180",33341,16286,2,2338,2470 +"126181",33341,27320,3,2338,2378 +"126182",33341,27390,3,2338,2425 +"126183",33341,27742,3,2338,2700 +"126184",33341,27914,3,2338,2507 +"126185",33341,28869,3,2338,2425 +"126186",33341,41023,3,2338,2408 +"126187",33341,45729,3,2338,2606 +"126188",33341,45869,3,2338,2840 +"126189",33341,53739,3,2338,2704 +"126190",33341,58521,3,2338,2950 +"126191",33341,80050,3,2338,2698 +"126192",33341,111375,3,2338,2686 +"126193",33356,499,2,1586,1931 +"126194",33356,543,3,1586,2203 +"126195",33356,602,3,1586,2632 +"126196",33356,1196,3,1586,1986 +"126197",33356,1616,3,1586,2662 +"126198",33356,1777,3,1586,1965 +"126199",33356,2036,3,1586,2483 +"126200",33356,2424,3,1586,2582 +"126201",33356,2484,3,1586,2389 +"126202",33356,2572,3,1586,2273 +"126203",33356,3011,2,1586,2278 +"126204",33356,3161,3,1586,2229 +"126205",33356,3765,3,1586,2775 +"126206",33356,3830,3,1586,1661 +"126207",33356,4701,2,1586,2401 +"126208",33356,5462,3,1586,2374 +"126209",33356,5504,3,1586,2389 +"126210",33356,5986,3,1586,1721 +"126211",33356,6113,3,1586,1678 +"126212",33356,6162,2,1586,1673 +"126213",33356,6222,3,1586,1949 +"126214",33356,6390,3,1586,2385 +"126215",33356,6982,3,1586,2034 +"126216",33356,7548,3,1586,1932 +"126217",33356,7984,3,1586,2493 +"126218",33356,7992,3,1586,2033 +"126219",33356,8274,3,1586,1909 +"126220",33356,8275,3,1586,2237 +"126221",33356,8327,3,1586,2527 +"126222",33356,9311,1,1586,2477 +"126223",33356,9579,3,1586,2105 +"126224",33356,9979,3,1586,2238 +"126225",33356,10358,3,1586,2294 +"126226",33356,10382,3,1586,2111 +"126227",33356,10474,3,1586,1608 +"126228",33356,10843,1,1586,2277 +"126229",33356,11218,3,1586,2292 +"126230",33356,12042,3,1586,2345 +"126231",33356,12778,3,1586,2045 +"126232",33356,12976,3,1586,2399 +"126233",33356,13249,3,1586,2573 +"126234",33356,13388,3,1586,2119 +"126235",33356,14723,2,1586,2019 +"126236",33356,14959,3,1586,2898 +"126237",33356,15401,3,1586,1999 +"126238",33356,15453,3,1586,1688 +"126239",33356,15626,2,1586,2434 +"126240",33356,15636,3,1586,2857 +"126241",33356,16437,3,1586,1956 +"126242",33356,17520,3,1586,2276 +"126243",33356,18151,3,1586,2962 +"126244",33356,18571,3,1586,2128 +"126245",33356,18670,3,1586,1835 +"126246",33356,19173,3,1586,1686 +"126247",33356,19453,1,1586,1928 +"126248",33356,19719,3,1586,2177 +"126249",33356,20067,3,1586,2390 +"126250",33356,20271,3,1586,2044 +"126251",33356,20407,3,1586,2339 +"126252",33356,20732,3,1586,2401 +"126253",33356,21248,3,1586,2232 +"126254",33356,21448,2,1586,2332 +"126255",33356,22180,3,1586,1835 +"126256",33356,22216,3,1586,1956 +"126257",33356,22311,3,1586,2034 +"126258",33356,23726,3,1586,2434 +"126259",33356,23745,3,1586,1968 +"126260",33356,23825,3,1586,1913 +"126261",33356,23869,3,1586,1918 +"126262",33356,24169,3,1586,1663 +"126263",33356,24568,3,1586,1937 +"126264",33356,24721,3,1586,2326 +"126265",33356,25480,3,1586,2747 +"126266",33356,26218,2,1586,2460 +"126267",33356,26249,3,1586,2301 +"126268",33356,27478,3,1586,2485 +"126269",33356,28011,3,1586,2639 +"126270",33356,29095,3,1586,2531 +"126271",33356,30150,3,1586,1704 +"126272",33356,30906,2,1586,2537 +"126273",33356,31799,3,1586,2547 +"126274",33356,32606,3,1586,2100 +"126275",33356,32988,3,1586,2008 +"126276",33356,33010,3,1586,2189 +"126277",33356,33433,1,1586,2805 +"126278",33356,33801,3,1586,2899 +"126279",33356,34707,2,1586,2042 +"126280",33356,34820,3,1586,1630 +"126281",33356,35256,3,1586,2271 +"126282",33356,35529,3,1586,1620 +"126283",33356,35888,3,1586,2291 +"126284",33356,37934,3,1586,1595 +"126285",33356,38019,3,1586,1870 +"126286",33356,38755,1,1586,2902 +"126287",33356,38921,3,1586,1880 +"126288",33356,39105,3,1586,2487 +"126289",33356,39534,3,1586,2410 +"126290",33356,39556,3,1586,2747 +"126291",33356,39657,3,1586,1947 +"126292",33356,40293,3,1586,1671 +"126293",33356,40296,3,1586,1674 +"126294",33356,41278,3,1586,1873 +"126295",33356,41682,3,1586,1988 +"126296",33356,41747,3,1586,1722 +"126297",33356,42333,3,1586,2234 +"126298",33356,46091,3,1586,1938 +"126299",33356,46803,3,1586,2305 +"126300",33356,46951,3,1586,2429 +"126301",33356,49121,2,1586,2199 +"126302",33356,49581,2,1586,1817 +"126303",33356,49696,2,1586,2444 +"126304",33356,50269,2,1586,1966 +"126305",33356,50382,2,1586,2244 +"126306",33356,51089,3,1586,2426 +"126307",33356,51853,3,1586,2520 +"126308",33356,52576,3,1586,2234 +"126309",33356,53031,3,1586,2065 +"126310",33356,53342,2,1586,2071 +"126311",33356,53475,3,1586,2853 +"126312",33356,53779,3,1586,2000 +"126313",33356,54879,2,1586,2210 +"126314",33356,55643,2,1586,2359 +"126315",33356,57732,3,1586,2454 +"126316",33356,58993,3,1586,2390 +"126317",33356,59113,2,1586,2434 +"126318",33356,61337,3,1586,2777 +"126319",33356,61458,3,1586,2630 +"126320",33356,62538,3,1586,1656 +"126321",33356,62903,2,1586,1704 +"126322",33356,63409,3,1586,1937 +"126323",33356,64502,2,1586,1670 +"126324",33356,65155,3,1586,1947 +"126325",33356,66677,3,1586,2151 +"126326",33356,66726,3,1586,2068 +"126327",33356,67145,3,1586,2015 +"126328",33356,67456,3,1586,1608 +"126329",33356,70203,3,1586,2756 +"126330",33356,73197,3,1586,1998 +"126331",33356,75343,3,1586,2008 +"126332",33356,77010,3,1586,2639 +"126333",33356,80506,3,1586,1920 +"126334",33356,85736,3,1586,1601 +"126335",33356,87144,3,1586,2299 +"126336",33356,87720,3,1586,2086 +"126337",33356,92513,3,1586,2282 +"126338",33356,100462,3,1586,1927 +"126339",33356,102186,3,1586,2937 +"126340",33356,103218,3,1586,1787 +"126341",33356,107318,3,1586,1963 +"126342",33357,669,3,69,1423 +"126343",33357,2894,3,69,1291 +"126344",33357,5716,3,69,1058 +"126345",33357,6062,3,69,2681 +"126346",33357,6417,3,69,1675 +"126347",33357,10859,3,69,2231 +"126348",33357,11758,3,69,651 +"126349",33357,12034,3,69,265 +"126350",33357,14353,3,69,2878 +"126351",33357,14564,3,69,1581 +"126352",33357,15290,1,69,641 +"126353",33357,15296,3,69,600 +"126354",33357,16352,3,69,2657 +"126355",33357,17097,3,69,1505 +"126356",33357,18601,2,69,2143 +"126357",33357,20496,3,69,2530 +"126358",33357,22403,2,69,1630 +"126359",33357,22681,2,69,551 +"126360",33357,24497,3,69,1979 +"126361",33357,26737,3,69,855 +"126362",33357,27355,3,69,870 +"126363",33357,28002,3,69,914 +"126364",33357,29243,3,69,2011 +"126365",33357,29372,3,69,528 +"126366",33357,38263,3,69,2475 +"126367",33357,40646,3,69,1583 +"126368",33357,41108,3,69,1624 +"126369",33357,46315,3,69,2316 +"126370",33357,46373,3,69,134 +"126371",33357,57150,3,69,1196 +"126372",33357,57760,2,69,1721 +"126373",33357,64699,3,69,2797 +"126374",33357,70785,2,69,1440 +"126375",33357,94345,2,69,283 +"126376",33363,1063,3,2475,2515 +"126377",33363,3100,3,2475,2524 +"126378",33363,4188,3,2475,2963 +"126379",33363,5606,3,2475,2875 +"126380",33363,6234,3,2475,2654 +"126381",33363,6248,3,2475,2737 +"126382",33363,18479,2,2475,2967 +"126383",33363,47130,3,2475,2654 +"126384",33363,49147,3,2475,2539 +"126385",33363,65223,3,2475,2724 +"126386",33363,80050,3,2475,2698 +"126387",33380,2093,3,2340,2459 +"126388",33380,11329,3,2340,2799 +"126389",33380,15444,3,2340,2764 +"126390",33380,19248,2,2340,2357 +"126391",33380,19605,3,2340,2395 +"126392",33380,19606,3,2340,2783 +"126393",33380,24255,2,2340,2770 +"126394",33380,25440,3,2340,2749 +"126395",33380,26582,3,2340,2772 +"126396",33380,36031,3,2340,2342 +"126397",33380,40295,2,2340,2703 +"126398",33380,43404,3,2340,2649 +"126399",33380,43978,2,2340,2698 +"126400",33380,48605,3,2340,2796 +"126401",33380,56893,3,2340,2597 +"126402",33380,61982,3,2340,2725 +"126403",33380,62841,3,2340,2710 +"126404",33380,70583,3,2340,2615 +"126405",33383,145,3,1572,1998 +"126406",33383,913,3,1572,2144 +"126407",33383,1226,3,1572,2353 +"126408",33383,1616,3,1572,2662 +"126409",33383,1777,3,1572,1965 +"126410",33383,2195,2,1572,2139 +"126411",33383,2484,3,1572,2389 +"126412",33383,3161,3,1572,2229 +"126413",33383,4289,3,1572,1921 +"126414",33383,5078,3,1572,2033 +"126415",33383,5457,3,1572,2077 +"126416",33383,5462,3,1572,2374 +"126417",33383,5504,3,1572,2389 +"126418",33383,6104,3,1572,2462 +"126419",33383,6234,3,1572,2654 +"126420",33383,6417,3,1572,1675 +"126421",33383,9423,3,1572,1708 +"126422",33383,10148,3,1572,2964 +"126423",33383,10779,3,1572,2881 +"126424",33383,10799,3,1572,2010 +"126425",33383,10964,3,1572,2043 +"126426",33383,11067,3,1572,2734 +"126427",33383,12713,3,1572,2440 +"126428",33383,14507,3,1572,2686 +"126429",33383,14731,3,1572,2012 +"126430",33383,14972,3,1572,2332 +"126431",33383,15207,3,1572,1855 +"126432",33383,15626,3,1572,2434 +"126433",33383,16195,2,1572,2964 +"126434",33383,17396,2,1572,1672 +"126435",33383,17410,3,1572,2073 +"126436",33383,17819,1,1572,2291 +"126437",33383,17852,3,1572,2840 +"126438",33383,21164,3,1572,1645 +"126439",33383,21487,3,1572,2203 +"126440",33383,22331,2,1572,2687 +"126441",33383,23715,3,1572,1859 +"126442",33383,24195,3,1572,1575 +"126443",33383,24648,3,1572,1833 +"126444",33383,24825,2,1572,2686 +"126445",33383,26658,3,1572,2745 +"126446",33383,29295,2,1572,2043 +"126447",33383,30092,3,1572,1593 +"126448",33383,30981,3,1572,2366 +"126449",33383,31235,3,1572,2668 +"126450",33383,31307,2,1572,2139 +"126451",33383,31832,3,1572,2163 +"126452",33383,32939,2,1572,2277 +"126453",33383,33160,3,1572,2441 +"126454",33383,34509,3,1572,1973 +"126455",33383,35256,3,1572,2271 +"126456",33383,35264,3,1572,2329 +"126457",33383,35518,3,1572,1721 +"126458",33383,36215,3,1572,1623 +"126459",33383,38676,3,1572,2286 +"126460",33383,42216,3,1572,2722 +"126461",33383,42256,3,1572,2839 +"126462",33383,45585,3,1572,2384 +"126463",33383,45704,2,1572,2687 +"126464",33383,46596,3,1572,1942 +"126465",33383,51017,3,1572,2073 +"126466",33383,53445,3,1572,2028 +"126467",33383,54929,3,1572,2783 +"126468",33383,55156,3,1572,2196 +"126469",33383,56903,3,1572,1584 +"126470",33383,57765,3,1572,2893 +"126471",33383,57804,2,1572,2214 +"126472",33383,58284,3,1572,2292 +"126473",33383,68810,3,1572,2409 +"126474",33383,70528,3,1572,2727 +"126475",33383,78563,3,1572,2385 +"126476",33388,364,2,232,2351 +"126477",33388,2743,3,232,1278 +"126478",33388,3242,3,232,1730 +"126479",33388,3978,3,232,2775 +"126480",33388,9782,3,232,340 +"126481",33388,9787,3,232,2858 +"126482",33388,10607,3,232,507 +"126483",33388,12655,3,232,674 +"126484",33388,12861,3,232,1207 +"126485",33388,15180,3,232,610 +"126486",33388,15683,2,232,1729 +"126487",33388,15880,3,232,878 +"126488",33388,16351,3,232,893 +"126489",33388,16590,3,232,1123 +"126490",33388,18381,3,232,1524 +"126491",33388,20494,3,232,1075 +"126492",33388,20562,3,232,316 +"126493",33388,20824,3,232,1366 +"126494",33388,21383,3,232,971 +"126495",33388,21407,1,232,2728 +"126496",33388,25373,3,232,2783 +"126497",33388,25722,1,232,1697 +"126498",33388,26286,1,232,2023 +"126499",33388,26838,3,232,685 +"126500",33388,31303,2,232,1040 +"126501",33388,31335,3,232,2351 +"126502",33388,31700,3,232,2727 +"126503",33388,32470,3,232,1539 +"126504",33388,33356,3,232,1586 +"126505",33388,34216,3,232,2832 +"126506",33388,37279,2,232,2768 +"126507",33388,37636,3,232,2178 +"126508",33388,37937,3,232,1320 +"126509",33388,38755,3,232,2902 +"126510",33388,38785,3,232,437 +"126511",33388,38807,3,232,631 +"126512",33388,41070,3,232,263 +"126513",33388,41523,3,232,1160 +"126514",33388,41581,3,232,1692 +"126515",33388,43360,3,232,979 +"126516",33388,44564,3,232,2034 +"126517",33388,45729,3,232,2606 +"126518",33388,58035,3,232,1646 +"126519",33388,59726,3,232,1513 +"126520",33388,63662,3,232,721 +"126521",33388,64156,3,232,675 +"126522",33388,68046,3,232,294 +"126523",33388,69037,3,232,849 +"126524",33388,70854,3,232,635 +"126525",33388,80377,3,232,1384 +"126526",33388,95708,2,232,433 +"126527",33388,96300,2,232,2594 +"126528",33388,96425,3,232,2007 +"126529",33407,25462,3,2496,2653 +"126530",33430,380,2,2225,2261 +"126531",33430,1102,3,2225,2282 +"126532",33430,2572,3,2225,2273 +"126533",33430,5235,2,2225,2324 +"126534",33430,7241,2,2225,2259 +"126535",33430,9723,3,2225,2302 +"126536",33430,10513,2,2225,2284 +"126537",33430,18394,3,2225,2356 +"126538",33430,21682,3,2225,2414 +"126539",33430,24060,3,2225,2349 +"126540",33430,33475,3,2225,2367 +"126541",33430,42129,3,2225,2318 +"126542",33430,42216,3,2225,2722 +"126543",33430,45302,3,2225,2390 +"126544",33430,50134,3,2225,2674 +"126545",33430,51035,3,2225,2397 +"126546",33430,51866,3,2225,2411 +"126547",33430,70046,3,2225,2624 +"126548",33430,80825,3,2225,2315 +"126549",33430,108867,3,2225,2328 +"126550",33433,14959,3,2805,2898 +"126551",33433,18151,3,2805,2962 +"126552",33433,33801,3,2805,2899 +"126553",33433,38755,2,2805,2902 +"126554",33433,53475,3,2805,2853 +"126555",33433,88232,3,2805,2881 +"126556",33433,102186,3,2805,2937 +"126557",33451,1822,3,1957,2888 +"126558",33451,2139,2,1957,2502 +"126559",33451,2181,3,1957,2030 +"126560",33451,3271,3,1957,2216 +"126561",33451,3477,2,1957,2546 +"126562",33451,6063,2,1957,2349 +"126563",33451,8993,3,1957,2099 +"126564",33451,9272,3,1957,2835 +"126565",33451,9503,3,1957,2453 +"126566",33451,11143,3,1957,2623 +"126567",33451,13007,2,1957,2496 +"126568",33451,13899,3,1957,2650 +"126569",33451,14817,3,1957,2110 +"126570",33451,15023,3,1957,2054 +"126571",33451,15095,3,1957,2001 +"126572",33451,19317,3,1957,2041 +"126573",33451,20124,3,1957,2376 +"126574",33451,20984,3,1957,2502 +"126575",33451,21684,3,1957,1971 +"126576",33451,31357,3,1957,2389 +"126577",33451,31652,2,1957,2047 +"126578",33451,32339,3,1957,2430 +"126579",33451,32395,1,1957,2735 +"126580",33451,33223,2,1957,2397 +"126581",33451,33470,3,1957,2003 +"126582",33451,34491,2,1957,2694 +"126583",33451,37301,3,1957,2160 +"126584",33451,40572,3,1957,2666 +"126585",33451,43226,3,1957,2442 +"126586",33451,44730,3,1957,2468 +"126587",33451,47595,3,1957,2374 +"126588",33451,48110,3,1957,2009 +"126589",33451,51843,3,1957,2389 +"126590",33451,52041,2,1957,2694 +"126591",33451,58508,3,1957,2326 +"126592",33451,69335,3,1957,2698 +"126593",33451,70586,3,1957,2562 +"126594",33451,84317,3,1957,2081 +"126595",33458,11338,3,453,1019 +"126596",33458,14325,3,453,1976 +"126597",33458,34659,3,453,1924 +"126598",33460,20011,3,2781,2826 +"126599",33460,59289,3,2781,2896 +"126600",33470,843,3,2003,2332 +"126601",33470,1822,3,2003,2888 +"126602",33470,2181,3,2003,2030 +"126603",33470,3317,3,2003,2037 +"126604",33470,3477,2,2003,2546 +"126605",33470,6063,2,2003,2349 +"126606",33470,7443,3,2003,2028 +"126607",33470,8993,2,2003,2099 +"126608",33470,9503,3,2003,2453 +"126609",33470,12598,3,2003,2086 +"126610",33470,13899,3,2003,2650 +"126611",33470,14817,3,2003,2110 +"126612",33470,15023,2,2003,2054 +"126613",33470,19075,3,2003,2214 +"126614",33470,19317,3,2003,2041 +"126615",33470,20124,3,2003,2376 +"126616",33470,20547,3,2003,2145 +"126617",33470,20739,3,2003,2025 +"126618",33470,20984,3,2003,2502 +"126619",33470,31357,3,2003,2389 +"126620",33470,32339,3,2003,2430 +"126621",33470,32395,3,2003,2735 +"126622",33470,32904,3,2003,2055 +"126623",33470,33186,2,2003,2240 +"126624",33470,33223,2,2003,2397 +"126625",33470,34295,3,2003,2735 +"126626",33470,37301,3,2003,2160 +"126627",33470,40759,2,2003,2789 +"126628",33470,44501,3,2003,2567 +"126629",33470,47595,3,2003,2374 +"126630",33470,51843,3,2003,2389 +"126631",33470,54385,3,2003,2340 +"126632",33470,55307,3,2003,2306 +"126633",33470,63104,3,2003,2149 +"126634",33470,69308,3,2003,2370 +"126635",33470,80615,3,2003,2252 +"126636",33470,84317,3,2003,2081 +"126637",33470,110871,3,2003,2879 +"126638",33475,5462,3,2367,2374 +"126639",33475,6074,3,2367,2426 +"126640",33475,17365,3,2367,2746 +"126641",33475,19862,3,2367,2412 +"126642",33475,21682,3,2367,2414 +"126643",33475,27478,3,2367,2485 +"126644",33475,31799,3,2367,2547 +"126645",33475,42216,3,2367,2722 +"126646",33475,43455,3,2367,2846 +"126647",33475,44768,3,2367,2516 +"126648",33475,45302,2,2367,2390 +"126649",33475,49110,3,2367,2938 +"126650",33475,50134,3,2367,2674 +"126651",33475,51035,3,2367,2397 +"126652",33475,51866,2,2367,2411 +"126653",33475,52570,2,2367,2645 +"126654",33475,53219,3,2367,2973 +"126655",33475,57977,3,2367,2683 +"126656",33475,67182,3,2367,2855 +"126657",33483,1897,2,182,1727 +"126658",33483,1968,3,182,631 +"126659",33483,2349,2,182,1288 +"126660",33483,3317,3,182,2037 +"126661",33483,6133,3,182,1229 +"126662",33483,6627,3,182,2063 +"126663",33483,7269,3,182,1728 +"126664",33483,10638,3,182,2692 +"126665",33483,10914,2,182,1660 +"126666",33483,11381,3,182,1638 +"126667",33483,11506,2,182,2824 +"126668",33483,14888,3,182,1411 +"126669",33483,16777,3,182,834 +"126670",33483,18571,2,182,2128 +"126671",33483,18943,2,182,2861 +"126672",33483,20007,3,182,2971 +"126673",33483,20432,3,182,1727 +"126674",33483,21463,2,182,2437 +"126675",33483,22297,3,182,1904 +"126676",33483,23513,3,182,900 +"126677",33483,26713,2,182,1235 +"126678",33483,27008,3,182,911 +"126679",33483,27783,2,182,2302 +"126680",33483,31164,1,182,1996 +"126681",33483,32449,2,182,2091 +"126682",33483,36136,2,182,2338 +"126683",33483,39105,2,182,2487 +"126684",33483,41978,3,182,2824 +"126685",33483,46951,2,182,2429 +"126686",33483,47384,3,182,1639 +"126687",33483,47571,3,182,1667 +"126688",33483,50238,2,182,663 +"126689",33483,56338,3,182,1818 +"126690",33483,59039,3,182,2870 +"126691",33483,66911,3,182,1920 +"126692",33483,67838,3,182,765 +"126693",33483,68592,3,182,2551 +"126694",33483,69335,3,182,2698 +"126695",33483,73021,3,182,789 +"126696",33483,76132,3,182,2426 +"126697",33483,76675,3,182,1840 +"126698",33483,93208,3,182,1324 +"126699",33483,94926,2,182,1611 +"126700",33483,104306,3,182,1665 +"126701",33491,1203,2,1226,1350 +"126702",33491,2294,2,1226,1638 +"126703",33491,4121,3,1226,1304 +"126704",33491,8860,1,1226,2141 +"126705",33491,8908,3,1226,1537 +"126706",33491,10087,1,1226,1617 +"126707",33491,17061,3,1226,2385 +"126708",33491,18706,3,1226,1617 +"126709",33491,32549,3,1226,2111 +"126710",33491,34094,3,1226,1360 +"126711",33491,34528,3,1226,1323 +"126712",33491,39534,3,1226,2410 +"126713",33491,72438,3,1226,1397 +"126714",33491,73172,3,1226,2496 +"126715",33491,79837,3,1226,1252 +"126716",33491,83860,3,1226,1522 +"126717",33491,107383,3,1226,1918 +"126718",33533,1560,3,234,2013 +"126719",33533,3152,2,234,1621 +"126720",33533,4730,3,234,2131 +"126721",33533,5557,3,234,1929 +"126722",33533,5852,3,234,1862 +"126723",33533,8157,3,234,1063 +"126724",33533,8478,1,234,984 +"126725",33533,9506,2,234,1012 +"126726",33533,9716,2,234,1929 +"126727",33533,10128,3,234,883 +"126728",33533,14626,3,234,2175 +"126729",33533,14654,3,234,1692 +"126730",33533,14789,3,234,1034 +"126731",33533,17159,3,234,883 +"126732",33533,17541,3,234,637 +"126733",33533,18855,3,234,1362 +"126734",33533,21741,3,234,1574 +"126735",33533,22571,3,234,655 +"126736",33533,23158,3,234,659 +"126737",33533,23639,3,234,2065 +"126738",33533,26567,3,234,1158 +"126739",33533,29319,3,234,2314 +"126740",33533,30404,2,234,1810 +"126741",33533,32582,2,234,1929 +"126742",33533,35264,3,234,2329 +"126743",33533,40392,3,234,1878 +"126744",33533,41185,3,234,1929 +"126745",33533,41603,3,234,1942 +"126746",33533,44464,3,234,1619 +"126747",33533,45730,3,234,2063 +"126748",33533,49147,3,234,2539 +"126749",33533,50335,3,234,1893 +"126750",33533,52185,3,234,1012 +"126751",33533,54903,3,234,2493 +"126752",33533,55775,2,234,2385 +"126753",33533,56737,3,234,2270 +"126754",33533,64412,3,234,2233 +"126755",33533,72426,3,234,2902 +"126756",33533,74912,2,234,1542 +"126757",33533,78768,2,234,841 +"126758",33533,82226,3,234,1619 +"126759",33533,91631,3,234,1899 +"126760",33533,91715,3,234,1034 +"126761",33533,97266,2,234,1016 +"126762",33537,1745,3,2406,2693 +"126763",33537,16286,3,2406,2470 +"126764",33537,19655,3,2406,2706 +"126765",33537,66693,2,2406,2554 +"126766",33537,111375,3,2406,2686 +"126767",33551,4618,3,1734,2607 +"126768",33551,10871,3,1734,2314 +"126769",33551,17264,2,1734,2528 +"126770",33551,17354,1,1734,2250 +"126771",33551,19516,2,1734,2313 +"126772",33551,20070,3,1734,1914 +"126773",33551,20563,3,1734,2267 +"126774",33551,23140,2,1734,2787 +"126775",33551,26436,3,1734,2489 +"126776",33551,26516,3,1734,2479 +"126777",33551,27753,3,1734,2750 +"126778",33551,32419,3,1734,1909 +"126779",33551,34492,3,1734,1798 +"126780",33551,36031,3,1734,2342 +"126781",33551,46506,3,1734,2464 +"126782",33551,51410,3,1734,2739 +"126783",33551,63654,3,1734,2310 +"126784",33551,70203,3,1734,2756 +"126785",33551,87110,3,1734,2801 +"126786",33562,3669,3,1979,2524 +"126787",33562,14957,3,1979,2306 +"126788",33562,115966,3,1979,2349 +"126789",33572,2166,3,2370,2557 +"126790",33572,4932,3,2370,2752 +"126791",33572,5462,3,2370,2374 +"126792",33572,5504,3,2370,2389 +"126793",33572,5849,3,2370,2404 +"126794",33572,6390,3,2370,2385 +"126795",33572,7323,3,2370,2858 +"126796",33572,9272,3,2370,2835 +"126797",33572,13929,3,2370,2693 +"126798",33572,14676,3,2370,2764 +"126799",33572,15184,3,2370,2396 +"126800",33572,18543,3,2370,2968 +"126801",33572,19528,2,2370,2742 +"126802",33572,20783,3,2370,2414 +"126803",33572,24042,2,2370,2880 +"126804",33572,24255,3,2370,2770 +"126805",33572,26436,3,2370,2489 +"126806",33572,27753,3,2370,2750 +"126807",33572,34327,3,2370,2959 +"126808",33572,38667,1,2370,2880 +"126809",33572,39444,2,2370,2695 +"126810",33572,43226,3,2370,2442 +"126811",33572,51410,3,2370,2739 +"126812",33572,53789,2,2370,2681 +"126813",33572,55828,2,2370,2393 +"126814",33572,56082,3,2370,2395 +"126815",33572,68390,3,2370,2608 +"126816",33572,69335,3,2370,2698 +"126817",33572,71274,3,2370,2390 +"126818",33572,93615,3,2370,2386 +"126819",33588,312,3,1040,2038 +"126820",33588,360,3,1040,1671 +"126821",33588,671,3,1040,2328 +"126822",33588,675,2,1040,1686 +"126823",33588,701,2,1040,2718 +"126824",33588,733,3,1040,1653 +"126825",33588,1046,3,1040,1881 +"126826",33588,1136,2,1040,2536 +"126827",33588,1321,3,1040,2075 +"126828",33588,2036,3,1040,2483 +"126829",33588,2063,2,1040,1278 +"126830",33588,2181,3,1040,2030 +"126831",33588,2224,3,1040,2751 +"126832",33588,2533,3,1040,2016 +"126833",33588,2563,3,1040,1686 +"126834",33588,2742,3,1040,1192 +"126835",33588,2743,2,1040,1278 +"126836",33588,3242,3,1040,1730 +"126837",33588,4191,3,1040,2130 +"126838",33588,4618,3,1040,2607 +"126839",33588,4889,3,1040,1501 +"126840",33588,4980,3,1040,2093 +"126841",33588,5120,3,1040,2735 +"126842",33588,5429,3,1040,1991 +"126843",33588,5725,3,1040,2789 +"126844",33588,5864,3,1040,1197 +"126845",33588,6363,2,1040,2066 +"126846",33588,6428,3,1040,1952 +"126847",33588,6491,3,1040,2424 +"126848",33588,6940,3,1040,1183 +"126849",33588,7548,3,1040,1932 +"126850",33588,7582,2,1040,1099 +"126851",33588,7847,3,1040,2424 +"126852",33588,8621,3,1040,1681 +"126853",33588,9150,3,1040,2689 +"126854",33588,9184,3,1040,2670 +"126855",33588,9853,3,1040,1275 +"126856",33588,10843,3,1040,2277 +"126857",33588,11006,3,1040,1950 +"126858",33588,11440,3,1040,2026 +"126859",33588,11477,3,1040,2724 +"126860",33588,12096,3,1040,1330 +"126861",33588,12747,3,1040,2818 +"126862",33588,13249,3,1040,2573 +"126863",33588,14072,3,1040,1346 +"126864",33588,14108,3,1040,2012 +"126865",33588,14325,3,1040,1976 +"126866",33588,14972,2,1040,2332 +"126867",33588,15607,3,1040,1421 +"126868",33588,16164,2,1040,1184 +"126869",33588,16940,3,1040,1290 +"126870",33588,16954,3,1040,2972 +"126871",33588,17381,3,1040,1697 +"126872",33588,18211,3,1040,1745 +"126873",33588,18874,3,1040,2170 +"126874",33588,19072,3,1040,2358 +"126875",33588,19248,2,1040,2357 +"126876",33588,19528,3,1040,2742 +"126877",33588,19643,3,1040,2452 +"126878",33588,19719,3,1040,2177 +"126879",33588,19835,3,1040,1135 +"126880",33588,20287,3,1040,1099 +"126881",33588,20292,3,1040,2755 +"126882",33588,20563,3,1040,2267 +"126883",33588,20824,2,1040,1366 +"126884",33588,21571,3,1040,2755 +"126885",33588,21911,3,1040,1184 +"126886",33588,21929,3,1040,2062 +"126887",33588,22141,3,1040,2348 +"126888",33588,22884,2,1040,1608 +"126889",33588,22885,3,1040,1702 +"126890",33588,23216,3,1040,2424 +"126891",33588,23506,3,1040,1172 +"126892",33588,23509,3,1040,2275 +"126893",33588,23534,3,1040,1659 +"126894",33588,23704,3,1040,2278 +"126895",33588,24066,3,1040,1755 +"126896",33588,24755,3,1040,1319 +"126897",33588,25198,2,1040,1982 +"126898",33588,25341,3,1040,1858 +"126899",33588,25643,3,1040,1646 +"126900",33588,25816,3,1040,2088 +"126901",33588,25985,3,1040,2071 +"126902",33588,26282,3,1040,1241 +"126903",33588,26436,3,1040,2489 +"126904",33588,26516,3,1040,2479 +"126905",33588,26570,3,1040,1669 +"126906",33588,26608,3,1040,2329 +"126907",33588,27173,3,1040,2050 +"126908",33588,27261,3,1040,1368 +"126909",33588,27628,3,1040,2389 +"126910",33588,27694,3,1040,2030 +"126911",33588,27753,2,1040,2750 +"126912",33588,27849,3,1040,1316 +"126913",33588,28057,3,1040,1067 +"126914",33588,28434,2,1040,1141 +"126915",33588,29170,3,1040,1846 +"126916",33588,30334,3,1040,2075 +"126917",33588,30438,3,1040,1617 +"126918",33588,31069,3,1040,1995 +"126919",33588,31799,3,1040,2547 +"126920",33588,32939,3,1040,2277 +"126921",33588,32965,3,1040,2071 +"126922",33588,33433,3,1040,2805 +"126923",33588,33621,1,1040,1319 +"126924",33588,33672,2,1040,2396 +"126925",33588,34160,3,1040,1759 +"126926",33588,34464,3,1040,1741 +"126927",33588,34492,2,1040,1798 +"126928",33588,34659,3,1040,1924 +"126929",33588,34815,1,1040,2354 +"126930",33588,35360,3,1040,2043 +"126931",33588,35518,3,1040,1721 +"126932",33588,36651,3,1040,1600 +"126933",33588,37238,3,1040,2609 +"126934",33588,37285,3,1040,2428 +"126935",33588,37620,3,1040,2716 +"126936",33588,37636,3,1040,2178 +"126937",33588,38439,3,1040,2025 +"126938",33588,39535,2,1040,2428 +"126939",33588,39735,3,1040,2294 +"126940",33588,39880,2,1040,1620 +"126941",33588,40293,3,1040,1671 +"126942",33588,40369,3,1040,2735 +"126943",33588,40392,3,1040,1878 +"126944",33588,41033,3,1040,1839 +"126945",33588,43173,3,1040,2895 +"126946",33588,43385,3,1040,1623 +"126947",33588,44720,3,1040,1202 +"126948",33588,45715,3,1040,2287 +"126949",33588,47098,3,1040,2057 +"126950",33588,48605,3,1040,2796 +"126951",33588,50785,3,1040,2877 +"126952",33588,51022,3,1040,1499 +"126953",33588,51041,2,1040,2606 +"126954",33588,51410,3,1040,2739 +"126955",33588,51783,3,1040,2599 +"126956",33588,51987,3,1040,1397 +"126957",33588,53851,3,1040,2305 +"126958",33588,54305,2,1040,1222 +"126959",33588,54929,3,1040,2783 +"126960",33588,57129,3,1040,1858 +"126961",33588,57804,3,1040,2214 +"126962",33588,58035,2,1040,1646 +"126963",33588,58854,3,1040,1131 +"126964",33588,59438,2,1040,2400 +"126965",33588,59677,3,1040,1174 +"126966",33588,61982,3,1040,2725 +"126967",33588,62841,3,1040,2710 +"126968",33588,63770,3,1040,1324 +"126969",33588,64031,2,1040,1295 +"126970",33588,64181,3,1040,1828 +"126971",33588,64997,2,1040,2791 +"126972",33588,67314,3,1040,1051 +"126973",33588,67352,3,1040,1115 +"126974",33588,68523,3,1040,1664 +"126975",33588,70046,3,1040,2624 +"126976",33588,80172,1,1040,1342 +"126977",33588,82767,3,1040,1641 +"126978",33588,82787,3,1040,1144 +"126979",33588,88063,3,1040,1045 +"126980",33588,92491,2,1040,1968 +"126981",33588,99103,3,1040,1470 +"126982",33588,99860,3,1040,2071 +"126983",33621,312,3,1319,2038 +"126984",33621,489,3,1319,2652 +"126985",33621,512,3,1319,1596 +"126986",33621,671,3,1319,2328 +"126987",33621,675,2,1319,1686 +"126988",33621,701,3,1319,2718 +"126989",33621,733,3,1319,1653 +"126990",33621,1136,2,1319,2536 +"126991",33621,1321,3,1319,2075 +"126992",33621,1691,3,1319,1941 +"126993",33621,2011,3,1319,2176 +"126994",33621,2036,3,1319,2483 +"126995",33621,2224,2,1319,2751 +"126996",33621,2533,3,1319,2016 +"126997",33621,2563,2,1319,1686 +"126998",33621,3242,3,1319,1730 +"126999",33621,3306,3,1319,1989 +"127000",33621,4191,3,1319,2130 +"127001",33621,4618,3,1319,2607 +"127002",33621,4889,3,1319,1501 +"127003",33621,4980,3,1319,2093 +"127004",33621,5120,2,1319,2735 +"127005",33621,6363,2,1319,2066 +"127006",33621,6390,3,1319,2385 +"127007",33621,6428,3,1319,1952 +"127008",33621,6491,3,1319,2424 +"127009",33621,7847,3,1319,2424 +"127010",33621,8621,3,1319,1681 +"127011",33621,8821,3,1319,2230 +"127012",33621,9150,3,1319,2689 +"127013",33621,9184,3,1319,2670 +"127014",33621,9202,3,1319,2477 +"127015",33621,12747,3,1319,2818 +"127016",33621,14108,2,1319,2012 +"127017",33621,14972,3,1319,2332 +"127018",33621,18211,2,1319,1745 +"127019",33621,18543,3,1319,2968 +"127020",33621,19248,3,1319,2357 +"127021",33621,20563,3,1319,2267 +"127022",33621,20824,2,1319,1366 +"127023",33621,21133,3,1319,1320 +"127024",33621,22141,3,1319,2348 +"127025",33621,22884,2,1319,1608 +"127026",33621,22885,3,1319,1702 +"127027",33621,23216,3,1319,2424 +"127028",33621,23534,3,1319,1659 +"127029",33621,23704,3,1319,2278 +"127030",33621,25198,3,1319,1982 +"127031",33621,25341,3,1319,1858 +"127032",33621,25565,3,1319,2764 +"127033",33621,25643,3,1319,1646 +"127034",33621,25816,3,1319,2088 +"127035",33621,25985,3,1319,2071 +"127036",33621,26436,3,1319,2489 +"127037",33621,26516,3,1319,2479 +"127038",33621,26608,3,1319,2329 +"127039",33621,27628,3,1319,2389 +"127040",33621,27753,2,1319,2750 +"127041",33621,30438,3,1319,1617 +"127042",33621,32965,3,1319,2071 +"127043",33621,33672,3,1319,2396 +"127044",33621,34160,3,1319,1759 +"127045",33621,34492,2,1319,1798 +"127046",33621,34815,2,1319,2354 +"127047",33621,36439,3,1319,2469 +"127048",33621,36651,3,1319,1600 +"127049",33621,37509,3,1319,1640 +"127050",33621,39535,3,1319,2428 +"127051",33621,39880,3,1319,1620 +"127052",33621,40022,3,1319,2307 +"127053",33621,40369,3,1319,2735 +"127054",33621,41023,3,1319,2408 +"127055",33621,43173,3,1319,2895 +"127056",33621,43226,3,1319,2442 +"127057",33621,44427,3,1319,2875 +"127058",33621,44819,3,1319,2063 +"127059",33621,45715,3,1319,2287 +"127060",33621,47064,3,1319,1993 +"127061",33621,47098,3,1319,2057 +"127062",33621,50785,3,1319,2877 +"127063",33621,51022,3,1319,1499 +"127064",33621,51041,2,1319,2606 +"127065",33621,51410,3,1319,2739 +"127066",33621,51987,3,1319,1397 +"127067",33621,52323,3,1319,2148 +"127068",33621,53851,3,1319,2305 +"127069",33621,57129,3,1319,1858 +"127070",33621,58035,3,1319,1646 +"127071",33621,59438,2,1319,2400 +"127072",33621,64181,3,1319,1828 +"127073",33621,64997,2,1319,2791 +"127074",33621,70046,3,1319,2624 +"127075",33621,75444,3,1319,2846 +"127076",33621,80172,2,1319,1342 +"127077",33621,82767,3,1319,1641 +"127078",33621,88232,3,1319,2881 +"127079",33621,92491,1,1319,1968 +"127080",33621,99103,3,1319,1470 +"127081",33622,135,3,2230,2233 +"127082",33622,470,3,2230,2285 +"127083",33622,671,3,2230,2328 +"127084",33622,1102,3,2230,2282 +"127085",33622,2684,3,2230,2874 +"127086",33622,6074,3,2230,2426 +"127087",33622,6252,3,2230,2336 +"127088",33622,6390,2,2230,2385 +"127089",33622,8762,3,2230,2585 +"127090",33622,11103,3,2230,2393 +"127091",33622,12374,2,2230,2260 +"127092",33622,16352,3,2230,2657 +"127093",33622,18543,3,2230,2968 +"127094",33622,19248,3,2230,2357 +"127095",33622,20407,2,2230,2339 +"127096",33622,21104,3,2230,2327 +"127097",33622,21463,3,2230,2437 +"127098",33622,21682,3,2230,2414 +"127099",33622,25565,3,2230,2764 +"127100",33622,26671,3,2230,2279 +"127101",33622,27390,3,2230,2425 +"127102",33622,31235,3,2230,2668 +"127103",33622,34836,3,2230,2302 +"127104",33622,36439,2,2230,2469 +"127105",33622,39105,3,2230,2487 +"127106",33622,39444,3,2230,2695 +"127107",33622,44427,3,2230,2875 +"127108",33622,50236,3,2230,2339 +"127109",33622,58284,3,2230,2292 +"127110",33622,66413,3,2230,2507 +"127111",33622,74605,3,2230,2265 +"127112",33622,74636,2,2230,2525 +"127113",33622,78563,3,2230,2385 +"127114",33622,79322,3,2230,2770 +"127115",33622,88232,2,2230,2881 +"127116",33622,108867,3,2230,2328 +"127117",33655,1036,3,773,1367 +"127118",33655,1092,3,773,1945 +"127119",33655,2384,3,773,1057 +"127120",33655,2864,2,773,1543 +"127121",33655,3198,3,773,1797 +"127122",33655,3395,3,773,1382 +"127123",33655,3397,3,773,2126 +"127124",33655,3409,3,773,2167 +"127125",33655,3453,2,773,2126 +"127126",33655,3753,2,773,1255 +"127127",33655,3886,3,773,1669 +"127128",33655,4567,3,773,2348 +"127129",33655,5239,3,773,2875 +"127130",33655,5622,3,773,2175 +"127131",33655,5865,3,773,1910 +"127132",33655,6492,2,773,1162 +"127133",33655,7616,3,773,2296 +"127134",33655,9871,3,773,921 +"127135",33655,10857,2,773,2253 +"127136",33655,11168,3,773,1223 +"127137",33655,12712,3,773,815 +"127138",33655,15402,3,773,1281 +"127139",33655,15632,3,773,1242 +"127140",33655,16539,3,773,1947 +"127141",33655,17400,3,773,2231 +"127142",33655,18825,3,773,1240 +"127143",33655,19622,3,773,2371 +"127144",33655,19744,2,773,2623 +"127145",33655,19893,3,773,1223 +"127146",33655,19980,3,773,2231 +"127147",33655,21706,3,773,1988 +"127148",33655,23492,2,773,1067 +"127149",33655,23679,3,773,934 +"127150",33655,23725,3,773,2378 +"127151",33655,24259,3,773,1281 +"127152",33655,24816,3,773,2161 +"127153",33655,27030,3,773,2031 +"127154",33655,29512,3,773,1594 +"127155",33655,30325,3,773,1067 +"127156",33655,31898,3,773,1916 +"127157",33655,32419,3,773,1909 +"127158",33655,34480,3,773,2755 +"127159",33655,35045,3,773,1646 +"127160",33655,35673,3,773,1067 +"127161",33655,39294,3,773,1889 +"127162",33655,40129,2,773,2162 +"127163",33655,40879,3,773,2019 +"127164",33655,42574,3,773,2842 +"127165",33655,43902,2,773,1726 +"127166",33655,44188,3,773,1609 +"127167",33655,44763,3,773,1324 +"127168",33655,44773,3,773,1355 +"127169",33655,45684,3,773,2200 +"127170",33655,46831,3,773,1915 +"127171",33655,49334,3,773,2433 +"127172",33655,51017,3,773,2073 +"127173",33655,51035,3,773,2397 +"127174",33655,52699,3,773,1372 +"127175",33655,54551,2,773,2348 +"127176",33655,54695,3,773,2429 +"127177",33655,57246,3,773,1873 +"127178",33655,57414,3,773,922 +"127179",33655,58427,3,773,2234 +"127180",33655,60867,3,773,2689 +"127181",33655,66756,3,773,1301 +"127182",33655,72188,3,773,856 +"127183",33655,73205,3,773,1529 +"127184",33655,76284,3,773,1237 +"127185",33655,79403,2,773,977 +"127186",33655,82893,3,773,1275 +"127187",33655,83286,3,773,1793 +"127188",33655,83291,3,773,2066 +"127189",33657,371,3,2336,2950 +"127190",33657,9332,3,2336,2734 +"127191",33657,42256,3,2336,2839 +"127192",33665,900,3,787,2726 +"127193",33665,1262,3,787,2973 +"127194",33665,1386,3,787,1901 +"127195",33665,2452,1,787,1715 +"127196",33665,3695,3,787,2612 +"127197",33665,4249,3,787,2547 +"127198",33665,5491,3,787,2048 +"127199",33665,5897,3,787,2337 +"127200",33665,6160,3,787,969 +"127201",33665,6697,3,787,2438 +"127202",33665,7759,3,787,2844 +"127203",33665,9301,3,787,1861 +"127204",33665,10223,3,787,1033 +"127205",33665,12524,3,787,1287 +"127206",33665,13068,3,787,1778 +"127207",33665,13732,3,787,2789 +"127208",33665,14287,2,787,1583 +"127209",33665,14709,2,787,1901 +"127210",33665,15343,3,787,2125 +"127211",33665,16029,3,787,1160 +"127212",33665,16501,3,787,1650 +"127213",33665,18122,3,787,894 +"127214",33665,18151,3,787,2962 +"127215",33665,18366,3,787,2699 +"127216",33665,19872,3,787,2913 +"127217",33665,19934,3,787,2888 +"127218",33665,20176,2,787,1050 +"127219",33665,21417,3,787,2422 +"127220",33665,21795,2,787,2653 +"127221",33665,23015,3,787,1362 +"127222",33665,24362,3,787,1287 +"127223",33665,24608,3,787,1630 +"127224",33665,25378,2,787,1245 +"127225",33665,26865,3,787,2726 +"127226",33665,27280,3,787,1965 +"127227",33665,28904,3,787,926 +"127228",33665,29791,3,787,1986 +"127229",33665,30081,3,787,2403 +"127230",33665,30334,3,787,2075 +"127231",33665,30865,2,787,2038 +"127232",33665,33314,3,787,1444 +"127233",33665,34327,3,787,2959 +"127234",33665,37636,3,787,2178 +"127235",33665,38087,3,787,1083 +"127236",33665,38373,2,787,1928 +"127237",33665,39249,3,787,1665 +"127238",33665,39443,3,787,2277 +"127239",33665,40392,3,787,1878 +"127240",33665,40492,3,787,1286 +"127241",33665,41718,2,787,804 +"127242",33665,44420,3,787,2184 +"127243",33665,44557,2,787,2371 +"127244",33665,47013,3,787,2388 +"127245",33665,47968,3,787,2829 +"127246",33665,49872,3,787,2019 +"127247",33665,50040,3,787,790 +"127248",33665,50229,3,787,1190 +"127249",33665,51783,3,787,2599 +"127250",33665,57912,3,787,1035 +"127251",33665,58015,3,787,899 +"127252",33665,58421,3,787,910 +"127253",33665,58875,3,787,1899 +"127254",33665,59485,3,787,1564 +"127255",33665,60258,3,787,2405 +"127256",33665,61443,3,787,2770 +"127257",33665,63077,3,787,2778 +"127258",33665,65188,3,787,2213 +"127259",33665,67815,2,787,2476 +"127260",33665,69062,2,787,1174 +"127261",33665,70126,3,787,1158 +"127262",33665,74795,3,787,1319 +"127263",33665,75282,3,787,2675 +"127264",33665,81716,3,787,1199 +"127265",33665,82252,3,787,1248 +"127266",33665,82735,3,787,829 +"127267",33665,84447,2,787,1006 +"127268",33665,85784,3,787,1142 +"127269",33665,90236,3,787,1010 +"127270",33665,92678,3,787,1769 +"127271",33665,96059,3,787,1286 +"127272",33665,102566,3,787,2207 +"127273",33665,107292,2,787,1667 +"127274",33672,701,3,2396,2718 +"127275",33672,2036,3,2396,2483 +"127276",33672,9184,3,2396,2670 +"127277",33672,13249,2,2396,2573 +"127278",33672,17221,3,2396,2487 +"127279",33672,19643,3,2396,2452 +"127280",33672,39535,2,2396,2428 +"127281",33672,41837,3,2396,2399 +"127282",33672,44135,3,2396,2620 +"127283",33672,48605,3,2396,2796 +"127284",33672,50785,3,2396,2877 +"127285",33672,51041,2,2396,2606 +"127286",33672,61982,3,2396,2725 +"127287",33672,62841,3,2396,2710 +"127288",33681,1323,3,1059,1659 +"127289",33681,1620,3,1059,1303 +"127290",33681,1629,2,1059,1289 +"127291",33681,1756,3,1059,2231 +"127292",33681,2852,3,1059,2448 +"127293",33681,2979,3,1059,2912 +"127294",33681,3195,3,1059,2043 +"127295",33681,3477,2,1059,2546 +"127296",33681,4361,2,1059,2571 +"127297",33681,4669,3,1059,2395 +"127298",33681,5839,2,1059,2301 +"127299",33681,5897,3,1059,2337 +"127300",33681,6063,3,1059,2349 +"127301",33681,7337,2,1059,1797 +"127302",33681,7785,3,1059,2441 +"127303",33681,8146,3,1059,1561 +"127304",33681,9481,3,1059,1610 +"127305",33681,9703,3,1059,1845 +"127306",33681,10453,3,1059,1656 +"127307",33681,11108,3,1059,1609 +"127308",33681,11351,3,1059,2971 +"127309",33681,15826,3,1059,2772 +"127310",33681,16501,3,1059,1650 +"127311",33681,16715,3,1059,1218 +"127312",33681,17257,3,1059,1117 +"127313",33681,18217,3,1059,1566 +"127314",33681,18381,3,1059,1524 +"127315",33681,18706,3,1059,1617 +"127316",33681,19655,3,1059,2706 +"127317",33681,19718,3,1059,1702 +"127318",33681,21207,2,1059,1258 +"127319",33681,21240,3,1059,1162 +"127320",33681,21684,3,1059,1971 +"127321",33681,27742,3,1059,2700 +"127322",33681,29286,3,1059,1612 +"127323",33681,32532,3,1059,2338 +"127324",33681,32560,3,1059,1258 +"127325",33681,33223,3,1059,2397 +"127326",33681,33341,2,1059,2338 +"127327",33681,35816,3,1059,2009 +"127328",33681,36346,3,1059,1240 +"127329",33681,37752,3,1059,2223 +"127330",33681,39589,3,1059,1292 +"127331",33681,40542,3,1059,1664 +"127332",33681,41023,3,1059,2408 +"127333",33681,41187,3,1059,2340 +"127334",33681,41581,3,1059,1692 +"127335",33681,43204,3,1059,1680 +"127336",33681,45480,3,1059,1104 +"127337",33681,45869,3,1059,2840 +"127338",33681,46486,3,1059,1868 +"127339",33681,47013,3,1059,2388 +"127340",33681,50229,3,1059,1190 +"127341",33681,50354,3,1059,1299 +"127342",33681,53739,3,1059,2704 +"127343",33681,59039,3,1059,2870 +"127344",33681,59298,3,1059,1236 +"127345",33681,61125,3,1059,1673 +"127346",33681,63077,3,1059,2778 +"127347",33681,66205,3,1059,2898 +"127348",33681,66677,3,1059,2151 +"127349",33681,74441,3,1059,1260 +"127350",33681,88067,3,1059,2315 +"127351",33681,90709,2,1059,1080 +"127352",33681,91849,2,1059,1166 +"127353",33681,107292,3,1059,1667 +"127354",33681,115021,3,1059,1226 +"127355",33691,388,3,949,1594 +"127356",33691,11429,3,949,2520 +"127357",33691,14599,3,949,1118 +"127358",33691,18421,3,949,2457 +"127359",33691,27255,3,949,1232 +"127360",33691,27280,3,949,1965 +"127361",33691,31541,3,949,1500 +"127362",33691,32276,3,949,2223 +"127363",33691,36577,3,949,958 +"127364",33691,40392,3,949,1878 +"127365",33691,44982,2,949,1592 +"127366",33691,45480,3,949,1104 +"127367",33691,49621,3,949,1915 +"127368",33691,70656,3,949,2771 +"127369",33691,88067,3,949,2315 +"127370",33691,110569,2,949,970 +"127371",33697,270,3,1309,2542 +"127372",33697,2424,3,1309,2582 +"127373",33697,2759,2,1309,2030 +"127374",33697,3317,3,1309,2037 +"127375",33697,4066,3,1309,1736 +"127376",33697,6627,3,1309,2063 +"127377",33697,7269,3,1309,1728 +"127378",33697,9716,3,1309,1929 +"127379",33697,13400,3,1309,1371 +"127380",33697,16835,1,1309,1739 +"127381",33697,21180,3,1309,2762 +"127382",33697,22905,3,1309,2599 +"127383",33697,26100,3,1309,1966 +"127384",33697,32582,3,1309,1929 +"127385",33697,42914,3,1309,1737 +"127386",33697,43455,3,1309,2846 +"127387",33697,46629,3,1309,2255 +"127388",33697,47384,3,1309,1639 +"127389",33697,53362,3,1309,2360 +"127390",33697,54903,3,1309,2493 +"127391",33697,55076,3,1309,2408 +"127392",33697,61982,3,1309,2725 +"127393",33697,69250,3,1309,1439 +"127394",33697,76132,3,1309,2426 +"127395",33697,117764,3,1309,2781 +"127396",33701,728,3,74,1812 +"127397",33701,2576,2,74,1307 +"127398",33701,3477,3,74,2546 +"127399",33701,4612,3,74,2804 +"127400",33701,4668,3,74,1919 +"127401",33701,4730,3,74,2131 +"127402",33701,6063,3,74,2349 +"127403",33701,7252,3,74,2799 +"127404",33701,7942,3,74,2623 +"127405",33701,8984,3,74,1162 +"127406",33701,9787,3,74,2858 +"127407",33701,10453,3,74,1656 +"127408",33701,10551,2,74,243 +"127409",33701,11108,3,74,1609 +"127410",33701,11563,3,74,1863 +"127411",33701,11990,2,74,1909 +"127412",33701,12023,2,74,799 +"127413",33701,12735,3,74,819 +"127414",33701,12779,3,74,936 +"127415",33701,12781,3,74,831 +"127416",33701,13295,3,74,779 +"127417",33701,13296,3,74,839 +"127418",33701,14287,3,74,1583 +"127419",33701,16015,3,74,1307 +"127420",33701,16152,3,74,879 +"127421",33701,16501,3,74,1650 +"127422",33701,16864,3,74,814 +"127423",33701,17252,2,74,1258 +"127424",33701,17887,3,74,1750 +"127425",33701,17974,3,74,2876 +"127426",33701,18217,3,74,1566 +"127427",33701,18978,3,74,952 +"127428",33701,19165,3,74,2436 +"127429",33701,19662,2,74,170 +"127430",33701,20220,3,74,1656 +"127431",33701,22462,3,74,869 +"127432",33701,22945,2,74,237 +"127433",33701,23131,3,74,1732 +"127434",33701,27742,2,74,2700 +"127435",33701,27914,2,74,2507 +"127436",33701,28440,3,74,675 +"127437",33701,28904,3,74,926 +"127438",33701,29286,3,74,1612 +"127439",33701,29512,3,74,1594 +"127440",33701,29825,3,74,2603 +"127441",33701,30442,3,74,2124 +"127442",33701,30525,3,74,1964 +"127443",33701,31753,3,74,1514 +"127444",33701,31868,3,74,1993 +"127445",33701,32560,3,74,1258 +"127446",33701,32942,3,74,2038 +"127447",33701,33223,3,74,2397 +"127448",33701,33957,3,74,245 +"127449",33701,40542,3,74,1664 +"127450",33701,41077,3,74,864 +"127451",33701,42813,3,74,2142 +"127452",33701,44795,3,74,635 +"127453",33701,50573,3,74,2716 +"127454",33701,54775,3,74,2383 +"127455",33701,56538,3,74,2796 +"127456",33701,56995,3,74,2323 +"127457",33701,57912,3,74,1035 +"127458",33701,58655,3,74,2685 +"127459",33701,59485,3,74,1564 +"127460",33701,61125,3,74,1673 +"127461",33701,66756,3,74,1301 +"127462",33701,70455,2,74,1307 +"127463",33701,71467,3,74,1051 +"127464",33701,80156,3,74,1667 +"127465",33701,80527,3,74,1664 +"127466",33701,85396,2,74,1131 +"127467",33701,91849,3,74,1166 +"127468",33701,100048,3,74,1573 +"127469",33701,101367,3,74,974 +"127470",33701,103491,3,74,1523 +"127471",33701,115021,3,74,1226 +"127472",33701,115031,3,74,2383 +"127473",33722,11419,3,1225,1408 +"127474",33722,13201,3,1225,2034 +"127475",33722,14669,3,1225,2080 +"127476",33722,15343,3,1225,2125 +"127477",33722,17021,3,1225,1226 +"127478",33722,17967,2,1225,2125 +"127479",33722,21417,3,1225,2422 +"127480",33722,29756,3,1225,2051 +"127481",33722,45664,3,1225,2235 +"127482",33722,55691,3,1225,2856 +"127483",33722,61336,3,1225,2218 +"127484",33722,73266,2,1225,2496 +"127485",33722,77057,3,1225,1866 +"127486",33722,77095,3,1225,1622 +"127487",33722,90501,3,1225,2380 +"127488",33755,55171,3,2963,2972 +"127489",33801,11351,3,2899,2971 +"127490",33834,5315,3,1606,2631 +"127491",33834,6253,3,1606,2282 +"127492",33834,7508,3,1606,2396 +"127493",33834,8887,2,1606,2373 +"127494",33834,11103,2,1606,2393 +"127495",33834,11976,2,1606,1727 +"127496",33834,13573,3,1606,2774 +"127497",33834,20355,3,1606,2111 +"127498",33834,21720,2,1606,2637 +"127499",33834,29930,3,1606,2240 +"127500",33834,34158,3,1606,2639 +"127501",33834,36574,2,1606,2934 +"127502",33834,45903,3,1606,2237 +"127503",33834,62538,3,1606,1656 +"127504",33834,86105,3,1606,2226 +"127505",33834,92895,3,1606,2339 +"127506",33846,7616,3,801,2296 +"127507",33846,10310,2,801,2774 +"127508",33846,11493,3,801,2077 +"127509",33846,12371,3,801,1569 +"127510",33846,12639,2,801,1141 +"127511",33846,12712,3,801,815 +"127512",33846,14172,3,801,1923 +"127513",33846,16539,3,801,1947 +"127514",33846,19208,3,801,2629 +"127515",33846,20730,3,801,2243 +"127516",33846,21566,2,801,1234 +"127517",33846,22893,3,801,1938 +"127518",33846,23006,2,801,1532 +"127519",33846,28571,3,801,1556 +"127520",33846,29930,3,801,2240 +"127521",33846,36441,3,801,2796 +"127522",33846,41770,3,801,2752 +"127523",33846,42515,1,801,2752 +"127524",33846,42799,3,801,2729 +"127525",33846,44894,2,801,2048 +"127526",33846,46043,3,801,1358 +"127527",33846,62870,3,801,1568 +"127528",33846,74818,3,801,1440 +"127529",33846,76646,3,801,1263 +"127530",33846,79472,3,801,1230 +"127531",33846,82893,3,801,1275 +"127532",33846,86883,1,801,1623 +"127533",33846,117956,3,801,2774 +"127534",33848,555,1,123,552 +"127535",33848,2063,3,123,1278 +"127536",33848,2960,3,123,977 +"127537",33848,3306,3,123,1989 +"127538",33848,5610,2,123,2223 +"127539",33848,6047,3,123,2004 +"127540",33848,8238,3,123,2222 +"127541",33848,8961,3,123,507 +"127542",33848,9702,2,123,1928 +"127543",33848,12473,3,123,801 +"127544",33848,13324,3,123,2163 +"127545",33848,13518,3,123,525 +"127546",33848,14080,3,123,1351 +"127547",33848,14507,3,123,2686 +"127548",33848,15632,3,123,1242 +"127549",33848,16625,3,123,1285 +"127550",33848,17867,3,123,1904 +"127551",33848,18670,3,123,1835 +"127552",33848,20311,3,123,1981 +"127553",33848,20824,3,123,1366 +"127554",33848,21164,3,123,1645 +"127555",33848,21479,3,123,2134 +"127556",33848,23534,2,123,1659 +"127557",33848,24559,3,123,946 +"127558",33848,24825,3,123,2686 +"127559",33848,29089,3,123,1344 +"127560",33848,31159,3,123,2231 +"127561",33848,31890,2,123,1487 +"127562",33848,31901,3,123,1251 +"127563",33848,32047,2,123,1858 +"127564",33848,35544,3,123,397 +"127565",33848,36637,3,123,2085 +"127566",33848,39464,3,123,2314 +"127567",33848,43614,3,123,1712 +"127568",33848,47564,3,123,2650 +"127569",33848,48035,3,123,2180 +"127570",33848,50001,2,123,1518 +"127571",33848,50118,3,123,2654 +"127572",33848,54953,3,123,2223 +"127573",33848,55185,3,123,922 +"127574",33848,56854,3,123,2022 +"127575",33848,58882,3,123,684 +"127576",33848,64427,3,123,535 +"127577",33848,67788,3,123,837 +"127578",33848,72557,1,123,972 +"127579",33848,73113,3,123,681 +"127580",33848,78256,3,123,804 +"127581",33848,81563,3,123,1188 +"127582",33848,88473,3,123,1102 +"127583",33848,107846,2,123,565 +"127584",33850,750,3,931,1327 +"127585",33850,997,2,931,2788 +"127586",33850,1315,3,931,2760 +"127587",33850,1324,3,931,2147 +"127588",33850,1875,2,931,1786 +"127589",33850,4360,2,931,1770 +"127590",33850,4671,3,931,2280 +"127591",33850,4705,2,931,1714 +"127592",33850,6428,3,931,1952 +"127593",33850,6602,3,931,1631 +"127594",33850,7258,1,931,1714 +"127595",33850,7354,2,931,2008 +"127596",33850,7858,1,931,1795 +"127597",33850,10716,2,931,1692 +"127598",33850,12724,3,931,1930 +"127599",33850,15122,3,931,1201 +"127600",33850,15734,3,931,1616 +"127601",33850,17354,3,931,2250 +"127602",33850,18825,3,931,1240 +"127603",33850,20070,3,931,1914 +"127604",33850,20423,3,931,2654 +"127605",33850,22242,3,931,1690 +"127606",33850,22722,3,931,1233 +"127607",33850,23319,3,931,2867 +"127608",33850,23460,3,931,2183 +"127609",33850,28896,2,931,1395 +"127610",33850,30325,3,931,1067 +"127611",33850,31700,3,931,2727 +"127612",33850,35787,3,931,1132 +"127613",33850,36031,3,931,2342 +"127614",33850,36174,3,931,1382 +"127615",33850,36609,3,931,2918 +"127616",33850,37897,3,931,1685 +"127617",33850,37937,3,931,1320 +"127618",33850,38973,3,931,1999 +"127619",33850,42407,3,931,2408 +"127620",33850,42574,3,931,2842 +"127621",33850,45618,3,931,2356 +"127622",33850,45650,3,931,1528 +"127623",33850,48215,3,931,2028 +"127624",33850,48571,3,931,2717 +"127625",33850,52136,3,931,1412 +"127626",33850,53219,3,931,2973 +"127627",33850,55604,3,931,2342 +"127628",33850,56152,3,931,1487 +"127629",33850,56854,3,931,2022 +"127630",33850,57977,3,931,2683 +"127631",33850,59677,3,931,1174 +"127632",33850,72207,3,931,2430 +"127633",33850,82681,1,931,1620 +"127634",33850,96894,3,931,1598 +"127635",33850,106299,3,931,1190 +"127636",33850,110934,3,931,2308 +"127637",33855,24,3,34,1295 +"127638",33855,368,3,34,416 +"127639",33855,601,3,34,702 +"127640",33855,1639,3,34,2631 +"127641",33855,2424,3,34,2582 +"127642",33855,3306,2,34,1989 +"127643",33855,5226,3,34,1309 +"127644",33855,6074,3,34,2426 +"127645",33855,7196,3,34,1508 +"127646",33855,7984,3,34,2493 +"127647",33855,8529,3,34,1205 +"127648",33855,8866,3,34,1545 +"127649",33855,8913,3,34,968 +"127650",33855,9362,2,34,2879 +"127651",33855,9950,3,34,920 +"127652",33855,12362,3,34,702 +"127653",33855,12767,3,34,2329 +"127654",33855,12901,2,34,2136 +"127655",33855,12982,3,34,2143 +"127656",33855,13479,3,34,2155 +"127657",33855,13780,3,34,2412 +"127658",33855,15003,3,34,2067 +"127659",33855,15122,3,34,1201 +"127660",33855,15401,3,34,1999 +"127661",33855,15632,3,34,1242 +"127662",33855,19096,2,34,1538 +"127663",33855,19717,3,34,431 +"127664",33855,21197,3,34,1437 +"127665",33855,21198,3,34,935 +"127666",33855,21285,3,34,2100 +"127667",33855,21734,3,34,2528 +"127668",33855,22705,3,34,1016 +"127669",33855,23312,3,34,2449 +"127670",33855,24559,3,34,946 +"127671",33855,24612,3,34,1875 +"127672",33855,26524,3,34,982 +"127673",33855,26749,3,34,2965 +"127674",33855,27484,3,34,1634 +"127675",33855,28784,2,34,1579 +"127676",33855,30747,3,34,2455 +"127677",33855,32988,3,34,2008 +"127678",33855,33949,1,34,2489 +"127679",33855,37108,3,34,1202 +"127680",33855,38227,3,34,2511 +"127681",33855,40640,3,34,2257 +"127682",33855,40645,3,34,1899 +"127683",33855,42522,2,34,2592 +"127684",33855,45959,3,34,1880 +"127685",33855,46040,1,34,2105 +"127686",33855,48283,2,34,1290 +"127687",33855,51089,3,34,2426 +"127688",33855,52969,2,34,2302 +"127689",33855,53120,3,34,975 +"127690",33855,58365,2,34,1902 +"127691",33855,58854,3,34,1131 +"127692",33855,59539,3,34,2429 +"127693",33855,64232,3,34,1275 +"127694",33855,65155,3,34,1947 +"127695",33855,65322,3,34,2008 +"127696",33855,71342,3,34,1289 +"127697",33855,72956,3,34,1251 +"127698",33855,79158,3,34,1252 +"127699",33855,79985,3,34,1465 +"127700",33855,86520,3,34,702 +"127701",33855,87230,3,34,1657 +"127702",33855,92513,3,34,2282 +"127703",33855,103240,3,34,933 +"127704",33870,680,3,955,2569 +"127705",33870,1314,3,955,1522 +"127706",33870,1323,3,955,1659 +"127707",33870,1519,3,955,2349 +"127708",33870,1620,2,955,1303 +"127709",33870,1629,2,955,1289 +"127710",33870,1756,3,955,2231 +"127711",33870,1846,3,955,1845 +"127712",33870,2206,3,955,2536 +"127713",33870,2294,3,955,1638 +"127714",33870,2418,3,955,2020 +"127715",33870,2576,3,955,1307 +"127716",33870,2747,3,955,2411 +"127717",33870,2852,2,955,2448 +"127718",33870,2936,3,955,2512 +"127719",33870,2979,3,955,2912 +"127720",33870,2985,3,955,2398 +"127721",33870,3127,3,955,2273 +"127722",33870,3254,3,955,1258 +"127723",33870,3477,2,955,2546 +"127724",33870,3493,3,955,2451 +"127725",33870,3978,3,955,2775 +"127726",33870,4361,1,955,2571 +"127727",33870,4430,3,955,2019 +"127728",33870,4612,3,955,2804 +"127729",33870,4660,3,955,2149 +"127730",33870,4668,3,955,1919 +"127731",33870,4669,2,955,2395 +"127732",33870,5235,3,955,2324 +"127733",33870,5792,3,955,975 +"127734",33870,5839,2,955,2301 +"127735",33870,5897,2,955,2337 +"127736",33870,6063,3,955,2349 +"127737",33870,6119,3,955,2358 +"127738",33870,7252,3,955,2799 +"127739",33870,7337,2,955,1797 +"127740",33870,7615,3,955,1657 +"127741",33870,7785,2,955,2441 +"127742",33870,8062,3,955,2858 +"127743",33870,8140,3,955,1262 +"127744",33870,8146,2,955,1561 +"127745",33870,8568,3,955,2706 +"127746",33870,8777,3,955,1620 +"127747",33870,9227,3,955,1267 +"127748",33870,9481,3,955,1610 +"127749",33870,9503,3,955,2453 +"127750",33870,9787,3,955,2858 +"127751",33870,10336,3,955,2271 +"127752",33870,10350,3,955,1163 +"127753",33870,10453,2,955,1656 +"127754",33870,10980,3,955,1974 +"127755",33870,11107,3,955,1256 +"127756",33870,11108,2,955,1609 +"127757",33870,11351,3,955,2971 +"127758",33870,11648,3,955,2852 +"127759",33870,12067,3,955,1213 +"127760",33870,12724,3,955,1930 +"127761",33870,12759,3,955,2414 +"127762",33870,12948,3,955,2669 +"127763",33870,13068,3,955,1778 +"127764",33870,13537,3,955,1020 +"127765",33870,13566,3,955,2056 +"127766",33870,14072,3,955,1346 +"127767",33870,14287,3,955,1583 +"127768",33870,14532,3,955,1193 +"127769",33870,14749,3,955,1998 +"127770",33870,14781,3,955,2338 +"127771",33870,14817,3,955,2110 +"127772",33870,15567,3,955,2671 +"127773",33870,15826,3,955,2772 +"127774",33870,16286,3,955,2470 +"127775",33870,16365,3,955,2217 +"127776",33870,16501,2,955,1650 +"127777",33870,16715,2,955,1218 +"127778",33870,17033,3,955,2771 +"127779",33870,17252,3,955,1258 +"127780",33870,17257,2,955,1117 +"127781",33870,17381,3,955,1697 +"127782",33870,18124,3,955,1642 +"127783",33870,18217,3,955,1566 +"127784",33870,18381,3,955,1524 +"127785",33870,18415,3,955,2184 +"127786",33870,18706,3,955,1617 +"127787",33870,19718,3,955,1702 +"127788",33870,20220,3,955,1656 +"127789",33870,20395,3,955,1468 +"127790",33870,20941,3,955,2725 +"127791",33870,21207,3,955,1258 +"127792",33870,21352,3,955,1604 +"127793",33870,21684,3,955,1971 +"127794",33870,22364,3,955,1809 +"127795",33870,23131,3,955,1732 +"127796",33870,23154,3,955,2345 +"127797",33870,24060,3,955,2349 +"127798",33870,25163,3,955,1751 +"127799",33870,25373,3,955,2783 +"127800",33870,26336,3,955,1904 +"127801",33870,27391,3,955,2378 +"127802",33870,27742,2,955,2700 +"127803",33870,27914,3,955,2507 +"127804",33870,28869,3,955,2425 +"127805",33870,29286,2,955,1612 +"127806",33870,29473,3,955,2602 +"127807",33870,30525,3,955,1964 +"127808",33870,30668,3,955,2882 +"127809",33870,30669,3,955,1921 +"127810",33870,30891,3,955,1256 +"127811",33870,31317,3,955,1362 +"127812",33870,31542,3,955,2459 +"127813",33870,31753,3,955,1514 +"127814",33870,31866,3,955,2101 +"127815",33870,31868,3,955,1993 +"127816",33870,32532,2,955,2338 +"127817",33870,32560,2,955,1258 +"127818",33870,32818,3,955,2485 +"127819",33870,33223,3,955,2397 +"127820",33870,33341,1,955,2338 +"127821",33870,33681,1,955,1059 +"127822",33870,35589,3,955,983 +"127823",33870,35728,3,955,2017 +"127824",33870,35797,3,955,2482 +"127825",33870,36183,3,955,2117 +"127826",33870,36344,3,955,2570 +"127827",33870,36912,3,955,2469 +"127828",33870,37636,3,955,2178 +"127829",33870,37752,3,955,2223 +"127830",33870,38602,3,955,2693 +"127831",33870,38691,3,955,2585 +"127832",33870,39062,3,955,2020 +"127833",33870,39589,3,955,1292 +"127834",33870,40035,3,955,2742 +"127835",33870,40542,3,955,1664 +"127836",33870,40572,3,955,2666 +"127837",33870,41023,2,955,2408 +"127838",33870,41187,3,955,2340 +"127839",33870,41446,3,955,1103 +"127840",33870,41581,3,955,1692 +"127841",33870,41633,3,955,1976 +"127842",33870,41723,3,955,2101 +"127843",33870,41969,3,955,2189 +"127844",33870,42331,3,955,1585 +"127845",33870,43204,3,955,1680 +"127846",33870,44181,3,955,1034 +"127847",33870,45480,3,955,1104 +"127848",33870,45869,2,955,2840 +"127849",33870,46486,3,955,1868 +"127850",33870,46532,3,955,2005 +"127851",33870,47013,3,955,2388 +"127852",33870,47595,3,955,2374 +"127853",33870,50229,2,955,1190 +"127854",33870,50278,3,955,1127 +"127855",33870,50354,2,955,1299 +"127856",33870,51200,3,955,2245 +"127857",33870,51879,3,955,1771 +"127858",33870,53739,2,955,2704 +"127859",33870,55296,3,955,2413 +"127860",33870,57912,3,955,1035 +"127861",33870,58655,3,955,2685 +"127862",33870,58875,3,955,1899 +"127863",33870,59039,3,955,2870 +"127864",33870,59298,2,955,1236 +"127865",33870,61125,3,955,1673 +"127866",33870,63077,3,955,2778 +"127867",33870,66205,3,955,2898 +"127868",33870,67252,3,955,1215 +"127869",33870,68345,3,955,1095 +"127870",33870,68539,3,955,1158 +"127871",33870,70070,3,955,2425 +"127872",33870,70455,3,955,1307 +"127873",33870,71390,3,955,1992 +"127874",33870,71467,3,955,1051 +"127875",33870,72597,3,955,1843 +"127876",33870,72632,3,955,1289 +"127877",33870,72728,3,955,2234 +"127878",33870,73582,3,955,2075 +"127879",33870,74134,3,955,1566 +"127880",33870,74370,3,955,1667 +"127881",33870,74441,2,955,1260 +"127882",33870,75282,3,955,2675 +"127883",33870,75935,3,955,1569 +"127884",33870,76143,3,955,1610 +"127885",33870,80156,3,955,1667 +"127886",33870,81164,3,955,2260 +"127887",33870,82932,3,955,2245 +"127888",33870,83301,3,955,1385 +"127889",33870,84574,3,955,958 +"127890",33870,85396,3,955,1131 +"127891",33870,87509,3,955,1907 +"127892",33870,87907,3,955,1173 +"127893",33870,88067,3,955,2315 +"127894",33870,88212,3,955,2547 +"127895",33870,90709,2,955,1080 +"127896",33870,91806,3,955,969 +"127897",33870,91849,1,955,1166 +"127898",33870,92860,3,955,1643 +"127899",33870,99288,3,955,983 +"127900",33870,100048,3,955,1573 +"127901",33870,101367,2,955,974 +"127902",33870,107383,3,955,1918 +"127903",33870,111375,3,955,2686 +"127904",33870,115021,2,955,1226 +"127905",33913,2852,3,150,2448 +"127906",33913,5484,3,150,582 +"127907",33913,16286,3,150,2470 +"127908",33913,17217,3,150,318 +"127909",33913,19447,3,150,969 +"127910",33913,28446,3,150,917 +"127911",33913,34997,2,150,591 +"127912",33913,40226,3,150,880 +"127913",33913,41023,3,150,2408 +"127914",33913,41245,2,150,270 +"127915",33913,46570,3,150,1707 +"127916",33913,59726,3,150,1513 +"127917",33913,60217,3,150,1634 +"127918",33913,61125,3,150,1673 +"127919",33913,88307,3,150,437 +"127920",33913,116293,2,150,540 +"127921",33949,701,3,2489,2718 +"127922",33949,1639,2,2489,2631 +"127923",33949,2424,3,2489,2582 +"127924",33949,9362,3,2489,2879 +"127925",33949,9893,3,2489,2701 +"127926",33949,16332,3,2489,2668 +"127927",33949,21734,3,2489,2528 +"127928",33949,26749,2,2489,2965 +"127929",33949,34426,3,2489,2743 +"127930",33949,37238,3,2489,2609 +"127931",33949,38227,3,2489,2511 +"127932",33949,42522,1,2489,2592 +"127933",33949,50134,3,2489,2674 +"127934",33949,54929,3,2489,2783 +"127935",33949,60257,3,2489,2795 +"127936",33949,61982,3,2489,2725 +"127937",33949,68215,3,2489,2727 +"127938",33955,3669,3,1178,2524 +"127939",33955,12200,3,1178,1400 +"127940",33955,12818,2,1178,2015 +"127941",33955,13024,3,1178,2468 +"127942",33955,14957,3,1178,2306 +"127943",33955,18954,3,1178,2364 +"127944",33955,20392,2,1178,1309 +"127945",33955,23890,3,1178,1810 +"127946",33955,33562,3,1178,1979 +"127947",33955,33961,1,1178,1269 +"127948",33955,36662,3,1178,2967 +"127949",33955,43518,3,1178,2680 +"127950",33955,51265,3,1178,2670 +"127951",33955,53498,2,1178,1967 +"127952",33955,69215,2,1178,1591 +"127953",33955,81237,3,1178,2866 +"127954",33955,105867,2,1178,1641 +"127955",33955,108872,1,1178,1810 +"127956",33955,115966,3,1178,2349 +"127957",33957,728,3,245,1812 +"127958",33957,2418,3,245,2020 +"127959",33957,2540,2,245,1398 +"127960",33957,2576,2,245,1307 +"127961",33957,2852,3,245,2448 +"127962",33957,3127,2,245,2273 +"127963",33957,3313,3,245,572 +"127964",33957,3978,3,245,2775 +"127965",33957,4303,3,245,2414 +"127966",33957,4361,3,245,2571 +"127967",33957,4612,3,245,2804 +"127968",33957,4730,3,245,2131 +"127969",33957,5484,3,245,582 +"127970",33957,5792,2,245,975 +"127971",33957,5897,3,245,2337 +"127972",33957,6989,3,245,2623 +"127973",33957,7252,3,245,2799 +"127974",33957,7337,3,245,1797 +"127975",33957,7798,3,245,949 +"127976",33957,8395,3,245,896 +"127977",33957,8777,3,245,1620 +"127978",33957,8865,3,245,2394 +"127979",33957,8984,3,245,1162 +"127980",33957,9035,3,245,2771 +"127981",33957,9060,3,245,1612 +"127982",33957,9227,3,245,1267 +"127983",33957,9481,3,245,1610 +"127984",33957,9503,2,245,2453 +"127985",33957,9787,2,245,2858 +"127986",33957,10387,3,245,871 +"127987",33957,10453,2,245,1656 +"127988",33957,10754,2,245,1797 +"127989",33957,11108,3,245,1609 +"127990",33957,11136,3,245,2573 +"127991",33957,11563,3,245,1863 +"127992",33957,11639,3,245,1593 +"127993",33957,12067,3,245,1213 +"127994",33957,12781,2,245,831 +"127995",33957,13184,3,245,977 +"127996",33957,13808,3,245,1356 +"127997",33957,14287,3,245,1583 +"127998",33957,14749,3,245,1998 +"127999",33957,14817,3,245,2110 +"128000",33957,15879,3,245,419 +"128001",33957,16015,3,245,1307 +"128002",33957,16021,3,245,858 +"128003",33957,16286,3,245,2470 +"128004",33957,16501,2,245,1650 +"128005",33957,16715,3,245,1218 +"128006",33957,17037,3,245,2947 +"128007",33957,17252,2,245,1258 +"128008",33957,17645,3,245,1918 +"128009",33957,18005,3,245,2449 +"128010",33957,18978,3,245,952 +"128011",33957,19433,3,245,2504 +"128012",33957,20155,3,245,1517 +"128013",33957,20220,2,245,1656 +"128014",33957,20847,3,245,491 +"128015",33957,22166,3,245,994 +"128016",33957,22211,3,245,340 +"128017",33957,22364,3,245,1809 +"128018",33957,22578,2,245,2216 +"128019",33957,23131,3,245,1732 +"128020",33957,23488,3,245,1523 +"128021",33957,23597,3,245,1080 +"128022",33957,24302,3,245,407 +"128023",33957,24722,3,245,341 +"128024",33957,25163,2,245,1751 +"128025",33957,26124,3,245,2356 +"128026",33957,26336,3,245,1904 +"128027",33957,26551,3,245,652 +"128028",33957,27545,3,245,855 +"128029",33957,27908,3,245,2576 +"128030",33957,27914,3,245,2507 +"128031",33957,28051,3,245,2089 +"128032",33957,28357,3,245,1134 +"128033",33957,28837,3,245,2286 +"128034",33957,28869,3,245,2425 +"128035",33957,28904,3,245,926 +"128036",33957,29267,2,245,1234 +"128037",33957,29286,1,245,1612 +"128038",33957,29353,3,245,502 +"128039",33957,29627,3,245,882 +"128040",33957,30442,3,245,2124 +"128041",33957,30486,3,245,1269 +"128042",33957,30525,3,245,1964 +"128043",33957,30669,3,245,1921 +"128044",33957,31317,3,245,1362 +"128045",33957,31868,3,245,1993 +"128046",33957,31990,3,245,2264 +"128047",33957,33341,3,245,2338 +"128048",33957,33681,3,245,1059 +"128049",33957,33870,2,245,955 +"128050",33957,35413,3,245,1569 +"128051",33957,35640,3,245,495 +"128052",33957,35709,2,245,464 +"128053",33957,35728,3,245,2017 +"128054",33957,35903,3,245,1434 +"128055",33957,36912,3,245,2469 +"128056",33957,36953,2,245,2790 +"128057",33957,37424,3,245,1693 +"128058",33957,37427,3,245,915 +"128059",33957,38513,3,245,914 +"128060",33957,38785,3,245,437 +"128061",33957,39062,3,245,2020 +"128062",33957,39534,3,245,2410 +"128063",33957,40035,2,245,2742 +"128064",33957,40572,2,245,2666 +"128065",33957,41023,3,245,2408 +"128066",33957,41338,3,245,1553 +"128067",33957,41633,3,245,1976 +"128068",33957,42717,3,245,2588 +"128069",33957,42813,2,245,2142 +"128070",33957,44181,3,245,1034 +"128071",33957,44603,3,245,2748 +"128072",33957,45729,3,245,2606 +"128073",33957,46384,3,245,2285 +"128074",33957,46486,1,245,1868 +"128075",33957,47595,3,245,2374 +"128076",33957,50229,2,245,1190 +"128077",33957,50335,3,245,1893 +"128078",33957,50354,2,245,1299 +"128079",33957,50585,3,245,2414 +"128080",33957,51016,3,245,1141 +"128081",33957,53739,2,245,2704 +"128082",33957,54467,3,245,919 +"128083",33957,56995,3,245,2323 +"128084",33957,58759,3,245,942 +"128085",33957,59813,2,245,497 +"128086",33957,61125,3,245,1673 +"128087",33957,63077,3,245,2778 +"128088",33957,67252,3,245,1215 +"128089",33957,67908,3,245,2385 +"128090",33957,68539,3,245,1158 +"128091",33957,70455,2,245,1307 +"128092",33957,71467,2,245,1051 +"128093",33957,72438,3,245,1397 +"128094",33957,72597,3,245,1843 +"128095",33957,74370,3,245,1667 +"128096",33957,74441,3,245,1260 +"128097",33957,75935,3,245,1569 +"128098",33957,76143,3,245,1610 +"128099",33957,76286,3,245,1642 +"128100",33957,77031,3,245,801 +"128101",33957,81164,3,245,2260 +"128102",33957,81545,3,245,2077 +"128103",33957,87958,3,245,1234 +"128104",33957,88427,3,245,340 +"128105",33957,90709,2,245,1080 +"128106",33957,91227,3,245,1232 +"128107",33957,91849,3,245,1166 +"128108",33957,92850,3,245,1971 +"128109",33957,94611,3,245,286 +"128110",33957,95155,3,245,849 +"128111",33957,95910,3,245,999 +"128112",33957,99332,2,245,873 +"128113",33957,100048,2,245,1573 +"128114",33957,104098,3,245,512 +"128115",33957,108620,3,245,881 +"128116",33957,109194,3,245,494 +"128117",33957,111375,3,245,2686 +"128118",33957,112923,3,245,950 +"128119",33957,114648,3,245,270 +"128120",33961,9808,3,1269,1648 +"128121",33961,12818,3,1269,2015 +"128122",33961,14957,2,1269,2306 +"128123",33961,15782,3,1269,2306 +"128124",33961,20392,1,1269,1309 +"128125",33961,23890,3,1269,1810 +"128126",33961,33562,2,1269,1979 +"128127",33961,53498,2,1269,1967 +"128128",33961,59347,3,1269,1926 +"128129",33961,69215,2,1269,1591 +"128130",33961,80680,3,1269,2403 +"128131",33961,84235,3,1269,1639 +"128132",33961,105867,3,1269,1641 +"128133",33961,108872,2,1269,1810 +"128134",33961,115966,2,1269,2349 +"128135",33981,134,3,1993,2062 +"128136",33981,145,3,1993,1998 +"128137",33981,270,3,1993,2542 +"128138",33981,312,3,1993,2038 +"128139",33981,380,3,1993,2261 +"128140",33981,913,3,1993,2144 +"128141",33981,1102,2,1993,2282 +"128142",33981,1592,3,1993,2006 +"128143",33981,2572,3,1993,2273 +"128144",33981,2954,3,1993,2727 +"128145",33981,3966,3,1993,2425 +"128146",33981,5580,3,1993,2111 +"128147",33981,6047,3,1993,2004 +"128148",33981,6074,2,1993,2426 +"128149",33981,8762,3,1993,2585 +"128150",33981,9654,2,1993,2111 +"128151",33981,10513,3,1993,2284 +"128152",33981,11966,3,1993,2385 +"128153",33981,13307,3,1993,2206 +"128154",33981,14252,3,1993,2244 +"128155",33981,15301,2,1993,2308 +"128156",33981,15315,3,1993,2173 +"128157",33981,16352,3,1993,2657 +"128158",33981,17365,3,1993,2746 +"128159",33981,17413,3,1993,2230 +"128160",33981,18394,3,1993,2356 +"128161",33981,19072,3,1993,2358 +"128162",33981,19862,2,1993,2412 +"128163",33981,20292,3,1993,2755 +"128164",33981,20407,3,1993,2339 +"128165",33981,21012,3,1993,2325 +"128166",33981,21571,2,1993,2755 +"128167",33981,21682,2,1993,2414 +"128168",33981,21929,2,1993,2062 +"128169",33981,22566,3,1993,2308 +"128170",33981,23011,3,1993,2763 +"128171",33981,23526,3,1993,1998 +"128172",33981,26721,3,1993,2586 +"128173",33981,27173,3,1993,2050 +"128174",33981,31235,3,1993,2668 +"128175",33981,31307,3,1993,2139 +"128176",33981,32567,3,1993,2784 +"128177",33981,33475,3,1993,2367 +"128178",33981,34735,3,1993,2767 +"128179",33981,42216,3,1993,2722 +"128180",33981,42619,3,1993,2017 +"128181",33981,43455,3,1993,2846 +"128182",33981,45302,3,1993,2390 +"128183",33981,48035,3,1993,2180 +"128184",33981,49110,2,1993,2938 +"128185",33981,50179,2,1993,2230 +"128186",33981,51017,3,1993,2073 +"128187",33981,51035,3,1993,2397 +"128188",33981,51866,2,1993,2411 +"128189",33981,52003,3,1993,2067 +"128190",33981,56082,3,1993,2395 +"128191",33981,57969,3,1993,2755 +"128192",33981,66992,3,1993,2882 +"128193",33981,67726,3,1993,2873 +"128194",33981,72207,3,1993,2430 +"128195",33981,83862,3,1993,2026 +"128196",33981,88232,3,1993,2881 +"128197",33991,997,2,2249,2788 +"128198",33991,6241,3,2249,2264 +"128199",33991,53219,3,2249,2973 +"128200",33991,62832,2,2249,2606 +"128201",34000,733,3,203,1653 +"128202",34000,1469,3,203,1160 +"128203",34000,2063,3,203,1278 +"128204",34000,2591,2,203,1949 +"128205",34000,2743,3,203,1278 +"128206",34000,3167,3,203,1676 +"128207",34000,3242,2,203,1730 +"128208",34000,4084,3,203,2133 +"128209",34000,4191,3,203,2130 +"128210",34000,4618,3,203,2607 +"128211",34000,4980,2,203,2093 +"128212",34000,5785,3,203,1261 +"128213",34000,6023,3,203,2050 +"128214",34000,6577,2,203,1951 +"128215",34000,8258,3,203,1959 +"128216",34000,8621,3,203,1681 +"128217",34000,8772,3,203,847 +"128218",34000,10404,3,203,2062 +"128219",34000,10799,3,203,2010 +"128220",34000,14482,3,203,1573 +"128221",34000,15343,3,203,2125 +"128222",34000,16074,3,203,977 +"128223",34000,16164,2,203,1184 +"128224",34000,16609,3,203,538 +"128225",34000,17357,3,203,1536 +"128226",34000,17716,2,203,915 +"128227",34000,19516,3,203,2313 +"128228",34000,19963,3,203,810 +"128229",34000,20319,3,203,468 +"128230",34000,20563,3,203,2267 +"128231",34000,20824,3,203,1366 +"128232",34000,21911,1,203,1184 +"128233",34000,22501,3,203,1006 +"128234",34000,23506,3,203,1172 +"128235",34000,23704,3,203,2278 +"128236",34000,23918,3,203,1881 +"128237",34000,25341,3,203,1858 +"128238",34000,25643,3,203,1646 +"128239",34000,26436,2,203,2489 +"128240",34000,26516,3,203,2479 +"128241",34000,27753,3,203,2750 +"128242",34000,28130,3,203,908 +"128243",34000,28635,3,203,2368 +"128244",34000,28731,1,203,955 +"128245",34000,29456,3,203,1182 +"128246",34000,30438,2,203,1617 +"128247",34000,31000,3,203,1526 +"128248",34000,31243,1,203,1355 +"128249",34000,32988,3,203,2008 +"128250",34000,34492,2,203,1798 +"128251",34000,38449,2,203,1802 +"128252",34000,40293,3,203,1671 +"128253",34000,41402,3,203,2313 +"128254",34000,42186,3,203,955 +"128255",34000,42722,3,203,2368 +"128256",34000,42747,2,203,1189 +"128257",34000,45715,2,203,2287 +"128258",34000,50976,2,203,547 +"128259",34000,51022,3,203,1499 +"128260",34000,51410,2,203,2739 +"128261",34000,51987,2,203,1397 +"128262",34000,56171,3,203,1524 +"128263",34000,58035,3,203,1646 +"128264",34000,60867,3,203,2689 +"128265",34000,73047,3,203,824 +"128266",34000,74730,3,203,535 +"128267",34000,77001,3,203,1440 +"128268",34000,81317,3,203,457 +"128269",34000,81813,3,203,1656 +"128270",34000,81949,3,203,950 +"128271",34000,82767,3,203,1641 +"128272",34000,86550,1,203,955 +"128273",34000,88860,3,203,1014 +"128274",34000,99103,3,203,1470 +"128275",34000,100134,3,203,977 +"128276",34000,109383,2,203,952 +"128277",34000,111761,2,203,783 +"128278",34000,112428,3,203,212 +"128279",34000,114342,3,203,228 +"128280",34000,123336,3,203,225 +"128281",34018,1787,3,400,1707 +"128282",34018,6234,3,400,2654 +"128283",34018,6235,3,400,1585 +"128284",34018,7499,3,400,1803 +"128285",34018,7787,3,400,2314 +"128286",34018,14612,3,400,2340 +"128287",34018,14861,3,400,2269 +"128288",34018,15119,3,400,1020 +"128289",34018,15150,3,400,2801 +"128290",34018,15558,2,400,2389 +"128291",34018,15728,2,400,576 +"128292",34018,16477,3,400,2069 +"128293",34018,16969,3,400,1917 +"128294",34018,19002,3,400,2053 +"128295",34018,19656,2,400,2059 +"128296",34018,20011,3,400,2826 +"128297",34018,22746,2,400,913 +"128298",34018,23728,2,400,2601 +"128299",34018,34576,2,400,1727 +"128300",34018,38354,3,400,629 +"128301",34018,44727,3,400,1227 +"128302",34018,48585,3,400,2063 +"128303",34018,52386,3,400,1830 +"128304",34018,67289,3,400,829 +"128305",34018,67836,3,400,2195 +"128306",34018,76450,3,400,1077 +"128307",34018,82246,3,400,1538 +"128308",34018,90268,3,400,585 +"128309",34018,96700,3,400,1602 +"128310",34018,105435,3,400,684 +"128311",34018,113333,3,400,1018 +"128312",34025,4669,3,242,2395 +"128313",34025,8890,3,242,1955 +"128314",34025,16715,3,242,1218 +"128315",34025,18978,3,242,952 +"128316",34025,27742,3,242,2700 +"128317",34025,27914,3,242,2507 +"128318",34025,33870,3,242,955 +"128319",34025,41581,3,242,1692 +"128320",34025,45869,3,242,2840 +"128321",34025,49849,3,242,977 +"128322",34025,62438,3,242,802 +"128323",34025,76007,2,242,918 +"128324",34025,91849,3,242,1166 +"128325",34025,101453,3,242,454 +"128326",34037,4790,3,486,1025 +"128327",34037,9351,2,486,1460 +"128328",34037,9552,3,486,1947 +"128329",34037,13065,3,486,1561 +"128330",34037,16384,2,486,1320 +"128331",34037,21198,3,486,935 +"128332",34037,22282,2,486,1418 +"128333",34037,22684,3,486,569 +"128334",34037,23015,3,486,1362 +"128335",34037,35095,3,486,1502 +"128336",34037,39431,3,486,1460 +"128337",34037,47889,2,486,992 +"128338",34037,48905,2,486,1394 +"128339",34037,50219,3,486,756 +"128340",34037,51035,3,486,2397 +"128341",34037,52058,3,486,1836 +"128342",34037,55438,1,486,2863 +"128343",34037,82949,3,486,2077 +"128344",34037,86580,1,486,696 +"128345",34055,283,3,1881,2082 +"128346",34055,378,3,1881,2766 +"128347",34055,6071,2,1881,2310 +"128348",34055,6119,3,1881,2358 +"128349",34055,10336,3,1881,2271 +"128350",34055,11135,3,1881,2441 +"128351",34055,19057,3,1881,2664 +"128352",34055,19687,3,1881,2072 +"128353",34055,22249,2,1881,1892 +"128354",34055,23639,3,1881,2065 +"128355",34055,32235,2,1881,2109 +"128356",34055,38183,2,1881,2391 +"128357",34055,41051,3,1881,2767 +"128358",34055,42628,3,1881,2486 +"128359",34055,47330,3,1881,2422 +"128360",34055,56673,2,1881,2419 +"128361",34055,65223,3,1881,2724 +"128362",34057,4953,3,1657,2285 +"128363",34057,5350,2,1657,2522 +"128364",34057,6044,3,1657,2744 +"128365",34057,7896,3,1657,2447 +"128366",34057,10358,3,1657,2294 +"128367",34057,11143,3,1657,2623 +"128368",34057,14252,3,1657,2244 +"128369",34057,15381,3,1657,2289 +"128370",34057,17365,2,1657,2746 +"128371",34057,19208,3,1657,2629 +"128372",34057,19605,3,1657,2395 +"128373",34057,24253,2,1657,2213 +"128374",34057,26080,3,1657,2525 +"128375",34057,32919,3,1657,2321 +"128376",34057,35926,2,1657,2371 +"128377",34057,39534,3,1657,2410 +"128378",34057,41581,3,1657,1692 +"128379",34057,41972,3,1657,2509 +"128380",34057,43455,3,1657,2846 +"128381",34057,43796,2,1657,2476 +"128382",34057,46486,3,1657,1868 +"128383",34057,47248,3,1657,2883 +"128384",34057,47529,3,1657,2914 +"128385",34057,49782,2,1657,2937 +"128386",34057,51017,3,1657,2073 +"128387",34057,51758,2,1657,2310 +"128388",34057,51866,3,1657,2411 +"128389",34057,53084,3,1657,2683 +"128390",34057,57067,2,1657,2547 +"128391",34057,63442,3,1657,1965 +"128392",34057,69716,3,1657,2632 +"128393",34057,81753,3,1657,1736 +"128394",34094,2294,2,1360,1638 +"128395",34094,2852,3,1360,2448 +"128396",34094,2959,3,1360,1785 +"128397",34094,3284,3,1360,1541 +"128398",34094,4303,3,1360,2414 +"128399",34094,4526,3,1360,1728 +"128400",34094,4646,3,1360,2139 +"128401",34094,4983,3,1360,1909 +"128402",34094,7942,3,1360,2623 +"128403",34094,8860,2,1360,2141 +"128404",34094,9703,3,1360,1845 +"128405",34094,10087,2,1360,1617 +"128406",34094,12361,3,1360,2732 +"128407",34094,13079,3,1360,2547 +"128408",34094,17645,3,1360,1918 +"128409",34094,18005,2,1360,2449 +"128410",34094,18706,3,1360,1617 +"128411",34094,21352,3,1360,1604 +"128412",34094,26734,3,1360,2299 +"128413",34094,28081,3,1360,1927 +"128414",34094,28627,3,1360,2694 +"128415",34094,32549,2,1360,2111 +"128416",34094,33341,3,1360,2338 +"128417",34094,34908,3,1360,2796 +"128418",34094,38333,3,1360,1365 +"128419",34094,39534,3,1360,2410 +"128420",34094,45729,3,1360,2606 +"128421",34094,52815,3,1360,2323 +"128422",34094,55482,3,1360,1866 +"128423",34094,56082,3,1360,2395 +"128424",34094,60258,3,1360,2405 +"128425",34094,61585,3,1360,2315 +"128426",34094,64947,3,1360,2489 +"128427",34094,65223,3,1360,2724 +"128428",34094,68789,3,1360,1929 +"128429",34094,71531,3,1360,2887 +"128430",34094,72438,3,1360,1397 +"128431",34094,107383,3,1360,1918 +"128432",34102,7118,3,650,966 +"128433",34102,66756,3,650,1301 +"128434",34102,76196,1,650,1643 +"128435",34117,900,3,961,2726 +"128436",34117,2139,3,961,2502 +"128437",34117,3284,2,961,1541 +"128438",34117,11383,3,961,977 +"128439",34117,13007,1,961,2496 +"128440",34117,13119,2,961,1739 +"128441",34117,15978,3,961,981 +"128442",34117,24264,2,961,1760 +"128443",34117,25327,3,961,977 +"128444",34117,32395,3,961,2735 +"128445",34117,33451,3,961,1957 +"128446",34117,34491,3,961,2694 +"128447",34117,36514,3,961,1192 +"128448",34117,38333,3,961,1365 +"128449",34117,52041,2,961,2694 +"128450",34117,56873,2,961,1421 +"128451",34117,72470,2,961,991 +"128452",34120,41945,3,2786,2856 +"128453",34120,44688,3,2786,2924 +"128454",34123,25298,3,1504,2443 +"128455",34123,26903,2,1504,2092 +"128456",34132,362,3,2076,2537 +"128457",34132,1616,3,2076,2662 +"128458",34132,2036,3,2076,2483 +"128459",34132,3488,2,2076,2351 +"128460",34132,61458,3,2076,2630 +"128461",34136,671,3,2202,2328 +"128462",34136,1767,2,2202,2727 +"128463",34136,2684,3,2202,2874 +"128464",34136,3271,3,2202,2216 +"128465",34136,3980,3,2202,2771 +"128466",34136,4305,3,2202,2374 +"128467",34136,6491,3,2202,2424 +"128468",34136,7241,3,2202,2259 +"128469",34136,9272,3,2202,2835 +"128470",34136,12374,1,2202,2260 +"128471",34136,13158,3,2202,2667 +"128472",34136,16352,3,2202,2657 +"128473",34136,20732,3,2202,2401 +"128474",34136,21104,2,2202,2327 +"128475",34136,23726,3,2202,2434 +"128476",34136,26436,3,2202,2489 +"128477",34136,26671,3,2202,2279 +"128478",34136,29073,3,2202,2328 +"128479",34136,30827,3,2202,2323 +"128480",34136,33622,3,2202,2230 +"128481",34136,34836,3,2202,2302 +"128482",34136,36439,3,2202,2469 +"128483",34136,39444,3,2202,2695 +"128484",34136,42216,3,2202,2722 +"128485",34136,43226,3,2202,2442 +"128486",34136,43404,2,2202,2649 +"128487",34136,43518,3,2202,2680 +"128488",34136,50118,3,2202,2654 +"128489",34136,50236,3,2202,2339 +"128490",34136,50667,3,2202,2719 +"128491",34136,55691,3,2202,2856 +"128492",34136,58508,3,2202,2326 +"128493",34136,69335,3,2202,2698 +"128494",34136,108379,2,2202,2933 +"128495",34136,108867,3,2202,2328 +"128496",34158,5239,2,2639,2875 +"128497",34158,14353,3,2639,2878 +"128498",34158,17852,3,2639,2840 +"128499",34158,21138,3,2639,2849 +"128500",34158,36574,3,2639,2934 +"128501",34158,48127,3,2639,2677 +"128502",34158,64219,3,2639,2705 +"128503",34158,67957,3,2639,2823 +"128504",34160,135,2,1759,2233 +"128505",34160,455,1,1759,2827 +"128506",34160,470,2,1759,2285 +"128507",34160,913,3,1759,2144 +"128508",34160,1136,2,1759,2536 +"128509",34160,1262,3,1759,2973 +"128510",34160,1367,3,1759,2176 +"128511",34160,1386,3,1759,1901 +"128512",34160,2224,3,1759,2751 +"128513",34160,2424,3,1759,2582 +"128514",34160,2533,3,1759,2016 +"128515",34160,2765,3,1759,2321 +"128516",34160,4084,3,1759,2133 +"128517",34160,4191,3,1759,2130 +"128518",34160,4226,3,1759,1903 +"128519",34160,4360,3,1759,1770 +"128520",34160,5491,2,1759,2048 +"128521",34160,6428,3,1759,1952 +"128522",34160,6491,2,1759,2424 +"128523",34160,7078,3,1759,2344 +"128524",34160,7245,2,1759,2089 +"128525",34160,7394,3,1759,2615 +"128526",34160,7515,3,1759,2737 +"128527",34160,7847,3,1759,2424 +"128528",34160,8533,3,1759,2251 +"128529",34160,10433,2,1759,2075 +"128530",34160,11516,3,1759,1937 +"128531",34160,14709,3,1759,1901 +"128532",34160,16201,3,1759,1811 +"128533",34160,17826,3,1759,2920 +"128534",34160,18151,2,1759,2962 +"128535",34160,18366,3,1759,2699 +"128536",34160,18415,3,1759,2184 +"128537",34160,19719,3,1759,2177 +"128538",34160,19872,3,1759,2913 +"128539",34160,20423,3,1759,2654 +"128540",34160,20563,3,1759,2267 +"128541",34160,21795,2,1759,2653 +"128542",34160,22567,3,1759,2396 +"128543",34160,23132,2,1759,2756 +"128544",34160,23705,3,1759,2699 +"128545",34160,23918,3,1759,1881 +"128546",34160,24448,3,1759,2289 +"128547",34160,24568,3,1759,1937 +"128548",34160,25289,3,1759,1790 +"128549",34160,25341,3,1759,1858 +"128550",34160,25577,3,1759,1946 +"128551",34160,27628,3,1759,2389 +"128552",34160,27753,3,1759,2750 +"128553",34160,28115,2,1759,1835 +"128554",34160,29170,3,1759,1846 +"128555",34160,29791,3,1759,1986 +"128556",34160,29962,3,1759,2201 +"128557",34160,30052,2,1759,2855 +"128558",34160,30081,3,1759,2403 +"128559",34160,32965,3,1759,2071 +"128560",34160,34492,3,1759,1798 +"128561",34160,36950,3,1759,2204 +"128562",34160,38019,3,1759,1870 +"128563",34160,39827,3,1759,2321 +"128564",34160,40369,2,1759,2735 +"128565",34160,40383,3,1759,2639 +"128566",34160,42216,3,1759,2722 +"128567",34160,45633,2,1759,2134 +"128568",34160,47947,3,1759,2681 +"128569",34160,49461,3,1759,2793 +"128570",34160,50685,3,1759,2008 +"128571",34160,52576,3,1759,2234 +"128572",34160,53196,1,1759,1888 +"128573",34160,54250,3,1759,2340 +"128574",34160,55139,3,1759,2323 +"128575",34160,56317,3,1759,2030 +"128576",34160,57544,3,1759,2443 +"128577",34160,62219,3,1759,2494 +"128578",34160,63409,3,1759,1937 +"128579",34160,64181,2,1759,1828 +"128580",34160,64997,1,1759,2791 +"128581",34160,65016,3,1759,2749 +"128582",34160,65691,3,1759,2134 +"128583",34160,66413,3,1759,2507 +"128584",34160,67652,3,1759,2736 +"128585",34160,73305,3,1759,2544 +"128586",34160,74095,3,1759,2333 +"128587",34160,80429,3,1759,1927 +"128588",34160,105063,3,1759,1908 +"128589",34162,3255,3,2336,2504 +"128590",34162,6824,3,2336,2680 +"128591",34162,9861,3,2336,2680 +"128592",34162,10638,3,2336,2692 +"128593",34162,11506,2,2336,2824 +"128594",34162,18943,3,2336,2861 +"128595",34162,20007,3,2336,2971 +"128596",34162,21180,1,2336,2762 +"128597",34162,21463,3,2336,2437 +"128598",34162,27742,3,2336,2700 +"128599",34162,36136,3,2336,2338 +"128600",34162,39105,3,2336,2487 +"128601",34162,41955,3,2336,2479 +"128602",34162,55775,2,2336,2385 +"128603",34162,56673,3,2336,2419 +"128604",34162,76132,2,2336,2426 +"128605",34180,59005,3,2617,2817 +"128606",34242,916,3,1206,2718 +"128607",34242,13150,3,1206,1570 +"128608",34242,16643,1,1206,1824 +"128609",34242,17999,2,1206,2758 +"128610",34242,23739,2,1206,2463 +"128611",34242,28824,3,1206,2412 +"128612",34242,36662,2,1206,2967 +"128613",34242,59470,3,1206,2393 +"128614",34242,62713,3,1206,2593 +"128615",34242,94339,3,1206,2768 +"128616",34250,1057,3,87,2759 +"128617",34250,1785,2,87,2350 +"128618",34250,2588,3,87,552 +"128619",34250,2737,2,87,607 +"128620",34250,3360,3,87,1583 +"128621",34250,7499,3,87,1803 +"128622",34250,7787,3,87,2314 +"128623",34250,8896,3,87,1139 +"128624",34250,9740,3,87,2233 +"128625",34250,10250,3,87,1606 +"128626",34250,13671,3,87,1371 +"128627",34250,14255,3,87,893 +"128628",34250,14612,2,87,2340 +"128629",34250,14957,3,87,2306 +"128630",34250,15150,3,87,2801 +"128631",34250,15214,3,87,274 +"128632",34250,15558,3,87,2389 +"128633",34250,15728,3,87,576 +"128634",34250,16524,3,87,1556 +"128635",34250,16910,3,87,1978 +"128636",34250,17499,3,87,2954 +"128637",34250,17672,3,87,1987 +"128638",34250,18821,3,87,2075 +"128639",34250,19002,2,87,2053 +"128640",34250,19190,3,87,2677 +"128641",34250,20011,3,87,2826 +"128642",34250,20541,3,87,2617 +"128643",34250,22746,2,87,913 +"128644",34250,23728,3,87,2601 +"128645",34250,24044,2,87,1076 +"128646",34250,26698,2,87,1963 +"128647",34250,27570,2,87,1559 +"128648",34250,28970,3,87,2111 +"128649",34250,34018,3,87,400 +"128650",34250,34576,3,87,1727 +"128651",34250,36520,3,87,571 +"128652",34250,38241,3,87,1931 +"128653",34250,38354,2,87,629 +"128654",34250,42773,3,87,385 +"128655",34250,46049,3,87,2102 +"128656",34250,48585,3,87,2063 +"128657",34250,49415,3,87,2654 +"128658",34250,51499,3,87,649 +"128659",34250,64641,3,87,2617 +"128660",34250,67289,3,87,829 +"128661",34250,76931,3,87,1338 +"128662",34250,80351,3,87,594 +"128663",34250,85401,2,87,1931 +"128664",34250,85638,3,87,2275 +"128665",34250,89258,3,87,1147 +"128666",34250,90268,3,87,585 +"128667",34250,90610,3,87,418 +"128668",34250,95238,3,87,259 +"128669",34250,95258,2,87,199 +"128670",34250,96700,3,87,1602 +"128671",34274,2370,2,1437,1600 +"128672",34274,3068,2,1437,1815 +"128673",34274,3158,3,1437,2762 +"128674",34274,3360,3,1437,1583 +"128675",34274,4249,2,1437,2547 +"128676",34274,4634,3,1437,2291 +"128677",34274,4784,1,1437,2511 +"128678",34274,6020,1,1437,1864 +"128679",34274,6223,3,1437,2363 +"128680",34274,6345,3,1437,2713 +"128681",34274,6747,3,1437,2913 +"128682",34274,9724,3,1437,2713 +"128683",34274,13688,3,1437,1627 +"128684",34274,14172,2,1437,1923 +"128685",34274,14490,3,1437,2291 +"128686",34274,15782,3,1437,2306 +"128687",34274,16524,3,1437,1556 +"128688",34274,17499,3,1437,2954 +"128689",34274,19282,3,1437,1623 +"128690",34274,21358,1,1437,1970 +"128691",34274,25941,3,1437,2369 +"128692",34274,28648,1,1437,1586 +"128693",34274,31950,3,1437,2217 +"128694",34274,32576,3,1437,2881 +"128695",34274,33460,3,1437,2781 +"128696",34274,37684,3,1437,2899 +"128697",34274,41489,2,1437,2006 +"128698",34274,43701,3,1437,2400 +"128699",34274,45297,1,1437,1864 +"128700",34274,45449,3,1437,1610 +"128701",34274,45450,2,1437,1590 +"128702",34274,48823,2,1437,2080 +"128703",34274,50468,3,1437,1659 +"128704",34274,52179,3,1437,1572 +"128705",34274,53652,3,1437,2899 +"128706",34274,54488,3,1437,2357 +"128707",34274,68813,2,1437,2511 +"128708",34274,73520,3,1437,2613 +"128709",34274,76842,3,1437,1518 +"128710",34274,80186,3,1437,2228 +"128711",34274,82217,2,1437,2441 +"128712",34274,84235,3,1437,1639 +"128713",34274,86559,3,1437,1704 +"128714",34274,95879,2,1437,1748 +"128715",34274,108467,3,1437,2170 +"128716",34295,40759,2,2735,2789 +"128717",34311,21417,3,2213,2422 +"128718",34311,21795,3,2213,2653 +"128719",34311,26865,3,2213,2726 +"128720",34311,34327,3,2213,2959 +"128721",34311,42618,3,2213,2316 +"128722",34311,44235,3,2213,2700 +"128723",34311,45664,3,2213,2235 +"128724",34311,70046,3,2213,2624 +"128725",34311,73266,2,2213,2496 +"128726",34311,90501,3,2213,2380 +"128727",34314,206,3,630,1986 +"128728",34314,312,3,630,2038 +"128729",34314,512,3,630,1596 +"128730",34314,733,3,630,1653 +"128731",34314,1036,3,630,1367 +"128732",34314,1090,3,630,2370 +"128733",34314,1092,3,630,1945 +"128734",34314,1102,3,630,2282 +"128735",34314,1469,3,630,1160 +"128736",34314,1592,2,630,2006 +"128737",34314,1691,1,630,1941 +"128738",34314,2011,3,630,2176 +"128739",34314,2166,3,630,2557 +"128740",34314,2208,2,630,2814 +"128741",34314,2269,3,630,984 +"128742",34314,2684,2,630,2874 +"128743",34314,3271,3,630,2216 +"128744",34314,3628,3,630,2707 +"128745",34314,3753,3,630,1255 +"128746",34314,3863,3,630,856 +"128747",34314,4317,3,630,1224 +"128748",34314,5018,1,630,640 +"128749",34314,5258,3,630,2730 +"128750",34314,5429,3,630,1991 +"128751",34314,6074,3,630,2426 +"128752",34314,6252,3,630,2336 +"128753",34314,6390,2,630,2385 +"128754",34314,6428,3,630,1952 +"128755",34314,6914,3,630,2668 +"128756",34314,8011,3,630,889 +"128757",34314,8519,3,630,844 +"128758",34314,8657,3,630,2473 +"128759",34314,8762,3,630,2585 +"128760",34314,9200,3,630,787 +"128761",34314,9272,3,630,2835 +"128762",34314,9331,3,630,2269 +"128763",34314,9364,3,630,1698 +"128764",34314,9805,3,630,1621 +"128765",34314,10130,3,630,2741 +"128766",34314,10222,2,630,2212 +"128767",34314,10401,3,630,863 +"128768",34314,10744,3,630,955 +"128769",34314,11055,2,630,2111 +"128770",34314,11351,3,630,2971 +"128771",34314,11620,3,630,2010 +"128772",34314,12199,3,630,1651 +"128773",34314,12724,3,630,1930 +"128774",34314,13248,3,630,1385 +"128775",34314,13837,3,630,1604 +"128776",34314,14072,3,630,1346 +"128777",34314,14108,1,630,2012 +"128778",34314,14676,2,630,2764 +"128779",34314,14731,3,630,2012 +"128780",34314,14983,1,630,1047 +"128781",34314,15632,3,630,1242 +"128782",34314,15713,3,630,1646 +"128783",34314,16201,2,630,1811 +"128784",34314,16332,3,630,2668 +"128785",34314,17645,3,630,1918 +"128786",34314,18277,2,630,2309 +"128787",34314,18502,2,630,1033 +"128788",34314,18543,3,630,2968 +"128789",34314,18615,3,630,1025 +"128790",34314,18836,3,630,1270 +"128791",34314,19173,3,630,1686 +"128792",34314,19248,3,630,2357 +"128793",34314,19621,3,630,725 +"128794",34314,19718,3,630,1702 +"128795",34314,19937,3,630,1587 +"128796",34314,20124,3,630,2376 +"128797",34314,20311,3,630,1981 +"128798",34314,20407,2,630,2339 +"128799",34314,20419,3,630,1587 +"128800",34314,20975,3,630,1305 +"128801",34314,21133,3,630,1320 +"128802",34314,21198,3,630,935 +"128803",34314,21682,3,630,2414 +"128804",34314,22586,3,630,1341 +"128805",34314,24198,2,630,2217 +"128806",34314,24753,3,630,2860 +"128807",34314,25565,2,630,2764 +"128808",34314,26749,3,630,2965 +"128809",34314,27501,3,630,1981 +"128810",34314,27792,3,630,1308 +"128811",34314,28102,3,630,2287 +"128812",34314,28808,3,630,1063 +"128813",34314,29115,3,630,1047 +"128814",34314,29170,3,630,1846 +"128815",34314,29948,3,630,2795 +"128816",34314,30386,3,630,1833 +"128817",34314,31001,3,630,2119 +"128818",34314,31235,3,630,2668 +"128819",34314,32113,3,630,882 +"128820",34314,32409,3,630,857 +"128821",34314,32503,3,630,2020 +"128822",34314,33621,3,630,1319 +"128823",34314,33622,2,630,2230 +"128824",34314,34934,3,630,645 +"128825",34314,34945,3,630,1298 +"128826",34314,35041,3,630,1311 +"128827",34314,35235,3,630,2610 +"128828",34314,35481,2,630,2211 +"128829",34314,36439,2,630,2469 +"128830",34314,37509,2,630,1640 +"128831",34314,38213,3,630,1744 +"128832",34314,39556,3,630,2747 +"128833",34314,39865,3,630,849 +"128834",34314,40672,3,630,1315 +"128835",34314,41085,2,630,637 +"128836",34314,43173,3,630,2895 +"128837",34314,43226,2,630,2442 +"128838",34314,43385,3,630,1623 +"128839",34314,43428,3,630,1299 +"128840",34314,43635,2,630,1196 +"128841",34314,43839,3,630,1685 +"128842",34314,44427,3,630,2875 +"128843",34314,44684,3,630,1220 +"128844",34314,46512,3,630,1292 +"128845",34314,46621,2,630,1343 +"128846",34314,46726,3,630,943 +"128847",34314,47064,3,630,1993 +"128848",34314,47435,3,630,878 +"128849",34314,47585,2,630,794 +"128850",34314,48110,3,630,2009 +"128851",34314,48215,3,630,2028 +"128852",34314,48754,2,630,1972 +"128853",34314,49301,3,630,1894 +"128854",34314,49470,3,630,1528 +"128855",34314,49620,3,630,1868 +"128856",34314,50179,3,630,2230 +"128857",34314,50235,1,630,726 +"128858",34314,50248,3,630,2781 +"128859",34314,50254,3,630,1151 +"128860",34314,52136,3,630,1412 +"128861",34314,52323,3,630,2148 +"128862",34314,52327,3,630,1472 +"128863",34314,52345,3,630,1430 +"128864",34314,53031,3,630,2065 +"128865",34314,53252,2,630,637 +"128866",34314,53519,3,630,2781 +"128867",34314,54250,3,630,2340 +"128868",34314,55156,3,630,2196 +"128869",34314,56116,3,630,1321 +"128870",34314,57732,3,630,2454 +"128871",34314,57977,3,630,2683 +"128872",34314,57990,2,630,978 +"128873",34314,58133,3,630,1484 +"128874",34314,58221,2,630,1787 +"128875",34314,58284,3,630,2292 +"128876",34314,58508,3,630,2326 +"128877",34314,59939,3,630,936 +"128878",34314,61719,3,630,1515 +"128879",34314,61785,3,630,822 +"128880",34314,62062,2,630,860 +"128881",34314,62602,3,630,1172 +"128882",34314,62668,3,630,958 +"128883",34314,63604,3,630,927 +"128884",34314,64181,3,630,1828 +"128885",34314,65475,3,630,1267 +"128886",34314,66971,3,630,2299 +"128887",34314,69335,3,630,2698 +"128888",34314,69447,3,630,1197 +"128889",34314,70605,2,630,1176 +"128890",34314,71274,3,630,2390 +"128891",34314,71342,3,630,1289 +"128892",34314,72956,2,630,1251 +"128893",34314,73128,3,630,1549 +"128894",34314,73747,3,630,2274 +"128895",34314,74605,3,630,2265 +"128896",34314,74636,2,630,2525 +"128897",34314,75025,3,630,717 +"128898",34314,76127,2,630,910 +"128899",34314,76192,2,630,912 +"128900",34314,76646,3,630,1263 +"128901",34314,78256,3,630,804 +"128902",34314,78563,3,630,2385 +"128903",34314,79364,1,630,834 +"128904",34314,79436,3,630,1344 +"128905",34314,79612,3,630,927 +"128906",34314,79657,1,630,1260 +"128907",34314,79998,3,630,821 +"128908",34314,80301,3,630,1690 +"128909",34314,81895,3,630,1634 +"128910",34314,82409,3,630,1881 +"128911",34314,82949,3,630,2077 +"128912",34314,88232,2,630,2881 +"128913",34314,88966,3,630,1568 +"128914",34314,89880,3,630,1938 +"128915",34314,92491,3,630,1968 +"128916",34314,93398,2,630,828 +"128917",34314,93615,3,630,2386 +"128918",34314,96000,3,630,1789 +"128919",34314,97275,3,630,731 +"128920",34314,97674,3,630,1912 +"128921",34314,97824,3,630,1229 +"128922",34314,99103,3,630,1470 +"128923",34314,99152,3,630,1698 +"128924",34314,99886,3,630,2781 +"128925",34314,100215,3,630,2436 +"128926",34314,100432,2,630,1358 +"128927",34314,101347,3,630,1335 +"128928",34314,101967,2,630,691 +"128929",34314,102360,3,630,796 +"128930",34314,102400,3,630,1761 +"128931",34314,105685,3,630,2469 +"128932",34314,106318,3,630,1698 +"128933",34314,106555,3,630,1626 +"128934",34314,108430,2,630,1642 +"128935",34314,123349,2,630,901 +"128936",34325,7029,3,1982,2204 +"128937",34325,17351,3,1982,2036 +"128938",34325,41945,3,1982,2856 +"128939",34325,54879,3,1982,2210 +"128940",34325,73197,3,1982,1998 +"128941",34327,1262,3,2959,2973 +"128942",34327,18151,2,2959,2962 +"128943",34331,1369,3,1727,2487 +"128944",34331,2424,3,1727,2582 +"128945",34331,3271,3,1727,2216 +"128946",34331,3506,3,1727,2364 +"128947",34331,6040,3,1727,2103 +"128948",34331,6999,3,1727,2214 +"128949",34331,7123,3,1727,1964 +"128950",34331,9269,1,1727,1892 +"128951",34331,9272,3,1727,2835 +"128952",34331,9895,2,1727,1960 +"128953",34331,9910,2,1727,2526 +"128954",34331,9948,2,1727,2019 +"128955",34331,11351,3,1727,2971 +"128956",34331,15813,2,1727,2143 +"128957",34331,16347,2,1727,1868 +"128958",34331,17925,3,1727,2385 +"128959",34331,20695,2,1727,2526 +"128960",34331,26374,3,1727,2133 +"128961",34331,26740,1,1727,2695 +"128962",34331,30096,3,1727,2082 +"128963",34331,31159,3,1727,2231 +"128964",34331,31295,2,1727,2183 +"128965",34331,35317,3,1727,1888 +"128966",34331,38697,2,1727,2701 +"128967",34331,42382,3,1727,2224 +"128968",34331,42407,3,1727,2408 +"128969",34331,43226,3,1727,2442 +"128970",34331,44744,2,1727,2032 +"128971",34331,47607,3,1727,2724 +"128972",34331,48110,3,1727,2009 +"128973",34331,48931,3,1727,2444 +"128974",34331,53584,3,1727,2391 +"128975",34331,55261,2,1727,1915 +"128976",34331,58508,3,1727,2326 +"128977",34331,69335,3,1727,2698 +"128978",34331,69453,2,1727,2831 +"128979",34331,76892,3,1727,2381 +"128980",34331,77719,3,1727,2086 +"128981",34331,93553,2,1727,2537 +"128982",34331,96387,3,1727,2159 +"128983",34334,1519,3,1637,2349 +"128984",34334,2446,3,1637,2606 +"128985",34334,3403,2,1637,2951 +"128986",34334,3405,1,1637,2438 +"128987",34334,7942,3,1637,2623 +"128988",34334,8062,2,1637,2858 +"128989",34334,8791,3,1637,1789 +"128990",34334,9063,2,1637,2000 +"128991",34334,9727,3,1637,2327 +"128992",34334,13136,3,1637,2867 +"128993",34334,14915,3,1637,2606 +"128994",34334,15502,3,1637,2637 +"128995",34334,16690,2,1637,2132 +"128996",34334,19687,3,1637,2072 +"128997",34334,20941,3,1637,2725 +"128998",34334,21895,3,1637,1693 +"128999",34334,22723,2,1637,2859 +"129000",34334,23639,3,1637,2065 +"129001",34334,24176,3,1637,1986 +"129002",34334,25373,3,1637,2783 +"129003",34334,27686,3,1637,2844 +"129004",34334,33040,3,1637,2106 +"129005",34334,33236,3,1637,2297 +"129006",34334,36953,3,1637,2790 +"129007",34334,37059,3,1637,2840 +"129008",34334,38259,3,1637,2258 +"129009",34334,38361,3,1637,1936 +"129010",34334,38691,3,1637,2585 +"129011",34334,39577,3,1637,1728 +"129012",34334,40715,3,1637,2258 +"129013",34334,44420,3,1637,2184 +"129014",34334,47559,3,1637,1826 +"129015",34334,58233,2,1637,1665 +"129016",34334,65223,3,1637,2724 +"129017",34334,86970,3,1637,1664 +"129018",34379,270,3,2355,2542 +"129019",34395,782,2,583,945 +"129020",34395,1578,3,583,1612 +"129021",34395,5845,3,583,1552 +"129022",34395,6252,3,583,2336 +"129023",34395,6603,2,583,2185 +"129024",34395,7785,3,583,2441 +"129025",34395,9440,3,583,1006 +"129026",34395,9801,3,583,2443 +"129027",34395,10002,2,583,1788 +"129028",34395,10279,3,583,886 +"129029",34395,11019,3,583,1299 +"129030",34395,13150,3,583,1570 +"129031",34395,15821,3,583,2456 +"129032",34395,18978,3,583,952 +"129033",34395,20824,3,583,1366 +"129034",34395,22256,1,583,829 +"129035",34395,23430,3,583,904 +"129036",34395,24195,3,583,1575 +"129037",34395,24866,3,583,2103 +"129038",34395,29311,3,583,1849 +"129039",34395,32532,3,583,2338 +"129040",34395,32651,3,583,877 +"129041",34395,36506,2,583,2638 +"129042",34395,38333,3,583,1365 +"129043",34395,40675,2,583,1595 +"129044",34395,43929,3,583,2749 +"129045",34395,45461,3,583,2458 +"129046",34395,47534,2,583,2712 +"129047",34395,47966,3,583,2409 +"129048",34395,53530,3,583,2380 +"129049",34395,64987,3,583,1360 +"129050",34395,79848,3,583,1629 +"129051",34395,86803,3,583,1764 +"129052",34395,88209,1,583,663 +"129053",34395,97498,3,583,2346 +"129054",34426,54929,3,2743,2783 +"129055",34441,5414,3,1661,2321 +"129056",34441,6432,2,1661,2297 +"129057",34441,9050,1,1661,2026 +"129058",34441,11135,3,1661,2441 +"129059",34441,15502,3,1661,2637 +"129060",34441,16566,2,1661,2019 +"129061",34441,29276,3,1661,2000 +"129062",34441,29824,3,1661,2772 +"129063",34441,65223,3,1661,2724 +"129064",34441,76604,1,1661,2590 +"129065",34441,104659,2,1661,2026 +"129066",34443,313,3,496,2271 +"129067",34443,358,3,496,798 +"129068",34443,499,3,496,1931 +"129069",34443,508,3,496,801 +"129070",34443,543,3,496,2203 +"129071",34443,1469,3,496,1160 +"129072",34443,1592,3,496,2006 +"129073",34443,1691,3,496,1941 +"129074",34443,1777,3,496,1965 +"129075",34443,2036,3,496,2483 +"129076",34443,2754,3,496,1360 +"129077",34443,3011,3,496,2278 +"129078",34443,3493,3,496,2451 +"129079",34443,3830,3,496,1661 +"129080",34443,4360,3,496,1770 +"129081",34443,4701,3,496,2401 +"129082",34443,4791,3,496,1184 +"129083",34443,5462,3,496,2374 +"129084",34443,5504,3,496,2389 +"129085",34443,6162,3,496,1673 +"129086",34443,6982,3,496,2034 +"129087",34443,7548,3,496,1932 +"129088",34443,7840,3,496,984 +"129089",34443,9311,2,496,2477 +"129090",34443,9579,2,496,2105 +"129091",34443,10401,3,496,863 +"129092",34443,10488,3,496,1524 +"129093",34443,10843,2,496,2277 +"129094",34443,13249,3,496,2573 +"129095",34443,13601,3,496,2689 +"129096",34443,13808,3,496,1356 +"129097",34443,14108,3,496,2012 +"129098",34443,14656,3,496,584 +"129099",34443,14723,3,496,2019 +"129100",34443,14888,3,496,1411 +"129101",34443,15583,3,496,1144 +"129102",34443,15626,2,496,2434 +"129103",34443,18393,2,496,860 +"129104",34443,18404,3,496,801 +"129105",34443,18567,3,496,919 +"129106",34443,18670,3,496,1835 +"129107",34443,19453,3,496,1928 +"129108",34443,19668,3,496,696 +"129109",34443,19751,3,496,1630 +"129110",34443,20271,3,496,2044 +"129111",34443,20407,3,496,2339 +"129112",34443,20494,3,496,1075 +"129113",34443,21133,3,496,1320 +"129114",34443,21448,3,496,2332 +"129115",34443,22311,3,496,2034 +"129116",34443,22422,3,496,894 +"129117",34443,22455,3,496,1197 +"129118",34443,23729,3,496,1624 +"129119",34443,23825,3,496,1913 +"129120",34443,24169,3,496,1663 +"129121",34443,24286,2,496,1280 +"129122",34443,26408,3,496,1545 +"129123",34443,26713,3,496,1235 +"129124",34443,27261,3,496,1368 +"129125",34443,27478,2,496,2485 +"129126",34443,28545,3,496,552 +"129127",34443,28640,3,496,1475 +"129128",34443,28808,3,496,1063 +"129129",34443,29089,3,496,1344 +"129130",34443,30325,3,496,1067 +"129131",34443,30906,3,496,2537 +"129132",34443,31799,3,496,2547 +"129133",34443,31835,3,496,607 +"129134",34443,32409,3,496,857 +"129135",34443,33241,2,496,632 +"129136",34443,33356,2,496,1586 +"129137",34443,33433,1,496,2805 +"129138",34443,34707,1,496,2042 +"129139",34443,34820,3,496,1630 +"129140",34443,35256,3,496,2271 +"129141",34443,35516,3,496,1229 +"129142",34443,35888,3,496,2291 +"129143",34443,36446,3,496,1175 +"129144",34443,36578,3,496,1484 +"129145",34443,38048,2,496,867 +"129146",34443,38213,3,496,1744 +"129147",34443,38755,3,496,2902 +"129148",34443,40136,3,496,1149 +"129149",34443,40296,1,496,1674 +"129150",34443,41747,3,496,1722 +"129151",34443,43213,3,496,2160 +"129152",34443,44306,3,496,1036 +"129153",34443,46196,3,496,1510 +"129154",34443,46621,3,496,1343 +"129155",34443,47585,3,496,794 +"129156",34443,47803,3,496,2477 +"129157",34443,49581,2,496,1817 +"129158",34443,49620,3,496,1868 +"129159",34443,49696,3,496,2444 +"129160",34443,50946,1,496,1075 +"129161",34443,51016,3,496,1141 +"129162",34443,51410,3,496,2739 +"129163",34443,51853,3,496,2520 +"129164",34443,52136,2,496,1412 +"129165",34443,52154,3,496,1722 +"129166",34443,53031,2,496,2065 +"129167",34443,53342,3,496,2071 +"129168",34443,53809,3,496,1956 +"129169",34443,54879,3,496,2210 +"129170",34443,55324,3,496,1544 +"129171",34443,55643,2,496,2359 +"129172",34443,56082,3,496,2395 +"129173",34443,57977,3,496,2683 +"129174",34443,58993,3,496,2390 +"129175",34443,59113,2,496,2434 +"129176",34443,59786,2,496,605 +"129177",34443,59937,3,496,885 +"129178",34443,61785,3,496,822 +"129179",34443,61995,3,496,823 +"129180",34443,62903,3,496,1704 +"129181",34443,64502,3,496,1670 +"129182",34443,66756,3,496,1301 +"129183",34443,67456,3,496,1608 +"129184",34443,68098,3,496,2378 +"129185",34443,72207,3,496,2430 +"129186",34443,74190,2,496,1428 +"129187",34443,74318,2,496,632 +"129188",34443,74636,3,496,2525 +"129189",34443,74716,3,496,776 +"129190",34443,75403,3,496,1895 +"129191",34443,75921,3,496,517 +"129192",34443,76677,3,496,1269 +"129193",34443,77031,3,496,801 +"129194",34443,77489,3,496,1514 +"129195",34443,78932,3,496,981 +"129196",34443,79815,3,496,1713 +"129197",34443,84897,1,496,1075 +"129198",34443,85430,3,496,2370 +"129199",34443,87144,3,496,2299 +"129200",34443,88232,3,496,2881 +"129201",34443,89958,3,496,1186 +"129202",34443,93615,3,496,2386 +"129203",34443,94450,3,496,1127 +"129204",34443,95155,2,496,849 +"129205",34443,100978,3,496,862 +"129206",34443,104239,2,496,926 +"129207",34443,108620,3,496,881 +"129208",34464,701,2,1741,2718 +"129209",34464,1136,2,1741,2536 +"129210",34464,3305,3,1741,2839 +"129211",34464,6104,3,1741,2462 +"129212",34464,6363,2,1741,2066 +"129213",34464,21929,3,1741,2062 +"129214",34464,25985,3,1741,2071 +"129215",34464,27173,3,1741,2050 +"129216",34464,32965,3,1741,2071 +"129217",34464,37285,2,1741,2428 +"129218",34464,39535,2,1741,2428 +"129219",34464,41033,3,1741,1839 +"129220",34464,47098,3,1741,2057 +"129221",34464,50785,3,1741,2877 +"129222",34464,51041,3,1741,2606 +"129223",34464,57842,2,1741,2482 +"129224",34464,64997,3,1741,2791 +"129225",34464,99860,3,1741,2071 +"129226",34472,237,3,837,1982 +"129227",34472,728,2,837,1812 +"129228",34472,2524,3,837,1708 +"129229",34472,4066,2,837,1736 +"129230",34472,4646,3,837,2139 +"129231",34472,5350,3,837,2522 +"129232",34472,7014,2,837,2401 +"129233",34472,8726,2,837,2083 +"129234",34472,9227,3,837,1267 +"129235",34472,10754,3,837,1797 +"129236",34472,11310,3,837,957 +"129237",34472,11625,3,837,2022 +"129238",34472,13099,3,837,1547 +"129239",34472,15683,3,837,1729 +"129240",34472,16351,3,837,893 +"129241",34472,17728,3,837,1542 +"129242",34472,18965,2,837,2315 +"129243",34472,19364,3,837,2846 +"129244",34472,20395,3,837,1468 +"129245",34472,26734,3,837,2299 +"129246",34472,28081,3,837,1927 +"129247",34472,31303,3,837,1040 +"129248",34472,37279,2,837,2768 +"129249",34472,38259,3,837,2258 +"129250",34472,42852,3,837,1316 +"129251",34472,43360,3,837,979 +"129252",34472,50278,3,837,1127 +"129253",34472,51687,3,837,2333 +"129254",34472,51879,3,837,1771 +"129255",34472,53924,2,837,1289 +"129256",34472,59776,3,837,2493 +"129257",34472,61337,2,837,2777 +"129258",34472,69716,3,837,2632 +"129259",34472,72571,3,837,1175 +"129260",34472,73553,3,837,2726 +"129261",34478,2747,3,2265,2411 +"129262",34478,15826,3,2265,2772 +"129263",34478,28869,3,2265,2425 +"129264",34480,34735,3,2755,2767 +"129265",34491,10200,3,2694,2920 +"129266",34491,14586,3,2694,2801 +"129267",34491,32395,3,2694,2735 +"129268",34491,33755,3,2694,2963 +"129269",34491,55171,3,2694,2972 +"129270",34491,60672,3,2694,2876 +"129271",34491,70656,3,2694,2771 +"129272",34492,671,3,1798,2328 +"129273",34492,1046,3,1798,1881 +"129274",34492,1136,2,1798,2536 +"129275",34492,2424,3,1798,2582 +"129276",34492,2591,3,1798,1949 +"129277",34492,4191,2,1798,2130 +"129278",34492,4226,3,1798,1903 +"129279",34492,4618,2,1798,2607 +"129280",34492,4687,3,1798,2152 +"129281",34492,4980,1,1798,2093 +"129282",34492,5504,3,1798,2389 +"129283",34492,5621,3,1798,1860 +"129284",34492,5725,3,1798,2789 +"129285",34492,6023,2,1798,2050 +"129286",34492,6363,3,1798,2066 +"129287",34492,6428,3,1798,1952 +"129288",34492,6491,3,1798,2424 +"129289",34492,6577,3,1798,1951 +"129290",34492,7245,3,1798,2089 +"129291",34492,7847,3,1798,2424 +"129292",34492,10404,3,1798,2062 +"129293",34492,10799,2,1798,2010 +"129294",34492,10871,3,1798,2314 +"129295",34492,10890,3,1798,2639 +"129296",34492,12374,3,1798,2260 +"129297",34492,12713,3,1798,2440 +"129298",34492,12747,3,1798,2818 +"129299",34492,15299,3,1798,2213 +"129300",34492,15539,3,1798,1929 +"129301",34492,15716,3,1798,1991 +"129302",34492,16365,2,1798,2217 +"129303",34492,17354,3,1798,2250 +"129304",34492,17410,3,1798,2073 +"129305",34492,17852,3,1798,2840 +"129306",34492,19027,3,1798,2721 +"129307",34492,19516,2,1798,2313 +"129308",34492,19568,3,1798,2302 +"129309",34492,19868,3,1798,2855 +"129310",34492,20563,2,1798,2267 +"129311",34492,20700,3,1798,2861 +"129312",34492,21104,3,1798,2327 +"129313",34492,23140,3,1798,2787 +"129314",34492,23216,3,1798,2424 +"129315",34492,23704,1,1798,2278 +"129316",34492,25129,3,1798,2647 +"129317",34492,25341,3,1798,1858 +"129318",34492,25816,3,1798,2088 +"129319",34492,26155,3,1798,1802 +"129320",34492,26436,1,1798,2489 +"129321",34492,26451,3,1798,2133 +"129322",34492,26516,2,1798,2479 +"129323",34492,27628,3,1798,2389 +"129324",34492,27753,2,1798,2750 +"129325",34492,31799,3,1798,2547 +"129326",34492,32988,3,1798,2008 +"129327",34492,34136,3,1798,2202 +"129328",34492,34216,3,1798,2832 +"129329",34492,34509,3,1798,1973 +"129330",34492,34815,3,1798,2354 +"129331",34492,35069,3,1798,2069 +"129332",34492,37418,3,1798,2710 +"129333",34492,38449,2,1798,1802 +"129334",34492,40369,3,1798,2735 +"129335",34492,41402,3,1798,2313 +"129336",34492,45343,3,1798,2360 +"129337",34492,45715,1,1798,2287 +"129338",34492,47857,3,1798,2325 +"129339",34492,50667,3,1798,2719 +"129340",34492,51041,3,1798,2606 +"129341",34492,51410,1,1798,2739 +"129342",34492,53031,3,1798,2065 +"129343",34492,54740,3,1798,2750 +"129344",34492,55156,3,1798,2196 +"129345",34492,57129,3,1798,1858 +"129346",34492,57977,3,1798,2683 +"129347",34492,59438,3,1798,2400 +"129348",34492,63515,3,1798,2023 +"129349",34492,64181,3,1798,1828 +"129350",34492,64793,3,1798,2819 +"129351",34492,64997,2,1798,2791 +"129352",34492,68810,3,1798,2409 +"129353",34492,70046,3,1798,2624 +"129354",34492,74095,3,1798,2333 +"129355",34492,78563,3,1798,2385 +"129356",34492,82929,3,1798,2475 +"129357",34492,92491,3,1798,1968 +"129358",34492,97915,3,1798,1802 +"129359",34498,60867,3,2383,2689 +"129360",34504,19208,3,2310,2629 +"129361",34509,135,3,1973,2233 +"129362",34509,671,3,1973,2328 +"129363",34509,1136,2,1973,2536 +"129364",34509,2765,2,1973,2321 +"129365",34509,2954,2,1973,2727 +"129366",34509,3966,2,1973,2425 +"129367",34509,4191,3,1973,2130 +"129368",34509,4567,3,1973,2348 +"129369",34509,4618,3,1973,2607 +"129370",34509,5041,3,1973,2371 +"129371",34509,5491,3,1973,2048 +"129372",34509,5725,3,1973,2789 +"129373",34509,6044,3,1973,2744 +"129374",34509,6234,3,1973,2654 +"129375",34509,6740,2,1973,2699 +"129376",34509,6914,3,1973,2668 +"129377",34509,7847,3,1973,2424 +"129378",34509,10130,2,1973,2741 +"129379",34509,10513,3,1973,2284 +"129380",34509,10964,3,1973,2043 +"129381",34509,11067,3,1973,2734 +"129382",34509,12042,3,1973,2345 +"129383",34509,14669,3,1973,2080 +"129384",34509,14731,3,1973,2012 +"129385",34509,14972,3,1973,2332 +"129386",34509,19248,3,1973,2357 +"129387",34509,19516,3,1973,2313 +"129388",34509,19719,3,1973,2177 +"129389",34509,20292,3,1973,2755 +"129390",34509,20563,3,1973,2267 +"129391",34509,21138,2,1973,2849 +"129392",34509,21487,3,1973,2203 +"129393",34509,21795,3,1973,2653 +"129394",34509,22277,2,1973,2424 +"129395",34509,22714,2,1973,2793 +"129396",34509,23319,3,1973,2867 +"129397",34509,24146,3,1973,2003 +"129398",34509,24923,3,1973,2785 +"129399",34509,24964,3,1973,2491 +"129400",34509,25129,1,1973,2647 +"129401",34509,25325,3,1973,2963 +"129402",34509,26080,3,1973,2525 +"129403",34509,26658,3,1973,2745 +"129404",34509,26865,3,1973,2726 +"129405",34509,30081,3,1973,2403 +"129406",34509,30981,3,1973,2366 +"129407",34509,31799,3,1973,2547 +"129408",34509,32939,2,1973,2277 +"129409",34509,35264,3,1973,2329 +"129410",34509,35481,3,1973,2211 +"129411",34509,36962,3,1973,2861 +"129412",34509,37238,3,1973,2609 +"129413",34509,38676,3,1973,2286 +"129414",34509,38727,3,1973,2238 +"129415",34509,39827,3,1973,2321 +"129416",34509,40369,3,1973,2735 +"129417",34509,40493,3,1973,1981 +"129418",34509,41402,2,1973,2313 +"129419",34509,41837,3,1973,2399 +"129420",34509,41972,3,1973,2509 +"129421",34509,42256,3,1973,2839 +"129422",34509,42474,2,1973,2322 +"129423",34509,45343,3,1973,2360 +"129424",34509,45585,3,1973,2384 +"129425",34509,47248,2,1973,2883 +"129426",34509,49110,3,1973,2938 +"129427",34509,51017,2,1973,2073 +"129428",34509,51035,3,1973,2397 +"129429",34509,51410,2,1973,2739 +"129430",34509,53293,3,1973,2916 +"129431",34509,53445,3,1973,2028 +"129432",34509,54250,3,1973,2340 +"129433",34509,55139,3,1973,2323 +"129434",34509,57804,2,1973,2214 +"129435",34509,58284,3,1973,2292 +"129436",34509,61982,3,1973,2725 +"129437",34509,62841,2,1973,2710 +"129438",34509,64997,3,1973,2791 +"129439",34509,66413,3,1973,2507 +"129440",34509,68215,3,1973,2727 +"129441",34509,69591,3,1973,2294 +"129442",34509,71618,3,1973,2960 +"129443",34509,105685,3,1973,2469 +"129444",34528,8860,2,1323,2141 +"129445",34528,23488,2,1323,1523 +"129446",34528,46902,3,1323,1620 +"129447",34528,63701,3,1323,1620 +"129448",34528,83860,2,1323,1522 +"129449",34528,90013,3,1323,1461 +"129450",34559,283,2,1105,2082 +"129451",34559,378,2,1105,2766 +"129452",34559,3669,3,1105,2524 +"129453",34559,5673,3,1105,1567 +"129454",34559,9808,3,1105,1648 +"129455",34559,11135,3,1105,2441 +"129456",34559,12818,3,1105,2015 +"129457",34559,13024,3,1105,2468 +"129458",34559,13400,3,1105,1371 +"129459",34559,15916,3,1105,1236 +"129460",34559,19687,3,1105,2072 +"129461",34559,21165,3,1105,1112 +"129462",34559,21352,3,1105,1604 +"129463",34559,23639,3,1105,2065 +"129464",34559,26567,3,1105,1158 +"129465",34559,30317,3,1105,2431 +"129466",34559,32312,3,1105,1472 +"129467",34559,34055,3,1105,1881 +"129468",34559,35264,3,1105,2329 +"129469",34559,51265,3,1105,2670 +"129470",34559,77785,3,1105,1595 +"129471",34559,79236,3,1105,1505 +"129472",34559,81134,3,1105,1384 +"129473",34559,85264,2,1105,1236 +"129474",34559,92381,3,1105,1237 +"129475",34559,106554,3,1105,1270 +"129476",34576,5937,3,1727,2392 +"129477",34576,6234,3,1727,2654 +"129478",34576,6800,2,1727,2053 +"129479",34576,7499,3,1727,1803 +"129480",34576,8899,3,1727,2023 +"129481",34576,10119,3,1727,2374 +"129482",34576,14612,3,1727,2340 +"129483",34576,14861,2,1727,2269 +"129484",34576,15150,2,1727,2801 +"129485",34576,15239,3,1727,1958 +"129486",34576,15558,2,1727,2389 +"129487",34576,16477,3,1727,2069 +"129488",34576,16969,3,1727,1917 +"129489",34576,17552,3,1727,2082 +"129490",34576,19002,2,1727,2053 +"129491",34576,20011,2,1727,2826 +"129492",34576,23728,2,1727,2601 +"129493",34576,26698,3,1727,1963 +"129494",34576,29775,3,1727,2064 +"129495",34576,32079,3,1727,2315 +"129496",34576,32939,3,1727,2277 +"129497",34576,33363,3,1727,2475 +"129498",34576,36491,3,1727,1781 +"129499",34576,41521,3,1727,2069 +"129500",34576,42136,3,1727,2551 +"129501",34576,44730,3,1727,2468 +"129502",34576,48585,2,1727,2063 +"129503",34576,50899,3,1727,2125 +"129504",34576,52950,3,1727,2716 +"129505",34576,53648,3,1727,2167 +"129506",34576,56413,3,1727,2747 +"129507",34576,57804,3,1727,2214 +"129508",34576,67836,3,1727,2195 +"129509",34576,76997,3,1727,2223 +"129510",34588,270,3,985,2542 +"129511",34588,499,2,985,1931 +"129512",34588,543,3,985,2203 +"129513",34588,999,3,985,2181 +"129514",34588,1018,2,985,1803 +"129515",34588,1046,3,985,1881 +"129516",34588,1124,3,985,1596 +"129517",34588,4418,3,985,2788 +"129518",34588,5462,3,985,2374 +"129519",34588,5971,3,985,1985 +"129520",34588,7795,3,985,2789 +"129521",34588,10799,3,985,2010 +"129522",34588,12610,3,985,1274 +"129523",34588,12713,2,985,2440 +"129524",34588,14731,3,985,2012 +"129525",34588,16111,3,985,1714 +"129526",34588,17410,3,985,2073 +"129527",34588,18394,3,985,2356 +"129528",34588,21362,3,985,2515 +"129529",34588,21693,3,985,2176 +"129530",34588,23509,3,985,2275 +"129531",34588,24253,3,985,2213 +"129532",34588,26155,3,985,1802 +"129533",34588,32131,3,985,1035 +"129534",34588,35256,3,985,2271 +"129535",34588,40028,3,985,1349 +"129536",34588,45545,3,985,1776 +"129537",34588,55156,3,985,2196 +"129538",34588,57950,3,985,1529 +"129539",34588,68810,3,985,2409 +"129540",34588,75169,1,985,1595 +"129541",34588,76463,1,985,2298 +"129542",34588,78563,3,985,2385 +"129543",34588,86986,3,985,1976 +"129544",34588,87048,3,985,989 +"129545",34588,105795,3,985,1265 +"129546",34596,733,3,527,1653 +"129547",34596,1154,2,527,1656 +"129548",34596,2063,3,527,1278 +"129549",34596,3167,2,527,1676 +"129550",34596,3242,3,527,1730 +"129551",34596,4226,3,527,1903 +"129552",34596,4305,3,527,2374 +"129553",34596,6491,3,527,2424 +"129554",34596,7226,3,527,1228 +"129555",34596,7241,2,527,2259 +"129556",34596,10646,3,527,1555 +"129557",34596,12374,2,527,2260 +"129558",34596,13043,3,527,1295 +"129559",34596,15118,2,527,1311 +"129560",34596,17645,3,527,1918 +"129561",34596,20824,3,527,1366 +"129562",34596,21104,3,527,2327 +"129563",34596,21122,3,527,1701 +"129564",34596,23534,3,527,1659 +"129565",34596,24005,3,527,1188 +"129566",34596,24789,3,527,829 +"129567",34596,25132,2,527,1188 +"129568",34596,26451,3,527,2133 +"129569",34596,27792,3,527,1308 +"129570",34596,29073,3,527,2328 +"129571",34596,29170,3,527,1846 +"129572",34596,29456,3,527,1182 +"129573",34596,32017,3,527,577 +"129574",34596,32811,2,527,804 +"129575",34596,33430,3,527,2225 +"129576",34596,34136,3,527,2202 +"129577",34596,36763,3,527,2165 +"129578",34596,37800,3,527,604 +"129579",34596,37893,3,527,875 +"129580",34596,39865,3,527,849 +"129581",34596,40072,3,527,1182 +"129582",34596,46726,3,527,943 +"129583",34596,47839,3,527,1864 +"129584",34596,48260,3,527,875 +"129585",34596,48698,2,527,1474 +"129586",34596,51410,3,527,2739 +"129587",34596,57950,3,527,1529 +"129588",34596,58133,3,527,1484 +"129589",34596,59939,3,527,936 +"129590",34596,62668,3,527,958 +"129591",34596,65884,3,527,798 +"129592",34596,70838,3,527,687 +"129593",34596,73728,2,527,784 +"129594",34596,75948,3,527,1006 +"129595",34596,78256,2,527,804 +"129596",34596,78569,3,527,578 +"129597",34596,79612,3,527,927 +"129598",34596,89935,3,527,771 +"129599",34596,89965,3,527,810 +"129600",34596,91912,3,527,790 +"129601",34596,92124,3,527,1532 +"129602",34596,94650,3,527,896 +"129603",34596,98925,3,527,584 +"129604",34596,99103,3,527,1470 +"129605",34596,104217,3,527,956 +"129606",34596,108379,3,527,2933 +"129607",34596,108867,3,527,2328 +"129608",34596,119444,3,527,888 +"129609",34648,1367,3,1596,2176 +"129610",34648,3164,3,1596,2693 +"129611",34648,3306,3,1596,1989 +"129612",34648,3716,3,1596,1679 +"129613",34648,5258,3,1596,2730 +"129614",34648,5315,2,1596,2631 +"129615",34648,7245,3,1596,2089 +"129616",34648,8419,3,1596,1956 +"129617",34648,8887,3,1596,2373 +"129618",34648,9311,3,1596,2477 +"129619",34648,10358,3,1596,2294 +"129620",34648,10382,3,1596,2111 +"129621",34648,10843,3,1596,2277 +"129622",34648,11103,3,1596,2393 +"129623",34648,11966,3,1596,2385 +"129624",34648,11976,3,1596,1727 +"129625",34648,13573,2,1596,2774 +"129626",34648,14032,3,1596,2144 +"129627",34648,18543,3,1596,2968 +"129628",34648,19453,3,1596,1928 +"129629",34648,19858,3,1596,2357 +"129630",34648,20284,3,1596,2530 +"129631",34648,20355,3,1596,2111 +"129632",34648,20941,3,1596,2725 +"129633",34648,23179,3,1596,1675 +"129634",34648,23825,3,1596,1913 +"129635",34648,28168,3,1596,2702 +"129636",34648,31003,2,1596,1859 +"129637",34648,32567,3,1596,2784 +"129638",34648,33834,3,1596,1606 +"129639",34648,34158,3,1596,2639 +"129640",34648,36007,3,1596,2089 +"129641",34648,36574,3,1596,2934 +"129642",34648,37915,2,1596,1905 +"129643",34648,40293,3,1596,1671 +"129644",34648,41278,3,1596,1873 +"129645",34648,45633,2,1596,2134 +"129646",34648,45903,2,1596,2237 +"129647",34648,48127,2,1596,2677 +"129648",34648,48602,2,1596,1704 +"129649",34648,50977,3,1596,2352 +"129650",34648,53779,3,1596,2000 +"129651",34648,63030,3,1596,2251 +"129652",34648,64502,2,1596,1670 +"129653",34648,65691,3,1596,2134 +"129654",34648,67957,2,1596,2823 +"129655",34648,81095,2,1596,1609 +"129656",34648,85736,3,1596,1601 +"129657",34648,87144,3,1596,2299 +"129658",34648,96553,3,1596,1887 +"129659",34659,701,3,1924,2718 +"129660",34659,1324,3,1924,2147 +"129661",34659,4953,3,1924,2285 +"129662",34659,6363,3,1924,2066 +"129663",34659,6449,3,1924,1997 +"129664",34659,7794,3,1924,2972 +"129665",34659,14325,2,1924,1976 +"129666",34659,14918,3,1924,2071 +"129667",34659,17351,3,1924,2036 +"129668",34659,19248,3,1924,2357 +"129669",34659,21079,3,1924,1997 +"129670",34659,25985,3,1924,2071 +"129671",34659,26451,3,1924,2133 +"129672",34659,34120,3,1924,2786 +"129673",34659,38307,3,1924,2648 +"129674",34659,38973,3,1924,1999 +"129675",34659,39135,1,1924,2489 +"129676",34659,39535,3,1924,2428 +"129677",34659,43455,3,1924,2846 +"129678",34659,53968,3,1924,2703 +"129679",34659,55691,3,1924,2856 +"129680",34684,31054,3,609,1273 +"129681",34684,34945,3,609,1298 +"129682",34684,35774,3,609,1969 +"129683",34684,40988,3,609,2793 +"129684",34684,52138,3,609,1615 +"129685",34684,53697,3,609,1909 +"129686",34684,65805,3,609,2902 +"129687",34684,72845,1,609,1663 +"129688",34693,602,3,1938,2632 +"129689",34693,762,3,1938,2671 +"129690",34693,1495,3,1938,2046 +"129691",34693,3896,3,1938,2693 +"129692",34693,6982,3,1938,2034 +"129693",34693,7078,3,1938,2344 +"129694",34693,7087,3,1938,2356 +"129695",34693,9030,3,1938,1979 +"129696",34693,9828,3,1938,2085 +"129697",34693,10558,3,1938,2312 +"129698",34693,13201,3,1938,2034 +"129699",34693,13732,3,1938,2789 +"129700",34693,14103,2,1938,2204 +"129701",34693,21417,3,1938,2422 +"129702",34693,22311,3,1938,2034 +"129703",34693,25078,3,1938,2312 +"129704",34693,25530,2,1938,2884 +"129705",34693,26865,3,1938,2726 +"129706",34693,28982,3,1938,2746 +"129707",34693,30081,3,1938,2403 +"129708",34693,34327,3,1938,2959 +"129709",34693,34899,3,1938,2565 +"129710",34693,36646,3,1938,2744 +"129711",34693,36950,3,1938,2204 +"129712",34693,38885,3,1938,2720 +"129713",34693,47877,2,1938,2970 +"129714",34693,56396,2,1938,2408 +"129715",34693,67957,3,1938,2823 +"129716",34693,73266,3,1938,2496 +"129717",34693,86799,3,1938,1951 +"129718",34695,9828,3,1930,2085 +"129719",34695,10558,2,1930,2312 +"129720",34695,25530,3,1930,2884 +"129721",34695,28368,2,1930,2721 +"129722",34695,34693,3,1930,1938 +"129723",34695,56396,3,1930,2408 +"129724",34707,1616,3,2042,2662 +"129725",34707,2424,3,2042,2582 +"129726",34707,2484,3,2042,2389 +"129727",34707,3011,3,2042,2278 +"129728",34707,3161,3,2042,2229 +"129729",34707,8275,3,2042,2237 +"129730",34707,9311,1,2042,2477 +"129731",34707,9579,3,2042,2105 +"129732",34707,9979,3,2042,2238 +"129733",34707,10843,2,2042,2277 +"129734",34707,12081,3,2042,2166 +"129735",34707,12778,3,2042,2045 +"129736",34707,14959,3,2042,2898 +"129737",34707,15626,2,2042,2434 +"129738",34707,17520,3,2042,2276 +"129739",34707,19719,3,2042,2177 +"129740",34707,21248,3,2042,2232 +"129741",34707,21448,3,2042,2332 +"129742",34707,24256,3,2042,2393 +"129743",34707,27478,3,2042,2485 +"129744",34707,27796,3,2042,2151 +"129745",34707,29095,3,2042,2531 +"129746",34707,30906,2,2042,2537 +"129747",34707,31159,3,2042,2231 +"129748",34707,33433,2,2042,2805 +"129749",34707,33801,3,2042,2899 +"129750",34707,35256,3,2042,2271 +"129751",34707,35888,2,2042,2291 +"129752",34707,38755,3,2042,2902 +"129753",34707,39534,3,2042,2410 +"129754",34707,49121,3,2042,2199 +"129755",34707,49696,3,2042,2444 +"129756",34707,50382,3,2042,2244 +"129757",34707,51853,3,2042,2520 +"129758",34707,52576,3,2042,2234 +"129759",34707,53031,3,2042,2065 +"129760",34707,53475,3,2042,2853 +"129761",34707,55643,3,2042,2359 +"129762",34707,57732,3,2042,2454 +"129763",34707,58993,3,2042,2390 +"129764",34707,59113,2,2042,2434 +"129765",34707,87144,3,2042,2299 +"129766",34729,84649,2,1506,2280 +"129767",34735,455,3,2767,2827 +"129768",34735,6030,3,2767,2953 +"129769",34735,10779,3,2767,2881 +"129770",34735,15309,3,2767,2820 +"129771",34735,21138,3,2767,2849 +"129772",34735,28296,1,2767,2944 +"129773",34735,32567,2,2767,2784 +"129774",34735,49110,3,2767,2938 +"129775",34735,51052,3,2767,2784 +"129776",34735,53219,3,2767,2973 +"129777",34735,54929,2,2767,2783 +"129778",34735,82732,3,2767,2810 +"129779",34742,7719,3,1883,1954 +"129780",34742,7942,2,1883,2623 +"129781",34742,8890,3,1883,1955 +"129782",34742,12361,3,1883,2732 +"129783",34742,16176,3,1883,2703 +"129784",34742,17645,3,1883,1918 +"129785",34742,21227,3,1883,2110 +"129786",34742,22723,3,1883,2859 +"129787",34742,23325,3,1883,2779 +"129788",34742,30668,3,1883,2882 +"129789",34742,30669,3,1883,1921 +"129790",34742,34216,3,1883,2832 +"129791",34742,49621,3,1883,1915 +"129792",34742,52483,3,1883,2317 +"129793",34742,56737,3,1883,2270 +"129794",34742,81113,3,1883,1914 +"129795",34758,1055,3,689,1264 +"129796",34758,1092,3,689,1945 +"129797",34758,8060,3,689,1883 +"129798",34758,11359,3,689,1502 +"129799",34758,12703,2,689,2689 +"129800",34758,18244,2,689,1622 +"129801",34758,18366,3,689,2699 +"129802",34758,20494,3,689,1075 +"129803",34758,22311,3,689,2034 +"129804",34758,27277,3,689,1994 +"129805",34758,27642,3,689,1531 +"129806",34758,34899,1,689,2565 +"129807",34758,38046,3,689,1163 +"129808",34758,41748,3,689,1480 +"129809",34758,41770,3,689,2752 +"129810",34758,50275,3,689,2832 +"129811",34758,55324,3,689,1544 +"129812",34758,64699,2,689,2797 +"129813",34758,65703,3,689,1689 +"129814",34758,67145,3,689,2015 +"129815",34758,103218,2,689,1787 +"129816",34776,3317,3,1281,2037 +"129817",34776,29409,3,1281,2199 +"129818",34776,35477,3,1281,2703 +"129819",34776,49121,2,1281,2199 +"129820",34776,53013,3,1281,2523 +"129821",34776,61125,3,1281,1673 +"129822",34776,64987,3,1281,1360 +"129823",34799,1018,3,657,1803 +"129824",34799,6044,3,657,2744 +"129825",34799,22141,3,657,2348 +"129826",34799,34588,2,657,985 +"129827",34799,46182,3,657,1613 +"129828",34799,60280,2,657,1918 +"129829",34799,75169,3,657,1595 +"129830",34799,76463,3,657,2298 +"129831",34799,76603,3,657,1300 +"129832",34799,79804,3,657,2227 +"129833",34799,84022,2,657,2289 +"129834",34799,90802,3,657,877 +"129835",34812,7794,3,2442,2972 +"129836",34812,18202,2,2442,2475 +"129837",34812,43978,3,2442,2698 +"129838",34813,41118,3,975,1091 +"129839",34815,701,3,2354,2718 +"129840",34815,1136,3,2354,2536 +"129841",34815,19248,3,2354,2357 +"129842",34815,27753,3,2354,2750 +"129843",34815,33672,3,2354,2396 +"129844",34815,39535,3,2354,2428 +"129845",34815,51041,3,2354,2606 +"129846",34815,59438,3,2354,2400 +"129847",34815,64997,3,2354,2791 +"129848",34820,270,3,1630,2542 +"129849",34820,680,3,1630,2569 +"129850",34820,1560,3,1630,2013 +"129851",34820,2224,3,1630,2751 +"129852",34820,2424,2,1630,2582 +"129853",34820,2533,3,1630,2016 +"129854",34820,2563,3,1630,1686 +"129855",34820,3011,2,1630,2278 +"129856",34820,3305,3,1630,2839 +"129857",34820,3765,3,1630,2775 +"129858",34820,3896,3,1630,2693 +"129859",34820,4303,3,1630,2414 +"129860",34820,4701,3,1630,2401 +"129861",34820,4821,3,1630,1938 +"129862",34820,4932,2,1630,2752 +"129863",34820,4983,3,1630,1909 +"129864",34820,6162,3,1630,1673 +"129865",34820,6449,3,1630,1997 +"129866",34820,6602,1,1630,1631 +"129867",34820,7548,3,1630,1932 +"129868",34820,8062,3,1630,2858 +"129869",34820,8275,3,1630,2237 +"129870",34820,9175,3,1630,2639 +"129871",34820,9311,2,1630,2477 +"129872",34820,9364,3,1630,1698 +"129873",34820,9423,3,1630,1708 +"129874",34820,9716,3,1630,1929 +"129875",34820,9979,2,1630,2238 +"129876",34820,10843,3,1630,2277 +"129877",34820,11329,3,1630,2799 +"129878",34820,11429,3,1630,2520 +"129879",34820,11477,3,1630,2724 +"129880",34820,12081,3,1630,2166 +"129881",34820,12759,3,1630,2414 +"129882",34820,14669,3,1630,2080 +"129883",34820,14723,3,1630,2019 +"129884",34820,14887,3,1630,2158 +"129885",34820,14972,3,1630,2332 +"129886",34820,15095,3,1630,2001 +"129887",34820,15207,3,1630,1855 +"129888",34820,15626,3,1630,2434 +"129889",34820,15700,3,1630,1712 +"129890",34820,15813,3,1630,2143 +"129891",34820,16850,3,1630,1657 +"129892",34820,17396,3,1630,1672 +"129893",34820,18124,3,1630,1642 +"129894",34820,18371,3,1630,2860 +"129895",34820,18670,2,1630,1835 +"129896",34820,21164,3,1630,1645 +"129897",34820,21285,3,1630,2100 +"129898",34820,22180,3,1630,1835 +"129899",34820,22682,3,1630,2035 +"129900",34820,23745,3,1630,1968 +"129901",34820,24169,2,1630,1663 +"129902",34820,24255,3,1630,2770 +"129903",34820,24256,3,1630,2393 +"129904",34820,25373,3,1630,2783 +"129905",34820,25610,3,1630,2328 +"129906",34820,27796,3,1630,2151 +"129907",34820,30334,2,1630,2075 +"129908",34820,30525,3,1630,1964 +"129909",34820,30705,3,1630,2959 +"129910",34820,30906,3,1630,2537 +"129911",34820,31159,3,1630,2231 +"129912",34820,32047,3,1630,1858 +"129913",34820,33433,3,1630,2805 +"129914",34820,34707,2,1630,2042 +"129915",34820,35518,3,1630,1721 +"129916",34820,35888,2,1630,2291 +"129917",34820,36031,3,1630,2342 +"129918",34820,36953,3,1630,2790 +"129919",34820,37636,2,1630,2178 +"129920",34820,37844,3,1630,2002 +"129921",34820,40392,2,1630,1878 +"129922",34820,41429,3,1630,1770 +"129923",34820,41723,3,1630,2101 +"129924",34820,42216,3,1630,2722 +"129925",34820,42333,3,1630,2234 +"129926",34820,42619,3,1630,2017 +"129927",34820,43204,3,1630,1680 +"129928",34820,43455,3,1630,2846 +"129929",34820,45239,3,1630,2535 +"129930",34820,45461,3,1630,2458 +"129931",34820,45545,3,1630,1776 +"129932",34820,46629,3,1630,2255 +"129933",34820,47082,3,1630,1990 +"129934",34820,47869,3,1630,2097 +"129935",34820,48215,3,1630,2028 +"129936",34820,49560,3,1630,1679 +"129937",34820,51783,2,1630,2599 +"129938",34820,52576,3,1630,2234 +"129939",34820,54879,3,1630,2210 +"129940",34820,56082,3,1630,2395 +"129941",34820,57732,3,1630,2454 +"129942",34820,59113,3,1630,2434 +"129943",34820,61982,3,1630,2725 +"129944",34820,62903,2,1630,1704 +"129945",34820,63395,3,1630,2334 +"129946",34820,67145,3,1630,2015 +"129947",34820,68215,3,1630,2727 +"129948",34820,69300,3,1630,2068 +"129949",34820,75343,3,1630,2008 +"129950",34820,76892,3,1630,2381 +"129951",34820,79382,3,1630,1908 +"129952",34831,2226,3,1866,2225 +"129953",34831,2344,3,1866,2752 +"129954",34831,2852,3,1866,2448 +"129955",34831,2936,3,1866,2512 +"129956",34831,3271,3,1866,2216 +"129957",34831,3493,3,1866,2451 +"129958",34831,3978,3,1866,2775 +"129959",34831,4249,3,1866,2547 +"129960",34831,4681,3,1866,2356 +"129961",34831,4831,3,1866,2365 +"129962",34831,4916,3,1866,1970 +"129963",34831,5235,3,1866,2324 +"129964",34831,9272,2,1866,2835 +"129965",34831,9723,2,1866,2302 +"129966",34831,10129,2,1866,2124 +"129967",34831,10336,3,1866,2271 +"129968",34831,11239,2,1866,2181 +"129969",34831,18202,3,1866,2475 +"129970",34831,19215,2,1866,2604 +"129971",34831,19364,2,1866,2846 +"129972",34831,20355,3,1866,2111 +"129973",34831,21681,3,1866,2005 +"129974",34831,22244,3,1866,2139 +"129975",34831,22580,2,1866,2245 +"129976",34831,22682,3,1866,2035 +"129977",34831,22709,1,1866,2743 +"129978",34831,22766,3,1866,1945 +"129979",34831,25741,3,1866,2853 +"129980",34831,27195,3,1866,2158 +"129981",34831,28432,1,1866,1954 +"129982",34831,29116,3,1866,2128 +"129983",34831,29825,3,1866,2603 +"129984",34831,30525,3,1866,1964 +"129985",34831,30668,3,1866,2882 +"129986",34831,30669,3,1866,1921 +"129987",34831,32311,3,1866,2396 +"129988",34831,34921,2,1866,2181 +"129989",34831,37036,3,1866,2264 +"129990",34831,37859,3,1866,1999 +"129991",34831,37929,3,1866,2393 +"129992",34831,38259,3,1866,2258 +"129993",34831,39906,2,1866,2365 +"129994",34831,43226,3,1866,2442 +"129995",34831,44235,3,1866,2700 +"129996",34831,45473,3,1866,2540 +"129997",34831,46532,3,1866,2005 +"129998",34831,48110,3,1866,2009 +"129999",34831,51084,3,1866,2188 +"130000",34831,52215,3,1866,1908 +"130001",34831,53160,3,1866,2736 +"130002",34831,53809,3,1866,1956 +"130003",34831,58508,3,1866,2326 +"130004",34831,60516,3,1866,2257 +"130005",34831,60879,2,1866,2792 +"130006",34831,68314,3,1866,2180 +"130007",34831,69335,3,1866,2698 +"130008",34831,73553,2,1866,2726 +"130009",34831,77077,2,1866,2693 +"130010",34831,82819,3,1866,1900 +"130011",34831,82932,2,1866,2245 +"130012",34831,99940,3,1866,2884 +"130013",34831,121354,3,1866,2862 +"130014",34836,2208,3,2302,2814 +"130015",34836,2224,3,2302,2751 +"130016",34836,2424,3,2302,2582 +"130017",34836,3305,3,2302,2839 +"130018",34836,4932,3,2302,2752 +"130019",34836,5462,3,2302,2374 +"130020",34836,5504,3,2302,2389 +"130021",34836,6491,3,2302,2424 +"130022",34836,9311,3,2302,2477 +"130023",34836,9362,3,2302,2879 +"130024",34836,14676,3,2302,2764 +"130025",34836,14834,2,2302,2739 +"130026",34836,16332,3,2302,2668 +"130027",34836,16352,3,2302,2657 +"130028",34836,19248,3,2302,2357 +"130029",34836,21104,3,2302,2327 +"130030",34836,22326,3,2302,2818 +"130031",34836,26749,3,2302,2965 +"130032",34836,28285,3,2302,2972 +"130033",34836,29929,3,2302,2789 +"130034",34836,31799,3,2302,2547 +"130035",34836,36087,3,2302,2755 +"130036",34836,38780,2,2302,2705 +"130037",34836,39444,3,2302,2695 +"130038",34836,39535,3,2302,2428 +"130039",34836,41607,3,2302,2802 +"130040",34836,50236,3,2302,2339 +"130041",34836,51035,3,2302,2397 +"130042",34836,53266,2,2302,2389 +"130043",34836,53323,3,2302,2677 +"130044",34836,56082,3,2302,2395 +"130045",34836,58508,3,2302,2326 +"130046",34836,61982,3,2302,2725 +"130047",34836,62841,3,2302,2710 +"130048",34836,65007,2,2302,2530 +"130049",34836,80825,3,2302,2315 +"130050",34836,82732,3,2302,2810 +"130051",34836,101797,3,2302,2357 +"130052",34836,108867,3,2302,2328 +"130053",34842,7951,3,2050,2358 +"130054",34842,25480,1,2050,2747 +"130055",34842,47895,3,2050,2328 +"130056",34842,51364,2,2050,2660 +"130057",34842,54067,2,2050,2433 +"130058",34842,54879,3,2050,2210 +"130059",34870,680,3,1873,2569 +"130060",34870,4303,3,1873,2414 +"130061",34870,7252,3,1873,2799 +"130062",34870,8062,2,1873,2858 +"130063",34870,10336,3,1873,2271 +"130064",34870,12759,3,1873,2414 +"130065",34870,16286,3,1873,2470 +"130066",34870,21681,3,1873,2005 +"130067",34870,25373,2,1873,2783 +"130068",34870,30334,3,1873,2075 +"130069",34870,31700,3,1873,2727 +"130070",34870,32110,3,1873,2224 +"130071",34870,32988,3,1873,2008 +"130072",34870,37036,3,1873,2264 +"130073",34870,37636,3,1873,2178 +"130074",34870,40392,3,1873,1878 +"130075",34870,41723,3,1873,2101 +"130076",34870,51783,3,1873,2599 +"130077",34870,55155,3,1873,2333 +"130078",34870,82932,3,1873,2245 +"130079",34875,237,2,1544,1982 +"130080",34875,448,3,1544,2693 +"130081",34875,4763,3,1544,1960 +"130082",34875,5599,3,1544,1684 +"130083",34875,17645,3,1544,1918 +"130084",34875,26336,3,1544,1904 +"130085",34875,27908,3,1544,2576 +"130086",34875,30697,3,1544,2891 +"130087",34875,36487,3,1544,2622 +"130088",34875,36970,3,1544,2693 +"130089",34875,39999,3,1544,1593 +"130090",34875,56537,2,1544,2409 +"130091",34892,364,3,2309,2351 +"130092",34892,8062,2,2309,2858 +"130093",34892,8865,3,2309,2394 +"130094",34892,9503,3,2309,2453 +"130095",34892,9785,3,2309,2951 +"130096",34892,9787,3,2309,2858 +"130097",34892,10638,3,2309,2692 +"130098",34892,11429,2,2309,2520 +"130099",34892,12361,3,2309,2732 +"130100",34892,13136,3,2309,2867 +"130101",34892,13879,3,2309,2748 +"130102",34892,14761,3,2309,2502 +"130103",34892,16176,3,2309,2703 +"130104",34892,22723,3,2309,2859 +"130105",34892,25373,3,2309,2783 +"130106",34892,27742,3,2309,2700 +"130107",34892,36912,3,2309,2469 +"130108",34892,37342,3,2309,2649 +"130109",34892,52815,3,2309,2323 +"130110",34892,70101,2,2309,2414 +"130111",34899,602,3,2565,2632 +"130112",34899,762,3,2565,2671 +"130113",34899,12703,3,2565,2689 +"130114",34899,13601,3,2565,2689 +"130115",34899,32567,3,2565,2784 +"130116",34899,64699,3,2565,2797 +"130117",34907,206,3,1945,1986 +"130118",34907,312,3,1945,2038 +"130119",34907,1102,3,1945,2282 +"130120",34907,2684,3,1945,2874 +"130121",34907,3961,3,1945,2426 +"130122",34907,5429,2,1945,1991 +"130123",34907,5580,3,1945,2111 +"130124",34907,6074,3,1945,2426 +"130125",34907,7013,3,1945,2040 +"130126",34907,7992,3,1945,2033 +"130127",34907,9654,3,1945,2111 +"130128",34907,9893,3,1945,2701 +"130129",34907,10358,3,1945,2294 +"130130",34907,11055,3,1945,2111 +"130131",34907,11351,3,1945,2971 +"130132",34907,11620,3,1945,2010 +"130133",34907,19248,3,1945,2357 +"130134",34907,20067,2,1945,2390 +"130135",34907,20311,3,1945,1981 +"130136",34907,21706,1,1945,1988 +"130137",34907,25486,3,1945,2582 +"130138",34907,27501,2,1945,1981 +"130139",34907,27694,3,1945,2030 +"130140",34907,33801,2,1945,2899 +"130141",34907,35481,3,1945,2211 +"130142",34907,42574,3,1945,2842 +"130143",34907,45608,3,1945,2420 +"130144",34907,53475,2,1945,2853 +"130145",34907,54695,2,1945,2429 +"130146",34907,58427,3,1945,2234 +"130147",34908,9787,3,2796,2858 +"130148",34908,11648,3,2796,2852 +"130149",34908,13290,1,2796,2824 +"130150",34908,30010,3,2796,2917 +"130151",34908,71531,2,2796,2887 +"130152",34920,135,2,563,2233 +"130153",34920,455,2,563,2827 +"130154",34920,470,3,563,2285 +"130155",34920,600,2,563,1702 +"130156",34920,913,3,563,2144 +"130157",34920,4084,3,563,2133 +"130158",34920,4790,3,563,1025 +"130159",34920,5451,1,563,1299 +"130160",34920,7233,3,563,572 +"130161",34920,7245,3,563,2089 +"130162",34920,7350,2,563,1901 +"130163",34920,10433,3,563,2075 +"130164",34920,11434,3,563,1187 +"130165",34920,12863,3,563,2027 +"130166",34920,14678,3,563,799 +"130167",34920,17698,3,563,1559 +"130168",34920,18108,3,563,1656 +"130169",34920,21198,3,563,935 +"130170",34920,22282,3,563,1418 +"130171",34920,23132,3,563,2756 +"130172",34920,23705,1,563,2699 +"130173",34920,23869,3,563,1918 +"130174",34920,23918,1,563,1881 +"130175",34920,24568,3,563,1937 +"130176",34920,25289,3,563,1790 +"130177",34920,27377,3,563,1724 +"130178",34920,27837,1,563,1315 +"130179",34920,28101,2,563,1949 +"130180",34920,28115,3,563,1835 +"130181",34920,28991,3,563,1688 +"130182",34920,29705,3,563,607 +"130183",34920,31050,2,563,1491 +"130184",34920,32658,2,563,1694 +"130185",34920,34160,3,563,1759 +"130186",34920,35302,2,563,1589 +"130187",34920,41739,2,563,1339 +"130188",34920,45633,3,563,2134 +"130189",34920,46723,3,563,607 +"130190",34920,46803,3,563,2305 +"130191",34920,49144,3,563,1542 +"130192",34920,50041,3,563,1565 +"130193",34920,50219,3,563,756 +"130194",34920,50685,3,563,2008 +"130195",34920,52058,3,563,1836 +"130196",34920,52735,3,563,1124 +"130197",34920,53196,3,563,1888 +"130198",34920,54158,2,563,1756 +"130199",34920,54980,3,563,876 +"130200",34920,55468,3,563,2511 +"130201",34920,59304,3,563,928 +"130202",34920,63409,3,563,1937 +"130203",34920,64181,3,563,1828 +"130204",34920,65625,3,563,1273 +"130205",34920,66413,3,563,2507 +"130206",34920,67314,3,563,1051 +"130207",34920,70603,3,563,1002 +"130208",34920,70681,3,563,866 +"130209",34920,76666,3,563,1908 +"130210",34920,90259,3,563,699 +"130211",34920,90573,3,563,878 +"130212",34920,105063,2,563,1908 +"130213",34920,105947,3,563,997 +"130214",34920,109510,2,563,621 +"130215",34921,2226,3,2181,2225 +"130216",34921,2936,3,2181,2512 +"130217",34921,3978,3,2181,2775 +"130218",34921,4681,3,2181,2356 +"130219",34921,5235,3,2181,2324 +"130220",34921,9272,3,2181,2835 +"130221",34921,9723,2,2181,2302 +"130222",34921,19215,2,2181,2604 +"130223",34921,19364,2,2181,2846 +"130224",34921,22580,2,2181,2245 +"130225",34921,22709,1,2181,2743 +"130226",34921,35477,3,2181,2703 +"130227",34921,37929,3,2181,2393 +"130228",34921,39534,3,2181,2410 +"130229",34921,39906,3,2181,2365 +"130230",34921,44235,3,2181,2700 +"130231",34921,45473,3,2181,2540 +"130232",34921,60516,3,2181,2257 +"130233",34921,60879,3,2181,2792 +"130234",34921,73553,3,2181,2726 +"130235",34921,77077,3,2181,2693 +"130236",34921,92297,3,2181,2952 +"130237",34921,94640,3,2181,2344 +"130238",34921,121354,2,2181,2862 +"130239",34923,8062,3,218,2858 +"130240",34923,20715,1,218,1312 +"130241",34923,31001,3,218,2119 +"130242",34923,34945,3,218,1298 +"130243",34923,50491,1,218,1919 +"130244",34923,54981,3,218,1949 +"130245",34923,71274,3,218,2390 +"130246",34923,75957,3,218,239 +"130247",34923,89880,3,218,1938 +"130248",34923,99953,2,218,581 +"130249",34923,108433,1,218,1568 +"130250",34934,1364,3,645,859 +"130251",34934,14108,3,645,2012 +"130252",34934,15962,3,645,660 +"130253",34934,21133,3,645,1320 +"130254",34934,29170,3,645,1846 +"130255",34934,32503,3,645,2020 +"130256",34934,43173,3,645,2895 +"130257",34934,50235,3,645,726 +"130258",34934,51572,3,645,912 +"130259",34934,53846,3,645,2737 +"130260",34934,73675,3,645,887 +"130261",34934,76192,3,645,912 +"130262",34934,87269,3,645,847 +"130263",34934,89880,3,645,1938 +"130264",34934,101967,3,645,691 +"130265",34934,121291,3,645,1955 +"130266",34945,512,3,1298,1596 +"130267",34945,1592,3,1298,2006 +"130268",34945,1691,2,1298,1941 +"130269",34945,2011,3,1298,2176 +"130270",34945,2407,3,1298,1725 +"130271",34945,5258,3,1298,2730 +"130272",34945,6252,3,1298,2336 +"130273",34945,6390,2,1298,2385 +"130274",34945,7245,3,1298,2089 +"130275",34945,8762,3,1298,2585 +"130276",34945,12199,3,1298,1651 +"130277",34945,14108,2,1298,2012 +"130278",34945,14972,3,1298,2332 +"130279",34945,15546,3,1298,2055 +"130280",34945,15799,3,1298,1917 +"130281",34945,16237,3,1298,2009 +"130282",34945,16866,3,1298,2718 +"130283",34945,17434,3,1298,1642 +"130284",34945,18348,3,1298,1711 +"130285",34945,18415,3,1298,2184 +"130286",34945,18543,3,1298,2968 +"130287",34945,18865,3,1298,2676 +"130288",34945,19208,3,1298,2629 +"130289",34945,19605,3,1298,2395 +"130290",34945,19718,3,1298,1702 +"130291",34945,20407,3,1298,2339 +"130292",34945,21133,3,1298,1320 +"130293",34945,21246,3,1298,1612 +"130294",34945,24198,3,1298,2217 +"130295",34945,25565,2,1298,2764 +"130296",34945,27792,3,1298,1308 +"130297",34945,28592,3,1298,2320 +"130298",34945,28627,3,1298,2694 +"130299",34945,29073,3,1298,2328 +"130300",34945,31001,3,1298,2119 +"130301",34945,31235,3,1298,2668 +"130302",34945,31700,3,1298,2727 +"130303",34945,33621,3,1298,1319 +"130304",34945,33622,3,1298,2230 +"130305",34945,35774,2,1298,1969 +"130306",34945,36439,2,1298,2469 +"130307",34945,36691,3,1298,1903 +"130308",34945,37509,3,1298,1640 +"130309",34945,37937,3,1298,1320 +"130310",34945,38213,3,1298,1744 +"130311",34945,40954,3,1298,2603 +"130312",34945,43173,3,1298,2895 +"130313",34945,43226,3,1298,2442 +"130314",34945,44427,3,1298,2875 +"130315",34945,46621,3,1298,1343 +"130316",34945,47064,3,1298,1993 +"130317",34945,49620,3,1298,1868 +"130318",34945,50480,3,1298,2701 +"130319",34945,52136,3,1298,1412 +"130320",34945,52138,2,1298,1615 +"130321",34945,52323,3,1298,2148 +"130322",34945,52327,3,1298,1472 +"130323",34945,53519,3,1298,2781 +"130324",34945,55156,3,1298,2196 +"130325",34945,56910,2,1298,2705 +"130326",34945,58133,3,1298,1484 +"130327",34945,58284,3,1298,2292 +"130328",34945,58427,3,1298,2234 +"130329",34945,63395,3,1298,2334 +"130330",34945,64181,3,1298,1828 +"130331",34945,71274,3,1298,2390 +"130332",34945,72501,3,1298,2795 +"130333",34945,72845,3,1298,1663 +"130334",34945,74636,3,1298,2525 +"130335",34945,78563,3,1298,2385 +"130336",34945,82426,2,1298,1576 +"130337",34945,88232,3,1298,2881 +"130338",34945,88966,3,1298,1568 +"130339",34945,89880,3,1298,1938 +"130340",34945,92491,3,1298,1968 +"130341",34945,94500,3,1298,1529 +"130342",34945,100215,3,1298,2436 +"130343",34953,916,3,1817,2718 +"130344",34953,2647,3,1817,2450 +"130345",34953,3520,3,1817,2281 +"130346",34953,3786,3,1817,2282 +"130347",34953,4551,3,1817,2720 +"130348",34953,5303,3,1817,1849 +"130349",34953,7253,1,1817,2686 +"130350",34953,7254,2,1817,1849 +"130351",34953,19509,1,1817,2000 +"130352",34953,23639,3,1817,2065 +"130353",34953,28268,2,1817,2258 +"130354",34953,28355,3,1817,2053 +"130355",34953,29276,2,1817,2000 +"130356",34953,33363,3,1817,2475 +"130357",34953,40715,3,1817,2258 +"130358",34953,42390,3,1817,2937 +"130359",34953,43524,3,1817,2572 +"130360",34953,46616,3,1817,1917 +"130361",34953,47607,2,1817,2724 +"130362",34953,52380,2,1817,2686 +"130363",34953,53584,3,1817,2391 +"130364",34953,58945,2,1817,2481 +"130365",34953,59511,2,1817,2753 +"130366",34953,69029,3,1817,2623 +"130367",34954,23,3,1184,1682 +"130368",34954,313,3,1184,2271 +"130369",34954,377,3,1184,2389 +"130370",34954,543,3,1184,2203 +"130371",34954,1151,3,1184,2885 +"130372",34954,1495,3,1184,2046 +"130373",34954,1616,3,1184,2662 +"130374",34954,1777,3,1184,1965 +"130375",34954,2036,3,1184,2483 +"130376",34954,3830,3,1184,1661 +"130377",34954,4057,3,1184,2389 +"130378",34954,5041,2,1184,2371 +"130379",34954,5078,3,1184,2033 +"130380",34954,5457,3,1184,2077 +"130381",34954,5462,3,1184,2374 +"130382",34954,5504,3,1184,2389 +"130383",34954,5557,3,1184,1929 +"130384",34954,7323,3,1184,2858 +"130385",34954,7508,3,1184,2396 +"130386",34954,8760,3,1184,2477 +"130387",34954,10358,3,1184,2294 +"130388",34954,15401,3,1184,1999 +"130389",34954,15808,3,1184,1521 +"130390",34954,16826,3,1184,2599 +"130391",34954,21754,3,1184,1881 +"130392",34954,22749,3,1184,1727 +"130393",34954,27642,3,1184,1531 +"130394",34954,29050,3,1184,1196 +"130395",34954,30883,3,1184,1629 +"130396",34954,32988,3,1184,2008 +"130397",34954,34158,3,1184,2639 +"130398",34954,35361,1,1184,2389 +"130399",34954,38219,3,1184,1689 +"130400",34954,41747,3,1184,1722 +"130401",34954,52471,3,1184,2483 +"130402",34954,57355,3,1184,1261 +"130403",34954,65155,3,1184,1947 +"130404",34963,6208,3,2251,2361 +"130405",34963,16954,3,2251,2972 +"130406",34963,19248,3,2251,2357 +"130407",34963,35738,3,2251,2448 +"130408",34963,36609,3,2251,2918 +"130409",34963,45618,3,2251,2356 +"130410",34963,64945,3,2251,2279 +"130411",34984,3164,3,2056,2693 +"130412",34984,5511,2,2056,2356 +"130413",34984,11966,3,2056,2385 +"130414",34984,13732,3,2056,2789 +"130415",34984,17790,3,2056,2783 +"130416",34984,21571,3,2056,2755 +"130417",34984,22566,3,2056,2308 +"130418",34984,25462,3,2056,2653 +"130419",34984,25637,3,2056,2688 +"130420",34984,26218,3,2056,2460 +"130421",34984,26865,3,2056,2726 +"130422",34984,30081,3,2056,2403 +"130423",34984,33407,2,2056,2496 +"130424",34984,36912,3,2056,2469 +"130425",34984,36962,3,2056,2861 +"130426",34984,41872,3,2056,2974 +"130427",34992,3271,3,893,2216 +"130428",34992,9272,3,893,2835 +"130429",34992,22422,3,893,894 +"130430",34992,43226,3,893,2442 +"130431",34992,48110,3,893,2009 +"130432",34992,50224,1,893,1123 +"130433",34992,58508,3,893,2326 +"130434",34992,69335,3,893,2698 +"130435",34992,70748,2,893,978 +"130436",34992,72083,2,893,1122 +"130437",34992,80301,3,893,1690 +"130438",34992,116025,2,893,1874 +"130439",34997,2452,2,591,1715 +"130440",34997,4249,3,591,2547 +"130441",34997,4916,3,591,1970 +"130442",34997,5897,3,591,2337 +"130443",34997,9301,3,591,1861 +"130444",34997,9703,3,591,1845 +"130445",34997,13065,3,591,1561 +"130446",34997,13079,3,591,2547 +"130447",34997,14287,3,591,1583 +"130448",34997,16286,3,591,2470 +"130449",34997,16437,3,591,1956 +"130450",34997,16776,3,591,1565 +"130451",34997,19447,3,591,969 +"130452",34997,19934,3,591,2888 +"130453",34997,20176,2,591,1050 +"130454",34997,24176,2,591,1986 +"130455",34997,25378,3,591,1245 +"130456",34997,27280,3,591,1965 +"130457",34997,28446,1,591,917 +"130458",34997,30865,2,591,2038 +"130459",34997,32939,3,591,2277 +"130460",34997,33665,3,591,787 +"130461",34997,38087,3,591,1083 +"130462",34997,38373,3,591,1928 +"130463",34997,39249,3,591,1665 +"130464",34997,40003,3,591,936 +"130465",34997,40226,3,591,880 +"130466",34997,45096,3,591,766 +"130467",34997,45480,3,591,1104 +"130468",34997,46570,1,591,1707 +"130469",34997,47968,3,591,2829 +"130470",34997,49551,3,591,879 +"130471",34997,50229,3,591,1190 +"130472",34997,52879,3,591,777 +"130473",34997,54890,3,591,877 +"130474",34997,57804,3,591,2214 +"130475",34997,58015,3,591,899 +"130476",34997,59485,3,591,1564 +"130477",34997,59726,3,591,1513 +"130478",34997,60258,3,591,2405 +"130479",34997,61125,3,591,1673 +"130480",34997,64993,3,591,615 +"130481",34997,65522,3,591,1572 +"130482",34997,67815,2,591,2476 +"130483",34997,70126,3,591,1158 +"130484",34997,75282,3,591,2675 +"130485",34997,81716,2,591,1199 +"130486",34997,84447,3,591,1006 +"130487",34997,90674,3,591,621 +"130488",34997,90745,3,591,1994 +"130489",34997,92678,3,591,1769 +"130490",34997,92904,3,591,780 +"130491",34997,102566,2,591,2207 +"130492",34997,110402,2,591,858 +"130493",35004,798,3,1509,2476 +"130494",35004,2057,3,1509,1965 +"130495",35004,3564,2,1509,2717 +"130496",35004,4612,3,1509,2804 +"130497",35004,5599,2,1509,1684 +"130498",35004,10210,2,1509,1905 +"130499",35004,16176,3,1509,2703 +"130500",35004,19364,3,1509,2846 +"130501",35004,19433,3,1509,2504 +"130502",35004,20124,3,1509,2376 +"130503",35004,22709,3,1509,2743 +"130504",35004,23825,3,1509,1913 +"130505",35004,26336,3,1509,1904 +"130506",35004,26642,3,1509,2952 +"130507",35004,27897,3,1509,1968 +"130508",35004,32606,3,1509,2100 +"130509",35004,35715,1,1509,2912 +"130510",35004,40819,2,1509,1556 +"130511",35004,41134,3,1509,2952 +"130512",35004,47968,3,1509,2829 +"130513",35004,58559,3,1509,2242 +"130514",35004,61240,3,1509,2651 +"130515",35004,61337,3,1509,2777 +"130516",35004,65856,2,1509,2504 +"130517",35004,72348,2,1509,1810 +"130518",35004,74474,3,1509,2338 +"130519",35004,76971,3,1509,2145 +"130520",35004,80606,1,1509,2079 +"130521",35004,102016,3,1509,1649 +"130522",35039,38975,1,1187,1999 +"130523",35039,44564,2,1187,2034 +"130524",35039,114504,3,1187,1937 +"130525",35041,862,3,1311,2254 +"130526",35041,1136,3,1311,2536 +"130527",35041,1691,3,1311,1941 +"130528",35041,4932,3,1311,2752 +"130529",35041,6345,3,1311,2713 +"130530",35041,6390,3,1311,2385 +"130531",35041,7196,3,1311,1508 +"130532",35041,8073,3,1311,1847 +"130533",35041,8463,3,1311,2466 +"130534",35041,8607,3,1311,1685 +"130535",35041,8726,3,1311,2083 +"130536",35041,9724,2,1311,2713 +"130537",35041,13394,3,1311,1667 +"130538",35041,14032,3,1311,2144 +"130539",35041,14108,2,1311,2012 +"130540",35041,14152,3,1311,2007 +"130541",35041,14676,3,1311,2764 +"130542",35041,14731,3,1311,2012 +"130543",35041,14957,3,1311,2306 +"130544",35041,15782,3,1311,2306 +"130545",35041,18543,3,1311,2968 +"130546",35041,19751,3,1311,1630 +"130547",35041,23550,3,1311,2939 +"130548",35041,23787,3,1311,2810 +"130549",35041,25565,3,1311,2764 +"130550",35041,28782,3,1311,2272 +"130551",35041,28896,3,1311,1395 +"130552",35041,29918,3,1311,1953 +"130553",35041,31001,3,1311,2119 +"130554",35041,31700,3,1311,2727 +"130555",35041,32350,3,1311,1540 +"130556",35041,37684,3,1311,2899 +"130557",35041,37937,3,1311,1320 +"130558",35041,40028,3,1311,1349 +"130559",35041,42216,3,1311,2722 +"130560",35041,44521,3,1311,1593 +"130561",35041,45299,3,1311,2426 +"130562",35041,45545,3,1311,1776 +"130563",35041,48215,2,1311,2028 +"130564",35041,50236,3,1311,2339 +"130565",35041,50585,3,1311,2414 +"130566",35041,52323,3,1311,2148 +"130567",35041,53652,3,1311,2899 +"130568",35041,56116,1,1311,1321 +"130569",35041,56237,2,1311,2625 +"130570",35041,66241,3,1311,2351 +"130571",35041,67805,3,1311,1338 +"130572",35041,73553,3,1311,2726 +"130573",35041,73747,3,1311,2274 +"130574",35041,82730,3,1311,1492 +"130575",35041,84235,3,1311,1639 +"130576",35041,89880,3,1311,1938 +"130577",35041,92658,3,1311,2659 +"130578",35041,95288,3,1311,1602 +"130579",35041,101347,2,1311,1335 +"130580",35041,106555,2,1311,1626 +"130581",35041,108430,3,1311,1642 +"130582",35045,913,3,1646,2144 +"130583",35045,1409,3,1646,2090 +"130584",35045,1592,2,1646,2006 +"130585",35045,1691,3,1646,1941 +"130586",35045,3886,1,1646,1669 +"130587",35045,3966,3,1646,2425 +"130588",35045,5258,2,1646,2730 +"130589",35045,6252,3,1646,2336 +"130590",35045,6390,3,1646,2385 +"130591",35045,6428,3,1646,1952 +"130592",35045,7794,3,1646,2972 +"130593",35045,12199,2,1646,1651 +"130594",35045,14108,3,1646,2012 +"130595",35045,14652,3,1646,2516 +"130596",35045,17943,2,1646,1943 +"130597",35045,18202,3,1646,2475 +"130598",35045,18543,3,1646,2968 +"130599",35045,19173,3,1646,1686 +"130600",35045,19317,3,1646,2041 +"130601",35045,19605,3,1646,2395 +"130602",35045,20407,2,1646,2339 +"130603",35045,23641,3,1646,1934 +"130604",35045,27030,3,1646,2031 +"130605",35045,29948,3,1646,2795 +"130606",35045,31235,3,1646,2668 +"130607",35045,34812,3,1646,2442 +"130608",35045,36439,3,1646,2469 +"130609",35045,36554,3,1646,1649 +"130610",35045,37301,3,1646,2160 +"130611",35045,43173,3,1646,2895 +"130612",35045,47248,3,1646,2883 +"130613",35045,47445,3,1646,2668 +"130614",35045,49301,3,1646,1894 +"130615",35045,51017,3,1646,2073 +"130616",35045,88232,3,1646,2881 +"130617",35069,6241,2,2069,2264 +"130618",35069,10859,2,2069,2231 +"130619",35069,13324,3,2069,2163 +"130620",35069,20563,3,2069,2267 +"130621",35069,23460,3,2069,2183 +"130622",35069,35888,3,2069,2291 +"130623",35069,42129,3,2069,2318 +"130624",35069,47362,2,2069,2253 +"130625",35069,53342,3,2069,2071 +"130626",35069,57405,3,2069,2344 +"130627",35069,58617,3,2069,2093 +"130628",35069,62832,3,2069,2606 +"130629",35069,84799,3,2069,2656 +"130630",35069,88455,3,2069,2388 +"130631",35069,93481,3,2069,2311 +"130632",35095,145,3,1502,1998 +"130633",35095,270,3,1502,2542 +"130634",35095,312,3,1502,2038 +"130635",35095,600,3,1502,1702 +"130636",35095,913,2,1502,2144 +"130637",35095,1639,3,1502,2631 +"130638",35095,2322,2,1502,1645 +"130639",35095,2424,2,1502,2582 +"130640",35095,2533,3,1502,2016 +"130641",35095,2972,3,1502,1708 +"130642",35095,3305,3,1502,2839 +"130643",35095,3306,3,1502,1989 +"130644",35095,4701,3,1502,2401 +"130645",35095,4705,3,1502,1714 +"130646",35095,5429,3,1502,1991 +"130647",35095,6047,3,1502,2004 +"130648",35095,6363,3,1502,2066 +"130649",35095,7258,3,1502,1714 +"130650",35095,7555,3,1502,1943 +"130651",35095,7627,3,1502,1543 +"130652",35095,9030,3,1502,1979 +"130653",35095,9311,3,1502,2477 +"130654",35095,9654,3,1502,2111 +"130655",35095,11006,3,1502,1950 +"130656",35095,12528,3,1502,2589 +"130657",35095,12863,3,1502,2027 +"130658",35095,15003,3,1502,2067 +"130659",35095,15813,3,1502,2143 +"130660",35095,16201,3,1502,1811 +"130661",35095,17698,3,1502,1559 +"130662",35095,17931,3,1502,1617 +"130663",35095,18394,3,1502,2356 +"130664",35095,19248,3,1502,2357 +"130665",35095,19719,3,1502,2177 +"130666",35095,21193,3,1502,2490 +"130667",35095,21285,3,1502,2100 +"130668",35095,21693,3,1502,2176 +"130669",35095,22326,3,1502,2818 +"130670",35095,22362,3,1502,1836 +"130671",35095,23011,3,1502,2763 +"130672",35095,23725,3,1502,2378 +"130673",35095,23729,3,1502,1624 +"130674",35095,24448,2,1502,2289 +"130675",35095,24568,3,1502,1937 +"130676",35095,25577,3,1502,1946 +"130677",35095,26451,3,1502,2133 +"130678",35095,26749,3,1502,2965 +"130679",35095,27275,2,1502,2656 +"130680",35095,27390,3,1502,2425 +"130681",35095,27694,3,1502,2030 +"130682",35095,28626,3,1502,2842 +"130683",35095,29929,3,1502,2789 +"130684",35095,30052,3,1502,2855 +"130685",35095,30405,3,1502,2164 +"130686",35095,31235,3,1502,2668 +"130687",35095,31307,3,1502,2139 +"130688",35095,32173,2,1502,2341 +"130689",35095,33949,3,1502,2489 +"130690",35095,35045,3,1502,1646 +"130691",35095,38019,3,1502,1870 +"130692",35095,43385,3,1502,1623 +"130693",35095,43455,3,1502,2846 +"130694",35095,46629,3,1502,2255 +"130695",35095,48215,3,1502,2028 +"130696",35095,48414,3,1502,1749 +"130697",35095,49620,3,1502,1868 +"130698",35095,50134,3,1502,2674 +"130699",35095,50685,3,1502,2008 +"130700",35095,52058,3,1502,1836 +"130701",35095,52576,2,1502,2234 +"130702",35095,54929,3,1502,2783 +"130703",35095,55082,3,1502,1856 +"130704",35095,55438,2,1502,2863 +"130705",35095,55468,3,1502,2511 +"130706",35095,56082,3,1502,2395 +"130707",35095,56317,3,1502,2030 +"130708",35095,58451,3,1502,1939 +"130709",35095,58508,3,1502,2326 +"130710",35095,61982,3,1502,2725 +"130711",35095,62841,3,1502,2710 +"130712",35095,63409,3,1502,1937 +"130713",35095,66860,3,1502,1548 +"130714",35095,67652,2,1502,2736 +"130715",35095,67690,3,1502,1902 +"130716",35095,67726,3,1502,2873 +"130717",35095,76892,3,1502,2381 +"130718",35095,79322,3,1502,2770 +"130719",35095,82949,3,1502,2077 +"130720",35108,2798,3,604,1673 +"130721",35108,4361,3,604,2571 +"130722",35108,8062,3,604,2858 +"130723",35108,8463,3,604,2466 +"130724",35108,11429,3,604,2520 +"130725",35108,12586,3,604,613 +"130726",35108,16021,3,604,858 +"130727",35108,16776,3,604,1565 +"130728",35108,20395,3,604,1468 +"130729",35108,27320,3,604,2378 +"130730",35108,30891,3,604,1256 +"130731",35108,31696,3,604,1595 +"130732",35108,34892,3,604,2309 +"130733",35108,35787,3,604,1132 +"130734",35108,37424,3,604,1693 +"130735",35108,38259,2,604,2258 +"130736",35108,41439,3,604,709 +"130737",35108,47072,2,604,1564 +"130738",35108,69131,3,604,2122 +"130739",35108,72348,3,604,1810 +"130740",35108,72438,3,604,1397 +"130741",35108,98058,3,604,1891 +"130742",35113,6740,3,1327,2699 +"130743",35113,19248,3,1327,2357 +"130744",35113,19719,3,1327,2177 +"130745",35113,21197,3,1327,1437 +"130746",35113,22277,2,1327,2424 +"130747",35113,23319,2,1327,2867 +"130748",35113,23729,3,1327,1624 +"130749",35113,25129,2,1327,2647 +"130750",35113,29917,3,1327,1962 +"130751",35113,34509,3,1327,1973 +"130752",35113,52576,3,1327,2234 +"130753",35113,61982,3,1327,2725 +"130754",35113,62841,2,1327,2710 +"130755",35133,2139,3,2219,2502 +"130756",35133,2226,3,2219,2225 +"130757",35133,3770,3,2219,2623 +"130758",35133,7450,3,2219,2827 +"130759",35133,10766,3,2219,2647 +"130760",35133,14915,3,2219,2606 +"130761",35133,24096,3,2219,2612 +"130762",35133,32202,3,2219,2314 +"130763",35133,45729,3,2219,2606 +"130764",35133,46261,2,2219,2350 +"130765",35133,61240,3,2219,2651 +"130766",35136,36278,3,2296,2952 +"130767",35186,602,3,1520,2632 +"130768",35186,1367,3,1520,2176 +"130769",35186,2863,3,1520,1657 +"130770",35186,3460,3,1520,2530 +"130771",35186,3896,3,1520,2693 +"130772",35186,4821,3,1520,1938 +"130773",35186,6602,3,1520,1631 +"130774",35186,7245,3,1520,2089 +"130775",35186,8533,3,1520,2251 +"130776",35186,10474,3,1520,1608 +"130777",35186,11456,3,1520,2715 +"130778",35186,13724,1,1520,1573 +"130779",35186,14422,3,1520,1548 +"130780",35186,15207,3,1520,1855 +"130781",35186,15453,2,1520,1688 +"130782",35186,18348,3,1520,1711 +"130783",35186,18415,3,1520,2184 +"130784",35186,21249,1,1520,1635 +"130785",35186,22311,3,1520,2034 +"130786",35186,31997,3,1520,1703 +"130787",35186,33052,3,1520,2251 +"130788",35186,34820,3,1520,1630 +"130789",35186,36646,3,1520,2744 +"130790",35186,42196,2,1520,2765 +"130791",35186,42642,2,1520,2257 +"130792",35186,45633,3,1520,2134 +"130793",35186,46580,2,1520,2346 +"130794",35186,49144,3,1520,1542 +"130795",35186,50509,3,1520,2050 +"130796",35186,51055,2,1520,2558 +"130797",35186,53968,2,1520,2703 +"130798",35186,56893,3,1520,2597 +"130799",35186,60516,2,1520,2257 +"130800",35186,69591,3,1520,2294 +"130801",35186,77811,2,1520,1871 +"130802",35186,81269,3,1520,1570 +"130803",35186,86152,2,1520,1944 +"130804",35187,489,1,2488,2652 +"130805",35187,2224,2,2488,2751 +"130806",35187,12703,3,2488,2689 +"130807",35187,53846,2,2488,2737 +"130808",35187,67649,3,2488,2745 +"130809",35235,2684,3,2610,2874 +"130810",35235,3628,1,2610,2707 +"130811",35235,9191,2,2610,2707 +"130812",35235,11351,2,2610,2971 +"130813",35235,12356,3,2610,2757 +"130814",35235,14959,1,2610,2898 +"130815",35235,21955,3,2610,2832 +"130816",35235,22326,3,2610,2818 +"130817",35235,29314,3,2610,2736 +"130818",35235,44427,3,2610,2875 +"130819",35235,44885,3,2610,2670 +"130820",35235,53562,3,2610,2687 +"130821",35235,60661,3,2610,2700 +"130822",35235,70203,3,2610,2756 +"130823",35235,119610,3,2610,2707 +"130824",35243,9538,3,1102,1786 +"130825",35243,9656,3,1102,1135 +"130826",35243,13340,3,1102,1918 +"130827",35243,19476,3,1102,1708 +"130828",35243,20038,3,1102,1531 +"130829",35243,34331,3,1102,1727 +"130830",35243,42407,3,1102,2408 +"130831",35243,73520,3,1102,2613 +"130832",35243,77719,2,1102,2086 +"130833",35243,78277,3,1102,1937 +"130834",35243,82039,3,1102,1327 +"130835",35243,84590,2,1102,1734 +"130836",35243,93553,2,1102,2537 +"130837",35256,362,3,2271,2537 +"130838",35256,377,1,2271,2389 +"130839",35256,613,3,2271,2687 +"130840",35256,854,3,2271,2307 +"130841",35256,1090,3,2271,2370 +"130842",35256,1102,3,2271,2282 +"130843",35256,1151,2,2271,2885 +"130844",35256,1616,1,2271,2662 +"130845",35256,2036,1,2271,2483 +"130846",35256,2224,3,2271,2751 +"130847",35256,2424,3,2271,2582 +"130848",35256,2484,1,2271,2389 +"130849",35256,3488,3,2271,2351 +"130850",35256,3853,3,2271,2465 +"130851",35256,3978,3,2271,2775 +"130852",35256,4057,1,2271,2389 +"130853",35256,4303,3,2271,2414 +"130854",35256,5462,2,2271,2374 +"130855",35256,5504,2,2271,2389 +"130856",35256,7323,1,2271,2858 +"130857",35256,8604,3,2271,2799 +"130858",35256,8760,2,2271,2477 +"130859",35256,9311,2,2271,2477 +"130860",35256,9362,3,2271,2879 +"130861",35256,10843,3,2271,2277 +"130862",35256,12713,2,2271,2440 +"130863",35256,13249,3,2271,2573 +"130864",35256,14655,3,2271,2559 +"130865",35256,14959,3,2271,2898 +"130866",35256,15184,3,2271,2396 +"130867",35256,15626,3,2271,2434 +"130868",35256,16497,3,2271,2370 +"130869",35256,17520,2,2271,2276 +"130870",35256,18151,3,2271,2962 +"130871",35256,19027,3,2271,2721 +"130872",35256,19208,3,2271,2629 +"130873",35256,19248,3,2271,2357 +"130874",35256,19606,2,2271,2783 +"130875",35256,20700,2,2271,2861 +"130876",35256,24923,3,2271,2785 +"130877",35256,25373,3,2271,2783 +"130878",35256,26516,3,2271,2479 +"130879",35256,26608,3,2271,2329 +"130880",35256,27478,2,2271,2485 +"130881",35256,29095,3,2271,2531 +"130882",35256,30906,3,2271,2537 +"130883",35256,31235,3,2271,2668 +"130884",35256,31799,2,2271,2547 +"130885",35256,33433,3,2271,2805 +"130886",35256,33801,3,2271,2899 +"130887",35256,36559,3,2271,2473 +"130888",35256,36701,3,2271,2381 +"130889",35256,37238,3,2271,2609 +"130890",35256,37570,1,2271,2389 +"130891",35256,38755,3,2271,2902 +"130892",35256,39444,3,2271,2695 +"130893",35256,39548,2,2271,2389 +"130894",35256,41664,3,2271,2641 +"130895",35256,41945,3,2271,2856 +"130896",35256,43455,3,2271,2846 +"130897",35256,44235,3,2271,2700 +"130898",35256,44427,3,2271,2875 +"130899",35256,44768,3,2271,2516 +"130900",35256,44885,3,2271,2670 +"130901",35256,44899,3,2271,2386 +"130902",35256,47445,3,2271,2668 +"130903",35256,47803,3,2271,2477 +"130904",35256,47947,3,2271,2681 +"130905",35256,49965,3,2271,2301 +"130906",35256,51041,3,2271,2606 +"130907",35256,53475,3,2271,2853 +"130908",35256,53851,2,2271,2305 +"130909",35256,57977,3,2271,2683 +"130910",35256,58218,3,2271,2627 +"130911",35256,59113,3,2271,2434 +"130912",35256,60257,3,2271,2795 +"130913",35256,65029,3,2271,2954 +"130914",35256,68098,3,2271,2378 +"130915",35256,68810,3,2271,2409 +"130916",35256,70046,3,2271,2624 +"130917",35256,70647,3,2271,2795 +"130918",35256,72334,3,2271,2820 +"130919",35256,78563,3,2271,2385 +"130920",35256,85430,2,2271,2370 +"130921",35256,93615,3,2271,2386 +"130922",35256,94125,3,2271,2280 +"130923",35264,3669,2,2329,2524 +"130924",35264,6234,3,2329,2654 +"130925",35264,11067,3,2329,2734 +"130926",35264,14972,3,2329,2332 +"130927",35264,18808,2,2329,2854 +"130928",35264,26658,3,2329,2745 +"130929",35264,30317,3,2329,2431 +"130930",35264,30981,3,2329,2366 +"130931",35264,31251,3,2329,2498 +"130932",35264,38309,2,2329,2644 +"130933",35264,42256,3,2329,2839 +"130934",35264,45585,3,2329,2384 +"130935",35264,49147,3,2329,2539 +"130936",35264,50440,3,2329,2469 +"130937",35264,53362,3,2329,2360 +"130938",35264,54903,2,2329,2493 +"130939",35264,59511,3,2329,2753 +"130940",35286,601,3,395,702 +"130941",35286,1428,2,395,742 +"130942",35286,5346,3,395,1438 +"130943",35286,5785,3,395,1261 +"130944",35286,6055,3,395,2651 +"130945",35286,7616,3,395,2296 +"130946",35286,8275,2,395,2237 +"130947",35286,8748,3,395,699 +"130948",35286,9200,3,395,787 +"130949",35286,9871,3,395,921 +"130950",35286,12639,3,395,1141 +"130951",35286,12692,2,395,1855 +"130952",35286,12712,3,395,815 +"130953",35286,13967,3,395,1354 +"130954",35286,13979,3,395,1559 +"130955",35286,14482,3,395,1573 +"130956",35286,15106,3,395,2286 +"130957",35286,15207,2,395,1855 +"130958",35286,15990,3,395,593 +"130959",35286,16053,3,395,908 +"130960",35286,16539,3,395,1947 +"130961",35286,18364,1,395,535 +"130962",35286,18550,3,395,483 +"130963",35286,19593,2,395,2013 +"130964",35286,19621,1,395,725 +"130965",35286,19637,3,395,1229 +"130966",35286,19655,3,395,2706 +"130967",35286,20319,3,395,468 +"130968",35286,20732,3,395,2401 +"130969",35286,21383,3,395,971 +"130970",35286,21422,3,395,935 +"130971",35286,21566,2,395,1234 +"130972",35286,23006,3,395,1532 +"130973",35286,23726,3,395,2434 +"130974",35286,23869,3,395,1918 +"130975",35286,25680,3,395,1618 +"130976",35286,27104,3,395,1608 +"130977",35286,28130,1,395,908 +"130978",35286,28131,2,395,1492 +"130979",35286,28808,3,395,1063 +"130980",35286,29580,3,395,2776 +"130981",35286,30150,3,395,1704 +"130982",35286,30883,3,395,1629 +"130983",35286,31243,3,395,1355 +"130984",35286,35772,2,395,1440 +"130985",35286,36441,2,395,2796 +"130986",35286,36784,3,395,576 +"130987",35286,39563,3,395,486 +"130988",35286,40113,3,395,451 +"130989",35286,40646,3,395,1583 +"130990",35286,40893,3,395,1116 +"130991",35286,41108,2,395,1624 +"130992",35286,42799,2,395,2729 +"130993",35286,44921,3,395,550 +"130994",35286,45504,3,395,2301 +"130995",35286,45903,3,395,2237 +"130996",35286,46635,2,395,2528 +"130997",35286,47386,3,395,2226 +"130998",35286,49109,3,395,2341 +"130999",35286,50487,3,395,744 +"131000",35286,52136,3,395,1412 +"131001",35286,52345,3,395,1430 +"131002",35286,53412,2,395,566 +"131003",35286,54522,3,395,699 +"131004",35286,55076,3,395,2408 +"131005",35286,56462,3,395,852 +"131006",35286,56903,2,395,1584 +"131007",35286,57760,3,395,1721 +"131008",35286,58669,3,395,2296 +"131009",35286,62148,3,395,1566 +"131010",35286,64502,3,395,1670 +"131011",35286,68024,2,395,1531 +"131012",35286,70203,3,395,2756 +"131013",35286,70996,3,395,1037 +"131014",35286,74730,3,395,535 +"131015",35286,74818,2,395,1440 +"131016",35286,76356,3,395,2323 +"131017",35286,76999,3,395,908 +"131018",35286,79207,3,395,2244 +"131019",35286,79371,3,395,1624 +"131020",35286,81463,1,395,955 +"131021",35286,81676,3,395,839 +"131022",35286,85356,1,395,1492 +"131023",35286,85547,3,395,997 +"131024",35286,86785,1,395,1607 +"131025",35286,87720,3,395,2086 +"131026",35286,90802,3,395,877 +"131027",35286,91901,1,395,1236 +"131028",35286,92254,3,395,517 +"131029",35286,92381,3,395,1237 +"131030",35286,94520,3,395,1243 +"131031",35286,96132,1,395,1489 +"131032",35286,96911,3,395,956 +"131033",35286,100140,3,395,1041 +"131034",35286,109718,3,395,1237 +"131035",35286,117679,3,395,535 +"131036",35301,6986,3,1302,1669 +"131037",35301,20824,3,1302,1366 +"131038",35301,44151,2,1302,1796 +"131039",35302,135,2,1589,2233 +"131040",35302,455,2,1589,2827 +"131041",35302,470,2,1589,2285 +"131042",35302,600,2,1589,1702 +"131043",35302,675,3,1589,1686 +"131044",35302,913,3,1589,2144 +"131045",35302,1136,3,1589,2536 +"131046",35302,1367,3,1589,2176 +"131047",35302,1691,3,1589,1941 +"131048",35302,2424,3,1589,2582 +"131049",35302,2523,3,1589,1691 +"131050",35302,2533,3,1589,2016 +"131051",35302,3878,3,1589,1890 +"131052",35302,4084,3,1589,2133 +"131053",35302,4191,3,1589,2130 +"131054",35302,4360,3,1589,1770 +"131055",35302,4687,3,1589,2152 +"131056",35302,5491,3,1589,2048 +"131057",35302,5504,3,1589,2389 +"131058",35302,6390,3,1589,2385 +"131059",35302,7245,2,1589,2089 +"131060",35302,7350,3,1589,1901 +"131061",35302,7515,2,1589,2737 +"131062",35302,7847,3,1589,2424 +"131063",35302,8533,3,1589,2251 +"131064",35302,9184,3,1589,2670 +"131065",35302,9432,3,1589,1693 +"131066",35302,10433,2,1589,2075 +"131067",35302,11516,2,1589,1937 +"131068",35302,12199,2,1589,1651 +"131069",35302,12528,3,1589,2589 +"131070",35302,12602,3,1589,1956 +"131071",35302,12618,3,1589,2021 +"131072",35302,13068,3,1589,1778 +"131073",35302,13837,3,1589,1604 +"131074",35302,14943,3,1589,1942 +"131075",35302,15716,3,1589,1991 +"131076",35302,16201,3,1589,1811 +"131077",35302,17645,3,1589,1918 +"131078",35302,18151,3,1589,2962 +"131079",35302,18415,3,1589,2184 +"131080",35302,19322,3,1589,2048 +"131081",35302,19335,2,1589,1729 +"131082",35302,19719,3,1589,2177 +"131083",35302,20407,3,1589,2339 +"131084",35302,20563,3,1589,2267 +"131085",35302,21795,3,1589,2653 +"131086",35302,22566,3,1589,2308 +"131087",35302,22567,2,1589,2396 +"131088",35302,23132,1,1589,2756 +"131089",35302,23705,2,1589,2699 +"131090",35302,23918,2,1589,1881 +"131091",35302,24568,2,1589,1937 +"131092",35302,25289,3,1589,1790 +"131093",35302,25341,3,1589,1858 +"131094",35302,25577,3,1589,1946 +"131095",35302,25816,3,1589,2088 +"131096",35302,27390,3,1589,2425 +"131097",35302,27391,3,1589,2378 +"131098",35302,28101,3,1589,1949 +"131099",35302,28115,2,1589,1835 +"131100",35302,28432,3,1589,1954 +"131101",35302,28991,3,1589,1688 +"131102",35302,29170,3,1589,1846 +"131103",35302,29930,3,1589,2240 +"131104",35302,30052,3,1589,2855 +"131105",35302,31235,3,1589,2668 +"131106",35302,34160,2,1589,1759 +"131107",35302,36439,3,1589,2469 +"131108",35302,36651,3,1589,1600 +"131109",35302,38019,3,1589,1870 +"131110",35302,38213,3,1589,1744 +"131111",35302,39189,3,1589,2319 +"131112",35302,40369,3,1589,2735 +"131113",35302,40383,2,1589,2639 +"131114",35302,45633,2,1589,2134 +"131115",35302,47445,3,1589,2668 +"131116",35302,49620,3,1589,1868 +"131117",35302,50685,3,1589,2008 +"131118",35302,52576,3,1589,2234 +"131119",35302,53196,2,1589,1888 +"131120",35302,54158,3,1589,1756 +"131121",35302,55139,3,1589,2323 +"131122",35302,59022,3,1589,2494 +"131123",35302,62219,2,1589,2494 +"131124",35302,62840,3,1589,2502 +"131125",35302,63409,2,1589,1937 +"131126",35302,64181,2,1589,1828 +"131127",35302,64997,3,1589,2791 +"131128",35302,65691,3,1589,2134 +"131129",35302,66413,2,1589,2507 +"131130",35302,73305,2,1589,2544 +"131131",35302,73553,3,1589,2726 +"131132",35302,74636,3,1589,2525 +"131133",35302,78037,3,1589,1606 +"131134",35302,79804,3,1589,2227 +"131135",35302,80429,2,1589,1927 +"131136",35302,82949,3,1589,2077 +"131137",35302,83907,3,1589,2056 +"131138",35302,92322,3,1589,2393 +"131139",35302,105063,2,1589,1908 +"131140",35317,1369,2,1888,2487 +"131141",35317,3271,3,1888,2216 +"131142",35317,4634,3,1888,2291 +"131143",35317,5637,3,1888,1976 +"131144",35317,6345,3,1888,2713 +"131145",35317,6999,1,1888,2214 +"131146",35317,9272,3,1888,2835 +"131147",35317,9724,3,1888,2713 +"131148",35317,9909,3,1888,2230 +"131149",35317,12116,2,1888,2119 +"131150",35317,13340,2,1888,1918 +"131151",35317,17499,3,1888,2954 +"131152",35317,20695,3,1888,2526 +"131153",35317,22410,3,1888,2158 +"131154",35317,23550,2,1888,2939 +"131155",35317,26597,3,1888,2070 +"131156",35317,36840,3,1888,2269 +"131157",35317,37684,2,1888,2899 +"131158",35317,42382,3,1888,2224 +"131159",35317,42407,1,1888,2408 +"131160",35317,43226,3,1888,2442 +"131161",35317,46616,3,1888,1917 +"131162",35317,47882,3,1888,2769 +"131163",35317,48110,3,1888,2009 +"131164",35317,48501,3,1888,2010 +"131165",35317,53584,3,1888,2391 +"131166",35317,53652,3,1888,2899 +"131167",35317,58508,3,1888,2326 +"131168",35317,69335,3,1888,2698 +"131169",35317,70011,3,1888,2690 +"131170",35317,73520,3,1888,2613 +"131171",35317,77719,3,1888,2086 +"131172",35317,78277,3,1888,1937 +"131173",35317,93553,2,1888,2537 +"131174",35339,13024,3,357,2468 +"131175",35339,45727,3,357,477 +"131176",35339,83228,3,357,732 +"131177",35360,613,3,2043,2687 +"131178",35360,854,2,2043,2307 +"131179",35360,997,3,2043,2788 +"131180",35360,1226,3,2043,2353 +"131181",35360,1831,3,2043,2397 +"131182",35360,2195,3,2043,2139 +"131183",35360,2446,3,2043,2606 +"131184",35360,2484,3,2043,2389 +"131185",35360,3853,3,2043,2465 +"131186",35360,4932,3,2043,2752 +"131187",35360,5839,3,2043,2301 +"131188",35360,6241,3,2043,2264 +"131189",35360,9362,2,2043,2879 +"131190",35360,9828,3,2043,2085 +"131191",35360,10859,3,2043,2231 +"131192",35360,12929,3,2043,2656 +"131193",35360,14507,3,2043,2686 +"131194",35360,17367,3,2043,2427 +"131195",35360,17819,3,2043,2291 +"131196",35360,21248,3,2043,2232 +"131197",35360,21719,3,2043,2708 +"131198",35360,24825,2,2043,2686 +"131199",35360,25078,3,2043,2312 +"131200",35360,25480,2,2043,2747 +"131201",35360,26234,2,2043,2183 +"131202",35360,26608,3,2043,2329 +"131203",35360,30236,3,2043,2238 +"131204",35360,33991,3,2043,2249 +"131205",35360,34842,3,2043,2050 +"131206",35360,35069,3,2043,2069 +"131207",35360,38732,3,2043,2263 +"131208",35360,44268,3,2043,2436 +"131209",35360,46040,3,2043,2105 +"131210",35360,47812,3,2043,2343 +"131211",35360,49787,3,2043,2352 +"131212",35360,54879,3,2043,2210 +"131213",35360,62832,2,2043,2606 +"131214",35360,64255,3,2043,2309 +"131215",35360,65572,3,2043,2750 +"131216",35360,66124,2,2043,2174 +"131217",35360,84799,3,2043,2656 +"131218",35361,5239,3,2389,2875 +"131219",35361,16826,2,2389,2599 +"131220",35361,21138,3,2389,2849 +"131221",35361,34158,2,2389,2639 +"131222",35361,38227,3,2389,2511 +"131223",35361,51319,3,2389,2488 +"131224",35402,270,3,2339,2542 +"131225",35402,18361,3,2339,2968 +"131226",35402,18394,3,2339,2356 +"131227",35402,20124,3,2339,2376 +"131228",35402,32173,3,2339,2341 +"131229",35402,43673,3,2339,2787 +"131230",35402,68215,3,2339,2727 +"131231",35402,72326,3,2339,2384 +"131232",35402,117956,3,2339,2774 +"131233",35413,1520,3,1569,1716 +"131234",35413,2747,3,1569,2411 +"131235",35413,2985,3,1569,2398 +"131236",35413,3477,3,1569,2546 +"131237",35413,6063,3,1569,2349 +"131238",35413,9035,3,1569,2771 +"131239",35413,9481,2,1569,1610 +"131240",35413,9503,3,1569,2453 +"131241",35413,9787,2,1569,2858 +"131242",35413,10453,2,1569,1656 +"131243",35413,14287,3,1569,1583 +"131244",35413,14749,3,1569,1998 +"131245",35413,16501,2,1569,1650 +"131246",35413,17037,2,1569,2947 +"131247",35413,19655,3,1569,2706 +"131248",35413,20220,3,1569,1656 +"131249",35413,25163,2,1569,1751 +"131250",35413,27914,3,1569,2507 +"131251",35413,29286,3,1569,1612 +"131252",35413,30334,3,1569,2075 +"131253",35413,30368,3,1569,2487 +"131254",35413,31542,3,1569,2459 +"131255",35413,33223,3,1569,2397 +"131256",35413,36912,3,1569,2469 +"131257",35413,37636,3,1569,2178 +"131258",35413,40392,3,1569,1878 +"131259",35413,40542,3,1569,1664 +"131260",35413,41581,3,1569,1692 +"131261",35413,41633,3,1569,1976 +"131262",35413,46486,3,1569,1868 +"131263",35413,51783,3,1569,2599 +"131264",35413,56569,3,1569,1993 +"131265",35413,72597,3,1569,1843 +"131266",35413,74370,3,1569,1667 +"131267",35413,76143,2,1569,1610 +"131268",35414,5414,2,1959,2321 +"131269",35414,6432,3,1959,2297 +"131270",35414,18610,3,1959,2141 +"131271",35414,42998,3,1959,1978 +"131272",35414,43524,3,1959,2572 +"131273",35414,94339,3,1959,2768 +"131274",35414,116792,3,1959,2397 +"131275",35428,1102,3,2263,2282 +"131276",35428,3628,2,2263,2707 +"131277",35428,5839,3,2263,2301 +"131278",35428,6074,3,2263,2426 +"131279",35428,6208,3,2263,2361 +"131280",35428,6390,3,2263,2385 +"131281",35428,8762,1,2263,2585 +"131282",35428,9191,3,2263,2707 +"131283",35428,11351,2,2263,2971 +"131284",35428,15636,3,2263,2857 +"131285",35428,22326,3,2263,2818 +"131286",35428,22777,3,2263,2353 +"131287",35428,23787,3,2263,2810 +"131288",35428,31705,3,2263,2706 +"131289",35428,35235,3,2263,2610 +"131290",35428,39411,2,2263,2384 +"131291",35428,45742,3,2263,2566 +"131292",35428,53562,3,2263,2687 +"131293",35428,54250,3,2263,2340 +"131294",35428,60661,3,2263,2700 +"131295",35446,1046,3,1203,1881 +"131296",35446,1629,3,1203,1289 +"131297",35446,2206,3,1203,2536 +"131298",35446,2576,3,1203,1307 +"131299",35446,2894,3,1203,1291 +"131300",35446,2985,3,1203,2398 +"131301",35446,7245,3,1203,2089 +"131302",35446,7896,3,1203,2447 +"131303",35446,8533,3,1203,2251 +"131304",35446,8623,3,1203,2463 +"131305",35446,8726,3,1203,2083 +"131306",35446,10453,3,1203,1656 +"131307",35446,11239,3,1203,2181 +"131308",35446,12067,3,1203,1213 +"131309",35446,15453,3,1203,1688 +"131310",35446,15567,3,1203,2671 +"131311",35446,19364,3,1203,2846 +"131312",35446,28081,3,1203,1927 +"131313",35446,28094,2,1203,1423 +"131314",35446,28432,3,1203,1954 +"131315",35446,32549,3,1203,2111 +"131316",35446,34831,3,1203,1866 +"131317",35446,36912,3,1203,2469 +"131318",35446,37915,3,1203,1905 +"131319",35446,38259,3,1203,2258 +"131320",35446,45355,3,1203,1450 +"131321",35446,47529,3,1203,2914 +"131322",35446,47947,3,1203,2681 +"131323",35446,55472,3,1203,1516 +"131324",35446,57977,3,1203,2683 +"131325",35446,59438,3,1203,2400 +"131326",35446,60516,3,1203,2257 +"131327",35446,61585,3,1203,2315 +"131328",35446,68789,3,1203,1929 +"131329",35446,71455,3,1203,1702 +"131330",35446,73394,3,1203,1606 +"131331",35446,73553,3,1203,2726 +"131332",35446,88592,3,1203,1418 +"131333",35446,95757,3,1203,1232 +"131334",35448,854,3,1685,2307 +"131335",35448,3492,2,1685,2117 +"131336",35448,3495,1,1685,2431 +"131337",35448,4504,3,1685,1905 +"131338",35448,4705,3,1685,1714 +"131339",35448,15106,2,1685,2286 +"131340",35448,15444,3,1685,2764 +"131341",35448,19317,3,1685,2041 +"131342",35448,20162,3,1685,2328 +"131343",35448,20331,2,1685,2365 +"131344",35448,21248,3,1685,2232 +"131345",35448,21493,3,1685,2286 +"131346",35448,25078,3,1685,2312 +"131347",35448,30236,3,1685,2238 +"131348",35448,37301,3,1685,2160 +"131349",35448,38732,3,1685,2263 +"131350",35448,49787,3,1685,2352 +"131351",35448,49812,3,1685,1816 +"131352",35448,65572,3,1685,2750 +"131353",35448,66878,3,1685,1949 +"131354",35448,77155,2,1685,2946 +"131355",35456,4249,3,2358,2547 +"131356",35456,22723,3,2358,2859 +"131357",35456,61443,3,2358,2770 +"131358",35464,4932,3,2502,2752 +"131359",35464,28296,3,2502,2944 +"131360",35464,34735,3,2502,2767 +"131361",35464,102284,3,2502,2877 +"131362",35477,4612,2,2703,2804 +"131363",35477,22709,3,2703,2743 +"131364",35477,35715,3,2703,2912 +"131365",35477,37279,3,2703,2768 +"131366",35477,40138,3,2703,2719 +"131367",35477,43593,3,2703,2704 +"131368",35481,2166,3,2211,2557 +"131369",35481,2208,3,2211,2814 +"131370",35481,6390,3,2211,2385 +"131371",35481,6914,2,2211,2668 +"131372",35481,9893,3,2211,2701 +"131373",35481,10222,3,2211,2212 +"131374",35481,18277,3,2211,2309 +"131375",35481,20067,3,2211,2390 +"131376",35481,20407,3,2211,2339 +"131377",35481,24198,3,2211,2217 +"131378",35481,25129,3,2211,2647 +"131379",35481,33622,3,2211,2230 +"131380",35481,33801,3,2211,2899 +"131381",35481,36439,3,2211,2469 +"131382",35481,40368,3,2211,2876 +"131383",35481,42574,3,2211,2842 +"131384",35481,50784,3,2211,2733 +"131385",35481,53475,3,2211,2853 +"131386",35481,53846,3,2211,2737 +"131387",35481,54250,2,2211,2340 +"131388",35481,54695,3,2211,2429 +"131389",35481,56082,3,2211,2395 +"131390",35481,58427,3,2211,2234 +"131391",35481,66318,3,2211,2803 +"131392",35481,71808,2,2211,2349 +"131393",35481,74636,3,2211,2525 +"131394",35481,88232,3,2211,2881 +"131395",35481,105685,1,2211,2469 +"131396",35514,997,3,2346,2788 +"131397",35514,5515,3,2346,2385 +"131398",35514,8921,2,2346,2403 +"131399",35514,12518,3,2346,2747 +"131400",35514,30981,3,2346,2366 +"131401",35514,43173,3,2346,2895 +"131402",35514,43518,3,2346,2680 +"131403",35514,48571,3,2346,2717 +"131404",35516,25,3,1229,2762 +"131405",35516,160,3,1229,2007 +"131406",35516,1046,3,1229,1881 +"131407",35516,3011,3,1229,2278 +"131408",35516,3765,3,1229,2775 +"131409",35516,3978,3,1229,2775 +"131410",35516,4191,3,1229,2130 +"131411",35516,4618,3,1229,2607 +"131412",35516,4701,3,1229,2401 +"131413",35516,4723,3,1229,1314 +"131414",35516,5226,3,1229,1309 +"131415",35516,5725,3,1229,2789 +"131416",35516,6162,2,1229,1673 +"131417",35516,6417,3,1229,1675 +"131418",35516,6821,3,1229,1788 +"131419",35516,7029,2,1229,2204 +"131420",35516,8192,3,1229,1670 +"131421",35516,8258,2,1229,1959 +"131422",35516,9331,3,1229,2269 +"131423",35516,9423,3,1229,1708 +"131424",35516,11103,3,1229,2393 +"131425",35516,11218,3,1229,2292 +"131426",35516,11875,3,1229,1526 +"131427",35516,12081,3,1229,2166 +"131428",35516,12449,3,1229,2067 +"131429",35516,13043,3,1229,1295 +"131430",35516,13601,3,1229,2689 +"131431",35516,15453,3,1229,1688 +"131432",35516,17351,2,1229,2036 +"131433",35516,17549,3,1229,2647 +"131434",35516,17632,2,1229,1947 +"131435",35516,17721,2,1229,1410 +"131436",35516,17938,1,1229,1410 +"131437",35516,18670,3,1229,1835 +"131438",35516,21734,3,1229,2528 +"131439",35516,23745,2,1229,1968 +"131440",35516,24066,3,1229,1755 +"131441",35516,24169,2,1229,1663 +"131442",35516,24286,3,1229,1280 +"131443",35516,24721,3,1229,2326 +"131444",35516,25341,3,1229,1858 +"131445",35516,26595,1,1229,1566 +"131446",35516,27195,3,1229,2158 +"131447",35516,27642,3,1229,1531 +"131448",35516,28635,3,1229,2368 +"131449",35516,28640,1,1229,1475 +"131450",35516,30081,3,1229,2403 +"131451",35516,30092,3,1229,1593 +"131452",35516,31117,3,1229,2210 +"131453",35516,31243,3,1229,1355 +"131454",35516,33356,3,1229,1586 +"131455",35516,33433,3,1229,2805 +"131456",35516,34325,1,1229,1982 +"131457",35516,35888,3,1229,2291 +"131458",35516,36578,3,1229,1484 +"131459",35516,36962,3,1229,2861 +"131460",35516,37333,3,1229,1612 +"131461",35516,38727,3,1229,2238 +"131462",35516,39556,3,1229,2747 +"131463",35516,41900,2,1229,1970 +"131464",35516,41945,2,1229,2856 +"131465",35516,43455,3,1229,2846 +"131466",35516,44688,3,1229,2924 +"131467",35516,46042,3,1229,1692 +"131468",35516,46091,3,1229,1938 +"131469",35516,46446,3,1229,2295 +"131470",35516,46680,3,1229,1690 +"131471",35516,48605,3,1229,2796 +"131472",35516,49470,3,1229,1528 +"131473",35516,53134,2,1229,1590 +"131474",35516,54879,2,1229,2210 +"131475",35516,54929,3,1229,2783 +"131476",35516,57549,3,1229,2335 +"131477",35516,57732,3,1229,2454 +"131478",35516,58035,3,1229,1646 +"131479",35516,60289,3,1229,2729 +"131480",35516,62903,2,1229,1704 +"131481",35516,67145,3,1229,2015 +"131482",35516,71518,3,1229,2805 +"131483",35516,72391,2,1229,1547 +"131484",35516,73197,2,1229,1998 +"131485",35516,79088,3,1229,1369 +"131486",35516,79211,3,1229,1590 +"131487",35516,79382,3,1229,1908 +"131488",35516,82270,3,1229,1641 +"131489",35516,86287,1,1229,1349 +"131490",35518,680,3,1721,2569 +"131491",35518,1355,3,1721,2473 +"131492",35518,1560,3,1721,2013 +"131493",35518,1639,3,1721,2631 +"131494",35518,2111,3,1721,1904 +"131495",35518,2195,3,1721,2139 +"131496",35518,2484,3,1721,2389 +"131497",35518,3306,3,1721,1989 +"131498",35518,4303,3,1721,2414 +"131499",35518,4953,3,1721,2285 +"131500",35518,7677,3,1721,2338 +"131501",35518,7984,3,1721,2493 +"131502",35518,8062,3,1721,2858 +"131503",35518,9716,3,1721,1929 +"131504",35518,11429,3,1721,2520 +"131505",35518,11477,2,1721,2724 +"131506",35518,12081,3,1721,2166 +"131507",35518,12759,3,1721,2414 +"131508",35518,13307,3,1721,2206 +"131509",35518,14108,3,1721,2012 +"131510",35518,14507,3,1721,2686 +"131511",35518,14972,2,1721,2332 +"131512",35518,15095,3,1721,2001 +"131513",35518,16195,3,1721,2964 +"131514",35518,16725,2,1721,2830 +"131515",35518,16727,3,1721,2164 +"131516",35518,17520,3,1721,2276 +"131517",35518,17819,3,1721,2291 +"131518",35518,17852,3,1721,2840 +"131519",35518,18371,3,1721,2860 +"131520",35518,21012,3,1721,2325 +"131521",35518,21193,3,1721,2490 +"131522",35518,22331,3,1721,2687 +"131523",35518,22566,3,1721,2308 +"131524",35518,23223,3,1721,2094 +"131525",35518,23526,3,1721,1998 +"131526",35518,23715,2,1721,1859 +"131527",35518,23751,3,1721,1740 +"131528",35518,25373,3,1721,2783 +"131529",35518,26749,3,1721,2965 +"131530",35518,29289,3,1721,1756 +"131531",35518,29295,3,1721,2043 +"131532",35518,30334,2,1721,2075 +"131533",35518,30705,3,1721,2959 +"131534",35518,31307,1,1721,2139 +"131535",35518,31700,2,1721,2727 +"131536",35518,32939,3,1721,2277 +"131537",35518,33160,2,1721,2441 +"131538",35518,33430,3,1721,2225 +"131539",35518,33949,3,1721,2489 +"131540",35518,36953,3,1721,2790 +"131541",35518,37238,1,1721,2609 +"131542",35518,37636,2,1721,2178 +"131543",35518,37844,3,1721,2002 +"131544",35518,38307,3,1721,2648 +"131545",35518,38921,3,1721,1880 +"131546",35518,40392,2,1721,1878 +"131547",35518,41429,3,1721,1770 +"131548",35518,41723,3,1721,2101 +"131549",35518,41900,3,1721,1970 +"131550",35518,41945,3,1721,2856 +"131551",35518,43455,3,1721,2846 +"131552",35518,47082,3,1721,1990 +"131553",35518,49759,3,1721,2400 +"131554",35518,50113,3,1721,2059 +"131555",35518,50252,3,1721,2001 +"131556",35518,51783,2,1721,2599 +"131557",35518,56082,3,1721,2395 +"131558",35518,57549,3,1721,2335 +"131559",35518,57804,3,1721,2214 +"131560",35518,64181,3,1721,1828 +"131561",35518,66413,3,1721,2507 +"131562",35518,105063,3,1721,1908 +"131563",35529,1046,3,1620,1881 +"131564",35529,1196,3,1620,1986 +"131565",35529,1275,3,1620,2068 +"131566",35529,1767,3,1620,2727 +"131567",35529,1777,3,1620,1965 +"131568",35529,2028,3,1620,1978 +"131569",35529,2093,3,1620,2459 +"131570",35529,2424,3,1620,2582 +"131571",35529,2484,3,1620,2389 +"131572",35529,2533,3,1620,2016 +"131573",35529,2972,3,1620,1708 +"131574",35529,3068,3,1620,1815 +"131575",35529,3167,3,1620,1676 +"131576",35529,3305,3,1620,2839 +"131577",35529,3306,3,1620,1989 +"131578",35529,3830,3,1620,1661 +"131579",35529,3947,3,1620,2067 +"131580",35529,3961,2,1620,2426 +"131581",35529,4289,3,1620,1921 +"131582",35529,5041,3,1620,2371 +"131583",35529,5078,3,1620,2033 +"131584",35529,5315,2,1620,2631 +"131585",35529,5457,3,1620,2077 +"131586",35529,5462,3,1620,2374 +"131587",35529,5504,3,1620,2389 +"131588",35529,5984,3,1620,1675 +"131589",35529,5986,3,1620,1721 +"131590",35529,6047,3,1620,2004 +"131591",35529,6417,2,1620,1675 +"131592",35529,7292,3,1620,1988 +"131593",35529,7508,3,1620,2396 +"131594",35529,7984,3,1620,2493 +"131595",35529,7992,3,1620,2033 +"131596",35529,8533,3,1620,2251 +"131597",35529,8621,3,1620,1681 +"131598",35529,9311,3,1620,2477 +"131599",35529,9364,3,1620,1698 +"131600",35529,9702,2,1620,1928 +"131601",35529,9928,3,1620,2345 +"131602",35529,10358,2,1620,2294 +"131603",35529,10513,3,1620,2284 +"131604",35529,10717,3,1620,1938 +"131605",35529,10779,3,1620,2881 +"131606",35529,11006,3,1620,1950 +"131607",35529,11218,3,1620,2292 +"131608",35529,11477,3,1620,2724 +"131609",35529,12042,3,1620,2345 +"131610",35529,12388,3,1620,1975 +"131611",35529,12692,3,1620,1855 +"131612",35529,13388,2,1620,2119 +"131613",35529,13780,3,1620,2412 +"131614",35529,14032,3,1620,2144 +"131615",35529,14353,3,1620,2878 +"131616",35529,14918,3,1620,2071 +"131617",35529,14943,3,1620,1942 +"131618",35529,15309,3,1620,2820 +"131619",35529,15401,3,1620,1999 +"131620",35529,15444,3,1620,2764 +"131621",35529,15453,3,1620,1688 +"131622",35529,15539,3,1620,1929 +"131623",35529,15636,2,1620,2857 +"131624",35529,15930,3,1620,2541 +"131625",35529,16111,3,1620,1714 +"131626",35529,16201,3,1620,1811 +"131627",35529,16352,3,1620,2657 +"131628",35529,16539,3,1620,1947 +"131629",35529,16826,3,1620,2599 +"131630",35529,17027,3,1620,2772 +"131631",35529,17351,3,1620,2036 +"131632",35529,17354,3,1620,2250 +"131633",35529,17819,3,1620,2291 +"131634",35529,17997,2,1620,1621 +"131635",35529,18103,3,1620,1968 +"131636",35529,18151,3,1620,2962 +"131637",35529,18874,3,1620,2170 +"131638",35529,19027,3,1620,2721 +"131639",35529,19248,3,1620,2357 +"131640",35529,19686,3,1620,2467 +"131641",35529,19719,2,1620,2177 +"131642",35529,20067,2,1620,2390 +"131643",35529,20124,3,1620,2376 +"131644",35529,20311,3,1620,1981 +"131645",35529,20659,3,1620,1969 +"131646",35529,20732,3,1620,2401 +"131647",35529,21138,3,1620,2849 +"131648",35529,21285,3,1620,2100 +"131649",35529,21706,2,1620,1988 +"131650",35529,22207,3,1620,2365 +"131651",35529,22403,3,1620,1630 +"131652",35529,23310,3,1620,2371 +"131653",35529,23726,3,1620,2434 +"131654",35529,23787,2,1620,2810 +"131655",35529,23869,2,1620,1918 +"131656",35529,24146,3,1620,2003 +"131657",35529,24240,3,1620,1755 +"131658",35529,24756,3,1620,2530 +"131659",35529,25399,3,1620,2784 +"131660",35529,25486,3,1620,2582 +"131661",35529,25577,3,1620,1946 +"131662",35529,26249,1,1620,2301 +"131663",35529,26479,3,1620,1818 +"131664",35529,26749,3,1620,2965 +"131665",35529,26818,3,1620,1999 +"131666",35529,27694,3,1620,2030 +"131667",35529,28015,3,1620,1624 +"131668",35529,29095,3,1620,2531 +"131669",35529,29930,3,1620,2240 +"131670",35529,30150,2,1620,1704 +"131671",35529,30173,3,1620,2404 +"131672",35529,30883,3,1620,1629 +"131673",35529,32047,3,1620,1858 +"131674",35529,32658,3,1620,1694 +"131675",35529,32919,3,1620,2321 +"131676",35529,32988,3,1620,2008 +"131677",35529,33801,2,1620,2899 +"131678",35529,34120,3,1620,2786 +"131679",35529,34907,3,1620,1945 +"131680",35529,35428,3,1620,2263 +"131681",35529,35926,3,1620,2371 +"131682",35529,36950,3,1620,2204 +"131683",35529,36962,3,1620,2861 +"131684",35529,38019,3,1620,1870 +"131685",35529,38219,3,1620,1689 +"131686",35529,38227,3,1620,2511 +"131687",35529,38449,3,1620,1802 +"131688",35529,38973,3,1620,1999 +"131689",35529,39799,3,1620,2344 +"131690",35529,40432,2,1620,1956 +"131691",35529,40645,3,1620,1899 +"131692",35529,41108,3,1620,1624 +"131693",35529,41278,3,1620,1873 +"131694",35529,41955,3,1620,2479 +"131695",35529,42505,3,1620,2008 +"131696",35529,43385,3,1620,1623 +"131697",35529,43479,3,1620,2178 +"131698",35529,44819,3,1620,2063 +"131699",35529,45684,3,1620,2200 +"131700",35529,46042,3,1620,1692 +"131701",35529,46803,3,1620,2305 +"131702",35529,47386,2,1620,2226 +"131703",35529,48035,3,1620,2180 +"131704",35529,48215,3,1620,2028 +"131705",35529,50269,2,1620,1966 +"131706",35529,50382,3,1620,2244 +"131707",35529,50977,3,1620,2352 +"131708",35529,51017,3,1620,2073 +"131709",35529,51410,3,1620,2739 +"131710",35529,52203,3,1620,1961 +"131711",35529,52576,3,1620,2234 +"131712",35529,53475,2,1620,2853 +"131713",35529,54929,3,1620,2783 +"131714",35529,56397,3,1620,2053 +"131715",35529,57246,3,1620,1873 +"131716",35529,57977,2,1620,2683 +"131717",35529,58508,3,1620,2326 +"131718",35529,58669,3,1620,2296 +"131719",35529,61982,3,1620,2725 +"131720",35529,62841,3,1620,2710 +"131721",35529,65155,3,1620,1947 +"131722",35529,65184,3,1620,1630 +"131723",35529,65322,3,1620,2008 +"131724",35529,70203,2,1620,2756 +"131725",35529,76356,2,1620,2323 +"131726",35529,82301,3,1620,1621 +"131727",35529,82767,3,1620,1641 +"131728",35529,82929,3,1620,2475 +"131729",35529,82932,3,1620,2245 +"131730",35529,82949,3,1620,2077 +"131731",35529,83140,3,1620,1630 +"131732",35529,87720,3,1620,2086 +"131733",35529,91142,3,1620,2527 +"131734",35529,95064,3,1620,1801 +"131735",35542,14,3,1439,1793 +"131736",35542,42,3,1439,2265 +"131737",35542,455,3,1439,2827 +"131738",35542,803,2,1439,1666 +"131739",35542,1090,3,1439,2370 +"131740",35542,1262,3,1439,2973 +"131741",35542,1321,2,1439,2075 +"131742",35542,1386,2,1439,1901 +"131743",35542,1495,3,1439,2046 +"131744",35542,2166,3,1439,2557 +"131745",35542,2716,3,1439,1748 +"131746",35542,2766,3,1439,1920 +"131747",35542,3488,3,1439,2351 +"131748",35542,3695,2,1439,2612 +"131749",35542,5491,2,1439,2048 +"131750",35542,7078,1,1439,2344 +"131751",35542,7394,2,1439,2615 +"131752",35542,9030,2,1439,1979 +"131753",35542,10874,3,1439,1891 +"131754",35542,11602,3,1439,1493 +"131755",35542,11875,3,1439,1526 +"131756",35542,12035,3,1439,2721 +"131757",35542,13732,3,1439,2789 +"131758",35542,14709,3,1439,1901 +"131759",35542,14772,3,1439,2386 +"131760",35542,15184,3,1439,2396 +"131761",35542,15343,3,1439,2125 +"131762",35542,16497,3,1439,2370 +"131763",35542,16725,3,1439,2830 +"131764",35542,16727,2,1439,2164 +"131765",35542,18151,2,1439,2962 +"131766",35542,18366,3,1439,2699 +"131767",35542,19155,3,1439,1937 +"131768",35542,19528,2,1439,2742 +"131769",35542,19872,3,1439,2913 +"131770",35542,20469,3,1439,2125 +"131771",35542,20783,3,1439,2414 +"131772",35542,21417,2,1439,2422 +"131773",35542,21795,2,1439,2653 +"131774",35542,22207,3,1439,2365 +"131775",35542,22216,2,1439,1956 +"131776",35542,22652,3,1439,1544 +"131777",35542,24255,3,1439,2770 +"131778",35542,24511,2,1439,1871 +"131779",35542,24608,3,1439,1630 +"131780",35542,25751,3,1439,1523 +"131781",35542,26608,2,1439,2329 +"131782",35542,26734,3,1439,2299 +"131783",35542,26865,3,1439,2726 +"131784",35542,28923,2,1439,2362 +"131785",35542,29791,3,1439,1986 +"131786",35542,30081,2,1439,2403 +"131787",35542,30386,3,1439,1833 +"131788",35542,33572,3,1439,2370 +"131789",35542,34160,3,1439,1759 +"131790",35542,34327,1,1439,2959 +"131791",35542,34693,2,1439,1938 +"131792",35542,36559,3,1439,2473 +"131793",35542,36950,1,1439,2204 +"131794",35542,36962,3,1439,2861 +"131795",35542,37333,3,1439,1612 +"131796",35542,37752,3,1439,2223 +"131797",35542,38908,3,1439,1787 +"131798",35542,40572,3,1439,2666 +"131799",35542,41625,3,1439,1794 +"131800",35542,45664,3,1439,2235 +"131801",35542,45729,3,1439,2606 +"131802",35542,46486,3,1439,1868 +"131803",35542,47140,2,1439,2439 +"131804",35542,47362,3,1439,2253 +"131805",35542,47947,3,1439,2681 +"131806",35542,51379,2,1439,1462 +"131807",35542,53739,3,1439,2704 +"131808",35542,53789,3,1439,2681 +"131809",35542,55828,3,1439,2393 +"131810",35542,59522,2,1439,1516 +"131811",35542,61458,3,1439,2630 +"131812",35542,65679,3,1439,1578 +"131813",35542,73266,2,1439,2496 +"131814",35542,77993,3,1439,1497 +"131815",35542,80655,3,1439,1546 +"131816",35542,86799,3,1439,1951 +"131817",35542,87198,2,1439,1462 +"131818",35542,90501,3,1439,2380 +"131819",35544,446,3,397,1910 +"131820",35544,555,2,397,552 +"131821",35544,669,3,397,1423 +"131822",35544,671,3,397,2328 +"131823",35544,675,3,397,1686 +"131824",35544,733,3,397,1653 +"131825",35544,1046,3,397,1881 +"131826",35544,1136,3,397,2536 +"131827",35544,1367,3,397,2176 +"131828",35544,1897,3,397,1727 +"131829",35544,2063,2,397,1278 +"131830",35544,2563,2,397,1686 +"131831",35544,2743,3,397,1278 +"131832",35544,3167,3,397,1676 +"131833",35544,3242,2,397,1730 +"131834",35544,3954,3,397,839 +"131835",35544,4191,2,397,2130 +"131836",35544,4618,2,397,2607 +"131837",35544,4980,3,397,2093 +"131838",35544,5148,3,397,2206 +"131839",35544,5346,3,397,1438 +"131840",35544,5504,3,397,2389 +"131841",35544,5725,3,397,2789 +"131842",35544,7245,2,397,2089 +"131843",35544,7992,3,397,2033 +"131844",35544,8258,3,397,1959 +"131845",35544,8533,2,397,2251 +"131846",35544,8621,2,397,1681 +"131847",35544,8700,1,397,1270 +"131848",35544,8772,2,397,847 +"131849",35544,9298,2,397,1109 +"131850",35544,9702,3,397,1928 +"131851",35544,10404,3,397,2062 +"131852",35544,10859,3,397,2231 +"131853",35544,10890,3,397,2639 +"131854",35544,12096,3,397,1330 +"131855",35544,12374,3,397,2260 +"131856",35544,13929,3,397,2693 +"131857",35544,14507,3,397,2686 +"131858",35544,15207,3,397,1855 +"131859",35544,15539,3,397,1929 +"131860",35544,15643,3,397,502 +"131861",35544,16053,3,397,908 +"131862",35544,16074,3,397,977 +"131863",35544,16164,2,397,1184 +"131864",35544,16217,1,397,1653 +"131865",35544,17357,3,397,1536 +"131866",35544,18202,3,397,2475 +"131867",35544,18348,3,397,1711 +"131868",35544,18415,3,397,2184 +"131869",35544,18550,3,397,483 +"131870",35544,19231,3,397,1424 +"131871",35544,19751,3,397,1630 +"131872",35544,20067,3,397,2390 +"131873",35544,20311,3,397,1981 +"131874",35544,20319,2,397,468 +"131875",35544,20563,1,397,2267 +"131876",35544,20824,2,397,1366 +"131877",35544,21225,3,397,1945 +"131878",35544,21911,3,397,1184 +"131879",35544,22006,3,397,1202 +"131880",35544,22884,3,397,1608 +"131881",35544,23506,3,397,1172 +"131882",35544,23534,1,397,1659 +"131883",35544,23756,2,397,2309 +"131884",35544,25030,3,397,2017 +"131885",35544,25341,3,397,1858 +"131886",35544,25643,2,397,1646 +"131887",35544,26282,3,397,1241 +"131888",35544,26322,3,397,1018 +"131889",35544,26436,3,397,2489 +"131890",35544,26516,2,397,2479 +"131891",35544,26570,3,397,1669 +"131892",35544,26793,2,397,2104 +"131893",35544,27753,2,397,2750 +"131894",35544,28057,3,397,1067 +"131895",35544,28285,3,397,2972 +"131896",35544,28434,2,397,1141 +"131897",35544,28731,3,397,955 +"131898",35544,28892,3,397,2023 +"131899",35544,29073,3,397,2328 +"131900",35544,29456,3,397,1182 +"131901",35544,29495,3,397,1612 +"131902",35544,30057,3,397,504 +"131903",35544,30325,3,397,1067 +"131904",35544,30438,3,397,1617 +"131905",35544,31050,3,397,1491 +"131906",35544,31799,3,397,2547 +"131907",35544,32811,3,397,804 +"131908",35544,33588,3,397,1040 +"131909",35544,33621,3,397,1319 +"131910",35544,34136,3,397,2202 +"131911",35544,34492,3,397,1798 +"131912",35544,35186,3,397,1520 +"131913",35544,36837,3,397,1556 +"131914",35544,37400,3,397,2860 +"131915",35544,37418,3,397,2710 +"131916",35544,37620,3,397,2716 +"131917",35544,38449,2,397,1802 +"131918",35544,38523,3,397,549 +"131919",35544,40113,3,397,451 +"131920",35544,40293,3,397,1671 +"131921",35544,40472,3,397,549 +"131922",35544,40923,3,397,989 +"131923",35544,42186,1,397,955 +"131924",35544,42725,3,397,630 +"131925",35544,43153,3,397,1381 +"131926",35544,43839,3,397,1685 +"131927",35544,44648,3,397,619 +"131928",35544,45633,3,397,2134 +"131929",35544,46391,3,397,1779 +"131930",35544,47564,3,397,2650 +"131931",35544,47857,3,397,2325 +"131932",35544,47947,3,397,2681 +"131933",35544,48277,3,397,971 +"131934",35544,48698,3,397,1474 +"131935",35544,49144,3,397,1542 +"131936",35544,50118,3,397,2654 +"131937",35544,50254,2,397,1151 +"131938",35544,50976,3,397,547 +"131939",35544,51022,3,397,1499 +"131940",35544,51410,3,397,2739 +"131941",35544,51987,2,397,1397 +"131942",35544,52835,3,397,995 +"131943",35544,53300,3,397,2162 +"131944",35544,54740,3,397,2750 +"131945",35544,55234,2,397,890 +"131946",35544,57977,3,397,2683 +"131947",35544,58035,2,397,1646 +"131948",35544,58854,3,397,1131 +"131949",35544,62626,3,397,2787 +"131950",35544,62840,3,397,2502 +"131951",35544,63770,3,397,1324 +"131952",35544,64031,2,397,1295 +"131953",35544,64793,3,397,2819 +"131954",35544,64997,3,397,2791 +"131955",35544,67352,3,397,1115 +"131956",35544,69930,3,397,416 +"131957",35544,71562,3,397,2574 +"131958",35544,73728,3,397,784 +"131959",35544,74095,2,397,2333 +"131960",35544,76646,3,397,1263 +"131961",35544,78256,2,397,804 +"131962",35544,80172,3,397,1342 +"131963",35544,80471,2,397,538 +"131964",35544,80678,3,397,1595 +"131965",35544,82767,3,397,1641 +"131966",35544,88473,2,397,1102 +"131967",35544,88710,1,397,927 +"131968",35544,89965,3,397,810 +"131969",35544,90259,3,397,699 +"131970",35544,92254,3,397,517 +"131971",35544,94520,3,397,1243 +"131972",35544,94947,3,397,1368 +"131973",35544,97160,3,397,1215 +"131974",35544,99103,3,397,1470 +"131975",35544,99621,3,397,874 +"131976",35544,100134,1,397,977 +"131977",35544,100670,3,397,525 +"131978",35544,102107,3,397,504 +"131979",35544,107846,3,397,565 +"131980",35544,108400,3,397,908 +"131981",35544,109194,3,397,494 +"131982",35573,364,3,2084,2351 +"131983",35573,3978,3,2084,2775 +"131984",35573,4669,3,2084,2395 +"131985",35573,11648,2,2084,2852 +"131986",35573,12948,3,2084,2669 +"131987",35573,28869,3,2084,2425 +"131988",35573,40572,3,2084,2666 +"131989",35573,41023,3,2084,2408 +"131990",35573,45869,3,2084,2840 +"131991",35573,57356,3,2084,2476 +"131992",35589,1314,3,983,1522 +"131993",35589,1519,3,983,2349 +"131994",35589,1780,3,983,1375 +"131995",35589,1846,3,983,1845 +"131996",35589,3493,3,983,2451 +"131997",35589,4361,2,983,2571 +"131998",35589,4660,3,983,2149 +"131999",35589,4916,3,983,1970 +"132000",35589,7337,3,983,1797 +"132001",35589,8062,2,983,2858 +"132002",35589,8791,3,983,1789 +"132003",35589,9484,3,983,1429 +"132004",35589,9503,2,983,2453 +"132005",35589,9785,3,983,2951 +"132006",35589,10336,3,983,2271 +"132007",35589,10350,1,983,1163 +"132008",35589,10453,3,983,1656 +"132009",35589,10739,3,983,1807 +"132010",35589,11588,3,983,2352 +"132011",35589,12078,3,983,2381 +"132012",35589,13065,3,983,1561 +"132013",35589,13290,3,983,2824 +"132014",35589,13537,3,983,1020 +"132015",35589,14449,3,983,1258 +"132016",35589,16690,3,983,2132 +"132017",35589,17257,1,983,1117 +"132018",35589,18672,3,983,1182 +"132019",35589,20941,3,983,2725 +"132020",35589,24176,3,983,1986 +"132021",35589,25373,3,983,2783 +"132022",35589,28116,3,983,1643 +"132023",35589,38602,3,983,2693 +"132024",35589,38691,3,983,2585 +"132025",35589,41446,3,983,1103 +"132026",35589,44181,3,983,1034 +"132027",35589,46532,3,983,2005 +"132028",35589,59298,3,983,1236 +"132029",35589,63641,3,983,2337 +"132030",35589,66717,3,983,2104 +"132031",35589,68539,3,983,1158 +"132032",35589,72535,3,983,1191 +"132033",35589,72728,3,983,2234 +"132034",35589,74370,3,983,1667 +"132035",35589,85869,3,983,1509 +"132036",35610,360,3,594,1671 +"132037",35610,3583,2,594,818 +"132038",35610,8088,3,594,2220 +"132039",35610,10709,3,594,746 +"132040",35610,11817,3,594,600 +"132041",35610,16587,3,594,2065 +"132042",35610,16863,3,594,2069 +"132043",35610,22050,3,594,966 +"132044",35610,28190,1,594,1634 +"132045",35610,31700,3,594,2727 +"132046",35610,37873,3,594,1288 +"132047",35610,37937,3,594,1320 +"132048",35610,42906,3,594,1748 +"132049",35610,43135,3,594,1171 +"132050",35610,46883,2,594,1671 +"132051",35610,54305,3,594,1222 +"132052",35610,63078,3,594,602 +"132053",35610,70854,3,594,635 +"132054",35610,76284,3,594,1237 +"132055",35610,93933,3,594,1336 +"132056",35610,109521,3,594,609 +"132057",35620,135,3,2092,2233 +"132058",35620,1692,2,2092,2443 +"132059",35620,2093,3,2092,2459 +"132060",35620,4730,3,2092,2131 +"132061",35620,4953,3,2092,2285 +"132062",35620,9801,3,2092,2443 +"132063",35620,11067,3,2092,2734 +"132064",35620,13780,3,2092,2412 +"132065",35620,15381,2,2092,2289 +"132066",35620,15821,3,2092,2456 +"132067",35620,23121,3,2092,2108 +"132068",35620,23471,3,2092,2488 +"132069",35620,26234,3,2092,2183 +"132070",35620,28893,3,2092,2764 +"132071",35620,31131,3,2092,2810 +"132072",35620,32339,2,2092,2430 +"132073",35620,32939,3,2092,2277 +"132074",35620,36120,2,2092,2971 +"132075",35620,36506,3,2092,2638 +"132076",35620,46385,1,2092,2225 +"132077",35620,46951,3,2092,2429 +"132078",35620,47534,3,2092,2712 +"132079",35620,53530,2,2092,2380 +"132080",35620,57804,3,2092,2214 +"132081",35620,59005,3,2092,2817 +"132082",35620,65572,3,2092,2750 +"132083",35620,75607,3,2092,2245 +"132084",35640,2576,3,495,1307 +"132085",35640,5897,3,495,2337 +"132086",35640,7684,3,495,790 +"132087",35640,9503,3,495,2453 +"132088",35640,9787,3,495,2858 +"132089",35640,12078,3,495,2381 +"132090",35640,12781,2,495,831 +"132091",35640,13879,2,495,2748 +"132092",35640,17252,3,495,1258 +"132093",35640,19587,3,495,1684 +"132094",35640,20220,3,495,1656 +"132095",35640,25043,2,495,903 +"132096",35640,25390,3,495,903 +"132097",35640,27255,3,495,1232 +"132098",35640,29286,3,495,1612 +"132099",35640,34892,3,495,2309 +"132100",35640,38087,2,495,1083 +"132101",35640,40226,3,495,880 +"132102",35640,40309,3,495,871 +"132103",35640,44749,3,495,1303 +"132104",35640,46384,3,495,2285 +"132105",35640,46726,3,495,943 +"132106",35640,50581,2,495,1258 +"132107",35640,60808,1,495,1258 +"132108",35640,70455,3,495,1307 +"132109",35640,71467,3,495,1051 +"132110",35640,74370,3,495,1667 +"132111",35640,81077,3,495,498 +"132112",35640,96462,1,495,1967 +"132113",35640,100048,3,495,1573 +"132114",35673,212,3,1067,1513 +"132115",35673,270,2,1067,2542 +"132116",35673,380,2,1067,2261 +"132117",35673,449,3,1067,1950 +"132118",35673,675,3,1067,1686 +"132119",35673,1102,2,1067,2282 +"132120",35673,1124,2,1067,1596 +"132121",35673,1136,3,1067,2536 +"132122",35673,1175,3,1067,1642 +"132123",35673,1315,3,1067,2760 +"132124",35673,2111,2,1067,1904 +"132125",35673,2195,3,1067,2139 +"132126",35673,2424,3,1067,2582 +"132127",35673,2484,3,1067,2389 +"132128",35673,2533,3,1067,2016 +"132129",35673,2572,3,1067,2273 +"132130",35673,3139,3,1067,1656 +"132131",35673,3305,3,1067,2839 +"132132",35673,3306,3,1067,1989 +"132133",35673,3477,3,1067,2546 +"132134",35673,3493,3,1067,2451 +"132135",35673,3801,3,1067,1974 +"132136",35673,3966,3,1067,2425 +"132137",35673,4360,3,1067,1770 +"132138",35673,5072,3,1067,2175 +"132139",35673,5235,3,1067,2324 +"132140",35673,5258,3,1067,2730 +"132141",35673,5350,3,1067,2522 +"132142",35673,5405,2,1067,1510 +"132143",35673,5622,2,1067,2175 +"132144",35673,5971,3,1067,1985 +"132145",35673,5984,3,1067,1675 +"132146",35673,5986,3,1067,1721 +"132147",35673,6047,3,1067,2004 +"132148",35673,6052,3,1067,1985 +"132149",35673,6063,3,1067,2349 +"132150",35673,6074,3,1067,2426 +"132151",35673,6222,3,1067,1949 +"132152",35673,6363,3,1067,2066 +"132153",35673,6417,3,1067,1675 +"132154",35673,6588,1,1067,2025 +"132155",35673,6718,3,1067,2138 +"132156",35673,7180,2,1067,2227 +"132157",35673,7234,3,1067,2654 +"132158",35673,7555,3,1067,1943 +"132159",35673,7627,3,1067,1543 +"132160",35673,8866,3,1067,1545 +"132161",35673,8888,3,1067,1328 +"132162",35673,9364,3,1067,1698 +"132163",35673,9654,3,1067,2111 +"132164",35673,9805,3,1067,1621 +"132165",35673,9928,3,1067,2345 +"132166",35673,10358,3,1067,2294 +"132167",35673,10370,3,1067,2224 +"132168",35673,10488,2,1067,1524 +"132169",35673,10513,3,1067,2284 +"132170",35673,10523,3,1067,1510 +"132171",35673,10857,2,1067,2253 +"132172",35673,10874,3,1067,1891 +"132173",35673,11218,2,1067,2292 +"132174",35673,11229,3,1067,1625 +"132175",35673,11477,3,1067,2724 +"132176",35673,11493,3,1067,2077 +"132177",35673,12042,3,1067,2345 +"132178",35673,12122,3,1067,1385 +"132179",35673,12310,3,1067,1337 +"132180",35673,12374,3,1067,2260 +"132181",35673,12375,2,1067,1873 +"132182",35673,12724,3,1067,1930 +"132183",35673,12729,3,1067,1835 +"132184",35673,13248,3,1067,1385 +"132185",35673,13307,2,1067,2206 +"132186",35673,13311,3,1067,2315 +"132187",35673,14032,3,1067,2144 +"132188",35673,14655,3,1067,2559 +"132189",35673,15003,3,1067,2067 +"132190",35673,15402,1,1067,1281 +"132191",35673,15700,3,1067,1712 +"132192",35673,16352,3,1067,2657 +"132193",35673,16826,3,1067,2599 +"132194",35673,17400,2,1067,2231 +"132195",35673,17931,3,1067,1617 +"132196",35673,18152,3,1067,1314 +"132197",35673,18217,3,1067,1566 +"132198",35673,18394,2,1067,2356 +"132199",35673,18543,3,1067,2968 +"132200",35673,19248,3,1067,2357 +"132201",35673,19622,2,1067,2371 +"132202",35673,19719,3,1067,2177 +"132203",35673,19862,3,1067,2412 +"132204",35673,19893,2,1067,1223 +"132205",35673,20124,2,1067,2376 +"132206",35673,21012,3,1067,2325 +"132207",35673,21104,3,1067,2327 +"132208",35673,21693,3,1067,2176 +"132209",35673,22197,3,1067,2271 +"132210",35673,22326,3,1067,2818 +"132211",35673,22362,2,1067,1836 +"132212",35673,22415,3,1067,2841 +"132213",35673,23011,3,1067,2763 +"132214",35673,23509,3,1067,2275 +"132215",35673,23526,3,1067,1998 +"132216",35673,23715,3,1067,1859 +"132217",35673,23725,1,1067,2378 +"132218",35673,23729,3,1067,1624 +"132219",35673,23825,3,1067,1913 +"132220",35673,24066,3,1067,1755 +"132221",35673,24259,2,1067,1281 +"132222",35673,24362,3,1067,1287 +"132223",35673,25305,3,1067,2447 +"132224",35673,25643,3,1067,1646 +"132225",35673,26080,3,1067,2525 +"132226",35673,26818,3,1067,1999 +"132227",35673,26848,3,1067,2363 +"132228",35673,26867,3,1067,1804 +"132229",35673,27377,2,1067,1724 +"132230",35673,28383,3,1067,1222 +"132231",35673,29580,3,1067,2776 +"132232",35673,30165,2,1067,1409 +"132233",35673,30405,3,1067,2164 +"132234",35673,31093,3,1067,2160 +"132235",35673,31436,2,1067,2892 +"132236",35673,31705,3,1067,2706 +"132237",35673,32919,3,1067,2321 +"132238",35673,33223,3,1067,2397 +"132239",35673,33285,3,1067,1327 +"132240",35673,34480,2,1067,2755 +"132241",35673,35402,3,1067,2339 +"132242",35673,35752,3,1067,1158 +"132243",35673,35926,2,1067,2371 +"132244",35673,36714,3,1067,2209 +"132245",35673,37859,3,1067,1999 +"132246",35673,39294,2,1067,1889 +"132247",35673,39906,3,1067,2365 +"132248",35673,40028,2,1067,1349 +"132249",35673,40072,3,1067,1182 +"132250",35673,40369,3,1067,2735 +"132251",35673,40493,3,1067,1981 +"132252",35673,40542,3,1067,1664 +"132253",35673,42216,3,1067,2722 +"132254",35673,42687,3,1067,1952 +"132255",35673,42837,3,1067,1096 +"132256",35673,43213,1,1067,2160 +"132257",35673,43335,2,1067,1412 +"132258",35673,43385,3,1067,1623 +"132259",35673,43455,3,1067,2846 +"132260",35673,43518,3,1067,2680 +"132261",35673,43673,3,1067,2787 +"132262",35673,43902,3,1067,1726 +"132263",35673,44089,3,1067,1632 +"132264",35673,44188,3,1067,1609 +"132265",35673,44407,3,1067,2154 +"132266",35673,44521,3,1067,1593 +"132267",35673,44641,3,1067,1981 +"132268",35673,44676,3,1067,2629 +"132269",35673,45504,3,1067,2301 +"132270",35673,45684,1,1067,2200 +"132271",35673,46196,2,1067,1510 +"132272",35673,46629,2,1067,2255 +"132273",35673,47098,3,1067,2057 +"132274",35673,47789,3,1067,1583 +"132275",35673,48035,3,1067,2180 +"132276",35673,48215,3,1067,2028 +"132277",35673,49608,3,1067,2184 +"132278",35673,50118,3,1067,2654 +"132279",35673,50134,3,1067,2674 +"132280",35673,50236,3,1067,2339 +"132281",35673,50685,3,1067,2008 +"132282",35673,50785,3,1067,2877 +"132283",35673,51471,3,1067,1280 +"132284",35673,51647,3,1067,1382 +"132285",35673,52136,2,1067,1412 +"132286",35673,52345,3,1067,1430 +"132287",35673,52576,3,1067,2234 +"132288",35673,52789,3,1067,1791 +"132289",35673,53134,3,1067,1590 +"132290",35673,53303,2,1067,1376 +"132291",35673,54551,1,1067,2348 +"132292",35673,54929,3,1067,2783 +"132293",35673,55320,3,1067,1643 +"132294",35673,56082,2,1067,2395 +"132295",35673,56237,3,1067,2625 +"132296",35673,56903,3,1067,1584 +"132297",35673,57150,3,1067,1196 +"132298",35673,57246,2,1067,1873 +"132299",35673,58384,3,1067,1637 +"132300",35673,60280,3,1067,1918 +"132301",35673,61948,3,1067,1231 +"132302",35673,61982,3,1067,2725 +"132303",35673,62148,3,1067,1566 +"132304",35673,62841,3,1067,2710 +"132305",35673,64997,3,1067,2791 +"132306",35673,65242,3,1067,1988 +"132307",35673,67383,3,1067,1739 +"132308",35673,67726,3,1067,2873 +"132309",35673,67805,3,1067,1338 +"132310",35673,71971,3,1067,1294 +"132311",35673,72207,3,1067,2430 +"132312",35673,72326,2,1067,2384 +"132313",35673,72956,3,1067,1251 +"132314",35673,75403,2,1067,1895 +"132315",35673,76048,3,1067,2373 +"132316",35673,76284,2,1067,1237 +"132317",35673,82730,3,1067,1492 +"132318",35673,82929,3,1067,2475 +"132319",35673,82949,3,1067,2077 +"132320",35673,86245,2,1067,1972 +"132321",35673,87837,3,1067,1987 +"132322",35673,98781,3,1067,1410 +"132323",35673,99215,3,1067,2791 +"132324",35673,109718,2,1067,1237 +"132325",35688,11135,3,1551,2441 +"132326",35688,12031,3,1551,1957 +"132327",35688,14623,2,1551,2043 +"132328",35688,15502,3,1551,2637 +"132329",35688,19057,1,1551,2664 +"132330",35688,21575,2,1551,1762 +"132331",35688,22249,2,1551,1892 +"132332",35688,23302,3,1551,2677 +"132333",35688,24610,3,1551,2733 +"132334",35688,26227,3,1551,2265 +"132335",35688,26847,2,1551,1902 +"132336",35688,30317,3,1551,2431 +"132337",35688,32235,1,1551,2109 +"132338",35688,34055,2,1551,1881 +"132339",35688,51448,3,1551,1593 +"132340",35688,55436,3,1551,2513 +"132341",35688,56737,3,1551,2270 +"132342",35709,867,3,464,1264 +"132343",35709,2057,3,464,1965 +"132344",35709,2540,3,464,1398 +"132345",35709,2576,3,464,1307 +"132346",35709,3127,3,464,2273 +"132347",35709,3493,3,464,2451 +"132348",35709,4665,3,464,1569 +"132349",35709,5792,3,464,975 +"132350",35709,5897,3,464,2337 +"132351",35709,6160,3,464,969 +"132352",35709,9481,3,464,1610 +"132353",35709,9484,3,464,1429 +"132354",35709,9503,3,464,2453 +"132355",35709,9787,3,464,2858 +"132356",35709,10387,3,464,871 +"132357",35709,10453,2,464,1656 +"132358",35709,10754,3,464,1797 +"132359",35709,11588,3,464,2352 +"132360",35709,12781,3,464,831 +"132361",35709,13290,3,464,2824 +"132362",35709,13479,3,464,2155 +"132363",35709,13518,3,464,525 +"132364",35709,14287,3,464,1583 +"132365",35709,14749,3,464,1998 +"132366",35709,16286,3,464,2470 +"132367",35709,16501,2,464,1650 +"132368",35709,17252,3,464,1258 +"132369",35709,18672,3,464,1182 +"132370",35709,20220,3,464,1656 +"132371",35709,20662,3,464,1523 +"132372",35709,22364,3,464,1809 +"132373",35709,25163,3,464,1751 +"132374",35709,27914,3,464,2507 +"132375",35709,28116,3,464,1643 +"132376",35709,29267,3,464,1234 +"132377",35709,29286,1,464,1612 +"132378",35709,30034,3,464,2357 +"132379",35709,31868,3,464,1993 +"132380",35709,33870,3,464,955 +"132381",35709,36346,3,464,1240 +"132382",35709,36912,3,464,2469 +"132383",35709,36953,3,464,2790 +"132384",35709,40035,2,464,2742 +"132385",35709,40572,3,464,2666 +"132386",35709,41694,3,464,2358 +"132387",35709,42717,2,464,2588 +"132388",35709,42813,3,464,2142 +"132389",35709,46486,2,464,1868 +"132390",35709,50229,3,464,1190 +"132391",35709,50354,3,464,1299 +"132392",35709,53739,2,464,2704 +"132393",35709,55482,3,464,1866 +"132394",35709,67252,3,464,1215 +"132395",35709,67908,2,464,2385 +"132396",35709,68539,3,464,1158 +"132397",35709,70455,3,464,1307 +"132398",35709,71467,3,464,1051 +"132399",35709,72597,3,464,1843 +"132400",35709,77052,3,464,2770 +"132401",35709,87142,3,464,591 +"132402",35709,90709,3,464,1080 +"132403",35709,99288,3,464,983 +"132404",35709,99332,3,464,873 +"132405",35709,100048,3,464,1573 +"132406",35709,104098,3,464,512 +"132407",35709,107435,3,464,1635 +"132408",35709,109194,3,464,494 +"132409",35709,111208,3,464,847 +"132410",35709,112923,3,464,950 +"132411",35715,26642,3,2912,2952 +"132412",35715,41134,3,2912,2952 +"132413",35728,2418,3,2017,2020 +"132414",35728,2852,3,2017,2448 +"132415",35728,3127,3,2017,2273 +"132416",35728,4361,3,2017,2571 +"132417",35728,4612,3,2017,2804 +"132418",35728,4669,3,2017,2395 +"132419",35728,5897,3,2017,2337 +"132420",35728,6119,3,2017,2358 +"132421",35728,7252,3,2017,2799 +"132422",35728,8568,3,2017,2706 +"132423",35728,9785,3,2017,2951 +"132424",35728,9787,3,2017,2858 +"132425",35728,10336,3,2017,2271 +"132426",35728,13842,3,2017,2250 +"132427",35728,14586,3,2017,2801 +"132428",35728,16286,2,2017,2470 +"132429",35728,20067,3,2017,2390 +"132430",35728,22578,3,2017,2216 +"132431",35728,27742,3,2017,2700 +"132432",35728,27914,2,2017,2507 +"132433",35728,28869,2,2017,2425 +"132434",35728,33341,3,2017,2338 +"132435",35728,33537,3,2017,2406 +"132436",35728,37059,3,2017,2840 +"132437",35728,39534,3,2017,2410 +"132438",35728,40035,3,2017,2742 +"132439",35728,41023,3,2017,2408 +"132440",35728,44235,3,2017,2700 +"132441",35728,45869,3,2017,2840 +"132442",35728,46384,3,2017,2285 +"132443",35728,56995,2,2017,2323 +"132444",35728,58655,3,2017,2685 +"132445",35728,59637,3,2017,2141 +"132446",35728,66693,3,2017,2554 +"132447",35728,69131,3,2017,2122 +"132448",35728,70101,3,2017,2414 +"132449",35728,111375,2,2017,2686 +"132450",35738,2424,3,2448,2582 +"132451",35738,4583,3,2448,2741 +"132452",35738,11351,3,2448,2971 +"132453",35738,16954,2,2448,2972 +"132454",35738,30052,3,2448,2855 +"132455",35738,48605,3,2448,2796 +"132456",35738,51610,3,2448,2635 +"132457",35738,61982,3,2448,2725 +"132458",35738,62841,3,2448,2710 +"132459",35752,1092,3,1158,1945 +"132460",35752,1767,3,1158,2727 +"132461",35752,1875,3,1158,1786 +"132462",35752,2224,3,1158,2751 +"132463",35752,2563,3,1158,1686 +"132464",35752,3068,3,1158,1815 +"132465",35752,3306,2,1158,1989 +"132466",35752,3753,3,1158,1255 +"132467",35752,5120,3,1158,2735 +"132468",35752,5622,3,1158,2175 +"132469",35752,5986,3,1158,1721 +"132470",35752,6047,2,1158,2004 +"132471",35752,6255,3,1158,2895 +"132472",35752,7475,3,1158,1284 +"132473",35752,7627,3,1158,1543 +"132474",35752,9511,3,1158,1232 +"132475",35752,9654,3,1158,2111 +"132476",35752,10488,3,1158,1524 +"132477",35752,10857,3,1158,2253 +"132478",35752,10861,3,1158,1189 +"132479",35752,11103,2,1158,2393 +"132480",35752,14032,3,1158,2144 +"132481",35752,15003,3,1158,2067 +"132482",35752,15700,3,1158,1712 +"132483",35752,17365,3,1158,2746 +"132484",35752,17400,3,1158,2231 +"132485",35752,18211,3,1158,1745 +"132486",35752,20124,3,1158,2376 +"132487",35752,20665,3,1158,1311 +"132488",35752,22185,3,1158,1174 +"132489",35752,23011,3,1158,2763 +"132490",35752,23725,3,1158,2378 +"132491",35752,23869,3,1158,1918 +"132492",35752,26867,3,1158,1804 +"132493",35752,27275,3,1158,2656 +"132494",35752,29930,3,1158,2240 +"132495",35752,32198,3,1158,2117 +"132496",35752,33219,1,1158,1173 +"132497",35752,33621,3,1158,1319 +"132498",35752,33949,3,1158,2489 +"132499",35752,36574,3,1158,2934 +"132500",35752,39294,3,1158,1889 +"132501",35752,40028,3,1158,1349 +"132502",35752,41023,3,1158,2408 +"132503",35752,41598,3,1158,2291 +"132504",35752,43213,3,1158,2160 +"132505",35752,43404,3,1158,2649 +"132506",35752,44819,2,1158,2063 +"132507",35752,45618,3,1158,2356 +"132508",35752,45684,3,1158,2200 +"132509",35752,46196,3,1158,1510 +"132510",35752,48215,3,1158,2028 +"132511",35752,50134,3,1158,2674 +"132512",35752,50236,3,1158,2339 +"132513",35752,52136,3,1158,1412 +"132514",35752,54551,3,1158,2348 +"132515",35752,54929,3,1158,2783 +"132516",35752,55084,3,1158,1189 +"132517",35752,56082,2,1158,2395 +"132518",35752,56232,3,1158,1175 +"132519",35752,59539,3,1158,2429 +"132520",35752,59677,2,1158,1174 +"132521",35752,65691,3,1158,2134 +"132522",35752,67726,3,1158,2873 +"132523",35752,67805,3,1158,1338 +"132524",35752,72207,3,1158,2430 +"132525",35752,75403,3,1158,1895 +"132526",35752,76284,3,1158,1237 +"132527",35752,82730,3,1158,1492 +"132528",35752,92491,3,1158,1968 +"132529",35752,94520,3,1158,1243 +"132530",35752,97498,3,1158,2346 +"132531",35752,102824,3,1158,2944 +"132532",35772,6055,3,1440,2651 +"132533",35772,7616,3,1440,2296 +"132534",35772,8275,3,1440,2237 +"132535",35772,12692,3,1440,1855 +"132536",35772,15207,2,1440,1855 +"132537",35772,16539,3,1440,1947 +"132538",35772,19593,2,1440,2013 +"132539",35772,23006,3,1440,1532 +"132540",35772,27104,3,1440,1608 +"132541",35772,28131,3,1440,1492 +"132542",35772,36441,3,1440,2796 +"132543",35772,41108,3,1440,1624 +"132544",35772,42799,2,1440,2729 +"132545",35772,45903,3,1440,2237 +"132546",35772,46635,2,1440,2528 +"132547",35772,55076,3,1440,2408 +"132548",35772,56903,2,1440,1584 +"132549",35772,62148,3,1440,1566 +"132550",35772,68024,3,1440,1531 +"132551",35772,76356,3,1440,2323 +"132552",35772,85356,1,1440,1492 +"132553",35772,86785,2,1440,1607 +"132554",35772,96132,1,1440,1489 +"132555",35774,16237,2,1969,2009 +"132556",35777,19771,3,1166,2410 +"132557",35777,31243,3,1166,1355 +"132558",35777,34480,3,1166,2755 +"132559",35777,42747,3,1166,1189 +"132560",35777,43225,3,1166,1835 +"132561",35777,51471,3,1166,1280 +"132562",35777,60867,3,1166,2689 +"132563",35777,67383,3,1166,1739 +"132564",35777,72207,3,1166,2430 +"132565",35787,2206,3,1132,2536 +"132566",35787,2894,3,1132,1291 +"132567",35787,3068,3,1132,1815 +"132568",35787,3456,3,1132,1999 +"132569",35787,3886,3,1132,1669 +"132570",35787,4551,2,1132,2720 +"132571",35787,4705,2,1132,1714 +"132572",35787,5303,3,1132,1849 +"132573",35787,5350,3,1132,2522 +"132574",35787,6222,3,1132,1949 +"132575",35787,7254,3,1132,1849 +"132576",35787,7258,2,1132,1714 +"132577",35787,13068,3,1132,1778 +"132578",35787,13929,3,1132,2693 +"132579",35787,14328,3,1132,1725 +"132580",35787,14959,3,1132,2898 +"132581",35787,15146,3,1132,1546 +"132582",35787,15734,3,1132,1616 +"132583",35787,17943,3,1132,1943 +"132584",35787,20219,2,1132,2313 +"132585",35787,20423,3,1132,2654 +"132586",35787,23319,3,1132,2867 +"132587",35787,23641,3,1132,1934 +"132588",35787,25378,3,1132,1245 +"132589",35787,30236,3,1132,2238 +"132590",35787,30891,2,1132,1256 +"132591",35787,31331,3,1132,2964 +"132592",35787,38259,2,1132,2258 +"132593",35787,38921,3,1132,1880 +"132594",35787,45138,3,1132,2516 +"132595",35787,47385,2,1132,1172 +"132596",35787,51879,3,1132,1771 +"132597",35787,55817,3,1132,2285 +"132598",35787,56854,3,1132,2022 +"132599",35787,58829,3,1132,1256 +"132600",35787,58945,3,1132,2481 +"132601",35787,65188,3,1132,2213 +"132602",35787,69716,3,1132,2632 +"132603",35787,82932,3,1132,2245 +"132604",35797,6989,3,2482,2623 +"132605",35797,9504,3,2482,2549 +"132606",35797,17033,3,2482,2771 +"132607",35797,19364,3,2482,2846 +"132608",35797,27742,3,2482,2700 +"132609",35797,57067,3,2482,2547 +"132610",35797,59039,3,2482,2870 +"132611",35797,62712,3,2482,2884 +"132612",35797,92297,3,2482,2952 +"132613",35815,13586,1,2789,2966 +"132614",35816,5683,3,2009,2468 +"132615",35816,11253,3,2009,2577 +"132616",35816,18421,2,2009,2457 +"132617",35816,30668,3,2009,2882 +"132618",35816,32939,3,2009,2277 +"132619",35816,46982,2,2009,2806 +"132620",35816,47013,3,2009,2388 +"132621",35816,51144,3,2009,2466 +"132622",35816,57804,3,2009,2214 +"132623",35822,371,3,1903,2950 +"132624",35822,680,2,1903,2569 +"132625",35822,1822,3,1903,2888 +"132626",35822,2181,3,1903,2030 +"132627",35822,3127,3,1903,2273 +"132628",35822,3456,3,1903,1999 +"132629",35822,3477,2,1903,2546 +"132630",35822,3978,2,1903,2775 +"132631",35822,4303,3,1903,2414 +"132632",35822,4361,3,1903,2571 +"132633",35822,4668,3,1903,1919 +"132634",35822,6063,2,1903,2349 +"132635",35822,7984,3,1903,2493 +"132636",35822,8062,3,1903,2858 +"132637",35822,8890,3,1903,1955 +"132638",35822,8993,3,1903,2099 +"132639",35822,9503,3,1903,2453 +"132640",35822,10129,3,1903,2124 +"132641",35822,10980,2,1903,1974 +"132642",35822,11429,3,1903,2520 +"132643",35822,12759,2,1903,2414 +"132644",35822,12948,3,1903,2669 +"132645",35822,13136,3,1903,2867 +"132646",35822,13899,3,1903,2650 +"132647",35822,14108,3,1903,2012 +"132648",35822,14817,3,1903,2110 +"132649",35822,15023,3,1903,2054 +"132650",35822,15401,3,1903,1999 +"132651",35822,16365,3,1903,2217 +"132652",35822,17645,3,1903,1918 +"132653",35822,19317,3,1903,2041 +"132654",35822,20124,3,1903,2376 +"132655",35822,20984,3,1903,2502 +"132656",35822,21670,1,1903,2158 +"132657",35822,21681,3,1903,2005 +"132658",35822,21684,3,1903,1971 +"132659",35822,22709,3,1903,2743 +"132660",35822,25373,2,1903,2783 +"132661",35822,27280,3,1903,1965 +"132662",35822,28869,3,1903,2425 +"132663",35822,29116,2,1903,2128 +"132664",35822,30334,3,1903,2075 +"132665",35822,31357,3,1903,2389 +"132666",35822,31700,3,1903,2727 +"132667",35822,32339,3,1903,2430 +"132668",35822,32395,3,1903,2735 +"132669",35822,32988,3,1903,2008 +"132670",35822,33223,2,1903,2397 +"132671",35822,33451,3,1903,1957 +"132672",35822,33470,3,1903,2003 +"132673",35822,36031,3,1903,2342 +"132674",35822,37301,3,1903,2160 +"132675",35822,37636,2,1903,2178 +"132676",35822,37752,3,1903,2223 +"132677",35822,38602,3,1903,2693 +"132678",35822,39443,3,1903,2277 +"132679",35822,39875,3,1903,2422 +"132680",35822,40623,3,1903,2580 +"132681",35822,41187,3,1903,2340 +"132682",35822,41723,2,1903,2101 +"132683",35822,45138,3,1903,2516 +"132684",35822,45869,3,1903,2840 +"132685",35822,47595,3,1903,2374 +"132686",35822,48215,3,1903,2028 +"132687",35822,49265,3,1903,2686 +"132688",35822,50585,2,1903,2414 +"132689",35822,51783,3,1903,2599 +"132690",35822,51843,3,1903,2389 +"132691",35822,53323,3,1903,2677 +"132692",35822,55817,3,1903,2285 +"132693",35822,57380,3,1903,2362 +"132694",35822,58745,3,1903,1920 +"132695",35822,63077,2,1903,2778 +"132696",35822,65155,3,1903,1947 +"132697",35822,65188,3,1903,2213 +"132698",35822,67266,3,1903,2010 +"132699",35822,72728,3,1903,2234 +"132700",35822,79547,3,1903,1909 +"132701",35822,84317,3,1903,2081 +"132702",35822,88232,3,1903,2881 +"132703",35822,92297,3,1903,2952 +"132704",35822,94525,3,1903,1993 +"132705",35822,119524,3,1903,1930 +"132706",35854,613,2,1676,2687 +"132707",35854,5078,3,1676,2033 +"132708",35854,6241,3,1676,2264 +"132709",35854,10859,3,1676,2231 +"132710",35854,12929,3,1676,2656 +"132711",35854,27277,3,1676,1994 +"132712",35854,27397,1,1676,2456 +"132713",35854,39278,3,1676,1952 +"132714",35854,41998,2,1676,2400 +"132715",35854,53342,3,1676,2071 +"132716",35854,70046,3,1676,2624 +"132717",35873,2190,3,1377,2359 +"132718",35873,4032,3,1377,1763 +"132719",35873,4367,3,1377,2794 +"132720",35873,5897,3,1377,2337 +"132721",35873,6132,3,1377,1590 +"132722",35873,7355,2,1377,1928 +"132723",35873,8568,2,1377,2706 +"132724",35873,11136,3,1377,2573 +"132725",35873,11419,3,1377,1408 +"132726",35873,11563,3,1377,1863 +"132727",35873,14558,2,1377,1585 +"132728",35873,14754,2,1377,2456 +"132729",35873,19587,3,1377,1684 +"132730",35873,19858,2,1377,2357 +"132731",35873,22766,2,1377,1945 +"132732",35873,24757,3,1377,1939 +"132733",35873,25741,2,1377,2853 +"132734",35873,28081,3,1377,1927 +"132735",35873,32606,3,1377,2100 +"132736",35873,33314,3,1377,1444 +"132737",35873,33341,3,1377,2338 +"132738",35873,41338,2,1377,1553 +"132739",35873,41633,3,1377,1976 +"132740",35873,48602,3,1377,1704 +"132741",35873,54284,3,1377,2491 +"132742",35873,61125,3,1377,1673 +"132743",35873,66677,3,1377,2151 +"132744",35873,68586,3,1377,2322 +"132745",35873,73266,3,1377,2496 +"132746",35888,613,3,2291,2687 +"132747",35888,8327,3,2291,2527 +"132748",35888,9311,2,2291,2477 +"132749",35888,10358,3,2291,2294 +"132750",35888,11218,3,2291,2292 +"132751",35888,12042,3,2291,2345 +"132752",35888,12929,3,2291,2656 +"132753",35888,13601,3,2291,2689 +"132754",35888,15626,3,2291,2434 +"132755",35888,17790,2,2291,2783 +"132756",35888,18366,3,2291,2699 +"132757",35888,24256,3,2291,2393 +"132758",35888,24721,2,2291,2326 +"132759",35888,25480,3,2291,2747 +"132760",35888,25610,2,2291,2328 +"132761",35888,28285,3,2291,2972 +"132762",35888,30906,3,2291,2537 +"132763",35888,33433,3,2291,2805 +"132764",35888,34899,3,2291,2565 +"132765",35888,51089,3,2291,2426 +"132766",35888,51866,3,2291,2411 +"132767",35888,57732,3,2291,2454 +"132768",35888,59113,3,2291,2434 +"132769",35888,69348,3,2291,2783 +"132770",35888,84799,3,2291,2656 +"132771",35903,854,3,1434,2307 +"132772",35903,1154,3,1434,1656 +"132773",35903,1323,3,1434,1659 +"132774",35903,2057,3,1434,1965 +"132775",35903,2484,3,1434,2389 +"132776",35903,2684,3,1434,2874 +"132777",35903,3127,3,1434,2273 +"132778",35903,3947,3,1434,2067 +"132779",35903,4504,3,1434,1905 +"132780",35903,5392,3,1434,1648 +"132781",35903,5622,3,1434,2175 +"132782",35903,6222,3,1434,1949 +"132783",35903,6821,3,1434,1788 +"132784",35903,8865,1,1434,2394 +"132785",35903,9311,3,1434,2477 +"132786",35903,9615,3,1434,2464 +"132787",35903,10148,2,1434,2964 +"132788",35903,10754,3,1434,1797 +"132789",35903,11538,3,1434,2288 +"132790",35903,12388,3,1434,1975 +"132791",35903,14817,3,1434,2110 +"132792",35903,14959,3,1434,2898 +"132793",35903,15560,3,1434,2257 +"132794",35903,15826,3,1434,2772 +"132795",35903,16690,3,1434,2132 +"132796",35903,19433,3,1434,2504 +"132797",35903,19587,3,1434,1684 +"132798",35903,19605,3,1434,2395 +"132799",35903,19937,2,1434,1587 +"132800",35903,21248,3,1434,2232 +"132801",35903,22723,3,1434,2859 +"132802",35903,23508,3,1434,1907 +"132803",35903,27908,2,1434,2576 +"132804",35903,29286,3,1434,1612 +"132805",35903,29454,2,1434,2719 +"132806",35903,29997,3,1434,1789 +"132807",35903,30092,3,1434,1593 +"132808",35903,30236,3,1434,2238 +"132809",35903,30906,2,1434,2537 +"132810",35903,32606,3,1434,2100 +"132811",35903,36637,3,1434,2085 +"132812",35903,36953,3,1434,2790 +"132813",35903,38732,3,1434,2263 +"132814",35903,38921,3,1434,1880 +"132815",35903,39062,3,1434,2020 +"132816",35903,40572,3,1434,2666 +"132817",35903,41682,3,1434,1988 +"132818",35903,41764,3,1434,2409 +"132819",35903,42813,3,1434,2142 +"132820",35903,45329,3,1434,1693 +"132821",35903,46486,2,1434,1868 +"132822",35903,46596,3,1434,1942 +"132823",35903,47595,3,1434,2374 +"132824",35903,47803,3,1434,2477 +"132825",35903,48377,2,1434,1927 +"132826",35903,48698,3,1434,1474 +"132827",35903,50335,3,1434,1893 +"132828",35903,55862,2,1434,2123 +"132829",35903,58733,3,1434,1958 +"132830",35903,59637,3,1434,2141 +"132831",35903,59683,3,1434,2068 +"132832",35903,60179,3,1434,2708 +"132833",35903,63477,3,1434,1907 +"132834",35903,65856,3,1434,2504 +"132835",35903,69232,2,1434,2130 +"132836",35903,106891,2,1434,1907 +"132837",35911,10337,2,2370,2452 +"132838",35911,11135,3,2370,2441 +"132839",35911,15502,2,2370,2637 +"132840",35919,135,3,663,2233 +"132841",35919,3317,3,663,2037 +"132842",35919,5346,3,663,1438 +"132843",35919,5845,3,663,1552 +"132844",35919,6234,3,663,2654 +"132845",35919,9423,3,663,1708 +"132846",35919,9440,3,663,1006 +"132847",35919,10905,3,663,1552 +"132848",35919,10964,2,663,2043 +"132849",35919,11019,2,663,1299 +"132850",35919,11029,3,663,2362 +"132851",35919,11067,2,663,2734 +"132852",35919,14072,3,663,1346 +"132853",35919,14731,3,663,2012 +"132854",35919,14972,3,663,2332 +"132855",35919,15207,3,663,1855 +"132856",35919,17396,3,663,1672 +"132857",35919,18666,3,663,1230 +"132858",35919,20545,3,663,1491 +"132859",35919,20705,3,663,829 +"132860",35919,21480,3,663,1646 +"132861",35919,21487,3,663,2203 +"132862",35919,24085,2,663,1253 +"132863",35919,24195,2,663,1575 +"132864",35919,25443,3,663,1441 +"132865",35919,26658,3,663,2745 +"132866",35919,29578,3,663,1957 +"132867",35919,30092,3,663,1593 +"132868",35919,30981,3,663,2366 +"132869",35919,32939,2,663,2277 +"132870",35919,33039,2,663,1759 +"132871",35919,33383,3,663,1572 +"132872",35919,34509,3,663,1973 +"132873",35919,35264,3,663,2329 +"132874",35919,35620,3,663,2092 +"132875",35919,36120,3,663,2971 +"132876",35919,36215,3,663,1623 +"132877",35919,38676,3,663,2286 +"132878",35919,42256,3,663,2839 +"132879",35919,45585,3,663,2384 +"132880",35919,46385,3,663,2225 +"132881",35919,53445,3,663,2028 +"132882",35919,53530,3,663,2380 +"132883",35919,55892,3,663,1234 +"132884",35919,56903,3,663,1584 +"132885",35919,57804,2,663,2214 +"132886",35919,58284,3,663,2292 +"132887",35919,69903,3,663,1066 +"132888",35919,75067,3,663,801 +"132889",35919,75607,2,663,2245 +"132890",35919,82246,3,663,1538 +"132891",35919,94520,3,663,1243 +"132892",35926,1315,3,2371,2760 +"132893",35926,3961,2,2371,2426 +"132894",35926,5315,3,2371,2631 +"132895",35926,5350,1,2371,2522 +"132896",35926,7234,3,2371,2654 +"132897",35926,11477,3,2371,2724 +"132898",35926,11966,3,2371,2385 +"132899",35926,12035,3,2371,2721 +"132900",35926,15309,3,2371,2820 +"132901",35926,16352,3,2371,2657 +"132902",35926,17365,3,2371,2746 +"132903",35926,20067,3,2371,2390 +"132904",35926,21571,3,2371,2755 +"132905",35926,23725,2,2371,2378 +"132906",35926,25971,3,2371,2608 +"132907",35926,26080,2,2371,2525 +"132908",35926,28168,3,2371,2702 +"132909",35926,31436,3,2371,2892 +"132910",35926,32567,3,2371,2784 +"132911",35926,33801,3,2371,2899 +"132912",35926,34735,3,2371,2767 +"132913",35926,39516,3,2371,2393 +"132914",35926,41955,3,2371,2479 +"132915",35926,41972,3,2371,2509 +"132916",35926,43796,3,2371,2476 +"132917",35926,52026,2,2371,2633 +"132918",35926,53475,3,2371,2853 +"132919",35926,54929,2,2371,2783 +"132920",35926,56082,3,2371,2395 +"132921",35926,69716,2,2371,2632 +"132922",35926,71274,3,2371,2390 +"132923",35926,72207,3,2371,2430 +"132924",35926,76048,3,2371,2373 +"132925",35926,82732,3,2371,2810 +"132926",35926,87110,3,2371,2801 +"132927",35958,5962,3,2383,2491 +"132928",35958,19380,1,2383,2637 +"132929",35958,34216,2,2383,2832 +"132930",35972,393,1,172,643 +"132931",35972,1624,3,172,2687 +"132932",35972,1708,2,172,1591 +"132933",35972,1785,3,172,2350 +"132934",35972,2737,3,172,607 +"132935",35972,4249,3,172,2547 +"132936",35972,4784,3,172,2511 +"132937",35972,6020,3,172,1864 +"132938",35972,6747,1,172,2913 +"132939",35972,6841,2,172,263 +"132940",35972,7604,3,172,1366 +"132941",35972,12084,3,172,1960 +"132942",35972,13595,3,172,1164 +"132943",35972,14772,2,172,2386 +"132944",35972,16910,1,172,1978 +"132945",35972,20469,3,172,2125 +"132946",35972,21358,3,172,1970 +"132947",35972,23879,3,172,438 +"132948",35972,23963,2,172,647 +"132949",35972,25530,3,172,2884 +"132950",35972,28648,3,172,1586 +"132951",35972,34274,3,172,1437 +"132952",35972,41489,3,172,2006 +"132953",35972,42382,3,172,2224 +"132954",35972,45297,2,172,1864 +"132955",35972,46049,2,172,2102 +"132956",35972,46616,3,172,1917 +"132957",35972,47607,3,172,2724 +"132958",35972,48823,3,172,2080 +"132959",35972,49029,3,172,647 +"132960",35972,50468,3,172,1659 +"132961",35972,51516,3,172,1361 +"132962",35972,52179,3,172,1572 +"132963",35972,53584,3,172,2391 +"132964",35972,54488,3,172,2357 +"132965",35972,54816,2,172,592 +"132966",35972,56396,3,172,2408 +"132967",35972,60966,3,172,2734 +"132968",35972,70103,3,172,257 +"132969",35972,73266,3,172,2496 +"132970",35972,76796,3,172,1140 +"132971",35972,82217,3,172,2441 +"132972",35972,93642,3,172,1120 +"132973",35972,96068,3,172,215 +"132974",35980,3564,3,2657,2717 +"132975",35980,15567,3,2657,2671 +"132976",35980,16866,3,2657,2718 +"132977",35980,18865,3,2657,2676 +"132978",35980,35477,3,2657,2703 +"132979",35980,35715,3,2657,2912 +"132980",35980,53223,2,2657,2690 +"132981",35980,57180,3,2657,2703 +"132982",36007,5315,3,2089,2631 +"132983",36007,45903,3,2089,2237 +"132984",36007,48127,3,2089,2677 +"132985",36021,1427,3,192,324 +"132986",36021,1428,3,192,742 +"132987",36021,2894,3,192,1291 +"132988",36021,5785,2,192,1261 +"132989",36021,6222,3,192,1949 +"132990",36021,8748,3,192,699 +"132991",36021,11694,3,192,1564 +"132992",36021,12388,3,192,1975 +"132993",36021,13573,3,192,2774 +"132994",36021,14482,3,192,1573 +"132995",36021,14959,3,192,2898 +"132996",36021,15444,3,192,2764 +"132997",36021,16053,3,192,908 +"132998",36021,16539,3,192,1947 +"132999",36021,17027,3,192,2772 +"133000",36021,17097,3,192,1505 +"133001",36021,17520,3,192,2276 +"133002",36021,19173,3,192,1686 +"133003",36021,19621,3,192,725 +"133004",36021,20067,3,192,2390 +"133005",36021,20311,3,192,1981 +"133006",36021,22403,3,192,1630 +"133007",36021,25680,3,192,1618 +"133008",36021,26582,3,192,2772 +"133009",36021,27860,3,192,1588 +"133010",36021,28130,2,192,908 +"133011",36021,28131,3,192,1492 +"133012",36021,29095,3,192,2531 +"133013",36021,29372,3,192,528 +"133014",36021,30883,2,192,1629 +"133015",36021,31243,3,192,1355 +"133016",36021,33010,3,192,2189 +"133017",36021,33801,3,192,2899 +"133018",36021,35286,3,192,395 +"133019",36021,38921,3,192,1880 +"133020",36021,40646,3,192,1583 +"133021",36021,44420,3,192,2184 +"133022",36021,44921,2,192,550 +"133023",36021,48435,3,192,528 +"133024",36021,50382,3,192,2244 +"133025",36021,50487,1,192,744 +"133026",36021,51616,2,192,761 +"133027",36021,52457,3,192,849 +"133028",36021,53412,3,192,566 +"133029",36021,53475,3,192,2853 +"133030",36021,53604,3,192,2489 +"133031",36021,54522,2,192,699 +"133032",36021,56462,3,192,852 +"133033",36021,62538,3,192,1656 +"133034",36021,75488,1,192,460 +"133035",36021,78184,3,192,937 +"133036",36021,79371,2,192,1624 +"133037",36021,85329,3,192,738 +"133038",36021,87519,2,192,595 +"133039",36021,87720,3,192,2086 +"133040",36021,88114,3,192,595 +"133041",36021,89826,3,192,2033 +"133042",36021,96911,3,192,956 +"133043",36021,123336,3,192,225 +"133044",36027,9600,1,178,210 +"133045",36027,12084,3,178,1960 +"133046",36027,14772,3,178,2386 +"133047",36027,23963,3,178,647 +"133048",36027,28090,2,178,1755 +"133049",36027,29791,3,178,1986 +"133050",36027,32849,3,178,975 +"133051",36027,41004,1,178,2561 +"133052",36027,45727,3,178,477 +"133053",36027,46602,2,178,2786 +"133054",36027,52442,3,178,1269 +"133055",36027,68888,1,178,2786 +"133056",36027,96068,1,178,215 +"133057",36027,105077,2,178,920 +"133058",36031,270,3,2342,2542 +"133059",36031,1315,3,2342,2760 +"133060",36031,3477,3,2342,2546 +"133061",36031,3896,3,2342,2693 +"133062",36031,6063,2,2342,2349 +"133063",36031,7229,3,2342,2669 +"133064",36031,7506,3,2342,2371 +"133065",36031,7984,3,2342,2493 +"133066",36031,8604,3,2342,2799 +"133067",36031,11329,3,2342,2799 +"133068",36031,12272,3,2342,2371 +"133069",36031,13200,3,2342,2488 +"133070",36031,14655,2,2342,2559 +"133071",36031,16195,3,2342,2964 +"133072",36031,18394,3,2342,2356 +"133073",36031,21734,3,2342,2528 +"133074",36031,21872,3,2342,2458 +"133075",36031,24255,3,2342,2770 +"133076",36031,26080,3,2342,2525 +"133077",36031,26582,3,2342,2772 +"133078",36031,30906,3,2342,2537 +"133079",36031,31124,3,2342,2351 +"133080",36031,31700,3,2342,2727 +"133081",36031,31705,3,2342,2706 +"133082",36031,33223,3,2342,2397 +"133083",36031,35187,3,2342,2488 +"133084",36031,36609,3,2342,2918 +"133085",36031,38602,3,2342,2693 +"133086",36031,42574,3,2342,2842 +"133087",36031,44557,2,2342,2371 +"133088",36031,45618,3,2342,2356 +"133089",36031,47877,3,2342,2970 +"133090",36031,49265,3,2342,2686 +"133091",36031,53323,3,2342,2677 +"133092",36031,56464,3,2342,2488 +"133093",36031,57380,3,2342,2362 +"133094",36031,57977,3,2342,2683 +"133095",36031,62723,3,2342,2554 +"133096",36031,71982,3,2342,2812 +"133097",36031,88232,3,2342,2881 +"133098",36087,9362,2,2755,2879 +"133099",36136,2334,3,2338,2619 +"133100",36136,2747,3,2338,2411 +"133101",36136,2852,3,2338,2448 +"133102",36136,3477,3,2338,2546 +"133103",36136,6063,3,2338,2349 +"133104",36136,6824,3,2338,2680 +"133105",36136,9272,3,2338,2835 +"133106",36136,9620,3,2338,2339 +"133107",36136,10638,2,2338,2692 +"133108",36136,11103,3,2338,2393 +"133109",36136,11506,2,2338,2824 +"133110",36136,15826,3,2338,2772 +"133111",36136,18943,2,2338,2861 +"133112",36136,20007,3,2338,2971 +"133113",36136,21180,3,2338,2762 +"133114",36136,21463,1,2338,2437 +"133115",36136,22326,3,2338,2818 +"133116",36136,25305,3,2338,2447 +"133117",36136,33223,3,2338,2397 +"133118",36136,38144,3,2338,2637 +"133119",36136,38755,3,2338,2902 +"133120",36136,39105,1,2338,2487 +"133121",36136,41023,3,2338,2408 +"133122",36136,41978,2,2338,2824 +"133123",36136,43226,3,2338,2442 +"133124",36136,46951,2,2338,2429 +"133125",36136,53013,2,2338,2523 +"133126",36136,55604,3,2338,2342 +"133127",36136,55775,3,2338,2385 +"133128",36136,56673,3,2338,2419 +"133129",36136,59005,3,2338,2817 +"133130",36136,59039,2,2338,2870 +"133131",36136,68592,2,2338,2551 +"133132",36136,69335,2,2338,2698 +"133133",36136,76132,1,2338,2426 +"133134",36174,160,3,1382,2007 +"133135",36174,1150,3,1382,1595 +"133136",36174,1641,3,1382,1490 +"133137",36174,1767,3,1382,2727 +"133138",36174,2694,3,1382,2062 +"133139",36174,4705,3,1382,1714 +"133140",36174,5315,3,1382,2631 +"133141",36174,7258,2,1382,1714 +"133142",36174,7858,3,1382,1795 +"133143",36174,8367,3,1382,1927 +"133144",36174,13249,3,1382,2573 +"133145",36174,19208,3,1382,2629 +"133146",36174,27484,3,1382,1634 +"133147",36174,31705,3,1382,2706 +"133148",36174,36837,3,1382,1556 +"133149",36174,43404,3,1382,2649 +"133150",36174,63477,3,1382,1907 +"133151",36174,77611,3,1382,1795 +"133152",36174,82949,3,1382,2077 +"133153",36174,88609,3,1382,1917 +"133154",36183,2852,3,2117,2448 +"133155",36183,4669,2,2117,2395 +"133156",36183,5897,3,2117,2337 +"133157",36183,6989,3,2117,2623 +"133158",36183,7252,3,2117,2799 +"133159",36183,16286,3,2117,2470 +"133160",36183,18415,2,2117,2184 +"133161",36183,18810,3,2117,2671 +"133162",36183,27742,3,2117,2700 +"133163",36183,28626,2,2117,2842 +"133164",36183,28869,3,2117,2425 +"133165",36183,41023,3,2117,2408 +"133166",36183,45633,3,2117,2134 +"133167",36183,45869,3,2117,2840 +"133168",36183,65691,3,2117,2134 +"133169",36200,32312,3,708,1472 +"133170",36215,5816,3,1623,2408 +"133171",36215,6234,3,1623,2654 +"133172",36215,9423,3,1623,1708 +"133173",36215,10964,3,1623,2043 +"133174",36215,11067,3,1623,2734 +"133175",36215,14731,3,1623,2012 +"133176",36215,14972,3,1623,2332 +"133177",36215,15207,3,1623,1855 +"133178",36215,17396,3,1623,1672 +"133179",36215,21487,3,1623,2203 +"133180",36215,26658,3,1623,2745 +"133181",36215,30981,3,1623,2366 +"133182",36215,32939,2,1623,2277 +"133183",36215,34509,3,1623,1973 +"133184",36215,35264,3,1623,2329 +"133185",36215,38676,3,1623,2286 +"133186",36215,42256,3,1623,2839 +"133187",36215,45585,2,1623,2384 +"133188",36215,53445,3,1623,2028 +"133189",36215,57804,2,1623,2214 +"133190",36215,58284,3,1623,2292 +"133191",36216,1262,2,31,2973 +"133192",36216,1427,3,31,324 +"133193",36216,1428,3,31,742 +"133194",36216,1691,3,31,1941 +"133195",36216,3695,3,31,2612 +"133196",36216,3877,3,31,1133 +"133197",36216,5491,3,31,2048 +"133198",36216,6390,3,31,2385 +"133199",36216,7984,3,31,2493 +"133200",36216,9706,3,31,168 +"133201",36216,11239,3,31,2181 +"133202",36216,12586,3,31,613 +"133203",36216,13388,3,31,2119 +"133204",36216,14189,3,31,1483 +"133205",36216,14709,3,31,1901 +"133206",36216,14888,2,31,1411 +"133207",36216,15527,3,31,2039 +"133208",36216,16029,3,31,1160 +"133209",36216,16053,3,31,908 +"133210",36216,16313,3,31,1160 +"133211",36216,16727,3,31,2164 +"133212",36216,17826,3,31,2920 +"133213",36216,18151,3,31,2962 +"133214",36216,18928,3,31,709 +"133215",36216,19027,3,31,2721 +"133216",36216,19364,3,31,2846 +"133217",36216,19627,3,31,627 +"133218",36216,19872,3,31,2913 +"133219",36216,20700,3,31,2861 +"133220",36216,21193,3,31,2490 +"133221",36216,21346,3,31,74 +"133222",36216,21795,3,31,2653 +"133223",36216,22108,3,31,1915 +"133224",36216,23751,3,31,1740 +"133225",36216,23869,3,31,1918 +"133226",36216,24362,3,31,1287 +"133227",36216,26713,3,31,1235 +"133228",36216,28233,2,31,1608 +"133229",36216,28432,3,31,1954 +"133230",36216,31307,3,31,2139 +"133231",36216,37859,3,31,1999 +"133232",36216,37934,3,31,1595 +"133233",36216,41240,3,31,2220 +"133234",36216,41955,3,31,2479 +"133235",36216,44636,3,31,1026 +"133236",36216,46717,3,31,938 +"133237",36216,47585,3,31,794 +"133238",36216,50382,3,31,2244 +"133239",36216,53809,3,31,1956 +"133240",36216,54676,3,31,1342 +"133241",36216,55156,3,31,2196 +"133242",36216,57781,3,31,1971 +"133243",36216,58245,1,31,949 +"133244",36216,64181,3,31,1828 +"133245",36216,73553,3,31,2726 +"133246",36216,74730,3,31,535 +"133247",36216,78416,3,31,630 +"133248",36216,78563,3,31,2385 +"133249",36216,83096,3,31,1061 +"133250",36216,88966,2,31,1568 +"133251",36216,92592,3,31,486 +"133252",36216,93953,2,31,969 +"133253",36216,96678,3,31,1183 +"133254",36216,100334,3,31,777 +"133255",36216,102893,3,31,814 +"133256",36216,106449,3,31,862 +"133257",36216,109978,3,31,1865 +"133258",36216,121354,3,31,2862 +"133259",36270,26642,2,2910,2952 +"133260",36270,31089,3,2910,2952 +"133261",36270,41134,3,2910,2952 +"133262",36275,1393,3,614,1706 +"133263",36275,2014,1,614,973 +"133264",36275,3506,3,614,2364 +"133265",36275,7123,3,614,1964 +"133266",36275,7932,3,614,789 +"133267",36275,9088,3,614,1881 +"133268",36275,9269,3,614,1892 +"133269",36275,9342,3,614,896 +"133270",36275,10610,3,614,1427 +"133271",36275,15244,3,614,1600 +"133272",36275,17925,3,614,2385 +"133273",36275,18574,3,614,2305 +"133274",36275,19690,1,614,706 +"133275",36275,32629,3,614,1789 +"133276",36275,32724,3,614,2581 +"133277",36275,36440,2,614,704 +"133278",36275,41075,3,614,1176 +"133279",36275,44744,3,614,2032 +"133280",36275,45449,3,614,1610 +"133281",36275,48931,3,614,2444 +"133282",36275,55674,3,614,718 +"133283",36275,78800,1,614,652 +"133284",36275,92469,3,614,1232 +"133285",36275,96387,2,614,2159 +"133286",36275,102581,3,614,1813 +"133287",36313,49415,3,2372,2654 +"133288",36316,3716,3,455,1679 +"133289",36316,6366,3,455,798 +"133290",36316,6417,3,455,1675 +"133291",36316,11540,3,455,1237 +"133292",36316,11576,2,455,808 +"133293",36316,15872,3,455,1551 +"133294",36316,16120,2,455,1237 +"133295",36316,20975,3,455,1305 +"133296",36316,21138,3,455,2849 +"133297",36316,22639,3,455,2352 +"133298",36316,44160,3,455,859 +"133299",36316,51017,3,455,2073 +"133300",36316,74681,2,455,837 +"133301",36316,74731,3,455,853 +"133302",36316,87692,3,455,775 +"133303",36316,90802,3,455,877 +"133304",36316,101395,3,455,891 +"133305",36327,2524,3,870,1708 +"133306",36327,3127,3,870,2273 +"133307",36327,4668,3,870,1919 +"133308",36327,4669,3,870,2395 +"133309",36327,8140,3,870,1262 +"133310",36327,9227,3,870,1267 +"133311",36327,10980,3,870,1974 +"133312",36327,11648,3,870,2852 +"133313",36327,11990,3,870,1909 +"133314",36327,12948,1,870,2669 +"133315",36327,13537,3,870,1020 +"133316",36327,14425,3,870,1036 +"133317",36327,14532,3,870,1193 +"133318",36327,14749,3,870,1998 +"133319",36327,14781,3,870,2338 +"133320",36327,18122,3,870,894 +"133321",36327,20395,3,870,1468 +"133322",36327,27742,3,870,2700 +"133323",36327,28869,3,870,2425 +"133324",36327,28904,3,870,926 +"133325",36327,30891,3,870,1256 +"133326",36327,31868,3,870,1993 +"133327",36327,39999,3,870,1593 +"133328",36327,40309,3,870,871 +"133329",36327,40572,3,870,2666 +"133330",36327,41446,3,870,1103 +"133331",36327,45869,2,870,2840 +"133332",36327,59726,2,870,1513 +"133333",36327,63498,3,870,977 +"133334",36327,67266,3,870,2010 +"133335",36327,67617,3,870,1149 +"133336",36327,76007,3,870,918 +"133337",36327,115021,3,870,1226 +"133338",36344,900,2,2570,2726 +"133339",36344,32457,3,2570,2690 +"133340",36344,44603,3,2570,2748 +"133341",36344,47968,3,2570,2829 +"133342",36344,75282,3,2570,2675 +"133343",36346,160,3,1240,2007 +"133344",36346,680,3,1240,2569 +"133345",36346,1641,3,1240,1490 +"133346",36346,1822,3,1240,2888 +"133347",36346,2057,3,1240,1965 +"133348",36346,2181,3,1240,2030 +"133349",36346,2591,2,1240,1949 +"133350",36346,2747,3,1240,2411 +"133351",36346,3477,2,1240,2546 +"133352",36346,4622,3,1240,1589 +"133353",36346,4831,3,1240,2365 +"133354",36346,5897,3,1240,2337 +"133355",36346,6063,2,1240,2349 +"133356",36346,6392,3,1240,1878 +"133357",36346,8993,3,1240,2099 +"133358",36346,9332,2,1240,2734 +"133359",36346,9481,3,1240,1610 +"133360",36346,9484,2,1240,1429 +"133361",36346,9503,3,1240,2453 +"133362",36346,10453,3,1240,1656 +"133363",36346,11154,3,1240,1594 +"133364",36346,11229,3,1240,1625 +"133365",36346,11588,1,1240,2352 +"133366",36346,13136,3,1240,2867 +"133367",36346,13899,3,1240,2650 +"133368",36346,14754,3,1240,2456 +"133369",36346,14817,3,1240,2110 +"133370",36346,14998,3,1240,1553 +"133371",36346,15023,3,1240,2054 +"133372",36346,17037,3,1240,2947 +"133373",36346,18124,3,1240,1642 +"133374",36346,18217,2,1240,1566 +"133375",36346,19317,3,1240,2041 +"133376",36346,19587,3,1240,1684 +"133377",36346,20124,3,1240,2376 +"133378",36346,20220,3,1240,1656 +"133379",36346,20662,3,1240,1523 +"133380",36346,20984,3,1240,2502 +"133381",36346,21575,3,1240,1762 +"133382",36346,21684,3,1240,1971 +"133383",36346,22403,3,1240,1630 +"133384",36346,23131,3,1240,1732 +"133385",36346,24069,3,1240,2697 +"133386",36346,27908,3,1240,2576 +"133387",36346,28116,3,1240,1643 +"133388",36346,28588,3,1240,1335 +"133389",36346,28837,3,1240,2286 +"133390",36346,30486,3,1240,1269 +"133391",36346,30525,3,1240,1964 +"133392",36346,31243,3,1240,1355 +"133393",36346,31357,3,1240,2389 +"133394",36346,32339,3,1240,2430 +"133395",36346,32395,3,1240,2735 +"133396",36346,33223,2,1240,2397 +"133397",36346,33451,3,1240,1957 +"133398",36346,33470,3,1240,2003 +"133399",36346,35822,3,1240,1903 +"133400",36346,37301,3,1240,2160 +"133401",36346,38457,3,1240,1630 +"133402",36346,39418,2,1240,1978 +"133403",36346,40542,2,1240,1664 +"133404",36346,41694,3,1240,2358 +"133405",36346,43204,2,1240,1680 +"133406",36346,43961,3,1240,2443 +"133407",36346,47013,3,1240,2388 +"133408",36346,47595,3,1240,2374 +"133409",36346,49712,3,1240,1937 +"133410",36346,51843,3,1240,2389 +"133411",36346,52953,3,1240,1741 +"133412",36346,53687,3,1240,2422 +"133413",36346,53726,3,1240,1729 +"133414",36346,56873,3,1240,1421 +"133415",36346,59790,3,1240,1827 +"133416",36346,64110,3,1240,1331 +"133417",36346,66677,3,1240,2151 +"133418",36346,76143,3,1240,1610 +"133419",36346,79547,3,1240,1909 +"133420",36346,80338,3,1240,2059 +"133421",36346,83122,3,1240,1503 +"133422",36346,84317,3,1240,2081 +"133423",36346,90745,3,1240,1994 +"133424",36346,106399,3,1240,1530 +"133425",36346,107435,3,1240,1635 +"133426",36347,23560,3,1995,2051 +"133427",36399,827,1,1357,2964 +"133428",36399,1624,2,1357,2687 +"133429",36399,1708,2,1357,1591 +"133430",36399,2282,2,1357,2056 +"133431",36399,2647,2,1357,2450 +"133432",36399,2927,2,1357,1789 +"133433",36399,3158,3,1357,2762 +"133434",36399,4249,3,1357,2547 +"133435",36399,5637,3,1357,1976 +"133436",36399,6040,3,1357,2103 +"133437",36399,6345,2,1357,2713 +"133438",36399,6480,3,1357,1678 +"133439",36399,7253,3,1357,2686 +"133440",36399,7254,3,1357,1849 +"133441",36399,7604,2,1357,1366 +"133442",36399,8607,3,1357,1685 +"133443",36399,9538,3,1357,1786 +"133444",36399,9724,2,1357,2713 +"133445",36399,10146,3,1357,1878 +"133446",36399,10701,3,1357,2000 +"133447",36399,11858,2,1357,1530 +"133448",36399,14470,3,1357,2632 +"133449",36399,14957,3,1357,2306 +"133450",36399,15146,3,1357,1546 +"133451",36399,15782,3,1357,2306 +"133452",36399,17499,2,1357,2954 +"133453",36399,17695,3,1357,1930 +"133454",36399,19509,3,1357,2000 +"133455",36399,22357,2,1357,1397 +"133456",36399,23550,3,1357,2939 +"133457",36399,23560,3,1357,2051 +"133458",36399,26597,3,1357,2070 +"133459",36399,28648,3,1357,1586 +"133460",36399,28782,3,1357,2272 +"133461",36399,31357,3,1357,2389 +"133462",36399,31855,3,1357,2636 +"133463",36399,32350,3,1357,1540 +"133464",36399,36840,3,1357,2269 +"133465",36399,37684,3,1357,2899 +"133466",36399,38309,3,1357,2644 +"133467",36399,42382,3,1357,2224 +"133468",36399,42390,3,1357,2937 +"133469",36399,43543,1,1357,1457 +"133470",36399,43701,2,1357,2400 +"133471",36399,46616,3,1357,1917 +"133472",36399,47607,2,1357,2724 +"133473",36399,49375,3,1357,2438 +"133474",36399,50468,2,1357,1659 +"133475",36399,50678,3,1357,1366 +"133476",36399,51212,3,1357,1801 +"133477",36399,53584,3,1357,2391 +"133478",36399,53652,2,1357,2899 +"133479",36399,54385,3,1357,2340 +"133480",36399,55775,3,1357,2385 +"133481",36399,64628,2,1357,2829 +"133482",36399,69795,3,1357,2636 +"133483",36399,77719,3,1357,2086 +"133484",36399,78611,3,1357,1586 +"133485",36399,80970,3,1357,2069 +"133486",36399,84235,3,1357,1639 +"133487",36399,84591,3,1357,1685 +"133488",36399,84808,3,1357,1974 +"133489",36427,457,2,544,1704 +"133490",36427,8192,3,544,1670 +"133491",36427,8376,3,544,1670 +"133492",36427,9175,3,544,2639 +"133493",36427,20486,3,544,1908 +"133494",36427,24066,3,544,1755 +"133495",36427,24558,3,544,2139 +"133496",36427,26671,3,544,2279 +"133497",36427,34836,3,544,2302 +"133498",36427,37800,3,544,604 +"133499",36427,38019,3,544,1870 +"133500",36427,38780,3,544,2705 +"133501",36427,72598,3,544,805 +"133502",36439,489,3,2469,2652 +"133503",36439,2424,3,2469,2582 +"133504",36439,2684,3,2469,2874 +"133505",36439,3305,3,2469,2839 +"133506",36439,3628,3,2469,2707 +"133507",36439,5258,3,2469,2730 +"133508",36439,8762,3,2469,2585 +"133509",36439,18543,2,2469,2968 +"133510",36439,23132,3,2469,2756 +"133511",36439,25565,3,2469,2764 +"133512",36439,31235,3,2469,2668 +"133513",36439,40954,3,2469,2603 +"133514",36439,43173,3,2469,2895 +"133515",36439,44427,3,2469,2875 +"133516",36439,45742,3,2469,2566 +"133517",36439,47248,3,2469,2883 +"133518",36439,51853,3,2469,2520 +"133519",36439,56910,3,2469,2705 +"133520",36439,74636,2,2469,2525 +"133521",36439,79322,3,2469,2770 +"133522",36439,88232,2,2469,2881 +"133523",36440,55,3,704,2524 +"133524",36440,1256,3,704,1212 +"133525",36440,1393,2,704,1706 +"133526",36440,2014,1,704,973 +"133527",36440,3158,3,704,2762 +"133528",36440,3271,3,704,2216 +"133529",36440,3506,2,704,2364 +"133530",36440,4403,3,704,2416 +"133531",36440,5813,3,704,2088 +"133532",36440,6040,3,704,2103 +"133533",36440,6621,3,704,2478 +"133534",36440,7123,2,704,1964 +"133535",36440,7604,3,704,1366 +"133536",36440,7900,3,704,893 +"133537",36440,7903,2,704,744 +"133538",36440,7932,2,704,789 +"133539",36440,8525,3,704,1787 +"133540",36440,9088,2,704,1881 +"133541",36440,9269,2,704,1892 +"133542",36440,9272,3,704,2835 +"133543",36440,9342,2,704,896 +"133544",36440,9895,3,704,1960 +"133545",36440,10610,2,704,1427 +"133546",36440,14623,3,704,2043 +"133547",36440,15244,3,704,1600 +"133548",36440,16347,3,704,1868 +"133549",36440,16757,3,704,1755 +"133550",36440,16866,3,704,2718 +"133551",36440,17645,3,704,1918 +"133552",36440,17925,2,704,2385 +"133553",36440,18574,3,704,2305 +"133554",36440,19690,2,704,706 +"133555",36440,20695,3,704,2526 +"133556",36440,20705,3,704,829 +"133557",36440,21424,3,704,1303 +"133558",36440,21872,3,704,2458 +"133559",36440,22389,3,704,2034 +"133560",36440,23302,3,704,2677 +"133561",36440,24610,3,704,2733 +"133562",36440,26740,3,704,2695 +"133563",36440,30317,3,704,2431 +"133564",36440,31990,2,704,2264 +"133565",36440,32350,3,704,1540 +"133566",36440,32629,2,704,1789 +"133567",36440,32724,2,704,2581 +"133568",36440,32939,2,704,2277 +"133569",36440,34331,3,704,1727 +"133570",36440,37765,3,704,1134 +"133571",36440,37801,2,704,2578 +"133572",36440,41075,2,704,1176 +"133573",36440,41350,3,704,1935 +"133574",36440,43226,3,704,2442 +"133575",36440,44312,2,704,2741 +"133576",36440,44421,2,704,956 +"133577",36440,44744,2,704,2032 +"133578",36440,45449,2,704,1610 +"133579",36440,45450,3,704,1590 +"133580",36440,46726,3,704,943 +"133581",36440,47607,3,704,2724 +"133582",36440,48110,3,704,2009 +"133583",36440,48781,3,704,954 +"133584",36440,48931,2,704,2444 +"133585",36440,49142,3,704,2289 +"133586",36440,53445,2,704,2028 +"133587",36440,54953,3,704,2223 +"133588",36440,55493,3,704,869 +"133589",36440,55674,2,704,718 +"133590",36440,56364,3,704,1626 +"133591",36440,56737,3,704,2270 +"133592",36440,57804,2,704,2214 +"133593",36440,58508,3,704,2326 +"133594",36440,62668,3,704,958 +"133595",36440,64712,3,704,1411 +"133596",36440,64803,3,704,841 +"133597",36440,65054,3,704,2593 +"133598",36440,66017,3,704,1545 +"133599",36440,68884,2,704,1011 +"133600",36440,69335,3,704,2698 +"133601",36440,76814,3,704,926 +"133602",36440,78611,3,704,1586 +"133603",36440,79639,3,704,1013 +"133604",36440,80301,3,704,1690 +"133605",36440,80801,3,704,1250 +"133606",36440,83175,3,704,2049 +"133607",36440,83206,2,704,954 +"133608",36440,83264,3,704,1922 +"133609",36440,84378,3,704,1265 +"133610",36440,84591,3,704,1685 +"133611",36440,85926,3,704,907 +"133612",36440,87915,3,704,1152 +"133613",36440,90852,3,704,764 +"133614",36440,92084,3,704,1134 +"133615",36440,92469,1,704,1232 +"133616",36440,96197,2,704,1670 +"133617",36440,96387,1,704,2159 +"133618",36440,97706,2,704,1121 +"133619",36440,98436,3,704,1212 +"133620",36440,99237,3,704,783 +"133621",36440,99536,3,704,790 +"133622",36440,100084,3,704,1964 +"133623",36440,101666,3,704,1257 +"133624",36440,102581,2,704,1813 +"133625",36440,116484,3,704,902 +"133626",36446,361,2,1175,1970 +"133627",36446,392,3,1175,1915 +"133628",36446,2972,3,1175,1708 +"133629",36446,3255,3,1175,2504 +"133630",36446,3306,3,1175,1989 +"133631",36446,11168,3,1175,1223 +"133632",36446,11218,3,1175,2292 +"133633",36446,11434,3,1175,1187 +"133634",36446,11516,3,1175,1937 +"133635",36446,12518,3,1175,2747 +"133636",36446,14669,3,1175,2080 +"133637",36446,24902,3,1175,2162 +"133638",36446,25440,2,1175,2749 +"133639",36446,26818,2,1175,1999 +"133640",36446,27478,3,1175,2485 +"133641",36446,30150,3,1175,1704 +"133642",36446,31307,3,1175,2139 +"133643",36446,35037,2,1175,2974 +"133644",36446,40296,3,1175,1674 +"133645",36446,43926,2,1175,2672 +"133646",36446,47726,3,1175,1272 +"133647",36446,49759,1,1175,2400 +"133648",36446,49917,2,1175,2400 +"133649",36446,51546,2,1175,1369 +"133650",36446,53031,3,1175,2065 +"133651",36446,57657,3,1175,2735 +"133652",36446,88857,3,1175,1232 +"133653",36446,95408,3,1175,2393 +"133654",36446,96435,3,1175,2765 +"133655",36450,23,2,1591,1682 +"133656",36450,1150,3,1591,1595 +"133657",36450,1592,3,1591,2006 +"133658",36450,3164,3,1591,2693 +"133659",36450,3477,3,1591,2546 +"133660",36450,5041,2,1591,2371 +"133661",36450,5449,3,1591,1723 +"133662",36450,10200,3,1591,2920 +"133663",36450,10358,3,1591,2294 +"133664",36450,12818,3,1591,2015 +"133665",36450,13929,3,1591,2693 +"133666",36450,14084,3,1591,2491 +"133667",36450,14108,3,1591,2012 +"133668",36450,21122,3,1591,1701 +"133669",36450,21682,3,1591,2414 +"133670",36450,21684,3,1591,1971 +"133671",36450,21929,3,1591,2062 +"133672",36450,24198,3,1591,2217 +"133673",36450,25565,3,1591,2764 +"133674",36450,27195,3,1591,2158 +"133675",36450,29170,2,1591,1846 +"133676",36450,29930,3,1591,2240 +"133677",36450,34491,3,1591,2694 +"133678",36450,36962,3,1591,2861 +"133679",36450,42574,3,1591,2842 +"133680",36450,49277,3,1591,1928 +"133681",36450,55691,3,1591,2856 +"133682",36450,78436,1,1591,1615 +"133683",36450,88232,3,1591,2881 +"133684",36487,15502,3,2622,2637 +"133685",36487,20941,3,2622,2725 +"133686",36487,27686,2,2622,2844 +"133687",36487,27742,3,2622,2700 +"133688",36487,40572,3,2622,2666 +"133689",36487,43673,3,2622,2787 +"133690",36487,47130,3,2622,2654 +"133691",36487,61513,2,2622,2948 +"133692",36487,62626,3,2622,2787 +"133693",36487,62712,3,2622,2884 +"133694",36487,92297,3,2622,2952 +"133695",36491,5937,3,1781,2392 +"133696",36491,6234,3,1781,2654 +"133697",36491,41521,3,1781,2069 +"133698",36491,53648,3,1781,2167 +"133699",36499,270,3,182,2542 +"133700",36499,360,3,182,1671 +"133701",36499,1044,3,182,880 +"133702",36499,1050,3,182,1185 +"133703",36499,1124,3,182,1596 +"133704",36499,1349,3,182,1147 +"133705",36499,4226,2,182,1903 +"133706",36499,6030,3,182,2953 +"133707",36499,6491,3,182,2424 +"133708",36499,6718,3,182,2138 +"133709",36499,8088,1,182,2220 +"133710",36499,8772,3,182,847 +"133711",36499,9432,3,182,1693 +"133712",36499,10488,2,182,1524 +"133713",36499,12103,2,182,1244 +"133714",36499,15539,3,182,1929 +"133715",36499,15643,3,182,502 +"133716",36499,16040,3,182,1244 +"133717",36499,16863,3,182,2069 +"133718",36499,17141,3,182,702 +"133719",36499,18394,3,182,2356 +"133720",36499,20024,3,182,1181 +"133721",36499,21122,3,182,1701 +"133722",36499,21275,3,182,2609 +"133723",36499,22025,3,182,1591 +"133724",36499,22260,3,182,2137 +"133725",36499,23725,3,182,2378 +"133726",36499,24789,2,182,829 +"133727",36499,26451,3,182,2133 +"133728",36499,28190,2,182,1634 +"133729",36499,29295,3,182,2043 +"133730",36499,30325,3,182,1067 +"133731",36499,30906,3,182,2537 +"133732",36499,31338,3,182,917 +"133733",36499,32811,3,182,804 +"133734",36499,35610,3,182,594 +"133735",36499,37893,3,182,875 +"133736",36499,38019,3,182,1870 +"133737",36499,38523,2,182,549 +"133738",36499,40472,2,182,549 +"133739",36499,43518,3,182,2680 +"133740",36499,46196,3,182,1510 +"133741",36499,46694,3,182,191 +"133742",36499,46883,2,182,1671 +"133743",36499,48260,3,182,875 +"133744",36499,52136,3,182,1412 +"133745",36499,54295,3,182,191 +"133746",36499,56082,3,182,2395 +"133747",36499,56143,3,182,766 +"133748",36499,56317,3,182,2030 +"133749",36499,58133,3,182,1484 +"133750",36499,58451,2,182,1939 +"133751",36499,58530,3,182,298 +"133752",36499,67763,3,182,822 +"133753",36499,72207,3,182,2430 +"133754",36499,76284,3,182,1237 +"133755",36499,79804,3,182,2227 +"133756",36499,81588,3,182,1568 +"133757",36499,89097,3,182,935 +"133758",36499,97915,3,182,1802 +"133759",36499,99020,3,182,1383 +"133760",36504,13003,3,850,2763 +"133761",36504,98716,2,850,1166 +"133762",36504,116575,3,850,2140 +"133763",36506,11067,3,2638,2734 +"133764",36506,28893,3,2638,2764 +"133765",36506,31131,3,2638,2810 +"133766",36506,36120,3,2638,2971 +"133767",36506,43929,2,2638,2749 +"133768",36506,47534,2,2638,2712 +"133769",36514,341,3,1192,2689 +"133770",36514,680,3,1192,2569 +"133771",36514,798,2,1192,2476 +"133772",36514,841,3,1192,2964 +"133773",36514,1196,3,1192,1986 +"133774",36514,1203,3,1192,1350 +"133775",36514,2057,3,1192,1965 +"133776",36514,2747,3,1192,2411 +"133777",36514,2852,2,1192,2448 +"133778",36514,3284,1,1192,1541 +"133779",36514,3830,3,1192,1661 +"133780",36514,3978,3,1192,2775 +"133781",36514,4317,3,1192,1224 +"133782",36514,4526,3,1192,1728 +"133783",36514,4669,3,1192,2395 +"133784",36514,5363,3,1192,1791 +"133785",36514,5462,3,1192,2374 +"133786",36514,5599,3,1192,1684 +"133787",36514,5897,3,1192,2337 +"133788",36514,7847,3,1192,2424 +"133789",36514,7948,3,1192,1584 +"133790",36514,8354,3,1192,1705 +"133791",36514,8610,1,1192,2240 +"133792",36514,8726,3,1192,2083 +"133793",36514,8777,2,1192,1620 +"133794",36514,8860,3,1192,2141 +"133795",36514,9311,3,1192,2477 +"133796",36514,10473,3,1192,1783 +"133797",36514,10727,3,1192,2082 +"133798",36514,10843,3,1192,2277 +"133799",36514,11136,3,1192,2573 +"133800",36514,11419,3,1192,1408 +"133801",36514,11625,2,1192,2022 +"133802",36514,12067,3,1192,1213 +"133803",36514,12897,3,1192,1351 +"133804",36514,13099,3,1192,1547 +"133805",36514,14754,3,1192,2456 +"133806",36514,14959,3,1192,2898 +"133807",36514,15567,3,1192,2671 +"133808",36514,16361,3,1192,1641 +"133809",36514,17033,3,1192,2771 +"133810",36514,18102,3,1192,1642 +"133811",36514,18211,3,1192,1745 +"133812",36514,18421,3,1192,2457 +"133813",36514,19386,3,1192,1714 +"133814",36514,19433,3,1192,2504 +"133815",36514,19605,3,1192,2395 +"133816",36514,19637,3,1192,1229 +"133817",36514,20124,3,1192,2376 +"133818",36514,21207,3,1192,1258 +"133819",36514,21209,3,1192,2184 +"133820",36514,22766,3,1192,1945 +"133821",36514,23277,3,1192,1267 +"133822",36514,23726,3,1192,2434 +"133823",36514,23825,2,1192,1913 +"133824",36514,25741,3,1192,2853 +"133825",36514,25885,3,1192,1223 +"133826",36514,26336,3,1192,1904 +"133827",36514,26734,3,1192,2299 +"133828",36514,28081,2,1192,1927 +"133829",36514,28094,3,1192,1423 +"133830",36514,28131,3,1192,1492 +"133831",36514,29454,3,1192,2719 +"133832",36514,30150,3,1192,1704 +"133833",36514,32549,1,1192,2111 +"133834",36514,32606,3,1192,2100 +"133835",36514,32775,3,1192,2135 +"133836",36514,34094,3,1192,1360 +"133837",36514,35004,3,1192,1509 +"133838",36514,35477,3,1192,2703 +"133839",36514,35715,3,1192,2912 +"133840",36514,35980,3,1192,2657 +"133841",36514,37929,3,1192,2393 +"133842",36514,38333,3,1192,1365 +"133843",36514,41023,3,1192,2408 +"133844",36514,41278,3,1192,1873 +"133845",36514,41338,3,1192,1553 +"133846",36514,41764,3,1192,2409 +"133847",36514,44235,3,1192,2700 +"133848",36514,45329,3,1192,1693 +"133849",36514,47013,3,1192,2388 +"133850",36514,48015,3,1192,1355 +"133851",36514,51687,3,1192,2333 +"133852",36514,57950,3,1192,1529 +"133853",36514,58875,3,1192,1899 +"133854",36514,61355,2,1192,2467 +"133855",36514,61585,1,1192,2315 +"133856",36514,65856,3,1192,2504 +"133857",36514,66693,3,1192,2554 +"133858",36514,68789,2,1192,1929 +"133859",36514,69745,3,1192,1594 +"133860",36514,70203,3,1192,2756 +"133861",36514,71531,2,1192,2887 +"133862",36514,73266,3,1192,2496 +"133863",36514,79627,3,1192,2409 +"133864",36514,80606,3,1192,2079 +"133865",36514,87144,3,1192,2299 +"133866",36514,102016,3,1192,1649 +"133867",36520,393,3,571,643 +"133868",36520,5937,3,571,2392 +"133869",36520,6363,3,571,2066 +"133870",36520,7604,3,571,1366 +"133871",36520,11521,2,571,1559 +"133872",36520,12197,3,571,1235 +"133873",36520,14612,2,571,2340 +"133874",36520,14957,3,571,2306 +"133875",36520,16347,3,571,1868 +"133876",36520,16869,2,571,1985 +"133877",36520,16970,3,571,938 +"133878",36520,17672,1,571,1987 +"133879",36520,18645,3,571,793 +"133880",36520,19617,2,571,679 +"133881",36520,20541,2,571,2617 +"133882",36520,22746,3,571,913 +"133883",36520,27570,2,571,1559 +"133884",36520,31924,3,571,643 +"133885",36520,33108,3,571,1559 +"133886",36520,34431,3,571,2319 +"133887",36520,36892,3,571,643 +"133888",36520,37765,3,571,1134 +"133889",36520,38354,3,571,629 +"133890",36520,41141,3,571,2159 +"133891",36520,47098,3,571,2057 +"133892",36520,50785,3,571,2877 +"133893",36520,64641,3,571,2617 +"133894",36520,78002,3,571,2271 +"133895",36520,80351,3,571,594 +"133896",36520,82039,3,571,1327 +"133897",36520,101332,3,571,585 +"133898",36520,105959,3,571,1327 +"133899",36554,3886,3,1649,1669 +"133900",36554,10779,2,1649,2881 +"133901",36554,12518,3,1649,2747 +"133902",36554,24816,3,1649,2161 +"133903",36554,27030,2,1649,2031 +"133904",36554,27377,3,1649,1724 +"133905",36554,40129,3,1649,2162 +"133906",36554,43978,3,1649,2698 +"133907",36554,44769,2,1649,2411 +"133908",36559,1616,3,2473,2662 +"133909",36559,4618,3,2473,2607 +"133910",36559,5669,3,2473,2502 +"133911",36559,5725,2,2473,2789 +"133912",36559,7323,3,2473,2858 +"133913",36559,7394,3,2473,2615 +"133914",36559,7984,3,2473,2493 +"133915",36559,12867,3,2473,2773 +"133916",36559,13249,3,2473,2573 +"133917",36559,13732,3,2473,2789 +"133918",36559,13929,3,2473,2693 +"133919",36559,18151,3,2473,2962 +"133920",36559,19208,3,2473,2629 +"133921",36559,24825,3,2473,2686 +"133922",36559,26351,3,2473,2683 +"133923",36559,26865,3,2473,2726 +"133924",36559,28285,2,2473,2972 +"133925",36559,29004,3,2473,2596 +"133926",36559,32761,3,2473,2680 +"133927",36559,36962,2,2473,2861 +"133928",36559,39087,3,2473,2765 +"133929",36559,42196,3,2473,2765 +"133930",36559,44235,3,2473,2700 +"133931",36559,47947,1,2473,2681 +"133932",36559,51626,2,2473,2494 +"133933",36559,51853,3,2473,2520 +"133934",36559,53219,3,2473,2973 +"133935",36559,57977,3,2473,2683 +"133936",36559,61458,3,2473,2630 +"133937",36559,62840,3,2473,2502 +"133938",36559,71562,3,2473,2574 +"133939",36559,75311,3,2473,2745 +"133940",36563,1692,2,647,2443 +"133941",36563,2093,2,647,2459 +"133942",36563,3317,2,647,2037 +"133943",36563,4066,3,647,1736 +"133944",36563,5055,3,647,1796 +"133945",36563,5845,3,647,1552 +"133946",36563,7443,3,647,2028 +"133947",36563,7795,3,647,2789 +"133948",36563,9440,3,647,1006 +"133949",36563,9506,3,647,1012 +"133950",36563,11019,3,647,1299 +"133951",36563,11381,3,647,1638 +"133952",36563,11506,3,647,2824 +"133953",36563,14626,3,647,2175 +"133954",36563,14654,3,647,1692 +"133955",36563,14915,3,647,2606 +"133956",36563,16594,3,647,1755 +"133957",36563,16777,3,647,834 +"133958",36563,22297,3,647,1904 +"133959",36563,23121,3,647,2108 +"133960",36563,23325,3,647,2779 +"133961",36563,24085,3,647,1253 +"133962",36563,24892,3,647,803 +"133963",36563,29319,3,647,2314 +"133964",36563,29409,3,647,2199 +"133965",36563,33186,3,647,2240 +"133966",36563,33470,3,647,2003 +"133967",36563,34776,2,647,1281 +"133968",36563,42914,2,647,1737 +"133969",36563,44464,3,647,1619 +"133970",36563,45030,3,647,2776 +"133971",36563,46642,3,647,999 +"133972",36563,46951,3,647,2429 +"133973",36563,47384,3,647,1639 +"133974",36563,49121,2,647,2199 +"133975",36563,54663,3,647,1424 +"133976",36563,61125,2,647,1673 +"133977",36563,64987,3,647,1360 +"133978",36563,75607,3,647,2245 +"133979",36563,78384,3,647,1762 +"133980",36563,78768,3,647,841 +"133981",36563,82226,3,647,1619 +"133982",36563,97498,3,647,2346 +"133983",36577,388,2,958,1594 +"133984",36577,725,2,958,1064 +"133985",36577,1560,3,958,2013 +"133986",36577,2396,3,958,1674 +"133987",36577,3255,3,958,2504 +"133988",36577,3557,3,958,1259 +"133989",36577,5235,3,958,2324 +"133990",36577,5816,3,958,2408 +"133991",36577,6071,2,958,2310 +"133992",36577,8525,3,958,1787 +"133993",36577,9716,3,958,1929 +"133994",36577,9723,3,958,2302 +"133995",36577,9808,3,958,1648 +"133996",36577,10908,3,958,1134 +"133997",36577,11429,3,958,2520 +"133998",36577,12818,3,958,2015 +"133999",36577,14025,3,958,2384 +"134000",36577,14623,3,958,2043 +"134001",36577,14654,3,958,1692 +"134002",36577,14761,2,958,2502 +"134003",36577,14957,3,958,2306 +"134004",36577,15075,2,958,2252 +"134005",36577,15088,3,958,2906 +"134006",36577,16771,3,958,1541 +"134007",36577,18855,2,958,1362 +"134008",36577,18954,3,958,2364 +"134009",36577,20392,2,958,1309 +"134010",36577,24116,3,958,1413 +"134011",36577,29824,3,958,2772 +"134012",36577,30334,3,958,2075 +"134013",36577,31395,3,958,1695 +"134014",36577,33961,3,958,1269 +"134015",36577,37636,3,958,2178 +"134016",36577,38602,3,958,2693 +"134017",36577,40392,2,958,1878 +"134018",36577,40850,2,958,1396 +"134019",36577,49347,3,958,2504 +"134020",36577,49621,2,958,1915 +"134021",36577,51783,3,958,2599 +"134022",36577,53498,3,958,1967 +"134023",36577,53537,2,958,2428 +"134024",36577,53905,3,958,2193 +"134025",36577,56737,2,958,2270 +"134026",36577,58086,3,958,1667 +"134027",36577,59347,2,958,1926 +"134028",36577,69215,3,958,1591 +"134029",36577,72827,2,958,1359 +"134030",36577,76230,3,958,1223 +"134031",36577,79036,3,958,2524 +"134032",36577,79236,3,958,1505 +"134033",36577,79822,2,958,1508 +"134034",36577,81113,2,958,1914 +"134035",36577,82426,3,958,1576 +"134036",36577,96349,3,958,1874 +"134037",36577,108872,3,958,1810 +"134038",36578,23,3,1484,1682 +"134039",36578,2424,3,1484,2582 +"134040",36578,3011,2,1484,2278 +"134041",36578,3765,3,1484,2775 +"134042",36578,3777,3,1484,1798 +"134043",36578,3978,3,1484,2775 +"134044",36578,4303,3,1484,2414 +"134045",36578,4701,3,1484,2401 +"134046",36578,4932,3,1484,2752 +"134047",36578,5041,3,1484,2371 +"134048",36578,5839,3,1484,2301 +"134049",36578,6162,2,1484,1673 +"134050",36578,6602,2,1484,1631 +"134051",36578,8275,3,1484,2237 +"134052",36578,9311,2,1484,2477 +"134053",36578,9423,3,1484,1708 +"134054",36578,9979,2,1484,2238 +"134055",36578,10474,2,1484,1608 +"134056",36578,10843,3,1484,2277 +"134057",36578,11029,3,1484,2362 +"134058",36578,12081,3,1484,2166 +"134059",36578,14723,3,1484,2019 +"134060",36578,15626,3,1484,2434 +"134061",36578,16850,3,1484,1657 +"134062",36578,17037,3,1484,2947 +"134063",36578,18102,3,1484,1642 +"134064",36578,18381,3,1484,1524 +"134065",36578,18670,2,1484,1835 +"134066",36578,22180,3,1484,1835 +"134067",36578,22682,3,1484,2035 +"134068",36578,23131,3,1484,1732 +"134069",36578,23745,2,1484,1968 +"134070",36578,24169,2,1484,1663 +"134071",36578,24256,3,1484,2393 +"134072",36578,24721,3,1484,2326 +"134073",36578,25373,3,1484,2783 +"134074",36578,26595,2,1484,1566 +"134075",36578,27742,3,1484,2700 +"134076",36578,27796,3,1484,2151 +"134077",36578,29512,3,1484,1594 +"134078",36578,30334,3,1484,2075 +"134079",36578,30525,2,1484,1964 +"134080",36578,30906,3,1484,2537 +"134081",36578,31159,3,1484,2231 +"134082",36578,32047,3,1484,1858 +"134083",36578,33356,3,1484,1586 +"134084",36578,33433,3,1484,2805 +"134085",36578,34707,2,1484,2042 +"134086",36578,34820,1,1484,1630 +"134087",36578,34831,3,1484,1866 +"134088",36578,35888,2,1484,2291 +"134089",36578,36450,3,1484,1591 +"134090",36578,37636,3,1484,2178 +"134091",36578,40392,3,1484,1878 +"134092",36578,42333,3,1484,2234 +"134093",36578,45545,3,1484,1776 +"134094",36578,46091,3,1484,1938 +"134095",36578,49560,3,1484,1679 +"134096",36578,51783,3,1484,2599 +"134097",36578,53134,3,1484,1590 +"134098",36578,54879,2,1484,2210 +"134099",36578,57732,3,1484,2454 +"134100",36578,59113,3,1484,2434 +"134101",36578,62903,1,1484,1704 +"134102",36578,64699,3,1484,2797 +"134103",36578,67145,2,1484,2015 +"134104",36578,72391,3,1484,1547 +"134105",36578,73197,3,1484,1998 +"134106",36578,75343,2,1484,2008 +"134107",36578,79382,2,1484,1908 +"134108",36599,1685,2,541,2230 +"134109",36599,1785,3,541,2350 +"134110",36599,3016,3,541,747 +"134111",36599,3477,3,541,2546 +"134112",36599,4698,3,541,2481 +"134113",36599,5355,3,541,1499 +"134114",36599,6063,3,541,2349 +"134115",36599,7499,3,541,1803 +"134116",36599,10250,3,541,1606 +"134117",36599,11154,3,541,1594 +"134118",36599,11521,2,541,1559 +"134119",36599,11679,3,541,846 +"134120",36599,12000,3,541,1454 +"134121",36599,12007,3,541,1594 +"134122",36599,12735,3,541,819 +"134123",36599,12779,3,541,936 +"134124",36599,13671,2,541,1371 +"134125",36599,13861,3,541,1197 +"134126",36599,15558,3,541,2389 +"134127",36599,15728,3,541,576 +"134128",36599,16590,2,541,1123 +"134129",36599,18217,3,541,1566 +"134130",36599,18645,2,541,793 +"134131",36599,19296,3,541,1705 +"134132",36599,20709,3,541,1757 +"134133",36599,22462,3,541,869 +"134134",36599,22744,3,541,1907 +"134135",36599,26577,2,541,933 +"134136",36599,31794,3,541,1919 +"134137",36599,33223,3,541,2397 +"134138",36599,39507,3,541,793 +"134139",36599,40129,3,541,2162 +"134140",36599,40542,3,541,1664 +"134141",36599,49069,3,541,1694 +"134142",36599,50621,3,541,2809 +"134143",36599,51173,3,541,1829 +"134144",36599,55674,3,541,718 +"134145",36599,70656,3,541,2771 +"134146",36599,79547,3,541,1909 +"134147",36599,80377,3,541,1384 +"134148",36599,80942,3,541,1240 +"134149",36599,104843,3,541,1167 +"134150",36637,854,3,2085,2307 +"134151",36637,1315,3,2085,2760 +"134152",36637,8860,3,2085,2141 +"134153",36637,8865,3,2085,2394 +"134154",36637,13324,2,2085,2163 +"134155",36637,13479,3,2085,2155 +"134156",36637,21479,2,2085,2134 +"134157",36637,23139,3,2085,2644 +"134158",36637,23268,3,2085,2258 +"134159",36637,23460,3,2085,2183 +"134160",36637,26234,2,2085,2183 +"134161",36637,27427,3,2085,2325 +"134162",36637,27908,3,2085,2576 +"134163",36637,30236,3,2085,2238 +"134164",36637,38732,3,2085,2263 +"134165",36637,44654,3,2085,2916 +"134166",36637,46506,3,2085,2464 +"134167",36637,47803,3,2085,2477 +"134168",36637,50179,3,2085,2230 +"134169",36637,61188,3,2085,2134 +"134170",36637,65572,3,2085,2750 +"134171",36645,13184,3,547,977 +"134172",36645,15159,2,547,756 +"134173",36645,20155,3,547,1517 +"134174",36645,20395,2,547,1468 +"134175",36645,24974,3,547,702 +"134176",36645,32479,3,547,969 +"134177",36645,33572,3,547,2370 +"134178",36645,38513,3,547,914 +"134179",36645,46501,3,547,845 +"134180",36645,46982,3,547,2806 +"134181",36645,47013,3,547,2388 +"134182",36645,52385,3,547,1031 +"134183",36645,66693,3,547,2554 +"134184",36646,25325,3,2744,2963 +"134185",36646,47877,1,2744,2970 +"134186",36651,380,3,1600,2261 +"134187",36651,600,3,1600,1702 +"134188",36651,675,2,1600,1686 +"134189",36651,1136,2,1600,2536 +"134190",36651,4191,3,1600,2130 +"134191",36651,6392,3,1600,1878 +"134192",36651,6428,3,1600,1952 +"134193",36651,6491,3,1600,2424 +"134194",36651,7515,3,1600,2737 +"134195",36651,7847,2,1600,2424 +"134196",36651,8062,3,1600,2858 +"134197",36651,9362,3,1600,2879 +"134198",36651,9805,3,1600,1621 +"134199",36651,10871,3,1600,2314 +"134200",36651,11055,3,1600,2111 +"134201",36651,11516,3,1600,1937 +"134202",36651,11620,3,1600,2010 +"134203",36651,12199,3,1600,1651 +"134204",36651,14108,3,1600,2012 +"134205",36651,19322,3,1600,2048 +"134206",36651,19751,3,1600,1630 +"134207",36651,21681,2,1600,2005 +"134208",36651,21706,3,1600,1988 +"134209",36651,22884,3,1600,1608 +"134210",36651,22885,3,1600,1702 +"134211",36651,23132,3,1600,2756 +"134212",36651,24568,3,1600,1937 +"134213",36651,25341,3,1600,1858 +"134214",36651,25816,3,1600,2088 +"134215",36651,26067,3,1600,2069 +"134216",36651,27501,3,1600,1981 +"134217",36651,27628,3,1600,2389 +"134218",36651,27753,3,1600,2750 +"134219",36651,34160,3,1600,1759 +"134220",36651,34492,3,1600,1798 +"134221",36651,38727,3,1600,2238 +"134222",36651,40137,3,1600,1718 +"134223",36651,40369,3,1600,2735 +"134224",36651,45608,3,1600,2420 +"134225",36651,46532,2,1600,2005 +"134226",36651,47064,3,1600,1993 +"134227",36651,57129,3,1600,1858 +"134228",36651,59790,3,1600,1827 +"134229",36651,63409,3,1600,1937 +"134230",36651,64181,2,1600,1828 +"134231",36651,64997,2,1600,2791 +"134232",36651,66413,3,1600,2507 +"134233",36651,73305,2,1600,2544 +"134234",36651,73394,3,1600,1606 +"134235",36651,78037,2,1600,1606 +"134236",36651,80429,3,1600,1927 +"134237",36651,105063,3,1600,1908 +"134238",36656,3978,3,1858,2775 +"134239",36656,11029,3,1858,2362 +"134240",36656,19686,3,1858,2467 +"134241",36656,25373,3,1858,2783 +"134242",36657,4289,3,165,1921 +"134243",36657,4790,3,165,1025 +"134244",36657,12610,3,165,1274 +"134245",36657,13248,3,165,1385 +"134246",36657,13929,3,165,2693 +"134247",36657,14091,3,165,929 +"134248",36657,20643,3,165,2341 +"134249",36657,47585,3,165,794 +"134250",36657,50217,1,165,1211 +"134251",36657,52058,3,165,1836 +"134252",36657,84618,2,165,545 +"134253",36657,94101,3,165,997 +"134254",36666,4551,3,1270,2720 +"134255",36666,5568,3,1270,1290 +"134256",36666,9241,2,1270,2338 +"134257",36666,13068,3,1270,1778 +"134258",36666,22458,3,1270,1586 +"134259",36666,26450,3,1270,1709 +"134260",36666,33314,3,1270,1444 +"134261",36666,65188,3,1270,2213 +"134262",36666,67724,2,1270,1392 +"134263",36670,5669,2,2298,2502 +"134264",36670,5725,2,2298,2789 +"134265",36670,28285,3,2298,2972 +"134266",36670,36559,3,2298,2473 +"134267",36670,38885,3,2298,2720 +"134268",36670,39087,3,2298,2765 +"134269",36670,47947,3,2298,2681 +"134270",36670,62840,3,2298,2502 +"134271",36678,31700,3,2446,2727 +"134272",36691,3164,3,1903,2693 +"134273",36691,6030,3,1903,2953 +"134274",36691,6047,3,1903,2004 +"134275",36691,6324,3,1903,1990 +"134276",36691,7942,3,1903,2623 +"134277",36691,9579,3,1903,2105 +"134278",36691,10717,3,1903,1938 +"134279",36691,10954,3,1903,2302 +"134280",36691,11218,3,1903,2292 +"134281",36691,12042,3,1903,2345 +"134282",36691,14972,3,1903,2332 +"134283",36691,16096,3,1903,2301 +"134284",36691,16352,3,1903,2657 +"134285",36691,17400,3,1903,2231 +"134286",36691,22566,3,1903,2308 +"134287",36691,23310,2,1903,2371 +"134288",36691,24568,3,1903,1937 +"134289",36691,26080,3,1903,2525 +"134290",36691,28050,3,1903,1955 +"134291",36691,28168,3,1903,2702 +"134292",36691,29930,3,1903,2240 +"134293",36691,32503,3,1903,2020 +"134294",36691,32919,3,1903,2321 +"134295",36691,34735,3,1903,2767 +"134296",36691,54929,3,1903,2783 +"134297",36691,56604,3,1903,1919 +"134298",36691,63409,3,1903,1937 +"134299",36691,72501,3,1903,2795 +"134300",36691,73305,3,1903,2544 +"134301",36701,377,3,2381,2389 +"134302",36701,1151,3,2381,2885 +"134303",36701,1616,3,2381,2662 +"134304",36701,4057,3,2381,2389 +"134305",36701,7323,3,2381,2858 +"134306",36701,37570,3,2381,2389 +"134307",36701,39548,1,2381,2389 +"134308",36709,1574,3,1629,1718 +"134309",36709,5064,1,1629,1690 +"134310",36709,15150,3,1629,2801 +"134311",36709,19002,3,1629,2053 +"134312",36709,23728,3,1629,2601 +"134313",36709,26582,3,1629,2772 +"134314",36709,30096,3,1629,2082 +"134315",36709,31295,3,1629,2183 +"134316",36709,33460,3,1629,2781 +"134317",36709,47607,3,1629,2724 +"134318",36709,76997,3,1629,2223 +"134319",36714,4671,3,2209,2280 +"134320",36714,7180,3,2209,2227 +"134321",36714,16866,3,2209,2718 +"134322",36714,18865,3,2209,2676 +"134323",36714,23725,3,2209,2378 +"134324",36714,31436,2,2209,2892 +"134325",36714,47362,3,2209,2253 +"134326",36714,48571,3,2209,2717 +"134327",36714,63395,3,2209,2334 +"134328",36737,680,2,829,2569 +"134329",36737,1519,3,829,2349 +"134330",36737,2429,3,829,999 +"134331",36737,2852,3,829,2448 +"134332",36737,3254,3,829,1258 +"134333",36737,3284,3,829,1541 +"134334",36737,3493,3,829,2451 +"134335",36737,3978,3,829,2775 +"134336",36737,4303,3,829,2414 +"134337",36737,4526,3,829,1728 +"134338",36737,4660,2,829,2149 +"134339",36737,4669,3,829,2395 +"134340",36737,5106,2,829,2622 +"134341",36737,5683,3,829,2468 +"134342",36737,5897,3,829,2337 +"134343",36737,6877,3,829,867 +"134344",36737,7269,3,829,1728 +"134345",36737,8354,3,829,1705 +"134346",36737,8610,2,829,2240 +"134347",36737,8777,2,829,1620 +"134348",36737,9503,3,829,2453 +"134349",36737,9785,3,829,2951 +"134350",36737,10473,3,829,1783 +"134351",36737,11383,3,829,977 +"134352",36737,11625,3,829,2022 +"134353",36737,12067,3,829,1213 +"134354",36737,12361,3,829,2732 +"134355",36737,12759,3,829,2414 +"134356",36737,12781,3,829,831 +"134357",36737,13099,3,829,1547 +"134358",36737,14781,3,829,2338 +"134359",36737,16501,3,829,1650 +"134360",36737,17033,1,829,2771 +"134361",36737,18102,2,829,1642 +"134362",36737,18122,3,829,894 +"134363",36737,18124,3,829,1642 +"134364",36737,18381,3,829,1524 +"134365",36737,18421,3,829,2457 +"134366",36737,18978,3,829,952 +"134367",36737,19655,3,829,2706 +"134368",36737,20395,3,829,1468 +"134369",36737,20941,3,829,2725 +"134370",36737,21383,3,829,971 +"134371",36737,21810,3,829,1579 +"134372",36737,23277,3,829,1267 +"134373",36737,23756,3,829,2309 +"134374",36737,23966,3,829,891 +"134375",36737,25373,3,829,2783 +"134376",36737,26336,3,829,1904 +"134377",36737,26793,3,829,2104 +"134378",36737,27320,3,829,2378 +"134379",36737,27686,3,829,2844 +"134380",36737,27742,3,829,2700 +"134381",36737,27897,3,829,1968 +"134382",36737,28357,3,829,1134 +"134383",36737,28909,3,829,978 +"134384",36737,30865,3,829,2038 +"134385",36737,31335,3,829,2351 +"134386",36737,32202,3,829,2314 +"134387",36737,32549,3,829,2111 +"134388",36737,32988,3,829,2008 +"134389",36737,33870,3,829,955 +"134390",36737,36487,3,829,2622 +"134391",36737,36514,2,829,1192 +"134392",36737,37424,3,829,1693 +"134393",36737,37636,3,829,2178 +"134394",36737,38513,3,829,914 +"134395",36737,39249,3,829,1665 +"134396",36737,39534,3,829,2410 +"134397",36737,40572,3,829,2666 +"134398",36737,41023,3,829,2408 +"134399",36737,41723,3,829,2101 +"134400",36737,44025,3,829,1935 +"134401",36737,46486,3,829,1868 +"134402",36737,46982,3,829,2806 +"134403",36737,47013,2,829,2388 +"134404",36737,50585,3,829,2414 +"134405",36737,51144,3,829,2466 +"134406",36737,51774,3,829,2459 +"134407",36737,58875,3,829,1899 +"134408",36737,61355,3,829,2467 +"134409",36737,61585,3,829,2315 +"134410",36737,62626,3,829,2787 +"134411",36737,62715,3,829,1838 +"134412",36737,63641,2,829,2337 +"134413",36737,66527,3,829,961 +"134414",36737,66717,2,829,2104 +"134415",36737,68931,3,829,2771 +"134416",36737,70583,3,829,2615 +"134417",36737,72438,3,829,1397 +"134418",36737,72535,2,829,1191 +"134419",36737,72632,3,829,1289 +"134420",36737,74370,2,829,1667 +"134421",36737,74474,3,829,2338 +"134422",36737,78842,3,829,904 +"134423",36737,80338,3,829,2059 +"134424",36737,85198,3,829,1794 +"134425",36737,87958,3,829,1234 +"134426",36737,90719,3,829,1234 +"134427",36737,91849,3,829,1166 +"134428",36737,94525,3,829,1993 +"134429",36737,95910,2,829,999 +"134430",36737,96007,2,829,895 +"134431",36763,1315,3,2165,2760 +"134432",36763,7241,3,2165,2259 +"134433",36763,9311,3,2165,2477 +"134434",36763,10843,3,2165,2277 +"134435",36763,15626,2,2165,2434 +"134436",36763,33433,3,2165,2805 +"134437",36763,51853,3,2165,2520 +"134438",36763,59113,3,2165,2434 +"134439",36784,160,2,576,2007 +"134440",36784,508,3,576,801 +"134441",36784,854,3,576,2307 +"134442",36784,1050,3,576,1185 +"134443",36784,1124,3,576,1596 +"134444",36784,1323,3,576,1659 +"134445",36784,1641,2,576,1490 +"134446",36784,2077,3,576,610 +"134447",36784,2111,3,576,1904 +"134448",36784,2894,2,576,1291 +"134449",36784,2982,3,576,1233 +"134450",36784,3954,2,576,839 +"134451",36784,5315,3,576,2631 +"134452",36784,5392,3,576,1648 +"134453",36784,5568,3,576,1290 +"134454",36784,5615,3,576,1105 +"134455",36784,5785,3,576,1261 +"134456",36784,5865,3,576,1910 +"134457",36784,6192,3,576,2409 +"134458",36784,6222,3,576,1949 +"134459",36784,6588,3,576,2025 +"134460",36784,7118,3,576,966 +"134461",36784,7185,3,576,1046 +"134462",36784,7406,3,576,1906 +"134463",36784,7555,3,576,1943 +"134464",36784,7616,1,576,2296 +"134465",36784,8238,3,576,2222 +"134466",36784,8585,3,576,1917 +"134467",36784,8726,3,576,2083 +"134468",36784,9331,3,576,2269 +"134469",36784,9423,3,576,1708 +"134470",36784,9615,3,576,2464 +"134471",36784,9871,1,576,921 +"134472",36784,10370,3,576,2224 +"134473",36784,10535,3,576,1534 +"134474",36784,10744,3,576,955 +"134475",36784,10857,3,576,2253 +"134476",36784,10870,3,576,1755 +"134477",36784,11770,3,576,1653 +"134478",36784,11912,2,576,889 +"134479",36784,12081,3,576,2166 +"134480",36784,12122,1,576,1385 +"134481",36784,12388,2,576,1975 +"134482",36784,12473,2,576,801 +"134483",36784,12632,3,576,1174 +"134484",36784,12692,3,576,1855 +"134485",36784,12712,1,576,815 +"134486",36784,12813,3,576,958 +"134487",36784,13249,3,576,2573 +"134488",36784,13324,3,576,2163 +"134489",36784,14731,3,576,2012 +"134490",36784,14959,3,576,2898 +"134491",36784,15122,3,576,1201 +"134492",36784,15207,3,576,1855 +"134493",36784,15444,3,576,2764 +"134494",36784,15632,3,576,1242 +"134495",36784,16193,2,576,756 +"134496",36784,16539,1,576,1947 +"134497",36784,16542,3,576,2039 +"134498",36784,17351,3,576,2036 +"134499",36784,17632,3,576,1947 +"134500",36784,18404,3,576,801 +"134501",36784,18670,3,576,1835 +"134502",36784,19208,3,576,2629 +"134503",36784,19232,3,576,917 +"134504",36784,19621,3,576,725 +"134505",36784,19892,3,576,1212 +"134506",36784,19893,3,576,1223 +"134507",36784,19937,3,576,1587 +"134508",36784,20124,3,576,2376 +"134509",36784,20200,3,576,2322 +"134510",36784,20419,3,576,1587 +"134511",36784,21401,3,576,1440 +"134512",36784,21950,3,576,1892 +"134513",36784,22057,3,576,974 +"134514",36784,22165,3,576,1501 +"134515",36784,22292,3,576,1910 +"134516",36784,22543,3,576,1594 +"134517",36784,22682,3,576,2035 +"134518",36784,22808,3,576,2297 +"134519",36784,22950,3,576,2576 +"134520",36784,23098,3,576,2300 +"134521",36784,23460,3,576,2183 +"134522",36784,23825,3,576,1913 +"134523",36784,24256,3,576,2393 +"134524",36784,24512,3,576,1369 +"134525",36784,24753,3,576,2860 +"134526",36784,24793,2,576,1993 +"134527",36784,24794,3,576,925 +"134528",36784,24826,3,576,1382 +"134529",36784,24853,3,576,1004 +"134530",36784,25030,3,576,2017 +"134531",36784,25033,2,576,929 +"134532",36784,25490,2,576,639 +"134533",36784,26083,3,576,2038 +"134534",36784,26796,3,576,2384 +"134535",36784,27323,3,576,943 +"134536",36784,27363,3,576,1508 +"134537",36784,27480,2,576,582 +"134538",36784,29089,3,576,1344 +"134539",36784,29454,3,576,2719 +"134540",36784,29512,2,576,1594 +"134541",36784,29930,3,576,2240 +"134542",36784,30329,3,576,848 +"134543",36784,30883,3,576,1629 +"134544",36784,31209,3,576,1137 +"134545",36784,31705,3,576,2706 +"134546",36784,31890,3,576,1487 +"134547",36784,31901,3,576,1251 +"134548",36784,32131,3,576,1035 +"134549",36784,32173,3,576,2341 +"134550",36784,32419,3,576,1909 +"134551",36784,34480,3,576,2755 +"134552",36784,34648,3,576,1596 +"134553",36784,35772,3,576,1440 +"134554",36784,36837,3,576,1556 +"134555",36784,38921,3,576,1880 +"134556",36784,39556,3,576,2747 +"134557",36784,40028,3,576,1349 +"134558",36784,40565,3,576,2115 +"134559",36784,40893,3,576,1116 +"134560",36784,41518,2,576,1641 +"134561",36784,41664,2,576,2641 +"134562",36784,41682,3,576,1988 +"134563",36784,42129,3,576,2318 +"134564",36784,42515,3,576,2752 +"134565",36784,42837,3,576,1096 +"134566",36784,43902,3,576,1726 +"134567",36784,44089,2,576,1632 +"134568",36784,44135,3,576,2620 +"134569",36784,44407,3,576,2154 +"134570",36784,45545,2,576,1776 +"134571",36784,46283,3,576,1184 +"134572",36784,46629,3,576,2255 +"134573",36784,46635,3,576,2528 +"134574",36784,47386,2,576,2226 +"134575",36784,47564,3,576,2650 +"134576",36784,47625,3,576,2562 +"134577",36784,49334,2,576,2433 +"134578",36784,49470,3,576,1528 +"134579",36784,50001,3,576,1518 +"134580",36784,50254,2,576,1151 +"134581",36784,50487,3,576,744 +"134582",36784,51157,3,576,2319 +"134583",36784,52597,3,576,1773 +"134584",36784,53830,3,576,1307 +"134585",36784,54551,3,576,2348 +"134586",36784,55076,1,576,2408 +"134587",36784,55185,3,576,922 +"134588",36784,55580,3,576,1942 +"134589",36784,55892,3,576,1234 +"134590",36784,56854,2,576,2022 +"134591",36784,56903,3,576,1584 +"134592",36784,58733,3,576,1958 +"134593",36784,58854,3,576,1131 +"134594",36784,60624,3,576,1570 +"134595",36784,63477,2,576,1907 +"134596",36784,64219,3,576,2705 +"134597",36784,65242,3,576,1988 +"134598",36784,65434,3,576,2866 +"134599",36784,66756,2,576,1301 +"134600",36784,67748,2,576,1498 +"134601",36784,67788,2,576,837 +"134602",36784,69250,2,576,1439 +"134603",36784,73661,3,576,2505 +"134604",36784,74818,3,576,1440 +"134605",36784,76564,3,576,996 +"134606",36784,76607,3,576,747 +"134607",36784,76646,2,576,1263 +"134608",36784,77001,3,576,1440 +"134609",36784,77611,1,576,1795 +"134610",36784,78270,3,576,1171 +"134611",36784,79653,3,576,2683 +"134612",36784,81463,3,576,955 +"134613",36784,82009,3,576,1020 +"134614",36784,82187,2,576,1055 +"134615",36784,82893,2,576,1275 +"134616",36784,83218,3,576,1537 +"134617",36784,83526,3,576,1235 +"134618",36784,85356,2,576,1492 +"134619",36784,88887,3,576,1161 +"134620",36784,92322,3,576,2393 +"134621",36784,96132,3,576,1489 +"134622",36784,96553,2,576,1887 +"134623",36784,96611,2,576,765 +"134624",36784,96911,3,576,956 +"134625",36784,97275,3,576,731 +"134626",36784,100241,2,576,777 +"134627",36784,115155,3,576,1942 +"134628",36829,20941,3,2722,2725 +"134629",36829,37060,3,2722,2840 +"134630",36832,23506,3,199,1172 +"134631",36832,101892,2,199,1322 +"134632",36837,160,2,1556,2007 +"134633",36837,2684,3,1556,2874 +"134634",36837,5710,3,1556,1926 +"134635",36837,5865,3,1556,1910 +"134636",36837,5984,2,1556,1675 +"134637",36837,5986,3,1556,1721 +"134638",36837,6192,3,1556,2409 +"134639",36837,6417,3,1556,1675 +"134640",36837,7406,3,1556,1906 +"134641",36837,7616,3,1556,2296 +"134642",36837,8238,3,1556,2222 +"134643",36837,8274,3,1556,1909 +"134644",36837,8726,3,1556,2083 +"134645",36837,11218,3,1556,2292 +"134646",36837,11770,3,1556,1653 +"134647",36837,12976,3,1556,2399 +"134648",36837,13249,2,1556,2573 +"134649",36837,13324,3,1556,2163 +"134650",36837,16539,3,1556,1947 +"134651",36837,17351,3,1556,2036 +"134652",36837,17632,3,1556,1947 +"134653",36837,19208,2,1556,2629 +"134654",36837,19605,3,1556,2395 +"134655",36837,19937,3,1556,1587 +"134656",36837,20419,3,1556,1587 +"134657",36837,20563,3,1556,2267 +"134658",36837,22808,3,1556,2297 +"134659",36837,23131,3,1556,1732 +"134660",36837,23460,3,1556,2183 +"134661",36837,24256,3,1556,2393 +"134662",36837,24753,3,1556,2860 +"134663",36837,25030,2,1556,2017 +"134664",36837,28218,3,1556,2048 +"134665",36837,29454,3,1556,2719 +"134666",36837,30525,3,1556,1964 +"134667",36837,36559,3,1556,2473 +"134668",36837,41518,3,1556,1641 +"134669",36837,41664,3,1556,2641 +"134670",36837,41764,3,1556,2409 +"134671",36837,42129,3,1556,2318 +"134672",36837,42515,3,1556,2752 +"134673",36837,47564,2,1556,2650 +"134674",36837,49334,3,1556,2433 +"134675",36837,50480,3,1556,2701 +"134676",36837,52597,3,1556,1773 +"134677",36837,55643,3,1556,2359 +"134678",36837,56604,3,1556,1919 +"134679",36837,63477,2,1556,1907 +"134680",36837,77611,2,1556,1795 +"134681",36837,78563,3,1556,2385 +"134682",36837,81349,1,1556,1958 +"134683",36840,1369,3,2269,2487 +"134684",36840,1624,3,2269,2687 +"134685",36840,4249,2,2269,2547 +"134686",36840,6223,3,2269,2363 +"134687",36840,6345,3,2269,2713 +"134688",36840,7253,3,2269,2686 +"134689",36840,9272,3,2269,2835 +"134690",36840,9724,3,2269,2713 +"134691",36840,14470,3,2269,2632 +"134692",36840,14612,3,2269,2340 +"134693",36840,14957,2,2269,2306 +"134694",36840,15782,2,2269,2306 +"134695",36840,17499,3,2269,2954 +"134696",36840,23498,3,2269,2398 +"134697",36840,23550,3,2269,2939 +"134698",36840,25941,3,2269,2369 +"134699",36840,28782,2,2269,2272 +"134700",36840,32169,3,2269,2504 +"134701",36840,37684,3,2269,2899 +"134702",36840,42390,2,2269,2937 +"134703",36840,42407,2,2269,2408 +"134704",36840,43226,3,2269,2442 +"134705",36840,43701,3,2269,2400 +"134706",36840,45499,3,2269,2346 +"134707",36840,47607,3,2269,2724 +"134708",36840,50440,3,2269,2469 +"134709",36840,53584,2,2269,2391 +"134710",36840,53652,3,2269,2899 +"134711",36840,58508,3,2269,2326 +"134712",36840,69335,3,2269,2698 +"134713",36840,71999,3,2269,2685 +"134714",36840,73520,3,2269,2613 +"134715",36862,5239,3,2655,2875 +"134716",36862,11477,3,2655,2724 +"134717",36862,28582,3,2655,2698 +"134718",36862,44427,3,2655,2875 +"134719",36862,44688,3,2655,2924 +"134720",36862,117956,3,2655,2774 +"134721",36892,3034,2,643,2601 +"134722",36892,14612,3,643,2340 +"134723",36892,19617,3,643,679 +"134724",36892,27570,3,643,1559 +"134725",36892,67289,3,643,829 +"134726",36892,77719,3,643,2086 +"134727",36892,78277,3,643,1937 +"134728",36912,680,3,2469,2569 +"134729",36912,841,3,2469,2964 +"134730",36912,2206,3,2469,2536 +"134731",36912,4932,3,2469,2752 +"134732",36912,9785,3,2469,2951 +"134733",36912,9787,3,2469,2858 +"134734",36912,13879,3,2469,2748 +"134735",36912,15567,2,2469,2671 +"134736",36912,15826,3,2469,2772 +"134737",36912,17037,3,2469,2947 +"134738",36912,19433,3,2469,2504 +"134739",36912,19655,3,2469,2706 +"134740",36912,26182,2,2469,2775 +"134741",36912,30368,3,2469,2487 +"134742",36912,40035,3,2469,2742 +"134743",36912,41770,3,2469,2752 +"134744",36912,45729,3,2469,2606 +"134745",36912,51783,3,2469,2599 +"134746",36912,53739,3,2469,2704 +"134747",36912,57067,3,2469,2547 +"134748",36912,62112,3,2469,2944 +"134749",36912,63077,3,2469,2778 +"134750",36912,64947,2,2469,2489 +"134751",36915,680,2,280,2569 +"134752",36915,2190,3,280,2359 +"134753",36915,3254,3,280,1258 +"134754",36915,3477,3,280,2546 +"134755",36915,4303,3,280,2414 +"134756",36915,5106,3,280,2622 +"134757",36915,5683,3,280,2468 +"134758",36915,5897,3,280,2337 +"134759",36915,8610,3,280,2240 +"134760",36915,8777,3,280,1620 +"134761",36915,9782,3,280,340 +"134762",36915,12759,3,280,2414 +"134763",36915,14781,3,280,2338 +"134764",36915,17033,3,280,2771 +"134765",36915,18102,3,280,1642 +"134766",36915,18122,3,280,894 +"134767",36915,18124,3,280,1642 +"134768",36915,18381,3,280,1524 +"134769",36915,20395,3,280,1468 +"134770",36915,20941,3,280,2725 +"134771",36915,23000,3,280,1815 +"134772",36915,23131,3,280,1732 +"134773",36915,25373,3,280,2783 +"134774",36915,26182,3,280,2775 +"134775",36915,27320,3,280,2378 +"134776",36915,32110,3,280,2224 +"134777",36915,33681,3,280,1059 +"134778",36915,36514,3,280,1192 +"134779",36915,36737,2,280,829 +"134780",36915,37636,3,280,2178 +"134781",36915,40572,3,280,2666 +"134782",36915,41723,3,280,2101 +"134783",36915,46486,3,280,1868 +"134784",36915,46982,3,280,2806 +"134785",36915,47013,2,280,2388 +"134786",36915,50585,3,280,2414 +"134787",36915,54467,2,280,919 +"134788",36915,55413,3,280,2129 +"134789",36915,62715,2,280,1838 +"134790",36915,79534,3,280,340 +"134791",36915,90719,3,280,1234 +"134792",36915,94525,3,280,1993 +"134793",36915,95690,2,280,765 +"134794",36915,99298,3,280,679 +"134795",36915,99418,3,280,444 +"134796",36950,455,3,2204,2827 +"134797",36950,1262,3,2204,2973 +"134798",36950,3695,3,2204,2612 +"134799",36950,5315,3,2204,2631 +"134800",36950,7078,2,2204,2344 +"134801",36950,7394,2,2204,2615 +"134802",36950,10779,3,2204,2881 +"134803",36950,12035,3,2204,2721 +"134804",36950,17819,3,2204,2291 +"134805",36950,18151,2,2204,2962 +"134806",36950,18366,3,2204,2699 +"134807",36950,19528,3,2204,2742 +"134808",36950,19872,3,2204,2913 +"134809",36950,20067,3,2204,2390 +"134810",36950,21417,3,2204,2422 +"134811",36950,21795,2,2204,2653 +"134812",36950,22207,3,2204,2365 +"134813",36950,26608,3,2204,2329 +"134814",36950,26865,3,2204,2726 +"134815",36950,28923,3,2204,2362 +"134816",36950,30081,3,2204,2403 +"134817",36950,34327,1,2204,2959 +"134818",36950,37752,3,2204,2223 +"134819",36950,45664,3,2204,2235 +"134820",36950,47140,3,2204,2439 +"134821",36950,61458,3,2204,2630 +"134822",36950,70586,3,2204,2562 +"134823",36950,73266,3,2204,2496 +"134824",36953,841,3,2790,2964 +"134825",36953,3403,3,2790,2951 +"134826",36953,7252,3,2790,2799 +"134827",36953,8062,3,2790,2858 +"134828",36953,9787,3,2790,2858 +"134829",36953,11648,3,2790,2852 +"134830",36953,12747,3,2790,2818 +"134831",36953,13290,3,2790,2824 +"134832",36953,18371,3,2790,2860 +"134833",36953,22723,3,2790,2859 +"134834",36953,27686,3,2790,2844 +"134835",36953,30705,3,2790,2959 +"134836",36953,34908,3,2790,2796 +"134837",36953,71531,3,2790,2887 +"134838",36962,10148,3,2861,2964 +"134839",36962,18151,3,2861,2962 +"134840",36962,34327,3,2861,2959 +"134841",36962,41872,3,2861,2974 +"134842",36962,53219,3,2861,2973 +"134843",36975,3272,3,887,2132 +"134844",36975,6562,3,887,1139 +"134845",36975,7648,3,887,1861 +"134846",36975,9273,3,887,1747 +"134847",36975,10435,3,887,1984 +"134848",36975,16184,3,887,2274 +"134849",36975,17608,3,887,1216 +"134850",36975,17768,3,887,2468 +"134851",36975,22905,3,887,2599 +"134852",36975,24116,3,887,1413 +"134853",36975,24867,3,887,1861 +"134854",36975,25053,3,887,2186 +"134855",36975,25886,3,887,1580 +"134856",36975,31281,3,887,1937 +"134857",36975,39911,2,887,1445 +"134858",36975,55446,3,887,1247 +"134859",36975,84317,3,887,2081 +"134860",36975,91465,3,887,1047 +"134861",36979,3271,3,2158,2216 +"134862",36979,9272,3,2158,2835 +"134863",36979,30194,3,2158,2874 +"134864",36979,39439,2,2158,2462 +"134865",36979,43226,3,2158,2442 +"134866",36979,58508,3,2158,2326 +"134867",36979,69335,3,2158,2698 +"134868",36983,750,3,462,1327 +"134869",36983,1315,1,462,2760 +"134870",36983,3139,2,462,1656 +"134871",36983,5622,3,462,2175 +"134872",36983,9615,2,462,2464 +"134873",36983,13479,3,462,2155 +"134874",36983,13518,3,462,525 +"134875",36983,15402,3,462,1281 +"134876",36983,23312,3,462,2449 +"134877",36983,23492,3,462,1067 +"134878",36983,27427,3,462,2325 +"134879",36983,30325,3,462,1067 +"134880",36983,30692,3,462,700 +"134881",36983,30738,3,462,1166 +"134882",36983,32419,3,462,1909 +"134883",36983,39294,3,462,1889 +"134884",36983,41088,3,462,1135 +"134885",36983,48283,3,462,1290 +"134886",36983,48893,3,462,719 +"134887",36983,49850,3,462,613 +"134888",36983,51243,3,462,1389 +"134889",36983,67788,3,462,837 +"134890",36983,73524,3,462,605 +"134891",36983,82681,3,462,1620 +"134892",36983,87837,3,462,1987 +"134893",36983,88535,3,462,1229 +"134894",36996,14442,1,2321,2700 +"134895",36996,17768,2,2321,2468 +"134896",36996,31357,3,2321,2389 +"134897",36996,33460,3,2321,2781 +"134898",36996,35844,3,2321,2961 +"134899",36996,47094,3,2321,2592 +"134900",36996,49805,3,2321,2445 +"134901",36996,59289,2,2321,2896 +"134902",37026,323,2,1428,1706 +"134903",37026,915,3,1428,1793 +"134904",37026,8789,3,1428,2024 +"134905",37026,10870,2,1428,1755 +"134906",37026,19208,3,1428,2629 +"134907",37026,19605,2,1428,2395 +"134908",37026,27379,3,1428,2461 +"134909",37026,29454,3,1428,2719 +"134910",37026,29930,3,1428,2240 +"134911",37026,45329,3,1428,1693 +"134912",37026,50480,3,1428,2701 +"134913",37036,3127,3,2264,2273 +"134914",37036,4361,3,2264,2571 +"134915",37036,4602,3,2264,2446 +"134916",37036,5962,1,2264,2491 +"134917",37036,6119,2,2264,2358 +"134918",37036,7252,3,2264,2799 +"134919",37036,8062,3,2264,2858 +"134920",37036,8568,3,2264,2706 +"134921",37036,10336,1,2264,2271 +"134922",37036,11029,2,2264,2362 +"134923",37036,13290,3,2264,2824 +"134924",37036,16286,2,2264,2470 +"134925",37036,17826,3,2264,2920 +"134926",37036,19380,2,2264,2637 +"134927",37036,22723,3,2264,2859 +"134928",37036,25373,3,2264,2783 +"134929",37036,27908,3,2264,2576 +"134930",37036,31335,3,2264,2351 +"134931",37036,31700,3,2264,2727 +"134932",37036,32311,3,2264,2396 +"134933",37036,33475,3,2264,2367 +"134934",37036,34216,3,2264,2832 +"134935",37036,35958,3,2264,2383 +"134936",37036,39534,3,2264,2410 +"134937",37036,40572,3,2264,2666 +"134938",37036,52570,2,2264,2645 +"134939",37036,60879,3,2264,2792 +"134940",37036,70070,3,2264,2425 +"134941",37036,78193,3,2264,2315 +"134942",37040,22744,3,1667,1907 +"134943",37059,22723,3,2840,2859 +"134944",37059,59039,3,2840,2870 +"134945",37065,5363,3,276,1791 +"134946",37065,8062,3,276,2858 +"134947",37065,8118,3,276,587 +"134948",37065,10336,3,276,2271 +"134949",37065,13537,2,276,1020 +"134950",37065,14108,3,276,2012 +"134951",37065,17257,3,276,1117 +"134952",37065,21681,2,276,2005 +"134953",37065,25373,3,276,2783 +"134954",37065,31700,3,276,2727 +"134955",37065,32988,3,276,2008 +"134956",37065,34870,3,276,1873 +"134957",37065,36651,2,276,1600 +"134958",37065,37036,3,276,2264 +"134959",37065,37937,3,276,1320 +"134960",37065,39337,3,276,775 +"134961",37065,40698,3,276,1408 +"134962",37065,41446,2,276,1103 +"134963",37065,44564,3,276,2034 +"134964",37065,46532,2,276,2005 +"134965",37065,47064,3,276,1993 +"134966",37065,50278,3,276,1127 +"134967",37065,51084,3,276,2188 +"134968",37065,57990,3,276,978 +"134969",37065,61723,2,276,1262 +"134970",37065,70854,3,276,635 +"134971",37065,78037,3,276,1606 +"134972",37065,78569,3,276,578 +"134973",37065,79158,3,276,1252 +"134974",37065,80527,2,276,1664 +"134975",37065,92592,3,276,486 +"134976",37065,98801,3,276,1035 +"134977",37065,104280,3,276,887 +"134978",37065,104828,3,276,1609 +"134979",37065,108793,3,276,919 +"134980",37065,111855,3,276,1909 +"134981",37108,24,2,1202,1295 +"134982",37108,997,3,1202,2788 +"134983",37108,1323,3,1202,1659 +"134984",37108,1875,2,1202,1786 +"134985",37108,2712,3,1202,1881 +"134986",37108,2754,3,1202,1360 +"134987",37108,4671,2,1202,2280 +"134988",37108,4723,3,1202,1314 +"134989",37108,5226,1,1202,1309 +"134990",37108,5622,3,1202,2175 +"134991",37108,7515,3,1202,2737 +"134992",37108,7616,3,1202,2296 +"134993",37108,7858,3,1202,1795 +"134994",37108,8529,3,1202,1205 +"134995",37108,8681,3,1202,2716 +"134996",37108,8866,3,1202,1545 +"134997",37108,8888,3,1202,1328 +"134998",37108,9364,3,1202,1698 +"134999",37108,10857,3,1202,2253 +"135000",37108,10874,3,1202,1891 +"135001",37108,11103,3,1202,2393 +"135002",37108,12728,3,1202,2374 +"135003",37108,12767,3,1202,2329 +"135004",37108,14655,3,1202,2559 +"135005",37108,15207,3,1202,1855 +"135006",37108,15560,3,1202,2257 +"135007",37108,15799,3,1202,1917 +"135008",37108,16539,3,1202,1947 +"135009",37108,17264,3,1202,2528 +"135010",37108,19096,2,1202,1538 +"135011",37108,19892,3,1202,1212 +"135012",37108,21197,3,1202,1437 +"135013",37108,21406,3,1202,2714 +"135014",37108,22180,3,1202,1835 +"135015",37108,23312,2,1202,2449 +"135016",37108,27001,3,1202,1761 +"135017",37108,27849,3,1202,1316 +"135018",37108,28635,1,1202,2368 +"135019",37108,28640,3,1202,1475 +"135020",37108,30366,3,1202,2532 +"135021",37108,31003,3,1202,1859 +"135022",37108,31243,3,1202,1355 +"135023",37108,31530,3,1202,1661 +"135024",37108,33949,3,1202,2489 +"135025",37108,34648,3,1202,1596 +"135026",37108,34836,3,1202,2302 +"135027",37108,36714,3,1202,2209 +"135028",37108,39539,2,1202,1274 +"135029",37108,41278,3,1202,1873 +"135030",37108,43385,2,1202,1623 +"135031",37108,44151,2,1202,1796 +"135032",37108,44877,3,1202,1219 +"135033",37108,46680,3,1202,1690 +"135034",37108,47362,3,1202,2253 +"135035",37108,48384,3,1202,2057 +"135036",37108,48571,2,1202,2717 +"135037",37108,48602,3,1202,1704 +"135038",37108,49048,3,1202,1656 +"135039",37108,53219,3,1202,2973 +"135040",37108,54305,3,1202,1222 +"135041",37108,54551,3,1202,2348 +"135042",37108,58451,3,1202,1939 +"135043",37108,58652,3,1202,1437 +"135044",37108,61719,3,1202,1515 +"135045",37108,63409,3,1202,1937 +"135046",37108,66205,3,1202,2898 +"135047",37108,66277,3,1202,1227 +"135048",37108,66703,3,1202,2375 +"135049",37108,67957,2,1202,2823 +"135050",37108,69030,3,1202,1249 +"135051",37108,72468,3,1202,2292 +"135052",37108,72956,3,1202,1251 +"135053",37108,74190,3,1202,1428 +"135054",37108,76284,2,1202,1237 +"135055",37108,77001,3,1202,1440 +"135056",37108,81588,3,1202,1568 +"135057",37108,82270,3,1202,1641 +"135058",37108,82341,3,1202,1515 +"135059",37108,82893,3,1202,1275 +"135060",37108,83526,3,1202,1235 +"135061",37108,85397,3,1202,1219 +"135062",37108,92297,3,1202,2952 +"135063",37108,95644,2,1202,1531 +"135064",37108,98781,2,1202,1410 +"135065",37120,80050,2,2622,2698 +"135066",37149,3493,3,1673,2451 +"135067",37149,18421,2,1673,2457 +"135068",37149,23000,3,1673,1815 +"135069",37149,26182,3,1673,2775 +"135070",37149,46982,2,1673,2806 +"135071",37149,47013,3,1673,2388 +"135072",37149,51144,3,1673,2466 +"135073",37178,269,3,166,407 +"135074",37178,1708,3,166,1591 +"135075",37178,3101,3,166,513 +"135076",37178,3158,2,166,2762 +"135077",37178,4249,3,166,2547 +"135078",37178,4634,2,166,2291 +"135079",37178,6223,3,166,2363 +"135080",37178,6295,3,166,856 +"135081",37178,8463,2,166,2466 +"135082",37178,8607,3,166,1685 +"135083",37178,9269,3,166,1892 +"135084",37178,9656,3,166,1135 +"135085",37178,9724,3,166,2713 +"135086",37178,9895,3,166,1960 +"135087",37178,9910,3,166,2526 +"135088",37178,9948,3,166,2019 +"135089",37178,10701,3,166,2000 +"135090",37178,11270,3,166,1011 +"135091",37178,12473,3,166,801 +"135092",37178,12632,2,166,1174 +"135093",37178,12914,3,166,1557 +"135094",37178,12966,2,166,2011 +"135095",37178,14212,3,166,857 +"135096",37178,14470,3,166,2632 +"135097",37178,14490,3,166,2291 +"135098",37178,14957,2,166,2306 +"135099",37178,15281,3,166,810 +"135100",37178,15782,2,166,2306 +"135101",37178,15926,3,166,545 +"135102",37178,16347,3,166,1868 +"135103",37178,16963,1,166,1999 +"135104",37178,17695,3,166,1930 +"135105",37178,20695,2,166,2526 +"135106",37178,20709,3,166,1757 +"135107",37178,25345,3,166,713 +"135108",37178,26597,3,166,2070 +"135109",37178,36478,3,166,2808 +"135110",37178,43701,3,166,2400 +"135111",37178,44132,2,166,1999 +"135112",37178,47607,3,166,2724 +"135113",37178,47882,3,166,2769 +"135114",37178,49142,2,166,2289 +"135115",37178,49379,3,166,1573 +"135116",37178,51505,2,166,1572 +"135117",37178,52386,3,166,1830 +"135118",37178,53584,3,166,2391 +"135119",37178,56364,3,166,1626 +"135120",37178,59143,3,166,359 +"135121",37178,64043,3,166,183 +"135122",37178,64803,3,166,841 +"135123",37178,66368,3,166,2413 +"135124",37178,67289,3,166,829 +"135125",37178,68884,3,166,1011 +"135126",37178,69260,3,166,1698 +"135127",37178,76450,3,166,1077 +"135128",37178,76796,3,166,1140 +"135129",37178,77167,2,166,836 +"135130",37178,80807,3,166,1597 +"135131",37178,84235,2,166,1639 +"135132",37178,84591,3,166,1685 +"135133",37178,85525,3,166,1718 +"135134",37178,87733,1,166,235 +"135135",37178,87915,3,166,1152 +"135136",37178,88448,3,166,914 +"135137",37178,91210,3,166,1457 +"135138",37178,96332,2,166,1197 +"135139",37178,101381,3,166,977 +"135140",37178,105435,3,166,684 +"135141",37178,107467,3,166,1524 +"135142",37178,122938,2,166,1023 +"135143",37179,2754,3,947,1360 +"135144",37179,71478,3,947,1721 +"135145",37238,1151,3,2609,2885 +"135146",37238,1616,3,2609,2662 +"135147",37238,1639,3,2609,2631 +"135148",37238,5725,3,2609,2789 +"135149",37238,7323,3,2609,2858 +"135150",37238,7794,3,2609,2972 +"135151",37238,11477,3,2609,2724 +"135152",37238,14959,3,2609,2898 +"135153",37238,16725,3,2609,2830 +"135154",37238,17365,3,2609,2746 +"135155",37238,17852,3,2609,2840 +"135156",37238,19606,3,2609,2783 +"135157",37238,20700,3,2609,2861 +"135158",37238,26749,3,2609,2965 +"135159",37238,28285,3,2609,2972 +"135160",37238,29977,3,2609,2781 +"135161",37238,31700,1,2609,2727 +"135162",37238,38307,2,2609,2648 +"135163",37238,39087,3,2609,2765 +"135164",37238,41945,2,2609,2856 +"135165",37238,43455,2,2609,2846 +"135166",37238,44885,3,2609,2670 +"135167",37238,52032,3,2609,2853 +"135168",37238,61982,3,2609,2725 +"135169",37279,19364,3,2768,2846 +"135170",37279,29977,3,2768,2781 +"135171",37279,61337,3,2768,2777 +"135172",37285,270,3,2428,2542 +"135173",37285,701,1,2428,2718 +"135174",37285,1639,3,2428,2631 +"135175",37285,2424,2,2428,2582 +"135176",37285,2684,3,2428,2874 +"135177",37285,3305,1,2428,2839 +"135178",37285,16432,3,2428,2664 +"135179",37285,16518,3,2428,2642 +"135180",37285,19643,3,2428,2452 +"135181",37285,20423,3,2428,2654 +"135182",37285,43455,3,2428,2846 +"135183",37285,48605,2,2428,2796 +"135184",37285,50785,3,2428,2877 +"135185",37285,51041,3,2428,2606 +"135186",37285,52570,3,2428,2645 +"135187",37285,61982,3,2428,2725 +"135188",37285,62841,3,2428,2710 +"135189",37285,66224,3,2428,2728 +"135190",37285,68215,3,2428,2727 +"135191",37285,88232,3,2428,2881 +"135192",37301,854,3,2160,2307 +"135193",37301,997,3,2160,2788 +"135194",37301,1822,3,2160,2888 +"135195",37301,3477,2,2160,2546 +"135196",37301,3495,2,2160,2431 +"135197",37301,3966,3,2160,2425 +"135198",37301,4671,3,2160,2280 +"135199",37301,6063,2,2160,2349 +"135200",37301,9503,3,2160,2453 +"135201",37301,13899,2,2160,2650 +"135202",37301,18344,3,2160,2204 +"135203",37301,19605,3,2160,2395 +"135204",37301,20124,3,2160,2376 +"135205",37301,20162,1,2160,2328 +"135206",37301,20416,3,2160,2323 +"135207",37301,20984,3,2160,2502 +"135208",37301,21275,3,2160,2609 +"135209",37301,29454,3,2160,2719 +"135210",37301,30236,3,2160,2238 +"135211",37301,30827,3,2160,2323 +"135212",37301,31357,3,2160,2389 +"135213",37301,32339,3,2160,2430 +"135214",37301,32395,3,2160,2735 +"135215",37301,33223,2,2160,2397 +"135216",37301,36087,3,2160,2755 +"135217",37301,38732,3,2160,2263 +"135218",37301,42216,3,2160,2722 +"135219",37301,47595,3,2160,2374 +"135220",37301,48571,3,2160,2717 +"135221",37301,50667,2,2160,2719 +"135222",37301,51843,3,2160,2389 +"135223",37301,58164,3,2160,2398 +"135224",37301,74636,3,2160,2525 +"135225",37301,77155,3,2160,2946 +"135226",37319,701,3,1205,2718 +"135227",37319,1136,3,1205,2536 +"135228",37319,1214,3,1205,2050 +"135229",37319,2709,3,1205,1673 +"135230",37319,6104,2,1205,2462 +"135231",37319,6363,3,1205,2066 +"135232",37319,13043,3,1205,1295 +"135233",37319,15003,3,1205,2067 +"135234",37319,15756,3,1205,2362 +"135235",37319,27173,3,1205,2050 +"135236",37319,29982,3,1205,1372 +"135237",37319,34464,1,1205,1741 +"135238",37319,37285,3,1205,2428 +"135239",37319,39535,3,1205,2428 +"135240",37319,44819,3,1205,2063 +"135241",37319,54388,3,1205,1257 +"135242",37319,57842,1,1205,2482 +"135243",37319,67212,1,1205,1383 +"135244",37319,68523,3,1205,1664 +"135245",37319,89911,3,1205,2607 +"135246",37332,267,3,1891,2631 +"135247",37332,2443,3,1891,2333 +"135248",37332,20695,3,1891,2526 +"135249",37332,22207,3,1891,2365 +"135250",37332,30697,3,1891,2891 +"135251",37332,31705,2,1891,2706 +"135252",37332,40565,3,1891,2115 +"135253",37332,44403,3,1891,2429 +"135254",37333,377,3,1612,2389 +"135255",37333,803,3,1612,1666 +"135256",37333,1224,2,1612,2435 +"135257",37333,1386,2,1612,1901 +"135258",37333,2325,3,1612,1641 +"135259",37333,3242,3,1612,1730 +"135260",37333,4701,3,1612,2401 +"135261",37333,5120,3,1612,2735 +"135262",37333,5491,3,1612,2048 +"135263",37333,5621,3,1612,1860 +"135264",37333,5710,3,1612,1926 +"135265",37333,5984,3,1612,1675 +"135266",37333,5986,3,1612,1721 +"135267",37333,6324,3,1612,1990 +"135268",37333,6417,2,1612,1675 +"135269",37333,7861,3,1612,1647 +"135270",37333,8088,3,1612,2220 +"135271",37333,9030,2,1612,1979 +"135272",37333,9202,3,1612,2477 +"135273",37333,10148,2,1612,2964 +"135274",37333,11218,3,1612,2292 +"135275",37333,12035,3,1612,2721 +"135276",37333,12042,3,1612,2345 +"135277",37333,12976,3,1612,2399 +"135278",37333,13732,2,1612,2789 +"135279",37333,13780,3,1612,2412 +"135280",37333,13929,2,1612,2693 +"135281",37333,14709,3,1612,1901 +"135282",37333,15560,3,1612,2257 +"135283",37333,16352,3,1612,2657 +"135284",37333,17400,3,1612,2231 +"135285",37333,17549,3,1612,2647 +"135286",37333,17632,3,1612,1947 +"135287",37333,17997,3,1612,1621 +"135288",37333,18151,3,1612,2962 +"135289",37333,18874,3,1612,2170 +"135290",37333,20311,3,1612,1981 +"135291",37333,20659,3,1612,1969 +"135292",37333,20893,3,1612,2695 +"135293",37333,21138,3,1612,2849 +"135294",37333,21193,3,1612,2490 +"135295",37333,21225,3,1612,1945 +"135296",37333,21795,3,1612,2653 +"135297",37333,22216,3,1612,1956 +"135298",37333,23508,1,1612,1907 +"135299",37333,23509,3,1612,2275 +"135300",37333,23751,3,1612,1740 +"135301",37333,24146,1,1612,2003 +"135302",37333,25129,3,1612,2647 +"135303",37333,25341,3,1612,1858 +"135304",37333,26865,2,1612,2726 +"135305",37333,26959,3,1612,1961 +"135306",37333,28218,3,1612,2048 +"135307",37333,28923,3,1612,2362 +"135308",37333,29917,3,1612,1962 +"135309",37333,30081,1,1612,2403 +"135310",37333,30906,3,1612,2537 +"135311",37333,32516,3,1612,2050 +"135312",37333,32761,3,1612,2680 +"135313",37333,34327,3,1612,2959 +"135314",37333,34509,2,1612,1973 +"135315",37333,34984,3,1612,2056 +"135316",37333,35529,3,1612,1620 +"135317",37333,36559,2,1612,2473 +"135318",37333,36962,1,1612,2861 +"135319",37333,40432,3,1612,1956 +"135320",37333,41250,3,1612,1703 +"135321",37333,41278,3,1612,1873 +"135322",37333,41402,2,1612,2313 +"135323",37333,41872,3,1612,2974 +"135324",37333,46596,2,1612,1942 +"135325",37333,47386,3,1612,2226 +"135326",37333,47947,3,1612,2681 +"135327",37333,51017,3,1612,2073 +"135328",37333,51410,3,1612,2739 +"135329",37333,53219,3,1612,2973 +"135330",37333,54879,3,1612,2210 +"135331",37333,54929,3,1612,2783 +"135332",37333,55468,3,1612,2511 +"135333",37333,55691,3,1612,2856 +"135334",37333,57977,3,1612,2683 +"135335",37333,62841,3,1612,2710 +"135336",37333,63477,3,1612,1907 +"135337",37333,66318,2,1612,2803 +"135338",37333,71369,3,1612,2838 +"135339",37333,77815,3,1612,2358 +"135340",37333,78563,3,1612,2385 +"135341",37333,86799,3,1612,1951 +"135342",37333,87074,3,1612,1666 +"135343",37334,1393,3,398,1706 +"135344",37334,2370,2,398,1600 +"135345",37334,4723,2,398,1314 +"135346",37334,6020,3,398,1864 +"135347",37334,6602,3,398,1631 +"135348",37334,6996,3,398,2916 +"135349",37334,7900,3,398,893 +"135350",37334,7903,3,398,744 +"135351",37334,7932,3,398,789 +"135352",37334,8258,3,398,1959 +"135353",37334,9200,2,398,787 +"135354",37334,13712,3,398,550 +"135355",37334,16455,2,398,946 +"135356",37334,16866,3,398,2718 +"135357",37334,17328,2,398,1206 +"135358",37334,21920,3,398,2367 +"135359",37334,23280,2,398,536 +"135360",37334,28635,3,398,2368 +"135361",37334,31950,2,398,2217 +"135362",37334,36031,3,398,2342 +"135363",37334,39507,3,398,793 +"135364",37334,39627,1,398,546 +"135365",37334,40510,3,398,943 +"135366",37334,44089,3,398,1632 +"135367",37334,45449,2,398,1610 +"135368",37334,45450,3,398,1590 +"135369",37334,45562,3,398,623 +"135370",37334,46680,3,398,1690 +"135371",37334,48781,3,398,954 +"135372",37334,48823,3,398,2080 +"135373",37334,48931,3,398,2444 +"135374",37334,53293,2,398,2916 +"135375",37334,55493,2,398,869 +"135376",37334,57549,2,398,2335 +"135377",37334,61398,3,398,2563 +"135378",37334,61921,1,398,1793 +"135379",37334,64737,3,398,2442 +"135380",37334,71756,3,398,1202 +"135381",37334,79639,3,398,1013 +"135382",37334,82270,3,398,1641 +"135383",37334,84581,3,398,1241 +"135384",37334,90852,2,398,764 +"135385",37334,92366,3,398,1434 +"135386",37334,93642,3,398,1120 +"135387",37334,95309,3,398,687 +"135388",37334,100084,3,398,1964 +"135389",37334,105887,3,398,615 +"135390",37334,116484,3,398,902 +"135391",37342,8062,3,2649,2858 +"135392",37342,10200,2,2649,2920 +"135393",37342,14586,3,2649,2801 +"135394",37342,24086,2,2649,2663 +"135395",37342,26152,3,2649,2818 +"135396",37342,30668,3,2649,2882 +"135397",37342,33755,2,2649,2963 +"135398",37342,42390,3,2649,2937 +"135399",37351,140,3,978,2267 +"135400",37351,237,3,978,1982 +"135401",37351,341,3,978,2689 +"135402",37351,364,2,978,2351 +"135403",37351,680,3,978,2569 +"135404",37351,841,2,978,2964 +"135405",37351,2057,3,978,1965 +"135406",37351,2429,3,978,999 +"135407",37351,2540,2,978,1398 +"135408",37351,2985,3,978,2398 +"135409",37351,3127,3,978,2273 +"135410",37351,3271,3,978,2216 +"135411",37351,3284,3,978,1541 +"135412",37351,3493,3,978,2451 +"135413",37351,3978,2,978,2775 +"135414",37351,4303,2,978,2414 +"135415",37351,4612,3,978,2804 +"135416",37351,4622,3,978,1589 +"135417",37351,4916,3,978,1970 +"135418",37351,4932,2,978,2752 +"135419",37351,4983,1,978,1909 +"135420",37351,5568,3,978,1290 +"135421",37351,6989,2,978,2623 +"135422",37351,7861,3,978,1647 +"135423",37351,7942,3,978,2623 +"135424",37351,8923,3,978,1266 +"135425",37351,9272,3,978,2835 +"135426",37351,9273,3,978,1747 +"135427",37351,9332,3,978,2734 +"135428",37351,9484,3,978,1429 +"135429",37351,9703,2,978,1845 +"135430",37351,9787,2,978,2858 +"135431",37351,10457,3,978,1711 +"135432",37351,10870,3,978,1755 +"135433",37351,11588,3,978,2352 +"135434",37351,11625,3,978,2022 +"135435",37351,11639,3,978,1593 +"135436",37351,11648,1,978,2852 +"135437",37351,12361,3,978,2732 +"135438",37351,12759,3,978,2414 +"135439",37351,12948,3,978,2669 +"135440",37351,13290,3,978,2824 +"135441",37351,13537,3,978,1020 +"135442",37351,14781,3,978,2338 +"135443",37351,15978,3,978,981 +"135444",37351,16501,3,978,1650 +"135445",37351,17645,2,978,1918 +"135446",37351,18005,2,978,2449 +"135447",37351,18165,3,978,2085 +"135448",37351,18381,3,978,1524 +"135449",37351,18672,3,978,1182 +"135450",37351,19334,3,978,1979 +"135451",37351,19655,3,978,2706 +"135452",37351,20056,3,978,1824 +"135453",37351,20124,3,978,2376 +"135454",37351,20176,3,978,1050 +"135455",37351,20395,3,978,1468 +"135456",37351,21207,3,978,1258 +"135457",37351,21281,3,978,1922 +"135458",37351,21487,3,978,2203 +"135459",37351,21593,3,978,1312 +"135460",37351,22166,3,978,994 +"135461",37351,22353,3,978,1231 +"135462",37351,23131,3,978,1732 +"135463",37351,25163,3,978,1751 +"135464",37351,25373,3,978,2783 +"135465",37351,26957,3,978,987 +"135466",37351,27255,3,978,1232 +"135467",37351,27312,3,978,2469 +"135468",37351,27390,3,978,2425 +"135469",37351,27742,2,978,2700 +"135470",37351,27837,3,978,1315 +"135471",37351,27914,3,978,2507 +"135472",37351,28627,3,978,2694 +"135473",37351,28869,3,978,2425 +"135474",37351,29267,3,978,1234 +"135475",37351,29473,2,978,2602 +"135476",37351,29818,3,978,1677 +"135477",37351,29930,3,978,2240 +"135478",37351,30486,3,978,1269 +"135479",37351,30525,3,978,1964 +"135480",37351,31317,3,978,1362 +"135481",37351,31700,3,978,2727 +"135482",37351,32560,3,978,1258 +"135483",37351,32904,3,978,2055 +"135484",37351,32939,3,978,2277 +"135485",37351,34094,3,978,1360 +"135486",37351,34295,3,978,2735 +"135487",37351,34908,2,978,2796 +"135488",37351,35573,3,978,2084 +"135489",37351,36514,3,978,1192 +"135490",37351,36953,3,978,2790 +"135491",37351,37636,3,978,2178 +"135492",37351,37937,3,978,1320 +"135493",37351,39256,3,978,2449 +"135494",37351,40028,3,978,1349 +"135495",37351,40572,3,978,2666 +"135496",37351,40759,3,978,2789 +"135497",37351,40954,3,978,2603 +"135498",37351,41581,3,978,1692 +"135499",37351,41633,3,978,1976 +"135500",37351,41694,3,978,2358 +"135501",37351,41723,3,978,2101 +"135502",37351,42619,3,978,2017 +"135503",37351,43226,3,978,2442 +"135504",37351,43660,3,978,2320 +"135505",37351,44497,3,978,2401 +"135506",37351,45461,3,978,2458 +"135507",37351,45729,3,978,2606 +"135508",37351,45869,3,978,2840 +"135509",37351,45992,2,978,1182 +"135510",37351,46486,3,978,1868 +"135511",37351,47595,3,978,2374 +"135512",37351,47968,3,978,2829 +"135513",37351,48015,3,978,1355 +"135514",37351,48110,3,978,2009 +"135515",37351,50335,3,978,1893 +"135516",37351,50585,2,978,2414 +"135517",37351,52136,3,978,1412 +"135518",37351,52815,2,978,2323 +"135519",37351,52993,2,978,1256 +"135520",37351,53637,3,978,2113 +"135521",37351,53687,3,978,2422 +"135522",37351,54775,3,978,2383 +"135523",37351,55307,3,978,2306 +"135524",37351,55482,2,978,1866 +"135525",37351,56082,3,978,2395 +"135526",37351,56995,2,978,2323 +"135527",37351,57804,3,978,2214 +"135528",37351,58508,3,978,2326 +"135529",37351,58655,3,978,2685 +"135530",37351,58745,3,978,1920 +"135531",37351,61585,3,978,2315 +"135532",37351,63077,3,978,2778 +"135533",37351,64947,2,978,2489 +"135534",37351,65223,3,978,2724 +"135535",37351,65815,3,978,1618 +"135536",37351,66121,3,978,1281 +"135537",37351,66994,3,978,1865 +"135538",37351,67252,2,978,1215 +"135539",37351,69335,3,978,2698 +"135540",37351,71531,1,978,2887 +"135541",37351,72083,3,978,1122 +"135542",37351,72597,3,978,1843 +"135543",37351,73597,3,978,1989 +"135544",37351,76286,2,978,1642 +"135545",37351,80301,3,978,1690 +"135546",37351,85198,3,978,1794 +"135547",37351,91849,3,978,1166 +"135548",37351,93332,2,978,982 +"135549",37351,93661,3,978,1024 +"135550",37351,101435,3,978,1236 +"135551",37351,109703,3,978,1925 +"135552",37351,115021,3,978,1226 +"135553",37358,18361,3,2128,2968 +"135554",37358,68487,3,2128,2592 +"135555",37358,71217,3,2128,2169 +"135556",37376,270,3,432,2542 +"135557",37376,358,3,432,798 +"135558",37376,1050,3,432,1185 +"135559",37376,1124,3,432,1596 +"135560",37376,4687,3,432,2152 +"135561",37376,5315,2,432,2631 +"135562",37376,5971,3,432,1985 +"135563",37376,8367,3,432,1927 +"135564",37376,10488,3,432,1524 +"135565",37376,11516,3,432,1937 +"135566",37376,12887,3,432,433 +"135567",37376,13307,3,432,2206 +"135568",37376,14072,3,432,1346 +"135569",37376,14707,3,432,672 +"135570",37376,14983,3,432,1047 +"135571",37376,17722,2,432,976 +"135572",37376,17883,3,432,1006 +"135573",37376,18361,3,432,2968 +"135574",37376,18393,3,432,860 +"135575",37376,18394,3,432,2356 +"135576",37376,21198,3,432,935 +"135577",37376,22282,3,432,1418 +"135578",37376,22326,3,432,2818 +"135579",37376,22415,2,432,2841 +"135580",37376,23745,3,432,1968 +"135581",37376,24794,3,432,925 +"135582",37376,25305,3,432,2447 +"135583",37376,26595,3,432,1566 +"135584",37376,27112,3,432,500 +"135585",37376,27297,2,432,1382 +"135586",37376,27484,3,432,1634 +"135587",37376,29962,3,432,2201 +"135588",37376,31705,3,432,2706 +"135589",37376,35516,3,432,1229 +"135590",37376,35673,3,432,1067 +"135591",37376,39570,3,432,496 +"135592",37376,40893,3,432,1116 +"135593",37376,44151,3,432,1796 +"135594",37376,44306,2,432,1036 +"135595",37376,44521,3,432,1593 +"135596",37376,44759,3,432,2419 +"135597",37376,46717,3,432,938 +"135598",37376,49787,3,432,2352 +"135599",37376,49812,3,432,1816 +"135600",37376,50977,3,432,2352 +"135601",37376,51460,2,432,1872 +"135602",37376,51647,3,432,1382 +"135603",37376,52576,3,432,2234 +"135604",37376,52898,3,432,763 +"135605",37376,54879,3,432,2210 +"135606",37376,56082,3,432,2395 +"135607",37376,58508,3,432,2326 +"135608",37376,62852,1,432,2067 +"135609",37376,62903,3,432,1704 +"135610",37376,64786,3,432,870 +"135611",37376,65572,2,432,2750 +"135612",37376,68024,3,432,1531 +"135613",37376,71971,2,432,1294 +"135614",37376,74730,3,432,535 +"135615",37376,76127,3,432,910 +"135616",37376,76666,3,432,1908 +"135617",37376,78163,3,432,1366 +"135618",37376,82949,2,432,2077 +"135619",37376,83907,1,432,2056 +"135620",37376,90860,3,432,851 +"135621",37379,18013,3,642,1625 +"135622",37379,22207,3,642,2365 +"135623",37379,40565,3,642,2115 +"135624",37379,48035,3,642,2180 +"135625",37379,106690,3,642,901 +"135626",37395,14189,3,644,1483 +"135627",37395,15343,2,644,2125 +"135628",37395,15500,3,644,1658 +"135629",37395,16313,3,644,1160 +"135630",37395,17021,3,644,1226 +"135631",37395,21417,2,644,2422 +"135632",37395,21693,3,644,2176 +"135633",37395,22326,3,644,2818 +"135634",37395,22362,3,644,1836 +"135635",37395,24146,3,644,2003 +"135636",37395,24362,2,644,1287 +"135637",37395,36962,3,644,2861 +"135638",37395,38908,1,644,1787 +"135639",37395,42814,3,644,1149 +"135640",37395,43839,3,644,1685 +"135641",37395,44160,3,644,859 +"135642",37395,44684,2,644,1220 +"135643",37395,48503,1,644,820 +"135644",37395,48820,3,644,2769 +"135645",37395,49032,3,644,2469 +"135646",37395,49741,3,644,839 +"135647",37395,54020,3,644,1578 +"135648",37395,56082,3,644,2395 +"135649",37395,65679,3,644,1578 +"135650",37395,67264,3,644,2790 +"135651",37395,70046,3,644,2624 +"135652",37395,72122,3,644,1436 +"135653",37395,76342,2,644,1429 +"135654",37395,82735,3,644,829 +"135655",37395,83096,3,644,1061 +"135656",37395,85592,3,644,1412 +"135657",37395,86279,3,644,1076 +"135658",37395,87198,3,644,1462 +"135659",37395,89668,3,644,1279 +"135660",37395,89965,3,644,810 +"135661",37395,96678,3,644,1183 +"135662",37418,7323,3,2710,2858 +"135663",37418,11456,3,2710,2715 +"135664",37418,27753,3,2710,2750 +"135665",37418,54740,3,2710,2750 +"135666",37424,2036,3,1693,2483 +"135667",37424,2852,3,1693,2448 +"135668",37424,3493,3,1693,2451 +"135669",37424,4303,3,1693,2414 +"135670",37424,4660,3,1693,2149 +"135671",37424,5106,3,1693,2622 +"135672",37424,5962,3,1693,2491 +"135673",37424,6119,3,1693,2358 +"135674",37424,6989,3,1693,2623 +"135675",37424,8760,3,1693,2477 +"135676",37424,10336,3,1693,2271 +"135677",37424,10739,3,1693,1807 +"135678",37424,12361,3,1693,2732 +"135679",37424,17033,3,1693,2771 +"135680",37424,17645,3,1693,1918 +"135681",37424,18005,3,1693,2449 +"135682",37424,19655,3,1693,2706 +"135683",37424,20984,2,1693,2502 +"135684",37424,23131,3,1693,1732 +"135685",37424,23498,3,1693,2398 +"135686",37424,25198,3,1693,1982 +"135687",37424,29473,2,1693,2602 +"135688",37424,30525,3,1693,1964 +"135689",37424,31335,3,1693,2351 +"135690",37424,40572,3,1693,2666 +"135691",37424,45729,3,1693,2606 +"135692",37424,46486,3,1693,1868 +"135693",37424,48501,3,1693,2010 +"135694",37424,50585,3,1693,2414 +"135695",37424,51144,3,1693,2466 +"135696",37424,54775,2,1693,2383 +"135697",37424,56082,3,1693,2395 +"135698",37424,58655,3,1693,2685 +"135699",37424,63641,3,1693,2337 +"135700",37424,64947,3,1693,2489 +"135701",37424,66717,3,1693,2104 +"135702",37424,69131,3,1693,2122 +"135703",37424,85198,3,1693,1794 +"135704",37424,90892,3,1693,2399 +"135705",37427,140,3,915,2267 +"135706",37427,1520,3,915,1716 +"135707",37427,2540,3,915,1398 +"135708",37427,3127,3,915,2273 +"135709",37427,3477,3,915,2546 +"135710",37427,5792,3,915,975 +"135711",37427,6063,3,915,2349 +"135712",37427,6821,3,915,1788 +"135713",37427,7798,3,915,949 +"135714",37427,8354,2,915,1705 +"135715",37427,8865,2,915,2394 +"135716",37427,9481,3,915,1610 +"135717",37427,10473,2,915,1783 +"135718",37427,10754,3,915,1797 +"135719",37427,12067,2,915,1213 +"135720",37427,12779,3,915,936 +"135721",37427,13184,3,915,977 +"135722",37427,13808,3,915,1356 +"135723",37427,14586,3,915,2801 +"135724",37427,14817,2,915,2110 +"135725",37427,15826,3,915,2772 +"135726",37427,15978,3,915,981 +"135727",37427,16796,3,915,1892 +"135728",37427,17037,3,915,2947 +"135729",37427,18217,3,915,1566 +"135730",37427,19433,2,915,2504 +"135731",37427,19587,3,915,1684 +"135732",37427,20176,3,915,1050 +"135733",37427,20984,2,915,2502 +"135734",37427,23246,3,915,1168 +"135735",37427,23277,3,915,1267 +"135736",37427,26182,3,915,2775 +"135737",37427,27908,3,915,2576 +"135738",37427,29267,1,915,1234 +"135739",37427,29286,3,915,1612 +"135740",37427,30368,3,915,2487 +"135741",37427,30486,2,915,1269 +"135742",37427,31542,3,915,2459 +"135743",37427,31700,3,915,2727 +"135744",37427,32479,3,915,969 +"135745",37427,33223,3,915,2397 +"135746",37427,35903,3,915,1434 +"135747",37427,36953,3,915,2790 +"135748",37427,37937,2,915,1320 +"135749",37427,38816,3,915,1225 +"135750",37427,39062,1,915,2020 +"135751",37427,40542,3,915,1664 +"135752",37427,40572,3,915,2666 +"135753",37427,42813,3,915,2142 +"135754",37427,42837,3,915,1096 +"135755",37427,46486,2,915,1868 +"135756",37427,47595,2,915,2374 +"135757",37427,50335,2,915,1893 +"135758",37427,51016,3,915,1141 +"135759",37427,51200,3,915,2245 +"135760",37427,51774,3,915,2459 +"135761",37427,52483,3,915,2317 +"135762",37427,55296,3,915,2413 +"135763",37427,56936,3,915,1519 +"135764",37427,66121,3,915,1281 +"135765",37427,69232,3,915,2130 +"135766",37427,72535,3,915,1191 +"135767",37427,72571,3,915,1175 +"135768",37427,74134,3,915,1566 +"135769",37427,87958,2,915,1234 +"135770",37427,90709,3,915,1080 +"135771",37427,96706,3,915,1597 +"135772",37444,8478,3,174,984 +"135773",37444,9506,3,174,1012 +"135774",37444,9649,2,174,1157 +"135775",37444,9803,2,174,1664 +"135776",37444,9828,2,174,2085 +"135777",37444,10558,3,174,2312 +"135778",37444,11602,2,174,1493 +"135779",37444,13201,3,174,2034 +"135780",37444,25530,2,174,2884 +"135781",37444,31659,3,174,543 +"135782",37444,31797,2,174,1501 +"135783",37444,33533,3,174,234 +"135784",37444,34693,2,174,1938 +"135785",37444,34695,3,174,1930 +"135786",37444,49147,3,174,2539 +"135787",37444,50335,3,174,1893 +"135788",37444,56396,2,174,2408 +"135789",37444,78768,3,174,841 +"135790",37444,83378,3,174,270 +"135791",37444,97266,3,174,1016 +"135792",37454,3678,3,1245,1325 +"135793",37454,5937,3,1245,2392 +"135794",37454,6234,1,1245,2654 +"135795",37454,6235,1,1245,1585 +"135796",37454,15239,2,1245,1958 +"135797",37454,15558,3,1245,2389 +"135798",37454,16477,3,1245,2069 +"135799",37454,16524,3,1245,1556 +"135800",37454,16969,3,1245,1917 +"135801",37454,23728,3,1245,2601 +"135802",37454,31794,3,1245,1919 +"135803",37454,32841,3,1245,1345 +"135804",37454,32939,3,1245,2277 +"135805",37454,34576,3,1245,1727 +"135806",37454,41521,2,1245,2069 +"135807",37454,44730,3,1245,2468 +"135808",37454,52032,3,1245,2853 +"135809",37454,56413,3,1245,2747 +"135810",37454,57804,3,1245,2214 +"135811",37454,79913,3,1245,1514 +"135812",37454,82246,2,1245,1538 +"135813",37461,21,3,214,1385 +"135814",37461,160,3,214,2007 +"135815",37461,2936,3,214,2512 +"135816",37461,3271,3,214,2216 +"135817",37461,3978,3,214,2775 +"135818",37461,4681,3,214,2356 +"135819",37461,5235,3,214,2324 +"135820",37461,8463,3,214,2466 +"135821",37461,8865,3,214,2394 +"135822",37461,9272,2,214,2835 +"135823",37461,9723,2,214,2302 +"135824",37461,9724,3,214,2713 +"135825",37461,11239,3,214,2181 +"135826",37461,11310,2,214,957 +"135827",37461,12586,2,214,613 +"135828",37461,16684,3,214,1657 +"135829",37461,16690,3,214,2132 +"135830",37461,16751,3,214,2301 +"135831",37461,16850,2,214,1657 +"135832",37461,18102,3,214,1642 +"135833",37461,18381,3,214,1524 +"135834",37461,18670,3,214,1835 +"135835",37461,18928,2,214,709 +"135836",37461,19215,2,214,2604 +"135837",37461,19364,2,214,2846 +"135838",37461,22580,1,214,2245 +"135839",37461,22682,3,214,2035 +"135840",37461,22709,1,214,2743 +"135841",37461,22723,3,214,2859 +"135842",37461,22893,2,214,1938 +"135843",37461,23006,3,214,1532 +"135844",37461,23492,3,214,1067 +"135845",37461,26838,3,214,685 +"135846",37461,28432,2,214,1954 +"135847",37461,30034,3,214,2357 +"135848",37461,34831,2,214,1866 +"135849",37461,34921,1,214,2181 +"135850",37461,35041,3,214,1311 +"135851",37461,37859,3,214,1999 +"135852",37461,39906,3,214,2365 +"135853",37461,42373,3,214,871 +"135854",37461,43226,3,214,2442 +"135855",37461,44877,3,214,1219 +"135856",37461,45473,3,214,2540 +"135857",37461,48110,3,214,2009 +"135858",37461,49044,3,214,610 +"135859",37461,51879,3,214,1771 +"135860",37461,52215,2,214,1908 +"135861",37461,53809,2,214,1956 +"135862",37461,55472,2,214,1516 +"135863",37461,55821,3,214,1303 +"135864",37461,56947,3,214,917 +"135865",37461,58122,3,214,889 +"135866",37461,58508,3,214,2326 +"135867",37461,60879,2,214,2792 +"135868",37461,64110,3,214,1331 +"135869",37461,66622,3,214,799 +"135870",37461,67671,3,214,571 +"135871",37461,68314,3,214,2180 +"135872",37461,69232,3,214,2130 +"135873",37461,69335,3,214,2698 +"135874",37461,69861,3,214,277 +"135875",37461,73553,2,214,2726 +"135876",37461,76450,3,214,1077 +"135877",37461,77077,3,214,2693 +"135878",37461,79477,3,214,836 +"135879",37461,80301,3,214,1690 +"135880",37461,82819,3,214,1900 +"135881",37461,82932,3,214,2245 +"135882",37461,83253,2,214,1102 +"135883",37461,94640,3,214,2344 +"135884",37461,95492,3,214,748 +"135885",37461,96738,3,214,298 +"135886",37461,102893,2,214,814 +"135887",37461,109978,3,214,1865 +"135888",37461,111955,3,214,504 +"135889",37461,121354,3,214,2862 +"135890",37475,237,3,1509,1982 +"135891",37475,862,2,1509,2254 +"135892",37475,1046,3,1509,1881 +"135893",37475,8865,3,1509,2394 +"135894",37475,9115,1,1509,2068 +"135895",37475,10336,3,1509,2271 +"135896",37475,10457,3,1509,1711 +"135897",37475,13051,3,1509,2692 +"135898",37475,14586,3,1509,2801 +"135899",37475,21528,3,1509,1807 +"135900",37475,29997,3,1509,1789 +"135901",37475,30262,3,1509,1715 +"135902",37475,46532,3,1509,2005 +"135903",37475,59683,2,1509,2068 +"135904",37475,63837,2,1509,2807 +"135905",37475,68314,3,1509,2180 +"135906",37475,69232,2,1509,2130 +"135907",37501,3966,3,514,2425 +"135908",37501,5350,3,514,2522 +"135909",37501,5716,3,514,1058 +"135910",37501,6047,3,514,2004 +"135911",37501,6417,3,514,1675 +"135912",37501,10358,3,514,2294 +"135913",37501,13311,3,514,2315 +"135914",37501,14032,3,514,2144 +"135915",37501,14589,2,514,1184 +"135916",37501,15402,3,514,1281 +"135917",37501,16352,3,514,2657 +"135918",37501,17493,3,514,561 +"135919",37501,19696,3,514,561 +"135920",37501,22141,3,514,2348 +"135921",37501,26080,3,514,2525 +"135922",37501,28002,2,514,914 +"135923",37501,28559,2,514,1525 +"135924",37501,32820,1,514,582 +"135925",37501,32919,3,514,2321 +"135926",37501,34799,3,514,657 +"135927",37501,35926,3,514,2371 +"135928",37501,40417,2,514,771 +"135929",37501,41972,3,514,2509 +"135930",37501,49660,3,514,2739 +"135931",37501,60280,1,514,1918 +"135932",37501,64427,3,514,535 +"135933",37501,69260,3,514,1698 +"135934",37501,84022,2,514,2289 +"135935",37501,90802,3,514,877 +"135936",37501,90911,2,514,1263 +"135937",37501,92508,3,514,1374 +"135938",37501,120720,3,514,1614 +"135939",37509,206,3,1640,1986 +"135940",37509,312,3,1640,2038 +"135941",37509,1090,3,1640,2370 +"135942",37509,1092,3,1640,1945 +"135943",37509,1102,3,1640,2282 +"135944",37509,1592,2,1640,2006 +"135945",37509,1691,2,1640,1941 +"135946",37509,2011,3,1640,2176 +"135947",37509,2208,3,1640,2814 +"135948",37509,2684,2,1640,2874 +"135949",37509,5258,3,1640,2730 +"135950",37509,5429,3,1640,1991 +"135951",37509,5491,3,1640,2048 +"135952",37509,6074,3,1640,2426 +"135953",37509,6252,3,1640,2336 +"135954",37509,6390,2,1640,2385 +"135955",37509,6428,3,1640,1952 +"135956",37509,8762,3,1640,2585 +"135957",37509,11055,2,1640,2111 +"135958",37509,11351,3,1640,2971 +"135959",37509,11620,3,1640,2010 +"135960",37509,12199,3,1640,1651 +"135961",37509,12724,3,1640,1930 +"135962",37509,14108,2,1640,2012 +"135963",37509,14731,3,1640,2012 +"135964",37509,15713,3,1640,1646 +"135965",37509,16201,3,1640,1811 +"135966",37509,18543,2,1640,2968 +"135967",37509,19173,3,1640,1686 +"135968",37509,19248,3,1640,2357 +"135969",37509,19718,3,1640,1702 +"135970",37509,20311,3,1640,1981 +"135971",37509,20407,2,1640,2339 +"135972",37509,21682,3,1640,2414 +"135973",37509,21795,3,1640,2653 +"135974",37509,22141,3,1640,2348 +"135975",37509,24198,3,1640,2217 +"135976",37509,24753,3,1640,2860 +"135977",37509,25565,3,1640,2764 +"135978",37509,27501,3,1640,1981 +"135979",37509,29170,2,1640,1846 +"135980",37509,29948,3,1640,2795 +"135981",37509,31235,3,1640,2668 +"135982",37509,33622,3,1640,2230 +"135983",37509,35514,3,1640,2346 +"135984",37509,36439,2,1640,2469 +"135985",37509,38213,3,1640,1744 +"135986",37509,38259,3,1640,2258 +"135987",37509,39556,3,1640,2747 +"135988",37509,43173,2,1640,2895 +"135989",37509,43226,3,1640,2442 +"135990",37509,44427,3,1640,2875 +"135991",37509,46951,3,1640,2429 +"135992",37509,47064,3,1640,1993 +"135993",37509,47248,3,1640,2883 +"135994",37509,48754,3,1640,1972 +"135995",37509,49301,3,1640,1894 +"135996",37509,49620,3,1640,1868 +"135997",37509,50179,3,1640,2230 +"135998",37509,52323,3,1640,2148 +"135999",37509,55156,3,1640,2196 +"136000",37509,57732,3,1640,2454 +"136001",37509,58284,2,1640,2292 +"136002",37509,64181,3,1640,1828 +"136003",37509,71274,3,1640,2390 +"136004",37509,74636,3,1640,2525 +"136005",37509,78563,3,1640,2385 +"136006",37509,83396,3,1640,2396 +"136007",37509,88232,2,1640,2881 +"136008",37509,89880,3,1640,1938 +"136009",37509,92491,3,1640,1968 +"136010",37509,99152,3,1640,1698 +"136011",37509,102400,3,1640,1761 +"136012",37509,106318,3,1640,1698 +"136013",37522,21,1,1270,1385 +"136014",37522,1108,1,1270,1600 +"136015",37522,4526,3,1270,1728 +"136016",37522,10980,3,1270,1974 +"136017",37522,14586,2,1270,2801 +"136018",37522,27320,3,1270,2378 +"136019",37522,31541,3,1270,1500 +"136020",37522,34491,3,1270,2694 +"136021",37522,34892,3,1270,2309 +"136022",37522,35728,2,1270,2017 +"136023",37522,39522,3,1270,1428 +"136024",37522,42331,1,1270,1585 +"136025",37522,57394,3,1270,1271 +"136026",37522,63077,3,1270,2778 +"136027",37522,63837,3,1270,2807 +"136028",37522,69232,3,1270,2130 +"136029",37522,70101,2,1270,2414 +"136030",37522,83301,3,1270,1385 +"136031",37522,92850,3,1270,1971 +"136032",37522,100860,3,1270,2326 +"136033",37551,23,3,257,1682 +"136034",37551,1275,3,257,2068 +"136035",37551,1364,3,257,859 +"136036",37551,1367,3,257,2176 +"136037",37551,1691,3,257,1941 +"136038",37551,2077,1,257,610 +"136039",37551,3164,2,257,2693 +"136040",37551,5041,3,257,2371 +"136041",37551,5346,3,257,1438 +"136042",37551,5581,3,257,883 +"136043",37551,5716,3,257,1058 +"136044",37551,5984,3,257,1675 +"136045",37551,6030,2,257,2953 +"136046",37551,6324,3,257,1990 +"136047",37551,6366,3,257,798 +"136048",37551,6417,3,257,1675 +"136049",37551,7233,3,257,572 +"136050",37551,7245,3,257,2089 +"136051",37551,10358,3,257,2294 +"136052",37551,10744,3,257,955 +"136053",37551,11218,3,257,2292 +"136054",37551,11229,3,257,1625 +"136055",37551,11966,3,257,2385 +"136056",37551,14080,3,257,1351 +"136057",37551,14855,2,257,903 +"136058",37551,15089,3,257,469 +"136059",37551,15207,3,257,1855 +"136060",37551,15301,3,257,2308 +"136061",37551,15607,3,257,1421 +"136062",37551,15962,2,257,660 +"136063",37551,16096,3,257,2301 +"136064",37551,16352,3,257,2657 +"136065",37551,16497,3,257,2370 +"136066",37551,18348,1,257,1711 +"136067",37551,18415,3,257,2184 +"136068",37551,18550,3,257,483 +"136069",37551,19113,3,257,1171 +"136070",37551,19718,3,257,1702 +"136071",37551,19963,3,257,810 +"136072",37551,20284,3,257,2530 +"136073",37551,21571,3,257,2755 +"136074",37551,22543,3,257,1594 +"136075",37551,22566,2,257,2308 +"136076",37551,22850,3,257,878 +"136077",37551,23310,3,257,2371 +"136078",37551,25543,3,257,724 +"136079",37551,25971,3,257,2608 +"136080",37551,26659,2,257,903 +"136081",37551,28002,3,257,914 +"136082",37551,28050,2,257,1955 +"136083",37551,28168,2,257,2702 +"136084",37551,28296,3,257,2944 +"136085",37551,28752,3,257,709 +"136086",37551,32503,1,257,2020 +"136087",37551,32694,3,257,1602 +"136088",37551,34735,3,257,2767 +"136089",37551,36691,3,257,1903 +"136090",37551,38523,3,257,549 +"136091",37551,38869,3,257,1675 +"136092",37551,40113,3,257,451 +"136093",37551,42619,3,257,2017 +"136094",37551,43153,3,257,1381 +"136095",37551,44135,3,257,2620 +"136096",37551,44521,3,257,1593 +"136097",37551,45684,3,257,2200 +"136098",37551,51471,3,257,1280 +"136099",37551,55076,3,257,2408 +"136100",37551,56604,3,257,1919 +"136101",37551,57246,2,257,1873 +"136102",37551,57714,3,257,1391 +"136103",37551,60280,3,257,1918 +"136104",37551,69117,2,257,645 +"136105",37551,69250,2,257,1439 +"136106",37551,71274,3,257,2390 +"136107",37551,71560,3,257,280 +"136108",37551,72501,3,257,2795 +"136109",37551,73675,2,257,887 +"136110",37551,76607,3,257,747 +"136111",37551,76905,3,257,298 +"136112",37551,78278,3,257,424 +"136113",37551,80219,2,257,988 +"136114",37551,81895,3,257,1634 +"136115",37551,82732,3,257,2810 +"136116",37551,90837,3,257,825 +"136117",37551,94500,3,257,1529 +"136118",37551,94520,3,257,1243 +"136119",37551,96611,3,257,765 +"136120",37551,98150,3,257,1009 +"136121",37551,101598,2,257,781 +"136122",37551,103721,3,257,1030 +"136123",37551,121291,3,257,1955 +"136124",37570,613,3,2389,2687 +"136125",37570,1151,2,2389,2885 +"136126",37570,1616,2,2389,2662 +"136127",37570,2036,2,2389,2483 +"136128",37570,2224,3,2389,2751 +"136129",37570,7323,1,2389,2858 +"136130",37570,8604,3,2389,2799 +"136131",37570,8760,2,2389,2477 +"136132",37570,9311,3,2389,2477 +"136133",37570,9362,3,2389,2879 +"136134",37570,12713,3,2389,2440 +"136135",37570,14655,3,2389,2559 +"136136",37570,14959,3,2389,2898 +"136137",37570,15184,3,2389,2396 +"136138",37570,18151,3,2389,2962 +"136139",37570,19027,3,2389,2721 +"136140",37570,19606,2,2389,2783 +"136141",37570,20700,2,2389,2861 +"136142",37570,24923,3,2389,2785 +"136143",37570,26516,3,2389,2479 +"136144",37570,27478,3,2389,2485 +"136145",37570,31235,3,2389,2668 +"136146",37570,31799,3,2389,2547 +"136147",37570,36559,3,2389,2473 +"136148",37570,37238,3,2389,2609 +"136149",37570,37418,3,2389,2710 +"136150",37570,39444,3,2389,2695 +"136151",37570,41945,3,2389,2856 +"136152",37570,43455,3,2389,2846 +"136153",37570,44235,3,2389,2700 +"136154",37570,44768,3,2389,2516 +"136155",37570,44885,3,2389,2670 +"136156",37570,47445,3,2389,2668 +"136157",37570,47803,3,2389,2477 +"136158",37570,47947,3,2389,2681 +"136159",37570,55828,3,2389,2393 +"136160",37570,57977,3,2389,2683 +"136161",37570,58218,3,2389,2627 +"136162",37570,60257,3,2389,2795 +"136163",37570,70046,3,2389,2624 +"136164",37597,145,3,150,1998 +"136165",37597,312,3,150,2038 +"136166",37597,600,3,150,1702 +"136167",37597,913,2,150,2144 +"136168",37597,1044,3,150,880 +"136169",37597,2322,3,150,1645 +"136170",37597,2424,3,150,2582 +"136171",37597,2731,3,150,434 +"136172",37597,4790,3,150,1025 +"136173",37597,5429,3,150,1991 +"136174",37597,8888,3,150,1328 +"136175",37597,9364,3,150,1698 +"136176",37597,9474,3,150,864 +"136177",37597,9511,3,150,1232 +"136178",37597,10513,3,150,2284 +"136179",37597,12887,3,150,433 +"136180",37597,14678,3,150,799 +"136181",37597,16940,3,150,1290 +"136182",37597,17698,3,150,1559 +"136183",37597,19248,3,150,2357 +"136184",37597,19719,3,150,2177 +"136185",37597,20975,3,150,1305 +"136186",37597,21197,3,150,1437 +"136187",37597,21198,2,150,935 +"136188",37597,21285,3,150,2100 +"136189",37597,21693,3,150,2176 +"136190",37597,22282,2,150,1418 +"136191",37597,22326,3,150,2818 +"136192",37597,22362,3,150,1836 +"136193",37597,22586,3,150,1341 +"136194",37597,23450,2,150,967 +"136195",37597,23729,3,150,1624 +"136196",37597,24448,3,150,2289 +"136197",37597,24568,3,150,1937 +"136198",37597,25577,3,150,1946 +"136199",37597,26471,2,150,1061 +"136200",37597,26749,3,150,2965 +"136201",37597,27275,2,150,2656 +"136202",37597,27390,2,150,2425 +"136203",37597,28015,3,150,1624 +"136204",37597,28124,3,150,434 +"136205",37597,29705,3,150,607 +"136206",37597,30308,3,150,237 +"136207",37597,31235,3,150,2668 +"136208",37597,31338,3,150,917 +"136209",37597,32017,3,150,577 +"136210",37597,34836,3,150,2302 +"136211",37597,35095,3,150,1502 +"136212",37597,38019,2,150,1870 +"136213",37597,39238,2,150,922 +"136214",37597,41315,3,150,439 +"136215",37597,43385,3,150,1623 +"136216",37597,46723,3,150,607 +"136217",37597,47772,3,150,2293 +"136218",37597,50219,3,150,756 +"136219",37597,52058,3,150,1836 +"136220",37597,52576,2,150,2234 +"136221",37597,52735,3,150,1124 +"136222",37597,55082,3,150,1856 +"136223",37597,55139,3,150,2323 +"136224",37597,55438,3,150,2863 +"136225",37597,55862,3,150,2123 +"136226",37597,56082,3,150,2395 +"136227",37597,56317,3,150,2030 +"136228",37597,58508,3,150,2326 +"136229",37597,58530,3,150,298 +"136230",37597,63409,3,150,1937 +"136231",37597,71342,2,150,1289 +"136232",37597,72956,3,150,1251 +"136233",37597,73128,3,150,1549 +"136234",37597,75898,3,150,889 +"136235",37597,76127,3,150,910 +"136236",37597,76284,3,150,1237 +"136237",37597,76892,3,150,2381 +"136238",37597,79322,3,150,2770 +"136239",37597,81588,3,150,1568 +"136240",37597,82949,2,150,2077 +"136241",37597,84743,3,150,396 +"136242",37597,89097,3,150,935 +"136243",37597,92220,3,150,607 +"136244",37597,105602,3,150,434 +"136245",37611,2524,3,1260,1708 +"136246",37611,8726,3,1260,2083 +"136247",37611,9227,3,1260,1267 +"136248",37611,19073,3,1260,2748 +"136249",37611,26734,2,1260,2299 +"136250",37611,27686,3,1260,2844 +"136251",37611,30870,3,1260,2370 +"136252",37611,37859,3,1260,1999 +"136253",37611,51687,3,1260,2333 +"136254",37611,53924,3,1260,1289 +"136255",37611,72348,3,1260,1810 +"136256",37611,74055,3,1260,1544 +"136257",37611,92860,3,1260,1643 +"136258",37611,116792,3,1260,2397 +"136259",37620,5725,3,2716,2789 +"136260",37620,40369,3,2716,2735 +"136261",37620,64997,3,2716,2791 +"136262",37625,237,3,407,1982 +"136263",37625,728,3,407,1812 +"136264",37625,2057,3,407,1965 +"136265",37625,2524,2,407,1708 +"136266",37625,3127,3,407,2273 +"136267",37625,3284,3,407,1541 +"136268",37625,4646,3,407,2139 +"136269",37625,5235,3,407,2324 +"136270",37625,8140,3,407,1262 +"136271",37625,8354,3,407,1705 +"136272",37625,8726,3,407,2083 +"136273",37625,9227,2,407,1267 +"136274",37625,9723,3,407,2302 +"136275",37625,10875,3,407,1234 +"136276",37625,11625,3,407,2022 +"136277",37625,13944,1,407,1671 +"136278",37625,17728,3,407,1542 +"136279",37625,18965,2,407,2315 +"136280",37625,26734,3,407,2299 +"136281",37625,32110,3,407,2224 +"136282",37625,32202,3,407,2314 +"136283",37625,33537,3,407,2406 +"136284",37625,38333,3,407,1365 +"136285",37625,38816,3,407,1225 +"136286",37625,40572,3,407,2666 +"136287",37625,41446,3,407,1103 +"136288",37625,46650,3,407,1330 +"136289",37625,53924,3,407,1289 +"136290",37625,53936,3,407,584 +"136291",37625,55072,3,407,612 +"136292",37625,59776,3,407,2493 +"136293",37625,61337,3,407,2777 +"136294",37625,115059,3,407,2552 +"136295",37625,121826,3,407,536 +"136296",37628,675,3,819,1686 +"136297",37628,701,3,819,2718 +"136298",37628,1136,3,819,2536 +"136299",37628,1592,3,819,2006 +"136300",37628,1691,3,819,1941 +"136301",37628,2063,3,819,1278 +"136302",37628,2224,3,819,2751 +"136303",37628,2563,3,819,1686 +"136304",37628,2743,3,819,1278 +"136305",37628,5120,3,819,2735 +"136306",37628,6252,3,819,2336 +"136307",37628,6363,2,819,2066 +"136308",37628,6390,3,819,2385 +"136309",37628,7582,3,819,1099 +"136310",37628,12747,3,819,2818 +"136311",37628,14108,3,819,2012 +"136312",37628,16164,3,819,1184 +"136313",37628,16940,2,819,1290 +"136314",37628,18211,3,819,1745 +"136315",37628,18543,3,819,2968 +"136316",37628,19835,3,819,1135 +"136317",37628,20287,2,819,1099 +"136318",37628,20824,3,819,1366 +"136319",37628,21198,3,819,935 +"136320",37628,22141,2,819,2348 +"136321",37628,22884,2,819,1608 +"136322",37628,25565,3,819,2764 +"136323",37628,25985,3,819,2071 +"136324",37628,26322,3,819,1018 +"136325",37628,27753,3,819,2750 +"136326",37628,28057,3,819,1067 +"136327",37628,28808,3,819,1063 +"136328",37628,32965,3,819,2071 +"136329",37628,33588,2,819,1040 +"136330",37628,33621,2,819,1319 +"136331",37628,34492,3,819,1798 +"136332",37628,34815,3,819,2354 +"136333",37628,43173,2,819,2895 +"136334",37628,43226,3,819,2442 +"136335",37628,44427,3,819,2875 +"136336",37628,46621,3,819,1343 +"136337",37628,47098,3,819,2057 +"136338",37628,50785,3,819,2877 +"136339",37628,51041,3,819,2606 +"136340",37628,52327,3,819,1472 +"136341",37628,52576,3,819,2234 +"136342",37628,53851,3,819,2305 +"136343",37628,55139,3,819,2323 +"136344",37628,57990,3,819,978 +"136345",37628,59438,3,819,2400 +"136346",37628,61785,3,819,822 +"136347",37628,64997,3,819,2791 +"136348",37628,71342,3,819,1289 +"136349",37628,78975,3,819,946 +"136350",37628,79364,3,819,834 +"136351",37628,80172,3,819,1342 +"136352",37628,84022,3,819,2289 +"136353",37628,88232,3,819,2881 +"136354",37628,90802,3,819,877 +"136355",37628,92491,2,819,1968 +"136356",37632,364,3,1295,2351 +"136357",37632,2540,3,1295,1398 +"136358",37632,6119,3,1295,2358 +"136359",37632,6989,3,1295,2623 +"136360",37632,10336,3,1295,2271 +"136361",37632,13079,3,1295,2547 +"136362",37632,21593,1,1295,1312 +"136363",37632,23498,3,1295,2398 +"136364",37632,27390,3,1295,2425 +"136365",37632,29818,3,1295,1677 +"136366",37632,31087,3,1295,1757 +"136367",37632,47968,3,1295,2829 +"136368",37632,48501,3,1295,2010 +"136369",37632,65223,3,1295,2724 +"136370",37632,76286,3,1295,1642 +"136371",37632,78138,3,1295,1601 +"136372",37632,90892,3,1295,2399 +"136373",37632,102566,3,1295,2207 +"136374",37636,371,2,2178,2950 +"136375",37636,680,1,2178,2569 +"136376",37636,2424,3,2178,2582 +"136377",37636,2747,2,2178,2411 +"136378",37636,3978,2,2178,2775 +"136379",37636,4303,2,2178,2414 +"136380",37636,4361,2,2178,2571 +"136381",37636,4669,3,2178,2395 +"136382",37636,4932,3,2178,2752 +"136383",37636,5120,3,2178,2735 +"136384",37636,5235,3,2178,2324 +"136385",37636,5515,3,2178,2385 +"136386",37636,5683,3,2178,2468 +"136387",37636,5897,3,2178,2337 +"136388",37636,7252,3,2178,2799 +"136389",37636,7984,3,2178,2493 +"136390",37636,8062,2,2178,2858 +"136391",37636,8604,3,2178,2799 +"136392",37636,8865,3,2178,2394 +"136393",37636,9202,3,2178,2477 +"136394",37636,9332,3,2178,2734 +"136395",37636,9723,3,2178,2302 +"136396",37636,9787,3,2178,2858 +"136397",37636,10200,3,2178,2920 +"136398",37636,10836,3,2178,2215 +"136399",37636,11329,3,2178,2799 +"136400",37636,11429,2,2178,2520 +"136401",37636,11477,2,2178,2724 +"136402",37636,11588,3,2178,2352 +"136403",37636,11648,3,2178,2852 +"136404",37636,12361,3,2178,2732 +"136405",37636,12747,3,2178,2818 +"136406",37636,12759,2,2178,2414 +"136407",37636,12948,3,2178,2669 +"136408",37636,13007,3,2178,2496 +"136409",37636,14761,3,2178,2502 +"136410",37636,14972,2,2178,2332 +"136411",37636,17037,3,2178,2947 +"136412",37636,17999,3,2178,2758 +"136413",37636,18005,3,2178,2449 +"136414",37636,18371,2,2178,2860 +"136415",37636,19516,3,2178,2313 +"136416",37636,19686,3,2178,2467 +"136417",37636,20423,3,2178,2654 +"136418",37636,20496,3,2178,2530 +"136419",37636,20984,3,2178,2502 +"136420",37636,21407,3,2178,2728 +"136421",37636,22326,3,2178,2818 +"136422",37636,22474,3,2178,2446 +"136423",37636,22709,3,2178,2743 +"136424",37636,23739,3,2178,2463 +"136425",37636,24086,3,2178,2663 +"136426",37636,25305,3,2178,2447 +"136427",37636,25373,2,2178,2783 +"136428",37636,26182,3,2178,2775 +"136429",37636,26642,3,2178,2952 +"136430",37636,26658,3,2178,2745 +"136431",37636,27320,3,2178,2378 +"136432",37636,27390,3,2178,2425 +"136433",37636,27686,3,2178,2844 +"136434",37636,28869,3,2178,2425 +"136435",37636,28923,3,2178,2362 +"136436",37636,29929,3,2178,2789 +"136437",37636,30705,2,2178,2959 +"136438",37636,31335,3,2178,2351 +"136439",37636,31700,3,2178,2727 +"136440",37636,32939,3,2178,2277 +"136441",37636,35815,3,2178,2789 +"136442",37636,36912,3,2178,2469 +"136443",37636,36953,2,2178,2790 +"136444",37636,37238,3,2178,2609 +"136445",37636,37342,3,2178,2649 +"136446",37636,38505,3,2178,2393 +"136447",37636,38633,3,2178,2253 +"136448",37636,38800,3,2178,2756 +"136449",37636,39256,3,2178,2449 +"136450",37636,39321,3,2178,2257 +"136451",37636,40572,3,2178,2666 +"136452",37636,41023,3,2178,2408 +"136453",37636,41187,3,2178,2340 +"136454",37636,43660,3,2178,2320 +"136455",37636,44433,3,2178,2224 +"136456",37636,44603,3,2178,2748 +"136457",37636,44694,3,2178,2220 +"136458",37636,45869,3,2178,2840 +"136459",37636,47013,3,2178,2388 +"136460",37636,47840,3,2178,2509 +"136461",37636,50236,3,2178,2339 +"136462",37636,50585,2,2178,2414 +"136463",37636,51626,3,2178,2494 +"136464",37636,51783,1,2178,2599 +"136465",37636,52041,3,2178,2694 +"136466",37636,53219,3,2178,2973 +"136467",37636,53362,3,2178,2360 +"136468",37636,53687,3,2178,2422 +"136469",37636,54924,3,2178,2603 +"136470",37636,56082,2,2178,2395 +"136471",37636,56859,3,2178,2319 +"136472",37636,57804,3,2178,2214 +"136473",37636,58521,3,2178,2950 +"136474",37636,62739,3,2178,2753 +"136475",37636,63077,3,2178,2778 +"136476",37636,72088,3,2178,2728 +"136477",37636,72207,3,2178,2430 +"136478",37636,96300,3,2178,2594 +"136479",37636,104565,3,2178,2693 +"136480",37637,7719,1,1328,1954 +"136481",37637,22723,3,1328,2859 +"136482",37637,39249,3,1328,1665 +"136483",37637,40572,3,1328,2666 +"136484",37637,67266,3,1328,2010 +"136485",37677,3488,3,1908,2351 +"136486",37677,4863,3,1908,1961 +"136487",37677,15626,3,1908,2434 +"136488",37677,18458,2,1908,2477 +"136489",37677,20659,2,1908,1969 +"136490",37677,21225,3,1908,1945 +"136491",37677,22216,3,1908,1956 +"136492",37677,26106,2,1908,2015 +"136493",37677,30081,3,1908,2403 +"136494",37677,32761,2,1908,2680 +"136495",37677,36559,3,1908,2473 +"136496",37677,44235,2,1908,2700 +"136497",37677,47947,3,1908,2681 +"136498",37677,49032,3,1908,2469 +"136499",37677,49666,2,1908,2408 +"136500",37677,51853,3,1908,2520 +"136501",37677,67264,3,1908,2790 +"136502",37677,71702,2,1908,2353 +"136503",37684,17499,3,2899,2954 +"136504",37684,23550,1,2899,2939 +"136505",37710,5568,3,963,1290 +"136506",37710,9241,3,963,2338 +"136507",37710,36666,1,963,1270 +"136508",37710,55892,3,963,1234 +"136509",37710,67724,2,963,1392 +"136510",37717,52530,3,1201,1737 +"136511",37717,53630,3,1201,1565 +"136512",37726,19528,3,2341,2742 +"136513",37726,23787,3,2341,2810 +"136514",37726,24756,3,2341,2530 +"136515",37726,39799,2,2341,2344 +"136516",37726,44235,3,2341,2700 +"136517",37726,71369,3,2341,2838 +"136518",37752,371,3,2223,2950 +"136519",37752,843,3,2223,2332 +"136520",37752,3477,3,2223,2546 +"136521",37752,7942,3,2223,2623 +"136522",37752,8865,3,2223,2394 +"136523",37752,9272,2,2223,2835 +"136524",37752,10373,3,2223,2436 +"136525",37752,12361,3,2223,2732 +"136526",37752,14586,2,2223,2801 +"136527",37752,19165,3,2223,2436 +"136528",37752,19934,2,2223,2888 +"136529",37752,20308,2,2223,2254 +"136530",37752,24086,3,2223,2663 +"136531",37752,27320,3,2223,2378 +"136532",37752,27391,3,2223,2378 +"136533",37752,28893,3,2223,2764 +"136534",37752,36344,3,2223,2570 +"136535",37752,38259,2,2223,2258 +"136536",37752,39439,3,2223,2462 +"136537",37752,39443,3,2223,2277 +"136538",37752,39444,3,2223,2695 +"136539",37752,39875,2,2223,2422 +"136540",37752,39906,3,2223,2365 +"136541",37752,40623,3,2223,2580 +"136542",37752,41187,3,2223,2340 +"136543",37752,43173,3,2223,2895 +"136544",37752,43226,2,2223,2442 +"136545",37752,46982,3,2223,2806 +"136546",37752,47013,3,2223,2388 +"136547",37752,58508,2,2223,2326 +"136548",37752,59039,2,2223,2870 +"136549",37752,63654,3,2223,2310 +"136550",37752,66971,3,2223,2299 +"136551",37752,69335,2,2223,2698 +"136552",37752,77077,2,2223,2693 +"136553",37752,88067,3,2223,2315 +"136554",37752,99940,3,2223,2884 +"136555",37758,1782,3,1998,2796 +"136556",37758,5315,3,1998,2631 +"136557",37758,11218,3,1998,2292 +"136558",37758,13929,3,1998,2693 +"136559",37758,16587,2,1998,2065 +"136560",37758,18554,3,1998,2065 +"136561",37758,29864,3,1998,2479 +"136562",37758,29930,3,1998,2240 +"136563",37758,41955,3,1998,2479 +"136564",37758,54929,3,1998,2783 +"136565",37765,1393,2,1134,1706 +"136566",37765,3506,3,1134,2364 +"136567",37765,6040,3,1134,2103 +"136568",37765,7123,3,1134,1964 +"136569",37765,9088,3,1134,1881 +"136570",37765,9269,2,1134,1892 +"136571",37765,9895,3,1134,1960 +"136572",37765,10610,3,1134,1427 +"136573",37765,16347,3,1134,1868 +"136574",37765,16866,3,1134,2718 +"136575",37765,17645,3,1134,1918 +"136576",37765,17672,2,1134,1987 +"136577",37765,17925,3,1134,2385 +"136578",37765,20695,3,1134,2526 +"136579",37765,22389,3,1134,2034 +"136580",37765,26740,3,1134,2695 +"136581",37765,31990,3,1134,2264 +"136582",37765,32629,3,1134,1789 +"136583",37765,32724,3,1134,2581 +"136584",37765,34331,3,1134,1727 +"136585",37765,37801,3,1134,2578 +"136586",37765,41075,3,1134,1176 +"136587",37765,44312,3,1134,2741 +"136588",37765,44744,1,1134,2032 +"136589",37765,45449,2,1134,1610 +"136590",37765,45450,3,1134,1590 +"136591",37765,48931,2,1134,2444 +"136592",37765,53445,3,1134,2028 +"136593",37765,56364,3,1134,1626 +"136594",37765,57804,3,1134,2214 +"136595",37765,64712,2,1134,1411 +"136596",37765,66017,3,1134,1545 +"136597",37765,78611,3,1134,1586 +"136598",37765,80801,3,1134,1250 +"136599",37765,84591,3,1134,1685 +"136600",37765,87915,3,1134,1152 +"136601",37765,92469,3,1134,1232 +"136602",37765,96387,3,1134,2159 +"136603",37765,100084,3,1134,1964 +"136604",37765,101666,3,1134,1257 +"136605",37766,3016,2,520,747 +"136606",37766,5673,3,520,1567 +"136607",37766,8478,3,520,984 +"136608",37766,9506,3,520,1012 +"136609",37766,9716,3,520,1929 +"136610",37766,10908,2,520,1134 +"136611",37766,11135,3,520,2441 +"136612",37766,12228,3,520,2034 +"136613",37766,14025,3,520,2384 +"136614",37766,15502,3,520,2637 +"136615",37766,16590,3,520,1123 +"136616",37766,17999,3,520,2758 +"136617",37766,18827,3,520,1481 +"136618",37766,18855,2,520,1362 +"136619",37766,21895,3,520,1693 +"136620",37766,24104,3,520,817 +"136621",37766,32235,3,520,2109 +"136622",37766,41478,3,520,957 +"136623",37766,51148,2,520,1077 +"136624",37766,51448,3,520,1593 +"136625",37766,52185,3,520,1012 +"136626",37766,70656,3,520,2771 +"136627",37766,78768,3,520,841 +"136628",37766,78894,3,520,1504 +"136629",37766,79036,3,520,2524 +"136630",37766,79822,3,520,1508 +"136631",37766,82426,2,520,1576 +"136632",37766,84768,2,520,1291 +"136633",37766,96349,3,520,1874 +"136634",37766,100637,3,520,1944 +"136635",37766,107993,2,520,999 +"136636",37766,112834,3,520,765 +"136637",37800,24,3,604,1295 +"136638",37800,270,3,604,2542 +"136639",37800,279,3,604,1989 +"136640",37800,380,3,604,2261 +"136641",37800,457,2,604,1704 +"136642",37800,671,3,604,2328 +"136643",37800,1102,3,604,2282 +"136644",37800,1124,3,604,1596 +"136645",37800,1154,3,604,1656 +"136646",37800,1275,3,604,2068 +"136647",37800,1691,3,604,1941 +"136648",37800,1777,3,604,1965 +"136649",37800,1826,3,604,924 +"136650",37800,2111,3,604,1904 +"136651",37800,2224,3,604,2751 +"136652",37800,2572,3,604,2273 +"136653",37800,2743,3,604,1278 +"136654",37800,3167,3,604,1676 +"136655",37800,3801,3,604,1974 +"136656",37800,4057,3,604,2389 +"136657",37800,4226,3,604,1903 +"136658",37800,4690,2,604,1938 +"136659",37800,4791,3,604,1184 +"136660",37800,5078,3,604,2033 +"136661",37800,5235,3,604,2324 +"136662",37800,5457,3,604,2077 +"136663",37800,5462,3,604,2374 +"136664",37800,5504,3,604,2389 +"136665",37800,5580,3,604,2111 +"136666",37800,5716,3,604,1058 +"136667",37800,5971,2,604,1985 +"136668",37800,5986,3,604,1721 +"136669",37800,6047,3,604,2004 +"136670",37800,6052,3,604,1985 +"136671",37800,6074,3,604,2426 +"136672",37800,6222,3,604,1949 +"136673",37800,6264,3,604,749 +"136674",37800,6417,3,604,1675 +"136675",37800,6491,3,604,2424 +"136676",37800,6588,2,604,2025 +"136677",37800,6718,3,604,2138 +"136678",37800,7226,3,604,1228 +"136679",37800,7241,3,604,2259 +"136680",37800,7555,3,604,1943 +"136681",37800,8192,2,604,1670 +"136682",37800,8376,2,604,1670 +"136683",37800,8529,2,604,1205 +"136684",37800,8866,3,604,1545 +"136685",37800,8888,3,604,1328 +"136686",37800,9175,3,604,2639 +"136687",37800,9362,3,604,2879 +"136688",37800,9654,3,604,2111 +"136689",37800,9805,3,604,1621 +"136690",37800,10488,3,604,1524 +"136691",37800,10513,2,604,2284 +"136692",37800,10523,3,604,1510 +"136693",37800,10646,3,604,1555 +"136694",37800,11218,3,604,2292 +"136695",37800,11229,3,604,1625 +"136696",37800,11966,3,604,2385 +"136697",37800,12042,3,604,2345 +"136698",37800,12096,3,604,1330 +"136699",37800,12374,1,604,2260 +"136700",37800,12432,3,604,1816 +"136701",37800,12449,3,604,2067 +"136702",37800,12528,3,604,2589 +"136703",37800,12602,2,604,1956 +"136704",37800,12724,3,604,1930 +"136705",37800,13307,3,604,2206 +"136706",37800,13869,3,604,1786 +"136707",37800,13929,3,604,2693 +"136708",37800,14834,2,604,2739 +"136709",37800,14855,3,604,903 +"136710",37800,14989,3,604,2223 +"136711",37800,15118,3,604,1311 +"136712",37800,15122,3,604,1201 +"136713",37800,15135,3,604,1035 +"136714",37800,15632,3,604,1242 +"136715",37800,16352,2,604,2657 +"136716",37800,17351,3,604,2036 +"136717",37800,17400,3,604,2231 +"136718",37800,18361,3,604,2968 +"136719",37800,18394,3,604,2356 +"136720",37800,19096,2,604,1538 +"136721",37800,19719,3,604,2177 +"136722",37800,20124,3,604,2376 +"136723",37800,20311,3,604,1981 +"136724",37800,20486,3,604,1908 +"136725",37800,20824,3,604,1366 +"136726",37800,21104,2,604,2327 +"136727",37800,21122,3,604,1701 +"136728",37800,21571,3,604,2755 +"136729",37800,21682,3,604,2414 +"136730",37800,21929,3,604,2062 +"136731",37800,22006,3,604,1202 +"136732",37800,22197,3,604,2271 +"136733",37800,22566,3,604,2308 +"136734",37800,23492,3,604,1067 +"136735",37800,23526,3,604,1998 +"136736",37800,23534,3,604,1659 +"136737",37800,23715,3,604,1859 +"136738",37800,23725,3,604,2378 +"136739",37800,23825,3,604,1913 +"136740",37800,24005,2,604,1188 +"136741",37800,24060,3,604,2349 +"136742",37800,24066,3,604,1755 +"136743",37800,24558,2,604,2139 +"136744",37800,24559,3,604,946 +"136745",37800,24755,3,604,1319 +"136746",37800,25132,2,604,1188 +"136747",37800,26067,3,604,2069 +"136748",37800,26080,3,604,2525 +"136749",37800,26451,3,604,2133 +"136750",37800,26471,3,604,1061 +"136751",37800,26570,2,604,1669 +"136752",37800,26671,1,604,2279 +"136753",37800,26848,3,604,2363 +"136754",37800,26867,2,604,1804 +"136755",37800,27744,3,604,861 +"136756",37800,27792,3,604,1308 +"136757",37800,28002,3,604,914 +"136758",37800,29073,3,604,2328 +"136759",37800,29929,3,604,2789 +"136760",37800,30325,3,604,1067 +"136761",37800,30405,3,604,2164 +"136762",37800,32131,3,604,1035 +"136763",37800,32173,3,604,2341 +"136764",37800,32811,2,604,804 +"136765",37800,33622,2,604,2230 +"136766",37800,34136,2,604,2202 +"136767",37800,34735,3,604,2767 +"136768",37800,34836,2,604,2302 +"136769",37800,35673,3,604,1067 +"136770",37800,37893,3,604,875 +"136771",37800,38019,2,604,1870 +"136772",37800,39238,3,604,922 +"136773",37800,39444,2,604,2695 +"136774",37800,39865,1,604,849 +"136775",37800,40028,2,604,1349 +"136776",37800,40072,1,604,1182 +"136777",37800,40493,3,604,1981 +"136778",37800,40646,3,604,1583 +"136779",37800,41021,3,604,978 +"136780",37800,41174,3,604,850 +"136781",37800,42216,3,604,2722 +"136782",37800,43518,3,604,2680 +"136783",37800,43673,3,604,2787 +"136784",37800,44188,3,604,1609 +"136785",37800,44193,3,604,989 +"136786",37800,44521,3,604,1593 +"136787",37800,44648,3,604,619 +"136788",37800,45302,3,604,2390 +"136789",37800,46042,3,604,1692 +"136790",37800,46629,3,604,2255 +"136791",37800,46950,2,604,2673 +"136792",37800,47803,3,604,2477 +"136793",37800,47839,3,604,1864 +"136794",37800,48260,3,604,875 +"136795",37800,48698,2,604,1474 +"136796",37800,49110,3,604,2938 +"136797",37800,49512,3,604,1302 +"136798",37800,50118,3,604,2654 +"136799",37800,50134,2,604,2674 +"136800",37800,50236,2,604,2339 +"136801",37800,51017,3,604,2073 +"136802",37800,51035,3,604,2397 +"136803",37800,51866,3,604,2411 +"136804",37800,52136,3,604,1412 +"136805",37800,52345,2,604,1430 +"136806",37800,52735,3,604,1124 +"136807",37800,53266,3,604,2389 +"136808",37800,53303,2,604,1376 +"136809",37800,53322,3,604,1200 +"136810",37800,53323,3,604,2677 +"136811",37800,55556,3,604,2075 +"136812",37800,55691,3,604,2856 +"136813",37800,56082,3,604,2395 +"136814",37800,56237,3,604,2625 +"136815",37800,56854,3,604,2022 +"136816",37800,57348,3,604,687 +"136817",37800,57353,3,604,1849 +"136818",37800,57950,3,604,1529 +"136819",37800,58133,3,604,1484 +"136820",37800,58854,3,604,1131 +"136821",37800,59700,3,604,2346 +"136822",37800,59939,1,604,936 +"136823",37800,64699,3,604,2797 +"136824",37800,65007,3,604,2530 +"136825",37800,65884,3,604,798 +"136826",37800,66983,3,604,2397 +"136827",37800,67763,3,604,822 +"136828",37800,68043,3,604,690 +"136829",37800,69712,2,604,1219 +"136830",37800,70838,3,604,687 +"136831",37800,71342,3,604,1289 +"136832",37800,71478,3,604,1721 +"136833",37800,72188,3,604,856 +"136834",37800,72326,3,604,2384 +"136835",37800,72468,3,604,2292 +"136836",37800,72597,3,604,1843 +"136837",37800,72598,2,604,805 +"136838",37800,73728,3,604,784 +"136839",37800,74910,3,604,653 +"136840",37800,75403,3,604,1895 +"136841",37800,75948,3,604,1006 +"136842",37800,78256,2,604,804 +"136843",37800,79436,3,604,1344 +"136844",37800,79657,3,604,1260 +"136845",37800,79804,3,604,2227 +"136846",37800,80825,2,604,2315 +"136847",37800,85685,3,604,998 +"136848",37800,87048,3,604,989 +"136849",37800,91912,1,604,790 +"136850",37800,92104,3,604,2339 +"136851",37800,106544,3,604,626 +"136852",37800,108379,3,604,2933 +"136853",37800,108867,2,604,2328 +"136854",37800,109521,3,604,609 +"136855",37800,109718,3,604,1237 +"136856",37800,120549,3,604,708 +"136857",37801,16866,3,2578,2718 +"136858",37801,32724,2,2578,2581 +"136859",37801,44312,1,2578,2741 +"136860",37801,65054,2,2578,2593 +"136861",37836,803,3,1369,1666 +"136862",37836,1046,3,1369,1881 +"136863",37836,1386,3,1369,1901 +"136864",37836,1495,3,1369,2046 +"136865",37836,3853,3,1369,2465 +"136866",37836,12867,2,1369,2773 +"136867",37836,13929,3,1369,2693 +"136868",37836,16587,3,1369,2065 +"136869",37836,20783,2,1369,2414 +"136870",37836,23159,3,1369,1548 +"136871",37836,46039,3,1369,1794 +"136872",37836,58384,3,1369,1637 +"136873",37844,680,3,2002,2569 +"136874",37844,1560,3,2002,2013 +"136875",37844,4303,3,2002,2414 +"136876",37844,6248,3,2002,2737 +"136877",37844,8062,3,2002,2858 +"136878",37844,10727,3,2002,2082 +"136879",37844,11429,3,2002,2520 +"136880",37844,11477,3,2002,2724 +"136881",37844,12759,3,2002,2414 +"136882",37844,14972,3,2002,2332 +"136883",37844,18371,3,2002,2860 +"136884",37844,25373,3,2002,2783 +"136885",37844,30334,2,2002,2075 +"136886",37844,30705,3,2002,2959 +"136887",37844,36953,3,2002,2790 +"136888",37844,37636,2,2002,2178 +"136889",37844,39321,2,2002,2257 +"136890",37844,41723,3,2002,2101 +"136891",37844,51783,2,2002,2599 +"136892",37844,53362,2,2002,2360 +"136893",37844,56082,3,2002,2395 +"136894",37850,602,3,76,2632 +"136895",37850,762,3,76,2671 +"136896",37850,1428,3,76,742 +"136897",37850,3961,3,76,2426 +"136898",37850,5315,3,76,2631 +"136899",37850,6047,3,76,2004 +"136900",37850,6366,3,76,798 +"136901",37850,6417,3,76,1675 +"136902",37850,8060,3,76,1883 +"136903",37850,10358,3,76,2294 +"136904",37850,11143,3,76,2623 +"136905",37850,11540,3,76,1237 +"136906",37850,11576,2,76,808 +"136907",37850,12692,3,76,1855 +"136908",37850,13967,3,76,1354 +"136909",37850,14032,3,76,2144 +"136910",37850,14103,3,76,2204 +"136911",37850,14855,3,76,903 +"136912",37850,15309,3,76,2820 +"136913",37850,16053,3,76,908 +"136914",37850,16096,3,76,2301 +"136915",37850,16120,3,76,1237 +"136916",37850,16826,3,76,2599 +"136917",37850,18874,3,76,2170 +"136918",37850,19621,3,76,725 +"136919",37850,19637,3,76,1229 +"136920",37850,20067,3,76,2390 +"136921",37850,21138,3,76,2849 +"136922",37850,21566,3,76,1234 +"136923",37850,21706,3,76,1988 +"136924",37850,22586,3,76,1341 +"136925",37850,23257,3,76,113 +"136926",37850,23869,3,76,1918 +"136927",37850,25680,3,76,1618 +"136928",37850,27104,2,76,1608 +"136929",37850,28130,3,76,908 +"136930",37850,32694,3,76,1602 +"136931",37850,33801,3,76,2899 +"136932",37850,34899,3,76,2565 +"136933",37850,35529,3,76,1620 +"136934",37850,36441,3,76,2796 +"136935",37850,36651,3,76,1600 +"136936",37850,39186,3,76,1258 +"136937",37850,39563,3,76,486 +"136938",37850,40646,3,76,1583 +"136939",37850,40698,1,76,1408 +"136940",37850,41108,3,76,1624 +"136941",37850,44160,3,76,859 +"136942",37850,47386,3,76,2226 +"136943",37850,47769,3,76,176 +"136944",37850,51017,3,76,2073 +"136945",37850,53419,3,76,858 +"136946",37850,53475,3,76,2853 +"136947",37850,62939,3,76,2574 +"136948",37850,66299,3,76,267 +"136949",37850,70996,3,76,1037 +"136950",37850,73394,3,76,1606 +"136951",37850,74681,2,76,837 +"136952",37850,74730,3,76,535 +"136953",37850,76356,2,76,2323 +"136954",37850,78037,2,76,1606 +"136955",37850,87692,3,76,775 +"136956",37850,89935,3,76,771 +"136957",37850,90802,3,76,877 +"136958",37850,92254,3,76,517 +"136959",37850,98801,3,76,1035 +"136960",37850,100140,3,76,1041 +"136961",37850,101395,3,76,891 +"136962",37850,104280,3,76,887 +"136963",37858,269,3,248,407 +"136964",37858,2272,3,248,1640 +"136965",37858,3542,3,248,450 +"136966",37858,4634,3,248,2291 +"136967",37858,6345,3,248,2713 +"136968",37858,7499,2,248,1803 +"136969",37858,7787,3,248,2314 +"136970",37858,9656,3,248,1135 +"136971",37858,9783,3,248,1275 +"136972",37858,10250,2,248,1606 +"136973",37858,14290,3,248,284 +"136974",37858,15281,3,248,810 +"136975",37858,17480,3,248,2316 +"136976",37858,18645,3,248,793 +"136977",37858,18820,3,248,453 +"136978",37858,18821,2,248,2075 +"136979",37858,20709,2,248,1757 +"136980",37858,33460,3,248,2781 +"136981",37858,38354,2,248,629 +"136982",37858,47121,3,248,701 +"136983",37858,47882,3,248,2769 +"136984",37858,50083,3,248,1275 +"136985",37858,52950,2,248,2716 +"136986",37858,56316,3,248,1435 +"136987",37858,67836,3,248,2195 +"136988",37858,79337,2,248,875 +"136989",37858,88448,3,248,914 +"136990",37858,115905,3,248,274 +"136991",37859,543,3,1999,2203 +"136992",37859,2226,2,1999,2225 +"136993",37859,2484,3,1999,2389 +"136994",37859,2936,3,1999,2512 +"136995",37859,3770,3,1999,2623 +"136996",37859,4660,2,1999,2149 +"136997",37859,5235,3,1999,2324 +"136998",37859,5622,3,1999,2175 +"136999",37859,7785,3,1999,2441 +"137000",37859,8726,3,1999,2083 +"137001",37859,9272,3,1999,2835 +"137002",37859,9723,2,1999,2302 +"137003",37859,10766,3,1999,2647 +"137004",37859,10857,2,1999,2253 +"137005",37859,11239,3,1999,2181 +"137006",37859,11477,3,1999,2724 +"137007",37859,11625,3,1999,2022 +"137008",37859,13479,3,1999,2155 +"137009",37859,14915,3,1999,2606 +"137010",37859,16352,3,1999,2657 +"137011",37859,16690,3,1999,2132 +"137012",37859,17400,3,1999,2231 +"137013",37859,18202,3,1999,2475 +"137014",37859,19215,3,1999,2604 +"137015",37859,19364,3,1999,2846 +"137016",37859,19622,3,1999,2371 +"137017",37859,20700,2,1999,2861 +"137018",37859,22580,3,1999,2245 +"137019",37859,22709,3,1999,2743 +"137020",37859,23154,3,1999,2345 +"137021",37859,23725,3,1999,2378 +"137022",37859,26734,3,1999,2299 +"137023",37859,27686,3,1999,2844 +"137024",37859,30870,3,1999,2370 +"137025",37859,34480,3,1999,2755 +"137026",37859,34735,3,1999,2767 +"137027",37859,34921,3,1999,2181 +"137028",37859,35797,2,1999,2482 +"137029",37859,36487,3,1999,2622 +"137030",37859,39906,2,1999,2365 +"137031",37859,41240,3,1999,2220 +"137032",37859,45684,3,1999,2200 +"137033",37859,46261,3,1999,2350 +"137034",37859,46629,3,1999,2255 +"137035",37859,51687,3,1999,2333 +"137036",37859,54551,3,1999,2348 +"137037",37859,54718,3,1999,2473 +"137038",37859,56082,3,1999,2395 +"137039",37859,60879,3,1999,2792 +"137040",37859,63641,3,1999,2337 +"137041",37859,66717,3,1999,2104 +"137042",37859,73553,3,1999,2726 +"137043",37859,77077,3,1999,2693 +"137044",37859,92297,2,1999,2952 +"137045",37859,121354,3,1999,2862 +"137046",37873,16587,3,1288,2065 +"137047",37873,93933,3,1288,1336 +"137048",37893,25,3,875,2762 +"137049",37893,489,3,875,2652 +"137050",37893,602,3,875,2632 +"137051",37893,733,3,875,1653 +"137052",37893,762,3,875,2671 +"137053",37893,1046,3,875,1881 +"137054",37893,1154,3,875,1656 +"137055",37893,1367,2,875,2176 +"137056",37893,1520,3,875,1716 +"137057",37893,1767,3,875,2727 +"137058",37893,1777,3,875,1965 +"137059",37893,2063,3,875,1278 +"137060",37893,2166,3,875,2557 +"137061",37893,2429,2,875,999 +"137062",37893,2684,3,875,2874 +"137063",37893,2743,3,875,1278 +"137064",37893,2894,3,875,1291 +"137065",37893,3167,2,875,1676 +"137066",37893,3830,3,875,1661 +"137067",37893,4226,2,875,1903 +"137068",37893,4305,3,875,2374 +"137069",37893,4485,3,875,1963 +"137070",37893,4763,3,875,1960 +"137071",37893,4953,3,875,2285 +"137072",37893,5148,3,875,2206 +"137073",37893,5462,3,875,2374 +"137074",37893,5504,3,875,2389 +"137075",37893,5615,3,875,1105 +"137076",37893,5725,3,875,2789 +"137077",37893,6052,3,875,1985 +"137078",37893,6222,3,875,1949 +"137079",37893,6491,3,875,2424 +"137080",37893,7241,3,875,2259 +"137081",37893,7245,3,875,2089 +"137082",37893,7555,3,875,1943 +"137083",37893,8060,3,875,1883 +"137084",37893,8533,2,875,2251 +"137085",37893,8821,3,875,2230 +"137086",37893,9432,3,875,1693 +"137087",37893,9481,3,875,1610 +"137088",37893,9751,2,875,1397 +"137089",37893,10453,3,875,1656 +"137090",37893,10488,3,875,1524 +"137091",37893,12081,3,875,2166 +"137092",37893,12374,2,875,2260 +"137093",37893,12703,3,875,2689 +"137094",37893,12728,3,875,2374 +"137095",37893,14103,3,875,2204 +"137096",37893,15539,3,875,1929 +"137097",37893,15560,3,875,2257 +"137098",37893,16164,3,875,1184 +"137099",37893,17037,3,875,2947 +"137100",37893,17230,3,875,1965 +"137101",37893,18315,3,875,2720 +"137102",37893,18415,3,875,2184 +"137103",37893,18518,3,875,1128 +"137104",37893,19335,3,875,1729 +"137105",37893,19606,3,875,2783 +"137106",37893,20220,3,875,1656 +"137107",37893,20311,3,875,1981 +"137108",37893,20824,3,875,1366 +"137109",37893,21029,3,875,1943 +"137110",37893,21104,2,875,2327 +"137111",37893,21122,3,875,1701 +"137112",37893,21275,3,875,2609 +"137113",37893,22006,2,875,1202 +"137114",37893,22025,3,875,1591 +"137115",37893,22311,3,875,2034 +"137116",37893,22749,3,875,1727 +"137117",37893,23534,3,875,1659 +"137118",37893,24005,3,875,1188 +"137119",37893,25241,3,875,1233 +"137120",37893,26436,3,875,2489 +"137121",37893,26451,2,875,2133 +"137122",37893,27792,2,875,1308 +"137123",37893,28285,3,875,2972 +"137124",37893,28303,2,875,2089 +"137125",37893,28434,3,875,1141 +"137126",37893,29073,1,875,2328 +"137127",37893,29170,3,875,1846 +"137128",37893,29289,3,875,1756 +"137129",37893,29314,3,875,2736 +"137130",37893,29456,3,875,1182 +"137131",37893,30334,3,875,2075 +"137132",37893,30368,3,875,2487 +"137133",37893,30943,3,875,2287 +"137134",37893,31542,3,875,2459 +"137135",37893,32173,3,875,2341 +"137136",37893,32202,3,875,2314 +"137137",37893,34136,2,875,2202 +"137138",37893,34492,3,875,1798 +"137139",37893,35187,3,875,2488 +"137140",37893,35514,3,875,2346 +"137141",37893,36439,3,875,2469 +"137142",37893,37238,3,875,2609 +"137143",37893,37636,3,875,2178 +"137144",37893,38307,3,875,2648 +"137145",37893,40072,3,875,1182 +"137146",37893,40392,3,875,1878 +"137147",37893,41682,2,875,1988 +"137148",37893,41739,3,875,1339 +"137149",37893,43213,3,875,2160 +"137150",37893,43404,3,875,2649 +"137151",37893,43455,3,875,2846 +"137152",37893,43518,2,875,2680 +"137153",37893,44636,3,875,1026 +"137154",37893,45633,3,875,2134 +"137155",37893,47947,3,875,2681 +"137156",37893,48698,3,875,1474 +"137157",37893,50113,3,875,2059 +"137158",37893,50118,3,875,2654 +"137159",37893,51783,3,875,2599 +"137160",37893,53300,3,875,2162 +"137161",37893,54855,3,875,1525 +"137162",37893,55084,3,875,1189 +"137163",37893,55691,3,875,2856 +"137164",37893,56317,3,875,2030 +"137165",37893,56569,3,875,1993 +"137166",37893,57950,3,875,1529 +"137167",37893,57977,3,875,2683 +"137168",37893,58035,3,875,1646 +"137169",37893,58133,2,875,1484 +"137170",37893,58414,3,875,880 +"137171",37893,58451,3,875,1939 +"137172",37893,58508,3,875,2326 +"137173",37893,59939,3,875,936 +"137174",37893,61719,3,875,1515 +"137175",37893,62488,3,875,1418 +"137176",37893,62840,3,875,2502 +"137177",37893,62939,3,875,2574 +"137178",37893,62957,2,875,1170 +"137179",37893,63770,2,875,1324 +"137180",37893,64031,3,875,1295 +"137181",37893,69498,3,875,931 +"137182",37893,70046,3,875,2624 +"137183",37893,71562,3,875,2574 +"137184",37893,75948,3,875,1006 +"137185",37893,79436,3,875,1344 +"137186",37893,79612,3,875,927 +"137187",37893,82426,3,875,1576 +"137188",37893,82696,3,875,1305 +"137189",37893,86245,2,875,1972 +"137190",37893,94650,3,875,896 +"137191",37893,99020,2,875,1383 +"137192",37893,99103,3,875,1470 +"137193",37893,102133,3,875,1165 +"137194",37893,108379,3,875,2933 +"137195",37893,108867,3,875,2328 +"137196",37893,119444,2,875,888 +"137197",37897,1315,3,1685,2760 +"137198",37897,12724,3,1685,1930 +"137199",37897,22242,3,1685,1690 +"137200",37897,47607,3,1685,2724 +"137201",37897,53584,3,1685,2391 +"137202",37915,3255,3,1905,2504 +"137203",37915,6241,3,1905,2264 +"137204",37915,8419,2,1905,1956 +"137205",37915,9828,2,1905,2085 +"137206",37915,10382,3,1905,2111 +"137207",37915,14507,3,1905,2686 +"137208",37915,19453,3,1905,1928 +"137209",37915,22260,3,1905,2137 +"137210",37915,24825,3,1905,2686 +"137211",37915,26695,3,1905,2340 +"137212",37915,27277,3,1905,1994 +"137213",37915,28285,3,1905,2972 +"137214",37915,30827,3,1905,2323 +"137215",37915,31307,3,1905,2139 +"137216",37915,33160,3,1905,2441 +"137217",37915,35360,3,1905,2043 +"137218",37915,53779,2,1905,2000 +"137219",37915,59819,3,1905,2624 +"137220",37915,108581,3,1905,2658 +"137221",37929,341,2,2393,2689 +"137222",37929,841,3,2393,2964 +"137223",37929,2852,2,2393,2448 +"137224",37929,3978,3,2393,2775 +"137225",37929,4249,2,2393,2547 +"137226",37929,13290,3,2393,2824 +"137227",37929,14915,3,2393,2606 +"137228",37929,22709,3,2393,2743 +"137229",37929,24096,2,2393,2612 +"137230",37929,25741,3,2393,2853 +"137231",37929,31331,3,2393,2964 +"137232",37929,41023,3,2393,2408 +"137233",37929,44235,2,2393,2700 +"137234",37929,45729,3,2393,2606 +"137235",37929,46982,3,2393,2806 +"137236",37929,59243,3,2393,2770 +"137237",37929,61240,3,2393,2651 +"137238",37929,61337,3,2393,2777 +"137239",37929,73602,3,2393,2881 +"137240",37929,77077,3,2393,2693 +"137241",37934,1321,3,1595,2075 +"137242",37934,1767,3,1595,2727 +"137243",37934,3068,3,1595,1815 +"137244",37934,3961,3,1595,2426 +"137245",37934,4289,2,1595,1921 +"137246",37934,5315,3,1595,2631 +"137247",37934,6222,3,1595,1949 +"137248",37934,6253,3,1595,2282 +"137249",37934,7078,3,1595,2344 +"137250",37934,7984,2,1595,2493 +"137251",37934,7992,3,1595,2033 +"137252",37934,9311,3,1595,2477 +"137253",37934,10358,3,1595,2294 +"137254",37934,11477,3,1595,2724 +"137255",37934,13388,2,1595,2119 +"137256",37934,14959,3,1595,2898 +"137257",37934,14972,3,1595,2332 +"137258",37934,16482,3,1595,1958 +"137259",37934,18394,3,1595,2356 +"137260",37934,19380,3,1595,2637 +"137261",37934,19528,2,1595,2742 +"137262",37934,20067,3,1595,2390 +"137263",37934,20311,3,1595,1981 +"137264",37934,20321,3,1595,1596 +"137265",37934,20732,3,1595,2401 +"137266",37934,21706,3,1595,1988 +"137267",37934,22403,3,1595,1630 +"137268",37934,23726,3,1595,2434 +"137269",37934,23869,3,1595,1918 +"137270",37934,24753,3,1595,2860 +"137271",37934,24756,1,1595,2530 +"137272",37934,25486,3,1595,2582 +"137273",37934,25680,3,1595,1618 +"137274",37934,26249,3,1595,2301 +"137275",37934,26608,3,1595,2329 +"137276",37934,29095,3,1595,2531 +"137277",37934,29899,3,1595,2375 +"137278",37934,30883,3,1595,1629 +"137279",37934,32520,2,1595,2425 +"137280",37934,32939,3,1595,2277 +"137281",37934,33801,2,1595,2899 +"137282",37934,35529,3,1595,1620 +"137283",37934,37726,3,1595,2341 +"137284",37934,38227,3,1595,2511 +"137285",37934,38921,3,1595,1880 +"137286",37934,39799,3,1595,2344 +"137287",37934,41664,3,1595,2641 +"137288",37934,43479,2,1595,2178 +"137289",37934,46803,3,1595,2305 +"137290",37934,50269,3,1595,1966 +"137291",37934,50382,2,1595,2244 +"137292",37934,53475,2,1595,2853 +"137293",37934,57804,3,1595,2214 +"137294",37934,58993,3,1595,2390 +"137295",37934,62538,3,1595,1656 +"137296",37934,70203,3,1595,2756 +"137297",37934,87720,2,1595,2086 +"137298",37937,341,3,1320,2689 +"137299",37937,364,3,1320,2351 +"137300",37937,1154,3,1320,1656 +"137301",37937,2540,3,1320,1398 +"137302",37937,2798,3,1320,1673 +"137303",37937,2865,3,1320,2006 +"137304",37937,3306,3,1320,1989 +"137305",37937,5363,2,1320,1791 +"137306",37937,6821,3,1320,1788 +"137307",37937,7196,3,1320,1508 +"137308",37937,7245,3,1320,2089 +"137309",37937,7450,3,1320,2827 +"137310",37937,7984,3,1320,2493 +"137311",37937,8062,3,1320,2858 +"137312",37937,8354,3,1320,1705 +"137313",37937,8865,3,1320,2394 +"137314",37937,8890,3,1320,1955 +"137315",37937,9272,3,1320,2835 +"137316",37937,9481,3,1320,1610 +"137317",37937,9703,3,1320,1845 +"137318",37937,9787,3,1320,2858 +"137319",37937,10336,3,1320,2271 +"137320",37937,10473,3,1320,1783 +"137321",37937,11432,3,1320,1593 +"137322",37937,14080,3,1320,1351 +"137323",37937,14108,3,1320,2012 +"137324",37937,14676,3,1320,2764 +"137325",37937,14817,2,1320,2110 +"137326",37937,15401,3,1320,1999 +"137327",37937,15826,3,1320,2772 +"137328",37937,16365,3,1320,2217 +"137329",37937,18415,3,1320,2184 +"137330",37937,19433,2,1320,2504 +"137331",37937,21670,3,1320,2158 +"137332",37937,21681,3,1320,2005 +"137333",37937,22578,3,1320,2216 +"137334",37937,23509,3,1320,2275 +"137335",37937,25373,3,1320,2783 +"137336",37937,26182,3,1320,2775 +"137337",37937,27908,3,1320,2576 +"137338",37937,28432,3,1320,1954 +"137339",37937,28784,3,1320,1579 +"137340",37937,28874,3,1320,2329 +"137341",37937,28896,3,1320,1395 +"137342",37937,29073,3,1320,2328 +"137343",37937,30334,3,1320,2075 +"137344",37937,31001,3,1320,2119 +"137345",37937,31700,1,1320,2727 +"137346",37937,31890,3,1320,1487 +"137347",37937,32988,2,1320,2008 +"137348",37937,34870,3,1320,1873 +"137349",37937,35518,3,1320,1721 +"137350",37937,35822,3,1320,1903 +"137351",37937,36031,3,1320,2342 +"137352",37937,36678,2,1320,2446 +"137353",37937,37036,3,1320,2264 +"137354",37937,37238,2,1320,2609 +"137355",37937,37636,3,1320,2178 +"137356",37937,38602,3,1320,2693 +"137357",37937,39062,1,1320,2020 +"137358",37937,39864,3,1320,2279 +"137359",37937,40392,3,1320,1878 +"137360",37937,42505,3,1320,2008 +"137361",37937,44056,3,1320,2092 +"137362",37937,46486,3,1320,1868 +"137363",37937,46621,3,1320,1343 +"137364",37937,47362,3,1320,2253 +"137365",37937,47384,3,1320,1639 +"137366",37937,47595,2,1320,2374 +"137367",37937,48215,2,1320,2028 +"137368",37937,49265,3,1320,2686 +"137369",37937,50335,3,1320,1893 +"137370",37937,51200,3,1320,2245 +"137371",37937,51774,3,1320,2459 +"137372",37937,51783,3,1320,2599 +"137373",37937,52483,3,1320,2317 +"137374",37937,53323,3,1320,2677 +"137375",37937,55413,3,1320,2129 +"137376",37937,57380,3,1320,2362 +"137377",37937,65155,3,1320,1947 +"137378",37937,66241,3,1320,2351 +"137379",37937,71531,3,1320,2887 +"137380",37937,72728,3,1320,2234 +"137381",37937,73597,2,1320,1989 +"137382",37937,73747,3,1320,2274 +"137383",37937,74134,3,1320,1566 +"137384",37937,80527,3,1320,1664 +"137385",37937,82426,2,1320,1576 +"137386",37937,82730,3,1320,1492 +"137387",37937,85869,3,1320,1509 +"137388",37937,88232,3,1320,2881 +"137389",37937,89880,2,1320,1938 +"137390",37937,92757,3,1320,2615 +"137391",37937,96352,3,1320,1493 +"137392",37937,96706,3,1320,1597 +"137393",37937,104828,3,1320,1609 +"137394",37975,854,3,889,2307 +"137395",37975,4504,3,889,1905 +"137396",37975,5092,1,889,909 +"137397",37975,6052,3,889,1985 +"137398",37975,29454,3,889,2719 +"137399",37975,30236,3,889,2238 +"137400",37975,35903,3,889,1434 +"137401",37975,38732,3,889,2263 +"137402",37975,41764,3,889,2409 +"137403",38019,135,3,1870,2233 +"137404",38019,270,3,1870,2542 +"137405",38019,312,3,1870,2038 +"137406",38019,380,3,1870,2261 +"137407",38019,455,3,1870,2827 +"137408",38019,913,3,1870,2144 +"137409",38019,1616,3,1870,2662 +"137410",38019,1639,3,1870,2631 +"137411",38019,1691,3,1870,1941 +"137412",38019,1777,3,1870,1965 +"137413",38019,2181,3,1870,2030 +"137414",38019,2208,3,1870,2814 +"137415",38019,2224,3,1870,2751 +"137416",38019,2424,2,1870,2582 +"137417",38019,2484,3,1870,2389 +"137418",38019,2533,2,1870,2016 +"137419",38019,3161,3,1870,2229 +"137420",38019,3271,3,1870,2216 +"137421",38019,3305,2,1870,2839 +"137422",38019,3306,3,1870,1989 +"137423",38019,3748,3,1870,2052 +"137424",38019,3966,3,1870,2425 +"137425",38019,4932,2,1870,2752 +"137426",38019,4983,3,1870,1909 +"137427",38019,5078,3,1870,2033 +"137428",38019,5429,3,1870,1991 +"137429",38019,5457,3,1870,2077 +"137430",38019,5462,3,1870,2374 +"137431",38019,5504,3,1870,2389 +"137432",38019,5971,3,1870,1985 +"137433",38019,6052,3,1870,1985 +"137434",38019,6222,3,1870,1949 +"137435",38019,6363,3,1870,2066 +"137436",38019,6491,3,1870,2424 +"137437",38019,6577,3,1870,1951 +"137438",38019,6588,3,1870,2025 +"137439",38019,6718,3,1870,2138 +"137440",38019,7245,3,1870,2089 +"137441",38019,7992,3,1870,2033 +"137442",38019,8610,3,1870,2240 +"137443",38019,8762,3,1870,2585 +"137444",38019,9272,3,1870,2835 +"137445",38019,9311,2,1870,2477 +"137446",38019,9362,3,1870,2879 +"137447",38019,9702,3,1870,1928 +"137448",38019,10513,3,1870,2284 +"137449",38019,10843,3,1870,2277 +"137450",38019,11006,2,1870,1950 +"137451",38019,11440,3,1870,2026 +"137452",38019,12374,2,1870,2260 +"137453",38019,12778,3,1870,2045 +"137454",38019,12863,3,1870,2027 +"137455",38019,14834,2,1870,2739 +"137456",38019,14959,3,1870,2898 +"137457",38019,15401,3,1870,1999 +"137458",38019,15626,3,1870,2434 +"137459",38019,15799,2,1870,1917 +"137460",38019,15813,3,1870,2143 +"137461",38019,16332,3,1870,2668 +"137462",38019,16352,3,1870,2657 +"137463",38019,16432,3,1870,2664 +"137464",38019,17520,3,1870,2276 +"137465",38019,18965,3,1870,2315 +"137466",38019,19248,2,1870,2357 +"137467",38019,19719,1,1870,2177 +"137468",38019,20124,3,1870,2376 +"137469",38019,20311,3,1870,1981 +"137470",38019,20407,3,1870,2339 +"137471",38019,20563,3,1870,2267 +"137472",38019,21104,3,1870,2327 +"137473",38019,21138,3,1870,2849 +"137474",38019,21248,3,1870,2232 +"137475",38019,21285,2,1870,2100 +"137476",38019,21693,2,1870,2176 +"137477",38019,22277,3,1870,2424 +"137478",38019,22326,2,1870,2818 +"137479",38019,22895,3,1870,2704 +"137480",38019,23526,3,1870,1998 +"137481",38019,23825,2,1870,1913 +"137482",38019,24568,3,1870,1937 +"137483",38019,24612,3,1870,1875 +"137484",38019,25129,3,1870,2647 +"137485",38019,25198,3,1870,1982 +"137486",38019,25305,3,1870,2447 +"137487",38019,25577,2,1870,1946 +"137488",38019,26067,3,1870,2069 +"137489",38019,26080,3,1870,2525 +"137490",38019,26336,3,1870,1904 +"137491",38019,26671,3,1870,2279 +"137492",38019,26749,2,1870,2965 +"137493",38019,27275,3,1870,2656 +"137494",38019,27390,3,1870,2425 +"137495",38019,27694,2,1870,2030 +"137496",38019,28285,3,1870,2972 +"137497",38019,29073,3,1870,2328 +"137498",38019,29095,3,1870,2531 +"137499",38019,29917,3,1870,1962 +"137500",38019,29929,3,1870,2789 +"137501",38019,30173,3,1870,2404 +"137502",38019,30906,3,1870,2537 +"137503",38019,32988,3,1870,2008 +"137504",38019,33433,3,1870,2805 +"137505",38019,33622,3,1870,2230 +"137506",38019,33801,3,1870,2899 +"137507",38019,33949,3,1870,2489 +"137508",38019,34136,3,1870,2202 +"137509",38019,34707,3,1870,2042 +"137510",38019,34836,1,1870,2302 +"137511",38019,35256,3,1870,2271 +"137512",38019,36087,3,1870,2755 +"137513",38019,36439,3,1870,2469 +"137514",38019,37285,3,1870,2428 +"137515",38019,38780,2,1870,2705 +"137516",38019,38921,3,1870,1880 +"137517",38019,39444,3,1870,2695 +"137518",38019,40645,3,1870,1899 +"137519",38019,41607,3,1870,2802 +"137520",38019,42618,3,1870,2316 +"137521",38019,42619,3,1870,2017 +"137522",38019,43226,3,1870,2442 +"137523",38019,43455,3,1870,2846 +"137524",38019,45461,3,1870,2458 +"137525",38019,45633,3,1870,2134 +"137526",38019,46629,3,1870,2255 +"137527",38019,47772,3,1870,2293 +"137528",38019,48110,3,1870,2009 +"137529",38019,48605,3,1870,2796 +"137530",38019,50236,3,1870,2339 +"137531",38019,50685,2,1870,2008 +"137532",38019,51017,3,1870,2073 +"137533",38019,51041,3,1870,2606 +"137534",38019,52323,3,1870,2148 +"137535",38019,52570,3,1870,2645 +"137536",38019,52576,2,1870,2234 +"137537",38019,53196,3,1870,1888 +"137538",38019,53266,2,1870,2389 +"137539",38019,53323,3,1870,2677 +"137540",38019,53475,3,1870,2853 +"137541",38019,54983,3,1870,2407 +"137542",38019,55139,3,1870,2323 +"137543",38019,55438,3,1870,2863 +"137544",38019,55468,3,1870,2511 +"137545",38019,55862,2,1870,2123 +"137546",38019,56082,3,1870,2395 +"137547",38019,56317,2,1870,2030 +"137548",38019,56340,3,1870,2060 +"137549",38019,56854,3,1870,2022 +"137550",38019,58451,3,1870,1939 +"137551",38019,58508,2,1870,2326 +"137552",38019,58684,3,1870,2295 +"137553",38019,59113,3,1870,2434 +"137554",38019,59700,3,1870,2346 +"137555",38019,61982,2,1870,2725 +"137556",38019,62841,2,1870,2710 +"137557",38019,63409,3,1870,1937 +"137558",38019,65007,2,1870,2530 +"137559",38019,65155,3,1870,1947 +"137560",38019,65322,3,1870,2008 +"137561",38019,67719,3,1870,2429 +"137562",38019,68215,3,1870,2727 +"137563",38019,69335,3,1870,2698 +"137564",38019,70217,3,1870,2332 +"137565",38019,72207,3,1870,2430 +"137566",38019,72468,2,1870,2292 +"137567",38019,73786,3,1870,2937 +"137568",38019,76892,3,1870,2381 +"137569",38019,78150,3,1870,2581 +"137570",38019,79322,3,1870,2770 +"137571",38019,80825,3,1870,2315 +"137572",38019,82732,3,1870,2810 +"137573",38019,82949,2,1870,2077 +"137574",38019,101797,2,1870,2357 +"137575",38019,108867,3,1870,2328 +"137576",38038,3620,3,2686,2955 +"137577",38038,9272,3,2686,2835 +"137578",38038,55171,3,2686,2972 +"137579",38038,69335,3,2686,2698 +"137580",38046,270,3,1163,2542 +"137581",38046,602,2,1163,2632 +"137582",38046,762,3,1163,2671 +"137583",38046,1124,3,1163,1596 +"137584",38046,5971,3,1163,1985 +"137585",38046,6047,3,1163,2004 +"137586",38046,6982,3,1163,2034 +"137587",38046,10488,3,1163,1524 +"137588",38046,10875,3,1163,1234 +"137589",38046,12096,3,1163,1330 +"137590",38046,12724,3,1163,1930 +"137591",38046,12976,3,1163,2399 +"137592",38046,13307,3,1163,2206 +"137593",38046,14103,3,1163,2204 +"137594",38046,14723,3,1163,2019 +"137595",38046,14731,2,1163,2012 +"137596",38046,18244,3,1163,1622 +"137597",38046,18394,3,1163,2356 +"137598",38046,21929,3,1163,2062 +"137599",38046,22311,3,1163,2034 +"137600",38046,23526,3,1163,1998 +"137601",38046,23715,3,1163,1859 +"137602",38046,37486,3,1163,2912 +"137603",38046,40493,3,1163,1981 +"137604",38046,45545,2,1163,1776 +"137605",38046,52136,3,1163,1412 +"137606",38046,58284,3,1163,2292 +"137607",38046,66097,1,1163,1222 +"137608",38046,66756,3,1163,1301 +"137609",38046,76396,2,1163,1731 +"137610",38046,85736,2,1163,1601 +"137611",38048,313,2,867,2271 +"137612",38048,377,2,867,2389 +"137613",38048,499,2,867,1931 +"137614",38048,543,2,867,2203 +"137615",38048,613,3,867,2687 +"137616",38048,1046,3,867,1881 +"137617",38048,1090,3,867,2370 +"137618",38048,1151,2,867,2885 +"137619",38048,1469,2,867,1160 +"137620",38048,1495,3,867,2046 +"137621",38048,1616,2,867,2662 +"137622",38048,1777,1,867,1965 +"137623",38048,1938,3,867,997 +"137624",38048,2036,2,867,2483 +"137625",38048,2166,3,867,2557 +"137626",38048,2224,3,867,2751 +"137627",38048,2349,3,867,1288 +"137628",38048,2484,2,867,2389 +"137629",38048,2754,2,867,1360 +"137630",38048,3088,2,867,1670 +"137631",38048,3161,2,867,2229 +"137632",38048,3352,3,867,1707 +"137633",38048,3488,3,867,2351 +"137634",38048,3830,2,867,1661 +"137635",38048,3853,3,867,2465 +"137636",38048,3878,3,867,1890 +"137637",38048,4057,2,867,2389 +"137638",38048,4226,3,867,1903 +"137639",38048,4701,3,867,2401 +"137640",38048,5078,2,867,2033 +"137641",38048,5235,3,867,2324 +"137642",38048,5457,2,867,2077 +"137643",38048,5462,1,867,2374 +"137644",38048,5504,2,867,2389 +"137645",38048,7323,2,867,2858 +"137646",38048,7394,3,867,2615 +"137647",38048,8229,2,867,1241 +"137648",38048,8533,3,867,2251 +"137649",38048,8621,3,867,1681 +"137650",38048,8760,3,867,2477 +"137651",38048,8866,3,867,1545 +"137652",38048,9311,3,867,2477 +"137653",38048,9332,3,867,2734 +"137654",38048,9362,3,867,2879 +"137655",38048,9579,3,867,2105 +"137656",38048,10130,3,867,2741 +"137657",38048,10279,3,867,886 +"137658",38048,10799,3,867,2010 +"137659",38048,12713,3,867,2440 +"137660",38048,13945,3,867,1324 +"137661",38048,14888,2,867,1411 +"137662",38048,15184,3,867,2396 +"137663",38048,15299,3,867,2213 +"137664",38048,15539,2,867,1929 +"137665",38048,16313,3,867,1160 +"137666",38048,16497,3,867,2370 +"137667",38048,17133,3,867,924 +"137668",38048,17410,3,867,2073 +"137669",38048,17520,3,867,2276 +"137670",38048,17826,3,867,2920 +"137671",38048,18151,3,867,2962 +"137672",38048,18277,3,867,2309 +"137673",38048,18571,3,867,2128 +"137674",38048,18615,3,867,1025 +"137675",38048,19027,3,867,2721 +"137676",38048,19568,3,867,2302 +"137677",38048,19606,2,867,2783 +"137678",38048,19637,3,867,1229 +"137679",38048,20494,3,867,1075 +"137680",38048,20659,3,867,1969 +"137681",38048,20700,3,867,2861 +"137682",38048,21122,3,867,1701 +"137683",38048,21193,3,867,2490 +"137684",38048,22006,2,867,1202 +"137685",38048,22108,3,867,1915 +"137686",38048,22216,3,867,1956 +"137687",38048,22705,3,867,1016 +"137688",38048,22749,2,867,1727 +"137689",38048,23487,3,867,1658 +"137690",38048,23508,3,867,1907 +"137691",38048,25198,3,867,1982 +"137692",38048,25341,3,867,1858 +"137693",38048,26155,3,867,1802 +"137694",38048,26227,3,867,2265 +"137695",38048,26713,2,867,1235 +"137696",38048,27478,1,867,2485 +"137697",38048,27849,3,867,1316 +"137698",38048,28216,2,867,1910 +"137699",38048,29258,3,867,1932 +"137700",38048,29456,3,867,1182 +"137701",38048,30119,3,867,1961 +"137702",38048,31164,3,867,1996 +"137703",38048,31307,3,867,2139 +"137704",38048,31799,2,867,2547 +"137705",38048,32606,3,867,2100 +"137706",38048,33356,3,867,1586 +"137707",38048,33433,3,867,2805 +"137708",38048,33475,3,867,2367 +"137709",38048,34707,3,867,2042 +"137710",38048,35256,2,867,2271 +"137711",38048,36446,3,867,1175 +"137712",38048,36559,3,867,2473 +"137713",38048,37570,2,867,2389 +"137714",38048,38755,3,867,2902 +"137715",38048,38921,3,867,1880 +"137716",38048,39444,2,867,2695 +"137717",38048,39548,3,867,2389 +"137718",38048,40136,2,867,1149 +"137719",38048,40296,2,867,1674 +"137720",38048,41278,3,867,1873 +"137721",38048,41747,2,867,1722 +"137722",38048,42264,3,867,1702 +"137723",38048,44235,3,867,2700 +"137724",38048,44636,3,867,1026 +"137725",38048,46039,3,867,1794 +"137726",38048,46091,3,867,1938 +"137727",38048,46680,3,867,1690 +"137728",38048,46951,3,867,2429 +"137729",38048,47947,3,867,2681 +"137730",38048,48414,3,867,1749 +"137731",38048,49965,3,867,2301 +"137732",38048,50252,3,867,2001 +"137733",38048,50372,3,867,1834 +"137734",38048,50946,3,867,1075 +"137735",38048,51410,3,867,2739 +"137736",38048,52570,3,867,2645 +"137737",38048,52576,3,867,2234 +"137738",38048,53031,1,867,2065 +"137739",38048,53809,3,867,1956 +"137740",38048,53851,3,867,2305 +"137741",38048,55556,2,867,2075 +"137742",38048,55828,3,867,2393 +"137743",38048,57077,3,867,1885 +"137744",38048,57781,3,867,1971 +"137745",38048,57950,2,867,1529 +"137746",38048,57977,2,867,2683 +"137747",38048,58035,3,867,1646 +"137748",38048,58221,3,867,1787 +"137749",38048,59700,3,867,2346 +"137750",38048,61190,3,867,946 +"137751",38048,61719,3,867,1515 +"137752",38048,65029,3,867,2954 +"137753",38048,67222,3,867,1332 +"137754",38048,68098,2,867,2378 +"137755",38048,69498,2,867,931 +"137756",38048,71478,3,867,1721 +"137757",38048,72334,3,867,2820 +"137758",38048,75948,3,867,1006 +"137759",38048,77489,2,867,1514 +"137760",38048,79612,3,867,927 +"137761",38048,80429,3,867,1927 +"137762",38048,82409,3,867,1881 +"137763",38048,84897,2,867,1075 +"137764",38048,85430,1,867,2370 +"137765",38048,88966,3,867,1568 +"137766",38048,89958,1,867,1186 +"137767",38048,91570,2,867,2229 +"137768",38048,93615,2,867,2386 +"137769",38048,93752,3,867,1368 +"137770",38048,94401,3,867,1784 +"137771",38048,96678,3,867,1183 +"137772",38048,102050,3,867,906 +"137773",38048,105233,3,867,1199 +"137774",38048,105795,3,867,1265 +"137775",38048,109383,3,867,952 +"137776",38055,1127,3,1089,1188 +"137777",38055,1130,3,1089,1566 +"137778",38055,2325,3,1089,1641 +"137779",38055,2754,3,1089,1360 +"137780",38055,3419,3,1089,1595 +"137781",38055,3777,3,1089,1798 +"137782",38055,3886,3,1089,1669 +"137783",38055,3966,3,1089,2425 +"137784",38055,4317,3,1089,1224 +"137785",38055,5438,2,1089,1499 +"137786",38055,6044,3,1089,2744 +"137787",38055,6428,3,1089,1952 +"137788",38055,7229,3,1089,2669 +"137789",38055,7847,2,1089,2424 +"137790",38055,7861,3,1089,1647 +"137791",38055,8610,3,1089,2240 +"137792",38055,8712,3,1089,1153 +"137793",38055,9311,3,1089,2477 +"137794",38055,10370,3,1089,2224 +"137795",38055,10513,3,1089,2284 +"137796",38055,10843,3,1089,2277 +"137797",38055,11540,3,1089,1237 +"137798",38055,14278,3,1089,1267 +"137799",38055,16850,3,1089,1657 +"137800",38055,17943,3,1089,1943 +"137801",38055,18670,3,1089,1835 +"137802",38055,19093,3,1089,2224 +"137803",38055,19637,3,1089,1229 +"137804",38055,20124,3,1089,2376 +"137805",38055,21138,3,1089,2849 +"137806",38055,22682,3,1089,2035 +"137807",38055,22885,3,1089,1702 +"137808",38055,23726,3,1089,2434 +"137809",38055,23825,2,1089,1913 +"137810",38055,23869,3,1089,1918 +"137811",38055,25730,3,1089,1206 +"137812",38055,26080,3,1089,2525 +"137813",38055,26282,3,1089,1241 +"137814",38055,28131,3,1089,1492 +"137815",38055,30150,3,1089,1704 +"137816",38055,31705,3,1089,2706 +"137817",38055,32606,3,1089,2100 +"137818",38055,34509,3,1089,1973 +"137819",38055,36514,3,1089,1192 +"137820",38055,41972,3,1089,2509 +"137821",38055,46680,3,1089,1690 +"137822",38055,46803,2,1089,2305 +"137823",38055,47248,1,1089,2883 +"137824",38055,51017,2,1089,2073 +"137825",38055,51035,3,1089,2397 +"137826",38055,52154,3,1089,1722 +"137827",38055,52597,3,1089,1773 +"137828",38055,56152,3,1089,1487 +"137829",38055,63477,3,1089,1907 +"137830",38055,64181,3,1089,1828 +"137831",38055,67775,3,1089,1964 +"137832",38055,69745,3,1089,1594 +"137833",38055,70203,3,1089,2756 +"137834",38055,70605,3,1089,1176 +"137835",38055,79627,3,1089,2409 +"137836",38055,87144,3,1089,2299 +"137837",38055,89681,3,1089,1978 +"137838",38087,900,3,1083,2726 +"137839",38087,1150,3,1083,1595 +"137840",38087,1520,3,1083,1716 +"137841",38087,2452,2,1083,1715 +"137842",38087,2523,3,1083,1691 +"137843",38087,3456,3,1083,1999 +"137844",38087,4430,3,1083,2019 +"137845",38087,4526,3,1083,1728 +"137846",38087,4567,3,1083,2348 +"137847",38087,4665,3,1083,1569 +"137848",38087,5897,3,1083,2337 +"137849",38087,7252,3,1083,2799 +"137850",38087,7355,3,1083,1928 +"137851",38087,7451,3,1083,1254 +"137852",38087,7780,3,1083,1920 +"137853",38087,7942,3,1083,2623 +"137854",38087,9332,2,1083,2734 +"137855",38087,10457,3,1083,1711 +"137856",38087,10980,3,1083,1974 +"137857",38087,12078,3,1083,2381 +"137858",38087,12361,2,1083,2732 +"137859",38087,12728,3,1083,2374 +"137860",38087,13068,2,1083,1778 +"137861",38087,13879,2,1083,2748 +"137862",38087,14586,3,1083,2801 +"137863",38087,15118,3,1083,1311 +"137864",38087,15443,3,1083,1631 +"137865",38087,16437,3,1083,1956 +"137866",38087,17230,3,1083,1965 +"137867",38087,17645,2,1083,1918 +"137868",38087,18005,3,1083,2449 +"137869",38087,19655,3,1083,2706 +"137870",38087,19934,2,1083,2888 +"137871",38087,20124,3,1083,2376 +"137872",38087,21207,3,1083,1258 +"137873",38087,22704,3,1083,1150 +"137874",38087,22766,3,1083,1945 +"137875",38087,23000,3,1083,1815 +"137876",38087,23692,2,1083,1540 +"137877",38087,24568,3,1083,1937 +"137878",38087,25378,3,1083,1245 +"137879",38087,27255,3,1083,1232 +"137880",38087,28051,3,1083,2089 +"137881",38087,28869,3,1083,2425 +"137882",38087,29116,3,1083,2128 +"137883",38087,29286,3,1083,1612 +"137884",38087,29495,3,1083,1612 +"137885",38087,29818,3,1083,1677 +"137886",38087,29985,3,1083,1568 +"137887",38087,30891,3,1083,1256 +"137888",38087,31216,3,1083,1244 +"137889",38087,32202,3,1083,2314 +"137890",38087,34742,3,1083,1883 +"137891",38087,34892,3,1083,2309 +"137892",38087,35728,3,1083,2017 +"137893",38087,36487,3,1083,2622 +"137894",38087,37636,3,1083,2178 +"137895",38087,38373,3,1083,1928 +"137896",38087,39534,3,1083,2410 +"137897",38087,39589,3,1083,1292 +"137898",38087,39999,3,1083,1593 +"137899",38087,40035,2,1083,2742 +"137900",38087,41581,3,1083,1692 +"137901",38087,42331,3,1083,1585 +"137902",38087,44074,3,1083,1299 +"137903",38087,44135,3,1083,2620 +"137904",38087,44744,3,1083,2032 +"137905",38087,44749,2,1083,1303 +"137906",38087,45138,3,1083,2516 +"137907",38087,45905,3,1083,2785 +"137908",38087,46299,3,1083,1132 +"137909",38087,47375,3,1083,2043 +"137910",38087,47385,3,1083,1172 +"137911",38087,48015,3,1083,1355 +"137912",38087,48698,3,1083,1474 +"137913",38087,49414,3,1083,1667 +"137914",38087,49712,3,1083,1937 +"137915",38087,50509,2,1083,2050 +"137916",38087,50581,2,1083,1258 +"137917",38087,53687,3,1083,2422 +"137918",38087,54775,3,1083,2383 +"137919",38087,55817,3,1083,2285 +"137920",38087,57180,3,1083,2703 +"137921",38087,57356,3,1083,2476 +"137922",38087,57765,3,1083,2893 +"137923",38087,58229,3,1083,1202 +"137924",38087,58875,3,1083,1899 +"137925",38087,59485,3,1083,1564 +"137926",38087,60258,3,1083,2405 +"137927",38087,60808,1,1083,1258 +"137928",38087,63409,3,1083,1937 +"137929",38087,67617,2,1083,1149 +"137930",38087,72882,3,1083,1330 +"137931",38087,80156,3,1083,1667 +"137932",38087,85198,3,1083,1794 +"137933",38087,96462,3,1083,1967 +"137934",38087,100860,3,1083,2326 +"137935",38087,107292,3,1083,1667 +"137936",38098,2576,3,65,1307 +"137937",38098,10595,3,65,494 +"137938",38098,17645,3,65,1918 +"137939",38098,20847,3,65,491 +"137940",38098,23692,3,65,1540 +"137941",38098,28905,2,65,430 +"137942",38098,30057,3,65,504 +"137943",38098,30631,3,65,951 +"137944",38098,31408,3,65,994 +"137945",38098,38087,2,65,1083 +"137946",38098,46726,2,65,943 +"137947",38098,50996,3,65,929 +"137948",38098,59485,3,65,1564 +"137949",38098,60808,3,65,1258 +"137950",38098,62268,1,65,413 +"137951",38098,62668,3,65,958 +"137952",38098,67617,2,65,1149 +"137953",38098,70372,3,65,526 +"137954",38098,70403,3,65,542 +"137955",38098,72986,3,65,1055 +"137956",38098,75880,3,65,477 +"137957",38098,79057,3,65,195 +"137958",38098,81077,2,65,498 +"137959",38098,82046,3,65,748 +"137960",38098,84447,3,65,1006 +"137961",38098,90236,2,65,1010 +"137962",38098,93026,1,65,704 +"137963",38098,96310,3,65,1016 +"137964",38098,103180,2,65,118 +"137965",38098,109194,3,65,494 +"137966",38098,113116,3,65,769 +"137967",38098,120585,3,65,961 +"137968",38140,357,3,1866,2327 +"137969",38140,7759,3,1866,2844 +"137970",38140,21872,2,1866,2458 +"137971",38140,36031,3,1866,2342 +"137972",38140,40645,3,1866,1899 +"137973",38140,45959,3,1866,1880 +"137974",38140,46040,3,1866,2105 +"137975",38140,53903,3,1866,2388 +"137976",38140,65322,3,1866,2008 +"137977",38140,71982,2,1866,2812 +"137978",38140,73192,3,1866,1955 +"137979",38140,76672,2,1866,1930 +"137980",38140,78150,3,1866,2581 +"137981",38140,89681,3,1866,1978 +"137982",38140,96387,3,1866,2159 +"137983",38162,671,3,1691,2328 +"137984",38162,13929,3,1691,2693 +"137985",38162,21122,2,1691,1701 +"137986",38162,36962,3,1691,2861 +"137987",38162,42474,3,1691,2322 +"137988",38162,47082,3,1691,1990 +"137989",38162,55691,2,1691,2856 +"137990",38162,97915,3,1691,1802 +"137991",38195,843,3,53,2332 +"137992",38195,1257,3,53,1212 +"137993",38195,1393,2,53,1706 +"137994",38195,1968,3,53,631 +"137995",38195,2014,2,53,973 +"137996",38195,3101,3,53,513 +"137997",38195,3265,3,53,214 +"137998",38195,3271,2,53,2216 +"137999",38195,3506,3,53,2364 +"138000",38195,5346,3,53,1438 +"138001",38195,5646,3,53,354 +"138002",38195,5813,3,53,2088 +"138003",38195,6234,3,53,2654 +"138004",38195,7123,3,53,1964 +"138005",38195,7310,3,53,636 +"138006",38195,7337,3,53,1797 +"138007",38195,7604,3,53,1366 +"138008",38195,7900,3,53,893 +"138009",38195,7903,3,53,744 +"138010",38195,7932,2,53,789 +"138011",38195,8607,3,53,1685 +"138012",38195,8813,3,53,389 +"138013",38195,9088,2,53,1881 +"138014",38195,9269,3,53,1892 +"138015",38195,9272,2,53,2835 +"138016",38195,9342,3,53,896 +"138017",38195,9423,3,53,1708 +"138018",38195,10610,3,53,1427 +"138019",38195,10964,3,53,2043 +"138020",38195,11019,3,53,1299 +"138021",38195,11067,3,53,2734 +"138022",38195,13712,2,53,550 +"138023",38195,14072,3,53,1346 +"138024",38195,14654,3,53,1692 +"138025",38195,14731,3,53,2012 +"138026",38195,14972,3,53,2332 +"138027",38195,15207,3,53,1855 +"138028",38195,16437,3,53,1956 +"138029",38195,16757,2,53,1755 +"138030",38195,16866,3,53,2718 +"138031",38195,17396,3,53,1672 +"138032",38195,17925,2,53,2385 +"138033",38195,18550,3,53,483 +"138034",38195,19075,3,53,2214 +"138035",38195,19690,3,53,706 +"138036",38195,20545,3,53,1491 +"138037",38195,20705,3,53,829 +"138038",38195,21198,3,53,935 +"138039",38195,21487,3,53,2203 +"138040",38195,21658,3,53,1222 +"138041",38195,22389,3,53,2034 +"138042",38195,23430,3,53,904 +"138043",38195,24085,3,53,1253 +"138044",38195,24195,3,53,1575 +"138045",38195,25443,3,53,1441 +"138046",38195,26658,3,53,2745 +"138047",38195,28432,3,53,1954 +"138048",38195,30092,3,53,1593 +"138049",38195,30981,3,53,2366 +"138050",38195,31211,2,53,433 +"138051",38195,31338,3,53,917 +"138052",38195,31990,3,53,2264 +"138053",38195,32350,3,53,1540 +"138054",38195,32629,3,53,1789 +"138055",38195,32724,2,53,2581 +"138056",38195,32735,3,53,213 +"138057",38195,32811,3,53,804 +"138058",38195,32939,2,53,2277 +"138059",38195,33383,3,53,1572 +"138060",38195,34509,3,53,1973 +"138061",38195,35264,3,53,2329 +"138062",38195,35919,3,53,663 +"138063",38195,36215,3,53,1623 +"138064",38195,36275,3,53,614 +"138065",38195,36440,1,53,704 +"138066",38195,37752,3,53,2223 +"138067",38195,37765,3,53,1134 +"138068",38195,37801,3,53,2578 +"138069",38195,38219,3,53,1689 +"138070",38195,38676,3,53,2286 +"138071",38195,39439,3,53,2462 +"138072",38195,39444,3,53,2695 +"138073",38195,40113,3,53,451 +"138074",38195,41075,2,53,1176 +"138075",38195,41439,3,53,709 +"138076",38195,41805,3,53,199 +"138077",38195,42256,3,53,2839 +"138078",38195,43173,3,53,2895 +"138079",38195,43226,2,53,2442 +"138080",38195,44312,3,53,2741 +"138081",38195,44421,3,53,956 +"138082",38195,44744,3,53,2032 +"138083",38195,45449,2,53,1610 +"138084",38195,45450,3,53,1590 +"138085",38195,45562,3,53,623 +"138086",38195,45585,3,53,2384 +"138087",38195,45874,3,53,944 +"138088",38195,47607,3,53,2724 +"138089",38195,48110,2,53,2009 +"138090",38195,48781,3,53,954 +"138091",38195,48931,2,53,2444 +"138092",38195,49142,3,53,2289 +"138093",38195,49406,3,53,217 +"138094",38195,53445,1,53,2028 +"138095",38195,54259,3,53,191 +"138096",38195,54953,3,53,2223 +"138097",38195,54978,3,53,110 +"138098",38195,55493,3,53,869 +"138099",38195,55674,3,53,718 +"138100",38195,55892,3,53,1234 +"138101",38195,56903,3,53,1584 +"138102",38195,57804,1,53,2214 +"138103",38195,57990,3,53,978 +"138104",38195,58284,3,53,2292 +"138105",38195,58508,2,53,2326 +"138106",38195,58530,3,53,298 +"138107",38195,59039,3,53,2870 +"138108",38195,66017,3,53,1545 +"138109",38195,68884,2,53,1011 +"138110",38195,69335,2,53,2698 +"138111",38195,69903,3,53,1066 +"138112",38195,76511,3,53,1250 +"138113",38195,76814,3,53,926 +"138114",38195,78800,3,53,652 +"138115",38195,79189,3,53,274 +"138116",38195,79306,3,53,190 +"138117",38195,79639,3,53,1013 +"138118",38195,80301,2,53,1690 +"138119",38195,80801,3,53,1250 +"138120",38195,82039,3,53,1327 +"138121",38195,82226,3,53,1619 +"138122",38195,82246,3,53,1538 +"138123",38195,83206,3,53,954 +"138124",38195,83264,3,53,1922 +"138125",38195,90852,3,53,764 +"138126",38195,92084,3,53,1134 +"138127",38195,92469,2,53,1232 +"138128",38195,93753,3,53,408 +"138129",38195,94520,3,53,1243 +"138130",38195,96197,3,53,1670 +"138131",38195,96387,2,53,2159 +"138132",38195,97706,3,53,1121 +"138133",38195,98436,2,53,1212 +"138134",38195,99332,3,53,873 +"138135",38195,100084,3,53,1964 +"138136",38195,102581,3,53,1813 +"138137",38195,105435,3,53,684 +"138138",38195,107758,3,53,565 +"138139",38195,109031,3,53,523 +"138140",38195,115338,3,53,625 +"138141",38195,116484,3,53,902 +"138142",38199,1897,3,1493,1727 +"138143",38199,18571,3,1493,2128 +"138144",38199,21463,3,1493,2437 +"138145",38199,36136,3,1493,2338 +"138146",38213,915,3,1744,1793 +"138147",38213,1592,2,1744,2006 +"138148",38213,1691,2,1744,1941 +"138149",38213,1767,3,1744,2727 +"138150",38213,2011,3,1744,2176 +"138151",38213,2028,3,1744,1978 +"138152",38213,2424,3,1744,2582 +"138153",38213,3068,3,1744,1815 +"138154",38213,3477,3,1744,2546 +"138155",38213,3493,3,1744,2451 +"138156",38213,3980,3,1744,2771 +"138157",38213,4360,3,1744,1770 +"138158",38213,5258,3,1744,2730 +"138159",38213,6063,3,1744,2349 +"138160",38213,6104,2,1744,2462 +"138161",38213,6252,2,1744,2336 +"138162",38213,6390,3,1744,2385 +"138163",38213,7515,3,1744,2737 +"138164",38213,9311,3,1744,2477 +"138165",38213,11516,3,1744,1937 +"138166",38213,11625,3,1744,2022 +"138167",38213,13158,3,1744,2667 +"138168",38213,13899,3,1744,2650 +"138169",38213,14108,2,1744,2012 +"138170",38213,14731,3,1744,2012 +"138171",38213,18543,2,1744,2968 +"138172",38213,19208,3,1744,2629 +"138173",38213,19317,3,1744,2041 +"138174",38213,19605,3,1744,2395 +"138175",38213,20407,2,1744,2339 +"138176",38213,20416,3,1744,2323 +"138177",38213,20643,3,1744,2341 +"138178",38213,21682,3,1744,2414 +"138179",38213,22331,3,1744,2687 +"138180",38213,23132,3,1744,2756 +"138181",38213,23787,3,1744,2810 +"138182",38213,24198,3,1744,2217 +"138183",38213,24568,3,1744,1937 +"138184",38213,25565,3,1744,2764 +"138185",38213,29095,3,1744,2531 +"138186",38213,29170,2,1744,1846 +"138187",38213,29948,3,1744,2795 +"138188",38213,30827,3,1744,2323 +"138189",38213,32503,3,1744,2020 +"138190",38213,33223,3,1744,2397 +"138191",38213,33433,3,1744,2805 +"138192",38213,33622,3,1744,2230 +"138193",38213,36439,3,1744,2469 +"138194",38213,37301,3,1744,2160 +"138195",38213,40368,3,1744,2876 +"138196",38213,42216,3,1744,2722 +"138197",38213,43173,3,1744,2895 +"138198",38213,43213,3,1744,2160 +"138199",38213,43404,3,1744,2649 +"138200",38213,44427,3,1744,2875 +"138201",38213,46951,3,1744,2429 +"138202",38213,49301,3,1744,1894 +"138203",38213,49620,1,1744,1868 +"138204",38213,50179,3,1744,2230 +"138205",38213,50480,3,1744,2701 +"138206",38213,52323,3,1744,2148 +"138207",38213,52576,3,1744,2234 +"138208",38213,56082,3,1744,2395 +"138209",38213,58284,3,1744,2292 +"138210",38213,59700,3,1744,2346 +"138211",38213,62219,3,1744,2494 +"138212",38213,63409,3,1744,1937 +"138213",38213,71274,3,1744,2390 +"138214",38213,72207,3,1744,2430 +"138215",38213,73305,3,1744,2544 +"138216",38213,74636,1,1744,2525 +"138217",38213,75403,3,1744,1895 +"138218",38213,88232,2,1744,2881 +"138219",38213,92322,2,1744,2393 +"138220",38219,843,3,1689,2332 +"138221",38219,2424,3,1689,2582 +"138222",38219,3271,2,1689,2216 +"138223",38219,3306,3,1689,1989 +"138224",38219,3947,3,1689,2067 +"138225",38219,3961,2,1689,2426 +"138226",38219,4289,3,1689,1921 +"138227",38219,5239,3,1689,2875 +"138228",38219,7269,3,1689,1728 +"138229",38219,7337,3,1689,1797 +"138230",38219,7984,2,1689,2493 +"138231",38219,9272,2,1689,2835 +"138232",38219,10358,3,1689,2294 +"138233",38219,11477,2,1689,2724 +"138234",38219,13388,3,1689,2119 +"138235",38219,13780,3,1689,2412 +"138236",38219,14654,3,1689,1692 +"138237",38219,14943,2,1689,1942 +"138238",38219,15003,3,1689,2067 +"138239",38219,15401,2,1689,1999 +"138240",38219,16437,3,1689,1956 +"138241",38219,16801,2,1689,2008 +"138242",38219,16826,3,1689,2599 +"138243",38219,18103,3,1689,1968 +"138244",38219,19075,3,1689,2214 +"138245",38219,20067,3,1689,2390 +"138246",38219,20124,3,1689,2376 +"138247",38219,20311,3,1689,1981 +"138248",38219,20732,3,1689,2401 +"138249",38219,21285,3,1689,2100 +"138250",38219,21754,3,1689,1881 +"138251",38219,23223,3,1689,2094 +"138252",38219,23725,3,1689,2378 +"138253",38219,23726,3,1689,2434 +"138254",38219,23869,3,1689,1918 +"138255",38219,24586,3,1689,2465 +"138256",38219,25577,3,1689,1946 +"138257",38219,28432,3,1689,1954 +"138258",38219,30747,3,1689,2455 +"138259",38219,31069,3,1689,1995 +"138260",38219,31124,3,1689,2351 +"138261",38219,32988,2,1689,2008 +"138262",38219,33801,3,1689,2899 +"138263",38219,34158,2,1689,2639 +"138264",38219,36862,3,1689,2655 +"138265",38219,37752,3,1689,2223 +"138266",38219,38019,3,1689,1870 +"138267",38219,39439,3,1689,2462 +"138268",38219,39444,3,1689,2695 +"138269",38219,40432,3,1689,1956 +"138270",38219,40645,2,1689,1899 +"138271",38219,42505,2,1689,2008 +"138272",38219,43173,3,1689,2895 +"138273",38219,43226,2,1689,2442 +"138274",38219,45277,3,1689,1777 +"138275",38219,45959,3,1689,1880 +"138276",38219,46040,3,1689,2105 +"138277",38219,46680,3,1689,1690 +"138278",38219,48110,2,1689,2009 +"138279",38219,50134,3,1689,2674 +"138280",38219,50382,3,1689,2244 +"138281",38219,51157,3,1689,2319 +"138282",38219,51319,3,1689,2488 +"138283",38219,53445,3,1689,2028 +"138284",38219,54929,3,1689,2783 +"138285",38219,55139,3,1689,2323 +"138286",38219,56237,3,1689,2625 +"138287",38219,56317,3,1689,2030 +"138288",38219,57804,3,1689,2214 +"138289",38219,58164,3,1689,2398 +"138290",38219,58508,2,1689,2326 +"138291",38219,59039,3,1689,2870 +"138292",38219,65155,2,1689,1947 +"138293",38219,65322,1,1689,2008 +"138294",38219,69335,2,1689,2698 +"138295",38219,78150,2,1689,2581 +"138296",38219,79567,3,1689,1942 +"138297",38219,79815,2,1689,1713 +"138298",38219,80301,2,1689,1690 +"138299",38219,82409,3,1689,1881 +"138300",38219,92757,3,1689,2615 +"138301",38219,115037,3,1689,1788 +"138302",38224,1897,2,98,1727 +"138303",38224,1968,3,98,631 +"138304",38224,2221,3,98,2092 +"138305",38224,2349,1,98,1288 +"138306",38224,2418,3,98,2020 +"138307",38224,2576,3,98,1307 +"138308",38224,2759,2,98,2030 +"138309",38224,2847,3,98,494 +"138310",38224,3317,3,98,2037 +"138311",38224,4730,2,98,2131 +"138312",38224,6133,2,98,1229 +"138313",38224,6627,1,98,2063 +"138314",38224,7269,2,98,1728 +"138315",38224,7433,3,98,2255 +"138316",38224,7443,2,98,2028 +"138317",38224,8984,3,98,1162 +"138318",38224,10638,3,98,2692 +"138319",38224,10905,3,98,1552 +"138320",38224,10914,2,98,1660 +"138321",38224,11103,3,98,2393 +"138322",38224,11506,3,98,2824 +"138323",38224,13187,1,98,146 +"138324",38224,14425,3,98,1036 +"138325",38224,14888,3,98,1411 +"138326",38224,16777,3,98,834 +"138327",38224,18571,2,98,2128 +"138328",38224,18943,3,98,2861 +"138329",38224,20432,3,98,1727 +"138330",38224,21180,2,98,2762 +"138331",38224,21463,2,98,2437 +"138332",38224,21741,3,98,1574 +"138333",38224,23513,3,98,900 +"138334",38224,26713,2,98,1235 +"138335",38224,27008,2,98,911 +"138336",38224,27783,1,98,2302 +"138337",38224,30442,3,98,2124 +"138338",38224,31164,2,98,1996 +"138339",38224,32449,3,98,2091 +"138340",38224,33483,2,98,182 +"138341",38224,34162,3,98,2336 +"138342",38224,36136,1,98,2338 +"138343",38224,38144,3,98,2637 +"138344",38224,39105,2,98,2487 +"138345",38224,41978,3,98,2824 +"138346",38224,42331,3,98,1585 +"138347",38224,45730,3,98,2063 +"138348",38224,46951,2,98,2429 +"138349",38224,47384,3,98,1639 +"138350",38224,47571,2,98,1667 +"138351",38224,47583,3,98,817 +"138352",38224,49724,2,98,806 +"138353",38224,50238,3,98,663 +"138354",38224,53013,3,98,2523 +"138355",38224,55775,3,98,2385 +"138356",38224,56338,3,98,1818 +"138357",38224,59039,3,98,2870 +"138358",38224,60979,3,98,1758 +"138359",38224,65316,3,98,1020 +"138360",38224,66911,3,98,1920 +"138361",38224,67838,3,98,765 +"138362",38224,68592,3,98,2551 +"138363",38224,69335,3,98,2698 +"138364",38224,73021,3,98,789 +"138365",38224,75955,3,98,866 +"138366",38224,76132,2,98,2426 +"138367",38224,76675,2,98,1840 +"138368",38224,77397,3,98,1302 +"138369",38224,93208,3,98,1324 +"138370",38224,94926,3,98,1611 +"138371",38224,111034,3,98,2131 +"138372",38224,115155,2,98,1942 +"138373",38227,5239,3,2511,2875 +"138374",38227,16826,1,2511,2599 +"138375",38227,21138,3,2511,2849 +"138376",38227,24756,3,2511,2530 +"138377",38227,29004,3,2511,2596 +"138378",38227,29503,3,2511,2609 +"138379",38227,30906,3,2511,2537 +"138380",38227,34158,3,2511,2639 +"138381",38227,44676,3,2511,2629 +"138382",38227,57977,3,2511,2683 +"138383",38241,1785,2,1931,2350 +"138384",38241,14861,3,1931,2269 +"138385",38241,18821,3,1931,2075 +"138386",38241,19002,3,1931,2053 +"138387",38241,19190,2,1931,2677 +"138388",38241,24949,3,1931,2120 +"138389",38241,26698,3,1931,1963 +"138390",38241,28970,3,1931,2111 +"138391",38259,2206,3,2258,2536 +"138392",38259,2985,3,2258,2398 +"138393",38259,3403,3,2258,2951 +"138394",38259,3770,3,2258,2623 +"138395",38259,4249,3,2258,2547 +"138396",38259,4551,3,2258,2720 +"138397",38259,5258,3,2258,2730 +"138398",38259,7014,2,2258,2401 +"138399",38259,8062,3,2258,2858 +"138400",38259,8463,3,2258,2466 +"138401",38259,11429,3,2258,2520 +"138402",38259,12361,3,2258,2732 +"138403",38259,15567,3,2258,2671 +"138404",38259,18543,3,2258,2968 +"138405",38259,18965,3,2258,2315 +"138406",38259,19165,3,2258,2436 +"138407",38259,19655,3,2258,2706 +"138408",38259,19934,3,2258,2888 +"138409",38259,20219,3,2258,2313 +"138410",38259,22723,3,2258,2859 +"138411",38259,23154,3,2258,2345 +"138412",38259,27908,3,2258,2576 +"138413",38259,31331,3,2258,2964 +"138414",38259,34892,3,2258,2309 +"138415",38259,36439,3,2258,2469 +"138416",38259,36912,3,2258,2469 +"138417",38259,37279,3,2258,2768 +"138418",38259,37929,3,2258,2393 +"138419",38259,40910,3,2258,2469 +"138420",38259,44235,3,2258,2700 +"138421",38259,44427,3,2258,2875 +"138422",38259,45138,3,2258,2516 +"138423",38259,46506,3,2258,2464 +"138424",38259,47248,3,2258,2883 +"138425",38259,55817,3,2258,2285 +"138426",38259,59039,3,2258,2870 +"138427",38259,77077,3,2258,2693 +"138428",38259,88067,3,2258,2315 +"138429",38259,88232,3,2258,2881 +"138430",38263,2424,3,2475,2582 +"138431",38263,6062,2,2475,2681 +"138432",38263,20496,2,2475,2530 +"138433",38263,26721,3,2475,2586 +"138434",38263,62739,3,2475,2753 +"138435",38263,69348,3,2475,2783 +"138436",38263,72088,3,2475,2728 +"138437",38274,11897,2,1181,1271 +"138438",38274,15047,3,1181,1697 +"138439",38274,29117,3,1181,1250 +"138440",38274,43204,3,1181,1680 +"138441",38274,56168,3,1181,1466 +"138442",38274,57037,3,1181,2293 +"138443",38274,110802,3,1181,2474 +"138444",38284,14,2,1234,1793 +"138445",38284,915,3,1234,1793 +"138446",38284,1767,3,1234,2727 +"138447",38284,3068,3,1234,1815 +"138448",38284,3980,3,1234,2771 +"138449",38284,11477,3,1234,2724 +"138450",38284,11625,2,1234,2022 +"138451",38284,13158,1,1234,2667 +"138452",38284,13479,3,1234,2155 +"138453",38284,14328,3,1234,1725 +"138454",38284,17943,3,1234,1943 +"138455",38284,19317,3,1234,2041 +"138456",38284,20416,2,1234,2323 +"138457",38284,20732,3,1234,2401 +"138458",38284,23726,3,1234,2434 +"138459",38284,30092,2,1234,1593 +"138460",38284,30236,3,1234,2238 +"138461",38284,30827,2,1234,2323 +"138462",38284,32064,3,1234,1739 +"138463",38284,42216,3,1234,2722 +"138464",38284,43404,3,1234,2649 +"138465",38284,61242,3,1234,1650 +"138466",38284,75028,3,1234,1660 +"138467",38284,80764,3,1234,1808 +"138468",38300,2181,3,1149,2030 +"138469",38300,15799,2,1149,1917 +"138470",38300,19937,3,1149,1587 +"138471",38300,23526,3,1149,1998 +"138472",38307,3305,3,2648,2839 +"138473",38307,3978,3,2648,2775 +"138474",38307,6044,3,2648,2744 +"138475",38307,6234,3,2648,2654 +"138476",38307,7794,2,2648,2972 +"138477",38307,16352,3,2648,2657 +"138478",38307,17365,2,2648,2746 +"138479",38307,17826,3,2648,2920 +"138480",38307,29977,3,2648,2781 +"138481",38307,31700,3,2648,2727 +"138482",38307,31705,3,2648,2706 +"138483",38307,34120,3,2648,2786 +"138484",38307,41770,3,2648,2752 +"138485",38307,41945,2,2648,2856 +"138486",38307,43455,1,2648,2846 +"138487",38307,44688,2,2648,2924 +"138488",38307,50480,3,2648,2701 +"138489",38307,52032,2,2648,2853 +"138490",38307,60974,3,2648,2972 +"138491",38307,61982,2,2648,2725 +"138492",38307,62841,3,2648,2710 +"138493",38309,827,3,2644,2964 +"138494",38309,1624,3,2644,2687 +"138495",38309,18808,3,2644,2854 +"138496",38309,47607,3,2644,2724 +"138497",38309,60672,3,2644,2876 +"138498",38309,65223,3,2644,2724 +"138499",38333,841,3,1365,2964 +"138500",38333,1691,3,1365,1941 +"138501",38333,1822,3,1365,2888 +"138502",38333,2524,3,1365,1708 +"138503",38333,2852,3,1365,2448 +"138504",38333,3284,3,1365,1541 +"138505",38333,8726,3,1365,2083 +"138506",38333,8860,3,1365,2141 +"138507",38333,10222,3,1365,2212 +"138508",38333,12653,3,1365,1573 +"138509",38333,13311,3,1365,2315 +"138510",38333,18706,3,1365,1617 +"138511",38333,20395,3,1365,1468 +"138512",38333,24902,3,1365,2162 +"138513",38333,26734,3,1365,2299 +"138514",38333,27882,3,1365,1897 +"138515",38333,28081,2,1365,1927 +"138516",38333,28094,3,1365,1423 +"138517",38333,28896,3,1365,1395 +"138518",38333,32549,3,1365,2111 +"138519",38333,32606,3,1365,2100 +"138520",38333,32818,3,1365,2485 +"138521",38333,38373,3,1365,1928 +"138522",38333,39534,3,1365,2410 +"138523",38333,49347,3,1365,2504 +"138524",38333,51687,3,1365,2333 +"138525",38333,57037,3,1365,2293 +"138526",38333,61337,3,1365,2777 +"138527",38333,61585,2,1365,2315 +"138528",38333,68789,2,1365,1929 +"138529",38333,71531,3,1365,2887 +"138530",38354,2272,3,629,1640 +"138531",38354,5937,3,629,2392 +"138532",38354,6345,3,629,2713 +"138533",38354,7499,2,629,1803 +"138534",38354,7787,2,629,2314 +"138535",38354,8923,3,629,1266 +"138536",38354,10216,3,629,2476 +"138537",38354,10250,2,629,1606 +"138538",38354,11259,3,629,1356 +"138539",38354,11521,3,629,1559 +"138540",38354,11868,3,629,1639 +"138541",38354,12511,2,629,1298 +"138542",38354,14612,2,629,2340 +"138543",38354,14957,3,629,2306 +"138544",38354,15150,3,629,2801 +"138545",38354,15558,3,629,2389 +"138546",38354,16910,3,629,1978 +"138547",38354,17480,3,629,2316 +"138548",38354,17672,3,629,1987 +"138549",38354,18645,2,629,793 +"138550",38354,18821,3,629,2075 +"138551",38354,19002,3,629,2053 +"138552",38354,20011,3,629,2826 +"138553",38354,20709,3,629,1757 +"138554",38354,22746,2,629,913 +"138555",38354,23364,2,629,2306 +"138556",38354,23728,3,629,2601 +"138557",38354,24044,3,629,1076 +"138558",38354,27570,3,629,1559 +"138559",38354,29775,3,629,2064 +"138560",38354,29778,3,629,840 +"138561",38354,32079,3,629,2315 +"138562",38354,34576,3,629,1727 +"138563",38354,39507,3,629,793 +"138564",38354,48585,3,629,2063 +"138565",38354,52950,2,629,2716 +"138566",38354,53640,2,629,1789 +"138567",38354,54980,3,629,876 +"138568",38354,56316,3,629,1435 +"138569",38354,65625,3,629,1273 +"138570",38354,66320,3,629,922 +"138571",38354,67836,3,629,2195 +"138572",38354,79337,3,629,875 +"138573",38354,91819,3,629,1583 +"138574",38354,93609,3,629,2252 +"138575",38354,96700,3,629,1602 +"138576",38354,104843,3,629,1167 +"138577",38354,113333,2,629,1018 +"138578",38373,160,3,1928,2007 +"138579",38373,900,3,1928,2726 +"138580",38373,3456,3,1928,1999 +"138581",38373,4249,3,1928,2547 +"138582",38373,4660,3,1928,2149 +"138583",38373,5897,3,1928,2337 +"138584",38373,6697,3,1928,2438 +"138585",38373,7719,3,1928,1954 +"138586",38373,14754,3,1928,2456 +"138587",38373,15567,3,1928,2671 +"138588",38373,19934,3,1928,2888 +"138589",38373,21795,3,1928,2653 +"138590",38373,22723,3,1928,2859 +"138591",38373,27280,2,1928,1965 +"138592",38373,27320,3,1928,2378 +"138593",38373,27391,3,1928,2378 +"138594",38373,30865,3,1928,2038 +"138595",38373,32202,3,1928,2314 +"138596",38373,33562,3,1928,1979 +"138597",38373,35456,2,1928,2358 +"138598",38373,39443,3,1928,2277 +"138599",38373,44557,3,1928,2371 +"138600",38373,47968,3,1928,2829 +"138601",38373,57765,3,1928,2893 +"138602",38373,61443,1,1928,2770 +"138603",38373,63077,3,1928,2778 +"138604",38373,63641,3,1928,2337 +"138605",38373,66717,3,1928,2104 +"138606",38373,67815,3,1928,2476 +"138607",38373,88067,3,1928,2315 +"138608",38373,107871,3,1928,2228 +"138609",38374,1196,3,1890,1986 +"138610",38374,10358,3,1890,2294 +"138611",38374,11218,3,1890,2292 +"138612",38374,12042,3,1890,2345 +"138613",38374,22777,3,1890,2353 +"138614",38374,35926,3,1890,2371 +"138615",38374,54879,3,1890,2210 +"138616",38374,54929,3,1890,2783 +"138617",38422,827,3,1019,2964 +"138618",38422,3403,3,1019,2951 +"138619",38422,3405,3,1019,2438 +"138620",38422,5637,3,1019,1976 +"138621",38422,9063,3,1019,2000 +"138622",38422,9538,3,1019,1786 +"138623",38422,9724,3,1019,2713 +"138624",38422,10701,3,1019,2000 +"138625",38422,13595,3,1019,1164 +"138626",38422,15916,3,1019,1236 +"138627",38422,16593,3,1019,1139 +"138628",38422,23560,3,1019,2051 +"138629",38422,24086,3,1019,2663 +"138630",38422,24860,3,1019,1204 +"138631",38422,26513,3,1019,2205 +"138632",38422,28648,3,1019,1586 +"138633",38422,31855,3,1019,2636 +"138634",38422,34334,3,1019,1637 +"138635",38422,36399,2,1019,1357 +"138636",38422,37684,3,1019,2899 +"138637",38422,43543,3,1019,1457 +"138638",38422,43701,2,1019,2400 +"138639",38422,50430,3,1019,1689 +"138640",38422,58233,3,1019,1665 +"138641",38422,65223,3,1019,2724 +"138642",38422,69795,3,1019,2636 +"138643",38422,77719,3,1019,2086 +"138644",38439,14972,3,2025,2332 +"138645",38439,17061,3,2025,2385 +"138646",38439,19248,3,2025,2357 +"138647",38439,48605,2,2025,2796 +"138648",38439,71518,3,2025,2805 +"138649",38449,671,3,1802,2328 +"138650",38449,2424,3,1802,2582 +"138651",38449,2591,3,1802,1949 +"138652",38449,4191,3,1802,2130 +"138653",38449,4618,3,1802,2607 +"138654",38449,4687,3,1802,2152 +"138655",38449,4980,2,1802,2093 +"138656",38449,5315,3,1802,2631 +"138657",38449,5504,3,1802,2389 +"138658",38449,6023,3,1802,2050 +"138659",38449,6577,3,1802,1951 +"138660",38449,7245,3,1802,2089 +"138661",38449,7984,3,1802,2493 +"138662",38449,10404,2,1802,2062 +"138663",38449,10799,3,1802,2010 +"138664",38449,10857,3,1802,2253 +"138665",38449,10871,3,1802,2314 +"138666",38449,10890,2,1802,2639 +"138667",38449,14507,3,1802,2686 +"138668",38449,14943,3,1802,1942 +"138669",38449,15401,3,1802,1999 +"138670",38449,15539,3,1802,1929 +"138671",38449,18151,3,1802,2962 +"138672",38449,19027,3,1802,2721 +"138673",38449,19516,3,1802,2313 +"138674",38449,20067,3,1802,2390 +"138675",38449,20563,2,1802,2267 +"138676",38449,20700,3,1802,2861 +"138677",38449,23704,3,1802,2278 +"138678",38449,23756,2,1802,2309 +"138679",38449,25341,3,1802,1858 +"138680",38449,26436,2,1802,2489 +"138681",38449,26516,3,1802,2479 +"138682",38449,26608,3,1802,2329 +"138683",38449,27753,2,1802,2750 +"138684",38449,28892,3,1802,2023 +"138685",38449,31124,3,1802,2351 +"138686",38449,32988,2,1802,2008 +"138687",38449,37418,3,1802,2710 +"138688",38449,38887,3,1802,2468 +"138689",38449,40432,3,1802,1956 +"138690",38449,41402,3,1802,2313 +"138691",38449,42505,3,1802,2008 +"138692",38449,45715,2,1802,2287 +"138693",38449,51410,2,1802,2739 +"138694",38449,54551,3,1802,2348 +"138695",38449,54740,2,1802,2750 +"138696",38449,55139,3,1802,2323 +"138697",38449,57977,3,1802,2683 +"138698",38449,62626,3,1802,2787 +"138699",38449,64793,2,1802,2819 +"138700",38449,65155,3,1802,1947 +"138701",38449,65322,3,1802,2008 +"138702",38449,70046,3,1802,2624 +"138703",38449,74095,3,1802,2333 +"138704",38449,82929,3,1802,2475 +"138705",38449,92757,3,1802,2615 +"138706",38457,1822,2,1630,2888 +"138707",38457,2181,3,1630,2030 +"138708",38457,2747,3,1630,2411 +"138709",38457,3477,2,1630,2546 +"138710",38457,5839,3,1630,2301 +"138711",38457,6063,2,1630,2349 +"138712",38457,6392,3,1630,1878 +"138713",38457,7337,3,1630,1797 +"138714",38457,8993,3,1630,2099 +"138715",38457,9503,3,1630,2453 +"138716",38457,13899,3,1630,2650 +"138717",38457,14353,3,1630,2878 +"138718",38457,14817,3,1630,2110 +"138719",38457,15023,3,1630,2054 +"138720",38457,15826,2,1630,2772 +"138721",38457,17027,3,1630,2772 +"138722",38457,19317,3,1630,2041 +"138723",38457,19718,3,1630,1702 +"138724",38457,20124,3,1630,2376 +"138725",38457,20984,3,1630,2502 +"138726",38457,21684,3,1630,1971 +"138727",38457,31357,3,1630,2389 +"138728",38457,32339,3,1630,2430 +"138729",38457,32395,3,1630,2735 +"138730",38457,33223,2,1630,2397 +"138731",38457,33451,3,1630,1957 +"138732",38457,33470,3,1630,2003 +"138733",38457,35822,3,1630,1903 +"138734",38457,37301,3,1630,2160 +"138735",38457,40542,2,1630,1664 +"138736",38457,47595,3,1630,2374 +"138737",38457,48939,3,1630,1749 +"138738",38457,51843,3,1630,2389 +"138739",38457,52953,3,1630,1741 +"138740",38457,57760,3,1630,1721 +"138741",38457,59790,3,1630,1827 +"138742",38457,70232,3,1630,2401 +"138743",38457,79547,3,1630,1909 +"138744",38457,84317,3,1630,2081 +"138745",38458,2139,3,1368,2502 +"138746",38458,3477,3,1368,2546 +"138747",38458,6063,3,1368,2349 +"138748",38458,8607,2,1368,1685 +"138749",38458,9724,3,1368,2713 +"138750",38458,18217,3,1368,1566 +"138751",38458,32350,2,1368,1540 +"138752",38458,32395,2,1368,2735 +"138753",38458,33223,3,1368,2397 +"138754",38458,33451,2,1368,1957 +"138755",38458,40542,3,1368,1664 +"138756",38458,52041,3,1368,2694 +"138757",38458,54204,3,1368,1449 +"138758",38458,56873,2,1368,1421 +"138759",38467,3306,3,1259,1989 +"138760",38467,3961,3,1259,2426 +"138761",38467,5239,3,1259,2875 +"138762",38467,5315,3,1259,2631 +"138763",38467,5621,3,1259,1860 +"138764",38467,6253,3,1259,2282 +"138765",38467,7196,3,1259,1508 +"138766",38467,7508,2,1259,2396 +"138767",38467,7984,2,1259,2493 +"138768",38467,8887,3,1259,2373 +"138769",38467,10358,3,1259,2294 +"138770",38467,11103,2,1259,2393 +"138771",38467,11477,3,1259,2724 +"138772",38467,11976,2,1259,1727 +"138773",38467,12778,3,1259,2045 +"138774",38467,13573,3,1259,2774 +"138775",38467,13801,3,1259,2041 +"138776",38467,13967,3,1259,1354 +"138777",38467,14353,3,1259,2878 +"138778",38467,15401,3,1259,1999 +"138779",38467,15636,3,1259,2857 +"138780",38467,20067,3,1259,2390 +"138781",38467,20355,2,1259,2111 +"138782",38467,21706,3,1259,1988 +"138783",38467,21720,3,1259,2637 +"138784",38467,23223,3,1259,2094 +"138785",38467,23869,3,1259,1918 +"138786",38467,26249,3,1259,2301 +"138787",38467,28131,3,1259,1492 +"138788",38467,28784,3,1259,1579 +"138789",38467,29930,3,1259,2240 +"138790",38467,30150,3,1259,1704 +"138791",38467,32047,3,1259,1858 +"138792",38467,32988,3,1259,2008 +"138793",38467,33801,3,1259,2899 +"138794",38467,33834,2,1259,1606 +"138795",38467,34158,3,1259,2639 +"138796",38467,34648,3,1259,1596 +"138797",38467,35529,2,1259,1620 +"138798",38467,36574,2,1259,2934 +"138799",38467,45277,3,1259,1777 +"138800",38467,45290,3,1259,2731 +"138801",38467,45903,3,1259,2237 +"138802",38467,48035,3,1259,2180 +"138803",38467,50269,3,1259,1966 +"138804",38467,52203,2,1259,1961 +"138805",38467,53475,3,1259,2853 +"138806",38467,56397,3,1259,2053 +"138807",38467,62538,3,1259,1656 +"138808",38467,62632,3,1259,1320 +"138809",38467,65155,3,1259,1947 +"138810",38467,65184,3,1259,1630 +"138811",38467,70203,3,1259,2756 +"138812",38467,92895,3,1259,2339 +"138813",38467,101338,3,1259,1319 +"138814",38492,448,3,2280,2693 +"138815",38492,1519,3,2280,2349 +"138816",38492,19934,3,2280,2888 +"138817",38492,20941,3,2280,2725 +"138818",38492,30034,3,2280,2357 +"138819",38492,36278,3,2280,2952 +"138820",38492,38691,3,2280,2585 +"138821",38492,43673,3,2280,2787 +"138822",38505,17999,3,2393,2758 +"138823",38505,23739,3,2393,2463 +"138824",38505,51783,3,2393,2599 +"138825",38513,1314,3,914,1522 +"138826",38513,1519,3,914,2349 +"138827",38513,1702,3,914,1984 +"138828",38513,1822,3,914,2888 +"138829",38513,2181,3,914,2030 +"138830",38513,2540,3,914,1398 +"138831",38513,2985,3,914,2398 +"138832",38513,3127,3,914,2273 +"138833",38513,3477,2,914,2546 +"138834",38513,3493,3,914,2451 +"138835",38513,4001,3,914,1687 +"138836",38513,4622,3,914,1589 +"138837",38513,4660,3,914,2149 +"138838",38513,5792,3,914,975 +"138839",38513,6063,2,914,2349 +"138840",38513,6392,3,914,1878 +"138841",38513,6821,3,914,1788 +"138842",38513,7798,3,914,949 +"138843",38513,8274,3,914,1909 +"138844",38513,8354,3,914,1705 +"138845",38513,8865,2,914,2394 +"138846",38513,8993,3,914,2099 +"138847",38513,9481,3,914,1610 +"138848",38513,9503,3,914,2453 +"138849",38513,9621,3,914,1113 +"138850",38513,9785,3,914,2951 +"138851",38513,10336,3,914,2271 +"138852",38513,10473,3,914,1783 +"138853",38513,10754,3,914,1797 +"138854",38513,11154,3,914,1594 +"138855",38513,11229,3,914,1625 +"138856",38513,11990,3,914,1909 +"138857",38513,12067,1,914,1213 +"138858",38513,12361,3,914,2732 +"138859",38513,12779,2,914,936 +"138860",38513,13184,3,914,977 +"138861",38513,13566,3,914,2056 +"138862",38513,13808,3,914,1356 +"138863",38513,13899,3,914,2650 +"138864",38513,14817,3,914,2110 +"138865",38513,15023,3,914,2054 +"138866",38513,15095,3,914,2001 +"138867",38513,15567,3,914,2671 +"138868",38513,15826,2,914,2772 +"138869",38513,18217,2,914,1566 +"138870",38513,18421,3,914,2457 +"138871",38513,19317,3,914,2041 +"138872",38513,19433,2,914,2504 +"138873",38513,19587,3,914,1684 +"138874",38513,19655,3,914,2706 +"138875",38513,20124,3,914,2376 +"138876",38513,20176,3,914,1050 +"138877",38513,20984,3,914,2502 +"138878",38513,21383,3,914,971 +"138879",38513,21684,3,914,1971 +"138880",38513,22403,3,914,1630 +"138881",38513,23000,3,914,1815 +"138882",38513,23131,3,914,1732 +"138883",38513,25378,3,914,1245 +"138884",38513,26182,3,914,2775 +"138885",38513,27320,3,914,2378 +"138886",38513,27390,3,914,2425 +"138887",38513,27908,2,914,2576 +"138888",38513,28588,3,914,1335 +"138889",38513,29267,2,914,1234 +"138890",38513,29286,3,914,1612 +"138891",38513,30486,3,914,1269 +"138892",38513,30525,3,914,1964 +"138893",38513,31335,3,914,2351 +"138894",38513,31357,3,914,2389 +"138895",38513,32339,3,914,2430 +"138896",38513,32395,3,914,2735 +"138897",38513,32479,2,914,969 +"138898",38513,32606,3,914,2100 +"138899",38513,33223,2,914,2397 +"138900",38513,33451,3,914,1957 +"138901",38513,33470,3,914,2003 +"138902",38513,35822,3,914,1903 +"138903",38513,35903,3,914,1434 +"138904",38513,36346,3,914,1240 +"138905",38513,36912,3,914,2469 +"138906",38513,36953,3,914,2790 +"138907",38513,37301,3,914,2160 +"138908",38513,37427,3,914,915 +"138909",38513,37937,3,914,1320 +"138910",38513,38457,3,914,1630 +"138911",38513,38816,2,914,1225 +"138912",38513,39062,2,914,2020 +"138913",38513,40542,2,914,1664 +"138914",38513,40572,3,914,2666 +"138915",38513,42813,3,914,2142 +"138916",38513,43673,3,914,2787 +"138917",38513,44181,3,914,1034 +"138918",38513,44341,3,914,1230 +"138919",38513,46486,2,914,1868 +"138920",38513,46532,3,914,2005 +"138921",38513,46982,3,914,2806 +"138922",38513,47013,2,914,2388 +"138923",38513,47595,3,914,2374 +"138924",38513,50335,3,914,1893 +"138925",38513,51016,3,914,1141 +"138926",38513,51144,3,914,2466 +"138927",38513,51774,3,914,2459 +"138928",38513,51843,3,914,2389 +"138929",38513,52385,2,914,1031 +"138930",38513,52483,3,914,2317 +"138931",38513,52953,3,914,1741 +"138932",38513,53987,3,914,928 +"138933",38513,56873,3,914,1421 +"138934",38513,57150,3,914,1196 +"138935",38513,59790,3,914,1827 +"138936",38513,61270,3,914,1364 +"138937",38513,63641,3,914,2337 +"138938",38513,66717,3,914,2104 +"138939",38513,69232,3,914,2130 +"138940",38513,72535,3,914,1191 +"138941",38513,72632,3,914,1289 +"138942",38513,74134,3,914,1566 +"138943",38513,76143,3,914,1610 +"138944",38513,76503,3,914,1136 +"138945",38513,79547,3,914,1909 +"138946",38513,83253,3,914,1102 +"138947",38513,84317,3,914,2081 +"138948",38513,85198,3,914,1794 +"138949",38513,87958,3,914,1234 +"138950",38513,88739,3,914,933 +"138951",38513,90709,3,914,1080 +"138952",38513,96706,3,914,1597 +"138953",38523,206,3,549,1986 +"138954",38523,270,3,549,2542 +"138955",38523,360,3,549,1671 +"138956",38523,675,3,549,1686 +"138957",38523,1036,3,549,1367 +"138958",38523,1044,3,549,880 +"138959",38523,1046,3,549,1881 +"138960",38523,1050,1,549,1185 +"138961",38523,1092,3,549,1945 +"138962",38523,1124,3,549,1596 +"138963",38523,1136,3,549,2536 +"138964",38523,1367,3,549,2176 +"138965",38523,1592,3,549,2006 +"138966",38523,2077,2,549,610 +"138967",38523,2563,3,549,1686 +"138968",38523,3164,2,549,2693 +"138969",38523,3167,3,549,1676 +"138970",38523,3242,3,549,1730 +"138971",38523,4191,3,549,2130 +"138972",38523,4226,2,549,1903 +"138973",38523,4618,3,549,2607 +"138974",38523,5346,3,549,1438 +"138975",38523,5429,3,549,1991 +"138976",38523,5725,3,549,2789 +"138977",38523,6030,1,549,2953 +"138978",38523,6428,3,549,1952 +"138979",38523,6491,3,549,2424 +"138980",38523,6718,3,549,2138 +"138981",38523,7245,3,549,2089 +"138982",38523,7847,2,549,2424 +"138983",38523,8088,3,549,2220 +"138984",38523,8533,3,549,2251 +"138985",38523,8772,3,549,847 +"138986",38523,9391,3,549,1252 +"138987",38523,9432,3,549,1693 +"138988",38523,10148,3,549,2964 +"138989",38523,10488,2,549,1524 +"138990",38523,10890,3,549,2639 +"138991",38523,11055,3,549,2111 +"138992",38523,11966,3,549,2385 +"138993",38523,12096,3,549,1330 +"138994",38523,12310,3,549,1337 +"138995",38523,12778,3,549,2045 +"138996",38523,13780,3,549,2412 +"138997",38523,14072,3,549,1346 +"138998",38523,14080,3,549,1351 +"138999",38523,14855,3,549,903 +"139000",38523,15207,3,549,1855 +"139001",38523,15301,3,549,2308 +"139002",38523,15539,3,549,1929 +"139003",38523,15607,3,549,1421 +"139004",38523,15632,3,549,1242 +"139005",38523,15808,3,549,1521 +"139006",38523,16164,3,549,1184 +"139007",38523,16863,3,549,2069 +"139008",38523,17141,3,549,702 +"139009",38523,18348,3,549,1711 +"139010",38523,18394,3,549,2356 +"139011",38523,18415,3,549,2184 +"139012",38523,18639,2,549,990 +"139013",38523,19113,3,549,1171 +"139014",38523,20024,2,549,1181 +"139015",38523,20284,3,549,2530 +"139016",38523,21122,3,549,1701 +"139017",38523,21275,3,549,2609 +"139018",38523,21571,3,549,2755 +"139019",38523,22025,3,549,1591 +"139020",38523,22165,3,549,1501 +"139021",38523,22260,3,549,2137 +"139022",38523,22566,2,549,2308 +"139023",38523,22586,3,549,1341 +"139024",38523,22850,3,549,878 +"139025",38523,22885,3,549,1702 +"139026",38523,23725,3,549,2378 +"139027",38523,24789,2,549,829 +"139028",38523,25341,3,549,1858 +"139029",38523,25643,3,549,1646 +"139030",38523,26282,3,549,1241 +"139031",38523,26322,3,549,1018 +"139032",38523,26451,3,549,2133 +"139033",38523,26570,3,549,1669 +"139034",38523,26659,3,549,903 +"139035",38523,27792,3,549,1308 +"139036",38523,28050,2,549,1955 +"139037",38523,28168,2,549,2702 +"139038",38523,28190,3,549,1634 +"139039",38523,28303,3,549,2089 +"139040",38523,28434,2,549,1141 +"139041",38523,29004,3,549,2596 +"139042",38523,30325,3,549,1067 +"139043",38523,30883,3,549,1629 +"139044",38523,31050,3,549,1491 +"139045",38523,31799,3,549,2547 +"139046",38523,32811,3,549,804 +"139047",38523,33588,3,549,1040 +"139048",38523,35186,3,549,1520 +"139049",38523,35508,3,549,1362 +"139050",38523,37620,3,549,2716 +"139051",38523,37893,3,549,875 +"139052",38523,38162,3,549,1691 +"139053",38523,38869,2,549,1675 +"139054",38523,40293,3,549,1671 +"139055",38523,40369,2,549,2735 +"139056",38523,40487,3,549,2512 +"139057",38523,43518,3,549,2680 +"139058",38523,44405,3,549,1855 +"139059",38523,44648,2,549,619 +"139060",38523,45186,2,549,835 +"139061",38523,45633,3,549,2134 +"139062",38523,46196,3,549,1510 +"139063",38523,46621,3,549,1343 +"139064",38523,46883,3,549,1671 +"139065",38523,48260,3,549,875 +"139066",38523,49144,3,549,1542 +"139067",38523,51052,3,549,2784 +"139068",38523,52136,3,549,1412 +"139069",38523,52835,3,549,995 +"139070",38523,53105,3,549,953 +"139071",38523,54255,2,549,679 +"139072",38523,55185,3,549,922 +"139073",38523,56082,3,549,2395 +"139074",38523,56143,1,549,766 +"139075",38523,57246,3,549,1873 +"139076",38523,57714,3,549,1391 +"139077",38523,58035,2,549,1646 +"139078",38523,58133,3,549,1484 +"139079",38523,58451,2,549,1939 +"139080",38523,61785,3,549,822 +"139081",38523,62488,3,549,1418 +"139082",38523,63770,2,549,1324 +"139083",38523,64031,2,549,1295 +"139084",38523,64181,3,549,1828 +"139085",38523,64997,3,549,2791 +"139086",38523,67314,3,549,1051 +"139087",38523,67352,3,549,1115 +"139088",38523,67763,3,549,822 +"139089",38523,67788,2,549,837 +"139090",38523,68024,3,549,1531 +"139091",38523,69117,3,549,645 +"139092",38523,69250,3,549,1439 +"139093",38523,72207,3,549,2430 +"139094",38523,76284,3,549,1237 +"139095",38523,78256,3,549,804 +"139096",38523,79804,3,549,2227 +"139097",38523,80172,3,549,1342 +"139098",38523,81895,3,549,1634 +"139099",38523,82767,3,549,1641 +"139100",38523,86245,3,549,1972 +"139101",38523,88232,3,549,2881 +"139102",38523,94500,3,549,1529 +"139103",38523,94520,3,549,1243 +"139104",38523,97915,3,549,1802 +"139105",38523,98150,3,549,1009 +"139106",38523,99020,3,549,1383 +"139107",38523,99621,2,549,874 +"139108",38523,105975,3,549,1939 +"139109",38532,860,3,1234,1258 +"139110",38532,1523,2,1234,2048 +"139111",38532,2093,3,1234,2459 +"139112",38532,2190,2,1234,2359 +"139113",38532,2418,3,1234,2020 +"139114",38532,2747,2,1234,2411 +"139115",38532,3317,2,1234,2037 +"139116",38532,7337,3,1234,1797 +"139117",38532,8610,3,1234,2240 +"139118",38532,9503,3,1234,2453 +"139119",38532,10050,1,1234,1792 +"139120",38532,11588,3,1234,2352 +"139121",38532,14959,3,1234,2898 +"139122",38532,14998,1,1234,1553 +"139123",38532,16502,3,1234,1616 +"139124",38532,17456,2,1234,1300 +"139125",38532,19610,3,1234,1236 +"139126",38532,20155,3,1234,1517 +"139127",38532,21209,3,1234,2184 +"139128",38532,23131,3,1234,1732 +"139129",38532,24456,3,1234,1238 +"139130",38532,28116,2,1234,1643 +"139131",38532,29311,3,1234,1849 +"139132",38532,30525,3,1234,1964 +"139133",38532,31262,3,1234,2780 +"139134",38532,31541,3,1234,1500 +"139135",38532,33017,3,1234,1493 +"139136",38532,36346,3,1234,1240 +"139137",38532,37636,3,1234,2178 +"139138",38532,42914,3,1234,1737 +"139139",38532,44433,3,1234,2224 +"139140",38532,44603,3,1234,2748 +"139141",38532,51774,3,1234,2459 +"139142",38532,54924,2,1234,2603 +"139143",38532,58501,3,1234,2613 +"139144",38532,59627,2,1234,1466 +"139145",38532,61125,3,1234,1673 +"139146",38532,66677,3,1234,2151 +"139147",38532,70656,3,1234,2771 +"139148",38532,92784,3,1234,1257 +"139149",38532,111855,3,1234,1909 +"139150",38574,288,3,188,947 +"139151",38574,543,3,188,2203 +"139152",38574,600,3,188,1702 +"139153",38574,913,3,188,2144 +"139154",38574,1592,3,188,2006 +"139155",38574,1691,3,188,1941 +"139156",38574,1826,2,188,924 +"139157",38574,2143,3,188,1174 +"139158",38574,2181,3,188,2030 +"139159",38574,2208,3,188,2814 +"139160",38574,2731,3,188,434 +"139161",38574,3265,3,188,214 +"139162",38574,3748,3,188,2052 +"139163",38574,3878,2,188,1890 +"139164",38574,4317,3,188,1224 +"139165",38574,6252,3,188,2336 +"139166",38574,6390,3,188,2385 +"139167",38574,8011,3,188,889 +"139168",38574,8529,3,188,1205 +"139169",38574,8910,3,188,1054 +"139170",38574,9432,3,188,1693 +"139171",38574,11434,3,188,1187 +"139172",38574,11516,3,188,1937 +"139173",38574,13890,3,188,1482 +"139174",38574,13895,3,188,687 +"139175",38574,14108,3,188,2012 +"139176",38574,15799,3,188,1917 +"139177",38574,17698,3,188,1559 +"139178",38574,18315,3,188,2720 +"139179",38574,18543,3,188,2968 +"139180",38574,19096,3,188,1538 +"139181",38574,19882,3,188,565 +"139182",38574,20124,3,188,2376 +"139183",38574,22141,3,188,2348 +"139184",38574,24198,3,188,2217 +"139185",38574,24568,2,188,1937 +"139186",38574,25565,3,188,2764 +"139187",38574,27275,3,188,2656 +"139188",38574,28808,3,188,1063 +"139189",38574,30405,3,188,2164 +"139190",38574,41085,3,188,637 +"139191",38574,41315,3,188,439 +"139192",38574,44188,3,188,1609 +"139193",38574,44427,3,188,2875 +"139194",38574,46621,3,188,1343 +"139195",38574,47585,3,188,794 +"139196",38574,49512,3,188,1302 +"139197",38574,51017,3,188,2073 +"139198",38574,51035,3,188,2397 +"139199",38574,52735,3,188,1124 +"139200",38574,53252,3,188,637 +"139201",38574,53322,2,188,1200 +"139202",38574,53323,1,188,2677 +"139203",38574,53608,1,188,1986 +"139204",38574,53742,3,188,2337 +"139205",38574,55320,3,188,1643 +"139206",38574,57353,3,188,1849 +"139207",38574,57990,3,188,978 +"139208",38574,59700,3,188,2346 +"139209",38574,61785,2,188,822 +"139210",38574,62602,2,188,1172 +"139211",38574,63409,3,188,1937 +"139212",38574,69293,3,188,609 +"139213",38574,78569,3,188,578 +"139214",38574,80429,3,188,1927 +"139215",38574,88126,2,188,1027 +"139216",38574,88232,3,188,2881 +"139217",38574,88808,2,188,1462 +"139218",38574,92592,2,188,486 +"139219",38574,95036,2,188,380 +"139220",38574,98907,2,188,265 +"139221",38574,101652,2,188,270 +"139222",38574,101967,3,188,691 +"139223",38574,107649,3,188,1573 +"139224",38574,111686,3,188,528 +"139225",38602,8062,3,2693,2858 +"139226",38602,31700,3,2693,2727 +"139227",38602,63077,3,2693,2778 +"139228",38602,88232,3,2693,2881 +"139229",38633,3966,3,2253,2425 +"139230",38633,12042,3,2253,2345 +"139231",38633,25325,2,2253,2963 +"139232",38633,38800,1,2253,2756 +"139233",38633,51783,2,2253,2599 +"139234",38633,66224,2,2253,2728 +"139235",38667,18543,3,2880,2968 +"139236",38676,900,2,2286,2726 +"139237",38676,3493,3,2286,2451 +"139238",38676,6234,3,2286,2654 +"139239",38676,11067,3,2286,2734 +"139240",38676,14972,3,2286,2332 +"139241",38676,18005,3,2286,2449 +"139242",38676,26658,3,2286,2745 +"139243",38676,30981,3,2286,2366 +"139244",38676,35264,3,2286,2329 +"139245",38676,36344,2,2286,2570 +"139246",38676,36912,3,2286,2469 +"139247",38676,42256,3,2286,2839 +"139248",38676,45585,3,2286,2384 +"139249",38676,45729,3,2286,2606 +"139250",38676,52815,3,2286,2323 +"139251",38676,56082,3,2286,2395 +"139252",38676,58284,3,2286,2292 +"139253",38676,64947,2,2286,2489 +"139254",38691,3403,3,2585,2951 +"139255",38691,5106,3,2585,2622 +"139256",38691,8062,3,2585,2858 +"139257",38691,17033,3,2585,2771 +"139258",38691,20941,1,2585,2725 +"139259",38691,22723,3,2585,2859 +"139260",38691,27686,2,2585,2844 +"139261",38691,29977,2,2585,2781 +"139262",38691,36278,3,2585,2952 +"139263",38691,36487,3,2585,2622 +"139264",38691,36953,3,2585,2790 +"139265",38691,40572,3,2585,2666 +"139266",38691,43673,3,2585,2787 +"139267",38691,56669,3,2585,2924 +"139268",38691,62626,3,2585,2787 +"139269",38691,70583,3,2585,2615 +"139270",38693,5683,3,2059,2468 +"139271",38694,270,3,817,2542 +"139272",38694,1364,3,817,859 +"139273",38694,1639,3,817,2631 +"139274",38694,2111,3,817,1904 +"139275",38694,2684,3,817,2874 +"139276",38694,3753,3,817,1255 +"139277",38694,5971,3,817,1985 +"139278",38694,6588,3,817,2025 +"139279",38694,6914,2,817,2668 +"139280",38694,7858,3,817,1795 +"139281",38694,10222,3,817,2212 +"139282",38694,10343,3,817,1072 +"139283",38694,10488,3,817,1524 +"139284",38694,10523,3,817,1510 +"139285",38694,10939,2,817,1376 +"139286",38694,11229,3,817,1625 +"139287",38694,12356,2,817,2757 +"139288",38694,14325,2,817,1976 +"139289",38694,14652,3,817,2516 +"139290",38694,14983,3,817,1047 +"139291",38694,15636,3,817,2857 +"139292",38694,15696,3,817,837 +"139293",38694,15700,3,817,1712 +"139294",38694,16954,3,817,2972 +"139295",38694,18005,3,817,2449 +"139296",38694,18563,3,817,2715 +"139297",38694,19173,3,817,1686 +"139298",38694,19637,3,817,1229 +"139299",38694,21133,3,817,1320 +"139300",38694,21138,3,817,2849 +"139301",38694,21225,3,817,1945 +"139302",38694,21406,3,817,2714 +"139303",38694,24198,3,817,2217 +"139304",38694,25129,3,817,2647 +"139305",38694,26031,3,817,1397 +"139306",38694,26218,2,817,2460 +"139307",38694,26793,3,817,2104 +"139308",38694,26848,3,817,2363 +"139309",38694,26867,3,817,1804 +"139310",38694,27744,3,817,861 +"139311",38694,29115,2,817,1047 +"139312",38694,30325,3,817,1067 +"139313",38694,31700,3,817,2727 +"139314",38694,33850,3,817,931 +"139315",38694,34509,3,817,1973 +"139316",38694,35481,2,817,2211 +"139317",38694,36031,3,817,2342 +"139318",38694,36609,3,817,2918 +"139319",38694,39657,2,817,1947 +"139320",38694,40028,2,817,1349 +"139321",38694,40072,3,817,1182 +"139322",38694,40931,2,817,2301 +"139323",38694,42574,2,817,2842 +"139324",38694,43153,2,817,1381 +"139325",38694,43213,3,817,2160 +"139326",38694,44420,2,817,2184 +"139327",38694,44521,3,817,1593 +"139328",38694,45618,3,817,2356 +"139329",38694,45650,3,817,1528 +"139330",38694,45729,3,817,2606 +"139331",38694,46629,3,817,2255 +"139332",38694,50236,3,817,2339 +"139333",38694,50269,3,817,1966 +"139334",38694,50272,2,817,842 +"139335",38694,52136,3,817,1412 +"139336",38694,53846,3,817,2737 +"139337",38694,56082,2,817,2395 +"139338",38694,56237,3,817,2625 +"139339",38694,56893,3,817,2597 +"139340",38694,57019,3,817,895 +"139341",38694,60862,1,817,1215 +"139342",38694,61785,3,817,822 +"139343",38694,64947,3,817,2489 +"139344",38694,65316,3,817,1020 +"139345",38694,67150,3,817,2633 +"139346",38694,67216,3,817,984 +"139347",38694,68299,3,817,866 +"139348",38694,70605,3,817,1176 +"139349",38694,72188,3,817,856 +"139350",38694,72207,3,817,2430 +"139351",38694,75403,3,817,1895 +"139352",38694,77550,3,817,1548 +"139353",38694,78350,3,817,1722 +"139354",38694,85444,3,817,944 +"139355",38694,86664,3,817,1146 +"139356",38694,89057,3,817,1286 +"139357",38694,89681,3,817,1978 +"139358",38694,91518,3,817,842 +"139359",38694,95011,3,817,1986 +"139360",38694,105685,2,817,2469 +"139361",38697,69453,2,2701,2831 +"139362",38727,377,3,2238,2389 +"139363",38727,1136,3,2238,2536 +"139364",38727,1151,2,2238,2885 +"139365",38727,1616,2,2238,2662 +"139366",38727,2036,3,2238,2483 +"139367",38727,2166,3,2238,2557 +"139368",38727,2224,3,2238,2751 +"139369",38727,2484,3,2238,2389 +"139370",38727,2954,3,2238,2727 +"139371",38727,3477,3,2238,2546 +"139372",38727,4057,3,2238,2389 +"139373",38727,5839,3,2238,2301 +"139374",38727,6063,3,2238,2349 +"139375",38727,7323,3,2238,2858 +"139376",38727,7847,3,2238,2424 +"139377",38727,8760,3,2238,2477 +"139378",38727,8762,3,2238,2585 +"139379",38727,11351,3,2238,2971 +"139380",38727,19606,3,2238,2783 +"139381",38727,33223,3,2238,2397 +"139382",38727,35256,3,2238,2271 +"139383",38727,39411,3,2238,2384 +"139384",38727,39444,3,2238,2695 +"139385",38727,40369,3,2238,2735 +"139386",38727,40931,3,2238,2301 +"139387",38727,43173,3,2238,2895 +"139388",38727,43518,3,2238,2680 +"139389",38727,47803,3,2238,2477 +"139390",38727,55139,3,2238,2323 +"139391",38727,60661,3,2238,2700 +"139392",38727,64997,3,2238,2791 +"139393",38728,2011,3,851,2176 +"139394",38728,3716,3,851,1679 +"139395",38728,6044,3,851,2744 +"139396",38728,31124,3,851,2351 +"139397",38728,35464,3,851,2502 +"139398",38728,36651,3,851,1600 +"139399",38728,42619,3,851,2017 +"139400",38728,46182,3,851,1613 +"139401",38728,56116,3,851,1321 +"139402",38728,70681,2,851,866 +"139403",38728,82628,3,851,1784 +"139404",38728,85444,3,851,944 +"139405",38728,88609,2,851,1917 +"139406",38732,854,1,2263,2307 +"139407",38732,1767,3,2263,2727 +"139408",38732,2484,3,2263,2389 +"139409",38732,3477,3,2263,2546 +"139410",38732,3495,2,2263,2431 +"139411",38732,6063,3,2263,2349 +"139412",38732,6192,3,2263,2409 +"139413",38732,8865,3,2263,2394 +"139414",38732,11103,3,2263,2393 +"139415",38732,13158,3,2263,2667 +"139416",38732,14959,3,2263,2898 +"139417",38732,17367,3,2263,2427 +"139418",38732,19605,3,2263,2395 +"139419",38732,29454,2,2263,2719 +"139420",38732,33223,3,2263,2397 +"139421",38732,39131,3,2263,2491 +"139422",38732,39556,3,2263,2747 +"139423",38732,41764,2,2263,2409 +"139424",38732,44268,3,2263,2436 +"139425",38732,50480,3,2263,2701 +"139426",38732,60179,3,2263,2708 +"139427",38732,66530,3,2263,2811 +"139428",38754,1785,3,835,2350 +"139429",38754,2370,3,835,1600 +"139430",38754,3360,3,835,1583 +"139431",38754,10119,3,835,2374 +"139432",38754,10400,3,835,1517 +"139433",38754,14838,2,835,1746 +"139434",38754,15558,3,835,2389 +"139435",38754,17552,3,835,2082 +"139436",38754,22746,2,835,913 +"139437",38754,23728,3,835,2601 +"139438",38754,23802,3,835,1713 +"139439",38754,48585,3,835,2063 +"139440",38754,51173,3,835,1829 +"139441",38754,65568,3,835,1699 +"139442",38754,79913,2,835,1514 +"139443",38754,86015,3,835,1514 +"139444",38754,88726,3,835,854 +"139445",38754,89258,3,835,1147 +"139446",38754,93459,3,835,1354 +"139447",38754,96387,3,835,2159 +"139448",38754,99291,3,835,930 +"139449",38754,102581,3,835,1813 +"139450",38755,102186,3,2902,2937 +"139451",38768,21945,2,2734,2781 +"139452",38774,455,3,144,2827 +"139453",38774,863,2,144,551 +"139454",38774,1092,3,144,1945 +"139455",38774,3753,3,144,1255 +"139456",38774,7013,3,144,2040 +"139457",38774,7506,3,144,2371 +"139458",38774,11127,3,144,1196 +"139459",38774,14676,3,144,2764 +"139460",38774,15716,3,144,1991 +"139461",38774,15917,2,144,205 +"139462",38774,16654,3,144,1843 +"139463",38774,17061,3,144,2385 +"139464",38774,21225,3,144,1945 +"139465",38774,22898,3,144,2316 +"139466",38774,23705,3,144,2699 +"139467",38774,26408,3,144,1545 +"139468",38774,27837,3,144,1315 +"139469",38774,39534,3,144,2410 +"139470",38774,49642,3,144,1166 +"139471",38774,50093,2,144,909 +"139472",38774,65625,3,144,1273 +"139473",38774,69091,3,144,1267 +"139474",38774,69438,3,144,830 +"139475",38774,76470,3,144,887 +"139476",38774,76682,3,144,581 +"139477",38774,77318,3,144,1643 +"139478",38774,90789,3,144,1218 +"139479",38774,102186,3,144,2937 +"139480",38774,105063,3,144,1908 +"139481",38780,2954,3,2705,2727 +"139482",38780,9362,3,2705,2879 +"139483",38780,26749,3,2705,2965 +"139484",38780,36087,3,2705,2755 +"139485",38785,194,1,437,1243 +"139486",38785,380,3,437,2261 +"139487",38785,728,3,437,1812 +"139488",38785,1314,3,437,1522 +"139489",38785,1349,3,437,1147 +"139490",38785,1519,3,437,2349 +"139491",38785,1629,3,437,1289 +"139492",38785,1702,1,437,1984 +"139493",38785,1846,1,437,1845 +"139494",38785,2351,3,437,1868 +"139495",38785,2424,3,437,2582 +"139496",38785,2540,3,437,1398 +"139497",38785,2852,3,437,2448 +"139498",38785,2936,2,437,2512 +"139499",38785,3127,3,437,2273 +"139500",38785,3271,3,437,2216 +"139501",38785,3477,3,437,2546 +"139502",38785,3493,3,437,2451 +"139503",38785,3978,3,437,2775 +"139504",38785,4001,3,437,1687 +"139505",38785,4303,3,437,2414 +"139506",38785,4526,3,437,1728 +"139507",38785,4646,3,437,2139 +"139508",38785,4669,3,437,2395 +"139509",38785,5235,3,437,2324 +"139510",38785,5792,2,437,975 +"139511",38785,5897,3,437,2337 +"139512",38785,6449,3,437,1997 +"139513",38785,6821,3,437,1788 +"139514",38785,7337,1,437,1797 +"139515",38785,7450,3,437,2827 +"139516",38785,7937,3,437,2044 +"139517",38785,8395,2,437,896 +"139518",38785,8726,3,437,2083 +"139519",38785,9227,3,437,1267 +"139520",38785,9272,3,437,2835 +"139521",38785,9481,3,437,1610 +"139522",38785,9503,3,437,2453 +"139523",38785,9723,3,437,2302 +"139524",38785,10050,3,437,1792 +"139525",38785,10754,3,437,1797 +"139526",38785,11537,2,437,469 +"139527",38785,11639,3,437,1593 +"139528",38785,12361,3,437,2732 +"139529",38785,12518,3,437,2747 +"139530",38785,12781,3,437,831 +"139531",38785,13099,3,437,1547 +"139532",38785,13296,3,437,839 +"139533",38785,13566,2,437,2056 +"139534",38785,15535,2,437,891 +"139535",38785,16286,3,437,2470 +"139536",38785,16437,3,437,1956 +"139537",38785,16501,3,437,1650 +"139538",38785,16715,3,437,1218 +"139539",38785,17037,3,437,2947 +"139540",38785,18381,3,437,1524 +"139541",38785,18978,3,437,952 +"139542",38785,19073,3,437,2748 +"139543",38785,19655,3,437,2706 +"139544",38785,20941,3,437,2725 +"139545",38785,21207,2,437,1258 +"139546",38785,21383,3,437,971 +"139547",38785,21684,3,437,1971 +"139548",38785,22586,3,437,1341 +"139549",38785,23756,2,437,2309 +"139550",38785,23966,2,437,891 +"139551",38785,25373,3,437,2783 +"139552",38785,25577,3,437,1946 +"139553",38785,26700,3,437,1663 +"139554",38785,26734,3,437,2299 +"139555",38785,26838,3,437,685 +"139556",38785,27545,3,437,855 +"139557",38785,27686,3,437,2844 +"139558",38785,27742,3,437,2700 +"139559",38785,28893,3,437,2764 +"139560",38785,29267,3,437,1234 +"139561",38785,29286,3,437,1612 +"139562",38785,29353,2,437,502 +"139563",38785,29977,3,437,2781 +"139564",38785,30010,3,437,2917 +"139565",38785,30057,3,437,504 +"139566",38785,30669,3,437,1921 +"139567",38785,30870,2,437,2370 +"139568",38785,31335,3,437,2351 +"139569",38785,31408,3,437,994 +"139570",38785,31866,3,437,2101 +"139571",38785,31868,3,437,1993 +"139572",38785,31924,3,437,643 +"139573",38785,32240,3,437,706 +"139574",38785,32470,3,437,1539 +"139575",38785,33681,3,437,1059 +"139576",38785,33870,3,437,955 +"139577",38785,34216,3,437,2832 +"139578",38785,35709,3,437,464 +"139579",38785,35728,3,437,2017 +"139580",38785,36278,3,437,2952 +"139581",38785,36892,3,437,643 +"139582",38785,36953,3,437,2790 +"139583",38785,37752,3,437,2223 +"139584",38785,38807,3,437,631 +"139585",38785,39589,2,437,1292 +"139586",38785,40572,3,437,2666 +"139587",38785,41023,3,437,2408 +"139588",38785,41439,3,437,709 +"139589",38785,41581,3,437,1692 +"139590",38785,42813,3,437,2142 +"139591",38785,43204,3,437,1680 +"139592",38785,43226,3,437,2442 +"139593",38785,43673,3,437,2787 +"139594",38785,44074,3,437,1299 +"139595",38785,45869,3,437,2840 +"139596",38785,46486,2,437,1868 +"139597",38785,46982,3,437,2806 +"139598",38785,47013,3,437,2388 +"139599",38785,47595,3,437,2374 +"139600",38785,47654,3,437,1664 +"139601",38785,48110,3,437,2009 +"139602",38785,50354,3,437,1299 +"139603",38785,51144,3,437,2466 +"139604",38785,51200,3,437,2245 +"139605",38785,51687,3,437,2333 +"139606",38785,51879,2,437,1771 +"139607",38785,52136,3,437,1412 +"139608",38785,53726,3,437,1729 +"139609",38785,53924,3,437,1289 +"139610",38785,54467,3,437,919 +"139611",38785,54523,3,437,1935 +"139612",38785,57765,3,437,2893 +"139613",38785,58508,3,437,2326 +"139614",38785,58745,3,437,1920 +"139615",38785,59039,3,437,2870 +"139616",38785,60258,3,437,2405 +"139617",38785,61125,3,437,1673 +"139618",38785,62626,2,437,2787 +"139619",38785,63662,3,437,721 +"139620",38785,64156,2,437,675 +"139621",38785,67617,2,437,1149 +"139622",38785,67815,3,437,2476 +"139623",38785,68539,3,437,1158 +"139624",38785,69037,3,437,849 +"139625",38785,69335,3,437,2698 +"139626",38785,69810,3,437,2321 +"139627",38785,71273,3,437,1188 +"139628",38785,71467,3,437,1051 +"139629",38785,72632,2,437,1289 +"139630",38785,73107,3,437,1918 +"139631",38785,73582,3,437,2075 +"139632",38785,74370,3,437,1667 +"139633",38785,76606,3,437,885 +"139634",38785,80301,3,437,1690 +"139635",38785,80812,3,437,2357 +"139636",38785,81077,3,437,498 +"139637",38785,81162,3,437,1240 +"139638",38785,82932,3,437,2245 +"139639",38785,85198,3,437,1794 +"139640",38785,87142,3,437,591 +"139641",38785,87907,3,437,1173 +"139642",38785,90709,2,437,1080 +"139643",38785,91849,3,437,1166 +"139644",38785,94219,3,437,717 +"139645",38785,95416,3,437,982 +"139646",38785,95690,3,437,765 +"139647",38785,96310,3,437,1016 +"139648",38785,97476,3,437,975 +"139649",38785,99332,2,437,873 +"139650",38785,101453,2,437,454 +"139651",38785,111375,3,437,2686 +"139652",38785,116350,3,437,1363 +"139653",38796,543,3,1642,2203 +"139654",38796,1616,3,1642,2662 +"139655",38796,2484,3,1642,2389 +"139656",38796,3161,3,1642,2229 +"139657",38796,5462,3,1642,2374 +"139658",38796,5504,3,1642,2389 +"139659",38796,12713,2,1642,2440 +"139660",38796,15299,3,1642,2213 +"139661",38796,17410,3,1642,2073 +"139662",38796,20700,3,1642,2861 +"139663",38796,22749,3,1642,1727 +"139664",38796,28216,3,1642,1910 +"139665",38796,35256,3,1642,2271 +"139666",38800,25325,2,2756,2963 +"139667",38805,8062,3,1031,2858 +"139668",38805,11029,3,1031,2362 +"139669",38805,25373,3,1031,2783 +"139670",38805,34870,3,1031,1873 +"139671",38805,41581,3,1031,1692 +"139672",38805,50278,3,1031,1127 +"139673",38807,1519,3,631,2349 +"139674",38807,3978,3,631,2775 +"139675",38807,7337,3,631,1797 +"139676",38807,9484,3,631,1429 +"139677",38807,14754,3,631,2456 +"139678",38807,15826,3,631,2772 +"139679",38807,18381,3,631,1524 +"139680",38807,25373,3,631,2783 +"139681",38807,28446,3,631,917 +"139682",38807,35797,3,631,2482 +"139683",38807,36346,3,631,1240 +"139684",38807,39418,3,631,1978 +"139685",38807,40309,3,631,871 +"139686",38807,41694,3,631,2358 +"139687",38807,43207,3,631,635 +"139688",38807,44341,2,631,1230 +"139689",38807,55482,3,631,1866 +"139690",38807,62712,3,631,2884 +"139691",38807,63662,2,631,721 +"139692",38807,69037,3,631,849 +"139693",38807,83301,3,631,1385 +"139694",38807,90745,3,631,1994 +"139695",38807,99298,3,631,679 +"139696",38807,99332,3,631,873 +"139697",38807,106399,3,631,1530 +"139698",38816,14,3,1225,1793 +"139699",38816,330,3,1225,2163 +"139700",38816,371,3,1225,2950 +"139701",38816,680,3,1225,2569 +"139702",38816,860,2,1225,1258 +"139703",38816,913,3,1225,2144 +"139704",38816,2959,3,1225,1785 +"139705",38816,2985,3,1225,2398 +"139706",38816,3068,3,1225,1815 +"139707",38816,6821,3,1225,1788 +"139708",38816,7942,3,1225,2623 +"139709",38816,8274,2,1225,1909 +"139710",38816,8327,3,1225,2527 +"139711",38816,8865,2,1225,2394 +"139712",38816,9484,3,1225,1429 +"139713",38816,10336,3,1225,2271 +"139714",38816,14754,3,1225,2456 +"139715",38816,14817,3,1225,2110 +"139716",38816,15433,3,1225,2038 +"139717",38816,15567,3,1225,2671 +"139718",38816,15826,2,1225,2772 +"139719",38816,16482,3,1225,1958 +"139720",38816,18124,3,1225,1642 +"139721",38816,19433,2,1225,2504 +"139722",38816,19587,3,1225,1684 +"139723",38816,21741,3,1225,1574 +"139724",38816,23277,3,1225,1267 +"139725",38816,27275,3,1225,2656 +"139726",38816,27390,2,1225,2425 +"139727",38816,27882,3,1225,1897 +"139728",38816,27908,3,1225,2576 +"139729",38816,28051,3,1225,2089 +"139730",38816,29267,3,1225,1234 +"139731",38816,29495,3,1225,1612 +"139732",38816,30334,3,1225,2075 +"139733",38816,30865,3,1225,2038 +"139734",38816,32097,3,1225,1307 +"139735",38816,32606,3,1225,2100 +"139736",38816,33657,3,1225,2336 +"139737",38816,35903,3,1225,1434 +"139738",38816,36124,3,1225,1776 +"139739",38816,36344,3,1225,2570 +"139740",38816,36346,3,1225,1240 +"139741",38816,36912,3,1225,2469 +"139742",38816,37636,3,1225,2178 +"139743",38816,37937,3,1225,1320 +"139744",38816,38676,3,1225,2286 +"139745",38816,39062,2,1225,2020 +"139746",38816,39418,3,1225,1978 +"139747",38816,39534,3,1225,2410 +"139748",38816,40392,3,1225,1878 +"139749",38816,44074,3,1225,1299 +"139750",38816,45729,3,1225,2606 +"139751",38816,45730,3,1225,2063 +"139752",38816,46486,3,1225,1868 +"139753",38816,46532,3,1225,2005 +"139754",38816,46650,2,1225,1330 +"139755",38816,47595,3,1225,2374 +"139756",38816,48274,3,1225,1979 +"139757",38816,49347,3,1225,2504 +"139758",38816,50480,3,1225,2701 +"139759",38816,51783,3,1225,2599 +"139760",38816,52483,3,1225,2317 +"139761",38816,69232,3,1225,2130 +"139762",38816,87958,3,1225,1234 +"139763",38816,91579,3,1225,2510 +"139764",38869,1046,3,1675,1881 +"139765",38869,2766,3,1675,1920 +"139766",38869,3164,2,1675,2693 +"139767",38869,5148,3,1675,2206 +"139768",38869,5669,2,1675,2502 +"139769",38869,5725,2,1675,2789 +"139770",38869,6030,1,1675,2953 +"139771",38869,8533,3,1675,2251 +"139772",38869,10874,3,1675,1891 +"139773",38869,11966,3,1675,2385 +"139774",38869,13780,3,1675,2412 +"139775",38869,15184,2,1675,2396 +"139776",38869,15301,3,1675,2308 +"139777",38869,20284,3,1675,2530 +"139778",38869,21571,3,1675,2755 +"139779",38869,22566,2,1675,2308 +"139780",38869,28050,2,1675,1955 +"139781",38869,28168,2,1675,2702 +"139782",38869,28285,3,1675,2972 +"139783",38869,29004,3,1675,2596 +"139784",38869,31799,3,1675,2547 +"139785",38869,39087,3,1675,2765 +"139786",38869,47947,3,1675,2681 +"139787",38869,51052,3,1675,2784 +"139788",38869,57246,3,1675,1873 +"139789",38869,62840,3,1675,2502 +"139790",38885,5725,3,2720,2789 +"139791",38885,28982,3,2720,2746 +"139792",38885,43756,2,2720,2881 +"139793",38887,2603,3,2468,2906 +"139794",38887,9272,3,2468,2835 +"139795",38887,10890,3,2468,2639 +"139796",38887,26436,3,2468,2489 +"139797",38887,27753,3,2468,2750 +"139798",38887,54740,3,2468,2750 +"139799",38887,64793,3,2468,2819 +"139800",38887,69335,3,2468,2698 +"139801",38908,2765,3,1787,2321 +"139802",38908,9030,3,1787,1979 +"139803",38908,10222,3,1787,2212 +"139804",38908,15343,3,1787,2125 +"139805",38908,17826,3,1787,2920 +"139806",38908,18458,3,1787,2477 +"139807",38908,19872,3,1787,2913 +"139808",38908,20423,3,1787,2654 +"139809",38908,20659,3,1787,1969 +"139810",38908,21417,3,1787,2422 +"139811",38908,23508,3,1787,1907 +"139812",38908,24146,3,1787,2003 +"139813",38908,26106,3,1787,2015 +"139814",38908,29756,3,1787,2051 +"139815",38908,36962,3,1787,2861 +"139816",38908,37677,3,1787,1908 +"139817",38908,39827,3,1787,2321 +"139818",38908,45664,3,1787,2235 +"139819",38908,48127,3,1787,2677 +"139820",38908,48820,2,1787,2769 +"139821",38908,49032,2,1787,2469 +"139822",38908,49461,3,1787,2793 +"139823",38908,53637,3,1787,2113 +"139824",38908,55556,3,1787,2075 +"139825",38908,67264,2,1787,2790 +"139826",38908,73266,3,1787,2496 +"139827",38908,77057,3,1787,1866 +"139828",38908,86799,3,1787,1951 +"139829",38915,680,3,746,2569 +"139830",38915,1314,1,746,1522 +"139831",38915,1349,3,746,1147 +"139832",38915,1519,1,746,2349 +"139833",38915,1702,3,746,1984 +"139834",38915,2206,3,746,2536 +"139835",38915,2407,3,746,1725 +"139836",38915,2489,2,746,1537 +"139837",38915,2852,3,746,2448 +"139838",38915,3235,3,746,799 +"139839",38915,3403,3,746,2951 +"139840",38915,4001,1,746,1687 +"139841",38915,4303,3,746,2414 +"139842",38915,4526,2,746,1728 +"139843",38915,4660,2,746,2149 +"139844",38915,4665,3,746,1569 +"139845",38915,5106,3,746,2622 +"139846",38915,5897,3,746,2337 +"139847",38915,6877,3,746,867 +"139848",38915,8062,3,746,2858 +"139849",38915,10129,3,746,2124 +"139850",38915,10239,3,746,2032 +"139851",38915,10333,3,746,1615 +"139852",38915,10457,3,746,1711 +"139853",38915,11108,2,746,1609 +"139854",38915,12031,3,746,1957 +"139855",38915,12081,3,746,2166 +"139856",38915,12781,3,746,831 +"139857",38915,12861,3,746,1207 +"139858",38915,13136,3,746,2867 +"139859",38915,15535,3,746,891 +"139860",38915,15683,3,746,1729 +"139861",38915,16866,3,746,2718 +"139862",38915,17033,3,746,2771 +"139863",38915,17257,3,746,1117 +"139864",38915,18865,3,746,2676 +"139865",38915,20395,3,746,1468 +"139866",38915,20941,1,746,2725 +"139867",38915,21207,3,746,1258 +"139868",38915,22723,3,746,2859 +"139869",38915,23756,3,746,2309 +"139870",38915,23966,2,746,891 +"139871",38915,27320,3,746,2378 +"139872",38915,27686,2,746,2844 +"139873",38915,28904,3,746,926 +"139874",38915,28909,2,746,978 +"139875",38915,29289,2,746,1756 +"139876",38915,29977,2,746,2781 +"139877",38915,30034,2,746,2357 +"139878",38915,31335,2,746,2351 +"139879",38915,31866,3,746,2101 +"139880",38915,32470,3,746,1539 +"139881",38915,33870,3,746,955 +"139882",38915,34334,3,746,1637 +"139883",38915,35589,3,746,983 +"139884",38915,36278,3,746,2952 +"139885",38915,36487,3,746,2622 +"139886",38915,36953,3,746,2790 +"139887",38915,38492,3,746,2280 +"139888",38915,38691,1,746,2585 +"139889",38915,40572,3,746,2666 +"139890",38915,41633,3,746,1976 +"139891",38915,41723,3,746,2101 +"139892",38915,42813,3,746,2142 +"139893",38915,43673,2,746,2787 +"139894",38915,44694,3,746,2220 +"139895",38915,47013,3,746,2388 +"139896",38915,50113,3,746,2059 +"139897",38915,50585,3,746,2414 +"139898",38915,50630,3,746,2615 +"139899",38915,54313,3,746,1645 +"139900",38915,56669,3,746,2924 +"139901",38915,58421,3,746,910 +"139902",38915,61245,3,746,955 +"139903",38915,62626,3,746,2787 +"139904",38915,63395,3,746,2334 +"139905",38915,63641,3,746,2337 +"139906",38915,66717,3,746,2104 +"139907",38915,67617,3,746,1149 +"139908",38915,68691,3,746,1209 +"139909",38915,68885,3,746,2151 +"139910",38915,68931,3,746,2771 +"139911",38915,70455,3,746,1307 +"139912",38915,70583,2,746,2615 +"139913",38915,72535,3,746,1191 +"139914",38915,83253,3,746,1102 +"139915",38915,87958,3,746,1234 +"139916",38915,90943,3,746,1754 +"139917",38915,91279,3,746,966 +"139918",38915,91806,3,746,969 +"139919",38915,92860,3,746,1643 +"139920",38915,95690,3,746,765 +"139921",38915,96007,3,746,895 +"139922",38915,99288,2,746,983 +"139923",38915,111208,3,746,847 +"139924",38921,270,3,1880,2542 +"139925",38921,313,3,1880,2271 +"139926",38921,377,2,1880,2389 +"139927",38921,380,3,1880,2261 +"139928",38921,499,3,1880,1931 +"139929",38921,543,2,1880,2203 +"139930",38921,854,2,1880,2307 +"139931",38921,1102,3,1880,2282 +"139932",38921,1151,2,1880,2885 +"139933",38921,1355,3,1880,2473 +"139934",38921,1495,2,1880,2046 +"139935",38921,1616,2,1880,2662 +"139936",38921,1777,3,1880,1965 +"139937",38921,2036,3,1880,2483 +"139938",38921,2424,3,1880,2582 +"139939",38921,2484,1,1880,2389 +"139940",38921,2747,3,1880,2411 +"139941",38921,2766,2,1880,1920 +"139942",38921,3161,2,1880,2229 +"139943",38921,3164,3,1880,2693 +"139944",38921,3628,3,1880,2707 +"139945",38921,3853,3,1880,2465 +"139946",38921,3878,3,1880,1890 +"139947",38921,3947,3,1880,2067 +"139948",38921,4057,3,1880,2389 +"139949",38921,4504,3,1880,1905 +"139950",38921,4763,3,1880,1960 +"139951",38921,4953,3,1880,2285 +"139952",38921,5078,3,1880,2033 +"139953",38921,5235,3,1880,2324 +"139954",38921,5457,3,1880,2077 +"139955",38921,5462,3,1880,2374 +"139956",38921,5504,2,1880,2389 +"139957",38921,5971,3,1880,1985 +"139958",38921,6192,3,1880,2409 +"139959",38921,6222,1,1880,1949 +"139960",38921,6718,3,1880,2138 +"139961",38921,7323,2,1880,2858 +"139962",38921,7406,3,1880,1906 +"139963",38921,7616,3,1880,2296 +"139964",38921,7677,3,1880,2338 +"139965",38921,7703,3,1880,2122 +"139966",38921,7992,3,1880,2033 +"139967",38921,8610,3,1880,2240 +"139968",38921,8760,3,1880,2477 +"139969",38921,8762,3,1880,2585 +"139970",38921,8865,3,1880,2394 +"139971",38921,9311,2,1880,2477 +"139972",38921,9362,3,1880,2879 +"139973",38921,10843,3,1880,2277 +"139974",38921,10874,3,1880,1891 +"139975",38921,11351,3,1880,2971 +"139976",38921,11440,3,1880,2026 +"139977",38921,12356,3,1880,2757 +"139978",38921,12388,2,1880,1975 +"139979",38921,12713,3,1880,2440 +"139980",38921,12778,2,1880,2045 +"139981",38921,13573,3,1880,2774 +"139982",38921,13929,3,1880,2693 +"139983",38921,14252,3,1880,2244 +"139984",38921,14655,3,1880,2559 +"139985",38921,14959,1,1880,2898 +"139986",38921,15184,3,1880,2396 +"139987",38921,15444,3,1880,2764 +"139988",38921,15626,3,1880,2434 +"139989",38921,15930,3,1880,2541 +"139990",38921,16539,2,1880,1947 +"139991",38921,16587,3,1880,2065 +"139992",38921,17351,3,1880,2036 +"139993",38921,17365,3,1880,2746 +"139994",38921,17410,3,1880,2073 +"139995",38921,17520,1,1880,2276 +"139996",38921,17632,3,1880,1947 +"139997",38921,18165,3,1880,2085 +"139998",38921,18394,2,1880,2356 +"139999",38921,19606,2,1880,2783 +"140000",38921,19719,3,1880,2177 +"140001",38921,20067,2,1880,2390 +"140002",38921,20311,3,1880,1981 +"140003",38921,20700,2,1880,2861 +"140004",38921,21104,3,1880,2327 +"140005",38921,21209,3,1880,2184 +"140006",38921,21248,3,1880,2232 +"140007",38921,21693,3,1880,2176 +"140008",38921,21706,3,1880,1988 +"140009",38921,22326,3,1880,2818 +"140010",38921,23460,3,1880,2183 +"140011",38921,23509,3,1880,2275 +"140012",38921,23641,3,1880,1934 +"140013",38921,23726,3,1880,2434 +"140014",38921,23787,3,1880,2810 +"140015",38921,23869,3,1880,1918 +"140016",38921,24568,3,1880,1937 +"140017",38921,24753,3,1880,2860 +"140018",38921,24756,3,1880,2530 +"140019",38921,25486,3,1880,2582 +"140020",38921,25874,2,1880,2088 +"140021",38921,26451,3,1880,2133 +"140022",38921,26582,3,1880,2772 +"140023",38921,26658,3,1880,2745 +"140024",38921,28216,3,1880,1910 +"140025",38921,28626,3,1880,2842 +"140026",38921,29073,3,1880,2328 +"140027",38921,29095,2,1880,2531 +"140028",38921,29314,2,1880,2736 +"140029",38921,29454,3,1880,2719 +"140030",38921,30236,3,1880,2238 +"140031",38921,30405,3,1880,2164 +"140032",38921,30906,3,1880,2537 +"140033",38921,31700,3,1880,2727 +"140034",38921,32516,2,1880,2050 +"140035",38921,32939,3,1880,2277 +"140036",38921,33433,3,1880,2805 +"140037",38921,33801,3,1880,2899 +"140038",38921,34707,3,1880,2042 +"140039",38921,35235,2,1880,2610 +"140040",38921,35256,2,1880,2271 +"140041",38921,37238,2,1880,2609 +"140042",38921,37570,2,1880,2389 +"140043",38921,38307,3,1880,2648 +"140044",38921,38732,3,1880,2263 +"140045",38921,41682,2,1880,1988 +"140046",38921,41900,3,1880,1970 +"140047",38921,41945,2,1880,2856 +"140048",38921,43455,2,1880,2846 +"140049",38921,43479,3,1880,2178 +"140050",38921,44420,3,1880,2184 +"140051",38921,44885,1,1880,2670 +"140052",38921,44899,1,1880,2386 +"140053",38921,46629,3,1880,2255 +"140054",38921,46803,3,1880,2305 +"140055",38921,50118,3,1880,2654 +"140056",38921,50236,3,1880,2339 +"140057",38921,50252,1,1880,2001 +"140058",38921,51866,3,1880,2411 +"140059",38921,52576,3,1880,2234 +"140060",38921,53013,3,1880,2523 +"140061",38921,53293,3,1880,2916 +"140062",38921,53475,3,1880,2853 +"140063",38921,53604,3,1880,2489 +"140064",38921,54903,3,1880,2493 +"140065",38921,56082,3,1880,2395 +"140066",38921,57077,3,1880,1885 +"140067",38921,57804,3,1880,2214 +"140068",38921,58733,3,1880,1958 +"140069",38921,58993,3,1880,2390 +"140070",38921,59113,3,1880,2434 +"140071",38921,59140,3,1880,2528 +"140072",38921,61188,3,1880,2134 +"140073",38921,61982,3,1880,2725 +"140074",38921,63409,3,1880,1937 +"140075",38921,68083,3,1880,2795 +"140076",38921,70203,2,1880,2756 +"140077",38921,80429,3,1880,1927 +"140078",38921,85430,3,1880,2370 +"140079",38921,89826,3,1880,2033 +"140080",38921,91570,3,1880,2229 +"140081",38938,4066,3,1593,1736 +"140082",38938,6417,3,1593,1675 +"140083",38938,11218,3,1593,2292 +"140084",38938,26700,1,1593,1663 +"140085",38938,35980,3,1593,2657 +"140086",38938,48214,3,1593,2756 +"140087",38938,54929,3,1593,2783 +"140088",38938,58875,3,1593,1899 +"140089",38938,79432,3,1593,1708 +"140090",38938,92217,2,1593,1663 +"140091",38955,32939,3,218,2277 +"140092",38955,57804,3,218,2214 +"140093",38970,357,3,210,2327 +"140094",38970,1224,3,210,2435 +"140095",38970,6104,3,210,2462 +"140096",38970,7127,3,210,2352 +"140097",38970,9030,3,210,1979 +"140098",38970,10382,3,210,2111 +"140099",38970,13043,3,210,1295 +"140100",38970,19627,2,210,627 +"140101",38970,19835,3,210,1135 +"140102",38970,20259,3,210,2751 +"140103",38970,20893,2,210,2695 +"140104",38970,24923,2,210,2785 +"140105",38970,27173,3,210,2050 +"140106",38970,34509,3,210,1973 +"140107",38970,37333,3,210,1612 +"140108",38970,39982,3,210,1529 +"140109",38970,43114,3,210,1537 +"140110",38970,49277,3,210,1928 +"140111",38970,50872,3,210,864 +"140112",38970,59539,3,210,2429 +"140113",38970,61719,3,210,1515 +"140114",38970,63568,3,210,570 +"140115",38970,92345,3,210,324 +"140116",38970,92973,2,210,1276 +"140117",38970,93753,2,210,408 +"140118",38970,93953,3,210,969 +"140119",38973,913,3,1999,2144 +"140120",38973,997,3,1999,2788 +"140121",38973,1324,1,1999,2147 +"140122",38973,3896,3,1999,2693 +"140123",38973,15636,3,1999,2857 +"140124",38973,20730,3,1999,2243 +"140125",38973,22808,3,1999,2297 +"140126",38973,23319,3,1999,2867 +"140127",38973,23787,3,1999,2810 +"140128",38973,26582,3,1999,2772 +"140129",38973,31132,3,1999,2744 +"140130",38973,34735,3,1999,2767 +"140131",38973,36031,3,1999,2342 +"140132",38973,41770,3,1999,2752 +"140133",38973,42196,3,1999,2765 +"140134",38973,42799,3,1999,2729 +"140135",38973,47386,3,1999,2226 +"140136",38973,48215,2,1999,2028 +"140137",38973,63395,3,1999,2334 +"140138",38975,44564,1,1999,2034 +"140139",39009,1574,2,1594,1718 +"140140",39009,4784,3,1594,2511 +"140141",39009,6020,3,1594,1864 +"140142",39009,9269,3,1594,1892 +"140143",39009,9895,3,1594,1960 +"140144",39009,9910,3,1594,2526 +"140145",39009,14172,3,1594,1923 +"140146",39009,16347,3,1594,1868 +"140147",39009,19656,3,1594,2059 +"140148",39009,20695,3,1594,2526 +"140149",39009,21358,3,1594,1970 +"140150",39009,30096,2,1594,2082 +"140151",39009,31295,3,1594,2183 +"140152",39009,34331,3,1594,1727 +"140153",39009,41489,3,1594,2006 +"140154",39009,42382,3,1594,2224 +"140155",39009,46520,3,1594,1776 +"140156",39009,56364,3,1594,1626 +"140157",39009,65434,3,1594,2866 +"140158",39009,84591,3,1594,1685 +"140159",39009,85525,2,1594,1718 +"140160",39014,4675,3,1188,1741 +"140161",39014,25480,3,1188,2747 +"140162",39014,29224,2,1188,2011 +"140163",39014,68831,3,1188,1446 +"140164",39014,94138,3,1188,1939 +"140165",39014,102284,3,1188,2877 +"140166",39014,103560,2,1188,2746 +"140167",39044,3405,3,470,2438 +"140168",39044,5673,3,470,1567 +"140169",39044,9727,3,470,2327 +"140170",39044,15094,1,470,978 +"140171",39044,15502,3,470,2637 +"140172",39044,16690,3,470,2132 +"140173",39044,21895,3,470,1693 +"140174",39044,22723,3,470,2859 +"140175",39044,34334,2,470,1637 +"140176",39044,39577,3,470,1728 +"140177",39044,40715,3,470,2258 +"140178",39044,47559,2,470,1826 +"140179",39044,80728,3,470,599 +"140180",39044,86931,3,470,1474 +"140181",39044,86970,3,470,1664 +"140182",39044,87624,1,470,570 +"140183",39062,140,3,2020,2267 +"140184",39062,841,3,2020,2964 +"140185",39062,2985,3,2020,2398 +"140186",39062,3127,3,2020,2273 +"140187",39062,3477,3,2020,2546 +"140188",39062,3493,3,2020,2451 +"140189",39062,3978,3,2020,2775 +"140190",39062,4313,3,2020,2368 +"140191",39062,4367,3,2020,2794 +"140192",39062,4660,3,2020,2149 +"140193",39062,6063,3,2020,2349 +"140194",39062,7450,3,2020,2827 +"140195",39062,8568,3,2020,2706 +"140196",39062,8865,2,2020,2394 +"140197",39062,9241,3,2020,2338 +"140198",39062,10336,3,2020,2271 +"140199",39062,14817,1,2020,2110 +"140200",39062,15567,3,2020,2671 +"140201",39062,15826,2,2020,2772 +"140202",39062,19433,1,2020,2504 +"140203",39062,19686,3,2020,2467 +"140204",39062,20984,3,2020,2502 +"140205",39062,22578,3,2020,2216 +"140206",39062,23325,3,2020,2779 +"140207",39062,25373,3,2020,2783 +"140208",39062,26182,2,2020,2775 +"140209",39062,27320,3,2020,2378 +"140210",39062,27390,3,2020,2425 +"140211",39062,27908,2,2020,2576 +"140212",39062,28869,3,2020,2425 +"140213",39062,28893,3,2020,2764 +"140214",39062,30368,3,2020,2487 +"140215",39062,31700,2,2020,2727 +"140216",39062,32606,3,2020,2100 +"140217",39062,33223,3,2020,2397 +"140218",39062,36678,3,2020,2446 +"140219",39062,36912,3,2020,2469 +"140220",39062,36953,3,2020,2790 +"140221",39062,37238,3,2020,2609 +"140222",39062,40572,3,2020,2666 +"140223",39062,42813,3,2020,2142 +"140224",39062,44497,3,2020,2401 +"140225",39062,47013,3,2020,2388 +"140226",39062,47595,1,2020,2374 +"140227",39062,47840,3,2020,2509 +"140228",39062,48215,3,2020,2028 +"140229",39062,51144,3,2020,2466 +"140230",39062,51200,3,2020,2245 +"140231",39062,51774,2,2020,2459 +"140232",39062,51838,3,2020,2288 +"140233",39062,52483,2,2020,2317 +"140234",39062,57356,3,2020,2476 +"140235",39062,61337,3,2020,2777 +"140236",39062,63641,3,2020,2337 +"140237",39062,64947,3,2020,2489 +"140238",39062,65856,3,2020,2504 +"140239",39062,66717,3,2020,2104 +"140240",39062,69232,3,2020,2130 +"140241",39064,5610,3,981,2223 +"140242",39064,31890,3,981,1487 +"140243",39064,31901,3,981,1251 +"140244",39064,43614,1,981,1712 +"140245",39064,50001,3,981,1518 +"140246",39069,6241,3,1802,2264 +"140247",39069,12713,2,1802,2440 +"140248",39069,17410,2,1802,2073 +"140249",39069,25569,3,1802,2317 +"140250",39081,6914,2,1597,2668 +"140251",39081,17381,3,1597,1697 +"140252",39081,19718,3,1597,1702 +"140253",39081,23729,3,1597,1624 +"140254",39081,35481,3,1597,2211 +"140255",39081,54250,3,1597,2340 +"140256",39081,105685,3,1597,2469 +"140257",39087,5725,1,2765,2789 +"140258",39087,12867,3,2765,2773 +"140259",39087,28285,2,2765,2972 +"140260",39105,2334,2,2487,2619 +"140261",39105,10638,3,2487,2692 +"140262",39105,11506,2,2487,2824 +"140263",39105,18943,2,2487,2861 +"140264",39105,20007,3,2487,2971 +"140265",39105,21180,3,2487,2762 +"140266",39105,36574,3,2487,2934 +"140267",39105,38144,2,2487,2637 +"140268",39105,38309,3,2487,2644 +"140269",39105,38755,2,2487,2902 +"140270",39105,41978,3,2487,2824 +"140271",39105,53013,3,2487,2523 +"140272",39105,59039,3,2487,2870 +"140273",39105,68592,3,2487,2551 +"140274",39105,69335,3,2487,2698 +"140275",39105,79322,3,2487,2770 +"140276",39131,65572,3,2491,2750 +"140277",39135,7794,3,2489,2972 +"140278",39135,38307,3,2489,2648 +"140279",39135,42216,3,2489,2722 +"140280",39135,43404,3,2489,2649 +"140281",39135,43455,3,2489,2846 +"140282",39135,53968,2,2489,2703 +"140283",39135,55691,3,2489,2856 +"140284",39135,62413,3,2489,2703 +"140285",39186,357,3,1258,2327 +"140286",39186,3966,3,1258,2425 +"140287",39186,5350,3,1258,2522 +"140288",39186,5984,3,1258,1675 +"140289",39186,5986,3,1258,1721 +"140290",39186,6417,3,1258,1675 +"140291",39186,11218,3,1258,2292 +"140292",39186,12042,3,1258,2345 +"140293",39186,12462,3,1258,1461 +"140294",39186,14032,3,1258,2144 +"140295",39186,14972,3,1258,2332 +"140296",39186,16096,2,1258,2301 +"140297",39186,16352,3,1258,2657 +"140298",39186,18348,3,1258,1711 +"140299",39186,19733,3,1258,1907 +"140300",39186,21029,3,1258,1943 +"140301",39186,21872,3,1258,2458 +"140302",39186,23310,3,1258,2371 +"140303",39186,23806,2,1258,1671 +"140304",39186,28626,3,1258,2842 +"140305",39186,32694,2,1258,1602 +"140306",39186,36691,2,1258,1903 +"140307",39186,44521,3,1258,1593 +"140308",39186,56604,3,1258,1919 +"140309",39186,82732,3,1258,2810 +"140310",39186,84022,3,1258,2289 +"140311",39186,92508,3,1258,1374 +"140312",39186,120720,3,1258,1614 +"140313",39187,3520,3,2166,2281 +"140314",39187,3786,3,2166,2282 +"140315",39187,80050,3,2166,2698 +"140316",39187,91772,1,2166,2233 +"140317",39188,3520,3,1948,2281 +"140318",39188,47625,3,1948,2562 +"140319",39188,49334,2,1948,2433 +"140320",39188,80615,3,1948,2252 +"140321",39189,2208,3,2319,2814 +"140322",39189,6390,3,2319,2385 +"140323",39189,7515,3,2319,2737 +"140324",39189,9175,3,2319,2639 +"140325",39189,23132,3,2319,2756 +"140326",39189,30317,3,2319,2431 +"140327",39189,62219,3,2319,2494 +"140328",39189,73305,3,2319,2544 +"140329",39190,357,3,989,2327 +"140330",39190,3242,3,989,1730 +"140331",39190,51410,3,989,2739 +"140332",39190,102824,2,989,2944 +"140333",39211,1023,1,1908,2515 +"140334",39211,1063,1,1908,2515 +"140335",39217,359,2,504,635 +"140336",39217,364,3,504,2351 +"140337",39217,782,3,504,945 +"140338",39217,1349,3,504,1147 +"140339",39217,1620,2,504,1303 +"140340",39217,1780,3,504,1375 +"140341",39217,2576,3,504,1307 +"140342",39217,2747,2,504,2411 +"140343",39217,2852,2,504,2448 +"140344",39217,2985,3,504,2398 +"140345",39217,4361,3,504,2571 +"140346",39217,4916,3,504,1970 +"140347",39217,5346,3,504,1438 +"140348",39217,5897,2,504,2337 +"140349",39217,7785,3,504,2441 +"140350",39217,8604,3,504,2799 +"140351",39217,9503,3,504,2453 +"140352",39217,9785,3,504,2951 +"140353",39217,10453,3,504,1656 +"140354",39217,10638,3,504,2692 +"140355",39217,11648,3,504,2852 +"140356",39217,12067,3,504,1213 +"140357",39217,12948,3,504,2669 +"140358",39217,13065,3,504,1561 +"140359",39217,13184,3,504,977 +"140360",39217,13296,3,504,839 +"140361",39217,14072,3,504,1346 +"140362",39217,14749,3,504,1998 +"140363",39217,14998,3,504,1553 +"140364",39217,15095,3,504,2001 +"140365",39217,15207,3,504,1855 +"140366",39217,15567,3,504,2671 +"140367",39217,15826,2,504,2772 +"140368",39217,16777,3,504,834 +"140369",39217,17257,3,504,1117 +"140370",39217,17381,3,504,1697 +"140371",39217,18978,3,504,952 +"140372",39217,19655,3,504,2706 +"140373",39217,20155,3,504,1517 +"140374",39217,21209,3,504,2184 +"140375",39217,22244,2,504,2139 +"140376",39217,23488,3,504,1523 +"140377",39217,24176,3,504,1986 +"140378",39217,26551,3,504,652 +"140379",39217,27008,2,504,911 +"140380",39217,27391,3,504,2378 +"140381",39217,27742,3,504,2700 +"140382",39217,27908,3,504,2576 +"140383",39217,28904,3,504,926 +"140384",39217,31866,2,504,2101 +"140385",39217,31868,3,504,1993 +"140386",39217,32532,3,504,2338 +"140387",39217,32560,3,504,1258 +"140388",39217,32651,3,504,877 +"140389",39217,33341,3,504,2338 +"140390",39217,33681,3,504,1059 +"140391",39217,33870,2,504,955 +"140392",39217,34478,3,504,2265 +"140393",39217,36136,3,504,2338 +"140394",39217,36912,3,504,2469 +"140395",39217,38457,3,504,1630 +"140396",39217,38602,3,504,2693 +"140397",39217,39062,3,504,2020 +"140398",39217,40309,3,504,871 +"140399",39217,41023,3,504,2408 +"140400",39217,41446,3,504,1103 +"140401",39217,44181,3,504,1034 +"140402",39217,44433,3,504,2224 +"140403",39217,44603,3,504,2748 +"140404",39217,46501,3,504,845 +"140405",39217,46532,3,504,2005 +"140406",39217,50630,3,504,2615 +"140407",39217,51151,3,504,1195 +"140408",39217,51223,3,504,2153 +"140409",39217,54388,3,504,1257 +"140410",39217,54890,2,504,877 +"140411",39217,58655,3,504,2685 +"140412",39217,66911,3,504,1920 +"140413",39217,70583,2,504,2615 +"140414",39217,72597,3,504,1843 +"140415",39217,72728,3,504,2234 +"140416",39217,75282,3,504,2675 +"140417",39217,76143,3,504,1610 +"140418",39217,78569,3,504,578 +"140419",39217,83398,3,504,845 +"140420",39217,83961,3,504,578 +"140421",39217,84574,3,504,958 +"140422",39217,87142,3,504,591 +"140423",39217,87509,3,504,1907 +"140424",39217,87907,3,504,1173 +"140425",39217,88212,3,504,2547 +"140426",39217,90065,3,504,1418 +"140427",39217,91849,3,504,1166 +"140428",39217,92860,3,504,1643 +"140429",39217,94520,3,504,1243 +"140430",39217,106240,3,504,705 +"140431",39217,115021,3,504,1226 +"140432",39238,270,3,922,2542 +"140433",39238,913,3,922,2144 +"140434",39238,1639,3,922,2631 +"140435",39238,1826,3,922,924 +"140436",39238,2322,3,922,1645 +"140437",39238,2424,2,922,2582 +"140438",39238,2533,3,922,2016 +"140439",39238,2743,3,922,1278 +"140440",39238,3305,3,922,2839 +"140441",39238,3306,3,922,1989 +"140442",39238,3716,3,922,1679 +"140443",39238,4790,3,922,1025 +"140444",39238,4791,3,922,1184 +"140445",39238,4932,3,922,2752 +"140446",39238,5622,3,922,2175 +"140447",39238,6718,3,922,2138 +"140448",39238,7936,3,922,1199 +"140449",39238,8073,3,922,1847 +"140450",39238,8529,3,922,1205 +"140451",39238,8913,3,922,968 +"140452",39238,9311,3,922,2477 +"140453",39238,9364,2,922,1698 +"140454",39238,10513,3,922,2284 +"140455",39238,10857,3,922,2253 +"140456",39238,10874,3,922,1891 +"140457",39238,11006,3,922,1950 +"140458",39238,11229,3,922,1625 +"140459",39238,11540,3,922,1237 +"140460",39238,12374,3,922,2260 +"140461",39238,14834,3,922,2739 +"140462",39238,15401,3,922,1999 +"140463",39238,15799,3,922,1917 +"140464",39238,15813,3,922,2143 +"140465",39238,16201,3,922,1811 +"140466",39238,16332,3,922,2668 +"140467",39238,16940,2,922,1290 +"140468",39238,17931,3,922,1617 +"140469",39238,17934,3,922,1059 +"140470",39238,19248,3,922,2357 +"140471",39238,19719,2,922,2177 +"140472",39238,20124,3,922,2376 +"140473",39238,20975,2,922,1305 +"140474",39238,21138,3,922,2849 +"140475",39238,21197,2,922,1437 +"140476",39238,21198,2,922,935 +"140477",39238,21285,2,922,2100 +"140478",39238,21693,3,922,2176 +"140479",39238,22282,3,922,1418 +"140480",39238,22326,3,922,2818 +"140481",39238,22362,3,922,1836 +"140482",39238,22586,3,922,1341 +"140483",39238,23450,2,922,967 +"140484",39238,23492,3,922,1067 +"140485",39238,23729,3,922,1624 +"140486",39238,23825,3,922,1913 +"140487",39238,24612,3,922,1875 +"140488",39238,24755,3,922,1319 +"140489",39238,25305,3,922,2447 +"140490",39238,25577,2,922,1946 +"140491",39238,26471,2,922,1061 +"140492",39238,26749,2,922,2965 +"140493",39238,27275,3,922,2656 +"140494",39238,27390,3,922,2425 +"140495",39238,27694,3,922,2030 +"140496",39238,28015,2,922,1624 +"140497",39238,31050,3,922,1491 +"140498",39238,32988,3,922,2008 +"140499",39238,33949,3,922,2489 +"140500",39238,34836,2,922,2302 +"140501",39238,35095,3,922,1502 +"140502",39238,38019,1,922,1870 +"140503",39238,38219,3,922,1689 +"140504",39238,38780,3,922,2705 +"140505",39238,40072,3,922,1182 +"140506",39238,40645,3,922,1899 +"140507",39238,43385,3,922,1623 +"140508",39238,43455,3,922,2846 +"140509",39238,46629,3,922,2255 +"140510",39238,47772,3,922,2293 +"140511",39238,50685,3,922,2008 +"140512",39238,51017,3,922,2073 +"140513",39238,51022,3,922,1499 +"140514",39238,52576,3,922,2234 +"140515",39238,53266,3,922,2389 +"140516",39238,53322,3,922,1200 +"140517",39238,54305,3,922,1222 +"140518",39238,54551,3,922,2348 +"140519",39238,55139,3,922,2323 +"140520",39238,55862,3,922,2123 +"140521",39238,56317,2,922,2030 +"140522",39238,57353,3,922,1849 +"140523",39238,58078,3,922,1252 +"140524",39238,58451,3,922,1939 +"140525",39238,58508,3,922,2326 +"140526",39238,58652,3,922,1437 +"140527",39238,59939,3,922,936 +"140528",39238,61982,3,922,2725 +"140529",39238,62841,3,922,2710 +"140530",39238,65007,3,922,2530 +"140531",39238,65155,3,922,1947 +"140532",39238,65203,3,922,1597 +"140533",39238,65322,3,922,2008 +"140534",39238,67719,3,922,2429 +"140535",39238,71342,2,922,1289 +"140536",39238,72468,3,922,2292 +"140537",39238,72956,2,922,1251 +"140538",39238,73128,3,922,1549 +"140539",39238,75948,3,922,1006 +"140540",39238,76284,2,922,1237 +"140541",39238,76892,3,922,2381 +"140542",39238,77305,2,922,965 +"140543",39238,78150,3,922,2581 +"140544",39238,79322,3,922,2770 +"140545",39238,79436,3,922,1344 +"140546",39238,81588,2,922,1568 +"140547",39238,82949,3,922,2077 +"140548",39238,87048,3,922,989 +"140549",39238,89097,2,922,935 +"140550",39238,96352,3,922,1493 +"140551",39238,98781,3,922,1410 +"140552",39238,101797,3,922,2357 +"140553",39238,111971,3,922,1032 +"140554",39245,206,3,517,1986 +"140555",39245,600,3,517,1702 +"140556",39245,671,3,517,2328 +"140557",39245,1036,3,517,1367 +"140558",39245,1092,3,517,1945 +"140559",39245,1495,3,517,2046 +"140560",39245,2754,3,517,1360 +"140561",39245,2766,3,517,1920 +"140562",39245,3753,3,517,1255 +"140563",39245,4763,3,517,1960 +"140564",39245,4889,3,517,1501 +"140565",39245,5429,3,517,1991 +"140566",39245,5462,3,517,2374 +"140567",39245,9114,3,517,961 +"140568",39245,9893,3,517,2701 +"140569",39245,10874,2,517,1891 +"140570",39245,11055,3,517,2111 +"140571",39245,11540,3,517,1237 +"140572",39245,11576,3,517,808 +"140573",39245,13925,3,517,1515 +"140574",39245,14072,3,517,1346 +"140575",39245,15184,3,517,2396 +"140576",39245,16164,3,517,1184 +"140577",39245,17381,3,517,1697 +"140578",39245,17396,3,517,1672 +"140579",39245,17716,3,517,915 +"140580",39245,17943,3,517,1943 +"140581",39245,19027,1,517,2721 +"140582",39245,20700,3,517,2861 +"140583",39245,21138,3,517,2849 +"140584",39245,23918,3,517,1881 +"140585",39245,24755,3,517,1319 +"140586",39245,25443,3,517,1441 +"140587",39245,25508,3,517,2081 +"140588",39245,26570,3,517,1669 +"140589",39245,29456,3,517,1182 +"140590",39245,31243,3,517,1355 +"140591",39245,31799,2,517,2547 +"140592",39245,33160,3,517,2441 +"140593",39245,40832,3,517,634 +"140594",39245,41625,3,517,1794 +"140595",39245,41739,3,517,1339 +"140596",39245,41832,2,517,1155 +"140597",39245,42722,3,517,2368 +"140598",39245,42747,2,517,1189 +"140599",39245,42935,3,517,2400 +"140600",39245,44636,2,517,1026 +"140601",39245,46039,3,517,1794 +"140602",39245,48242,3,517,1690 +"140603",39245,50075,3,517,1026 +"140604",39245,50124,3,517,1209 +"140605",39245,51017,3,517,2073 +"140606",39245,52969,3,517,2302 +"140607",39245,53624,3,517,952 +"140608",39245,54676,2,517,1342 +"140609",39245,57977,3,517,2683 +"140610",39245,58035,3,517,1646 +"140611",39245,60689,3,517,859 +"140612",39245,62488,3,517,1418 +"140613",39245,65029,2,517,2954 +"140614",39245,68960,3,517,1312 +"140615",39245,76284,3,517,1237 +"140616",39245,80471,3,517,538 +"140617",39245,87692,3,517,775 +"140618",39245,88966,3,517,1568 +"140619",39245,90802,3,517,877 +"140620",39245,91571,3,517,923 +"140621",39245,91908,2,517,918 +"140622",39245,94396,3,517,787 +"140623",39245,101395,3,517,891 +"140624",39245,112368,3,517,606 +"140625",39249,1520,3,1665,1716 +"140626",39249,2452,2,1665,1715 +"140627",39249,2852,3,1665,2448 +"140628",39249,4249,2,1665,2547 +"140629",39249,4660,2,1665,2149 +"140630",39249,5897,2,1665,2337 +"140631",39249,6223,3,1665,2363 +"140632",39249,6821,2,1665,1788 +"140633",39249,7719,2,1665,1954 +"140634",39249,7942,3,1665,2623 +"140635",39249,8791,3,1665,1789 +"140636",39249,14709,3,1665,1901 +"140637",39249,14754,3,1665,2456 +"140638",39249,15782,3,1665,2306 +"140639",39249,16437,3,1665,1956 +"140640",39249,16796,3,1665,1892 +"140641",39249,17230,3,1665,1965 +"140642",39249,19587,3,1665,1684 +"140643",39249,21795,3,1665,2653 +"140644",39249,22723,2,1665,2859 +"140645",39249,27280,3,1665,1965 +"140646",39249,27686,3,1665,2844 +"140647",39249,30865,3,1665,2038 +"140648",39249,32202,2,1665,2314 +"140649",39249,34742,3,1665,1883 +"140650",39249,35456,1,1665,2358 +"140651",39249,36344,3,1665,2570 +"140652",39249,36487,3,1665,2622 +"140653",39249,37752,3,1665,2223 +"140654",39249,38373,1,1665,1928 +"140655",39249,38676,3,1665,2286 +"140656",39249,39534,3,1665,2410 +"140657",39249,41900,3,1665,1970 +"140658",39249,45297,3,1665,1864 +"140659",39249,46119,3,1665,2084 +"140660",39249,47559,3,1665,1826 +"140661",39249,51774,3,1665,2459 +"140662",39249,61443,2,1665,2770 +"140663",39249,63641,2,1665,2337 +"140664",39249,64947,3,1665,2489 +"140665",39249,66717,2,1665,2104 +"140666",39249,67815,3,1665,2476 +"140667",39249,84822,3,1665,2686 +"140668",39249,90745,3,1665,1994 +"140669",39249,102566,3,1665,2207 +"140670",39249,107292,3,1665,1667 +"140671",39256,7942,3,2449,2623 +"140672",39256,12361,3,2449,2732 +"140673",39256,22723,3,2449,2859 +"140674",39271,212,3,399,1513 +"140675",39271,854,3,399,2307 +"140676",39271,2484,3,399,2389 +"140677",39271,2684,3,399,2874 +"140678",39271,2747,3,399,2411 +"140679",39271,2894,2,399,1291 +"140680",39271,3628,3,399,2707 +"140681",39271,5392,3,399,1648 +"140682",39271,5615,3,399,1105 +"140683",39271,5785,3,399,1261 +"140684",39271,6222,2,399,1949 +"140685",39271,6718,3,399,2138 +"140686",39271,8376,3,399,1670 +"140687",39271,8490,3,399,564 +"140688",39271,8610,3,399,2240 +"140689",39271,9311,3,399,2477 +"140690",39271,9362,3,399,2879 +"140691",39271,10939,3,399,1376 +"140692",39271,11694,3,399,1564 +"140693",39271,12356,2,399,2757 +"140694",39271,12388,3,399,1975 +"140695",39271,13967,3,399,1354 +"140696",39271,14325,2,399,1976 +"140697",39271,14652,3,399,2516 +"140698",39271,14959,1,399,2898 +"140699",39271,15632,2,399,1242 +"140700",39271,15696,2,399,837 +"140701",39271,16539,3,399,1947 +"140702",39271,16954,3,399,2972 +"140703",39271,17520,3,399,2276 +"140704",39271,18394,3,399,2356 +"140705",39271,18563,2,399,2715 +"140706",39271,20067,3,399,2390 +"140707",39271,20730,3,399,2243 +"140708",39271,21209,3,399,2184 +"140709",39271,21225,3,399,1945 +"140710",39271,21693,3,399,2176 +"140711",39271,22326,3,399,2818 +"140712",39271,22362,3,399,1836 +"140713",39271,24302,3,399,407 +"140714",39271,25027,3,399,564 +"140715",39271,25595,3,399,768 +"140716",39271,25680,3,399,1618 +"140717",39271,27543,2,399,666 +"140718",39271,29095,3,399,2531 +"140719",39271,29314,3,399,2736 +"140720",39271,30883,3,399,1629 +"140721",39271,32601,3,399,1033 +"140722",39271,35235,2,399,2610 +"140723",39271,36609,3,399,2918 +"140724",39271,38694,3,399,817 +"140725",39271,38921,2,399,1880 +"140726",39271,39431,3,399,1460 +"140727",39271,40931,3,399,2301 +"140728",39271,41682,3,399,1988 +"140729",39271,41770,3,399,2752 +"140730",39271,42264,3,399,1702 +"140731",39271,43153,3,399,1381 +"140732",39271,44288,3,399,521 +"140733",39271,44885,3,399,2670 +"140734",39271,44899,3,399,2386 +"140735",39271,45618,3,399,2356 +"140736",39271,45650,3,399,1528 +"140737",39271,48795,3,399,2498 +"140738",39271,50252,3,399,2001 +"140739",39271,50272,3,399,842 +"140740",39271,50487,3,399,744 +"140741",39271,50958,3,399,477 +"140742",39271,53645,3,399,789 +"140743",39271,60862,3,399,1215 +"140744",39271,62308,3,399,487 +"140745",39271,64232,3,399,1275 +"140746",39271,67788,3,399,837 +"140747",39271,69712,3,399,1219 +"140748",39271,70203,3,399,2756 +"140749",39271,71733,1,399,662 +"140750",39271,77550,3,399,1548 +"140751",39271,79653,3,399,2683 +"140752",39271,85794,3,399,679 +"140753",39271,91518,3,399,842 +"140754",39271,95011,3,399,1986 +"140755",39278,1102,3,1952,2282 +"140756",39278,1367,3,1952,2176 +"140757",39278,2572,3,1952,2273 +"140758",39278,3409,3,1952,2167 +"140759",39278,6192,3,1952,2409 +"140760",39278,6241,1,1952,2264 +"140761",39278,8533,3,1952,2251 +"140762",39278,9030,3,1952,1979 +"140763",39278,9979,3,1952,2238 +"140764",39278,10859,2,1952,2231 +"140765",39278,13324,2,1952,2163 +"140766",39278,19208,3,1952,2629 +"140767",39278,19605,3,1952,2395 +"140768",39278,20563,3,1952,2267 +"140769",39278,21682,3,1952,2414 +"140770",39278,22260,3,1952,2137 +"140771",39278,22808,3,1952,2297 +"140772",39278,23460,2,1952,2183 +"140773",39278,24753,3,1952,2860 +"140774",39278,25030,3,1952,2017 +"140775",39278,27173,3,1952,2050 +"140776",39278,28285,3,1952,2972 +"140777",39278,28826,3,1952,2627 +"140778",39278,28892,3,1952,2023 +"140779",39278,29454,3,1952,2719 +"140780",39278,35069,1,1952,2069 +"140781",39278,35360,3,1952,2043 +"140782",39278,35888,3,1952,2291 +"140783",39278,41664,3,1952,2641 +"140784",39278,42129,2,1952,2318 +"140785",39278,42216,3,1952,2722 +"140786",39278,45302,3,1952,2390 +"140787",39278,45886,3,1952,2449 +"140788",39278,47362,1,1952,2253 +"140789",39278,47564,3,1952,2650 +"140790",39278,50480,3,1952,2701 +"140791",39278,51017,3,1952,2073 +"140792",39278,51035,3,1952,2397 +"140793",39278,51157,3,1952,2319 +"140794",39278,52566,3,1952,2318 +"140795",39278,53342,2,1952,2071 +"140796",39278,57405,3,1952,2344 +"140797",39278,58617,3,1952,2093 +"140798",39278,62832,3,1952,2606 +"140799",39278,63142,3,1952,1997 +"140800",39278,70046,3,1952,2624 +"140801",39278,84799,3,1952,2656 +"140802",39278,86107,2,1952,1960 +"140803",39278,88455,3,1952,2388 +"140804",39278,93481,2,1952,2311 +"140805",39294,270,3,1889,2542 +"140806",39294,380,3,1889,2261 +"140807",39294,449,3,1889,1950 +"140808",39294,1102,3,1889,2282 +"140809",39294,1196,3,1889,1986 +"140810",39294,1315,2,1889,2760 +"140811",39294,2111,3,1889,1904 +"140812",39294,2195,3,1889,2139 +"140813",39294,2289,3,1889,2389 +"140814",39294,2424,3,1889,2582 +"140815",39294,2533,3,1889,2016 +"140816",39294,3306,3,1889,1989 +"140817",39294,3493,3,1889,2451 +"140818",39294,3961,3,1889,2426 +"140819",39294,3966,3,1889,2425 +"140820",39294,4191,3,1889,2130 +"140821",39294,4253,3,1889,1890 +"140822",39294,4953,3,1889,2285 +"140823",39294,5072,2,1889,2175 +"140824",39294,5258,3,1889,2730 +"140825",39294,5350,3,1889,2522 +"140826",39294,5622,1,1889,2175 +"140827",39294,5971,3,1889,1985 +"140828",39294,6047,3,1889,2004 +"140829",39294,6222,3,1889,1949 +"140830",39294,6363,3,1889,2066 +"140831",39294,6588,3,1889,2025 +"140832",39294,7180,2,1889,2227 +"140833",39294,7234,2,1889,2654 +"140834",39294,9928,2,1889,2345 +"140835",39294,10358,3,1889,2294 +"140836",39294,10717,3,1889,1938 +"140837",39294,10857,2,1889,2253 +"140838",39294,10874,3,1889,1891 +"140839",39294,11218,1,1889,2292 +"140840",39294,11477,3,1889,2724 +"140841",39294,12042,2,1889,2345 +"140842",39294,13307,3,1889,2206 +"140843",39294,13311,3,1889,2315 +"140844",39294,13479,3,1889,2155 +"140845",39294,14032,3,1889,2144 +"140846",39294,16352,2,1889,2657 +"140847",39294,17400,2,1889,2231 +"140848",39294,18394,3,1889,2356 +"140849",39294,18543,3,1889,2968 +"140850",39294,19622,2,1889,2371 +"140851",39294,20124,3,1889,2376 +"140852",39294,23310,3,1889,2371 +"140853",39294,23312,3,1889,2449 +"140854",39294,23526,3,1889,1998 +"140855",39294,23725,2,1889,2378 +"140856",39294,26080,2,1889,2525 +"140857",39294,26818,2,1889,1999 +"140858",39294,27427,3,1889,2325 +"140859",39294,30405,3,1889,2164 +"140860",39294,31093,3,1889,2160 +"140861",39294,31436,2,1889,2892 +"140862",39294,32919,3,1889,2321 +"140863",39294,34480,3,1889,2755 +"140864",39294,34735,3,1889,2767 +"140865",39294,35926,2,1889,2371 +"140866",39294,36714,3,1889,2209 +"140867",39294,37859,3,1889,1999 +"140868",39294,39906,3,1889,2365 +"140869",39294,41240,3,1889,2220 +"140870",39294,41972,3,1889,2509 +"140871",39294,43213,2,1889,2160 +"140872",39294,45684,1,1889,2200 +"140873",39294,46629,3,1889,2255 +"140874",39294,47098,3,1889,2057 +"140875",39294,47857,3,1889,2325 +"140876",39294,49110,3,1889,2938 +"140877",39294,49608,1,1889,2184 +"140878",39294,50236,3,1889,2339 +"140879",39294,50785,3,1889,2877 +"140880",39294,54551,2,1889,2348 +"140881",39294,54879,3,1889,2210 +"140882",39294,54929,2,1889,2783 +"140883",39294,56082,2,1889,2395 +"140884",39294,56604,3,1889,1919 +"140885",39294,60280,3,1889,1918 +"140886",39294,72207,2,1889,2430 +"140887",39294,72326,3,1889,2384 +"140888",39294,75403,2,1889,1895 +"140889",39294,76048,2,1889,2373 +"140890",39294,81349,3,1889,1958 +"140891",39294,86245,3,1889,1972 +"140892",39294,87837,2,1889,1987 +"140893",39294,99215,3,1889,2791 +"140894",39321,22905,3,2257,2599 +"140895",39321,38309,3,2257,2644 +"140896",39321,51783,3,2257,2599 +"140897",39321,53362,2,2257,2360 +"140898",39321,55775,3,2257,2385 +"140899",39321,60672,3,2257,2876 +"140900",39328,12943,3,498,1902 +"140901",39328,22966,3,498,2112 +"140902",39328,23268,3,498,2258 +"140903",39328,62089,3,498,929 +"140904",39328,76721,3,498,1174 +"140905",39337,19028,3,775,921 +"140906",39337,21681,3,775,2005 +"140907",39337,27391,3,775,2378 +"140908",39337,37752,3,775,2223 +"140909",39337,38975,3,775,1999 +"140910",39337,44564,2,775,2034 +"140911",39337,44694,3,775,2220 +"140912",39337,52993,3,775,1256 +"140913",39337,59726,3,775,1513 +"140914",39337,61723,3,775,1262 +"140915",39337,111855,2,775,1909 +"140916",39337,114504,3,775,1937 +"140917",39337,119978,3,775,815 +"140918",39411,3477,3,2384,2546 +"140919",39411,3628,2,2384,2707 +"140920",39411,6491,3,2384,2424 +"140921",39411,7847,3,2384,2424 +"140922",39411,8762,2,2384,2585 +"140923",39411,9191,3,2384,2707 +"140924",39411,11351,3,2384,2971 +"140925",39411,14959,3,2384,2898 +"140926",39411,23216,3,2384,2424 +"140927",39411,33223,3,2384,2397 +"140928",39411,35235,2,2384,2610 +"140929",39411,45742,3,2384,2566 +"140930",39411,57544,3,2384,2443 +"140931",39411,60661,2,2384,2700 +"140932",39411,65016,3,2384,2749 +"140933",39418,680,3,1978,2569 +"140934",39418,3493,3,1978,2451 +"140935",39418,4303,3,1978,2414 +"140936",39418,8062,3,1978,2858 +"140937",39418,11588,3,1978,2352 +"140938",39418,12759,3,1978,2414 +"140939",39418,13136,3,1978,2867 +"140940",39418,14754,3,1978,2456 +"140941",39418,15095,3,1978,2001 +"140942",39418,19686,2,1978,2467 +"140943",39418,19934,3,1978,2888 +"140944",39418,22244,3,1978,2139 +"140945",39418,25373,3,1978,2783 +"140946",39418,30334,3,1978,2075 +"140947",39418,31335,3,1978,2351 +"140948",39418,32920,3,1978,2158 +"140949",39418,36487,3,1978,2622 +"140950",39418,37636,3,1978,2178 +"140951",39418,37752,3,1978,2223 +"140952",39418,41694,3,1978,2358 +"140953",39418,41723,3,1978,2101 +"140954",39418,43660,3,1978,2320 +"140955",39418,43961,2,1978,2443 +"140956",39418,44694,3,1978,2220 +"140957",39418,47375,3,1978,2043 +"140958",39418,50585,3,1978,2414 +"140959",39418,51783,3,1978,2599 +"140960",39418,56755,3,1978,2158 +"140961",39418,59039,3,1978,2870 +"140962",39418,61541,3,1978,2699 +"140963",39418,65188,3,1978,2213 +"140964",39418,65381,3,1978,2184 +"140965",39418,90745,3,1978,1994 +"140966",39431,854,3,1460,2307 +"140967",39431,2484,3,1460,2389 +"140968",39431,5392,3,1460,1648 +"140969",39431,6222,2,1460,1949 +"140970",39431,9311,3,1460,2477 +"140971",39431,11694,3,1460,1564 +"140972",39431,12388,3,1460,1975 +"140973",39431,14959,2,1460,2898 +"140974",39431,16539,3,1460,1947 +"140975",39431,17520,3,1460,2276 +"140976",39431,18394,3,1460,2356 +"140977",39431,20067,3,1460,2390 +"140978",39431,22165,3,1460,1501 +"140979",39431,25680,3,1460,1618 +"140980",39431,29095,3,1460,2531 +"140981",39431,29314,3,1460,2736 +"140982",39431,30334,3,1460,2075 +"140983",39431,30883,3,1460,1629 +"140984",39431,35235,3,1460,2610 +"140985",39431,37636,3,1460,2178 +"140986",39431,38921,2,1460,1880 +"140987",39431,40392,3,1460,1878 +"140988",39431,41429,3,1460,1770 +"140989",39431,41682,3,1460,1988 +"140990",39431,42264,3,1460,1702 +"140991",39431,42331,3,1460,1585 +"140992",39431,44885,3,1460,2670 +"140993",39431,44899,3,1460,2386 +"140994",39431,50252,3,1460,2001 +"140995",39431,51783,3,1460,2599 +"140996",39431,55438,3,1460,2863 +"140997",39431,70101,3,1460,2414 +"140998",39431,70203,3,1460,2756 +"140999",39431,77010,3,1460,2639 +"141000",39439,9272,2,2462,2835 +"141001",39439,20011,3,2462,2826 +"141002",39439,30194,3,2462,2874 +"141003",39439,33460,3,2462,2781 +"141004",39439,39444,3,2462,2695 +"141005",39439,42136,2,2462,2551 +"141006",39439,43173,3,2462,2895 +"141007",39439,44730,2,2462,2468 +"141008",39439,59039,3,2462,2870 +"141009",39439,69335,2,2462,2698 +"141010",39443,900,3,2277,2726 +"141011",39443,3477,3,2277,2546 +"141012",39443,4932,3,2277,2752 +"141013",39443,9801,3,2277,2443 +"141014",39443,14586,3,2277,2801 +"141015",39443,14754,3,2277,2456 +"141016",39443,19934,3,2277,2888 +"141017",39443,27320,3,2277,2378 +"141018",39443,28893,1,2277,2764 +"141019",39443,32339,2,2277,2430 +"141020",39443,39875,1,2277,2422 +"141021",39443,47968,3,2277,2829 +"141022",39443,57067,3,2277,2547 +"141023",39443,57765,3,2277,2893 +"141024",39443,59039,3,2277,2870 +"141025",39444,1151,3,2695,2885 +"141026",39444,7323,2,2695,2858 +"141027",39444,9272,2,2695,2835 +"141028",39444,19606,3,2695,2783 +"141029",39444,38667,3,2695,2880 +"141030",39444,43173,3,2695,2895 +"141031",39444,48495,3,2695,2737 +"141032",39444,49110,3,2695,2938 +"141033",39444,51410,3,2695,2739 +"141034",39444,55691,3,2695,2856 +"141035",39444,57609,3,2695,2717 +"141036",39444,59039,3,2695,2870 +"141037",39444,64967,3,2695,2872 +"141038",39444,69335,2,2695,2698 +"141039",39457,12177,2,1533,1965 +"141040",39457,12249,3,1533,1965 +"141041",39457,12397,3,1533,1965 +"141042",39464,2424,3,2314,2582 +"141043",39464,3477,3,2314,2546 +"141044",39464,3978,3,2314,2775 +"141045",39464,6063,3,2314,2349 +"141046",39464,9175,2,2314,2639 +"141047",39464,14507,3,2314,2686 +"141048",39464,15008,2,2314,2338 +"141049",39464,15729,1,2314,2338 +"141050",39464,16628,3,2314,2409 +"141051",39464,17549,2,2314,2647 +"141052",39464,21734,3,2314,2528 +"141053",39464,24825,3,2314,2686 +"141054",39464,31705,3,2314,2706 +"141055",39464,33223,3,2314,2397 +"141056",39464,33380,3,2314,2340 +"141057",39464,34120,3,2314,2786 +"141058",39464,38307,3,2314,2648 +"141059",39464,40368,3,2314,2876 +"141060",39464,41945,2,2314,2856 +"141061",39464,42783,1,2314,2338 +"141062",39464,43455,3,2314,2846 +"141063",39464,44688,3,2314,2924 +"141064",39464,45239,1,2314,2535 +"141065",39464,45608,3,2314,2420 +"141066",39464,47140,3,2314,2439 +"141067",39464,47564,3,2314,2650 +"141068",39464,47803,3,2314,2477 +"141069",39464,60974,3,2314,2972 +"141070",39464,65434,3,2314,2866 +"141071",39484,1556,3,281,643 +"141072",39484,3100,3,281,2524 +"141073",39484,3786,3,281,2282 +"141074",39484,6078,3,281,498 +"141075",39484,9912,3,281,1356 +"141076",39484,10004,1,281,872 +"141077",39484,10128,3,281,883 +"141078",39484,11135,2,281,2441 +"141079",39484,11288,3,281,345 +"141080",39484,15502,3,281,2637 +"141081",39484,18479,2,281,2967 +"141082",39484,19687,2,281,2072 +"141083",39484,20413,3,281,806 +"141084",39484,23639,2,281,2065 +"141085",39484,24116,3,281,1413 +"141086",39484,25180,1,281,2489 +"141087",39484,25270,3,281,985 +"141088",39484,25286,3,281,1545 +"141089",39484,26138,2,281,1902 +"141090",39484,26567,2,281,1158 +"141091",39484,42195,3,281,573 +"141092",39484,45487,3,281,2256 +"141093",39484,47330,3,281,2422 +"141094",39484,47827,3,281,1957 +"141095",39484,48764,3,281,860 +"141096",39484,51448,3,281,1593 +"141097",39484,51896,3,281,726 +"141098",39484,56673,3,281,2419 +"141099",39484,68670,3,281,565 +"141100",39484,72827,3,281,1359 +"141101",39484,78460,3,281,985 +"141102",39484,79236,3,281,1505 +"141103",39484,80728,3,281,599 +"141104",39484,80896,3,281,943 +"141105",39484,81134,3,281,1384 +"141106",39484,85264,3,281,1236 +"141107",39484,89752,3,281,585 +"141108",39484,92381,3,281,1237 +"141109",39484,93317,3,281,1223 +"141110",39484,95661,3,281,872 +"141111",39484,97940,3,281,431 +"141112",39484,99955,3,281,1223 +"141113",39484,104542,3,281,897 +"141114",39484,106554,3,281,1270 +"141115",39507,1685,3,793,2230 +"141116",39507,3158,3,793,2762 +"141117",39507,3360,3,793,1583 +"141118",39507,7499,3,793,1803 +"141119",39507,8896,2,793,1139 +"141120",39507,9269,3,793,1892 +"141121",39507,9740,3,793,2233 +"141122",39507,10146,3,793,1878 +"141123",39507,10250,3,793,1606 +"141124",39507,11270,3,793,1011 +"141125",39507,11521,2,793,1559 +"141126",39507,12007,3,793,1594 +"141127",39507,12197,3,793,1235 +"141128",39507,13671,3,793,1371 +"141129",39507,13930,2,793,1274 +"141130",39507,14255,3,793,893 +"141131",39507,16590,3,793,1123 +"141132",39507,17499,3,793,2954 +"141133",39507,18821,3,793,2075 +"141134",39507,18953,3,793,915 +"141135",39507,19048,3,793,2180 +"141136",39507,19397,3,793,2182 +"141137",39507,20695,3,793,2526 +"141138",39507,20709,2,793,1757 +"141139",39507,21942,3,793,2041 +"141140",39507,22744,3,793,1907 +"141141",39507,23771,3,793,1614 +"141142",39507,24044,3,793,1076 +"141143",39507,26577,3,793,933 +"141144",39507,28648,3,793,1586 +"141145",39507,33460,3,793,2781 +"141146",39507,34331,3,793,1727 +"141147",39507,51212,3,793,1801 +"141148",39507,61921,2,793,1793 +"141149",39507,67289,3,793,829 +"141150",39507,70011,3,793,2690 +"141151",39507,76997,3,793,2223 +"141152",39507,79337,3,793,875 +"141153",39507,83786,3,793,1614 +"141154",39507,83790,3,793,1637 +"141155",39507,84591,3,793,1685 +"141156",39507,87915,3,793,1152 +"141157",39507,93609,3,793,2252 +"141158",39507,101381,3,793,977 +"141159",39512,25480,3,2644,2747 +"141160",39516,34158,2,2393,2639 +"141161",39516,40487,3,2393,2512 +"141162",39516,51319,2,2393,2488 +"141163",39522,1108,3,1428,1600 +"141164",39522,12818,3,1428,2015 +"141165",39522,31541,2,1428,1500 +"141166",39522,34491,2,1428,2694 +"141167",39522,52041,3,1428,2694 +"141168",39522,55487,3,1428,1500 +"141169",39522,69232,3,1428,2130 +"141170",39534,3255,2,2410,2504 +"141171",39534,5106,3,2410,2622 +"141172",39534,9311,2,2410,2477 +"141173",39534,10200,3,2410,2920 +"141174",39534,11136,3,2410,2573 +"141175",39534,11429,3,2410,2520 +"141176",39534,14761,2,2410,2502 +"141177",39534,15626,3,2410,2434 +"141178",39534,17033,3,2410,2771 +"141179",39534,19215,3,2410,2604 +"141180",39534,19934,3,2410,2888 +"141181",39534,22709,3,2410,2743 +"141182",39534,27686,3,2410,2844 +"141183",39534,27908,3,2410,2576 +"141184",39534,28869,3,2410,2425 +"141185",39534,30906,3,2410,2537 +"141186",39534,33433,3,2410,2805 +"141187",39534,36487,3,2410,2622 +"141188",39534,36953,3,2410,2790 +"141189",39534,37059,3,2410,2840 +"141190",39534,38755,3,2410,2902 +"141191",39534,40035,3,2410,2742 +"141192",39534,40572,3,2410,2666 +"141193",39534,44235,3,2410,2700 +"141194",39534,49347,1,2410,2504 +"141195",39534,51774,3,2410,2459 +"141196",39534,59039,3,2410,2870 +"141197",39534,59113,3,2410,2434 +"141198",39534,68215,3,2410,2727 +"141199",39534,70586,3,2410,2562 +"141200",39534,71531,3,2410,2887 +"141201",39534,73172,3,2410,2496 +"141202",39534,88212,3,2410,2547 +"141203",39534,92297,3,2410,2952 +"141204",39534,102186,3,2410,2937 +"141205",39535,701,2,2428,2718 +"141206",39535,2036,3,2428,2483 +"141207",39535,9184,3,2428,2670 +"141208",39535,10029,3,2428,2718 +"141209",39535,13249,3,2428,2573 +"141210",39535,19643,3,2428,2452 +"141211",39535,31705,3,2428,2706 +"141212",39535,48605,3,2428,2796 +"141213",39535,50785,3,2428,2877 +"141214",39535,51041,2,2428,2606 +"141215",39535,61982,3,2428,2725 +"141216",39535,62841,3,2428,2710 +"141217",39535,104565,3,2428,2693 +"141218",39539,24,3,1274,1295 +"141219",39539,1875,3,1274,1786 +"141220",39539,4671,3,1274,2280 +"141221",39539,5226,2,1274,1309 +"141222",39539,11103,3,1274,2393 +"141223",39539,19096,3,1274,1538 +"141224",39539,28635,3,1274,2368 +"141225",39539,28640,3,1274,1475 +"141226",39539,43385,3,1274,1623 +"141227",39539,48571,3,1274,2717 +"141228",39539,95644,2,1274,1531 +"141229",39539,98781,3,1274,1410 +"141230",39548,1151,2,2389,2885 +"141231",39548,1616,2,2389,2662 +"141232",39548,2036,3,2389,2483 +"141233",39548,7323,2,2389,2858 +"141234",39548,8760,3,2389,2477 +"141235",39548,19606,3,2389,2783 +"141236",39548,60257,3,2389,2795 +"141237",39556,2208,3,2747,2814 +"141238",39556,2684,3,2747,2874 +"141239",39556,15636,3,2747,2857 +"141240",39556,23787,3,2747,2810 +"141241",39556,33433,3,2747,2805 +"141242",39556,64699,3,2747,2797 +"141243",39563,601,1,486,702 +"141244",39563,671,3,486,2328 +"141245",39563,1036,3,486,1367 +"141246",39563,1196,3,486,1986 +"141247",39563,1428,2,486,742 +"141248",39563,1767,3,486,2727 +"141249",39563,2063,3,486,1278 +"141250",39563,2609,3,486,834 +"141251",39563,2894,3,486,1291 +"141252",39563,3068,3,486,1815 +"141253",39563,3167,3,486,1676 +"141254",39563,3753,3,486,1255 +"141255",39563,3961,2,486,2426 +"141256",39563,4289,3,486,1921 +"141257",39563,4768,3,486,1111 +"141258",39563,5041,3,486,2371 +"141259",39563,5315,2,486,2631 +"141260",39563,5438,3,486,1499 +"141261",39563,5714,3,486,534 +"141262",39563,5716,3,486,1058 +"141263",39563,5785,3,486,1261 +"141264",39563,6047,3,486,2004 +"141265",39563,6222,3,486,1949 +"141266",39563,6366,3,486,798 +"141267",39563,6417,3,486,1675 +"141268",39563,7233,3,486,572 +"141269",39563,7984,3,486,2493 +"141270",39563,7992,2,486,2033 +"141271",39563,8913,3,486,968 +"141272",39563,9200,3,486,787 +"141273",39563,9311,3,486,2477 +"141274",39563,9928,3,486,2345 +"141275",39563,10358,2,486,2294 +"141276",39563,10779,2,486,2881 +"141277",39563,11218,3,486,2292 +"141278",39563,11477,3,486,2724 +"141279",39563,11540,3,486,1237 +"141280",39563,11576,2,486,808 +"141281",39563,12096,3,486,1330 +"141282",39563,12362,3,486,702 +"141283",39563,12374,3,486,2260 +"141284",39563,12388,3,486,1975 +"141285",39563,12524,3,486,1287 +"141286",39563,12901,3,486,2136 +"141287",39563,13388,2,486,2119 +"141288",39563,13967,2,486,1354 +"141289",39563,13979,2,486,1559 +"141290",39563,14032,3,486,2144 +"141291",39563,14959,3,486,2898 +"141292",39563,15003,3,486,2067 +"141293",39563,15309,3,486,2820 +"141294",39563,15401,3,486,1999 +"141295",39563,15444,3,486,2764 +"141296",39563,15636,3,486,2857 +"141297",39563,15821,3,486,2456 +"141298",39563,15990,2,486,593 +"141299",39563,16053,2,486,908 +"141300",39563,16120,3,486,1237 +"141301",39563,16539,3,486,1947 +"141302",39563,16625,3,486,1285 +"141303",39563,16826,3,486,2599 +"141304",39563,17027,3,486,2772 +"141305",39563,17097,3,486,1505 +"141306",39563,17354,3,486,2250 +"141307",39563,17357,3,486,1536 +"141308",39563,17493,3,486,561 +"141309",39563,17819,3,486,2291 +"141310",39563,18394,3,486,2356 +"141311",39563,18543,3,486,2968 +"141312",39563,18874,3,486,2170 +"141313",39563,19621,3,486,725 +"141314",39563,19634,3,486,954 +"141315",39563,19637,2,486,1229 +"141316",39563,20067,1,486,2390 +"141317",39563,20070,3,486,1914 +"141318",39563,20311,3,486,1981 +"141319",39563,20732,2,486,2401 +"141320",39563,21138,3,486,2849 +"141321",39563,21422,3,486,935 +"141322",39563,21706,2,486,1988 +"141323",39563,21772,3,486,663 +"141324",39563,21911,3,486,1184 +"141325",39563,22403,3,486,1630 +"141326",39563,22586,3,486,1341 +"141327",39563,23310,3,486,2371 +"141328",39563,23726,1,486,2434 +"141329",39563,23825,3,486,1913 +"141330",39563,23869,1,486,1918 +"141331",39563,24612,3,486,1875 +"141332",39563,24755,3,486,1319 +"141333",39563,24756,3,486,2530 +"141334",39563,25486,3,486,2582 +"141335",39563,25680,2,486,1618 +"141336",39563,26249,3,486,2301 +"141337",39563,26479,3,486,1818 +"141338",39563,26570,3,486,1669 +"141339",39563,28130,2,486,908 +"141340",39563,28131,2,486,1492 +"141341",39563,28731,3,486,955 +"141342",39563,29095,3,486,2531 +"141343",39563,29372,3,486,528 +"141344",39563,29456,3,486,1182 +"141345",39563,29930,3,486,2240 +"141346",39563,30150,2,486,1704 +"141347",39563,30404,3,486,1810 +"141348",39563,30438,3,486,1617 +"141349",39563,30883,2,486,1629 +"141350",39563,31279,3,486,965 +"141351",39563,32017,3,486,577 +"141352",39563,32658,3,486,1694 +"141353",39563,32811,3,486,804 +"141354",39563,32919,3,486,2321 +"141355",39563,32988,3,486,2008 +"141356",39563,33356,3,486,1586 +"141357",39563,33622,3,486,2230 +"141358",39563,33801,2,486,2899 +"141359",39563,34158,3,486,2639 +"141360",39563,34907,3,486,1945 +"141361",39563,35529,2,486,1620 +"141362",39563,35926,3,486,2371 +"141363",39563,36514,3,486,1192 +"141364",39563,36950,3,486,2204 +"141365",39563,37800,3,486,604 +"141366",39563,37897,3,486,1685 +"141367",39563,37934,3,486,1595 +"141368",39563,38055,3,486,1089 +"141369",39563,38219,3,486,1689 +"141370",39563,38449,3,486,1802 +"141371",39563,38467,3,486,1259 +"141372",39563,38921,3,486,1880 +"141373",39563,38973,3,486,1999 +"141374",39563,39748,3,486,1566 +"141375",39563,39865,2,486,849 +"141376",39563,40072,3,486,1182 +"141377",39563,40645,3,486,1899 +"141378",39563,40646,3,486,1583 +"141379",39563,40893,3,486,1116 +"141380",39563,41085,3,486,637 +"141381",39563,41832,3,486,1155 +"141382",39563,41955,3,486,2479 +"141383",39563,42505,3,486,2008 +"141384",39563,43479,3,486,2178 +"141385",39563,44160,3,486,859 +"141386",39563,44161,3,486,1156 +"141387",39563,44427,3,486,2875 +"141388",39563,44557,3,486,2371 +"141389",39563,44654,3,486,2916 +"141390",39563,44819,2,486,2063 +"141391",39563,45136,3,486,877 +"141392",39563,45715,3,486,2287 +"141393",39563,46040,3,486,2105 +"141394",39563,46803,2,486,2305 +"141395",39563,47386,3,486,2226 +"141396",39563,47435,3,486,878 +"141397",39563,48283,3,486,1290 +"141398",39563,48435,3,486,528 +"141399",39563,50235,3,486,726 +"141400",39563,50269,3,486,1966 +"141401",39563,50382,2,486,2244 +"141402",39563,50487,3,486,744 +"141403",39563,50977,3,486,2352 +"141404",39563,51017,3,486,2073 +"141405",39563,51157,2,486,2319 +"141406",39563,51410,3,486,2739 +"141407",39563,53120,3,486,975 +"141408",39563,53134,3,486,1590 +"141409",39563,53475,2,486,2853 +"141410",39563,54929,3,486,2783 +"141411",39563,55084,3,486,1189 +"141412",39563,56903,3,486,1584 +"141413",39563,57246,3,486,1873 +"141414",39563,58669,3,486,2296 +"141415",39563,58733,3,486,1958 +"141416",39563,58993,3,486,2390 +"141417",39563,59786,3,486,605 +"141418",39563,59939,3,486,936 +"141419",39563,62148,1,486,1566 +"141420",39563,62488,3,486,1418 +"141421",39563,64219,3,486,2705 +"141422",39563,64786,3,486,870 +"141423",39563,65155,3,486,1947 +"141424",39563,65322,3,486,2008 +"141425",39563,65625,3,486,1273 +"141426",39563,70046,2,486,2624 +"141427",39563,70203,2,486,2756 +"141428",39563,70681,3,486,866 +"141429",39563,70996,2,486,1037 +"141430",39563,74318,3,486,632 +"141431",39563,74681,2,486,837 +"141432",39563,74730,1,486,535 +"141433",39563,76356,3,486,2323 +"141434",39563,76398,3,486,2400 +"141435",39563,76999,1,486,908 +"141436",39563,78569,3,486,578 +"141437",39563,78801,3,486,1572 +"141438",39563,81478,3,486,1640 +"141439",39563,82767,3,486,1641 +"141440",39563,85329,3,486,738 +"141441",39563,85784,3,486,1142 +"141442",39563,85794,2,486,679 +"141443",39563,86520,3,486,702 +"141444",39563,86627,3,486,981 +"141445",39563,87692,3,486,775 +"141446",39563,87720,3,486,2086 +"141447",39563,89137,3,486,580 +"141448",39563,89511,3,486,1205 +"141449",39563,89527,3,486,572 +"141450",39563,89965,3,486,810 +"141451",39563,90378,3,486,890 +"141452",39563,90802,3,486,877 +"141453",39563,91142,3,486,2527 +"141454",39563,91912,3,486,790 +"141455",39563,92254,2,486,517 +"141456",39563,92817,3,486,569 +"141457",39563,94101,3,486,997 +"141458",39563,95064,3,486,1801 +"141459",39563,95587,3,486,810 +"141460",39563,96911,3,486,956 +"141461",39563,97160,2,486,1215 +"141462",39563,100140,2,486,1041 +"141463",39563,100670,3,486,525 +"141464",39563,101338,3,486,1319 +"141465",39563,101395,3,486,891 +"141466",39563,101967,3,486,691 +"141467",39563,103524,2,486,991 +"141468",39563,109194,3,486,494 +"141469",39563,109383,3,486,952 +"141470",39563,109718,3,486,1237 +"141471",39563,117679,2,486,535 +"141472",39570,212,3,496,1513 +"141473",39570,270,2,496,2542 +"141474",39570,380,3,496,2261 +"141475",39570,1102,3,496,2282 +"141476",39570,1124,2,496,1596 +"141477",39570,1639,3,496,2631 +"141478",39570,1769,3,496,877 +"141479",39570,1875,3,496,1786 +"141480",39570,2077,3,496,610 +"141481",39570,2111,3,496,1904 +"141482",39570,2424,3,496,2582 +"141483",39570,2533,3,496,2016 +"141484",39570,3305,3,496,2839 +"141485",39570,3306,2,496,1989 +"141486",39570,3477,3,496,2546 +"141487",39570,4701,3,496,2401 +"141488",39570,5235,2,496,2324 +"141489",39570,5568,3,496,1290 +"141490",39570,5599,3,496,1684 +"141491",39570,5716,3,496,1058 +"141492",39570,5971,2,496,1985 +"141493",39570,5986,3,496,1721 +"141494",39570,6047,3,496,2004 +"141495",39570,6063,3,496,2349 +"141496",39570,6222,3,496,1949 +"141497",39570,6264,2,496,749 +"141498",39570,6363,3,496,2066 +"141499",39570,6366,3,496,798 +"141500",39570,6417,3,496,1675 +"141501",39570,6588,2,496,2025 +"141502",39570,6718,2,496,2138 +"141503",39570,7555,3,496,1943 +"141504",39570,7627,2,496,1543 +"141505",39570,9364,3,496,1698 +"141506",39570,9432,3,496,1693 +"141507",39570,9624,3,496,2398 +"141508",39570,9650,3,496,1167 +"141509",39570,9695,3,496,2143 +"141510",39570,9723,3,496,2302 +"141511",39570,10488,2,496,1524 +"141512",39570,10523,3,496,1510 +"141513",39570,10857,3,496,2253 +"141514",39570,11218,3,496,2292 +"141515",39570,11229,2,496,1625 +"141516",39570,11817,1,496,600 +"141517",39570,11966,3,496,2385 +"141518",39570,12042,3,496,2345 +"141519",39570,12374,3,496,2260 +"141520",39570,12417,3,496,802 +"141521",39570,12735,3,496,819 +"141522",39570,12779,3,496,936 +"141523",39570,13307,3,496,2206 +"141524",39570,14564,3,496,1581 +"141525",39570,14656,2,496,584 +"141526",39570,14669,3,496,2080 +"141527",39570,14855,2,496,903 +"141528",39570,14989,2,496,2223 +"141529",39570,15003,2,496,2067 +"141530",39570,15118,3,496,1311 +"141531",39570,15244,3,496,1600 +"141532",39570,15700,3,496,1712 +"141533",39570,16352,2,496,2657 +"141534",39570,17400,3,496,2231 +"141535",39570,18152,3,496,1314 +"141536",39570,18217,3,496,1566 +"141537",39570,18348,3,496,1711 +"141538",39570,18361,1,496,2968 +"141539",39570,18394,2,496,2356 +"141540",39570,19622,3,496,2371 +"141541",39570,20124,2,496,2376 +"141542",39570,20311,3,496,1981 +"141543",39570,21012,3,496,2325 +"141544",39570,21571,3,496,2755 +"141545",39570,21693,3,496,2176 +"141546",39570,22108,3,496,1915 +"141547",39570,22197,2,496,2271 +"141548",39570,22326,3,496,2818 +"141549",39570,22403,3,496,1630 +"141550",39570,22415,3,496,2841 +"141551",39570,22462,3,496,869 +"141552",39570,22566,3,496,2308 +"141553",39570,22705,3,496,1016 +"141554",39570,23006,3,496,1532 +"141555",39570,23403,2,496,607 +"141556",39570,23492,3,496,1067 +"141557",39570,23509,3,496,2275 +"141558",39570,23526,3,496,1998 +"141559",39570,23715,3,496,1859 +"141560",39570,23725,3,496,2378 +"141561",39570,24066,3,496,1755 +"141562",39570,25027,3,496,564 +"141563",39570,25305,3,496,2447 +"141564",39570,25985,3,496,2071 +"141565",39570,26080,3,496,2525 +"141566",39570,26848,3,496,2363 +"141567",39570,26867,2,496,1804 +"141568",39570,27112,1,496,500 +"141569",39570,27744,3,496,861 +"141570",39570,27849,3,496,1316 +"141571",39570,28002,3,496,914 +"141572",39570,28190,3,496,1634 +"141573",39570,29093,3,496,1933 +"141574",39570,29962,3,496,2201 +"141575",39570,29987,3,496,956 +"141576",39570,30325,3,496,1067 +"141577",39570,30405,3,496,2164 +"141578",39570,31307,3,496,2139 +"141579",39570,32017,3,496,577 +"141580",39570,32131,2,496,1035 +"141581",39570,32173,3,496,2341 +"141582",39570,32694,3,496,1602 +"141583",39570,32965,3,496,2071 +"141584",39570,33223,3,496,2397 +"141585",39570,33949,3,496,2489 +"141586",39570,34426,3,496,2743 +"141587",39570,34735,3,496,2767 +"141588",39570,35402,2,496,2339 +"141589",39570,35673,3,496,1067 +"141590",39570,37358,3,496,2128 +"141591",39570,37800,3,496,604 +"141592",39570,39865,3,496,849 +"141593",39570,40028,2,496,1349 +"141594",39570,40072,2,496,1182 +"141595",39570,40542,3,496,1664 +"141596",39570,40820,3,496,900 +"141597",39570,42687,3,496,1952 +"141598",39570,43213,3,496,2160 +"141599",39570,43455,3,496,2846 +"141600",39570,43518,3,496,2680 +"141601",39570,43671,3,496,1224 +"141602",39570,43673,3,496,2787 +"141603",39570,44521,1,496,1593 +"141604",39570,44641,3,496,1981 +"141605",39570,44648,3,496,619 +"141606",39570,44819,3,496,2063 +"141607",39570,46182,3,496,1613 +"141608",39570,46196,3,496,1510 +"141609",39570,46629,3,496,2255 +"141610",39570,47435,3,496,878 +"141611",39570,47895,3,496,2328 +"141612",39570,48435,3,496,528 +"141613",39570,49185,3,496,1544 +"141614",39570,50134,3,496,2674 +"141615",39570,50236,2,496,2339 +"141616",39570,52136,3,496,1412 +"141617",39570,52345,3,496,1430 +"141618",39570,53303,3,496,1376 +"141619",39570,54551,3,496,2348 +"141620",39570,54929,3,496,2783 +"141621",39570,55892,3,496,1234 +"141622",39570,56082,2,496,2395 +"141623",39570,56237,2,496,2625 +"141624",39570,56604,3,496,1919 +"141625",39570,57246,3,496,1873 +"141626",39570,57781,3,496,1971 +"141627",39570,59386,3,496,595 +"141628",39570,59539,3,496,2429 +"141629",39570,59939,2,496,936 +"141630",39570,61982,3,496,2725 +"141631",39570,64786,3,496,870 +"141632",39570,67763,2,496,822 +"141633",39570,67805,3,496,1338 +"141634",39570,68215,2,496,2727 +"141635",39570,70838,2,496,687 +"141636",39570,71217,2,496,2169 +"141637",39570,71971,3,496,1294 +"141638",39570,72188,3,496,856 +"141639",39570,72207,3,496,2430 +"141640",39570,72326,3,496,2384 +"141641",39570,72956,3,496,1251 +"141642",39570,75403,3,496,1895 +"141643",39570,75921,3,496,517 +"141644",39570,79804,2,496,2227 +"141645",39570,80014,3,496,1562 +"141646",39570,80219,3,496,988 +"141647",39570,80242,2,496,569 +"141648",39570,80784,3,496,1738 +"141649",39570,82949,3,496,2077 +"141650",39570,84500,3,496,1583 +"141651",39570,85329,3,496,738 +"141652",39570,87048,3,496,989 +"141653",39570,91912,2,496,790 +"141654",39570,92104,2,496,2339 +"141655",39570,94889,3,496,667 +"141656",39570,109663,2,496,545 +"141657",39570,109718,3,496,1237 +"141658",39570,112437,3,496,513 +"141659",39570,117956,2,496,2774 +"141660",39570,120549,3,496,708 +"141661",39577,3100,3,1728,2524 +"141662",39577,9727,3,1728,2327 +"141663",39577,12031,3,1728,1957 +"141664",39577,15207,3,1728,1855 +"141665",39577,36487,3,1728,2622 +"141666",39577,40715,3,1728,2258 +"141667",39577,55436,3,1728,2513 +"141668",39577,57067,3,1728,2547 +"141669",39577,61513,3,1728,2948 +"141670",39577,65223,3,1728,2724 +"141671",39577,116078,3,1728,1839 +"141672",39589,1702,3,1292,1984 +"141673",39589,1846,3,1292,1845 +"141674",39589,2424,3,1292,2582 +"141675",39589,3271,3,1292,2216 +"141676",39589,3477,3,1292,2546 +"141677",39589,7337,2,1292,1797 +"141678",39589,7942,3,1292,2623 +"141679",39589,9272,3,1292,2835 +"141680",39589,10239,3,1292,2032 +"141681",39589,13150,3,1292,1570 +"141682",39589,16176,3,1292,2703 +"141683",39589,25577,3,1292,1946 +"141684",39589,25745,3,1292,2403 +"141685",39589,27882,3,1292,1897 +"141686",39589,30010,3,1292,2917 +"141687",39589,35797,3,1292,2482 +"141688",39589,36487,3,1292,2622 +"141689",39589,36506,3,1292,2638 +"141690",39589,43226,3,1292,2442 +"141691",39589,43929,3,1292,2749 +"141692",39589,43961,3,1292,2443 +"141693",39589,44074,2,1292,1299 +"141694",39589,46486,3,1292,1868 +"141695",39589,47375,2,1292,2043 +"141696",39589,48110,3,1292,2009 +"141697",39589,58508,3,1292,2326 +"141698",39589,60258,2,1292,2405 +"141699",39589,61125,3,1292,1673 +"141700",39589,67815,2,1292,2476 +"141701",39589,69335,3,1292,2698 +"141702",39589,70583,3,1292,2615 +"141703",39589,77864,3,1292,2227 +"141704",39589,80301,3,1292,1690 +"141705",39589,85869,3,1292,1509 +"141706",39589,89538,3,1292,1847 +"141707",39622,57609,2,2348,2717 +"141708",39627,499,3,546,1931 +"141709",39627,1067,3,546,918 +"141710",39627,1393,3,546,1706 +"141711",39627,1495,3,546,2046 +"141712",39627,2208,3,546,2814 +"141713",39627,2370,2,546,1600 +"141714",39627,2766,3,546,1920 +"141715",39627,4723,1,546,1314 +"141716",39627,6020,3,546,1864 +"141717",39627,6208,3,546,2361 +"141718",39627,6996,2,546,2916 +"141719",39627,7703,3,546,2122 +"141720",39627,7900,3,546,893 +"141721",39627,7903,3,546,744 +"141722",39627,7932,3,546,789 +"141723",39627,7984,3,546,2493 +"141724",39627,8258,2,546,1959 +"141725",39627,9200,3,546,787 +"141726",39627,9893,3,546,2701 +"141727",39627,10370,3,546,2224 +"141728",39627,10974,3,546,896 +"141729",39627,11477,3,546,2724 +"141730",39627,11912,3,546,889 +"141731",39627,12122,3,546,1385 +"141732",39627,13712,3,546,550 +"141733",39627,14669,3,546,2080 +"141734",39627,16455,2,546,946 +"141735",39627,16725,3,546,2830 +"141736",39627,16866,3,546,2718 +"141737",39627,17328,3,546,1206 +"141738",39627,17938,3,546,1410 +"141739",39627,19606,3,546,2783 +"141740",39627,19814,3,546,936 +"141741",39627,20494,3,546,1075 +"141742",39627,21142,3,546,2414 +"141743",39627,21358,3,546,1970 +"141744",39627,21920,2,546,2367 +"141745",39627,23223,3,546,2094 +"141746",39627,24793,3,546,1993 +"141747",39627,25325,3,546,2963 +"141748",39627,25443,3,546,1441 +"141749",39627,28635,2,546,2368 +"141750",39627,28648,3,546,1586 +"141751",39627,29917,3,546,1962 +"141752",39627,31950,2,546,2217 +"141753",39627,32939,3,546,2277 +"141754",39627,33356,3,546,1586 +"141755",39627,34509,3,546,1973 +"141756",39627,35516,3,546,1229 +"141757",39627,35738,3,546,2448 +"141758",39627,37108,3,546,1202 +"141759",39627,38755,3,546,2902 +"141760",39627,39507,3,546,793 +"141761",39627,40510,3,546,943 +"141762",39627,41021,3,546,978 +"141763",39627,43902,3,546,1726 +"141764",39627,44089,2,546,1632 +"141765",39627,45449,2,546,1610 +"141766",39627,45450,3,546,1590 +"141767",39627,45562,3,546,623 +"141768",39627,46680,2,546,1690 +"141769",39627,48781,3,546,954 +"141770",39627,48823,3,546,2080 +"141771",39627,48931,3,546,2444 +"141772",39627,49029,3,546,647 +"141773",39627,50252,3,546,2001 +"141774",39627,52203,3,546,1961 +"141775",39627,53134,3,546,1590 +"141776",39627,53293,1,546,2916 +"141777",39627,53859,3,546,1817 +"141778",39627,54488,3,546,2357 +"141779",39627,54816,3,546,592 +"141780",39627,55493,1,546,869 +"141781",39627,57549,1,546,2335 +"141782",39627,57804,3,546,2214 +"141783",39627,60552,3,546,855 +"141784",39627,61398,3,546,2563 +"141785",39627,61921,1,546,1793 +"141786",39627,64737,3,546,2442 +"141787",39627,69591,3,546,2294 +"141788",39627,71756,2,546,1202 +"141789",39627,78257,3,546,590 +"141790",39627,79211,3,546,1590 +"141791",39627,79612,3,546,927 +"141792",39627,79639,2,546,1013 +"141793",39627,80186,3,546,2228 +"141794",39627,82270,2,546,1641 +"141795",39627,84235,3,546,1639 +"141796",39627,84581,3,546,1241 +"141797",39627,85784,3,546,1142 +"141798",39627,90852,2,546,764 +"141799",39627,92366,2,546,1434 +"141800",39627,93642,3,546,1120 +"141801",39627,94444,3,546,1554 +"141802",39627,95309,2,546,687 +"141803",39627,99215,3,546,2791 +"141804",39627,100084,3,546,1964 +"141805",39627,103989,3,546,1207 +"141806",39627,105887,2,546,615 +"141807",39627,107318,3,546,1963 +"141808",39627,116484,3,546,902 +"141809",39648,357,3,230,2327 +"141810",39648,1367,3,230,2176 +"141811",39648,2901,3,230,1156 +"141812",39648,2972,3,230,1708 +"141813",39648,4226,3,230,1903 +"141814",39648,4366,3,230,1726 +"141815",39648,5714,3,230,534 +"141816",39648,8533,3,230,2251 +"141817",39648,14855,3,230,903 +"141818",39648,15539,3,230,1929 +"141819",39648,24923,3,230,2785 +"141820",39648,29073,2,230,2328 +"141821",39648,37893,3,230,875 +"141822",39648,41682,3,230,1988 +"141823",39648,47715,2,230,2111 +"141824",39648,61719,2,230,1515 +"141825",39648,62957,3,230,1170 +"141826",39648,74731,3,230,853 +"141827",39648,77359,3,230,917 +"141828",39648,81592,2,230,2882 +"141829",39648,81593,3,230,1156 +"141830",39648,82426,3,230,1576 +"141831",39648,89072,3,230,1099 +"141832",39648,93752,3,230,1368 +"141833",39648,109079,2,230,954 +"141834",39657,6047,3,1947,2004 +"141835",39657,9654,3,1947,2111 +"141836",39657,22567,2,1947,2396 +"141837",39657,23011,3,1947,2763 +"141838",39657,25462,3,1947,2653 +"141839",39657,26218,1,1947,2460 +"141840",39657,38755,3,1947,2902 +"141841",39657,40383,3,1947,2639 +"141842",39657,40931,3,1947,2301 +"141843",39657,67726,3,1947,2873 +"141844",39697,2802,3,669,1836 +"141845",39697,3100,2,669,2524 +"141846",39697,14915,3,669,2606 +"141847",39697,16361,3,669,1641 +"141848",39697,16593,3,669,1139 +"141849",39697,21593,3,669,1312 +"141850",39697,21976,2,669,1808 +"141851",39697,24104,3,669,817 +"141852",39697,24176,3,669,1986 +"141853",39697,25886,3,669,1580 +"141854",39697,26567,3,669,1158 +"141855",39697,29556,2,669,907 +"141856",39697,31087,3,669,1757 +"141857",39697,38309,3,669,2644 +"141858",39697,56726,3,669,969 +"141859",39697,65223,1,669,2724 +"141860",39697,66267,3,669,1278 +"141861",39697,67763,3,669,822 +"141862",39697,105190,2,669,2839 +"141863",39723,386,3,778,1553 +"141864",39723,1787,1,778,1707 +"141865",39723,3484,3,778,1515 +"141866",39723,3678,3,778,1325 +"141867",39723,5937,3,778,2392 +"141868",39723,6234,3,778,2654 +"141869",39723,6800,3,778,2053 +"141870",39723,11679,3,778,846 +"141871",39723,11868,3,778,1639 +"141872",39723,14861,2,778,2269 +"141873",39723,15119,2,778,1020 +"141874",39723,15150,3,778,2801 +"141875",39723,15239,3,778,1958 +"141876",39723,16477,1,778,2069 +"141877",39723,19767,3,778,1041 +"141878",39723,20011,3,778,2826 +"141879",39723,22746,3,778,913 +"141880",39723,23771,2,778,1614 +"141881",39723,30194,2,778,2874 +"141882",39723,31259,3,778,2082 +"141883",39723,31794,3,778,1919 +"141884",39723,32841,3,778,1345 +"141885",39723,33460,3,778,2781 +"141886",39723,34576,3,778,1727 +"141887",39723,39439,3,778,2462 +"141888",39723,41521,3,778,2069 +"141889",39723,42136,3,778,2551 +"141890",39723,44727,3,778,1227 +"141891",39723,44730,3,778,2468 +"141892",39723,49415,3,778,2654 +"141893",39723,50899,3,778,2125 +"141894",39723,52953,2,778,1741 +"141895",39723,53648,3,778,2167 +"141896",39723,65568,3,778,1699 +"141897",39723,73629,3,778,1713 +"141898",39723,76931,2,778,1338 +"141899",39723,79746,3,778,2272 +"141900",39723,85062,3,778,1379 +"141901",39723,86716,3,778,1609 +"141902",39723,89258,3,778,1147 +"141903",39723,90429,2,778,1684 +"141904",39723,93459,2,778,1354 +"141905",39723,94495,3,778,989 +"141906",39723,96700,3,778,1602 +"141907",39723,97615,3,778,1198 +"141908",39723,99291,3,778,930 +"141909",39723,113333,3,778,1018 +"141910",39746,687,3,1361,1664 +"141911",39746,2852,3,1361,2448 +"141912",39746,8890,3,1361,1955 +"141913",39746,15872,3,1361,1551 +"141914",39746,20941,3,1361,2725 +"141915",39746,21138,3,1361,2849 +"141916",39746,23015,3,1361,1362 +"141917",39746,39443,3,1361,2277 +"141918",39746,39875,3,1361,2422 +"141919",39746,41581,3,1361,1692 +"141920",39746,45869,3,1361,2840 +"141921",39746,46902,2,1361,1620 +"141922",39746,51017,3,1361,2073 +"141923",39746,56669,3,1361,2924 +"141924",39746,59485,3,1361,1564 +"141925",39746,63701,1,1361,1620 +"141926",39746,111855,3,1361,1909 +"141927",39748,3167,3,1566,1676 +"141928",39748,18108,3,1566,1656 +"141929",39748,24482,3,1566,1649 +"141930",39748,34158,3,1566,2639 +"141931",39748,51157,2,1566,2319 +"141932",39748,55580,2,1566,1942 +"141933",39748,64219,3,1566,2705 +"141934",39748,81478,2,1566,1640 +"141935",39796,6479,1,407,1021 +"141936",39796,15078,3,407,1033 +"141937",39796,16776,3,407,1565 +"141938",39796,49372,1,407,1756 +"141939",39796,49558,2,407,2083 +"141940",39796,77377,3,407,1487 +"141941",39796,88102,3,407,1244 +"141942",39796,90745,3,407,1994 +"141943",39799,19528,3,2344,2742 +"141944",39799,19868,2,2344,2855 +"141945",39799,24756,3,2344,2530 +"141946",39799,25462,3,2344,2653 +"141947",39799,26218,3,2344,2460 +"141948",39800,160,3,802,2007 +"141949",39800,1641,3,802,1490 +"141950",39800,2576,3,802,1307 +"141951",39800,2747,3,802,2411 +"141952",39800,3777,3,802,1798 +"141953",39800,3978,3,802,2775 +"141954",39800,4303,3,802,2414 +"141955",39800,4612,3,802,2804 +"141956",39800,5839,3,802,2301 +"141957",39800,6162,3,802,1673 +"141958",39800,6241,3,802,2264 +"141959",39800,7794,3,802,2972 +"141960",39800,7942,3,802,2623 +"141961",39800,9503,3,802,2453 +"141962",39800,9787,3,802,2858 +"141963",39800,11029,3,802,2362 +"141964",39800,11990,3,802,1909 +"141965",39800,12781,3,802,831 +"141966",39800,14287,3,802,1583 +"141967",39800,14599,3,802,1118 +"141968",39800,14817,3,802,2110 +"141969",39800,16501,3,802,1650 +"141970",39800,16864,3,802,814 +"141971",39800,17037,3,802,2947 +"141972",39800,17456,3,802,1300 +"141973",39800,17983,3,802,1931 +"141974",39800,18102,3,802,1642 +"141975",39800,18381,3,802,1524 +"141976",39800,18978,3,802,952 +"141977",39800,22766,3,802,1945 +"141978",39800,23131,2,802,1732 +"141979",39800,23206,3,802,2805 +"141980",39800,23745,3,802,1968 +"141981",39800,24405,3,802,1443 +"141982",39800,25373,3,802,2783 +"141983",39800,26595,3,802,1566 +"141984",39800,27742,2,802,2700 +"141985",39800,27914,3,802,2507 +"141986",39800,28869,3,802,2425 +"141987",39800,28904,3,802,926 +"141988",39800,30525,1,802,1964 +"141989",39800,31753,3,802,1514 +"141990",39800,32560,3,802,1258 +"141991",39800,34820,3,802,1630 +"141992",39800,34831,3,802,1866 +"141993",39800,36578,2,802,1484 +"141994",39800,39278,3,802,1952 +"141995",39800,44181,3,802,1034 +"141996",39800,44306,3,802,1036 +"141997",39800,54775,3,802,2383 +"141998",39800,57732,3,802,2454 +"141999",39800,58501,3,802,2613 +"142000",39800,58655,3,802,2685 +"142001",39800,61125,3,802,1673 +"142002",39800,62903,3,802,1704 +"142003",39800,67145,3,802,2015 +"142004",39800,68550,3,802,1820 +"142005",39800,79382,3,802,1908 +"142006",39800,85396,3,802,1131 +"142007",39800,87907,3,802,1173 +"142008",39800,91849,3,802,1166 +"142009",39800,91942,3,802,2216 +"142010",39800,115021,3,802,1226 +"142011",39802,14,3,206,1793 +"142012",39802,194,3,206,1243 +"142013",39802,237,3,206,1982 +"142014",39802,841,3,206,2964 +"142015",39802,1107,3,206,905 +"142016",39802,2540,3,206,1398 +"142017",39802,3068,3,206,1815 +"142018",39802,3127,3,206,2273 +"142019",39802,3978,3,206,2775 +"142020",39802,4303,3,206,2414 +"142021",39802,4646,2,206,2139 +"142022",39802,4932,3,206,2752 +"142023",39802,4983,3,206,1909 +"142024",39802,5792,3,206,975 +"142025",39802,6989,3,206,2623 +"142026",39802,7014,3,206,2401 +"142027",39802,7785,3,206,2441 +"142028",39802,9227,3,206,1267 +"142029",39802,9703,3,206,1845 +"142030",39802,10595,3,206,494 +"142031",39802,10754,3,206,1797 +"142032",39802,10870,3,206,1755 +"142033",39802,11136,3,206,2573 +"142034",39802,11648,3,206,2852 +"142035",39802,13068,3,206,1778 +"142036",39802,13290,3,206,2824 +"142037",39802,14754,3,206,2456 +"142038",39802,17645,3,206,1918 +"142039",39802,18005,3,206,2449 +"142040",39802,18165,3,206,2085 +"142041",39802,18965,3,206,2315 +"142042",39802,20688,3,206,891 +"142043",39802,20894,3,206,2214 +"142044",39802,22723,3,206,2859 +"142045",39802,25033,3,206,929 +"142046",39802,25185,3,206,341 +"142047",39802,25295,3,206,341 +"142048",39802,29267,3,206,1234 +"142049",39802,29286,3,206,1612 +"142050",39802,29495,3,206,1612 +"142051",39802,29930,3,206,2240 +"142052",39802,30850,3,206,1045 +"142053",39802,32560,3,206,1258 +"142054",39802,32651,3,206,877 +"142055",39802,33957,3,206,245 +"142056",39802,34094,3,206,1360 +"142057",39802,34908,3,206,2796 +"142058",39802,35797,3,206,2482 +"142059",39802,36953,2,206,2790 +"142060",39802,37351,3,206,978 +"142061",39802,38816,3,206,1225 +"142062",39802,40572,3,206,2666 +"142063",39802,41338,3,206,1553 +"142064",39802,42331,3,206,1585 +"142065",39802,42813,3,206,2142 +"142066",39802,43110,3,206,375 +"142067",39802,44749,3,206,1303 +"142068",39802,45992,3,206,1182 +"142069",39802,46486,2,206,1868 +"142070",39802,46650,3,206,1330 +"142071",39802,52815,3,206,2323 +"142072",39802,56862,3,206,868 +"142073",39802,57356,3,206,2476 +"142074",39802,59776,1,206,2493 +"142075",39802,61337,2,206,2777 +"142076",39802,61727,3,206,413 +"142077",39802,62963,3,206,1964 +"142078",39802,66480,3,206,1234 +"142079",39802,69810,2,206,2321 +"142080",39802,70101,3,206,2414 +"142081",39802,72986,3,206,1055 +"142082",39802,78677,3,206,341 +"142083",39802,80812,3,206,2357 +"142084",39802,90709,3,206,1080 +"142085",39802,93332,3,206,982 +"142086",39802,96310,3,206,1016 +"142087",39802,99332,3,206,873 +"142088",39802,109307,3,206,1187 +"142089",39802,113966,3,206,268 +"142090",39827,455,3,2321,2827 +"142091",39827,3695,3,2321,2612 +"142092",39827,7078,3,2321,2344 +"142093",39827,17826,2,2321,2920 +"142094",39827,18151,3,2321,2962 +"142095",39827,20423,2,2321,2654 +"142096",39827,21795,3,2321,2653 +"142097",39827,22714,2,2321,2793 +"142098",39827,42474,3,2321,2322 +"142099",39827,47947,3,2321,2681 +"142100",39827,49032,3,2321,2469 +"142101",39827,49461,2,2321,2793 +"142102",39827,67264,3,2321,2790 +"142103",39827,74095,3,2321,2333 +"142104",39865,270,3,849,2542 +"142105",39865,380,3,849,2261 +"142106",39865,457,3,849,1704 +"142107",39865,600,3,849,1702 +"142108",39865,671,2,849,2328 +"142109",39865,1046,3,849,1881 +"142110",39865,1124,3,849,1596 +"142111",39865,1154,3,849,1656 +"142112",39865,1275,3,849,2068 +"142113",39865,1592,3,849,2006 +"142114",39865,1691,2,849,1941 +"142115",39865,1777,3,849,1965 +"142116",39865,2111,3,849,1904 +"142117",39865,2224,3,849,2751 +"142118",39865,2743,3,849,1278 +"142119",39865,3167,3,849,1676 +"142120",39865,4057,3,849,2389 +"142121",39865,4226,3,849,1903 +"142122",39865,4618,3,849,2607 +"142123",39865,4690,3,849,1938 +"142124",39865,4791,3,849,1184 +"142125",39865,5078,3,849,2033 +"142126",39865,5235,3,849,2324 +"142127",39865,5457,3,849,2077 +"142128",39865,5462,3,849,2374 +"142129",39865,5504,3,849,2389 +"142130",39865,5716,3,849,1058 +"142131",39865,5971,2,849,1985 +"142132",39865,5986,3,849,1721 +"142133",39865,6047,3,849,2004 +"142134",39865,6222,3,849,1949 +"142135",39865,6390,3,849,2385 +"142136",39865,6417,3,849,1675 +"142137",39865,6491,3,849,2424 +"142138",39865,6588,2,849,2025 +"142139",39865,6718,3,849,2138 +"142140",39865,7226,3,849,1228 +"142141",39865,7241,3,849,2259 +"142142",39865,7555,3,849,1943 +"142143",39865,8192,3,849,1670 +"142144",39865,8376,3,849,1670 +"142145",39865,8529,3,849,1205 +"142146",39865,8866,3,849,1545 +"142147",39865,8888,3,849,1328 +"142148",39865,9362,3,849,2879 +"142149",39865,9805,3,849,1621 +"142150",39865,10488,3,849,1524 +"142151",39865,10513,3,849,2284 +"142152",39865,10523,3,849,1510 +"142153",39865,10646,3,849,1555 +"142154",39865,10779,3,849,2881 +"142155",39865,10875,3,849,1234 +"142156",39865,11218,3,849,2292 +"142157",39865,11229,3,849,1625 +"142158",39865,11966,3,849,2385 +"142159",39865,12042,3,849,2345 +"142160",39865,12096,2,849,1330 +"142161",39865,12374,1,849,2260 +"142162",39865,12602,3,849,1956 +"142163",39865,13307,3,849,2206 +"142164",39865,13869,3,849,1786 +"142165",39865,13929,3,849,2693 +"142166",39865,13945,3,849,1324 +"142167",39865,14834,3,849,2739 +"142168",39865,14855,3,849,903 +"142169",39865,14989,3,849,2223 +"142170",39865,15118,3,849,1311 +"142171",39865,15135,3,849,1035 +"142172",39865,16053,3,849,908 +"142173",39865,16164,3,849,1184 +"142174",39865,16352,2,849,2657 +"142175",39865,17400,3,849,2231 +"142176",39865,18361,3,849,2968 +"142177",39865,18394,3,849,2356 +"142178",39865,19027,3,849,2721 +"142179",39865,19096,3,849,1538 +"142180",39865,19719,3,849,2177 +"142181",39865,20067,3,849,2390 +"142182",39865,20124,3,849,2376 +"142183",39865,20311,3,849,1981 +"142184",39865,20407,3,849,2339 +"142185",39865,20824,3,849,1366 +"142186",39865,21104,2,849,2327 +"142187",39865,21122,3,849,1701 +"142188",39865,21571,3,849,2755 +"142189",39865,22006,3,849,1202 +"142190",39865,22197,3,849,2271 +"142191",39865,22566,3,849,2308 +"142192",39865,22964,3,849,1443 +"142193",39865,23492,3,849,1067 +"142194",39865,23526,3,849,1998 +"142195",39865,23534,3,849,1659 +"142196",39865,23715,3,849,1859 +"142197",39865,23725,3,849,2378 +"142198",39865,23726,3,849,2434 +"142199",39865,23825,3,849,1913 +"142200",39865,23869,3,849,1918 +"142201",39865,24005,2,849,1188 +"142202",39865,24558,3,849,2139 +"142203",39865,24559,3,849,946 +"142204",39865,24755,2,849,1319 +"142205",39865,25132,2,849,1188 +"142206",39865,25289,3,849,1790 +"142207",39865,25341,3,849,1858 +"142208",39865,26067,3,849,2069 +"142209",39865,26080,3,849,2525 +"142210",39865,26451,3,849,2133 +"142211",39865,26471,3,849,1061 +"142212",39865,26570,1,849,1669 +"142213",39865,26671,2,849,2279 +"142214",39865,26848,3,849,2363 +"142215",39865,26867,2,849,1804 +"142216",39865,27744,3,849,861 +"142217",39865,27792,3,849,1308 +"142218",39865,28002,3,849,914 +"142219",39865,28434,3,849,1141 +"142220",39865,29073,3,849,2328 +"142221",39865,29456,3,849,1182 +"142222",39865,29929,3,849,2789 +"142223",39865,30325,3,849,1067 +"142224",39865,30405,3,849,2164 +"142225",39865,32113,3,849,882 +"142226",39865,32131,3,849,1035 +"142227",39865,32173,3,849,2341 +"142228",39865,33622,1,849,2230 +"142229",39865,34136,2,849,2202 +"142230",39865,34158,3,849,2639 +"142231",39865,34735,3,849,2767 +"142232",39865,34836,2,849,2302 +"142233",39865,35673,3,849,1067 +"142234",39865,36439,3,849,2469 +"142235",39865,37893,3,849,875 +"142236",39865,38019,2,849,1870 +"142237",39865,39238,3,849,922 +"142238",39865,39444,2,849,2695 +"142239",39865,40028,2,849,1349 +"142240",39865,40072,1,849,1182 +"142241",39865,40646,3,849,1583 +"142242",39865,41174,3,849,850 +"142243",39865,41832,3,849,1155 +"142244",39865,43518,3,849,2680 +"142245",39865,43635,3,849,1196 +"142246",39865,43673,3,849,2787 +"142247",39865,44161,3,849,1156 +"142248",39865,44427,3,849,2875 +"142249",39865,44521,3,849,1593 +"142250",39865,46621,3,849,1343 +"142251",39865,46629,3,849,2255 +"142252",39865,46950,3,849,2673 +"142253",39865,47803,3,849,2477 +"142254",39865,47839,3,849,1864 +"142255",39865,48260,3,849,875 +"142256",39865,48698,2,849,1474 +"142257",39865,50118,3,849,2654 +"142258",39865,50134,3,849,2674 +"142259",39865,50236,2,849,2339 +"142260",39865,51022,3,849,1499 +"142261",39865,51157,3,849,2319 +"142262",39865,51925,3,849,2307 +"142263",39865,52136,3,849,1412 +"142264",39865,52345,2,849,1430 +"142265",39865,53266,3,849,2389 +"142266",39865,53303,2,849,1376 +"142267",39865,53322,3,849,1200 +"142268",39865,55556,3,849,2075 +"142269",39865,55691,3,849,2856 +"142270",39865,56082,3,849,2395 +"142271",39865,56237,3,849,2625 +"142272",39865,56854,3,849,2022 +"142273",39865,57353,3,849,1849 +"142274",39865,57950,3,849,1529 +"142275",39865,58035,3,849,1646 +"142276",39865,58133,3,849,1484 +"142277",39865,59700,3,849,2346 +"142278",39865,59939,1,849,936 +"142279",39865,62148,3,849,1566 +"142280",39865,64031,3,849,1295 +"142281",39865,64786,3,849,870 +"142282",39865,64997,3,849,2791 +"142283",39865,65007,3,849,2530 +"142284",39865,65625,3,849,1273 +"142285",39865,69712,3,849,1219 +"142286",39865,70046,3,849,2624 +"142287",39865,71478,3,849,1721 +"142288",39865,72188,3,849,856 +"142289",39865,72326,3,849,2384 +"142290",39865,72468,3,849,2292 +"142291",39865,72597,3,849,1843 +"142292",39865,73786,3,849,2937 +"142293",39865,74636,3,849,2525 +"142294",39865,75403,3,849,1895 +"142295",39865,75948,3,849,1006 +"142296",39865,76127,3,849,910 +"142297",39865,76192,3,849,912 +"142298",39865,76999,3,849,908 +"142299",39865,79657,2,849,1260 +"142300",39865,79804,3,849,2227 +"142301",39865,80825,3,849,2315 +"142302",39865,82767,3,849,1641 +"142303",39865,85685,3,849,998 +"142304",39865,87048,3,849,989 +"142305",39865,88232,3,849,2881 +"142306",39865,92104,3,849,2339 +"142307",39865,94101,3,849,997 +"142308",39865,108379,3,849,2933 +"142309",39865,108867,2,849,2328 +"142310",39865,109718,3,849,1237 +"142311",39875,4932,3,2422,2752 +"142312",39875,14586,2,2422,2801 +"142313",39875,28893,2,2422,2764 +"142314",39875,32339,3,2422,2430 +"142315",39875,59039,3,2422,2870 +"142316",39875,77077,3,2422,2693 +"142317",39880,14,2,1620,1793 +"142318",39880,360,2,1620,1671 +"142319",39880,915,3,1620,1793 +"142320",39880,1324,3,1620,2147 +"142321",39880,5622,3,1620,2175 +"142322",39880,9828,3,1620,2085 +"142323",39880,10857,3,1620,2253 +"142324",39880,16863,3,1620,2069 +"142325",39880,18874,3,1620,2170 +"142326",39880,22260,2,1620,2137 +"142327",39880,23725,3,1620,2378 +"142328",39880,24066,3,1620,1755 +"142329",39880,26366,2,1620,1688 +"142330",39880,28190,3,1620,1634 +"142331",39880,28285,3,1620,2972 +"142332",39880,30827,3,1620,2323 +"142333",39880,32064,3,1620,1739 +"142334",39880,34735,3,1620,2767 +"142335",39880,34815,3,1620,2354 +"142336",39880,37915,3,1620,1905 +"142337",39880,43385,3,1620,1623 +"142338",39880,46883,3,1620,1671 +"142339",39880,54551,3,1620,2348 +"142340",39880,62538,3,1620,1656 +"142341",39880,73107,3,1620,1918 +"142342",39880,75028,2,1620,1660 +"142343",39893,3271,3,1601,2216 +"142344",39893,3272,3,1601,2132 +"142345",39893,3559,3,1601,2413 +"142346",39893,6040,3,1601,2103 +"142347",39893,8993,3,1601,2099 +"142348",39893,9272,3,1601,2835 +"142349",39893,12598,2,1601,2086 +"142350",39893,14442,3,1601,2700 +"142351",39893,15023,3,1601,2054 +"142352",39893,19075,3,1601,2214 +"142353",39893,20547,3,1601,2145 +"142354",39893,20739,2,1601,2025 +"142355",39893,25518,3,1601,1955 +"142356",39893,31357,2,1601,2389 +"142357",39893,43226,3,1601,2442 +"142358",39893,48110,3,1601,2009 +"142359",39893,51843,3,1601,2389 +"142360",39893,52953,3,1601,1741 +"142361",39893,54385,2,1601,2340 +"142362",39893,58508,3,1601,2326 +"142363",39893,59344,2,1601,2252 +"142364",39893,63104,3,1601,2149 +"142365",39893,69335,3,1601,2698 +"142366",39893,80301,3,1601,1690 +"142367",39893,80615,3,1601,2252 +"142368",39893,84808,3,1601,1974 +"142369",39893,110871,3,1601,2879 +"142370",39906,2936,3,2365,2512 +"142371",39906,9272,2,2365,2835 +"142372",39906,16352,3,2365,2657 +"142373",39906,18202,3,2365,2475 +"142374",39906,19364,2,2365,2846 +"142375",39906,19622,3,2365,2371 +"142376",39906,20700,3,2365,2861 +"142377",39906,22709,3,2365,2743 +"142378",39906,23725,3,2365,2378 +"142379",39906,34735,3,2365,2767 +"142380",39906,35797,3,2365,2482 +"142381",39906,43226,3,2365,2442 +"142382",39906,56082,3,2365,2395 +"142383",39906,60879,3,2365,2792 +"142384",39906,69335,3,2365,2698 +"142385",39906,73553,3,2365,2726 +"142386",39906,77077,1,2365,2693 +"142387",39906,92297,3,2365,2952 +"142388",39906,99940,2,2365,2884 +"142389",39911,3272,3,1445,2132 +"142390",39911,7648,3,1445,1861 +"142391",39911,9273,3,1445,1747 +"142392",39911,10435,3,1445,1984 +"142393",39911,16184,3,1445,2274 +"142394",39911,17768,3,1445,2468 +"142395",39911,22905,3,1445,2599 +"142396",39911,24867,3,1445,1861 +"142397",39911,25053,3,1445,2186 +"142398",39911,25886,3,1445,1580 +"142399",39911,31281,3,1445,1937 +"142400",39911,84317,3,1445,2081 +"142401",39982,701,2,1529,2718 +"142402",39982,1639,3,1529,2631 +"142403",39982,2709,3,1529,1673 +"142404",39982,2716,2,1529,1748 +"142405",39982,3306,2,1529,1989 +"142406",39982,6363,3,1529,2066 +"142407",39982,7627,2,1529,1543 +"142408",39982,13801,3,1529,2041 +"142409",39982,14669,3,1529,2080 +"142410",39982,15003,2,1529,2067 +"142411",39982,15756,3,1529,2362 +"142412",39982,16111,3,1529,1714 +"142413",39982,19643,3,1529,2452 +"142414",39982,20423,3,1529,2654 +"142415",39982,25569,3,1529,2317 +"142416",39982,27173,2,1529,2050 +"142417",39982,32064,3,1529,1739 +"142418",39982,32457,3,1529,2690 +"142419",39982,32964,3,1529,2252 +"142420",39982,33949,3,1529,2489 +"142421",39982,34426,3,1529,2743 +"142422",39982,37285,3,1529,2428 +"142423",39982,37358,3,1529,2128 +"142424",39982,41402,3,1529,2313 +"142425",39982,42522,3,1529,2592 +"142426",39982,44819,3,1529,2063 +"142427",39982,48605,3,1529,2796 +"142428",39982,52969,2,1529,2302 +"142429",39982,59539,2,1529,2429 +"142430",39987,6603,3,2096,2185 +"142431",39987,9787,3,2096,2858 +"142432",39999,237,3,1593,1982 +"142433",39999,680,3,1593,2569 +"142434",39999,2407,3,1593,1725 +"142435",39999,4526,3,1593,1728 +"142436",39999,4660,3,1593,2149 +"142437",39999,5614,3,1593,2122 +"142438",39999,7942,3,1593,2623 +"142439",39999,8610,3,1593,2240 +"142440",39999,11990,2,1593,1909 +"142441",39999,12948,3,1593,2669 +"142442",39999,16866,3,1593,2718 +"142443",39999,17033,3,1593,2771 +"142444",39999,18865,3,1593,2676 +"142445",39999,19386,3,1593,1714 +"142446",39999,27882,3,1593,1897 +"142447",39999,36487,2,1593,2622 +"142448",39999,43204,2,1593,1680 +"142449",39999,53726,3,1593,1729 +"142450",39999,63395,3,1593,2334 +"142451",39999,111855,3,1593,1909 +"142452",40003,360,3,936,1671 +"142453",40003,2452,3,936,1715 +"142454",40003,13068,3,936,1778 +"142455",40003,16502,3,936,1616 +"142456",40003,17943,3,936,1943 +"142457",40003,19208,3,936,2629 +"142458",40003,19934,3,936,2888 +"142459",40003,29454,3,936,2719 +"142460",40003,29495,3,936,1612 +"142461",40003,30865,3,936,2038 +"142462",40003,31540,3,936,1675 +"142463",40003,33949,3,936,2489 +"142464",40003,38087,3,936,1083 +"142465",40003,38373,3,936,1928 +"142466",40003,41664,3,936,2641 +"142467",40003,42522,3,936,2592 +"142468",40003,52969,2,936,2302 +"142469",40003,59039,3,936,2870 +"142470",40003,68229,3,936,2219 +"142471",40003,77497,3,936,2359 +"142472",40003,81716,3,936,1199 +"142473",40009,2694,1,1341,2062 +"142474",40009,3849,3,1341,1356 +"142475",40009,4705,3,1341,1714 +"142476",40009,7258,3,1341,1714 +"142477",40009,36637,3,1341,2085 +"142478",40009,52443,3,1341,1453 +"142479",40009,94404,3,1341,1836 +"142480",40022,2224,3,2307,2751 +"142481",40022,5120,3,2307,2735 +"142482",40022,5315,3,2307,2631 +"142483",40022,5504,3,2307,2389 +"142484",40022,50785,3,2307,2877 +"142485",40022,55828,3,2307,2393 +"142486",40022,57842,3,2307,2482 +"142487",40028,212,3,1349,1513 +"142488",40028,270,1,1349,2542 +"142489",40028,312,3,1349,2038 +"142490",40028,380,3,1349,2261 +"142491",40028,675,3,1349,1686 +"142492",40028,1102,3,1349,2282 +"142493",40028,1124,2,1349,1596 +"142494",40028,1136,3,1349,2536 +"142495",40028,1875,3,1349,1786 +"142496",40028,2111,1,1349,1904 +"142497",40028,2195,3,1349,2139 +"142498",40028,2424,2,1349,2582 +"142499",40028,2533,3,1349,2016 +"142500",40028,2684,3,1349,2874 +"142501",40028,3305,3,1349,2839 +"142502",40028,3306,3,1349,1989 +"142503",40028,3477,3,1349,2546 +"142504",40028,3493,3,1349,2451 +"142505",40028,3978,3,1349,2775 +"142506",40028,4303,3,1349,2414 +"142507",40028,4360,2,1349,1770 +"142508",40028,4953,3,1349,2285 +"142509",40028,4983,3,1349,1909 +"142510",40028,5072,3,1349,2175 +"142511",40028,5235,2,1349,2324 +"142512",40028,5258,3,1349,2730 +"142513",40028,5405,3,1349,1510 +"142514",40028,5622,3,1349,2175 +"142515",40028,5971,1,1349,1985 +"142516",40028,5984,3,1349,1675 +"142517",40028,5986,3,1349,1721 +"142518",40028,6047,3,1349,2004 +"142519",40028,6052,3,1349,1985 +"142520",40028,6063,3,1349,2349 +"142521",40028,6222,2,1349,1949 +"142522",40028,6363,3,1349,2066 +"142523",40028,6417,3,1349,1675 +"142524",40028,6588,1,1349,2025 +"142525",40028,6718,3,1349,2138 +"142526",40028,6871,3,1349,1882 +"142527",40028,6914,3,1349,2668 +"142528",40028,6989,3,1349,2623 +"142529",40028,7180,3,1349,2227 +"142530",40028,7196,3,1349,1508 +"142531",40028,7234,3,1349,2654 +"142532",40028,7555,3,1349,1943 +"142533",40028,7616,3,1349,2296 +"142534",40028,7627,3,1349,1543 +"142535",40028,7858,3,1349,1795 +"142536",40028,8866,3,1349,1545 +"142537",40028,9432,3,1349,1693 +"142538",40028,9620,3,1349,2339 +"142539",40028,9624,2,1349,2398 +"142540",40028,9654,3,1349,2111 +"142541",40028,9695,3,1349,2143 +"142542",40028,9703,3,1349,1845 +"142543",40028,9723,3,1349,2302 +"142544",40028,9928,3,1349,2345 +"142545",40028,10488,2,1349,1524 +"142546",40028,10523,1,1349,1510 +"142547",40028,10857,2,1349,2253 +"142548",40028,10914,3,1349,1660 +"142549",40028,10939,2,1349,1376 +"142550",40028,11006,3,1349,1950 +"142551",40028,11055,3,1349,2111 +"142552",40028,11218,2,1349,2292 +"142553",40028,11229,1,1349,1625 +"142554",40028,11351,3,1349,2971 +"142555",40028,11419,3,1349,1408 +"142556",40028,11440,3,1349,2026 +"142557",40028,11477,3,1349,2724 +"142558",40028,11620,3,1349,2010 +"142559",40028,11966,3,1349,2385 +"142560",40028,12042,3,1349,2345 +"142561",40028,12374,2,1349,2260 +"142562",40028,12375,3,1349,1873 +"142563",40028,12713,3,1349,2440 +"142564",40028,12728,3,1349,2374 +"142565",40028,13248,3,1349,1385 +"142566",40028,13307,2,1349,2206 +"142567",40028,13720,3,1349,1558 +"142568",40028,14032,3,1349,2144 +"142569",40028,14252,3,1349,2244 +"142570",40028,14325,3,1349,1976 +"142571",40028,14564,3,1349,1581 +"142572",40028,14586,3,1349,2801 +"142573",40028,14959,3,1349,2898 +"142574",40028,14989,2,1349,2223 +"142575",40028,15003,3,1349,2067 +"142576",40028,15444,3,1349,2764 +"142577",40028,15700,2,1349,1712 +"142578",40028,15799,3,1349,1917 +"142579",40028,15813,3,1349,2143 +"142580",40028,16352,2,1349,2657 +"142581",40028,16539,3,1349,1947 +"142582",40028,16835,3,1349,1739 +"142583",40028,17365,3,1349,2746 +"142584",40028,17400,2,1349,2231 +"142585",40028,17931,3,1349,1617 +"142586",40028,18005,2,1349,2449 +"142587",40028,18217,3,1349,1566 +"142588",40028,18348,3,1349,1711 +"142589",40028,18361,2,1349,2968 +"142590",40028,18394,2,1349,2356 +"142591",40028,18543,3,1349,2968 +"142592",40028,19248,3,1349,2357 +"142593",40028,19622,2,1349,2371 +"142594",40028,19719,3,1349,2177 +"142595",40028,19862,3,1349,2412 +"142596",40028,20124,3,1349,2376 +"142597",40028,20311,2,1349,1981 +"142598",40028,20984,3,1349,2502 +"142599",40028,21012,2,1349,2325 +"142600",40028,21104,3,1349,2327 +"142601",40028,21197,3,1349,1437 +"142602",40028,21248,3,1349,2232 +"142603",40028,21285,3,1349,2100 +"142604",40028,21571,3,1349,2755 +"142605",40028,21693,2,1349,2176 +"142606",40028,22197,2,1349,2271 +"142607",40028,22326,3,1349,2818 +"142608",40028,22362,3,1349,1836 +"142609",40028,22566,3,1349,2308 +"142610",40028,23011,3,1349,2763 +"142611",40028,23509,2,1349,2275 +"142612",40028,23526,2,1349,1998 +"142613",40028,23715,2,1349,1859 +"142614",40028,23725,2,1349,2378 +"142615",40028,23729,3,1349,1624 +"142616",40028,24066,3,1349,1755 +"142617",40028,24096,3,1349,2612 +"142618",40028,25305,3,1349,2447 +"142619",40028,25643,3,1349,1646 +"142620",40028,25985,3,1349,2071 +"142621",40028,26067,3,1349,2069 +"142622",40028,26080,3,1349,2525 +"142623",40028,26570,3,1349,1669 +"142624",40028,26671,3,1349,2279 +"142625",40028,26818,3,1349,1999 +"142626",40028,26848,1,1349,2363 +"142627",40028,26867,2,1349,1804 +"142628",40028,27377,3,1349,1724 +"142629",40028,27694,3,1349,2030 +"142630",40028,28179,3,1349,2689 +"142631",40028,28190,3,1349,1634 +"142632",40028,29073,3,1349,2328 +"142633",40028,29093,3,1349,1933 +"142634",40028,29473,3,1349,2602 +"142635",40028,29929,3,1349,2789 +"142636",40028,29982,3,1349,1372 +"142637",40028,30052,3,1349,2855 +"142638",40028,30165,3,1349,1409 +"142639",40028,30173,3,1349,2404 +"142640",40028,30334,3,1349,2075 +"142641",40028,30405,2,1349,2164 +"142642",40028,31093,3,1349,2160 +"142643",40028,31307,3,1349,2139 +"142644",40028,31317,3,1349,1362 +"142645",40028,31436,3,1349,2892 +"142646",40028,31691,3,1349,1657 +"142647",40028,32173,3,1349,2341 +"142648",40028,32694,3,1349,1602 +"142649",40028,32965,3,1349,2071 +"142650",40028,33223,3,1349,2397 +"142651",40028,33622,3,1349,2230 +"142652",40028,33801,3,1349,2899 +"142653",40028,34094,3,1349,1360 +"142654",40028,34136,3,1349,2202 +"142655",40028,34480,3,1349,2755 +"142656",40028,34735,3,1349,2767 +"142657",40028,34836,3,1349,2302 +"142658",40028,35402,3,1349,2339 +"142659",40028,35481,3,1349,2211 +"142660",40028,35815,3,1349,2789 +"142661",40028,36609,3,1349,2918 +"142662",40028,36912,3,1349,2469 +"142663",40028,37424,3,1349,1693 +"142664",40028,37636,3,1349,2178 +"142665",40028,38019,3,1349,1870 +"142666",40028,38307,3,1349,2648 +"142667",40028,38676,3,1349,2286 +"142668",40028,38921,3,1349,1880 +"142669",40028,39294,3,1349,1889 +"142670",40028,39444,3,1349,2695 +"142671",40028,40369,3,1349,2735 +"142672",40028,40392,3,1349,1878 +"142673",40028,40493,3,1349,1981 +"142674",40028,40542,3,1349,1664 +"142675",40028,40572,3,1349,2666 +"142676",40028,40931,3,1349,2301 +"142677",40028,41945,3,1349,2856 +"142678",40028,42687,2,1349,1952 +"142679",40028,43213,2,1349,2160 +"142680",40028,43335,3,1349,1412 +"142681",40028,43385,3,1349,1623 +"142682",40028,43455,2,1349,2846 +"142683",40028,43518,3,1349,2680 +"142684",40028,43673,3,1349,2787 +"142685",40028,44235,3,1349,2700 +"142686",40028,44521,1,1349,1593 +"142687",40028,44641,3,1349,1981 +"142688",40028,45618,3,1349,2356 +"142689",40028,45650,3,1349,1528 +"142690",40028,45684,2,1349,2200 +"142691",40028,45729,2,1349,2606 +"142692",40028,46182,3,1349,1613 +"142693",40028,46196,3,1349,1510 +"142694",40028,46261,3,1349,2350 +"142695",40028,46486,3,1349,1868 +"142696",40028,46629,1,1349,2255 +"142697",40028,48035,3,1349,2180 +"142698",40028,48215,3,1349,2028 +"142699",40028,48698,3,1349,1474 +"142700",40028,49185,3,1349,1544 +"142701",40028,50118,3,1349,2654 +"142702",40028,50134,3,1349,2674 +"142703",40028,50236,1,1349,2339 +"142704",40028,50585,3,1349,2414 +"142705",40028,51022,3,1349,1499 +"142706",40028,51041,3,1349,2606 +"142707",40028,51783,3,1349,2599 +"142708",40028,51866,3,1349,2411 +"142709",40028,52136,2,1349,1412 +"142710",40028,52345,3,1349,1430 +"142711",40028,52576,3,1349,2234 +"142712",40028,52815,3,1349,2323 +"142713",40028,53134,3,1349,1590 +"142714",40028,53303,2,1349,1376 +"142715",40028,53739,3,1349,2704 +"142716",40028,54551,2,1349,2348 +"142717",40028,54775,3,1349,2383 +"142718",40028,54929,3,1349,2783 +"142719",40028,55076,3,1349,2408 +"142720",40028,55468,3,1349,2511 +"142721",40028,55482,3,1349,1866 +"142722",40028,56082,1,1349,2395 +"142723",40028,56237,1,1349,2625 +"142724",40028,56317,3,1349,2030 +"142725",40028,56604,3,1349,1919 +"142726",40028,56903,3,1349,1584 +"142727",40028,57246,2,1349,1873 +"142728",40028,58508,3,1349,2326 +"142729",40028,61982,2,1349,2725 +"142730",40028,62148,3,1349,1566 +"142731",40028,62841,3,1349,2710 +"142732",40028,64947,2,1349,2489 +"142733",40028,64997,3,1349,2791 +"142734",40028,65242,2,1349,1988 +"142735",40028,67726,3,1349,2873 +"142736",40028,68215,3,1349,2727 +"142737",40028,71217,3,1349,2169 +"142738",40028,71531,3,1349,2887 +"142739",40028,72207,2,1349,2430 +"142740",40028,72326,2,1349,2384 +"142741",40028,73266,3,1349,2496 +"142742",40028,75403,2,1349,1895 +"142743",40028,76892,3,1349,2381 +"142744",40028,79013,3,1349,1441 +"142745",40028,79804,2,1349,2227 +"142746",40028,80014,3,1349,1562 +"142747",40028,82730,3,1349,1492 +"142748",40028,82747,3,1349,1496 +"142749",40028,82949,3,1349,2077 +"142750",40028,83396,3,1349,2396 +"142751",40028,84500,3,1349,1583 +"142752",40028,85356,3,1349,1492 +"142753",40028,86245,3,1349,1972 +"142754",40028,89586,3,1349,1401 +"142755",40028,92104,2,1349,2339 +"142756",40028,105685,3,1349,2469 +"142757",40028,108867,3,1349,2328 +"142758",40028,117956,3,1349,2774 +"142759",40035,9787,3,2742,2858 +"142760",40035,19934,2,2742,2888 +"142761",40035,36953,3,2742,2790 +"142762",40035,57765,3,2742,2893 +"142763",40049,7627,3,1226,1543 +"142764",40049,12818,3,1226,2015 +"142765",40049,20070,3,1226,1914 +"142766",40049,20271,1,1226,2044 +"142767",40049,24405,3,1226,1443 +"142768",40049,33433,3,1226,2805 +"142769",40049,48215,3,1226,2028 +"142770",40049,55256,3,1226,2379 +"142771",40049,72033,2,1226,1740 +"142772",40072,270,2,1182,2542 +"142773",40072,380,3,1182,2261 +"142774",40072,457,3,1182,1704 +"142775",40072,671,3,1182,2328 +"142776",40072,1102,3,1182,2282 +"142777",40072,1124,2,1182,1596 +"142778",40072,1154,3,1182,1656 +"142779",40072,1275,3,1182,2068 +"142780",40072,1691,3,1182,1941 +"142781",40072,1777,3,1182,1965 +"142782",40072,1875,3,1182,1786 +"142783",40072,2111,2,1182,1904 +"142784",40072,2224,3,1182,2751 +"142785",40072,2424,3,1182,2582 +"142786",40072,2743,3,1182,1278 +"142787",40072,3167,3,1182,1676 +"142788",40072,3305,3,1182,2839 +"142789",40072,4057,3,1182,2389 +"142790",40072,4226,3,1182,1903 +"142791",40072,4253,3,1182,1890 +"142792",40072,4360,3,1182,1770 +"142793",40072,4690,3,1182,1938 +"142794",40072,4791,3,1182,1184 +"142795",40072,4953,3,1182,2285 +"142796",40072,5078,3,1182,2033 +"142797",40072,5235,2,1182,2324 +"142798",40072,5457,3,1182,2077 +"142799",40072,5462,3,1182,2374 +"142800",40072,5504,3,1182,2389 +"142801",40072,5622,3,1182,2175 +"142802",40072,5971,1,1182,1985 +"142803",40072,5984,3,1182,1675 +"142804",40072,5986,2,1182,1721 +"142805",40072,6047,3,1182,2004 +"142806",40072,6222,3,1182,1949 +"142807",40072,6363,3,1182,2066 +"142808",40072,6417,2,1182,1675 +"142809",40072,6491,3,1182,2424 +"142810",40072,6588,2,1182,2025 +"142811",40072,6718,3,1182,2138 +"142812",40072,7226,3,1182,1228 +"142813",40072,7241,3,1182,2259 +"142814",40072,7555,3,1182,1943 +"142815",40072,8192,3,1182,1670 +"142816",40072,8376,3,1182,1670 +"142817",40072,8529,3,1182,1205 +"142818",40072,8866,3,1182,1545 +"142819",40072,8888,3,1182,1328 +"142820",40072,9362,3,1182,2879 +"142821",40072,9624,3,1182,2398 +"142822",40072,9695,3,1182,2143 +"142823",40072,9723,3,1182,2302 +"142824",40072,9805,3,1182,1621 +"142825",40072,9928,3,1182,2345 +"142826",40072,10358,3,1182,2294 +"142827",40072,10488,2,1182,1524 +"142828",40072,10513,3,1182,2284 +"142829",40072,10523,2,1182,1510 +"142830",40072,10646,3,1182,1555 +"142831",40072,10717,3,1182,1938 +"142832",40072,10857,3,1182,2253 +"142833",40072,10939,3,1182,1376 +"142834",40072,11218,2,1182,2292 +"142835",40072,11229,2,1182,1625 +"142836",40072,11966,3,1182,2385 +"142837",40072,12042,2,1182,2345 +"142838",40072,12096,3,1182,1330 +"142839",40072,12374,1,1182,2260 +"142840",40072,12602,3,1182,1956 +"142841",40072,12728,3,1182,2374 +"142842",40072,13248,3,1182,1385 +"142843",40072,13307,3,1182,2206 +"142844",40072,13929,3,1182,2693 +"142845",40072,14032,3,1182,2144 +"142846",40072,14834,3,1182,2739 +"142847",40072,14989,2,1182,2223 +"142848",40072,15118,3,1182,1311 +"142849",40072,15301,3,1182,2308 +"142850",40072,15700,3,1182,1712 +"142851",40072,16352,1,1182,2657 +"142852",40072,17400,3,1182,2231 +"142853",40072,18005,3,1182,2449 +"142854",40072,18152,3,1182,1314 +"142855",40072,18348,3,1182,1711 +"142856",40072,18361,2,1182,2968 +"142857",40072,18394,2,1182,2356 +"142858",40072,19096,3,1182,1538 +"142859",40072,19622,3,1182,2371 +"142860",40072,19719,3,1182,2177 +"142861",40072,19862,3,1182,2412 +"142862",40072,19893,3,1182,1223 +"142863",40072,20124,3,1182,2376 +"142864",40072,20311,3,1182,1981 +"142865",40072,20824,3,1182,1366 +"142866",40072,21012,3,1182,2325 +"142867",40072,21104,2,1182,2327 +"142868",40072,21122,3,1182,1701 +"142869",40072,21571,3,1182,2755 +"142870",40072,21693,3,1182,2176 +"142871",40072,22006,3,1182,1202 +"142872",40072,22197,2,1182,2271 +"142873",40072,22362,3,1182,1836 +"142874",40072,22566,3,1182,2308 +"142875",40072,23159,3,1182,1548 +"142876",40072,23310,3,1182,2371 +"142877",40072,23509,3,1182,2275 +"142878",40072,23526,3,1182,1998 +"142879",40072,23534,3,1182,1659 +"142880",40072,23715,3,1182,1859 +"142881",40072,23725,3,1182,2378 +"142882",40072,23825,3,1182,1913 +"142883",40072,24005,2,1182,1188 +"142884",40072,24066,3,1182,1755 +"142885",40072,24558,3,1182,2139 +"142886",40072,24755,3,1182,1319 +"142887",40072,24923,3,1182,2785 +"142888",40072,25132,2,1182,1188 +"142889",40072,25985,3,1182,2071 +"142890",40072,26067,3,1182,2069 +"142891",40072,26080,2,1182,2525 +"142892",40072,26366,3,1182,1688 +"142893",40072,26451,3,1182,2133 +"142894",40072,26570,2,1182,1669 +"142895",40072,26671,2,1182,2279 +"142896",40072,26818,3,1182,1999 +"142897",40072,26848,2,1182,2363 +"142898",40072,26867,2,1182,1804 +"142899",40072,27377,3,1182,1724 +"142900",40072,27792,3,1182,1308 +"142901",40072,28190,3,1182,1634 +"142902",40072,28296,3,1182,2944 +"142903",40072,28383,3,1182,1222 +"142904",40072,29073,3,1182,2328 +"142905",40072,29093,3,1182,1933 +"142906",40072,29929,3,1182,2789 +"142907",40072,29930,3,1182,2240 +"142908",40072,30405,2,1182,2164 +"142909",40072,32173,3,1182,2341 +"142910",40072,32567,3,1182,2784 +"142911",40072,32694,3,1182,1602 +"142912",40072,32965,3,1182,2071 +"142913",40072,33622,2,1182,2230 +"142914",40072,34136,2,1182,2202 +"142915",40072,34735,2,1182,2767 +"142916",40072,34836,2,1182,2302 +"142917",40072,38019,2,1182,1870 +"142918",40072,39294,3,1182,1889 +"142919",40072,39444,2,1182,2695 +"142920",40072,40028,1,1182,1349 +"142921",40072,40493,3,1182,1981 +"142922",40072,40646,3,1182,1583 +"142923",40072,41972,3,1182,2509 +"142924",40072,42619,3,1182,2017 +"142925",40072,42687,3,1182,1952 +"142926",40072,43213,3,1182,2160 +"142927",40072,43455,3,1182,2846 +"142928",40072,43518,3,1182,2680 +"142929",40072,43673,3,1182,2787 +"142930",40072,44521,2,1182,1593 +"142931",40072,45684,3,1182,2200 +"142932",40072,45729,3,1182,2606 +"142933",40072,46196,3,1182,1510 +"142934",40072,46629,2,1182,2255 +"142935",40072,46950,3,1182,2673 +"142936",40072,47803,3,1182,2477 +"142937",40072,47839,3,1182,1864 +"142938",40072,48698,2,1182,1474 +"142939",40072,49110,3,1182,2938 +"142940",40072,49185,3,1182,1544 +"142941",40072,50118,3,1182,2654 +"142942",40072,50134,3,1182,2674 +"142943",40072,50236,1,1182,2339 +"142944",40072,52136,3,1182,1412 +"142945",40072,52345,2,1182,1430 +"142946",40072,53134,3,1182,1590 +"142947",40072,53266,3,1182,2389 +"142948",40072,53303,2,1182,1376 +"142949",40072,53322,3,1182,1200 +"142950",40072,54551,3,1182,2348 +"142951",40072,54929,3,1182,2783 +"142952",40072,55556,3,1182,2075 +"142953",40072,55691,3,1182,2856 +"142954",40072,56082,2,1182,2395 +"142955",40072,56237,2,1182,2625 +"142956",40072,56604,3,1182,1919 +"142957",40072,56854,3,1182,2022 +"142958",40072,57246,3,1182,1873 +"142959",40072,57353,3,1182,1849 +"142960",40072,57714,3,1182,1391 +"142961",40072,57950,3,1182,1529 +"142962",40072,58133,3,1182,1484 +"142963",40072,59700,3,1182,2346 +"142964",40072,61982,3,1182,2725 +"142965",40072,64947,3,1182,2489 +"142966",40072,65007,3,1182,2530 +"142967",40072,65242,3,1182,1988 +"142968",40072,69712,3,1182,1219 +"142969",40072,71217,3,1182,2169 +"142970",40072,71478,3,1182,1721 +"142971",40072,72207,3,1182,2430 +"142972",40072,72326,2,1182,2384 +"142973",40072,72468,3,1182,2292 +"142974",40072,72597,3,1182,1843 +"142975",40072,75403,3,1182,1895 +"142976",40072,79657,3,1182,1260 +"142977",40072,79804,3,1182,2227 +"142978",40072,80014,3,1182,1562 +"142979",40072,80825,3,1182,2315 +"142980",40072,82776,3,1182,1232 +"142981",40072,90911,3,1182,1263 +"142982",40072,92104,2,1182,2339 +"142983",40072,92973,3,1182,1276 +"142984",40072,108379,3,1182,2933 +"142985",40072,108867,2,1182,2328 +"142986",40072,109718,3,1182,1237 +"142987",40100,1427,3,33,324 +"142988",40100,1428,3,33,742 +"142989",40100,4957,3,33,644 +"142990",40100,11419,3,33,1408 +"142991",40100,13388,3,33,2119 +"142992",40100,15990,3,33,593 +"142993",40100,16053,3,33,908 +"142994",40100,17812,1,33,2705 +"142995",40100,20732,3,33,2401 +"142996",40100,23726,3,33,2434 +"142997",40100,23869,3,33,1918 +"142998",40100,31279,3,33,965 +"142999",40100,35529,3,33,1620 +"143000",40100,37934,3,33,1595 +"143001",40100,46803,3,33,2305 +"143002",40100,50382,2,33,2244 +"143003",40100,56490,3,33,227 +"143004",40100,59646,3,33,456 +"143005",40100,70433,3,33,2639 +"143006",40100,74730,3,33,535 +"143007",40100,85794,3,33,679 +"143008",40100,87720,3,33,2086 +"143009",40100,100140,3,33,1041 +"143010",40100,100670,3,33,525 +"143011",40100,117679,3,33,535 +"143012",40113,212,3,451,1513 +"143013",40113,270,3,451,2542 +"143014",40113,359,3,451,635 +"143015",40113,457,3,451,1704 +"143016",40113,600,3,451,1702 +"143017",40113,1036,3,451,1367 +"143018",40113,1044,3,451,880 +"143019",40113,1050,3,451,1185 +"143020",40113,1102,3,451,2282 +"143021",40113,1367,2,451,2176 +"143022",40113,1677,3,451,2645 +"143023",40113,1685,3,451,2230 +"143024",40113,2077,3,451,610 +"143025",40113,2224,3,451,2751 +"143026",40113,2424,2,451,2582 +"143027",40113,2533,3,451,2016 +"143028",40113,2563,3,451,1686 +"143029",40113,2572,3,451,2273 +"143030",40113,2747,2,451,2411 +"143031",40113,2847,3,451,494 +"143032",40113,2865,3,451,2006 +"143033",40113,3068,3,451,1815 +"143034",40113,3171,3,451,700 +"143035",40113,3305,3,451,2839 +"143036",40113,3460,3,451,2530 +"143037",40113,3801,3,451,1974 +"143038",40113,3863,2,451,856 +"143039",40113,3896,3,451,2693 +"143040",40113,4191,3,451,2130 +"143041",40113,4612,3,451,2804 +"143042",40113,4660,3,451,2149 +"143043",40113,4821,3,451,1938 +"143044",40113,5120,3,451,2735 +"143045",40113,5346,1,451,1438 +"143046",40113,5350,3,451,2522 +"143047",40113,5414,3,451,2321 +"143048",40113,5429,3,451,1991 +"143049",40113,5438,3,451,1499 +"143050",40113,5580,2,451,2111 +"143051",40113,5673,3,451,1567 +"143052",40113,5897,3,451,2337 +"143053",40113,5986,3,451,1721 +"143054",40113,6047,2,451,2004 +"143055",40113,6052,3,451,1985 +"143056",40113,6074,3,451,2426 +"143057",40113,6234,3,451,2654 +"143058",40113,6248,3,451,2737 +"143059",40113,6449,3,451,1997 +"143060",40113,6602,3,451,1631 +"143061",40113,7245,2,451,2089 +"143062",40113,7506,3,451,2371 +"143063",40113,7785,3,451,2441 +"143064",40113,8073,3,451,1847 +"143065",40113,8192,3,451,1670 +"143066",40113,8354,3,451,1705 +"143067",40113,8533,3,451,2251 +"143068",40113,8537,3,451,472 +"143069",40113,8984,3,451,1162 +"143070",40113,9175,3,451,2639 +"143071",40113,9202,3,451,2477 +"143072",40113,9423,3,451,1708 +"143073",40113,9511,3,451,1232 +"143074",40113,9654,1,451,2111 +"143075",40113,9787,3,451,2858 +"143076",40113,10343,3,451,1072 +"143077",40113,10474,3,451,1608 +"143078",40113,10727,3,451,2082 +"143079",40113,10739,3,451,1807 +"143080",40113,10744,3,451,955 +"143081",40113,10851,3,451,2423 +"143082",40113,10875,3,451,1234 +"143083",40113,10964,3,451,2043 +"143084",40113,11019,3,451,1299 +"143085",40113,11055,3,451,2111 +"143086",40113,11067,3,451,2734 +"143087",40113,11154,3,451,1594 +"143088",40113,11984,3,451,2308 +"143089",40113,12000,3,451,1454 +"143090",40113,12031,3,451,1957 +"143091",40113,12096,3,451,1330 +"143092",40113,12272,3,451,2371 +"143093",40113,12524,3,451,1287 +"143094",40113,12724,2,451,1930 +"143095",40113,12767,3,451,2329 +"143096",40113,12781,3,451,831 +"143097",40113,13034,3,451,698 +"143098",40113,13200,3,451,2488 +"143099",40113,13324,3,451,2163 +"143100",40113,13671,2,451,1371 +"143101",40113,13861,3,451,1197 +"143102",40113,13985,3,451,2484 +"143103",40113,14032,3,451,2144 +"143104",40113,14072,3,451,1346 +"143105",40113,14422,3,451,1548 +"143106",40113,14532,3,451,1193 +"143107",40113,14586,3,451,2801 +"143108",40113,14676,3,451,2764 +"143109",40113,14707,2,451,672 +"143110",40113,14731,3,451,2012 +"143111",40113,14754,3,451,2456 +"143112",40113,14855,3,451,903 +"143113",40113,14972,3,451,2332 +"143114",40113,14998,3,451,1553 +"143115",40113,15122,3,451,1201 +"143116",40113,15207,1,451,1855 +"143117",40113,15453,2,451,1688 +"143118",40113,15462,2,451,1141 +"143119",40113,15813,3,451,2143 +"143120",40113,15826,3,451,2772 +"143121",40113,16021,3,451,858 +"143122",40113,16067,2,451,2727 +"143123",40113,16501,3,451,1650 +"143124",40113,16535,3,451,1993 +"143125",40113,16877,3,451,2509 +"143126",40113,17328,3,451,1206 +"143127",40113,17396,3,451,1672 +"143128",40113,17672,3,451,1987 +"143129",40113,17931,3,451,1617 +"143130",40113,18211,3,451,1745 +"143131",40113,18348,2,451,1711 +"143132",40113,18364,3,451,535 +"143133",40113,18415,2,451,2184 +"143134",40113,18550,1,451,483 +"143135",40113,18978,3,451,952 +"143136",40113,19113,3,451,1171 +"143137",40113,19231,3,451,1424 +"143138",40113,19335,3,451,1729 +"143139",40113,19593,3,451,2013 +"143140",40113,19621,3,451,725 +"143141",40113,20155,3,451,1517 +"143142",40113,20369,3,451,1356 +"143143",40113,20545,3,451,1491 +"143144",40113,20563,3,451,2267 +"143145",40113,20705,3,451,829 +"143146",40113,21164,3,451,1645 +"143147",40113,21197,3,451,1437 +"143148",40113,21198,3,451,935 +"143149",40113,21249,3,451,1635 +"143150",40113,21285,3,451,2100 +"143151",40113,21487,3,451,2203 +"143152",40113,21566,3,451,1234 +"143153",40113,21682,3,451,2414 +"143154",40113,21706,3,451,1988 +"143155",40113,21895,3,451,1693 +"143156",40113,21929,2,451,2062 +"143157",40113,22080,3,451,2436 +"143158",40113,22165,3,451,1501 +"143159",40113,22242,3,451,1690 +"143160",40113,22566,3,451,2308 +"143161",40113,22567,2,451,2396 +"143162",40113,23011,2,451,2763 +"143163",40113,23112,3,451,1192 +"143164",40113,23282,3,451,1225 +"143165",40113,23488,3,451,1523 +"143166",40113,23509,3,451,2275 +"143167",40113,23526,3,451,1998 +"143168",40113,23869,3,451,1918 +"143169",40113,24085,3,451,1253 +"143170",40113,24195,3,451,1575 +"143171",40113,24974,2,451,702 +"143172",40113,25443,3,451,1441 +"143173",40113,26031,3,451,1397 +"143174",40113,26218,3,451,2460 +"143175",40113,26658,3,451,2745 +"143176",40113,27008,3,451,911 +"143177",40113,27742,3,451,2700 +"143178",40113,27897,3,451,1968 +"143179",40113,27914,3,451,2507 +"143180",40113,28057,2,451,1067 +"143181",40113,28130,3,451,908 +"143182",40113,28355,3,451,2053 +"143183",40113,28627,3,451,2694 +"143184",40113,28869,3,451,2425 +"143185",40113,28914,3,451,580 +"143186",40113,29073,3,451,2328 +"143187",40113,29117,3,451,1250 +"143188",40113,29286,3,451,1612 +"143189",40113,29667,3,451,531 +"143190",40113,30092,3,451,1593 +"143191",40113,30262,2,451,1715 +"143192",40113,30865,3,451,2038 +"143193",40113,30943,2,451,2287 +"143194",40113,30981,3,451,2366 +"143195",40113,31050,3,451,1491 +"143196",40113,31124,3,451,2351 +"143197",40113,31317,3,451,1362 +"143198",40113,31868,3,451,1993 +"143199",40113,31927,3,451,818 +"143200",40113,32202,3,451,2314 +"143201",40113,32532,3,451,2338 +"143202",40113,32560,3,451,1258 +"143203",40113,32651,3,451,877 +"143204",40113,32899,2,451,1369 +"143205",40113,32920,3,451,2158 +"143206",40113,32939,2,451,2277 +"143207",40113,33383,3,451,1572 +"143208",40113,33981,3,451,1993 +"143209",40113,34509,3,451,1973 +"143210",40113,34820,3,451,1630 +"143211",40113,35186,3,451,1520 +"143212",40113,35264,3,451,2329 +"143213",40113,35728,3,451,2017 +"143214",40113,35772,3,451,1440 +"143215",40113,35797,3,451,2482 +"143216",40113,35919,3,451,663 +"143217",40113,36031,3,451,2342 +"143218",40113,36215,3,451,1623 +"143219",40113,36441,3,451,2796 +"143220",40113,36862,3,451,2655 +"143221",40113,37752,3,451,2223 +"143222",40113,38523,3,451,549 +"143223",40113,38676,3,451,2286 +"143224",40113,39217,3,451,504 +"143225",40113,39577,3,451,1728 +"143226",40113,39657,2,451,1947 +"143227",40113,40383,3,451,2639 +"143228",40113,40493,3,451,1981 +"143229",40113,41439,2,451,709 +"143230",40113,41739,3,451,1339 +"143231",40113,41955,3,451,2479 +"143232",40113,42216,3,451,2722 +"143233",40113,42256,3,451,2839 +"143234",40113,42642,2,451,2257 +"143235",40113,42713,3,451,1995 +"143236",40113,42725,2,451,630 +"143237",40113,42799,3,451,2729 +"143238",40113,43250,3,451,1300 +"143239",40113,43455,3,451,2846 +"143240",40113,43941,3,451,1289 +"143241",40113,44181,3,451,1034 +"143242",40113,44193,3,451,989 +"143243",40113,44433,3,451,2224 +"143244",40113,44497,3,451,2401 +"143245",40113,44557,3,451,2371 +"143246",40113,44603,3,451,2748 +"143247",40113,44819,3,451,2063 +"143248",40113,45186,2,451,835 +"143249",40113,45239,3,451,2535 +"143250",40113,45302,3,451,2390 +"143251",40113,45480,3,451,1104 +"143252",40113,45585,3,451,2384 +"143253",40113,45608,3,451,2420 +"143254",40113,45633,3,451,2134 +"143255",40113,46532,3,451,2005 +"143256",40113,46629,3,451,2255 +"143257",40113,46635,3,451,2528 +"143258",40113,46803,2,451,2305 +"143259",40113,47293,3,451,929 +"143260",40113,47557,3,451,999 +"143261",40113,47564,3,451,2650 +"143262",40113,48215,3,451,2028 +"143263",40113,49069,3,451,1694 +"143264",40113,49144,3,451,1542 +"143265",40113,49147,3,451,2539 +"143266",40113,49186,2,451,1289 +"143267",40113,49551,3,451,879 +"143268",40113,50179,3,451,2230 +"143269",40113,50382,3,451,2244 +"143270",40113,50581,3,451,1258 +"143271",40113,50621,3,451,2809 +"143272",40113,51022,3,451,1499 +"143273",40113,51055,3,451,2558 +"143274",40113,51866,3,451,2411 +"143275",40113,51925,3,451,2307 +"143276",40113,52576,3,451,2234 +"143277",40113,52993,3,451,1256 +"143278",40113,53043,2,451,803 +"143279",40113,53412,3,451,566 +"143280",40113,53445,3,451,2028 +"143281",40113,53836,3,451,689 +"143282",40113,54061,3,451,1488 +"143283",40113,54100,3,451,1327 +"143284",40113,54388,2,451,1257 +"143285",40113,54718,3,451,2473 +"143286",40113,54890,3,451,877 +"143287",40113,55072,3,451,612 +"143288",40113,55185,3,451,922 +"143289",40113,55436,3,451,2513 +"143290",40113,55892,3,451,1234 +"143291",40113,56082,3,451,2395 +"143292",40113,56116,3,451,1321 +"143293",40113,56903,3,451,1584 +"143294",40113,56995,3,451,2323 +"143295",40113,57804,2,451,2214 +"143296",40113,57842,3,451,2482 +"143297",40113,57901,3,451,614 +"143298",40113,58015,3,451,899 +"143299",40113,58078,3,451,1252 +"143300",40113,58284,3,451,2292 +"143301",40113,58655,3,451,2685 +"143302",40113,58854,3,451,1131 +"143303",40113,59039,3,451,2870 +"143304",40113,60516,3,451,2257 +"143305",40113,61723,3,451,1262 +"143306",40113,61982,3,451,2725 +"143307",40113,62308,3,451,487 +"143308",40113,63641,2,451,2337 +"143309",40113,64181,3,451,1828 +"143310",40113,64427,3,451,535 +"143311",40113,64439,3,451,562 +"143312",40113,65625,3,451,1273 +"143313",40113,65691,3,451,2134 +"143314",40113,66413,3,451,2507 +"143315",40113,66717,3,451,2104 +"143316",40113,66992,3,451,2882 +"143317",40113,67252,3,451,1215 +"143318",40113,67719,3,451,2429 +"143319",40113,67726,1,451,2873 +"143320",40113,67788,3,451,837 +"143321",40113,68043,3,451,690 +"143322",40113,68700,3,451,639 +"143323",40113,68876,3,451,1397 +"143324",40113,69117,3,451,645 +"143325",40113,69232,3,451,2130 +"143326",40113,69293,2,451,609 +"143327",40113,69716,2,451,2632 +"143328",40113,69903,3,451,1066 +"143329",40113,71467,3,451,1051 +"143330",40113,72470,3,451,991 +"143331",40113,72535,3,451,1191 +"143332",40113,73205,3,451,1529 +"143333",40113,74795,3,451,1319 +"143334",40113,74818,2,451,1440 +"143335",40113,75194,3,451,1736 +"143336",40113,75880,3,451,477 +"143337",40113,76235,3,451,2777 +"143338",40113,76892,3,451,2381 +"143339",40113,79436,3,451,1344 +"143340",40113,79612,3,451,927 +"143341",40113,80219,3,451,988 +"143342",40113,80942,3,451,1240 +"143343",40113,81463,3,451,955 +"143344",40113,81676,3,451,839 +"143345",40113,82246,3,451,1538 +"143346",40113,82426,3,451,1576 +"143347",40113,82730,3,451,1492 +"143348",40113,83961,3,451,578 +"143349",40113,84268,3,451,1217 +"143350",40113,85356,2,451,1492 +"143351",40113,89681,3,451,1978 +"143352",40113,90608,3,451,590 +"143353",40113,91901,3,451,1236 +"143354",40113,92254,3,451,517 +"143355",40113,92630,3,451,1583 +"143356",40113,94520,1,451,1243 +"143357",40113,94650,3,451,896 +"143358",40113,96007,3,451,895 +"143359",40113,96132,3,451,1489 +"143360",40113,96563,3,451,961 +"143361",40113,99237,2,451,783 +"143362",40113,99288,3,451,983 +"143363",40113,99557,2,451,1703 +"143364",40113,99621,3,451,874 +"143365",40113,100219,3,451,585 +"143366",40113,100532,3,451,859 +"143367",40113,101347,3,451,1335 +"143368",40113,104098,3,451,512 +"143369",40113,105063,3,451,1908 +"143370",40113,106555,3,451,1626 +"143371",40113,109194,3,451,494 +"143372",40113,110399,3,451,480 +"143373",40113,115021,3,451,1226 +"143374",40113,117679,3,451,535 +"143375",40129,1685,3,2162,2230 +"143376",40129,4567,2,2162,2348 +"143377",40129,7616,3,2162,2296 +"143378",40129,7759,3,2162,2844 +"143379",40129,12518,3,2162,2747 +"143380",40129,19093,3,2162,2224 +"143381",40129,19744,2,2162,2623 +"143382",40129,19980,3,2162,2231 +"143383",40129,30747,3,2162,2455 +"143384",40129,33672,3,2162,2396 +"143385",40129,34812,3,2162,2442 +"143386",40129,41837,3,2162,2399 +"143387",40129,43978,2,2162,2698 +"143388",40129,44135,3,2162,2620 +"143389",40129,52508,3,2162,2337 +"143390",40129,53219,3,2162,2973 +"143391",40129,75207,3,2162,2235 +"143392",40136,313,2,1149,2271 +"143393",40136,377,3,1149,2389 +"143394",40136,499,3,1149,1931 +"143395",40136,543,3,1149,2203 +"143396",40136,803,3,1149,1666 +"143397",40136,1090,3,1149,2370 +"143398",40136,1224,2,1149,2435 +"143399",40136,1321,2,1149,2075 +"143400",40136,1469,3,1149,1160 +"143401",40136,1495,2,1149,2046 +"143402",40136,1616,3,1149,2662 +"143403",40136,1676,3,1149,1198 +"143404",40136,1777,3,1149,1965 +"143405",40136,2036,3,1149,2483 +"143406",40136,2754,3,1149,1360 +"143407",40136,2766,3,1149,1920 +"143408",40136,3830,3,1149,1661 +"143409",40136,3853,2,1149,2465 +"143410",40136,4763,3,1149,1960 +"143411",40136,5462,3,1149,2374 +"143412",40136,5504,3,1149,2389 +"143413",40136,7078,3,1149,2344 +"143414",40136,7394,3,1149,2615 +"143415",40136,10874,3,1149,1891 +"143416",40136,13150,3,1149,1570 +"143417",40136,14888,3,1149,1411 +"143418",40136,15184,3,1149,2396 +"143419",40136,15626,3,1149,2434 +"143420",40136,16313,3,1149,1160 +"143421",40136,19528,3,1149,2742 +"143422",40136,23487,1,1149,1658 +"143423",40136,26227,3,1149,2265 +"143424",40136,26608,3,1149,2329 +"143425",40136,26713,3,1149,1235 +"143426",40136,27478,1,1149,2485 +"143427",40136,28218,3,1149,2048 +"143428",40136,30334,3,1149,2075 +"143429",40136,31799,3,1149,2547 +"143430",40136,32516,3,1149,2050 +"143431",40136,33572,3,1149,2370 +"143432",40136,35256,3,1149,2271 +"143433",40136,37636,3,1149,2178 +"143434",40136,40296,3,1149,1674 +"143435",40136,40392,3,1149,1878 +"143436",40136,41747,3,1149,1722 +"143437",40136,43929,3,1149,2749 +"143438",40136,46039,2,1149,1794 +"143439",40136,50252,3,1149,2001 +"143440",40136,51783,3,1149,2599 +"143441",40136,51853,3,1149,2520 +"143442",40136,53031,2,1149,2065 +"143443",40136,53789,3,1149,2681 +"143444",40136,57977,3,1149,2683 +"143445",40136,59205,3,1149,2387 +"143446",40136,61948,3,1149,1231 +"143447",40136,68098,3,1149,2378 +"143448",40136,77489,3,1149,1514 +"143449",40136,85430,3,1149,2370 +"143450",40136,87074,2,1149,1666 +"143451",40136,89958,3,1149,1186 +"143452",40136,93615,3,1149,2386 +"143453",40136,95979,3,1149,1722 +"143454",40136,116792,3,1149,2397 +"143455",40137,2181,3,1718,2030 +"143456",40137,5610,3,1718,2223 +"143457",40137,6449,3,1718,1997 +"143458",40137,9175,3,1718,2639 +"143459",40137,12729,3,1718,1835 +"143460",40137,15008,2,1718,2338 +"143461",40137,15729,2,1718,2338 +"143462",40137,17867,3,1718,1904 +"143463",40137,18670,3,1718,1835 +"143464",40137,24791,3,1718,1833 +"143465",40137,31159,3,1718,2231 +"143466",40137,39464,2,1718,2314 +"143467",40137,42783,1,1718,2338 +"143468",40137,45239,3,1718,2535 +"143469",40137,53995,3,1718,2151 +"143470",40137,54953,3,1718,2223 +"143471",40137,73305,3,1718,2544 +"143472",40138,4612,2,2719,2804 +"143473",40147,1629,3,141,1289 +"143474",40147,2936,3,141,2512 +"143475",40147,3978,3,141,2775 +"143476",40147,4681,3,141,2356 +"143477",40147,5235,3,141,2324 +"143478",40147,9272,3,141,2835 +"143479",40147,9723,2,141,2302 +"143480",40147,11239,3,141,2181 +"143481",40147,11310,2,141,957 +"143482",40147,12586,2,141,613 +"143483",40147,16684,3,141,1657 +"143484",40147,16850,2,141,1657 +"143485",40147,18102,3,141,1642 +"143486",40147,18381,3,141,1524 +"143487",40147,18670,3,141,1835 +"143488",40147,19215,2,141,2604 +"143489",40147,19364,2,141,2846 +"143490",40147,22207,3,141,2365 +"143491",40147,22580,2,141,2245 +"143492",40147,22682,3,141,2035 +"143493",40147,22709,1,141,2743 +"143494",40147,28432,2,141,1954 +"143495",40147,34327,3,141,2959 +"143496",40147,34831,2,141,1866 +"143497",40147,34921,2,141,2181 +"143498",40147,37461,2,141,214 +"143499",40147,37859,3,141,1999 +"143500",40147,44877,3,141,1219 +"143501",40147,45473,3,141,2540 +"143502",40147,49044,3,141,610 +"143503",40147,52215,3,141,1908 +"143504",40147,52448,3,141,414 +"143505",40147,53809,3,141,1956 +"143506",40147,55472,1,141,1516 +"143507",40147,56947,3,141,917 +"143508",40147,60879,3,141,2792 +"143509",40147,63498,3,141,977 +"143510",40147,66622,3,141,799 +"143511",40147,68314,3,141,2180 +"143512",40147,69861,3,141,277 +"143513",40147,73553,2,141,2726 +"143514",40147,79477,3,141,836 +"143515",40147,82819,2,141,1900 +"143516",40147,83253,3,141,1102 +"143517",40147,96738,3,141,298 +"143518",40147,102893,2,141,814 +"143519",40147,109978,3,141,1865 +"143520",40147,111955,3,141,504 +"143521",40186,270,3,199,2542 +"143522",40186,307,3,199,2530 +"143523",40186,325,3,199,495 +"143524",40186,671,3,199,2328 +"143525",40186,1046,3,199,1881 +"143526",40186,1124,2,199,1596 +"143527",40186,2111,3,199,1904 +"143528",40186,3306,3,199,1989 +"143529",40186,5568,2,199,1290 +"143530",40186,5971,3,199,1985 +"143531",40186,6264,3,199,749 +"143532",40186,6588,2,199,2025 +"143533",40186,6718,3,199,2138 +"143534",40186,7196,3,199,1508 +"143535",40186,7555,2,199,1943 +"143536",40186,7616,2,199,2296 +"143537",40186,7627,3,199,1543 +"143538",40186,7984,3,199,2493 +"143539",40186,8913,3,199,968 +"143540",40186,9615,3,199,2464 +"143541",40186,9871,3,199,921 +"143542",40186,10488,3,199,1524 +"143543",40186,10875,3,199,1234 +"143544",40186,11817,3,199,600 +"143545",40186,12374,3,199,2260 +"143546",40186,12712,3,199,815 +"143547",40186,12728,2,199,2374 +"143548",40186,12867,3,199,2773 +"143549",40186,13307,3,199,2206 +"143550",40186,13929,3,199,2693 +"143551",40186,14091,3,199,929 +"143552",40186,14656,3,199,584 +"143553",40186,15003,3,199,2067 +"143554",40186,15401,3,199,1999 +"143555",40186,15643,3,199,502 +"143556",40186,16539,2,199,1947 +"143557",40186,18361,3,199,2968 +"143558",40186,18394,3,199,2356 +"143559",40186,20124,3,199,2376 +"143560",40186,21012,3,199,2325 +"143561",40186,21693,3,199,2176 +"143562",40186,22282,3,199,1418 +"143563",40186,23430,3,199,904 +"143564",40186,23509,3,199,2275 +"143565",40186,23526,3,199,1998 +"143566",40186,23715,3,199,1859 +"143567",40186,25490,3,199,639 +"143568",40186,26451,3,199,2133 +"143569",40186,27112,2,199,500 +"143570",40186,27480,3,199,582 +"143571",40186,27792,3,199,1308 +"143572",40186,27849,3,199,1316 +"143573",40186,28303,3,199,2089 +"143574",40186,28434,3,199,1141 +"143575",40186,28784,3,199,1579 +"143576",40186,29050,3,199,1196 +"143577",40186,30405,3,199,2164 +"143578",40186,32017,3,199,577 +"143579",40186,32131,2,199,1035 +"143580",40186,32173,1,199,2341 +"143581",40186,32988,3,199,2008 +"143582",40186,35095,3,199,1502 +"143583",40186,35402,2,199,2339 +"143584",40186,35673,3,199,1067 +"143585",40186,36784,3,199,576 +"143586",40186,36962,3,199,2861 +"143587",40186,37800,3,199,604 +"143588",40186,37893,3,199,875 +"143589",40186,39570,2,199,496 +"143590",40186,39648,3,199,230 +"143591",40186,39865,3,199,849 +"143592",40186,40028,3,199,1349 +"143593",40186,40072,3,199,1182 +"143594",40186,40820,3,199,900 +"143595",40186,41278,3,199,1873 +"143596",40186,41664,3,199,2641 +"143597",40186,42687,3,199,1952 +"143598",40186,42864,3,199,1151 +"143599",40186,43673,3,199,2787 +"143600",40186,44521,3,199,1593 +"143601",40186,44641,3,199,1981 +"143602",40186,45959,3,199,1880 +"143603",40186,46629,3,199,2255 +"143604",40186,47435,3,199,878 +"143605",40186,48260,3,199,875 +"143606",40186,49334,3,199,2433 +"143607",40186,50236,3,199,2339 +"143608",40186,53303,3,199,1376 +"143609",40186,53630,3,199,1565 +"143610",40186,54020,3,199,1578 +"143611",40186,55091,3,199,546 +"143612",40186,55468,3,199,2511 +"143613",40186,55691,2,199,2856 +"143614",40186,55892,2,199,1234 +"143615",40186,56082,3,199,2395 +"143616",40186,59939,3,199,936 +"143617",40186,61719,3,199,1515 +"143618",40186,63770,3,199,1324 +"143619",40186,65155,3,199,1947 +"143620",40186,65700,3,199,200 +"143621",40186,67763,3,199,822 +"143622",40186,68215,3,199,2727 +"143623",40186,69293,3,199,609 +"143624",40186,70724,2,199,496 +"143625",40186,70838,3,199,687 +"143626",40186,71217,3,199,2169 +"143627",40186,72326,3,199,2384 +"143628",40186,72823,3,199,929 +"143629",40186,76511,3,199,1250 +"143630",40186,76646,3,199,1263 +"143631",40186,77305,3,199,965 +"143632",40186,77611,3,199,1795 +"143633",40186,79804,3,199,2227 +"143634",40186,82893,3,199,1275 +"143635",40186,86245,3,199,1972 +"143636",40186,87048,3,199,989 +"143637",40186,91912,3,199,790 +"143638",40186,96708,3,199,594 +"143639",40186,98384,3,199,1166 +"143640",40186,99444,3,199,408 +"143641",40186,101482,3,199,1300 +"143642",40186,109663,2,199,545 +"143643",40186,117956,3,199,2774 +"143644",40200,1015,2,190,1174 +"143645",40200,1469,3,190,1160 +"143646",40200,2063,3,190,1278 +"143647",40200,2960,1,190,977 +"143648",40200,3139,3,190,1656 +"143649",40200,4107,2,190,987 +"143650",40200,4121,2,190,1304 +"143651",40200,6047,3,190,2004 +"143652",40200,8860,3,190,2141 +"143653",40200,10130,3,190,2741 +"143654",40200,10352,1,190,1371 +"143655",40200,13158,3,190,2667 +"143656",40200,13324,3,190,2163 +"143657",40200,13479,2,190,2155 +"143658",40200,13518,2,190,525 +"143659",40200,13801,3,190,2041 +"143660",40200,13835,2,190,1588 +"143661",40200,16641,3,190,1359 +"143662",40200,17571,3,190,953 +"143663",40200,18277,3,190,2309 +"143664",40200,18891,2,190,1596 +"143665",40200,21479,1,190,2134 +"143666",40200,23268,3,190,2258 +"143667",40200,26234,3,190,2183 +"143668",40200,26524,2,190,982 +"143669",40200,27427,3,190,2325 +"143670",40200,30092,3,190,1593 +"143671",40200,30692,3,190,700 +"143672",40200,32409,3,190,857 +"143673",40200,36637,2,190,2085 +"143674",40200,40707,2,190,1547 +"143675",40200,46506,3,190,2464 +"143676",40200,47956,3,190,222 +"143677",40200,48648,3,190,258 +"143678",40200,53031,3,190,2065 +"143679",40200,55906,3,190,2851 +"143680",40200,58221,3,190,1787 +"143681",40200,61138,2,190,1188 +"143682",40200,61188,2,190,2134 +"143683",40200,63147,1,190,1477 +"143684",40200,64397,3,190,647 +"143685",40200,65572,3,190,2750 +"143686",40200,67424,2,190,903 +"143687",40200,72557,3,190,972 +"143688",40200,73524,3,190,605 +"143689",40200,77031,3,190,801 +"143690",40200,78569,3,190,578 +"143691",40200,79837,1,190,1252 +"143692",40200,80014,3,190,1562 +"143693",40200,82409,2,190,1881 +"143694",40200,83845,3,190,216 +"143695",40200,87904,2,190,952 +"143696",40200,93615,3,190,2386 +"143697",40200,98080,3,190,1265 +"143698",40200,99137,3,190,804 +"143699",40214,52483,3,1941,2317 +"143700",40221,39528,2,1251,2150 +"143701",40226,1592,3,880,2006 +"143702",40226,1691,3,880,1941 +"143703",40226,1780,3,880,1375 +"143704",40226,2011,2,880,2176 +"143705",40226,2540,3,880,1398 +"143706",40226,4303,3,880,2414 +"143707",40226,8062,3,880,2858 +"143708",40226,8140,2,880,1262 +"143709",40226,9484,3,880,1429 +"143710",40226,10980,3,880,1974 +"143711",40226,12759,3,880,2414 +"143712",40226,13537,3,880,1020 +"143713",40226,14731,3,880,2012 +"143714",40226,18381,3,880,1524 +"143715",40226,18502,3,880,1033 +"143716",40226,18543,3,880,2968 +"143717",40226,19686,2,880,2467 +"143718",40226,20407,3,880,2339 +"143719",40226,20688,3,880,891 +"143720",40226,25373,3,880,2783 +"143721",40226,30334,3,880,2075 +"143722",40226,37636,3,880,2178 +"143723",40226,39418,2,880,1978 +"143724",40226,40392,3,880,1878 +"143725",40226,41723,3,880,2101 +"143726",40226,41955,3,880,2479 +"143727",40226,44427,3,880,2875 +"143728",40226,51783,3,880,2599 +"143729",40226,100432,3,880,1358 +"143730",40226,106428,3,880,2321 +"143731",40262,4751,3,2291,2696 +"143732",40262,64436,3,2291,2687 +"143733",40264,13842,3,1418,2250 +"143734",40264,13920,3,1418,1709 +"143735",40264,14676,3,1418,2764 +"143736",40264,22317,3,1418,1552 +"143737",40264,27509,2,1418,2067 +"143738",40264,32775,3,1418,2135 +"143739",40264,33537,3,1418,2406 +"143740",40264,41250,2,1418,1703 +"143741",40264,47708,3,1418,2568 +"143742",40264,53219,3,1418,2973 +"143743",40264,58238,2,1418,1944 +"143744",40264,66693,2,1418,2554 +"143745",40264,68155,3,1418,1577 +"143746",40264,73172,3,1418,2496 +"143747",40264,83523,3,1418,1461 +"143748",40264,115618,3,1418,2314 +"143749",40283,7937,2,1657,2044 +"143750",40283,9801,3,1657,2443 +"143751",40283,32339,3,1657,2430 +"143752",40283,106428,3,1657,2321 +"143753",40293,135,3,1671,2233 +"143754",40293,499,3,1671,1931 +"143755",40293,671,3,1671,2328 +"143756",40293,675,3,1671,1686 +"143757",40293,1046,2,1671,1881 +"143758",40293,1136,3,1671,2536 +"143759",40293,1367,3,1671,2176 +"143760",40293,2424,3,1671,2582 +"143761",40293,2954,3,1671,2727 +"143762",40293,3167,3,1671,1676 +"143763",40293,3242,2,1671,1730 +"143764",40293,4191,1,1671,2130 +"143765",40293,4360,3,1671,1770 +"143766",40293,4618,2,1671,2607 +"143767",40293,4687,3,1671,2152 +"143768",40293,4980,2,1671,2093 +"143769",40293,5041,3,1671,2371 +"143770",40293,5072,3,1671,2175 +"143771",40293,5148,3,1671,2206 +"143772",40293,5462,3,1671,2374 +"143773",40293,5622,3,1671,2175 +"143774",40293,5669,3,1671,2502 +"143775",40293,5725,2,1671,2789 +"143776",40293,6428,3,1671,1952 +"143777",40293,6491,3,1671,2424 +"143778",40293,7234,3,1671,2654 +"143779",40293,7245,3,1671,2089 +"143780",40293,7847,3,1671,2424 +"143781",40293,8258,3,1671,1959 +"143782",40293,8533,3,1671,2251 +"143783",40293,8621,3,1671,1681 +"143784",40293,10404,3,1671,2062 +"143785",40293,10857,3,1671,2253 +"143786",40293,10890,3,1671,2639 +"143787",40293,12867,3,1671,2773 +"143788",40293,13929,3,1671,2693 +"143789",40293,15184,3,1671,2396 +"143790",40293,15453,3,1671,1688 +"143791",40293,17400,3,1671,2231 +"143792",40293,19027,3,1671,2721 +"143793",40293,19516,3,1671,2313 +"143794",40293,19868,3,1671,2855 +"143795",40293,20563,2,1671,2267 +"143796",40293,21122,3,1671,1701 +"143797",40293,23704,3,1671,2278 +"143798",40293,24923,3,1671,2785 +"143799",40293,25129,3,1671,2647 +"143800",40293,25341,2,1671,1858 +"143801",40293,26351,3,1671,2683 +"143802",40293,26436,3,1671,2489 +"143803",40293,26516,3,1671,2479 +"143804",40293,27628,3,1671,2389 +"143805",40293,27753,3,1671,2750 +"143806",40293,28285,3,1671,2972 +"143807",40293,31799,2,1671,2547 +"143808",40293,32988,3,1671,2008 +"143809",40293,34216,3,1671,2832 +"143810",40293,34492,2,1671,1798 +"143811",40293,34509,3,1671,1973 +"143812",40293,37620,3,1671,2716 +"143813",40293,38449,3,1671,1802 +"143814",40293,38755,3,1671,2902 +"143815",40293,39087,3,1671,2765 +"143816",40293,39294,3,1671,1889 +"143817",40293,41402,3,1671,2313 +"143818",40293,43213,3,1671,2160 +"143819",40293,45343,3,1671,2360 +"143820",40293,45715,3,1671,2287 +"143821",40293,46391,3,1671,1779 +"143822",40293,47857,2,1671,2325 +"143823",40293,47947,3,1671,2681 +"143824",40293,51410,2,1671,2739 +"143825",40293,53196,3,1671,1888 +"143826",40293,53300,3,1671,2162 +"143827",40293,54551,3,1671,2348 +"143828",40293,54740,3,1671,2750 +"143829",40293,55139,3,1671,2323 +"143830",40293,56082,3,1671,2395 +"143831",40293,57977,3,1671,2683 +"143832",40293,62840,3,1671,2502 +"143833",40293,64181,3,1671,1828 +"143834",40293,64793,3,1671,2819 +"143835",40293,64997,3,1671,2791 +"143836",40293,65029,3,1671,2954 +"143837",40293,66726,3,1671,2068 +"143838",40293,70046,3,1671,2624 +"143839",40293,71562,3,1671,2574 +"143840",40293,72207,3,1671,2430 +"143841",40293,74095,3,1671,2333 +"143842",40293,75403,3,1671,1895 +"143843",40293,97915,3,1671,1802 +"143844",40295,9362,2,2703,2879 +"143845",40295,13136,3,2703,2867 +"143846",40296,313,3,1674,2271 +"143847",40296,499,3,1674,1931 +"143848",40296,543,3,1674,2203 +"143849",40296,1777,3,1674,1965 +"143850",40296,2036,3,1674,2483 +"143851",40296,5462,3,1674,2374 +"143852",40296,5504,3,1674,2389 +"143853",40296,9311,3,1674,2477 +"143854",40296,9579,1,1674,2105 +"143855",40296,10843,3,1674,2277 +"143856",40296,15626,3,1674,2434 +"143857",40296,27478,2,1674,2485 +"143858",40296,31799,3,1674,2547 +"143859",40296,33433,2,1674,2805 +"143860",40296,34707,2,1674,2042 +"143861",40296,35256,3,1674,2271 +"143862",40296,38755,3,1674,2902 +"143863",40296,41747,3,1674,1722 +"143864",40296,49581,3,1674,1817 +"143865",40296,51410,3,1674,2739 +"143866",40296,52154,3,1674,1722 +"143867",40296,53031,2,1674,2065 +"143868",40296,53809,3,1674,1956 +"143869",40296,55643,3,1674,2359 +"143870",40296,57977,3,1674,2683 +"143871",40296,59113,3,1674,2434 +"143872",40296,68098,3,1674,2378 +"143873",40296,85430,3,1674,2370 +"143874",40296,93615,3,1674,2386 +"143875",40297,680,3,494,2569 +"143876",40297,2576,3,494,1307 +"143877",40297,3978,3,494,2775 +"143878",40297,4303,3,494,2414 +"143879",40297,6989,3,494,2623 +"143880",40297,8354,3,494,1705 +"143881",40297,11648,3,494,2852 +"143882",40297,12759,2,494,2414 +"143883",40297,17252,3,494,1258 +"143884",40297,17381,3,494,1697 +"143885",40297,18381,3,494,1524 +"143886",40297,20688,3,494,891 +"143887",40297,25373,3,494,2783 +"143888",40297,37351,3,494,978 +"143889",40297,41723,3,494,2101 +"143890",40297,42331,3,494,1585 +"143891",40297,48548,3,494,826 +"143892",40297,50585,3,494,2414 +"143893",40297,54718,2,494,2473 +"143894",40297,64947,3,494,2489 +"143895",40297,70455,3,494,1307 +"143896",40297,71531,3,494,2887 +"143897",40297,72597,3,494,1843 +"143898",40297,94525,3,494,1993 +"143899",40305,739,3,293,309 +"143900",40305,12200,3,293,1400 +"143901",40305,12818,2,293,2015 +"143902",40305,13024,2,293,2468 +"143903",40305,21165,2,293,1112 +"143904",40305,21290,3,293,894 +"143905",40305,34559,3,293,1105 +"143906",40305,51265,2,293,2670 +"143907",40305,63555,3,293,1290 +"143908",40305,64534,3,293,2924 +"143909",40305,72827,3,293,1359 +"143910",40305,94307,3,293,2013 +"143911",40305,96169,3,293,2356 +"143912",40305,96741,3,293,484 +"143913",40305,107993,3,293,999 +"143914",40309,782,3,871,945 +"143915",40309,1520,2,871,1716 +"143916",40309,1756,3,871,2231 +"143917",40309,2576,3,871,1307 +"143918",40309,2747,3,871,2411 +"143919",40309,2979,3,871,2912 +"143920",40309,3493,3,871,2451 +"143921",40309,4612,3,871,2804 +"143922",40309,4668,3,871,1919 +"143923",40309,5897,3,871,2337 +"143924",40309,6063,3,871,2349 +"143925",40309,7785,3,871,2441 +"143926",40309,7942,3,871,2623 +"143927",40309,8890,3,871,1955 +"143928",40309,9035,3,871,2771 +"143929",40309,9060,3,871,1612 +"143930",40309,9332,3,871,2734 +"143931",40309,9481,2,871,1610 +"143932",40309,9484,3,871,1429 +"143933",40309,9503,3,871,2453 +"143934",40309,9787,3,871,2858 +"143935",40309,10453,2,871,1656 +"143936",40309,10457,3,871,1711 +"143937",40309,11108,3,871,1609 +"143938",40309,11648,3,871,2852 +"143939",40309,11990,3,871,1909 +"143940",40309,12067,3,871,1213 +"143941",40309,12078,2,871,2381 +"143942",40309,12361,3,871,2732 +"143943",40309,12948,2,871,2669 +"143944",40309,13879,3,871,2748 +"143945",40309,14425,3,871,1036 +"143946",40309,14749,2,871,1998 +"143947",40309,14998,3,871,1553 +"143948",40309,15826,2,871,2772 +"143949",40309,16501,3,871,1650 +"143950",40309,16502,3,871,1616 +"143951",40309,16750,3,871,1225 +"143952",40309,16796,3,871,1892 +"143953",40309,17037,3,871,2947 +"143954",40309,18005,3,871,2449 +"143955",40309,18978,3,871,952 +"143956",40309,19655,2,871,2706 +"143957",40309,19934,3,871,2888 +"143958",40309,20220,3,871,1656 +"143959",40309,20984,3,871,2502 +"143960",40309,21207,3,871,1258 +"143961",40309,22244,3,871,2139 +"143962",40309,23131,3,871,1732 +"143963",40309,25163,3,871,1751 +"143964",40309,26182,3,871,2775 +"143965",40309,27008,3,871,911 +"143966",40309,27255,3,871,1232 +"143967",40309,27742,2,871,2700 +"143968",40309,27914,3,871,2507 +"143969",40309,29286,3,871,1612 +"143970",40309,29289,3,871,1756 +"143971",40309,29627,2,871,882 +"143972",40309,29977,3,871,2781 +"143973",40309,30368,2,871,2487 +"143974",40309,30525,3,871,1964 +"143975",40309,31541,3,871,1500 +"143976",40309,31542,2,871,2459 +"143977",40309,31866,3,871,2101 +"143978",40309,31868,2,871,1993 +"143979",40309,32532,3,871,2338 +"143980",40309,32560,3,871,1258 +"143981",40309,32651,3,871,877 +"143982",40309,33017,3,871,1493 +"143983",40309,33870,3,871,955 +"143984",40309,34491,3,871,2694 +"143985",40309,35413,3,871,1569 +"143986",40309,35797,3,871,2482 +"143987",40309,36346,3,871,1240 +"143988",40309,36912,3,871,2469 +"143989",40309,37893,3,871,875 +"143990",40309,38087,3,871,1083 +"143991",40309,38457,3,871,1630 +"143992",40309,39062,3,871,2020 +"143993",40309,39418,3,871,1978 +"143994",40309,40537,3,871,1284 +"143995",40309,40572,3,871,2666 +"143996",40309,41694,3,871,2358 +"143997",40309,43058,3,871,1608 +"143998",40309,43961,3,871,2443 +"143999",40309,44341,3,871,1230 +"144000",40309,44877,3,871,1219 +"144001",40309,45869,3,871,2840 +"144002",40309,46486,3,871,1868 +"144003",40309,48260,3,871,875 +"144004",40309,48769,3,871,2071 +"144005",40309,50581,3,871,1258 +"144006",40309,52136,3,871,1412 +"144007",40309,54890,3,871,877 +"144008",40309,55482,3,871,1866 +"144009",40309,56569,1,871,1993 +"144010",40309,57912,2,871,1035 +"144011",40309,58655,3,871,2685 +"144012",40309,60808,2,871,1258 +"144013",40309,61347,3,871,1684 +"144014",40309,63077,3,871,2778 +"144015",40309,65522,3,871,1572 +"144016",40309,66994,3,871,1865 +"144017",40309,68275,3,871,1158 +"144018",40309,70583,3,871,2615 +"144019",40309,71219,3,871,967 +"144020",40309,72597,3,871,1843 +"144021",40309,72632,3,871,1289 +"144022",40309,76143,3,871,1610 +"144023",40309,80156,3,871,1667 +"144024",40309,81716,2,871,1199 +"144025",40309,82341,3,871,1515 +"144026",40309,82893,3,871,1275 +"144027",40309,83066,3,871,1229 +"144028",40309,84574,3,871,958 +"144029",40309,91849,3,871,1166 +"144030",40309,92297,3,871,2952 +"144031",40309,92860,3,871,1643 +"144032",40309,107435,3,871,1635 +"144033",40309,115021,2,871,1226 +"144034",40329,341,3,412,2689 +"144035",40329,2226,3,412,2225 +"144036",40329,2617,3,412,592 +"144037",40329,2852,3,412,2448 +"144038",40329,3068,3,412,1815 +"144039",40329,3127,3,412,2273 +"144040",40329,3235,2,412,799 +"144041",40329,3271,3,412,2216 +"144042",40329,4066,3,412,1736 +"144043",40329,4249,3,412,2547 +"144044",40329,5716,3,412,1058 +"144045",40329,6821,3,412,1788 +"144046",40329,7014,3,412,2401 +"144047",40329,9227,2,412,1267 +"144048",40329,9272,3,412,2835 +"144049",40329,10129,3,412,2124 +"144050",40329,10336,3,412,2271 +"144051",40329,11310,3,412,957 +"144052",40329,11728,2,412,1121 +"144053",40329,12208,2,412,447 +"144054",40329,12586,3,412,613 +"144055",40329,12779,3,412,936 +"144056",40329,13537,3,412,1020 +"144057",40329,15462,3,412,1141 +"144058",40329,16352,3,412,2657 +"144059",40329,16437,3,412,1956 +"144060",40329,16684,3,412,1657 +"144061",40329,19069,1,412,988 +"144062",40329,19317,3,412,2041 +"144063",40329,19751,3,412,1630 +"144064",40329,20355,3,412,2111 +"144065",40329,21681,3,412,2005 +"144066",40329,22025,3,412,1591 +"144067",40329,22057,2,412,974 +"144068",40329,22709,3,412,2743 +"144069",40329,22766,3,412,1945 +"144070",40329,25741,3,412,2853 +"144071",40329,27722,3,412,1266 +"144072",40329,28115,3,412,1835 +"144073",40329,28432,3,412,1954 +"144074",40329,29667,3,412,531 +"144075",40329,29884,2,412,1239 +"144076",40329,30609,2,412,988 +"144077",40329,30798,3,412,1398 +"144078",40329,32311,3,412,2396 +"144079",40329,34735,3,412,2767 +"144080",40329,34831,2,412,1866 +"144081",40329,37036,3,412,2264 +"144082",40329,37752,2,412,2223 +"144083",40329,37929,2,412,2393 +"144084",40329,38259,3,412,2258 +"144085",40329,39906,2,412,2365 +"144086",40329,40572,3,412,2666 +"144087",40329,41439,3,412,709 +"144088",40329,41581,3,412,1692 +"144089",40329,43077,3,412,884 +"144090",40329,44235,3,412,2700 +"144091",40329,46501,2,412,845 +"144092",40329,46532,3,412,2005 +"144093",40329,49551,3,412,879 +"144094",40329,50278,3,412,1127 +"144095",40329,51879,2,412,1771 +"144096",40329,52215,3,412,1908 +"144097",40329,53160,3,412,2736 +"144098",40329,54313,3,412,1645 +"144099",40329,55472,3,412,1516 +"144100",40329,56639,3,412,643 +"144101",40329,58122,3,412,889 +"144102",40329,58829,3,412,1256 +"144103",40329,59039,3,412,2870 +"144104",40329,60879,3,412,2792 +"144105",40329,66622,3,412,799 +"144106",40329,68275,3,412,1158 +"144107",40329,76369,3,412,583 +"144108",40329,77077,1,412,2693 +"144109",40329,82819,3,412,1900 +"144110",40329,82932,2,412,2245 +"144111",40329,83218,3,412,1537 +"144112",40329,83253,3,412,1102 +"144113",40329,83398,2,412,845 +"144114",40329,90745,3,412,1994 +"144115",40329,96007,3,412,895 +"144116",40329,99940,2,412,2884 +"144117",40329,104319,3,412,536 +"144118",40329,104828,3,412,1609 +"144119",40329,107052,3,412,2158 +"144120",40368,88232,3,2876,2881 +"144121",40369,455,3,2735,2827 +"144122",40369,6030,3,2735,2953 +"144123",40369,9362,3,2735,2879 +"144124",40369,23132,3,2735,2756 +"144125",40369,27753,2,2735,2750 +"144126",40369,43173,2,2735,2895 +"144127",40369,64997,1,2735,2791 +"144128",40369,88232,3,2735,2881 +"144129",40383,455,3,2639,2827 +"144130",40383,7515,3,2639,2737 +"144131",40383,9184,3,2639,2670 +"144132",40383,23132,2,2639,2756 +"144133",40383,27275,3,2639,2656 +"144134",40383,31235,3,2639,2668 +"144135",40383,42799,3,2639,2729 +"144136",40392,371,3,1878,2950 +"144137",40392,680,2,1878,2569 +"144138",40392,1321,3,1878,2075 +"144139",40392,1560,1,1878,2013 +"144140",40392,2424,3,1878,2582 +"144141",40392,2747,3,1878,2411 +"144142",40392,3255,3,1878,2504 +"144143",40392,3978,3,1878,2775 +"144144",40392,4226,3,1878,1903 +"144145",40392,4303,2,1878,2414 +"144146",40392,4313,3,1878,2368 +"144147",40392,4361,3,1878,2571 +"144148",40392,4698,3,1878,2481 +"144149",40392,4932,3,1878,2752 +"144150",40392,5120,3,1878,2735 +"144151",40392,5235,3,1878,2324 +"144152",40392,5515,3,1878,2385 +"144153",40392,5897,3,1878,2337 +"144154",40392,7252,3,1878,2799 +"144155",40392,7780,3,1878,1920 +"144156",40392,7984,3,1878,2493 +"144157",40392,8062,2,1878,2858 +"144158",40392,9202,3,1878,2477 +"144159",40392,9332,3,1878,2734 +"144160",40392,9716,1,1878,1929 +"144161",40392,9723,3,1878,2302 +"144162",40392,9787,3,1878,2858 +"144163",40392,10200,2,1878,2920 +"144164",40392,10836,3,1878,2215 +"144165",40392,11329,3,1878,2799 +"144166",40392,11429,1,1878,2520 +"144167",40392,11477,2,1878,2724 +"144168",40392,12361,3,1878,2732 +"144169",40392,12747,3,1878,2818 +"144170",40392,12759,2,1878,2414 +"144171",40392,14623,3,1878,2043 +"144172",40392,14626,3,1878,2175 +"144173",40392,14761,2,1878,2502 +"144174",40392,14918,3,1878,2071 +"144175",40392,14972,2,1878,2332 +"144176",40392,15095,2,1878,2001 +"144177",40392,16437,3,1878,1956 +"144178",40392,17037,3,1878,2947 +"144179",40392,17351,3,1878,2036 +"144180",40392,17645,3,1878,1918 +"144181",40392,17999,3,1878,2758 +"144182",40392,18005,3,1878,2449 +"144183",40392,18371,2,1878,2860 +"144184",40392,19516,3,1878,2313 +"144185",40392,19686,3,1878,2467 +"144186",40392,20423,3,1878,2654 +"144187",40392,20496,3,1878,2530 +"144188",40392,20984,3,1878,2502 +"144189",40392,21670,3,1878,2158 +"144190",40392,21693,3,1878,2176 +"144191",40392,21929,3,1878,2062 +"144192",40392,22244,3,1878,2139 +"144193",40392,22326,3,1878,2818 +"144194",40392,22474,3,1878,2446 +"144195",40392,22709,3,1878,2743 +"144196",40392,23739,3,1878,2463 +"144197",40392,24086,2,1878,2663 +"144198",40392,24497,3,1878,1979 +"144199",40392,25305,3,1878,2447 +"144200",40392,25373,2,1878,2783 +"144201",40392,26642,3,1878,2952 +"144202",40392,26658,3,1878,2745 +"144203",40392,27320,3,1878,2378 +"144204",40392,28923,3,1878,2362 +"144205",40392,29929,3,1878,2789 +"144206",40392,30334,1,1878,2075 +"144207",40392,30705,2,1878,2959 +"144208",40392,31307,3,1878,2139 +"144209",40392,31335,3,1878,2351 +"144210",40392,31700,3,1878,2727 +"144211",40392,32582,2,1878,1929 +"144212",40392,32939,3,1878,2277 +"144213",40392,33755,3,1878,2963 +"144214",40392,34892,3,1878,2309 +"144215",40392,35815,3,1878,2789 +"144216",40392,35822,3,1878,1903 +"144217",40392,36912,3,1878,2469 +"144218",40392,36953,2,1878,2790 +"144219",40392,37238,3,1878,2609 +"144220",40392,37342,2,1878,2649 +"144221",40392,37636,1,1878,2178 +"144222",40392,37844,2,1878,2002 +"144223",40392,38505,3,1878,2393 +"144224",40392,38602,3,1878,2693 +"144225",40392,38633,3,1878,2253 +"144226",40392,38800,3,1878,2756 +"144227",40392,39321,3,1878,2257 +"144228",40392,39418,3,1878,1978 +"144229",40392,41185,2,1878,1929 +"144230",40392,41187,3,1878,2340 +"144231",40392,41723,2,1878,2101 +"144232",40392,42813,3,1878,2142 +"144233",40392,42883,3,1878,2575 +"144234",40392,43213,3,1878,2160 +"144235",40392,43660,3,1878,2320 +"144236",40392,44694,3,1878,2220 +"144237",40392,47013,3,1878,2388 +"144238",40392,47082,2,1878,1990 +"144239",40392,47375,3,1878,2043 +"144240",40392,47840,3,1878,2509 +"144241",40392,49347,3,1878,2504 +"144242",40392,49621,3,1878,1915 +"144243",40392,50236,3,1878,2339 +"144244",40392,50585,3,1878,2414 +"144245",40392,51626,3,1878,2494 +"144246",40392,51783,1,1878,2599 +"144247",40392,53219,3,1878,2973 +"144248",40392,53362,3,1878,2360 +"144249",40392,53687,3,1878,2422 +"144250",40392,54903,3,1878,2493 +"144251",40392,56082,2,1878,2395 +"144252",40392,56737,3,1878,2270 +"144253",40392,56859,3,1878,2319 +"144254",40392,57804,3,1878,2214 +"144255",40392,58521,3,1878,2950 +"144256",40392,61513,3,1878,2948 +"144257",40392,62739,3,1878,2753 +"144258",40392,71065,3,1878,2231 +"144259",40392,72088,3,1878,2728 +"144260",40392,72207,3,1878,2430 +"144261",40392,75403,3,1878,1895 +"144262",40392,81113,3,1878,1914 +"144263",40392,94525,3,1878,1993 +"144264",40392,104565,3,1878,2693 +"144265",40392,122567,3,1878,2783 +"144266",40393,7337,3,1626,1797 +"144267",40393,29818,2,1626,1677 +"144268",40393,58745,3,1626,1920 +"144269",40407,2282,3,1972,2056 +"144270",40407,23550,3,1972,2939 +"144271",40407,26597,3,1972,2070 +"144272",40407,28782,3,1972,2272 +"144273",40407,36840,3,1972,2269 +"144274",40407,37684,3,1972,2899 +"144275",40407,42382,3,1972,2224 +"144276",40407,42390,3,1972,2937 +"144277",40407,53584,3,1972,2391 +"144278",40407,80970,3,1972,2069 +"144279",40417,1044,3,771,880 +"144280",40417,1127,2,771,1188 +"144281",40417,1130,3,771,1566 +"144282",40417,1175,2,771,1642 +"144283",40417,2181,3,771,2030 +"144284",40417,2269,2,771,984 +"144285",40417,2325,3,771,1641 +"144286",40417,2424,3,771,2582 +"144287",40417,2533,3,771,2016 +"144288",40417,3305,3,771,2839 +"144289",40417,3886,3,771,1669 +"144290",40417,3966,1,771,2425 +"144291",40417,4790,3,771,1025 +"144292",40417,5716,3,771,1058 +"144293",40417,5986,3,771,1721 +"144294",40417,6052,3,771,1985 +"144295",40417,6417,3,771,1675 +"144296",40417,7861,3,771,1647 +"144297",40417,14589,2,771,1184 +"144298",40417,14855,3,771,903 +"144299",40417,14972,3,771,2332 +"144300",40417,15813,3,771,2143 +"144301",40417,16352,3,771,2657 +"144302",40417,17931,2,771,1617 +"144303",40417,18348,3,771,1711 +"144304",40417,18707,3,771,1143 +"144305",40417,19248,3,771,2357 +"144306",40417,19719,3,771,2177 +"144307",40417,19733,3,771,1907 +"144308",40417,21164,3,771,1645 +"144309",40417,22282,3,771,1418 +"144310",40417,23310,3,771,2371 +"144311",40417,25325,2,771,2963 +"144312",40417,26282,3,771,1241 +"144313",40417,26659,3,771,903 +"144314",40417,27694,2,771,2030 +"144315",40417,28002,2,771,914 +"144316",40417,28559,3,771,1525 +"144317",40417,28626,3,771,2842 +"144318",40417,29917,2,771,1962 +"144319",40417,29930,3,771,2240 +"144320",40417,30052,3,771,2855 +"144321",40417,32694,3,771,1602 +"144322",40417,34509,3,771,1973 +"144323",40417,36691,3,771,1903 +"144324",40417,39186,2,771,1258 +"144325",40417,40493,3,771,1981 +"144326",40417,42574,3,771,2842 +"144327",40417,47248,3,771,2883 +"144328",40417,49110,3,771,2938 +"144329",40417,51017,3,771,2073 +"144330",40417,56317,3,771,2030 +"144331",40417,57414,3,771,922 +"144332",40417,58078,3,771,1252 +"144333",40417,60280,3,771,1918 +"144334",40417,62841,3,771,2710 +"144335",40417,63547,3,771,1023 +"144336",40417,64181,3,771,1828 +"144337",40417,70605,3,771,1176 +"144338",40417,76892,3,771,2381 +"144339",40417,80219,2,771,988 +"144340",40417,86799,3,771,1951 +"144341",40417,90378,2,771,890 +"144342",40417,90911,3,771,1263 +"144343",40432,1275,2,1956,2068 +"144344",40432,2093,3,1956,2459 +"144345",40432,2484,3,1956,2389 +"144346",40432,3271,3,1956,2216 +"144347",40432,3947,3,1956,2067 +"144348",40432,3961,3,1956,2426 +"144349",40432,5239,3,1956,2875 +"144350",40432,5912,2,1956,2257 +"144351",40432,6047,3,1956,2004 +"144352",40432,7984,3,1956,2493 +"144353",40432,8533,3,1956,2251 +"144354",40432,8887,3,1956,2373 +"144355",40432,9272,3,1956,2835 +"144356",40432,10857,3,1956,2253 +"144357",40432,11218,3,1956,2292 +"144358",40432,11456,3,1956,2715 +"144359",40432,11477,3,1956,2724 +"144360",40432,12042,3,1956,2345 +"144361",40432,13388,3,1956,2119 +"144362",40432,13780,3,1956,2412 +"144363",40432,14032,3,1956,2144 +"144364",40432,15401,2,1956,1999 +"144365",40432,16352,3,1956,2657 +"144366",40432,16801,3,1956,2008 +"144367",40432,16826,2,1956,2599 +"144368",40432,18103,1,1956,1968 +"144369",40432,18874,3,1956,2170 +"144370",40432,19027,3,1956,2721 +"144371",40432,19719,3,1956,2177 +"144372",40432,20067,3,1956,2390 +"144373",40432,20311,3,1956,1981 +"144374",40432,20732,3,1956,2401 +"144375",40432,21138,3,1956,2849 +"144376",40432,23132,3,1956,2756 +"144377",40432,23726,3,1956,2434 +"144378",40432,24146,3,1956,2003 +"144379",40432,26249,3,1956,2301 +"144380",40432,28582,3,1956,2698 +"144381",40432,30747,3,1956,2455 +"144382",40432,31069,2,1956,1995 +"144383",40432,32988,2,1956,2008 +"144384",40432,33801,3,1956,2899 +"144385",40432,34158,3,1956,2639 +"144386",40432,35361,3,1956,2389 +"144387",40432,36962,3,1956,2861 +"144388",40432,37418,3,1956,2710 +"144389",40432,38227,2,1956,2511 +"144390",40432,42505,2,1956,2008 +"144391",40432,43226,3,1956,2442 +"144392",40432,44407,3,1956,2154 +"144393",40432,44676,3,1956,2629 +"144394",40432,46040,3,1956,2105 +"144395",40432,46988,3,1956,2460 +"144396",40432,47386,2,1956,2226 +"144397",40432,48110,3,1956,2009 +"144398",40432,51017,3,1956,2073 +"144399",40432,51410,3,1956,2739 +"144400",40432,54551,3,1956,2348 +"144401",40432,54929,3,1956,2783 +"144402",40432,56237,3,1956,2625 +"144403",40432,57977,2,1956,2683 +"144404",40432,58508,3,1956,2326 +"144405",40432,65322,2,1956,2008 +"144406",40432,69335,3,1956,2698 +"144407",40432,70269,2,1956,2368 +"144408",40432,76356,3,1956,2323 +"144409",40432,78150,3,1956,2581 +"144410",40432,82929,2,1956,2475 +"144411",40432,86105,3,1956,2226 +"144412",40432,92757,3,1956,2615 +"144413",40472,360,3,549,1671 +"144414",40472,1050,3,549,1185 +"144415",40472,2063,3,549,1278 +"144416",40472,2077,3,549,610 +"144417",40472,3164,3,549,2693 +"144418",40472,3167,3,549,1676 +"144419",40472,4191,2,549,2130 +"144420",40472,4618,3,549,2607 +"144421",40472,6030,2,549,2953 +"144422",40472,7245,3,549,2089 +"144423",40472,8088,2,549,2220 +"144424",40472,8700,2,549,1270 +"144425",40472,8772,1,549,847 +"144426",40472,9298,2,549,1109 +"144427",40472,12103,3,549,1244 +"144428",40472,16863,3,549,2069 +"144429",40472,17357,3,549,1536 +"144430",40472,22260,3,549,2137 +"144431",40472,22566,3,549,2308 +"144432",40472,25643,3,549,1646 +"144433",40472,28050,3,549,1955 +"144434",40472,28168,3,549,2702 +"144435",40472,28190,3,549,1634 +"144436",40472,28892,3,549,2023 +"144437",40472,29456,2,549,1182 +"144438",40472,32113,3,549,882 +"144439",40472,38869,3,549,1675 +"144440",40472,40293,3,549,1671 +"144441",40472,46391,2,549,1779 +"144442",40472,46883,2,549,1671 +"144443",40472,51410,3,549,2739 +"144444",40472,54255,3,549,679 +"144445",40472,54305,3,549,1222 +"144446",40472,56143,3,549,766 +"144447",40472,58384,3,549,1637 +"144448",40472,76284,3,549,1237 +"144449",40472,82767,3,549,1641 +"144450",40472,88710,3,549,927 +"144451",40472,94947,3,549,1368 +"144452",40472,105233,3,549,1199 +"144453",40475,2802,3,159,1836 +"144454",40475,9912,3,159,1356 +"144455",40475,11135,3,159,2441 +"144456",40475,16361,2,159,1641 +"144457",40475,22571,3,159,655 +"144458",40475,24104,3,159,817 +"144459",40475,25885,2,159,1223 +"144460",40475,25886,3,159,1580 +"144461",40475,51099,1,159,262 +"144462",40475,52820,2,159,306 +"144463",40475,80728,3,159,599 +"144464",40475,83007,3,159,2727 +"144465",40475,83362,3,159,1877 +"144466",40475,93317,2,159,1223 +"144467",40475,99955,3,159,1223 +"144468",40487,5239,3,2512,2875 +"144469",40487,5315,3,2512,2631 +"144470",40487,13573,3,2512,2774 +"144471",40487,29095,3,2512,2531 +"144472",40487,34158,3,2512,2639 +"144473",40487,48127,3,2512,2677 +"144474",40488,512,3,486,1596 +"144475",40488,1592,3,486,2006 +"144476",40488,1691,3,486,1941 +"144477",40488,2011,2,486,2176 +"144478",40488,2224,3,486,2751 +"144479",40488,2563,3,486,1686 +"144480",40488,4932,3,486,2752 +"144481",40488,5018,3,486,640 +"144482",40488,5120,3,486,2735 +"144483",40488,5258,3,486,2730 +"144484",40488,6252,3,486,2336 +"144485",40488,6363,3,486,2066 +"144486",40488,6390,3,486,2385 +"144487",40488,8041,3,486,632 +"144488",40488,9511,3,486,1232 +"144489",40488,13945,3,486,1324 +"144490",40488,14108,2,486,2012 +"144491",40488,14731,3,486,2012 +"144492",40488,18211,3,486,1745 +"144493",40488,18502,3,486,1033 +"144494",40488,18543,2,486,2968 +"144495",40488,19248,3,486,2357 +"144496",40488,19332,3,486,1214 +"144497",40488,20407,3,486,2339 +"144498",40488,21133,3,486,1320 +"144499",40488,21617,3,486,516 +"144500",40488,22884,3,486,1608 +"144501",40488,23403,2,486,607 +"144502",40488,23787,3,486,2810 +"144503",40488,25565,3,486,2764 +"144504",40488,26106,3,486,2015 +"144505",40488,26957,3,486,987 +"144506",40488,27275,3,486,2656 +"144507",40488,28057,3,486,1067 +"144508",40488,28808,3,486,1063 +"144509",40488,29224,3,486,2011 +"144510",40488,30411,1,486,630 +"144511",40488,33572,3,486,2370 +"144512",40488,33588,3,486,1040 +"144513",40488,33621,2,486,1319 +"144514",40488,34314,3,486,630 +"144515",40488,34945,3,486,1298 +"144516",40488,35041,3,486,1311 +"144517",40488,36439,3,486,2469 +"144518",40488,37509,3,486,1640 +"144519",40488,37628,3,486,819 +"144520",40488,38213,3,486,1744 +"144521",40488,38667,3,486,2880 +"144522",40488,40226,3,486,880 +"144523",40488,41085,2,486,637 +"144524",40488,42725,3,486,630 +"144525",40488,43226,3,486,2442 +"144526",40488,44427,2,486,2875 +"144527",40488,46621,3,486,1343 +"144528",40488,47064,3,486,1993 +"144529",40488,47585,3,486,794 +"144530",40488,49300,3,486,515 +"144531",40488,49620,3,486,1868 +"144532",40488,50235,3,486,726 +"144533",40488,52323,3,486,2148 +"144534",40488,52327,3,486,1472 +"144535",40488,52735,3,486,1124 +"144536",40488,53252,3,486,637 +"144537",40488,56116,3,486,1321 +"144538",40488,57990,2,486,978 +"144539",40488,59438,3,486,2400 +"144540",40488,61689,3,486,1309 +"144541",40488,61785,3,486,822 +"144542",40488,69257,3,486,1402 +"144543",40488,71274,3,486,2390 +"144544",40488,74636,3,486,2525 +"144545",40488,75025,1,486,717 +"144546",40488,75921,3,486,517 +"144547",40488,76127,3,486,910 +"144548",40488,76192,3,486,912 +"144549",40488,78569,3,486,578 +"144550",40488,78975,3,486,946 +"144551",40488,82401,3,486,1210 +"144552",40488,84612,3,486,2175 +"144553",40488,88232,3,486,2881 +"144554",40488,92491,2,486,1968 +"144555",40488,93398,3,486,828 +"144556",40488,99953,3,486,581 +"144557",40488,100215,3,486,2436 +"144558",40488,101967,3,486,691 +"144559",40488,106555,3,486,1626 +"144560",40492,237,3,1286,1982 +"144561",40492,1195,3,1286,1322 +"144562",40492,9241,3,1286,2338 +"144563",40492,13879,3,1286,2748 +"144564",40492,14709,3,1286,1901 +"144565",40492,19934,3,1286,2888 +"144566",40492,21795,3,1286,2653 +"144567",40492,23000,3,1286,1815 +"144568",40492,38492,3,1286,2280 +"144569",40492,41581,3,1286,1692 +"144570",40492,43250,3,1286,1300 +"144571",40492,44749,3,1286,1303 +"144572",40492,57356,3,1286,2476 +"144573",40493,134,2,1981,2062 +"144574",40493,145,3,1981,1998 +"144575",40493,270,2,1981,2542 +"144576",40493,312,2,1981,2038 +"144577",40493,380,2,1981,2261 +"144578",40493,470,3,1981,2285 +"144579",40493,913,3,1981,2144 +"144580",40493,1102,2,1981,2282 +"144581",40493,1592,3,1981,2006 +"144582",40493,2424,3,1981,2582 +"144583",40493,2484,3,1981,2389 +"144584",40493,2533,3,1981,2016 +"144585",40493,2572,3,1981,2273 +"144586",40493,2684,3,1981,2874 +"144587",40493,2954,3,1981,2727 +"144588",40493,3305,3,1981,2839 +"144589",40493,3306,3,1981,1989 +"144590",40493,3966,2,1981,2425 +"144591",40493,4567,3,1981,2348 +"144592",40493,4953,3,1981,2285 +"144593",40493,5235,3,1981,2324 +"144594",40493,5429,3,1981,1991 +"144595",40493,5580,2,1981,2111 +"144596",40493,5971,3,1981,1985 +"144597",40493,6047,2,1981,2004 +"144598",40493,6052,2,1981,1985 +"144599",40493,6074,2,1981,2426 +"144600",40493,6363,3,1981,2066 +"144601",40493,6588,3,1981,2025 +"144602",40493,6718,3,1981,2138 +"144603",40493,6982,3,1981,2034 +"144604",40493,7245,3,1981,2089 +"144605",40493,8533,3,1981,2251 +"144606",40493,8762,3,1981,2585 +"144607",40493,9150,3,1981,2689 +"144608",40493,9362,3,1981,2879 +"144609",40493,9654,2,1981,2111 +"144610",40493,10513,3,1981,2284 +"144611",40493,10857,3,1981,2253 +"144612",40493,10871,3,1981,2314 +"144613",40493,11055,3,1981,2111 +"144614",40493,11218,3,1981,2292 +"144615",40493,11456,3,1981,2715 +"144616",40493,11966,3,1981,2385 +"144617",40493,12042,3,1981,2345 +"144618",40493,12976,3,1981,2399 +"144619",40493,13307,2,1981,2206 +"144620",40493,14032,3,1981,2144 +"144621",40493,14252,2,1981,2244 +"144622",40493,14655,3,1981,2559 +"144623",40493,14834,3,1981,2739 +"144624",40493,15301,2,1981,2308 +"144625",40493,15315,3,1981,2173 +"144626",40493,16352,3,1981,2657 +"144627",40493,16535,2,1981,1993 +"144628",40493,17365,2,1981,2746 +"144629",40493,17413,3,1981,2230 +"144630",40493,18394,2,1981,2356 +"144631",40493,19072,3,1981,2358 +"144632",40493,19248,3,1981,2357 +"144633",40493,19622,3,1981,2371 +"144634",40493,19862,1,1981,2412 +"144635",40493,20124,3,1981,2376 +"144636",40493,20292,3,1981,2755 +"144637",40493,20407,3,1981,2339 +"144638",40493,21012,3,1981,2325 +"144639",40493,21571,2,1981,2755 +"144640",40493,21682,2,1981,2414 +"144641",40493,21693,3,1981,2176 +"144642",40493,21929,1,1981,2062 +"144643",40493,22141,3,1981,2348 +"144644",40493,22326,3,1981,2818 +"144645",40493,22566,3,1981,2308 +"144646",40493,23011,3,1981,2763 +"144647",40493,23526,2,1981,1998 +"144648",40493,24060,3,1981,2349 +"144649",40493,24253,3,1981,2213 +"144650",40493,24448,3,1981,2289 +"144651",40493,24721,3,1981,2326 +"144652",40493,25129,3,1981,2647 +"144653",40493,25305,3,1981,2447 +"144654",40493,25325,3,1981,2963 +"144655",40493,25816,3,1981,2088 +"144656",40493,25985,3,1981,2071 +"144657",40493,26080,3,1981,2525 +"144658",40493,26721,2,1981,2586 +"144659",40493,27173,3,1981,2050 +"144660",40493,27334,3,1981,2750 +"144661",40493,27694,3,1981,2030 +"144662",40493,29930,3,1981,2240 +"144663",40493,30173,3,1981,2404 +"144664",40493,30405,3,1981,2164 +"144665",40493,30827,3,1981,2323 +"144666",40493,31235,3,1981,2668 +"144667",40493,31307,3,1981,2139 +"144668",40493,32567,3,1981,2784 +"144669",40493,33475,2,1981,2367 +"144670",40493,33949,3,1981,2489 +"144671",40493,33981,1,1981,1993 +"144672",40493,34735,3,1981,2767 +"144673",40493,36087,3,1981,2755 +"144674",40493,38307,3,1981,2648 +"144675",40493,41945,3,1981,2856 +"144676",40493,41972,3,1981,2509 +"144677",40493,42129,3,1981,2318 +"144678",40493,42216,3,1981,2722 +"144679",40493,42574,3,1981,2842 +"144680",40493,42619,3,1981,2017 +"144681",40493,43455,2,1981,2846 +"144682",40493,43796,3,1981,2476 +"144683",40493,44769,3,1981,2411 +"144684",40493,45302,2,1981,2390 +"144685",40493,46629,3,1981,2255 +"144686",40493,46950,3,1981,2673 +"144687",40493,48035,2,1981,2180 +"144688",40493,49110,1,1981,2938 +"144689",40493,49696,3,1981,2444 +"144690",40493,50134,3,1981,2674 +"144691",40493,50179,2,1981,2230 +"144692",40493,50236,3,1981,2339 +"144693",40493,51017,3,1981,2073 +"144694",40493,51035,3,1981,2397 +"144695",40493,51041,3,1981,2606 +"144696",40493,51866,1,1981,2411 +"144697",40493,52003,3,1981,2067 +"144698",40493,53219,3,1981,2973 +"144699",40493,54551,3,1981,2348 +"144700",40493,55256,3,1981,2379 +"144701",40493,56082,3,1981,2395 +"144702",40493,57969,2,1981,2755 +"144703",40493,57977,3,1981,2683 +"144704",40493,61982,3,1981,2725 +"144705",40493,65016,3,1981,2749 +"144706",40493,66224,3,1981,2728 +"144707",40493,66992,3,1981,2882 +"144708",40493,67652,3,1981,2736 +"144709",40493,67726,3,1981,2873 +"144710",40493,72207,3,1981,2430 +"144711",40493,80825,3,1981,2315 +"144712",40493,83862,3,1981,2026 +"144713",40493,84022,3,1981,2289 +"144714",40493,88232,3,1981,2881 +"144715",40493,99860,3,1981,2071 +"144716",40510,1393,2,943,1706 +"144717",40510,2370,2,943,1600 +"144718",40510,2506,3,943,954 +"144719",40510,4784,3,943,2511 +"144720",40510,6020,3,943,1864 +"144721",40510,9088,3,943,1881 +"144722",40510,10610,3,943,1427 +"144723",40510,13595,3,943,1164 +"144724",40510,16455,3,943,946 +"144725",40510,16866,3,943,2718 +"144726",40510,17925,3,943,2385 +"144727",40510,21142,3,943,2414 +"144728",40510,21358,3,943,1970 +"144729",40510,21920,2,943,2367 +"144730",40510,28648,3,943,1586 +"144731",40510,31950,2,943,2217 +"144732",40510,31990,3,943,2264 +"144733",40510,32629,3,943,1789 +"144734",40510,32724,3,943,2581 +"144735",40510,34274,3,943,1437 +"144736",40510,37801,3,943,2578 +"144737",40510,41075,3,943,1176 +"144738",40510,41489,3,943,2006 +"144739",40510,44312,3,943,2741 +"144740",40510,44421,3,943,956 +"144741",40510,45297,3,943,1864 +"144742",40510,45449,2,943,1610 +"144743",40510,45450,2,943,1590 +"144744",40510,48254,2,943,1013 +"144745",40510,48781,1,943,954 +"144746",40510,48823,3,943,2080 +"144747",40510,48931,3,943,2444 +"144748",40510,61921,3,943,1793 +"144749",40510,64737,3,943,2442 +"144750",40510,77719,3,943,2086 +"144751",40510,79639,2,943,1013 +"144752",40510,80186,1,943,2228 +"144753",40510,84581,1,943,1241 +"144754",40510,92366,2,943,1434 +"144755",40510,93642,2,943,1120 +"144756",40510,100084,2,943,1964 +"144757",40510,103989,2,943,1207 +"144758",40510,108467,3,943,2170 +"144759",40537,2,3,1284,2796 +"144760",40537,1520,1,1284,1716 +"144761",40537,6063,3,1284,2349 +"144762",40537,8354,3,1284,1705 +"144763",40537,9481,3,1284,1610 +"144764",40537,10336,3,1284,2271 +"144765",40537,10453,3,1284,1656 +"144766",40537,10473,3,1284,1783 +"144767",40537,14586,3,1284,2801 +"144768",40537,14791,3,1284,1370 +"144769",40537,16796,3,1284,1892 +"144770",40537,17645,3,1284,1918 +"144771",40537,19587,3,1284,1684 +"144772",40537,20220,3,1284,1656 +"144773",40537,26974,3,1284,1672 +"144774",40537,28837,3,1284,2286 +"144775",40537,30368,3,1284,2487 +"144776",40537,31542,3,1284,2459 +"144777",40537,32079,3,1284,2315 +"144778",40537,42756,2,1284,1384 +"144779",40537,43204,3,1284,1680 +"144780",40537,46532,3,1284,2005 +"144781",40537,48832,3,1284,1370 +"144782",40537,56569,3,1284,1993 +"144783",40537,61347,1,1284,1684 +"144784",40537,66994,3,1284,1865 +"144785",40537,68586,3,1284,2322 +"144786",40537,72597,3,1284,1843 +"144787",40537,81164,3,1284,2260 +"144788",40537,81400,3,1284,2679 +"144789",40537,96700,3,1284,1602 +"144790",40541,40739,1,580,590 +"144791",40542,270,3,1664,2542 +"144792",40542,380,3,1664,2261 +"144793",40542,543,3,1664,2203 +"144794",40542,843,3,1664,2332 +"144795",40542,854,3,1664,2307 +"144796",40542,1102,3,1664,2282 +"144797",40542,1196,3,1664,1986 +"144798",40542,1222,3,1664,2598 +"144799",40542,1520,3,1664,1716 +"144800",40542,1685,3,1664,2230 +"144801",40542,1822,2,1664,2888 +"144802",40542,2093,3,1664,2459 +"144803",40542,2139,3,1664,2502 +"144804",40542,2181,2,1664,2030 +"144805",40542,2747,3,1664,2411 +"144806",40542,2985,3,1664,2398 +"144807",40542,3195,3,1664,2043 +"144808",40542,3272,3,1664,2132 +"144809",40542,3456,3,1664,1999 +"144810",40542,3477,1,1664,2546 +"144811",40542,3495,3,1664,2431 +"144812",40542,3620,3,1664,2955 +"144813",40542,4504,3,1664,1905 +"144814",40542,4612,3,1664,2804 +"144815",40542,4953,3,1664,2285 +"144816",40542,5414,3,1664,2321 +"144817",40542,5971,3,1664,1985 +"144818",40542,6047,3,1664,2004 +"144819",40542,6063,1,1664,2349 +"144820",40542,6248,3,1664,2737 +"144821",40542,6262,3,1664,2733 +"144822",40542,6324,3,1664,1990 +"144823",40542,6392,2,1664,1878 +"144824",40542,6449,3,1664,1997 +"144825",40542,6588,3,1664,2025 +"144826",40542,6621,3,1664,2478 +"144827",40542,7337,3,1664,1797 +"144828",40542,7422,3,1664,1793 +"144829",40542,7648,3,1664,1861 +"144830",40542,7937,3,1664,2044 +"144831",40542,8354,3,1664,1705 +"144832",40542,8762,3,1664,2585 +"144833",40542,8993,2,1664,2099 +"144834",40542,9175,3,1664,2639 +"144835",40542,9273,3,1664,1747 +"144836",40542,9328,3,1664,1937 +"144837",40542,9364,3,1664,1698 +"144838",40542,9423,3,1664,1708 +"144839",40542,9503,2,1664,2453 +"144840",40542,9787,3,1664,2858 +"144841",40542,9801,3,1664,2443 +"144842",40542,10473,3,1664,1783 +"144843",40542,10857,3,1664,2253 +"144844",40542,10870,3,1664,1755 +"144845",40542,11218,3,1664,2292 +"144846",40542,11246,3,1664,2741 +"144847",40542,11588,3,1664,2352 +"144848",40542,11625,3,1664,2022 +"144849",40542,12081,3,1664,2166 +"144850",40542,12577,3,1664,2530 +"144851",40542,12598,3,1664,2086 +"144852",40542,13007,3,1664,2496 +"144853",40542,13024,3,1664,2468 +"144854",40542,13899,2,1664,2650 +"144855",40542,14353,3,1664,2878 +"144856",40542,14749,3,1664,1998 +"144857",40542,14817,2,1664,2110 +"144858",40542,15023,2,1664,2054 +"144859",40542,15047,3,1664,1697 +"144860",40542,15729,3,1664,2338 +"144861",40542,15799,3,1664,1917 +"144862",40542,16205,3,1664,2630 +"144863",40542,16628,3,1664,2409 +"144864",40542,17027,3,1664,2772 +"144865",40542,17037,3,1664,2947 +"144866",40542,18361,3,1664,2968 +"144867",40542,18394,3,1664,2356 +"144868",40542,18571,3,1664,2128 +"144869",40542,18670,3,1664,1835 +"144870",40542,18943,3,1664,2861 +"144871",40542,19075,3,1664,2214 +"144872",40542,19317,2,1664,2041 +"144873",40542,19718,3,1664,1702 +"144874",40542,19934,3,1664,2888 +"144875",40542,20124,2,1664,2376 +"144876",40542,20162,3,1664,2328 +"144877",40542,20416,3,1664,2323 +"144878",40542,20547,3,1664,2145 +"144879",40542,20739,3,1664,2025 +"144880",40542,20984,2,1664,2502 +"144881",40542,21079,3,1664,1997 +"144882",40542,21275,3,1664,2609 +"144883",40542,21670,3,1664,2158 +"144884",40542,21684,2,1664,1971 +"144885",40542,21815,3,1664,2032 +"144886",40542,22744,3,1664,1907 +"144887",40542,23131,3,1664,1732 +"144888",40542,23526,3,1664,1998 +"144889",40542,23715,3,1664,1859 +"144890",40542,24264,3,1664,1760 +"144891",40542,24902,3,1664,2162 +"144892",40542,25163,3,1664,1751 +"144893",40542,25816,3,1664,2088 +"144894",40542,26138,3,1664,1902 +"144895",40542,26234,3,1664,2183 +"144896",40542,27694,3,1664,2030 +"144897",40542,27783,3,1664,2302 +"144898",40542,27897,3,1664,1968 +"144899",40542,28893,3,1664,2764 +"144900",40542,29962,3,1664,2201 +"144901",40542,30052,3,1664,2855 +"144902",40542,30236,3,1664,2238 +"144903",40542,30668,3,1664,2882 +"144904",40542,30669,3,1664,1921 +"144905",40542,30827,3,1664,2323 +"144906",40542,31159,3,1664,2231 +"144907",40542,31164,3,1664,1996 +"144908",40542,31295,3,1664,2183 +"144909",40542,31357,2,1664,2389 +"144910",40542,31542,3,1664,2459 +"144911",40542,32235,3,1664,2109 +"144912",40542,32339,2,1664,2430 +"144913",40542,32395,2,1664,2735 +"144914",40542,32449,3,1664,2091 +"144915",40542,32904,3,1664,2055 +"144916",40542,33223,1,1664,2397 +"144917",40542,33451,2,1664,1957 +"144918",40542,33470,2,1664,2003 +"144919",40542,35822,2,1664,1903 +"144920",40542,36031,3,1664,2342 +"144921",40542,36136,3,1664,2338 +"144922",40542,37301,2,1664,2160 +"144923",40542,38213,3,1664,1744 +"144924",40542,38307,3,1664,2648 +"144925",40542,38727,3,1664,2238 +"144926",40542,38732,3,1664,2263 +"144927",40542,39062,3,1664,2020 +"144928",40542,39411,3,1664,2384 +"144929",40542,39464,3,1664,2314 +"144930",40542,40572,3,1664,2666 +"144931",40542,41185,3,1664,1929 +"144932",40542,41581,3,1664,1692 +"144933",40542,41945,3,1664,2856 +"144934",40542,42216,3,1664,2722 +"144935",40542,42783,3,1664,2338 +"144936",40542,43455,3,1664,2846 +"144937",40542,44564,3,1664,2034 +"144938",40542,45239,3,1664,2535 +"144939",40542,46091,3,1664,1938 +"144940",40542,46486,3,1664,1868 +"144941",40542,47140,3,1664,2439 +"144942",40542,47595,2,1664,2374 +"144943",40542,47844,3,1664,2906 +"144944",40542,48939,3,1664,1749 +"144945",40542,49620,3,1664,1868 +"144946",40542,49759,3,1664,2400 +"144947",40542,50335,3,1664,1893 +"144948",40542,51173,3,1664,1829 +"144949",40542,51843,2,1664,2389 +"144950",40542,51866,3,1664,2411 +"144951",40542,52041,3,1664,2694 +"144952",40542,52892,3,1664,2372 +"144953",40542,52953,2,1664,1741 +"144954",40542,53013,3,1664,2523 +"144955",40542,54385,3,1664,2340 +"144956",40542,54551,3,1664,2348 +"144957",40542,55307,3,1664,2306 +"144958",40542,56082,3,1664,2395 +"144959",40542,57129,3,1664,1858 +"144960",40542,57246,3,1664,1873 +"144961",40542,57760,3,1664,1721 +"144962",40542,58164,3,1664,2398 +"144963",40542,58218,3,1664,2627 +"144964",40542,58536,3,1664,2742 +"144965",40542,59289,3,1664,2896 +"144966",40542,59790,2,1664,1827 +"144967",40542,60661,3,1664,2700 +"144968",40542,61125,3,1664,1673 +"144969",40542,63077,3,1664,2778 +"144970",40542,63104,3,1664,2149 +"144971",40542,69308,3,1664,2370 +"144972",40542,70232,3,1664,2401 +"144973",40542,70573,3,1664,1993 +"144974",40542,71217,3,1664,2169 +"144975",40542,72597,3,1664,1843 +"144976",40542,73192,3,1664,1955 +"144977",40542,74370,3,1664,1667 +"144978",40542,74636,3,1664,2525 +"144979",40542,79547,2,1664,1909 +"144980",40542,80615,3,1664,2252 +"144981",40542,84317,2,1664,2081 +"144982",40542,84808,3,1664,1974 +"144983",40542,110737,3,1664,2117 +"144984",40565,267,2,2115,2631 +"144985",40565,7616,3,2115,2296 +"144986",40565,13899,3,2115,2650 +"144987",40565,16866,3,2115,2718 +"144988",40565,18464,3,2115,2312 +"144989",40565,18865,3,2115,2676 +"144990",40565,19208,3,2115,2629 +"144991",40565,19605,3,2115,2395 +"144992",40565,22207,2,2115,2365 +"144993",40565,27628,3,2115,2389 +"144994",40565,31705,3,2115,2706 +"144995",40565,44403,2,2115,2429 +"144996",40565,50480,3,2115,2701 +"144997",40565,56910,3,2115,2705 +"144998",40565,63395,3,2115,2334 +"144999",40565,73661,2,2115,2505 +"145000",40572,841,3,2666,2964 +"145001",40572,3978,3,2666,2775 +"145002",40572,4612,3,2666,2804 +"145003",40572,7252,3,2666,2799 +"145004",40572,8568,3,2666,2706 +"145005",40572,9787,3,2666,2858 +"145006",40572,11648,2,2666,2852 +"145007",40572,12948,2,2666,2669 +"145008",40572,17033,3,2666,2771 +"145009",40572,20941,3,2666,2725 +"145010",40572,27686,3,2666,2844 +"145011",40572,27742,3,2666,2700 +"145012",40572,32395,3,2666,2735 +"145013",40572,34216,3,2666,2832 +"145014",40572,36953,2,2666,2790 +"145015",40572,40035,3,2666,2742 +"145016",40572,44603,3,2666,2748 +"145017",40572,45869,2,2666,2840 +"145018",40572,53739,2,2666,2704 +"145019",40572,71531,3,2666,2887 +"145020",40572,90467,3,2666,2840 +"145021",40609,8286,3,845,886 +"145022",40609,15343,3,845,2125 +"145023",40609,18151,3,845,2962 +"145024",40609,24608,3,845,1630 +"145025",40609,42618,3,845,2316 +"145026",40609,42814,3,845,1149 +"145027",40609,83259,1,845,1245 +"145028",40609,86279,3,845,1076 +"145029",40609,103721,3,845,1030 +"145030",40623,40572,3,2580,2666 +"145031",40630,16502,3,930,1616 +"145032",40630,19215,3,930,2604 +"145033",40630,68539,3,930,1158 +"145034",40640,33949,3,2257,2489 +"145035",40645,997,3,1899,2788 +"145036",40645,1147,3,1899,1999 +"145037",40645,1196,3,1899,1986 +"145038",40645,2424,3,1899,2582 +"145039",40645,2684,3,1899,2874 +"145040",40645,3271,3,1899,2216 +"145041",40645,3306,3,1899,1989 +"145042",40645,3947,3,1899,2067 +"145043",40645,3961,3,1899,2426 +"145044",40645,4226,3,1899,1903 +"145045",40645,5239,2,1899,2875 +"145046",40645,7984,2,1899,2493 +"145047",40645,9272,3,1899,2835 +"145048",40645,9362,3,1899,2879 +"145049",40645,11477,3,1899,2724 +"145050",40645,12901,3,1899,2136 +"145051",40645,13388,3,1899,2119 +"145052",40645,13639,3,1899,2887 +"145053",40645,13780,2,1899,2412 +"145054",40645,14943,3,1899,1942 +"145055",40645,15003,3,1899,2067 +"145056",40645,15184,3,1899,2396 +"145057",40645,15401,2,1899,1999 +"145058",40645,16801,3,1899,2008 +"145059",40645,16826,3,1899,2599 +"145060",40645,18103,3,1899,1968 +"145061",40645,20311,3,1899,1981 +"145062",40645,21285,3,1899,2100 +"145063",40645,21872,3,1899,2458 +"145064",40645,23725,3,1899,2378 +"145065",40645,25577,3,1899,1946 +"145066",40645,26451,3,1899,2133 +"145067",40645,29004,3,1899,2596 +"145068",40645,30747,2,1899,2455 +"145069",40645,31069,3,1899,1995 +"145070",40645,32988,2,1899,2008 +"145071",40645,33801,3,1899,2899 +"145072",40645,34158,3,1899,2639 +"145073",40645,36862,3,1899,2655 +"145074",40645,40432,3,1899,1956 +"145075",40645,42505,2,1899,2008 +"145076",40645,43226,3,1899,2442 +"145077",40645,46040,2,1899,2105 +"145078",40645,48110,3,1899,2009 +"145079",40645,50134,3,1899,2674 +"145080",40645,54929,3,1899,2783 +"145081",40645,55139,3,1899,2323 +"145082",40645,56317,3,1899,2030 +"145083",40645,58164,3,1899,2398 +"145084",40645,58365,3,1899,1902 +"145085",40645,58508,3,1899,2326 +"145086",40645,64997,3,1899,2791 +"145087",40645,65155,2,1899,1947 +"145088",40645,65322,2,1899,2008 +"145089",40645,69335,3,1899,2698 +"145090",40645,73192,3,1899,1955 +"145091",40645,78150,2,1899,2581 +"145092",40645,79567,3,1899,1942 +"145093",40645,92757,3,1899,2615 +"145094",40646,2972,3,1583,1708 +"145095",40646,5392,3,1583,1648 +"145096",40646,8274,3,1583,1909 +"145097",40646,12374,3,1583,2260 +"145098",40646,12388,2,1583,1975 +"145099",40646,12692,3,1583,1855 +"145100",40646,13388,3,1583,2119 +"145101",40646,14353,3,1583,2878 +"145102",40646,15444,2,1583,2764 +"145103",40646,16896,2,1583,2223 +"145104",40646,17027,1,1583,2772 +"145105",40646,18165,3,1583,2085 +"145106",40646,19317,3,1583,2041 +"145107",40646,20067,2,1583,2390 +"145108",40646,21248,3,1583,2232 +"145109",40646,21706,3,1583,1988 +"145110",40646,22403,2,1583,1630 +"145111",40646,23268,3,1583,2258 +"145112",40646,23869,3,1583,1918 +"145113",40646,24066,3,1583,1755 +"145114",40646,26867,3,1583,1804 +"145115",40646,27104,2,1583,1608 +"145116",40646,30883,3,1583,1629 +"145117",40646,33801,3,1583,2899 +"145118",40646,35529,3,1583,1620 +"145119",40646,36441,3,1583,2796 +"145120",40646,41108,1,1583,1624 +"145121",40646,41682,3,1583,1988 +"145122",40646,47895,3,1583,2328 +"145123",40646,52261,3,1583,2162 +"145124",40646,53475,3,1583,2853 +"145125",40646,57760,1,1583,1721 +"145126",40646,61242,3,1583,1650 +"145127",40646,68652,3,1583,2878 +"145128",40646,70232,3,1583,2401 +"145129",40646,76356,1,1583,2323 +"145130",40646,91579,3,1583,2510 +"145131",40646,117956,3,1583,2774 +"145132",40672,733,2,1315,1653 +"145133",40672,10130,3,1315,2741 +"145134",40672,10222,3,1315,2212 +"145135",40672,12096,3,1315,1330 +"145136",40672,17852,3,1315,2840 +"145137",40672,18277,2,1315,2309 +"145138",40672,22331,2,1315,2687 +"145139",40672,24198,3,1315,2217 +"145140",40672,25443,3,1315,1441 +"145141",40672,26706,3,1315,1846 +"145142",40672,49189,3,1315,1550 +"145143",40672,50667,3,1315,2719 +"145144",40672,53031,3,1315,2065 +"145145",40672,58035,3,1315,1646 +"145146",40672,58221,1,1315,1787 +"145147",40672,82409,3,1315,1881 +"145148",40672,93615,3,1315,2386 +"145149",40672,99103,2,1315,1470 +"145150",40675,1897,3,1595,1727 +"145151",40675,3242,3,1595,1730 +"145152",40675,6603,3,1595,2185 +"145153",40675,8621,3,1595,1681 +"145154",40675,10002,3,1595,1788 +"145155",40675,14612,3,1595,2340 +"145156",40675,15821,3,1595,2456 +"145157",40675,20563,3,1595,2267 +"145158",40675,27399,2,1595,1866 +"145159",40675,29311,1,1595,1849 +"145160",40675,36506,3,1595,2638 +"145161",40675,47384,3,1595,1639 +"145162",40675,47534,3,1595,2712 +"145163",40675,61125,3,1595,1673 +"145164",40675,79848,3,1595,1629 +"145165",40698,10871,3,1408,2314 +"145166",40698,11055,3,1408,2111 +"145167",40698,11143,3,1408,2623 +"145168",40698,11620,3,1408,2010 +"145169",40698,19751,3,1408,1630 +"145170",40698,21681,3,1408,2005 +"145171",40698,21706,3,1408,1988 +"145172",40698,24591,3,1408,2528 +"145173",40698,27104,3,1408,1608 +"145174",40698,27501,3,1408,1981 +"145175",40698,34057,3,1408,1657 +"145176",40698,36651,2,1408,1600 +"145177",40698,40137,3,1408,1718 +"145178",40698,45608,3,1408,2420 +"145179",40698,46532,3,1408,2005 +"145180",40698,52136,3,1408,1412 +"145181",40698,52345,3,1408,1430 +"145182",40698,57704,3,1408,2076 +"145183",40698,73305,3,1408,2544 +"145184",40698,73394,2,1408,1606 +"145185",40698,76356,3,1408,2323 +"145186",40698,78037,1,1408,1606 +"145187",40698,82730,3,1408,1492 +"145188",40703,1574,3,1608,1718 +"145189",40703,1702,3,1608,1984 +"145190",40703,3163,3,1608,2020 +"145191",40703,3306,3,1608,1989 +"145192",40703,3801,3,1608,1974 +"145193",40703,6602,3,1608,1631 +"145194",40703,7703,3,1608,2122 +"145195",40703,11329,3,1608,2799 +"145196",40703,14887,3,1608,2158 +"145197",40703,15729,3,1608,2338 +"145198",40703,20070,3,1608,1914 +"145199",40703,21682,3,1608,2414 +"145200",40703,24255,3,1608,2770 +"145201",40703,27501,3,1608,1981 +"145202",40703,28626,3,1608,2842 +"145203",40703,33380,3,1608,2340 +"145204",40703,37509,3,1608,1640 +"145205",40703,41402,3,1608,2313 +"145206",40703,43173,3,1608,2895 +"145207",40703,43385,3,1608,1623 +"145208",40703,71274,3,1608,2390 +"145209",40703,82270,3,1608,1641 +"145210",40703,83396,3,1608,2396 +"145211",40703,85525,2,1608,1718 +"145212",40707,1315,3,1547,2760 +"145213",40707,3139,3,1547,1656 +"145214",40707,13158,3,1547,2667 +"145215",40707,13324,2,1547,2163 +"145216",40707,13479,2,1547,2155 +"145217",40707,13801,3,1547,2041 +"145218",40707,13835,3,1547,1588 +"145219",40707,18891,3,1547,1596 +"145220",40707,21479,2,1547,2134 +"145221",40707,23312,3,1547,2449 +"145222",40707,23460,3,1547,2183 +"145223",40707,27427,2,1547,2325 +"145224",40707,30092,3,1547,1593 +"145225",40707,36637,3,1547,2085 +"145226",40707,61188,3,1547,2134 +"145227",40715,3403,3,2258,2951 +"145228",40715,3405,3,2258,2438 +"145229",40715,5897,3,2258,2337 +"145230",40715,9727,2,2258,2327 +"145231",40715,33363,3,2258,2475 +"145232",40731,364,3,54,2351 +"145233",40731,900,2,54,2726 +"145234",40731,2057,3,54,1965 +"145235",40731,5036,3,54,312 +"145236",40731,5317,3,54,2063 +"145237",40731,6821,3,54,1788 +"145238",40731,7615,3,54,1657 +"145239",40731,9241,3,54,2338 +"145240",40731,11029,2,54,2362 +"145241",40731,13068,3,54,1778 +"145242",40731,13537,3,54,1020 +"145243",40731,14287,3,54,1583 +"145244",40731,15879,3,54,419 +"145245",40731,16573,3,54,802 +"145246",40731,17217,2,54,318 +"145247",40731,18005,3,54,2449 +"145248",40731,20176,3,54,1050 +"145249",40731,23000,3,54,1815 +"145250",40731,25569,3,54,2317 +"145251",40731,26700,3,54,1663 +"145252",40731,28446,2,54,917 +"145253",40731,28905,3,54,430 +"145254",40731,30865,3,54,2038 +"145255",40731,30974,2,54,947 +"145256",40731,32457,3,54,2690 +"145257",40731,32778,3,54,2310 +"145258",40731,33665,3,54,787 +"145259",40731,33870,3,54,955 +"145260",40731,34997,3,54,591 +"145261",40731,36344,1,54,2570 +"145262",40731,37752,3,54,2223 +"145263",40731,38098,3,54,65 +"145264",40731,38676,3,54,2286 +"145265",40731,39249,3,54,1665 +"145266",40731,40492,3,54,1286 +"145267",40731,41250,3,54,1703 +"145268",40731,43207,2,54,635 +"145269",40731,43250,3,54,1300 +"145270",40731,44749,3,54,1303 +"145271",40731,47529,3,54,2914 +"145272",40731,49414,3,54,1667 +"145273",40731,50278,3,54,1127 +"145274",40731,50581,3,54,1258 +"145275",40731,57356,3,54,2476 +"145276",40731,59539,3,54,2429 +"145277",40731,63662,3,54,721 +"145278",40731,70403,2,54,542 +"145279",40731,81716,3,54,1199 +"145280",40731,82023,2,54,992 +"145281",40731,84447,2,54,1006 +"145282",40731,87269,3,54,847 +"145283",40731,88307,3,54,437 +"145284",40731,90236,3,54,1010 +"145285",40731,93026,2,54,704 +"145286",40731,94448,3,54,242 +"145287",40731,107303,3,54,217 +"145288",40731,108196,2,54,422 +"145289",40731,112456,3,54,175 +"145290",40731,113116,3,54,769 +"145291",40747,1780,3,958,1375 +"145292",40747,2057,3,958,1965 +"145293",40747,3271,3,958,2216 +"145294",40747,9332,3,958,2734 +"145295",40747,10457,3,958,1711 +"145296",40747,11588,3,958,2352 +"145297",40747,12067,3,958,1213 +"145298",40747,12177,3,958,1965 +"145299",40747,12249,2,958,1965 +"145300",40747,12361,3,958,2732 +"145301",40747,12397,3,958,1965 +"145302",40747,14589,3,958,1184 +"145303",40747,16750,3,958,1225 +"145304",40747,17973,3,958,2837 +"145305",40747,18005,3,958,2449 +"145306",40747,18672,3,958,1182 +"145307",40747,19433,3,958,2504 +"145308",40747,29116,3,958,2128 +"145309",40747,29818,2,958,1677 +"145310",40747,31216,2,958,1244 +"145311",40747,32202,3,958,2314 +"145312",40747,39062,3,958,2020 +"145313",40747,40393,3,958,1626 +"145314",40747,48015,3,958,1355 +"145315",40747,53687,3,958,2422 +"145316",40747,58745,2,958,1920 +"145317",40747,63077,3,958,2778 +"145318",40747,67062,3,958,1623 +"145319",40747,71219,2,958,967 +"145320",40747,79420,3,958,1061 +"145321",40747,80767,3,958,2452 +"145322",40756,3896,3,2329,2693 +"145323",40756,6055,3,2329,2651 +"145324",40756,9184,2,2329,2670 +"145325",40756,19248,3,2329,2357 +"145326",40756,36646,3,2329,2744 +"145327",40756,42216,3,2329,2722 +"145328",40756,51041,3,2329,2606 +"145329",40756,51866,3,2329,2411 +"145330",40756,63395,3,2329,2334 +"145331",40756,73305,3,2329,2544 +"145332",40760,101070,1,1915,2497 +"145333",40769,7785,3,493,2441 +"145334",40769,32651,3,493,877 +"145335",40769,35797,2,493,2482 +"145336",40769,38807,3,493,631 +"145337",40769,39589,3,493,1292 +"145338",40769,44074,3,493,1299 +"145339",40769,44341,3,493,1230 +"145340",40769,47375,3,493,2043 +"145341",40796,1203,3,540,1350 +"145342",40796,4430,3,540,2019 +"145343",40796,4551,3,540,2720 +"145344",40796,10481,1,540,740 +"145345",40796,10779,3,540,2881 +"145346",40796,11168,2,540,1223 +"145347",40796,11518,3,540,803 +"145348",40796,12518,3,540,2747 +"145349",40796,27030,3,540,2031 +"145350",40796,32429,3,540,601 +"145351",40796,33451,3,540,1957 +"145352",40796,35787,3,540,1132 +"145353",40796,36446,3,540,1175 +"145354",40796,36554,3,540,1649 +"145355",40796,38087,3,540,1083 +"145356",40796,46299,3,540,1132 +"145357",40796,47726,3,540,1272 +"145358",40796,51546,2,540,1369 +"145359",40796,52554,2,540,1683 +"145360",40796,56873,3,540,1421 +"145361",40796,70403,3,540,542 +"145362",40796,73205,3,540,1529 +"145363",40796,84447,2,540,1006 +"145364",40796,96073,3,540,568 +"145365",40796,113116,2,540,769 +"145366",40819,134,3,1556,2062 +"145367",40819,160,3,1556,2007 +"145368",40819,798,2,1556,2476 +"145369",40819,3564,2,1556,2717 +"145370",40819,5106,3,1556,2622 +"145371",40819,5599,3,1556,1684 +"145372",40819,10210,2,1556,1905 +"145373",40819,10980,3,1556,1974 +"145374",40819,26721,3,1556,2586 +"145375",40819,35477,3,1556,2703 +"145376",40819,35715,1,1556,2912 +"145377",40819,47968,2,1556,2829 +"145378",40819,55256,3,1556,2379 +"145379",40819,65856,3,1556,2504 +"145380",40819,72348,3,1556,1810 +"145381",40819,76971,3,1556,2145 +"145382",40819,80606,2,1556,2079 +"145383",40820,2111,3,900,1904 +"145384",40820,6588,2,900,2025 +"145385",40820,35402,3,900,2339 +"145386",40820,35673,3,900,1067 +"145387",40820,40028,3,900,1349 +"145388",40820,43673,3,900,2787 +"145389",40820,44641,3,900,1981 +"145390",40820,46629,3,900,2255 +"145391",40820,47440,2,900,2234 +"145392",40820,53303,3,900,1376 +"145393",40820,72326,3,900,2384 +"145394",40832,206,3,634,1986 +"145395",40832,671,2,634,2328 +"145396",40832,1036,3,634,1367 +"145397",40832,1092,3,634,1945 +"145398",40832,1469,3,634,1160 +"145399",40832,3171,3,634,700 +"145400",40832,3175,3,634,1938 +"145401",40832,3460,2,634,2530 +"145402",40832,3753,3,634,1255 +"145403",40832,3896,3,634,2693 +"145404",40832,4618,3,634,2607 +"145405",40832,4763,3,634,1960 +"145406",40832,4821,3,634,1938 +"145407",40832,5429,3,634,1991 +"145408",40832,6206,3,634,922 +"145409",40832,9893,3,634,2701 +"145410",40832,9950,3,634,920 +"145411",40832,10874,3,634,1891 +"145412",40832,10875,3,634,1234 +"145413",40832,11055,3,634,2111 +"145414",40832,11662,3,634,1139 +"145415",40832,12096,3,634,1330 +"145416",40832,13929,3,634,2693 +"145417",40832,13945,3,634,1324 +"145418",40832,14103,3,634,2204 +"145419",40832,14422,3,634,1548 +"145420",40832,15184,3,634,2396 +"145421",40832,15453,2,634,1688 +"145422",40832,16164,3,634,1184 +"145423",40832,19027,2,634,2721 +"145424",40832,20700,3,634,2861 +"145425",40832,20824,3,634,1366 +"145426",40832,22140,3,634,942 +"145427",40832,22311,3,634,2034 +"145428",40832,22964,3,634,1443 +"145429",40832,23652,3,634,803 +"145430",40832,24755,2,634,1319 +"145431",40832,25341,3,634,1858 +"145432",40832,26570,2,634,1669 +"145433",40832,30746,3,634,1209 +"145434",40832,31799,3,634,2547 +"145435",40832,32409,3,634,857 +"145436",40832,36646,3,634,2744 +"145437",40832,39865,3,634,849 +"145438",40832,41832,3,634,1155 +"145439",40832,42642,3,634,2257 +"145440",40832,44427,3,634,2875 +"145441",40832,44636,2,634,1026 +"145442",40832,50075,3,634,1026 +"145443",40832,51022,3,634,1499 +"145444",40832,51628,3,634,901 +"145445",40832,53031,3,634,2065 +"145446",40832,54676,2,634,1342 +"145447",40832,55691,3,634,2856 +"145448",40832,57977,3,634,2683 +"145449",40832,58035,3,634,1646 +"145450",40832,58489,3,634,1068 +"145451",40832,60516,3,634,2257 +"145452",40832,60689,3,634,859 +"145453",40832,62488,3,634,1418 +"145454",40832,63395,3,634,2334 +"145455",40832,65029,3,634,2954 +"145456",40832,69591,3,634,2294 +"145457",40832,79612,3,634,927 +"145458",40832,82767,3,634,1641 +"145459",40832,88966,3,634,1568 +"145460",40832,90886,3,634,1548 +"145461",40832,91908,3,634,918 +"145462",40832,93280,3,634,1053 +"145463",40832,93752,3,634,1368 +"145464",40832,94101,3,634,997 +"145465",40832,100532,3,634,859 +"145466",40850,388,3,1396,1594 +"145467",40850,2396,3,1396,1674 +"145468",40850,6071,2,1396,2310 +"145469",40850,8525,3,1396,1787 +"145470",40850,9716,3,1396,1929 +"145471",40850,14761,3,1396,2502 +"145472",40850,15075,2,1396,2252 +"145473",40850,15088,3,1396,2906 +"145474",40850,18954,3,1396,2364 +"145475",40850,40392,3,1396,1878 +"145476",40850,44464,3,1396,1619 +"145477",40850,49621,2,1396,1915 +"145478",40850,53537,3,1396,2428 +"145479",40850,53905,3,1396,2193 +"145480",40850,56737,1,1396,2270 +"145481",40850,79236,3,1396,1505 +"145482",40850,79822,3,1396,1508 +"145483",40850,81113,3,1396,1914 +"145484",40879,2684,3,2019,2874 +"145485",40879,3397,2,2019,2126 +"145486",40879,3409,2,2019,2167 +"145487",40879,3453,1,2019,2126 +"145488",40879,12778,2,2019,2045 +"145489",40879,16542,2,2019,2039 +"145490",40879,19380,2,2019,2637 +"145491",40879,23460,3,2019,2183 +"145492",40879,24753,2,2019,2860 +"145493",40879,28053,3,2019,2292 +"145494",40879,34216,3,2019,2832 +"145495",40879,35958,3,2019,2383 +"145496",40879,41664,3,2019,2641 +"145497",40879,83291,2,2019,2066 +"145498",40889,613,2,465,2687 +"145499",40889,669,1,465,1423 +"145500",40889,997,3,465,2788 +"145501",40889,2967,3,465,587 +"145502",40889,3242,3,465,1730 +"145503",40889,5078,3,465,2033 +"145504",40889,5839,3,465,2301 +"145505",40889,6241,1,465,2264 +"145506",40889,7861,3,465,1647 +"145507",40889,8419,3,465,1956 +"145508",40889,8621,3,465,1681 +"145509",40889,9362,3,465,2879 +"145510",40889,9702,3,465,1928 +"145511",40889,10726,3,465,841 +"145512",40889,10746,2,465,1506 +"145513",40889,10859,2,465,2231 +"145514",40889,12484,3,465,2344 +"145515",40889,12542,2,465,1888 +"145516",40889,12929,3,465,2656 +"145517",40889,13200,3,465,2488 +"145518",40889,13699,3,465,1355 +"145519",40889,15290,3,465,641 +"145520",40889,16881,1,465,925 +"145521",40889,17906,2,465,1940 +"145522",40889,17983,3,465,1931 +"145523",40889,19092,3,465,906 +"145524",40889,19183,3,465,1257 +"145525",40889,20563,3,465,2267 +"145526",40889,24405,1,465,1443 +"145527",40889,28892,3,465,2023 +"145528",40889,29456,3,465,1182 +"145529",40889,31898,3,465,1916 +"145530",40889,32163,2,465,859 +"145531",40889,33991,3,465,2249 +"145532",40889,35069,2,465,2069 +"145533",40889,35360,2,465,2043 +"145534",40889,35888,3,465,2291 +"145535",40889,37915,3,465,1905 +"145536",40889,39069,3,465,1802 +"145537",40889,39278,2,465,1952 +"145538",40889,40913,3,465,1800 +"145539",40889,42216,3,465,2722 +"145540",40889,42642,3,465,2257 +"145541",40889,42925,3,465,1358 +"145542",40889,47362,3,465,2253 +"145543",40889,49265,3,465,2686 +"145544",40889,49560,3,465,1679 +"145545",40889,51035,3,465,2397 +"145546",40889,53342,3,465,2071 +"145547",40889,55256,3,465,2379 +"145548",40889,57380,3,465,2362 +"145549",40889,57405,3,465,2344 +"145550",40889,62832,2,465,2606 +"145551",40889,64502,3,465,1670 +"145552",40889,68550,3,465,1820 +"145553",40889,68939,3,465,1051 +"145554",40889,69591,3,465,2294 +"145555",40889,72147,1,465,1075 +"145556",40889,81014,1,465,1925 +"145557",40889,84799,3,465,2656 +"145558",40889,84942,3,465,1467 +"145559",40889,85736,3,465,1601 +"145560",40889,86107,3,465,1960 +"145561",40889,89965,3,465,810 +"145562",40889,93102,2,465,1174 +"145563",40889,93481,3,465,2311 +"145564",40889,109510,3,465,621 +"145565",40893,2852,3,1116,2448 +"145566",40893,3068,3,1116,1815 +"145567",40893,3164,3,1116,2693 +"145568",40893,3306,3,1116,1989 +"145569",40893,4623,3,1116,1176 +"145570",40893,5258,3,1116,2730 +"145571",40893,5315,1,1116,2631 +"145572",40893,6047,3,1116,2004 +"145573",40893,7245,3,1116,2089 +"145574",40893,8367,3,1116,1927 +"145575",40893,9928,3,1116,2345 +"145576",40893,10222,3,1116,2212 +"145577",40893,10358,3,1116,2294 +"145578",40893,10382,3,1116,2111 +"145579",40893,11103,3,1116,2393 +"145580",40893,11477,3,1116,2724 +"145581",40893,11540,3,1116,1237 +"145582",40893,11966,3,1116,2385 +"145583",40893,11976,3,1116,1727 +"145584",40893,13109,1,1116,1374 +"145585",40893,13158,3,1116,2667 +"145586",40893,13573,3,1116,2774 +"145587",40893,13780,3,1116,2412 +"145588",40893,14032,3,1116,2144 +"145589",40893,14072,3,1116,1346 +"145590",40893,14080,3,1116,1351 +"145591",40893,14354,3,1116,1659 +"145592",40893,14943,3,1116,1942 +"145593",40893,15207,3,1116,1855 +"145594",40893,15632,3,1116,1242 +"145595",40893,15808,3,1116,1521 +"145596",40893,15872,3,1116,1551 +"145597",40893,16608,3,1116,1769 +"145598",40893,18415,3,1116,2184 +"145599",40893,18543,3,1116,2968 +"145600",40893,19453,3,1116,1928 +"145601",40893,19593,3,1116,2013 +"145602",40893,19637,3,1116,1229 +"145603",40893,19858,3,1116,2357 +"145604",40893,19892,2,1116,1212 +"145605",40893,20067,3,1116,2390 +"145606",40893,20284,3,1116,2530 +"145607",40893,20355,3,1116,2111 +"145608",40893,21207,3,1116,1258 +"145609",40893,21401,3,1116,1440 +"145610",40893,21566,3,1116,1234 +"145611",40893,22374,1,1116,1226 +"145612",40893,23132,3,1116,2756 +"145613",40893,23179,3,1116,1675 +"145614",40893,23310,3,1116,2371 +"145615",40893,24512,3,1116,1369 +"145616",40893,26567,3,1116,1158 +"145617",40893,27484,3,1116,1634 +"145618",40893,28168,3,1116,2702 +"145619",40893,29095,3,1116,2531 +"145620",40893,29930,3,1116,2240 +"145621",40893,31003,2,1116,1859 +"145622",40893,32567,3,1116,2784 +"145623",40893,33834,3,1116,1606 +"145624",40893,34158,2,1116,2639 +"145625",40893,34648,2,1116,1596 +"145626",40893,35361,3,1116,2389 +"145627",40893,35529,3,1116,1620 +"145628",40893,35772,3,1116,1440 +"145629",40893,36007,2,1116,2089 +"145630",40893,36441,3,1116,2796 +"145631",40893,36574,3,1116,2934 +"145632",40893,37108,3,1116,1202 +"145633",40893,38219,3,1116,1689 +"145634",40893,38467,3,1116,1259 +"145635",40893,38908,3,1116,1787 +"145636",40893,40293,3,1116,1671 +"145637",40893,40487,2,1116,2512 +"145638",40893,41278,3,1116,1873 +"145639",40893,41581,3,1116,1692 +"145640",40893,41832,3,1116,1155 +"145641",40893,41955,3,1116,2479 +"145642",40893,42799,3,1116,2729 +"145643",40893,44161,3,1116,1156 +"145644",40893,45903,1,1116,2237 +"145645",40893,46283,2,1116,1184 +"145646",40893,46635,3,1116,2528 +"145647",40893,48127,1,1116,2677 +"145648",40893,48602,2,1116,1704 +"145649",40893,49144,3,1116,1542 +"145650",40893,50607,3,1116,1333 +"145651",40893,50977,2,1116,2352 +"145652",40893,51157,3,1116,2319 +"145653",40893,51319,3,1116,2488 +"145654",40893,53134,3,1116,1590 +"145655",40893,53779,3,1116,2000 +"145656",40893,54250,3,1116,2340 +"145657",40893,55084,3,1116,1189 +"145658",40893,56903,2,1116,1584 +"145659",40893,57714,2,1116,1391 +"145660",40893,62148,3,1116,1566 +"145661",40893,62488,3,1116,1418 +"145662",40893,64502,2,1116,1670 +"145663",40893,65322,3,1116,2008 +"145664",40893,67690,3,1116,1902 +"145665",40893,67957,3,1116,2823 +"145666",40893,68024,3,1116,1531 +"145667",40893,74818,3,1116,1440 +"145668",40893,77001,2,1116,1440 +"145669",40893,80996,3,1116,1501 +"145670",40893,81095,2,1116,1609 +"145671",40893,82426,3,1116,1576 +"145672",40893,83526,2,1116,1235 +"145673",40893,85356,2,1116,1492 +"145674",40893,91901,3,1116,1236 +"145675",40893,92381,2,1116,1237 +"145676",40893,96132,3,1116,1489 +"145677",40893,96553,3,1116,1887 +"145678",40893,111165,3,1116,1256 +"145679",40898,65578,3,242,854 +"145680",40910,455,3,2469,2827 +"145681",40910,841,3,2469,2964 +"145682",40910,24255,3,2469,2770 +"145683",40910,47534,3,2469,2712 +"145684",40910,60879,3,2469,2792 +"145685",40910,65016,3,2469,2749 +"145686",40913,4696,3,1800,2656 +"145687",40913,6241,3,1800,2264 +"145688",40913,9702,3,1800,1928 +"145689",40913,10859,2,1800,2231 +"145690",40913,12484,3,1800,2344 +"145691",40913,12542,3,1800,1888 +"145692",40913,15905,3,1800,2064 +"145693",40913,20311,3,1800,1981 +"145694",40913,35069,3,1800,2069 +"145695",40913,35888,2,1800,2291 +"145696",40913,39278,3,1800,1952 +"145697",40913,51017,3,1800,2073 +"145698",40913,51035,2,1800,2397 +"145699",40913,57380,3,1800,2362 +"145700",40913,62832,3,1800,2606 +"145701",40913,84799,2,1800,2656 +"145702",40923,446,2,989,1910 +"145703",40923,1046,3,989,1881 +"145704",40923,7245,3,989,2089 +"145705",40923,7795,3,989,2789 +"145706",40923,8533,3,989,2251 +"145707",40923,15583,3,989,1144 +"145708",40923,16482,3,989,1958 +"145709",40923,19528,3,989,2742 +"145710",40923,19605,3,989,2395 +"145711",40923,20321,2,989,1596 +"145712",40923,23534,3,989,1659 +"145713",40923,23725,3,989,2378 +"145714",40923,24756,3,989,2530 +"145715",40923,31856,3,989,2630 +"145716",40923,37934,3,989,1595 +"145717",40923,47947,3,989,2681 +"145718",40923,48698,3,989,1474 +"145719",40923,57977,3,989,2683 +"145720",40923,63442,3,989,1965 +"145721",40931,2684,3,2301,2874 +"145722",40931,3628,3,2301,2707 +"145723",40931,3978,3,2301,2775 +"145724",40931,8762,3,2301,2585 +"145725",40931,11351,3,2301,2971 +"145726",40931,12356,3,2301,2757 +"145727",40931,14652,3,2301,2516 +"145728",40931,18543,3,2301,2968 +"145729",40931,18563,3,2301,2715 +"145730",40931,22141,3,2301,2348 +"145731",40931,26218,3,2301,2460 +"145732",40931,29449,2,2301,2916 +"145733",40931,36609,3,2301,2918 +"145734",40931,43173,2,2301,2895 +"145735",40931,43226,3,2301,2442 +"145736",40931,45618,3,2301,2356 +"145737",40931,56082,3,2301,2395 +"145738",40931,56893,3,2301,2597 +"145739",40931,60661,3,2301,2700 +"145740",40937,24923,2,2639,2785 +"145741",40937,102824,2,2639,2944 +"145742",40954,18543,3,2603,2968 +"145743",40954,44427,3,2603,2875 +"145744",40954,45729,3,2603,2606 +"145745",40988,65805,2,2793,2902 +"145746",41000,13290,3,2011,2824 +"145747",41000,34908,3,2011,2796 +"145748",41001,2523,3,168,1691 +"145749",41001,8770,3,168,634 +"145750",41001,16573,2,168,802 +"145751",41001,17645,3,168,1918 +"145752",41001,24512,3,168,1369 +"145753",41001,24568,3,168,1937 +"145754",41001,28380,3,168,473 +"145755",41001,41969,3,168,2189 +"145756",41001,46726,3,168,943 +"145757",41001,48888,3,168,1177 +"145758",41001,57492,3,168,2855 +"145759",41001,62668,3,168,958 +"145760",41001,63409,3,168,1937 +"145761",41004,46602,3,2561,2786 +"145762",41004,68888,2,2561,2786 +"145763",41014,3164,2,1152,2693 +"145764",41014,4567,3,1152,2348 +"145765",41014,6030,3,1152,2953 +"145766",41014,8712,3,1152,1153 +"145767",41014,11966,3,1152,2385 +"145768",41014,15607,3,1152,1421 +"145769",41014,19072,3,1152,2358 +"145770",41014,20284,3,1152,2530 +"145771",41014,20292,3,1152,2755 +"145772",41014,21571,3,1152,2755 +"145773",41014,22543,2,1152,1594 +"145774",41014,22566,3,1152,2308 +"145775",41014,23179,2,1152,1675 +"145776",41014,24512,3,1152,1369 +"145777",41014,28050,3,1152,1955 +"145778",41014,28168,3,1152,2702 +"145779",41014,29050,3,1152,1196 +"145780",41014,30095,3,1152,1578 +"145781",41014,33572,3,1152,2370 +"145782",41014,38463,2,1152,1675 +"145783",41014,57714,3,1152,1391 +"145784",41014,69250,3,1152,1439 +"145785",41014,94500,3,1152,1529 +"145786",41021,145,3,978,1998 +"145787",41021,160,3,978,2007 +"145788",41021,457,3,978,1704 +"145789",41021,499,3,978,1931 +"145790",41021,600,3,978,1702 +"145791",41021,4723,3,978,1314 +"145792",41021,5615,3,978,1105 +"145793",41021,6821,3,978,1788 +"145794",41021,8192,3,978,1670 +"145795",41021,8376,3,978,1670 +"145796",41021,9175,3,978,2639 +"145797",41021,9331,3,978,2269 +"145798",41021,9423,3,978,1708 +"145799",41021,12081,3,978,2166 +"145800",41021,14918,3,978,2071 +"145801",41021,17351,2,978,2036 +"145802",41021,17549,3,978,2647 +"145803",41021,17632,3,978,1947 +"145804",41021,17938,3,978,1410 +"145805",41021,18108,2,978,1656 +"145806",41021,18670,3,978,1835 +"145807",41021,20494,3,978,1075 +"145808",41021,21079,3,978,1997 +"145809",41021,23918,3,978,1881 +"145810",41021,24558,2,978,2139 +"145811",41021,26671,3,978,2279 +"145812",41021,27377,3,978,1724 +"145813",41021,27642,3,978,1531 +"145814",41021,33356,3,978,1586 +"145815",41021,38755,3,978,2902 +"145816",41021,39748,3,978,1566 +"145817",41021,41900,3,978,1970 +"145818",41021,41945,3,978,2856 +"145819",41021,43025,3,978,2824 +"145820",41021,44688,3,978,2924 +"145821",41021,44763,2,978,1324 +"145822",41021,44773,3,978,1355 +"145823",41021,46042,2,978,1692 +"145824",41021,50134,3,978,2674 +"145825",41021,54631,3,978,1531 +"145826",41021,64181,3,978,1828 +"145827",41021,80979,3,978,1142 +"145828",41021,107318,3,978,1963 +"145829",41023,680,3,2408,2569 +"145830",41023,2224,3,2408,2751 +"145831",41023,2747,3,2408,2411 +"145832",41023,2852,1,2408,2448 +"145833",41023,4361,3,2408,2571 +"145834",41023,4612,3,2408,2804 +"145835",41023,5120,3,2408,2735 +"145836",41023,7785,3,2408,2441 +"145837",41023,7942,2,2408,2623 +"145838",41023,11648,3,2408,2852 +"145839",41023,14754,3,2408,2456 +"145840",41023,15826,3,2408,2772 +"145841",41023,16176,2,2408,2703 +"145842",41023,16286,3,2408,2470 +"145843",41023,17033,3,2408,2771 +"145844",41023,21734,3,2408,2528 +"145845",41023,25480,3,2408,2747 +"145846",41023,27312,3,2408,2469 +"145847",41023,27742,2,2408,2700 +"145848",41023,27914,3,2408,2507 +"145849",41023,29473,3,2408,2602 +"145850",41023,34216,3,2408,2832 +"145851",41023,39534,3,2408,2410 +"145852",41023,40572,3,2408,2666 +"145853",41023,44235,3,2408,2700 +"145854",41023,45869,3,2408,2840 +"145855",41023,50134,3,2408,2674 +"145856",41023,51866,3,2408,2411 +"145857",41023,57067,3,2408,2547 +"145858",41023,58655,3,2408,2685 +"145859",41023,63837,3,2408,2807 +"145860",41023,64967,3,2408,2872 +"145861",41023,67815,3,2408,2476 +"145862",41023,76132,2,2408,2426 +"145863",41023,88212,3,2408,2547 +"145864",41023,104565,3,2408,2693 +"145865",41023,111375,3,2408,2686 +"145866",41033,701,2,1839,2718 +"145867",41033,6363,2,1839,2066 +"145868",41033,6740,3,1839,2699 +"145869",41033,19248,3,1839,2357 +"145870",41033,21929,3,1839,2062 +"145871",41033,24256,3,1839,2393 +"145872",41033,25198,3,1839,1982 +"145873",41033,25985,3,1839,2071 +"145874",41033,27173,3,1839,2050 +"145875",41033,29930,3,1839,2240 +"145876",41033,31705,3,1839,2706 +"145877",41033,32965,3,1839,2071 +"145878",41033,33672,3,1839,2396 +"145879",41033,37285,3,1839,2428 +"145880",41033,39535,2,1839,2428 +"145881",41033,47098,3,1839,2057 +"145882",41033,50785,3,1839,2877 +"145883",41033,51041,3,1839,2606 +"145884",41033,99860,3,1839,2071 +"145885",41051,50635,3,2767,2962 +"145886",41051,61513,3,2767,2948 +"145887",41064,669,3,1201,1423 +"145888",41064,2484,3,1201,2389 +"145889",41064,4953,3,1201,2285 +"145890",41064,6241,3,1201,2264 +"145891",41064,9751,3,1201,1397 +"145892",41064,16587,3,1201,2065 +"145893",41064,17520,3,1201,2276 +"145894",41064,18554,3,1201,2065 +"145895",41064,21029,2,1201,1943 +"145896",41064,23806,3,1201,1671 +"145897",41064,34945,3,1201,1298 +"145898",41064,35069,3,1201,2069 +"145899",41064,37873,3,1201,1288 +"145900",41064,38921,3,1201,1880 +"145901",41064,39278,2,1201,1952 +"145902",41064,42264,3,1201,1702 +"145903",41064,44676,3,1201,2629 +"145904",41064,47362,2,1201,2253 +"145905",41064,49581,3,1201,1817 +"145906",41064,50252,3,1201,2001 +"145907",41064,51157,2,1201,2319 +"145908",41064,51243,3,1201,1389 +"145909",41064,52566,1,1201,2318 +"145910",41064,57691,2,1201,1232 +"145911",41064,62148,3,1201,1566 +"145912",41064,63442,3,1201,1965 +"145913",41064,64219,3,1201,2705 +"145914",41064,77424,3,1201,1489 +"145915",41070,364,2,263,2351 +"145916",41070,9787,3,263,2858 +"145917",41070,15880,3,263,878 +"145918",41070,19655,3,263,2706 +"145919",41070,21383,2,263,971 +"145920",41070,21487,3,263,2203 +"145921",41070,21593,3,263,1312 +"145922",41070,25722,3,263,1697 +"145923",41070,26286,3,263,2023 +"145924",41070,31335,3,263,2351 +"145925",41070,32939,3,263,2277 +"145926",41070,42256,3,263,2839 +"145927",41070,45096,3,263,766 +"145928",41070,45729,3,263,2606 +"145929",41070,57804,3,263,2214 +"145930",41070,64156,3,263,675 +"145931",41070,69037,3,263,849 +"145932",41070,78138,3,263,1601 +"145933",41070,101453,2,263,454 +"145934",41075,55,3,1176,2524 +"145935",41075,1256,3,1176,1212 +"145936",41075,1393,2,1176,1706 +"145937",41075,3158,3,1176,2762 +"145938",41075,3506,2,1176,2364 +"145939",41075,4403,3,1176,2416 +"145940",41075,6040,3,1176,2103 +"145941",41075,6621,3,1176,2478 +"145942",41075,7123,1,1176,1964 +"145943",41075,9088,3,1176,1881 +"145944",41075,9269,2,1176,1892 +"145945",41075,9895,3,1176,1960 +"145946",41075,10610,2,1176,1427 +"145947",41075,15244,3,1176,1600 +"145948",41075,16347,3,1176,1868 +"145949",41075,16757,3,1176,1755 +"145950",41075,16866,3,1176,2718 +"145951",41075,17925,2,1176,2385 +"145952",41075,20695,3,1176,2526 +"145953",41075,21872,3,1176,2458 +"145954",41075,22389,3,1176,2034 +"145955",41075,26740,3,1176,2695 +"145956",41075,31990,3,1176,2264 +"145957",41075,32629,3,1176,1789 +"145958",41075,32724,3,1176,2581 +"145959",41075,34331,3,1176,1727 +"145960",41075,37801,3,1176,2578 +"145961",41075,41350,3,1176,1935 +"145962",41075,44312,3,1176,2741 +"145963",41075,44744,2,1176,2032 +"145964",41075,45449,2,1176,1610 +"145965",41075,45450,3,1176,1590 +"145966",41075,48931,2,1176,2444 +"145967",41075,53445,3,1176,2028 +"145968",41075,54953,3,1176,2223 +"145969",41075,56364,3,1176,1626 +"145970",41075,57804,3,1176,2214 +"145971",41075,64712,3,1176,1411 +"145972",41075,66017,3,1176,1545 +"145973",41075,78611,3,1176,1586 +"145974",41075,80801,3,1176,1250 +"145975",41075,84581,3,1176,1241 +"145976",41075,84591,3,1176,1685 +"145977",41075,92469,2,1176,1232 +"145978",41075,96387,1,1176,2159 +"145979",41075,98436,3,1176,1212 +"145980",41075,100084,3,1176,1964 +"145981",41075,101666,3,1176,1257 +"145982",41075,102581,2,1176,1813 +"145983",41077,140,3,864,2267 +"145984",41077,900,3,864,2726 +"145985",41077,2351,3,864,1868 +"145986",41077,2452,3,864,1715 +"145987",41077,3477,3,864,2546 +"145988",41077,3663,3,864,1232 +"145989",41077,5317,3,864,2063 +"145990",41077,5897,3,864,2337 +"145991",41077,9504,3,864,2549 +"145992",41077,11990,2,864,1909 +"145993",41077,13068,3,864,1778 +"145994",41077,14425,3,864,1036 +"145995",41077,16152,2,864,879 +"145996",41077,16437,3,864,1956 +"145997",41077,16776,3,864,1565 +"145998",41077,19934,3,864,2888 +"145999",41077,22462,3,864,869 +"146000",41077,27742,3,864,2700 +"146001",41077,27914,3,864,2507 +"146002",41077,28051,3,864,2089 +"146003",41077,28869,3,864,2425 +"146004",41077,28893,3,864,2764 +"146005",41077,28904,2,864,926 +"146006",41077,30525,3,864,1964 +"146007",41077,30865,3,864,2038 +"146008",41077,31317,3,864,1362 +"146009",41077,31652,3,864,2047 +"146010",41077,31753,1,864,1514 +"146011",41077,32395,3,864,2735 +"146012",41077,33451,2,864,1957 +"146013",41077,34491,3,864,2694 +"146014",41077,35573,3,864,2084 +"146015",41077,37060,3,864,2840 +"146016",41077,38676,3,864,2286 +"146017",41077,46570,3,864,1707 +"146018",41077,49201,3,864,936 +"146019",41077,52041,3,864,2694 +"146020",41077,54204,3,864,1449 +"146021",41077,54775,3,864,2383 +"146022",41077,56873,3,864,1421 +"146023",41077,79432,3,864,1708 +"146024",41077,85396,3,864,1131 +"146025",41085,512,3,637,1596 +"146026",41085,671,3,637,2328 +"146027",41085,913,3,637,2144 +"146028",41085,1090,3,637,2370 +"146029",41085,1592,2,637,2006 +"146030",41085,1691,2,637,1941 +"146031",41085,1985,3,637,888 +"146032",41085,2011,3,637,2176 +"146033",41085,2208,3,637,2814 +"146034",41085,2754,3,637,1360 +"146035",41085,3088,3,637,1670 +"146036",41085,3144,3,637,869 +"146037",41085,4317,3,637,1224 +"146038",41085,5018,1,637,640 +"146039",41085,5258,2,637,2730 +"146040",41085,6252,3,637,2336 +"146041",41085,6390,2,637,2385 +"146042",41085,7672,3,637,1974 +"146043",41085,8011,3,637,889 +"146044",41085,8657,3,637,2473 +"146045",41085,8762,3,637,2585 +"146046",41085,9511,3,637,1232 +"146047",41085,9805,3,637,1621 +"146048",41085,12096,3,637,1330 +"146049",41085,12199,3,637,1651 +"146050",41085,13248,3,637,1385 +"146051",41085,13837,3,637,1604 +"146052",41085,13945,2,637,1324 +"146053",41085,14108,2,637,2012 +"146054",41085,14676,3,637,2764 +"146055",41085,14731,3,637,2012 +"146056",41085,14983,3,637,1047 +"146057",41085,15962,3,637,660 +"146058",41085,17434,2,637,1642 +"146059",41085,18502,2,637,1033 +"146060",41085,18543,1,637,2968 +"146061",41085,19332,3,637,1214 +"146062",41085,19718,3,637,1702 +"146063",41085,20067,3,637,2390 +"146064",41085,20407,3,637,2339 +"146065",41085,21133,3,637,1320 +"146066",41085,23869,3,637,1918 +"146067",41085,24198,3,637,2217 +"146068",41085,24755,3,637,1319 +"146069",41085,25565,3,637,2764 +"146070",41085,26106,3,637,2015 +"146071",41085,26570,3,637,1669 +"146072",41085,27275,3,637,2656 +"146073",41085,27792,3,637,1308 +"146074",41085,28592,2,637,2320 +"146075",41085,28808,3,637,1063 +"146076",41085,29170,3,637,1846 +"146077",41085,29224,3,637,2011 +"146078",41085,29948,3,637,2795 +"146079",41085,30915,3,637,1207 +"146080",41085,31001,3,637,2119 +"146081",41085,31235,3,637,2668 +"146082",41085,33621,3,637,1319 +"146083",41085,33622,3,637,2230 +"146084",41085,34945,2,637,1298 +"146085",41085,36439,2,637,2469 +"146086",41085,37509,3,637,1640 +"146087",41085,38213,3,637,1744 +"146088",41085,38259,3,637,2258 +"146089",41085,40954,2,637,2603 +"146090",41085,43173,3,637,2895 +"146091",41085,43226,3,637,2442 +"146092",41085,44427,1,637,2875 +"146093",41085,46621,2,637,1343 +"146094",41085,47064,3,637,1993 +"146095",41085,47248,3,637,2883 +"146096",41085,47407,2,637,832 +"146097",41085,47435,3,637,878 +"146098",41085,47585,2,637,794 +"146099",41085,49301,3,637,1894 +"146100",41085,49620,3,637,1868 +"146101",41085,50235,2,637,726 +"146102",41085,51572,3,637,912 +"146103",41085,52136,3,637,1412 +"146104",41085,52323,3,637,2148 +"146105",41085,52327,3,637,1472 +"146106",41085,52735,3,637,1124 +"146107",41085,55156,3,637,2196 +"146108",41085,56910,3,637,2705 +"146109",41085,57990,2,637,978 +"146110",41085,58133,3,637,1484 +"146111",41085,58284,3,637,2292 +"146112",41085,60116,3,637,2668 +"146113",41085,61689,3,637,1309 +"146114",41085,61785,2,637,822 +"146115",41085,62062,2,637,860 +"146116",41085,62602,3,637,1172 +"146117",41085,64181,3,637,1828 +"146118",41085,71274,3,637,2390 +"146119",41085,74636,3,637,2525 +"146120",41085,75025,2,637,717 +"146121",41085,76127,3,637,910 +"146122",41085,76192,3,637,912 +"146123",41085,78256,3,637,804 +"146124",41085,78563,3,637,2385 +"146125",41085,79364,3,637,834 +"146126",41085,79612,3,637,927 +"146127",41085,79657,3,637,1260 +"146128",41085,82401,2,637,1210 +"146129",41085,84612,3,637,2175 +"146130",41085,88232,2,637,2881 +"146131",41085,88966,3,637,1568 +"146132",41085,89880,3,637,1938 +"146133",41085,92491,3,637,1968 +"146134",41085,93398,3,637,828 +"146135",41085,94125,3,637,2280 +"146136",41085,97674,3,637,1912 +"146137",41085,97824,2,637,1229 +"146138",41085,100215,2,637,2436 +"146139",41085,101967,1,637,691 +"146140",41085,109415,3,637,1328 +"146141",41088,1315,3,1135,2760 +"146142",41088,18779,2,1135,1267 +"146143",41088,27897,3,1135,1968 +"146144",41088,34504,3,1135,2310 +"146145",41088,49048,3,1135,1656 +"146146",41098,2443,2,1857,2333 +"146147",41098,6062,3,1857,2681 +"146148",41098,12116,2,1857,2119 +"146149",41098,13340,3,1857,1918 +"146150",41098,14470,2,1857,2632 +"146151",41098,14669,3,1857,2080 +"146152",41098,15782,3,1857,2306 +"146153",41098,22410,1,1857,2158 +"146154",41098,23498,1,1857,2398 +"146155",41098,23560,1,1857,2051 +"146156",41098,24497,3,1857,1979 +"146157",41098,31264,2,1857,2335 +"146158",41098,36840,3,1857,2269 +"146159",41098,42407,3,1857,2408 +"146160",41098,45499,2,1857,2346 +"146161",41098,48501,2,1857,2010 +"146162",41098,57205,3,1857,2948 +"146163",41098,61398,3,1857,2563 +"146164",41098,68286,2,1857,2442 +"146165",41098,78277,3,1857,1937 +"146166",41108,360,3,1624,1671 +"146167",41108,913,3,1624,2144 +"146168",41108,1147,3,1624,1999 +"146169",41108,2972,3,1624,1708 +"146170",41108,5064,3,1624,1690 +"146171",41108,8274,2,1624,1909 +"146172",41108,8327,3,1624,2527 +"146173",41108,12388,3,1624,1975 +"146174",41108,12432,3,1624,1816 +"146175",41108,12449,3,1624,2067 +"146176",41108,12692,3,1624,1855 +"146177",41108,13388,3,1624,2119 +"146178",41108,14353,3,1624,2878 +"146179",41108,15207,3,1624,1855 +"146180",41108,15444,3,1624,2764 +"146181",41108,16896,3,1624,2223 +"146182",41108,17027,2,1624,2772 +"146183",41108,18394,3,1624,2356 +"146184",41108,19593,3,1624,2013 +"146185",41108,20067,3,1624,2390 +"146186",41108,21693,3,1624,2176 +"146187",41108,22326,3,1624,2818 +"146188",41108,22362,3,1624,1836 +"146189",41108,22403,2,1624,1630 +"146190",41108,22885,3,1624,1702 +"146191",41108,24066,2,1624,1755 +"146192",41108,25305,3,1624,2447 +"146193",41108,36441,3,1624,2796 +"146194",41108,38973,3,1624,1999 +"146195",41108,42799,3,1624,2729 +"146196",41108,46635,3,1624,2528 +"146197",41108,48274,3,1624,1979 +"146198",41108,51157,3,1624,2319 +"146199",41108,52261,3,1624,2162 +"146200",41108,57760,1,1624,1721 +"146201",41108,76356,1,1624,2323 +"146202",41108,81478,3,1624,1640 +"146203",41108,91579,2,1624,2510 +"146204",41118,4121,3,1091,1304 +"146205",41118,18891,3,1091,1596 +"146206",41118,27001,3,1091,1761 +"146207",41118,30798,3,1091,1398 +"146208",41118,46506,2,1091,2464 +"146209",41118,70555,2,1091,1229 +"146210",41118,84254,2,1091,2548 +"146211",41141,1057,3,2159,2759 +"146212",41174,307,3,850,2530 +"146213",41174,1124,3,850,1596 +"146214",41174,1386,3,850,1901 +"146215",41174,2269,3,850,984 +"146216",41174,2424,3,850,2582 +"146217",41174,2572,3,850,2273 +"146218",41174,3011,3,850,2278 +"146219",41174,3040,3,850,1446 +"146220",41174,4226,3,850,1903 +"146221",41174,4317,3,850,1224 +"146222",41174,4701,2,850,2401 +"146223",41174,4790,2,850,1025 +"146224",41174,4791,2,850,1184 +"146225",41174,7555,3,850,1943 +"146226",41174,8286,3,850,886 +"146227",41174,10148,3,850,2964 +"146228",41174,11456,3,850,2715 +"146229",41174,11620,3,850,2010 +"146230",41174,12374,3,850,2260 +"146231",41174,12728,3,850,2374 +"146232",41174,12863,3,850,2027 +"146233",41174,14709,3,850,1901 +"146234",41174,15005,2,850,1415 +"146235",41174,15343,3,850,2125 +"146236",41174,15539,3,850,1929 +"146237",41174,16313,3,850,1160 +"146238",41174,17852,3,850,2840 +"146239",41174,18393,2,850,860 +"146240",41174,18707,3,850,1143 +"146241",41174,19719,3,850,2177 +"146242",41174,20287,3,850,1099 +"146243",41174,20311,2,850,1981 +"146244",41174,21122,3,850,1701 +"146245",41174,21197,3,850,1437 +"146246",41174,21198,2,850,935 +"146247",41174,21285,3,850,2100 +"146248",41174,21417,3,850,2422 +"146249",41174,21795,3,850,2653 +"146250",41174,22006,3,850,1202 +"146251",41174,22050,3,850,966 +"146252",41174,22282,3,850,1418 +"146253",41174,22331,3,850,2687 +"146254",41174,22455,3,850,1197 +"146255",41174,23450,3,850,967 +"146256",41174,23508,2,850,1907 +"146257",41174,23509,3,850,2275 +"146258",41174,24005,3,850,1188 +"146259",41174,24286,3,850,1280 +"146260",41174,24608,3,850,1630 +"146261",41174,24755,3,850,1319 +"146262",41174,26451,2,850,2133 +"146263",41174,26749,3,850,2965 +"146264",41174,26865,3,850,2726 +"146265",41174,27175,3,850,1447 +"146266",41174,27390,3,850,2425 +"146267",41174,27792,3,850,1308 +"146268",41174,27849,1,850,1316 +"146269",41174,29929,3,850,2789 +"146270",41174,31530,3,850,1661 +"146271",41174,31691,3,850,1657 +"146272",41174,32601,3,850,1033 +"146273",41174,33356,3,850,1586 +"146274",41174,33433,3,850,2805 +"146275",41174,33801,3,850,2899 +"146276",41174,34327,3,850,2959 +"146277",41174,34836,3,850,2302 +"146278",41174,35095,3,850,1502 +"146279",41174,36714,3,850,2209 +"146280",41174,37333,3,850,1612 +"146281",41174,38019,3,850,1870 +"146282",41174,40072,3,850,1182 +"146283",41174,42618,2,850,2316 +"146284",41174,43051,1,850,904 +"146285",41174,43385,3,850,1623 +"146286",41174,44306,3,850,1036 +"146287",41174,44636,3,850,1026 +"146288",41174,45927,3,850,1542 +"146289",41174,47726,3,850,1272 +"146290",41174,48260,3,850,875 +"146291",41174,48414,3,850,1749 +"146292",41174,50075,3,850,1026 +"146293",41174,51810,2,850,1401 +"146294",41174,52058,3,850,1836 +"146295",41174,52576,3,850,2234 +"146296",41174,54879,3,850,2210 +"146297",41174,55468,1,850,2511 +"146298",41174,57405,3,850,2344 +"146299",41174,57950,3,850,1529 +"146300",41174,58133,3,850,1484 +"146301",41174,58218,3,850,2627 +"146302",41174,58508,3,850,2326 +"146303",41174,58652,3,850,1437 +"146304",41174,59939,3,850,936 +"146305",41174,62488,3,850,1418 +"146306",41174,62903,3,850,1704 +"146307",41174,64181,3,850,1828 +"146308",41174,66860,2,850,1548 +"146309",41174,70603,3,850,1002 +"146310",41174,71342,3,850,1289 +"146311",41174,72207,3,850,2430 +"146312",41174,72956,3,850,1251 +"146313",41174,75948,2,850,1006 +"146314",41174,77305,3,850,965 +"146315",41174,78270,3,850,1171 +"146316",41174,78932,3,850,981 +"146317",41174,79322,3,850,2770 +"146318",41174,81588,3,850,1568 +"146319",41174,82426,3,850,1576 +"146320",41174,82949,3,850,2077 +"146321",41174,83096,3,850,1061 +"146322",41174,89097,3,850,935 +"146323",41174,90573,2,850,878 +"146324",41174,98781,3,850,1410 +"146325",41174,103721,3,850,1030 +"146326",41180,5673,3,1556,1567 +"146327",41180,11135,3,1556,2441 +"146328",41180,15502,3,1556,2637 +"146329",41180,23890,3,1556,1810 +"146330",41180,23975,2,1556,2143 +"146331",41180,29495,3,1556,1612 +"146332",41180,36487,3,1556,2622 +"146333",41180,44982,3,1556,1592 +"146334",41180,51448,3,1556,1593 +"146335",41180,61513,3,1556,2948 +"146336",41180,89441,3,1556,2018 +"146337",41185,1560,1,1929,2013 +"146338",41185,3255,3,1929,2504 +"146339",41185,3477,3,1929,2546 +"146340",41185,5483,2,1929,1938 +"146341",41185,6063,3,1929,2349 +"146342",41185,10200,2,1929,2920 +"146343",41185,11429,2,1929,2520 +"146344",41185,12228,3,1929,2034 +"146345",41185,14626,1,1929,2175 +"146346",41185,14761,2,1929,2502 +"146347",41185,23471,3,1929,2488 +"146348",41185,24086,2,1929,2663 +"146349",41185,29319,2,1929,2314 +"146350",41185,30334,3,1929,2075 +"146351",41185,33223,3,1929,2397 +"146352",41185,33755,3,1929,2963 +"146353",41185,35264,3,1929,2329 +"146354",41185,37342,2,1929,2649 +"146355",41185,37636,3,1929,2178 +"146356",41185,42883,3,1929,2575 +"146357",41185,45730,3,1929,2063 +"146358",41185,49347,3,1929,2504 +"146359",41185,51783,3,1929,2599 +"146360",41185,54903,2,1929,2493 +"146361",41185,55775,3,1929,2385 +"146362",41185,56737,3,1929,2270 +"146363",41185,64174,3,1929,2377 +"146364",41185,64412,2,1929,2233 +"146365",41187,680,3,2340,2569 +"146366",41187,798,3,2340,2476 +"146367",41187,2936,3,2340,2512 +"146368",41187,3978,3,2340,2775 +"146369",41187,4303,3,2340,2414 +"146370",41187,4361,3,2340,2571 +"146371",41187,4367,3,2340,2794 +"146372",41187,6697,1,2340,2438 +"146373",41187,8062,3,2340,2858 +"146374",41187,11136,3,2340,2573 +"146375",41187,12759,2,2340,2414 +"146376",41187,13136,3,2340,2867 +"146377",41187,14586,3,2340,2801 +"146378",41187,19165,3,2340,2436 +"146379",41187,25373,3,2340,2783 +"146380",41187,27320,3,2340,2378 +"146381",41187,27908,3,2340,2576 +"146382",41187,31335,3,2340,2351 +"146383",41187,39875,3,2340,2422 +"146384",41187,45299,3,2340,2426 +"146385",41187,47968,2,2340,2829 +"146386",41187,50585,3,2340,2414 +"146387",41187,51783,3,2340,2599 +"146388",41187,57356,3,2340,2476 +"146389",41187,59039,3,2340,2870 +"146390",41211,2982,3,896,1233 +"146391",41211,4696,3,896,2656 +"146392",41211,7548,3,896,1932 +"146393",41211,7840,3,896,984 +"146394",41211,10474,3,896,1608 +"146395",41211,13150,3,896,1570 +"146396",41211,14103,3,896,2204 +"146397",41211,22140,3,896,942 +"146398",41211,22181,3,896,1274 +"146399",41211,22311,3,896,2034 +"146400",41211,25610,3,896,2328 +"146401",41211,94450,1,896,1127 +"146402",41211,99194,3,896,1271 +"146403",41211,101019,1,896,904 +"146404",41211,107993,3,896,999 +"146405",41211,109741,3,896,1527 +"146406",41211,121260,3,896,2042 +"146407",41238,1888,2,51,114 +"146408",41238,2077,2,51,610 +"146409",41238,2208,3,51,2814 +"146410",41238,2440,3,51,836 +"146411",41238,3164,3,51,2693 +"146412",41238,4567,3,51,2348 +"146413",41238,5239,3,51,2875 +"146414",41238,5557,3,51,1929 +"146415",41238,6030,3,51,2953 +"146416",41238,6914,3,51,2668 +"146417",41238,7148,3,51,1095 +"146418",41238,7759,3,51,2844 +"146419",41238,8238,3,51,2222 +"146420",41238,9423,3,51,1708 +"146421",41238,10222,3,51,2212 +"146422",41238,10349,3,51,2300 +"146423",41238,10744,2,51,955 +"146424",41238,10851,3,51,2423 +"146425",41238,11060,3,51,2155 +"146426",41238,13837,3,51,1604 +"146427",41238,14855,3,51,903 +"146428",41238,14983,3,51,1047 +"146429",41238,15106,3,51,2286 +"146430",41238,15808,1,51,1521 +"146431",41238,16120,3,51,1237 +"146432",41238,17457,3,51,589 +"146433",41238,17632,3,51,1947 +"146434",41238,18364,3,51,535 +"146435",41238,18825,3,51,1240 +"146436",41238,20874,2,51,1580 +"146437",41238,22543,2,51,1594 +"146438",41238,22566,3,51,2308 +"146439",41238,22682,3,51,2035 +"146440",41238,23112,3,51,1192 +"146441",41238,24256,3,51,2393 +"146442",41238,24912,3,51,648 +"146443",41238,26659,3,51,903 +"146444",41238,27323,3,51,943 +"146445",41238,28050,3,51,1955 +"146446",41238,28168,3,51,2702 +"146447",41238,29089,3,51,1344 +"146448",41238,29115,3,51,1047 +"146449",41238,29512,3,51,1594 +"146450",41238,29580,3,51,2776 +"146451",41238,32419,3,51,1909 +"146452",41238,33230,3,51,539 +"146453",41238,34158,3,51,2639 +"146454",41238,35481,3,51,2211 +"146455",41238,36784,3,51,576 +"146456",41238,37551,3,51,257 +"146457",41238,40368,2,51,2876 +"146458",41238,40487,2,51,2512 +"146459",41238,44135,2,51,2620 +"146460",41238,44160,3,51,859 +"146461",41238,45504,3,51,2301 +"146462",41238,49109,3,51,2341 +"146463",41238,55076,2,51,2408 +"146464",41238,57246,3,51,1873 +"146465",41238,57355,3,51,1261 +"146466",41238,63502,3,51,113 +"146467",41238,64043,3,51,183 +"146468",41238,64857,2,51,1792 +"146469",41238,65700,3,51,200 +"146470",41238,69117,3,51,645 +"146471",41238,69250,1,51,1439 +"146472",41238,70605,3,51,1176 +"146473",41238,71560,1,51,280 +"146474",41238,71808,3,51,2349 +"146475",41238,72326,3,51,2384 +"146476",41238,76607,2,51,747 +"146477",41238,77550,3,51,1548 +"146478",41238,85995,3,51,432 +"146479",41238,86308,3,51,147 +"146480",41238,92122,3,51,436 +"146481",41238,96611,3,51,765 +"146482",41238,115186,3,51,243 +"146483",41240,7180,3,2220,2227 +"146484",41240,18202,3,2220,2475 +"146485",41240,19364,3,2220,2846 +"146486",41240,20700,3,2220,2861 +"146487",41240,35815,3,2220,2789 +"146488",41240,73553,3,2220,2726 +"146489",41240,121354,3,2220,2862 +"146490",41245,359,3,270,635 +"146491",41245,1780,3,270,1375 +"146492",41245,2011,3,270,2176 +"146493",41245,2747,3,270,2411 +"146494",41245,2847,3,270,494 +"146495",41245,4916,3,270,1970 +"146496",41245,5484,3,270,582 +"146497",41245,8140,3,270,1262 +"146498",41245,13065,3,270,1561 +"146499",41245,15826,3,270,2772 +"146500",41245,16286,3,270,2470 +"146501",41245,17217,3,270,318 +"146502",41245,19447,3,270,969 +"146503",41245,19686,3,270,2467 +"146504",41245,24176,3,270,1986 +"146505",41245,27008,3,270,911 +"146506",41245,28446,3,270,917 +"146507",41245,34997,2,270,591 +"146508",41245,39217,3,270,504 +"146509",41245,39418,3,270,1978 +"146510",41245,40226,1,270,880 +"146511",41245,44877,3,270,1219 +"146512",41245,46570,3,270,1707 +"146513",41245,54890,2,270,877 +"146514",41245,59726,3,270,1513 +"146515",41245,61125,3,270,1673 +"146516",41245,82341,3,270,1515 +"146517",41245,84574,3,270,958 +"146518",41245,88307,3,270,437 +"146519",41245,92297,3,270,2952 +"146520",41245,100432,3,270,1358 +"146521",41245,116293,3,270,540 +"146522",41250,900,2,1703,2726 +"146523",41250,5317,3,1703,2063 +"146524",41250,8062,3,1703,2858 +"146525",41250,13842,3,1703,2250 +"146526",41250,13920,3,1703,1709 +"146527",41250,25373,3,1703,2783 +"146528",41250,27509,3,1703,2067 +"146529",41250,33537,3,1703,2406 +"146530",41250,34509,3,1703,1973 +"146531",41250,36344,3,1703,2570 +"146532",41250,36962,3,1703,2861 +"146533",41250,38676,3,1703,2286 +"146534",41250,41402,2,1703,2313 +"146535",41250,46596,3,1703,1942 +"146536",41250,47708,1,1703,2568 +"146537",41250,53219,3,1703,2973 +"146538",41250,58238,2,1703,1944 +"146539",41250,66693,3,1703,2554 +"146540",41278,313,3,1873,2271 +"146541",41278,377,2,1873,2389 +"146542",41278,499,3,1873,1931 +"146543",41278,543,3,1873,2203 +"146544",41278,613,3,1873,2687 +"146545",41278,1151,3,1873,2885 +"146546",41278,1275,3,1873,2068 +"146547",41278,1495,3,1873,2046 +"146548",41278,1616,2,1873,2662 +"146549",41278,1777,2,1873,1965 +"146550",41278,2036,3,1873,2483 +"146551",41278,2057,3,1873,1965 +"146552",41278,2224,3,1873,2751 +"146553",41278,2484,3,1873,2389 +"146554",41278,3161,3,1873,2229 +"146555",41278,4057,2,1873,2389 +"146556",41278,5078,2,1873,2033 +"146557",41278,5315,3,1873,2631 +"146558",41278,5457,2,1873,2077 +"146559",41278,5462,2,1873,2374 +"146560",41278,5491,3,1873,2048 +"146561",41278,5504,2,1873,2389 +"146562",41278,7241,3,1873,2259 +"146563",41278,7323,2,1873,2858 +"146564",41278,8760,3,1873,2477 +"146565",41278,9332,3,1873,2734 +"146566",41278,9362,3,1873,2879 +"146567",41278,12713,3,1873,2440 +"146568",41278,15299,3,1873,2213 +"146569",41278,15539,3,1873,1929 +"146570",41278,15636,3,1873,2857 +"146571",41278,17410,3,1873,2073 +"146572",41278,18151,2,1873,2962 +"146573",41278,19606,3,1873,2783 +"146574",41278,20067,3,1873,2390 +"146575",41278,20659,2,1873,1969 +"146576",41278,20700,3,1873,2861 +"146577",41278,21225,3,1873,1945 +"146578",41278,21795,3,1873,2653 +"146579",41278,23869,3,1873,1918 +"146580",41278,24146,3,1873,2003 +"146581",41278,26106,3,1873,2015 +"146582",41278,26249,3,1873,2301 +"146583",41278,26608,3,1873,2329 +"146584",41278,27478,3,1873,2485 +"146585",41278,28216,2,1873,1910 +"146586",41278,30119,3,1873,1961 +"146587",41278,31799,3,1873,2547 +"146588",41278,32606,2,1873,2100 +"146589",41278,35256,2,1873,2271 +"146590",41278,36962,3,1873,2861 +"146591",41278,37570,2,1873,2389 +"146592",41278,38755,3,1873,2902 +"146593",41278,39444,3,1873,2695 +"146594",41278,39548,3,1873,2389 +"146595",41278,40138,3,1873,2719 +"146596",41278,45903,3,1873,2237 +"146597",41278,49965,3,1873,2301 +"146598",41278,50269,3,1873,1966 +"146599",41278,50685,3,1873,2008 +"146600",41278,51410,3,1873,2739 +"146601",41278,53031,3,1873,2065 +"146602",41278,55468,3,1873,2511 +"146603",41278,55556,3,1873,2075 +"146604",41278,55828,2,1873,2393 +"146605",41278,57077,3,1873,1885 +"146606",41278,57360,3,1873,2429 +"146607",41278,57609,3,1873,2717 +"146608",41278,57977,3,1873,2683 +"146609",41278,64967,2,1873,2872 +"146610",41278,65856,3,1873,2504 +"146611",41278,67957,3,1873,2823 +"146612",41278,70046,3,1873,2624 +"146613",41278,70203,3,1873,2756 +"146614",41278,80429,3,1873,1927 +"146615",41278,85430,3,1873,2370 +"146616",41278,86986,3,1873,1976 +"146617",41278,91570,3,1873,2229 +"146618",41278,108867,3,1873,2328 +"146619",41307,2609,3,103,834 +"146620",41307,8275,3,103,2237 +"146621",41307,11493,3,103,2077 +"146622",41307,15453,3,103,1688 +"146623",41307,20494,3,103,1075 +"146624",41307,21356,2,103,213 +"146625",41307,24482,3,103,1649 +"146626",41307,28335,3,103,1240 +"146627",41307,33356,3,103,1586 +"146628",41307,38755,3,103,2902 +"146629",41307,44161,3,103,1156 +"146630",41307,44502,3,103,484 +"146631",41307,50218,3,103,823 +"146632",41307,54631,3,103,1531 +"146633",41307,55580,2,103,1942 +"146634",41307,57337,1,103,1443 +"146635",41307,63685,3,103,172 +"146636",41307,77671,3,103,470 +"146637",41307,79612,2,103,927 +"146638",41307,80883,2,103,280 +"146639",41307,81478,3,103,1640 +"146640",41307,81586,3,103,877 +"146641",41307,100532,3,103,859 +"146642",41307,119564,3,103,336 +"146643",41315,380,3,439,2261 +"146644",41315,457,3,439,1704 +"146645",41315,1044,3,439,880 +"146646",41315,1777,3,439,1965 +"146647",41315,1826,3,439,924 +"146648",41315,2063,3,439,1278 +"146649",41315,2143,3,439,1174 +"146650",41315,2181,3,439,2030 +"146651",41315,2208,3,439,2814 +"146652",41315,2224,3,439,2751 +"146653",41315,2424,3,439,2582 +"146654",41315,2533,3,439,2016 +"146655",41315,2743,2,439,1278 +"146656",41315,3242,3,439,1730 +"146657",41315,3305,3,439,2839 +"146658",41315,3748,3,439,2052 +"146659",41315,3801,3,439,1974 +"146660",41315,4317,3,439,1224 +"146661",41315,4791,3,439,1184 +"146662",41315,4932,2,439,2752 +"146663",41315,4983,3,439,1909 +"146664",41315,5078,3,439,2033 +"146665",41315,5457,3,439,2077 +"146666",41315,5462,3,439,2374 +"146667",41315,5504,3,439,2389 +"146668",41315,5971,3,439,1985 +"146669",41315,6491,3,439,2424 +"146670",41315,6588,3,439,2025 +"146671",41315,8490,3,439,564 +"146672",41315,8529,2,439,1205 +"146673",41315,8866,3,439,1545 +"146674",41315,8888,3,439,1328 +"146675",41315,8910,3,439,1054 +"146676",41315,9311,3,439,2477 +"146677",41315,9362,3,439,2879 +"146678",41315,9474,3,439,864 +"146679",41315,9805,3,439,1621 +"146680",41315,10453,3,439,1656 +"146681",41315,11006,3,439,1950 +"146682",41315,11348,3,439,824 +"146683",41315,11817,3,439,600 +"146684",41315,12374,2,439,2260 +"146685",41315,13895,3,439,687 +"146686",41315,14824,3,439,455 +"146687",41315,14834,2,439,2739 +"146688",41315,15799,2,439,1917 +"146689",41315,16164,3,439,1184 +"146690",41315,16201,3,439,1811 +"146691",41315,16352,3,439,2657 +"146692",41315,16940,3,439,1290 +"146693",41315,19096,3,439,1538 +"146694",41315,19248,3,439,2357 +"146695",41315,19719,2,439,2177 +"146696",41315,20319,3,439,468 +"146697",41315,20563,3,439,2267 +"146698",41315,20824,3,439,1366 +"146699",41315,20975,3,439,1305 +"146700",41315,21104,3,439,2327 +"146701",41315,21197,3,439,1437 +"146702",41315,21198,3,439,935 +"146703",41315,21285,3,439,2100 +"146704",41315,21617,3,439,516 +"146705",41315,21693,3,439,2176 +"146706",41315,22282,3,439,1418 +"146707",41315,22326,3,439,2818 +"146708",41315,22362,3,439,1836 +"146709",41315,23450,3,439,967 +"146710",41315,23526,3,439,1998 +"146711",41315,23534,3,439,1659 +"146712",41315,23825,2,439,1913 +"146713",41315,24005,3,439,1188 +"146714",41315,25132,3,439,1188 +"146715",41315,25577,3,439,1946 +"146716",41315,26067,3,439,2069 +"146717",41315,26471,2,439,1061 +"146718",41315,26570,3,439,1669 +"146719",41315,26671,3,439,2279 +"146720",41315,26749,3,439,2965 +"146721",41315,26867,3,439,1804 +"146722",41315,27112,3,439,500 +"146723",41315,27255,3,439,1232 +"146724",41315,27694,3,439,2030 +"146725",41315,28285,3,439,2972 +"146726",41315,29929,3,439,2789 +"146727",41315,31050,3,439,1491 +"146728",41315,31338,3,439,917 +"146729",41315,32017,1,439,577 +"146730",41315,32811,3,439,804 +"146731",41315,33622,3,439,2230 +"146732",41315,34136,3,439,2202 +"146733",41315,34836,1,439,2302 +"146734",41315,36087,3,439,2755 +"146735",41315,36427,3,439,544 +"146736",41315,37800,2,439,604 +"146737",41315,38019,1,439,1870 +"146738",41315,38780,2,439,2705 +"146739",41315,39238,2,439,922 +"146740",41315,39444,3,439,2695 +"146741",41315,39865,2,439,849 +"146742",41315,40028,3,439,1349 +"146743",41315,40072,2,439,1182 +"146744",41315,41174,3,439,850 +"146745",41315,41607,3,439,2802 +"146746",41315,42619,3,439,2017 +"146747",41315,43385,3,439,1623 +"146748",41315,44648,3,439,619 +"146749",41315,45461,3,439,2458 +"146750",41315,48435,3,439,528 +"146751",41315,48698,3,439,1474 +"146752",41315,49512,3,439,1302 +"146753",41315,50236,3,439,2339 +"146754",41315,50685,3,439,2008 +"146755",41315,51022,3,439,1499 +"146756",41315,52154,3,439,1722 +"146757",41315,52345,3,439,1430 +"146758",41315,52576,3,439,2234 +"146759",41315,53266,2,439,2389 +"146760",41315,53303,3,439,1376 +"146761",41315,53322,1,439,1200 +"146762",41315,53323,2,439,2677 +"146763",41315,53608,3,439,1986 +"146764",41315,55299,3,439,609 +"146765",41315,55320,3,439,1643 +"146766",41315,55862,3,439,2123 +"146767",41315,56082,3,439,2395 +"146768",41315,56317,3,439,2030 +"146769",41315,56854,3,439,2022 +"146770",41315,57348,2,439,687 +"146771",41315,57353,2,439,1849 +"146772",41315,58508,3,439,2326 +"146773",41315,59939,2,439,936 +"146774",41315,61982,3,439,2725 +"146775",41315,62841,3,439,2710 +"146776",41315,65007,2,439,2530 +"146777",41315,69745,3,439,1594 +"146778",41315,71342,3,439,1289 +"146779",41315,72468,2,439,2292 +"146780",41315,72956,3,439,1251 +"146781",41315,73128,3,439,1549 +"146782",41315,74318,3,439,632 +"146783",41315,76127,3,439,910 +"146784",41315,76284,3,439,1237 +"146785",41315,77305,3,439,965 +"146786",41315,78256,3,439,804 +"146787",41315,80825,3,439,2315 +"146788",41315,81326,3,439,758 +"146789",41315,81588,3,439,1568 +"146790",41315,82732,3,439,2810 +"146791",41315,82949,3,439,2077 +"146792",41315,88126,3,439,1027 +"146793",41315,89097,3,439,935 +"146794",41315,91912,2,439,790 +"146795",41315,92220,3,439,607 +"146796",41315,98925,3,439,584 +"146797",41315,101797,3,439,2357 +"146798",41315,103721,3,439,1030 +"146799",41315,108867,3,439,2328 +"146800",41315,109663,3,439,545 +"146801",41315,112437,3,439,513 +"146802",41338,2057,2,1553,1965 +"146803",41338,3127,3,1553,2273 +"146804",41338,3306,3,1553,1989 +"146805",41338,4032,2,1553,1763 +"146806",41338,4367,3,1553,2794 +"146807",41338,6132,3,1553,1590 +"146808",41338,6697,2,1553,2438 +"146809",41338,7337,3,1553,1797 +"146810",41338,7355,1,1553,1928 +"146811",41338,8610,2,1553,2240 +"146812",41338,10739,2,1553,1807 +"146813",41338,10754,3,1553,1797 +"146814",41338,11136,1,1553,2573 +"146815",41338,14558,1,1553,1585 +"146816",41338,14754,2,1553,2456 +"146817",41338,16595,3,1553,2352 +"146818",41338,17230,3,1553,1965 +"146819",41338,22766,2,1553,1945 +"146820",41338,24757,2,1553,1939 +"146821",41338,25741,2,1553,2853 +"146822",41338,28081,3,1553,1927 +"146823",41338,29286,3,1553,1612 +"146824",41338,29997,3,1553,1789 +"146825",41338,32202,3,1553,2314 +"146826",41338,34908,3,1553,2796 +"146827",41338,36953,3,1553,2790 +"146828",41338,39534,3,1553,2410 +"146829",41338,40572,3,1553,2666 +"146830",41338,41187,3,1553,2340 +"146831",41338,42813,3,1553,2142 +"146832",41338,46486,2,1553,1868 +"146833",41338,47965,3,1553,2232 +"146834",41338,50335,3,1553,1893 +"146835",41338,54284,2,1553,2491 +"146836",41338,65856,3,1553,2504 +"146837",41338,66994,3,1553,1865 +"146838",41338,68586,2,1553,2322 +"146839",41338,92850,3,1553,1971 +"146840",41338,111375,3,1553,2686 +"146841",41350,3158,2,1935,2762 +"146842",41350,6223,3,1935,2363 +"146843",41350,12966,3,1935,2011 +"146844",41350,20695,3,1935,2526 +"146845",41350,42390,3,1935,2937 +"146846",41350,43728,3,1935,2308 +"146847",41350,44132,2,1935,1999 +"146848",41350,49142,3,1935,2289 +"146849",41381,16351,3,829,893 +"146850",41381,43360,3,829,979 +"146851",41381,49415,3,829,2654 +"146852",41381,68398,1,829,978 +"146853",41381,76931,3,829,1338 +"146854",41393,61980,2,1915,2392 +"146855",41402,701,2,2313,2718 +"146856",41402,4696,3,2313,2656 +"146857",41402,13929,3,2313,2693 +"146858",41402,20423,3,2313,2654 +"146859",41402,25129,3,2313,2647 +"146860",41402,26721,3,2313,2586 +"146861",41402,30081,3,2313,2403 +"146862",41402,36962,2,2313,2861 +"146863",41402,37285,3,2313,2428 +"146864",41402,47708,3,2313,2568 +"146865",41402,48605,3,2313,2796 +"146866",41402,51410,3,2313,2739 +"146867",41402,55256,3,2313,2379 +"146868",41402,62841,3,2313,2710 +"146869",41407,4567,3,1951,2348 +"146870",41407,4916,2,1951,1970 +"146871",41407,10129,3,1951,2124 +"146872",41407,10370,3,1951,2224 +"146873",41407,19093,2,1951,2224 +"146874",41407,40129,3,1951,2162 +"146875",41407,41837,3,1951,2399 +"146876",41407,44135,3,1951,2620 +"146877",41418,323,2,535,1706 +"146878",41418,757,3,535,546 +"146879",41418,915,3,535,1793 +"146880",41418,1314,3,535,1522 +"146881",41418,1519,3,535,2349 +"146882",41418,4957,1,535,644 +"146883",41418,5568,3,535,1290 +"146884",41418,8789,3,535,2024 +"146885",41418,10222,3,535,2212 +"146886",41418,10592,3,535,859 +"146887",41418,10870,1,535,1755 +"146888",41418,11103,3,535,2393 +"146889",41418,11493,3,535,2077 +"146890",41418,12031,3,535,1957 +"146891",41418,12371,3,535,1569 +"146892",41418,12373,3,535,1567 +"146893",41418,16296,3,535,2626 +"146894",41418,16384,3,535,1320 +"146895",41418,17257,3,535,1117 +"146896",41418,17812,3,535,2705 +"146897",41418,18165,3,535,2085 +"146898",41418,19208,3,535,2629 +"146899",41418,19605,2,535,2395 +"146900",41418,20941,3,535,2725 +"146901",41418,23006,3,535,1532 +"146902",41418,23430,2,535,904 +"146903",41418,24256,3,535,2393 +"146904",41418,25033,3,535,929 +"146905",41418,27195,3,535,2158 +"146906",41418,27379,2,535,2461 +"146907",41418,27686,3,535,2844 +"146908",41418,28571,3,535,1556 +"146909",41418,29454,3,535,2719 +"146910",41418,29930,2,535,2240 +"146911",41418,35589,3,535,983 +"146912",41418,37026,1,535,1428 +"146913",41418,38691,3,535,2585 +"146914",41418,38915,3,535,746 +"146915",41418,41278,3,535,1873 +"146916",41418,41953,2,535,945 +"146917",41418,45329,3,535,1693 +"146918",41418,47889,3,535,992 +"146919",41418,50480,3,535,2701 +"146920",41418,51035,3,535,2397 +"146921",41418,53091,2,535,1134 +"146922",41418,55892,3,535,1234 +"146923",41418,61245,2,535,955 +"146924",41418,61548,2,535,852 +"146925",41418,62538,3,535,1656 +"146926",41418,67352,3,535,1115 +"146927",41418,70433,3,535,2639 +"146928",41418,86580,3,535,696 +"146929",41418,90837,3,535,825 +"146930",41418,96708,3,535,594 +"146931",41418,99288,2,535,983 +"146932",41429,680,3,1770,2569 +"146933",41429,1560,3,1770,2013 +"146934",41429,4303,3,1770,2414 +"146935",41429,8062,3,1770,2858 +"146936",41429,9716,3,1770,1929 +"146937",41429,11429,3,1770,2520 +"146938",41429,11477,3,1770,2724 +"146939",41429,12759,3,1770,2414 +"146940",41429,14972,3,1770,2332 +"146941",41429,15095,3,1770,2001 +"146942",41429,18371,3,1770,2860 +"146943",41429,25373,3,1770,2783 +"146944",41429,30334,2,1770,2075 +"146945",41429,30705,3,1770,2959 +"146946",41429,36953,3,1770,2790 +"146947",41429,37636,2,1770,2178 +"146948",41429,37844,3,1770,2002 +"146949",41429,40392,2,1770,1878 +"146950",41429,41723,3,1770,2101 +"146951",41429,47082,3,1770,1990 +"146952",41429,51783,2,1770,2599 +"146953",41429,56082,3,1770,2395 +"146954",41439,798,3,709,2476 +"146955",41439,843,3,709,2332 +"146956",41439,1367,3,709,2176 +"146957",41439,1629,3,709,1289 +"146958",41439,2349,3,709,1288 +"146959",41439,2407,3,709,1725 +"146960",41439,2424,3,709,2582 +"146961",41439,2452,3,709,1715 +"146962",41439,2747,3,709,2411 +"146963",41439,3271,2,709,2216 +"146964",41439,3853,3,709,2465 +"146965",41439,3863,3,709,856 +"146966",41439,5346,2,709,1438 +"146967",41439,5580,3,709,2111 +"146968",41439,5897,3,709,2337 +"146969",41439,6479,3,709,1021 +"146970",41439,6821,2,709,1788 +"146971",41439,7245,3,709,2089 +"146972",41439,7337,3,709,1797 +"146973",41439,7604,3,709,1366 +"146974",41439,7785,3,709,2441 +"146975",41439,8073,3,709,1847 +"146976",41439,8607,3,709,1685 +"146977",41439,8781,3,709,914 +"146978",41439,9202,3,709,2477 +"146979",41439,9272,2,709,2835 +"146980",41439,9301,3,709,1861 +"146981",41439,9332,3,709,2734 +"146982",41439,9654,3,709,2111 +"146983",41439,10373,3,709,2436 +"146984",41439,10914,3,709,1660 +"146985",41439,12361,3,709,2732 +"146986",41439,13068,3,709,1778 +"146987",41439,13639,3,709,2887 +"146988",41439,13671,3,709,1371 +"146989",41439,14287,3,709,1583 +"146990",41439,14654,3,709,1692 +"146991",41439,15078,3,709,1033 +"146992",41439,15095,3,709,2001 +"146993",41439,15184,3,709,2396 +"146994",41439,15207,2,709,1855 +"146995",41439,15453,3,709,1688 +"146996",41439,15462,2,709,1141 +"146997",41439,16021,3,709,858 +"146998",41439,16067,3,709,2727 +"146999",41439,16313,3,709,1160 +"147000",41439,16437,2,709,1956 +"147001",41439,16684,3,709,1657 +"147002",41439,16776,3,709,1565 +"147003",41439,16866,3,709,2718 +"147004",41439,18348,3,709,1711 +"147005",41439,18415,3,709,2184 +"147006",41439,18421,3,709,2457 +"147007",41439,18571,3,709,2128 +"147008",41439,18865,3,709,2676 +"147009",41439,18978,3,709,952 +"147010",41439,19028,3,709,921 +"147011",41439,19069,3,709,988 +"147012",41439,19075,3,709,2214 +"147013",41439,19231,2,709,1424 +"147014",41439,19934,3,709,2888 +"147015",41439,20176,3,709,1050 +"147016",41439,20395,2,709,1468 +"147017",41439,21198,3,709,935 +"147018",41439,21929,3,709,2062 +"147019",41439,22244,3,709,2139 +"147020",41439,23000,3,709,1815 +"147021",41439,23277,3,709,1267 +"147022",41439,23430,3,709,904 +"147023",41439,23641,3,709,1934 +"147024",41439,25378,3,709,1245 +"147025",41439,26182,3,709,2775 +"147026",41439,26713,3,709,1235 +"147027",41439,27280,3,709,1965 +"147028",41439,27320,2,709,2378 +"147029",41439,27722,2,709,1266 +"147030",41439,28057,3,709,1067 +"147031",41439,28432,3,709,1954 +"147032",41439,29495,3,709,1612 +"147033",41439,30262,3,709,1715 +"147034",41439,30891,3,709,1256 +"147035",41439,30943,3,709,2287 +"147036",41439,31164,3,709,1996 +"147037",41439,31338,3,709,917 +"147038",41439,31783,2,709,1180 +"147039",41439,32516,2,709,2050 +"147040",41439,32532,3,709,2338 +"147041",41439,32560,3,709,1258 +"147042",41439,32651,3,709,877 +"147043",41439,32811,3,709,804 +"147044",41439,32939,3,709,2277 +"147045",41439,33665,3,709,787 +"147046",41439,33681,3,709,1059 +"147047",41439,33691,3,709,949 +"147048",41439,33870,3,709,955 +"147049",41439,36136,3,709,2338 +"147050",41439,36346,3,709,1240 +"147051",41439,37752,2,709,2223 +"147052",41439,38219,3,709,1689 +"147053",41439,38259,3,709,2258 +"147054",41439,38373,3,709,1928 +"147055",41439,39439,3,709,2462 +"147056",41439,39443,3,709,2277 +"147057",41439,39444,3,709,2695 +"147058",41439,39534,3,709,2410 +"147059",41439,40003,3,709,936 +"147060",41439,40035,3,709,2742 +"147061",41439,41187,3,709,2340 +"147062",41439,41718,3,709,804 +"147063",41439,41900,3,709,1970 +"147064",41439,42006,3,709,862 +"147065",41439,42642,3,709,2257 +"147066",41439,42756,3,709,1384 +"147067",41439,43173,3,709,2895 +"147068",41439,43204,2,709,1680 +"147069",41439,43226,2,709,2442 +"147070",41439,44603,3,709,2748 +"147071",41439,44786,2,709,1096 +"147072",41439,44877,3,709,1219 +"147073",41439,45186,3,709,835 +"147074",41439,45480,1,709,1104 +"147075",41439,45874,3,709,944 +"147076",41439,46803,3,709,2305 +"147077",41439,46951,3,709,2429 +"147078",41439,46982,3,709,2806 +"147079",41439,47013,2,709,2388 +"147080",41439,47072,3,709,1564 +"147081",41439,47384,3,709,1639 +"147082",41439,47968,3,709,2829 +"147083",41439,48110,2,709,2009 +"147084",41439,48576,3,709,1675 +"147085",41439,49201,3,709,936 +"147086",41439,49551,1,709,879 +"147087",41439,50229,3,709,1190 +"147088",41439,50252,3,709,2001 +"147089",41439,52174,3,709,983 +"147090",41439,53043,3,709,803 +"147091",41439,53445,3,709,2028 +"147092",41439,53726,3,709,1729 +"147093",41439,54388,3,709,1257 +"147094",41439,57804,3,709,2214 +"147095",41439,57912,2,709,1035 +"147096",41439,57990,3,709,978 +"147097",41439,58015,3,709,899 +"147098",41439,58508,2,709,2326 +"147099",41439,58829,3,709,1256 +"147100",41439,58895,3,709,917 +"147101",41439,58971,3,709,2280 +"147102",41439,59039,1,709,2870 +"147103",41439,59485,3,709,1564 +"147104",41439,59506,3,709,983 +"147105",41439,61125,3,709,1673 +"147106",41439,61723,3,709,1262 +"147107",41439,63395,3,709,2334 +"147108",41439,63641,3,709,2337 +"147109",41439,63644,3,709,1267 +"147110",41439,63654,3,709,2310 +"147111",41439,65188,3,709,2213 +"147112",41439,67719,3,709,2429 +"147113",41439,67726,3,709,2873 +"147114",41439,69131,3,709,2122 +"147115",41439,69335,2,709,2698 +"147116",41439,69716,3,709,2632 +"147117",41439,69788,3,709,2007 +"147118",41439,70422,3,709,1398 +"147119",41439,74058,3,709,1151 +"147120",41439,74795,2,709,1319 +"147121",41439,74818,3,709,1440 +"147122",41439,76511,3,709,1250 +"147123",41439,77077,3,709,2693 +"147124",41439,77377,3,709,1487 +"147125",41439,80219,3,709,988 +"147126",41439,80301,2,709,1690 +"147127",41439,80801,3,709,1250 +"147128",41439,82039,3,709,1327 +"147129",41439,82226,3,709,1619 +"147130",41439,85356,3,709,1492 +"147131",41439,88067,3,709,2315 +"147132",41439,90745,3,709,1994 +"147133",41439,93208,3,709,1324 +"147134",41439,94520,2,709,1243 +"147135",41439,94625,3,709,2105 +"147136",41439,95416,2,709,982 +"147137",41439,95690,3,709,765 +"147138",41439,99237,3,709,783 +"147139",41439,99332,3,709,873 +"147140",41439,99557,3,709,1703 +"147141",41439,119524,3,709,1930 +"147142",41439,119921,3,709,1113 +"147143",41446,341,3,1103,2689 +"147144",41446,841,3,1103,2964 +"147145",41446,867,3,1103,1264 +"147146",41446,1620,3,1103,1303 +"147147",41446,1629,3,1103,1289 +"147148",41446,1846,3,1103,1845 +"147149",41446,2524,2,1103,1708 +"147150",41446,3127,3,1103,2273 +"147151",41446,3456,2,1103,1999 +"147152",41446,3477,3,1103,2546 +"147153",41446,3493,3,1103,2451 +"147154",41446,4361,3,1103,2571 +"147155",41446,5363,3,1103,1791 +"147156",41446,5962,3,1103,2491 +"147157",41446,6821,3,1103,1788 +"147158",41446,7337,3,1103,1797 +"147159",41446,7997,2,1103,2049 +"147160",41446,8062,2,1103,2858 +"147161",41446,9227,2,1103,1267 +"147162",41446,10336,3,1103,2271 +"147163",41446,10350,3,1103,1163 +"147164",41446,12067,3,1103,1213 +"147165",41446,12948,3,1103,2669 +"147166",41446,13720,3,1103,1558 +"147167",41446,14072,3,1103,1346 +"147168",41446,14108,3,1103,2012 +"147169",41446,14449,3,1103,1258 +"147170",41446,17257,2,1103,1117 +"147171",41446,17381,3,1103,1697 +"147172",41446,18965,3,1103,2315 +"147173",41446,19934,3,1103,2888 +"147174",41446,21240,3,1103,1162 +"147175",41446,21681,2,1103,2005 +"147176",41446,21684,3,1103,1971 +"147177",41446,24176,3,1103,1986 +"147178",41446,25373,3,1103,2783 +"147179",41446,26695,3,1103,2340 +"147180",41446,26734,3,1103,2299 +"147181",41446,27320,3,1103,2378 +"147182",41446,28893,3,1103,2764 +"147183",41446,29495,3,1103,1612 +"147184",41446,29997,3,1103,1789 +"147185",41446,30891,3,1103,1256 +"147186",41446,31335,3,1103,2351 +"147187",41446,31700,3,1103,2727 +"147188",41446,32818,3,1103,2485 +"147189",41446,32988,3,1103,2008 +"147190",41446,36651,2,1103,1600 +"147191",41446,37036,3,1103,2264 +"147192",41446,37937,3,1103,1320 +"147193",41446,38602,3,1103,2693 +"147194",41446,40572,3,1103,2666 +"147195",41446,40698,3,1103,1408 +"147196",41446,41023,3,1103,2408 +"147197",41446,43593,3,1103,2704 +"147198",41446,43961,3,1103,2443 +"147199",41446,45138,3,1103,2516 +"147200",41446,46532,1,1103,2005 +"147201",41446,47064,3,1103,1993 +"147202",41446,47385,3,1103,1172 +"147203",41446,50278,3,1103,1127 +"147204",41446,52136,3,1103,1412 +"147205",41446,53924,3,1103,1289 +"147206",41446,55817,3,1103,2285 +"147207",41446,59726,3,1103,1513 +"147208",41446,61125,3,1103,1673 +"147209",41446,63077,3,1103,2778 +"147210",41446,64947,3,1103,2489 +"147211",41446,64967,2,1103,2872 +"147212",41446,65242,2,1103,1988 +"147213",41446,65322,3,1103,2008 +"147214",41446,68539,3,1103,1158 +"147215",41446,72728,3,1103,2234 +"147216",41446,78037,3,1103,1606 +"147217",41446,79158,3,1103,1252 +"147218",41446,87509,3,1103,1907 +"147219",41446,109741,3,1103,1527 +"147220",41447,7942,3,2405,2623 +"147221",41447,11429,3,2405,2520 +"147222",41447,16176,2,2405,2703 +"147223",41447,34216,3,2405,2832 +"147224",41447,67815,3,2405,2476 +"147225",41472,14507,3,2451,2686 +"147226",41478,1846,3,957,1845 +"147227",41478,3493,3,957,2451 +"147228",41478,14626,3,957,2175 +"147229",41478,18827,2,957,1481 +"147230",41478,23471,1,957,2488 +"147231",41478,24195,3,957,1575 +"147232",41478,26765,2,957,2790 +"147233",41478,29319,2,957,2314 +"147234",41478,35620,3,957,2092 +"147235",41478,46385,2,957,2225 +"147236",41478,64412,3,957,2233 +"147237",41478,68539,3,957,1158 +"147238",41489,3158,3,2006,2762 +"147239",41489,4249,2,2006,2547 +"147240",41489,4784,1,2006,2511 +"147241",41489,6223,3,2006,2363 +"147242",41489,6345,3,2006,2713 +"147243",41489,6747,3,2006,2913 +"147244",41489,9724,3,2006,2713 +"147245",41489,15782,3,2006,2306 +"147246",41489,21920,3,2006,2367 +"147247",41489,25941,3,2006,2369 +"147248",41489,30096,3,2006,2082 +"147249",41489,31950,3,2006,2217 +"147250",41489,37684,3,2006,2899 +"147251",41489,43701,3,2006,2400 +"147252",41489,48823,2,2006,2080 +"147253",41489,53652,3,2006,2899 +"147254",41489,54488,3,2006,2357 +"147255",41489,64737,3,2006,2442 +"147256",41489,68813,2,2006,2511 +"147257",41489,82217,1,2006,2441 +"147258",41489,108467,3,2006,2170 +"147259",41518,160,2,1641,2007 +"147260",41518,7616,2,1641,2296 +"147261",41518,8238,3,1641,2222 +"147262",41518,8585,2,1641,1917 +"147263",41518,10146,3,1641,1878 +"147264",41518,13249,3,1641,2573 +"147265",41518,16539,3,1641,1947 +"147266",41518,17351,3,1641,2036 +"147267",41518,17632,3,1641,1947 +"147268",41518,19208,3,1641,2629 +"147269",41518,22950,3,1641,2576 +"147270",41518,23098,2,1641,2300 +"147271",41518,24256,3,1641,2393 +"147272",41518,26083,3,1641,2038 +"147273",41518,30697,3,1641,2891 +"147274",41518,41664,3,1641,2641 +"147275",41518,47564,3,1641,2650 +"147276",41518,49334,3,1641,2433 +"147277",41518,55076,3,1641,2408 +"147278",41518,63477,3,1641,1907 +"147279",41518,77611,1,1641,1795 +"147280",41521,4188,3,2069,2963 +"147281",41521,5937,1,2069,2392 +"147282",41521,6234,1,2069,2654 +"147283",41521,15150,3,2069,2801 +"147284",41521,17815,3,2069,2070 +"147285",41521,20011,3,2069,2826 +"147286",41521,23728,3,2069,2601 +"147287",41521,31259,3,2069,2082 +"147288",41521,32939,3,2069,2277 +"147289",41521,44730,3,2069,2468 +"147290",41521,50899,3,2069,2125 +"147291",41521,52032,3,2069,2853 +"147292",41521,53648,3,2069,2167 +"147293",41521,56413,1,2069,2747 +"147294",41521,57804,3,2069,2214 +"147295",41521,76997,3,2069,2223 +"147296",41523,33356,3,1160,1586 +"147297",41523,38755,3,1160,2902 +"147298",41581,364,3,1692,2351 +"147299",41581,2226,3,1692,2225 +"147300",41581,2747,3,1692,2411 +"147301",41581,2852,3,1692,2448 +"147302",41581,3195,2,1692,2043 +"147303",41581,3477,3,1692,2546 +"147304",41581,3493,3,1692,2451 +"147305",41581,4066,3,1692,1736 +"147306",41581,4669,3,1692,2395 +"147307",41581,4932,3,1692,2752 +"147308",41581,5897,3,1692,2337 +"147309",41581,6063,3,1692,2349 +"147310",41581,7785,3,1692,2441 +"147311",41581,7937,2,1692,2044 +"147312",41581,8568,3,1692,2706 +"147313",41581,9332,3,1692,2734 +"147314",41581,9503,3,1692,2453 +"147315",41581,9703,3,1692,1845 +"147316",41581,9785,2,1692,2951 +"147317",41581,9787,3,1692,2858 +"147318",41581,9801,2,1692,2443 +"147319",41581,10457,2,1692,1711 +"147320",41581,12361,2,1692,2732 +"147321",41581,13879,3,1692,2748 +"147322",41581,14749,3,1692,1998 +"147323",41581,14754,3,1692,2456 +"147324",41581,16286,3,1692,2470 +"147325",41581,17037,3,1692,2947 +"147326",41581,17645,3,1692,1918 +"147327",41581,18005,3,1692,2449 +"147328",41581,19655,2,1692,2706 +"147329",41581,19686,3,1692,2467 +"147330",41581,20355,3,1692,2111 +"147331",41581,21681,3,1692,2005 +"147332",41581,22364,3,1692,1809 +"147333",41581,25163,3,1692,1751 +"147334",41581,25722,3,1692,1697 +"147335",41581,26182,3,1692,2775 +"147336",41581,26286,3,1692,2023 +"147337",41581,26959,3,1692,1961 +"147338",41581,27742,3,1692,2700 +"147339",41581,27914,3,1692,2507 +"147340",41581,28203,3,1692,2117 +"147341",41581,28869,3,1692,2425 +"147342",41581,28893,2,1692,2764 +"147343",41581,30525,3,1692,1964 +"147344",41581,31335,3,1692,2351 +"147345",41581,32339,1,1692,2430 +"147346",41581,32532,3,1692,2338 +"147347",41581,32775,3,1692,2135 +"147348",41581,33223,3,1692,2397 +"147349",41581,34831,3,1692,1866 +"147350",41581,34870,3,1692,1873 +"147351",41581,34892,3,1692,2309 +"147352",41581,35620,3,1692,2092 +"147353",41581,35728,3,1692,2017 +"147354",41581,36506,3,1692,2638 +"147355",41581,36912,2,1692,2469 +"147356",41581,37636,3,1692,2178 +"147357",41581,39443,3,1692,2277 +"147358",41581,45729,3,1692,2606 +"147359",41581,45869,3,1692,2840 +"147360",41581,47968,3,1692,2829 +"147361",41581,48127,3,1692,2677 +"147362",41581,50335,3,1692,1893 +"147363",41581,50509,3,1692,2050 +"147364",41581,51144,3,1692,2466 +"147365",41581,51879,3,1692,1771 +"147366",41581,54775,3,1692,2383 +"147367",41581,56669,3,1692,2924 +"147368",41581,57067,1,1692,2547 +"147369",41581,66677,3,1692,2151 +"147370",41581,68885,3,1692,2151 +"147371",41581,71531,3,1692,2887 +"147372",41581,72597,3,1692,1843 +"147373",41581,82932,3,1692,2245 +"147374",41581,85198,2,1692,1794 +"147375",41581,88212,3,1692,2547 +"147376",41581,111375,3,1692,2686 +"147377",41598,2852,3,2291,2448 +"147378",41598,21734,3,2291,2528 +"147379",41598,24060,3,2291,2349 +"147380",41598,41023,2,2291,2408 +"147381",41598,56082,3,2291,2395 +"147382",41603,468,3,1942,1966 +"147383",41603,5816,3,1942,2408 +"147384",41603,15301,3,1942,2308 +"147385",41603,17999,3,1942,2758 +"147386",41603,22905,3,1942,2599 +"147387",41603,23739,3,1942,2463 +"147388",41603,26100,2,1942,1966 +"147389",41603,31251,3,1942,2498 +"147390",41603,38309,3,1942,2644 +"147391",41603,39321,3,1942,2257 +"147392",41603,53362,3,1942,2360 +"147393",41603,55775,3,1942,2385 +"147394",41603,60672,2,1942,2876 +"147395",41603,68416,3,1942,2939 +"147396",41603,71065,3,1942,2231 +"147397",41603,94339,3,1942,2768 +"147398",41625,823,3,1794,2840 +"147399",41625,1321,3,1794,2075 +"147400",41625,1495,2,1794,2046 +"147401",41625,1616,3,1794,2662 +"147402",41625,2484,3,1794,2389 +"147403",41625,2766,1,1794,1920 +"147404",41625,3853,3,1794,2465 +"147405",41625,4763,2,1794,1960 +"147406",41625,5622,3,1794,2175 +"147407",41625,7078,3,1794,2344 +"147408",41625,10857,3,1794,2253 +"147409",41625,10874,1,1794,1891 +"147410",41625,15184,2,1794,2396 +"147411",41625,15626,3,1794,2434 +"147412",41625,16727,3,1794,2164 +"147413",41625,17520,3,1794,2276 +"147414",41625,19027,2,1794,2721 +"147415",41625,19528,3,1794,2742 +"147416",41625,20700,3,1794,2861 +"147417",41625,22216,3,1794,1956 +"147418",41625,26608,3,1794,2329 +"147419",41625,28218,3,1794,2048 +"147420",41625,31799,3,1794,2547 +"147421",41625,32516,3,1794,2050 +"147422",41625,33160,3,1794,2441 +"147423",41625,34693,3,1794,1938 +"147424",41625,38921,3,1794,1880 +"147425",41625,47098,3,1794,2057 +"147426",41625,50252,2,1794,2001 +"147427",41625,51853,3,1794,2520 +"147428",41625,53293,3,1794,2916 +"147429",41625,54551,3,1794,2348 +"147430",41625,59205,3,1794,2387 +"147431",41625,65029,3,1794,2954 +"147432",41625,86799,3,1794,1951 +"147433",41633,160,3,1976,2007 +"147434",41633,364,3,1976,2351 +"147435",41633,2418,3,1976,2020 +"147436",41633,2852,3,1976,2448 +"147437",41633,4669,3,1976,2395 +"147438",41633,6119,3,1976,2358 +"147439",41633,8568,2,1976,2706 +"147440",41633,9503,3,1976,2453 +"147441",41633,9787,1,1976,2858 +"147442",41633,10336,3,1976,2271 +"147443",41633,16286,2,1976,2470 +"147444",41633,17033,3,1976,2771 +"147445",41633,17037,3,1976,2947 +"147446",41633,17351,3,1976,2036 +"147447",41633,27742,3,1976,2700 +"147448",41633,27914,3,1976,2507 +"147449",41633,28869,3,1976,2425 +"147450",41633,31868,3,1976,1993 +"147451",41633,33341,2,1976,2338 +"147452",41633,35728,3,1976,2017 +"147453",41633,39987,3,1976,2096 +"147454",41633,46384,3,1976,2285 +"147455",41633,47965,3,1976,2232 +"147456",41633,56995,3,1976,2323 +"147457",41633,71531,3,1976,2887 +"147458",41654,7597,3,443,2037 +"147459",41654,12518,3,443,2747 +"147460",41654,15598,3,443,2011 +"147461",41654,29990,2,443,1168 +"147462",41654,50364,2,443,1954 +"147463",41654,53936,2,443,584 +"147464",41654,63905,1,443,1094 +"147465",41654,112587,3,443,1003 +"147466",41654,123022,2,443,904 +"147467",41664,2684,2,2641,2874 +"147468",41664,3978,3,2641,2775 +"147469",41664,24753,1,2641,2860 +"147470",41664,25373,3,2641,2783 +"147471",41664,29454,2,2641,2719 +"147472",41664,33801,2,2641,2899 +"147473",41664,42515,3,2641,2752 +"147474",41664,47564,3,2641,2650 +"147475",41664,50480,3,2641,2701 +"147476",41664,53475,2,2641,2853 +"147477",41664,64219,3,2641,2705 +"147478",41669,1570,2,1247,2028 +"147479",41669,3678,3,1247,1325 +"147480",41669,4622,3,1247,1589 +"147481",41669,7648,1,1247,1861 +"147482",41669,9273,2,1247,1747 +"147483",41669,10755,3,1247,1742 +"147484",41669,14442,3,1247,2700 +"147485",41669,16184,2,1247,2274 +"147486",41669,17768,2,1247,2468 +"147487",41669,24867,2,1247,1861 +"147488",41669,25053,2,1247,2186 +"147489",41669,25678,3,1247,1558 +"147490",41669,29067,3,1247,1538 +"147491",41669,31281,3,1247,1937 +"147492",41669,32904,3,1247,2055 +"147493",41669,35844,3,1247,2961 +"147494",41669,36996,2,1247,2321 +"147495",41669,44466,3,1247,1607 +"147496",41669,47094,3,1247,2592 +"147497",41669,55997,3,1247,1414 +"147498",41669,59289,3,1247,2896 +"147499",41669,67701,3,1247,2289 +"147500",41669,84322,3,1247,1635 +"147501",41682,160,3,1988,2007 +"147502",41682,341,3,1988,2689 +"147503",41682,854,2,1988,2307 +"147504",41682,1367,2,1988,2176 +"147505",41682,2484,3,1988,2389 +"147506",41682,5148,3,1988,2206 +"147507",41682,5725,3,1988,2789 +"147508",41682,6192,3,1988,2409 +"147509",41682,6449,3,1988,1997 +"147510",41682,7245,3,1988,2089 +"147511",41682,7703,3,1988,2122 +"147512",41682,8327,2,1988,2527 +"147513",41682,8533,2,1988,2251 +"147514",41682,8865,3,1988,2394 +"147515",41682,9311,3,1988,2477 +"147516",41682,9331,3,1988,2269 +"147517",41682,10239,3,1988,2032 +"147518",41682,10358,3,1988,2294 +"147519",41682,11218,3,1988,2292 +"147520",41682,12042,3,1988,2345 +"147521",41682,12374,3,1988,2260 +"147522",41682,13158,3,1988,2667 +"147523",41682,14586,3,1988,2801 +"147524",41682,14959,2,1988,2898 +"147525",41682,15106,3,1988,2286 +"147526",41682,15444,2,1988,2764 +"147527",41682,15560,3,1988,2257 +"147528",41682,17027,3,1988,2772 +"147529",41682,17351,2,1988,2036 +"147530",41682,17520,3,1988,2276 +"147531",41682,17561,3,1988,2286 +"147532",41682,18165,2,1988,2085 +"147533",41682,18394,3,1988,2356 +"147534",41682,19248,3,1988,2357 +"147535",41682,19317,2,1988,2041 +"147536",41682,19605,3,1988,2395 +"147537",41682,20067,3,1988,2390 +"147538",41682,20331,3,1988,2365 +"147539",41682,20563,3,1988,2267 +"147540",41682,21248,3,1988,2232 +"147541",41682,23268,3,1988,2258 +"147542",41682,23460,3,1988,2183 +"147543",41682,24721,3,1988,2326 +"147544",41682,25440,3,1988,2749 +"147545",41682,25480,3,1988,2747 +"147546",41682,26451,3,1988,2133 +"147547",41682,28285,3,1988,2972 +"147548",41682,28626,3,1988,2842 +"147549",41682,29073,1,1988,2328 +"147550",41682,29095,3,1988,2531 +"147551",41682,29280,3,1988,2499 +"147552",41682,29314,3,1988,2736 +"147553",41682,29454,3,1988,2719 +"147554",41682,29899,3,1988,2375 +"147555",41682,30236,3,1988,2238 +"147556",41682,30827,3,1988,2323 +"147557",41682,31117,3,1988,2210 +"147558",41682,33380,2,1988,2340 +"147559",41682,33433,3,1988,2805 +"147560",41682,35235,3,1988,2610 +"147561",41682,35888,3,1988,2291 +"147562",41682,38732,3,1988,2263 +"147563",41682,41945,3,1988,2856 +"147564",41682,43518,3,1988,2680 +"147565",41682,43978,3,1988,2698 +"147566",41682,44688,3,1988,2924 +"147567",41682,44885,3,1988,2670 +"147568",41682,44899,3,1988,2386 +"147569",41682,45633,3,1988,2134 +"147570",41682,47947,3,1988,2681 +"147571",41682,50252,3,1988,2001 +"147572",41682,50480,3,1988,2701 +"147573",41682,51089,3,1988,2426 +"147574",41682,53300,3,1988,2162 +"147575",41682,53342,3,1988,2071 +"147576",41682,54879,2,1988,2210 +"147577",41682,56893,3,1988,2597 +"147578",41682,56920,3,1988,2548 +"147579",41682,57977,3,1988,2683 +"147580",41682,62840,3,1988,2502 +"147581",41682,70203,3,1988,2756 +"147582",41682,71562,3,1988,2574 +"147583",41682,73197,3,1988,1998 +"147584",41682,91579,3,1988,2510 +"147585",41682,92513,3,1988,2282 +"147586",41694,3493,3,2358,2451 +"147587",41694,4303,3,2358,2414 +"147588",41694,7785,3,2358,2441 +"147589",41694,13136,3,2358,2867 +"147590",41694,18005,3,2358,2449 +"147591",41694,24069,3,2358,2697 +"147592",41694,25373,3,2358,2783 +"147593",41694,27320,3,2358,2378 +"147594",41694,27390,3,2358,2425 +"147595",41694,35797,2,2358,2482 +"147596",41694,43961,3,2358,2443 +"147597",41694,45299,3,2358,2426 +"147598",41694,45729,3,2358,2606 +"147599",41694,57067,3,2358,2547 +"147600",41694,57765,3,2358,2893 +"147601",41694,62712,2,2358,2884 +"147602",41694,77052,3,2358,2770 +"147603",41694,92297,3,2358,2952 +"147604",41718,364,3,804,2351 +"147605",41718,900,3,804,2726 +"147606",41718,2452,2,804,1715 +"147607",41718,9703,3,804,1845 +"147608",41718,10350,3,804,1163 +"147609",41718,16501,3,804,1650 +"147610",41718,23015,2,804,1362 +"147611",41718,24086,3,804,2663 +"147612",41718,27509,3,804,2067 +"147613",41718,30974,3,804,947 +"147614",41718,38373,3,804,1928 +"147615",41718,39443,3,804,2277 +"147616",41718,39875,3,804,2422 +"147617",41718,57067,3,804,2547 +"147618",41718,57082,3,804,1418 +"147619",41718,57912,3,804,1035 +"147620",41718,66978,3,804,1536 +"147621",41718,87907,3,804,1173 +"147622",41718,95338,2,804,915 +"147623",41723,371,3,2101,2950 +"147624",41723,680,1,2101,2569 +"147625",41723,798,3,2101,2476 +"147626",41723,1519,3,2101,2349 +"147627",41723,3414,3,2101,2322 +"147628",41723,3978,2,2101,2775 +"147629",41723,4303,1,2101,2414 +"147630",41723,4361,2,2101,2571 +"147631",41723,4669,3,2101,2395 +"147632",41723,6697,3,2101,2438 +"147633",41723,6989,3,2101,2623 +"147634",41723,8062,2,2101,2858 +"147635",41723,11429,3,2101,2520 +"147636",41723,11477,3,2101,2724 +"147637",41723,11588,3,2101,2352 +"147638",41723,11648,3,2101,2852 +"147639",41723,12759,1,2101,2414 +"147640",41723,12948,3,2101,2669 +"147641",41723,14972,3,2101,2332 +"147642",41723,18005,3,2101,2449 +"147643",41723,18371,3,2101,2860 +"147644",41723,18810,3,2101,2671 +"147645",41723,19686,3,2101,2467 +"147646",41723,20941,3,2101,2725 +"147647",41723,21670,3,2101,2158 +"147648",41723,22709,3,2101,2743 +"147649",41723,25373,1,2101,2783 +"147650",41723,27390,3,2101,2425 +"147651",41723,27686,3,2101,2844 +"147652",41723,28869,3,2101,2425 +"147653",41723,29116,3,2101,2128 +"147654",41723,30034,3,2101,2357 +"147655",41723,30705,3,2101,2959 +"147656",41723,31335,2,2101,2351 +"147657",41723,36953,3,2101,2790 +"147658",41723,37636,2,2101,2178 +"147659",41723,38691,3,2101,2585 +"147660",41723,41187,2,2101,2340 +"147661",41723,43660,3,2101,2320 +"147662",41723,44694,2,2101,2220 +"147663",41723,45299,3,2101,2426 +"147664",41723,45729,3,2101,2606 +"147665",41723,45869,3,2101,2840 +"147666",41723,47013,3,2101,2388 +"147667",41723,50585,1,2101,2414 +"147668",41723,51783,2,2101,2599 +"147669",41723,52815,3,2101,2323 +"147670",41723,53223,3,2101,2690 +"147671",41723,56082,3,2101,2395 +"147672",41723,63077,3,2101,2778 +"147673",41723,64947,3,2101,2489 +"147674",41723,70583,3,2101,2615 +"147675",41723,71531,3,2101,2887 +"147676",41739,135,2,1339,2233 +"147677",41739,145,3,1339,1998 +"147678",41739,212,3,1339,1513 +"147679",41739,455,2,1339,2827 +"147680",41739,470,2,1339,2285 +"147681",41739,600,1,1339,1702 +"147682",41739,675,3,1339,1686 +"147683",41739,913,2,1339,2144 +"147684",41739,997,3,1339,2788 +"147685",41739,1130,3,1339,1566 +"147686",41739,1136,3,1339,2536 +"147687",41739,1175,3,1339,1642 +"147688",41739,1367,3,1339,2176 +"147689",41739,1691,3,1339,1941 +"147690",41739,1875,3,1339,1786 +"147691",41739,2224,3,1339,2751 +"147692",41739,2325,3,1339,1641 +"147693",41739,2407,3,1339,1725 +"147694",41739,2424,3,1339,2582 +"147695",41739,2533,3,1339,2016 +"147696",41739,2754,3,1339,1360 +"147697",41739,3164,3,1339,2693 +"147698",41739,3352,3,1339,1707 +"147699",41739,3966,3,1339,2425 +"147700",41739,4084,2,1339,2133 +"147701",41739,4191,3,1339,2130 +"147702",41739,4360,2,1339,1770 +"147703",41739,4504,3,1339,1905 +"147704",41739,5346,3,1339,1438 +"147705",41739,5491,3,1339,2048 +"147706",41739,6030,3,1339,2953 +"147707",41739,6390,3,1339,2385 +"147708",41739,6428,3,1339,1952 +"147709",41739,6491,3,1339,2424 +"147710",41739,7245,2,1339,2089 +"147711",41739,7350,3,1339,1901 +"147712",41739,7515,3,1339,2737 +"147713",41739,7847,2,1339,2424 +"147714",41739,7858,3,1339,1795 +"147715",41739,7861,3,1339,1647 +"147716",41739,8238,3,1339,2222 +"147717",41739,8533,3,1339,2251 +"147718",41739,9432,3,1339,1693 +"147719",41739,10373,3,1339,2436 +"147720",41739,10433,2,1339,2075 +"147721",41739,11516,3,1339,1937 +"147722",41739,11966,3,1339,2385 +"147723",41739,12199,3,1339,1651 +"147724",41739,12432,3,1339,1816 +"147725",41739,12528,3,1339,2589 +"147726",41739,12602,3,1339,1956 +"147727",41739,12863,3,1339,2027 +"147728",41739,13837,3,1339,1604 +"147729",41739,14080,3,1339,1351 +"147730",41739,14731,3,1339,2012 +"147731",41739,14972,3,1339,2332 +"147732",41739,15005,3,1339,1415 +"147733",41739,15207,3,1339,1855 +"147734",41739,15301,3,1339,2308 +"147735",41739,15546,3,1339,2055 +"147736",41739,15607,3,1339,1421 +"147737",41739,15626,3,1339,2434 +"147738",41739,15713,3,1339,1646 +"147739",41739,16201,3,1339,1811 +"147740",41739,16352,3,1339,2657 +"147741",41739,16432,3,1339,2664 +"147742",41739,16866,3,1339,2718 +"147743",41739,17381,3,1339,1697 +"147744",41739,17413,3,1339,2230 +"147745",41739,17698,2,1339,1559 +"147746",41739,18108,3,1339,1656 +"147747",41739,18151,3,1339,2962 +"147748",41739,18415,3,1339,2184 +"147749",41739,18865,3,1339,2676 +"147750",41739,19072,3,1339,2358 +"147751",41739,19208,3,1339,2629 +"147752",41739,19248,3,1339,2357 +"147753",41739,19335,3,1339,1729 +"147754",41739,19605,3,1339,2395 +"147755",41739,19719,3,1339,2177 +"147756",41739,20292,3,1339,2755 +"147757",41739,20369,3,1339,1356 +"147758",41739,20563,3,1339,2267 +"147759",41739,21164,3,1339,1645 +"147760",41739,21571,3,1339,2755 +"147761",41739,21795,3,1339,2653 +"147762",41739,22566,2,1339,2308 +"147763",41739,22567,3,1339,2396 +"147764",41739,22682,3,1339,2035 +"147765",41739,22885,3,1339,1702 +"147766",41739,23132,2,1339,2756 +"147767",41739,23705,2,1339,2699 +"147768",41739,23918,1,1339,1881 +"147769",41739,24448,3,1339,2289 +"147770",41739,24512,3,1339,1369 +"147771",41739,24568,2,1339,1937 +"147772",41739,25129,3,1339,2647 +"147773",41739,25289,2,1339,1790 +"147774",41739,25341,3,1339,1858 +"147775",41739,25577,3,1339,1946 +"147776",41739,27275,3,1339,2656 +"147777",41739,27377,3,1339,1724 +"147778",41739,27390,3,1339,2425 +"147779",41739,27628,3,1339,2389 +"147780",41739,27753,3,1339,2750 +"147781",41739,27796,3,1339,2151 +"147782",41739,28050,3,1339,1955 +"147783",41739,28101,2,1339,1949 +"147784",41739,28115,2,1339,1835 +"147785",41739,28168,3,1339,2702 +"147786",41739,28303,3,1339,2089 +"147787",41739,28991,2,1339,1688 +"147788",41739,29170,2,1339,1846 +"147789",41739,29308,3,1339,2094 +"147790",41739,29512,3,1339,1594 +"147791",41739,29930,3,1339,2240 +"147792",41739,29962,3,1339,2201 +"147793",41739,30052,2,1339,2855 +"147794",41739,31050,1,1339,1491 +"147795",41739,31235,3,1339,2668 +"147796",41739,32658,3,1339,1694 +"147797",41739,32965,3,1339,2071 +"147798",41739,33622,3,1339,2230 +"147799",41739,34160,2,1339,1759 +"147800",41739,34509,3,1339,1973 +"147801",41739,34735,3,1339,2767 +"147802",41739,35302,1,1339,1589 +"147803",41739,35518,3,1339,1721 +"147804",41739,36651,3,1339,1600 +"147805",41739,38019,3,1339,1870 +"147806",41739,38213,3,1339,1744 +"147807",41739,40368,3,1339,2876 +"147808",41739,40369,2,1339,2735 +"147809",41739,40383,3,1339,2639 +"147810",41739,42216,3,1339,2722 +"147811",41739,43173,3,1339,2895 +"147812",41739,43226,3,1339,2442 +"147813",41739,43566,3,1339,2730 +"147814",41739,45633,2,1339,2134 +"147815",41739,46803,3,1339,2305 +"147816",41739,47055,3,1339,1525 +"147817",41739,47248,3,1339,2883 +"147818",41739,48414,3,1339,1749 +"147819",41739,49144,2,1339,1542 +"147820",41739,49185,3,1339,1544 +"147821",41739,49620,3,1339,1868 +"147822",41739,49872,3,1339,2019 +"147823",41739,50041,2,1339,1565 +"147824",41739,50480,3,1339,2701 +"147825",41739,50685,2,1339,2008 +"147826",41739,51017,3,1339,2073 +"147827",41739,51853,3,1339,2520 +"147828",41739,52136,3,1339,1412 +"147829",41739,52576,3,1339,2234 +"147830",41739,53196,2,1339,1888 +"147831",41739,53604,3,1339,2489 +"147832",41739,54158,2,1339,1756 +"147833",41739,54855,3,1339,1525 +"147834",41739,55139,3,1339,2323 +"147835",41739,55156,3,1339,2196 +"147836",41739,56317,3,1339,2030 +"147837",41739,56910,3,1339,2705 +"147838",41739,57714,3,1339,1391 +"147839",41739,58035,3,1339,1646 +"147840",41739,58284,3,1339,2292 +"147841",41739,59700,3,1339,2346 +"147842",41739,61982,3,1339,2725 +"147843",41739,62219,3,1339,2494 +"147844",41739,62841,3,1339,2710 +"147845",41739,63395,3,1339,2334 +"147846",41739,63409,2,1339,1937 +"147847",41739,63515,3,1339,2023 +"147848",41739,64181,1,1339,1828 +"147849",41739,64997,2,1339,2791 +"147850",41739,65016,3,1339,2749 +"147851",41739,65691,3,1339,2134 +"147852",41739,66413,1,1339,2507 +"147853",41739,67652,3,1339,2736 +"147854",41739,72207,3,1339,2430 +"147855",41739,73305,3,1339,2544 +"147856",41739,74636,3,1339,2525 +"147857",41739,76133,3,1339,1565 +"147858",41739,78563,3,1339,2385 +"147859",41739,80429,3,1339,1927 +"147860",41739,81781,3,1339,1431 +"147861",41739,82949,3,1339,2077 +"147862",41739,86245,3,1339,1972 +"147863",41739,88808,3,1339,1462 +"147864",41739,88966,3,1339,1568 +"147865",41739,91841,3,1339,1521 +"147866",41739,92322,3,1339,2393 +"147867",41739,94500,3,1339,1529 +"147868",41739,105063,1,1339,1908 +"147869",41739,107649,3,1339,1573 +"147870",41747,313,2,1722,2271 +"147871",41747,362,3,1722,2537 +"147872",41747,377,2,1722,2389 +"147873",41747,499,2,1722,1931 +"147874",41747,543,2,1722,2203 +"147875",41747,613,3,1722,2687 +"147876",41747,1151,2,1722,2885 +"147877",41747,1495,2,1722,2046 +"147878",41747,1616,2,1722,2662 +"147879",41747,1777,2,1722,1965 +"147880",41747,2036,1,1722,2483 +"147881",41747,2224,3,1722,2751 +"147882",41747,2484,3,1722,2389 +"147883",41747,2766,3,1722,1920 +"147884",41747,3161,3,1722,2229 +"147885",41747,3853,2,1722,2465 +"147886",41747,3878,3,1722,1890 +"147887",41747,4057,2,1722,2389 +"147888",41747,4763,3,1722,1960 +"147889",41747,5078,2,1722,2033 +"147890",41747,5457,2,1722,2077 +"147891",41747,5462,2,1722,2374 +"147892",41747,5504,2,1722,2389 +"147893",41747,6363,3,1722,2066 +"147894",41747,7323,2,1722,2858 +"147895",41747,8760,2,1722,2477 +"147896",41747,9362,3,1722,2879 +"147897",41747,10874,3,1722,1891 +"147898",41747,12713,3,1722,2440 +"147899",41747,15184,3,1722,2396 +"147900",41747,15539,3,1722,1929 +"147901",41747,15626,3,1722,2434 +"147902",41747,17410,3,1722,2073 +"147903",41747,18151,3,1722,2962 +"147904",41747,19027,3,1722,2721 +"147905",41747,19248,3,1722,2357 +"147906",41747,19606,2,1722,2783 +"147907",41747,20659,3,1722,1969 +"147908",41747,20700,3,1722,2861 +"147909",41747,22749,2,1722,1727 +"147910",41747,23508,3,1722,1907 +"147911",41747,25198,2,1722,1982 +"147912",41747,26516,3,1722,2479 +"147913",41747,27478,2,1722,2485 +"147914",41747,28216,3,1722,1910 +"147915",41747,28218,3,1722,2048 +"147916",41747,29258,3,1722,1932 +"147917",41747,31799,2,1722,2547 +"147918",41747,32516,3,1722,2050 +"147919",41747,32606,3,1722,2100 +"147920",41747,35256,2,1722,2271 +"147921",41747,37570,3,1722,2389 +"147922",41747,38755,3,1722,2902 +"147923",41747,39548,3,1722,2389 +"147924",41747,41278,3,1722,1873 +"147925",41747,44768,3,1722,2516 +"147926",41747,46039,2,1722,1794 +"147927",41747,50252,3,1722,2001 +"147928",41747,51041,3,1722,2606 +"147929",41747,51853,3,1722,2520 +"147930",41747,53031,2,1722,2065 +"147931",41747,55556,3,1722,2075 +"147932",41747,57977,3,1722,2683 +"147933",41747,59205,3,1722,2387 +"147934",41747,65029,3,1722,2954 +"147935",41747,68098,3,1722,2378 +"147936",41747,72334,3,1722,2820 +"147937",41747,80429,3,1722,1927 +"147938",41747,85430,3,1722,2370 +"147939",41747,91570,3,1722,2229 +"147940",41747,93615,3,1722,2386 +"147941",41747,94401,3,1722,1784 +"147942",41748,25,3,1480,2762 +"147943",41748,602,3,1480,2632 +"147944",41748,762,2,1480,2671 +"147945",41748,1092,3,1480,1945 +"147946",41748,5491,3,1480,2048 +"147947",41748,8060,1,1480,1883 +"147948",41748,12703,3,1480,2689 +"147949",41748,14103,3,1480,2204 +"147950",41748,17381,3,1480,1697 +"147951",41748,18227,3,1480,2214 +"147952",41748,18244,2,1480,1622 +"147953",41748,18366,3,1480,2699 +"147954",41748,22311,3,1480,2034 +"147955",41748,50275,2,1480,2832 +"147956",41748,56688,3,1480,2331 +"147957",41748,62939,3,1480,2574 +"147958",41757,388,3,145,1594 +"147959",41757,622,3,145,501 +"147960",41757,1560,3,145,2013 +"147961",41757,3016,3,145,747 +"147962",41757,3152,2,145,1621 +"147963",41757,4775,3,145,1500 +"147964",41757,5483,3,145,1938 +"147965",41757,5557,3,145,1929 +"147966",41757,5852,3,145,1862 +"147967",41757,8478,2,145,984 +"147968",41757,9506,2,145,1012 +"147969",41757,9716,2,145,1929 +"147970",41757,10720,3,145,199 +"147971",41757,11319,3,145,2073 +"147972",41757,11429,3,145,2520 +"147973",41757,12577,3,145,2530 +"147974",41757,14626,2,145,2175 +"147975",41757,14654,3,145,1692 +"147976",41757,14789,3,145,1034 +"147977",41757,16205,3,145,2630 +"147978",41757,17541,2,145,637 +"147979",41757,18827,2,145,1481 +"147980",41757,18855,3,145,1362 +"147981",41757,21741,3,145,1574 +"147982",41757,22746,3,145,913 +"147983",41757,23158,3,145,659 +"147984",41757,23471,2,145,2488 +"147985",41757,26765,3,145,2790 +"147986",41757,27826,3,145,2824 +"147987",41757,29319,3,145,2314 +"147988",41757,30404,2,145,1810 +"147989",41757,32582,2,145,1929 +"147990",41757,32642,2,145,158 +"147991",41757,33186,2,145,2240 +"147992",41757,33533,3,145,234 +"147993",41757,37766,3,145,520 +"147994",41757,38038,3,145,2686 +"147995",41757,40392,3,145,1878 +"147996",41757,40850,3,145,1396 +"147997",41757,41185,2,145,1929 +"147998",41757,41478,2,145,957 +"147999",41757,44181,3,145,1034 +"148000",41757,44464,2,145,1619 +"148001",41757,45730,3,145,2063 +"148002",41757,46385,3,145,2225 +"148003",41757,50261,3,145,515 +"148004",41757,52185,3,145,1012 +"148005",41757,54903,3,145,2493 +"148006",41757,55775,3,145,2385 +"148007",41757,56737,2,145,2270 +"148008",41757,64174,3,145,2377 +"148009",41757,64412,3,145,2233 +"148010",41757,72426,3,145,2902 +"148011",41757,74912,3,145,1542 +"148012",41757,75194,3,145,1736 +"148013",41757,78768,1,145,841 +"148014",41757,79306,3,145,190 +"148015",41757,82226,3,145,1619 +"148016",41757,85108,3,145,682 +"148017",41757,91631,2,145,1899 +"148018",41757,91715,3,145,1034 +"148019",41757,97266,3,145,1016 +"148020",41757,99204,3,145,232 +"148021",41757,116278,3,145,168 +"148022",41764,3495,3,2409,2431 +"148023",41764,8327,3,2409,2527 +"148024",41764,13249,3,2409,2573 +"148025",41764,15444,3,2409,2764 +"148026",41764,16866,3,2409,2718 +"148027",41764,18865,3,2409,2676 +"148028",41764,19208,2,2409,2629 +"148029",41764,29454,1,2409,2719 +"148030",41764,35738,3,2409,2448 +"148031",41764,35837,3,2409,2871 +"148032",41764,39556,2,2409,2747 +"148033",41764,41664,3,2409,2641 +"148034",41764,44688,3,2409,2924 +"148035",41764,47529,3,2409,2914 +"148036",41764,47564,3,2409,2650 +"148037",41764,50480,1,2409,2701 +"148038",41764,51610,2,2409,2635 +"148039",41764,56910,3,2409,2705 +"148040",41764,57732,3,2409,2454 +"148041",41764,70046,3,2409,2624 +"148042",41764,91579,3,2409,2510 +"148043",41770,10310,2,2752,2774 +"148044",41770,14959,3,2752,2898 +"148045",41770,36441,3,2752,2796 +"148046",41770,42390,3,2752,2937 +"148047",41770,43455,3,2752,2846 +"148048",41770,117956,3,2752,2774 +"148049",41805,1393,3,199,1706 +"148050",41805,2014,3,199,973 +"148051",41805,2370,3,199,1600 +"148052",41805,2407,3,199,1725 +"148053",41805,3506,3,199,2364 +"148054",41805,4723,3,199,1314 +"148055",41805,5064,3,199,1690 +"148056",41805,7123,3,199,1964 +"148057",41805,7900,3,199,893 +"148058",41805,7903,3,199,744 +"148059",41805,7932,2,199,789 +"148060",41805,9269,3,199,1892 +"148061",41805,10610,3,199,1427 +"148062",41805,13712,3,199,550 +"148063",41805,16455,3,199,946 +"148064",41805,16866,2,199,2718 +"148065",41805,17925,3,199,2385 +"148066",41805,18865,3,199,2676 +"148067",41805,21142,3,199,2414 +"148068",41805,21358,3,199,1970 +"148069",41805,21920,2,199,2367 +"148070",41805,22389,3,199,2034 +"148071",41805,23280,3,199,536 +"148072",41805,28648,3,199,1586 +"148073",41805,31211,3,199,433 +"148074",41805,31950,2,199,2217 +"148075",41805,32629,3,199,1789 +"148076",41805,32735,2,199,213 +"148077",41805,36440,3,199,704 +"148078",41805,37334,3,199,398 +"148079",41805,37765,3,199,1134 +"148080",41805,39627,2,199,546 +"148081",41805,40510,2,199,943 +"148082",41805,41075,3,199,1176 +"148083",41805,44744,3,199,2032 +"148084",41805,45449,1,199,1610 +"148085",41805,45450,2,199,1590 +"148086",41805,45562,2,199,623 +"148087",41805,48254,3,199,1013 +"148088",41805,48781,2,199,954 +"148089",41805,48931,2,199,2444 +"148090",41805,49029,3,199,647 +"148091",41805,53293,3,199,2916 +"148092",41805,53445,3,199,2028 +"148093",41805,54488,3,199,2357 +"148094",41805,54816,3,199,592 +"148095",41805,55493,1,199,869 +"148096",41805,57549,3,199,2335 +"148097",41805,57804,3,199,2214 +"148098",41805,61398,3,199,2563 +"148099",41805,61921,3,199,1793 +"148100",41805,63395,3,199,2334 +"148101",41805,64737,3,199,2442 +"148102",41805,66017,3,199,1545 +"148103",41805,68419,3,199,654 +"148104",41805,78257,3,199,590 +"148105",41805,79639,2,199,1013 +"148106",41805,79874,3,199,1570 +"148107",41805,80186,2,199,2228 +"148108",41805,84235,3,199,1639 +"148109",41805,84581,1,199,1241 +"148110",41805,90852,2,199,764 +"148111",41805,92084,3,199,1134 +"148112",41805,92366,2,199,1434 +"148113",41805,93642,3,199,1120 +"148114",41805,94808,3,199,988 +"148115",41805,96387,3,199,2159 +"148116",41805,100084,2,199,1964 +"148117",41805,100231,3,199,998 +"148118",41805,103989,3,199,1207 +"148119",41805,105887,2,199,615 +"148120",41805,109031,3,199,523 +"148121",41805,110748,3,199,398 +"148122",41805,116484,3,199,902 +"148123",41805,116771,3,199,623 +"148124",41832,206,3,1155,1986 +"148125",41832,671,2,1155,2328 +"148126",41832,733,3,1155,1653 +"148127",41832,1036,3,1155,1367 +"148128",41832,1092,3,1155,1945 +"148129",41832,1386,3,1155,1901 +"148130",41832,1469,3,1155,1160 +"148131",41832,1495,3,1155,2046 +"148132",41832,2166,3,1155,2557 +"148133",41832,2754,3,1155,1360 +"148134",41832,2766,3,1155,1920 +"148135",41832,3167,3,1155,1676 +"148136",41832,3306,3,1155,1989 +"148137",41832,3753,3,1155,1255 +"148138",41832,4618,3,1155,2607 +"148139",41832,4763,3,1155,1960 +"148140",41832,4791,3,1155,1184 +"148141",41832,5315,2,1155,2631 +"148142",41832,5350,3,1155,2522 +"148143",41832,5429,3,1155,1991 +"148144",41832,5462,3,1155,2374 +"148145",41832,5986,3,1155,1721 +"148146",41832,6047,2,1155,2004 +"148147",41832,6417,3,1155,1675 +"148148",41832,8984,3,1155,1162 +"148149",41832,9893,3,1155,2701 +"148150",41832,9928,2,1155,2345 +"148151",41832,10130,3,1155,2741 +"148152",41832,10358,3,1155,2294 +"148153",41832,10779,3,1155,2881 +"148154",41832,10874,2,1155,1891 +"148155",41832,10875,3,1155,1234 +"148156",41832,11055,3,1155,2111 +"148157",41832,11218,3,1155,2292 +"148158",41832,12096,3,1155,1330 +"148159",41832,13311,3,1155,2315 +"148160",41832,13732,3,1155,2789 +"148161",41832,13925,3,1155,1515 +"148162",41832,13929,3,1155,2693 +"148163",41832,13945,3,1155,1324 +"148164",41832,14032,2,1155,2144 +"148165",41832,15184,3,1155,2396 +"148166",41832,15309,3,1155,2820 +"148167",41832,15402,3,1155,1281 +"148168",41832,16029,3,1155,1160 +"148169",41832,16164,3,1155,1184 +"148170",41832,16352,3,1155,2657 +"148171",41832,17819,3,1155,2291 +"148172",41832,18277,3,1155,2309 +"148173",41832,18874,3,1155,2170 +"148174",41832,19027,1,1155,2721 +"148175",41832,19637,3,1155,1229 +"148176",41832,20067,3,1155,2390 +"148177",41832,20700,3,1155,2861 +"148178",41832,20824,3,1155,1366 +"148179",41832,22964,3,1155,1443 +"148180",41832,23310,2,1155,2371 +"148181",41832,24511,3,1155,1871 +"148182",41832,24755,1,1155,1319 +"148183",41832,25341,3,1155,1858 +"148184",41832,26080,3,1155,2525 +"148185",41832,26570,2,1155,1669 +"148186",41832,26865,3,1155,2726 +"148187",41832,28892,3,1155,2023 +"148188",41832,29456,2,1155,1182 +"148189",41832,29930,3,1155,2240 +"148190",41832,30081,2,1155,2403 +"148191",41832,30386,2,1155,1833 +"148192",41832,31530,3,1155,1661 +"148193",41832,31799,2,1155,2547 +"148194",41832,32694,3,1155,1602 +"148195",41832,32919,3,1155,2321 +"148196",41832,33160,3,1155,2441 +"148197",41832,34735,3,1155,2767 +"148198",41832,35529,3,1155,1620 +"148199",41832,35542,3,1155,1439 +"148200",41832,35926,3,1155,2371 +"148201",41832,36950,3,1155,2204 +"148202",41832,36962,3,1155,2861 +"148203",41832,37333,3,1155,1612 +"148204",41832,41625,3,1155,1794 +"148205",41832,41955,2,1155,2479 +"148206",41832,42747,3,1155,1189 +"148207",41832,44427,3,1155,2875 +"148208",41832,45903,3,1155,2237 +"148209",41832,46039,3,1155,1794 +"148210",41832,48242,3,1155,1690 +"148211",41832,50977,3,1155,2352 +"148212",41832,51022,3,1155,1499 +"148213",41832,53031,3,1155,2065 +"148214",41832,53134,3,1155,1590 +"148215",41832,54100,3,1155,1327 +"148216",41832,54676,2,1155,1342 +"148217",41832,55691,3,1155,2856 +"148218",41832,57977,3,1155,2683 +"148219",41832,58035,3,1155,1646 +"148220",41832,58221,3,1155,1787 +"148221",41832,60280,3,1155,1918 +"148222",41832,62488,3,1155,1418 +"148223",41832,64502,3,1155,1670 +"148224",41832,65029,2,1155,2954 +"148225",41832,65679,3,1155,1578 +"148226",41832,67222,3,1155,1332 +"148227",41832,75403,3,1155,1895 +"148228",41832,76284,3,1155,1237 +"148229",41832,77001,3,1155,1440 +"148230",41832,79088,3,1155,1369 +"148231",41832,81588,3,1155,1568 +"148232",41832,82409,3,1155,1881 +"148233",41832,82767,3,1155,1641 +"148234",41832,83526,3,1155,1235 +"148235",41832,88966,3,1155,1568 +"148236",41832,93615,3,1155,2386 +"148237",41832,105233,3,1155,1199 +"148238",41843,675,3,571,1686 +"148239",41843,1136,3,571,2536 +"148240",41843,5865,3,571,1910 +"148241",41843,7515,3,571,2737 +"148242",41843,7616,2,571,2296 +"148243",41843,9871,2,571,921 +"148244",41843,11348,3,571,824 +"148245",41843,11434,3,571,1187 +"148246",41843,12712,3,571,815 +"148247",41843,13248,3,571,1385 +"148248",41843,13837,2,571,1604 +"148249",41843,15632,3,571,1242 +"148250",41843,16164,3,571,1184 +"148251",41843,16539,2,571,1947 +"148252",41843,25490,3,571,639 +"148253",41843,25976,2,571,659 +"148254",41843,26322,3,571,1018 +"148255",41843,26706,3,571,1846 +"148256",41843,27753,3,571,2750 +"148257",41843,32589,3,571,2220 +"148258",41843,32947,3,571,1091 +"148259",41843,36784,3,571,576 +"148260",41843,38213,3,571,1744 +"148261",41843,40368,3,571,2876 +"148262",41843,40369,3,571,2735 +"148263",41843,44648,2,571,619 +"148264",41843,49189,3,571,1550 +"148265",41843,49620,3,571,1868 +"148266",41843,50041,3,571,1565 +"148267",41843,50275,3,571,2832 +"148268",41843,51116,3,571,1509 +"148269",41843,55076,3,571,2408 +"148270",41843,59700,3,571,2346 +"148271",41843,63409,3,571,1937 +"148272",41843,64181,3,571,1828 +"148273",41843,64997,3,571,2791 +"148274",41843,67314,3,571,1051 +"148275",41843,67805,3,571,1338 +"148276",41843,74636,3,571,2525 +"148277",41843,75216,3,571,672 +"148278",41843,77611,3,571,1795 +"148279",41843,82187,3,571,1055 +"148280",41843,82787,3,571,1144 +"148281",41843,82893,3,571,1275 +"148282",41843,92322,1,571,2393 +"148283",41843,94783,2,571,659 +"148284",41843,99103,3,571,1470 +"148285",41843,119208,3,571,2646 +"148286",41848,51151,3,221,1195 +"148287",41900,145,2,1970,1998 +"148288",41900,160,2,1970,2007 +"148289",41900,270,3,1970,2542 +"148290",41900,316,3,1970,2413 +"148291",41900,341,3,1970,2689 +"148292",41900,913,3,1970,2144 +"148293",41900,2424,3,1970,2582 +"148294",41900,2484,3,1970,2389 +"148295",41900,3456,3,1970,1999 +"148296",41900,3978,2,1970,2775 +"148297",41900,3980,3,1970,2771 +"148298",41900,4303,3,1970,2414 +"148299",41900,4646,3,1970,2139 +"148300",41900,4929,3,1970,2240 +"148301",41900,4953,3,1970,2285 +"148302",41900,6104,3,1970,2462 +"148303",41900,6324,3,1970,1990 +"148304",41900,6449,3,1970,1997 +"148305",41900,7014,3,1970,2401 +"148306",41900,7167,3,1970,1993 +"148307",41900,7241,3,1970,2259 +"148308",41900,7677,3,1970,2338 +"148309",41900,8238,3,1970,2222 +"148310",41900,8842,3,1970,2535 +"148311",41900,8865,3,1970,2394 +"148312",41900,9331,2,1970,2269 +"148313",41900,10373,3,1970,2436 +"148314",41900,12081,2,1970,2166 +"148315",41900,12388,3,1970,1975 +"148316",41900,12901,3,1970,2136 +"148317",41900,13158,3,1970,2667 +"148318",41900,13601,3,1970,2689 +"148319",41900,14252,3,1970,2244 +"148320",41900,14918,2,1970,2071 +"148321",41900,15444,3,1970,2764 +"148322",41900,16628,3,1970,2409 +"148323",41900,17351,1,1970,2036 +"148324",41900,17365,3,1970,2746 +"148325",41900,17520,3,1970,2276 +"148326",41900,17549,2,1970,2647 +"148327",41900,18165,3,1970,2085 +"148328",41900,19208,3,1970,2629 +"148329",41900,19605,3,1970,2395 +"148330",41900,20331,3,1970,2365 +"148331",41900,21079,2,1970,1997 +"148332",41900,21734,2,1970,2528 +"148333",41900,22682,3,1970,2035 +"148334",41900,24256,3,1970,2393 +"148335",41900,24558,3,1970,2139 +"148336",41900,24721,3,1970,2326 +"148337",41900,27379,3,1970,2461 +"148338",41900,27796,3,1970,2151 +"148339",41900,28051,3,1970,2089 +"148340",41900,30827,3,1970,2323 +"148341",41900,31117,2,1970,2210 +"148342",41900,31159,3,1970,2231 +"148343",41900,31235,3,1970,2668 +"148344",41900,31700,3,1970,2727 +"148345",41900,31705,3,1970,2706 +"148346",41900,32939,3,1970,2277 +"148347",41900,34120,3,1970,2786 +"148348",41900,34325,3,1970,1982 +"148349",41900,37238,2,1970,2609 +"148350",41900,37752,3,1970,2223 +"148351",41900,38307,3,1970,2648 +"148352",41900,39464,3,1970,2314 +"148353",41900,41682,3,1970,1988 +"148354",41900,41945,1,1970,2856 +"148355",41900,42216,3,1970,2722 +"148356",41900,43404,3,1970,2649 +"148357",41900,43455,2,1970,2846 +"148358",41900,44688,2,1970,2924 +"148359",41900,45239,3,1970,2535 +"148360",41900,46446,2,1970,2295 +"148361",41900,46629,3,1970,2255 +"148362",41900,47564,3,1970,2650 +"148363",41900,50113,3,1970,2059 +"148364",41900,50252,3,1970,2001 +"148365",41900,50480,3,1970,2701 +"148366",41900,51866,3,1970,2411 +"148367",41900,57804,3,1970,2214 +"148368",41900,59039,3,1970,2870 +"148369",41900,61982,3,1970,2725 +"148370",41900,64699,3,1970,2797 +"148371",41900,64967,3,1970,2872 +"148372",41900,70573,3,1970,1993 +"148373",41900,73197,3,1970,1998 +"148374",41900,77815,3,1970,2358 +"148375",41901,24,3,630,1295 +"148376",41901,312,3,630,2038 +"148377",41901,701,2,630,2718 +"148378",41901,1044,3,630,880 +"148379",41901,1592,3,630,2006 +"148380",41901,2036,3,630,2483 +"148381",41901,2181,3,630,2030 +"148382",41901,2533,3,630,2016 +"148383",41901,2563,2,630,1686 +"148384",41901,2742,3,630,1192 +"148385",41901,3819,3,630,1583 +"148386",41901,5120,3,630,2735 +"148387",41901,5429,3,630,1991 +"148388",41901,5580,3,630,2111 +"148389",41901,6052,3,630,1985 +"148390",41901,6363,2,630,2066 +"148391",41901,6940,3,630,1183 +"148392",41901,7582,2,630,1099 +"148393",41901,8529,3,630,1205 +"148394",41901,9184,3,630,2670 +"148395",41901,9654,3,630,2111 +"148396",41901,9853,2,630,1275 +"148397",41901,10029,3,630,2718 +"148398",41901,10472,2,630,859 +"148399",41901,11006,3,630,1950 +"148400",41901,11440,3,630,2026 +"148401",41901,13249,3,630,2573 +"148402",41901,14325,3,630,1976 +"148403",41901,15122,3,630,1201 +"148404",41901,15583,3,630,1144 +"148405",41901,17502,3,630,869 +"148406",41901,18211,2,630,1745 +"148407",41901,19096,2,630,1538 +"148408",41901,19248,2,630,2357 +"148409",41901,19643,3,630,2452 +"148410",41901,19719,3,630,2177 +"148411",41901,20624,3,630,1298 +"148412",41901,21929,2,630,2062 +"148413",41901,22884,3,630,1608 +"148414",41901,23509,3,630,2275 +"148415",41901,24256,3,630,2393 +"148416",41901,25198,2,630,1982 +"148417",41901,25985,2,630,2071 +"148418",41901,27173,3,630,2050 +"148419",41901,27694,3,630,2030 +"148420",41901,28057,3,630,1067 +"148421",41901,29170,3,630,1846 +"148422",41901,29930,3,630,2240 +"148423",41901,31705,3,630,2706 +"148424",41901,32965,3,630,2071 +"148425",41901,33588,2,630,1040 +"148426",41901,33621,3,630,1319 +"148427",41901,33672,2,630,2396 +"148428",41901,34464,3,630,1741 +"148429",41901,34659,3,630,1924 +"148430",41901,34815,3,630,2354 +"148431",41901,34836,3,630,2302 +"148432",41901,37285,3,630,2428 +"148433",41901,39535,1,630,2428 +"148434",41901,40493,3,630,1981 +"148435",41901,41033,1,630,1839 +"148436",41901,45302,3,630,2390 +"148437",41901,47098,3,630,2057 +"148438",41901,47585,3,630,794 +"148439",41901,48605,3,630,2796 +"148440",41901,49696,3,630,2444 +"148441",41901,50785,3,630,2877 +"148442",41901,51041,2,630,2606 +"148443",41901,51866,3,630,2411 +"148444",41901,53851,3,630,2305 +"148445",41901,58854,1,630,1131 +"148446",41901,61982,3,630,2725 +"148447",41901,62841,3,630,2710 +"148448",41901,68043,3,630,690 +"148449",41901,68523,3,630,1664 +"148450",41901,72468,3,630,2292 +"148451",41901,73998,3,630,643 +"148452",41901,77155,3,630,2946 +"148453",41901,80172,3,630,1342 +"148454",41901,82787,3,630,1144 +"148455",41901,88887,3,630,1161 +"148456",41901,94444,3,630,1554 +"148457",41901,94520,3,630,1243 +"148458",41901,99860,2,630,2071 +"148459",41901,104565,3,630,2693 +"148460",41936,5515,3,2258,2385 +"148461",41945,1151,3,2856,2885 +"148462",41945,7323,3,2856,2858 +"148463",41945,7794,3,2856,2972 +"148464",41945,14959,3,2856,2898 +"148465",41945,20700,3,2856,2861 +"148466",41945,44688,2,2856,2924 +"148467",41953,2344,3,945,2752 +"148468",41953,3271,3,945,2216 +"148469",41953,4730,3,945,2131 +"148470",41953,5363,3,945,1791 +"148471",41953,5568,3,945,1290 +"148472",41953,9272,3,945,2835 +"148473",41953,10222,3,945,2212 +"148474",41953,10870,3,945,1755 +"148475",41953,17061,3,945,2385 +"148476",41953,17812,3,945,2705 +"148477",41953,27379,2,945,2461 +"148478",41953,31001,3,945,2119 +"148479",41953,31700,2,945,2727 +"148480",41953,32678,3,945,1439 +"148481",41953,32939,3,945,2277 +"148482",41953,32988,3,945,2008 +"148483",41953,37026,3,945,1428 +"148484",41953,37238,3,945,2609 +"148485",41953,37937,2,945,1320 +"148486",41953,39062,3,945,2020 +"148487",41953,42756,3,945,1384 +"148488",41953,43226,3,945,2442 +"148489",41953,48110,3,945,2009 +"148490",41953,48215,3,945,2028 +"148491",41953,53643,3,945,1626 +"148492",41953,55892,3,945,1234 +"148493",41953,57804,3,945,2214 +"148494",41953,58508,3,945,2326 +"148495",41953,61245,2,945,955 +"148496",41953,69335,3,945,2698 +"148497",41953,69447,3,945,1197 +"148498",41953,70433,3,945,2639 +"148499",41953,73597,3,945,1989 +"148500",41953,80301,3,945,1690 +"148501",41953,81584,3,945,1616 +"148502",41953,82426,3,945,1576 +"148503",41953,89880,3,945,1938 +"148504",41953,93332,3,945,982 +"148505",41953,99288,3,945,983 +"148506",41953,99427,3,945,1706 +"148507",41955,5315,2,2479,2631 +"148508",41955,5350,3,2479,2522 +"148509",41955,8568,3,2479,2706 +"148510",41955,10779,3,2479,2881 +"148511",41955,15309,3,2479,2820 +"148512",41955,16352,3,2479,2657 +"148513",41955,19027,3,2479,2721 +"148514",41955,21180,3,2479,2762 +"148515",41955,26080,3,2479,2525 +"148516",41955,34120,3,2479,2786 +"148517",41955,34735,3,2479,2767 +"148518",41955,54929,3,2479,2783 +"148519",41955,73305,3,2479,2544 +"148520",41955,99351,3,2479,2939 +"148521",41969,10336,3,2189,2271 +"148522",41969,11029,3,2189,2362 +"148523",41969,16286,3,2189,2470 +"148524",41969,37036,3,2189,2264 +"148525",41969,37059,2,2189,2840 +"148526",41969,37060,3,2189,2840 +"148527",41969,46384,2,2189,2285 +"148528",41969,57492,2,2189,2855 +"148529",41969,59788,2,2189,2315 +"148530",41969,67908,3,2189,2385 +"148531",41969,70070,1,2189,2425 +"148532",41972,270,3,2509,2542 +"148533",41972,3305,3,2509,2839 +"148534",41972,6044,2,2509,2744 +"148535",41972,8327,3,2509,2527 +"148536",41972,11329,3,2509,2799 +"148537",41972,14353,3,2509,2878 +"148538",41972,16352,2,2509,2657 +"148539",41972,21138,3,2509,2849 +"148540",41972,21571,3,2509,2755 +"148541",41972,26080,1,2509,2525 +"148542",41972,26721,3,2509,2586 +"148543",41972,28168,3,2509,2702 +"148544",41972,32567,3,2509,2784 +"148545",41972,34735,3,2509,2767 +"148546",41972,47248,2,2509,2883 +"148547",41972,49110,2,2509,2938 +"148548",41972,50134,3,2509,2674 +"148549",41972,54929,3,2509,2783 +"148550",41972,55652,3,2509,2795 +"148551",41972,57969,3,2509,2755 +"148552",41972,82732,3,2509,2810 +"148553",41978,18943,2,2824,2861 +"148554",41978,20007,3,2824,2971 +"148555",41998,27397,1,2400,2456 +"148556",42006,3254,3,862,1258 +"148557",42006,5897,3,862,2337 +"148558",42006,18124,3,862,1642 +"148559",42006,20395,3,862,1468 +"148560",42006,20941,3,862,2725 +"148561",42006,23000,3,862,1815 +"148562",42006,24586,3,862,2465 +"148563",42006,26182,3,862,2775 +"148564",42006,26366,3,862,1688 +"148565",42006,27320,3,862,2378 +"148566",42006,43204,3,862,1680 +"148567",42006,45480,3,862,1104 +"148568",42006,46982,3,862,2806 +"148569",42006,47013,2,862,2388 +"148570",42006,47966,3,862,2409 +"148571",42006,109264,2,862,1104 +"148572",42023,21571,3,2231,2755 +"148573",42023,63907,3,2231,2377 +"148574",42062,283,3,889,2082 +"148575",42062,378,3,889,2766 +"148576",42062,3271,3,889,2216 +"148577",42062,3272,3,889,2132 +"148578",42062,9272,3,889,2835 +"148579",42062,10908,3,889,1134 +"148580",42062,12228,2,889,2034 +"148581",42062,12481,3,889,1086 +"148582",42062,18855,2,889,1362 +"148583",42062,19198,3,889,2308 +"148584",42062,19687,3,889,2072 +"148585",42062,26567,3,889,1158 +"148586",42062,34559,3,889,1105 +"148587",42062,43226,3,889,2442 +"148588",42062,48110,3,889,2009 +"148589",42062,58508,3,889,2326 +"148590",42062,69335,3,889,2698 +"148591",42062,79036,1,889,2524 +"148592",42062,79822,3,889,1508 +"148593",42062,80301,3,889,1690 +"148594",42062,84768,2,889,1291 +"148595",42062,85264,3,889,1236 +"148596",42062,96349,3,889,1874 +"148597",42129,997,3,2318,2788 +"148598",42129,5235,3,2318,2324 +"148599",42129,5350,3,2318,2522 +"148600",42129,6074,3,2318,2426 +"148601",42129,6192,3,2318,2409 +"148602",42129,8681,3,2318,2716 +"148603",42129,11103,3,2318,2393 +"148604",42129,13249,3,2318,2573 +"148605",42129,14834,3,2318,2739 +"148606",42129,19208,2,2318,2629 +"148607",42129,19605,2,2318,2395 +"148608",42129,21138,3,2318,2849 +"148609",42129,21682,3,2318,2414 +"148610",42129,24060,3,2318,2349 +"148611",42129,24753,3,2318,2860 +"148612",42129,29454,3,2318,2719 +"148613",42129,30827,3,2318,2323 +"148614",42129,33475,3,2318,2367 +"148615",42129,41664,3,2318,2641 +"148616",42129,41764,3,2318,2409 +"148617",42129,42216,2,2318,2722 +"148618",42129,45302,2,2318,2390 +"148619",42129,47248,3,2318,2883 +"148620",42129,47529,3,2318,2914 +"148621",42129,47564,3,2318,2650 +"148622",42129,48571,3,2318,2717 +"148623",42129,50134,3,2318,2674 +"148624",42129,50480,3,2318,2701 +"148625",42129,51035,2,2318,2397 +"148626",42129,51866,3,2318,2411 +"148627",42129,53219,3,2318,2973 +"148628",42129,53323,3,2318,2677 +"148629",42129,59140,3,2318,2528 +"148630",42129,65434,3,2318,2866 +"148631",42129,66983,3,2318,2397 +"148632",42129,66992,3,2318,2882 +"148633",42129,70046,3,2318,2624 +"148634",42136,4188,3,2551,2963 +"148635",42136,15150,3,2551,2801 +"148636",42136,20011,3,2551,2826 +"148637",42136,23728,3,2551,2601 +"148638",42136,30194,3,2551,2874 +"148639",42136,33460,3,2551,2781 +"148640",42136,56413,3,2551,2747 +"148641",42175,854,3,1594,2307 +"148642",42175,2484,3,1594,2389 +"148643",42175,3242,3,1594,1730 +"148644",42175,10404,3,1594,2062 +"148645",42175,10890,3,1594,2639 +"148646",42175,12084,3,1594,1960 +"148647",42175,13801,3,1594,2041 +"148648",42175,20563,3,1594,2267 +"148649",42175,20643,3,1594,2341 +"148650",42175,23268,3,1594,2258 +"148651",42175,25129,3,1594,2647 +"148652",42175,25530,3,1594,2884 +"148653",42175,26436,3,1594,2489 +"148654",42175,27753,3,1594,2750 +"148655",42175,31696,3,1594,1595 +"148656",42175,34509,3,1594,1973 +"148657",42175,38449,3,1594,1802 +"148658",42175,46602,3,1594,2786 +"148659",42175,47082,3,1594,1990 +"148660",42175,54740,3,1594,2750 +"148661",42175,56396,3,1594,2408 +"148662",42175,60966,2,1594,2734 +"148663",42175,61958,3,1594,2042 +"148664",42175,64793,3,1594,2819 +"148665",42177,7794,2,2743,2972 +"148666",42186,669,3,955,1423 +"148667",42186,671,2,955,2328 +"148668",42186,675,3,955,1686 +"148669",42186,733,3,955,1653 +"148670",42186,1136,3,955,2536 +"148671",42186,1367,3,955,2176 +"148672",42186,1469,3,955,1160 +"148673",42186,1897,3,955,1727 +"148674",42186,2063,2,955,1278 +"148675",42186,2424,3,955,2582 +"148676",42186,2563,2,955,1686 +"148677",42186,2743,2,955,1278 +"148678",42186,3167,3,955,1676 +"148679",42186,3242,2,955,1730 +"148680",42186,4191,3,955,2130 +"148681",42186,4618,3,955,2607 +"148682",42186,4980,3,955,2093 +"148683",42186,5504,3,955,2389 +"148684",42186,6023,3,955,2050 +"148685",42186,7245,2,955,2089 +"148686",42186,8533,3,955,2251 +"148687",42186,8621,2,955,1681 +"148688",42186,8700,2,955,1270 +"148689",42186,9298,3,955,1109 +"148690",42186,10404,3,955,2062 +"148691",42186,10799,3,955,2010 +"148692",42186,10859,3,955,2231 +"148693",42186,10890,3,955,2639 +"148694",42186,12374,3,955,2260 +"148695",42186,14507,3,955,2686 +"148696",42186,15539,3,955,1929 +"148697",42186,16074,3,955,977 +"148698",42186,16164,2,955,1184 +"148699",42186,16217,2,955,1653 +"148700",42186,18415,3,955,2184 +"148701",42186,19231,3,955,1424 +"148702",42186,19516,3,955,2313 +"148703",42186,19751,3,955,1630 +"148704",42186,20563,1,955,2267 +"148705",42186,20824,1,955,1366 +"148706",42186,21122,3,955,1701 +"148707",42186,21758,3,955,1331 +"148708",42186,21911,3,955,1184 +"148709",42186,22501,3,955,1006 +"148710",42186,22884,3,955,1608 +"148711",42186,23506,3,955,1172 +"148712",42186,23534,2,955,1659 +"148713",42186,23704,3,955,2278 +"148714",42186,23756,2,955,2309 +"148715",42186,24755,3,955,1319 +"148716",42186,24962,3,955,2126 +"148717",42186,25030,3,955,2017 +"148718",42186,25341,3,955,1858 +"148719",42186,25643,3,955,1646 +"148720",42186,26322,3,955,1018 +"148721",42186,26436,3,955,2489 +"148722",42186,26516,2,955,2479 +"148723",42186,26570,3,955,1669 +"148724",42186,26793,3,955,2104 +"148725",42186,27753,2,955,2750 +"148726",42186,28057,3,955,1067 +"148727",42186,28434,3,955,1141 +"148728",42186,28892,3,955,2023 +"148729",42186,29456,3,955,1182 +"148730",42186,29495,3,955,1612 +"148731",42186,30438,3,955,1617 +"148732",42186,31050,3,955,1491 +"148733",42186,31243,3,955,1355 +"148734",42186,32988,3,955,2008 +"148735",42186,33588,3,955,1040 +"148736",42186,33621,3,955,1319 +"148737",42186,34136,3,955,2202 +"148738",42186,34216,3,955,2832 +"148739",42186,34492,2,955,1798 +"148740",42186,36837,3,955,1556 +"148741",42186,37418,3,955,2710 +"148742",42186,38449,1,955,1802 +"148743",42186,40293,3,955,1671 +"148744",42186,43839,3,955,1685 +"148745",42186,45633,3,955,2134 +"148746",42186,45715,3,955,2287 +"148747",42186,47564,3,955,2650 +"148748",42186,48277,3,955,971 +"148749",42186,49144,3,955,1542 +"148750",42186,50254,2,955,1151 +"148751",42186,51022,2,955,1499 +"148752",42186,51410,2,955,2739 +"148753",42186,51987,1,955,1397 +"148754",42186,54740,3,955,2750 +"148755",42186,55691,3,955,2856 +"148756",42186,56171,3,955,1524 +"148757",42186,57977,3,955,2683 +"148758",42186,58035,3,955,1646 +"148759",42186,58854,3,955,1131 +"148760",42186,62626,3,955,2787 +"148761",42186,64031,3,955,1295 +"148762",42186,64793,3,955,2819 +"148763",42186,64997,3,955,2791 +"148764",42186,74095,2,955,2333 +"148765",42186,76646,3,955,1263 +"148766",42186,80678,3,955,1595 +"148767",42186,82767,3,955,1641 +"148768",42186,86505,3,955,1302 +"148769",42186,88232,3,955,2881 +"148770",42186,88473,3,955,1102 +"148771",42186,94808,3,955,988 +"148772",42186,99103,3,955,1470 +"148773",42186,100134,1,955,977 +"148774",42195,283,2,573,2082 +"148775",42195,378,2,573,2766 +"148776",42195,388,3,573,1594 +"148777",42195,725,3,573,1064 +"148778",42195,3100,3,573,2524 +"148779",42195,3403,3,573,2951 +"148780",42195,3520,3,573,2281 +"148781",42195,3786,3,573,2282 +"148782",42195,5673,3,573,1567 +"148783",42195,6071,3,573,2310 +"148784",42195,6119,3,573,2358 +"148785",42195,6562,2,573,1139 +"148786",42195,9912,2,573,1356 +"148787",42195,10336,3,573,2271 +"148788",42195,11135,2,573,2441 +"148789",42195,12481,3,573,1086 +"148790",42195,14761,3,573,2502 +"148791",42195,15502,3,573,2637 +"148792",42195,15916,3,573,1236 +"148793",42195,16593,3,573,1139 +"148794",42195,19687,2,573,2072 +"148795",42195,20413,2,573,806 +"148796",42195,20517,3,573,1465 +"148797",42195,21352,3,573,1604 +"148798",42195,21593,3,573,1312 +"148799",42195,21895,2,573,1693 +"148800",42195,21976,3,573,1808 +"148801",42195,22249,3,573,1892 +"148802",42195,23639,2,573,2065 +"148803",42195,23731,3,573,1656 +"148804",42195,24116,3,573,1413 +"148805",42195,25270,3,573,985 +"148806",42195,25286,3,573,1545 +"148807",42195,25886,3,573,1580 +"148808",42195,26567,2,573,1158 +"148809",42195,28567,2,573,2398 +"148810",42195,32060,3,573,1199 +"148811",42195,32235,3,573,2109 +"148812",42195,32312,2,573,1472 +"148813",42195,34055,2,573,1881 +"148814",42195,34334,3,573,1637 +"148815",42195,34559,2,573,1105 +"148816",42195,35688,3,573,1551 +"148817",42195,36577,3,573,958 +"148818",42195,40392,3,573,1878 +"148819",42195,41051,2,573,2767 +"148820",42195,42062,3,573,889 +"148821",42195,42486,3,573,1951 +"148822",42195,42628,2,573,2486 +"148823",42195,45487,3,573,2256 +"148824",42195,47330,2,573,2422 +"148825",42195,48764,2,573,860 +"148826",42195,51448,3,573,1593 +"148827",42195,52686,3,573,916 +"148828",42195,56212,3,573,1410 +"148829",42195,56673,2,573,2419 +"148830",42195,61513,3,573,2948 +"148831",42195,62498,3,573,1698 +"148832",42195,65223,3,573,2724 +"148833",42195,66014,3,573,880 +"148834",42195,66267,3,573,1278 +"148835",42195,67763,3,573,822 +"148836",42195,68776,3,573,689 +"148837",42195,78460,3,573,985 +"148838",42195,79236,3,573,1505 +"148839",42195,79404,2,573,1079 +"148840",42195,80728,3,573,599 +"148841",42195,80896,3,573,943 +"148842",42195,81134,2,573,1384 +"148843",42195,83133,3,573,1055 +"148844",42195,85264,3,573,1236 +"148845",42195,88968,3,573,585 +"148846",42195,91772,3,573,2233 +"148847",42195,92381,2,573,1237 +"148848",42195,92947,3,573,1289 +"148849",42195,93317,3,573,1223 +"148850",42195,93670,3,573,1682 +"148851",42195,94399,3,573,963 +"148852",42195,95661,3,573,872 +"148853",42195,97240,3,573,1027 +"148854",42195,104542,2,573,897 +"148855",42195,106554,1,573,1270 +"148856",42195,115194,3,573,604 +"148857",42196,2684,3,2765,2874 +"148858",42196,6030,3,2765,2953 +"148859",42196,53293,3,2765,2916 +"148860",42213,243,3,837,872 +"148861",42213,8062,3,837,2858 +"148862",42213,10980,3,837,1974 +"148863",42213,11429,3,837,2520 +"148864",42213,11728,3,837,1121 +"148865",42213,16176,3,837,2703 +"148866",42213,20700,3,837,2861 +"148867",42213,30350,3,837,2515 +"148868",42213,34892,2,837,2309 +"148869",42213,37859,3,837,1999 +"148870",42213,42331,3,837,1585 +"148871",42213,60808,3,837,1258 +"148872",42213,70101,3,837,2414 +"148873",42213,77864,3,837,2227 +"148874",42213,85778,3,837,1040 +"148875",42213,103890,3,837,958 +"148876",42216,455,3,2722,2827 +"148877",42216,997,3,2722,2788 +"148878",42216,1767,2,2722,2727 +"148879",42216,2224,2,2722,2751 +"148880",42216,2954,3,2722,2727 +"148881",42216,3305,3,2722,2839 +"148882",42216,3980,2,2722,2771 +"148883",42216,4932,3,2722,2752 +"148884",42216,14676,3,2722,2764 +"148885",42216,14834,3,2722,2739 +"148886",42216,17365,3,2722,2746 +"148887",42216,21138,3,2722,2849 +"148888",42216,22326,3,2722,2818 +"148889",42216,28285,3,2722,2972 +"148890",42216,30052,3,2722,2855 +"148891",42216,34120,3,2722,2786 +"148892",42216,41945,3,2722,2856 +"148893",42216,43455,3,2722,2846 +"148894",42216,47248,3,2722,2883 +"148895",42216,49110,3,2722,2938 +"148896",42216,53219,3,2722,2973 +"148897",42216,61982,3,2722,2725 +"148898",42216,64997,3,2722,2791 +"148899",42216,66992,2,2722,2882 +"148900",42216,70944,3,2722,2972 +"148901",42254,2407,3,1052,1725 +"148902",42254,11990,2,1052,1909 +"148903",42254,16866,3,1052,2718 +"148904",42254,18865,3,1052,2676 +"148905",42254,28525,3,1052,1273 +"148906",42254,39999,2,1052,1593 +"148907",42254,44074,3,1052,1299 +"148908",42254,59726,3,1052,1513 +"148909",42254,63395,3,1052,2334 +"148910",42254,73107,2,1052,1918 +"148911",42256,371,3,2839,2950 +"148912",42256,9785,3,2839,2951 +"148913",42259,1222,3,1235,2598 +"148914",42259,6262,3,1235,2733 +"148915",42259,6755,3,1235,2818 +"148916",42259,56168,3,1235,1466 +"148917",42259,68810,3,1235,2409 +"148918",42259,107435,3,1235,1635 +"148919",42264,270,3,1702,2542 +"148920",42264,313,3,1702,2271 +"148921",42264,377,2,1702,2389 +"148922",42264,380,3,1702,2261 +"148923",42264,499,3,1702,1931 +"148924",42264,543,2,1702,2203 +"148925",42264,854,3,1702,2307 +"148926",42264,1102,3,1702,2282 +"148927",42264,1151,2,1702,2885 +"148928",42264,1495,2,1702,2046 +"148929",42264,1616,2,1702,2662 +"148930",42264,1777,3,1702,1965 +"148931",42264,2036,3,1702,2483 +"148932",42264,2424,3,1702,2582 +"148933",42264,2484,1,1702,2389 +"148934",42264,2766,2,1702,1920 +"148935",42264,3161,2,1702,2229 +"148936",42264,3628,2,1702,2707 +"148937",42264,3853,3,1702,2465 +"148938",42264,3878,3,1702,1890 +"148939",42264,3947,3,1702,2067 +"148940",42264,4057,3,1702,2389 +"148941",42264,4705,3,1702,1714 +"148942",42264,4763,3,1702,1960 +"148943",42264,4953,3,1702,2285 +"148944",42264,5078,3,1702,2033 +"148945",42264,5457,3,1702,2077 +"148946",42264,5462,3,1702,2374 +"148947",42264,5504,2,1702,2389 +"148948",42264,5839,3,1702,2301 +"148949",42264,6222,2,1702,1949 +"148950",42264,7258,3,1702,1714 +"148951",42264,7323,2,1702,2858 +"148952",42264,7677,3,1702,2338 +"148953",42264,7992,3,1702,2033 +"148954",42264,8760,3,1702,2477 +"148955",42264,8762,2,1702,2585 +"148956",42264,9191,3,1702,2707 +"148957",42264,9311,3,1702,2477 +"148958",42264,9362,3,1702,2879 +"148959",42264,10874,3,1702,1891 +"148960",42264,11351,2,1702,2971 +"148961",42264,12388,3,1702,1975 +"148962",42264,12713,3,1702,2440 +"148963",42264,12778,2,1702,2045 +"148964",42264,14252,3,1702,2244 +"148965",42264,14655,3,1702,2559 +"148966",42264,14959,2,1702,2898 +"148967",42264,15184,3,1702,2396 +"148968",42264,16539,3,1702,1947 +"148969",42264,17245,3,1702,1811 +"148970",42264,17351,3,1702,2036 +"148971",42264,17365,3,1702,2746 +"148972",42264,17410,3,1702,2073 +"148973",42264,17520,1,1702,2276 +"148974",42264,17632,3,1702,1947 +"148975",42264,18394,3,1702,2356 +"148976",42264,19606,2,1702,2783 +"148977",42264,20067,3,1702,2390 +"148978",42264,20700,2,1702,2861 +"148979",42264,22749,3,1702,1727 +"148980",42264,23641,3,1702,1934 +"148981",42264,24753,3,1702,2860 +"148982",42264,25816,3,1702,2088 +"148983",42264,25874,2,1702,2088 +"148984",42264,26658,3,1702,2745 +"148985",42264,28216,3,1702,1910 +"148986",42264,29095,3,1702,2531 +"148987",42264,29314,3,1702,2736 +"148988",42264,29449,3,1702,2916 +"148989",42264,31700,3,1702,2727 +"148990",42264,32503,3,1702,2020 +"148991",42264,32516,2,1702,2050 +"148992",42264,32939,3,1702,2277 +"148993",42264,35235,3,1702,2610 +"148994",42264,35256,2,1702,2271 +"148995",42264,35428,3,1702,2263 +"148996",42264,35518,3,1702,1721 +"148997",42264,37238,2,1702,2609 +"148998",42264,37570,2,1702,2389 +"148999",42264,38307,3,1702,2648 +"149000",42264,38921,1,1702,1880 +"149001",42264,40931,3,1702,2301 +"149002",42264,41625,3,1702,1794 +"149003",42264,41682,3,1702,1988 +"149004",42264,41900,3,1702,1970 +"149005",42264,41945,2,1702,2856 +"149006",42264,43173,3,1702,2895 +"149007",42264,43455,2,1702,2846 +"149008",42264,44885,2,1702,2670 +"149009",42264,44899,2,1702,2386 +"149010",42264,45742,3,1702,2566 +"149011",42264,46039,3,1702,1794 +"149012",42264,46629,3,1702,2255 +"149013",42264,50252,1,1702,2001 +"149014",42264,51866,3,1702,2411 +"149015",42264,52576,3,1702,2234 +"149016",42264,53013,3,1702,2523 +"149017",42264,53293,3,1702,2916 +"149018",42264,54903,3,1702,2493 +"149019",42264,57077,3,1702,1885 +"149020",42264,57804,3,1702,2214 +"149021",42264,59140,3,1702,2528 +"149022",42264,61188,3,1702,2134 +"149023",42264,61982,3,1702,2725 +"149024",42264,70203,3,1702,2756 +"149025",42264,71478,3,1702,1721 +"149026",42264,80429,3,1702,1927 +"149027",42264,85430,3,1702,2370 +"149028",42264,91570,3,1702,2229 +"149029",42280,2443,3,2266,2333 +"149030",42280,5414,3,2266,2321 +"149031",42280,6432,3,2266,2297 +"149032",42280,6755,3,2266,2818 +"149033",42280,21682,3,2266,2414 +"149034",42280,36506,3,2266,2638 +"149035",42280,39534,3,2266,2410 +"149036",42280,43929,2,2266,2749 +"149037",42280,49347,3,2266,2504 +"149038",42280,49403,3,2266,2427 +"149039",42280,53092,3,2266,2384 +"149040",42280,57037,2,2266,2293 +"149041",42280,62713,3,2266,2593 +"149042",42280,63525,2,2266,2741 +"149043",42280,76769,2,2266,2601 +"149044",42280,94339,3,2266,2768 +"149045",42280,116792,3,2266,2397 +"149046",42331,841,3,1585,2964 +"149047",42331,1108,2,1585,1600 +"149048",42331,4916,3,1585,1970 +"149049",42331,6989,3,1585,2623 +"149050",42331,7615,3,1585,1657 +"149051",42331,7937,3,1585,2044 +"149052",42331,8062,3,1585,2858 +"149053",42331,8865,3,1585,2394 +"149054",42331,10129,3,1585,2124 +"149055",42331,10239,3,1585,2032 +"149056",42331,10980,2,1585,1974 +"149057",42331,11429,3,1585,2520 +"149058",42331,12948,3,1585,2669 +"149059",42331,13136,3,1585,2867 +"149060",42331,14586,2,1585,2801 +"149061",42331,16176,3,1585,2703 +"149062",42331,16690,3,1585,2132 +"149063",42331,22723,3,1585,2859 +"149064",42331,28869,3,1585,2425 +"149065",42331,34892,2,1585,2309 +"149066",42331,35728,2,1585,2017 +"149067",42331,36953,3,1585,2790 +"149068",42331,46486,3,1585,1868 +"149069",42331,47654,3,1585,1664 +"149070",42331,47968,3,1585,2829 +"149071",42331,57141,3,1585,2371 +"149072",42331,63077,3,1585,2778 +"149073",42331,63837,3,1585,2807 +"149074",42331,69232,3,1585,2130 +"149075",42331,70101,1,1585,2414 +"149076",42331,77864,3,1585,2227 +"149077",42331,92850,3,1585,1971 +"149078",42331,100860,3,1585,2326 +"149079",42333,3011,3,2234,2278 +"149080",42333,4701,3,2234,2401 +"149081",42333,9311,3,2234,2477 +"149082",42333,9979,3,2234,2238 +"149083",42333,19862,3,2234,2412 +"149084",42333,33433,3,2234,2805 +"149085",42333,49696,3,2234,2444 +"149086",42333,68083,3,2234,2795 +"149087",42372,1057,3,2230,2759 +"149088",42372,3158,3,2230,2762 +"149089",42372,17480,3,2230,2316 +"149090",42372,17499,3,2230,2954 +"149091",42372,19744,2,2230,2623 +"149092",42372,19980,2,2230,2231 +"149093",42372,23098,2,2230,2300 +"149094",42372,30697,3,2230,2891 +"149095",42372,30827,3,2230,2323 +"149096",42373,21,2,871,1385 +"149097",42373,160,3,871,2007 +"149098",42373,1108,3,871,1600 +"149099",42373,2747,3,871,2411 +"149100",42373,4001,3,871,1687 +"149101",42373,8865,3,871,2394 +"149102",42373,10980,3,871,1974 +"149103",42373,16690,3,871,2132 +"149104",42373,19364,3,871,2846 +"149105",42373,22709,3,871,2743 +"149106",42373,22723,3,871,2859 +"149107",42373,23966,3,871,891 +"149108",42373,30034,3,871,2357 +"149109",42373,37522,3,871,1270 +"149110",42373,42836,1,871,1939 +"149111",42373,55472,3,871,1516 +"149112",42373,64110,3,871,1331 +"149113",42373,69232,3,871,2130 +"149114",42373,72535,3,871,1191 +"149115",42373,83253,2,871,1102 +"149116",42373,84975,3,871,1138 +"149117",42373,87958,3,871,1234 +"149118",42373,103890,3,871,958 +"149119",42382,827,3,2224,2964 +"149120",42382,843,3,2224,2332 +"149121",42382,1624,2,2224,2687 +"149122",42382,2647,2,2224,2450 +"149123",42382,4249,3,2224,2547 +"149124",42382,6345,3,2224,2713 +"149125",42382,7253,3,2224,2686 +"149126",42382,9272,3,2224,2835 +"149127",42382,14470,3,2224,2632 +"149128",42382,14772,3,2224,2386 +"149129",42382,14957,3,2224,2306 +"149130",42382,15782,3,2224,2306 +"149131",42382,17499,2,2224,2954 +"149132",42382,19366,3,2224,2279 +"149133",42382,20695,3,2224,2526 +"149134",42382,23550,3,2224,2939 +"149135",42382,28782,2,2224,2272 +"149136",42382,31159,3,2224,2231 +"149137",42382,31357,3,2224,2389 +"149138",42382,32169,3,2224,2504 +"149139",42382,36840,2,2224,2269 +"149140",42382,37684,3,2224,2899 +"149141",42382,42390,2,2224,2937 +"149142",42382,42407,3,2224,2408 +"149143",42382,43226,3,2224,2442 +"149144",42382,43701,3,2224,2400 +"149145",42382,47607,2,2224,2724 +"149146",42382,50440,3,2224,2469 +"149147",42382,53584,1,2224,2391 +"149148",42382,53652,3,2224,2899 +"149149",42382,54385,3,2224,2340 +"149150",42382,58508,3,2224,2326 +"149151",42382,69335,3,2224,2698 +"149152",42382,73520,3,2224,2613 +"149153",42390,827,3,2937,2964 +"149154",42390,17499,3,2937,2954 +"149155",42399,3067,1,1007,1378 +"149156",42399,13535,3,1007,1491 +"149157",42399,14888,3,1007,1411 +"149158",42399,15500,1,1007,1658 +"149159",42399,18458,2,1007,2477 +"149160",42399,20545,3,1007,1491 +"149161",42399,20659,2,1007,1969 +"149162",42399,21225,3,1007,1945 +"149163",42399,26106,2,1007,2015 +"149164",42399,32761,3,1007,2680 +"149165",42399,37677,2,1007,1908 +"149166",42399,38908,3,1007,1787 +"149167",42399,43839,3,1007,1685 +"149168",42399,44235,3,1007,2700 +"149169",42399,44684,2,1007,1220 +"149170",42399,49032,3,1007,2469 +"149171",42399,49666,3,1007,2408 +"149172",42399,57565,2,1007,1577 +"149173",42399,67264,3,1007,2790 +"149174",42399,71702,3,1007,2353 +"149175",42399,72122,3,1007,1436 +"149176",42399,85592,3,1007,1412 +"149177",42399,89668,2,1007,1279 +"149178",42399,96678,2,1007,1183 +"149179",42407,378,3,2408,2766 +"149180",42407,489,3,2408,2652 +"149181",42407,1369,1,2408,2487 +"149182",42407,2724,3,2408,2447 +"149183",42407,3559,3,2408,2413 +"149184",42407,6345,3,2408,2713 +"149185",42407,9272,3,2408,2835 +"149186",42407,9724,3,2408,2713 +"149187",42407,14470,3,2408,2632 +"149188",42407,17499,3,2408,2954 +"149189",42407,20695,3,2408,2526 +"149190",42407,23550,2,2408,2939 +"149191",42407,35187,3,2408,2488 +"149192",42407,37684,2,2408,2899 +"149193",42407,41051,3,2408,2767 +"149194",42407,43226,3,2408,2442 +"149195",42407,47882,3,2408,2769 +"149196",42407,49805,3,2408,2445 +"149197",42407,53652,3,2408,2899 +"149198",42407,69335,3,2408,2698 +"149199",42407,70011,3,2408,2690 +"149200",42407,73520,3,2408,2613 +"149201",42407,93553,2,2408,2537 +"149202",42407,94339,3,2408,2768 +"149203",42446,3542,3,202,450 +"149204",42446,7226,3,202,1228 +"149205",42446,7499,3,202,1803 +"149206",42446,7787,3,202,2314 +"149207",42446,10250,2,202,1606 +"149208",42446,12511,3,202,1298 +"149209",42446,17480,1,202,2316 +"149210",42446,18645,3,202,793 +"149211",42446,18820,3,202,453 +"149212",42446,18821,2,202,2075 +"149213",42446,20709,3,202,1757 +"149214",42446,23364,3,202,2306 +"149215",42446,33460,3,202,2781 +"149216",42446,37858,3,202,248 +"149217",42446,38354,3,202,629 +"149218",42446,52950,3,202,2716 +"149219",42446,53640,3,202,1789 +"149220",42446,56316,3,202,1435 +"149221",42446,79337,2,202,875 +"149222",42446,102545,3,202,248 +"149223",42446,113333,3,202,1018 +"149224",42446,115905,3,202,274 +"149225",42474,1136,3,2322,2536 +"149226",42474,3966,3,2322,2425 +"149227",42474,21795,3,2322,2653 +"149228",42474,22714,2,2322,2793 +"149229",42474,25129,3,2322,2647 +"149230",42474,37238,3,2322,2609 +"149231",42474,47248,3,2322,2883 +"149232",42474,51410,3,2322,2739 +"149233",42474,71618,3,2322,2960 +"149234",42486,3403,3,1951,2951 +"149235",42486,4953,3,1951,2285 +"149236",42486,8062,3,1951,2858 +"149237",42486,11135,2,1951,2441 +"149238",42486,14473,3,1951,2325 +"149239",42486,15008,2,1951,2338 +"149240",42486,15502,3,1951,2637 +"149241",42486,15729,3,1951,2338 +"149242",42486,16587,3,1951,2065 +"149243",42486,17354,3,1951,2250 +"149244",42486,19687,3,1951,2072 +"149245",42486,28567,3,1951,2398 +"149246",42486,29864,3,1951,2479 +"149247",42486,31159,3,1951,2231 +"149248",42486,37758,3,1951,1998 +"149249",42486,38307,3,1951,2648 +"149250",42486,39464,3,1951,2314 +"149251",42486,42783,3,1951,2338 +"149252",42486,43455,3,1951,2846 +"149253",42486,45487,3,1951,2256 +"149254",42486,68586,3,1951,2322 +"149255",42486,70203,3,1951,2756 +"149256",42486,71712,3,1951,2399 +"149257",42505,135,3,2008,2233 +"149258",42505,1315,3,2008,2760 +"149259",42505,2684,3,2008,2874 +"149260",42505,2704,3,2008,2609 +"149261",42505,3163,3,2008,2020 +"149262",42505,3947,3,2008,2067 +"149263",42505,3961,2,2008,2426 +"149264",42505,4191,3,2008,2130 +"149265",42505,5239,2,2008,2875 +"149266",42505,7984,2,2008,2493 +"149267",42505,10358,3,2008,2294 +"149268",42505,11477,3,2008,2724 +"149269",42505,13388,3,2008,2119 +"149270",42505,13780,3,2008,2412 +"149271",42505,16826,3,2008,2599 +"149272",42505,20067,2,2008,2390 +"149273",42505,21479,3,2008,2134 +"149274",42505,26451,3,2008,2133 +"149275",42505,28582,3,2008,2698 +"149276",42505,28892,3,2008,2023 +"149277",42505,30747,3,2008,2455 +"149278",42505,31700,3,2008,2727 +"149279",42505,33801,3,2008,2899 +"149280",42505,34158,3,2008,2639 +"149281",42505,36862,3,2008,2655 +"149282",42505,41936,3,2008,2258 +"149283",42505,42935,3,2008,2400 +"149284",42505,44654,3,2008,2916 +"149285",42505,45903,3,2008,2237 +"149286",42505,46040,3,2008,2105 +"149287",42505,46988,3,2008,2460 +"149288",42505,51410,3,2008,2739 +"149289",42505,53475,3,2008,2853 +"149290",42505,55139,2,2008,2323 +"149291",42505,56237,3,2008,2625 +"149292",42505,58164,3,2008,2398 +"149293",42505,64997,3,2008,2791 +"149294",42505,70046,3,2008,2624 +"149295",42505,78150,2,2008,2581 +"149296",42505,92757,2,2008,2615 +"149297",42515,10310,3,2752,2774 +"149298",42522,1639,3,2592,2631 +"149299",42522,26749,3,2592,2965 +"149300",42543,19926,3,1907,2444 +"149301",42543,50275,3,1907,2832 +"149302",42562,371,3,1195,2950 +"149303",42562,680,3,1195,2569 +"149304",42562,860,2,1195,1258 +"149305",42562,1520,2,1195,1716 +"149306",42562,2418,3,1195,2020 +"149307",42562,2446,3,1195,2606 +"149308",42562,2747,3,1195,2411 +"149309",42562,3520,2,1195,2281 +"149310",42562,4665,2,1195,1569 +"149311",42562,4669,3,1195,2395 +"149312",42562,4831,3,1195,2365 +"149313",42562,5606,3,1195,2875 +"149314",42562,5897,3,1195,2337 +"149315",42562,6063,3,1195,2349 +"149316",42562,6821,3,1195,1788 +"149317",42562,8354,3,1195,1705 +"149318",42562,8791,3,1195,1789 +"149319",42562,8865,3,1195,2394 +"149320",42562,9227,3,1195,1267 +"149321",42562,9332,3,1195,2734 +"149322",42562,9503,3,1195,2453 +"149323",42562,9787,3,1195,2858 +"149324",42562,10050,3,1195,1792 +"149325",42562,10473,3,1195,1783 +"149326",42562,12067,3,1195,1213 +"149327",42562,12759,3,1195,2414 +"149328",42562,14998,3,1195,1553 +"149329",42562,16502,2,1195,1616 +"149330",42562,16690,2,1195,2132 +"149331",42562,16796,2,1195,1892 +"149332",42562,17037,3,1195,2947 +"149333",42562,18381,3,1195,1524 +"149334",42562,19587,2,1195,1684 +"149335",42562,20155,3,1195,1517 +"149336",42562,20220,3,1195,1656 +"149337",42562,20517,3,1195,1465 +"149338",42562,21487,3,1195,2203 +"149339",42562,22723,3,1195,2859 +"149340",42562,23131,3,1195,1732 +"149341",42562,24069,3,1195,2697 +"149342",42562,27882,2,1195,1897 +"149343",42562,28051,3,1195,2089 +"149344",42562,28837,3,1195,2286 +"149345",42562,30368,3,1195,2487 +"149346",42562,30525,3,1195,1964 +"149347",42562,31087,3,1195,1757 +"149348",42562,31676,3,1195,1598 +"149349",42562,33236,3,1195,2297 +"149350",42562,33657,3,1195,2336 +"149351",42562,35456,3,1195,2358 +"149352",42562,36487,3,1195,2622 +"149353",42562,37636,3,1195,2178 +"149354",42562,38532,3,1195,1234 +"149355",42562,39249,3,1195,1665 +"149356",42562,39534,3,1195,2410 +"149357",42562,40537,3,1195,1284 +"149358",42562,41633,3,1195,1976 +"149359",42562,42256,2,1195,2839 +"149360",42562,44074,3,1195,1299 +"149361",42562,47375,3,1195,2043 +"149362",42562,49712,3,1195,1937 +"149363",42562,51879,3,1195,1771 +"149364",42562,54924,2,1195,2603 +"149365",42562,58501,3,1195,2613 +"149366",42562,58655,3,1195,2685 +"149367",42562,61541,3,1195,2699 +"149368",42562,63623,3,1195,1394 +"149369",42562,63641,3,1195,2337 +"149370",42562,63644,3,1195,1267 +"149371",42562,68971,3,1195,2019 +"149372",42562,74605,3,1195,2265 +"149373",42562,78740,3,1195,1515 +"149374",42562,82932,3,1195,2245 +"149375",42562,92784,2,1195,1257 +"149376",42562,107496,3,1195,1572 +"149377",42574,5239,3,2842,2875 +"149378",42574,16954,3,2842,2972 +"149379",42574,25325,2,2842,2963 +"149380",42574,33801,3,2842,2899 +"149381",42574,36609,2,2842,2918 +"149382",42574,49110,3,2842,2938 +"149383",42574,53219,3,2842,2973 +"149384",42574,53475,3,2842,2853 +"149385",42618,17852,3,2316,2840 +"149386",42618,18151,3,2316,2962 +"149387",42618,21417,3,2316,2422 +"149388",42618,21795,3,2316,2653 +"149389",42618,22331,3,2316,2687 +"149390",42618,55468,2,2316,2511 +"149391",42618,70046,3,2316,2624 +"149392",42618,73266,3,2316,2496 +"149393",42618,90501,3,2316,2380 +"149394",42619,377,3,2017,2389 +"149395",42619,854,3,2017,2307 +"149396",42619,1090,3,2017,2370 +"149397",42619,1321,3,2017,2075 +"149398",42619,1324,3,2017,2147 +"149399",42619,2011,3,2017,2176 +"149400",42619,2166,3,2017,2557 +"149401",42619,2195,3,2017,2139 +"149402",42619,3164,3,2017,2693 +"149403",42619,4932,1,2017,2752 +"149404",42619,5622,3,2017,2175 +"149405",42619,5839,3,2017,2301 +"149406",42619,5849,3,2017,2404 +"149407",42619,6030,3,2017,2953 +"149408",42619,6390,3,2017,2385 +"149409",42619,10358,3,2017,2294 +"149410",42619,10857,3,2017,2253 +"149411",42619,11218,3,2017,2292 +"149412",42619,11351,3,2017,2971 +"149413",42619,11966,2,2017,2385 +"149414",42619,12035,3,2017,2721 +"149415",42619,12042,3,2017,2345 +"149416",42619,13311,3,2017,2315 +"149417",42619,14032,3,2017,2144 +"149418",42619,14669,3,2017,2080 +"149419",42619,14676,3,2017,2764 +"149420",42619,15301,2,2017,2308 +"149421",42619,16352,2,2017,2657 +"149422",42619,17400,3,2017,2231 +"149423",42619,17413,3,2017,2230 +"149424",42619,18543,3,2017,2968 +"149425",42619,19072,3,2017,2358 +"149426",42619,20292,2,2017,2755 +"149427",42619,20407,3,2017,2339 +"149428",42619,21571,2,2017,2755 +"149429",42619,21682,3,2017,2414 +"149430",42619,22566,2,2017,2308 +"149431",42619,23310,3,2017,2371 +"149432",42619,23787,3,2017,2810 +"149433",42619,25816,3,2017,2088 +"149434",42619,25971,3,2017,2608 +"149435",42619,26080,3,2017,2525 +"149436",42619,26234,3,2017,2183 +"149437",42619,26608,3,2017,2329 +"149438",42619,28011,3,2017,2639 +"149439",42619,28168,3,2017,2702 +"149440",42619,28296,1,2017,2944 +"149441",42619,28893,3,2017,2764 +"149442",42619,29930,3,2017,2240 +"149443",42619,32339,3,2017,2430 +"149444",42619,32567,2,2017,2784 +"149445",42619,34735,1,2017,2767 +"149446",42619,35360,3,2017,2043 +"149447",42619,35464,2,2017,2502 +"149448",42619,35926,3,2017,2371 +"149449",42619,41972,3,2017,2509 +"149450",42619,43173,3,2017,2895 +"149451",42619,45461,2,2017,2458 +"149452",42619,45684,3,2017,2200 +"149453",42619,47534,3,2017,2712 +"149454",42619,49110,3,2017,2938 +"149455",42619,50179,3,2017,2230 +"149456",42619,50236,3,2017,2339 +"149457",42619,51052,3,2017,2784 +"149458",42619,53789,3,2017,2681 +"149459",42619,54551,3,2017,2348 +"149460",42619,54929,3,2017,2783 +"149461",42619,55155,3,2017,2333 +"149462",42619,68215,3,2017,2727 +"149463",42619,74605,3,2017,2265 +"149464",42619,88232,3,2017,2881 +"149465",42628,41051,2,2486,2767 +"149466",42642,2424,3,2257,2582 +"149467",42642,2747,3,2257,2411 +"149468",42642,3460,1,2257,2530 +"149469",42642,3896,1,2257,2693 +"149470",42642,4751,2,2257,2696 +"149471",42642,11456,3,2257,2715 +"149472",42642,16067,3,2257,2727 +"149473",42642,16866,3,2257,2718 +"149474",42642,18865,3,2257,2676 +"149475",42642,25325,3,2257,2963 +"149476",42642,30943,3,2257,2287 +"149477",42642,32939,3,2257,2277 +"149478",42642,36646,2,2257,2744 +"149479",42642,41955,3,2257,2479 +"149480",42642,42196,2,2257,2765 +"149481",42642,46580,3,2257,2346 +"149482",42642,46803,3,2257,2305 +"149483",42642,47877,3,2257,2970 +"149484",42642,51055,1,2257,2558 +"149485",42642,53968,3,2257,2703 +"149486",42642,56893,3,2257,2597 +"149487",42642,63395,2,2257,2334 +"149488",42642,63641,3,2257,2337 +"149489",42642,64436,3,2257,2687 +"149490",42642,64469,3,2257,2707 +"149491",42642,67726,3,2257,2873 +"149492",42642,69591,2,2257,2294 +"149493",42642,69716,3,2257,2632 +"149494",42642,74204,3,2257,2463 +"149495",42648,3016,3,167,747 +"149496",42648,10720,2,167,199 +"149497",42648,10908,3,167,1134 +"149498",42648,43250,3,167,1300 +"149499",42648,106224,1,167,1300 +"149500",42687,270,3,1952,2542 +"149501",42687,5235,3,1952,2324 +"149502",42687,5971,3,1952,1985 +"149503",42687,6044,3,1952,2744 +"149504",42687,6588,3,1952,2025 +"149505",42687,6718,2,1952,2138 +"149506",42687,7515,3,1952,2737 +"149507",42687,7616,3,1952,2296 +"149508",42687,13307,3,1952,2206 +"149509",42687,16352,3,1952,2657 +"149510",42687,18394,2,1952,2356 +"149511",42687,21104,3,1952,2327 +"149512",42687,21693,3,1952,2176 +"149513",42687,22197,2,1952,2271 +"149514",42687,22326,3,1952,2818 +"149515",42687,23509,3,1952,2275 +"149516",42687,23526,3,1952,1998 +"149517",42687,25305,3,1952,2447 +"149518",42687,26848,3,1952,2363 +"149519",42687,29962,3,1952,2201 +"149520",42687,30405,3,1952,2164 +"149521",42687,32173,3,1952,2341 +"149522",42687,46629,3,1952,2255 +"149523",42687,50118,3,1952,2654 +"149524",42687,50236,3,1952,2339 +"149525",42687,56082,3,1952,2395 +"149526",42687,56237,3,1952,2625 +"149527",42687,72326,3,1952,2384 +"149528",42687,79804,1,1952,2227 +"149529",42713,2344,3,1995,2752 +"149530",42713,3776,3,1995,2322 +"149531",42713,5606,3,1995,2875 +"149532",42713,6248,2,1995,2737 +"149533",42713,10727,2,1995,2082 +"149534",42713,19687,3,1995,2072 +"149535",42713,28355,2,1995,2053 +"149536",42713,33363,3,1995,2475 +"149537",42713,49147,2,1995,2539 +"149538",42713,55436,3,1995,2513 +"149539",42713,59470,3,1995,2393 +"149540",42713,62712,3,1995,2884 +"149541",42713,64534,3,1995,2924 +"149542",42715,360,3,987,1671 +"149543",42715,2894,3,987,1291 +"149544",42715,3716,3,987,1679 +"149545",42715,7970,3,987,1197 +"149546",42715,8865,2,987,2394 +"149547",42715,9311,3,987,2477 +"149548",42715,9391,2,987,1252 +"149549",42715,10148,1,987,2964 +"149550",42715,10875,3,987,1234 +"149551",42715,11382,2,987,2746 +"149552",42715,12067,3,987,1213 +"149553",42715,12103,3,987,1244 +"149554",42715,12310,3,987,1337 +"149555",42715,13610,2,987,2515 +"149556",42715,13808,3,987,1356 +"149557",42715,15560,2,987,2257 +"149558",42715,16313,3,987,1160 +"149559",42715,20783,3,987,2414 +"149560",42715,22260,3,987,2137 +"149561",42715,23508,2,987,1907 +"149562",42715,24512,3,987,1369 +"149563",42715,27849,3,987,1316 +"149564",42715,27908,3,987,2576 +"149565",42715,29073,3,987,2328 +"149566",42715,29267,3,987,1234 +"149567",42715,29454,3,987,2719 +"149568",42715,30906,2,987,2537 +"149569",42715,35903,2,987,1434 +"149570",42715,37333,3,987,1612 +"149571",42715,46486,3,987,1868 +"149572",42715,46596,3,987,1942 +"149573",42715,46883,3,987,1671 +"149574",42715,48377,3,987,1927 +"149575",42715,51016,3,987,1141 +"149576",42715,55821,3,987,1303 +"149577",42715,55862,3,987,2123 +"149578",42715,62966,3,987,1282 +"149579",42715,69232,3,987,2130 +"149580",42715,82929,3,987,2475 +"149581",42715,83096,3,987,1061 +"149582",42715,94101,3,987,997 +"149583",42715,101338,2,987,1319 +"149584",42717,13290,3,2588,2824 +"149585",42717,40035,3,2588,2742 +"149586",42717,53739,3,2588,2704 +"149587",42722,19027,3,2368,2721 +"149588",42722,60867,3,2368,2689 +"149589",42725,288,3,630,947 +"149590",42725,380,3,630,2261 +"149591",42725,388,3,630,1594 +"149592",42725,489,3,630,2652 +"149593",42725,680,3,630,2569 +"149594",42725,1367,3,630,2176 +"149595",42725,1386,3,630,1901 +"149596",42725,1560,3,630,2013 +"149597",42725,2036,3,630,2483 +"149598",42725,2224,2,630,2751 +"149599",42725,2337,3,630,1697 +"149600",42725,2407,2,630,1725 +"149601",42725,2424,3,630,2582 +"149602",42725,2540,3,630,1398 +"149603",42725,2563,1,630,1686 +"149604",42725,2600,3,630,1182 +"149605",42725,2694,3,630,2062 +"149606",42725,2747,3,630,2411 +"149607",42725,2852,3,630,2448 +"149608",42725,3068,3,630,1815 +"149609",42725,3306,3,630,1989 +"149610",42725,3801,3,630,1974 +"149611",42725,3849,2,630,1356 +"149612",42725,3863,3,630,856 +"149613",42725,4001,3,630,1687 +"149614",42725,4303,3,630,2414 +"149615",42725,4821,3,630,1938 +"149616",42725,4889,3,630,1501 +"149617",42725,5120,2,630,2735 +"149618",42725,5315,3,630,2631 +"149619",42725,5346,2,630,1438 +"149620",42725,5580,3,630,2111 +"149621",42725,6074,3,630,2426 +"149622",42725,6363,3,630,2066 +"149623",42725,6602,3,630,1631 +"149624",42725,7245,3,630,2089 +"149625",42725,7475,3,630,1284 +"149626",42725,7582,3,630,1099 +"149627",42725,7936,3,630,1199 +"149628",42725,8062,3,630,2858 +"149629",42725,8772,3,630,847 +"149630",42725,8821,3,630,2230 +"149631",42725,8984,3,630,1162 +"149632",42725,9202,2,630,2477 +"149633",42725,9227,3,630,1267 +"149634",42725,9654,3,630,2111 +"149635",42725,9716,3,630,1929 +"149636",42725,10472,3,630,859 +"149637",42725,10474,3,630,1608 +"149638",42725,10513,2,630,2284 +"149639",42725,11429,3,630,2520 +"149640",42725,11477,3,630,2724 +"149641",42725,12759,3,630,2414 +"149642",42725,13537,3,630,1020 +"149643",42725,13671,3,630,1371 +"149644",42725,14072,3,630,1346 +"149645",42725,14108,3,630,2012 +"149646",42725,14707,3,630,672 +"149647",42725,14972,3,630,2332 +"149648",42725,15095,3,630,2001 +"149649",42725,15207,2,630,1855 +"149650",42725,15453,3,630,1688 +"149651",42725,15462,3,630,1141 +"149652",42725,15546,3,630,2055 +"149653",42725,15700,3,630,1712 +"149654",42725,16067,3,630,2727 +"149655",42725,16866,2,630,2718 +"149656",42725,16877,3,630,2509 +"149657",42725,17502,3,630,869 +"149658",42725,17571,3,630,953 +"149659",42725,18124,3,630,1642 +"149660",42725,18211,1,630,1745 +"149661",42725,18348,3,630,1711 +"149662",42725,18371,3,630,2860 +"149663",42725,18381,3,630,1524 +"149664",42725,18415,3,630,2184 +"149665",42725,18518,3,630,1128 +"149666",42725,18865,2,630,2676 +"149667",42725,19096,3,630,1538 +"149668",42725,19208,3,630,2629 +"149669",42725,19605,3,630,2395 +"149670",42725,19668,3,630,696 +"149671",42725,20176,3,630,1050 +"149672",42725,20563,3,630,2267 +"149673",42725,20624,2,630,1298 +"149674",42725,20687,3,630,1248 +"149675",42725,20688,3,630,891 +"149676",42725,21929,3,630,2062 +"149677",42725,22374,3,630,1226 +"149678",42725,22884,3,630,1608 +"149679",42725,23756,3,630,2309 +"149680",42725,24060,3,630,2349 +"149681",42725,24974,3,630,702 +"149682",42725,25198,3,630,1982 +"149683",42725,25373,3,630,2783 +"149684",42725,26642,3,630,2952 +"149685",42725,28057,1,630,1067 +"149686",42725,28525,3,630,1273 +"149687",42725,28904,3,630,926 +"149688",42725,29997,3,630,1789 +"149689",42725,30081,3,630,2403 +"149690",42725,30262,3,630,1715 +"149691",42725,30334,2,630,2075 +"149692",42725,30705,3,630,2959 +"149693",42725,30943,3,630,2287 +"149694",42725,32939,3,630,2277 +"149695",42725,33588,3,630,1040 +"149696",42725,33621,2,630,1319 +"149697",42725,34820,3,630,1630 +"149698",42725,34836,3,630,2302 +"149699",42725,35518,3,630,1721 +"149700",42725,35752,3,630,1158 +"149701",42725,36270,3,630,2910 +"149702",42725,36637,3,630,2085 +"149703",42725,36953,3,630,2790 +"149704",42725,37628,3,630,819 +"149705",42725,37636,2,630,2178 +"149706",42725,37844,3,630,2002 +"149707",42725,38449,3,630,1802 +"149708",42725,39535,3,630,2428 +"149709",42725,40009,3,630,1341 +"149710",42725,40022,3,630,2307 +"149711",42725,40392,2,630,1878 +"149712",42725,40893,3,630,1116 +"149713",42725,41023,2,630,2408 +"149714",42725,41033,3,630,1839 +"149715",42725,41429,3,630,1770 +"149716",42725,41439,3,630,709 +"149717",42725,41598,3,630,2291 +"149718",42725,41723,3,630,2101 +"149719",42725,41955,3,630,2479 +"149720",42725,42186,3,630,955 +"149721",42725,42642,3,630,2257 +"149722",42725,42813,3,630,2142 +"149723",42725,43204,3,630,1680 +"149724",42725,44341,3,630,1230 +"149725",42725,44819,3,630,2063 +"149726",42725,45186,3,630,835 +"149727",42725,45449,3,630,1610 +"149728",42725,46803,3,630,2305 +"149729",42725,47082,3,630,1990 +"149730",42725,50229,3,630,1190 +"149731",42725,50480,3,630,2701 +"149732",42725,51017,3,630,2073 +"149733",42725,51783,2,630,2599 +"149734",42725,53043,3,630,803 +"149735",42725,54388,3,630,1257 +"149736",42725,56082,3,630,2395 +"149737",42725,56910,3,630,2705 +"149738",42725,57804,3,630,2214 +"149739",42725,57990,3,630,978 +"149740",42725,58854,2,630,1131 +"149741",42725,63395,2,630,2334 +"149742",42725,63641,3,630,2337 +"149743",42725,66622,2,630,799 +"149744",42725,67726,3,630,2873 +"149745",42725,68043,1,630,690 +"149746",42725,69215,3,630,1591 +"149747",42725,69712,3,630,1219 +"149748",42725,69716,3,630,2632 +"149749",42725,70455,3,630,1307 +"149750",42725,71342,3,630,1289 +"149751",42725,72468,3,630,2292 +"149752",42725,74204,3,630,2463 +"149753",42725,74818,3,630,1440 +"149754",42725,75025,3,630,717 +"149755",42725,75444,3,630,2846 +"149756",42725,79350,2,630,2261 +"149757",42725,80825,3,630,2315 +"149758",42725,84907,3,630,1259 +"149759",42725,85356,3,630,1492 +"149760",42725,92491,2,630,1968 +"149761",42725,94404,3,630,1836 +"149762",42725,94444,3,630,1554 +"149763",42725,94520,1,630,1243 +"149764",42725,95416,3,630,982 +"149765",42725,95680,3,630,801 +"149766",42725,98080,2,630,1265 +"149767",42725,99237,3,630,783 +"149768",42725,99298,3,630,679 +"149769",42725,99557,3,630,1703 +"149770",42725,100134,3,630,977 +"149771",42725,100260,3,630,888 +"149772",42725,101347,3,630,1335 +"149773",42725,104565,2,630,2693 +"149774",42725,106725,3,630,710 +"149775",42725,113238,3,630,671 +"149776",42740,364,3,403,2351 +"149777",42740,2540,3,403,1398 +"149778",42740,3127,3,403,2273 +"149779",42740,4669,3,403,2395 +"149780",42740,5106,3,403,2622 +"149781",42740,6989,3,403,2623 +"149782",42740,7337,3,403,1797 +"149783",42740,7719,3,403,1954 +"149784",42740,9227,3,403,1267 +"149785",42740,11108,3,403,1609 +"149786",42740,11383,3,403,977 +"149787",42740,11648,2,403,2852 +"149788",42740,12948,2,403,2669 +"149789",42740,14781,3,403,2338 +"149790",42740,15879,3,403,419 +"149791",42740,16864,2,403,814 +"149792",42740,17033,3,403,2771 +"149793",42740,18122,3,403,894 +"149794",42740,18978,3,403,952 +"149795",42740,20395,3,403,1468 +"149796",42740,21383,3,403,971 +"149797",42740,21593,3,403,1312 +"149798",42740,27390,3,403,2425 +"149799",42740,27545,3,403,855 +"149800",42740,27742,3,403,2700 +"149801",42740,28869,3,403,2425 +"149802",42740,35573,2,403,2084 +"149803",42740,36327,3,403,870 +"149804",42740,37351,3,403,978 +"149805",42740,40572,2,403,2666 +"149806",42740,41023,3,403,2408 +"149807",42740,44795,3,403,635 +"149808",42740,45518,3,403,494 +"149809",42740,45869,2,403,2840 +"149810",42740,46486,3,403,1868 +"149811",42740,67266,3,403,2010 +"149812",42740,72597,3,403,1843 +"149813",42740,76007,3,403,918 +"149814",42740,76286,3,403,1642 +"149815",42740,80793,3,403,631 +"149816",42740,101453,3,403,454 +"149817",42747,798,3,1189,2476 +"149818",42747,998,2,1189,1795 +"149819",42747,1046,3,1189,1881 +"149820",42747,2591,2,1189,1949 +"149821",42747,3242,3,1189,1730 +"149822",42747,4191,3,1189,2130 +"149823",42747,4618,3,1189,2607 +"149824",42747,4980,3,1189,2093 +"149825",42747,5725,3,1189,2789 +"149826",42747,5785,3,1189,1261 +"149827",42747,6208,3,1189,2361 +"149828",42747,6577,2,1189,1951 +"149829",42747,8258,2,1189,1959 +"149830",42747,10874,3,1189,1891 +"149831",42747,11540,3,1189,1237 +"149832",42747,11875,3,1189,1526 +"149833",42747,14072,3,1189,1346 +"149834",42747,14482,3,1189,1573 +"149835",42747,15207,3,1189,1855 +"149836",42747,15315,3,1189,2173 +"149837",42747,16954,3,1189,2972 +"149838",42747,17264,3,1189,2528 +"149839",42747,17381,3,1189,1697 +"149840",42747,17938,3,1189,1410 +"149841",42747,19027,2,1189,2721 +"149842",42747,19248,3,1189,2357 +"149843",42747,19606,3,1189,2783 +"149844",42747,19637,3,1189,1229 +"149845",42747,19771,3,1189,2410 +"149846",42747,20700,3,1189,2861 +"149847",42747,21138,3,1189,2849 +"149848",42747,21682,3,1189,2414 +"149849",42747,24807,2,1189,2319 +"149850",42747,25508,2,1189,2081 +"149851",42747,28635,3,1189,2368 +"149852",42747,30438,3,1189,1617 +"149853",42747,30883,3,1189,1629 +"149854",42747,31243,1,1189,1355 +"149855",42747,31799,3,1189,2547 +"149856",42747,34492,3,1189,1798 +"149857",42747,35516,3,1189,1229 +"149858",42747,35529,3,1189,1620 +"149859",42747,35738,3,1189,2448 +"149860",42747,38449,3,1189,1802 +"149861",42747,38467,3,1189,1259 +"149862",42747,42722,1,1189,2368 +"149863",42747,42935,3,1189,2400 +"149864",42747,43225,3,1189,1835 +"149865",42747,45715,3,1189,2287 +"149866",42747,48605,3,1189,2796 +"149867",42747,49677,3,1189,1222 +"149868",42747,50124,3,1189,1209 +"149869",42747,51017,3,1189,2073 +"149870",42747,51410,3,1189,2739 +"149871",42747,51987,3,1189,1397 +"149872",42747,52003,3,1189,2067 +"149873",42747,54676,3,1189,1342 +"149874",42747,57549,3,1189,2335 +"149875",42747,58035,3,1189,1646 +"149876",42747,60289,3,1189,2729 +"149877",42747,60867,2,1189,2689 +"149878",42747,64436,3,1189,2687 +"149879",42747,64945,3,1189,2279 +"149880",42747,65029,3,1189,2954 +"149881",42747,68960,3,1189,1312 +"149882",42747,71518,3,1189,2805 +"149883",42747,79211,3,1189,1590 +"149884",42747,79436,3,1189,1344 +"149885",42747,85356,3,1189,1492 +"149886",42747,89934,3,1189,2760 +"149887",42756,1520,3,1384,1716 +"149888",42756,1592,3,1384,2006 +"149889",42756,1691,3,1384,1941 +"149890",42756,2344,3,1384,2752 +"149891",42756,2540,3,1384,1398 +"149892",42756,4730,3,1384,2131 +"149893",42756,6989,3,1384,2623 +"149894",42756,8890,3,1384,1955 +"149895",42756,13007,3,1384,2496 +"149896",42756,13099,3,1384,1547 +"149897",42756,19858,3,1384,2357 +"149898",42756,20200,2,1384,2322 +"149899",42756,20395,3,1384,1468 +"149900",42756,21575,3,1384,1762 +"149901",42756,26642,3,1384,2952 +"149902",42756,27320,3,1384,2378 +"149903",42756,31089,3,1384,2952 +"149904",42756,35797,3,1384,2482 +"149905",42756,36953,3,1384,2790 +"149906",42756,37509,3,1384,1640 +"149907",42756,41134,2,1384,2952 +"149908",42756,41338,3,1384,1553 +"149909",42756,41694,3,1384,2358 +"149910",42756,42486,3,1384,1951 +"149911",42756,46486,3,1384,1868 +"149912",42756,47968,2,1384,2829 +"149913",42756,52041,3,1384,2694 +"149914",42756,52471,3,1384,2483 +"149915",42756,53643,3,1384,1626 +"149916",42756,55482,2,1384,1866 +"149917",42756,61347,2,1384,1684 +"149918",42756,62746,3,1384,2119 +"149919",42756,66994,1,1384,1865 +"149920",42756,68586,1,1384,2322 +"149921",42756,71712,3,1384,2399 +"149922",42756,77200,3,1384,1737 +"149923",42756,83336,3,1384,1397 +"149924",42756,88067,3,1384,2315 +"149925",42756,88232,3,1384,2881 +"149926",42773,843,3,385,2332 +"149927",42773,1369,3,385,2487 +"149928",42773,1785,2,385,2350 +"149929",42773,2282,3,385,2056 +"149930",42773,2506,2,385,954 +"149931",42773,2588,1,385,552 +"149932",42773,2737,3,385,607 +"149933",42773,2927,3,385,1789 +"149934",42773,3271,3,385,2216 +"149935",42773,3360,3,385,1583 +"149936",42773,4249,3,385,2547 +"149937",42773,4551,3,385,2720 +"149938",42773,4622,3,385,1589 +"149939",42773,4784,3,385,2511 +"149940",42773,5041,3,385,2371 +"149941",42773,5346,3,385,1438 +"149942",42773,5637,2,385,1976 +"149943",42773,6020,3,385,1864 +"149944",42773,6345,3,385,2713 +"149945",42773,6480,3,385,1678 +"149946",42773,6999,3,385,2214 +"149947",42773,7253,3,385,2686 +"149948",42773,7254,3,385,1849 +"149949",42773,7310,2,385,636 +"149950",42773,8607,3,385,1685 +"149951",42773,8896,3,385,1139 +"149952",42773,9269,3,385,1892 +"149953",42773,9272,3,385,2835 +"149954",42773,9538,2,385,1786 +"149955",42773,9656,2,385,1135 +"149956",42773,9724,3,385,2713 +"149957",42773,9895,3,385,1960 +"149958",42773,10119,3,385,2374 +"149959",42773,10358,3,385,2294 +"149960",42773,10716,3,385,1692 +"149961",42773,10990,3,385,805 +"149962",42773,11858,2,385,1530 +"149963",42773,12116,3,385,2119 +"149964",42773,12197,3,385,1235 +"149965",42773,13034,1,385,698 +"149966",42773,13340,2,385,1918 +"149967",42773,13671,3,385,1371 +"149968",42773,14212,3,385,857 +"149969",42773,14957,3,385,2306 +"149970",42773,15146,3,385,1546 +"149971",42773,15207,3,385,1855 +"149972",42773,15281,2,385,810 +"149973",42773,15594,3,385,753 +"149974",42773,15782,3,385,2306 +"149975",42773,16347,3,385,1868 +"149976",42773,16524,3,385,1556 +"149977",42773,16935,2,385,441 +"149978",42773,16963,3,385,1999 +"149979",42773,17499,2,385,2954 +"149980",42773,17531,3,385,876 +"149981",42773,17695,3,385,1930 +"149982",42773,18550,3,385,483 +"149983",42773,18645,3,385,793 +"149984",42773,18718,3,385,494 +"149985",42773,18820,3,385,453 +"149986",42773,18821,3,385,2075 +"149987",42773,18953,3,385,915 +"149988",42773,19002,3,385,2053 +"149989",42773,19048,3,385,2180 +"149990",42773,19476,2,385,1708 +"149991",42773,19509,3,385,2000 +"149992",42773,19542,1,385,570 +"149993",42773,20038,2,385,1531 +"149994",42773,21358,3,385,1970 +"149995",42773,21942,3,385,2041 +"149996",42773,22532,3,385,568 +"149997",42773,23498,3,385,2398 +"149998",42773,23550,2,385,2939 +"149999",42773,23560,2,385,2051 +"150000",42773,24044,3,385,1076 +"150001",42773,25330,3,385,2370 +"150002",42773,25345,3,385,713 +"150003",42773,25678,3,385,1558 +"150004",42773,26597,3,385,2070 +"150005",42773,26698,3,385,1963 +"150006",42773,28268,3,385,2258 +"150007",42773,28970,3,385,2111 +"150008",42773,29778,2,385,840 +"150009",42773,32919,3,385,2321 +"150010",42773,34274,3,385,1437 +"150011",42773,34953,3,385,1817 +"150012",42773,35243,3,385,1102 +"150013",42773,35317,2,385,1888 +"150014",42773,35844,3,385,2961 +"150015",42773,35926,3,385,2371 +"150016",42773,36892,3,385,643 +"150017",42773,37684,2,385,2899 +"150018",42773,39507,3,385,793 +"150019",42773,40113,3,385,451 +"150020",42773,41098,3,385,1857 +"150021",42773,41381,3,385,829 +"150022",42773,42382,3,385,2224 +"150023",42773,42407,2,385,2408 +"150024",42773,43226,3,385,2442 +"150025",42773,46049,3,385,2102 +"150026",42773,46616,3,385,1917 +"150027",42773,47607,3,385,2724 +"150028",42773,47882,3,385,2769 +"150029",42773,48110,3,385,2009 +"150030",42773,50468,3,385,1659 +"150031",42773,50678,3,385,1366 +"150032",42773,53584,3,385,2391 +"150033",42773,55307,3,385,2306 +"150034",42773,55325,3,385,653 +"150035",42773,58508,3,385,2326 +"150036",42773,60463,3,385,1583 +"150037",42773,60836,3,385,1880 +"150038",42773,63329,3,385,639 +"150039",42773,63631,3,385,763 +"150040",42773,68398,3,385,978 +"150041",42773,69335,3,385,2698 +"150042",42773,70011,1,385,2690 +"150043",42773,71307,2,385,761 +"150044",42773,73520,2,385,2613 +"150045",42773,77719,1,385,2086 +"150046",42773,78257,3,385,590 +"150047",42773,78277,2,385,1937 +"150048",42773,79699,2,385,1735 +"150049",42773,80301,3,385,1690 +"150050",42773,80801,3,385,1250 +"150051",42773,80970,3,385,2069 +"150052",42773,83786,3,385,1614 +"150053",42773,83790,3,385,1637 +"150054",42773,84235,3,385,1639 +"150055",42773,84590,2,385,1734 +"150056",42773,85065,2,385,1585 +"150057",42773,90610,3,385,418 +"150058",42773,92630,3,385,1583 +"150059",42773,93553,3,385,2537 +"150060",42773,93642,3,385,1120 +"150061",42773,93710,3,385,544 +"150062",42773,94520,3,385,1243 +"150063",42773,94808,3,385,988 +"150064",42773,95708,3,385,433 +"150065",42773,99237,2,385,783 +"150066",42773,100231,3,385,998 +"150067",42773,103710,3,385,439 +"150068",42773,111119,3,385,550 +"150069",42783,2424,3,2338,2582 +"150070",42783,3477,3,2338,2546 +"150071",42783,6063,3,2338,2349 +"150072",42783,9175,2,2338,2639 +"150073",42783,14507,3,2338,2686 +"150074",42783,17549,3,2338,2647 +"150075",42783,23725,3,2338,2378 +"150076",42783,24825,3,2338,2686 +"150077",42783,33223,3,2338,2397 +"150078",42783,33380,3,2338,2340 +"150079",42783,38307,3,2338,2648 +"150080",42783,40368,3,2338,2876 +"150081",42783,41945,3,2338,2856 +"150082",42783,43455,3,2338,2846 +"150083",42783,45239,2,2338,2535 +"150084",42783,45608,3,2338,2420 +"150085",42783,47140,3,2338,2439 +"150086",42783,54551,3,2338,2348 +"150087",42783,60974,3,2338,2972 +"150088",42783,65434,3,2338,2866 +"150089",42799,10310,3,2729,2774 +"150090",42799,17027,3,2729,2772 +"150091",42799,23132,3,2729,2756 +"150092",42799,36441,2,2729,2796 +"150093",42799,41770,3,2729,2752 +"150094",42799,117956,3,2729,2774 +"150095",42813,1519,3,2142,2349 +"150096",42813,2190,3,2142,2359 +"150097",42813,2747,3,2142,2411 +"150098",42813,3127,2,2142,2273 +"150099",42813,3978,3,2142,2775 +"150100",42813,4303,3,2142,2414 +"150101",42813,5897,3,2142,2337 +"150102",42813,6119,3,2142,2358 +"150103",42813,6989,3,2142,2623 +"150104",42813,7252,1,2142,2799 +"150105",42813,8865,3,2142,2394 +"150106",42813,9202,3,2142,2477 +"150107",42813,9503,3,2142,2453 +"150108",42813,9787,3,2142,2858 +"150109",42813,10336,3,2142,2271 +"150110",42813,11136,3,2142,2573 +"150111",42813,16286,2,2142,2470 +"150112",42813,16866,2,2142,2718 +"150113",42813,18005,3,2142,2449 +"150114",42813,18865,2,2142,2676 +"150115",42813,19208,3,2142,2629 +"150116",42813,19433,3,2142,2504 +"150117",42813,19605,3,2142,2395 +"150118",42813,21209,3,2142,2184 +"150119",42813,26642,3,2142,2952 +"150120",42813,27686,3,2142,2844 +"150121",42813,27908,3,2142,2576 +"150122",42813,27914,3,2142,2507 +"150123",42813,28869,3,2142,2425 +"150124",42813,29977,3,2142,2781 +"150125",42813,33341,3,2142,2338 +"150126",42813,35980,3,2142,2657 +"150127",42813,36270,3,2142,2910 +"150128",42813,36953,2,2142,2790 +"150129",42813,37636,3,2142,2178 +"150130",42813,39534,3,2142,2410 +"150131",42813,40035,3,2142,2742 +"150132",42813,40572,2,2142,2666 +"150133",42813,43673,3,2142,2787 +"150134",42813,44433,3,2142,2224 +"150135",42813,44603,3,2142,2748 +"150136",42813,45729,3,2142,2606 +"150137",42813,47595,3,2142,2374 +"150138",42813,50480,3,2142,2701 +"150139",42813,50585,3,2142,2414 +"150140",42813,51265,3,2142,2670 +"150141",42813,51783,3,2142,2599 +"150142",42813,52483,3,2142,2317 +"150143",42813,53739,3,2142,2704 +"150144",42813,54775,3,2142,2383 +"150145",42813,56910,3,2142,2705 +"150146",42813,58521,2,2142,2950 +"150147",42813,61585,3,2142,2315 +"150148",42813,63395,2,2142,2334 +"150149",42813,66677,3,2142,2151 +"150150",42813,74204,3,2142,2463 +"150151",42814,1386,3,1149,1901 +"150152",42814,9030,3,1149,1979 +"150153",42814,11419,3,1149,1408 +"150154",42814,14669,3,1149,2080 +"150155",42814,15343,2,1149,2125 +"150156",42814,16029,3,1149,1160 +"150157",42814,17021,3,1149,1226 +"150158",42814,21092,3,1149,1643 +"150159",42814,21417,2,1149,2422 +"150160",42814,24608,2,1149,1630 +"150161",42814,34311,3,1149,2213 +"150162",42814,38038,3,1149,2686 +"150163",42814,38908,3,1149,1787 +"150164",42814,42618,3,1149,2316 +"150165",42814,45664,2,1149,2235 +"150166",42814,48820,3,1149,2769 +"150167",42814,49998,3,1149,2761 +"150168",42814,70046,3,1149,2624 +"150169",42814,73266,3,1149,2496 +"150170",42814,77057,2,1149,1866 +"150171",42814,77095,2,1149,1622 +"150172",42814,80942,3,1149,1240 +"150173",42814,84039,2,1149,1335 +"150174",42814,87198,2,1149,1462 +"150175",42814,119731,3,1149,1208 +"150176",42837,2,3,1096,2796 +"150177",42837,21,3,1096,1385 +"150178",42837,160,3,1096,2007 +"150179",42837,270,3,1096,2542 +"150180",42837,341,3,1096,2689 +"150181",42837,854,3,1096,2307 +"150182",42837,1108,3,1096,1600 +"150183",42837,1150,3,1096,1595 +"150184",42837,1520,2,1096,1716 +"150185",42837,2111,2,1096,1904 +"150186",42837,2424,3,1096,2582 +"150187",42837,2894,2,1096,1291 +"150188",42837,3492,3,1096,2117 +"150189",42837,3495,3,1096,2431 +"150190",42837,3819,3,1096,1583 +"150191",42837,4360,3,1096,1770 +"150192",42837,5346,3,1096,1438 +"150193",42837,5392,2,1096,1648 +"150194",42837,5615,1,1096,1105 +"150195",42837,5971,3,1096,1985 +"150196",42837,6162,3,1096,1673 +"150197",42837,6192,3,1096,2409 +"150198",42837,6222,3,1096,1949 +"150199",42837,6449,3,1096,1997 +"150200",42837,6588,2,1096,2025 +"150201",42837,7406,3,1096,1906 +"150202",42837,7597,3,1096,2037 +"150203",42837,7616,3,1096,2296 +"150204",42837,7703,3,1096,2122 +"150205",42837,8274,3,1096,1909 +"150206",42837,8327,3,1096,2527 +"150207",42837,9227,3,1096,1267 +"150208",42837,9311,3,1096,2477 +"150209",42837,9331,3,1096,2269 +"150210",42837,9423,3,1096,1708 +"150211",42837,10215,3,1096,2006 +"150212",42837,10488,3,1096,1524 +"150213",42837,10523,3,1096,1510 +"150214",42837,10857,3,1096,2253 +"150215",42837,11218,3,1096,2292 +"150216",42837,11229,3,1096,1625 +"150217",42837,11585,3,1096,1817 +"150218",42837,11770,3,1096,1653 +"150219",42837,12388,2,1096,1975 +"150220",42837,12639,3,1096,1141 +"150221",42837,12943,3,1096,1902 +"150222",42837,13158,3,1096,2667 +"150223",42837,13307,3,1096,2206 +"150224",42837,13720,3,1096,1558 +"150225",42837,13808,3,1096,1356 +"150226",42837,14586,1,1096,2801 +"150227",42837,14959,3,1096,2898 +"150228",42837,15106,3,1096,2286 +"150229",42837,15444,1,1096,2764 +"150230",42837,16195,3,1096,2964 +"150231",42837,16539,3,1096,1947 +"150232",42837,17027,3,1096,2772 +"150233",42837,17097,3,1096,1505 +"150234",42837,17351,2,1096,2036 +"150235",42837,17400,3,1096,2231 +"150236",42837,17632,3,1096,1947 +"150237",42837,17645,3,1096,1918 +"150238",42837,17938,3,1096,1410 +"150239",42837,18165,2,1096,2085 +"150240",42837,18394,3,1096,2356 +"150241",42837,19317,2,1096,2041 +"150242",42837,19622,3,1096,2371 +"150243",42837,20067,3,1096,2390 +"150244",42837,20331,3,1096,2365 +"150245",42837,20984,3,1096,2502 +"150246",42837,21012,3,1096,2325 +"150247",42837,21248,1,1096,2232 +"150248",42837,21275,3,1096,2609 +"150249",42837,22403,3,1096,1630 +"150250",42837,23015,3,1096,1362 +"150251",42837,23268,2,1096,2258 +"150252",42837,23460,3,1096,2183 +"150253",42837,23526,3,1096,1998 +"150254",42837,23715,3,1096,1859 +"150255",42837,24085,3,1096,1253 +"150256",42837,24256,3,1096,2393 +"150257",42837,26848,3,1096,2363 +"150258",42837,26974,3,1096,1672 +"150259",42837,27642,3,1096,1531 +"150260",42837,28383,3,1096,1222 +"150261",42837,28579,3,1096,1722 +"150262",42837,28626,3,1096,2842 +"150263",42837,29073,3,1096,2328 +"150264",42837,29884,3,1096,1239 +"150265",42837,29930,3,1096,2240 +"150266",42837,29997,3,1096,1789 +"150267",42837,30236,3,1096,2238 +"150268",42837,30262,3,1096,1715 +"150269",42837,30368,3,1096,2487 +"150270",42837,30405,3,1096,2164 +"150271",42837,30798,3,1096,1398 +"150272",42837,31541,3,1096,1500 +"150273",42837,31705,3,1096,2706 +"150274",42837,37522,3,1096,1270 +"150275",42837,37752,3,1096,2223 +"150276",42837,38921,3,1096,1880 +"150277",42837,39875,3,1096,2422 +"150278",42837,40028,2,1096,1349 +"150279",42837,40072,3,1096,1182 +"150280",42837,40537,3,1096,1284 +"150281",42837,40646,3,1096,1583 +"150282",42837,41682,2,1096,1988 +"150283",42837,41900,3,1096,1970 +"150284",42837,41945,3,1096,2856 +"150285",42837,42331,3,1096,1585 +"150286",42837,43455,3,1096,2846 +"150287",42837,44521,3,1096,1593 +"150288",42837,44688,3,1096,2924 +"150289",42837,45684,3,1096,2200 +"150290",42837,46042,3,1096,1692 +"150291",42837,46043,3,1096,1358 +"150292",42837,46629,2,1096,2255 +"150293",42837,47803,3,1096,2477 +"150294",42837,49470,3,1096,1528 +"150295",42837,50236,3,1096,2339 +"150296",42837,50430,3,1096,1689 +"150297",42837,50480,3,1096,2701 +"150298",42837,51016,3,1096,1141 +"150299",42837,52136,3,1096,1412 +"150300",42837,52892,3,1096,2372 +"150301",42837,53303,3,1096,1376 +"150302",42837,54879,3,1096,2210 +"150303",42837,55076,3,1096,2408 +"150304",42837,55580,3,1096,1942 +"150305",42837,56082,3,1096,2395 +"150306",42837,56237,3,1096,2625 +"150307",42837,57394,2,1096,1271 +"150308",42837,61242,2,1096,1650 +"150309",42837,61982,3,1096,2725 +"150310",42837,65242,2,1096,1988 +"150311",42837,68876,3,1096,1397 +"150312",42837,69232,3,1096,2130 +"150313",42837,72207,3,1096,2430 +"150314",42837,72326,3,1096,2384 +"150315",42837,79013,1,1096,1441 +"150316",42837,80764,3,1096,1808 +"150317",42837,80979,3,1096,1142 +"150318",42837,82270,3,1096,1641 +"150319",42837,85356,3,1096,1492 +"150320",42852,2226,2,1316,2225 +"150321",42852,2351,1,1316,1868 +"150322",42852,2418,3,1316,2020 +"150323",42852,3770,3,1316,2623 +"150324",42852,7252,3,1316,2799 +"150325",42852,7942,3,1316,2623 +"150326",42852,14915,3,1316,2606 +"150327",42852,14998,3,1316,1553 +"150328",42852,15826,3,1316,2772 +"150329",42852,16176,3,1316,2703 +"150330",42852,20395,3,1316,1468 +"150331",42852,23154,3,1316,2345 +"150332",42852,29436,3,1316,1718 +"150333",42852,35133,3,1316,2219 +"150334",42852,45355,3,1316,1450 +"150335",42852,46261,3,1316,2350 +"150336",42852,46982,3,1316,2806 +"150337",42852,51250,3,1316,2683 +"150338",42852,60258,3,1316,2405 +"150339",42852,61240,3,1316,2651 +"150340",42852,61337,3,1316,2777 +"150341",42852,67815,3,1316,2476 +"150342",42852,76143,3,1316,1610 +"150343",42852,76507,3,1316,1437 +"150344",42864,750,2,1151,1327 +"150345",42864,854,3,1151,2307 +"150346",42864,1124,3,1151,1596 +"150347",42864,2484,3,1151,2389 +"150348",42864,12728,3,1151,2374 +"150349",42864,23268,3,1151,2258 +"150350",42864,25241,3,1151,1233 +"150351",42864,31700,3,1151,2727 +"150352",42864,32173,3,1151,2341 +"150353",42864,37937,3,1151,1320 +"150354",42864,42175,3,1151,1594 +"150355",42864,47362,3,1151,2253 +"150356",42864,54100,3,1151,1327 +"150357",42864,94444,3,1151,1554 +"150358",42883,10200,3,2575,2920 +"150359",42883,24086,3,2575,2663 +"150360",42883,37342,3,2575,2649 +"150361",42906,3695,2,1748,2612 +"150362",42906,18874,3,1748,2170 +"150363",42906,49998,3,1748,2761 +"150364",42914,1692,3,1737,2443 +"150365",42914,2093,2,1737,2459 +"150366",42914,3317,1,1737,2037 +"150367",42914,5055,3,1737,1796 +"150368",42914,6824,3,1737,2680 +"150369",42914,7443,3,1737,2028 +"150370",42914,8062,3,1737,2858 +"150371",42914,9861,3,1737,2680 +"150372",42914,10638,3,1737,2692 +"150373",42914,10964,3,1737,2043 +"150374",42914,11067,3,1737,2734 +"150375",42914,11506,3,1737,2824 +"150376",42914,12577,3,1737,2530 +"150377",42914,14915,3,1737,2606 +"150378",42914,15095,3,1737,2001 +"150379",42914,16205,3,1737,2630 +"150380",42914,16594,3,1737,1755 +"150381",42914,16835,3,1737,1739 +"150382",42914,18571,3,1737,2128 +"150383",42914,22297,3,1737,1904 +"150384",42914,23121,2,1737,2108 +"150385",42914,25373,3,1737,2783 +"150386",42914,29311,3,1737,1849 +"150387",42914,29578,3,1737,1957 +"150388",42914,33186,3,1737,2240 +"150389",42914,33470,3,1737,2003 +"150390",42914,35620,3,1737,2092 +"150391",42914,36120,3,1737,2971 +"150392",42914,46385,3,1737,2225 +"150393",42914,46951,3,1737,2429 +"150394",42914,59039,3,1737,2870 +"150395",42914,75607,2,1737,2245 +"150396",42914,78384,2,1737,1762 +"150397",42914,79596,3,1737,2004 +"150398",42914,83838,3,1737,2263 +"150399",42914,111034,2,1737,2131 +"150400",42925,42,3,1358,2265 +"150401",42925,145,3,1358,1998 +"150402",42925,180,2,1358,1593 +"150403",42925,669,3,1358,1423 +"150404",42925,913,3,1358,2144 +"150405",42925,10859,3,1358,2231 +"150406",42925,10870,3,1358,1755 +"150407",42925,13586,2,1358,2966 +"150408",42925,15700,2,1358,1712 +"150409",42925,17906,3,1358,1940 +"150410",42925,24405,3,1358,1443 +"150411",42925,29929,2,1358,2789 +"150412",42925,29930,3,1358,2240 +"150413",42925,29941,2,1358,1986 +"150414",42925,29982,1,1358,1372 +"150415",42925,31235,3,1358,2668 +"150416",42925,35815,2,1358,2789 +"150417",42925,35888,3,1358,2291 +"150418",42925,46233,3,1358,1475 +"150419",42925,49560,3,1358,1679 +"150420",42925,56082,3,1358,2395 +"150421",42925,57842,3,1358,2482 +"150422",42935,19027,3,2400,2721 +"150423",42935,34158,3,2400,2639 +"150424",42935,51319,3,2400,2488 +"150425",42948,687,3,101,1664 +"150426",42948,782,3,101,945 +"150427",42948,900,3,101,2726 +"150428",42948,1108,3,101,1600 +"150429",42948,2057,3,101,1965 +"150430",42948,2668,3,101,1529 +"150431",42948,3271,3,101,2216 +"150432",42948,5317,3,101,2063 +"150433",42948,5833,3,101,197 +"150434",42948,6479,3,101,1021 +"150435",42948,6821,3,101,1788 +"150436",42948,7785,3,101,2441 +"150437",42948,8140,3,101,1262 +"150438",42948,8642,1,101,150 +"150439",42948,9552,3,101,1947 +"150440",42948,10223,1,101,1033 +"150441",42948,11629,2,101,120 +"150442",42948,14586,2,101,2801 +"150443",42948,15462,3,101,1141 +"150444",42948,16437,3,101,1956 +"150445",42948,16776,3,101,1565 +"150446",42948,17329,3,101,150 +"150447",42948,17687,1,101,593 +"150448",42948,18978,3,101,952 +"150449",42948,19406,2,101,619 +"150450",42948,19516,3,101,2313 +"150451",42948,20176,3,101,1050 +"150452",42948,20363,3,101,279 +"150453",42948,21772,3,101,663 +"150454",42948,22722,3,101,1233 +"150455",42948,23015,1,101,1362 +"150456",42948,26124,3,101,2356 +"150457",42948,27255,3,101,1232 +"150458",42948,27722,3,101,1266 +"150459",42948,28051,3,101,2089 +"150460",42948,28446,3,101,917 +"150461",42948,28893,3,101,2764 +"150462",42948,28896,3,101,1395 +"150463",42948,29667,3,101,531 +"150464",42948,30618,3,101,1609 +"150465",42948,31541,3,101,1500 +"150466",42948,32532,3,101,2338 +"150467",42948,32560,3,101,1258 +"150468",42948,32651,2,101,877 +"150469",42948,33665,3,101,787 +"150470",42948,35797,3,101,2482 +"150471",42948,36031,3,101,2342 +"150472",42948,37752,2,101,2223 +"150473",42948,38373,3,101,1928 +"150474",42948,38676,3,101,2286 +"150475",42948,39443,2,101,2277 +"150476",42948,39746,3,101,1361 +"150477",42948,39875,1,101,2422 +"150478",42948,41187,3,101,2340 +"150479",42948,41718,3,101,804 +"150480",42948,42837,3,101,1096 +"150481",42948,44749,3,101,1303 +"150482",42948,45904,3,101,1011 +"150483",42948,46662,3,101,207 +"150484",42948,47889,3,101,992 +"150485",42948,47968,3,101,2829 +"150486",42948,48215,3,101,2028 +"150487",42948,51879,3,101,1771 +"150488",42948,52879,3,101,777 +"150489",42948,57180,3,101,2703 +"150490",42948,57356,3,101,2476 +"150491",42948,57394,3,101,1271 +"150492",42948,58015,3,101,899 +"150493",42948,59039,3,101,2870 +"150494",42948,59485,3,101,1564 +"150495",42948,59506,3,101,983 +"150496",42948,60258,3,101,2405 +"150497",42948,60536,1,101,151 +"150498",42948,65188,3,101,2213 +"150499",42948,65696,3,101,998 +"150500",42948,66118,3,101,121 +"150501",42948,66978,1,101,1536 +"150502",42948,69131,3,101,2122 +"150503",42948,69788,2,101,2007 +"150504",42948,72062,2,101,156 +"150505",42948,72438,3,101,1397 +"150506",42948,74149,3,101,1322 +"150507",42948,77077,3,101,2693 +"150508",42948,77377,3,101,1487 +"150509",42948,78569,3,101,578 +"150510",42948,80219,3,101,988 +"150511",42948,84447,3,101,1006 +"150512",42948,86580,3,101,696 +"150513",42948,87907,3,101,1173 +"150514",42948,90658,3,101,523 +"150515",42948,90745,3,101,1994 +"150516",42948,98058,3,101,1891 +"150517",42948,115078,2,101,697 +"150518",42948,119978,3,101,815 +"150519",42948,120363,3,101,322 +"150520",42956,2282,3,932,2056 +"150521",42956,6345,2,932,2713 +"150522",42956,7604,3,932,1366 +"150523",42956,8607,3,932,1685 +"150524",42956,9724,1,932,2713 +"150525",42956,10701,3,932,2000 +"150526",42956,13595,3,932,1164 +"150527",42956,14470,3,932,2632 +"150528",42956,14957,3,932,2306 +"150529",42956,15782,3,932,2306 +"150530",42956,17499,3,932,2954 +"150531",42956,22357,3,932,1397 +"150532",42956,23550,2,932,2939 +"150533",42956,26597,3,932,2070 +"150534",42956,28648,3,932,1586 +"150535",42956,32350,1,932,1540 +"150536",42956,35041,3,932,1311 +"150537",42956,36399,3,932,1357 +"150538",42956,37684,2,932,2899 +"150539",42956,38458,3,932,1368 +"150540",42956,43701,3,932,2400 +"150541",42956,47607,3,932,2724 +"150542",42956,50468,3,932,1659 +"150543",42956,53652,2,932,2899 +"150544",42956,76450,2,932,1077 +"150545",42956,84235,3,932,1639 +"150546",42967,2418,3,512,2020 +"150547",42967,2852,3,512,2448 +"150548",42967,4669,3,512,2395 +"150549",42967,5912,3,512,2257 +"150550",42967,7252,2,512,2799 +"150551",42967,8029,3,512,1859 +"150552",42967,10210,3,512,1905 +"150553",42967,11563,3,512,1863 +"150554",42967,12781,3,512,831 +"150555",42967,16286,3,512,2470 +"150556",42967,16501,3,512,1650 +"150557",42967,17484,3,512,1256 +"150558",42967,21755,3,512,817 +"150559",42967,33341,3,512,2338 +"150560",42967,35715,3,512,2912 +"150561",42967,42813,3,512,2142 +"150562",42967,45869,3,512,2840 +"150563",42967,48238,3,512,1194 +"150564",42967,50278,3,512,1127 +"150565",42967,76143,3,512,1610 +"150566",42967,76971,3,512,2145 +"150567",42998,916,3,1978,2718 +"150568",42998,5414,3,1978,2321 +"150569",42998,15150,3,1978,2801 +"150570",42998,16690,3,1978,2132 +"150571",42998,18610,3,1978,2141 +"150572",42998,23739,3,1978,2463 +"150573",42998,32079,2,1978,2315 +"150574",42998,43524,3,1978,2572 +"150575",42998,49415,3,1978,2654 +"150576",42998,49913,3,1978,2444 +"150577",42998,55405,3,1978,2788 +"150578",42998,76505,3,1978,2123 +"150579",42998,94339,3,1978,2768 +"150580",43021,1519,3,943,2349 +"150581",43021,2852,3,943,2448 +"150582",43021,6432,3,943,2297 +"150583",43021,7206,3,943,1959 +"150584",43021,10239,3,943,2032 +"150585",43021,20941,3,943,2725 +"150586",43021,27686,3,943,2844 +"150587",43021,39746,3,943,1361 +"150588",43021,41581,3,943,1692 +"150589",43021,50630,3,943,2615 +"150590",43021,56669,2,943,2924 +"150591",43021,70583,3,943,2615 +"150592",43023,2747,3,181,2411 +"150593",43023,3716,3,181,1679 +"150594",43023,5346,3,181,1438 +"150595",43023,7579,3,181,1624 +"150596",43023,10304,3,181,302 +"150597",43023,15207,3,181,1855 +"150598",43023,18550,3,181,483 +"150599",43023,20049,3,181,877 +"150600",43023,23679,3,181,934 +"150601",43023,30016,3,181,1124 +"150602",43023,30981,3,181,2366 +"150603",43023,40113,3,181,451 +"150604",43023,49677,3,181,1222 +"150605",43023,53752,3,181,249 +"150606",43023,54388,1,181,1257 +"150607",43023,57842,3,181,2482 +"150608",43023,94520,3,181,1243 +"150609",43027,6241,3,1277,2264 +"150610",43027,9332,3,1277,2734 +"150611",43027,13068,3,1277,1778 +"150612",43027,16502,3,1277,1616 +"150613",43027,39278,3,1277,1952 +"150614",43027,49712,2,1277,1937 +"150615",43027,93481,3,1277,2311 +"150616",43046,1090,3,419,2370 +"150617",43046,1127,3,419,1188 +"150618",43046,1321,3,419,2075 +"150619",43046,1592,2,419,2006 +"150620",43046,1676,3,419,1198 +"150621",43046,1691,3,419,1941 +"150622",43046,1985,3,419,888 +"150623",43046,2011,2,419,2176 +"150624",43046,2166,3,419,2557 +"150625",43046,2208,3,419,2814 +"150626",43046,3040,3,419,1446 +"150627",43046,4317,3,419,1224 +"150628",43046,4932,3,419,2752 +"150629",43046,5018,3,419,640 +"150630",43046,5258,3,419,2730 +"150631",43046,5714,3,419,534 +"150632",43046,5716,3,419,1058 +"150633",43046,5849,3,419,2404 +"150634",43046,6252,3,419,2336 +"150635",43046,6390,3,419,2385 +"150636",43046,7672,3,419,1974 +"150637",43046,8537,3,419,472 +"150638",43046,9311,3,419,2477 +"150639",43046,11966,3,419,2385 +"150640",43046,13979,3,419,1559 +"150641",43046,14032,3,419,2144 +"150642",43046,14108,3,419,2012 +"150643",43046,14669,3,419,2080 +"150644",43046,14676,3,419,2764 +"150645",43046,14731,3,419,2012 +"150646",43046,15301,3,419,2308 +"150647",43046,15607,3,419,1421 +"150648",43046,16352,3,419,2657 +"150649",43046,18502,3,419,1033 +"150650",43046,18543,3,419,2968 +"150651",43046,19248,3,419,2357 +"150652",43046,19637,3,419,1229 +"150653",43046,19718,3,419,1702 +"150654",43046,20407,3,419,2339 +"150655",43046,21571,3,419,2755 +"150656",43046,23159,3,419,1548 +"150657",43046,23403,3,419,607 +"150658",43046,23787,3,419,2810 +"150659",43046,24198,3,419,2217 +"150660",43046,26106,3,419,2015 +"150661",43046,26608,3,419,2329 +"150662",43046,26629,3,419,1824 +"150663",43046,27849,3,419,1316 +"150664",43046,28296,3,419,2944 +"150665",43046,28782,3,419,2272 +"150666",43046,28808,3,419,1063 +"150667",43046,29224,3,419,2011 +"150668",43046,29308,3,419,2094 +"150669",43046,29750,2,419,689 +"150670",43046,29948,3,419,2795 +"150671",43046,30411,2,419,630 +"150672",43046,31001,3,419,2119 +"150673",43046,31700,3,419,2727 +"150674",43046,32567,3,419,2784 +"150675",43046,33356,3,419,1586 +"150676",43046,34311,2,419,2213 +"150677",43046,34314,3,419,630 +"150678",43046,34735,3,419,2767 +"150679",43046,35041,3,419,1311 +"150680",43046,35464,2,419,2502 +"150681",43046,37937,3,419,1320 +"150682",43046,38728,2,419,851 +"150683",43046,40226,3,419,880 +"150684",43046,40488,3,419,486 +"150685",43046,41085,3,419,637 +"150686",43046,42619,2,419,2017 +"150687",43046,43173,3,419,2895 +"150688",43046,43635,3,419,1196 +"150689",43046,44427,3,419,2875 +"150690",43046,45299,3,419,2426 +"150691",43046,46621,2,419,1343 +"150692",43046,47585,3,419,794 +"150693",43046,49301,2,419,1894 +"150694",43046,50235,3,419,726 +"150695",43046,50269,3,419,1966 +"150696",43046,50382,3,419,2244 +"150697",43046,52323,3,419,2148 +"150698",43046,52327,3,419,1472 +"150699",43046,53789,3,419,2681 +"150700",43046,55155,3,419,2333 +"150701",43046,56116,2,419,1321 +"150702",43046,57714,3,419,1391 +"150703",43046,59786,3,419,605 +"150704",43046,61689,3,419,1309 +"150705",43046,61785,2,419,822 +"150706",43046,66241,3,419,2351 +"150707",43046,68215,3,419,2727 +"150708",43046,69067,3,419,626 +"150709",43046,69257,2,419,1402 +"150710",43046,70854,3,419,635 +"150711",43046,71274,3,419,2390 +"150712",43046,74605,3,419,2265 +"150713",43046,75025,3,419,717 +"150714",43046,75921,3,419,517 +"150715",43046,76127,3,419,910 +"150716",43046,79657,3,419,1260 +"150717",43046,82735,3,419,829 +"150718",43046,88232,3,419,2881 +"150719",43046,89880,3,419,1938 +"150720",43046,92592,3,419,486 +"150721",43046,92817,2,419,569 +"150722",43046,93398,3,419,828 +"150723",43046,95288,3,419,1602 +"150724",43046,99953,3,419,581 +"150725",43046,100215,3,419,2436 +"150726",43046,100432,3,419,1358 +"150727",43046,101347,3,419,1335 +"150728",43046,101967,3,419,691 +"150729",43046,102731,3,419,630 +"150730",43046,105207,3,419,451 +"150731",43046,106555,3,419,1626 +"150732",43046,108430,3,419,1642 +"150733",43046,108709,3,419,462 +"150734",43051,307,3,904,2530 +"150735",43051,2269,3,904,984 +"150736",43051,2424,3,904,2582 +"150737",43051,4226,3,904,1903 +"150738",43051,4317,3,904,1224 +"150739",43051,4701,3,904,2401 +"150740",43051,4790,2,904,1025 +"150741",43051,4791,2,904,1184 +"150742",43051,6718,3,904,2138 +"150743",43051,7555,3,904,1943 +"150744",43051,12728,3,904,2374 +"150745",43051,12863,3,904,2027 +"150746",43051,15005,3,904,1415 +"150747",43051,15343,3,904,2125 +"150748",43051,17852,3,904,2840 +"150749",43051,18707,3,904,1143 +"150750",43051,19719,3,904,2177 +"150751",43051,20287,3,904,1099 +"150752",43051,20311,3,904,1981 +"150753",43051,21122,3,904,1701 +"150754",43051,21197,3,904,1437 +"150755",43051,21198,2,904,935 +"150756",43051,21285,3,904,2100 +"150757",43051,22282,3,904,1418 +"150758",43051,22331,3,904,2687 +"150759",43051,22362,3,904,1836 +"150760",43051,23450,3,904,967 +"150761",43051,23508,3,904,1907 +"150762",43051,23509,3,904,2275 +"150763",43051,24755,3,904,1319 +"150764",43051,26451,2,904,2133 +"150765",43051,26749,3,904,2965 +"150766",43051,27175,3,904,1447 +"150767",43051,27390,3,904,2425 +"150768",43051,27792,3,904,1308 +"150769",43051,27849,2,904,1316 +"150770",43051,29987,3,904,956 +"150771",43051,32601,3,904,1033 +"150772",43051,35095,3,904,1502 +"150773",43051,38019,3,904,1870 +"150774",43051,42618,2,904,2316 +"150775",43051,42687,3,904,1952 +"150776",43051,43385,3,904,1623 +"150777",43051,44636,3,904,1026 +"150778",43051,48414,3,904,1749 +"150779",43051,50075,3,904,1026 +"150780",43051,50685,3,904,2008 +"150781",43051,51810,3,904,1401 +"150782",43051,52058,3,904,1836 +"150783",43051,52576,3,904,2234 +"150784",43051,55468,1,904,2511 +"150785",43051,57405,3,904,2344 +"150786",43051,57950,3,904,1529 +"150787",43051,58133,3,904,1484 +"150788",43051,58508,3,904,2326 +"150789",43051,58652,3,904,1437 +"150790",43051,62488,3,904,1418 +"150791",43051,64181,3,904,1828 +"150792",43051,66860,3,904,1548 +"150793",43051,70603,3,904,1002 +"150794",43051,71342,3,904,1289 +"150795",43051,72956,3,904,1251 +"150796",43051,75948,2,904,1006 +"150797",43051,76127,3,904,910 +"150798",43051,77305,3,904,965 +"150799",43051,78270,3,904,1171 +"150800",43051,79322,3,904,2770 +"150801",43051,81588,3,904,1568 +"150802",43051,82426,3,904,1576 +"150803",43051,82949,3,904,2077 +"150804",43051,89097,3,904,935 +"150805",43051,103721,3,904,1030 +"150806",43058,2979,2,1608,2912 +"150807",43058,11990,3,1608,1909 +"150808",43058,56569,3,1608,1993 +"150809",43075,5018,3,114,640 +"150810",43075,14108,3,114,2012 +"150811",43075,14676,3,114,2764 +"150812",43075,31700,3,114,2727 +"150813",43075,34314,3,114,630 +"150814",43075,37937,3,114,1320 +"150815",43075,50235,3,114,726 +"150816",43075,56116,3,114,1321 +"150817",43075,66971,3,114,2299 +"150818",43075,67607,3,114,528 +"150819",43075,70854,3,114,635 +"150820",43075,92592,3,114,486 +"150821",43075,101347,3,114,1335 +"150822",43077,2894,3,884,1291 +"150823",43077,3068,3,884,1815 +"150824",43077,3477,3,884,2546 +"150825",43077,3886,3,884,1669 +"150826",43077,4226,3,884,1903 +"150827",43077,5392,3,884,1648 +"150828",43077,5615,3,884,1105 +"150829",43077,6063,3,884,2349 +"150830",43077,12388,2,884,1975 +"150831",43077,12779,2,884,936 +"150832",43077,13899,3,884,2650 +"150833",43077,15444,2,884,2764 +"150834",43077,18217,3,884,1566 +"150835",43077,19069,2,884,988 +"150836",43077,19317,2,884,2041 +"150837",43077,21248,3,884,2232 +"150838",43077,21275,1,884,2609 +"150839",43077,22025,2,884,1591 +"150840",43077,22057,2,884,974 +"150841",43077,29884,1,884,1239 +"150842",43077,30798,2,884,1398 +"150843",43077,33223,3,884,2397 +"150844",43077,37301,3,884,2160 +"150845",43077,40542,3,884,1664 +"150846",43077,40565,3,884,2115 +"150847",43077,42837,3,884,1096 +"150848",43077,58164,3,884,2398 +"150849",43077,61242,3,884,1650 +"150850",43077,77077,3,884,2693 +"150851",43077,82009,3,884,1020 +"150852",43077,83218,2,884,1537 +"150853",43077,97768,3,884,1500 +"150854",43094,23139,3,220,2644 +"150855",43094,76396,3,220,1731 +"150856",43094,85736,3,220,1601 +"150857",43110,4612,3,375,2804 +"150858",43110,5599,3,375,1684 +"150859",43110,6758,3,375,1431 +"150860",43110,8354,3,375,1705 +"150861",43110,12067,3,375,1213 +"150862",43110,16959,3,375,888 +"150863",43110,18965,2,375,2315 +"150864",43110,19433,2,375,2504 +"150865",43110,20395,3,375,1468 +"150866",43110,20494,3,375,1075 +"150867",43110,27897,3,375,1968 +"150868",43110,32606,3,375,2100 +"150869",43110,34472,3,375,837 +"150870",43110,35004,2,375,1509 +"150871",43110,35715,3,375,2912 +"150872",43110,36514,3,375,1192 +"150873",43110,39062,3,375,2020 +"150874",43110,53924,3,375,1289 +"150875",43110,55324,3,375,1544 +"150876",43110,61337,1,375,2777 +"150877",43110,65856,3,375,2504 +"150878",43110,66677,3,375,2151 +"150879",43110,68345,3,375,1095 +"150880",43110,72348,3,375,1810 +"150881",43110,80606,2,375,2079 +"150882",43110,83047,3,375,449 +"150883",43110,102016,3,375,1649 +"150884",43110,104098,3,375,512 +"150885",43110,111955,3,375,504 +"150886",43112,21138,3,2564,2849 +"150887",43114,7127,3,1537,2352 +"150888",43114,20259,3,1537,2751 +"150889",43114,20893,2,1537,2695 +"150890",43115,13099,3,1500,1547 +"150891",43115,26336,3,1500,1904 +"150892",43115,38259,3,1500,2258 +"150893",43135,360,2,1171,1671 +"150894",43135,1782,2,1171,2796 +"150895",43135,5315,3,1171,2631 +"150896",43135,6417,3,1171,1675 +"150897",43135,11127,3,1171,1196 +"150898",43135,11218,3,1171,2292 +"150899",43135,13929,3,1171,2693 +"150900",43135,16587,2,1171,2065 +"150901",43135,18554,3,1171,2065 +"150902",43135,22260,3,1171,2137 +"150903",43135,24066,3,1171,1755 +"150904",43135,24169,3,1171,1663 +"150905",43135,27130,3,1171,1880 +"150906",43135,29864,3,1171,2479 +"150907",43135,29930,3,1171,2240 +"150908",43135,30150,3,1171,1704 +"150909",43135,37758,1,1171,1998 +"150910",43135,37873,3,1171,1288 +"150911",43135,41955,3,1171,2479 +"150912",43135,42486,3,1171,1951 +"150913",43135,53134,2,1171,1590 +"150914",43135,54929,3,1171,2783 +"150915",43135,62488,3,1171,1418 +"150916",43135,77424,3,1171,1489 +"150917",43135,93933,2,1171,1336 +"150918",43153,23,3,1381,1682 +"150919",43153,1639,3,1381,2631 +"150920",43153,2684,3,1381,2874 +"150921",43153,6324,2,1381,1990 +"150922",43153,6417,3,1381,1675 +"150923",43153,7087,3,1381,2356 +"150924",43153,8525,3,1381,1787 +"150925",43153,9808,3,1381,1648 +"150926",43153,11218,3,1381,2292 +"150927",43153,12356,2,1381,2757 +"150928",43153,14325,2,1381,1976 +"150929",43153,14652,3,1381,2516 +"150930",43153,15301,3,1381,2308 +"150931",43153,16352,3,1381,2657 +"150932",43153,17033,3,1381,2771 +"150933",43153,18348,3,1381,1711 +"150934",43153,18563,3,1381,2715 +"150935",43153,20659,3,1381,1969 +"150936",43153,21225,2,1381,1945 +"150937",43153,23310,3,1381,2371 +"150938",43153,24146,3,1381,2003 +"150939",43153,26031,3,1381,1397 +"150940",43153,26793,1,1381,2104 +"150941",43153,32503,3,1381,2020 +"150942",43153,32694,3,1381,1602 +"150943",43153,36609,3,1381,2918 +"150944",43153,36691,3,1381,1903 +"150945",43153,36962,3,1381,2861 +"150946",43153,37333,3,1381,1612 +"150947",43153,37400,2,1381,2860 +"150948",43153,40931,3,1381,2301 +"150949",43153,44420,3,1381,2184 +"150950",43153,44521,3,1381,1593 +"150951",43153,45618,3,1381,2356 +"150952",43153,45650,3,1381,1528 +"150953",43153,53134,3,1381,1590 +"150954",43153,54020,3,1381,1578 +"150955",43153,54929,3,1381,2783 +"150956",43153,56604,3,1381,1919 +"150957",43153,56893,3,1381,2597 +"150958",43153,77550,3,1381,1548 +"150959",43153,95011,3,1381,1986 +"150960",43159,160,3,512,2007 +"150961",43159,2418,3,512,2020 +"150962",43159,2576,3,512,1307 +"150963",43159,2852,3,512,2448 +"150964",43159,4669,3,512,2395 +"150965",43159,5484,3,512,582 +"150966",43159,5912,3,512,2257 +"150967",43159,6119,3,512,2358 +"150968",43159,7252,2,512,2799 +"150969",43159,8029,3,512,1859 +"150970",43159,8568,3,512,2706 +"150971",43159,9787,3,512,2858 +"150972",43159,10336,3,512,2271 +"150973",43159,10739,3,512,1807 +"150974",43159,10803,3,512,545 +"150975",43159,11563,3,512,1863 +"150976",43159,11990,3,512,1909 +"150977",43159,12781,3,512,831 +"150978",43159,14287,3,512,1583 +"150979",43159,14520,3,512,634 +"150980",43159,16286,2,512,2470 +"150981",43159,16501,3,512,1650 +"150982",43159,17033,3,512,2771 +"150983",43159,17351,3,512,2036 +"150984",43159,17484,3,512,1256 +"150985",43159,21755,3,512,817 +"150986",43159,23131,3,512,1732 +"150987",43159,26551,3,512,652 +"150988",43159,27642,3,512,1531 +"150989",43159,27742,3,512,2700 +"150990",43159,27914,3,512,2507 +"150991",43159,28869,3,512,2425 +"150992",43159,28904,3,512,926 +"150993",43159,30525,3,512,1964 +"150994",43159,31753,3,512,1514 +"150995",43159,32560,3,512,1258 +"150996",43159,32739,3,512,875 +"150997",43159,33341,3,512,2338 +"150998",43159,41581,3,512,1692 +"150999",43159,41633,3,512,1976 +"151000",43159,42813,3,512,2142 +"151001",43159,45869,3,512,2840 +"151002",43159,50278,3,512,1127 +"151003",43159,58521,3,512,2950 +"151004",43159,61125,3,512,1673 +"151005",43159,66677,3,512,2151 +"151006",43159,70455,3,512,1307 +"151007",43159,72632,3,512,1289 +"151008",43159,76143,3,512,1610 +"151009",43159,76369,3,512,583 +"151010",43159,91806,3,512,969 +"151011",43169,135,3,594,2233 +"151012",43169,270,3,594,2542 +"151013",43169,1124,3,594,1596 +"151014",43169,2077,3,594,610 +"151015",43169,2486,3,594,1226 +"151016",43169,2894,3,594,1291 +"151017",43169,4360,3,594,1770 +"151018",43169,5622,3,594,2175 +"151019",43169,5971,3,594,1985 +"151020",43169,6222,3,594,1949 +"151021",43169,9311,3,594,2477 +"151022",43169,9328,3,594,1937 +"151023",43169,10488,3,594,1524 +"151024",43169,10857,3,594,2253 +"151025",43169,11440,2,594,2026 +"151026",43169,14189,3,594,1483 +"151027",43169,14959,3,594,2898 +"151028",43169,15135,3,594,1035 +"151029",43169,16313,3,594,1160 +"151030",43169,17400,3,594,2231 +"151031",43169,17716,3,594,915 +"151032",43169,18366,3,594,2699 +"151033",43169,18394,3,594,2356 +"151034",43169,19248,3,594,2357 +"151035",43169,20311,3,594,1981 +"151036",43169,21104,3,594,2327 +"151037",43169,21693,3,594,2176 +"151038",43169,23492,3,594,1067 +"151039",43169,23508,3,594,1907 +"151040",43169,23509,1,594,2275 +"151041",43169,23725,3,594,2378 +"151042",43169,24362,3,594,1287 +"151043",43169,25971,3,594,2608 +"151044",43169,26451,3,594,2133 +"151045",43169,26659,3,594,903 +"151046",43169,27792,3,594,1308 +"151047",43169,27849,3,594,1316 +"151048",43169,29170,3,594,1846 +"151049",43169,30325,3,594,1067 +"151050",43169,31050,3,594,1491 +"151051",43169,31691,3,594,1657 +"151052",43169,31700,3,594,2727 +"151053",43169,32131,3,594,1035 +"151054",43169,33672,3,594,2396 +"151055",43169,34480,2,594,2755 +"151056",43169,34735,3,594,2767 +"151057",43169,35673,3,594,1067 +"151058",43169,35777,3,594,1166 +"151059",43169,37333,3,594,1612 +"151060",43169,37937,3,594,1320 +"151061",43169,38921,3,594,1880 +"151062",43169,39294,3,594,1889 +"151063",43169,39444,3,594,2695 +"151064",43169,40028,3,594,1349 +"151065",43169,45684,3,594,2200 +"151066",43169,46196,3,594,1510 +"151067",43169,48260,3,594,875 +"151068",43169,50118,3,594,2654 +"151069",43169,51471,2,594,1280 +"151070",43169,52136,3,594,1412 +"151071",43169,53196,3,594,1888 +"151072",43169,54551,3,594,2348 +"151073",43169,54980,3,594,876 +"151074",43169,55468,3,594,2511 +"151075",43169,56082,3,594,2395 +"151076",43169,57414,3,594,922 +"151077",43169,65625,3,594,1273 +"151078",43169,67383,2,594,1739 +"151079",43169,70203,3,594,2756 +"151080",43169,70854,3,594,635 +"151081",43169,72207,2,594,2430 +"151082",43169,76284,3,594,1237 +"151083",43169,81865,3,594,2704 +"151084",43169,83096,3,594,1061 +"151085",43169,87048,3,594,989 +"151086",43169,105947,3,594,997 +"151087",43169,109264,3,594,1104 +"151088",43173,11351,3,2895,2971 +"151089",43173,18543,2,2895,2968 +"151090",43173,29449,2,2895,2916 +"151091",43201,1257,3,957,1212 +"151092",43201,1685,3,957,2230 +"151093",43201,1785,3,957,2350 +"151094",43201,6999,3,957,2214 +"151095",43201,9909,2,957,2230 +"151096",43201,12000,3,957,1454 +"151097",43201,13551,3,957,1451 +"151098",43201,13671,2,957,1371 +"151099",43201,13861,3,957,1197 +"151100",43201,16590,3,957,1123 +"151101",43201,19002,3,957,2053 +"151102",43201,19296,3,957,1705 +"151103",43201,19366,3,957,2279 +"151104",43201,50621,3,957,2809 +"151105",43201,56116,3,957,1321 +"151106",43201,70656,3,957,2771 +"151107",43201,80377,1,957,1384 +"151108",43201,88171,3,957,1488 +"151109",43204,680,3,1680,2569 +"151110",43204,1560,3,1680,2013 +"151111",43204,2563,3,1680,1686 +"151112",43204,3403,3,1680,2951 +"151113",43204,3477,3,1680,2546 +"151114",43204,4303,3,1680,2414 +"151115",43204,5897,3,1680,2337 +"151116",43204,7337,3,1680,1797 +"151117",43204,8062,3,1680,2858 +"151118",43204,9332,2,1680,2734 +"151119",43204,9716,3,1680,1929 +"151120",43204,11429,3,1680,2520 +"151121",43204,11477,3,1680,2724 +"151122",43204,11588,3,1680,2352 +"151123",43204,12759,3,1680,2414 +"151124",43204,14972,3,1680,2332 +"151125",43204,15095,3,1680,2001 +"151126",43204,15700,3,1680,1712 +"151127",43204,16437,3,1680,1956 +"151128",43204,17033,3,1680,2771 +"151129",43204,17037,3,1680,2947 +"151130",43204,18371,3,1680,2860 +"151131",43204,19073,2,1680,2748 +"151132",43204,22244,3,1680,2139 +"151133",43204,22578,3,1680,2216 +"151134",43204,23000,3,1680,1815 +"151135",43204,23756,3,1680,2309 +"151136",43204,25373,3,1680,2783 +"151137",43204,26124,3,1680,2356 +"151138",43204,26182,3,1680,2775 +"151139",43204,27686,3,1680,2844 +"151140",43204,30334,2,1680,2075 +"151141",43204,30705,3,1680,2959 +"151142",43204,35518,3,1680,1721 +"151143",43204,36953,3,1680,2790 +"151144",43204,37636,2,1680,2178 +"151145",43204,37844,3,1680,2002 +"151146",43204,39534,3,1680,2410 +"151147",43204,40392,2,1680,1878 +"151148",43204,41429,3,1680,1770 +"151149",43204,41723,3,1680,2101 +"151150",43204,44497,3,1680,2401 +"151151",43204,46486,3,1680,1868 +"151152",43204,46982,3,1680,2806 +"151153",43204,47013,2,1680,2388 +"151154",43204,47082,3,1680,1990 +"151155",43204,49712,3,1680,1937 +"151156",43204,51783,2,1680,2599 +"151157",43204,53687,3,1680,2422 +"151158",43204,53726,2,1680,1729 +"151159",43204,56082,3,1680,2395 +"151160",43204,59039,3,1680,2870 +"151161",43204,61347,2,1680,1684 +"151162",43204,69232,3,1680,2130 +"151163",43204,80338,3,1680,2059 +"151164",43204,81753,3,1680,1736 +"151165",43207,782,3,635,945 +"151166",43207,1846,3,635,1845 +"151167",43207,2700,2,635,857 +"151168",43207,2936,3,635,2512 +"151169",43207,3961,3,635,2426 +"151170",43207,5346,3,635,1438 +"151171",43207,6132,3,635,1590 +"151172",43207,9241,1,635,2338 +"151173",43207,9484,3,635,1429 +"151174",43207,10358,3,635,2294 +"151175",43207,13296,3,635,839 +"151176",43207,13879,3,635,2748 +"151177",43207,14586,3,635,2801 +"151178",43207,14754,2,635,2456 +"151179",43207,15826,3,635,2772 +"151180",43207,18124,3,635,1642 +"151181",43207,19334,3,635,1979 +"151182",43207,21207,3,635,1258 +"151183",43207,23000,2,635,1815 +"151184",43207,26182,3,635,2775 +"151185",43207,26450,3,635,1709 +"151186",43207,26838,3,635,685 +"151187",43207,28115,3,635,1835 +"151188",43207,28195,3,635,1407 +"151189",43207,28446,3,635,917 +"151190",43207,28893,3,635,2764 +"151191",43207,30262,3,635,1715 +"151192",43207,32339,3,635,2430 +"151193",43207,32651,3,635,877 +"151194",43207,32920,3,635,2158 +"151195",43207,36344,3,635,2570 +"151196",43207,36346,3,635,1240 +"151197",43207,36666,3,635,1270 +"151198",43207,38816,3,635,1225 +"151199",43207,39062,3,635,2020 +"151200",43207,39418,3,635,1978 +"151201",43207,40492,2,635,1286 +"151202",43207,41581,3,635,1692 +"151203",43207,43250,1,635,1300 +"151204",43207,44341,3,635,1230 +"151205",43207,44749,2,635,1303 +"151206",43207,47557,3,635,999 +"151207",43207,49147,3,635,2539 +"151208",43207,50229,3,635,1190 +"151209",43207,50581,2,635,1258 +"151210",43207,52178,2,635,710 +"151211",43207,53987,3,635,928 +"151212",43207,57067,3,635,2547 +"151213",43207,57356,2,635,2476 +"151214",43207,58421,3,635,910 +"151215",43207,60384,2,635,2765 +"151216",43207,60808,3,635,1258 +"151217",43207,62498,2,635,1698 +"151218",43207,78460,3,635,985 +"151219",43207,80671,3,635,665 +"151220",43207,82023,3,635,992 +"151221",43207,84569,2,635,710 +"151222",43213,270,3,2160,2542 +"151223",43213,380,3,2160,2261 +"151224",43213,1102,3,2160,2282 +"151225",43213,1315,3,2160,2760 +"151226",43213,2289,3,2160,2389 +"151227",43213,3493,2,2160,2451 +"151228",43213,5072,2,2160,2175 +"151229",43213,5622,1,2160,2175 +"151230",43213,7180,3,2160,2227 +"151231",43213,7234,2,2160,2654 +"151232",43213,9311,3,2160,2477 +"151233",43213,9928,3,2160,2345 +"151234",43213,10358,3,2160,2294 +"151235",43213,10857,2,2160,2253 +"151236",43213,11218,2,2160,2292 +"151237",43213,11477,3,2160,2724 +"151238",43213,12042,3,2160,2345 +"151239",43213,12728,3,2160,2374 +"151240",43213,13307,3,2160,2206 +"151241",43213,16352,3,2160,2657 +"151242",43213,17400,2,2160,2231 +"151243",43213,18005,3,2160,2449 +"151244",43213,18361,3,2160,2968 +"151245",43213,18394,3,2160,2356 +"151246",43213,19622,3,2160,2371 +"151247",43213,20124,3,2160,2376 +"151248",43213,20407,3,2160,2339 +"151249",43213,21693,3,2160,2176 +"151250",43213,22197,3,2160,2271 +"151251",43213,22326,3,2160,2818 +"151252",43213,23011,3,2160,2763 +"151253",43213,23310,3,2160,2371 +"151254",43213,23725,2,2160,2378 +"151255",43213,26080,3,2160,2525 +"151256",43213,26848,3,2160,2363 +"151257",43213,29929,3,2160,2789 +"151258",43213,30405,3,2160,2164 +"151259",43213,31436,3,2160,2892 +"151260",43213,32919,3,2160,2321 +"151261",43213,33433,3,2160,2805 +"151262",43213,34480,3,2160,2755 +"151263",43213,35815,3,2160,2789 +"151264",43213,35926,3,2160,2371 +"151265",43213,37636,3,2160,2178 +"151266",43213,45684,2,2160,2200 +"151267",43213,45729,3,2160,2606 +"151268",43213,46629,3,2160,2255 +"151269",43213,46982,3,2160,2806 +"151270",43213,47857,3,2160,2325 +"151271",43213,49608,3,2160,2184 +"151272",43213,50236,2,2160,2339 +"151273",43213,51144,3,2160,2466 +"151274",43213,51783,3,2160,2599 +"151275",43213,52576,3,2160,2234 +"151276",43213,54551,2,2160,2348 +"151277",43213,54929,3,2160,2783 +"151278",43213,56082,1,2160,2395 +"151279",43213,56237,3,2160,2625 +"151280",43213,58508,3,2160,2326 +"151281",43213,64947,3,2160,2489 +"151282",43213,67726,3,2160,2873 +"151283",43213,72207,2,2160,2430 +"151284",43213,72326,3,2160,2384 +"151285",43213,74636,3,2160,2525 +"151286",43213,76048,2,2160,2373 +"151287",43213,79804,3,2160,2227 +"151288",43213,88232,3,2160,2881 +"151289",43225,19771,3,1835,2410 +"151290",43225,36714,3,1835,2209 +"151291",43225,60867,3,1835,2689 +"151292",43226,2424,3,2442,2582 +"151293",43226,2647,3,2442,2450 +"151294",43226,3477,3,2442,2546 +"151295",43226,3978,3,2442,2775 +"151296",43226,4249,3,2442,2547 +"151297",43226,4932,3,2442,2752 +"151298",43226,5239,3,2442,2875 +"151299",43226,6248,3,2442,2737 +"151300",43226,7942,3,2442,2623 +"151301",43226,7984,3,2442,2493 +"151302",43226,9272,1,2442,2835 +"151303",43226,9503,3,2442,2453 +"151304",43226,9724,3,2442,2713 +"151305",43226,9910,3,2442,2526 +"151306",43226,10638,3,2442,2692 +"151307",43226,11477,3,2442,2724 +"151308",43226,11506,3,2442,2824 +"151309",43226,14470,3,2442,2632 +"151310",43226,14761,3,2442,2502 +"151311",43226,16826,3,2442,2599 +"151312",43226,18543,3,2442,2968 +"151313",43226,18943,3,2442,2861 +"151314",43226,19364,3,2442,2846 +"151315",43226,20695,3,2442,2526 +"151316",43226,22326,3,2442,2818 +"151317",43226,22709,3,2442,2743 +"151318",43226,23550,3,2442,2939 +"151319",43226,25565,3,2442,2764 +"151320",43226,26749,3,2442,2965 +"151321",43226,28582,3,2442,2698 +"151322",43226,29449,3,2442,2916 +"151323",43226,29948,3,2442,2795 +"151324",43226,30010,3,2442,2917 +"151325",43226,36439,3,2442,2469 +"151326",43226,37684,3,2442,2899 +"151327",43226,38038,3,2442,2686 +"151328",43226,38887,3,2442,2468 +"151329",43226,39439,2,2442,2462 +"151330",43226,39444,2,2442,2695 +"151331",43226,40369,3,2442,2735 +"151332",43226,42390,3,2442,2937 +"151333",43226,43173,1,2442,2895 +"151334",43226,44427,3,2442,2875 +"151335",43226,47607,3,2442,2724 +"151336",43226,48931,3,2442,2444 +"151337",43226,59039,2,2442,2870 +"151338",43226,66413,3,2442,2507 +"151339",43226,69335,1,2442,2698 +"151340",43226,73553,3,2442,2726 +"151341",43226,77077,3,2442,2693 +"151342",43226,79036,3,2442,2524 +"151343",43226,80190,3,2442,2717 +"151344",43226,88232,3,2442,2881 +"151345",43226,93553,3,2442,2537 +"151346",43226,98354,3,2442,2794 +"151347",43226,108379,3,2442,2933 +"151348",43250,3776,3,1300,2322 +"151349",43250,5346,3,1300,1438 +"151350",43250,9241,2,1300,2338 +"151351",43250,11976,3,1300,1727 +"151352",43250,13671,3,1300,1371 +"151353",43250,14754,3,1300,2456 +"151354",43250,15207,3,1300,1855 +"151355",43250,15650,3,1300,1601 +"151356",43250,23000,3,1300,1815 +"151357",43250,26138,3,1300,1902 +"151358",43250,26478,3,1300,1963 +"151359",43250,26513,3,1300,2205 +"151360",43250,42713,3,1300,1995 +"151361",43250,44749,3,1300,1303 +"151362",43250,44780,3,1300,2534 +"151363",43250,49147,2,1300,2539 +"151364",43250,54061,3,1300,1488 +"151365",43250,57356,3,1300,2476 +"151366",43250,59470,3,1300,2393 +"151367",43250,60384,1,1300,2765 +"151368",43250,62498,1,1300,1698 +"151369",43250,116792,3,1300,2397 +"151370",43311,55,3,1553,2524 +"151371",43311,1685,3,1553,2230 +"151372",43311,3360,2,1553,1583 +"151373",43311,3506,3,1553,2364 +"151374",43311,4698,3,1553,2481 +"151375",43311,6621,2,1553,2478 +"151376",43311,6999,3,1553,2214 +"151377",43311,11154,3,1553,1594 +"151378",43311,12007,3,1553,1594 +"151379",43311,15150,3,1553,2801 +"151380",43311,22744,2,1553,1907 +"151381",43311,31295,3,1553,2183 +"151382",43311,32079,3,1553,2315 +"151383",43311,33363,3,1553,2475 +"151384",43311,49069,3,1553,1694 +"151385",43311,49415,3,1553,2654 +"151386",43311,53648,2,1553,2167 +"151387",43311,76997,3,1553,2223 +"151388",43311,79461,3,1553,1667 +"151389",43311,87190,2,1553,1704 +"151390",43311,96700,3,1553,1602 +"151391",43335,3493,3,1412,2451 +"151392",43335,4360,3,1412,1770 +"151393",43335,5072,3,1412,2175 +"151394",43335,5405,2,1412,1510 +"151395",43335,5622,2,1412,2175 +"151396",43335,6588,3,1412,2025 +"151397",43335,7234,3,1412,2654 +"151398",43335,10488,3,1412,1524 +"151399",43335,10857,3,1412,2253 +"151400",43335,11218,3,1412,2292 +"151401",43335,12375,3,1412,1873 +"151402",43335,14032,3,1412,2144 +"151403",43335,15700,3,1412,1712 +"151404",43335,17400,3,1412,2231 +"151405",43335,23725,3,1412,2378 +"151406",43335,23729,3,1412,1624 +"151407",43335,25643,3,1412,1646 +"151408",43335,26867,3,1412,1804 +"151409",43335,31093,3,1412,2160 +"151410",43335,39294,3,1412,1889 +"151411",43335,43213,1,1412,2160 +"151412",43335,45684,3,1412,2200 +"151413",43335,46196,3,1412,1510 +"151414",43335,50236,3,1412,2339 +"151415",43335,54551,3,1412,2348 +"151416",43335,56082,2,1412,2395 +"151417",43335,72207,3,1412,2430 +"151418",43335,75403,2,1412,1895 +"151419",43335,76048,3,1412,2373 +"151420",43335,86245,2,1412,1972 +"151421",43349,6255,3,2400,2895 +"151422",43349,15636,3,2400,2857 +"151423",43349,53219,3,2400,2973 +"151424",43360,728,3,979,1812 +"151425",43360,2418,3,979,2020 +"151426",43360,2759,3,979,2030 +"151427",43360,4066,3,979,1736 +"151428",43360,4730,3,979,2131 +"151429",43360,6133,2,979,1229 +"151430",43360,7014,3,979,2401 +"151431",43360,7433,3,979,2255 +"151432",43360,8726,3,979,2083 +"151433",43360,18571,3,979,2128 +"151434",43360,18965,3,979,2315 +"151435",43360,21741,3,979,1574 +"151436",43360,31303,3,979,1040 +"151437",43360,34908,3,979,2796 +"151438",43360,36136,3,979,2338 +"151439",43360,37279,3,979,2768 +"151440",43360,53924,3,979,1289 +"151441",43360,64704,1,979,1359 +"151442",43360,76132,3,979,2426 +"151443",43360,76675,3,979,1840 +"151444",43360,77397,3,979,1302 +"151445",43360,87509,3,979,1907 +"151446",43360,111034,3,979,2131 +"151447",43385,270,3,1623,2542 +"151448",43385,312,3,1623,2038 +"151449",43385,360,3,1623,1671 +"151450",43385,380,3,1623,2261 +"151451",43385,913,3,1623,2144 +"151452",43385,1639,3,1623,2631 +"151453",43385,1691,3,1623,1941 +"151454",43385,1875,3,1623,1786 +"151455",43385,2111,3,1623,1904 +"151456",43385,2424,2,1623,2582 +"151457",43385,2533,3,1623,2016 +"151458",43385,3271,3,1623,2216 +"151459",43385,3305,3,1623,2839 +"151460",43385,3306,3,1623,1989 +"151461",43385,3801,3,1623,1974 +"151462",43385,4360,3,1623,1770 +"151463",43385,4671,3,1623,2280 +"151464",43385,4701,3,1623,2401 +"151465",43385,5429,3,1623,1991 +"151466",43385,5622,3,1623,2175 +"151467",43385,5839,3,1623,2301 +"151468",43385,6241,3,1623,2264 +"151469",43385,6363,3,1623,2066 +"151470",43385,6588,3,1623,2025 +"151471",43385,7180,2,1623,2227 +"151472",43385,9272,3,1623,2835 +"151473",43385,9311,3,1623,2477 +"151474",43385,9364,1,1623,1698 +"151475",43385,9702,3,1623,1928 +"151476",43385,10002,3,1623,1788 +"151477",43385,10358,3,1623,2294 +"151478",43385,10513,3,1623,2284 +"151479",43385,10857,3,1623,2253 +"151480",43385,10874,3,1623,1891 +"151481",43385,10914,3,1623,1660 +"151482",43385,11006,2,1623,1950 +"151483",43385,11218,3,1623,2292 +"151484",43385,11440,3,1623,2026 +"151485",43385,12728,2,1623,2374 +"151486",43385,12863,3,1623,2027 +"151487",43385,13586,3,1623,2966 +"151488",43385,14032,3,1623,2144 +"151489",43385,15539,3,1623,1929 +"151490",43385,15799,3,1623,1917 +"151491",43385,15813,3,1623,2143 +"151492",43385,16201,3,1623,1811 +"151493",43385,16332,2,1623,2668 +"151494",43385,16863,3,1623,2069 +"151495",43385,18394,3,1623,2356 +"151496",43385,18464,3,1623,2312 +"151497",43385,18874,3,1623,2170 +"151498",43385,19248,2,1623,2357 +"151499",43385,19719,2,1623,2177 +"151500",43385,20124,2,1623,2376 +"151501",43385,20311,3,1623,1981 +"151502",43385,20407,3,1623,2339 +"151503",43385,21285,2,1623,2100 +"151504",43385,21693,3,1623,2176 +"151505",43385,22326,3,1623,2818 +"151506",43385,22362,3,1623,1836 +"151507",43385,23508,3,1623,1907 +"151508",43385,23526,3,1623,1998 +"151509",43385,23715,3,1623,1859 +"151510",43385,23729,3,1623,1624 +"151511",43385,23825,3,1623,1913 +"151512",43385,24066,3,1623,1755 +"151513",43385,24612,3,1623,1875 +"151514",43385,25198,3,1623,1982 +"151515",43385,25577,3,1623,1946 +"151516",43385,25971,3,1623,2608 +"151517",43385,26749,2,1623,2965 +"151518",43385,27275,3,1623,2656 +"151519",43385,27390,3,1623,2425 +"151520",43385,27694,3,1623,2030 +"151521",43385,28015,3,1623,1624 +"151522",43385,28190,3,1623,1634 +"151523",43385,28635,3,1623,2368 +"151524",43385,29224,3,1623,2011 +"151525",43385,29962,3,1623,2201 +"151526",43385,30052,3,1623,2855 +"151527",43385,30405,3,1623,2164 +"151528",43385,31436,3,1623,2892 +"151529",43385,31530,2,1623,1661 +"151530",43385,32606,3,1623,2100 +"151531",43385,32919,3,1623,2321 +"151532",43385,33949,3,1623,2489 +"151533",43385,34836,3,1623,2302 +"151534",43385,35815,3,1623,2789 +"151535",43385,36439,3,1623,2469 +"151536",43385,37509,3,1623,1640 +"151537",43385,38019,3,1623,1870 +"151538",43385,38780,3,1623,2705 +"151539",43385,39278,3,1623,1952 +"151540",43385,39294,3,1623,1889 +"151541",43385,41187,3,1623,2340 +"151542",43385,42906,3,1623,1748 +"151543",43385,43173,3,1623,2895 +"151544",43385,43226,3,1623,2442 +"151545",43385,43455,3,1623,2846 +"151546",43385,45684,2,1623,2200 +"151547",43385,46629,3,1623,2255 +"151548",43385,46883,3,1623,1671 +"151549",43385,47362,2,1623,2253 +"151550",43385,47772,3,1623,2293 +"151551",43385,48110,3,1623,2009 +"151552",43385,48158,3,1623,2483 +"151553",43385,48414,3,1623,1749 +"151554",43385,48571,3,1623,2717 +"151555",43385,48605,3,1623,2796 +"151556",43385,50685,3,1623,2008 +"151557",43385,51041,3,1623,2606 +"151558",43385,52058,3,1623,1836 +"151559",43385,52576,2,1623,2234 +"151560",43385,53323,3,1623,2677 +"151561",43385,54551,3,1623,2348 +"151562",43385,55082,3,1623,1856 +"151563",43385,55139,3,1623,2323 +"151564",43385,55438,3,1623,2863 +"151565",43385,55468,3,1623,2511 +"151566",43385,56082,3,1623,2395 +"151567",43385,56317,3,1623,2030 +"151568",43385,57246,3,1623,1873 +"151569",43385,58451,2,1623,1939 +"151570",43385,58508,2,1623,2326 +"151571",43385,58684,3,1623,2295 +"151572",43385,61982,2,1623,2725 +"151573",43385,62841,3,1623,2710 +"151574",43385,66124,3,1623,2174 +"151575",43385,66703,2,1623,2375 +"151576",43385,67383,3,1623,1739 +"151577",43385,69335,3,1623,2698 +"151578",43385,71274,3,1623,2390 +"151579",43385,72207,3,1623,2430 +"151580",43385,76892,3,1623,2381 +"151581",43385,79322,3,1623,2770 +"151582",43385,80301,3,1623,1690 +"151583",43385,82949,2,1623,2077 +"151584",43385,83396,2,1623,2396 +"151585",43385,88232,3,1623,2881 +"151586",43385,99215,3,1623,2791 +"151587",43404,1767,1,2649,2727 +"151588",43404,3980,2,2649,2771 +"151589",43404,13158,2,2649,2667 +"151590",43404,19606,3,2649,2783 +"151591",43404,24255,3,2649,2770 +"151592",43404,34120,3,2649,2786 +"151593",43404,41945,3,2649,2856 +"151594",43404,42216,2,2649,2722 +"151595",43404,60179,3,2649,2708 +"151596",43428,1691,3,1299,1941 +"151597",43428,2798,3,1299,1673 +"151598",43428,4411,3,1299,2009 +"151599",43428,6390,3,1299,2385 +"151600",43428,14108,3,1299,2012 +"151601",43428,14676,3,1299,2764 +"151602",43428,14731,2,1299,2012 +"151603",43428,29170,3,1299,1846 +"151604",43428,35041,3,1299,1311 +"151605",43428,45545,2,1299,1776 +"151606",43428,55155,3,1299,2333 +"151607",43428,58284,3,1299,2292 +"151608",43428,66241,3,1299,2351 +"151609",43428,66756,3,1299,1301 +"151610",43428,66971,3,1299,2299 +"151611",43428,106555,3,1299,1626 +"151612",43440,13601,2,1889,2689 +"151613",43440,36646,3,1889,2744 +"151614",43440,47877,2,1889,2970 +"151615",43440,89681,3,1889,1978 +"151616",43455,1151,3,2846,2885 +"151617",43455,7323,3,2846,2858 +"151618",43455,7794,2,2846,2972 +"151619",43455,14959,3,2846,2898 +"151620",43455,17826,3,2846,2920 +"151621",43455,20700,3,2846,2861 +"151622",43455,26749,3,2846,2965 +"151623",43455,30052,3,2846,2855 +"151624",43455,41945,1,2846,2856 +"151625",43455,44688,3,2846,2924 +"151626",43455,49110,3,2846,2938 +"151627",43455,52032,2,2846,2853 +"151628",43455,53219,3,2846,2973 +"151629",43455,60974,3,2846,2972 +"151630",43479,6044,3,2178,2744 +"151631",43479,7984,3,2178,2493 +"151632",43479,14353,3,2178,2878 +"151633",43479,14959,3,2178,2898 +"151634",43479,18394,3,2178,2356 +"151635",43479,19380,3,2178,2637 +"151636",43479,19528,3,2178,2742 +"151637",43479,20067,3,2178,2390 +"151638",43479,20732,3,2178,2401 +"151639",43479,23726,3,2178,2434 +"151640",43479,24756,2,2178,2530 +"151641",43479,29095,3,2178,2531 +"151642",43479,32520,3,2178,2425 +"151643",43479,33801,3,2178,2899 +"151644",43479,41972,3,2178,2509 +"151645",43479,50382,3,2178,2244 +"151646",43479,53475,3,2178,2853 +"151647",43479,70203,3,2178,2756 +"151648",43481,134,3,875,2062 +"151649",43481,2424,3,875,2582 +"151650",43481,6062,2,875,2681 +"151651",43481,11456,3,875,2715 +"151652",43481,15813,3,875,2143 +"151653",43481,16111,3,875,1714 +"151654",43481,17931,3,875,1617 +"151655",43481,18601,3,875,2143 +"151656",43481,20496,2,875,2530 +"151657",43481,24444,2,875,1617 +"151658",43481,24497,2,875,1979 +"151659",43481,25544,3,875,2475 +"151660",43481,26721,2,875,2586 +"151661",43481,27334,3,875,2750 +"151662",43481,30322,2,875,2346 +"151663",43481,30334,3,875,2075 +"151664",43481,38263,1,875,2475 +"151665",43481,56859,3,875,2319 +"151666",43481,58078,3,875,1252 +"151667",43481,62739,3,875,2753 +"151668",43481,69348,3,875,2783 +"151669",43481,72088,3,875,2728 +"151670",43481,74377,3,875,1285 +"151671",43481,76892,3,875,2381 +"151672",43481,84074,2,875,887 +"151673",43481,104106,3,875,1204 +"151674",43490,1315,3,2463,2760 +"151675",43490,19744,3,2463,2623 +"151676",43518,1151,3,2680,2885 +"151677",43518,2684,3,2680,2874 +"151678",43518,13929,3,2680,2693 +"151679",43518,19606,3,2680,2783 +"151680",43518,29314,3,2680,2736 +"151681",43518,39444,3,2680,2695 +"151682",43518,40369,3,2680,2735 +"151683",43518,43455,3,2680,2846 +"151684",43518,55691,2,2680,2856 +"151685",43518,57977,3,2680,2683 +"151686",43518,61982,3,2680,2725 +"151687",43518,64997,3,2680,2791 +"151688",43518,108379,3,2680,2933 +"151689",43524,916,3,2572,2718 +"151690",43524,5606,2,2572,2875 +"151691",43524,7253,3,2572,2686 +"151692",43524,52380,3,2572,2686 +"151693",43524,55405,2,2572,2788 +"151694",43524,83007,3,2572,2727 +"151695",43524,94339,3,2572,2768 +"151696",43543,827,1,1457,2964 +"151697",43543,1624,2,1457,2687 +"151698",43543,1708,2,1457,1591 +"151699",43543,2282,3,1457,2056 +"151700",43543,2647,2,1457,2450 +"151701",43543,2927,3,1457,1789 +"151702",43543,4180,3,1457,1817 +"151703",43543,6040,3,1457,2103 +"151704",43543,6345,3,1457,2713 +"151705",43543,6480,3,1457,1678 +"151706",43543,7253,3,1457,2686 +"151707",43543,7254,3,1457,1849 +"151708",43543,9724,3,1457,2713 +"151709",43543,11858,2,1457,1530 +"151710",43543,15146,3,1457,1546 +"151711",43543,17499,3,1457,2954 +"151712",43543,19509,3,1457,2000 +"151713",43543,28782,3,1457,2272 +"151714",43543,34953,3,1457,1817 +"151715",43543,38309,3,1457,2644 +"151716",43543,42382,3,1457,2224 +"151717",43543,42390,2,1457,2937 +"151718",43543,43701,3,1457,2400 +"151719",43543,46616,3,1457,1917 +"151720",43543,47607,3,1457,2724 +"151721",43543,50468,3,1457,1659 +"151722",43543,52380,3,1457,2686 +"151723",43543,53584,3,1457,2391 +"151724",43543,53652,3,1457,2899 +"151725",43543,55775,3,1457,2385 +"151726",43543,64628,2,1457,2829 +"151727",43543,78611,3,1457,1586 +"151728",43543,84808,3,1457,1974 +"151729",43551,56995,3,1993,2323 +"151730",43568,2057,3,837,1965 +"151731",43568,2446,3,837,2606 +"151732",43568,2524,3,837,1708 +"151733",43568,4032,3,837,1763 +"151734",43568,4330,2,837,1128 +"151735",43568,4526,3,837,1728 +"151736",43568,6697,1,837,2438 +"151737",43568,8354,3,837,1705 +"151738",43568,8777,3,837,1620 +"151739",43568,10473,3,837,1783 +"151740",43568,11136,3,837,2573 +"151741",43568,13842,3,837,2250 +"151742",43568,23277,2,837,1267 +"151743",43568,27509,3,837,2067 +"151744",43568,37120,3,837,2622 +"151745",43568,41187,2,837,2340 +"151746",43568,41338,3,837,1553 +"151747",43568,50520,2,837,1205 +"151748",43568,58875,3,837,1899 +"151749",43568,66693,3,837,2554 +"151750",43568,83523,3,837,1461 +"151751",43568,84447,3,837,1006 +"151752",43568,93930,2,837,1268 +"151753",43568,111375,3,837,2686 +"151754",43585,468,3,1066,1966 +"151755",43585,3669,1,1066,2524 +"151756",43585,7652,2,1066,1281 +"151757",43585,9808,3,1066,1648 +"151758",43585,13400,3,1066,1371 +"151759",43585,18808,3,1066,2854 +"151760",43585,21504,3,1066,2328 +"151761",43585,26100,2,1066,1966 +"151762",43585,30317,3,1066,2431 +"151763",43585,31752,3,1066,2340 +"151764",43585,34559,3,1066,1105 +"151765",43585,35264,2,1066,2329 +"151766",43585,38309,3,1066,2644 +"151767",43585,53498,3,1066,1967 +"151768",43585,55775,3,1066,2385 +"151769",43585,77785,3,1066,1595 +"151770",43614,5610,2,1712,2223 +"151771",43614,8238,3,1712,2222 +"151772",43614,12729,3,1712,1835 +"151773",43614,18670,3,1712,1835 +"151774",43614,24256,3,1712,2393 +"151775",43614,32047,3,1712,1858 +"151776",43614,39464,3,1712,2314 +"151777",43614,47564,3,1712,2650 +"151778",43614,48035,3,1712,2180 +"151779",43614,54953,3,1712,2223 +"151780",43614,56854,3,1712,2022 +"151781",43635,206,3,1196,1986 +"151782",43635,312,3,1196,2038 +"151783",43635,457,3,1196,1704 +"151784",43635,1036,3,1196,1367 +"151785",43635,1092,3,1196,1945 +"151786",43635,1102,3,1196,2282 +"151787",43635,1592,3,1196,2006 +"151788",43635,1691,2,1196,1941 +"151789",43635,2208,3,1196,2814 +"151790",43635,2289,3,1196,2389 +"151791",43635,2684,2,1196,2874 +"151792",43635,3011,3,1196,2278 +"151793",43635,3753,3,1196,1255 +"151794",43635,4889,3,1196,1501 +"151795",43635,5315,3,1196,2631 +"151796",43635,5429,3,1196,1991 +"151797",43635,5580,3,1196,2111 +"151798",43635,6030,3,1196,2953 +"151799",43635,6074,3,1196,2426 +"151800",43635,6252,3,1196,2336 +"151801",43635,6390,3,1196,2385 +"151802",43635,7970,3,1196,1197 +"151803",43635,8192,3,1196,1670 +"151804",43635,8367,3,1196,1927 +"151805",43635,9654,3,1196,2111 +"151806",43635,9805,3,1196,1621 +"151807",43635,11006,3,1196,1950 +"151808",43635,11055,2,1196,2111 +"151809",43635,11351,3,1196,2971 +"151810",43635,11440,3,1196,2026 +"151811",43635,11477,3,1196,2724 +"151812",43635,11620,3,1196,2010 +"151813",43635,14072,1,1196,1346 +"151814",43635,14108,3,1196,2012 +"151815",43635,14278,3,1196,1267 +"151816",43635,14972,3,1196,2332 +"151817",43635,15632,3,1196,1242 +"151818",43635,15713,3,1196,1646 +"151819",43635,16111,3,1196,1714 +"151820",43635,16201,2,1196,1811 +"151821",43635,17381,2,1196,1697 +"151822",43635,18543,3,1196,2968 +"151823",43635,19248,2,1196,2357 +"151824",43635,19719,3,1196,2177 +"151825",43635,19862,3,1196,2412 +"151826",43635,19937,3,1196,1587 +"151827",43635,20311,3,1196,1981 +"151828",43635,20407,3,1196,2339 +"151829",43635,21246,3,1196,1612 +"151830",43635,22180,3,1196,1835 +"151831",43635,22455,3,1196,1197 +"151832",43635,22586,3,1196,1341 +"151833",43635,23751,3,1196,1740 +"151834",43635,24753,3,1196,2860 +"151835",43635,25198,3,1196,1982 +"151836",43635,27484,3,1196,1634 +"151837",43635,27501,3,1196,1981 +"151838",43635,27694,3,1196,2030 +"151839",43635,30334,3,1196,2075 +"151840",43635,30827,3,1196,2323 +"151841",43635,32939,3,1196,2277 +"151842",43635,33380,3,1196,2340 +"151843",43635,33622,2,1196,2230 +"151844",43635,35518,3,1196,1721 +"151845",43635,36439,3,1196,2469 +"151846",43635,37509,2,1196,1640 +"151847",43635,37636,3,1196,2178 +"151848",43635,38213,3,1196,1744 +"151849",43635,38602,3,1196,2693 +"151850",43635,39556,2,1196,2747 +"151851",43635,40392,3,1196,1878 +"151852",43635,44720,2,1196,1202 +"151853",43635,46621,3,1196,1343 +"151854",43635,48605,3,1196,2796 +"151855",43635,48754,3,1196,1972 +"151856",43635,49470,3,1196,1528 +"151857",43635,49620,3,1196,1868 +"151858",43635,50217,3,1196,1211 +"151859",43635,51052,3,1196,2784 +"151860",43635,51783,3,1196,2599 +"151861",43635,52136,3,1196,1412 +"151862",43635,52327,3,1196,1472 +"151863",43635,52345,3,1196,1430 +"151864",43635,54879,3,1196,2210 +"151865",43635,57732,2,1196,2454 +"151866",43635,57804,3,1196,2214 +"151867",43635,61982,3,1196,2725 +"151868",43635,62841,3,1196,2710 +"151869",43635,66747,3,1196,1273 +"151870",43635,67145,3,1196,2015 +"151871",43635,69447,3,1196,1197 +"151872",43635,72956,3,1196,1251 +"151873",43635,74605,3,1196,2265 +"151874",43635,74636,3,1196,2525 +"151875",43635,76646,3,1196,1263 +"151876",43635,79657,1,1196,1260 +"151877",43635,85397,3,1196,1219 +"151878",43635,88232,3,1196,2881 +"151879",43635,97824,3,1196,1229 +"151880",43635,99152,2,1196,1698 +"151881",43635,100432,2,1196,1358 +"151882",43635,102400,3,1196,1761 +"151883",43635,106318,2,1196,1698 +"151884",43660,680,3,2320,2569 +"151885",43660,3978,3,2320,2775 +"151886",43660,4303,2,2320,2414 +"151887",43660,6989,3,2320,2623 +"151888",43660,8062,3,2320,2858 +"151889",43660,8604,3,2320,2799 +"151890",43660,12759,3,2320,2414 +"151891",43660,18005,3,2320,2449 +"151892",43660,25373,3,2320,2783 +"151893",43660,31335,3,2320,2351 +"151894",43660,45729,3,2320,2606 +"151895",43660,50585,3,2320,2414 +"151896",43660,51783,3,2320,2599 +"151897",43660,64947,3,2320,2489 +"151898",43660,71531,3,2320,2887 +"151899",43671,2709,3,1224,1673 +"151900",43671,5710,3,1224,1926 +"151901",43671,17704,3,1224,1651 +"151902",43671,18361,3,1224,2968 +"151903",43671,20423,3,1224,2654 +"151904",43671,26359,3,1224,2535 +"151905",43671,28015,3,1224,1624 +"151906",43671,29899,3,1224,2375 +"151907",43671,30504,3,1224,1573 +"151908",43671,37358,1,1224,2128 +"151909",43671,39982,3,1224,1529 +"151910",43671,44521,3,1224,1593 +"151911",43671,60718,3,1224,1229 +"151912",43671,71217,3,1224,2169 +"151913",43673,17037,3,2787,2947 +"151914",43673,27686,2,2787,2844 +"151915",43673,36278,2,2787,2952 +"151916",43673,46982,3,2787,2806 +"151917",43701,827,3,2400,2964 +"151918",43701,4249,3,2400,2547 +"151919",43701,4784,3,2400,2511 +"151920",43701,6345,3,2400,2713 +"151921",43701,8463,3,2400,2466 +"151922",43701,9272,3,2400,2835 +"151923",43701,9724,2,2400,2713 +"151924",43701,14470,3,2400,2632 +"151925",43701,17499,2,2400,2954 +"151926",43701,21571,3,2400,2755 +"151927",43701,23550,3,2400,2939 +"151928",43701,31855,3,2400,2636 +"151929",43701,32169,2,2400,2504 +"151930",43701,37684,2,2400,2899 +"151931",43701,42390,3,2400,2937 +"151932",43701,43226,3,2400,2442 +"151933",43701,47607,3,2400,2724 +"151934",43701,53652,3,2400,2899 +"151935",43701,64737,3,2400,2442 +"151936",43701,69335,3,2400,2698 +"151937",43701,69795,3,2400,2636 +"151938",43701,71999,3,2400,2685 +"151939",43701,82217,3,2400,2441 +"151940",43725,2370,3,935,1600 +"151941",43725,2506,3,935,954 +"151942",43725,3068,3,935,1815 +"151943",43725,4249,3,935,2547 +"151944",43725,4784,2,935,2511 +"151945",43725,6020,2,935,1864 +"151946",43725,9948,3,935,2019 +"151947",43725,12632,3,935,1174 +"151948",43725,13595,3,935,1164 +"151949",43725,13930,3,935,1274 +"151950",43725,14172,3,935,1923 +"151951",43725,16455,3,935,946 +"151952",43725,20695,3,935,2526 +"151953",43725,21358,2,935,1970 +"151954",43725,28648,2,935,1586 +"151955",43725,30096,3,935,2082 +"151956",43725,31950,3,935,2217 +"151957",43725,34274,2,935,1437 +"151958",43725,39009,3,935,1594 +"151959",43725,40510,3,935,943 +"151960",43725,41489,3,935,2006 +"151961",43725,45297,2,935,1864 +"151962",43725,45450,3,935,1590 +"151963",43725,48781,3,935,954 +"151964",43725,48823,3,935,2080 +"151965",43725,68813,2,935,2511 +"151966",43725,79639,3,935,1013 +"151967",43725,80186,3,935,2228 +"151968",43725,82217,3,935,2441 +"151969",43725,84581,3,935,1241 +"151970",43725,93642,1,935,1120 +"151971",43725,95879,3,935,1748 +"151972",43725,103989,3,935,1207 +"151973",43725,108467,3,935,2170 +"151974",43728,3158,2,2308,2762 +"151975",43728,6223,3,2308,2363 +"151976",43728,17499,3,2308,2954 +"151977",43728,64850,3,2308,2377 +"151978",43743,13315,3,1229,2516 +"151979",43743,38262,2,1229,2219 +"151980",43743,47715,3,1229,2111 +"151981",43768,1624,3,1468,2687 +"151982",43768,1708,3,1468,1591 +"151983",43768,9269,3,1468,1892 +"151984",43768,9895,3,1468,1960 +"151985",43768,9910,3,1468,2526 +"151986",43768,18821,3,1468,2075 +"151987",43768,19190,3,1468,2677 +"151988",43768,20695,3,1468,2526 +"151989",43768,21044,2,1468,1574 +"151990",43768,25286,3,1468,1545 +"151991",43768,26740,3,1468,2695 +"151992",43768,64628,3,1468,2829 +"151993",43768,79793,3,1468,1915 +"151994",43768,79874,3,1468,1570 +"151995",43768,84591,3,1468,1685 +"151996",43769,73786,3,2394,2937 +"151997",43786,1453,3,1173,1737 +"151998",43786,2742,3,1173,1192 +"151999",43786,9624,2,1173,2398 +"152000",43786,32198,2,1173,2117 +"152001",43788,1067,3,209,918 +"152002",43788,5438,3,209,1499 +"152003",43788,7847,3,209,2424 +"152004",43788,21772,3,209,663 +"152005",43788,23825,3,209,1913 +"152006",43788,38055,2,209,1089 +"152007",43788,46803,3,209,2305 +"152008",43788,47248,3,209,2883 +"152009",43788,74318,3,209,632 +"152010",43788,76999,3,209,908 +"152011",43796,270,3,2476,2542 +"152012",43796,2424,3,2476,2582 +"152013",43796,5350,3,2476,2522 +"152014",43796,6044,3,2476,2744 +"152015",43796,7795,3,2476,2789 +"152016",43796,17365,1,2476,2746 +"152017",43796,38307,3,2476,2648 +"152018",43796,41945,3,2476,2856 +"152019",43796,43455,2,2476,2846 +"152020",43796,61982,3,2476,2725 +"152021",43839,1777,3,1685,1965 +"152022",43839,2765,3,1685,2321 +"152023",43839,3242,3,1685,1730 +"152024",43839,4618,3,1685,2607 +"152025",43839,5078,3,1685,2033 +"152026",43839,5457,3,1685,2077 +"152027",43839,5462,3,1685,2374 +"152028",43839,5504,3,1685,2389 +"152029",43839,9030,3,1685,1979 +"152030",43839,14108,3,1685,2012 +"152031",43839,17826,3,1685,2920 +"152032",43839,18151,3,1685,2962 +"152033",43839,18458,3,1685,2477 +"152034",43839,19934,3,1685,2888 +"152035",43839,20423,3,1685,2654 +"152036",43839,20563,3,1685,2267 +"152037",43839,20659,3,1685,1969 +"152038",43839,25721,3,1685,2212 +"152039",43839,26106,3,1685,2015 +"152040",43839,26436,3,1685,2489 +"152041",43839,26516,3,1685,2479 +"152042",43839,27320,3,1685,2378 +"152043",43839,27753,3,1685,2750 +"152044",43839,28102,3,1685,2287 +"152045",43839,28893,3,1685,2764 +"152046",43839,34492,3,1685,1798 +"152047",43839,37677,3,1685,1908 +"152048",43839,38908,2,1685,1787 +"152049",43839,39827,3,1685,2321 +"152050",43839,41278,3,1685,1873 +"152051",43839,49032,2,1685,2469 +"152052",43839,49461,3,1685,2793 +"152053",43839,53637,3,1685,2113 +"152054",43839,55556,3,1685,2075 +"152055",43839,67264,2,1685,2790 +"152056",43839,71478,3,1685,1721 +"152057",43847,1314,3,222,1522 +"152058",43847,1349,3,222,1147 +"152059",43847,1519,3,222,2349 +"152060",43847,2852,3,222,2448 +"152061",43847,4665,3,222,1569 +"152062",43847,5897,3,222,2337 +"152063",43847,7785,3,222,2441 +"152064",43847,11537,3,222,469 +"152065",43847,26700,2,222,1663 +"152066",43847,31866,3,222,2101 +"152067",43847,32149,3,222,541 +"152068",43847,32560,3,222,1258 +"152069",43847,38938,1,222,1593 +"152070",43847,45375,3,222,862 +"152071",43847,54127,2,222,1593 +"152072",43847,73245,3,222,802 +"152073",43847,78569,3,222,578 +"152074",43847,85405,3,222,1593 +"152075",43847,85869,3,222,1509 +"152076",43847,87142,2,222,591 +"152077",43847,90064,2,222,454 +"152078",43847,90065,2,222,1418 +"152079",43847,92217,3,222,1663 +"152080",43847,111208,3,222,847 +"152081",43883,671,3,925,2328 +"152082",43883,2063,3,925,1278 +"152083",43883,2743,2,925,1278 +"152084",43883,3242,3,925,1730 +"152085",43883,16164,3,925,1184 +"152086",43883,20563,3,925,2267 +"152087",43883,20783,3,925,2414 +"152088",43883,20824,3,925,1366 +"152089",43883,23506,3,925,1172 +"152090",43883,51022,3,925,1499 +"152091",43902,3198,3,1726,1797 +"152092",43902,3397,2,1726,2126 +"152093",43902,3409,3,1726,2167 +"152094",43902,3453,2,1726,2126 +"152095",43902,7616,3,1726,2296 +"152096",43902,9362,3,1726,2879 +"152097",43902,10370,3,1726,2224 +"152098",43902,12778,3,1726,2045 +"152099",43902,23098,3,1726,2300 +"152100",43902,24753,3,1726,2860 +"152101",43902,24793,3,1726,1993 +"152102",43902,27001,3,1726,1761 +"152103",43902,28626,3,1726,2842 +"152104",43902,30697,3,1726,2891 +"152105",43902,32419,2,1726,1909 +"152106",43902,36609,3,1726,2918 +"152107",43902,40879,3,1726,2019 +"152108",43902,42023,2,1726,2231 +"152109",43902,45618,3,1726,2356 +"152110",43902,51017,3,1726,2073 +"152111",43902,51035,3,1726,2397 +"152112",43902,57549,3,1726,2335 +"152113",43902,60207,3,1726,2224 +"152114",43902,63907,2,1726,2377 +"152115",43902,70046,3,1726,2624 +"152116",43902,83286,3,1726,1793 +"152117",43902,83291,3,1726,2066 +"152118",43905,4144,2,756,1520 +"152119",43905,6248,3,756,2737 +"152120",43905,9063,2,756,2000 +"152121",43905,10337,3,756,2452 +"152122",43905,10727,3,756,2082 +"152123",43905,12481,3,756,1086 +"152124",43905,13400,3,756,1371 +"152125",43905,13528,3,756,1891 +"152126",43905,15502,3,756,2637 +"152127",43905,17952,2,756,1530 +"152128",43905,18319,3,756,1439 +"152129",43905,26100,3,756,1966 +"152130",43905,29117,3,756,1250 +"152131",43905,30334,3,756,2075 +"152132",43905,32678,2,756,1439 +"152133",43905,33219,2,756,1173 +"152134",43905,35752,3,756,1158 +"152135",43905,35911,2,756,2370 +"152136",43905,37636,3,756,2178 +"152137",43905,37844,2,756,2002 +"152138",43905,38422,3,756,1019 +"152139",43905,39321,2,756,2257 +"152140",43905,40392,3,756,1878 +"152141",43905,43960,1,756,1293 +"152142",43905,51783,3,756,2599 +"152143",43905,53362,2,756,2360 +"152144",43905,58233,3,756,1665 +"152145",43905,67763,3,756,822 +"152146",43905,73837,3,756,1061 +"152147",43905,83161,3,756,1352 +"152148",43905,97266,3,756,1016 +"152149",43926,25440,2,2672,2749 +"152150",43926,35037,3,2672,2974 +"152151",43926,57657,3,2672,2735 +"152152",43929,18867,3,2749,2866 +"152153",43941,145,3,1289,1998 +"152154",43941,455,3,1289,2827 +"152155",43941,470,3,1289,2285 +"152156",43941,600,3,1289,1702 +"152157",43941,913,2,1289,2144 +"152158",43941,7515,3,1289,2737 +"152159",43941,8888,3,1289,1328 +"152160",43941,9184,3,1289,2670 +"152161",43941,10433,3,1289,2075 +"152162",43941,11516,3,1289,1937 +"152163",43941,12199,3,1289,1651 +"152164",43941,12528,3,1289,2589 +"152165",43941,12618,2,1289,2021 +"152166",43941,15381,3,1289,2289 +"152167",43941,17698,3,1289,1559 +"152168",43941,19335,1,1289,1729 +"152169",43941,22567,1,1289,2396 +"152170",43941,23132,2,1289,2756 +"152171",43941,24448,3,1289,2289 +"152172",43941,24568,3,1289,1937 +"152173",43941,27275,3,1289,2656 +"152174",43941,27390,3,1289,2425 +"152175",43941,27837,3,1289,1315 +"152176",43941,28115,3,1289,1835 +"152177",43941,31050,3,1289,1491 +"152178",43941,31235,3,1289,2668 +"152179",43941,34160,3,1289,1759 +"152180",43941,35302,2,1289,1589 +"152181",43941,39657,3,1289,1947 +"152182",43941,40383,1,1289,2639 +"152183",43941,41739,3,1289,1339 +"152184",43941,42799,3,1289,2729 +"152185",43941,46621,3,1289,1343 +"152186",43941,56317,3,1289,2030 +"152187",43941,59022,3,1289,2494 +"152188",43941,62219,3,1289,2494 +"152189",43941,63409,3,1289,1937 +"152190",43941,73305,3,1289,2544 +"152191",43941,79436,3,1289,1344 +"152192",43941,80429,3,1289,1927 +"152193",43941,86245,3,1289,1972 +"152194",43941,88808,3,1289,1462 +"152195",43941,107649,3,1289,1573 +"152196",43952,341,3,168,2689 +"152197",43952,952,3,168,1991 +"152198",43952,5615,3,168,1105 +"152199",43952,10310,3,168,2774 +"152200",43952,11493,3,168,2077 +"152201",43952,12371,3,168,1569 +"152202",43952,12639,2,168,1141 +"152203",43952,17351,3,168,2036 +"152204",43952,19208,3,168,2629 +"152205",43952,19621,3,168,725 +"152206",43952,20331,3,168,2365 +"152207",43952,20730,3,168,2243 +"152208",43952,21566,2,168,1234 +"152209",43952,22893,3,168,1938 +"152210",43952,23006,2,168,1532 +"152211",43952,28571,3,168,1556 +"152212",43952,29930,3,168,2240 +"152213",43952,33846,3,168,801 +"152214",43952,36441,3,168,2796 +"152215",43952,41770,3,168,2752 +"152216",43952,42799,3,168,2729 +"152217",43952,44894,3,168,2048 +"152218",43952,46043,2,168,1358 +"152219",43952,62870,1,168,1568 +"152220",43952,74818,3,168,1440 +"152221",43952,79472,3,168,1230 +"152222",43952,80944,3,168,2300 +"152223",43952,86883,3,168,1623 +"152224",43952,117956,3,168,2774 +"152225",43953,50248,2,2203,2781 +"152226",43953,53519,2,2203,2781 +"152227",43953,58427,3,2203,2234 +"152228",43953,99886,3,2203,2781 +"152229",43957,3158,3,1824,2762 +"152230",43957,10146,3,1824,1878 +"152231",43957,14473,1,1824,2325 +"152232",43957,14612,3,1824,2340 +"152233",43957,14957,3,1824,2306 +"152234",43957,17499,3,1824,2954 +"152235",43957,17695,3,1824,1930 +"152236",43960,4144,3,1293,1520 +"152237",43960,6248,3,1293,2737 +"152238",43960,9063,3,1293,2000 +"152239",43960,10727,3,1293,2082 +"152240",43960,13400,3,1293,1371 +"152241",43960,13528,3,1293,1891 +"152242",43960,17952,2,1293,1530 +"152243",43960,26100,3,1293,1966 +"152244",43960,30334,3,1293,2075 +"152245",43960,32678,3,1293,1439 +"152246",43960,35911,3,1293,2370 +"152247",43960,37636,3,1293,2178 +"152248",43960,37844,2,1293,2002 +"152249",43960,39321,2,1293,2257 +"152250",43960,40392,3,1293,1878 +"152251",43960,51783,3,1293,2599 +"152252",43960,53362,2,1293,2360 +"152253",43960,54061,3,1293,1488 +"152254",43961,341,2,2443,2689 +"152255",43961,841,2,2443,2964 +"152256",43961,27312,3,2443,2469 +"152257",43961,27742,3,2443,2700 +"152258",43961,27914,3,2443,2507 +"152259",43961,31331,3,2443,2964 +"152260",43961,35797,3,2443,2482 +"152261",43961,36487,3,2443,2622 +"152262",43961,40954,2,2443,2603 +"152263",43961,45729,3,2443,2606 +"152264",43961,64967,2,2443,2872 +"152265",44025,5106,3,1935,2622 +"152266",44025,17033,3,1935,2771 +"152267",44025,36506,3,1935,2638 +"152268",44025,39534,3,1935,2410 +"152269",44056,31700,2,2092,2727 +"152270",44056,37238,3,2092,2609 +"152271",44059,2269,3,525,984 +"152272",44059,2424,3,525,2582 +"152273",44059,4317,3,525,1224 +"152274",44059,4701,3,525,2401 +"152275",44059,4790,2,525,1025 +"152276",44059,4791,2,525,1184 +"152277",44059,6718,3,525,2138 +"152278",44059,12863,3,525,2027 +"152279",44059,14678,3,525,799 +"152280",44059,18393,3,525,860 +"152281",44059,18707,3,525,1143 +"152282",44059,19719,3,525,2177 +"152283",44059,20287,3,525,1099 +"152284",44059,21122,3,525,1701 +"152285",44059,21197,3,525,1437 +"152286",44059,21198,2,525,935 +"152287",44059,21285,3,525,2100 +"152288",44059,22282,3,525,1418 +"152289",44059,22362,3,525,1836 +"152290",44059,23450,3,525,967 +"152291",44059,24755,3,525,1319 +"152292",44059,26451,3,525,2133 +"152293",44059,26749,3,525,2965 +"152294",44059,27175,3,525,1447 +"152295",44059,27390,3,525,2425 +"152296",44059,27849,3,525,1316 +"152297",44059,29705,1,525,607 +"152298",44059,29987,3,525,956 +"152299",44059,32601,3,525,1033 +"152300",44059,35095,3,525,1502 +"152301",44059,41174,2,525,850 +"152302",44059,42618,3,525,2316 +"152303",44059,42687,3,525,1952 +"152304",44059,43051,1,525,904 +"152305",44059,43385,3,525,1623 +"152306",44059,45660,3,525,618 +"152307",44059,46723,2,525,607 +"152308",44059,48414,3,525,1749 +"152309",44059,50219,2,525,756 +"152310",44059,50685,3,525,2008 +"152311",44059,51810,3,525,1401 +"152312",44059,52058,3,525,1836 +"152313",44059,52576,3,525,2234 +"152314",44059,55468,2,525,2511 +"152315",44059,57950,3,525,1529 +"152316",44059,58508,3,525,2326 +"152317",44059,58652,3,525,1437 +"152318",44059,64181,3,525,1828 +"152319",44059,66860,3,525,1548 +"152320",44059,70603,3,525,1002 +"152321",44059,71342,3,525,1289 +"152322",44059,72956,3,525,1251 +"152323",44059,75948,2,525,1006 +"152324",44059,76127,3,525,910 +"152325",44059,77305,3,525,965 +"152326",44059,78270,3,525,1171 +"152327",44059,79322,3,525,2770 +"152328",44059,80242,3,525,569 +"152329",44059,81588,3,525,1568 +"152330",44059,82949,3,525,2077 +"152331",44059,83434,3,525,850 +"152332",44059,89097,3,525,935 +"152333",44059,90573,3,525,878 +"152334",44059,92220,2,525,607 +"152335",44059,109510,3,525,621 +"152336",44059,121422,3,525,850 +"152337",44065,3786,3,166,2282 +"152338",44065,5414,3,166,2321 +"152339",44065,19687,3,166,2072 +"152340",44065,23639,3,166,2065 +"152341",44065,24116,3,166,1413 +"152342",44065,99194,3,166,1271 +"152343",44068,360,3,1056,1671 +"152344",44068,1315,3,1056,2760 +"152345",44068,1386,3,1056,1901 +"152346",44068,1782,3,1056,2796 +"152347",44068,5315,3,1056,2631 +"152348",44068,5716,3,1056,1058 +"152349",44068,6417,3,1056,1675 +"152350",44068,11127,3,1056,1196 +"152351",44068,11208,3,1056,1161 +"152352",44068,11218,3,1056,2292 +"152353",44068,11665,3,1056,1643 +"152354",44068,13929,3,1056,2693 +"152355",44068,16587,2,1056,2065 +"152356",44068,17354,3,1056,2250 +"152357",44068,18554,3,1056,2065 +"152358",44068,19637,3,1056,1229 +"152359",44068,19862,3,1056,2412 +"152360",44068,23159,3,1056,1548 +"152361",44068,24169,3,1056,1663 +"152362",44068,26766,2,1056,1161 +"152363",44068,27130,3,1056,1880 +"152364",44068,28131,3,1056,1492 +"152365",44068,29864,3,1056,2479 +"152366",44068,29930,3,1056,2240 +"152367",44068,30150,2,1056,1704 +"152368",44068,37758,1,1056,1998 +"152369",44068,39746,3,1056,1361 +"152370",44068,41955,3,1056,2479 +"152371",44068,42486,3,1056,1951 +"152372",44068,43135,1,1056,1171 +"152373",44068,53134,2,1056,1590 +"152374",44068,54929,3,1056,2783 +"152375",44068,62488,3,1056,1418 +"152376",44068,70203,3,1056,2756 +"152377",44068,77424,3,1056,1489 +"152378",44068,93933,2,1056,1336 +"152379",44068,106318,3,1056,1698 +"152380",44074,841,3,1299,2964 +"152381",44074,3520,3,1299,2281 +"152382",44074,4567,3,1299,2348 +"152383",44074,4660,2,1299,2149 +"152384",44074,4831,2,1299,2365 +"152385",44074,5414,3,1299,2321 +"152386",44074,5673,3,1299,1567 +"152387",44074,5962,3,1299,2491 +"152388",44074,6119,2,1299,2358 +"152389",44074,6432,3,1299,2297 +"152390",44074,7206,3,1299,1959 +"152391",44074,9115,3,1299,2068 +"152392",44074,9484,3,1299,1429 +"152393",44074,10336,3,1299,2271 +"152394",44074,11990,3,1299,1909 +"152395",44074,13150,3,1299,1570 +"152396",44074,16286,3,1299,2470 +"152397",44074,17826,3,1299,2920 +"152398",44074,20662,3,1299,1523 +"152399",44074,22905,3,1299,2599 +"152400",44074,27686,3,1299,2844 +"152401",44074,27742,3,1299,2700 +"152402",44074,27882,1,1299,1897 +"152403",44074,27908,3,1299,2576 +"152404",44074,27914,3,1299,2507 +"152405",44074,29825,3,1299,2603 +"152406",44074,30334,3,1299,2075 +"152407",44074,31317,3,1299,1362 +"152408",44074,32920,3,1299,2158 +"152409",44074,35797,3,1299,2482 +"152410",44074,36487,1,1299,2622 +"152411",44074,37036,3,1299,2264 +"152412",44074,37475,3,1299,1509 +"152413",44074,37636,3,1299,2178 +"152414",44074,39418,2,1299,1978 +"152415",44074,39999,2,1299,1593 +"152416",44074,40129,3,1299,2162 +"152417",44074,40392,3,1299,1878 +"152418",44074,41694,3,1299,2358 +"152419",44074,43961,2,1299,2443 +"152420",44074,47375,2,1299,2043 +"152421",44074,47840,3,1299,2509 +"152422",44074,51360,3,1299,1882 +"152423",44074,51774,3,1299,2459 +"152424",44074,51783,3,1299,2599 +"152425",44074,51879,3,1299,1771 +"152426",44074,55775,3,1299,2385 +"152427",44074,56755,3,1299,2158 +"152428",44074,59683,2,1299,2068 +"152429",44074,61513,3,1299,2948 +"152430",44074,62712,2,1299,2884 +"152431",44074,63641,3,1299,2337 +"152432",44074,65522,3,1299,1572 +"152433",44074,66717,3,1299,2104 +"152434",44074,66994,3,1299,1865 +"152435",44074,68876,3,1299,1397 +"152436",44074,68971,2,1299,2019 +"152437",44074,69232,3,1299,2130 +"152438",44074,77595,3,1299,1622 +"152439",44074,81805,3,1299,1607 +"152440",44074,82341,2,1299,1515 +"152441",44074,87011,3,1299,1592 +"152442",44074,89538,2,1299,1847 +"152443",44074,92297,3,1299,2952 +"152444",44074,104828,3,1299,1609 +"152445",44089,2424,3,1632,2582 +"152446",44089,4953,3,1632,2285 +"152447",44089,7616,2,1632,2296 +"152448",44089,7847,3,1632,2424 +"152449",44089,10370,1,1632,2224 +"152450",44089,14887,3,1632,2158 +"152451",44089,15381,3,1632,2289 +"152452",44089,16539,3,1632,1947 +"152453",44089,19093,2,1632,2224 +"152454",44089,24793,3,1632,1993 +"152455",44089,26451,3,1632,2133 +"152456",44089,27377,2,1632,1724 +"152457",44089,32419,3,1632,1909 +"152458",44089,38307,3,1632,2648 +"152459",44089,43455,3,1632,2846 +"152460",44089,43902,2,1632,1726 +"152461",44089,44407,3,1632,2154 +"152462",44089,44688,3,1632,2924 +"152463",44089,49334,3,1632,2433 +"152464",44089,52576,3,1632,2234 +"152465",44089,53293,3,1632,2916 +"152466",44089,55076,3,1632,2408 +"152467",44089,57549,2,1632,2335 +"152468",44089,61921,3,1632,1793 +"152469",44089,70046,3,1632,2624 +"152470",44089,77611,3,1632,1795 +"152471",44089,79653,3,1632,2683 +"152472",44102,31281,3,989,1937 +"152473",44102,44473,3,989,1685 +"152474",44132,3158,2,1999,2762 +"152475",44132,4634,3,1999,2291 +"152476",44132,6223,3,1999,2363 +"152477",44132,8463,3,1999,2466 +"152478",44132,12598,3,1999,2086 +"152479",44132,12966,3,1999,2011 +"152480",44132,14442,2,1999,2700 +"152481",44132,14957,3,1999,2306 +"152482",44132,15782,3,1999,2306 +"152483",44132,16184,3,1999,2274 +"152484",44132,17768,2,1999,2468 +"152485",44132,25053,3,1999,2186 +"152486",44132,36996,3,1999,2321 +"152487",44132,42390,3,1999,2937 +"152488",44132,47094,3,1999,2592 +"152489",44132,49142,3,1999,2289 +"152490",44132,49805,3,1999,2445 +"152491",44132,59289,3,1999,2896 +"152492",44135,3164,3,2620,2693 +"152493",44135,6030,3,2620,2953 +"152494",44135,7759,2,2620,2844 +"152495",44135,28168,3,2620,2702 +"152496",44135,40368,3,2620,2876 +"152497",44151,1226,2,1796,2353 +"152498",44151,2195,2,1796,2139 +"152499",44151,2712,3,1796,1881 +"152500",44151,22415,3,1796,2841 +"152501",44151,24648,2,1796,1833 +"152502",44151,24825,3,1796,2686 +"152503",44151,28635,3,1796,2368 +"152504",44151,67957,3,1796,2823 +"152505",44151,82949,3,1796,2077 +"152506",44160,2195,3,859,2139 +"152507",44160,2540,3,859,1398 +"152508",44160,3714,3,859,2605 +"152509",44160,3961,2,859,2426 +"152510",44160,4289,2,859,1921 +"152511",44160,5315,3,859,2631 +"152512",44160,6047,3,859,2004 +"152513",44160,6417,3,859,1675 +"152514",44160,9950,3,859,920 +"152515",44160,10358,3,859,2294 +"152516",44160,10717,3,859,1938 +"152517",44160,10857,3,859,2253 +"152518",44160,11540,3,859,1237 +"152519",44160,12684,3,859,2182 +"152520",44160,12692,3,859,1855 +"152521",44160,13003,3,859,2763 +"152522",44160,13780,3,859,2412 +"152523",44160,13967,3,859,1354 +"152524",44160,14032,3,859,2144 +"152525",44160,14669,3,859,2080 +"152526",44160,15309,3,859,2820 +"152527",44160,15343,2,859,2125 +"152528",44160,15799,3,859,1917 +"152529",44160,16053,3,859,908 +"152530",44160,16120,2,859,1237 +"152531",44160,16826,2,859,2599 +"152532",44160,17021,2,859,1226 +"152533",44160,17484,3,859,1256 +"152534",44160,17967,3,859,2125 +"152535",44160,17997,3,859,1621 +"152536",44160,18103,3,859,1968 +"152537",44160,18874,3,859,2170 +"152538",44160,19637,3,859,1229 +"152539",44160,20067,3,859,2390 +"152540",44160,21092,3,859,1643 +"152541",44160,21138,3,859,2849 +"152542",44160,21417,2,859,2422 +"152543",44160,21706,3,859,1988 +"152544",44160,22639,3,859,2352 +"152545",44160,23301,3,859,1611 +"152546",44160,23869,3,859,1918 +"152547",44160,24240,2,859,1755 +"152548",44160,24608,3,859,1630 +"152549",44160,24853,3,859,1004 +"152550",44160,24955,3,859,2424 +"152551",44160,25443,3,859,1441 +"152552",44160,25680,3,859,1618 +"152553",44160,31069,3,859,1995 +"152554",44160,33801,3,859,2899 +"152555",44160,34158,3,859,2639 +"152556",44160,34311,3,859,2213 +"152557",44160,35361,3,859,2389 +"152558",44160,35529,3,859,1620 +"152559",44160,38227,3,859,2511 +"152560",44160,40432,3,859,1956 +"152561",44160,42814,3,859,1149 +"152562",44160,44407,3,859,2154 +"152563",44160,44676,3,859,2629 +"152564",44160,47386,2,859,2226 +"152565",44160,49998,3,859,2761 +"152566",44160,51017,3,859,2073 +"152567",44160,53475,3,859,2853 +"152568",44160,54551,3,859,2348 +"152569",44160,55691,3,859,2856 +"152570",44160,56807,3,859,1571 +"152571",44160,57977,3,859,2683 +"152572",44160,70046,3,859,2624 +"152573",44160,70269,3,859,2368 +"152574",44160,70996,3,859,1037 +"152575",44160,76511,3,859,1250 +"152576",44160,79909,3,859,1059 +"152577",44160,82929,3,859,2475 +"152578",44160,86279,3,859,1076 +"152579",44160,87198,3,859,1462 +"152580",44160,90802,3,859,877 +"152581",44160,100140,3,859,1041 +"152582",44160,101395,3,859,891 +"152583",44161,3167,3,1156,1676 +"152584",44161,4623,3,1156,1176 +"152585",44161,5864,3,1156,1197 +"152586",44161,12096,3,1156,1330 +"152587",44161,17852,2,1156,2840 +"152588",44161,22331,3,1156,2687 +"152589",44161,24482,2,1156,1649 +"152590",44161,26570,3,1156,1669 +"152591",44161,31307,3,1156,2139 +"152592",44161,33160,3,1156,2441 +"152593",44161,34158,2,1156,2639 +"152594",44161,38219,3,1156,1689 +"152595",44161,39748,3,1156,1566 +"152596",44161,40646,3,1156,1583 +"152597",44161,41064,3,1156,1201 +"152598",44161,41108,2,1156,1624 +"152599",44161,51157,1,1156,2319 +"152600",44161,51319,3,1156,2488 +"152601",44161,57760,3,1156,1721 +"152602",44161,58733,3,1156,1958 +"152603",44161,62148,2,1156,1566 +"152604",44161,64219,2,1156,2705 +"152605",44161,65322,3,1156,2008 +"152606",44161,76356,3,1156,2323 +"152607",44161,81478,2,1156,1640 +"152608",44161,91901,3,1156,1236 +"152609",44181,160,3,1034,2007 +"152610",44181,680,3,1034,2569 +"152611",44181,1175,3,1034,1642 +"152612",44181,1822,3,1034,2888 +"152613",44181,2093,3,1034,2459 +"152614",44181,2181,3,1034,2030 +"152615",44181,2668,3,1034,1529 +"152616",44181,2747,3,1034,2411 +"152617",44181,2852,3,1034,2448 +"152618",44181,2985,3,1034,2398 +"152619",44181,3317,3,1034,2037 +"152620",44181,3477,2,1034,2546 +"152621",44181,3886,3,1034,1669 +"152622",44181,3966,3,1034,2425 +"152623",44181,3978,3,1034,2775 +"152624",44181,4066,3,1034,1736 +"152625",44181,4303,3,1034,2414 +"152626",44181,4622,3,1034,1589 +"152627",44181,4775,2,1034,1500 +"152628",44181,5346,3,1034,1438 +"152629",44181,5852,3,1034,1862 +"152630",44181,5897,3,1034,2337 +"152631",44181,6063,2,1034,2349 +"152632",44181,6392,3,1034,1878 +"152633",44181,8993,3,1034,2099 +"152634",44181,9035,3,1034,2771 +"152635",44181,9481,3,1034,1610 +"152636",44181,9503,1,1034,2453 +"152637",44181,9785,3,1034,2951 +"152638",44181,9787,3,1034,2858 +"152639",44181,10453,2,1034,1656 +"152640",44181,11154,3,1034,1594 +"152641",44181,11229,3,1034,1625 +"152642",44181,12577,1,1034,2530 +"152643",44181,13065,3,1034,1561 +"152644",44181,13136,3,1034,2867 +"152645",44181,13324,3,1034,2163 +"152646",44181,13899,3,1034,2650 +"152647",44181,13920,2,1034,1709 +"152648",44181,14599,3,1034,1118 +"152649",44181,14654,3,1034,1692 +"152650",44181,14749,3,1034,1998 +"152651",44181,14817,3,1034,2110 +"152652",44181,15023,3,1034,2054 +"152653",44181,15207,3,1034,1855 +"152654",44181,15826,3,1034,2772 +"152655",44181,16205,1,1034,2630 +"152656",44181,16501,3,1034,1650 +"152657",44181,17037,2,1034,2947 +"152658",44181,17931,3,1034,1617 +"152659",44181,18102,2,1034,1642 +"152660",44181,18124,3,1034,1642 +"152661",44181,18217,2,1034,1566 +"152662",44181,18381,3,1034,1524 +"152663",44181,19317,3,1034,2041 +"152664",44181,20124,3,1034,2376 +"152665",44181,20220,2,1034,1656 +"152666",44181,20984,3,1034,2502 +"152667",44181,21207,3,1034,1258 +"152668",44181,21240,3,1034,1162 +"152669",44181,21479,3,1034,2134 +"152670",44181,21684,3,1034,1971 +"152671",44181,22403,3,1034,1630 +"152672",44181,23131,3,1034,1732 +"152673",44181,25163,3,1034,1751 +"152674",44181,25373,3,1034,2783 +"152675",44181,26182,3,1034,2775 +"152676",44181,27742,3,1034,2700 +"152677",44181,28081,3,1034,1927 +"152678",44181,28116,3,1034,1643 +"152679",44181,28588,3,1034,1335 +"152680",44181,28837,3,1034,2286 +"152681",44181,29267,3,1034,1234 +"152682",44181,29286,3,1034,1612 +"152683",44181,30368,3,1034,2487 +"152684",44181,30486,3,1034,1269 +"152685",44181,30525,3,1034,1964 +"152686",44181,31357,3,1034,2389 +"152687",44181,32339,3,1034,2430 +"152688",44181,32395,3,1034,2735 +"152689",44181,33223,2,1034,2397 +"152690",44181,33451,3,1034,1957 +"152691",44181,33470,3,1034,2003 +"152692",44181,34892,3,1034,2309 +"152693",44181,35413,3,1034,1569 +"152694",44181,35477,3,1034,2703 +"152695",44181,35822,3,1034,1903 +"152696",44181,35980,2,1034,2657 +"152697",44181,36346,3,1034,1240 +"152698",44181,36578,3,1034,1484 +"152699",44181,36637,3,1034,2085 +"152700",44181,36912,3,1034,2469 +"152701",44181,37301,3,1034,2160 +"152702",44181,37636,3,1034,2178 +"152703",44181,38457,3,1034,1630 +"152704",44181,40542,2,1034,1664 +"152705",44181,41023,3,1034,2408 +"152706",44181,41581,3,1034,1692 +"152707",44181,42914,3,1034,1737 +"152708",44181,44464,3,1034,1619 +"152709",44181,46486,3,1034,1868 +"152710",44181,47384,3,1034,1639 +"152711",44181,47595,3,1034,2374 +"152712",44181,50354,3,1034,1299 +"152713",44181,51038,2,1034,2400 +"152714",44181,51843,3,1034,2389 +"152715",44181,52953,3,1034,1741 +"152716",44181,56873,3,1034,1421 +"152717",44181,57150,3,1034,1196 +"152718",44181,57180,3,1034,2703 +"152719",44181,58501,3,1034,2613 +"152720",44181,59039,3,1034,2870 +"152721",44181,59790,3,1034,1827 +"152722",44181,66978,3,1034,1536 +"152723",44181,72597,3,1034,1843 +"152724",44181,74370,2,1034,1667 +"152725",44181,74605,3,1034,2265 +"152726",44181,76143,2,1034,1610 +"152727",44181,76503,3,1034,1136 +"152728",44181,79547,3,1034,1909 +"152729",44181,82226,3,1034,1619 +"152730",44181,84317,3,1034,2081 +"152731",44181,88473,3,1034,1102 +"152732",44181,91849,3,1034,1166 +"152733",44181,92860,2,1034,1643 +"152734",44181,93208,2,1034,1324 +"152735",44181,94520,3,1034,1243 +"152736",44188,457,2,1609,1704 +"152737",44188,1102,3,1609,2282 +"152738",44188,5580,3,1609,2111 +"152739",44188,5622,3,1609,2175 +"152740",44188,6074,3,1609,2426 +"152741",44188,6113,3,1609,1678 +"152742",44188,8192,3,1609,1670 +"152743",44188,8376,3,1609,1670 +"152744",44188,9654,3,1609,2111 +"152745",44188,10857,3,1609,2253 +"152746",44188,12432,3,1609,1816 +"152747",44188,12449,3,1609,2067 +"152748",44188,13869,3,1609,1786 +"152749",44188,19622,3,1609,2371 +"152750",44188,21448,2,1609,2332 +"152751",44188,23725,3,1609,2378 +"152752",44188,24066,3,1609,1755 +"152753",44188,24558,3,1609,2139 +"152754",44188,26671,3,1609,2279 +"152755",44188,30405,3,1609,2164 +"152756",44188,34836,3,1609,2302 +"152757",44188,39294,3,1609,1889 +"152758",44188,45684,3,1609,2200 +"152759",44188,53323,3,1609,2677 +"152760",44188,53608,2,1609,1986 +"152761",44188,54551,3,1609,2348 +"152762",44188,57246,3,1609,1873 +"152763",44188,57353,2,1609,1849 +"152764",44193,279,3,989,1989 +"152765",44193,1685,3,989,2230 +"152766",44193,3460,3,989,2530 +"152767",44193,3896,3,989,2693 +"152768",44193,4690,3,989,1938 +"152769",44193,4821,3,989,1938 +"152770",44193,5235,3,989,2324 +"152771",44193,5346,3,989,1438 +"152772",44193,10513,3,989,2284 +"152773",44193,11456,3,989,2715 +"152774",44193,12000,3,989,1454 +"152775",44193,12602,3,989,1956 +"152776",44193,13671,2,989,1371 +"152777",44193,13724,2,989,1573 +"152778",44193,13861,3,989,1197 +"152779",44193,14834,3,989,2739 +"152780",44193,15207,3,989,1855 +"152781",44193,15453,3,989,1688 +"152782",44193,16590,3,989,1123 +"152783",44193,21249,1,989,1635 +"152784",44193,22567,3,989,2396 +"152785",44193,31069,3,989,1995 +"152786",44193,31997,3,989,1703 +"152787",44193,32457,3,989,2690 +"152788",44193,33052,3,989,2251 +"152789",44193,35186,1,989,1520 +"152790",44193,36646,3,989,2744 +"152791",44193,39135,3,989,2489 +"152792",44193,42196,3,989,2765 +"152793",44193,42642,2,989,2257 +"152794",44193,43311,3,989,1553 +"152795",44193,45302,3,989,2390 +"152796",44193,46580,3,989,2346 +"152797",44193,46950,3,989,2673 +"152798",44193,50509,3,989,2050 +"152799",44193,51055,3,989,2558 +"152800",44193,52735,3,989,1124 +"152801",44193,53648,3,989,2167 +"152802",44193,53968,1,989,2703 +"152803",44193,58812,3,989,1170 +"152804",44193,60516,2,989,2257 +"152805",44193,64699,3,989,2797 +"152806",44193,69591,3,989,2294 +"152807",44193,69712,3,989,1219 +"152808",44193,77811,2,989,1871 +"152809",44193,80825,3,989,2315 +"152810",44193,84268,1,989,1217 +"152811",44193,85638,3,989,2275 +"152812",44193,86152,2,989,1944 +"152813",44193,94520,3,989,1243 +"152814",44193,115097,3,989,1041 +"152815",44235,841,3,2700,2964 +"152816",44235,7323,3,2700,2858 +"152817",44235,13290,3,2700,2824 +"152818",44235,22709,3,2700,2743 +"152819",44235,25741,3,2700,2853 +"152820",44235,37059,3,2700,2840 +"152821",44235,64967,3,2700,2872 +"152822",44235,73602,3,2700,2881 +"152823",44268,2446,2,2436,2606 +"152824",44268,3853,3,2436,2465 +"152825",44268,13158,3,2436,2667 +"152826",44288,6820,2,521,1318 +"152827",44288,10358,3,521,2294 +"152828",44288,10779,3,521,2881 +"152829",44288,11127,3,521,1196 +"152830",44288,12356,2,521,2757 +"152831",44288,14959,3,521,2898 +"152832",44288,20689,1,521,557 +"152833",44288,35926,3,521,2371 +"152834",44288,63578,3,521,2107 +"152835",44299,6063,3,1874,2349 +"152836",44299,8238,3,1874,2222 +"152837",44299,14655,3,1874,2559 +"152838",44299,17354,3,1874,2250 +"152839",44299,22682,3,1874,2035 +"152840",44299,23460,3,1874,2183 +"152841",44299,27796,3,1874,2151 +"152842",44299,31705,3,1874,2706 +"152843",44299,36031,2,1874,2342 +"152844",44299,44557,3,1874,2371 +"152845",44299,85449,3,1874,2340 +"152846",44299,89681,3,1874,1978 +"152847",44306,25,3,1036,2762 +"152848",44306,135,3,1036,2233 +"152849",44306,675,3,1036,1686 +"152850",44306,1130,3,1036,1566 +"152851",44306,1136,3,1036,2536 +"152852",44306,1151,3,1036,2885 +"152853",44306,1196,3,1036,1986 +"152854",44306,1616,3,1036,2662 +"152855",44306,2224,3,1036,2751 +"152856",44306,2289,3,1036,2389 +"152857",44306,2572,3,1036,2273 +"152858",44306,2954,3,1036,2727 +"152859",44306,3011,2,1036,2278 +"152860",44306,3765,2,1036,2775 +"152861",44306,4191,3,1036,2130 +"152862",44306,4701,2,1036,2401 +"152863",44306,4791,2,1036,1184 +"152864",44306,4821,3,1036,1938 +"152865",44306,5315,3,1036,2631 +"152866",44306,5716,3,1036,1058 +"152867",44306,5986,3,1036,1721 +"152868",44306,6162,2,1036,1673 +"152869",44306,6392,3,1036,1878 +"152870",44306,7029,3,1036,2204 +"152871",44306,7229,3,1036,2669 +"152872",44306,7847,3,1036,2424 +"152873",44306,7970,3,1036,1197 +"152874",44306,8192,3,1036,1670 +"152875",44306,8258,3,1036,1959 +"152876",44306,8274,3,1036,1909 +"152877",44306,8327,3,1036,2527 +"152878",44306,9311,3,1036,2477 +"152879",44306,9979,3,1036,2238 +"152880",44306,10358,3,1036,2294 +"152881",44306,10474,3,1036,1608 +"152882",44306,10843,3,1036,2277 +"152883",44306,11218,3,1036,2292 +"152884",44306,12042,3,1036,2345 +"152885",44306,12449,3,1036,2067 +"152886",44306,13601,3,1036,2689 +"152887",44306,14278,3,1036,1267 +"152888",44306,14422,3,1036,1548 +"152889",44306,14723,3,1036,2019 +"152890",44306,14983,3,1036,1047 +"152891",44306,15005,3,1036,1415 +"152892",44306,15626,3,1036,2434 +"152893",44306,16111,3,1036,1714 +"152894",44306,16201,3,1036,1811 +"152895",44306,17351,3,1036,2036 +"152896",44306,17632,3,1036,1947 +"152897",44306,17721,3,1036,1410 +"152898",44306,17938,2,1036,1410 +"152899",44306,19453,3,1036,1928 +"152900",44306,19718,3,1036,1702 +"152901",44306,20494,3,1036,1075 +"152902",44306,22180,3,1036,1835 +"152903",44306,22415,3,1036,2841 +"152904",44306,22455,2,1036,1197 +"152905",44306,23745,1,1036,1968 +"152906",44306,24066,3,1036,1755 +"152907",44306,24169,3,1036,1663 +"152908",44306,24286,2,1036,1280 +"152909",44306,24721,3,1036,2326 +"152910",44306,25341,2,1036,1858 +"152911",44306,25480,3,1036,2747 +"152912",44306,25816,3,1036,2088 +"152913",44306,26282,3,1036,1241 +"152914",44306,26408,3,1036,1545 +"152915",44306,26595,1,1036,1566 +"152916",44306,27261,3,1036,1368 +"152917",44306,27849,3,1036,1316 +"152918",44306,28640,2,1036,1475 +"152919",44306,30525,3,1036,1964 +"152920",44306,31050,3,1036,1491 +"152921",44306,33356,2,1036,1586 +"152922",44306,33433,2,1036,2805 +"152923",44306,34325,2,1036,1982 +"152924",44306,34509,3,1036,1973 +"152925",44306,34820,3,1036,1630 +"152926",44306,35516,1,1036,1229 +"152927",44306,35888,3,1036,2291 +"152928",44306,36578,2,1036,1484 +"152929",44306,36691,3,1036,1903 +"152930",44306,38727,2,1036,2238 +"152931",44306,38755,3,1036,2902 +"152932",44306,39556,2,1036,2747 +"152933",44306,40369,3,1036,2735 +"152934",44306,41682,3,1036,1988 +"152935",44306,41900,3,1036,1970 +"152936",44306,41945,3,1036,2856 +"152937",44306,42333,3,1036,2234 +"152938",44306,42642,3,1036,2257 +"152939",44306,43635,3,1036,1196 +"152940",44306,46091,3,1036,1938 +"152941",44306,47726,3,1036,1272 +"152942",44306,49581,3,1036,1817 +"152943",44306,50946,3,1036,1075 +"152944",44306,51089,3,1036,2426 +"152945",44306,53134,3,1036,1590 +"152946",44306,53196,3,1036,1888 +"152947",44306,53342,3,1036,2071 +"152948",44306,54879,1,1036,2210 +"152949",44306,55139,3,1036,2323 +"152950",44306,55643,3,1036,2359 +"152951",44306,56232,3,1036,1175 +"152952",44306,57129,3,1036,1858 +"152953",44306,57355,3,1036,1261 +"152954",44306,57732,2,1036,2454 +"152955",44306,58035,3,1036,1646 +"152956",44306,59113,3,1036,2434 +"152957",44306,59790,3,1036,1827 +"152958",44306,61613,3,1036,1189 +"152959",44306,62852,3,1036,2067 +"152960",44306,62903,1,1036,1704 +"152961",44306,63477,3,1036,1907 +"152962",44306,64181,3,1036,1828 +"152963",44306,64699,3,1036,2797 +"152964",44306,64997,3,1036,2791 +"152965",44306,65572,3,1036,2750 +"152966",44306,65625,3,1036,1273 +"152967",44306,66860,3,1036,1548 +"152968",44306,67145,2,1036,2015 +"152969",44306,68382,3,1036,1047 +"152970",44306,71971,3,1036,1294 +"152971",44306,72083,3,1036,1122 +"152972",44306,72391,2,1036,1547 +"152973",44306,73197,2,1036,1998 +"152974",44306,74190,3,1036,1428 +"152975",44306,75343,3,1036,2008 +"152976",44306,79382,2,1036,1908 +"152977",44306,82949,3,1036,2077 +"152978",44306,83907,3,1036,2056 +"152979",44306,86287,2,1036,1349 +"152980",44306,92513,3,1036,2282 +"152981",44306,99152,3,1036,1698 +"152982",44306,106318,3,1036,1698 +"152983",44341,388,3,1230,1594 +"152984",44341,680,3,1230,2569 +"152985",44341,1560,3,1230,2013 +"152986",44341,2540,3,1230,1398 +"152987",44341,2563,3,1230,1686 +"152988",44341,3254,3,1230,1258 +"152989",44341,4303,3,1230,2414 +"152990",44341,4983,3,1230,1909 +"152991",44341,5897,3,1230,2337 +"152992",44341,6602,3,1230,1631 +"152993",44341,7997,3,1230,2049 +"152994",44341,8062,3,1230,2858 +"152995",44341,9484,3,1230,1429 +"152996",44341,9716,3,1230,1929 +"152997",44341,10474,3,1230,1608 +"152998",44341,11429,3,1230,2520 +"152999",44341,11477,3,1230,2724 +"153000",44341,12759,3,1230,2414 +"153001",44341,14072,3,1230,1346 +"153002",44341,14754,3,1230,2456 +"153003",44341,14972,3,1230,2332 +"153004",44341,15095,2,1230,2001 +"153005",44341,15700,3,1230,1712 +"153006",44341,15826,3,1230,2772 +"153007",44341,18124,2,1230,1642 +"153008",44341,18371,3,1230,2860 +"153009",44341,18381,3,1230,1524 +"153010",44341,20395,3,1230,1468 +"153011",44341,20624,3,1230,1298 +"153012",44341,22244,3,1230,2139 +"153013",44341,25373,3,1230,2783 +"153014",44341,30334,2,1230,2075 +"153015",44341,30705,3,1230,2959 +"153016",44341,34820,3,1230,1630 +"153017",44341,35518,3,1230,1721 +"153018",44341,35797,3,1230,2482 +"153019",44341,36346,3,1230,1240 +"153020",44341,36953,3,1230,2790 +"153021",44341,37636,2,1230,2178 +"153022",44341,37844,3,1230,2002 +"153023",44341,39418,3,1230,1978 +"153024",44341,40392,2,1230,1878 +"153025",44341,41429,3,1230,1770 +"153026",44341,41694,3,1230,2358 +"153027",44341,41723,3,1230,2101 +"153028",44341,43204,3,1230,1680 +"153029",44341,47013,2,1230,2388 +"153030",44341,47082,3,1230,1990 +"153031",44341,51783,2,1230,2599 +"153032",44341,55482,3,1230,1866 +"153033",44341,56082,3,1230,2395 +"153034",44341,62712,3,1230,2884 +"153035",44341,62993,3,1230,1369 +"153036",44341,90745,3,1230,1994 +"153037",44341,106399,3,1230,1530 +"153038",44403,267,2,2429,2631 +"153039",44403,13899,3,2429,2650 +"153040",44403,16866,3,2429,2718 +"153041",44403,18865,3,2429,2676 +"153042",44403,19208,3,2429,2629 +"153043",44403,31705,3,2429,2706 +"153044",44403,36574,3,2429,2934 +"153045",44403,50480,3,2429,2701 +"153046",44403,56910,3,2429,2705 +"153047",44403,77155,3,2429,2946 +"153048",44407,3711,3,2154,2360 +"153049",44407,10857,2,2154,2253 +"153050",44407,16826,2,2154,2599 +"153051",44407,17264,3,2154,2528 +"153052",44407,17400,3,2154,2231 +"153053",44407,20563,3,2154,2267 +"153054",44407,23725,3,2154,2378 +"153055",44407,34480,3,2154,2755 +"153056",44407,38227,3,2154,2511 +"153057",44407,40931,2,2154,2301 +"153058",44407,44676,2,2154,2629 +"153059",44407,47386,3,2154,2226 +"153060",44407,54551,2,2154,2348 +"153061",44414,51319,3,1329,2488 +"153062",44420,3403,3,2184,2951 +"153063",44420,8062,3,2184,2858 +"153064",44420,14959,3,2184,2898 +"153065",44420,17520,3,2184,2276 +"153066",44420,20407,2,2184,2339 +"153067",44420,21795,3,2184,2653 +"153068",44420,22723,3,2184,2859 +"153069",44420,29095,3,2184,2531 +"153070",44420,33801,3,2184,2899 +"153071",44420,36439,3,2184,2469 +"153072",44421,55,3,956,2524 +"153073",44421,1393,1,956,1706 +"153074",44421,2014,3,956,973 +"153075",44421,3506,3,956,2364 +"153076",44421,5813,3,956,2088 +"153077",44421,6621,3,956,2478 +"153078",44421,7123,3,956,1964 +"153079",44421,9088,3,956,1881 +"153080",44421,10610,3,956,1427 +"153081",44421,16757,3,956,1755 +"153082",44421,16866,3,956,2718 +"153083",44421,17925,2,956,2385 +"153084",44421,18574,2,956,2305 +"153085",44421,22389,3,956,2034 +"153086",44421,31990,1,956,2264 +"153087",44421,32629,2,956,1789 +"153088",44421,32724,2,956,2581 +"153089",44421,37765,3,956,1134 +"153090",44421,37801,1,956,2578 +"153091",44421,41075,3,956,1176 +"153092",44421,44312,1,956,2741 +"153093",44421,44744,3,956,2032 +"153094",44421,45449,3,956,1610 +"153095",44421,48931,2,956,2444 +"153096",44421,53445,3,956,2028 +"153097",44421,63096,3,956,2307 +"153098",44421,65054,2,956,2593 +"153099",44421,66017,3,956,1545 +"153100",44421,83264,2,956,1922 +"153101",44421,84378,3,956,1265 +"153102",44421,84581,3,956,1241 +"153103",44421,92084,3,956,1134 +"153104",44421,92469,3,956,1232 +"153105",44421,96387,3,956,2159 +"153106",44421,97706,2,956,1121 +"153107",44421,98436,3,956,1212 +"153108",44427,18543,1,2875,2968 +"153109",44427,43173,3,2875,2895 +"153110",44427,47248,3,2875,2883 +"153111",44427,88232,3,2875,2881 +"153112",44433,2747,1,2224,2411 +"153113",44433,8610,3,2224,2240 +"153114",44433,9503,3,2224,2453 +"153115",44433,11588,3,2224,2352 +"153116",44433,14959,3,2224,2898 +"153117",44433,15826,3,2224,2772 +"153118",44433,24069,3,2224,2697 +"153119",44433,25486,3,2224,2582 +"153120",44433,33801,3,2224,2899 +"153121",44433,36953,3,2224,2790 +"153122",44433,44603,1,2224,2748 +"153123",44433,53475,3,2224,2853 +"153124",44433,58501,3,2224,2613 +"153125",44447,725,2,165,1064 +"153126",44447,3016,3,165,747 +"153127",44447,3557,3,165,1259 +"153128",44447,6071,3,165,2310 +"153129",44447,8525,3,165,1787 +"153130",44447,9808,3,165,1648 +"153131",44447,10908,3,165,1134 +"153132",44447,12200,3,165,1400 +"153133",44447,12818,2,165,2015 +"153134",44447,13024,3,165,2468 +"153135",44447,14025,3,165,2384 +"153136",44447,16771,3,165,1541 +"153137",44447,19358,3,165,880 +"153138",44447,20867,3,165,200 +"153139",44447,21165,3,165,1112 +"153140",44447,21290,1,165,894 +"153141",44447,23975,3,165,2143 +"153142",44447,24116,3,165,1413 +"153143",44447,25718,3,165,432 +"153144",44447,26138,3,165,1902 +"153145",44447,33691,3,165,949 +"153146",44447,36577,2,165,958 +"153147",44447,40850,3,165,1396 +"153148",44447,41180,3,165,1556 +"153149",44447,46745,3,165,1565 +"153150",44447,49621,2,165,1915 +"153151",44447,53905,2,165,2193 +"153152",44447,54061,3,165,1488 +"153153",44447,56737,3,165,2270 +"153154",44447,76230,3,165,1223 +"153155",44447,79236,3,165,1505 +"153156",44447,79306,2,165,190 +"153157",44447,79694,3,165,948 +"153158",44447,81113,3,165,1914 +"153159",44447,82426,3,165,1576 +"153160",44447,82618,3,165,1536 +"153161",44447,83947,3,165,917 +"153162",44447,89860,3,165,1999 +"153163",44447,89931,3,165,1400 +"153164",44447,93766,3,165,328 +"153165",44447,94758,2,165,584 +"153166",44447,114240,2,165,642 +"153167",44447,118014,3,165,634 +"153168",44464,3152,3,1619,1621 +"153169",44464,3271,3,1619,2216 +"153170",44464,5557,3,1619,1929 +"153171",44464,5852,2,1619,1862 +"153172",44464,7422,3,1619,1793 +"153173",44464,9272,3,1619,2835 +"153174",44464,9716,3,1619,1929 +"153175",44464,11319,2,1619,2073 +"153176",44464,12577,3,1619,2530 +"153177",44464,12818,3,1619,2015 +"153178",44464,14626,2,1619,2175 +"153179",44464,14654,2,1619,1692 +"153180",44464,14761,3,1619,2502 +"153181",44464,16205,3,1619,2630 +"153182",44464,22249,3,1619,1892 +"153183",44464,23121,3,1619,2108 +"153184",44464,27826,3,1619,2824 +"153185",44464,29319,3,1619,2314 +"153186",44464,30404,3,1619,1810 +"153187",44464,32235,3,1619,2109 +"153188",44464,32582,3,1619,1929 +"153189",44464,38038,3,1619,2686 +"153190",44464,41185,3,1619,1929 +"153191",44464,43226,3,1619,2442 +"153192",44464,48110,3,1619,2009 +"153193",44464,54903,3,1619,2493 +"153194",44464,55171,3,1619,2972 +"153195",44464,56737,2,1619,2270 +"153196",44464,58508,3,1619,2326 +"153197",44464,64174,3,1619,2377 +"153198",44464,64412,3,1619,2233 +"153199",44464,69335,3,1619,2698 +"153200",44464,80301,3,1619,1690 +"153201",44464,87362,3,1619,2902 +"153202",44464,91631,3,1619,1899 +"153203",44466,1570,1,1607,2028 +"153204",44466,7648,2,1607,1861 +"153205",44466,9273,3,1607,1747 +"153206",44466,10755,2,1607,1742 +"153207",44466,10756,3,1607,2207 +"153208",44466,14442,3,1607,2700 +"153209",44466,16184,3,1607,2274 +"153210",44466,24867,3,1607,1861 +"153211",44466,25053,3,1607,2186 +"153212",44466,59289,3,1607,2896 +"153213",44473,7648,3,1685,1861 +"153214",44473,8325,2,1685,2228 +"153215",44473,9273,3,1685,1747 +"153216",44473,9328,3,1685,1937 +"153217",44473,14442,3,1685,2700 +"153218",44473,16184,3,1685,2274 +"153219",44473,31281,2,1685,1937 +"153220",44473,32904,2,1685,2055 +"153221",44473,34295,3,1685,2735 +"153222",44473,35844,3,1685,2961 +"153223",44473,40759,3,1685,2789 +"153224",44473,44501,1,1685,2567 +"153225",44473,55307,2,1685,2306 +"153226",44497,2036,3,2401,2483 +"153227",44497,3978,3,2401,2775 +"153228",44497,8568,3,2401,2706 +"153229",44497,8760,3,2401,2477 +"153230",44497,15826,3,2401,2772 +"153231",44497,18005,3,2401,2449 +"153232",44497,29473,3,2401,2602 +"153233",44497,36912,3,2401,2469 +"153234",44497,64947,3,2401,2489 +"153235",44501,34295,2,2567,2735 +"153236",44501,35844,2,2567,2961 +"153237",44501,40759,2,2567,2789 +"153238",44501,47094,3,2567,2592 +"153239",44501,59289,3,2567,2896 +"153240",44502,499,2,484,1931 +"153241",44502,543,3,484,2203 +"153242",44502,1055,2,484,1264 +"153243",44502,1777,3,484,1965 +"153244",44502,2036,3,484,2483 +"153245",44502,2289,3,484,2389 +"153246",44502,2754,3,484,1360 +"153247",44502,3171,3,484,700 +"153248",44502,3255,3,484,2504 +"153249",44502,3352,3,484,1707 +"153250",44502,3460,3,484,2530 +"153251",44502,3830,3,484,1661 +"153252",44502,4191,3,484,2130 +"153253",44502,4723,3,484,1314 +"153254",44502,5462,3,484,2374 +"153255",44502,5504,3,484,2389 +"153256",44502,5710,3,484,1926 +"153257",44502,6047,3,484,2004 +"153258",44502,6942,3,484,1232 +"153259",44502,9311,3,484,2477 +"153260",44502,10843,3,484,2277 +"153261",44502,12724,3,484,1930 +"153262",44502,12775,3,484,1982 +"153263",44502,12976,2,484,2399 +"153264",44502,14422,3,484,1548 +"153265",44502,15453,2,484,1688 +"153266",44502,15643,3,484,502 +"153267",44502,17133,3,484,924 +"153268",44502,17357,3,484,1536 +"153269",44502,18393,3,484,860 +"153270",44502,19453,3,484,1928 +"153271",44502,19963,3,484,810 +"153272",44502,20494,2,484,1075 +"153273",44502,21364,2,484,1422 +"153274",44502,21448,3,484,2332 +"153275",44502,21527,3,484,1422 +"153276",44502,21929,3,484,2062 +"153277",44502,24286,3,484,1280 +"153278",44502,25643,3,484,1646 +"153279",44502,26218,3,484,2460 +"153280",44502,27478,3,484,2485 +"153281",44502,27792,3,484,1308 +"153282",44502,29170,3,484,1846 +"153283",44502,31700,3,484,2727 +"153284",44502,31799,3,484,2547 +"153285",44502,32567,3,484,2784 +"153286",44502,32606,3,484,2100 +"153287",44502,32811,3,484,804 +"153288",44502,33241,3,484,632 +"153289",44502,33356,2,484,1586 +"153290",44502,33433,3,484,2805 +"153291",44502,34648,3,484,1596 +"153292",44502,34758,3,484,689 +"153293",44502,34899,2,484,2565 +"153294",44502,35256,3,484,2271 +"153295",44502,36439,3,484,2469 +"153296",44502,37915,3,484,1905 +"153297",44502,37937,3,484,1320 +"153298",44502,38046,3,484,1163 +"153299",44502,38048,3,484,867 +"153300",44502,38755,2,484,2902 +"153301",44502,39556,3,484,2747 +"153302",44502,39627,3,484,546 +"153303",44502,40293,2,484,1671 +"153304",44502,40493,3,484,1981 +"153305",44502,41021,3,484,978 +"153306",44502,41278,3,484,1873 +"153307",44502,41747,3,484,1722 +"153308",44502,42642,3,484,2257 +"153309",44502,47583,3,484,817 +"153310",44502,53031,3,484,2065 +"153311",44502,53779,2,484,2000 +"153312",44502,55324,3,484,1544 +"153313",44502,57337,2,484,1443 +"153314",44502,57950,3,484,1529 +"153315",44502,58035,3,484,1646 +"153316",44502,58133,3,484,1484 +"153317",44502,58854,3,484,1131 +"153318",44502,59786,3,484,605 +"153319",44502,60386,3,484,1322 +"153320",44502,64502,3,484,1670 +"153321",44502,65316,2,484,1020 +"153322",44502,65703,2,484,1689 +"153323",44502,66726,2,484,2068 +"153324",44502,70854,3,484,635 +"153325",44502,75168,3,484,699 +"153326",44502,76396,2,484,1731 +"153327",44502,78256,3,484,804 +"153328",44502,78563,3,484,2385 +"153329",44502,79612,1,484,927 +"153330",44502,81586,2,484,877 +"153331",44502,82767,3,484,1641 +"153332",44502,85736,3,484,1601 +"153333",44502,86664,3,484,1146 +"153334",44502,88887,3,484,1161 +"153335",44502,90608,3,484,590 +"153336",44502,90837,3,484,825 +"153337",44502,91420,3,484,1023 +"153338",44502,94835,3,484,555 +"153339",44502,100532,2,484,859 +"153340",44502,107318,3,484,1963 +"153341",44502,120396,2,484,561 +"153342",44502,121514,3,484,645 +"153343",44521,270,2,1593,2542 +"153344",44521,1124,3,1593,1596 +"153345",44521,2111,2,1593,1904 +"153346",44521,2424,3,1593,2582 +"153347",44521,3164,3,1593,2693 +"153348",44521,3306,3,1593,1989 +"153349",44521,3477,3,1593,2546 +"153350",44521,4360,3,1593,1770 +"153351",44521,5235,2,1593,2324 +"153352",44521,5350,3,1593,2522 +"153353",44521,5622,3,1593,2175 +"153354",44521,5971,2,1593,1985 +"153355",44521,5984,3,1593,1675 +"153356",44521,5986,3,1593,1721 +"153357",44521,6030,3,1593,2953 +"153358",44521,6063,3,1593,2349 +"153359",44521,6222,3,1593,1949 +"153360",44521,6324,3,1593,1990 +"153361",44521,6417,3,1593,1675 +"153362",44521,6588,2,1593,2025 +"153363",44521,6718,3,1593,2138 +"153364",44521,7555,3,1593,1943 +"153365",44521,9624,3,1593,2398 +"153366",44521,9723,3,1593,2302 +"153367",44521,9928,3,1593,2345 +"153368",44521,10857,3,1593,2253 +"153369",44521,11218,2,1593,2292 +"153370",44521,11229,2,1593,1625 +"153371",44521,11966,2,1593,2385 +"153372",44521,12042,3,1593,2345 +"153373",44521,12374,3,1593,2260 +"153374",44521,13307,3,1593,2206 +"153375",44521,14989,2,1593,2223 +"153376",44521,15003,3,1593,2067 +"153377",44521,15301,3,1593,2308 +"153378",44521,15700,3,1593,1712 +"153379",44521,16096,3,1593,2301 +"153380",44521,16352,2,1593,2657 +"153381",44521,17400,3,1593,2231 +"153382",44521,18005,3,1593,2449 +"153383",44521,18348,2,1593,1711 +"153384",44521,18361,1,1593,2968 +"153385",44521,18394,3,1593,2356 +"153386",44521,19072,3,1593,2358 +"153387",44521,19622,3,1593,2371 +"153388",44521,20124,3,1593,2376 +"153389",44521,20284,3,1593,2530 +"153390",44521,20292,3,1593,2755 +"153391",44521,20311,3,1593,1981 +"153392",44521,21012,3,1593,2325 +"153393",44521,21571,2,1593,2755 +"153394",44521,21693,3,1593,2176 +"153395",44521,22197,3,1593,2271 +"153396",44521,22326,3,1593,2818 +"153397",44521,22415,3,1593,2841 +"153398",44521,22566,2,1593,2308 +"153399",44521,23310,3,1593,2371 +"153400",44521,23509,3,1593,2275 +"153401",44521,23526,3,1593,1998 +"153402",44521,23715,3,1593,1859 +"153403",44521,23725,3,1593,2378 +"153404",44521,25305,3,1593,2447 +"153405",44521,26080,3,1593,2525 +"153406",44521,26818,3,1593,1999 +"153407",44521,26848,2,1593,2363 +"153408",44521,26867,2,1593,1804 +"153409",44521,28050,3,1593,1955 +"153410",44521,28168,3,1593,2702 +"153411",44521,29962,3,1593,2201 +"153412",44521,30405,3,1593,2164 +"153413",44521,32503,3,1593,2020 +"153414",44521,32567,3,1593,2784 +"153415",44521,32694,2,1593,1602 +"153416",44521,33223,3,1593,2397 +"153417",44521,34735,3,1593,2767 +"153418",44521,35402,3,1593,2339 +"153419",44521,36349,3,1593,1622 +"153420",44521,36691,3,1593,1903 +"153421",44521,37358,3,1593,2128 +"153422",44521,39294,3,1593,1889 +"153423",44521,40542,3,1593,1664 +"153424",44521,42687,3,1593,1952 +"153425",44521,43213,3,1593,2160 +"153426",44521,43455,3,1593,2846 +"153427",44521,43518,3,1593,2680 +"153428",44521,45684,3,1593,2200 +"153429",44521,45729,3,1593,2606 +"153430",44521,46629,2,1593,2255 +"153431",44521,50236,1,1593,2339 +"153432",44521,54551,3,1593,2348 +"153433",44521,54929,3,1593,2783 +"153434",44521,56082,2,1593,2395 +"153435",44521,56237,1,1593,2625 +"153436",44521,56604,2,1593,1919 +"153437",44521,57246,3,1593,1873 +"153438",44521,57977,3,1593,2683 +"153439",44521,60280,3,1593,1918 +"153440",44521,61982,3,1593,2725 +"153441",44521,64947,3,1593,2489 +"153442",44521,65242,3,1593,1988 +"153443",44521,68215,3,1593,2727 +"153444",44521,71217,2,1593,2169 +"153445",44521,72207,3,1593,2430 +"153446",44521,72326,3,1593,2384 +"153447",44521,72501,3,1593,2795 +"153448",44521,75403,3,1593,1895 +"153449",44521,79804,3,1593,2227 +"153450",44521,82949,3,1593,2077 +"153451",44521,92104,2,1593,2339 +"153452",44521,117956,3,1593,2774 +"153453",44557,1639,3,2371,2631 +"153454",44557,3961,3,2371,2426 +"153455",44557,5350,3,2371,2522 +"153456",44557,7759,3,2371,2844 +"153457",44557,13200,3,2371,2488 +"153458",44557,16352,3,2371,2657 +"153459",44557,17221,3,2371,2487 +"153460",44557,20732,3,2371,2401 +"153461",44557,21795,3,2371,2653 +"153462",44557,23726,3,2371,2434 +"153463",44557,26080,2,2371,2525 +"153464",44557,28168,3,2371,2702 +"153465",44557,41972,3,2371,2509 +"153466",44557,55256,3,2371,2379 +"153467",44557,56464,2,2371,2488 +"153468",44564,3477,3,2034,2546 +"153469",44564,6063,3,2034,2349 +"153470",44564,9504,3,2034,2549 +"153471",44564,12345,3,2034,2364 +"153472",44564,17027,3,2034,2772 +"153473",44564,27391,3,2034,2378 +"153474",44564,27908,3,2034,2576 +"153475",44564,33223,3,2034,2397 +"153476",44564,37752,3,2034,2223 +"153477",44564,44694,3,2034,2220 +"153478",44566,18965,2,1626,2315 +"153479",44566,61337,3,1626,2777 +"153480",44582,359,3,197,635 +"153481",44582,680,3,197,2569 +"153482",44582,2591,3,197,1949 +"153483",44582,6627,3,197,2063 +"153484",44582,9484,2,197,1429 +"153485",44582,9782,3,197,340 +"153486",44582,10350,3,197,1163 +"153487",44582,10577,3,197,497 +"153488",44582,10739,3,197,1807 +"153489",44582,11588,3,197,2352 +"153490",44582,13136,3,197,2867 +"153491",44582,14425,3,197,1036 +"153492",44582,14754,3,197,2456 +"153493",44582,16539,3,197,1947 +"153494",44582,18122,3,197,894 +"153495",44582,18124,3,197,1642 +"153496",44582,18672,3,197,1182 +"153497",44582,20662,2,197,1523 +"153498",44582,22945,3,197,237 +"153499",44582,25295,3,197,341 +"153500",44582,26450,3,197,1709 +"153501",44582,27390,3,197,2425 +"153502",44582,28116,3,197,1643 +"153503",44582,28446,3,197,917 +"153504",44582,32920,3,197,2158 +"153505",44582,35589,3,197,983 +"153506",44582,35797,3,197,2482 +"153507",44582,36346,2,197,1240 +"153508",44582,38807,2,197,631 +"153509",44582,38816,3,197,1225 +"153510",44582,39418,2,197,1978 +"153511",44582,40309,3,197,871 +"153512",44582,41694,2,197,2358 +"153513",44582,43207,3,197,635 +"153514",44582,43961,2,197,2443 +"153515",44582,44074,3,197,1299 +"153516",44582,44341,3,197,1230 +"153517",44582,45729,3,197,2606 +"153518",44582,47375,3,197,2043 +"153519",44582,55482,3,197,1866 +"153520",44582,56755,3,197,2158 +"153521",44582,62712,3,197,2884 +"153522",44582,64110,3,197,1331 +"153523",44582,66943,2,197,327 +"153524",44582,66994,3,197,1865 +"153525",44582,67942,3,197,973 +"153526",44582,80671,3,197,665 +"153527",44582,83122,2,197,1503 +"153528",44582,83301,3,197,1385 +"153529",44582,87011,3,197,1592 +"153530",44582,87269,3,197,847 +"153531",44582,89311,3,197,398 +"153532",44582,89538,3,197,1847 +"153533",44582,90745,3,197,1994 +"153534",44582,104098,3,197,512 +"153535",44582,106399,3,197,1530 +"153536",44582,107435,3,197,1635 +"153537",44582,120363,3,197,322 +"153538",44582,122658,3,197,1648 +"153539",44598,17061,3,2356,2385 +"153540",44598,42946,3,2356,2900 +"153541",44598,76048,3,2356,2373 +"153542",44603,4612,3,2748,2804 +"153543",44603,9787,3,2748,2858 +"153544",44603,14959,3,2748,2898 +"153545",44603,15826,3,2748,2772 +"153546",44603,33801,3,2748,2899 +"153547",44603,36953,3,2748,2790 +"153548",44603,53475,3,2748,2853 +"153549",44636,206,2,1026,1986 +"153550",44636,307,3,1026,2530 +"153551",44636,312,3,1026,2038 +"153552",44636,313,3,1026,2271 +"153553",44636,377,3,1026,2389 +"153554",44636,499,3,1026,1931 +"153555",44636,543,2,1026,2203 +"153556",44636,671,3,1026,2328 +"153557",44636,733,3,1026,1653 +"153558",44636,803,3,1026,1666 +"153559",44636,867,3,1026,1264 +"153560",44636,1036,2,1026,1367 +"153561",44636,1046,3,1026,1881 +"153562",44636,1050,3,1026,1185 +"153563",44636,1092,2,1026,1945 +"153564",44636,1136,3,1026,2536 +"153565",44636,1151,3,1026,2885 +"153566",44636,1321,3,1026,2075 +"153567",44636,1397,3,1026,1225 +"153568",44636,1469,3,1026,1160 +"153569",44636,1495,2,1026,2046 +"153570",44636,1616,3,1026,2662 +"153571",44636,1691,3,1026,1941 +"153572",44636,1777,3,1026,1965 +"153573",44636,2036,3,1026,2483 +"153574",44636,2063,3,1026,1278 +"153575",44636,2484,2,1026,2389 +"153576",44636,2684,3,1026,2874 +"153577",44636,2743,3,1026,1278 +"153578",44636,2754,2,1026,1360 +"153579",44636,2766,2,1026,1920 +"153580",44636,3088,3,1026,1670 +"153581",44636,3161,3,1026,2229 +"153582",44636,3242,3,1026,1730 +"153583",44636,3753,2,1026,1255 +"153584",44636,3830,3,1026,1661 +"153585",44636,3853,2,1026,2465 +"153586",44636,3878,3,1026,1890 +"153587",44636,4057,3,1026,2389 +"153588",44636,4226,3,1026,1903 +"153589",44636,4618,3,1026,2607 +"153590",44636,4763,1,1026,1960 +"153591",44636,5078,3,1026,2033 +"153592",44636,5315,3,1026,2631 +"153593",44636,5429,2,1026,1991 +"153594",44636,5457,3,1026,2077 +"153595",44636,5462,2,1026,2374 +"153596",44636,5504,2,1026,2389 +"153597",44636,5622,3,1026,2175 +"153598",44636,5669,3,1026,2502 +"153599",44636,5725,3,1026,2789 +"153600",44636,6047,3,1026,2004 +"153601",44636,6390,3,1026,2385 +"153602",44636,6417,3,1026,1675 +"153603",44636,6824,3,1026,2680 +"153604",44636,7013,3,1026,2040 +"153605",44636,7078,3,1026,2344 +"153606",44636,7323,2,1026,2858 +"153607",44636,7759,3,1026,2844 +"153608",44636,8533,3,1026,2251 +"153609",44636,8621,3,1026,1681 +"153610",44636,8760,3,1026,2477 +"153611",44636,8791,3,1026,1789 +"153612",44636,9364,3,1026,1698 +"153613",44636,9893,2,1026,2701 +"153614",44636,10358,3,1026,2294 +"153615",44636,10404,3,1026,2062 +"153616",44636,10638,2,1026,2692 +"153617",44636,10779,3,1026,2881 +"153618",44636,10799,3,1026,2010 +"153619",44636,10857,3,1026,2253 +"153620",44636,10874,1,1026,1891 +"153621",44636,10914,3,1026,1660 +"153622",44636,11055,2,1026,2111 +"153623",44636,11381,3,1026,1638 +"153624",44636,11506,3,1026,2824 +"153625",44636,11620,3,1026,2010 +"153626",44636,12713,3,1026,2440 +"153627",44636,13639,3,1026,2887 +"153628",44636,13732,3,1026,2789 +"153629",44636,13925,2,1026,1515 +"153630",44636,13929,3,1026,2693 +"153631",44636,13945,3,1026,1324 +"153632",44636,14032,3,1026,2144 +"153633",44636,14888,3,1026,1411 +"153634",44636,15184,1,1026,2396 +"153635",44636,15539,3,1026,1929 +"153636",44636,15607,3,1026,1421 +"153637",44636,15626,3,1026,2434 +"153638",44636,15716,3,1026,1991 +"153639",44636,16164,2,1026,1184 +"153640",44636,16313,3,1026,1160 +"153641",44636,16690,3,1026,2132 +"153642",44636,17520,3,1026,2276 +"153643",44636,17997,3,1026,1621 +"153644",44636,18943,3,1026,2861 +"153645",44636,19027,1,1026,2721 +"153646",44636,19248,3,1026,2357 +"153647",44636,19528,3,1026,2742 +"153648",44636,19606,3,1026,2783 +"153649",44636,20007,3,1026,2971 +"153650",44636,20563,3,1026,2267 +"153651",44636,20700,1,1026,2861 +"153652",44636,20824,3,1026,1366 +"153653",44636,21225,3,1026,1945 +"153654",44636,21682,3,1026,2414 +"153655",44636,21706,3,1026,1988 +"153656",44636,22006,3,1026,1202 +"153657",44636,22586,3,1026,1341 +"153658",44636,22749,3,1026,1727 +"153659",44636,23310,3,1026,2371 +"153660",44636,23492,3,1026,1067 +"153661",44636,23506,3,1026,1172 +"153662",44636,24755,3,1026,1319 +"153663",44636,25198,3,1026,1982 +"153664",44636,25341,3,1026,1858 +"153665",44636,25443,3,1026,1441 +"153666",44636,25643,3,1026,1646 +"153667",44636,26282,3,1026,1241 +"153668",44636,26436,3,1026,2489 +"153669",44636,26516,3,1026,2479 +"153670",44636,26570,3,1026,1669 +"153671",44636,26608,3,1026,2329 +"153672",44636,26865,3,1026,2726 +"153673",44636,27478,3,1026,2485 +"153674",44636,27501,3,1026,1981 +"153675",44636,27753,3,1026,2750 +"153676",44636,28216,3,1026,1910 +"153677",44636,28218,3,1026,2048 +"153678",44636,28434,3,1026,1141 +"153679",44636,29456,3,1026,1182 +"153680",44636,29930,3,1026,2240 +"153681",44636,30081,3,1026,2403 +"153682",44636,30119,3,1026,1961 +"153683",44636,30438,3,1026,1617 +"153684",44636,31164,3,1026,1996 +"153685",44636,31799,1,1026,2547 +"153686",44636,32449,3,1026,2091 +"153687",44636,32516,3,1026,2050 +"153688",44636,33160,3,1026,2441 +"153689",44636,34492,3,1026,1798 +"153690",44636,34875,3,1026,1544 +"153691",44636,35256,3,1026,2271 +"153692",44636,35529,3,1026,1620 +"153693",44636,37570,2,1026,2389 +"153694",44636,37859,3,1026,1999 +"153695",44636,38449,3,1026,1802 +"153696",44636,38869,3,1026,1675 +"153697",44636,38921,3,1026,1880 +"153698",44636,40293,3,1026,1671 +"153699",44636,40432,3,1026,1956 +"153700",44636,41625,2,1026,1794 +"153701",44636,41747,3,1026,1722 +"153702",44636,41832,2,1026,1155 +"153703",44636,41955,3,1026,2479 +"153704",44636,42264,3,1026,1702 +"153705",44636,42574,3,1026,2842 +"153706",44636,42747,3,1026,1189 +"153707",44636,46039,2,1026,1794 +"153708",44636,47098,3,1026,2057 +"153709",44636,47386,3,1026,2226 +"153710",44636,48242,2,1026,1690 +"153711",44636,50252,2,1026,2001 +"153712",44636,51022,3,1026,1499 +"153713",44636,51853,3,1026,2520 +"153714",44636,53031,3,1026,2065 +"153715",44636,53134,3,1026,1590 +"153716",44636,53293,3,1026,2916 +"153717",44636,54551,3,1026,2348 +"153718",44636,54676,1,1026,1342 +"153719",44636,54695,3,1026,2429 +"153720",44636,54740,3,1026,2750 +"153721",44636,55156,3,1026,2196 +"153722",44636,55468,3,1026,2511 +"153723",44636,55604,3,1026,2342 +"153724",44636,56338,3,1026,1818 +"153725",44636,56464,3,1026,2488 +"153726",44636,56537,3,1026,2409 +"153727",44636,57077,2,1026,1885 +"153728",44636,57950,3,1026,1529 +"153729",44636,57977,2,1026,2683 +"153730",44636,58035,2,1026,1646 +"153731",44636,58133,3,1026,1484 +"153732",44636,58427,3,1026,2234 +"153733",44636,59205,3,1026,2387 +"153734",44636,61719,3,1026,1515 +"153735",44636,62488,1,1026,1418 +"153736",44636,64031,3,1026,1295 +"153737",44636,64181,3,1026,1828 +"153738",44636,65029,2,1026,2954 +"153739",44636,66911,3,1026,1920 +"153740",44636,68810,3,1026,2409 +"153741",44636,69335,3,1026,2698 +"153742",44636,69591,3,1026,2294 +"153743",44636,71478,3,1026,1721 +"153744",44636,71702,3,1026,2353 +"153745",44636,72334,3,1026,2820 +"153746",44636,76284,2,1026,1237 +"153747",44636,77466,3,1026,1585 +"153748",44636,77993,3,1026,1497 +"153749",44636,78563,3,1026,2385 +"153750",44636,80429,3,1026,1927 +"153751",44636,82767,3,1026,1641 +"153752",44636,85430,3,1026,2370 +"153753",44636,85778,3,1026,1040 +"153754",44636,86799,3,1026,1951 +"153755",44636,88966,2,1026,1568 +"153756",44636,89958,3,1026,1186 +"153757",44636,98781,3,1026,1410 +"153758",44636,100140,3,1026,1041 +"153759",44636,102666,3,1026,2726 +"153760",44636,104306,3,1026,1665 +"153761",44636,105233,3,1026,1199 +"153762",44641,5491,3,1981,2048 +"153763",44641,6588,2,1981,2025 +"153764",44641,35402,3,1981,2339 +"153765",44641,37726,3,1981,2341 +"153766",44641,39799,3,1981,2344 +"153767",44641,43673,3,1981,2787 +"153768",44641,46629,3,1981,2255 +"153769",44641,61958,3,1981,2042 +"153770",44641,70586,3,1981,2562 +"153771",44641,72326,3,1981,2384 +"153772",44648,135,3,619,2233 +"153773",44648,145,3,619,1998 +"153774",44648,270,3,619,2542 +"153775",44648,380,2,619,2261 +"153776",44648,455,3,619,2827 +"153777",44648,600,3,619,1702 +"153778",44648,671,3,619,2328 +"153779",44648,675,1,619,1686 +"153780",44648,733,3,619,1653 +"153781",44648,913,3,619,2144 +"153782",44648,1050,2,619,1185 +"153783",44648,1102,3,619,2282 +"153784",44648,1130,3,619,1566 +"153785",44648,1136,1,619,2536 +"153786",44648,1592,3,619,2006 +"153787",44648,1777,3,619,1965 +"153788",44648,1826,3,619,924 +"153789",44648,2063,2,619,1278 +"153790",44648,2111,3,619,1904 +"153791",44648,2208,3,619,2814 +"153792",44648,2224,3,619,2751 +"153793",44648,2269,3,619,984 +"153794",44648,2743,2,619,1278 +"153795",44648,2954,3,619,2727 +"153796",44648,3242,3,619,1730 +"153797",44648,3801,3,619,1974 +"153798",44648,4191,2,619,2130 +"153799",44648,4226,3,619,1903 +"153800",44648,4317,3,619,1224 +"153801",44648,4618,3,619,2607 +"153802",44648,4687,3,619,2152 +"153803",44648,4690,3,619,1938 +"153804",44648,4980,3,619,2093 +"153805",44648,5078,3,619,2033 +"153806",44648,5457,3,619,2077 +"153807",44648,5462,3,619,2374 +"153808",44648,5504,3,619,2389 +"153809",44648,5716,3,619,1058 +"153810",44648,5971,3,619,1985 +"153811",44648,6030,3,619,2953 +"153812",44648,6264,3,619,749 +"153813",44648,6363,3,619,2066 +"153814",44648,6392,3,619,1878 +"153815",44648,6428,2,619,1952 +"153816",44648,6491,2,619,2424 +"153817",44648,6588,3,619,2025 +"153818",44648,6986,3,619,1669 +"153819",44648,7180,3,619,2227 +"153820",44648,7354,3,619,2008 +"153821",44648,7515,3,619,2737 +"153822",44648,7847,2,619,2424 +"153823",44648,7861,3,619,1647 +"153824",44648,8011,3,619,889 +"153825",44648,8529,3,619,1205 +"153826",44648,8621,3,619,1681 +"153827",44648,8772,3,619,847 +"153828",44648,8866,2,619,1545 +"153829",44648,8888,2,619,1328 +"153830",44648,9362,2,619,2879 +"153831",44648,9805,2,619,1621 +"153832",44648,9871,3,619,921 +"153833",44648,10513,3,619,2284 +"153834",44648,10523,3,619,1510 +"153835",44648,11229,3,619,1625 +"153836",44648,11434,3,619,1187 +"153837",44648,11516,3,619,1937 +"153838",44648,11912,3,619,889 +"153839",44648,12199,3,619,1651 +"153840",44648,12374,3,619,2260 +"153841",44648,12602,3,619,1956 +"153842",44648,12747,3,619,2818 +"153843",44648,14655,3,619,2559 +"153844",44648,14834,3,619,2739 +"153845",44648,15402,3,619,1281 +"153846",44648,15632,3,619,1242 +"153847",44648,16074,3,619,977 +"153848",44648,16164,2,619,1184 +"153849",44648,16193,3,619,756 +"153850",44648,16352,3,619,2657 +"153851",44648,16625,3,619,1285 +"153852",44648,17357,3,619,1536 +"153853",44648,17520,3,619,2276 +"153854",44648,18639,3,619,990 +"153855",44648,19096,3,619,1538 +"153856",44648,19322,3,619,2048 +"153857",44648,19893,3,619,1223 +"153858",44648,20563,3,619,2267 +"153859",44648,20824,2,619,1366 +"153860",44648,21911,3,619,1184 +"153861",44648,22197,3,619,2271 +"153862",44648,22501,3,619,1006 +"153863",44648,22705,3,619,1016 +"153864",44648,22884,2,619,1608 +"153865",44648,22885,3,619,1702 +"153866",44648,23132,3,619,2756 +"153867",44648,23216,3,619,2424 +"153868",44648,23460,3,619,2183 +"153869",44648,23492,3,619,1067 +"153870",44648,23506,3,619,1172 +"153871",44648,23534,3,619,1659 +"153872",44648,23704,3,619,2278 +"153873",44648,23725,3,619,2378 +"153874",44648,24005,3,619,1188 +"153875",44648,24568,3,619,1937 +"153876",44648,25341,2,619,1858 +"153877",44648,25643,3,619,1646 +"153878",44648,25816,3,619,2088 +"153879",44648,25976,3,619,659 +"153880",44648,26067,2,619,2069 +"153881",44648,26080,3,619,2525 +"153882",44648,26282,3,619,1241 +"153883",44648,26322,1,619,1018 +"153884",44648,26436,3,619,2489 +"153885",44648,26516,3,619,2479 +"153886",44648,26848,3,619,2363 +"153887",44648,26867,3,619,1804 +"153888",44648,27377,3,619,1724 +"153889",44648,27628,2,619,2389 +"153890",44648,27744,3,619,861 +"153891",44648,27753,2,619,2750 +"153892",44648,28434,3,619,1141 +"153893",44648,28731,3,619,955 +"153894",44648,30438,3,619,1617 +"153895",44648,31050,3,619,1491 +"153896",44648,31235,3,619,2668 +"153897",44648,31799,3,619,2547 +"153898",44648,32947,3,619,1091 +"153899",44648,33588,2,619,1040 +"153900",44648,33621,2,619,1319 +"153901",44648,34160,2,619,1759 +"153902",44648,34464,3,619,1741 +"153903",44648,34492,2,619,1798 +"153904",44648,34509,3,619,1973 +"153905",44648,34815,3,619,2354 +"153906",44648,34836,3,619,2302 +"153907",44648,35302,3,619,1589 +"153908",44648,35673,2,619,1067 +"153909",44648,36087,3,619,2755 +"153910",44648,36651,2,619,1600 +"153911",44648,37620,2,619,2716 +"153912",44648,37628,3,619,819 +"153913",44648,38019,3,619,1870 +"153914",44648,38727,3,619,2238 +"153915",44648,39865,3,619,849 +"153916",44648,40028,2,619,1349 +"153917",44648,40072,3,619,1182 +"153918",44648,40293,3,619,1671 +"153919",44648,40369,1,619,2735 +"153920",44648,41739,3,619,1339 +"153921",44648,42186,3,619,955 +"153922",44648,42216,3,619,2722 +"153923",44648,43173,3,619,2895 +"153924",44648,43213,3,619,2160 +"153925",44648,44306,3,619,1036 +"153926",44648,44521,3,619,1593 +"153927",44648,45186,3,619,835 +"153928",44648,45650,3,619,1528 +"153929",44648,45684,3,619,2200 +"153930",44648,45715,3,619,2287 +"153931",44648,46040,3,619,2105 +"153932",44648,46469,3,619,759 +"153933",44648,46629,3,619,2255 +"153934",44648,46950,3,619,2673 +"153935",44648,49512,3,619,1302 +"153936",44648,50041,3,619,1565 +"153937",44648,50236,3,619,2339 +"153938",44648,51017,3,619,2073 +"153939",44648,51022,3,619,1499 +"153940",44648,51035,3,619,2397 +"153941",44648,51041,3,619,2606 +"153942",44648,51410,3,619,2739 +"153943",44648,51987,3,619,1397 +"153944",44648,52835,3,619,995 +"153945",44648,53196,3,619,1888 +"153946",44648,53323,3,619,2677 +"153947",44648,54551,3,619,2348 +"153948",44648,54855,3,619,1525 +"153949",44648,54980,3,619,876 +"153950",44648,55139,3,619,2323 +"153951",44648,55320,3,619,1643 +"153952",44648,56082,3,619,2395 +"153953",44648,56143,2,619,766 +"153954",44648,56237,3,619,2625 +"153955",44648,56854,3,619,2022 +"153956",44648,56903,3,619,1584 +"153957",44648,57129,3,619,1858 +"153958",44648,57246,3,619,1873 +"153959",44648,57544,3,619,2443 +"153960",44648,58035,3,619,1646 +"153961",44648,58617,3,619,2093 +"153962",44648,59438,3,619,2400 +"153963",44648,59790,3,619,1827 +"153964",44648,59939,3,619,936 +"153965",44648,61948,3,619,1231 +"153966",44648,62148,3,619,1566 +"153967",44648,63409,3,619,1937 +"153968",44648,64031,3,619,1295 +"153969",44648,64181,2,619,1828 +"153970",44648,64232,3,619,1275 +"153971",44648,64997,1,619,2791 +"153972",44648,65625,3,619,1273 +"153973",44648,65884,3,619,798 +"153974",44648,66413,3,619,2507 +"153975",44648,67216,3,619,984 +"153976",44648,67314,2,619,1051 +"153977",44648,67352,2,619,1115 +"153978",44648,67788,3,619,837 +"153979",44648,69712,3,619,1219 +"153980",44648,70838,3,619,687 +"153981",44648,72188,3,619,856 +"153982",44648,72326,3,619,2384 +"153983",44648,73675,3,619,887 +"153984",44648,73728,3,619,784 +"153985",44648,75898,3,619,889 +"153986",44648,76127,3,619,910 +"153987",44648,78256,3,619,804 +"153988",44648,80172,3,619,1342 +"153989",44648,80429,3,619,1927 +"153990",44648,80825,3,619,2315 +"153991",44648,82767,3,619,1641 +"153992",44648,82787,2,619,1144 +"153993",44648,83219,3,619,1492 +"153994",44648,88808,3,619,1462 +"153995",44648,90259,3,619,699 +"153996",44648,90911,3,619,1263 +"153997",44648,91912,3,619,790 +"153998",44648,92322,3,619,2393 +"153999",44648,92491,3,619,1968 +"154000",44648,96894,3,619,1598 +"154001",44648,98801,3,619,1035 +"154002",44648,99103,3,619,1470 +"154003",44648,100134,3,619,977 +"154004",44648,104280,3,619,887 +"154005",44648,105063,3,619,1908 +"154006",44648,105947,3,619,997 +"154007",44648,107649,3,619,1573 +"154008",44648,109718,2,619,1237 +"154009",44648,111761,3,619,783 +"154010",44648,120549,3,619,708 +"154011",44669,15905,3,1594,2064 +"154012",44669,35888,3,1594,2291 +"154013",44669,40913,2,1594,1800 +"154014",44669,65703,3,1594,1689 +"154015",44676,1315,3,2629,2760 +"154016",44676,9893,3,2629,2701 +"154017",44676,34480,3,2629,2755 +"154018",44684,42,3,1220,2265 +"154019",44684,455,3,1220,2827 +"154020",44684,1224,3,1220,2435 +"154021",44684,1386,3,1220,1901 +"154022",44684,2166,3,1220,2557 +"154023",44684,2765,2,1220,2321 +"154024",44684,3067,3,1220,1378 +"154025",44684,3695,3,1220,2612 +"154026",44684,5491,3,1220,2048 +"154027",44684,5504,3,1220,2389 +"154028",44684,5621,3,1220,1860 +"154029",44684,7078,3,1220,2344 +"154030",44684,7861,3,1220,1647 +"154031",44684,9030,2,1220,1979 +"154032",44684,10222,3,1220,2212 +"154033",44684,11419,3,1220,1408 +"154034",44684,11602,3,1220,1493 +"154035",44684,11976,3,1220,1727 +"154036",44684,12867,3,1220,2773 +"154037",44684,13535,3,1220,1491 +"154038",44684,13732,3,1220,2789 +"154039",44684,13751,3,1220,2557 +"154040",44684,14108,3,1220,2012 +"154041",44684,14189,3,1220,1483 +"154042",44684,14888,2,1220,1411 +"154043",44684,15343,3,1220,2125 +"154044",44684,15500,1,1220,1658 +"154045",44684,17021,3,1220,1226 +"154046",44684,17826,2,1220,2920 +"154047",44684,18151,3,1220,2962 +"154048",44684,18458,2,1220,2477 +"154049",44684,20423,2,1220,2654 +"154050",44684,20545,3,1220,1491 +"154051",44684,20563,3,1220,2267 +"154052",44684,20659,2,1220,1969 +"154053",44684,20783,3,1220,2414 +"154054",44684,21092,2,1220,1643 +"154055",44684,21193,3,1220,2490 +"154056",44684,21225,3,1220,1945 +"154057",44684,21417,3,1220,2422 +"154058",44684,21795,3,1220,2653 +"154059",44684,22714,3,1220,2793 +"154060",44684,24146,3,1220,2003 +"154061",44684,24362,2,1220,1287 +"154062",44684,26106,2,1220,2015 +"154063",44684,26713,3,1220,1235 +"154064",44684,26865,3,1220,2726 +"154065",44684,27950,3,1220,1380 +"154066",44684,28102,3,1220,2287 +"154067",44684,29756,3,1220,2051 +"154068",44684,29791,3,1220,1986 +"154069",44684,30081,3,1220,2403 +"154070",44684,31307,3,1220,2139 +"154071",44684,32761,3,1220,2680 +"154072",44684,34160,3,1220,1759 +"154073",44684,35095,3,1220,1502 +"154074",44684,35542,3,1220,1439 +"154075",44684,36962,3,1220,2861 +"154076",44684,37333,3,1220,1612 +"154077",44684,37677,2,1220,1908 +"154078",44684,38908,1,1220,1787 +"154079",44684,39444,3,1220,2695 +"154080",44684,39827,2,1220,2321 +"154081",44684,40931,3,1220,2301 +"154082",44684,43839,1,1220,1685 +"154083",44684,44235,3,1220,2700 +"154084",44684,45664,3,1220,2235 +"154085",44684,47947,3,1220,2681 +"154086",44684,48495,3,1220,2737 +"154087",44684,48820,3,1220,2769 +"154088",44684,49032,1,1220,2469 +"154089",44684,49461,2,1220,2793 +"154090",44684,49666,3,1220,2408 +"154091",44684,50790,3,1220,2371 +"154092",44684,52327,3,1220,1472 +"154093",44684,52442,3,1220,1269 +"154094",44684,53637,2,1220,2113 +"154095",44684,54020,3,1220,1578 +"154096",44684,55556,2,1220,2075 +"154097",44684,57565,2,1220,1577 +"154098",44684,57781,3,1220,1971 +"154099",44684,67264,1,1220,2790 +"154100",44684,71478,2,1220,1721 +"154101",44684,71702,3,1220,2353 +"154102",44684,72122,1,1220,1436 +"154103",44684,73266,3,1220,2496 +"154104",44684,74095,3,1220,2333 +"154105",44684,76342,3,1220,1429 +"154106",44684,77057,3,1220,1866 +"154107",44684,77095,3,1220,1622 +"154108",44684,85592,1,1220,1412 +"154109",44684,88966,3,1220,1568 +"154110",44684,89668,1,1220,1279 +"154111",44684,93615,3,1220,2386 +"154112",44684,97811,3,1220,1288 +"154113",44694,680,2,2220,2569 +"154114",44694,1519,3,2220,2349 +"154115",44694,3414,3,2220,2322 +"154116",44694,3978,3,2220,2775 +"154117",44694,4303,2,2220,2414 +"154118",44694,8062,3,2220,2858 +"154119",44694,12759,3,2220,2414 +"154120",44694,18005,3,2220,2449 +"154121",44694,18810,3,2220,2671 +"154122",44694,20941,3,2220,2725 +"154123",44694,25373,3,2220,2783 +"154124",44694,30034,3,2220,2357 +"154125",44694,31335,2,2220,2351 +"154126",44694,38691,3,2220,2585 +"154127",44694,41187,3,2220,2340 +"154128",44694,43660,3,2220,2320 +"154129",44694,50585,2,2220,2414 +"154130",44694,51783,3,2220,2599 +"154131",44694,70583,3,2220,2615 +"154132",44705,75216,3,505,672 +"154133",44705,108107,3,505,1704 +"154134",44720,2349,3,1202,1288 +"154135",44720,4889,2,1202,1501 +"154136",44720,5239,3,1202,2875 +"154137",44720,5315,3,1202,2631 +"154138",44720,6030,3,1202,2953 +"154139",44720,7196,2,1202,1508 +"154140",44720,7984,3,1202,2493 +"154141",44720,8367,3,1202,1927 +"154142",44720,11477,3,1202,2724 +"154143",44720,13780,3,1202,2412 +"154144",44720,14072,1,1202,1346 +"154145",44720,14888,3,1202,1411 +"154146",44720,14943,2,1202,1942 +"154147",44720,14972,2,1202,2332 +"154148",44720,15401,2,1202,1999 +"154149",44720,16625,3,1202,1285 +"154150",44720,16801,3,1202,2008 +"154151",44720,17381,2,1202,1697 +"154152",44720,18571,3,1202,2128 +"154153",44720,19528,3,1202,2742 +"154154",44720,22141,3,1202,2348 +"154155",44720,23751,3,1202,1740 +"154156",44720,23806,3,1202,1671 +"154157",44720,26713,2,1202,1235 +"154158",44720,27484,3,1202,1634 +"154159",44720,28784,2,1202,1579 +"154160",44720,30334,3,1202,2075 +"154161",44720,30747,3,1202,2455 +"154162",44720,30827,3,1202,2323 +"154163",44720,31164,3,1202,1996 +"154164",44720,32939,3,1202,2277 +"154165",44720,32988,2,1202,2008 +"154166",44720,35518,3,1202,1721 +"154167",44720,35926,3,1202,2371 +"154168",44720,37636,3,1202,2178 +"154169",44720,38219,3,1202,1689 +"154170",44720,38602,3,1202,2693 +"154171",44720,40392,3,1202,1878 +"154172",44720,40432,3,1202,1956 +"154173",44720,40645,3,1202,1899 +"154174",44720,42505,3,1202,2008 +"154175",44720,45959,3,1202,1880 +"154176",44720,46040,3,1202,2105 +"154177",44720,46951,3,1202,2429 +"154178",44720,51052,3,1202,2784 +"154179",44720,51783,3,1202,2599 +"154180",44720,57804,3,1202,2214 +"154181",44720,65155,2,1202,1947 +"154182",44720,65203,3,1202,1597 +"154183",44720,65322,3,1202,2008 +"154184",44720,76511,3,1202,1250 +"154185",44720,78150,3,1202,2581 +"154186",44720,79657,3,1202,1260 +"154187",44720,89511,3,1202,1205 +"154188",44720,92757,3,1202,2615 +"154189",44720,96352,3,1202,1493 +"154190",44720,97160,3,1202,1215 +"154191",44720,113736,3,1202,1514 +"154192",44723,59788,3,1224,2315 +"154193",44723,81134,3,1224,1384 +"154194",44723,92381,3,1224,1237 +"154195",44727,1787,3,1227,1707 +"154196",44727,3477,3,1227,2546 +"154197",44727,3484,3,1227,1515 +"154198",44727,3678,2,1227,1325 +"154199",44727,5937,3,1227,2392 +"154200",44727,6063,3,1227,2349 +"154201",44727,6234,1,1227,2654 +"154202",44727,6235,1,1227,1585 +"154203",44727,6800,3,1227,2053 +"154204",44727,10400,3,1227,1517 +"154205",44727,14584,3,1227,1573 +"154206",44727,15239,2,1227,1958 +"154207",44727,15558,3,1227,2389 +"154208",44727,16477,2,1227,2069 +"154209",44727,16524,3,1227,1556 +"154210",44727,16969,3,1227,1917 +"154211",44727,18217,3,1227,1566 +"154212",44727,23728,3,1227,2601 +"154213",44727,23771,3,1227,1614 +"154214",44727,23802,3,1227,1713 +"154215",44727,30194,3,1227,2874 +"154216",44727,31794,3,1227,1919 +"154217",44727,32841,3,1227,1345 +"154218",44727,32939,3,1227,2277 +"154219",44727,33223,3,1227,2397 +"154220",44727,33363,3,1227,2475 +"154221",44727,34576,3,1227,1727 +"154222",44727,36491,3,1227,1781 +"154223",44727,37454,2,1227,1245 +"154224",44727,40542,3,1227,1664 +"154225",44727,41521,2,1227,2069 +"154226",44727,44730,3,1227,2468 +"154227",44727,49079,3,1227,2447 +"154228",44727,52032,3,1227,2853 +"154229",44727,52953,2,1227,1741 +"154230",44727,53648,3,1227,2167 +"154231",44727,56413,3,1227,2747 +"154232",44727,57804,3,1227,2214 +"154233",44727,65568,3,1227,1699 +"154234",44727,76997,3,1227,2223 +"154235",44727,79746,3,1227,2272 +"154236",44727,79913,3,1227,1514 +"154237",44727,82246,2,1227,1538 +"154238",44727,85062,2,1227,1379 +"154239",44727,90429,3,1227,1684 +"154240",44727,93459,3,1227,1354 +"154241",44728,919,3,451,910 +"154242",44728,1787,3,451,1707 +"154243",44728,1822,3,451,2888 +"154244",44728,2181,3,451,2030 +"154245",44728,2370,3,451,1600 +"154246",44728,3477,2,451,2546 +"154247",44728,3678,2,451,1325 +"154248",44728,4188,3,451,2963 +"154249",44728,4622,3,451,1589 +"154250",44728,5937,2,451,2392 +"154251",44728,6063,2,451,2349 +"154252",44728,6234,2,451,2654 +"154253",44728,6235,2,451,1585 +"154254",44728,6392,3,451,1878 +"154255",44728,6800,2,451,2053 +"154256",44728,8993,3,451,2099 +"154257",44728,9503,3,451,2453 +"154258",44728,9513,3,451,872 +"154259",44728,11154,3,451,1594 +"154260",44728,11229,3,451,1625 +"154261",44728,11259,3,451,1356 +"154262",44728,11518,3,451,803 +"154263",44728,11679,3,451,846 +"154264",44728,11868,3,451,1639 +"154265",44728,12735,2,451,819 +"154266",44728,12779,2,451,936 +"154267",44728,13899,3,451,2650 +"154268",44728,14656,3,451,584 +"154269",44728,14817,3,451,2110 +"154270",44728,15023,3,451,2054 +"154271",44728,15086,3,451,2135 +"154272",44728,15119,2,451,1020 +"154273",44728,15150,3,451,2801 +"154274",44728,15239,3,451,1958 +"154275",44728,15558,3,451,2389 +"154276",44728,16477,3,451,2069 +"154277",44728,17399,3,451,884 +"154278",44728,17815,3,451,2070 +"154279",44728,18217,2,451,1566 +"154280",44728,18645,3,451,793 +"154281",44728,19317,3,451,2041 +"154282",44728,20124,3,451,2376 +"154283",44728,20343,3,451,851 +"154284",44728,20921,2,451,723 +"154285",44728,20984,3,451,2502 +"154286",44728,21684,3,451,1971 +"154287",44728,22403,3,451,1630 +"154288",44728,22462,2,451,869 +"154289",44728,23728,3,451,2601 +"154290",44728,23771,2,451,1614 +"154291",44728,26025,3,451,591 +"154292",44728,28299,3,451,466 +"154293",44728,28588,3,451,1335 +"154294",44728,29100,3,451,843 +"154295",44728,29267,3,451,1234 +"154296",44728,29775,3,451,2064 +"154297",44728,30194,3,451,2874 +"154298",44728,30486,3,451,1269 +"154299",44728,31357,3,451,2389 +"154300",44728,31794,3,451,1919 +"154301",44728,32339,3,451,2430 +"154302",44728,32395,3,451,2735 +"154303",44728,32841,3,451,1345 +"154304",44728,33223,2,451,2397 +"154305",44728,33451,3,451,1957 +"154306",44728,33460,3,451,2781 +"154307",44728,33470,3,451,2003 +"154308",44728,34576,3,451,1727 +"154309",44728,35822,3,451,1903 +"154310",44728,36346,3,451,1240 +"154311",44728,37301,3,451,2160 +"154312",44728,37454,3,451,1245 +"154313",44728,38457,3,451,1630 +"154314",44728,38513,3,451,914 +"154315",44728,39723,2,451,778 +"154316",44728,40542,2,451,1664 +"154317",44728,41521,3,451,2069 +"154318",44728,42136,3,451,2551 +"154319",44728,44181,3,451,1034 +"154320",44728,44727,1,451,1227 +"154321",44728,44730,2,451,2468 +"154322",44728,47372,3,451,788 +"154323",44728,47595,3,451,2374 +"154324",44728,49079,3,451,2447 +"154325",44728,49415,3,451,2654 +"154326",44728,51499,3,451,649 +"154327",44728,51843,3,451,2389 +"154328",44728,52953,1,451,1741 +"154329",44728,54385,3,451,2340 +"154330",44728,56413,3,451,2747 +"154331",44728,56639,3,451,643 +"154332",44728,56873,3,451,1421 +"154333",44728,57150,3,451,1196 +"154334",44728,59790,3,451,1827 +"154335",44728,63510,3,451,1602 +"154336",44728,73192,3,451,1955 +"154337",44728,73629,3,451,1713 +"154338",44728,76143,3,451,1610 +"154339",44728,76503,3,451,1136 +"154340",44728,76997,2,451,2223 +"154341",44728,79547,3,451,1909 +"154342",44728,79746,2,451,2272 +"154343",44728,80615,3,451,2252 +"154344",44728,82246,3,451,1538 +"154345",44728,84317,3,451,2081 +"154346",44728,85062,3,451,1379 +"154347",44728,86559,3,451,1704 +"154348",44728,86716,3,451,1609 +"154349",44728,88739,3,451,933 +"154350",44728,89258,3,451,1147 +"154351",44728,90429,2,451,1684 +"154352",44728,95682,3,451,881 +"154353",44728,97615,3,451,1198 +"154354",44728,99291,3,451,930 +"154355",44728,103312,3,451,1216 +"154356",44728,106330,3,451,2559 +"154357",44728,112814,3,451,546 +"154358",44728,113333,3,451,1018 +"154359",44729,212,3,588,1513 +"154360",44729,803,3,588,1666 +"154361",44729,1224,3,588,2435 +"154362",44729,1262,3,588,2973 +"154363",44729,1321,3,588,2075 +"154364",44729,1386,2,588,1901 +"154365",44729,1616,3,588,2662 +"154366",44729,1777,3,588,1965 +"154367",44729,2484,3,588,2389 +"154368",44729,3161,3,588,2229 +"154369",44729,3695,3,588,2612 +"154370",44729,3877,3,588,1133 +"154371",44729,5078,3,588,2033 +"154372",44729,5457,3,588,2077 +"154373",44729,5462,3,588,2374 +"154374",44729,5491,3,588,2048 +"154375",44729,5504,3,588,2389 +"154376",44729,6588,3,588,2025 +"154377",44729,6718,3,588,2138 +"154378",44729,7078,2,588,2344 +"154379",44729,7394,2,588,2615 +"154380",44729,8286,3,588,886 +"154381",44729,8621,3,588,1681 +"154382",44729,8762,3,588,2585 +"154383",44729,8888,3,588,1328 +"154384",44729,9030,1,588,1979 +"154385",44729,9803,3,588,1664 +"154386",44729,10474,3,588,1608 +"154387",44729,10488,3,588,1524 +"154388",44729,10558,3,588,2312 +"154389",44729,10726,3,588,841 +"154390",44729,10799,3,588,2010 +"154391",44729,10945,2,588,881 +"154392",44729,11229,3,588,1625 +"154393",44729,11419,2,588,1408 +"154394",44729,11602,3,588,1493 +"154395",44729,11817,3,588,600 +"154396",44729,12035,3,588,2721 +"154397",44729,12713,3,588,2440 +"154398",44729,13732,3,588,2789 +"154399",44729,14189,3,588,1483 +"154400",44729,14709,2,588,1901 +"154401",44729,14772,3,588,2386 +"154402",44729,14959,3,588,2898 +"154403",44729,15118,3,588,1311 +"154404",44729,15135,3,588,1035 +"154405",44729,15299,3,588,2213 +"154406",44729,15343,2,588,2125 +"154407",44729,15462,3,588,1141 +"154408",44729,15700,3,588,1712 +"154409",44729,15737,3,588,676 +"154410",44729,16029,1,588,1160 +"154411",44729,16164,3,588,1184 +"154412",44729,16313,3,588,1160 +"154413",44729,17021,3,588,1226 +"154414",44729,17410,3,588,2073 +"154415",44729,17967,3,588,2125 +"154416",44729,18151,2,588,2962 +"154417",44729,18366,3,588,2699 +"154418",44729,19155,3,588,1937 +"154419",44729,19528,3,588,2742 +"154420",44729,19872,3,588,2913 +"154421",44729,20469,3,588,2125 +"154422",44729,21092,3,588,1643 +"154423",44729,21104,3,588,2327 +"154424",44729,21198,3,588,935 +"154425",44729,21417,2,588,2422 +"154426",44729,21422,3,588,935 +"154427",44729,21693,2,588,2176 +"154428",44729,21795,2,588,2653 +"154429",44729,22282,3,588,1418 +"154430",44729,22326,2,588,2818 +"154431",44729,22362,2,588,1836 +"154432",44729,22554,3,588,620 +"154433",44729,22652,2,588,1544 +"154434",44729,23751,3,588,1740 +"154435",44729,23963,3,588,647 +"154436",44729,24146,3,588,2003 +"154437",44729,24204,3,588,840 +"154438",44729,24362,2,588,1287 +"154439",44729,24608,3,588,1630 +"154440",44729,24789,3,588,829 +"154441",44729,25241,3,588,1233 +"154442",44729,25305,3,588,2447 +"154443",44729,25541,3,588,917 +"154444",44729,25751,2,588,1523 +"154445",44729,25879,3,588,630 +"154446",44729,26608,3,588,2329 +"154447",44729,26865,3,588,2726 +"154448",44729,26867,3,588,1804 +"154449",44729,28233,3,588,1608 +"154450",44729,28923,2,588,2362 +"154451",44729,29705,3,588,607 +"154452",44729,29791,2,588,1986 +"154453",44729,29987,3,588,956 +"154454",44729,30081,2,588,2403 +"154455",44729,30173,3,588,2404 +"154456",44729,30325,3,588,1067 +"154457",44729,32131,3,588,1035 +"154458",44729,32761,3,588,2680 +"154459",44729,33383,3,588,1572 +"154460",44729,33722,3,588,1225 +"154461",44729,34311,2,588,2213 +"154462",44729,34327,2,588,2959 +"154463",44729,34693,2,588,1938 +"154464",44729,35256,3,588,2271 +"154465",44729,35542,2,588,1439 +"154466",44729,35673,3,588,1067 +"154467",44729,36950,3,588,2204 +"154468",44729,36962,3,588,2861 +"154469",44729,37333,3,588,1612 +"154470",44729,37395,3,588,644 +"154471",44729,38019,3,588,1870 +"154472",44729,39278,3,588,1952 +"154473",44729,40028,3,588,1349 +"154474",44729,40609,3,588,845 +"154475",44729,41174,3,588,850 +"154476",44729,42618,2,588,2316 +"154477",44729,42687,3,588,1952 +"154478",44729,42814,2,588,1149 +"154479",44729,43051,3,588,904 +"154480",44729,43213,3,588,2160 +"154481",44729,44160,3,588,859 +"154482",44729,44684,3,588,1220 +"154483",44729,45664,2,588,2235 +"154484",44729,45927,3,588,1542 +"154485",44729,46717,3,588,938 +"154486",44729,46723,3,588,607 +"154487",44729,47362,2,588,2253 +"154488",44729,47947,3,588,2681 +"154489",44729,48503,3,588,820 +"154490",44729,49741,2,588,839 +"154491",44729,49998,2,588,2761 +"154492",44729,50118,3,588,2654 +"154493",44729,50219,3,588,756 +"154494",44729,50236,3,588,2339 +"154495",44729,51379,3,588,1462 +"154496",44729,52136,3,588,1412 +"154497",44729,52442,3,588,1269 +"154498",44729,53342,3,588,2071 +"154499",44729,54020,3,588,1578 +"154500",44729,55156,3,588,2196 +"154501",44729,55468,3,588,2511 +"154502",44729,56082,2,588,2395 +"154503",44729,56317,3,588,2030 +"154504",44729,58414,3,588,880 +"154505",44729,58508,3,588,2326 +"154506",44729,59522,3,588,1516 +"154507",44729,64031,3,588,1295 +"154508",44729,65679,3,588,1578 +"154509",44729,68810,3,588,2409 +"154510",44729,70046,2,588,2624 +"154511",44729,70217,3,588,2332 +"154512",44729,70646,3,588,1162 +"154513",44729,70838,3,588,687 +"154514",44729,72122,3,588,1436 +"154515",44729,72207,3,588,2430 +"154516",44729,73266,1,588,2496 +"154517",44729,75403,3,588,1895 +"154518",44729,77057,3,588,1866 +"154519",44729,77095,3,588,1622 +"154520",44729,78416,3,588,630 +"154521",44729,78563,3,588,2385 +"154522",44729,79088,3,588,1369 +"154523",44729,80655,2,588,1546 +"154524",44729,80942,3,588,1240 +"154525",44729,81588,3,588,1568 +"154526",44729,82735,2,588,829 +"154527",44729,82949,3,588,2077 +"154528",44729,83096,3,588,1061 +"154529",44729,83259,3,588,1245 +"154530",44729,84649,3,588,2280 +"154531",44729,85592,3,588,1412 +"154532",44729,86279,2,588,1076 +"154533",44729,87048,3,588,989 +"154534",44729,87074,3,588,1666 +"154535",44729,87198,2,588,1462 +"154536",44729,89097,3,588,935 +"154537",44729,89586,3,588,1401 +"154538",44729,89668,3,588,1279 +"154539",44729,89965,2,588,810 +"154540",44729,90501,2,588,2380 +"154541",44729,94808,3,588,988 +"154542",44729,96301,2,588,818 +"154543",44729,100334,2,588,777 +"154544",44729,101446,3,588,920 +"154545",44729,101797,3,588,2357 +"154546",44729,103721,2,588,1030 +"154547",44729,108415,3,588,752 +"154548",44729,110486,3,588,1014 +"154549",44729,113162,3,588,818 +"154550",44729,117932,2,588,926 +"154551",44730,2139,3,2468,2502 +"154552",44730,4188,3,2468,2963 +"154553",44730,6234,3,2468,2654 +"154554",44730,15150,3,2468,2801 +"154555",44730,20011,2,2468,2826 +"154556",44730,23728,3,2468,2601 +"154557",44730,30194,3,2468,2874 +"154558",44730,32395,3,2468,2735 +"154559",44730,33460,2,2468,2781 +"154560",44730,42136,2,2468,2551 +"154561",44730,56413,3,2468,2747 +"154562",44730,113498,3,2468,2568 +"154563",44744,55,3,2032,2524 +"154564",44744,1151,3,2032,2885 +"154565",44744,3506,2,2032,2364 +"154566",44744,4403,3,2032,2416 +"154567",44744,4567,3,2032,2348 +"154568",44744,6040,2,2032,2103 +"154569",44744,6621,3,2032,2478 +"154570",44744,9910,3,2032,2526 +"154571",44744,11351,3,2032,2971 +"154572",44744,12728,3,2032,2374 +"154573",44744,15023,3,2032,2054 +"154574",44744,15813,3,2032,2143 +"154575",44744,16866,3,2032,2718 +"154576",44744,17925,2,2032,2385 +"154577",44744,20547,3,2032,2145 +"154578",44744,20695,2,2032,2526 +"154579",44744,22389,3,2032,2034 +"154580",44744,26740,2,2032,2695 +"154581",44744,31990,3,2032,2264 +"154582",44744,32724,3,2032,2581 +"154583",44744,37801,3,2032,2578 +"154584",44744,38697,3,2032,2701 +"154585",44744,44135,3,2032,2620 +"154586",44744,44312,3,2032,2741 +"154587",44744,48931,2,2032,2444 +"154588",44744,51843,3,2032,2389 +"154589",44744,53584,3,2032,2391 +"154590",44744,54385,3,2032,2340 +"154591",44744,54953,3,2032,2223 +"154592",44744,57804,3,2032,2214 +"154593",44744,96387,2,2032,2159 +"154594",44749,364,3,1303,2351 +"154595",44749,900,3,1303,2726 +"154596",44749,4646,3,1303,2139 +"154597",44749,4665,3,1303,1569 +"154598",44749,5346,3,1303,1438 +"154599",44749,9241,3,1303,2338 +"154600",44749,13068,3,1303,1778 +"154601",44749,13879,3,1303,2748 +"154602",44749,14586,3,1303,2801 +"154603",44749,16776,3,1303,1565 +"154604",44749,19165,3,1303,2436 +"154605",44749,20894,2,1303,2214 +"154606",44749,23000,2,1303,1815 +"154607",44749,23015,3,1303,1362 +"154608",44749,26182,3,1303,2775 +"154609",44749,28051,3,1303,2089 +"154610",44749,28195,3,1303,1407 +"154611",44749,29985,3,1303,1568 +"154612",44749,30262,3,1303,1715 +"154613",44749,35573,2,1303,2084 +"154614",44749,41187,3,1303,2340 +"154615",44749,53051,3,1303,1940 +"154616",44749,57180,3,1303,2703 +"154617",44749,57356,1,1303,2476 +"154618",44749,59485,2,1303,1564 +"154619",44749,59776,3,1303,2493 +"154620",44749,65188,2,1303,2213 +"154621",44749,66978,3,1303,1536 +"154622",44749,69131,3,1303,2122 +"154623",44749,69810,3,1303,2321 +"154624",44749,72438,3,1303,1397 +"154625",44749,77377,3,1303,1487 +"154626",44759,22415,3,2419,2841 +"154627",44763,600,3,1324,1702 +"154628",44763,2864,3,1324,1543 +"154629",44763,12122,3,1324,1385 +"154630",44763,18108,1,1324,1656 +"154631",44763,23918,3,1324,1881 +"154632",44763,26749,3,1324,2965 +"154633",44763,27377,3,1324,1724 +"154634",44763,29512,3,1324,1594 +"154635",44763,36554,3,1324,1649 +"154636",44763,39748,3,1324,1566 +"154637",44763,43025,3,1324,2824 +"154638",44763,44089,3,1324,1632 +"154639",44763,44773,1,1324,1355 +"154640",44763,64181,3,1324,1828 +"154641",44768,1151,3,2516,2885 +"154642",44768,1616,3,2516,2662 +"154643",44768,7323,3,2516,2858 +"154644",44768,13732,3,2516,2789 +"154645",44768,20700,3,2516,2861 +"154646",44768,26865,3,2516,2726 +"154647",44768,38307,3,2516,2648 +"154648",44768,52570,3,2516,2645 +"154649",44769,270,3,2411,2542 +"154650",44769,3305,3,2411,2839 +"154651",44769,10779,3,2411,2881 +"154652",44769,19862,3,2411,2412 +"154653",44769,64754,3,2411,2793 +"154654",44773,2864,3,1355,1543 +"154655",44773,18108,2,1355,1656 +"154656",44773,26749,3,1355,2965 +"154657",44773,29512,3,1355,1594 +"154658",44773,36554,3,1355,1649 +"154659",44780,49147,3,2534,2539 +"154660",44786,2057,3,1096,1965 +"154661",44786,2798,2,1096,1673 +"154662",44786,4526,3,1096,1728 +"154663",44786,5845,3,1096,1552 +"154664",44786,6821,3,1096,1788 +"154665",44786,13068,3,1096,1778 +"154666",44786,16437,3,1096,1956 +"154667",44786,19380,2,1096,2637 +"154668",44786,24195,3,1096,1575 +"154669",44786,27280,3,1096,1965 +"154670",44786,31783,2,1096,1180 +"154671",44786,34216,3,1096,2832 +"154672",44786,35041,3,1096,1311 +"154673",44786,35958,3,1096,2383 +"154674",44786,39443,3,1096,2277 +"154675",44786,41187,3,1096,2340 +"154676",44786,41969,3,1096,2189 +"154677",44786,45480,2,1096,1104 +"154678",44786,58829,3,1096,1256 +"154679",44786,59039,2,1096,2870 +"154680",44786,59485,3,1096,1564 +"154681",44786,59670,3,1096,1173 +"154682",44786,65188,3,1096,2213 +"154683",44786,68055,3,1096,1236 +"154684",44786,70070,3,1096,2425 +"154685",44786,77377,3,1096,1487 +"154686",44786,88067,3,1096,2315 +"154687",44786,90745,3,1096,1994 +"154688",44786,94625,1,1096,2105 +"154689",44786,115021,3,1096,1226 +"154690",44795,364,2,635,2351 +"154691",44795,489,3,635,2652 +"154692",44795,867,3,635,1264 +"154693",44795,2540,3,635,1398 +"154694",44795,2979,2,635,2912 +"154695",44795,3456,3,635,1999 +"154696",44795,4932,3,635,2752 +"154697",44795,6132,3,635,1590 +"154698",44795,7269,3,635,1728 +"154699",44795,7597,3,635,2037 +"154700",44795,8781,2,635,914 +"154701",44795,8821,3,635,2230 +"154702",44795,8890,3,635,1955 +"154703",44795,9503,3,635,2453 +"154704",44795,9703,3,635,1845 +"154705",44795,9787,3,635,2858 +"154706",44795,10350,3,635,1163 +"154707",44795,11108,3,635,1609 +"154708",44795,11585,3,635,1817 +"154709",44795,11648,3,635,2852 +"154710",44795,11990,1,635,1909 +"154711",44795,12023,3,635,799 +"154712",44795,13295,3,635,779 +"154713",44795,15826,3,635,2772 +"154714",44795,15880,3,635,878 +"154715",44795,16152,3,635,879 +"154716",44795,16502,3,635,1616 +"154717",44795,16796,3,635,1892 +"154718",44795,16864,3,635,814 +"154719",44795,18381,3,635,1524 +"154720",44795,21214,2,635,688 +"154721",44795,24176,3,635,1986 +"154722",44795,25241,3,635,1233 +"154723",44795,26182,3,635,2775 +"154724",44795,27255,2,635,1232 +"154725",44795,27742,3,635,2700 +"154726",44795,28893,3,635,2764 +"154727",44795,28904,3,635,926 +"154728",44795,29627,3,635,882 +"154729",44795,29997,3,635,1789 +"154730",44795,30525,3,635,1964 +"154731",44795,30974,3,635,947 +"154732",44795,31753,3,635,1514 +"154733",44795,32339,3,635,2430 +"154734",44795,33017,3,635,1493 +"154735",44795,35187,2,635,2488 +"154736",44795,35573,3,635,2084 +"154737",44795,37351,3,635,978 +"154738",44795,39062,3,635,2020 +"154739",44795,39999,3,635,1593 +"154740",44795,40309,2,635,871 +"154741",44795,41077,3,635,864 +"154742",44795,41439,3,635,709 +"154743",44795,42254,3,635,1052 +"154744",44795,43058,2,635,1608 +"154745",44795,44603,3,635,2748 +"154746",44795,46486,3,635,1868 +"154747",44795,52993,3,635,1256 +"154748",44795,53987,3,635,928 +"154749",44795,56569,2,635,1993 +"154750",44795,57912,2,635,1035 +"154751",44795,58655,3,635,2685 +"154752",44795,71531,3,635,2887 +"154753",44795,76132,3,635,2426 +"154754",44795,85396,3,635,1131 +"154755",44795,88324,3,635,1080 +"154756",44795,90745,3,635,1994 +"154757",44795,90892,3,635,2399 +"154758",44795,91227,3,635,1232 +"154759",44795,99427,3,635,1706 +"154760",44819,357,3,2063,2327 +"154761",44819,701,3,2063,2718 +"154762",44819,1639,3,2063,2631 +"154763",44819,2224,3,2063,2751 +"154764",44819,2424,3,2063,2582 +"154765",44819,3961,3,2063,2426 +"154766",44819,5120,3,2063,2735 +"154767",44819,6104,3,2063,2462 +"154768",44819,10358,3,2063,2294 +"154769",44819,13388,3,2063,2119 +"154770",44819,14252,3,2063,2244 +"154771",44819,14669,2,2063,2080 +"154772",44819,15003,1,2063,2067 +"154773",44819,15636,3,2063,2857 +"154774",44819,15756,3,2063,2362 +"154775",44819,17365,2,2063,2746 +"154776",44819,20067,2,2063,2390 +"154777",44819,20732,3,2063,2401 +"154778",44819,23725,3,2063,2378 +"154779",44819,23726,3,2063,2434 +"154780",44819,25486,3,2063,2582 +"154781",44819,26249,3,2063,2301 +"154782",44819,31685,3,2063,2747 +"154783",44819,32457,3,2063,2690 +"154784",44819,33801,3,2063,2899 +"154785",44819,33949,3,2063,2489 +"154786",44819,34426,2,2063,2743 +"154787",44819,40022,3,2063,2307 +"154788",44819,43455,3,2063,2846 +"154789",44819,43796,3,2063,2476 +"154790",44819,46803,2,2063,2305 +"154791",44819,50134,3,2063,2674 +"154792",44819,50382,3,2063,2244 +"154793",44819,51866,3,2063,2411 +"154794",44819,52969,3,2063,2302 +"154795",44819,53475,3,2063,2853 +"154796",44819,54929,3,2063,2783 +"154797",44819,56082,3,2063,2395 +"154798",44819,57842,2,2063,2482 +"154799",44819,58993,3,2063,2390 +"154800",44819,59539,3,2063,2429 +"154801",44819,65691,3,2063,2134 +"154802",44819,68215,3,2063,2727 +"154803",44819,70203,3,2063,2756 +"154804",44819,89911,3,2063,2607 +"154805",44819,102824,2,2063,2944 +"154806",44868,61587,1,2149,2539 +"154807",44877,1203,3,1219,1350 +"154808",44877,2226,2,1219,2225 +"154809",44877,3127,3,1219,2273 +"154810",44877,3770,3,1219,2623 +"154811",44877,4660,2,1219,2149 +"154812",44877,4668,3,1219,1919 +"154813",44877,6821,3,1219,1788 +"154814",44877,8140,3,1219,1262 +"154815",44877,9060,3,1219,1612 +"154816",44877,9723,3,1219,2302 +"154817",44877,10087,3,1219,1617 +"154818",44877,10766,3,1219,2647 +"154819",44877,10980,3,1219,1974 +"154820",44877,11239,3,1219,2181 +"154821",44877,14915,3,1219,2606 +"154822",44877,16437,3,1219,1956 +"154823",44877,16684,2,1219,1657 +"154824",44877,16850,3,1219,1657 +"154825",44877,18102,3,1219,1642 +"154826",44877,19215,3,1219,2604 +"154827",44877,19364,3,1219,2846 +"154828",44877,21670,3,1219,2158 +"154829",44877,22580,3,1219,2245 +"154830",44877,22709,2,1219,2743 +"154831",44877,23154,3,1219,2345 +"154832",44877,27686,3,1219,2844 +"154833",44877,28869,3,1219,2425 +"154834",44877,30891,3,1219,1256 +"154835",44877,31868,3,1219,1993 +"154836",44877,34831,3,1219,1866 +"154837",44877,34921,2,1219,2181 +"154838",44877,35728,3,1219,2017 +"154839",44877,35797,3,1219,2482 +"154840",44877,35822,3,1219,1903 +"154841",44877,36487,3,1219,2622 +"154842",44877,37059,3,1219,2840 +"154843",44877,37859,2,1219,1999 +"154844",44877,37929,3,1219,2393 +"154845",44877,39534,2,1219,2410 +"154846",44877,39746,3,1219,1361 +"154847",44877,39906,3,1219,2365 +"154848",44877,41694,3,1219,2358 +"154849",44877,44074,3,1219,1299 +"154850",44877,44235,3,1219,2700 +"154851",44877,45299,3,1219,2426 +"154852",44877,46261,3,1219,2350 +"154853",44877,46486,3,1219,1868 +"154854",44877,48602,3,1219,1704 +"154855",44877,49347,3,1219,2504 +"154856",44877,52215,3,1219,1908 +"154857",44877,53809,3,1219,1956 +"154858",44877,55472,3,1219,1516 +"154859",44877,55482,2,1219,1866 +"154860",44877,59039,3,1219,2870 +"154861",44877,61723,3,1219,1262 +"154862",44877,62712,3,1219,2884 +"154863",44877,63030,3,1219,2251 +"154864",44877,63077,3,1219,2778 +"154865",44877,63641,3,1219,2337 +"154866",44877,66717,3,1219,2104 +"154867",44877,66994,3,1219,1865 +"154868",44877,67957,3,1219,2823 +"154869",44877,69131,3,1219,2122 +"154870",44877,72438,3,1219,1397 +"154871",44877,73192,3,1219,1955 +"154872",44877,77001,3,1219,1440 +"154873",44877,79432,3,1219,1708 +"154874",44877,82341,1,1219,1515 +"154875",44877,82819,3,1219,1900 +"154876",44877,83526,3,1219,1235 +"154877",44877,92297,1,1219,2952 +"154878",44877,107383,3,1219,1918 +"154879",44878,378,3,1620,2766 +"154880",44878,9895,3,1620,1960 +"154881",44878,19476,3,1620,1708 +"154882",44878,42407,3,1620,2408 +"154883",44878,77719,3,1620,2086 +"154884",44878,78277,3,1620,1937 +"154885",44885,1151,3,2670,2885 +"154886",44885,7323,3,2670,2858 +"154887",44885,9362,3,2670,2879 +"154888",44885,14959,2,2670,2898 +"154889",44885,19606,3,2670,2783 +"154890",44885,20700,3,2670,2861 +"154891",44885,24753,3,2670,2860 +"154892",44885,29314,3,2670,2736 +"154893",44885,41945,3,2670,2856 +"154894",44885,43455,3,2670,2846 +"154895",44885,70203,3,2670,2756 +"154896",44892,6119,3,221,2358 +"154897",44892,12067,3,221,1213 +"154898",44892,12475,3,221,588 +"154899",44892,23486,2,221,1831 +"154900",44892,36737,3,221,829 +"154901",44892,38513,2,221,914 +"154902",44892,61270,1,221,1364 +"154903",44892,64342,3,221,868 +"154904",44892,65389,1,221,503 +"154905",44892,79420,2,221,1061 +"154906",44894,341,3,2048,2689 +"154907",44894,10310,1,2048,2774 +"154908",44894,11493,2,2048,2077 +"154909",44894,19208,3,2048,2629 +"154910",44894,20331,3,2048,2365 +"154911",44894,20730,3,2048,2243 +"154912",44894,29930,3,2048,2240 +"154913",44894,33184,3,2048,2522 +"154914",44894,36441,3,2048,2796 +"154915",44894,41770,3,2048,2752 +"154916",44894,42515,3,2048,2752 +"154917",44894,42799,3,2048,2729 +"154918",44894,80944,3,2048,2300 +"154919",44894,117956,3,2048,2774 +"154920",44899,377,3,2386,2389 +"154921",44899,1151,3,2386,2885 +"154922",44899,1616,3,2386,2662 +"154923",44899,2484,2,2386,2389 +"154924",44899,5504,3,2386,2389 +"154925",44899,7323,3,2386,2858 +"154926",44899,9311,3,2386,2477 +"154927",44899,14959,2,2386,2898 +"154928",44899,19606,3,2386,2783 +"154929",44899,20067,3,2386,2390 +"154930",44899,20700,3,2386,2861 +"154931",44899,29095,3,2386,2531 +"154932",44899,29314,3,2386,2736 +"154933",44899,35235,3,2386,2610 +"154934",44899,37238,3,2386,2609 +"154935",44899,37570,3,2386,2389 +"154936",44899,41945,3,2386,2856 +"154937",44899,43455,3,2386,2846 +"154938",44899,44885,1,2386,2670 +"154939",44899,53604,3,2386,2489 +"154940",44899,70203,3,2386,2756 +"154941",44921,601,3,550,702 +"154942",44921,1428,3,550,742 +"154943",44921,2894,3,550,1291 +"154944",44921,5785,1,550,1261 +"154945",44921,6222,3,550,1949 +"154946",44921,8748,3,550,699 +"154947",44921,10382,3,550,2111 +"154948",44921,11694,3,550,1564 +"154949",44921,14482,3,550,1573 +"154950",44921,14959,3,550,2898 +"154951",44921,16539,3,550,1947 +"154952",44921,17520,3,550,2276 +"154953",44921,19453,3,550,1928 +"154954",44921,19621,3,550,725 +"154955",44921,19637,3,550,1229 +"154956",44921,25680,3,550,1618 +"154957",44921,25950,3,550,1618 +"154958",44921,28130,2,550,908 +"154959",44921,28131,2,550,1492 +"154960",44921,30150,3,550,1704 +"154961",44921,30883,3,550,1629 +"154962",44921,31243,3,550,1355 +"154963",44921,37934,3,550,1595 +"154964",44921,38921,3,550,1880 +"154965",44921,50487,2,550,744 +"154966",44921,51616,3,550,761 +"154967",44921,53412,3,550,566 +"154968",44921,53779,3,550,2000 +"154969",44921,54522,3,550,699 +"154970",44921,56462,3,550,852 +"154971",44921,58669,3,550,2296 +"154972",44921,64502,2,550,1670 +"154973",44921,70203,3,550,2756 +"154974",44921,79371,2,550,1624 +"154975",44921,87519,2,550,595 +"154976",44921,87720,3,550,2086 +"154977",44921,88114,3,550,595 +"154978",44921,96911,3,550,956 +"154979",44949,457,3,324,1704 +"154980",44949,2337,3,324,1697 +"154981",44949,4705,1,324,1714 +"154982",44949,7258,2,324,1714 +"154983",44949,8192,3,324,1670 +"154984",44949,8376,3,324,1670 +"154985",44949,9175,3,324,2639 +"154986",44949,12432,3,324,1816 +"154987",44949,12449,3,324,2067 +"154988",44949,13869,3,324,1786 +"154989",44949,15734,2,324,1616 +"154990",44949,20423,3,324,2654 +"154991",44949,20486,2,324,1908 +"154992",44949,23319,3,324,2867 +"154993",44949,24558,2,324,2139 +"154994",44949,25078,3,324,2312 +"154995",44949,26671,3,324,2279 +"154996",44949,33850,3,324,931 +"154997",44949,35360,3,324,2043 +"154998",44949,35787,3,324,1132 +"154999",44949,49787,3,324,2352 +"155000",44949,49812,3,324,1816 +"155001",44949,56854,3,324,2022 +"155002",44949,66124,3,324,2174 +"155003",44949,81469,2,324,519 +"155004",44949,102793,2,324,912 +"155005",44949,117080,3,324,2357 +"155006",44971,1523,3,955,2048 +"155007",44971,2190,3,955,2359 +"155008",44971,2418,3,955,2020 +"155009",44971,2747,3,955,2411 +"155010",44971,10050,2,955,1792 +"155011",44971,14599,3,955,1118 +"155012",44971,14998,2,955,1553 +"155013",44971,16502,3,955,1616 +"155014",44971,19610,3,955,1236 +"155015",44971,28116,3,955,1643 +"155016",44971,33017,3,955,1493 +"155017",44971,37636,3,955,2178 +"155018",44971,38532,2,955,1234 +"155019",44971,42562,3,955,1195 +"155020",44971,50278,3,955,1127 +"155021",44971,51151,3,955,1195 +"155022",44971,54924,2,955,2603 +"155023",44971,92784,3,955,1257 +"155024",44982,388,3,1592,1594 +"155025",44982,733,3,1592,1653 +"155026",44982,5041,3,1592,2371 +"155027",44982,23890,2,1592,1810 +"155028",44982,23975,3,1592,2143 +"155029",44982,24761,3,1592,2384 +"155030",44982,50476,3,1592,1641 +"155031",44982,70656,3,1592,2771 +"155032",45030,23325,1,2776,2779 +"155033",45039,2747,3,1663,2411 +"155034",45039,34908,3,1663,2796 +"155035",45039,55256,3,1663,2379 +"155036",45053,602,3,1543,2632 +"155037",45053,4675,3,1543,1741 +"155038",45053,6982,2,1543,2034 +"155039",45053,7009,2,1543,1982 +"155040",45053,14103,3,1543,2204 +"155041",45053,14723,3,1543,2019 +"155042",45053,19937,3,1543,1587 +"155043",45053,22311,3,1543,2034 +"155044",45053,25480,3,1543,2747 +"155045",45053,28982,3,1543,2746 +"155046",45053,34842,3,1543,2050 +"155047",45053,35360,3,1543,2043 +"155048",45053,51364,3,1543,2660 +"155049",45053,54067,2,1543,2433 +"155050",45053,56386,3,1543,2771 +"155051",45096,364,3,766,2351 +"155052",45096,9703,3,766,1845 +"155053",45096,24176,3,766,1986 +"155054",45096,47654,3,766,1664 +"155055",45096,52993,3,766,1256 +"155056",45096,64947,3,766,2489 +"155057",45096,102566,3,766,2207 +"155058",45136,212,3,877,1513 +"155059",45136,680,3,877,2569 +"155060",45136,913,3,877,2144 +"155061",45136,1147,3,877,1999 +"155062",45136,1324,2,877,2147 +"155063",45136,2028,3,877,1978 +"155064",45136,2540,2,877,1398 +"155065",45136,2972,3,877,1708 +"155066",45136,3896,3,877,2693 +"155067",45136,3961,3,877,2426 +"155068",45136,3978,3,877,2775 +"155069",45136,4303,3,877,2414 +"155070",45136,4785,3,877,996 +"155071",45136,4821,3,877,1938 +"155072",45136,5315,3,877,2631 +"155073",45136,6602,3,877,1631 +"155074",45136,6989,3,877,2623 +"155075",45136,7185,3,877,1046 +"155076",45136,7475,3,877,1284 +"155077",45136,7858,3,877,1795 +"155078",45136,9191,3,877,2707 +"155079",45136,9511,3,877,1232 +"155080",45136,10358,3,877,2294 +"155081",45136,10980,3,877,1974 +"155082",45136,11648,3,877,2852 +"155083",45136,11662,3,877,1139 +"155084",45136,13388,3,877,2119 +"155085",45136,13967,3,877,1354 +"155086",45136,15636,2,877,2857 +"155087",45136,16053,2,877,908 +"155088",45136,18005,3,877,2449 +"155089",45136,18122,3,877,894 +"155090",45136,19637,3,877,1229 +"155091",45136,20067,3,877,2390 +"155092",45136,20070,3,877,1914 +"155093",45136,20688,3,877,891 +"155094",45136,21422,1,877,935 +"155095",45136,21693,3,877,2176 +"155096",45136,21706,3,877,1988 +"155097",45136,22033,3,877,1356 +"155098",45136,22326,3,877,2818 +"155099",45136,22362,3,877,1836 +"155100",45136,22722,3,877,1233 +"155101",45136,23319,2,877,2867 +"155102",45136,23787,2,877,2810 +"155103",45136,23869,3,877,1918 +"155104",45136,25305,3,877,2447 +"155105",45136,26249,3,877,2301 +"155106",45136,26366,3,877,1688 +"155107",45136,26582,2,877,2772 +"155108",45136,27694,3,877,2030 +"155109",45136,27860,3,877,1588 +"155110",45136,28896,3,877,1395 +"155111",45136,29095,3,877,2531 +"155112",45136,30309,2,877,1449 +"155113",45136,32131,3,877,1035 +"155114",45136,33801,3,877,2899 +"155115",45136,35529,2,877,1620 +"155116",45136,36031,3,877,2342 +"155117",45136,36953,3,877,2790 +"155118",45136,37897,3,877,1685 +"155119",45136,38973,1,877,1999 +"155120",45136,40646,3,877,1583 +"155121",45136,41108,2,877,1624 +"155122",45136,42799,3,877,2729 +"155123",45136,46486,3,877,1868 +"155124",45136,47386,3,877,2226 +"155125",45136,48215,2,877,2028 +"155126",45136,50269,3,877,1966 +"155127",45136,50585,3,877,2414 +"155128",45136,53475,3,877,2853 +"155129",45136,57760,3,877,1721 +"155130",45136,59677,3,877,1174 +"155131",45136,62148,3,877,1566 +"155132",45136,63395,3,877,2334 +"155133",45136,70996,1,877,1037 +"155134",45136,76286,3,877,1642 +"155135",45136,76356,3,877,2323 +"155136",45136,76999,3,877,908 +"155137",45136,81478,3,877,1640 +"155138",45136,82730,3,877,1492 +"155139",45136,85547,3,877,997 +"155140",45136,91901,3,877,1236 +"155141",45136,94101,3,877,997 +"155142",45136,94525,3,877,1993 +"155143",45136,100140,3,877,1041 +"155144",45136,103524,3,877,991 +"155145",45138,9504,3,2516,2549 +"155146",45138,64967,3,2516,2872 +"155147",45186,962,3,835,1000 +"155148",45186,1050,1,835,1185 +"155149",45186,1367,3,835,2176 +"155150",45186,2424,3,835,2582 +"155151",45186,2747,3,835,2411 +"155152",45186,3306,3,835,1989 +"155153",45186,3863,3,835,856 +"155154",45186,4763,3,835,1960 +"155155",45186,5315,3,835,2631 +"155156",45186,5346,2,835,1438 +"155157",45186,5580,3,835,2111 +"155158",45186,6030,3,835,2953 +"155159",45186,6047,3,835,2004 +"155160",45186,7245,3,835,2089 +"155161",45186,7798,3,835,949 +"155162",45186,7847,3,835,2424 +"155163",45186,9391,3,835,1252 +"155164",45186,9654,3,835,2111 +"155165",45186,10148,2,835,2964 +"155166",45186,10358,3,835,2294 +"155167",45186,10779,3,835,2881 +"155168",45186,12310,3,835,1337 +"155169",45186,12778,3,835,2045 +"155170",45186,13671,3,835,1371 +"155171",45186,14032,3,835,2144 +"155172",45186,14080,3,835,1351 +"155173",45186,15207,2,835,1855 +"155174",45186,15453,3,835,1688 +"155175",45186,15462,3,835,1141 +"155176",45186,15560,3,835,2257 +"155177",45186,15576,3,835,2204 +"155178",45186,15632,3,835,1242 +"155179",45186,16067,3,835,2727 +"155180",45186,16120,3,835,1237 +"155181",45186,16313,3,835,1160 +"155182",45186,18348,3,835,1711 +"155183",45186,18415,3,835,2184 +"155184",45186,18639,2,835,990 +"155185",45186,20407,3,835,2339 +"155186",45186,21401,3,835,1440 +"155187",45186,21929,3,835,2062 +"155188",45186,22165,1,835,1501 +"155189",45186,23310,3,835,2371 +"155190",45186,23508,2,835,1907 +"155191",45186,25443,3,835,1441 +"155192",45186,27849,3,835,1316 +"155193",45186,28057,3,835,1067 +"155194",45186,29930,3,835,2240 +"155195",45186,30262,3,835,1715 +"155196",45186,30943,3,835,2287 +"155197",45186,31279,3,835,965 +"155198",45186,32939,3,835,2277 +"155199",45186,34648,3,835,1596 +"155200",45186,37333,3,835,1612 +"155201",45186,39431,3,835,1460 +"155202",45186,40369,3,835,2735 +"155203",45186,40893,3,835,1116 +"155204",45186,41278,3,835,1873 +"155205",45186,41955,3,835,2479 +"155206",45186,42474,3,835,2322 +"155207",45186,42642,3,835,2257 +"155208",45186,42715,3,835,987 +"155209",45186,44636,3,835,1026 +"155210",45186,46283,3,835,1184 +"155211",45186,46803,3,835,2305 +"155212",45186,52327,3,835,1472 +"155213",45186,53134,3,835,1590 +"155214",45186,54388,3,835,1257 +"155215",45186,55185,2,835,922 +"155216",45186,57804,3,835,2214 +"155217",45186,62488,2,835,1418 +"155218",45186,63641,3,835,2337 +"155219",45186,67102,3,835,935 +"155220",45186,67726,3,835,2873 +"155221",45186,67788,2,835,837 +"155222",45186,68024,3,835,1531 +"155223",45186,68215,3,835,2727 +"155224",45186,69716,3,835,2632 +"155225",45186,74818,3,835,1440 +"155226",45186,76564,3,835,996 +"155227",45186,77001,3,835,1440 +"155228",45186,77010,3,835,2639 +"155229",45186,83096,3,835,1061 +"155230",45186,83526,3,835,1235 +"155231",45186,84296,3,835,1751 +"155232",45186,85356,3,835,1492 +"155233",45186,94520,2,835,1243 +"155234",45186,99557,3,835,1703 +"155235",45186,100140,3,835,1041 +"155236",45186,101338,3,835,1319 +"155237",45186,105975,3,835,1939 +"155238",45207,36862,3,1755,2655 +"155239",45225,27195,3,474,2158 +"155240",45225,56232,3,474,1175 +"155241",45225,63147,3,474,1477 +"155242",45225,68960,3,474,1312 +"155243",45225,87904,3,474,952 +"155244",45239,270,3,2535,2542 +"155245",45239,2224,3,2535,2751 +"155246",45239,2424,2,2535,2582 +"155247",45239,3305,3,2535,2839 +"155248",45239,3477,3,2535,2546 +"155249",45239,3978,3,2535,2775 +"155250",45239,9175,1,2535,2639 +"155251",45239,14507,3,2535,2686 +"155252",45239,17549,2,2535,2647 +"155253",45239,24825,3,2535,2686 +"155254",45239,34120,3,2535,2786 +"155255",45239,38307,3,2535,2648 +"155256",45239,41770,3,2535,2752 +"155257",45239,41945,2,2535,2856 +"155258",45239,42216,3,2535,2722 +"155259",45239,43455,3,2535,2846 +"155260",45239,44688,3,2535,2924 +"155261",45239,60974,2,2535,2972 +"155262",45239,61982,3,2535,2725 +"155263",45239,65434,3,2535,2866 +"155264",45239,79653,3,2535,2683 +"155265",45275,36970,3,1557,2693 +"155266",45277,20355,3,1777,2111 +"155267",45277,36574,3,1777,2934 +"155268",45297,3158,2,1864,2762 +"155269",45297,4249,1,1864,2547 +"155270",45297,4784,1,1864,2511 +"155271",45297,5897,3,1864,2337 +"155272",45297,6223,2,1864,2363 +"155273",45297,6345,3,1864,2713 +"155274",45297,6747,2,1864,2913 +"155275",45297,9724,3,1864,2713 +"155276",45297,9740,3,1864,2233 +"155277",45297,12966,3,1864,2011 +"155278",45297,14172,2,1864,1923 +"155279",45297,14470,3,1864,2632 +"155280",45297,14957,3,1864,2306 +"155281",45297,15782,2,1864,2306 +"155282",45297,16910,3,1864,1978 +"155283",45297,16963,3,1864,1999 +"155284",45297,17695,3,1864,1930 +"155285",45297,21358,1,1864,1970 +"155286",45297,21920,3,1864,2367 +"155287",45297,25941,3,1864,2369 +"155288",45297,30544,3,1864,2041 +"155289",45297,31950,3,1864,2217 +"155290",45297,32576,3,1864,2881 +"155291",45297,33460,3,1864,2781 +"155292",45297,36840,3,1864,2269 +"155293",45297,37684,3,1864,2899 +"155294",45297,37929,3,1864,2393 +"155295",45297,41489,1,1864,2006 +"155296",45297,42390,3,1864,2937 +"155297",45297,43701,3,1864,2400 +"155298",45297,46049,3,1864,2102 +"155299",45297,48823,2,1864,2080 +"155300",45297,53289,3,1864,2746 +"155301",45297,53652,3,1864,2899 +"155302",45297,54488,3,1864,2357 +"155303",45297,64737,3,1864,2442 +"155304",45297,68813,2,1864,2511 +"155305",45297,80186,3,1864,2228 +"155306",45297,82217,1,1864,2441 +"155307",45297,108467,3,1864,2170 +"155308",45299,3403,3,2426,2951 +"155309",45299,5606,3,2426,2875 +"155310",45299,11135,3,2426,2441 +"155311",45299,33363,3,2426,2475 +"155312",45299,61513,3,2426,2948 +"155313",45299,92297,3,2426,2952 +"155314",45299,100586,3,2426,2966 +"155315",45299,121784,3,2426,2446 +"155316",45302,270,3,2390,2542 +"155317",45302,997,3,2390,2788 +"155318",45302,1767,3,2390,2727 +"155319",45302,2424,3,2390,2582 +"155320",45302,2954,3,2390,2727 +"155321",45302,3305,3,2390,2839 +"155322",45302,3980,3,2390,2771 +"155323",45302,6074,1,2390,2426 +"155324",45302,6192,3,2390,2409 +"155325",45302,8681,3,2390,2716 +"155326",45302,8762,3,2390,2585 +"155327",45302,11103,3,2390,2393 +"155328",45302,12528,3,2390,2589 +"155329",45302,13158,3,2390,2667 +"155330",45302,14652,3,2390,2516 +"155331",45302,14834,3,2390,2739 +"155332",45302,17365,2,2390,2746 +"155333",45302,19208,3,2390,2629 +"155334",45302,19605,3,2390,2395 +"155335",45302,19862,3,2390,2412 +"155336",45302,21138,3,2390,2849 +"155337",45302,21682,2,2390,2414 +"155338",45302,23011,3,2390,2763 +"155339",45302,27275,3,2390,2656 +"155340",45302,27390,3,2390,2425 +"155341",45302,30052,3,2390,2855 +"155342",45302,31235,3,2390,2668 +"155343",45302,33949,3,2390,2489 +"155344",45302,38307,3,2390,2648 +"155345",45302,38755,3,2390,2902 +"155346",45302,41023,3,2390,2408 +"155347",45302,41945,3,2390,2856 +"155348",45302,42216,2,2390,2722 +"155349",45302,43404,3,2390,2649 +"155350",45302,43455,2,2390,2846 +"155351",45302,43796,3,2390,2476 +"155352",45302,46950,3,2390,2673 +"155353",45302,47248,3,2390,2883 +"155354",45302,48571,3,2390,2717 +"155355",45302,49110,3,2390,2938 +"155356",45302,50134,2,2390,2674 +"155357",45302,51035,2,2390,2397 +"155358",45302,51866,1,2390,2411 +"155359",45302,53219,2,2390,2973 +"155360",45302,53323,3,2390,2677 +"155361",45302,56082,3,2390,2395 +"155362",45302,61982,3,2390,2725 +"155363",45302,64699,3,2390,2797 +"155364",45302,66983,3,2390,2397 +"155365",45302,66992,3,2390,2882 +"155366",45302,67652,3,2390,2736 +"155367",45302,67726,3,2390,2873 +"155368",45302,70944,3,2390,2972 +"155369",45302,72207,3,2390,2430 +"155370",45329,14,3,1693,1793 +"155371",45329,323,3,1693,1706 +"155372",45329,854,3,1693,2307 +"155373",45329,915,2,1693,1793 +"155374",45329,2407,3,1693,1725 +"155375",45329,2684,3,1693,2874 +"155376",45329,3980,3,1693,2771 +"155377",45329,4504,3,1693,1905 +"155378",45329,5865,3,1693,1910 +"155379",45329,6192,3,1693,2409 +"155380",45329,7406,3,1693,1906 +"155381",45329,8274,3,1693,1909 +"155382",45329,8865,3,1693,2394 +"155383",45329,9331,3,1693,2269 +"155384",45329,12264,3,1693,1925 +"155385",45329,15546,3,1693,2055 +"155386",45329,16482,3,1693,1958 +"155387",45329,16866,3,1693,2718 +"155388",45329,17351,3,1693,2036 +"155389",45329,17632,3,1693,1947 +"155390",45329,18464,3,1693,2312 +"155391",45329,18865,3,1693,2676 +"155392",45329,19208,2,1693,2629 +"155393",45329,19605,1,1693,2395 +"155394",45329,20162,2,1693,2328 +"155395",45329,23460,3,1693,2183 +"155396",45329,29454,1,1693,2719 +"155397",45329,30236,3,1693,2238 +"155398",45329,35837,3,1693,2871 +"155399",45329,37301,3,1693,2160 +"155400",45329,38732,3,1693,2263 +"155401",45329,39556,3,1693,2747 +"155402",45329,41664,3,1693,2641 +"155403",45329,41764,2,1693,2409 +"155404",45329,42129,3,1693,2318 +"155405",45329,44688,3,1693,2924 +"155406",45329,47529,3,1693,2914 +"155407",45329,50480,2,1693,2701 +"155408",45329,50667,3,1693,2719 +"155409",45329,51610,3,1693,2635 +"155410",45329,56910,3,1693,2705 +"155411",45329,63395,3,1693,2334 +"155412",45329,63477,3,1693,1907 +"155413",45343,6740,3,2360,2699 +"155414",45343,10130,3,2360,2741 +"155415",45343,25129,3,2360,2647 +"155416",45343,51410,2,2360,2739 +"155417",45343,54067,2,2360,2433 +"155418",45355,2057,3,1450,1965 +"155419",45355,2351,3,1450,1868 +"155420",45355,2524,3,1450,1708 +"155421",45355,2668,3,1450,1529 +"155422",45355,7896,2,1450,2447 +"155423",45355,8623,3,1450,2463 +"155424",45355,11136,3,1450,2573 +"155425",45355,11239,3,1450,2181 +"155426",45355,14754,3,1450,2456 +"155427",45355,17728,3,1450,1542 +"155428",45355,28432,3,1450,1954 +"155429",45355,32110,3,1450,2224 +"155430",45355,32778,2,1450,2310 +"155431",45355,35133,3,1450,2219 +"155432",45355,46261,3,1450,2350 +"155433",45355,47529,3,1450,2914 +"155434",45355,51250,3,1450,2683 +"155435",45355,51758,3,1450,2310 +"155436",45355,58684,3,1450,2295 +"155437",45355,61337,3,1450,2777 +"155438",45355,79432,3,1450,1708 +"155439",45355,107103,3,1450,2015 +"155440",45355,115059,3,1450,2552 +"155441",45362,42965,1,844,2229 +"155442",45375,1315,3,862,2760 +"155443",45375,3139,3,862,1656 +"155444",45375,6160,3,862,969 +"155445",45375,10370,3,862,2224 +"155446",45375,23312,3,862,2449 +"155447",45375,26700,2,862,1663 +"155448",45375,27427,3,862,2325 +"155449",45375,38513,3,862,914 +"155450",45375,38938,2,862,1593 +"155451",45375,40703,3,862,1608 +"155452",45375,47013,3,862,2388 +"155453",45375,47529,3,862,2914 +"155454",45375,48283,3,862,1290 +"155455",45375,51243,3,862,1389 +"155456",45375,54127,3,862,1593 +"155457",45375,85405,3,862,1593 +"155458",45449,55,3,1610,2524 +"155459",45449,1393,2,1610,1706 +"155460",45449,2407,2,1610,1725 +"155461",45449,3068,3,1610,1815 +"155462",45449,3271,3,1610,2216 +"155463",45449,3506,2,1610,2364 +"155464",45449,4001,3,1610,1687 +"155465",45449,4403,3,1610,2416 +"155466",45449,4784,3,1610,2511 +"155467",45449,4821,3,1610,1938 +"155468",45449,5064,3,1610,1690 +"155469",45449,5813,3,1610,2088 +"155470",45449,6020,3,1610,1864 +"155471",45449,6040,3,1610,2103 +"155472",45449,6621,3,1610,2478 +"155473",45449,7123,2,1610,1964 +"155474",45449,9088,3,1610,1881 +"155475",45449,9202,3,1610,2477 +"155476",45449,9269,2,1610,1892 +"155477",45449,9272,3,1610,2835 +"155478",45449,9895,3,1610,1960 +"155479",45449,15546,3,1610,2055 +"155480",45449,16347,3,1610,1868 +"155481",45449,16757,3,1610,1755 +"155482",45449,16866,1,1610,2718 +"155483",45449,17925,2,1610,2385 +"155484",45449,18865,2,1610,2676 +"155485",45449,19208,3,1610,2629 +"155486",45449,19605,3,1610,2395 +"155487",45449,20695,3,1610,2526 +"155488",45449,21142,3,1610,2414 +"155489",45449,21358,3,1610,1970 +"155490",45449,21920,2,1610,2367 +"155491",45449,22389,2,1610,2034 +"155492",45449,26642,3,1610,2952 +"155493",45449,26740,3,1610,2695 +"155494",45449,31950,2,1610,2217 +"155495",45449,31990,3,1610,2264 +"155496",45449,32629,2,1610,1789 +"155497",45449,32724,3,1610,2581 +"155498",45449,32939,3,1610,2277 +"155499",45449,34331,3,1610,1727 +"155500",45449,36270,3,1610,2910 +"155501",45449,37801,3,1610,2578 +"155502",45449,41489,3,1610,2006 +"155503",45449,42813,3,1610,2142 +"155504",45449,43226,3,1610,2442 +"155505",45449,44312,3,1610,2741 +"155506",45449,44744,2,1610,2032 +"155507",45449,45297,3,1610,1864 +"155508",45449,48110,3,1610,2009 +"155509",45449,48823,3,1610,2080 +"155510",45449,48931,1,1610,2444 +"155511",45449,50480,3,1610,2701 +"155512",45449,53293,3,1610,2916 +"155513",45449,53445,2,1610,2028 +"155514",45449,54953,3,1610,2223 +"155515",45449,56364,3,1610,1626 +"155516",45449,56910,3,1610,2705 +"155517",45449,57549,3,1610,2335 +"155518",45449,57804,2,1610,2214 +"155519",45449,58508,3,1610,2326 +"155520",45449,61398,2,1610,2563 +"155521",45449,61921,2,1610,1793 +"155522",45449,63395,2,1610,2334 +"155523",45449,64737,3,1610,2442 +"155524",45449,69335,3,1610,2698 +"155525",45449,74204,3,1610,2463 +"155526",45449,80186,2,1610,2228 +"155527",45449,80301,3,1610,1690 +"155528",45449,84591,3,1610,1685 +"155529",45449,95879,3,1610,1748 +"155530",45449,96387,2,1610,2159 +"155531",45449,100084,1,1610,1964 +"155532",45449,102581,3,1610,1813 +"155533",45450,1393,3,1590,1706 +"155534",45450,2370,2,1590,1600 +"155535",45450,2407,3,1590,1725 +"155536",45450,3068,2,1590,1815 +"155537",45450,3506,3,1590,2364 +"155538",45450,4249,3,1590,2547 +"155539",45450,4784,2,1590,2511 +"155540",45450,6020,2,1590,1864 +"155541",45450,7123,3,1590,1964 +"155542",45450,9088,3,1590,1881 +"155543",45450,9269,3,1590,1892 +"155544",45450,14172,3,1590,1923 +"155545",45450,16866,2,1590,2718 +"155546",45450,17925,3,1590,2385 +"155547",45450,18865,3,1590,2676 +"155548",45450,19282,3,1590,1623 +"155549",45450,21358,2,1590,1970 +"155550",45450,21920,3,1590,2367 +"155551",45450,22389,3,1590,2034 +"155552",45450,31950,2,1590,2217 +"155553",45450,32629,3,1590,1789 +"155554",45450,41489,3,1590,2006 +"155555",45450,44744,3,1590,2032 +"155556",45450,45297,2,1590,1864 +"155557",45450,45449,1,1590,1610 +"155558",45450,48823,2,1590,2080 +"155559",45450,48931,2,1590,2444 +"155560",45450,53445,3,1590,2028 +"155561",45450,57804,3,1590,2214 +"155562",45450,61398,3,1590,2563 +"155563",45450,61921,3,1590,1793 +"155564",45450,63395,3,1590,2334 +"155565",45450,64737,3,1590,2442 +"155566",45450,68813,3,1590,2511 +"155567",45450,80186,2,1590,2228 +"155568",45450,82217,3,1590,2441 +"155569",45450,84235,3,1590,1639 +"155570",45450,95879,2,1590,1748 +"155571",45450,96387,3,1590,2159 +"155572",45450,100084,2,1590,1964 +"155573",45461,4932,1,2458,2752 +"155574",45461,23787,3,2458,2810 +"155575",45461,28296,3,2458,2944 +"155576",45461,28893,3,2458,2764 +"155577",45461,34735,3,2458,2767 +"155578",45461,36506,3,2458,2638 +"155579",45461,47534,1,2458,2712 +"155580",45473,19215,1,2540,2604 +"155581",45473,19364,3,2540,2846 +"155582",45473,22709,2,2540,2743 +"155583",45473,70973,2,2540,2705 +"155584",45480,798,3,1104,2476 +"155585",45480,1203,3,1104,1350 +"155586",45480,1629,3,1104,1289 +"155587",45480,2349,3,1104,1288 +"155588",45480,3271,3,1104,2216 +"155589",45480,4066,3,1104,1736 +"155590",45480,5346,3,1104,1438 +"155591",45480,5897,3,1104,2337 +"155592",45480,6821,2,1104,1788 +"155593",45480,7785,3,1104,2441 +"155594",45480,9060,3,1104,1612 +"155595",45480,9272,3,1104,2835 +"155596",45480,9332,3,1104,2734 +"155597",45480,10087,3,1104,1617 +"155598",45480,10373,2,1104,2436 +"155599",45480,10914,3,1104,1660 +"155600",45480,13068,3,1104,1778 +"155601",45480,13639,3,1104,2887 +"155602",45480,15095,3,1104,2001 +"155603",45480,15184,3,1104,2396 +"155604",45480,15207,3,1104,1855 +"155605",45480,15462,3,1104,1141 +"155606",45480,16437,1,1104,1956 +"155607",45480,16684,2,1104,1657 +"155608",45480,16776,2,1104,1565 +"155609",45480,16850,3,1104,1657 +"155610",45480,18421,3,1104,2457 +"155611",45480,18571,3,1104,2128 +"155612",45480,19231,3,1104,1424 +"155613",45480,19934,3,1104,2888 +"155614",45480,20395,3,1104,1468 +"155615",45480,22244,3,1104,2139 +"155616",45480,22709,3,1104,2743 +"155617",45480,23000,3,1104,1815 +"155618",45480,26182,3,1104,2775 +"155619",45480,26713,3,1104,1235 +"155620",45480,27280,2,1104,1965 +"155621",45480,27320,3,1104,2378 +"155622",45480,27391,3,1104,2378 +"155623",45480,27722,3,1104,1266 +"155624",45480,28051,3,1104,2089 +"155625",45480,28357,3,1104,1134 +"155626",45480,30891,3,1104,1256 +"155627",45480,31164,3,1104,1996 +"155628",45480,31783,2,1104,1180 +"155629",45480,31868,3,1104,1993 +"155630",45480,32516,3,1104,2050 +"155631",45480,32532,3,1104,2338 +"155632",45480,32560,3,1104,1258 +"155633",45480,34921,3,1104,2181 +"155634",45480,35728,3,1104,2017 +"155635",45480,36136,3,1104,2338 +"155636",45480,36346,3,1104,1240 +"155637",45480,37059,3,1104,2840 +"155638",45480,37752,2,1104,2223 +"155639",45480,38259,3,1104,2258 +"155640",45480,39443,3,1104,2277 +"155641",45480,39534,2,1104,2410 +"155642",45480,41187,3,1104,2340 +"155643",45480,41900,3,1104,1970 +"155644",45480,43204,2,1104,1680 +"155645",45480,43226,3,1104,2442 +"155646",45480,44235,3,1104,2700 +"155647",45480,44877,2,1104,1219 +"155648",45480,46486,3,1104,1868 +"155649",45480,46951,3,1104,2429 +"155650",45480,46982,3,1104,2806 +"155651",45480,47013,2,1104,2388 +"155652",45480,47384,3,1104,1639 +"155653",45480,48110,3,1104,2009 +"155654",45480,49347,3,1104,2504 +"155655",45480,53726,3,1104,1729 +"155656",45480,53924,3,1104,1289 +"155657",45480,58508,3,1104,2326 +"155658",45480,59039,1,1104,2870 +"155659",45480,59485,3,1104,1564 +"155660",45480,61723,3,1104,1262 +"155661",45480,63654,3,1104,2310 +"155662",45480,65188,3,1104,2213 +"155663",45480,66717,3,1104,2104 +"155664",45480,69131,3,1104,2122 +"155665",45480,69335,3,1104,2698 +"155666",45480,69788,3,1104,2007 +"155667",45480,72438,3,1104,1397 +"155668",45480,73192,3,1104,1955 +"155669",45480,74795,3,1104,1319 +"155670",45480,77377,3,1104,1487 +"155671",45480,79432,3,1104,1708 +"155672",45480,80301,3,1104,1690 +"155673",45480,80506,3,1104,1920 +"155674",45480,82341,3,1104,1515 +"155675",45480,88067,3,1104,2315 +"155676",45480,90745,3,1104,1994 +"155677",45480,90789,3,1104,1218 +"155678",45480,92297,3,1104,2952 +"155679",45480,93208,3,1104,1324 +"155680",45480,94520,3,1104,1243 +"155681",45480,94625,3,1104,2105 +"155682",45480,107383,3,1104,1918 +"155683",45487,3100,3,2256,2524 +"155684",45487,3403,3,2256,2951 +"155685",45487,3786,3,2256,2282 +"155686",45487,9727,3,2256,2327 +"155687",45487,11135,1,2256,2441 +"155688",45487,11429,3,2256,2520 +"155689",45487,13024,3,2256,2468 +"155690",45487,15502,2,2256,2637 +"155691",45487,28567,3,2256,2398 +"155692",45487,41051,3,2256,2767 +"155693",45487,95211,3,2256,2462 +"155694",45496,237,3,1244,1982 +"155695",45496,44749,3,1244,1303 +"155696",45496,57356,3,1244,2476 +"155697",45496,59485,3,1244,1564 +"155698",45496,67266,3,1244,2010 +"155699",45499,55,3,2346,2524 +"155700",45499,3506,3,2346,2364 +"155701",45499,6621,3,2346,2478 +"155702",45499,14470,2,2346,2632 +"155703",45499,23498,3,2346,2398 +"155704",45499,42407,3,2346,2408 +"155705",45499,57205,1,2346,2948 +"155706",45499,66618,3,2346,2381 +"155707",45499,68286,3,2346,2442 +"155708",45504,23725,3,2301,2378 +"155709",45504,29580,2,2301,2776 +"155710",45504,40368,3,2301,2876 +"155711",45504,46635,3,2301,2528 +"155712",45504,49109,2,2301,2341 +"155713",45504,52032,3,2301,2853 +"155714",45504,54551,3,2301,2348 +"155715",45518,2524,3,494,1708 +"155716",45518,3127,3,494,2273 +"155717",45518,4668,3,494,1919 +"155718",45518,4669,3,494,2395 +"155719",45518,5484,3,494,582 +"155720",45518,8140,3,494,1262 +"155721",45518,9227,3,494,1267 +"155722",45518,10980,3,494,1974 +"155723",45518,11648,3,494,2852 +"155724",45518,11990,3,494,1909 +"155725",45518,12948,1,494,2669 +"155726",45518,13537,3,494,1020 +"155727",45518,14425,3,494,1036 +"155728",45518,14532,3,494,1193 +"155729",45518,14749,3,494,1998 +"155730",45518,14781,3,494,2338 +"155731",45518,18122,3,494,894 +"155732",45518,20395,3,494,1468 +"155733",45518,27742,3,494,2700 +"155734",45518,28869,3,494,2425 +"155735",45518,28904,3,494,926 +"155736",45518,30891,3,494,1256 +"155737",45518,31868,3,494,1993 +"155738",45518,36327,1,494,870 +"155739",45518,39999,3,494,1593 +"155740",45518,40309,3,494,871 +"155741",45518,40572,3,494,2666 +"155742",45518,41446,3,494,1103 +"155743",45518,45869,2,494,2840 +"155744",45518,59726,2,494,1513 +"155745",45518,63498,3,494,977 +"155746",45518,67266,3,494,2010 +"155747",45518,67617,3,494,1149 +"155748",45518,76007,3,494,918 +"155749",45518,115021,3,494,1226 +"155750",45545,854,3,1776,2307 +"155751",45545,862,3,1776,2254 +"155752",45545,1592,3,1776,2006 +"155753",45545,1691,3,1776,1941 +"155754",45545,2011,3,1776,2176 +"155755",45545,6222,3,1776,1949 +"155756",45545,7616,3,1776,2296 +"155757",45545,9311,3,1776,2477 +"155758",45545,12081,3,1776,2166 +"155759",45545,12388,2,1776,1975 +"155760",45545,14507,3,1776,2686 +"155761",45545,14676,3,1776,2764 +"155762",45545,14731,1,1776,2012 +"155763",45545,14959,3,1776,2898 +"155764",45545,15444,3,1776,2764 +"155765",45545,16539,3,1776,1947 +"155766",45545,18670,2,1776,1835 +"155767",45545,20407,3,1776,2339 +"155768",45545,22682,3,1776,2035 +"155769",45545,24256,3,1776,2393 +"155770",45545,24825,3,1776,2686 +"155771",45545,27796,3,1776,2151 +"155772",45545,29918,3,1776,1953 +"155773",45545,31001,3,1776,2119 +"155774",45545,31159,3,1776,2231 +"155775",45545,31705,3,1776,2706 +"155776",45545,32047,3,1776,1858 +"155777",45545,32939,3,1776,2277 +"155778",45545,34707,3,1776,2042 +"155779",45545,35888,3,1776,2291 +"155780",45545,37752,3,1776,2223 +"155781",45545,38921,3,1776,1880 +"155782",45545,41682,3,1776,1988 +"155783",45545,50585,3,1776,2414 +"155784",45545,55076,3,1776,2408 +"155785",45545,55580,3,1776,1942 +"155786",45545,56854,3,1776,2022 +"155787",45545,57804,3,1776,2214 +"155788",45545,58284,2,1776,2292 +"155789",45545,66241,3,1776,2351 +"155790",45545,66971,2,1776,2299 +"155791",45545,76463,3,1776,2298 +"155792",45545,77611,3,1776,1795 +"155793",45545,79413,3,1776,2224 +"155794",45549,1367,3,1322,2176 +"155795",45549,3242,3,1322,1730 +"155796",45549,7245,2,1322,2089 +"155797",45549,8533,3,1322,2251 +"155798",45549,12096,3,1322,1330 +"155799",45549,18415,2,1322,2184 +"155800",45549,20563,3,1322,2267 +"155801",45549,31050,3,1322,1491 +"155802",45549,45633,3,1322,2134 +"155803",45549,49144,3,1322,1542 +"155804",45549,51410,3,1322,2739 +"155805",45549,58035,3,1322,1646 +"155806",45549,82426,3,1322,1576 +"155807",45560,7127,3,2308,2352 +"155808",45560,20259,1,2308,2751 +"155809",45562,1393,3,623,1706 +"155810",45562,2014,3,623,973 +"155811",45562,2370,1,623,1600 +"155812",45562,2407,3,623,1725 +"155813",45562,2506,3,623,954 +"155814",45562,3068,3,623,1815 +"155815",45562,3506,3,623,2364 +"155816",45562,4784,3,623,2511 +"155817",45562,6020,2,623,1864 +"155818",45562,7123,3,623,1964 +"155819",45562,7900,3,623,893 +"155820",45562,7903,3,623,744 +"155821",45562,7932,2,623,789 +"155822",45562,9088,3,623,1881 +"155823",45562,9269,3,623,1892 +"155824",45562,10610,3,623,1427 +"155825",45562,13034,3,623,698 +"155826",45562,13595,3,623,1164 +"155827",45562,14172,3,623,1923 +"155828",45562,15086,3,623,2135 +"155829",45562,15281,3,623,810 +"155830",45562,16455,3,623,946 +"155831",45562,16866,2,623,2718 +"155832",45562,17925,3,623,2385 +"155833",45562,18865,3,623,2676 +"155834",45562,21142,3,623,2414 +"155835",45562,21358,3,623,1970 +"155836",45562,21920,2,623,2367 +"155837",45562,22389,3,623,2034 +"155838",45562,23728,3,623,2601 +"155839",45562,28648,3,623,1586 +"155840",45562,31950,2,623,2217 +"155841",45562,32629,3,623,1789 +"155842",45562,33460,3,623,2781 +"155843",45562,34274,3,623,1437 +"155844",45562,36440,3,623,704 +"155845",45562,37765,3,623,1134 +"155846",45562,40510,1,623,943 +"155847",45562,41075,3,623,1176 +"155848",45562,41489,3,623,2006 +"155849",45562,43725,3,623,935 +"155850",45562,44744,3,623,2032 +"155851",45562,45297,3,623,1864 +"155852",45562,45449,1,623,1610 +"155853",45562,45450,1,623,1590 +"155854",45562,48254,2,623,1013 +"155855",45562,48781,2,623,954 +"155856",45562,48823,3,623,2080 +"155857",45562,48931,2,623,2444 +"155858",45562,49029,3,623,647 +"155859",45562,53445,3,623,2028 +"155860",45562,55493,2,623,869 +"155861",45562,57804,3,623,2214 +"155862",45562,61398,3,623,2563 +"155863",45562,61921,3,623,1793 +"155864",45562,63395,3,623,2334 +"155865",45562,64737,2,623,2442 +"155866",45562,66017,3,623,1545 +"155867",45562,68419,2,623,654 +"155868",45562,74054,3,623,1488 +"155869",45562,76997,3,623,2223 +"155870",45562,77719,3,623,2086 +"155871",45562,79639,2,623,1013 +"155872",45562,80186,2,623,2228 +"155873",45562,84235,3,623,1639 +"155874",45562,84581,2,623,1241 +"155875",45562,90852,2,623,764 +"155876",45562,92084,3,623,1134 +"155877",45562,92366,2,623,1434 +"155878",45562,93642,2,623,1120 +"155879",45562,95879,3,623,1748 +"155880",45562,96387,3,623,2159 +"155881",45562,100084,2,623,1964 +"155882",45562,103989,3,623,1207 +"155883",45562,108467,3,623,2170 +"155884",45562,116484,2,623,902 +"155885",45562,116963,3,623,1053 +"155886",45585,5816,2,2384,2408 +"155887",45585,6234,3,2384,2654 +"155888",45585,11067,3,2384,2734 +"155889",45585,26658,3,2384,2745 +"155890",45585,42256,3,2384,2839 +"155891",45595,3167,3,1481,1676 +"155892",45595,57609,3,1481,2717 +"155893",45605,68979,3,845,1173 +"155894",45608,307,3,2420,2530 +"155895",45608,2684,3,2420,2874 +"155896",45608,3305,3,2420,2839 +"155897",45608,9893,2,2420,2701 +"155898",45608,16432,3,2420,2664 +"155899",45608,24955,3,2420,2424 +"155900",45608,26749,3,2420,2965 +"155901",45608,33801,3,2420,2899 +"155902",45608,40368,3,2420,2876 +"155903",45608,51041,3,2420,2606 +"155904",45608,52570,3,2420,2645 +"155905",45608,53475,3,2420,2853 +"155906",45608,54695,3,2420,2429 +"155907",45608,61982,3,2420,2725 +"155908",45608,62841,3,2420,2710 +"155909",45618,1315,3,2356,2760 +"155910",45618,2684,3,2356,2874 +"155911",45618,5315,3,2356,2631 +"155912",45618,9362,3,2356,2879 +"155913",45618,12356,3,2356,2757 +"155914",45618,14652,3,2356,2516 +"155915",45618,18563,3,2356,2715 +"155916",45618,21406,3,2356,2714 +"155917",45618,30697,3,2356,2891 +"155918",45618,31132,2,2356,2744 +"155919",45618,36609,1,2356,2918 +"155920",45618,42574,2,2356,2842 +"155921",45618,56082,3,2356,2395 +"155922",45618,67150,3,2356,2633 +"155923",45618,84469,3,2356,2389 +"155924",45628,4144,2,527,1520 +"155925",45628,10337,2,527,2452 +"155926",45628,15502,3,527,2637 +"155927",45628,18319,1,527,1439 +"155928",45628,19323,3,527,1705 +"155929",45628,23430,3,527,904 +"155930",45628,32678,1,527,1439 +"155931",45628,35911,2,527,2370 +"155932",45628,43905,3,527,756 +"155933",45628,83161,2,527,1352 +"155934",45633,135,2,2134,2233 +"155935",45633,455,2,2134,2827 +"155936",45633,470,3,2134,2285 +"155937",45633,913,3,2134,2144 +"155938",45633,1367,1,2134,2176 +"155939",45633,2424,3,2134,2582 +"155940",45633,4618,3,2134,2607 +"155941",45633,4669,3,2134,2395 +"155942",45633,5148,3,2134,2206 +"155943",45633,5725,3,2134,2789 +"155944",45633,7515,3,2134,2737 +"155945",45633,8533,2,2134,2251 +"155946",45633,9311,3,2134,2477 +"155947",45633,10513,3,2134,2284 +"155948",45633,12713,3,2134,2440 +"155949",45633,13929,3,2134,2693 +"155950",45633,16497,3,2134,2370 +"155951",45633,17264,3,2134,2528 +"155952",45633,18202,3,2134,2475 +"155953",45633,18415,2,2134,2184 +"155954",45633,19719,3,2134,2177 +"155955",45633,19858,3,2134,2357 +"155956",45633,20563,2,2134,2267 +"155957",45633,23132,3,2134,2756 +"155958",45633,23509,3,2134,2275 +"155959",45633,23705,3,2134,2699 +"155960",45633,26436,3,2134,2489 +"155961",45633,26516,3,2134,2479 +"155962",45633,27753,3,2134,2750 +"155963",45633,28285,3,2134,2972 +"155964",45633,29073,2,2134,2328 +"155965",45633,30052,3,2134,2855 +"155966",45633,33572,2,2134,2370 +"155967",45633,38667,3,2134,2880 +"155968",45633,47947,3,2134,2681 +"155969",45633,48127,3,2134,2677 +"155970",45633,49965,3,2134,2301 +"155971",45633,51410,3,2134,2739 +"155972",45633,52576,3,2134,2234 +"155973",45633,53300,3,2134,2162 +"155974",45633,55139,3,2134,2323 +"155975",45633,57977,3,2134,2683 +"155976",45633,60661,3,2134,2700 +"155977",45633,62840,3,2134,2502 +"155978",45633,64997,3,2134,2791 +"155979",45633,66413,3,2134,2507 +"155980",45633,71562,3,2134,2574 +"155981",45633,73305,3,2134,2544 +"155982",45633,74095,3,2134,2333 +"155983",45633,88232,3,2134,2881 +"155984",45650,145,3,1528,1998 +"155985",45650,380,3,1528,2261 +"155986",45650,913,3,1528,2144 +"155987",45650,1102,3,1528,2282 +"155988",45650,1315,3,1528,2760 +"155989",45650,1777,3,1528,1965 +"155990",45650,2224,3,1528,2751 +"155991",45650,2684,3,1528,2874 +"155992",45650,2864,3,1528,1543 +"155993",45650,3139,3,1528,1656 +"155994",45650,3352,3,1528,1707 +"155995",45650,3397,3,1528,2126 +"155996",45650,3453,3,1528,2126 +"155997",45650,3801,3,1528,1974 +"155998",45650,5078,3,1528,2033 +"155999",45650,5315,3,1528,2631 +"156000",45650,5457,3,1528,2077 +"156001",45650,5462,3,1528,2374 +"156002",45650,5504,3,1528,2389 +"156003",45650,6491,3,1528,2424 +"156004",45650,6602,3,1528,1631 +"156005",45650,7354,3,1528,2008 +"156006",45650,7858,3,1528,1795 +"156007",45650,8866,1,1528,1545 +"156008",45650,9362,2,1528,2879 +"156009",45650,9702,3,1528,1928 +"156010",45650,9805,2,1528,1621 +"156011",45650,10146,3,1528,1878 +"156012",45650,10513,3,1528,2284 +"156013",45650,12356,3,1528,2757 +"156014",45650,14325,3,1528,1976 +"156015",45650,14652,3,1528,2516 +"156016",45650,14655,3,1528,2559 +"156017",45650,15700,3,1528,1712 +"156018",45650,17520,3,1528,2276 +"156019",45650,18165,3,1528,2085 +"156020",45650,18563,3,1528,2715 +"156021",45650,19744,3,1528,2623 +"156022",45650,19980,3,1528,2231 +"156023",45650,20070,3,1528,1914 +"156024",45650,20331,3,1528,2365 +"156025",45650,21225,3,1528,1945 +"156026",45650,21406,3,1528,2714 +"156027",45650,21682,3,1528,2414 +"156028",45650,21929,3,1528,2062 +"156029",45650,23098,2,1528,2300 +"156030",45650,26067,3,1528,2069 +"156031",45650,30697,2,1528,2891 +"156032",45650,30883,3,1528,1629 +"156033",45650,31132,2,1528,2744 +"156034",45650,31235,3,1528,2668 +"156035",45650,32939,3,1528,2277 +"156036",45650,34963,3,1528,2251 +"156037",45650,36031,3,1528,2342 +"156038",45650,36087,3,1528,2755 +"156039",45650,36609,1,1528,2918 +"156040",45650,38780,3,1528,2705 +"156041",45650,40931,3,1528,2301 +"156042",45650,41518,3,1528,1641 +"156043",45650,42023,3,1528,2231 +"156044",45650,42372,3,1528,2230 +"156045",45650,42574,2,1528,2842 +"156046",45650,43902,2,1528,1726 +"156047",45650,45618,1,1528,2356 +"156048",45650,46040,3,1528,2105 +"156049",45650,48215,3,1528,2028 +"156050",45650,50977,2,1528,2352 +"156051",45650,52597,3,1528,1773 +"156052",45650,55320,3,1528,1643 +"156053",45650,56082,3,1528,2395 +"156054",45650,57804,3,1528,2214 +"156055",45650,63477,3,1528,1907 +"156056",45650,63907,3,1528,2377 +"156057",45650,64945,3,1528,2279 +"156058",45650,67150,3,1528,2633 +"156059",45650,67690,3,1528,1902 +"156060",45650,77550,3,1528,1548 +"156061",45650,77611,3,1528,1795 +"156062",45650,84469,3,1528,2389 +"156063",45650,87837,3,1528,1987 +"156064",45650,101315,3,1528,1971 +"156065",45650,119923,3,1528,1901 +"156066",45660,2424,3,618,2582 +"156067",45660,4790,3,618,1025 +"156068",45660,4791,3,618,1184 +"156069",45660,12863,3,618,2027 +"156070",45660,16940,3,618,1290 +"156071",45660,19719,3,618,2177 +"156072",45660,20287,2,618,1099 +"156073",45660,21197,3,618,1437 +"156074",45660,21198,2,618,935 +"156075",45660,21285,3,618,2100 +"156076",45660,22141,3,618,2348 +"156077",45660,22282,3,618,1418 +"156078",45660,23450,3,618,967 +"156079",45660,26749,3,618,2965 +"156080",45660,27175,3,618,1447 +"156081",45660,32601,3,618,1033 +"156082",45660,32811,3,618,804 +"156083",45660,35095,3,618,1502 +"156084",45660,37628,3,618,819 +"156085",45660,41174,3,618,850 +"156086",45660,43051,3,618,904 +"156087",45660,43173,3,618,2895 +"156088",45660,43385,3,618,1623 +"156089",45660,48414,3,618,1749 +"156090",45660,50219,2,618,756 +"156091",45660,52058,3,618,1836 +"156092",45660,52576,3,618,2234 +"156093",45660,55468,3,618,2511 +"156094",45660,58508,3,618,2326 +"156095",45660,58652,3,618,1437 +"156096",45660,70603,3,618,1002 +"156097",45660,71342,3,618,1289 +"156098",45660,72956,3,618,1251 +"156099",45660,75948,3,618,1006 +"156100",45660,82949,3,618,2077 +"156101",45660,109510,3,618,621 +"156102",45664,3695,3,2235,2612 +"156103",45664,7078,3,2235,2344 +"156104",45664,7394,3,2235,2615 +"156105",45664,18151,3,2235,2962 +"156106",45664,19366,3,2235,2279 +"156107",45664,21417,3,2235,2422 +"156108",45664,21795,3,2235,2653 +"156109",45664,26865,3,2235,2726 +"156110",45664,30081,3,2235,2403 +"156111",45664,34327,2,2235,2959 +"156112",45664,38038,2,2235,2686 +"156113",45664,42618,3,2235,2316 +"156114",45664,50621,3,2235,2809 +"156115",45664,55691,3,2235,2856 +"156116",45664,59432,3,2235,2553 +"156117",45664,70046,3,2235,2624 +"156118",45664,70656,3,2235,2771 +"156119",45664,73266,3,2235,2496 +"156120",45664,85638,3,2235,2275 +"156121",45664,90501,2,2235,2380 +"156122",45684,270,3,2200,2542 +"156123",45684,380,3,2200,2261 +"156124",45684,470,3,2200,2285 +"156125",45684,1102,3,2200,2282 +"156126",45684,1226,3,2200,2353 +"156127",45684,1315,3,2200,2760 +"156128",45684,2289,3,2200,2389 +"156129",45684,2424,3,2200,2582 +"156130",45684,3164,3,2200,2693 +"156131",45684,3493,3,2200,2451 +"156132",45684,3966,3,2200,2425 +"156133",45684,5258,3,2200,2730 +"156134",45684,5350,3,2200,2522 +"156135",45684,6030,3,2200,2953 +"156136",45684,7180,1,2200,2227 +"156137",45684,7234,3,2200,2654 +"156138",45684,7984,3,2200,2493 +"156139",45684,9928,3,2200,2345 +"156140",45684,10358,3,2200,2294 +"156141",45684,10857,2,2200,2253 +"156142",45684,11218,2,2200,2292 +"156143",45684,11477,2,2200,2724 +"156144",45684,11966,3,2200,2385 +"156145",45684,12042,3,2200,2345 +"156146",45684,13307,3,2200,2206 +"156147",45684,13311,3,2200,2315 +"156148",45684,14507,3,2200,2686 +"156149",45684,15301,3,2200,2308 +"156150",45684,16352,3,2200,2657 +"156151",45684,17400,2,2200,2231 +"156152",45684,18394,3,2200,2356 +"156153",45684,18543,3,2200,2968 +"156154",45684,19622,2,2200,2371 +"156155",45684,20124,3,2200,2376 +"156156",45684,21012,3,2200,2325 +"156157",45684,21571,3,2200,2755 +"156158",45684,22566,3,2200,2308 +"156159",45684,23725,2,2200,2378 +"156160",45684,24825,3,2200,2686 +"156161",45684,26080,3,2200,2525 +"156162",45684,26848,3,2200,2363 +"156163",45684,28168,3,2200,2702 +"156164",45684,31436,1,2200,2892 +"156165",45684,32567,3,2200,2784 +"156166",45684,32919,3,2200,2321 +"156167",45684,34480,3,2200,2755 +"156168",45684,34735,3,2200,2767 +"156169",45684,35926,2,2200,2371 +"156170",45684,36714,2,2200,2209 +"156171",45684,39906,3,2200,2365 +"156172",45684,41240,3,2200,2220 +"156173",45684,43455,3,2200,2846 +"156174",45684,46629,2,2200,2255 +"156175",45684,50236,3,2200,2339 +"156176",45684,50785,3,2200,2877 +"156177",45684,54551,2,2200,2348 +"156178",45684,54929,3,2200,2783 +"156179",45684,56082,2,2200,2395 +"156180",45684,56237,3,2200,2625 +"156181",45684,61982,3,2200,2725 +"156182",45684,72207,3,2200,2430 +"156183",45684,72326,3,2200,2384 +"156184",45684,76048,2,2200,2373 +"156185",45684,99215,2,2200,2791 +"156186",45704,16195,3,2687,2964 +"156187",45704,17852,3,2687,2840 +"156188",45704,42216,3,2687,2722 +"156189",45704,70528,2,2687,2727 +"156190",45715,1136,3,2287,2536 +"156191",45715,4618,3,2287,2607 +"156192",45715,5504,3,2287,2389 +"156193",45715,19516,3,2287,2313 +"156194",45715,26436,2,2287,2489 +"156195",45715,26516,3,2287,2479 +"156196",45715,27753,2,2287,2750 +"156197",45715,51157,3,2287,2319 +"156198",45715,51410,2,2287,2739 +"156199",45715,54740,3,2287,2750 +"156200",45715,55828,3,2287,2393 +"156201",45715,57609,3,2287,2717 +"156202",45715,59700,3,2287,2346 +"156203",45715,64997,3,2287,2791 +"156204",45727,455,3,477,2827 +"156205",45727,1127,3,477,1188 +"156206",45727,1262,3,477,2973 +"156207",45727,1386,1,477,1901 +"156208",45727,2765,3,477,2321 +"156209",45727,3695,2,477,2612 +"156210",45727,3877,2,477,1133 +"156211",45727,3966,3,477,2425 +"156212",45727,5120,3,477,2735 +"156213",45727,5491,3,477,2048 +"156214",45727,6324,3,477,1990 +"156215",45727,6897,2,477,514 +"156216",45727,7078,3,477,2344 +"156217",45727,7394,2,477,2615 +"156218",45727,8286,3,477,886 +"156219",45727,9030,2,477,1979 +"156220",45727,9202,3,477,2477 +"156221",45727,10279,3,477,886 +"156222",45727,10474,3,477,1608 +"156223",45727,10558,3,477,2312 +"156224",45727,10726,3,477,841 +"156225",45727,10945,2,477,881 +"156226",45727,11419,2,477,1408 +"156227",45727,11931,3,477,2443 +"156228",45727,12035,3,477,2721 +"156229",45727,13024,3,477,2468 +"156230",45727,13201,3,477,2034 +"156231",45727,13671,3,477,1371 +"156232",45727,13732,3,477,2789 +"156233",45727,14189,3,477,1483 +"156234",45727,14669,3,477,2080 +"156235",45727,14709,2,477,1901 +"156236",45727,14772,3,477,2386 +"156237",45727,14888,3,477,1411 +"156238",45727,15118,3,477,1311 +"156239",45727,15343,2,477,2125 +"156240",45727,16029,2,477,1160 +"156241",45727,16164,3,477,1184 +"156242",45727,16313,3,477,1160 +"156243",45727,16609,3,477,538 +"156244",45727,17021,3,477,1226 +"156245",45727,17826,3,477,2920 +"156246",45727,17967,3,477,2125 +"156247",45727,18151,2,477,2962 +"156248",45727,18366,3,477,2699 +"156249",45727,19872,3,477,2913 +"156250",45727,20423,3,477,2654 +"156251",45727,20469,2,477,2125 +"156252",45727,21417,2,477,2422 +"156253",45727,21693,3,477,2176 +"156254",45727,21795,2,477,2653 +"156255",45727,22326,3,477,2818 +"156256",45727,22362,3,477,1836 +"156257",45727,22554,2,477,620 +"156258",45727,22652,3,477,1544 +"156259",45727,23159,3,477,1548 +"156260",45727,23751,3,477,1740 +"156261",45727,24195,3,477,1575 +"156262",45727,24362,3,477,1287 +"156263",45727,24511,3,477,1871 +"156264",45727,24608,3,477,1630 +"156265",45727,24789,3,477,829 +"156266",45727,25530,3,477,2884 +"156267",45727,25541,3,477,917 +"156268",45727,25751,3,477,1523 +"156269",45727,25879,3,477,630 +"156270",45727,26865,3,477,2726 +"156271",45727,28090,3,477,1755 +"156272",45727,28233,3,477,1608 +"156273",45727,28923,3,477,2362 +"156274",45727,29791,1,477,1986 +"156275",45727,30081,2,477,2403 +"156276",45727,31659,3,477,543 +"156277",45727,31898,3,477,1916 +"156278",45727,33665,3,477,787 +"156279",45727,33722,3,477,1225 +"156280",45727,34160,3,477,1759 +"156281",45727,34311,2,477,2213 +"156282",45727,34327,2,477,2959 +"156283",45727,34693,3,477,1938 +"156284",45727,35542,3,477,1439 +"156285",45727,36950,3,477,2204 +"156286",45727,36962,3,477,2861 +"156287",45727,37333,3,477,1612 +"156288",45727,38038,3,477,2686 +"156289",45727,39827,3,477,2321 +"156290",45727,40609,3,477,845 +"156291",45727,41004,3,477,2561 +"156292",45727,41174,3,477,850 +"156293",45727,42618,2,477,2316 +"156294",45727,42814,3,477,1149 +"156295",45727,43051,3,477,904 +"156296",45727,44684,3,477,1220 +"156297",45727,44729,1,477,588 +"156298",45727,45664,1,477,2235 +"156299",45727,46602,3,477,2786 +"156300",45727,46717,3,477,938 +"156301",45727,46723,3,477,607 +"156302",45727,47362,3,477,2253 +"156303",45727,48277,3,477,971 +"156304",45727,49461,3,477,2793 +"156305",45727,49741,3,477,839 +"156306",45727,49998,3,477,2761 +"156307",45727,52442,2,477,1269 +"156308",45727,52474,3,477,497 +"156309",45727,53342,3,477,2071 +"156310",45727,53530,3,477,2380 +"156311",45727,55468,3,477,2511 +"156312",45727,55691,3,477,2856 +"156313",45727,56082,3,477,2395 +"156314",45727,59522,3,477,1516 +"156315",45727,61336,3,477,2218 +"156316",45727,64031,3,477,1295 +"156317",45727,65679,3,477,1578 +"156318",45727,68215,3,477,2727 +"156319",45727,69062,3,477,1174 +"156320",45727,70046,2,477,2624 +"156321",45727,70646,2,477,1162 +"156322",45727,70854,3,477,635 +"156323",45727,72122,3,477,1436 +"156324",45727,73266,2,477,2496 +"156325",45727,77057,2,477,1866 +"156326",45727,77095,2,477,1622 +"156327",45727,77174,3,477,747 +"156328",45727,79088,3,477,1369 +"156329",45727,80655,1,477,1546 +"156330",45727,80942,2,477,1240 +"156331",45727,81239,1,477,547 +"156332",45727,82735,2,477,829 +"156333",45727,83096,3,477,1061 +"156334",45727,83259,3,477,1245 +"156335",45727,84039,3,477,1335 +"156336",45727,84649,3,477,2280 +"156337",45727,85592,3,477,1412 +"156338",45727,85784,3,477,1142 +"156339",45727,86279,2,477,1076 +"156340",45727,87198,2,477,1462 +"156341",45727,89586,3,477,1401 +"156342",45727,89965,2,477,810 +"156343",45727,90501,1,477,2380 +"156344",45727,94808,3,477,988 +"156345",45727,96301,2,477,818 +"156346",45727,96678,3,477,1183 +"156347",45727,100334,3,477,777 +"156348",45727,101446,3,477,920 +"156349",45727,103721,2,477,1030 +"156350",45727,110308,3,477,489 +"156351",45727,110486,3,477,1014 +"156352",45727,113162,3,477,818 +"156353",45727,117932,2,477,926 +"156354",45729,3770,2,2606,2623 +"156355",45729,3978,3,2606,2775 +"156356",45729,6989,3,2606,2623 +"156357",45729,9785,3,2606,2951 +"156358",45729,9787,3,2606,2858 +"156359",45729,10766,2,2606,2647 +"156360",45729,12361,3,2606,2732 +"156361",45729,17033,3,2606,2771 +"156362",45729,19655,3,2606,2706 +"156363",45729,24069,3,2606,2697 +"156364",45729,24096,1,2606,2612 +"156365",45729,25373,3,2606,2783 +"156366",45729,27275,3,2606,2656 +"156367",45729,28826,3,2606,2627 +"156368",45729,36953,3,2606,2790 +"156369",45729,40572,2,2606,2666 +"156370",45729,44235,3,2606,2700 +"156371",45729,47529,3,2606,2914 +"156372",45729,53739,2,2606,2704 +"156373",45729,56237,3,2606,2625 +"156374",45729,61240,2,2606,2651 +"156375",45729,71531,3,2606,2887 +"156376",45729,77052,3,2606,2770 +"156377",45730,1685,3,2063,2230 +"156378",45730,4730,2,2063,2131 +"156379",45730,6824,3,2063,2680 +"156380",45730,7433,2,2063,2255 +"156381",45730,9861,3,2063,2680 +"156382",45730,10638,3,2063,2692 +"156383",45730,11506,2,2063,2824 +"156384",45730,14626,3,2063,2175 +"156385",45730,18571,3,2063,2128 +"156386",45730,18943,3,2063,2861 +"156387",45730,21180,2,2063,2762 +"156388",45730,30442,3,2063,2124 +"156389",45730,32449,3,2063,2091 +"156390",45730,34162,1,2063,2336 +"156391",45730,36136,3,2063,2338 +"156392",45730,39105,3,2063,2487 +"156393",45730,55775,3,2063,2385 +"156394",45730,72426,3,2063,2902 +"156395",45730,76132,3,2063,2426 +"156396",45730,111034,3,2063,2131 +"156397",45742,3628,1,2566,2707 +"156398",45742,8762,2,2566,2585 +"156399",45742,9191,2,2566,2707 +"156400",45742,11351,2,2566,2971 +"156401",45742,14959,3,2566,2898 +"156402",45742,21955,3,2566,2832 +"156403",45742,35235,2,2566,2610 +"156404",45742,53562,2,2566,2687 +"156405",45742,119610,3,2566,2707 +"156406",45746,1639,3,609,2631 +"156407",45746,2709,3,609,1673 +"156408",45746,2742,3,609,1192 +"156409",45746,6104,3,609,2462 +"156410",45746,11348,3,609,824 +"156411",45746,13043,3,609,1295 +"156412",45746,15003,3,609,2067 +"156413",45746,16518,3,609,2642 +"156414",45746,25129,3,609,2647 +"156415",45746,34509,3,609,1973 +"156416",45746,89911,3,609,2607 +"156417",45776,1639,3,1195,2631 +"156418",45776,2208,3,1195,2814 +"156419",45776,4317,2,1195,1224 +"156420",45776,10851,3,1195,2423 +"156421",45776,23825,3,1195,1913 +"156422",45776,50275,3,1195,2832 +"156423",45776,52154,3,1195,1722 +"156424",45776,69250,3,1195,1439 +"156425",45823,357,3,276,2327 +"156426",45823,2357,3,276,492 +"156427",45823,5350,3,276,2522 +"156428",45823,5716,3,276,1058 +"156429",45823,5986,3,276,1721 +"156430",45823,6366,3,276,798 +"156431",45823,8513,2,276,875 +"156432",45823,10327,3,276,485 +"156433",45823,10717,3,276,1938 +"156434",45823,12042,3,276,2345 +"156435",45823,12462,3,276,1461 +"156436",45823,16096,3,276,2301 +"156437",45823,18924,3,276,485 +"156438",45823,21029,3,276,1943 +"156439",45823,21872,3,276,2458 +"156440",45823,23806,2,276,1671 +"156441",45823,26067,3,276,2069 +"156442",45823,26080,3,276,2525 +"156443",45823,39186,3,276,1258 +"156444",45823,41972,3,276,2509 +"156445",45823,50229,3,276,1190 +"156446",45823,56082,3,276,2395 +"156447",45823,84022,3,276,2289 +"156448",45869,11648,2,2840,2852 +"156449",45874,843,3,944,2332 +"156450",45874,1023,3,944,2515 +"156451",45874,1063,3,944,2515 +"156452",45874,1108,3,944,1600 +"156453",45874,1150,2,944,1595 +"156454",45874,1560,3,944,2013 +"156455",45874,3271,2,944,2216 +"156456",45874,5852,3,944,1862 +"156457",45874,7337,3,944,1797 +"156458",45874,7604,3,944,1366 +"156459",45874,8607,3,944,1685 +"156460",45874,9272,2,944,2835 +"156461",45874,9506,3,944,1012 +"156462",45874,10200,2,944,2920 +"156463",45874,11319,3,944,2073 +"156464",45874,11429,3,944,2520 +"156465",45874,14586,3,944,2801 +"156466",45874,14654,2,944,1692 +"156467",45874,14761,3,944,2502 +"156468",45874,15462,3,944,1141 +"156469",45874,16437,3,944,1956 +"156470",45874,18827,3,944,1481 +"156471",45874,19075,3,944,2214 +"156472",45874,19383,2,944,1200 +"156473",45874,22652,2,944,1544 +"156474",45874,24086,3,944,2663 +"156475",45874,28432,3,944,1954 +"156476",45874,29319,3,944,2314 +"156477",45874,31541,2,944,1500 +"156478",45874,34491,3,944,2694 +"156479",45874,36450,3,944,1591 +"156480",45874,37752,3,944,2223 +"156481",45874,38038,3,944,2686 +"156482",45874,38219,3,944,1689 +"156483",45874,38361,3,944,1936 +"156484",45874,39211,2,944,1908 +"156485",45874,39439,3,944,2462 +"156486",45874,39444,3,944,2695 +"156487",45874,43173,3,944,2895 +"156488",45874,43226,2,944,2442 +"156489",45874,44464,3,944,1619 +"156490",45874,45983,1,944,1260 +"156491",45874,48110,2,944,2009 +"156492",45874,53445,3,944,2028 +"156493",45874,55487,3,944,1500 +"156494",45874,57394,2,944,1271 +"156495",45874,57804,3,944,2214 +"156496",45874,57990,3,944,978 +"156497",45874,58508,2,944,2326 +"156498",45874,59039,3,944,2870 +"156499",45874,69077,2,944,1689 +"156500",45874,69335,2,944,2698 +"156501",45874,76511,3,944,1250 +"156502",45874,80301,2,944,1690 +"156503",45874,80801,3,944,1250 +"156504",45874,82039,3,944,1327 +"156505",45874,82226,2,944,1619 +"156506",45874,87362,3,944,2902 +"156507",45878,1453,3,1017,1737 +"156508",45878,11434,3,1017,1187 +"156509",45878,11516,3,1017,1937 +"156510",45878,12948,3,1017,2669 +"156511",45878,13068,3,1017,1778 +"156512",45878,20176,3,1017,1050 +"156513",45878,25378,3,1017,1245 +"156514",45878,27391,3,1017,2378 +"156515",45878,31235,3,1017,2668 +"156516",45886,613,3,2449,2687 +"156517",45886,28826,1,2449,2627 +"156518",45886,45729,3,2449,2606 +"156519",45886,65779,3,2449,2690 +"156520",45903,2289,3,2237,2389 +"156521",45903,3255,3,2237,2504 +"156522",45903,3961,3,2237,2426 +"156523",45903,5041,3,2237,2371 +"156524",45903,5258,3,2237,2730 +"156525",45903,5315,2,2237,2631 +"156526",45903,8887,3,2237,2373 +"156527",45903,9928,3,2237,2345 +"156528",45903,10358,2,2237,2294 +"156529",45903,10779,3,2237,2881 +"156530",45903,11103,3,2237,2393 +"156531",45903,13573,2,2237,2774 +"156532",45903,16352,3,2237,2657 +"156533",45903,17819,3,2237,2291 +"156534",45903,18543,3,2237,2968 +"156535",45903,19858,3,2237,2357 +"156536",45903,23310,3,2237,2371 +"156537",45903,29930,3,2237,2240 +"156538",45903,32919,3,2237,2321 +"156539",45903,34158,3,2237,2639 +"156540",45903,34735,3,2237,2767 +"156541",45903,35926,3,2237,2371 +"156542",45903,36441,3,2237,2796 +"156543",45903,36574,3,2237,2934 +"156544",45903,40487,3,2237,2512 +"156545",45903,41955,3,2237,2479 +"156546",45903,42799,3,2237,2729 +"156547",45903,45715,3,2237,2287 +"156548",45903,46635,3,2237,2528 +"156549",45903,48127,2,2237,2677 +"156550",45903,50977,3,2237,2352 +"156551",45903,55139,3,2237,2323 +"156552",45903,82932,3,2237,2245 +"156553",45904,7785,3,1011,2441 +"156554",45904,19516,3,1011,2313 +"156555",45904,23015,3,1011,1362 +"156556",45904,32532,3,1011,2338 +"156557",45904,32560,3,1011,1258 +"156558",45914,3863,3,227,856 +"156559",45914,5346,3,227,1438 +"156560",45914,7196,3,227,1508 +"156561",45914,8913,3,227,968 +"156562",45914,15207,3,227,1855 +"156563",45914,18550,3,227,483 +"156564",45914,22080,2,227,2436 +"156565",45914,24586,3,227,2465 +"156566",45914,32988,3,227,2008 +"156567",45914,36862,1,227,2655 +"156568",45914,40113,3,227,451 +"156569",45914,48215,3,227,2028 +"156570",45914,51338,3,227,1013 +"156571",45914,53043,3,227,803 +"156572",45914,56116,3,227,1321 +"156573",45914,92757,3,227,2615 +"156574",45914,93568,3,227,1755 +"156575",45914,94520,3,227,1243 +"156576",45914,101347,3,227,1335 +"156577",45914,106555,3,227,1626 +"156578",45921,393,1,172,643 +"156579",45921,1708,3,172,1591 +"156580",45921,1785,3,172,2350 +"156581",45921,2737,3,172,607 +"156582",45921,4249,2,172,2547 +"156583",45921,4784,3,172,2511 +"156584",45921,6020,3,172,1864 +"156585",45921,6223,3,172,2363 +"156586",45921,6747,1,172,2913 +"156587",45921,6841,2,172,263 +"156588",45921,10701,3,172,2000 +"156589",45921,13595,3,172,1164 +"156590",45921,14772,3,172,2386 +"156591",45921,15782,3,172,2306 +"156592",45921,16910,2,172,1978 +"156593",45921,17695,3,172,1930 +"156594",45921,21358,3,172,1970 +"156595",45921,23963,3,172,647 +"156596",45921,28648,3,172,1586 +"156597",45921,34018,3,172,400 +"156598",45921,34274,3,172,1437 +"156599",45921,37929,3,172,2393 +"156600",45921,41489,3,172,2006 +"156601",45921,45297,2,172,1864 +"156602",45921,46049,2,172,2102 +"156603",45921,48823,3,172,2080 +"156604",45921,49029,3,172,647 +"156605",45921,50468,2,172,1659 +"156606",45921,52179,2,172,1572 +"156607",45921,52386,3,172,1830 +"156608",45921,54488,2,172,2357 +"156609",45921,54816,1,172,592 +"156610",45921,55493,3,172,869 +"156611",45921,67289,3,172,829 +"156612",45921,82217,3,172,2441 +"156613",45921,93642,3,172,1120 +"156614",45921,105435,3,172,684 +"156615",45927,270,3,1542,2542 +"156616",45927,854,3,1542,2307 +"156617",45927,1124,3,1542,1596 +"156618",45927,1386,3,1542,1901 +"156619",45927,5392,3,1542,1648 +"156620",45927,5971,3,1542,1985 +"156621",45927,6222,3,1542,1949 +"156622",45927,7078,3,1542,2344 +"156623",45927,9030,3,1542,1979 +"156624",45927,12388,3,1542,1975 +"156625",45927,13307,3,1542,2206 +"156626",45927,14709,3,1542,1901 +"156627",45927,14959,3,1542,2898 +"156628",45927,15343,3,1542,2125 +"156629",45927,18151,3,1542,2962 +"156630",45927,21012,3,1542,2325 +"156631",45927,21417,3,1542,2422 +"156632",45927,21795,3,1542,2653 +"156633",45927,23526,3,1542,1998 +"156634",45927,23715,3,1542,1859 +"156635",45927,24608,2,1542,1630 +"156636",45927,26865,3,1542,2726 +"156637",45927,29962,3,1542,2201 +"156638",45927,32761,2,1542,2680 +"156639",45927,34311,3,1542,2213 +"156640",45927,34327,3,1542,2959 +"156641",45927,38921,3,1542,1880 +"156642",45927,41682,3,1542,1988 +"156643",45927,44235,2,1542,2700 +"156644",45927,47947,3,1542,2681 +"156645",45927,61458,3,1542,2630 +"156646",45927,66860,3,1542,1548 +"156647",45927,86730,3,1542,1780 +"156648",45939,4953,2,1930,2285 +"156649",45939,12042,3,1930,2345 +"156650",45939,15381,3,1930,2289 +"156651",45939,21029,3,1930,1943 +"156652",45939,38307,3,1930,2648 +"156653",45939,43455,3,1930,2846 +"156654",45939,63442,3,1930,1965 +"156655",45959,1147,3,1880,1999 +"156656",45959,3271,3,1880,2216 +"156657",45959,3947,3,1880,2067 +"156658",45959,3961,3,1880,2426 +"156659",45959,5239,3,1880,2875 +"156660",45959,7984,2,1880,2493 +"156661",45959,9272,3,1880,2835 +"156662",45959,9362,3,1880,2879 +"156663",45959,11477,3,1880,2724 +"156664",45959,12901,3,1880,2136 +"156665",45959,13780,3,1880,2412 +"156666",45959,14943,3,1880,1942 +"156667",45959,15401,2,1880,1999 +"156668",45959,16801,3,1880,2008 +"156669",45959,16826,3,1880,2599 +"156670",45959,18103,3,1880,1968 +"156671",45959,18571,3,1880,2128 +"156672",45959,21754,3,1880,1881 +"156673",45959,21872,3,1880,2458 +"156674",45959,28582,3,1880,2698 +"156675",45959,30747,3,1880,2455 +"156676",45959,31069,3,1880,1995 +"156677",45959,31164,3,1880,1996 +"156678",45959,32988,2,1880,2008 +"156679",45959,34158,3,1880,2639 +"156680",45959,36862,3,1880,2655 +"156681",45959,40432,3,1880,1956 +"156682",45959,40645,2,1880,1899 +"156683",45959,42505,3,1880,2008 +"156684",45959,43226,3,1880,2442 +"156685",45959,46040,2,1880,2105 +"156686",45959,46951,3,1880,2429 +"156687",45959,48110,3,1880,2009 +"156688",45959,56237,3,1880,2625 +"156689",45959,58164,3,1880,2398 +"156690",45959,58365,3,1880,1902 +"156691",45959,58508,3,1880,2326 +"156692",45959,65155,2,1880,1947 +"156693",45959,65322,2,1880,2008 +"156694",45959,69335,3,1880,2698 +"156695",45959,73192,3,1880,1955 +"156696",45959,78150,2,1880,2581 +"156697",45959,82409,3,1880,1881 +"156698",45959,92757,3,1880,2615 +"156699",45967,18227,3,2195,2214 +"156700",45975,270,3,157,2542 +"156701",45975,1124,3,157,1596 +"156702",45975,1175,3,157,1642 +"156703",45975,3966,3,157,2425 +"156704",45975,4889,3,157,1501 +"156705",45975,5315,3,157,2631 +"156706",45975,6030,3,157,2953 +"156707",45975,7252,3,157,2799 +"156708",45975,8367,3,157,1927 +"156709",45975,10343,3,157,1072 +"156710",45975,11477,3,157,2724 +"156711",45975,14072,1,157,1346 +"156712",45975,14972,2,157,2332 +"156713",45975,15235,3,157,1045 +"156714",45975,17381,2,157,1697 +"156715",45975,17931,3,157,1617 +"156716",45975,18394,3,157,2356 +"156717",45975,22578,3,157,2216 +"156718",45975,23751,3,157,1740 +"156719",45975,27484,3,157,1634 +"156720",45975,30334,3,157,2075 +"156721",45975,30827,3,157,2323 +"156722",45975,32939,3,157,2277 +"156723",45975,33588,3,157,1040 +"156724",45975,35518,3,157,1721 +"156725",45975,36031,3,157,2342 +"156726",45975,37636,3,157,2178 +"156727",45975,38602,3,157,2693 +"156728",45975,40392,3,157,1878 +"156729",45975,43635,2,157,1196 +"156730",45975,44720,2,157,1202 +"156731",45975,46717,2,157,938 +"156732",45975,48548,3,157,826 +"156733",45975,51052,3,157,2784 +"156734",45975,51783,3,157,2599 +"156735",45975,54715,3,157,499 +"156736",45975,57804,3,157,2214 +"156737",45975,79657,3,157,1260 +"156738",45975,89681,3,157,1978 +"156739",45975,97013,3,157,1797 +"156740",45975,106318,3,157,1698 +"156741",45983,1023,2,1260,2515 +"156742",45983,1063,2,1260,2515 +"156743",45983,1150,3,1260,1595 +"156744",45983,3271,3,1260,2216 +"156745",45983,6821,3,1260,1788 +"156746",45983,9272,3,1260,2835 +"156747",45983,10200,3,1260,2920 +"156748",45983,14654,3,1260,1692 +"156749",45983,16776,3,1260,1565 +"156750",45983,22652,3,1260,1544 +"156751",45983,24086,3,1260,2663 +"156752",45983,31541,3,1260,1500 +"156753",45983,37752,3,1260,2223 +"156754",45983,39211,1,1260,1908 +"156755",45983,43226,3,1260,2442 +"156756",45983,48110,3,1260,2009 +"156757",45983,57394,3,1260,1271 +"156758",45983,58508,3,1260,2326 +"156759",45983,59039,3,1260,2870 +"156760",45983,69077,3,1260,1689 +"156761",45983,69335,3,1260,2698 +"156762",45983,80301,3,1260,1690 +"156763",45983,82226,3,1260,1619 +"156764",45983,87362,3,1260,2902 +"156765",45992,680,3,1182,2569 +"156766",45992,841,3,1182,2964 +"156767",45992,2063,3,1182,1278 +"156768",45992,2540,3,1182,1398 +"156769",45992,3978,3,1182,2775 +"156770",45992,4303,2,1182,2414 +"156771",45992,4983,3,1182,1909 +"156772",45992,5568,3,1182,1290 +"156773",45992,6989,3,1182,2623 +"156774",45992,9703,3,1182,1845 +"156775",45992,10870,3,1182,1755 +"156776",45992,11639,3,1182,1593 +"156777",45992,11648,3,1182,2852 +"156778",45992,15095,3,1182,2001 +"156779",45992,17645,3,1182,1918 +"156780",45992,18005,2,1182,2449 +"156781",45992,18165,3,1182,2085 +"156782",45992,23131,3,1182,1732 +"156783",45992,29930,3,1182,2240 +"156784",45992,34094,3,1182,1360 +"156785",45992,36953,3,1182,2790 +"156786",45992,40028,3,1182,1349 +"156787",45992,41723,3,1182,2101 +"156788",45992,45729,3,1182,2606 +"156789",45992,46486,3,1182,1868 +"156790",45992,50585,3,1182,2414 +"156791",45992,52815,2,1182,2323 +"156792",45992,53289,3,1182,2746 +"156793",45992,55482,3,1182,1866 +"156794",45992,56082,3,1182,2395 +"156795",45992,57082,3,1182,1418 +"156796",45992,57209,3,1182,1719 +"156797",45992,64947,3,1182,2489 +"156798",45992,66693,3,1182,2554 +"156799",45992,71531,3,1182,2887 +"156800",45992,76286,3,1182,1642 +"156801",45992,78740,2,1182,1515 +"156802",45992,82767,3,1182,1641 +"156803",46039,313,3,1794,2271 +"156804",46039,362,3,1794,2537 +"156805",46039,377,3,1794,2389 +"156806",46039,499,3,1794,1931 +"156807",46039,543,3,1794,2203 +"156808",46039,1151,3,1794,2885 +"156809",46039,1321,3,1794,2075 +"156810",46039,1495,1,1794,2046 +"156811",46039,1616,2,1794,2662 +"156812",46039,1777,3,1794,1965 +"156813",46039,2036,2,1794,2483 +"156814",46039,2484,3,1794,2389 +"156815",46039,2766,2,1794,1920 +"156816",46039,3161,3,1794,2229 +"156817",46039,3853,1,1794,2465 +"156818",46039,4057,3,1794,2389 +"156819",46039,4763,2,1794,1960 +"156820",46039,5078,3,1794,2033 +"156821",46039,5457,3,1794,2077 +"156822",46039,5462,3,1794,2374 +"156823",46039,5504,3,1794,2389 +"156824",46039,5622,3,1794,2175 +"156825",46039,7078,3,1794,2344 +"156826",46039,7323,3,1794,2858 +"156827",46039,8760,3,1794,2477 +"156828",46039,10857,3,1794,2253 +"156829",46039,10874,1,1794,1891 +"156830",46039,14709,3,1794,1901 +"156831",46039,15184,2,1794,2396 +"156832",46039,15626,3,1794,2434 +"156833",46039,17520,3,1794,2276 +"156834",46039,19027,2,1794,2721 +"156835",46039,19528,3,1794,2742 +"156836",46039,19606,3,1794,2783 +"156837",46039,20700,3,1794,2861 +"156838",46039,21795,3,1794,2653 +"156839",46039,23508,3,1794,1907 +"156840",46039,23641,3,1794,1934 +"156841",46039,25198,3,1794,1982 +"156842",46039,26359,3,1794,2535 +"156843",46039,26608,3,1794,2329 +"156844",46039,27478,3,1794,2485 +"156845",46039,28218,3,1794,2048 +"156846",46039,30981,3,1794,2366 +"156847",46039,31799,2,1794,2547 +"156848",46039,32516,2,1794,2050 +"156849",46039,34327,3,1794,2959 +"156850",46039,35256,3,1794,2271 +"156851",46039,38921,3,1794,1880 +"156852",46039,47098,3,1794,2057 +"156853",46039,49277,3,1794,1928 +"156854",46039,50252,2,1794,2001 +"156855",46039,51853,3,1794,2520 +"156856",46039,53031,3,1794,2065 +"156857",46039,53293,3,1794,2916 +"156858",46039,54551,3,1794,2348 +"156859",46039,59205,1,1794,2387 +"156860",46039,65029,3,1794,2954 +"156861",46039,66124,3,1794,2174 +"156862",46039,86799,3,1794,1951 +"156863",46040,380,3,2105,2261 +"156864",46040,913,3,2105,2144 +"156865",46040,997,3,2105,2788 +"156866",46040,1315,3,2105,2760 +"156867",46040,1831,3,2105,2397 +"156868",46040,2224,3,2105,2751 +"156869",46040,2424,3,2105,2582 +"156870",46040,3305,3,2105,2839 +"156871",46040,5239,3,2105,2875 +"156872",46040,5462,3,2105,2374 +"156873",46040,5504,3,2105,2389 +"156874",46040,6491,3,2105,2424 +"156875",46040,7984,2,2105,2493 +"156876",46040,9272,3,2105,2835 +"156877",46040,9362,1,2105,2879 +"156878",46040,11477,3,2105,2724 +"156879",46040,12901,1,2105,2136 +"156880",46040,12982,2,2105,2143 +"156881",46040,13324,3,2105,2163 +"156882",46040,13780,2,2105,2412 +"156883",46040,14652,3,2105,2516 +"156884",46040,14655,3,2105,2559 +"156885",46040,16826,3,2105,2599 +"156886",46040,17520,3,2105,2276 +"156887",46040,21693,3,2105,2176 +"156888",46040,21719,3,2105,2708 +"156889",46040,21872,3,2105,2458 +"156890",46040,23312,3,2105,2449 +"156891",46040,27427,3,2105,2325 +"156892",46040,27908,3,2105,2576 +"156893",46040,29004,3,2105,2596 +"156894",46040,30747,2,2105,2455 +"156895",46040,31235,3,2105,2668 +"156896",46040,33949,2,2105,2489 +"156897",46040,34158,3,2105,2639 +"156898",46040,36087,3,2105,2755 +"156899",46040,40295,3,2105,2703 +"156900",46040,42522,3,2105,2592 +"156901",46040,44654,3,2105,2916 +"156902",46040,48289,3,2105,2209 +"156903",46040,51089,3,2105,2426 +"156904",46040,52969,3,2105,2302 +"156905",46040,53604,3,2105,2489 +"156906",46040,70046,3,2105,2624 +"156907",46040,70203,3,2105,2756 +"156908",46040,78150,3,2105,2581 +"156909",46040,92513,3,2105,2282 +"156910",46040,92757,3,2105,2615 +"156911",46042,145,3,1692,1998 +"156912",46042,160,2,1692,2007 +"156913",46042,316,3,1692,2413 +"156914",46042,341,3,1692,2689 +"156915",46042,457,3,1692,1704 +"156916",46042,3978,3,1692,2775 +"156917",46042,4929,3,1692,2240 +"156918",46042,6449,3,1692,1997 +"156919",46042,6821,3,1692,1788 +"156920",46042,8238,3,1692,2222 +"156921",46042,8842,3,1692,2535 +"156922",46042,9175,3,1692,2639 +"156923",46042,9331,2,1692,2269 +"156924",46042,9423,2,1692,1708 +"156925",46042,12081,3,1692,2166 +"156926",46042,12388,3,1692,1975 +"156927",46042,12729,3,1692,1835 +"156928",46042,13200,3,1692,2488 +"156929",46042,13388,3,1692,2119 +"156930",46042,14325,3,1692,1976 +"156931",46042,14918,2,1692,2071 +"156932",46042,15444,3,1692,2764 +"156933",46042,17221,3,1692,2487 +"156934",46042,17351,1,1692,2036 +"156935",46042,17549,3,1692,2647 +"156936",46042,17632,2,1692,1947 +"156937",46042,18165,3,1692,2085 +"156938",46042,18670,3,1692,1835 +"156939",46042,19208,3,1692,2629 +"156940",46042,19605,3,1692,2395 +"156941",46042,20331,3,1692,2365 +"156942",46042,21079,3,1692,1997 +"156943",46042,21734,3,1692,2528 +"156944",46042,24558,2,1692,2139 +"156945",46042,26671,3,1692,2279 +"156946",46042,27379,3,1692,2461 +"156947",46042,31117,3,1692,2210 +"156948",46042,32775,2,1692,2135 +"156949",46042,34120,2,1692,2786 +"156950",46042,34659,3,1692,1924 +"156951",46042,38307,3,1692,2648 +"156952",46042,41682,3,1692,1988 +"156953",46042,41900,2,1692,1970 +"156954",46042,41945,2,1692,2856 +"156955",46042,43455,3,1692,2846 +"156956",46042,44688,2,1692,2924 +"156957",46042,46446,3,1692,2295 +"156958",46042,47564,3,1692,2650 +"156959",46042,50134,3,1692,2674 +"156960",46042,50480,3,1692,2701 +"156961",46042,57405,3,1692,2344 +"156962",46042,70573,3,1692,1993 +"156963",46042,77611,3,1692,1795 +"156964",46043,160,3,1358,2007 +"156965",46043,341,2,1358,2689 +"156966",46043,457,3,1358,1704 +"156967",46043,841,3,1358,2964 +"156968",46043,952,2,1358,1991 +"156969",46043,5392,3,1358,1648 +"156970",46043,7029,3,1358,2204 +"156971",46043,9331,3,1358,2269 +"156972",46043,9423,3,1358,1708 +"156973",46043,10310,2,1358,2774 +"156974",46043,11493,2,1358,2077 +"156975",46043,12371,2,1358,1569 +"156976",46043,12388,3,1358,1975 +"156977",46043,14287,3,1358,1583 +"156978",46043,15444,3,1358,2764 +"156979",46043,17351,2,1358,2036 +"156980",46043,17632,3,1358,1947 +"156981",46043,17938,3,1358,1410 +"156982",46043,18165,3,1358,2085 +"156983",46043,19208,3,1358,2629 +"156984",46043,20331,2,1358,2365 +"156985",46043,20730,3,1358,2243 +"156986",46043,21248,3,1358,2232 +"156987",46043,22893,3,1358,1938 +"156988",46043,23006,2,1358,1532 +"156989",46043,27642,3,1358,1531 +"156990",46043,28571,3,1358,1556 +"156991",46043,28640,3,1358,1475 +"156992",46043,29930,3,1358,2240 +"156993",46043,31331,3,1358,2964 +"156994",46043,33184,3,1358,2522 +"156995",46043,36441,3,1358,2796 +"156996",46043,41682,3,1358,1988 +"156997",46043,41770,2,1358,2752 +"156998",46043,41900,3,1358,1970 +"156999",46043,41945,3,1358,2856 +"157000",46043,42390,3,1358,2937 +"157001",46043,42799,3,1358,2729 +"157002",46043,44688,3,1358,2924 +"157003",46043,44894,2,1358,2048 +"157004",46043,46042,3,1358,1692 +"157005",46043,47789,3,1358,1583 +"157006",46043,62870,2,1358,1568 +"157007",46043,74818,3,1358,1440 +"157008",46043,80944,2,1358,2300 +"157009",46043,86883,3,1358,1623 +"157010",46043,90065,3,1358,1418 +"157011",46043,117956,3,1358,2774 +"157012",46049,1624,3,2102,2687 +"157013",46049,1785,2,2102,2350 +"157014",46049,6747,3,2102,2913 +"157015",46049,10119,3,2102,2374 +"157016",46049,24949,3,2102,2120 +"157017",46049,25330,3,2102,2370 +"157018",46049,28970,3,2102,2111 +"157019",46049,54488,3,2102,2357 +"157020",46049,64628,3,2102,2829 +"157021",46060,16776,3,861,1565 +"157022",46060,20176,3,861,1050 +"157023",46060,30865,2,861,2038 +"157024",46060,41077,3,861,864 +"157025",46060,46570,3,861,1707 +"157026",46060,75282,3,861,2675 +"157027",46091,270,3,1938,2542 +"157028",46091,380,3,1938,2261 +"157029",46091,543,3,1938,2203 +"157030",46091,1102,2,1938,2282 +"157031",46091,1196,3,1938,1986 +"157032",46091,1691,3,1938,1941 +"157033",46091,2181,3,1938,2030 +"157034",46091,2424,3,1938,2582 +"157035",46091,2572,2,1938,2273 +"157036",46091,3477,3,1938,2546 +"157037",46091,3801,2,1938,1974 +"157038",46091,4953,3,1938,2285 +"157039",46091,5235,3,1938,2324 +"157040",46091,5462,3,1938,2374 +"157041",46091,5580,3,1938,2111 +"157042",46091,6052,3,1938,1985 +"157043",46091,6063,3,1938,2349 +"157044",46091,6074,2,1938,2426 +"157045",46091,8327,3,1938,2527 +"157046",46091,8762,3,1938,2585 +"157047",46091,9184,3,1938,2670 +"157048",46091,9654,3,1938,2111 +"157049",46091,10358,3,1938,2294 +"157050",46091,10513,2,1938,2284 +"157051",46091,11218,3,1938,2292 +"157052",46091,12042,3,1938,2345 +"157053",46091,13601,3,1938,2689 +"157054",46091,13780,3,1938,2412 +"157055",46091,14252,2,1938,2244 +"157056",46091,14834,3,1938,2739 +"157057",46091,15381,3,1938,2289 +"157058",46091,16535,3,1938,1993 +"157059",46091,17365,2,1938,2746 +"157060",46091,17790,3,1938,2783 +"157061",46091,19862,3,1938,2412 +"157062",46091,20657,3,1938,2340 +"157063",46091,21138,3,1938,2849 +"157064",46091,21682,3,1938,2414 +"157065",46091,21929,2,1938,2062 +"157066",46091,23745,3,1938,1968 +"157067",46091,24060,2,1938,2349 +"157068",46091,24253,3,1938,2213 +"157069",46091,24721,1,1938,2326 +"157070",46091,25480,3,1938,2747 +"157071",46091,25610,3,1938,2328 +"157072",46091,27478,3,1938,2485 +"157073",46091,31799,3,1938,2547 +"157074",46091,33223,3,1938,2397 +"157075",46091,33433,3,1938,2805 +"157076",46091,33475,2,1938,2367 +"157077",46091,33981,3,1938,1993 +"157078",46091,35888,2,1938,2291 +"157079",46091,37059,3,1938,2840 +"157080",46091,38307,3,1938,2648 +"157081",46091,40493,2,1938,1981 +"157082",46091,40756,3,1938,2329 +"157083",46091,41023,3,1938,2408 +"157084",46091,41682,3,1938,1988 +"157085",46091,41945,3,1938,2856 +"157086",46091,42129,3,1938,2318 +"157087",46091,42216,3,1938,2722 +"157088",46091,43455,2,1938,2846 +"157089",46091,43796,3,1938,2476 +"157090",46091,44768,2,1938,2516 +"157091",46091,45302,2,1938,2390 +"157092",46091,46629,3,1938,2255 +"157093",46091,47248,3,1938,2883 +"157094",46091,49110,3,1938,2938 +"157095",46091,50134,3,1938,2674 +"157096",46091,51017,2,1938,2073 +"157097",46091,51035,3,1938,2397 +"157098",46091,51089,3,1938,2426 +"157099",46091,51866,1,1938,2411 +"157100",46091,52570,2,1938,2645 +"157101",46091,53031,3,1938,2065 +"157102",46091,53219,3,1938,2973 +"157103",46091,53342,3,1938,2071 +"157104",46091,54879,2,1938,2210 +"157105",46091,57977,3,1938,2683 +"157106",46091,61982,3,1938,2725 +"157107",46091,66992,3,1938,2882 +"157108",46091,67145,3,1938,2015 +"157109",46091,73197,2,1938,1998 +"157110",46091,80825,3,1938,2315 +"157111",46091,92513,3,1938,2282 +"157112",46099,1782,3,2360,2796 +"157113",46099,5350,3,2360,2522 +"157114",46099,20941,3,2360,2725 +"157115",46099,32766,3,2360,2385 +"157116",46099,34498,3,2360,2383 +"157117",46111,1127,3,871,1188 +"157118",46111,1130,3,871,1566 +"157119",46111,2269,2,871,984 +"157120",46111,2325,3,871,1641 +"157121",46111,2754,3,871,1360 +"157122",46111,3777,3,871,1798 +"157123",46111,3886,3,871,1669 +"157124",46111,3966,3,871,2425 +"157125",46111,6044,3,871,2744 +"157126",46111,7861,3,871,1647 +"157127",46111,10513,3,871,2284 +"157128",46111,11540,3,871,1237 +"157129",46111,17943,3,871,1943 +"157130",46111,18502,3,871,1033 +"157131",46111,21138,3,871,2849 +"157132",46111,26080,3,871,2525 +"157133",46111,26282,3,871,1241 +"157134",46111,34509,3,871,1973 +"157135",46111,38055,2,871,1089 +"157136",46111,41972,3,871,2509 +"157137",46111,47248,1,871,2883 +"157138",46111,51017,2,871,2073 +"157139",46111,51035,3,871,2397 +"157140",46111,63547,2,871,1023 +"157141",46111,64181,3,871,1828 +"157142",46111,70605,3,871,1176 +"157143",46111,90802,3,871,877 +"157144",46111,101395,3,871,891 +"157145",46119,2226,3,2084,2225 +"157146",46119,4660,3,2084,2149 +"157147",46119,26734,3,2084,2299 +"157148",46119,32202,1,2084,2314 +"157149",46119,63641,3,2084,2337 +"157150",46119,66717,3,2084,2104 +"157151",46164,1224,3,445,2435 +"157152",46164,1386,3,445,1901 +"157153",46164,1777,3,445,1965 +"157154",46164,3830,3,445,1661 +"157155",46164,5078,3,445,2033 +"157156",46164,5457,3,445,2077 +"157157",46164,5462,3,445,2374 +"157158",46164,5504,3,445,2389 +"157159",46164,8286,3,445,886 +"157160",46164,9030,3,445,1979 +"157161",46164,15343,3,445,2125 +"157162",46164,16029,3,445,1160 +"157163",46164,16164,3,445,1184 +"157164",46164,17021,3,445,1226 +"157165",46164,18151,3,445,2962 +"157166",46164,19637,3,445,1229 +"157167",46164,20659,3,445,1969 +"157168",46164,21225,3,445,1945 +"157169",46164,21417,3,445,2422 +"157170",46164,21693,3,445,2176 +"157171",46164,21795,3,445,2653 +"157172",46164,22326,3,445,2818 +"157173",46164,22362,3,445,1836 +"157174",46164,24362,3,445,1287 +"157175",46164,30081,3,445,2403 +"157176",46164,36962,3,445,2861 +"157177",46164,37333,3,445,1612 +"157178",46164,41278,3,445,1873 +"157179",46164,42814,3,445,1149 +"157180",46164,43839,3,445,1685 +"157181",46164,44160,3,445,859 +"157182",46164,44729,2,445,588 +"157183",46164,45727,3,445,477 +"157184",46164,49741,3,445,839 +"157185",46164,49998,2,445,2761 +"157186",46164,55025,3,445,470 +"157187",46164,56082,3,445,2395 +"157188",46164,70046,3,445,2624 +"157189",46164,73266,3,445,2496 +"157190",46164,79088,3,445,1369 +"157191",46164,81239,3,445,547 +"157192",46164,82735,3,445,829 +"157193",46164,89965,3,445,810 +"157194",46164,90837,3,445,825 +"157195",46164,100134,3,445,977 +"157196",46182,270,3,1613,2542 +"157197",46182,3878,3,1613,1890 +"157198",46182,5971,3,1613,1985 +"157199",46182,6044,2,1613,2744 +"157200",46182,6718,3,1613,2138 +"157201",46182,7515,3,1613,2737 +"157202",46182,9432,2,1613,1693 +"157203",46182,11516,3,1613,1937 +"157204",46182,18394,3,1613,2356 +"157205",46182,21122,3,1613,1701 +"157206",46182,22403,3,1613,1630 +"157207",46182,24568,3,1613,1937 +"157208",46182,26080,3,1613,2525 +"157209",46182,26867,3,1613,1804 +"157210",46182,41972,3,1613,2509 +"157211",46182,42687,2,1613,1952 +"157212",46182,47248,3,1613,2883 +"157213",46182,51017,3,1613,2073 +"157214",46182,56082,3,1613,2395 +"157215",46182,63409,3,1613,1937 +"157216",46182,79804,1,1613,2227 +"157217",46182,80429,3,1613,1927 +"157218",46182,97915,3,1613,1802 +"157219",46196,270,2,1510,2542 +"157220",46196,380,3,1510,2261 +"157221",46196,449,3,1510,1950 +"157222",46196,1102,3,1510,2282 +"157223",46196,1124,2,1510,1596 +"157224",46196,1175,3,1510,1642 +"157225",46196,1315,3,1510,2760 +"157226",46196,1592,3,1510,2006 +"157227",46196,1691,3,1510,1941 +"157228",46196,2111,3,1510,1904 +"157229",46196,2195,3,1510,2139 +"157230",46196,2289,3,1510,2389 +"157231",46196,2424,3,1510,2582 +"157232",46196,2533,3,1510,2016 +"157233",46196,3139,3,1510,1656 +"157234",46196,3305,3,1510,2839 +"157235",46196,3306,3,1510,1989 +"157236",46196,3493,2,1510,2451 +"157237",46196,3966,3,1510,2425 +"157238",46196,4191,3,1510,2130 +"157239",46196,4226,3,1510,1903 +"157240",46196,4360,2,1510,1770 +"157241",46196,5072,2,1510,2175 +"157242",46196,5235,3,1510,2324 +"157243",46196,5258,3,1510,2730 +"157244",46196,5350,3,1510,2522 +"157245",46196,5622,2,1510,2175 +"157246",46196,5971,3,1510,1985 +"157247",46196,5986,3,1510,1721 +"157248",46196,6047,3,1510,2004 +"157249",46196,6222,3,1510,1949 +"157250",46196,6363,3,1510,2066 +"157251",46196,6417,3,1510,1675 +"157252",46196,6588,3,1510,2025 +"157253",46196,6718,3,1510,2138 +"157254",46196,7180,2,1510,2227 +"157255",46196,7234,2,1510,2654 +"157256",46196,7858,3,1510,1795 +"157257",46196,9311,3,1510,2477 +"157258",46196,9364,3,1510,1698 +"157259",46196,10358,3,1510,2294 +"157260",46196,10488,1,1510,1524 +"157261",46196,10857,2,1510,2253 +"157262",46196,10874,3,1510,1891 +"157263",46196,11218,3,1510,2292 +"157264",46196,11229,3,1510,1625 +"157265",46196,11477,3,1510,2724 +"157266",46196,12042,3,1510,2345 +"157267",46196,12375,3,1510,1873 +"157268",46196,13307,3,1510,2206 +"157269",46196,13311,3,1510,2315 +"157270",46196,14032,3,1510,2144 +"157271",46196,14108,3,1510,2012 +"157272",46196,14482,3,1510,1573 +"157273",46196,15700,3,1510,1712 +"157274",46196,16863,3,1510,2069 +"157275",46196,17400,2,1510,2231 +"157276",46196,17931,3,1510,1617 +"157277",46196,18394,2,1510,2356 +"157278",46196,18543,3,1510,2968 +"157279",46196,19622,3,1510,2371 +"157280",46196,20124,3,1510,2376 +"157281",46196,20407,3,1510,2339 +"157282",46196,21012,3,1510,2325 +"157283",46196,22362,3,1510,1836 +"157284",46196,22403,3,1510,1630 +"157285",46196,23526,3,1510,1998 +"157286",46196,23715,3,1510,1859 +"157287",46196,23725,2,1510,2378 +"157288",46196,23727,3,1510,1734 +"157289",46196,23729,2,1510,1624 +"157290",46196,23970,3,1510,1624 +"157291",46196,24066,3,1510,1755 +"157292",46196,25643,2,1510,1646 +"157293",46196,26867,3,1510,1804 +"157294",46196,30405,3,1510,2164 +"157295",46196,31093,3,1510,2160 +"157296",46196,31436,1,1510,2892 +"157297",46196,32919,3,1510,2321 +"157298",46196,33433,3,1510,2805 +"157299",46196,34480,3,1510,2755 +"157300",46196,35926,2,1510,2371 +"157301",46196,36714,2,1510,2209 +"157302",46196,37859,3,1510,1999 +"157303",46196,38213,3,1510,1744 +"157304",46196,39294,2,1510,1889 +"157305",46196,39906,3,1510,2365 +"157306",46196,40293,3,1510,1671 +"157307",46196,43213,2,1510,2160 +"157308",46196,43385,3,1510,1623 +"157309",46196,43455,3,1510,2846 +"157310",46196,43518,3,1510,2680 +"157311",46196,45684,1,1510,2200 +"157312",46196,46629,3,1510,2255 +"157313",46196,46982,3,1510,2806 +"157314",46196,47098,3,1510,2057 +"157315",46196,47857,3,1510,2325 +"157316",46196,49608,3,1510,2184 +"157317",46196,49620,3,1510,1868 +"157318",46196,50236,3,1510,2339 +"157319",46196,50785,3,1510,2877 +"157320",46196,51144,3,1510,2466 +"157321",46196,52058,3,1510,1836 +"157322",46196,52576,3,1510,2234 +"157323",46196,53134,3,1510,1590 +"157324",46196,54551,2,1510,2348 +"157325",46196,55482,3,1510,1866 +"157326",46196,56082,2,1510,2395 +"157327",46196,57246,2,1510,1873 +"157328",46196,57760,3,1510,1721 +"157329",46196,58035,3,1510,1646 +"157330",46196,58451,3,1510,1939 +"157331",46196,60280,3,1510,1918 +"157332",46196,61982,3,1510,2725 +"157333",46196,64947,3,1510,2489 +"157334",46196,67383,3,1510,1739 +"157335",46196,72207,2,1510,2430 +"157336",46196,72326,3,1510,2384 +"157337",46196,74636,3,1510,2525 +"157338",46196,75403,2,1510,1895 +"157339",46196,76048,3,1510,2373 +"157340",46196,79804,3,1510,2227 +"157341",46196,80784,3,1510,1738 +"157342",46196,86245,3,1510,1972 +"157343",46196,87837,3,1510,1987 +"157344",46196,88232,3,1510,2881 +"157345",46196,99215,3,1510,2791 +"157346",46233,180,2,1475,1593 +"157347",46233,52576,3,1475,2234 +"157348",46233,58508,3,1475,2326 +"157349",46261,364,3,2350,2351 +"157350",46261,2139,3,2350,2502 +"157351",46261,3770,1,2350,2623 +"157352",46261,10766,1,2350,2647 +"157353",46261,14915,1,2350,2606 +"157354",46261,18005,3,2350,2449 +"157355",46261,24096,1,2350,2612 +"157356",46261,27390,3,2350,2425 +"157357",46261,31335,3,2350,2351 +"157358",46261,37059,3,2350,2840 +"157359",46261,37929,3,2350,2393 +"157360",46261,40572,3,2350,2666 +"157361",46261,45729,1,2350,2606 +"157362",46261,50585,3,2350,2414 +"157363",46261,53739,3,2350,2704 +"157364",46261,56082,3,2350,2395 +"157365",46261,59039,3,2350,2870 +"157366",46261,61240,2,2350,2651 +"157367",46261,64947,3,2350,2489 +"157368",46261,73172,3,2350,2496 +"157369",46261,80812,3,2350,2357 +"157370",46261,92297,3,2350,2952 +"157371",46283,1050,3,1184,1185 +"157372",46283,1367,3,1184,2176 +"157373",46283,3164,3,1184,2693 +"157374",46283,3830,3,1184,1661 +"157375",46283,5226,3,1184,1309 +"157376",46283,5258,3,1184,2730 +"157377",46283,5315,2,1184,2631 +"157378",46283,7245,3,1184,2089 +"157379",46283,10358,3,1184,2294 +"157380",46283,11103,3,1184,2393 +"157381",46283,11966,3,1184,2385 +"157382",46283,11976,3,1184,1727 +"157383",46283,13109,2,1184,1374 +"157384",46283,13248,3,1184,1385 +"157385",46283,13573,3,1184,2774 +"157386",46283,14032,3,1184,2144 +"157387",46283,15122,3,1184,1201 +"157388",46283,18543,3,1184,2968 +"157389",46283,19858,3,1184,2357 +"157390",46283,19892,2,1184,1212 +"157391",46283,20284,3,1184,2530 +"157392",46283,20355,3,1184,2111 +"157393",46283,21401,3,1184,1440 +"157394",46283,22374,2,1184,1226 +"157395",46283,23179,3,1184,1675 +"157396",46283,24512,3,1184,1369 +"157397",46283,28168,3,1184,2702 +"157398",46283,28635,3,1184,2368 +"157399",46283,31003,2,1184,1859 +"157400",46283,31050,3,1184,1491 +"157401",46283,32567,3,1184,2784 +"157402",46283,33834,3,1184,1606 +"157403",46283,34648,1,1184,1596 +"157404",46283,36574,3,1184,2934 +"157405",46283,37108,2,1184,1202 +"157406",46283,37915,3,1184,1905 +"157407",46283,38467,3,1184,1259 +"157408",46283,40487,3,1184,2512 +"157409",46283,41278,2,1184,1873 +"157410",46283,44151,3,1184,1796 +"157411",46283,44877,3,1184,1219 +"157412",46283,45633,2,1184,2134 +"157413",46283,45903,2,1184,2237 +"157414",46283,48127,2,1184,2677 +"157415",46283,48602,1,1184,1704 +"157416",46283,49048,3,1184,1656 +"157417",46283,49144,3,1184,1542 +"157418",46283,50977,3,1184,2352 +"157419",46283,51319,3,1184,2488 +"157420",46283,53859,3,1184,1817 +"157421",46283,56903,3,1184,1584 +"157422",46283,57714,2,1184,1391 +"157423",46283,57950,3,1184,1529 +"157424",46283,61719,3,1184,1515 +"157425",46283,62488,3,1184,1418 +"157426",46283,64502,3,1184,1670 +"157427",46283,65691,3,1184,2134 +"157428",46283,67957,2,1184,2823 +"157429",46283,77001,2,1184,1440 +"157430",46283,81095,2,1184,1609 +"157431",46283,82341,3,1184,1515 +"157432",46283,83526,2,1184,1235 +"157433",46283,85356,3,1184,1492 +"157434",46283,92297,3,1184,2952 +"157435",46283,92381,3,1184,1237 +"157436",46283,96553,3,1184,1887 +"157437",46283,111165,3,1184,1256 +"157438",46299,4001,3,1132,1687 +"157439",46299,8568,3,1132,2706 +"157440",46299,8890,3,1132,1955 +"157441",46299,8984,3,1132,1162 +"157442",46299,11107,3,1132,1256 +"157443",46299,11588,3,1132,2352 +"157444",46299,12228,3,1132,2034 +"157445",46299,14711,3,1132,1714 +"157446",46299,16690,3,1132,2132 +"157447",46299,18808,3,1132,2854 +"157448",46299,27320,3,1132,2378 +"157449",46299,32560,3,1132,1258 +"157450",46299,33314,3,1132,1444 +"157451",46299,41581,3,1132,1692 +"157452",46299,45869,3,1132,2840 +"157453",46299,50229,3,1132,1190 +"157454",46299,51774,3,1132,2459 +"157455",46299,61125,3,1132,1673 +"157456",46299,68885,3,1132,2151 +"157457",46299,69214,3,1132,1354 +"157458",46299,78138,3,1132,1601 +"157459",46299,84469,3,1132,2389 +"157460",46299,88067,3,1132,2315 +"157461",46312,270,3,163,2542 +"157462",46312,854,3,163,2307 +"157463",46312,1044,2,163,880 +"157464",46312,1102,3,163,2282 +"157465",46312,1616,3,163,2662 +"157466",46312,2322,3,163,1645 +"157467",46312,2424,2,163,2582 +"157468",46312,2484,3,163,2389 +"157469",46312,2533,3,163,2016 +"157470",46312,2894,3,163,1291 +"157471",46312,3161,3,163,2229 +"157472",46312,3305,3,163,2839 +"157473",46312,4785,3,163,996 +"157474",46312,4790,3,163,1025 +"157475",46312,6052,2,163,1985 +"157476",46312,6222,3,163,1949 +"157477",46312,6363,3,163,2066 +"157478",46312,6718,3,163,2138 +"157479",46312,7992,3,163,2033 +"157480",46312,9311,2,163,2477 +"157481",46312,9979,3,163,2238 +"157482",46312,10843,3,163,2277 +"157483",46312,11006,3,163,1950 +"157484",46312,11694,3,163,1564 +"157485",46312,12778,3,163,2045 +"157486",46312,14656,3,163,584 +"157487",46312,14959,3,163,2898 +"157488",46312,15626,3,163,2434 +"157489",46312,15813,3,163,2143 +"157490",46312,16201,3,163,1811 +"157491",46312,16432,3,163,2664 +"157492",46312,16535,3,163,1993 +"157493",46312,16940,3,163,1290 +"157494",46312,17520,3,163,2276 +"157495",46312,17931,3,163,1617 +"157496",46312,18707,3,163,1143 +"157497",46312,19248,3,163,2357 +"157498",46312,19719,2,163,2177 +"157499",46312,21197,3,163,1437 +"157500",46312,21198,3,163,935 +"157501",46312,21248,3,163,2232 +"157502",46312,21285,3,163,2100 +"157503",46312,21929,3,163,2062 +"157504",46312,23729,3,163,1624 +"157505",46312,24568,3,163,1937 +"157506",46312,24853,3,163,1004 +"157507",46312,25577,3,163,1946 +"157508",46312,27694,3,163,2030 +"157509",46312,27792,3,163,1308 +"157510",46312,29095,3,163,2531 +"157511",46312,30052,3,163,2855 +"157512",46312,30906,3,163,2537 +"157513",46312,31050,3,163,1491 +"157514",46312,33241,3,163,632 +"157515",46312,33356,3,163,1586 +"157516",46312,33433,3,163,2805 +"157517",46312,33801,3,163,2899 +"157518",46312,34707,3,163,2042 +"157519",46312,35095,3,163,1502 +"157520",46312,35256,3,163,2271 +"157521",46312,38019,3,163,1870 +"157522",46312,38921,3,163,1880 +"157523",46312,43455,3,163,2846 +"157524",46312,45302,3,163,2390 +"157525",46312,46629,3,163,2255 +"157526",46312,49620,3,163,1868 +"157527",46312,50685,3,163,2008 +"157528",46312,51022,3,163,1499 +"157529",46312,52576,2,163,2234 +"157530",46312,53475,3,163,2853 +"157531",46312,55082,3,163,1856 +"157532",46312,56317,3,163,2030 +"157533",46312,57714,3,163,1391 +"157534",46312,58078,3,163,1252 +"157535",46312,58133,3,163,1484 +"157536",46312,58451,3,163,1939 +"157537",46312,58508,3,163,2326 +"157538",46312,59113,3,163,2434 +"157539",46312,59786,3,163,605 +"157540",46312,59937,3,163,885 +"157541",46312,61982,3,163,2725 +"157542",46312,62538,3,163,1656 +"157543",46312,62841,3,163,2710 +"157544",46312,63409,3,163,1937 +"157545",46312,66277,3,163,1227 +"157546",46312,69030,2,163,1249 +"157547",46312,71342,3,163,1289 +"157548",46312,71552,3,163,1573 +"157549",46312,74190,3,163,1428 +"157550",46312,74318,3,163,632 +"157551",46312,76127,3,163,910 +"157552",46312,76892,3,163,2381 +"157553",46312,78932,3,163,981 +"157554",46312,82949,3,163,2077 +"157555",46315,20407,3,2316,2339 +"157556",46315,51853,3,2316,2520 +"157557",46373,601,3,134,702 +"157558",46373,1127,3,134,1188 +"157559",46373,1130,3,134,1566 +"157560",46373,1411,3,134,771 +"157561",46373,1427,3,134,324 +"157562",46373,1428,3,134,742 +"157563",46373,1822,3,134,2888 +"157564",46373,2085,3,134,161 +"157565",46373,2269,2,134,984 +"157566",46373,2300,3,134,565 +"157567",46373,2325,3,134,1641 +"157568",46373,2731,3,134,434 +"157569",46373,2754,3,134,1360 +"157570",46373,3351,3,134,192 +"157571",46373,3477,3,134,2546 +"157572",46373,3777,3,134,1798 +"157573",46373,3886,3,134,1669 +"157574",46373,3966,3,134,2425 +"157575",46373,4253,2,134,1890 +"157576",46373,4623,3,134,1176 +"157577",46373,4953,3,134,2285 +"157578",46373,5520,3,134,217 +"157579",46373,5716,3,134,1058 +"157580",46373,5785,3,134,1261 +"157581",46373,5864,3,134,1197 +"157582",46373,5986,3,134,1721 +"157583",46373,6044,1,134,2744 +"157584",46373,6063,3,134,2349 +"157585",46373,6417,3,134,1675 +"157586",46373,7861,3,134,1647 +"157587",46373,8913,3,134,968 +"157588",46373,9432,3,134,1693 +"157589",46373,9893,3,134,2701 +"157590",46373,10358,3,134,2294 +"157591",46373,10513,3,134,2284 +"157592",46373,10523,3,134,1510 +"157593",46373,10717,3,134,1938 +"157594",46373,10875,3,134,1234 +"157595",46373,11218,3,134,2292 +"157596",46373,11477,3,134,2724 +"157597",46373,11540,3,134,1237 +"157598",46373,11576,3,134,808 +"157599",46373,12042,3,134,2345 +"157600",46373,12388,3,134,1975 +"157601",46373,12735,3,134,819 +"157602",46373,12779,3,134,936 +"157603",46373,13212,3,134,146 +"157604",46373,13248,3,134,1385 +"157605",46373,13479,3,134,2155 +"157606",46373,13801,2,134,2041 +"157607",46373,13905,3,134,452 +"157608",46373,13979,3,134,1559 +"157609",46373,14108,3,134,2012 +"157610",46373,14353,2,134,2878 +"157611",46373,14482,3,134,1573 +"157612",46373,14564,2,134,1581 +"157613",46373,15290,3,134,641 +"157614",46373,15401,3,134,1999 +"157615",46373,15444,3,134,2764 +"157616",46373,16053,3,134,908 +"157617",46373,16352,3,134,2657 +"157618",46373,16539,3,134,1947 +"157619",46373,16801,3,134,2008 +"157620",46373,17027,3,134,2772 +"157621",46373,17097,2,134,1505 +"157622",46373,17943,3,134,1943 +"157623",46373,18217,3,134,1566 +"157624",46373,19696,3,134,561 +"157625",46373,20067,3,134,2390 +"157626",46373,20124,3,134,2376 +"157627",46373,20311,3,134,1981 +"157628",46373,20643,3,134,2341 +"157629",46373,20732,3,134,2401 +"157630",46373,21029,3,134,1943 +"157631",46373,21138,3,134,2849 +"157632",46373,21754,3,134,1881 +"157633",46373,22403,1,134,1630 +"157634",46373,22462,3,134,869 +"157635",46373,23159,3,134,1548 +"157636",46373,23223,3,134,2094 +"157637",46373,23280,3,134,536 +"157638",46373,23310,3,134,2371 +"157639",46373,23726,3,134,2434 +"157640",46373,23869,3,134,1918 +"157641",46373,24756,3,134,2530 +"157642",46373,25680,3,134,1618 +"157643",46373,26080,2,134,2525 +"157644",46373,26282,3,134,1241 +"157645",46373,26737,2,134,855 +"157646",46373,27355,2,134,870 +"157647",46373,28002,2,134,914 +"157648",46373,28130,3,134,908 +"157649",46373,28131,3,134,1492 +"157650",46373,28934,3,134,870 +"157651",46373,29095,3,134,2531 +"157652",46373,29372,2,134,528 +"157653",46373,30325,3,134,1067 +"157654",46373,30883,2,134,1629 +"157655",46373,31279,3,134,965 +"157656",46373,32113,3,134,882 +"157657",46373,32820,3,134,582 +"157658",46373,32919,3,134,2321 +"157659",46373,32988,3,134,2008 +"157660",46373,33223,3,134,2397 +"157661",46373,33801,3,134,2899 +"157662",46373,34057,3,134,1657 +"157663",46373,34158,3,134,2639 +"157664",46373,34509,3,134,1973 +"157665",46373,34799,3,134,657 +"157666",46373,37934,3,134,1595 +"157667",46373,38055,3,134,1089 +"157668",46373,38219,3,134,1689 +"157669",46373,38457,3,134,1630 +"157670",46373,39563,3,134,486 +"157671",46373,40542,3,134,1664 +"157672",46373,40646,3,134,1583 +"157673",46373,41108,3,134,1624 +"157674",46373,41972,1,134,2509 +"157675",46373,42687,3,134,1952 +"157676",46373,43479,2,134,2178 +"157677",46373,46111,3,134,871 +"157678",46373,46182,2,134,1613 +"157679",46373,47082,3,134,1990 +"157680",46373,47248,2,134,2883 +"157681",46373,47895,3,134,2328 +"157682",46373,48258,3,134,755 +"157683",46373,48435,3,134,528 +"157684",46373,49084,3,134,168 +"157685",46373,49110,3,134,2938 +"157686",46373,49414,3,134,1667 +"157687",46373,50487,3,134,744 +"157688",46373,51017,2,134,2073 +"157689",46373,51035,3,134,2397 +"157690",46373,51470,3,134,399 +"157691",46373,51953,3,134,551 +"157692",46373,52261,3,134,2162 +"157693",46373,54761,2,134,1267 +"157694",46373,57150,2,134,1196 +"157695",46373,57760,2,134,1721 +"157696",46373,59646,3,134,456 +"157697",46373,63442,3,134,1965 +"157698",46373,63547,2,134,1023 +"157699",46373,64181,3,134,1828 +"157700",46373,65155,3,134,1947 +"157701",46373,65522,3,134,1572 +"157702",46373,67607,3,134,528 +"157703",46373,69260,3,134,1698 +"157704",46373,70232,3,134,2401 +"157705",46373,70605,3,134,1176 +"157706",46373,74730,3,134,535 +"157707",46373,74731,3,134,853 +"157708",46373,76603,2,134,1300 +"157709",46373,79804,2,134,2227 +"157710",46373,85329,3,134,738 +"157711",46373,87692,3,134,775 +"157712",46373,87720,3,134,2086 +"157713",46373,90378,3,134,890 +"157714",46373,90802,3,134,877 +"157715",46373,91571,3,134,923 +"157716",46373,92508,3,134,1374 +"157717",46373,95846,3,134,1324 +"157718",46373,96911,3,134,956 +"157719",46373,97160,3,134,1215 +"157720",46373,100140,3,134,1041 +"157721",46373,100670,3,134,525 +"157722",46373,101295,3,134,2165 +"157723",46373,101395,3,134,891 +"157724",46373,106865,3,134,830 +"157725",46373,109635,3,134,1925 +"157726",46373,115622,3,134,1895 +"157727",46373,117956,3,134,2774 +"157728",46384,4612,3,2285,2804 +"157729",46384,9504,3,2285,2549 +"157730",46384,9787,2,2285,2858 +"157731",46384,16286,3,2285,2470 +"157732",46384,27914,3,2285,2507 +"157733",46384,28869,3,2285,2425 +"157734",46384,37059,2,2285,2840 +"157735",46384,37060,3,2285,2840 +"157736",46384,40572,3,2285,2666 +"157737",46384,44603,3,2285,2748 +"157738",46384,54775,3,2285,2383 +"157739",46384,56995,3,2285,2323 +"157740",46384,58655,3,2285,2685 +"157741",46384,59788,2,2285,2315 +"157742",46384,63641,3,2285,2337 +"157743",46384,67908,3,2285,2385 +"157744",46384,70070,3,2285,2425 +"157745",46385,1692,3,2225,2443 +"157746",46385,4953,3,2225,2285 +"157747",46385,11067,2,2225,2734 +"157748",46385,15381,2,2225,2289 +"157749",46385,15821,3,2225,2456 +"157750",46385,23471,2,2225,2488 +"157751",46385,23725,3,2225,2378 +"157752",46385,26765,3,2225,2790 +"157753",46385,29319,3,2225,2314 +"157754",46385,31131,3,2225,2810 +"157755",46385,32339,3,2225,2430 +"157756",46385,32939,3,2225,2277 +"157757",46385,36120,3,2225,2971 +"157758",46385,36506,3,2225,2638 +"157759",46385,46951,3,2225,2429 +"157760",46385,47534,3,2225,2712 +"157761",46385,53530,2,2225,2380 +"157762",46385,75607,3,2225,2245 +"157763",46391,4191,2,1779,2130 +"157764",46391,4618,3,1779,2607 +"157765",46391,7245,3,1779,2089 +"157766",46391,28892,3,1779,2023 +"157767",46391,51410,3,1779,2739 +"157768",46446,3978,3,2295,2775 +"157769",46446,3980,3,2295,2771 +"157770",46446,8842,3,2295,2535 +"157771",46446,13158,3,2295,2667 +"157772",46446,17549,3,2295,2647 +"157773",46446,20331,3,2295,2365 +"157774",46446,21734,3,2295,2528 +"157775",46446,30827,3,2295,2323 +"157776",46446,34120,3,2295,2786 +"157777",46446,38307,3,2295,2648 +"157778",46446,41945,2,2295,2856 +"157779",46446,42216,3,2295,2722 +"157780",46446,43404,3,2295,2649 +"157781",46446,43455,3,2295,2846 +"157782",46446,44688,3,2295,2924 +"157783",46469,14,3,759,1793 +"157784",46469,134,3,759,2062 +"157785",46469,145,3,759,1998 +"157786",46469,270,3,759,2542 +"157787",46469,360,1,759,1671 +"157788",46469,380,3,759,2261 +"157789",46469,675,3,759,1686 +"157790",46469,913,3,759,2144 +"157791",46469,1136,3,759,2536 +"157792",46469,1364,3,759,859 +"157793",46469,1592,3,759,2006 +"157794",46469,1691,3,759,1941 +"157795",46469,2576,3,759,1307 +"157796",46469,2625,2,759,2152 +"157797",46469,3583,2,759,818 +"157798",46469,4226,3,759,1903 +"157799",46469,4687,3,759,2152 +"157800",46469,5235,3,759,2324 +"157801",46469,5258,3,759,2730 +"157802",46469,6390,2,759,2385 +"157803",46469,6428,3,759,1952 +"157804",46469,6491,2,759,2424 +"157805",46469,7672,3,759,1974 +"157806",46469,8011,2,759,889 +"157807",46469,8274,3,759,1909 +"157808",46469,8866,3,759,1545 +"157809",46469,8888,3,759,1328 +"157810",46469,9150,3,759,2689 +"157811",46469,9362,3,759,2879 +"157812",46469,9805,3,759,1621 +"157813",46469,10488,3,759,1524 +"157814",46469,11434,3,759,1187 +"157815",46469,11516,3,759,1937 +"157816",46469,12199,1,759,1651 +"157817",46469,12432,2,759,1816 +"157818",46469,12449,3,759,2067 +"157819",46469,14652,3,759,2516 +"157820",46469,14678,3,759,799 +"157821",46469,14767,3,759,2068 +"157822",46469,16015,2,759,1307 +"157823",46469,16863,3,759,2069 +"157824",46469,17252,3,759,1258 +"157825",46469,18152,3,759,1314 +"157826",46469,18394,2,759,2356 +"157827",46469,20407,3,759,2339 +"157828",46469,21133,3,759,1320 +"157829",46469,22260,2,759,2137 +"157830",46469,22282,3,759,1418 +"157831",46469,22885,3,759,1702 +"157832",46469,23121,3,759,2108 +"157833",46469,23132,3,759,2756 +"157834",46469,24066,1,759,1755 +"157835",46469,24568,3,759,1937 +"157836",46469,25816,3,759,2088 +"157837",46469,26067,3,759,2069 +"157838",46469,26322,3,759,1018 +"157839",46469,26366,3,759,1688 +"157840",46469,27628,3,759,2389 +"157841",46469,27849,3,759,1316 +"157842",46469,28190,3,759,1634 +"157843",46469,28216,3,759,1910 +"157844",46469,30405,3,759,2164 +"157845",46469,31235,2,759,2668 +"157846",46469,31264,3,759,2335 +"157847",46469,31279,3,759,965 +"157848",46469,32064,3,759,1739 +"157849",46469,32131,3,759,1035 +"157850",46469,33588,3,759,1040 +"157851",46469,34160,3,759,1759 +"157852",46469,35045,3,759,1646 +"157853",46469,35302,3,759,1589 +"157854",46469,38259,3,759,2258 +"157855",46469,39880,3,759,1620 +"157856",46469,40369,3,759,2735 +"157857",46469,41108,3,759,1624 +"157858",46469,41174,3,759,850 +"157859",46469,43051,3,759,904 +"157860",46469,43135,3,759,1171 +"157861",46469,46621,3,759,1343 +"157862",46469,46883,3,759,1671 +"157863",46469,47435,2,759,878 +"157864",46469,47445,2,759,2668 +"157865",46469,47585,3,759,794 +"157866",46469,48274,3,759,1979 +"157867",46469,50737,3,759,959 +"157868",46469,51089,3,759,2426 +"157869",46469,51863,3,759,1395 +"157870",46469,52058,3,759,1836 +"157871",46469,52327,2,759,1472 +"157872",46469,54305,3,759,1222 +"157873",46469,54855,3,759,1525 +"157874",46469,55468,2,759,2511 +"157875",46469,57544,3,759,2443 +"157876",46469,61785,3,759,822 +"157877",46469,62602,3,759,1172 +"157878",46469,63409,3,759,1937 +"157879",46469,64181,3,759,1828 +"157880",46469,64997,2,759,2791 +"157881",46469,70455,2,759,1307 +"157882",46469,73675,3,759,887 +"157883",46469,75028,3,759,1660 +"157884",46469,75898,3,759,889 +"157885",46469,75948,3,759,1006 +"157886",46469,76127,3,759,910 +"157887",46469,76284,3,759,1237 +"157888",46469,80429,3,759,1927 +"157889",46469,81221,2,759,2285 +"157890",46469,82787,2,759,1144 +"157891",46469,85736,3,759,1601 +"157892",46469,88808,3,759,1462 +"157893",46469,91579,3,759,2510 +"157894",46469,91841,3,759,1521 +"157895",46469,92513,3,759,2282 +"157896",46469,100140,3,759,1041 +"157897",46469,107649,3,759,1573 +"157898",46486,140,3,1868,2267 +"157899",46486,364,3,1868,2351 +"157900",46486,680,3,1868,2569 +"157901",46486,841,3,1868,2964 +"157902",46486,1702,3,1868,1984 +"157903",46486,2057,3,1868,1965 +"157904",46486,2747,3,1868,2411 +"157905",46486,3127,1,1868,2273 +"157906",46486,3271,3,1868,2216 +"157907",46486,3397,3,1868,2126 +"157908",46486,3409,3,1868,2167 +"157909",46486,3453,3,1868,2126 +"157910",46486,3477,3,1868,2546 +"157911",46486,3978,2,1868,2775 +"157912",46486,4303,2,1868,2414 +"157913",46486,4660,3,1868,2149 +"157914",46486,4668,3,1868,1919 +"157915",46486,4669,3,1868,2395 +"157916",46486,4932,3,1868,2752 +"157917",46486,4983,3,1868,1909 +"157918",46486,5106,3,1868,2622 +"157919",46486,5839,3,1868,2301 +"157920",46486,5897,3,1868,2337 +"157921",46486,6063,3,1868,2349 +"157922",46486,6697,3,1868,2438 +"157923",46486,6989,2,1868,2623 +"157924",46486,7252,2,1868,2799 +"157925",46486,7355,3,1868,1928 +"157926",46486,7597,3,1868,2037 +"157927",46486,7719,3,1868,1954 +"157928",46486,7785,3,1868,2441 +"157929",46486,7937,3,1868,2044 +"157930",46486,8062,3,1868,2858 +"157931",46486,8610,3,1868,2240 +"157932",46486,8865,2,1868,2394 +"157933",46486,9272,3,1868,2835 +"157934",46486,9503,2,1868,2453 +"157935",46486,9787,2,1868,2858 +"157936",46486,10148,3,1868,2964 +"157937",46486,10336,3,1868,2271 +"157938",46486,10980,3,1868,1974 +"157939",46486,11136,2,1868,2573 +"157940",46486,11253,3,1868,2577 +"157941",46486,11538,3,1868,2288 +"157942",46486,11648,3,1868,2852 +"157943",46486,12759,3,1868,2414 +"157944",46486,12948,3,1868,2669 +"157945",46486,13290,3,1868,2824 +"157946",46486,14749,3,1868,1998 +"157947",46486,14781,3,1868,2338 +"157948",46486,14817,2,1868,2110 +"157949",46486,14887,3,1868,2158 +"157950",46486,15826,3,1868,2772 +"157951",46486,16286,3,1868,2470 +"157952",46486,16866,3,1868,2718 +"157953",46486,17033,3,1868,2771 +"157954",46486,17037,3,1868,2947 +"157955",46486,17645,2,1868,1918 +"157956",46486,18005,2,1868,2449 +"157957",46486,18165,3,1868,2085 +"157958",46486,18865,3,1868,2676 +"157959",46486,19073,3,1868,2748 +"157960",46486,19433,2,1868,2504 +"157961",46486,19934,3,1868,2888 +"157962",46486,20512,3,1868,2748 +"157963",46486,20984,3,1868,2502 +"157964",46486,21209,3,1868,2184 +"157965",46486,21281,3,1868,1922 +"157966",46486,21684,3,1868,1971 +"157967",46486,22578,3,1868,2216 +"157968",46486,23206,3,1868,2805 +"157969",46486,23498,3,1868,2398 +"157970",46486,24096,3,1868,2612 +"157971",46486,25373,3,1868,2783 +"157972",46486,27320,3,1868,2378 +"157973",46486,27390,3,1868,2425 +"157974",46486,27742,3,1868,2700 +"157975",46486,27908,2,1868,2576 +"157976",46486,27914,3,1868,2507 +"157977",46486,28869,3,1868,2425 +"157978",46486,28893,3,1868,2764 +"157979",46486,29454,3,1868,2719 +"157980",46486,29473,3,1868,2602 +"157981",46486,29930,3,1868,2240 +"157982",46486,30334,3,1868,2075 +"157983",46486,30525,3,1868,1964 +"157984",46486,30668,3,1868,2882 +"157985",46486,30669,2,1868,1921 +"157986",46486,30906,3,1868,2537 +"157987",46486,31335,3,1868,2351 +"157988",46486,31866,3,1868,2101 +"157989",46486,31868,3,1868,1993 +"157990",46486,31990,3,1868,2264 +"157991",46486,32110,3,1868,2224 +"157992",46486,32606,3,1868,2100 +"157993",46486,33223,3,1868,2397 +"157994",46486,34216,3,1868,2832 +"157995",46486,34908,3,1868,2796 +"157996",46486,36637,3,1868,2085 +"157997",46486,36912,3,1868,2469 +"157998",46486,36953,1,1868,2790 +"157999",46486,37036,3,1868,2264 +"158000",46486,37636,3,1868,2178 +"158001",46486,37752,3,1868,2223 +"158002",46486,39062,2,1868,2020 +"158003",46486,39534,2,1868,2410 +"158004",46486,40035,2,1868,2742 +"158005",46486,40392,3,1868,1878 +"158006",46486,40572,1,1868,2666 +"158007",46486,40623,3,1868,2580 +"158008",46486,41633,3,1868,1976 +"158009",46486,41723,3,1868,2101 +"158010",46486,42717,3,1868,2588 +"158011",46486,42813,1,1868,2142 +"158012",46486,43226,3,1868,2442 +"158013",46486,43660,3,1868,2320 +"158014",46486,44025,3,1868,1935 +"158015",46486,44433,3,1868,2224 +"158016",46486,44603,3,1868,2748 +"158017",46486,44694,3,1868,2220 +"158018",46486,45729,2,1868,2606 +"158019",46486,45869,3,1868,2840 +"158020",46486,46261,3,1868,2350 +"158021",46486,46532,3,1868,2005 +"158022",46486,47595,2,1868,2374 +"158023",46486,47803,3,1868,2477 +"158024",46486,48110,3,1868,2009 +"158025",46486,48377,3,1868,1927 +"158026",46486,48501,3,1868,2010 +"158027",46486,49347,3,1868,2504 +"158028",46486,50335,2,1868,1893 +"158029",46486,50585,2,1868,2414 +"158030",46486,51200,3,1868,2245 +"158031",46486,51783,3,1868,2599 +"158032",46486,52483,3,1868,2317 +"158033",46486,52815,3,1868,2323 +"158034",46486,53739,2,1868,2704 +"158035",46486,54775,3,1868,2383 +"158036",46486,55862,3,1868,2123 +"158037",46486,56082,3,1868,2395 +"158038",46486,56995,3,1868,2323 +"158039",46486,57765,3,1868,2893 +"158040",46486,58508,3,1868,2326 +"158041",46486,58521,3,1868,2950 +"158042",46486,58745,3,1868,1920 +"158043",46486,59448,3,1868,2687 +"158044",46486,59637,3,1868,2141 +"158045",46486,59776,3,1868,2493 +"158046",46486,61585,3,1868,2315 +"158047",46486,62963,3,1868,1964 +"158048",46486,63077,3,1868,2778 +"158049",46486,63395,3,1868,2334 +"158050",46486,64947,3,1868,2489 +"158051",46486,65856,3,1868,2504 +"158052",46486,66205,3,1868,2898 +"158053",46486,66717,3,1868,2104 +"158054",46486,67266,3,1868,2010 +"158055",46486,67908,3,1868,2385 +"158056",46486,68586,3,1868,2322 +"158057",46486,69232,3,1868,2130 +"158058",46486,69335,3,1868,2698 +"158059",46486,70101,3,1868,2414 +"158060",46486,71531,3,1868,2887 +"158061",46486,92850,2,1868,1971 +"158062",46486,94138,3,1868,1939 +"158063",46486,94525,3,1868,1993 +"158064",46486,98058,3,1868,1891 +"158065",46486,107383,3,1868,1918 +"158066",46501,160,3,845,2007 +"158067",46501,1641,3,845,1490 +"158068",46501,2747,3,845,2411 +"158069",46501,10638,3,845,2692 +"158070",46501,11588,3,845,2352 +"158071",46501,11728,3,845,1121 +"158072",46501,13184,2,845,977 +"158073",46501,14998,3,845,1553 +"158074",46501,15826,3,845,2772 +"158075",46501,18421,3,845,2457 +"158076",46501,19069,3,845,988 +"158077",46501,19215,3,845,2604 +"158078",46501,20155,2,845,1517 +"158079",46501,21209,3,845,2184 +"158080",46501,23131,3,845,1732 +"158081",46501,23488,3,845,1523 +"158082",46501,27008,2,845,911 +"158083",46501,27908,3,845,2576 +"158084",46501,30525,3,845,1964 +"158085",46501,30609,3,845,988 +"158086",46501,34831,3,845,1866 +"158087",46501,36136,3,845,2338 +"158088",46501,42813,3,845,2142 +"158089",46501,44433,3,845,2224 +"158090",46501,44603,3,845,2748 +"158091",46501,46486,3,845,1868 +"158092",46501,51151,3,845,1195 +"158093",46501,51879,3,845,1771 +"158094",46501,54890,3,845,877 +"158095",46501,66911,3,845,1920 +"158096",46501,73107,2,845,1918 +"158097",46501,77077,3,845,2693 +"158098",46501,82932,3,845,2245 +"158099",46501,92784,3,845,1257 +"158100",46501,92850,3,845,1971 +"158101",46501,122453,3,845,1591 +"158102",46506,1315,3,2464,2760 +"158103",46506,17264,3,2464,2528 +"158104",46506,23140,3,2464,2787 +"158105",46506,84254,2,2464,2548 +"158106",46512,1592,3,1292,2006 +"158107",46512,1691,2,1292,1941 +"158108",46512,2208,3,1292,2814 +"158109",46512,6390,3,1292,2385 +"158110",46512,10222,1,1292,2212 +"158111",46512,11477,3,1292,2724 +"158112",46512,14669,3,1292,2080 +"158113",46512,18277,3,1292,2309 +"158114",46512,20407,3,1292,2339 +"158115",46512,24198,2,1292,2217 +"158116",46512,27379,3,1292,2461 +"158117",46512,28081,3,1292,1927 +"158118",46512,28094,3,1292,1423 +"158119",46512,32503,3,1292,2020 +"158120",46512,33622,3,1292,2230 +"158121",46512,35481,3,1292,2211 +"158122",46512,36439,3,1292,2469 +"158123",46512,38333,3,1292,1365 +"158124",46512,46621,3,1292,1343 +"158125",46512,58221,3,1292,1787 +"158126",46512,61585,3,1292,2315 +"158127",46512,68789,3,1292,1929 +"158128",46512,74636,3,1292,2525 +"158129",46512,81895,3,1292,1634 +"158130",46512,88232,3,1292,2881 +"158131",46512,96000,3,1292,1789 +"158132",46520,6755,3,1776,2818 +"158133",46520,9895,3,1776,1960 +"158134",46520,14761,3,1776,2502 +"158135",46520,30368,3,1776,2487 +"158136",46520,36662,3,1776,2967 +"158137",46520,56673,3,1776,2419 +"158138",46531,916,3,1737,2718 +"158139",46531,2802,2,1737,1836 +"158140",46531,18610,3,1737,2141 +"158141",46531,94339,3,1737,2768 +"158142",46532,3477,3,2005,2546 +"158143",46532,3493,3,2005,2451 +"158144",46532,4361,3,2005,2571 +"158145",46532,6119,3,2005,2358 +"158146",46532,7997,3,2005,2049 +"158147",46532,8062,2,2005,2858 +"158148",46532,8865,3,2005,2394 +"158149",46532,10336,2,2005,2271 +"158150",46532,13079,3,2005,2547 +"158151",46532,14108,3,2005,2012 +"158152",46532,15826,3,2005,2772 +"158153",46532,16286,3,2005,2470 +"158154",46532,16310,3,2005,2796 +"158155",46532,19380,3,2005,2637 +"158156",46532,19433,3,2005,2504 +"158157",46532,25373,3,2005,2783 +"158158",46532,26695,3,2005,2340 +"158159",46532,27908,3,2005,2576 +"158160",46532,32311,3,2005,2396 +"158161",46532,32939,3,2005,2277 +"158162",46532,34216,3,2005,2832 +"158163",46532,37036,3,2005,2264 +"158164",46532,38259,3,2005,2258 +"158165",46532,38602,3,2005,2693 +"158166",46532,39062,3,2005,2020 +"158167",46532,43593,3,2005,2704 +"158168",46532,52483,3,2005,2317 +"158169",46532,57804,3,2005,2214 +"158170",46532,60879,3,2005,2792 +"158171",46532,63837,3,2005,2807 +"158172",46532,64947,3,2005,2489 +"158173",46532,64967,3,2005,2872 +"158174",46532,69232,3,2005,2130 +"158175",46532,72728,3,2005,2234 +"158176",46532,82932,3,2005,2245 +"158177",46568,1222,2,822,2598 +"158178",46568,1455,3,822,1262 +"158179",46568,1708,3,822,1591 +"158180",46568,1785,3,822,2350 +"158181",46568,2272,2,822,1640 +"158182",46568,2443,1,822,2333 +"158183",46568,2802,2,822,1836 +"158184",46568,3324,2,822,1198 +"158185",46568,3477,3,822,2546 +"158186",46568,5414,2,822,2321 +"158187",46568,6063,3,822,2349 +"158188",46568,6262,2,822,2733 +"158189",46568,6295,2,822,856 +"158190",46568,6432,3,822,2297 +"158191",46568,6755,3,822,2818 +"158192",46568,7604,3,822,1366 +"158193",46568,7847,3,822,2424 +"158194",46568,9269,2,822,1892 +"158195",46568,9895,3,822,1960 +"158196",46568,9910,2,822,2526 +"158197",46568,9948,2,822,2019 +"158198",46568,10146,3,822,1878 +"158199",46568,10279,3,822,886 +"158200",46568,11897,2,822,1271 +"158201",46568,12116,3,822,2119 +"158202",46568,12632,3,822,1174 +"158203",46568,12779,3,822,936 +"158204",46568,12914,2,822,1557 +"158205",46568,13150,3,822,1570 +"158206",46568,13671,3,822,1371 +"158207",46568,14212,3,822,857 +"158208",46568,14470,3,822,2632 +"158209",46568,15047,2,822,1697 +"158210",46568,16347,3,822,1868 +"158211",46568,16590,3,822,1123 +"158212",46568,17884,3,822,1677 +"158213",46568,17999,3,822,2758 +"158214",46568,18217,3,822,1566 +"158215",46568,18466,2,822,2340 +"158216",46568,18610,3,822,2141 +"158217",46568,19002,3,822,2053 +"158218",46568,19190,2,822,2677 +"158219",46568,19358,1,822,880 +"158220",46568,20604,2,822,1684 +"158221",46568,20695,2,822,2526 +"158222",46568,21044,3,822,1574 +"158223",46568,21290,3,822,894 +"158224",46568,22410,3,822,2158 +"158225",46568,22462,3,822,869 +"158226",46568,22682,3,822,2035 +"158227",46568,24044,3,822,1076 +"158228",46568,24421,3,822,1324 +"158229",46568,25033,3,822,929 +"158230",46568,26138,3,822,1902 +"158231",46568,26698,3,822,1963 +"158232",46568,26740,3,822,2695 +"158233",46568,27512,2,822,947 +"158234",46568,30697,2,822,2891 +"158235",46568,31264,3,822,2335 +"158236",46568,31705,3,822,2706 +"158237",46568,32070,1,822,950 +"158238",46568,32939,3,822,2277 +"158239",46568,32966,2,822,1583 +"158240",46568,33223,3,822,2397 +"158241",46568,33278,3,822,1591 +"158242",46568,34331,3,822,1727 +"158243",46568,36215,3,822,1623 +"158244",46568,36662,3,822,2967 +"158245",46568,37332,3,822,1891 +"158246",46568,38274,3,822,1181 +"158247",46568,38697,2,822,2701 +"158248",46568,40542,3,822,1664 +"158249",46568,41098,3,822,1857 +"158250",46568,42259,3,822,1235 +"158251",46568,42280,3,822,2266 +"158252",46568,43311,3,822,1553 +"158253",46568,43768,3,822,1468 +"158254",46568,44744,3,822,2032 +"158255",46568,45585,3,822,2384 +"158256",46568,46581,3,822,1160 +"158257",46568,46616,3,822,1917 +"158258",46568,48931,3,822,2444 +"158259",46568,49403,2,822,2427 +"158260",46568,49708,3,822,1147 +"158261",46568,51678,2,822,1077 +"158262",46568,53020,3,822,2747 +"158263",46568,53082,2,822,2328 +"158264",46568,53648,3,822,2167 +"158265",46568,54061,3,822,1488 +"158266",46568,55261,3,822,1915 +"158267",46568,56152,3,822,1487 +"158268",46568,56168,1,822,1466 +"158269",46568,56364,2,822,1626 +"158270",46568,57037,3,822,2293 +"158271",46568,57804,3,822,2214 +"158272",46568,63525,3,822,2741 +"158273",46568,66017,2,822,1545 +"158274",46568,66756,3,822,1301 +"158275",46568,69453,3,822,2831 +"158276",46568,76796,2,822,1140 +"158277",46568,76997,2,822,2223 +"158278",46568,77550,3,822,1548 +"158279",46568,79772,2,822,1230 +"158280",46568,79793,2,822,1915 +"158281",46568,79874,3,822,1570 +"158282",46568,80801,3,822,1250 +"158283",46568,82917,3,822,2371 +"158284",46568,83334,1,822,1708 +"158285",46568,84591,3,822,1685 +"158286",46568,85926,3,822,907 +"158287",46568,87915,2,822,1152 +"158288",46568,90633,2,822,990 +"158289",46568,92630,3,822,1583 +"158290",46568,94339,2,822,2768 +"158291",46568,97706,3,822,1121 +"158292",46568,99194,3,822,1271 +"158293",46568,101381,2,822,977 +"158294",46568,101666,3,822,1257 +"158295",46568,106330,3,822,2559 +"158296",46568,107435,3,822,1635 +"158297",46570,2452,3,1707,1715 +"158298",46570,24176,3,1707,1986 +"158299",46570,30865,3,1707,2038 +"158300",46570,38373,3,1707,1928 +"158301",46570,67815,3,1707,2476 +"158302",46570,68229,3,1707,2219 +"158303",46570,74474,3,1707,2338 +"158304",46570,102566,3,1707,2207 +"158305",46580,51055,2,2346,2558 +"158306",46581,1023,2,1160,2515 +"158307",46581,1063,1,1160,2515 +"158308",46581,1222,3,1160,2598 +"158309",46581,3324,3,1160,1198 +"158310",46581,6262,3,1160,2733 +"158311",46581,8525,3,1160,1787 +"158312",46581,9808,3,1160,1648 +"158313",46581,14623,3,1160,2043 +"158314",46581,16067,3,1160,2727 +"158315",46581,18610,3,1160,2141 +"158316",46581,19383,3,1160,1200 +"158317",46581,23302,3,1160,2677 +"158318",46581,24610,3,1160,2733 +"158319",46581,26138,3,1160,1902 +"158320",46581,29276,3,1160,2000 +"158321",46581,30317,3,1160,2431 +"158322",46581,33363,2,1160,2475 +"158323",46581,39211,2,1160,1908 +"158324",46581,45983,3,1160,1260 +"158325",46581,56168,3,1160,1466 +"158326",46581,62498,3,1160,1698 +"158327",46581,79772,3,1160,1230 +"158328",46581,79793,3,1160,1915 +"158329",46584,41607,3,1972,2802 +"158330",46596,671,3,1942,2328 +"158331",46596,2195,3,1942,2139 +"158332",46596,8865,3,1942,2394 +"158333",46596,9175,3,1942,2639 +"158334",46596,10148,3,1942,2964 +"158335",46596,15560,2,1942,2257 +"158336",46596,15813,3,1942,2143 +"158337",46596,19334,3,1942,1979 +"158338",46596,19516,3,1942,2313 +"158339",46596,21012,3,1942,2325 +"158340",46596,24146,3,1942,2003 +"158341",46596,25577,3,1942,1946 +"158342",46596,29073,3,1942,2328 +"158343",46596,29295,3,1942,2043 +"158344",46596,29917,3,1942,1962 +"158345",46596,30081,3,1942,2403 +"158346",46596,30906,3,1942,2537 +"158347",46596,31307,3,1942,2139 +"158348",46596,34509,3,1942,1973 +"158349",46596,35815,3,1942,2789 +"158350",46596,36031,3,1942,2342 +"158351",46596,36962,3,1942,2861 +"158352",46596,41402,2,1942,2313 +"158353",46596,44427,3,1942,2875 +"158354",46596,48215,3,1942,2028 +"158355",46596,62841,3,1942,2710 +"158356",46616,827,3,1917,2964 +"158357",46616,843,3,1917,2332 +"158358",46616,1624,2,1917,2687 +"158359",46616,2282,2,1917,2056 +"158360",46616,2647,2,1917,2450 +"158361",46616,3271,3,1917,2216 +"158362",46616,4249,3,1917,2547 +"158363",46616,6040,3,1917,2103 +"158364",46616,6345,3,1917,2713 +"158365",46616,6999,3,1917,2214 +"158366",46616,7253,3,1917,2686 +"158367",46616,9272,3,1917,2835 +"158368",46616,9895,3,1917,1960 +"158369",46616,9910,3,1917,2526 +"158370",46616,9948,3,1917,2019 +"158371",46616,10701,3,1917,2000 +"158372",46616,12116,3,1917,2119 +"158373",46616,13340,3,1917,1918 +"158374",46616,14470,3,1917,2632 +"158375",46616,14772,3,1917,2386 +"158376",46616,14957,3,1917,2306 +"158377",46616,15782,3,1917,2306 +"158378",46616,16910,3,1917,1978 +"158379",46616,16963,3,1917,1999 +"158380",46616,17499,2,1917,2954 +"158381",46616,17695,3,1917,1930 +"158382",46616,19366,3,1917,2279 +"158383",46616,19509,3,1917,2000 +"158384",46616,20695,3,1917,2526 +"158385",46616,23550,3,1917,2939 +"158386",46616,26597,2,1917,2070 +"158387",46616,28268,3,1917,2258 +"158388",46616,28782,2,1917,2272 +"158389",46616,30096,3,1917,2082 +"158390",46616,31295,3,1917,2183 +"158391",46616,31357,3,1917,2389 +"158392",46616,32169,3,1917,2504 +"158393",46616,36840,2,1917,2269 +"158394",46616,37684,3,1917,2899 +"158395",46616,38697,3,1917,2701 +"158396",46616,40407,3,1917,1972 +"158397",46616,42382,1,1917,2224 +"158398",46616,42390,2,1917,2937 +"158399",46616,42407,3,1917,2408 +"158400",46616,43226,3,1917,2442 +"158401",46616,43701,3,1917,2400 +"158402",46616,47607,1,1917,2724 +"158403",46616,48110,3,1917,2009 +"158404",46616,50440,3,1917,2469 +"158405",46616,53584,1,1917,2391 +"158406",46616,53652,3,1917,2899 +"158407",46616,54385,3,1917,2340 +"158408",46616,58508,3,1917,2326 +"158409",46616,58945,3,1917,2481 +"158410",46616,69335,3,1917,2698 +"158411",46616,73520,3,1917,2613 +"158412",46616,77719,2,1917,2086 +"158413",46616,78277,3,1917,1937 +"158414",46616,80970,2,1917,2069 +"158415",46616,95060,3,1917,1974 +"158416",46621,134,3,1343,2062 +"158417",46621,913,3,1343,2144 +"158418",46621,1102,3,1343,2282 +"158419",46621,1175,3,1343,1642 +"158420",46621,1592,1,1343,2006 +"158421",46621,1691,1,1343,1941 +"158422",46621,2011,3,1343,2176 +"158423",46621,2208,2,1343,2814 +"158424",46621,2334,3,1343,2619 +"158425",46621,2684,3,1343,2874 +"158426",46621,3305,3,1343,2839 +"158427",46621,3493,3,1343,2451 +"158428",46621,3628,3,1343,2707 +"158429",46621,3886,3,1343,1669 +"158430",46621,4360,3,1343,1770 +"158431",46621,4687,3,1343,2152 +"158432",46621,5258,2,1343,2730 +"158433",46621,5839,3,1343,2301 +"158434",46621,6074,3,1343,2426 +"158435",46621,6104,3,1343,2462 +"158436",46621,6252,2,1343,2336 +"158437",46621,6390,2,1343,2385 +"158438",46621,6417,3,1343,1675 +"158439",46621,6428,3,1343,1952 +"158440",46621,6491,3,1343,2424 +"158441",46621,7245,3,1343,2089 +"158442",46621,7672,2,1343,1974 +"158443",46621,8657,3,1343,2473 +"158444",46621,8762,3,1343,2585 +"158445",46621,9311,3,1343,2477 +"158446",46621,9654,3,1343,2111 +"158447",46621,10002,3,1343,1788 +"158448",46621,10222,3,1343,2212 +"158449",46621,10488,3,1343,1524 +"158450",46621,11055,3,1343,2111 +"158451",46621,11351,3,1343,2971 +"158452",46621,12199,2,1343,1651 +"158453",46621,12618,3,1343,2021 +"158454",46621,12724,3,1343,1930 +"158455",46621,13248,2,1343,1385 +"158456",46621,13837,2,1343,1604 +"158457",46621,13869,3,1343,1786 +"158458",46621,14032,3,1343,2144 +"158459",46621,14108,2,1343,2012 +"158460",46621,14652,3,1343,2516 +"158461",46621,14731,3,1343,2012 +"158462",46621,15301,3,1343,2308 +"158463",46621,15713,3,1343,1646 +"158464",46621,18277,3,1343,2309 +"158465",46621,18415,3,1343,2184 +"158466",46621,18543,2,1343,2968 +"158467",46621,18571,3,1343,2128 +"158468",46621,19173,3,1343,1686 +"158469",46621,19335,3,1343,1729 +"158470",46621,19605,3,1343,2395 +"158471",46621,19718,2,1343,1702 +"158472",46621,20407,2,1343,2339 +"158473",46621,20643,3,1343,2341 +"158474",46621,20824,3,1343,1366 +"158475",46621,21122,3,1343,1701 +"158476",46621,21463,3,1343,2437 +"158477",46621,21571,3,1343,2755 +"158478",46621,21682,2,1343,2414 +"158479",46621,22141,3,1343,2348 +"158480",46621,22165,3,1343,1501 +"158481",46621,22567,3,1343,2396 +"158482",46621,23132,3,1343,2756 +"158483",46621,23729,3,1343,1624 +"158484",46621,23825,3,1343,1913 +"158485",46621,24198,2,1343,2217 +"158486",46621,25565,2,1343,2764 +"158487",46621,25816,3,1343,2088 +"158488",46621,26451,3,1343,2133 +"158489",46621,26629,3,1343,1824 +"158490",46621,27275,3,1343,2656 +"158491",46621,28048,3,1343,1637 +"158492",46621,29170,2,1343,1846 +"158493",46621,29948,2,1343,2795 +"158494",46621,31001,3,1343,2119 +"158495",46621,31164,3,1343,1996 +"158496",46621,31235,3,1343,2668 +"158497",46621,31700,3,1343,2727 +"158498",46621,32503,3,1343,2020 +"158499",46621,33433,3,1343,2805 +"158500",46621,33622,2,1343,2230 +"158501",46621,33981,3,1343,1993 +"158502",46621,34311,3,1343,2213 +"158503",46621,35045,2,1343,1646 +"158504",46621,35481,3,1343,2211 +"158505",46621,35514,3,1343,2346 +"158506",46621,36439,2,1343,2469 +"158507",46621,36450,3,1343,1591 +"158508",46621,37285,3,1343,2428 +"158509",46621,37509,2,1343,1640 +"158510",46621,38213,2,1343,1744 +"158511",46621,38259,3,1343,2258 +"158512",46621,39105,3,1343,2487 +"158513",46621,40368,3,1343,2876 +"158514",46621,40369,3,1343,2735 +"158515",46621,40383,3,1343,2639 +"158516",46621,40493,3,1343,1981 +"158517",46621,40703,3,1343,1608 +"158518",46621,42619,3,1343,2017 +"158519",46621,42756,3,1343,1384 +"158520",46621,43173,2,1343,2895 +"158521",46621,43213,3,1343,2160 +"158522",46621,43226,3,1343,2442 +"158523",46621,43385,3,1343,1623 +"158524",46621,44427,2,1343,2875 +"158525",46621,45633,3,1343,2134 +"158526",46621,45742,3,1343,2566 +"158527",46621,46196,3,1343,1510 +"158528",46621,46951,2,1343,2429 +"158529",46621,47064,3,1343,1993 +"158530",46621,47248,3,1343,2883 +"158531",46621,47384,3,1343,1639 +"158532",46621,47445,3,1343,2668 +"158533",46621,49301,2,1343,1894 +"158534",46621,49470,3,1343,1528 +"158535",46621,49620,2,1343,1868 +"158536",46621,50179,2,1343,2230 +"158537",46621,52136,2,1343,1412 +"158538",46621,52154,3,1343,1722 +"158539",46621,52323,3,1343,2148 +"158540",46621,52327,1,1343,1472 +"158541",46621,54663,3,1343,1424 +"158542",46621,55156,3,1343,2196 +"158543",46621,56082,3,1343,2395 +"158544",46621,56854,3,1343,2022 +"158545",46621,56903,2,1343,1584 +"158546",46621,58133,3,1343,1484 +"158547",46621,58221,3,1343,1787 +"158548",46621,58284,3,1343,2292 +"158549",46621,60116,3,1343,2668 +"158550",46621,64181,3,1343,1828 +"158551",46621,64997,3,1343,2791 +"158552",46621,68592,3,1343,2551 +"158553",46621,69257,3,1343,1402 +"158554",46621,71274,2,1343,2390 +"158555",46621,72207,3,1343,2430 +"158556",46621,73786,3,1343,2937 +"158557",46621,74190,3,1343,1428 +"158558",46621,74636,2,1343,2525 +"158559",46621,75403,3,1343,1895 +"158560",46621,78563,3,1343,2385 +"158561",46621,79436,2,1343,1344 +"158562",46621,81895,3,1343,1634 +"158563",46621,82949,3,1343,2077 +"158564",46621,83396,3,1343,2396 +"158565",46621,85356,3,1343,1492 +"158566",46621,88232,1,1343,2881 +"158567",46621,88966,3,1343,1568 +"158568",46621,91942,3,1343,2216 +"158569",46621,92322,3,1343,2393 +"158570",46621,95288,3,1343,1602 +"158571",46621,96000,3,1343,1789 +"158572",46621,100215,2,1343,2436 +"158573",46621,100432,3,1343,1358 +"158574",46621,103925,3,1343,1786 +"158575",46621,108430,3,1343,1642 +"158576",46629,270,1,2255,2542 +"158577",46629,380,3,2255,2261 +"158578",46629,671,3,2255,2328 +"158579",46629,1102,3,2255,2282 +"158580",46629,2224,3,2255,2751 +"158581",46629,2424,1,2255,2582 +"158582",46629,2484,3,2255,2389 +"158583",46629,3305,2,2255,2839 +"158584",46629,3493,3,2255,2451 +"158585",46629,3966,3,2255,2425 +"158586",46629,4953,2,2255,2285 +"158587",46629,5235,3,2255,2324 +"158588",46629,7234,3,2255,2654 +"158589",46629,7616,3,2255,2296 +"158590",46629,7794,3,2255,2972 +"158591",46629,7984,3,2255,2493 +"158592",46629,9175,3,2255,2639 +"158593",46629,9311,3,2255,2477 +"158594",46629,9624,3,2255,2398 +"158595",46629,9928,3,2255,2345 +"158596",46629,10890,3,2255,2639 +"158597",46629,11218,2,2255,2292 +"158598",46629,11477,2,2255,2724 +"158599",46629,12042,3,2255,2345 +"158600",46629,12374,3,2255,2260 +"158601",46629,14586,3,2255,2801 +"158602",46629,15008,3,2255,2338 +"158603",46629,15381,3,2255,2289 +"158604",46629,15444,3,2255,2764 +"158605",46629,15729,3,2255,2338 +"158606",46629,16352,3,2255,2657 +"158607",46629,16432,3,2255,2664 +"158608",46629,16628,3,2255,2409 +"158609",46629,17365,2,2255,2746 +"158610",46629,17520,3,2255,2276 +"158611",46629,18005,3,2255,2449 +"158612",46629,18361,3,2255,2968 +"158613",46629,18394,2,2255,2356 +"158614",46629,19248,2,2255,2357 +"158615",46629,19622,1,2255,2371 +"158616",46629,19862,3,2255,2412 +"158617",46629,20124,3,2255,2376 +"158618",46629,21012,2,2255,2325 +"158619",46629,21193,3,2255,2490 +"158620",46629,22197,3,2255,2271 +"158621",46629,22277,3,2255,2424 +"158622",46629,22326,3,2255,2818 +"158623",46629,23509,3,2255,2275 +"158624",46629,23725,3,2255,2378 +"158625",46629,25129,3,2255,2647 +"158626",46629,25305,3,2255,2447 +"158627",46629,26080,3,2255,2525 +"158628",46629,26749,3,2255,2965 +"158629",46629,26848,2,2255,2363 +"158630",46629,30052,3,2255,2855 +"158631",46629,31436,3,2255,2892 +"158632",46629,32173,3,2255,2341 +"158633",46629,34480,3,2255,2755 +"158634",46629,35402,3,2255,2339 +"158635",46629,37238,3,2255,2609 +"158636",46629,37285,3,2255,2428 +"158637",46629,38307,2,2255,2648 +"158638",46629,41945,2,2255,2856 +"158639",46629,42216,3,2255,2722 +"158640",46629,43455,1,2255,2846 +"158641",46629,43518,3,2255,2680 +"158642",46629,43673,3,2255,2787 +"158643",46629,43796,3,2255,2476 +"158644",46629,45239,3,2255,2535 +"158645",46629,45302,3,2255,2390 +"158646",46629,45729,3,2255,2606 +"158647",46629,48605,3,2255,2796 +"158648",46629,50236,2,2255,2339 +"158649",46629,50785,3,2255,2877 +"158650",46629,51041,2,2255,2606 +"158651",46629,51866,2,2255,2411 +"158652",46629,52032,3,2255,2853 +"158653",46629,52570,3,2255,2645 +"158654",46629,52892,3,2255,2372 +"158655",46629,54551,3,2255,2348 +"158656",46629,54929,3,2255,2783 +"158657",46629,55076,3,2255,2408 +"158658",46629,56082,2,2255,2395 +"158659",46629,56237,2,2255,2625 +"158660",46629,58508,3,2255,2326 +"158661",46629,61982,1,2255,2725 +"158662",46629,62841,2,2255,2710 +"158663",46629,64947,3,2255,2489 +"158664",46629,68215,3,2255,2727 +"158665",46629,70217,3,2255,2332 +"158666",46629,72207,2,2255,2430 +"158667",46629,72326,2,2255,2384 +"158668",46629,76048,3,2255,2373 +"158669",46629,76892,2,2255,2381 +"158670",46629,83396,3,2255,2396 +"158671",46629,92104,3,2255,2339 +"158672",46635,6055,3,2528,2651 +"158673",46635,29580,3,2528,2776 +"158674",46635,36441,3,2528,2796 +"158675",46635,42799,2,2528,2729 +"158676",46642,600,3,999,1702 +"158677",46642,2093,3,999,2459 +"158678",46642,2349,3,999,1288 +"158679",46642,3317,2,999,2037 +"158680",46642,4066,2,999,1736 +"158681",46642,4121,3,999,1304 +"158682",46642,4504,3,999,1905 +"158683",46642,5055,2,999,1796 +"158684",46642,5590,2,999,2845 +"158685",46642,5845,3,999,1552 +"158686",46642,6274,2,999,1035 +"158687",46642,7506,3,999,2371 +"158688",46642,9440,3,999,1006 +"158689",46642,10964,3,999,2043 +"158690",46642,11019,3,999,1299 +"158691",46642,11067,3,999,2734 +"158692",46642,11103,3,999,2393 +"158693",46642,12577,3,999,2530 +"158694",46642,14972,3,999,2332 +"158695",46642,15095,3,999,2001 +"158696",46642,16205,3,999,2630 +"158697",46642,16835,3,999,1739 +"158698",46642,17381,3,999,1697 +"158699",46642,18571,3,999,2128 +"158700",46642,22297,2,999,1904 +"158701",46642,23121,2,999,2108 +"158702",46642,23534,3,999,1659 +"158703",46642,24195,3,999,1575 +"158704",46642,26234,3,999,2183 +"158705",46642,26713,3,999,1235 +"158706",46642,27195,3,999,2158 +"158707",46642,28101,3,999,1949 +"158708",46642,29311,1,999,1849 +"158709",46642,29578,3,999,1957 +"158710",46642,31164,3,999,1996 +"158711",46642,33697,3,999,1309 +"158712",46642,35620,3,999,2092 +"158713",46642,40675,2,999,1595 +"158714",46642,41739,3,999,1339 +"158715",46642,42914,2,999,1737 +"158716",46642,44181,3,999,1034 +"158717",46642,46385,3,999,2225 +"158718",46642,46951,3,999,2429 +"158719",46642,47384,1,999,1639 +"158720",46642,50041,3,999,1565 +"158721",46642,53219,3,999,2973 +"158722",46642,53668,3,999,2242 +"158723",46642,53697,3,999,1909 +"158724",46642,54663,3,999,1424 +"158725",46642,55256,3,999,2379 +"158726",46642,56152,3,999,1487 +"158727",46642,59039,3,999,2870 +"158728",46642,61125,3,999,1673 +"158729",46642,65572,2,999,2750 +"158730",46642,67775,3,999,1964 +"158731",46642,74290,3,999,1513 +"158732",46642,75607,2,999,2245 +"158733",46642,78384,3,999,1762 +"158734",46642,79596,2,999,2004 +"158735",46642,83838,3,999,2263 +"158736",46650,2959,2,1330,1785 +"158737",46650,5683,3,1330,2468 +"158738",46650,7942,2,1330,2623 +"158739",46650,10129,3,1330,2124 +"158740",46650,12361,3,1330,2732 +"158741",46650,16176,3,1330,2703 +"158742",46650,18005,3,1330,2449 +"158743",46650,20395,3,1330,1468 +"158744",46650,34094,3,1330,1360 +"158745",46650,34216,3,1330,2832 +"158746",46650,34742,3,1330,1883 +"158747",46650,41447,3,1330,2405 +"158748",46650,58233,3,1330,1665 +"158749",46650,85869,3,1330,1509 +"158750",46650,98942,3,1330,1588 +"158751",46650,100860,3,1330,2326 +"158752",46662,900,3,207,2726 +"158753",46662,2418,3,207,2020 +"158754",46662,2452,3,207,1715 +"158755",46662,6160,3,207,969 +"158756",46662,7337,3,207,1797 +"158757",46662,8395,3,207,896 +"158758",46662,9073,3,207,221 +"158759",46662,10050,3,207,1792 +"158760",46662,10223,3,207,1033 +"158761",46662,10239,3,207,2032 +"158762",46662,10279,2,207,886 +"158763",46662,10803,3,207,545 +"158764",46662,10911,1,207,536 +"158765",46662,12208,3,207,447 +"158766",46662,13068,3,207,1778 +"158767",46662,13079,3,207,2547 +"158768",46662,13150,3,207,1570 +"158769",46662,14287,3,207,1583 +"158770",46662,14807,3,207,241 +"158771",46662,14998,3,207,1553 +"158772",46662,15462,3,207,1141 +"158773",46662,17217,3,207,318 +"158774",46662,17687,3,207,593 +"158775",46662,19231,2,207,1424 +"158776",46662,19934,3,207,2888 +"158777",46662,20176,3,207,1050 +"158778",46662,21535,3,207,404 +"158779",46662,22211,3,207,340 +"158780",46662,23015,3,207,1362 +"158781",46662,23591,3,207,2831 +"158782",46662,25718,3,207,432 +"158783",46662,27320,3,207,2378 +"158784",46662,27722,3,207,1266 +"158785",46662,28446,3,207,917 +"158786",46662,28630,3,207,270 +"158787",46662,29667,3,207,531 +"158788",46662,30609,3,207,988 +"158789",46662,30865,3,207,2038 +"158790",46662,32175,3,207,209 +"158791",46662,33665,3,207,787 +"158792",46662,34117,3,207,961 +"158793",46662,34997,2,207,591 +"158794",46662,36506,3,207,2638 +"158795",46662,37752,3,207,2223 +"158796",46662,38087,3,207,1083 +"158797",46662,38373,2,207,1928 +"158798",46662,38532,3,207,1234 +"158799",46662,39249,3,207,1665 +"158800",46662,39443,3,207,2277 +"158801",46662,39589,2,207,1292 +"158802",46662,40003,2,207,936 +"158803",46662,42562,3,207,1195 +"158804",46662,42756,3,207,1384 +"158805",46662,43929,3,207,2749 +"158806",46662,43961,3,207,2443 +"158807",46662,44074,3,207,1299 +"158808",46662,44971,3,207,955 +"158809",46662,46570,3,207,1707 +"158810",46662,47148,3,207,569 +"158811",46662,47968,2,207,2829 +"158812",46662,49551,3,207,879 +"158813",46662,50278,3,207,1127 +"158814",46662,51151,2,207,1195 +"158815",46662,51223,3,207,2153 +"158816",46662,52879,3,207,777 +"158817",46662,54924,3,207,2603 +"158818",46662,58015,3,207,899 +"158819",46662,59506,3,207,983 +"158820",46662,61443,3,207,2770 +"158821",46662,61948,3,207,1231 +"158822",46662,63644,3,207,1267 +"158823",46662,65557,3,207,813 +"158824",46662,68229,3,207,2219 +"158825",46662,70583,3,207,2615 +"158826",46662,72470,3,207,991 +"158827",46662,76369,3,207,583 +"158828",46662,81716,2,207,1199 +"158829",46662,82023,3,207,992 +"158830",46662,82252,2,207,1248 +"158831",46662,83518,3,207,275 +"158832",46662,84447,3,207,1006 +"158833",46662,88307,3,207,437 +"158834",46662,90674,3,207,621 +"158835",46662,90745,3,207,1994 +"158836",46662,92784,3,207,1257 +"158837",46662,99194,3,207,1271 +"158838",46662,107993,3,207,999 +"158839",46662,110402,3,207,858 +"158840",46662,112834,3,207,765 +"158841",46662,120363,2,207,322 +"158842",46680,206,3,1690,1986 +"158843",46680,377,3,1690,2389 +"158844",46680,543,3,1690,2203 +"158845",46680,1092,3,1690,1945 +"158846",46680,1151,2,1690,2885 +"158847",46680,1616,3,1690,2662 +"158848",46680,1777,2,1690,1965 +"158849",46680,2036,2,1690,2483 +"158850",46680,2208,3,1690,2814 +"158851",46680,2484,2,1690,2389 +"158852",46680,3161,3,1690,2229 +"158853",46680,4057,3,1690,2389 +"158854",46680,5078,3,1690,2033 +"158855",46680,5429,3,1690,1991 +"158856",46680,5457,3,1690,2077 +"158857",46680,5462,2,1690,2374 +"158858",46680,5504,3,1690,2389 +"158859",46680,7323,3,1690,2858 +"158860",46680,7703,3,1690,2122 +"158861",46680,8258,3,1690,1959 +"158862",46680,9423,3,1690,1708 +"158863",46680,11055,3,1690,2111 +"158864",46680,11477,3,1690,2724 +"158865",46680,12081,3,1690,2166 +"158866",46680,12713,3,1690,2440 +"158867",46680,15401,3,1690,1999 +"158868",46680,15539,3,1690,1929 +"158869",46680,16801,3,1690,2008 +"158870",46680,17520,3,1690,2276 +"158871",46680,18670,2,1690,1835 +"158872",46680,19606,1,1690,2783 +"158873",46680,20700,3,1690,2861 +"158874",46680,22682,3,1690,2035 +"158875",46680,22749,3,1690,1727 +"158876",46680,24255,3,1690,2770 +"158877",46680,24256,3,1690,2393 +"158878",46680,25198,3,1690,1982 +"158879",46680,27796,3,1690,2151 +"158880",46680,28635,2,1690,2368 +"158881",46680,31159,3,1690,2231 +"158882",46680,31799,3,1690,2547 +"158883",46680,32988,3,1690,2008 +"158884",46680,33380,3,1690,2340 +"158885",46680,35256,3,1690,2271 +"158886",46680,37570,3,1690,2389 +"158887",46680,38921,3,1690,1880 +"158888",46680,40565,3,1690,2115 +"158889",46680,41747,3,1690,1722 +"158890",46680,42264,3,1690,1702 +"158891",46680,43404,3,1690,2649 +"158892",46680,50252,3,1690,2001 +"158893",46680,53293,3,1690,2916 +"158894",46680,57549,3,1690,2335 +"158895",46680,61921,3,1690,1793 +"158896",46680,65155,3,1690,1947 +"158897",46680,71024,3,1690,2312 +"158898",46680,75444,3,1690,2846 +"158899",46680,85430,3,1690,2370 +"158900",46680,120703,3,1690,2172 +"158901",46694,8088,3,191,2220 +"158902",46694,11817,3,191,600 +"158903",46694,15632,3,191,1242 +"158904",46694,18874,3,191,2170 +"158905",46694,28190,2,191,1634 +"158906",46694,35610,3,191,594 +"158907",46694,40472,3,191,549 +"158908",46694,42906,2,191,1748 +"158909",46694,43385,3,191,1623 +"158910",46694,46883,3,191,1671 +"158911",46694,54305,2,191,1222 +"158912",46707,20732,2,1755,2401 +"158913",46707,23726,3,1755,2434 +"158914",46707,101237,1,1755,2033 +"158915",46717,14,2,938,1793 +"158916",46717,915,3,938,1793 +"158917",46717,1102,3,938,2282 +"158918",46717,1262,3,938,2973 +"158919",46717,1767,3,938,2727 +"158920",46717,3068,3,938,1815 +"158921",46717,3980,2,938,2771 +"158922",46717,4889,3,938,1501 +"158923",46717,5315,2,938,2631 +"158924",46717,6030,3,938,2953 +"158925",46717,7167,3,938,1993 +"158926",46717,8367,2,938,1927 +"158927",46717,9331,3,938,2269 +"158928",46717,9423,3,938,1708 +"158929",46717,10146,3,938,1878 +"158930",46717,11477,3,938,2724 +"158931",46717,11625,3,938,2022 +"158932",46717,12081,3,938,2166 +"158933",46717,12724,3,938,1930 +"158934",46717,13043,3,938,1295 +"158935",46717,13158,3,938,2667 +"158936",46717,13551,3,938,1451 +"158937",46717,13732,3,938,2789 +"158938",46717,14072,1,938,1346 +"158939",46717,14189,2,938,1483 +"158940",46717,14328,3,938,1725 +"158941",46717,14709,3,938,1901 +"158942",46717,14972,3,938,2332 +"158943",46717,15235,1,938,1045 +"158944",46717,15343,3,938,2125 +"158945",46717,16313,2,938,1160 +"158946",46717,16725,3,938,2830 +"158947",46717,16727,3,938,2164 +"158948",46717,16954,3,938,2972 +"158949",46717,17351,3,938,2036 +"158950",46717,17381,2,938,1697 +"158951",46717,17549,3,938,2647 +"158952",46717,17632,2,938,1947 +"158953",46717,17938,3,938,1410 +"158954",46717,17943,3,938,1943 +"158955",46717,18165,3,938,2085 +"158956",46717,18670,3,938,1835 +"158957",46717,19744,3,938,2623 +"158958",46717,19980,3,938,2231 +"158959",46717,20331,3,938,2365 +"158960",46717,20416,3,938,2323 +"158961",46717,21734,3,938,2528 +"158962",46717,21795,3,938,2653 +"158963",46717,23508,3,938,1907 +"158964",46717,23751,1,938,1740 +"158965",46717,24146,3,938,2003 +"158966",46717,24362,2,938,1287 +"158967",46717,26865,3,938,2726 +"158968",46717,27484,2,938,1634 +"158969",46717,27642,3,938,1531 +"158970",46717,28233,2,938,1608 +"158971",46717,30081,3,938,2403 +"158972",46717,30092,2,938,1593 +"158973",46717,30334,3,938,2075 +"158974",46717,30827,1,938,2323 +"158975",46717,30850,2,938,1045 +"158976",46717,31307,3,938,2139 +"158977",46717,32064,3,938,1739 +"158978",46717,32516,3,938,2050 +"158979",46717,32939,3,938,2277 +"158980",46717,33010,3,938,2189 +"158981",46717,34120,3,938,2786 +"158982",46717,35518,3,938,1721 +"158983",46717,36174,3,938,1382 +"158984",46717,36962,3,938,2861 +"158985",46717,37333,3,938,1612 +"158986",46717,37636,3,938,2178 +"158987",46717,38284,3,938,1234 +"158988",46717,38307,3,938,2648 +"158989",46717,38602,3,938,2693 +"158990",46717,40392,3,938,1878 +"158991",46717,40893,3,938,1116 +"158992",46717,41900,3,938,1970 +"158993",46717,41945,3,938,2856 +"158994",46717,42216,2,938,2722 +"158995",46717,42618,3,938,2316 +"158996",46717,43404,2,938,2649 +"158997",46717,43635,2,938,1196 +"158998",46717,44688,3,938,2924 +"158999",46717,44720,2,938,1202 +"159000",46717,45302,3,938,2390 +"159001",46717,46446,3,938,2295 +"159002",46717,48905,3,938,1394 +"159003",46717,49470,3,938,1528 +"159004",46717,50977,3,938,2352 +"159005",46717,51052,3,938,2784 +"159006",46717,51783,3,938,2599 +"159007",46717,54020,3,938,1578 +"159008",46717,55084,2,938,1189 +"159009",46717,57804,3,938,2214 +"159010",46717,70573,3,938,1993 +"159011",46717,71971,3,938,1294 +"159012",46717,75028,3,938,1660 +"159013",46717,79088,3,938,1369 +"159014",46717,79657,3,938,1260 +"159015",46717,80979,3,938,1142 +"159016",46717,83096,2,938,1061 +"159017",46717,87074,3,938,1666 +"159018",46717,88063,3,938,1045 +"159019",46717,88070,3,938,949 +"159020",46717,103721,3,938,1030 +"159021",46723,270,3,607,2542 +"159022",46723,307,3,607,2530 +"159023",46723,913,3,607,2144 +"159024",46723,1044,3,607,880 +"159025",46723,1639,3,607,2631 +"159026",46723,2269,3,607,984 +"159027",46723,2322,3,607,1645 +"159028",46723,2424,2,607,2582 +"159029",46723,2533,3,607,2016 +"159030",46723,3271,3,607,2216 +"159031",46723,3305,3,607,2839 +"159032",46723,3306,3,607,1989 +"159033",46723,4226,3,607,1903 +"159034",46723,4289,3,607,1921 +"159035",46723,4317,3,607,1224 +"159036",46723,4701,3,607,2401 +"159037",46723,4790,1,607,1025 +"159038",46723,4791,2,607,1184 +"159039",46723,6363,3,607,2066 +"159040",46723,6718,3,607,2138 +"159041",46723,7555,3,607,1943 +"159042",46723,8286,3,607,886 +"159043",46723,9272,3,607,2835 +"159044",46723,9311,3,607,2477 +"159045",46723,9364,3,607,1698 +"159046",46723,9702,3,607,1928 +"159047",46723,10513,3,607,2284 +"159048",46723,11006,3,607,1950 +"159049",46723,12362,3,607,702 +"159050",46723,12728,3,607,2374 +"159051",46723,12863,2,607,2027 +"159052",46723,14091,3,607,929 +"159053",46723,14678,2,607,799 +"159054",46723,15005,3,607,1415 +"159055",46723,15343,3,607,2125 +"159056",46723,15813,3,607,2143 +"159057",46723,16201,3,607,1811 +"159058",46723,16332,3,607,2668 +"159059",46723,16432,3,607,2664 +"159060",46723,16940,3,607,1290 +"159061",46723,17852,3,607,2840 +"159062",46723,17931,3,607,1617 +"159063",46723,18393,3,607,860 +"159064",46723,18707,3,607,1143 +"159065",46723,19248,3,607,2357 +"159066",46723,19719,2,607,2177 +"159067",46723,20124,3,607,2376 +"159068",46723,20287,2,607,1099 +"159069",46723,20311,3,607,1981 +"159070",46723,20975,3,607,1305 +"159071",46723,21122,3,607,1701 +"159072",46723,21197,2,607,1437 +"159073",46723,21198,1,607,935 +"159074",46723,21285,2,607,2100 +"159075",46723,21693,3,607,2176 +"159076",46723,22141,3,607,2348 +"159077",46723,22282,2,607,1418 +"159078",46723,22326,3,607,2818 +"159079",46723,22331,3,607,2687 +"159080",46723,22362,3,607,1836 +"159081",46723,22586,3,607,1341 +"159082",46723,23450,2,607,967 +"159083",46723,23508,3,607,1907 +"159084",46723,23509,3,607,2275 +"159085",46723,23729,3,607,1624 +"159086",46723,23918,3,607,1881 +"159087",46723,24612,3,607,1875 +"159088",46723,24755,3,607,1319 +"159089",46723,24955,3,607,2424 +"159090",46723,25305,3,607,2447 +"159091",46723,25577,3,607,1946 +"159092",46723,25595,3,607,768 +"159093",46723,26451,2,607,2133 +"159094",46723,26471,3,607,1061 +"159095",46723,26524,3,607,982 +"159096",46723,26749,2,607,2965 +"159097",46723,27175,2,607,1447 +"159098",46723,27275,3,607,2656 +"159099",46723,27390,2,607,2425 +"159100",46723,27694,3,607,2030 +"159101",46723,27792,3,607,1308 +"159102",46723,27849,2,607,1316 +"159103",46723,29750,3,607,689 +"159104",46723,29962,3,607,2201 +"159105",46723,29987,3,607,956 +"159106",46723,30052,3,607,2855 +"159107",46723,31050,3,607,1491 +"159108",46723,31338,3,607,917 +"159109",46723,32601,2,607,1033 +"159110",46723,32811,3,607,804 +"159111",46723,33949,3,607,2489 +"159112",46723,35095,2,607,1502 +"159113",46723,35529,3,607,1620 +"159114",46723,37628,3,607,819 +"159115",46723,38019,3,607,1870 +"159116",46723,39238,3,607,922 +"159117",46723,41174,1,607,850 +"159118",46723,42618,2,607,2316 +"159119",46723,42687,3,607,1952 +"159120",46723,43051,1,607,904 +"159121",46723,43173,3,607,2895 +"159122",46723,43226,3,607,2442 +"159123",46723,43385,2,607,1623 +"159124",46723,43455,3,607,2846 +"159125",46723,44636,3,607,1026 +"159126",46723,45660,2,607,618 +"159127",46723,46469,3,607,759 +"159128",46723,46629,3,607,2255 +"159129",46723,47362,3,607,2253 +"159130",46723,47772,3,607,2293 +"159131",46723,48110,3,607,2009 +"159132",46723,48260,3,607,875 +"159133",46723,48414,2,607,1749 +"159134",46723,50075,3,607,1026 +"159135",46723,50219,1,607,756 +"159136",46723,50685,3,607,2008 +"159137",46723,51022,3,607,1499 +"159138",46723,51810,3,607,1401 +"159139",46723,52058,2,607,1836 +"159140",46723,52136,3,607,1412 +"159141",46723,52570,3,607,2645 +"159142",46723,52576,2,607,2234 +"159143",46723,54305,3,607,1222 +"159144",46723,55082,3,607,1856 +"159145",46723,55139,3,607,2323 +"159146",46723,55299,3,607,609 +"159147",46723,55438,3,607,2863 +"159148",46723,55468,1,607,2511 +"159149",46723,56317,3,607,2030 +"159150",46723,57405,3,607,2344 +"159151",46723,57950,3,607,1529 +"159152",46723,58078,3,607,1252 +"159153",46723,58133,3,607,1484 +"159154",46723,58508,2,607,2326 +"159155",46723,58652,2,607,1437 +"159156",46723,61982,3,607,2725 +"159157",46723,62488,3,607,1418 +"159158",46723,62841,3,607,2710 +"159159",46723,63442,3,607,1965 +"159160",46723,64181,3,607,1828 +"159161",46723,65884,3,607,798 +"159162",46723,66860,2,607,1548 +"159163",46723,69335,3,607,2698 +"159164",46723,70603,2,607,1002 +"159165",46723,71342,2,607,1289 +"159166",46723,72956,2,607,1251 +"159167",46723,73128,3,607,1549 +"159168",46723,75948,2,607,1006 +"159169",46723,76127,3,607,910 +"159170",46723,76284,3,607,1237 +"159171",46723,76892,3,607,2381 +"159172",46723,77305,3,607,965 +"159173",46723,78270,3,607,1171 +"159174",46723,79322,2,607,2770 +"159175",46723,80301,3,607,1690 +"159176",46723,81588,3,607,1568 +"159177",46723,82426,3,607,1576 +"159178",46723,82735,3,607,829 +"159179",46723,82949,2,607,2077 +"159180",46723,83434,3,607,850 +"159181",46723,86520,3,607,702 +"159182",46723,89097,3,607,935 +"159183",46723,90573,2,607,878 +"159184",46723,98781,3,607,1410 +"159185",46723,100140,3,607,1041 +"159186",46723,103721,3,607,1030 +"159187",46723,109510,2,607,621 +"159188",46723,121422,2,607,850 +"159189",46726,2,3,943,2796 +"159190",46726,237,3,943,1982 +"159191",46726,600,3,943,1702 +"159192",46726,913,3,943,2144 +"159193",46726,1150,3,943,1595 +"159194",46726,1154,3,943,1656 +"159195",46726,1520,2,943,1716 +"159196",46726,1691,3,943,1941 +"159197",46726,2014,3,943,973 +"159198",46726,2057,3,943,1965 +"159199",46726,2120,3,943,1133 +"159200",46726,2181,3,943,2030 +"159201",46726,2424,3,943,2582 +"159202",46726,2429,3,943,999 +"159203",46726,2452,3,943,1715 +"159204",46726,2523,2,943,1691 +"159205",46726,2533,3,943,2016 +"159206",46726,2959,3,943,1785 +"159207",46726,3305,3,943,2839 +"159208",46726,3453,3,943,2126 +"159209",46726,4057,3,943,2389 +"159210",46726,4303,3,943,2414 +"159211",46726,4430,2,943,2019 +"159212",46726,4526,3,943,1728 +"159213",46726,4567,2,943,2348 +"159214",46726,4916,3,943,1970 +"159215",46726,4932,3,943,2752 +"159216",46726,4983,3,943,1909 +"159217",46726,5346,3,943,1438 +"159218",46726,6390,3,943,2385 +"159219",46726,6940,3,943,1183 +"159220",46726,6989,3,943,2623 +"159221",46726,7241,3,943,2259 +"159222",46726,7515,3,943,2737 +"159223",46726,7719,3,943,1954 +"159224",46726,7759,3,943,2844 +"159225",46726,7780,2,943,1920 +"159226",46726,7847,3,943,2424 +"159227",46726,7942,2,943,2623 +"159228",46726,8890,3,943,1955 +"159229",46726,8923,3,943,1266 +"159230",46726,9184,3,943,2670 +"159231",46726,9269,3,943,1892 +"159232",46726,9332,3,943,2734 +"159233",46726,9432,3,943,1693 +"159234",46726,9703,3,943,1845 +"159235",46726,9805,3,943,1621 +"159236",46726,10129,3,943,2124 +"159237",46726,10336,3,943,2271 +"159238",46726,10370,3,943,2224 +"159239",46726,10457,3,943,1711 +"159240",46726,10980,3,943,1974 +"159241",46726,11434,3,943,1187 +"159242",46726,11516,3,943,1937 +"159243",46726,11538,3,943,2288 +"159244",46726,11639,3,943,1593 +"159245",46726,12067,3,943,1213 +"159246",46726,12199,3,943,1651 +"159247",46726,12361,2,943,2732 +"159248",46726,12374,3,943,2260 +"159249",46726,12728,2,943,2374 +"159250",46726,12778,3,943,2045 +"159251",46726,13068,3,943,1778 +"159252",46726,13879,3,943,2748 +"159253",46726,14586,3,943,2801 +"159254",46726,14676,3,943,2764 +"159255",46726,15118,2,943,1311 +"159256",46726,15443,3,943,1631 +"159257",46726,15462,3,943,1141 +"159258",46726,15799,3,943,1917 +"159259",46726,16164,3,943,1184 +"159260",46726,16501,3,943,1650 +"159261",46726,17645,1,943,1918 +"159262",46726,17698,3,943,1559 +"159263",46726,18005,3,943,2449 +"159264",46726,18825,3,943,1240 +"159265",46726,19093,3,943,2224 +"159266",46726,19380,3,943,2637 +"159267",46726,19655,3,943,2706 +"159268",46726,19934,3,943,2888 +"159269",46726,22166,2,943,994 +"159270",46726,22543,3,943,1594 +"159271",46726,22704,3,943,1150 +"159272",46726,22723,3,943,2859 +"159273",46726,23131,3,943,1732 +"159274",46726,23132,3,943,2756 +"159275",46726,23692,2,943,1540 +"159276",46726,24005,3,943,1188 +"159277",46726,24568,2,943,1937 +"159278",46726,25132,3,943,1188 +"159279",46726,26957,2,943,987 +"159280",46726,26974,3,943,1672 +"159281",46726,27390,3,943,2425 +"159282",46726,27742,3,943,2700 +"159283",46726,29116,3,943,2128 +"159284",46726,29818,3,943,1677 +"159285",46726,30262,3,943,1715 +"159286",46726,30631,3,943,951 +"159287",46726,31216,3,943,1244 +"159288",46726,31408,2,943,994 +"159289",46726,32761,3,943,2680 +"159290",46726,32818,3,943,2485 +"159291",46726,32947,3,943,1091 +"159292",46726,34094,3,943,1360 +"159293",46726,34216,3,943,2832 +"159294",46726,34742,2,943,1883 +"159295",46726,34875,3,943,1544 +"159296",46726,35302,3,943,1589 +"159297",46726,35728,3,943,2017 +"159298",46726,37036,3,943,2264 +"159299",46726,37351,3,943,978 +"159300",46726,37636,3,943,2178 +"159301",46726,37765,3,943,1134 +"159302",46726,38087,1,943,1083 +"159303",46726,38259,3,943,2258 +"159304",46726,39189,3,943,2319 +"159305",46726,39249,3,943,1665 +"159306",46726,39256,3,943,2449 +"159307",46726,39444,3,943,2695 +"159308",46726,39534,3,943,2410 +"159309",46726,40035,3,943,2742 +"159310",46726,40368,3,943,2876 +"159311",46726,40537,3,943,1284 +"159312",46726,40747,3,943,958 +"159313",46726,40879,3,943,2019 +"159314",46726,42331,3,943,1585 +"159315",46726,42837,3,943,1096 +"159316",46726,44135,2,943,2620 +"159317",46726,44235,3,943,2700 +"159318",46726,44420,3,943,2184 +"159319",46726,44744,2,943,2032 +"159320",46726,44749,3,943,1303 +"159321",46726,46486,3,943,1868 +"159322",46726,46532,3,943,2005 +"159323",46726,46650,3,943,1330 +"159324",46726,47803,3,943,2477 +"159325",46726,47810,3,943,957 +"159326",46726,48698,2,943,1474 +"159327",46726,49414,3,943,1667 +"159328",46726,49512,3,943,1302 +"159329",46726,50509,3,943,2050 +"159330",46726,50581,3,943,1258 +"159331",46726,52554,3,943,1683 +"159332",46726,52699,3,943,1372 +"159333",46726,52735,3,943,1124 +"159334",46726,53924,3,943,1289 +"159335",46726,54313,3,943,1645 +"159336",46726,56537,3,943,2409 +"159337",46726,56995,3,943,2323 +"159338",46726,57209,3,943,1719 +"159339",46726,57353,3,943,1849 +"159340",46726,58233,3,943,1665 +"159341",46726,58745,3,943,1920 +"159342",46726,59485,3,943,1564 +"159343",46726,60258,3,943,2405 +"159344",46726,60808,2,943,1258 +"159345",46726,62668,1,943,958 +"159346",46726,63409,2,943,1937 +"159347",46726,64210,3,943,956 +"159348",46726,64712,3,943,1411 +"159349",46726,67617,2,943,1149 +"159350",46726,69250,3,943,1439 +"159351",46726,70046,3,943,2624 +"159352",46726,71219,2,943,967 +"159353",46726,72597,3,943,1843 +"159354",46726,72882,3,943,1330 +"159355",46726,72986,2,943,1055 +"159356",46726,73305,3,943,2544 +"159357",46726,79420,3,943,1061 +"159358",46726,79804,3,943,2227 +"159359",46726,80429,3,943,1927 +"159360",46726,81805,3,943,1607 +"159361",46726,83253,3,943,1102 +"159362",46726,83907,3,943,2056 +"159363",46726,84447,3,943,1006 +"159364",46726,88808,3,943,1462 +"159365",46726,90236,3,943,1010 +"159366",46726,96310,2,943,1016 +"159367",46726,96387,3,943,2159 +"159368",46726,97706,3,943,1121 +"159369",46726,98942,3,943,1588 +"159370",46726,100690,3,943,2829 +"159371",46726,102581,3,943,1813 +"159372",46726,103890,3,943,958 +"159373",46726,104217,3,943,956 +"159374",46726,107598,3,943,999 +"159375",46726,107649,3,943,1573 +"159376",46726,108430,3,943,1642 +"159377",46726,108867,3,943,2328 +"159378",46728,43490,1,2278,2463 +"159379",46730,380,3,194,2261 +"159380",46730,750,2,194,1327 +"159381",46730,913,3,194,2144 +"159382",46730,1102,2,194,2282 +"159383",46730,1315,2,194,2760 +"159384",46730,1691,3,194,1941 +"159385",46730,1875,3,194,1786 +"159386",46730,2572,2,194,2273 +"159387",46730,3139,3,194,1656 +"159388",46730,3801,2,194,1974 +"159389",46730,4690,3,194,1938 +"159390",46730,5235,3,194,2324 +"159391",46730,5580,3,194,2111 +"159392",46730,6047,3,194,2004 +"159393",46730,6052,3,194,1985 +"159394",46730,6074,2,194,2426 +"159395",46730,7258,3,194,1714 +"159396",46730,7406,3,194,1906 +"159397",46730,7858,3,194,1795 +"159398",46730,8762,3,194,2585 +"159399",46730,10143,3,194,778 +"159400",46730,10513,3,194,2284 +"159401",46730,12724,1,194,1930 +"159402",46730,14656,3,194,584 +"159403",46730,14676,3,194,2764 +"159404",46730,16535,3,194,1993 +"159405",46730,18779,3,194,1267 +"159406",46730,19096,3,194,1538 +"159407",46730,19818,3,194,675 +"159408",46730,20153,3,194,1868 +"159409",46730,20343,3,194,851 +"159410",46730,21682,3,194,2414 +"159411",46730,21929,3,194,2062 +"159412",46730,22242,2,194,1690 +"159413",46730,23526,3,194,1998 +"159414",46730,24060,3,194,2349 +"159415",46730,28896,3,194,1395 +"159416",46730,30092,3,194,1593 +"159417",46730,30827,3,194,2323 +"159418",46730,32419,3,194,1909 +"159419",46730,33850,2,194,931 +"159420",46730,33981,3,194,1993 +"159421",46730,36983,3,194,462 +"159422",46730,37897,2,194,1685 +"159423",46730,38439,3,194,2025 +"159424",46730,40113,3,194,451 +"159425",46730,40493,3,194,1981 +"159426",46730,42129,3,194,2318 +"159427",46730,42216,2,194,2722 +"159428",46730,45302,3,194,2390 +"159429",46730,46091,3,194,1938 +"159430",46730,46506,3,194,2464 +"159431",46730,49048,3,194,1656 +"159432",46730,51017,3,194,2073 +"159433",46730,51035,3,194,2397 +"159434",46730,51866,3,194,2411 +"159435",46730,54100,3,194,1327 +"159436",46730,55084,3,194,1189 +"159437",46730,65145,1,194,505 +"159438",46730,66992,2,194,2882 +"159439",46730,76396,3,194,1731 +"159440",46730,82681,1,194,1620 +"159441",46730,83053,2,194,1303 +"159442",46730,93344,3,194,196 +"159443",46730,99012,2,194,931 +"159444",46742,25078,2,2144,2312 +"159445",46742,49787,2,2144,2352 +"159446",46745,900,3,1565,2726 +"159447",46745,8525,3,1565,1787 +"159448",46745,56737,3,1565,2270 +"159449",46760,1691,3,64,1941 +"159450",46760,2865,3,64,2006 +"159451",46760,3863,3,64,856 +"159452",46760,4736,3,64,955 +"159453",46760,4932,3,64,2752 +"159454",46760,5018,3,64,640 +"159455",46760,6390,3,64,2385 +"159456",46760,12610,3,64,1274 +"159457",46760,12828,3,64,799 +"159458",46760,14108,3,64,2012 +"159459",46760,14676,3,64,2764 +"159460",46760,15871,3,64,508 +"159461",46760,18836,3,64,1270 +"159462",46760,23257,3,64,113 +"159463",46760,24348,3,64,103 +"159464",46760,28782,3,64,2272 +"159465",46760,30411,3,64,630 +"159466",46760,30915,3,64,1207 +"159467",46760,33572,3,64,2370 +"159468",46760,33621,3,64,1319 +"159469",46760,34314,3,64,630 +"159470",46760,35041,3,64,1311 +"159471",46760,36915,3,64,280 +"159472",46760,38219,3,64,1689 +"159473",46760,38667,3,64,2880 +"159474",46760,40488,3,64,486 +"159475",46760,43046,3,64,419 +"159476",46760,46950,3,64,2673 +"159477",46760,47248,3,64,2883 +"159478",46760,47585,3,64,794 +"159479",46760,50235,3,64,726 +"159480",46760,52323,3,64,2148 +"159481",46760,53624,3,64,952 +"159482",46760,56237,3,64,2625 +"159483",46760,57990,3,64,978 +"159484",46760,62715,3,64,1838 +"159485",46760,67805,3,64,1338 +"159486",46760,69122,2,64,416 +"159487",46760,69712,3,64,1219 +"159488",46760,73747,3,64,2274 +"159489",46760,75025,3,64,717 +"159490",46760,79815,3,64,1713 +"159491",46760,82426,3,64,1576 +"159492",46760,87110,3,64,2801 +"159493",46760,89880,3,64,1938 +"159494",46760,92491,3,64,1968 +"159495",46760,92592,3,64,486 +"159496",46760,92817,3,64,569 +"159497",46760,93398,3,64,828 +"159498",46760,94396,3,64,787 +"159499",46760,95690,3,64,765 +"159500",46803,2208,3,2305,2814 +"159501",46803,2424,3,2305,2582 +"159502",46803,2747,3,2305,2411 +"159503",46803,3961,2,2305,2426 +"159504",46803,5041,3,2305,2371 +"159505",46803,5315,3,2305,2631 +"159506",46803,7506,3,2305,2371 +"159507",46803,7847,3,2305,2424 +"159508",46803,7984,3,2305,2493 +"159509",46803,9311,3,2305,2477 +"159510",46803,10851,3,2305,2423 +"159511",46803,11477,3,2305,2724 +"159512",46803,12272,3,2305,2371 +"159513",46803,13200,3,2305,2488 +"159514",46803,13311,3,2305,2315 +"159515",46803,14959,3,2305,2898 +"159516",46803,15636,3,2305,2857 +"159517",46803,16067,3,2305,2727 +"159518",46803,17221,3,2305,2487 +"159519",46803,18394,3,2305,2356 +"159520",46803,20067,2,2305,2390 +"159521",46803,20732,2,2305,2401 +"159522",46803,21872,3,2305,2458 +"159523",46803,23310,3,2305,2371 +"159524",46803,23726,2,2305,2434 +"159525",46803,25486,3,2305,2582 +"159526",46803,32919,3,2305,2321 +"159527",46803,33801,3,2305,2899 +"159528",46803,35926,3,2305,2371 +"159529",46803,36031,3,2305,2342 +"159530",46803,44557,3,2305,2371 +"159531",46803,47248,3,2305,2883 +"159532",46803,53475,3,2305,2853 +"159533",46803,54929,3,2305,2783 +"159534",46803,58993,3,2305,2390 +"159535",46803,63641,3,2305,2337 +"159536",46803,67726,3,2305,2873 +"159537",46803,69716,3,2305,2632 +"159538",46803,70203,2,2305,2756 +"159539",46816,455,3,887,2827 +"159540",46816,470,3,887,2285 +"159541",46816,600,3,887,1702 +"159542",46816,6363,3,887,2066 +"159543",46816,10433,3,887,2075 +"159544",46816,20311,3,887,1981 +"159545",46816,23509,3,887,2275 +"159546",46816,23534,3,887,1659 +"159547",46816,25985,3,887,2071 +"159548",46816,26451,3,887,2133 +"159549",46816,27849,3,887,1316 +"159550",46816,28115,3,887,1835 +"159551",46816,28991,3,887,1688 +"159552",46816,30016,3,887,1124 +"159553",46816,31050,3,887,1491 +"159554",46816,31691,2,887,1657 +"159555",46816,32965,2,887,2071 +"159556",46816,34160,3,887,1759 +"159557",46816,41739,3,887,1339 +"159558",46816,50118,3,887,2654 +"159559",46820,6588,3,545,2025 +"159560",46820,18707,2,545,1143 +"159561",46820,30052,3,545,2855 +"159562",46820,75948,3,545,1006 +"159563",46831,1092,3,1915,1945 +"159564",46831,5239,3,1915,2875 +"159565",46831,21706,3,1915,1988 +"159566",46831,42574,3,1915,2842 +"159567",46831,54695,3,1915,2429 +"159568",46831,58427,3,1915,2234 +"159569",46849,1570,2,1238,2028 +"159570",46849,4622,3,1238,1589 +"159571",46849,7648,2,1238,1861 +"159572",46849,9273,2,1238,1747 +"159573",46849,9328,3,1238,1937 +"159574",46849,10755,2,1238,1742 +"159575",46849,10756,1,1238,2207 +"159576",46849,14442,3,1238,2700 +"159577",46849,16184,2,1238,2274 +"159578",46849,17768,3,1238,2468 +"159579",46849,24867,2,1238,1861 +"159580",46849,25053,2,1238,2186 +"159581",46849,25678,3,1238,1558 +"159582",46849,29067,3,1238,1538 +"159583",46849,31281,3,1238,1937 +"159584",46849,32904,3,1238,2055 +"159585",46849,36996,3,1238,2321 +"159586",46849,41669,3,1238,1247 +"159587",46849,44466,3,1238,1607 +"159588",46849,44501,3,1238,2567 +"159589",46849,47094,3,1238,2592 +"159590",46849,55446,2,1238,1247 +"159591",46849,55997,2,1238,1414 +"159592",46849,59289,3,1238,2896 +"159593",46849,67701,3,1238,2289 +"159594",46849,84322,3,1238,1635 +"159595",46849,104281,3,1238,2228 +"159596",46883,14,3,1671,1793 +"159597",46883,3493,3,1671,2451 +"159598",46883,4226,3,1671,1903 +"159599",46883,5622,3,1671,2175 +"159600",46883,7180,3,1671,2227 +"159601",46883,8088,2,1671,2220 +"159602",46883,9364,3,1671,1698 +"159603",46883,10857,3,1671,2253 +"159604",46883,10874,3,1671,1891 +"159605",46883,16863,2,1671,2069 +"159606",46883,18874,3,1671,2170 +"159607",46883,22260,2,1671,2137 +"159608",46883,24066,3,1671,1755 +"159609",46883,26366,3,1671,1688 +"159610",46883,29295,3,1671,2043 +"159611",46883,32047,3,1671,1858 +"159612",46883,32064,3,1671,1739 +"159613",46883,42906,3,1671,1748 +"159614",46883,45684,3,1671,2200 +"159615",46883,54551,3,1671,2348 +"159616",46883,58451,3,1671,1939 +"159617",46902,8860,3,1620,2141 +"159618",46902,34216,3,1620,2832 +"159619",46950,9362,3,2673,2879 +"159620",46950,14834,2,2673,2739 +"159621",46950,42216,3,2673,2722 +"159622",46950,49110,3,2673,2938 +"159623",46950,50134,3,2673,2674 +"159624",46950,64699,3,2673,2797 +"159625",46951,2093,3,2429,2459 +"159626",46951,2208,3,2429,2814 +"159627",46951,2334,3,2429,2619 +"159628",46951,5239,3,2429,2875 +"159629",46951,6824,2,2429,2680 +"159630",46951,9272,3,2429,2835 +"159631",46951,10638,3,2429,2692 +"159632",46951,11506,2,2429,2824 +"159633",46951,17826,3,2429,2920 +"159634",46951,18943,2,2429,2861 +"159635",46951,20007,3,2429,2971 +"159636",46951,21193,3,2429,2490 +"159637",46951,21463,1,2429,2437 +"159638",46951,25565,3,2429,2764 +"159639",46951,27478,3,2429,2485 +"159640",46951,29948,3,2429,2795 +"159641",46951,36439,3,2429,2469 +"159642",46951,38755,2,2429,2902 +"159643",46951,39105,2,2429,2487 +"159644",46951,41978,3,2429,2824 +"159645",46951,43173,3,2429,2895 +"159646",46951,43226,3,2429,2442 +"159647",46951,53013,3,2429,2523 +"159648",46951,59039,2,2429,2870 +"159649",46951,68592,2,2429,2551 +"159650",46951,69335,2,2429,2698 +"159651",46951,74636,3,2429,2525 +"159652",46951,88232,3,2429,2881 +"159653",46982,9785,3,2806,2951 +"159654",46982,27686,3,2806,2844 +"159655",46982,30668,3,2806,2882 +"159656",46982,36278,3,2806,2952 +"159657",46982,42256,3,2806,2839 +"159658",46988,16826,3,2460,2599 +"159659",46988,81592,3,2460,2882 +"159660",46988,92768,3,2460,2548 +"159661",47003,12388,2,1915,1975 +"159662",47003,15444,3,1915,2764 +"159663",47003,18165,3,1915,2085 +"159664",47013,680,2,2388,2569 +"159665",47013,2852,3,2388,2448 +"159666",47013,3493,3,2388,2451 +"159667",47013,3978,3,2388,2775 +"159668",47013,4303,3,2388,2414 +"159669",47013,5106,3,2388,2622 +"159670",47013,5683,3,2388,2468 +"159671",47013,9332,3,2388,2734 +"159672",47013,9785,3,2388,2951 +"159673",47013,9787,3,2388,2858 +"159674",47013,10373,3,2388,2436 +"159675",47013,12361,3,2388,2732 +"159676",47013,12759,3,2388,2414 +"159677",47013,17033,3,2388,2771 +"159678",47013,18421,3,2388,2457 +"159679",47013,19655,3,2388,2706 +"159680",47013,20941,2,2388,2725 +"159681",47013,25373,3,2388,2783 +"159682",47013,26182,2,2388,2775 +"159683",47013,27742,3,2388,2700 +"159684",47013,29473,3,2388,2602 +"159685",47013,38691,3,2388,2585 +"159686",47013,40572,3,2388,2666 +"159687",47013,41023,3,2388,2408 +"159688",47013,42256,3,2388,2839 +"159689",47013,43673,3,2388,2787 +"159690",47013,46982,2,2388,2806 +"159691",47013,50585,3,2388,2414 +"159692",47013,51144,3,2388,2466 +"159693",47013,51783,3,2388,2599 +"159694",47013,59039,3,2388,2870 +"159695",47049,160,2,253,2007 +"159696",47049,1592,3,253,2006 +"159697",47049,1641,3,253,1490 +"159698",47049,1691,3,253,1941 +"159699",47049,3395,3,253,1382 +"159700",47049,3520,3,253,2281 +"159701",47049,5865,3,253,1910 +"159702",47049,6252,3,253,2336 +"159703",47049,7185,3,253,1046 +"159704",47049,7406,3,253,1906 +"159705",47049,7616,2,253,2296 +"159706",47049,8238,3,253,2222 +"159707",47049,8585,3,253,1917 +"159708",47049,9331,3,253,2269 +"159709",47049,9871,1,253,921 +"159710",47049,11912,3,253,889 +"159711",47049,12081,3,253,2166 +"159712",47049,12122,3,253,1385 +"159713",47049,12473,2,253,801 +"159714",47049,12632,3,253,1174 +"159715",47049,12712,3,253,815 +"159716",47049,12813,3,253,958 +"159717",47049,13249,3,253,2573 +"159718",47049,14918,3,253,2071 +"159719",47049,15122,3,253,1201 +"159720",47049,15632,3,253,1242 +"159721",47049,16193,3,253,756 +"159722",47049,16539,2,253,1947 +"159723",47049,17351,3,253,2036 +"159724",47049,17549,3,253,2647 +"159725",47049,17632,3,253,1947 +"159726",47049,18543,3,253,2968 +"159727",47049,18670,3,253,1835 +"159728",47049,19208,3,253,2629 +"159729",47049,20419,3,253,1587 +"159730",47049,20517,3,253,1465 +"159731",47049,22808,3,253,2297 +"159732",47049,22950,3,253,2576 +"159733",47049,23098,3,253,2300 +"159734",47049,23460,3,253,2183 +"159735",47049,24753,3,253,2860 +"159736",47049,24793,3,253,1993 +"159737",47049,25030,3,253,2017 +"159738",47049,25490,2,253,639 +"159739",47049,26083,1,253,2038 +"159740",47049,26873,2,253,419 +"159741",47049,27323,2,253,943 +"159742",47049,27480,3,253,582 +"159743",47049,28808,3,253,1063 +"159744",47049,29512,3,253,1594 +"159745",47049,30329,2,253,848 +"159746",47049,31117,3,253,2210 +"159747",47049,31890,3,253,1487 +"159748",47049,31901,3,253,1251 +"159749",47049,32419,3,253,1909 +"159750",47049,33622,3,253,2230 +"159751",47049,34314,3,253,630 +"159752",47049,36784,2,253,576 +"159753",47049,36837,3,253,1556 +"159754",47049,38213,3,253,1744 +"159755",47049,38307,3,253,2648 +"159756",47049,39188,3,253,1948 +"159757",47049,41518,2,253,1641 +"159758",47049,41664,3,253,2641 +"159759",47049,41843,3,253,571 +"159760",47049,42515,3,253,2752 +"159761",47049,43635,3,253,1196 +"159762",47049,44089,3,253,1632 +"159763",47049,46621,3,253,1343 +"159764",47049,47564,3,253,2650 +"159765",47049,47585,3,253,794 +"159766",47049,47625,2,253,2562 +"159767",47049,49334,2,253,2433 +"159768",47049,49470,2,253,1528 +"159769",47049,49620,3,253,1868 +"159770",47049,50254,2,253,1151 +"159771",47049,52327,3,253,1472 +"159772",47049,55076,3,253,2408 +"159773",47049,61785,3,253,822 +"159774",47049,63477,3,253,1907 +"159775",47049,65434,3,253,2866 +"159776",47049,67748,2,253,1498 +"159777",47049,67788,3,253,837 +"159778",47049,70573,3,253,1993 +"159779",47049,74636,3,253,2525 +"159780",47049,75025,3,253,717 +"159781",47049,75921,3,253,517 +"159782",47049,76646,2,253,1263 +"159783",47049,77611,1,253,1795 +"159784",47049,78270,3,253,1171 +"159785",47049,79657,3,253,1260 +"159786",47049,82187,2,253,1055 +"159787",47049,82893,2,253,1275 +"159788",47049,85356,3,253,1492 +"159789",47049,88232,3,253,2881 +"159790",47049,89701,3,253,563 +"159791",47049,92322,3,253,2393 +"159792",47049,92592,3,253,486 +"159793",47049,96553,3,253,1887 +"159794",47049,97275,3,253,731 +"159795",47049,100241,3,253,777 +"159796",47049,101967,3,253,691 +"159797",47049,115734,3,253,859 +"159798",47055,206,3,1525,1986 +"159799",47055,307,3,1525,2530 +"159800",47055,1092,2,1525,1945 +"159801",47055,4360,3,1525,1770 +"159802",47055,5429,3,1525,1991 +"159803",47055,9893,3,1525,2701 +"159804",47055,11055,3,1525,2111 +"159805",47055,15716,2,1525,1991 +"159806",47055,21706,3,1525,1988 +"159807",47055,23132,3,1525,2756 +"159808",47055,42574,3,1525,2842 +"159809",47055,54695,3,1525,2429 +"159810",47055,58427,3,1525,2234 +"159811",47062,59438,3,1675,2400 +"159812",47063,1520,2,739,1716 +"159813",47063,6063,3,739,2349 +"159814",47063,10279,2,739,886 +"159815",47063,10336,3,739,2271 +"159816",47063,10350,3,739,1163 +"159817",47063,13150,3,739,1570 +"159818",47063,16796,3,739,1892 +"159819",47063,17257,3,739,1117 +"159820",47063,19587,3,739,1684 +"159821",47063,20220,3,739,1656 +"159822",47063,28837,3,739,2286 +"159823",47063,36506,3,739,2638 +"159824",47063,40537,2,739,1284 +"159825",47063,42562,3,739,1195 +"159826",47063,43929,3,739,2749 +"159827",47063,46532,3,739,2005 +"159828",47063,61347,3,739,1684 +"159829",47063,83066,3,739,1229 +"159830",47064,1315,3,1993,2760 +"159831",47064,2208,2,1993,2814 +"159832",47064,6390,3,1993,2385 +"159833",47064,9654,3,1993,2111 +"159834",47064,10871,3,1993,2314 +"159835",47064,13985,3,1993,2484 +"159836",47064,14108,2,1993,2012 +"159837",47064,18543,3,1993,2968 +"159838",47064,20407,3,1993,2339 +"159839",47064,21681,3,1993,2005 +"159840",47064,23011,3,1993,2763 +"159841",47064,23312,3,1993,2449 +"159842",47064,25565,3,1993,2764 +"159843",47064,27427,3,1993,2325 +"159844",47064,31124,2,1993,2351 +"159845",47064,33572,3,1993,2370 +"159846",47064,35481,3,1993,2211 +"159847",47064,36031,3,1993,2342 +"159848",47064,36439,3,1993,2469 +"159849",47064,38667,3,1993,2880 +"159850",47064,43226,3,1993,2442 +"159851",47064,44427,3,1993,2875 +"159852",47064,46532,3,1993,2005 +"159853",47064,52323,3,1993,2148 +"159854",47064,54250,2,1993,2340 +"159855",47064,71274,3,1993,2390 +"159856",47064,88232,3,1993,2881 +"159857",47070,2337,1,1265,1697 +"159858",47070,3068,3,1265,1815 +"159859",47070,3849,2,1265,1356 +"159860",47070,4705,3,1265,1714 +"159861",47070,15734,2,1265,1616 +"159862",47070,25078,2,1265,2312 +"159863",47072,2798,3,1564,1673 +"159864",47072,4361,3,1564,2571 +"159865",47072,27320,3,1564,2378 +"159866",47072,37424,3,1564,1693 +"159867",47072,69131,3,1564,2122 +"159868",47072,72348,3,1564,1810 +"159869",47072,98058,3,1564,1891 +"159870",47082,680,3,1990,2569 +"159871",47082,1201,2,1990,2489 +"159872",47082,1560,3,1990,2013 +"159873",47082,4303,3,1990,2414 +"159874",47082,4583,2,1990,2741 +"159875",47082,4618,3,1990,2607 +"159876",47082,4707,3,1990,2588 +"159877",47082,8062,3,1990,2858 +"159878",47082,11429,3,1990,2520 +"159879",47082,11477,3,1990,2724 +"159880",47082,12759,3,1990,2414 +"159881",47082,13801,2,1990,2041 +"159882",47082,13929,3,1990,2693 +"159883",47082,14972,3,1990,2332 +"159884",47082,15095,3,1990,2001 +"159885",47082,18277,3,1990,2309 +"159886",47082,18371,3,1990,2860 +"159887",47082,20423,3,1990,2654 +"159888",47082,20643,2,1990,2341 +"159889",47082,24923,3,1990,2785 +"159890",47082,25373,3,1990,2783 +"159891",47082,28892,3,1990,2023 +"159892",47082,30334,2,1990,2075 +"159893",47082,30705,3,1990,2959 +"159894",47082,31001,3,1990,2119 +"159895",47082,36953,3,1990,2790 +"159896",47082,36962,3,1990,2861 +"159897",47082,37636,2,1990,2178 +"159898",47082,37844,3,1990,2002 +"159899",47082,41723,3,1990,2101 +"159900",47082,51783,2,1990,2599 +"159901",47082,55691,3,1990,2856 +"159902",47082,56082,3,1990,2395 +"159903",47094,14442,2,2592,2700 +"159904",47094,34295,3,2592,2735 +"159905",47094,35844,3,2592,2961 +"159906",47094,40759,3,2592,2789 +"159907",47094,58536,3,2592,2742 +"159908",47094,59289,3,2592,2896 +"159909",47098,270,3,2057,2542 +"159910",47098,701,2,2057,2718 +"159911",47098,823,3,2057,2840 +"159912",47098,1616,3,2057,2662 +"159913",47098,2036,3,2057,2483 +"159914",47098,2424,3,2057,2582 +"159915",47098,3305,3,2057,2839 +"159916",47098,3853,3,2057,2465 +"159917",47098,5622,3,2057,2175 +"159918",47098,6363,1,2057,2066 +"159919",47098,10029,3,2057,2718 +"159920",47098,10857,3,2057,2253 +"159921",47098,11477,3,2057,2724 +"159922",47098,13307,3,2057,2206 +"159923",47098,15184,3,2057,2396 +"159924",47098,17400,3,2057,2231 +"159925",47098,17852,3,2057,2840 +"159926",47098,19027,3,2057,2721 +"159927",47098,19248,3,2057,2357 +"159928",47098,19643,3,2057,2452 +"159929",47098,21012,3,2057,2325 +"159930",47098,21929,3,2057,2062 +"159931",47098,25985,2,2057,2071 +"159932",47098,32965,2,2057,2071 +"159933",47098,33672,3,2057,2396 +"159934",47098,37285,3,2057,2428 +"159935",47098,39535,3,2057,2428 +"159936",47098,45684,3,2057,2200 +"159937",47098,46629,3,2057,2255 +"159938",47098,50785,1,2057,2877 +"159939",47098,51041,2,2057,2606 +"159940",47098,52576,3,2057,2234 +"159941",47098,53851,3,2057,2305 +"159942",47098,54551,3,2057,2348 +"159943",47098,56082,3,2057,2395 +"159944",47098,99860,3,2057,2071 +"159945",47114,13780,3,1920,2412 +"159946",47114,51687,3,1920,2333 +"159947",47121,20709,3,701,1757 +"159948",47127,35187,3,2391,2488 +"159949",47127,67649,2,2391,2745 +"159950",47130,36662,3,2654,2967 +"159951",47130,61513,3,2654,2948 +"159952",47140,3477,3,2439,2546 +"159953",47140,9175,3,2439,2639 +"159954",47140,21795,3,2439,2653 +"159955",47140,34327,3,2439,2959 +"159956",47140,45239,3,2439,2535 +"159957",47140,61458,3,2439,2630 +"159958",47140,71369,3,2439,2838 +"159959",47145,64457,2,2809,2883 +"159960",47148,2057,3,569,1965 +"159961",47148,2429,3,569,999 +"159962",47148,4730,3,569,2131 +"159963",47148,6160,3,569,969 +"159964",47148,7355,3,569,1928 +"159965",47148,11136,3,569,2573 +"159966",47148,13099,3,569,1547 +"159967",47148,14558,3,569,1585 +"159968",47148,14754,3,569,2456 +"159969",47148,19858,3,569,2357 +"159970",47148,20176,3,569,1050 +"159971",47148,20200,2,569,2322 +"159972",47148,20395,3,569,1468 +"159973",47148,21575,3,569,1762 +"159974",47148,22766,3,569,1945 +"159975",47148,24802,2,569,824 +"159976",47148,25390,3,569,903 +"159977",47148,25741,3,569,2853 +"159978",47148,26642,3,569,2952 +"159979",47148,27320,3,569,2378 +"159980",47148,27323,3,569,943 +"159981",47148,31089,3,569,2952 +"159982",47148,32419,3,569,1909 +"159983",47148,35873,3,569,1377 +"159984",47148,41134,3,569,2952 +"159985",47148,41338,2,569,1553 +"159986",47148,41439,3,569,709 +"159987",47148,42756,2,569,1384 +"159988",47148,47968,2,569,2829 +"159989",47148,49201,3,569,936 +"159990",47148,50229,3,569,1190 +"159991",47148,53362,3,569,2360 +"159992",47148,53643,2,569,1626 +"159993",47148,58015,3,569,899 +"159994",47148,58759,3,569,942 +"159995",47148,62746,3,569,2119 +"159996",47148,63409,3,569,1937 +"159997",47148,66994,3,569,1865 +"159998",47148,68586,2,569,2322 +"159999",47148,69012,2,569,799 +"160000",47148,69447,3,569,1197 +"160001",47148,77200,3,569,1737 +"160002",47148,83336,3,569,1397 +"160003",47148,88067,3,569,2315 +"160004",47148,97242,3,569,686 +"160005",47148,122909,3,569,1198 +"160006",47248,18543,3,2883,2968 +"160007",47248,25325,3,2883,2963 +"160008",47248,38551,3,2883,2965 +"160009",47263,12560,2,2442,2565 +"160010",47263,17027,3,2442,2772 +"160011",47263,47145,3,2442,2809 +"160012",47293,24,3,929,1295 +"160013",47293,42,3,929,2265 +"160014",47293,600,3,929,1702 +"160015",47293,913,3,929,2144 +"160016",47293,1090,3,929,2370 +"160017",47293,1321,3,929,2075 +"160018",47293,1676,3,929,1198 +"160019",47293,3352,3,929,1707 +"160020",47293,5346,3,929,1438 +"160021",47293,6255,3,929,2895 +"160022",47293,7078,3,929,2344 +"160023",47293,12767,1,929,2329 +"160024",47293,15122,3,929,1201 +"160025",47293,15207,2,929,1855 +"160026",47293,16497,3,929,2370 +"160027",47293,17698,3,929,1559 +"160028",47293,19096,3,929,1538 +"160029",47293,19528,2,929,2742 +"160030",47293,22705,3,929,1016 +"160031",47293,24568,3,929,1937 +"160032",47293,26608,2,929,2329 +"160033",47293,29215,2,929,2246 +"160034",47293,37108,3,929,1202 +"160035",47293,49965,3,929,2301 +"160036",47293,52735,3,929,1124 +"160037",47293,63409,3,929,1937 +"160038",47293,66756,3,929,1301 +"160039",47293,74818,3,929,1440 +"160040",47293,85356,3,929,1492 +"160041",47293,94520,3,929,1243 +"160042",47329,9311,3,231,2477 +"160043",47329,9579,3,231,2105 +"160044",47329,10843,3,231,2277 +"160045",47329,15626,3,231,2434 +"160046",47329,18393,3,231,860 +"160047",47329,24286,3,231,1280 +"160048",47329,27478,3,231,2485 +"160049",47329,33241,3,231,632 +"160050",47329,33356,3,231,1586 +"160051",47329,33433,2,231,2805 +"160052",47329,34443,1,231,496 +"160053",47329,34707,2,231,2042 +"160054",47329,38048,3,231,867 +"160055",47329,40296,2,231,1674 +"160056",47329,49581,3,231,1817 +"160057",47329,50946,2,231,1075 +"160058",47329,52136,3,231,1412 +"160059",47329,53031,3,231,2065 +"160060",47329,55643,3,231,2359 +"160061",47329,56022,2,231,282 +"160062",47329,59113,3,231,2434 +"160063",47329,59786,3,231,605 +"160064",47329,74190,3,231,1428 +"160065",47329,74318,3,231,632 +"160066",47329,84897,2,231,1075 +"160067",47329,95155,3,231,849 +"160068",47329,104239,3,231,926 +"160069",47330,3100,3,2422,2524 +"160070",47330,11135,3,2422,2441 +"160071",47362,2424,3,2253,2582 +"160072",47362,6241,2,2253,2264 +"160073",47362,18151,3,2253,2962 +"160074",47362,20124,3,2253,2376 +"160075",47362,21795,3,2253,2653 +"160076",47362,26749,3,2253,2965 +"160077",47362,28826,3,2253,2627 +"160078",47362,28923,3,2253,2362 +"160079",47362,30081,3,2253,2403 +"160080",47362,31700,3,2253,2727 +"160081",47362,42129,3,2253,2318 +"160082",47362,45886,3,2253,2449 +"160083",47362,51157,3,2253,2319 +"160084",47362,52566,3,2253,2318 +"160085",47362,58508,3,2253,2326 +"160086",47362,73266,3,2253,2496 +"160087",47362,93481,3,2253,2311 +"160088",47372,1257,3,788,1212 +"160089",47372,3477,3,788,2546 +"160090",47372,6063,3,788,2349 +"160091",47372,9269,3,788,1892 +"160092",47372,9273,3,788,1747 +"160093",47372,12735,3,788,819 +"160094",47372,12779,3,788,936 +"160095",47372,18217,3,788,1566 +"160096",47372,19667,3,788,1466 +"160097",47372,20547,3,788,2145 +"160098",47372,22462,3,788,869 +"160099",47372,29100,3,788,843 +"160100",47372,33223,3,788,2397 +"160101",47372,40542,3,788,1664 +"160102",47372,51890,2,788,1992 +"160103",47372,52953,2,788,1741 +"160104",47372,54385,3,788,2340 +"160105",47372,76295,3,788,1001 +"160106",47372,80615,2,788,2252 +"160107",47372,84808,3,788,1974 +"160108",47372,93590,2,788,1188 +"160109",47372,98436,3,788,1212 +"160110",47375,341,3,2043,2689 +"160111",47375,841,3,2043,2964 +"160112",47375,3520,3,2043,2281 +"160113",47375,4660,3,2043,2149 +"160114",47375,19073,3,2043,2748 +"160115",47375,27686,3,2043,2844 +"160116",47375,30334,3,2043,2075 +"160117",47375,32920,2,2043,2158 +"160118",47375,35797,3,2043,2482 +"160119",47375,36487,2,2043,2622 +"160120",47375,37636,3,2043,2178 +"160121",47375,40954,3,2043,2603 +"160122",47375,41694,3,2043,2358 +"160123",47375,43961,1,2043,2443 +"160124",47375,51774,3,2043,2459 +"160125",47375,51783,3,2043,2599 +"160126",47375,56755,2,2043,2158 +"160127",47375,62712,3,2043,2884 +"160128",47375,64967,3,2043,2872 +"160129",47384,1154,3,1639,1656 +"160130",47384,1592,3,1639,2006 +"160131",47384,1897,3,1639,1727 +"160132",47384,2093,3,1639,2459 +"160133",47384,3317,2,1639,2037 +"160134",47384,4066,2,1639,1736 +"160135",47384,5055,2,1639,1796 +"160136",47384,5590,2,1639,2845 +"160137",47384,6627,3,1639,2063 +"160138",47384,7984,3,1639,2493 +"160139",47384,8890,3,1639,1955 +"160140",47384,10914,3,1639,1660 +"160141",47384,11506,3,1639,2824 +"160142",47384,12577,3,1639,2530 +"160143",47384,14108,3,1639,2012 +"160144",47384,15401,3,1639,1999 +"160145",47384,16205,3,1639,2630 +"160146",47384,16365,3,1639,2217 +"160147",47384,16835,3,1639,1739 +"160148",47384,18571,2,1639,2128 +"160149",47384,18943,3,1639,2861 +"160150",47384,21463,3,1639,2437 +"160151",47384,21670,3,1639,2158 +"160152",47384,21681,3,1639,2005 +"160153",47384,22297,2,1639,1904 +"160154",47384,23121,3,1639,2108 +"160155",47384,27783,3,1639,2302 +"160156",47384,29311,2,1639,1849 +"160157",47384,29578,3,1639,1957 +"160158",47384,31164,2,1639,1996 +"160159",47384,31700,3,1639,2727 +"160160",47384,32449,3,1639,2091 +"160161",47384,32988,3,1639,2008 +"160162",47384,35822,3,1639,1903 +"160163",47384,36031,3,1639,2342 +"160164",47384,36136,3,1639,2338 +"160165",47384,36506,3,1639,2638 +"160166",47384,38602,3,1639,2693 +"160167",47384,38755,3,1639,2902 +"160168",47384,39105,3,1639,2487 +"160169",47384,42914,2,1639,1737 +"160170",47384,45461,3,1639,2458 +"160171",47384,46951,2,1639,2429 +"160172",47384,47571,3,1639,1667 +"160173",47384,48215,3,1639,2028 +"160174",47384,49265,3,1639,2686 +"160175",47384,53323,3,1639,2677 +"160176",47384,53697,3,1639,1909 +"160177",47384,57380,3,1639,2362 +"160178",47384,59039,2,1639,2870 +"160179",47384,65155,3,1639,1947 +"160180",47384,65572,3,1639,2750 +"160181",47384,68592,3,1639,2551 +"160182",47384,69335,3,1639,2698 +"160183",47384,72728,3,1639,2234 +"160184",47384,75607,3,1639,2245 +"160185",47384,76132,3,1639,2426 +"160186",47384,76675,3,1639,1840 +"160187",47384,78384,3,1639,1762 +"160188",47384,79596,2,1639,2004 +"160189",47384,88232,3,1639,2881 +"160190",47385,3456,2,1172,1999 +"160191",47385,4551,3,1172,2720 +"160192",47385,4705,3,1172,1714 +"160193",47385,7258,3,1172,1714 +"160194",47385,7355,3,1172,1928 +"160195",47385,17230,3,1172,1965 +"160196",47385,20219,2,1172,2313 +"160197",47385,21670,3,1172,2158 +"160198",47385,22766,3,1172,1945 +"160199",47385,28501,3,1172,2242 +"160200",47385,29818,3,1172,1677 +"160201",47385,30891,2,1172,1256 +"160202",47385,32202,3,1172,2314 +"160203",47385,35822,3,1172,1903 +"160204",47385,38259,3,1172,2258 +"160205",47385,45138,1,1172,2516 +"160206",47385,47654,3,1172,1664 +"160207",47385,55817,1,1172,2285 +"160208",47385,58829,3,1172,1256 +"160209",47385,64967,3,1172,2872 +"160210",47386,1831,3,2226,2397 +"160211",47386,2093,3,2226,2459 +"160212",47386,2484,3,2226,2389 +"160213",47386,3961,3,2226,2426 +"160214",47386,5315,3,2226,2631 +"160215",47386,7616,3,2226,2296 +"160216",47386,7677,3,2226,2338 +"160217",47386,8533,3,2226,2251 +"160218",47386,10358,3,2226,2294 +"160219",47386,10857,3,2226,2253 +"160220",47386,11218,3,2226,2292 +"160221",47386,12042,3,2226,2345 +"160222",47386,13780,3,2226,2412 +"160223",47386,15309,3,2226,2820 +"160224",47386,16352,3,2226,2657 +"160225",47386,16826,2,2226,2599 +"160226",47386,19027,3,2226,2721 +"160227",47386,20067,3,2226,2390 +"160228",47386,20732,3,2226,2401 +"160229",47386,21138,3,2226,2849 +"160230",47386,23726,3,2226,2434 +"160231",47386,26249,3,2226,2301 +"160232",47386,33801,3,2226,2899 +"160233",47386,34158,3,2226,2639 +"160234",47386,35361,3,2226,2389 +"160235",47386,36962,3,2226,2861 +"160236",47386,38227,2,2226,2511 +"160237",47386,44676,3,2226,2629 +"160238",47386,46803,3,2226,2305 +"160239",47386,46988,3,2226,2460 +"160240",47386,47564,3,2226,2650 +"160241",47386,50382,3,2226,2244 +"160242",47386,52892,3,2226,2372 +"160243",47386,53475,3,2226,2853 +"160244",47386,54551,3,2226,2348 +"160245",47386,54929,3,2226,2783 +"160246",47386,55076,2,2226,2408 +"160247",47386,57977,2,2226,2683 +"160248",47386,70203,3,2226,2756 +"160249",47386,70269,3,2226,2368 +"160250",47386,76356,3,2226,2323 +"160251",47386,82929,3,2226,2475 +"160252",47407,18543,3,832,2968 +"160253",47407,44427,3,832,2875 +"160254",47435,134,3,878,2062 +"160255",47435,145,3,878,1998 +"160256",47435,270,3,878,2542 +"160257",47435,316,3,878,2413 +"160258",47435,360,3,878,1671 +"160259",47435,913,3,878,2144 +"160260",47435,1124,2,878,1596 +"160261",47435,1592,2,878,2006 +"160262",47435,1691,2,878,1941 +"160263",47435,1985,3,878,888 +"160264",47435,3493,3,878,2451 +"160265",47435,3520,3,878,2281 +"160266",47435,3878,3,878,1890 +"160267",47435,3886,3,878,1669 +"160268",47435,4066,3,878,1736 +"160269",47435,4360,3,878,1770 +"160270",47435,4687,3,878,2152 +"160271",47435,5239,3,878,2875 +"160272",47435,5258,2,878,2730 +"160273",47435,5971,3,878,1985 +"160274",47435,6222,3,878,1949 +"160275",47435,6252,3,878,2336 +"160276",47435,6390,1,878,2385 +"160277",47435,6428,2,878,1952 +"160278",47435,6491,3,878,2424 +"160279",47435,6588,3,878,2025 +"160280",47435,6718,3,878,2138 +"160281",47435,7196,2,878,1508 +"160282",47435,7555,3,878,1943 +"160283",47435,7616,3,878,2296 +"160284",47435,7847,3,878,2424 +"160285",47435,7984,3,878,2493 +"160286",47435,8011,2,878,889 +"160287",47435,8762,3,878,2585 +"160288",47435,8888,3,878,1328 +"160289",47435,8913,3,878,968 +"160290",47435,9150,3,878,2689 +"160291",47435,9432,3,878,1693 +"160292",47435,10488,2,878,1524 +"160293",47435,10523,3,878,1510 +"160294",47435,11434,3,878,1187 +"160295",47435,11477,3,878,2724 +"160296",47435,11516,2,878,1937 +"160297",47435,12199,1,878,1651 +"160298",47435,12724,3,878,1930 +"160299",47435,12728,3,878,2374 +"160300",47435,12982,3,878,2143 +"160301",47435,14108,3,878,2012 +"160302",47435,14652,2,878,2516 +"160303",47435,14676,3,878,2764 +"160304",47435,14767,3,878,2068 +"160305",47435,14943,3,878,1942 +"160306",47435,15401,3,878,1999 +"160307",47435,15700,3,878,1712 +"160308",47435,16539,3,878,1947 +"160309",47435,16625,2,878,1285 +"160310",47435,16801,3,878,2008 +"160311",47435,18394,3,878,2356 +"160312",47435,18502,3,878,1033 +"160313",47435,18543,3,878,2968 +"160314",47435,19173,3,878,1686 +"160315",47435,19322,3,878,2048 +"160316",47435,19605,3,878,2395 +"160317",47435,20067,3,878,2390 +"160318",47435,20407,2,878,2339 +"160319",47435,20494,3,878,1075 +"160320",47435,21225,3,878,1945 +"160321",47435,21352,3,878,1604 +"160322",47435,22165,3,878,1501 +"160323",47435,23132,3,878,2756 +"160324",47435,23526,3,878,1998 +"160325",47435,23715,3,878,1859 +"160326",47435,23725,3,878,2378 +"160327",47435,23729,3,878,1624 +"160328",47435,23869,3,878,1918 +"160329",47435,24066,3,878,1755 +"160330",47435,24568,3,878,1937 +"160331",47435,25271,3,878,1172 +"160332",47435,25816,3,878,2088 +"160333",47435,26451,3,878,2133 +"160334",47435,26713,3,878,1235 +"160335",47435,26867,3,878,1804 +"160336",47435,27849,3,878,1316 +"160337",47435,28216,3,878,1910 +"160338",47435,28784,3,878,1579 +"160339",47435,28808,3,878,1063 +"160340",47435,29170,3,878,1846 +"160341",47435,29948,3,878,2795 +"160342",47435,30325,3,878,1067 +"160343",47435,30915,3,878,1207 +"160344",47435,31235,2,878,2668 +"160345",47435,32131,3,878,1035 +"160346",47435,32173,3,878,2341 +"160347",47435,32988,3,878,2008 +"160348",47435,33622,3,878,2230 +"160349",47435,34945,3,878,1298 +"160350",47435,35041,3,878,1311 +"160351",47435,35045,2,878,1646 +"160352",47435,35302,3,878,1589 +"160353",47435,35402,3,878,2339 +"160354",47435,36439,3,878,2469 +"160355",47435,36862,3,878,2655 +"160356",47435,37509,3,878,1640 +"160357",47435,38219,3,878,1689 +"160358",47435,40028,3,878,1349 +"160359",47435,40432,3,878,1956 +"160360",47435,42505,3,878,2008 +"160361",47435,42687,3,878,1952 +"160362",47435,43173,3,878,2895 +"160363",47435,43213,3,878,2160 +"160364",47435,44427,3,878,2875 +"160365",47435,44521,3,878,1593 +"160366",47435,45959,3,878,1880 +"160367",47435,46182,3,878,1613 +"160368",47435,46196,3,878,1510 +"160369",47435,46621,2,878,1343 +"160370",47435,47445,1,878,2668 +"160371",47435,48215,3,878,2028 +"160372",47435,49301,3,878,1894 +"160373",47435,50236,3,878,2339 +"160374",47435,50737,2,878,959 +"160375",47435,52136,2,878,1412 +"160376",47435,52327,1,878,1472 +"160377",47435,54855,2,878,1525 +"160378",47435,55156,3,878,2196 +"160379",47435,55324,3,878,1544 +"160380",47435,55468,3,878,2511 +"160381",47435,56082,2,878,2395 +"160382",47435,56237,2,878,2625 +"160383",47435,57129,3,878,1858 +"160384",47435,57544,3,878,2443 +"160385",47435,57990,3,878,978 +"160386",47435,58284,3,878,2292 +"160387",47435,59939,3,878,936 +"160388",47435,62219,2,878,2494 +"160389",47435,62602,2,878,1172 +"160390",47435,63328,3,878,922 +"160391",47435,63409,3,878,1937 +"160392",47435,64181,3,878,1828 +"160393",47435,65155,3,878,1947 +"160394",47435,65322,3,878,2008 +"160395",47435,72207,3,878,2430 +"160396",47435,74636,3,878,2525 +"160397",47435,75403,3,878,1895 +"160398",47435,75898,3,878,889 +"160399",47435,76127,3,878,910 +"160400",47435,76192,3,878,912 +"160401",47435,78563,3,878,2385 +"160402",47435,79804,2,878,2227 +"160403",47435,80429,3,878,1927 +"160404",47435,82409,3,878,1881 +"160405",47435,88232,3,878,2881 +"160406",47435,88808,3,878,1462 +"160407",47435,88966,3,878,1568 +"160408",47435,89511,3,878,1205 +"160409",47435,91772,3,878,2233 +"160410",47435,92757,3,878,2615 +"160411",47435,97240,3,878,1027 +"160412",47435,97824,3,878,1229 +"160413",47435,107649,3,878,1573 +"160414",47440,3460,3,2234,2530 +"160415",47440,3896,3,2234,2693 +"160416",47440,36646,3,2234,2744 +"160417",47440,42642,2,2234,2257 +"160418",47440,51055,3,2234,2558 +"160419",47440,60516,2,2234,2257 +"160420",47440,63395,3,2234,2334 +"160421",47445,2954,3,2668,2727 +"160422",47445,5258,3,2668,2730 +"160423",47445,7323,3,2668,2858 +"160424",47445,9150,3,2668,2689 +"160425",47445,9362,3,2668,2879 +"160426",47445,19606,3,2668,2783 +"160427",47445,23132,3,2668,2756 +"160428",47445,38780,3,2668,2705 +"160429",47508,21,3,100,1385 +"160430",47508,782,3,100,945 +"160431",47508,4612,3,100,2804 +"160432",47508,4668,3,100,1919 +"160433",47508,4669,3,100,2395 +"160434",47508,7785,3,100,2441 +"160435",47508,7942,3,100,2623 +"160436",47508,8890,2,100,1955 +"160437",47508,10453,3,100,1656 +"160438",47508,10980,3,100,1974 +"160439",47508,11108,2,100,1609 +"160440",47508,12948,3,100,2669 +"160441",47508,13296,3,100,839 +"160442",47508,14781,3,100,2338 +"160443",47508,16715,3,100,1218 +"160444",47508,16864,2,100,814 +"160445",47508,17033,3,100,2771 +"160446",47508,18978,2,100,952 +"160447",47508,22945,3,100,237 +"160448",47508,26551,3,100,652 +"160449",47508,27742,2,100,2700 +"160450",47508,27914,3,100,2507 +"160451",47508,28440,3,100,675 +"160452",47508,28869,3,100,2425 +"160453",47508,30525,3,100,1964 +"160454",47508,32532,3,100,2338 +"160455",47508,32560,3,100,1258 +"160456",47508,32651,3,100,877 +"160457",47508,33870,3,100,955 +"160458",47508,34025,3,100,242 +"160459",47508,36487,3,100,2622 +"160460",47508,39746,3,100,1361 +"160461",47508,45869,2,100,2840 +"160462",47508,46299,3,100,1132 +"160463",47508,57912,3,100,1035 +"160464",47508,58655,3,100,2685 +"160465",47508,65522,3,100,1572 +"160466",47508,76007,1,100,918 +"160467",47508,80156,2,100,1667 +"160468",47508,85396,3,100,1131 +"160469",47508,91849,3,100,1166 +"160470",47508,92860,3,100,1643 +"160471",47508,101367,3,100,974 +"160472",47508,103491,3,100,1523 +"160473",47508,111193,3,100,429 +"160474",47508,115021,3,100,1226 +"160475",47534,4932,2,2712,2752 +"160476",47534,11067,3,2712,2734 +"160477",47534,31131,3,2712,2810 +"160478",47534,43929,3,2712,2749 +"160479",47557,3669,3,999,2524 +"160480",47557,3776,3,999,2322 +"160481",47557,5346,3,999,1438 +"160482",47557,6248,3,999,2737 +"160483",47557,10727,3,999,2082 +"160484",47557,11665,3,999,1643 +"160485",47557,11976,3,999,1727 +"160486",47557,13671,3,999,1371 +"160487",47557,15207,3,999,1855 +"160488",47557,15650,3,999,1601 +"160489",47557,15916,2,999,1236 +"160490",47557,19687,3,999,2072 +"160491",47557,24086,3,999,2663 +"160492",47557,24860,3,999,1204 +"160493",47557,26478,3,999,1963 +"160494",47557,26513,2,999,2205 +"160495",47557,27255,3,999,1232 +"160496",47557,28355,3,999,2053 +"160497",47557,29117,3,999,1250 +"160498",47557,38422,3,999,1019 +"160499",47557,42713,3,999,1995 +"160500",47557,43250,2,999,1300 +"160501",47557,44780,3,999,2534 +"160502",47557,49147,2,999,2539 +"160503",47557,50430,3,999,1689 +"160504",47557,54061,3,999,1488 +"160505",47557,55405,3,999,2788 +"160506",47557,59470,3,999,2393 +"160507",47557,60384,3,999,2765 +"160508",47557,62498,3,999,1698 +"160509",47557,83007,3,999,2727 +"160510",47557,83860,3,999,1522 +"160511",47557,94520,3,999,1243 +"160512",47559,2852,3,1826,2448 +"160513",47559,3403,2,1826,2951 +"160514",47559,3405,2,1826,2438 +"160515",47559,4249,3,1826,2547 +"160516",47559,5897,2,1826,2337 +"160517",47559,7942,3,1826,2623 +"160518",47559,9063,2,1826,2000 +"160519",47559,9727,3,1826,2327 +"160520",47559,29276,3,1826,2000 +"160521",47559,40715,1,1826,2258 +"160522",47564,2684,3,2650,2874 +"160523",47564,24753,3,2650,2860 +"160524",47564,29454,3,2650,2719 +"160525",47564,31705,3,2650,2706 +"160526",47564,34120,3,2650,2786 +"160527",47564,41945,3,2650,2856 +"160528",47564,44688,3,2650,2924 +"160529",47564,50480,3,2650,2701 +"160530",47571,1897,2,1667,1727 +"160531",47571,6627,3,1667,2063 +"160532",47571,11506,3,1667,2824 +"160533",47571,18571,2,1667,2128 +"160534",47571,18943,3,1667,2861 +"160535",47571,21463,3,1667,2437 +"160536",47571,27783,2,1667,2302 +"160537",47571,31164,2,1667,1996 +"160538",47571,32449,3,1667,2091 +"160539",47571,36136,2,1667,2338 +"160540",47571,39105,2,1667,2487 +"160541",47571,46951,2,1667,2429 +"160542",47571,59039,3,1667,2870 +"160543",47571,68592,3,1667,2551 +"160544",47571,69335,3,1667,2698 +"160545",47571,76132,3,1667,2426 +"160546",47571,76675,3,1667,1840 +"160547",47573,312,3,120,2038 +"160548",47573,675,3,120,1686 +"160549",47573,701,3,120,2718 +"160550",47573,1136,3,120,2536 +"160551",47573,1321,3,120,2075 +"160552",47573,2063,3,120,1278 +"160553",47573,2533,3,120,2016 +"160554",47573,2743,3,120,1278 +"160555",47573,4889,3,120,1501 +"160556",47573,5864,3,120,1197 +"160557",47573,6363,3,120,2066 +"160558",47573,7582,3,120,1099 +"160559",47573,11477,3,120,2724 +"160560",47573,12004,3,120,996 +"160561",47573,12747,3,120,2818 +"160562",47573,14072,3,120,1346 +"160563",47573,14972,2,120,2332 +"160564",47573,16164,3,120,1184 +"160565",47573,17381,3,120,1697 +"160566",47573,19248,3,120,2357 +"160567",47573,19528,3,120,2742 +"160568",47573,19835,3,120,1135 +"160569",47573,20319,2,120,468 +"160570",47573,20824,3,120,1366 +"160571",47573,22884,2,120,1608 +"160572",47573,25198,3,120,1982 +"160573",47573,26322,3,120,1018 +"160574",47573,26608,3,120,2329 +"160575",47573,27753,3,120,2750 +"160576",47573,28094,3,120,1423 +"160577",47573,28434,3,120,1141 +"160578",47573,30334,3,120,2075 +"160579",47573,32939,3,120,2277 +"160580",47573,33588,1,120,1040 +"160581",47573,33621,2,120,1319 +"160582",47573,33672,3,120,2396 +"160583",47573,34492,3,120,1798 +"160584",47573,34815,2,120,2354 +"160585",47573,35518,3,120,1721 +"160586",47573,37238,3,120,2609 +"160587",47573,37628,3,120,819 +"160588",47573,37636,3,120,2178 +"160589",47573,38439,3,120,2025 +"160590",47573,39535,3,120,2428 +"160591",47573,39880,3,120,1620 +"160592",47573,40392,3,120,1878 +"160593",47573,41901,3,120,630 +"160594",47573,44648,3,120,619 +"160595",47573,44720,3,120,1202 +"160596",47573,45975,3,120,157 +"160597",47573,48548,3,120,826 +"160598",47573,51041,2,120,2606 +"160599",47573,51783,3,120,2599 +"160600",47573,54305,3,120,1222 +"160601",47573,54715,3,120,499 +"160602",47573,57804,3,120,2214 +"160603",47573,58035,3,120,1646 +"160604",47573,59438,1,120,2400 +"160605",47573,64031,3,120,1295 +"160606",47573,64997,3,120,2791 +"160607",47573,80172,2,120,1342 +"160608",47573,80471,3,120,538 +"160609",47573,87135,3,120,412 +"160610",47573,92491,3,120,1968 +"160611",47573,102107,3,120,504 +"160612",47573,108704,3,120,237 +"160613",47573,111004,3,120,796 +"160614",47573,112446,2,120,134 +"160615",47583,2221,3,817,2092 +"160616",47583,2418,3,817,2020 +"160617",47583,2576,3,817,1307 +"160618",47583,2759,2,817,2030 +"160619",47583,3255,2,817,2504 +"160620",47583,4730,2,817,2131 +"160621",47583,6133,2,817,1229 +"160622",47583,6627,3,817,2063 +"160623",47583,7269,3,817,1728 +"160624",47583,7433,3,817,2255 +"160625",47583,7443,3,817,2028 +"160626",47583,8984,2,817,1162 +"160627",47583,10495,3,817,2230 +"160628",47583,10638,3,817,2692 +"160629",47583,10905,3,817,1552 +"160630",47583,10914,3,817,1660 +"160631",47583,11506,3,817,2824 +"160632",47583,14761,3,817,2502 +"160633",47583,16777,3,817,834 +"160634",47583,18571,3,817,2128 +"160635",47583,18943,3,817,2861 +"160636",47583,20007,3,817,2971 +"160637",47583,21180,2,817,2762 +"160638",47583,21741,3,817,1574 +"160639",47583,21838,3,817,2106 +"160640",47583,23513,2,817,900 +"160641",47583,27008,3,817,911 +"160642",47583,30442,3,817,2124 +"160643",47583,31003,3,817,1859 +"160644",47583,31164,3,817,1996 +"160645",47583,32449,3,817,2091 +"160646",47583,34162,2,817,2336 +"160647",47583,36136,3,817,2338 +"160648",47583,37915,3,817,1905 +"160649",47583,41955,3,817,2479 +"160650",47583,45730,3,817,2063 +"160651",47583,49347,3,817,2504 +"160652",47583,54663,3,817,1424 +"160653",47583,55775,3,817,2385 +"160654",47583,56338,3,817,1818 +"160655",47583,56673,3,817,2419 +"160656",47583,60979,2,817,1758 +"160657",47583,65316,1,817,1020 +"160658",47583,66911,3,817,1920 +"160659",47583,75955,2,817,866 +"160660",47583,76132,2,817,2426 +"160661",47583,76675,2,817,1840 +"160662",47583,77397,2,817,1302 +"160663",47583,79612,3,817,927 +"160664",47583,86664,2,817,1146 +"160665",47583,104306,3,817,1665 +"160666",47583,111034,3,817,2131 +"160667",47583,115155,3,817,1942 +"160668",47585,145,3,794,1998 +"160669",47585,489,3,794,2652 +"160670",47585,512,3,794,1596 +"160671",47585,600,3,794,1702 +"160672",47585,913,3,794,2144 +"160673",47585,1067,3,794,918 +"160674",47585,1102,3,794,2282 +"160675",47585,1592,1,794,2006 +"160676",47585,1691,1,794,1941 +"160677",47585,1985,3,794,888 +"160678",47585,2011,2,794,2176 +"160679",47585,2143,3,794,1174 +"160680",47585,2208,2,794,2814 +"160681",47585,2269,3,794,984 +"160682",47585,2609,3,794,834 +"160683",47585,2684,3,794,2874 +"160684",47585,3144,3,794,869 +"160685",47585,3163,3,794,2020 +"160686",47585,3493,3,794,2451 +"160687",47585,3628,3,794,2707 +"160688",47585,3801,3,794,1974 +"160689",47585,3863,3,794,856 +"160690",47585,3878,3,794,1890 +"160691",47585,4066,3,794,1736 +"160692",47585,4317,2,794,1224 +"160693",47585,4360,3,794,1770 +"160694",47585,4687,3,794,2152 +"160695",47585,4707,3,794,2588 +"160696",47585,4790,3,794,1025 +"160697",47585,4932,3,794,2752 +"160698",47585,5258,3,794,2730 +"160699",47585,5710,3,794,1926 +"160700",47585,5986,3,794,1721 +"160701",47585,6074,3,794,2426 +"160702",47585,6104,3,794,2462 +"160703",47585,6252,3,794,2336 +"160704",47585,6390,1,794,2385 +"160705",47585,6428,3,794,1952 +"160706",47585,6491,3,794,2424 +"160707",47585,6627,3,794,2063 +"160708",47585,6697,3,794,2438 +"160709",47585,7582,3,794,1099 +"160710",47585,7672,3,794,1974 +"160711",47585,7847,3,794,2424 +"160712",47585,8011,2,794,889 +"160713",47585,8657,3,794,2473 +"160714",47585,8726,3,794,2083 +"160715",47585,8762,2,794,2585 +"160716",47585,8866,3,794,1545 +"160717",47585,8888,3,794,1328 +"160718",47585,9311,3,794,2477 +"160719",47585,9511,3,794,1232 +"160720",47585,10222,3,794,2212 +"160721",47585,10488,3,794,1524 +"160722",47585,10799,3,794,2010 +"160723",47585,11055,3,794,2111 +"160724",47585,11103,3,794,2393 +"160725",47585,11348,3,794,824 +"160726",47585,11351,3,794,2971 +"160727",47585,11434,3,794,1187 +"160728",47585,11516,3,794,1937 +"160729",47585,12199,2,794,1651 +"160730",47585,12713,3,794,2440 +"160731",47585,12724,3,794,1930 +"160732",47585,12779,3,794,936 +"160733",47585,12976,3,794,2399 +"160734",47585,13248,3,794,1385 +"160735",47585,13699,3,794,1355 +"160736",47585,13837,3,794,1604 +"160737",47585,13945,3,794,1324 +"160738",47585,14108,2,794,2012 +"160739",47585,14652,3,794,2516 +"160740",47585,14678,3,794,799 +"160741",47585,14731,2,794,2012 +"160742",47585,14888,3,794,1411 +"160743",47585,14972,3,794,2332 +"160744",47585,14983,3,794,1047 +"160745",47585,15713,2,794,1646 +"160746",47585,17400,3,794,2231 +"160747",47585,17410,3,794,2073 +"160748",47585,17434,3,794,1642 +"160749",47585,17645,3,794,1918 +"160750",47585,18502,3,794,1033 +"160751",47585,18543,2,794,2968 +"160752",47585,18836,3,794,1270 +"160753",47585,19027,3,794,2721 +"160754",47585,19173,3,794,1686 +"160755",47585,19718,3,794,1702 +"160756",47585,19813,3,794,1744 +"160757",47585,20343,3,794,851 +"160758",47585,20407,2,794,2339 +"160759",47585,20494,3,794,1075 +"160760",47585,21133,2,794,1320 +"160761",47585,21246,3,794,1612 +"160762",47585,21463,3,794,2437 +"160763",47585,21682,3,794,2414 +"160764",47585,21693,3,794,2176 +"160765",47585,22141,3,794,2348 +"160766",47585,22165,3,794,1501 +"160767",47585,22326,3,794,2818 +"160768",47585,22362,3,794,1836 +"160769",47585,23492,3,794,1067 +"160770",47585,23729,3,794,1624 +"160771",47585,23825,3,794,1913 +"160772",47585,24198,3,794,2217 +"160773",47585,24256,3,794,2393 +"160774",47585,25565,2,794,2764 +"160775",47585,25816,3,794,2088 +"160776",47585,25874,2,794,2088 +"160777",47585,26322,3,794,1018 +"160778",47585,27390,3,794,2425 +"160779",47585,27792,3,794,1308 +"160780",47585,28056,3,794,1505 +"160781",47585,28592,3,794,2320 +"160782",47585,28808,2,794,1063 +"160783",47585,29170,2,794,1846 +"160784",47585,29948,3,794,2795 +"160785",47585,30325,3,794,1067 +"160786",47585,30883,3,794,1629 +"160787",47585,31001,3,794,2119 +"160788",47585,31093,3,794,2160 +"160789",47585,31235,2,794,2668 +"160790",47585,31563,3,794,1756 +"160791",47585,32503,3,794,2020 +"160792",47585,33433,3,794,2805 +"160793",47585,33572,3,794,2370 +"160794",47585,33621,3,794,1319 +"160795",47585,33622,2,794,2230 +"160796",47585,34836,3,794,2302 +"160797",47585,34945,2,794,1298 +"160798",47585,35041,3,794,1311 +"160799",47585,35045,3,794,1646 +"160800",47585,35235,3,794,2610 +"160801",47585,35428,3,794,2263 +"160802",47585,35481,3,794,2211 +"160803",47585,35514,3,794,2346 +"160804",47585,36087,3,794,2755 +"160805",47585,36439,2,794,2469 +"160806",47585,37509,2,794,1640 +"160807",47585,37628,2,794,819 +"160808",47585,38213,2,794,1744 +"160809",47585,38667,3,794,2880 +"160810",47585,39105,3,794,2487 +"160811",47585,39535,3,794,2428 +"160812",47585,39865,3,794,849 +"160813",47585,40226,3,794,880 +"160814",47585,40369,3,794,2735 +"160815",47585,40703,3,794,1608 +"160816",47585,40954,3,794,2603 +"160817",47585,41739,3,794,1339 +"160818",47585,42619,3,794,2017 +"160819",47585,42756,3,794,1384 +"160820",47585,43173,2,794,2895 +"160821",47585,43213,3,794,2160 +"160822",47585,43226,3,794,2442 +"160823",47585,43385,3,794,1623 +"160824",47585,43428,3,794,1299 +"160825",47585,43635,3,794,1196 +"160826",47585,44427,2,794,2875 +"160827",47585,44636,3,794,1026 +"160828",47585,45545,3,794,1776 +"160829",47585,46196,3,794,1510 +"160830",47585,46512,3,794,1292 +"160831",47585,46621,2,794,1343 +"160832",47585,46726,3,794,943 +"160833",47585,46951,3,794,2429 +"160834",47585,47064,3,794,1993 +"160835",47585,47435,2,794,878 +"160836",47585,47445,3,794,2668 +"160837",47585,49186,3,794,1289 +"160838",47585,49301,2,794,1894 +"160839",47585,49470,3,794,1528 +"160840",47585,49620,2,794,1868 +"160841",47585,49677,3,794,1222 +"160842",47585,50179,3,794,2230 +"160843",47585,50217,2,794,1211 +"160844",47585,50254,3,794,1151 +"160845",47585,50737,3,794,959 +"160846",47585,50946,3,794,1075 +"160847",47585,51572,3,794,912 +"160848",47585,51628,3,794,901 +"160849",47585,52136,2,794,1412 +"160850",47585,52154,3,794,1722 +"160851",47585,52323,3,794,2148 +"160852",47585,52327,2,794,1472 +"160853",47585,54676,3,794,1342 +"160854",47585,54855,3,794,1525 +"160855",47585,55084,3,794,1189 +"160856",47585,55156,2,794,2196 +"160857",47585,55324,3,794,1544 +"160858",47585,56082,3,794,2395 +"160859",47585,56903,3,794,1584 +"160860",47585,56910,3,794,2705 +"160861",47585,57414,3,794,922 +"160862",47585,57544,3,794,2443 +"160863",47585,57990,2,794,978 +"160864",47585,58133,3,794,1484 +"160865",47585,58284,2,794,2292 +"160866",47585,59096,3,794,1677 +"160867",47585,61785,2,794,822 +"160868",47585,62062,3,794,860 +"160869",47585,62219,3,794,2494 +"160870",47585,62602,2,794,1172 +"160871",47585,62668,3,794,958 +"160872",47585,64181,2,794,1828 +"160873",47585,64997,3,794,2791 +"160874",47585,65625,3,794,1273 +"160875",47585,66413,3,794,2507 +"160876",47585,68810,3,794,2409 +"160877",47585,69447,2,794,1197 +"160878",47585,71274,3,794,2390 +"160879",47585,72207,3,794,2430 +"160880",47585,72468,3,794,2292 +"160881",47585,72597,3,794,1843 +"160882",47585,73675,3,794,887 +"160883",47585,74190,3,794,1428 +"160884",47585,74636,2,794,2525 +"160885",47585,75403,3,794,1895 +"160886",47585,75898,3,794,889 +"160887",47585,76127,2,794,910 +"160888",47585,76192,2,794,912 +"160889",47585,76646,3,794,1263 +"160890",47585,78256,3,794,804 +"160891",47585,78563,2,794,2385 +"160892",47585,78975,3,794,946 +"160893",47585,79322,3,794,2770 +"160894",47585,79364,3,794,834 +"160895",47585,79436,3,794,1344 +"160896",47585,79612,3,794,927 +"160897",47585,79657,3,794,1260 +"160898",47585,80278,3,794,1057 +"160899",47585,81895,3,794,1634 +"160900",47585,82401,3,794,1210 +"160901",47585,82787,2,794,1144 +"160902",47585,82949,3,794,2077 +"160903",47585,83224,3,794,1183 +"160904",47585,83396,3,794,2396 +"160905",47585,88232,2,794,2881 +"160906",47585,88966,2,794,1568 +"160907",47585,92322,3,794,2393 +"160908",47585,92491,3,794,1968 +"160909",47585,93398,3,794,828 +"160910",47585,93953,3,794,969 +"160911",47585,95155,3,794,849 +"160912",47585,97824,2,794,1229 +"160913",47585,100215,3,794,2436 +"160914",47585,100432,3,794,1358 +"160915",47585,105063,3,794,1908 +"160916",47595,1822,3,2374,2888 +"160917",47595,3477,2,2374,2546 +"160918",47595,3978,3,2374,2775 +"160919",47595,4303,3,2374,2414 +"160920",47595,6989,3,2374,2623 +"160921",47595,8865,3,2374,2394 +"160922",47595,9503,3,2374,2453 +"160923",47595,11648,3,2374,2852 +"160924",47595,13899,3,2374,2650 +"160925",47595,15826,3,2374,2772 +"160926",47595,18005,3,2374,2449 +"160927",47595,19433,2,2374,2504 +"160928",47595,20124,3,2374,2376 +"160929",47595,20984,3,2374,2502 +"160930",47595,26182,3,2374,2775 +"160931",47595,27320,3,2374,2378 +"160932",47595,27908,3,2374,2576 +"160933",47595,28869,3,2374,2425 +"160934",47595,30368,3,2374,2487 +"160935",47595,31357,3,2374,2389 +"160936",47595,31700,3,2374,2727 +"160937",47595,32339,3,2374,2430 +"160938",47595,32395,3,2374,2735 +"160939",47595,33223,2,2374,2397 +"160940",47595,36953,3,2374,2790 +"160941",47595,40572,3,2374,2666 +"160942",47595,45729,3,2374,2606 +"160943",47595,47968,3,2374,2829 +"160944",47595,50585,3,2374,2414 +"160945",47595,51774,3,2374,2459 +"160946",47595,51843,3,2374,2389 +"160947",47595,53739,3,2374,2704 +"160948",47607,827,2,2724,2964 +"160949",47607,9272,3,2724,2835 +"160950",47607,17499,3,2724,2954 +"160951",47607,23550,3,2724,2939 +"160952",47607,37684,3,2724,2899 +"160953",47607,42390,3,2724,2937 +"160954",47607,53652,3,2724,2899 +"160955",47607,59511,3,2724,2753 +"160956",47607,64628,3,2724,2829 +"160957",47629,1015,2,222,1174 +"160958",47629,1203,3,222,1350 +"160959",47629,2294,3,222,1638 +"160960",47629,4121,3,222,1304 +"160961",47629,8860,2,222,2141 +"160962",47629,10087,3,222,1617 +"160963",47629,10481,3,222,740 +"160964",47629,18706,3,222,1617 +"160965",47629,21352,3,222,1604 +"160966",47629,32549,3,222,2111 +"160967",47629,33341,3,222,2338 +"160968",47629,33491,2,222,1226 +"160969",47629,34094,2,222,1360 +"160970",47629,73172,3,222,2496 +"160971",47629,79837,3,222,1252 +"160972",47629,105419,3,222,855 +"160973",47641,19190,3,2350,2677 +"160974",47654,680,3,1664,2569 +"160975",47654,2206,3,1664,2536 +"160976",47654,3306,3,1664,1989 +"160977",47654,3961,3,1664,2426 +"160978",47654,5962,3,1664,2491 +"160979",47654,9504,1,1664,2549 +"160980",47654,10239,3,1664,2032 +"160981",47654,10358,3,1664,2294 +"160982",47654,10980,3,1664,1974 +"160983",47654,11477,3,1664,2724 +"160984",47654,12759,3,1664,2414 +"160985",47654,13920,3,1664,1709 +"160986",47654,20657,3,1664,2340 +"160987",47654,21670,3,1664,2158 +"160988",47654,23223,3,1664,2094 +"160989",47654,25373,3,1664,2783 +"160990",47654,27320,3,1664,2378 +"160991",47654,27908,3,1664,2576 +"160992",47654,32658,3,1664,1694 +"160993",47654,35797,3,1664,2482 +"160994",47654,41723,3,1664,2101 +"160995",47654,44564,3,1664,2034 +"160996",47654,45138,2,1664,2516 +"160997",47654,47965,3,1664,2232 +"160998",47654,50585,3,1664,2414 +"160999",47654,52203,3,1664,1961 +"161000",47654,55817,3,1664,2285 +"161001",47654,56094,3,1664,2343 +"161002",47654,59610,3,1664,2448 +"161003",47654,62066,3,1664,2281 +"161004",47654,63077,3,1664,2778 +"161005",47654,70583,3,1664,2615 +"161006",47664,2057,2,159,1965 +"161007",47664,7597,3,159,2037 +"161008",47664,8865,3,159,2394 +"161009",47664,9227,3,159,1267 +"161010",47664,11585,2,159,1817 +"161011",47664,12067,3,159,1213 +"161012",47664,15978,3,159,981 +"161013",47664,16959,3,159,888 +"161014",47664,17133,3,159,924 +"161015",47664,17572,3,159,340 +"161016",47664,19231,3,159,1424 +"161017",47664,21528,3,159,1807 +"161018",47664,28094,2,159,1423 +"161019",47664,29997,1,159,1789 +"161020",47664,30065,1,159,604 +"161021",47664,32606,3,159,2100 +"161022",47664,35446,3,159,1203 +"161023",47664,38333,3,159,1365 +"161024",47664,41023,3,159,2408 +"161025",47664,47529,3,159,2914 +"161026",47664,47760,1,159,1108 +"161027",47664,59438,3,159,2400 +"161028",47664,59683,3,159,2068 +"161029",47664,61337,3,159,2777 +"161030",47664,63837,3,159,2807 +"161031",47664,66527,3,159,961 +"161032",47664,68691,3,159,1209 +"161033",47664,68876,3,159,1397 +"161034",47664,69232,2,159,2130 +"161035",47664,71455,3,159,1702 +"161036",47664,71652,3,159,2638 +"161037",47664,78677,3,159,341 +"161038",47664,82023,2,159,992 +"161039",47664,100260,3,159,888 +"161040",47664,112456,3,159,175 +"161041",47664,121173,3,159,829 +"161042",47708,900,3,2568,2726 +"161043",47715,21138,2,2111,2849 +"161044",47715,22639,3,2111,2352 +"161045",47715,38262,3,2111,2219 +"161046",47715,47248,3,2111,2883 +"161047",47715,81592,3,2111,2882 +"161048",47726,2572,3,1272,2273 +"161049",47726,3011,3,1272,2278 +"161050",47726,3886,3,1272,1669 +"161051",47726,4701,3,1272,2401 +"161052",47726,10370,3,1272,2224 +"161053",47726,10779,3,1272,2881 +"161054",47726,12518,2,1272,2747 +"161055",47726,15005,3,1272,1415 +"161056",47726,17931,3,1272,1617 +"161057",47726,24286,3,1272,1280 +"161058",47726,24753,3,1272,2860 +"161059",47726,24816,3,1272,2161 +"161060",47726,27030,2,1272,2031 +"161061",47726,27377,2,1272,1724 +"161062",47726,33356,3,1272,1586 +"161063",47726,33433,3,1272,2805 +"161064",47726,35045,3,1272,1646 +"161065",47726,36554,2,1272,1649 +"161066",47726,40129,3,1272,2162 +"161067",47726,41664,3,1272,2641 +"161068",47726,43978,3,1272,2698 +"161069",47726,44769,3,1272,2411 +"161070",47726,51546,1,1272,1369 +"161071",47726,54879,3,1272,2210 +"161072",47726,62903,3,1272,1704 +"161073",47726,73205,3,1272,1529 +"161074",47726,82893,3,1272,1275 +"161075",47737,680,3,216,2569 +"161076",47737,3235,1,216,799 +"161077",47737,3403,3,216,2951 +"161078",47737,4303,3,216,2414 +"161079",47737,8062,3,216,2858 +"161080",47737,9782,2,216,340 +"161081",47737,11728,3,216,1121 +"161082",47737,12208,2,216,447 +"161083",47737,12759,3,216,2414 +"161084",47737,14807,2,216,241 +"161085",47737,18381,3,216,1524 +"161086",47737,20688,3,216,891 +"161087",47737,22723,3,216,2859 +"161088",47737,25373,3,216,2783 +"161089",47737,30609,3,216,988 +"161090",47737,32606,3,216,2100 +"161091",47737,34334,3,216,1637 +"161092",47737,37636,3,216,2178 +"161093",47737,38259,3,216,2258 +"161094",47737,40329,3,216,412 +"161095",47737,40910,3,216,2469 +"161096",47737,41723,2,216,2101 +"161097",47737,50585,3,216,2414 +"161098",47752,2972,3,630,1708 +"161099",47752,18483,2,630,874 +"161100",47752,27195,3,630,2158 +"161101",47752,56232,3,630,1175 +"161102",47752,68960,3,630,1312 +"161103",47752,115078,3,630,697 +"161104",47760,2057,3,1108,1965 +"161105",47760,11585,3,1108,1817 +"161106",47760,19231,3,1108,1424 +"161107",47760,28094,3,1108,1423 +"161108",47760,29997,2,1108,1789 +"161109",47760,31017,3,1108,1533 +"161110",47760,35446,3,1108,1203 +"161111",47760,47529,3,1108,2914 +"161112",47760,69232,3,1108,2130 +"161113",47760,71455,3,1108,1702 +"161114",47769,446,3,176,1910 +"161115",47769,601,3,176,702 +"161116",47769,1427,3,176,324 +"161117",47769,1428,3,176,742 +"161118",47769,3961,3,176,2426 +"161119",47769,5346,3,176,1438 +"161120",47769,5438,2,176,1499 +"161121",47769,7233,3,176,572 +"161122",47769,7992,3,176,2033 +"161123",47769,10358,3,176,2294 +"161124",47769,11576,3,176,808 +"161125",47769,13200,3,176,2488 +"161126",47769,13388,3,176,2119 +"161127",47769,15207,3,176,1855 +"161128",47769,15990,3,176,593 +"161129",47769,16053,3,176,908 +"161130",47769,17221,3,176,2487 +"161131",47769,18550,3,176,483 +"161132",47769,19637,3,176,1229 +"161133",47769,20067,3,176,2390 +"161134",47769,20732,3,176,2401 +"161135",47769,23725,3,176,2378 +"161136",47769,23726,3,176,2434 +"161137",47769,23869,2,176,1918 +"161138",47769,28131,3,176,1492 +"161139",47769,30150,3,176,1704 +"161140",47769,30943,3,176,2287 +"161141",47769,38055,3,176,1089 +"161142",47769,39563,3,176,486 +"161143",47769,40113,3,176,451 +"161144",47769,40923,3,176,989 +"161145",47769,44819,3,176,2063 +"161146",47769,46803,1,176,2305 +"161147",47769,50041,3,176,1565 +"161148",47769,50382,3,176,2244 +"161149",47769,52154,3,176,1722 +"161150",47769,54631,3,176,1531 +"161151",47769,70203,3,176,2756 +"161152",47769,70681,3,176,866 +"161153",47769,74032,3,176,976 +"161154",47769,74681,3,176,837 +"161155",47769,74730,3,176,535 +"161156",47769,76133,3,176,1565 +"161157",47769,76905,3,176,298 +"161158",47769,85794,3,176,679 +"161159",47769,92254,3,176,517 +"161160",47769,94520,3,176,1243 +"161161",47769,117679,2,176,535 +"161162",47772,1639,3,2293,2631 +"161163",47772,2424,3,2293,2582 +"161164",47772,16332,3,2293,2668 +"161165",47772,19248,3,2293,2357 +"161166",47772,20124,3,2293,2376 +"161167",47772,20407,3,2293,2339 +"161168",47772,26749,2,2293,2965 +"161169",47772,27275,3,2293,2656 +"161170",47772,27390,3,2293,2425 +"161171",47772,33949,3,2293,2489 +"161172",47772,36439,3,2293,2469 +"161173",47772,38780,3,2293,2705 +"161174",47772,45608,3,2293,2420 +"161175",47772,54551,3,2293,2348 +"161176",47772,55139,3,2293,2323 +"161177",47772,58508,3,2293,2326 +"161178",47772,61982,3,2293,2725 +"161179",47772,79322,2,2293,2770 +"161180",47772,80825,3,2293,2315 +"161181",47789,267,3,1583,2631 +"161182",47789,5258,3,1583,2730 +"161183",47789,6491,3,1583,2424 +"161184",47789,10310,3,1583,2774 +"161185",47789,11493,2,1583,2077 +"161186",47789,18543,3,1583,2968 +"161187",47789,21479,3,1583,2134 +"161188",47789,22207,3,1583,2365 +"161189",47789,23725,3,1583,2378 +"161190",47789,24256,3,1583,2393 +"161191",47789,27628,2,1583,2389 +"161192",47789,29580,3,1583,2776 +"161193",47789,29930,3,1583,2240 +"161194",47789,40565,3,1583,2115 +"161195",47789,42505,3,1583,2008 +"161196",47789,44403,3,1583,2429 +"161197",47789,44894,2,1583,2048 +"161198",47789,45504,3,1583,2301 +"161199",47789,54551,3,1583,2348 +"161200",47789,67129,3,1583,2335 +"161201",47789,82270,3,1583,1641 +"161202",47803,1151,3,2477,2885 +"161203",47803,1616,3,2477,2662 +"161204",47803,7323,3,2477,2858 +"161205",47803,27908,3,2477,2576 +"161206",47803,33433,3,2477,2805 +"161207",47803,39444,2,2477,2695 +"161208",47803,47564,3,2477,2650 +"161209",47803,49110,3,2477,2938 +"161210",47810,21,2,957,1385 +"161211",47810,1108,3,957,1600 +"161212",47810,2540,3,957,1398 +"161213",47810,2959,3,957,1785 +"161214",47810,3127,3,957,2273 +"161215",47810,4526,3,957,1728 +"161216",47810,4668,3,957,1919 +"161217",47810,7942,3,957,2623 +"161218",47810,8062,3,957,2858 +"161219",47810,8140,2,957,1262 +"161220",47810,9504,3,957,2549 +"161221",47810,9954,3,957,2117 +"161222",47810,10980,1,957,1974 +"161223",47810,12948,3,957,2669 +"161224",47810,14532,3,957,1193 +"161225",47810,16176,3,957,2703 +"161226",47810,19501,3,957,1186 +"161227",47810,22166,3,957,994 +"161228",47810,22704,1,957,1150 +"161229",47810,27742,3,957,2700 +"161230",47810,27914,3,957,2507 +"161231",47810,28869,3,957,2425 +"161232",47810,32818,3,957,2485 +"161233",47810,35822,3,957,1903 +"161234",47810,37522,3,957,1270 +"161235",47810,42331,2,957,1585 +"161236",47810,47654,2,957,1664 +"161237",47810,49450,3,957,1328 +"161238",47810,62668,3,957,958 +"161239",47810,63077,2,957,2778 +"161240",47810,66609,3,957,998 +"161241",47810,70101,3,957,2414 +"161242",47810,74156,3,957,2279 +"161243",47810,74370,3,957,1667 +"161244",47810,83301,3,957,1385 +"161245",47810,84975,3,957,1138 +"161246",47810,85778,3,957,1040 +"161247",47810,85869,2,957,1509 +"161248",47810,94525,3,957,1993 +"161249",47810,100860,3,957,2326 +"161250",47810,101367,3,957,974 +"161251",47810,103890,2,957,958 +"161252",47810,116987,2,957,2469 +"161253",47812,23139,2,2343,2644 +"161254",47812,29004,3,2343,2596 +"161255",47812,49787,3,2343,2352 +"161256",47827,11135,2,1957,2441 +"161257",47827,11429,3,1957,2520 +"161258",47827,13024,3,1957,2468 +"161259",47827,15502,3,1957,2637 +"161260",47827,19687,2,1957,2072 +"161261",47827,23639,3,1957,2065 +"161262",47827,24441,2,1957,2256 +"161263",47827,41051,3,1957,2767 +"161264",47827,45487,1,1957,2256 +"161265",47827,95211,3,1957,2462 +"161266",47839,7241,3,1864,2259 +"161267",47839,12374,3,1864,2260 +"161268",47839,46384,3,1864,2285 +"161269",47839,63077,3,1864,2778 +"161270",47839,108867,3,1864,2328 +"161271",47840,341,3,2509,2689 +"161272",47840,841,2,2509,2964 +"161273",47840,3978,3,2509,2775 +"161274",47840,25373,3,2509,2783 +"161275",47840,51783,3,2509,2599 +"161276",47857,4618,3,2325,2607 +"161277",47857,5725,3,2325,2789 +"161278",47857,7234,3,2325,2654 +"161279",47857,13929,3,2325,2693 +"161280",47857,31799,3,2325,2547 +"161281",47857,51410,3,2325,2739 +"161282",47857,54551,3,2325,2348 +"161283",47857,56082,3,2325,2395 +"161284",47857,72207,3,2325,2430 +"161285",47860,2282,2,789,2056 +"161286",47860,2927,3,789,1789 +"161287",47860,9724,3,789,2713 +"161288",47860,10701,3,789,2000 +"161289",47860,13595,3,789,1164 +"161290",47860,14212,3,789,857 +"161291",47860,17499,3,789,2954 +"161292",47860,17531,2,789,876 +"161293",47860,22357,3,789,1397 +"161294",47860,26597,3,789,2070 +"161295",47860,28648,3,789,1586 +"161296",47860,28782,3,789,2272 +"161297",47860,36840,3,789,2269 +"161298",47860,37684,3,789,2899 +"161299",47860,43701,2,789,2400 +"161300",47860,53652,3,789,2899 +"161301",47860,54316,3,789,1202 +"161302",47860,64737,3,789,2442 +"161303",47860,80970,3,789,2069 +"161304",47860,88984,3,789,935 +"161305",47869,19605,3,2097,2395 +"161306",47869,20124,3,2097,2376 +"161307",47869,35837,3,2097,2871 +"161308",47882,42574,3,2769,2842 +"161309",47882,59289,3,2769,2896 +"161310",47884,4913,2,131,292 +"161311",47884,5414,3,131,2321 +"161312",47884,6262,3,131,2733 +"161313",47884,6432,3,131,2297 +"161314",47884,9808,3,131,1648 +"161315",47884,15075,3,131,2252 +"161316",47884,15891,3,131,589 +"161317",47884,18992,3,131,243 +"161318",47884,19323,1,131,1705 +"161319",47884,20392,3,131,1309 +"161320",47884,22980,3,131,158 +"161321",47884,23890,1,131,1810 +"161322",47884,24109,3,131,504 +"161323",47884,24761,1,131,2384 +"161324",47884,31795,3,131,412 +"161325",47884,44982,3,131,1592 +"161326",47884,50476,1,131,1641 +"161327",47884,59579,2,131,2034 +"161328",47884,69215,3,131,1591 +"161329",47884,69352,2,131,220 +"161330",47884,72207,3,131,2430 +"161331",47884,72827,3,131,1359 +"161332",47884,75700,3,131,313 +"161333",47884,83133,3,131,1055 +"161334",47884,83947,3,131,917 +"161335",47884,88123,3,131,2252 +"161336",47884,89329,3,131,517 +"161337",47884,93665,1,131,220 +"161338",47884,105262,3,131,223 +"161339",47884,108872,3,131,1810 +"161340",47884,113181,2,131,2301 +"161341",47884,119007,3,131,979 +"161342",47889,323,3,992,1706 +"161343",47889,9351,3,992,1460 +"161344",47889,9552,2,992,1947 +"161345",47889,10223,3,992,1033 +"161346",47889,10239,3,992,2032 +"161347",47889,13065,3,992,1561 +"161348",47889,16296,3,992,2626 +"161349",47889,16384,1,992,1320 +"161350",47889,16482,3,992,1958 +"161351",47889,19605,3,992,2395 +"161352",47889,20321,3,992,1596 +"161353",47889,22282,3,992,1418 +"161354",47889,22652,3,992,1544 +"161355",47889,23015,2,992,1362 +"161356",47889,24256,3,992,2393 +"161357",47889,26793,3,992,2104 +"161358",47889,27379,3,992,2461 +"161359",47889,29089,3,992,1344 +"161360",47889,31856,3,992,2630 +"161361",47889,32678,3,992,1439 +"161362",47889,37026,3,992,1428 +"161363",47889,39443,3,992,2277 +"161364",47889,39875,3,992,2422 +"161365",47889,40913,3,992,1800 +"161366",47889,51017,3,992,2073 +"161367",47889,51035,2,992,2397 +"161368",47889,55438,2,992,2863 +"161369",47889,55892,3,992,1234 +"161370",47889,66978,3,992,1536 +"161371",47889,69712,3,992,1219 +"161372",47895,14353,3,2328,2878 +"161373",47895,17027,3,2328,2772 +"161374",47895,25480,3,2328,2747 +"161375",47895,37238,3,2328,2609 +"161376",47895,42799,3,2328,2729 +"161377",47895,51364,3,2328,2660 +"161378",47895,54067,3,2328,2433 +"161379",47895,117956,2,2328,2774 +"161380",47942,206,3,146,1986 +"161381",47942,543,3,146,2203 +"161382",47942,803,3,146,1666 +"161383",47942,1036,3,146,1367 +"161384",47942,1092,3,146,1945 +"161385",47942,1427,3,146,324 +"161386",47942,1428,3,146,742 +"161387",47942,1495,3,146,2046 +"161388",47942,1968,3,146,631 +"161389",47942,2484,3,146,2389 +"161390",47942,2754,3,146,1360 +"161391",47942,2766,3,146,1920 +"161392",47942,3753,3,146,1255 +"161393",47942,3853,3,146,2465 +"161394",47942,4763,2,146,1960 +"161395",47942,5315,3,146,2631 +"161396",47942,5429,3,146,1991 +"161397",47942,5462,3,146,2374 +"161398",47942,5504,3,146,2389 +"161399",47942,7292,3,146,1988 +"161400",47942,7323,3,146,2858 +"161401",47942,9893,3,146,2701 +"161402",47942,10638,3,146,2692 +"161403",47942,10779,3,146,2881 +"161404",47942,10874,2,146,1891 +"161405",47942,11055,3,146,2111 +"161406",47942,13388,3,146,2119 +"161407",47942,13925,3,146,1515 +"161408",47942,14080,3,146,1351 +"161409",47942,14189,3,146,1483 +"161410",47942,15184,2,146,2396 +"161411",47942,15607,2,146,1421 +"161412",47942,16053,3,146,908 +"161413",47942,16164,3,146,1184 +"161414",47942,16313,3,146,1160 +"161415",47942,16609,3,146,538 +"161416",47942,18348,3,146,1711 +"161417",47942,18874,3,146,2170 +"161418",47942,19027,2,146,2721 +"161419",47942,19113,3,146,1171 +"161420",47942,20067,3,146,2390 +"161421",47942,20292,3,146,2755 +"161422",47942,20700,2,146,2861 +"161423",47942,21571,3,146,2755 +"161424",47942,22207,3,146,2365 +"161425",47942,22566,3,146,2308 +"161426",47942,22850,2,146,878 +"161427",47942,23508,3,146,1907 +"161428",47942,25543,2,146,724 +"161429",47942,26957,3,146,987 +"161430",47942,29930,3,146,2240 +"161431",47942,31279,2,146,965 +"161432",47942,31505,3,146,162 +"161433",47942,31799,2,146,2547 +"161434",47942,35529,3,146,1620 +"161435",47942,35738,3,146,2448 +"161436",47942,37570,3,146,2389 +"161437",47942,39245,3,146,517 +"161438",47942,40832,3,146,634 +"161439",47942,41625,3,146,1794 +"161440",47942,41832,3,146,1155 +"161441",47942,41955,3,146,2479 +"161442",47942,42619,3,146,2017 +"161443",47942,44636,1,146,1026 +"161444",47942,46039,3,146,1794 +"161445",47942,48242,3,146,1690 +"161446",47942,50075,3,146,1026 +"161447",47942,50252,3,146,2001 +"161448",47942,51572,2,146,912 +"161449",47942,51863,3,146,1395 +"161450",47942,53134,3,146,1590 +"161451",47942,54676,2,146,1342 +"161452",47942,57077,3,146,1885 +"161453",47942,57977,3,146,2683 +"161454",47942,58035,3,146,1646 +"161455",47942,59646,2,146,456 +"161456",47942,60689,2,146,859 +"161457",47942,62488,2,146,1418 +"161458",47942,65029,3,146,2954 +"161459",47942,74730,3,146,535 +"161460",47942,76284,3,146,1237 +"161461",47942,76356,3,146,2323 +"161462",47942,78775,2,146,340 +"161463",47942,79689,3,146,1184 +"161464",47942,80471,3,146,538 +"161465",47942,81511,3,146,848 +"161466",47942,84498,3,146,1292 +"161467",47942,85784,3,146,1142 +"161468",47942,86799,3,146,1951 +"161469",47942,88966,3,146,1568 +"161470",47942,89676,3,146,397 +"161471",47942,91908,3,146,918 +"161472",47942,98150,3,146,1009 +"161473",47942,99273,3,146,825 +"161474",47942,100140,2,146,1041 +"161475",47942,100670,3,146,525 +"161476",47942,101338,3,146,1319 +"161477",47942,102004,2,146,497 +"161478",47942,102666,3,146,2726 +"161479",47942,102820,3,146,501 +"161480",47942,112368,3,146,606 +"161481",47947,455,3,2681,2827 +"161482",47947,823,3,2681,2840 +"161483",47947,4418,3,2681,2788 +"161484",47947,5725,1,2681,2789 +"161485",47947,7323,3,2681,2858 +"161486",47947,12867,2,2681,2773 +"161487",47947,13929,3,2681,2693 +"161488",47947,17826,3,2681,2920 +"161489",47947,18151,2,2681,2962 +"161490",47947,19528,3,2681,2742 +"161491",47947,24825,3,2681,2686 +"161492",47947,24923,3,2681,2785 +"161493",47947,26351,2,2681,2683 +"161494",47947,28285,1,2681,2972 +"161495",47947,34327,3,2681,2959 +"161496",47947,36962,3,2681,2861 +"161497",47947,39087,2,2681,2765 +"161498",47947,44235,3,2681,2700 +"161499",47947,49461,3,2681,2793 +"161500",47947,53219,3,2681,2973 +"161501",47947,55691,3,2681,2856 +"161502",47947,57977,2,2681,2683 +"161503",47947,64754,3,2681,2793 +"161504",47947,75311,3,2681,2745 +"161505",47955,680,2,751,2569 +"161506",47955,3271,3,751,2216 +"161507",47955,4001,3,751,1687 +"161508",47955,4303,3,751,2414 +"161509",47955,4660,3,751,2149 +"161510",47955,4983,3,751,1909 +"161511",47955,9484,2,751,1429 +"161512",47955,9621,3,751,1113 +"161513",47955,10739,3,751,1807 +"161514",47955,11588,3,751,2352 +"161515",47955,12031,3,751,1957 +"161516",47955,12759,3,751,2414 +"161517",47955,18122,3,751,894 +"161518",47955,18381,3,751,1524 +"161519",47955,18672,3,751,1182 +"161520",47955,19073,3,751,2748 +"161521",47955,21240,3,751,1162 +"161522",47955,23131,3,751,1732 +"161523",47955,25373,3,751,2783 +"161524",47955,27686,2,751,2844 +"161525",47955,28116,3,751,1643 +"161526",47955,30525,3,751,1964 +"161527",47955,37636,3,751,2178 +"161528",47955,39418,3,751,1978 +"161529",47955,41723,3,751,2101 +"161530",47955,44341,3,751,1230 +"161531",47955,50585,3,751,2414 +"161532",47955,59788,3,751,2315 +"161533",47955,62993,2,751,1369 +"161534",47955,74055,3,751,1544 +"161535",47955,87907,3,751,1173 +"161536",47955,92860,3,751,1643 +"161537",47955,94525,3,751,1993 +"161538",47956,1015,1,222,1174 +"161539",47956,1203,2,222,1350 +"161540",47956,2294,2,222,1638 +"161541",47956,2852,3,222,2448 +"161542",47956,2960,3,222,977 +"161543",47956,3284,3,222,1541 +"161544",47956,3770,3,222,2623 +"161545",47956,4107,3,222,987 +"161546",47956,4121,2,222,1304 +"161547",47956,8860,2,222,2141 +"161548",47956,10087,3,222,1617 +"161549",47956,10481,2,222,740 +"161550",47956,11168,3,222,1223 +"161551",47956,11383,3,222,977 +"161552",47956,14915,3,222,2606 +"161553",47956,16021,3,222,858 +"161554",47956,18005,3,222,2449 +"161555",47956,18706,3,222,1617 +"161556",47956,18891,3,222,1596 +"161557",47956,21352,2,222,1604 +"161558",47956,22166,3,222,994 +"161559",47956,27509,3,222,2067 +"161560",47956,28081,3,222,1927 +"161561",47956,28357,3,222,1134 +"161562",47956,32549,2,222,2111 +"161563",47956,33341,2,222,2338 +"161564",47956,33491,2,222,1226 +"161565",47956,33870,3,222,955 +"161566",47956,34094,2,222,1360 +"161567",47956,34528,3,222,1323 +"161568",47956,36514,3,222,1192 +"161569",47956,36637,3,222,2085 +"161570",47956,39534,3,222,2410 +"161571",47956,40796,3,222,540 +"161572",47956,46261,3,222,2350 +"161573",47956,49201,3,222,936 +"161574",47956,50229,3,222,1190 +"161575",47956,50996,3,222,929 +"161576",47956,51546,3,222,1369 +"161577",47956,56601,3,222,528 +"161578",47956,62668,3,222,958 +"161579",47956,67963,3,222,806 +"161580",47956,68789,3,222,1929 +"161581",47956,72438,3,222,1397 +"161582",47956,73172,2,222,2496 +"161583",47956,79837,2,222,1252 +"161584",47956,80050,3,222,2698 +"161585",47956,82413,3,222,491 +"161586",47956,83860,3,222,1522 +"161587",47956,91772,3,222,2233 +"161588",47956,98058,3,222,1891 +"161589",47956,101578,3,222,850 +"161590",47956,105419,3,222,855 +"161591",47956,107383,3,222,1918 +"161592",47956,109724,3,222,367 +"161593",47956,119501,3,222,390 +"161594",47965,6697,3,2232,2438 +"161595",47965,9504,3,2232,2549 +"161596",47965,9787,2,2232,2858 +"161597",47965,11136,2,2232,2573 +"161598",47965,14754,3,2232,2456 +"161599",47965,16866,3,2232,2718 +"161600",47965,18865,3,2232,2676 +"161601",47965,18965,3,2232,2315 +"161602",47965,19686,3,2232,2467 +"161603",47965,19934,3,2232,2888 +"161604",47965,63395,3,2232,2334 +"161605",47965,81164,3,2232,2260 +"161606",47966,9801,3,2409,2443 +"161607",47966,31131,3,2409,2810 +"161608",47966,36506,3,2409,2638 +"161609",47966,47534,3,2409,2712 +"161610",47968,9785,3,2829,2951 +"161611",47968,19934,3,2829,2888 +"161612",47968,23591,3,2829,2831 +"161613",47968,26642,3,2829,2952 +"161614",47968,34216,3,2829,2832 +"161615",47968,35715,2,2829,2912 +"161616",48015,3284,3,1355,1541 +"161617",48015,4983,3,1355,1909 +"161618",48015,9332,2,1355,2734 +"161619",48015,9703,3,1355,1845 +"161620",48015,10457,2,1355,1711 +"161621",48015,11588,3,1355,2352 +"161622",48015,11648,3,1355,2852 +"161623",48015,12361,2,1355,2732 +"161624",48015,13879,3,1355,2748 +"161625",48015,14043,2,1355,2084 +"161626",48015,15443,3,1355,1631 +"161627",48015,17645,3,1355,1918 +"161628",48015,18005,2,1355,2449 +"161629",48015,19655,3,1355,2706 +"161630",48015,20124,3,1355,2376 +"161631",48015,29818,3,1355,1677 +"161632",48015,30334,3,1355,2075 +"161633",48015,31109,2,1355,1845 +"161634",48015,32775,3,1355,2135 +"161635",48015,37636,3,1355,2178 +"161636",48015,40392,3,1355,1878 +"161637",48015,49712,3,1355,1937 +"161638",48015,50509,3,1355,2050 +"161639",48015,51783,3,1355,2599 +"161640",48015,53687,2,1355,2422 +"161641",48015,54523,3,1355,1935 +"161642",48015,58745,3,1355,1920 +"161643",48015,84271,1,1355,1556 +"161644",48015,88212,3,1355,2547 +"161645",48015,90299,3,1355,1606 +"161646",48035,270,2,2180,2542 +"161647",48035,380,2,2180,2261 +"161648",48035,1102,2,2180,2282 +"161649",48035,2424,3,2180,2582 +"161650",48035,2484,3,2180,2389 +"161651",48035,2572,3,2180,2273 +"161652",48035,3305,3,2180,2839 +"161653",48035,5235,3,2180,2324 +"161654",48035,5610,3,2180,2223 +"161655",48035,6074,3,2180,2426 +"161656",48035,8533,3,2180,2251 +"161657",48035,9362,3,2180,2879 +"161658",48035,10513,3,2180,2284 +"161659",48035,10857,3,2180,2253 +"161660",48035,11218,3,2180,2292 +"161661",48035,13307,1,2180,2206 +"161662",48035,14655,3,2180,2559 +"161663",48035,18394,2,2180,2356 +"161664",48035,19622,3,2180,2371 +"161665",48035,19862,2,2180,2412 +"161666",48035,20124,3,2180,2376 +"161667",48035,21012,2,2180,2325 +"161668",48035,22326,3,2180,2818 +"161669",48035,24256,3,2180,2393 +"161670",48035,25305,3,2180,2447 +"161671",48035,31159,3,2180,2231 +"161672",48035,36087,3,2180,2755 +"161673",48035,42216,3,2180,2722 +"161674",48035,43455,3,2180,2846 +"161675",48035,44769,3,2180,2411 +"161676",48035,46629,3,2180,2255 +"161677",48035,49110,3,2180,2938 +"161678",48035,50236,3,2180,2339 +"161679",48035,51866,3,2180,2411 +"161680",48035,54551,3,2180,2348 +"161681",48035,56082,3,2180,2395 +"161682",48035,57977,3,2180,2683 +"161683",48035,61982,3,2180,2725 +"161684",48035,72207,3,2180,2430 +"161685",48110,843,2,2009,2332 +"161686",48110,2424,3,2009,2582 +"161687",48110,2647,3,2009,2450 +"161688",48110,3271,1,2009,2216 +"161689",48110,3272,3,2009,2132 +"161690",48110,3477,3,2009,2546 +"161691",48110,3947,3,2009,2067 +"161692",48110,3961,3,2009,2426 +"161693",48110,3978,3,2009,2775 +"161694",48110,4249,3,2009,2547 +"161695",48110,4932,3,2009,2752 +"161696",48110,5239,3,2009,2875 +"161697",48110,6248,3,2009,2737 +"161698",48110,6999,3,2009,2214 +"161699",48110,7942,3,2009,2623 +"161700",48110,7984,3,2009,2493 +"161701",48110,9272,1,2009,2835 +"161702",48110,9503,3,2009,2453 +"161703",48110,9724,3,2009,2713 +"161704",48110,9910,3,2009,2526 +"161705",48110,9948,3,2009,2019 +"161706",48110,10373,3,2009,2436 +"161707",48110,10513,3,2009,2284 +"161708",48110,10638,3,2009,2692 +"161709",48110,11239,3,2009,2181 +"161710",48110,11319,3,2009,2073 +"161711",48110,11477,3,2009,2724 +"161712",48110,11506,3,2009,2824 +"161713",48110,12374,3,2009,2260 +"161714",48110,13780,3,2009,2412 +"161715",48110,14108,3,2009,2012 +"161716",48110,14470,3,2009,2632 +"161717",48110,14612,3,2009,2340 +"161718",48110,14761,3,2009,2502 +"161719",48110,14887,3,2009,2158 +"161720",48110,14957,3,2009,2306 +"161721",48110,15023,3,2009,2054 +"161722",48110,15782,3,2009,2306 +"161723",48110,16826,3,2009,2599 +"161724",48110,18571,3,2009,2128 +"161725",48110,18943,3,2009,2861 +"161726",48110,19075,2,2009,2214 +"161727",48110,19364,3,2009,2846 +"161728",48110,19719,3,2009,2177 +"161729",48110,20547,3,2009,2145 +"161730",48110,20695,3,2009,2526 +"161731",48110,21285,3,2009,2100 +"161732",48110,21693,3,2009,2176 +"161733",48110,22141,3,2009,2348 +"161734",48110,22326,3,2009,2818 +"161735",48110,22410,3,2009,2158 +"161736",48110,22709,3,2009,2743 +"161737",48110,23550,3,2009,2939 +"161738",48110,25941,3,2009,2369 +"161739",48110,26451,3,2009,2133 +"161740",48110,26597,3,2009,2070 +"161741",48110,26749,3,2009,2965 +"161742",48110,28582,3,2009,2698 +"161743",48110,29319,3,2009,2314 +"161744",48110,30010,3,2009,2917 +"161745",48110,31264,3,2009,2335 +"161746",48110,31357,3,2009,2389 +"161747",48110,32449,3,2009,2091 +"161748",48110,32516,3,2009,2050 +"161749",48110,32939,3,2009,2277 +"161750",48110,33572,3,2009,2370 +"161751",48110,34136,3,2009,2202 +"161752",48110,36136,3,2009,2338 +"161753",48110,36840,3,2009,2269 +"161754",48110,36979,3,2009,2158 +"161755",48110,37684,3,2009,2899 +"161756",48110,37752,2,2009,2223 +"161757",48110,38038,3,2009,2686 +"161758",48110,38887,3,2009,2468 +"161759",48110,39439,2,2009,2462 +"161760",48110,39444,2,2009,2695 +"161761",48110,39906,3,2009,2365 +"161762",48110,42382,3,2009,2224 +"161763",48110,42390,3,2009,2937 +"161764",48110,42407,3,2009,2408 +"161765",48110,43173,2,2009,2895 +"161766",48110,43226,1,2009,2442 +"161767",48110,43701,3,2009,2400 +"161768",48110,46951,3,2009,2429 +"161769",48110,47607,3,2009,2724 +"161770",48110,48931,3,2009,2444 +"161771",48110,51843,3,2009,2389 +"161772",48110,52576,3,2009,2234 +"161773",48110,53445,2,2009,2028 +"161774",48110,53584,3,2009,2391 +"161775",48110,54385,3,2009,2340 +"161776",48110,55556,3,2009,2075 +"161777",48110,56082,3,2009,2395 +"161778",48110,56317,3,2009,2030 +"161779",48110,57804,2,2009,2214 +"161780",48110,58508,1,2009,2326 +"161781",48110,59039,2,2009,2870 +"161782",48110,59700,3,2009,2346 +"161783",48110,69335,1,2009,2698 +"161784",48110,71274,3,2009,2390 +"161785",48110,73553,3,2009,2726 +"161786",48110,77077,3,2009,2693 +"161787",48110,79036,3,2009,2524 +"161788",48110,80190,2,2009,2717 +"161789",48110,82949,3,2009,2077 +"161790",48110,93553,3,2009,2537 +"161791",48110,98354,3,2009,2794 +"161792",48110,108379,3,2009,2933 +"161793",48158,16525,2,2483,2721 +"161794",48215,270,3,2028,2542 +"161795",48215,913,3,2028,2144 +"161796",48215,1136,3,2028,2536 +"161797",48215,1324,3,2028,2147 +"161798",48215,3460,3,2028,2530 +"161799",48215,3896,2,2028,2693 +"161800",48215,5580,3,2028,2111 +"161801",48215,7703,3,2028,2122 +"161802",48215,7984,3,2028,2493 +"161803",48215,9654,2,2028,2111 +"161804",48215,11329,3,2028,2799 +"161805",48215,13307,3,2028,2206 +"161806",48215,14032,3,2028,2144 +"161807",48215,14676,2,2028,2764 +"161808",48215,14887,3,2028,2158 +"161809",48215,16365,3,2028,2217 +"161810",48215,16866,3,2028,2718 +"161811",48215,17354,3,2028,2250 +"161812",48215,18394,3,2028,2356 +"161813",48215,18865,3,2028,2676 +"161814",48215,19516,3,2028,2313 +"161815",48215,20067,3,2028,2390 +"161816",48215,20271,2,2028,2044 +"161817",48215,21670,3,2028,2158 +"161818",48215,21929,3,2028,2062 +"161819",48215,22080,3,2028,2436 +"161820",48215,23011,2,2028,2763 +"161821",48215,24255,3,2028,2770 +"161822",48215,24256,3,2028,2393 +"161823",48215,26451,3,2028,2133 +"161824",48215,29929,3,2028,2789 +"161825",48215,30405,3,2028,2164 +"161826",48215,31700,2,2028,2727 +"161827",48215,32606,3,2028,2100 +"161828",48215,33380,3,2028,2340 +"161829",48215,36031,2,2028,2342 +"161830",48215,36609,3,2028,2918 +"161831",48215,36646,3,2028,2744 +"161832",48215,36862,3,2028,2655 +"161833",48215,37238,3,2028,2609 +"161834",48215,38602,3,2028,2693 +"161835",48215,42216,3,2028,2722 +"161836",48215,42642,3,2028,2257 +"161837",48215,42799,3,2028,2729 +"161838",48215,43213,3,2028,2160 +"161839",48215,45134,3,2028,2758 +"161840",48215,45618,3,2028,2356 +"161841",48215,47386,3,2028,2226 +"161842",48215,47440,3,2028,2234 +"161843",48215,49265,3,2028,2686 +"161844",48215,50236,3,2028,2339 +"161845",48215,53323,3,2028,2677 +"161846",48215,55468,3,2028,2511 +"161847",48215,55604,3,2028,2342 +"161848",48215,56082,2,2028,2395 +"161849",48215,56237,3,2028,2625 +"161850",48215,57380,3,2028,2362 +"161851",48215,58284,3,2028,2292 +"161852",48215,60116,3,2028,2668 +"161853",48215,60516,3,2028,2257 +"161854",48215,63395,2,2028,2334 +"161855",48215,64469,3,2028,2707 +"161856",48215,67726,2,2028,2873 +"161857",48215,72207,3,2028,2430 +"161858",48215,72728,3,2028,2234 +"161859",48215,73747,3,2028,2274 +"161860",48215,74204,3,2028,2463 +"161861",48215,78784,2,2028,2824 +"161862",48215,88232,3,2028,2881 +"161863",48215,110934,3,2028,2308 +"161864",48238,798,3,1194,2476 +"161865",48238,2407,3,1194,1725 +"161866",48238,3564,2,1194,2717 +"161867",48238,4001,3,1194,1687 +"161868",48238,5599,3,1194,1684 +"161869",48238,6942,1,1194,1232 +"161870",48238,10210,2,1194,1905 +"161871",48238,15567,3,1194,2671 +"161872",48238,16866,3,1194,2718 +"161873",48238,18865,3,1194,2676 +"161874",48238,26218,3,1194,2460 +"161875",48238,33010,2,1194,2189 +"161876",48238,33356,3,1194,1586 +"161877",48238,35004,2,1194,1509 +"161878",48238,35715,1,1194,2912 +"161879",48238,35980,2,1194,2657 +"161880",48238,38755,3,1194,2902 +"161881",48238,40819,2,1194,1556 +"161882",48238,42813,3,1194,2142 +"161883",48238,47968,3,1194,2829 +"161884",48238,51687,3,1194,2333 +"161885",48238,63395,3,1194,2334 +"161886",48238,65856,3,1194,2504 +"161887",48238,70455,3,1194,1307 +"161888",48238,72348,3,1194,1810 +"161889",48238,76971,2,1194,2145 +"161890",48238,80606,2,1194,2079 +"161891",48238,81162,3,1194,1240 +"161892",48242,2766,3,1690,1920 +"161893",48242,4763,3,1690,1960 +"161894",48242,5462,3,1690,2374 +"161895",48242,10874,3,1690,1891 +"161896",48242,15184,3,1690,2396 +"161897",48242,19027,2,1690,2721 +"161898",48242,20700,3,1690,2861 +"161899",48242,31799,2,1690,2547 +"161900",48242,33160,3,1690,2441 +"161901",48242,65029,2,1690,2954 +"161902",48254,2370,3,1013,1600 +"161903",48254,3068,3,1013,1815 +"161904",48254,4784,3,1013,2511 +"161905",48254,6020,3,1013,1864 +"161906",48254,16866,3,1013,2718 +"161907",48254,21358,3,1013,1970 +"161908",48254,21920,3,1013,2367 +"161909",48254,28648,3,1013,1586 +"161910",48254,31950,3,1013,2217 +"161911",48254,34274,3,1013,1437 +"161912",48254,45297,3,1013,1864 +"161913",48254,45449,2,1013,1610 +"161914",48254,45450,1,1013,1590 +"161915",48254,48823,3,1013,2080 +"161916",48254,48931,3,1013,2444 +"161917",48254,80186,2,1013,2228 +"161918",48254,84581,3,1013,1241 +"161919",48254,92366,3,1013,1434 +"161920",48254,93642,3,1013,1120 +"161921",48254,95879,3,1013,1748 +"161922",48254,100084,2,1013,1964 +"161923",48255,6577,3,970,1951 +"161924",48255,7579,3,970,1624 +"161925",48255,36862,3,970,2655 +"161926",48255,45207,2,970,1755 +"161927",48255,93568,3,970,1755 +"161928",48258,12388,3,755,1975 +"161929",48258,14353,3,755,2878 +"161930",48258,14564,3,755,1581 +"161931",48258,15444,3,755,2764 +"161932",48258,16053,3,755,908 +"161933",48258,16896,3,755,2223 +"161934",48258,17027,2,755,2772 +"161935",48258,17097,2,755,1505 +"161936",48258,20067,3,755,2390 +"161937",48258,22403,2,755,1630 +"161938",48258,26737,3,755,855 +"161939",48258,27355,3,755,870 +"161940",48258,40646,3,755,1583 +"161941",48258,41108,3,755,1624 +"161942",48258,42799,3,755,2729 +"161943",48258,52261,3,755,2162 +"161944",48258,57150,3,755,1196 +"161945",48258,57760,3,755,1721 +"161946",48258,65522,2,755,1572 +"161947",48258,68652,3,755,2878 +"161948",48260,270,3,875,2542 +"161949",48260,489,3,875,2652 +"161950",48260,671,3,875,2328 +"161951",48260,733,3,875,1653 +"161952",48260,1090,3,875,2370 +"161953",48260,1124,3,875,1596 +"161954",48260,1151,3,875,2885 +"161955",48260,1154,2,875,1656 +"161956",48260,1367,3,875,2176 +"161957",48260,1520,3,875,1716 +"161958",48260,1616,3,875,2662 +"161959",48260,1767,3,875,2727 +"161960",48260,1777,3,875,1965 +"161961",48260,2036,3,875,2483 +"161962",48260,2063,3,875,1278 +"161963",48260,2166,2,875,2557 +"161964",48260,2429,3,875,999 +"161965",48260,2684,2,875,2874 +"161966",48260,2754,3,875,1360 +"161967",48260,2819,3,875,1743 +"161968",48260,2894,3,875,1291 +"161969",48260,3068,3,875,1815 +"161970",48260,3167,2,875,1676 +"161971",48260,3271,3,875,2216 +"161972",48260,3317,3,875,2037 +"161973",48260,3628,3,875,2707 +"161974",48260,3830,3,875,1661 +"161975",48260,4226,1,875,1903 +"161976",48260,4305,3,875,2374 +"161977",48260,4485,3,875,1963 +"161978",48260,4687,3,875,2152 +"161979",48260,4763,3,875,1960 +"161980",48260,4790,3,875,1025 +"161981",48260,4791,3,875,1184 +"161982",48260,4953,3,875,2285 +"161983",48260,5239,3,875,2875 +"161984",48260,5462,3,875,2374 +"161985",48260,5504,3,875,2389 +"161986",48260,6052,3,875,1985 +"161987",48260,6222,3,875,1949 +"161988",48260,6392,3,875,1878 +"161989",48260,6428,3,875,1952 +"161990",48260,6491,2,875,2424 +"161991",48260,7241,3,875,2259 +"161992",48260,7245,3,875,2089 +"161993",48260,7555,3,875,1943 +"161994",48260,8533,3,875,2251 +"161995",48260,8621,3,875,1681 +"161996",48260,8762,3,875,2585 +"161997",48260,8821,3,875,2230 +"161998",48260,9272,3,875,2835 +"161999",48260,9311,3,875,2477 +"162000",48260,9432,3,875,1693 +"162001",48260,9481,3,875,1610 +"162002",48260,9511,3,875,1232 +"162003",48260,9751,2,875,1397 +"162004",48260,10453,3,875,1656 +"162005",48260,10488,3,875,1524 +"162006",48260,10646,3,875,1555 +"162007",48260,11055,3,875,2111 +"162008",48260,11620,3,875,2010 +"162009",48260,12081,3,875,2166 +"162010",48260,12374,2,875,2260 +"162011",48260,12728,3,875,2374 +"162012",48260,13945,3,875,1324 +"162013",48260,14959,3,875,2898 +"162014",48260,15118,3,875,1311 +"162015",48260,15135,3,875,1035 +"162016",48260,15401,3,875,1999 +"162017",48260,15539,2,875,1929 +"162018",48260,16053,3,875,908 +"162019",48260,16625,3,875,1285 +"162020",48260,17037,3,875,2947 +"162021",48260,18315,3,875,2720 +"162022",48260,18415,3,875,2184 +"162023",48260,18518,3,875,1128 +"162024",48260,19335,3,875,1729 +"162025",48260,19606,3,875,2783 +"162026",48260,19937,3,875,1587 +"162027",48260,20220,3,875,1656 +"162028",48260,20311,2,875,1981 +"162029",48260,20732,3,875,2401 +"162030",48260,20824,3,875,1366 +"162031",48260,21029,3,875,1943 +"162032",48260,21104,2,875,2327 +"162033",48260,21122,3,875,1701 +"162034",48260,21275,3,875,2609 +"162035",48260,22006,2,875,1202 +"162036",48260,22025,3,875,1591 +"162037",48260,22749,3,875,1727 +"162038",48260,23509,3,875,2275 +"162039",48260,23534,3,875,1659 +"162040",48260,23726,3,875,2434 +"162041",48260,24005,3,875,1188 +"162042",48260,24753,3,875,2860 +"162043",48260,25132,3,875,1188 +"162044",48260,25241,3,875,1233 +"162045",48260,25816,3,875,2088 +"162046",48260,25886,3,875,1580 +"162047",48260,26436,3,875,2489 +"162048",48260,26451,1,875,2133 +"162049",48260,27275,3,875,2656 +"162050",48260,27501,3,875,1981 +"162051",48260,27628,3,875,2389 +"162052",48260,27792,1,875,1308 +"162053",48260,27849,3,875,1316 +"162054",48260,28303,2,875,2089 +"162055",48260,28434,3,875,1141 +"162056",48260,29073,2,875,2328 +"162057",48260,29170,3,875,1846 +"162058",48260,29289,3,875,1756 +"162059",48260,29456,3,875,1182 +"162060",48260,30334,3,875,2075 +"162061",48260,30368,3,875,2487 +"162062",48260,30386,3,875,1833 +"162063",48260,30943,3,875,2287 +"162064",48260,31542,3,875,2459 +"162065",48260,31691,3,875,1657 +"162066",48260,32131,3,875,1035 +"162067",48260,32173,3,875,2341 +"162068",48260,32988,3,875,2008 +"162069",48260,33801,3,875,2899 +"162070",48260,34136,2,875,2202 +"162071",48260,34492,3,875,1798 +"162072",48260,35187,3,875,2488 +"162073",48260,35235,3,875,2610 +"162074",48260,35514,3,875,2346 +"162075",48260,36439,3,875,2469 +"162076",48260,37238,3,875,2609 +"162077",48260,37636,3,875,2178 +"162078",48260,38307,3,875,2648 +"162079",48260,38727,3,875,2238 +"162080",48260,38921,3,875,1880 +"162081",48260,39411,3,875,2384 +"162082",48260,39444,3,875,2695 +"162083",48260,40072,3,875,1182 +"162084",48260,40369,3,875,2735 +"162085",48260,40392,3,875,1878 +"162086",48260,40645,3,875,1899 +"162087",48260,41682,3,875,1988 +"162088",48260,41739,3,875,1339 +"162089",48260,42505,3,875,2008 +"162090",48260,43051,3,875,904 +"162091",48260,43213,3,875,2160 +"162092",48260,43226,3,875,2442 +"162093",48260,43404,3,875,2649 +"162094",48260,43455,3,875,2846 +"162095",48260,43518,1,875,2680 +"162096",48260,44089,3,875,1632 +"162097",48260,44636,3,875,1026 +"162098",48260,46621,3,875,1343 +"162099",48260,48110,3,875,2009 +"162100",48260,48414,3,875,1749 +"162101",48260,48698,3,875,1474 +"162102",48260,50093,3,875,909 +"162103",48260,50113,3,875,2059 +"162104",48260,50118,3,875,2654 +"162105",48260,50236,3,875,2339 +"162106",48260,51783,3,875,2599 +"162107",48260,52735,3,875,1124 +"162108",48260,54855,3,875,1525 +"162109",48260,55084,3,875,1189 +"162110",48260,55468,3,875,2511 +"162111",48260,55556,3,875,2075 +"162112",48260,55691,3,875,2856 +"162113",48260,56317,3,875,2030 +"162114",48260,56569,3,875,1993 +"162115",48260,57129,3,875,1858 +"162116",48260,57544,3,875,2443 +"162117",48260,57950,3,875,1529 +"162118",48260,57977,3,875,2683 +"162119",48260,58035,3,875,1646 +"162120",48260,58133,1,875,1484 +"162121",48260,58414,3,875,880 +"162122",48260,58451,3,875,1939 +"162123",48260,58508,3,875,2326 +"162124",48260,59790,3,875,1827 +"162125",48260,59939,3,875,936 +"162126",48260,60661,3,875,2700 +"162127",48260,62488,3,875,1418 +"162128",48260,62957,3,875,1170 +"162129",48260,63770,2,875,1324 +"162130",48260,64031,3,875,1295 +"162131",48260,64997,3,875,2791 +"162132",48260,65322,3,875,2008 +"162133",48260,69335,3,875,2698 +"162134",48260,69498,3,875,931 +"162135",48260,70203,3,875,2756 +"162136",48260,74687,3,875,930 +"162137",48260,75948,3,875,1006 +"162138",48260,79436,3,875,1344 +"162139",48260,79612,3,875,927 +"162140",48260,80301,3,875,1690 +"162141",48260,81895,3,875,1634 +"162142",48260,82426,3,875,1576 +"162143",48260,82696,2,875,1305 +"162144",48260,86245,2,875,1972 +"162145",48260,86664,3,875,1146 +"162146",48260,90573,3,875,878 +"162147",48260,92124,3,875,1532 +"162148",48260,94650,2,875,896 +"162149",48260,99020,2,875,1383 +"162150",48260,99103,3,875,1470 +"162151",48260,102133,3,875,1165 +"162152",48260,102609,3,875,885 +"162153",48260,104217,3,875,956 +"162154",48260,108379,2,875,2933 +"162155",48260,108867,3,875,2328 +"162156",48260,119444,2,875,888 +"162157",48262,46060,3,655,861 +"162158",48274,6192,3,1979,2409 +"162159",48274,8327,2,1979,2527 +"162160",48274,12449,1,1979,2067 +"162161",48274,15444,3,1979,2764 +"162162",48274,15626,3,1979,2434 +"162163",48274,18394,3,1979,2356 +"162164",48274,19208,3,1979,2629 +"162165",48274,19605,3,1979,2395 +"162166",48274,21248,3,1979,2232 +"162167",48274,24558,3,1979,2139 +"162168",48274,27390,3,1979,2425 +"162169",48274,29280,3,1979,2499 +"162170",48274,31117,3,1979,2210 +"162171",48274,41682,3,1979,1988 +"162172",48274,41764,3,1979,2409 +"162173",48274,48373,3,1979,2220 +"162174",48274,50480,3,1979,2701 +"162175",48274,51853,3,1979,2520 +"162176",48274,54879,3,1979,2210 +"162177",48274,56920,3,1979,2548 +"162178",48274,91579,2,1979,2510 +"162179",48274,99351,3,1979,2939 +"162180",48277,733,3,971,1653 +"162181",48277,1046,3,971,1881 +"162182",48277,1386,2,971,1901 +"162183",48277,2063,3,971,1278 +"162184",48277,2572,3,971,2273 +"162185",48277,2743,3,971,1278 +"162186",48277,3242,2,971,1730 +"162187",48277,4191,3,971,2130 +"162188",48277,4618,3,971,2607 +"162189",48277,4687,3,971,2152 +"162190",48277,4980,3,971,2093 +"162191",48277,5622,3,971,2175 +"162192",48277,5725,3,971,2789 +"162193",48277,7245,3,971,2089 +"162194",48277,8621,3,971,1681 +"162195",48277,9328,3,971,1937 +"162196",48277,10404,3,971,2062 +"162197",48277,10857,3,971,2253 +"162198",48277,10890,3,971,2639 +"162199",48277,15402,3,971,1281 +"162200",48277,16074,2,971,977 +"162201",48277,16164,2,971,1184 +"162202",48277,17357,3,971,1536 +"162203",48277,20563,2,971,2267 +"162204",48277,20824,3,971,1366 +"162205",48277,21911,3,971,1184 +"162206",48277,22501,3,971,1006 +"162207",48277,23159,3,971,1548 +"162208",48277,23492,3,971,1067 +"162209",48277,23506,3,971,1172 +"162210",48277,23704,3,971,2278 +"162211",48277,25341,3,971,1858 +"162212",48277,25643,3,971,1646 +"162213",48277,25971,2,971,2608 +"162214",48277,26282,3,971,1241 +"162215",48277,26436,3,971,2489 +"162216",48277,26516,3,971,2479 +"162217",48277,27753,2,971,2750 +"162218",48277,28434,3,971,1141 +"162219",48277,30081,3,971,2403 +"162220",48277,30438,3,971,1617 +"162221",48277,31799,3,971,2547 +"162222",48277,34216,3,971,2832 +"162223",48277,34327,3,971,2959 +"162224",48277,34480,3,971,2755 +"162225",48277,34492,2,971,1798 +"162226",48277,34735,3,971,2767 +"162227",48277,38449,3,971,1802 +"162228",48277,39294,3,971,1889 +"162229",48277,40293,3,971,1671 +"162230",48277,45715,3,971,2287 +"162231",48277,48754,3,971,1972 +"162232",48277,51022,3,971,1499 +"162233",48277,51410,3,971,2739 +"162234",48277,51471,2,971,1280 +"162235",48277,51987,3,971,1397 +"162236",48277,54551,3,971,2348 +"162237",48277,54740,3,971,2750 +"162238",48277,58035,2,971,1646 +"162239",48277,64031,3,971,1295 +"162240",48277,64793,3,971,2819 +"162241",48277,67383,3,971,1739 +"162242",48277,74095,3,971,2333 +"162243",48277,82767,3,971,1641 +"162244",48277,94808,3,971,988 +"162245",48277,100134,3,971,977 +"162246",48283,1315,2,1290,2760 +"162247",48283,2181,3,1290,2030 +"162248",48283,2424,3,1290,2582 +"162249",48283,3139,2,1290,1656 +"162250",48283,3305,3,1290,2839 +"162251",48283,5622,3,1290,2175 +"162252",48283,7181,3,1290,1421 +"162253",48283,7196,3,1290,1508 +"162254",48283,7984,3,1290,2493 +"162255",48283,8866,3,1290,1545 +"162256",48283,9362,2,1290,2879 +"162257",48283,12564,3,1290,2799 +"162258",48283,12901,1,1290,2136 +"162259",48283,12982,2,1290,2143 +"162260",48283,13324,3,1290,2163 +"162261",48283,13479,3,1290,2155 +"162262",48283,13780,3,1290,2412 +"162263",48283,14353,3,1290,2878 +"162264",48283,14652,3,1290,2516 +"162265",48283,15401,3,1290,1999 +"162266",48283,17027,3,1290,2772 +"162267",48283,19096,3,1290,1538 +"162268",48283,21197,3,1290,1437 +"162269",48283,21285,3,1290,2100 +"162270",48283,21479,3,1290,2134 +"162271",48283,21693,3,1290,2176 +"162272",48283,23312,2,1290,2449 +"162273",48283,24612,2,1290,1875 +"162274",48283,27427,2,1290,2325 +"162275",48283,27694,3,1290,2030 +"162276",48283,28131,3,1290,1492 +"162277",48283,28784,2,1290,1579 +"162278",48283,30150,3,1290,1704 +"162279",48283,30747,3,1290,2455 +"162280",48283,32988,3,1290,2008 +"162281",48283,33949,3,1290,2489 +"162282",48283,36087,3,1290,2755 +"162283",48283,36637,3,1290,2085 +"162284",48283,39294,3,1290,1889 +"162285",48283,40645,3,1290,1899 +"162286",48283,40707,3,1290,1547 +"162287",48283,44654,2,1290,2916 +"162288",48283,44676,3,1290,2629 +"162289",48283,45959,3,1290,1880 +"162290",48283,46040,1,1290,2105 +"162291",48283,47064,3,1290,1993 +"162292",48283,48289,3,1290,2209 +"162293",48283,51089,3,1290,2426 +"162294",48283,51243,2,1290,1389 +"162295",48283,53604,3,1290,2489 +"162296",48283,58365,2,1290,1902 +"162297",48283,65155,3,1290,1947 +"162298",48283,65322,3,1290,2008 +"162299",48283,68652,3,1290,2878 +"162300",48283,70203,3,1290,2756 +"162301",48283,80014,3,1290,1562 +"162302",48283,87837,3,1290,1987 +"162303",48283,92513,3,1290,2282 +"162304",48289,1639,1,2209,2631 +"162305",48289,16518,3,2209,2642 +"162306",48289,26749,3,2209,2965 +"162307",48289,33949,3,2209,2489 +"162308",48377,2684,3,1927,2874 +"162309",48377,8865,2,1927,2394 +"162310",48377,9615,3,1927,2464 +"162311",48377,10148,3,1927,2964 +"162312",48377,27908,3,1927,2576 +"162313",48377,29454,3,1927,2719 +"162314",48377,30906,3,1927,2537 +"162315",48377,55862,3,1927,2123 +"162316",48377,58733,3,1927,1958 +"162317",48377,69232,3,1927,2130 +"162318",48384,4671,3,2057,2280 +"162319",48384,7616,3,2057,2296 +"162320",48384,22950,3,2057,2576 +"162321",48384,48571,3,2057,2717 +"162322",48384,50236,3,2057,2339 +"162323",48384,56082,3,2057,2395 +"162324",48400,364,3,113,2351 +"162325",48400,1015,3,113,1174 +"162326",48400,1203,2,113,1350 +"162327",48400,2294,2,113,1638 +"162328",48400,3978,2,113,2775 +"162329",48400,4303,3,113,2414 +"162330",48400,6580,3,113,222 +"162331",48400,8860,3,113,2141 +"162332",48400,9481,3,113,1610 +"162333",48400,9503,3,113,2453 +"162334",48400,9787,3,113,2858 +"162335",48400,10087,2,113,1617 +"162336",48400,10453,3,113,1656 +"162337",48400,11127,3,113,1196 +"162338",48400,16021,3,113,858 +"162339",48400,18381,3,113,1524 +"162340",48400,18706,3,113,1617 +"162341",48400,19655,3,113,2706 +"162342",48400,20220,3,113,1656 +"162343",48400,28357,3,113,1134 +"162344",48400,33491,3,113,1226 +"162345",48400,34094,2,113,1360 +"162346",48400,37351,3,113,978 +"162347",48400,39534,3,113,2410 +"162348",48400,47013,3,113,2388 +"162349",48400,47629,3,113,222 +"162350",48400,47956,2,113,222 +"162351",48400,49201,3,113,936 +"162352",48400,71531,3,113,2887 +"162353",48400,72438,3,113,1397 +"162354",48400,76143,3,113,1610 +"162355",48400,79534,3,113,340 +"162356",48400,95690,3,113,765 +"162357",48400,107383,3,113,1918 +"162358",48414,135,3,1749,2233 +"162359",48414,1090,3,1749,2370 +"162360",48414,1321,3,1749,2075 +"162361",48414,2166,2,1749,2557 +"162362",48414,2424,3,1749,2582 +"162363",48414,4226,3,1749,1903 +"162364",48414,4701,3,1749,2401 +"162365",48414,5504,3,1749,2389 +"162366",48414,5849,3,1749,2404 +"162367",48414,12863,2,1749,2027 +"162368",48414,13751,2,1749,2557 +"162369",48414,14972,3,1749,2332 +"162370",48414,16497,3,1749,2370 +"162371",48414,19248,3,1749,2357 +"162372",48414,19719,3,1749,2177 +"162373",48414,21285,3,1749,2100 +"162374",48414,23704,3,1749,2278 +"162375",48414,26608,3,1749,2329 +"162376",48414,26749,3,1749,2965 +"162377",48414,27390,3,1749,2425 +"162378",48414,30386,3,1749,1833 +"162379",48414,33572,3,1749,2370 +"162380",48414,38019,3,1749,1870 +"162381",48414,39444,2,1749,2695 +"162382",48414,43518,3,1749,2680 +"162383",48414,50685,2,1749,2008 +"162384",48414,50977,3,1749,2352 +"162385",48414,52058,2,1749,1836 +"162386",48414,52576,3,1749,2234 +"162387",48414,53196,3,1749,1888 +"162388",48414,53789,3,1749,2681 +"162389",48414,55438,3,1749,2863 +"162390",48414,55468,3,1749,2511 +"162391",48414,55556,3,1749,2075 +"162392",48414,55828,3,1749,2393 +"162393",48414,56317,3,1749,2030 +"162394",48414,58508,3,1749,2326 +"162395",48414,59700,3,1749,2346 +"162396",48414,61982,3,1749,2725 +"162397",48414,62841,3,1749,2710 +"162398",48414,63442,3,1749,1965 +"162399",48414,67129,3,1749,2335 +"162400",48414,67690,3,1749,1902 +"162401",48414,79322,3,1749,2770 +"162402",48414,82949,3,1749,2077 +"162403",48419,1624,3,1134,2687 +"162404",48419,1708,3,1134,1591 +"162405",48419,2282,2,1134,2056 +"162406",48419,2647,3,1134,2450 +"162407",48419,2927,2,1134,1789 +"162408",48419,4249,3,1134,2547 +"162409",48419,7604,3,1134,1366 +"162410",48419,11858,3,1134,1530 +"162411",48419,12116,2,1134,2119 +"162412",48419,13340,3,1134,1918 +"162413",48419,14957,3,1134,2306 +"162414",48419,15782,3,1134,2306 +"162415",48419,17499,3,1134,2954 +"162416",48419,22357,3,1134,1397 +"162417",48419,22410,3,1134,2158 +"162418",48419,26597,3,1134,2070 +"162419",48419,28782,3,1134,2272 +"162420",48419,32350,3,1134,1540 +"162421",48419,36840,1,1134,2269 +"162422",48419,42382,3,1134,2224 +"162423",48419,42390,2,1134,2937 +"162424",48419,42407,3,1134,2408 +"162425",48419,43701,3,1134,2400 +"162426",48419,46616,3,1134,1917 +"162427",48419,47607,3,1134,2724 +"162428",48419,48501,3,1134,2010 +"162429",48419,50468,3,1134,1659 +"162430",48419,53584,3,1134,2391 +"162431",48419,80970,3,1134,2069 +"162432",48419,84181,2,1134,1272 +"162433",48435,270,3,528,2542 +"162434",48435,508,3,528,801 +"162435",48435,1124,3,528,1596 +"162436",48435,1127,2,528,1188 +"162437",48435,1130,3,528,1566 +"162438",48435,1428,3,528,742 +"162439",48435,1578,3,528,1612 +"162440",48435,2195,3,528,2139 +"162441",48435,2269,3,528,984 +"162442",48435,2300,3,528,565 +"162443",48435,2325,3,528,1641 +"162444",48435,2894,3,528,1291 +"162445",48435,2901,3,528,1156 +"162446",48435,2972,3,528,1708 +"162447",48435,3966,3,528,2425 +"162448",48435,4289,3,528,1921 +"162449",48435,5392,3,528,1648 +"162450",48435,5615,3,528,1105 +"162451",48435,5785,3,528,1261 +"162452",48435,5971,3,528,1985 +"162453",48435,6222,3,528,1949 +"162454",48435,6264,3,528,749 +"162455",48435,6588,3,528,2025 +"162456",48435,10523,3,528,1510 +"162457",48435,11127,3,528,1196 +"162458",48435,11229,3,528,1625 +"162459",48435,11817,3,528,600 +"162460",48435,12374,2,528,2260 +"162461",48435,12388,2,528,1975 +"162462",48435,13307,3,528,2206 +"162463",48435,13388,3,528,2119 +"162464",48435,14272,3,528,1063 +"162465",48435,14353,3,528,2878 +"162466",48435,14482,3,528,1573 +"162467",48435,14564,3,528,1581 +"162468",48435,14656,3,528,584 +"162469",48435,14669,3,528,2080 +"162470",48435,15215,3,528,798 +"162471",48435,15444,2,528,2764 +"162472",48435,15990,3,528,593 +"162473",48435,16053,2,528,908 +"162474",48435,16352,3,528,2657 +"162475",48435,16896,3,528,2223 +"162476",48435,17027,2,528,2772 +"162477",48435,17061,3,528,2385 +"162478",48435,17097,2,528,1505 +"162479",48435,17396,3,528,1672 +"162480",48435,17400,3,528,2231 +"162481",48435,18165,3,528,2085 +"162482",48435,18394,3,528,2356 +"162483",48435,18404,3,528,801 +"162484",48435,19317,3,528,2041 +"162485",48435,19637,3,528,1229 +"162486",48435,20067,2,528,2390 +"162487",48435,21104,3,528,2327 +"162488",48435,21248,3,528,2232 +"162489",48435,21422,3,528,935 +"162490",48435,21706,3,528,1988 +"162491",48435,22403,2,528,1630 +"162492",48435,23268,3,528,2258 +"162493",48435,23492,3,528,1067 +"162494",48435,23526,3,528,1998 +"162495",48435,23715,3,528,1859 +"162496",48435,23725,3,528,2378 +"162497",48435,23869,3,528,1918 +"162498",48435,24005,3,528,1188 +"162499",48435,25132,3,528,1188 +"162500",48435,25443,3,528,1441 +"162501",48435,26570,3,528,1669 +"162502",48435,26671,3,528,2279 +"162503",48435,26737,3,528,855 +"162504",48435,26867,2,528,1804 +"162505",48435,27104,3,528,1608 +"162506",48435,27355,3,528,870 +"162507",48435,27744,3,528,861 +"162508",48435,28131,3,528,1492 +"162509",48435,30325,3,528,1067 +"162510",48435,30405,3,528,2164 +"162511",48435,30883,3,528,1629 +"162512",48435,32017,2,528,577 +"162513",48435,32811,3,528,804 +"162514",48435,33622,3,528,2230 +"162515",48435,33801,3,528,2899 +"162516",48435,34136,3,528,2202 +"162517",48435,34509,3,528,1973 +"162518",48435,34836,3,528,2302 +"162519",48435,35529,3,528,1620 +"162520",48435,37800,2,528,604 +"162521",48435,38019,3,528,1870 +"162522",48435,39444,3,528,2695 +"162523",48435,39865,2,528,849 +"162524",48435,40028,3,528,1349 +"162525",48435,40072,2,528,1182 +"162526",48435,40646,1,528,1583 +"162527",48435,41108,2,528,1624 +"162528",48435,41682,3,528,1988 +"162529",48435,42837,3,528,1096 +"162530",48435,48258,3,528,755 +"162531",48435,48698,3,528,1474 +"162532",48435,50236,3,528,2339 +"162533",48435,50487,2,528,744 +"162534",48435,52261,3,528,2162 +"162535",48435,52345,2,528,1430 +"162536",48435,53303,2,528,1376 +"162537",48435,53475,3,528,2853 +"162538",48435,56082,3,528,2395 +"162539",48435,57150,2,528,1196 +"162540",48435,57760,2,528,1721 +"162541",48435,59939,1,528,936 +"162542",48435,61242,3,528,1650 +"162543",48435,65522,3,528,1572 +"162544",48435,68215,3,528,2727 +"162545",48435,70528,3,528,2727 +"162546",48435,70838,3,528,687 +"162547",48435,70996,3,528,1037 +"162548",48435,72188,3,528,856 +"162549",48435,72326,3,528,2384 +"162550",48435,74730,3,528,535 +"162551",48435,75403,3,528,1895 +"162552",48435,76356,2,528,2323 +"162553",48435,76999,3,528,908 +"162554",48435,78256,3,528,804 +"162555",48435,82009,3,528,1020 +"162556",48435,85329,2,528,738 +"162557",48435,85547,3,528,997 +"162558",48435,85685,3,528,998 +"162559",48435,91901,3,528,1236 +"162560",48435,91912,2,528,790 +"162561",48435,94808,3,528,988 +"162562",48435,97160,3,528,1215 +"162563",48435,98925,3,528,584 +"162564",48435,100140,3,528,1041 +"162565",48435,108867,3,528,2328 +"162566",48435,109663,3,528,545 +"162567",48501,364,3,2010,2351 +"162568",48501,1369,3,2010,2487 +"162569",48501,2036,3,2010,2483 +"162570",48501,2282,3,2010,2056 +"162571",48501,2443,3,2010,2333 +"162572",48501,6119,3,2010,2358 +"162573",48501,6989,3,2010,2623 +"162574",48501,6999,3,2010,2214 +"162575",48501,8760,3,2010,2477 +"162576",48501,10336,3,2010,2271 +"162577",48501,12116,1,2010,2119 +"162578",48501,14470,2,2010,2632 +"162579",48501,15782,3,2010,2306 +"162580",48501,20984,3,2010,2502 +"162581",48501,22410,1,2010,2158 +"162582",48501,23498,1,2010,2398 +"162583",48501,23560,2,2010,2051 +"162584",48501,27390,3,2010,2425 +"162585",48501,29473,3,2010,2602 +"162586",48501,31264,2,2010,2335 +"162587",48501,36840,2,2010,2269 +"162588",48501,36953,3,2010,2790 +"162589",48501,42407,2,2010,2408 +"162590",48501,45499,2,2010,2346 +"162591",48501,52950,3,2010,2716 +"162592",48501,54775,3,2010,2383 +"162593",48501,57205,3,2010,2948 +"162594",48501,68286,3,2010,2442 +"162595",48503,13732,3,820,2789 +"162596",48503,13929,3,820,2693 +"162597",48503,14189,2,820,1483 +"162598",48503,14709,3,820,1901 +"162599",48503,15343,3,820,2125 +"162600",48503,15500,3,820,1658 +"162601",48503,16313,2,820,1160 +"162602",48503,21417,3,820,2422 +"162603",48503,21693,3,820,2176 +"162604",48503,21795,3,820,2653 +"162605",48503,22326,3,820,2818 +"162606",48503,22362,3,820,1836 +"162607",48503,23508,3,820,1907 +"162608",48503,23751,3,820,1740 +"162609",48503,24146,2,820,2003 +"162610",48503,24362,1,820,1287 +"162611",48503,26865,3,820,2726 +"162612",48503,28233,3,820,1608 +"162613",48503,30081,3,820,2403 +"162614",48503,32516,3,820,2050 +"162615",48503,36962,2,820,2861 +"162616",48503,37333,3,820,1612 +"162617",48503,38908,1,820,1787 +"162618",48503,43839,3,820,1685 +"162619",48503,44684,2,820,1220 +"162620",48503,46717,3,820,938 +"162621",48503,48820,3,820,2769 +"162622",48503,49032,3,820,2469 +"162623",48503,54020,2,820,1578 +"162624",48503,56082,3,820,2395 +"162625",48503,65679,3,820,1578 +"162626",48503,67264,3,820,2790 +"162627",48503,72122,3,820,1436 +"162628",48503,76342,1,820,1429 +"162629",48503,79088,3,820,1369 +"162630",48503,83096,2,820,1061 +"162631",48503,85592,3,820,1412 +"162632",48503,85784,3,820,1142 +"162633",48503,89668,3,820,1279 +"162634",48503,96678,3,820,1183 +"162635",48548,600,3,826,1702 +"162636",48548,762,3,826,2671 +"162637",48548,1364,3,826,859 +"162638",48548,1639,3,826,2631 +"162639",48548,2269,3,826,984 +"162640",48548,3306,3,826,1989 +"162641",48548,3647,3,826,1325 +"162642",48548,4889,2,826,1501 +"162643",48548,5864,3,826,1197 +"162644",48548,6914,3,826,2668 +"162645",48548,8060,3,826,1883 +"162646",48548,11477,3,826,2724 +"162647",48548,14072,2,826,1346 +"162648",48548,14108,3,826,2012 +"162649",48548,14972,1,826,2332 +"162650",48548,15315,3,826,2173 +"162651",48548,17381,1,826,1697 +"162652",48548,19113,3,826,1171 +"162653",48548,19528,3,826,2742 +"162654",48548,19637,3,826,1229 +"162655",48548,21198,3,826,935 +"162656",48548,21246,3,826,1612 +"162657",48548,22566,3,826,2308 +"162658",48548,26749,3,826,2965 +"162659",48548,29243,3,826,2011 +"162660",48548,30331,3,826,2549 +"162661",48548,30334,3,826,2075 +"162662",48548,31307,3,826,2139 +"162663",48548,32939,3,826,2277 +"162664",48548,33588,3,826,1040 +"162665",48548,33949,3,826,2489 +"162666",48548,35518,2,826,1721 +"162667",48548,37238,3,826,2609 +"162668",48548,37636,3,826,2178 +"162669",48548,38602,3,826,2693 +"162670",48548,39081,3,826,1597 +"162671",48548,40392,3,826,1878 +"162672",48548,41739,3,826,1339 +"162673",48548,43635,3,826,1196 +"162674",48548,44720,3,826,1202 +"162675",48548,46717,3,826,938 +"162676",48548,47248,3,826,2883 +"162677",48548,51017,3,826,2073 +"162678",48548,51783,3,826,2599 +"162679",48548,52003,3,826,2067 +"162680",48548,57804,3,826,2214 +"162681",48548,63547,3,826,1023 +"162682",48548,64181,3,826,1828 +"162683",48548,65625,3,826,1273 +"162684",48548,66413,3,826,2507 +"162685",48548,71342,3,826,1289 +"162686",48548,72956,3,826,1251 +"162687",48548,74290,3,826,1513 +"162688",48548,80219,3,826,988 +"162689",48548,82426,3,826,1576 +"162690",48548,87638,3,826,1114 +"162691",48548,90802,3,826,877 +"162692",48548,105063,3,826,1908 +"162693",48571,997,2,2717,2788 +"162694",48571,42216,3,2717,2722 +"162695",48571,53219,1,2717,2973 +"162696",48576,4646,3,1675,2139 +"162697",48576,6821,3,1675,1788 +"162698",48576,9301,3,1675,1861 +"162699",48576,16437,3,1675,1956 +"162700",48576,37752,3,1675,2223 +"162701",48576,59039,3,1675,2870 +"162702",48576,69788,3,1675,2007 +"162703",48576,88067,3,1675,2315 +"162704",48585,5937,3,2063,2392 +"162705",48585,6234,3,2063,2654 +"162706",48585,14612,3,2063,2340 +"162707",48585,15150,2,2063,2801 +"162708",48585,15558,2,2063,2389 +"162709",48585,20011,2,2063,2826 +"162710",48585,23728,2,2063,2601 +"162711",48585,29775,3,2063,2064 +"162712",48585,30194,3,2063,2874 +"162713",48585,32079,3,2063,2315 +"162714",48585,42136,3,2063,2551 +"162715",48585,44730,3,2063,2468 +"162716",48585,67836,3,2063,2195 +"162717",48585,76505,3,2063,2123 +"162718",48602,1367,3,1704,2176 +"162719",48602,5315,3,1704,2631 +"162720",48602,7245,3,1704,2089 +"162721",48602,13573,3,1704,2774 +"162722",48602,19858,2,1704,2357 +"162723",48602,31003,1,1704,1859 +"162724",48602,36007,3,1704,2089 +"162725",48602,41278,3,1704,1873 +"162726",48602,45633,2,1704,2134 +"162727",48602,45903,3,1704,2237 +"162728",48602,48127,2,1704,2677 +"162729",48602,53859,3,1704,1817 +"162730",48602,65691,3,1704,2134 +"162731",48602,67957,3,1704,2823 +"162732",48602,92297,3,1704,2952 +"162733",48605,3305,3,2796,2839 +"162734",48605,16954,3,2796,2972 +"162735",48605,26749,3,2796,2965 +"162736",48605,33801,3,2796,2899 +"162737",48605,42574,3,2796,2842 +"162738",48605,43455,3,2796,2846 +"162739",48605,53219,3,2796,2973 +"162740",48605,71518,2,2796,2805 +"162741",48607,5865,3,470,1910 +"162742",48607,7616,3,470,2296 +"162743",48607,9362,3,470,2879 +"162744",48607,9871,3,470,921 +"162745",48607,10744,3,470,955 +"162746",48607,10851,2,470,2423 +"162747",48607,12943,3,470,1902 +"162748",48607,13249,3,470,2573 +"162749",48607,15632,2,470,1242 +"162750",48607,16539,3,470,1947 +"162751",48607,64232,3,470,1275 +"162752",48607,67788,3,470,837 +"162753",48607,69712,3,470,1219 +"162754",48607,74730,3,470,535 +"162755",48607,116444,3,470,1206 +"162756",48639,69590,3,2291,2441 +"162757",48648,14,3,258,1793 +"162758",48648,915,3,258,1793 +"162759",48648,2960,3,258,977 +"162760",48648,4107,3,258,987 +"162761",48648,12388,3,258,1975 +"162762",48648,13518,3,258,525 +"162763",48648,13835,3,258,1588 +"162764",48648,17571,3,258,953 +"162765",48648,19874,3,258,985 +"162766",48648,21479,3,258,2134 +"162767",48648,33380,3,258,2340 +"162768",48648,36637,2,258,2085 +"162769",48648,41682,3,258,1988 +"162770",48648,42505,3,258,2008 +"162771",48648,59677,3,258,1174 +"162772",48648,61188,3,258,2134 +"162773",48648,76081,3,258,1534 +"162774",48648,77031,3,258,801 +"162775",48648,79837,3,258,1252 +"162776",48648,88473,3,258,1102 +"162777",48648,98080,3,258,1265 +"162778",48652,12397,3,1686,1965 +"162779",48652,13920,2,1686,1709 +"162780",48652,19386,3,1686,1714 +"162781",48698,446,3,1474,1910 +"162782",48698,613,3,1474,2687 +"162783",48698,1090,3,1474,2370 +"162784",48698,1154,3,1474,1656 +"162785",48698,1321,3,1474,2075 +"162786",48698,1520,3,1474,1716 +"162787",48698,2166,3,1474,2557 +"162788",48698,2424,3,1474,2582 +"162789",48698,2523,3,1474,1691 +"162790",48698,2533,3,1474,2016 +"162791",48698,3167,2,1474,1676 +"162792",48698,3242,3,1474,1730 +"162793",48698,3305,3,1474,2839 +"162794",48698,3830,3,1474,1661 +"162795",48698,4057,3,1474,2389 +"162796",48698,4226,3,1474,1903 +"162797",48698,4305,3,1474,2374 +"162798",48698,4430,3,1474,2019 +"162799",48698,4567,3,1474,2348 +"162800",48698,5462,3,1474,2374 +"162801",48698,5971,3,1474,1985 +"162802",48698,6104,3,1474,2462 +"162803",48698,6491,3,1474,2424 +"162804",48698,6588,3,1474,2025 +"162805",48698,7241,1,1474,2259 +"162806",48698,7780,3,1474,1920 +"162807",48698,8533,3,1474,2251 +"162808",48698,10453,3,1474,1656 +"162809",48698,10646,2,1474,1555 +"162810",48698,12374,1,1474,2260 +"162811",48698,12728,3,1474,2374 +"162812",48698,16352,3,1474,2657 +"162813",48698,17632,3,1474,1947 +"162814",48698,17645,2,1474,1918 +"162815",48698,20311,3,1474,1981 +"162816",48698,21104,2,1474,2327 +"162817",48698,21122,2,1474,1701 +"162818",48698,23534,3,1474,1659 +"162819",48698,24568,3,1474,1937 +"162820",48698,26451,2,1474,2133 +"162821",48698,26570,3,1474,1669 +"162822",48698,26608,3,1474,2329 +"162823",48698,26671,3,1474,2279 +"162824",48698,26867,3,1474,1804 +"162825",48698,28784,3,1474,1579 +"162826",48698,29073,3,1474,2328 +"162827",48698,29170,3,1474,1846 +"162828",48698,29314,3,1474,2736 +"162829",48698,32761,3,1474,2680 +"162830",48698,33430,3,1474,2225 +"162831",48698,33622,3,1474,2230 +"162832",48698,34136,2,1474,2202 +"162833",48698,34836,3,1474,2302 +"162834",48698,36763,3,1474,2165 +"162835",48698,38019,3,1474,1870 +"162836",48698,39444,3,1474,2695 +"162837",48698,41278,3,1474,1873 +"162838",48698,42505,3,1474,2008 +"162839",48698,43518,3,1474,2680 +"162840",48698,44135,3,1474,2620 +"162841",48698,44235,3,1474,2700 +"162842",48698,44744,3,1474,2032 +"162843",48698,47803,3,1474,2477 +"162844",48698,47839,3,1474,1864 +"162845",48698,48384,3,1474,2057 +"162846",48698,48820,3,1474,2769 +"162847",48698,50118,3,1474,2654 +"162848",48698,50236,3,1474,2339 +"162849",48698,51410,3,1474,2739 +"162850",48698,53342,3,1474,2071 +"162851",48698,55468,3,1474,2511 +"162852",48698,56082,3,1474,2395 +"162853",48698,57950,2,1474,1529 +"162854",48698,58133,3,1474,1484 +"162855",48698,63409,3,1474,1937 +"162856",48698,64997,3,1474,2791 +"162857",48698,70046,3,1474,2624 +"162858",48698,72597,2,1474,1843 +"162859",48698,92124,3,1474,1532 +"162860",48698,97915,3,1474,1802 +"162861",48698,108379,3,1474,2933 +"162862",48698,108647,3,1474,1934 +"162863",48698,108867,2,1474,2328 +"162864",48713,237,3,565,1982 +"162865",48713,1702,3,565,1984 +"162866",48713,2120,2,565,1133 +"162867",48713,2139,3,565,2502 +"162868",48713,2226,3,565,2225 +"162869",48713,2852,3,565,2448 +"162870",48713,3770,3,565,2623 +"162871",48713,7450,3,565,2827 +"162872",48713,11383,3,565,977 +"162873",48713,11518,2,565,803 +"162874",48713,17133,3,565,924 +"162875",48713,22462,3,565,869 +"162876",48713,24264,3,565,1760 +"162877",48713,25327,3,565,977 +"162878",48713,32202,3,565,2314 +"162879",48713,35133,2,565,2219 +"162880",48713,37929,3,565,2393 +"162881",48713,42852,3,565,1316 +"162882",48713,44235,3,565,2700 +"162883",48713,46261,3,565,2350 +"162884",48713,55072,2,565,612 +"162885",48713,61240,3,565,2651 +"162886",48713,76507,2,565,1437 +"162887",48713,86162,3,565,703 +"162888",48713,96073,3,565,568 +"162889",48736,6162,3,1236,1673 +"162890",48736,6234,3,1236,2654 +"162891",48736,8274,3,1236,1909 +"162892",48736,8327,3,1236,2527 +"162893",48736,10825,2,1236,2565 +"162894",48736,13043,3,1236,1295 +"162895",48736,14538,2,1236,2507 +"162896",48736,14918,3,1236,2071 +"162897",48736,17561,2,1236,2286 +"162898",48736,25298,3,1236,2443 +"162899",48736,27825,3,1236,2161 +"162900",48736,30883,2,1236,1629 +"162901",48736,32097,3,1236,1307 +"162902",48736,34120,2,1236,2786 +"162903",48736,41682,3,1236,1988 +"162904",48736,50480,3,1236,2701 +"162905",48736,54879,3,1236,2210 +"162906",48754,2208,3,1972,2814 +"162907",48754,2684,3,1972,2874 +"162908",48754,11055,3,1972,2111 +"162909",48754,14108,3,1972,2012 +"162910",48754,22260,3,1972,2137 +"162911",48754,50248,3,1972,2781 +"162912",48754,53519,3,1972,2781 +"162913",48754,99886,3,1972,2781 +"162914",48764,283,3,860,2082 +"162915",48764,378,3,860,2766 +"162916",48764,1023,3,860,2515 +"162917",48764,1063,3,860,2515 +"162918",48764,3100,3,860,2524 +"162919",48764,3403,2,860,2951 +"162920",48764,3405,3,860,2438 +"162921",48764,3786,3,860,2282 +"162922",48764,4144,3,860,1520 +"162923",48764,5673,3,860,1567 +"162924",48764,9050,3,860,2026 +"162925",48764,9727,3,860,2327 +"162926",48764,9912,2,860,1356 +"162927",48764,11135,1,860,2441 +"162928",48764,11990,3,860,1909 +"162929",48764,12031,3,860,1957 +"162930",48764,14110,3,860,2448 +"162931",48764,14473,3,860,2325 +"162932",48764,15502,2,860,2637 +"162933",48764,15916,3,860,1236 +"162934",48764,16593,3,860,1139 +"162935",48764,16833,3,860,1661 +"162936",48764,19057,3,860,2664 +"162937",48764,19687,2,860,2072 +"162938",48764,19972,3,860,2078 +"162939",48764,21352,2,860,1604 +"162940",48764,21895,3,860,1693 +"162941",48764,21976,3,860,1808 +"162942",48764,22249,3,860,1892 +"162943",48764,23639,3,860,2065 +"162944",48764,24441,3,860,2256 +"162945",48764,25270,2,860,985 +"162946",48764,25286,3,860,1545 +"162947",48764,26567,2,860,1158 +"162948",48764,28567,2,860,2398 +"162949",48764,32060,3,860,1199 +"162950",48764,32235,3,860,2109 +"162951",48764,32312,3,860,1472 +"162952",48764,34334,3,860,1637 +"162953",48764,34559,2,860,1105 +"162954",48764,35688,3,860,1551 +"162955",48764,39211,3,860,1908 +"162956",48764,42486,2,860,1951 +"162957",48764,45299,3,860,2426 +"162958",48764,45487,2,860,2256 +"162959",48764,47330,3,860,2422 +"162960",48764,47827,3,860,1957 +"162961",48764,51448,2,860,1593 +"162962",48764,55436,3,860,2513 +"162963",48764,56673,3,860,2419 +"162964",48764,66014,3,860,880 +"162965",48764,69957,3,860,1569 +"162966",48764,78460,3,860,985 +"162967",48764,79236,3,860,1505 +"162968",48764,80050,3,860,2698 +"162969",48764,80061,3,860,1223 +"162970",48764,81134,3,860,1384 +"162971",48764,83133,3,860,1055 +"162972",48764,85264,3,860,1236 +"162973",48764,91772,3,860,2233 +"162974",48764,92381,3,860,1237 +"162975",48764,92947,3,860,1289 +"162976",48764,93317,2,860,1223 +"162977",48764,94399,3,860,963 +"162978",48764,95661,2,860,872 +"162979",48764,97240,3,860,1027 +"162980",48764,99955,3,860,1223 +"162981",48764,104542,2,860,897 +"162982",48764,104659,3,860,2026 +"162983",48764,106554,2,860,1270 +"162984",48764,114769,3,860,1108 +"162985",48764,116792,3,860,2397 +"162986",48769,12948,3,2071,2669 +"162987",48769,27742,3,2071,2700 +"162988",48781,1393,3,954,1706 +"162989",48781,2014,3,954,973 +"162990",48781,2370,3,954,1600 +"162991",48781,2407,3,954,1725 +"162992",48781,3068,3,954,1815 +"162993",48781,3506,3,954,2364 +"162994",48781,4784,3,954,2511 +"162995",48781,6020,3,954,1864 +"162996",48781,7123,3,954,1964 +"162997",48781,9088,3,954,1881 +"162998",48781,9269,3,954,1892 +"162999",48781,10610,3,954,1427 +"163000",48781,16866,2,954,2718 +"163001",48781,17925,3,954,2385 +"163002",48781,18865,3,954,2676 +"163003",48781,21142,3,954,2414 +"163004",48781,21358,3,954,1970 +"163005",48781,21920,2,954,2367 +"163006",48781,22389,3,954,2034 +"163007",48781,28648,3,954,1586 +"163008",48781,31950,2,954,2217 +"163009",48781,32629,3,954,1789 +"163010",48781,34274,3,954,1437 +"163011",48781,37765,3,954,1134 +"163012",48781,41075,3,954,1176 +"163013",48781,41489,3,954,2006 +"163014",48781,44744,3,954,2032 +"163015",48781,45297,3,954,1864 +"163016",48781,45449,1,954,1610 +"163017",48781,45450,1,954,1590 +"163018",48781,48254,1,954,1013 +"163019",48781,48823,3,954,2080 +"163020",48781,48931,2,954,2444 +"163021",48781,53445,3,954,2028 +"163022",48781,57804,3,954,2214 +"163023",48781,61398,3,954,2563 +"163024",48781,61921,3,954,1793 +"163025",48781,63395,3,954,2334 +"163026",48781,64737,3,954,2442 +"163027",48781,66017,3,954,1545 +"163028",48781,79639,1,954,1013 +"163029",48781,80186,1,954,2228 +"163030",48781,84235,3,954,1639 +"163031",48781,84581,2,954,1241 +"163032",48781,92084,3,954,1134 +"163033",48781,92366,2,954,1434 +"163034",48781,93642,2,954,1120 +"163035",48781,95879,3,954,1748 +"163036",48781,96387,3,954,2159 +"163037",48781,100084,1,954,1964 +"163038",48781,103989,3,954,1207 +"163039",48781,108467,3,954,2170 +"163040",48795,56893,2,2498,2597 +"163041",48814,701,3,264,2718 +"163042",48814,937,3,264,408 +"163043",48814,1639,3,264,2631 +"163044",48814,2208,3,264,2814 +"163045",48814,2300,3,264,565 +"163046",48814,2384,2,264,1057 +"163047",48814,2709,1,264,1673 +"163048",48814,2742,3,264,1192 +"163049",48814,2972,3,264,1708 +"163050",48814,4317,3,264,1224 +"163051",48814,6044,3,264,2744 +"163052",48814,6104,2,264,2462 +"163053",48814,7180,3,264,2227 +"163054",48814,7241,3,264,2259 +"163055",48814,11348,2,264,824 +"163056",48814,13043,2,264,1295 +"163057",48814,13801,3,264,2041 +"163058",48814,15003,3,264,2067 +"163059",48814,15756,3,264,2362 +"163060",48814,16518,3,264,2642 +"163061",48814,17396,2,264,1672 +"163062",48814,17632,3,264,1947 +"163063",48814,17704,3,264,1651 +"163064",48814,19835,2,264,1135 +"163065",48814,25129,3,264,2647 +"163066",48814,25443,3,264,1441 +"163067",48814,27173,3,264,2050 +"163068",48814,32939,3,264,2277 +"163069",48814,33383,3,264,1572 +"163070",48814,34509,3,264,1973 +"163071",48814,37319,3,264,1205 +"163072",48814,39982,2,264,1529 +"163073",48814,44819,3,264,2063 +"163074",48814,45704,3,264,2687 +"163075",48814,45746,2,264,609 +"163076",48814,47064,3,264,1993 +"163077",48814,53885,3,264,1199 +"163078",48814,54250,3,264,2340 +"163079",48814,56755,3,264,2158 +"163080",48814,57804,3,264,2214 +"163081",48814,57842,3,264,2482 +"163082",48814,60552,3,264,855 +"163083",48814,65475,3,264,1267 +"163084",48814,70528,3,264,2727 +"163085",48814,87837,3,264,1987 +"163086",48814,89911,2,264,2607 +"163087",48814,91321,1,264,353 +"163088",48814,92345,3,264,324 +"163089",48814,94850,3,264,408 +"163090",48814,104289,3,264,834 +"163091",48814,104714,3,264,359 +"163092",48823,1767,3,2080,2727 +"163093",48823,3158,3,2080,2762 +"163094",48823,3980,3,2080,2771 +"163095",48823,4249,2,2080,2547 +"163096",48823,4784,2,2080,2511 +"163097",48823,6223,3,2080,2363 +"163098",48823,6345,3,2080,2713 +"163099",48823,6747,3,2080,2913 +"163100",48823,9724,3,2080,2713 +"163101",48823,13158,3,2080,2667 +"163102",48823,15782,3,2080,2306 +"163103",48823,20732,3,2080,2401 +"163104",48823,23726,3,2080,2434 +"163105",48823,25941,2,2080,2369 +"163106",48823,30236,3,2080,2238 +"163107",48823,30827,3,2080,2323 +"163108",48823,31950,3,2080,2217 +"163109",48823,33176,3,2080,2630 +"163110",48823,36478,3,2080,2808 +"163111",48823,37684,3,2080,2899 +"163112",48823,42216,3,2080,2722 +"163113",48823,43404,3,2080,2649 +"163114",48823,43701,3,2080,2400 +"163115",48823,53652,3,2080,2899 +"163116",48823,54488,2,2080,2357 +"163117",48823,68813,3,2080,2511 +"163118",48823,82217,3,2080,2441 +"163119",48832,20200,3,1370,2322 +"163120",48832,21575,3,1370,1762 +"163121",48832,31089,2,1370,2952 +"163122",48832,41134,3,1370,2952 +"163123",48832,42756,2,1370,1384 +"163124",48832,55482,3,1370,1866 +"163125",48832,61347,3,1370,1684 +"163126",48832,66994,2,1370,1865 +"163127",48832,68586,2,1370,2322 +"163128",48832,77200,3,1370,1737 +"163129",48879,6040,3,1524,2103 +"163130",48879,53498,3,1524,1967 +"163131",48879,69215,3,1524,1591 +"163132",48879,78611,3,1524,1586 +"163133",48879,108872,3,1524,1810 +"163134",48888,2985,3,1177,2398 +"163135",48888,4504,3,1177,1905 +"163136",48888,5962,2,1177,2491 +"163137",48888,7942,3,1177,2623 +"163138",48888,9272,3,1177,2835 +"163139",48888,9504,3,1177,2549 +"163140",48888,10050,3,1177,1792 +"163141",48888,10336,3,1177,2271 +"163142",48888,13920,3,1177,1709 +"163143",48888,16286,3,1177,2470 +"163144",48888,17826,3,1177,2920 +"163145",48888,23277,3,1177,1267 +"163146",48888,24512,2,1177,1369 +"163147",48888,27320,3,1177,2378 +"163148",48888,37036,3,1177,2264 +"163149",48888,41969,3,1177,2189 +"163150",48888,47654,3,1177,1664 +"163151",48888,56094,3,1177,2343 +"163152",48888,57492,2,1177,2855 +"163153",48888,59610,3,1177,2448 +"163154",48888,63573,3,1177,1973 +"163155",48888,63644,3,1177,1267 +"163156",48888,70070,3,1177,2425 +"163157",48888,82426,3,1177,1576 +"163158",48888,104828,3,1177,1609 +"163159",48888,107435,3,1177,1635 +"163160",48893,1315,2,719,2760 +"163161",48893,3139,3,719,1656 +"163162",48893,17354,3,719,2250 +"163163",48893,19637,3,719,1229 +"163164",48893,19862,3,719,2412 +"163165",48893,26766,3,719,1161 +"163166",48893,27260,3,719,878 +"163167",48893,28131,3,719,1492 +"163168",48893,30150,2,719,1704 +"163169",48893,37758,3,719,1998 +"163170",48893,43135,3,719,1171 +"163171",48893,44068,2,719,1056 +"163172",48893,70203,3,719,2756 +"163173",48893,93933,3,719,1336 +"163174",48893,106318,3,719,1698 +"163175",48905,1224,3,1394,2435 +"163176",48905,10358,3,1394,2294 +"163177",48905,17906,3,1394,1940 +"163178",48905,23751,2,1394,1740 +"163179",48905,24146,3,1394,2003 +"163180",48905,35926,3,1394,2371 +"163181",48905,49998,3,1394,2761 +"163182",48905,54020,3,1394,1578 +"163183",48905,55438,3,1394,2863 +"163184",48905,87074,2,1394,1666 +"163185",48931,55,3,2444,2524 +"163186",48931,6621,3,2444,2478 +"163187",48931,9272,3,2444,2835 +"163188",48931,16866,2,2444,2718 +"163189",48931,18865,3,2444,2676 +"163190",48931,20695,3,2444,2526 +"163191",48931,26740,3,2444,2695 +"163192",48931,32724,2,2444,2581 +"163193",48931,37801,2,2444,2578 +"163194",48931,44312,2,2444,2741 +"163195",48931,61398,3,2444,2563 +"163196",48931,65054,3,2444,2593 +"163197",48931,69335,3,2444,2698 +"163198",48939,1822,1,1749,2888 +"163199",48939,3477,3,1749,2546 +"163200",48939,6063,3,1749,2349 +"163201",48939,14353,2,1749,2878 +"163202",48939,24902,3,1749,2162 +"163203",48939,33223,3,1749,2397 +"163204",48955,364,3,242,2351 +"163205",48955,728,3,242,1812 +"163206",48955,1367,3,242,2176 +"163207",48955,1700,3,242,613 +"163208",48955,1702,3,242,1984 +"163209",48955,1780,3,242,1375 +"163210",48955,2206,3,242,2536 +"163211",48955,2424,3,242,2582 +"163212",48955,2540,3,242,1398 +"163213",48955,2576,2,242,1307 +"163214",48955,2747,3,242,2411 +"163215",48955,2852,2,242,2448 +"163216",48955,2979,3,242,2912 +"163217",48955,3127,3,242,2273 +"163218",48955,3477,3,242,2546 +"163219",48955,3863,3,242,856 +"163220",48955,4361,3,242,2571 +"163221",48955,4612,2,242,2804 +"163222",48955,4669,3,242,2395 +"163223",48955,4730,3,242,2131 +"163224",48955,4916,3,242,1970 +"163225",48955,5346,2,242,1438 +"163226",48955,5580,3,242,2111 +"163227",48955,5792,3,242,975 +"163228",48955,5897,3,242,2337 +"163229",48955,6063,3,242,2349 +"163230",48955,7245,3,242,2089 +"163231",48955,8568,3,242,2706 +"163232",48955,8984,3,242,1162 +"163233",48955,9060,3,242,1612 +"163234",48955,9227,3,242,1267 +"163235",48955,9481,3,242,1610 +"163236",48955,9484,3,242,1429 +"163237",48955,9503,3,242,2453 +"163238",48955,9654,3,242,2111 +"163239",48955,9703,3,242,1845 +"163240",48955,9787,1,242,2858 +"163241",48955,10387,3,242,871 +"163242",48955,10453,2,242,1656 +"163243",48955,10551,2,242,243 +"163244",48955,10595,2,242,494 +"163245",48955,10754,3,242,1797 +"163246",48955,10803,3,242,545 +"163247",48955,10980,3,242,1974 +"163248",48955,11099,3,242,400 +"163249",48955,11990,3,242,1909 +"163250",48955,12067,3,242,1213 +"163251",48955,12653,2,242,1573 +"163252",48955,12735,3,242,819 +"163253",48955,12779,3,242,936 +"163254",48955,12781,2,242,831 +"163255",48955,12948,3,242,2669 +"163256",48955,13260,3,242,389 +"163257",48955,13537,3,242,1020 +"163258",48955,13671,3,242,1371 +"163259",48955,14287,3,242,1583 +"163260",48955,14707,3,242,672 +"163261",48955,14749,3,242,1998 +"163262",48955,14998,3,242,1553 +"163263",48955,15207,2,242,1855 +"163264",48955,15453,3,242,1688 +"163265",48955,15462,3,242,1141 +"163266",48955,15826,3,242,2772 +"163267",48955,15910,3,242,941 +"163268",48955,16021,3,242,858 +"163269",48955,16067,3,242,2727 +"163270",48955,16152,3,242,879 +"163271",48955,16286,3,242,2470 +"163272",48955,16501,2,242,1650 +"163273",48955,16715,3,242,1218 +"163274",48955,17037,3,242,2947 +"163275",48955,17252,3,242,1258 +"163276",48955,18217,3,242,1566 +"163277",48955,18348,3,242,1711 +"163278",48955,18415,3,242,2184 +"163279",48955,18550,2,242,483 +"163280",48955,18978,3,242,952 +"163281",48955,20067,3,242,2390 +"163282",48955,20124,3,242,2376 +"163283",48955,20220,3,242,1656 +"163284",48955,20984,3,242,2502 +"163285",48955,21240,3,242,1162 +"163286",48955,21929,3,242,2062 +"163287",48955,22211,3,242,340 +"163288",48955,22364,3,242,1809 +"163289",48955,22462,3,242,869 +"163290",48955,22578,3,242,2216 +"163291",48955,22704,3,242,1150 +"163292",48955,23131,3,242,1732 +"163293",48955,23692,3,242,1540 +"163294",48955,23756,3,242,2309 +"163295",48955,24176,3,242,1986 +"163296",48955,24722,3,242,341 +"163297",48955,24974,3,242,702 +"163298",48955,25163,2,242,1751 +"163299",48955,26551,3,242,652 +"163300",48955,27545,3,242,855 +"163301",48955,27742,3,242,2700 +"163302",48955,27897,2,242,1968 +"163303",48955,27914,2,242,2507 +"163304",48955,28057,3,242,1067 +"163305",48955,28869,3,242,2425 +"163306",48955,28904,3,242,926 +"163307",48955,29267,3,242,1234 +"163308",48955,29286,1,242,1612 +"163309",48955,29353,3,242,502 +"163310",48955,29473,3,242,2602 +"163311",48955,30262,3,242,1715 +"163312",48955,30442,3,242,2124 +"163313",48955,30525,2,242,1964 +"163314",48955,30943,3,242,2287 +"163315",48955,31317,3,242,1362 +"163316",48955,31868,2,242,1993 +"163317",48955,32240,3,242,706 +"163318",48955,32939,3,242,2277 +"163319",48955,33223,3,242,2397 +"163320",48955,33341,3,242,2338 +"163321",48955,33681,3,242,1059 +"163322",48955,33870,2,242,955 +"163323",48955,33957,2,242,245 +"163324",48955,35004,3,242,1509 +"163325",48955,35413,3,242,1569 +"163326",48955,35709,2,242,464 +"163327",48955,35728,3,242,2017 +"163328",48955,36912,3,242,2469 +"163329",48955,36953,3,242,2790 +"163330",48955,37351,3,242,978 +"163331",48955,37424,3,242,1693 +"163332",48955,38087,3,242,1083 +"163333",48955,38785,3,242,437 +"163334",48955,39062,3,242,2020 +"163335",48955,39217,3,242,504 +"163336",48955,39418,3,242,1978 +"163337",48955,39800,3,242,802 +"163338",48955,40035,2,242,2742 +"163339",48955,40113,2,242,451 +"163340",48955,40542,3,242,1664 +"163341",48955,40572,3,242,2666 +"163342",48955,40954,3,242,2603 +"163343",48955,41023,3,242,2408 +"163344",48955,41439,3,242,709 +"163345",48955,41633,2,242,1976 +"163346",48955,42331,3,242,1585 +"163347",48955,42642,3,242,2257 +"163348",48955,42717,3,242,2588 +"163349",48955,42725,3,242,630 +"163350",48955,42813,3,242,2142 +"163351",48955,43110,3,242,375 +"163352",48955,44181,3,242,1034 +"163353",48955,44497,3,242,2401 +"163354",48955,45186,3,242,835 +"163355",48955,45869,3,242,2840 +"163356",48955,46384,3,242,2285 +"163357",48955,46486,2,242,1868 +"163358",48955,46726,3,242,943 +"163359",48955,46803,3,242,2305 +"163360",48955,47965,3,242,2232 +"163361",48955,50229,3,242,1190 +"163362",48955,50354,2,242,1299 +"163363",48955,50996,3,242,929 +"163364",48955,52483,3,242,2317 +"163365",48955,52993,3,242,1256 +"163366",48955,53043,3,242,803 +"163367",48955,53739,2,242,2704 +"163368",48955,54388,3,242,1257 +"163369",48955,54775,2,242,2383 +"163370",48955,56995,3,242,2323 +"163371",48955,57804,3,242,2214 +"163372",48955,58015,3,242,899 +"163373",48955,58516,3,242,409 +"163374",48955,58655,3,242,2685 +"163375",48955,58745,3,242,1920 +"163376",48955,58759,3,242,942 +"163377",48955,60266,2,242,1018 +"163378",48955,60449,2,242,2085 +"163379",48955,61125,3,242,1673 +"163380",48955,61541,3,242,2699 +"163381",48955,62268,3,242,413 +"163382",48955,62626,3,242,2787 +"163383",48955,63604,3,242,927 +"163384",48955,63641,3,242,2337 +"163385",48955,67252,1,242,1215 +"163386",48955,67617,3,242,1149 +"163387",48955,67726,3,242,2873 +"163388",48955,67908,3,242,2385 +"163389",48955,68275,3,242,1158 +"163390",48955,68539,3,242,1158 +"163391",48955,69293,3,242,609 +"163392",48955,69716,3,242,2632 +"163393",48955,70403,3,242,542 +"163394",48955,70455,3,242,1307 +"163395",48955,70774,3,242,355 +"163396",48955,71219,3,242,967 +"163397",48955,71467,2,242,1051 +"163398",48955,71531,3,242,2887 +"163399",48955,72597,3,242,1843 +"163400",48955,72632,3,242,1289 +"163401",48955,74441,3,242,1260 +"163402",48955,74818,3,242,1440 +"163403",48955,75935,3,242,1569 +"163404",48955,76007,3,242,918 +"163405",48955,76132,3,242,2426 +"163406",48955,76143,3,242,1610 +"163407",48955,76369,3,242,583 +"163408",48955,79534,2,242,340 +"163409",48955,80606,3,242,2079 +"163410",48955,81077,2,242,498 +"163411",48955,81545,3,242,2077 +"163412",48955,83729,3,242,406 +"163413",48955,85356,3,242,1492 +"163414",48955,87289,3,242,1279 +"163415",48955,87294,3,242,592 +"163416",48955,90429,3,242,1684 +"163417",48955,90709,3,242,1080 +"163418",48955,91806,3,242,969 +"163419",48955,91849,3,242,1166 +"163420",48955,92860,3,242,1643 +"163421",48955,94520,2,242,1243 +"163422",48955,97160,3,242,1215 +"163423",48955,99237,3,242,783 +"163424",48955,99332,3,242,873 +"163425",48955,99557,3,242,1703 +"163426",48955,100048,3,242,1573 +"163427",48955,104098,1,242,512 +"163428",48955,106399,3,242,1530 +"163429",48955,109194,1,242,494 +"163430",48955,111375,3,242,2686 +"163431",48955,111790,3,242,905 +"163432",48955,112923,3,242,950 +"163433",48955,114648,3,242,270 +"163434",48955,115021,3,242,1226 +"163435",49029,2370,3,647,1600 +"163436",49029,3068,3,647,1815 +"163437",49029,3158,2,647,2762 +"163438",49029,4249,2,647,2547 +"163439",49029,4784,2,647,2511 +"163440",49029,6020,2,647,1864 +"163441",49029,6223,3,647,2363 +"163442",49029,6345,3,647,2713 +"163443",49029,6747,3,647,2913 +"163444",49029,9724,3,647,2713 +"163445",49029,11270,3,647,1011 +"163446",49029,12966,3,647,2011 +"163447",49029,13595,2,647,1164 +"163448",49029,13688,2,647,1627 +"163449",49029,14172,2,647,1923 +"163450",49029,14255,3,647,893 +"163451",49029,14957,3,647,2306 +"163452",49029,15782,3,647,2306 +"163453",49029,16455,3,647,946 +"163454",49029,17531,2,647,876 +"163455",49029,21358,2,647,1970 +"163456",49029,21920,3,647,2367 +"163457",49029,23550,3,647,2939 +"163458",49029,28648,1,647,1586 +"163459",49029,31950,3,647,2217 +"163460",49029,34274,2,647,1437 +"163461",49029,37684,3,647,2899 +"163462",49029,41489,2,647,2006 +"163463",49029,43701,3,647,2400 +"163464",49029,43725,3,647,935 +"163465",49029,45297,1,647,1864 +"163466",49029,45450,3,647,1590 +"163467",49029,48781,3,647,954 +"163468",49029,48823,2,647,2080 +"163469",49029,50468,3,647,1659 +"163470",49029,52179,3,647,1572 +"163471",49029,53652,3,647,2899 +"163472",49029,54488,3,647,2357 +"163473",49029,55493,2,647,869 +"163474",49029,58190,3,647,906 +"163475",49029,67289,3,647,829 +"163476",49029,68813,3,647,2511 +"163477",49029,76842,3,647,1518 +"163478",49029,79639,3,647,1013 +"163479",49029,82217,2,647,2441 +"163480",49029,84235,2,647,1639 +"163481",49029,92366,2,647,1434 +"163482",49029,93642,2,647,1120 +"163483",49029,95879,3,647,1748 +"163484",49032,17826,3,2469,2920 +"163485",49032,18458,3,2469,2477 +"163486",49032,20423,3,2469,2654 +"163487",49032,49461,3,2469,2793 +"163488",49032,67264,1,2469,2790 +"163489",49044,728,3,610,1812 +"163490",49044,997,2,610,2788 +"163491",49044,1875,3,610,1786 +"163492",49044,2224,3,610,2751 +"163493",49044,2226,3,610,2225 +"163494",49044,2563,3,610,1686 +"163495",49044,3770,3,610,2623 +"163496",49044,4066,3,610,1736 +"163497",49044,4665,3,610,1569 +"163498",49044,4681,3,610,2356 +"163499",49044,5120,3,610,2735 +"163500",49044,5449,3,610,1723 +"163501",49044,7014,3,610,2401 +"163502",49044,7858,3,610,1795 +"163503",49044,8726,3,610,2083 +"163504",49044,10453,3,610,1656 +"163505",49044,11310,2,610,957 +"163506",49044,12586,1,610,613 +"163507",49044,13780,3,610,2412 +"163508",49044,18211,3,610,1745 +"163509",49044,18928,3,610,709 +"163510",49044,18965,3,610,2315 +"163511",49044,19364,2,610,2846 +"163512",49044,19606,3,610,2783 +"163513",49044,19655,3,610,2706 +"163514",49044,22580,3,610,2245 +"163515",49044,22709,3,610,2743 +"163516",49044,23154,3,610,2345 +"163517",49044,23277,3,610,1267 +"163518",49044,26734,3,610,2299 +"163519",49044,27908,3,610,2576 +"163520",49044,28057,3,610,1067 +"163521",49044,28432,3,610,1954 +"163522",49044,30609,3,610,988 +"163523",49044,30747,3,610,2455 +"163524",49044,33621,3,610,1319 +"163525",49044,34472,3,610,837 +"163526",49044,34831,3,610,1866 +"163527",49044,37279,3,610,2768 +"163528",49044,38259,2,610,2258 +"163529",49044,41240,3,610,2220 +"163530",49044,42725,3,610,630 +"163531",49044,46506,3,610,2464 +"163532",49044,46680,3,610,1690 +"163533",49044,51151,3,610,1195 +"163534",49044,51687,3,610,2333 +"163535",49044,51879,2,610,1771 +"163536",49044,53219,3,610,2973 +"163537",49044,53809,3,610,1956 +"163538",49044,53924,3,610,1289 +"163539",49044,55472,3,610,1516 +"163540",49044,60879,3,610,2792 +"163541",49044,73553,2,610,2726 +"163542",49044,75444,2,610,2846 +"163543",49044,82403,3,610,1596 +"163544",49044,82932,3,610,2245 +"163545",49044,90674,3,610,621 +"163546",49044,92491,3,610,1968 +"163547",49044,93930,3,610,1268 +"163548",49044,94444,3,610,1554 +"163549",49044,99351,2,610,2939 +"163550",49044,106449,2,610,862 +"163551",49044,109978,3,610,1865 +"163552",49044,121354,3,610,2862 +"163553",49046,270,3,255,2542 +"163554",49046,380,3,255,2261 +"163555",49046,600,3,255,1702 +"163556",49046,675,3,255,1686 +"163557",49046,1102,3,255,2282 +"163558",49046,1124,3,255,1596 +"163559",49046,1136,3,255,2536 +"163560",49046,1567,3,255,513 +"163561",49046,1875,3,255,1786 +"163562",49046,2111,2,255,1904 +"163563",49046,2195,3,255,2139 +"163564",49046,2424,3,255,2582 +"163565",49046,2864,3,255,1543 +"163566",49046,3306,3,255,1989 +"163567",49046,3395,3,255,1382 +"163568",49046,3954,3,255,839 +"163569",49046,4360,3,255,1770 +"163570",49046,5072,3,255,2175 +"163571",49046,5235,3,255,2324 +"163572",49046,5405,3,255,1510 +"163573",49046,5622,3,255,2175 +"163574",49046,5716,3,255,1058 +"163575",49046,5971,2,255,1985 +"163576",49046,6047,3,255,2004 +"163577",49046,6222,3,255,1949 +"163578",49046,6264,3,255,749 +"163579",49046,6588,2,255,2025 +"163580",49046,6718,3,255,2138 +"163581",49046,7180,3,255,2227 +"163582",49046,7234,3,255,2654 +"163583",49046,7616,3,255,2296 +"163584",49046,9440,3,255,1006 +"163585",49046,9871,3,255,921 +"163586",49046,10370,2,255,2224 +"163587",49046,10488,3,255,1524 +"163588",49046,10523,3,255,1510 +"163589",49046,10857,2,255,2253 +"163590",49046,11218,3,255,2292 +"163591",49046,11229,3,255,1625 +"163592",49046,11477,3,255,2724 +"163593",49046,11817,2,255,600 +"163594",49046,11912,1,255,889 +"163595",49046,12042,3,255,2345 +"163596",49046,12122,2,255,1385 +"163597",49046,12310,3,255,1337 +"163598",49046,12374,3,255,2260 +"163599",49046,12375,3,255,1873 +"163600",49046,13307,3,255,2206 +"163601",49046,14656,2,255,584 +"163602",49046,15135,3,255,1035 +"163603",49046,15402,2,255,1281 +"163604",49046,15700,3,255,1712 +"163605",49046,16352,3,255,2657 +"163606",49046,17400,2,255,2231 +"163607",49046,18108,3,255,1656 +"163608",49046,18152,3,255,1314 +"163609",49046,18348,3,255,1711 +"163610",49046,18361,3,255,2968 +"163611",49046,18394,2,255,2356 +"163612",49046,18924,3,255,485 +"163613",49046,19093,3,255,2224 +"163614",49046,19622,3,255,2371 +"163615",49046,19893,1,255,1223 +"163616",49046,20124,3,255,2376 +"163617",49046,20319,3,255,468 +"163618",49046,21012,3,255,2325 +"163619",49046,21693,3,255,2176 +"163620",49046,22197,3,255,2271 +"163621",49046,22362,3,255,1836 +"163622",49046,23492,2,255,1067 +"163623",49046,23509,3,255,2275 +"163624",49046,23526,3,255,1998 +"163625",49046,23715,3,255,1859 +"163626",49046,23725,2,255,2378 +"163627",49046,23918,3,255,1881 +"163628",49046,24066,3,255,1755 +"163629",49046,24259,3,255,1281 +"163630",49046,24559,3,255,946 +"163631",49046,25490,3,255,639 +"163632",49046,25643,3,255,1646 +"163633",49046,26322,3,255,1018 +"163634",49046,26848,3,255,2363 +"163635",49046,26867,3,255,1804 +"163636",49046,27112,2,255,500 +"163637",49046,27377,1,255,1724 +"163638",49046,27744,3,255,861 +"163639",49046,28383,3,255,1222 +"163640",49046,30165,3,255,1409 +"163641",49046,30325,2,255,1067 +"163642",49046,30405,2,255,2164 +"163643",49046,31436,3,255,2892 +"163644",49046,32017,3,255,577 +"163645",49046,32131,3,255,1035 +"163646",49046,32173,3,255,2341 +"163647",49046,34480,3,255,2755 +"163648",49046,35673,1,255,1067 +"163649",49046,35752,3,255,1158 +"163650",49046,35926,3,255,2371 +"163651",49046,36784,3,255,576 +"163652",49046,37800,3,255,604 +"163653",49046,39294,3,255,1889 +"163654",49046,39570,3,255,496 +"163655",49046,39865,3,255,849 +"163656",49046,40028,2,255,1349 +"163657",49046,40072,2,255,1182 +"163658",49046,40369,3,255,2735 +"163659",49046,42837,3,255,1096 +"163660",49046,43213,2,255,2160 +"163661",49046,43335,3,255,1412 +"163662",49046,43455,3,255,2846 +"163663",49046,43518,3,255,2680 +"163664",49046,43902,2,255,1726 +"163665",49046,44089,2,255,1632 +"163666",49046,44521,3,255,1593 +"163667",49046,44648,2,255,619 +"163668",49046,44763,3,255,1324 +"163669",49046,45684,2,255,2200 +"163670",49046,46196,3,255,1510 +"163671",49046,46629,2,255,2255 +"163672",49046,47726,3,255,1272 +"163673",49046,50236,2,255,2339 +"163674",49046,51546,3,255,1369 +"163675",49046,52136,3,255,1412 +"163676",49046,52345,3,255,1430 +"163677",49046,53134,3,255,1590 +"163678",49046,53303,2,255,1376 +"163679",49046,54383,3,255,397 +"163680",49046,54551,2,255,2348 +"163681",49046,56082,2,255,2395 +"163682",49046,56232,3,255,1175 +"163683",49046,56237,3,255,2625 +"163684",49046,56903,3,255,1584 +"163685",49046,57150,3,255,1196 +"163686",49046,57246,3,255,1873 +"163687",49046,57414,3,255,922 +"163688",49046,57462,3,255,292 +"163689",49046,57710,3,255,411 +"163690",49046,59939,3,255,936 +"163691",49046,60207,3,255,2224 +"163692",49046,61948,3,255,1231 +"163693",49046,61982,3,255,2725 +"163694",49046,62148,3,255,1566 +"163695",49046,64181,3,255,1828 +"163696",49046,64997,3,255,2791 +"163697",49046,65242,3,255,1988 +"163698",49046,69360,3,255,404 +"163699",49046,70724,3,255,496 +"163700",49046,70838,3,255,687 +"163701",49046,71479,3,255,482 +"163702",49046,72188,3,255,856 +"163703",49046,72207,3,255,2430 +"163704",49046,72326,3,255,2384 +"163705",49046,75403,3,255,1895 +"163706",49046,76284,3,255,1237 +"163707",49046,79403,3,255,977 +"163708",49046,80242,3,255,569 +"163709",49046,82893,3,255,1275 +"163710",49046,86245,3,255,1972 +"163711",49046,87048,3,255,989 +"163712",49046,91812,3,255,682 +"163713",49046,91912,2,255,790 +"163714",49046,102107,3,255,504 +"163715",49046,107478,3,255,768 +"163716",49046,109663,3,255,545 +"163717",49046,109718,2,255,1237 +"163718",49046,111971,3,255,1032 +"163719",49046,112437,3,255,513 +"163720",49046,113767,3,255,1101 +"163721",49046,120549,3,255,708 +"163722",49048,1315,3,1656,2760 +"163723",49048,27427,3,1656,2325 +"163724",49048,67957,3,1656,2823 +"163725",49055,2057,3,388,1965 +"163726",49055,2139,2,388,2502 +"163727",49055,2429,3,388,999 +"163728",49055,5235,3,388,2324 +"163729",49055,9723,3,388,2302 +"163730",49055,11518,2,388,803 +"163731",49055,11588,3,388,2352 +"163732",49055,12067,3,388,1213 +"163733",49055,12177,3,388,1965 +"163734",49055,12249,2,388,1965 +"163735",49055,12397,3,388,1965 +"163736",49055,13007,3,388,2496 +"163737",49055,13109,3,388,1374 +"163738",49055,14589,2,388,1184 +"163739",49055,17133,3,388,924 +"163740",49055,18672,3,388,1182 +"163741",49055,19433,3,388,2504 +"163742",49055,22462,3,388,869 +"163743",49055,24264,2,388,1760 +"163744",49055,26734,3,388,2299 +"163745",49055,28800,3,388,528 +"163746",49055,31003,3,388,1859 +"163747",49055,32202,3,388,2314 +"163748",49055,32395,3,388,2735 +"163749",49055,33451,2,388,1957 +"163750",49055,34472,3,388,837 +"163751",49055,34491,3,388,2694 +"163752",49055,34648,3,388,1596 +"163753",49055,39062,3,388,2020 +"163754",49055,40747,2,388,958 +"163755",49055,42756,3,388,1384 +"163756",49055,46283,2,388,1184 +"163757",49055,47148,3,388,569 +"163758",49055,48602,2,388,1704 +"163759",49055,52041,3,388,2694 +"163760",49055,54204,2,388,1449 +"163761",49055,55185,3,388,922 +"163762",49055,56873,3,388,1421 +"163763",49055,62746,3,388,2119 +"163764",49055,66183,2,388,607 +"163765",49055,67062,3,388,1623 +"163766",49055,67102,3,388,935 +"163767",49055,69012,3,388,799 +"163768",49055,77001,3,388,1440 +"163769",49055,83526,3,388,1235 +"163770",49055,84574,3,388,958 +"163771",49055,90658,3,388,523 +"163772",49055,91279,3,388,966 +"163773",49055,99279,3,388,611 +"163774",49055,100229,3,388,550 +"163775",49069,15207,3,1694,1855 +"163776",49069,19002,3,1694,2053 +"163777",49069,19190,3,1694,2677 +"163778",49069,22744,3,1694,1907 +"163779",49069,26698,2,1694,1963 +"163780",49069,45664,3,1694,2235 +"163781",49069,85638,3,1694,2275 +"163782",49079,6234,3,2447,2654 +"163783",49079,23728,3,2447,2601 +"163784",49079,30194,3,2447,2874 +"163785",49079,44730,3,2447,2468 +"163786",49084,134,3,168,2062 +"163787",49084,212,3,168,1513 +"163788",49084,270,2,168,2542 +"163789",49084,312,3,168,2038 +"163790",49084,325,3,168,495 +"163791",49084,377,3,168,2389 +"163792",49084,380,2,168,2261 +"163793",49084,1044,3,168,880 +"163794",49084,1046,3,168,1881 +"163795",49084,1102,2,168,2282 +"163796",49084,1124,2,168,1596 +"163797",49084,1196,3,168,1986 +"163798",49084,1875,3,168,1786 +"163799",49084,2111,2,168,1904 +"163800",49084,2424,3,168,2582 +"163801",49084,2484,3,168,2389 +"163802",49084,2533,3,168,2016 +"163803",49084,2572,3,168,2273 +"163804",49084,2684,3,168,2874 +"163805",49084,3265,3,168,214 +"163806",49084,3305,2,168,2839 +"163807",49084,3306,3,168,1989 +"163808",49084,3477,3,168,2546 +"163809",49084,3493,3,168,2451 +"163810",49084,3801,3,168,1974 +"163811",49084,4253,2,168,1890 +"163812",49084,4360,3,168,1770 +"163813",49084,4701,3,168,2401 +"163814",49084,4953,3,168,2285 +"163815",49084,5235,3,168,2324 +"163816",49084,5622,3,168,2175 +"163817",49084,5716,3,168,1058 +"163818",49084,5971,2,168,1985 +"163819",49084,5984,3,168,1675 +"163820",49084,5986,2,168,1721 +"163821",49084,6047,3,168,2004 +"163822",49084,6052,3,168,1985 +"163823",49084,6063,3,168,2349 +"163824",49084,6074,3,168,2426 +"163825",49084,6162,3,168,1673 +"163826",49084,6222,3,168,1949 +"163827",49084,6264,2,168,749 +"163828",49084,6363,3,168,2066 +"163829",49084,6366,3,168,798 +"163830",49084,6417,3,168,1675 +"163831",49084,6588,1,168,2025 +"163832",49084,6718,3,168,2138 +"163833",49084,7233,3,168,572 +"163834",49084,7245,3,168,2089 +"163835",49084,7555,3,168,1943 +"163836",49084,7627,3,168,1543 +"163837",49084,8513,3,168,875 +"163838",49084,8533,3,168,2251 +"163839",49084,8866,3,168,1545 +"163840",49084,8888,3,168,1328 +"163841",49084,9364,3,168,1698 +"163842",49084,9440,3,168,1006 +"163843",49084,9624,3,168,2398 +"163844",49084,9650,3,168,1167 +"163845",49084,9695,3,168,2143 +"163846",49084,9805,3,168,1621 +"163847",49084,9928,3,168,2345 +"163848",49084,10358,3,168,2294 +"163849",49084,10488,2,168,1524 +"163850",49084,10513,3,168,2284 +"163851",49084,10523,2,168,1510 +"163852",49084,10576,2,168,974 +"163853",49084,10717,3,168,1938 +"163854",49084,10857,2,168,2253 +"163855",49084,11006,3,168,1950 +"163856",49084,11055,3,168,2111 +"163857",49084,11218,2,168,2292 +"163858",49084,11229,3,168,1625 +"163859",49084,11351,3,168,2971 +"163860",49084,11601,3,168,173 +"163861",49084,11620,3,168,2010 +"163862",49084,11817,1,168,600 +"163863",49084,11912,3,168,889 +"163864",49084,11966,3,168,2385 +"163865",49084,12042,2,168,2345 +"163866",49084,12374,2,168,2260 +"163867",49084,12449,3,168,2067 +"163868",49084,12724,3,168,1930 +"163869",49084,12728,3,168,2374 +"163870",49084,12735,3,168,819 +"163871",49084,12779,3,168,936 +"163872",49084,13248,3,168,1385 +"163873",49084,13307,2,168,2206 +"163874",49084,13573,3,168,2774 +"163875",49084,14655,3,168,2559 +"163876",49084,14656,1,168,584 +"163877",49084,14855,3,168,903 +"163878",49084,14989,3,168,2223 +"163879",49084,15003,3,168,2067 +"163880",49084,15118,3,168,1311 +"163881",49084,15135,3,168,1035 +"163882",49084,15301,3,168,2308 +"163883",49084,15402,3,168,1281 +"163884",49084,15700,3,168,1712 +"163885",49084,15799,3,168,1917 +"163886",49084,16352,2,168,2657 +"163887",49084,16535,3,168,1993 +"163888",49084,17400,3,168,2231 +"163889",49084,18152,3,168,1314 +"163890",49084,18217,3,168,1566 +"163891",49084,18361,3,168,2968 +"163892",49084,18394,2,168,2356 +"163893",49084,19248,3,168,2357 +"163894",49084,19622,3,168,2371 +"163895",49084,19717,3,168,431 +"163896",49084,19719,3,168,2177 +"163897",49084,19862,3,168,2412 +"163898",49084,19893,3,168,1223 +"163899",49084,20124,2,168,2376 +"163900",49084,20311,2,168,1981 +"163901",49084,21012,3,168,2325 +"163902",49084,21104,3,168,2327 +"163903",49084,21198,3,168,935 +"163904",49084,21422,3,168,935 +"163905",49084,21571,3,168,2755 +"163906",49084,21682,3,168,2414 +"163907",49084,21693,3,168,2176 +"163908",49084,21929,3,168,2062 +"163909",49084,22197,2,168,2271 +"163910",49084,22326,3,168,2818 +"163911",49084,22362,3,168,1836 +"163912",49084,22462,3,168,869 +"163913",49084,22566,3,168,2308 +"163914",49084,22705,3,168,1016 +"163915",49084,23159,3,168,1548 +"163916",49084,23310,3,168,2371 +"163917",49084,23312,3,168,2449 +"163918",49084,23403,3,168,607 +"163919",49084,23492,3,168,1067 +"163920",49084,23509,3,168,2275 +"163921",49084,23526,2,168,1998 +"163922",49084,23715,2,168,1859 +"163923",49084,23725,3,168,2378 +"163924",49084,23729,3,168,1624 +"163925",49084,24005,3,168,1188 +"163926",49084,24066,3,168,1755 +"163927",49084,24259,3,168,1281 +"163928",49084,24559,2,168,946 +"163929",49084,25027,3,168,564 +"163930",49084,25132,3,168,1188 +"163931",49084,25305,3,168,2447 +"163932",49084,25985,3,168,2071 +"163933",49084,26080,2,168,2525 +"163934",49084,26570,3,168,1669 +"163935",49084,26671,3,168,2279 +"163936",49084,26721,3,168,2586 +"163937",49084,26818,3,168,1999 +"163938",49084,26848,3,168,2363 +"163939",49084,26867,2,168,1804 +"163940",49084,27112,2,168,500 +"163941",49084,27130,3,168,1880 +"163942",49084,27377,3,168,1724 +"163943",49084,27694,3,168,2030 +"163944",49084,27744,1,168,861 +"163945",49084,27849,3,168,1316 +"163946",49084,28002,3,168,914 +"163947",49084,28190,3,168,1634 +"163948",49084,28383,3,168,1222 +"163949",49084,29093,3,168,1933 +"163950",49084,29124,3,168,199 +"163951",49084,29987,3,168,956 +"163952",49084,30173,3,168,2404 +"163953",49084,30325,3,168,1067 +"163954",49084,30405,2,168,2164 +"163955",49084,31307,3,168,2139 +"163956",49084,31691,3,168,1657 +"163957",49084,32017,2,168,577 +"163958",49084,32131,2,168,1035 +"163959",49084,32173,3,168,2341 +"163960",49084,32567,3,168,2784 +"163961",49084,32811,3,168,804 +"163962",49084,32965,3,168,2071 +"163963",49084,33223,3,168,2397 +"163964",49084,33285,3,168,1327 +"163965",49084,33622,3,168,2230 +"163966",49084,33801,3,168,2899 +"163967",49084,33981,3,168,1993 +"163968",49084,34136,3,168,2202 +"163969",49084,34480,3,168,2755 +"163970",49084,34735,3,168,2767 +"163971",49084,34836,3,168,2302 +"163972",49084,35402,3,168,2339 +"163973",49084,35673,2,168,1067 +"163974",49084,37285,3,168,2428 +"163975",49084,37800,2,168,604 +"163976",49084,38019,3,168,1870 +"163977",49084,38046,3,168,1163 +"163978",49084,39294,3,168,1889 +"163979",49084,39444,3,168,2695 +"163980",49084,39570,2,168,496 +"163981",49084,39865,2,168,849 +"163982",49084,40028,2,168,1349 +"163983",49084,40072,1,168,1182 +"163984",49084,40186,3,168,199 +"163985",49084,40493,3,168,1981 +"163986",49084,40542,3,168,1664 +"163987",49084,40646,3,168,1583 +"163988",49084,40820,3,168,900 +"163989",49084,41315,3,168,439 +"163990",49084,41972,2,168,2509 +"163991",49084,42216,3,168,2722 +"163992",49084,42619,3,168,2017 +"163993",49084,42687,3,168,1952 +"163994",49084,42837,3,168,1096 +"163995",49084,43213,3,168,2160 +"163996",49084,43455,3,168,2846 +"163997",49084,43518,3,168,2680 +"163998",49084,43673,3,168,2787 +"163999",49084,44521,2,168,1593 +"164000",49084,44641,3,168,1981 +"164001",49084,44648,3,168,619 +"164002",49084,44769,3,168,2411 +"164003",49084,45302,3,168,2390 +"164004",49084,45684,3,168,2200 +"164005",49084,46196,3,168,1510 +"164006",49084,46629,2,168,2255 +"164007",49084,48035,3,168,2180 +"164008",49084,48435,2,168,528 +"164009",49084,48698,3,168,1474 +"164010",49084,49046,2,168,255 +"164011",49084,49110,2,168,2938 +"164012",49084,49144,3,168,1542 +"164013",49084,49185,3,168,1544 +"164014",49084,50236,1,168,2339 +"164015",49084,50685,3,168,2008 +"164016",49084,51017,3,168,2073 +"164017",49084,51035,3,168,2397 +"164018",49084,51866,3,168,2411 +"164019",49084,51971,3,168,195 +"164020",49084,52136,2,168,1412 +"164021",49084,52345,2,168,1430 +"164022",49084,52576,3,168,2234 +"164023",49084,53134,3,168,1590 +"164024",49084,53303,2,168,1376 +"164025",49084,54551,2,168,2348 +"164026",49084,54879,3,168,2210 +"164027",49084,54929,3,168,2783 +"164028",49084,55320,3,168,1643 +"164029",49084,55652,3,168,2795 +"164030",49084,56082,2,168,2395 +"164031",49084,56232,3,168,1175 +"164032",49084,56237,2,168,2625 +"164033",49084,57414,3,168,922 +"164034",49084,57710,3,168,411 +"164035",49084,57714,3,168,1391 +"164036",49084,57969,3,168,2755 +"164037",49084,57977,3,168,2683 +"164038",49084,58882,3,168,684 +"164039",49084,59939,1,168,936 +"164040",49084,61982,3,168,2725 +"164041",49084,62841,3,168,2710 +"164042",49084,65242,3,168,1988 +"164043",49084,67763,3,168,822 +"164044",49084,68215,3,168,2727 +"164045",49084,70724,2,168,496 +"164046",49084,70781,2,168,199 +"164047",49084,70838,2,168,687 +"164048",49084,71217,3,168,2169 +"164049",49084,72188,3,168,856 +"164050",49084,72207,3,168,2430 +"164051",49084,72326,1,168,2384 +"164052",49084,72956,3,168,1251 +"164053",49084,73136,3,168,328 +"164054",49084,75403,3,168,1895 +"164055",49084,76127,3,168,910 +"164056",49084,76284,3,168,1237 +"164057",49084,76396,3,168,1731 +"164058",49084,76905,3,168,298 +"164059",49084,78256,3,168,804 +"164060",49084,79804,3,168,2227 +"164061",49084,80014,3,168,1562 +"164062",49084,80242,2,168,569 +"164063",49084,81563,3,168,1188 +"164064",49084,82776,3,168,1232 +"164065",49084,85685,3,168,998 +"164066",49084,85736,3,168,1601 +"164067",49084,87048,3,168,989 +"164068",49084,91912,2,168,790 +"164069",49084,92104,3,168,2339 +"164070",49084,97498,3,168,2346 +"164071",49084,98925,3,168,584 +"164072",49084,104344,3,168,172 +"164073",49084,107846,3,168,565 +"164074",49084,108867,3,168,2328 +"164075",49084,109663,2,168,545 +"164076",49084,109718,3,168,1237 +"164077",49084,111971,3,168,1032 +"164078",49084,112437,2,168,513 +"164079",49084,116835,3,168,553 +"164080",49084,117956,3,168,2774 +"164081",49084,120549,2,168,708 +"164082",49109,29580,2,2341,2776 +"164083",49109,40368,3,2341,2876 +"164084",49109,46635,3,2341,2528 +"164085",49110,25325,3,2938,2963 +"164086",49121,9311,2,2199,2477 +"164087",49121,10843,3,2199,2277 +"164088",49121,15626,3,2199,2434 +"164089",49121,15821,3,2199,2456 +"164090",49121,30906,3,2199,2537 +"164091",49121,33433,3,2199,2805 +"164092",49121,38755,3,2199,2902 +"164093",49121,47534,3,2199,2712 +"164094",49121,50382,3,2199,2244 +"164095",49121,59113,3,2199,2434 +"164096",49142,3158,3,2289,2762 +"164097",49142,4634,3,2289,2291 +"164098",49142,8463,3,2289,2466 +"164099",49142,14490,3,2289,2291 +"164100",49142,14957,3,2289,2306 +"164101",49142,15782,3,2289,2306 +"164102",49142,36478,3,2289,2808 +"164103",49142,42390,3,2289,2937 +"164104",49142,43701,3,2289,2400 +"164105",49142,66368,3,2289,2413 +"164106",49144,135,2,1542,2233 +"164107",49144,270,3,1542,2542 +"164108",49144,380,3,1542,2261 +"164109",49144,455,2,1542,2827 +"164110",49144,470,3,1542,2285 +"164111",49144,600,3,1542,1702 +"164112",49144,913,3,1542,2144 +"164113",49144,1046,3,1542,1881 +"164114",49144,1102,3,1542,2282 +"164115",49144,1124,3,1542,1596 +"164116",49144,1367,2,1542,2176 +"164117",49144,2424,3,1542,2582 +"164118",49144,2533,3,1542,2016 +"164119",49144,3242,3,1542,1730 +"164120",49144,3305,3,1542,2839 +"164121",49144,4084,3,1542,2133 +"164122",49144,4191,3,1542,2130 +"164123",49144,4618,3,1542,2607 +"164124",49144,5148,3,1542,2206 +"164125",49144,5725,3,1542,2789 +"164126",49144,7245,1,1542,2089 +"164127",49144,7515,3,1542,2737 +"164128",49144,8533,2,1542,2251 +"164129",49144,8621,3,1542,1681 +"164130",49144,9311,3,1542,2477 +"164131",49144,10433,3,1542,2075 +"164132",49144,11516,3,1542,1937 +"164133",49144,13307,3,1542,2206 +"164134",49144,15207,3,1542,1855 +"164135",49144,16201,3,1542,1811 +"164136",49144,17698,3,1542,1559 +"164137",49144,18348,3,1542,1711 +"164138",49144,18394,3,1542,2356 +"164139",49144,18415,2,1542,2184 +"164140",49144,19719,3,1542,2177 +"164141",49144,19862,3,1542,2412 +"164142",49144,20563,2,1542,2267 +"164143",49144,21012,3,1542,2325 +"164144",49144,23132,3,1542,2756 +"164145",49144,23526,3,1542,1998 +"164146",49144,23534,3,1542,1659 +"164147",49144,23705,3,1542,2699 +"164148",49144,23715,3,1542,1859 +"164149",49144,23918,3,1542,1881 +"164150",49144,24568,2,1542,1937 +"164151",49144,25289,3,1542,1790 +"164152",49144,25341,3,1542,1858 +"164153",49144,25577,3,1542,1946 +"164154",49144,25643,3,1542,1646 +"164155",49144,25816,3,1542,2088 +"164156",49144,26516,3,1542,2479 +"164157",49144,27753,3,1542,2750 +"164158",49144,28115,3,1542,1835 +"164159",49144,28285,3,1542,2972 +"164160",49144,28991,3,1542,1688 +"164161",49144,29073,3,1542,2328 +"164162",49144,29170,3,1542,1846 +"164163",49144,30052,3,1542,2855 +"164164",49144,30438,3,1542,1617 +"164165",49144,33572,3,1542,2370 +"164166",49144,34160,2,1542,1759 +"164167",49144,34648,3,1542,1596 +"164168",49144,35302,2,1542,1589 +"164169",49144,38019,3,1542,1870 +"164170",49144,40493,3,1542,1981 +"164171",49144,41682,3,1542,1988 +"164172",49144,45633,1,1542,2134 +"164173",49144,45715,3,1542,2287 +"164174",49144,47947,3,1542,2681 +"164175",49144,48035,3,1542,2180 +"164176",49144,48602,3,1542,1704 +"164177",49144,50685,3,1542,2008 +"164178",49144,52576,3,1542,2234 +"164179",49144,53196,2,1542,1888 +"164180",49144,53300,3,1542,2162 +"164181",49144,54158,3,1542,1756 +"164182",49144,55139,3,1542,2323 +"164183",49144,57977,3,1542,2683 +"164184",49144,58035,3,1542,1646 +"164185",49144,60661,3,1542,2700 +"164186",49144,62840,3,1542,2502 +"164187",49144,63409,2,1542,1937 +"164188",49144,64181,3,1542,1828 +"164189",49144,64997,3,1542,2791 +"164190",49144,65691,2,1542,2134 +"164191",49144,66413,3,1542,2507 +"164192",49144,71562,3,1542,2574 +"164193",49144,74095,3,1542,2333 +"164194",49144,82426,3,1542,1576 +"164195",49144,105063,3,1542,1908 +"164196",49147,916,2,2539,2718 +"164197",49147,2344,3,2539,2752 +"164198",49147,4618,3,2539,2607 +"164199",49147,5606,2,2539,2875 +"164200",49147,6248,2,2539,2737 +"164201",49147,17999,3,2539,2758 +"164202",49147,22905,3,2539,2599 +"164203",49147,36662,3,2539,2967 +"164204",49147,43524,2,2539,2572 +"164205",49147,50635,3,2539,2962 +"164206",49147,60384,3,2539,2765 +"164207",49147,60672,3,2539,2876 +"164208",49147,65223,3,2539,2724 +"164209",49185,600,3,1544,1702 +"164210",49185,997,3,1544,2788 +"164211",49185,1875,2,1544,1786 +"164212",49185,3495,3,1544,2431 +"164213",49185,3947,3,1544,2067 +"164214",49185,4360,3,1544,1770 +"164215",49185,4671,3,1544,2280 +"164216",49185,5449,3,1544,1723 +"164217",49185,5971,3,1544,1985 +"164218",49185,7029,2,1544,2204 +"164219",49185,7406,3,1544,1906 +"164220",49185,7858,3,1544,1795 +"164221",49185,9695,2,1544,2143 +"164222",49185,10870,3,1544,1755 +"164223",49185,11103,2,1544,2393 +"164224",49185,11239,3,1544,2181 +"164225",49185,11493,3,1544,2077 +"164226",49185,12371,3,1544,1569 +"164227",49185,13780,3,1544,2412 +"164228",49185,16352,3,1544,2657 +"164229",49185,18344,3,1544,2204 +"164230",49185,19208,3,1544,2629 +"164231",49185,20419,3,1544,1587 +"164232",49185,22197,3,1544,2271 +"164233",49185,23918,3,1544,1881 +"164234",49185,24256,3,1544,2393 +"164235",49185,26867,3,1544,1804 +"164236",49185,27195,2,1544,2158 +"164237",49185,28571,3,1544,1556 +"164238",49185,29930,2,1544,2240 +"164239",49185,30747,3,1544,2455 +"164240",49185,36574,3,1544,2934 +"164241",49185,41664,3,1544,2641 +"164242",49185,42129,3,1544,2318 +"164243",49185,42574,3,1544,2842 +"164244",49185,48571,3,1544,2717 +"164245",49185,50236,3,1544,2339 +"164246",49185,53219,3,1544,2973 +"164247",49185,53604,3,1544,2489 +"164248",49185,56082,3,1544,2395 +"164249",49185,63515,3,1544,2023 +"164250",49185,64997,3,1544,2791 +"164251",49185,78436,3,1544,1615 +"164252",49185,80014,3,1544,1562 +"164253",49186,279,3,1289,1989 +"164254",49186,913,3,1289,2144 +"164255",49186,5346,3,1289,1438 +"164256",49186,5580,3,1289,2111 +"164257",49186,6047,3,1289,2004 +"164258",49186,9654,2,1289,2111 +"164259",49186,12528,2,1289,2589 +"164260",49186,12602,3,1289,1956 +"164261",49186,12618,3,1289,2021 +"164262",49186,15207,3,1289,1855 +"164263",49186,19335,3,1289,1729 +"164264",49186,21133,3,1289,1320 +"164265",49186,21929,3,1289,2062 +"164266",49186,22567,3,1289,2396 +"164267",49186,23011,2,1289,2763 +"164268",49186,23132,3,1289,2756 +"164269",49186,24448,3,1289,2289 +"164270",49186,27275,3,1289,2656 +"164271",49186,27390,3,1289,2425 +"164272",49186,32899,3,1289,1369 +"164273",49186,37509,3,1289,1640 +"164274",49186,40383,3,1289,2639 +"164275",49186,43173,3,1289,2895 +"164276",49186,46621,3,1289,1343 +"164277",49186,48215,3,1289,2028 +"164278",49186,56082,3,1289,2395 +"164279",49186,67652,3,1289,2736 +"164280",49186,67726,1,1289,2873 +"164281",49186,82730,3,1289,1492 +"164282",49189,733,2,1550,1653 +"164283",49189,2407,3,1550,1725 +"164284",49189,3242,2,1550,1730 +"164285",49189,5239,3,1550,2875 +"164286",49189,7515,3,1550,2737 +"164287",49189,8621,3,1550,1681 +"164288",49189,10222,3,1550,2212 +"164289",49189,10404,3,1550,2062 +"164290",49189,13837,2,1550,1604 +"164291",49189,15401,3,1550,1999 +"164292",49189,16866,3,1550,2718 +"164293",49189,18277,3,1550,2309 +"164294",49189,18865,3,1550,2676 +"164295",49189,20563,3,1550,2267 +"164296",49189,23534,3,1550,1659 +"164297",49189,24198,3,1550,2217 +"164298",49189,26516,3,1550,2479 +"164299",49189,26706,1,1550,1846 +"164300",49189,27753,3,1550,2750 +"164301",49189,32988,3,1550,2008 +"164302",49189,34136,3,1550,2202 +"164303",49189,40368,3,1550,2876 +"164304",49189,50667,3,1550,2719 +"164305",49189,51410,3,1550,2739 +"164306",49189,58035,3,1550,1646 +"164307",49189,58221,2,1550,1787 +"164308",49189,59700,3,1550,2346 +"164309",49189,63395,3,1550,2334 +"164310",49189,63409,3,1550,1937 +"164311",49189,65155,3,1550,1947 +"164312",49189,66726,3,1550,2068 +"164313",49189,82767,3,1550,1641 +"164314",49189,92322,2,1550,2393 +"164315",49201,1015,3,936,1174 +"164316",49201,1203,2,936,1350 +"164317",49201,2294,3,936,1638 +"164318",49201,3271,3,936,2216 +"164319",49201,6186,3,936,1693 +"164320",49201,6479,3,936,1021 +"164321",49201,6627,3,936,2063 +"164322",49201,6821,2,936,1788 +"164323",49201,7785,3,936,2441 +"164324",49201,9060,3,936,1612 +"164325",49201,9272,3,936,2835 +"164326",49201,10087,2,936,1617 +"164327",49201,10373,2,936,2436 +"164328",49201,11127,3,936,1196 +"164329",49201,11990,3,936,1909 +"164330",49201,13068,2,936,1778 +"164331",49201,14425,3,936,1036 +"164332",49201,15078,2,936,1033 +"164333",49201,15462,3,936,1141 +"164334",49201,16437,1,936,1956 +"164335",49201,16684,3,936,1657 +"164336",49201,16776,3,936,1565 +"164337",49201,18706,3,936,1617 +"164338",49201,18978,3,936,952 +"164339",49201,19231,2,936,1424 +"164340",49201,19934,3,936,2888 +"164341",49201,20308,3,936,2254 +"164342",49201,20395,3,936,1468 +"164343",49201,25378,3,936,1245 +"164344",49201,27280,3,936,1965 +"164345",49201,27320,3,936,2378 +"164346",49201,27722,3,936,1266 +"164347",49201,28051,3,936,2089 +"164348",49201,28357,2,936,1134 +"164349",49201,29495,3,936,1612 +"164350",49201,30891,3,936,1256 +"164351",49201,31753,3,936,1514 +"164352",49201,31868,3,936,1993 +"164353",49201,32532,3,936,2338 +"164354",49201,32560,3,936,1258 +"164355",49201,33491,3,936,1226 +"164356",49201,34094,3,936,1360 +"164357",49201,35728,3,936,2017 +"164358",49201,37059,3,936,2840 +"164359",49201,37752,3,936,2223 +"164360",49201,39534,2,936,2410 +"164361",49201,41900,3,936,1970 +"164362",49201,42756,3,936,1384 +"164363",49201,43226,3,936,2442 +"164364",49201,43961,3,936,2443 +"164365",49201,44235,3,936,2700 +"164366",49201,44877,3,936,1219 +"164367",49201,45480,2,936,1104 +"164368",49201,46486,3,936,1868 +"164369",49201,47968,3,936,2829 +"164370",49201,48110,3,936,2009 +"164371",49201,49347,3,936,2504 +"164372",49201,49712,3,936,1937 +"164373",49201,58508,3,936,2326 +"164374",49201,58759,3,936,942 +"164375",49201,58829,3,936,1256 +"164376",49201,59039,2,936,2870 +"164377",49201,59485,3,936,1564 +"164378",49201,61723,3,936,1262 +"164379",49201,63654,3,936,2310 +"164380",49201,65188,3,936,2213 +"164381",49201,66717,3,936,2104 +"164382",49201,68215,3,936,2727 +"164383",49201,69131,3,936,2122 +"164384",49201,69335,3,936,2698 +"164385",49201,72438,2,936,1397 +"164386",49201,73172,3,936,2496 +"164387",49201,73192,3,936,1955 +"164388",49201,74795,3,936,1319 +"164389",49201,79432,3,936,1708 +"164390",49201,80301,3,936,1690 +"164391",49201,80506,3,936,1920 +"164392",49201,90789,3,936,1218 +"164393",49201,95910,3,936,999 +"164394",49201,96365,3,936,1700 +"164395",49201,98058,3,936,1891 +"164396",49201,107383,2,936,1918 +"164397",49201,119524,3,936,1930 +"164398",49201,119921,3,936,1113 +"164399",49265,31700,3,2686,2727 +"164400",49265,38602,3,2686,2693 +"164401",49265,88232,3,2686,2881 +"164402",49277,5041,3,1928,2371 +"164403",49277,14084,3,1928,2491 +"164404",49277,20893,3,1928,2695 +"164405",49277,34158,3,1928,2639 +"164406",49277,59205,2,1928,2387 +"164407",49284,1222,3,218,2598 +"164408",49284,2272,3,218,1640 +"164409",49284,2443,2,218,2333 +"164410",49284,2802,3,218,1836 +"164411",49284,3324,3,218,1198 +"164412",49284,5414,3,218,2321 +"164413",49284,6262,3,218,2733 +"164414",49284,6295,3,218,856 +"164415",49284,9269,3,218,1892 +"164416",49284,9895,3,218,1960 +"164417",49284,9910,3,218,2526 +"164418",49284,9948,2,218,2019 +"164419",49284,11897,3,218,1271 +"164420",49284,12914,3,218,1557 +"164421",49284,13150,3,218,1570 +"164422",49284,15047,3,218,1697 +"164423",49284,15582,3,218,598 +"164424",49284,15926,3,218,545 +"164425",49284,18466,3,218,2340 +"164426",49284,19190,3,218,2677 +"164427",49284,19358,2,218,880 +"164428",49284,20604,3,218,1684 +"164429",49284,20695,3,218,2526 +"164430",49284,25345,3,218,713 +"164431",49284,27512,3,218,947 +"164432",49284,30697,3,218,2891 +"164433",49284,32070,2,218,950 +"164434",49284,32966,3,218,1583 +"164435",49284,33108,3,218,1559 +"164436",49284,38697,3,218,2701 +"164437",49284,42280,3,218,2266 +"164438",49284,46568,1,218,822 +"164439",49284,49403,1,218,2427 +"164440",49284,51678,3,218,1077 +"164441",49284,53082,1,218,2328 +"164442",49284,54737,2,218,326 +"164443",49284,55364,3,218,326 +"164444",49284,56168,2,218,1466 +"164445",49284,56364,3,218,1626 +"164446",49284,65515,3,218,677 +"164447",49284,66017,3,218,1545 +"164448",49284,71810,3,218,263 +"164449",49284,72703,3,218,2231 +"164450",49284,76796,3,218,1140 +"164451",49284,76997,3,218,2223 +"164452",49284,79772,3,218,1230 +"164453",49284,79793,3,218,1915 +"164454",49284,80801,3,218,1250 +"164455",49284,83334,2,218,1708 +"164456",49284,84591,3,218,1685 +"164457",49284,87915,3,218,1152 +"164458",49284,90633,3,218,990 +"164459",49284,92503,3,218,231 +"164460",49284,94339,3,218,2768 +"164461",49284,101381,3,218,977 +"164462",49284,101666,3,218,1257 +"164463",49284,103920,3,218,274 +"164464",49284,104161,3,218,613 +"164465",49284,112814,3,218,546 +"164466",49300,512,3,515,1596 +"164467",49300,1592,3,515,2006 +"164468",49300,1691,2,515,1941 +"164469",49300,2011,3,515,2176 +"164470",49300,3886,3,515,1669 +"164471",49300,5018,2,515,640 +"164472",49300,5258,3,515,2730 +"164473",49300,6252,3,515,2336 +"164474",49300,6390,2,515,2385 +"164475",49300,8011,3,515,889 +"164476",49300,8762,3,515,2585 +"164477",49300,12199,3,515,1651 +"164478",49300,13945,3,515,1324 +"164479",49300,14108,2,515,2012 +"164480",49300,14676,3,515,2764 +"164481",49300,15962,3,515,660 +"164482",49300,17434,1,515,1642 +"164483",49300,18502,3,515,1033 +"164484",49300,18543,2,515,2968 +"164485",49300,19882,3,515,565 +"164486",49300,20407,3,515,2339 +"164487",49300,21133,3,515,1320 +"164488",49300,21617,3,515,516 +"164489",49300,25565,3,515,2764 +"164490",49300,27792,3,515,1308 +"164491",49300,28592,2,515,2320 +"164492",49300,28808,3,515,1063 +"164493",49300,30411,3,515,630 +"164494",49300,31001,3,515,2119 +"164495",49300,31235,3,515,2668 +"164496",49300,33621,3,515,1319 +"164497",49300,33622,3,515,2230 +"164498",49300,34314,3,515,630 +"164499",49300,34945,2,515,1298 +"164500",49300,35045,3,515,1646 +"164501",49300,36183,3,515,2117 +"164502",49300,36439,2,515,2469 +"164503",49300,37509,3,515,1640 +"164504",49300,38213,3,515,1744 +"164505",49300,38259,3,515,2258 +"164506",49300,40954,2,515,2603 +"164507",49300,41085,1,515,637 +"164508",49300,43226,3,515,2442 +"164509",49300,44427,2,515,2875 +"164510",49300,46621,3,515,1343 +"164511",49300,47064,3,515,1993 +"164512",49300,47407,3,515,832 +"164513",49300,47435,3,515,878 +"164514",49300,47585,2,515,794 +"164515",49300,49620,3,515,1868 +"164516",49300,50235,2,515,726 +"164517",49300,52323,3,515,2148 +"164518",49300,52327,3,515,1472 +"164519",49300,53252,2,515,637 +"164520",49300,55156,3,515,2196 +"164521",49300,56910,3,515,2705 +"164522",49300,57990,2,515,978 +"164523",49300,58133,3,515,1484 +"164524",49300,58284,3,515,2292 +"164525",49300,61785,3,515,822 +"164526",49300,62062,3,515,860 +"164527",49300,62602,3,515,1172 +"164528",49300,64181,3,515,1828 +"164529",49300,71274,3,515,2390 +"164530",49300,74636,3,515,2525 +"164531",49300,75025,2,515,717 +"164532",49300,75921,3,515,517 +"164533",49300,76127,3,515,910 +"164534",49300,76192,3,515,912 +"164535",49300,78256,3,515,804 +"164536",49300,78416,3,515,630 +"164537",49300,78563,3,515,2385 +"164538",49300,78569,3,515,578 +"164539",49300,79612,3,515,927 +"164540",49300,82401,3,515,1210 +"164541",49300,88232,3,515,2881 +"164542",49300,88966,3,515,1568 +"164543",49300,92491,3,515,1968 +"164544",49300,93398,3,515,828 +"164545",49300,97674,3,515,1912 +"164546",49300,97824,3,515,1229 +"164547",49300,99953,3,515,581 +"164548",49300,100215,3,515,2436 +"164549",49300,101967,1,515,691 +"164550",49300,102731,3,515,630 +"164551",49301,1592,1,1894,2006 +"164552",49301,1691,2,1894,1941 +"164553",49301,2011,3,1894,2176 +"164554",49301,2208,3,1894,2814 +"164555",49301,5258,3,1894,2730 +"164556",49301,6252,3,1894,2336 +"164557",49301,6390,3,1894,2385 +"164558",49301,6491,3,1894,2424 +"164559",49301,14108,3,1894,2012 +"164560",49301,14731,3,1894,2012 +"164561",49301,20407,3,1894,2339 +"164562",49301,21682,3,1894,2414 +"164563",49301,24198,3,1894,2217 +"164564",49301,29948,3,1894,2795 +"164565",49301,33622,3,1894,2230 +"164566",49301,36439,3,1894,2469 +"164567",49301,40369,3,1894,2735 +"164568",49301,43173,3,1894,2895 +"164569",49301,46951,3,1894,2429 +"164570",49301,50179,3,1894,2230 +"164571",49301,66241,3,1894,2351 +"164572",49301,74636,3,1894,2525 +"164573",49301,88232,2,1894,2881 +"164574",49309,316,1,575,2413 +"164575",49309,2057,3,575,1965 +"164576",49309,2429,3,575,999 +"164577",49309,2489,2,575,1537 +"164578",49309,3770,3,575,2623 +"164579",49309,9227,3,575,1267 +"164580",49309,9331,3,575,2269 +"164581",49309,10333,2,575,1615 +"164582",49309,12199,3,575,1651 +"164583",49309,14791,3,575,1370 +"164584",49309,14915,3,575,2606 +"164585",49309,16021,3,575,858 +"164586",49309,17351,3,575,2036 +"164587",49309,17632,3,575,1947 +"164588",49309,23154,3,575,2345 +"164589",49309,26478,3,575,1963 +"164590",49309,27379,3,575,2461 +"164591",49309,44688,3,575,2924 +"164592",49309,46261,3,575,2350 +"164593",49309,47435,3,575,878 +"164594",49309,52327,3,575,1472 +"164595",49309,59670,3,575,1173 +"164596",49309,67963,1,575,806 +"164597",49309,78650,3,575,592 +"164598",49309,80979,3,575,1142 +"164599",49334,5606,3,2433,2875 +"164600",49334,19208,3,2433,2629 +"164601",49334,24753,3,2433,2860 +"164602",49334,33363,3,2433,2475 +"164603",49334,41664,3,2433,2641 +"164604",49334,42515,3,2433,2752 +"164605",49334,47564,3,2433,2650 +"164606",49334,47625,2,2433,2562 +"164607",49347,11429,2,2504,2520 +"164608",49347,19215,3,2504,2604 +"164609",49347,22709,3,2504,2743 +"164610",49347,37342,3,2504,2649 +"164611",49347,57657,3,2504,2735 +"164612",49347,71531,3,2504,2887 +"164613",49372,49558,3,1756,2083 +"164614",49375,827,3,2438,2964 +"164615",49375,1624,3,2438,2687 +"164616",49375,29095,3,2438,2531 +"164617",49375,64628,3,2438,2829 +"164618",49379,9269,2,1573,1892 +"164619",49379,9895,3,1573,1960 +"164620",49379,9910,3,1573,2526 +"164621",49379,9948,3,1573,2019 +"164622",49379,12598,3,1573,2086 +"164623",49379,14442,2,1573,2700 +"164624",49379,16347,1,1573,1868 +"164625",49379,20695,2,1573,2526 +"164626",49379,26740,3,1573,2695 +"164627",49379,31281,3,1573,1937 +"164628",49379,34331,3,1573,1727 +"164629",49379,36996,3,1573,2321 +"164630",49379,44744,3,1573,2032 +"164631",49379,56364,3,1573,1626 +"164632",49379,59289,3,1573,2896 +"164633",49379,84591,3,1573,1685 +"164634",49379,89391,3,1573,2180 +"164635",49403,30697,3,2427,2891 +"164636",49403,38697,3,2427,2701 +"164637",49406,613,3,217,2687 +"164638",49406,669,2,217,1423 +"164639",49406,843,3,217,2332 +"164640",49406,1453,3,217,1737 +"164641",49406,1629,3,217,1289 +"164642",49406,1702,3,217,1984 +"164643",49406,1968,3,217,631 +"164644",49406,2540,3,217,1398 +"164645",49406,3127,3,217,2273 +"164646",49406,3271,2,217,2216 +"164647",49406,3477,3,217,2546 +"164648",49406,5683,3,217,2468 +"164649",49406,5792,2,217,975 +"164650",49406,6162,3,217,1673 +"164651",49406,6241,3,217,2264 +"164652",49406,6602,3,217,1631 +"164653",49406,7226,3,217,1228 +"164654",49406,7310,3,217,636 +"164655",49406,7337,2,217,1797 +"164656",49406,7604,3,217,1366 +"164657",49406,8395,3,217,896 +"164658",49406,8607,3,217,1685 +"164659",49406,9200,3,217,787 +"164660",49406,9227,3,217,1267 +"164661",49406,9272,2,217,2835 +"164662",49406,10050,3,217,1792 +"164663",49406,10746,3,217,1506 +"164664",49406,10754,3,217,1797 +"164665",49406,10859,2,217,2231 +"164666",49406,11329,2,217,2799 +"164667",49406,12034,1,217,265 +"164668",49406,12929,3,217,2656 +"164669",49406,14654,3,217,1692 +"164670",49406,14887,1,217,2158 +"164671",49406,16437,3,217,1956 +"164672",49406,16881,3,217,925 +"164673",49406,18366,3,217,2699 +"164674",49406,19075,3,217,2214 +"164675",49406,20397,3,217,735 +"164676",49406,21198,3,217,935 +"164677",49406,21684,3,217,1971 +"164678",49406,23430,3,217,904 +"164679",49406,24255,3,217,2770 +"164680",49406,24405,3,217,1443 +"164681",49406,27135,3,217,798 +"164682",49406,27545,3,217,855 +"164683",49406,28432,3,217,1954 +"164684",49406,29267,3,217,1234 +"164685",49406,29286,3,217,1612 +"164686",49406,29353,3,217,502 +"164687",49406,30669,3,217,1921 +"164688",49406,31338,3,217,917 +"164689",49406,32811,3,217,804 +"164690",49406,33681,3,217,1059 +"164691",49406,33870,3,217,955 +"164692",49406,33957,3,217,245 +"164693",49406,35069,3,217,2069 +"164694",49406,35888,2,217,2291 +"164695",49406,36953,3,217,2790 +"164696",49406,37752,3,217,2223 +"164697",49406,38219,3,217,1689 +"164698",49406,38785,3,217,437 +"164699",49406,39278,3,217,1952 +"164700",49406,39439,3,217,2462 +"164701",49406,39444,3,217,2695 +"164702",49406,39589,3,217,1292 +"164703",49406,39906,3,217,2365 +"164704",49406,40572,3,217,2666 +"164705",49406,40889,3,217,465 +"164706",49406,41439,3,217,709 +"164707",49406,42813,3,217,2142 +"164708",49406,42925,3,217,1358 +"164709",49406,43173,3,217,2895 +"164710",49406,43226,2,217,2442 +"164711",49406,45874,3,217,944 +"164712",49406,46486,2,217,1868 +"164713",49406,48110,2,217,2009 +"164714",49406,49560,2,217,1679 +"164715",49406,52215,3,217,1908 +"164716",49406,53445,3,217,2028 +"164717",49406,54467,3,217,919 +"164718",49406,57804,3,217,2214 +"164719",49406,57990,3,217,978 +"164720",49406,58508,2,217,2326 +"164721",49406,58530,3,217,298 +"164722",49406,59039,3,217,2870 +"164723",49406,59979,3,217,471 +"164724",49406,61125,3,217,1673 +"164725",49406,69250,3,217,1439 +"164726",49406,69335,2,217,2698 +"164727",49406,76511,3,217,1250 +"164728",49406,76606,3,217,885 +"164729",49406,76607,3,217,747 +"164730",49406,80301,2,217,1690 +"164731",49406,80801,3,217,1250 +"164732",49406,82039,3,217,1327 +"164733",49406,82226,3,217,1619 +"164734",49406,84799,3,217,2656 +"164735",49406,87638,3,217,1114 +"164736",49406,90709,2,217,1080 +"164737",49406,95979,3,217,1722 +"164738",49406,96401,3,217,303 +"164739",49406,99332,1,217,873 +"164740",49406,110218,3,217,437 +"164741",49414,2979,3,1667,2912 +"164742",49414,13842,3,1667,2250 +"164743",49414,14353,3,1667,2878 +"164744",49414,19073,3,1667,2748 +"164745",49414,32339,3,1667,2430 +"164746",49414,32778,3,1667,2310 +"164747",49414,34158,3,1667,2639 +"164748",49414,35797,3,1667,2482 +"164749",49414,41250,2,1667,1703 +"164750",49414,41694,3,1667,2358 +"164751",49414,43204,3,1667,1680 +"164752",49414,43961,3,1667,2443 +"164753",49414,47375,3,1667,2043 +"164754",49414,47529,3,1667,2914 +"164755",49414,47708,3,1667,2568 +"164756",49414,57760,3,1667,1721 +"164757",49414,60258,3,1667,2405 +"164758",49414,66994,3,1667,1865 +"164759",49414,90745,3,1667,1994 +"164760",49415,15150,2,2654,2801 +"164761",49415,20011,3,2654,2826 +"164762",49415,30194,3,2654,2874 +"164763",49415,33460,3,2654,2781 +"164764",49450,21,3,1328,1385 +"164765",49450,1780,3,1328,1375 +"164766",49450,9703,3,1328,1845 +"164767",49450,9850,3,1328,2974 +"164768",49450,10980,3,1328,1974 +"164769",49450,39062,3,1328,2020 +"164770",49450,63077,2,1328,2778 +"164771",49461,455,3,2793,2827 +"164772",49461,17826,2,2793,2920 +"164773",49461,18151,3,2793,2962 +"164774",49470,145,3,1528,1998 +"164775",49470,160,3,1528,2007 +"164776",49470,270,3,1528,2542 +"164777",49470,316,3,1528,2413 +"164778",49470,915,3,1528,1793 +"164779",49470,1592,3,1528,2006 +"164780",49470,1691,3,1528,1941 +"164781",49470,2181,2,1528,2030 +"164782",49470,2424,3,1528,2582 +"164783",49470,3456,3,1528,1999 +"164784",49470,3477,3,1528,2546 +"164785",49470,3978,2,1528,2775 +"164786",49470,3980,3,1528,2771 +"164787",49470,4303,3,1528,2414 +"164788",49470,4646,3,1528,2139 +"164789",49470,4929,2,1528,2240 +"164790",49470,4953,2,1528,2285 +"164791",49470,5392,3,1528,1648 +"164792",49470,6063,3,1528,2349 +"164793",49470,6252,3,1528,2336 +"164794",49470,6324,2,1528,1990 +"164795",49470,6363,3,1528,2066 +"164796",49470,6449,2,1528,1997 +"164797",49470,6821,3,1528,1788 +"164798",49470,7014,3,1528,2401 +"164799",49470,7167,3,1528,1993 +"164800",49470,7616,3,1528,2296 +"164801",49470,7794,3,1528,2972 +"164802",49470,8274,3,1528,1909 +"164803",49470,8327,3,1528,2527 +"164804",49470,8842,2,1528,2535 +"164805",49470,9175,3,1528,2639 +"164806",49470,9331,2,1528,2269 +"164807",49470,9423,2,1528,1708 +"164808",49470,12042,3,1528,2345 +"164809",49470,12081,1,1528,2166 +"164810",49470,12388,3,1528,1975 +"164811",49470,12729,3,1528,1835 +"164812",49470,13158,3,1528,2667 +"164813",49470,14096,3,1528,1861 +"164814",49470,14252,3,1528,2244 +"164815",49470,14622,3,1528,1608 +"164816",49470,14918,1,1528,2071 +"164817",49470,15008,3,1528,2338 +"164818",49470,15381,3,1528,2289 +"164819",49470,15444,3,1528,2764 +"164820",49470,15729,3,1528,2338 +"164821",49470,15799,3,1528,1917 +"164822",49470,16539,3,1528,1947 +"164823",49470,16628,2,1528,2409 +"164824",49470,16850,3,1528,1657 +"164825",49470,17351,2,1528,2036 +"164826",49470,17365,3,1528,2746 +"164827",49470,17549,1,1528,2647 +"164828",49470,17632,2,1528,1947 +"164829",49470,17867,3,1528,1904 +"164830",49470,18165,3,1528,2085 +"164831",49470,18217,3,1528,1566 +"164832",49470,18543,3,1528,2968 +"164833",49470,18670,2,1528,1835 +"164834",49470,19208,3,1528,2629 +"164835",49470,19605,3,1528,2395 +"164836",49470,20331,2,1528,2365 +"164837",49470,20419,3,1528,1587 +"164838",49470,20874,3,1528,1580 +"164839",49470,21029,3,1528,1943 +"164840",49470,21079,2,1528,1997 +"164841",49470,21734,3,1528,2528 +"164842",49470,22682,3,1528,2035 +"164843",49470,24256,3,1528,2393 +"164844",49470,24753,3,1528,2860 +"164845",49470,25030,3,1528,2017 +"164846",49470,25198,3,1528,1982 +"164847",49470,26083,3,1528,2038 +"164848",49470,26595,3,1528,1566 +"164849",49470,27379,3,1528,2461 +"164850",49470,27642,3,1528,1531 +"164851",49470,27694,3,1528,2030 +"164852",49470,27796,3,1528,2151 +"164853",49470,29289,2,1528,1756 +"164854",49470,29512,3,1528,1594 +"164855",49470,29977,3,1528,2781 +"164856",49470,30092,2,1528,1593 +"164857",49470,30827,3,1528,2323 +"164858",49470,31117,1,1528,2210 +"164859",49470,31159,3,1528,2231 +"164860",49470,31295,3,1528,2183 +"164861",49470,31705,3,1528,2706 +"164862",49470,32939,3,1528,2277 +"164863",49470,33200,3,1528,2221 +"164864",49470,33223,3,1528,2397 +"164865",49470,33622,3,1528,2230 +"164866",49470,34120,2,1528,2786 +"164867",49470,36837,3,1528,1556 +"164868",49470,37238,3,1528,2609 +"164869",49470,38213,3,1528,1744 +"164870",49470,38307,1,1528,2648 +"164871",49470,39464,3,1528,2314 +"164872",49470,40542,3,1528,1664 +"164873",49470,41664,3,1528,2641 +"164874",49470,41682,3,1528,1988 +"164875",49470,41770,3,1528,2752 +"164876",49470,41900,2,1528,1970 +"164877",49470,41945,2,1528,2856 +"164878",49470,42216,3,1528,2722 +"164879",49470,43404,3,1528,2649 +"164880",49470,43455,2,1528,2846 +"164881",49470,44688,2,1528,2924 +"164882",49470,45239,3,1528,2535 +"164883",49470,46042,3,1528,1692 +"164884",49470,46446,2,1528,2295 +"164885",49470,46629,3,1528,2255 +"164886",49470,47564,3,1528,2650 +"164887",49470,49334,3,1528,2433 +"164888",49470,49620,3,1528,1868 +"164889",49470,50113,2,1528,2059 +"164890",49470,50480,3,1528,2701 +"164891",49470,51866,3,1528,2411 +"164892",49470,52032,3,1528,2853 +"164893",49470,52597,3,1528,1773 +"164894",49470,52892,3,1528,2372 +"164895",49470,54020,3,1528,1578 +"164896",49470,57532,3,1528,2617 +"164897",49470,57804,3,1528,2214 +"164898",49470,61982,3,1528,2725 +"164899",49470,63442,3,1528,1965 +"164900",49470,65679,3,1528,1578 +"164901",49470,70573,1,1528,1993 +"164902",49470,74636,3,1528,2525 +"164903",49470,77611,3,1528,1795 +"164904",49470,77815,3,1528,2358 +"164905",49470,88232,3,1528,2881 +"164906",49512,380,2,1302,2261 +"164907",49512,457,2,1302,1704 +"164908",49512,1102,3,1302,2282 +"164909",49512,2424,3,1302,2582 +"164910",49512,2572,3,1302,2273 +"164911",49512,3801,2,1302,1974 +"164912",49512,4690,3,1302,1938 +"164913",49512,5580,3,1302,2111 +"164914",49512,6074,3,1302,2426 +"164915",49512,6491,3,1302,2424 +"164916",49512,7502,3,1302,1519 +"164917",49512,8192,3,1302,1670 +"164918",49512,8376,3,1302,1670 +"164919",49512,8866,3,1302,1545 +"164920",49512,8888,3,1302,1328 +"164921",49512,9362,3,1302,2879 +"164922",49512,9364,3,1302,1698 +"164923",49512,9654,3,1302,2111 +"164924",49512,9805,3,1302,1621 +"164925",49512,10474,3,1302,1608 +"164926",49512,10513,2,1302,2284 +"164927",49512,12432,3,1302,1816 +"164928",49512,12449,3,1302,2067 +"164929",49512,12528,3,1302,2589 +"164930",49512,12602,2,1302,1956 +"164931",49512,12724,3,1302,1930 +"164932",49512,13869,3,1302,1786 +"164933",49512,14834,2,1302,2739 +"164934",49512,16332,3,1302,2668 +"164935",49512,17645,3,1302,1918 +"164936",49512,18394,3,1302,2356 +"164937",49512,19096,2,1302,1538 +"164938",49512,19248,3,1302,2357 +"164939",49512,19719,3,1302,2177 +"164940",49512,20975,3,1302,1305 +"164941",49512,21138,3,1302,2849 +"164942",49512,24066,3,1302,1755 +"164943",49512,24558,3,1302,2139 +"164944",49512,26067,3,1302,2069 +"164945",49512,26671,3,1302,2279 +"164946",49512,27694,3,1302,2030 +"164947",49512,30405,2,1302,2164 +"164948",49512,34836,2,1302,2302 +"164949",49512,36087,3,1302,2755 +"164950",49512,38019,3,1302,1870 +"164951",49512,44188,2,1302,1609 +"164952",49512,46950,3,1302,2673 +"164953",49512,47248,3,1302,2883 +"164954",49512,51017,2,1302,2073 +"164955",49512,51035,2,1302,2397 +"164956",49512,52576,3,1302,2234 +"164957",49512,53323,2,1302,2677 +"164958",49512,53608,3,1302,1986 +"164959",49512,56317,3,1302,2030 +"164960",49512,57353,1,1302,1849 +"164961",49512,58451,3,1302,1939 +"164962",49512,65007,2,1302,2530 +"164963",49512,66983,3,1302,2397 +"164964",49512,72468,3,1302,2292 +"164965",49512,80825,2,1302,2315 +"164966",49512,81588,3,1302,1568 +"164967",49551,2349,3,879,1288 +"164968",49551,2452,3,879,1715 +"164969",49551,3271,3,879,2216 +"164970",49551,5346,3,879,1438 +"164971",49551,6821,3,879,1788 +"164972",49551,7785,3,879,2441 +"164973",49551,9272,3,879,2835 +"164974",49551,9301,3,879,1861 +"164975",49551,10373,3,879,2436 +"164976",49551,10914,3,879,1660 +"164977",49551,12361,3,879,2732 +"164978",49551,13639,3,879,2887 +"164979",49551,14287,3,879,1583 +"164980",49551,15184,3,879,2396 +"164981",49551,15207,3,879,1855 +"164982",49551,15462,2,879,1141 +"164983",49551,16437,2,879,1956 +"164984",49551,16776,3,879,1565 +"164985",49551,18571,3,879,2128 +"164986",49551,18978,3,879,952 +"164987",49551,19069,3,879,988 +"164988",49551,19231,2,879,1424 +"164989",49551,19934,3,879,2888 +"164990",49551,20308,3,879,2254 +"164991",49551,20395,3,879,1468 +"164992",49551,26713,3,879,1235 +"164993",49551,27280,3,879,1965 +"164994",49551,27320,3,879,2378 +"164995",49551,27722,3,879,1266 +"164996",49551,30486,3,879,1269 +"164997",49551,30865,3,879,2038 +"164998",49551,30891,3,879,1256 +"164999",49551,31164,3,879,1996 +"165000",49551,31783,3,879,1180 +"165001",49551,32516,3,879,2050 +"165002",49551,32532,3,879,2338 +"165003",49551,32560,3,879,1258 +"165004",49551,36136,3,879,2338 +"165005",49551,37752,2,879,2223 +"165006",49551,38087,3,879,1083 +"165007",49551,38259,3,879,2258 +"165008",49551,38373,3,879,1928 +"165009",49551,40003,2,879,936 +"165010",49551,43204,3,879,1680 +"165011",49551,43226,3,879,2442 +"165012",49551,44786,3,879,1096 +"165013",49551,45480,2,879,1104 +"165014",49551,46951,3,879,2429 +"165015",49551,47013,3,879,2388 +"165016",49551,47384,3,879,1639 +"165017",49551,48110,3,879,2009 +"165018",49551,48576,3,879,1675 +"165019",49551,49201,3,879,936 +"165020",49551,57912,3,879,1035 +"165021",49551,58508,3,879,2326 +"165022",49551,58829,3,879,1256 +"165023",49551,59039,1,879,2870 +"165024",49551,59485,3,879,1564 +"165025",49551,61125,3,879,1673 +"165026",49551,63654,3,879,2310 +"165027",49551,65188,3,879,2213 +"165028",49551,69131,2,879,2122 +"165029",49551,69335,3,879,2698 +"165030",49551,69788,3,879,2007 +"165031",49551,72438,3,879,1397 +"165032",49551,74795,2,879,1319 +"165033",49551,77077,3,879,2693 +"165034",49551,78740,3,879,1515 +"165035",49551,80301,3,879,1690 +"165036",49551,80506,3,879,1920 +"165037",49551,88067,3,879,2315 +"165038",49551,92359,3,879,943 +"165039",49551,93208,3,879,1324 +"165040",49551,94520,3,879,1243 +"165041",49551,95416,3,879,982 +"165042",49551,119524,3,879,1930 +"165043",49551,119921,3,879,1113 +"165044",49560,613,3,1679,2687 +"165045",49560,6241,3,1679,2264 +"165046",49560,9311,3,1679,2477 +"165047",49560,10859,2,1679,2231 +"165048",49560,12929,3,1679,2656 +"165049",49560,14887,3,1679,2158 +"165050",49560,17381,3,1679,1697 +"165051",49560,17790,3,1679,2783 +"165052",49560,18366,3,1679,2699 +"165053",49560,18670,3,1679,1835 +"165054",49560,24721,3,1679,2326 +"165055",49560,25610,3,1679,2328 +"165056",49560,34707,3,1679,2042 +"165057",49560,35069,3,1679,2069 +"165058",49560,35888,1,1679,2291 +"165059",49560,39278,3,1679,1952 +"165060",49560,40913,3,1679,1800 +"165061",49560,46091,3,1679,1938 +"165062",49560,54879,3,1679,2210 +"165063",49560,73197,3,1679,1998 +"165064",49560,84799,3,1679,2656 +"165065",49560,95979,3,1679,1722 +"165066",49581,361,2,1817,1970 +"165067",49581,392,2,1817,1915 +"165068",49581,3011,3,1817,2278 +"165069",49581,4701,3,1817,2401 +"165070",49581,6390,3,1817,2385 +"165071",49581,6982,3,1817,2034 +"165072",49581,7548,1,1817,1932 +"165073",49581,9311,2,1817,2477 +"165074",49581,10843,2,1817,2277 +"165075",49581,13249,2,1817,2573 +"165076",49581,13601,3,1817,2689 +"165077",49581,14723,3,1817,2019 +"165078",49581,15626,2,1817,2434 +"165079",49581,19453,2,1817,1928 +"165080",49581,20271,3,1817,2044 +"165081",49581,21448,3,1817,2332 +"165082",49581,22180,3,1817,1835 +"165083",49581,22311,3,1817,2034 +"165084",49581,23825,3,1817,1913 +"165085",49581,30906,3,1817,2537 +"165086",49581,33433,1,1817,2805 +"165087",49581,34707,3,1817,2042 +"165088",49581,38755,3,1817,2902 +"165089",49581,49121,3,1817,2199 +"165090",49581,49696,3,1817,2444 +"165091",49581,50269,3,1817,1966 +"165092",49581,50382,3,1817,2244 +"165093",49581,51853,3,1817,2520 +"165094",49581,52566,2,1817,2318 +"165095",49581,53342,3,1817,2071 +"165096",49581,54879,3,1817,2210 +"165097",49581,55643,1,1817,2359 +"165098",49581,58993,3,1817,2390 +"165099",49581,59113,2,1817,2434 +"165100",49581,61337,3,1817,2777 +"165101",49581,66677,3,1817,2151 +"165102",49581,87144,3,1817,2299 +"165103",49581,100462,3,1817,1927 +"165104",49608,1315,3,2184,2760 +"165105",49608,7180,2,2184,2227 +"165106",49608,7234,3,2184,2654 +"165107",49608,9928,3,2184,2345 +"165108",49608,10857,3,2184,2253 +"165109",49608,11218,2,2184,2292 +"165110",49608,12042,3,2184,2345 +"165111",49608,16352,3,2184,2657 +"165112",49608,17400,3,2184,2231 +"165113",49608,19622,3,2184,2371 +"165114",49608,23725,3,2184,2378 +"165115",49608,26080,3,2184,2525 +"165116",49608,31436,3,2184,2892 +"165117",49608,35926,3,2184,2371 +"165118",49608,41240,3,2184,2220 +"165119",49608,45684,2,2184,2200 +"165120",49608,54551,3,2184,2348 +"165121",49608,54929,3,2184,2783 +"165122",49608,56082,3,2184,2395 +"165123",49608,72207,3,2184,2430 +"165124",49608,76048,3,2184,2373 +"165125",49608,99215,3,2184,2791 +"165126",49615,3492,3,914,2117 +"165127",49615,3495,3,914,2431 +"165128",49615,5615,3,914,1105 +"165129",49615,6162,3,914,1673 +"165130",49615,6192,3,914,2409 +"165131",49615,8274,2,914,1909 +"165132",49615,8327,2,914,2527 +"165133",49615,12388,3,914,1975 +"165134",49615,14172,3,914,1923 +"165135",49615,15444,2,914,2764 +"165136",49615,17549,3,914,2647 +"165137",49615,21248,2,914,2232 +"165138",49615,22682,3,914,2035 +"165139",49615,29280,3,914,2499 +"165140",49615,31117,2,914,2210 +"165141",49615,32097,3,914,1307 +"165142",49615,33200,3,914,2221 +"165143",49615,41682,3,914,1988 +"165144",49615,42543,2,914,1907 +"165145",49615,42837,3,914,1096 +"165146",49615,48274,3,914,1979 +"165147",49615,49470,3,914,1528 +"165148",49615,50480,3,914,2701 +"165149",49615,54879,3,914,2210 +"165150",49615,54983,3,914,2407 +"165151",49615,69250,3,914,1439 +"165152",49615,91142,3,914,2527 +"165153",49615,91579,3,914,2510 +"165154",49620,270,3,1868,2542 +"165155",49620,1592,2,1868,2006 +"165156",49620,1691,2,1868,1941 +"165157",49620,1767,3,1868,2727 +"165158",49620,2011,3,1868,2176 +"165159",49620,2424,2,1868,2582 +"165160",49620,2533,3,1868,2016 +"165161",49620,3305,3,1868,2839 +"165162",49620,3477,3,1868,2546 +"165163",49620,3493,3,1868,2451 +"165164",49620,3980,3,1868,2771 +"165165",49620,5258,3,1868,2730 +"165166",49620,6063,3,1868,2349 +"165167",49620,6104,2,1868,2462 +"165168",49620,6252,2,1868,2336 +"165169",49620,6363,3,1868,2066 +"165170",49620,6390,3,1868,2385 +"165171",49620,7515,3,1868,2737 +"165172",49620,9311,3,1868,2477 +"165173",49620,11006,3,1868,1950 +"165174",49620,11516,3,1868,1937 +"165175",49620,11625,3,1868,2022 +"165176",49620,11966,3,1868,2385 +"165177",49620,13158,3,1868,2667 +"165178",49620,13899,3,1868,2650 +"165179",49620,14108,2,1868,2012 +"165180",49620,14731,3,1868,2012 +"165181",49620,15813,3,1868,2143 +"165182",49620,18543,2,1868,2968 +"165183",49620,19208,3,1868,2629 +"165184",49620,19248,3,1868,2357 +"165185",49620,19317,3,1868,2041 +"165186",49620,19605,3,1868,2395 +"165187",49620,19719,3,1868,2177 +"165188",49620,20407,2,1868,2339 +"165189",49620,20416,3,1868,2323 +"165190",49620,20643,3,1868,2341 +"165191",49620,21285,3,1868,2100 +"165192",49620,21682,3,1868,2414 +"165193",49620,22331,3,1868,2687 +"165194",49620,23132,3,1868,2756 +"165195",49620,24198,3,1868,2217 +"165196",49620,24568,3,1868,1937 +"165197",49620,25565,3,1868,2764 +"165198",49620,25577,3,1868,1946 +"165199",49620,27694,3,1868,2030 +"165200",49620,28168,3,1868,2702 +"165201",49620,29948,3,1868,2795 +"165202",49620,30827,3,1868,2323 +"165203",49620,32503,3,1868,2020 +"165204",49620,32567,3,1868,2784 +"165205",49620,33223,3,1868,2397 +"165206",49620,33433,3,1868,2805 +"165207",49620,33622,3,1868,2230 +"165208",49620,36439,3,1868,2469 +"165209",49620,37301,3,1868,2160 +"165210",49620,38019,3,1868,1870 +"165211",49620,40368,3,1868,2876 +"165212",49620,42216,3,1868,2722 +"165213",49620,43173,3,1868,2895 +"165214",49620,43213,3,1868,2160 +"165215",49620,43404,3,1868,2649 +"165216",49620,43455,3,1868,2846 +"165217",49620,44427,3,1868,2875 +"165218",49620,46629,3,1868,2255 +"165219",49620,46951,3,1868,2429 +"165220",49620,49301,3,1868,1894 +"165221",49620,50179,3,1868,2230 +"165222",49620,50480,3,1868,2701 +"165223",49620,50685,3,1868,2008 +"165224",49620,52323,3,1868,2148 +"165225",49620,52576,2,1868,2234 +"165226",49620,56082,3,1868,2395 +"165227",49620,58284,3,1868,2292 +"165228",49620,58451,3,1868,1939 +"165229",49620,59700,3,1868,2346 +"165230",49620,61982,3,1868,2725 +"165231",49620,62219,3,1868,2494 +"165232",49620,62841,3,1868,2710 +"165233",49620,63409,3,1868,1937 +"165234",49620,71274,3,1868,2390 +"165235",49620,72207,3,1868,2430 +"165236",49620,73305,3,1868,2544 +"165237",49620,74636,1,1868,2525 +"165238",49620,75403,3,1868,1895 +"165239",49620,76892,3,1868,2381 +"165240",49620,88232,2,1868,2881 +"165241",49620,92322,2,1868,2393 +"165242",49621,6071,3,1915,2310 +"165243",49621,9716,3,1915,1929 +"165244",49621,12818,2,1915,2015 +"165245",49621,13024,3,1915,2468 +"165246",49621,14025,3,1915,2384 +"165247",49621,14761,3,1915,2502 +"165248",49621,15075,2,1915,2252 +"165249",49621,15088,3,1915,2906 +"165250",49621,18954,3,1915,2364 +"165251",49621,23325,3,1915,2779 +"165252",49621,52483,3,1915,2317 +"165253",49621,53537,3,1915,2428 +"165254",49621,53905,2,1915,2193 +"165255",49621,56737,2,1915,2270 +"165256",49621,65658,3,1915,2030 +"165257",49621,89860,2,1915,1999 +"165258",49621,94339,3,1915,2768 +"165259",49642,1092,3,1166,1945 +"165260",49642,1203,3,1166,1350 +"165261",49642,2294,3,1166,1638 +"165262",49642,3753,3,1166,1255 +"165263",49642,7013,3,1166,2040 +"165264",49642,10087,2,1166,1617 +"165265",49642,10358,3,1166,2294 +"165266",49642,11127,1,1166,1196 +"165267",49642,11875,3,1166,1526 +"165268",49642,15716,3,1166,1991 +"165269",49642,17061,2,1166,2385 +"165270",49642,21225,3,1166,1945 +"165271",49642,25721,3,1166,2212 +"165272",49642,26408,3,1166,1545 +"165273",49642,27623,3,1166,2970 +"165274",49642,33491,3,1166,1226 +"165275",49642,35926,3,1166,2371 +"165276",49642,38439,3,1166,2025 +"165277",49642,39534,3,1166,2410 +"165278",49642,48605,3,1166,2796 +"165279",49642,69091,3,1166,1267 +"165280",49642,76048,3,1166,2373 +"165281",49642,90789,3,1166,1218 +"165282",49642,102186,3,1166,2937 +"165283",49666,15626,3,2408,2434 +"165284",49666,18458,3,2408,2477 +"165285",49666,32761,3,2408,2680 +"165286",49666,44235,3,2408,2700 +"165287",49666,51853,3,2408,2520 +"165288",49677,733,3,1222,1653 +"165289",49677,998,1,1222,1795 +"165290",49677,1102,3,1222,2282 +"165291",49677,1875,3,1222,1786 +"165292",49677,3716,2,1222,1679 +"165293",49677,6052,3,1222,1985 +"165294",49677,6074,3,1222,2426 +"165295",49677,7579,3,1222,1624 +"165296",49677,12518,3,1222,2747 +"165297",49677,12724,3,1222,1930 +"165298",49677,15713,2,1222,1646 +"165299",49677,16535,3,1222,1993 +"165300",49677,20311,3,1222,1981 +"165301",49677,21133,3,1222,1320 +"165302",49677,21682,3,1222,2414 +"165303",49677,21929,3,1222,2062 +"165304",49677,24807,2,1222,2319 +"165305",49677,25241,3,1222,1233 +"165306",49677,25508,2,1222,2081 +"165307",49677,29295,3,1222,2043 +"165308",49677,30981,2,1222,2366 +"165309",49677,33801,3,1222,2899 +"165310",49677,33981,3,1222,1993 +"165311",49677,35514,2,1222,2346 +"165312",49677,36763,3,1222,2165 +"165313",49677,37509,3,1222,1640 +"165314",49677,39875,3,1222,2422 +"165315",49677,40493,3,1222,1981 +"165316",49677,42935,3,1222,2400 +"165317",49677,43112,3,1222,2564 +"165318",49677,43173,3,1222,2895 +"165319",49677,46621,3,1222,1343 +"165320",49677,54388,2,1222,1257 +"165321",49677,57842,3,1222,2482 +"165322",49677,64181,3,1222,1828 +"165323",49677,66878,3,1222,1949 +"165324",49677,68960,2,1222,1312 +"165325",49677,87837,3,1222,1987 +"165326",49696,9311,2,2444,2477 +"165327",49696,30906,3,2444,2537 +"165328",49696,33433,2,2444,2805 +"165329",49696,38755,3,2444,2902 +"165330",49696,51853,3,2444,2520 +"165331",49708,1624,3,1147,2687 +"165332",49708,2443,3,1147,2333 +"165333",49708,7604,3,1147,1366 +"165334",49708,9269,2,1147,1892 +"165335",49708,9895,2,1147,1960 +"165336",49708,9909,3,1147,2230 +"165337",49708,9910,2,1147,2526 +"165338",49708,9948,3,1147,2019 +"165339",49708,12914,3,1147,1557 +"165340",49708,16347,3,1147,1868 +"165341",49708,19190,3,1147,2677 +"165342",49708,20695,2,1147,2526 +"165343",49708,21044,1,1147,1574 +"165344",49708,23560,3,1147,2051 +"165345",49708,26740,3,1147,2695 +"165346",49708,32966,3,1147,1583 +"165347",49708,34331,3,1147,1727 +"165348",49708,38697,3,1147,2701 +"165349",49708,39009,3,1147,1594 +"165350",49708,41350,3,1147,1935 +"165351",49708,43768,1,1147,1468 +"165352",49708,44744,3,1147,2032 +"165353",49708,53020,3,1147,2747 +"165354",49708,53584,3,1147,2391 +"165355",49708,56168,3,1147,1466 +"165356",49708,56364,3,1147,1626 +"165357",49708,64628,3,1147,2829 +"165358",49708,79772,3,1147,1230 +"165359",49708,79793,3,1147,1915 +"165360",49708,79874,3,1147,1570 +"165361",49708,80801,2,1147,1250 +"165362",49708,84591,2,1147,1685 +"165363",49708,87915,2,1147,1152 +"165364",49708,92630,3,1147,1583 +"165365",49708,93121,3,1147,2324 +"165366",49708,95998,2,1147,1250 +"165367",49708,101666,2,1147,1257 +"165368",49712,371,3,1937,2950 +"165369",49712,4551,3,1937,2720 +"165370",49712,5462,3,1937,2374 +"165371",49712,9332,1,1937,2734 +"165372",49712,12361,3,1937,2732 +"165373",49712,18005,3,1937,2449 +"165374",49712,19934,3,1937,2888 +"165375",49712,28051,3,1937,2089 +"165376",49712,31652,3,1937,2047 +"165377",49712,33657,3,1937,2336 +"165378",49712,36912,3,1937,2469 +"165379",49712,39534,3,1937,2410 +"165380",49712,42256,3,1937,2839 +"165381",49712,50509,3,1937,2050 +"165382",49712,53687,2,1937,2422 +"165383",49712,65188,3,1937,2213 +"165384",49712,69788,3,1937,2007 +"165385",49724,2221,3,806,2092 +"165386",49724,2349,3,806,1288 +"165387",49724,2576,3,806,1307 +"165388",49724,2759,3,806,2030 +"165389",49724,4730,2,806,2131 +"165390",49724,6133,3,806,1229 +"165391",49724,6627,3,806,2063 +"165392",49724,7269,2,806,1728 +"165393",49724,7433,3,806,2255 +"165394",49724,7443,2,806,2028 +"165395",49724,8984,3,806,1162 +"165396",49724,10905,3,806,1552 +"165397",49724,10914,3,806,1660 +"165398",49724,11506,3,806,2824 +"165399",49724,13837,3,806,1604 +"165400",49724,18571,3,806,2128 +"165401",49724,18943,3,806,2861 +"165402",49724,21180,2,806,2762 +"165403",49724,21463,3,806,2437 +"165404",49724,21741,3,806,1574 +"165405",49724,23513,2,806,900 +"165406",49724,27783,3,806,2302 +"165407",49724,30442,3,806,2124 +"165408",49724,34162,3,806,2336 +"165409",49724,36136,3,806,2338 +"165410",49724,38144,3,806,2637 +"165411",49724,45730,3,806,2063 +"165412",49724,47583,3,806,817 +"165413",49724,51116,3,806,1509 +"165414",49724,55775,3,806,2385 +"165415",49724,60979,3,806,1758 +"165416",49724,65316,3,806,1020 +"165417",49724,75955,3,806,866 +"165418",49724,76132,2,806,2426 +"165419",49724,76675,2,806,1840 +"165420",49724,77397,3,806,1302 +"165421",49724,92322,3,806,2393 +"165422",49724,93208,3,806,1324 +"165423",49724,115155,2,806,1942 +"165424",49741,1386,3,839,1901 +"165425",49741,8286,3,839,886 +"165426",49741,9030,3,839,1979 +"165427",49741,14709,3,839,1901 +"165428",49741,15343,2,839,2125 +"165429",49741,15500,3,839,1658 +"165430",49741,16029,3,839,1160 +"165431",49741,16164,3,839,1184 +"165432",49741,17021,3,839,1226 +"165433",49741,21092,3,839,1643 +"165434",49741,21417,2,839,2422 +"165435",49741,21693,3,839,2176 +"165436",49741,21795,3,839,2653 +"165437",49741,22326,3,839,2818 +"165438",49741,22362,3,839,1836 +"165439",49741,24362,3,839,1287 +"165440",49741,24608,2,839,1630 +"165441",49741,26865,3,839,2726 +"165442",49741,32761,3,839,2680 +"165443",49741,34311,2,839,2213 +"165444",49741,34327,3,839,2959 +"165445",49741,34729,3,839,1506 +"165446",49741,37677,3,839,1908 +"165447",49741,42618,3,839,2316 +"165448",49741,42814,2,839,1149 +"165449",49741,44160,3,839,859 +"165450",49741,44235,3,839,2700 +"165451",49741,45664,3,839,2235 +"165452",49741,45927,3,839,1542 +"165453",49741,49998,3,839,2761 +"165454",49741,56082,3,839,2395 +"165455",49741,64031,3,839,1295 +"165456",49741,70046,2,839,2624 +"165457",49741,73266,3,839,2496 +"165458",49741,77057,3,839,1866 +"165459",49741,77095,3,839,1622 +"165460",49741,84039,3,839,1335 +"165461",49741,84649,2,839,2280 +"165462",49741,86279,3,839,1076 +"165463",49741,87198,3,839,1462 +"165464",49741,103721,3,839,1030 +"165465",49759,1355,3,2400,2473 +"165466",49759,3255,3,2400,2504 +"165467",49759,3477,3,2400,2546 +"165468",49759,25440,3,2400,2749 +"165469",49759,33160,3,2400,2441 +"165470",49759,35037,1,2400,2974 +"165471",49759,43926,3,2400,2672 +"165472",49759,47140,3,2400,2439 +"165473",49759,51866,3,2400,2411 +"165474",49759,57657,3,2400,2735 +"165475",49787,3495,3,2352,2431 +"165476",49787,21138,3,2352,2849 +"165477",49787,22277,3,2352,2424 +"165478",49787,23139,3,2352,2644 +"165479",49787,25129,3,2352,2647 +"165480",49787,62841,3,2352,2710 +"165481",49787,65572,2,2352,2750 +"165482",49805,2724,2,2445,2447 +"165483",49805,14442,3,2445,2700 +"165484",49805,17768,3,2445,2468 +"165485",49805,47094,3,2445,2592 +"165486",49805,53289,3,2445,2746 +"165487",49805,80705,2,2445,2764 +"165488",49805,94339,3,2445,2768 +"165489",49812,3495,3,1816,2431 +"165490",49812,21138,3,1816,2849 +"165491",49812,22277,3,1816,2424 +"165492",49812,23139,3,1816,2644 +"165493",49812,25078,2,1816,2312 +"165494",49812,25129,3,1816,2647 +"165495",49812,35360,3,1816,2043 +"165496",49812,46742,3,1816,2144 +"165497",49812,47812,3,1816,2343 +"165498",49812,49787,1,1816,2352 +"165499",49812,62841,3,1816,2710 +"165500",49812,65572,2,1816,2750 +"165501",49812,66124,3,1816,2174 +"165502",49812,83862,3,1816,2026 +"165503",49849,35456,3,977,2358 +"165504",49849,39249,3,977,1665 +"165505",49850,602,3,613,2632 +"165506",49850,1315,2,613,2760 +"165507",49850,3139,3,613,1656 +"165508",49850,3896,3,613,2693 +"165509",49850,4821,3,613,1938 +"165510",49850,6982,3,613,2034 +"165511",49850,14103,2,613,2204 +"165512",49850,21754,3,613,1881 +"165513",49850,22140,3,613,942 +"165514",49850,22311,3,613,2034 +"165515",49850,25248,3,613,1938 +"165516",49850,28982,3,613,2746 +"165517",49850,34693,3,613,1938 +"165518",49850,38885,3,613,2720 +"165519",49850,88535,2,613,1229 +"165520",49872,701,3,2019,2718 +"165521",49872,21795,3,2019,2653 +"165522",49872,27173,3,2019,2050 +"165523",49872,41402,3,2019,2313 +"165524",49913,4188,3,2444,2963 +"165525",49913,49415,3,2444,2654 +"165526",49917,3255,3,2400,2504 +"165527",49917,35037,2,2400,2974 +"165528",49917,43926,2,2400,2672 +"165529",49917,57657,3,2400,2735 +"165530",49921,1685,3,496,2230 +"165531",49921,3016,3,496,747 +"165532",49921,3484,3,496,1515 +"165533",49921,4313,3,496,2368 +"165534",49921,4698,2,496,2481 +"165535",49921,5355,3,496,1499 +"165536",49921,6235,3,496,1585 +"165537",49921,11154,3,496,1594 +"165538",49921,11429,3,496,2520 +"165539",49921,12000,3,496,1454 +"165540",49921,12473,3,496,801 +"165541",49921,13671,2,496,1371 +"165542",49921,13861,2,496,1197 +"165543",49921,14095,2,496,2186 +"165544",49921,14761,3,496,2502 +"165545",49921,16590,1,496,1123 +"165546",49921,18645,3,496,793 +"165547",49921,18953,3,496,915 +"165548",49921,19296,3,496,1705 +"165549",49921,22744,3,496,1907 +"165550",49921,25330,2,496,2370 +"165551",49921,26577,3,496,933 +"165552",49921,26698,3,496,1963 +"165553",49921,32576,2,496,2881 +"165554",49921,33755,3,496,2963 +"165555",49921,34431,3,496,2319 +"165556",49921,36599,3,496,541 +"165557",49921,37342,3,496,2649 +"165558",49921,43311,3,496,1553 +"165559",49921,50621,3,496,2809 +"165560",49921,53648,3,496,2167 +"165561",49921,55674,3,496,718 +"165562",49921,70656,3,496,2771 +"165563",49921,80377,3,496,1384 +"165564",49921,86559,3,496,1704 +"165565",49921,89258,3,496,1147 +"165566",49921,89329,3,496,517 +"165567",49958,26513,3,1860,2205 +"165568",49958,43524,3,1860,2572 +"165569",49958,94339,3,1860,2768 +"165570",49962,601,3,572,702 +"165571",49962,680,3,572,2569 +"165572",49962,1324,3,572,2147 +"165573",49962,2028,2,572,1978 +"165574",49962,2540,2,572,1398 +"165575",49962,2901,3,572,1156 +"165576",49962,2972,2,572,1708 +"165577",49962,3978,3,572,2775 +"165578",49962,4303,3,572,2414 +"165579",49962,4785,3,572,996 +"165580",49962,4932,3,572,2752 +"165581",49962,6366,3,572,798 +"165582",49962,6417,3,572,1675 +"165583",49962,6989,3,572,2623 +"165584",49962,7185,3,572,1046 +"165585",49962,10980,3,572,1974 +"165586",49962,11576,3,572,808 +"165587",49962,11648,3,572,2852 +"165588",49962,11662,2,572,1139 +"165589",49962,15453,3,572,1688 +"165590",49962,15636,1,572,2857 +"165591",49962,15930,3,572,2541 +"165592",49962,16053,3,572,908 +"165593",49962,16111,3,572,1714 +"165594",49962,17997,3,572,1621 +"165595",49962,18005,3,572,2449 +"165596",49962,18122,3,572,894 +"165597",49962,19637,2,572,1229 +"165598",49962,20067,3,572,2390 +"165599",49962,20688,3,572,891 +"165600",49962,21422,2,572,935 +"165601",49962,22033,2,572,1356 +"165602",49962,23319,2,572,2867 +"165603",49962,23787,1,572,2810 +"165604",49962,23869,3,572,1918 +"165605",49962,25399,3,572,2784 +"165606",49962,26249,3,572,2301 +"165607",49962,26366,3,572,1688 +"165608",49962,26582,2,572,2772 +"165609",49962,27694,3,572,2030 +"165610",49962,27860,3,572,1588 +"165611",49962,28131,3,572,1492 +"165612",49962,29095,2,572,2531 +"165613",49962,30150,3,572,1704 +"165614",49962,30309,2,572,1449 +"165615",49962,31099,3,572,1356 +"165616",49962,35428,3,572,2263 +"165617",49962,35529,2,572,1620 +"165618",49962,36953,3,572,2790 +"165619",49962,38973,2,572,1999 +"165620",49962,39556,3,572,2747 +"165621",49962,40432,3,572,1956 +"165622",49962,41108,3,572,1624 +"165623",49962,45136,1,572,877 +"165624",49962,46486,3,572,1868 +"165625",49962,47386,3,572,2226 +"165626",49962,48215,3,572,2028 +"165627",49962,50269,2,572,1966 +"165628",49962,50585,3,572,2414 +"165629",49962,51628,3,572,901 +"165630",49962,54522,3,572,699 +"165631",49962,57977,3,572,2683 +"165632",49962,68299,2,572,866 +"165633",49962,70203,3,572,2756 +"165634",49962,70996,2,572,1037 +"165635",49962,76286,3,572,1642 +"165636",49962,79612,3,572,927 +"165637",49962,94525,3,572,1993 +"165638",49962,100140,3,572,1041 +"165639",49965,377,3,2301,2389 +"165640",49965,1090,2,2301,2370 +"165641",49965,1616,3,2301,2662 +"165642",49965,2166,3,2301,2557 +"165643",49965,2484,3,2301,2389 +"165644",49965,4057,3,2301,2389 +"165645",49965,5462,2,2301,2374 +"165646",49965,5504,2,2301,2389 +"165647",49965,7078,3,2301,2344 +"165648",49965,7323,3,2301,2858 +"165649",49965,12713,3,2301,2440 +"165650",49965,16497,1,2301,2370 +"165651",49965,19528,3,2301,2742 +"165652",49965,19606,3,2301,2783 +"165653",49965,20700,3,2301,2861 +"165654",49965,24042,3,2301,2880 +"165655",49965,26608,2,2301,2329 +"165656",49965,27478,3,2301,2485 +"165657",49965,31799,3,2301,2547 +"165658",49965,33572,1,2301,2370 +"165659",49965,37570,3,2301,2389 +"165660",49965,38667,2,2301,2880 +"165661",49965,39444,3,2301,2695 +"165662",49965,44427,3,2301,2875 +"165663",49965,53789,3,2301,2681 +"165664",49965,55828,1,2301,2393 +"165665",49965,57609,3,2301,2717 +"165666",49965,58508,3,2301,2326 +"165667",49965,59700,3,2301,2346 +"165668",49965,64967,3,2301,2872 +"165669",49965,68390,2,2301,2608 +"165670",49965,85430,3,2301,2370 +"165671",49965,93615,3,2301,2386 +"165672",49980,4350,3,153,1392 +"165673",49980,6162,3,153,1673 +"165674",49980,7226,3,153,1228 +"165675",49980,9311,3,153,2477 +"165676",49980,9579,2,153,2105 +"165677",49980,10843,3,153,2277 +"165678",49980,15626,2,153,2434 +"165679",49980,15917,3,153,205 +"165680",49980,17626,3,153,1265 +"165681",49980,18393,3,153,860 +"165682",49980,18571,3,153,2128 +"165683",49980,20494,3,153,1075 +"165684",49980,24286,3,153,1280 +"165685",49980,26408,2,153,1545 +"165686",49980,27261,2,153,1368 +"165687",49980,28545,3,153,552 +"165688",49980,33241,3,153,632 +"165689",49980,33356,3,153,1586 +"165690",49980,33433,3,153,2805 +"165691",49980,36691,3,153,1903 +"165692",49980,38755,2,153,2902 +"165693",49980,39105,3,153,2487 +"165694",49980,40296,3,153,1674 +"165695",49980,46951,3,153,2429 +"165696",49980,51853,3,153,2520 +"165697",49980,53342,3,153,2071 +"165698",49980,54879,3,153,2210 +"165699",49980,58180,3,153,1919 +"165700",49980,59113,3,153,2434 +"165701",49980,69091,3,153,1267 +"165702",49980,69293,3,153,609 +"165703",49980,76470,3,153,887 +"165704",49980,107273,3,153,604 +"165705",49998,22326,3,2761,2818 +"165706",50001,2289,3,1518,2389 +"165707",50001,3409,3,1518,2167 +"165708",50001,5392,3,1518,1648 +"165709",50001,5610,1,1518,2223 +"165710",50001,6192,3,1518,2409 +"165711",50001,7406,3,1518,1906 +"165712",50001,7616,3,1518,2296 +"165713",50001,8238,2,1518,2222 +"165714",50001,10222,3,1518,2212 +"165715",50001,11770,2,1518,1653 +"165716",50001,12388,3,1518,1975 +"165717",50001,12729,3,1518,1835 +"165718",50001,13307,3,1518,2206 +"165719",50001,13324,3,1518,2163 +"165720",50001,14507,3,1518,2686 +"165721",50001,15008,3,1518,2338 +"165722",50001,15729,3,1518,2338 +"165723",50001,16111,3,1518,1714 +"165724",50001,16539,3,1518,1947 +"165725",50001,17867,3,1518,1904 +"165726",50001,18670,3,1518,1835 +"165727",50001,19208,3,1518,2629 +"165728",50001,19605,3,1518,2395 +"165729",50001,21164,3,1518,1645 +"165730",50001,21950,2,1518,1892 +"165731",50001,22292,2,1518,1910 +"165732",50001,23460,2,1518,2183 +"165733",50001,24198,3,1518,2217 +"165734",50001,24256,3,1518,2393 +"165735",50001,24825,3,1518,2686 +"165736",50001,25030,2,1518,2017 +"165737",50001,25985,3,1518,2071 +"165738",50001,27796,3,1518,2151 +"165739",50001,29454,3,1518,2719 +"165740",50001,29512,3,1518,1594 +"165741",50001,31117,3,1518,2210 +"165742",50001,31159,3,1518,2231 +"165743",50001,32047,1,1518,1858 +"165744",50001,35481,3,1518,2211 +"165745",50001,39464,2,1518,2314 +"165746",50001,39556,2,1518,2747 +"165747",50001,41764,3,1518,2409 +"165748",50001,42129,3,1518,2318 +"165749",50001,42783,3,1518,2338 +"165750",50001,43614,2,1518,1712 +"165751",50001,45239,3,1518,2535 +"165752",50001,47564,3,1518,2650 +"165753",50001,47803,3,1518,2477 +"165754",50001,48035,2,1518,2180 +"165755",50001,49334,3,1518,2433 +"165756",50001,50480,3,1518,2701 +"165757",50001,50784,2,1518,2733 +"165758",50001,54953,2,1518,2223 +"165759",50001,56854,2,1518,2022 +"165760",50001,57732,3,1518,2454 +"165761",50001,59868,3,1518,1637 +"165762",50001,63477,3,1518,1907 +"165763",50001,64857,3,1518,1792 +"165764",50001,66726,3,1518,2068 +"165765",50001,70613,3,1518,1724 +"165766",50001,77611,3,1518,1795 +"165767",50001,79213,3,1518,1620 +"165768",50004,3284,3,540,1541 +"165769",50004,3557,3,540,1259 +"165770",50004,21496,2,540,1224 +"165771",50004,49958,1,540,1860 +"165772",50004,78262,2,540,1326 +"165773",50004,79525,2,540,1646 +"165774",50004,81164,3,540,2260 +"165775",50040,7506,3,790,2371 +"165776",50040,10358,3,790,2294 +"165777",50040,11348,3,790,824 +"165778",50040,12272,3,790,2371 +"165779",50040,12524,2,790,1287 +"165780",50040,13311,3,790,2315 +"165781",50040,17328,3,790,1206 +"165782",50040,22185,3,790,1174 +"165783",50040,23310,3,790,2371 +"165784",50040,25730,3,790,1206 +"165785",50040,26080,3,790,2525 +"165786",50040,30943,3,790,2287 +"165787",50040,32919,3,790,2321 +"165788",50040,35926,3,790,2371 +"165789",50040,36031,3,790,2342 +"165790",50040,44557,1,790,2371 +"165791",50040,56464,3,790,2488 +"165792",50040,78801,3,790,1572 +"165793",50041,470,3,1565,2285 +"165794",50041,600,2,1565,1702 +"165795",50041,913,3,1565,2144 +"165796",50041,2208,3,1565,2814 +"165797",50041,4084,3,1565,2133 +"165798",50041,7229,3,1565,2669 +"165799",50041,7506,3,1565,2371 +"165800",50041,10433,3,1565,2075 +"165801",50041,12272,3,1565,2371 +"165802",50041,21872,3,1565,2458 +"165803",50041,23705,3,1565,2699 +"165804",50041,23825,3,1565,1913 +"165805",50041,23869,3,1565,1918 +"165806",50041,23918,3,1565,1881 +"165807",50041,24568,3,1565,1937 +"165808",50041,28101,2,1565,1949 +"165809",50041,35302,3,1565,1589 +"165810",50041,44557,3,1565,2371 +"165811",50041,46803,2,1565,2305 +"165812",50041,52154,2,1565,1722 +"165813",50041,54158,3,1565,1756 +"165814",50041,63409,3,1565,1937 +"165815",50041,64181,3,1565,1828 +"165816",50041,66413,3,1565,2507 +"165817",50041,105063,3,1565,1908 +"165818",50075,206,3,1026,1986 +"165819",50075,543,3,1026,2203 +"165820",50075,671,3,1026,2328 +"165821",50075,733,3,1026,1653 +"165822",50075,1036,3,1026,1367 +"165823",50075,1092,3,1026,1945 +"165824",50075,1495,3,1026,2046 +"165825",50075,2063,3,1026,1278 +"165826",50075,2484,3,1026,2389 +"165827",50075,2743,3,1026,1278 +"165828",50075,2766,3,1026,1920 +"165829",50075,3242,3,1026,1730 +"165830",50075,3753,3,1026,1255 +"165831",50075,4618,3,1026,2607 +"165832",50075,4763,3,1026,1960 +"165833",50075,5429,3,1026,1991 +"165834",50075,7759,3,1026,2844 +"165835",50075,8621,3,1026,1681 +"165836",50075,9893,3,1026,2701 +"165837",50075,10404,3,1026,2062 +"165838",50075,10874,3,1026,1891 +"165839",50075,11055,3,1026,2111 +"165840",50075,13925,3,1026,1515 +"165841",50075,13929,3,1026,2693 +"165842",50075,15184,3,1026,2396 +"165843",50075,15626,3,1026,2434 +"165844",50075,16164,2,1026,1184 +"165845",50075,19027,2,1026,2721 +"165846",50075,20563,3,1026,2267 +"165847",50075,20700,2,1026,2861 +"165848",50075,20824,3,1026,1366 +"165849",50075,23506,3,1026,1172 +"165850",50075,25643,3,1026,1646 +"165851",50075,26436,3,1026,2489 +"165852",50075,26516,3,1026,2479 +"165853",50075,27753,3,1026,2750 +"165854",50075,28218,3,1026,2048 +"165855",50075,30438,3,1026,1617 +"165856",50075,31799,3,1026,2547 +"165857",50075,34492,3,1026,1798 +"165858",50075,38449,3,1026,1802 +"165859",50075,41832,3,1026,1155 +"165860",50075,46039,3,1026,1794 +"165861",50075,48242,3,1026,1690 +"165862",50075,51022,3,1026,1499 +"165863",50075,51853,3,1026,2520 +"165864",50075,54676,2,1026,1342 +"165865",50075,54740,3,1026,2750 +"165866",50075,55468,3,1026,2511 +"165867",50075,57977,3,1026,2683 +"165868",50075,62488,2,1026,1418 +"165869",50075,65029,3,1026,2954 +"165870",50075,88966,3,1026,1568 +"165871",50083,4634,3,1275,2291 +"165872",50083,6040,3,1275,2103 +"165873",50083,7257,3,1275,1915 +"165874",50083,7499,3,1275,1803 +"165875",50083,10250,2,1275,1606 +"165876",50083,17480,3,1275,2316 +"165877",50083,20709,3,1275,1757 +"165878",50083,21753,2,1275,1838 +"165879",50083,22932,2,1275,2469 +"165880",50083,47882,3,1275,2769 +"165881",50083,55742,2,1275,2006 +"165882",50083,58711,2,1275,2746 +"165883",50083,67150,3,1275,2633 +"165884",50083,78227,2,1275,1745 +"165885",50083,78611,2,1275,1586 +"165886",50083,95653,3,1275,1440 +"165887",50083,108151,3,1275,2377 +"165888",50093,455,3,909,2827 +"165889",50093,1154,3,909,1656 +"165890",50093,5716,3,909,1058 +"165891",50093,5984,3,909,1675 +"165892",50093,6390,3,909,2385 +"165893",50093,6417,3,909,1675 +"165894",50093,7506,3,909,2371 +"165895",50093,7548,3,909,1932 +"165896",50093,9311,3,909,2477 +"165897",50093,12373,3,909,1567 +"165898",50093,12374,3,909,2260 +"165899",50093,13601,3,909,2689 +"165900",50093,14723,3,909,2019 +"165901",50093,16352,3,909,2657 +"165902",50093,16654,3,909,1843 +"165903",50093,20494,2,909,1075 +"165904",50093,22455,3,909,1197 +"165905",50093,23705,3,909,2699 +"165906",50093,27837,3,909,1315 +"165907",50093,28002,2,909,914 +"165908",50093,32694,3,909,1602 +"165909",50093,33356,3,909,1586 +"165910",50093,38755,3,909,2902 +"165911",50093,49121,3,909,2199 +"165912",50093,49581,3,909,1817 +"165913",50093,55324,2,909,1544 +"165914",50093,58993,3,909,2390 +"165915",50093,61337,3,909,2777 +"165916",50093,62538,3,909,1656 +"165917",50093,65625,3,909,1273 +"165918",50093,66677,3,909,2151 +"165919",50093,67352,3,909,1115 +"165920",50093,74190,3,909,1428 +"165921",50093,88857,3,909,1232 +"165922",50093,100462,3,909,1927 +"165923",50093,103218,3,909,1787 +"165924",50093,105063,3,909,1908 +"165925",50113,270,3,2059,2542 +"165926",50113,1519,3,2059,2349 +"165927",50113,2424,3,2059,2582 +"165928",50113,3978,3,2059,2775 +"165929",50113,4929,3,2059,2240 +"165930",50113,4953,2,2059,2285 +"165931",50113,7677,3,2059,2338 +"165932",50113,7794,3,2059,2972 +"165933",50113,8842,3,2059,2535 +"165934",50113,9331,3,2059,2269 +"165935",50113,12042,3,2059,2345 +"165936",50113,12081,1,2059,2166 +"165937",50113,12374,3,2059,2260 +"165938",50113,14252,3,2059,2244 +"165939",50113,14918,3,2059,2071 +"165940",50113,15008,3,2059,2338 +"165941",50113,15381,3,2059,2289 +"165942",50113,15729,3,2059,2338 +"165943",50113,16628,3,2059,2409 +"165944",50113,17365,3,2059,2746 +"165945",50113,17549,3,2059,2647 +"165946",50113,20331,3,2059,2365 +"165947",50113,20941,3,2059,2725 +"165948",50113,24256,3,2059,2393 +"165949",50113,27796,3,2059,2151 +"165950",50113,29977,2,2059,2781 +"165951",50113,31117,3,2059,2210 +"165952",50113,31159,3,2059,2231 +"165953",50113,31295,3,2059,2183 +"165954",50113,31700,3,2059,2727 +"165955",50113,31705,3,2059,2706 +"165956",50113,34120,3,2059,2786 +"165957",50113,37238,2,2059,2609 +"165958",50113,38307,2,2059,2648 +"165959",50113,38691,3,2059,2585 +"165960",50113,41945,3,2059,2856 +"165961",50113,43455,2,2059,2846 +"165962",50113,44688,3,2059,2924 +"165963",50113,46629,3,2059,2255 +"165964",50113,51866,3,2059,2411 +"165965",50113,52032,3,2059,2853 +"165966",50113,52892,3,2059,2372 +"165967",50113,61982,3,2059,2725 +"165968",50118,14959,3,2654,2898 +"165969",50118,22326,3,2654,2818 +"165970",50118,33801,3,2654,2899 +"165971",50124,3716,3,1209,1679 +"165972",50124,6047,3,1209,2004 +"165973",50124,6417,3,1209,1675 +"165974",50124,10513,3,1209,2284 +"165975",50124,11540,2,1209,1237 +"165976",50124,15872,3,1209,1551 +"165977",50124,16120,3,1209,1237 +"165978",50124,19027,3,1209,2721 +"165979",50124,20975,3,1209,1305 +"165980",50124,21138,2,1209,2849 +"165981",50124,22141,3,1209,2348 +"165982",50124,47248,3,1209,2883 +"165983",50124,51017,2,1209,2073 +"165984",50124,51035,3,1209,2397 +"165985",50124,84022,3,1209,2289 +"165986",50134,14834,3,2674,2739 +"165987",50134,22331,3,2674,2687 +"165988",50134,26749,3,2674,2965 +"165989",50134,28168,3,2674,2702 +"165990",50134,34426,3,2674,2743 +"165991",50134,42216,3,2674,2722 +"165992",50134,49110,3,2674,2938 +"165993",50134,54929,2,2674,2783 +"165994",50134,68215,3,2674,2727 +"165995",50179,1102,3,2230,2282 +"165996",50179,2208,3,2230,2814 +"165997",50179,5235,3,2230,2324 +"165998",50179,5258,3,2230,2730 +"165999",50179,5839,3,2230,2301 +"166000",50179,6074,3,2230,2426 +"166001",50179,6252,3,2230,2336 +"166002",50179,6390,3,2230,2385 +"166003",50179,11351,3,2230,2971 +"166004",50179,15301,3,2230,2308 +"166005",50179,18543,3,2230,2968 +"166006",50179,19862,3,2230,2412 +"166007",50179,20407,2,2230,2339 +"166008",50179,21571,3,2230,2755 +"166009",50179,21682,2,2230,2414 +"166010",50179,23011,3,2230,2763 +"166011",50179,25565,3,2230,2764 +"166012",50179,36439,3,2230,2469 +"166013",50179,43173,3,2230,2895 +"166014",50179,46951,3,2230,2429 +"166015",50179,49110,3,2230,2938 +"166016",50179,51866,3,2230,2411 +"166017",50179,58508,3,2230,2326 +"166018",50179,67726,3,2230,2873 +"166019",50179,74636,3,2230,2525 +"166020",50179,88232,2,2230,2881 +"166021",50217,1592,3,1211,2006 +"166022",50217,1691,3,1211,1941 +"166023",50217,4289,3,1211,1921 +"166024",50217,6390,3,1211,2385 +"166025",50217,12610,2,1211,1274 +"166026",50217,13248,3,1211,1385 +"166027",50217,13929,3,1211,2693 +"166028",50217,14676,3,1211,2764 +"166029",50217,14731,3,1211,2012 +"166030",50217,18836,3,1211,1270 +"166031",50217,20407,3,1211,2339 +"166032",50217,20643,3,1211,2341 +"166033",50217,27792,3,1211,1308 +"166034",50217,31563,3,1211,1756 +"166035",50217,36439,3,1211,2469 +"166036",50217,37509,3,1211,1640 +"166037",50217,45545,3,1211,1776 +"166038",50217,46621,3,1211,1343 +"166039",50217,52058,3,1211,1836 +"166040",50217,52327,3,1211,1472 +"166041",50217,56755,3,1211,2158 +"166042",50217,58133,3,1211,1484 +"166043",50217,72597,3,1211,1843 +"166044",50217,73597,3,1211,1989 +"166045",50217,86986,3,1211,1976 +"166046",50217,88232,3,1211,2881 +"166047",50218,20494,3,823,1075 +"166048",50218,33356,3,823,1586 +"166049",50218,38755,3,823,2902 +"166050",50218,57337,2,823,1443 +"166051",50218,79612,3,823,927 +"166052",50219,212,3,756,1513 +"166053",50219,270,3,756,2542 +"166054",50219,913,3,756,2144 +"166055",50219,1044,3,756,880 +"166056",50219,1639,3,756,2631 +"166057",50219,2269,3,756,984 +"166058",50219,2322,3,756,1645 +"166059",50219,2424,2,756,2582 +"166060",50219,2533,3,756,2016 +"166061",50219,3271,3,756,2216 +"166062",50219,3305,3,756,2839 +"166063",50219,3306,3,756,1989 +"166064",50219,4317,3,756,1224 +"166065",50219,4701,3,756,2401 +"166066",50219,4790,2,756,1025 +"166067",50219,4791,2,756,1184 +"166068",50219,6363,3,756,2066 +"166069",50219,6718,3,756,2138 +"166070",50219,8762,3,756,2585 +"166071",50219,9272,3,756,2835 +"166072",50219,9311,3,756,2477 +"166073",50219,9364,3,756,1698 +"166074",50219,9702,3,756,1928 +"166075",50219,10513,3,756,2284 +"166076",50219,11006,3,756,1950 +"166077",50219,11229,3,756,1625 +"166078",50219,12863,2,756,2027 +"166079",50219,14678,3,756,799 +"166080",50219,14959,3,756,2898 +"166081",50219,15813,3,756,2143 +"166082",50219,16201,3,756,1811 +"166083",50219,16332,3,756,2668 +"166084",50219,16432,3,756,2664 +"166085",50219,16940,3,756,1290 +"166086",50219,17376,3,756,1202 +"166087",50219,17931,3,756,1617 +"166088",50219,18393,3,756,860 +"166089",50219,18707,3,756,1143 +"166090",50219,19248,3,756,2357 +"166091",50219,19719,2,756,2177 +"166092",50219,20124,3,756,2376 +"166093",50219,20287,2,756,1099 +"166094",50219,20975,3,756,1305 +"166095",50219,21122,3,756,1701 +"166096",50219,21197,2,756,1437 +"166097",50219,21198,1,756,935 +"166098",50219,21285,2,756,2100 +"166099",50219,21693,2,756,2176 +"166100",50219,22141,3,756,2348 +"166101",50219,22282,2,756,1418 +"166102",50219,22326,2,756,2818 +"166103",50219,22362,2,756,1836 +"166104",50219,22586,3,756,1341 +"166105",50219,23450,2,756,967 +"166106",50219,23729,3,756,1624 +"166107",50219,23918,3,756,1881 +"166108",50219,24362,3,756,1287 +"166109",50219,24448,3,756,2289 +"166110",50219,24612,3,756,1875 +"166111",50219,24755,3,756,1319 +"166112",50219,24955,3,756,2424 +"166113",50219,25305,3,756,2447 +"166114",50219,25577,3,756,1946 +"166115",50219,25595,3,756,768 +"166116",50219,26451,3,756,2133 +"166117",50219,26471,3,756,1061 +"166118",50219,26524,3,756,982 +"166119",50219,26749,2,756,2965 +"166120",50219,27175,1,756,1447 +"166121",50219,27275,3,756,2656 +"166122",50219,27390,3,756,2425 +"166123",50219,27694,3,756,2030 +"166124",50219,27849,3,756,1316 +"166125",50219,28626,3,756,2842 +"166126",50219,29962,3,756,2201 +"166127",50219,29987,3,756,956 +"166128",50219,30052,3,756,2855 +"166129",50219,30173,3,756,2404 +"166130",50219,31050,3,756,1491 +"166131",50219,31338,3,756,917 +"166132",50219,32173,3,756,2341 +"166133",50219,32601,2,756,1033 +"166134",50219,32811,3,756,804 +"166135",50219,33949,3,756,2489 +"166136",50219,35095,1,756,1502 +"166137",50219,35529,3,756,1620 +"166138",50219,37628,3,756,819 +"166139",50219,38019,3,756,1870 +"166140",50219,39238,3,756,922 +"166141",50219,41174,2,756,850 +"166142",50219,42618,3,756,2316 +"166143",50219,42687,3,756,1952 +"166144",50219,43051,2,756,904 +"166145",50219,43173,3,756,2895 +"166146",50219,43226,3,756,2442 +"166147",50219,43385,2,756,1623 +"166148",50219,43455,3,756,2846 +"166149",50219,46629,3,756,2255 +"166150",50219,47362,3,756,2253 +"166151",50219,47772,3,756,2293 +"166152",50219,48110,3,756,2009 +"166153",50219,48414,2,756,1749 +"166154",50219,50685,3,756,2008 +"166155",50219,51022,3,756,1499 +"166156",50219,51810,3,756,1401 +"166157",50219,52058,2,756,1836 +"166158",50219,52136,3,756,1412 +"166159",50219,52570,3,756,2645 +"166160",50219,52576,2,756,2234 +"166161",50219,54305,3,756,1222 +"166162",50219,55082,3,756,1856 +"166163",50219,55139,3,756,2323 +"166164",50219,55438,2,756,2863 +"166165",50219,55468,2,756,2511 +"166166",50219,56082,3,756,2395 +"166167",50219,56317,3,756,2030 +"166168",50219,57950,3,756,1529 +"166169",50219,58078,3,756,1252 +"166170",50219,58508,2,756,2326 +"166171",50219,58652,2,756,1437 +"166172",50219,61982,3,756,2725 +"166173",50219,62841,3,756,2710 +"166174",50219,63442,3,756,1965 +"166175",50219,64181,3,756,1828 +"166176",50219,66860,2,756,1548 +"166177",50219,67652,3,756,2736 +"166178",50219,67690,3,756,1902 +"166179",50219,69335,3,756,2698 +"166180",50219,70217,3,756,2332 +"166181",50219,70603,2,756,1002 +"166182",50219,71342,2,756,1289 +"166183",50219,72207,3,756,2430 +"166184",50219,72956,2,756,1251 +"166185",50219,73128,3,756,1549 +"166186",50219,75948,2,756,1006 +"166187",50219,76127,3,756,910 +"166188",50219,76284,3,756,1237 +"166189",50219,76892,3,756,2381 +"166190",50219,77305,3,756,965 +"166191",50219,78270,3,756,1171 +"166192",50219,79322,3,756,2770 +"166193",50219,80301,3,756,1690 +"166194",50219,81588,3,756,1568 +"166195",50219,82949,2,756,2077 +"166196",50219,83434,3,756,850 +"166197",50219,87048,3,756,989 +"166198",50219,89097,3,756,935 +"166199",50219,90573,3,756,878 +"166200",50219,98781,3,756,1410 +"166201",50219,100140,3,756,1041 +"166202",50219,101797,3,756,2357 +"166203",50219,121422,3,756,850 +"166204",50224,74190,3,1123,1428 +"166205",50224,116025,3,1123,1874 +"166206",50229,140,3,1190,2267 +"166207",50229,357,3,1190,2327 +"166208",50229,1150,3,1190,1595 +"166209",50229,2294,3,1190,1638 +"166210",50229,2418,3,1190,2020 +"166211",50229,2576,3,1190,1307 +"166212",50229,2852,3,1190,2448 +"166213",50229,4361,3,1190,2571 +"166214",50229,5346,3,1190,1438 +"166215",50229,5350,3,1190,2522 +"166216",50229,5897,3,1190,2337 +"166217",50229,8777,3,1190,1620 +"166218",50229,9227,3,1190,1267 +"166219",50229,9241,3,1190,2338 +"166220",50229,9301,2,1190,1861 +"166221",50229,9332,3,1190,2734 +"166222",50229,9481,3,1190,1610 +"166223",50229,9503,3,1190,2453 +"166224",50229,9787,2,1190,2858 +"166225",50229,10453,2,1190,1656 +"166226",50229,10457,3,1190,1711 +"166227",50229,11588,2,1190,2352 +"166228",50229,12042,3,1190,2345 +"166229",50229,12361,3,1190,2732 +"166230",50229,12462,3,1190,1461 +"166231",50229,13068,3,1190,1778 +"166232",50229,13879,3,1190,2748 +"166233",50229,14287,3,1190,1583 +"166234",50229,14749,3,1190,1998 +"166235",50229,14754,3,1190,2456 +"166236",50229,16096,3,1190,2301 +"166237",50229,16286,3,1190,2470 +"166238",50229,16501,2,1190,1650 +"166239",50229,17037,3,1190,2947 +"166240",50229,17252,3,1190,1258 +"166241",50229,18005,3,1190,2449 +"166242",50229,19934,3,1190,2888 +"166243",50229,20220,3,1190,1656 +"166244",50229,20395,3,1190,1468 +"166245",50229,21029,3,1190,1943 +"166246",50229,21352,3,1190,1604 +"166247",50229,21872,3,1190,2458 +"166248",50229,22364,3,1190,1809 +"166249",50229,23131,3,1190,1732 +"166250",50229,23806,2,1190,1671 +"166251",50229,24060,3,1190,2349 +"166252",50229,25163,2,1190,1751 +"166253",50229,25378,2,1190,1245 +"166254",50229,26336,3,1190,1904 +"166255",50229,27320,2,1190,2378 +"166256",50229,27914,3,1190,2507 +"166257",50229,28893,3,1190,2764 +"166258",50229,29267,3,1190,1234 +"166259",50229,29286,2,1190,1612 +"166260",50229,29495,3,1190,1612 +"166261",50229,29997,3,1190,1789 +"166262",50229,30262,3,1190,1715 +"166263",50229,30525,3,1190,1964 +"166264",50229,30865,3,1190,2038 +"166265",50229,32920,3,1190,2158 +"166266",50229,33341,1,1190,2338 +"166267",50229,35413,3,1190,1569 +"166268",50229,35728,3,1190,2017 +"166269",50229,36344,3,1190,2570 +"166270",50229,36346,3,1190,1240 +"166271",50229,36912,3,1190,2469 +"166272",50229,38373,3,1190,1928 +"166273",50229,39186,3,1190,1258 +"166274",50229,39534,3,1190,2410 +"166275",50229,39589,3,1190,1292 +"166276",50229,40035,3,1190,2742 +"166277",50229,41023,2,1190,2408 +"166278",50229,41598,3,1190,2291 +"166279",50229,41633,3,1190,1976 +"166280",50229,42756,3,1190,1384 +"166281",50229,43961,3,1190,2443 +"166282",50229,44074,3,1190,1299 +"166283",50229,44564,3,1190,2034 +"166284",50229,46486,3,1190,1868 +"166285",50229,47375,3,1190,2043 +"166286",50229,47529,3,1190,2914 +"166287",50229,47595,3,1190,2374 +"166288",50229,47968,3,1190,2829 +"166289",50229,48015,3,1190,1355 +"166290",50229,50354,3,1190,1299 +"166291",50229,50581,2,1190,1258 +"166292",50229,51200,3,1190,2245 +"166293",50229,53687,3,1190,2422 +"166294",50229,53739,3,1190,2704 +"166295",50229,57356,3,1190,2476 +"166296",50229,59485,2,1190,1564 +"166297",50229,60808,3,1190,1258 +"166298",50229,61125,3,1190,1673 +"166299",50229,63644,3,1190,1267 +"166300",50229,66121,3,1190,1281 +"166301",50229,69788,3,1190,2007 +"166302",50229,70455,3,1190,1307 +"166303",50229,72597,3,1190,1843 +"166304",50229,75935,3,1190,1569 +"166305",50229,76143,3,1190,1610 +"166306",50229,81164,3,1190,2260 +"166307",50229,84022,3,1190,2289 +"166308",50229,88067,2,1190,2315 +"166309",50229,89538,3,1190,1847 +"166310",50229,96365,3,1190,1700 +"166311",50229,100048,3,1190,1573 +"166312",50229,107292,3,1190,1667 +"166313",50229,111375,3,1190,2686 +"166314",50235,457,3,726,1704 +"166315",50235,512,3,726,1596 +"166316",50235,1090,2,726,2370 +"166317",50235,1102,3,726,2282 +"166318",50235,1321,3,726,2075 +"166319",50235,1469,3,726,1160 +"166320",50235,1592,3,726,2006 +"166321",50235,1639,3,726,2631 +"166322",50235,1676,3,726,1198 +"166323",50235,1691,2,726,1941 +"166324",50235,1985,3,726,888 +"166325",50235,2011,3,726,2176 +"166326",50235,2208,3,726,2814 +"166327",50235,2684,3,726,2874 +"166328",50235,3144,3,726,869 +"166329",50235,3271,3,726,2216 +"166330",50235,3628,2,726,2707 +"166331",50235,3863,3,726,856 +"166332",50235,4226,3,726,1903 +"166333",50235,4317,3,726,1224 +"166334",50235,4791,3,726,1184 +"166335",50235,5258,3,726,2730 +"166336",50235,5580,3,726,2111 +"166337",50235,6074,3,726,2426 +"166338",50235,6252,3,726,2336 +"166339",50235,6390,3,726,2385 +"166340",50235,7672,3,726,1974 +"166341",50235,8192,3,726,1670 +"166342",50235,8657,3,726,2473 +"166343",50235,8762,3,726,2585 +"166344",50235,8888,3,726,1328 +"166345",50235,9191,3,726,2707 +"166346",50235,9200,3,726,787 +"166347",50235,9272,3,726,2835 +"166348",50235,9511,3,726,1232 +"166349",50235,9654,3,726,2111 +"166350",50235,9805,2,726,1621 +"166351",50235,10222,3,726,2212 +"166352",50235,10401,3,726,863 +"166353",50235,10744,3,726,955 +"166354",50235,11055,3,726,2111 +"166355",50235,11348,3,726,824 +"166356",50235,11351,3,726,2971 +"166357",50235,13248,3,726,1385 +"166358",50235,13837,3,726,1604 +"166359",50235,13945,3,726,1324 +"166360",50235,14108,1,726,2012 +"166361",50235,14676,3,726,2764 +"166362",50235,14731,3,726,2012 +"166363",50235,14959,3,726,2898 +"166364",50235,14972,3,726,2332 +"166365",50235,14983,2,726,1047 +"166366",50235,15713,3,726,1646 +"166367",50235,16201,3,726,1811 +"166368",50235,17434,3,726,1642 +"166369",50235,17645,3,726,1918 +"166370",50235,18277,3,726,2309 +"166371",50235,18502,2,726,1033 +"166372",50235,18543,2,726,2968 +"166373",50235,18836,3,726,1270 +"166374",50235,19173,3,726,1686 +"166375",50235,19718,3,726,1702 +"166376",50235,20067,3,726,2390 +"166377",50235,20407,2,726,2339 +"166378",50235,21133,2,726,1320 +"166379",50235,21246,3,726,1612 +"166380",50235,21682,3,726,2414 +"166381",50235,22141,3,726,2348 +"166382",50235,22165,3,726,1501 +"166383",50235,23869,3,726,1918 +"166384",50235,24198,3,726,2217 +"166385",50235,25565,2,726,2764 +"166386",50235,26451,3,726,2133 +"166387",50235,26608,3,726,2329 +"166388",50235,27792,3,726,1308 +"166389",50235,28102,3,726,2287 +"166390",50235,28592,3,726,2320 +"166391",50235,28808,3,726,1063 +"166392",50235,29170,3,726,1846 +"166393",50235,29948,3,726,2795 +"166394",50235,31001,3,726,2119 +"166395",50235,31700,3,726,2727 +"166396",50235,32457,3,726,2690 +"166397",50235,33621,3,726,1319 +"166398",50235,33622,3,726,2230 +"166399",50235,34945,3,726,1298 +"166400",50235,35041,3,726,1311 +"166401",50235,35235,2,726,2610 +"166402",50235,35481,3,726,2211 +"166403",50235,35514,3,726,2346 +"166404",50235,36439,2,726,2469 +"166405",50235,37509,2,726,1640 +"166406",50235,37937,3,726,1320 +"166407",50235,38213,3,726,1744 +"166408",50235,38259,3,726,2258 +"166409",50235,39411,3,726,2384 +"166410",50235,39556,3,726,2747 +"166411",50235,40703,3,726,1608 +"166412",50235,40954,3,726,2603 +"166413",50235,43173,2,726,2895 +"166414",50235,43226,2,726,2442 +"166415",50235,43385,3,726,1623 +"166416",50235,43428,3,726,1299 +"166417",50235,43635,3,726,1196 +"166418",50235,43839,3,726,1685 +"166419",50235,44427,2,726,2875 +"166420",50235,44684,3,726,1220 +"166421",50235,45742,3,726,2566 +"166422",50235,46621,2,726,1343 +"166423",50235,46726,3,726,943 +"166424",50235,46951,3,726,2429 +"166425",50235,47064,3,726,1993 +"166426",50235,47248,3,726,2883 +"166427",50235,47585,2,726,794 +"166428",50235,48110,3,726,2009 +"166429",50235,48260,3,726,875 +"166430",50235,48754,3,726,1972 +"166431",50235,49186,3,726,1289 +"166432",50235,49620,3,726,1868 +"166433",50235,49677,3,726,1222 +"166434",50235,50179,3,726,2230 +"166435",50235,51410,3,726,2739 +"166436",50235,51572,3,726,912 +"166437",50235,52136,3,726,1412 +"166438",50235,52323,3,726,2148 +"166439",50235,52327,3,726,1472 +"166440",50235,52345,3,726,1430 +"166441",50235,56116,3,726,1321 +"166442",50235,57732,3,726,2454 +"166443",50235,57990,2,726,978 +"166444",50235,58133,3,726,1484 +"166445",50235,58221,3,726,1787 +"166446",50235,58284,3,726,2292 +"166447",50235,58508,3,726,2326 +"166448",50235,59939,3,726,936 +"166449",50235,61785,2,726,822 +"166450",50235,62062,2,726,860 +"166451",50235,62668,3,726,958 +"166452",50235,63604,3,726,927 +"166453",50235,66971,3,726,2299 +"166454",50235,69335,3,726,2698 +"166455",50235,69447,3,726,1197 +"166456",50235,70605,3,726,1176 +"166457",50235,71274,3,726,2390 +"166458",50235,72956,3,726,1251 +"166459",50235,73675,3,726,887 +"166460",50235,73747,3,726,2274 +"166461",50235,74636,3,726,2525 +"166462",50235,76127,2,726,910 +"166463",50235,76192,2,726,912 +"166464",50235,78256,3,726,804 +"166465",50235,78975,3,726,946 +"166466",50235,79364,2,726,834 +"166467",50235,79436,3,726,1344 +"166468",50235,79612,3,726,927 +"166469",50235,79657,2,726,1260 +"166470",50235,80301,3,726,1690 +"166471",50235,82401,3,726,1210 +"166472",50235,82949,3,726,2077 +"166473",50235,83396,3,726,2396 +"166474",50235,83434,3,726,850 +"166475",50235,87269,3,726,847 +"166476",50235,88232,2,726,2881 +"166477",50235,89880,2,726,1938 +"166478",50235,92491,3,726,1968 +"166479",50235,93398,2,726,828 +"166480",50235,94125,3,726,2280 +"166481",50235,95288,3,726,1602 +"166482",50235,97674,3,726,1912 +"166483",50235,97824,2,726,1229 +"166484",50235,99152,3,726,1698 +"166485",50235,100215,3,726,2436 +"166486",50235,100432,3,726,1358 +"166487",50235,101347,3,726,1335 +"166488",50235,106318,3,726,1698 +"166489",50235,108430,3,726,1642 +"166490",50235,123349,3,726,901 +"166491",50236,270,2,2339,2542 +"166492",50236,2424,3,2339,2582 +"166493",50236,2684,3,2339,2874 +"166494",50236,3305,3,2339,2839 +"166495",50236,3493,3,2339,2451 +"166496",50236,4701,3,2339,2401 +"166497",50236,5258,3,2339,2730 +"166498",50236,7234,3,2339,2654 +"166499",50236,9624,3,2339,2398 +"166500",50236,9928,3,2339,2345 +"166501",50236,11351,3,2339,2971 +"166502",50236,11477,3,2339,2724 +"166503",50236,11966,3,2339,2385 +"166504",50236,12042,2,2339,2345 +"166505",50236,12728,3,2339,2374 +"166506",50236,14959,3,2339,2898 +"166507",50236,16352,1,2339,2657 +"166508",50236,18005,3,2339,2449 +"166509",50236,18361,2,2339,2968 +"166510",50236,18394,2,2339,2356 +"166511",50236,18543,3,2339,2968 +"166512",50236,19622,3,2339,2371 +"166513",50236,19862,3,2339,2412 +"166514",50236,20124,3,2339,2376 +"166515",50236,21571,3,2339,2755 +"166516",50236,22326,3,2339,2818 +"166517",50236,23011,3,2339,2763 +"166518",50236,23310,3,2339,2371 +"166519",50236,23312,3,2339,2449 +"166520",50236,23725,2,2339,2378 +"166521",50236,25305,3,2339,2447 +"166522",50236,26080,2,2339,2525 +"166523",50236,26848,2,2339,2363 +"166524",50236,28296,3,2339,2944 +"166525",50236,29929,3,2339,2789 +"166526",50236,31436,3,2339,2892 +"166527",50236,32173,3,2339,2341 +"166528",50236,32567,3,2339,2784 +"166529",50236,33801,3,2339,2899 +"166530",50236,34735,2,2339,2767 +"166531",50236,35815,3,2339,2789 +"166532",50236,39444,3,2339,2695 +"166533",50236,41972,3,2339,2509 +"166534",50236,43455,3,2339,2846 +"166535",50236,43518,2,2339,2680 +"166536",50236,43673,3,2339,2787 +"166537",50236,45729,3,2339,2606 +"166538",50236,49110,3,2339,2938 +"166539",50236,50134,3,2339,2674 +"166540",50236,51783,3,2339,2599 +"166541",50236,54551,3,2339,2348 +"166542",50236,54929,3,2339,2783 +"166543",50236,56082,1,2339,2395 +"166544",50236,56237,1,2339,2625 +"166545",50236,61982,3,2339,2725 +"166546",50236,64947,3,2339,2489 +"166547",50236,67726,3,2339,2873 +"166548",50236,72207,2,2339,2430 +"166549",50236,72326,2,2339,2384 +"166550",50238,1897,3,663,1727 +"166551",50238,2093,3,663,2459 +"166552",50238,2221,3,663,2092 +"166553",50238,2349,2,663,1288 +"166554",50238,2759,3,663,2030 +"166555",50238,3271,3,663,2216 +"166556",50238,4730,3,663,2131 +"166557",50238,5839,3,663,2301 +"166558",50238,5852,3,663,1862 +"166559",50238,6043,3,663,1038 +"166560",50238,6133,3,663,1229 +"166561",50238,6627,3,663,2063 +"166562",50238,6824,3,663,2680 +"166563",50238,7269,2,663,1728 +"166564",50238,7433,3,663,2255 +"166565",50238,7443,3,663,2028 +"166566",50238,8984,3,663,1162 +"166567",50238,9272,3,663,2835 +"166568",50238,9506,3,663,1012 +"166569",50238,9620,3,663,2339 +"166570",50238,9861,3,663,2680 +"166571",50238,10495,3,663,2230 +"166572",50238,10638,2,663,2692 +"166573",50238,10914,1,663,1660 +"166574",50238,10964,3,663,2043 +"166575",50238,11019,3,663,1299 +"166576",50238,11067,3,663,2734 +"166577",50238,11319,2,663,2073 +"166578",50238,11381,2,663,1638 +"166579",50238,11506,1,663,2824 +"166580",50238,14654,3,663,1692 +"166581",50238,14888,3,663,1411 +"166582",50238,16594,3,663,1755 +"166583",50238,16777,2,663,834 +"166584",50238,18464,3,663,2312 +"166585",50238,18571,2,663,2128 +"166586",50238,18943,1,663,2861 +"166587",50238,19687,3,663,2072 +"166588",50238,20007,2,663,2971 +"166589",50238,20432,2,663,1727 +"166590",50238,21133,3,663,1320 +"166591",50238,21180,3,663,2762 +"166592",50238,21463,2,663,2437 +"166593",50238,21741,3,663,1574 +"166594",50238,22297,3,663,1904 +"166595",50238,23430,3,663,904 +"166596",50238,23513,2,663,900 +"166597",50238,26567,3,663,1158 +"166598",50238,26713,2,663,1235 +"166599",50238,27008,2,663,911 +"166600",50238,27783,2,663,2302 +"166601",50238,31164,1,663,1996 +"166602",50238,32449,1,663,2091 +"166603",50238,34162,3,663,2336 +"166604",50238,36136,2,663,2338 +"166605",50238,39105,2,663,2487 +"166606",50238,41978,2,663,2824 +"166607",50238,43226,3,663,2442 +"166608",50238,44464,3,663,1619 +"166609",50238,44636,3,663,1026 +"166610",50238,45730,3,663,2063 +"166611",50238,46951,2,663,2429 +"166612",50238,47384,3,663,1639 +"166613",50238,47571,3,663,1667 +"166614",50238,47583,3,663,817 +"166615",50238,48110,3,663,2009 +"166616",50238,53013,3,663,2523 +"166617",50238,55604,3,663,2342 +"166618",50238,56275,3,663,2152 +"166619",50238,56338,2,663,1818 +"166620",50238,58508,3,663,2326 +"166621",50238,59005,3,663,2817 +"166622",50238,59039,3,663,2870 +"166623",50238,60979,3,663,1758 +"166624",50238,65316,3,663,1020 +"166625",50238,66911,2,663,1920 +"166626",50238,67838,2,663,765 +"166627",50238,68592,3,663,2551 +"166628",50238,69335,3,663,2698 +"166629",50238,73021,3,663,789 +"166630",50238,75955,3,663,866 +"166631",50238,76132,3,663,2426 +"166632",50238,76675,3,663,1840 +"166633",50238,77397,3,663,1302 +"166634",50238,80301,3,663,1690 +"166635",50238,82226,3,663,1619 +"166636",50238,85778,3,663,1040 +"166637",50238,93208,3,663,1324 +"166638",50238,94926,2,663,1611 +"166639",50238,104306,2,663,1665 +"166640",50238,115155,3,663,1942 +"166641",50252,270,3,2001,2542 +"166642",50252,313,3,2001,2271 +"166643",50252,362,3,2001,2537 +"166644",50252,377,2,2001,2389 +"166645",50252,380,3,2001,2261 +"166646",50252,543,2,2001,2203 +"166647",50252,823,3,2001,2840 +"166648",50252,854,3,2001,2307 +"166649",50252,1102,3,2001,2282 +"166650",50252,1151,2,2001,2885 +"166651",50252,1495,1,2001,2046 +"166652",50252,1616,2,2001,2662 +"166653",50252,2036,3,2001,2483 +"166654",50252,2424,3,2001,2582 +"166655",50252,2484,1,2001,2389 +"166656",50252,3161,2,2001,2229 +"166657",50252,3628,3,2001,2707 +"166658",50252,3853,2,2001,2465 +"166659",50252,3947,3,2001,2067 +"166660",50252,4057,3,2001,2389 +"166661",50252,4953,3,2001,2285 +"166662",50252,5078,3,2001,2033 +"166663",50252,5457,3,2001,2077 +"166664",50252,5462,3,2001,2374 +"166665",50252,5504,2,2001,2389 +"166666",50252,6996,3,2001,2916 +"166667",50252,7323,2,2001,2858 +"166668",50252,7677,3,2001,2338 +"166669",50252,7992,3,2001,2033 +"166670",50252,8760,3,2001,2477 +"166671",50252,8762,3,2001,2585 +"166672",50252,9311,3,2001,2477 +"166673",50252,9362,3,2001,2879 +"166674",50252,11218,3,2001,2292 +"166675",50252,11351,3,2001,2971 +"166676",50252,12713,3,2001,2440 +"166677",50252,12778,2,2001,2045 +"166678",50252,13780,3,2001,2412 +"166679",50252,14252,3,2001,2244 +"166680",50252,14655,3,2001,2559 +"166681",50252,14959,2,2001,2898 +"166682",50252,15184,2,2001,2396 +"166683",50252,15626,3,2001,2434 +"166684",50252,17351,3,2001,2036 +"166685",50252,17365,3,2001,2746 +"166686",50252,17410,3,2001,2073 +"166687",50252,17520,1,2001,2276 +"166688",50252,18394,3,2001,2356 +"166689",50252,19027,3,2001,2721 +"166690",50252,19606,2,2001,2783 +"166691",50252,20067,3,2001,2390 +"166692",50252,20700,2,2001,2861 +"166693",50252,24753,3,2001,2860 +"166694",50252,25874,2,2001,2088 +"166695",50252,26658,3,2001,2745 +"166696",50252,28218,3,2001,2048 +"166697",50252,29004,3,2001,2596 +"166698",50252,29095,3,2001,2531 +"166699",50252,29314,3,2001,2736 +"166700",50252,31700,3,2001,2727 +"166701",50252,31799,3,2001,2547 +"166702",50252,32516,1,2001,2050 +"166703",50252,32939,3,2001,2277 +"166704",50252,33160,3,2001,2441 +"166705",50252,35235,3,2001,2610 +"166706",50252,35256,2,2001,2271 +"166707",50252,37238,2,2001,2609 +"166708",50252,37570,2,2001,2389 +"166709",50252,38307,3,2001,2648 +"166710",50252,41945,2,2001,2856 +"166711",50252,42196,3,2001,2765 +"166712",50252,43455,2,2001,2846 +"166713",50252,44885,2,2001,2670 +"166714",50252,44899,2,2001,2386 +"166715",50252,46629,3,2001,2255 +"166716",50252,47098,3,2001,2057 +"166717",50252,51853,3,2001,2520 +"166718",50252,51866,3,2001,2411 +"166719",50252,52576,3,2001,2234 +"166720",50252,53013,3,2001,2523 +"166721",50252,53293,2,2001,2916 +"166722",50252,54903,3,2001,2493 +"166723",50252,54929,3,2001,2783 +"166724",50252,57804,3,2001,2214 +"166725",50252,59039,3,2001,2870 +"166726",50252,59140,3,2001,2528 +"166727",50252,59205,3,2001,2387 +"166728",50252,61188,3,2001,2134 +"166729",50252,61982,3,2001,2725 +"166730",50252,65029,3,2001,2954 +"166731",50252,70203,3,2001,2756 +"166732",50252,85430,3,2001,2370 +"166733",50252,91570,3,2001,2229 +"166734",50253,4622,3,1565,1589 +"166735",50253,12199,3,1565,1651 +"166736",50253,31281,3,1565,1937 +"166737",50253,44473,2,1565,1685 +"166738",50253,44501,3,1565,2567 +"166739",50254,160,3,1151,2007 +"166740",50254,1592,3,1151,2006 +"166741",50254,1641,2,1151,1490 +"166742",50254,1691,3,1151,1941 +"166743",50254,2563,3,1151,1686 +"166744",50254,2684,3,1151,2874 +"166745",50254,2894,3,1151,1291 +"166746",50254,3242,3,1151,1730 +"166747",50254,3520,3,1151,2281 +"166748",50254,3978,3,1151,2775 +"166749",50254,4303,3,1151,2414 +"166750",50254,5392,3,1151,1648 +"166751",50254,5610,3,1151,2223 +"166752",50254,5865,3,1151,1910 +"166753",50254,5984,3,1151,1675 +"166754",50254,6192,3,1151,2409 +"166755",50254,6252,3,1151,2336 +"166756",50254,7245,3,1151,2089 +"166757",50254,7406,3,1151,1906 +"166758",50254,7616,2,1151,2296 +"166759",50254,8238,2,1151,2222 +"166760",50254,8274,3,1151,1909 +"166761",50254,8621,3,1151,1681 +"166762",50254,8700,3,1151,1270 +"166763",50254,8726,3,1151,2083 +"166764",50254,9331,3,1151,2269 +"166765",50254,10870,3,1151,1755 +"166766",50254,11639,3,1151,1593 +"166767",50254,11770,2,1151,1653 +"166768",50254,12081,3,1151,2166 +"166769",50254,12122,3,1151,1385 +"166770",50254,12388,3,1151,1975 +"166771",50254,12632,3,1151,1174 +"166772",50254,12778,3,1151,2045 +"166773",50254,12901,3,1151,2136 +"166774",50254,13249,2,1151,2573 +"166775",50254,13324,3,1151,2163 +"166776",50254,14918,3,1151,2071 +"166777",50254,15207,3,1151,1855 +"166778",50254,16164,3,1151,1184 +"166779",50254,16217,3,1151,1653 +"166780",50254,16539,2,1151,1947 +"166781",50254,16542,3,1151,2039 +"166782",50254,17549,3,1151,2647 +"166783",50254,17632,3,1151,1947 +"166784",50254,17931,3,1151,1617 +"166785",50254,18381,3,1151,1524 +"166786",50254,18543,3,1151,2968 +"166787",50254,19208,2,1151,2629 +"166788",50254,19605,3,1151,2395 +"166789",50254,19937,2,1151,1587 +"166790",50254,20419,2,1151,1587 +"166791",50254,20517,3,1151,1465 +"166792",50254,20563,2,1151,2267 +"166793",50254,20824,3,1151,1366 +"166794",50254,21950,3,1151,1892 +"166795",50254,22006,3,1151,1202 +"166796",50254,22292,3,1151,1910 +"166797",50254,22808,3,1151,2297 +"166798",50254,23460,3,1151,2183 +"166799",50254,23534,3,1151,1659 +"166800",50254,23756,3,1151,2309 +"166801",50254,24753,2,1151,2860 +"166802",50254,24793,3,1151,1993 +"166803",50254,24826,3,1151,1382 +"166804",50254,25030,1,1151,2017 +"166805",50254,25373,3,1151,2783 +"166806",50254,26083,3,1151,2038 +"166807",50254,26516,3,1151,2479 +"166808",50254,27753,3,1151,2750 +"166809",50254,27796,3,1151,2151 +"166810",50254,29454,3,1151,2719 +"166811",50254,29512,3,1151,1594 +"166812",50254,29930,3,1151,2240 +"166813",50254,31117,3,1151,2210 +"166814",50254,31890,2,1151,1487 +"166815",50254,31901,3,1151,1251 +"166816",50254,33622,3,1151,2230 +"166817",50254,33801,3,1151,2899 +"166818",50254,35256,3,1151,2271 +"166819",50254,36174,3,1151,1382 +"166820",50254,36837,1,1151,1556 +"166821",50254,38213,3,1151,1744 +"166822",50254,38307,3,1151,2648 +"166823",50254,38449,3,1151,1802 +"166824",50254,39278,3,1151,1952 +"166825",50254,41518,3,1151,1641 +"166826",50254,41664,2,1151,2641 +"166827",50254,41764,3,1151,2409 +"166828",50254,42129,3,1151,2318 +"166829",50254,42515,3,1151,2752 +"166830",50254,43635,3,1151,1196 +"166831",50254,46621,3,1151,1343 +"166832",50254,47564,1,1151,2650 +"166833",50254,47726,3,1151,1272 +"166834",50254,49185,3,1151,1544 +"166835",50254,49334,2,1151,2433 +"166836",50254,49470,2,1151,1528 +"166837",50254,49620,3,1151,1868 +"166838",50254,50001,3,1151,1518 +"166839",50254,50480,3,1151,2701 +"166840",50254,51987,3,1151,1397 +"166841",50254,52327,3,1151,1472 +"166842",50254,52699,3,1151,1372 +"166843",50254,53475,3,1151,2853 +"166844",50254,55076,3,1151,2408 +"166845",50254,55643,3,1151,2359 +"166846",50254,56854,3,1151,2022 +"166847",50254,63477,3,1151,1907 +"166848",50254,64857,3,1151,1792 +"166849",50254,67748,2,1151,1498 +"166850",50254,70573,3,1151,1993 +"166851",50254,74095,3,1151,2333 +"166852",50254,74636,3,1151,2525 +"166853",50254,76646,1,1151,1263 +"166854",50254,77611,2,1151,1795 +"166855",50254,79657,3,1151,1260 +"166856",50254,81349,2,1151,1958 +"166857",50254,82893,2,1151,1275 +"166858",50254,85356,3,1151,1492 +"166859",50254,88232,3,1151,2881 +"166860",50254,88887,3,1151,1161 +"166861",50261,1897,3,515,1727 +"166862",50261,4775,2,515,1500 +"166863",50261,5852,3,515,1862 +"166864",50261,7269,3,515,1728 +"166865",50261,8512,2,515,935 +"166866",50261,9050,3,515,2026 +"166867",50261,9351,3,515,1460 +"166868",50261,11665,3,515,1643 +"166869",50261,12577,3,515,2530 +"166870",50261,14626,3,515,2175 +"166871",50261,14654,3,515,1692 +"166872",50261,16205,3,515,2630 +"166873",50261,17541,3,515,637 +"166874",50261,18571,3,515,2128 +"166875",50261,18943,3,515,2861 +"166876",50261,21463,3,515,2437 +"166877",50261,23158,3,515,659 +"166878",50261,25139,3,515,816 +"166879",50261,27783,3,515,2302 +"166880",50261,30404,3,515,1810 +"166881",50261,31164,3,515,1996 +"166882",50261,32988,3,515,2008 +"166883",50261,36136,3,515,2338 +"166884",50261,44181,3,515,1034 +"166885",50261,44464,3,515,1619 +"166886",50261,64174,3,515,2377 +"166887",50261,64532,3,515,948 +"166888",50261,78768,3,515,841 +"166889",50261,82226,3,515,1619 +"166890",50261,85108,3,515,682 +"166891",50261,91631,3,515,1899 +"166892",50269,2028,3,1966,1978 +"166893",50269,3947,3,1966,2067 +"166894",50269,3961,3,1966,2426 +"166895",50269,5078,3,1966,2033 +"166896",50269,5315,3,1966,2631 +"166897",50269,5457,3,1966,2077 +"166898",50269,5462,3,1966,2374 +"166899",50269,5504,3,1966,2389 +"166900",50269,6255,3,1966,2895 +"166901",50269,7984,3,1966,2493 +"166902",50269,7992,3,1966,2033 +"166903",50269,9311,2,1966,2477 +"166904",50269,10358,3,1966,2294 +"166905",50269,10843,3,1966,2277 +"166906",50269,13388,3,1966,2119 +"166907",50269,15626,3,1966,2434 +"166908",50269,15636,1,1966,2857 +"166909",50269,17354,3,1966,2250 +"166910",50269,18151,3,1966,2962 +"166911",50269,20067,2,1966,2390 +"166912",50269,20659,3,1966,1969 +"166913",50269,20732,3,1966,2401 +"166914",50269,21706,3,1966,1988 +"166915",50269,23726,3,1966,2434 +"166916",50269,23787,2,1966,2810 +"166917",50269,25399,3,1966,2784 +"166918",50269,26249,2,1966,2301 +"166919",50269,27195,3,1966,2158 +"166920",50269,29095,3,1966,2531 +"166921",50269,29930,3,1966,2240 +"166922",50269,30906,3,1966,2537 +"166923",50269,31700,3,1966,2727 +"166924",50269,33433,3,1966,2805 +"166925",50269,33801,3,1966,2899 +"166926",50269,34707,3,1966,2042 +"166927",50269,38755,3,1966,2902 +"166928",50269,43349,3,1966,2400 +"166929",50269,44819,3,1966,2063 +"166930",50269,46803,3,1966,2305 +"166931",50269,49121,3,1966,2199 +"166932",50269,50382,2,1966,2244 +"166933",50269,53219,3,1966,2973 +"166934",50269,53475,3,1966,2853 +"166935",50269,58669,3,1966,2296 +"166936",50269,59113,3,1966,2434 +"166937",50269,70203,2,1966,2756 +"166938",50269,87720,3,1966,2086 +"166939",50272,10939,3,842,1376 +"166940",50272,12356,3,842,2757 +"166941",50272,14325,3,842,1976 +"166942",50272,16954,3,842,2972 +"166943",50272,18563,3,842,2715 +"166944",50272,19173,3,842,1686 +"166945",50272,21225,3,842,1945 +"166946",50272,26031,3,842,1397 +"166947",50272,26218,3,842,2460 +"166948",50272,26793,3,842,2104 +"166949",50272,32601,3,842,1033 +"166950",50272,39657,3,842,1947 +"166951",50272,40931,2,842,2301 +"166952",50272,43153,3,842,1381 +"166953",50272,44420,2,842,2184 +"166954",50272,56893,3,842,2597 +"166955",50272,60862,3,842,1215 +"166956",50278,680,3,1127,2569 +"166957",50278,2351,3,1127,1868 +"166958",50278,2418,2,1127,2020 +"166959",50278,2540,3,1127,1398 +"166960",50278,2576,3,1127,1307 +"166961",50278,3127,3,1127,2273 +"166962",50278,4066,3,1127,1736 +"166963",50278,4303,3,1127,2414 +"166964",50278,4665,3,1127,1569 +"166965",50278,4668,3,1127,1919 +"166966",50278,5614,3,1127,2122 +"166967",50278,5962,3,1127,2491 +"166968",50278,6133,3,1127,1229 +"166969",50278,7229,3,1127,2669 +"166970",50278,7252,1,1127,2799 +"166971",50278,7597,3,1127,2037 +"166972",50278,8062,2,1127,2858 +"166973",50278,9227,3,1127,1267 +"166974",50278,10050,3,1127,1792 +"166975",50278,10336,3,1127,2271 +"166976",50278,11029,2,1127,2362 +"166977",50278,11563,2,1127,1863 +"166978",50278,11585,3,1127,1817 +"166979",50278,11648,3,1127,2852 +"166980",50278,12067,3,1127,1213 +"166981",50278,12759,3,1127,2414 +"166982",50278,13290,3,1127,2824 +"166983",50278,14998,3,1127,1553 +"166984",50278,15826,2,1127,2772 +"166985",50278,16015,3,1127,1307 +"166986",50278,16286,3,1127,2470 +"166987",50278,18381,3,1127,1524 +"166988",50278,19751,3,1127,1630 +"166989",50278,20395,3,1127,1468 +"166990",50278,20984,3,1127,2502 +"166991",50278,21240,3,1127,1162 +"166992",50278,21681,3,1127,2005 +"166993",50278,25373,2,1127,2783 +"166994",50278,27742,3,1127,2700 +"166995",50278,28081,3,1127,1927 +"166996",50278,28094,3,1127,1423 +"166997",50278,28869,3,1127,2425 +"166998",50278,29436,1,1127,1718 +"166999",50278,29825,3,1127,2603 +"167000",50278,29997,3,1127,1789 +"167001",50278,30334,3,1127,2075 +"167002",50278,30891,3,1127,1256 +"167003",50278,32311,3,1127,2396 +"167004",50278,34831,3,1127,1866 +"167005",50278,34870,2,1127,1873 +"167006",50278,37036,2,1127,2264 +"167007",50278,37636,3,1127,2178 +"167008",50278,38333,3,1127,1365 +"167009",50278,38532,3,1127,1234 +"167010",50278,40392,3,1127,1878 +"167011",50278,40623,3,1127,2580 +"167012",50278,41723,3,1127,2101 +"167013",50278,41969,3,1127,2189 +"167014",50278,42562,3,1127,1195 +"167015",50278,42813,2,1127,2142 +"167016",50278,42852,2,1127,1316 +"167017",50278,46486,3,1127,1868 +"167018",50278,46532,3,1127,2005 +"167019",50278,51151,3,1127,1195 +"167020",50278,51783,3,1127,2599 +"167021",50278,51879,3,1127,1771 +"167022",50278,53924,3,1127,1289 +"167023",50278,54924,3,1127,2603 +"167024",50278,56936,3,1127,1519 +"167025",50278,57492,3,1127,2855 +"167026",50278,58521,3,1127,2950 +"167027",50278,58655,3,1127,2685 +"167028",50278,60879,3,1127,2792 +"167029",50278,61337,3,1127,2777 +"167030",50278,65242,3,1127,1988 +"167031",50278,68275,3,1127,1158 +"167032",50278,68789,3,1127,1929 +"167033",50278,70070,3,1127,2425 +"167034",50278,72597,3,1127,1843 +"167035",50278,76143,3,1127,1610 +"167036",50278,78193,3,1127,2315 +"167037",50278,80156,3,1127,1667 +"167038",50278,80527,3,1127,1664 +"167039",50278,81486,3,1127,1297 +"167040",50278,82819,3,1127,1900 +"167041",50278,82932,3,1127,2245 +"167042",50278,92784,3,1127,1257 +"167043",50278,100432,2,1127,1358 +"167044",50278,102400,3,1127,1761 +"167045",50278,104828,3,1127,1609 +"167046",50298,27195,3,2101,2158 +"167047",50335,140,3,1893,2267 +"167048",50335,468,3,1893,1966 +"167049",50335,3127,3,1893,2273 +"167050",50335,3195,3,1893,2043 +"167051",50335,3477,3,1893,2546 +"167052",50335,3493,3,1893,2451 +"167053",50335,6063,3,1893,2349 +"167054",50335,7355,3,1893,1928 +"167055",50335,7937,3,1893,2044 +"167056",50335,8865,3,1893,2394 +"167057",50335,9801,3,1893,2443 +"167058",50335,13024,3,1893,2468 +"167059",50335,14754,3,1893,2456 +"167060",50335,14817,2,1893,2110 +"167061",50335,15826,3,1893,2772 +"167062",50335,19433,3,1893,2504 +"167063",50335,20984,3,1893,2502 +"167064",50335,24520,3,1893,2196 +"167065",50335,24757,3,1893,1939 +"167066",50335,27908,3,1893,2576 +"167067",50335,28081,3,1893,1927 +"167068",50335,28893,3,1893,2764 +"167069",50335,32339,2,1893,2430 +"167070",50335,33223,3,1893,2397 +"167071",50335,36953,3,1893,2790 +"167072",50335,37060,3,1893,2840 +"167073",50335,39062,2,1893,2020 +"167074",50335,40572,3,1893,2666 +"167075",50335,42813,3,1893,2142 +"167076",50335,47013,3,1893,2388 +"167077",50335,47595,2,1893,2374 +"167078",50335,49147,3,1893,2539 +"167079",50335,51200,1,1893,2245 +"167080",50335,51774,3,1893,2459 +"167081",50335,52483,3,1893,2317 +"167082",50335,64534,3,1893,2924 +"167083",50354,1519,3,1299,2349 +"167084",50354,2418,3,1299,2020 +"167085",50354,2852,3,1299,2448 +"167086",50354,3127,2,1299,2273 +"167087",50354,4361,3,1299,2571 +"167088",50354,4660,3,1299,2149 +"167089",50354,4668,3,1299,1919 +"167090",50354,5106,3,1299,2622 +"167091",50354,5897,3,1299,2337 +"167092",50354,6119,3,1299,2358 +"167093",50354,7252,3,1299,2799 +"167094",50354,8568,2,1299,2706 +"167095",50354,9060,3,1299,1612 +"167096",50354,9202,3,1299,2477 +"167097",50354,9481,3,1299,1610 +"167098",50354,9503,3,1299,2453 +"167099",50354,9787,2,1299,2858 +"167100",50354,10336,3,1299,2271 +"167101",50354,10453,2,1299,1656 +"167102",50354,10980,3,1299,1974 +"167103",50354,11563,3,1299,1863 +"167104",50354,12361,3,1299,2732 +"167105",50354,12948,3,1299,2669 +"167106",50354,13068,3,1299,1778 +"167107",50354,13842,3,1299,2250 +"167108",50354,14287,2,1299,1583 +"167109",50354,14749,3,1299,1998 +"167110",50354,16286,2,1299,2470 +"167111",50354,16501,1,1299,1650 +"167112",50354,17033,3,1299,2771 +"167113",50354,17037,3,1299,2947 +"167114",50354,18102,3,1299,1642 +"167115",50354,20220,3,1299,1656 +"167116",50354,20395,3,1299,1468 +"167117",50354,22364,3,1299,1809 +"167118",50354,22578,3,1299,2216 +"167119",50354,23131,3,1299,1732 +"167120",50354,25163,2,1299,1751 +"167121",50354,27742,3,1299,2700 +"167122",50354,27897,3,1299,1968 +"167123",50354,27914,2,1299,2507 +"167124",50354,28869,3,1299,2425 +"167125",50354,29286,2,1299,1612 +"167126",50354,30525,3,1299,1964 +"167127",50354,31317,3,1299,1362 +"167128",50354,31868,3,1299,1993 +"167129",50354,33314,3,1299,1444 +"167130",50354,33341,3,1299,2338 +"167131",50354,33537,3,1299,2406 +"167132",50354,35413,3,1299,1569 +"167133",50354,35728,2,1299,2017 +"167134",50354,36912,3,1299,2469 +"167135",50354,39534,2,1299,2410 +"167136",50354,40035,3,1299,2742 +"167137",50354,40572,3,1299,2666 +"167138",50354,41023,3,1299,2408 +"167139",50354,41581,3,1299,1692 +"167140",50354,41633,2,1299,1976 +"167141",50354,45729,3,1299,2606 +"167142",50354,45869,3,1299,2840 +"167143",50354,46384,3,1299,2285 +"167144",50354,46486,3,1299,1868 +"167145",50354,49347,3,1299,2504 +"167146",50354,53739,2,1299,2704 +"167147",50354,56995,3,1299,2323 +"167148",50354,58238,3,1299,1944 +"167149",50354,59637,3,1299,2141 +"167150",50354,61125,3,1299,1673 +"167151",50354,63641,3,1299,2337 +"167152",50354,66693,3,1299,2554 +"167153",50354,66717,2,1299,2104 +"167154",50354,67266,3,1299,2010 +"167155",50354,70583,3,1299,2615 +"167156",50354,72438,3,1299,1397 +"167157",50354,72597,3,1299,1843 +"167158",50354,75935,3,1299,1569 +"167159",50354,76143,3,1299,1610 +"167160",50354,80156,3,1299,1667 +"167161",50354,83523,3,1299,1461 +"167162",50354,111375,2,1299,2686 +"167163",50364,12518,3,1954,2747 +"167164",50364,15598,3,1954,2011 +"167165",50372,543,3,1834,2203 +"167166",50372,1616,3,1834,2662 +"167167",50372,1777,3,1834,1965 +"167168",50372,2484,3,1834,2389 +"167169",50372,3161,3,1834,2229 +"167170",50372,5078,3,1834,2033 +"167171",50372,5457,3,1834,2077 +"167172",50372,5462,2,1834,2374 +"167173",50372,5504,2,1834,2389 +"167174",50372,7323,3,1834,2858 +"167175",50372,9332,3,1834,2734 +"167176",50372,12713,3,1834,2440 +"167177",50372,18151,3,1834,2962 +"167178",50372,19606,3,1834,2783 +"167179",50372,20659,3,1834,1969 +"167180",50372,20700,3,1834,2861 +"167181",50372,28216,3,1834,1910 +"167182",50372,31799,3,1834,2547 +"167183",50372,32606,3,1834,2100 +"167184",50372,35256,3,1834,2271 +"167185",50372,37570,3,1834,2389 +"167186",50372,41278,3,1834,1873 +"167187",50372,80429,3,1834,1927 +"167188",50372,85430,3,1834,2370 +"167189",50372,86986,3,1834,1976 +"167190",50382,3961,3,2244,2426 +"167191",50382,5315,3,2244,2631 +"167192",50382,7984,2,2244,2493 +"167193",50382,9311,2,2244,2477 +"167194",50382,10358,3,2244,2294 +"167195",50382,10843,3,2244,2277 +"167196",50382,11477,3,2244,2724 +"167197",50382,15626,3,2244,2434 +"167198",50382,15636,3,2244,2857 +"167199",50382,17812,3,2244,2705 +"167200",50382,20067,3,2244,2390 +"167201",50382,20732,2,2244,2401 +"167202",50382,23268,3,2244,2258 +"167203",50382,23726,2,2244,2434 +"167204",50382,24756,3,2244,2530 +"167205",50382,26249,3,2244,2301 +"167206",50382,29095,3,2244,2531 +"167207",50382,30906,3,2244,2537 +"167208",50382,33433,3,2244,2805 +"167209",50382,33801,3,2244,2899 +"167210",50382,38755,3,2244,2902 +"167211",50382,46803,2,2244,2305 +"167212",50382,53475,3,2244,2853 +"167213",50382,58669,3,2244,2296 +"167214",50382,59113,3,2244,2434 +"167215",50382,70203,3,2244,2756 +"167216",50394,2226,3,150,2225 +"167217",50394,2936,3,150,2512 +"167218",50394,3886,3,150,1669 +"167219",50394,4660,3,150,2149 +"167220",50394,4681,3,150,2356 +"167221",50394,7785,3,150,2441 +"167222",50394,8200,3,150,1709 +"167223",50394,9272,3,150,2835 +"167224",50394,9298,3,150,1109 +"167225",50394,9723,3,150,2302 +"167226",50394,11239,3,150,2181 +"167227",50394,12586,3,150,613 +"167228",50394,16684,3,150,1657 +"167229",50394,16751,3,150,2301 +"167230",50394,18011,2,150,1636 +"167231",50394,18202,1,150,2475 +"167232",50394,18928,3,150,709 +"167233",50394,19364,2,150,2846 +"167234",50394,20700,3,150,2861 +"167235",50394,22709,3,150,2743 +"167236",50394,23492,3,150,1067 +"167237",50394,23679,3,150,934 +"167238",50394,26450,3,150,1709 +"167239",50394,28432,3,150,1954 +"167240",50394,32651,3,150,877 +"167241",50394,34812,3,150,2442 +"167242",50394,35797,2,150,2482 +"167243",50394,37859,2,150,1999 +"167244",50394,39906,2,150,2365 +"167245",50394,41240,3,150,2220 +"167246",50394,44877,3,150,1219 +"167247",50394,52215,3,150,1908 +"167248",50394,58122,3,150,889 +"167249",50394,73553,3,150,2726 +"167250",50394,77077,3,150,2693 +"167251",50394,82341,3,150,1515 +"167252",50394,88710,3,150,927 +"167253",50394,90674,3,150,621 +"167254",50394,92297,3,150,2952 +"167255",50394,96738,2,150,298 +"167256",50394,99041,3,150,844 +"167257",50394,106449,3,150,862 +"167258",50394,109182,1,150,353 +"167259",50394,109978,2,150,1865 +"167260",50430,1560,2,1689,2013 +"167261",50430,7206,3,1689,1959 +"167262",50430,8525,3,1689,1787 +"167263",50430,9716,3,1689,1929 +"167264",50430,10200,3,1689,2920 +"167265",50430,11429,3,1689,2520 +"167266",50430,14586,2,1689,2801 +"167267",50430,14654,3,1689,1692 +"167268",50430,21209,3,1689,2184 +"167269",50430,24086,1,1689,2663 +"167270",50430,26513,3,1689,2205 +"167271",50430,34491,3,1689,2694 +"167272",50430,37342,3,1689,2649 +"167273",50430,40392,3,1689,1878 +"167274",50430,41185,3,1689,1929 +"167275",50440,4249,3,2469,2547 +"167276",50440,18808,3,2469,2854 +"167277",50440,42390,3,2469,2937 +"167278",50440,58041,3,2469,2725 +"167279",50444,543,3,884,2203 +"167280",50444,733,2,884,1653 +"167281",50444,2063,3,884,1278 +"167282",50444,3878,2,884,1890 +"167283",50444,9432,2,884,1693 +"167284",50444,10215,3,884,2006 +"167285",50444,13835,2,884,1588 +"167286",50444,15379,3,884,1231 +"167287",50444,15583,3,884,1144 +"167288",50444,16164,3,884,1184 +"167289",50444,19676,3,884,1515 +"167290",50444,20162,2,884,2328 +"167291",50444,37301,3,884,2160 +"167292",50444,50667,1,884,2719 +"167293",50444,50685,3,884,2008 +"167294",50444,55906,1,884,2851 +"167295",50444,57360,3,884,2429 +"167296",50444,58221,3,884,1787 +"167297",50444,61188,3,884,2134 +"167298",50444,62602,3,884,1172 +"167299",50444,63147,3,884,1477 +"167300",50444,64699,2,884,2797 +"167301",50444,65572,3,884,2750 +"167302",50444,67145,3,884,2015 +"167303",50444,69498,3,884,931 +"167304",50444,79804,3,884,2227 +"167305",50444,80429,3,884,1927 +"167306",50444,87904,3,884,952 +"167307",50444,99103,3,884,1470 +"167308",50452,70605,3,927,1176 +"167309",50468,827,3,1659,2964 +"167310",50468,1624,3,1659,2687 +"167311",50468,2282,2,1659,2056 +"167312",50468,2647,3,1659,2450 +"167313",50468,2927,3,1659,1789 +"167314",50468,3158,3,1659,2762 +"167315",50468,3164,3,1659,2693 +"167316",50468,3271,3,1659,2216 +"167317",50468,4249,3,1659,2547 +"167318",50468,4784,3,1659,2511 +"167319",50468,6020,3,1659,1864 +"167320",50468,6030,3,1659,2953 +"167321",50468,6345,2,1659,2713 +"167322",50468,6747,3,1659,2913 +"167323",50468,6999,3,1659,2214 +"167324",50468,8607,3,1659,1685 +"167325",50468,9272,3,1659,2835 +"167326",50468,9724,2,1659,2713 +"167327",50468,10146,3,1659,1878 +"167328",50468,10701,1,1659,2000 +"167329",50468,11966,3,1659,2385 +"167330",50468,14172,3,1659,1923 +"167331",50468,14470,2,1659,2632 +"167332",50468,14612,3,1659,2340 +"167333",50468,14957,3,1659,2306 +"167334",50468,15301,3,1659,2308 +"167335",50468,15782,3,1659,2306 +"167336",50468,16963,3,1659,1999 +"167337",50468,17499,2,1659,2954 +"167338",50468,17695,2,1659,1930 +"167339",50468,19366,3,1659,2279 +"167340",50468,20292,3,1659,2755 +"167341",50468,21358,3,1659,1970 +"167342",50468,21571,2,1659,2755 +"167343",50468,22410,3,1659,2158 +"167344",50468,22566,2,1659,2308 +"167345",50468,23550,2,1659,2939 +"167346",50468,26478,2,1659,1963 +"167347",50468,26597,3,1659,2070 +"167348",50468,28050,3,1659,1955 +"167349",50468,28168,3,1659,2702 +"167350",50468,28782,3,1659,2272 +"167351",50468,30714,3,1659,2485 +"167352",50468,31855,3,1659,2636 +"167353",50468,32169,2,1659,2504 +"167354",50468,32939,3,1659,2277 +"167355",50468,34331,3,1659,1727 +"167356",50468,35317,3,1659,1888 +"167357",50468,36840,3,1659,2269 +"167358",50468,37684,2,1659,2899 +"167359",50468,41489,3,1659,2006 +"167360",50468,42382,3,1659,2224 +"167361",50468,42390,3,1659,2937 +"167362",50468,42407,3,1659,2408 +"167363",50468,42619,3,1659,2017 +"167364",50468,43226,3,1659,2442 +"167365",50468,43701,2,1659,2400 +"167366",50468,45297,3,1659,1864 +"167367",50468,46616,3,1659,1917 +"167368",50468,47607,2,1659,2724 +"167369",50468,48110,3,1659,2009 +"167370",50468,48823,3,1659,2080 +"167371",50468,51212,3,1659,1801 +"167372",50468,52950,3,1659,2716 +"167373",50468,53584,3,1659,2391 +"167374",50468,53652,2,1659,2899 +"167375",50468,58508,3,1659,2326 +"167376",50468,69335,3,1659,2698 +"167377",50468,69795,3,1659,2636 +"167378",50468,71999,3,1659,2685 +"167379",50468,80301,3,1659,1690 +"167380",50468,80970,3,1659,2069 +"167381",50468,82217,3,1659,2441 +"167382",50468,84591,3,1659,1685 +"167383",50468,93553,3,1659,2537 +"167384",50468,95060,3,1659,1974 +"167385",50476,9808,3,1641,1648 +"167386",50476,15075,3,1641,2252 +"167387",50476,19323,2,1641,1705 +"167388",50476,23890,1,1641,1810 +"167389",50476,24761,1,1641,2384 +"167390",50476,59579,3,1641,2034 +"167391",50476,108872,3,1641,1810 +"167392",50476,113181,3,1641,2301 +"167393",50480,15444,2,2701,2764 +"167394",50480,16866,2,2701,2718 +"167395",50480,26642,3,2701,2952 +"167396",50480,29454,2,2701,2719 +"167397",50480,35837,3,2701,2871 +"167398",50480,36270,3,2701,2910 +"167399",50480,39556,3,2701,2747 +"167400",50480,40368,3,2701,2876 +"167401",50480,41770,3,2701,2752 +"167402",50480,41945,3,2701,2856 +"167403",50480,44688,2,2701,2924 +"167404",50480,47529,3,2701,2914 +"167405",50480,56910,2,2701,2705 +"167406",50480,60257,3,2701,2795 +"167407",50480,62739,3,2701,2753 +"167408",50480,68083,3,2701,2795 +"167409",50480,72088,3,2701,2728 +"167410",50487,14,3,744,1793 +"167411",50487,312,3,744,2038 +"167412",50487,508,3,744,801 +"167413",50487,854,3,744,2307 +"167414",50487,998,3,744,1795 +"167415",50487,1044,3,744,880 +"167416",50487,1355,3,744,2473 +"167417",50487,2326,3,744,2513 +"167418",50487,2407,3,744,1725 +"167419",50487,2424,3,744,2582 +"167420",50487,2484,3,744,2389 +"167421",50487,2533,3,744,2016 +"167422",50487,2894,2,744,1291 +"167423",50487,3164,3,744,2693 +"167424",50487,3305,3,744,2839 +"167425",50487,5203,3,744,814 +"167426",50487,5392,3,744,1648 +"167427",50487,5615,3,744,1105 +"167428",50487,5785,1,744,1261 +"167429",50487,6222,2,744,1949 +"167430",50487,6512,3,744,1672 +"167431",50487,7616,3,744,2296 +"167432",50487,7984,3,744,2493 +"167433",50487,7992,3,744,2033 +"167434",50487,8354,3,744,1705 +"167435",50487,8762,3,744,2585 +"167436",50487,8887,3,744,2373 +"167437",50487,9114,3,744,961 +"167438",50487,9311,3,744,2477 +"167439",50487,9871,3,744,921 +"167440",50487,11006,3,744,1950 +"167441",50487,11620,3,744,2010 +"167442",50487,11662,3,744,1139 +"167443",50487,11694,3,744,1564 +"167444",50487,12373,3,744,1567 +"167445",50487,12388,2,744,1975 +"167446",50487,12712,3,744,815 +"167447",50487,13388,3,744,2119 +"167448",50487,13573,2,744,2774 +"167449",50487,13967,3,744,1354 +"167450",50487,13979,3,744,1559 +"167451",50487,14353,3,744,2878 +"167452",50487,14482,2,744,1573 +"167453",50487,14564,3,744,1581 +"167454",50487,14655,3,744,2559 +"167455",50487,14959,2,744,2898 +"167456",50487,15215,3,744,798 +"167457",50487,15315,3,744,2173 +"167458",50487,15444,2,744,2764 +"167459",50487,15713,3,744,1646 +"167460",50487,15930,3,744,2541 +"167461",50487,16053,2,744,908 +"167462",50487,16111,3,744,1714 +"167463",50487,16201,3,744,1811 +"167464",50487,16539,2,744,1947 +"167465",50487,16801,3,744,2008 +"167466",50487,16866,3,744,2718 +"167467",50487,16896,3,744,2223 +"167468",50487,17027,2,744,2772 +"167469",50487,17097,2,744,1505 +"167470",50487,17520,2,744,2276 +"167471",50487,18165,3,744,2085 +"167472",50487,18394,3,744,2356 +"167473",50487,18404,3,744,801 +"167474",50487,18865,3,744,2676 +"167475",50487,19173,2,744,1686 +"167476",50487,19317,3,744,2041 +"167477",50487,19637,3,744,1229 +"167478",50487,19719,3,744,2177 +"167479",50487,20067,2,744,2390 +"167480",50487,20311,2,744,1981 +"167481",50487,20407,3,744,2339 +"167482",50487,20732,3,744,2401 +"167483",50487,21198,3,744,935 +"167484",50487,21248,3,744,2232 +"167485",50487,21706,3,744,1988 +"167486",50487,22403,2,744,1630 +"167487",50487,23268,3,744,2258 +"167488",50487,23726,3,744,2434 +"167489",50487,23787,3,744,2810 +"167490",50487,23869,3,744,1918 +"167491",50487,24807,3,744,2319 +"167492",50487,25486,3,744,2582 +"167493",50487,25508,3,744,2081 +"167494",50487,25577,3,744,1946 +"167495",50487,25680,3,744,1618 +"167496",50487,25874,3,744,2088 +"167497",50487,25950,3,744,1618 +"167498",50487,26582,3,744,2772 +"167499",50487,26737,3,744,855 +"167500",50487,27261,3,744,1368 +"167501",50487,27355,3,744,870 +"167502",50487,27849,3,744,1316 +"167503",50487,27860,3,744,1588 +"167504",50487,28130,2,744,908 +"167505",50487,28131,2,744,1492 +"167506",50487,29095,2,744,2531 +"167507",50487,29314,3,744,2736 +"167508",50487,30150,3,744,1704 +"167509",50487,30883,1,744,1629 +"167510",50487,31050,3,744,1491 +"167511",50487,31243,3,744,1355 +"167512",50487,31691,3,744,1657 +"167513",50487,32064,3,744,1739 +"167514",50487,32658,3,744,1694 +"167515",50487,32988,3,744,2008 +"167516",50487,33010,3,744,2189 +"167517",50487,33801,2,744,2899 +"167518",50487,35235,3,744,2610 +"167519",50487,35529,3,744,1620 +"167520",50487,38019,3,744,1870 +"167521",50487,38921,2,744,1880 +"167522",50487,39431,3,744,1460 +"167523",50487,40646,2,744,1583 +"167524",50487,41108,3,744,1624 +"167525",50487,41682,3,744,1988 +"167526",50487,42264,3,744,1702 +"167527",50487,42747,3,744,1189 +"167528",50487,42837,3,744,1096 +"167529",50487,42935,3,744,2400 +"167530",50487,43349,3,744,2400 +"167531",50487,43479,3,744,2178 +"167532",50487,44420,2,744,2184 +"167533",50487,44885,3,744,2670 +"167534",50487,44899,3,744,2386 +"167535",50487,47585,3,744,794 +"167536",50487,48258,3,744,755 +"167537",50487,48736,3,744,1236 +"167538",50487,50252,3,744,2001 +"167539",50487,50382,3,744,2244 +"167540",50487,51616,2,744,761 +"167541",50487,52003,3,744,2067 +"167542",50487,52261,3,744,2162 +"167543",50487,52323,3,744,2148 +"167544",50487,52457,3,744,849 +"167545",50487,52576,3,744,2234 +"167546",50487,53475,2,744,2853 +"167547",50487,53604,2,744,2489 +"167548",50487,56462,3,744,852 +"167549",50487,57150,3,744,1196 +"167550",50487,57760,3,744,1721 +"167551",50487,58669,3,744,2296 +"167552",50487,59939,3,744,936 +"167553",50487,61242,3,744,1650 +"167554",50487,62538,2,744,1656 +"167555",50487,63395,3,744,2334 +"167556",50487,65522,3,744,1572 +"167557",50487,68960,3,744,1312 +"167558",50487,70203,3,744,2756 +"167559",50487,70996,3,744,1037 +"167560",50487,76127,3,744,910 +"167561",50487,76356,3,744,2323 +"167562",50487,76511,3,744,1250 +"167563",50487,76999,3,744,908 +"167564",50487,78184,3,744,937 +"167565",50487,79371,3,744,1624 +"167566",50487,82009,3,744,1020 +"167567",50487,82893,3,744,1275 +"167568",50487,85875,3,744,957 +"167569",50487,87720,3,744,2086 +"167570",50487,89826,2,744,2033 +"167571",50487,96911,2,744,956 +"167572",50487,97160,3,744,1215 +"167573",50487,100140,3,744,1041 +"167574",50487,116444,3,744,1206 +"167575",50487,120720,3,744,1614 +"167576",50491,8226,3,1919,2046 +"167577",50509,4669,3,2050,2395 +"167578",50509,7252,3,2050,2799 +"167579",50509,9332,2,2050,2734 +"167580",50509,11456,3,2050,2715 +"167581",50509,12361,2,2050,2732 +"167582",50509,18005,3,2050,2449 +"167583",50509,18415,3,2050,2184 +"167584",50509,18810,3,2050,2671 +"167585",50509,19655,3,2050,2706 +"167586",50509,19934,3,2050,2888 +"167587",50509,20124,3,2050,2376 +"167588",50509,28626,3,2050,2842 +"167589",50509,28869,3,2050,2425 +"167590",50509,29116,3,2050,2128 +"167591",50509,33052,3,2050,2251 +"167592",50509,36183,2,2050,2117 +"167593",50509,36646,3,2050,2744 +"167594",50509,37636,3,2050,2178 +"167595",50509,40035,3,2050,2742 +"167596",50509,42642,3,2050,2257 +"167597",50509,42946,2,2050,2900 +"167598",50509,53687,3,2050,2422 +"167599",50509,54775,3,2050,2383 +"167600",50509,60516,3,2050,2257 +"167601",50509,69591,3,2050,2294 +"167602",50520,2057,3,1205,1965 +"167603",50520,2524,3,1205,1708 +"167604",50520,3306,3,1205,1989 +"167605",50520,4032,2,1205,1763 +"167606",50520,4361,3,1205,2571 +"167607",50520,4526,3,1205,1728 +"167608",50520,6697,2,1205,2438 +"167609",50520,7355,3,1205,1928 +"167610",50520,8354,3,1205,1705 +"167611",50520,8610,3,1205,2240 +"167612",50520,8777,3,1205,1620 +"167613",50520,9227,3,1205,1267 +"167614",50520,10473,3,1205,1783 +"167615",50520,11136,2,1205,2573 +"167616",50520,13400,3,1205,1371 +"167617",50520,14558,3,1205,1585 +"167618",50520,14754,3,1205,2456 +"167619",50520,16286,3,1205,2470 +"167620",50520,16501,3,1205,1650 +"167621",50520,23277,2,1205,1267 +"167622",50520,24757,3,1205,1939 +"167623",50520,26771,2,1205,2141 +"167624",50520,28081,3,1205,1927 +"167625",50520,35728,3,1205,2017 +"167626",50520,37120,3,1205,2622 +"167627",50520,41187,3,1205,2340 +"167628",50520,41338,2,1205,1553 +"167629",50520,46486,3,1205,1868 +"167630",50520,50354,3,1205,1299 +"167631",50520,54284,3,1205,2491 +"167632",50520,59637,3,1205,2141 +"167633",50520,93930,1,1205,1268 +"167634",50520,111375,1,1205,2686 +"167635",50581,5346,2,1258,1438 +"167636",50581,5897,3,1258,2337 +"167637",50581,9241,2,1258,2338 +"167638",50581,9481,3,1258,1610 +"167639",50581,9503,3,1258,2453 +"167640",50581,10453,3,1258,1656 +"167641",50581,10457,3,1258,1711 +"167642",50581,12078,3,1258,2381 +"167643",50581,12361,3,1258,2732 +"167644",50581,13879,1,1258,2748 +"167645",50581,14586,3,1258,2801 +"167646",50581,14754,3,1258,2456 +"167647",50581,15207,3,1258,1855 +"167648",50581,15826,3,1258,2772 +"167649",50581,19655,3,1258,2706 +"167650",50581,19686,3,1258,2467 +"167651",50581,20984,3,1258,2502 +"167652",50581,22364,3,1258,1809 +"167653",50581,23000,3,1258,1815 +"167654",50581,26182,3,1258,2775 +"167655",50581,27320,3,1258,2378 +"167656",50581,29286,3,1258,1612 +"167657",50581,29818,3,1258,1677 +"167658",50581,30262,2,1258,1715 +"167659",50581,32339,3,1258,2430 +"167660",50581,32920,3,1258,2158 +"167661",50581,33341,3,1258,2338 +"167662",50581,34892,3,1258,2309 +"167663",50581,36912,3,1258,2469 +"167664",50581,39062,3,1258,2020 +"167665",50581,40492,2,1258,1286 +"167666",50581,41023,3,1258,2408 +"167667",50581,41581,2,1258,1692 +"167668",50581,43250,3,1258,1300 +"167669",50581,44749,3,1258,1303 +"167670",50581,57067,3,1258,2547 +"167671",50581,57356,2,1258,2476 +"167672",50581,68876,3,1258,1397 +"167673",50581,69131,3,1258,2122 +"167674",50581,69232,3,1258,2130 +"167675",50581,74370,3,1258,1667 +"167676",50581,81545,3,1258,2077 +"167677",50581,84271,3,1258,1556 +"167678",50581,85198,3,1258,1794 +"167679",50581,88067,3,1258,2315 +"167680",50581,90299,3,1258,1606 +"167681",50581,96462,3,1258,1967 +"167682",50585,371,3,2414,2950 +"167683",50585,680,1,2414,2569 +"167684",50585,841,3,2414,2964 +"167685",50585,3978,2,2414,2775 +"167686",50585,4361,3,2414,2571 +"167687",50585,6989,2,2414,2623 +"167688",50585,8062,3,2414,2858 +"167689",50585,9787,3,2414,2858 +"167690",50585,11648,3,2414,2852 +"167691",50585,12948,3,2414,2669 +"167692",50585,18005,2,2414,2449 +"167693",50585,18810,3,2414,2671 +"167694",50585,20941,3,2414,2725 +"167695",50585,20984,3,2414,2502 +"167696",50585,22709,3,2414,2743 +"167697",50585,24096,3,2414,2612 +"167698",50585,25373,2,2414,2783 +"167699",50585,27686,3,2414,2844 +"167700",50585,28869,3,2414,2425 +"167701",50585,29473,3,2414,2602 +"167702",50585,29977,3,2414,2781 +"167703",50585,36953,3,2414,2790 +"167704",50585,37279,3,2414,2768 +"167705",50585,38691,3,2414,2585 +"167706",50585,40572,3,2414,2666 +"167707",50585,45729,2,2414,2606 +"167708",50585,45869,3,2414,2840 +"167709",50585,47968,3,2414,2829 +"167710",50585,51783,3,2414,2599 +"167711",50585,53223,3,2414,2690 +"167712",50585,53739,3,2414,2704 +"167713",50585,54718,3,2414,2473 +"167714",50585,63077,3,2414,2778 +"167715",50585,64947,2,2414,2489 +"167716",50585,70583,3,2414,2615 +"167717",50585,71531,2,2414,2887 +"167718",50594,1349,3,849,1147 +"167719",50594,5962,3,849,2491 +"167720",50594,9504,3,849,2549 +"167721",50594,14749,3,849,1998 +"167722",50594,23966,3,849,891 +"167723",50594,24512,3,849,1369 +"167724",50594,36829,3,849,2722 +"167725",50594,37060,3,849,2840 +"167726",50594,47654,3,849,1664 +"167727",50594,48888,2,849,1177 +"167728",50594,57492,3,849,2855 +"167729",50594,63644,3,849,1267 +"167730",50605,3819,3,136,1583 +"167731",50605,11897,3,136,1271 +"167732",50605,38361,1,136,1936 +"167733",50605,45874,3,136,944 +"167734",50605,61948,3,136,1231 +"167735",50607,35481,3,1333,2211 +"167736",50607,47064,3,1333,1993 +"167737",50607,53196,3,1333,1888 +"167738",50607,54250,1,1333,2340 +"167739",50607,87837,3,1333,1987 +"167740",50630,5106,3,2615,2622 +"167741",50630,17033,3,2615,2771 +"167742",50630,20941,3,2615,2725 +"167743",50630,27686,3,2615,2844 +"167744",50630,47529,3,2615,2914 +"167745",50630,56669,3,2615,2924 +"167746",50640,3158,2,514,2762 +"167747",50640,6223,3,514,2363 +"167748",50640,10146,3,514,1878 +"167749",50640,11270,1,514,1011 +"167750",50640,12966,3,514,2011 +"167751",50640,14255,3,514,893 +"167752",50640,17499,3,514,2954 +"167753",50640,28648,3,514,1586 +"167754",50640,41350,3,514,1935 +"167755",50640,43728,1,514,2308 +"167756",50640,51212,3,514,1801 +"167757",50640,64850,3,514,2377 +"167758",50640,69260,3,514,1698 +"167759",50640,69732,3,514,732 +"167760",50667,27753,3,2719,2750 +"167761",50667,55906,2,2719,2851 +"167762",50667,64699,2,2719,2797 +"167763",50667,65572,3,2719,2750 +"167764",50667,77155,3,2719,2946 +"167765",50678,827,3,1366,2964 +"167766",50678,1574,3,1366,1718 +"167767",50678,1624,3,1366,2687 +"167768",50678,1708,2,1366,1591 +"167769",50678,2647,2,1366,2450 +"167770",50678,2927,3,1366,1789 +"167771",50678,4953,3,1366,2285 +"167772",50678,5064,2,1366,1690 +"167773",50678,5303,3,1366,1849 +"167774",50678,6480,3,1366,1678 +"167775",50678,7253,3,1366,2686 +"167776",50678,7254,3,1366,1849 +"167777",50678,9063,2,1366,2000 +"167778",50678,9269,3,1366,1892 +"167779",50678,9538,3,1366,1786 +"167780",50678,9895,3,1366,1960 +"167781",50678,12000,3,1366,1454 +"167782",50678,12729,3,1366,1835 +"167783",50678,13340,3,1366,1918 +"167784",50678,13528,3,1366,1891 +"167785",50678,15146,3,1366,1546 +"167786",50678,15729,3,1366,2338 +"167787",50678,17867,3,1366,1904 +"167788",50678,17952,3,1366,1530 +"167789",50678,18670,3,1366,1835 +"167790",50678,19476,2,1366,1708 +"167791",50678,19509,3,1366,2000 +"167792",50678,19656,3,1366,2059 +"167793",50678,19972,3,1366,2078 +"167794",50678,20695,3,1366,2526 +"167795",50678,24086,3,1366,2663 +"167796",50678,26374,3,1366,2133 +"167797",50678,26740,3,1366,2695 +"167798",50678,28268,3,1366,2258 +"167799",50678,30096,2,1366,2082 +"167800",50678,31159,2,1366,2231 +"167801",50678,31295,1,1366,2183 +"167802",50678,32350,3,1366,1540 +"167803",50678,34331,2,1366,1727 +"167804",50678,34953,3,1366,1817 +"167805",50678,36709,2,1366,1629 +"167806",50678,38307,3,1366,2648 +"167807",50678,38697,3,1366,2701 +"167808",50678,39009,3,1366,1594 +"167809",50678,42382,2,1366,2224 +"167810",50678,43455,3,1366,2846 +"167811",50678,45239,3,1366,2535 +"167812",50678,46616,2,1366,1917 +"167813",50678,47607,1,1366,2724 +"167814",50678,50430,3,1366,1689 +"167815",50678,50468,3,1366,1659 +"167816",50678,52892,3,1366,2372 +"167817",50678,53584,2,1366,2391 +"167818",50678,53995,3,1366,2151 +"167819",50678,55261,2,1366,1915 +"167820",50678,58233,3,1366,1665 +"167821",50678,58945,3,1366,2481 +"167822",50678,60974,3,1366,2972 +"167823",50678,69453,3,1366,2831 +"167824",50678,75194,3,1366,1736 +"167825",50678,77719,2,1366,2086 +"167826",50678,78277,3,1366,1937 +"167827",50678,79874,3,1366,1570 +"167828",50678,79918,3,1366,1672 +"167829",50678,84591,3,1366,1685 +"167830",50678,85525,3,1366,1718 +"167831",50678,95060,3,1366,1974 +"167832",50685,135,2,2008,2233 +"167833",50685,270,3,2008,2542 +"167834",50685,312,3,2008,2038 +"167835",50685,380,3,2008,2261 +"167836",50685,455,3,2008,2827 +"167837",50685,1102,3,2008,2282 +"167838",50685,2424,2,2008,2582 +"167839",50685,2533,3,2008,2016 +"167840",50685,3305,3,2008,2839 +"167841",50685,4084,3,2008,2133 +"167842",50685,4191,3,2008,2130 +"167843",50685,5462,3,2008,2374 +"167844",50685,5504,3,2008,2389 +"167845",50685,6044,3,2008,2744 +"167846",50685,6363,3,2008,2066 +"167847",50685,6588,3,2008,2025 +"167848",50685,7245,3,2008,2089 +"167849",50685,9311,3,2008,2477 +"167850",50685,10857,3,2008,2253 +"167851",50685,11218,3,2008,2292 +"167852",50685,11440,3,2008,2026 +"167853",50685,12863,2,2008,2027 +"167854",50685,15813,3,2008,2143 +"167855",50685,16432,3,2008,2664 +"167856",50685,19248,2,2008,2357 +"167857",50685,19719,2,2008,2177 +"167858",50685,20124,3,2008,2376 +"167859",50685,20162,3,2008,2328 +"167860",50685,21285,3,2008,2100 +"167861",50685,22277,3,2008,2424 +"167862",50685,23268,3,2008,2258 +"167863",50685,23705,3,2008,2699 +"167864",50685,25129,3,2008,2647 +"167865",50685,26749,3,2008,2965 +"167866",50685,27390,3,2008,2425 +"167867",50685,27694,3,2008,2030 +"167868",50685,30052,3,2008,2855 +"167869",50685,34836,3,2008,2302 +"167870",50685,43455,3,2008,2846 +"167871",50685,43953,3,2008,2203 +"167872",50685,45633,3,2008,2134 +"167873",50685,46629,3,2008,2255 +"167874",50685,48605,3,2008,2796 +"167875",50685,50667,3,2008,2719 +"167876",50685,52570,3,2008,2645 +"167877",50685,52576,2,2008,2234 +"167878",50685,54551,3,2008,2348 +"167879",50685,55139,3,2008,2323 +"167880",50685,55468,3,2008,2511 +"167881",50685,56317,3,2008,2030 +"167882",50685,57360,2,2008,2429 +"167883",50685,58508,3,2008,2326 +"167884",50685,61982,2,2008,2725 +"167885",50685,62841,2,2008,2710 +"167886",50685,66413,3,2008,2507 +"167887",50685,76892,3,2008,2381 +"167888",50685,77155,3,2008,2946 +"167889",50685,79322,3,2008,2770 +"167890",50685,82949,3,2008,2077 +"167891",50737,1175,3,959,1642 +"167892",50737,1592,2,959,2006 +"167893",50737,1691,3,959,1941 +"167894",50737,3886,2,959,1669 +"167895",50737,5258,2,959,2730 +"167896",50737,6252,3,959,2336 +"167897",50737,6390,3,959,2385 +"167898",50737,6428,3,959,1952 +"167899",50737,12199,2,959,1651 +"167900",50737,14108,3,959,2012 +"167901",50737,14652,3,959,2516 +"167902",50737,17434,3,959,1642 +"167903",50737,17943,3,959,1943 +"167904",50737,18011,3,959,1636 +"167905",50737,18502,3,959,1033 +"167906",50737,18543,3,959,2968 +"167907",50737,19173,3,959,1686 +"167908",50737,19605,3,959,2395 +"167909",50737,20407,2,959,2339 +"167910",50737,22165,3,959,1501 +"167911",50737,28808,3,959,1063 +"167912",50737,29948,3,959,2795 +"167913",50737,31235,3,959,2668 +"167914",50737,35045,1,959,1646 +"167915",50737,36439,3,959,2469 +"167916",50737,43173,3,959,2895 +"167917",50737,46621,2,959,1343 +"167918",50737,47445,3,959,2668 +"167919",50737,49301,3,959,1894 +"167920",50737,52327,1,959,1472 +"167921",50737,57990,3,959,978 +"167922",50737,88232,3,959,2881 +"167923",50779,2724,3,623,2447 +"167924",50779,6040,3,623,2103 +"167925",50779,6562,3,623,1139 +"167926",50779,11803,2,623,1232 +"167927",50779,12861,2,623,1207 +"167928",50779,14061,1,623,1620 +"167929",50779,26100,3,623,1966 +"167930",50779,29354,3,623,1123 +"167931",50779,31259,3,623,2082 +"167932",50779,49805,2,623,2445 +"167933",50779,53289,3,623,2746 +"167934",50779,63096,3,623,2307 +"167935",50779,74054,3,623,1488 +"167936",50779,77519,2,623,819 +"167937",50779,80705,3,623,2764 +"167938",50779,91465,3,623,1047 +"167939",50790,49032,2,2371,2469 +"167940",50790,67264,3,2371,2790 +"167941",50872,10646,2,864,1555 +"167942",50872,17626,3,864,1265 +"167943",50872,20893,3,864,2695 +"167944",50872,29050,3,864,1196 +"167945",50872,49277,2,864,1928 +"167946",50872,59205,3,864,2387 +"167947",50872,106175,3,864,1307 +"167948",50872,108647,2,864,1934 +"167949",50899,4188,3,2125,2963 +"167950",50899,5937,2,2125,2392 +"167951",50899,14861,3,2125,2269 +"167952",50899,15150,3,2125,2801 +"167953",50899,30194,3,2125,2874 +"167954",50899,32079,3,2125,2315 +"167955",50899,44730,3,2125,2468 +"167956",50899,45664,3,2125,2235 +"167957",50899,49415,3,2125,2654 +"167958",50899,53648,3,2125,2167 +"167959",50899,56413,3,2125,2747 +"167960",50903,21,2,931,1385 +"167961",50903,1108,2,931,1600 +"167962",50903,2959,3,931,1785 +"167963",50903,4526,3,931,1728 +"167964",50903,8062,3,931,2858 +"167965",50903,8140,3,931,1262 +"167966",50903,10980,2,931,1974 +"167967",50903,12948,3,931,2669 +"167968",50903,14449,3,931,1258 +"167969",50903,14586,2,931,2801 +"167970",50903,19501,3,931,1186 +"167971",50903,22166,3,931,994 +"167972",50903,22704,3,931,1150 +"167973",50903,27742,3,931,2700 +"167974",50903,27914,3,931,2507 +"167975",50903,32818,3,931,2485 +"167976",50903,34892,3,931,2309 +"167977",50903,35728,2,931,2017 +"167978",50903,37522,1,931,1270 +"167979",50903,42331,1,931,1585 +"167980",50903,42837,3,931,1096 +"167981",50903,47654,3,931,1664 +"167982",50903,47810,2,931,957 +"167983",50903,49450,3,931,1328 +"167984",50903,57394,3,931,1271 +"167985",50903,63077,2,931,2778 +"167986",50903,69232,3,931,2130 +"167987",50903,70101,2,931,2414 +"167988",50903,74370,3,931,1667 +"167989",50903,83301,3,931,1385 +"167990",50903,84975,3,931,1138 +"167991",50903,85869,3,931,1509 +"167992",50903,100860,3,931,2326 +"167993",50903,101367,3,931,974 +"167994",50903,103890,2,931,958 +"167995",50931,25480,3,1880,2747 +"167996",50931,35360,3,1880,2043 +"167997",50941,2802,3,481,1836 +"167998",50941,3100,3,481,2524 +"167999",50941,6078,3,481,498 +"168000",50941,14915,3,481,2606 +"168001",50941,16361,3,481,1641 +"168002",50941,16593,2,481,1139 +"168003",50941,21976,3,481,1808 +"168004",50941,22571,3,481,655 +"168005",50941,24104,3,481,817 +"168006",50941,24176,3,481,1986 +"168007",50941,25886,3,481,1580 +"168008",50941,29556,2,481,907 +"168009",50941,38309,3,481,2644 +"168010",50941,39697,2,481,669 +"168011",50941,48764,3,481,860 +"168012",50941,65223,2,481,2724 +"168013",50941,67763,3,481,822 +"168014",50941,114228,3,481,1544 +"168015",50945,9724,3,2650,2713 +"168016",50945,23550,3,2650,2939 +"168017",50945,37684,3,2650,2899 +"168018",50945,53652,3,2650,2899 +"168019",50946,361,3,1075,1970 +"168020",50946,392,3,1075,1915 +"168021",50946,602,3,1075,2632 +"168022",50946,1592,3,1075,2006 +"168023",50946,1691,3,1075,1941 +"168024",50946,3011,3,1075,2278 +"168025",50946,3493,3,1075,2451 +"168026",50946,4317,3,1075,1224 +"168027",50946,4360,3,1075,1770 +"168028",50946,4701,3,1075,2401 +"168029",50946,4791,3,1075,1184 +"168030",50946,6162,3,1075,1673 +"168031",50946,6982,3,1075,2034 +"168032",50946,7548,2,1075,1932 +"168033",50946,7847,3,1075,2424 +"168034",50946,8712,3,1075,1153 +"168035",50946,9311,2,1075,2477 +"168036",50946,9579,3,1075,2105 +"168037",50946,10382,3,1075,2111 +"168038",50946,10488,3,1075,1524 +"168039",50946,10843,1,1075,2277 +"168040",50946,12373,3,1075,1567 +"168041",50946,12976,3,1075,2399 +"168042",50946,13249,2,1075,2573 +"168043",50946,13601,2,1075,2689 +"168044",50946,13808,3,1075,1356 +"168045",50946,14108,3,1075,2012 +"168046",50946,14723,2,1075,2019 +"168047",50946,15583,3,1075,1144 +"168048",50946,15626,2,1075,2434 +"168049",50946,19453,2,1075,1928 +"168050",50946,19751,2,1075,1630 +"168051",50946,20124,3,1075,2376 +"168052",50946,20271,3,1075,2044 +"168053",50946,20407,3,1075,2339 +"168054",50946,21133,3,1075,1320 +"168055",50946,21448,3,1075,2332 +"168056",50946,22311,3,1075,2034 +"168057",50946,22455,3,1075,1197 +"168058",50946,23729,3,1075,1624 +"168059",50946,23825,2,1075,1913 +"168060",50946,24286,2,1075,1280 +"168061",50946,26408,3,1075,1545 +"168062",50946,27261,3,1075,1368 +"168063",50946,27478,3,1075,2485 +"168064",50946,28640,3,1075,1475 +"168065",50946,30016,3,1075,1124 +"168066",50946,30906,3,1075,2537 +"168067",50946,32198,3,1075,2117 +"168068",50946,32606,3,1075,2100 +"168069",50946,33356,2,1075,1586 +"168070",50946,33433,1,1075,2805 +"168071",50946,34648,3,1075,1596 +"168072",50946,34707,2,1075,2042 +"168073",50946,35516,3,1075,1229 +"168074",50946,36514,3,1075,1192 +"168075",50946,38055,3,1075,1089 +"168076",50946,38213,3,1075,1744 +"168077",50946,38755,3,1075,2902 +"168078",50946,40296,2,1075,1674 +"168079",50946,43213,3,1075,2160 +"168080",50946,46196,3,1075,1510 +"168081",50946,46621,3,1075,1343 +"168082",50946,47803,3,1075,2477 +"168083",50946,49581,1,1075,1817 +"168084",50946,49620,3,1075,1868 +"168085",50946,49696,2,1075,2444 +"168086",50946,51016,3,1075,1141 +"168087",50946,51853,3,1075,2520 +"168088",50946,52136,2,1075,1412 +"168089",50946,52566,3,1075,2318 +"168090",50946,53031,3,1075,2065 +"168091",50946,53342,3,1075,2071 +"168092",50946,53779,3,1075,2000 +"168093",50946,54879,3,1075,2210 +"168094",50946,55324,3,1075,1544 +"168095",50946,55643,1,1075,2359 +"168096",50946,56082,3,1075,2395 +"168097",50946,58993,3,1075,2390 +"168098",50946,59113,2,1075,2434 +"168099",50946,62538,3,1075,1656 +"168100",50946,62903,3,1075,1704 +"168101",50946,64502,2,1075,1670 +"168102",50946,67456,2,1075,1608 +"168103",50946,69745,3,1075,1594 +"168104",50946,72207,3,1075,2430 +"168105",50946,74190,2,1075,1428 +"168106",50946,74636,3,1075,2525 +"168107",50946,75343,3,1075,2008 +"168108",50946,75403,3,1075,1895 +"168109",50946,76677,3,1075,1269 +"168110",50946,79234,3,1075,1611 +"168111",50946,79627,3,1075,2409 +"168112",50946,79815,3,1075,1713 +"168113",50946,83526,3,1075,1235 +"168114",50946,87144,2,1075,2299 +"168115",50946,88232,3,1075,2881 +"168116",50946,94450,3,1075,1127 +"168117",50946,120345,3,1075,2164 +"168118",50958,1639,3,477,2631 +"168119",50958,2684,3,477,2874 +"168120",50958,10939,2,477,1376 +"168121",50958,12356,2,477,2757 +"168122",50958,14325,2,477,1976 +"168123",50958,14652,3,477,2516 +"168124",50958,15696,2,477,837 +"168125",50958,16954,3,477,2972 +"168126",50958,18563,3,477,2715 +"168127",50958,18639,3,477,990 +"168128",50958,20659,3,477,1969 +"168129",50958,21225,2,477,1945 +"168130",50958,25595,3,477,768 +"168131",50958,26031,2,477,1397 +"168132",50958,26793,2,477,2104 +"168133",50958,27543,1,477,666 +"168134",50958,30057,3,477,504 +"168135",50958,32601,3,477,1033 +"168136",50958,36609,2,477,2918 +"168137",50958,37400,3,477,2860 +"168138",50958,38694,2,477,817 +"168139",50958,40931,3,477,2301 +"168140",50958,43153,2,477,1381 +"168141",50958,45618,3,477,2356 +"168142",50958,45650,3,477,1528 +"168143",50958,50272,2,477,842 +"168144",50958,53645,2,477,789 +"168145",50958,54100,3,477,1327 +"168146",50958,56893,2,477,2597 +"168147",50958,58971,3,477,2280 +"168148",50958,60862,3,477,1215 +"168149",50958,65316,3,477,1020 +"168150",50958,71733,3,477,662 +"168151",50958,77550,3,477,1548 +"168152",50958,86664,3,477,1146 +"168153",50958,88710,3,477,927 +"168154",50958,91518,3,477,842 +"168155",50958,95011,3,477,1986 +"168156",50958,119923,3,477,1901 +"168157",50976,270,3,547,2542 +"168158",50976,669,3,547,1423 +"168159",50976,671,2,547,2328 +"168160",50976,675,3,547,1686 +"168161",50976,733,3,547,1653 +"168162",50976,1044,3,547,880 +"168163",50976,1046,3,547,1881 +"168164",50976,1130,3,547,1566 +"168165",50976,1136,3,547,2536 +"168166",50976,1469,3,547,1160 +"168167",50976,1897,3,547,1727 +"168168",50976,2063,2,547,1278 +"168169",50976,2424,2,547,2582 +"168170",50976,2533,3,547,2016 +"168171",50976,2591,3,547,1949 +"168172",50976,2743,2,547,1278 +"168173",50976,2954,3,547,2727 +"168174",50976,3167,3,547,1676 +"168175",50976,3242,1,547,1730 +"168176",50976,3305,3,547,2839 +"168177",50976,4191,3,547,2130 +"168178",50976,4618,3,547,2607 +"168179",50976,4687,3,547,2152 +"168180",50976,4980,1,547,2093 +"168181",50976,5504,3,547,2389 +"168182",50976,5725,3,547,2789 +"168183",50976,6023,3,547,2050 +"168184",50976,6577,3,547,1951 +"168185",50976,7245,3,547,2089 +"168186",50976,8621,2,547,1681 +"168187",50976,8772,3,547,847 +"168188",50976,10404,2,547,2062 +"168189",50976,10799,3,547,2010 +"168190",50976,10859,3,547,2231 +"168191",50976,10890,2,547,2639 +"168192",50976,15539,3,547,1929 +"168193",50976,15813,3,547,2143 +"168194",50976,16074,2,547,977 +"168195",50976,16164,2,547,1184 +"168196",50976,16365,3,547,2217 +"168197",50976,17357,3,547,1536 +"168198",50976,17716,3,547,915 +"168199",50976,17931,3,547,1617 +"168200",50976,19516,3,547,2313 +"168201",50976,19627,3,547,627 +"168202",50976,19868,3,547,2855 +"168203",50976,19963,3,547,810 +"168204",50976,20563,2,547,2267 +"168205",50976,20824,2,547,1366 +"168206",50976,21197,3,547,1437 +"168207",50976,21198,3,547,935 +"168208",50976,21285,3,547,2100 +"168209",50976,21911,2,547,1184 +"168210",50976,22501,2,547,1006 +"168211",50976,22884,3,547,1608 +"168212",50976,23506,1,547,1172 +"168213",50976,23534,3,547,1659 +"168214",50976,23704,2,547,2278 +"168215",50976,24755,3,547,1319 +"168216",50976,25341,2,547,1858 +"168217",50976,25595,3,547,768 +"168218",50976,25643,2,547,1646 +"168219",50976,26282,3,547,1241 +"168220",50976,26322,3,547,1018 +"168221",50976,26436,2,547,2489 +"168222",50976,26516,2,547,2479 +"168223",50976,26570,3,547,1669 +"168224",50976,27753,2,547,2750 +"168225",50976,28434,3,547,1141 +"168226",50976,28731,1,547,955 +"168227",50976,28892,3,547,2023 +"168228",50976,29456,3,547,1182 +"168229",50976,30325,3,547,1067 +"168230",50976,30438,2,547,1617 +"168231",50976,31000,3,547,1526 +"168232",50976,31243,2,547,1355 +"168233",50976,31696,3,547,1595 +"168234",50976,31799,3,547,2547 +"168235",50976,32988,3,547,2008 +"168236",50976,33010,3,547,2189 +"168237",50976,33588,3,547,1040 +"168238",50976,33621,3,547,1319 +"168239",50976,34216,3,547,2832 +"168240",50976,34492,1,547,1798 +"168241",50976,34509,3,547,1973 +"168242",50976,37418,3,547,2710 +"168243",50976,38449,2,547,1802 +"168244",50976,40293,2,547,1671 +"168245",50976,41402,3,547,2313 +"168246",50976,42186,3,547,955 +"168247",50976,42747,3,547,1189 +"168248",50976,43455,3,547,2846 +"168249",50976,44648,3,547,619 +"168250",50976,45343,3,547,2360 +"168251",50976,45715,2,547,2287 +"168252",50976,46629,3,547,2255 +"168253",50976,47857,3,547,2325 +"168254",50976,48277,3,547,971 +"168255",50976,49189,3,547,1550 +"168256",50976,51022,1,547,1499 +"168257",50976,51410,2,547,2739 +"168258",50976,51987,2,547,1397 +"168259",50976,52576,3,547,2234 +"168260",50976,54740,3,547,2750 +"168261",50976,55691,3,547,2856 +"168262",50976,56171,3,547,1524 +"168263",50976,57977,3,547,2683 +"168264",50976,58035,2,547,1646 +"168265",50976,58078,3,547,1252 +"168266",50976,61982,3,547,2725 +"168267",50976,64031,3,547,1295 +"168268",50976,64793,3,547,2819 +"168269",50976,64997,3,547,2791 +"168270",50976,73047,2,547,824 +"168271",50976,73728,3,547,784 +"168272",50976,74095,3,547,2333 +"168273",50976,76892,3,547,2381 +"168274",50976,77001,3,547,1440 +"168275",50976,78256,3,547,804 +"168276",50976,80678,3,547,1595 +"168277",50976,81813,3,547,1656 +"168278",50976,82767,3,547,1641 +"168279",50976,86550,3,547,955 +"168280",50976,88860,3,547,1014 +"168281",50976,89965,3,547,810 +"168282",50976,94808,3,547,988 +"168283",50976,99103,3,547,1470 +"168284",50976,99366,3,547,900 +"168285",50976,100134,2,547,977 +"168286",50976,101892,3,547,1322 +"168287",50976,108400,3,547,908 +"168288",50976,109383,2,547,952 +"168289",50976,111761,2,547,783 +"168290",50977,5315,1,2352,2631 +"168291",50977,20067,3,2352,2390 +"168292",50977,23310,3,2352,2371 +"168293",50977,23312,3,2352,2449 +"168294",50977,31132,3,2352,2744 +"168295",50977,36609,2,2352,2918 +"168296",50977,41955,3,2352,2479 +"168297",50977,42574,3,2352,2842 +"168298",50977,45618,2,2352,2356 +"168299",50977,48127,3,2352,2677 +"168300",50977,60289,3,2352,2729 +"168301",50996,21,3,929,1385 +"168302",50996,1015,3,929,1174 +"168303",50996,1203,3,929,1350 +"168304",50996,1520,3,929,1716 +"168305",50996,2429,3,929,999 +"168306",50996,2523,3,929,1691 +"168307",50996,2959,2,929,1785 +"168308",50996,4303,3,929,2414 +"168309",50996,4430,3,929,2019 +"168310",50996,4526,3,929,1728 +"168311",50996,4567,3,929,2348 +"168312",50996,4983,3,929,1909 +"168313",50996,5683,3,929,2468 +"168314",50996,7719,3,929,1954 +"168315",50996,7780,3,929,1920 +"168316",50996,7942,2,929,2623 +"168317",50996,8860,3,929,2141 +"168318",50996,8923,2,929,1266 +"168319",50996,8984,3,929,1162 +"168320",50996,9703,3,929,1845 +"168321",50996,10457,3,929,1711 +"168322",50996,10980,3,929,1974 +"168323",50996,12361,2,929,2732 +"168324",50996,12728,3,929,2374 +"168325",50996,15118,3,929,1311 +"168326",50996,15443,3,929,1631 +"168327",50996,15462,3,929,1141 +"168328",50996,17388,3,929,1023 +"168329",50996,17645,2,929,1918 +"168330",50996,18005,2,929,2449 +"168331",50996,19655,3,929,2706 +"168332",50996,20395,3,929,1468 +"168333",50996,22166,1,929,994 +"168334",50996,22704,3,929,1150 +"168335",50996,22723,3,929,2859 +"168336",50996,23692,2,929,1540 +"168337",50996,24568,3,929,1937 +"168338",50996,26957,3,929,987 +"168339",50996,29170,3,929,1846 +"168340",50996,29818,3,929,1677 +"168341",50996,30974,3,929,947 +"168342",50996,31216,3,929,1244 +"168343",50996,31408,2,929,994 +"168344",50996,32549,3,929,2111 +"168345",50996,34094,2,929,1360 +"168346",50996,34216,3,929,2832 +"168347",50996,34742,2,929,1883 +"168348",50996,34908,3,929,2796 +"168349",50996,35728,3,929,2017 +"168350",50996,37351,3,929,978 +"168351",50996,37522,3,929,1270 +"168352",50996,37636,3,929,2178 +"168353",50996,38087,2,929,1083 +"168354",50996,38816,3,929,1225 +"168355",50996,39249,3,929,1665 +"168356",50996,40028,3,929,1349 +"168357",50996,40747,3,929,958 +"168358",50996,42331,2,929,1585 +"168359",50996,44135,3,929,2620 +"168360",50996,44744,3,929,2032 +"168361",50996,45729,3,929,2606 +"168362",50996,45992,3,929,1182 +"168363",50996,46650,2,929,1330 +"168364",50996,46726,1,929,943 +"168365",50996,47810,2,929,957 +"168366",50996,48698,3,929,1474 +"168367",50996,49414,3,929,1667 +"168368",50996,50903,3,929,931 +"168369",50996,52815,3,929,2323 +"168370",50996,54313,3,929,1645 +"168371",50996,55482,3,929,1866 +"168372",50996,56082,3,929,2395 +"168373",50996,58233,3,929,1665 +"168374",50996,58745,3,929,1920 +"168375",50996,60258,2,929,2405 +"168376",50996,60808,3,929,1258 +"168377",50996,62668,1,929,958 +"168378",50996,63077,3,929,2778 +"168379",50996,63409,3,929,1937 +"168380",50996,64210,3,929,956 +"168381",50996,64947,3,929,2489 +"168382",50996,65223,3,929,2724 +"168383",50996,66609,3,929,998 +"168384",50996,67617,2,929,1149 +"168385",50996,67815,3,929,2476 +"168386",50996,70101,3,929,2414 +"168387",50996,71219,2,929,967 +"168388",50996,71531,3,929,2887 +"168389",50996,72882,3,929,1330 +"168390",50996,72986,3,929,1055 +"168391",50996,85869,3,929,1509 +"168392",50996,93332,3,929,982 +"168393",50996,96310,2,929,1016 +"168394",50996,98942,2,929,1588 +"168395",50996,100048,3,929,1573 +"168396",50996,100860,3,929,2326 +"168397",50996,103890,3,929,958 +"168398",51016,1323,3,1141,1659 +"168399",51016,2057,3,1141,1965 +"168400",51016,2540,3,1141,1398 +"168401",51016,2704,3,1141,2609 +"168402",51016,2894,3,1141,1291 +"168403",51016,3127,3,1141,2273 +"168404",51016,3163,3,1141,2020 +"168405",51016,5610,3,1141,2223 +"168406",51016,8865,2,1141,2394 +"168407",51016,9311,3,1141,2477 +"168408",51016,9391,3,1141,1252 +"168409",51016,9520,3,1141,2089 +"168410",51016,10148,3,1141,2964 +"168411",51016,10754,3,1141,1797 +"168412",51016,11538,3,1141,2288 +"168413",51016,11546,3,1141,1174 +"168414",51016,12067,3,1141,1213 +"168415",51016,12388,3,1141,1975 +"168416",51016,13808,1,1141,1356 +"168417",51016,14817,3,1141,2110 +"168418",51016,18165,3,1141,2085 +"168419",51016,18735,3,1141,1581 +"168420",51016,19433,3,1141,2504 +"168421",51016,25078,3,1141,2312 +"168422",51016,27908,2,1141,2576 +"168423",51016,29267,2,1141,1234 +"168424",51016,29286,3,1141,1612 +"168425",51016,29454,3,1141,2719 +"168426",51016,30486,3,1141,1269 +"168427",51016,30906,3,1141,2537 +"168428",51016,31890,3,1141,1487 +"168429",51016,32606,3,1141,2100 +"168430",51016,33433,3,1141,2805 +"168431",51016,35903,2,1141,1434 +"168432",51016,36637,2,1141,2085 +"168433",51016,36953,3,1141,2790 +"168434",51016,39062,3,1141,2020 +"168435",51016,40572,3,1141,2666 +"168436",51016,42813,3,1141,2142 +"168437",51016,46486,2,1141,1868 +"168438",51016,46742,3,1141,2144 +"168439",51016,47595,3,1141,2374 +"168440",51016,47803,2,1141,2477 +"168441",51016,48377,3,1141,1927 +"168442",51016,49787,3,1141,2352 +"168443",51016,50335,3,1141,1893 +"168444",51016,52136,3,1141,1412 +"168445",51016,55821,3,1141,1303 +"168446",51016,55862,3,1141,2123 +"168447",51016,59637,3,1141,2141 +"168448",51016,62966,3,1141,1282 +"168449",51016,65856,3,1141,2504 +"168450",51016,69232,3,1141,2130 +"168451",51016,74190,3,1141,1428 +"168452",51016,79837,3,1141,1252 +"168453",51016,83862,3,1141,2026 +"168454",51016,87958,3,1141,1234 +"168455",51016,98080,3,1141,1265 +"168456",51017,270,3,2073,2542 +"168457",51017,380,2,2073,2261 +"168458",51017,997,3,2073,2788 +"168459",51017,1102,2,2073,2282 +"168460",51017,1136,3,2073,2536 +"168461",51017,2424,3,2073,2582 +"168462",51017,2572,2,2073,2273 +"168463",51017,2765,3,2073,2321 +"168464",51017,3961,3,2073,2426 +"168465",51017,3966,2,2073,2425 +"168466",51017,4567,3,2073,2348 +"168467",51017,4671,3,2073,2280 +"168468",51017,4953,3,2073,2285 +"168469",51017,5041,3,2073,2371 +"168470",51017,5235,3,2073,2324 +"168471",51017,5315,3,2073,2631 +"168472",51017,5350,3,2073,2522 +"168473",51017,5580,3,2073,2111 +"168474",51017,6044,2,2073,2744 +"168475",51017,6074,2,2073,2426 +"168476",51017,6491,3,2073,2424 +"168477",51017,7847,3,2073,2424 +"168478",51017,8681,3,2073,2716 +"168479",51017,8762,3,2073,2585 +"168480",51017,9311,3,2073,2477 +"168481",51017,9362,3,2073,2879 +"168482",51017,9654,3,2073,2111 +"168483",51017,9695,3,2073,2143 +"168484",51017,10358,3,2073,2294 +"168485",51017,10513,1,2073,2284 +"168486",51017,10836,3,2073,2215 +"168487",51017,10843,3,2073,2277 +"168488",51017,11103,3,2073,2393 +"168489",51017,11218,3,2073,2292 +"168490",51017,12042,3,2073,2345 +"168491",51017,12528,3,2073,2589 +"168492",51017,13307,3,2073,2206 +"168493",51017,13324,3,2073,2163 +"168494",51017,14032,3,2073,2144 +"168495",51017,14252,3,2073,2244 +"168496",51017,14655,3,2073,2559 +"168497",51017,14834,2,2073,2739 +"168498",51017,15309,3,2073,2820 +"168499",51017,15315,3,2073,2173 +"168500",51017,15381,3,2073,2289 +"168501",51017,15626,2,2073,2434 +"168502",51017,16195,3,2073,2964 +"168503",51017,16332,3,2073,2668 +"168504",51017,16352,3,2073,2657 +"168505",51017,16826,3,2073,2599 +"168506",51017,17365,3,2073,2746 +"168507",51017,17819,2,2073,2291 +"168508",51017,18394,3,2073,2356 +"168509",51017,18874,3,2073,2170 +"168510",51017,19027,3,2073,2721 +"168511",51017,19719,3,2073,2177 +"168512",51017,19862,3,2073,2412 +"168513",51017,20067,3,2073,2390 +"168514",51017,20124,3,2073,2376 +"168515",51017,21012,3,2073,2325 +"168516",51017,21138,1,2073,2849 +"168517",51017,21682,2,2073,2414 +"168518",51017,21693,3,2073,2176 +"168519",51017,22141,2,2073,2348 +"168520",51017,22326,3,2073,2818 +"168521",51017,22331,3,2073,2687 +"168522",51017,22639,3,2073,2352 +"168523",51017,22714,3,2073,2793 +"168524",51017,22808,3,2073,2297 +"168525",51017,23310,3,2073,2371 +"168526",51017,23460,3,2073,2183 +"168527",51017,24060,3,2073,2349 +"168528",51017,24721,3,2073,2326 +"168529",51017,25129,3,2073,2647 +"168530",51017,25325,3,2073,2963 +"168531",51017,25508,3,2073,2081 +"168532",51017,26080,2,2073,2525 +"168533",51017,26749,3,2073,2965 +"168534",51017,29314,3,2073,2736 +"168535",51017,29930,3,2073,2240 +"168536",51017,30827,3,2073,2323 +"168537",51017,30981,3,2073,2366 +"168538",51017,31307,3,2073,2139 +"168539",51017,31799,3,2073,2547 +"168540",51017,32919,3,2073,2321 +"168541",51017,33430,3,2073,2225 +"168542",51017,33433,3,2073,2805 +"168543",51017,33475,3,2073,2367 +"168544",51017,33801,3,2073,2899 +"168545",51017,34735,3,2073,2767 +"168546",51017,34836,3,2073,2302 +"168547",51017,36962,3,2073,2861 +"168548",51017,38551,3,2073,2965 +"168549",51017,38780,3,2073,2705 +"168550",51017,41972,2,2073,2509 +"168551",51017,42129,2,2073,2318 +"168552",51017,42216,2,2073,2722 +"168553",51017,42474,3,2073,2322 +"168554",51017,43112,3,2073,2564 +"168555",51017,43173,3,2073,2895 +"168556",51017,43455,3,2073,2846 +"168557",51017,45302,2,2073,2390 +"168558",51017,45704,3,2073,2687 +"168559",51017,46950,3,2073,2673 +"168560",51017,47248,1,2073,2883 +"168561",51017,47386,3,2073,2226 +"168562",51017,47715,3,2073,2111 +"168563",51017,47772,3,2073,2293 +"168564",51017,48571,3,2073,2717 +"168565",51017,48820,3,2073,2769 +"168566",51017,50134,3,2073,2674 +"168567",51017,51035,1,2073,2397 +"168568",51017,51410,3,2073,2739 +"168569",51017,51853,3,2073,2520 +"168570",51017,51866,2,2073,2411 +"168571",51017,52576,3,2073,2234 +"168572",51017,53219,3,2073,2973 +"168573",51017,53323,2,2073,2677 +"168574",51017,53475,3,2073,2853 +"168575",51017,54929,3,2073,2783 +"168576",51017,56082,3,2073,2395 +"168577",51017,57977,3,2073,2683 +"168578",51017,58508,3,2073,2326 +"168579",51017,59113,3,2073,2434 +"168580",51017,64997,3,2073,2791 +"168581",51017,65007,3,2073,2530 +"168582",51017,66413,3,2073,2507 +"168583",51017,66983,2,2073,2397 +"168584",51017,66992,3,2073,2882 +"168585",51017,70269,3,2073,2368 +"168586",51017,70528,3,2073,2727 +"168587",51017,72207,3,2073,2430 +"168588",51017,72334,3,2073,2820 +"168589",51017,72468,3,2073,2292 +"168590",51017,80825,2,2073,2315 +"168591",51017,82949,3,2073,2077 +"168592",51017,84022,2,2073,2289 +"168593",51022,212,3,1499,1513 +"168594",51022,270,2,1499,2542 +"168595",51022,312,3,1499,2038 +"168596",51022,671,1,1499,2328 +"168597",51022,675,3,1499,1686 +"168598",51022,733,2,1499,1653 +"168599",51022,1046,3,1499,1881 +"168600",51022,1124,3,1499,1596 +"168601",51022,1136,3,1499,2536 +"168602",51022,1175,3,1499,1642 +"168603",51022,1897,3,1499,1727 +"168604",51022,2111,3,1499,1904 +"168605",51022,2224,3,1499,2751 +"168606",51022,2322,3,1499,1645 +"168607",51022,2424,1,1499,2582 +"168608",51022,2533,2,1499,2016 +"168609",51022,2563,3,1499,1686 +"168610",51022,3167,3,1499,1676 +"168611",51022,3242,2,1499,1730 +"168612",51022,3305,2,1499,2839 +"168613",51022,3966,3,1499,2425 +"168614",51022,4191,3,1499,2130 +"168615",51022,4618,3,1499,2607 +"168616",51022,4687,3,1499,2152 +"168617",51022,4953,3,1499,2285 +"168618",51022,4980,2,1499,2093 +"168619",51022,5504,3,1499,2389 +"168620",51022,5621,3,1499,1860 +"168621",51022,5725,3,1499,2789 +"168622",51022,6363,3,1499,2066 +"168623",51022,6449,3,1499,1997 +"168624",51022,6588,3,1499,2025 +"168625",51022,6602,3,1499,1631 +"168626",51022,7245,3,1499,2089 +"168627",51022,8533,3,1499,2251 +"168628",51022,8621,2,1499,1681 +"168629",51022,9175,3,1499,2639 +"168630",51022,9311,3,1499,2477 +"168631",51022,10404,2,1499,2062 +"168632",51022,10474,3,1499,1608 +"168633",51022,10488,3,1499,1524 +"168634",51022,10857,3,1499,2253 +"168635",51022,10890,1,1499,2639 +"168636",51022,11006,3,1499,1950 +"168637",51022,11440,3,1499,2026 +"168638",51022,12374,3,1499,2260 +"168639",51022,12449,3,1499,2067 +"168640",51022,13307,3,1499,2206 +"168641",51022,13929,3,1499,2693 +"168642",51022,14252,3,1499,2244 +"168643",51022,14507,3,1499,2686 +"168644",51022,15207,3,1499,1855 +"168645",51022,15539,3,1499,1929 +"168646",51022,15626,3,1499,2434 +"168647",51022,15716,3,1499,1991 +"168648",51022,15813,2,1499,2143 +"168649",51022,16201,3,1499,1811 +"168650",51022,16835,3,1499,1739 +"168651",51022,17357,3,1499,1536 +"168652",51022,17365,3,1499,2746 +"168653",51022,17852,3,1499,2840 +"168654",51022,17931,2,1499,1617 +"168655",51022,18394,3,1499,2356 +"168656",51022,19027,3,1499,2721 +"168657",51022,19248,3,1499,2357 +"168658",51022,19622,3,1499,2371 +"168659",51022,19719,3,1499,2177 +"168660",51022,19868,3,1499,2855 +"168661",51022,20419,3,1499,1587 +"168662",51022,20563,2,1499,2267 +"168663",51022,20700,3,1499,2861 +"168664",51022,20783,3,1499,2414 +"168665",51022,21012,3,1499,2325 +"168666",51022,21122,3,1499,1701 +"168667",51022,21164,3,1499,1645 +"168668",51022,21285,2,1499,2100 +"168669",51022,22884,3,1499,1608 +"168670",51022,23534,2,1499,1659 +"168671",51022,23704,3,1499,2278 +"168672",51022,23715,3,1499,1859 +"168673",51022,23729,3,1499,1624 +"168674",51022,23756,3,1499,2309 +"168675",51022,24612,3,1499,1875 +"168676",51022,24962,3,1499,2126 +"168677",51022,25129,3,1499,2647 +"168678",51022,25341,3,1499,1858 +"168679",51022,25577,3,1499,1946 +"168680",51022,25643,2,1499,1646 +"168681",51022,26436,2,1499,2489 +"168682",51022,26516,3,1499,2479 +"168683",51022,26570,2,1499,1669 +"168684",51022,26706,3,1499,1846 +"168685",51022,26749,3,1499,2965 +"168686",51022,27694,3,1499,2030 +"168687",51022,27753,2,1499,2750 +"168688",51022,28285,3,1499,2972 +"168689",51022,30052,3,1499,2855 +"168690",51022,30438,2,1499,1617 +"168691",51022,31799,3,1499,2547 +"168692",51022,32988,3,1499,2008 +"168693",51022,34136,3,1499,2202 +"168694",51022,34216,3,1499,2832 +"168695",51022,34492,2,1499,1798 +"168696",51022,34509,3,1499,1973 +"168697",51022,34820,3,1499,1630 +"168698",51022,34836,3,1499,2302 +"168699",51022,35095,3,1499,1502 +"168700",51022,37285,3,1499,2428 +"168701",51022,37418,3,1499,2710 +"168702",51022,38019,3,1499,1870 +"168703",51022,38307,3,1499,2648 +"168704",51022,38449,2,1499,1802 +"168705",51022,38887,3,1499,2468 +"168706",51022,40293,2,1499,1671 +"168707",51022,41402,3,1499,2313 +"168708",51022,41945,3,1499,2856 +"168709",51022,42175,3,1499,1594 +"168710",51022,42216,3,1499,2722 +"168711",51022,43385,3,1499,1623 +"168712",51022,43455,2,1499,2846 +"168713",51022,44427,3,1499,2875 +"168714",51022,45239,3,1499,2535 +"168715",51022,45343,3,1499,2360 +"168716",51022,45715,3,1499,2287 +"168717",51022,46629,2,1499,2255 +"168718",51022,47857,3,1499,2325 +"168719",51022,47947,3,1499,2681 +"168720",51022,48274,3,1499,1979 +"168721",51022,49189,3,1499,1550 +"168722",51022,49620,3,1499,1868 +"168723",51022,50667,3,1499,2719 +"168724",51022,50685,3,1499,2008 +"168725",51022,51041,3,1499,2606 +"168726",51022,51410,3,1499,2739 +"168727",51022,51853,3,1499,2520 +"168728",51022,51866,3,1499,2411 +"168729",51022,52576,2,1499,2234 +"168730",51022,53266,3,1499,2389 +"168731",51022,54551,3,1499,2348 +"168732",51022,54740,2,1499,2750 +"168733",51022,55082,3,1499,1856 +"168734",51022,55691,2,1499,2856 +"168735",51022,56317,3,1499,2030 +"168736",51022,57977,3,1499,2683 +"168737",51022,58035,2,1499,1646 +"168738",51022,58221,3,1499,1787 +"168739",51022,58451,3,1499,1939 +"168740",51022,58508,3,1499,2326 +"168741",51022,61982,2,1499,2725 +"168742",51022,62841,3,1499,2710 +"168743",51022,63515,3,1499,2023 +"168744",51022,64793,2,1499,2819 +"168745",51022,64997,3,1499,2791 +"168746",51022,68215,3,1499,2727 +"168747",51022,74095,3,1499,2333 +"168748",51022,76892,2,1499,2381 +"168749",51022,80678,3,1499,1595 +"168750",51022,81813,3,1499,1656 +"168751",51022,82767,2,1499,1641 +"168752",51022,82929,3,1499,2475 +"168753",51022,82949,3,1499,2077 +"168754",51022,88232,3,1499,2881 +"168755",51022,91841,3,1499,1521 +"168756",51035,270,3,2397,2542 +"168757",51035,997,3,2397,2788 +"168758",51035,3966,3,2397,2425 +"168759",51035,5350,3,2397,2522 +"168760",51035,6044,3,2397,2744 +"168761",51035,6074,2,2397,2426 +"168762",51035,6491,3,2397,2424 +"168763",51035,8681,3,2397,2716 +"168764",51035,8762,3,2397,2585 +"168765",51035,9362,3,2397,2879 +"168766",51035,12528,3,2397,2589 +"168767",51035,14655,3,2397,2559 +"168768",51035,14834,2,2397,2739 +"168769",51035,15626,3,2397,2434 +"168770",51035,17365,3,2397,2746 +"168771",51035,19862,3,2397,2412 +"168772",51035,21138,2,2397,2849 +"168773",51035,21682,2,2397,2414 +"168774",51035,26080,3,2397,2525 +"168775",51035,41972,3,2397,2509 +"168776",51035,42216,2,2397,2722 +"168777",51035,43455,3,2397,2846 +"168778",51035,46950,2,2397,2673 +"168779",51035,47248,2,2397,2883 +"168780",51035,48571,3,2397,2717 +"168781",51035,50134,3,2397,2674 +"168782",51035,51866,2,2397,2411 +"168783",51035,53219,3,2397,2973 +"168784",51035,53323,2,2397,2677 +"168785",51035,55438,3,2397,2863 +"168786",51035,62832,3,2397,2606 +"168787",51035,65007,3,2397,2530 +"168788",51035,66992,3,2397,2882 +"168789",51035,72207,3,2397,2430 +"168790",51038,9503,3,2400,2453 +"168791",51038,12577,2,2400,2530 +"168792",51038,16205,1,2400,2630 +"168793",51038,35980,3,2400,2657 +"168794",51041,701,2,2606,2718 +"168795",51041,1616,3,2606,2662 +"168796",51041,2684,3,2606,2874 +"168797",51041,3305,2,2606,2839 +"168798",51041,5725,3,2606,2789 +"168799",51041,9150,3,2606,2689 +"168800",51041,9184,2,2606,2670 +"168801",51041,10029,3,2606,2718 +"168802",51041,11351,3,2606,2971 +"168803",51041,12747,3,2606,2818 +"168804",51041,14507,3,2606,2686 +"168805",51041,16332,3,2606,2668 +"168806",51041,17365,3,2606,2746 +"168807",51041,19606,3,2606,2783 +"168808",51041,24825,3,2606,2686 +"168809",51041,26351,3,2606,2683 +"168810",51041,26582,3,2606,2772 +"168811",51041,26749,3,2606,2965 +"168812",51041,27275,3,2606,2656 +"168813",51041,27753,3,2606,2750 +"168814",51041,28285,3,2606,2972 +"168815",51041,38307,3,2606,2648 +"168816",51041,39087,3,2606,2765 +"168817",51041,41945,3,2606,2856 +"168818",51041,43455,2,2606,2846 +"168819",51041,47947,3,2606,2681 +"168820",51041,48605,3,2606,2796 +"168821",51041,50785,2,2606,2877 +"168822",51041,53219,3,2606,2973 +"168823",51041,61982,2,2606,2725 +"168824",51041,62841,3,2606,2710 +"168825",51041,64997,3,2606,2791 +"168826",51041,67652,3,2606,2736 +"168827",51041,68215,3,2606,2727 +"168828",51041,70046,3,2606,2624 +"168829",51052,6030,2,2784,2953 +"168830",51052,60257,3,2784,2795 +"168831",51052,68083,3,2784,2795 +"168832",51055,3896,2,2558,2693 +"168833",51055,4751,3,2558,2696 +"168834",51055,36646,3,2558,2744 +"168835",51055,42196,3,2558,2765 +"168836",51055,43520,3,2558,2560 +"168837",51084,8062,3,2188,2858 +"168838",51084,13842,3,2188,2250 +"168839",51084,72728,3,2188,2234 +"168840",51089,2424,3,2426,2582 +"168841",51089,8327,3,2426,2527 +"168842",51089,25480,3,2426,2747 +"168843",51089,33433,3,2426,2805 +"168844",51099,1556,3,262,643 +"168845",51099,2344,3,262,2752 +"168846",51099,2802,2,262,1836 +"168847",51099,6562,3,262,1139 +"168848",51099,7948,3,262,1584 +"168849",51099,9506,3,262,1012 +"168850",51099,9716,3,262,1929 +"168851",51099,9912,2,262,1356 +"168852",51099,10727,3,262,2082 +"168853",51099,10908,3,262,1134 +"168854",51099,11135,2,262,2441 +"168855",51099,15502,3,262,2637 +"168856",51099,16361,1,262,1641 +"168857",51099,19687,3,262,2072 +"168858",51099,20413,3,262,806 +"168859",51099,22571,2,262,655 +"168860",51099,24104,2,262,817 +"168861",51099,24116,3,262,1413 +"168862",51099,24441,3,262,2256 +"168863",51099,25270,3,262,985 +"168864",51099,25885,1,262,1223 +"168865",51099,25886,2,262,1580 +"168866",51099,26513,3,262,2205 +"168867",51099,26567,3,262,1158 +"168868",51099,41051,3,262,2767 +"168869",51099,45487,3,262,2256 +"168870",51099,47827,3,262,1957 +"168871",51099,48764,3,262,860 +"168872",51099,51448,3,262,1593 +"168873",51099,51678,3,262,1077 +"168874",51099,52185,3,262,1012 +"168875",51099,52820,1,262,306 +"168876",51099,68460,3,262,599 +"168877",51099,69887,3,262,357 +"168878",51099,80061,3,262,1223 +"168879",51099,80728,2,262,599 +"168880",51099,80784,3,262,1738 +"168881",51099,83007,2,262,2727 +"168882",51099,83228,3,262,732 +"168883",51099,83362,2,262,1877 +"168884",51099,89955,3,262,1452 +"168885",51099,93317,1,262,1223 +"168886",51099,95661,3,262,872 +"168887",51099,99955,2,262,1223 +"168888",51099,105867,3,262,1641 +"168889",51099,107993,3,262,999 +"168890",51099,112814,3,262,546 +"168891",51116,7515,3,1509,2737 +"168892",51116,13837,2,1509,1604 +"168893",51116,26706,3,1509,1846 +"168894",51116,40368,3,1509,2876 +"168895",51116,49189,3,1509,1550 +"168896",51116,59700,3,1509,2346 +"168897",51116,63409,3,1509,1937 +"168898",51116,92322,2,1509,2393 +"168899",51144,9785,3,2466,2951 +"168900",51144,12361,2,2466,2732 +"168901",51144,15826,3,2466,2772 +"168902",51144,17033,3,2466,2771 +"168903",51144,19655,2,2466,2706 +"168904",51144,20941,3,2466,2725 +"168905",51144,20984,3,2466,2502 +"168906",51144,26182,3,2466,2775 +"168907",51144,29473,3,2466,2602 +"168908",51144,36912,3,2466,2469 +"168909",51144,46982,2,2466,2806 +"168910",51144,64947,3,2466,2489 +"168911",51144,70583,3,2466,2615 +"168912",51148,380,3,1077,2261 +"168913",51148,3801,3,1077,1974 +"168914",51148,11429,3,1077,2520 +"168915",51148,11440,3,1077,2026 +"168916",51148,12728,3,1077,2374 +"168917",51148,17999,2,1077,2758 +"168918",51148,19248,3,1077,2357 +"168919",51148,23739,3,1077,2463 +"168920",51148,36662,3,1077,2967 +"168921",51148,48605,3,1077,2796 +"168922",51148,97811,3,1077,1288 +"168923",51148,100637,1,1077,1944 +"168924",51151,997,3,1195,2788 +"168925",51151,2418,3,1195,2020 +"168926",51151,2747,3,1195,2411 +"168927",51151,4665,2,1195,1569 +"168928",51151,10050,3,1195,1792 +"168929",51151,11588,3,1195,2352 +"168930",51151,14998,2,1195,1553 +"168931",51151,15826,3,1195,2772 +"168932",51151,16502,3,1195,1616 +"168933",51151,19820,3,1195,1935 +"168934",51151,20155,2,1195,1517 +"168935",51151,20545,3,1195,1491 +"168936",51151,28051,3,1195,2089 +"168937",51151,28116,3,1195,1643 +"168938",51151,31676,3,1195,1598 +"168939",51151,33017,3,1195,1493 +"168940",51151,38532,3,1195,1234 +"168941",51151,42256,3,1195,2839 +"168942",51151,42813,3,1195,2142 +"168943",51151,44433,3,1195,2224 +"168944",51151,44603,3,1195,2748 +"168945",51151,46486,3,1195,1868 +"168946",51151,51223,2,1195,2153 +"168947",51151,54924,3,1195,2603 +"168948",51151,92784,2,1195,1257 +"168949",51151,92850,3,1195,1971 +"168950",51151,99351,3,1195,2939 +"168951",51157,9615,3,2319,2464 +"168952",51157,10779,3,2319,2881 +"168953",51157,17852,2,2319,2840 +"168954",51157,20067,3,2319,2390 +"168955",51157,22331,3,2319,2687 +"168956",51157,23726,3,2319,2434 +"168957",51157,33160,3,2319,2441 +"168958",51157,34158,2,2319,2639 +"168959",51157,41664,3,2319,2641 +"168960",51157,51319,3,2319,2488 +"168961",51157,64219,1,2319,2705 +"168962",51173,1685,2,1829,2230 +"168963",51173,3477,3,1829,2546 +"168964",51173,6063,3,1829,2349 +"168965",51173,19002,3,1829,2053 +"168966",51173,22744,3,1829,1907 +"168967",51173,33223,3,1829,2397 +"168968",51173,79547,3,1829,1909 +"168969",51200,11429,3,2245,2520 +"168970",51200,20984,3,2245,2502 +"168971",51200,28837,3,2245,2286 +"168972",51200,32339,3,2245,2430 +"168973",51200,47595,2,2245,2374 +"168974",51212,2282,3,1801,2056 +"168975",51212,3158,2,1801,2762 +"168976",51212,4249,3,1801,2547 +"168977",51212,4784,3,1801,2511 +"168978",51212,6223,3,1801,2363 +"168979",51212,6345,3,1801,2713 +"168980",51212,9724,3,1801,2713 +"168981",51212,9740,3,1801,2233 +"168982",51212,9895,3,1801,1960 +"168983",51212,10146,2,1801,1878 +"168984",51212,10779,3,1801,2881 +"168985",51212,12966,3,1801,2011 +"168986",51212,14612,3,1801,2340 +"168987",51212,14957,3,1801,2306 +"168988",51212,15782,3,1801,2306 +"168989",51212,16963,3,1801,1999 +"168990",51212,17499,2,1801,2954 +"168991",51212,17695,3,1801,1930 +"168992",51212,18165,3,1801,2085 +"168993",51212,20695,3,1801,2526 +"168994",51212,30544,3,1801,2041 +"168995",51212,30697,3,1801,2891 +"168996",51212,42372,3,1801,2230 +"168997",51212,43728,3,1801,2308 +"168998",51212,43957,3,1801,1824 +"168999",51212,45297,3,1801,1864 +"169000",51212,53652,3,1801,2899 +"169001",51223,2747,3,2153,2411 +"169002",51223,15826,3,2153,2772 +"169003",51223,51774,3,2153,2459 +"169004",51243,1315,2,1389,2760 +"169005",51243,2181,3,1389,2030 +"169006",51243,3139,2,1389,1656 +"169007",51243,5622,3,1389,2175 +"169008",51243,7013,3,1389,2040 +"169009",51243,9184,3,1389,2670 +"169010",51243,9893,3,1389,2701 +"169011",51243,12901,3,1389,2136 +"169012",51243,13479,3,1389,2155 +"169013",51243,17354,3,1389,2250 +"169014",51243,21285,3,1389,2100 +"169015",51243,21479,3,1389,2134 +"169016",51243,23312,2,1389,2449 +"169017",51243,27427,2,1389,2325 +"169018",51243,27694,3,1389,2030 +"169019",51243,33672,3,1389,2396 +"169020",51243,39294,3,1389,1889 +"169021",51243,40707,3,1389,1547 +"169022",51243,43490,3,1389,2463 +"169023",51243,44654,3,1389,2916 +"169024",51243,44676,2,1389,2629 +"169025",51243,46040,3,1389,2105 +"169026",51243,47064,3,1389,1993 +"169027",51243,53604,3,1389,2489 +"169028",51243,87837,3,1389,1987 +"169029",51250,40138,3,2683,2719 +"169030",51265,7252,3,2670,2799 +"169031",51265,64534,3,2670,2924 +"169032",51265,81237,3,2670,2866 +"169033",51319,5239,3,2488,2875 +"169034",51319,16826,3,2488,2599 +"169035",51319,17852,3,2488,2840 +"169036",51319,34158,1,2488,2639 +"169037",51319,40487,2,2488,2512 +"169038",51319,61337,3,2488,2777 +"169039",51319,67957,3,2488,2823 +"169040",51338,9491,3,1013,1960 +"169041",51338,9650,3,1013,1167 +"169042",51338,12943,2,1013,1902 +"169043",51338,14918,3,1013,2071 +"169044",51338,20419,3,1013,1587 +"169045",51338,21079,3,1013,1997 +"169046",51338,25698,3,1013,2009 +"169047",51338,36862,2,1013,2655 +"169048",51360,4361,3,1882,2571 +"169049",51360,5962,2,1882,2491 +"169050",51360,6119,2,1882,2358 +"169051",51360,7997,3,1882,2049 +"169052",51360,10336,2,1882,2271 +"169053",51360,11029,3,1882,2362 +"169054",51360,11429,3,1882,2520 +"169055",51360,16286,2,1882,2470 +"169056",51360,27280,3,1882,1965 +"169057",51360,32606,3,1882,2100 +"169058",51360,37036,3,1882,2264 +"169059",51360,60952,3,1882,2076 +"169060",51364,25480,2,2660,2747 +"169061",51379,1262,3,1462,2973 +"169062",51379,1386,3,1462,1901 +"169063",51379,3695,3,1462,2612 +"169064",51379,5491,3,1462,2048 +"169065",51379,7078,3,1462,2344 +"169066",51379,7394,3,1462,2615 +"169067",51379,9030,3,1462,1979 +"169068",51379,14709,3,1462,1901 +"169069",51379,18151,3,1462,2962 +"169070",51379,18366,3,1462,2699 +"169071",51379,19872,3,1462,2913 +"169072",51379,21795,2,1462,2653 +"169073",51379,28923,3,1462,2362 +"169074",51379,30081,3,1462,2403 +"169075",51379,34327,3,1462,2959 +"169076",51379,36950,3,1462,2204 +"169077",51379,47140,3,1462,2439 +"169078",51379,59522,3,1462,1516 +"169079",51386,512,3,459,1596 +"169080",51386,1036,3,459,1367 +"169081",51386,1355,3,459,2473 +"169082",51386,3164,3,459,2693 +"169083",51386,3395,3,459,1382 +"169084",51386,3628,3,459,2707 +"169085",51386,5018,3,459,640 +"169086",51386,5429,3,459,1991 +"169087",51386,6603,3,459,2185 +"169088",51386,7013,3,459,2040 +"169089",51386,7786,3,459,508 +"169090",51386,10472,3,459,859 +"169091",51386,11055,3,459,2111 +"169092",51386,11440,3,459,2026 +"169093",51386,12778,3,459,2045 +"169094",51386,14108,3,459,2012 +"169095",51386,17502,2,459,869 +"169096",51386,18211,2,459,1745 +"169097",51386,20292,3,459,2755 +"169098",51386,20311,3,459,1981 +"169099",51386,21617,3,459,516 +"169100",51386,21955,3,459,2832 +"169101",51386,23280,3,459,536 +"169102",51386,23509,2,459,2275 +"169103",51386,26451,3,459,2133 +"169104",51386,26621,3,459,1100 +"169105",51386,27001,3,459,1761 +"169106",51386,27480,3,459,582 +"169107",51386,27849,3,459,1316 +"169108",51386,28057,3,459,1067 +"169109",51386,31691,3,459,1657 +"169110",51386,34314,3,459,630 +"169111",51386,39535,3,459,2428 +"169112",51386,41033,2,459,1839 +"169113",51386,41901,2,459,630 +"169114",51386,42725,3,459,630 +"169115",51386,43169,3,459,594 +"169116",51386,43226,3,459,2442 +"169117",51386,50235,3,459,726 +"169118",51386,54695,3,459,2429 +"169119",51386,57990,2,459,978 +"169120",51386,58854,3,459,1131 +"169121",51386,71274,3,459,2390 +"169122",51386,88209,3,459,663 +"169123",51386,92592,3,459,486 +"169124",51386,94444,2,459,1554 +"169125",51386,99953,3,459,581 +"169126",51386,101986,3,459,813 +"169127",51399,1257,3,934,1212 +"169128",51399,2724,3,934,2447 +"169129",51399,3272,3,934,2132 +"169130",51399,3477,3,934,2546 +"169131",51399,4691,3,934,1888 +"169132",51399,4968,2,934,1586 +"169133",51399,6040,3,934,2103 +"169134",51399,6063,3,934,2349 +"169135",51399,9273,3,934,1747 +"169136",51399,12598,3,934,2086 +"169137",51399,12779,3,934,936 +"169138",51399,13930,3,934,1274 +"169139",51399,15023,2,934,2054 +"169140",51399,18217,3,934,1566 +"169141",51399,19075,3,934,2214 +"169142",51399,19667,3,934,1466 +"169143",51399,20547,2,934,2145 +"169144",51399,20739,2,934,2025 +"169145",51399,25518,2,934,1955 +"169146",51399,25678,3,934,1558 +"169147",51399,31357,3,934,2389 +"169148",51399,33223,3,934,2397 +"169149",51399,34431,3,934,2319 +"169150",51399,39893,3,934,1601 +"169151",51399,40542,3,934,1664 +"169152",51399,51843,2,934,2389 +"169153",51399,54385,2,934,2340 +"169154",51399,63104,3,934,2149 +"169155",51399,69308,3,934,2370 +"169156",51399,76295,3,934,1001 +"169157",51399,78611,3,934,1586 +"169158",51399,80615,3,934,2252 +"169159",51399,84808,2,934,1974 +"169160",51399,93590,3,934,1188 +"169161",51399,94513,2,934,1102 +"169162",51399,98436,3,934,1212 +"169163",51399,110737,2,934,2117 +"169164",51399,110874,3,934,1390 +"169165",51410,5725,3,2739,2789 +"169166",51410,10130,3,2739,2741 +"169167",51410,10148,3,2739,2964 +"169168",51410,22714,3,2739,2793 +"169169",51410,23011,3,2739,2763 +"169170",51410,27753,2,2739,2750 +"169171",51410,34216,3,2739,2832 +"169172",51410,47248,3,2739,2883 +"169173",51410,54740,3,2739,2750 +"169174",51410,64793,3,2739,2819 +"169175",51410,64967,3,2739,2872 +"169176",51410,64997,3,2739,2791 +"169177",51410,102824,3,2739,2944 +"169178",51414,42,3,929,2265 +"169179",51414,600,3,929,1702 +"169180",51414,913,3,929,2144 +"169181",51414,1090,3,929,2370 +"169182",51414,1321,3,929,2075 +"169183",51414,1676,3,929,1198 +"169184",51414,3352,3,929,1707 +"169185",51414,6255,3,929,2895 +"169186",51414,7078,3,929,2344 +"169187",51414,12767,1,929,2329 +"169188",51414,15207,3,929,1855 +"169189",51414,16497,3,929,2370 +"169190",51414,17698,3,929,1559 +"169191",51414,19528,2,929,2742 +"169192",51414,24568,3,929,1937 +"169193",51414,26608,2,929,2329 +"169194",51414,29215,2,929,2246 +"169195",51414,49965,3,929,2301 +"169196",51414,52735,3,929,1124 +"169197",51414,63409,3,929,1937 +"169198",51414,66756,3,929,1301 +"169199",51448,3100,3,1593,2524 +"169200",51448,3403,3,1593,2951 +"169201",51448,3786,3,1593,2282 +"169202",51448,6071,3,1593,2310 +"169203",51448,9050,2,1593,2026 +"169204",51448,9727,2,1593,2327 +"169205",51448,11135,1,1593,2441 +"169206",51448,12031,3,1593,1957 +"169207",51448,13528,3,1593,1891 +"169208",51448,15502,1,1593,2637 +"169209",51448,16566,3,1593,2019 +"169210",51448,16833,2,1593,1661 +"169211",51448,19057,3,1593,2664 +"169212",51448,19687,2,1593,2072 +"169213",51448,19972,2,1593,2078 +"169214",51448,21895,2,1593,1693 +"169215",51448,21976,3,1593,1808 +"169216",51448,22249,3,1593,1892 +"169217",51448,23639,2,1593,2065 +"169218",51448,23731,3,1593,1656 +"169219",51448,24441,3,1593,2256 +"169220",51448,28567,3,1593,2398 +"169221",51448,32235,3,1593,2109 +"169222",51448,34441,3,1593,1661 +"169223",51448,35911,3,1593,2370 +"169224",51448,36487,3,1593,2622 +"169225",51448,42486,3,1593,1951 +"169226",51448,45487,2,1593,2256 +"169227",51448,47130,3,1593,2654 +"169228",51448,47827,3,1593,1957 +"169229",51448,53498,3,1593,1967 +"169230",51448,55436,3,1593,2513 +"169231",51448,56673,3,1593,2419 +"169232",51448,61513,3,1593,2948 +"169233",51448,73915,3,1593,2568 +"169234",51448,104659,2,1593,2026 +"169235",51448,108872,3,1593,1810 +"169236",51460,3711,3,1872,2360 +"169237",51460,16542,3,1872,2039 +"169238",51460,19656,3,1872,2059 +"169239",51460,24753,3,1872,2860 +"169240",51460,24793,3,1872,1993 +"169241",51460,30096,3,1872,2082 +"169242",51460,42382,3,1872,2224 +"169243",51460,44407,3,1872,2154 +"169244",51460,62852,3,1872,2067 +"169245",51460,76666,3,1872,1908 +"169246",51460,83907,3,1872,2056 +"169247",51470,270,3,399,2542 +"169248",51470,2269,3,399,984 +"169249",51470,2424,3,399,2582 +"169250",51470,4889,3,399,1501 +"169251",51470,4953,1,399,2285 +"169252",51470,5716,3,399,1058 +"169253",51470,5986,3,399,1721 +"169254",51470,6044,2,399,2744 +"169255",51470,6366,3,399,798 +"169256",51470,7794,3,399,2972 +"169257",51470,7795,3,399,2789 +"169258",51470,8513,3,399,875 +"169259",51470,9751,3,399,1397 +"169260",51470,10327,3,399,485 +"169261",51470,11218,3,399,2292 +"169262",51470,12042,2,399,2345 +"169263",51470,12081,3,399,2166 +"169264",51470,12729,3,399,1835 +"169265",51470,14252,3,399,2244 +"169266",51470,15008,3,399,2338 +"169267",51470,15381,2,399,2289 +"169268",51470,15729,3,399,2338 +"169269",51470,16352,3,399,2657 +"169270",51470,16628,3,399,2409 +"169271",51470,17365,3,399,2746 +"169272",51470,17400,3,399,2231 +"169273",51470,17826,3,399,2920 +"169274",51470,17867,3,399,1904 +"169275",51470,20153,3,399,1868 +"169276",51470,21029,1,399,1943 +"169277",51470,23806,3,399,1671 +"169278",51470,24253,3,399,2213 +"169279",51470,25213,2,399,2338 +"169280",51470,26080,3,399,2525 +"169281",51470,28296,3,399,2944 +"169282",51470,29289,3,399,1756 +"169283",51470,31159,3,399,2231 +"169284",51470,31295,3,399,2183 +"169285",51470,34945,3,399,1298 +"169286",51470,37238,3,399,2609 +"169287",51470,38307,2,399,2648 +"169288",51470,41064,3,399,1201 +"169289",51470,41945,3,399,2856 +"169290",51470,41972,3,399,2509 +"169291",51470,43455,2,399,2846 +"169292",51470,43796,3,399,2476 +"169293",51470,45939,3,399,1930 +"169294",51470,46629,3,399,2255 +"169295",51470,47248,3,399,2883 +"169296",51470,49470,3,399,1528 +"169297",51470,50113,3,399,2059 +"169298",51470,51017,3,399,2073 +"169299",51470,51866,3,399,2411 +"169300",51470,52032,3,399,2853 +"169301",51470,52892,3,399,2372 +"169302",51470,61982,3,399,2725 +"169303",51470,63442,1,399,1965 +"169304",51470,63547,3,399,1023 +"169305",51470,70573,3,399,1993 +"169306",51470,88955,2,399,795 +"169307",51470,121319,3,399,657 +"169308",51471,23,3,1280,1682 +"169309",51471,135,3,1280,2233 +"169310",51471,312,3,1280,2038 +"169311",51471,913,3,1280,2144 +"169312",51471,3164,3,1280,2693 +"169313",51471,4360,3,1280,1770 +"169314",51471,5072,3,1280,2175 +"169315",51471,5350,3,1280,2522 +"169316",51471,5405,3,1280,1510 +"169317",51471,5429,3,1280,1991 +"169318",51471,5449,3,1280,1723 +"169319",51471,5622,2,1280,2175 +"169320",51471,6030,3,1280,2953 +"169321",51471,6047,3,1280,2004 +"169322",51471,6417,3,1280,1675 +"169323",51471,9328,2,1280,1937 +"169324",51471,10488,3,1280,1524 +"169325",51471,10857,2,1280,2253 +"169326",51471,11218,3,1280,2292 +"169327",51471,11620,3,1280,2010 +"169328",51471,12375,3,1280,1873 +"169329",51471,14032,3,1280,2144 +"169330",51471,15402,2,1280,1281 +"169331",51471,16352,3,1280,2657 +"169332",51471,17400,3,1280,2231 +"169333",51471,18244,3,1280,1622 +"169334",51471,18348,3,1280,1711 +"169335",51471,18366,2,1280,2699 +"169336",51471,19248,3,1280,2357 +"169337",51471,19622,3,1280,2371 +"169338",51471,21795,3,1280,2653 +"169339",51471,22566,3,1280,2308 +"169340",51471,23509,3,1280,2275 +"169341",51471,23725,3,1280,2378 +"169342",51471,24259,3,1280,1281 +"169343",51471,25832,3,1280,1689 +"169344",51471,25971,2,1280,2608 +"169345",51471,26366,3,1280,1688 +"169346",51471,27275,3,1280,2656 +"169347",51471,27849,3,1280,1316 +"169348",51471,28050,3,1280,1955 +"169349",51471,28168,3,1280,2702 +"169350",51471,28296,3,1280,2944 +"169351",51471,31050,3,1280,1491 +"169352",51471,31281,3,1280,1937 +"169353",51471,32694,3,1280,1602 +"169354",51471,34480,1,1280,2755 +"169355",51471,34735,2,1280,2767 +"169356",51471,35926,3,1280,2371 +"169357",51471,39294,2,1280,1889 +"169358",51471,42619,3,1280,2017 +"169359",51471,43213,3,1280,2160 +"169360",51471,45684,3,1280,2200 +"169361",51471,46196,3,1280,1510 +"169362",51471,49608,3,1280,2184 +"169363",51471,52136,3,1280,1412 +"169364",51471,53196,3,1280,1888 +"169365",51471,53219,3,1280,2973 +"169366",51471,54551,2,1280,2348 +"169367",51471,56082,3,1280,2395 +"169368",51471,57246,3,1280,1873 +"169369",51471,57405,3,1280,2344 +"169370",51471,67383,2,1280,1739 +"169371",51471,69250,3,1280,1439 +"169372",51471,72207,2,1280,2430 +"169373",51471,76048,3,1280,2373 +"169374",51471,76892,3,1280,2381 +"169375",51471,81865,3,1280,2704 +"169376",51487,854,2,520,2307 +"169377",51487,915,3,520,1793 +"169378",51487,2609,3,520,834 +"169379",51487,2894,3,520,1291 +"169380",51487,3495,3,520,2431 +"169381",51487,4504,2,520,1905 +"169382",51487,14328,3,520,1725 +"169383",51487,16310,2,520,2796 +"169384",51487,17943,3,520,1943 +"169385",51487,24512,3,520,1369 +"169386",51487,26234,3,520,2183 +"169387",51487,29454,3,520,2719 +"169388",51487,30236,2,520,2238 +"169389",51487,38732,2,520,2263 +"169390",51487,41764,3,520,2409 +"169391",51487,56026,3,520,908 +"169392",51487,56520,3,520,571 +"169393",51487,102133,3,520,1165 +"169394",51499,1787,3,649,1707 +"169395",51499,3678,3,649,1325 +"169396",51499,6234,3,649,2654 +"169397",51499,6235,3,649,1585 +"169398",51499,11259,3,649,1356 +"169399",51499,14584,3,649,1573 +"169400",51499,15150,2,649,2801 +"169401",51499,15594,3,649,753 +"169402",51499,19767,3,649,1041 +"169403",51499,20921,3,649,723 +"169404",51499,23493,3,649,706 +"169405",51499,24044,3,649,1076 +"169406",51499,30194,3,649,2874 +"169407",51499,31259,3,649,2082 +"169408",51499,32079,3,649,2315 +"169409",51499,39723,3,649,778 +"169410",51499,41381,3,649,829 +"169411",51499,42998,3,649,1978 +"169412",51499,49415,1,649,2654 +"169413",51499,49913,3,649,2444 +"169414",51499,50899,3,649,2125 +"169415",51499,52953,3,649,1741 +"169416",51499,65568,3,649,1699 +"169417",51499,68398,3,649,978 +"169418",51499,73629,2,649,1713 +"169419",51499,76505,1,649,2123 +"169420",51499,76931,2,649,1338 +"169421",51499,76997,3,649,2223 +"169422",51499,90429,2,649,1684 +"169423",51499,94495,3,649,989 +"169424",51499,97615,3,649,1198 +"169425",51499,103312,3,649,1216 +"169426",51499,113333,3,649,1018 +"169427",51499,113498,3,649,2568 +"169428",51505,1708,3,1572,1591 +"169429",51505,3158,2,1572,2762 +"169430",51505,4249,3,1572,2547 +"169431",51505,4634,2,1572,2291 +"169432",51505,6223,3,1572,2363 +"169433",51505,8463,2,1572,2466 +"169434",51505,8607,3,1572,1685 +"169435",51505,9269,3,1572,1892 +"169436",51505,9724,3,1572,2713 +"169437",51505,9895,3,1572,1960 +"169438",51505,9910,3,1572,2526 +"169439",51505,9948,3,1572,2019 +"169440",51505,10701,3,1572,2000 +"169441",51505,12966,1,1572,2011 +"169442",51505,14470,3,1572,2632 +"169443",51505,14490,3,1572,2291 +"169444",51505,14957,2,1572,2306 +"169445",51505,15782,2,1572,2306 +"169446",51505,16347,3,1572,1868 +"169447",51505,16963,1,1572,1999 +"169448",51505,17695,3,1572,1930 +"169449",51505,20695,2,1572,2526 +"169450",51505,20709,3,1572,1757 +"169451",51505,26597,3,1572,2070 +"169452",51505,36478,3,1572,2808 +"169453",51505,41350,3,1572,1935 +"169454",51505,41489,3,1572,2006 +"169455",51505,42390,3,1572,2937 +"169456",51505,43701,3,1572,2400 +"169457",51505,44132,3,1572,1999 +"169458",51505,45297,3,1572,1864 +"169459",51505,47607,3,1572,2724 +"169460",51505,47882,3,1572,2769 +"169461",51505,49142,2,1572,2289 +"169462",51505,49379,3,1572,1573 +"169463",51505,52386,3,1572,1830 +"169464",51505,53584,3,1572,2391 +"169465",51505,56364,3,1572,1626 +"169466",51505,66368,3,1572,2413 +"169467",51505,69260,2,1572,1698 +"169468",51505,82217,3,1572,2441 +"169469",51505,84235,2,1572,1639 +"169470",51505,84591,3,1572,1685 +"169471",51516,1708,3,1361,1591 +"169472",51516,12084,3,1361,1960 +"169473",51516,14772,3,1361,2386 +"169474",51516,16910,3,1361,1978 +"169475",51516,25530,3,1361,2884 +"169476",51516,34729,3,1361,1506 +"169477",51516,42175,2,1361,1594 +"169478",51516,46602,3,1361,2786 +"169479",51516,56396,3,1361,2408 +"169480",51516,60966,2,1361,2734 +"169481",51516,73266,3,1361,2496 +"169482",51546,1702,3,1369,1984 +"169483",51546,3255,3,1369,2504 +"169484",51546,3886,3,1369,1669 +"169485",51546,10370,3,1369,2224 +"169486",51546,10779,3,1369,2881 +"169487",51546,12518,1,1369,2747 +"169488",51546,15713,3,1369,1646 +"169489",51546,24816,3,1369,2161 +"169490",51546,26818,3,1369,1999 +"169491",51546,26903,3,1369,2092 +"169492",51546,27030,2,1369,2031 +"169493",51546,27377,2,1369,1724 +"169494",51546,35037,3,1369,2974 +"169495",51546,35045,3,1369,1646 +"169496",51546,36554,2,1369,1649 +"169497",51546,40129,3,1369,2162 +"169498",51546,43978,3,1369,2698 +"169499",51546,44769,3,1369,2411 +"169500",51546,49759,3,1369,2400 +"169501",51546,73205,3,1369,1529 +"169502",51546,96435,3,1369,2765 +"169503",51572,1592,3,912,2006 +"169504",51572,1691,3,912,1941 +"169505",51572,4763,3,912,1960 +"169506",51572,5258,3,912,2730 +"169507",51572,5839,3,912,2301 +"169508",51572,6252,3,912,2336 +"169509",51572,6390,3,912,2385 +"169510",51572,11351,3,912,2971 +"169511",51572,14108,3,912,2012 +"169512",51572,15607,3,912,1421 +"169513",51572,18502,3,912,1033 +"169514",51572,18543,2,912,2968 +"169515",51572,19718,2,912,1702 +"169516",51572,20407,3,912,2339 +"169517",51572,21133,3,912,1320 +"169518",51572,21682,3,912,2414 +"169519",51572,22141,3,912,2348 +"169520",51572,25816,3,912,2088 +"169521",51572,28808,3,912,1063 +"169522",51572,29948,3,912,2795 +"169523",51572,31279,3,912,965 +"169524",51572,31799,3,912,2547 +"169525",51572,32503,3,912,2020 +"169526",51572,34945,3,912,1298 +"169527",51572,36439,3,912,2469 +"169528",51572,37509,3,912,1640 +"169529",51572,38213,3,912,1744 +"169530",51572,42619,3,912,2017 +"169531",51572,43173,2,912,2895 +"169532",51572,43226,3,912,2442 +"169533",51572,44427,3,912,2875 +"169534",51572,44636,3,912,1026 +"169535",51572,46621,3,912,1343 +"169536",51572,49620,3,912,1868 +"169537",51572,50179,3,912,2230 +"169538",51572,52136,3,912,1412 +"169539",51572,52327,3,912,1472 +"169540",51572,54663,3,912,1424 +"169541",51572,58284,3,912,2292 +"169542",51572,62488,3,912,1418 +"169543",51572,74636,3,912,2525 +"169544",51572,79436,3,912,1344 +"169545",51572,82401,3,912,1210 +"169546",51572,88232,3,912,2881 +"169547",51572,97824,3,912,1229 +"169548",51572,100140,3,912,1041 +"169549",51572,121291,3,912,1955 +"169550",51610,15444,3,2635,2764 +"169551",51610,16866,3,2635,2718 +"169552",51610,18865,3,2635,2676 +"169553",51610,29454,3,2635,2719 +"169554",51610,44688,3,2635,2924 +"169555",51610,50480,1,2635,2701 +"169556",51610,56910,3,2635,2705 +"169557",51616,5785,2,761,1261 +"169558",51616,11694,3,761,1564 +"169559",51616,14482,3,761,1573 +"169560",51616,16539,3,761,1947 +"169561",51616,17520,3,761,2276 +"169562",51616,20311,3,761,1981 +"169563",51616,25680,3,761,1618 +"169564",51616,26582,3,761,2772 +"169565",51616,27860,3,761,1588 +"169566",51616,28130,3,761,908 +"169567",51616,29095,3,761,2531 +"169568",51616,30883,2,761,1629 +"169569",51616,31243,3,761,1355 +"169570",51616,33010,3,761,2189 +"169571",51616,33801,3,761,2899 +"169572",51616,52457,3,761,849 +"169573",51616,62538,3,761,1656 +"169574",51616,78184,3,761,937 +"169575",51616,87720,3,761,2086 +"169576",51616,89826,3,761,2033 +"169577",51616,96911,3,761,956 +"169578",51626,5725,3,2494,2789 +"169579",51626,26359,3,2494,2535 +"169580",51626,28285,3,2494,2972 +"169581",51626,47947,2,2494,2681 +"169582",51626,51783,3,2494,2599 +"169583",51628,1592,3,901,2006 +"169584",51628,1691,3,901,1941 +"169585",51628,2028,2,901,1978 +"169586",51628,2901,3,901,1156 +"169587",51628,2972,2,901,1708 +"169588",51628,6104,3,901,2462 +"169589",51628,6252,3,901,2336 +"169590",51628,9950,3,901,920 +"169591",51628,11434,3,901,1187 +"169592",51628,11662,1,901,1139 +"169593",51628,12779,3,901,936 +"169594",51628,13248,3,901,1385 +"169595",51628,13837,3,901,1604 +"169596",51628,14108,3,901,2012 +"169597",51628,15636,3,901,2857 +"169598",51628,15930,3,901,2541 +"169599",51628,16111,3,901,1714 +"169600",51628,18543,3,901,2968 +"169601",51628,20407,3,901,2339 +"169602",51628,21133,3,901,1320 +"169603",51628,23787,2,901,2810 +"169604",51628,28808,3,901,1063 +"169605",51628,29095,2,901,2531 +"169606",51628,29170,3,901,1846 +"169607",51628,38213,1,901,1744 +"169608",51628,46621,3,901,1343 +"169609",51628,49620,2,901,1868 +"169610",51628,52136,3,901,1412 +"169611",51628,55084,3,901,1189 +"169612",51628,58489,2,901,1068 +"169613",51628,74636,2,901,2525 +"169614",51628,88232,3,901,2881 +"169615",51628,92322,3,901,2393 +"169616",51628,93280,3,901,1053 +"169617",51647,270,3,1382,2542 +"169618",51647,377,3,1382,2389 +"169619",51647,543,3,1382,2203 +"169620",51647,1124,3,1382,1596 +"169621",51647,1151,3,1382,2885 +"169622",51647,1777,3,1382,1965 +"169623",51647,2484,3,1382,2389 +"169624",51647,4057,3,1382,2389 +"169625",51647,5457,3,1382,2077 +"169626",51647,6031,2,1382,1611 +"169627",51647,7323,3,1382,2858 +"169628",51647,7548,3,1382,1932 +"169629",51647,10488,3,1382,1524 +"169630",51647,10843,3,1382,2277 +"169631",51647,12729,3,1382,1835 +"169632",51647,13307,3,1382,2206 +"169633",51647,14723,3,1382,2019 +"169634",51647,18394,3,1382,2356 +"169635",51647,19173,3,1382,1686 +"169636",51647,19606,3,1382,2783 +"169637",51647,20407,3,1382,2339 +"169638",51647,21719,3,1382,2708 +"169639",51647,22749,3,1382,1727 +"169640",51647,30410,3,1382,1966 +"169641",51647,31705,3,1382,2706 +"169642",51647,33040,3,1382,2106 +"169643",51647,33433,3,1382,2805 +"169644",51647,35256,3,1382,2271 +"169645",51647,37570,3,1382,2389 +"169646",51647,51460,3,1382,1872 +"169647",51647,55324,3,1382,1544 +"169648",51647,56082,3,1382,2395 +"169649",51647,58993,3,1382,2390 +"169650",51647,74190,3,1382,1428 +"169651",51678,916,3,1077,2718 +"169652",51678,1222,3,1077,2598 +"169653",51678,1560,3,1077,2013 +"169654",51678,2443,3,1077,2333 +"169655",51678,2802,1,1077,1836 +"169656",51678,3324,3,1077,1198 +"169657",51678,5414,3,1077,2321 +"169658",51678,6262,3,1077,2733 +"169659",51678,11897,2,1077,1271 +"169660",51678,13150,3,1077,1570 +"169661",51678,15047,3,1077,1697 +"169662",51678,16361,3,1077,1641 +"169663",51678,17884,3,1077,1677 +"169664",51678,17999,2,1077,2758 +"169665",51678,18466,3,1077,2340 +"169666",51678,18610,3,1077,2141 +"169667",51678,19190,3,1077,2677 +"169668",51678,20604,2,1077,1684 +"169669",51678,23731,3,1077,1656 +"169670",51678,23739,3,1077,2463 +"169671",51678,25885,3,1077,1223 +"169672",51678,25886,3,1077,1580 +"169673",51678,36662,2,1077,2967 +"169674",51678,42280,3,1077,2266 +"169675",51678,46531,3,1077,1737 +"169676",51678,47130,3,1077,2654 +"169677",51678,54061,3,1077,1488 +"169678",51678,56168,2,1077,1466 +"169679",51678,57037,3,1077,2293 +"169680",51678,63525,3,1077,2741 +"169681",51678,66017,3,1077,1545 +"169682",51678,76997,3,1077,2223 +"169683",51678,79772,3,1077,1230 +"169684",51678,79793,3,1077,1915 +"169685",51678,82917,3,1077,2371 +"169686",51678,83334,3,1077,1708 +"169687",51678,94339,3,1077,2768 +"169688",51687,2206,3,2333,2536 +"169689",51687,7014,3,2333,2401 +"169690",51687,10766,3,2333,2647 +"169691",51687,11136,3,2333,2573 +"169692",51687,13780,3,2333,2412 +"169693",51687,15567,3,2333,2671 +"169694",51687,24096,3,2333,2612 +"169695",51687,30870,2,2333,2370 +"169696",51687,35980,3,2333,2657 +"169697",51687,37279,3,2333,2768 +"169698",51687,37929,3,2333,2393 +"169699",51687,45729,3,2333,2606 +"169700",51687,46261,3,2333,2350 +"169701",51687,46870,3,2333,2473 +"169702",51687,47595,3,2333,2374 +"169703",51687,54718,3,2333,2473 +"169704",51687,59243,3,2333,2770 +"169705",51687,63641,3,2333,2337 +"169706",51687,71531,3,2333,2887 +"169707",51758,798,3,2310,2476 +"169708",51758,7896,1,2310,2447 +"169709",51758,8623,3,2310,2463 +"169710",51758,9241,3,2310,2338 +"169711",51758,19208,3,2310,2629 +"169712",51758,19605,3,2310,2395 +"169713",51758,32202,3,2310,2314 +"169714",51758,35477,3,2310,2703 +"169715",51758,47529,3,2310,2914 +"169716",51774,2979,3,2459,2912 +"169717",51774,7942,3,2459,2623 +"169718",51774,19433,3,2459,2504 +"169719",51774,27686,3,2459,2844 +"169720",51774,36487,3,2459,2622 +"169721",51783,371,3,2599,2950 +"169722",51783,3978,3,2599,2775 +"169723",51783,4932,3,2599,2752 +"169724",51783,5120,3,2599,2735 +"169725",51783,7252,3,2599,2799 +"169726",51783,8062,2,2599,2858 +"169727",51783,9332,3,2599,2734 +"169728",51783,9787,3,2599,2858 +"169729",51783,10200,3,2599,2920 +"169730",51783,11329,3,2599,2799 +"169731",51783,11477,2,2599,2724 +"169732",51783,12361,3,2599,2732 +"169733",51783,12747,3,2599,2818 +"169734",51783,17037,3,2599,2947 +"169735",51783,17999,3,2599,2758 +"169736",51783,18371,2,2599,2860 +"169737",51783,20423,3,2599,2654 +"169738",51783,22326,3,2599,2818 +"169739",51783,22709,3,2599,2743 +"169740",51783,24086,3,2599,2663 +"169741",51783,25373,2,2599,2783 +"169742",51783,26642,3,2599,2952 +"169743",51783,26658,3,2599,2745 +"169744",51783,29929,3,2599,2789 +"169745",51783,30705,2,2599,2959 +"169746",51783,31700,3,2599,2727 +"169747",51783,35815,3,2599,2789 +"169748",51783,36953,2,2599,2790 +"169749",51783,37238,3,2599,2609 +"169750",51783,37342,3,2599,2649 +"169751",51783,38800,2,2599,2756 +"169752",51783,53219,3,2599,2973 +"169753",51783,58521,3,2599,2950 +"169754",51783,62739,3,2599,2753 +"169755",51783,72088,3,2599,2728 +"169756",51783,104565,3,2599,2693 +"169757",51810,2572,3,1401,2273 +"169758",51810,3830,3,1401,1661 +"169759",51810,4701,3,1401,2401 +"169760",51810,5462,3,1401,2374 +"169761",51810,7241,3,1401,2259 +"169762",51810,15005,2,1401,1415 +"169763",51810,15500,3,1401,1658 +"169764",51810,17852,3,1401,2840 +"169765",51810,21122,2,1401,1701 +"169766",51810,21197,3,1401,1437 +"169767",51810,22282,3,1401,1418 +"169768",51810,22331,3,1401,2687 +"169769",51810,23729,3,1401,1624 +"169770",51810,26451,3,1401,2133 +"169771",51810,27175,3,1401,1447 +"169772",51810,27390,3,1401,2425 +"169773",51810,30052,3,1401,2855 +"169774",51810,32761,3,1401,2680 +"169775",51810,37677,3,1401,1908 +"169776",51810,41278,3,1401,1873 +"169777",51810,44235,3,1401,2700 +"169778",51810,48698,3,1401,1474 +"169779",51810,52058,3,1401,1836 +"169780",51810,52576,3,1401,2234 +"169781",51810,55468,2,1401,2511 +"169782",51810,56317,3,1401,2030 +"169783",51810,57950,2,1401,1529 +"169784",51810,64181,3,1401,1828 +"169785",51810,65016,3,1401,2749 +"169786",51810,66860,3,1401,1548 +"169787",51810,71702,2,1401,2353 +"169788",51810,79322,3,1401,2770 +"169789",51810,81588,3,1401,1568 +"169790",51810,97915,3,1401,1802 +"169791",51810,108867,3,1401,2328 +"169792",51815,24568,3,1252,1937 +"169793",51815,42946,2,1252,2900 +"169794",51815,44598,3,1252,2356 +"169795",51815,50509,3,1252,2050 +"169796",51815,51831,1,1252,2427 +"169797",51815,51925,1,1252,2307 +"169798",51815,52789,3,1252,1791 +"169799",51815,59918,1,1252,2063 +"169800",51815,69165,2,1252,2340 +"169801",51831,42946,3,2427,2900 +"169802",51838,15826,3,2288,2772 +"169803",51838,23325,3,2288,2779 +"169804",51838,52483,1,2288,2317 +"169805",51843,1624,3,2389,2687 +"169806",51843,1822,3,2389,2888 +"169807",51843,2724,2,2389,2447 +"169808",51843,3477,2,2389,2546 +"169809",51843,3559,3,2389,2413 +"169810",51843,9272,3,2389,2835 +"169811",51843,9503,3,2389,2453 +"169812",51843,13899,3,2389,2650 +"169813",51843,14442,3,2389,2700 +"169814",51843,20984,3,2389,2502 +"169815",51843,30714,3,2389,2485 +"169816",51843,31855,3,2389,2636 +"169817",51843,32339,3,2389,2430 +"169818",51843,32395,3,2389,2735 +"169819",51843,33223,2,2389,2397 +"169820",51843,43226,3,2389,2442 +"169821",51843,47882,3,2389,2769 +"169822",51843,69335,3,2389,2698 +"169823",51843,110871,3,2389,2879 +"169824",51853,455,3,2520,2827 +"169825",51853,1616,3,2520,2662 +"169826",51853,16352,3,2520,2657 +"169827",51853,19027,3,2520,2721 +"169828",51853,20700,3,2520,2861 +"169829",51853,30906,3,2520,2537 +"169830",51853,31799,3,2520,2547 +"169831",51853,33433,2,2520,2805 +"169832",51853,34735,3,2520,2767 +"169833",51860,5984,3,1234,1675 +"169834",51860,34161,2,1234,2789 +"169835",51863,1875,3,1395,1786 +"169836",51863,2272,3,1395,1640 +"169837",51863,2443,3,1395,2333 +"169838",51863,5315,3,1395,2631 +"169839",51863,5515,3,1395,2385 +"169840",51863,7292,3,1395,1988 +"169841",51863,10779,3,1395,2881 +"169842",51863,13249,2,1395,2573 +"169843",51863,13388,3,1395,2119 +"169844",51863,14103,3,1395,2204 +"169845",51863,18874,3,1395,2170 +"169846",51863,20067,3,1395,2390 +"169847",51863,22207,3,1395,2365 +"169848",51863,22410,3,1395,2158 +"169849",51863,29930,3,1395,2240 +"169850",51863,31264,2,1395,2335 +"169851",51863,35529,3,1395,1620 +"169852",51863,38885,2,1395,2720 +"169853",51863,41098,3,1395,1857 +"169854",51863,41955,3,1395,2479 +"169855",51863,43756,3,1395,2881 +"169856",51863,53134,3,1395,1590 +"169857",51863,55643,3,1395,2359 +"169858",51863,62488,3,1395,1418 +"169859",51863,64061,1,1395,2381 +"169860",51863,76356,3,1395,2323 +"169861",51866,270,2,2411,2542 +"169862",51866,997,3,2411,2788 +"169863",51866,2424,2,2411,2582 +"169864",51866,3305,3,2411,2839 +"169865",51866,3477,3,2411,2546 +"169866",51866,3966,3,2411,2425 +"169867",51866,5350,3,2411,2522 +"169868",51866,6074,2,2411,2426 +"169869",51866,7794,3,2411,2972 +"169870",51866,8762,3,2411,2585 +"169871",51866,9184,3,2411,2670 +"169872",51866,12528,3,2411,2589 +"169873",51866,13780,3,2411,2412 +"169874",51866,14834,3,2411,2739 +"169875",51866,17365,1,2411,2746 +"169876",51866,19208,3,2411,2629 +"169877",51866,19862,2,2411,2412 +"169878",51866,21138,3,2411,2849 +"169879",51866,21571,3,2411,2755 +"169880",51866,21682,2,2411,2414 +"169881",51866,23011,3,2411,2763 +"169882",51866,24923,3,2411,2785 +"169883",51866,26721,3,2411,2586 +"169884",51866,27275,3,2411,2656 +"169885",51866,27390,3,2411,2425 +"169886",51866,37238,3,2411,2609 +"169887",51866,38307,2,2411,2648 +"169888",51866,41945,2,2411,2856 +"169889",51866,42216,2,2411,2722 +"169890",51866,43455,1,2411,2846 +"169891",51866,43796,2,2411,2476 +"169892",51866,44768,3,2411,2516 +"169893",51866,46950,3,2411,2673 +"169894",51866,47140,3,2411,2439 +"169895",51866,47248,3,2411,2883 +"169896",51866,48571,3,2411,2717 +"169897",51866,49110,2,2411,2938 +"169898",51866,50134,3,2411,2674 +"169899",51866,51041,3,2411,2606 +"169900",51866,52032,3,2411,2853 +"169901",51866,52570,3,2411,2645 +"169902",51866,53219,2,2411,2973 +"169903",51866,53323,3,2411,2677 +"169904",51866,57969,3,2411,2755 +"169905",51866,61982,2,2411,2725 +"169906",51866,62841,3,2411,2710 +"169907",51866,66992,3,2411,2882 +"169908",51866,67652,3,2411,2736 +"169909",51866,67726,3,2411,2873 +"169910",51866,72207,3,2411,2430 +"169911",51879,160,3,1771,2007 +"169912",51879,237,3,1771,1982 +"169913",51879,728,3,1771,1812 +"169914",51879,1702,2,1771,1984 +"169915",51879,1846,3,1771,1845 +"169916",51879,2057,2,1771,1965 +"169917",51879,2226,3,1771,2225 +"169918",51879,3127,3,1771,2273 +"169919",51879,3770,3,1771,2623 +"169920",51879,4646,3,1771,2139 +"169921",51879,5235,3,1771,2324 +"169922",51879,5897,3,1771,2337 +"169923",51879,7014,2,1771,2401 +"169924",51879,7337,3,1771,1797 +"169925",51879,8062,3,1771,2858 +"169926",51879,8726,3,1771,2083 +"169927",51879,9723,3,1771,2302 +"169928",51879,10129,3,1771,2124 +"169929",51879,10336,3,1771,2271 +"169930",51879,10358,3,1771,2294 +"169931",51879,10754,3,1771,1797 +"169932",51879,14032,3,1771,2144 +"169933",51879,17351,3,1771,2036 +"169934",51879,17812,3,1771,2705 +"169935",51879,18965,3,1771,2315 +"169936",51879,19364,3,1771,2846 +"169937",51879,19380,3,1771,2637 +"169938",51879,19655,3,1771,2706 +"169939",51879,20355,3,1771,2111 +"169940",51879,21324,3,1771,2413 +"169941",51879,21681,2,1771,2005 +"169942",51879,22580,3,1771,2245 +"169943",51879,22709,3,1771,2743 +"169944",51879,22766,3,1771,1945 +"169945",51879,23154,3,1771,2345 +"169946",51879,24791,3,1771,1833 +"169947",51879,25373,3,1771,2783 +"169948",51879,25741,3,1771,2853 +"169949",51879,26734,3,1771,2299 +"169950",51879,27908,3,1771,2576 +"169951",51879,28432,3,1771,1954 +"169952",51879,29997,3,1771,1789 +"169953",51879,30034,3,1771,2357 +"169954",51879,30870,2,1771,2370 +"169955",51879,32050,3,1771,2059 +"169956",51879,32311,3,1771,2396 +"169957",51879,34831,2,1771,1866 +"169958",51879,34870,3,1771,1873 +"169959",51879,37036,3,1771,2264 +"169960",51879,37279,3,1771,2768 +"169961",51879,37929,3,1771,2393 +"169962",51879,38259,2,1771,2258 +"169963",51879,39418,3,1771,1978 +"169964",51879,40572,3,1771,2666 +"169965",51879,40910,3,1771,2469 +"169966",51879,42783,3,1771,2338 +"169967",51879,43961,3,1771,2443 +"169968",51879,44235,3,1771,2700 +"169969",51879,46506,3,1771,2464 +"169970",51879,46532,3,1771,2005 +"169971",51879,51687,3,1771,2333 +"169972",51879,51758,3,1771,2310 +"169973",51879,53160,2,1771,2736 +"169974",51879,59776,3,1771,2493 +"169975",51879,60516,3,1771,2257 +"169976",51879,60879,2,1771,2792 +"169977",51879,63641,3,1771,2337 +"169978",51879,73266,3,1771,2496 +"169979",51879,77077,3,1771,2693 +"169980",51879,80812,3,1771,2357 +"169981",51879,81400,3,1771,2679 +"169982",51879,82819,3,1771,1900 +"169983",51879,82932,1,1771,2245 +"169984",51879,89538,3,1771,1847 +"169985",51890,843,3,1992,2332 +"169986",51890,3272,3,1992,2132 +"169987",51890,12598,2,1992,2086 +"169988",51890,14442,2,1992,2700 +"169989",51890,15023,2,1992,2054 +"169990",51890,18821,3,1992,2075 +"169991",51890,20547,3,1992,2145 +"169992",51890,20739,3,1992,2025 +"169993",51890,31357,2,1992,2389 +"169994",51890,32939,3,1992,2277 +"169995",51890,33460,2,1992,2781 +"169996",51890,36996,3,1992,2321 +"169997",51890,51843,3,1992,2389 +"169998",51890,54385,3,1992,2340 +"169999",51890,57804,3,1992,2214 +"170000",51890,59289,3,1992,2896 +"170001",51890,63104,2,1992,2149 +"170002",51890,64912,3,1992,2099 +"170003",51890,106755,3,1992,2166 +"170004",51896,25180,2,726,2489 +"170005",51896,83912,1,726,1000 +"170006",51896,90570,3,726,964 +"170007",51897,24962,3,730,2126 +"170008",51925,42946,3,2307,2900 +"170009",51925,51831,1,2307,2427 +"170010",51925,69165,1,2307,2340 +"170011",51925,69716,3,2307,2632 +"170012",51925,73786,3,2307,2937 +"170013",51953,1826,3,551,924 +"170014",51953,16940,3,551,1290 +"170015",51953,20287,1,551,1099 +"170016",51953,20975,3,551,1305 +"170017",51953,21198,3,551,935 +"170018",51953,22141,3,551,2348 +"170019",51953,22326,3,551,2818 +"170020",51953,28015,3,551,1624 +"170021",51953,29705,3,551,607 +"170022",51953,37628,3,551,819 +"170023",51953,43173,3,551,2895 +"170024",51953,45660,3,551,618 +"170025",51953,46723,3,551,607 +"170026",51953,50219,3,551,756 +"170027",51953,77305,3,551,965 +"170028",51953,81588,3,551,1568 +"170029",51953,89097,3,551,935 +"170030",51953,92220,3,551,607 +"170031",51953,101295,2,551,2165 +"170032",51953,115622,2,551,1895 +"170033",51971,270,3,195,2542 +"170034",51971,601,3,195,702 +"170035",51971,675,3,195,1686 +"170036",51971,1136,3,195,2536 +"170037",51971,1355,3,195,2473 +"170038",51971,1428,3,195,742 +"170039",51971,1592,3,195,2006 +"170040",51971,2077,3,195,610 +"170041",51971,2111,3,195,1904 +"170042",51971,3167,3,195,1676 +"170043",51971,5346,3,195,1438 +"170044",51971,5622,3,195,2175 +"170045",51971,5971,3,195,1985 +"170046",51971,6055,2,195,2651 +"170047",51971,6264,3,195,749 +"170048",51971,6588,3,195,2025 +"170049",51971,6940,3,195,1183 +"170050",51971,7180,3,195,2227 +"170051",51971,7992,3,195,2033 +"170052",51971,8275,3,195,2237 +"170053",51971,9184,3,195,2670 +"170054",51971,10523,3,195,1510 +"170055",51971,11229,3,195,1625 +"170056",51971,11817,2,195,600 +"170057",51971,11912,3,195,889 +"170058",51971,12374,3,195,2260 +"170059",51971,12639,3,195,1141 +"170060",51971,12692,3,195,1855 +"170061",51971,13967,3,195,1354 +"170062",51971,14656,3,195,584 +"170063",51971,15207,2,195,1855 +"170064",51971,15402,3,195,1281 +"170065",51971,16352,3,195,2657 +"170066",51971,18364,2,195,535 +"170067",51971,18550,3,195,483 +"170068",51971,19248,3,195,2357 +"170069",51971,19593,2,195,2013 +"170070",51971,19621,2,195,725 +"170071",51971,19893,3,195,1223 +"170072",51971,20067,3,195,2390 +"170073",51971,20319,3,195,468 +"170074",51971,21566,2,195,1234 +"170075",51971,22197,3,195,2271 +"170076",51971,23006,3,195,1532 +"170077",51971,23492,3,195,1067 +"170078",51971,23725,3,195,2378 +"170079",51971,23726,3,195,2434 +"170080",51971,23869,3,195,1918 +"170081",51971,26322,3,195,1018 +"170082",51971,26658,3,195,2745 +"170083",51971,26848,3,195,2363 +"170084",51971,26867,3,195,1804 +"170085",51971,27104,3,195,1608 +"170086",51971,27112,3,195,500 +"170087",51971,27377,3,195,1724 +"170088",51971,27744,3,195,861 +"170089",51971,28130,2,195,908 +"170090",51971,28131,3,195,1492 +"170091",51971,28808,2,195,1063 +"170092",51971,30165,3,195,1409 +"170093",51971,31436,3,195,2892 +"170094",51971,32017,3,195,577 +"170095",51971,32939,3,195,2277 +"170096",51971,33801,3,195,2899 +"170097",51971,34158,3,195,2639 +"170098",51971,35286,2,195,395 +"170099",51971,35529,3,195,1620 +"170100",51971,35673,2,195,1067 +"170101",51971,35772,2,195,1440 +"170102",51971,36441,3,195,2796 +"170103",51971,37800,3,195,604 +"170104",51971,39294,3,195,1889 +"170105",51971,39563,2,195,486 +"170106",51971,39570,3,195,496 +"170107",51971,39748,3,195,1566 +"170108",51971,39865,3,195,849 +"170109",51971,40028,2,195,1349 +"170110",51971,40072,3,195,1182 +"170111",51971,40113,3,195,451 +"170112",51971,40369,3,195,2735 +"170113",51971,40756,3,195,2329 +"170114",51971,40893,3,195,1116 +"170115",51971,41108,3,195,1624 +"170116",51971,42799,2,195,2729 +"170117",51971,43213,3,195,2160 +"170118",51971,44161,3,195,1156 +"170119",51971,44521,3,195,1593 +"170120",51971,44648,2,195,619 +"170121",51971,45684,2,195,2200 +"170122",51971,45903,3,195,2237 +"170123",51971,46196,3,195,1510 +"170124",51971,46621,3,195,1343 +"170125",51971,46629,3,195,2255 +"170126",51971,46635,2,195,2528 +"170127",51971,48605,3,195,2796 +"170128",51971,49046,2,195,255 +"170129",51971,50236,3,195,2339 +"170130",51971,51157,2,195,2319 +"170131",51971,53412,2,195,566 +"170132",51971,54551,3,195,2348 +"170133",51971,56082,3,195,2395 +"170134",51971,56237,3,195,2625 +"170135",51971,56903,1,195,1584 +"170136",51971,57246,2,195,1873 +"170137",51971,57414,3,195,922 +"170138",51971,57804,3,195,2214 +"170139",51971,59939,3,195,936 +"170140",51971,61785,3,195,822 +"170141",51971,61948,3,195,1231 +"170142",51971,62148,1,195,1566 +"170143",51971,64219,3,195,2705 +"170144",51971,64786,3,195,870 +"170145",51971,64997,3,195,2791 +"170146",51971,68024,3,195,1531 +"170147",51971,70838,3,195,687 +"170148",51971,72188,3,195,856 +"170149",51971,72326,3,195,2384 +"170150",51971,74730,3,195,535 +"170151",51971,74818,2,195,1440 +"170152",51971,76356,3,195,2323 +"170153",51971,76999,3,195,908 +"170154",51971,80242,3,195,569 +"170155",51971,81463,2,195,955 +"170156",51971,81478,3,195,1640 +"170157",51971,81676,3,195,839 +"170158",51971,85356,2,195,1492 +"170159",51971,86785,3,195,1607 +"170160",51971,88232,3,195,2881 +"170161",51971,89137,3,195,580 +"170162",51971,91891,2,195,323 +"170163",51971,91901,2,195,1236 +"170164",51971,91912,3,195,790 +"170165",51971,92254,3,195,517 +"170166",51971,92381,3,195,1237 +"170167",51971,94520,3,195,1243 +"170168",51971,96132,2,195,1489 +"170169",51971,102107,3,195,504 +"170170",51971,109663,3,195,545 +"170171",51971,109718,1,195,1237 +"170172",51971,112437,3,195,513 +"170173",51971,114342,3,195,228 +"170174",51971,120549,3,195,708 +"170175",51987,671,2,1397,2328 +"170176",51987,675,3,1397,1686 +"170177",51987,733,3,1397,1653 +"170178",51987,1046,3,1397,1881 +"170179",51987,1136,3,1397,2536 +"170180",51987,2424,3,1397,2582 +"170181",51987,2563,3,1397,1686 +"170182",51987,2591,3,1397,1949 +"170183",51987,3167,3,1397,1676 +"170184",51987,3242,2,1397,1730 +"170185",51987,4191,2,1397,2130 +"170186",51987,4618,3,1397,2607 +"170187",51987,4687,3,1397,2152 +"170188",51987,4980,2,1397,2093 +"170189",51987,5725,3,1397,2789 +"170190",51987,6023,2,1397,2050 +"170191",51987,6577,3,1397,1951 +"170192",51987,7245,3,1397,2089 +"170193",51987,7861,3,1397,1647 +"170194",51987,8621,3,1397,1681 +"170195",51987,10404,3,1397,2062 +"170196",51987,10799,2,1397,2010 +"170197",51987,10871,3,1397,2314 +"170198",51987,10890,3,1397,2639 +"170199",51987,12374,3,1397,2260 +"170200",51987,12713,3,1397,2440 +"170201",51987,15299,3,1397,2213 +"170202",51987,16217,3,1397,1653 +"170203",51987,16365,3,1397,2217 +"170204",51987,17357,3,1397,1536 +"170205",51987,17410,3,1397,2073 +"170206",51987,19516,2,1397,2313 +"170207",51987,19568,3,1397,2302 +"170208",51987,20563,2,1397,2267 +"170209",51987,21122,3,1397,1701 +"170210",51987,22884,3,1397,1608 +"170211",51987,23534,2,1397,1659 +"170212",51987,23704,2,1397,2278 +"170213",51987,23756,3,1397,2309 +"170214",51987,24962,3,1397,2126 +"170215",51987,25341,3,1397,1858 +"170216",51987,25643,3,1397,1646 +"170217",51987,26155,3,1397,1802 +"170218",51987,26436,2,1397,2489 +"170219",51987,26516,3,1397,2479 +"170220",51987,26570,3,1397,1669 +"170221",51987,27753,3,1397,2750 +"170222",51987,30438,3,1397,1617 +"170223",51987,31000,3,1397,1526 +"170224",51987,31799,3,1397,2547 +"170225",51987,32988,3,1397,2008 +"170226",51987,34136,3,1397,2202 +"170227",51987,34216,3,1397,2832 +"170228",51987,34492,1,1397,1798 +"170229",51987,34509,3,1397,1973 +"170230",51987,38449,2,1397,1802 +"170231",51987,40293,3,1397,1671 +"170232",51987,41402,3,1397,2313 +"170233",51987,45343,3,1397,2360 +"170234",51987,45715,2,1397,2287 +"170235",51987,51022,2,1397,1499 +"170236",51987,51410,1,1397,2739 +"170237",51987,53031,3,1397,2065 +"170238",51987,54740,3,1397,2750 +"170239",51987,55156,3,1397,2196 +"170240",51987,55691,3,1397,2856 +"170241",51987,56171,2,1397,1524 +"170242",51987,58035,2,1397,1646 +"170243",51987,63515,3,1397,2023 +"170244",51987,64793,3,1397,2819 +"170245",51987,64997,3,1397,2791 +"170246",51987,68810,3,1397,2409 +"170247",51987,74095,3,1397,2333 +"170248",51987,78563,3,1397,2385 +"170249",51987,81813,3,1397,1656 +"170250",51987,82767,3,1397,1641 +"170251",51987,88232,3,1397,2881 +"170252",51987,99103,3,1397,1470 +"170253",51991,7861,3,692,1647 +"170254",51991,16881,3,692,925 +"170255",51991,22578,3,692,2216 +"170256",51991,27686,3,692,2844 +"170257",51999,2344,3,2425,2752 +"170258",51999,44235,3,2425,2700 +"170259",52003,1102,3,2067,2282 +"170260",52003,6074,3,2067,2426 +"170261",52003,15315,1,2067,2173 +"170262",52003,21682,3,2067,2414 +"170263",52003,24807,3,2067,2319 +"170264",52003,25508,3,2067,2081 +"170265",52003,42935,2,2067,2400 +"170266",52003,47248,3,2067,2883 +"170267",52003,51017,3,2067,2073 +"170268",52003,55139,3,2067,2323 +"170269",52026,82732,3,2633,2810 +"170270",52032,7794,3,2853,2972 +"170271",52032,41945,3,2853,2856 +"170272",52041,32395,2,2694,2735 +"170273",52043,2208,3,977,2814 +"170274",52043,4317,3,977,1224 +"170275",52043,8712,3,977,1153 +"170276",52043,16608,3,977,1769 +"170277",52043,23825,3,977,1913 +"170278",52043,27001,3,977,1761 +"170279",52043,28193,2,977,1032 +"170280",52051,11912,2,64,889 +"170281",52051,12122,3,64,1385 +"170282",52051,19893,3,64,1223 +"170283",52051,22966,2,64,2112 +"170284",52051,44089,3,64,1632 +"170285",52051,49046,3,64,255 +"170286",52051,62089,2,64,929 +"170287",52051,69360,2,64,404 +"170288",52051,76721,1,64,1174 +"170289",52058,913,3,1836,2144 +"170290",52058,2424,3,1836,2582 +"170291",52058,2533,3,1836,2016 +"170292",52058,3305,3,1836,2839 +"170293",52058,3493,3,1836,2451 +"170294",52058,3961,3,1836,2426 +"170295",52058,4289,2,1836,1921 +"170296",52058,4567,3,1836,2348 +"170297",52058,4701,3,1836,2401 +"170298",52058,6052,3,1836,1985 +"170299",52058,12618,3,1836,2021 +"170300",52058,12863,3,1836,2027 +"170301",52058,13929,3,1836,2693 +"170302",52058,17852,3,1836,2840 +"170303",52058,19719,3,1836,2177 +"170304",52058,20643,3,1836,2341 +"170305",52058,21285,3,1836,2100 +"170306",52058,21693,3,1836,2176 +"170307",52058,22326,3,1836,2818 +"170308",52058,22331,3,1836,2687 +"170309",52058,23918,3,1836,1881 +"170310",52058,25305,3,1836,2447 +"170311",52058,25577,3,1836,1946 +"170312",52058,26451,3,1836,2133 +"170313",52058,26749,3,1836,2965 +"170314",52058,27275,3,1836,2656 +"170315",52058,27390,2,1836,2425 +"170316",52058,27694,3,1836,2030 +"170317",52058,29962,3,1836,2201 +"170318",52058,30052,3,1836,2855 +"170319",52058,32173,3,1836,2341 +"170320",52058,38019,3,1836,1870 +"170321",52058,38227,3,1836,2511 +"170322",52058,43213,3,1836,2160 +"170323",52058,50685,3,1836,2008 +"170324",52058,52576,3,1836,2234 +"170325",52058,55438,2,1836,2863 +"170326",52058,55468,2,1836,2511 +"170327",52058,55691,3,1836,2856 +"170328",52058,56082,3,1836,2395 +"170329",52058,56317,2,1836,2030 +"170330",52058,58508,3,1836,2326 +"170331",52058,58684,3,1836,2295 +"170332",52058,72207,3,1836,2430 +"170333",52058,75403,3,1836,1895 +"170334",52058,79322,2,1836,2770 +"170335",52058,82949,2,1836,2077 +"170336",52110,7785,3,1676,2441 +"170337",52110,32532,3,1676,2338 +"170338",52110,35797,3,1676,2482 +"170339",52136,14,3,1412,1793 +"170340",52136,212,3,1412,1513 +"170341",52136,270,2,1412,2542 +"170342",52136,360,3,1412,1671 +"170343",52136,364,3,1412,2351 +"170344",52136,380,2,1412,2261 +"170345",52136,449,3,1412,1950 +"170346",52136,457,3,1412,1704 +"170347",52136,952,3,1412,1991 +"170348",52136,997,3,1412,2788 +"170349",52136,1102,2,1412,2282 +"170350",52136,1124,2,1412,1596 +"170351",52136,1175,3,1412,1642 +"170352",52136,1314,3,1412,1522 +"170353",52136,1315,3,1412,2760 +"170354",52136,1519,3,1412,2349 +"170355",52136,1592,2,1412,2006 +"170356",52136,1691,2,1412,1941 +"170357",52136,1846,3,1412,1845 +"170358",52136,1875,3,1412,1786 +"170359",52136,2011,3,1412,2176 +"170360",52136,2111,2,1412,1904 +"170361",52136,2195,3,1412,2139 +"170362",52136,2289,3,1412,2389 +"170363",52136,2424,3,1412,2582 +"170364",52136,2484,3,1412,2389 +"170365",52136,2533,3,1412,2016 +"170366",52136,2572,3,1412,2273 +"170367",52136,3139,3,1412,1656 +"170368",52136,3305,3,1412,2839 +"170369",52136,3306,3,1412,1989 +"170370",52136,3477,3,1412,2546 +"170371",52136,3493,1,1412,2451 +"170372",52136,3801,3,1412,1974 +"170373",52136,3966,3,1412,2425 +"170374",52136,4001,3,1412,1687 +"170375",52136,4191,3,1412,2130 +"170376",52136,4226,3,1412,1903 +"170377",52136,4360,1,1412,1770 +"170378",52136,4526,3,1412,1728 +"170379",52136,4665,3,1412,1569 +"170380",52136,4701,3,1412,2401 +"170381",52136,5072,2,1412,2175 +"170382",52136,5235,3,1412,2324 +"170383",52136,5258,3,1412,2730 +"170384",52136,5405,2,1412,1510 +"170385",52136,5580,3,1412,2111 +"170386",52136,5622,2,1412,2175 +"170387",52136,5971,2,1412,1985 +"170388",52136,5984,3,1412,1675 +"170389",52136,5986,3,1412,1721 +"170390",52136,6047,2,1412,2004 +"170391",52136,6052,3,1412,1985 +"170392",52136,6063,3,1412,2349 +"170393",52136,6074,3,1412,2426 +"170394",52136,6104,3,1412,2462 +"170395",52136,6222,3,1412,1949 +"170396",52136,6252,3,1412,2336 +"170397",52136,6363,3,1412,2066 +"170398",52136,6390,3,1412,2385 +"170399",52136,6417,3,1412,1675 +"170400",52136,6588,2,1412,2025 +"170401",52136,6602,3,1412,1631 +"170402",52136,6718,3,1412,2138 +"170403",52136,7180,3,1412,2227 +"170404",52136,7234,2,1412,2654 +"170405",52136,7337,3,1412,1797 +"170406",52136,7555,3,1412,1943 +"170407",52136,7615,3,1412,1657 +"170408",52136,7787,3,1412,2314 +"170409",52136,7858,2,1412,1795 +"170410",52136,8192,3,1412,1670 +"170411",52136,8866,3,1412,1545 +"170412",52136,9311,2,1412,2477 +"170413",52136,9364,3,1412,1698 +"170414",52136,9432,3,1412,1693 +"170415",52136,9654,3,1412,2111 +"170416",52136,9703,3,1412,1845 +"170417",52136,9785,3,1412,2951 +"170418",52136,9787,3,1412,2858 +"170419",52136,9805,3,1412,1621 +"170420",52136,9928,3,1412,2345 +"170421",52136,10358,3,1412,2294 +"170422",52136,10488,1,1412,1524 +"170423",52136,10513,3,1412,2284 +"170424",52136,10523,3,1412,1510 +"170425",52136,10843,3,1412,2277 +"170426",52136,10857,2,1412,2253 +"170427",52136,10874,3,1412,1891 +"170428",52136,11218,2,1412,2292 +"170429",52136,11229,3,1412,1625 +"170430",52136,11477,3,1412,2724 +"170431",52136,11493,3,1412,2077 +"170432",52136,12042,3,1412,2345 +"170433",52136,12199,3,1412,1651 +"170434",52136,12361,3,1412,2732 +"170435",52136,12374,3,1412,2260 +"170436",52136,12375,3,1412,1873 +"170437",52136,12724,3,1412,1930 +"170438",52136,12728,3,1412,2374 +"170439",52136,13307,2,1412,2206 +"170440",52136,13837,3,1412,1604 +"170441",52136,14032,2,1412,2144 +"170442",52136,14108,2,1412,2012 +"170443",52136,14482,3,1412,1573 +"170444",52136,14655,3,1412,2559 +"170445",52136,14723,3,1412,2019 +"170446",52136,14731,3,1412,2012 +"170447",52136,15626,3,1412,2434 +"170448",52136,15700,2,1412,1712 +"170449",52136,15799,3,1412,1917 +"170450",52136,16352,3,1412,2657 +"170451",52136,16535,3,1412,1993 +"170452",52136,16863,2,1412,2069 +"170453",52136,17400,2,1412,2231 +"170454",52136,17931,3,1412,1617 +"170455",52136,18005,3,1412,2449 +"170456",52136,18217,3,1412,1566 +"170457",52136,18361,3,1412,2968 +"170458",52136,18381,3,1412,1524 +"170459",52136,18394,2,1412,2356 +"170460",52136,18421,3,1412,2457 +"170461",52136,18543,3,1412,2968 +"170462",52136,19173,3,1412,1686 +"170463",52136,19248,3,1412,2357 +"170464",52136,19323,3,1412,1705 +"170465",52136,19622,3,1412,2371 +"170466",52136,19655,3,1412,2706 +"170467",52136,19718,3,1412,1702 +"170468",52136,19719,3,1412,2177 +"170469",52136,19862,3,1412,2412 +"170470",52136,20124,2,1412,2376 +"170471",52136,20311,3,1412,1981 +"170472",52136,20407,2,1412,2339 +"170473",52136,21012,3,1412,2325 +"170474",52136,21104,3,1412,2327 +"170475",52136,21197,3,1412,1437 +"170476",52136,21682,3,1412,2414 +"170477",52136,21693,3,1412,2176 +"170478",52136,21929,3,1412,2062 +"170479",52136,22165,3,1412,1501 +"170480",52136,22197,3,1412,2271 +"170481",52136,22244,3,1412,2139 +"170482",52136,22282,3,1412,1418 +"170483",52136,22326,3,1412,2818 +"170484",52136,22362,2,1412,1836 +"170485",52136,22403,3,1412,1630 +"170486",52136,23000,3,1412,1815 +"170487",52136,23011,3,1412,2763 +"170488",52136,23154,3,1412,2345 +"170489",52136,23310,3,1412,2371 +"170490",52136,23509,3,1412,2275 +"170491",52136,23526,2,1412,1998 +"170492",52136,23715,2,1412,1859 +"170493",52136,23725,2,1412,2378 +"170494",52136,23727,2,1412,1734 +"170495",52136,23729,1,1412,1624 +"170496",52136,23756,3,1412,2309 +"170497",52136,23825,3,1412,1913 +"170498",52136,23970,2,1412,1624 +"170499",52136,24066,3,1412,1755 +"170500",52136,24198,3,1412,2217 +"170501",52136,25305,3,1412,2447 +"170502",52136,25565,3,1412,2764 +"170503",52136,25643,2,1412,1646 +"170504",52136,26067,3,1412,2069 +"170505",52136,26080,3,1412,2525 +"170506",52136,26182,3,1412,2775 +"170507",52136,26818,3,1412,1999 +"170508",52136,26848,3,1412,2363 +"170509",52136,26867,2,1412,1804 +"170510",52136,27175,3,1412,1447 +"170511",52136,27686,3,1412,2844 +"170512",52136,28190,3,1412,1634 +"170513",52136,29170,3,1412,1846 +"170514",52136,29929,3,1412,2789 +"170515",52136,29948,3,1412,2795 +"170516",52136,30034,3,1412,2357 +"170517",52136,30334,3,1412,2075 +"170518",52136,30405,2,1412,2164 +"170519",52136,30618,3,1412,1609 +"170520",52136,30906,3,1412,2537 +"170521",52136,31093,2,1412,2160 +"170522",52136,31307,3,1412,2139 +"170523",52136,31335,3,1412,2351 +"170524",52136,31436,2,1412,2892 +"170525",52136,31866,3,1412,2101 +"170526",52136,32173,3,1412,2341 +"170527",52136,32919,3,1412,2321 +"170528",52136,33223,3,1412,2397 +"170529",52136,33356,3,1412,1586 +"170530",52136,33433,2,1412,2805 +"170531",52136,33622,3,1412,2230 +"170532",52136,33981,3,1412,1993 +"170533",52136,34480,3,1412,2755 +"170534",52136,34707,3,1412,2042 +"170535",52136,35815,3,1412,2789 +"170536",52136,35926,3,1412,2371 +"170537",52136,36031,3,1412,2342 +"170538",52136,36278,3,1412,2952 +"170539",52136,36439,3,1412,2469 +"170540",52136,36441,3,1412,2796 +"170541",52136,36651,3,1412,1600 +"170542",52136,36714,3,1412,2209 +"170543",52136,36912,3,1412,2469 +"170544",52136,37149,3,1412,1673 +"170545",52136,37509,3,1412,1640 +"170546",52136,37636,3,1412,2178 +"170547",52136,37859,3,1412,1999 +"170548",52136,38213,2,1412,1744 +"170549",52136,38676,3,1412,2286 +"170550",52136,39062,3,1412,2020 +"170551",52136,39294,2,1412,1889 +"170552",52136,39418,3,1412,1978 +"170553",52136,39906,3,1412,2365 +"170554",52136,40293,3,1412,1671 +"170555",52136,40296,3,1412,1674 +"170556",52136,40392,3,1412,1878 +"170557",52136,40493,3,1412,1981 +"170558",52136,40542,3,1412,1664 +"170559",52136,41694,3,1412,2358 +"170560",52136,42216,3,1412,2722 +"170561",52136,42687,3,1412,1952 +"170562",52136,43173,3,1412,2895 +"170563",52136,43213,1,1412,2160 +"170564",52136,43385,3,1412,1623 +"170565",52136,43455,3,1412,2846 +"170566",52136,43518,3,1412,2680 +"170567",52136,43673,3,1412,2787 +"170568",52136,44521,3,1412,1593 +"170569",52136,45302,3,1412,2390 +"170570",52136,45684,2,1412,2200 +"170571",52136,45729,3,1412,2606 +"170572",52136,46182,3,1412,1613 +"170573",52136,46196,1,1412,1510 +"170574",52136,46532,3,1412,2005 +"170575",52136,46629,2,1412,2255 +"170576",52136,46883,3,1412,1671 +"170577",52136,46951,3,1412,2429 +"170578",52136,46982,2,1412,2806 +"170579",52136,47013,3,1412,2388 +"170580",52136,47098,3,1412,2057 +"170581",52136,47445,3,1412,2668 +"170582",52136,47803,3,1412,2477 +"170583",52136,47857,3,1412,2325 +"170584",52136,48035,3,1412,2180 +"170585",52136,48215,3,1412,2028 +"170586",52136,48414,3,1412,1749 +"170587",52136,49301,3,1412,1894 +"170588",52136,49581,3,1412,1817 +"170589",52136,49608,3,1412,2184 +"170590",52136,49620,2,1412,1868 +"170591",52136,50118,3,1412,2654 +"170592",52136,50179,3,1412,2230 +"170593",52136,50236,2,1412,2339 +"170594",52136,50685,3,1412,2008 +"170595",52136,50785,3,1412,2877 +"170596",52136,51017,3,1412,2073 +"170597",52136,51035,3,1412,2397 +"170598",52136,51144,2,1412,2466 +"170599",52136,51783,3,1412,2599 +"170600",52136,51866,3,1412,2411 +"170601",52136,52058,2,1412,1836 +"170602",52136,52327,3,1412,1472 +"170603",52136,52345,2,1412,1430 +"170604",52136,52576,2,1412,2234 +"170605",52136,53134,3,1412,1590 +"170606",52136,53604,3,1412,2489 +"170607",52136,54551,2,1412,2348 +"170608",52136,54929,3,1412,2783 +"170609",52136,55082,3,1412,1856 +"170610",52136,55320,3,1412,1643 +"170611",52136,55324,3,1412,1544 +"170612",52136,55468,3,1412,2511 +"170613",52136,55482,2,1412,1866 +"170614",52136,55643,3,1412,2359 +"170615",52136,56082,1,1412,2395 +"170616",52136,56237,3,1412,2625 +"170617",52136,56317,3,1412,2030 +"170618",52136,56903,3,1412,1584 +"170619",52136,57246,3,1412,1873 +"170620",52136,57760,3,1412,1721 +"170621",52136,58035,3,1412,1646 +"170622",52136,58451,3,1412,1939 +"170623",52136,58508,3,1412,2326 +"170624",52136,58993,3,1412,2390 +"170625",52136,59113,3,1412,2434 +"170626",52136,61982,3,1412,2725 +"170627",52136,62841,3,1412,2710 +"170628",52136,64947,2,1412,2489 +"170629",52136,65242,3,1412,1988 +"170630",52136,66994,3,1412,1865 +"170631",52136,67383,3,1412,1739 +"170632",52136,67726,3,1412,2873 +"170633",52136,68024,3,1412,1531 +"170634",52136,70583,3,1412,2615 +"170635",52136,71531,3,1412,2887 +"170636",52136,72207,1,1412,2430 +"170637",52136,72326,3,1412,2384 +"170638",52136,73582,3,1412,2075 +"170639",52136,74190,2,1412,1428 +"170640",52136,74636,2,1412,2525 +"170641",52136,74818,3,1412,1440 +"170642",52136,75403,1,1412,1895 +"170643",52136,76048,3,1412,2373 +"170644",52136,76396,3,1412,1731 +"170645",52136,78037,3,1412,1606 +"170646",52136,79804,2,1412,2227 +"170647",52136,80784,3,1412,1738 +"170648",52136,81588,3,1412,1568 +"170649",52136,82730,3,1412,1492 +"170650",52136,82747,3,1412,1496 +"170651",52136,82949,3,1412,2077 +"170652",52136,83396,3,1412,2396 +"170653",52136,85198,3,1412,1794 +"170654",52136,85356,3,1412,1492 +"170655",52136,85736,3,1412,1601 +"170656",52136,86245,2,1412,1972 +"170657",52136,87144,3,1412,2299 +"170658",52136,87837,3,1412,1987 +"170659",52136,88232,2,1412,2881 +"170660",52136,92322,3,1412,2393 +"170661",52136,96715,3,1412,1792 +"170662",52136,97309,3,1412,1740 +"170663",52136,99215,3,1412,2791 +"170664",52138,16237,1,1615,2009 +"170665",52138,35774,1,1615,1969 +"170666",52138,72845,3,1615,1663 +"170667",52154,1592,3,1722,2006 +"170668",52154,1639,3,1722,2631 +"170669",52154,2208,2,1722,2814 +"170670",52154,7229,3,1722,2669 +"170671",52154,15560,3,1722,2257 +"170672",52154,17221,3,1722,2487 +"170673",52154,19926,3,1722,2444 +"170674",52154,23825,2,1722,1913 +"170675",52154,23869,3,1722,1918 +"170676",52154,25508,3,1722,2081 +"170677",52154,27280,3,1722,1965 +"170678",52154,34836,3,1722,2302 +"170679",52154,36031,3,1722,2342 +"170680",52154,37752,3,1722,2223 +"170681",52154,38019,3,1722,1870 +"170682",52154,46803,2,1722,2305 +"170683",52154,50275,3,1722,2832 +"170684",52154,55775,3,1722,2385 +"170685",52154,56464,3,1722,2488 +"170686",52154,65188,3,1722,2213 +"170687",52154,67775,3,1722,1964 +"170688",52154,88232,3,1722,2881 +"170689",52154,89681,3,1722,1978 +"170690",52154,119208,3,1722,2646 +"170691",52154,119524,2,1722,1930 +"170692",52174,6755,3,983,2818 +"170693",52174,18479,3,983,2967 +"170694",52174,30368,3,983,2487 +"170695",52174,32516,3,983,2050 +"170696",52174,36662,3,983,2967 +"170697",52174,46520,2,983,1776 +"170698",52174,57037,3,983,2293 +"170699",52174,59039,3,983,2870 +"170700",52174,77666,3,983,1372 +"170701",52178,9241,3,710,2338 +"170702",52178,26138,3,710,1902 +"170703",52178,26567,3,710,1158 +"170704",52178,43250,1,710,1300 +"170705",52178,47557,3,710,999 +"170706",52178,49147,3,710,2539 +"170707",52178,60384,2,710,2765 +"170708",52178,62498,1,710,1698 +"170709",52178,78460,2,710,985 +"170710",52178,95661,3,710,872 +"170711",52178,116792,3,710,2397 +"170712",52179,2370,3,1572,1600 +"170713",52179,2927,3,1572,1789 +"170714",52179,3158,3,1572,2762 +"170715",52179,4249,2,1572,2547 +"170716",52179,4784,3,1572,2511 +"170717",52179,6020,2,1572,1864 +"170718",52179,6223,2,1572,2363 +"170719",52179,6747,3,1572,2913 +"170720",52179,8607,3,1572,1685 +"170721",52179,14172,3,1572,1923 +"170722",52179,14470,3,1572,2632 +"170723",52179,14957,3,1572,2306 +"170724",52179,15782,2,1572,2306 +"170725",52179,17695,3,1572,1930 +"170726",52179,21358,2,1572,1970 +"170727",52179,28648,2,1572,1586 +"170728",52179,36840,3,1572,2269 +"170729",52179,41489,3,1572,2006 +"170730",52179,42390,3,1572,2937 +"170731",52179,45297,3,1572,1864 +"170732",52179,46049,3,1572,2102 +"170733",52179,48823,3,1572,2080 +"170734",52179,54488,2,1572,2357 +"170735",52179,84235,3,1572,1639 +"170736",52185,1560,3,1012,2013 +"170737",52185,2802,3,1012,1836 +"170738",52185,3152,3,1012,1621 +"170739",52185,5557,3,1012,1929 +"170740",52185,5852,3,1012,1862 +"170741",52185,9716,2,1012,1929 +"170742",52185,10727,3,1012,2082 +"170743",52185,10908,3,1012,1134 +"170744",52185,12228,3,1012,2034 +"170745",52185,14626,3,1012,2175 +"170746",52185,14654,3,1012,1692 +"170747",52185,14789,3,1012,1034 +"170748",52185,16361,3,1012,1641 +"170749",52185,18855,2,1012,1362 +"170750",52185,21741,3,1012,1574 +"170751",52185,25885,3,1012,1223 +"170752",52185,30404,2,1012,1810 +"170753",52185,32582,3,1012,1929 +"170754",52185,35264,3,1012,2329 +"170755",52185,40392,3,1012,1878 +"170756",52185,41185,3,1012,1929 +"170757",52185,45730,3,1012,2063 +"170758",52185,49147,3,1012,2539 +"170759",52185,54903,3,1012,2493 +"170760",52185,55775,3,1012,2385 +"170761",52185,56737,3,1012,2270 +"170762",52185,72426,3,1012,2902 +"170763",52185,74912,3,1012,1542 +"170764",52185,79036,3,1012,2524 +"170765",52185,79822,3,1012,1508 +"170766",52185,82226,3,1012,1619 +"170767",52185,91631,3,1012,1899 +"170768",52185,91715,3,1012,1034 +"170769",52185,96349,3,1012,1874 +"170770",52185,97266,3,1012,1016 +"170771",52185,102845,3,1012,1067 +"170772",52203,3306,2,1961,1989 +"170773",52203,7508,2,1961,2396 +"170774",52203,7984,3,1961,2493 +"170775",52203,11477,3,1961,2724 +"170776",52203,13801,2,1961,2041 +"170777",52203,15003,3,1961,2067 +"170778",52203,20643,3,1961,2341 +"170779",52203,23223,2,1961,2094 +"170780",52203,23725,3,1961,2378 +"170781",52203,24591,3,1961,2528 +"170782",52203,33949,3,1961,2489 +"170783",52203,36031,3,1961,2342 +"170784",52203,45290,2,1961,2731 +"170785",52203,47082,3,1961,1990 +"170786",52203,50134,3,1961,2674 +"170787",52203,54929,3,1961,2783 +"170788",52203,55128,3,1961,2257 +"170789",52203,56082,3,1961,2395 +"170790",52203,57549,3,1961,2335 +"170791",52203,59539,3,1961,2429 +"170792",52203,89681,3,1961,1978 +"170793",52210,388,3,51,1594 +"170794",52210,1560,2,51,2013 +"170795",52210,2737,3,51,607 +"170796",52210,8157,3,51,1063 +"170797",52210,8478,2,51,984 +"170798",52210,8525,3,51,1787 +"170799",52210,9506,2,51,1012 +"170800",52210,9716,1,51,1929 +"170801",52210,10128,3,51,883 +"170802",52210,10200,3,51,2920 +"170803",52210,10720,3,51,199 +"170804",52210,11429,3,51,2520 +"170805",52210,12481,3,51,1086 +"170806",52210,12973,3,51,1569 +"170807",52210,14623,3,51,2043 +"170808",52210,14626,3,51,2175 +"170809",52210,14761,3,51,2502 +"170810",52210,14789,3,51,1034 +"170811",52210,15737,3,51,676 +"170812",52210,18855,3,51,1362 +"170813",52210,20705,2,51,829 +"170814",52210,21424,2,51,1303 +"170815",52210,22571,3,51,655 +"170816",52210,23302,3,51,2677 +"170817",52210,24086,3,51,2663 +"170818",52210,24610,3,51,2733 +"170819",52210,30317,2,51,2431 +"170820",52210,30334,3,51,2075 +"170821",52210,32582,2,51,1929 +"170822",52210,32642,3,51,158 +"170823",52210,32939,2,51,2277 +"170824",52210,33533,3,51,234 +"170825",52210,37342,3,51,2649 +"170826",52210,37636,3,51,2178 +"170827",52210,39189,3,51,2319 +"170828",52210,40392,2,51,1878 +"170829",52210,41185,2,51,1929 +"170830",52210,41757,3,51,145 +"170831",52210,51783,3,51,2599 +"170832",52210,52185,3,51,1012 +"170833",52210,54903,3,51,2493 +"170834",52210,55775,3,51,2385 +"170835",52210,56737,3,51,2270 +"170836",52210,57804,3,51,2214 +"170837",52210,66299,3,51,267 +"170838",52210,74912,3,51,1542 +"170839",52210,78768,2,51,841 +"170840",52210,91715,3,51,1034 +"170841",52210,96197,3,51,1670 +"170842",52210,97266,3,51,1016 +"170843",52210,99204,3,51,232 +"170844",52210,102845,3,51,1067 +"170845",52215,2226,2,1908,2225 +"170846",52215,2852,3,1908,2448 +"170847",52215,3271,3,1908,2216 +"170848",52215,3770,3,1908,2623 +"170849",52215,4249,3,1908,2547 +"170850",52215,4612,3,1908,2804 +"170851",52215,4660,3,1908,2149 +"170852",52215,9272,2,1908,2835 +"170853",52215,9723,3,1908,2302 +"170854",52215,10766,3,1908,2647 +"170855",52215,11239,2,1908,2181 +"170856",52215,14887,3,1908,2158 +"170857",52215,14915,3,1908,2606 +"170858",52215,16352,3,1908,2657 +"170859",52215,19215,3,1908,2604 +"170860",52215,19364,3,1908,2846 +"170861",52215,22580,3,1908,2245 +"170862",52215,22709,2,1908,2743 +"170863",52215,22893,3,1908,1938 +"170864",52215,23154,3,1908,2345 +"170865",52215,27195,3,1908,2158 +"170866",52215,28432,2,1908,1954 +"170867",52215,34735,3,1908,2767 +"170868",52215,34921,2,1908,2181 +"170869",52215,35477,3,1908,2703 +"170870",52215,37859,3,1908,1999 +"170871",52215,37929,3,1908,2393 +"170872",52215,38259,3,1908,2258 +"170873",52215,39906,2,1908,2365 +"170874",52215,43226,3,1908,2442 +"170875",52215,44235,3,1908,2700 +"170876",52215,46261,3,1908,2350 +"170877",52215,48110,3,1908,2009 +"170878",52215,53809,3,1908,1956 +"170879",52215,58508,3,1908,2326 +"170880",52215,60516,3,1908,2257 +"170881",52215,60879,3,1908,2792 +"170882",52215,69335,3,1908,2698 +"170883",52215,73553,3,1908,2726 +"170884",52215,77077,2,1908,2693 +"170885",52215,92297,3,1908,2952 +"170886",52215,94640,3,1908,2344 +"170887",52215,99940,3,1908,2884 +"170888",52248,2190,3,72,2359 +"170889",52248,21281,2,72,1922 +"170890",52248,38532,3,72,1234 +"170891",52261,14353,3,2162,2878 +"170892",52261,15444,3,2162,2764 +"170893",52261,17027,3,2162,2772 +"170894",52261,20067,3,2162,2390 +"170895",52323,270,3,2148,2542 +"170896",52323,2011,3,2148,2176 +"170897",52323,2424,3,2148,2582 +"170898",52323,3305,2,2148,2839 +"170899",52323,5258,3,2148,2730 +"170900",52323,6252,3,2148,2336 +"170901",52323,6390,3,2148,2385 +"170902",52323,10513,3,2148,2284 +"170903",52323,13307,3,2148,2206 +"170904",52323,16432,3,2148,2664 +"170905",52323,17520,3,2148,2276 +"170906",52323,18543,2,2148,2968 +"170907",52323,19248,3,2148,2357 +"170908",52323,19719,3,2148,2177 +"170909",52323,20407,3,2148,2339 +"170910",52323,21012,3,2148,2325 +"170911",52323,25565,3,2148,2764 +"170912",52323,28782,2,2148,2272 +"170913",52323,36439,3,2148,2469 +"170914",52323,37285,3,2148,2428 +"170915",52323,43226,3,2148,2442 +"170916",52323,43455,3,2148,2846 +"170917",52323,44427,3,2148,2875 +"170918",52323,46629,3,2148,2255 +"170919",52323,51041,3,2148,2606 +"170920",52323,52570,3,2148,2645 +"170921",52323,52576,3,2148,2234 +"170922",52323,58508,3,2148,2326 +"170923",52323,61982,3,2148,2725 +"170924",52323,62841,3,2148,2710 +"170925",52323,74636,3,2148,2525 +"170926",52323,76892,3,2148,2381 +"170927",52323,88232,3,2148,2881 +"170928",52323,100215,3,2148,2436 +"170929",52327,134,3,1472,2062 +"170930",52327,145,3,1472,1998 +"170931",52327,316,3,1472,2413 +"170932",52327,360,3,1472,1671 +"170933",52327,512,3,1472,1596 +"170934",52327,913,3,1472,2144 +"170935",52327,915,3,1472,1793 +"170936",52327,1124,3,1472,1596 +"170937",52327,1175,3,1472,1642 +"170938",52327,1592,1,1472,2006 +"170939",52327,1691,2,1472,1941 +"170940",52327,2011,3,1472,2176 +"170941",52327,2208,3,1472,2814 +"170942",52327,2865,3,1472,2006 +"170943",52327,3628,3,1472,2707 +"170944",52327,3886,2,1472,1669 +"170945",52327,4687,3,1472,2152 +"170946",52327,5258,1,1472,2730 +"170947",52327,6252,2,1472,2336 +"170948",52327,6390,2,1472,2385 +"170949",52327,6417,3,1472,1675 +"170950",52327,6428,2,1472,1952 +"170951",52327,6491,3,1472,2424 +"170952",52327,7196,3,1472,1508 +"170953",52327,7672,3,1472,1974 +"170954",52327,7847,3,1472,2424 +"170955",52327,8657,3,1472,2473 +"170956",52327,9030,3,1472,1979 +"170957",52327,9150,3,1472,2689 +"170958",52327,10222,3,1472,2212 +"170959",52327,10488,3,1472,1524 +"170960",52327,11516,3,1472,1937 +"170961",52327,12199,1,1472,1651 +"170962",52327,12982,3,1472,2143 +"170963",52327,13837,3,1472,1604 +"170964",52327,14108,2,1472,2012 +"170965",52327,14652,2,1472,2516 +"170966",52327,14676,3,1472,2764 +"170967",52327,14731,3,1472,2012 +"170968",52327,14767,3,1472,2068 +"170969",52327,14972,3,1472,2332 +"170970",52327,17434,3,1472,1642 +"170971",52327,17943,3,1472,1943 +"170972",52327,18011,3,1472,1636 +"170973",52327,18543,2,1472,2968 +"170974",52327,19173,2,1472,1686 +"170975",52327,19208,3,1472,2629 +"170976",52327,19605,2,1472,2395 +"170977",52327,19718,3,1472,1702 +"170978",52327,20407,1,1472,2339 +"170979",52327,21193,3,1472,2490 +"170980",52327,21225,3,1472,1945 +"170981",52327,21682,3,1472,2414 +"170982",52327,22141,3,1472,2348 +"170983",52327,22165,2,1472,1501 +"170984",52327,22785,3,1472,1733 +"170985",52327,23132,3,1472,2756 +"170986",52327,24066,3,1472,1755 +"170987",52327,24198,3,1472,2217 +"170988",52327,24568,3,1472,1937 +"170989",52327,25565,3,1472,2764 +"170990",52327,25816,3,1472,2088 +"170991",52327,28056,3,1472,1505 +"170992",52327,28216,3,1472,1910 +"170993",52327,29170,3,1472,1846 +"170994",52327,29454,3,1472,2719 +"170995",52327,29948,2,1472,2795 +"170996",52327,30410,3,1472,1966 +"170997",52327,31001,3,1472,2119 +"170998",52327,31235,2,1472,2668 +"170999",52327,31307,3,1472,2139 +"171000",52327,32694,3,1472,1602 +"171001",52327,33622,3,1472,2230 +"171002",52327,35045,1,1472,1646 +"171003",52327,35095,3,1472,1502 +"171004",52327,35302,3,1472,1589 +"171005",52327,36439,2,1472,2469 +"171006",52327,37509,3,1472,1640 +"171007",52327,38213,3,1472,1744 +"171008",52327,40369,3,1472,2735 +"171009",52327,43173,2,1472,2895 +"171010",52327,43226,3,1472,2442 +"171011",52327,44420,3,1472,2184 +"171012",52327,44427,3,1472,2875 +"171013",52327,45329,3,1472,1693 +"171014",52327,45742,3,1472,2566 +"171015",52327,46951,3,1472,2429 +"171016",52327,47248,3,1472,2883 +"171017",52327,47445,2,1472,2668 +"171018",52327,49301,2,1472,1894 +"171019",52327,49470,3,1472,1528 +"171020",52327,49620,3,1472,1868 +"171021",52327,50179,3,1472,2230 +"171022",52327,50480,3,1472,2701 +"171023",52327,51853,3,1472,2520 +"171024",52327,54855,3,1472,1525 +"171025",52327,56082,3,1472,2395 +"171026",52327,56237,3,1472,2625 +"171027",52327,56903,3,1472,1584 +"171028",52327,56910,3,1472,2705 +"171029",52327,57129,3,1472,1858 +"171030",52327,57544,3,1472,2443 +"171031",52327,62219,3,1472,2494 +"171032",52327,63409,3,1472,1937 +"171033",52327,71274,3,1472,2390 +"171034",52327,74636,3,1472,2525 +"171035",52327,79804,3,1472,2227 +"171036",52327,80429,3,1472,1927 +"171037",52327,82949,3,1472,2077 +"171038",52327,88232,2,1472,2881 +"171039",52327,89880,3,1472,1938 +"171040",52327,91942,3,1472,2216 +"171041",52327,100215,3,1472,2436 +"171042",52327,103925,3,1472,1786 +"171043",52327,107649,3,1472,1573 +"171044",52345,270,3,1430,2542 +"171045",52345,457,3,1430,1704 +"171046",52345,952,3,1430,1991 +"171047",52345,1102,3,1430,2282 +"171048",52345,1124,3,1430,1596 +"171049",52345,2111,3,1430,1904 +"171050",52345,3493,3,1430,2451 +"171051",52345,4360,3,1430,1770 +"171052",52345,5580,3,1430,2111 +"171053",52345,5622,3,1430,2175 +"171054",52345,5971,3,1430,1985 +"171055",52345,6047,3,1430,2004 +"171056",52345,6074,3,1430,2426 +"171057",52345,6222,3,1430,1949 +"171058",52345,6588,2,1430,2025 +"171059",52345,6602,3,1430,1631 +"171060",52345,6718,3,1430,2138 +"171061",52345,8192,3,1430,1670 +"171062",52345,9634,3,1430,2041 +"171063",52345,9654,3,1430,2111 +"171064",52345,9805,3,1430,1621 +"171065",52345,10488,3,1430,1524 +"171066",52345,10523,3,1430,1510 +"171067",52345,10857,3,1430,2253 +"171068",52345,11218,3,1430,2292 +"171069",52345,11229,3,1430,1625 +"171070",52345,11477,3,1430,2724 +"171071",52345,12374,2,1430,2260 +"171072",52345,13307,3,1430,2206 +"171073",52345,15700,3,1430,1712 +"171074",52345,15799,3,1430,1917 +"171075",52345,16352,3,1430,2657 +"171076",52345,17400,3,1430,2231 +"171077",52345,18361,3,1430,2968 +"171078",52345,18394,3,1430,2356 +"171079",52345,19622,3,1430,2371 +"171080",52345,20311,3,1430,1981 +"171081",52345,21104,3,1430,2327 +"171082",52345,22362,3,1430,1836 +"171083",52345,23011,3,1430,2763 +"171084",52345,23509,3,1430,2275 +"171085",52345,23526,2,1430,1998 +"171086",52345,23715,3,1430,1859 +"171087",52345,23725,3,1430,2378 +"171088",52345,23729,3,1430,1624 +"171089",52345,26570,3,1430,1669 +"171090",52345,26671,3,1430,2279 +"171091",52345,26867,2,1430,1804 +"171092",52345,30405,3,1430,2164 +"171093",52345,33622,3,1430,2230 +"171094",52345,34136,3,1430,2202 +"171095",52345,34836,3,1430,2302 +"171096",52345,36031,3,1430,2342 +"171097",52345,36441,3,1430,2796 +"171098",52345,36651,3,1430,1600 +"171099",52345,38019,3,1430,1870 +"171100",52345,39294,3,1430,1889 +"171101",52345,39444,3,1430,2695 +"171102",52345,40646,3,1430,1583 +"171103",52345,42687,3,1430,1952 +"171104",52345,43213,3,1430,2160 +"171105",52345,43518,3,1430,2680 +"171106",52345,43673,3,1430,2787 +"171107",52345,44521,3,1430,1593 +"171108",52345,45684,3,1430,2200 +"171109",52345,46196,3,1430,1510 +"171110",52345,46629,3,1430,2255 +"171111",52345,48215,3,1430,2028 +"171112",52345,48698,3,1430,1474 +"171113",52345,50118,3,1430,2654 +"171114",52345,50236,2,1430,2339 +"171115",52345,54551,3,1430,2348 +"171116",52345,56082,2,1430,2395 +"171117",52345,56237,3,1430,2625 +"171118",52345,56903,3,1430,1584 +"171119",52345,67726,3,1430,2873 +"171120",52345,68024,3,1430,1531 +"171121",52345,72207,3,1430,2430 +"171122",52345,72326,3,1430,2384 +"171123",52345,74818,3,1430,1440 +"171124",52345,75403,3,1430,1895 +"171125",52345,78037,3,1430,1606 +"171126",52345,79804,3,1430,2227 +"171127",52345,82730,3,1430,1492 +"171128",52345,85356,3,1430,1492 +"171129",52345,108867,3,1430,2328 +"171130",52380,916,3,2686,2718 +"171131",52380,4551,3,2686,2720 +"171132",52380,42390,3,2686,2937 +"171133",52380,47607,3,2686,2724 +"171134",52380,59511,1,2686,2753 +"171135",52385,12067,3,1031,1213 +"171136",52386,12966,3,1830,2011 +"171137",52386,16347,3,1830,1868 +"171138",52386,16963,3,1830,1999 +"171139",52386,26597,3,1830,2070 +"171140",52386,36478,3,1830,2808 +"171141",52386,41489,3,1830,2006 +"171142",52386,45297,3,1830,1864 +"171143",52386,49142,3,1830,2289 +"171144",52386,66368,3,1830,2413 +"171145",52386,82217,3,1830,2441 +"171146",52389,5714,3,512,534 +"171147",52389,7840,2,512,984 +"171148",52389,13315,3,512,2516 +"171149",52389,15609,1,512,1229 +"171150",52389,22422,3,512,894 +"171151",52389,29354,3,512,1123 +"171152",52389,40748,2,512,1328 +"171153",52389,43743,2,512,1229 +"171154",52389,89072,3,512,1099 +"171155",52389,95730,2,512,1481 +"171156",52442,468,3,1269,1966 +"171157",52442,803,3,1269,1666 +"171158",52442,1321,3,1269,2075 +"171159",52442,1386,2,1269,1901 +"171160",52442,2684,3,1269,2874 +"171161",52442,2765,3,1269,2321 +"171162",52442,3695,2,1269,2612 +"171163",52442,4953,3,1269,2285 +"171164",52442,5072,3,1269,2175 +"171165",52442,5350,3,1269,2522 +"171166",52442,5491,3,1269,2048 +"171167",52442,5622,3,1269,2175 +"171168",52442,5984,3,1269,1675 +"171169",52442,5986,3,1269,1721 +"171170",52442,6047,3,1269,2004 +"171171",52442,6417,2,1269,1675 +"171172",52442,7078,2,1269,2344 +"171173",52442,7394,2,1269,2615 +"171174",52442,9785,3,1269,2951 +"171175",52442,10358,3,1269,2294 +"171176",52442,10558,2,1269,2312 +"171177",52442,10717,2,1269,1938 +"171178",52442,10857,3,1269,2253 +"171179",52442,11218,3,1269,2292 +"171180",52442,11966,3,1269,2385 +"171181",52442,12035,1,1269,2721 +"171182",52442,12042,2,1269,2345 +"171183",52442,12653,3,1269,1573 +"171184",52442,13311,3,1269,2315 +"171185",52442,13732,3,1269,2789 +"171186",52442,14032,3,1269,2144 +"171187",52442,14709,3,1269,1901 +"171188",52442,14772,3,1269,2386 +"171189",52442,14888,3,1269,1411 +"171190",52442,15301,3,1269,2308 +"171191",52442,15343,3,1269,2125 +"171192",52442,16352,3,1269,2657 +"171193",52442,17400,2,1269,2231 +"171194",52442,17826,3,1269,2920 +"171195",52442,18151,2,1269,2962 +"171196",52442,18348,3,1269,1711 +"171197",52442,19528,3,1269,2742 +"171198",52442,20423,3,1269,2654 +"171199",52442,20469,3,1269,2125 +"171200",52442,21417,3,1269,2422 +"171201",52442,21571,3,1269,2755 +"171202",52442,21795,3,1269,2653 +"171203",52442,23159,3,1269,1548 +"171204",52442,23310,3,1269,2371 +"171205",52442,24146,3,1269,2003 +"171206",52442,24511,2,1269,1871 +"171207",52442,24608,3,1269,1630 +"171208",52442,26080,3,1269,2525 +"171209",52442,26608,3,1269,2329 +"171210",52442,26865,2,1269,2726 +"171211",52442,28090,2,1269,1755 +"171212",52442,29791,2,1269,1986 +"171213",52442,29930,3,1269,2240 +"171214",52442,30081,3,1269,2403 +"171215",52442,32567,3,1269,2784 +"171216",52442,33160,3,1269,2441 +"171217",52442,34311,3,1269,2213 +"171218",52442,34327,2,1269,2959 +"171219",52442,34735,3,1269,2767 +"171220",52442,35542,2,1269,1439 +"171221",52442,35926,3,1269,2371 +"171222",52442,36950,3,1269,2204 +"171223",52442,36962,3,1269,2861 +"171224",52442,37333,3,1269,1612 +"171225",52442,39827,3,1269,2321 +"171226",52442,41004,3,1269,2561 +"171227",52442,42619,3,1269,2017 +"171228",52442,45664,3,1269,2235 +"171229",52442,47947,3,1269,2681 +"171230",52442,49461,3,1269,2793 +"171231",52442,51379,3,1269,1462 +"171232",52442,53134,3,1269,1590 +"171233",52442,54020,3,1269,1578 +"171234",52442,54929,3,1269,2783 +"171235",52442,57714,3,1269,1391 +"171236",52442,59522,3,1269,1516 +"171237",52442,70046,3,1269,2624 +"171238",52442,72501,3,1269,2795 +"171239",52442,73266,3,1269,2496 +"171240",52442,75403,3,1269,1895 +"171241",52442,80655,3,1269,1546 +"171242",52442,85592,3,1269,1412 +"171243",52442,86730,3,1269,1780 +"171244",52442,87198,3,1269,1462 +"171245",52442,90501,3,1269,2380 +"171246",52442,107496,2,1269,1572 +"171247",52448,803,3,414,1666 +"171248",52448,1046,3,414,1881 +"171249",52448,1127,3,414,1188 +"171250",52448,1175,2,414,1642 +"171251",52448,2269,3,414,984 +"171252",52448,2424,3,414,2582 +"171253",52448,2533,3,414,2016 +"171254",52448,3695,2,414,2612 +"171255",52448,3877,3,414,1133 +"171256",52448,3886,3,414,1669 +"171257",52448,3966,2,414,2425 +"171258",52448,4418,3,414,2788 +"171259",52448,10087,3,414,1617 +"171260",52448,11127,3,414,1196 +"171261",52448,15813,3,414,2143 +"171262",52448,17061,2,414,2385 +"171263",52448,17931,2,414,1617 +"171264",52448,21164,3,414,1645 +"171265",52448,21193,3,414,2490 +"171266",52448,22207,3,414,2365 +"171267",52448,22709,3,414,2743 +"171268",52448,23508,3,414,1907 +"171269",52448,25325,3,414,2963 +"171270",52448,25721,3,414,2212 +"171271",52448,29917,3,414,1962 +"171272",52448,34327,3,414,2959 +"171273",52448,40417,3,414,771 +"171274",52448,55472,3,414,1516 +"171275",52448,57414,3,414,922 +"171276",52448,58078,3,414,1252 +"171277",52448,69438,3,414,830 +"171278",52448,76892,3,414,2381 +"171279",52448,81482,3,414,908 +"171280",52448,86799,2,414,1951 +"171281",52448,90378,3,414,890 +"171282",52457,489,3,849,2652 +"171283",52457,733,1,849,1653 +"171284",52457,998,3,849,1795 +"171285",52457,2063,2,849,1278 +"171286",52457,2743,3,849,1278 +"171287",52457,2894,3,849,1291 +"171288",52457,3242,3,849,1730 +"171289",52457,3716,3,849,1679 +"171290",52457,4618,3,849,2607 +"171291",52457,5239,3,849,2875 +"171292",52457,5785,3,849,1261 +"171293",52457,6222,3,849,1949 +"171294",52457,6877,3,849,867 +"171295",52457,7196,3,849,1508 +"171296",52457,7984,3,849,2493 +"171297",52457,8621,3,849,1681 +"171298",52457,8913,3,849,968 +"171299",52457,9311,3,849,2477 +"171300",52457,10343,3,849,1072 +"171301",52457,11620,3,849,2010 +"171302",52457,14189,3,849,1483 +"171303",52457,14959,3,849,2898 +"171304",52457,15401,3,849,1999 +"171305",52457,15713,3,849,1646 +"171306",52457,16074,3,849,977 +"171307",52457,16164,2,849,1184 +"171308",52457,16313,3,849,1160 +"171309",52457,16539,3,849,1947 +"171310",52457,16625,3,849,1285 +"171311",52457,16801,3,849,2008 +"171312",52457,18277,3,849,2309 +"171313",52457,20067,3,849,2390 +"171314",52457,20162,3,849,2328 +"171315",52457,20311,2,849,1981 +"171316",52457,20563,3,849,2267 +"171317",52457,20824,3,849,1366 +"171318",52457,21706,3,849,1988 +"171319",52457,21911,3,849,1184 +"171320",52457,22331,3,849,2687 +"171321",52457,23508,3,849,1907 +"171322",52457,23534,3,849,1659 +"171323",52457,24362,3,849,1287 +"171324",52457,24755,3,849,1319 +"171325",52457,25241,2,849,1233 +"171326",52457,25486,3,849,2582 +"171327",52457,26436,3,849,2489 +"171328",52457,26516,3,849,2479 +"171329",52457,26706,3,849,1846 +"171330",52457,26713,3,849,1235 +"171331",52457,27753,3,849,2750 +"171332",52457,27849,3,849,1316 +"171333",52457,28731,3,849,955 +"171334",52457,29095,3,849,2531 +"171335",52457,30883,3,849,1629 +"171336",52457,30981,3,849,2366 +"171337",52457,31691,3,849,1657 +"171338",52457,32988,3,849,2008 +"171339",52457,33801,2,849,2899 +"171340",52457,34136,3,849,2202 +"171341",52457,34492,3,849,1798 +"171342",52457,35187,3,849,2488 +"171343",52457,35514,3,849,2346 +"171344",52457,36763,3,849,2165 +"171345",52457,37333,3,849,1612 +"171346",52457,38921,3,849,1880 +"171347",52457,40672,2,849,1315 +"171348",52457,49189,3,849,1550 +"171349",52457,49677,2,849,1222 +"171350",52457,50444,3,849,884 +"171351",52457,50667,2,849,2719 +"171352",52457,51022,3,849,1499 +"171353",52457,51410,3,849,2739 +"171354",52457,53475,3,849,2853 +"171355",52457,54388,3,849,1257 +"171356",52457,58133,3,849,1484 +"171357",52457,58221,2,849,1787 +"171358",52457,58414,3,849,880 +"171359",52457,65155,3,849,1947 +"171360",52457,76511,3,849,1250 +"171361",52457,82767,3,849,1641 +"171362",52457,83096,3,849,1061 +"171363",52457,86605,2,849,1020 +"171364",52457,89047,3,849,877 +"171365",52457,96911,3,849,956 +"171366",52457,99103,2,849,1470 +"171367",52457,100134,3,849,977 +"171368",52457,119444,3,849,888 +"171369",52471,25462,2,2483,2653 +"171370",52471,34158,3,2483,2639 +"171371",52471,51319,3,2483,2488 +"171372",52474,455,3,497,2827 +"171373",52474,803,3,497,1666 +"171374",52474,1262,3,497,2973 +"171375",52474,1321,3,497,2075 +"171376",52474,1386,2,497,1901 +"171377",52474,3271,3,497,2216 +"171378",52474,3695,3,497,2612 +"171379",52474,3877,3,497,1133 +"171380",52474,5491,2,497,2048 +"171381",52474,6897,1,497,514 +"171382",52474,7078,2,497,2344 +"171383",52474,7394,2,497,2615 +"171384",52474,9030,3,497,1979 +"171385",52474,10726,3,497,841 +"171386",52474,12035,3,497,2721 +"171387",52474,14709,3,497,1901 +"171388",52474,15462,3,497,1141 +"171389",52474,16029,2,497,1160 +"171390",52474,16727,3,497,2164 +"171391",52474,18151,2,497,2962 +"171392",52474,18366,3,497,2699 +"171393",52474,19528,3,497,2742 +"171394",52474,19872,3,497,2913 +"171395",52474,20369,3,497,1356 +"171396",52474,21417,3,497,2422 +"171397",52474,21795,2,497,2653 +"171398",52474,22216,3,497,1956 +"171399",52474,24511,2,497,1871 +"171400",52474,24755,3,497,1319 +"171401",52474,26608,3,497,2329 +"171402",52474,27722,3,497,1266 +"171403",52474,28923,3,497,2362 +"171404",52474,29791,3,497,1986 +"171405",52474,30081,3,497,2403 +"171406",52474,30386,3,497,1833 +"171407",52474,34160,3,497,1759 +"171408",52474,34327,2,497,2959 +"171409",52474,34693,3,497,1938 +"171410",52474,35542,1,497,1439 +"171411",52474,36950,1,497,2204 +"171412",52474,37752,2,497,2223 +"171413",52474,41832,3,497,1155 +"171414",52474,44729,3,497,588 +"171415",52474,47140,3,497,2439 +"171416",52474,51379,3,497,1462 +"171417",52474,52442,3,497,1269 +"171418",52474,53043,3,497,803 +"171419",52474,59522,2,497,1516 +"171420",52474,70646,3,497,1162 +"171421",52474,73266,3,497,2496 +"171422",52474,74730,3,497,535 +"171423",52474,77167,2,497,836 +"171424",52474,81239,3,497,547 +"171425",52474,87198,3,497,1462 +"171426",52483,4367,3,2317,2794 +"171427",52483,7252,3,2317,2799 +"171428",52483,8568,3,2317,2706 +"171429",52483,8865,3,2317,2394 +"171430",52483,14754,3,2317,2456 +"171431",52483,15826,2,2317,2772 +"171432",52483,16286,3,2317,2470 +"171433",52483,19433,3,2317,2504 +"171434",52483,23325,2,2317,2779 +"171435",52483,27908,3,2317,2576 +"171436",52483,44497,3,2317,2401 +"171437",52483,45030,3,2317,2776 +"171438",52483,47595,3,2317,2374 +"171439",52508,4567,3,2337,2348 +"171440",52508,16310,3,2337,2796 +"171441",52508,33672,3,2337,2396 +"171442",52524,2668,3,1197,1529 +"171443",52524,5599,3,1197,1684 +"171444",52524,7014,3,1197,2401 +"171445",52524,7896,2,1197,2447 +"171446",52524,8623,3,1197,2463 +"171447",52524,11419,2,1197,1408 +"171448",52524,14915,3,1197,2606 +"171449",52524,17812,3,1197,2705 +"171450",52524,23692,3,1197,1540 +"171451",52524,26336,2,1197,1904 +"171452",52524,32778,3,1197,2310 +"171453",52524,34057,3,1197,1657 +"171454",52524,35446,3,1197,1203 +"171455",52524,37929,3,1197,2393 +"171456",52524,38259,3,1197,2258 +"171457",52524,45355,3,1197,1450 +"171458",52524,47529,2,1197,2914 +"171459",52524,49414,3,1197,1667 +"171460",52524,49782,3,1197,2937 +"171461",52524,50630,3,1197,2615 +"171462",52524,51758,1,1197,2310 +"171463",52524,51879,2,1197,1771 +"171464",52524,73266,3,1197,2496 +"171465",52524,82932,3,1197,2245 +"171466",52524,95757,1,1197,1232 +"171467",52530,2724,3,1737,2447 +"171468",52530,27001,3,1737,1761 +"171469",52530,36031,3,1737,2342 +"171470",52530,44557,3,1737,2371 +"171471",52530,64737,3,1737,2442 +"171472",52530,89681,3,1737,1978 +"171473",52552,7942,3,401,2623 +"171474",52552,46650,3,401,1330 +"171475",52552,65381,3,401,2184 +"171476",52554,4430,2,1683,2019 +"171477",52554,17645,3,1683,1918 +"171478",52554,33451,3,1683,1957 +"171479",52566,33433,3,2318,2805 +"171480",52566,51157,3,2318,2319 +"171481",52566,55643,3,2318,2359 +"171482",52570,3305,2,2645,2839 +"171483",52570,16432,2,2645,2664 +"171484",52570,25129,3,2645,2647 +"171485",52570,27275,3,2645,2656 +"171486",52570,30052,3,2645,2855 +"171487",52570,43455,3,2645,2846 +"171488",52570,48605,3,2645,2796 +"171489",52570,57977,3,2645,2683 +"171490",52570,61982,2,2645,2725 +"171491",52570,62841,2,2645,2710 +"171492",52576,270,2,2234,2542 +"171493",52576,377,3,2234,2389 +"171494",52576,380,3,2234,2261 +"171495",52576,455,3,2234,2827 +"171496",52576,671,3,2234,2328 +"171497",52576,701,3,2234,2718 +"171498",52576,1102,3,2234,2282 +"171499",52576,1151,3,2234,2885 +"171500",52576,1616,2,2234,2662 +"171501",52576,1639,3,2234,2631 +"171502",52576,2036,3,2234,2483 +"171503",52576,2224,3,2234,2751 +"171504",52576,2424,1,2234,2582 +"171505",52576,2484,2,2234,2389 +"171506",52576,3305,2,2234,2839 +"171507",52576,3493,3,2234,2451 +"171508",52576,3966,3,2234,2425 +"171509",52576,4057,3,2234,2389 +"171510",52576,4953,3,2234,2285 +"171511",52576,5462,3,2234,2374 +"171512",52576,5504,3,2234,2389 +"171513",52576,7323,3,2234,2858 +"171514",52576,8610,3,2234,2240 +"171515",52576,8760,3,2234,2477 +"171516",52576,9175,3,2234,2639 +"171517",52576,9272,3,2234,2835 +"171518",52576,9311,2,2234,2477 +"171519",52576,10513,2,2234,2284 +"171520",52576,10843,3,2234,2277 +"171521",52576,10857,3,2234,2253 +"171522",52576,10890,3,2234,2639 +"171523",52576,11218,3,2234,2292 +"171524",52576,11966,3,2234,2385 +"171525",52576,12713,3,2234,2440 +"171526",52576,14252,3,2234,2244 +"171527",52576,14959,3,2234,2898 +"171528",52576,15626,3,2234,2434 +"171529",52576,16332,3,2234,2668 +"171530",52576,16432,3,2234,2664 +"171531",52576,17365,3,2234,2746 +"171532",52576,17520,3,2234,2276 +"171533",52576,18394,3,2234,2356 +"171534",52576,18965,3,2234,2315 +"171535",52576,19248,2,2234,2357 +"171536",52576,19606,3,2234,2783 +"171537",52576,19622,3,2234,2371 +"171538",52576,20124,3,2234,2376 +"171539",52576,20407,3,2234,2339 +"171540",52576,20700,3,2234,2861 +"171541",52576,21012,3,2234,2325 +"171542",52576,21138,3,2234,2849 +"171543",52576,22141,3,2234,2348 +"171544",52576,22277,3,2234,2424 +"171545",52576,22326,3,2234,2818 +"171546",52576,22415,3,2234,2841 +"171547",52576,22895,3,2234,2704 +"171548",52576,23319,3,2234,2867 +"171549",52576,24448,3,2234,2289 +"171550",52576,25129,3,2234,2647 +"171551",52576,26749,2,2234,2965 +"171552",52576,27275,2,2234,2656 +"171553",52576,27390,2,2234,2425 +"171554",52576,28168,3,2234,2702 +"171555",52576,29095,3,2234,2531 +"171556",52576,30052,3,2234,2855 +"171557",52576,30906,3,2234,2537 +"171558",52576,31235,3,2234,2668 +"171559",52576,32567,3,2234,2784 +"171560",52576,33433,3,2234,2805 +"171561",52576,33801,3,2234,2899 +"171562",52576,33949,3,2234,2489 +"171563",52576,34836,3,2234,2302 +"171564",52576,35256,2,2234,2271 +"171565",52576,36439,3,2234,2469 +"171566",52576,37285,3,2234,2428 +"171567",52576,37570,3,2234,2389 +"171568",52576,38307,3,2234,2648 +"171569",52576,38780,3,2234,2705 +"171570",52576,41945,3,2234,2856 +"171571",52576,42216,3,2234,2722 +"171572",52576,43173,3,2234,2895 +"171573",52576,43226,3,2234,2442 +"171574",52576,43455,2,2234,2846 +"171575",52576,45239,3,2234,2535 +"171576",52576,46629,2,2234,2255 +"171577",52576,47362,3,2234,2253 +"171578",52576,47772,2,2234,2293 +"171579",52576,48605,3,2234,2796 +"171580",52576,50236,3,2234,2339 +"171581",52576,50785,3,2234,2877 +"171582",52576,51041,3,2234,2606 +"171583",52576,51866,3,2234,2411 +"171584",52576,52570,3,2234,2645 +"171585",52576,53475,3,2234,2853 +"171586",52576,54551,3,2234,2348 +"171587",52576,54983,3,2234,2407 +"171588",52576,55139,3,2234,2323 +"171589",52576,55438,3,2234,2863 +"171590",52576,55468,3,2234,2511 +"171591",52576,56082,2,2234,2395 +"171592",52576,58508,2,2234,2326 +"171593",52576,59113,3,2234,2434 +"171594",52576,61982,2,2234,2725 +"171595",52576,62841,2,2234,2710 +"171596",52576,66703,3,2234,2375 +"171597",52576,68215,3,2234,2727 +"171598",52576,69335,3,2234,2698 +"171599",52576,70217,3,2234,2332 +"171600",52576,72207,3,2234,2430 +"171601",52576,74636,3,2234,2525 +"171602",52576,76892,2,2234,2381 +"171603",52576,79322,3,2234,2770 +"171604",52576,80825,3,2234,2315 +"171605",52576,83396,3,2234,2396 +"171606",52576,85430,3,2234,2370 +"171607",52597,160,3,1773,2007 +"171608",52597,2684,3,1773,2874 +"171609",52597,3409,3,1773,2167 +"171610",52597,3978,3,1773,2775 +"171611",52597,5710,3,1773,1926 +"171612",52597,7167,3,1773,1993 +"171613",52597,7406,3,1773,1906 +"171614",52597,8238,3,1773,2222 +"171615",52597,8274,3,1773,1909 +"171616",52597,8726,3,1773,2083 +"171617",52597,9723,3,1773,2302 +"171618",52597,12081,3,1773,2166 +"171619",52597,12976,3,1773,2399 +"171620",52597,13249,3,1773,2573 +"171621",52597,13324,2,1773,2163 +"171622",52597,15207,3,1773,1855 +"171623",52597,17351,3,1773,2036 +"171624",52597,17632,3,1773,1947 +"171625",52597,18670,2,1773,1835 +"171626",52597,19208,3,1773,2629 +"171627",52597,19215,3,1773,2604 +"171628",52597,21681,3,1773,2005 +"171629",52597,21734,3,1773,2528 +"171630",52597,22580,3,1773,2245 +"171631",52597,22682,2,1773,2035 +"171632",52597,22709,3,1773,2743 +"171633",52597,23098,3,1773,2300 +"171634",52597,23460,2,1773,2183 +"171635",52597,23825,3,1773,1913 +"171636",52597,24256,3,1773,2393 +"171637",52597,27796,3,1773,2151 +"171638",52597,28218,3,1773,2048 +"171639",52597,30697,3,1773,2891 +"171640",52597,31159,3,1773,2231 +"171641",52597,31705,2,1773,2706 +"171642",52597,33010,3,1773,2189 +"171643",52597,36559,3,1773,2473 +"171644",52597,38307,3,1773,2648 +"171645",52597,41900,3,1773,1970 +"171646",52597,41945,3,1773,2856 +"171647",52597,47564,3,1773,2650 +"171648",52597,63477,1,1773,1907 +"171649",52597,77611,3,1773,1795 +"171650",52597,78563,3,1773,2385 +"171651",52597,96553,3,1773,1887 +"171652",52654,1256,3,588,1212 +"171653",52654,3158,2,588,2762 +"171654",52654,4784,3,588,2511 +"171655",52654,6020,3,588,1864 +"171656",52654,6223,3,588,2363 +"171657",52654,9269,2,588,1892 +"171658",52654,9895,3,588,1960 +"171659",52654,11270,3,588,1011 +"171660",52654,12473,3,588,801 +"171661",52654,12632,2,588,1174 +"171662",52654,12703,2,588,2689 +"171663",52654,12966,3,588,2011 +"171664",52654,14172,3,588,1923 +"171665",52654,14212,3,588,857 +"171666",52654,14490,3,588,2291 +"171667",52654,16347,2,588,1868 +"171668",52654,20695,3,588,2526 +"171669",52654,21358,3,588,1970 +"171670",52654,22311,3,588,2034 +"171671",52654,24511,3,588,1871 +"171672",52654,25345,3,588,713 +"171673",52654,26740,3,588,2695 +"171674",52654,28648,3,588,1586 +"171675",52654,34331,3,588,1727 +"171676",52654,36440,3,588,704 +"171677",52654,41075,3,588,1176 +"171678",52654,41350,2,588,1935 +"171679",52654,41489,3,588,2006 +"171680",52654,42390,3,588,2937 +"171681",52654,43725,3,588,935 +"171682",52654,44132,3,588,1999 +"171683",52654,44744,3,588,2032 +"171684",52654,49142,3,588,2289 +"171685",52654,49379,3,588,1573 +"171686",52654,51505,3,588,1572 +"171687",52654,56364,3,588,1626 +"171688",52654,63329,3,588,639 +"171689",52654,64803,2,588,841 +"171690",52654,68884,3,588,1011 +"171691",52654,69260,3,588,1698 +"171692",52654,71225,1,588,956 +"171693",52654,77167,2,588,836 +"171694",52654,80801,3,588,1250 +"171695",52654,80807,3,588,1597 +"171696",52654,84591,3,588,1685 +"171697",52654,85926,3,588,907 +"171698",52654,87915,3,588,1152 +"171699",52654,101666,3,588,1257 +"171700",52654,105435,3,588,684 +"171701",52654,122938,3,588,1023 +"171702",52683,341,2,2315,2689 +"171703",52683,841,3,2315,2964 +"171704",52683,31331,3,2315,2964 +"171705",52686,6071,3,916,2310 +"171706",52686,13150,3,916,1570 +"171707",52686,22249,3,916,1892 +"171708",52686,25270,3,916,985 +"171709",52686,29117,3,916,1250 +"171710",52686,31170,3,916,1776 +"171711",52686,32060,3,916,1199 +"171712",52686,32235,3,916,2109 +"171713",52686,32312,2,916,1472 +"171714",52686,34055,1,916,1881 +"171715",52686,35688,3,916,1551 +"171716",52686,38183,1,916,2391 +"171717",52686,42280,3,916,2266 +"171718",52686,54061,2,916,1488 +"171719",52686,56673,3,916,2419 +"171720",52686,63525,3,916,2741 +"171721",52686,79404,2,916,1079 +"171722",52686,81134,2,916,1384 +"171723",52686,81853,3,916,1207 +"171724",52699,2057,3,1372,1965 +"171725",52699,2484,3,1372,2389 +"171726",52699,2540,3,1372,1398 +"171727",52699,2684,2,1372,2874 +"171728",52699,3198,2,1372,1797 +"171729",52699,3395,2,1372,1382 +"171730",52699,3397,2,1372,2126 +"171731",52699,3409,2,1372,2167 +"171732",52699,3453,1,1372,2126 +"171733",52699,7992,3,1372,2033 +"171734",52699,9311,3,1372,2477 +"171735",52699,11055,3,1372,2111 +"171736",52699,11694,3,1372,1564 +"171737",52699,12778,1,1372,2045 +"171738",52699,13835,3,1372,1588 +"171739",52699,16542,2,1372,2039 +"171740",52699,17245,2,1372,1811 +"171741",52699,17520,3,1372,2276 +"171742",52699,17645,3,1372,1918 +"171743",52699,19380,2,1372,2637 +"171744",52699,19937,3,1372,1587 +"171745",52699,23460,3,1372,2183 +"171746",52699,24753,1,1372,2860 +"171747",52699,24793,2,1372,1993 +"171748",52699,24826,2,1372,1382 +"171749",52699,26421,3,1372,2634 +"171750",52699,27001,3,1372,1761 +"171751",52699,27501,3,1372,1981 +"171752",52699,28053,3,1372,2292 +"171753",52699,32419,3,1372,1909 +"171754",52699,33801,3,1372,2899 +"171755",52699,34216,3,1372,2832 +"171756",52699,35958,3,1372,2383 +"171757",52699,36574,3,1372,2934 +"171758",52699,38921,3,1372,1880 +"171759",52699,40879,1,1372,2019 +"171760",52699,41664,2,1372,2641 +"171761",52699,42264,3,1372,1702 +"171762",52699,43902,3,1372,1726 +"171763",52699,44885,3,1372,2670 +"171764",52699,50252,3,1372,2001 +"171765",52699,53475,3,1372,2853 +"171766",52699,53604,3,1372,2489 +"171767",52699,58852,3,1372,2323 +"171768",52699,59140,3,1372,2528 +"171769",52699,63641,3,1372,2337 +"171770",52699,83286,2,1372,1793 +"171771",52699,83291,2,1372,2066 +"171772",52735,135,3,1124,2233 +"171773",52735,145,2,1124,1998 +"171774",52735,279,2,1124,1989 +"171775",52735,312,3,1124,2038 +"171776",52735,380,3,1124,2261 +"171777",52735,455,3,1124,2827 +"171778",52735,470,2,1124,2285 +"171779",52735,600,1,1124,1702 +"171780",52735,913,1,1124,2144 +"171781",52735,1036,3,1124,1367 +"171782",52735,1092,3,1124,1945 +"171783",52735,1102,3,1124,2282 +"171784",52735,1397,2,1124,1225 +"171785",52735,2523,3,1124,1691 +"171786",52735,2533,3,1124,2016 +"171787",52735,2625,3,1124,2152 +"171788",52735,2954,3,1124,2727 +"171789",52735,3305,3,1124,2839 +"171790",52735,3306,3,1124,1989 +"171791",52735,3753,2,1124,1255 +"171792",52735,3801,3,1124,1974 +"171793",52735,4084,2,1124,2133 +"171794",52735,4687,3,1124,2152 +"171795",52735,4690,3,1124,1938 +"171796",52735,4701,3,1124,2401 +"171797",52735,4791,3,1124,1184 +"171798",52735,5235,3,1124,2324 +"171799",52735,5258,3,1124,2730 +"171800",52735,5429,3,1124,1991 +"171801",52735,5451,3,1124,1299 +"171802",52735,6047,3,1124,2004 +"171803",52735,6052,3,1124,1985 +"171804",52735,6192,3,1124,2409 +"171805",52735,6390,3,1124,2385 +"171806",52735,6940,3,1124,1183 +"171807",52735,7013,3,1124,2040 +"171808",52735,7245,3,1124,2089 +"171809",52735,7515,3,1124,2737 +"171810",52735,7847,3,1124,2424 +"171811",52735,8529,3,1124,1205 +"171812",52735,8866,3,1124,1545 +"171813",52735,8888,2,1124,1328 +"171814",52735,9184,3,1124,2670 +"171815",52735,9311,3,1124,2477 +"171816",52735,9362,3,1124,2879 +"171817",52735,9391,3,1124,1252 +"171818",52735,9432,3,1124,1693 +"171819",52735,9511,2,1124,1232 +"171820",52735,9805,3,1124,1621 +"171821",52735,9893,3,1124,2701 +"171822",52735,10433,2,1124,2075 +"171823",52735,10513,3,1124,2284 +"171824",52735,10857,3,1124,2253 +"171825",52735,11434,2,1124,1187 +"171826",52735,11516,2,1124,1937 +"171827",52735,12199,3,1124,1651 +"171828",52735,12528,2,1124,2589 +"171829",52735,12602,1,1124,1956 +"171830",52735,12618,2,1124,2021 +"171831",52735,12724,3,1124,1930 +"171832",52735,13890,3,1124,1482 +"171833",52735,14652,3,1124,2516 +"171834",52735,14834,3,1124,2739 +"171835",52735,15005,3,1124,1415 +"171836",52735,15716,3,1124,1991 +"171837",52735,17645,3,1124,1918 +"171838",52735,17698,1,1124,1559 +"171839",52735,18108,3,1124,1656 +"171840",52735,18315,3,1124,2720 +"171841",52735,18543,3,1124,2968 +"171842",52735,18707,3,1124,1143 +"171843",52735,19113,3,1124,1171 +"171844",52735,19208,3,1124,2629 +"171845",52735,19248,3,1124,2357 +"171846",52735,19322,3,1124,2048 +"171847",52735,19335,3,1124,1729 +"171848",52735,19719,3,1124,2177 +"171849",52735,21197,3,1124,1437 +"171850",52735,21225,3,1124,1945 +"171851",52735,21706,3,1124,1988 +"171852",52735,21929,3,1124,2062 +"171853",52735,22282,3,1124,1418 +"171854",52735,22566,3,1124,2308 +"171855",52735,22567,3,1124,2396 +"171856",52735,23132,3,1124,2756 +"171857",52735,23705,3,1124,2699 +"171858",52735,23725,3,1124,2378 +"171859",52735,23918,2,1124,1881 +"171860",52735,24259,3,1124,1281 +"171861",52735,24448,2,1124,2289 +"171862",52735,24568,1,1124,1937 +"171863",52735,25289,3,1124,1790 +"171864",52735,25577,3,1124,1946 +"171865",52735,26451,3,1124,2133 +"171866",52735,27175,3,1124,1447 +"171867",52735,27275,1,1124,2656 +"171868",52735,27377,3,1124,1724 +"171869",52735,27390,2,1124,2425 +"171870",52735,27694,3,1124,2030 +"171871",52735,27792,3,1124,1308 +"171872",52735,27837,3,1124,1315 +"171873",52735,28101,3,1124,1949 +"171874",52735,28115,3,1124,1835 +"171875",52735,28991,3,1124,1688 +"171876",52735,29170,3,1124,1846 +"171877",52735,29308,2,1124,2094 +"171878",52735,29930,3,1124,2240 +"171879",52735,30052,3,1124,2855 +"171880",52735,31050,3,1124,1491 +"171881",52735,31235,2,1124,2668 +"171882",52735,32457,3,1124,2690 +"171883",52735,33622,3,1124,2230 +"171884",52735,34160,3,1124,1759 +"171885",52735,34907,3,1124,1945 +"171886",52735,35095,3,1124,1502 +"171887",52735,35302,3,1124,1589 +"171888",52735,35752,3,1124,1158 +"171889",52735,38780,3,1124,2705 +"171890",52735,40383,3,1124,2639 +"171891",52735,41739,2,1124,1339 +"171892",52735,42574,3,1124,2842 +"171893",52735,42799,3,1124,2729 +"171894",52735,43941,3,1124,1289 +"171895",52735,44427,3,1124,2875 +"171896",52735,45302,3,1124,2390 +"171897",52735,45608,3,1124,2420 +"171898",52735,45633,3,1124,2134 +"171899",52735,46621,3,1124,1343 +"171900",52735,46950,3,1124,2673 +"171901",52735,47445,3,1124,2668 +"171902",52735,49144,3,1124,1542 +"171903",52735,49186,3,1124,1289 +"171904",52735,49512,3,1124,1302 +"171905",52735,50041,3,1124,1565 +"171906",52735,51017,3,1124,2073 +"171907",52735,51035,3,1124,2397 +"171908",52735,51866,3,1124,2411 +"171909",52735,51925,3,1124,2307 +"171910",52735,52058,3,1124,1836 +"171911",52735,52576,3,1124,2234 +"171912",52735,53196,3,1124,1888 +"171913",52735,53219,3,1124,2973 +"171914",52735,54158,3,1124,1756 +"171915",52735,54695,3,1124,2429 +"171916",52735,54855,3,1124,1525 +"171917",52735,56082,3,1124,2395 +"171918",52735,56317,2,1124,2030 +"171919",52735,57544,3,1124,2443 +"171920",52735,58133,3,1124,1484 +"171921",52735,58427,3,1124,2234 +"171922",52735,58508,3,1124,2326 +"171923",52735,58652,3,1124,1437 +"171924",52735,58684,3,1124,2295 +"171925",52735,59022,3,1124,2494 +"171926",52735,62219,3,1124,2494 +"171927",52735,63409,2,1124,1937 +"171928",52735,64181,2,1124,1828 +"171929",52735,64699,3,1124,2797 +"171930",52735,64997,3,1124,2791 +"171931",52735,65016,3,1124,2749 +"171932",52735,65625,2,1124,1273 +"171933",52735,66413,2,1124,2507 +"171934",52735,66860,3,1124,1548 +"171935",52735,67652,2,1124,2736 +"171936",52735,68810,2,1124,2409 +"171937",52735,69712,3,1124,1219 +"171938",52735,71227,2,1124,1315 +"171939",52735,73305,2,1124,2544 +"171940",52735,76892,3,1124,2381 +"171941",52735,77815,3,1124,2358 +"171942",52735,79804,3,1124,2227 +"171943",52735,80429,3,1124,1927 +"171944",52735,80825,3,1124,2315 +"171945",52735,81588,3,1124,1568 +"171946",52735,82787,3,1124,1144 +"171947",52735,82949,3,1124,2077 +"171948",52735,84612,3,1124,2175 +"171949",52735,88808,2,1124,1462 +"171950",52735,105063,2,1124,1908 +"171951",52735,107649,3,1124,1573 +"171952",52789,765,3,1791,2073 +"171953",52789,2195,3,1791,2139 +"171954",52789,5622,3,1791,2175 +"171955",52789,10857,2,1791,2253 +"171956",52789,10874,3,1791,1891 +"171957",52789,17400,3,1791,2231 +"171958",52789,19622,3,1791,2371 +"171959",52789,23725,3,1791,2378 +"171960",52789,34480,3,1791,2755 +"171961",52789,39294,3,1791,1889 +"171962",52789,44769,3,1791,2411 +"171963",52789,45684,3,1791,2200 +"171964",52789,54551,2,1791,2348 +"171965",52789,56910,3,1791,2705 +"171966",52789,59918,3,1791,2063 +"171967",52815,341,3,2323,2689 +"171968",52815,364,3,2323,2351 +"171969",52815,680,3,2323,2569 +"171970",52815,841,2,2323,2964 +"171971",52815,2985,3,2323,2398 +"171972",52815,3978,2,2323,2775 +"171973",52815,4303,2,2323,2414 +"171974",52815,4932,3,2323,2752 +"171975",52815,6989,2,2323,2623 +"171976",52815,9787,3,2323,2858 +"171977",52815,11648,2,2323,2852 +"171978",52815,18005,2,2323,2449 +"171979",52815,27312,3,2323,2469 +"171980",52815,27390,3,2323,2425 +"171981",52815,36344,3,2323,2570 +"171982",52815,36953,3,2323,2790 +"171983",52815,40572,3,2323,2666 +"171984",52815,45729,3,2323,2606 +"171985",52815,50585,3,2323,2414 +"171986",52815,54775,3,2323,2383 +"171987",52815,56082,3,2323,2395 +"171988",52815,63077,3,2323,2778 +"171989",52815,64947,3,2323,2489 +"171990",52815,71531,3,2323,2887 +"171991",52820,2344,2,306,2752 +"171992",52820,2802,2,306,1836 +"171993",52820,6562,3,306,1139 +"171994",52820,7948,2,306,1584 +"171995",52820,9506,3,306,1012 +"171996",52820,9716,3,306,1929 +"171997",52820,9912,3,306,1356 +"171998",52820,10727,2,306,2082 +"171999",52820,11135,3,306,2441 +"172000",52820,16361,2,306,1641 +"172001",52820,22571,1,306,655 +"172002",52820,24104,1,306,817 +"172003",52820,24116,3,306,1413 +"172004",52820,25718,3,306,432 +"172005",52820,25885,2,306,1223 +"172006",52820,25886,2,306,1580 +"172007",52820,51678,3,306,1077 +"172008",52820,52185,3,306,1012 +"172009",52820,70774,3,306,355 +"172010",52820,80728,3,306,599 +"172011",52820,80784,3,306,1738 +"172012",52820,83007,3,306,2727 +"172013",52820,83362,3,306,1877 +"172014",52820,93317,2,306,1223 +"172015",52820,99955,3,306,1223 +"172016",52820,105867,3,306,1641 +"172017",52820,107993,2,306,999 +"172018",52835,23,3,995,1682 +"172019",52835,675,3,995,1686 +"172020",52835,733,3,995,1653 +"172021",52835,1046,3,995,1881 +"172022",52835,1127,3,995,1188 +"172023",52835,1130,3,995,1566 +"172024",52835,1136,2,995,2536 +"172025",52835,2063,3,995,1278 +"172026",52835,2325,3,995,1641 +"172027",52835,2743,3,995,1278 +"172028",52835,2754,3,995,1360 +"172029",52835,2954,3,995,2727 +"172030",52835,3068,3,995,1815 +"172031",52835,3242,3,995,1730 +"172032",52835,3306,3,995,1989 +"172033",52835,3886,3,995,1669 +"172034",52835,4191,3,995,2130 +"172035",52835,4618,2,995,2607 +"172036",52835,4687,3,995,2152 +"172037",52835,4705,3,995,1714 +"172038",52835,5041,3,995,2371 +"172039",52835,5462,3,995,2374 +"172040",52835,5716,3,995,1058 +"172041",52835,5725,3,995,2789 +"172042",52835,6417,3,995,1675 +"172043",52835,7181,3,995,1421 +"172044",52835,7245,3,995,2089 +"172045",52835,7258,3,995,1714 +"172046",52835,7627,3,995,1543 +"172047",52835,7861,3,995,1647 +"172048",52835,8621,3,995,1681 +"172049",52835,8700,3,995,1270 +"172050",52835,9298,3,995,1109 +"172051",52835,10890,3,995,2639 +"172052",52835,11218,3,995,2292 +"172053",52835,12096,3,995,1330 +"172054",52835,14328,3,995,1725 +"172055",52835,15003,3,995,2067 +"172056",52835,15184,3,995,2396 +"172057",52835,16164,2,995,1184 +"172058",52835,16195,3,995,2964 +"172059",52835,17357,3,995,1536 +"172060",52835,17396,3,995,1672 +"172061",52835,17819,2,995,2291 +"172062",52835,17943,3,995,1943 +"172063",52835,19027,3,995,2721 +"172064",52835,20563,3,995,2267 +"172065",52835,20824,3,995,1366 +"172066",52835,22006,3,995,1202 +"172067",52835,22331,3,995,2687 +"172068",52835,23506,3,995,1172 +"172069",52835,23534,3,995,1659 +"172070",52835,23641,3,995,1934 +"172071",52835,23725,3,995,2378 +"172072",52835,25129,3,995,2647 +"172073",52835,25341,2,995,1858 +"172074",52835,25443,2,995,1441 +"172075",52835,25643,3,995,1646 +"172076",52835,26282,2,995,1241 +"172077",52835,26322,3,995,1018 +"172078",52835,26436,3,995,2489 +"172079",52835,26516,3,995,2479 +"172080",52835,26570,3,995,1669 +"172081",52835,27753,3,995,2750 +"172082",52835,28434,2,995,1141 +"172083",52835,29050,3,995,1196 +"172084",52835,30236,3,995,2238 +"172085",52835,31307,3,995,2139 +"172086",52835,31799,2,995,2547 +"172087",52835,33383,3,995,1572 +"172088",52835,33588,3,995,1040 +"172089",52835,34492,3,995,1798 +"172090",52835,34509,3,995,1973 +"172091",52835,35360,3,995,2043 +"172092",52835,35787,3,995,1132 +"172093",52835,37620,3,995,2716 +"172094",52835,40293,3,995,1671 +"172095",52835,44636,3,995,1026 +"172096",52835,50134,3,995,2674 +"172097",52835,51022,3,995,1499 +"172098",52835,51410,3,995,2739 +"172099",52835,53134,3,995,1590 +"172100",52835,53433,3,995,1187 +"172101",52835,54929,2,995,2783 +"172102",52835,58035,2,995,1646 +"172103",52835,63770,3,995,1324 +"172104",52835,64031,2,995,1295 +"172105",52835,64181,3,995,1828 +"172106",52835,64997,3,995,2791 +"172107",52835,65029,3,995,2954 +"172108",52835,67352,3,995,1115 +"172109",52835,67805,3,995,1338 +"172110",52835,80172,3,995,1342 +"172111",52835,82767,2,995,1641 +"172112",52879,900,3,777,2726 +"172113",52879,2452,1,777,1715 +"172114",52879,4249,3,777,2547 +"172115",52879,5897,3,777,2337 +"172116",52879,6697,3,777,2438 +"172117",52879,10223,3,777,1033 +"172118",52879,14709,3,777,1901 +"172119",52879,18122,3,777,894 +"172120",52879,20176,2,777,1050 +"172121",52879,21795,3,777,2653 +"172122",52879,23015,3,777,1362 +"172123",52879,25378,3,777,1245 +"172124",52879,27280,3,777,1965 +"172125",52879,28904,3,777,926 +"172126",52879,30865,3,777,2038 +"172127",52879,33665,2,777,787 +"172128",52879,35456,3,777,2358 +"172129",52879,38087,3,777,1083 +"172130",52879,38373,1,777,1928 +"172131",52879,39249,2,777,1665 +"172132",52879,39443,3,777,2277 +"172133",52879,41718,3,777,804 +"172134",52879,44557,3,777,2371 +"172135",52879,47968,3,777,2829 +"172136",52879,58015,3,777,899 +"172137",52879,61443,2,777,2770 +"172138",52879,63077,3,777,2778 +"172139",52879,67815,3,777,2476 +"172140",52879,69062,3,777,1174 +"172141",52879,82252,2,777,1248 +"172142",52879,84447,2,777,1006 +"172143",52879,90236,3,777,1010 +"172144",52879,96059,2,777,1286 +"172145",52879,107090,3,777,954 +"172146",52879,107292,3,777,1667 +"172147",52892,270,3,2372,2542 +"172148",52892,1831,2,2372,2397 +"172149",52892,2424,3,2372,2582 +"172150",52892,3477,3,2372,2546 +"172151",52892,7794,3,2372,2972 +"172152",52892,9175,2,2372,2639 +"172153",52892,15444,3,2372,2764 +"172154",52892,16628,3,2372,2409 +"172155",52892,17365,3,2372,2746 +"172156",52892,33223,3,2372,2397 +"172157",52892,35187,3,2372,2488 +"172158",52892,37238,3,2372,2609 +"172159",52892,38227,3,2372,2511 +"172160",52892,38307,2,2372,2648 +"172161",52892,38885,3,2372,2720 +"172162",52892,41945,3,2372,2856 +"172163",52892,43455,2,2372,2846 +"172164",52892,43756,3,2372,2881 +"172165",52892,45239,3,2372,2535 +"172166",52892,51866,3,2372,2411 +"172167",52892,52032,3,2372,2853 +"172168",52892,60974,3,2372,2972 +"172169",52892,61982,3,2372,2725 +"172170",52892,75311,3,2372,2745 +"172171",52898,358,2,763,798 +"172172",52898,361,3,763,1970 +"172173",52898,392,3,763,1915 +"172174",52898,2684,3,763,2874 +"172175",52898,12778,3,763,2045 +"172176",52898,16542,2,763,2039 +"172177",52898,24753,2,763,2860 +"172178",52898,24793,2,763,1993 +"172179",52898,24794,1,763,925 +"172180",52898,24826,2,763,1382 +"172181",52898,27297,2,763,1382 +"172182",52898,31209,3,763,1137 +"172183",52898,40879,3,763,2019 +"172184",52898,41664,3,763,2641 +"172185",52898,49581,3,763,1817 +"172186",52898,51460,3,763,1872 +"172187",52898,52699,3,763,1372 +"172188",52898,58852,3,763,2323 +"172189",52898,69087,3,763,798 +"172190",52898,83907,3,763,2056 +"172191",52937,62961,3,600,926 +"172192",52937,67456,2,600,1608 +"172193",52937,71968,2,600,629 +"172194",52937,104239,3,600,926 +"172195",52950,23550,3,2716,2939 +"172196",52950,53652,3,2716,2899 +"172197",52953,1822,3,1741,2888 +"172198",52953,2181,3,1741,2030 +"172199",52953,3477,2,1741,2546 +"172200",52953,3559,3,1741,2413 +"172201",52953,5937,3,1741,2392 +"172202",52953,6063,2,1741,2349 +"172203",52953,6234,3,1741,2654 +"172204",52953,6392,3,1741,1878 +"172205",52953,6800,3,1741,2053 +"172206",52953,8993,3,1741,2099 +"172207",52953,9273,3,1741,1747 +"172208",52953,9503,3,1741,2453 +"172209",52953,13899,3,1741,2650 +"172210",52953,14817,3,1741,2110 +"172211",52953,15023,3,1741,2054 +"172212",52953,15150,3,1741,2801 +"172213",52953,16477,3,1741,2069 +"172214",52953,19317,3,1741,2041 +"172215",52953,20011,3,1741,2826 +"172216",52953,20124,3,1741,2376 +"172217",52953,20547,3,1741,2145 +"172218",52953,20739,3,1741,2025 +"172219",52953,20984,3,1741,2502 +"172220",52953,21684,3,1741,1971 +"172221",52953,30194,2,1741,2874 +"172222",52953,31357,3,1741,2389 +"172223",52953,32339,3,1741,2430 +"172224",52953,32395,3,1741,2735 +"172225",52953,33223,2,1741,2397 +"172226",52953,33451,3,1741,1957 +"172227",52953,33470,3,1741,2003 +"172228",52953,35822,3,1741,1903 +"172229",52953,37301,3,1741,2160 +"172230",52953,44730,3,1741,2468 +"172231",52953,47595,3,1741,2374 +"172232",52953,49415,3,1741,2654 +"172233",52953,51843,3,1741,2389 +"172234",52953,54385,2,1741,2340 +"172235",52953,59790,3,1741,1827 +"172236",52953,73192,3,1741,1955 +"172237",52953,76997,3,1741,2223 +"172238",52953,79547,3,1741,1909 +"172239",52953,79746,3,1741,2272 +"172240",52953,80615,2,1741,2252 +"172241",52953,84317,3,1741,2081 +"172242",52953,84808,3,1741,1974 +"172243",52953,110871,3,1741,2879 +"172244",52969,1639,3,2302,2631 +"172245",52969,6074,3,2302,2426 +"172246",52969,10278,2,2302,2345 +"172247",52969,11136,3,2302,2573 +"172248",52969,15756,3,2302,2362 +"172249",52969,19208,3,2302,2629 +"172250",52969,19643,3,2302,2452 +"172251",52969,26080,3,2302,2525 +"172252",52969,26749,3,2302,2965 +"172253",52969,29454,3,2302,2719 +"172254",52969,32311,2,2302,2396 +"172255",52969,33949,1,2302,2489 +"172256",52969,34426,3,2302,2743 +"172257",52969,41664,3,2302,2641 +"172258",52969,41972,3,2302,2509 +"172259",52969,42522,1,2302,2592 +"172260",52969,59539,3,2302,2429 +"172261",52993,237,3,1256,1982 +"172262",52993,364,2,1256,2351 +"172263",52993,841,3,1256,2964 +"172264",52993,2540,2,1256,1398 +"172265",52993,3493,3,1256,2451 +"172266",52993,3978,3,1256,2775 +"172267",52993,4303,3,1256,2414 +"172268",52993,4983,3,1256,1909 +"172269",52993,5346,3,1256,1438 +"172270",52993,6989,3,1256,2623 +"172271",52993,9703,2,1256,1845 +"172272",52993,9787,2,1256,2858 +"172273",52993,10457,3,1256,1711 +"172274",52993,11648,3,1256,2852 +"172275",52993,12361,3,1256,2732 +"172276",52993,15207,3,1256,1855 +"172277",52993,16501,3,1256,1650 +"172278",52993,18005,3,1256,2449 +"172279",52993,19655,3,1256,2706 +"172280",52993,21207,3,1256,1258 +"172281",52993,21487,3,1256,2203 +"172282",52993,25163,3,1256,1751 +"172283",52993,28869,3,1256,2425 +"172284",52993,29818,3,1256,1677 +"172285",52993,31317,2,1256,1362 +"172286",52993,31700,3,1256,2727 +"172287",52993,34908,3,1256,2796 +"172288",52993,36953,3,1256,2790 +"172289",52993,37937,3,1256,1320 +"172290",52993,40572,3,1256,2666 +"172291",52993,41581,3,1256,1692 +"172292",52993,41633,3,1256,1976 +"172293",52993,44497,3,1256,2401 +"172294",52993,44564,3,1256,2034 +"172295",52993,46486,3,1256,1868 +"172296",52993,50585,3,1256,2414 +"172297",52993,52136,3,1256,1412 +"172298",52993,52815,3,1256,2323 +"172299",52993,53739,3,1256,2704 +"172300",52993,56995,3,1256,2323 +"172301",52993,64947,2,1256,2489 +"172302",52993,71531,2,1256,2887 +"172303",52993,73597,3,1256,1989 +"172304",52993,76286,3,1256,1642 +"172305",52993,85198,3,1256,1794 +"172306",53013,3477,3,2523,2546 +"172307",53013,6824,3,2523,2680 +"172308",53013,10638,3,2523,2692 +"172309",53013,11506,3,2523,2824 +"172310",53013,18943,3,2523,2861 +"172311",53013,20007,3,2523,2971 +"172312",53013,35477,3,2523,2703 +"172313",53013,41978,3,2523,2824 +"172314",53013,59039,3,2523,2870 +"172315",53013,69335,3,2523,2698 +"172316",53017,916,3,2141,2718 +"172317",53017,94339,3,2141,2768 +"172318",53031,313,2,2065,2271 +"172319",53031,357,3,2065,2327 +"172320",53031,377,3,2065,2389 +"172321",53031,543,2,2065,2203 +"172322",53031,1151,3,2065,2885 +"172323",53031,1262,3,2065,2973 +"172324",53031,1616,3,2065,2662 +"172325",53031,2036,2,2065,2483 +"172326",53031,2484,3,2065,2389 +"172327",53031,3161,3,2065,2229 +"172328",53031,3853,3,2065,2465 +"172329",53031,4057,3,2065,2389 +"172330",53031,4191,3,2065,2130 +"172331",53031,5235,3,2065,2324 +"172332",53031,5457,3,2065,2077 +"172333",53031,5462,2,2065,2374 +"172334",53031,5504,2,2065,2389 +"172335",53031,7323,3,2065,2858 +"172336",53031,7394,3,2065,2615 +"172337",53031,8533,3,2065,2251 +"172338",53031,8760,3,2065,2477 +"172339",53031,9579,3,2065,2105 +"172340",53031,10130,2,2065,2741 +"172341",53031,10222,3,2065,2212 +"172342",53031,12713,3,2065,2440 +"172343",53031,15184,3,2065,2396 +"172344",53031,15299,3,2065,2213 +"172345",53031,16497,3,2065,2370 +"172346",53031,17826,3,2065,2920 +"172347",53031,18277,2,2065,2309 +"172348",53031,18571,3,2065,2128 +"172349",53031,19027,3,2065,2721 +"172350",53031,19516,3,2065,2313 +"172351",53031,19528,3,2065,2742 +"172352",53031,19568,2,2065,2302 +"172353",53031,19606,3,2065,2783 +"172354",53031,20700,3,2065,2861 +"172355",53031,21193,3,2065,2490 +"172356",53031,21795,3,2065,2653 +"172357",53031,24198,3,2065,2217 +"172358",53031,24923,3,2065,2785 +"172359",53031,26227,3,2065,2265 +"172360",53031,26516,3,2065,2479 +"172361",53031,26608,3,2065,2329 +"172362",53031,27478,1,2065,2485 +"172363",53031,31307,3,2065,2139 +"172364",53031,31799,2,2065,2547 +"172365",53031,32606,3,2065,2100 +"172366",53031,33433,3,2065,2805 +"172367",53031,33475,3,2065,2367 +"172368",53031,33572,3,2065,2370 +"172369",53031,35256,2,2065,2271 +"172370",53031,37570,3,2065,2389 +"172371",53031,38755,3,2065,2902 +"172372",53031,39444,3,2065,2695 +"172373",53031,46951,3,2065,2429 +"172374",53031,49965,2,2065,2301 +"172375",53031,51410,2,2065,2739 +"172376",53031,52570,3,2065,2645 +"172377",53031,55556,2,2065,2075 +"172378",53031,55828,2,2065,2393 +"172379",53031,57609,3,2065,2717 +"172380",53031,57977,2,2065,2683 +"172381",53031,58508,3,2065,2326 +"172382",53031,65029,3,2065,2954 +"172383",53031,68098,2,2065,2378 +"172384",53031,68390,3,2065,2608 +"172385",53031,72334,3,2065,2820 +"172386",53031,82949,3,2065,2077 +"172387",53031,85430,2,2065,2370 +"172388",53031,91570,3,2065,2229 +"172389",53031,93615,1,2065,2386 +"172390",53031,97498,3,2065,2346 +"172391",53043,135,3,803,2233 +"172392",53043,470,3,803,2285 +"172393",53043,600,2,803,1702 +"172394",53043,913,3,803,2144 +"172395",53043,1367,3,803,2176 +"172396",53043,2269,3,803,984 +"172397",53043,2337,3,803,1697 +"172398",53043,2424,3,803,2582 +"172399",53043,2600,2,803,1182 +"172400",53043,2747,3,803,2411 +"172401",53043,2865,3,803,2006 +"172402",53043,3164,3,803,2693 +"172403",53043,3849,3,803,1356 +"172404",53043,3863,2,803,856 +"172405",53043,4084,3,803,2133 +"172406",53043,5346,2,803,1438 +"172407",53043,5580,3,803,2111 +"172408",53043,6030,3,803,2953 +"172409",53043,7245,3,803,2089 +"172410",53043,7847,3,803,2424 +"172411",53043,9654,3,803,2111 +"172412",53043,9678,3,803,1217 +"172413",53043,9805,3,803,1621 +"172414",53043,10433,3,803,2075 +"172415",53043,11966,3,803,2385 +"172416",53043,13671,3,803,1371 +"172417",53043,14080,3,803,1351 +"172418",53043,14676,3,803,2764 +"172419",53043,14731,2,803,2012 +"172420",53043,14972,3,803,2332 +"172421",53043,15207,2,803,1855 +"172422",53043,15301,3,803,2308 +"172423",53043,15453,3,803,1688 +"172424",53043,15462,3,803,1141 +"172425",53043,15607,3,803,1421 +"172426",53043,16067,3,803,2727 +"172427",53043,17381,3,803,1697 +"172428",53043,17413,3,803,2230 +"172429",53043,17698,3,803,1559 +"172430",53043,18348,3,803,1711 +"172431",53043,18415,3,803,2184 +"172432",53043,19072,3,803,2358 +"172433",53043,19113,2,803,1171 +"172434",53043,20292,3,803,2755 +"172435",53043,20369,1,803,1356 +"172436",53043,21571,3,803,2755 +"172437",53043,21929,3,803,2062 +"172438",53043,22080,3,803,2436 +"172439",53043,22566,2,803,2308 +"172440",53043,22850,3,803,878 +"172441",53043,23705,3,803,2699 +"172442",53043,23918,3,803,1881 +"172443",53043,24511,3,803,1871 +"172444",53043,24568,3,803,1937 +"172445",53043,26322,3,803,1018 +"172446",53043,27837,3,803,1315 +"172447",53043,28050,3,803,1955 +"172448",53043,28057,3,803,1067 +"172449",53043,28168,3,803,2702 +"172450",53043,29170,3,803,1846 +"172451",53043,30262,3,803,1715 +"172452",53043,30943,3,803,2287 +"172453",53043,31050,3,803,1491 +"172454",53043,32939,3,803,2277 +"172455",53043,35302,3,803,1589 +"172456",53043,35518,3,803,1721 +"172457",53043,35542,3,803,1439 +"172458",53043,36609,3,803,2918 +"172459",53043,36862,3,803,2655 +"172460",53043,36950,3,803,2204 +"172461",53043,41739,2,803,1339 +"172462",53043,42642,3,803,2257 +"172463",53043,43173,3,803,2895 +"172464",53043,43226,3,803,2442 +"172465",53043,43566,3,803,2730 +"172466",53043,45186,3,803,835 +"172467",53043,45545,3,803,1776 +"172468",53043,45618,3,803,2356 +"172469",53043,45650,3,803,1528 +"172470",53043,46803,3,803,2305 +"172471",53043,48548,3,803,826 +"172472",53043,52735,3,803,1124 +"172473",53043,53196,3,803,1888 +"172474",53043,54388,3,803,1257 +"172475",53043,54980,3,803,876 +"172476",53043,56116,3,803,1321 +"172477",53043,57804,3,803,2214 +"172478",53043,58284,2,803,2292 +"172479",53043,63409,3,803,1937 +"172480",53043,63641,3,803,2337 +"172481",53043,64181,2,803,1828 +"172482",53043,64997,3,803,2791 +"172483",53043,65625,2,803,1273 +"172484",53043,66413,2,803,2507 +"172485",53043,67314,3,803,1051 +"172486",53043,67726,3,803,2873 +"172487",53043,69716,3,803,2632 +"172488",53043,74818,3,803,1440 +"172489",53043,77167,2,803,836 +"172490",53043,82787,3,803,1144 +"172491",53043,82893,3,803,1275 +"172492",53043,83491,3,803,1200 +"172493",53043,85356,3,803,1492 +"172494",53043,94500,3,803,1529 +"172495",53043,94520,2,803,1243 +"172496",53043,98150,3,803,1009 +"172497",53043,99557,3,803,1703 +"172498",53043,101347,3,803,1335 +"172499",53043,105063,2,803,1908 +"172500",53043,105947,3,803,997 +"172501",53043,106555,3,803,1626 +"172502",53051,4551,3,1940,2720 +"172503",53051,16595,2,1940,2352 +"172504",53051,19934,3,1940,2888 +"172505",53051,27280,3,1940,1965 +"172506",53051,37752,3,1940,2223 +"172507",53051,41187,3,1940,2340 +"172508",53051,57356,3,1940,2476 +"172509",53051,59039,3,1940,2870 +"172510",53051,65188,1,1940,2213 +"172511",53051,90745,3,1940,1994 +"172512",53069,2181,3,1664,2030 +"172513",53069,15799,3,1664,1917 +"172514",53069,33572,3,1664,2370 +"172515",53069,39444,3,1664,2695 +"172516",53069,55556,3,1664,2075 +"172517",53069,59700,1,1664,2346 +"172518",53069,92322,3,1664,2393 +"172519",53082,2443,3,2328,2333 +"172520",53082,20695,3,2328,2526 +"172521",53082,49403,2,2328,2427 +"172522",53084,49782,1,2683,2937 +"172523",53091,323,2,1134,1706 +"172524",53091,3801,3,1134,1974 +"172525",53091,10870,3,1134,1755 +"172526",53091,27379,3,1134,2461 +"172527",53091,37026,3,1134,1428 +"172528",53092,43929,3,2384,2749 +"172529",53105,145,3,953,1998 +"172530",53105,2563,3,953,1686 +"172531",53105,4723,3,953,1314 +"172532",53105,6821,3,953,1788 +"172533",53105,7118,3,953,966 +"172534",53105,9423,3,953,1708 +"172535",53105,11055,3,953,2111 +"172536",53105,11060,3,953,2155 +"172537",53105,11620,3,953,2010 +"172538",53105,12081,3,953,2166 +"172539",53105,13388,3,953,2119 +"172540",53105,14918,3,953,2071 +"172541",53105,15729,3,953,2338 +"172542",53105,17351,3,953,2036 +"172543",53105,17549,3,953,2647 +"172544",53105,18670,3,953,1835 +"172545",53105,21079,3,953,1997 +"172546",53105,21706,3,953,1988 +"172547",53105,22586,2,953,1341 +"172548",53105,27501,3,953,1981 +"172549",53105,29512,3,953,1594 +"172550",53105,39464,3,953,2314 +"172551",53105,40368,3,953,2876 +"172552",53105,40565,3,953,2115 +"172553",53105,41900,3,953,1970 +"172554",53105,42783,3,953,2338 +"172555",53105,44405,3,953,1855 +"172556",53105,45608,2,953,2420 +"172557",53105,46680,3,953,1690 +"172558",53105,55906,3,953,2851 +"172559",53105,66756,3,953,1301 +"172560",53105,100140,3,953,1041 +"172561",53120,24,3,975,1295 +"172562",53120,1315,3,975,2760 +"172563",53120,2424,3,975,2582 +"172564",53120,3139,3,975,1656 +"172565",53120,4723,3,975,1314 +"172566",53120,5226,3,975,1309 +"172567",53120,7703,2,975,2122 +"172568",53120,8529,3,975,1205 +"172569",53120,9702,3,975,1928 +"172570",53120,12901,3,975,2136 +"172571",53120,15122,3,975,1201 +"172572",53120,19096,2,975,1538 +"172573",53120,19637,3,975,1229 +"172574",53120,21197,3,975,1437 +"172575",53120,21207,3,975,1258 +"172576",53120,21285,3,975,2100 +"172577",53120,21345,3,975,2449 +"172578",53120,21734,3,975,2528 +"172579",53120,22705,3,975,1016 +"172580",53120,23312,1,975,2449 +"172581",53120,24612,3,975,1875 +"172582",53120,27427,3,975,2325 +"172583",53120,27484,3,975,1634 +"172584",53120,28131,3,975,1492 +"172585",53120,28635,3,975,2368 +"172586",53120,30150,3,975,1704 +"172587",53120,32311,3,975,2396 +"172588",53120,33949,3,975,2489 +"172589",53120,36714,3,975,2209 +"172590",53120,37108,2,975,1202 +"172591",53120,42505,3,975,2008 +"172592",53120,44654,2,975,2916 +"172593",53120,46040,3,975,2105 +"172594",53120,46642,3,975,999 +"172595",53120,48283,3,975,1290 +"172596",53120,51243,3,975,1389 +"172597",53120,53604,3,975,2489 +"172598",53120,56152,2,975,1487 +"172599",53120,57380,3,975,2362 +"172600",53120,58854,3,975,1131 +"172601",53120,65572,3,975,2750 +"172602",53120,67383,3,975,1739 +"172603",53120,70203,3,975,2756 +"172604",53120,76081,3,975,1534 +"172605",53120,81865,3,975,2704 +"172606",53120,87230,2,975,1657 +"172607",53120,88473,3,975,1102 +"172608",53120,113736,3,975,1514 +"172609",53132,21,3,81,1385 +"172610",53132,270,3,81,2542 +"172611",53132,378,3,81,2766 +"172612",53132,388,3,81,1594 +"172613",53132,512,3,81,1596 +"172614",53132,725,3,81,1064 +"172615",53132,1015,3,81,1174 +"172616",53132,1124,3,81,1596 +"172617",53132,1150,3,81,1595 +"172618",53132,1154,2,81,1656 +"172619",53132,1592,3,81,2006 +"172620",53132,1620,2,81,1303 +"172621",53132,1629,3,81,1289 +"172622",53132,1691,3,81,1941 +"172623",53132,1826,3,81,924 +"172624",53132,1846,3,81,1845 +"172625",53132,2143,3,81,1174 +"172626",53132,2349,3,81,1288 +"172627",53132,2524,3,81,1708 +"172628",53132,2540,3,81,1398 +"172629",53132,2936,3,81,2512 +"172630",53132,2959,3,81,1785 +"172631",53132,3456,3,81,1999 +"172632",53132,3477,3,81,2546 +"172633",53132,3493,3,81,2451 +"172634",53132,3896,3,81,2693 +"172635",53132,3947,3,81,2067 +"172636",53132,4303,3,81,2414 +"172637",53132,4361,2,81,2571 +"172638",53132,4622,3,81,1589 +"172639",53132,4821,3,81,1938 +"172640",53132,5018,3,81,640 +"172641",53132,5235,3,81,2324 +"172642",53132,5239,3,81,2875 +"172643",53132,5258,3,81,2730 +"172644",53132,5363,3,81,1791 +"172645",53132,5568,3,81,1290 +"172646",53132,5846,3,81,271 +"172647",53132,5962,3,81,2491 +"172648",53132,6119,3,81,2358 +"172649",53132,6252,3,81,2336 +"172650",53132,6296,3,81,148 +"172651",53132,6366,3,81,798 +"172652",53132,6390,3,81,2385 +"172653",53132,6417,3,81,1675 +"172654",53132,6602,3,81,1631 +"172655",53132,6877,3,81,867 +"172656",53132,7126,2,81,1261 +"172657",53132,7196,2,81,1508 +"172658",53132,7241,3,81,2259 +"172659",53132,7337,3,81,1797 +"172660",53132,7467,2,81,587 +"172661",53132,7798,3,81,949 +"172662",53132,7858,3,81,1795 +"172663",53132,7984,2,81,2493 +"172664",53132,7997,3,81,2049 +"172665",53132,8062,2,81,2858 +"172666",53132,8118,2,81,587 +"172667",53132,8123,3,81,144 +"172668",53132,8537,3,81,472 +"172669",53132,8860,3,81,2141 +"172670",53132,8890,2,81,1955 +"172671",53132,8913,2,81,968 +"172672",53132,9200,3,81,787 +"172673",53132,9227,3,81,1267 +"172674",53132,9702,3,81,1928 +"172675",53132,10012,3,81,89 +"172676",53132,10336,3,81,2271 +"172677",53132,10343,3,81,1072 +"172678",53132,10350,2,81,1163 +"172679",53132,10453,3,81,1656 +"172680",53132,10720,3,81,199 +"172681",53132,10726,3,81,841 +"172682",53132,10980,3,81,1974 +"172683",53132,11099,3,81,400 +"172684",53132,11108,3,81,1609 +"172685",53132,11477,3,81,2724 +"172686",53132,11576,3,81,808 +"172687",53132,11728,3,81,1121 +"172688",53132,12228,3,81,2034 +"172689",53132,12374,3,81,2260 +"172690",53132,12610,3,81,1274 +"172691",53132,12759,3,81,2414 +"172692",53132,12781,3,81,831 +"172693",53132,13296,3,81,839 +"172694",53132,13537,3,81,1020 +"172695",53132,13780,3,81,2412 +"172696",53132,13842,3,81,2250 +"172697",53132,14072,2,81,1346 +"172698",53132,14108,2,81,2012 +"172699",53132,14433,3,81,1225 +"172700",53132,14449,3,81,1258 +"172701",53132,14520,3,81,634 +"172702",53132,14761,3,81,2502 +"172703",53132,14807,3,81,241 +"172704",53132,14943,3,81,1942 +"172705",53132,14972,3,81,2332 +"172706",53132,15118,2,81,1311 +"172707",53132,15401,2,81,1999 +"172708",53132,16053,3,81,908 +"172709",53132,16176,3,81,2703 +"172710",53132,16286,3,81,2470 +"172711",53132,16310,3,81,2796 +"172712",53132,16365,2,81,2217 +"172713",53132,16625,3,81,1285 +"172714",53132,16801,3,81,2008 +"172715",53132,16826,3,81,2599 +"172716",53132,16881,3,81,925 +"172717",53132,17257,1,81,1117 +"172718",53132,17328,3,81,1206 +"172719",53132,17354,3,81,2250 +"172720",53132,17381,2,81,1697 +"172721",53132,17484,3,81,1256 +"172722",53132,17645,3,81,1918 +"172723",53132,17934,3,81,1059 +"172724",53132,17997,3,81,1621 +"172725",53132,18103,3,81,1968 +"172726",53132,18381,3,81,1524 +"172727",53132,18394,3,81,2356 +"172728",53132,18502,3,81,1033 +"172729",53132,18543,3,81,2968 +"172730",53132,18571,3,81,2128 +"172731",53132,18825,3,81,1240 +"172732",53132,18855,3,81,1362 +"172733",53132,18978,3,81,952 +"172734",53132,19501,3,81,1186 +"172735",53132,19516,3,81,2313 +"172736",53132,19718,3,81,1702 +"172737",53132,20067,3,81,2390 +"172738",53132,20070,3,81,1914 +"172739",53132,20407,3,81,2339 +"172740",53132,20562,2,81,316 +"172741",53132,20688,3,81,891 +"172742",53132,21133,2,81,1320 +"172743",53132,21209,3,81,2184 +"172744",53132,21240,3,81,1162 +"172745",53132,21246,3,81,1612 +"172746",53132,21617,3,81,516 +"172747",53132,21670,2,81,2158 +"172748",53132,21681,2,81,2005 +"172749",53132,21682,3,81,2414 +"172750",53132,21684,3,81,1971 +"172751",53132,21693,3,81,2176 +"172752",53132,22501,3,81,1006 +"172753",53132,22722,2,81,1233 +"172754",53132,23015,3,81,1362 +"172755",53132,23257,3,81,113 +"172756",53132,23325,3,81,2779 +"172757",53132,23869,3,81,1918 +"172758",53132,23966,3,81,891 +"172759",53132,24176,3,81,1986 +"172760",53132,24198,3,81,2217 +"172761",53132,25132,3,81,1188 +"172762",53132,25295,3,81,341 +"172763",53132,25373,3,81,2783 +"172764",53132,25451,3,81,698 +"172765",53132,25565,3,81,2764 +"172766",53132,26524,3,81,982 +"172767",53132,26551,3,81,652 +"172768",53132,26713,3,81,1235 +"172769",53132,26873,3,81,419 +"172770",53132,27391,3,81,2378 +"172771",53132,27545,3,81,855 +"172772",53132,28784,2,81,1579 +"172773",53132,28808,3,81,1063 +"172774",53132,28896,2,81,1395 +"172775",53132,30334,3,81,2075 +"172776",53132,30405,3,81,2164 +"172777",53132,30411,3,81,630 +"172778",53132,30609,3,81,988 +"172779",53132,30747,3,81,2455 +"172780",53132,30891,3,81,1256 +"172781",53132,31130,2,81,148 +"172782",53132,31164,3,81,1996 +"172783",53132,31700,2,81,2727 +"172784",53132,32131,2,81,1035 +"172785",53132,32163,3,81,859 +"172786",53132,32419,3,81,1909 +"172787",53132,32582,3,81,1929 +"172788",53132,32818,2,81,2485 +"172789",53132,32988,2,81,2008 +"172790",53132,33241,3,81,632 +"172791",53132,33341,3,81,2338 +"172792",53132,33380,3,81,2340 +"172793",53132,33537,3,81,2406 +"172794",53132,33621,3,81,1319 +"172795",53132,33681,3,81,1059 +"172796",53132,33850,3,81,931 +"172797",53132,33870,2,81,955 +"172798",53132,34216,3,81,2832 +"172799",53132,34314,3,81,630 +"172800",53132,34478,3,81,2265 +"172801",53132,34528,3,81,1323 +"172802",53132,34596,3,81,527 +"172803",53132,34742,3,81,1883 +"172804",53132,34892,3,81,2309 +"172805",53132,34945,3,81,1298 +"172806",53132,35529,3,81,1620 +"172807",53132,35589,2,81,983 +"172808",53132,35822,2,81,1903 +"172809",53132,35903,3,81,1434 +"172810",53132,36031,2,81,2342 +"172811",53132,36439,3,81,2469 +"172812",53132,36609,3,81,2918 +"172813",53132,36651,3,81,1600 +"172814",53132,37065,3,81,276 +"172815",53132,37238,3,81,2609 +"172816",53132,37509,3,81,1640 +"172817",53132,37636,3,81,2178 +"172818",53132,37937,2,81,1320 +"172819",53132,38038,3,81,2686 +"172820",53132,38213,3,81,1744 +"172821",53132,38219,3,81,1689 +"172822",53132,38574,3,81,188 +"172823",53132,38602,1,81,2693 +"172824",53132,38973,3,81,1999 +"172825",53132,39062,3,81,2020 +"172826",53132,39217,2,81,504 +"172827",53132,39563,3,81,486 +"172828",53132,39589,3,81,1292 +"172829",53132,40200,3,81,190 +"172830",53132,40392,3,81,1878 +"172831",53132,40432,3,81,1956 +"172832",53132,40488,3,81,486 +"172833",53132,40645,3,81,1899 +"172834",53132,41085,3,81,637 +"172835",53132,41446,2,81,1103 +"172836",53132,41723,3,81,2101 +"172837",53132,41953,3,81,945 +"172838",53132,42331,3,81,1585 +"172839",53132,42505,3,81,2008 +"172840",53132,42948,3,81,101 +"172841",53132,43173,3,81,2895 +"172842",53132,43226,3,81,2442 +"172843",53132,43385,3,81,1623 +"172844",53132,43593,3,81,2704 +"172845",53132,43635,3,81,1196 +"172846",53132,43847,3,81,222 +"172847",53132,44427,3,81,2875 +"172848",53132,44720,3,81,1202 +"172849",53132,44877,3,81,1219 +"172850",53132,45136,3,81,877 +"172851",53132,45618,3,81,2356 +"172852",53132,45650,3,81,1528 +"172853",53132,45664,3,81,2235 +"172854",53132,45959,3,81,1880 +"172855",53132,45975,3,81,157 +"172856",53132,46040,3,81,2105 +"172857",53132,46532,2,81,2005 +"172858",53132,46596,3,81,1942 +"172859",53132,46621,3,81,1343 +"172860",53132,46642,3,81,999 +"172861",53132,46717,3,81,938 +"172862",53132,46726,3,81,943 +"172863",53132,46951,3,81,2429 +"172864",53132,47064,3,81,1993 +"172865",53132,47384,2,81,1639 +"172866",53132,47386,3,81,2226 +"172867",53132,47585,3,81,794 +"172868",53132,47810,3,81,957 +"172869",53132,48215,2,81,2028 +"172870",53132,48260,3,81,875 +"172871",53132,48548,3,81,826 +"172872",53132,48698,3,81,1474 +"172873",53132,49265,2,81,2686 +"172874",53132,49300,3,81,515 +"172875",53132,49512,3,81,1302 +"172876",53132,49620,3,81,1868 +"172877",53132,50179,3,81,2230 +"172878",53132,50235,3,81,726 +"172879",53132,50278,3,81,1127 +"172880",53132,50903,3,81,931 +"172881",53132,51084,3,81,2188 +"172882",53132,51360,3,81,1882 +"172883",53132,51783,3,81,2599 +"172884",53132,52136,3,81,1412 +"172885",53132,52323,3,81,2148 +"172886",53132,52327,3,81,1472 +"172887",53132,52483,3,81,2317 +"172888",53132,53252,3,81,637 +"172889",53132,53322,3,81,1200 +"172890",53132,53323,2,81,2677 +"172891",53132,53608,3,81,1986 +"172892",53132,54715,3,81,499 +"172893",53132,55604,3,81,2342 +"172894",53132,57353,3,81,1849 +"172895",53132,57380,2,81,2362 +"172896",53132,57912,3,81,1035 +"172897",53132,57977,3,81,2683 +"172898",53132,57990,2,81,978 +"172899",53132,58238,3,81,1944 +"172900",53132,58293,3,81,250 +"172901",53132,58829,3,81,1256 +"172902",53132,59039,3,81,2870 +"172903",53132,59298,3,81,1236 +"172904",53132,59677,3,81,1174 +"172905",53132,60258,3,81,2405 +"172906",53132,61125,3,81,1673 +"172907",53132,61138,2,81,1188 +"172908",53132,61211,2,81,245 +"172909",53132,61785,2,81,822 +"172910",53132,62668,3,81,958 +"172911",53132,63077,2,81,2778 +"172912",53132,63147,3,81,1477 +"172913",53132,63328,3,81,922 +"172914",53132,63395,3,81,2334 +"172915",53132,63644,3,81,1267 +"172916",53132,64967,3,81,2872 +"172917",53132,65155,2,81,1947 +"172918",53132,65203,3,81,1597 +"172919",53132,65242,3,81,1988 +"172920",53132,65322,3,81,2008 +"172921",53132,66609,3,81,998 +"172922",53132,66693,3,81,2554 +"172923",53132,67815,3,81,2476 +"172924",53132,68539,3,81,1158 +"172925",53132,68801,3,81,116 +"172926",53132,69122,3,81,416 +"172927",53132,69447,3,81,1197 +"172928",53132,70101,3,81,2414 +"172929",53132,70838,3,81,687 +"172930",53132,70854,2,81,635 +"172931",53132,70925,3,81,109 +"172932",53132,70996,3,81,1037 +"172933",53132,71274,3,81,2390 +"172934",53132,72007,3,81,963 +"172935",53132,72597,3,81,1843 +"172936",53132,72728,1,81,2234 +"172937",53132,73113,3,81,681 +"172938",53132,73245,2,81,802 +"172939",53132,73597,3,81,1989 +"172940",53132,73728,3,81,784 +"172941",53132,74100,3,81,147 +"172942",53132,74370,3,81,1667 +"172943",53132,74636,3,81,2525 +"172944",53132,74730,3,81,535 +"172945",53132,75025,3,81,717 +"172946",53132,75282,3,81,2675 +"172947",53132,75921,3,81,517 +"172948",53132,76007,3,81,918 +"172949",53132,76127,3,81,910 +"172950",53132,76192,3,81,912 +"172951",53132,76511,3,81,1250 +"172952",53132,77057,3,81,1866 +"172953",53132,77095,3,81,1622 +"172954",53132,78150,3,81,2581 +"172955",53132,78256,3,81,804 +"172956",53132,78569,1,81,578 +"172957",53132,78645,3,81,218 +"172958",53132,78842,3,81,904 +"172959",53132,79036,3,81,2524 +"172960",53132,79158,2,81,1252 +"172961",53132,79420,3,81,1061 +"172962",53132,79436,3,81,1344 +"172963",53132,79918,3,81,1672 +"172964",53132,82341,3,81,1515 +"172965",53132,82409,3,81,1881 +"172966",53132,82426,3,81,1576 +"172967",53132,82730,3,81,1492 +"172968",53132,83053,3,81,1303 +"172969",53132,83301,3,81,1385 +"172970",53132,83523,3,81,1461 +"172971",53132,83860,3,81,1522 +"172972",53132,84574,3,81,958 +"172973",53132,85869,2,81,1509 +"172974",53132,87142,3,81,591 +"172975",53132,87509,2,81,1907 +"172976",53132,88126,3,81,1027 +"172977",53132,88212,3,81,2547 +"172978",53132,88232,2,81,2881 +"172979",53132,88739,3,81,933 +"172980",53132,89511,3,81,1205 +"172981",53132,89681,3,81,1978 +"172982",53132,89880,3,81,1938 +"172983",53132,90064,3,81,454 +"172984",53132,90065,3,81,1418 +"172985",53132,91849,3,81,1166 +"172986",53132,92297,3,81,2952 +"172987",53132,92491,3,81,1968 +"172988",53132,92592,2,81,486 +"172989",53132,92757,3,81,2615 +"172990",53132,93102,2,81,1174 +"172991",53132,95036,2,81,380 +"172992",53132,96308,3,81,521 +"172993",53132,96352,2,81,1493 +"172994",53132,97160,3,81,1215 +"172995",53132,99288,2,81,983 +"172996",53132,99332,3,81,873 +"172997",53132,99953,3,81,581 +"172998",53132,100140,3,81,1041 +"172999",53132,100860,3,81,2326 +"173000",53132,101367,2,81,974 +"173001",53132,101652,3,81,270 +"173002",53132,101967,3,81,691 +"173003",53132,103420,2,81,433 +"173004",53132,103491,3,81,1523 +"173005",53132,103890,3,81,958 +"173006",53132,104217,2,81,956 +"173007",53132,104711,3,81,410 +"173008",53132,104828,3,81,1609 +"173009",53132,105207,3,81,451 +"173010",53132,106240,2,81,705 +"173011",53132,106570,3,81,1702 +"173012",53132,106620,3,81,1177 +"173013",53132,108709,3,81,462 +"173014",53132,111485,3,81,1925 +"173015",53132,115078,3,81,697 +"173016",53132,119921,3,81,1113 +"173017",53134,270,3,1590,2542 +"173018",53134,380,3,1590,2261 +"173019",53134,600,3,1590,1702 +"173020",53134,1102,3,1590,2282 +"173021",53134,1196,3,1590,1986 +"173022",53134,1495,2,1590,2046 +"173023",53134,1616,3,1590,2662 +"173024",53134,1639,3,1590,2631 +"173025",53134,2111,3,1590,1904 +"173026",53134,2484,3,1590,2389 +"173027",53134,2766,2,1590,1920 +"173028",53134,3306,3,1590,1989 +"173029",53134,3853,3,1590,2465 +"173030",53134,3961,2,1590,2426 +"173031",53134,4253,3,1590,1890 +"173032",53134,4289,3,1590,1921 +"173033",53134,4360,3,1590,1770 +"173034",53134,4681,3,1590,2356 +"173035",53134,4763,3,1590,1960 +"173036",53134,4953,3,1590,2285 +"173037",53134,5041,3,1590,2371 +"173038",53134,5072,3,1590,2175 +"173039",53134,5315,2,1590,2631 +"173040",53134,5350,3,1590,2522 +"173041",53134,5429,3,1590,1991 +"173042",53134,5622,2,1590,2175 +"173043",53134,5984,2,1590,1675 +"173044",53134,5986,2,1590,1721 +"173045",53134,6047,3,1590,2004 +"173046",53134,6162,3,1590,1673 +"173047",53134,6324,3,1590,1990 +"173048",53134,6417,1,1590,1675 +"173049",53134,6588,3,1590,2025 +"173050",53134,6996,3,1590,2916 +"173051",53134,7292,3,1590,1988 +"173052",53134,7984,3,1590,2493 +"173053",53134,9311,3,1590,2477 +"173054",53134,9928,2,1590,2345 +"173055",53134,10358,2,1590,2294 +"173056",53134,10717,3,1590,1938 +"173057",53134,10779,3,1590,2881 +"173058",53134,10857,3,1590,2253 +"173059",53134,10870,3,1590,1755 +"173060",53134,10871,3,1590,2314 +"173061",53134,10874,3,1590,1891 +"173062",53134,11103,3,1590,2393 +"173063",53134,11218,1,1590,2292 +"173064",53134,11477,3,1590,2724 +"173065",53134,11493,3,1590,2077 +"173066",53134,11966,3,1590,2385 +"173067",53134,12035,3,1590,2721 +"173068",53134,12042,2,1590,2345 +"173069",53134,12375,3,1590,1873 +"173070",53134,13311,3,1590,2315 +"173071",53134,13388,3,1590,2119 +"173072",53134,13601,3,1590,2689 +"173073",53134,13760,3,1590,2871 +"173074",53134,13780,3,1590,2412 +"173075",53134,13837,3,1590,1604 +"173076",53134,14032,3,1590,2144 +"173077",53134,15003,3,1590,2067 +"173078",53134,15184,3,1590,2396 +"173079",53134,15301,3,1590,2308 +"173080",53134,15401,3,1590,1999 +"173081",53134,16352,2,1590,2657 +"173082",53134,16587,3,1590,2065 +"173083",53134,16826,3,1590,2599 +"173084",53134,17400,2,1590,2231 +"173085",53134,17520,3,1590,2276 +"173086",53134,17819,3,1590,2291 +"173087",53134,17997,3,1590,1621 +"173088",53134,18348,3,1590,1711 +"173089",53134,18394,3,1590,2356 +"173090",53134,18670,3,1590,1835 +"173091",53134,18874,3,1590,2170 +"173092",53134,19622,3,1590,2371 +"173093",53134,20067,3,1590,2390 +"173094",53134,20124,3,1590,2376 +"173095",53134,20292,3,1590,2755 +"173096",53134,20643,3,1590,2341 +"173097",53134,21138,3,1590,2849 +"173098",53134,21571,3,1590,2755 +"173099",53134,21706,3,1590,1988 +"173100",53134,22207,3,1590,2365 +"173101",53134,22311,3,1590,2034 +"173102",53134,22331,3,1590,2687 +"173103",53134,23310,3,1590,2371 +"173104",53134,23526,3,1590,1998 +"173105",53134,23715,3,1590,1859 +"173106",53134,23725,3,1590,2378 +"173107",53134,23806,3,1590,1671 +"173108",53134,23869,3,1590,1918 +"173109",53134,24146,3,1590,2003 +"173110",53134,24169,1,1590,1663 +"173111",53134,24253,3,1590,2213 +"173112",53134,24256,3,1590,2393 +"173113",53134,24497,3,1590,1979 +"173114",53134,24568,3,1590,1937 +"173115",53134,25325,3,1590,2963 +"173116",53134,26067,3,1590,2069 +"173117",53134,26080,2,1590,2525 +"173118",53134,26366,3,1590,1688 +"173119",53134,26700,3,1590,1663 +"173120",53134,26818,2,1590,1999 +"173121",53134,27130,3,1590,1880 +"173122",53134,27195,3,1590,2158 +"173123",53134,28296,3,1590,2944 +"173124",53134,29004,3,1590,2596 +"173125",53134,29930,2,1590,2240 +"173126",53134,30173,3,1590,2404 +"173127",53134,30405,3,1590,2164 +"173128",53134,30747,3,1590,2455 +"173129",53134,32516,3,1590,2050 +"173130",53134,32567,3,1590,2784 +"173131",53134,32658,3,1590,1694 +"173132",53134,32694,3,1590,1602 +"173133",53134,32919,3,1590,2321 +"173134",53134,32988,3,1590,2008 +"173135",53134,33801,3,1590,2899 +"173136",53134,34325,3,1590,1982 +"173137",53134,34707,3,1590,2042 +"173138",53134,34735,2,1590,2767 +"173139",53134,34820,3,1590,1630 +"173140",53134,35529,3,1590,1620 +"173141",53134,35888,3,1590,2291 +"173142",53134,35926,2,1590,2371 +"173143",53134,36559,3,1590,2473 +"173144",53134,36691,3,1590,1903 +"173145",53134,36962,3,1590,2861 +"173146",53134,37333,3,1590,1612 +"173147",53134,37758,2,1590,1998 +"173148",53134,38374,3,1590,1890 +"173149",53134,38921,3,1590,1880 +"173150",53134,38938,3,1590,1593 +"173151",53134,39294,2,1590,1889 +"173152",53134,40432,3,1590,1956 +"173153",53134,40645,3,1590,1899 +"173154",53134,41625,3,1590,1794 +"173155",53134,41955,2,1590,2479 +"173156",53134,41972,3,1590,2509 +"173157",53134,42196,3,1590,2765 +"173158",53134,42264,3,1590,1702 +"173159",53134,42619,3,1590,2017 +"173160",53134,43213,3,1590,2160 +"173161",53134,44521,3,1590,1593 +"173162",53134,45684,3,1590,2200 +"173163",53134,46039,3,1590,1794 +"173164",53134,46040,3,1590,2105 +"173165",53134,46629,3,1590,2255 +"173166",53134,46803,3,1590,2305 +"173167",53134,47386,3,1590,2226 +"173168",53134,48754,3,1590,1972 +"173169",53134,49110,3,1590,2938 +"173170",53134,49608,3,1590,2184 +"173171",53134,50134,3,1590,2674 +"173172",53134,50236,3,1590,2339 +"173173",53134,50252,2,1590,2001 +"173174",53134,50977,3,1590,2352 +"173175",53134,51017,3,1590,2073 +"173176",53134,51089,3,1590,2426 +"173177",53134,53293,2,1590,2916 +"173178",53134,53475,3,1590,2853 +"173179",53134,54127,3,1590,1593 +"173180",53134,54551,3,1590,2348 +"173181",53134,54879,3,1590,2210 +"173182",53134,54929,1,1590,2783 +"173183",53134,56082,3,1590,2395 +"173184",53134,56604,3,1590,1919 +"173185",53134,57977,3,1590,2683 +"173186",53134,63409,3,1590,1937 +"173187",53134,63442,3,1590,1965 +"173188",53134,65155,3,1590,1947 +"173189",53134,71274,3,1590,2390 +"173190",53134,72207,3,1590,2430 +"173191",53134,73305,3,1590,2544 +"173192",53134,75403,3,1590,1895 +"173193",53134,76048,3,1590,2373 +"173194",53134,76356,3,1590,2323 +"173195",53134,81349,3,1590,1958 +"173196",53134,92513,3,1590,2282 +"173197",53160,60879,3,2736,2792 +"173198",53196,135,1,1888,2233 +"173199",53196,455,1,1888,2827 +"173200",53196,470,2,1888,2285 +"173201",53196,913,3,1888,2144 +"173202",53196,1136,3,1888,2536 +"173203",53196,1367,3,1888,2176 +"173204",53196,2224,3,1888,2751 +"173205",53196,2424,3,1888,2582 +"173206",53196,2533,3,1888,2016 +"173207",53196,2954,3,1888,2727 +"173208",53196,4084,3,1888,2133 +"173209",53196,4191,2,1888,2130 +"173210",53196,4618,3,1888,2607 +"173211",53196,5491,3,1888,2048 +"173212",53196,6428,3,1888,1952 +"173213",53196,6491,3,1888,2424 +"173214",53196,7245,2,1888,2089 +"173215",53196,7847,3,1888,2424 +"173216",53196,8533,3,1888,2251 +"173217",53196,10433,2,1888,2075 +"173218",53196,12863,3,1888,2027 +"173219",53196,18151,3,1888,2962 +"173220",53196,18415,3,1888,2184 +"173221",53196,19248,3,1888,2357 +"173222",53196,19719,3,1888,2177 +"173223",53196,20563,3,1888,2267 +"173224",53196,21795,3,1888,2653 +"173225",53196,22566,3,1888,2308 +"173226",53196,23132,3,1888,2756 +"173227",53196,23705,3,1888,2699 +"173228",53196,24448,3,1888,2289 +"173229",53196,24568,3,1888,1937 +"173230",53196,25129,3,1888,2647 +"173231",53196,25577,3,1888,1946 +"173232",53196,27628,3,1888,2389 +"173233",53196,29962,3,1888,2201 +"173234",53196,30052,2,1888,2855 +"173235",53196,32988,3,1888,2008 +"173236",53196,33622,3,1888,2230 +"173237",53196,34480,3,1888,2755 +"173238",53196,34509,3,1888,1973 +"173239",53196,35481,3,1888,2211 +"173240",53196,38727,3,1888,2238 +"173241",53196,40369,3,1888,2735 +"173242",53196,42216,3,1888,2722 +"173243",53196,42505,3,1888,2008 +"173244",53196,42935,3,1888,2400 +"173245",53196,45633,2,1888,2134 +"173246",53196,47064,3,1888,1993 +"173247",53196,50685,2,1888,2008 +"173248",53196,51410,3,1888,2739 +"173249",53196,52576,3,1888,2234 +"173250",53196,54250,2,1888,2340 +"173251",53196,55139,2,1888,2323 +"173252",53196,56317,2,1888,2030 +"173253",53196,61982,3,1888,2725 +"173254",53196,62841,3,1888,2710 +"173255",53196,63409,3,1888,1937 +"173256",53196,64997,2,1888,2791 +"173257",53196,65016,3,1888,2749 +"173258",53196,65691,3,1888,2134 +"173259",53196,66413,2,1888,2507 +"173260",53196,67652,3,1888,2736 +"173261",53196,72207,3,1888,2430 +"173262",53196,87837,3,1888,1987 +"173263",53196,105063,2,1888,1908 +"173264",53223,25373,3,2690,2783 +"173265",53248,4602,3,2271,2446 +"173266",53248,5962,3,2271,2491 +"173267",53248,6119,3,2271,2358 +"173268",53248,7616,3,2271,2296 +"173269",53248,9615,2,2271,2464 +"173270",53248,14754,2,2271,2456 +"173271",53248,16286,2,2271,2470 +"173272",53252,457,3,637,1704 +"173273",53252,512,3,637,1596 +"173274",53252,1090,2,637,2370 +"173275",53252,1102,3,637,2282 +"173276",53252,1321,3,637,2075 +"173277",53252,1469,3,637,1160 +"173278",53252,1592,3,637,2006 +"173279",53252,1676,3,637,1198 +"173280",53252,1691,2,637,1941 +"173281",53252,2011,3,637,2176 +"173282",53252,2208,3,637,2814 +"173283",53252,2684,3,637,2874 +"173284",53252,3628,3,637,2707 +"173285",53252,4317,3,637,1224 +"173286",53252,5018,2,637,640 +"173287",53252,5258,3,637,2730 +"173288",53252,5580,3,637,2111 +"173289",53252,6074,3,637,2426 +"173290",53252,6252,3,637,2336 +"173291",53252,6390,2,637,2385 +"173292",53252,8011,3,637,889 +"173293",53252,8192,3,637,1670 +"173294",53252,8762,3,637,2585 +"173295",53252,8888,3,637,1328 +"173296",53252,9200,3,637,787 +"173297",53252,9654,3,637,2111 +"173298",53252,9805,2,637,1621 +"173299",53252,10401,3,637,863 +"173300",53252,11055,3,637,2111 +"173301",53252,12199,3,637,1651 +"173302",53252,13945,3,637,1324 +"173303",53252,14108,2,637,2012 +"173304",53252,14731,3,637,2012 +"173305",53252,14972,3,637,2332 +"173306",53252,14983,3,637,1047 +"173307",53252,16201,3,637,1811 +"173308",53252,17434,3,637,1642 +"173309",53252,17645,3,637,1918 +"173310",53252,18502,3,637,1033 +"173311",53252,18543,2,637,2968 +"173312",53252,19173,3,637,1686 +"173313",53252,19621,3,637,725 +"173314",53252,20407,2,637,2339 +"173315",53252,21133,3,637,1320 +"173316",53252,21246,3,637,1612 +"173317",53252,24198,3,637,2217 +"173318",53252,25565,3,637,2764 +"173319",53252,26608,3,637,2329 +"173320",53252,27792,3,637,1308 +"173321",53252,28592,3,637,2320 +"173322",53252,28808,3,637,1063 +"173323",53252,29948,3,637,2795 +"173324",53252,30915,3,637,1207 +"173325",53252,31001,3,637,2119 +"173326",53252,31235,3,637,2668 +"173327",53252,31700,3,637,2727 +"173328",53252,33621,3,637,1319 +"173329",53252,33622,3,637,2230 +"173330",53252,34934,3,637,645 +"173331",53252,34945,3,637,1298 +"173332",53252,35235,3,637,2610 +"173333",53252,36439,2,637,2469 +"173334",53252,37509,2,637,1640 +"173335",53252,37937,3,637,1320 +"173336",53252,38213,3,637,1744 +"173337",53252,39556,3,637,2747 +"173338",53252,40954,3,637,2603 +"173339",53252,43173,3,637,2895 +"173340",53252,43226,3,637,2442 +"173341",53252,43635,3,637,1196 +"173342",53252,44427,2,637,2875 +"173343",53252,46621,3,637,1343 +"173344",53252,46726,3,637,943 +"173345",53252,47064,3,637,1993 +"173346",53252,47248,3,637,2883 +"173347",53252,47407,3,637,832 +"173348",53252,47435,3,637,878 +"173349",53252,47585,2,637,794 +"173350",53252,48754,3,637,1972 +"173351",53252,49620,3,637,1868 +"173352",53252,50235,1,637,726 +"173353",53252,51410,3,637,2739 +"173354",53252,52136,3,637,1412 +"173355",53252,52323,3,637,2148 +"173356",53252,52327,3,637,1472 +"173357",53252,52345,3,637,1430 +"173358",53252,55156,3,637,2196 +"173359",53252,57732,3,637,2454 +"173360",53252,57990,2,637,978 +"173361",53252,58133,3,637,1484 +"173362",53252,58284,3,637,2292 +"173363",53252,59939,3,637,936 +"173364",53252,61785,2,637,822 +"173365",53252,62062,3,637,860 +"173366",53252,62602,3,637,1172 +"173367",53252,62668,3,637,958 +"173368",53252,64181,3,637,1828 +"173369",53252,69447,3,637,1197 +"173370",53252,72956,3,637,1251 +"173371",53252,74636,3,637,2525 +"173372",53252,75025,3,637,717 +"173373",53252,76127,2,637,910 +"173374",53252,76192,2,637,912 +"173375",53252,78256,3,637,804 +"173376",53252,78563,3,637,2385 +"173377",53252,78975,3,637,946 +"173378",53252,79364,3,637,834 +"173379",53252,79612,3,637,927 +"173380",53252,79657,3,637,1260 +"173381",53252,82401,3,637,1210 +"173382",53252,82949,3,637,2077 +"173383",53252,87269,3,637,847 +"173384",53252,88232,3,637,2881 +"173385",53252,88966,3,637,1568 +"173386",53252,89880,2,637,1938 +"173387",53252,92491,3,637,1968 +"173388",53252,93398,3,637,828 +"173389",53252,94125,3,637,2280 +"173390",53252,95288,3,637,1602 +"173391",53252,97824,1,637,1229 +"173392",53252,99152,3,637,1698 +"173393",53252,100215,3,637,2436 +"173394",53252,100432,3,637,1358 +"173395",53252,101967,2,637,691 +"173396",53252,106318,3,637,1698 +"173397",53254,51774,2,1612,2459 +"173398",53266,14834,3,2389,2739 +"173399",53266,28285,3,2389,2972 +"173400",53266,38780,3,2389,2705 +"173401",53266,41607,3,2389,2802 +"173402",53266,65007,3,2389,2530 +"173403",53284,54388,3,223,1257 +"173404",53300,1367,2,2162,2176 +"173405",53300,4418,3,2162,2788 +"173406",53300,4618,2,2162,2607 +"173407",53300,5148,2,2162,2206 +"173408",53300,5669,2,2162,2502 +"173409",53300,5725,2,2162,2789 +"173410",53300,8533,1,2162,2251 +"173411",53300,12867,2,2162,2773 +"173412",53300,18415,3,2162,2184 +"173413",53300,20563,3,2162,2267 +"173414",53300,20783,3,2162,2414 +"173415",53300,24923,3,2162,2785 +"173416",53300,26351,2,2162,2683 +"173417",53300,28285,2,2162,2972 +"173418",53300,29073,2,2162,2328 +"173419",53300,31799,3,2162,2547 +"173420",53300,36559,3,2162,2473 +"173421",53300,39087,3,2162,2765 +"173422",53300,47947,2,2162,2681 +"173423",53300,57977,2,2162,2683 +"173424",53300,62840,2,2162,2502 +"173425",53300,71562,2,2162,2574 +"173426",53303,270,2,1376,2542 +"173427",53303,312,3,1376,2038 +"173428",53303,380,3,1376,2261 +"173429",53303,1102,3,1376,2282 +"173430",53303,1124,2,1376,1596 +"173431",53303,2111,2,1376,1904 +"173432",53303,2181,3,1376,2030 +"173433",53303,2195,3,1376,2139 +"173434",53303,2424,3,1376,2582 +"173435",53303,2684,3,1376,2874 +"173436",53303,3305,3,1376,2839 +"173437",53303,3493,3,1376,2451 +"173438",53303,3966,3,1376,2425 +"173439",53303,4360,2,1376,1770 +"173440",53303,5072,3,1376,2175 +"173441",53303,5235,3,1376,2324 +"173442",53303,5622,3,1376,2175 +"173443",53303,5971,2,1376,1985 +"173444",53303,5984,3,1376,1675 +"173445",53303,5986,3,1376,1721 +"173446",53303,6047,3,1376,2004 +"173447",53303,6052,3,1376,1985 +"173448",53303,6222,3,1376,1949 +"173449",53303,6417,3,1376,1675 +"173450",53303,6588,1,1376,2025 +"173451",53303,6718,3,1376,2138 +"173452",53303,7180,3,1376,2227 +"173453",53303,7234,3,1376,2654 +"173454",53303,7555,3,1376,1943 +"173455",53303,7858,3,1376,1795 +"173456",53303,9432,3,1376,1693 +"173457",53303,9624,3,1376,2398 +"173458",53303,9634,3,1376,2041 +"173459",53303,9654,3,1376,2111 +"173460",53303,9928,3,1376,2345 +"173461",53303,10488,2,1376,1524 +"173462",53303,10523,2,1376,1510 +"173463",53303,10857,2,1376,2253 +"173464",53303,11055,3,1376,2111 +"173465",53303,11218,2,1376,2292 +"173466",53303,11229,3,1376,1625 +"173467",53303,11351,3,1376,2971 +"173468",53303,11477,3,1376,2724 +"173469",53303,11620,3,1376,2010 +"173470",53303,12042,3,1376,2345 +"173471",53303,12374,2,1376,2260 +"173472",53303,12724,3,1376,1930 +"173473",53303,13307,2,1376,2206 +"173474",53303,15700,3,1376,1712 +"173475",53303,15799,2,1376,1917 +"173476",53303,16352,3,1376,2657 +"173477",53303,17400,2,1376,2231 +"173478",53303,18361,3,1376,2968 +"173479",53303,18394,2,1376,2356 +"173480",53303,19622,3,1376,2371 +"173481",53303,19862,3,1376,2412 +"173482",53303,20124,3,1376,2376 +"173483",53303,20311,2,1376,1981 +"173484",53303,21012,3,1376,2325 +"173485",53303,21104,3,1376,2327 +"173486",53303,21929,3,1376,2062 +"173487",53303,22197,3,1376,2271 +"173488",53303,22362,3,1376,1836 +"173489",53303,23011,3,1376,2763 +"173490",53303,23526,1,1376,1998 +"173491",53303,23715,2,1376,1859 +"173492",53303,23725,3,1376,2378 +"173493",53303,23729,3,1376,1624 +"173494",53303,24066,3,1376,1755 +"173495",53303,25643,3,1376,1646 +"173496",53303,26067,3,1376,2069 +"173497",53303,26080,3,1376,2525 +"173498",53303,26570,3,1376,1669 +"173499",53303,26671,3,1376,2279 +"173500",53303,26818,3,1376,1999 +"173501",53303,26848,3,1376,2363 +"173502",53303,26867,1,1376,1804 +"173503",53303,27377,3,1376,1724 +"173504",53303,30165,3,1376,1409 +"173505",53303,30405,2,1376,2164 +"173506",53303,31307,3,1376,2139 +"173507",53303,31436,3,1376,2892 +"173508",53303,31691,3,1376,1657 +"173509",53303,32173,3,1376,2341 +"173510",53303,33622,3,1376,2230 +"173511",53303,33801,3,1376,2899 +"173512",53303,34136,3,1376,2202 +"173513",53303,34480,3,1376,2755 +"173514",53303,34836,3,1376,2302 +"173515",53303,35402,3,1376,2339 +"173516",53303,38019,3,1376,1870 +"173517",53303,39294,3,1376,1889 +"173518",53303,39444,3,1376,2695 +"173519",53303,40493,3,1376,1981 +"173520",53303,40646,3,1376,1583 +"173521",53303,42687,3,1376,1952 +"173522",53303,43213,3,1376,2160 +"173523",53303,43385,3,1376,1623 +"173524",53303,43455,3,1376,2846 +"173525",53303,43518,3,1376,2680 +"173526",53303,43673,3,1376,2787 +"173527",53303,44521,3,1376,1593 +"173528",53303,44641,3,1376,1981 +"173529",53303,45302,3,1376,2390 +"173530",53303,45684,2,1376,2200 +"173531",53303,46182,3,1376,1613 +"173532",53303,46196,3,1376,1510 +"173533",53303,46629,2,1376,2255 +"173534",53303,48035,3,1376,2180 +"173535",53303,48215,3,1376,2028 +"173536",53303,48698,3,1376,1474 +"173537",53303,50236,2,1376,2339 +"173538",53303,52136,2,1376,1412 +"173539",53303,52345,1,1376,1430 +"173540",53303,53134,3,1376,1590 +"173541",53303,54551,3,1376,2348 +"173542",53303,54929,3,1376,2783 +"173543",53303,56082,2,1376,2395 +"173544",53303,56237,3,1376,2625 +"173545",53303,57246,3,1376,1873 +"173546",53303,61982,3,1376,2725 +"173547",53303,65242,3,1376,1988 +"173548",53303,67726,3,1376,2873 +"173549",53303,72207,2,1376,2430 +"173550",53303,72326,2,1376,2384 +"173551",53303,75403,3,1376,1895 +"173552",53303,79804,2,1376,2227 +"173553",53303,82730,3,1376,1492 +"173554",53303,83396,3,1376,2396 +"173555",53303,108867,3,1376,2328 +"173556",53322,2743,3,1200,1278 +"173557",53322,3801,3,1200,1974 +"173558",53322,4932,3,1200,2752 +"173559",53322,8529,3,1200,1205 +"173560",53322,12374,3,1200,2260 +"173561",53322,14834,3,1200,2739 +"173562",53322,15799,3,1200,1917 +"173563",53322,19096,3,1200,1538 +"173564",53322,19719,3,1200,2177 +"173565",53322,23825,3,1200,1913 +"173566",53322,30405,3,1200,2164 +"173567",53322,34836,2,1200,2302 +"173568",53322,38019,2,1200,1870 +"173569",53322,38780,3,1200,2705 +"173570",53322,49512,3,1200,1302 +"173571",53322,51017,3,1200,2073 +"173572",53322,51035,3,1200,2397 +"173573",53322,53266,3,1200,2389 +"173574",53322,53323,1,1200,2677 +"173575",53322,53608,2,1200,1986 +"173576",53322,57353,3,1200,1849 +"173577",53322,65007,3,1200,2530 +"173578",53322,72468,3,1200,2292 +"173579",53323,21138,3,2677,2849 +"173580",53323,31700,3,2677,2727 +"173581",53323,36087,3,2677,2755 +"173582",53323,38602,3,2677,2693 +"173583",53323,38780,3,2677,2705 +"173584",53323,42216,3,2677,2722 +"173585",53323,47248,3,2677,2883 +"173586",53323,49265,3,2677,2686 +"173587",53323,64997,3,2677,2791 +"173588",53323,88232,3,2677,2881 +"173589",53342,1367,3,2071,2176 +"173590",53342,3011,3,2071,2278 +"173591",53342,4701,3,2071,2401 +"173592",53342,6241,2,2071,2264 +"173593",53342,8327,3,2071,2527 +"173594",53342,8533,3,2071,2251 +"173595",53342,9311,3,2071,2477 +"173596",53342,10358,3,2071,2294 +"173597",53342,10843,3,2071,2277 +"173598",53342,10859,2,2071,2231 +"173599",53342,11218,3,2071,2292 +"173600",53342,12042,3,2071,2345 +"173601",53342,15343,3,2071,2125 +"173602",53342,15626,3,2071,2434 +"173603",53342,20407,3,2071,2339 +"173604",53342,23460,3,2071,2183 +"173605",53342,24721,3,2071,2326 +"173606",53342,25480,3,2071,2747 +"173607",53342,28285,3,2071,2972 +"173608",53342,33433,2,2071,2805 +"173609",53342,35888,3,2071,2291 +"173610",53342,38755,3,2071,2902 +"173611",53342,47362,3,2071,2253 +"173612",53342,51089,3,2071,2426 +"173613",53342,54879,2,2071,2210 +"173614",53342,55643,3,2071,2359 +"173615",53342,59113,3,2071,2434 +"173616",53342,70046,2,2071,2624 +"173617",53342,84799,3,2071,2656 +"173618",53342,92513,3,2071,2282 +"173619",53342,102186,3,2071,2937 +"173620",53362,5816,2,2360,2408 +"173621",53362,14754,3,2360,2456 +"173622",53362,17999,3,2360,2758 +"173623",53362,18808,3,2360,2854 +"173624",53362,21571,3,2360,2755 +"173625",53362,22905,2,2360,2599 +"173626",53362,23739,3,2360,2463 +"173627",53362,24761,3,2360,2384 +"173628",53362,26642,2,2360,2952 +"173629",53362,31251,2,2360,2498 +"173630",53362,38309,3,2360,2644 +"173631",53362,41134,2,2360,2952 +"173632",53362,45585,3,2360,2384 +"173633",53362,49147,2,2360,2539 +"173634",53362,50635,3,2360,2962 +"173635",53362,51783,3,2360,2599 +"173636",53362,53530,3,2360,2380 +"173637",53362,55775,2,2360,2385 +"173638",53362,59470,3,2360,2393 +"173639",53362,60672,3,2360,2876 +"173640",53362,68416,3,2360,2939 +"173641",53368,1592,3,77,2006 +"173642",53368,2731,3,77,434 +"173643",53368,11601,3,77,173 +"173644",53368,12449,3,77,2067 +"173645",53368,13869,2,77,1786 +"173646",53368,14616,1,77,385 +"173647",53368,39865,3,77,849 +"173648",53368,46621,3,77,1343 +"173649",53368,51925,3,77,2307 +"173650",53368,61785,3,77,822 +"173651",53368,73786,1,77,2937 +"173652",53368,75921,3,77,517 +"173653",53368,88232,3,77,2881 +"173654",53377,919,3,417,910 +"173655",53377,2282,2,417,2056 +"173656",53377,2724,3,417,2447 +"173657",53377,2927,2,417,1789 +"173658",53377,3271,3,417,2216 +"173659",53377,3272,3,417,2132 +"173660",53377,4249,3,417,2547 +"173661",53377,4622,3,417,1589 +"173662",53377,4968,2,417,1586 +"173663",53377,6040,3,417,2103 +"173664",53377,8607,3,417,1685 +"173665",53377,9272,3,417,2835 +"173666",53377,9724,3,417,2713 +"173667",53377,10701,2,417,2000 +"173668",53377,11858,3,417,1530 +"173669",53377,12598,3,417,2086 +"173670",53377,12735,3,417,819 +"173671",53377,13034,3,417,698 +"173672",53377,14212,3,417,857 +"173673",53377,14470,3,417,2632 +"173674",53377,14612,3,417,2340 +"173675",53377,14957,2,417,2306 +"173676",53377,15023,2,417,2054 +"173677",53377,15782,2,417,2306 +"173678",53377,16963,3,417,1999 +"173679",53377,17531,3,417,876 +"173680",53377,17695,2,417,1930 +"173681",53377,19075,3,417,2214 +"173682",53377,19366,3,417,2279 +"173683",53377,19667,3,417,1466 +"173684",53377,20038,3,417,1531 +"173685",53377,20547,2,417,2145 +"173686",53377,20921,3,417,723 +"173687",53377,22357,3,417,1397 +"173688",53377,24252,1,417,639 +"173689",53377,25518,3,417,1955 +"173690",53377,26597,3,417,2070 +"173691",53377,27458,3,417,647 +"173692",53377,28290,3,417,430 +"173693",53377,28782,3,417,2272 +"173694",53377,29100,3,417,843 +"173695",53377,29778,3,417,840 +"173696",53377,30714,1,417,2485 +"173697",53377,31357,3,417,2389 +"173698",53377,31855,1,417,2636 +"173699",53377,32169,3,417,2504 +"173700",53377,32350,3,417,1540 +"173701",53377,36399,3,417,1357 +"173702",53377,36840,3,417,2269 +"173703",53377,38422,3,417,1019 +"173704",53377,39893,3,417,1601 +"173705",53377,42382,3,417,2224 +"173706",53377,42390,3,417,2937 +"173707",53377,43226,3,417,2442 +"173708",53377,43701,3,417,2400 +"173709",53377,46616,3,417,1917 +"173710",53377,48110,3,417,2009 +"173711",53377,50468,2,417,1659 +"173712",53377,51399,3,417,934 +"173713",53377,51843,2,417,2389 +"173714",53377,53584,3,417,2391 +"173715",53377,54316,3,417,1202 +"173716",53377,54385,2,417,2340 +"173717",53377,54407,3,417,514 +"173718",53377,55183,3,417,450 +"173719",53377,55730,3,417,1217 +"173720",53377,58508,3,417,2326 +"173721",53377,63104,3,417,2149 +"173722",53377,63631,3,417,763 +"173723",53377,65375,2,417,824 +"173724",53377,69308,3,417,2370 +"173725",53377,69335,3,417,2698 +"173726",53377,69795,2,417,2636 +"173727",53377,73520,3,417,2613 +"173728",53377,76295,2,417,1001 +"173729",53377,76450,3,417,1077 +"173730",53377,78277,3,417,1937 +"173731",53377,78477,3,417,1613 +"173732",53377,78611,3,417,1586 +"173733",53377,80301,3,417,1690 +"173734",53377,80615,3,417,2252 +"173735",53377,80970,1,417,2069 +"173736",53377,83598,3,417,619 +"173737",53377,84181,3,417,1272 +"173738",53377,84235,3,417,1639 +"173739",53377,84808,2,417,1974 +"173740",53377,88984,3,417,935 +"173741",53377,93590,3,417,1188 +"173742",53377,96718,3,417,1767 +"173743",53377,105253,3,417,476 +"173744",53377,108974,3,417,752 +"173745",53377,110737,3,417,2117 +"173746",53377,117190,3,417,425 +"173747",53412,1428,3,566,742 +"173748",53412,5346,3,566,1438 +"173749",53412,5785,3,566,1261 +"173750",53412,6055,3,566,2651 +"173751",53412,8275,3,566,2237 +"173752",53412,8748,3,566,699 +"173753",53412,12639,3,566,1141 +"173754",53412,12692,3,566,1855 +"173755",53412,13967,3,566,1354 +"173756",53412,13979,3,566,1559 +"173757",53412,15207,2,566,1855 +"173758",53412,19593,2,566,2013 +"173759",53412,19621,2,566,725 +"173760",53412,21566,2,566,1234 +"173761",53412,23006,3,566,1532 +"173762",53412,26582,3,566,2772 +"173763",53412,27104,3,566,1608 +"173764",53412,27860,3,566,1588 +"173765",53412,28130,2,566,908 +"173766",53412,28131,3,566,1492 +"173767",53412,28808,3,566,1063 +"173768",53412,30883,3,566,1629 +"173769",53412,35772,2,566,1440 +"173770",53412,36441,3,566,2796 +"173771",53412,41108,3,566,1624 +"173772",53412,42799,2,566,2729 +"173773",53412,45277,2,566,1777 +"173774",53412,46635,2,566,2528 +"173775",53412,50382,3,566,2244 +"173776",53412,50487,3,566,744 +"173777",53412,51616,3,566,761 +"173778",53412,54522,2,566,699 +"173779",53412,56903,2,566,1584 +"173780",53412,62148,3,566,1566 +"173781",53412,64502,3,566,1670 +"173782",53412,68024,3,566,1531 +"173783",53412,74818,2,566,1440 +"173784",53412,76356,3,566,2323 +"173785",53412,79371,3,566,1624 +"173786",53412,81463,2,566,955 +"173787",53412,81676,3,566,839 +"173788",53412,85356,2,566,1492 +"173789",53412,85875,3,566,957 +"173790",53412,86785,3,566,1607 +"173791",53412,87720,2,566,2086 +"173792",53412,91901,2,566,1236 +"173793",53412,94520,3,566,1243 +"173794",53412,96132,2,566,1489 +"173795",53412,96911,3,566,956 +"173796",53412,109718,3,566,1237 +"173797",53414,2724,3,1672,2447 +"173798",53414,3272,3,1672,2132 +"173799",53414,6040,3,1672,2103 +"173800",53414,12598,3,1672,2086 +"173801",53414,15023,2,1672,2054 +"173802",53414,19075,3,1672,2214 +"173803",53414,20547,3,1672,2145 +"173804",53414,31357,3,1672,2389 +"173805",53414,51843,3,1672,2389 +"173806",53414,54385,3,1672,2340 +"173807",53414,63104,3,1672,2149 +"173808",53414,69308,3,1672,2370 +"173809",53414,80615,2,1672,2252 +"173810",53414,84808,3,1672,1974 +"173811",53419,5350,3,858,2522 +"173812",53419,11143,2,858,2623 +"173813",53419,17365,3,858,2746 +"173814",53419,18571,3,858,2128 +"173815",53419,19208,3,858,2629 +"173816",53419,19605,3,858,2395 +"173817",53419,24253,3,858,2213 +"173818",53419,28357,3,858,1134 +"173819",53419,34057,1,858,1657 +"173820",53419,35926,3,858,2371 +"173821",53419,38755,3,858,2902 +"173822",53419,39105,3,858,2487 +"173823",53419,39534,3,858,2410 +"173824",53419,40698,2,858,1408 +"173825",53419,43796,3,858,2476 +"173826",53419,46486,3,858,1868 +"173827",53419,46951,3,858,2429 +"173828",53419,47529,3,858,2914 +"173829",53419,49782,2,858,2937 +"173830",53419,51758,3,858,2310 +"173831",53419,53084,3,858,2683 +"173832",53419,57067,3,858,2547 +"173833",53419,68592,3,858,2551 +"173834",53419,72438,3,858,1397 +"173835",53419,78037,3,858,1606 +"173836",53419,95910,3,858,999 +"173837",53433,23,3,1187,1682 +"173838",53433,675,3,1187,1686 +"173839",53433,1127,2,1187,1188 +"173840",53433,1130,2,1187,1566 +"173841",53433,1136,3,1187,2536 +"173842",53433,2325,2,1187,1641 +"173843",53433,2765,3,1187,2321 +"173844",53433,3966,3,1187,2425 +"173845",53433,4618,3,1187,2607 +"173846",53433,5041,3,1187,2371 +"173847",53433,6740,3,1187,2699 +"173848",53433,7861,2,1187,1647 +"173849",53433,21138,3,1187,2849 +"173850",53433,22714,3,1187,2793 +"173851",53433,25129,3,1187,2647 +"173852",53433,25341,3,1187,1858 +"173853",53433,26282,3,1187,1241 +"173854",53433,29050,3,1187,1196 +"173855",53433,31799,3,1187,2547 +"173856",53433,34509,2,1187,1973 +"173857",53433,37333,3,1187,1612 +"173858",53433,41402,3,1187,2313 +"173859",53433,42474,3,1187,2322 +"173860",53433,47248,3,1187,2883 +"173861",53433,51017,3,1187,2073 +"173862",53433,51410,3,1187,2739 +"173863",53433,58035,3,1187,1646 +"173864",53433,64031,3,1187,1295 +"173865",53433,64181,3,1187,1828 +"173866",53433,82767,3,1187,1641 +"173867",53445,843,3,2028,2332 +"173868",53445,3271,2,2028,2216 +"173869",53445,3506,3,2028,2364 +"173870",53445,6234,3,2028,2654 +"173871",53445,9272,2,2028,2835 +"173872",53445,10964,3,2028,2043 +"173873",53445,11067,3,2028,2734 +"173874",53445,14972,3,2028,2332 +"173875",53445,16866,3,2028,2718 +"173876",53445,17925,3,2028,2385 +"173877",53445,19075,3,2028,2214 +"173878",53445,21487,3,2028,2203 +"173879",53445,22389,3,2028,2034 +"173880",53445,26658,3,2028,2745 +"173881",53445,30981,3,2028,2366 +"173882",53445,31990,3,2028,2264 +"173883",53445,32724,3,2028,2581 +"173884",53445,32939,2,2028,2277 +"173885",53445,35264,3,2028,2329 +"173886",53445,37752,3,2028,2223 +"173887",53445,37801,3,2028,2578 +"173888",53445,38676,3,2028,2286 +"173889",53445,39439,3,2028,2462 +"173890",53445,39444,3,2028,2695 +"173891",53445,42256,3,2028,2839 +"173892",53445,43173,3,2028,2895 +"173893",53445,43226,2,2028,2442 +"173894",53445,44312,3,2028,2741 +"173895",53445,44744,3,2028,2032 +"173896",53445,45585,3,2028,2384 +"173897",53445,48931,2,2028,2444 +"173898",53445,57804,1,2028,2214 +"173899",53445,58284,3,2028,2292 +"173900",53445,58508,2,2028,2326 +"173901",53445,59039,3,2028,2870 +"173902",53445,69335,2,2028,2698 +"173903",53445,96387,3,2028,2159 +"173904",53475,2684,3,2853,2874 +"173905",53475,14959,3,2853,2898 +"173906",53475,15636,3,2853,2857 +"173907",53475,24753,2,2853,2860 +"173908",53475,33801,1,2853,2899 +"173909",53498,3669,2,1967,2524 +"173910",53498,9727,3,1967,2327 +"173911",53498,11135,3,1967,2441 +"173912",53498,14957,3,1967,2306 +"173913",53498,15502,3,1967,2637 +"173914",53498,16866,3,1967,2718 +"173915",53498,18865,3,1967,2676 +"173916",53498,18954,3,1967,2364 +"173917",53498,33562,2,1967,1979 +"173918",53498,63395,3,1967,2334 +"173919",53498,80680,3,1967,2403 +"173920",53498,115966,3,1967,2349 +"173921",53519,42574,3,2781,2842 +"173922",53519,47248,3,2781,2883 +"173923",53530,1692,3,2380,2443 +"173924",53530,5816,2,2380,2408 +"173925",53530,11067,3,2380,2734 +"173926",53530,14586,3,2380,2801 +"173927",53530,15821,2,2380,2456 +"173928",53530,17999,3,2380,2758 +"173929",53530,23739,3,2380,2463 +"173930",53530,31131,2,2380,2810 +"173931",53530,31251,3,2380,2498 +"173932",53530,36506,3,2380,2638 +"173933",53530,45461,3,2380,2458 +"173934",53530,45585,3,2380,2384 +"173935",53530,46951,3,2380,2429 +"173936",53530,47534,2,2380,2712 +"173937",53530,47966,3,2380,2409 +"173938",53530,59005,3,2380,2817 +"173939",53537,15088,3,2428,2906 +"173940",53537,29824,3,2428,2772 +"173941",53537,79036,3,2428,2524 +"173942",53562,3628,2,2687,2707 +"173943",53562,9191,3,2687,2707 +"173944",53562,11351,3,2687,2971 +"173945",53584,827,2,2391,2964 +"173946",53584,1624,2,2391,2687 +"173947",53584,2647,2,2391,2450 +"173948",53584,4249,3,2391,2547 +"173949",53584,4551,3,2391,2720 +"173950",53584,6345,3,2391,2713 +"173951",53584,7253,3,2391,2686 +"173952",53584,9272,3,2391,2835 +"173953",53584,9910,3,2391,2526 +"173954",53584,14470,3,2391,2632 +"173955",53584,17499,2,2391,2954 +"173956",53584,20695,3,2391,2526 +"173957",53584,23550,3,2391,2939 +"173958",53584,26740,3,2391,2695 +"173959",53584,32169,3,2391,2504 +"173960",53584,37684,3,2391,2899 +"173961",53584,42390,2,2391,2937 +"173962",53584,42407,3,2391,2408 +"173963",53584,43226,3,2391,2442 +"173964",53584,43701,3,2391,2400 +"173965",53584,47607,1,2391,2724 +"173966",53584,50440,3,2391,2469 +"173967",53584,53652,3,2391,2899 +"173968",53584,58945,3,2391,2481 +"173969",53584,64628,3,2391,2829 +"173970",53584,69335,3,2391,2698 +"173971",53584,73520,3,2391,2613 +"173972",53604,997,2,2489,2788 +"173973",53604,2424,3,2489,2582 +"173974",53604,9362,3,2489,2879 +"173975",53604,12564,3,2489,2799 +"173976",53604,13573,3,2489,2774 +"173977",53604,14959,3,2489,2898 +"173978",53604,24753,3,2489,2860 +"173979",53604,44654,2,2489,2916 +"173980",53604,44885,2,2489,2670 +"173981",53604,53219,3,2489,2973 +"173982",53604,53475,3,2489,2853 +"173983",53608,20124,3,1986,2376 +"173984",53608,30405,3,1986,2164 +"173985",53608,51017,3,1986,2073 +"173986",53608,51035,3,1986,2397 +"173987",53608,53323,1,1986,2677 +"173988",53624,1469,3,952,1160 +"173989",53624,2429,3,952,999 +"173990",53624,2754,3,952,1360 +"173991",53624,4889,2,952,1501 +"173992",53624,5258,3,952,2730 +"173993",53624,5504,3,952,2389 +"173994",53624,7672,1,952,1974 +"173995",53624,8229,3,952,1241 +"173996",53624,12610,3,952,1274 +"173997",53624,14072,3,952,1346 +"173998",53624,14108,3,952,2012 +"173999",53624,14676,2,952,2764 +"174000",53624,14972,3,952,2332 +"174001",53624,16313,3,952,1160 +"174002",53624,20407,3,952,2339 +"174003",53624,20700,3,952,2861 +"174004",53624,24076,3,952,1169 +"174005",53624,29456,3,952,1182 +"174006",53624,30016,2,952,1124 +"174007",53624,31799,3,952,2547 +"174008",53624,33572,3,952,2370 +"174009",53624,36862,3,952,2655 +"174010",53624,38227,3,952,2511 +"174011",53624,38667,3,952,2880 +"174012",53624,39444,3,952,2695 +"174013",53624,40022,3,952,2307 +"174014",53624,41250,3,952,1703 +"174015",53624,41402,3,952,2313 +"174016",53624,41955,3,952,2479 +"174017",53624,46621,3,952,1343 +"174018",53624,48215,3,952,2028 +"174019",53624,49512,3,952,1302 +"174020",53624,50217,3,952,1211 +"174021",53624,52327,3,952,1472 +"174022",53624,53031,3,952,2065 +"174023",53624,54388,3,952,1257 +"174024",53624,55556,2,952,2075 +"174025",53624,55828,3,952,2393 +"174026",53624,57353,3,952,1849 +"174027",53624,57990,3,952,978 +"174028",53624,61719,3,952,1515 +"174029",53624,71478,3,952,1721 +"174030",53624,86505,3,952,1302 +"174031",53624,89880,3,952,1938 +"174032",53624,93615,3,952,2386 +"174033",53624,105233,3,952,1199 +"174034",53624,109114,2,952,1287 +"174035",53630,23,3,1565,1682 +"174036",53630,671,3,1565,2328 +"174037",53630,2036,3,1565,2483 +"174038",53630,3164,3,1565,2693 +"174039",53630,5041,3,1565,2371 +"174040",53630,5462,3,1565,2374 +"174041",53630,8621,3,1565,1681 +"174042",53630,8760,3,1565,2477 +"174043",53630,10799,3,1565,2010 +"174044",53630,12713,3,1565,2440 +"174045",53630,13929,2,1565,2693 +"174046",53630,13985,3,1565,2484 +"174047",53630,15299,3,1565,2213 +"174048",53630,16111,3,1565,1714 +"174049",53630,16587,3,1565,2065 +"174050",53630,18554,3,1565,2065 +"174051",53630,24146,3,1565,2003 +"174052",53630,25643,3,1565,1646 +"174053",53630,25971,3,1565,2608 +"174054",53630,30081,3,1565,2403 +"174055",53630,31124,3,1565,2351 +"174056",53630,32173,3,1565,2341 +"174057",53630,36450,3,1565,1591 +"174058",53630,36962,2,1565,2861 +"174059",53630,37333,3,1565,1612 +"174060",53630,38162,3,1565,1691 +"174061",53630,47082,3,1565,1990 +"174062",53630,54020,3,1565,1578 +"174063",53630,55156,3,1565,2196 +"174064",53630,55691,2,1565,2856 +"174065",53630,56464,3,1565,2488 +"174066",53630,68810,3,1565,2409 +"174067",53630,70046,3,1565,2624 +"174068",53630,70679,3,1565,2251 +"174069",53630,78563,3,1565,2385 +"174070",53637,42,3,2113,2265 +"174071",53637,2166,3,2113,2557 +"174072",53637,5504,3,2113,2389 +"174073",53637,13751,3,2113,2557 +"174074",53637,39444,3,2113,2695 +"174075",53637,48495,3,2113,2737 +"174076",53637,49032,3,2113,2469 +"174077",53637,67264,3,2113,2790 +"174078",53637,93615,3,2113,2386 +"174079",53640,7499,3,1789,1803 +"174080",53640,7648,3,1789,1861 +"174081",53640,7787,2,1789,2314 +"174082",53640,9269,3,1789,1892 +"174083",53640,17480,3,1789,2316 +"174084",53640,18821,3,1789,2075 +"174085",53640,23364,2,1789,2306 +"174086",53640,24867,3,1789,1861 +"174087",53640,51890,3,1789,1992 +"174088",53640,52950,3,1789,2716 +"174089",53640,77719,3,1789,2086 +"174090",53643,2344,3,1626,2752 +"174091",53643,4730,2,1626,2131 +"174092",53643,7433,3,1626,2255 +"174093",53643,19858,2,1626,2357 +"174094",53643,20200,2,1626,2322 +"174095",53643,21180,3,1626,2762 +"174096",53643,21575,3,1626,1762 +"174097",53643,26642,3,1626,2952 +"174098",53643,30442,3,1626,2124 +"174099",53643,34162,3,1626,2336 +"174100",53643,47968,3,1626,2829 +"174101",53643,55775,3,1626,2385 +"174102",53643,63409,3,1626,1937 +"174103",53643,66994,3,1626,1865 +"174104",53643,68586,3,1626,2322 +"174105",53645,10939,2,789,1376 +"174106",53645,12356,3,789,2757 +"174107",53645,14325,3,789,1976 +"174108",53645,14652,3,789,2516 +"174109",53645,15696,2,789,837 +"174110",53645,18563,3,789,2715 +"174111",53645,20659,3,789,1969 +"174112",53645,21225,2,789,1945 +"174113",53645,26031,3,789,1397 +"174114",53645,26793,2,789,2104 +"174115",53645,36609,3,789,2918 +"174116",53645,37400,3,789,2860 +"174117",53645,38694,3,789,817 +"174118",53645,40931,3,789,2301 +"174119",53645,43153,2,789,1381 +"174120",53645,50272,3,789,842 +"174121",53645,56893,2,789,2597 +"174122",53645,65316,3,789,1020 +"174123",53645,77550,3,789,1548 +"174124",53645,86664,3,789,1146 +"174125",53645,88710,3,789,927 +"174126",53645,95011,3,789,1986 +"174127",53648,1685,3,2167,2230 +"174128",53648,4188,3,2167,2963 +"174129",53648,4698,3,2167,2481 +"174130",53648,5937,3,2167,2392 +"174131",53648,6234,3,2167,2654 +"174132",53648,14861,3,2167,2269 +"174133",53648,15150,3,2167,2801 +"174134",53648,32079,3,2167,2315 +"174135",53648,33363,2,2167,2475 +"174136",53648,33460,3,2167,2781 +"174137",53648,49415,3,2167,2654 +"174138",53648,76997,3,2167,2223 +"174139",53652,827,3,2899,2964 +"174140",53652,17499,2,2899,2954 +"174141",53652,23550,2,2899,2939 +"174142",53668,1692,3,2242,2443 +"174143",53668,2093,2,2242,2459 +"174144",53668,5590,3,2242,2845 +"174145",53668,36506,3,2242,2638 +"174146",53668,46951,3,2242,2429 +"174147",53668,59039,3,2242,2870 +"174148",53687,2,2,2422,2796 +"174149",53687,9332,1,2422,2734 +"174150",53687,11648,3,2422,2852 +"174151",53687,12361,2,2422,2732 +"174152",53687,18005,2,2422,2449 +"174153",53687,19655,3,2422,2706 +"174154",53687,20984,2,2422,2502 +"174155",53687,26642,3,2422,2952 +"174156",53687,31542,3,2422,2459 +"174157",53687,51783,3,2422,2599 +"174158",53697,2093,3,1909,2459 +"174159",53697,10638,3,1909,2692 +"174160",53697,11506,3,1909,2824 +"174161",53697,18571,3,1909,2128 +"174162",53697,31164,3,1909,1996 +"174163",53697,36136,3,1909,2338 +"174164",53697,46951,3,1909,2429 +"174165",53697,59039,3,1909,2870 +"174166",53697,69335,3,1909,2698 +"174167",53697,79596,3,1909,2004 +"174168",53726,2979,3,1729,2912 +"174169",53726,7337,3,1729,1797 +"174170",53726,9332,2,1729,2734 +"174171",53726,12759,3,1729,2414 +"174172",53726,19073,3,1729,2748 +"174173",53726,22578,3,1729,2216 +"174174",53726,26124,3,1729,2356 +"174175",53726,30669,3,1729,1921 +"174176",53726,46486,3,1729,1868 +"174177",53726,47013,3,1729,2388 +"174178",53726,49712,3,1729,1937 +"174179",53726,53687,3,1729,2422 +"174180",53726,88002,3,1729,2729 +"174181",53727,9362,3,2442,2879 +"174182",53727,27908,3,2442,2576 +"174183",53727,40295,3,2442,2703 +"174184",53739,3978,3,2704,2775 +"174185",53739,9787,3,2704,2858 +"174186",53739,36953,3,2704,2790 +"174187",53739,40035,2,2704,2742 +"174188",53739,45869,3,2704,2840 +"174189",53742,27275,3,2337,2656 +"174190",53749,1560,3,274,2013 +"174191",53749,3520,2,274,2281 +"174192",53749,5606,3,274,2875 +"174193",53749,6432,3,274,2297 +"174194",53749,7206,3,274,1959 +"174195",53749,10128,3,274,883 +"174196",53749,11288,3,274,345 +"174197",53749,11897,3,274,1271 +"174198",53749,16067,3,274,2727 +"174199",53749,20517,3,274,1465 +"174200",53749,21593,3,274,1312 +"174201",53749,31087,1,274,1757 +"174202",53749,37868,1,274,2876 +"174203",53749,43021,3,274,943 +"174204",53749,61973,3,274,892 +"174205",53749,65223,3,274,2724 +"174206",53749,83007,3,274,2727 +"174207",53749,101027,2,274,1867 +"174208",53752,3716,3,249,1679 +"174209",53752,7579,3,249,1624 +"174210",53752,7627,3,249,1543 +"174211",53752,10304,3,249,302 +"174212",53752,20049,3,249,877 +"174213",53752,20271,3,249,2044 +"174214",53752,30981,3,249,2366 +"174215",53752,40022,3,249,2307 +"174216",53752,49677,3,249,1222 +"174217",53752,54388,2,249,1257 +"174218",53752,57842,3,249,2482 +"174219",53752,72033,3,249,1740 +"174220",53779,10358,3,2000,2294 +"174221",53779,10382,2,2000,2111 +"174222",53779,10843,3,2000,2277 +"174223",53779,14032,3,2000,2144 +"174224",53779,14723,3,2000,2019 +"174225",53779,45903,3,2000,2237 +"174226",53789,19528,2,2681,2742 +"174227",53789,24255,3,2681,2770 +"174228",53789,34327,3,2681,2959 +"174229",53789,38667,3,2681,2880 +"174230",53789,39444,3,2681,2695 +"174231",53809,330,2,1956,2163 +"174232",53809,4681,3,1956,2356 +"174233",53809,9723,3,1956,2302 +"174234",53809,11239,3,1956,2181 +"174235",53809,18202,3,1956,2475 +"174236",53809,19215,3,1956,2604 +"174237",53809,19364,2,1956,2846 +"174238",53809,20700,3,1956,2861 +"174239",53809,22580,3,1956,2245 +"174240",53809,22709,2,1956,2743 +"174241",53809,27478,3,1956,2485 +"174242",53809,34921,1,1956,2181 +"174243",53809,37859,3,1956,1999 +"174244",53809,41023,3,1956,2408 +"174245",53809,41240,3,1956,2220 +"174246",53809,53031,3,1956,2065 +"174247",53809,60879,3,1956,2792 +"174248",53809,73553,2,1956,2726 +"174249",53809,121354,1,1956,2862 +"174250",53810,147,3,842,1040 +"174251",53810,680,3,842,2569 +"174252",53810,1523,3,842,2048 +"174253",53810,2190,3,842,2359 +"174254",53810,2747,2,842,2411 +"174255",53810,9484,3,842,1429 +"174256",53810,10050,2,842,1792 +"174257",53810,10739,3,842,1807 +"174258",53810,11588,3,842,2352 +"174259",53810,14998,2,842,1553 +"174260",53810,16502,3,842,1616 +"174261",53810,18122,2,842,894 +"174262",53810,18381,3,842,1524 +"174263",53810,18672,3,842,1182 +"174264",53810,19610,2,842,1236 +"174265",53810,20155,3,842,1517 +"174266",53810,28116,2,842,1643 +"174267",53810,29627,3,842,882 +"174268",53810,30334,3,842,2075 +"174269",53810,33017,3,842,1493 +"174270",53810,37636,2,842,2178 +"174271",53810,38532,3,842,1234 +"174272",53810,40392,3,842,1878 +"174273",53810,40893,3,842,1116 +"174274",53810,44433,3,842,2224 +"174275",53810,44603,3,842,2748 +"174276",53810,44971,3,842,955 +"174277",53810,46283,3,842,1184 +"174278",53810,51783,3,842,2599 +"174279",53810,54924,3,842,2603 +"174280",53810,77001,3,842,1440 +"174281",53810,83526,3,842,1235 +"174282",53810,111790,3,842,905 +"174283",53830,1641,3,1307,1490 +"174284",53830,2424,3,1307,2582 +"174285",53830,3819,3,1307,1583 +"174286",53830,4705,3,1307,1714 +"174287",53830,4932,3,1307,2752 +"174288",53830,5610,3,1307,2223 +"174289",53830,6602,3,1307,1631 +"174290",53830,7258,3,1307,1714 +"174291",53830,7616,3,1307,2296 +"174292",53830,7672,3,1307,1974 +"174293",53830,9423,3,1307,1708 +"174294",53830,10474,3,1307,1608 +"174295",53830,10870,3,1307,1755 +"174296",53830,11103,3,1307,2393 +"174297",53830,11493,3,1307,2077 +"174298",53830,12081,3,1307,2166 +"174299",53830,12371,3,1307,1569 +"174300",53830,12729,3,1307,1835 +"174301",53830,14032,3,1307,2144 +"174302",53830,14507,3,1307,2686 +"174303",53830,14731,2,1307,2012 +"174304",53830,18670,3,1307,1835 +"174305",53830,22682,3,1307,2035 +"174306",53830,23006,3,1307,1532 +"174307",53830,24256,1,1307,2393 +"174308",53830,24825,3,1307,2686 +"174309",53830,27195,3,1307,2158 +"174310",53830,28571,3,1307,1556 +"174311",53830,29089,2,1307,1344 +"174312",53830,29512,2,1307,1594 +"174313",53830,29930,2,1307,2240 +"174314",53830,31159,3,1307,2231 +"174315",53830,31705,3,1307,2706 +"174316",53830,32047,3,1307,1858 +"174317",53830,34820,3,1307,1630 +"174318",53830,35464,3,1307,2502 +"174319",53830,39464,3,1307,2314 +"174320",53830,41664,3,1307,2641 +"174321",53830,45545,3,1307,1776 +"174322",53830,46621,3,1307,1343 +"174323",53830,50001,3,1307,1518 +"174324",53830,56116,3,1307,1321 +"174325",53830,56854,1,1307,2022 +"174326",53830,58284,3,1307,2292 +"174327",53830,67748,3,1307,1498 +"174328",53830,95288,3,1307,1602 +"174329",53830,101347,3,1307,1335 +"174330",53830,106555,3,1307,1626 +"174331",53830,108430,3,1307,1642 +"174332",53836,913,3,689,2144 +"174333",53836,6940,3,689,1183 +"174334",53836,9511,2,689,1232 +"174335",53836,11434,3,689,1187 +"174336",53836,12618,3,689,2021 +"174337",53836,19335,2,689,1729 +"174338",53836,22567,1,689,2396 +"174339",53836,23132,3,689,2756 +"174340",53836,35302,3,689,1589 +"174341",53836,39657,3,689,1947 +"174342",53836,40383,2,689,2639 +"174343",53836,43941,2,689,1289 +"174344",53846,2224,3,2737,2751 +"174345",53851,377,3,2305,2389 +"174346",53851,701,3,2305,2718 +"174347",53851,1090,3,2305,2370 +"174348",53851,1616,3,2305,2662 +"174349",53851,2036,3,2305,2483 +"174350",53851,2484,3,2305,2389 +"174351",53851,4057,3,2305,2389 +"174352",53851,5462,3,2305,2374 +"174353",53851,5504,3,2305,2389 +"174354",53851,7323,3,2305,2858 +"174355",53851,19248,3,2305,2357 +"174356",53851,19643,3,2305,2452 +"174357",53851,20783,3,2305,2414 +"174358",53851,33672,3,2305,2396 +"174359",53851,37570,3,2305,2389 +"174360",53851,39535,3,2305,2428 +"174361",53851,44427,3,2305,2875 +"174362",53851,50785,3,2305,2877 +"174363",53851,51041,3,2305,2606 +"174364",53851,70647,3,2305,2795 +"174365",53851,85430,3,2305,2370 +"174366",53859,7180,3,1817,2227 +"174367",53859,11477,3,1817,2724 +"174368",53859,14669,2,1817,2080 +"174369",53859,15003,3,1817,2067 +"174370",53859,31003,3,1817,1859 +"174371",53859,57549,3,1817,2335 +"174372",53859,68215,3,1817,2727 +"174373",53859,99215,2,1817,2791 +"174374",53885,6104,3,1199,2462 +"174375",53885,13043,3,1199,1295 +"174376",53903,13200,3,2388,2488 +"174377",53903,17221,3,2388,2487 +"174378",53905,6071,3,2193,2310 +"174379",53905,14025,3,2193,2384 +"174380",53924,237,3,1289,1982 +"174381",53924,341,3,1289,2689 +"174382",53924,728,2,1289,1812 +"174383",53924,1620,3,1289,1303 +"174384",53924,2424,3,1289,2582 +"174385",53924,2524,2,1289,1708 +"174386",53924,2533,3,1289,2016 +"174387",53924,3127,3,1289,2273 +"174388",53924,3477,3,1289,2546 +"174389",53924,4066,2,1289,1736 +"174390",53924,4367,3,1289,2794 +"174391",53924,4430,3,1289,2019 +"174392",53924,4646,3,1289,2139 +"174393",53924,5350,3,1289,2522 +"174394",53924,6821,2,1289,1788 +"174395",53924,7014,2,1289,2401 +"174396",53924,7337,3,1289,1797 +"174397",53924,8726,2,1289,2083 +"174398",53924,10373,3,1289,2436 +"174399",53924,10754,3,1289,1797 +"174400",53924,10980,3,1289,1974 +"174401",53924,11625,3,1289,2022 +"174402",53924,12096,3,1289,1330 +"174403",53924,13099,3,1289,1547 +"174404",53924,13920,3,1289,1709 +"174405",53924,15683,3,1289,1729 +"174406",53924,16201,3,1289,1811 +"174407",53924,16437,3,1289,1956 +"174408",53924,16776,3,1289,1565 +"174409",53924,17645,3,1289,1918 +"174410",53924,17728,3,1289,1542 +"174411",53924,18381,3,1289,1524 +"174412",53924,18965,2,1289,2315 +"174413",53924,19364,3,1289,2846 +"174414",53924,19719,3,1289,2177 +"174415",53924,19858,3,1289,2357 +"174416",53924,20395,2,1289,1468 +"174417",53924,21670,3,1289,2158 +"174418",53924,21684,3,1289,1971 +"174419",53924,24176,3,1289,1986 +"174420",53924,25577,3,1289,1946 +"174421",53924,26336,3,1289,1904 +"174422",53924,26734,2,1289,2299 +"174423",53924,28081,3,1289,1927 +"174424",53924,31050,3,1289,1491 +"174425",53924,32110,3,1289,2224 +"174426",53924,34908,3,1289,2796 +"174427",53924,35822,3,1289,1903 +"174428",53924,37279,2,1289,2768 +"174429",53924,37929,3,1289,2393 +"174430",53924,38019,3,1289,1870 +"174431",53924,38259,3,1289,2258 +"174432",53924,38333,3,1289,1365 +"174433",53924,40572,3,1289,2666 +"174434",53924,41900,3,1289,1970 +"174435",53924,42852,3,1289,1316 +"174436",53924,44566,3,1289,1626 +"174437",53924,51687,3,1289,2333 +"174438",53924,51879,3,1289,1771 +"174439",53924,52576,3,1289,2234 +"174440",53924,54284,3,1289,2491 +"174441",53924,59776,3,1289,2493 +"174442",53924,61337,2,1289,2777 +"174443",53924,64967,3,1289,2872 +"174444",53924,69716,3,1289,2632 +"174445",53924,73553,3,1289,2726 +"174446",53924,75282,3,1289,2675 +"174447",53924,77497,3,1289,2359 +"174448",53924,80812,3,1289,2357 +"174449",53924,88212,3,1289,2547 +"174450",53924,115059,3,1289,2552 +"174451",53936,728,3,584,1812 +"174452",53936,1875,3,584,1786 +"174453",53936,2429,3,584,999 +"174454",53936,2524,3,584,1708 +"174455",53936,2712,3,584,1881 +"174456",53936,3011,3,584,2278 +"174457",53936,3414,2,584,2322 +"174458",53936,3954,3,584,839 +"174459",53936,5226,3,584,1309 +"174460",53936,6577,3,584,1951 +"174461",53936,7014,3,584,2401 +"174462",53936,7029,3,584,2204 +"174463",53936,8533,3,584,2251 +"174464",53936,8681,3,584,2716 +"174465",53936,8726,2,584,2083 +"174466",53936,8777,3,584,1620 +"174467",53936,9227,3,584,1267 +"174468",53936,10716,2,584,1692 +"174469",53936,10766,3,584,2647 +"174470",53936,10857,3,584,2253 +"174471",53936,10875,3,584,1234 +"174472",53936,10945,2,584,881 +"174473",53936,11103,3,584,2393 +"174474",53936,11127,3,584,1196 +"174475",53936,11419,3,584,1408 +"174476",53936,11625,2,584,2022 +"174477",53936,12518,3,584,2747 +"174478",53936,13099,3,584,1547 +"174479",53936,14532,2,584,1193 +"174480",53936,15122,3,584,1201 +"174481",53936,15560,3,584,2257 +"174482",53936,15598,1,584,2011 +"174483",53936,16826,3,584,2599 +"174484",53936,17264,3,584,2528 +"174485",53936,17790,3,584,2783 +"174486",53936,18810,3,584,2671 +"174487",53936,18965,3,584,2315 +"174488",53936,20343,3,584,851 +"174489",53936,23460,3,584,2183 +"174490",53936,23756,3,584,2309 +"174491",53936,24286,3,584,1280 +"174492",53936,24853,3,584,1004 +"174493",53936,26734,3,584,2299 +"174494",53936,27195,3,584,2158 +"174495",53936,28081,3,584,1927 +"174496",53936,29930,3,584,2240 +"174497",53936,35514,3,584,2346 +"174498",53936,37108,3,584,1202 +"174499",53936,42407,3,584,2408 +"174500",53936,44407,3,584,2154 +"174501",53936,44676,3,584,2629 +"174502",53936,46486,3,584,1868 +"174503",53936,47947,3,584,2681 +"174504",53936,49185,3,584,1544 +"174505",53936,50364,2,584,1954 +"174506",53936,51687,3,584,2333 +"174507",53936,53924,3,584,1289 +"174508",53936,54551,3,584,2348 +"174509",53936,55084,3,584,1189 +"174510",53936,60672,3,584,2876 +"174511",53936,62626,3,584,2787 +"174512",53936,63905,3,584,1094 +"174513",53936,68416,3,584,2939 +"174514",53936,72530,3,584,992 +"174515",53936,72571,3,584,1175 +"174516",53936,73266,3,584,2496 +"174517",53936,78910,3,584,1931 +"174518",53936,86331,3,584,850 +"174519",53936,89586,3,584,1401 +"174520",53936,104036,2,584,659 +"174521",53936,112587,1,584,1003 +"174522",53936,117932,3,584,926 +"174523",53987,758,3,928,1232 +"174524",53987,1520,3,928,1716 +"174525",53987,3195,2,928,2043 +"174526",53987,3477,3,928,2546 +"174527",53987,4932,3,928,2752 +"174528",53987,6132,2,928,1590 +"174529",53987,7337,3,928,1797 +"174530",53987,7937,3,928,2044 +"174531",53987,9241,3,928,2338 +"174532",53987,9801,3,928,2443 +"174533",53987,10050,3,928,1792 +"174534",53987,14425,3,928,1036 +"174535",53987,14754,2,928,2456 +"174536",53987,16176,3,928,2703 +"174537",53987,16796,3,928,1892 +"174538",53987,19587,3,928,1684 +"174539",53987,21207,3,928,1258 +"174540",53987,21684,3,928,1971 +"174541",53987,23597,3,928,1080 +"174542",53987,25832,3,928,1689 +"174543",53987,27255,2,928,1232 +"174544",53987,28051,3,928,2089 +"174545",53987,28893,2,928,2764 +"174546",53987,32339,2,928,2430 +"174547",53987,35620,3,928,2092 +"174548",53987,39443,3,928,2277 +"174549",53987,41447,3,928,2405 +"174550",53987,41581,2,928,1692 +"174551",53987,42562,3,928,1195 +"174552",53987,57067,2,928,2547 +"174553",53987,91227,3,928,1232 +"174554",53987,93320,3,928,1258 +"174555",53987,114857,3,928,1310 +"174556",53995,4953,3,2151,2285 +"174557",53995,5610,3,2151,2223 +"174558",53995,9175,3,2151,2639 +"174559",53995,12081,3,2151,2166 +"174560",53995,14507,3,2151,2686 +"174561",53995,15008,2,2151,2338 +"174562",53995,15729,1,2151,2338 +"174563",53995,24825,3,2151,2686 +"174564",53995,31159,1,2151,2231 +"174565",53995,31295,2,2151,2183 +"174566",53995,33380,3,2151,2340 +"174567",53995,38307,3,2151,2648 +"174568",53995,39464,2,2151,2314 +"174569",53995,42783,2,2151,2338 +"174570",53995,43455,3,2151,2846 +"174571",53995,45239,2,2151,2535 +"174572",53995,52892,3,2151,2372 +"174573",53995,54953,3,2151,2223 +"174574",53995,60974,1,2151,2972 +"174575",54006,5845,3,518,1552 +"174576",54006,9440,3,518,1006 +"174577",54006,10964,3,518,2043 +"174578",54006,11019,2,518,1299 +"174579",54006,11067,3,518,2734 +"174580",54006,36506,3,518,2638 +"174581",54006,53668,3,518,2242 +"174582",54006,79848,2,518,1629 +"174583",54006,111567,2,518,613 +"174584",54020,997,3,1578,2788 +"174585",54020,1224,3,1578,2435 +"174586",54020,1386,3,1578,1901 +"174587",54020,3830,3,1578,1661 +"174588",54020,5239,3,1578,2875 +"174589",54020,5449,3,1578,1723 +"174590",54020,5984,3,1578,1675 +"174591",54020,5986,3,1578,1721 +"174592",54020,6324,3,1578,1990 +"174593",54020,6417,2,1578,1675 +"174594",54020,8088,3,1578,2220 +"174595",54020,9030,3,1578,1979 +"174596",54020,9331,3,1578,2269 +"174597",54020,9423,3,1578,1708 +"174598",54020,10148,3,1578,2964 +"174599",54020,10716,3,1578,1692 +"174600",54020,11218,3,1578,2292 +"174601",54020,12035,3,1578,2721 +"174602",54020,12042,3,1578,2345 +"174603",54020,13732,3,1578,2789 +"174604",54020,13780,2,1578,2412 +"174605",54020,13929,2,1578,2693 +"174606",54020,14709,3,1578,1901 +"174607",54020,15700,3,1578,1712 +"174608",54020,16352,3,1578,2657 +"174609",54020,17351,3,1578,2036 +"174610",54020,17400,3,1578,2231 +"174611",54020,17549,2,1578,2647 +"174612",54020,17632,2,1578,1947 +"174613",54020,17997,3,1578,1621 +"174614",54020,18874,3,1578,2170 +"174615",54020,20893,3,1578,2695 +"174616",54020,21138,3,1578,2849 +"174617",54020,21693,3,1578,2176 +"174618",54020,21795,3,1578,2653 +"174619",54020,22326,3,1578,2818 +"174620",54020,22362,3,1578,1836 +"174621",54020,23508,2,1578,1907 +"174622",54020,23751,3,1578,1740 +"174623",54020,24146,1,1578,2003 +"174624",54020,26865,3,1578,2726 +"174625",54020,28233,3,1578,1608 +"174626",54020,29004,3,1578,2596 +"174627",54020,29314,3,1578,2736 +"174628",54020,29930,3,1578,2240 +"174629",54020,30081,2,1578,2403 +"174630",54020,30334,3,1578,2075 +"174631",54020,30747,3,1578,2455 +"174632",54020,30906,3,1578,2537 +"174633",54020,31117,3,1578,2210 +"174634",54020,32516,3,1578,2050 +"174635",54020,34509,3,1578,1973 +"174636",54020,35529,3,1578,1620 +"174637",54020,36559,3,1578,2473 +"174638",54020,36962,1,1578,2861 +"174639",54020,37333,1,1578,1612 +"174640",54020,37636,3,1578,2178 +"174641",54020,38908,3,1578,1787 +"174642",54020,40392,3,1578,1878 +"174643",54020,40432,3,1578,1956 +"174644",54020,41278,2,1578,1873 +"174645",54020,41402,3,1578,2313 +"174646",54020,41900,3,1578,1970 +"174647",54020,41945,3,1578,2856 +"174648",54020,44688,3,1578,2924 +"174649",54020,46596,3,1578,1942 +"174650",54020,47386,3,1578,2226 +"174651",54020,48571,3,1578,2717 +"174652",54020,51017,3,1578,2073 +"174653",54020,51783,3,1578,2599 +"174654",54020,53134,3,1578,1590 +"174655",54020,53219,2,1578,2973 +"174656",54020,54929,3,1578,2783 +"174657",54020,55691,3,1578,2856 +"174658",54020,56082,3,1578,2395 +"174659",54020,57977,3,1578,2683 +"174660",54020,66318,3,1578,2803 +"174661",54020,77815,2,1578,2358 +"174662",54061,2344,3,1488,2752 +"174663",54061,2802,3,1488,1836 +"174664",54061,3776,3,1488,2322 +"174665",54061,5363,3,1488,1791 +"174666",54061,5606,3,1488,2875 +"174667",54061,6248,2,1488,2737 +"174668",54061,7948,3,1488,1584 +"174669",54061,9063,3,1488,2000 +"174670",54061,10727,2,1488,2082 +"174671",54061,11976,3,1488,1727 +"174672",54061,12818,3,1488,2015 +"174673",54061,13024,3,1488,2468 +"174674",54061,13150,2,1488,1570 +"174675",54061,15207,3,1488,1855 +"174676",54061,17952,3,1488,1530 +"174677",54061,19687,3,1488,2072 +"174678",54061,20604,3,1488,1684 +"174679",54061,22488,3,1488,2434 +"174680",54061,28355,2,1488,2053 +"174681",54061,33363,3,1488,2475 +"174682",54061,34055,3,1488,1881 +"174683",54061,36662,3,1488,2967 +"174684",54061,38183,3,1488,2391 +"174685",54061,42280,2,1488,2266 +"174686",54061,42713,2,1488,1995 +"174687",54061,43929,3,1488,2749 +"174688",54061,49147,2,1488,2539 +"174689",54061,49621,3,1488,1915 +"174690",54061,55436,3,1488,2513 +"174691",54061,59470,3,1488,2393 +"174692",54061,63525,2,1488,2741 +"174693",54061,64534,3,1488,2924 +"174694",54061,79793,3,1488,1915 +"174695",54063,22980,2,141,158 +"174696",54063,24109,3,141,504 +"174697",54063,83947,3,141,917 +"174698",54067,25480,2,2433,2747 +"174699",54067,51364,2,2433,2660 +"174700",54067,56386,2,2433,2771 +"174701",54094,9615,3,987,2464 +"174702",54094,21225,3,987,1945 +"174703",54094,26793,2,987,2104 +"174704",54094,37400,2,987,2860 +"174705",54094,43153,3,987,1381 +"174706",54100,312,3,1327,2038 +"174707",54100,1315,3,1327,2760 +"174708",54100,3167,3,1327,1676 +"174709",54100,7245,3,1327,2089 +"174710",54100,9654,3,1327,2111 +"174711",54100,10871,2,1327,2314 +"174712",54100,18415,3,1327,2184 +"174713",54100,19027,3,1327,2721 +"174714",54100,19516,3,1327,2313 +"174715",54100,23011,3,1327,2763 +"174716",54100,26031,1,1327,1397 +"174717",54100,28892,3,1327,2023 +"174718",54100,28896,3,1327,1395 +"174719",54100,30453,3,1327,1535 +"174720",54100,31124,2,1327,2351 +"174721",54100,32899,2,1327,1369 +"174722",54100,32988,3,1327,2008 +"174723",54100,38449,3,1327,1802 +"174724",54100,46506,3,1327,2464 +"174725",54100,51410,3,1327,2739 +"174726",54100,59022,3,1327,2494 +"174727",54100,67726,3,1327,2873 +"174728",54100,82681,3,1327,1620 +"174729",54100,82767,3,1327,1641 +"174730",54118,81478,3,1412,1640 +"174731",54118,81895,3,1412,1634 +"174732",54127,6417,3,1593,1675 +"174733",54127,11218,3,1593,2292 +"174734",54127,26700,1,1593,1663 +"174735",54127,48214,3,1593,2756 +"174736",54127,54929,3,1593,2783 +"174737",54127,58875,3,1593,1899 +"174738",54127,79432,3,1593,1708 +"174739",54127,92217,3,1593,1663 +"174740",54158,135,2,1756,2233 +"174741",54158,455,3,1756,2827 +"174742",54158,470,3,1756,2285 +"174743",54158,913,3,1756,2144 +"174744",54158,4084,2,1756,2133 +"174745",54158,4191,3,1756,2130 +"174746",54158,4360,3,1756,1770 +"174747",54158,7245,3,1756,2089 +"174748",54158,7350,3,1756,1901 +"174749",54158,10130,3,1756,2741 +"174750",54158,10433,3,1756,2075 +"174751",54158,23705,2,1756,2699 +"174752",54158,23869,3,1756,1918 +"174753",54158,23918,2,1756,1881 +"174754",54158,24568,3,1756,1937 +"174755",54158,25289,2,1756,1790 +"174756",54158,25341,3,1756,1858 +"174757",54158,28101,2,1756,1949 +"174758",54158,28115,3,1756,1835 +"174759",54158,29170,3,1756,1846 +"174760",54158,33622,3,1756,2230 +"174761",54158,34160,3,1756,1759 +"174762",54158,45633,3,1756,2134 +"174763",54158,46803,3,1756,2305 +"174764",54158,50685,3,1756,2008 +"174765",54158,53196,2,1756,1888 +"174766",54158,55139,3,1756,2323 +"174767",54158,63409,3,1756,1937 +"174768",54158,64181,3,1756,1828 +"174769",54158,66413,3,1756,2507 +"174770",54158,76666,3,1756,1908 +"174771",54158,105063,2,1756,1908 +"174772",54204,2139,2,1449,2502 +"174773",54204,3477,3,1449,2546 +"174774",54204,6063,3,1449,2349 +"174775",54204,13007,3,1449,2496 +"174776",54204,18217,3,1449,1566 +"174777",54204,24264,2,1449,1760 +"174778",54204,26700,3,1449,1663 +"174779",54204,31652,3,1449,2047 +"174780",54204,32395,2,1449,2735 +"174781",54204,33223,3,1449,2397 +"174782",54204,33451,1,1449,1957 +"174783",54204,34491,3,1449,2694 +"174784",54204,38938,3,1449,1593 +"174785",54204,40542,3,1449,1664 +"174786",54204,44730,3,1449,2468 +"174787",54204,52041,3,1449,2694 +"174788",54239,14503,3,336,437 +"174789",54239,33681,3,336,1059 +"174790",54239,51774,3,336,2459 +"174791",54248,35464,3,2394,2502 +"174792",54250,455,3,2340,2827 +"174793",54250,2208,3,2340,2814 +"174794",54250,6914,3,2340,2668 +"174795",54250,25129,3,2340,2647 +"174796",54250,66318,3,2340,2803 +"174797",54250,71808,3,2340,2349 +"174798",54250,105685,3,2340,2469 +"174799",54255,1050,3,679,1185 +"174800",54255,3164,3,679,2693 +"174801",54255,3271,3,679,2216 +"174802",54255,4226,3,679,1903 +"174803",54255,6030,2,679,2953 +"174804",54255,9272,3,679,2835 +"174805",54255,12374,3,679,2260 +"174806",54255,22566,3,679,2308 +"174807",54255,26451,3,679,2133 +"174808",54255,28050,3,679,1955 +"174809",54255,28168,3,679,2702 +"174810",54255,32811,2,679,804 +"174811",54255,34136,3,679,2202 +"174812",54255,38869,3,679,1675 +"174813",54255,43226,3,679,2442 +"174814",54255,48110,3,679,2009 +"174815",54255,48260,3,679,875 +"174816",54255,54118,3,679,1412 +"174817",54255,56143,3,679,766 +"174818",54255,58133,3,679,1484 +"174819",54255,58508,3,679,2326 +"174820",54255,69335,3,679,2698 +"174821",54255,78256,3,679,804 +"174822",54255,80301,3,679,1690 +"174823",54255,81895,2,679,1634 +"174824",54255,108379,3,679,2933 +"174825",54259,671,3,191,2328 +"174826",54259,843,3,191,2332 +"174827",54259,1050,3,191,1185 +"174828",54259,1427,3,191,324 +"174829",54259,1691,3,191,1941 +"174830",54259,1767,3,191,2727 +"174831",54259,1968,3,191,631 +"174832",54259,2077,3,191,610 +"174833",54259,2609,3,191,834 +"174834",54259,3068,3,191,1815 +"174835",54259,3164,3,191,2693 +"174836",54259,3167,3,191,1676 +"174837",54259,3265,3,191,214 +"174838",54259,3271,2,191,2216 +"174839",54259,3317,3,191,2037 +"174840",54259,4226,2,191,1903 +"174841",54259,6030,2,191,2953 +"174842",54259,6491,3,191,2424 +"174843",54259,7310,3,191,636 +"174844",54259,7337,3,191,1797 +"174845",54259,7604,3,191,1366 +"174846",54259,8607,3,191,1685 +"174847",54259,9272,2,191,2835 +"174848",54259,9751,3,191,1397 +"174849",54259,12374,2,191,2260 +"174850",54259,14654,3,191,1692 +"174851",54259,15539,3,191,1929 +"174852",54259,15643,2,191,502 +"174853",54259,16053,3,191,908 +"174854",54259,16437,3,191,1956 +"174855",54259,19075,3,191,2214 +"174856",54259,20311,3,191,1981 +"174857",54259,20732,3,191,2401 +"174858",54259,20824,3,191,1366 +"174859",54259,21104,3,191,2327 +"174860",54259,21198,3,191,935 +"174861",54259,22006,3,191,1202 +"174862",54259,22566,3,191,2308 +"174863",54259,23430,3,191,904 +"174864",54259,23534,3,191,1659 +"174865",54259,23726,3,191,2434 +"174866",54259,24005,3,191,1188 +"174867",54259,24789,3,191,829 +"174868",54259,26451,2,191,2133 +"174869",54259,27792,3,191,1308 +"174870",54259,28050,3,191,1955 +"174871",54259,28168,3,191,2702 +"174872",54259,28432,3,191,1954 +"174873",54259,29170,3,191,1846 +"174874",54259,31338,3,191,917 +"174875",54259,32017,3,191,577 +"174876",54259,32503,3,191,2020 +"174877",54259,32811,1,191,804 +"174878",54259,34136,2,191,2202 +"174879",54259,34596,3,191,527 +"174880",54259,37752,3,191,2223 +"174881",54259,37800,3,191,604 +"174882",54259,37893,3,191,875 +"174883",54259,38219,3,191,1689 +"174884",54259,38523,2,191,549 +"174885",54259,38869,3,191,1675 +"174886",54259,39439,3,191,2462 +"174887",54259,39444,3,191,2695 +"174888",54259,39865,3,191,849 +"174889",54259,40072,3,191,1182 +"174890",54259,40472,3,191,549 +"174891",54259,41439,3,191,709 +"174892",54259,43173,3,191,2895 +"174893",54259,43226,2,191,2442 +"174894",54259,43518,3,191,2680 +"174895",54259,45874,3,191,944 +"174896",54259,48110,2,191,2009 +"174897",54259,48260,2,191,875 +"174898",54259,48698,3,191,1474 +"174899",54259,49406,3,191,217 +"174900",54259,53445,3,191,2028 +"174901",54259,54118,2,191,1412 +"174902",54259,54255,1,191,679 +"174903",54259,55084,3,191,1189 +"174904",54259,55349,3,191,826 +"174905",54259,55691,3,191,2856 +"174906",54259,56143,3,191,766 +"174907",54259,57804,3,191,2214 +"174908",54259,57990,3,191,978 +"174909",54259,58133,2,191,1484 +"174910",54259,58508,2,191,2326 +"174911",54259,58530,3,191,298 +"174912",54259,59039,3,191,2870 +"174913",54259,59939,3,191,936 +"174914",54259,62957,3,191,1170 +"174915",54259,65884,3,191,798 +"174916",54259,69335,2,191,2698 +"174917",54259,73728,3,191,784 +"174918",54259,74730,3,191,535 +"174919",54259,76511,3,191,1250 +"174920",54259,78256,2,191,804 +"174921",54259,79612,3,191,927 +"174922",54259,80301,2,191,1690 +"174923",54259,80801,3,191,1250 +"174924",54259,81895,1,191,1634 +"174925",54259,82039,3,191,1327 +"174926",54259,82226,3,191,1619 +"174927",54259,82696,3,191,1305 +"174928",54259,91912,3,191,790 +"174929",54259,94650,3,191,896 +"174930",54259,98925,3,191,584 +"174931",54259,99020,3,191,1383 +"174932",54259,99332,3,191,873 +"174933",54259,99444,3,191,408 +"174934",54259,100670,3,191,525 +"174935",54259,108379,2,191,2933 +"174936",54259,119444,3,191,888 +"174937",54261,10744,3,213,955 +"174938",54261,11348,3,213,824 +"174939",54261,19744,3,213,2623 +"174940",54261,19926,3,213,2444 +"174941",54261,31898,3,213,1916 +"174942",54261,50275,3,213,2832 +"174943",54261,119208,3,213,2646 +"174944",54284,4367,2,2491,2794 +"174945",54284,11136,3,2491,2573 +"174946",54284,13290,3,2491,2824 +"174947",54284,25741,3,2491,2853 +"174948",54284,34908,2,2491,2796 +"174949",54295,1050,2,191,1185 +"174950",54295,2077,2,191,610 +"174951",54295,3164,2,191,2693 +"174952",54295,3271,3,191,2216 +"174953",54295,3957,3,191,256 +"174954",54295,4226,3,191,1903 +"174955",54295,6030,1,191,2953 +"174956",54295,7847,3,191,2424 +"174957",54295,8772,3,191,847 +"174958",54295,9272,3,191,2835 +"174959",54295,10488,3,191,1524 +"174960",54295,11966,3,191,2385 +"174961",54295,12374,3,191,2260 +"174962",54295,13780,3,191,2412 +"174963",54295,14072,3,191,1346 +"174964",54295,14080,3,191,1351 +"174965",54295,14855,3,191,903 +"174966",54295,15301,3,191,2308 +"174967",54295,15607,3,191,1421 +"174968",54295,15643,3,191,502 +"174969",54295,18639,3,191,990 +"174970",54295,19113,3,191,1171 +"174971",54295,20024,3,191,1181 +"174972",54295,20284,3,191,2530 +"174973",54295,21571,3,191,2755 +"174974",54295,22566,2,191,2308 +"174975",54295,22850,3,191,878 +"174976",54295,24789,3,191,829 +"174977",54295,26451,3,191,2133 +"174978",54295,26659,3,191,903 +"174979",54295,28050,2,191,1955 +"174980",54295,28168,2,191,2702 +"174981",54295,28434,3,191,1141 +"174982",54295,29004,3,191,2596 +"174983",54295,32811,2,191,804 +"174984",54295,34136,3,191,2202 +"174985",54295,37551,3,191,257 +"174986",54295,38523,1,191,549 +"174987",54295,38869,2,191,1675 +"174988",54295,40369,3,191,2735 +"174989",54295,40472,2,191,549 +"174990",54295,43226,3,191,2442 +"174991",54295,44648,3,191,619 +"174992",54295,45186,3,191,835 +"174993",54295,48110,3,191,2009 +"174994",54295,48260,3,191,875 +"174995",54295,51052,3,191,2784 +"174996",54295,54118,3,191,1412 +"174997",54295,54255,1,191,679 +"174998",54295,56143,2,191,766 +"174999",54295,57246,3,191,1873 +"175000",54295,57714,3,191,1391 +"175001",54295,58035,3,191,1646 +"175002",54295,58133,3,191,1484 +"175003",54295,58451,3,191,1939 +"175004",54295,58508,3,191,2326 +"175005",54295,63770,3,191,1324 +"175006",54295,64031,3,191,1295 +"175007",54295,67788,3,191,837 +"175008",54295,69117,3,191,645 +"175009",54295,69250,3,191,1439 +"175010",54295,69335,3,191,2698 +"175011",54295,78256,3,191,804 +"175012",54295,80301,3,191,1690 +"175013",54295,80471,3,191,538 +"175014",54295,81895,2,191,1634 +"175015",54295,87603,3,191,535 +"175016",54295,94500,3,191,1529 +"175017",54295,98150,3,191,1009 +"175018",54295,99621,3,191,874 +"175019",54295,108379,3,191,2933 +"175020",54305,14,3,1222,1793 +"175021",54305,360,3,1222,1671 +"175022",54305,2424,3,1222,2582 +"175023",54305,2533,3,1222,2016 +"175024",54305,3305,3,1222,2839 +"175025",54305,5226,3,1222,1309 +"175026",54305,5462,3,1222,2374 +"175027",54305,7180,3,1222,2227 +"175028",54305,8274,3,1222,1909 +"175029",54305,9364,2,1222,1698 +"175030",54305,10513,3,1222,2284 +"175031",54305,11006,3,1222,1950 +"175032",54305,12432,3,1222,1816 +"175033",54305,12728,3,1222,2374 +"175034",54305,13586,2,1222,2966 +"175035",54305,13929,3,1222,2693 +"175036",54305,15700,3,1222,1712 +"175037",54305,16332,3,1222,2668 +"175038",54305,16940,3,1222,1290 +"175039",54305,18394,3,1222,2356 +"175040",54305,18874,2,1222,2170 +"175041",54305,19248,3,1222,2357 +"175042",54305,19719,3,1222,2177 +"175043",54305,20124,3,1222,2376 +"175044",54305,20975,3,1222,1305 +"175045",54305,21197,3,1222,1437 +"175046",54305,21285,3,1222,2100 +"175047",54305,22260,3,1222,2137 +"175048",54305,22282,3,1222,1418 +"175049",54305,24066,2,1222,1755 +"175050",54305,26366,3,1222,1688 +"175051",54305,26451,3,1222,2133 +"175052",54305,26749,3,1222,2965 +"175053",54305,27694,3,1222,2030 +"175054",54305,27849,3,1222,1316 +"175055",54305,28190,2,1222,1634 +"175056",54305,29929,3,1222,2789 +"175057",54305,29941,3,1222,1986 +"175058",54305,29982,2,1222,1372 +"175059",54305,30165,3,1222,1409 +"175060",54305,30405,3,1222,2164 +"175061",54305,31530,3,1222,1661 +"175062",54305,33621,3,1222,1319 +"175063",54305,34659,3,1222,1924 +"175064",54305,34815,3,1222,2354 +"175065",54305,35815,2,1222,2789 +"175066",54305,36962,3,1222,2861 +"175067",54305,39135,3,1222,2489 +"175068",54305,39880,2,1222,1620 +"175069",54305,41108,3,1222,1624 +"175070",54305,42906,2,1222,1748 +"175071",54305,42925,3,1222,1358 +"175072",54305,43385,1,1222,1623 +"175073",54305,45684,3,1222,2200 +"175074",54305,46883,3,1222,1671 +"175075",54305,47362,3,1222,2253 +"175076",54305,47772,3,1222,2293 +"175077",54305,48158,2,1222,2483 +"175078",54305,49512,3,1222,1302 +"175079",54305,52576,3,1222,2234 +"175080",54305,53323,3,1222,2677 +"175081",54305,53630,3,1222,1565 +"175082",54305,55082,3,1222,1856 +"175083",54305,55691,3,1222,2856 +"175084",54305,57353,3,1222,1849 +"175085",54305,57977,3,1222,2683 +"175086",54305,58451,3,1222,1939 +"175087",54305,58508,3,1222,2326 +"175088",54305,58652,3,1222,1437 +"175089",54305,61982,3,1222,2725 +"175090",54305,66703,3,1222,2375 +"175091",54305,71342,2,1222,1289 +"175092",54305,72956,2,1222,1251 +"175093",54305,75028,3,1222,1660 +"175094",54305,76284,3,1222,1237 +"175095",54305,80172,3,1222,1342 +"175096",54305,81588,3,1222,1568 +"175097",54305,82949,3,1222,2077 +"175098",54305,83396,2,1222,2396 +"175099",54305,91579,3,1222,2510 +"175100",54305,98781,2,1222,1410 +"175101",54305,101482,3,1222,1300 +"175102",54313,160,3,1645,2007 +"175103",54313,680,3,1645,2569 +"175104",54313,1519,3,1645,2349 +"175105",54313,3493,3,1645,2451 +"175106",54313,4303,3,1645,2414 +"175107",54313,4526,3,1645,1728 +"175108",54313,7942,2,1645,2623 +"175109",54313,9332,3,1645,2734 +"175110",54313,10129,3,1645,2124 +"175111",54313,10457,3,1645,1711 +"175112",54313,16482,3,1645,1958 +"175113",54313,18005,3,1645,2449 +"175114",54313,19605,3,1645,2395 +"175115",54313,20941,3,1645,2725 +"175116",54313,22244,3,1645,2139 +"175117",54313,22709,3,1645,2743 +"175118",54313,23131,3,1645,1732 +"175119",54313,28432,3,1645,1954 +"175120",54313,30525,3,1645,1964 +"175121",54313,31335,2,1645,2351 +"175122",54313,34216,3,1645,2832 +"175123",54313,34742,3,1645,1883 +"175124",54313,34831,2,1645,1866 +"175125",54313,38691,3,1645,2585 +"175126",54313,39256,3,1645,2449 +"175127",54313,41723,3,1645,2101 +"175128",54313,44694,3,1645,2220 +"175129",54313,50585,3,1645,2414 +"175130",54313,50630,3,1645,2615 +"175131",54313,51879,3,1645,1771 +"175132",54313,58233,3,1645,1665 +"175133",54313,70583,2,1645,2615 +"175134",54313,82932,3,1645,2245 +"175135",54316,2282,2,1202,2056 +"175136",54316,2927,3,1202,1789 +"175137",54316,6345,3,1202,2713 +"175138",54316,9511,3,1202,1232 +"175139",54316,9724,3,1202,2713 +"175140",54316,10701,3,1202,2000 +"175141",54316,14470,3,1202,2632 +"175142",54316,14957,3,1202,2306 +"175143",54316,15782,3,1202,2306 +"175144",54316,17499,3,1202,2954 +"175145",54316,22357,1,1202,1397 +"175146",54316,23550,3,1202,2939 +"175147",54316,26597,3,1202,2070 +"175148",54316,28648,3,1202,1586 +"175149",54316,28782,3,1202,2272 +"175150",54316,32350,3,1202,1540 +"175151",54316,36399,3,1202,1357 +"175152",54316,36840,3,1202,2269 +"175153",54316,37684,3,1202,2899 +"175154",54316,43701,2,1202,2400 +"175155",54316,50468,3,1202,1659 +"175156",54316,53652,2,1202,2899 +"175157",54316,69795,3,1202,2636 +"175158",54316,80970,3,1202,2069 +"175159",54358,2959,3,74,1785 +"175160",54358,4526,3,74,1728 +"175161",54358,7942,3,74,2623 +"175162",54358,10980,3,74,1974 +"175163",54358,17257,3,74,1117 +"175164",54358,22166,3,74,994 +"175165",54358,22704,3,74,1150 +"175166",54358,34216,3,74,2832 +"175167",54358,47654,3,74,1664 +"175168",54358,47810,3,74,957 +"175169",54358,53132,3,74,81 +"175170",54358,60258,3,74,2405 +"175171",54358,61211,2,74,245 +"175172",54358,66609,3,74,998 +"175173",54358,73245,3,74,802 +"175174",54358,78569,3,74,578 +"175175",54358,85869,1,74,1509 +"175176",54358,94048,3,74,275 +"175177",54358,100860,3,74,2326 +"175178",54358,103890,2,74,958 +"175179",54383,3306,2,397,1989 +"175180",54383,5622,3,397,2175 +"175181",54383,5986,3,397,1721 +"175182",54383,6047,2,397,2004 +"175183",54383,7475,3,397,1284 +"175184",54383,7627,3,397,1543 +"175185",54383,9511,3,397,1232 +"175186",54383,9654,3,397,2111 +"175187",54383,10488,3,397,1524 +"175188",54383,10857,3,397,2253 +"175189",54383,11817,3,397,600 +"175190",54383,14032,3,397,2144 +"175191",54383,14656,3,397,584 +"175192",54383,15003,3,397,2067 +"175193",54383,15700,3,397,1712 +"175194",54383,17400,3,397,2231 +"175195",54383,20124,3,397,2376 +"175196",54383,23011,3,397,2763 +"175197",54383,23492,3,397,1067 +"175198",54383,23725,3,397,2378 +"175199",54383,26867,3,397,1804 +"175200",54383,27275,3,397,2656 +"175201",54383,30325,3,397,1067 +"175202",54383,33219,3,397,1173 +"175203",54383,33949,3,397,2489 +"175204",54383,35673,3,397,1067 +"175205",54383,35752,2,397,1158 +"175206",54383,39294,3,397,1889 +"175207",54383,40028,3,397,1349 +"175208",54383,41023,3,397,2408 +"175209",54383,41598,3,397,2291 +"175210",54383,43213,3,397,2160 +"175211",54383,44819,3,397,2063 +"175212",54383,45684,3,397,2200 +"175213",54383,46196,3,397,1510 +"175214",54383,48215,3,397,2028 +"175215",54383,50134,3,397,2674 +"175216",54383,50236,3,397,2339 +"175217",54383,52136,3,397,1412 +"175218",54383,52735,3,397,1124 +"175219",54383,54551,3,397,2348 +"175220",54383,54929,3,397,2783 +"175221",54383,56082,2,397,2395 +"175222",54383,57414,3,397,922 +"175223",54383,59539,3,397,2429 +"175224",54383,67726,3,397,2873 +"175225",54383,67805,3,397,1338 +"175226",54383,70838,3,397,687 +"175227",54383,71479,2,397,482 +"175228",54383,72207,3,397,2430 +"175229",54383,75403,3,397,1895 +"175230",54383,76284,3,397,1237 +"175231",54383,82730,3,397,1492 +"175232",54383,109663,3,397,545 +"175233",54385,827,3,2340,2964 +"175234",54385,1624,2,2340,2687 +"175235",54385,2647,3,2340,2450 +"175236",54385,2724,2,2340,2447 +"175237",54385,3477,3,2340,2546 +"175238",54385,3559,2,2340,2413 +"175239",54385,6063,3,2340,2349 +"175240",54385,9272,3,2340,2835 +"175241",54385,14442,3,2340,2700 +"175242",54385,30714,3,2340,2485 +"175243",54385,31357,1,2340,2389 +"175244",54385,31855,3,2340,2636 +"175245",54385,33223,3,2340,2397 +"175246",54385,43226,3,2340,2442 +"175247",54385,47607,3,2340,2724 +"175248",54385,47882,3,2340,2769 +"175249",54385,51843,1,2340,2389 +"175250",54385,53584,3,2340,2391 +"175251",54385,64628,3,2340,2829 +"175252",54385,69308,2,2340,2370 +"175253",54385,69335,3,2340,2698 +"175254",54385,110871,2,2340,2879 +"175255",54388,512,3,1257,1596 +"175256",54388,998,3,1257,1795 +"175257",54388,1367,3,1257,2176 +"175258",54388,2424,3,1257,2582 +"175259",54388,2747,2,1257,2411 +"175260",54388,3716,2,1257,1679 +"175261",54388,5346,2,1257,1438 +"175262",54388,5580,3,1257,2111 +"175263",54388,6428,3,1257,1952 +"175264",54388,7245,3,1257,2089 +"175265",54388,7354,3,1257,2008 +"175266",54388,7579,2,1257,1624 +"175267",54388,7672,3,1257,1974 +"175268",54388,9349,3,1257,2052 +"175269",54388,9654,3,1257,2111 +"175270",54388,10278,3,1257,2345 +"175271",54388,13671,3,1257,1371 +"175272",54388,14032,3,1257,2144 +"175273",54388,14998,3,1257,1553 +"175274",54388,15207,2,1257,1855 +"175275",54388,15453,3,1257,1688 +"175276",54388,15713,3,1257,1646 +"175277",54388,15826,3,1257,2772 +"175278",54388,16067,3,1257,2727 +"175279",54388,16352,3,1257,2657 +"175280",54388,18011,3,1257,1636 +"175281",54388,18348,3,1257,1711 +"175282",54388,18415,3,1257,2184 +"175283",54388,20155,3,1257,1517 +"175284",54388,21929,3,1257,2062 +"175285",54388,23460,3,1257,2183 +"175286",54388,23488,3,1257,1523 +"175287",54388,24816,3,1257,2161 +"175288",54388,29982,3,1257,1372 +"175289",54388,30262,3,1257,1715 +"175290",54388,30943,3,1257,2287 +"175291",54388,30981,2,1257,2366 +"175292",54388,32202,3,1257,2314 +"175293",54388,32939,3,1257,2277 +"175294",54388,34812,3,1257,2442 +"175295",54388,35514,3,1257,2346 +"175296",54388,37009,3,1257,2412 +"175297",54388,40022,3,1257,2307 +"175298",54388,40129,3,1257,2162 +"175299",54388,42474,3,1257,2322 +"175300",54388,42642,3,1257,2257 +"175301",54388,43112,3,1257,2564 +"175302",54388,43226,3,1257,2442 +"175303",54388,43978,3,1257,2698 +"175304",54388,44433,3,1257,2224 +"175305",54388,44603,3,1257,2748 +"175306",54388,44819,3,1257,2063 +"175307",54388,46039,3,1257,1794 +"175308",54388,46803,3,1257,2305 +"175309",54388,57804,3,1257,2214 +"175310",54388,57842,2,1257,2482 +"175311",54388,63641,3,1257,2337 +"175312",54388,64181,3,1257,1828 +"175313",54388,67726,3,1257,2873 +"175314",54388,69716,3,1257,2632 +"175315",54388,74818,3,1257,1440 +"175316",54388,85356,3,1257,1492 +"175317",54388,87874,3,1257,1296 +"175318",54388,96894,3,1257,1598 +"175319",54388,99557,3,1257,1703 +"175320",54388,109114,3,1257,1287 +"175321",54407,919,3,514,910 +"175322",54407,2724,3,514,2447 +"175323",54407,3272,3,514,2132 +"175324",54407,3477,3,514,2546 +"175325",54407,3786,3,514,2282 +"175326",54407,4968,2,514,1586 +"175327",54407,6040,3,514,2103 +"175328",54407,6063,3,514,2349 +"175329",54407,6562,3,514,1139 +"175330",54407,9273,3,514,1747 +"175331",54407,12598,3,514,2086 +"175332",54407,12735,3,514,819 +"175333",54407,12779,3,514,936 +"175334",54407,15023,2,514,2054 +"175335",54407,17608,3,514,1216 +"175336",54407,18217,3,514,1566 +"175337",54407,19075,3,514,2214 +"175338",54407,19667,3,514,1466 +"175339",54407,20547,2,514,2145 +"175340",54407,20921,3,514,723 +"175341",54407,22462,3,514,869 +"175342",54407,23364,3,514,2306 +"175343",54407,24867,3,514,1861 +"175344",54407,25053,3,514,2186 +"175345",54407,25518,3,514,1955 +"175346",54407,29100,3,514,843 +"175347",54407,29354,3,514,1123 +"175348",54407,31357,3,514,2389 +"175349",54407,32479,3,514,969 +"175350",54407,32939,3,514,2277 +"175351",54407,33223,3,514,2397 +"175352",54407,40542,3,514,1664 +"175353",54407,51399,2,514,934 +"175354",54407,51843,2,514,2389 +"175355",54407,54385,2,514,2340 +"175356",54407,63104,3,514,2149 +"175357",54407,63631,3,514,763 +"175358",54407,69308,3,514,2370 +"175359",54407,76295,3,514,1001 +"175360",54407,78611,3,514,1586 +"175361",54407,83598,3,514,619 +"175362",54407,84322,3,514,1635 +"175363",54407,84808,2,514,1974 +"175364",54407,91465,2,514,1047 +"175365",54407,93590,3,514,1188 +"175366",54407,108974,3,514,752 +"175367",54407,110737,1,514,2117 +"175368",54452,827,2,60,2964 +"175369",54452,1624,1,60,2687 +"175370",54452,1708,2,60,1591 +"175371",54452,2282,3,60,2056 +"175372",54452,2647,2,60,2450 +"175373",54452,2927,3,60,1789 +"175374",54452,4180,3,60,1817 +"175375",54452,6040,3,60,2103 +"175376",54452,6345,3,60,2713 +"175377",54452,6480,3,60,1678 +"175378",54452,7253,3,60,2686 +"175379",54452,7254,3,60,1849 +"175380",54452,7604,2,60,1366 +"175381",54452,8006,2,60,479 +"175382",54452,8123,3,60,144 +"175383",54452,9724,3,60,2713 +"175384",54452,11858,2,60,1530 +"175385",54452,14212,3,60,857 +"175386",54452,15146,3,60,1546 +"175387",54452,16538,1,60,704 +"175388",54452,19509,3,60,2000 +"175389",54452,22980,3,60,158 +"175390",54452,23550,3,60,2939 +"175391",54452,28290,3,60,430 +"175392",54452,28782,3,60,2272 +"175393",54452,31357,3,60,2389 +"175394",54452,34953,3,60,1817 +"175395",54452,36399,2,60,1357 +"175396",54452,42382,3,60,2224 +"175397",54452,42390,2,60,2937 +"175398",54452,43543,2,60,1457 +"175399",54452,46616,3,60,1917 +"175400",54452,47607,3,60,2724 +"175401",54452,52380,3,60,2686 +"175402",54452,53584,3,60,2391 +"175403",54452,54385,3,60,2340 +"175404",54452,55183,3,60,450 +"175405",54452,63631,2,60,763 +"175406",54452,64628,3,60,2829 +"175407",54452,65375,2,60,824 +"175408",54452,71895,2,60,1327 +"175409",54452,76295,3,60,1001 +"175410",54452,76796,3,60,1140 +"175411",54452,76814,3,60,926 +"175412",54452,76929,1,60,910 +"175413",54452,78611,3,60,1586 +"175414",54452,80970,3,60,2069 +"175415",54452,82312,3,60,340 +"175416",54452,84591,3,60,1685 +"175417",54452,84808,3,60,1974 +"175418",54452,87915,3,60,1152 +"175419",54452,89135,3,60,116 +"175420",54467,841,3,919,2964 +"175421",54467,1349,3,919,1147 +"175422",54467,1629,3,919,1289 +"175423",54467,2190,3,919,2359 +"175424",54467,2540,3,919,1398 +"175425",54467,3127,3,919,2273 +"175426",54467,3271,3,919,2216 +"175427",54467,3477,2,919,2546 +"175428",54467,4303,3,919,2414 +"175429",54467,5792,3,919,975 +"175430",54467,6063,3,919,2349 +"175431",54467,6989,3,919,2623 +"175432",54467,7337,3,919,1797 +"175433",54467,7937,3,919,2044 +"175434",54467,8140,3,919,1262 +"175435",54467,9272,3,919,2835 +"175436",54467,10453,3,919,1656 +"175437",54467,10754,3,919,1797 +"175438",54467,11108,3,919,1609 +"175439",54467,11639,3,919,1593 +"175440",54467,11990,3,919,1909 +"175441",54467,12779,3,919,936 +"175442",54467,13537,3,919,1020 +"175443",54467,14754,3,919,2456 +"175444",54467,16437,3,919,1956 +"175445",54467,17456,3,919,1300 +"175446",54467,17645,3,919,1918 +"175447",54467,18217,3,919,1566 +"175448",54467,19934,3,919,2888 +"175449",54467,21593,3,919,1312 +"175450",54467,21684,3,919,1971 +"175451",54467,21815,3,919,2032 +"175452",54467,23000,3,919,1815 +"175453",54467,23131,2,919,1732 +"175454",54467,23206,3,919,2805 +"175455",54467,26182,3,919,2775 +"175456",54467,29267,3,919,1234 +"175457",54467,29286,3,919,1612 +"175458",54467,30525,3,919,1964 +"175459",54467,30891,3,919,1256 +"175460",54467,32110,2,919,2224 +"175461",54467,32339,3,919,2430 +"175462",54467,33223,3,919,2397 +"175463",54467,33681,3,919,1059 +"175464",54467,33870,3,919,955 +"175465",54467,34870,3,919,1873 +"175466",54467,36953,3,919,2790 +"175467",54467,37632,3,919,1295 +"175468",54467,37752,3,919,2223 +"175469",54467,40542,3,919,1664 +"175470",54467,40572,3,919,2666 +"175471",54467,42813,3,919,2142 +"175472",54467,43226,3,919,2442 +"175473",54467,44497,3,919,2401 +"175474",54467,46486,2,919,1868 +"175475",54467,48110,3,919,2009 +"175476",54467,57912,3,919,1035 +"175477",54467,58508,3,919,2326 +"175478",54467,61125,3,919,1673 +"175479",54467,63077,3,919,2778 +"175480",54467,67266,3,919,2010 +"175481",54467,69335,3,919,2698 +"175482",54467,80301,3,919,1690 +"175483",54467,88324,3,919,1080 +"175484",54467,90709,3,919,1080 +"175485",54467,101367,3,919,974 +"175486",54488,4249,3,2357,2547 +"175487",54488,4784,3,2357,2511 +"175488",54488,6223,3,2357,2363 +"175489",54488,6747,3,2357,2913 +"175490",54488,21920,3,2357,2367 +"175491",54508,14,3,187,1793 +"175492",54508,312,3,187,2038 +"175493",54508,1044,3,187,880 +"175494",54508,2424,3,187,2582 +"175495",54508,2533,3,187,2016 +"175496",54508,2894,3,187,1291 +"175497",54508,3305,3,187,2839 +"175498",54508,3351,3,187,192 +"175499",54508,5785,3,187,1261 +"175500",54508,6222,3,187,1949 +"175501",54508,7992,3,187,2033 +"175502",54508,8762,3,187,2585 +"175503",54508,9650,2,187,1167 +"175504",54508,11006,3,187,1950 +"175505",54508,13573,3,187,2774 +"175506",54508,14482,3,187,1573 +"175507",54508,14959,3,187,2898 +"175508",54508,15713,3,187,1646 +"175509",54508,16201,3,187,1811 +"175510",54508,17520,3,187,2276 +"175511",54508,18567,3,187,919 +"175512",54508,19719,3,187,2177 +"175513",54508,20311,3,187,1981 +"175514",54508,21198,3,187,935 +"175515",54508,23726,3,187,2434 +"175516",54508,25577,3,187,1946 +"175517",54508,25680,3,187,1618 +"175518",54508,25874,3,187,2088 +"175519",54508,25950,3,187,1618 +"175520",54508,28130,3,187,908 +"175521",54508,28752,3,187,709 +"175522",54508,29095,3,187,2531 +"175523",54508,30883,2,187,1629 +"175524",54508,31050,3,187,1491 +"175525",54508,32064,3,187,1739 +"175526",54508,33801,3,187,2899 +"175527",54508,36021,3,187,192 +"175528",54508,36862,3,187,2655 +"175529",54508,38019,3,187,1870 +"175530",54508,38921,3,187,1880 +"175531",54508,47585,3,187,794 +"175532",54508,50487,2,187,744 +"175533",54508,51338,3,187,1013 +"175534",54508,51616,3,187,761 +"175535",54508,52323,3,187,2148 +"175536",54508,52576,3,187,2234 +"175537",54508,53475,3,187,2853 +"175538",54508,53604,3,187,2489 +"175539",54508,54522,3,187,699 +"175540",54508,62538,3,187,1656 +"175541",54508,76127,3,187,910 +"175542",54508,79371,3,187,1624 +"175543",54508,80826,2,187,1251 +"175544",54522,1355,3,699,2473 +"175545",54522,1428,3,699,742 +"175546",54522,2894,3,699,1291 +"175547",54522,5239,3,699,2875 +"175548",54522,5785,2,699,1261 +"175549",54522,6222,3,699,1949 +"175550",54522,7196,3,699,1508 +"175551",54522,11694,3,699,1564 +"175552",54522,13979,3,699,1559 +"175553",54522,14482,3,699,1573 +"175554",54522,14655,3,699,2559 +"175555",54522,14959,3,699,2898 +"175556",54522,16539,3,699,1947 +"175557",54522,16896,3,699,2223 +"175558",54522,17520,3,699,2276 +"175559",54522,19621,3,699,725 +"175560",54522,20311,3,699,1981 +"175561",54522,23319,3,699,2867 +"175562",54522,25680,3,699,1618 +"175563",54522,25950,3,699,1618 +"175564",54522,26582,2,699,2772 +"175565",54522,27694,3,699,2030 +"175566",54522,27860,2,699,1588 +"175567",54522,28130,2,699,908 +"175568",54522,28131,3,699,1492 +"175569",54522,29095,3,699,2531 +"175570",54522,30150,3,699,1704 +"175571",54522,30883,2,699,1629 +"175572",54522,31243,3,699,1355 +"175573",54522,33010,3,699,2189 +"175574",54522,33801,3,699,2899 +"175575",54522,38921,3,699,1880 +"175576",54522,45136,3,699,877 +"175577",54522,50382,3,699,2244 +"175578",54522,50487,2,699,744 +"175579",54522,51616,2,699,761 +"175580",54522,52457,3,699,849 +"175581",54522,62538,3,699,1656 +"175582",54522,64502,3,699,1670 +"175583",54522,78184,3,699,937 +"175584",54522,79371,3,699,1624 +"175585",54522,87720,2,699,2086 +"175586",54522,89826,3,699,2033 +"175587",54522,96911,3,699,956 +"175588",54523,2,2,1935,2796 +"175589",54523,5119,3,1935,2220 +"175590",54523,9332,2,1935,2734 +"175591",54523,12361,3,1935,2732 +"175592",54523,18005,3,1935,2449 +"175593",54523,20984,2,1935,2502 +"175594",54523,26124,3,1935,2356 +"175595",54523,26642,3,1935,2952 +"175596",54523,28051,3,1935,2089 +"175597",54523,28837,3,1935,2286 +"175598",54523,31542,3,1935,2459 +"175599",54523,49712,3,1935,1937 +"175600",54523,53687,1,1935,2422 +"175601",54551,270,2,2348,2542 +"175602",54551,1226,3,2348,2353 +"175603",54551,1315,3,2348,2760 +"175604",54551,2289,3,2348,2389 +"175605",54551,2424,3,2348,2582 +"175606",54551,2484,3,2348,2389 +"175607",54551,3477,3,2348,2546 +"175608",54551,3493,3,2348,2451 +"175609",54551,3966,3,2348,2425 +"175610",54551,6063,3,2348,2349 +"175611",54551,6074,3,2348,2426 +"175612",54551,7234,2,2348,2654 +"175613",54551,10890,3,2348,2639 +"175614",54551,11477,3,2348,2724 +"175615",54551,11966,3,2348,2385 +"175616",54551,14507,3,2348,2686 +"175617",54551,14655,3,2348,2559 +"175618",54551,15184,3,2348,2396 +"175619",54551,16332,3,2348,2668 +"175620",54551,16352,3,2348,2657 +"175621",54551,16826,2,2348,2599 +"175622",54551,17264,3,2348,2528 +"175623",54551,18394,3,2348,2356 +"175624",54551,19027,3,2348,2721 +"175625",54551,19248,3,2348,2357 +"175626",54551,19622,2,2348,2371 +"175627",54551,19862,3,2348,2412 +"175628",54551,20124,2,2348,2376 +"175629",54551,21571,3,2348,2755 +"175630",54551,22326,3,2348,2818 +"175631",54551,23725,1,2348,2378 +"175632",54551,24825,3,2348,2686 +"175633",54551,25305,3,2348,2447 +"175634",54551,25971,3,2348,2608 +"175635",54551,26080,3,2348,2525 +"175636",54551,26436,3,2348,2489 +"175637",54551,26848,2,2348,2363 +"175638",54551,27753,3,2348,2750 +"175639",54551,29580,3,2348,2776 +"175640",54551,31436,3,2348,2892 +"175641",54551,32567,3,2348,2784 +"175642",54551,33223,3,2348,2397 +"175643",54551,34480,1,2348,2755 +"175644",54551,34735,3,2348,2767 +"175645",54551,35926,3,2348,2371 +"175646",54551,38227,3,2348,2511 +"175647",54551,39906,3,2348,2365 +"175648",54551,42216,3,2348,2722 +"175649",54551,43455,3,2348,2846 +"175650",54551,43518,3,2348,2680 +"175651",54551,44676,2,2348,2629 +"175652",54551,50134,3,2348,2674 +"175653",54551,50785,3,2348,2877 +"175654",54551,51041,3,2348,2606 +"175655",54551,54740,3,2348,2750 +"175656",54551,54929,3,2348,2783 +"175657",54551,56082,2,2348,2395 +"175658",54551,56237,3,2348,2625 +"175659",54551,61982,3,2348,2725 +"175660",54551,62841,3,2348,2710 +"175661",54551,64793,3,2348,2819 +"175662",54551,72207,2,2348,2430 +"175663",54551,72326,2,2348,2384 +"175664",54551,76048,3,2348,2373 +"175665",54551,79322,3,2348,2770 +"175666",54551,82929,2,2348,2475 +"175667",54551,83396,3,2348,2396 +"175668",54552,106419,1,481,1411 +"175669",54631,160,3,1531,2007 +"175670",54631,5845,3,1531,1552 +"175671",54631,8259,3,1531,1677 +"175672",54631,9331,3,1531,2269 +"175673",54631,9423,3,1531,1708 +"175674",54631,13200,2,1531,2488 +"175675",54631,14918,3,1531,2071 +"175676",54631,17221,2,1531,2487 +"175677",54631,17351,2,1531,2036 +"175678",54631,17632,3,1531,1947 +"175679",54631,20419,3,1531,1587 +"175680",54631,24558,3,1531,2139 +"175681",54631,27509,3,1531,2067 +"175682",54631,30943,3,1531,2287 +"175683",54631,32775,1,1531,2135 +"175684",54631,34120,3,1531,2786 +"175685",54631,35477,3,1531,2703 +"175686",54631,41900,3,1531,1970 +"175687",54631,41945,3,1531,2856 +"175688",54631,44688,3,1531,2924 +"175689",54631,46042,1,1531,1692 +"175690",54631,46803,3,1531,2305 +"175691",54631,55580,3,1531,1942 +"175692",54631,73172,3,1531,2496 +"175693",54663,1592,3,1424,2006 +"175694",54663,1691,3,1424,1941 +"175695",54663,2759,3,1424,2030 +"175696",54663,3317,3,1424,2037 +"175697",54663,4066,2,1424,1736 +"175698",54663,4612,3,1424,2804 +"175699",54663,4730,2,1424,2131 +"175700",54663,5839,3,1424,2301 +"175701",54663,7433,3,1424,2255 +"175702",54663,11351,3,1424,2971 +"175703",54663,14915,3,1424,2606 +"175704",54663,18543,3,1424,2968 +"175705",54663,19718,2,1424,1702 +"175706",54663,20407,3,1424,2339 +"175707",54663,21180,3,1424,2762 +"175708",54663,21682,3,1424,2414 +"175709",54663,21741,3,1424,1574 +"175710",54663,24195,3,1424,1575 +"175711",54663,25816,3,1424,2088 +"175712",54663,30442,3,1424,2124 +"175713",54663,31541,3,1424,1500 +"175714",54663,34162,3,1424,2336 +"175715",54663,34491,3,1424,2694 +"175716",54663,35477,3,1424,2703 +"175717",54663,35620,3,1424,2092 +"175718",54663,42619,3,1424,2017 +"175719",54663,42914,3,1424,1737 +"175720",54663,43173,3,1424,2895 +"175721",54663,47384,3,1424,1639 +"175722",54663,50179,3,1424,2230 +"175723",54663,55487,3,1424,1500 +"175724",54663,55775,3,1424,2385 +"175725",54663,60979,3,1424,1758 +"175726",54663,63966,3,1424,1565 +"175727",54663,76132,3,1424,2426 +"175728",54663,76675,3,1424,1840 +"175729",54663,88232,3,1424,2881 +"175730",54676,206,2,1342,1986 +"175731",54676,307,3,1342,2530 +"175732",54676,312,3,1342,2038 +"175733",54676,543,3,1342,2203 +"175734",54676,671,3,1342,2328 +"175735",54676,733,3,1342,1653 +"175736",54676,803,3,1342,1666 +"175737",54676,1036,2,1342,1367 +"175738",54676,1046,3,1342,1881 +"175739",54676,1092,2,1342,1945 +"175740",54676,1321,3,1342,2075 +"175741",54676,1495,3,1342,2046 +"175742",54676,1691,3,1342,1941 +"175743",54676,2484,3,1342,2389 +"175744",54676,2684,3,1342,2874 +"175745",54676,2754,3,1342,1360 +"175746",54676,2766,2,1342,1920 +"175747",54676,3242,3,1342,1730 +"175748",54676,3853,3,1342,2465 +"175749",54676,4618,3,1342,2607 +"175750",54676,4763,2,1342,1960 +"175751",54676,5429,2,1342,1991 +"175752",54676,5462,3,1342,2374 +"175753",54676,5504,3,1342,2389 +"175754",54676,5669,3,1342,2502 +"175755",54676,5725,3,1342,2789 +"175756",54676,6390,3,1342,2385 +"175757",54676,6417,3,1342,1675 +"175758",54676,7013,3,1342,2040 +"175759",54676,7078,3,1342,2344 +"175760",54676,7323,3,1342,2858 +"175761",54676,8533,3,1342,2251 +"175762",54676,8621,3,1342,1681 +"175763",54676,9893,2,1342,2701 +"175764",54676,10404,3,1342,2062 +"175765",54676,10638,3,1342,2692 +"175766",54676,10874,2,1342,1891 +"175767",54676,11055,2,1342,2111 +"175768",54676,11620,3,1342,2010 +"175769",54676,13639,3,1342,2887 +"175770",54676,13732,3,1342,2789 +"175771",54676,13925,3,1342,1515 +"175772",54676,14888,3,1342,1411 +"175773",54676,15184,1,1342,2396 +"175774",54676,15539,3,1342,1929 +"175775",54676,15626,3,1342,2434 +"175776",54676,15716,3,1342,1991 +"175777",54676,17997,3,1342,1621 +"175778",54676,19027,1,1342,2721 +"175779",54676,19248,3,1342,2357 +"175780",54676,19528,3,1342,2742 +"175781",54676,20563,3,1342,2267 +"175782",54676,20700,2,1342,2861 +"175783",54676,20824,3,1342,1366 +"175784",54676,21225,3,1342,1945 +"175785",54676,21706,3,1342,1988 +"175786",54676,26436,3,1342,2489 +"175787",54676,26516,3,1342,2479 +"175788",54676,26570,3,1342,1669 +"175789",54676,26608,3,1342,2329 +"175790",54676,26865,3,1342,2726 +"175791",54676,27501,3,1342,1981 +"175792",54676,27753,3,1342,2750 +"175793",54676,28218,3,1342,2048 +"175794",54676,30081,3,1342,2403 +"175795",54676,30438,3,1342,1617 +"175796",54676,31799,2,1342,2547 +"175797",54676,33160,3,1342,2441 +"175798",54676,34492,3,1342,1798 +"175799",54676,35529,3,1342,1620 +"175800",54676,37570,3,1342,2389 +"175801",54676,38449,3,1342,1802 +"175802",54676,38869,3,1342,1675 +"175803",54676,40432,3,1342,1956 +"175804",54676,41625,3,1342,1794 +"175805",54676,42574,3,1342,2842 +"175806",54676,46039,3,1342,1794 +"175807",54676,47386,3,1342,2226 +"175808",54676,48242,3,1342,1690 +"175809",54676,50252,3,1342,2001 +"175810",54676,51022,3,1342,1499 +"175811",54676,51853,3,1342,2520 +"175812",54676,54695,3,1342,2429 +"175813",54676,54740,3,1342,2750 +"175814",54676,55156,3,1342,2196 +"175815",54676,56464,3,1342,2488 +"175816",54676,57077,3,1342,1885 +"175817",54676,57977,2,1342,2683 +"175818",54676,58035,3,1342,1646 +"175819",54676,58427,3,1342,2234 +"175820",54676,62488,2,1342,1418 +"175821",54676,64181,3,1342,1828 +"175822",54676,65029,2,1342,2954 +"175823",54676,69591,3,1342,2294 +"175824",54676,71702,3,1342,2353 +"175825",54676,77993,3,1342,1497 +"175826",54676,78563,3,1342,2385 +"175827",54676,86799,3,1342,1951 +"175828",54676,88966,2,1342,1568 +"175829",54695,307,3,2429,2530 +"175830",54695,1355,3,2429,2473 +"175831",54695,2684,3,2429,2874 +"175832",54695,3164,3,2429,2693 +"175833",54695,5239,3,2429,2875 +"175834",54695,9893,3,2429,2701 +"175835",54695,11351,3,2429,2971 +"175836",54695,19027,3,2429,2721 +"175837",54695,20292,3,2429,2755 +"175838",54695,21406,3,2429,2714 +"175839",54695,23132,3,2429,2756 +"175840",54695,27275,3,2429,2656 +"175841",54695,33801,3,2429,2899 +"175842",54695,42574,2,2429,2842 +"175843",54695,48605,3,2429,2796 +"175844",54695,50248,3,2429,2781 +"175845",54695,51041,3,2429,2606 +"175846",54695,53475,3,2429,2853 +"175847",54695,53519,2,2429,2781 +"175848",54695,61982,3,2429,2725 +"175849",54695,62841,3,2429,2710 +"175850",54695,67150,3,2429,2633 +"175851",54695,67652,3,2429,2736 +"175852",54715,762,3,499,2671 +"175853",54715,4889,2,499,1501 +"175854",54715,5716,3,499,1058 +"175855",54715,6274,3,499,1035 +"175856",54715,6417,3,499,1675 +"175857",54715,8060,3,499,1883 +"175858",54715,11477,3,499,2724 +"175859",54715,14072,2,499,1346 +"175860",54715,14855,3,499,903 +"175861",54715,14972,1,499,2332 +"175862",54715,15962,3,499,660 +"175863",54715,16352,3,499,2657 +"175864",54715,17381,1,499,1697 +"175865",54715,18348,3,499,1711 +"175866",54715,19528,3,499,2742 +"175867",54715,21246,3,499,1612 +"175868",54715,22141,3,499,2348 +"175869",54715,23310,3,499,2371 +"175870",54715,26659,3,499,903 +"175871",54715,28002,3,499,914 +"175872",54715,30334,3,499,2075 +"175873",54715,32939,3,499,2277 +"175874",54715,33588,3,499,1040 +"175875",54715,35518,3,499,1721 +"175876",54715,36691,3,499,1903 +"175877",54715,37636,3,499,2178 +"175878",54715,38602,3,499,2693 +"175879",54715,40392,3,499,1878 +"175880",54715,43635,3,499,1196 +"175881",54715,44720,2,499,1202 +"175882",54715,46642,3,499,999 +"175883",54715,46717,3,499,938 +"175884",54715,48548,1,499,826 +"175885",54715,51783,3,499,2599 +"175886",54715,57804,3,499,2214 +"175887",54715,74290,2,499,1513 +"175888",54715,80219,2,499,988 +"175889",54715,81478,3,499,1640 +"175890",54715,82426,3,499,1576 +"175891",54715,87638,3,499,1114 +"175892",54715,99273,3,499,825 +"175893",54715,113736,3,499,1514 +"175894",54737,267,3,326,2631 +"175895",54737,1222,2,326,2598 +"175896",54737,1785,3,326,2350 +"175897",54737,2272,3,326,1640 +"175898",54737,2443,2,326,2333 +"175899",54737,2588,3,326,552 +"175900",54737,2802,2,326,1836 +"175901",54737,3324,2,326,1198 +"175902",54737,3477,3,326,2546 +"175903",54737,5414,2,326,2321 +"175904",54737,6063,3,326,2349 +"175905",54737,6262,2,326,2733 +"175906",54737,6295,3,326,856 +"175907",54737,6432,3,326,2297 +"175908",54737,6755,3,326,2818 +"175909",54737,9269,3,326,1892 +"175910",54737,9895,3,326,1960 +"175911",54737,9910,3,326,2526 +"175912",54737,9948,3,326,2019 +"175913",54737,10279,3,326,886 +"175914",54737,11897,2,326,1271 +"175915",54737,12116,3,326,2119 +"175916",54737,12735,3,326,819 +"175917",54737,12779,3,326,936 +"175918",54737,12914,3,326,1557 +"175919",54737,13150,3,326,1570 +"175920",54737,13671,3,326,1371 +"175921",54737,15047,2,326,1697 +"175922",54737,15582,3,326,598 +"175923",54737,15926,3,326,545 +"175924",54737,16538,3,326,704 +"175925",54737,16590,3,326,1123 +"175926",54737,17884,3,326,1677 +"175927",54737,17999,3,326,2758 +"175928",54737,18217,3,326,1566 +"175929",54737,18466,2,326,2340 +"175930",54737,18610,3,326,2141 +"175931",54737,19002,3,326,2053 +"175932",54737,19190,2,326,2677 +"175933",54737,19358,1,326,880 +"175934",54737,20604,2,326,1684 +"175935",54737,20695,3,326,2526 +"175936",54737,21044,3,326,1574 +"175937",54737,21290,3,326,894 +"175938",54737,22207,3,326,2365 +"175939",54737,22462,3,326,869 +"175940",54737,24044,3,326,1076 +"175941",54737,24421,3,326,1324 +"175942",54737,25345,3,326,713 +"175943",54737,26138,3,326,1902 +"175944",54737,26698,3,326,1963 +"175945",54737,27512,3,326,947 +"175946",54737,28914,3,326,580 +"175947",54737,30697,3,326,2891 +"175948",54737,31295,3,326,2183 +"175949",54737,31705,2,326,2706 +"175950",54737,32070,1,326,950 +"175951",54737,32939,3,326,2277 +"175952",54737,32966,3,326,1583 +"175953",54737,33223,3,326,2397 +"175954",54737,33278,3,326,1591 +"175955",54737,34331,3,326,1727 +"175956",54737,36215,3,326,1623 +"175957",54737,36662,3,326,2967 +"175958",54737,37332,2,326,1891 +"175959",54737,38274,3,326,1181 +"175960",54737,38697,2,326,2701 +"175961",54737,40542,3,326,1664 +"175962",54737,40565,3,326,2115 +"175963",54737,42259,3,326,1235 +"175964",54737,42280,3,326,2266 +"175965",54737,43311,3,326,1553 +"175966",54737,43768,3,326,1468 +"175967",54737,44403,3,326,2429 +"175968",54737,45585,3,326,2384 +"175969",54737,46568,1,326,822 +"175970",54737,46581,3,326,1160 +"175971",54737,48931,3,326,2444 +"175972",54737,49403,2,326,2427 +"175973",54737,49708,3,326,1147 +"175974",54737,50678,3,326,1366 +"175975",54737,51678,2,326,1077 +"175976",54737,53082,3,326,2328 +"175977",54737,53648,3,326,2167 +"175978",54737,54061,3,326,1488 +"175979",54737,55261,3,326,1915 +"175980",54737,56168,1,326,1466 +"175981",54737,56364,3,326,1626 +"175982",54737,57037,3,326,2293 +"175983",54737,57804,3,326,2214 +"175984",54737,63525,3,326,2741 +"175985",54737,63631,2,326,763 +"175986",54737,65515,3,326,677 +"175987",54737,66017,2,326,1545 +"175988",54737,66756,3,326,1301 +"175989",54737,69453,3,326,2831 +"175990",54737,76295,3,326,1001 +"175991",54737,76796,3,326,1140 +"175992",54737,76997,2,326,2223 +"175993",54737,77550,2,326,1548 +"175994",54737,79772,2,326,1230 +"175995",54737,79793,2,326,1915 +"175996",54737,80801,3,326,1250 +"175997",54737,82270,3,326,1641 +"175998",54737,82917,3,326,2371 +"175999",54737,83334,1,326,1708 +"176000",54737,84591,3,326,1685 +"176001",54737,84601,3,326,802 +"176002",54737,87901,3,326,849 +"176003",54737,87915,3,326,1152 +"176004",54737,89329,3,326,517 +"176005",54737,90633,2,326,990 +"176006",54737,94339,2,326,2768 +"176007",54737,95998,3,326,1250 +"176008",54737,97706,3,326,1121 +"176009",54737,99194,3,326,1271 +"176010",54737,101381,3,326,977 +"176011",54737,101666,3,326,1257 +"176012",54737,103482,3,326,435 +"176013",54737,104161,2,326,613 +"176014",54737,106330,3,326,2559 +"176015",54737,107435,3,326,1635 +"176016",54737,108620,3,326,881 +"176017",54737,112814,2,326,546 +"176018",54740,20700,3,2750,2861 +"176019",54740,64793,2,2750,2819 +"176020",54761,6044,3,1267,2744 +"176021",54761,22403,3,1267,1630 +"176022",54761,41972,3,1267,2509 +"176023",54761,76603,3,1267,1300 +"176024",54775,2036,3,2383,2483 +"176025",54775,2852,3,2383,2448 +"176026",54775,3493,3,2383,2451 +"176027",54775,3978,3,2383,2775 +"176028",54775,4303,3,2383,2414 +"176029",54775,4669,3,2383,2395 +"176030",54775,6989,3,2383,2623 +"176031",54775,7252,3,2383,2799 +"176032",54775,8760,3,2383,2477 +"176033",54775,9332,3,2383,2734 +"176034",54775,9787,3,2383,2858 +"176035",54775,12361,3,2383,2732 +"176036",54775,12948,3,2383,2669 +"176037",54775,16866,3,2383,2718 +"176038",54775,17033,3,2383,2771 +"176039",54775,18005,3,2383,2449 +"176040",54775,18865,3,2383,2676 +"176041",54775,19655,3,2383,2706 +"176042",54775,20984,2,2383,2502 +"176043",54775,23498,3,2383,2398 +"176044",54775,27742,3,2383,2700 +"176045",54775,27914,2,2383,2507 +"176046",54775,28869,3,2383,2425 +"176047",54775,29473,2,2383,2602 +"176048",54775,45729,3,2383,2606 +"176049",54775,45869,3,2383,2840 +"176050",54775,50585,3,2383,2414 +"176051",54775,51144,3,2383,2466 +"176052",54775,56082,3,2383,2395 +"176053",54775,58655,2,2383,2685 +"176054",54775,62626,3,2383,2787 +"176055",54775,64947,3,2383,2489 +"176056",54775,71531,3,2383,2887 +"176057",54782,341,3,565,2689 +"176058",54782,841,3,565,2964 +"176059",54782,2959,3,565,1785 +"176060",54782,4646,3,565,2139 +"176061",54782,5484,3,565,582 +"176062",54782,5614,3,565,2122 +"176063",54782,6359,3,565,1239 +"176064",54782,9504,3,565,2549 +"176065",54782,31541,3,565,1500 +"176066",54782,34491,3,565,2694 +"176067",54782,38422,3,565,1019 +"176068",54782,38532,3,565,1234 +"176069",54782,38975,3,565,1999 +"176070",54782,39337,3,565,775 +"176071",54782,43961,3,565,2443 +"176072",54782,44564,2,565,2034 +"176073",54782,47654,3,565,1664 +"176074",54782,50520,3,565,1205 +"176075",54782,54663,3,565,1424 +"176076",54782,55487,3,565,1500 +"176077",54782,58229,3,565,1202 +"176078",54782,59627,2,565,1466 +"176079",54782,59726,3,565,1513 +"176080",54782,64967,3,565,2872 +"176081",54782,66609,2,565,998 +"176082",54782,67604,3,565,2075 +"176083",54782,68837,3,565,652 +"176084",54782,85690,3,565,1229 +"176085",54782,85869,3,565,1509 +"176086",54782,93930,3,565,1268 +"176087",54782,100860,3,565,2326 +"176088",54782,102587,2,565,913 +"176089",54782,111855,3,565,1909 +"176090",54782,114504,3,565,1937 +"176091",54816,393,2,592,643 +"176092",54816,1785,3,592,2350 +"176093",54816,2370,3,592,1600 +"176094",54816,2506,3,592,954 +"176095",54816,2737,3,592,607 +"176096",54816,2927,3,592,1789 +"176097",54816,3068,3,592,1815 +"176098",54816,3158,3,592,2762 +"176099",54816,4249,2,592,2547 +"176100",54816,4784,3,592,2511 +"176101",54816,6020,2,592,1864 +"176102",54816,6223,2,592,2363 +"176103",54816,6747,2,592,2913 +"176104",54816,8607,3,592,1685 +"176105",54816,13034,3,592,698 +"176106",54816,13595,3,592,1164 +"176107",54816,14172,3,592,1923 +"176108",54816,14470,3,592,2632 +"176109",54816,14957,3,592,2306 +"176110",54816,15782,2,592,2306 +"176111",54816,16910,3,592,1978 +"176112",54816,17531,3,592,876 +"176113",54816,17695,3,592,1930 +"176114",54816,21358,2,592,1970 +"176115",54816,21920,3,592,2367 +"176116",54816,28648,2,592,1586 +"176117",54816,31950,3,592,2217 +"176118",54816,34274,3,592,1437 +"176119",54816,36840,3,592,2269 +"176120",54816,41489,3,592,2006 +"176121",54816,42390,3,592,2937 +"176122",54816,45297,3,592,1864 +"176123",54816,46049,2,592,2102 +"176124",54816,48823,2,592,2080 +"176125",54816,49029,3,592,647 +"176126",54816,50468,3,592,1659 +"176127",54816,52179,1,592,1572 +"176128",54816,54488,1,592,2357 +"176129",54816,55493,2,592,869 +"176130",54816,79639,3,592,1013 +"176131",54816,84235,3,592,1639 +"176132",54816,92366,3,592,1434 +"176133",54816,93642,3,592,1120 +"176134",54816,95879,3,592,1748 +"176135",54816,105887,3,592,615 +"176136",54846,489,3,193,2652 +"176137",54846,1175,3,193,1642 +"176138",54846,3477,3,193,2546 +"176139",54846,3495,3,193,2431 +"176140",54846,3751,3,193,1358 +"176141",54846,4504,3,193,1905 +"176142",54846,6063,3,193,2349 +"176143",54846,6366,3,193,798 +"176144",54846,6417,3,193,1675 +"176145",54846,6877,3,193,867 +"176146",54846,6914,3,193,2668 +"176147",54846,8821,3,193,2230 +"176148",54846,10222,3,193,2212 +"176149",54846,11576,3,193,808 +"176150",54846,12735,3,193,819 +"176151",54846,12779,2,193,936 +"176152",54846,13899,3,193,2650 +"176153",54846,18217,3,193,1566 +"176154",54846,18874,3,193,2170 +"176155",54846,19317,3,193,2041 +"176156",54846,20162,3,193,2328 +"176157",54846,20343,3,193,851 +"176158",54846,22462,3,193,869 +"176159",54846,23403,3,193,607 +"176160",54846,24198,3,193,2217 +"176161",54846,25241,3,193,1233 +"176162",54846,29115,3,193,1047 +"176163",54846,33223,3,193,2397 +"176164",54846,35187,3,193,2488 +"176165",54846,35481,3,193,2211 +"176166",54846,37301,2,193,2160 +"176167",54846,38694,3,193,817 +"176168",54846,40542,3,193,1664 +"176169",54846,53846,3,193,2737 +"176170",54846,56639,2,193,643 +"176171",54846,58414,3,193,880 +"176172",54846,61785,3,193,822 +"176173",54846,70605,3,193,1176 +"176174",54846,73786,3,193,2937 +"176175",54846,105685,3,193,2469 +"176176",54855,600,3,1525,1702 +"176177",54855,675,3,1525,1686 +"176178",54855,913,3,1525,2144 +"176179",54855,1136,3,1525,2536 +"176180",54855,1691,3,1525,1941 +"176181",54855,3520,3,1525,2281 +"176182",54855,3878,3,1525,1890 +"176183",54855,4687,3,1525,2152 +"176184",54855,6390,2,1525,2385 +"176185",54855,6491,3,1525,2424 +"176186",54855,7515,3,1525,2737 +"176187",54855,9362,3,1525,2879 +"176188",54855,9432,2,1525,1693 +"176189",54855,11516,1,1525,1937 +"176190",54855,12199,2,1525,1651 +"176191",54855,12724,3,1525,1930 +"176192",54855,13068,3,1525,1778 +"176193",54855,17698,3,1525,1559 +"176194",54855,19322,2,1525,2048 +"176195",54855,21352,3,1525,1604 +"176196",54855,23132,3,1525,2756 +"176197",54855,24568,2,1525,1937 +"176198",54855,25816,3,1525,2088 +"176199",54855,27391,3,1525,2378 +"176200",54855,28303,3,1525,2089 +"176201",54855,31235,3,1525,2668 +"176202",54855,34160,3,1525,1759 +"176203",54855,35302,3,1525,1589 +"176204",54855,39189,3,1525,2319 +"176205",54855,40369,3,1525,2735 +"176206",54855,47445,2,1525,2668 +"176207",54855,62219,1,1525,2494 +"176208",54855,63409,2,1525,1937 +"176209",54855,64181,3,1525,1828 +"176210",54855,64997,2,1525,2791 +"176211",54855,79804,3,1525,2227 +"176212",54855,80429,3,1525,1927 +"176213",54855,83907,3,1525,2056 +"176214",54855,86245,3,1525,1972 +"176215",54855,91772,3,1525,2233 +"176216",54855,104611,3,1525,1623 +"176217",54855,107649,3,1525,1573 +"176218",54857,288,2,849,947 +"176219",54857,2743,3,849,1278 +"176220",54857,2754,3,849,1360 +"176221",54857,30857,3,849,863 +"176222",54857,67222,2,849,1332 +"176223",54857,72334,3,849,2820 +"176224",54879,2093,3,2210,2459 +"176225",54879,2289,3,2210,2389 +"176226",54879,2572,3,2210,2273 +"176227",54879,3011,2,2210,2278 +"176228",54879,3460,3,2210,2530 +"176229",54879,3765,3,2210,2775 +"176230",54879,3896,3,2210,2693 +"176231",54879,3961,3,2210,2426 +"176232",54879,4701,2,2210,2401 +"176233",54879,4953,3,2210,2285 +"176234",54879,5041,3,2210,2371 +"176235",54879,5350,3,2210,2522 +"176236",54879,8327,2,2210,2527 +"176237",54879,9311,3,2210,2477 +"176238",54879,9928,3,2210,2345 +"176239",54879,9979,3,2210,2238 +"176240",54879,10358,2,2210,2294 +"176241",54879,10843,3,2210,2277 +"176242",54879,10857,3,2210,2253 +"176243",54879,11218,2,2210,2292 +"176244",54879,12042,2,2210,2345 +"176245",54879,13601,2,2210,2689 +"176246",54879,15444,3,2210,2764 +"176247",54879,15626,3,2210,2434 +"176248",54879,16352,3,2210,2657 +"176249",54879,17400,3,2210,2231 +"176250",54879,17561,3,2210,2286 +"176251",54879,17790,3,2210,2783 +"176252",54879,20407,3,2210,2339 +"176253",54879,21248,3,2210,2232 +"176254",54879,23725,3,2210,2378 +"176255",54879,24721,2,2210,2326 +"176256",54879,25480,2,2210,2747 +"176257",54879,25569,3,2210,2317 +"176258",54879,25610,3,2210,2328 +"176259",54879,26080,3,2210,2525 +"176260",54879,26721,3,2210,2586 +"176261",54879,29073,3,2210,2328 +"176262",54879,29280,3,2210,2499 +"176263",54879,29899,3,2210,2375 +"176264",54879,30081,3,2210,2403 +"176265",54879,30366,3,2210,2532 +"176266",54879,32919,3,2210,2321 +"176267",54879,33433,2,2210,2805 +"176268",54879,34735,3,2210,2767 +"176269",54879,35888,2,2210,2291 +"176270",54879,35926,3,2210,2371 +"176271",54879,36646,3,2210,2744 +"176272",54879,36962,3,2210,2861 +"176273",54879,37279,3,2210,2768 +"176274",54879,38727,3,2210,2238 +"176275",54879,38755,3,2210,2902 +"176276",54879,39512,3,2210,2644 +"176277",54879,39556,2,2210,2747 +"176278",54879,41770,3,2210,2752 +"176279",54879,41972,3,2210,2509 +"176280",54879,42333,3,2210,2234 +"176281",54879,42642,2,2210,2257 +"176282",54879,46099,3,2210,2360 +"176283",54879,47877,3,2210,2970 +"176284",54879,49110,3,2210,2938 +"176285",54879,50480,3,2210,2701 +"176286",54879,51055,3,2210,2558 +"176287",54879,51089,2,2210,2426 +"176288",54879,51866,3,2210,2411 +"176289",54879,54551,3,2210,2348 +"176290",54879,54929,3,2210,2783 +"176291",54879,55643,3,2210,2359 +"176292",54879,55652,3,2210,2795 +"176293",54879,56920,3,2210,2548 +"176294",54879,57732,2,2210,2454 +"176295",54879,59113,3,2210,2434 +"176296",54879,60516,3,2210,2257 +"176297",54879,63395,3,2210,2334 +"176298",54879,64699,3,2210,2797 +"176299",54879,87110,3,2210,2801 +"176300",54879,91579,3,2210,2510 +"176301",54879,92513,2,2210,2282 +"176302",54879,102186,3,2210,2937 +"176303",54890,1780,1,877,1375 +"176304",54890,2120,2,877,1133 +"176305",54890,2747,2,877,2411 +"176306",54890,2852,3,877,2448 +"176307",54890,4916,2,877,1970 +"176308",54890,5346,3,877,1438 +"176309",54890,5897,3,877,2337 +"176310",54890,8062,3,877,2858 +"176311",54890,8395,3,877,896 +"176312",54890,8604,3,877,2799 +"176313",54890,9703,3,877,1845 +"176314",54890,10129,3,877,2124 +"176315",54890,10350,3,877,1163 +"176316",54890,10453,3,877,1656 +"176317",54890,10638,3,877,2692 +"176318",54890,11588,3,877,2352 +"176319",54890,12067,3,877,1213 +"176320",54890,13065,2,877,1561 +"176321",54890,13184,3,877,977 +"176322",54890,13920,3,877,1709 +"176323",54890,14749,3,877,1998 +"176324",54890,14998,3,877,1553 +"176325",54890,15207,3,877,1855 +"176326",54890,15826,2,877,2772 +"176327",54890,17257,3,877,1117 +"176328",54890,17973,3,877,2837 +"176329",54890,18124,3,877,1642 +"176330",54890,18978,3,877,952 +"176331",54890,20155,3,877,1517 +"176332",54890,21209,3,877,2184 +"176333",54890,23488,3,877,1523 +"176334",54890,24176,2,877,1986 +"176335",54890,27008,2,877,911 +"176336",54890,27742,3,877,2700 +"176337",54890,27908,3,877,2576 +"176338",54890,29116,3,877,2128 +"176339",54890,33870,3,877,955 +"176340",54890,34478,3,877,2265 +"176341",54890,35589,3,877,983 +"176342",54890,36136,3,877,2338 +"176343",54890,38457,3,877,1630 +"176344",54890,40226,3,877,880 +"176345",54890,40747,3,877,958 +"176346",54890,41023,3,877,2408 +"176347",54890,44181,3,877,1034 +"176348",54890,44433,3,877,2224 +"176349",54890,44603,3,877,2748 +"176350",54890,49450,3,877,1328 +"176351",54890,51151,3,877,1195 +"176352",54890,51223,3,877,2153 +"176353",54890,54388,3,877,1257 +"176354",54890,58745,3,877,1920 +"176355",54890,63077,2,877,2778 +"176356",54890,65696,3,877,998 +"176357",54890,66911,3,877,1920 +"176358",54890,73474,3,877,1309 +"176359",54890,78098,3,877,1108 +"176360",54890,78842,3,877,904 +"176361",54890,84574,2,877,958 +"176362",54890,91849,3,877,1166 +"176363",54890,94520,3,877,1243 +"176364",54890,96425,3,877,2007 +"176365",54890,102566,3,877,2207 +"176366",54903,37238,3,2493,2609 +"176367",54903,41945,3,2493,2856 +"176368",54903,43455,3,2493,2846 +"176369",54903,49147,3,2493,2539 +"176370",54924,14959,3,2603,2898 +"176371",54924,42256,3,2603,2839 +"176372",54924,61337,3,2603,2777 +"176373",54929,13760,2,2783,2871 +"176374",54929,16195,3,2783,2964 +"176375",54929,17852,3,2783,2840 +"176376",54929,21138,3,2783,2849 +"176377",54929,25325,3,2783,2963 +"176378",54929,26749,3,2783,2965 +"176379",54929,28296,3,2783,2944 +"176380",54929,32567,3,2783,2784 +"176381",54929,33801,3,2783,2899 +"176382",54929,36962,3,2783,2861 +"176383",54929,47529,3,2783,2914 +"176384",54929,49110,3,2783,2938 +"176385",54929,53293,3,2783,2916 +"176386",54929,53475,3,2783,2853 +"176387",54929,57765,3,2783,2893 +"176388",54953,55,3,2223,2524 +"176389",54953,3506,2,2223,2364 +"176390",54953,4403,3,2223,2416 +"176391",54953,4953,3,2223,2285 +"176392",54953,6621,3,2223,2478 +"176393",54953,15008,2,2223,2338 +"176394",54953,15729,2,2223,2338 +"176395",54953,17925,3,2223,2385 +"176396",54953,24256,3,2223,2393 +"176397",54953,29930,3,2223,2240 +"176398",54953,31159,3,2223,2231 +"176399",54953,31705,3,2223,2706 +"176400",54953,38307,3,2223,2648 +"176401",54953,39464,2,2223,2314 +"176402",54953,42783,2,2223,2338 +"176403",54953,43455,3,2223,2846 +"176404",54953,45239,3,2223,2535 +"176405",54953,47564,3,2223,2650 +"176406",54953,47803,3,2223,2477 +"176407",54953,48931,3,2223,2444 +"176408",54978,1393,2,110,1706 +"176409",54978,2014,3,110,973 +"176410",54978,2370,3,110,1600 +"176411",54978,2407,3,110,1725 +"176412",54978,3068,2,110,1815 +"176413",54978,3506,3,110,2364 +"176414",54978,4249,3,110,2547 +"176415",54978,4723,3,110,1314 +"176416",54978,4784,2,110,2511 +"176417",54978,6020,2,110,1864 +"176418",54978,7123,3,110,1964 +"176419",54978,7900,2,110,893 +"176420",54978,7903,2,110,744 +"176421",54978,7932,2,110,789 +"176422",54978,9088,3,110,1881 +"176423",54978,9269,3,110,1892 +"176424",54978,10143,3,110,778 +"176425",54978,10610,3,110,1427 +"176426",54978,13595,3,110,1164 +"176427",54978,13712,3,110,550 +"176428",54978,14172,3,110,1923 +"176429",54978,16455,3,110,946 +"176430",54978,16866,2,110,2718 +"176431",54978,17531,3,110,876 +"176432",54978,17925,3,110,2385 +"176433",54978,18865,3,110,2676 +"176434",54978,19282,3,110,1623 +"176435",54978,21358,2,110,1970 +"176436",54978,21920,3,110,2367 +"176437",54978,22057,3,110,974 +"176438",54978,22389,3,110,2034 +"176439",54978,23280,3,110,536 +"176440",54978,28274,3,110,493 +"176441",54978,28648,2,110,1586 +"176442",54978,30850,3,110,1045 +"176443",54978,31211,3,110,433 +"176444",54978,31950,1,110,2217 +"176445",54978,31990,3,110,2264 +"176446",54978,32629,3,110,1789 +"176447",54978,32724,3,110,2581 +"176448",54978,32735,2,110,213 +"176449",54978,34274,2,110,1437 +"176450",54978,36440,3,110,704 +"176451",54978,37334,2,110,398 +"176452",54978,37765,3,110,1134 +"176453",54978,37801,3,110,2578 +"176454",54978,39627,2,110,546 +"176455",54978,40510,3,110,943 +"176456",54978,41075,3,110,1176 +"176457",54978,41489,3,110,2006 +"176458",54978,41805,3,110,199 +"176459",54978,43725,3,110,935 +"176460",54978,44312,3,110,2741 +"176461",54978,44421,3,110,956 +"176462",54978,44744,3,110,2032 +"176463",54978,45297,2,110,1864 +"176464",54978,45449,2,110,1610 +"176465",54978,45450,1,110,1590 +"176466",54978,45562,2,110,623 +"176467",54978,48254,2,110,1013 +"176468",54978,48781,2,110,954 +"176469",54978,48823,2,110,2080 +"176470",54978,48931,2,110,2444 +"176471",54978,49029,3,110,647 +"176472",54978,53293,3,110,2916 +"176473",54978,53445,3,110,2028 +"176474",54978,55018,2,110,199 +"176475",54978,55084,3,110,1189 +"176476",54978,55493,2,110,869 +"176477",54978,56026,3,110,908 +"176478",54978,57549,3,110,2335 +"176479",54978,57804,3,110,2214 +"176480",54978,60403,3,110,512 +"176481",54978,61398,3,110,2563 +"176482",54978,61921,2,110,1793 +"176483",54978,63395,3,110,2334 +"176484",54978,66017,3,110,1545 +"176485",54978,68419,3,110,654 +"176486",54978,68813,3,110,2511 +"176487",54978,78257,3,110,590 +"176488",54978,79639,2,110,1013 +"176489",54978,80186,3,110,2228 +"176490",54978,82217,3,110,2441 +"176491",54978,84235,3,110,1639 +"176492",54978,84581,3,110,1241 +"176493",54978,88063,3,110,1045 +"176494",54978,90852,3,110,764 +"176495",54978,92084,3,110,1134 +"176496",54978,92366,2,110,1434 +"176497",54978,93642,2,110,1120 +"176498",54978,95879,2,110,1748 +"176499",54978,96387,3,110,2159 +"176500",54978,100084,3,110,1964 +"176501",54978,103989,3,110,1207 +"176502",54978,105887,2,110,615 +"176503",54978,109031,3,110,523 +"176504",54978,110748,3,110,398 +"176505",54978,116484,3,110,902 +"176506",54978,116771,3,110,623 +"176507",54980,135,1,876,2233 +"176508",54980,455,2,876,2827 +"176509",54980,470,3,876,2285 +"176510",54980,600,2,876,1702 +"176511",54980,675,3,876,1686 +"176512",54980,913,3,876,2144 +"176513",54980,1044,3,876,880 +"176514",54980,1130,3,876,1566 +"176515",54980,1136,3,876,2536 +"176516",54980,1367,3,876,2176 +"176517",54980,2269,3,876,984 +"176518",54980,2424,3,876,2582 +"176519",54980,2533,3,876,2016 +"176520",54980,2954,3,876,2727 +"176521",54980,4084,3,876,2133 +"176522",54980,4191,2,876,2130 +"176523",54980,4618,3,876,2607 +"176524",54980,4790,3,876,1025 +"176525",54980,5451,3,876,1299 +"176526",54980,6428,3,876,1952 +"176527",54980,6491,3,876,2424 +"176528",54980,7245,2,876,2089 +"176529",54980,7847,3,876,2424 +"176530",54980,8533,3,876,2251 +"176531",54980,10433,3,876,2075 +"176532",54980,11434,3,876,1187 +"176533",54980,11546,3,876,1174 +"176534",54980,12863,3,876,2027 +"176535",54980,16201,3,876,1811 +"176536",54980,17357,3,876,1536 +"176537",54980,17698,3,876,1559 +"176538",54980,18415,3,876,2184 +"176539",54980,18735,3,876,1581 +"176540",54980,19113,3,876,1171 +"176541",54980,19248,3,876,2357 +"176542",54980,19719,3,876,2177 +"176543",54980,20563,3,876,2267 +"176544",54980,21198,3,876,935 +"176545",54980,22566,3,876,2308 +"176546",54980,23132,3,876,2756 +"176547",54980,23705,3,876,2699 +"176548",54980,23918,2,876,1881 +"176549",54980,24568,3,876,1937 +"176550",54980,25289,2,876,1790 +"176551",54980,25341,2,876,1858 +"176552",54980,25577,3,876,1946 +"176553",54980,25643,3,876,1646 +"176554",54980,26282,3,876,1241 +"176555",54980,26322,2,876,1018 +"176556",54980,27628,3,876,2389 +"176557",54980,27837,2,876,1315 +"176558",54980,28115,3,876,1835 +"176559",54980,28991,3,876,1688 +"176560",54980,29170,2,876,1846 +"176561",54980,29456,3,876,1182 +"176562",54980,30052,3,876,2855 +"176563",54980,31050,1,876,1491 +"176564",54980,32601,3,876,1033 +"176565",54980,32988,3,876,2008 +"176566",54980,33622,3,876,2230 +"176567",54980,34160,2,876,1759 +"176568",54980,34480,3,876,2755 +"176569",54980,34509,3,876,1973 +"176570",54980,35302,2,876,1589 +"176571",54980,38019,3,876,1870 +"176572",54980,38727,3,876,2238 +"176573",54980,40293,3,876,1671 +"176574",54980,40369,3,876,2735 +"176575",54980,41739,2,876,1339 +"176576",54980,42505,3,876,2008 +"176577",54980,42935,3,876,2400 +"176578",54980,44306,3,876,1036 +"176579",54980,45633,2,876,2134 +"176580",54980,48414,3,876,1749 +"176581",54980,49144,2,876,1542 +"176582",54980,50685,2,876,2008 +"176583",54980,51410,3,876,2739 +"176584",54980,51471,3,876,1280 +"176585",54980,52576,3,876,2234 +"176586",54980,52735,3,876,1124 +"176587",54980,52950,3,876,2716 +"176588",54980,53196,1,876,1888 +"176589",54980,54158,2,876,1756 +"176590",54980,54250,3,876,2340 +"176591",54980,55139,2,876,2323 +"176592",54980,56317,3,876,2030 +"176593",54980,58035,3,876,1646 +"176594",54980,60185,3,876,1206 +"176595",54980,61982,3,876,2725 +"176596",54980,62841,3,876,2710 +"176597",54980,63409,3,876,1937 +"176598",54980,64181,2,876,1828 +"176599",54980,64997,3,876,2791 +"176600",54980,65625,1,876,1273 +"176601",54980,65691,3,876,2134 +"176602",54980,66413,2,876,2507 +"176603",54980,67314,3,876,1051 +"176604",54980,67383,3,876,1739 +"176605",54980,72207,3,876,2430 +"176606",54980,76127,3,876,910 +"176607",54980,81781,3,876,1431 +"176608",54980,82787,3,876,1144 +"176609",54980,97160,3,876,1215 +"176610",54980,105063,2,876,1908 +"176611",54980,105947,1,876,997 +"176612",54983,6062,3,2407,2681 +"176613",54983,8327,3,2407,2527 +"176614",55018,2370,2,199,1600 +"176615",55018,2506,3,199,954 +"176616",55018,4784,3,199,2511 +"176617",55018,6020,3,199,1864 +"176618",55018,7932,3,199,789 +"176619",55018,13034,3,199,698 +"176620",55018,13712,3,199,550 +"176621",55018,16455,3,199,946 +"176622",55018,16866,3,199,2718 +"176623",55018,16935,3,199,441 +"176624",55018,21142,3,199,2414 +"176625",55018,21358,3,199,1970 +"176626",55018,21920,2,199,2367 +"176627",55018,28648,3,199,1586 +"176628",55018,31950,2,199,2217 +"176629",55018,32735,1,199,213 +"176630",55018,34274,3,199,1437 +"176631",55018,37334,3,199,398 +"176632",55018,39627,3,199,546 +"176633",55018,40510,2,199,943 +"176634",55018,41489,3,199,2006 +"176635",55018,43725,3,199,935 +"176636",55018,45297,3,199,1864 +"176637",55018,45449,2,199,1610 +"176638",55018,45450,2,199,1590 +"176639",55018,45562,1,199,623 +"176640",55018,48254,3,199,1013 +"176641",55018,48781,2,199,954 +"176642",55018,48931,3,199,2444 +"176643",55018,49029,3,199,647 +"176644",55018,55493,2,199,869 +"176645",55018,61921,3,199,1793 +"176646",55018,64737,3,199,2442 +"176647",55018,68419,3,199,654 +"176648",55018,78257,2,199,590 +"176649",55018,79639,1,199,1013 +"176650",55018,80186,1,199,2228 +"176651",55018,80273,3,199,586 +"176652",55018,84235,3,199,1639 +"176653",55018,84581,3,199,1241 +"176654",55018,90852,2,199,764 +"176655",55018,92366,1,199,1434 +"176656",55018,93642,2,199,1120 +"176657",55018,100084,2,199,1964 +"176658",55018,103989,3,199,1207 +"176659",55018,105887,2,199,615 +"176660",55018,108467,3,199,2170 +"176661",55018,116484,3,199,902 +"176662",55018,116771,2,199,623 +"176663",55025,3242,3,470,1730 +"176664",55025,8286,3,470,886 +"176665",55025,9030,3,470,1979 +"176666",55025,10474,3,470,1608 +"176667",55025,15343,3,470,2125 +"176668",55025,15500,3,470,1658 +"176669",55025,16029,3,470,1160 +"176670",55025,16164,3,470,1184 +"176671",55025,20659,3,470,1969 +"176672",55025,21225,3,470,1945 +"176673",55025,22216,3,470,1956 +"176674",55025,24789,3,470,829 +"176675",55025,32761,3,470,2680 +"176676",55025,33160,3,470,2441 +"176677",55025,36559,3,470,2473 +"176678",55025,37677,3,470,1908 +"176679",55025,38449,3,470,1802 +"176680",55025,42618,3,470,2316 +"176681",55025,44235,3,470,2700 +"176682",55025,44729,3,470,588 +"176683",55025,45727,3,470,477 +"176684",55025,47947,3,470,2681 +"176685",55025,51626,3,470,2494 +"176686",55025,52442,3,470,1269 +"176687",55025,64031,3,470,1295 +"176688",55025,70046,2,470,2624 +"176689",55025,70646,3,470,1162 +"176690",55025,71702,3,470,2353 +"176691",55025,86279,3,470,1076 +"176692",55025,89965,2,470,810 +"176693",55025,90837,3,470,825 +"176694",55056,61973,3,516,892 +"176695",55072,1702,3,612,1984 +"176696",55072,2120,3,612,1133 +"176697",55072,2139,3,612,2502 +"176698",55072,2226,3,612,2225 +"176699",55072,2429,3,612,999 +"176700",55072,2524,3,612,1708 +"176701",55072,2747,3,612,2411 +"176702",55072,3663,3,612,1232 +"176703",55072,3770,3,612,2623 +"176704",55072,5346,3,612,1438 +"176705",55072,7450,3,612,2827 +"176706",55072,9227,3,612,1267 +"176707",55072,10766,3,612,2647 +"176708",55072,11518,2,612,803 +"176709",55072,14915,3,612,2606 +"176710",55072,15207,3,612,1855 +"176711",55072,17133,3,612,924 +"176712",55072,17257,3,612,1117 +"176713",55072,22462,3,612,869 +"176714",55072,24096,3,612,2612 +"176715",55072,24264,3,612,1760 +"176716",55072,28904,3,612,926 +"176717",55072,32202,2,612,2314 +"176718",55072,32778,3,612,2310 +"176719",55072,35133,2,612,2219 +"176720",55072,40264,3,612,1418 +"176721",55072,42852,3,612,1316 +"176722",55072,45355,3,612,1450 +"176723",55072,45729,3,612,2606 +"176724",55072,46119,3,612,2084 +"176725",55072,46261,2,612,2350 +"176726",55072,51758,3,612,2310 +"176727",55072,54388,3,612,1257 +"176728",55072,61240,3,612,2651 +"176729",55072,66693,3,612,2554 +"176730",55072,76507,2,612,1437 +"176731",55072,86162,1,612,703 +"176732",55072,90709,3,612,1080 +"176733",55072,94520,3,612,1243 +"176734",55072,115618,2,612,2314 +"176735",55076,3164,3,2408,2693 +"176736",55076,6030,3,2408,2953 +"176737",55076,7759,3,2408,2844 +"176738",55076,10851,3,2408,2423 +"176739",55076,19208,3,2408,2629 +"176740",55076,24753,3,2408,2860 +"176741",55076,28168,3,2408,2702 +"176742",55076,40368,3,2408,2876 +"176743",55076,41664,3,2408,2641 +"176744",55076,42515,3,2408,2752 +"176745",55076,44135,2,2408,2620 +"176746",55076,46635,3,2408,2528 +"176747",55076,47564,3,2408,2650 +"176748",55076,49334,3,2408,2433 +"176749",55076,65434,3,2408,2866 +"176750",55082,270,3,1856,2542 +"176751",55082,913,3,1856,2144 +"176752",55082,1616,3,1856,2662 +"176753",55082,2424,2,1856,2582 +"176754",55082,2484,3,1856,2389 +"176755",55082,2533,3,1856,2016 +"176756",55082,3161,3,1856,2229 +"176757",55082,3305,3,1856,2839 +"176758",55082,4253,3,1856,1890 +"176759",55082,4583,3,1856,2741 +"176760",55082,6363,3,1856,2066 +"176761",55082,9311,3,1856,2477 +"176762",55082,10513,3,1856,2284 +"176763",55082,11006,3,1856,1950 +"176764",55082,15813,3,1856,2143 +"176765",55082,17943,3,1856,1943 +"176766",55082,19248,3,1856,2357 +"176767",55082,19719,3,1856,2177 +"176768",55082,21285,3,1856,2100 +"176769",55082,25577,3,1856,1946 +"176770",55082,26080,3,1856,2525 +"176771",55082,26749,3,1856,2965 +"176772",55082,27275,3,1856,2656 +"176773",55082,27390,3,1856,2425 +"176774",55082,27694,3,1856,2030 +"176775",55082,35256,3,1856,2271 +"176776",55082,38019,3,1856,1870 +"176777",55082,41972,3,1856,2509 +"176778",55082,43455,3,1856,2846 +"176779",55082,46629,3,1856,2255 +"176780",55082,47772,3,1856,2293 +"176781",55082,49620,3,1856,1868 +"176782",55082,50685,3,1856,2008 +"176783",55082,52576,1,1856,2234 +"176784",55082,56082,3,1856,2395 +"176785",55082,56317,3,1856,2030 +"176786",55082,58451,3,1856,1939 +"176787",55082,58508,3,1856,2326 +"176788",55082,61982,3,1856,2725 +"176789",55082,62841,3,1856,2710 +"176790",55082,76892,3,1856,2381 +"176791",55082,82949,3,1856,2077 +"176792",55082,83396,3,1856,2396 +"176793",55084,14,2,1189,1793 +"176794",55084,212,3,1189,1513 +"176795",55084,380,3,1189,2261 +"176796",55084,854,3,1189,2307 +"176797",55084,915,2,1189,1793 +"176798",55084,1102,2,1189,2282 +"176799",55084,1136,3,1189,2536 +"176800",55084,1592,3,1189,2006 +"176801",55084,1691,3,1189,1941 +"176802",55084,1767,1,1189,2727 +"176803",55084,1875,3,1189,1786 +"176804",55084,2224,3,1189,2751 +"176805",55084,2337,2,1189,1697 +"176806",55084,2424,3,1189,2582 +"176807",55084,2572,3,1189,2273 +"176808",55084,2694,3,1189,2062 +"176809",55084,3068,1,1189,1815 +"176810",55084,3167,3,1189,1676 +"176811",55084,3477,3,1189,2546 +"176812",55084,3801,3,1189,1974 +"176813",55084,3849,3,1189,1356 +"176814",55084,3980,1,1189,2771 +"176815",55084,4226,3,1189,1903 +"176816",55084,4504,3,1189,1905 +"176817",55084,4784,3,1189,2511 +"176818",55084,5235,3,1189,2324 +"176819",55084,5315,3,1189,2631 +"176820",55084,6020,3,1189,1864 +"176821",55084,6052,3,1189,1985 +"176822",55084,6063,3,1189,2349 +"176823",55084,6074,3,1189,2426 +"176824",55084,6104,3,1189,2462 +"176825",55084,6252,3,1189,2336 +"176826",55084,6996,3,1189,2916 +"176827",55084,7245,3,1189,2089 +"176828",55084,7258,3,1189,1714 +"176829",55084,7406,3,1189,1906 +"176830",55084,8610,3,1189,2240 +"176831",55084,8726,3,1189,2083 +"176832",55084,8777,3,1189,1620 +"176833",55084,9423,3,1189,1708 +"176834",55084,9751,3,1189,1397 +"176835",55084,10146,3,1189,1878 +"176836",55084,10657,3,1189,1603 +"176837",55084,10964,3,1189,2043 +"176838",55084,11019,3,1189,1299 +"176839",55084,11067,3,1189,2734 +"176840",55084,11103,3,1189,2393 +"176841",55084,11477,3,1189,2724 +"176842",55084,11625,1,1189,2022 +"176843",55084,12374,3,1189,2260 +"176844",55084,12724,2,1189,1930 +"176845",55084,13158,1,1189,2667 +"176846",55084,13248,3,1189,1385 +"176847",55084,13388,3,1189,2119 +"176848",55084,13479,3,1189,2155 +"176849",55084,13551,3,1189,1451 +"176850",55084,13837,3,1189,1604 +"176851",55084,13899,3,1189,2650 +"176852",55084,13979,3,1189,1559 +"176853",55084,14072,3,1189,1346 +"176854",55084,14108,3,1189,2012 +"176855",55084,14328,3,1189,1725 +"176856",55084,15734,3,1189,1616 +"176857",55084,17351,3,1189,2036 +"176858",55084,17632,3,1189,1947 +"176859",55084,17938,3,1189,1410 +"176860",55084,17943,3,1189,1943 +"176861",55084,18165,3,1189,2085 +"176862",55084,18217,3,1189,1566 +"176863",55084,18415,3,1189,2184 +"176864",55084,18543,3,1189,2968 +"176865",55084,19282,2,1189,1623 +"176866",55084,19317,3,1189,2041 +"176867",55084,19605,3,1189,2395 +"176868",55084,19637,3,1189,1229 +"176869",55084,19744,3,1189,2623 +"176870",55084,19980,3,1189,2231 +"176871",55084,20067,3,1189,2390 +"176872",55084,20407,3,1189,2339 +"176873",55084,20416,2,1189,2323 +"176874",55084,20732,2,1189,2401 +"176875",55084,20824,3,1189,1366 +"176876",55084,21133,3,1189,1320 +"176877",55084,21164,3,1189,1645 +"176878",55084,21358,3,1189,1970 +"176879",55084,21929,3,1189,2062 +"176880",55084,22025,3,1189,1591 +"176881",55084,23460,3,1189,2183 +"176882",55084,23534,3,1189,1659 +"176883",55084,23726,2,1189,2434 +"176884",55084,23751,3,1189,1740 +"176885",55084,23869,3,1189,1918 +"176886",55084,24060,3,1189,2349 +"176887",55084,25078,3,1189,2312 +"176888",55084,25680,3,1189,1618 +"176889",55084,26249,3,1189,2301 +"176890",55084,26451,3,1189,2133 +"176891",55084,26734,3,1189,2299 +"176892",55084,27792,3,1189,1308 +"176893",55084,28131,3,1189,1492 +"176894",55084,28648,3,1189,1586 +"176895",55084,28896,3,1189,1395 +"176896",55084,29170,3,1189,1846 +"176897",55084,29884,3,1189,1239 +"176898",55084,30092,1,1189,1593 +"176899",55084,30236,3,1189,2238 +"176900",55084,30827,1,1189,2323 +"176901",55084,30883,3,1189,1629 +"176902",55084,32064,3,1189,1739 +"176903",55084,32939,3,1189,2277 +"176904",55084,33223,3,1189,2397 +"176905",55084,34120,3,1189,2786 +"176906",55084,34136,2,1189,2202 +"176907",55084,34274,3,1189,1437 +"176908",55084,35529,3,1189,1620 +"176909",55084,36174,3,1189,1382 +"176910",55084,36514,3,1189,1192 +"176911",55084,37301,3,1189,2160 +"176912",55084,37934,3,1189,1595 +"176913",55084,38213,2,1189,1744 +"176914",55084,38284,2,1189,1234 +"176915",55084,38732,3,1189,2263 +"176916",55084,39135,3,1189,2489 +"176917",55084,40493,3,1189,1981 +"176918",55084,40542,3,1189,1664 +"176919",55084,41900,3,1189,1970 +"176920",55084,41945,3,1189,2856 +"176921",55084,42129,3,1189,2318 +"176922",55084,42216,1,1189,2722 +"176923",55084,43404,1,1189,2649 +"176924",55084,45297,3,1189,1864 +"176925",55084,45302,2,1189,2390 +"176926",55084,45450,3,1189,1590 +"176927",55084,46446,3,1189,2295 +"176928",55084,46621,3,1189,1343 +"176929",55084,47070,3,1189,1265 +"176930",55084,48127,3,1189,2677 +"176931",55084,48823,2,1189,2080 +"176932",55084,49470,3,1189,1528 +"176933",55084,49620,2,1189,1868 +"176934",55084,50134,3,1189,2674 +"176935",55084,51017,3,1189,2073 +"176936",55084,51035,3,1189,2397 +"176937",55084,51687,3,1189,2333 +"176938",55084,51866,3,1189,2411 +"176939",55084,52136,3,1189,1412 +"176940",55084,57804,3,1189,2214 +"176941",55084,58133,3,1189,1484 +"176942",55084,60179,3,1189,2708 +"176943",55084,61242,3,1189,1650 +"176944",55084,66992,3,1189,2882 +"176945",55084,71531,3,1189,2887 +"176946",55084,74636,2,1189,2525 +"176947",55084,75028,3,1189,1660 +"176948",55084,80764,3,1189,1808 +"176949",55084,82426,3,1189,1576 +"176950",55084,82696,3,1189,1305 +"176951",55084,88232,3,1189,2881 +"176952",55084,92322,3,1189,2393 +"176953",55084,94520,3,1189,1243 +"176954",55084,95879,2,1189,1748 +"176955",55084,98080,3,1189,1265 +"176956",55084,99020,3,1189,1383 +"176957",55084,108379,3,1189,2933 +"176958",55091,782,3,546,945 +"176959",55091,5568,2,546,1290 +"176960",55091,17841,1,546,1700 +"176961",55091,23430,3,546,904 +"176962",55091,37710,3,546,963 +"176963",55091,55892,2,546,1234 +"176964",55091,96708,3,546,594 +"176965",55128,3628,2,2257,2707 +"176966",55128,8762,3,2257,2585 +"176967",55128,9191,3,2257,2707 +"176968",55128,11351,3,2257,2971 +"176969",55128,35235,3,2257,2610 +"176970",55128,35428,3,2257,2263 +"176971",55128,45742,2,2257,2566 +"176972",55128,53562,3,2257,2687 +"176973",55139,455,3,2323,2827 +"176974",55139,1136,3,2323,2536 +"176975",55139,2424,3,2323,2582 +"176976",55139,2704,3,2323,2609 +"176977",55139,2954,3,2323,2727 +"176978",55139,3961,3,2323,2426 +"176979",55139,4618,3,2323,2607 +"176980",55139,6491,3,2323,2424 +"176981",55139,7847,3,2323,2424 +"176982",55139,7984,3,2323,2493 +"176983",55139,18543,3,2323,2968 +"176984",55139,20067,3,2323,2390 +"176985",55139,26749,3,2323,2965 +"176986",55139,27628,3,2323,2389 +"176987",55139,40369,3,2323,2735 +"176988",55139,42935,2,2323,2400 +"176989",55139,51410,3,2323,2739 +"176990",55139,58508,3,2323,2326 +"176991",55139,64997,3,2323,2791 +"176992",55139,66413,3,2323,2507 +"176993",55139,78150,3,2323,2581 +"176994",55139,92757,3,2323,2615 +"176995",55155,1090,3,2333,2370 +"176996",55155,2166,3,2333,2557 +"176997",55155,5849,3,2333,2404 +"176998",55155,53789,3,2333,2681 +"176999",55156,1616,3,2196,2662 +"177000",55156,2484,3,2196,2389 +"177001",55156,3161,3,2196,2229 +"177002",55156,5462,3,2196,2374 +"177003",55156,5504,3,2196,2389 +"177004",55156,6390,2,2196,2385 +"177005",55156,7847,3,2196,2424 +"177006",55156,8762,3,2196,2585 +"177007",55156,9311,3,2196,2477 +"177008",55156,12713,2,2196,2440 +"177009",55156,12976,2,2196,2399 +"177010",55156,13929,3,2196,2693 +"177011",55156,15299,3,2196,2213 +"177012",55156,18543,3,2196,2968 +"177013",55156,19027,3,2196,2721 +"177014",55156,20407,3,2196,2339 +"177015",55156,21104,2,2196,2327 +"177016",55156,23509,3,2196,2275 +"177017",55156,29095,3,2196,2531 +"177018",55156,31235,3,2196,2668 +"177019",55156,33622,3,2196,2230 +"177020",55156,33801,3,2196,2899 +"177021",55156,35256,3,2196,2271 +"177022",55156,36439,3,2196,2469 +"177023",55156,36559,3,2196,2473 +"177024",55156,36962,3,2196,2861 +"177025",55156,37418,3,2196,2710 +"177026",55156,44427,3,2196,2875 +"177027",55156,50118,2,2196,2654 +"177028",55156,51410,3,2196,2739 +"177029",55156,53475,3,2196,2853 +"177030",55156,55691,3,2196,2856 +"177031",55156,58284,3,2196,2292 +"177032",55156,64997,3,2196,2791 +"177033",55156,66413,3,2196,2507 +"177034",55156,68810,2,2196,2409 +"177035",55156,74636,3,2196,2525 +"177036",55156,78563,1,2196,2385 +"177037",55156,88232,3,2196,2881 +"177038",55165,359,3,51,635 +"177039",55165,388,3,51,1594 +"177040",55165,475,3,51,156 +"177041",55165,680,3,51,2569 +"177042",55165,860,3,51,1258 +"177043",55165,1560,3,51,2013 +"177044",55165,1700,1,51,613 +"177045",55165,2540,3,51,1398 +"177046",55165,2563,3,51,1686 +"177047",55165,4303,3,51,2414 +"177048",55165,4983,3,51,1909 +"177049",55165,5462,3,51,2374 +"177050",55165,6602,3,51,1631 +"177051",55165,7252,3,51,2799 +"177052",55165,7936,3,51,1199 +"177053",55165,7942,3,51,2623 +"177054",55165,8062,3,51,2858 +"177055",55165,8233,3,51,152 +"177056",55165,9332,1,51,2734 +"177057",55165,9703,3,51,1845 +"177058",55165,9716,3,51,1929 +"177059",55165,9782,3,51,340 +"177060",55165,10457,2,51,1711 +"177061",55165,10474,3,51,1608 +"177062",55165,11429,3,51,2520 +"177063",55165,11477,3,51,2724 +"177064",55165,11588,3,51,2352 +"177065",55165,11648,3,51,2852 +"177066",55165,12361,2,51,2732 +"177067",55165,12759,3,51,2414 +"177068",55165,13068,3,51,1778 +"177069",55165,13296,3,51,839 +"177070",55165,13537,3,51,1020 +"177071",55165,14072,3,51,1346 +"177072",55165,14503,3,51,437 +"177073",55165,14972,3,51,2332 +"177074",55165,15095,3,51,2001 +"177075",55165,15443,3,51,1631 +"177076",55165,15700,3,51,1712 +"177077",55165,15879,3,51,419 +"177078",55165,16502,3,51,1616 +"177079",55165,17645,3,51,1918 +"177080",55165,18005,2,51,2449 +"177081",55165,18124,3,51,1642 +"177082",55165,18371,3,51,2860 +"177083",55165,18381,3,51,1524 +"177084",55165,18518,3,51,1128 +"177085",55165,19655,3,51,2706 +"177086",55165,19934,3,51,2888 +"177087",55165,20124,3,51,2376 +"177088",55165,20562,3,51,316 +"177089",55165,20624,3,51,1298 +"177090",55165,20688,3,51,891 +"177091",55165,21207,3,51,1258 +"177092",55165,22945,3,51,237 +"177093",55165,23597,3,51,1080 +"177094",55165,25373,3,51,2783 +"177095",55165,28057,3,51,1067 +"177096",55165,28869,3,51,2425 +"177097",55165,28904,3,51,926 +"177098",55165,29116,3,51,2128 +"177099",55165,29473,3,51,2602 +"177100",55165,29818,3,51,1677 +"177101",55165,30334,2,51,2075 +"177102",55165,30705,3,51,2959 +"177103",55165,30974,3,51,947 +"177104",55165,31216,3,51,1244 +"177105",55165,31652,3,51,2047 +"177106",55165,34820,3,51,1630 +"177107",55165,35518,3,51,1721 +"177108",55165,36346,3,51,1240 +"177109",55165,36953,3,51,2790 +"177110",55165,37351,2,51,978 +"177111",55165,37636,2,51,2178 +"177112",55165,37844,3,51,2002 +"177113",55165,38087,2,51,1083 +"177114",55165,40035,3,51,2742 +"177115",55165,40309,3,51,871 +"177116",55165,40392,2,51,1878 +"177117",55165,40747,3,51,958 +"177118",55165,41429,3,51,1770 +"177119",55165,41581,3,51,1692 +"177120",55165,41723,3,51,2101 +"177121",55165,42725,3,51,630 +"177122",55165,43204,3,51,1680 +"177123",55165,44341,3,51,1230 +"177124",55165,46726,3,51,943 +"177125",55165,47082,3,51,1990 +"177126",55165,48015,2,51,1355 +"177127",55165,49712,2,51,1937 +"177128",55165,50229,3,51,1190 +"177129",55165,50335,3,51,1893 +"177130",55165,50509,2,51,2050 +"177131",55165,51783,2,51,2599 +"177132",55165,53687,2,51,2422 +"177133",55165,53726,3,51,1729 +"177134",55165,54313,3,51,1645 +"177135",55165,54523,3,51,1935 +"177136",55165,54775,3,51,2383 +"177137",55165,56082,3,51,2395 +"177138",55165,58745,3,51,1920 +"177139",55165,60808,3,51,1258 +"177140",55165,62268,3,51,413 +"177141",55165,64210,3,51,956 +"177142",55165,67252,3,51,1215 +"177143",55165,70748,3,51,978 +"177144",55165,71219,2,51,967 +"177145",55165,71531,3,51,2887 +"177146",55165,76286,3,51,1642 +"177147",55165,80156,3,51,1667 +"177148",55165,81077,3,51,498 +"177149",55165,84271,3,51,1556 +"177150",55165,84574,3,51,958 +"177151",55165,85198,3,51,1794 +"177152",55165,99298,3,51,679 +"177153",55165,110218,3,51,437 +"177154",55165,115097,3,51,1041 +"177155",55183,1369,3,450,2487 +"177156",55183,1624,3,450,2687 +"177157",55183,1708,3,450,1591 +"177158",55183,2282,3,450,2056 +"177159",55183,2927,2,450,1789 +"177160",55183,4249,3,450,2547 +"177161",55183,6345,2,450,2713 +"177162",55183,6999,2,450,2214 +"177163",55183,7310,2,450,636 +"177164",55183,7604,3,450,1366 +"177165",55183,8006,3,450,479 +"177166",55183,8607,2,450,1685 +"177167",55183,8724,3,450,1326 +"177168",55183,9724,3,450,2713 +"177169",55183,10701,2,450,2000 +"177170",55183,10990,3,450,805 +"177171",55183,11858,3,450,1530 +"177172",55183,12116,3,450,2119 +"177173",55183,13595,3,450,1164 +"177174",55183,14212,2,450,857 +"177175",55183,14470,3,450,2632 +"177176",55183,14957,3,450,2306 +"177177",55183,15281,3,450,810 +"177178",55183,15782,3,450,2306 +"177179",55183,16538,3,450,704 +"177180",55183,16963,3,450,1999 +"177181",55183,17499,3,450,2954 +"177182",55183,17531,3,450,876 +"177183",55183,17695,2,450,1930 +"177184",55183,19366,3,450,2279 +"177185",55183,22357,3,450,1397 +"177186",55183,23550,3,450,2939 +"177187",55183,26597,2,450,2070 +"177188",55183,27458,3,450,647 +"177189",55183,28648,3,450,1586 +"177190",55183,28782,2,450,2272 +"177191",55183,32169,3,450,2504 +"177192",55183,35317,3,450,1888 +"177193",55183,36840,2,450,2269 +"177194",55183,37684,3,450,2899 +"177195",55183,40407,3,450,1972 +"177196",55183,42382,2,450,2224 +"177197",55183,42390,2,450,2937 +"177198",55183,42407,3,450,2408 +"177199",55183,43543,3,450,1457 +"177200",55183,43701,3,450,2400 +"177201",55183,46616,2,450,1917 +"177202",55183,46800,3,450,2720 +"177203",55183,47607,3,450,2724 +"177204",55183,48419,3,450,1134 +"177205",55183,50440,3,450,2469 +"177206",55183,50468,3,450,1659 +"177207",55183,53584,2,450,2391 +"177208",55183,53652,2,450,2899 +"177209",55183,60463,3,450,1583 +"177210",55183,65375,1,450,824 +"177211",55183,71895,3,450,1327 +"177212",55183,76450,3,450,1077 +"177213",55183,76796,3,450,1140 +"177214",55183,80970,3,450,2069 +"177215",55183,84181,3,450,1272 +"177216",55183,84235,3,450,1639 +"177217",55183,84591,3,450,1685 +"177218",55183,88984,2,450,935 +"177219",55185,962,3,922,1000 +"177220",55185,1050,2,922,1185 +"177221",55185,1315,3,922,2760 +"177222",55185,3139,3,922,1656 +"177223",55185,3306,2,922,1989 +"177224",55185,4763,3,922,1960 +"177225",55185,5315,3,922,2631 +"177226",55185,5346,3,922,1438 +"177227",55185,6047,3,922,2004 +"177228",55185,7475,3,922,1284 +"177229",55185,9362,3,922,2879 +"177230",55185,9702,3,922,1928 +"177231",55185,10148,3,922,2964 +"177232",55185,10358,3,922,2294 +"177233",55185,10779,3,922,2881 +"177234",55185,13109,3,922,1374 +"177235",55185,13573,3,922,2774 +"177236",55185,14032,3,922,2144 +"177237",55185,14080,2,922,1351 +"177238",55185,15003,3,922,2067 +"177239",55185,15207,3,922,1855 +"177240",55185,15301,3,922,2308 +"177241",55185,15576,3,922,2204 +"177242",55185,15632,2,922,1242 +"177243",55185,18639,3,922,990 +"177244",55185,19892,3,922,1212 +"177245",55185,20407,3,922,2339 +"177246",55185,21401,3,922,1440 +"177247",55185,22165,2,922,1501 +"177248",55185,22374,3,922,1226 +"177249",55185,22566,3,922,2308 +"177250",55185,23310,3,922,2371 +"177251",55185,23508,3,922,1907 +"177252",55185,23534,3,922,1659 +"177253",55185,25443,3,922,1441 +"177254",55185,28874,3,922,2329 +"177255",55185,29930,3,922,2240 +"177256",55185,31003,3,922,1859 +"177257",55185,31279,3,922,965 +"177258",55185,31700,3,922,2727 +"177259",55185,33949,3,922,2489 +"177260",55185,34648,2,922,1596 +"177261",55185,37108,3,922,1202 +"177262",55185,37937,3,922,1320 +"177263",55185,39431,2,922,1460 +"177264",55185,40893,3,922,1116 +"177265",55185,41278,3,922,1873 +"177266",55185,41955,3,922,2479 +"177267",55185,42331,3,922,1585 +"177268",55185,42474,3,922,2322 +"177269",55185,42715,3,922,987 +"177270",55185,44636,3,922,1026 +"177271",55185,44877,3,922,1219 +"177272",55185,45633,3,922,2134 +"177273",55185,45903,3,922,2237 +"177274",55185,46283,2,922,1184 +"177275",55185,48127,3,922,2677 +"177276",55185,48602,2,922,1704 +"177277",55185,52327,3,922,1472 +"177278",55185,53134,3,922,1590 +"177279",55185,59539,3,922,2429 +"177280",55185,62488,2,922,1418 +"177281",55185,64232,3,922,1275 +"177282",55185,67102,2,922,935 +"177283",55185,67957,3,922,2823 +"177284",55185,69712,3,922,1219 +"177285",55185,70101,3,922,2414 +"177286",55185,76564,3,922,996 +"177287",55185,77001,2,922,1440 +"177288",55185,77010,2,922,2639 +"177289",55185,81095,3,922,1609 +"177290",55185,82341,3,922,1515 +"177291",55185,83526,2,922,1235 +"177292",55185,84296,3,922,1751 +"177293",55185,87837,3,922,1987 +"177294",55185,91279,2,922,966 +"177295",55185,92297,3,922,2952 +"177296",55185,94520,3,922,1243 +"177297",55185,96553,3,922,1887 +"177298",55185,100140,3,922,1041 +"177299",55185,102751,3,922,1229 +"177300",55185,105975,3,922,1939 +"177301",55185,111165,3,922,1256 +"177302",55208,1570,3,1219,2028 +"177303",55208,4612,3,1219,2804 +"177304",55208,5235,3,1219,2324 +"177305",55208,9723,3,1219,2302 +"177306",55208,11136,3,1219,2573 +"177307",55208,40138,3,1219,2719 +"177308",55208,44466,3,1219,1607 +"177309",55234,1767,3,890,2727 +"177310",55234,3068,3,890,1815 +"177311",55234,4618,3,890,2607 +"177312",55234,4687,3,890,2152 +"177313",55234,5716,3,890,1058 +"177314",55234,5984,3,890,1675 +"177315",55234,7245,3,890,2089 +"177316",55234,8700,2,890,1270 +"177317",55234,9298,2,890,1109 +"177318",55234,11218,3,890,2292 +"177319",55234,14855,2,890,903 +"177320",55234,16053,3,890,908 +"177321",55234,16217,3,890,1653 +"177322",55234,16352,3,890,2657 +"177323",55234,18202,3,890,2475 +"177324",55234,18348,3,890,1711 +"177325",55234,18415,3,890,2184 +"177326",55234,20563,3,890,2267 +"177327",55234,20732,3,890,2401 +"177328",55234,21225,3,890,1945 +"177329",55234,23534,3,890,1659 +"177330",55234,23726,3,890,2434 +"177331",55234,26793,2,890,2104 +"177332",55234,28896,3,890,1395 +"177333",55234,32694,2,890,1602 +"177334",55234,37400,3,890,2860 +"177335",55234,42186,3,890,955 +"177336",55234,43153,3,890,1381 +"177337",55234,44521,3,890,1593 +"177338",55234,55084,3,890,1189 +"177339",55234,56604,2,890,1919 +"177340",55234,80219,3,890,988 +"177341",55234,82426,3,890,1576 +"177342",55234,88710,1,890,927 +"177343",55234,94947,3,890,1368 +"177344",55234,100134,3,890,977 +"177345",55256,701,3,2379,2718 +"177346",55256,2153,3,2379,2675 +"177347",55256,4932,3,2379,2752 +"177348",55256,9150,3,2379,2689 +"177349",55256,26721,2,2379,2586 +"177350",55256,27334,3,2379,2750 +"177351",55256,34908,3,2379,2796 +"177352",55256,35715,3,2379,2912 +"177353",55256,49110,3,2379,2938 +"177354",55261,9895,3,1915,1960 +"177355",55261,9910,3,1915,2526 +"177356",55261,15008,3,1915,2338 +"177357",55261,20695,3,1915,2526 +"177358",55261,26374,3,1915,2133 +"177359",55261,26740,3,1915,2695 +"177360",55261,30096,3,1915,2082 +"177361",55261,31159,3,1915,2231 +"177362",55261,31295,2,1915,2183 +"177363",55261,38697,2,1915,2701 +"177364",55261,42382,3,1915,2224 +"177365",55261,47607,3,1915,2724 +"177366",55261,69453,2,1915,2831 +"177367",55265,3559,3,209,2413 +"177368",55265,6562,3,209,1139 +"177369",55265,9462,3,209,378 +"177370",55265,14442,3,209,2700 +"177371",55265,14902,3,209,562 +"177372",55265,17768,3,209,2468 +"177373",55265,25053,3,209,2186 +"177374",55265,29354,3,209,1123 +"177375",55265,31281,3,209,1937 +"177376",55265,44132,3,209,1999 +"177377",55265,46800,3,209,2720 +"177378",55265,46849,3,209,1238 +"177379",55265,55997,3,209,1414 +"177380",55265,59289,3,209,2896 +"177381",55265,69830,3,209,378 +"177382",55265,76503,3,209,1136 +"177383",55265,79435,2,209,299 +"177384",55265,81848,2,209,221 +"177385",55265,84322,3,209,1635 +"177386",55265,91465,3,209,1047 +"177387",55265,93123,3,209,870 +"177388",55296,20984,2,2413,2502 +"177389",55296,31542,3,2413,2459 +"177390",55296,60966,3,2413,2734 +"177391",55298,750,3,129,1327 +"177392",55298,1015,3,129,1174 +"177393",55298,2960,2,129,977 +"177394",55298,4107,2,129,987 +"177395",55298,4121,2,129,1304 +"177396",55298,10592,3,129,859 +"177397",55298,12779,3,129,936 +"177398",55298,15106,3,129,2286 +"177399",55298,15215,3,129,798 +"177400",55298,18891,2,129,1596 +"177401",55298,19069,3,129,988 +"177402",55298,19317,3,129,2041 +"177403",55298,21479,3,129,2134 +"177404",55298,22057,3,129,974 +"177405",55298,23572,3,129,772 +"177406",55298,23588,1,129,851 +"177407",55298,24176,2,129,1986 +"177408",55298,29884,3,129,1239 +"177409",55298,30798,1,129,1398 +"177410",55298,36637,3,129,2085 +"177411",55298,40200,3,129,190 +"177412",55298,40565,3,129,2115 +"177413",55298,41118,2,129,1091 +"177414",55298,43077,3,129,884 +"177415",55298,46506,1,129,2464 +"177416",55298,61242,2,129,1650 +"177417",55298,64397,2,129,647 +"177418",55298,70555,3,129,1229 +"177419",55298,78677,3,129,341 +"177420",55298,79837,3,129,1252 +"177421",55298,82403,3,129,1596 +"177422",55298,83053,3,129,1303 +"177423",55298,83218,2,129,1537 +"177424",55298,84254,2,129,2548 +"177425",55299,270,2,609,2542 +"177426",55299,312,2,609,2038 +"177427",55299,360,3,609,1671 +"177428",55299,380,3,609,2261 +"177429",55299,1044,3,609,880 +"177430",55299,1124,3,609,1596 +"177431",55299,1175,3,609,1642 +"177432",55299,2111,3,609,1904 +"177433",55299,2424,2,609,2582 +"177434",55299,2533,2,609,2016 +"177435",55299,3305,3,609,2839 +"177436",55299,3801,3,609,1974 +"177437",55299,3966,3,609,2425 +"177438",55299,4701,3,609,2401 +"177439",55299,4953,3,609,2285 +"177440",55299,5226,3,609,1309 +"177441",55299,5429,3,609,1991 +"177442",55299,5622,3,609,2175 +"177443",55299,6363,3,609,2066 +"177444",55299,6588,3,609,2025 +"177445",55299,7180,2,609,2227 +"177446",55299,9364,2,609,1698 +"177447",55299,10358,3,609,2294 +"177448",55299,10488,3,609,1524 +"177449",55299,10513,3,609,2284 +"177450",55299,10857,3,609,2253 +"177451",55299,10874,3,609,1891 +"177452",55299,11006,3,609,1950 +"177453",55299,11440,3,609,2026 +"177454",55299,12728,2,609,2374 +"177455",55299,13307,3,609,2206 +"177456",55299,14032,3,609,2144 +"177457",55299,14252,3,609,2244 +"177458",55299,15122,3,609,1201 +"177459",55299,15402,3,609,1281 +"177460",55299,15539,3,609,1929 +"177461",55299,15799,3,609,1917 +"177462",55299,15813,3,609,2143 +"177463",55299,16201,3,609,1811 +"177464",55299,16332,3,609,2668 +"177465",55299,16835,3,609,1739 +"177466",55299,16863,3,609,2069 +"177467",55299,17365,3,609,2746 +"177468",55299,17931,3,609,1617 +"177469",55299,18394,3,609,2356 +"177470",55299,19248,2,609,2357 +"177471",55299,19622,3,609,2371 +"177472",55299,19719,3,609,2177 +"177473",55299,20124,3,609,2376 +"177474",55299,20311,3,609,1981 +"177475",55299,20879,3,609,623 +"177476",55299,20975,3,609,1305 +"177477",55299,21012,3,609,2325 +"177478",55299,21197,2,609,1437 +"177479",55299,21198,2,609,935 +"177480",55299,21285,3,609,2100 +"177481",55299,22006,3,609,1202 +"177482",55299,22282,3,609,1418 +"177483",55299,22884,3,609,1608 +"177484",55299,23450,3,609,967 +"177485",55299,23492,3,609,1067 +"177486",55299,23508,3,609,1907 +"177487",55299,23715,3,609,1859 +"177488",55299,25198,3,609,1982 +"177489",55299,25577,3,609,1946 +"177490",55299,25971,3,609,2608 +"177491",55299,26749,3,609,2965 +"177492",55299,27694,3,609,2030 +"177493",55299,27849,2,609,1316 +"177494",55299,28190,3,609,1634 +"177495",55299,29750,2,609,689 +"177496",55299,30165,2,609,1409 +"177497",55299,31050,3,609,1491 +"177498",55299,31436,3,609,2892 +"177499",55299,31530,2,609,1661 +"177500",55299,32131,3,609,1035 +"177501",55299,32919,3,609,2321 +"177502",55299,34836,3,609,2302 +"177503",55299,35673,3,609,1067 +"177504",55299,37108,3,609,1202 +"177505",55299,38019,3,609,1870 +"177506",55299,38307,3,609,2648 +"177507",55299,38780,3,609,2705 +"177508",55299,39294,3,609,1889 +"177509",55299,40028,3,609,1349 +"177510",55299,41174,3,609,850 +"177511",55299,41945,3,609,2856 +"177512",55299,43385,1,609,1623 +"177513",55299,43455,2,609,2846 +"177514",55299,45684,2,609,2200 +"177515",55299,46196,3,609,1510 +"177516",55299,46629,2,609,2255 +"177517",55299,46883,3,609,1671 +"177518",55299,47362,3,609,2253 +"177519",55299,48571,3,609,2717 +"177520",55299,48605,3,609,2796 +"177521",55299,50219,3,609,756 +"177522",55299,51022,3,609,1499 +"177523",55299,51041,2,609,2606 +"177524",55299,51866,3,609,2411 +"177525",55299,52576,3,609,2234 +"177526",55299,54305,2,609,1222 +"177527",55299,54551,3,609,2348 +"177528",55299,55468,3,609,2511 +"177529",55299,56317,3,609,2030 +"177530",55299,57246,3,609,1873 +"177531",55299,57414,3,609,922 +"177532",55299,58078,3,609,1252 +"177533",55299,58451,3,609,1939 +"177534",55299,58508,3,609,2326 +"177535",55299,58652,2,609,1437 +"177536",55299,58684,3,609,2295 +"177537",55299,61982,2,609,2725 +"177538",55299,62841,3,609,2710 +"177539",55299,66703,3,609,2375 +"177540",55299,67383,3,609,1739 +"177541",55299,68215,3,609,2727 +"177542",55299,71342,3,609,1289 +"177543",55299,72956,2,609,1251 +"177544",55299,76127,3,609,910 +"177545",55299,76284,2,609,1237 +"177546",55299,76892,3,609,2381 +"177547",55299,77305,3,609,965 +"177548",55299,81588,2,609,1568 +"177549",55299,82949,3,609,2077 +"177550",55299,83396,3,609,2396 +"177551",55299,83491,3,609,1200 +"177552",55299,89097,3,609,935 +"177553",55299,97811,3,609,1288 +"177554",55299,98781,2,609,1410 +"177555",55299,99215,3,609,2791 +"177556",55299,121422,3,609,850 +"177557",55304,15343,3,196,2125 +"177558",55304,44729,3,196,588 +"177559",55304,45727,3,196,477 +"177560",55304,81239,3,196,547 +"177561",55304,86279,3,196,1076 +"177562",55304,87198,3,196,1462 +"177563",55304,93969,3,196,208 +"177564",55307,843,3,2306,2332 +"177565",55307,3477,3,2306,2546 +"177566",55307,3559,3,2306,2413 +"177567",55307,6063,3,2306,2349 +"177568",55307,18005,3,2306,2449 +"177569",55307,31357,3,2306,2389 +"177570",55307,33223,3,2306,2397 +"177571",55307,34295,2,2306,2735 +"177572",55307,40759,2,2306,2789 +"177573",55307,44501,3,2306,2567 +"177574",55307,47094,3,2306,2592 +"177575",55307,51843,3,2306,2389 +"177576",55307,54385,3,2306,2340 +"177577",55307,69308,3,2306,2370 +"177578",55320,145,3,1643,1998 +"177579",55320,270,3,1643,2542 +"177580",55320,380,2,1643,2261 +"177581",55320,913,3,1643,2144 +"177582",55320,1102,2,1643,2282 +"177583",55320,1214,3,1643,2050 +"177584",55320,2484,3,1643,2389 +"177585",55320,2572,3,1643,2273 +"177586",55320,3271,3,1643,2216 +"177587",55320,3748,1,1643,2052 +"177588",55320,3801,3,1643,1974 +"177589",55320,6052,3,1643,1985 +"177590",55320,6074,3,1643,2426 +"177591",55320,6491,3,1643,2424 +"177592",55320,6588,3,1643,2025 +"177593",55320,9272,3,1643,2835 +"177594",55320,9362,3,1643,2879 +"177595",55320,10513,2,1643,2284 +"177596",55320,10857,3,1643,2253 +"177597",55320,11218,3,1643,2292 +"177598",55320,12724,3,1643,1930 +"177599",55320,13307,3,1643,2206 +"177600",55320,14655,3,1643,2559 +"177601",55320,18394,3,1643,2356 +"177602",55320,19862,3,1643,2412 +"177603",55320,20124,2,1643,2376 +"177604",55320,22141,2,1643,2348 +"177605",55320,23526,3,1643,1998 +"177606",55320,23715,3,1643,1859 +"177607",55320,26067,3,1643,2069 +"177608",55320,31235,3,1643,2668 +"177609",55320,34836,3,1643,2302 +"177610",55320,38019,3,1643,1870 +"177611",55320,38780,2,1643,2705 +"177612",55320,40493,3,1643,1981 +"177613",55320,42216,3,1643,2722 +"177614",55320,43173,3,1643,2895 +"177615",55320,43226,3,1643,2442 +"177616",55320,48035,3,1643,2180 +"177617",55320,48110,3,1643,2009 +"177618",55320,51017,3,1643,2073 +"177619",55320,52576,3,1643,2234 +"177620",55320,53323,3,1643,2677 +"177621",55320,54551,3,1643,2348 +"177622",55320,58508,3,1643,2326 +"177623",55320,69335,3,1643,2698 +"177624",55320,80301,3,1643,1690 +"177625",55320,80825,3,1643,2315 +"177626",55320,84022,3,1643,2289 +"177627",55324,499,3,1544,1931 +"177628",55324,602,3,1544,2632 +"177629",55324,1691,3,1544,1941 +"177630",55324,3011,3,1544,2278 +"177631",55324,3255,3,1544,2504 +"177632",55324,5984,3,1544,1675 +"177633",55324,6390,2,1544,2385 +"177634",55324,6417,3,1544,1675 +"177635",55324,6982,3,1544,2034 +"177636",55324,7548,2,1544,1932 +"177637",55324,9311,2,1544,2477 +"177638",55324,10843,3,1544,2277 +"177639",55324,11525,3,1544,2639 +"177640",55324,12199,3,1544,1651 +"177641",55324,14723,2,1544,2019 +"177642",55324,15626,3,1544,2434 +"177643",55324,16352,3,1544,2657 +"177644",55324,16835,3,1544,1739 +"177645",55324,18965,3,1544,2315 +"177646",55324,19453,3,1544,1928 +"177647",55324,19751,3,1544,1630 +"177648",55324,21448,3,1544,2332 +"177649",55324,22180,3,1544,1835 +"177650",55324,22311,3,1544,2034 +"177651",55324,23825,3,1544,1913 +"177652",55324,26218,3,1544,2460 +"177653",55324,28892,3,1544,2023 +"177654",55324,30906,3,1544,2537 +"177655",55324,31235,3,1544,2668 +"177656",55324,32048,3,1544,2102 +"177657",55324,32694,3,1544,1602 +"177658",55324,33356,2,1544,1586 +"177659",55324,33433,3,1544,2805 +"177660",55324,34707,3,1544,2042 +"177661",55324,38755,2,1544,2902 +"177662",55324,39534,3,1544,2410 +"177663",55324,49581,2,1544,1817 +"177664",55324,55643,3,1544,2359 +"177665",55324,58993,2,1544,2390 +"177666",55324,59113,3,1544,2434 +"177667",55324,59819,3,1544,2624 +"177668",55324,61337,2,1544,2777 +"177669",55324,66677,2,1544,2151 +"177670",55324,72845,3,1544,1663 +"177671",55324,75343,3,1544,2008 +"177672",55324,87144,3,1544,2299 +"177673",55324,100462,1,1544,1927 +"177674",55324,103218,2,1544,1787 +"177675",55325,1369,3,653,2487 +"177676",55325,1692,3,653,2443 +"177677",55325,2093,2,653,2459 +"177678",55325,2272,3,653,1640 +"177679",55325,2443,3,653,2333 +"177680",55325,2506,3,653,954 +"177681",55325,2724,3,653,2447 +"177682",55325,3317,3,653,2037 +"177683",55325,3477,3,653,2546 +"177684",55325,4634,3,653,2291 +"177685",55325,5637,3,653,1976 +"177686",55325,5816,3,653,2408 +"177687",55325,6063,3,653,2349 +"177688",55325,6162,3,653,1673 +"177689",55325,6999,3,653,2214 +"177690",55325,9269,3,653,1892 +"177691",55325,9538,3,653,1786 +"177692",55325,9656,1,653,1135 +"177693",55325,9910,3,653,2526 +"177694",55325,10914,3,653,1660 +"177695",55325,11506,3,653,2824 +"177696",55325,11803,3,653,1232 +"177697",55325,12116,3,653,2119 +"177698",55325,12735,3,653,819 +"177699",55325,12779,3,653,936 +"177700",55325,12861,3,653,1207 +"177701",55325,13034,2,653,698 +"177702",55325,13340,3,653,1918 +"177703",55325,14061,3,653,1620 +"177704",55325,14212,3,653,857 +"177705",55325,15281,2,653,810 +"177706",55325,15683,3,653,1729 +"177707",55325,16351,3,653,893 +"177708",55325,16777,3,653,834 +"177709",55325,17531,3,653,876 +"177710",55325,18217,3,653,1566 +"177711",55325,18393,3,653,860 +"177712",55325,18943,3,653,2861 +"177713",55325,20038,3,653,1531 +"177714",55325,20695,3,653,2526 +"177715",55325,20709,3,653,1757 +"177716",55325,22410,3,653,2158 +"177717",55325,22462,3,653,869 +"177718",55325,23498,3,653,2398 +"177719",55325,23550,3,653,2939 +"177720",55325,23560,2,653,2051 +"177721",55325,24044,3,653,1076 +"177722",55325,24892,3,653,803 +"177723",55325,29778,3,653,840 +"177724",55325,31164,3,653,1996 +"177725",55325,31264,3,653,2335 +"177726",55325,31303,3,653,1040 +"177727",55325,32449,2,653,2091 +"177728",55325,33223,3,653,2397 +"177729",55325,35317,3,653,1888 +"177730",55325,36399,3,653,1357 +"177731",55325,37279,2,653,2768 +"177732",55325,37684,3,653,2899 +"177733",55325,38422,3,653,1019 +"177734",55325,40542,3,653,1664 +"177735",55325,41098,3,653,1857 +"177736",55325,42407,3,653,2408 +"177737",55325,43701,3,653,2400 +"177738",55325,44306,3,653,1036 +"177739",55325,47882,3,653,2769 +"177740",55325,48501,3,653,2010 +"177741",55325,49708,3,653,1147 +"177742",55325,50238,3,653,663 +"177743",55325,52950,3,653,2716 +"177744",55325,53013,3,653,2523 +"177745",55325,54879,2,653,2210 +"177746",55325,60463,3,653,1583 +"177747",55325,62903,3,653,1704 +"177748",55325,71307,3,653,761 +"177749",55325,73520,2,653,2613 +"177750",55325,77519,3,653,819 +"177751",55325,77580,3,653,888 +"177752",55325,77719,3,653,2086 +"177753",55325,78277,3,653,1937 +"177754",55325,79699,3,653,1735 +"177755",55325,82039,3,653,1327 +"177756",55325,84590,3,653,1734 +"177757",55325,85065,3,653,1585 +"177758",55325,88448,3,653,914 +"177759",55325,90943,3,653,1754 +"177760",55325,93553,2,653,2537 +"177761",55325,101381,3,653,977 +"177762",55349,160,3,826,2007 +"177763",55349,1691,3,826,1941 +"177764",55349,3716,3,826,1679 +"177765",55349,8529,3,826,1205 +"177766",55349,9331,2,826,2269 +"177767",55349,10129,3,826,2124 +"177768",55349,10513,3,826,2284 +"177769",55349,11540,3,826,1237 +"177770",55349,17351,3,826,2036 +"177771",55349,17549,3,826,2647 +"177772",55349,17632,3,826,1947 +"177773",55349,21138,3,826,2849 +"177774",55349,21225,3,826,1945 +"177775",55349,22141,2,826,2348 +"177776",55349,24456,2,826,1238 +"177777",55349,26793,2,826,2104 +"177778",55349,27642,3,826,1531 +"177779",55349,30981,3,826,2366 +"177780",55349,32503,3,826,2020 +"177781",55349,37400,3,826,2860 +"177782",55349,37929,3,826,2393 +"177783",55349,43153,3,826,1381 +"177784",55349,43173,3,826,2895 +"177785",55349,44235,3,826,2700 +"177786",55349,44688,3,826,2924 +"177787",55349,46951,3,826,2429 +"177788",55349,51017,3,826,2073 +"177789",55349,60280,3,826,1918 +"177790",55349,69712,3,826,1219 +"177791",55349,79364,3,826,834 +"177792",55349,80825,3,826,2315 +"177793",55349,80979,3,826,1142 +"177794",55349,81895,2,826,1634 +"177795",55349,84022,2,826,2289 +"177796",55349,88710,3,826,927 +"177797",55349,90802,2,826,877 +"177798",55349,100321,3,826,1142 +"177799",55349,101395,3,826,891 +"177800",55364,1222,3,326,2598 +"177801",55364,2443,3,326,2333 +"177802",55364,2802,3,326,1836 +"177803",55364,3324,3,326,1198 +"177804",55364,4194,3,326,1641 +"177805",55364,5414,3,326,2321 +"177806",55364,6262,3,326,2733 +"177807",55364,8525,3,326,1787 +"177808",55364,9808,3,326,1648 +"177809",55364,10128,3,326,883 +"177810",55364,11506,3,326,2824 +"177811",55364,11897,3,326,1271 +"177812",55364,13150,3,326,1570 +"177813",55364,15047,3,326,1697 +"177814",55364,16593,3,326,1139 +"177815",55364,17159,3,326,883 +"177816",55364,18466,3,326,2340 +"177817",55364,19190,3,326,2677 +"177818",55364,19358,2,326,880 +"177819",55364,20604,3,326,1684 +"177820",55364,24044,3,326,1076 +"177821",55364,31705,3,326,2706 +"177822",55364,32070,2,326,950 +"177823",55364,37332,3,326,1891 +"177824",55364,38697,3,326,2701 +"177825",55364,42280,3,326,2266 +"177826",55364,43768,3,326,1468 +"177827",55364,46568,2,326,822 +"177828",55364,46581,3,326,1160 +"177829",55364,49403,3,326,2427 +"177830",55364,49708,3,326,1147 +"177831",55364,51678,3,326,1077 +"177832",55364,54061,3,326,1488 +"177833",55364,56168,2,326,1466 +"177834",55364,63525,3,326,2741 +"177835",55364,63631,3,326,763 +"177836",55364,65487,3,326,520 +"177837",55364,66017,3,326,1545 +"177838",55364,76997,3,326,2223 +"177839",55364,77550,3,326,1548 +"177840",55364,79772,1,326,1230 +"177841",55364,79793,1,326,1915 +"177842",55364,83334,2,326,1708 +"177843",55364,90633,2,326,990 +"177844",55364,94339,3,326,2768 +"177845",55364,97266,3,326,1016 +"177846",55364,103482,3,326,435 +"177847",55364,104161,3,326,613 +"177848",55364,112814,3,326,546 +"177849",55377,1685,3,1499,2230 +"177850",55377,6621,3,1499,2478 +"177851",55377,11154,3,1499,1594 +"177852",55377,12007,3,1499,1594 +"177853",55377,14442,3,1499,2700 +"177854",55377,16347,3,1499,1868 +"177855",55377,19048,3,1499,2180 +"177856",55377,22744,2,1499,1907 +"177857",55377,23498,3,1499,2398 +"177858",55377,43311,3,1499,1553 +"177859",55377,89391,2,1499,2180 +"177860",55394,15106,3,904,2286 +"177861",55394,29580,3,904,2776 +"177862",55394,45504,3,904,2301 +"177863",55394,49109,1,904,2341 +"177864",55413,20941,3,2129,2725 +"177865",55413,27320,3,2129,2378 +"177866",55413,31700,3,2129,2727 +"177867",55413,47013,3,2129,2388 +"177868",55436,3100,3,2513,2524 +"177869",55436,5606,2,2513,2875 +"177870",55436,6248,2,2513,2737 +"177871",55436,15502,3,2513,2637 +"177872",55436,17999,3,2513,2758 +"177873",55436,19057,3,2513,2664 +"177874",55436,22905,3,2513,2599 +"177875",55436,43524,3,2513,2572 +"177876",55436,49147,2,2513,2539 +"177877",55436,60672,3,2513,2876 +"177878",55436,65223,3,2513,2724 +"177879",55438,26749,3,2863,2965 +"177880",55446,1570,2,1247,2028 +"177881",55446,3678,3,1247,1325 +"177882",55446,4622,3,1247,1589 +"177883",55446,6235,3,1247,1585 +"177884",55446,7648,2,1247,1861 +"177885",55446,9273,2,1247,1747 +"177886",55446,9328,3,1247,1937 +"177887",55446,10435,3,1247,1984 +"177888",55446,10755,3,1247,1742 +"177889",55446,10756,3,1247,2207 +"177890",55446,14061,3,1247,1620 +"177891",55446,14442,3,1247,2700 +"177892",55446,16184,3,1247,2274 +"177893",55446,17768,2,1247,2468 +"177894",55446,20739,3,1247,2025 +"177895",55446,22905,3,1247,2599 +"177896",55446,24116,3,1247,1413 +"177897",55446,24867,2,1247,1861 +"177898",55446,25053,1,1247,2186 +"177899",55446,25886,3,1247,1580 +"177900",55446,29067,3,1247,1538 +"177901",55446,31281,2,1247,1937 +"177902",55446,32904,3,1247,2055 +"177903",55446,35844,3,1247,2961 +"177904",55446,36996,2,1247,2321 +"177905",55446,39911,3,1247,1445 +"177906",55446,42136,3,1247,2551 +"177907",55446,44132,3,1247,1999 +"177908",55446,44466,3,1247,1607 +"177909",55446,44730,3,1247,2468 +"177910",55446,47094,3,1247,2592 +"177911",55446,49805,3,1247,2445 +"177912",55446,55997,3,1247,1414 +"177913",55446,56413,3,1247,2747 +"177914",55446,59289,3,1247,2896 +"177915",55446,74054,3,1247,1488 +"177916",55446,82246,3,1247,1538 +"177917",55446,84317,3,1247,2081 +"177918",55446,84322,3,1247,1635 +"177919",55446,104281,3,1247,2228 +"177920",55468,270,3,2511,2542 +"177921",55468,307,2,2511,2530 +"177922",55468,2424,3,2511,2582 +"177923",55468,9893,3,2511,2701 +"177924",55468,10148,3,2511,2964 +"177925",55468,17852,3,2511,2840 +"177926",55468,22331,3,2511,2687 +"177927",55468,23011,3,2511,2763 +"177928",55468,26749,3,2511,2965 +"177929",55468,29929,3,2511,2789 +"177930",55468,30052,3,2511,2855 +"177931",55468,33801,3,2511,2899 +"177932",55468,50118,3,2511,2654 +"177933",55468,51613,3,2511,2795 +"177934",55468,55438,3,2511,2863 +"177935",55468,55691,3,2511,2856 +"177936",55468,67726,3,2511,2873 +"177937",55468,79322,3,2511,2770 +"177938",55472,160,3,1516,2007 +"177939",55472,798,3,1516,2476 +"177940",55472,2226,3,1516,2225 +"177941",55472,2344,3,1516,2752 +"177942",55472,2852,3,1516,2448 +"177943",55472,2936,3,1516,2512 +"177944",55472,3978,3,1516,2775 +"177945",55472,4681,3,1516,2356 +"177946",55472,5235,3,1516,2324 +"177947",55472,8865,3,1516,2394 +"177948",55472,9272,3,1516,2835 +"177949",55472,9723,2,1516,2302 +"177950",55472,10129,3,1516,2124 +"177951",55472,11239,2,1516,2181 +"177952",55472,16684,3,1516,1657 +"177953",55472,16690,3,1516,2132 +"177954",55472,16850,2,1516,1657 +"177955",55472,18102,3,1516,1642 +"177956",55472,18381,3,1516,1524 +"177957",55472,18670,3,1516,1835 +"177958",55472,19215,2,1516,2604 +"177959",55472,19364,2,1516,2846 +"177960",55472,22207,3,1516,2365 +"177961",55472,22580,2,1516,2245 +"177962",55472,22682,3,1516,2035 +"177963",55472,22709,1,1516,2743 +"177964",55472,22723,3,1516,2859 +"177965",55472,27195,3,1516,2158 +"177966",55472,28432,2,1516,1954 +"177967",55472,30034,3,1516,2357 +"177968",55472,34327,3,1516,2959 +"177969",55472,34831,1,1516,1866 +"177970",55472,34921,2,1516,2181 +"177971",55472,37859,3,1516,1999 +"177972",55472,39906,3,1516,2365 +"177973",55472,45473,3,1516,2540 +"177974",55472,51879,3,1516,1771 +"177975",55472,52215,3,1516,1908 +"177976",55472,53809,3,1516,1956 +"177977",55472,54313,3,1516,1645 +"177978",55472,59243,3,1516,2770 +"177979",55472,60879,3,1516,2792 +"177980",55472,68314,3,1516,2180 +"177981",55472,69232,3,1516,2130 +"177982",55472,73553,2,1516,2726 +"177983",55472,77077,3,1516,2693 +"177984",55472,82819,2,1516,1900 +"177985",55472,82932,3,1516,2245 +"177986",55472,109978,3,1516,1865 +"177987",55482,160,3,1866,2007 +"177988",55482,1702,3,1866,1984 +"177989",55482,2057,3,1866,1965 +"177990",55482,2226,3,1866,2225 +"177991",55482,3493,2,1866,2451 +"177992",55482,4303,3,1866,2414 +"177993",55482,4660,3,1866,2149 +"177994",55482,4932,3,1866,2752 +"177995",55482,4983,2,1866,1909 +"177996",55482,7597,3,1866,2037 +"177997",55482,11429,3,1866,2520 +"177998",55482,11493,3,1866,2077 +"177999",55482,11588,3,1866,2352 +"178000",55482,11648,3,1866,2852 +"178001",55482,16863,3,1866,2069 +"178002",55482,18005,2,1866,2449 +"178003",55482,20200,3,1866,2322 +"178004",55482,24069,3,1866,2697 +"178005",55482,25373,3,1866,2783 +"178006",55482,27390,3,1866,2425 +"178007",55482,30525,3,1866,1964 +"178008",55482,32904,3,1866,2055 +"178009",55482,34295,3,1866,2735 +"178010",55482,35797,3,1866,2482 +"178011",55482,37859,3,1866,1999 +"178012",55482,39418,3,1866,1978 +"178013",55482,40759,3,1866,2789 +"178014",55482,41134,3,1866,2952 +"178015",55482,41694,1,1866,2358 +"178016",55482,43213,3,1866,2160 +"178017",55482,43961,3,1866,2443 +"178018",55482,44497,3,1866,2401 +"178019",55482,45299,2,1866,2426 +"178020",55482,45729,3,1866,2606 +"178021",55482,46982,3,1866,2806 +"178022",55482,51144,3,1866,2466 +"178023",55482,52815,3,1866,2323 +"178024",55482,55307,3,1866,2306 +"178025",55482,56082,3,1866,2395 +"178026",55482,56995,3,1866,2323 +"178027",55482,62712,3,1866,2884 +"178028",55482,64947,3,1866,2489 +"178029",55482,68586,2,1866,2322 +"178030",55482,71531,3,1866,2887 +"178031",55482,72207,3,1866,2430 +"178032",55482,75403,3,1866,1895 +"178033",55482,77052,3,1866,2770 +"178034",55482,90745,3,1866,1994 +"178035",55482,92297,2,1866,2952 +"178036",55487,1108,3,1500,1600 +"178037",55487,1150,3,1500,1595 +"178038",55487,3477,3,1500,2546 +"178039",55487,5852,3,1500,1862 +"178040",55487,10200,3,1500,2920 +"178041",55487,11319,3,1500,2073 +"178042",55487,12818,3,1500,2015 +"178043",55487,12973,3,1500,1569 +"178044",55487,14586,3,1500,2801 +"178045",55487,14654,3,1500,1692 +"178046",55487,21684,3,1500,1971 +"178047",55487,24086,3,1500,2663 +"178048",55487,34491,2,1500,2694 +"178049",55487,36450,3,1500,1591 +"178050",55487,42883,3,1500,2575 +"178051",55487,44464,3,1500,1619 +"178052",55487,52041,3,1500,2694 +"178053",55487,70656,3,1500,2771 +"178054",55487,82226,3,1500,1619 +"178055",55493,113,3,869,1943 +"178056",55493,1393,2,869,1706 +"178057",55493,2014,3,869,973 +"178058",55493,2370,2,869,1600 +"178059",55493,2407,3,869,1725 +"178060",55493,3506,3,869,2364 +"178061",55493,3678,3,869,1325 +"178062",55493,4249,3,869,2547 +"178063",55493,4723,2,869,1314 +"178064",55493,4784,3,869,2511 +"178065",55493,6020,3,869,1864 +"178066",55493,6345,3,869,2713 +"178067",55493,6996,3,869,2916 +"178068",55493,7123,3,869,1964 +"178069",55493,7900,2,869,893 +"178070",55493,8258,3,869,1959 +"178071",55493,9088,3,869,1881 +"178072",55493,9269,3,869,1892 +"178073",55493,9724,3,869,2713 +"178074",55493,10610,3,869,1427 +"178075",55493,13595,3,869,1164 +"178076",55493,14172,3,869,1923 +"178077",55493,14957,3,869,2306 +"178078",55493,15782,3,869,2306 +"178079",55493,16455,2,869,946 +"178080",55493,16866,2,869,2718 +"178081",55493,17531,3,869,876 +"178082",55493,17925,3,869,2385 +"178083",55493,18865,3,869,2676 +"178084",55493,21142,2,869,2414 +"178085",55493,21358,2,869,1970 +"178086",55493,21920,1,869,2367 +"178087",55493,22389,3,869,2034 +"178088",55493,23550,3,869,2939 +"178089",55493,28635,3,869,2368 +"178090",55493,28648,2,869,1586 +"178091",55493,31950,1,869,2217 +"178092",55493,31990,3,869,2264 +"178093",55493,32629,3,869,1789 +"178094",55493,32724,3,869,2581 +"178095",55493,34274,3,869,1437 +"178096",55493,37765,3,869,1134 +"178097",55493,37801,3,869,2578 +"178098",55493,40510,2,869,943 +"178099",55493,41075,3,869,1176 +"178100",55493,41489,3,869,2006 +"178101",55493,43725,3,869,935 +"178102",55493,44089,3,869,1632 +"178103",55493,44312,3,869,2741 +"178104",55493,44421,3,869,956 +"178105",55493,44744,3,869,2032 +"178106",55493,45297,3,869,1864 +"178107",55493,45449,2,869,1610 +"178108",55493,45450,2,869,1590 +"178109",55493,46680,3,869,1690 +"178110",55493,48254,3,869,1013 +"178111",55493,48781,2,869,954 +"178112",55493,48823,3,869,2080 +"178113",55493,48931,2,869,2444 +"178114",55493,52179,3,869,1572 +"178115",55493,53293,2,869,2916 +"178116",55493,53445,3,869,2028 +"178117",55493,54488,2,869,2357 +"178118",55493,57549,2,869,2335 +"178119",55493,57804,3,869,2214 +"178120",55493,61398,3,869,2563 +"178121",55493,61921,2,869,1793 +"178122",55493,63395,3,869,2334 +"178123",55493,64737,2,869,2442 +"178124",55493,66017,3,869,1545 +"178125",55493,71756,3,869,1202 +"178126",55493,74054,3,869,1488 +"178127",55493,77719,3,869,2086 +"178128",55493,79639,1,869,1013 +"178129",55493,80186,2,869,2228 +"178130",55493,82270,3,869,1641 +"178131",55493,84235,2,869,1639 +"178132",55493,84581,2,869,1241 +"178133",55493,92084,3,869,1134 +"178134",55493,92366,1,869,1434 +"178135",55493,93642,2,869,1120 +"178136",55493,94808,3,869,988 +"178137",55493,96387,3,869,2159 +"178138",55493,100084,2,869,1964 +"178139",55493,100231,3,869,998 +"178140",55493,103989,2,869,1207 +"178141",55493,116484,2,869,902 +"178142",55556,42,3,2075,2265 +"178143",55556,313,3,2075,2271 +"178144",55556,362,3,2075,2537 +"178145",55556,377,3,2075,2389 +"178146",55556,543,2,2075,2203 +"178147",55556,613,3,2075,2687 +"178148",55556,1090,3,2075,2370 +"178149",55556,1151,3,2075,2885 +"178150",55556,1616,3,2075,2662 +"178151",55556,2036,3,2075,2483 +"178152",55556,2166,2,2075,2557 +"178153",55556,2224,3,2075,2751 +"178154",55556,2484,3,2075,2389 +"178155",55556,3161,3,2075,2229 +"178156",55556,3271,3,2075,2216 +"178157",55556,4057,3,2075,2389 +"178158",55556,5457,2,2075,2077 +"178159",55556,5462,2,2075,2374 +"178160",55556,5504,2,2075,2389 +"178161",55556,7323,2,2075,2858 +"178162",55556,8760,3,2075,2477 +"178163",55556,9272,3,2075,2835 +"178164",55556,9362,3,2075,2879 +"178165",55556,10130,3,2075,2741 +"178166",55556,12374,3,2075,2260 +"178167",55556,12713,3,2075,2440 +"178168",55556,13751,3,2075,2557 +"178169",55556,16497,3,2075,2370 +"178170",55556,18151,3,2075,2962 +"178171",55556,18277,3,2075,2309 +"178172",55556,19568,3,2075,2302 +"178173",55556,19606,3,2075,2783 +"178174",55556,20700,3,2075,2861 +"178175",55556,26608,3,2075,2329 +"178176",55556,27478,3,2075,2485 +"178177",55556,31799,3,2075,2547 +"178178",55556,33572,2,2075,2370 +"178179",55556,35256,2,2075,2271 +"178180",55556,37570,3,2075,2389 +"178181",55556,38667,3,2075,2880 +"178182",55556,38727,3,2075,2238 +"178183",55556,39444,1,2075,2695 +"178184",55556,43226,3,2075,2442 +"178185",55556,43518,3,2075,2680 +"178186",55556,44427,3,2075,2875 +"178187",55556,47803,3,2075,2477 +"178188",55556,48495,3,2075,2737 +"178189",55556,49032,3,2075,2469 +"178190",55556,49965,3,2075,2301 +"178191",55556,51410,3,2075,2739 +"178192",55556,53637,2,2075,2113 +"178193",55556,53851,3,2075,2305 +"178194",55556,55828,3,2075,2393 +"178195",55556,57977,3,2075,2683 +"178196",55556,58508,3,2075,2326 +"178197",55556,59700,2,2075,2346 +"178198",55556,67264,3,2075,2790 +"178199",55556,69335,3,2075,2698 +"178200",55556,72334,3,2075,2820 +"178201",55556,85430,2,2075,2370 +"178202",55556,91570,3,2075,2229 +"178203",55556,93615,1,2075,2386 +"178204",55580,10310,3,1942,2774 +"178205",55580,11493,2,1942,2077 +"178206",55580,12388,2,1942,1975 +"178207",55580,15444,3,1942,2764 +"178208",55580,17351,3,1942,2036 +"178209",55580,18165,3,1942,2085 +"178210",55580,21479,3,1942,2134 +"178211",55580,23268,3,1942,2258 +"178212",55580,25637,3,1942,2688 +"178213",55580,29930,3,1942,2240 +"178214",55580,41682,3,1942,1988 +"178215",55580,52032,3,1942,2853 +"178216",55580,91142,3,1942,2527 +"178217",55604,6824,3,2342,2680 +"178218",55604,10638,2,2342,2692 +"178219",55604,11506,3,2342,2824 +"178220",55604,18943,3,2342,2861 +"178221",55604,20007,3,2342,2971 +"178222",55604,39105,3,2342,2487 +"178223",55604,46951,3,2342,2429 +"178224",55604,69335,3,2342,2698 +"178225",55643,4701,3,2359,2401 +"178226",55643,9311,2,2359,2477 +"178227",55643,10851,3,2359,2423 +"178228",55643,13249,1,2359,2573 +"178229",55643,13601,3,2359,2689 +"178230",55643,15626,2,2359,2434 +"178231",55643,19208,3,2359,2629 +"178232",55643,30906,3,2359,2537 +"178233",55643,33433,1,2359,2805 +"178234",55643,33672,3,2359,2396 +"178235",55643,38755,3,2359,2902 +"178236",55643,38885,3,2359,2720 +"178237",55643,47564,3,2359,2650 +"178238",55643,49696,3,2359,2444 +"178239",55643,51853,3,2359,2520 +"178240",55643,59113,2,2359,2434 +"178241",55643,64061,3,2359,2381 +"178242",55652,49110,3,2795,2938 +"178243",55674,2014,3,718,973 +"178244",55674,7123,3,718,1964 +"178245",55674,12007,3,718,1594 +"178246",55674,13671,3,718,1371 +"178247",55674,13925,3,718,1515 +"178248",55674,16524,3,718,1556 +"178249",55674,16590,3,718,1123 +"178250",55674,18645,3,718,793 +"178251",55674,19002,3,718,2053 +"178252",55674,19190,3,718,2677 +"178253",55674,26698,2,718,1963 +"178254",55674,32576,3,718,2881 +"178255",55674,92469,3,718,1232 +"178256",55674,96387,3,718,2159 +"178257",55691,28285,3,2856,2972 +"178258",55691,36962,2,2856,2861 +"178259",55691,44427,3,2856,2875 +"178260",55691,108379,3,2856,2933 +"178261",55717,7896,3,922,2447 +"178262",55717,8623,2,922,2463 +"178263",55717,9772,3,922,1789 +"178264",55717,32778,2,922,2310 +"178265",55717,33460,3,922,2781 +"178266",55717,35446,3,922,1203 +"178267",55717,45355,2,922,1450 +"178268",55717,47529,3,922,2914 +"178269",55717,51758,2,922,2310 +"178270",55717,52524,2,922,1197 +"178271",55717,57209,3,922,1719 +"178272",55717,58684,3,922,2295 +"178273",55717,79432,3,922,1708 +"178274",55717,95757,3,922,1232 +"178275",55730,843,3,1217,2332 +"178276",55730,1369,3,1217,2487 +"178277",55730,2724,3,1217,2447 +"178278",55730,3272,3,1217,2132 +"178279",55730,3477,3,1217,2546 +"178280",55730,3559,2,1217,2413 +"178281",55730,4968,3,1217,1586 +"178282",55730,6063,3,1217,2349 +"178283",55730,6999,3,1217,2214 +"178284",55730,8993,3,1217,2099 +"178285",55730,10716,3,1217,1692 +"178286",55730,11803,3,1217,1232 +"178287",55730,12116,3,1217,2119 +"178288",55730,12197,3,1217,1235 +"178289",55730,13340,3,1217,1918 +"178290",55730,14061,3,1217,1620 +"178291",55730,15023,3,1217,2054 +"178292",55730,18217,3,1217,1566 +"178293",55730,19075,3,1217,2214 +"178294",55730,19476,3,1217,1708 +"178295",55730,19667,3,1217,1466 +"178296",55730,20038,3,1217,1531 +"178297",55730,20547,2,1217,2145 +"178298",55730,20739,2,1217,2025 +"178299",55730,24116,3,1217,1413 +"178300",55730,25518,3,1217,1955 +"178301",55730,25886,3,1217,1580 +"178302",55730,31357,3,1217,2389 +"178303",55730,33223,3,1217,2397 +"178304",55730,33470,3,1217,2003 +"178305",55730,35317,3,1217,1888 +"178306",55730,39893,3,1217,1601 +"178307",55730,40542,3,1217,1664 +"178308",55730,41051,3,1217,2767 +"178309",55730,42407,2,1217,2408 +"178310",55730,49805,3,1217,2445 +"178311",55730,51843,3,1217,2389 +"178312",55730,52953,3,1217,1741 +"178313",55730,53414,3,1217,1672 +"178314",55730,54385,2,1217,2340 +"178315",55730,55307,3,1217,2306 +"178316",55730,62848,2,1217,1230 +"178317",55730,63104,3,1217,2149 +"178318",55730,69308,3,1217,2370 +"178319",55730,74054,3,1217,1488 +"178320",55730,77719,3,1217,2086 +"178321",55730,78277,3,1217,1937 +"178322",55730,80615,2,1217,2252 +"178323",55730,84808,2,1217,1974 +"178324",55730,94339,3,1217,2768 +"178325",55730,110871,2,1217,2879 +"178326",55733,3403,3,161,2951 +"178327",55733,3542,3,161,450 +"178328",55733,7432,3,161,1531 +"178329",55733,7787,3,161,2314 +"178330",55733,9912,3,161,1356 +"178331",55733,10250,3,161,1606 +"178332",55733,11135,2,161,2441 +"178333",55733,11521,3,161,1559 +"178334",55733,12197,3,161,1235 +"178335",55733,12511,3,161,1298 +"178336",55733,14473,2,161,2325 +"178337",55733,15502,3,161,2637 +"178338",55733,16545,3,161,186 +"178339",55733,17480,3,161,2316 +"178340",55733,18645,2,161,793 +"178341",55733,18821,3,161,2075 +"178342",55733,19687,3,161,2072 +"178343",55733,20709,2,161,1757 +"178344",55733,25270,3,161,985 +"178345",55733,26567,3,161,1158 +"178346",55733,28567,3,161,2398 +"178347",55733,37858,3,161,248 +"178348",55733,39507,3,161,793 +"178349",55733,42195,3,161,573 +"178350",55733,42446,3,161,202 +"178351",55733,42486,2,161,1951 +"178352",55733,43957,3,161,1824 +"178353",55733,45487,3,161,2256 +"178354",55733,48764,2,161,860 +"178355",55733,51448,3,161,1593 +"178356",55733,56316,3,161,1435 +"178357",55733,70011,3,161,2690 +"178358",55733,79337,2,161,875 +"178359",55733,93317,3,161,1223 +"178360",55733,95661,3,161,872 +"178361",55733,97940,3,161,431 +"178362",55733,104542,3,161,897 +"178363",55733,106554,3,161,1270 +"178364",55733,110023,2,161,230 +"178365",55733,115905,3,161,274 +"178366",55733,118881,3,161,170 +"178367",55742,4634,3,2006,2291 +"178368",55742,6040,3,2006,2103 +"178369",55742,22932,2,2006,2469 +"178370",55742,47882,3,2006,2769 +"178371",55742,58711,2,2006,2746 +"178372",55742,65857,3,2006,2628 +"178373",55742,67150,3,2006,2633 +"178374",55742,108151,3,2006,2377 +"178375",55748,1349,3,204,1147 +"178376",55748,2847,3,204,494 +"178377",55748,8923,3,204,1266 +"178378",55748,9484,3,204,1429 +"178379",55748,11424,3,204,1631 +"178380",55748,12781,3,204,831 +"178381",55748,13079,3,204,2547 +"178382",55748,19073,3,204,2748 +"178383",55748,19686,3,204,2467 +"178384",55748,22578,2,204,2216 +"178385",55748,22945,3,204,237 +"178386",55748,24302,3,204,407 +"178387",55748,26124,3,204,2356 +"178388",55748,27742,3,204,2700 +"178389",55748,27914,3,204,2507 +"178390",55748,28571,3,204,1556 +"178391",55748,31866,2,204,2101 +"178392",55748,33957,3,204,245 +"178393",55748,39418,3,204,1978 +"178394",55748,41770,3,204,2752 +"178395",55748,43204,2,204,1680 +"178396",55748,51991,3,204,692 +"178397",55748,61347,3,204,1684 +"178398",55748,61541,2,204,2699 +"178399",55748,62438,3,204,802 +"178400",55748,65381,2,204,2184 +"178401",55748,69545,3,204,673 +"178402",55748,71467,3,204,1051 +"178403",55748,76391,3,204,1536 +"178404",55748,87907,3,204,1173 +"178405",55748,104098,3,204,512 +"178406",55748,106399,3,204,1530 +"178407",55775,827,3,2385,2964 +"178408",55775,1624,3,2385,2687 +"178409",55775,2647,3,2385,2450 +"178410",55775,3669,3,2385,2524 +"178411",55775,7229,3,2385,2669 +"178412",55775,11103,3,2385,2393 +"178413",55775,11506,3,2385,2824 +"178414",55775,13200,3,2385,2488 +"178415",55775,17221,2,2385,2487 +"178416",55775,18808,3,2385,2854 +"178417",55775,21180,2,2385,2762 +"178418",55775,21463,2,2385,2437 +"178419",55775,22905,2,2385,2599 +"178420",55775,31251,3,2385,2498 +"178421",55775,38309,2,2385,2644 +"178422",55775,39105,2,2385,2487 +"178423",55775,46951,3,2385,2429 +"178424",55775,47607,3,2385,2724 +"178425",55775,49147,2,2385,2539 +"178426",55775,50635,2,2385,2962 +"178427",55775,56464,3,2385,2488 +"178428",55775,59470,3,2385,2393 +"178429",55775,60672,3,2385,2876 +"178430",55775,68416,3,2385,2939 +"178431",55775,76132,3,2385,2426 +"178432",55817,20219,3,2285,2313 +"178433",55817,32202,3,2285,2314 +"178434",55817,45138,1,2285,2516 +"178435",55817,64967,3,2285,2872 +"178436",55821,8865,2,1303,2394 +"178437",55821,10148,3,1303,2964 +"178438",55821,13808,3,1303,1356 +"178439",55821,18227,3,1303,2214 +"178440",55821,19937,3,1303,1587 +"178441",55821,22893,3,1303,1938 +"178442",55821,27908,3,1303,2576 +"178443",55821,29454,3,1303,2719 +"178444",55821,30906,3,1303,2537 +"178445",55821,34921,3,1303,2181 +"178446",55821,35903,2,1303,1434 +"178447",55821,38019,3,1303,1870 +"178448",55821,46486,3,1303,1868 +"178449",55821,48377,3,1303,1927 +"178450",55821,55862,1,1303,2123 +"178451",55821,69232,3,1303,2130 +"178452",55828,1616,3,2393,2662 +"178453",55828,2166,3,2393,2557 +"178454",55828,7323,3,2393,2858 +"178455",55828,13751,3,2393,2557 +"178456",55828,18151,3,2393,2962 +"178457",55828,27478,3,2393,2485 +"178458",55828,36506,3,2393,2638 +"178459",55828,38667,3,2393,2880 +"178460",55828,39444,3,2393,2695 +"178461",55828,44427,3,2393,2875 +"178462",55828,51410,3,2393,2739 +"178463",55828,57609,2,2393,2717 +"178464",55828,57977,3,2393,2683 +"178465",55828,64967,2,2393,2872 +"178466",55828,68390,2,2393,2608 +"178467",55862,2704,3,2123,2609 +"178468",55862,8865,2,2123,2394 +"178469",55862,10148,3,2123,2964 +"178470",55862,18227,2,2123,2214 +"178471",55862,19719,3,2123,2177 +"178472",55862,21734,3,2123,2528 +"178473",55862,23216,3,2123,2424 +"178474",55862,27908,3,2123,2576 +"178475",55862,29454,3,2123,2719 +"178476",55862,30906,3,2123,2537 +"178477",55862,34836,3,2123,2302 +"178478",55862,45967,3,2123,2195 +"178479",55862,51157,3,2123,2319 +"178480",55862,64219,3,2123,2705 +"178481",55862,69232,3,2123,2130 +"178482",55862,120345,3,2123,2164 +"178483",55880,913,3,626,2144 +"178484",55880,1520,3,626,1716 +"178485",55880,1691,3,626,1941 +"178486",55880,2208,2,626,2814 +"178487",55880,2523,3,626,1691 +"178488",55880,2684,3,626,2874 +"178489",55880,4317,3,626,1224 +"178490",55880,4430,3,626,2019 +"178491",55880,4567,3,626,2348 +"178492",55880,5018,3,626,640 +"178493",55880,6390,3,626,2385 +"178494",55880,7780,3,626,1920 +"178495",55880,9805,3,626,1621 +"178496",55880,10401,3,626,863 +"178497",55880,11055,3,626,2111 +"178498",55880,12728,3,626,2374 +"178499",55880,14108,3,626,2012 +"178500",55880,14676,3,626,2764 +"178501",55880,14983,3,626,1047 +"178502",55880,15118,3,626,1311 +"178503",55880,16201,2,626,1811 +"178504",55880,17645,2,626,1918 +"178505",55880,24568,3,626,1937 +"178506",55880,26957,3,626,987 +"178507",55880,31408,3,626,994 +"178508",55880,34314,2,626,630 +"178509",55880,35045,3,626,1646 +"178510",55880,35095,3,626,1502 +"178511",55880,37509,3,626,1640 +"178512",55880,38087,3,626,1083 +"178513",55880,39556,3,626,2747 +"178514",55880,43226,3,626,2442 +"178515",55880,43635,3,626,1196 +"178516",55880,44135,3,626,2620 +"178517",55880,44744,3,626,2032 +"178518",55880,46726,2,626,943 +"178519",55880,47064,3,626,1993 +"178520",55880,47585,3,626,794 +"178521",55880,48698,3,626,1474 +"178522",55880,48754,3,626,1972 +"178523",55880,50235,3,626,726 +"178524",55880,50996,3,626,929 +"178525",55880,53252,3,626,637 +"178526",55880,57732,3,626,2454 +"178527",55880,62668,2,626,958 +"178528",55880,63409,3,626,1937 +"178529",55880,65475,3,626,1267 +"178530",55880,79364,2,626,834 +"178531",55880,79657,3,626,1260 +"178532",55880,99152,3,626,1698 +"178533",55880,100432,3,626,1358 +"178534",55880,106318,3,626,1698 +"178535",55880,108430,3,626,1642 +"178536",55892,323,3,1234,1706 +"178537",55892,1102,3,1234,2282 +"178538",55892,1641,3,1234,1490 +"178539",55892,5346,3,1234,1438 +"178540",55892,5568,1,1234,1290 +"178541",55892,6234,3,1234,2654 +"178542",55892,6588,3,1234,2025 +"178543",55892,7555,3,1234,1943 +"178544",55892,9362,3,1234,2879 +"178545",55892,9423,3,1234,1708 +"178546",55892,10222,3,1234,2212 +"178547",55892,10739,3,1234,1807 +"178548",55892,10870,2,1234,1755 +"178549",55892,10964,3,1234,2043 +"178550",55892,11019,3,1234,1299 +"178551",55892,11067,3,1234,2734 +"178552",55892,12724,3,1234,1930 +"178553",55892,14072,3,1234,1346 +"178554",55892,14731,3,1234,2012 +"178555",55892,14817,3,1234,2110 +"178556",55892,14972,3,1234,2332 +"178557",55892,15207,3,1234,1855 +"178558",55892,15632,2,1234,1242 +"178559",55892,16482,3,1234,1958 +"178560",55892,17396,3,1234,1672 +"178561",55892,17812,3,1234,2705 +"178562",55892,17841,3,1234,1700 +"178563",55892,20124,3,1234,2376 +"178564",55892,20200,3,1234,2322 +"178565",55892,20321,3,1234,1596 +"178566",55892,20545,3,1234,1491 +"178567",55892,21487,3,1234,2203 +"178568",55892,24085,3,1234,1253 +"178569",55892,24195,3,1234,1575 +"178570",55892,25443,3,1234,1441 +"178571",55892,26658,3,1234,2745 +"178572",55892,27379,3,1234,2461 +"178573",55892,27686,3,1234,2844 +"178574",55892,29930,3,1234,2240 +"178575",55892,30092,3,1234,1593 +"178576",55892,30486,2,1234,1269 +"178577",55892,30981,3,1234,2366 +"178578",55892,31001,3,1234,2119 +"178579",55892,31700,3,1234,2727 +"178580",55892,32173,3,1234,2341 +"178581",55892,32678,3,1234,1439 +"178582",55892,32939,2,1234,2277 +"178583",55892,33383,3,1234,1572 +"178584",55892,34509,3,1234,1973 +"178585",55892,35264,3,1234,2329 +"178586",55892,35402,3,1234,2339 +"178587",55892,36215,3,1234,1623 +"178588",55892,36666,3,1234,1270 +"178589",55892,37026,3,1234,1428 +"178590",55892,37937,3,1234,1320 +"178591",55892,38676,3,1234,2286 +"178592",55892,39556,3,1234,2747 +"178593",55892,41278,3,1234,1873 +"178594",55892,42216,3,1234,2722 +"178595",55892,42256,3,1234,2839 +"178596",55892,45585,3,1234,2384 +"178597",55892,47595,3,1234,2374 +"178598",55892,53445,3,1234,2028 +"178599",55892,54020,3,1234,1578 +"178600",55892,56903,3,1234,1584 +"178601",55892,57804,2,1234,2214 +"178602",55892,58284,3,1234,2292 +"178603",55892,63477,3,1234,1907 +"178604",55892,64232,3,1234,1275 +"178605",55892,70433,3,1234,2639 +"178606",55892,79653,3,1234,2683 +"178607",55892,82246,3,1234,1538 +"178608",55892,82426,3,1234,1576 +"178609",55892,94520,3,1234,1243 +"178610",55956,7795,3,613,2789 +"178611",55956,63442,3,613,1965 +"178612",55956,81221,3,613,2285 +"178613",55987,455,3,396,2827 +"178614",55987,5491,3,396,2048 +"178615",55987,7078,3,396,2344 +"178616",55987,10726,1,396,841 +"178617",55987,16029,3,396,1160 +"178618",55987,18151,3,396,2962 +"178619",55987,21795,3,396,2653 +"178620",55987,34160,3,396,1759 +"178621",55987,47947,3,396,2681 +"178622",55987,49265,3,396,2686 +"178623",55987,57380,3,396,2362 +"178624",55987,93102,2,396,1174 +"178625",55997,1570,3,1414,2028 +"178626",55997,3272,3,1414,2132 +"178627",55997,3477,3,1414,2546 +"178628",55997,4622,3,1414,1589 +"178629",55997,4968,3,1414,1586 +"178630",55997,6063,3,1414,2349 +"178631",55997,7648,2,1414,1861 +"178632",55997,9273,3,1414,1747 +"178633",55997,10756,3,1414,2207 +"178634",55997,11967,3,1414,2026 +"178635",55997,12598,3,1414,2086 +"178636",55997,14442,3,1414,2700 +"178637",55997,15023,3,1414,2054 +"178638",55997,16184,3,1414,2274 +"178639",55997,17768,3,1414,2468 +"178640",55997,18217,3,1414,1566 +"178641",55997,20547,3,1414,2145 +"178642",55997,20739,3,1414,2025 +"178643",55997,24867,3,1414,1861 +"178644",55997,25053,3,1414,2186 +"178645",55997,25678,3,1414,1558 +"178646",55997,31357,2,1414,2389 +"178647",55997,33223,3,1414,2397 +"178648",55997,40542,3,1414,1664 +"178649",55997,44501,3,1414,2567 +"178650",55997,51843,3,1414,2389 +"178651",55997,51890,3,1414,1992 +"178652",55997,54385,3,1414,2340 +"178653",55997,55307,3,1414,2306 +"178654",55997,58536,3,1414,2742 +"178655",55997,59289,2,1414,2896 +"178656",55997,63104,2,1414,2149 +"178657",55997,67701,3,1414,2289 +"178658",55997,84317,3,1414,2081 +"178659",55997,84322,2,1414,1635 +"178660",56022,313,3,282,2271 +"178661",56022,499,3,282,1931 +"178662",56022,543,3,282,2203 +"178663",56022,1469,3,282,1160 +"178664",56022,1777,3,282,1965 +"178665",56022,2036,3,282,2483 +"178666",56022,2754,3,282,1360 +"178667",56022,3830,3,282,1661 +"178668",56022,5462,3,282,2374 +"178669",56022,5504,3,282,2389 +"178670",56022,9311,3,282,2477 +"178671",56022,9579,2,282,2105 +"178672",56022,10843,3,282,2277 +"178673",56022,14888,3,282,1411 +"178674",56022,15626,3,282,2434 +"178675",56022,18393,3,282,860 +"178676",56022,22874,3,282,404 +"178677",56022,24286,3,282,1280 +"178678",56022,26713,3,282,1235 +"178679",56022,27478,2,282,2485 +"178680",56022,28545,3,282,552 +"178681",56022,31799,3,282,2547 +"178682",56022,32409,3,282,857 +"178683",56022,33241,3,282,632 +"178684",56022,33356,3,282,1586 +"178685",56022,33433,2,282,2805 +"178686",56022,34443,1,282,496 +"178687",56022,34707,2,282,2042 +"178688",56022,35256,3,282,2271 +"178689",56022,36446,3,282,1175 +"178690",56022,38048,2,282,867 +"178691",56022,40136,3,282,1149 +"178692",56022,40296,1,282,1674 +"178693",56022,41747,3,282,1722 +"178694",56022,49581,3,282,1817 +"178695",56022,50946,2,282,1075 +"178696",56022,51410,3,282,2739 +"178697",56022,52136,3,282,1412 +"178698",56022,52154,2,282,1722 +"178699",56022,52937,3,282,600 +"178700",56022,53031,2,282,2065 +"178701",56022,53809,3,282,1956 +"178702",56022,55643,3,282,2359 +"178703",56022,57977,3,282,2683 +"178704",56022,59113,3,282,2434 +"178705",56022,59786,3,282,605 +"178706",56022,67456,3,282,1608 +"178707",56022,67775,3,282,1964 +"178708",56022,68098,3,282,2378 +"178709",56022,71968,3,282,629 +"178710",56022,74190,3,282,1428 +"178711",56022,74318,3,282,632 +"178712",56022,77489,3,282,1514 +"178713",56022,84897,1,282,1075 +"178714",56022,85430,3,282,2370 +"178715",56022,89958,3,282,1186 +"178716",56022,93615,3,282,2386 +"178717",56022,95155,3,282,849 +"178718",56022,97427,3,282,1060 +"178719",56022,100978,3,282,862 +"178720",56022,104239,3,282,926 +"178721",56026,14,2,908,1793 +"178722",56026,854,2,908,2307 +"178723",56026,915,3,908,1793 +"178724",56026,1175,3,908,1642 +"178725",56026,1767,3,908,2727 +"178726",56026,2269,3,908,984 +"178727",56026,2337,3,908,1697 +"178728",56026,2894,3,908,1291 +"178729",56026,3068,1,908,1815 +"178730",56026,3495,3,908,2431 +"178731",56026,3886,2,908,1669 +"178732",56026,3980,2,908,2771 +"178733",56026,4253,3,908,1890 +"178734",56026,4504,2,908,1905 +"178735",56026,4784,3,908,2511 +"178736",56026,5845,3,908,1552 +"178737",56026,6020,3,908,1864 +"178738",56026,6996,3,908,2916 +"178739",56026,9440,3,908,1006 +"178740",56026,11450,2,908,915 +"178741",56026,11625,3,908,2022 +"178742",56026,12779,3,908,936 +"178743",56026,13158,3,908,2667 +"178744",56026,14072,3,908,1346 +"178745",56026,14328,3,908,1725 +"178746",56026,15235,1,908,1045 +"178747",56026,17632,3,908,1947 +"178748",56026,17943,1,908,1943 +"178749",56026,18011,3,908,1636 +"178750",56026,19069,3,908,988 +"178751",56026,19282,2,908,1623 +"178752",56026,19317,3,908,2041 +"178753",56026,20416,3,908,2323 +"178754",56026,20732,3,908,2401 +"178755",56026,21358,3,908,1970 +"178756",56026,22025,3,908,1591 +"178757",56026,22057,2,908,974 +"178758",56026,23641,3,908,1934 +"178759",56026,23726,3,908,2434 +"178760",56026,23751,3,908,1740 +"178761",56026,24512,3,908,1369 +"178762",56026,26080,3,908,2525 +"178763",56026,26234,3,908,2183 +"178764",56026,28648,3,908,1586 +"178765",56026,29454,3,908,2719 +"178766",56026,29884,3,908,1239 +"178767",56026,30092,2,908,1593 +"178768",56026,30236,2,908,2238 +"178769",56026,30827,2,908,2323 +"178770",56026,30850,1,908,1045 +"178771",56026,32064,3,908,1739 +"178772",56026,34274,3,908,1437 +"178773",56026,35045,3,908,1646 +"178774",56026,38284,2,908,1234 +"178775",56026,38732,2,908,2263 +"178776",56026,41764,3,908,2409 +"178777",56026,41972,3,908,2509 +"178778",56026,42216,3,908,2722 +"178779",56026,43404,2,908,2649 +"178780",56026,45297,3,908,1864 +"178781",56026,45450,3,908,1590 +"178782",56026,46717,2,908,938 +"178783",56026,47248,3,908,2883 +"178784",56026,48823,2,908,2080 +"178785",56026,51017,3,908,2073 +"178786",56026,52969,3,908,2302 +"178787",56026,55084,2,908,1189 +"178788",56026,59677,3,908,1174 +"178789",56026,60179,3,908,2708 +"178790",56026,63547,3,908,1023 +"178791",56026,75028,3,908,1660 +"178792",56026,88063,1,908,1045 +"178793",56026,88070,2,908,949 +"178794",56026,91571,2,908,923 +"178795",56026,93642,3,908,1120 +"178796",56026,94520,3,908,1243 +"178797",56026,95879,2,908,1748 +"178798",56026,102133,3,908,1165 +"178799",56029,357,3,147,2327 +"178800",56029,1469,3,147,1160 +"178801",56029,2077,3,147,610 +"178802",56029,4226,3,147,1903 +"178803",56029,4366,3,147,1726 +"178804",56029,5716,3,147,1058 +"178805",56029,6366,3,147,798 +"178806",56029,8921,2,147,2403 +"178807",56029,11218,3,147,2292 +"178808",56029,14855,2,147,903 +"178809",56029,16352,3,147,2657 +"178810",56029,18348,3,147,1711 +"178811",56029,21198,3,147,935 +"178812",56029,24923,3,147,2785 +"178813",56029,26659,3,147,903 +"178814",56029,27175,3,147,1447 +"178815",56029,29073,3,147,2328 +"178816",56029,32409,3,147,857 +"178817",56029,32694,3,147,1602 +"178818",56029,32811,3,147,804 +"178819",56029,39648,3,147,230 +"178820",56029,43169,3,147,594 +"178821",56029,44521,3,147,1593 +"178822",56029,48260,3,147,875 +"178823",56029,56604,3,147,1919 +"178824",56029,58508,3,147,2326 +"178825",56029,58530,2,147,298 +"178826",56029,61719,2,147,1515 +"178827",56029,71159,3,147,855 +"178828",56029,77359,2,147,917 +"178829",56029,78256,3,147,804 +"178830",56029,80219,3,147,988 +"178831",56029,82696,3,147,1305 +"178832",56029,84743,3,147,396 +"178833",56029,92220,3,147,607 +"178834",56029,93752,2,147,1368 +"178835",56029,94650,3,147,896 +"178836",56082,270,2,2395,2542 +"178837",56082,680,3,2395,2569 +"178838",56082,1315,3,2395,2760 +"178839",56082,2424,3,2395,2582 +"178840",56082,2684,3,2395,2874 +"178841",56082,3305,3,2395,2839 +"178842",56082,3477,3,2395,2546 +"178843",56082,3493,2,2395,2451 +"178844",56082,3966,3,2395,2425 +"178845",56082,3978,3,2395,2775 +"178846",56082,4303,3,2395,2414 +"178847",56082,4701,3,2395,2401 +"178848",56082,5258,3,2395,2730 +"178849",56082,6074,3,2395,2426 +"178850",56082,6491,3,2395,2424 +"178851",56082,6914,3,2395,2668 +"178852",56082,6989,3,2395,2623 +"178853",56082,7234,2,2395,2654 +"178854",56082,8062,3,2395,2858 +"178855",56082,8762,3,2395,2585 +"178856",56082,9272,3,2395,2835 +"178857",56082,9311,3,2395,2477 +"178858",56082,9362,3,2395,2879 +"178859",56082,9624,3,2395,2398 +"178860",56082,11351,3,2395,2971 +"178861",56082,11429,3,2395,2520 +"178862",56082,11477,3,2395,2724 +"178863",56082,12759,3,2395,2414 +"178864",56082,13586,3,2395,2966 +"178865",56082,14655,3,2395,2559 +"178866",56082,14959,3,2395,2898 +"178867",56082,16352,2,2395,2657 +"178868",56082,18005,2,2395,2449 +"178869",56082,18361,2,2395,2968 +"178870",56082,18371,3,2395,2860 +"178871",56082,18543,3,2395,2968 +"178872",56082,19862,3,2395,2412 +"178873",56082,20984,3,2395,2502 +"178874",56082,21417,3,2395,2422 +"178875",56082,21682,3,2395,2414 +"178876",56082,22326,2,2395,2818 +"178877",56082,22415,3,2395,2841 +"178878",56082,23011,2,2395,2763 +"178879",56082,24096,3,2395,2612 +"178880",56082,25305,3,2395,2447 +"178881",56082,25373,3,2395,2783 +"178882",56082,26080,2,2395,2525 +"178883",56082,27275,3,2395,2656 +"178884",56082,27390,3,2395,2425 +"178885",56082,29473,3,2395,2602 +"178886",56082,29929,2,2395,2789 +"178887",56082,30173,3,2395,2404 +"178888",56082,30705,3,2395,2959 +"178889",56082,31235,3,2395,2668 +"178890",56082,31436,3,2395,2892 +"178891",56082,31705,3,2395,2706 +"178892",56082,33223,3,2395,2397 +"178893",56082,33433,3,2395,2805 +"178894",56082,33801,3,2395,2899 +"178895",56082,33949,3,2395,2489 +"178896",56082,34480,3,2395,2755 +"178897",56082,34735,3,2395,2767 +"178898",56082,35815,2,2395,2789 +"178899",56082,36087,3,2395,2755 +"178900",56082,36609,3,2395,2918 +"178901",56082,36912,3,2395,2469 +"178902",56082,36953,3,2395,2790 +"178903",56082,36962,3,2395,2861 +"178904",56082,38780,3,2395,2705 +"178905",56082,40572,3,2395,2666 +"178906",56082,41023,3,2395,2408 +"178907",56082,41972,3,2395,2509 +"178908",56082,42216,3,2395,2722 +"178909",56082,43226,3,2395,2442 +"178910",56082,43455,3,2395,2846 +"178911",56082,43518,3,2395,2680 +"178912",56082,44235,3,2395,2700 +"178913",56082,45729,2,2395,2606 +"178914",56082,46982,3,2395,2806 +"178915",56082,47445,3,2395,2668 +"178916",56082,49998,3,2395,2761 +"178917",56082,50118,3,2395,2654 +"178918",56082,50134,3,2395,2674 +"178919",56082,50585,3,2395,2414 +"178920",56082,50785,3,2395,2877 +"178921",56082,51035,3,2395,2397 +"178922",56082,51144,3,2395,2466 +"178923",56082,51783,2,2395,2599 +"178924",56082,51866,3,2395,2411 +"178925",56082,53219,3,2395,2973 +"178926",56082,53739,3,2395,2704 +"178927",56082,54929,3,2395,2783 +"178928",56082,55468,3,2395,2511 +"178929",56082,56237,2,2395,2625 +"178930",56082,59539,3,2395,2429 +"178931",56082,61982,3,2395,2725 +"178932",56082,64947,2,2395,2489 +"178933",56082,67726,2,2395,2873 +"178934",56082,69335,3,2395,2698 +"178935",56082,70046,3,2395,2624 +"178936",56082,71531,3,2395,2887 +"178937",56082,72207,1,2395,2430 +"178938",56082,73266,3,2395,2496 +"178939",56082,74636,3,2395,2525 +"178940",56082,83396,3,2395,2396 +"178941",56082,88232,3,2395,2881 +"178942",56082,99215,3,2395,2791 +"178943",56082,105685,3,2395,2469 +"178944",56094,2206,3,2343,2536 +"178945",56094,5962,3,2343,2491 +"178946",56094,9504,3,2343,2549 +"178947",56094,27320,3,2343,2378 +"178948",56094,59610,3,2343,2448 +"178949",56116,1136,3,1321,2536 +"178950",56116,2011,3,1321,2176 +"178951",56116,2407,3,1321,1725 +"178952",56116,2798,3,1321,1673 +"178953",56116,2865,3,1321,2006 +"178954",56116,4932,3,1321,2752 +"178955",56116,5346,3,1321,1438 +"178956",56116,6047,3,1321,2004 +"178957",56116,7672,3,1321,1974 +"178958",56116,8073,3,1321,1847 +"178959",56116,9724,3,1321,2713 +"178960",56116,9928,3,1321,2345 +"178961",56116,10358,3,1321,2294 +"178962",56116,13671,3,1321,1371 +"178963",56116,14032,2,1321,2144 +"178964",56116,14108,3,1321,2012 +"178965",56116,14731,3,1321,2012 +"178966",56116,15207,3,1321,1855 +"178967",56116,16866,3,1321,2718 +"178968",56116,18543,3,1321,2968 +"178969",56116,18865,3,1321,2676 +"178970",56116,22080,3,1321,2436 +"178971",56116,24256,3,1321,2393 +"178972",56116,26793,3,1321,2104 +"178973",56116,29170,3,1321,1846 +"178974",56116,29918,3,1321,1953 +"178975",56116,32919,3,1321,2321 +"178976",56116,35464,3,1321,2502 +"178977",56116,35926,3,1321,2371 +"178978",56116,36862,3,1321,2655 +"178979",56116,41607,3,1321,2802 +"178980",56116,42216,3,1321,2722 +"178981",56116,42619,3,1321,2017 +"178982",56116,45299,3,1321,2426 +"178983",56116,46621,3,1321,1343 +"178984",56116,48215,3,1321,2028 +"178985",56116,55155,3,1321,2333 +"178986",56116,56237,3,1321,2625 +"178987",56116,56854,3,1321,2022 +"178988",56116,63395,3,1321,2334 +"178989",56116,73747,3,1321,2274 +"178990",56116,74605,3,1321,2265 +"178991",56116,75403,3,1321,1895 +"178992",56116,80377,3,1321,1384 +"178993",56116,82767,3,1321,1641 +"178994",56116,92658,3,1321,2659 +"178995",56116,95288,2,1321,1602 +"178996",56116,101347,2,1321,1335 +"178997",56116,106555,1,1321,1626 +"178998",56116,108430,2,1321,1642 +"178999",56143,206,3,766,1986 +"179000",56143,675,3,766,1686 +"179001",56143,1036,3,766,1367 +"179002",56143,1050,1,766,1185 +"179003",56143,1092,3,766,1945 +"179004",56143,1136,3,766,2536 +"179005",56143,3164,3,766,2693 +"179006",56143,4226,3,766,1903 +"179007",56143,5429,3,766,1991 +"179008",56143,6030,2,766,2953 +"179009",56143,6428,3,766,1952 +"179010",56143,6491,3,766,2424 +"179011",56143,7234,3,766,2654 +"179012",56143,7798,3,766,949 +"179013",56143,7847,2,766,2424 +"179014",56143,7970,3,766,1197 +"179015",56143,9391,2,766,1252 +"179016",56143,10148,2,766,2964 +"179017",56143,10488,3,766,1524 +"179018",56143,11055,3,766,2111 +"179019",56143,12310,2,766,1337 +"179020",56143,12778,3,766,2045 +"179021",56143,15560,3,766,2257 +"179022",56143,15632,3,766,1242 +"179023",56143,15808,3,766,1521 +"179024",56143,16195,3,766,2964 +"179025",56143,17396,3,766,1672 +"179026",56143,17819,3,766,2291 +"179027",56143,18639,2,766,990 +"179028",56143,20024,3,766,1181 +"179029",56143,22165,3,766,1501 +"179030",56143,22331,3,766,2687 +"179031",56143,22566,3,766,2308 +"179032",56143,22586,3,766,1341 +"179033",56143,22885,3,766,1702 +"179034",56143,23508,3,766,1907 +"179035",56143,24789,3,766,829 +"179036",56143,25443,3,766,1441 +"179037",56143,26322,3,766,1018 +"179038",56143,28050,3,766,1955 +"179039",56143,28168,3,766,2702 +"179040",56143,28434,3,766,1141 +"179041",56143,30325,3,766,1067 +"179042",56143,30906,3,766,2537 +"179043",56143,31307,3,766,2139 +"179044",56143,33383,3,766,1572 +"179045",56143,38869,3,766,1675 +"179046",56143,40369,2,766,2735 +"179047",56143,40487,3,766,2512 +"179048",56143,42715,3,766,987 +"179049",56143,45186,2,766,835 +"179050",56143,55185,3,766,922 +"179051",56143,58035,3,766,1646 +"179052",56143,58451,3,766,1939 +"179053",56143,62488,3,766,1418 +"179054",56143,63770,3,766,1324 +"179055",56143,64031,3,766,1295 +"179056",56143,64181,3,766,1828 +"179057",56143,64997,3,766,2791 +"179058",56143,67314,3,766,1051 +"179059",56143,67788,2,766,837 +"179060",56143,68024,3,766,1531 +"179061",56143,99621,3,766,874 +"179062",56143,105975,3,766,1939 +"179063",56152,2443,3,1487,2333 +"179064",56152,3819,3,1487,1583 +"179065",56152,5392,3,1487,1648 +"179066",56152,6428,3,1487,1952 +"179067",56152,7703,3,1487,2122 +"179068",56152,7847,2,1487,2424 +"179069",56152,10370,3,1487,2224 +"179070",56152,19093,3,1487,2224 +"179071",56152,22682,3,1487,2035 +"179072",56152,22885,3,1487,1702 +"179073",56152,23312,3,1487,2449 +"179074",56152,23825,3,1487,1913 +"179075",56152,24256,3,1487,2393 +"179076",56152,29930,3,1487,2240 +"179077",56152,30697,3,1487,2891 +"179078",56152,31705,3,1487,2706 +"179079",56152,32311,1,1487,2396 +"179080",56152,52969,3,1487,2302 +"179081",56152,63515,3,1487,2023 +"179082",56152,64181,3,1487,1828 +"179083",56152,65572,3,1487,2750 +"179084",56152,66878,3,1487,1949 +"179085",56152,77155,3,1487,2946 +"179086",56152,82681,3,1487,1620 +"179087",56168,1222,2,1466,2598 +"179088",56168,1785,3,1466,2350 +"179089",56168,2272,3,1466,1640 +"179090",56168,2443,2,1466,2333 +"179091",56168,2802,2,1466,1836 +"179092",56168,3477,3,1466,2546 +"179093",56168,5414,2,1466,2321 +"179094",56168,6063,3,1466,2349 +"179095",56168,6262,2,1466,2733 +"179096",56168,6432,3,1466,2297 +"179097",56168,6755,3,1466,2818 +"179098",56168,9269,3,1466,1892 +"179099",56168,9910,3,1466,2526 +"179100",56168,9948,3,1466,2019 +"179101",56168,12116,3,1466,2119 +"179102",56168,12914,3,1466,1557 +"179103",56168,13150,3,1466,1570 +"179104",56168,15047,2,1466,1697 +"179105",56168,16067,3,1466,2727 +"179106",56168,17884,3,1466,1677 +"179107",56168,17999,3,1466,2758 +"179108",56168,18217,3,1466,1566 +"179109",56168,18466,2,1466,2340 +"179110",56168,18610,3,1466,2141 +"179111",56168,19002,3,1466,2053 +"179112",56168,19190,2,1466,2677 +"179113",56168,20604,2,1466,1684 +"179114",56168,20695,3,1466,2526 +"179115",56168,26138,3,1466,1902 +"179116",56168,26698,3,1466,1963 +"179117",56168,29824,3,1466,2772 +"179118",56168,30697,3,1466,2891 +"179119",56168,31705,3,1466,2706 +"179120",56168,32939,3,1466,2277 +"179121",56168,32966,3,1466,1583 +"179122",56168,33223,3,1466,2397 +"179123",56168,33278,3,1466,1591 +"179124",56168,36215,3,1466,1623 +"179125",56168,36662,3,1466,2967 +"179126",56168,37332,3,1466,1891 +"179127",56168,38697,3,1466,2701 +"179128",56168,40542,3,1466,1664 +"179129",56168,42280,3,1466,2266 +"179130",56168,43311,3,1466,1553 +"179131",56168,43768,3,1466,1468 +"179132",56168,45585,3,1466,2384 +"179133",56168,48931,3,1466,2444 +"179134",56168,49403,3,1466,2427 +"179135",56168,53082,3,1466,2328 +"179136",56168,53648,3,1466,2167 +"179137",56168,54061,3,1466,1488 +"179138",56168,56364,3,1466,1626 +"179139",56168,57037,3,1466,2293 +"179140",56168,57804,3,1466,2214 +"179141",56168,63525,3,1466,2741 +"179142",56168,66017,2,1466,1545 +"179143",56168,76997,2,1466,2223 +"179144",56168,77550,3,1466,1548 +"179145",56168,79793,2,1466,1915 +"179146",56168,82917,3,1466,2371 +"179147",56168,83334,2,1466,1708 +"179148",56168,94339,2,1466,2768 +"179149",56168,106330,3,1466,2559 +"179150",56168,107435,3,1466,1635 +"179151",56171,675,3,1524,1686 +"179152",56171,1136,3,1524,2536 +"179153",56171,3167,3,1524,1676 +"179154",56171,3242,3,1524,1730 +"179155",56171,4191,2,1524,2130 +"179156",56171,4618,3,1524,2607 +"179157",56171,4980,3,1524,2093 +"179158",56171,6023,3,1524,2050 +"179159",56171,7861,3,1524,1647 +"179160",56171,10799,3,1524,2010 +"179161",56171,10871,3,1524,2314 +"179162",56171,17357,3,1524,1536 +"179163",56171,19516,2,1524,2313 +"179164",56171,19568,3,1524,2302 +"179165",56171,20563,3,1524,2267 +"179166",56171,23704,3,1524,2278 +"179167",56171,25643,3,1524,1646 +"179168",56171,26436,3,1524,2489 +"179169",56171,27753,3,1524,2750 +"179170",56171,32988,3,1524,2008 +"179171",56171,34492,2,1524,1798 +"179172",56171,34509,3,1524,1973 +"179173",56171,38449,3,1524,1802 +"179174",56171,40293,3,1524,1671 +"179175",56171,45343,3,1524,2360 +"179176",56171,45715,3,1524,2287 +"179177",56171,51410,1,1524,2739 +"179178",56171,53031,3,1524,2065 +"179179",56171,58035,3,1524,1646 +"179180",56171,82767,3,1524,1641 +"179181",56212,3786,3,1410,2282 +"179182",56212,5673,3,1410,1567 +"179183",56212,6071,2,1410,2310 +"179184",56212,11135,3,1410,2441 +"179185",56212,12031,3,1410,1957 +"179186",56212,15502,3,1410,2637 +"179187",56212,17999,3,1410,2758 +"179188",56212,19687,2,1410,2072 +"179189",56212,20517,3,1410,1465 +"179190",56212,21895,3,1410,1693 +"179191",56212,22905,3,1410,2599 +"179192",56212,23639,2,1410,2065 +"179193",56212,23731,1,1410,1656 +"179194",56212,24116,1,1410,1413 +"179195",56212,25286,3,1410,1545 +"179196",56212,25886,2,1410,1580 +"179197",56212,29276,3,1410,2000 +"179198",56212,33363,3,1410,2475 +"179199",56212,34953,3,1410,1817 +"179200",56212,41051,3,1410,2767 +"179201",56212,47130,3,1410,2654 +"179202",56212,51448,3,1410,1593 +"179203",56212,56673,3,1410,2419 +"179204",56212,79236,3,1410,1505 +"179205",56212,93670,3,1410,1682 +"179206",56212,95211,3,1410,2462 +"179207",56232,270,3,1175,2542 +"179208",56232,997,3,1175,2788 +"179209",56232,998,3,1175,1795 +"179210",56232,1102,3,1175,2282 +"179211",56232,1124,3,1175,1596 +"179212",56232,1831,3,1175,2397 +"179213",56232,1875,2,1175,1786 +"179214",56232,2572,3,1175,2273 +"179215",56232,2754,3,1175,1360 +"179216",56232,3947,3,1175,2067 +"179217",56232,3966,3,1175,2425 +"179218",56232,4360,3,1175,1770 +"179219",56232,4671,3,1175,2280 +"179220",56232,5226,3,1175,1309 +"179221",56232,5350,3,1175,2522 +"179222",56232,5449,2,1175,1723 +"179223",56232,5515,3,1175,2385 +"179224",56232,5845,3,1175,1552 +"179225",56232,5971,3,1175,1985 +"179226",56232,6255,3,1175,2895 +"179227",56232,6588,3,1175,2025 +"179228",56232,7029,1,1175,2204 +"179229",56232,7406,3,1175,1906 +"179230",56232,7858,3,1175,1795 +"179231",56232,9723,3,1175,2302 +"179232",56232,10488,3,1175,1524 +"179233",56232,10870,3,1175,1755 +"179234",56232,10964,3,1175,2043 +"179235",56232,11019,3,1175,1299 +"179236",56232,11067,3,1175,2734 +"179237",56232,11103,2,1175,2393 +"179238",56232,11218,3,1175,2292 +"179239",56232,11239,2,1175,2181 +"179240",56232,11493,3,1175,2077 +"179241",56232,12371,3,1175,1569 +"179242",56232,12724,3,1175,1930 +"179243",56232,12767,3,1175,2329 +"179244",56232,12778,3,1175,2045 +"179245",56232,13307,3,1175,2206 +"179246",56232,15122,3,1175,1201 +"179247",56232,17938,3,1175,1410 +"179248",56232,18344,3,1175,2204 +"179249",56232,18394,3,1175,2356 +"179250",56232,20162,3,1175,2328 +"179251",56232,21012,3,1175,2325 +"179252",56232,23006,3,1175,1532 +"179253",56232,23526,3,1175,1998 +"179254",56232,23704,3,1175,2278 +"179255",56232,23715,3,1175,1859 +"179256",56232,24195,3,1175,1575 +"179257",56232,24256,3,1175,2393 +"179258",56232,24807,3,1175,2319 +"179259",56232,25325,3,1175,2963 +"179260",56232,25508,2,1175,2081 +"179261",56232,25971,3,1175,2608 +"179262",56232,26595,3,1175,1566 +"179263",56232,26716,3,1175,1765 +"179264",56232,27195,1,1175,2158 +"179265",56232,28432,3,1175,1954 +"179266",56232,28571,3,1175,1556 +"179267",56232,28640,1,1175,1475 +"179268",56232,29917,3,1175,1962 +"179269",56232,29930,2,1175,2240 +"179270",56232,30405,3,1175,2164 +"179271",56232,32694,3,1175,1602 +"179272",56232,34325,3,1175,1982 +"179273",56232,34492,3,1175,1798 +"179274",56232,34735,3,1175,2767 +"179275",56232,35516,2,1175,1229 +"179276",56232,36574,3,1175,2934 +"179277",56232,37301,3,1175,2160 +"179278",56232,40028,3,1175,1349 +"179279",56232,40072,3,1175,1182 +"179280",56232,42129,3,1175,2318 +"179281",56232,42216,3,1175,2722 +"179282",56232,42574,3,1175,2842 +"179283",56232,42935,3,1175,2400 +"179284",56232,43226,3,1175,2442 +"179285",56232,45302,3,1175,2390 +"179286",56232,46043,3,1175,1358 +"179287",56232,48571,3,1175,2717 +"179288",56232,49185,3,1175,1544 +"179289",56232,49677,3,1175,1222 +"179290",56232,50236,3,1175,2339 +"179291",56232,50298,3,1175,2101 +"179292",56232,51017,3,1175,2073 +"179293",56232,51035,3,1175,2397 +"179294",56232,51471,3,1175,1280 +"179295",56232,53219,2,1175,2973 +"179296",56232,54879,3,1175,2210 +"179297",56232,68960,2,1175,1312 +"179298",56232,75607,3,1175,2245 +"179299",56232,78436,3,1175,1615 +"179300",56232,86287,3,1175,1349 +"179301",56237,5239,3,2625,2875 +"179302",56237,11477,3,2625,2724 +"179303",56237,14676,3,2625,2764 +"179304",56237,16352,2,2625,2657 +"179305",56237,18361,2,2625,2968 +"179306",56237,21571,3,2625,2755 +"179307",56237,34735,3,2625,2767 +"179308",56237,36862,3,2625,2655 +"179309",56237,43455,3,2625,2846 +"179310",56237,43518,3,2625,2680 +"179311",56237,47445,3,2625,2668 +"179312",56237,61982,3,2625,2725 +"179313",56275,6824,3,2152,2680 +"179314",56275,10638,3,2152,2692 +"179315",56275,11506,3,2152,2824 +"179316",56275,18943,3,2152,2861 +"179317",56275,20007,3,2152,2971 +"179318",56275,30507,3,2152,2302 +"179319",56275,36136,3,2152,2338 +"179320",56275,46951,3,2152,2429 +"179321",56275,53013,2,2152,2523 +"179322",56316,2272,3,1435,1640 +"179323",56316,4968,3,1435,1586 +"179324",56316,6345,3,1435,2713 +"179325",56316,7499,3,1435,1803 +"179326",56316,7787,2,1435,2314 +"179327",56316,10250,2,1435,1606 +"179328",56316,15023,3,1435,2054 +"179329",56316,17480,3,1435,2316 +"179330",56316,18821,3,1435,2075 +"179331",56316,20547,3,1435,2145 +"179332",56316,20709,3,1435,1757 +"179333",56316,51843,3,1435,2389 +"179334",56316,52950,2,1435,2716 +"179335",56316,54385,3,1435,2340 +"179336",56316,67836,3,1435,2195 +"179337",56316,78477,2,1435,1613 +"179338",56316,84808,3,1435,1974 +"179339",56317,135,3,2030,2233 +"179340",56317,270,3,2030,2542 +"179341",56317,312,3,2030,2038 +"179342",56317,380,3,2030,2261 +"179343",56317,455,3,2030,2827 +"179344",56317,854,3,2030,2307 +"179345",56317,913,3,2030,2144 +"179346",56317,1102,3,2030,2282 +"179347",56317,2424,2,2030,2582 +"179348",56317,3271,3,2030,2216 +"179349",56317,3305,2,2030,2839 +"179350",56317,3966,3,2030,2425 +"179351",56317,4567,3,2030,2348 +"179352",56317,5725,3,2030,2789 +"179353",56317,6718,3,2030,2138 +"179354",56317,8762,3,2030,2585 +"179355",56317,9057,3,2030,2629 +"179356",56317,9272,3,2030,2835 +"179357",56317,9311,3,2030,2477 +"179358",56317,10513,3,2030,2284 +"179359",56317,12528,3,2030,2589 +"179360",56317,12728,3,2030,2374 +"179361",56317,14959,3,2030,2898 +"179362",56317,15813,3,2030,2143 +"179363",56317,16332,3,2030,2668 +"179364",56317,16432,2,2030,2664 +"179365",56317,17852,3,2030,2840 +"179366",56317,18394,3,2030,2356 +"179367",56317,19248,3,2030,2357 +"179368",56317,19719,2,2030,2177 +"179369",56317,20407,3,2030,2339 +"179370",56317,21012,3,2030,2325 +"179371",56317,21138,3,2030,2849 +"179372",56317,21285,2,2030,2100 +"179373",56317,21693,2,2030,2176 +"179374",56317,21929,3,2030,2062 +"179375",56317,22326,2,2030,2818 +"179376",56317,22331,3,2030,2687 +"179377",56317,22567,3,2030,2396 +"179378",56317,23132,3,2030,2756 +"179379",56317,23509,3,2030,2275 +"179380",56317,24448,3,2030,2289 +"179381",56317,25305,3,2030,2447 +"179382",56317,26451,3,2030,2133 +"179383",56317,26749,3,2030,2965 +"179384",56317,27275,2,2030,2656 +"179385",56317,27390,3,2030,2425 +"179386",56317,29073,3,2030,2328 +"179387",56317,29962,3,2030,2201 +"179388",56317,30052,2,2030,2855 +"179389",56317,30173,3,2030,2404 +"179390",56317,33801,3,2030,2899 +"179391",56317,34136,3,2030,2202 +"179392",56317,34836,3,2030,2302 +"179393",56317,36439,3,2030,2469 +"179394",56317,37285,3,2030,2428 +"179395",56317,39087,3,2030,2765 +"179396",56317,40383,3,2030,2639 +"179397",56317,43226,3,2030,2442 +"179398",56317,43455,3,2030,2846 +"179399",56317,45302,3,2030,2390 +"179400",56317,45608,3,2030,2420 +"179401",56317,46629,3,2030,2255 +"179402",56317,47772,3,2030,2293 +"179403",56317,47947,3,2030,2681 +"179404",56317,51017,3,2030,2073 +"179405",56317,51035,3,2030,2397 +"179406",56317,51041,3,2030,2606 +"179407",56317,52323,3,2030,2148 +"179408",56317,52570,3,2030,2645 +"179409",56317,52576,2,2030,2234 +"179410",56317,53323,3,2030,2677 +"179411",56317,55139,3,2030,2323 +"179412",56317,55438,3,2030,2863 +"179413",56317,55468,3,2030,2511 +"179414",56317,56082,3,2030,2395 +"179415",56317,56340,3,2030,2060 +"179416",56317,58508,2,2030,2326 +"179417",56317,58684,2,2030,2295 +"179418",56317,59700,3,2030,2346 +"179419",56317,61982,3,2030,2725 +"179420",56317,62841,3,2030,2710 +"179421",56317,65007,3,2030,2530 +"179422",56317,65016,3,2030,2749 +"179423",56317,67652,3,2030,2736 +"179424",56317,69335,3,2030,2698 +"179425",56317,70217,3,2030,2332 +"179426",56317,72207,3,2030,2430 +"179427",56317,76892,3,2030,2381 +"179428",56317,77815,3,2030,2358 +"179429",56317,78150,3,2030,2581 +"179430",56317,79322,3,2030,2770 +"179431",56317,82949,2,2030,2077 +"179432",56317,101797,3,2030,2357 +"179433",56338,2221,3,1818,2092 +"179434",56338,2759,3,1818,2030 +"179435",56338,3271,3,1818,2216 +"179436",56338,3317,3,1818,2037 +"179437",56338,4730,3,1818,2131 +"179438",56338,6824,2,1818,2680 +"179439",56338,7433,3,1818,2255 +"179440",56338,9272,3,1818,2835 +"179441",56338,9861,3,1818,2680 +"179442",56338,10495,3,1818,2230 +"179443",56338,10638,2,1818,2692 +"179444",56338,11506,2,1818,2824 +"179445",56338,18571,3,1818,2128 +"179446",56338,18943,2,1818,2861 +"179447",56338,20007,2,1818,2971 +"179448",56338,21180,3,1818,2762 +"179449",56338,21463,3,1818,2437 +"179450",56338,27783,3,1818,2302 +"179451",56338,30507,3,1818,2302 +"179452",56338,31164,2,1818,1996 +"179453",56338,32449,2,1818,2091 +"179454",56338,34162,3,1818,2336 +"179455",56338,36136,2,1818,2338 +"179456",56338,39105,3,1818,2487 +"179457",56338,41978,3,1818,2824 +"179458",56338,43226,3,1818,2442 +"179459",56338,46951,2,1818,2429 +"179460",56338,48110,3,1818,2009 +"179461",56338,53013,1,1818,2523 +"179462",56338,55604,3,1818,2342 +"179463",56338,56275,1,1818,2152 +"179464",56338,58508,3,1818,2326 +"179465",56338,59039,3,1818,2870 +"179466",56338,64947,3,1818,2489 +"179467",56338,66911,1,1818,1920 +"179468",56338,69335,3,1818,2698 +"179469",56338,76132,3,1818,2426 +"179470",56338,76675,3,1818,1840 +"179471",56340,52576,3,2060,2234 +"179472",56364,1624,3,1626,2687 +"179473",56364,2443,3,1626,2333 +"179474",56364,2927,3,1626,1789 +"179475",56364,3158,3,1626,2762 +"179476",56364,3271,3,1626,2216 +"179477",56364,3506,3,1626,2364 +"179478",56364,4698,3,1626,2481 +"179479",56364,6040,3,1626,2103 +"179480",56364,7123,3,1626,1964 +"179481",56364,9269,1,1626,1892 +"179482",56364,9272,3,1626,2835 +"179483",56364,9895,2,1626,1960 +"179484",56364,9910,2,1626,2526 +"179485",56364,9948,2,1626,2019 +"179486",56364,10146,3,1626,1878 +"179487",56364,11351,3,1626,2971 +"179488",56364,15813,3,1626,2143 +"179489",56364,16347,2,1626,1868 +"179490",56364,17499,3,1626,2954 +"179491",56364,17925,3,1626,2385 +"179492",56364,20695,1,1626,2526 +"179493",56364,24256,3,1626,2393 +"179494",56364,26374,3,1626,2133 +"179495",56364,26740,2,1626,2695 +"179496",56364,29930,3,1626,2240 +"179497",56364,30544,3,1626,2041 +"179498",56364,31705,3,1626,2706 +"179499",56364,34331,2,1626,1727 +"179500",56364,38697,2,1626,2701 +"179501",56364,42382,3,1626,2224 +"179502",56364,43226,3,1626,2442 +"179503",56364,44744,2,1626,2032 +"179504",56364,46520,3,1626,1776 +"179505",56364,46616,2,1626,1917 +"179506",56364,47607,3,1626,2724 +"179507",56364,48110,3,1626,2009 +"179508",56364,48931,3,1626,2444 +"179509",56364,51212,3,1626,1801 +"179510",56364,53082,3,1626,2328 +"179511",56364,53584,3,1626,2391 +"179512",56364,55261,3,1626,1915 +"179513",56364,58508,3,1626,2326 +"179514",56364,69335,3,1626,2698 +"179515",56364,69453,3,1626,2831 +"179516",56364,80301,3,1626,1690 +"179517",56364,83334,3,1626,1708 +"179518",56364,84591,2,1626,1685 +"179519",56364,96387,3,1626,2159 +"179520",56396,25530,1,2408,2884 +"179521",56396,60966,3,2408,2734 +"179522",56396,73266,3,2408,2496 +"179523",56397,854,3,2053,2307 +"179524",56397,13158,3,2053,2667 +"179525",56397,24756,3,2053,2530 +"179526",56397,30236,2,2053,2238 +"179527",56397,32520,3,2053,2425 +"179528",56397,38732,3,2053,2263 +"179529",56397,40262,3,2053,2291 +"179530",56397,44268,3,2053,2436 +"179531",56413,4188,3,2747,2963 +"179532",56413,15150,3,2747,2801 +"179533",56413,20011,3,2747,2826 +"179534",56431,4736,3,242,955 +"179535",56431,12610,3,242,1274 +"179536",56431,14731,2,242,2012 +"179537",56431,34588,3,242,985 +"179538",56431,43428,3,242,1299 +"179539",56431,45545,2,242,1776 +"179540",56431,58284,3,242,2292 +"179541",56431,66756,3,242,1301 +"179542",56431,66971,3,242,2299 +"179543",56431,76463,3,242,2298 +"179544",56452,82409,2,191,1881 +"179545",56460,307,3,476,2530 +"179546",56460,6996,3,476,2916 +"179547",56462,2407,3,852,1725 +"179548",56462,5785,3,852,1261 +"179549",56462,11456,3,852,2715 +"179550",56462,16866,3,852,2718 +"179551",56462,18865,3,852,2676 +"179552",56462,28130,2,852,908 +"179553",56462,28131,3,852,1492 +"179554",56462,63395,3,852,2334 +"179555",56462,79371,3,852,1624 +"179556",56462,82707,3,852,1428 +"179557",56462,89826,3,852,2033 +"179558",56462,110781,1,852,908 +"179559",56464,7229,3,2488,2669 +"179560",56464,13929,3,2488,2693 +"179561",56464,19027,3,2488,2721 +"179562",56464,36962,3,2488,2861 +"179563",56464,55691,3,2488,2856 +"179564",56466,19675,2,1432,2025 +"179565",56466,29687,1,1432,1453 +"179566",56480,868,2,51,607 +"179567",56480,2351,3,51,1868 +"179568",56480,17133,3,51,924 +"179569",56480,21883,3,51,195 +"179570",56480,42852,3,51,1316 +"179571",56480,45355,2,51,1450 +"179572",56480,49872,3,51,2019 +"179573",56480,51250,3,51,2683 +"179574",56480,97244,2,51,1316 +"179575",56480,102530,3,51,880 +"179576",56490,601,3,227,702 +"179577",56490,1315,3,227,2760 +"179578",56490,1427,3,227,324 +"179579",56490,1428,2,227,742 +"179580",56490,3139,3,227,1656 +"179581",56490,3271,3,227,2216 +"179582",56490,3961,3,227,2426 +"179583",56490,5239,3,227,2875 +"179584",56490,7196,2,227,1508 +"179585",56490,7984,3,227,2493 +"179586",56490,7992,3,227,2033 +"179587",56490,8041,3,227,632 +"179588",56490,8913,3,227,968 +"179589",56490,9272,3,227,2835 +"179590",56490,10358,3,227,2294 +"179591",56490,11477,3,227,2724 +"179592",56490,11546,3,227,1174 +"179593",56490,11576,3,227,808 +"179594",56490,12356,3,227,2757 +"179595",56490,13388,2,227,2119 +"179596",56490,13479,3,227,2155 +"179597",56490,13518,3,227,525 +"179598",56490,13967,3,227,1354 +"179599",56490,13979,3,227,1559 +"179600",56490,14325,3,227,1976 +"179601",56490,14943,2,227,1942 +"179602",56490,15401,3,227,1999 +"179603",56490,15990,2,227,593 +"179604",56490,16053,2,227,908 +"179605",56490,16625,3,227,1285 +"179606",56490,16801,2,227,2008 +"179607",56490,16826,3,227,2599 +"179608",56490,17934,3,227,1059 +"179609",56490,18563,3,227,2715 +"179610",56490,18735,3,227,1581 +"179611",56490,19637,3,227,1229 +"179612",56490,20067,3,227,2390 +"179613",56490,20311,3,227,1981 +"179614",56490,20732,2,227,2401 +"179615",56490,21571,3,227,2755 +"179616",56490,21706,3,227,1988 +"179617",56490,22011,2,227,885 +"179618",56490,23268,3,227,2258 +"179619",56490,23726,2,227,2434 +"179620",56490,23869,2,227,1918 +"179621",56490,25271,3,227,1172 +"179622",56490,25680,3,227,1618 +"179623",56490,27543,3,227,666 +"179624",56490,28130,3,227,908 +"179625",56490,28131,3,227,1492 +"179626",56490,28784,3,227,1579 +"179627",56490,29456,3,227,1182 +"179628",56490,30738,3,227,1166 +"179629",56490,30883,3,227,1629 +"179630",56490,31069,3,227,1995 +"179631",56490,32988,2,227,2008 +"179632",56490,33801,3,227,2899 +"179633",56490,34158,3,227,2639 +"179634",56490,35529,3,227,1620 +"179635",56490,36862,3,227,2655 +"179636",56490,38219,1,227,1689 +"179637",56490,39563,3,227,486 +"179638",56490,40432,3,227,1956 +"179639",56490,40645,3,227,1899 +"179640",56490,40931,3,227,2301 +"179641",56490,42505,2,227,2008 +"179642",56490,43226,3,227,2442 +"179643",56490,44819,3,227,2063 +"179644",56490,45277,3,227,1777 +"179645",56490,45959,3,227,1880 +"179646",56490,46040,3,227,2105 +"179647",56490,46803,3,227,2305 +"179648",56490,48110,3,227,2009 +"179649",56490,50382,2,227,2244 +"179650",56490,53475,3,227,2853 +"179651",56490,55139,3,227,2323 +"179652",56490,58164,3,227,2398 +"179653",56490,58508,3,227,2326 +"179654",56490,60718,3,227,1229 +"179655",56490,64786,3,227,870 +"179656",56490,65155,3,227,1947 +"179657",56490,65203,1,227,1597 +"179658",56490,65322,2,227,2008 +"179659",56490,69335,3,227,2698 +"179660",56490,70996,3,227,1037 +"179661",56490,74681,3,227,837 +"179662",56490,74730,3,227,535 +"179663",56490,76511,3,227,1250 +"179664",56490,76999,3,227,908 +"179665",56490,78150,2,227,2581 +"179666",56490,79567,3,227,1942 +"179667",56490,79815,3,227,1713 +"179668",56490,80301,3,227,1690 +"179669",56490,85794,3,227,679 +"179670",56490,85875,1,227,957 +"179671",56490,87720,3,227,2086 +"179672",56490,89511,3,227,1205 +"179673",56490,92254,3,227,517 +"179674",56490,92757,3,227,2615 +"179675",56490,96308,3,227,521 +"179676",56490,96352,2,227,1493 +"179677",56490,96621,3,227,697 +"179678",56490,97160,2,227,1215 +"179679",56490,100140,3,227,1041 +"179680",56490,100670,3,227,525 +"179681",56490,109194,3,227,494 +"179682",56490,117679,3,227,535 +"179683",56490,119991,3,227,310 +"179684",56520,854,2,571,2307 +"179685",56520,915,3,571,1793 +"179686",56520,2609,3,571,834 +"179687",56520,2894,3,571,1291 +"179688",56520,3492,3,571,2117 +"179689",56520,3495,2,571,2431 +"179690",56520,4504,2,571,1905 +"179691",56520,4790,3,571,1025 +"179692",56520,12779,3,571,936 +"179693",56520,14328,3,571,1725 +"179694",56520,17943,3,571,1943 +"179695",56520,24512,3,571,1369 +"179696",56520,26234,3,571,2183 +"179697",56520,29454,3,571,2719 +"179698",56520,30236,2,571,2238 +"179699",56520,32601,3,571,1033 +"179700",56520,35448,3,571,1685 +"179701",56520,37301,3,571,2160 +"179702",56520,38732,2,571,2263 +"179703",56520,41764,3,571,2409 +"179704",56520,56026,3,571,908 +"179705",56520,56639,3,571,643 +"179706",56520,66530,2,571,2811 +"179707",56520,90573,2,571,878 +"179708",56520,102133,3,571,1165 +"179709",56538,9787,3,2796,2858 +"179710",56569,364,3,1993,2351 +"179711",56569,1756,2,1993,2231 +"179712",56569,2979,3,1993,2912 +"179713",56569,5839,3,1993,2301 +"179714",56569,6063,3,1993,2349 +"179715",56569,9035,3,1993,2771 +"179716",56569,9503,3,1993,2453 +"179717",56569,9787,3,1993,2858 +"179718",56569,12078,3,1993,2381 +"179719",56569,12948,3,1993,2669 +"179720",56569,14749,3,1993,1998 +"179721",56569,15826,3,1993,2772 +"179722",56569,17037,3,1993,2947 +"179723",56569,19655,3,1993,2706 +"179724",56569,27742,3,1993,2700 +"179725",56569,30368,2,1993,2487 +"179726",56569,31542,2,1993,2459 +"179727",56569,36912,3,1993,2469 +"179728",56569,57402,3,1993,2454 +"179729",56569,63077,3,1993,2778 +"179730",56601,2294,3,528,1638 +"179731",56601,9351,3,528,1460 +"179732",56601,21352,3,528,1604 +"179733",56601,33341,3,528,2338 +"179734",56601,46384,3,528,2285 +"179735",56601,63263,3,528,1267 +"179736",56604,1196,3,1919,1986 +"179737",56604,3164,3,1919,2693 +"179738",56604,5350,3,1919,2522 +"179739",56604,5622,3,1919,2175 +"179740",56604,5971,3,1919,1985 +"179741",56604,6030,3,1919,2953 +"179742",56604,6047,3,1919,2004 +"179743",56604,6324,3,1919,1990 +"179744",56604,9928,3,1919,2345 +"179745",56604,10358,3,1919,2294 +"179746",56604,10717,3,1919,1938 +"179747",56604,11218,2,1919,2292 +"179748",56604,11966,3,1919,2385 +"179749",56604,12042,3,1919,2345 +"179750",56604,16096,3,1919,2301 +"179751",56604,16352,2,1919,2657 +"179752",56604,17400,3,1919,2231 +"179753",56604,18361,3,1919,2968 +"179754",56604,21571,3,1919,2755 +"179755",56604,22566,3,1919,2308 +"179756",56604,23310,3,1919,2371 +"179757",56604,26080,3,1919,2525 +"179758",56604,26818,3,1919,1999 +"179759",56604,28050,3,1919,1955 +"179760",56604,28168,3,1919,2702 +"179761",56604,32503,3,1919,2020 +"179762",56604,34735,3,1919,2767 +"179763",56604,50236,3,1919,2339 +"179764",56604,54929,3,1919,2783 +"179765",56604,56237,3,1919,2625 +"179766",56604,57977,3,1919,2683 +"179767",56604,72501,3,1919,2795 +"179768",56604,81349,2,1919,1958 +"179769",56622,2506,3,310,954 +"179770",56622,16935,3,310,441 +"179771",56622,20821,3,310,1617 +"179772",56622,21535,3,310,404 +"179773",56622,21810,2,310,1579 +"179774",56622,35133,2,310,2219 +"179775",56622,40283,3,310,1657 +"179776",56622,61585,3,310,2315 +"179777",56622,70422,3,310,1398 +"179778",56639,854,3,643,2307 +"179779",56639,919,3,643,910 +"179780",56639,1175,2,643,1642 +"179781",56639,1196,3,643,1986 +"179782",56639,1822,3,643,2888 +"179783",56639,1875,3,643,1786 +"179784",56639,2181,3,643,2030 +"179785",56639,2609,3,643,834 +"179786",56639,3068,3,643,1815 +"179787",56639,3477,2,643,2546 +"179788",56639,3492,3,643,2117 +"179789",56639,3495,2,643,2431 +"179790",56639,3886,3,643,1669 +"179791",56639,3966,3,643,2425 +"179792",56639,4504,2,643,1905 +"179793",56639,4622,3,643,1589 +"179794",56639,6063,2,643,2349 +"179795",56639,6392,3,643,1878 +"179796",56639,8993,3,643,2099 +"179797",56639,9503,3,643,2453 +"179798",56639,10143,3,643,778 +"179799",56639,11154,3,643,1594 +"179800",56639,11229,3,643,1625 +"179801",56639,11518,3,643,803 +"179802",56639,11625,3,643,2022 +"179803",56639,12735,2,643,819 +"179804",56639,12779,1,643,936 +"179805",56639,13899,2,643,2650 +"179806",56639,14332,3,643,780 +"179807",56639,14817,3,643,2110 +"179808",56639,15023,3,643,2054 +"179809",56639,15106,3,643,2286 +"179810",56639,15215,3,643,798 +"179811",56639,15235,3,643,1045 +"179812",56639,17399,3,643,884 +"179813",56639,17931,3,643,1617 +"179814",56639,18217,2,643,1566 +"179815",56639,19069,2,643,988 +"179816",56639,19317,2,643,2041 +"179817",56639,19676,3,643,1515 +"179818",56639,19835,3,643,1135 +"179819",56639,20124,3,643,2376 +"179820",56639,20162,2,643,2328 +"179821",56639,20343,2,643,851 +"179822",56639,20416,3,643,2323 +"179823",56639,20921,3,643,723 +"179824",56639,20984,3,643,2502 +"179825",56639,21164,3,643,1645 +"179826",56639,21275,3,643,2609 +"179827",56639,21684,3,643,1971 +"179828",56639,22025,3,643,1591 +"179829",56639,22057,2,643,974 +"179830",56639,22403,3,643,1630 +"179831",56639,22462,2,643,869 +"179832",56639,23572,3,643,772 +"179833",56639,24512,3,643,1369 +"179834",56639,28588,3,643,1335 +"179835",56639,29267,3,643,1234 +"179836",56639,29884,2,643,1239 +"179837",56639,30092,3,643,1593 +"179838",56639,30236,3,643,2238 +"179839",56639,30486,3,643,1269 +"179840",56639,30798,3,643,1398 +"179841",56639,30827,3,643,2323 +"179842",56639,31357,3,643,2389 +"179843",56639,32339,3,643,2430 +"179844",56639,32395,3,643,2735 +"179845",56639,33223,2,643,2397 +"179846",56639,33451,3,643,1957 +"179847",56639,33470,3,643,2003 +"179848",56639,35045,3,643,1646 +"179849",56639,35448,3,643,1685 +"179850",56639,35822,3,643,1903 +"179851",56639,36346,3,643,1240 +"179852",56639,37301,1,643,2160 +"179853",56639,38213,3,643,1744 +"179854",56639,38457,3,643,1630 +"179855",56639,38513,3,643,914 +"179856",56639,38732,3,643,2263 +"179857",56639,40542,2,643,1664 +"179858",56639,42216,3,643,2722 +"179859",56639,43077,3,643,884 +"179860",56639,44181,3,643,1034 +"179861",56639,47595,3,643,2374 +"179862",56639,49620,3,643,1868 +"179863",56639,50667,3,643,2719 +"179864",56639,51843,3,643,2389 +"179865",56639,52953,3,643,1741 +"179866",56639,54980,3,643,876 +"179867",56639,55084,3,643,1189 +"179868",56639,56873,3,643,1421 +"179869",56639,57150,3,643,1196 +"179870",56639,58164,3,643,2398 +"179871",56639,59790,3,643,1827 +"179872",56639,61242,3,643,1650 +"179873",56639,74636,3,643,2525 +"179874",56639,76143,3,643,1610 +"179875",56639,76503,3,643,1136 +"179876",56639,77077,3,643,2693 +"179877",56639,79547,3,643,1909 +"179878",56639,83218,3,643,1537 +"179879",56639,84317,3,643,2081 +"179880",56639,88739,3,643,933 +"179881",56639,105117,3,643,809 +"179882",56639,108498,3,643,974 +"179883",56673,3100,3,2419,2524 +"179884",56673,11135,3,2419,2441 +"179885",56673,15502,3,2419,2637 +"179886",56673,21180,3,2419,2762 +"179887",56673,22905,3,2419,2599 +"179888",56673,41051,2,2419,2767 +"179889",56673,42628,2,2419,2486 +"179890",56673,47330,2,2419,2422 +"179891",56673,50635,3,2419,2962 +"179892",56673,61513,3,2419,2948 +"179893",56673,76132,3,2419,2426 +"179894",56688,13780,3,2331,2412 +"179895",56688,30747,2,2331,2455 +"179896",56688,43226,3,2331,2442 +"179897",56688,50275,1,2331,2832 +"179898",56688,119208,3,2331,2646 +"179899",56726,3100,2,969,2524 +"179900",56726,11135,3,969,2441 +"179901",56726,19687,3,969,2072 +"179902",56726,21976,1,969,1808 +"179903",56726,25270,3,969,985 +"179904",56726,26567,3,969,1158 +"179905",56726,31170,3,969,1776 +"179906",56726,55436,3,969,2513 +"179907",56726,65223,2,969,2724 +"179908",56726,78460,3,969,985 +"179909",56737,6071,3,2270,2310 +"179910",56737,15088,3,2270,2906 +"179911",56737,18954,3,2270,2364 +"179912",56737,23325,3,2270,2779 +"179913",56737,29319,3,2270,2314 +"179914",56737,29824,3,2270,2772 +"179915",56737,30317,3,2270,2431 +"179916",56737,32939,3,2270,2277 +"179917",56737,38038,3,2270,2686 +"179918",56737,52483,3,2270,2317 +"179919",56737,53537,2,2270,2428 +"179920",56737,57678,3,2270,2441 +"179921",56737,64174,3,2270,2377 +"179922",56737,79036,3,2270,2524 +"179923",56754,12228,3,130,2034 +"179924",56754,43585,3,130,1066 +"179925",56754,79036,3,130,2524 +"179926",56754,84768,3,130,1291 +"179927",56755,341,3,2158,2689 +"179928",56755,841,3,2158,2964 +"179929",56755,27391,3,2158,2378 +"179930",56755,40954,3,2158,2603 +"179931",56755,43961,1,2158,2443 +"179932",56755,64967,3,2158,2872 +"179933",56792,82732,3,1926,2810 +"179934",56807,1275,3,1571,2068 +"179935",56807,1831,3,1571,2397 +"179936",56807,2484,3,1571,2389 +"179937",56807,3947,3,1571,2067 +"179938",56807,3961,3,1571,2426 +"179939",56807,4289,2,1571,1921 +"179940",56807,5912,3,1571,2257 +"179941",56807,6417,3,1571,1675 +"179942",56807,7677,3,1571,2338 +"179943",56807,8029,3,1571,1859 +"179944",56807,12692,3,1571,1855 +"179945",56807,13780,3,1571,2412 +"179946",56807,14943,3,1571,1942 +"179947",56807,16826,2,1571,2599 +"179948",56807,17997,1,1571,1621 +"179949",56807,18103,1,1571,1968 +"179950",56807,21138,3,1571,2849 +"179951",56807,21754,3,1571,1881 +"179952",56807,24240,3,1571,1755 +"179953",56807,28015,3,1571,1624 +"179954",56807,28784,3,1571,1579 +"179955",56807,31069,2,1571,1995 +"179956",56807,35529,3,1571,1620 +"179957",56807,38227,2,1571,2511 +"179958",56807,40432,2,1571,1956 +"179959",56807,46988,3,1571,2460 +"179960",56807,47386,2,1571,2226 +"179961",56807,52892,3,1571,2372 +"179962",56807,57977,3,1571,2683 +"179963",56807,70269,3,1571,2368 +"179964",56807,82301,2,1571,1621 +"179965",56807,82929,3,1571,2475 +"179966",56807,83140,1,1571,1630 +"179967",56807,102284,2,1571,2877 +"179968",56837,67024,3,789,1179 +"179969",56854,380,3,2022,2261 +"179970",56854,997,3,2022,2788 +"179971",56854,2224,3,2022,2751 +"179972",56854,5078,3,2022,2033 +"179973",56854,5457,3,2022,2077 +"179974",56854,5462,3,2022,2374 +"179975",56854,5504,3,2022,2389 +"179976",56854,5610,2,2022,2223 +"179977",56854,6491,3,2022,2424 +"179978",56854,7616,3,2022,2296 +"179979",56854,8238,3,2022,2222 +"179980",56854,9362,3,2022,2879 +"179981",56854,9615,3,2022,2464 +"179982",56854,12374,3,2022,2260 +"179983",56854,14032,3,2022,2144 +"179984",56854,15008,3,2022,2338 +"179985",56854,15729,3,2022,2338 +"179986",56854,19208,3,2022,2629 +"179987",56854,19606,3,2022,2783 +"179988",56854,20423,3,2022,2654 +"179989",56854,22682,3,2022,2035 +"179990",56854,23319,3,2022,2867 +"179991",56854,23460,3,2022,2183 +"179992",56854,24256,2,2022,2393 +"179993",56854,24753,3,2022,2860 +"179994",56854,26067,3,2022,2069 +"179995",56854,27796,3,2022,2151 +"179996",56854,29454,3,2022,2719 +"179997",56854,29930,3,2022,2240 +"179998",56854,31117,3,2022,2210 +"179999",56854,31159,3,2022,2231 +"180000",56854,31705,3,2022,2706 +"180001",56854,34836,3,2022,2302 +"180002",56854,35464,3,2022,2502 +"180003",56854,39464,2,2022,2314 +"180004",56854,41664,2,2022,2641 +"180005",56854,42783,3,2022,2338 +"180006",56854,45239,3,2022,2535 +"180007",56854,48035,3,2022,2180 +"180008",56854,49334,3,2022,2433 +"180009",56854,51157,3,2022,2319 +"180010",56854,53475,3,2022,2853 +"180011",56854,54953,3,2022,2223 +"180012",56854,55076,3,2022,2408 +"180013",56854,58284,3,2022,2292 +"180014",56854,64219,3,2022,2705 +"180015",56854,113887,3,2022,2897 +"180016",56859,5515,3,2319,2385 +"180017",56859,6062,3,2319,2681 +"180018",56859,9150,3,2319,2689 +"180019",56859,20496,1,2319,2530 +"180020",56859,25399,3,2319,2784 +"180021",56859,30705,3,2319,2959 +"180022",56859,38263,3,2319,2475 +"180023",56859,38885,3,2319,2720 +"180024",56859,42196,3,2319,2765 +"180025",56859,43756,1,2319,2881 +"180026",56859,50480,3,2319,2701 +"180027",56859,51783,3,2319,2599 +"180028",56859,62739,1,2319,2753 +"180029",56859,72088,1,2319,2728 +"180030",56862,21,3,868,1385 +"180031",56862,841,3,868,2964 +"180032",56862,1108,3,868,1600 +"180033",56862,6989,3,868,2623 +"180034",56862,7126,3,868,1261 +"180035",56862,10980,3,868,1974 +"180036",56862,14586,3,868,2801 +"180037",56862,22166,3,868,994 +"180038",56862,22704,3,868,1150 +"180039",56862,31541,3,868,1500 +"180040",56862,34892,3,868,2309 +"180041",56862,35728,3,868,2017 +"180042",56862,36953,3,868,2790 +"180043",56862,37522,3,868,1270 +"180044",56862,42331,2,868,1585 +"180045",56862,46486,3,868,1868 +"180046",56862,47810,3,868,957 +"180047",56862,47968,2,868,2829 +"180048",56862,50903,3,868,931 +"180049",56862,58015,3,868,899 +"180050",56862,63604,3,868,927 +"180051",56862,70101,2,868,2414 +"180052",56862,74058,3,868,1151 +"180053",56862,74156,2,868,2279 +"180054",56862,83301,3,868,1385 +"180055",56862,84975,3,868,1138 +"180056",56873,1822,3,1421,2888 +"180057",56873,2139,1,1421,2502 +"180058",56873,2181,3,1421,2030 +"180059",56873,3477,2,1421,2546 +"180060",56873,4622,3,1421,1589 +"180061",56873,6063,2,1421,2349 +"180062",56873,6392,3,1421,1878 +"180063",56873,8993,3,1421,2099 +"180064",56873,9503,3,1421,2453 +"180065",56873,11143,3,1421,2623 +"180066",56873,11154,3,1421,1594 +"180067",56873,11229,3,1421,1625 +"180068",56873,12653,3,1421,1573 +"180069",56873,13007,2,1421,2496 +"180070",56873,13899,3,1421,2650 +"180071",56873,14817,3,1421,2110 +"180072",56873,15023,3,1421,2054 +"180073",56873,15095,3,1421,2001 +"180074",56873,18217,2,1421,1566 +"180075",56873,19317,3,1421,2041 +"180076",56873,20124,3,1421,2376 +"180077",56873,20984,3,1421,2502 +"180078",56873,21684,3,1421,1971 +"180079",56873,22403,3,1421,1630 +"180080",56873,24264,3,1421,1760 +"180081",56873,28094,3,1421,1423 +"180082",56873,31357,3,1421,2389 +"180083",56873,31541,3,1421,1500 +"180084",56873,31652,3,1421,2047 +"180085",56873,32339,3,1421,2430 +"180086",56873,32395,1,1421,2735 +"180087",56873,33223,2,1421,2397 +"180088",56873,33451,1,1421,1957 +"180089",56873,33470,3,1421,2003 +"180090",56873,34491,2,1421,2694 +"180091",56873,35822,3,1421,1903 +"180092",56873,37301,3,1421,2160 +"180093",56873,38457,3,1421,1630 +"180094",56873,40542,2,1421,1664 +"180095",56873,40572,3,1421,2666 +"180096",56873,44730,3,1421,2468 +"180097",56873,47595,3,1421,2374 +"180098",56873,51843,3,1421,2389 +"180099",56873,52041,1,1421,2694 +"180100",56873,52554,3,1421,1683 +"180101",56873,52953,3,1421,1741 +"180102",56873,54204,2,1421,1449 +"180103",56873,59790,3,1421,1827 +"180104",56873,70586,3,1421,2562 +"180105",56873,76143,3,1421,1610 +"180106",56873,79547,3,1421,1909 +"180107",56873,84317,3,1421,2081 +"180108",56893,12356,3,2597,2757 +"180109",56893,19744,3,2597,2623 +"180110",56893,36609,3,2597,2918 +"180111",56893,42196,3,2597,2765 +"180112",56903,1355,3,1584,2473 +"180113",56903,1592,2,1584,2006 +"180114",56903,1691,3,1584,1941 +"180115",56903,2484,3,1584,2389 +"180116",56903,5258,3,1584,2730 +"180117",56903,5315,3,1584,2631 +"180118",56903,6055,2,1584,2651 +"180119",56903,6234,3,1584,2654 +"180120",56903,6252,3,1584,2336 +"180121",56903,7616,3,1584,2296 +"180122",56903,7992,3,1584,2033 +"180123",56903,8275,3,1584,2237 +"180124",56903,9184,3,1584,2670 +"180125",56903,9423,3,1584,1708 +"180126",56903,10964,3,1584,2043 +"180127",56903,11067,3,1584,2734 +"180128",56903,12692,3,1584,1855 +"180129",56903,14108,3,1584,2012 +"180130",56903,14731,3,1584,2012 +"180131",56903,14972,3,1584,2332 +"180132",56903,15207,2,1584,1855 +"180133",56903,16539,3,1584,1947 +"180134",56903,17396,3,1584,1672 +"180135",56903,17520,3,1584,2276 +"180136",56903,18543,3,1584,2968 +"180137",56903,19248,3,1584,2357 +"180138",56903,19593,2,1584,2013 +"180139",56903,19718,3,1584,1702 +"180140",56903,20407,3,1584,2339 +"180141",56903,21487,3,1584,2203 +"180142",56903,21682,3,1584,2414 +"180143",56903,24198,3,1584,2217 +"180144",56903,25565,3,1584,2764 +"180145",56903,26658,2,1584,2745 +"180146",56903,27104,3,1584,1608 +"180147",56903,30092,3,1584,1593 +"180148",56903,30981,3,1584,2366 +"180149",56903,32939,2,1584,2277 +"180150",56903,33801,3,1584,2899 +"180151",56903,34509,3,1584,1973 +"180152",56903,34648,3,1584,1596 +"180153",56903,35264,3,1584,2329 +"180154",56903,36215,3,1584,1623 +"180155",56903,36441,2,1584,2796 +"180156",56903,37509,3,1584,1640 +"180157",56903,38213,3,1584,1744 +"180158",56903,38676,3,1584,2286 +"180159",56903,38921,3,1584,1880 +"180160",56903,40756,3,1584,2329 +"180161",56903,41108,3,1584,1624 +"180162",56903,42256,3,1584,2839 +"180163",56903,42264,3,1584,1702 +"180164",56903,42799,2,1584,2729 +"180165",56903,45585,3,1584,2384 +"180166",56903,45684,3,1584,2200 +"180167",56903,45903,2,1584,2237 +"180168",56903,46635,2,1584,2528 +"180169",56903,48127,3,1584,2677 +"180170",56903,48602,3,1584,1704 +"180171",56903,48605,3,1584,2796 +"180172",56903,49301,3,1584,1894 +"180173",56903,49620,3,1584,1868 +"180174",56903,50179,3,1584,2230 +"180175",56903,50252,3,1584,2001 +"180176",56903,51157,3,1584,2319 +"180177",56903,53445,3,1584,2028 +"180178",56903,55076,3,1584,2408 +"180179",56903,57246,3,1584,1873 +"180180",56903,57804,2,1584,2214 +"180181",56903,58284,3,1584,2292 +"180182",56903,64502,3,1584,1670 +"180183",56903,74636,3,1584,2525 +"180184",56903,76356,3,1584,2323 +"180185",56903,81095,3,1584,1609 +"180186",56903,86785,3,1584,1607 +"180187",56903,88232,2,1584,2881 +"180188",56910,16866,2,2705,2718 +"180189",56910,25565,3,2705,2764 +"180190",56910,26642,3,2705,2952 +"180191",56910,29454,3,2705,2719 +"180192",56910,36270,3,2705,2910 +"180193",56910,44688,3,2705,2924 +"180194",56924,34504,3,1894,2310 +"180195",56936,2,2,1519,2796 +"180196",56936,1520,3,1519,1716 +"180197",56936,2418,3,1519,2020 +"180198",56936,3477,3,1519,2546 +"180199",56936,6063,3,1519,2349 +"180200",56936,9332,3,1519,2734 +"180201",56936,18217,3,1519,1566 +"180202",56936,19587,3,1519,1684 +"180203",56936,20220,3,1519,1656 +"180204",56936,20984,1,1519,2502 +"180205",56936,26974,3,1519,1672 +"180206",56936,28837,3,1519,2286 +"180207",56936,29473,3,1519,2602 +"180208",56936,31542,3,1519,2459 +"180209",56936,33223,3,1519,2397 +"180210",56936,37424,3,1519,1693 +"180211",56936,40542,3,1519,1664 +"180212",56936,53687,2,1519,2422 +"180213",56936,54523,2,1519,1935 +"180214",56936,54775,3,1519,2383 +"180215",56936,55296,3,1519,2413 +"180216",56947,11310,3,917,957 +"180217",56947,11424,3,917,1631 +"180218",56947,13079,3,917,2547 +"180219",56947,20894,2,917,2214 +"180220",56947,22709,3,917,2743 +"180221",56947,28432,3,917,1954 +"180222",56947,30631,3,917,951 +"180223",56947,34831,3,917,1866 +"180224",56947,45905,3,917,2785 +"180225",56947,55472,3,917,1516 +"180226",56947,73553,3,917,2726 +"180227",56947,103890,3,917,958 +"180228",56995,364,3,2323,2351 +"180229",56995,2852,3,2323,2448 +"180230",56995,4303,3,2323,2414 +"180231",56995,4612,3,2323,2804 +"180232",56995,4669,3,2323,2395 +"180233",56995,4932,3,2323,2752 +"180234",56995,5897,3,2323,2337 +"180235",56995,6989,3,2323,2623 +"180236",56995,7252,3,2323,2799 +"180237",56995,7942,3,2323,2623 +"180238",56995,9785,3,2323,2951 +"180239",56995,9787,3,2323,2858 +"180240",56995,11648,3,2323,2852 +"180241",56995,16286,3,2323,2470 +"180242",56995,18005,2,2323,2449 +"180243",56995,27742,2,2323,2700 +"180244",56995,27914,1,2323,2507 +"180245",56995,28869,2,2323,2425 +"180246",56995,34908,3,2323,2796 +"180247",56995,40035,3,2323,2742 +"180248",56995,45869,3,2323,2840 +"180249",56995,54775,3,2323,2383 +"180250",56995,58655,3,2323,2685 +"180251",56995,71531,2,2323,2887 +"180252",56995,111375,3,2323,2686 +"180253",57011,1691,3,207,1941 +"180254",57011,4932,3,207,2752 +"180255",57011,6390,3,207,2385 +"180256",57011,7014,3,207,2401 +"180257",57011,8726,2,207,2083 +"180258",57011,22586,3,207,1341 +"180259",57011,23787,3,207,2810 +"180260",57011,28081,3,207,1927 +"180261",57011,35041,3,207,1311 +"180262",57011,47585,3,207,794 +"180263",57011,51687,3,207,2333 +"180264",57011,92592,3,207,486 +"180265",57019,6602,3,895,1631 +"180266",57019,21638,2,895,1750 +"180267",57019,22722,3,895,1233 +"180268",57019,28896,3,895,1395 +"180269",57019,31700,3,895,2727 +"180270",57019,33850,3,895,931 +"180271",57019,37937,3,895,1320 +"180272",57019,42574,3,895,2842 +"180273",57019,48215,3,895,2028 +"180274",57019,61958,3,895,2042 +"180275",57019,97811,3,895,1288 +"180276",57037,916,3,2293,2718 +"180277",57037,6432,3,2293,2297 +"180278",57037,11429,3,2293,2520 +"180279",57037,17999,3,2293,2758 +"180280",57037,18479,3,2293,2967 +"180281",57037,23739,3,2293,2463 +"180282",57037,24255,3,2293,2770 +"180283",57037,27312,3,2293,2469 +"180284",57037,33755,2,2293,2963 +"180285",57037,36662,3,2293,2967 +"180286",57037,43929,3,2293,2749 +"180287",57037,82917,3,2293,2371 +"180288",57037,94339,2,2293,2768 +"180289",57037,116792,3,2293,2397 +"180290",57067,4932,3,2547,2752 +"180291",57067,7942,3,2547,2623 +"180292",57067,9785,3,2547,2951 +"180293",57067,12361,3,2547,2732 +"180294",57067,16176,3,2547,2703 +"180295",57067,19380,3,2547,2637 +"180296",57067,19655,3,2547,2706 +"180297",57067,28893,2,2547,2764 +"180298",57067,36344,3,2547,2570 +"180299",57067,59039,3,2547,2870 +"180300",57067,61337,3,2547,2777 +"180301",57067,100586,3,2547,2966 +"180302",57077,313,3,1885,2271 +"180303",57077,377,3,1885,2389 +"180304",57077,499,3,1885,1931 +"180305",57077,543,2,1885,2203 +"180306",57077,1151,3,1885,2885 +"180307",57077,1495,3,1885,2046 +"180308",57077,1616,2,1885,2662 +"180309",57077,1777,3,1885,1965 +"180310",57077,2036,3,1885,2483 +"180311",57077,2484,2,1885,2389 +"180312",57077,3161,3,1885,2229 +"180313",57077,3878,3,1885,1890 +"180314",57077,4057,3,1885,2389 +"180315",57077,4763,3,1885,1960 +"180316",57077,5078,3,1885,2033 +"180317",57077,5457,3,1885,2077 +"180318",57077,5462,2,1885,2374 +"180319",57077,5504,2,1885,2389 +"180320",57077,7323,2,1885,2858 +"180321",57077,8533,3,1885,2251 +"180322",57077,8760,3,1885,2477 +"180323",57077,10874,3,1885,1891 +"180324",57077,15184,3,1885,2396 +"180325",57077,15539,3,1885,1929 +"180326",57077,17520,3,1885,2276 +"180327",57077,19027,3,1885,2721 +"180328",57077,19248,3,1885,2357 +"180329",57077,19606,3,1885,2783 +"180330",57077,20700,3,1885,2861 +"180331",57077,25198,3,1885,1982 +"180332",57077,30119,2,1885,1961 +"180333",57077,31799,3,1885,2547 +"180334",57077,32606,3,1885,2100 +"180335",57077,35256,3,1885,2271 +"180336",57077,37570,2,1885,2389 +"180337",57077,50252,3,1885,2001 +"180338",57077,55828,3,1885,2393 +"180339",57077,57609,3,1885,2717 +"180340",57077,57977,2,1885,2683 +"180341",57077,64967,3,1885,2872 +"180342",57077,80429,3,1885,1927 +"180343",57077,85430,3,1885,2370 +"180344",57082,900,3,1418,2726 +"180345",57082,1745,3,1418,2693 +"180346",57082,2139,3,1418,2502 +"180347",57082,8062,3,1418,2858 +"180348",57082,13065,3,1418,1561 +"180349",57082,13099,3,1418,1547 +"180350",57082,13842,3,1418,2250 +"180351",57082,13920,2,1418,1709 +"180352",57082,14676,3,1418,2764 +"180353",57082,14781,3,1418,2338 +"180354",57082,22964,3,1418,1443 +"180355",57082,25373,3,1418,2783 +"180356",57082,27509,2,1418,2067 +"180357",57082,33537,3,1418,2406 +"180358",57082,35980,3,1418,2657 +"180359",57082,41250,1,1418,1703 +"180360",57082,41402,3,1418,2313 +"180361",57082,45869,3,1418,2840 +"180362",57082,47708,2,1418,2568 +"180363",57082,49414,3,1418,1667 +"180364",57082,53219,3,1418,2973 +"180365",57082,58238,1,1418,1944 +"180366",57082,66693,2,1418,2554 +"180367",57082,68155,2,1418,1577 +"180368",57082,73172,3,1418,2496 +"180369",57082,82767,3,1418,1641 +"180370",57082,83523,3,1418,1461 +"180371",57083,84779,1,517,914 +"180372",57083,86220,3,517,969 +"180373",57108,30350,3,1609,2515 +"180374",57129,267,3,1858,2631 +"180375",57129,377,3,1858,2389 +"180376",57129,543,3,1858,2203 +"180377",57129,1136,3,1858,2536 +"180378",57129,1151,2,1858,2885 +"180379",57129,1495,3,1858,2046 +"180380",57129,1616,2,1858,2662 +"180381",57129,1691,3,1858,1941 +"180382",57129,1777,3,1858,1965 +"180383",57129,2036,3,1858,2483 +"180384",57129,2166,3,1858,2557 +"180385",57129,2484,3,1858,2389 +"180386",57129,3161,3,1858,2229 +"180387",57129,3477,3,1858,2546 +"180388",57129,4057,3,1858,2389 +"180389",57129,4226,3,1858,1903 +"180390",57129,4687,2,1858,2152 +"180391",57129,5839,3,1858,2301 +"180392",57129,6063,3,1858,2349 +"180393",57129,6390,3,1858,2385 +"180394",57129,6392,2,1858,1878 +"180395",57129,6428,2,1858,1952 +"180396",57129,6491,3,1858,2424 +"180397",57129,7323,3,1858,2858 +"180398",57129,7847,2,1858,2424 +"180399",57129,8760,3,1858,2477 +"180400",57129,8762,3,1858,2585 +"180401",57129,11351,3,1858,2971 +"180402",57129,14108,3,1858,2012 +"180403",57129,14652,3,1858,2516 +"180404",57129,19606,3,1858,2783 +"180405",57129,22207,3,1858,2365 +"180406",57129,23216,2,1858,2424 +"180407",57129,25816,1,1858,2088 +"180408",57129,27628,3,1858,2389 +"180409",57129,27753,3,1858,2750 +"180410",57129,33223,3,1858,2397 +"180411",57129,35256,3,1858,2271 +"180412",57129,38727,2,1858,2238 +"180413",57129,39411,3,1858,2384 +"180414",57129,39444,3,1858,2695 +"180415",57129,40565,3,1858,2115 +"180416",57129,40931,3,1858,2301 +"180417",57129,43173,3,1858,2895 +"180418",57129,43518,3,1858,2680 +"180419",57129,44403,3,1858,2429 +"180420",57129,47803,3,1858,2477 +"180421",57129,55556,3,1858,2075 +"180422",57129,57544,3,1858,2443 +"180423",57129,60661,2,1858,2700 +"180424",57129,64997,3,1858,2791 +"180425",57150,270,3,1196,2542 +"180426",57150,1124,3,1196,1596 +"180427",57150,1315,3,1196,2760 +"180428",57150,1822,2,1196,2888 +"180429",57150,2111,3,1196,1904 +"180430",57150,2181,3,1196,2030 +"180431",57150,2195,3,1196,2139 +"180432",57150,2289,3,1196,2389 +"180433",57150,2972,3,1196,1708 +"180434",57150,3139,3,1196,1656 +"180435",57150,3477,2,1196,2546 +"180436",57150,3493,3,1196,2451 +"180437",57150,4191,3,1196,2130 +"180438",57150,4360,2,1196,1770 +"180439",57150,4622,3,1196,1589 +"180440",57150,5072,2,1196,2175 +"180441",57150,5405,3,1196,1510 +"180442",57150,5622,2,1196,2175 +"180443",57150,5785,3,1196,1261 +"180444",57150,5971,3,1196,1985 +"180445",57150,6044,3,1196,2744 +"180446",57150,6063,2,1196,2349 +"180447",57150,6392,3,1196,1878 +"180448",57150,6588,3,1196,2025 +"180449",57150,7234,2,1196,2654 +"180450",57150,7858,3,1196,1795 +"180451",57150,8993,3,1196,2099 +"180452",57150,9391,3,1196,1252 +"180453",57150,9503,3,1196,2453 +"180454",57150,10488,2,1196,1524 +"180455",57150,10857,2,1196,2253 +"180456",57150,11154,3,1196,1594 +"180457",57150,11218,3,1196,2292 +"180458",57150,11229,3,1196,1625 +"180459",57150,11477,3,1196,2724 +"180460",57150,12042,3,1196,2345 +"180461",57150,12310,2,1196,1337 +"180462",57150,12375,3,1196,1873 +"180463",57150,12388,3,1196,1975 +"180464",57150,13899,3,1196,2650 +"180465",57150,14032,3,1196,2144 +"180466",57150,14353,2,1196,2878 +"180467",57150,14482,1,1196,1573 +"180468",57150,14564,2,1196,1581 +"180469",57150,14817,3,1196,2110 +"180470",57150,15023,3,1196,2054 +"180471",57150,15402,2,1196,1281 +"180472",57150,15444,3,1196,2764 +"180473",57150,15700,3,1196,1712 +"180474",57150,16896,3,1196,2223 +"180475",57150,17027,2,1196,2772 +"180476",57150,17097,2,1196,1505 +"180477",57150,17400,2,1196,2231 +"180478",57150,18217,2,1196,1566 +"180479",57150,18394,3,1196,2356 +"180480",57150,19317,3,1196,2041 +"180481",57150,19622,3,1196,2371 +"180482",57150,20067,3,1196,2390 +"180483",57150,20124,3,1196,2376 +"180484",57150,20984,3,1196,2502 +"180485",57150,21684,3,1196,1971 +"180486",57150,21754,3,1196,1881 +"180487",57150,22403,1,1196,1630 +"180488",57150,23526,3,1196,1998 +"180489",57150,23715,3,1196,1859 +"180490",57150,23725,3,1196,2378 +"180491",57150,23729,3,1196,1624 +"180492",57150,24259,2,1196,1281 +"180493",57150,25643,2,1196,1646 +"180494",57150,26867,3,1196,1804 +"180495",57150,27104,3,1196,1608 +"180496",57150,28383,3,1196,1222 +"180497",57150,28588,3,1196,1335 +"180498",57150,29267,3,1196,1234 +"180499",57150,30405,3,1196,2164 +"180500",57150,30486,3,1196,1269 +"180501",57150,30883,3,1196,1629 +"180502",57150,31093,3,1196,2160 +"180503",57150,31243,3,1196,1355 +"180504",57150,31357,3,1196,2389 +"180505",57150,31436,3,1196,2892 +"180506",57150,32339,3,1196,2430 +"180507",57150,32395,3,1196,2735 +"180508",57150,33223,2,1196,2397 +"180509",57150,33451,3,1196,1957 +"180510",57150,33470,3,1196,2003 +"180511",57150,34158,3,1196,2639 +"180512",57150,34480,3,1196,2755 +"180513",57150,35822,3,1196,1903 +"180514",57150,35926,3,1196,2371 +"180515",57150,36346,3,1196,1240 +"180516",57150,37301,3,1196,2160 +"180517",57150,38457,2,1196,1630 +"180518",57150,39294,2,1196,1889 +"180519",57150,40028,3,1196,1349 +"180520",57150,40293,3,1196,1671 +"180521",57150,40542,2,1196,1664 +"180522",57150,40646,2,1196,1583 +"180523",57150,41108,2,1196,1624 +"180524",57150,41972,3,1196,2509 +"180525",57150,43213,2,1196,2160 +"180526",57150,43335,3,1196,1412 +"180527",57150,43479,3,1196,2178 +"180528",57150,45684,3,1196,2200 +"180529",57150,46196,2,1196,1510 +"180530",57150,46629,3,1196,2255 +"180531",57150,47595,3,1196,2374 +"180532",57150,47857,3,1196,2325 +"180533",57150,47895,3,1196,2328 +"180534",57150,48939,3,1196,1749 +"180535",57150,49414,3,1196,1667 +"180536",57150,49608,3,1196,2184 +"180537",57150,50236,3,1196,2339 +"180538",57150,51843,3,1196,2389 +"180539",57150,52136,2,1196,1412 +"180540",57150,52261,3,1196,2162 +"180541",57150,52953,3,1196,1741 +"180542",57150,53303,3,1196,1376 +"180543",57150,53604,3,1196,2489 +"180544",57150,54551,2,1196,2348 +"180545",57150,56082,2,1196,2395 +"180546",57150,56873,3,1196,1421 +"180547",57150,57760,1,1196,1721 +"180548",57150,58035,3,1196,1646 +"180549",57150,59790,3,1196,1827 +"180550",57150,65522,3,1196,1572 +"180551",57150,68652,3,1196,2878 +"180552",57150,70232,3,1196,2401 +"180553",57150,72207,2,1196,2430 +"180554",57150,75403,2,1196,1895 +"180555",57150,76048,3,1196,2373 +"180556",57150,76143,3,1196,1610 +"180557",57150,76284,3,1196,1237 +"180558",57150,76356,3,1196,2323 +"180559",57150,79547,3,1196,1909 +"180560",57150,84317,3,1196,2081 +"180561",57150,86245,3,1196,1972 +"180562",57150,87837,3,1196,1987 +"180563",57150,91901,3,1196,1236 +"180564",57150,117956,3,1196,2774 +"180565",57209,3456,3,1719,1999 +"180566",57209,8890,2,1719,1955 +"180567",57209,9772,3,1719,1789 +"180568",57209,17645,3,1719,1918 +"180569",57209,31542,3,1719,2459 +"180570",57209,32775,3,1719,2135 +"180571",57209,32778,3,1719,2310 +"180572",57209,40572,3,1719,2666 +"180573",57209,74474,3,1719,2338 +"180574",57229,798,3,179,2476 +"180575",57229,2429,3,179,999 +"180576",57229,2747,3,179,2411 +"180577",57229,2852,3,179,2448 +"180578",57229,3493,3,179,2451 +"180579",57229,4660,2,179,2149 +"180580",57229,4669,3,179,2395 +"180581",57229,5082,3,179,212 +"180582",57229,5106,2,179,2622 +"180583",57229,5826,3,179,411 +"180584",57229,6877,3,179,867 +"180585",57229,8610,3,179,2240 +"180586",57229,9785,3,179,2951 +"180587",57229,12361,3,179,2732 +"180588",57229,12781,3,179,831 +"180589",57229,13260,3,179,389 +"180590",57229,14781,3,179,2338 +"180591",57229,14959,3,179,2898 +"180592",57229,16501,3,179,1650 +"180593",57229,16864,3,179,814 +"180594",57229,17033,2,179,2771 +"180595",57229,17320,3,179,571 +"180596",57229,19655,3,179,2706 +"180597",57229,20155,3,179,1517 +"180598",57229,20395,3,179,1468 +"180599",57229,21209,3,179,2184 +"180600",57229,21383,3,179,971 +"180601",57229,23000,3,179,1815 +"180602",57229,23756,3,179,2309 +"180603",57229,23966,3,179,891 +"180604",57229,26182,3,179,2775 +"180605",57229,27686,3,179,2844 +"180606",57229,27897,3,179,1968 +"180607",57229,28203,3,179,2117 +"180608",57229,28909,3,179,978 +"180609",57229,28978,3,179,197 +"180610",57229,30057,3,179,504 +"180611",57229,31335,3,179,2351 +"180612",57229,32202,3,179,2314 +"180613",57229,35715,3,179,2912 +"180614",57229,36487,3,179,2622 +"180615",57229,36737,2,179,829 +"180616",57229,37424,3,179,1693 +"180617",57229,38513,3,179,914 +"180618",57229,39249,3,179,1665 +"180619",57229,39534,3,179,2410 +"180620",57229,40572,3,179,2666 +"180621",57229,40819,3,179,1556 +"180622",57229,44433,3,179,2224 +"180623",57229,44603,3,179,2748 +"180624",57229,46982,3,179,2806 +"180625",57229,47013,3,179,2388 +"180626",57229,51144,3,179,2466 +"180627",57229,51774,3,179,2459 +"180628",57229,62626,3,179,2787 +"180629",57229,63641,2,179,2337 +"180630",57229,64156,3,179,675 +"180631",57229,66717,2,179,2104 +"180632",57229,67266,3,179,2010 +"180633",57229,69545,2,179,673 +"180634",57229,70583,3,179,2615 +"180635",57229,72535,2,179,1191 +"180636",57229,72632,3,179,1289 +"180637",57229,78842,3,179,904 +"180638",57229,80337,3,179,394 +"180639",57229,80338,3,179,2059 +"180640",57229,85198,3,179,1794 +"180641",57229,87142,3,179,591 +"180642",57229,87958,3,179,1234 +"180643",57229,95910,3,179,999 +"180644",57229,96007,2,179,895 +"180645",57229,99298,3,179,679 +"180646",57229,99418,3,179,444 +"180647",57229,106240,3,179,705 +"180648",57229,121185,3,179,533 +"180649",57246,270,3,1873,2542 +"180650",57246,2111,3,1873,1904 +"180651",57246,2195,3,1873,2139 +"180652",57246,3164,2,1873,2693 +"180653",57246,3477,3,1873,2546 +"180654",57246,5041,3,1873,2371 +"180655",57246,5072,3,1873,2175 +"180656",57246,5622,2,1873,2175 +"180657",57246,5971,3,1873,1985 +"180658",57246,6030,2,1873,2953 +"180659",57246,6063,3,1873,2349 +"180660",57246,6588,3,1873,2025 +"180661",57246,7180,2,1873,2227 +"180662",57246,7992,3,1873,2033 +"180663",57246,10358,3,1873,2294 +"180664",57246,10857,3,1873,2253 +"180665",57246,11218,3,1873,2292 +"180666",57246,11477,3,1873,2724 +"180667",57246,11966,3,1873,2385 +"180668",57246,15301,3,1873,2308 +"180669",57246,16096,3,1873,2301 +"180670",57246,16352,3,1873,2657 +"180671",57246,17400,3,1873,2231 +"180672",57246,18361,3,1873,2968 +"180673",57246,19622,3,1873,2371 +"180674",57246,20067,3,1873,2390 +"180675",57246,20124,3,1873,2376 +"180676",57246,20284,3,1873,2530 +"180677",57246,21571,3,1873,2755 +"180678",57246,21693,3,1873,2176 +"180679",57246,22326,3,1873,2818 +"180680",57246,22566,2,1873,2308 +"180681",57246,23725,3,1873,2378 +"180682",57246,23869,3,1873,1918 +"180683",57246,25305,3,1873,2447 +"180684",57246,25971,3,1873,2608 +"180685",57246,26848,3,1873,2363 +"180686",57246,28050,2,1873,1955 +"180687",57246,28168,2,1873,2702 +"180688",57246,28296,3,1873,2944 +"180689",57246,31436,2,1873,2892 +"180690",57246,32503,3,1873,2020 +"180691",57246,33223,3,1873,2397 +"180692",57246,34735,3,1873,2767 +"180693",57246,35926,3,1873,2371 +"180694",57246,36691,3,1873,1903 +"180695",57246,36714,3,1873,2209 +"180696",57246,37859,3,1873,1999 +"180697",57246,39294,2,1873,1889 +"180698",57246,41240,3,1873,2220 +"180699",57246,42619,3,1873,2017 +"180700",57246,43213,3,1873,2160 +"180701",57246,44135,3,1873,2620 +"180702",57246,45684,1,1873,2200 +"180703",57246,46629,3,1873,2255 +"180704",57246,46803,3,1873,2305 +"180705",57246,49608,2,1873,2184 +"180706",57246,50236,3,1873,2339 +"180707",57246,54551,3,1873,2348 +"180708",57246,55076,3,1873,2408 +"180709",57246,56082,3,1873,2395 +"180710",57246,56237,3,1873,2625 +"180711",57246,56604,3,1873,1919 +"180712",57246,75403,3,1873,1895 +"180713",57246,76048,3,1873,2373 +"180714",57246,79804,3,1873,2227 +"180715",57246,82732,3,1873,2810 +"180716",57246,99215,3,1873,2791 +"180717",57303,18421,3,922,2457 +"180718",57303,61347,3,922,1684 +"180719",57303,77052,3,922,2770 +"180720",57315,5610,3,1005,2223 +"180721",57315,13808,3,1005,1356 +"180722",57315,31890,3,1005,1487 +"180723",57315,47803,2,1005,2477 +"180724",57315,51016,3,1005,1141 +"180725",57337,499,3,1443,1931 +"180726",57337,765,3,1443,2073 +"180727",57337,3460,3,1443,2530 +"180728",57337,8275,2,1443,2237 +"180729",57337,9311,3,1443,2477 +"180730",57337,10843,3,1443,2277 +"180731",57337,14422,3,1443,1548 +"180732",57337,15453,2,1443,1688 +"180733",57337,19453,3,1443,1928 +"180734",57337,20395,3,1443,1468 +"180735",57337,21448,3,1443,2332 +"180736",57337,26218,3,1443,2460 +"180737",57337,29170,3,1443,1846 +"180738",57337,33356,2,1443,1586 +"180739",57337,33433,3,1443,2805 +"180740",57337,36439,3,1443,2469 +"180741",57337,38755,2,1443,2902 +"180742",57337,40293,3,1443,1671 +"180743",57337,42642,3,1443,2257 +"180744",57337,47062,3,1443,1675 +"180745",57337,55324,3,1443,1544 +"180746",57337,55580,3,1443,1942 +"180747",57337,58133,3,1443,1484 +"180748",57337,59438,3,1443,2400 +"180749",57337,66726,3,1443,2068 +"180750",57348,457,3,687,1704 +"180751",57348,1044,3,687,880 +"180752",57348,2143,3,687,1174 +"180753",57348,2743,3,687,1278 +"180754",57348,8529,3,687,1205 +"180755",57348,12374,3,687,2260 +"180756",57348,14834,3,687,2739 +"180757",57348,15799,3,687,1917 +"180758",57348,19096,3,687,1538 +"180759",57348,19719,3,687,2177 +"180760",57348,23825,3,687,1913 +"180761",57348,26471,3,687,1061 +"180762",57348,30405,3,687,2164 +"180763",57348,34836,1,687,2302 +"180764",57348,38019,2,687,1870 +"180765",57348,38780,3,687,2705 +"180766",57348,39238,3,687,922 +"180767",57348,39865,3,687,849 +"180768",57348,40072,3,687,1182 +"180769",57348,44188,3,687,1609 +"180770",57348,49512,2,687,1302 +"180771",57348,53266,3,687,2389 +"180772",57348,53322,3,687,1200 +"180773",57348,53323,3,687,2677 +"180774",57348,57353,1,687,1849 +"180775",57348,59939,3,687,936 +"180776",57348,65007,3,687,2530 +"180777",57348,72468,2,687,2292 +"180778",57348,72598,3,687,805 +"180779",57348,88126,3,687,1027 +"180780",57348,91912,3,687,790 +"180781",57348,93994,3,687,1579 +"180782",57353,380,3,1849,2261 +"180783",57353,1102,3,1849,2282 +"180784",57353,2424,3,1849,2582 +"180785",57353,3801,3,1849,1974 +"180786",57353,5580,3,1849,2111 +"180787",57353,6074,3,1849,2426 +"180788",57353,9654,3,1849,2111 +"180789",57353,10513,3,1849,2284 +"180790",57353,12374,3,1849,2260 +"180791",57353,12449,3,1849,2067 +"180792",57353,12602,3,1849,1956 +"180793",57353,14834,3,1849,2739 +"180794",57353,15799,3,1849,1917 +"180795",57353,16332,3,1849,2668 +"180796",57353,17645,3,1849,1918 +"180797",57353,18394,3,1849,2356 +"180798",57353,19248,3,1849,2357 +"180799",57353,19719,3,1849,2177 +"180800",57353,23825,3,1849,1913 +"180801",57353,24558,3,1849,2139 +"180802",57353,26671,3,1849,2279 +"180803",57353,27694,3,1849,2030 +"180804",57353,30405,2,1849,2164 +"180805",57353,34836,1,1849,2302 +"180806",57353,36087,3,1849,2755 +"180807",57353,38019,2,1849,1870 +"180808",57353,38780,3,1849,2705 +"180809",57353,51017,3,1849,2073 +"180810",57353,51035,3,1849,2397 +"180811",57353,52576,3,1849,2234 +"180812",57353,53266,3,1849,2389 +"180813",57353,53323,2,1849,2677 +"180814",57353,53608,3,1849,1986 +"180815",57353,58451,3,1849,1939 +"180816",57353,65007,3,1849,2530 +"180817",57353,72468,2,1849,2292 +"180818",57353,80825,3,1849,2315 +"180819",57355,5239,3,1261,2875 +"180820",57355,5557,2,1261,1929 +"180821",57355,11525,3,1261,2639 +"180822",57355,13780,3,1261,2412 +"180823",57355,14626,3,1261,2175 +"180824",57355,15808,2,1261,1521 +"180825",57355,25341,3,1261,1858 +"180826",57355,25399,3,1261,2784 +"180827",57355,34158,3,1261,2639 +"180828",57355,38727,3,1261,2238 +"180829",57355,40487,3,1261,2512 +"180830",57355,63477,3,1261,1907 +"180831",57356,13879,3,2476,2748 +"180832",57356,15826,3,2476,2772 +"180833",57356,26182,3,2476,2775 +"180834",57356,59776,3,2476,2493 +"180835",57360,50667,3,2429,2719 +"180836",57380,7984,3,2362,2493 +"180837",57380,11351,3,2362,2971 +"180838",57380,31700,3,2362,2727 +"180839",57380,38602,3,2362,2693 +"180840",57380,49265,1,2362,2686 +"180841",57380,53323,3,2362,2677 +"180842",57380,88232,3,2362,2881 +"180843",57383,4194,3,1302,1641 +"180844",57383,4313,3,1302,2368 +"180845",57383,5414,3,1302,2321 +"180846",57383,7733,2,1302,1326 +"180847",57383,13150,3,1302,1570 +"180848",57383,20056,3,1302,1824 +"180849",57383,21976,3,1302,1808 +"180850",57383,31170,2,1302,1776 +"180851",57383,35414,3,1302,1959 +"180852",57383,43524,3,1302,2572 +"180853",57383,62334,3,1302,1766 +"180854",57383,73810,3,1302,1554 +"180855",57383,78262,3,1302,1326 +"180856",57383,80162,2,1302,1601 +"180857",57394,21,3,1271,1385 +"180858",57394,372,3,1271,1944 +"180859",57394,388,3,1271,1594 +"180860",57394,841,3,1271,2964 +"180861",57394,1108,3,1271,1600 +"180862",57394,1150,1,1271,1595 +"180863",57394,1520,3,1271,1716 +"180864",57394,1560,3,1271,2013 +"180865",57394,3255,3,1271,2504 +"180866",57394,4313,3,1271,2368 +"180867",57394,4698,3,1271,2481 +"180868",57394,5346,3,1271,1438 +"180869",57394,10200,2,1271,2920 +"180870",57394,11429,2,1271,2520 +"180871",57394,12818,3,1271,2015 +"180872",57394,14586,1,1271,2801 +"180873",57394,14654,2,1271,1692 +"180874",57394,14761,2,1271,2502 +"180875",57394,15444,3,1271,2764 +"180876",57394,19296,3,1271,1705 +"180877",57394,21209,3,1271,2184 +"180878",57394,21248,3,1271,2232 +"180879",57394,23015,3,1271,1362 +"180880",57394,24086,3,1271,2663 +"180881",57394,29704,3,1271,2294 +"180882",57394,30262,3,1271,1715 +"180883",57394,31541,2,1271,1500 +"180884",57394,34491,2,1271,2694 +"180885",57394,36450,3,1271,1591 +"180886",57394,37342,2,1271,2649 +"180887",57394,37752,3,1271,2223 +"180888",57394,39522,3,1271,1428 +"180889",57394,39534,3,1271,2410 +"180890",57394,39875,3,1271,2422 +"180891",57394,40392,3,1271,1878 +"180892",57394,42331,3,1271,1585 +"180893",57394,49347,3,1271,2504 +"180894",57394,50430,2,1271,1689 +"180895",57394,52041,3,1271,2694 +"180896",57394,55487,3,1271,1500 +"180897",57394,58086,3,1271,1667 +"180898",57394,68876,3,1271,1397 +"180899",57394,69232,3,1271,2130 +"180900",57394,79013,3,1271,1441 +"180901",57394,82226,3,1271,1619 +"180902",57394,88171,3,1271,1488 +"180903",57405,55468,3,2344,2511 +"180904",57405,57380,3,2344,2362 +"180905",57414,270,3,922,2542 +"180906",57414,312,3,922,2038 +"180907",57414,360,3,922,1671 +"180908",57414,449,3,922,1950 +"180909",57414,470,3,922,2285 +"180910",57414,1124,3,922,1596 +"180911",57414,1127,3,922,1188 +"180912",57414,1175,2,922,1642 +"180913",57414,1226,3,922,2353 +"180914",57414,1315,3,922,2760 +"180915",57414,1495,3,922,2046 +"180916",57414,1691,3,922,1941 +"180917",57414,2111,3,922,1904 +"180918",57414,2195,2,922,2139 +"180919",57414,2269,3,922,984 +"180920",57414,2289,3,922,2389 +"180921",57414,2384,3,922,1057 +"180922",57414,2424,2,922,2582 +"180923",57414,2533,2,922,2016 +"180924",57414,2572,3,922,2273 +"180925",57414,2766,3,922,1920 +"180926",57414,3139,3,922,1656 +"180927",57414,3305,3,922,2839 +"180928",57414,3306,3,922,1989 +"180929",57414,3493,3,922,2451 +"180930",57414,3886,3,922,1669 +"180931",57414,3966,2,922,2425 +"180932",57414,4191,3,922,2130 +"180933",57414,4360,2,922,1770 +"180934",57414,4763,3,922,1960 +"180935",57414,5072,2,922,2175 +"180936",57414,5226,3,922,1309 +"180937",57414,5405,2,922,1510 +"180938",57414,5622,1,922,2175 +"180939",57414,5716,3,922,1058 +"180940",57414,5971,3,922,1985 +"180941",57414,5984,3,922,1675 +"180942",57414,5986,3,922,1721 +"180943",57414,6047,3,922,2004 +"180944",57414,6363,3,922,2066 +"180945",57414,6390,3,922,2385 +"180946",57414,6417,3,922,1675 +"180947",57414,6588,3,922,2025 +"180948",57414,7180,2,922,2227 +"180949",57414,7196,3,922,1508 +"180950",57414,7234,2,922,2654 +"180951",57414,7858,3,922,1795 +"180952",57414,7984,3,922,2493 +"180953",57414,9364,2,922,1698 +"180954",57414,9391,3,922,1252 +"180955",57414,9928,3,922,2345 +"180956",57414,10488,2,922,1524 +"180957",57414,10513,3,922,2284 +"180958",57414,10523,3,922,1510 +"180959",57414,10857,2,922,2253 +"180960",57414,10874,2,922,1891 +"180961",57414,11006,3,922,1950 +"180962",57414,11218,2,922,2292 +"180963",57414,11229,3,922,1625 +"180964",57414,11477,2,922,2724 +"180965",57414,11966,3,922,2385 +"180966",57414,12042,3,922,2345 +"180967",57414,12310,2,922,1337 +"180968",57414,12375,1,922,1873 +"180969",57414,13307,3,922,2206 +"180970",57414,14032,3,922,2144 +"180971",57414,14482,3,922,1573 +"180972",57414,14507,3,922,2686 +"180973",57414,15122,3,922,1201 +"180974",57414,15184,3,922,2396 +"180975",57414,15301,3,922,2308 +"180976",57414,15402,2,922,1281 +"180977",57414,15700,3,922,1712 +"180978",57414,15813,3,922,2143 +"180979",57414,16201,3,922,1811 +"180980",57414,16332,3,922,2668 +"180981",57414,16352,3,922,2657 +"180982",57414,16863,3,922,2069 +"180983",57414,16940,3,922,1290 +"180984",57414,17400,2,922,2231 +"180985",57414,17931,2,922,1617 +"180986",57414,18394,3,922,2356 +"180987",57414,19027,3,922,2721 +"180988",57414,19248,3,922,2357 +"180989",57414,19622,2,922,2371 +"180990",57414,19719,3,922,2177 +"180991",57414,19835,3,922,1135 +"180992",57414,20124,3,922,2376 +"180993",57414,20975,3,922,1305 +"180994",57414,21164,3,922,1645 +"180995",57414,21197,3,922,1437 +"180996",57414,21198,3,922,935 +"180997",57414,21285,3,922,2100 +"180998",57414,21571,3,922,2755 +"180999",57414,22403,3,922,1630 +"181000",57414,23159,3,922,1548 +"181001",57414,23450,3,922,967 +"181002",57414,23492,1,922,1067 +"181003",57414,23526,3,922,1998 +"181004",57414,23715,3,922,1859 +"181005",57414,23725,2,922,2378 +"181006",57414,23729,3,922,1624 +"181007",57414,24259,2,922,1281 +"181008",57414,24648,3,922,1833 +"181009",57414,24825,3,922,2686 +"181010",57414,25325,3,922,2963 +"181011",57414,25577,3,922,1946 +"181012",57414,25643,2,922,1646 +"181013",57414,26080,3,922,2525 +"181014",57414,26818,3,922,1999 +"181015",57414,26867,3,922,1804 +"181016",57414,27694,3,922,2030 +"181017",57414,28015,3,922,1624 +"181018",57414,28190,3,922,1634 +"181019",57414,28383,3,922,1222 +"181020",57414,29917,3,922,1962 +"181021",57414,30165,2,922,1409 +"181022",57414,30325,1,922,1067 +"181023",57414,30405,3,922,2164 +"181024",57414,31050,3,922,1491 +"181025",57414,31093,2,922,2160 +"181026",57414,31436,2,922,2892 +"181027",57414,32131,3,922,1035 +"181028",57414,32567,3,922,2784 +"181029",57414,34480,3,922,2755 +"181030",57414,34735,3,922,2767 +"181031",57414,35673,2,922,1067 +"181032",57414,35752,3,922,1158 +"181033",57414,35926,3,922,2371 +"181034",57414,36714,3,922,2209 +"181035",57414,37108,3,922,1202 +"181036",57414,37859,3,922,1999 +"181037",57414,38019,3,922,1870 +"181038",57414,39294,2,922,1889 +"181039",57414,39906,3,922,2365 +"181040",57414,40028,3,922,1349 +"181041",57414,40293,3,922,1671 +"181042",57414,41240,3,922,2220 +"181043",57414,41625,3,922,1794 +"181044",57414,42619,3,922,2017 +"181045",57414,43213,2,922,2160 +"181046",57414,43335,3,922,1412 +"181047",57414,43385,3,922,1623 +"181048",57414,43455,3,922,2846 +"181049",57414,44188,3,922,1609 +"181050",57414,44636,3,922,1026 +"181051",57414,45684,1,922,2200 +"181052",57414,46039,3,922,1794 +"181053",57414,46196,2,922,1510 +"181054",57414,46629,2,922,2255 +"181055",57414,46883,3,922,1671 +"181056",57414,47098,3,922,2057 +"181057",57414,47772,3,922,2293 +"181058",57414,47857,3,922,2325 +"181059",57414,49608,2,922,2184 +"181060",57414,50236,3,922,2339 +"181061",57414,50785,3,922,2877 +"181062",57414,51022,3,922,1499 +"181063",57414,51041,3,922,2606 +"181064",57414,51471,3,922,1280 +"181065",57414,52136,2,922,1412 +"181066",57414,52345,3,922,1430 +"181067",57414,52576,3,922,2234 +"181068",57414,52789,3,922,1791 +"181069",57414,53134,3,922,1590 +"181070",57414,53303,3,922,1376 +"181071",57414,54551,2,922,2348 +"181072",57414,54929,3,922,2783 +"181073",57414,56082,2,922,2395 +"181074",57414,57150,2,922,1196 +"181075",57414,57246,2,922,1873 +"181076",57414,57714,3,922,1391 +"181077",57414,57760,3,922,1721 +"181078",57414,58035,3,922,1646 +"181079",57414,58078,3,922,1252 +"181080",57414,59939,3,922,936 +"181081",57414,60116,3,922,2668 +"181082",57414,61982,3,922,2725 +"181083",57414,67383,3,922,1739 +"181084",57414,68215,3,922,2727 +"181085",57414,71342,3,922,1289 +"181086",57414,72207,2,922,2430 +"181087",57414,72326,3,922,2384 +"181088",57414,72956,3,922,1251 +"181089",57414,75403,2,922,1895 +"181090",57414,76048,2,922,2373 +"181091",57414,76284,1,922,1237 +"181092",57414,76892,3,922,2381 +"181093",57414,79322,3,922,2770 +"181094",57414,79403,2,922,977 +"181095",57414,82949,3,922,2077 +"181096",57414,83491,3,922,1200 +"181097",57414,86245,3,922,1972 +"181098",57414,86799,3,922,1951 +"181099",57414,87048,3,922,989 +"181100",57414,87837,3,922,1987 +"181101",57414,98781,2,922,1410 +"181102",57414,99215,3,922,2791 +"181103",57414,109718,3,922,1237 +"181104",57414,111971,3,922,1032 +"181105",57425,17541,2,120,637 +"181106",57450,24264,3,1286,1760 +"181107",57462,600,3,292,1702 +"181108",57462,1567,2,292,513 +"181109",57462,7847,3,292,2424 +"181110",57462,10370,1,292,2224 +"181111",57462,11912,3,292,889 +"181112",57462,12122,3,292,1385 +"181113",57462,19093,2,292,2224 +"181114",57462,27377,2,292,1724 +"181115",57462,34314,3,292,630 +"181116",57462,41739,3,292,1339 +"181117",57462,44089,2,292,1632 +"181118",57462,48754,3,292,1972 +"181119",57462,64181,3,292,1828 +"181120",57462,65625,3,292,1273 +"181121",57462,66413,3,292,2507 +"181122",57462,70046,3,292,2624 +"181123",57462,105063,3,292,1908 +"181124",57529,1616,3,2462,2662 +"181125",57529,6030,3,2462,2953 +"181126",57529,7323,3,2462,2858 +"181127",57529,8760,2,2462,2477 +"181128",57529,11456,2,2462,2715 +"181129",57529,12866,3,2462,2910 +"181130",57529,29004,1,2462,2596 +"181131",57529,42196,3,2462,2765 +"181132",57532,17549,3,2617,2647 +"181133",57532,44688,3,2617,2924 +"181134",57544,1136,3,2443,2536 +"181135",57544,2954,3,2443,2727 +"181136",57544,5326,2,2443,2652 +"181137",57544,9362,3,2443,2879 +"181138",57544,14652,3,2443,2516 +"181139",57544,27275,3,2443,2656 +"181140",57544,31235,1,2443,2668 +"181141",57544,38780,3,2443,2705 +"181142",57544,40369,2,2443,2735 +"181143",57544,43173,3,2443,2895 +"181144",57544,43518,3,2443,2680 +"181145",57544,47445,2,2443,2668 +"181146",57544,60661,3,2443,2700 +"181147",57544,64997,2,2443,2791 +"181148",57549,2424,3,2335,2582 +"181149",57549,4618,3,2335,2607 +"181150",57549,5725,3,2335,2789 +"181151",57549,6192,3,2335,2409 +"181152",57549,6208,2,2335,2361 +"181153",57549,6996,2,2335,2916 +"181154",57549,7847,3,2335,2424 +"181155",57549,7984,3,2335,2493 +"181156",57549,9893,3,2335,2701 +"181157",57549,11477,3,2335,2724 +"181158",57549,14915,3,2335,2606 +"181159",57549,16725,2,2335,2830 +"181160",57549,16954,3,2335,2972 +"181161",57549,17033,3,2335,2771 +"181162",57549,19248,3,2335,2357 +"181163",57549,21193,3,2335,2490 +"181164",57549,21920,3,2335,2367 +"181165",57549,28635,3,2335,2368 +"181166",57549,30052,3,2335,2855 +"181167",57549,35738,2,2335,2448 +"181168",57549,42574,3,2335,2842 +"181169",57549,48605,3,2335,2796 +"181170",57549,53293,2,2335,2916 +"181171",57549,60289,3,2335,2729 +"181172",57549,64997,3,2335,2791 +"181173",57549,71518,3,2335,2805 +"181174",57549,76892,3,2335,2381 +"181175",57549,99215,3,2335,2791 +"181176",57565,1777,3,1577,1965 +"181177",57565,2765,3,1577,2321 +"181178",57565,3830,3,1577,1661 +"181179",57565,5078,3,1577,2033 +"181180",57565,5457,3,1577,2077 +"181181",57565,5462,3,1577,2374 +"181182",57565,5504,3,1577,2389 +"181183",57565,5621,3,1577,1860 +"181184",57565,9030,3,1577,1979 +"181185",57565,12388,3,1577,1975 +"181186",57565,13732,3,1577,2789 +"181187",57565,14652,3,1577,2516 +"181188",57565,15500,1,1577,1658 +"181189",57565,17826,2,1577,2920 +"181190",57565,18151,3,1577,2962 +"181191",57565,18458,2,1577,2477 +"181192",57565,20423,3,1577,2654 +"181193",57565,20659,1,1577,1969 +"181194",57565,21092,3,1577,1643 +"181195",57565,21225,2,1577,1945 +"181196",57565,26106,1,1577,2015 +"181197",57565,26793,3,1577,2104 +"181198",57565,26865,3,1577,2726 +"181199",57565,29224,3,1577,2011 +"181200",57565,30081,3,1577,2403 +"181201",57565,32761,3,1577,2680 +"181202",57565,37677,2,1577,1908 +"181203",57565,38908,3,1577,1787 +"181204",57565,39827,3,1577,2321 +"181205",57565,41278,3,1577,1873 +"181206",57565,43839,3,1577,1685 +"181207",57565,44235,3,1577,2700 +"181208",57565,49032,3,1577,2469 +"181209",57565,49461,3,1577,2793 +"181210",57565,49666,3,1577,2408 +"181211",57565,57781,3,1577,1971 +"181212",57565,67264,3,1577,2790 +"181213",57565,71702,3,1577,2353 +"181214",57609,64967,3,2717,2872 +"181215",57645,14425,3,270,1036 +"181216",57645,57067,3,270,2547 +"181217",57646,358,3,171,798 +"181218",57646,3011,3,171,2278 +"181219",57646,3711,3,171,2360 +"181220",57646,3716,3,171,1679 +"181221",57646,4701,3,171,2401 +"181222",57646,4791,3,171,1184 +"181223",57646,5714,3,171,534 +"181224",57646,6162,3,171,1673 +"181225",57646,6602,3,171,1631 +"181226",57646,6982,3,171,2034 +"181227",57646,7548,3,171,1932 +"181228",57646,7627,3,171,1543 +"181229",57646,9311,2,171,2477 +"181230",57646,10843,2,171,2277 +"181231",57646,12818,3,171,2015 +"181232",57646,13249,3,171,2573 +"181233",57646,14723,3,171,2019 +"181234",57646,15626,2,171,2434 +"181235",57646,18393,2,171,860 +"181236",57646,19453,3,171,1928 +"181237",57646,19637,3,171,1229 +"181238",57646,20070,3,171,1914 +"181239",57646,20271,1,171,2044 +"181240",57646,20494,3,171,1075 +"181241",57646,21448,3,171,2332 +"181242",57646,22311,3,171,2034 +"181243",57646,22455,3,171,1197 +"181244",57646,24286,2,171,1280 +"181245",57646,24405,3,171,1443 +"181246",57646,26408,3,171,1545 +"181247",57646,27261,3,171,1368 +"181248",57646,30906,3,171,2537 +"181249",57646,33241,2,171,632 +"181250",57646,33356,2,171,1586 +"181251",57646,33433,1,171,2805 +"181252",57646,34443,2,171,496 +"181253",57646,34707,3,171,2042 +"181254",57646,38755,3,171,2902 +"181255",57646,40049,2,171,1226 +"181256",57646,40296,3,171,1674 +"181257",57646,44306,3,171,1036 +"181258",57646,47329,3,171,231 +"181259",57646,48215,3,171,2028 +"181260",57646,49121,3,171,2199 +"181261",57646,49581,2,171,1817 +"181262",57646,49696,3,171,2444 +"181263",57646,50269,3,171,1966 +"181264",57646,50382,3,171,2244 +"181265",57646,50946,2,171,1075 +"181266",57646,51853,3,171,2520 +"181267",57646,52136,3,171,1412 +"181268",57646,53342,3,171,2071 +"181269",57646,54879,3,171,2210 +"181270",57646,55256,3,171,2379 +"181271",57646,55643,2,171,2359 +"181272",57646,56022,3,171,282 +"181273",57646,59113,2,171,2434 +"181274",57646,59786,1,171,605 +"181275",57646,59937,3,171,885 +"181276",57646,61995,3,171,823 +"181277",57646,62903,3,171,1704 +"181278",57646,67456,3,171,1608 +"181279",57646,70681,3,171,866 +"181280",57646,72033,2,171,1740 +"181281",57646,74190,3,171,1428 +"181282",57646,74318,3,171,632 +"181283",57646,78932,3,171,981 +"181284",57646,84897,3,171,1075 +"181285",57646,94002,3,171,399 +"181286",57646,95155,3,171,849 +"181287",57646,104239,3,171,926 +"181288",57657,25440,3,2735,2749 +"181289",57657,70203,3,2735,2756 +"181290",57691,2484,3,1232,2389 +"181291",57691,16587,3,1232,2065 +"181292",57691,17520,3,1232,2276 +"181293",57691,18554,3,1232,2065 +"181294",57691,37873,2,1232,1288 +"181295",57691,38921,3,1232,1880 +"181296",57691,39278,3,1232,1952 +"181297",57691,42264,3,1232,1702 +"181298",57691,47362,3,1232,2253 +"181299",57691,50252,3,1232,2001 +"181300",57691,51157,3,1232,2319 +"181301",57691,52566,3,1232,2318 +"181302",57691,77424,3,1232,1489 +"181303",57704,56688,3,2076,2331 +"181304",57710,270,2,411,2542 +"181305",57710,313,3,411,2271 +"181306",57710,377,2,411,2389 +"181307",57710,380,3,411,2261 +"181308",57710,499,3,411,1931 +"181309",57710,543,2,411,2203 +"181310",57710,782,3,411,945 +"181311",57710,1102,3,411,2282 +"181312",57710,1124,2,411,1596 +"181313",57710,1151,2,411,2885 +"181314",57710,1616,3,411,2662 +"181315",57710,1691,3,411,1941 +"181316",57710,1777,2,411,1965 +"181317",57710,1938,3,411,997 +"181318",57710,2036,3,411,2483 +"181319",57710,2111,3,411,1904 +"181320",57710,2424,3,411,2582 +"181321",57710,2484,2,411,2389 +"181322",57710,2754,3,411,1360 +"181323",57710,3088,3,411,1670 +"181324",57710,3161,3,411,2229 +"181325",57710,3305,3,411,2839 +"181326",57710,3830,3,411,1661 +"181327",57710,3878,3,411,1890 +"181328",57710,4057,2,411,2389 +"181329",57710,4360,3,411,1770 +"181330",57710,5078,3,411,2033 +"181331",57710,5235,3,411,2324 +"181332",57710,5457,2,411,2077 +"181333",57710,5462,3,411,2374 +"181334",57710,5504,3,411,2389 +"181335",57710,5971,3,411,1985 +"181336",57710,5986,3,411,1721 +"181337",57710,6031,3,411,1611 +"181338",57710,6047,3,411,2004 +"181339",57710,6588,3,411,2025 +"181340",57710,7323,2,411,2858 +"181341",57710,8490,3,411,564 +"181342",57710,8537,3,411,472 +"181343",57710,8760,3,411,2477 +"181344",57710,8866,3,411,1545 +"181345",57710,9362,3,411,2879 +"181346",57710,9654,3,411,2111 +"181347",57710,10488,2,411,1524 +"181348",57710,10717,3,411,1938 +"181349",57710,11218,3,411,2292 +"181350",57710,11817,3,411,600 +"181351",57710,12729,2,411,1835 +"181352",57710,13307,2,411,2206 +"181353",57710,14655,3,411,2559 +"181354",57710,14656,3,411,584 +"181355",57710,15008,3,411,2338 +"181356",57710,15402,3,411,1281 +"181357",57710,15700,3,411,1712 +"181358",57710,15729,3,411,2338 +"181359",57710,17520,3,411,2276 +"181360",57710,17722,2,411,976 +"181361",57710,17867,3,411,1904 +"181362",57710,18152,3,411,1314 +"181363",57710,18394,2,411,2356 +"181364",57710,19173,2,411,1686 +"181365",57710,19606,2,411,2783 +"181366",57710,20407,2,411,2339 +"181367",57710,20700,3,411,2861 +"181368",57710,21012,3,411,2325 +"181369",57710,22006,3,411,1202 +"181370",57710,22415,3,411,2841 +"181371",57710,22749,2,411,1727 +"181372",57710,22785,3,411,1733 +"181373",57710,23011,3,411,2763 +"181374",57710,23430,3,411,904 +"181375",57710,23492,3,411,1067 +"181376",57710,23526,3,411,1998 +"181377",57710,23715,3,411,1859 +"181378",57710,23725,3,411,2378 +"181379",57710,24066,3,411,1755 +"181380",57710,24794,3,411,925 +"181381",57710,26080,3,411,2525 +"181382",57710,26867,3,411,1804 +"181383",57710,27112,3,411,500 +"181384",57710,27261,3,411,1368 +"181385",57710,27297,2,411,1382 +"181386",57710,27478,3,411,2485 +"181387",57710,28383,3,411,1222 +"181388",57710,30325,3,411,1067 +"181389",57710,30405,3,411,2164 +"181390",57710,30410,2,411,1966 +"181391",57710,31705,2,411,2706 +"181392",57710,31799,3,411,2547 +"181393",57710,32131,3,411,1035 +"181394",57710,33040,2,411,2106 +"181395",57710,33285,3,411,1327 +"181396",57710,35256,2,411,2271 +"181397",57710,35673,2,411,1067 +"181398",57710,36087,3,411,2755 +"181399",57710,36439,3,411,2469 +"181400",57710,37376,2,411,432 +"181401",57710,37570,2,411,2389 +"181402",57710,38048,3,411,867 +"181403",57710,38780,3,411,2705 +"181404",57710,38921,3,411,1880 +"181405",57710,39548,3,411,2389 +"181406",57710,40028,3,411,1349 +"181407",57710,40072,3,411,1182 +"181408",57710,41278,3,411,1873 +"181409",57710,41747,3,411,1722 +"181410",57710,41972,3,411,2509 +"181411",57710,42264,3,411,1702 +"181412",57710,43213,3,411,2160 +"181413",57710,43455,3,411,2846 +"181414",57710,43518,3,411,2680 +"181415",57710,44420,3,411,2184 +"181416",57710,44759,3,411,2419 +"181417",57710,45684,3,411,2200 +"181418",57710,46196,3,411,1510 +"181419",57710,46629,3,411,2255 +"181420",57710,46680,3,411,1690 +"181421",57710,48035,3,411,2180 +"181422",57710,48215,3,411,2028 +"181423",57710,50236,3,411,2339 +"181424",57710,50252,3,411,2001 +"181425",57710,51460,2,411,1872 +"181426",57710,51647,1,411,1382 +"181427",57710,52136,3,411,1412 +"181428",57710,52327,3,411,1472 +"181429",57710,53031,3,411,2065 +"181430",57710,53303,3,411,1376 +"181431",57710,54551,3,411,2348 +"181432",57710,55320,3,411,1643 +"181433",57710,56082,2,411,2395 +"181434",57710,57950,3,411,1529 +"181435",57710,58233,3,411,1665 +"181436",57710,59939,3,411,936 +"181437",57710,61982,3,411,2725 +"181438",57710,62852,3,411,2067 +"181439",57710,67726,3,411,2873 +"181440",57710,67763,3,411,822 +"181441",57710,69498,3,411,931 +"181442",57710,70838,3,411,687 +"181443",57710,71971,3,411,1294 +"181444",57710,72207,3,411,2430 +"181445",57710,75403,3,411,1895 +"181446",57710,76127,3,411,910 +"181447",57710,76666,3,411,1908 +"181448",57710,77550,3,411,1548 +"181449",57710,78163,3,411,1366 +"181450",57710,82730,3,411,1492 +"181451",57710,82949,3,411,2077 +"181452",57710,83907,3,411,2056 +"181453",57710,85430,3,411,2370 +"181454",57710,89958,3,411,1186 +"181455",57710,91912,3,411,790 +"181456",57710,109663,3,411,545 +"181457",57714,270,3,1391,2542 +"181458",57714,377,3,1391,2389 +"181459",57714,449,3,1391,1950 +"181460",57714,455,3,1391,2827 +"181461",57714,468,3,1391,1966 +"181462",57714,470,3,1391,2285 +"181463",57714,600,3,1391,1702 +"181464",57714,1090,3,1391,2370 +"181465",57714,1321,3,1391,2075 +"181466",57714,2195,3,1391,2139 +"181467",57714,2322,3,1391,1645 +"181468",57714,2424,2,1391,2582 +"181469",57714,2533,3,1391,2016 +"181470",57714,3164,2,1391,2693 +"181471",57714,3305,3,1391,2839 +"181472",57714,4253,3,1391,1890 +"181473",57714,4504,3,1391,1905 +"181474",57714,4889,3,1391,1501 +"181475",57714,4932,3,1391,2752 +"181476",57714,5315,2,1391,2631 +"181477",57714,5622,3,1391,2175 +"181478",57714,5971,3,1391,1985 +"181479",57714,5984,3,1391,1675 +"181480",57714,5986,3,1391,1721 +"181481",57714,6030,2,1391,2953 +"181482",57714,6047,3,1391,2004 +"181483",57714,6363,3,1391,2066 +"181484",57714,6417,3,1391,1675 +"181485",57714,9311,3,1391,2477 +"181486",57714,10358,3,1391,2294 +"181487",57714,10433,3,1391,2075 +"181488",57714,10857,3,1391,2253 +"181489",57714,11006,3,1391,1950 +"181490",57714,11218,3,1391,2292 +"181491",57714,11966,1,1391,2385 +"181492",57714,12035,3,1391,2721 +"181493",57714,12042,3,1391,2345 +"181494",57714,13285,3,1391,1577 +"181495",57714,13311,3,1391,2315 +"181496",57714,14032,3,1391,2144 +"181497",57714,15301,2,1391,2308 +"181498",57714,15607,3,1391,1421 +"181499",57714,15626,3,1391,2434 +"181500",57714,15813,3,1391,2143 +"181501",57714,16201,3,1391,1811 +"181502",57714,16352,2,1391,2657 +"181503",57714,17400,3,1391,2231 +"181504",57714,17413,3,1391,2230 +"181505",57714,17819,3,1391,2291 +"181506",57714,17931,3,1391,1617 +"181507",57714,18348,3,1391,1711 +"181508",57714,19072,3,1391,2358 +"181509",57714,19248,3,1391,2357 +"181510",57714,19718,3,1391,1702 +"181511",57714,19719,3,1391,2177 +"181512",57714,20284,2,1391,2530 +"181513",57714,20292,3,1391,2755 +"181514",57714,21197,3,1391,1437 +"181515",57714,21285,3,1391,2100 +"181516",57714,21571,2,1391,2755 +"181517",57714,21682,3,1391,2414 +"181518",57714,22566,2,1391,2308 +"181519",57714,23159,2,1391,1548 +"181520",57714,23179,3,1391,1675 +"181521",57714,23310,3,1391,2371 +"181522",57714,23729,3,1391,1624 +"181523",57714,25577,3,1391,1946 +"181524",57714,26080,3,1391,2525 +"181525",57714,26366,3,1391,1688 +"181526",57714,26608,3,1391,2329 +"181527",57714,27694,3,1391,2030 +"181528",57714,28050,2,1391,1955 +"181529",57714,28168,1,1391,2702 +"181530",57714,28296,3,1391,2944 +"181531",57714,29930,3,1391,2240 +"181532",57714,30883,3,1391,1629 +"181533",57714,31003,3,1391,1859 +"181534",57714,31050,3,1391,1491 +"181535",57714,32567,1,1391,2784 +"181536",57714,33981,3,1391,1993 +"181537",57714,34648,2,1391,1596 +"181538",57714,34735,2,1391,2767 +"181539",57714,35095,3,1391,1502 +"181540",57714,35926,3,1391,2371 +"181541",57714,38019,3,1391,1870 +"181542",57714,38213,3,1391,1744 +"181543",57714,38869,3,1391,1675 +"181544",57714,40493,3,1391,1981 +"181545",57714,41972,3,1391,2509 +"181546",57714,42619,2,1391,2017 +"181547",57714,43455,3,1391,2846 +"181548",57714,44521,3,1391,1593 +"181549",57714,45684,3,1391,2200 +"181550",57714,45903,3,1391,2237 +"181551",57714,46629,3,1391,2255 +"181552",57714,48127,3,1391,2677 +"181553",57714,48602,3,1391,1704 +"181554",57714,49110,3,1391,2938 +"181555",57714,49620,2,1391,1868 +"181556",57714,50236,3,1391,2339 +"181557",57714,50685,3,1391,2008 +"181558",57714,50977,3,1391,2352 +"181559",57714,51022,3,1391,1499 +"181560",57714,51052,2,1391,2784 +"181561",57714,51853,3,1391,2520 +"181562",57714,52576,2,1391,2234 +"181563",57714,53134,3,1391,1590 +"181564",57714,54551,3,1391,2348 +"181565",57714,54929,3,1391,2783 +"181566",57714,55082,3,1391,1856 +"181567",57714,57246,3,1391,1873 +"181568",57714,58451,3,1391,1939 +"181569",57714,60476,3,1391,2508 +"181570",57714,61982,3,1391,2725 +"181571",57714,62841,3,1391,2710 +"181572",57714,64502,3,1391,1670 +"181573",57714,65703,3,1391,1689 +"181574",57714,69250,3,1391,1439 +"181575",57714,74636,3,1391,2525 +"181576",57714,76666,2,1391,1908 +"181577",57714,76892,3,1391,2381 +"181578",57714,83422,3,1391,1500 +"181579",57714,89934,3,1391,2760 +"181580",57714,94500,2,1391,1529 +"181581",57727,14623,3,1648,2043 +"181582",57727,23302,3,1648,2677 +"181583",57727,24610,3,1648,2733 +"181584",57727,30317,3,1648,2431 +"181585",57727,32939,3,1648,2277 +"181586",57727,96197,3,1648,1670 +"181587",57732,2208,3,2454,2814 +"181588",57732,2684,3,2454,2874 +"181589",57732,9311,3,2454,2477 +"181590",57732,15930,3,2454,2541 +"181591",57732,29095,3,2454,2531 +"181592",57732,29454,3,2454,2719 +"181593",57732,33433,3,2454,2805 +"181594",57732,39556,1,2454,2747 +"181595",57732,62939,3,2454,2574 +"181596",57732,64699,3,2454,2797 +"181597",57753,18571,3,689,2128 +"181598",57753,18943,3,689,2861 +"181599",57753,24568,3,689,1937 +"181600",57753,27783,3,689,2302 +"181601",57753,31164,3,689,1996 +"181602",57753,36136,3,689,2338 +"181603",57753,88808,3,689,1462 +"181604",57760,1822,3,1721,2888 +"181605",57760,3477,3,1721,2546 +"181606",57760,4360,3,1721,1770 +"181607",57760,5072,3,1721,2175 +"181608",57760,5622,3,1721,2175 +"181609",57760,6044,3,1721,2744 +"181610",57760,6063,3,1721,2349 +"181611",57760,7234,3,1721,2654 +"181612",57760,8274,3,1721,1909 +"181613",57760,10857,3,1721,2253 +"181614",57760,12388,3,1721,1975 +"181615",57760,14353,2,1721,2878 +"181616",57760,15444,3,1721,2764 +"181617",57760,16896,3,1721,2223 +"181618",57760,17027,2,1721,2772 +"181619",57760,17400,3,1721,2231 +"181620",57760,18601,3,1721,2143 +"181621",57760,20067,3,1721,2390 +"181622",57760,21754,3,1721,1881 +"181623",57760,24066,3,1721,1755 +"181624",57760,33223,3,1721,2397 +"181625",57760,34158,3,1721,2639 +"181626",57760,39294,3,1721,1889 +"181627",57760,41972,3,1721,2509 +"181628",57760,43213,3,1721,2160 +"181629",57760,43479,3,1721,2178 +"181630",57760,47895,3,1721,2328 +"181631",57760,52261,3,1721,2162 +"181632",57760,54551,3,1721,2348 +"181633",57760,56082,3,1721,2395 +"181634",57760,70232,3,1721,2401 +"181635",57760,72207,3,1721,2430 +"181636",57760,75403,3,1721,1895 +"181637",57760,76356,2,1721,2323 +"181638",57760,91579,3,1721,2510 +"181639",57760,117956,3,1721,2774 +"181640",57765,16195,3,2893,2964 +"181641",57775,3954,3,136,839 +"181642",57775,3961,3,136,2426 +"181643",57775,4289,3,136,1921 +"181644",57775,9950,3,136,920 +"181645",57775,10857,3,136,2253 +"181646",57775,11576,3,136,808 +"181647",57775,14943,3,136,1942 +"181648",57775,16826,1,136,2599 +"181649",57775,17484,3,136,1256 +"181650",57775,17997,3,136,1621 +"181651",57775,18103,2,136,1968 +"181652",57775,21138,3,136,2849 +"181653",57775,24853,3,136,1004 +"181654",57775,28784,3,136,1579 +"181655",57775,31069,3,136,1995 +"181656",57775,32988,3,136,2008 +"181657",57775,34158,3,136,2639 +"181658",57775,35361,3,136,2389 +"181659",57775,38227,2,136,2511 +"181660",57775,40432,3,136,1956 +"181661",57775,44160,3,136,859 +"181662",57775,44407,3,136,2154 +"181663",57775,44676,3,136,2629 +"181664",57775,46988,3,136,2460 +"181665",57775,47386,3,136,2226 +"181666",57775,54551,3,136,2348 +"181667",57775,56807,3,136,1571 +"181668",57775,70269,3,136,2368 +"181669",57775,74681,3,136,837 +"181670",57775,76511,2,136,1250 +"181671",57775,92768,3,136,2548 +"181672",57775,101395,3,136,891 +"181673",57781,2765,3,1971,2321 +"181674",57781,13732,3,1971,2789 +"181675",57781,17826,2,1971,2920 +"181676",57781,18571,3,1971,2128 +"181677",57781,20423,3,1971,2654 +"181678",57781,21193,3,1971,2490 +"181679",57781,26865,3,1971,2726 +"181680",57781,27478,3,1971,2485 +"181681",57781,30081,3,1971,2403 +"181682",57781,31164,3,1971,1996 +"181683",57781,31307,3,1971,2139 +"181684",57781,39827,3,1971,2321 +"181685",57781,46951,3,1971,2429 +"181686",57781,49461,3,1971,2793 +"181687",57781,53031,3,1971,2065 +"181688",57781,68098,3,1971,2378 +"181689",57804,135,3,2214,2233 +"181690",57804,364,3,2214,2351 +"181691",57804,843,3,2214,2332 +"181692",57804,1102,3,2214,2282 +"181693",57804,1677,3,2214,2645 +"181694",57804,2206,3,2214,2536 +"181695",57804,2424,3,2214,2582 +"181696",57804,2484,3,2214,2389 +"181697",57804,2660,3,2214,2846 +"181698",57804,2747,3,2214,2411 +"181699",57804,3271,2,2214,2216 +"181700",57804,3506,3,2214,2364 +"181701",57804,3980,3,2214,2771 +"181702",57804,5683,3,2214,2468 +"181703",57804,5816,3,2214,2408 +"181704",57804,5937,3,2214,2392 +"181705",57804,6104,3,2214,2462 +"181706",57804,6234,2,2214,2654 +"181707",57804,9272,2,2214,2835 +"181708",57804,9785,3,2214,2951 +"181709",57804,10336,3,2214,2271 +"181710",57804,11029,3,2214,2362 +"181711",57804,11067,2,2214,2734 +"181712",57804,11477,3,2214,2724 +"181713",57804,13158,3,2214,2667 +"181714",57804,14442,3,2214,2700 +"181715",57804,14972,2,2214,2332 +"181716",57804,15558,3,2214,2389 +"181717",57804,16067,3,2214,2727 +"181718",57804,16195,3,2214,2964 +"181719",57804,16866,3,2214,2718 +"181720",57804,17520,3,2214,2276 +"181721",57804,17549,3,2214,2647 +"181722",57804,17819,3,2214,2291 +"181723",57804,17925,3,2214,2385 +"181724",57804,18005,3,2214,2449 +"181725",57804,18458,3,2214,2477 +"181726",57804,19528,3,2214,2742 +"181727",57804,21504,3,2214,2328 +"181728",57804,22331,3,2214,2687 +"181729",57804,23302,3,2214,2677 +"181730",57804,23364,3,2214,2306 +"181731",57804,23728,3,2214,2601 +"181732",57804,24756,3,2214,2530 +"181733",57804,25129,3,2214,2647 +"181734",57804,26182,3,2214,2775 +"181735",57804,26658,2,2214,2745 +"181736",57804,30317,3,2214,2431 +"181737",57804,30827,3,2214,2323 +"181738",57804,30943,3,2214,2287 +"181739",57804,30981,2,2214,2366 +"181740",57804,32520,3,2214,2425 +"181741",57804,32724,3,2214,2581 +"181742",57804,32939,1,2214,2277 +"181743",57804,33460,3,2214,2781 +"181744",57804,34120,3,2214,2786 +"181745",57804,35264,2,2214,2329 +"181746",57804,36120,3,2214,2971 +"181747",57804,36609,3,2214,2918 +"181748",57804,37238,3,2214,2609 +"181749",57804,37752,3,2214,2223 +"181750",57804,38676,2,2214,2286 +"181751",57804,39439,3,2214,2462 +"181752",57804,39444,3,2214,2695 +"181753",57804,41837,3,2214,2399 +"181754",57804,41945,3,2214,2856 +"181755",57804,42216,3,2214,2722 +"181756",57804,42256,2,2214,2839 +"181757",57804,42642,3,2214,2257 +"181758",57804,42883,3,2214,2575 +"181759",57804,43173,3,2214,2895 +"181760",57804,43226,2,2214,2442 +"181761",57804,43404,3,2214,2649 +"181762",57804,44312,3,2214,2741 +"181763",57804,44688,3,2214,2924 +"181764",57804,45585,2,2214,2384 +"181765",57804,45618,3,2214,2356 +"181766",57804,45704,3,2214,2687 +"181767",57804,46385,3,2214,2225 +"181768",57804,46446,3,2214,2295 +"181769",57804,46803,3,2214,2305 +"181770",57804,46982,3,2214,2806 +"181771",57804,47013,3,2214,2388 +"181772",57804,47882,3,2214,2769 +"181773",57804,48931,2,2214,2444 +"181774",57804,51783,3,2214,2599 +"181775",57804,53293,3,2214,2916 +"181776",57804,53530,3,2214,2380 +"181777",57804,58284,2,2214,2292 +"181778",57804,58508,2,2214,2326 +"181779",57804,59039,3,2214,2870 +"181780",57804,63641,3,2214,2337 +"181781",57804,66318,3,2214,2803 +"181782",57804,66971,3,2214,2299 +"181783",57804,67726,3,2214,2873 +"181784",57804,69335,2,2214,2698 +"181785",57804,69716,3,2214,2632 +"181786",57804,69912,3,2214,2391 +"181787",57804,70528,3,2214,2727 +"181788",57804,75607,3,2214,2245 +"181789",57804,84469,3,2214,2389 +"181790",57842,1639,3,2482,2631 +"181791",57842,2424,3,2482,2582 +"181792",57842,13586,3,2482,2966 +"181793",57842,14676,3,2482,2764 +"181794",57842,29929,3,2482,2789 +"181795",57842,35815,3,2482,2789 +"181796",57842,50134,3,2482,2674 +"181797",57842,54929,3,2482,2783 +"181798",57842,89911,3,2482,2607 +"181799",57901,1386,3,614,1901 +"181800",57901,2224,3,614,2751 +"181801",57901,2407,3,614,1725 +"181802",57901,2563,2,614,1686 +"181803",57901,5120,1,614,2735 +"181804",57901,5346,3,614,1438 +"181805",57901,8748,3,614,699 +"181806",57901,9202,2,614,2477 +"181807",57901,10513,3,614,2284 +"181808",57901,15207,3,614,1855 +"181809",57901,16866,3,614,2718 +"181810",57901,16877,3,614,2509 +"181811",57901,18211,3,614,1745 +"181812",57901,18865,3,614,2676 +"181813",57901,19096,3,614,1538 +"181814",57901,19668,3,614,696 +"181815",57901,20624,3,614,1298 +"181816",57901,28057,2,614,1067 +"181817",57901,30081,3,614,2403 +"181818",57901,30334,3,614,2075 +"181819",57901,33621,3,614,1319 +"181820",57901,37636,3,614,2178 +"181821",57901,40392,3,614,1878 +"181822",57901,41901,3,614,630 +"181823",57901,42725,2,614,630 +"181824",57901,51783,3,614,2599 +"181825",57901,58854,2,614,1131 +"181826",57901,63395,3,614,2334 +"181827",57901,68043,2,614,690 +"181828",57901,79350,3,614,2261 +"181829",57901,92491,3,614,1968 +"181830",57901,94520,2,614,1243 +"181831",57901,104565,2,614,2693 +"181832",57912,364,3,1035,2351 +"181833",57912,457,3,1035,1704 +"181834",57912,952,3,1035,1991 +"181835",57912,2452,3,1035,1715 +"181836",57912,2747,3,1035,2411 +"181837",57912,2936,3,1035,2512 +"181838",57912,2979,3,1035,2912 +"181839",57912,3477,3,1035,2546 +"181840",57912,6359,3,1035,1239 +"181841",57912,7269,3,1035,1728 +"181842",57912,7942,3,1035,2623 +"181843",57912,8062,3,1035,2858 +"181844",57912,9060,3,1035,1612 +"181845",57912,9115,3,1035,2068 +"181846",57912,9481,3,1035,1610 +"181847",57912,9503,3,1035,2453 +"181848",57912,9504,3,1035,2549 +"181849",57912,10350,3,1035,1163 +"181850",57912,10453,2,1035,1656 +"181851",57912,11108,2,1035,1609 +"181852",57912,11990,3,1035,1909 +"181853",57912,15826,3,1035,2772 +"181854",57912,16796,3,1035,1892 +"181855",57912,19334,3,1035,1979 +"181856",57912,19610,3,1035,1236 +"181857",57912,20155,3,1035,1517 +"181858",57912,20176,3,1035,1050 +"181859",57912,20220,3,1035,1656 +"181860",57912,21528,3,1035,1807 +"181861",57912,23131,3,1035,1732 +"181862",57912,24176,3,1035,1986 +"181863",57912,24512,3,1035,1369 +"181864",57912,26182,3,1035,2775 +"181865",57912,27255,3,1035,1232 +"181866",57912,27320,3,1035,2378 +"181867",57912,27742,3,1035,2700 +"181868",57912,29286,3,1035,1612 +"181869",57912,29473,3,1035,2602 +"181870",57912,30525,3,1035,1964 +"181871",57912,30865,3,1035,2038 +"181872",57912,31753,3,1035,1514 +"181873",57912,32818,3,1035,2485 +"181874",57912,33017,2,1035,1493 +"181875",57912,35797,3,1035,2482 +"181876",57912,39062,3,1035,2020 +"181877",57912,43058,3,1035,1608 +"181878",57912,44433,3,1035,2224 +"181879",57912,44603,2,1035,2748 +"181880",57912,45480,3,1035,1104 +"181881",57912,46486,3,1035,1868 +"181882",57912,47654,3,1035,1664 +"181883",57912,50278,3,1035,1127 +"181884",57912,56569,2,1035,1993 +"181885",57912,58655,3,1035,2685 +"181886",57912,59039,3,1035,2870 +"181887",57912,63077,3,1035,2778 +"181888",57912,63644,3,1035,1267 +"181889",57912,68275,3,1035,1158 +"181890",57912,72597,3,1035,1843 +"181891",57912,72882,3,1035,1330 +"181892",57912,76132,3,1035,2426 +"181893",57912,80156,3,1035,1667 +"181894",57912,85690,3,1035,1229 +"181895",57912,90745,3,1035,1994 +"181896",57912,90892,3,1035,2399 +"181897",57912,91942,3,1035,2216 +"181898",57912,99427,3,1035,1706 +"181899",57912,100432,2,1035,1358 +"181900",57912,102400,3,1035,1761 +"181901",57950,313,3,1529,2271 +"181902",57950,377,2,1529,2389 +"181903",57950,499,3,1529,1931 +"181904",57950,543,3,1529,2203 +"181905",57950,613,3,1529,2687 +"181906",57950,1151,3,1529,2885 +"181907",57950,1154,3,1529,1656 +"181908",57950,1495,3,1529,2046 +"181909",57950,1616,2,1529,2662 +"181910",57950,1777,2,1529,1965 +"181911",57950,2036,3,1529,2483 +"181912",57950,2057,3,1529,1965 +"181913",57950,2224,3,1529,2751 +"181914",57950,2484,3,1529,2389 +"181915",57950,3088,3,1529,1670 +"181916",57950,3161,3,1529,2229 +"181917",57950,3830,1,1529,1661 +"181918",57950,4057,2,1529,2389 +"181919",57950,4701,3,1529,2401 +"181920",57950,4751,3,1529,2696 +"181921",57950,5078,2,1529,2033 +"181922",57950,5457,2,1529,2077 +"181923",57950,5462,1,1529,2374 +"181924",57950,5504,2,1529,2389 +"181925",57950,6718,3,1529,2138 +"181926",57950,7241,2,1529,2259 +"181927",57950,7323,2,1529,2858 +"181928",57950,8621,3,1529,1681 +"181929",57950,8760,3,1529,2477 +"181930",57950,8866,3,1529,1545 +"181931",57950,9332,3,1529,2734 +"181932",57950,9362,3,1529,2879 +"181933",57950,9432,3,1529,1693 +"181934",57950,10646,3,1529,1555 +"181935",57950,10799,3,1529,2010 +"181936",57950,12374,3,1529,2260 +"181937",57950,12713,3,1529,2440 +"181938",57950,15184,3,1529,2396 +"181939",57950,15299,3,1529,2213 +"181940",57950,15539,3,1529,1929 +"181941",57950,17357,3,1529,1536 +"181942",57950,17410,3,1529,2073 +"181943",57950,17852,3,1529,2840 +"181944",57950,18151,3,1529,2962 +"181945",57950,19027,3,1529,2721 +"181946",57950,19606,2,1529,2783 +"181947",57950,20325,3,1529,1842 +"181948",57950,20659,3,1529,1969 +"181949",57950,20700,3,1529,2861 +"181950",57950,21104,3,1529,2327 +"181951",57950,21122,1,1529,1701 +"181952",57950,22331,3,1529,2687 +"181953",57950,22749,2,1529,1727 +"181954",57950,26451,3,1529,2133 +"181955",57950,27390,3,1529,2425 +"181956",57950,27478,3,1529,2485 +"181957",57950,28216,2,1529,1910 +"181958",57950,28233,3,1529,1608 +"181959",57950,29073,3,1529,2328 +"181960",57950,30052,3,1529,2855 +"181961",57950,30119,3,1529,1961 +"181962",57950,31799,2,1529,2547 +"181963",57950,32606,2,1529,2100 +"181964",57950,33356,3,1529,1586 +"181965",57950,33430,3,1529,2225 +"181966",57950,35256,2,1529,2271 +"181967",57950,37418,3,1529,2710 +"181968",57950,37570,2,1529,2389 +"181969",57950,38162,3,1529,1691 +"181970",57950,38755,3,1529,2902 +"181971",57950,39444,3,1529,2695 +"181972",57950,39548,3,1529,2389 +"181973",57950,40138,3,1529,2719 +"181974",57950,41278,1,1529,1873 +"181975",57950,41747,3,1529,1722 +"181976",57950,43518,3,1529,2680 +"181977",57950,46680,3,1529,1690 +"181978",57950,49965,3,1529,2301 +"181979",57950,50372,3,1529,1834 +"181980",57950,50685,3,1529,2008 +"181981",57950,52058,3,1529,1836 +"181982",57950,53031,3,1529,2065 +"181983",57950,54020,3,1529,1578 +"181984",57950,55468,2,1529,2511 +"181985",57950,55556,3,1529,2075 +"181986",57950,55828,3,1529,2393 +"181987",57950,56317,3,1529,2030 +"181988",57950,57077,3,1529,1885 +"181989",57950,57360,3,1529,2429 +"181990",57950,57609,3,1529,2717 +"181991",57950,57977,3,1529,2683 +"181992",57950,58035,3,1529,1646 +"181993",57950,64181,3,1529,1828 +"181994",57950,64967,3,1529,2872 +"181995",57950,64997,3,1529,2791 +"181996",57950,65029,3,1529,2954 +"181997",57950,65856,3,1529,2504 +"181998",57950,66860,3,1529,1548 +"181999",57950,68810,3,1529,2409 +"182000",57950,70046,3,1529,2624 +"182001",57950,71478,3,1529,1721 +"182002",57950,79322,3,1529,2770 +"182003",57950,79804,3,1529,2227 +"182004",57950,80429,3,1529,1927 +"182005",57950,81588,3,1529,1568 +"182006",57950,85430,2,1529,2370 +"182007",57950,86986,3,1529,1976 +"182008",57950,88232,3,1529,2881 +"182009",57950,91570,3,1529,2229 +"182010",57950,92124,3,1529,1532 +"182011",57950,97915,2,1529,1802 +"182012",57950,108867,2,1529,2328 +"182013",57955,14,3,67,1793 +"182014",57955,2759,3,67,2030 +"182015",57955,3255,2,67,2504 +"182016",57955,4730,3,67,2131 +"182017",57955,6133,3,67,1229 +"182018",57955,8419,3,67,1956 +"182019",57955,8984,3,67,1162 +"182020",57955,9828,3,67,2085 +"182021",57955,12373,3,67,1567 +"182022",57955,13109,3,67,1374 +"182023",57955,14761,3,67,2502 +"182024",57955,19892,3,67,1212 +"182025",57955,21180,3,67,2762 +"182026",57955,21838,3,67,2106 +"182027",57955,23513,3,67,900 +"182028",57955,31003,2,67,1859 +"182029",57955,34162,3,67,2336 +"182030",57955,34648,3,67,1596 +"182031",57955,37915,1,67,1905 +"182032",57955,44502,3,67,484 +"182033",57955,47583,2,67,817 +"182034",57955,48602,3,67,1704 +"182035",57955,49347,3,67,2504 +"182036",57955,53779,3,67,2000 +"182037",57955,60979,3,67,1758 +"182038",57955,62538,3,67,1656 +"182039",57955,64502,3,67,1670 +"182040",57955,65316,1,67,1020 +"182041",57955,75028,3,67,1660 +"182042",57955,75955,3,67,866 +"182043",57955,76132,3,67,2426 +"182044",57955,76675,3,67,1840 +"182045",57955,77397,3,67,1302 +"182046",57955,79612,3,67,927 +"182047",57955,79965,3,67,1278 +"182048",57955,85736,3,67,1601 +"182049",57955,86664,2,67,1146 +"182050",57955,90056,3,67,221 +"182051",57955,91279,3,67,966 +"182052",57955,112435,3,67,456 +"182053",57955,119564,3,67,336 +"182054",57969,49110,2,2755,2938 +"182055",57977,823,3,2683,2840 +"182056",57977,1151,3,2683,2885 +"182057",57977,3305,3,2683,2839 +"182058",57977,4418,3,2683,2788 +"182059",57977,5725,2,2683,2789 +"182060",57977,7323,3,2683,2858 +"182061",57977,9893,3,2683,2701 +"182062",57977,12867,2,2683,2773 +"182063",57977,14507,2,2683,2686 +"182064",57977,19027,2,2683,2721 +"182065",57977,19606,3,2683,2783 +"182066",57977,20700,3,2683,2861 +"182067",57977,21138,3,2683,2849 +"182068",57977,24825,3,2683,2686 +"182069",57977,24923,3,2683,2785 +"182070",57977,27753,3,2683,2750 +"182071",57977,28285,2,2683,2972 +"182072",57977,36962,3,2683,2861 +"182073",57977,37418,2,2683,2710 +"182074",57977,39087,3,2683,2765 +"182075",57977,39444,3,2683,2695 +"182076",57977,54740,3,2683,2750 +"182077",57977,54929,3,2683,2783 +"182078",57977,57609,2,2683,2717 +"182079",57977,64793,3,2683,2819 +"182080",57977,64967,3,2683,2872 +"182081",57977,65029,3,2683,2954 +"182082",57977,68215,3,2683,2727 +"182083",57977,84567,3,2683,2767 +"182084",57990,512,1,978,1596 +"182085",57990,843,3,978,2332 +"182086",57990,915,3,978,1793 +"182087",57990,1154,3,978,1656 +"182088",57990,1592,3,978,2006 +"182089",57990,1691,2,978,1941 +"182090",57990,2011,3,978,2176 +"182091",57990,2143,3,978,1174 +"182092",57990,2181,3,978,2030 +"182093",57990,2208,3,978,2814 +"182094",57990,2224,3,978,2751 +"182095",57990,2563,3,978,1686 +"182096",57990,2684,3,978,2874 +"182097",57990,3271,2,978,2216 +"182098",57990,4317,3,978,1224 +"182099",57990,5120,3,978,2735 +"182100",57990,5258,3,978,2730 +"182101",57990,5350,3,978,2522 +"182102",57990,5504,3,978,2389 +"182103",57990,6252,3,978,2336 +"182104",57990,6363,3,978,2066 +"182105",57990,6390,2,978,2385 +"182106",57990,7126,3,978,1261 +"182107",57990,7196,3,978,1508 +"182108",57990,7337,3,978,1797 +"182109",57990,7604,3,978,1366 +"182110",57990,7984,3,978,2493 +"182111",57990,8529,3,978,1205 +"182112",57990,8607,3,978,1685 +"182113",57990,8762,3,978,2585 +"182114",57990,8890,3,978,1955 +"182115",57990,9272,2,978,2835 +"182116",57990,11055,3,978,2111 +"182117",57990,12199,3,978,1651 +"182118",57990,13290,3,978,2824 +"182119",57990,13945,3,978,1324 +"182120",57990,14108,1,978,2012 +"182121",57990,14654,3,978,1692 +"182122",57990,14972,3,978,2332 +"182123",57990,14983,3,978,1047 +"182124",57990,15118,3,978,1311 +"182125",57990,15401,3,978,1999 +"182126",57990,15799,2,978,1917 +"182127",57990,16365,3,978,2217 +"182128",57990,16437,3,978,1956 +"182129",57990,17257,3,978,1117 +"182130",57990,17434,3,978,1642 +"182131",57990,18211,3,978,1745 +"182132",57990,18502,2,978,1033 +"182133",57990,18543,2,978,2968 +"182134",57990,19075,3,978,2214 +"182135",57990,19096,3,978,1538 +"182136",57990,19208,3,978,2629 +"182137",57990,19248,3,978,2357 +"182138",57990,19332,3,978,1214 +"182139",57990,19605,2,978,2395 +"182140",57990,19718,3,978,1702 +"182141",57990,20407,3,978,2339 +"182142",57990,21133,2,978,1320 +"182143",57990,21246,3,978,1612 +"182144",57990,21670,3,978,2158 +"182145",57990,21681,3,978,2005 +"182146",57990,21682,3,978,2414 +"182147",57990,22141,3,978,2348 +"182148",57990,22722,3,978,1233 +"182149",57990,22884,3,978,1608 +"182150",57990,23509,3,978,2275 +"182151",57990,23526,3,978,1998 +"182152",57990,24198,3,978,2217 +"182153",57990,25289,3,978,1790 +"182154",57990,25565,2,978,2764 +"182155",57990,26621,3,978,1100 +"182156",57990,26957,3,978,987 +"182157",57990,27792,3,978,1308 +"182158",57990,28057,3,978,1067 +"182159",57990,28432,3,978,1954 +"182160",57990,28592,3,978,2320 +"182161",57990,28784,3,978,1579 +"182162",57990,28808,3,978,1063 +"182163",57990,28896,3,978,1395 +"182164",57990,29454,3,978,2719 +"182165",57990,29948,3,978,2795 +"182166",57990,30981,3,978,2366 +"182167",57990,31001,3,978,2119 +"182168",57990,31235,3,978,2668 +"182169",57990,31436,3,978,2892 +"182170",57990,31700,3,978,2727 +"182171",57990,32131,3,978,1035 +"182172",57990,32503,3,978,2020 +"182173",57990,32988,3,978,2008 +"182174",57990,33219,3,978,1173 +"182175",57990,33572,3,978,2370 +"182176",57990,33588,3,978,1040 +"182177",57990,33621,2,978,1319 +"182178",57990,33622,3,978,2230 +"182179",57990,34908,3,978,2796 +"182180",57990,34945,2,978,1298 +"182181",57990,35041,3,978,1311 +"182182",57990,35045,3,978,1646 +"182183",57990,35822,3,978,1903 +"182184",57990,36031,3,978,2342 +"182185",57990,36439,2,978,2469 +"182186",57990,36651,3,978,1600 +"182187",57990,37509,2,978,1640 +"182188",57990,37752,3,978,2223 +"182189",57990,37937,3,978,1320 +"182190",57990,38213,3,978,1744 +"182191",57990,38219,3,978,1689 +"182192",57990,38602,3,978,2693 +"182193",57990,38667,3,978,2880 +"182194",57990,39439,3,978,2462 +"182195",57990,39444,3,978,2695 +"182196",57990,40022,3,978,2307 +"182197",57990,40954,3,978,2603 +"182198",57990,41000,3,978,2011 +"182199",57990,41446,3,978,1103 +"182200",57990,43173,2,978,2895 +"182201",57990,43226,1,978,2442 +"182202",57990,43635,3,978,1196 +"182203",57990,44427,2,978,2875 +"182204",57990,45329,3,978,1693 +"182205",57990,46532,3,978,2005 +"182206",57990,46621,3,978,1343 +"182207",57990,47064,2,978,1993 +"182208",57990,47384,3,978,1639 +"182209",57990,48110,2,978,2009 +"182210",57990,48215,3,978,2028 +"182211",57990,49265,3,978,2686 +"182212",57990,49620,3,978,1868 +"182213",57990,50179,3,978,2230 +"182214",57990,50480,3,978,2701 +"182215",57990,52136,3,978,1412 +"182216",57990,52323,2,978,2148 +"182217",57990,52327,2,978,1472 +"182218",57990,53323,3,978,2677 +"182219",57990,53445,3,978,2028 +"182220",57990,53519,3,978,2781 +"182221",57990,54388,3,978,1257 +"182222",57990,55156,3,978,2196 +"182223",57990,55828,3,978,2393 +"182224",57990,56232,3,978,1175 +"182225",57990,56910,3,978,2705 +"182226",57990,57380,3,978,2362 +"182227",57990,57804,3,978,2214 +"182228",57990,58133,3,978,1484 +"182229",57990,58284,3,978,2292 +"182230",57990,58427,3,978,2234 +"182231",57990,58508,2,978,2326 +"182232",57990,59039,3,978,2870 +"182233",57990,59438,3,978,2400 +"182234",57990,61138,3,978,1188 +"182235",57990,62602,3,978,1172 +"182236",57990,64181,3,978,1828 +"182237",57990,65155,3,978,1947 +"182238",57990,65475,3,978,1267 +"182239",57990,69335,2,978,2698 +"182240",57990,69447,3,978,1197 +"182241",57990,71274,3,978,2390 +"182242",57990,71478,3,978,1721 +"182243",57990,72728,3,978,2234 +"182244",57990,74636,3,978,2525 +"182245",57990,76511,3,978,1250 +"182246",57990,78563,3,978,2385 +"182247",57990,79158,3,978,1252 +"182248",57990,79436,3,978,1344 +"182249",57990,79657,3,978,1260 +"182250",57990,80301,2,978,1690 +"182251",57990,80801,3,978,1250 +"182252",57990,81895,3,978,1634 +"182253",57990,82039,3,978,1327 +"182254",57990,82226,3,978,1619 +"182255",57990,82401,3,978,1210 +"182256",57990,85869,3,978,1509 +"182257",57990,87215,3,978,1759 +"182258",57990,88232,2,978,2881 +"182259",57990,88966,3,978,1568 +"182260",57990,92491,2,978,1968 +"182261",57990,93102,3,978,1174 +"182262",57990,94444,3,978,1554 +"182263",57990,96352,3,978,1493 +"182264",57990,97674,3,978,1912 +"182265",57990,97824,3,978,1229 +"182266",57990,100215,3,978,2436 +"182267",57990,100432,3,978,1358 +"182268",58000,468,3,43,1966 +"182269",58000,50678,3,43,1366 +"182270",58000,69214,3,43,1354 +"182271",58015,140,3,899,2267 +"182272",58015,900,3,899,2726 +"182273",58015,5346,3,899,1438 +"182274",58015,6359,3,899,1239 +"182275",58015,7597,3,899,2037 +"182276",58015,8354,3,899,1705 +"182277",58015,9504,3,899,2549 +"182278",58015,10223,3,899,1033 +"182279",58015,10473,3,899,1783 +"182280",58015,11434,3,899,1187 +"182281",58015,11516,3,899,1937 +"182282",58015,11585,3,899,1817 +"182283",58015,13068,3,899,1778 +"182284",58015,15207,3,899,1855 +"182285",58015,20176,2,899,1050 +"182286",58015,23015,3,899,1362 +"182287",58015,23277,2,899,1267 +"182288",58015,25378,3,899,1245 +"182289",58015,26642,3,899,2952 +"182290",58015,27320,3,899,2378 +"182291",58015,27391,3,899,2378 +"182292",58015,28446,3,899,917 +"182293",58015,29267,3,899,1234 +"182294",58015,29495,3,899,1612 +"182295",58015,29997,3,899,1789 +"182296",58015,30865,3,899,2038 +"182297",58015,31235,3,899,2668 +"182298",58015,35715,3,899,2912 +"182299",58015,36344,3,899,2570 +"182300",58015,38373,3,899,1928 +"182301",58015,39443,3,899,2277 +"182302",58015,40819,3,899,1556 +"182303",58015,41187,3,899,2340 +"182304",58015,42756,3,899,1384 +"182305",58015,47595,3,899,2374 +"182306",58015,47654,3,899,1664 +"182307",58015,47968,1,899,2829 +"182308",58015,50229,3,899,1190 +"182309",58015,59039,3,899,2870 +"182310",58015,66121,3,899,1281 +"182311",58015,67252,2,899,1215 +"182312",58015,84447,3,899,1006 +"182313",58015,84975,3,899,1138 +"182314",58015,85690,3,899,1229 +"182315",58015,88067,3,899,2315 +"182316",58015,94520,3,899,1243 +"182317",58035,23,3,1646,1682 +"182318",58035,135,3,1646,2233 +"182319",58035,360,3,1646,1671 +"182320",58035,499,3,1646,1931 +"182321",58035,543,3,1646,2203 +"182322",58035,600,3,1646,1702 +"182323",58035,671,2,1646,2328 +"182324",58035,675,3,1646,1686 +"182325",58035,733,3,1646,1653 +"182326",58035,1046,1,1646,1881 +"182327",58035,1136,2,1646,2536 +"182328",58035,1367,3,1646,2176 +"182329",58035,1495,3,1646,2046 +"182330",58035,1777,3,1646,1965 +"182331",58035,1897,3,1646,1727 +"182332",58035,2036,3,1646,2483 +"182333",58035,2424,3,1646,2582 +"182334",58035,2766,3,1646,1920 +"182335",58035,2954,2,1646,2727 +"182336",58035,3164,3,1646,2693 +"182337",58035,3167,3,1646,1676 +"182338",58035,3242,1,1646,1730 +"182339",58035,3830,3,1646,1661 +"182340",58035,3966,3,1646,2425 +"182341",58035,4191,2,1646,2130 +"182342",58035,4226,3,1646,1903 +"182343",58035,4360,3,1646,1770 +"182344",58035,4418,3,1646,2788 +"182345",58035,4618,2,1646,2607 +"182346",58035,4687,2,1646,2152 +"182347",58035,4763,3,1646,1960 +"182348",58035,4980,2,1646,2093 +"182349",58035,5041,3,1646,2371 +"182350",58035,5072,3,1646,2175 +"182351",58035,5078,3,1646,2033 +"182352",58035,5148,2,1646,2206 +"182353",58035,5457,3,1646,2077 +"182354",58035,5462,2,1646,2374 +"182355",58035,5504,3,1646,2389 +"182356",58035,5621,3,1646,1860 +"182357",58035,5622,3,1646,2175 +"182358",58035,5669,2,1646,2502 +"182359",58035,5725,1,1646,2789 +"182360",58035,6023,3,1646,2050 +"182361",58035,6030,3,1646,2953 +"182362",58035,6740,3,1646,2699 +"182363",58035,7234,3,1646,2654 +"182364",58035,7245,2,1646,2089 +"182365",58035,7555,3,1646,1943 +"182366",58035,7847,3,1646,2424 +"182367",58035,7861,3,1646,1647 +"182368",58035,8258,2,1646,1959 +"182369",58035,8533,2,1646,2251 +"182370",58035,8621,2,1646,1681 +"182371",58035,9311,3,1646,2477 +"182372",58035,10130,3,1646,2741 +"182373",58035,10404,2,1646,2062 +"182374",58035,10799,3,1646,2010 +"182375",58035,10857,3,1646,2253 +"182376",58035,10859,3,1646,2231 +"182377",58035,10874,3,1646,1891 +"182378",58035,10890,2,1646,2639 +"182379",58035,12724,3,1646,1930 +"182380",58035,12867,2,1646,2773 +"182381",58035,13929,3,1646,2693 +"182382",58035,15184,2,1646,2396 +"182383",58035,15539,3,1646,1929 +"182384",58035,15716,3,1646,1991 +"182385",58035,16217,3,1646,1653 +"182386",58035,16863,3,1646,2069 +"182387",58035,17400,3,1646,2231 +"182388",58035,17852,3,1646,2840 +"182389",58035,18415,3,1646,2184 +"182390",58035,19027,2,1646,2721 +"182391",58035,19380,3,1646,2637 +"182392",58035,19453,3,1646,1928 +"182393",58035,19516,3,1646,2313 +"182394",58035,19606,3,1646,2783 +"182395",58035,19868,3,1646,2855 +"182396",58035,20563,2,1646,2267 +"182397",58035,20700,3,1646,2861 +"182398",58035,20783,3,1646,2414 +"182399",58035,21122,3,1646,1701 +"182400",58035,22216,3,1646,1956 +"182401",58035,22260,3,1646,2137 +"182402",58035,22277,3,1646,2424 +"182403",58035,22331,3,1646,2687 +"182404",58035,22749,3,1646,1727 +"182405",58035,23154,3,1646,2345 +"182406",58035,23534,3,1646,1659 +"182407",58035,23704,3,1646,2278 +"182408",58035,24923,3,1646,2785 +"182409",58035,25129,2,1646,2647 +"182410",58035,25341,1,1646,1858 +"182411",58035,25816,3,1646,2088 +"182412",58035,26351,2,1646,2683 +"182413",58035,26436,2,1646,2489 +"182414",58035,26516,2,1646,2479 +"182415",58035,26570,2,1646,1669 +"182416",58035,27478,3,1646,2485 +"182417",58035,27753,2,1646,2750 +"182418",58035,28050,3,1646,1955 +"182419",58035,28285,2,1646,2972 +"182420",58035,28303,3,1646,2089 +"182421",58035,28892,3,1646,2023 +"182422",58035,29073,3,1646,2328 +"182423",58035,29095,3,1646,2531 +"182424",58035,29917,3,1646,1962 +"182425",58035,30119,3,1646,1961 +"182426",58035,31799,1,1646,2547 +"182427",58035,32988,3,1646,2008 +"182428",58035,33010,3,1646,2189 +"182429",58035,33160,3,1646,2441 +"182430",58035,33801,3,1646,2899 +"182431",58035,34216,2,1646,2832 +"182432",58035,34492,2,1646,1798 +"182433",58035,34509,2,1646,1973 +"182434",58035,34815,3,1646,2354 +"182435",58035,35256,3,1646,2271 +"182436",58035,36559,3,1646,2473 +"182437",58035,36670,3,1646,2298 +"182438",58035,37418,3,1646,2710 +"182439",58035,37620,2,1646,2716 +"182440",58035,38449,3,1646,1802 +"182441",58035,38727,3,1646,2238 +"182442",58035,38869,3,1646,1675 +"182443",58035,39087,2,1646,2765 +"182444",58035,39294,3,1646,1889 +"182445",58035,40293,1,1646,1671 +"182446",58035,40369,3,1646,2735 +"182447",58035,41402,3,1646,2313 +"182448",58035,41682,3,1646,1988 +"182449",58035,41747,3,1646,1722 +"182450",58035,42474,3,1646,2322 +"182451",58035,43213,3,1646,2160 +"182452",58035,44427,3,1646,2875 +"182453",58035,45343,3,1646,2360 +"182454",58035,45633,3,1646,2134 +"182455",58035,45715,3,1646,2287 +"182456",58035,46039,3,1646,1794 +"182457",58035,46883,3,1646,1671 +"182458",58035,47248,3,1646,2883 +"182459",58035,47857,2,1646,2325 +"182460",58035,47947,2,1646,2681 +"182461",58035,48242,3,1646,1690 +"182462",58035,48605,3,1646,2796 +"182463",58035,51017,3,1646,2073 +"182464",58035,51410,2,1646,2739 +"182465",58035,53031,3,1646,2065 +"182466",58035,53196,3,1646,1888 +"182467",58035,53300,2,1646,2162 +"182468",58035,53475,3,1646,2853 +"182469",58035,54551,3,1646,2348 +"182470",58035,54740,3,1646,2750 +"182471",58035,55139,3,1646,2323 +"182472",58035,55691,3,1646,2856 +"182473",58035,56082,3,1646,2395 +"182474",58035,57549,3,1646,2335 +"182475",58035,57977,2,1646,2683 +"182476",58035,60289,3,1646,2729 +"182477",58035,62538,3,1646,1656 +"182478",58035,62840,2,1646,2502 +"182479",58035,62841,3,1646,2710 +"182480",58035,64181,2,1646,1828 +"182481",58035,64793,3,1646,2819 +"182482",58035,64997,3,1646,2791 +"182483",58035,65029,2,1646,2954 +"182484",58035,66413,3,1646,2507 +"182485",58035,70046,3,1646,2624 +"182486",58035,71518,3,1646,2805 +"182487",58035,71562,2,1646,2574 +"182488",58035,71618,3,1646,2960 +"182489",58035,72207,3,1646,2430 +"182490",58035,72334,3,1646,2820 +"182491",58035,74095,3,1646,2333 +"182492",58035,75403,3,1646,1895 +"182493",58035,81813,3,1646,1656 +"182494",58035,85430,3,1646,2370 +"182495",58035,86245,3,1646,1972 +"182496",58035,97915,3,1646,1802 +"182497",58035,105063,3,1646,1908 +"182498",58035,111843,3,1646,1963 +"182499",58078,212,3,1252,1513 +"182500",58078,270,2,1252,2542 +"182501",58078,312,3,1252,2038 +"182502",58078,671,3,1252,2328 +"182503",58078,913,3,1252,2144 +"182504",58078,1124,3,1252,1596 +"182505",58078,1175,2,1252,1642 +"182506",58078,2063,3,1252,1278 +"182507",58078,2111,3,1252,1904 +"182508",58078,2224,3,1252,2751 +"182509",58078,2322,3,1252,1645 +"182510",58078,2424,1,1252,2582 +"182511",58078,2533,2,1252,2016 +"182512",58078,2743,3,1252,1278 +"182513",58078,3305,2,1252,2839 +"182514",58078,3886,3,1252,1669 +"182515",58078,3966,2,1252,2425 +"182516",58078,4953,3,1252,2285 +"182517",58078,5346,3,1252,1438 +"182518",58078,5429,3,1252,1991 +"182519",58078,6363,3,1252,2066 +"182520",58078,6449,3,1252,1997 +"182521",58078,6588,3,1252,2025 +"182522",58078,6602,3,1252,1631 +"182523",58078,9175,3,1252,2639 +"182524",58078,9269,3,1252,1892 +"182525",58078,9311,3,1252,2477 +"182526",58078,10474,3,1252,1608 +"182527",58078,10488,3,1252,1524 +"182528",58078,10857,3,1252,2253 +"182529",58078,10890,3,1252,2639 +"182530",58078,11006,3,1252,1950 +"182531",58078,11440,3,1252,2026 +"182532",58078,13307,3,1252,2206 +"182533",58078,14252,3,1252,2244 +"182534",58078,15207,3,1252,1855 +"182535",58078,15813,1,1252,2143 +"182536",58078,16201,3,1252,1811 +"182537",58078,16432,2,1252,2664 +"182538",58078,16835,3,1252,1739 +"182539",58078,16940,3,1252,1290 +"182540",58078,17365,3,1252,2746 +"182541",58078,17931,1,1252,1617 +"182542",58078,18394,3,1252,2356 +"182543",58078,19248,3,1252,2357 +"182544",58078,19622,3,1252,2371 +"182545",58078,19719,3,1252,2177 +"182546",58078,20824,3,1252,1366 +"182547",58078,21012,3,1252,2325 +"182548",58078,21164,3,1252,1645 +"182549",58078,21197,2,1252,1437 +"182550",58078,21285,2,1252,2100 +"182551",58078,22282,3,1252,1418 +"182552",58078,22586,3,1252,1341 +"182553",58078,23715,3,1252,1859 +"182554",58078,23729,3,1252,1624 +"182555",58078,24612,3,1252,1875 +"182556",58078,25325,3,1252,2963 +"182557",58078,25577,3,1252,1946 +"182558",58078,26740,3,1252,2695 +"182559",58078,26749,3,1252,2965 +"182560",58078,27275,3,1252,2656 +"182561",58078,27694,3,1252,2030 +"182562",58078,29917,3,1252,1962 +"182563",58078,30052,3,1252,2855 +"182564",58078,31050,3,1252,1491 +"182565",58078,34331,3,1252,1727 +"182566",58078,34820,3,1252,1630 +"182567",58078,35095,3,1252,1502 +"182568",58078,37285,3,1252,2428 +"182569",58078,38019,3,1252,1870 +"182570",58078,38263,3,1252,2475 +"182571",58078,38307,3,1252,2648 +"182572",58078,40028,3,1252,1349 +"182573",58078,41739,3,1252,1339 +"182574",58078,41945,3,1252,2856 +"182575",58078,42216,3,1252,2722 +"182576",58078,43385,3,1252,1623 +"182577",58078,43455,2,1252,2846 +"182578",58078,45239,3,1252,2535 +"182579",58078,45608,3,1252,2420 +"182580",58078,46629,2,1252,2255 +"182581",58078,49620,3,1252,1868 +"182582",58078,50685,3,1252,2008 +"182583",58078,51022,2,1252,1499 +"182584",58078,51041,3,1252,2606 +"182585",58078,51866,3,1252,2411 +"182586",58078,52570,3,1252,2645 +"182587",58078,52576,2,1252,2234 +"182588",58078,55082,3,1252,1856 +"182589",58078,56317,2,1252,2030 +"182590",58078,57714,3,1252,1391 +"182591",58078,58451,3,1252,1939 +"182592",58078,58508,3,1252,2326 +"182593",58078,58652,3,1252,1437 +"182594",58078,61982,2,1252,2725 +"182595",58078,62841,3,1252,2710 +"182596",58078,68215,3,1252,2727 +"182597",58078,69348,3,1252,2783 +"182598",58078,71342,3,1252,1289 +"182599",58078,71971,3,1252,1294 +"182600",58078,74377,3,1252,1285 +"182601",58078,76892,1,1252,2381 +"182602",58078,81588,3,1252,1568 +"182603",58078,82949,2,1252,2077 +"182604",58078,86799,3,1252,1951 +"182605",58078,94404,3,1252,1836 +"182606",58078,98080,3,1252,1265 +"182607",58086,1560,3,1667,2013 +"182608",58086,3255,2,1667,2504 +"182609",58086,9716,3,1667,1929 +"182610",58086,11429,2,1667,2520 +"182611",58086,14654,2,1667,1692 +"182612",58086,14761,1,1667,2502 +"182613",58086,23639,3,1667,2065 +"182614",58086,29704,2,1667,2294 +"182615",58086,30334,3,1667,2075 +"182616",58086,37342,3,1667,2649 +"182617",58086,37636,3,1667,2178 +"182618",58086,39534,3,1667,2410 +"182619",58086,40392,2,1667,1878 +"182620",58086,41185,3,1667,1929 +"182621",58086,49347,2,1667,2504 +"182622",58086,51783,3,1667,2599 +"182623",58086,69232,3,1667,2130 +"182624",58122,5092,3,889,909 +"182625",58122,5716,2,889,1058 +"182626",58122,5984,3,889,1675 +"182627",58122,5986,3,889,1721 +"182628",58122,6417,3,889,1675 +"182629",58122,7181,1,889,1421 +"182630",58122,7798,3,889,949 +"182631",58122,8865,3,889,2394 +"182632",58122,10779,3,889,2881 +"182633",58122,11218,3,889,2292 +"182634",58122,11966,3,889,2385 +"182635",58122,12042,3,889,2345 +"182636",58122,13479,3,889,2155 +"182637",58122,14855,3,889,903 +"182638",58122,15301,3,889,2308 +"182639",58122,15632,3,889,1242 +"182640",58122,16352,2,889,2657 +"182641",58122,17400,3,889,2231 +"182642",58122,18348,3,889,1711 +"182643",58122,19364,3,889,2846 +"182644",58122,19937,3,889,1587 +"182645",58122,21571,3,889,2755 +"182646",58122,21960,3,889,1517 +"182647",58122,22893,3,889,1938 +"182648",58122,23159,3,889,1548 +"182649",58122,23492,3,889,1067 +"182650",58122,25443,3,889,1441 +"182651",58122,26080,3,889,2525 +"182652",58122,26366,3,889,1688 +"182653",58122,28002,3,889,914 +"182654",58122,28296,3,889,2944 +"182655",58122,32567,3,889,2784 +"182656",58122,34735,2,889,2767 +"182657",58122,34921,3,889,2181 +"182658",58122,35903,3,889,1434 +"182659",58122,36087,3,889,2755 +"182660",58122,37859,2,889,1999 +"182661",58122,39906,2,889,2365 +"182662",58122,40072,3,889,1182 +"182663",58122,41064,3,889,1201 +"182664",58122,42619,3,889,2017 +"182665",58122,48377,3,889,1927 +"182666",58122,50236,3,889,2339 +"182667",58122,52215,3,889,1908 +"182668",58122,53134,3,889,1590 +"182669",58122,54929,3,889,2783 +"182670",58122,55821,3,889,1303 +"182671",58122,57714,3,889,1391 +"182672",58122,61337,3,889,2777 +"182673",58122,62488,3,889,1418 +"182674",58122,62966,3,889,1282 +"182675",58122,64110,2,889,1331 +"182676",58122,76666,3,889,1908 +"182677",58122,77077,3,889,2693 +"182678",58122,80219,3,889,988 +"182679",58122,84772,3,889,1231 +"182680",58122,95647,2,889,1172 +"182681",58123,1349,3,275,1147 +"182682",58123,31866,3,275,2101 +"182683",58133,671,3,1484,2328 +"182684",58133,733,2,1484,1653 +"182685",58133,854,3,1484,2307 +"182686",58133,1102,3,1484,2282 +"182687",58133,1154,3,1484,1656 +"182688",58133,1367,3,1484,2176 +"182689",58133,1592,3,1484,2006 +"182690",58133,1691,3,1484,1941 +"182691",58133,1767,3,1484,2727 +"182692",58133,1777,3,1484,1965 +"182693",58133,2166,3,1484,2557 +"182694",58133,2533,3,1484,2016 +"182695",58133,2684,2,1484,2874 +"182696",58133,2819,3,1484,1743 +"182697",58133,3068,3,1484,1815 +"182698",58133,3167,2,1484,1676 +"182699",58133,3271,3,1484,2216 +"182700",58133,3305,3,1484,2839 +"182701",58133,3317,3,1484,2037 +"182702",58133,3628,3,1484,2707 +"182703",58133,3830,3,1484,1661 +"182704",58133,4226,1,1484,1903 +"182705",58133,4305,3,1484,2374 +"182706",58133,4485,3,1484,1963 +"182707",58133,4763,3,1484,1960 +"182708",58133,5239,3,1484,2875 +"182709",58133,5462,3,1484,2374 +"182710",58133,5504,3,1484,2389 +"182711",58133,6052,2,1484,1985 +"182712",58133,6390,3,1484,2385 +"182713",58133,6428,3,1484,1952 +"182714",58133,6491,2,1484,2424 +"182715",58133,7245,3,1484,2089 +"182716",58133,8533,3,1484,2251 +"182717",58133,8621,3,1484,1681 +"182718",58133,9272,3,1484,2835 +"182719",58133,10488,3,1484,1524 +"182720",58133,11055,3,1484,2111 +"182721",58133,11440,3,1484,2026 +"182722",58133,11620,3,1484,2010 +"182723",58133,12374,2,1484,2260 +"182724",58133,12618,3,1484,2021 +"182725",58133,12728,3,1484,2374 +"182726",58133,14108,3,1484,2012 +"182727",58133,15401,3,1484,1999 +"182728",58133,15453,3,1484,1688 +"182729",58133,15539,2,1484,1929 +"182730",58133,15560,3,1484,2257 +"182731",58133,16535,3,1484,1993 +"182732",58133,18415,3,1484,2184 +"182733",58133,18543,3,1484,2968 +"182734",58133,19606,3,1484,2783 +"182735",58133,19719,3,1484,2177 +"182736",58133,19937,3,1484,1587 +"182737",58133,20311,2,1484,1981 +"182738",58133,20407,3,1484,2339 +"182739",58133,20732,3,1484,2401 +"182740",58133,21029,3,1484,1943 +"182741",58133,21104,2,1484,2327 +"182742",58133,21275,3,1484,2609 +"182743",58133,21929,3,1484,2062 +"182744",58133,22025,3,1484,1591 +"182745",58133,22749,3,1484,1727 +"182746",58133,23509,3,1484,2275 +"182747",58133,23534,3,1484,1659 +"182748",58133,23726,3,1484,2434 +"182749",58133,24753,3,1484,2860 +"182750",58133,25577,3,1484,1946 +"182751",58133,26436,3,1484,2489 +"182752",58133,26451,1,1484,2133 +"182753",58133,26706,3,1484,1846 +"182754",58133,27275,3,1484,2656 +"182755",58133,27501,3,1484,1981 +"182756",58133,27628,3,1484,2389 +"182757",58133,27694,3,1484,2030 +"182758",58133,28303,3,1484,2089 +"182759",58133,29073,2,1484,2328 +"182760",58133,29170,3,1484,1846 +"182761",58133,30052,3,1484,2855 +"182762",58133,30334,3,1484,2075 +"182763",58133,30943,3,1484,2287 +"182764",58133,31691,3,1484,1657 +"182765",58133,32988,3,1484,2008 +"182766",58133,33801,3,1484,2899 +"182767",58133,34136,2,1484,2202 +"182768",58133,34492,3,1484,1798 +"182769",58133,35235,3,1484,2610 +"182770",58133,36439,2,1484,2469 +"182771",58133,37636,3,1484,2178 +"182772",58133,40369,3,1484,2735 +"182773",58133,40392,3,1484,1878 +"182774",58133,40645,3,1484,1899 +"182775",58133,41682,3,1484,1988 +"182776",58133,42505,3,1484,2008 +"182777",58133,43226,3,1484,2442 +"182778",58133,43404,3,1484,2649 +"182779",58133,43518,2,1484,2680 +"182780",58133,44089,3,1484,1632 +"182781",58133,45302,3,1484,2390 +"182782",58133,48110,3,1484,2009 +"182783",58133,49189,3,1484,1550 +"182784",58133,50118,3,1484,2654 +"182785",58133,50667,3,1484,2719 +"182786",58133,51022,3,1484,1499 +"182787",58133,51783,3,1484,2599 +"182788",58133,52058,3,1484,1836 +"182789",58133,55468,3,1484,2511 +"182790",58133,55691,3,1484,2856 +"182791",58133,56317,2,1484,2030 +"182792",58133,57544,3,1484,2443 +"182793",58133,57977,3,1484,2683 +"182794",58133,58221,3,1484,1787 +"182795",58133,58451,3,1484,1939 +"182796",58133,58508,2,1484,2326 +"182797",58133,58684,3,1484,2295 +"182798",58133,64997,3,1484,2791 +"182799",58133,65322,3,1484,2008 +"182800",58133,69335,3,1484,2698 +"182801",58133,70203,3,1484,2756 +"182802",58133,80301,3,1484,1690 +"182803",58133,81588,3,1484,1568 +"182804",58133,81895,3,1484,1634 +"182805",58133,82426,3,1484,1576 +"182806",58133,82767,3,1484,1641 +"182807",58133,86245,3,1484,1972 +"182808",58133,88232,3,1484,2881 +"182809",58133,89880,3,1484,1938 +"182810",58133,108379,2,1484,2933 +"182811",58164,3477,3,2398,2546 +"182812",58164,13899,2,2398,2650 +"182813",58164,21275,3,2398,2609 +"182814",58164,78150,2,2398,2581 +"182815",58167,102280,3,1167,1194 +"182816",58180,18366,2,1919,2699 +"182817",58180,21795,3,1919,2653 +"182818",58180,82829,2,1919,2416 +"182819",58180,108647,3,1919,1934 +"182820",58190,3158,3,906,2762 +"182821",58190,6020,3,906,1864 +"182822",58190,13688,1,906,1627 +"182823",58190,45297,3,906,1864 +"182824",58190,93642,3,906,1120 +"182825",58215,2153,3,877,2675 +"182826",58218,1151,3,2627,2885 +"182827",58218,7323,3,2627,2858 +"182828",58218,20700,3,2627,2861 +"182829",58221,1592,3,1787,2006 +"182830",58221,1691,3,1787,1941 +"182831",58221,4618,3,1787,2607 +"182832",58221,5504,3,1787,2389 +"182833",58221,10130,2,1787,2741 +"182834",58221,10222,2,1787,2212 +"182835",58221,14108,3,1787,2012 +"182836",58221,18277,1,1787,2309 +"182837",58221,19027,3,1787,2721 +"182838",58221,19568,3,1787,2302 +"182839",58221,20162,3,1787,2328 +"182840",58221,20563,3,1787,2267 +"182841",58221,22331,3,1787,2687 +"182842",58221,24198,2,1787,2217 +"182843",58221,26436,3,1787,2489 +"182844",58221,26516,3,1787,2479 +"182845",58221,26706,2,1787,1846 +"182846",58221,27478,3,1787,2485 +"182847",58221,27753,3,1787,2750 +"182848",58221,34136,3,1787,2202 +"182849",58221,34492,3,1787,1798 +"182850",58221,35481,3,1787,2211 +"182851",58221,47082,3,1787,1990 +"182852",58221,50667,2,1787,2719 +"182853",58221,51410,3,1787,2739 +"182854",58221,53031,2,1787,2065 +"182855",58221,55556,3,1787,2075 +"182856",58221,66318,3,1787,2803 +"182857",58221,82409,2,1787,1881 +"182858",58221,88232,3,1787,2881 +"182859",58221,92322,3,1787,2393 +"182860",58221,93615,2,1787,2386 +"182861",58221,96000,3,1787,1789 +"182862",58229,364,3,1202,2351 +"182863",58229,680,3,1202,2569 +"182864",58229,1314,3,1202,1522 +"182865",58229,2576,3,1202,1307 +"182866",58229,4303,3,1202,2414 +"182867",58229,11563,3,1202,1863 +"182868",58229,13068,3,1202,1778 +"182869",58229,17252,3,1202,1258 +"182870",58229,19934,3,1202,2888 +"182871",58229,20355,3,1202,2111 +"182872",58229,25378,3,1202,1245 +"182873",58229,27320,3,1202,2378 +"182874",58229,28893,3,1202,2764 +"182875",58229,29495,3,1202,1612 +"182876",58229,31335,3,1202,2351 +"182877",58229,31541,3,1202,1500 +"182878",58229,34491,3,1202,2694 +"182879",58229,41723,3,1202,2101 +"182880",58229,44694,3,1202,2220 +"182881",58229,44749,3,1202,1303 +"182882",58229,50585,3,1202,2414 +"182883",58229,54663,3,1202,1424 +"182884",58229,55487,3,1202,1500 +"182885",58229,57765,3,1202,2893 +"182886",58229,58875,3,1202,1899 +"182887",58229,60808,3,1202,1258 +"182888",58229,70455,3,1202,1307 +"182889",58233,3403,2,1665,2951 +"182890",58233,3405,2,1665,2438 +"182891",58233,3786,3,1665,2282 +"182892",58233,4526,3,1665,1728 +"182893",58233,7942,1,1665,2623 +"182894",58233,8062,3,1665,2858 +"182895",58233,9063,1,1665,2000 +"182896",58233,11429,3,1665,2520 +"182897",58233,13528,3,1665,1891 +"182898",58233,14754,3,1665,2456 +"182899",58233,15502,3,1665,2637 +"182900",58233,16176,3,1665,2703 +"182901",58233,16690,3,1665,2132 +"182902",58233,22723,3,1665,2859 +"182903",58233,27742,3,1665,2700 +"182904",58233,27914,3,1665,2507 +"182905",58233,30525,3,1665,1964 +"182906",58233,31868,3,1665,1993 +"182907",58233,33040,2,1665,2106 +"182908",58233,34216,3,1665,2832 +"182909",58233,34742,3,1665,1883 +"182910",58233,40715,3,1665,2258 +"182911",58233,41023,3,1665,2408 +"182912",58233,45905,3,1665,2785 +"182913",58233,47559,2,1665,1826 +"182914",58233,51774,3,1665,2459 +"182915",58233,60258,3,1665,2405 +"182916",58233,65381,3,1665,2184 +"182917",58233,67815,3,1665,2476 +"182918",58238,1745,3,1944,2693 +"182919",58238,13842,2,1944,2250 +"182920",58238,16286,3,1944,2470 +"182921",58238,26818,3,1944,1999 +"182922",58238,27509,3,1944,2067 +"182923",58238,33537,2,1944,2406 +"182924",58238,35728,3,1944,2017 +"182925",58238,35980,3,1944,2657 +"182926",58238,47708,3,1944,2568 +"182927",58238,66693,2,1944,2554 +"182928",58238,111375,3,1944,2686 +"182929",58245,1262,3,949,2973 +"182930",58245,14888,3,949,1411 +"182931",58245,20486,3,949,1908 +"182932",58245,28233,3,949,1608 +"182933",58245,88966,3,949,1568 +"182934",58245,93953,3,949,969 +"182935",58284,5258,3,2292,2730 +"182936",58284,6234,3,2292,2654 +"182937",58284,6252,3,2292,2336 +"182938",58284,6390,2,2292,2385 +"182939",58284,8762,3,2292,2585 +"182940",58284,11067,3,2292,2734 +"182941",58284,14972,3,2292,2332 +"182942",58284,18543,2,2292,2968 +"182943",58284,20407,3,2292,2339 +"182944",58284,22566,3,2292,2308 +"182945",58284,24256,3,2292,2393 +"182946",58284,26658,3,2292,2745 +"182947",58284,30981,3,2292,2366 +"182948",58284,31235,3,2292,2668 +"182949",58284,35264,3,2292,2329 +"182950",58284,36439,2,2292,2469 +"182951",58284,42256,3,2292,2839 +"182952",58284,43173,3,2292,2895 +"182953",58284,44427,3,2292,2875 +"182954",58284,45585,3,2292,2384 +"182955",58284,66413,3,2292,2507 +"182956",58284,66971,3,2292,2299 +"182957",58284,74636,3,2292,2525 +"182958",58284,78563,3,2292,2385 +"182959",58284,88232,3,2292,2881 +"182960",58293,1090,3,250,2370 +"182961",58293,1592,3,250,2006 +"182962",58293,1691,2,250,1941 +"182963",58293,2011,3,250,2176 +"182964",58293,2609,3,250,834 +"182965",58293,2684,3,250,2874 +"182966",58293,3144,3,250,869 +"182967",58293,3167,3,250,1676 +"182968",58293,3628,3,250,2707 +"182969",58293,4226,3,250,1903 +"182970",58293,5018,3,250,640 +"182971",58293,5258,3,250,2730 +"182972",58293,6104,3,250,2462 +"182973",58293,6252,2,250,2336 +"182974",58293,6390,2,250,2385 +"182975",58293,8011,3,250,889 +"182976",58293,8537,3,250,472 +"182977",58293,8762,3,250,2585 +"182978",58293,9751,3,250,1397 +"182979",58293,9805,3,250,1621 +"182980",58293,11434,3,250,1187 +"182981",58293,12199,3,250,1651 +"182982",58293,12374,3,250,2260 +"182983",58293,12779,3,250,936 +"182984",58293,12887,3,250,433 +"182985",58293,13248,3,250,1385 +"182986",58293,13837,3,250,1604 +"182987",58293,13945,3,250,1324 +"182988",58293,14108,3,250,2012 +"182989",58293,14731,3,250,2012 +"182990",58293,15453,3,250,1688 +"182991",58293,15643,3,250,502 +"182992",58293,18502,3,250,1033 +"182993",58293,18543,2,250,2968 +"182994",58293,19173,3,250,1686 +"182995",58293,19332,3,250,1214 +"182996",58293,19718,3,250,1702 +"182997",58293,19882,3,250,565 +"182998",58293,20343,3,250,851 +"182999",58293,20407,2,250,2339 +"183000",58293,20824,3,250,1366 +"183001",58293,21133,3,250,1320 +"183002",58293,23403,3,250,607 +"183003",58293,23534,3,250,1659 +"183004",58293,24198,3,250,2217 +"183005",58293,25565,3,250,2764 +"183006",58293,26106,3,250,2015 +"183007",58293,26342,3,250,527 +"183008",58293,26451,3,250,2133 +"183009",58293,26873,2,250,419 +"183010",58293,27792,2,250,1308 +"183011",58293,28808,2,250,1063 +"183012",58293,29170,3,250,1846 +"183013",58293,29224,3,250,2011 +"183014",58293,29948,3,250,2795 +"183015",58293,30411,2,250,630 +"183016",58293,31001,3,250,2119 +"183017",58293,31235,3,250,2668 +"183018",58293,32811,3,250,804 +"183019",58293,33621,3,250,1319 +"183020",58293,33622,3,250,2230 +"183021",58293,34136,3,250,2202 +"183022",58293,34314,3,250,630 +"183023",58293,34945,3,250,1298 +"183024",58293,35041,3,250,1311 +"183025",58293,35235,3,250,2610 +"183026",58293,36439,1,250,2469 +"183027",58293,37509,2,250,1640 +"183028",58293,37628,3,250,819 +"183029",58293,37893,3,250,875 +"183030",58293,38213,2,250,1744 +"183031",58293,40488,2,250,486 +"183032",58293,40703,3,250,1608 +"183033",58293,41085,2,250,637 +"183034",58293,43173,3,250,2895 +"183035",58293,43385,3,250,1623 +"183036",58293,43635,3,250,1196 +"183037",58293,44427,2,250,2875 +"183038",58293,44502,3,250,484 +"183039",58293,46621,2,250,1343 +"183040",58293,47049,3,250,253 +"183041",58293,47248,3,250,2883 +"183042",58293,47435,3,250,878 +"183043",58293,47585,2,250,794 +"183044",58293,48260,3,250,875 +"183045",58293,49300,3,250,515 +"183046",58293,49470,3,250,1528 +"183047",58293,49620,2,250,1868 +"183048",58293,50217,3,250,1211 +"183049",58293,50235,2,250,726 +"183050",58293,50254,3,250,1151 +"183051",58293,51572,3,250,912 +"183052",58293,51628,3,250,901 +"183053",58293,52136,3,250,1412 +"183054",58293,52323,3,250,2148 +"183055",58293,52327,3,250,1472 +"183056",58293,53252,2,250,637 +"183057",58293,55084,3,250,1189 +"183058",58293,55156,3,250,2196 +"183059",58293,56116,3,250,1321 +"183060",58293,56903,3,250,1584 +"183061",58293,57337,3,250,1443 +"183062",58293,57990,3,250,978 +"183063",58293,58133,2,250,1484 +"183064",58293,58284,2,250,2292 +"183065",58293,61785,2,250,822 +"183066",58293,62602,3,250,1172 +"183067",58293,62976,2,250,381 +"183068",58293,64181,3,250,1828 +"183069",58293,69122,3,250,416 +"183070",58293,69257,3,250,1402 +"183071",58293,71274,3,250,2390 +"183072",58293,73675,3,250,887 +"183073",58293,73728,3,250,784 +"183074",58293,74636,2,250,2525 +"183075",58293,75025,1,250,717 +"183076",58293,75216,3,250,672 +"183077",58293,75921,3,250,517 +"183078",58293,76127,2,250,910 +"183079",58293,76192,3,250,912 +"183080",58293,76646,3,250,1263 +"183081",58293,78256,2,250,804 +"183082",58293,78416,3,250,630 +"183083",58293,78563,3,250,2385 +"183084",58293,78569,3,250,578 +"183085",58293,78975,3,250,946 +"183086",58293,79612,2,250,927 +"183087",58293,79657,3,250,1260 +"183088",58293,81586,3,250,877 +"183089",58293,82401,3,250,1210 +"183090",58293,82949,3,250,2077 +"183091",58293,83396,3,250,2396 +"183092",58293,88232,2,250,2881 +"183093",58293,88966,3,250,1568 +"183094",58293,89880,3,250,1938 +"183095",58293,92322,3,250,2393 +"183096",58293,92491,3,250,1968 +"183097",58293,92592,2,250,486 +"183098",58293,93398,3,250,828 +"183099",58293,97824,2,250,1229 +"183100",58293,99020,3,250,1383 +"183101",58293,99953,3,250,581 +"183102",58293,100215,3,250,2436 +"183103",58293,100532,3,250,859 +"183104",58293,101967,2,250,691 +"183105",58293,102731,2,250,630 +"183106",58293,104711,3,250,410 +"183107",58293,105207,3,250,451 +"183108",58293,106555,3,250,1626 +"183109",58293,108709,3,250,462 +"183110",58293,119444,3,250,888 +"183111",58293,119564,3,250,336 +"183112",58356,1026,3,222,493 +"183113",58356,2802,3,222,1836 +"183114",58356,3100,2,222,2524 +"183115",58356,4194,3,222,1641 +"183116",58356,6078,3,222,498 +"183117",58356,9050,3,222,2026 +"183118",58356,9727,3,222,2327 +"183119",58356,10128,3,222,883 +"183120",58356,14915,3,222,2606 +"183121",58356,16361,3,222,1641 +"183122",58356,16593,1,222,1139 +"183123",58356,16833,3,222,1661 +"183124",58356,17159,3,222,883 +"183125",58356,18479,3,222,2967 +"183126",58356,21593,3,222,1312 +"183127",58356,21976,2,222,1808 +"183128",58356,22571,3,222,655 +"183129",58356,24104,3,222,817 +"183130",58356,24176,3,222,1986 +"183131",58356,25886,3,222,1580 +"183132",58356,26567,3,222,1158 +"183133",58356,28567,3,222,2398 +"183134",58356,29276,2,222,2000 +"183135",58356,29556,2,222,907 +"183136",58356,31087,3,222,1757 +"183137",58356,33363,2,222,2475 +"183138",58356,34441,2,222,1661 +"183139",58356,38309,3,222,2644 +"183140",58356,39697,2,222,669 +"183141",58356,40715,3,222,2258 +"183142",58356,50941,2,222,481 +"183143",58356,56726,3,222,969 +"183144",58356,65223,1,222,2724 +"183145",58356,66267,3,222,1278 +"183146",58356,67763,3,222,822 +"183147",58356,75502,3,222,1474 +"183148",58356,76604,3,222,2590 +"183149",58356,86010,3,222,1641 +"183150",58356,94339,3,222,2768 +"183151",58356,97266,3,222,1016 +"183152",58356,105190,3,222,2839 +"183153",58356,114228,2,222,1544 +"183154",58365,7984,3,1902,2493 +"183155",58365,9272,3,1902,2835 +"183156",58365,9362,2,1902,2879 +"183157",58365,12901,2,1902,2136 +"183158",58365,12982,3,1902,2143 +"183159",58365,13780,3,1902,2412 +"183160",58365,15401,3,1902,1999 +"183161",58365,30747,3,1902,2455 +"183162",58365,32988,3,1902,2008 +"183163",58365,33949,3,1902,2489 +"183164",58365,46040,1,1902,2105 +"183165",58365,65155,3,1902,1947 +"183166",58365,65322,3,1902,2008 +"183167",58365,70046,3,1902,2624 +"183168",58384,1201,3,1637,2489 +"183169",58384,3966,3,1637,2425 +"183170",58384,4191,2,1637,2130 +"183171",58384,4583,2,1637,2741 +"183172",58384,4618,3,1637,2607 +"183173",58384,4707,2,1637,2588 +"183174",58384,5622,3,1637,2175 +"183175",58384,5986,3,1637,1721 +"183176",58384,10717,3,1637,1938 +"183177",58384,10857,3,1637,2253 +"183178",58384,13929,3,1637,2693 +"183179",58384,20067,3,1637,2390 +"183180",58384,23725,2,1637,2378 +"183181",58384,25643,3,1637,1646 +"183182",58384,26080,3,1637,2525 +"183183",58384,32064,3,1637,1739 +"183184",58384,40293,3,1637,1671 +"183185",58384,41972,3,1637,2509 +"183186",58384,46391,3,1637,1779 +"183187",58384,47082,3,1637,1990 +"183188",58384,51410,3,1637,2739 +"183189",58384,54551,3,1637,2348 +"183190",58384,56854,3,1637,2022 +"183191",58414,489,2,880,2652 +"183192",58414,750,3,880,1327 +"183193",58414,1196,3,880,1986 +"183194",58414,2224,3,880,2751 +"183195",58414,2289,3,880,2389 +"183196",58414,3751,2,880,1358 +"183197",58414,7196,3,880,1508 +"183198",58414,8821,2,880,2230 +"183199",58414,8913,3,880,968 +"183200",58414,10716,3,880,1692 +"183201",58414,15401,3,880,1999 +"183202",58414,20124,3,880,2376 +"183203",58414,21754,3,880,1881 +"183204",58414,25241,1,880,1233 +"183205",58414,32988,3,880,2008 +"183206",58414,35187,2,880,2488 +"183207",58414,40645,3,880,1899 +"183208",58414,42864,3,880,1151 +"183209",58414,53846,2,880,2737 +"183210",58414,65155,3,880,1947 +"183211",58414,94444,3,880,1554 +"183212",58421,237,1,910,1982 +"183213",58421,448,2,910,2693 +"183214",58421,798,3,910,2476 +"183215",58421,1314,3,910,1522 +"183216",58421,1519,3,910,2349 +"183217",58421,1639,3,910,2631 +"183218",58421,4001,3,910,1687 +"183219",58421,4526,3,910,1728 +"183220",58421,4646,3,910,2139 +"183221",58421,4730,3,910,2131 +"183222",58421,5599,3,910,1684 +"183223",58421,6160,2,910,969 +"183224",58421,6876,3,910,1511 +"183225",58421,8777,3,910,1620 +"183226",58421,9035,3,910,2771 +"183227",58421,9115,2,910,2068 +"183228",58421,9177,3,910,945 +"183229",58421,9351,3,910,1460 +"183230",58421,9481,3,910,1610 +"183231",58421,9503,3,910,2453 +"183232",58421,10453,3,910,1656 +"183233",58421,11538,3,910,2288 +"183234",58421,12897,3,910,1351 +"183235",58421,13068,3,910,1778 +"183236",58421,13842,3,910,2250 +"183237",58421,13920,3,910,1709 +"183238",58421,14425,3,910,1036 +"183239",58421,16437,3,910,1956 +"183240",58421,18965,3,910,2315 +"183241",58421,19934,2,910,2888 +"183242",58421,20220,3,910,1656 +"183243",58421,20941,3,910,2725 +"183244",58421,25378,3,910,1245 +"183245",58421,26336,3,910,1904 +"183246",58421,26471,3,910,1061 +"183247",58421,27509,3,910,2067 +"183248",58421,28081,3,910,1927 +"183249",58421,30034,3,910,2357 +"183250",58421,32775,3,910,2135 +"183251",58421,34875,3,910,1544 +"183252",58421,35477,3,910,2703 +"183253",58421,36278,3,910,2952 +"183254",58421,37475,3,910,1509 +"183255",58421,38492,1,910,2280 +"183256",58421,38691,3,910,2585 +"183257",58421,40492,2,910,1286 +"183258",58421,43673,3,910,2787 +"183259",58421,50581,3,910,1258 +"183260",58421,57765,3,910,2893 +"183261",58421,58759,2,910,942 +"183262",58421,59683,3,910,2068 +"183263",58421,59776,3,910,2493 +"183264",58421,68691,3,910,1209 +"183265",58421,68876,3,910,1397 +"183266",58421,73172,3,910,2496 +"183267",58421,73439,3,910,928 +"183268",58421,74605,3,910,2265 +"183269",58421,83898,2,910,1036 +"183270",58421,99288,3,910,983 +"183271",58421,107435,2,910,1635 +"183272",58427,307,3,2234,2530 +"183273",58427,5239,3,2234,2875 +"183274",58427,9893,3,2234,2701 +"183275",58427,19027,3,2234,2721 +"183276",58427,19248,3,2234,2357 +"183277",58427,20067,3,2234,2390 +"183278",58427,21406,3,2234,2714 +"183279",58427,33801,3,2234,2899 +"183280",58427,42574,2,2234,2842 +"183281",58427,47248,3,2234,2883 +"183282",58427,50248,2,2234,2781 +"183283",58427,53475,3,2234,2853 +"183284",58427,53519,1,2234,2781 +"183285",58427,54695,1,2234,2429 +"183286",58427,67150,3,2234,2633 +"183287",58427,99886,3,2234,2781 +"183288",58437,37486,1,2750,2912 +"183289",58451,270,3,1939,2542 +"183290",58451,312,3,1939,2038 +"183291",58451,2181,3,1939,2030 +"183292",58451,2424,2,1939,2582 +"183293",58451,2533,2,1939,2016 +"183294",58451,3305,3,1939,2839 +"183295",58451,5429,3,1939,1991 +"183296",58451,6030,3,1939,2953 +"183297",58451,6363,3,1939,2066 +"183298",58451,6491,3,1939,2424 +"183299",58451,6718,3,1939,2138 +"183300",58451,8088,3,1939,2220 +"183301",58451,9311,3,1939,2477 +"183302",58451,10857,3,1939,2253 +"183303",58451,11006,3,1939,1950 +"183304",58451,11440,3,1939,2026 +"183305",58451,12728,3,1939,2374 +"183306",58451,13307,3,1939,2206 +"183307",58451,15813,3,1939,2143 +"183308",58451,18394,3,1939,2356 +"183309",58451,19248,2,1939,2357 +"183310",58451,19719,2,1939,2177 +"183311",58451,19862,3,1939,2412 +"183312",58451,21012,3,1939,2325 +"183313",58451,21275,3,1939,2609 +"183314",58451,21285,3,1939,2100 +"183315",58451,23526,3,1939,1998 +"183316",58451,23725,3,1939,2378 +"183317",58451,25198,3,1939,1982 +"183318",58451,25577,3,1939,1946 +"183319",58451,25816,3,1939,2088 +"183320",58451,26451,3,1939,2133 +"183321",58451,26749,3,1939,2965 +"183322",58451,27694,2,1939,2030 +"183323",58451,40493,3,1939,1981 +"183324",58451,43455,3,1939,2846 +"183325",58451,43518,3,1939,2680 +"183326",58451,46629,3,1939,2255 +"183327",58451,48605,3,1939,2796 +"183328",58451,50685,3,1939,2008 +"183329",58451,51041,3,1939,2606 +"183330",58451,52576,2,1939,2234 +"183331",58451,56082,3,1939,2395 +"183332",58451,61982,3,1939,2725 +"183333",58451,62841,3,1939,2710 +"183334",58451,66703,2,1939,2375 +"183335",58451,72207,3,1939,2430 +"183336",58451,76892,3,1939,2381 +"183337",58451,79804,3,1939,2227 +"183338",58451,83396,3,1939,2396 +"183339",58462,2036,3,250,2483 +"183340",58462,10279,2,250,886 +"183341",58462,13150,3,250,1570 +"183342",58462,41747,3,250,1722 +"183343",58462,43929,3,250,2749 +"183344",58462,53092,3,250,2384 +"183345",58462,61948,2,250,1231 +"183346",58489,2028,3,1068,1978 +"183347",58489,2972,3,1068,1708 +"183348",58489,11662,2,1068,1139 +"183349",58489,23787,3,1068,2810 +"183350",58489,29095,3,1068,2531 +"183351",58489,38213,3,1068,1744 +"183352",58489,82929,3,1068,2475 +"183353",58489,87455,3,1068,2576 +"183354",58501,9787,3,2613,2858 +"183355",58501,14959,3,2613,2898 +"183356",58501,23206,3,2613,2805 +"183357",58501,24069,3,2613,2697 +"183358",58501,27742,3,2613,2700 +"183359",58501,44603,3,2613,2748 +"183360",58501,70656,3,2613,2771 +"183361",58508,270,3,2326,2542 +"183362",58508,843,2,2326,2332 +"183363",58508,1639,3,2326,2631 +"183364",58508,2424,2,2326,2582 +"183365",58508,2647,3,2326,2450 +"183366",58508,3305,3,2326,2839 +"183367",58508,3477,3,2326,2546 +"183368",58508,3961,3,2326,2426 +"183369",58508,3978,3,2326,2775 +"183370",58508,4249,3,2326,2547 +"183371",58508,4932,3,2326,2752 +"183372",58508,5239,3,2326,2875 +"183373",58508,5462,3,2326,2374 +"183374",58508,6248,3,2326,2737 +"183375",58508,7942,3,2326,2623 +"183376",58508,7984,3,2326,2493 +"183377",58508,8762,3,2326,2585 +"183378",58508,9272,1,2326,2835 +"183379",58508,9311,3,2326,2477 +"183380",58508,9503,3,2326,2453 +"183381",58508,9724,3,2326,2713 +"183382",58508,9910,3,2326,2526 +"183383",58508,10373,3,2326,2436 +"183384",58508,10638,3,2326,2692 +"183385",58508,11477,3,2326,2724 +"183386",58508,11506,3,2326,2824 +"183387",58508,13780,3,2326,2412 +"183388",58508,14470,3,2326,2632 +"183389",58508,14612,3,2326,2340 +"183390",58508,14761,3,2326,2502 +"183391",58508,14959,3,2326,2898 +"183392",58508,16332,3,2326,2668 +"183393",58508,16826,3,2326,2599 +"183394",58508,18943,3,2326,2861 +"183395",58508,19248,3,2326,2357 +"183396",58508,19364,3,2326,2846 +"183397",58508,20124,3,2326,2376 +"183398",58508,20407,3,2326,2339 +"183399",58508,20695,3,2326,2526 +"183400",58508,21138,3,2326,2849 +"183401",58508,22141,3,2326,2348 +"183402",58508,22326,2,2326,2818 +"183403",58508,22415,3,2326,2841 +"183404",58508,22709,3,2326,2743 +"183405",58508,23550,3,2326,2939 +"183406",58508,25305,3,2326,2447 +"183407",58508,25941,3,2326,2369 +"183408",58508,26749,2,2326,2965 +"183409",58508,27275,3,2326,2656 +"183410",58508,27390,3,2326,2425 +"183411",58508,28582,3,2326,2698 +"183412",58508,30010,3,2326,2917 +"183413",58508,30052,3,2326,2855 +"183414",58508,30173,3,2326,2404 +"183415",58508,31264,3,2326,2335 +"183416",58508,31357,3,2326,2389 +"183417",58508,32173,3,2326,2341 +"183418",58508,33572,3,2326,2370 +"183419",58508,33949,3,2326,2489 +"183420",58508,36136,3,2326,2338 +"183421",58508,36439,3,2326,2469 +"183422",58508,37684,3,2326,2899 +"183423",58508,38038,3,2326,2686 +"183424",58508,38780,3,2326,2705 +"183425",58508,38887,3,2326,2468 +"183426",58508,39439,2,2326,2462 +"183427",58508,39444,2,2326,2695 +"183428",58508,39906,3,2326,2365 +"183429",58508,42390,3,2326,2937 +"183430",58508,42407,3,2326,2408 +"183431",58508,43173,2,2326,2895 +"183432",58508,43226,1,2326,2442 +"183433",58508,43455,3,2326,2846 +"183434",58508,43701,3,2326,2400 +"183435",58508,45302,3,2326,2390 +"183436",58508,45608,3,2326,2420 +"183437",58508,46951,3,2326,2429 +"183438",58508,47607,3,2326,2724 +"183439",58508,48931,3,2326,2444 +"183440",58508,50236,3,2326,2339 +"183441",58508,51843,3,2326,2389 +"183442",58508,53584,3,2326,2391 +"183443",58508,54385,3,2326,2340 +"183444",58508,55438,3,2326,2863 +"183445",58508,55468,3,2326,2511 +"183446",58508,55828,3,2326,2393 +"183447",58508,56082,2,2326,2395 +"183448",58508,59039,2,2326,2870 +"183449",58508,59700,3,2326,2346 +"183450",58508,61982,3,2326,2725 +"183451",58508,62841,3,2326,2710 +"183452",58508,69335,1,2326,2698 +"183453",58508,70217,3,2326,2332 +"183454",58508,71274,3,2326,2390 +"183455",58508,72207,3,2326,2430 +"183456",58508,73553,3,2326,2726 +"183457",58508,76892,3,2326,2381 +"183458",58508,77077,3,2326,2693 +"183459",58508,79036,3,2326,2524 +"183460",58508,79322,3,2326,2770 +"183461",58508,80190,3,2326,2717 +"183462",58508,93553,3,2326,2537 +"183463",58508,98354,3,2326,2794 +"183464",58508,101797,3,2326,2357 +"183465",58508,108379,3,2326,2933 +"183466",58516,1367,3,409,2176 +"183467",58516,2424,3,409,2582 +"183468",58516,2747,3,409,2411 +"183469",58516,3863,3,409,856 +"183470",58516,5346,2,409,1438 +"183471",58516,5580,3,409,2111 +"183472",58516,6996,3,409,2916 +"183473",58516,7245,3,409,2089 +"183474",58516,9654,3,409,2111 +"183475",58516,12473,3,409,801 +"183476",58516,13671,3,409,1371 +"183477",58516,14707,3,409,672 +"183478",58516,15207,2,409,1855 +"183479",58516,15453,3,409,1688 +"183480",58516,15462,3,409,1141 +"183481",58516,16067,3,409,2727 +"183482",58516,17632,3,409,1947 +"183483",58516,17943,3,409,1943 +"183484",58516,18348,3,409,1711 +"183485",58516,18415,3,409,2184 +"183486",58516,18550,2,409,483 +"183487",58516,19282,3,409,1623 +"183488",58516,19744,3,409,2623 +"183489",58516,21929,3,409,2062 +"183490",58516,24974,3,409,702 +"183491",58516,28057,3,409,1067 +"183492",58516,30262,3,409,1715 +"183493",58516,30943,3,409,2287 +"183494",58516,32939,3,409,2277 +"183495",58516,33655,3,409,773 +"183496",58516,40113,2,409,451 +"183497",58516,40129,3,409,2162 +"183498",58516,40703,3,409,1608 +"183499",58516,41439,3,409,709 +"183500",58516,42642,3,409,2257 +"183501",58516,42725,3,409,630 +"183502",58516,45186,3,409,835 +"183503",58516,46803,3,409,2305 +"183504",58516,53043,3,409,803 +"183505",58516,54388,3,409,1257 +"183506",58516,57804,3,409,2214 +"183507",58516,63641,3,409,2337 +"183508",58516,67726,3,409,2873 +"183509",58516,69293,3,409,609 +"183510",58516,69716,3,409,2632 +"183511",58516,73205,2,409,1529 +"183512",58516,74818,3,409,1440 +"183513",58516,85356,3,409,1492 +"183514",58516,85525,3,409,1718 +"183515",58516,91210,3,409,1457 +"183516",58516,94520,2,409,1243 +"183517",58516,99237,3,409,783 +"183518",58516,99557,3,409,1703 +"183519",58530,212,3,298,1513 +"183520",58530,843,3,298,2332 +"183521",58530,913,3,298,2144 +"183522",58530,1044,3,298,880 +"183523",58530,1968,3,298,631 +"183524",58530,2322,2,298,1645 +"183525",58530,2424,3,298,2582 +"183526",58530,2731,3,298,434 +"183527",58530,3271,2,298,2216 +"183528",58530,4687,3,298,2152 +"183529",58530,4790,3,298,1025 +"183530",58530,5599,3,298,1684 +"183531",58530,6052,3,298,1985 +"183532",58530,6718,3,298,2138 +"183533",58530,7310,3,298,636 +"183534",58530,7337,3,298,1797 +"183535",58530,7604,3,298,1366 +"183536",58530,8529,3,298,1205 +"183537",58530,8607,3,298,1685 +"183538",58530,8921,3,298,2403 +"183539",58530,9272,2,298,2835 +"183540",58530,9364,3,298,1698 +"183541",58530,10488,3,298,1524 +"183542",58530,10513,3,298,2284 +"183543",58530,11817,3,298,600 +"183544",58530,12887,3,298,433 +"183545",58530,14654,3,298,1692 +"183546",58530,14824,3,298,455 +"183547",58530,15700,3,298,1712 +"183548",58530,16332,3,298,2668 +"183549",58530,16437,3,298,1956 +"183550",58530,16940,3,298,1290 +"183551",58530,17376,3,298,1202 +"183552",58530,18152,3,298,1314 +"183553",58530,19075,3,298,2214 +"183554",58530,19204,3,298,1753 +"183555",58530,19719,3,298,2177 +"183556",58530,20311,3,298,1981 +"183557",58530,20975,3,298,1305 +"183558",58530,21197,3,298,1437 +"183559",58530,21198,2,298,935 +"183560",58530,21285,3,298,2100 +"183561",58530,21693,3,298,2176 +"183562",58530,22282,3,298,1418 +"183563",58530,22326,3,298,2818 +"183564",58530,22362,3,298,1836 +"183565",58530,22415,3,298,2841 +"183566",58530,22537,3,298,436 +"183567",58530,22586,3,298,1341 +"183568",58530,23395,3,298,1948 +"183569",58530,23430,3,298,904 +"183570",58530,23450,2,298,967 +"183571",58530,23729,3,298,1624 +"183572",58530,25577,3,298,1946 +"183573",58530,26471,3,298,1061 +"183574",58530,26749,3,298,2965 +"183575",58530,26867,3,298,1804 +"183576",58530,27275,3,298,2656 +"183577",58530,27390,3,298,2425 +"183578",58530,27792,3,298,1308 +"183579",58530,28124,3,298,434 +"183580",58530,28432,3,298,1954 +"183581",58530,29705,3,298,607 +"183582",58530,29987,3,298,956 +"183583",58530,30325,3,298,1067 +"183584",58530,31338,2,298,917 +"183585",58530,32131,3,298,1035 +"183586",58530,32339,3,298,2430 +"183587",58530,32811,3,298,804 +"183588",58530,37376,3,298,432 +"183589",58530,37752,3,298,2223 +"183590",58530,38019,3,298,1870 +"183591",58530,38219,3,298,1689 +"183592",58530,39238,3,298,922 +"183593",58530,39439,3,298,2462 +"183594",58530,39444,3,298,2695 +"183595",58530,40028,3,298,1349 +"183596",58530,41439,3,298,709 +"183597",58530,43173,3,298,2895 +"183598",58530,43213,3,298,2160 +"183599",58530,43226,2,298,2442 +"183600",58530,43385,3,298,1623 +"183601",58530,44729,3,298,588 +"183602",58530,45874,3,298,944 +"183603",58530,46723,3,298,607 +"183604",58530,47772,3,298,2293 +"183605",58530,48110,2,298,2009 +"183606",58530,49512,3,298,1302 +"183607",58530,50219,3,298,756 +"183608",58530,50236,3,298,2339 +"183609",58530,51017,3,298,2073 +"183610",58530,51035,3,298,2397 +"183611",58530,52136,3,298,1412 +"183612",58530,52576,2,298,2234 +"183613",58530,53323,3,298,2677 +"183614",58530,53445,3,298,2028 +"183615",58530,55082,3,298,1856 +"183616",58530,55139,3,298,2323 +"183617",58530,56082,2,298,2395 +"183618",58530,56317,2,298,2030 +"183619",58530,57804,3,298,2214 +"183620",58530,57990,3,298,978 +"183621",58530,58133,3,298,1484 +"183622",58530,58508,1,298,2326 +"183623",58530,59039,3,298,2870 +"183624",58530,65007,3,298,2530 +"183625",58530,69335,2,298,2698 +"183626",58530,70217,3,298,2332 +"183627",58530,70838,3,298,687 +"183628",58530,71342,2,298,1289 +"183629",58530,71971,3,298,1294 +"183630",58530,72207,3,298,2430 +"183631",58530,72956,3,298,1251 +"183632",58530,73128,3,298,1549 +"183633",58530,75403,3,298,1895 +"183634",58530,76127,3,298,910 +"183635",58530,76284,3,298,1237 +"183636",58530,76511,3,298,1250 +"183637",58530,77305,3,298,965 +"183638",58530,79322,3,298,2770 +"183639",58530,80219,3,298,988 +"183640",58530,80301,2,298,1690 +"183641",58530,80801,3,298,1250 +"183642",58530,81588,2,298,1568 +"183643",58530,82039,3,298,1327 +"183644",58530,82226,3,298,1619 +"183645",58530,82949,2,298,2077 +"183646",58530,84743,2,298,396 +"183647",58530,85138,3,298,1685 +"183648",58530,89097,2,298,935 +"183649",58530,92220,3,298,607 +"183650",58530,94908,3,298,1413 +"183651",58530,95836,3,298,760 +"183652",58530,99332,3,298,873 +"183653",58530,105602,3,298,434 +"183654",58530,109663,3,298,545 +"183655",58596,11540,3,936,1237 +"183656",58596,21138,3,936,2849 +"183657",58596,51017,3,936,2073 +"183658",58617,11382,3,2093,2746 +"183659",58617,41607,3,2093,2802 +"183660",58617,88455,2,2093,2388 +"183661",58652,270,3,1437,2542 +"183662",58652,312,3,1437,2038 +"183663",58652,380,3,1437,2261 +"183664",58652,2322,3,1437,1645 +"183665",58652,2424,2,1437,2582 +"183666",58652,2533,2,1437,2016 +"183667",58652,3305,3,1437,2839 +"183668",58652,3801,3,1437,1974 +"183669",58652,4701,3,1437,2401 +"183670",58652,6052,3,1437,1985 +"183671",58652,6222,3,1437,1949 +"183672",58652,6363,3,1437,2066 +"183673",58652,9311,3,1437,2477 +"183674",58652,9364,3,1437,1698 +"183675",58652,10358,3,1437,2294 +"183676",58652,11006,3,1437,1950 +"183677",58652,11440,3,1437,2026 +"183678",58652,12618,3,1437,2021 +"183679",58652,12728,2,1437,2374 +"183680",58652,12863,3,1437,2027 +"183681",58652,14032,3,1437,2144 +"183682",58652,15539,3,1437,1929 +"183683",58652,15813,3,1437,2143 +"183684",58652,16201,3,1437,1811 +"183685",58652,16432,3,1437,2664 +"183686",58652,17931,3,1437,1617 +"183687",58652,19248,3,1437,2357 +"183688",58652,19719,3,1437,2177 +"183689",58652,20311,3,1437,1981 +"183690",58652,21285,2,1437,2100 +"183691",58652,21693,3,1437,2176 +"183692",58652,22326,3,1437,2818 +"183693",58652,22362,3,1437,1836 +"183694",58652,23508,3,1437,1907 +"183695",58652,23729,3,1437,1624 +"183696",58652,24612,3,1437,1875 +"183697",58652,24955,3,1437,2424 +"183698",58652,25577,3,1437,1946 +"183699",58652,26749,3,1437,2965 +"183700",58652,27175,3,1437,1447 +"183701",58652,27275,3,1437,2656 +"183702",58652,27694,3,1437,2030 +"183703",58652,29073,3,1437,2328 +"183704",58652,30052,3,1437,2855 +"183705",58652,31050,3,1437,1491 +"183706",58652,31530,2,1437,1661 +"183707",58652,32919,3,1437,2321 +"183708",58652,35095,3,1437,1502 +"183709",58652,38019,3,1437,1870 +"183710",58652,43385,2,1437,1623 +"183711",58652,43455,3,1437,2846 +"183712",58652,46629,3,1437,2255 +"183713",58652,48414,3,1437,1749 +"183714",58652,48605,3,1437,2796 +"183715",58652,51022,3,1437,1499 +"183716",58652,51041,3,1437,2606 +"183717",58652,52058,3,1437,1836 +"183718",58652,52570,3,1437,2645 +"183719",58652,52576,3,1437,2234 +"183720",58652,55468,3,1437,2511 +"183721",58652,56317,2,1437,2030 +"183722",58652,58133,3,1437,1484 +"183723",58652,58451,3,1437,1939 +"183724",58652,58508,3,1437,2326 +"183725",58652,58684,2,1437,2295 +"183726",58652,61982,3,1437,2725 +"183727",58652,62841,3,1437,2710 +"183728",58652,66703,3,1437,2375 +"183729",58652,76892,3,1437,2381 +"183730",58652,81588,2,1437,1568 +"183731",58652,82949,3,1437,2077 +"183732",58652,101797,3,1437,2357 +"183733",58655,3620,3,2685,2955 +"183734",58655,4612,2,2685,2804 +"183735",58655,9787,3,2685,2858 +"183736",58655,11648,3,2685,2852 +"183737",58655,15826,2,2685,2772 +"183738",58655,17033,3,2685,2771 +"183739",58655,27742,1,2685,2700 +"183740",58669,5315,3,2296,2631 +"183741",58669,15636,3,2296,2857 +"183742",58669,20067,3,2296,2390 +"183743",58669,20732,3,2296,2401 +"183744",58669,23726,3,2296,2434 +"183745",58669,26249,3,2296,2301 +"183746",58669,46803,3,2296,2305 +"183747",58669,53475,3,2296,2853 +"183748",58669,70203,2,2296,2756 +"183749",58684,2424,3,2295,2582 +"183750",58684,3305,3,2295,2839 +"183751",58684,12728,3,2295,2374 +"183752",58684,22326,3,2295,2818 +"183753",58684,27275,3,2295,2656 +"183754",58684,29073,3,2295,2328 +"183755",58684,30052,3,2295,2855 +"183756",58684,32778,3,2295,2310 +"183757",58684,51041,3,2295,2606 +"183758",58684,58508,3,2295,2326 +"183759",58684,101797,3,2295,2357 +"183760",58711,42574,3,2746,2842 +"183761",58711,47882,3,2746,2769 +"183762",58733,854,3,1958,2307 +"183763",58733,8865,3,1958,2394 +"183764",58733,9615,3,1958,2464 +"183765",58733,10148,3,1958,2964 +"183766",58733,10779,3,1958,2881 +"183767",58733,12388,3,1958,1975 +"183768",58733,14959,3,1958,2898 +"183769",58733,21248,3,1958,2232 +"183770",58733,29454,3,1958,2719 +"183771",58733,30236,3,1958,2238 +"183772",58733,38732,3,1958,2263 +"183773",58733,41664,3,1958,2641 +"183774",58733,41682,3,1958,1988 +"183775",58733,51157,2,1958,2319 +"183776",58733,55862,3,1958,2123 +"183777",58733,56854,3,1958,2022 +"183778",58733,64219,2,1958,2705 +"183779",58745,680,3,1920,2569 +"183780",58745,3271,3,1920,2216 +"183781",58745,4916,3,1920,1970 +"183782",58745,8865,3,1920,2394 +"183783",58745,9332,3,1920,2734 +"183784",58745,10129,2,1920,2124 +"183785",58745,12361,3,1920,2732 +"183786",58745,17973,2,1920,2837 +"183787",58745,18005,3,1920,2449 +"183788",58745,19073,2,1920,2748 +"183789",58745,20124,2,1920,2376 +"183790",58745,29116,1,1920,2128 +"183791",58745,29473,3,1920,2602 +"183792",58745,40954,3,1920,2603 +"183793",58745,53687,3,1920,2422 +"183794",58745,63077,3,1920,2778 +"183795",58759,237,1,942,1982 +"183796",58759,448,2,942,2693 +"183797",58759,1203,3,942,1350 +"183798",58759,2344,3,942,2752 +"183799",58759,2576,3,942,1307 +"183800",58759,4646,3,942,2139 +"183801",58759,4730,3,942,2131 +"183802",58759,5599,3,942,1684 +"183803",58759,5678,3,942,1131 +"183804",58759,6876,1,942,1511 +"183805",58759,8568,3,942,2706 +"183806",58759,8777,3,942,1620 +"183807",58759,9060,2,942,1612 +"183808",58759,9115,3,942,2068 +"183809",58759,9785,2,942,2951 +"183810",58759,9787,3,942,2858 +"183811",58759,10087,3,942,1617 +"183812",58759,11538,3,942,2288 +"183813",58759,13842,3,942,2250 +"183814",58759,14287,3,942,1583 +"183815",58759,16286,3,942,2470 +"183816",58759,16501,3,942,1650 +"183817",58759,16684,3,942,1657 +"183818",58759,17252,3,942,1258 +"183819",58759,18965,3,942,2315 +"183820",58759,20220,3,942,1656 +"183821",58759,22578,3,942,2216 +"183822",58759,23131,3,942,1732 +"183823",58759,24176,3,942,1986 +"183824",58759,26336,3,942,1904 +"183825",58759,27914,3,942,2507 +"183826",58759,28357,3,942,1134 +"183827",58759,28869,3,942,2425 +"183828",58759,29286,3,942,1612 +"183829",58759,30525,3,942,1964 +"183830",58759,30631,3,942,951 +"183831",58759,30891,3,942,1256 +"183832",58759,31868,2,942,1993 +"183833",58759,34875,3,942,1544 +"183834",58759,35728,2,942,2017 +"183835",58759,37059,3,942,2840 +"183836",58759,38492,3,942,2280 +"183837",58759,39534,3,942,2410 +"183838",58759,40035,3,942,2742 +"183839",58759,41633,3,942,1976 +"183840",58759,41953,3,942,945 +"183841",58759,42756,3,942,1384 +"183842",58759,44235,3,942,2700 +"183843",58759,44877,3,942,1219 +"183844",58759,45480,3,942,1104 +"183845",58759,50354,3,942,1299 +"183846",58759,53643,3,942,1626 +"183847",58759,56995,3,942,2323 +"183848",58759,59637,3,942,2141 +"183849",58759,59776,3,942,2493 +"183850",58759,61125,3,942,1673 +"183851",58759,61723,3,942,1262 +"183852",58759,67805,3,942,1338 +"183853",58759,69131,3,942,2122 +"183854",58759,69447,3,942,1197 +"183855",58759,70455,3,942,1307 +"183856",58759,71467,3,942,1051 +"183857",58759,72438,3,942,1397 +"183858",58759,73192,3,942,1955 +"183859",58759,79432,3,942,1708 +"183860",58759,83898,3,942,1036 +"183861",58759,100048,3,942,1573 +"183862",58759,107383,3,942,1918 +"183863",58759,107435,3,942,1635 +"183864",58759,111375,3,942,2686 +"183865",58812,602,3,1170,2632 +"183866",58812,2863,3,1170,1657 +"183867",58812,13724,1,1170,1573 +"183868",58812,21249,3,1170,1635 +"183869",58812,22311,3,1170,2034 +"183870",58812,35186,2,1170,1520 +"183871",58812,77811,3,1170,1871 +"183872",58812,81269,3,1170,1570 +"183873",58812,84268,2,1170,1217 +"183874",58829,237,3,1256,1982 +"183875",58829,341,3,1256,2689 +"183876",58829,841,3,1256,2964 +"183877",58829,1314,3,1256,1522 +"183878",58829,2057,3,1256,1965 +"183879",58829,2226,3,1256,2225 +"183880",58829,3127,3,1256,2273 +"183881",58829,3271,3,1256,2216 +"183882",58829,3456,3,1256,1999 +"183883",58829,4526,2,1256,1728 +"183884",58829,4932,3,1256,2752 +"183885",58829,4983,3,1256,1909 +"183886",58829,5363,2,1256,1791 +"183887",58829,6821,3,1256,1788 +"183888",58829,8865,3,1256,2394 +"183889",58829,10215,3,1256,2006 +"183890",58829,10373,3,1256,2436 +"183891",58829,11029,3,1256,2362 +"183892",58829,11136,3,1256,2573 +"183893",58829,12361,3,1256,2732 +"183894",58829,12897,3,1256,1351 +"183895",58829,13136,3,1256,2867 +"183896",58829,13842,3,1256,2250 +"183897",58829,16437,3,1256,1956 +"183898",58829,18381,3,1256,1524 +"183899",58829,19165,3,1256,2436 +"183900",58829,19231,3,1256,1424 +"183901",58829,19587,3,1256,1684 +"183902",58829,19655,2,1256,2706 +"183903",58829,19751,2,1256,1630 +"183904",58829,19934,3,1256,2888 +"183905",58829,20308,3,1256,2254 +"183906",58829,21207,3,1256,1258 +"183907",58829,21670,2,1256,2158 +"183908",58829,27280,2,1256,1965 +"183909",58829,27391,3,1256,2378 +"183910",58829,27509,3,1256,2067 +"183911",58829,27722,2,1256,1266 +"183912",58829,28051,3,1256,2089 +"183913",58829,32775,3,1256,2135 +"183914",58829,35822,2,1256,1903 +"183915",58829,37752,2,1256,2223 +"183916",58829,37929,3,1256,2393 +"183917",58829,38259,3,1256,2258 +"183918",58829,40623,2,1256,2580 +"183919",58829,40910,3,1256,2469 +"183920",58829,41969,2,1256,2189 +"183921",58829,43961,3,1256,2443 +"183922",58829,45138,3,1256,2516 +"183923",58829,52154,3,1256,1722 +"183924",58829,53051,3,1256,1940 +"183925",58829,55817,3,1256,2285 +"183926",58829,59039,3,1256,2870 +"183927",58829,59485,3,1256,1564 +"183928",58829,60879,3,1256,2792 +"183929",58829,61723,3,1256,1262 +"183930",58829,63654,3,1256,2310 +"183931",58829,64181,3,1256,1828 +"183932",58829,64967,3,1256,2872 +"183933",58829,65188,2,1256,2213 +"183934",58829,68452,3,1256,1606 +"183935",58829,70070,2,1256,2425 +"183936",58829,73172,3,1256,2496 +"183937",58829,74795,2,1256,1319 +"183938",58829,79432,3,1256,1708 +"183939",58829,90745,3,1256,1994 +"183940",58829,94625,2,1256,2105 +"183941",58829,119524,2,1256,1930 +"183942",58852,2684,3,2323,2874 +"183943",58852,10851,3,2323,2423 +"183944",58852,13249,2,2323,2573 +"183945",58852,13732,3,2323,2789 +"183946",58852,24753,2,2323,2860 +"183947",58852,26865,3,2323,2726 +"183948",58852,30081,3,2323,2403 +"183949",58852,41664,3,2323,2641 +"183950",58852,55643,3,2323,2359 +"183951",58854,24,2,1131,1295 +"183952",58854,160,3,1131,2007 +"183953",58854,701,3,1131,2718 +"183954",58854,1875,3,1131,1786 +"183955",58854,2224,3,1131,2751 +"183956",58854,2407,3,1131,1725 +"183957",58854,2563,1,1131,1686 +"183958",58854,3306,3,1131,1989 +"183959",58854,4671,3,1131,2280 +"183960",58854,5120,2,1131,2735 +"183961",58854,5226,3,1131,1309 +"183962",58854,5346,3,1131,1438 +"183963",58854,6074,3,1131,2426 +"183964",58854,6363,3,1131,2066 +"183965",58854,7475,3,1131,1284 +"183966",58854,7616,3,1131,2296 +"183967",58854,8529,2,1131,1205 +"183968",58854,9202,3,1131,2477 +"183969",58854,9853,3,1131,1275 +"183970",58854,10513,3,1131,2284 +"183971",58854,11477,3,1131,2724 +"183972",58854,11770,3,1131,1653 +"183973",58854,14669,3,1131,2080 +"183974",58854,15122,2,1131,1201 +"183975",58854,15207,3,1131,1855 +"183976",58854,15583,3,1131,1144 +"183977",58854,16539,3,1131,1947 +"183978",58854,16866,3,1131,2718 +"183979",58854,16877,3,1131,2509 +"183980",58854,18211,3,1131,1745 +"183981",58854,18865,3,1131,2676 +"183982",58854,19096,1,1131,1538 +"183983",58854,19248,3,1131,2357 +"183984",58854,20563,3,1131,2267 +"183985",58854,20624,2,1131,1298 +"183986",58854,20687,3,1131,1248 +"183987",58854,21929,3,1131,2062 +"183988",58854,21950,3,1131,1892 +"183989",58854,22292,3,1131,1910 +"183990",58854,23312,3,1131,2449 +"183991",58854,23460,3,1131,2183 +"183992",58854,23756,3,1131,2309 +"183993",58854,25030,3,1131,2017 +"183994",58854,25198,3,1131,1982 +"183995",58854,25985,3,1131,2071 +"183996",58854,30334,3,1131,2075 +"183997",58854,31705,3,1131,2706 +"183998",58854,33621,3,1131,1319 +"183999",58854,33672,3,1131,2396 +"184000",58854,33949,3,1131,2489 +"184001",58854,34464,3,1131,1741 +"184002",58854,34836,3,1131,2302 +"184003",58854,35752,3,1131,1158 +"184004",58854,36714,3,1131,2209 +"184005",58854,37108,3,1131,1202 +"184006",58854,37636,3,1131,2178 +"184007",58854,38449,3,1131,1802 +"184008",58854,39535,2,1131,2428 +"184009",58854,40392,3,1131,1878 +"184010",58854,41023,3,1131,2408 +"184011",58854,41033,2,1131,1839 +"184012",58854,44819,3,1131,2063 +"184013",58854,46512,3,1131,1292 +"184014",58854,48571,3,1131,2717 +"184015",58854,49334,3,1131,2433 +"184016",58854,49512,3,1131,1302 +"184017",58854,50001,3,1131,1518 +"184018",58854,50254,3,1131,1151 +"184019",58854,51041,3,1131,2606 +"184020",58854,51783,3,1131,2599 +"184021",58854,53323,3,1131,2677 +"184022",58854,57353,3,1131,1849 +"184023",58854,63395,3,1131,2334 +"184024",58854,68523,3,1131,1664 +"184025",58854,72468,3,1131,2292 +"184026",58854,77155,3,1131,2946 +"184027",58854,77611,3,1131,1795 +"184028",58854,79350,3,1131,2261 +"184029",58854,85949,3,1131,1132 +"184030",58854,88887,2,1131,1161 +"184031",58854,92491,3,1131,1968 +"184032",58854,94520,2,1131,1243 +"184033",58854,99860,3,1131,2071 +"184034",58854,104565,2,1131,2693 +"184035",58875,3978,3,1899,2775 +"184036",58875,4430,2,1899,2019 +"184037",58875,6697,3,1899,2438 +"184038",58875,8610,3,1899,2240 +"184039",58875,11625,3,1899,2022 +"184040",58875,18421,3,1899,2457 +"184041",58875,19934,3,1899,2888 +"184042",58875,26734,3,1899,2299 +"184043",58875,27320,3,1899,2378 +"184044",58875,28893,3,1899,2764 +"184045",58875,40035,3,1899,2742 +"184046",58875,46982,3,1899,2806 +"184047",58875,47013,3,1899,2388 +"184048",58875,53846,3,1899,2737 +"184049",58882,9702,3,684,1928 +"184050",58882,23312,3,684,2449 +"184051",58882,23534,3,684,1659 +"184052",58882,24559,2,684,946 +"184053",58882,50236,3,684,2339 +"184054",58882,81563,2,684,1188 +"184055",58882,91912,3,684,790 +"184056",58895,9520,3,917,2089 +"184057",58895,13808,3,917,1356 +"184058",58895,15799,3,917,1917 +"184059",58895,16437,3,917,1956 +"184060",58895,25544,3,917,2475 +"184061",58895,45480,3,917,1104 +"184062",58895,50491,3,917,1919 +"184063",58895,51016,3,917,1141 +"184064",58895,59039,3,917,2870 +"184065",58895,67748,3,917,1498 +"184066",58945,916,3,2481,2718 +"184067",58945,4551,1,2481,2720 +"184068",58945,7253,1,2481,2686 +"184069",58945,47607,2,2481,2724 +"184070",58945,52380,2,2481,2686 +"184071",58945,59511,2,2481,2753 +"184072",58945,69029,3,2481,2623 +"184073",58971,6252,3,2280,2336 +"184074",58971,59039,3,2280,2870 +"184075",58993,602,3,2390,2632 +"184076",58993,1355,3,2390,2473 +"184077",58993,6055,3,2390,2651 +"184078",58993,9311,2,2390,2477 +"184079",58993,14959,3,2390,2898 +"184080",58993,15626,3,2390,2434 +"184081",58993,24753,3,2390,2860 +"184082",58993,24756,3,2390,2530 +"184083",58993,25486,2,2390,2582 +"184084",58993,29095,3,2390,2531 +"184085",58993,30906,3,2390,2537 +"184086",58993,33433,3,2390,2805 +"184087",58993,33801,2,2390,2899 +"184088",58993,38755,3,2390,2902 +"184089",58993,39534,3,2390,2410 +"184090",58993,41664,3,2390,2641 +"184091",58993,53475,2,2390,2853 +"184092",58993,59113,3,2390,2434 +"184093",58993,61337,3,2390,2777 +"184094",58993,70203,3,2390,2756 +"184095",59005,11506,3,2817,2824 +"184096",59005,18943,3,2817,2861 +"184097",59005,41978,3,2817,2824 +"184098",59022,23132,2,2494,2756 +"184099",59022,40383,3,2494,2639 +"184100",59022,51410,3,2494,2739 +"184101",59039,19934,2,2870,2888 +"184102",59039,20007,3,2870,2971 +"184103",59039,38755,3,2870,2902 +"184104",59039,43173,3,2870,2895 +"184105",59042,84426,3,124,1301 +"184106",59042,112368,2,124,606 +"184107",59082,3830,3,947,1661 +"184108",59082,41278,3,947,1873 +"184109",59082,53630,3,947,1565 +"184110",59082,55828,3,947,2393 +"184111",59082,64967,3,947,2872 +"184112",59096,1691,3,1677,1941 +"184113",59096,6390,3,1677,2385 +"184114",59096,9423,3,1677,1708 +"184115",59096,10146,3,1677,1878 +"184116",59096,12081,3,1677,2166 +"184117",59096,12901,3,1677,2136 +"184118",59096,18165,2,1677,2085 +"184119",59096,18458,2,1677,2477 +"184120",59096,18670,3,1677,1835 +"184121",59096,19744,3,1677,2623 +"184122",59096,19980,3,1677,2231 +"184123",59096,23098,3,1677,2300 +"184124",59096,30697,3,1677,2891 +"184125",59096,30827,3,1677,2323 +"184126",59096,31117,3,1677,2210 +"184127",59096,41900,3,1677,1970 +"184128",59113,602,3,2434,2632 +"184129",59113,1616,3,2434,2662 +"184130",59113,2424,3,2434,2582 +"184131",59113,3765,3,2434,2775 +"184132",59113,9311,1,2434,2477 +"184133",59113,12703,3,2434,2689 +"184134",59113,13249,3,2434,2573 +"184135",59113,14959,3,2434,2898 +"184136",59113,28982,3,2434,2746 +"184137",59113,29095,3,2434,2531 +"184138",59113,30906,2,2434,2537 +"184139",59113,33433,1,2434,2805 +"184140",59113,33801,3,2434,2899 +"184141",59113,38755,3,2434,2902 +"184142",59113,49696,2,2434,2444 +"184143",59113,51853,2,2434,2520 +"184144",59113,53475,3,2434,2853 +"184145",59140,14353,3,2528,2878 +"184146",59140,17027,3,2528,2772 +"184147",59140,19208,3,2528,2629 +"184148",59140,24753,3,2528,2860 +"184149",59140,25486,3,2528,2582 +"184150",59140,33801,2,2528,2899 +"184151",59140,53475,3,2528,2853 +"184152",59143,1574,2,359,1718 +"184153",59143,1708,3,359,1591 +"184154",59143,2927,3,359,1789 +"184155",59143,3101,2,359,513 +"184156",59143,3158,3,359,2762 +"184157",59143,4634,3,359,2291 +"184158",59143,7185,2,359,1046 +"184159",59143,7604,3,359,1366 +"184160",59143,8006,3,359,479 +"184161",59143,8463,3,359,2466 +"184162",59143,9269,2,359,1892 +"184163",59143,9895,3,359,1960 +"184164",59143,10990,3,359,805 +"184165",59143,11270,3,359,1011 +"184166",59143,12473,3,359,801 +"184167",59143,12632,2,359,1174 +"184168",59143,12817,2,359,846 +"184169",59143,12966,3,359,2011 +"184170",59143,13595,3,359,1164 +"184171",59143,13712,3,359,550 +"184172",59143,14212,2,359,857 +"184173",59143,14442,3,359,2700 +"184174",59143,14957,3,359,2306 +"184175",59143,15782,3,359,2306 +"184176",59143,15926,3,359,545 +"184177",59143,16347,1,359,1868 +"184178",59143,16963,3,359,1999 +"184179",59143,19656,3,359,2059 +"184180",59143,20200,3,359,2322 +"184181",59143,20695,3,359,2526 +"184182",59143,22357,3,359,1397 +"184183",59143,24141,3,359,470 +"184184",59143,25345,3,359,713 +"184185",59143,26597,3,359,2070 +"184186",59143,26740,3,359,2695 +"184187",59143,29454,3,359,2719 +"184188",59143,30096,2,359,2082 +"184189",59143,31295,3,359,2183 +"184190",59143,31924,3,359,643 +"184191",59143,34331,3,359,1727 +"184192",59143,39009,3,359,1594 +"184193",59143,41350,3,359,1935 +"184194",59143,41489,3,359,2006 +"184195",59143,42382,2,359,2224 +"184196",59143,44744,3,359,2032 +"184197",59143,45297,3,359,1864 +"184198",59143,46616,3,359,1917 +"184199",59143,49142,3,359,2289 +"184200",59143,49379,2,359,1573 +"184201",59143,50678,3,359,1366 +"184202",59143,51460,3,359,1872 +"184203",59143,51505,3,359,1572 +"184204",59143,52386,2,359,1830 +"184205",59143,52389,3,359,512 +"184206",59143,52654,2,359,588 +"184207",59143,53584,3,359,2391 +"184208",59143,56364,3,359,1626 +"184209",59143,63329,3,359,639 +"184210",59143,64803,2,359,841 +"184211",59143,65375,3,359,824 +"184212",59143,67289,2,359,829 +"184213",59143,68730,3,359,508 +"184214",59143,68884,3,359,1011 +"184215",59143,69260,2,359,1698 +"184216",59143,69732,3,359,732 +"184217",59143,71225,3,359,956 +"184218",59143,77167,3,359,836 +"184219",59143,78163,3,359,1366 +"184220",59143,80377,3,359,1384 +"184221",59143,80454,3,359,423 +"184222",59143,80801,3,359,1250 +"184223",59143,80807,3,359,1597 +"184224",59143,82217,3,359,2441 +"184225",59143,84235,3,359,1639 +"184226",59143,84591,3,359,1685 +"184227",59143,85525,2,359,1718 +"184228",59143,85926,3,359,907 +"184229",59143,87915,3,359,1152 +"184230",59143,89391,3,359,2180 +"184231",59143,91210,3,359,1457 +"184232",59143,95730,2,359,1481 +"184233",59143,96332,3,359,1197 +"184234",59143,101666,3,359,1257 +"184235",59143,105435,3,359,684 +"184236",59143,122938,3,359,1023 +"184237",59162,32202,3,1622,2314 +"184238",59162,67062,2,1622,1623 +"184239",59167,118318,2,1256,2327 +"184240",59205,1616,3,2387,2662 +"184241",59205,2036,3,2387,2483 +"184242",59205,3853,2,2387,2465 +"184243",59205,15184,3,2387,2396 +"184244",59205,19027,3,2387,2721 +"184245",59205,21795,3,2387,2653 +"184246",59205,26359,3,2387,2535 +"184247",59205,31799,3,2387,2547 +"184248",59205,34327,3,2387,2959 +"184249",59243,62112,3,2770,2944 +"184250",59267,600,3,68,1702 +"184251",59267,18108,2,68,1656 +"184252",59267,23918,3,68,1881 +"184253",59267,27377,3,68,1724 +"184254",59267,39748,3,68,1566 +"184255",59267,41021,2,68,978 +"184256",59267,43025,2,68,2824 +"184257",59267,44763,2,68,1324 +"184258",59267,44773,3,68,1355 +"184259",59267,64181,3,68,1828 +"184260",59267,82052,1,68,885 +"184261",59282,3776,3,859,2322 +"184262",59282,10382,3,859,2111 +"184263",59282,16286,3,859,2470 +"184264",59282,16501,3,859,1650 +"184265",59282,31089,3,859,2952 +"184266",59282,35728,3,859,2017 +"184267",59282,48832,3,859,1370 +"184268",59282,50354,3,859,1299 +"184269",59282,53779,3,859,2000 +"184270",59282,62439,2,859,1274 +"184271",59282,64502,3,859,1670 +"184272",59282,111375,3,859,2686 +"184273",59298,680,3,1236,2569 +"184274",59298,3978,3,1236,2775 +"184275",59298,4361,1,1236,2571 +"184276",59298,6119,3,1236,2358 +"184277",59298,10336,3,1236,2271 +"184278",59298,12759,3,1236,2414 +"184279",59298,18381,3,1236,1524 +"184280",59298,33341,3,1236,2338 +"184281",59298,37636,3,1236,2178 +"184282",59298,41723,3,1236,2101 +"184283",59298,71390,3,1236,1992 +"184284",59298,111375,3,1236,2686 +"184285",59304,470,3,928,2285 +"184286",59304,600,2,928,1702 +"184287",59304,913,3,928,2144 +"184288",59304,1136,3,928,2536 +"184289",59304,4084,3,928,2133 +"184290",59304,4618,3,928,2607 +"184291",59304,10433,3,928,2075 +"184292",59304,16164,3,928,1184 +"184293",59304,17698,3,928,1559 +"184294",59304,22006,3,928,1202 +"184295",59304,23918,2,928,1881 +"184296",59304,24568,3,928,1937 +"184297",59304,25341,3,928,1858 +"184298",59304,26282,3,928,1241 +"184299",59304,28434,3,928,1141 +"184300",59304,31799,3,928,2547 +"184301",59304,41739,3,928,1339 +"184302",59304,52735,3,928,1124 +"184303",59304,52835,3,928,995 +"184304",59304,58035,3,928,1646 +"184305",59304,63409,3,928,1937 +"184306",59304,64031,3,928,1295 +"184307",59304,64181,3,928,1828 +"184308",59304,65625,3,928,1273 +"184309",59304,66413,3,928,2507 +"184310",59304,67314,3,928,1051 +"184311",59304,82767,3,928,1641 +"184312",59304,105063,3,928,1908 +"184313",59344,3559,3,2252,2413 +"184314",59344,14442,3,2252,2700 +"184315",59344,31357,2,2252,2389 +"184316",59344,51843,3,2252,2389 +"184317",59344,54385,3,2252,2340 +"184318",59347,14957,3,1926,2306 +"184319",59347,53498,3,1926,1967 +"184320",59386,2424,3,595,2582 +"184321",59386,2533,3,595,2016 +"184322",59386,3305,3,595,2839 +"184323",59386,3306,3,595,1989 +"184324",59386,7627,3,595,1543 +"184325",59386,14669,3,595,2080 +"184326",59386,15003,3,595,2067 +"184327",59386,15244,3,595,1600 +"184328",59386,68215,2,595,2727 +"184329",59436,364,2,110,2351 +"184330",59436,2206,3,110,2536 +"184331",59436,3493,3,110,2451 +"184332",59436,8395,3,110,896 +"184333",59436,9503,3,110,2453 +"184334",59436,9785,2,110,2951 +"184335",59436,15880,3,110,878 +"184336",59436,21487,3,110,2203 +"184337",59436,28869,3,110,2425 +"184338",59436,32939,3,110,2277 +"184339",59436,41581,3,110,1692 +"184340",59436,42256,3,110,2839 +"184341",59436,57804,3,110,2214 +"184342",59438,1136,3,2400,2536 +"184343",59438,12747,2,2400,2818 +"184344",59438,27753,3,2400,2750 +"184345",59438,51041,3,2400,2606 +"184346",59438,64997,3,2400,2791 +"184347",59448,20512,2,2687,2748 +"184348",59448,30668,3,2687,2882 +"184349",59470,916,1,2393,2718 +"184350",59470,5606,2,2393,2875 +"184351",59470,6248,3,2393,2737 +"184352",59470,7253,3,2393,2686 +"184353",59470,17999,2,2393,2758 +"184354",59470,23739,1,2393,2463 +"184355",59470,36662,2,2393,2967 +"184356",59470,43524,2,2393,2572 +"184357",59470,49147,1,2393,2539 +"184358",59470,55436,3,2393,2513 +"184359",59470,94339,3,2393,2768 +"184360",59485,687,3,1564,1664 +"184361",59485,1108,3,1564,1600 +"184362",59485,3271,3,1564,2216 +"184363",59485,5897,3,1564,2337 +"184364",59485,6697,3,1564,2438 +"184365",59485,6821,3,1564,1788 +"184366",59485,9301,2,1564,1861 +"184367",59485,9787,3,1564,2858 +"184368",59485,10373,3,1564,2436 +"184369",59485,10453,3,1564,1656 +"184370",59485,13068,3,1564,1778 +"184371",59485,14586,3,1564,2801 +"184372",59485,16437,3,1564,1956 +"184373",59485,16501,3,1564,1650 +"184374",59485,16776,3,1564,1565 +"184375",59485,18348,3,1564,1711 +"184376",59485,19165,2,1564,2436 +"184377",59485,19751,3,1564,1630 +"184378",59485,20894,3,1564,2214 +"184379",59485,23310,3,1564,2371 +"184380",59485,25163,3,1564,1751 +"184381",59485,27320,3,1564,2378 +"184382",59485,28051,3,1564,2089 +"184383",59485,29286,3,1564,1612 +"184384",59485,30865,3,1564,2038 +"184385",59485,33341,3,1564,2338 +"184386",59485,36691,3,1564,1903 +"184387",59485,37060,3,1564,2840 +"184388",59485,37752,2,1564,2223 +"184389",59485,38259,3,1564,2258 +"184390",59485,38373,3,1564,1928 +"184391",59485,39443,3,1564,2277 +"184392",59485,39875,3,1564,2422 +"184393",59485,41187,2,1564,2340 +"184394",59485,53051,3,1564,1940 +"184395",59485,57356,2,1564,2476 +"184396",59485,59039,2,1564,2870 +"184397",59485,65188,2,1564,2213 +"184398",59485,69788,3,1564,2007 +"184399",59485,75935,3,1564,1569 +"184400",59485,77077,3,1564,2693 +"184401",59485,90745,3,1564,1994 +"184402",59485,107292,3,1564,1667 +"184403",59506,687,3,983,1664 +"184404",59506,5716,3,983,1058 +"184405",59506,14425,3,983,1036 +"184406",59506,18348,3,983,1711 +"184407",59506,19934,3,983,2888 +"184408",59506,23310,3,983,2371 +"184409",59506,27320,3,983,2378 +"184410",59506,27908,3,983,2576 +"184411",59506,28893,3,983,2764 +"184412",59506,29495,2,983,1612 +"184413",59506,31783,3,983,1180 +"184414",59506,36691,3,983,1903 +"184415",59506,37752,3,983,2223 +"184416",59506,39443,3,983,2277 +"184417",59506,39746,3,983,1361 +"184418",59506,39875,3,983,2422 +"184419",59506,44786,3,983,1096 +"184420",59506,45480,3,983,1104 +"184421",59506,58875,3,983,1899 +"184422",59506,59039,3,983,2870 +"184423",59506,59485,2,983,1564 +"184424",59506,65188,3,983,2213 +"184425",59506,69788,3,983,2007 +"184426",59506,80219,2,983,988 +"184427",59518,3420,3,487,497 +"184428",59518,4957,3,487,644 +"184429",59518,14761,3,487,2502 +"184430",59518,23430,3,487,904 +"184431",59518,41418,3,487,535 +"184432",59518,55091,3,487,546 +"184433",59518,61245,3,487,955 +"184434",59518,75312,3,487,522 +"184435",59518,99288,3,487,983 +"184436",59522,313,3,1516,2271 +"184437",59522,455,3,1516,2827 +"184438",59522,1262,3,1516,2973 +"184439",59522,1386,2,1516,1901 +"184440",59522,3488,3,1516,2351 +"184441",59522,3695,3,1516,2612 +"184442",59522,5491,2,1516,2048 +"184443",59522,7078,3,1516,2344 +"184444",59522,7394,1,1516,2615 +"184445",59522,9030,3,1516,1979 +"184446",59522,11456,3,1516,2715 +"184447",59522,12035,3,1516,2721 +"184448",59522,14709,3,1516,1901 +"184449",59522,18151,2,1516,2962 +"184450",59522,18366,3,1516,2699 +"184451",59522,19872,3,1516,2913 +"184452",59522,21795,2,1516,2653 +"184453",59522,22216,3,1516,1956 +"184454",59522,24511,2,1516,1871 +"184455",59522,26227,3,1516,2265 +"184456",59522,27478,3,1516,2485 +"184457",59522,28923,3,1516,2362 +"184458",59522,29791,3,1516,1986 +"184459",59522,30081,3,1516,2403 +"184460",59522,34160,3,1516,1759 +"184461",59522,34327,3,1516,2959 +"184462",59522,36559,3,1516,2473 +"184463",59522,36950,2,1516,2204 +"184464",59522,47947,3,1516,2681 +"184465",59539,701,3,2429,2718 +"184466",59539,1639,3,2429,2631 +"184467",59539,15930,2,2429,2541 +"184468",59539,23787,3,2429,2810 +"184469",59539,25544,3,2429,2475 +"184470",59539,26749,3,2429,2965 +"184471",59539,29095,2,2429,2531 +"184472",59539,32457,2,2429,2690 +"184473",59539,33949,2,2429,2489 +"184474",59539,34426,3,2429,2743 +"184475",59539,36344,3,2429,2570 +"184476",59539,39556,2,2429,2747 +"184477",59539,42522,3,2429,2592 +"184478",59539,50134,3,2429,2674 +"184479",59539,54929,3,2429,2783 +"184480",59539,57732,3,2429,2454 +"184481",59539,57842,3,2429,2482 +"184482",59539,68215,3,2429,2727 +"184483",59549,5725,3,2673,2789 +"184484",59549,26351,3,2673,2683 +"184485",59579,24761,2,2034,2384 +"184486",59579,88123,1,2034,2252 +"184487",59579,113181,1,2034,2301 +"184488",59610,798,3,2448,2476 +"184489",59610,9504,3,2448,2549 +"184490",59627,10050,3,1466,1792 +"184491",59627,14998,3,1466,1553 +"184492",59627,67604,3,1466,2075 +"184493",59627,111855,3,1466,1909 +"184494",59637,2747,3,2141,2411 +"184495",59637,8865,3,2141,2394 +"184496",59637,16286,3,2141,2470 +"184497",59637,26428,3,2141,2203 +"184498",59637,27908,3,2141,2576 +"184499",59637,53727,3,2141,2442 +"184500",59637,111375,3,2141,2686 +"184501",59646,267,3,456,2631 +"184502",59646,600,3,456,1702 +"184503",59646,601,3,456,702 +"184504",59646,757,3,456,546 +"184505",59646,803,3,456,1666 +"184506",59646,1050,3,456,1185 +"184507",59646,1428,2,456,742 +"184508",59646,1767,3,456,2727 +"184509",59646,2609,3,456,834 +"184510",59646,2901,3,456,1156 +"184511",59646,2972,3,456,1708 +"184512",59646,3068,3,456,1815 +"184513",59646,4763,3,456,1960 +"184514",59646,4863,3,456,1961 +"184515",59646,5315,2,456,2631 +"184516",59646,5716,3,456,1058 +"184517",59646,6047,3,456,2004 +"184518",59646,6366,3,456,798 +"184519",59646,6417,3,456,1675 +"184520",59646,6986,3,456,1669 +"184521",59646,7127,3,456,2352 +"184522",59646,7233,3,456,572 +"184523",59646,7292,1,456,1988 +"184524",59646,7984,3,456,2493 +"184525",59646,7992,3,456,2033 +"184526",59646,8984,3,456,1162 +"184527",59646,9702,3,456,1928 +"184528",59646,9928,3,456,2345 +"184529",59646,10128,3,456,883 +"184530",59646,10358,3,456,2294 +"184531",59646,10779,2,456,2881 +"184532",59646,10870,3,456,1755 +"184533",59646,11103,3,456,2393 +"184534",59646,11218,3,456,2292 +"184535",59646,11493,3,456,2077 +"184536",59646,11576,3,456,808 +"184537",59646,12371,3,456,1569 +"184538",59646,13315,3,456,2516 +"184539",59646,13388,2,456,2119 +"184540",59646,13732,3,456,2789 +"184541",59646,13979,3,456,1559 +"184542",59646,14032,3,456,2144 +"184543",59646,14189,3,456,1483 +"184544",59646,14709,3,456,1901 +"184545",59646,14855,3,456,903 +"184546",59646,15607,3,456,1421 +"184547",59646,15990,3,456,593 +"184548",59646,16053,2,456,908 +"184549",59646,16195,3,456,2964 +"184550",59646,16313,3,456,1160 +"184551",59646,16352,3,456,2657 +"184552",59646,17493,3,456,561 +"184553",59646,17819,3,456,2291 +"184554",59646,17997,3,456,1621 +"184555",59646,18013,3,456,1625 +"184556",59646,18670,3,456,1835 +"184557",59646,18874,2,456,2170 +"184558",59646,19542,3,456,570 +"184559",59646,19637,3,456,1229 +"184560",59646,19719,3,456,2177 +"184561",59646,20067,2,456,2390 +"184562",59646,20259,3,456,2751 +"184563",59646,20732,3,456,2401 +"184564",59646,20893,3,456,2695 +"184565",59646,21198,3,456,935 +"184566",59646,21706,3,456,1988 +"184567",59646,21795,3,456,2653 +"184568",59646,22207,2,456,2365 +"184569",59646,22403,3,456,1630 +"184570",59646,22850,3,456,878 +"184571",59646,23006,3,456,1532 +"184572",59646,23310,3,456,2371 +"184573",59646,23508,3,456,1907 +"184574",59646,23726,3,456,2434 +"184575",59646,23869,3,456,1918 +"184576",59646,24169,3,456,1663 +"184577",59646,24256,3,456,2393 +"184578",59646,24362,3,456,1287 +"184579",59646,24568,3,456,1937 +"184580",59646,24756,3,456,2530 +"184581",59646,25443,3,456,1441 +"184582",59646,25680,3,456,1618 +"184583",59646,26249,3,456,2301 +"184584",59646,26818,3,456,1999 +"184585",59646,26865,3,456,2726 +"184586",59646,27104,3,456,1608 +"184587",59646,27195,3,456,2158 +"184588",59646,27260,3,456,878 +"184589",59646,28002,3,456,914 +"184590",59646,28130,3,456,908 +"184591",59646,28131,3,456,1492 +"184592",59646,28571,3,456,1556 +"184593",59646,29089,3,456,1344 +"184594",59646,29512,3,456,1594 +"184595",59646,29930,2,456,2240 +"184596",59646,30081,3,456,2403 +"184597",59646,30883,3,456,1629 +"184598",59646,31264,3,456,2335 +"184599",59646,31279,1,456,965 +"184600",59646,31799,3,456,2547 +"184601",59646,32811,3,456,804 +"184602",59646,32919,3,456,2321 +"184603",59646,33801,3,456,2899 +"184604",59646,34327,3,456,2959 +"184605",59646,34735,3,456,2767 +"184606",59646,35529,2,456,1620 +"184607",59646,36574,3,456,2934 +"184608",59646,37758,3,456,1998 +"184609",59646,37934,3,456,1595 +"184610",59646,39563,3,456,486 +"184611",59646,40022,3,456,2307 +"184612",59646,40432,3,456,1956 +"184613",59646,40646,3,456,1583 +"184614",59646,40893,3,456,1116 +"184615",59646,41014,3,456,1152 +"184616",59646,41108,3,456,1624 +"184617",59646,41832,3,456,1155 +"184618",59646,41955,2,456,2479 +"184619",59646,43135,3,456,1171 +"184620",59646,43479,3,456,2178 +"184621",59646,44068,3,456,1056 +"184622",59646,44636,3,456,1026 +"184623",59646,45186,3,456,835 +"184624",59646,45903,3,456,2237 +"184625",59646,46469,3,456,759 +"184626",59646,46803,3,456,2305 +"184627",59646,47386,3,456,2226 +"184628",59646,50382,3,456,2244 +"184629",59646,50977,3,456,2352 +"184630",59646,51572,3,456,912 +"184631",59646,51863,2,456,1395 +"184632",59646,53134,2,456,1590 +"184633",59646,53475,3,456,2853 +"184634",59646,54929,3,456,2783 +"184635",59646,55084,3,456,1189 +"184636",59646,55185,3,456,922 +"184637",59646,57246,3,456,1873 +"184638",59646,57977,3,456,2683 +"184639",59646,59868,2,456,1637 +"184640",59646,62488,2,456,1418 +"184641",59646,63328,3,456,922 +"184642",59646,63409,3,456,1937 +"184643",59646,64061,3,456,2381 +"184644",59646,64502,3,456,1670 +"184645",59646,67102,3,456,935 +"184646",59646,67788,3,456,837 +"184647",59646,70996,3,456,1037 +"184648",59646,71479,3,456,482 +"184649",59646,73305,3,456,2544 +"184650",59646,74681,3,456,837 +"184651",59646,74730,2,456,535 +"184652",59646,76356,2,456,2323 +"184653",59646,76999,3,456,908 +"184654",59646,77001,3,456,1440 +"184655",59646,79689,2,456,1184 +"184656",59646,80219,3,456,988 +"184657",59646,83526,3,456,1235 +"184658",59646,84498,3,456,1292 +"184659",59646,85784,2,456,1142 +"184660",59646,85794,3,456,679 +"184661",59646,86799,3,456,1951 +"184662",59646,87603,3,456,535 +"184663",59646,90802,3,456,877 +"184664",59646,92254,3,456,517 +"184665",59646,92817,3,456,569 +"184666",59646,95644,3,456,1531 +"184667",59646,97160,3,456,1215 +"184668",59646,99273,3,456,825 +"184669",59646,100140,1,456,1041 +"184670",59646,100670,2,456,525 +"184671",59646,101338,2,456,1319 +"184672",59646,102004,2,456,497 +"184673",59646,102820,1,456,501 +"184674",59646,106988,3,456,1164 +"184675",59646,109521,3,456,609 +"184676",59646,117679,3,456,535 +"184677",59670,2057,3,1173,1965 +"184678",59670,2418,3,1173,2020 +"184679",59670,2798,3,1173,1673 +"184680",59670,3620,3,1173,2955 +"184681",59670,10336,3,1173,2271 +"184682",59670,19380,3,1173,2637 +"184683",59670,29454,3,1173,2719 +"184684",59670,34216,3,1173,2832 +"184685",59670,36506,3,1173,2638 +"184686",59670,41764,3,1173,2409 +"184687",59670,44025,3,1173,1935 +"184688",59670,58829,3,1173,1256 +"184689",59670,68452,3,1173,1606 +"184690",59670,94625,2,1173,2105 +"184691",59670,104828,3,1173,1609 +"184692",59677,1315,3,1174,2760 +"184693",59677,2484,3,1174,2389 +"184694",59677,2625,3,1174,2152 +"184695",59677,2712,2,1174,1881 +"184696",59677,2716,3,1174,1748 +"184697",59677,2742,3,1174,1192 +"184698",59677,2894,3,1174,1291 +"184699",59677,3068,3,1174,1815 +"184700",59677,3139,3,1174,1656 +"184701",59677,3896,3,1174,2693 +"184702",59677,4705,3,1174,1714 +"184703",59677,4821,3,1174,1938 +"184704",59677,6222,3,1174,1949 +"184705",59677,6602,3,1174,1631 +"184706",59677,7258,3,1174,1714 +"184707",59677,7703,2,1174,2122 +"184708",59677,12524,2,1174,1287 +"184709",59677,14959,3,1174,2898 +"184710",59677,15560,3,1174,2257 +"184711",59677,15618,3,1174,1218 +"184712",59677,16758,3,1174,2574 +"184713",59677,17328,3,1174,1206 +"184714",59677,17354,3,1174,2250 +"184715",59677,17520,3,1174,2276 +"184716",59677,19282,3,1174,1623 +"184717",59677,20070,2,1174,1914 +"184718",59677,22277,3,1174,2424 +"184719",59677,22722,3,1174,1233 +"184720",59677,23319,3,1174,2867 +"184721",59677,25129,3,1174,2647 +"184722",59677,28626,3,1174,2842 +"184723",59677,28896,3,1174,1395 +"184724",59677,33621,3,1174,1319 +"184725",59677,35113,3,1174,1327 +"184726",59677,36031,3,1174,2342 +"184727",59677,36609,3,1174,2918 +"184728",59677,36637,2,1174,2085 +"184729",59677,38921,3,1174,1880 +"184730",59677,38973,3,1174,1999 +"184731",59677,40009,3,1174,1341 +"184732",59677,42264,3,1174,1702 +"184733",59677,44557,3,1174,2371 +"184734",59677,44654,3,1174,2916 +"184735",59677,45618,2,1174,2356 +"184736",59677,45650,3,1174,1528 +"184737",59677,48215,2,1174,2028 +"184738",59677,48283,3,1174,1290 +"184739",59677,50252,3,1174,2001 +"184740",59677,56464,3,1174,2488 +"184741",59677,62841,3,1174,2710 +"184742",59677,63395,3,1174,2334 +"184743",59677,79837,3,1174,1252 +"184744",59677,82270,3,1174,1641 +"184745",59677,82681,3,1174,1620 +"184746",59677,82730,3,1174,1492 +"184747",59677,87837,3,1174,1987 +"184748",59677,98080,3,1174,1265 +"184749",59677,110934,3,1174,2308 +"184750",59683,862,3,2068,2254 +"184751",59683,8865,2,2068,2394 +"184752",59683,14586,3,2068,2801 +"184753",59683,16690,3,2068,2132 +"184754",59683,22723,3,2068,2859 +"184755",59683,32920,3,2068,2158 +"184756",59683,36487,3,2068,2622 +"184757",59683,62712,3,2068,2884 +"184758",59683,63837,3,2068,2807 +"184759",59683,69232,1,2068,2130 +"184760",59700,1151,3,2346,2885 +"184761",59700,2166,3,2346,2557 +"184762",59700,4057,3,2346,2389 +"184763",59700,5462,3,2346,2374 +"184764",59700,5504,3,2346,2389 +"184765",59700,7323,3,2346,2858 +"184766",59700,7515,3,2346,2737 +"184767",59700,9272,3,2346,2835 +"184768",59700,16497,3,2346,2370 +"184769",59700,22326,3,2346,2818 +"184770",59700,33572,2,2346,2370 +"184771",59700,38667,3,2346,2880 +"184772",59700,39444,2,2346,2695 +"184773",59700,40368,3,2346,2876 +"184774",59700,43226,3,2346,2442 +"184775",59700,47803,3,2346,2477 +"184776",59700,55828,3,2346,2393 +"184777",59700,57609,3,2346,2717 +"184778",59700,69335,3,2346,2698 +"184779",59700,74636,3,2346,2525 +"184780",59700,85430,3,2346,2370 +"184781",59700,92322,2,2346,2393 +"184782",59700,93615,3,2346,2386 +"184783",59726,2524,3,1513,1708 +"184784",59726,3127,3,1513,2273 +"184785",59726,4668,3,1513,1919 +"184786",59726,7942,3,1513,2623 +"184787",59726,10980,3,1513,1974 +"184788",59726,11990,3,1513,1909 +"184789",59726,12361,3,1513,2732 +"184790",59726,12948,2,1513,2669 +"184791",59726,16286,3,1513,2470 +"184792",59726,17033,3,1513,2771 +"184793",59726,24176,3,1513,1986 +"184794",59726,28869,3,1513,2425 +"184795",59726,37752,3,1513,2223 +"184796",59726,39999,3,1513,1593 +"184797",59726,41633,3,1513,1976 +"184798",59726,44564,3,1513,2034 +"184799",59726,44694,3,1513,2220 +"184800",59726,45869,3,1513,2840 +"184801",59726,61125,3,1513,1673 +"184802",59726,111855,3,1513,1909 +"184803",59776,448,3,2493,2693 +"184804",59776,36953,3,2493,2790 +"184805",59776,37279,3,2493,2768 +"184806",59776,61337,3,2493,2777 +"184807",59786,358,3,605,798 +"184808",59786,499,3,605,1931 +"184809",59786,601,3,605,702 +"184810",59786,1044,3,605,880 +"184811",59786,1428,3,605,742 +"184812",59786,1616,3,605,2662 +"184813",59786,2424,3,605,2582 +"184814",59786,2484,3,605,2389 +"184815",59786,2894,3,605,1291 +"184816",59786,3011,3,605,2278 +"184817",59786,3161,3,605,2229 +"184818",59786,3171,3,605,700 +"184819",59786,3716,3,605,1679 +"184820",59786,4701,3,605,2401 +"184821",59786,4791,3,605,1184 +"184822",59786,6162,3,605,1673 +"184823",59786,6222,3,605,1949 +"184824",59786,6602,3,605,1631 +"184825",59786,6942,3,605,1232 +"184826",59786,6982,3,605,2034 +"184827",59786,7548,3,605,1932 +"184828",59786,7798,3,605,949 +"184829",59786,7970,3,605,1197 +"184830",59786,7984,3,605,2493 +"184831",59786,7992,3,605,2033 +"184832",59786,9311,1,605,2477 +"184833",59786,9391,3,605,1252 +"184834",59786,10843,2,605,2277 +"184835",59786,11694,3,605,1564 +"184836",59786,12103,3,605,1244 +"184837",59786,12778,3,605,2045 +"184838",59786,13249,3,605,2573 +"184839",59786,13388,3,605,2119 +"184840",59786,14723,3,605,2019 +"184841",59786,14959,3,605,2898 +"184842",59786,15453,3,605,1688 +"184843",59786,15626,2,605,2434 +"184844",59786,15636,3,605,2857 +"184845",59786,16053,3,605,908 +"184846",59786,17520,3,605,2276 +"184847",59786,18393,2,605,860 +"184848",59786,18670,3,605,1835 +"184849",59786,19453,2,605,1928 +"184850",59786,19637,2,605,1229 +"184851",59786,19719,3,605,2177 +"184852",59786,20067,3,605,2390 +"184853",59786,20271,2,605,2044 +"184854",59786,20494,2,605,1075 +"184855",59786,20732,3,605,2401 +"184856",59786,21198,3,605,935 +"184857",59786,21248,3,605,2232 +"184858",59786,21448,3,605,2332 +"184859",59786,22180,3,605,1835 +"184860",59786,22311,3,605,2034 +"184861",59786,22455,3,605,1197 +"184862",59786,22586,3,605,1341 +"184863",59786,23726,3,605,2434 +"184864",59786,23825,3,605,1913 +"184865",59786,23869,3,605,1918 +"184866",59786,24169,3,605,1663 +"184867",59786,24286,2,605,1280 +"184868",59786,24568,3,605,1937 +"184869",59786,26218,3,605,2460 +"184870",59786,26249,3,605,2301 +"184871",59786,26408,3,605,1545 +"184872",59786,27261,3,605,1368 +"184873",59786,28131,3,605,1492 +"184874",59786,29089,3,605,1344 +"184875",59786,29095,3,605,2531 +"184876",59786,30150,3,605,1704 +"184877",59786,30906,2,605,2537 +"184878",59786,33241,2,605,632 +"184879",59786,33356,1,605,1586 +"184880",59786,33433,1,605,2805 +"184881",59786,33801,3,605,2899 +"184882",59786,34707,2,605,2042 +"184883",59786,34820,3,605,1630 +"184884",59786,35256,3,605,2271 +"184885",59786,35529,3,605,1620 +"184886",59786,35888,3,605,2291 +"184887",59786,36578,3,605,1484 +"184888",59786,37934,3,605,1595 +"184889",59786,38019,3,605,1870 +"184890",59786,38755,2,605,2902 +"184891",59786,38921,3,605,1880 +"184892",59786,39534,3,605,2410 +"184893",59786,40049,3,605,1226 +"184894",59786,40296,3,605,1674 +"184895",59786,44306,3,605,1036 +"184896",59786,46803,3,605,2305 +"184897",59786,49121,2,605,2199 +"184898",59786,49581,2,605,1817 +"184899",59786,49696,3,605,2444 +"184900",59786,50093,3,605,909 +"184901",59786,50269,2,605,1966 +"184902",59786,50382,2,605,2244 +"184903",59786,50946,2,605,1075 +"184904",59786,51853,3,605,2520 +"184905",59786,52136,3,605,1412 +"184906",59786,52576,3,605,2234 +"184907",59786,53342,3,605,2071 +"184908",59786,53475,3,605,2853 +"184909",59786,54879,3,605,2210 +"184910",59786,55324,3,605,1544 +"184911",59786,55643,2,605,2359 +"184912",59786,57337,3,605,1443 +"184913",59786,58993,3,605,2390 +"184914",59786,59113,2,605,2434 +"184915",59786,59937,2,605,885 +"184916",59786,61995,3,605,823 +"184917",59786,62538,3,605,1656 +"184918",59786,62903,3,605,1704 +"184919",59786,63409,3,605,1937 +"184920",59786,64502,3,605,1670 +"184921",59786,64987,3,605,1360 +"184922",59786,66756,3,605,1301 +"184923",59786,67456,3,605,1608 +"184924",59786,68299,3,605,866 +"184925",59786,70203,3,605,2756 +"184926",59786,70681,3,605,866 +"184927",59786,72033,3,605,1740 +"184928",59786,74190,2,605,1428 +"184929",59786,74318,2,605,632 +"184930",59786,75168,3,605,699 +"184931",59786,78932,2,605,981 +"184932",59786,79612,3,605,927 +"184933",59786,82172,3,605,746 +"184934",59786,84897,3,605,1075 +"184935",59786,87144,3,605,2299 +"184936",59786,87720,3,605,2086 +"184937",59786,95155,3,605,849 +"184938",59786,104239,3,605,926 +"184939",59788,680,3,2315,2569 +"184940",59788,16286,3,2315,2470 +"184941",59788,27686,3,2315,2844 +"184942",59788,37059,2,2315,2840 +"184943",59788,37060,3,2315,2840 +"184944",59788,67908,3,2315,2385 +"184945",59788,70070,3,2315,2425 +"184946",59790,1136,3,1827,2536 +"184947",59790,1151,3,1827,2885 +"184948",59790,1616,3,1827,2662 +"184949",59790,1822,3,1827,2888 +"184950",59790,2181,3,1827,2030 +"184951",59790,3477,2,1827,2546 +"184952",59790,3628,3,1827,2707 +"184953",59790,4687,2,1827,2152 +"184954",59790,5839,3,1827,2301 +"184955",59790,6063,2,1827,2349 +"184956",59790,6390,3,1827,2385 +"184957",59790,6392,1,1827,1878 +"184958",59790,6428,2,1827,1952 +"184959",59790,6491,3,1827,2424 +"184960",59790,7847,3,1827,2424 +"184961",59790,8762,2,1827,2585 +"184962",59790,8993,3,1827,2099 +"184963",59790,9503,3,1827,2453 +"184964",59790,11351,3,1827,2971 +"184965",59790,12374,3,1827,2260 +"184966",59790,13899,3,1827,2650 +"184967",59790,14817,3,1827,2110 +"184968",59790,15023,3,1827,2054 +"184969",59790,19317,3,1827,2041 +"184970",59790,20124,3,1827,2376 +"184971",59790,20984,3,1827,2502 +"184972",59790,21684,3,1827,1971 +"184973",59790,23216,3,1827,2424 +"184974",59790,25341,3,1827,1858 +"184975",59790,25816,1,1827,2088 +"184976",59790,27628,3,1827,2389 +"184977",59790,31357,3,1827,2389 +"184978",59790,32339,3,1827,2430 +"184979",59790,32395,3,1827,2735 +"184980",59790,33223,2,1827,2397 +"184981",59790,33451,3,1827,1957 +"184982",59790,33470,3,1827,2003 +"184983",59790,35235,3,1827,2610 +"184984",59790,35428,3,1827,2263 +"184985",59790,35822,3,1827,1903 +"184986",59790,37301,3,1827,2160 +"184987",59790,38727,2,1827,2238 +"184988",59790,39411,2,1827,2384 +"184989",59790,40931,3,1827,2301 +"184990",59790,43173,3,1827,2895 +"184991",59790,47595,3,1827,2374 +"184992",59790,51843,3,1827,2389 +"184993",59790,57129,2,1827,1858 +"184994",59790,57544,3,1827,2443 +"184995",59790,60661,2,1827,2700 +"184996",59790,64181,3,1827,1828 +"184997",59790,64997,3,1827,2791 +"184998",59790,65016,3,1827,2749 +"184999",59790,79547,3,1827,1909 +"185000",59790,84317,3,1827,2081 +"185001",59813,1349,3,497,1147 +"185002",59813,2576,3,497,1307 +"185003",59813,3127,2,497,2273 +"185004",59813,4668,3,497,1919 +"185005",59813,4669,3,497,2395 +"185006",59813,8140,3,497,1262 +"185007",59813,9227,3,497,1267 +"185008",59813,10980,3,497,1974 +"185009",59813,12781,3,497,831 +"185010",59813,14532,3,497,1193 +"185011",59813,14781,3,497,2338 +"185012",59813,16715,2,497,1218 +"185013",59813,17252,3,497,1258 +"185014",59813,20220,3,497,1656 +"185015",59813,28869,3,497,2425 +"185016",59813,29286,3,497,1612 +"185017",59813,31317,3,497,1362 +"185018",59813,31866,3,497,2101 +"185019",59813,33870,3,497,955 +"185020",59813,37424,3,497,1693 +"185021",59813,40572,3,497,2666 +"185022",59813,42972,3,497,2954 +"185023",59813,45729,3,497,2606 +"185024",59813,45869,3,497,2840 +"185025",59813,46486,3,497,1868 +"185026",59813,50229,3,497,1190 +"185027",59813,50354,3,497,1299 +"185028",59813,53739,3,497,2704 +"185029",59813,70455,3,497,1307 +"185030",59813,71467,3,497,1051 +"185031",59813,87142,3,497,591 +"185032",59813,90065,3,497,1418 +"185033",59813,100048,3,497,1573 +"185034",59868,7292,2,1637,1988 +"185035",59868,39556,3,1637,2747 +"185036",59906,1785,3,865,2350 +"185037",59906,2506,3,865,954 +"185038",59906,6234,3,865,2654 +"185039",59906,9656,3,865,1135 +"185040",59906,16477,3,865,2069 +"185041",59906,25286,3,865,1545 +"185042",59906,43768,3,865,1468 +"185043",59906,59616,1,865,2154 +"185044",59906,59681,1,865,2154 +"185045",59918,42946,3,2063,2900 +"185046",59918,51831,2,2063,2427 +"185047",59918,51925,2,2063,2307 +"185048",59918,69165,3,2063,2340 +"185049",59937,602,3,885,2632 +"185050",59937,1150,3,885,1595 +"185051",59937,1203,3,885,1350 +"185052",59937,1616,3,885,2662 +"185053",59937,2424,3,885,2582 +"185054",59937,2484,3,885,2389 +"185055",59937,2894,3,885,1291 +"185056",59937,3011,3,885,2278 +"185057",59937,3161,3,885,2229 +"185058",59937,3255,3,885,2504 +"185059",59937,4660,3,885,2149 +"185060",59937,4669,3,885,2395 +"185061",59937,4701,3,885,2401 +"185062",59937,4791,3,885,1184 +"185063",59937,6162,3,885,1673 +"185064",59937,6222,3,885,1949 +"185065",59937,6390,3,885,2385 +"185066",59937,6982,3,885,2034 +"185067",59937,7196,3,885,1508 +"185068",59937,7548,3,885,1932 +"185069",59937,7798,3,885,949 +"185070",59937,7970,3,885,1197 +"185071",59937,7992,3,885,2033 +"185072",59937,8913,3,885,968 +"185073",59937,9311,1,885,2477 +"185074",59937,9391,3,885,1252 +"185075",59937,10087,3,885,1617 +"185076",59937,10843,2,885,2277 +"185077",59937,11694,3,885,1564 +"185078",59937,12103,3,885,1244 +"185079",59937,12778,3,885,2045 +"185080",59937,14017,3,885,1163 +"185081",59937,14723,2,885,2019 +"185082",59937,14761,3,885,2502 +"185083",59937,14959,3,885,2898 +"185084",59937,15401,3,885,1999 +"185085",59937,15626,2,885,2434 +"185086",59937,15978,3,885,981 +"185087",59937,16684,3,885,1657 +"185088",59937,17520,3,885,2276 +"185089",59937,18151,3,885,2962 +"185090",59937,18670,3,885,1835 +"185091",59937,19453,3,885,1928 +"185092",59937,19637,3,885,1229 +"185093",59937,19719,3,885,2177 +"185094",59937,19751,3,885,1630 +"185095",59937,20494,2,885,1075 +"185096",59937,21198,3,885,935 +"185097",59937,21248,3,885,2232 +"185098",59937,21448,3,885,2332 +"185099",59937,22180,3,885,1835 +"185100",59937,22216,3,885,1956 +"185101",59937,22311,3,885,2034 +"185102",59937,22455,3,885,1197 +"185103",59937,23277,3,885,1267 +"185104",59937,23825,3,885,1913 +"185105",59937,24169,3,885,1663 +"185106",59937,24286,2,885,1280 +"185107",59937,24568,3,885,1937 +"185108",59937,26408,3,885,1545 +"185109",59937,27261,3,885,1368 +"185110",59937,28002,3,885,914 +"185111",59937,28357,2,885,1134 +"185112",59937,29089,3,885,1344 +"185113",59937,29095,3,885,2531 +"185114",59937,30906,2,885,2537 +"185115",59937,32988,3,885,2008 +"185116",59937,33356,2,885,1586 +"185117",59937,33433,2,885,2805 +"185118",59937,33801,3,885,2899 +"185119",59937,34707,2,885,2042 +"185120",59937,34820,3,885,1630 +"185121",59937,35256,3,885,2271 +"185122",59937,35888,3,885,2291 +"185123",59937,36578,3,885,1484 +"185124",59937,38019,3,885,1870 +"185125",59937,38755,3,885,2902 +"185126",59937,38921,3,885,1880 +"185127",59937,39534,1,885,2410 +"185128",59937,44306,3,885,1036 +"185129",59937,44877,3,885,1219 +"185130",59937,45480,3,885,1104 +"185131",59937,46486,3,885,1868 +"185132",59937,49121,3,885,2199 +"185133",59937,49201,3,885,936 +"185134",59937,49347,2,885,2504 +"185135",59937,49581,3,885,1817 +"185136",59937,49696,3,885,2444 +"185137",59937,50093,3,885,909 +"185138",59937,50269,3,885,1966 +"185139",59937,50354,3,885,1299 +"185140",59937,50382,3,885,2244 +"185141",59937,50946,3,885,1075 +"185142",59937,51647,3,885,1382 +"185143",59937,51853,3,885,2520 +"185144",59937,52136,3,885,1412 +"185145",59937,52576,3,885,2234 +"185146",59937,53342,3,885,2071 +"185147",59937,53475,3,885,2853 +"185148",59937,54879,3,885,2210 +"185149",59937,55324,2,885,1544 +"185150",59937,55643,3,885,2359 +"185151",59937,58993,2,885,2390 +"185152",59937,59113,2,885,2434 +"185153",59937,61337,3,885,2777 +"185154",59937,61458,3,885,2630 +"185155",59937,62538,3,885,1656 +"185156",59937,62903,3,885,1704 +"185157",59937,63409,3,885,1937 +"185158",59937,63641,3,885,2337 +"185159",59937,64502,3,885,1670 +"185160",59937,65155,3,885,1947 +"185161",59937,66677,3,885,2151 +"185162",59937,66717,2,885,2104 +"185163",59937,66756,3,885,1301 +"185164",59937,72438,2,885,1397 +"185165",59937,72535,3,885,1191 +"185166",59937,74190,2,885,1428 +"185167",59937,75343,3,885,2008 +"185168",59937,78740,3,885,1515 +"185169",59937,78932,2,885,981 +"185170",59937,87144,3,885,2299 +"185171",59937,88857,3,885,1232 +"185172",59937,90789,2,885,1218 +"185173",59937,95910,3,885,999 +"185174",59937,96007,3,885,895 +"185175",59937,98058,3,885,1891 +"185176",59937,100462,3,885,1927 +"185177",59937,103218,3,885,1787 +"185178",59937,104239,3,885,926 +"185179",59937,107383,3,885,1918 +"185180",59939,270,2,936,2542 +"185181",59939,380,3,936,2261 +"185182",59939,457,3,936,1704 +"185183",59939,671,3,936,2328 +"185184",59939,1102,3,936,2282 +"185185",59939,1124,2,936,1596 +"185186",59939,1127,3,936,1188 +"185187",59939,1154,3,936,1656 +"185188",59939,1275,3,936,2068 +"185189",59939,1691,3,936,1941 +"185190",59939,1777,3,936,1965 +"185191",59939,2111,3,936,1904 +"185192",59939,2224,3,936,2751 +"185193",59939,2424,3,936,2582 +"185194",59939,2743,3,936,1278 +"185195",59939,2894,3,936,1291 +"185196",59939,3167,3,936,1676 +"185197",59939,3305,3,936,2839 +"185198",59939,3306,3,936,1989 +"185199",59939,4057,3,936,2389 +"185200",59939,4226,3,936,1903 +"185201",59939,4253,3,936,1890 +"185202",59939,4360,3,936,1770 +"185203",59939,4690,3,936,1938 +"185204",59939,4791,3,936,1184 +"185205",59939,5072,3,936,2175 +"185206",59939,5078,3,936,2033 +"185207",59939,5235,3,936,2324 +"185208",59939,5258,3,936,2730 +"185209",59939,5405,3,936,1510 +"185210",59939,5457,3,936,2077 +"185211",59939,5462,3,936,2374 +"185212",59939,5504,3,936,2389 +"185213",59939,5580,3,936,2111 +"185214",59939,5622,3,936,2175 +"185215",59939,5716,3,936,1058 +"185216",59939,5971,2,936,1985 +"185217",59939,5986,3,936,1721 +"185218",59939,6047,3,936,2004 +"185219",59939,6074,3,936,2426 +"185220",59939,6222,2,936,1949 +"185221",59939,6417,3,936,1675 +"185222",59939,6491,3,936,2424 +"185223",59939,6588,2,936,2025 +"185224",59939,6718,3,936,2138 +"185225",59939,7226,3,936,1228 +"185226",59939,7234,3,936,2654 +"185227",59939,7241,3,936,2259 +"185228",59939,7555,3,936,1943 +"185229",59939,7627,3,936,1543 +"185230",59939,8192,3,936,1670 +"185231",59939,8376,3,936,1670 +"185232",59939,8529,3,936,1205 +"185233",59939,8866,3,936,1545 +"185234",59939,8888,3,936,1328 +"185235",59939,9362,3,936,2879 +"185236",59939,9624,3,936,2398 +"185237",59939,9634,3,936,2041 +"185238",59939,9654,3,936,2111 +"185239",59939,9805,3,936,1621 +"185240",59939,10488,3,936,1524 +"185241",59939,10513,3,936,2284 +"185242",59939,10523,2,936,1510 +"185243",59939,10576,3,936,974 +"185244",59939,10646,3,936,1555 +"185245",59939,10857,3,936,2253 +"185246",59939,11218,3,936,2292 +"185247",59939,11229,2,936,1625 +"185248",59939,11477,3,936,2724 +"185249",59939,11966,3,936,2385 +"185250",59939,12042,3,936,2345 +"185251",59939,12096,3,936,1330 +"185252",59939,12310,3,936,1337 +"185253",59939,12374,1,936,2260 +"185254",59939,12375,3,936,1873 +"185255",59939,12388,3,936,1975 +"185256",59939,12602,3,936,1956 +"185257",59939,13307,2,936,2206 +"185258",59939,13929,3,936,2693 +"185259",59939,14032,3,936,2144 +"185260",59939,14834,3,936,2739 +"185261",59939,14959,3,936,2898 +"185262",59939,14989,3,936,2223 +"185263",59939,15003,3,936,2067 +"185264",59939,15118,3,936,1311 +"185265",59939,15135,3,936,1035 +"185266",59939,15402,3,936,1281 +"185267",59939,15444,3,936,2764 +"185268",59939,15700,3,936,1712 +"185269",59939,15799,3,936,1917 +"185270",59939,16352,2,936,2657 +"185271",59939,17027,3,936,2772 +"185272",59939,17097,3,936,1505 +"185273",59939,17400,2,936,2231 +"185274",59939,18152,3,936,1314 +"185275",59939,18361,3,936,2968 +"185276",59939,18394,2,936,2356 +"185277",59939,18502,3,936,1033 +"185278",59939,18543,3,936,2968 +"185279",59939,19096,3,936,1538 +"185280",59939,19622,3,936,2371 +"185281",59939,19719,3,936,2177 +"185282",59939,19862,3,936,2412 +"185283",59939,20067,3,936,2390 +"185284",59939,20124,3,936,2376 +"185285",59939,20311,3,936,1981 +"185286",59939,20824,3,936,1366 +"185287",59939,21012,3,936,2325 +"185288",59939,21104,2,936,2327 +"185289",59939,21122,3,936,1701 +"185290",59939,21571,3,936,2755 +"185291",59939,21693,3,936,2176 +"185292",59939,22006,3,936,1202 +"185293",59939,22197,3,936,2271 +"185294",59939,22326,3,936,2818 +"185295",59939,22362,3,936,1836 +"185296",59939,22403,3,936,1630 +"185297",59939,22566,3,936,2308 +"185298",59939,23011,3,936,2763 +"185299",59939,23492,2,936,1067 +"185300",59939,23509,3,936,2275 +"185301",59939,23526,2,936,1998 +"185302",59939,23534,3,936,1659 +"185303",59939,23715,2,936,1859 +"185304",59939,23725,2,936,2378 +"185305",59939,23825,3,936,1913 +"185306",59939,24005,2,936,1188 +"185307",59939,24066,3,936,1755 +"185308",59939,24259,3,936,1281 +"185309",59939,24558,3,936,2139 +"185310",59939,24559,3,936,946 +"185311",59939,24755,3,936,1319 +"185312",59939,25132,2,936,1188 +"185313",59939,25305,3,936,2447 +"185314",59939,25643,3,936,1646 +"185315",59939,26067,3,936,2069 +"185316",59939,26080,3,936,2525 +"185317",59939,26451,3,936,2133 +"185318",59939,26471,3,936,1061 +"185319",59939,26570,2,936,1669 +"185320",59939,26671,2,936,2279 +"185321",59939,26848,3,936,2363 +"185322",59939,26867,1,936,1804 +"185323",59939,27792,3,936,1308 +"185324",59939,28383,3,936,1222 +"185325",59939,29073,3,936,2328 +"185326",59939,29929,3,936,2789 +"185327",59939,30325,2,936,1067 +"185328",59939,30405,2,936,2164 +"185329",59939,31093,3,936,2160 +"185330",59939,31307,3,936,2139 +"185331",59939,31436,3,936,2892 +"185332",59939,32131,3,936,1035 +"185333",59939,32173,3,936,2341 +"185334",59939,33622,2,936,2230 +"185335",59939,34136,2,936,2202 +"185336",59939,34735,3,936,2767 +"185337",59939,34836,2,936,2302 +"185338",59939,35402,3,936,2339 +"185339",59939,35673,3,936,1067 +"185340",59939,38019,2,936,1870 +"185341",59939,38921,3,936,1880 +"185342",59939,39294,3,936,1889 +"185343",59939,39444,2,936,2695 +"185344",59939,40028,2,936,1349 +"185345",59939,40072,1,936,1182 +"185346",59939,40493,3,936,1981 +"185347",59939,40646,2,936,1583 +"185348",59939,41108,3,936,1624 +"185349",59939,41972,3,936,2509 +"185350",59939,42687,3,936,1952 +"185351",59939,43213,3,936,2160 +"185352",59939,43455,3,936,2846 +"185353",59939,43518,3,936,2680 +"185354",59939,43635,3,936,1196 +"185355",59939,43673,3,936,2787 +"185356",59939,44521,3,936,1593 +"185357",59939,45684,3,936,2200 +"185358",59939,46196,3,936,1510 +"185359",59939,46629,3,936,2255 +"185360",59939,46950,3,936,2673 +"185361",59939,47803,3,936,2477 +"185362",59939,47839,3,936,1864 +"185363",59939,48035,3,936,2180 +"185364",59939,48215,3,936,2028 +"185365",59939,48698,2,936,1474 +"185366",59939,49110,3,936,2938 +"185367",59939,50118,3,936,2654 +"185368",59939,50134,3,936,2674 +"185369",59939,50236,2,936,2339 +"185370",59939,52136,3,936,1412 +"185371",59939,52345,1,936,1430 +"185372",59939,53266,3,936,2389 +"185373",59939,53303,1,936,1376 +"185374",59939,53322,3,936,1200 +"185375",59939,54551,3,936,2348 +"185376",59939,54929,3,936,2783 +"185377",59939,55556,3,936,2075 +"185378",59939,55691,3,936,2856 +"185379",59939,56082,2,936,2395 +"185380",59939,56237,3,936,2625 +"185381",59939,56854,3,936,2022 +"185382",59939,57150,3,936,1196 +"185383",59939,57246,3,936,1873 +"185384",59939,57353,3,936,1849 +"185385",59939,57760,3,936,1721 +"185386",59939,57950,3,936,1529 +"185387",59939,58133,3,936,1484 +"185388",59939,59700,3,936,2346 +"185389",59939,61982,3,936,2725 +"185390",59939,65007,3,936,2530 +"185391",59939,67726,3,936,2873 +"185392",59939,67805,3,936,1338 +"185393",59939,68215,3,936,2727 +"185394",59939,69712,3,936,1219 +"185395",59939,71478,3,936,1721 +"185396",59939,72207,3,936,2430 +"185397",59939,72326,2,936,2384 +"185398",59939,72468,3,936,2292 +"185399",59939,72597,3,936,1843 +"185400",59939,72956,3,936,1251 +"185401",59939,75403,2,936,1895 +"185402",59939,75948,3,936,1006 +"185403",59939,76284,3,936,1237 +"185404",59939,76356,3,936,2323 +"185405",59939,79403,3,936,977 +"185406",59939,79657,3,936,1260 +"185407",59939,79804,3,936,2227 +"185408",59939,80825,3,936,2315 +"185409",59939,82730,3,936,1492 +"185410",59939,82776,3,936,1232 +"185411",59939,85685,2,936,998 +"185412",59939,87048,3,936,989 +"185413",59939,92104,3,936,2339 +"185414",59939,108379,3,936,2933 +"185415",59939,108867,2,936,2328 +"185416",59939,109718,3,936,1237 +"185417",59939,111971,3,936,1032 +"185418",59939,117956,3,936,2774 +"185419",59950,1702,3,1131,1984 +"185420",59950,3306,3,1131,1989 +"185421",59950,10239,3,1131,2032 +"185422",59950,12729,3,1131,1835 +"185423",59950,15008,3,1131,2338 +"185424",59950,15729,2,1131,2338 +"185425",59950,17867,3,1131,1904 +"185426",59950,33380,2,1131,2340 +"185427",59950,35926,3,1131,2371 +"185428",59950,39464,3,1131,2314 +"185429",59950,40703,2,1131,1608 +"185430",59950,42783,3,1131,2338 +"185431",59950,53995,3,1131,2151 +"185432",59979,669,3,471,1423 +"185433",59979,10859,3,471,2231 +"185434",59979,14272,3,471,1063 +"185435",59979,18244,3,471,1622 +"185436",59979,18366,2,471,2699 +"185437",59979,20397,2,471,735 +"185438",59979,21795,3,471,2653 +"185439",59979,27135,1,471,798 +"185440",59979,35888,3,471,2291 +"185441",59979,49560,3,471,1679 +"185442",59979,58180,3,471,1919 +"185443",59979,82829,2,471,2416 +"185444",59979,105795,3,471,1265 +"185445",59979,113619,3,471,760 +"185446",60055,7226,3,266,1228 +"185447",60055,8923,3,266,1266 +"185448",60055,9311,3,266,2477 +"185449",60055,10843,3,266,2277 +"185450",60055,15626,2,266,2434 +"185451",60055,22166,3,266,994 +"185452",60055,33433,3,266,2805 +"185453",60055,41581,3,266,1692 +"185454",60055,51853,3,266,2520 +"185455",60055,59113,3,266,2434 +"185456",60055,62268,3,266,413 +"185457",60055,62668,3,266,958 +"185458",60055,69293,3,266,609 +"185459",60055,95979,3,266,1722 +"185460",60059,14442,3,2587,2700 +"185461",60059,59289,3,2587,2896 +"185462",60063,1386,3,187,1901 +"185463",60063,3877,3,187,1133 +"185464",60063,9030,3,187,1979 +"185465",60063,9803,3,187,1664 +"185466",60063,10945,3,187,881 +"185467",60063,11419,3,187,1408 +"185468",60063,14669,3,187,2080 +"185469",60063,15343,2,187,2125 +"185470",60063,16029,3,187,1160 +"185471",60063,17021,3,187,1226 +"185472",60063,17967,3,187,2125 +"185473",60063,21092,2,187,1643 +"185474",60063,21417,3,187,2422 +"185475",60063,24608,3,187,1630 +"185476",60063,25541,3,187,917 +"185477",60063,25879,3,187,630 +"185478",60063,29756,2,187,2051 +"185479",60063,29791,3,187,1986 +"185480",60063,33722,3,187,1225 +"185481",60063,34311,3,187,2213 +"185482",60063,35542,3,187,1439 +"185483",60063,38908,3,187,1787 +"185484",60063,42618,3,187,2316 +"185485",60063,42814,2,187,1149 +"185486",60063,44684,3,187,1220 +"185487",60063,44729,2,187,588 +"185488",60063,45664,3,187,2235 +"185489",60063,45727,2,187,477 +"185490",60063,49741,3,187,839 +"185491",60063,55304,3,187,196 +"185492",60063,61336,2,187,2218 +"185493",60063,70046,3,187,2624 +"185494",60063,73266,3,187,2496 +"185495",60063,77057,3,187,1866 +"185496",60063,77095,3,187,1622 +"185497",60063,80655,3,187,1546 +"185498",60063,81239,2,187,547 +"185499",60063,82735,3,187,829 +"185500",60063,84039,3,187,1335 +"185501",60063,86279,2,187,1076 +"185502",60063,87198,2,187,1462 +"185503",60063,89965,3,187,810 +"185504",60063,90501,3,187,2380 +"185505",60063,93969,2,187,208 +"185506",60063,96301,2,187,818 +"185507",60063,101983,3,187,889 +"185508",60063,103721,3,187,1030 +"185509",60063,110072,3,187,490 +"185510",60063,110308,3,187,489 +"185511",60063,110486,3,187,1014 +"185512",60063,110496,2,187,208 +"185513",60063,113162,3,187,818 +"185514",60063,115090,3,187,445 +"185515",60063,117932,3,187,926 +"185516",60063,119731,3,187,1208 +"185517",60078,8238,3,1750,2222 +"185518",60078,64857,3,1750,1792 +"185519",60116,18543,3,2668,2968 +"185520",60116,44427,3,2668,2875 +"185521",60179,3980,3,2708,2771 +"185522",60179,29454,3,2708,2719 +"185523",60179,42216,3,2708,2722 +"185524",60185,135,3,1206,2233 +"185525",60185,2424,3,1206,2582 +"185526",60185,12863,3,1206,2027 +"185527",60185,15379,3,1206,1231 +"185528",60185,19248,3,1206,2357 +"185529",60185,19719,3,1206,2177 +"185530",60185,31050,3,1206,1491 +"185531",60185,38019,3,1206,1870 +"185532",60185,41739,3,1206,1339 +"185533",60185,48414,3,1206,1749 +"185534",60185,50685,1,1206,2008 +"185535",60185,52576,3,1206,2234 +"185536",60185,53196,3,1206,1888 +"185537",60185,57360,3,1206,2429 +"185538",60185,61982,3,1206,2725 +"185539",60185,62841,3,1206,2710 +"185540",60185,65625,3,1206,1273 +"185541",60201,1455,3,49,1262 +"185542",60201,2272,2,49,1640 +"185543",60201,2282,3,49,2056 +"185544",60201,2443,3,49,2333 +"185545",60201,2588,3,49,552 +"185546",60201,2927,3,49,1789 +"185547",60201,5637,3,49,1976 +"185548",60201,6345,3,49,2713 +"185549",60201,9538,1,49,1786 +"185550",60201,10701,3,49,2000 +"185551",60201,12116,3,49,2119 +"185552",60201,13034,3,49,698 +"185553",60201,14290,2,49,284 +"185554",60201,14380,3,49,120 +"185555",60201,14470,3,49,2632 +"185556",60201,15214,3,49,274 +"185557",60201,15281,3,49,810 +"185558",60201,15582,3,49,598 +"185559",60201,17531,3,49,876 +"185560",60201,17695,3,49,1930 +"185561",60201,19476,3,49,1708 +"185562",60201,20038,3,49,1531 +"185563",60201,22410,2,49,2158 +"185564",60201,23498,3,49,2398 +"185565",60201,23560,3,49,2051 +"185566",60201,24252,3,49,639 +"185567",60201,27458,3,49,647 +"185568",60201,27512,2,49,947 +"185569",60201,29778,3,49,840 +"185570",60201,31264,3,49,2335 +"185571",60201,32169,3,49,2504 +"185572",60201,36399,3,49,1357 +"185573",60201,37858,3,49,248 +"185574",60201,38354,3,49,629 +"185575",60201,38422,3,49,1019 +"185576",60201,41098,2,49,1857 +"185577",60201,42773,3,49,385 +"185578",60201,43701,3,49,2400 +"185579",60201,45499,3,49,2346 +"185580",60201,48501,3,49,2010 +"185581",60201,52950,2,49,2716 +"185582",60201,55325,3,49,653 +"185583",60201,56316,3,49,1435 +"185584",60201,61398,3,49,2563 +"185585",60201,61921,3,49,1793 +"185586",60201,67836,3,49,2195 +"185587",60201,71128,3,49,485 +"185588",60201,73520,3,49,2613 +"185589",60201,77719,2,49,2086 +"185590",60201,78277,3,49,1937 +"185591",60201,80970,3,49,2069 +"185592",60201,82280,3,49,619 +"185593",60201,87915,3,49,1152 +"185594",60201,93710,1,49,544 +"185595",60201,110262,3,49,1138 +"185596",60201,110748,3,49,398 +"185597",60201,111119,1,49,550 +"185598",60201,112140,3,49,252 +"185599",60201,116385,3,49,592 +"185600",60201,117190,3,49,425 +"185601",60217,2852,3,1634,2448 +"185602",60217,4668,3,1634,1919 +"185603",60217,4669,3,1634,2395 +"185604",60217,7252,3,1634,2799 +"185605",60217,28869,3,1634,2425 +"185606",60217,41023,3,1634,2408 +"185607",60217,45869,3,1634,2840 +"185608",60217,80156,3,1634,1667 +"185609",60257,1151,3,2795,2885 +"185610",60257,6030,3,2795,2953 +"185611",60257,7323,3,2795,2858 +"185612",60258,7942,2,2405,2623 +"185613",60258,16176,2,2405,2703 +"185614",60258,18005,3,2405,2449 +"185615",60258,34216,3,2405,2832 +"185616",60258,41023,3,2405,2408 +"185617",60258,67815,1,2405,2476 +"185618",60258,73602,3,2405,2881 +"185619",60261,28179,1,1943,2689 +"185620",60261,66618,1,1943,2381 +"185621",60261,85775,1,1943,2781 +"185622",60261,117764,2,1943,2781 +"185623",60266,9787,3,1018,2858 +"185624",60266,29286,3,1018,1612 +"185625",60266,60449,2,1018,2085 +"185626",60266,67252,3,1018,1215 +"185627",60280,1196,3,1918,1986 +"185628",60280,3961,3,1918,2426 +"185629",60280,5041,3,1918,2371 +"185630",60280,5315,3,1918,2631 +"185631",60280,5350,2,1918,2522 +"185632",60280,5622,3,1918,2175 +"185633",60280,6047,2,1918,2004 +"185634",60280,9928,3,1918,2345 +"185635",60280,10358,2,1918,2294 +"185636",60280,13311,2,1918,2315 +"185637",60280,14032,2,1918,2144 +"185638",60280,15309,3,1918,2820 +"185639",60280,16352,3,1918,2657 +"185640",60280,18874,3,1918,2170 +"185641",60280,19072,3,1918,2358 +"185642",60280,20292,3,1918,2755 +"185643",60280,21138,3,1918,2849 +"185644",60280,21571,3,1918,2755 +"185645",60280,22141,2,1918,2348 +"185646",60280,23310,3,1918,2371 +"185647",60280,23725,3,1918,2378 +"185648",60280,26080,3,1918,2525 +"185649",60280,29930,3,1918,2240 +"185650",60280,32503,3,1918,2020 +"185651",60280,32919,2,1918,2321 +"185652",60280,34735,3,1918,2767 +"185653",60280,35926,2,1918,2371 +"185654",60280,41955,3,1918,2479 +"185655",60280,43173,3,1918,2895 +"185656",60280,44557,3,1918,2371 +"185657",60280,45684,3,1918,2200 +"185658",60280,51017,3,1918,2073 +"185659",60280,52026,3,1918,2633 +"185660",60280,69716,3,1918,2632 +"185661",60280,84022,1,1918,2289 +"185662",60288,6697,3,1318,2438 +"185663",60288,7355,2,1318,1928 +"185664",60288,14754,3,1318,2456 +"185665",60288,22766,2,1318,1945 +"185666",60288,25741,1,1318,2853 +"185667",60288,35873,3,1318,1377 +"185668",60288,41338,3,1318,1553 +"185669",60289,5725,3,2729,2789 +"185670",60289,48605,3,2729,2796 +"185671",60289,71518,3,2729,2805 +"185672",60377,3557,3,1189,1259 +"185673",60377,8088,3,1189,2220 +"185674",60377,12103,2,1189,1244 +"185675",60377,16040,1,1189,1244 +"185676",60377,24146,3,1189,2003 +"185677",60377,30906,3,1189,2537 +"185678",60377,37333,3,1189,1612 +"185679",60377,54020,3,1189,1578 +"185680",60386,3460,3,1322,2530 +"185681",60386,7951,3,1322,2358 +"185682",60386,14422,3,1322,1548 +"185683",60386,15453,2,1322,1688 +"185684",60386,25480,3,1322,2747 +"185685",60386,34842,3,1322,2050 +"185686",60386,42642,3,1322,2257 +"185687",60386,45053,2,1322,1543 +"185688",60386,45343,3,1322,2360 +"185689",60386,51364,2,1322,2660 +"185690",60386,54067,1,1322,2433 +"185691",60386,56386,2,1322,2771 +"185692",60386,57337,3,1322,1443 +"185693",60386,66726,3,1322,2068 +"185694",60403,40510,3,512,943 +"185695",60403,45449,3,512,1610 +"185696",60403,45450,2,512,1590 +"185697",60403,45562,3,512,623 +"185698",60403,48254,1,512,1013 +"185699",60403,48781,2,512,954 +"185700",60403,68419,3,512,654 +"185701",60403,79639,3,512,1013 +"185702",60403,80186,3,512,2228 +"185703",60403,90852,3,512,764 +"185704",60403,100084,3,512,1964 +"185705",60449,9787,3,2085,2858 +"185706",60463,1369,3,1583,2487 +"185707",60463,3271,3,1583,2216 +"185708",60463,6345,3,1583,2713 +"185709",60463,6999,2,1583,2214 +"185710",60463,9272,3,1583,2835 +"185711",60463,12116,3,1583,2119 +"185712",60463,23550,3,1583,2939 +"185713",60463,35317,3,1583,1888 +"185714",60463,37684,3,1583,2899 +"185715",60463,42407,3,1583,2408 +"185716",60463,43226,3,1583,2442 +"185717",60463,48110,3,1583,2009 +"185718",60463,53652,3,1583,2899 +"185719",60463,58508,3,1583,2326 +"185720",60463,69335,3,1583,2698 +"185721",60463,73520,3,1583,2613 +"185722",60463,77719,3,1583,2086 +"185723",60463,78277,3,1583,1937 +"185724",60463,79699,3,1583,1735 +"185725",60463,80301,3,1583,1690 +"185726",60463,85065,3,1583,1585 +"185727",60463,93553,3,1583,2537 +"185728",60476,16352,3,2508,2657 +"185729",60476,34735,3,2508,2767 +"185730",60476,89934,3,2508,2760 +"185731",60516,3460,2,2257,2530 +"185732",60516,3896,2,2257,2693 +"185733",60516,4751,3,2257,2696 +"185734",60516,11160,3,2257,2952 +"185735",60516,11456,3,2257,2715 +"185736",60516,16751,3,2257,2301 +"185737",60516,16866,3,2257,2718 +"185738",60516,18865,3,2257,2676 +"185739",60516,22709,3,2257,2743 +"185740",60516,36646,2,2257,2744 +"185741",60516,42196,2,2257,2765 +"185742",60516,47877,3,2257,2970 +"185743",60516,51055,2,2257,2558 +"185744",60516,53968,3,2257,2703 +"185745",60516,56893,3,2257,2597 +"185746",60516,63395,2,2257,2334 +"185747",60516,64469,3,2257,2707 +"185748",60516,69591,3,2257,2294 +"185749",60516,74204,3,2257,2463 +"185750",60516,77077,3,2257,2693 +"185751",60536,900,3,151,2726 +"185752",60536,2057,3,151,1965 +"185753",60536,6479,3,151,1021 +"185754",60536,8140,3,151,1262 +"185755",60536,9552,3,151,1947 +"185756",60536,10223,1,151,1033 +"185757",60536,12897,3,151,1351 +"185758",60536,14586,3,151,2801 +"185759",60536,17687,1,151,593 +"185760",60536,19028,3,151,921 +"185761",60536,19406,3,151,619 +"185762",60536,20133,3,151,161 +"185763",60536,20176,3,151,1050 +"185764",60536,23015,2,151,1362 +"185765",60536,27255,3,151,1232 +"185766",60536,28446,3,151,917 +"185767",60536,28893,2,151,2764 +"185768",60536,32339,3,151,2430 +"185769",60536,32651,3,151,877 +"185770",60536,33665,3,151,787 +"185771",60536,35456,3,151,2358 +"185772",60536,37752,3,151,2223 +"185773",60536,38373,3,151,1928 +"185774",60536,39249,3,151,1665 +"185775",60536,39443,1,151,2277 +"185776",60536,39746,3,151,1361 +"185777",60536,39875,2,151,2422 +"185778",60536,46662,3,151,207 +"185779",60536,47889,3,151,992 +"185780",60536,47968,3,151,2829 +"185781",60536,51879,3,151,1771 +"185782",60536,52879,3,151,777 +"185783",60536,53051,3,151,1940 +"185784",60536,53131,3,151,1880 +"185785",60536,58015,3,151,899 +"185786",60536,59039,3,151,2870 +"185787",60536,59485,2,151,1564 +"185788",60536,59506,3,151,983 +"185789",60536,62268,3,151,413 +"185790",60536,65188,2,151,2213 +"185791",60536,65696,3,151,998 +"185792",60536,66978,2,151,1536 +"185793",60536,69131,3,151,2122 +"185794",60536,69788,2,151,2007 +"185795",60536,72062,3,151,156 +"185796",60536,74149,3,151,1322 +"185797",60536,77377,3,151,1487 +"185798",60536,80219,3,151,988 +"185799",60536,84447,3,151,1006 +"185800",60536,86580,3,151,696 +"185801",60536,87907,3,151,1173 +"185802",60536,90658,3,151,523 +"185803",60536,115078,3,151,697 +"185804",60536,120363,3,151,322 +"185805",60551,21638,3,572,1750 +"185806",60551,26865,3,572,2726 +"185807",60551,57019,3,572,895 +"185808",60552,145,3,855,1998 +"185809",60552,913,3,855,2144 +"185810",60552,2195,3,855,2139 +"185811",60552,2424,3,855,2582 +"185812",60552,4289,3,855,1921 +"185813",60552,6104,3,855,2462 +"185814",60552,6417,3,855,1675 +"185815",60552,6602,3,855,1631 +"185816",60552,7226,3,855,1228 +"185817",60552,8888,3,855,1328 +"185818",60552,10474,3,855,1608 +"185819",60552,11912,3,855,889 +"185820",60552,12122,3,855,1385 +"185821",60552,16195,3,855,2964 +"185822",60552,17396,1,855,1672 +"185823",60552,17819,3,855,2291 +"185824",60552,17852,3,855,2840 +"185825",60552,22331,2,855,2687 +"185826",60552,23725,3,855,2378 +"185827",60552,25443,2,855,1441 +"185828",60552,26659,3,855,903 +"185829",60552,29295,3,855,2043 +"185830",60552,31235,3,855,2668 +"185831",60552,31307,3,855,2139 +"185832",60552,32939,3,855,2277 +"185833",60552,33383,2,855,1572 +"185834",60552,34820,3,855,1630 +"185835",60552,36691,3,855,1903 +"185836",60552,43902,3,855,1726 +"185837",60552,44089,3,855,1632 +"185838",60552,45704,2,855,2687 +"185839",60552,51017,3,855,2073 +"185840",60552,54929,3,855,2783 +"185841",60552,57549,3,855,2335 +"185842",60552,57765,3,855,2893 +"185843",60552,57804,3,855,2214 +"185844",60552,70528,2,855,2727 +"185845",60552,75898,3,855,889 +"185846",60552,114872,3,855,907 +"185847",60584,854,3,288,2307 +"185848",60584,1427,3,288,324 +"185849",60584,2894,2,288,1291 +"185850",60584,4504,3,288,1905 +"185851",60584,5392,3,288,1648 +"185852",60584,5615,3,288,1105 +"185853",60584,6222,3,288,1949 +"185854",60584,7798,3,288,949 +"185855",60584,8865,3,288,2394 +"185856",60584,9391,3,288,1252 +"185857",60584,9615,3,288,2464 +"185858",60584,10148,3,288,2964 +"185859",60584,10779,3,288,2881 +"185860",60584,12388,3,288,1975 +"185861",60584,12712,3,288,815 +"185862",60584,14959,3,288,2898 +"185863",60584,16053,3,288,908 +"185864",60584,21248,3,288,2232 +"185865",60584,24393,3,288,569 +"185866",60584,24512,3,288,1369 +"185867",60584,29454,3,288,2719 +"185868",60584,29512,3,288,1594 +"185869",60584,30236,3,288,2238 +"185870",60584,33322,3,288,518 +"185871",60584,35903,3,288,1434 +"185872",60584,36784,3,288,576 +"185873",60584,38732,3,288,2263 +"185874",60584,38921,3,288,1880 +"185875",60584,39563,3,288,486 +"185876",60584,41664,3,288,2641 +"185877",60584,41682,3,288,1988 +"185878",60584,44161,3,288,1156 +"185879",60584,48377,3,288,1927 +"185880",60584,51157,2,288,2319 +"185881",60584,55862,3,288,2123 +"185882",60584,56854,3,288,2022 +"185883",60584,58733,1,288,1958 +"185884",60584,62148,3,288,1566 +"185885",60584,64219,2,288,2705 +"185886",60624,733,3,1570,1653 +"185887",60624,1639,3,1570,2631 +"185888",60624,2208,3,1570,2814 +"185889",60624,2334,2,1570,2619 +"185890",60624,4567,2,1570,2348 +"185891",60624,7616,3,1570,2296 +"185892",60624,7759,3,1570,2844 +"185893",60624,7834,3,1570,1708 +"185894",60624,13200,3,1570,2488 +"185895",60624,16539,3,1570,1947 +"185896",60624,16608,3,1570,1769 +"185897",60624,17221,3,1570,2487 +"185898",60624,17245,3,1570,1811 +"185899",60624,18571,3,1570,2128 +"185900",60624,19093,3,1570,2224 +"185901",60624,19744,3,1570,2623 +"185902",60624,19926,3,1570,2444 +"185903",60624,20419,3,1570,1587 +"185904",60624,22543,2,1570,1594 +"185905",60624,22857,3,1570,1708 +"185906",60624,23825,3,1570,1913 +"185907",60624,28048,1,1570,1637 +"185908",60624,30095,2,1570,1578 +"185909",60624,33672,3,1570,2396 +"185910",60624,39105,3,1570,2487 +"185911",60624,40129,3,1570,2162 +"185912",60624,41407,3,1570,1951 +"185913",60624,44135,3,1570,2620 +"185914",60624,50275,3,1570,2832 +"185915",60624,52154,3,1570,1722 +"185916",60624,57380,3,1570,2362 +"185917",60624,57405,3,1570,2344 +"185918",60624,64793,3,1570,2819 +"185919",60624,114257,3,1570,2307 +"185920",60624,119208,3,1570,2646 +"185921",60628,9091,2,933,1312 +"185922",60661,3628,3,2700,2707 +"185923",60661,11351,3,2700,2971 +"185924",60661,16866,3,2700,2718 +"185925",60661,43173,3,2700,2895 +"185926",60661,65016,3,2700,2749 +"185927",60672,33755,2,2876,2963 +"185928",60672,50635,3,2876,2962 +"185929",60672,55171,3,2876,2972 +"185930",60672,68416,1,2876,2939 +"185931",60689,206,3,859,1986 +"185932",60689,313,3,859,2271 +"185933",60689,377,3,859,2389 +"185934",60689,499,3,859,1931 +"185935",60689,543,2,859,2203 +"185936",60689,1036,3,859,1367 +"185937",60689,1092,3,859,1945 +"185938",60689,1151,3,859,2885 +"185939",60689,1495,3,859,2046 +"185940",60689,1616,3,859,2662 +"185941",60689,1777,3,859,1965 +"185942",60689,2484,2,859,2389 +"185943",60689,2754,3,859,1360 +"185944",60689,2766,3,859,1920 +"185945",60689,3161,3,859,2229 +"185946",60689,3753,3,859,1255 +"185947",60689,3853,3,859,2465 +"185948",60689,3878,3,859,1890 +"185949",60689,4763,2,859,1960 +"185950",60689,5429,3,859,1991 +"185951",60689,5462,3,859,2374 +"185952",60689,5504,3,859,2389 +"185953",60689,7323,3,859,2858 +"185954",60689,8791,3,859,1789 +"185955",60689,9893,3,859,2701 +"185956",60689,10638,3,859,2692 +"185957",60689,10799,3,859,2010 +"185958",60689,10874,2,859,1891 +"185959",60689,11055,3,859,2111 +"185960",60689,12713,3,859,2440 +"185961",60689,13925,3,859,1515 +"185962",60689,15184,2,859,2396 +"185963",60689,16164,3,859,1184 +"185964",60689,16690,3,859,2132 +"185965",60689,17520,3,859,2276 +"185966",60689,19027,2,859,2721 +"185967",60689,19606,3,859,2783 +"185968",60689,20700,1,859,2861 +"185969",60689,22749,3,859,1727 +"185970",60689,26957,3,859,987 +"185971",60689,28216,3,859,1910 +"185972",60689,31799,2,859,2547 +"185973",60689,35256,3,859,2271 +"185974",60689,37570,3,859,2389 +"185975",60689,37859,3,859,1999 +"185976",60689,38921,3,859,1880 +"185977",60689,41625,3,859,1794 +"185978",60689,41832,3,859,1155 +"185979",60689,42264,3,859,1702 +"185980",60689,44636,1,859,1026 +"185981",60689,46039,3,859,1794 +"185982",60689,48242,3,859,1690 +"185983",60689,50075,3,859,1026 +"185984",60689,50252,3,859,2001 +"185985",60689,54676,2,859,1342 +"185986",60689,57077,3,859,1885 +"185987",60689,57977,3,859,2683 +"185988",60689,58035,3,859,1646 +"185989",60689,62488,2,859,1418 +"185990",60689,65029,3,859,2954 +"185991",60689,68810,3,859,2409 +"185992",60689,76284,3,859,1237 +"185993",60689,77466,2,859,1585 +"185994",60689,88966,3,859,1568 +"185995",60689,91908,3,859,918 +"185996",60718,3961,3,1229,2426 +"185997",60718,4289,3,1229,1921 +"185998",60718,4705,3,1229,1714 +"185999",60718,7258,3,1229,1714 +"186000",60718,20423,2,1229,2654 +"186001",60718,29899,2,1229,2375 +"186002",60718,31700,3,1229,2727 +"186003",60718,32988,3,1229,2008 +"186004",60718,38219,3,1229,1689 +"186005",60718,40748,3,1229,1328 +"186006",60718,65203,2,1229,1597 +"186007",60718,76511,3,1229,1250 +"186008",60718,79567,3,1229,1942 +"186009",60733,11143,3,645,2623 +"186010",60733,12653,3,645,1573 +"186011",60733,15095,1,645,2001 +"186012",60733,18124,3,645,1642 +"186013",60733,22244,2,645,2139 +"186014",60733,30334,3,645,2075 +"186015",60733,37636,3,645,2178 +"186016",60733,40392,3,645,1878 +"186017",60733,44341,3,645,1230 +"186018",60733,47013,3,645,2388 +"186019",60733,51783,3,645,2599 +"186020",60733,87907,3,645,1173 +"186021",60733,99298,2,645,679 +"186022",60751,1314,3,284,1522 +"186023",60751,1519,3,284,2349 +"186024",60751,2847,3,284,494 +"186025",60751,4001,3,284,1687 +"186026",60751,4526,3,284,1728 +"186027",60751,4660,3,284,2149 +"186028",60751,20941,3,284,2725 +"186029",60751,23966,3,284,891 +"186030",60751,27686,2,284,2844 +"186031",60751,32149,3,284,541 +"186032",60751,36953,3,284,2790 +"186033",60751,43021,3,284,943 +"186034",60751,50630,3,284,2615 +"186035",60751,56669,3,284,2924 +"186036",60751,70583,3,284,2615 +"186037",60751,90064,3,284,454 +"186038",60751,94219,3,284,717 +"186039",60808,900,3,1258,2726 +"186040",60808,2452,3,1258,1715 +"186041",60808,2852,3,1258,2448 +"186042",60808,4665,3,1258,1569 +"186043",60808,4932,3,1258,2752 +"186044",60808,5346,3,1258,1438 +"186045",60808,5897,2,1258,2337 +"186046",60808,6132,3,1258,1590 +"186047",60808,8062,3,1258,2858 +"186048",60808,8890,3,1258,1955 +"186049",60808,9241,3,1258,2338 +"186050",60808,9332,3,1258,2734 +"186051",60808,9481,3,1258,1610 +"186052",60808,9503,3,1258,2453 +"186053",60808,9785,3,1258,2951 +"186054",60808,10453,3,1258,1656 +"186055",60808,11429,3,1258,2520 +"186056",60808,12078,2,1258,2381 +"186057",60808,12361,3,1258,2732 +"186058",60808,13068,3,1258,1778 +"186059",60808,13879,1,1258,2748 +"186060",60808,14586,3,1258,2801 +"186061",60808,17645,3,1258,1918 +"186062",60808,19655,3,1258,2706 +"186063",60808,19686,3,1258,2467 +"186064",60808,19934,3,1258,2888 +"186065",60808,22364,3,1258,1809 +"186066",60808,23000,3,1258,1815 +"186067",60808,23692,3,1258,1540 +"186068",60808,26959,3,1258,1961 +"186069",60808,28051,3,1258,2089 +"186070",60808,28869,3,1258,2425 +"186071",60808,28893,3,1258,2764 +"186072",60808,29286,3,1258,1612 +"186073",60808,29985,3,1258,1568 +"186074",60808,30262,3,1258,1715 +"186075",60808,32339,3,1258,2430 +"186076",60808,34892,2,1258,2309 +"186077",60808,35529,3,1258,1620 +"186078",60808,36912,3,1258,2469 +"186079",60808,40035,3,1258,2742 +"186080",60808,40492,3,1258,1286 +"186081",60808,41581,3,1258,1692 +"186082",60808,42331,3,1258,1585 +"186083",60808,44749,2,1258,1303 +"186084",60808,50509,3,1258,2050 +"186085",60808,56569,3,1258,1993 +"186086",60808,57180,3,1258,2703 +"186087",60808,57356,3,1258,2476 +"186088",60808,70101,3,1258,2414 +"186089",60808,74370,3,1258,1667 +"186090",60808,76143,3,1258,1610 +"186091",60808,77864,3,1258,2227 +"186092",60808,80156,3,1258,1667 +"186093",60808,81545,3,1258,2077 +"186094",60808,84271,3,1258,1556 +"186095",60808,90299,3,1258,1606 +"186096",60808,96462,2,1258,1967 +"186097",60830,9702,3,217,1928 +"186098",60830,21240,3,217,1162 +"186099",60830,74055,3,217,1544 +"186100",60836,5637,1,1880,1976 +"186101",60836,73520,3,1880,2613 +"186102",60855,18277,3,2272,2309 +"186103",60855,43173,3,2272,2895 +"186104",60862,6914,3,1215,2668 +"186105",60862,10939,3,1215,1376 +"186106",60862,12356,3,1215,2757 +"186107",60862,14325,3,1215,1976 +"186108",60862,14959,3,1215,2898 +"186109",60862,26218,3,1215,2460 +"186110",60862,35481,3,1215,2211 +"186111",60862,36183,3,1215,2117 +"186112",60862,39657,3,1215,1947 +"186113",60862,40028,3,1215,1349 +"186114",60862,40931,3,1215,2301 +"186115",60862,42574,3,1215,2842 +"186116",60862,43153,3,1215,1381 +"186117",60862,44420,3,1215,2184 +"186118",60862,56082,3,1215,2395 +"186119",60862,78350,2,1215,1722 +"186120",60862,105685,3,1215,2469 +"186121",60879,9272,3,2792,2835 +"186122",60879,10779,3,2792,2881 +"186123",60879,19364,2,2792,2846 +"186124",60919,36506,3,1379,2638 +"186125",60952,5962,2,2076,2491 +"186126",60952,6119,3,2076,2358 +"186127",60952,10336,2,2076,2271 +"186128",60952,16286,3,2076,2470 +"186129",60952,37036,2,2076,2264 +"186130",60966,25530,3,2734,2884 +"186131",60966,46602,3,2734,2786 +"186132",60979,2221,3,1758,2092 +"186133",60979,2418,3,1758,2020 +"186134",60979,2759,2,1758,2030 +"186135",60979,3255,3,1758,2504 +"186136",60979,4730,2,1758,2131 +"186137",60979,6627,3,1758,2063 +"186138",60979,7433,3,1758,2255 +"186139",60979,7443,3,1758,2028 +"186140",60979,10495,3,1758,2230 +"186141",60979,10638,3,1758,2692 +"186142",60979,11506,3,1758,2824 +"186143",60979,18571,3,1758,2128 +"186144",60979,18943,3,1758,2861 +"186145",60979,20007,3,1758,2971 +"186146",60979,21180,2,1758,2762 +"186147",60979,30442,2,1758,2124 +"186148",60979,31164,3,1758,1996 +"186149",60979,32449,3,1758,2091 +"186150",60979,34162,2,1758,2336 +"186151",60979,36136,3,1758,2338 +"186152",60979,41955,3,1758,2479 +"186153",60979,45730,3,1758,2063 +"186154",60979,55775,3,1758,2385 +"186155",60979,56338,3,1758,1818 +"186156",60979,56673,3,1758,2419 +"186157",60979,66911,3,1758,1920 +"186158",60979,76132,2,1758,2426 +"186159",60979,76675,2,1758,1840 +"186160",60979,111034,3,1758,2131 +"186161",60979,115155,3,1758,1942 +"186162",61125,160,3,1673,2007 +"186163",61125,323,3,1673,1706 +"186164",61125,1523,3,1673,2048 +"186165",61125,2190,3,1673,2359 +"186166",61125,2747,3,1673,2411 +"186167",61125,3127,3,1673,2273 +"186168",61125,3477,2,1673,2546 +"186169",61125,3493,3,1673,2451 +"186170",61125,4303,3,1673,2414 +"186171",61125,4668,3,1673,1919 +"186172",61125,4669,3,1673,2395 +"186173",61125,4916,3,1673,1970 +"186174",61125,6063,3,1673,2349 +"186175",61125,6119,3,1673,2358 +"186176",61125,6821,3,1673,1788 +"186177",61125,6989,3,1673,2623 +"186178",61125,7252,3,1673,2799 +"186179",61125,7337,2,1673,1797 +"186180",61125,7942,3,1673,2623 +"186181",61125,8568,2,1673,2706 +"186182",61125,8623,2,1673,2463 +"186183",61125,8789,3,1673,2024 +"186184",61125,9503,3,1673,2453 +"186185",61125,9785,3,1673,2951 +"186186",61125,9787,2,1673,2858 +"186187",61125,10050,3,1673,1792 +"186188",61125,10129,3,1673,2124 +"186189",61125,10336,3,1673,2271 +"186190",61125,11563,3,1673,1863 +"186191",61125,12948,3,1673,2669 +"186192",61125,14754,3,1673,2456 +"186193",61125,14817,2,1673,2110 +"186194",61125,15826,3,1673,2772 +"186195",61125,16286,2,1673,2470 +"186196",61125,16437,3,1673,1956 +"186197",61125,17645,3,1673,1918 +"186198",61125,19334,3,1673,1979 +"186199",61125,21684,3,1673,1971 +"186200",61125,23131,2,1673,1732 +"186201",61125,23206,3,1673,2805 +"186202",61125,23591,3,1673,2831 +"186203",61125,25163,3,1673,1751 +"186204",61125,27742,3,1673,2700 +"186205",61125,27914,3,1673,2507 +"186206",61125,28869,2,1673,2425 +"186207",61125,28893,3,1673,2764 +"186208",61125,29311,2,1673,1849 +"186209",61125,29409,3,1673,2199 +"186210",61125,30525,2,1673,1964 +"186211",61125,31868,3,1673,1993 +"186212",61125,33223,3,1673,2397 +"186213",61125,35728,3,1673,2017 +"186214",61125,36120,3,1673,2971 +"186215",61125,39062,3,1673,2020 +"186216",61125,40572,3,1673,2666 +"186217",61125,41633,3,1673,1976 +"186218",61125,41955,3,1673,2479 +"186219",61125,43204,3,1673,1680 +"186220",61125,44497,3,1673,2401 +"186221",61125,45869,3,1673,2840 +"186222",61125,46384,3,1673,2285 +"186223",61125,46486,3,1673,1868 +"186224",61125,46532,3,1673,2005 +"186225",61125,47595,3,1673,2374 +"186226",61125,52483,3,1673,2317 +"186227",61125,54775,3,1673,2383 +"186228",61125,57209,3,1673,1719 +"186229",61125,57765,3,1673,2893 +"186230",61125,58501,3,1673,2613 +"186231",61125,58655,3,1673,2685 +"186232",61125,59039,3,1673,2870 +"186233",61125,81545,3,1673,2077 +"186234",61125,91942,3,1673,2216 +"186235",61138,1154,3,1188,1656 +"186236",61138,7126,3,1188,1261 +"186237",61138,7196,3,1188,1508 +"186238",61138,7984,3,1188,2493 +"186239",61138,8890,3,1188,1955 +"186240",61138,10130,3,1188,2741 +"186241",61138,10352,3,1188,1371 +"186242",61138,14108,3,1188,2012 +"186243",61138,15118,3,1188,1311 +"186244",61138,15401,3,1188,1999 +"186245",61138,16365,3,1188,2217 +"186246",61138,18277,3,1188,2309 +"186247",61138,21133,3,1188,1320 +"186248",61138,21479,3,1188,2134 +"186249",61138,21670,3,1188,2158 +"186250",61138,21681,3,1188,2005 +"186251",61138,22722,3,1188,1233 +"186252",61138,26700,3,1188,1663 +"186253",61138,28784,3,1188,1579 +"186254",61138,28896,3,1188,1395 +"186255",61138,31700,3,1188,2727 +"186256",61138,32988,3,1188,2008 +"186257",61138,35822,3,1188,1903 +"186258",61138,36031,3,1188,2342 +"186259",61138,37937,3,1188,1320 +"186260",61138,38602,3,1188,2693 +"186261",61138,47384,3,1188,1639 +"186262",61138,48214,3,1188,2756 +"186263",61138,48215,3,1188,2028 +"186264",61138,49265,3,1188,2686 +"186265",61138,53031,3,1188,2065 +"186266",61138,53323,3,1188,2677 +"186267",61138,57380,3,1188,2362 +"186268",61138,58221,3,1188,1787 +"186269",61138,63147,2,1188,1477 +"186270",61138,65155,3,1188,1947 +"186271",61138,72728,3,1188,2234 +"186272",61138,79158,3,1188,1252 +"186273",61138,79837,3,1188,1252 +"186274",61138,80014,3,1188,1562 +"186275",61138,82409,2,1188,1881 +"186276",61138,85869,3,1188,1509 +"186277",61138,88232,3,1188,2881 +"186278",61138,93615,3,1188,2386 +"186279",61138,96352,3,1188,1493 +"186280",61138,111485,3,1188,1925 +"186281",61188,2484,3,2134,2389 +"186282",61188,13324,3,2134,2163 +"186283",61188,13479,3,2134,2155 +"186284",61188,17520,3,2134,2276 +"186285",61188,23268,3,2134,2258 +"186286",61188,27427,3,2134,2325 +"186287",61188,50667,3,2134,2719 +"186288",61188,64699,3,2134,2797 +"186289",61190,1224,3,946,2435 +"186290",61190,22108,3,946,1915 +"186291",61190,27478,3,946,2485 +"186292",61190,53031,3,946,2065 +"186293",61190,57781,3,946,1971 +"186294",61190,68098,3,946,2378 +"186295",61190,77489,2,946,1514 +"186296",61190,87074,3,946,1666 +"186297",61190,96744,3,946,1789 +"186298",61209,3403,3,580,2951 +"186299",61209,4551,3,580,2720 +"186300",61209,7253,3,580,2686 +"186301",61209,7254,3,580,1849 +"186302",61209,11135,3,580,2441 +"186303",61209,11990,3,580,1909 +"186304",61209,15146,3,580,1546 +"186305",61209,48764,3,580,860 +"186306",61209,58945,3,580,2481 +"186307",61211,2852,3,245,2448 +"186308",61211,2959,3,245,1785 +"186309",61211,4361,2,245,2571 +"186310",61211,5106,3,245,2622 +"186311",61211,7467,2,245,587 +"186312",61211,8062,3,245,2858 +"186313",61211,8118,2,245,587 +"186314",61211,10336,3,245,2271 +"186315",61211,10350,2,245,1163 +"186316",61211,10980,3,245,1974 +"186317",61211,14449,3,245,1258 +"186318",61211,16864,3,245,814 +"186319",61211,17033,2,245,2771 +"186320",61211,17257,1,245,1117 +"186321",61211,22704,3,245,1150 +"186322",61211,23966,3,245,891 +"186323",61211,26793,3,245,2104 +"186324",61211,30057,2,245,504 +"186325",61211,33870,3,245,955 +"186326",61211,35589,2,245,983 +"186327",61211,36737,3,245,829 +"186328",61211,38602,3,245,2693 +"186329",61211,38915,3,245,746 +"186330",61211,41446,3,245,1103 +"186331",61211,46532,3,245,2005 +"186332",61211,47654,3,245,1664 +"186333",61211,47810,3,245,957 +"186334",61211,59298,3,245,1236 +"186335",61211,64156,2,245,675 +"186336",61211,66609,3,245,998 +"186337",61211,68931,2,245,2771 +"186338",61211,69545,3,245,673 +"186339",61211,70583,3,245,2615 +"186340",61211,72728,3,245,2234 +"186341",61211,73245,3,245,802 +"186342",61211,78569,3,245,578 +"186343",61211,78842,3,245,904 +"186344",61211,85869,1,245,1509 +"186345",61211,95320,2,245,262 +"186346",61211,95939,3,245,958 +"186347",61211,99288,2,245,983 +"186348",61211,100860,3,245,2326 +"186349",61211,103890,3,245,958 +"186350",61211,106240,3,245,705 +"186351",61240,35715,3,2651,2912 +"186352",61242,854,3,1650,2307 +"186353",61242,915,3,1650,1793 +"186354",61242,1767,3,1650,2727 +"186355",61242,2224,3,1650,2751 +"186356",61242,3068,3,1650,1815 +"186357",61242,3477,3,1650,2546 +"186358",61242,3495,3,1650,2431 +"186359",61242,3886,3,1650,1669 +"186360",61242,4504,3,1650,1905 +"186361",61242,6063,3,1650,2349 +"186362",61242,6162,3,1650,1673 +"186363",61242,7703,3,1650,2122 +"186364",61242,8274,3,1650,1909 +"186365",61242,8327,3,1650,2527 +"186366",61242,12388,3,1650,1975 +"186367",61242,13158,2,1650,2667 +"186368",61242,13899,3,1650,2650 +"186369",61242,14328,3,1650,1725 +"186370",61242,14586,3,1650,2801 +"186371",61242,15106,1,1650,2286 +"186372",61242,15444,2,1650,2764 +"186373",61242,17027,3,1650,2772 +"186374",61242,17351,3,1650,2036 +"186375",61242,18165,2,1650,2085 +"186376",61242,19317,1,1650,2041 +"186377",61242,20067,3,1650,2390 +"186378",61242,21248,3,1650,2232 +"186379",61242,21275,3,1650,2609 +"186380",61242,21493,2,1650,2286 +"186381",61242,23268,3,1650,2258 +"186382",61242,28626,3,1650,2842 +"186383",61242,29073,3,1650,2328 +"186384",61242,29580,3,1650,2776 +"186385",61242,30236,2,1650,2238 +"186386",61242,33223,3,1650,2397 +"186387",61242,35448,2,1650,1685 +"186388",61242,37301,3,1650,2160 +"186389",61242,38732,3,1650,2263 +"186390",61242,40542,3,1650,1664 +"186391",61242,40565,3,1650,2115 +"186392",61242,41682,2,1650,1988 +"186393",61242,44268,3,1650,2436 +"186394",61242,45504,3,1650,2301 +"186395",61242,46506,3,1650,2464 +"186396",61242,49109,3,1650,2341 +"186397",61242,54879,3,1650,2210 +"186398",61242,56397,3,1650,2053 +"186399",61242,58164,3,1650,2398 +"186400",61242,80764,2,1650,1808 +"186401",61245,323,3,955,1706 +"186402",61245,1314,3,955,1522 +"186403",61245,1519,3,955,2349 +"186404",61245,5622,3,955,2175 +"186405",61245,10222,3,955,2212 +"186406",61245,10488,3,955,1524 +"186407",61245,10857,2,955,2253 +"186408",61245,10870,3,955,1755 +"186409",61245,11218,3,955,2292 +"186410",61245,12031,3,955,1957 +"186411",61245,15402,3,955,1281 +"186412",61245,16384,3,955,1320 +"186413",61245,17257,3,955,1117 +"186414",61245,17400,3,955,2231 +"186415",61245,17812,3,955,2705 +"186416",61245,19622,3,955,2371 +"186417",61245,20941,3,955,2725 +"186418",61245,23492,3,955,1067 +"186419",61245,23725,2,955,2378 +"186420",61245,24259,2,955,1281 +"186421",61245,27379,2,955,2461 +"186422",61245,27686,3,955,2844 +"186423",61245,30325,3,955,1067 +"186424",61245,34480,3,955,2755 +"186425",61245,35589,3,955,983 +"186426",61245,35673,3,955,1067 +"186427",61245,37026,3,955,1428 +"186428",61245,38691,3,955,2585 +"186429",61245,47889,3,955,992 +"186430",61245,51035,3,955,2397 +"186431",61245,52735,3,955,1124 +"186432",61245,53091,3,955,1134 +"186433",61245,54551,3,955,2348 +"186434",61245,70433,3,955,2639 +"186435",61245,76284,3,955,1237 +"186436",61245,99288,2,955,983 +"186437",61270,23486,1,1364,1831 +"186438",61281,301,3,388,2070 +"186439",61281,2724,3,388,2447 +"186440",61281,4249,3,388,2547 +"186441",61281,6040,2,388,2103 +"186442",61281,6562,3,388,1139 +"186443",61281,11803,3,388,1232 +"186444",61281,12861,3,388,1207 +"186445",61281,14061,2,388,1620 +"186446",61281,20371,3,388,595 +"186447",61281,20541,3,388,2617 +"186448",61281,45297,3,388,1864 +"186449",61281,45992,3,388,1182 +"186450",61281,49805,3,388,2445 +"186451",61281,50779,3,388,623 +"186452",61281,53289,1,388,2746 +"186453",61281,64641,3,388,2617 +"186454",61281,77519,3,388,819 +"186455",61281,78611,3,388,1586 +"186456",61281,99196,3,388,598 +"186457",61336,73266,3,2218,2496 +"186458",61337,19934,3,2777,2888 +"186459",61337,38755,3,2777,2902 +"186460",61347,1520,2,1684,1716 +"186461",61347,3403,3,1684,2951 +"186462",61347,6063,3,1684,2349 +"186463",61347,8354,3,1684,1705 +"186464",61347,8890,3,1684,1955 +"186465",61347,10473,3,1684,1783 +"186466",61347,16796,2,1684,1892 +"186467",61347,19073,3,1684,2748 +"186468",61347,30368,3,1684,2487 +"186469",61347,31542,2,1684,2459 +"186470",61347,56569,3,1684,1993 +"186471",61347,66994,3,1684,1865 +"186472",61347,68586,3,1684,2322 +"186473",61347,73107,3,1684,1918 +"186474",61347,77052,3,1684,2770 +"186475",61370,5226,3,879,1309 +"186476",61370,15122,3,879,1201 +"186477",61370,37108,3,879,1202 +"186478",61370,39539,1,879,1274 +"186479",61370,41607,3,879,2802 +"186480",61370,95644,3,879,1531 +"186481",61398,16866,2,2563,2718 +"186482",61398,18865,3,2563,2676 +"186483",61458,1262,3,2630,2973 +"186484",61458,18151,2,2630,2962 +"186485",61458,19872,3,2630,2913 +"186486",61458,21795,3,2630,2653 +"186487",61458,26865,3,2630,2726 +"186488",61458,33433,3,2630,2805 +"186489",61458,47947,3,2630,2681 +"186490",61458,71369,3,2630,2838 +"186491",61513,100586,3,2948,2966 +"186492",61535,3167,2,138,1676 +"186493",61535,3351,3,138,192 +"186494",61535,4226,3,138,1903 +"186495",61535,4305,3,138,2374 +"186496",61535,6491,3,138,2424 +"186497",61535,12374,3,138,2260 +"186498",61535,15643,2,138,502 +"186499",61535,20824,3,138,1366 +"186500",61535,21104,3,138,2327 +"186501",61535,23534,3,138,1659 +"186502",61535,27792,3,138,1308 +"186503",61535,28434,3,138,1141 +"186504",61535,29456,3,138,1182 +"186505",61535,30883,3,138,1629 +"186506",61535,32811,3,138,804 +"186507",61535,34136,3,138,2202 +"186508",61535,34596,3,138,527 +"186509",61535,37893,3,138,875 +"186510",61535,38523,3,138,549 +"186511",61535,48260,3,138,875 +"186512",61535,48698,3,138,1474 +"186513",61535,58035,3,138,1646 +"186514",61535,58133,3,138,1484 +"186515",61535,63770,3,138,1324 +"186516",61535,64031,3,138,1295 +"186517",61535,73728,3,138,784 +"186518",61535,78256,2,138,804 +"186519",61535,80471,3,138,538 +"186520",61535,119444,3,138,888 +"186521",61541,2979,3,2699,2912 +"186522",61548,323,3,852,1706 +"186523",61548,10222,3,852,2212 +"186524",61548,10870,3,852,1755 +"186525",61548,23430,3,852,904 +"186526",61548,27379,2,852,2461 +"186527",61548,37026,3,852,1428 +"186528",61548,41953,3,852,945 +"186529",61548,47889,3,852,992 +"186530",61548,53091,3,852,1134 +"186531",61548,61245,3,852,955 +"186532",61548,99288,3,852,983 +"186533",61585,798,3,2315,2476 +"186534",61585,841,3,2315,2964 +"186535",61585,2852,3,2315,2448 +"186536",61585,8623,3,2315,2463 +"186537",61585,9332,3,2315,2734 +"186538",61585,44235,3,2315,2700 +"186539",61585,61355,3,2315,2467 +"186540",61585,71531,2,2315,2887 +"186541",61613,3011,3,1189,2278 +"186542",61613,4701,3,1189,2401 +"186543",61613,6417,3,1189,1675 +"186544",61613,7970,2,1189,1197 +"186545",61613,9311,3,1189,2477 +"186546",61613,9979,3,1189,2238 +"186547",61613,10843,3,1189,2277 +"186548",61613,11218,3,1189,2292 +"186549",61613,14278,2,1189,1267 +"186550",61613,14723,3,1189,2019 +"186551",61613,16201,3,1189,1811 +"186552",61613,18458,3,1189,2477 +"186553",61613,19862,2,1189,2412 +"186554",61613,22180,2,1189,1835 +"186555",61613,22455,1,1189,1197 +"186556",61613,24286,3,1189,1280 +"186557",61613,32103,2,1189,1491 +"186558",61613,33356,3,1189,1586 +"186559",61613,33433,3,1189,2805 +"186560",61613,34820,3,1189,1630 +"186561",61613,35926,3,1189,2371 +"186562",61613,36578,3,1189,1484 +"186563",61613,39556,3,1189,2747 +"186564",61613,40493,3,1189,1981 +"186565",61613,42333,3,1189,2234 +"186566",61613,43635,3,1189,1196 +"186567",61613,49696,2,1189,2444 +"186568",61613,53134,3,1189,1590 +"186569",61613,54879,3,1189,2210 +"186570",61613,54929,3,1189,2783 +"186571",61613,57732,3,1189,2454 +"186572",61613,59096,3,1189,1677 +"186573",61613,62903,3,1189,1704 +"186574",61613,68098,3,1189,2378 +"186575",61613,69598,3,1189,2812 +"186576",61613,99152,3,1189,1698 +"186577",61613,106318,3,1189,1698 +"186578",61673,841,3,155,2964 +"186579",61673,1150,3,155,1595 +"186580",61673,2120,3,155,1133 +"186581",61673,2139,1,155,2502 +"186582",61673,3477,3,155,2546 +"186583",61673,6063,3,155,2349 +"186584",61673,11143,2,155,2623 +"186585",61673,11518,1,155,803 +"186586",61673,12653,2,155,1573 +"186587",61673,12735,3,155,819 +"186588",61673,12779,3,155,936 +"186589",61673,13007,3,155,2496 +"186590",61673,14589,3,155,1184 +"186591",61673,15095,2,155,2001 +"186592",61673,15978,3,155,981 +"186593",61673,16021,2,155,858 +"186594",61673,17133,3,155,924 +"186595",61673,18217,3,155,1566 +"186596",61673,22244,3,155,2139 +"186597",61673,22462,2,155,869 +"186598",61673,24264,2,155,1760 +"186599",61673,28081,3,155,1927 +"186600",61673,28094,2,155,1423 +"186601",61673,31652,3,155,2047 +"186602",61673,32395,2,155,2735 +"186603",61673,32549,3,155,2111 +"186604",61673,33223,3,155,2397 +"186605",61673,33451,1,155,1957 +"186606",61673,34117,3,155,961 +"186607",61673,34491,3,155,2694 +"186608",61673,35133,3,155,2219 +"186609",61673,37059,3,155,2840 +"186610",61673,38333,3,155,1365 +"186611",61673,38458,3,155,1368 +"186612",61673,39534,3,155,2410 +"186613",61673,40499,3,155,1179 +"186614",61673,40542,3,155,1664 +"186615",61673,41077,3,155,864 +"186616",61673,44730,3,155,2468 +"186617",61673,46261,3,155,2350 +"186618",61673,48713,3,155,565 +"186619",61673,49055,3,155,388 +"186620",61673,52041,2,155,2694 +"186621",61673,54204,2,155,1449 +"186622",61673,55072,3,155,612 +"186623",61673,56873,1,155,1421 +"186624",61673,60733,3,155,645 +"186625",61673,61585,3,155,2315 +"186626",61673,66527,3,155,961 +"186627",61673,68789,3,155,1929 +"186628",61673,69131,3,155,2122 +"186629",61673,70586,2,155,2562 +"186630",61673,71130,3,155,879 +"186631",61673,71455,3,155,1702 +"186632",61673,71531,3,155,2887 +"186633",61673,73192,3,155,1955 +"186634",61673,77567,3,155,197 +"186635",61673,99298,3,155,679 +"186636",61689,2011,3,1309,2176 +"186637",61689,4932,3,1309,2752 +"186638",61689,5258,3,1309,2730 +"186639",61689,8657,3,1309,2473 +"186640",61689,14108,3,1309,2012 +"186641",61689,18543,2,1309,2968 +"186642",61689,23787,3,1309,2810 +"186643",61689,25565,3,1309,2764 +"186644",61689,26106,3,1309,2015 +"186645",61689,29224,3,1309,2011 +"186646",61689,44427,3,1309,2875 +"186647",61689,69257,3,1309,1402 +"186648",61689,81865,3,1309,2704 +"186649",61719,357,1,1515,2327 +"186650",61719,377,3,1515,2389 +"186651",61719,499,3,1515,1931 +"186652",61719,543,3,1515,2203 +"186653",61719,1046,3,1515,1881 +"186654",61719,1367,3,1515,2176 +"186655",61719,1777,3,1515,1965 +"186656",61719,2036,3,1515,2483 +"186657",61719,3167,3,1515,1676 +"186658",61719,3830,3,1515,1661 +"186659",61719,4226,3,1515,1903 +"186660",61719,4366,1,1515,1726 +"186661",61719,5462,3,1515,2374 +"186662",61719,5504,3,1515,2389 +"186663",61719,8533,3,1515,2251 +"186664",61719,10130,3,1515,2741 +"186665",61719,11218,3,1515,2292 +"186666",61719,15184,3,1515,2396 +"186667",61719,15539,3,1515,1929 +"186668",61719,16352,3,1515,2657 +"186669",61719,18277,3,1515,2309 +"186670",61719,18348,3,1515,1711 +"186671",61719,18874,3,1515,2170 +"186672",61719,19027,3,1515,2721 +"186673",61719,19568,3,1515,2302 +"186674",61719,21076,3,1515,1591 +"186675",61719,21872,3,1515,2458 +"186676",61719,23508,3,1515,1907 +"186677",61719,23806,3,1515,1671 +"186678",61719,24923,1,1515,2785 +"186679",61719,26451,3,1515,2133 +"186680",61719,27478,3,1515,2485 +"186681",61719,28892,3,1515,2023 +"186682",61719,29073,2,1515,2328 +"186683",61719,31799,2,1515,2547 +"186684",61719,32173,3,1515,2341 +"186685",61719,32516,3,1515,2050 +"186686",61719,32694,3,1515,1602 +"186687",61719,34648,3,1515,1596 +"186688",61719,34836,3,1515,2302 +"186689",61719,35256,3,1515,2271 +"186690",61719,40937,2,1515,2639 +"186691",61719,41682,3,1515,1988 +"186692",61719,41747,3,1515,1722 +"186693",61719,44521,3,1515,1593 +"186694",61719,51410,3,1515,2739 +"186695",61719,53031,2,1515,2065 +"186696",61719,55468,3,1515,2511 +"186697",61719,55556,3,1515,2075 +"186698",61719,55691,3,1515,2856 +"186699",61719,56604,3,1515,1919 +"186700",61719,57977,3,1515,2683 +"186701",61719,58035,3,1515,1646 +"186702",61719,58221,3,1515,1787 +"186703",61719,65029,3,1515,2954 +"186704",61719,67957,3,1515,2823 +"186705",61719,72334,3,1515,2820 +"186706",61719,72468,3,1515,2292 +"186707",61719,82409,3,1515,1881 +"186708",61719,82426,3,1515,1576 +"186709",61719,93615,3,1515,2386 +"186710",61719,102824,2,1515,2944 +"186711",61723,798,3,1262,2476 +"186712",61723,1203,3,1262,1350 +"186713",61723,4526,3,1262,1728 +"186714",61723,5346,3,1262,1438 +"186715",61723,7785,3,1262,2441 +"186716",61723,7896,3,1262,2447 +"186717",61723,8062,3,1262,2858 +"186718",61723,8073,3,1262,1847 +"186719",61723,9060,3,1262,1612 +"186720",61723,10087,3,1262,1617 +"186721",61723,12897,3,1262,1351 +"186722",61723,13920,3,1262,1709 +"186723",61723,15207,3,1262,1855 +"186724",61723,16684,3,1262,1657 +"186725",61723,21681,2,1262,2005 +"186726",61723,28081,3,1262,1927 +"186727",61723,31868,3,1262,1993 +"186728",61723,32532,3,1262,2338 +"186729",61723,32775,3,1262,2135 +"186730",61723,35477,2,1262,2703 +"186731",61723,35728,3,1262,2017 +"186732",61723,37059,3,1262,2840 +"186733",61723,39534,3,1262,2410 +"186734",61723,42256,3,1262,2839 +"186735",61723,44235,3,1262,2700 +"186736",61723,44564,3,1262,2034 +"186737",61723,46650,2,1262,1330 +"186738",61723,51084,3,1262,2188 +"186739",61723,59039,3,1262,2870 +"186740",61723,67719,3,1262,2429 +"186741",61723,69131,3,1262,2122 +"186742",61723,72438,3,1262,1397 +"186743",61723,73192,3,1262,1955 +"186744",61723,74605,3,1262,2265 +"186745",61723,79432,2,1262,1708 +"186746",61723,80527,3,1262,1664 +"186747",61723,107383,3,1262,1918 +"186748",61723,111855,3,1262,1909 +"186749",61727,364,3,413,2351 +"186750",61727,782,3,413,945 +"186751",61727,841,3,413,2964 +"186752",61727,2120,3,413,1133 +"186753",61727,2206,2,413,2536 +"186754",61727,2540,2,413,1398 +"186755",61727,2576,3,413,1307 +"186756",61727,2798,3,413,1673 +"186757",61727,3620,3,413,2955 +"186758",61727,4612,3,413,2804 +"186759",61727,4916,3,413,1970 +"186760",61727,6989,3,413,2623 +"186761",61727,7785,3,413,2441 +"186762",61727,7942,3,413,2623 +"186763",61727,9785,3,413,2951 +"186764",61727,10129,3,413,2124 +"186765",61727,11108,3,413,1609 +"186766",61727,12948,3,413,2669 +"186767",61727,13068,3,413,1778 +"186768",61727,13295,3,413,779 +"186769",61727,14749,3,413,1998 +"186770",61727,15879,3,413,419 +"186771",61727,16864,3,413,814 +"186772",61727,18978,2,413,952 +"186773",61727,20176,3,413,1050 +"186774",61727,20395,3,413,1468 +"186775",61727,21207,3,413,1258 +"186776",61727,21383,3,413,971 +"186777",61727,21487,2,413,2203 +"186778",61727,21593,3,413,1312 +"186779",61727,26551,3,413,652 +"186780",61727,27390,3,413,2425 +"186781",61727,27545,3,413,855 +"186782",61727,27742,2,413,2700 +"186783",61727,27914,3,413,2507 +"186784",61727,30525,3,413,1964 +"186785",61727,31868,3,413,1993 +"186786",61727,32532,3,413,2338 +"186787",61727,32560,3,413,1258 +"186788",61727,32651,3,413,877 +"186789",61727,32939,3,413,2277 +"186790",61727,33870,3,413,955 +"186791",61727,35797,3,413,2482 +"186792",61727,37351,3,413,978 +"186793",61727,37632,3,413,1295 +"186794",61727,39217,3,413,504 +"186795",61727,40309,3,413,871 +"186796",61727,42256,3,413,2839 +"186797",61727,44160,3,413,859 +"186798",61727,44786,3,413,1096 +"186799",61727,46486,3,413,1868 +"186800",61727,54890,3,413,877 +"186801",61727,57804,3,413,2214 +"186802",61727,58655,3,413,2685 +"186803",61727,62066,3,413,2281 +"186804",61727,64967,3,413,2872 +"186805",61727,65696,3,413,998 +"186806",61727,72632,3,413,1289 +"186807",61727,76286,3,413,1642 +"186808",61727,78423,3,413,2840 +"186809",61727,85396,3,413,1131 +"186810",61727,88454,3,413,663 +"186811",61727,91849,3,413,1166 +"186812",61727,94625,2,413,2105 +"186813",61727,109307,3,413,1187 +"186814",61727,111193,2,413,429 +"186815",61727,115021,1,413,1226 +"186816",61784,5937,2,754,2392 +"186817",61784,11679,3,754,846 +"186818",61784,11868,3,754,1639 +"186819",61784,14212,3,754,857 +"186820",61784,15558,3,754,2389 +"186821",61784,18645,3,754,793 +"186822",61784,19002,3,754,2053 +"186823",61784,20011,3,754,2826 +"186824",61784,22746,3,754,913 +"186825",61784,32841,3,754,1345 +"186826",61784,41521,3,754,2069 +"186827",61784,48585,3,754,2063 +"186828",61784,56413,3,754,2747 +"186829",61784,113333,3,754,1018 +"186830",61784,118312,3,754,1159 +"186831",61785,23,3,822,1682 +"186832",61785,288,3,822,947 +"186833",61785,512,3,822,1596 +"186834",61785,733,3,822,1653 +"186835",61785,913,3,822,2144 +"186836",61785,1154,3,822,1656 +"186837",61785,1175,3,822,1642 +"186838",61785,1469,3,822,1160 +"186839",61785,1592,1,822,2006 +"186840",61785,1691,2,822,1941 +"186841",61785,1985,2,822,888 +"186842",61785,2011,3,822,2176 +"186843",61785,2143,3,822,1174 +"186844",61785,2208,2,822,2814 +"186845",61785,2334,3,822,2619 +"186846",61785,2349,3,822,1288 +"186847",61785,2462,3,822,849 +"186848",61785,2609,3,822,834 +"186849",61785,2684,3,822,2874 +"186850",61785,3144,3,822,869 +"186851",61785,3305,3,822,2839 +"186852",61785,3493,3,822,2451 +"186853",61785,3628,3,822,2707 +"186854",61785,3748,3,822,2052 +"186855",61785,4317,2,822,1224 +"186856",61785,4360,3,822,1770 +"186857",61785,5041,3,822,2371 +"186858",61785,5258,2,822,2730 +"186859",61785,5504,3,822,2389 +"186860",61785,5716,3,822,1058 +"186861",61785,5839,3,822,2301 +"186862",61785,6104,3,822,2462 +"186863",61785,6252,2,822,2336 +"186864",61785,6359,3,822,1239 +"186865",61785,6390,2,822,2385 +"186866",61785,6417,3,822,1675 +"186867",61785,6428,3,822,1952 +"186868",61785,6491,3,822,2424 +"186869",61785,6914,3,822,2668 +"186870",61785,7126,3,822,1261 +"186871",61785,7196,3,822,1508 +"186872",61785,7229,3,822,2669 +"186873",61785,7245,3,822,2089 +"186874",61785,7672,2,822,1974 +"186875",61785,7984,3,822,2493 +"186876",61785,8011,3,822,889 +"186877",61785,8657,3,822,2473 +"186878",61785,8762,3,822,2585 +"186879",61785,8890,3,822,1955 +"186880",61785,8913,3,822,968 +"186881",61785,9311,3,822,2477 +"186882",61785,9511,2,822,1232 +"186883",61785,9654,3,822,2111 +"186884",61785,10002,3,822,1788 +"186885",61785,10130,3,822,2741 +"186886",61785,10222,2,822,2212 +"186887",61785,10488,3,822,1524 +"186888",61785,10875,3,822,1234 +"186889",61785,11055,3,822,2111 +"186890",61785,11348,3,822,824 +"186891",61785,11351,3,822,2971 +"186892",61785,11434,3,822,1187 +"186893",61785,12096,3,822,1330 +"186894",61785,12199,3,822,1651 +"186895",61785,12618,3,822,2021 +"186896",61785,12779,3,822,936 +"186897",61785,13248,3,822,1385 +"186898",61785,13837,3,822,1604 +"186899",61785,13869,3,822,1786 +"186900",61785,13945,3,822,1324 +"186901",61785,14032,3,822,2144 +"186902",61785,14108,2,822,2012 +"186903",61785,14731,3,822,2012 +"186904",61785,14972,3,822,2332 +"186905",61785,14983,3,822,1047 +"186906",61785,15118,3,822,1311 +"186907",61785,15301,3,822,2308 +"186908",61785,15401,3,822,1999 +"186909",61785,15713,3,822,1646 +"186910",61785,16365,3,822,2217 +"186911",61785,17257,3,822,1117 +"186912",61785,18277,2,822,2309 +"186913",61785,18289,3,822,862 +"186914",61785,18415,3,822,2184 +"186915",61785,18502,3,822,1033 +"186916",61785,18543,2,822,2968 +"186917",61785,18571,3,822,2128 +"186918",61785,19173,3,822,1686 +"186919",61785,19248,3,822,2357 +"186920",61785,19332,3,822,1214 +"186921",61785,19335,3,822,1729 +"186922",61785,19718,2,822,1702 +"186923",61785,19874,3,822,985 +"186924",61785,20124,3,822,2376 +"186925",61785,20343,3,822,851 +"186926",61785,20407,2,822,2339 +"186927",61785,20715,3,822,1312 +"186928",61785,20824,3,822,1366 +"186929",61785,21122,3,822,1701 +"186930",61785,21133,2,822,1320 +"186931",61785,21246,3,822,1612 +"186932",61785,21463,3,822,2437 +"186933",61785,21571,3,822,2755 +"186934",61785,21670,3,822,2158 +"186935",61785,21681,3,822,2005 +"186936",61785,21682,2,822,2414 +"186937",61785,21758,3,822,1331 +"186938",61785,22141,3,822,2348 +"186939",61785,22165,3,822,1501 +"186940",61785,22567,3,822,2396 +"186941",61785,22722,3,822,1233 +"186942",61785,23132,3,822,2756 +"186943",61785,23729,3,822,1624 +"186944",61785,23825,3,822,1913 +"186945",61785,24198,1,822,2217 +"186946",61785,25561,3,822,1128 +"186947",61785,25565,2,822,2764 +"186948",61785,25816,3,822,2088 +"186949",61785,26451,3,822,2133 +"186950",61785,26621,3,822,1100 +"186951",61785,26629,3,822,1824 +"186952",61785,26706,3,822,1846 +"186953",61785,26713,3,822,1235 +"186954",61785,27275,3,822,2656 +"186955",61785,27792,3,822,1308 +"186956",61785,28048,3,822,1637 +"186957",61785,28784,3,822,1579 +"186958",61785,28808,1,822,1063 +"186959",61785,28896,3,822,1395 +"186960",61785,29050,2,822,1196 +"186961",61785,29115,3,822,1047 +"186962",61785,29170,2,822,1846 +"186963",61785,29948,2,822,2795 +"186964",61785,30325,3,822,1067 +"186965",61785,30405,3,822,2164 +"186966",61785,31001,3,822,2119 +"186967",61785,31164,3,822,1996 +"186968",61785,31235,3,822,2668 +"186969",61785,31700,3,822,2727 +"186970",61785,32113,3,822,882 +"186971",61785,32131,3,822,1035 +"186972",61785,32409,3,822,857 +"186973",61785,32503,3,822,2020 +"186974",61785,32694,3,822,1602 +"186975",61785,32988,3,822,2008 +"186976",61785,33433,3,822,2805 +"186977",61785,33621,3,822,1319 +"186978",61785,33622,3,822,2230 +"186979",61785,33981,3,822,1993 +"186980",61785,34311,3,822,2213 +"186981",61785,34588,3,822,985 +"186982",61785,34945,2,822,1298 +"186983",61785,35045,3,822,1646 +"186984",61785,35481,3,822,2211 +"186985",61785,35514,3,822,2346 +"186986",61785,35822,3,822,1903 +"186987",61785,36031,3,822,2342 +"186988",61785,36439,3,822,2469 +"186989",61785,36450,2,822,1591 +"186990",61785,37285,3,822,2428 +"186991",61785,37509,2,822,1640 +"186992",61785,37937,3,822,1320 +"186993",61785,38213,2,822,1744 +"186994",61785,38602,3,822,2693 +"186995",61785,39105,3,822,2487 +"186996",61785,40022,3,822,2307 +"186997",61785,40369,3,822,2735 +"186998",61785,40383,3,822,2639 +"186999",61785,40493,3,822,1981 +"187000",61785,40672,3,822,1315 +"187001",61785,40703,3,822,1608 +"187002",61785,42619,3,822,2017 +"187003",61785,42756,3,822,1384 +"187004",61785,43173,2,822,2895 +"187005",61785,43213,3,822,2160 +"187006",61785,43226,3,822,2442 +"187007",61785,43385,3,822,1623 +"187008",61785,43635,3,822,1196 +"187009",61785,43941,3,822,1289 +"187010",61785,44427,2,822,2875 +"187011",61785,45633,3,822,2134 +"187012",61785,45742,3,822,2566 +"187013",61785,46196,3,822,1510 +"187014",61785,46512,3,822,1292 +"187015",61785,46621,1,822,1343 +"187016",61785,46951,2,822,2429 +"187017",61785,47064,3,822,1993 +"187018",61785,47248,3,822,2883 +"187019",61785,47384,3,822,1639 +"187020",61785,47435,3,822,878 +"187021",61785,48215,3,822,2028 +"187022",61785,48260,3,822,875 +"187023",61785,48754,3,822,1972 +"187024",61785,49186,3,822,1289 +"187025",61785,49189,3,822,1550 +"187026",61785,49265,3,822,2686 +"187027",61785,49301,2,822,1894 +"187028",61785,49470,3,822,1528 +"187029",61785,49512,3,822,1302 +"187030",61785,49620,2,822,1868 +"187031",61785,49677,3,822,1222 +"187032",61785,50001,3,822,1518 +"187033",61785,50179,2,822,2230 +"187034",61785,50217,3,822,1211 +"187035",61785,50248,3,822,2781 +"187036",61785,50254,3,822,1151 +"187037",61785,50737,3,822,959 +"187038",61785,50784,3,822,2733 +"187039",61785,50946,3,822,1075 +"187040",61785,51572,3,822,912 +"187041",61785,51628,3,822,901 +"187042",61785,52136,2,822,1412 +"187043",61785,52154,3,822,1722 +"187044",61785,52323,3,822,2148 +"187045",61785,52327,2,822,1472 +"187046",61785,52735,3,822,1124 +"187047",61785,53031,3,822,2065 +"187048",61785,53323,3,822,2677 +"187049",61785,53519,3,822,2781 +"187050",61785,53608,3,822,1986 +"187051",61785,53624,3,822,952 +"187052",61785,53830,3,822,1307 +"187053",61785,53846,3,822,2737 +"187054",61785,54663,3,822,1424 +"187055",61785,55084,3,822,1189 +"187056",61785,55156,3,822,2196 +"187057",61785,55320,3,822,1643 +"187058",61785,55828,3,822,2393 +"187059",61785,56082,3,822,2395 +"187060",61785,56116,3,822,1321 +"187061",61785,56854,3,822,2022 +"187062",61785,56903,2,822,1584 +"187063",61785,56910,3,822,2705 +"187064",61785,57353,3,822,1849 +"187065",61785,57380,3,822,2362 +"187066",61785,57990,2,822,978 +"187067",61785,58133,3,822,1484 +"187068",61785,58221,2,822,1787 +"187069",61785,58284,3,822,2292 +"187070",61785,60116,3,822,2668 +"187071",61785,61138,3,822,1188 +"187072",61785,61689,3,822,1309 +"187073",61785,62062,3,822,860 +"187074",61785,62602,3,822,1172 +"187075",61785,64181,3,822,1828 +"187076",61785,64997,3,822,2791 +"187077",61785,65155,3,822,1947 +"187078",61785,65625,3,822,1273 +"187079",61785,66318,3,822,2803 +"187080",61785,66726,3,822,2068 +"187081",61785,68592,3,822,2551 +"187082",61785,69257,3,822,1402 +"187083",61785,69447,2,822,1197 +"187084",61785,70605,3,822,1176 +"187085",61785,71274,2,822,2390 +"187086",61785,71478,3,822,1721 +"187087",61785,72207,3,822,2430 +"187088",61785,72728,3,822,2234 +"187089",61785,73675,3,822,887 +"187090",61785,73786,3,822,2937 +"187091",61785,74190,3,822,1428 +"187092",61785,74636,2,822,2525 +"187093",61785,75403,3,822,1895 +"187094",61785,76127,3,822,910 +"187095",61785,76192,3,822,912 +"187096",61785,76646,3,822,1263 +"187097",61785,78436,3,822,1615 +"187098",61785,78563,3,822,2385 +"187099",61785,79158,3,822,1252 +"187100",61785,79364,3,822,834 +"187101",61785,79436,2,822,1344 +"187102",61785,79612,3,822,927 +"187103",61785,79657,3,822,1260 +"187104",61785,81895,3,822,1634 +"187105",61785,82401,3,822,1210 +"187106",61785,82409,3,822,1881 +"187107",61785,82787,3,822,1144 +"187108",61785,83396,3,822,2396 +"187109",61785,84897,3,822,1075 +"187110",61785,85356,3,822,1492 +"187111",61785,85690,3,822,1229 +"187112",61785,85869,3,822,1509 +"187113",61785,88126,3,822,1027 +"187114",61785,88232,1,822,2881 +"187115",61785,88966,3,822,1568 +"187116",61785,89880,3,822,1938 +"187117",61785,92322,3,822,2393 +"187118",61785,92491,3,822,1968 +"187119",61785,93102,3,822,1174 +"187120",61785,93398,3,822,828 +"187121",61785,93615,3,822,2386 +"187122",61785,95155,3,822,849 +"187123",61785,95288,3,822,1602 +"187124",61785,96000,2,822,1789 +"187125",61785,96352,3,822,1493 +"187126",61785,97824,3,822,1229 +"187127",61785,99103,3,822,1470 +"187128",61785,99621,3,822,874 +"187129",61785,99886,3,822,2781 +"187130",61785,100215,2,822,2436 +"187131",61785,100432,3,822,1358 +"187132",61785,103925,3,822,1786 +"187133",61785,104217,3,822,956 +"187134",61785,105685,3,822,2469 +"187135",61785,108430,3,822,1642 +"187136",61785,109383,3,822,952 +"187137",61845,119373,2,1726,1753 +"187138",61913,5346,3,397,1438 +"187139",61913,15207,3,397,1855 +"187140",61913,18550,3,397,483 +"187141",61913,24974,2,397,702 +"187142",61913,30865,3,397,2038 +"187143",61913,40113,3,397,451 +"187144",61913,66693,3,397,2554 +"187145",61913,80338,3,397,2059 +"187146",61913,83729,2,397,406 +"187147",61913,83961,3,397,578 +"187148",61913,94520,3,397,1243 +"187149",61913,122453,3,397,1591 +"187150",61921,6020,3,1793,1864 +"187151",61921,6996,3,1793,2916 +"187152",61921,8258,3,1793,1959 +"187153",61921,16866,3,1793,2718 +"187154",61921,21920,3,1793,2367 +"187155",61921,22410,3,1793,2158 +"187156",61921,28635,3,1793,2368 +"187157",61921,31950,2,1793,2217 +"187158",61921,41098,3,1793,1857 +"187159",61921,48823,3,1793,2080 +"187160",61921,48931,3,1793,2444 +"187161",61921,53293,2,1793,2916 +"187162",61921,57549,2,1793,2335 +"187163",61921,61398,2,1793,2563 +"187164",61921,100084,3,1793,1964 +"187165",61932,380,3,1959,2261 +"187166",61932,1102,3,1959,2282 +"187167",61932,2484,3,1959,2389 +"187168",61932,3801,3,1959,1974 +"187169",61932,9362,3,1959,2879 +"187170",61932,10513,3,1959,2284 +"187171",61932,14655,2,1959,2559 +"187172",61932,14834,3,1959,2739 +"187173",61932,51017,3,1959,2073 +"187174",61932,51035,3,1959,2397 +"187175",61932,66983,3,1959,2397 +"187176",61932,80825,3,1959,2315 +"187177",61948,2036,3,1231,2483 +"187178",61948,3405,3,1231,2438 +"187179",61948,3819,3,1231,1583 +"187180",61948,4551,3,1231,2720 +"187181",61948,5414,3,1231,2321 +"187182",61948,6432,3,1231,2297 +"187183",61948,7254,3,1231,1849 +"187184",61948,11897,3,1231,1271 +"187185",61948,13150,1,1231,1570 +"187186",61948,16643,3,1231,1824 +"187187",61948,28327,3,1231,2053 +"187188",61948,34334,3,1231,1637 +"187189",61948,36506,3,1231,2638 +"187190",61948,38361,3,1231,1936 +"187191",61948,39589,3,1231,1292 +"187192",61948,40028,3,1231,1349 +"187193",61948,41747,3,1231,1722 +"187194",61948,42280,2,1231,2266 +"187195",61948,43929,2,1231,2749 +"187196",61948,53092,1,1231,2384 +"187197",61948,54061,3,1231,1488 +"187198",61948,57037,3,1231,2293 +"187199",61948,62713,3,1231,2593 +"187200",61948,63525,3,1231,2741 +"187201",61948,75194,3,1231,1736 +"187202",61948,99194,3,1231,1271 +"187203",61948,109718,3,1231,1237 +"187204",61948,116792,3,1231,2397 +"187205",61958,37726,3,2042,2341 +"187206",61958,39799,3,2042,2344 +"187207",61958,40954,3,2042,2603 +"187208",61958,42642,3,2042,2257 +"187209",61958,43520,2,2042,2560 +"187210",61958,51055,2,2042,2558 +"187211",61973,6820,3,892,1318 +"187212",61973,24116,3,892,1413 +"187213",61973,29276,3,892,2000 +"187214",61973,34953,3,892,1817 +"187215",61973,78460,3,892,985 +"187216",61973,116792,3,892,2397 +"187217",61975,1641,3,983,1490 +"187218",61975,2894,3,983,1291 +"187219",61975,3506,3,983,2364 +"187220",61975,3819,3,983,1583 +"187221",61975,5610,3,983,2223 +"187222",61975,7616,3,983,2296 +"187223",61975,7847,3,983,2424 +"187224",61975,8238,2,983,2222 +"187225",61975,9311,3,983,2477 +"187226",61975,9423,3,983,1708 +"187227",61975,9723,3,983,2302 +"187228",61975,10870,3,983,1755 +"187229",61975,11103,3,983,2393 +"187230",61975,11493,3,983,2077 +"187231",61975,12081,3,983,2166 +"187232",61975,12371,3,983,1569 +"187233",61975,12729,3,983,1835 +"187234",61975,13324,3,983,2163 +"187235",61975,14731,3,983,2012 +"187236",61975,15729,3,983,2338 +"187237",61975,16684,3,983,1657 +"187238",61975,16850,2,983,1657 +"187239",61975,17328,3,983,1206 +"187240",61975,18670,2,983,1835 +"187241",61975,19215,3,983,2604 +"187242",61975,19937,3,983,1587 +"187243",61975,22580,3,983,2245 +"187244",61975,22682,1,983,2035 +"187245",61975,22709,3,983,2743 +"187246",61975,23006,3,983,1532 +"187247",61975,23460,3,983,2183 +"187248",61975,23825,3,983,1913 +"187249",61975,24169,3,983,1663 +"187250",61975,24256,1,983,2393 +"187251",61975,24421,3,983,1324 +"187252",61975,27195,3,983,2158 +"187253",61975,27796,2,983,2151 +"187254",61975,28571,3,983,1556 +"187255",61975,29089,2,983,1344 +"187256",61975,29512,2,983,1594 +"187257",61975,29930,2,983,2240 +"187258",61975,31159,3,983,2231 +"187259",61975,31705,2,983,2706 +"187260",61975,31890,3,983,1487 +"187261",61975,31901,3,983,1251 +"187262",61975,32047,3,983,1858 +"187263",61975,34707,3,983,2042 +"187264",61975,34820,3,983,1630 +"187265",61975,35428,3,983,2263 +"187266",61975,35888,3,983,2291 +"187267",61975,36031,3,983,2342 +"187268",61975,36578,3,983,1484 +"187269",61975,38055,3,983,1089 +"187270",61975,39464,3,983,2314 +"187271",61975,43614,3,983,1712 +"187272",61975,44299,3,983,1874 +"187273",61975,45545,3,983,1776 +"187274",61975,47564,3,983,2650 +"187275",61975,50001,3,983,1518 +"187276",61975,52597,2,983,1773 +"187277",61975,53830,2,983,1307 +"187278",61975,54953,3,983,2223 +"187279",61975,56152,3,983,1487 +"187280",61975,56854,3,983,2022 +"187281",61975,63477,2,983,1907 +"187282",61975,64857,3,983,1792 +"187283",61975,66756,3,983,1301 +"187284",61975,67748,3,983,1498 +"187285",61975,69250,3,983,1439 +"187286",61975,77550,3,983,1548 +"187287",61975,79213,3,983,1620 +"187288",61975,82187,3,983,1055 +"187289",61980,47130,3,2392,2654 +"187290",61982,2224,3,2725,2751 +"187291",61982,2684,3,2725,2874 +"187292",61982,3305,2,2725,2839 +"187293",61982,7794,3,2725,2972 +"187294",61982,16954,3,2725,2972 +"187295",61982,17365,2,2725,2746 +"187296",61982,22326,3,2725,2818 +"187297",61982,23319,3,2725,2867 +"187298",61982,25325,3,2725,2963 +"187299",61982,26582,3,2725,2772 +"187300",61982,26749,2,2725,2965 +"187301",61982,30052,3,2725,2855 +"187302",61982,41945,2,2725,2856 +"187303",61982,43455,1,2725,2846 +"187304",61982,48605,2,2725,2796 +"187305",61982,52032,3,2725,2853 +"187306",61982,66224,3,2725,2728 +"187307",61982,68215,3,2725,2727 +"187308",61995,6113,1,823,1678 +"187309",61995,7548,3,823,1932 +"187310",61995,9311,2,823,2477 +"187311",61995,10843,2,823,2277 +"187312",61995,14723,3,823,2019 +"187313",61995,15626,3,823,2434 +"187314",61995,18393,3,823,860 +"187315",61995,19453,2,823,1928 +"187316",61995,19637,3,823,1229 +"187317",61995,20494,3,823,1075 +"187318",61995,21448,3,823,2332 +"187319",61995,24286,3,823,1280 +"187320",61995,27261,3,823,1368 +"187321",61995,30906,3,823,2537 +"187322",61995,33356,2,823,1586 +"187323",61995,33433,2,823,2805 +"187324",61995,34707,3,823,2042 +"187325",61995,38755,3,823,2902 +"187326",61995,39556,3,823,2747 +"187327",61995,41023,3,823,2408 +"187328",61995,41598,3,823,2291 +"187329",61995,44306,3,823,1036 +"187330",61995,49581,3,823,1817 +"187331",61995,49696,3,823,2444 +"187332",61995,50224,3,823,1123 +"187333",61995,50269,3,823,1966 +"187334",61995,50382,3,823,2244 +"187335",61995,50946,3,823,1075 +"187336",61995,52136,3,823,1412 +"187337",61995,54879,3,823,2210 +"187338",61995,55324,3,823,1544 +"187339",61995,55643,3,823,2359 +"187340",61995,57732,3,823,2454 +"187341",61995,58993,3,823,2390 +"187342",61995,59113,3,823,2434 +"187343",61995,59937,3,823,885 +"187344",61995,64130,1,823,1075 +"187345",61995,64502,3,823,1670 +"187346",61995,67145,3,823,2015 +"187347",61995,70748,3,823,978 +"187348",61995,72083,2,823,1122 +"187349",61995,74190,1,823,1428 +"187350",61995,78932,3,823,981 +"187351",61995,95155,3,823,849 +"187352",62062,1691,3,860,1941 +"187353",62062,14108,2,860,2012 +"187354",62062,14983,3,860,1047 +"187355",62062,18502,3,860,1033 +"187356",62062,18543,3,860,2968 +"187357",62062,25565,3,860,2764 +"187358",62062,43226,3,860,2442 +"187359",62062,44427,3,860,2875 +"187360",62062,45595,3,860,1481 +"187361",62062,46621,3,860,1343 +"187362",62062,57990,3,860,978 +"187363",62062,76192,3,860,912 +"187364",62062,79657,3,860,1260 +"187365",62062,88232,3,860,2881 +"187366",62066,2206,1,2281,2536 +"187367",62066,2985,3,2281,2398 +"187368",62066,5897,3,2281,2337 +"187369",62066,9504,3,2281,2549 +"187370",62066,13879,3,2281,2748 +"187371",62066,15567,3,2281,2671 +"187372",62066,19655,3,2281,2706 +"187373",62066,36912,3,2281,2469 +"187374",62066,41051,3,2281,2767 +"187375",62066,42256,3,2281,2839 +"187376",62066,56094,3,2281,2343 +"187377",62066,62112,3,2281,2944 +"187378",62066,63077,3,2281,2778 +"187379",62089,12943,3,929,1902 +"187380",62089,22966,1,929,2112 +"187381",62089,23268,3,929,2258 +"187382",62089,76721,1,929,1174 +"187383",62112,841,3,2944,2964 +"187384",62148,3167,2,1566,1676 +"187385",62148,3961,3,1566,2426 +"187386",62148,5315,3,1566,2631 +"187387",62148,6055,3,1566,2651 +"187388",62148,7992,3,1566,2033 +"187389",62148,10358,3,1566,2294 +"187390",62148,10779,3,1566,2881 +"187391",62148,13388,3,1566,2119 +"187392",62148,15207,3,1566,1855 +"187393",62148,17852,3,1566,2840 +"187394",62148,19593,3,1566,2013 +"187395",62148,20067,2,1566,2390 +"187396",62148,20732,3,1566,2401 +"187397",62148,21706,3,1566,1988 +"187398",62148,23726,2,1566,2434 +"187399",62148,23869,2,1566,1918 +"187400",62148,24482,3,1566,1649 +"187401",62148,25680,3,1566,1618 +"187402",62148,26570,3,1566,1669 +"187403",62148,30150,3,1566,1704 +"187404",62148,30438,3,1566,1617 +"187405",62148,30883,3,1566,1629 +"187406",62148,33801,3,1566,2899 +"187407",62148,34158,2,1566,2639 +"187408",62148,35529,3,1566,1620 +"187409",62148,37897,3,1566,1685 +"187410",62148,38219,3,1566,1689 +"187411",62148,38973,3,1566,1999 +"187412",62148,42799,3,1566,2729 +"187413",62148,44819,3,1566,2063 +"187414",62148,45684,3,1566,2200 +"187415",62148,45715,3,1566,2287 +"187416",62148,46635,3,1566,2528 +"187417",62148,46803,3,1566,2305 +"187418",62148,50382,3,1566,2244 +"187419",62148,51157,1,1566,2319 +"187420",62148,51319,3,1566,2488 +"187421",62148,53475,3,1566,2853 +"187422",62148,56903,2,1566,1584 +"187423",62148,57246,3,1566,1873 +"187424",62148,58733,3,1566,1958 +"187425",62148,64219,2,1566,2705 +"187426",62148,65322,3,1566,2008 +"187427",62148,70046,3,1566,2624 +"187428",62148,70203,3,1566,2756 +"187429",62148,81478,2,1566,1640 +"187430",62162,1968,3,485,631 +"187431",62162,9808,3,485,1648 +"187432",62162,10004,3,485,872 +"187433",62162,15891,3,485,589 +"187434",62162,20392,3,485,1309 +"187435",62162,23890,3,485,1810 +"187436",62162,83133,3,485,1055 +"187437",62170,1036,3,90,1367 +"187438",62170,4623,3,90,1176 +"187439",62170,5315,2,90,2631 +"187440",62170,8913,3,90,968 +"187441",62170,9511,3,90,1232 +"187442",62170,11434,3,90,1187 +"187443",62170,11540,3,90,1237 +"187444",62170,11601,3,90,173 +"187445",62170,13109,2,90,1374 +"187446",62170,13573,3,90,2774 +"187447",62170,13780,3,90,2412 +"187448",62170,14943,2,90,1942 +"187449",62170,15401,3,90,1999 +"187450",62170,15716,3,90,1991 +"187451",62170,15808,3,90,1521 +"187452",62170,15872,3,90,1551 +"187453",62170,15906,3,90,109 +"187454",62170,19335,3,90,1729 +"187455",62170,19621,3,90,725 +"187456",62170,19892,3,90,1212 +"187457",62170,22374,2,90,1226 +"187458",62170,23132,2,90,2756 +"187459",62170,27355,3,90,870 +"187460",62170,28274,3,90,493 +"187461",62170,29095,3,90,2531 +"187462",62170,31003,3,90,1859 +"187463",62170,32648,3,90,669 +"187464",62170,32988,3,90,2008 +"187465",62170,34158,2,90,2639 +"187466",62170,34648,3,90,1596 +"187467",62170,35302,3,90,1589 +"187468",62170,35361,3,90,2389 +"187469",62170,36007,3,90,2089 +"187470",62170,38219,3,90,1689 +"187471",62170,40432,3,90,1956 +"187472",62170,40487,2,90,2512 +"187473",62170,40893,1,90,1116 +"187474",62170,44161,3,90,1156 +"187475",62170,45903,2,90,2237 +"187476",62170,46283,3,90,1184 +"187477",62170,48127,2,90,2677 +"187478",62170,48602,3,90,1704 +"187479",62170,50977,3,90,2352 +"187480",62170,51157,3,90,2319 +"187481",62170,51319,3,90,2488 +"187482",62170,56903,3,90,1584 +"187483",62170,57714,3,90,1391 +"187484",62170,62148,3,90,1566 +"187485",62170,64502,3,90,1670 +"187486",62170,64786,2,90,870 +"187487",62170,65155,3,90,1947 +"187488",62170,65322,3,90,2008 +"187489",62170,67102,3,90,935 +"187490",62170,74730,3,90,535 +"187491",62170,76564,3,90,996 +"187492",62170,77001,3,90,1440 +"187493",62170,79567,3,90,1942 +"187494",62170,81095,3,90,1609 +"187495",62170,83526,3,90,1235 +"187496",62170,83993,3,90,1009 +"187497",62170,85356,3,90,1492 +"187498",62170,89137,3,90,580 +"187499",62170,91279,3,90,966 +"187500",62170,92381,3,90,1237 +"187501",62170,100229,3,90,550 +"187502",62170,104084,3,90,579 +"187503",62170,106620,3,90,1177 +"187504",62170,114937,3,90,327 +"187505",62170,116508,3,90,158 +"187506",62219,455,3,2494,2827 +"187507",62219,7515,3,2494,2737 +"187508",62219,23132,2,2494,2756 +"187509",62219,31235,3,2494,2668 +"187510",62219,40383,3,2494,2639 +"187511",62219,47445,3,2494,2668 +"187512",62219,64997,3,2494,2791 +"187513",62219,73305,3,2494,2544 +"187514",62219,74636,3,2494,2525 +"187515",62263,2418,3,703,2020 +"187516",62263,2852,3,703,2448 +"187517",62263,5897,3,703,2337 +"187518",62263,6119,3,703,2358 +"187519",62263,10336,3,703,2271 +"187520",62263,11563,3,703,1863 +"187521",62263,12781,3,703,831 +"187522",62263,13720,3,703,1558 +"187523",62263,16286,2,703,2470 +"187524",62263,16501,3,703,1650 +"187525",62263,33341,3,703,2338 +"187526",62263,37059,3,703,2840 +"187527",62263,41969,3,703,2189 +"187528",62263,46384,3,703,2285 +"187529",62263,59788,3,703,2315 +"187530",62263,67908,3,703,2385 +"187531",62263,100413,3,703,804 +"187532",62268,1520,3,413,1716 +"187533",62268,2429,3,413,999 +"187534",62268,2452,3,413,1715 +"187535",62268,2523,3,413,1691 +"187536",62268,4430,3,413,2019 +"187537",62268,4567,3,413,2348 +"187538",62268,6697,3,413,2438 +"187539",62268,7684,3,413,790 +"187540",62268,7780,3,413,1920 +"187541",62268,7942,3,413,2623 +"187542",62268,9332,3,413,2734 +"187543",62268,9484,3,413,1429 +"187544",62268,10595,2,413,494 +"187545",62268,10980,3,413,1974 +"187546",62268,12361,3,413,2732 +"187547",62268,12728,3,413,2374 +"187548",62268,12948,3,413,2669 +"187549",62268,13068,3,413,1778 +"187550",62268,13879,3,413,2748 +"187551",62268,15118,3,413,1311 +"187552",62268,17645,2,413,1918 +"187553",62268,19934,3,413,2888 +"187554",62268,20176,3,413,1050 +"187555",62268,21207,3,413,1258 +"187556",62268,22166,3,413,994 +"187557",62268,22704,3,413,1150 +"187558",62268,23692,2,413,1540 +"187559",62268,24568,3,413,1937 +"187560",62268,26957,3,413,987 +"187561",62268,28905,1,413,430 +"187562",62268,30631,2,413,951 +"187563",62268,31408,2,413,994 +"187564",62268,33665,3,413,787 +"187565",62268,34742,3,413,1883 +"187566",62268,35640,3,413,495 +"187567",62268,35728,3,413,2017 +"187568",62268,37752,3,413,2223 +"187569",62268,38087,1,413,1083 +"187570",62268,38373,3,413,1928 +"187571",62268,38785,3,413,437 +"187572",62268,39418,3,413,1978 +"187573",62268,40035,3,413,2742 +"187574",62268,40796,3,413,540 +"187575",62268,42331,3,413,1585 +"187576",62268,44135,3,413,2620 +"187577",62268,44744,3,413,2032 +"187578",62268,44749,3,413,1303 +"187579",62268,46726,1,413,943 +"187580",62268,48698,3,413,1474 +"187581",62268,49414,3,413,1667 +"187582",62268,50509,3,413,2050 +"187583",62268,50581,3,413,1258 +"187584",62268,50996,2,413,929 +"187585",62268,52879,3,413,777 +"187586",62268,55880,3,413,626 +"187587",62268,59039,3,413,2870 +"187588",62268,59485,2,413,1564 +"187589",62268,59506,3,413,983 +"187590",62268,60808,2,413,1258 +"187591",62268,62668,2,413,958 +"187592",62268,63409,3,413,1937 +"187593",62268,63604,3,413,927 +"187594",62268,65188,3,413,2213 +"187595",62268,67617,1,413,1149 +"187596",62268,70372,2,413,526 +"187597",62268,70403,3,413,542 +"187598",62268,71219,3,413,967 +"187599",62268,72986,2,413,1055 +"187600",62268,80219,3,413,988 +"187601",62268,81077,1,413,498 +"187602",62268,82046,2,413,748 +"187603",62268,84447,2,413,1006 +"187604",62268,90236,2,413,1010 +"187605",62268,93026,2,413,704 +"187606",62268,93386,3,413,890 +"187607",62268,96310,2,413,1016 +"187608",62268,101453,3,413,454 +"187609",62268,104098,3,413,512 +"187610",62268,106399,3,413,1530 +"187611",62268,107598,3,413,999 +"187612",62268,109194,2,413,494 +"187613",62268,113116,2,413,769 +"187614",62308,5599,3,487,1684 +"187615",62308,9654,3,487,2111 +"187616",62308,14325,3,487,1976 +"187617",62308,15696,3,487,837 +"187618",62308,16954,3,487,2972 +"187619",62308,18563,2,487,2715 +"187620",62308,23011,3,487,2763 +"187621",62308,26031,3,487,1397 +"187622",62308,27543,3,487,666 +"187623",62308,32899,1,487,1369 +"187624",62308,54100,3,487,1327 +"187625",62308,67726,3,487,2873 +"187626",62308,71733,3,487,662 +"187627",62308,91518,3,487,842 +"187628",62334,4313,3,1766,2368 +"187629",62334,14918,3,1766,2071 +"187630",62334,20056,3,1766,1824 +"187631",62334,21079,3,1766,1997 +"187632",62334,21976,3,1766,1808 +"187633",62334,31170,2,1766,1776 +"187634",62338,206,2,228,1986 +"187635",62338,307,3,228,2530 +"187636",62338,312,3,228,2038 +"187637",62338,1036,2,228,1367 +"187638",62338,1092,1,228,1945 +"187639",62338,1397,3,228,1225 +"187640",62338,2684,3,228,2874 +"187641",62338,3753,2,228,1255 +"187642",62338,5429,2,228,1991 +"187643",62338,7013,3,228,2040 +"187644",62338,9893,3,228,2701 +"187645",62338,11055,2,228,2111 +"187646",62338,11620,3,228,2010 +"187647",62338,15716,2,228,1991 +"187648",62338,18244,3,228,1622 +"187649",62338,19027,3,228,2721 +"187650",62338,19248,3,228,2357 +"187651",62338,21225,3,228,1945 +"187652",62338,21706,3,228,1988 +"187653",62338,22586,3,228,1341 +"187654",62338,23132,3,228,2756 +"187655",62338,27501,3,228,1981 +"187656",62338,34907,3,228,1945 +"187657",62338,35752,3,228,1158 +"187658",62338,42574,3,228,2842 +"187659",62338,44636,3,228,1026 +"187660",62338,44819,3,228,2063 +"187661",62338,47055,2,228,1525 +"187662",62338,54676,3,228,1342 +"187663",62338,54695,3,228,2429 +"187664",62338,58427,3,228,2234 +"187665",62338,82124,3,228,756 +"187666",62338,91908,3,228,918 +"187667",62338,102004,3,228,497 +"187668",62338,115734,3,228,859 +"187669",62438,2036,3,802,2483 +"187670",62438,2206,3,802,2536 +"187671",62438,4668,3,802,1919 +"187672",62438,4669,3,802,2395 +"187673",62438,7252,3,802,2799 +"187674",62438,7337,3,802,1797 +"187675",62438,8568,3,802,2706 +"187676",62438,8760,3,802,2477 +"187677",62438,8923,3,802,1266 +"187678",62438,9785,3,802,2951 +"187679",62438,9787,3,802,2858 +"187680",62438,10387,3,802,871 +"187681",62438,10453,3,802,1656 +"187682",62438,12781,3,802,831 +"187683",62438,14532,3,802,1193 +"187684",62438,16152,3,802,879 +"187685",62438,16501,3,802,1650 +"187686",62438,16715,3,802,1218 +"187687",62438,18615,3,802,1025 +"187688",62438,19073,3,802,2748 +"187689",62438,19447,3,802,969 +"187690",62438,19686,3,802,2467 +"187691",62438,21207,3,802,1258 +"187692",62438,22578,3,802,2216 +"187693",62438,27545,3,802,855 +"187694",62438,27742,3,802,2700 +"187695",62438,27914,3,802,2507 +"187696",62438,28571,3,802,1556 +"187697",62438,28869,3,802,2425 +"187698",62438,28904,3,802,926 +"187699",62438,30334,3,802,2075 +"187700",62438,31868,3,802,1993 +"187701",62438,35728,3,802,2017 +"187702",62438,37636,3,802,2178 +"187703",62438,40392,3,802,1878 +"187704",62438,41581,3,802,1692 +"187705",62438,41633,3,802,1976 +"187706",62438,41770,3,802,2752 +"187707",62438,44497,3,802,2401 +"187708",62438,45869,3,802,2840 +"187709",62438,50354,3,802,1299 +"187710",62438,51783,3,802,2599 +"187711",62438,56995,3,802,2323 +"187712",62438,58745,3,802,1920 +"187713",62438,59788,3,802,2315 +"187714",62438,80156,3,802,1667 +"187715",62438,92860,3,802,1643 +"187716",62488,206,3,1418,1986 +"187717",62488,543,3,1418,2203 +"187718",62488,600,3,1418,1702 +"187719",62488,803,3,1418,1666 +"187720",62488,1092,3,1418,1945 +"187721",62488,1196,3,1418,1986 +"187722",62488,1495,2,1418,2046 +"187723",62488,1616,3,1418,2662 +"187724",62488,2484,3,1418,2389 +"187725",62488,2766,2,1418,1920 +"187726",62488,3306,3,1418,1989 +"187727",62488,3853,3,1418,2465 +"187728",62488,3961,3,1418,2426 +"187729",62488,4226,3,1418,1903 +"187730",62488,4367,3,1418,2794 +"187731",62488,4763,1,1418,1960 +"187732",62488,5041,3,1418,2371 +"187733",62488,5315,2,1418,2631 +"187734",62488,5350,3,1418,2522 +"187735",62488,5429,3,1418,1991 +"187736",62488,5462,3,1418,2374 +"187737",62488,5504,3,1418,2389 +"187738",62488,5986,3,1418,1721 +"187739",62488,6047,2,1418,2004 +"187740",62488,6417,3,1418,1675 +"187741",62488,7292,3,1418,1988 +"187742",62488,7323,3,1418,2858 +"187743",62488,7759,3,1418,2844 +"187744",62488,9893,3,1418,2701 +"187745",62488,9928,3,1418,2345 +"187746",62488,10358,2,1418,2294 +"187747",62488,10638,3,1418,2692 +"187748",62488,10779,2,1418,2881 +"187749",62488,10870,3,1418,1755 +"187750",62488,10874,2,1418,1891 +"187751",62488,11055,3,1418,2111 +"187752",62488,11103,3,1418,2393 +"187753",62488,11218,3,1418,2292 +"187754",62488,11493,3,1418,2077 +"187755",62488,12371,3,1418,1569 +"187756",62488,13311,3,1418,2315 +"187757",62488,13388,3,1418,2119 +"187758",62488,13925,2,1418,1515 +"187759",62488,13929,3,1418,2693 +"187760",62488,14032,2,1418,2144 +"187761",62488,14189,3,1418,1483 +"187762",62488,15184,2,1418,2396 +"187763",62488,15309,3,1418,2820 +"187764",62488,15576,3,1418,2204 +"187765",62488,15607,3,1418,1421 +"187766",62488,15626,3,1418,2434 +"187767",62488,16195,3,1418,2964 +"187768",62488,16352,3,1418,2657 +"187769",62488,17396,3,1418,1672 +"187770",62488,17520,3,1418,2276 +"187771",62488,17819,3,1418,2291 +"187772",62488,18874,3,1418,2170 +"187773",62488,19027,2,1418,2721 +"187774",62488,20067,3,1418,2390 +"187775",62488,20700,2,1418,2861 +"187776",62488,21682,3,1418,2414 +"187777",62488,22165,3,1418,1501 +"187778",62488,22207,3,1418,2365 +"187779",62488,22331,3,1418,2687 +"187780",62488,23006,3,1418,1532 +"187781",62488,23310,2,1418,2371 +"187782",62488,23508,3,1418,1907 +"187783",62488,24169,3,1418,1663 +"187784",62488,24256,3,1418,2393 +"187785",62488,24568,3,1418,1937 +"187786",62488,25443,2,1418,1441 +"187787",62488,25643,3,1418,1646 +"187788",62488,26080,3,1418,2525 +"187789",62488,27195,3,1418,2158 +"187790",62488,28218,3,1418,2048 +"187791",62488,28571,3,1418,1556 +"187792",62488,29930,2,1418,2240 +"187793",62488,31307,3,1418,2139 +"187794",62488,31530,3,1418,1661 +"187795",62488,31799,2,1418,2547 +"187796",62488,32516,3,1418,2050 +"187797",62488,32694,3,1418,1602 +"187798",62488,32919,3,1418,2321 +"187799",62488,33160,3,1418,2441 +"187800",62488,33383,3,1418,1572 +"187801",62488,34648,3,1418,1596 +"187802",62488,34735,3,1418,2767 +"187803",62488,34875,3,1418,1544 +"187804",62488,35529,3,1418,1620 +"187805",62488,35926,3,1418,2371 +"187806",62488,37570,3,1418,2389 +"187807",62488,37758,3,1418,1998 +"187808",62488,38921,3,1418,1880 +"187809",62488,41278,3,1418,1873 +"187810",62488,41625,3,1418,1794 +"187811",62488,41955,2,1418,2479 +"187812",62488,42264,3,1418,1702 +"187813",62488,45903,3,1418,2237 +"187814",62488,46039,3,1418,1794 +"187815",62488,47098,3,1418,2057 +"187816",62488,48242,2,1418,1690 +"187817",62488,50252,2,1418,2001 +"187818",62488,50977,3,1418,2352 +"187819",62488,51853,3,1418,2520 +"187820",62488,53134,2,1418,1590 +"187821",62488,53293,3,1418,2916 +"187822",62488,54929,3,1418,2783 +"187823",62488,55468,3,1418,2511 +"187824",62488,56537,3,1418,2409 +"187825",62488,57077,3,1418,1885 +"187826",62488,57977,3,1418,2683 +"187827",62488,58035,3,1418,1646 +"187828",62488,58133,3,1418,1484 +"187829",62488,60280,3,1418,1918 +"187830",62488,60879,3,1418,2792 +"187831",62488,63409,3,1418,1937 +"187832",62488,64502,3,1418,1670 +"187833",62488,65029,2,1418,2954 +"187834",62488,73305,3,1418,2544 +"187835",62488,75403,3,1418,1895 +"187836",62488,76356,3,1418,2323 +"187837",62488,77001,3,1418,1440 +"187838",62488,82732,3,1418,2810 +"187839",62488,82932,3,1418,2245 +"187840",62488,86799,3,1418,1951 +"187841",62488,88966,3,1418,1568 +"187842",62488,102666,2,1418,2726 +"187843",62498,3100,3,1698,2524 +"187844",62498,3786,3,1698,2282 +"187845",62498,6432,3,1698,2297 +"187846",62498,9241,3,1698,2338 +"187847",62498,11135,3,1698,2441 +"187848",62498,12031,3,1698,1957 +"187849",62498,19687,3,1698,2072 +"187850",62498,21976,3,1698,1808 +"187851",62498,23639,3,1698,2065 +"187852",62498,26138,2,1698,1902 +"187853",62498,49147,3,1698,2539 +"187854",62498,60384,2,1698,2765 +"187855",62498,116792,2,1698,2397 +"187856",62538,14,2,1656,1793 +"187857",62538,360,3,1656,1671 +"187858",62538,915,3,1656,1793 +"187859",62538,1616,3,1656,2662 +"187860",62538,2424,3,1656,2582 +"187861",62538,2484,3,1656,2389 +"187862",62538,3161,3,1656,2229 +"187863",62538,6162,3,1656,1673 +"187864",62538,6222,3,1656,1949 +"187865",62538,6253,3,1656,2282 +"187866",62538,7992,3,1656,2033 +"187867",62538,9311,2,1656,2477 +"187868",62538,9803,3,1656,1664 +"187869",62538,9828,2,1656,2085 +"187870",62538,10146,3,1656,1878 +"187871",62538,10799,3,1656,2010 +"187872",62538,10843,3,1656,2277 +"187873",62538,10870,3,1656,1755 +"187874",62538,11103,3,1656,2393 +"187875",62538,12713,3,1656,2440 +"187876",62538,12778,3,1656,2045 +"187877",62538,13573,3,1656,2774 +"187878",62538,13601,3,1656,2689 +"187879",62538,14507,3,1656,2686 +"187880",62538,14959,3,1656,2898 +"187881",62538,15626,3,1656,2434 +"187882",62538,15930,3,1656,2541 +"187883",62538,16111,3,1656,1714 +"187884",62538,17520,3,1656,2276 +"187885",62538,19719,3,1656,2177 +"187886",62538,20067,3,1656,2390 +"187887",62538,20311,3,1656,1981 +"187888",62538,21248,3,1656,2232 +"187889",62538,21706,3,1656,1988 +"187890",62538,22180,3,1656,1835 +"187891",62538,22260,3,1656,2137 +"187892",62538,23787,3,1656,2810 +"187893",62538,23869,3,1656,1918 +"187894",62538,24568,3,1656,1937 +"187895",62538,24648,3,1656,1833 +"187896",62538,24753,3,1656,2860 +"187897",62538,24756,3,1656,2530 +"187898",62538,24825,3,1656,2686 +"187899",62538,25486,3,1656,2582 +"187900",62538,26155,3,1656,1802 +"187901",62538,26366,3,1656,1688 +"187902",62538,26582,3,1656,2772 +"187903",62538,28285,3,1656,2972 +"187904",62538,29095,2,1656,2531 +"187905",62538,29930,3,1656,2240 +"187906",62538,30827,3,1656,2323 +"187907",62538,30906,3,1656,2537 +"187908",62538,31307,3,1656,2139 +"187909",62538,32064,3,1656,1739 +"187910",62538,32658,3,1656,1694 +"187911",62538,33160,3,1656,2441 +"187912",62538,33433,3,1656,2805 +"187913",62538,33801,2,1656,2899 +"187914",62538,34707,3,1656,2042 +"187915",62538,35256,3,1656,2271 +"187916",62538,35360,3,1656,2043 +"187917",62538,36574,3,1656,2934 +"187918",62538,37620,3,1656,2716 +"187919",62538,37915,2,1656,1905 +"187920",62538,38019,3,1656,1870 +"187921",62538,38921,3,1656,1880 +"187922",62538,41664,3,1656,2641 +"187923",62538,52576,3,1656,2234 +"187924",62538,53475,2,1656,2853 +"187925",62538,53604,3,1656,2489 +"187926",62538,55156,3,1656,2196 +"187927",62538,58993,3,1656,2390 +"187928",62538,59113,3,1656,2434 +"187929",62538,63409,3,1656,1937 +"187930",62538,68810,3,1656,2409 +"187931",62538,70203,3,1656,2756 +"187932",62538,73197,3,1656,1998 +"187933",62538,75028,2,1656,1660 +"187934",62538,77010,3,1656,2639 +"187935",62538,78128,3,1656,1727 +"187936",62538,78563,3,1656,2385 +"187937",62602,145,3,1172,1998 +"187938",62602,313,3,1172,2271 +"187939",62602,377,3,1172,2389 +"187940",62602,499,3,1172,1931 +"187941",62602,543,2,1172,2203 +"187942",62602,913,3,1172,2144 +"187943",62602,1151,3,1172,2885 +"187944",62602,1592,3,1172,2006 +"187945",62602,1691,2,1172,1941 +"187946",62602,1777,3,1172,1965 +"187947",62602,2181,3,1172,2030 +"187948",62602,2484,3,1172,2389 +"187949",62602,3088,3,1172,1670 +"187950",62602,3878,1,1172,1890 +"187951",62602,4066,3,1172,1736 +"187952",62602,4687,2,1172,2152 +"187953",62602,5504,3,1172,2389 +"187954",62602,6390,1,1172,2385 +"187955",62602,6428,3,1172,1952 +"187956",62602,6491,3,1172,2424 +"187957",62602,7323,3,1172,2858 +"187958",62602,8762,3,1172,2585 +"187959",62602,8888,3,1172,1328 +"187960",62602,9432,2,1172,1693 +"187961",62602,11434,2,1172,1187 +"187962",62602,11516,3,1172,1937 +"187963",62602,12199,2,1172,1651 +"187964",62602,14108,3,1172,2012 +"187965",62602,14652,3,1172,2516 +"187966",62602,15799,3,1172,1917 +"187967",62602,18543,3,1172,2968 +"187968",62602,19718,3,1172,1702 +"187969",62602,20407,3,1172,2339 +"187970",62602,20700,3,1172,2861 +"187971",62602,22749,3,1172,1727 +"187972",62602,23132,3,1172,2756 +"187973",62602,24568,3,1172,1937 +"187974",62602,25816,2,1172,2088 +"187975",62602,27628,3,1172,2389 +"187976",62602,29258,3,1172,1932 +"187977",62602,31235,2,1172,2668 +"187978",62602,33622,3,1172,2230 +"187979",62602,34945,3,1172,1298 +"187980",62602,35256,3,1172,2271 +"187981",62602,35302,3,1172,1589 +"187982",62602,36439,3,1172,2469 +"187983",62602,37509,3,1172,1640 +"187984",62602,37570,3,1172,2389 +"187985",62602,44427,3,1172,2875 +"187986",62602,44768,3,1172,2516 +"187987",62602,46621,3,1172,1343 +"187988",62602,47445,3,1172,2668 +"187989",62602,52327,3,1172,1472 +"187990",62602,53323,3,1172,2677 +"187991",62602,53608,3,1172,1986 +"187992",62602,54855,3,1172,1525 +"187993",62602,55156,3,1172,2196 +"187994",62602,55324,3,1172,1544 +"187995",62602,57129,3,1172,1858 +"187996",62602,57544,3,1172,2443 +"187997",62602,58284,3,1172,2292 +"187998",62602,59700,3,1172,2346 +"187999",62602,59790,3,1172,1827 +"188000",62602,60661,3,1172,2700 +"188001",62602,62219,3,1172,2494 +"188002",62602,63409,3,1172,1937 +"188003",62602,64181,3,1172,1828 +"188004",62602,74636,3,1172,2525 +"188005",62602,78563,3,1172,2385 +"188006",62602,79804,3,1172,2227 +"188007",62602,80429,2,1172,1927 +"188008",62602,88232,3,1172,2881 +"188009",62602,88808,3,1172,1462 +"188010",62602,88966,3,1172,1568 +"188011",62602,97013,3,1172,1797 +"188012",62602,97824,3,1172,1229 +"188013",62602,107649,2,1172,1573 +"188014",62626,17037,3,2787,2947 +"188015",62626,27686,2,2787,2844 +"188016",62626,36278,2,2787,2952 +"188017",62632,2972,3,1320,1708 +"188018",62632,3776,3,1320,2322 +"188019",62632,11976,2,1320,1727 +"188020",62632,20355,3,1320,2111 +"188021",62632,22586,3,1320,1341 +"188022",62632,33834,3,1320,1606 +"188023",62632,36574,3,1320,2934 +"188024",62632,41023,3,1320,2408 +"188025",62632,41598,3,1320,2291 +"188026",62632,92895,1,1320,2339 +"188027",62668,2,3,958,2796 +"188028",62668,237,3,958,1982 +"188029",62668,600,3,958,1702 +"188030",62668,913,3,958,2144 +"188031",62668,1015,3,958,1174 +"188032",62668,1154,3,958,1656 +"188033",62668,1203,3,958,1350 +"188034",62668,1520,2,958,1716 +"188035",62668,1691,3,958,1941 +"188036",62668,2014,3,958,973 +"188037",62668,2057,3,958,1965 +"188038",62668,2120,3,958,1133 +"188039",62668,2181,3,958,2030 +"188040",62668,2424,3,958,2582 +"188041",62668,2429,3,958,999 +"188042",62668,2523,2,958,1691 +"188043",62668,2533,3,958,2016 +"188044",62668,2959,3,958,1785 +"188045",62668,3305,3,958,2839 +"188046",62668,3453,3,958,2126 +"188047",62668,4057,3,958,2389 +"188048",62668,4303,3,958,2414 +"188049",62668,4430,2,958,2019 +"188050",62668,4526,3,958,1728 +"188051",62668,4567,2,958,2348 +"188052",62668,4916,3,958,1970 +"188053",62668,4932,3,958,2752 +"188054",62668,4983,3,958,1909 +"188055",62668,5346,3,958,1438 +"188056",62668,6390,3,958,2385 +"188057",62668,6940,3,958,1183 +"188058",62668,6989,3,958,2623 +"188059",62668,7241,3,958,2259 +"188060",62668,7515,3,958,2737 +"188061",62668,7719,3,958,1954 +"188062",62668,7759,3,958,2844 +"188063",62668,7780,2,958,1920 +"188064",62668,7847,3,958,2424 +"188065",62668,7942,2,958,2623 +"188066",62668,8860,3,958,2141 +"188067",62668,8890,3,958,1955 +"188068",62668,8923,2,958,1266 +"188069",62668,9184,3,958,2670 +"188070",62668,9269,3,958,1892 +"188071",62668,9432,3,958,1693 +"188072",62668,9703,3,958,1845 +"188073",62668,9805,3,958,1621 +"188074",62668,10129,3,958,2124 +"188075",62668,10216,3,958,2476 +"188076",62668,10336,3,958,2271 +"188077",62668,10370,3,958,2224 +"188078",62668,10457,3,958,1711 +"188079",62668,11434,3,958,1187 +"188080",62668,11516,3,958,1937 +"188081",62668,11538,3,958,2288 +"188082",62668,11639,3,958,1593 +"188083",62668,12067,3,958,1213 +"188084",62668,12199,3,958,1651 +"188085",62668,12361,2,958,2732 +"188086",62668,12374,3,958,2260 +"188087",62668,12728,2,958,2374 +"188088",62668,12778,3,958,2045 +"188089",62668,14586,3,958,2801 +"188090",62668,14676,3,958,2764 +"188091",62668,15118,2,958,1311 +"188092",62668,15443,3,958,1631 +"188093",62668,15462,3,958,1141 +"188094",62668,15799,3,958,1917 +"188095",62668,16164,3,958,1184 +"188096",62668,16501,3,958,1650 +"188097",62668,17388,3,958,1023 +"188098",62668,17645,1,958,1918 +"188099",62668,17698,3,958,1559 +"188100",62668,18005,2,958,2449 +"188101",62668,18825,3,958,1240 +"188102",62668,19093,3,958,2224 +"188103",62668,19380,3,958,2637 +"188104",62668,19655,3,958,2706 +"188105",62668,22166,2,958,994 +"188106",62668,22543,3,958,1594 +"188107",62668,22723,3,958,2859 +"188108",62668,23131,3,958,1732 +"188109",62668,23132,3,958,2756 +"188110",62668,23692,3,958,1540 +"188111",62668,24005,3,958,1188 +"188112",62668,24568,2,958,1937 +"188113",62668,25132,3,958,1188 +"188114",62668,26957,2,958,987 +"188115",62668,26974,3,958,1672 +"188116",62668,27390,3,958,2425 +"188117",62668,27742,3,958,2700 +"188118",62668,29116,3,958,2128 +"188119",62668,29818,3,958,1677 +"188120",62668,30262,3,958,1715 +"188121",62668,31216,3,958,1244 +"188122",62668,31408,1,958,994 +"188123",62668,32549,3,958,2111 +"188124",62668,32761,3,958,2680 +"188125",62668,32818,3,958,2485 +"188126",62668,32947,3,958,1091 +"188127",62668,34094,2,958,1360 +"188128",62668,34216,3,958,2832 +"188129",62668,34742,2,958,1883 +"188130",62668,34875,3,958,1544 +"188131",62668,34908,3,958,2796 +"188132",62668,35302,3,958,1589 +"188133",62668,37036,3,958,2264 +"188134",62668,37351,3,958,978 +"188135",62668,37636,3,958,2178 +"188136",62668,37765,3,958,1134 +"188137",62668,38087,2,958,1083 +"188138",62668,38259,3,958,2258 +"188139",62668,39189,3,958,2319 +"188140",62668,39249,3,958,1665 +"188141",62668,39256,3,958,2449 +"188142",62668,39444,3,958,2695 +"188143",62668,40028,3,958,1349 +"188144",62668,40368,3,958,2876 +"188145",62668,40537,3,958,1284 +"188146",62668,40879,3,958,2019 +"188147",62668,42331,3,958,1585 +"188148",62668,42837,3,958,1096 +"188149",62668,44135,2,958,2620 +"188150",62668,44235,3,958,2700 +"188151",62668,44420,3,958,2184 +"188152",62668,44744,2,958,2032 +"188153",62668,45729,3,958,2606 +"188154",62668,45992,3,958,1182 +"188155",62668,46486,3,958,1868 +"188156",62668,46532,3,958,2005 +"188157",62668,46650,3,958,1330 +"188158",62668,47803,3,958,2477 +"188159",62668,48698,2,958,1474 +"188160",62668,49512,3,958,1302 +"188161",62668,52554,3,958,1683 +"188162",62668,52699,3,958,1372 +"188163",62668,52735,3,958,1124 +"188164",62668,52815,3,958,2323 +"188165",62668,53924,3,958,1289 +"188166",62668,54313,3,958,1645 +"188167",62668,55482,3,958,1866 +"188168",62668,56082,3,958,2395 +"188169",62668,56537,3,958,2409 +"188170",62668,56995,3,958,2323 +"188171",62668,57209,3,958,1719 +"188172",62668,57353,3,958,1849 +"188173",62668,58233,3,958,1665 +"188174",62668,58745,3,958,1920 +"188175",62668,60258,3,958,2405 +"188176",62668,60808,3,958,1258 +"188177",62668,63409,2,958,1937 +"188178",62668,64712,3,958,1411 +"188179",62668,64947,3,958,2489 +"188180",62668,65223,3,958,2724 +"188181",62668,67617,2,958,1149 +"188182",62668,69250,3,958,1439 +"188183",62668,70046,3,958,2624 +"188184",62668,71219,2,958,967 +"188185",62668,71531,3,958,2887 +"188186",62668,72597,3,958,1843 +"188187",62668,72882,3,958,1330 +"188188",62668,72986,2,958,1055 +"188189",62668,73305,3,958,2544 +"188190",62668,79420,3,958,1061 +"188191",62668,79804,3,958,2227 +"188192",62668,80429,3,958,1927 +"188193",62668,81805,3,958,1607 +"188194",62668,83253,3,958,1102 +"188195",62668,83907,3,958,2056 +"188196",62668,88808,3,958,1462 +"188197",62668,93332,3,958,982 +"188198",62668,96310,2,958,1016 +"188199",62668,96387,3,958,2159 +"188200",62668,97706,3,958,1121 +"188201",62668,98942,3,958,1588 +"188202",62668,100690,3,958,2829 +"188203",62668,102581,3,958,1813 +"188204",62668,107649,3,958,1573 +"188205",62668,108430,3,958,1642 +"188206",62668,108867,3,958,2328 +"188207",62712,57765,3,2884,2893 +"188208",62712,92297,3,2884,2952 +"188209",62713,18479,3,2593,2967 +"188210",62713,43929,3,2593,2749 +"188211",62713,94339,3,2593,2768 +"188212",62715,680,3,1838,2569 +"188213",62715,5106,3,1838,2622 +"188214",62715,5683,3,1838,2468 +"188215",62715,5897,3,1838,2337 +"188216",62715,14781,3,1838,2338 +"188217",62715,20941,3,1838,2725 +"188218",62715,26182,3,1838,2775 +"188219",62715,27320,3,1838,2378 +"188220",62715,40572,3,1838,2666 +"188221",62715,46982,3,1838,2806 +"188222",62715,47013,3,1838,2388 +"188223",62715,55413,3,1838,2129 +"188224",62723,47877,3,2554,2970 +"188225",62739,25399,3,2753,2784 +"188226",62739,30705,3,2753,2959 +"188227",62739,42196,3,2753,2765 +"188228",62739,43756,2,2753,2881 +"188229",62746,364,3,2119,2351 +"188230",62746,4669,3,2119,2395 +"188231",62746,5235,3,2119,2324 +"188232",62746,9723,3,2119,2302 +"188233",62746,12948,3,2119,2669 +"188234",62746,14781,3,2119,2338 +"188235",62746,32202,3,2119,2314 +"188236",62746,40572,3,2119,2666 +"188237",62746,45869,2,2119,2840 +"188238",62754,4032,3,249,1763 +"188239",62754,10481,2,249,740 +"188240",62754,10779,3,249,2881 +"188241",62754,11168,2,249,1223 +"188242",62754,11218,3,249,2292 +"188243",62754,12518,2,249,2747 +"188244",62754,26818,2,249,1999 +"188245",62754,27030,3,249,2031 +"188246",62754,27116,3,249,963 +"188247",62754,27377,3,249,1724 +"188248",62754,32429,3,249,601 +"188249",62754,36446,3,249,1175 +"188250",62754,36554,2,249,1649 +"188251",62754,40796,3,249,540 +"188252",62754,44769,3,249,2411 +"188253",62754,47726,2,249,1272 +"188254",62754,51546,1,249,1369 +"188255",62754,95408,3,249,2393 +"188256",62754,96435,2,249,2765 +"188257",62772,2798,3,105,1673 +"188258",62772,7785,3,105,2441 +"188259",62772,11728,3,105,1121 +"188260",62772,14032,3,105,2144 +"188261",62772,14807,3,105,241 +"188262",62772,30609,3,105,988 +"188263",62772,32560,3,105,1258 +"188264",62772,32651,3,105,877 +"188265",62772,35797,3,105,2482 +"188266",62772,39516,3,105,2393 +"188267",62772,51360,3,105,1882 +"188268",62772,65389,3,105,503 +"188269",62772,68055,3,105,1236 +"188270",62772,71479,2,105,482 +"188271",62772,76905,3,105,298 +"188272",62772,79420,3,105,1061 +"188273",62772,109307,3,105,1187 +"188274",62821,11676,2,220,1614 +"188275",62821,18479,2,220,2967 +"188276",62821,53749,3,220,274 +"188277",62821,61973,3,220,892 +"188278",62821,81965,1,220,550 +"188279",62821,89752,1,220,585 +"188280",62821,90570,1,220,964 +"188281",62832,613,3,2606,2687 +"188282",62832,997,2,2606,2788 +"188283",62832,9362,3,2606,2879 +"188284",62832,12929,3,2606,2656 +"188285",62832,53219,3,2606,2973 +"188286",62832,57977,3,2606,2683 +"188287",62832,84567,3,2606,2767 +"188288",62832,84799,3,2606,2656 +"188289",62840,823,3,2502,2840 +"188290",62840,2684,3,2502,2874 +"188291",62840,4418,3,2502,2788 +"188292",62840,4618,2,2502,2607 +"188293",62840,5725,1,2502,2789 +"188294",62840,12867,2,2502,2773 +"188295",62840,14652,3,2502,2516 +"188296",62840,23132,3,2502,2756 +"188297",62840,24923,3,2502,2785 +"188298",62840,26351,2,2502,2683 +"188299",62840,28285,2,2502,2972 +"188300",62840,31799,3,2502,2547 +"188301",62840,39087,2,2502,2765 +"188302",62840,42216,3,2502,2722 +"188303",62840,47947,2,2502,2681 +"188304",62840,57977,2,2502,2683 +"188305",62840,60661,3,2502,2700 +"188306",62840,71562,1,2502,2574 +"188307",62841,3305,2,2710,2839 +"188308",62841,10130,3,2710,2741 +"188309",62841,16954,3,2710,2972 +"188310",62841,17365,3,2710,2746 +"188311",62841,20292,3,2710,2755 +"188312",62841,23319,2,2710,2867 +"188313",62841,25325,2,2710,2963 +"188314",62841,26749,3,2710,2965 +"188315",62841,30052,3,2710,2855 +"188316",62841,41945,3,2710,2856 +"188317",62841,42574,3,2710,2842 +"188318",62841,43455,2,2710,2846 +"188319",62841,48605,2,2710,2796 +"188320",62841,61982,1,2710,2725 +"188321",62848,916,3,1230,2718 +"188322",62848,1369,3,1230,2487 +"188323",62848,2724,3,1230,2447 +"188324",62848,2802,3,1230,1836 +"188325",62848,4194,3,1230,1641 +"188326",62848,6999,3,1230,2214 +"188327",62848,10716,3,1230,1692 +"188328",62848,11803,2,1230,1232 +"188329",62848,12116,3,1230,2119 +"188330",62848,13340,3,1230,1918 +"188331",62848,14061,3,1230,1620 +"188332",62848,18610,3,1230,2141 +"188333",62848,19476,3,1230,1708 +"188334",62848,20038,3,1230,1531 +"188335",62848,20547,3,1230,2145 +"188336",62848,23739,3,1230,2463 +"188337",62848,24116,3,1230,1413 +"188338",62848,25886,3,1230,1580 +"188339",62848,31357,3,1230,2389 +"188340",62848,33278,3,1230,1591 +"188341",62848,35317,3,1230,1888 +"188342",62848,41051,3,1230,2767 +"188343",62848,42407,2,1230,2408 +"188344",62848,49805,3,1230,2445 +"188345",62848,74054,3,1230,1488 +"188346",62848,77719,3,1230,2086 +"188347",62848,78277,3,1230,1937 +"188348",62848,80705,3,1230,2764 +"188349",62848,94339,2,1230,2768 +"188350",62852,5315,3,2067,2631 +"188351",62852,22415,3,2067,2841 +"188352",62852,65572,3,2067,2750 +"188353",62852,82949,3,2067,2077 +"188354",62858,10343,3,750,1072 +"188355",62858,20049,2,750,877 +"188356",62858,39746,3,750,1361 +"188357",62858,42254,2,750,1052 +"188358",62870,341,3,1568,2689 +"188359",62870,952,3,1568,1991 +"188360",62870,10310,3,1568,2774 +"188361",62870,11493,3,1568,2077 +"188362",62870,12371,3,1568,1569 +"188363",62870,17351,3,1568,2036 +"188364",62870,19208,3,1568,2629 +"188365",62870,20331,3,1568,2365 +"188366",62870,20730,3,1568,2243 +"188367",62870,22893,3,1568,1938 +"188368",62870,29930,3,1568,2240 +"188369",62870,36441,3,1568,2796 +"188370",62870,41770,3,1568,2752 +"188371",62870,42515,3,1568,2752 +"188372",62870,42799,3,1568,2729 +"188373",62870,44894,3,1568,2048 +"188374",62870,80944,3,1568,2300 +"188375",62870,86883,3,1568,1623 +"188376",62870,117956,3,1568,2774 +"188377",62903,25,3,1704,2762 +"188378",62903,1196,3,1704,1986 +"188379",62903,2572,3,1704,2273 +"188380",62903,3011,2,1704,2278 +"188381",62903,3765,3,1704,2775 +"188382",62903,4701,2,1704,2401 +"188383",62903,4821,3,1704,1938 +"188384",62903,5986,3,1704,1721 +"188385",62903,8274,3,1704,1909 +"188386",62903,8327,3,1704,2527 +"188387",62903,9311,3,1704,2477 +"188388",62903,9979,3,1704,2238 +"188389",62903,10358,3,1704,2294 +"188390",62903,10843,3,1704,2277 +"188391",62903,11218,3,1704,2292 +"188392",62903,12042,3,1704,2345 +"188393",62903,12449,3,1704,2067 +"188394",62903,13601,3,1704,2689 +"188395",62903,14723,3,1704,2019 +"188396",62903,15626,3,1704,2434 +"188397",62903,17351,3,1704,2036 +"188398",62903,17632,3,1704,1947 +"188399",62903,18670,3,1704,1835 +"188400",62903,19453,3,1704,1928 +"188401",62903,22180,3,1704,1835 +"188402",62903,23745,2,1704,1968 +"188403",62903,24066,3,1704,1755 +"188404",62903,24721,3,1704,2326 +"188405",62903,25341,3,1704,1858 +"188406",62903,25480,3,1704,2747 +"188407",62903,30525,3,1704,1964 +"188408",62903,33433,2,1704,2805 +"188409",62903,34325,3,1704,1982 +"188410",62903,34707,3,1704,2042 +"188411",62903,35888,3,1704,2291 +"188412",62903,38727,3,1704,2238 +"188413",62903,38755,3,1704,2902 +"188414",62903,39556,3,1704,2747 +"188415",62903,41682,3,1704,1988 +"188416",62903,41900,3,1704,1970 +"188417",62903,41945,3,1704,2856 +"188418",62903,42333,3,1704,2234 +"188419",62903,42642,3,1704,2257 +"188420",62903,46091,3,1704,1938 +"188421",62903,49581,3,1704,1817 +"188422",62903,51089,3,1704,2426 +"188423",62903,53342,3,1704,2071 +"188424",62903,54879,1,1704,2210 +"188425",62903,55643,3,1704,2359 +"188426",62903,57732,3,1704,2454 +"188427",62903,59113,3,1704,2434 +"188428",62903,67145,3,1704,2015 +"188429",62903,73197,2,1704,1998 +"188430",62903,75343,2,1704,2008 +"188431",62903,79382,3,1704,1908 +"188432",62903,92513,3,1704,2282 +"188433",62939,25,3,2574,2762 +"188434",62939,602,2,2574,2632 +"188435",62939,762,2,2574,2671 +"188436",62939,12703,3,2574,2689 +"188437",62939,28982,3,2574,2746 +"188438",62957,733,3,1170,1653 +"188439",62957,1367,3,1170,2176 +"188440",62957,2063,3,1170,1278 +"188441",62957,2684,3,1170,2874 +"188442",62957,3167,3,1170,1676 +"188443",62957,4226,2,1170,1903 +"188444",62957,5568,3,1170,1290 +"188445",62957,6491,3,1170,2424 +"188446",62957,7245,3,1170,2089 +"188447",62957,8533,3,1170,2251 +"188448",62957,12374,3,1170,2260 +"188449",62957,12610,3,1170,1274 +"188450",62957,15539,3,1170,1929 +"188451",62957,18415,3,1170,2184 +"188452",62957,20311,3,1170,1981 +"188453",62957,21104,3,1170,2327 +"188454",62957,22006,3,1170,1202 +"188455",62957,26451,3,1170,2133 +"188456",62957,27792,3,1170,1308 +"188457",62957,28303,3,1170,2089 +"188458",62957,29073,2,1170,2328 +"188459",62957,31700,3,1170,2727 +"188460",62957,34136,3,1170,2202 +"188461",62957,34945,3,1170,1298 +"188462",62957,37937,3,1170,1320 +"188463",62957,41682,3,1170,1988 +"188464",62957,43518,3,1170,2680 +"188465",62957,58133,2,1170,1484 +"188466",62957,61719,3,1170,1515 +"188467",62957,63770,3,1170,1324 +"188468",62957,74409,3,1170,2639 +"188469",62957,82426,2,1170,1576 +"188470",62957,82696,3,1170,1305 +"188471",62957,86245,3,1170,1972 +"188472",62957,99020,3,1170,1383 +"188473",62957,99103,3,1170,1470 +"188474",62957,108379,3,1170,2933 +"188475",62961,16120,3,926,1237 +"188476",62961,22639,3,926,2352 +"188477",62961,31864,3,926,1266 +"188478",62961,33433,3,926,2805 +"188479",62961,49581,3,926,1817 +"188480",62961,50946,3,926,1075 +"188481",62961,55643,3,926,2359 +"188482",62961,67456,1,926,1608 +"188483",62963,841,3,1964,2964 +"188484",62963,6989,3,1964,2623 +"188485",62966,380,2,1282,2261 +"188486",62966,1102,3,1282,2282 +"188487",62966,1875,3,1282,1786 +"188488",62966,2572,2,1282,2273 +"188489",62966,2684,3,1282,2874 +"188490",62966,2894,3,1282,1291 +"188491",62966,3801,3,1282,1974 +"188492",62966,5235,3,1282,2324 +"188493",62966,6074,3,1282,2426 +"188494",62966,7406,3,1282,1906 +"188495",62966,8865,2,1282,2394 +"188496",62966,9615,3,1282,2464 +"188497",62966,10148,3,1282,2964 +"188498",62966,10513,3,1282,2284 +"188499",62966,12724,3,1282,1930 +"188500",62966,13808,3,1282,1356 +"188501",62966,19605,3,1282,2395 +"188502",62966,19937,2,1282,1587 +"188503",62966,24060,3,1282,2349 +"188504",62966,27908,3,1282,2576 +"188505",62966,29454,3,1282,2719 +"188506",62966,30906,3,1282,2537 +"188507",62966,35903,2,1282,1434 +"188508",62966,42129,3,1282,2318 +"188509",62966,42216,3,1282,2722 +"188510",62966,45302,3,1282,2390 +"188511",62966,45329,3,1282,1693 +"188512",62966,46486,3,1282,1868 +"188513",62966,48377,2,1282,1927 +"188514",62966,50134,3,1282,2674 +"188515",62966,51017,3,1282,2073 +"188516",62966,51035,3,1282,2397 +"188517",62966,55821,3,1282,1303 +"188518",62966,55862,3,1282,2123 +"188519",62966,63477,3,1282,1907 +"188520",62966,69232,3,1282,2130 +"188521",62975,3477,3,977,2546 +"188522",62975,4622,1,977,1589 +"188523",62975,4983,3,977,1909 +"188524",62975,6063,3,977,2349 +"188525",62975,7648,3,977,1861 +"188526",62975,8325,2,977,2228 +"188527",62975,9273,2,977,1747 +"188528",62975,14442,3,977,2700 +"188529",62975,16184,3,977,2274 +"188530",62975,18005,3,977,2449 +"188531",62975,18217,3,977,1566 +"188532",62975,20547,3,977,2145 +"188533",62975,25678,3,977,1558 +"188534",62975,29354,3,977,1123 +"188535",62975,31281,3,977,1937 +"188536",62975,32904,1,977,2055 +"188537",62975,33223,3,977,2397 +"188538",62975,33470,3,977,2003 +"188539",62975,34295,2,977,2735 +"188540",62975,37351,3,977,978 +"188541",62975,40542,3,977,1664 +"188542",62975,40759,2,977,2789 +"188543",62975,44473,1,977,1685 +"188544",62975,44501,2,977,2567 +"188545",62975,47094,3,977,2592 +"188546",62975,50253,3,977,1565 +"188547",62975,55307,1,977,2306 +"188548",62975,55482,3,977,1866 +"188549",62975,59289,3,977,2896 +"188550",62975,76503,3,977,1136 +"188551",62975,84317,3,977,2081 +"188552",62975,113848,3,977,999 +"188553",62976,1592,3,381,2006 +"188554",62976,1691,3,381,1941 +"188555",62976,5018,3,381,640 +"188556",62976,6252,3,381,2336 +"188557",62976,6390,3,381,2385 +"188558",62976,7798,3,381,949 +"188559",62976,8088,3,381,2220 +"188560",62976,12103,2,381,1244 +"188561",62976,14108,3,381,2012 +"188562",62976,15560,3,381,2257 +"188563",62976,16040,3,381,1244 +"188564",62976,18502,3,381,1033 +"188565",62976,18543,3,381,2968 +"188566",62976,20407,3,381,2339 +"188567",62976,26873,3,381,419 +"188568",62976,27792,3,381,1308 +"188569",62976,29948,3,381,2795 +"188570",62976,30906,3,381,2537 +"188571",62976,31001,3,381,2119 +"188572",62976,34314,3,381,630 +"188573",62976,34945,3,381,1298 +"188574",62976,35815,3,381,2789 +"188575",62976,36439,3,381,2469 +"188576",62976,37509,3,381,1640 +"188577",62976,41085,3,381,637 +"188578",62976,43173,3,381,2895 +"188579",62976,44427,3,381,2875 +"188580",62976,46596,2,381,1942 +"188581",62976,46621,3,381,1343 +"188582",62976,47585,3,381,794 +"188583",62976,49300,3,381,515 +"188584",62976,50235,2,381,726 +"188585",62976,52327,3,381,1472 +"188586",62976,53252,2,381,637 +"188587",62976,57990,3,381,978 +"188588",62976,58133,3,381,1484 +"188589",62976,61785,3,381,822 +"188590",62976,69122,3,381,416 +"188591",62976,75025,3,381,717 +"188592",62976,76192,3,381,912 +"188593",62976,78256,3,381,804 +"188594",62976,79612,3,381,927 +"188595",62976,88232,3,381,2881 +"188596",62976,89578,3,381,828 +"188597",62976,92592,2,381,486 +"188598",62976,93398,3,381,828 +"188599",62976,97824,2,381,1229 +"188600",62976,99953,3,381,581 +"188601",62976,101967,2,381,691 +"188602",62976,102731,2,381,630 +"188603",62976,105207,3,381,451 +"188604",62993,680,3,1369,2569 +"188605",62993,4303,3,1369,2414 +"188606",62993,4983,3,1369,1909 +"188607",62993,27686,3,1369,2844 +"188608",63030,11477,3,2251,2724 +"188609",63030,67957,2,2251,2823 +"188610",63030,92297,3,2251,2952 +"188611",63030,99215,3,2251,2791 +"188612",63063,675,3,361,1686 +"188613",63063,1046,3,361,1881 +"188614",63063,1136,3,361,2536 +"188615",63063,1349,3,361,1147 +"188616",63063,2063,3,361,1278 +"188617",63063,2743,3,361,1278 +"188618",63063,3493,2,361,2451 +"188619",63063,4360,3,361,1770 +"188620",63063,10488,3,361,1524 +"188621",63063,14656,3,361,584 +"188622",63063,16164,3,361,1184 +"188623",63063,16863,3,361,2069 +"188624",63063,17357,3,361,1536 +"188625",63063,20319,2,361,468 +"188626",63063,20824,3,361,1366 +"188627",63063,21122,3,361,1701 +"188628",63063,21758,3,361,1331 +"188629",63063,22884,3,361,1608 +"188630",63063,23729,3,361,1624 +"188631",63063,26322,3,361,1018 +"188632",63063,27753,3,361,2750 +"188633",63063,30325,3,361,1067 +"188634",63063,33588,3,361,1040 +"188635",63063,33621,3,361,1319 +"188636",63063,34492,3,361,1798 +"188637",63063,40293,3,361,1671 +"188638",63063,40487,3,361,2512 +"188639",63063,43213,3,361,2160 +"188640",63063,44648,3,361,619 +"188641",63063,46196,3,361,1510 +"188642",63063,46982,3,361,2806 +"188643",63063,51144,3,361,2466 +"188644",63063,51319,3,361,2488 +"188645",63063,52136,2,361,1412 +"188646",63063,55482,3,361,1866 +"188647",63063,56082,3,361,2395 +"188648",63063,63515,3,361,2023 +"188649",63063,64947,3,361,2489 +"188650",63063,64997,3,361,2791 +"188651",63063,72207,3,361,2430 +"188652",63063,75403,3,361,1895 +"188653",63063,79337,3,361,875 +"188654",63063,82767,3,361,1641 +"188655",63063,88232,3,361,2881 +"188656",63063,102107,3,361,504 +"188657",63063,109571,3,361,797 +"188658",63077,841,3,2778,2964 +"188659",63077,8062,2,2778,2858 +"188660",63077,11648,3,2778,2852 +"188661",63077,17973,3,2778,2837 +"188662",63077,25373,3,2778,2783 +"188663",63077,45869,3,2778,2840 +"188664",63077,59039,3,2778,2870 +"188665",63077,92297,3,2778,2952 +"188666",63078,288,3,602,947 +"188667",63078,3583,3,602,818 +"188668",63078,10709,3,602,746 +"188669",63078,16587,3,602,2065 +"188670",63078,18615,3,602,1025 +"188671",63078,22050,3,602,966 +"188672",63078,37873,1,602,1288 +"188673",63078,41064,3,602,1201 +"188674",63078,43135,3,602,1171 +"188675",63078,57691,2,602,1232 +"188676",63078,93933,3,602,1336 +"188677",63078,109521,3,602,609 +"188678",63096,2724,3,2307,2447 +"188679",63096,20036,3,2307,2384 +"188680",63096,32724,3,2307,2581 +"188681",63096,37801,3,2307,2578 +"188682",63096,44312,3,2307,2741 +"188683",63096,49805,3,2307,2445 +"188684",63096,80705,2,2307,2764 +"188685",63104,1624,3,2149,2687 +"188686",63104,2724,3,2149,2447 +"188687",63104,3477,3,2149,2546 +"188688",63104,3559,3,2149,2413 +"188689",63104,6063,3,2149,2349 +"188690",63104,14442,2,2149,2700 +"188691",63104,19075,3,2149,2214 +"188692",63104,31357,1,2149,2389 +"188693",63104,33223,3,2149,2397 +"188694",63104,36996,3,2149,2321 +"188695",63104,51843,2,2149,2389 +"188696",63104,54385,2,2149,2340 +"188697",63104,59289,3,2149,2896 +"188698",63104,59344,3,2149,2252 +"188699",63104,69308,3,2149,2370 +"188700",63104,80615,3,2149,2252 +"188701",63104,106755,2,2149,2166 +"188702",63104,110871,3,2149,2879 +"188703",63142,13324,3,1997,2163 +"188704",63142,23460,3,1997,2183 +"188705",63142,42129,3,1997,2318 +"188706",63147,10130,3,1477,2741 +"188707",63147,10215,3,1477,2006 +"188708",63147,13324,3,1477,2163 +"188709",63147,13479,3,1477,2155 +"188710",63147,13835,3,1477,1588 +"188711",63147,18277,3,1477,2309 +"188712",63147,18891,3,1477,1596 +"188713",63147,21479,2,1477,2134 +"188714",63147,23268,3,1477,2258 +"188715",63147,27427,3,1477,2325 +"188716",63147,36637,3,1477,2085 +"188717",63147,40707,3,1477,1547 +"188718",63147,53031,3,1477,2065 +"188719",63147,55906,2,1477,2851 +"188720",63147,58221,3,1477,1787 +"188721",63147,61188,3,1477,2134 +"188722",63147,80014,3,1477,1562 +"188723",63147,82409,2,1477,1881 +"188724",63147,91739,3,1477,1689 +"188725",63147,93615,3,1477,2386 +"188726",63201,5816,3,2139,2408 +"188727",63236,600,3,499,1702 +"188728",63236,5451,3,499,1299 +"188729",63236,23705,3,499,2699 +"188730",63236,27837,3,499,1315 +"188731",63236,34920,3,499,563 +"188732",63236,41739,3,499,1339 +"188733",63236,54158,3,499,1756 +"188734",63252,30507,1,1516,2302 +"188735",63252,55775,3,1516,2385 +"188736",63263,680,3,1267,2569 +"188737",63263,2668,3,1267,1529 +"188738",63263,4032,3,1267,1763 +"188739",63263,7896,3,1267,2447 +"188740",63263,12759,2,1267,2414 +"188741",63263,14558,2,1267,1585 +"188742",63263,15567,3,1267,2671 +"188743",63263,18381,3,1267,1524 +"188744",63263,25373,3,1267,2783 +"188745",63263,41338,3,1267,1553 +"188746",63263,41723,3,1267,2101 +"188747",63263,47529,3,1267,2914 +"188748",63263,53726,3,1267,1729 +"188749",63263,94525,3,1267,1993 +"188750",63328,1495,3,922,2046 +"188751",63328,1639,3,922,2631 +"188752",63328,2063,3,922,1278 +"188753",63328,2484,3,922,2389 +"188754",63328,2766,3,922,1920 +"188755",63328,3167,3,922,1676 +"188756",63328,3947,3,922,2067 +"188757",63328,4681,3,922,2356 +"188758",63328,5239,3,922,2875 +"188759",63328,5315,3,922,2631 +"188760",63328,5716,3,922,1058 +"188761",63328,6030,3,922,2953 +"188762",63328,6417,3,922,1675 +"188763",63328,7196,2,922,1508 +"188764",63328,7984,2,922,2493 +"188765",63328,8913,2,922,968 +"188766",63328,9391,3,922,1252 +"188767",63328,11218,3,922,2292 +"188768",63328,11456,3,922,2715 +"188769",63328,11477,3,922,2724 +"188770",63328,13780,2,922,2412 +"188771",63328,14943,3,922,1942 +"188772",63328,15401,2,922,1999 +"188773",63328,15453,3,922,1688 +"188774",63328,16352,3,922,2657 +"188775",63328,16625,3,922,1285 +"188776",63328,16801,3,922,2008 +"188777",63328,17934,3,922,1059 +"188778",63328,19950,3,922,1643 +"188779",63328,22216,3,922,1956 +"188780",63328,22311,3,922,2034 +"188781",63328,23725,3,922,2378 +"188782",63328,24169,3,922,1663 +"188783",63328,25271,3,922,1172 +"188784",63328,26713,3,922,1235 +"188785",63328,26818,3,922,1999 +"188786",63328,28056,3,922,1505 +"188787",63328,28731,3,922,955 +"188788",63328,28784,2,922,1579 +"188789",63328,29004,2,922,2596 +"188790",63328,29456,3,922,1182 +"188791",63328,29930,3,922,2240 +"188792",63328,30325,3,922,1067 +"188793",63328,30747,3,922,2455 +"188794",63328,31279,3,922,965 +"188795",63328,32988,2,922,2008 +"188796",63328,35186,3,922,1520 +"188797",63328,36559,2,922,2473 +"188798",63328,36862,3,922,2655 +"188799",63328,37758,3,922,1998 +"188800",63328,38219,3,922,1689 +"188801",63328,38449,3,922,1802 +"188802",63328,40432,3,922,1956 +"188803",63328,40645,3,922,1899 +"188804",63328,41955,3,922,2479 +"188805",63328,42196,1,922,2765 +"188806",63328,42505,3,922,2008 +"188807",63328,42642,3,922,2257 +"188808",63328,43135,3,922,1171 +"188809",63328,44068,3,922,1056 +"188810",63328,44720,3,922,1202 +"188811",63328,45959,3,922,1880 +"188812",63328,46040,3,922,2105 +"188813",63328,47947,3,922,2681 +"188814",63328,50252,3,922,2001 +"188815",63328,51410,3,922,2739 +"188816",63328,53134,2,922,1590 +"188817",63328,53293,3,922,2916 +"188818",63328,54929,3,922,2783 +"188819",63328,56237,3,922,2625 +"188820",63328,57529,3,922,2462 +"188821",63328,60516,3,922,2257 +"188822",63328,62488,3,922,1418 +"188823",63328,65155,2,922,1947 +"188824",63328,65203,3,922,1597 +"188825",63328,65322,3,922,2008 +"188826",63328,65679,3,922,1578 +"188827",63328,76511,3,922,1250 +"188828",63328,78150,3,922,2581 +"188829",63328,79088,3,922,1369 +"188830",63328,82409,3,922,1881 +"188831",63328,82767,3,922,1641 +"188832",63328,84268,3,922,1217 +"188833",63328,89511,3,922,1205 +"188834",63328,92757,3,922,2615 +"188835",63328,96352,3,922,1493 +"188836",63328,97160,3,922,1215 +"188837",63328,100140,3,922,1041 +"188838",63328,106620,3,922,1177 +"188839",63329,2014,3,639,973 +"188840",63329,2272,3,639,1640 +"188841",63329,2443,2,639,2333 +"188842",63329,3271,3,639,2216 +"188843",63329,3506,3,639,2364 +"188844",63329,3819,3,639,1583 +"188845",63329,5064,3,639,1690 +"188846",63329,6040,3,639,2103 +"188847",63329,6295,3,639,856 +"188848",63329,7123,3,639,1964 +"188849",63329,7604,3,639,1366 +"188850",63329,7932,3,639,789 +"188851",63329,9269,1,639,1892 +"188852",63329,9272,3,639,2835 +"188853",63329,9656,3,639,1135 +"188854",63329,9895,2,639,1960 +"188855",63329,9910,2,639,2526 +"188856",63329,9948,3,639,2019 +"188857",63329,10146,3,639,1878 +"188858",63329,10610,3,639,1427 +"188859",63329,10990,3,639,805 +"188860",63329,11351,3,639,2971 +"188861",63329,11858,3,639,1530 +"188862",63329,12632,3,639,1174 +"188863",63329,12914,3,639,1557 +"188864",63329,13034,3,639,698 +"188865",63329,14212,2,639,857 +"188866",63329,14442,3,639,2700 +"188867",63329,15281,3,639,810 +"188868",63329,15813,3,639,2143 +"188869",63329,16347,2,639,1868 +"188870",63329,17355,3,639,1469 +"188871",63329,17499,3,639,2954 +"188872",63329,17695,3,639,1930 +"188873",63329,17925,3,639,2385 +"188874",63329,20695,2,639,2526 +"188875",63329,21044,3,639,1574 +"188876",63329,22357,3,639,1397 +"188877",63329,23098,3,639,2300 +"188878",63329,23560,3,639,2051 +"188879",63329,24256,3,639,2393 +"188880",63329,25345,2,639,713 +"188881",63329,26597,3,639,2070 +"188882",63329,26740,2,639,2695 +"188883",63329,27512,3,639,947 +"188884",63329,29930,3,639,2240 +"188885",63329,31159,3,639,2231 +"188886",63329,31295,3,639,2183 +"188887",63329,31705,3,639,2706 +"188888",63329,32966,3,639,1583 +"188889",63329,33460,3,639,2781 +"188890",63329,34331,2,639,1727 +"188891",63329,36440,3,639,704 +"188892",63329,37765,3,639,1134 +"188893",63329,38697,3,639,2701 +"188894",63329,39009,3,639,1594 +"188895",63329,41075,3,639,1176 +"188896",63329,43226,3,639,2442 +"188897",63329,44744,2,639,2032 +"188898",63329,45449,3,639,1610 +"188899",63329,46568,3,639,822 +"188900",63329,47372,3,639,788 +"188901",63329,48110,3,639,2009 +"188902",63329,48931,3,639,2444 +"188903",63329,49379,3,639,1573 +"188904",63329,49708,3,639,1147 +"188905",63329,50678,3,639,1366 +"188906",63329,51890,3,639,1992 +"188907",63329,53584,3,639,2391 +"188908",63329,53640,3,639,1789 +"188909",63329,55261,3,639,1915 +"188910",63329,55325,3,639,653 +"188911",63329,56364,2,639,1626 +"188912",63329,58508,3,639,2326 +"188913",63329,63631,3,639,763 +"188914",63329,64712,3,639,1411 +"188915",63329,64803,3,639,841 +"188916",63329,65375,3,639,824 +"188917",63329,69335,3,639,2698 +"188918",63329,69453,3,639,2831 +"188919",63329,71307,3,639,761 +"188920",63329,76796,3,639,1140 +"188921",63329,77719,3,639,2086 +"188922",63329,78277,3,639,1937 +"188923",63329,78611,3,639,1586 +"188924",63329,79699,3,639,1735 +"188925",63329,79874,1,639,1570 +"188926",63329,80301,3,639,1690 +"188927",63329,80801,2,639,1250 +"188928",63329,84591,2,639,1685 +"188929",63329,84601,3,639,802 +"188930",63329,85926,2,639,907 +"188931",63329,87915,2,639,1152 +"188932",63329,92630,1,639,1583 +"188933",63329,93553,3,639,2537 +"188934",63329,96387,3,639,2159 +"188935",63329,96801,1,639,671 +"188936",63329,99237,3,639,783 +"188937",63329,101381,2,639,977 +"188938",63329,101666,2,639,1257 +"188939",63395,267,3,2334,2631 +"188940",63395,364,3,2334,2351 +"188941",63395,1519,3,2334,2349 +"188942",63395,3460,2,2334,2530 +"188943",63395,3896,2,2334,2693 +"188944",63395,4751,3,2334,2696 +"188945",63395,5120,3,2334,2735 +"188946",63395,5897,3,2334,2337 +"188947",63395,6262,3,2334,2733 +"188948",63395,7252,3,2334,2799 +"188949",63395,9184,3,2334,2670 +"188950",63395,9202,2,2334,2477 +"188951",63395,9272,3,2334,2835 +"188952",63395,16866,1,2334,2718 +"188953",63395,18421,3,2334,2457 +"188954",63395,18865,1,2334,2676 +"188955",63395,19208,2,2334,2629 +"188956",63395,19605,2,2334,2395 +"188957",63395,22207,3,2334,2365 +"188958",63395,26642,2,2334,2952 +"188959",63395,26865,3,2334,2726 +"188960",63395,27686,3,2334,2844 +"188961",63395,27914,3,2334,2507 +"188962",63395,29454,3,2334,2719 +"188963",63395,29977,3,2334,2781 +"188964",63395,30081,3,2334,2403 +"188965",63395,31089,3,2334,2952 +"188966",63395,31840,3,2334,2389 +"188967",63395,35980,3,2334,2657 +"188968",63395,36031,3,2334,2342 +"188969",63395,36270,2,2334,2910 +"188970",63395,36646,2,2334,2744 +"188971",63395,41134,3,2334,2952 +"188972",63395,41764,3,2334,2409 +"188973",63395,43673,3,2334,2787 +"188974",63395,44403,3,2334,2429 +"188975",63395,44688,3,2334,2924 +"188976",63395,47877,3,2334,2970 +"188977",63395,48931,3,2334,2444 +"188978",63395,50480,2,2334,2701 +"188979",63395,51055,3,2334,2558 +"188980",63395,51610,3,2334,2635 +"188981",63395,54775,3,2334,2383 +"188982",63395,56910,2,2334,2705 +"188983",63395,60661,3,2334,2700 +"188984",63395,61398,3,2334,2563 +"188985",63395,64469,2,2334,2707 +"188986",63395,74204,1,2334,2463 +"188987",63395,94640,3,2334,2344 +"188988",63395,104565,3,2334,2693 +"188989",63400,21416,2,1265,2375 +"188990",63409,135,3,1937,2233 +"188991",63409,145,2,1937,1998 +"188992",63409,270,3,1937,2542 +"188993",63409,312,3,1937,2038 +"188994",63409,455,3,1937,2827 +"188995",63409,470,2,1937,2285 +"188996",63409,913,1,1937,2144 +"188997",63409,1102,3,1937,2282 +"188998",63409,1136,3,1937,2536 +"188999",63409,1367,3,1937,2176 +"189000",63409,1616,3,1937,2662 +"189001",63409,1691,3,1937,1941 +"189002",63409,2424,3,1937,2582 +"189003",63409,2484,3,1937,2389 +"189004",63409,2625,3,1937,2152 +"189005",63409,2954,3,1937,2727 +"189006",63409,3161,3,1937,2229 +"189007",63409,4084,2,1937,2133 +"189008",63409,4430,3,1937,2019 +"189009",63409,4567,3,1937,2348 +"189010",63409,4687,3,1937,2152 +"189011",63409,4730,3,1937,2131 +"189012",63409,5235,3,1937,2324 +"189013",63409,5315,3,1937,2631 +"189014",63409,5429,3,1937,1991 +"189015",63409,5504,3,1937,2389 +"189016",63409,6047,3,1937,2004 +"189017",63409,6052,3,1937,1985 +"189018",63409,6222,3,1937,1949 +"189019",63409,6390,3,1937,2385 +"189020",63409,6718,3,1937,2138 +"189021",63409,7245,2,1937,2089 +"189022",63409,7515,1,1937,2737 +"189023",63409,7847,3,1937,2424 +"189024",63409,7992,3,1937,2033 +"189025",63409,8533,3,1937,2251 +"189026",63409,9184,2,1937,2670 +"189027",63409,9311,2,1937,2477 +"189028",63409,9362,3,1937,2879 +"189029",63409,10358,3,1937,2294 +"189030",63409,10433,2,1937,2075 +"189031",63409,10843,3,1937,2277 +"189032",63409,11103,3,1937,2393 +"189033",63409,11493,3,1937,2077 +"189034",63409,12528,3,1937,2589 +"189035",63409,12602,3,1937,1956 +"189036",63409,12618,3,1937,2021 +"189037",63409,12728,3,1937,2374 +"189038",63409,12778,3,1937,2045 +"189039",63409,14032,3,1937,2144 +"189040",63409,14652,3,1937,2516 +"189041",63409,14959,3,1937,2898 +"189042",63409,15626,3,1937,2434 +"189043",63409,16352,3,1937,2657 +"189044",63409,17520,3,1937,2276 +"189045",63409,18315,3,1937,2720 +"189046",63409,18394,3,1937,2356 +"189047",63409,18415,3,1937,2184 +"189048",63409,18543,3,1937,2968 +"189049",63409,19248,3,1937,2357 +"189050",63409,19322,2,1937,2048 +"189051",63409,19719,3,1937,2177 +"189052",63409,19858,3,1937,2357 +"189053",63409,20407,3,1937,2339 +"189054",63409,20563,3,1937,2267 +"189055",63409,21248,3,1937,2232 +"189056",63409,21693,3,1937,2176 +"189057",63409,22566,3,1937,2308 +"189058",63409,22567,3,1937,2396 +"189059",63409,23132,2,1937,2756 +"189060",63409,23310,3,1937,2371 +"189061",63409,23705,3,1937,2699 +"189062",63409,24256,3,1937,2393 +"189063",63409,24448,2,1937,2289 +"189064",63409,25198,3,1937,1982 +"189065",63409,25816,3,1937,2088 +"189066",63409,26642,3,1937,2952 +"189067",63409,27195,3,1937,2158 +"189068",63409,27275,2,1937,2656 +"189069",63409,27390,2,1937,2425 +"189070",63409,27391,3,1937,2378 +"189071",63409,28101,3,1937,1949 +"189072",63409,28432,3,1937,1954 +"189073",63409,29095,3,1937,2531 +"189074",63409,29308,3,1937,2094 +"189075",63409,29930,2,1937,2240 +"189076",63409,30052,3,1937,2855 +"189077",63409,30906,3,1937,2537 +"189078",63409,31089,3,1937,2952 +"189079",63409,31235,2,1937,2668 +"189080",63409,32503,3,1937,2020 +"189081",63409,33433,3,1937,2805 +"189082",63409,33622,3,1937,2230 +"189083",63409,33801,3,1937,2899 +"189084",63409,34707,3,1937,2042 +"189085",63409,34735,3,1937,2767 +"189086",63409,35256,3,1937,2271 +"189087",63409,36439,3,1937,2469 +"189088",63409,38780,3,1937,2705 +"189089",63409,39189,3,1937,2319 +"189090",63409,40368,3,1937,2876 +"189091",63409,40383,3,1937,2639 +"189092",63409,40756,3,1937,2329 +"189093",63409,41955,3,1937,2479 +"189094",63409,42687,3,1937,1952 +"189095",63409,42799,3,1937,2729 +"189096",63409,44135,3,1937,2620 +"189097",63409,44744,3,1937,2032 +"189098",63409,45633,2,1937,2134 +"189099",63409,47445,3,1937,2668 +"189100",63409,51041,3,1937,2606 +"189101",63409,51925,3,1937,2307 +"189102",63409,52576,3,1937,2234 +"189103",63409,53475,3,1937,2853 +"189104",63409,57544,3,1937,2443 +"189105",63409,59113,3,1937,2434 +"189106",63409,59700,3,1937,2346 +"189107",63409,62219,2,1937,2494 +"189108",63409,62840,3,1937,2502 +"189109",63409,64997,3,1937,2791 +"189110",63409,65691,3,1937,2134 +"189111",63409,66413,2,1937,2507 +"189112",63409,67652,3,1937,2736 +"189113",63409,73305,2,1937,2544 +"189114",63409,73553,3,1937,2726 +"189115",63409,74636,3,1937,2525 +"189116",63409,76892,3,1937,2381 +"189117",63409,79804,2,1937,2227 +"189118",63409,82949,3,1937,2077 +"189119",63409,83907,3,1937,2056 +"189120",63409,92322,2,1937,2393 +"189121",63442,270,3,1965,2542 +"189122",63442,2424,3,1965,2582 +"189123",63442,4953,1,1965,2285 +"189124",63442,5350,3,1965,2522 +"189125",63442,6044,2,1965,2744 +"189126",63442,7794,3,1965,2972 +"189127",63442,7795,2,1965,2789 +"189128",63442,11218,3,1965,2292 +"189129",63442,12042,2,1965,2345 +"189130",63442,12081,3,1965,2166 +"189131",63442,12863,3,1965,2027 +"189132",63442,14252,3,1965,2244 +"189133",63442,14972,3,1965,2332 +"189134",63442,15008,3,1965,2338 +"189135",63442,15381,2,1965,2289 +"189136",63442,15729,3,1965,2338 +"189137",63442,16352,3,1965,2657 +"189138",63442,16628,3,1965,2409 +"189139",63442,17365,2,1965,2746 +"189140",63442,17400,3,1965,2231 +"189141",63442,17826,3,1965,2920 +"189142",63442,24253,2,1965,2213 +"189143",63442,25213,3,1965,2338 +"189144",63442,25569,3,1965,2317 +"189145",63442,26067,3,1965,2069 +"189146",63442,26080,3,1965,2525 +"189147",63442,28296,3,1965,2944 +"189148",63442,31159,3,1965,2231 +"189149",63442,31295,3,1965,2183 +"189150",63442,34735,3,1965,2767 +"189151",63442,35926,3,1965,2371 +"189152",63442,37238,3,1965,2609 +"189153",63442,38307,2,1965,2648 +"189154",63442,41945,3,1965,2856 +"189155",63442,41972,3,1965,2509 +"189156",63442,43455,2,1965,2846 +"189157",63442,43796,2,1965,2476 +"189158",63442,46629,3,1965,2255 +"189159",63442,47248,3,1965,2883 +"189160",63442,50113,3,1965,2059 +"189161",63442,51017,3,1965,2073 +"189162",63442,51866,3,1965,2411 +"189163",63442,52032,3,1965,2853 +"189164",63442,52892,3,1965,2372 +"189165",63442,54929,3,1965,2783 +"189166",63442,56082,3,1965,2395 +"189167",63442,60476,3,1965,2508 +"189168",63442,61982,3,1965,2725 +"189169",63442,70573,3,1965,1993 +"189170",63442,81221,3,1965,2285 +"189171",63477,160,2,1907,2007 +"189172",63477,1495,3,1907,2046 +"189173",63477,2684,2,1907,2874 +"189174",63477,2766,3,1907,1920 +"189175",63477,3409,3,1907,2167 +"189176",63477,4763,3,1907,1960 +"189177",63477,5710,2,1907,1926 +"189178",63477,5865,3,1907,1910 +"189179",63477,6192,3,1907,2409 +"189180",63477,7616,3,1907,2296 +"189181",63477,8238,3,1907,2222 +"189182",63477,8274,3,1907,1909 +"189183",63477,8726,3,1907,2083 +"189184",63477,9331,3,1907,2269 +"189185",63477,9723,3,1907,2302 +"189186",63477,11055,3,1907,2111 +"189187",63477,12081,3,1907,2166 +"189188",63477,12388,3,1907,1975 +"189189",63477,12775,3,1907,1982 +"189190",63477,12976,2,1907,2399 +"189191",63477,13249,2,1907,2573 +"189192",63477,13324,2,1907,2163 +"189193",63477,15184,3,1907,2396 +"189194",63477,15626,3,1907,2434 +"189195",63477,16539,3,1907,1947 +"189196",63477,17351,3,1907,2036 +"189197",63477,17632,3,1907,1947 +"189198",63477,19208,2,1907,2629 +"189199",63477,19215,3,1907,2604 +"189200",63477,19605,3,1907,2395 +"189201",63477,20124,3,1907,2376 +"189202",63477,20200,3,1907,2322 +"189203",63477,21681,3,1907,2005 +"189204",63477,22216,3,1907,1956 +"189205",63477,22292,3,1907,1910 +"189206",63477,22580,3,1907,2245 +"189207",63477,22682,2,1907,2035 +"189208",63477,22709,3,1907,2743 +"189209",63477,22808,3,1907,2297 +"189210",63477,23098,3,1907,2300 +"189211",63477,23460,2,1907,2183 +"189212",63477,23825,3,1907,1913 +"189213",63477,24256,3,1907,2393 +"189214",63477,24753,3,1907,2860 +"189215",63477,25030,3,1907,2017 +"189216",63477,25985,3,1907,2071 +"189217",63477,27501,3,1907,1981 +"189218",63477,27796,3,1907,2151 +"189219",63477,28218,2,1907,2048 +"189220",63477,29454,3,1907,2719 +"189221",63477,30081,3,1907,2403 +"189222",63477,30525,3,1907,1964 +"189223",63477,30697,3,1907,2891 +"189224",63477,31159,3,1907,2231 +"189225",63477,31705,2,1907,2706 +"189226",63477,33010,3,1907,2189 +"189227",63477,36559,2,1907,2473 +"189228",63477,36962,3,1907,2861 +"189229",63477,38727,3,1907,2238 +"189230",63477,39556,3,1907,2747 +"189231",63477,41664,3,1907,2641 +"189232",63477,41764,3,1907,2409 +"189233",63477,42129,3,1907,2318 +"189234",63477,47564,3,1907,2650 +"189235",63477,47947,3,1907,2681 +"189236",63477,48377,3,1907,1927 +"189237",63477,50480,3,1907,2701 +"189238",63477,51853,3,1907,2520 +"189239",63477,55076,3,1907,2408 +"189240",63477,55156,3,1907,2196 +"189241",63477,55643,3,1907,2359 +"189242",63477,78563,2,1907,2385 +"189243",63477,81349,3,1907,1958 +"189244",63498,1629,3,977,1289 +"189245",63498,2226,3,977,2225 +"189246",63498,2344,3,977,2752 +"189247",63498,2852,2,977,2448 +"189248",63498,2894,3,977,1291 +"189249",63498,3284,2,977,1541 +"189250",63498,5599,3,977,1684 +"189251",63498,5897,3,977,2337 +"189252",63498,8610,3,977,2240 +"189253",63498,9481,3,977,1610 +"189254",63498,9723,3,977,2302 +"189255",63498,11239,2,977,2181 +"189256",63498,12897,2,977,1351 +"189257",63498,12948,3,977,2669 +"189258",63498,15978,3,977,981 +"189259",63498,16684,3,977,1657 +"189260",63498,19364,3,977,2846 +"189261",63498,19655,3,977,2706 +"189262",63498,21207,2,977,1258 +"189263",63498,22709,3,977,2743 +"189264",63498,27195,3,977,2158 +"189265",63498,27509,3,977,2067 +"189266",63498,28081,3,977,1927 +"189267",63498,28432,3,977,1954 +"189268",63498,32549,3,977,2111 +"189269",63498,32775,2,977,2135 +"189270",63498,34831,2,977,1866 +"189271",63498,34921,3,977,2181 +"189272",63498,35477,3,977,2703 +"189273",63498,36514,2,977,1192 +"189274",63498,37929,3,977,2393 +"189275",63498,41023,3,977,2408 +"189276",63498,41581,3,977,1692 +"189277",63498,41969,3,977,2189 +"189278",63498,44235,3,977,2700 +"189279",63498,48015,3,977,1355 +"189280",63498,52215,2,977,1908 +"189281",63498,54631,3,977,1531 +"189282",63498,55472,2,977,1516 +"189283",63498,59726,3,977,1513 +"189284",63498,61585,3,977,2315 +"189285",63498,66693,3,977,2554 +"189286",63498,68789,3,977,1929 +"189287",63498,70070,2,977,2425 +"189288",63498,73172,3,977,2496 +"189289",63498,73553,3,977,2726 +"189290",63498,82819,3,977,1900 +"189291",63498,94640,3,977,2344 +"189292",63502,160,3,113,2007 +"189293",63502,1067,3,113,918 +"189294",63502,1124,3,113,1596 +"189295",63502,1427,3,113,324 +"189296",63502,1641,3,113,1490 +"189297",63502,1888,3,113,114 +"189298",63502,2077,3,113,610 +"189299",63502,2684,3,113,2874 +"189300",63502,2894,3,113,1291 +"189301",63502,3819,3,113,1583 +"189302",63502,3954,3,113,839 +"189303",63502,4705,3,113,1714 +"189304",63502,5392,3,113,1648 +"189305",63502,5610,3,113,2223 +"189306",63502,5615,3,113,1105 +"189307",63502,5865,3,113,1910 +"189308",63502,6192,3,113,2409 +"189309",63502,7118,3,113,966 +"189310",63502,7185,3,113,1046 +"189311",63502,7258,3,113,1714 +"189312",63502,7406,3,113,1906 +"189313",63502,7555,3,113,1943 +"189314",63502,7616,2,113,2296 +"189315",63502,7798,3,113,949 +"189316",63502,8238,3,113,2222 +"189317",63502,8274,3,113,1909 +"189318",63502,8726,3,113,2083 +"189319",63502,8865,3,113,2394 +"189320",63502,9311,3,113,2477 +"189321",63502,9423,3,113,1708 +"189322",63502,9615,2,113,2464 +"189323",63502,9871,2,113,921 +"189324",63502,10744,3,113,955 +"189325",63502,10779,3,113,2881 +"189326",63502,10870,3,113,1755 +"189327",63502,11601,3,113,173 +"189328",63502,11770,3,113,1653 +"189329",63502,11912,3,113,889 +"189330",63502,12081,3,113,2166 +"189331",63502,12122,2,113,1385 +"189332",63502,12388,3,113,1975 +"189333",63502,12473,2,113,801 +"189334",63502,12632,3,113,1174 +"189335",63502,12712,1,113,815 +"189336",63502,12729,3,113,1835 +"189337",63502,12778,3,113,2045 +"189338",63502,13249,3,113,2573 +"189339",63502,13324,3,113,2163 +"189340",63502,14731,3,113,2012 +"189341",63502,15691,3,113,324 +"189342",63502,16053,3,113,908 +"189343",63502,16193,3,113,756 +"189344",63502,16539,2,113,1947 +"189345",63502,16542,3,113,2039 +"189346",63502,16850,3,113,1657 +"189347",63502,17033,3,113,2771 +"189348",63502,17632,3,113,1947 +"189349",63502,17931,3,113,1617 +"189350",63502,18464,3,113,2312 +"189351",63502,18670,2,113,1835 +"189352",63502,19208,2,113,2629 +"189353",63502,19605,3,113,2395 +"189354",63502,19937,3,113,1587 +"189355",63502,21950,3,113,1892 +"189356",63502,22057,3,113,974 +"189357",63502,22292,3,113,1910 +"189358",63502,22543,3,113,1594 +"189359",63502,22682,3,113,2035 +"189360",63502,22808,3,113,2297 +"189361",63502,23460,3,113,2183 +"189362",63502,24169,3,113,1663 +"189363",63502,24256,2,113,2393 +"189364",63502,24512,3,113,1369 +"189365",63502,24753,2,113,2860 +"189366",63502,24793,3,113,1993 +"189367",63502,24794,3,113,925 +"189368",63502,24826,3,113,1382 +"189369",63502,25030,3,113,2017 +"189370",63502,25033,3,113,929 +"189371",63502,25490,3,113,639 +"189372",63502,26873,3,113,419 +"189373",63502,27323,3,113,943 +"189374",63502,27480,3,113,582 +"189375",63502,27796,3,113,2151 +"189376",63502,29089,3,113,1344 +"189377",63502,29454,2,113,2719 +"189378",63502,29512,1,113,1594 +"189379",63502,29930,3,113,2240 +"189380",63502,31159,3,113,2231 +"189381",63502,31209,3,113,1137 +"189382",63502,31705,3,113,2706 +"189383",63502,31890,3,113,1487 +"189384",63502,31901,3,113,1251 +"189385",63502,32017,3,113,577 +"189386",63502,32047,3,113,1858 +"189387",63502,32131,3,113,1035 +"189388",63502,32173,3,113,2341 +"189389",63502,33230,2,113,539 +"189390",63502,33697,3,113,1309 +"189391",63502,33801,3,113,2899 +"189392",63502,34707,3,113,2042 +"189393",63502,34820,3,113,1630 +"189394",63502,35888,3,113,2291 +"189395",63502,35903,3,113,1434 +"189396",63502,36578,3,113,1484 +"189397",63502,36737,3,113,829 +"189398",63502,36784,1,113,576 +"189399",63502,36837,3,113,1556 +"189400",63502,39278,3,113,1952 +"189401",63502,39464,3,113,2314 +"189402",63502,39563,3,113,486 +"189403",63502,40003,3,113,936 +"189404",63502,40186,3,113,199 +"189405",63502,40368,3,113,2876 +"189406",63502,41518,3,113,1641 +"189407",63502,41664,1,113,2641 +"189408",63502,41764,3,113,2409 +"189409",63502,42129,3,113,2318 +"189410",63502,42515,3,113,2752 +"189411",63502,44089,3,113,1632 +"189412",63502,44135,3,113,2620 +"189413",63502,44161,3,113,1156 +"189414",63502,45329,3,113,1693 +"189415",63502,45545,3,113,1776 +"189416",63502,46680,3,113,1690 +"189417",63502,47049,3,113,253 +"189418",63502,47386,3,113,2226 +"189419",63502,47564,3,113,2650 +"189420",63502,47726,3,113,1272 +"189421",63502,48377,3,113,1927 +"189422",63502,49334,2,113,2433 +"189423",63502,49470,3,113,1528 +"189424",63502,50001,3,113,1518 +"189425",63502,50254,2,113,1151 +"189426",63502,50480,3,113,2701 +"189427",63502,51157,2,113,2319 +"189428",63502,52699,3,113,1372 +"189429",63502,52969,3,113,2302 +"189430",63502,53475,3,113,2853 +"189431",63502,53830,2,113,1307 +"189432",63502,54094,3,113,987 +"189433",63502,55076,2,113,2408 +"189434",63502,55862,3,113,2123 +"189435",63502,56854,1,113,2022 +"189436",63502,58733,2,113,1958 +"189437",63502,58854,3,113,1131 +"189438",63502,60584,2,113,288 +"189439",63502,61975,3,113,983 +"189440",63502,62148,3,113,1566 +"189441",63502,62966,3,113,1282 +"189442",63502,63477,3,113,1907 +"189443",63502,64043,3,113,183 +"189444",63502,64219,2,113,2705 +"189445",63502,65700,2,113,200 +"189446",63502,66756,2,113,1301 +"189447",63502,67748,3,113,1498 +"189448",63502,67788,3,113,837 +"189449",63502,69250,2,113,1439 +"189450",63502,70046,3,113,2624 +"189451",63502,71560,2,113,280 +"189452",63502,71948,3,113,1754 +"189453",63502,76607,3,113,747 +"189454",63502,76646,2,113,1263 +"189455",63502,77611,2,113,1795 +"189456",63502,78270,3,113,1171 +"189457",63502,81469,2,113,519 +"189458",63502,82187,2,113,1055 +"189459",63502,82893,2,113,1275 +"189460",63502,85356,3,113,1492 +"189461",63502,88887,3,113,1161 +"189462",63502,96553,3,113,1887 +"189463",63502,96611,3,113,765 +"189464",63502,97275,3,113,731 +"189465",63502,100241,3,113,777 +"189466",63502,100799,3,113,311 +"189467",63502,102793,3,113,912 +"189468",63502,109663,3,113,545 +"189469",63502,115734,3,113,859 +"189470",63510,45664,3,1602,2235 +"189471",63510,50899,3,1602,2125 +"189472",63510,77057,3,1602,1866 +"189473",63510,77095,3,1602,1622 +"189474",63510,113498,3,1602,2568 +"189475",63515,3495,3,2023,2431 +"189476",63515,4671,3,2023,2280 +"189477",63515,9695,3,2023,2143 +"189478",63515,20162,3,2023,2328 +"189479",63515,31799,3,2023,2547 +"189480",63515,37301,3,2023,2160 +"189481",63515,51410,3,2023,2739 +"189482",63515,64997,3,2023,2791 +"189483",63515,72334,3,2023,2820 +"189484",63515,77155,3,2023,2946 +"189485",63525,43929,3,2741,2749 +"189486",63547,380,3,1023,2261 +"189487",63547,600,3,1023,1702 +"189488",63547,675,3,1023,1686 +"189489",63547,1102,3,1023,2282 +"189490",63547,1127,2,1023,1188 +"189491",63547,1130,2,1023,1566 +"189492",63547,1136,3,1023,2536 +"189493",63547,1175,3,1023,1642 +"189494",63547,1875,3,1023,1786 +"189495",63547,2325,2,1023,1641 +"189496",63547,2572,3,1023,2273 +"189497",63547,2754,2,1023,1360 +"189498",63547,2765,3,1023,2321 +"189499",63547,2864,3,1023,1543 +"189500",63547,3716,3,1023,1679 +"189501",63547,3777,2,1023,1798 +"189502",63547,3801,3,1023,1974 +"189503",63547,3886,2,1023,1669 +"189504",63547,3966,2,1023,2425 +"189505",63547,4253,3,1023,1890 +"189506",63547,4567,3,1023,2348 +"189507",63547,4690,3,1023,1938 +"189508",63547,4790,3,1023,1025 +"189509",63547,4791,3,1023,1184 +"189510",63547,4953,3,1023,2285 +"189511",63547,5986,3,1023,1721 +"189512",63547,6044,2,1023,2744 +"189513",63547,6047,3,1023,2004 +"189514",63547,6052,3,1023,1985 +"189515",63547,6074,3,1023,2426 +"189516",63547,6417,3,1023,1675 +"189517",63547,7406,3,1023,1906 +"189518",63547,7847,3,1023,2424 +"189519",63547,7861,2,1023,1647 +"189520",63547,10358,3,1023,2294 +"189521",63547,10513,2,1023,2284 +"189522",63547,10717,3,1023,1938 +"189523",63547,10836,3,1023,2215 +"189524",63547,11208,3,1023,1161 +"189525",63547,11218,3,1023,2292 +"189526",63547,11540,2,1023,1237 +"189527",63547,12042,3,1023,2345 +"189528",63547,12602,3,1023,1956 +"189529",63547,12724,3,1023,1930 +"189530",63547,13945,3,1023,1324 +"189531",63547,14072,3,1023,1346 +"189532",63547,14834,3,1023,2739 +"189533",63547,14983,3,1023,1047 +"189534",63547,15005,3,1023,1415 +"189535",63547,15315,3,1023,2173 +"189536",63547,15626,3,1023,2434 +"189537",63547,15872,3,1023,1551 +"189538",63547,16120,3,1023,1237 +"189539",63547,16352,3,1023,2657 +"189540",63547,17381,3,1023,1697 +"189541",63547,17396,3,1023,1672 +"189542",63547,17819,3,1023,2291 +"189543",63547,17931,3,1023,1617 +"189544",63547,17943,2,1023,1943 +"189545",63547,18011,3,1023,1636 +"189546",63547,18502,3,1023,1033 +"189547",63547,18825,3,1023,1240 +"189548",63547,19049,3,1023,1798 +"189549",63547,20975,3,1023,1305 +"189550",63547,21029,3,1023,1943 +"189551",63547,21138,2,1023,2849 +"189552",63547,21682,3,1023,2414 +"189553",63547,21929,3,1023,2062 +"189554",63547,22141,3,1023,2348 +"189555",63547,22403,3,1023,1630 +"189556",63547,22639,3,1023,2352 +"189557",63547,22714,3,1023,2793 +"189558",63547,23159,3,1023,1548 +"189559",63547,23310,3,1023,2371 +"189560",63547,23641,3,1023,1934 +"189561",63547,23825,3,1023,1913 +"189562",63547,25129,3,1023,2647 +"189563",63547,25325,3,1023,2963 +"189564",63547,25341,3,1023,1858 +"189565",63547,25443,3,1023,1441 +"189566",63547,26080,2,1023,2525 +"189567",63547,26282,2,1023,1241 +"189568",63547,26766,3,1023,1161 +"189569",63547,29115,3,1023,1047 +"189570",63547,29243,3,1023,2011 +"189571",63547,29917,3,1023,1962 +"189572",63547,31799,3,1023,2547 +"189573",63547,32919,3,1023,2321 +"189574",63547,34057,3,1023,1657 +"189575",63547,34509,2,1023,1973 +"189576",63547,35045,3,1023,1646 +"189577",63547,38055,2,1023,1089 +"189578",63547,38551,3,1023,2965 +"189579",63547,41739,3,1023,1339 +"189580",63547,41972,2,1023,2509 +"189581",63547,42129,3,1023,2318 +"189582",63547,42216,3,1023,2722 +"189583",63547,42474,3,1023,2322 +"189584",63547,45302,3,1023,2390 +"189585",63547,46091,3,1023,1938 +"189586",63547,46182,3,1023,1613 +"189587",63547,47248,1,1023,2883 +"189588",63547,47715,3,1023,2111 +"189589",63547,49512,3,1023,1302 +"189590",63547,50124,3,1023,1209 +"189591",63547,51017,1,1023,2073 +"189592",63547,51035,2,1023,2397 +"189593",63547,51410,3,1023,2739 +"189594",63547,51866,3,1023,2411 +"189595",63547,52003,3,1023,2067 +"189596",63547,53323,3,1023,2677 +"189597",63547,53433,3,1023,1187 +"189598",63547,58035,3,1023,1646 +"189599",63547,63442,3,1023,1965 +"189600",63547,64181,2,1023,1828 +"189601",63547,64997,3,1023,2791 +"189602",63547,65625,3,1023,1273 +"189603",63547,66413,3,1023,2507 +"189604",63547,66983,3,1023,2397 +"189605",63547,69260,3,1023,1698 +"189606",63547,69712,3,1023,1219 +"189607",63547,70605,2,1023,1176 +"189608",63547,71342,3,1023,1289 +"189609",63547,72334,3,1023,2820 +"189610",63547,76603,3,1023,1300 +"189611",63547,80825,3,1023,2315 +"189612",63547,82787,3,1023,1144 +"189613",63547,84022,3,1023,2289 +"189614",63547,92508,3,1023,1374 +"189615",63547,105063,3,1023,1908 +"189616",63555,5414,3,1290,2321 +"189617",63555,12818,3,1290,2015 +"189618",63555,13024,3,1290,2468 +"189619",63555,15075,3,1290,2252 +"189620",63555,15088,2,1290,2906 +"189621",63555,18700,3,1290,1929 +"189622",63555,18954,1,1290,2364 +"189623",63555,20392,3,1290,1309 +"189624",63555,51265,3,1290,2670 +"189625",63555,69215,3,1290,1591 +"189626",63555,72827,2,1290,1359 +"189627",63555,96169,2,1290,2356 +"189628",63555,108872,3,1290,1810 +"189629",63568,42,2,570,2265 +"189630",63568,803,3,570,1666 +"189631",63568,1090,3,570,2370 +"189632",63568,1321,3,570,2075 +"189633",63568,1676,2,570,1198 +"189634",63568,3352,3,570,1707 +"189635",63568,5504,3,570,2389 +"189636",63568,16497,3,570,2370 +"189637",63568,19453,3,570,1928 +"189638",63568,19528,3,570,2742 +"189639",63568,19963,3,570,810 +"189640",63568,26608,3,570,2329 +"189641",63568,26706,3,570,1846 +"189642",63568,39190,3,570,989 +"189643",63568,39444,3,570,2695 +"189644",63568,42925,3,570,1358 +"189645",63568,44684,3,570,1220 +"189646",63568,53637,3,570,2113 +"189647",63568,53789,3,570,2681 +"189648",63568,55556,3,570,2075 +"189649",63568,70863,3,570,822 +"189650",63568,71478,3,570,1721 +"189651",63568,79700,2,570,1029 +"189652",63568,84076,1,570,1106 +"189653",63568,100218,3,570,606 +"189654",63568,102824,3,570,2944 +"189655",63568,109521,3,570,609 +"189656",63573,7847,3,1973,2424 +"189657",63573,8238,3,1973,2222 +"189658",63573,17351,3,1973,2036 +"189659",63573,24392,3,1973,2719 +"189660",63573,47564,3,1973,2650 +"189661",63604,21,3,927,1385 +"189662",63604,1108,3,927,1600 +"189663",63604,8140,3,927,1262 +"189664",63604,10239,3,927,2032 +"189665",63604,10980,2,927,1974 +"189666",63604,12610,3,927,1274 +"189667",63604,14108,3,927,2012 +"189668",63604,14586,3,927,2801 +"189669",63604,22166,3,927,994 +"189670",63604,22704,2,927,1150 +"189671",63604,23692,3,927,1540 +"189672",63604,35728,3,927,2017 +"189673",63604,37522,2,927,1270 +"189674",63604,38087,3,927,1083 +"189675",63604,42331,2,927,1585 +"189676",63604,46726,3,927,943 +"189677",63604,47810,3,927,957 +"189678",63604,50903,2,927,931 +"189679",63604,50996,3,927,929 +"189680",63604,67617,3,927,1149 +"189681",63604,70101,3,927,2414 +"189682",63604,84975,3,927,1138 +"189683",63604,103890,3,927,958 +"189684",63623,16690,3,1394,2132 +"189685",63631,827,3,763,2964 +"189686",63631,919,3,763,910 +"189687",63631,1257,3,763,1212 +"189688",63631,1624,2,763,2687 +"189689",63631,1708,2,763,1591 +"189690",63631,2506,3,763,954 +"189691",63631,2647,2,763,2450 +"189692",63631,2724,3,763,2447 +"189693",63631,3271,3,763,2216 +"189694",63631,3272,2,763,2132 +"189695",63631,3559,2,763,2413 +"189696",63631,4968,2,763,1586 +"189697",63631,6020,3,763,1864 +"189698",63631,6040,3,763,2103 +"189699",63631,6295,3,763,856 +"189700",63631,7604,2,763,1366 +"189701",63631,9269,3,763,1892 +"189702",63631,9272,3,763,2835 +"189703",63631,9724,3,763,2713 +"189704",63631,9895,3,763,1960 +"189705",63631,9910,3,763,2526 +"189706",63631,9948,3,763,2019 +"189707",63631,10701,2,763,2000 +"189708",63631,11858,3,763,1530 +"189709",63631,12197,2,763,1235 +"189710",63631,12598,3,763,2086 +"189711",63631,12632,3,763,1174 +"189712",63631,12735,3,763,819 +"189713",63631,12914,3,763,1557 +"189714",63631,14212,3,763,857 +"189715",63631,15023,2,763,2054 +"189716",63631,15607,3,763,1421 +"189717",63631,17499,3,763,2954 +"189718",63631,17531,3,763,876 +"189719",63631,17695,3,763,1930 +"189720",63631,19075,2,763,2214 +"189721",63631,19358,3,763,880 +"189722",63631,19667,3,763,1466 +"189723",63631,20547,2,763,2145 +"189724",63631,20695,3,763,2526 +"189725",63631,20739,2,763,2025 +"189726",63631,21044,2,763,1574 +"189727",63631,21571,3,763,2755 +"189728",63631,22566,3,763,2308 +"189729",63631,25518,2,763,1955 +"189730",63631,27570,3,763,1559 +"189731",63631,29100,2,763,843 +"189732",63631,29354,3,763,1123 +"189733",63631,29778,3,763,840 +"189734",63631,31295,3,763,2183 +"189735",63631,31357,2,763,2389 +"189736",63631,32070,3,763,950 +"189737",63631,32169,3,763,2504 +"189738",63631,32350,2,763,1540 +"189739",63631,32841,3,763,1345 +"189740",63631,32966,3,763,1583 +"189741",63631,34331,3,763,1727 +"189742",63631,36399,3,763,1357 +"189743",63631,38309,3,763,2644 +"189744",63631,38697,2,763,2701 +"189745",63631,39893,2,763,1601 +"189746",63631,42382,3,763,2224 +"189747",63631,42390,3,763,2937 +"189748",63631,42956,3,763,932 +"189749",63631,43226,3,763,2442 +"189750",63631,43543,3,763,1457 +"189751",63631,43701,3,763,2400 +"189752",63631,43768,3,763,1468 +"189753",63631,46568,3,763,822 +"189754",63631,46616,3,763,1917 +"189755",63631,47372,2,763,788 +"189756",63631,47607,2,763,2724 +"189757",63631,48110,3,763,2009 +"189758",63631,48419,3,763,1134 +"189759",63631,49403,3,763,2427 +"189760",63631,49708,2,763,1147 +"189761",63631,50468,2,763,1659 +"189762",63631,50678,3,763,1366 +"189763",63631,51399,3,763,934 +"189764",63631,51843,2,763,2389 +"189765",63631,51890,2,763,1992 +"189766",63631,52953,3,763,1741 +"189767",63631,53584,3,763,2391 +"189768",63631,54385,2,763,2340 +"189769",63631,55261,3,763,1915 +"189770",63631,55730,2,763,1217 +"189771",63631,55775,3,763,2385 +"189772",63631,56168,3,763,1466 +"189773",63631,56364,3,763,1626 +"189774",63631,58508,3,763,2326 +"189775",63631,59344,3,763,2252 +"189776",63631,63104,3,763,2149 +"189777",63631,65375,3,763,824 +"189778",63631,69308,3,763,2370 +"189779",63631,69335,3,763,2698 +"189780",63631,69453,3,763,2831 +"189781",63631,71895,3,763,1327 +"189782",63631,76295,1,763,1001 +"189783",63631,76796,3,763,1140 +"189784",63631,76814,2,763,926 +"189785",63631,76929,3,763,910 +"189786",63631,78611,3,763,1586 +"189787",63631,80301,3,763,1690 +"189788",63631,80615,2,763,2252 +"189789",63631,80801,3,763,1250 +"189790",63631,83122,3,763,1503 +"189791",63631,83334,3,763,1708 +"189792",63631,84591,3,763,1685 +"189793",63631,84808,2,763,1974 +"189794",63631,87901,2,763,849 +"189795",63631,87915,3,763,1152 +"189796",63631,91465,3,763,1047 +"189797",63631,93123,3,763,870 +"189798",63631,93590,2,763,1188 +"189799",63631,93642,3,763,1120 +"189800",63631,95998,2,763,1250 +"189801",63631,97266,3,763,1016 +"189802",63631,98436,3,763,1212 +"189803",63631,101381,3,763,977 +"189804",63631,101666,3,763,1257 +"189805",63631,110737,3,763,2117 +"189806",63631,110871,2,763,2879 +"189807",63637,42,3,498,2265 +"189808",63637,543,3,498,2203 +"189809",63637,733,3,498,1653 +"189810",63637,803,3,498,1666 +"189811",63637,1090,3,498,2370 +"189812",63637,1275,3,498,2068 +"189813",63637,1321,2,498,2075 +"189814",63637,1469,3,498,1160 +"189815",63637,1676,3,498,1198 +"189816",63637,1777,3,498,1965 +"189817",63637,2166,2,498,2557 +"189818",63637,2484,3,498,2389 +"189819",63637,3352,3,498,1707 +"189820",63637,3830,3,498,1661 +"189821",63637,5041,3,498,2371 +"189822",63637,5078,3,498,2033 +"189823",63637,5457,3,498,2077 +"189824",63637,5462,3,498,2374 +"189825",63637,5504,2,498,2389 +"189826",63637,5912,3,498,2257 +"189827",63637,7078,2,498,2344 +"189828",63637,7323,3,498,2858 +"189829",63637,8621,3,498,1681 +"189830",63637,9175,3,498,2639 +"189831",63637,10874,3,498,1891 +"189832",63637,11346,3,498,1924 +"189833",63637,12462,3,498,1461 +"189834",63637,13751,3,498,2557 +"189835",63637,14108,3,498,2012 +"189836",63637,15184,3,498,2396 +"189837",63637,16164,3,498,1184 +"189838",63637,16497,3,498,2370 +"189839",63637,18151,3,498,2962 +"189840",63637,19528,2,498,2742 +"189841",63637,19963,2,498,810 +"189842",63637,21076,3,498,1591 +"189843",63637,21095,3,498,856 +"189844",63637,21911,3,498,1184 +"189845",63637,22006,3,498,1202 +"189846",63637,22749,3,498,1727 +"189847",63637,24255,3,498,2770 +"189848",63637,26608,2,498,2329 +"189849",63637,28731,3,498,955 +"189850",63637,30386,2,498,1833 +"189851",63637,30438,3,498,1617 +"189852",63637,33572,3,498,2370 +"189853",63637,34327,3,498,2959 +"189854",63637,35542,3,498,1439 +"189855",63637,37570,3,498,2389 +"189856",63637,39444,3,498,2695 +"189857",63637,40022,3,498,2307 +"189858",63637,41278,3,498,1873 +"189859",63637,44982,3,498,1592 +"189860",63637,45715,3,498,2287 +"189861",63637,48414,3,498,1749 +"189862",63637,49965,2,498,2301 +"189863",63637,53031,3,498,2065 +"189864",63637,53624,3,498,952 +"189865",63637,53789,3,498,2681 +"189866",63637,55556,3,498,2075 +"189867",63637,55828,2,498,2393 +"189868",63637,57609,2,498,2717 +"189869",63637,57990,3,498,978 +"189870",63637,59700,3,498,2346 +"189871",63637,61785,3,498,822 +"189872",63637,63568,3,498,570 +"189873",63637,64967,3,498,2872 +"189874",63637,68390,3,498,2608 +"189875",63637,69017,2,498,1183 +"189876",63637,69498,3,498,931 +"189877",63637,71478,2,498,1721 +"189878",63637,77993,3,498,1497 +"189879",63637,80429,3,498,1927 +"189880",63637,86799,3,498,1951 +"189881",63637,89958,3,498,1186 +"189882",63637,90837,2,498,825 +"189883",63637,102050,3,498,906 +"189884",63637,109383,2,498,952 +"189885",63641,1519,3,2337,2349 +"189886",63641,2424,3,2337,2582 +"189887",63641,2747,3,2337,2411 +"189888",63641,2852,3,2337,2448 +"189889",63641,2985,3,2337,2398 +"189890",63641,3493,3,2337,2451 +"189891",63641,4367,3,2337,2794 +"189892",63641,5106,3,2337,2622 +"189893",63641,5683,3,2337,2468 +"189894",63641,8062,3,2337,2858 +"189895",63641,9785,3,2337,2951 +"189896",63641,12361,3,2337,2732 +"189897",63641,13079,3,2337,2547 +"189898",63641,14754,3,2337,2456 +"189899",63641,15567,3,2337,2671 +"189900",63641,16067,3,2337,2727 +"189901",63641,17033,3,2337,2771 +"189902",63641,19073,3,2337,2748 +"189903",63641,19655,3,2337,2706 +"189904",63641,20941,3,2337,2725 +"189905",63641,22723,3,2337,2859 +"189906",63641,27686,2,2337,2844 +"189907",63641,30368,3,2337,2487 +"189908",63641,31335,3,2337,2351 +"189909",63641,35456,3,2337,2358 +"189910",63641,36487,2,2337,2622 +"189911",63641,37059,3,2337,2840 +"189912",63641,38691,3,2337,2585 +"189913",63641,39534,2,2337,2410 +"189914",63641,40572,3,2337,2666 +"189915",63641,41023,3,2337,2408 +"189916",63641,43673,3,2337,2787 +"189917",63641,47013,3,2337,2388 +"189918",63641,49347,3,2337,2504 +"189919",63641,50945,3,2337,2650 +"189920",63641,51144,3,2337,2466 +"189921",63641,51774,2,2337,2459 +"189922",63641,54718,3,2337,2473 +"189923",63641,62626,3,2337,2787 +"189924",63641,67726,3,2337,2873 +"189925",63641,69716,3,2337,2632 +"189926",63641,70583,3,2337,2615 +"189927",63641,78423,3,2337,2840 +"189928",63641,92297,3,2337,2952 +"189929",63644,1108,3,1267,1600 +"189930",63644,1702,3,1267,1984 +"189931",63644,1846,3,1267,1845 +"189932",63644,2206,3,1267,2536 +"189933",63644,3493,3,1267,2451 +"189934",63644,4303,3,1267,2414 +"189935",63644,4669,3,1267,2395 +"189936",63644,5962,3,1267,2491 +"189937",63644,9241,3,1267,2338 +"189938",63644,9481,3,1267,1610 +"189939",63644,9504,2,1267,2549 +"189940",63644,12653,3,1267,1573 +"189941",63644,13068,3,1267,1778 +"189942",63644,13720,3,1267,1558 +"189943",63644,13920,3,1267,1709 +"189944",63644,16365,3,1267,2217 +"189945",63644,16690,3,1267,2132 +"189946",63644,19231,3,1267,1424 +"189947",63644,19380,3,1267,2637 +"189948",63644,19934,3,1267,2888 +"189949",63644,20395,3,1267,1468 +"189950",63644,20941,3,1267,2725 +"189951",63644,23756,3,1267,2309 +"189952",63644,24512,3,1267,1369 +"189953",63644,27320,1,1267,2378 +"189954",63644,28893,3,1267,2764 +"189955",63644,29495,3,1267,1612 +"189956",63644,30865,3,1267,2038 +"189957",63644,34216,2,1267,2832 +"189958",63644,38373,3,1267,1928 +"189959",63644,39534,3,1267,2410 +"189960",63644,41187,3,1267,2340 +"189961",63644,47013,3,1267,2388 +"189962",63644,47654,2,1267,1664 +"189963",63644,52442,3,1267,1269 +"189964",63644,56094,2,1267,2343 +"189965",63644,59610,3,1267,2448 +"189966",63644,62066,3,1267,2281 +"189967",63644,62626,3,1267,2787 +"189968",63644,78740,3,1267,1515 +"189969",63644,82426,3,1267,1576 +"189970",63644,88067,3,1267,2315 +"189971",63644,96706,3,1267,1597 +"189972",63644,107496,2,1267,1572 +"189973",63654,7785,3,2310,2441 +"189974",63654,23140,2,2310,2787 +"189975",63654,32532,3,2310,2338 +"189976",63654,59039,2,2310,2870 +"189977",63654,88067,3,2310,2315 +"189978",63661,750,3,600,1327 +"189979",63661,19818,2,600,675 +"189980",63661,37108,3,600,1202 +"189981",63661,46283,3,600,1184 +"189982",63661,67957,3,600,2823 +"189983",63661,76564,3,600,996 +"189984",63661,91279,3,600,966 +"189985",63662,1519,3,721,2349 +"189986",63662,3414,3,721,2322 +"189987",63662,3978,3,721,2775 +"189988",63662,7337,3,721,1797 +"189989",63662,12078,3,721,2381 +"189990",63662,17033,3,721,2771 +"189991",63662,18381,3,721,1524 +"189992",63662,18810,2,721,2671 +"189993",63662,20176,3,721,1050 +"189994",63662,25373,3,721,2783 +"189995",63662,25378,3,721,1245 +"189996",63662,28446,3,721,917 +"189997",63662,30865,2,721,2038 +"189998",63662,33665,3,721,787 +"189999",63662,36344,3,721,2570 +"190000",63662,36737,3,721,829 +"190001",63662,38373,3,721,1928 +"190002",63662,46060,3,721,861 +"190003",63662,49414,3,721,1667 +"190004",63662,69037,3,721,849 +"190005",63662,74474,3,721,2338 +"190006",63662,75067,2,721,801 +"190007",63662,75282,3,721,2675 +"190008",63662,87269,3,721,847 +"190009",63662,92904,3,721,780 +"190010",63662,99332,3,721,873 +"190011",63662,107292,2,721,1667 +"190012",63664,1624,3,45,2687 +"190013",63664,1708,3,45,1591 +"190014",63664,2647,3,45,2450 +"190015",63664,3272,3,45,2132 +"190016",63664,3559,3,45,2413 +"190017",63664,4968,3,45,1586 +"190018",63664,6295,3,45,856 +"190019",63664,7604,3,45,1366 +"190020",63664,8006,3,45,479 +"190021",63664,8123,2,45,144 +"190022",63664,9269,3,45,1892 +"190023",63664,9895,3,45,1960 +"190024",63664,9910,3,45,2526 +"190025",63664,9948,3,45,2019 +"190026",63664,10701,3,45,2000 +"190027",63664,11542,3,45,118 +"190028",63664,12197,3,45,1235 +"190029",63664,12914,3,45,1557 +"190030",63664,14380,3,45,120 +"190031",63664,15023,3,45,2054 +"190032",63664,15926,3,45,545 +"190033",63664,16538,2,45,704 +"190034",63664,19075,3,45,2214 +"190035",63664,19358,3,45,880 +"190036",63664,20547,3,45,2145 +"190037",63664,20695,3,45,2526 +"190038",63664,20739,3,45,2025 +"190039",63664,20921,3,45,723 +"190040",63664,21044,2,45,1574 +"190041",63664,25345,3,45,713 +"190042",63664,25518,3,45,1955 +"190043",63664,28290,3,45,430 +"190044",63664,29100,3,45,843 +"190045",63664,31295,3,45,2183 +"190046",63664,31357,3,45,2389 +"190047",63664,32070,3,45,950 +"190048",63664,32350,3,45,1540 +"190049",63664,32966,3,45,1583 +"190050",63664,34331,3,45,1727 +"190051",63664,38697,2,45,2701 +"190052",63664,39893,3,45,1601 +"190053",63664,43768,3,45,1468 +"190054",63664,46568,3,45,822 +"190055",63664,47372,3,45,788 +"190056",63664,47607,3,45,2724 +"190057",63664,49403,3,45,2427 +"190058",63664,49708,2,45,1147 +"190059",63664,50468,3,45,1659 +"190060",63664,50678,3,45,1366 +"190061",63664,51843,3,45,2389 +"190062",63664,51890,3,45,1992 +"190063",63664,54385,3,45,2340 +"190064",63664,54452,3,45,60 +"190065",63664,54737,2,45,326 +"190066",63664,55261,3,45,1915 +"190067",63664,55364,3,45,326 +"190068",63664,55730,3,45,1217 +"190069",63664,56168,3,45,1466 +"190070",63664,56364,3,45,1626 +"190071",63664,63631,1,45,763 +"190072",63664,69453,3,45,2831 +"190073",63664,70967,3,45,570 +"190074",63664,76295,2,45,1001 +"190075",63664,76796,3,45,1140 +"190076",63664,76814,3,45,926 +"190077",63664,80130,3,45,132 +"190078",63664,80615,3,45,2252 +"190079",63664,80801,3,45,1250 +"190080",63664,83334,3,45,1708 +"190081",63664,83598,3,45,619 +"190082",63664,84591,3,45,1685 +"190083",63664,84808,3,45,1974 +"190084",63664,85072,3,45,413 +"190085",63664,87901,2,45,849 +"190086",63664,87915,3,45,1152 +"190087",63664,93590,3,45,1188 +"190088",63664,95998,2,45,1250 +"190089",63664,101381,3,45,977 +"190090",63664,101666,3,45,1257 +"190091",63664,110871,3,45,2879 +"190092",63664,117032,3,45,110 +"190093",63685,5615,3,172,1105 +"190094",63685,11493,3,172,2077 +"190095",63685,12388,3,172,1975 +"190096",63685,21356,3,172,213 +"190097",63685,28335,1,172,1240 +"190098",63685,39748,2,172,1566 +"190099",63685,55580,1,172,1942 +"190100",63685,80883,3,172,280 +"190101",63685,117664,3,172,226 +"190102",63701,8860,3,1620,2141 +"190103",63701,13842,3,1620,2250 +"190104",63701,33537,3,1620,2406 +"190105",63701,34216,3,1620,2832 +"190106",63701,39258,3,1620,2899 +"190107",63701,58238,3,1620,1944 +"190108",63701,66693,3,1620,2554 +"190109",63750,20343,3,419,851 +"190110",63770,360,3,1324,1671 +"190111",63770,1046,3,1324,1881 +"190112",63770,1136,3,1324,2536 +"190113",63770,2754,3,1324,1360 +"190114",63770,3167,3,1324,1676 +"190115",63770,3242,3,1324,1730 +"190116",63770,4191,3,1324,2130 +"190117",63770,4226,3,1324,1903 +"190118",63770,4618,3,1324,2607 +"190119",63770,5725,3,1324,2789 +"190120",63770,6030,3,1324,2953 +"190121",63770,6491,3,1324,2424 +"190122",63770,7555,3,1324,1943 +"190123",63770,9432,3,1324,1693 +"190124",63770,12096,3,1324,1330 +"190125",63770,12374,3,1324,2260 +"190126",63770,12728,3,1324,2374 +"190127",63770,16863,3,1324,2069 +"190128",63770,18315,3,1324,2720 +"190129",63770,19335,3,1324,1729 +"190130",63770,19568,3,1324,2302 +"190131",63770,21104,3,1324,2327 +"190132",63770,22260,3,1324,2137 +"190133",63770,25341,3,1324,1858 +"190134",63770,25643,3,1324,1646 +"190135",63770,26451,3,1324,2133 +"190136",63770,26570,3,1324,1669 +"190137",63770,28190,3,1324,1634 +"190138",63770,28303,2,1324,2089 +"190139",63770,29073,3,1324,2328 +"190140",63770,30883,3,1324,1629 +"190141",63770,31799,3,1324,2547 +"190142",63770,32173,3,1324,2341 +"190143",63770,34136,3,1324,2202 +"190144",63770,37620,3,1324,2716 +"190145",63770,40293,3,1324,1671 +"190146",63770,41739,3,1324,1339 +"190147",63770,43213,3,1324,2160 +"190148",63770,43518,3,1324,2680 +"190149",63770,46883,3,1324,1671 +"190150",63770,51410,3,1324,2739 +"190151",63770,53031,3,1324,2065 +"190152",63770,54855,3,1324,1525 +"190153",63770,55691,3,1324,2856 +"190154",63770,58035,2,1324,1646 +"190155",63770,58133,3,1324,1484 +"190156",63770,61719,3,1324,1515 +"190157",63770,79436,3,1324,1344 +"190158",63770,80172,3,1324,1342 +"190159",63770,82767,3,1324,1641 +"190160",63770,86245,2,1324,1972 +"190161",63770,93615,3,1324,2386 +"190162",63770,93752,3,1324,1368 +"190163",63797,49965,3,999,2301 +"190164",63797,65625,3,999,1273 +"190165",63870,364,3,481,2351 +"190166",63870,900,3,481,2726 +"190167",63870,1393,3,481,1706 +"190168",63870,2576,3,481,1307 +"190169",63870,4660,3,481,2149 +"190170",63870,5317,3,481,2063 +"190171",63870,5683,3,481,2468 +"190172",63870,9342,2,481,896 +"190173",63870,9703,3,481,1845 +"190174",63870,10004,3,481,872 +"190175",63870,15244,3,481,1600 +"190176",63870,16286,3,481,2470 +"190177",63870,32629,3,481,1789 +"190178",63870,35797,3,481,2482 +"190179",63870,38676,3,481,2286 +"190180",63870,41718,3,481,804 +"190181",63870,44312,3,481,2741 +"190182",63870,46060,3,481,861 +"190183",63870,48931,3,481,2444 +"190184",63870,58559,3,481,2242 +"190185",63870,70455,3,481,1307 +"190186",63870,78800,3,481,652 +"190187",63870,100260,2,481,888 +"190188",63870,109031,3,481,523 +"190189",63905,7597,3,1094,2037 +"190190",63905,29990,1,1094,1168 +"190191",63905,40988,3,1094,2793 +"190192",63905,50364,3,1094,1954 +"190193",63984,267,3,80,2631 +"190194",63984,472,1,80,964 +"190195",63984,1767,2,80,2727 +"190196",63984,2337,3,80,1697 +"190197",63984,2600,2,80,1182 +"190198",63984,2609,3,80,834 +"190199",63984,2694,1,80,2062 +"190200",63984,3068,3,80,1815 +"190201",63984,3849,2,80,1356 +"190202",63984,3980,3,80,2771 +"190203",63984,4107,3,80,987 +"190204",63984,4705,3,80,1714 +"190205",63984,7258,2,80,1714 +"190206",63984,7858,3,80,1795 +"190207",63984,10143,3,80,778 +"190208",63984,11450,3,80,915 +"190209",63984,11625,3,80,2022 +"190210",63984,13158,3,80,2667 +"190211",63984,15235,3,80,1045 +"190212",63984,17571,2,80,953 +"190213",63984,18013,3,80,1625 +"190214",63984,20343,3,80,851 +"190215",63984,22207,2,80,2365 +"190216",63984,28274,3,80,493 +"190217",63984,28752,3,80,709 +"190218",63984,30092,3,80,1593 +"190219",63984,30827,3,80,2323 +"190220",63984,30850,3,80,1045 +"190221",63984,33850,3,80,931 +"190222",63984,34136,3,80,2202 +"190223",63984,36174,2,80,1382 +"190224",63984,36637,2,80,2085 +"190225",63984,40009,2,80,1341 +"190226",63984,42216,3,80,2722 +"190227",63984,42725,3,80,630 +"190228",63984,43404,2,80,2649 +"190229",63984,50179,3,80,2230 +"190230",63984,52471,3,80,2483 +"190231",63984,55084,2,80,1189 +"190232",63984,70603,3,80,1002 +"190233",63984,77031,3,80,801 +"190234",63984,78256,3,80,804 +"190235",63984,79016,3,80,693 +"190236",63984,79837,3,80,1252 +"190237",63984,81469,3,80,519 +"190238",63984,88609,3,80,1917 +"190239",63984,94404,2,80,1836 +"190240",63984,95680,2,80,801 +"190241",63984,96621,3,80,697 +"190242",63984,98080,1,80,1265 +"190243",63984,102004,3,80,497 +"190244",63984,102793,3,80,912 +"190245",63995,30150,3,956,1704 +"190246",64031,23,3,1295,1682 +"190247",64031,360,3,1295,1671 +"190248",64031,671,3,1295,2328 +"190249",64031,675,3,1295,1686 +"190250",64031,733,3,1295,1653 +"190251",64031,1046,2,1295,1881 +"190252",64031,1130,3,1295,1566 +"190253",64031,1136,2,1295,2536 +"190254",64031,1367,3,1295,2176 +"190255",64031,1777,3,1295,1965 +"190256",64031,2166,3,1295,2557 +"190257",64031,2325,3,1295,1641 +"190258",64031,2754,3,1295,1360 +"190259",64031,2954,3,1295,2727 +"190260",64031,3164,3,1295,2693 +"190261",64031,3167,3,1295,1676 +"190262",64031,3242,2,1295,1730 +"190263",64031,3830,3,1295,1661 +"190264",64031,4191,2,1295,2130 +"190265",64031,4226,3,1295,1903 +"190266",64031,4618,2,1295,2607 +"190267",64031,4687,3,1295,2152 +"190268",64031,4980,3,1295,2093 +"190269",64031,5041,3,1295,2371 +"190270",64031,5078,3,1295,2033 +"190271",64031,5148,3,1295,2206 +"190272",64031,5457,3,1295,2077 +"190273",64031,5462,3,1295,2374 +"190274",64031,5504,3,1295,2389 +"190275",64031,5669,3,1295,2502 +"190276",64031,5725,2,1295,2789 +"190277",64031,6030,3,1295,2953 +"190278",64031,7181,3,1295,1421 +"190279",64031,7241,3,1295,2259 +"190280",64031,7245,3,1295,2089 +"190281",64031,7861,3,1295,1647 +"190282",64031,8258,3,1295,1959 +"190283",64031,8533,3,1295,2251 +"190284",64031,8621,3,1295,1681 +"190285",64031,9311,3,1295,2477 +"190286",64031,9362,3,1295,2879 +"190287",64031,10404,3,1295,2062 +"190288",64031,10890,3,1295,2639 +"190289",64031,12096,2,1295,1330 +"190290",64031,12122,3,1295,1385 +"190291",64031,12374,3,1295,2260 +"190292",64031,12867,3,1295,2773 +"190293",64031,13751,3,1295,2557 +"190294",64031,13929,3,1295,2693 +"190295",64031,13945,3,1295,1324 +"190296",64031,15118,3,1295,1311 +"190297",64031,15184,3,1295,2396 +"190298",64031,15343,3,1295,2125 +"190299",64031,15607,3,1295,1421 +"190300",64031,16217,3,1295,1653 +"190301",64031,16863,3,1295,2069 +"190302",64031,17357,3,1295,1536 +"190303",64031,18151,3,1295,2962 +"190304",64031,18415,3,1295,2184 +"190305",64031,19027,3,1295,2721 +"190306",64031,19453,3,1295,1928 +"190307",64031,20563,3,1295,2267 +"190308",64031,20659,3,1295,1969 +"190309",64031,20824,2,1295,1366 +"190310",64031,21122,3,1295,1701 +"190311",64031,21417,3,1295,2422 +"190312",64031,22260,3,1295,2137 +"190313",64031,22331,3,1295,2687 +"190314",64031,22884,3,1295,1608 +"190315",64031,22964,3,1295,1443 +"190316",64031,23154,3,1295,2345 +"190317",64031,23534,3,1295,1659 +"190318",64031,24755,3,1295,1319 +"190319",64031,25129,3,1295,2647 +"190320",64031,25341,2,1295,1858 +"190321",64031,25643,2,1295,1646 +"190322",64031,26351,3,1295,2683 +"190323",64031,26436,3,1295,2489 +"190324",64031,26516,3,1295,2479 +"190325",64031,26570,2,1295,1669 +"190326",64031,27753,3,1295,2750 +"190327",64031,27792,3,1295,1308 +"190328",64031,27908,3,1295,2576 +"190329",64031,28190,3,1295,1634 +"190330",64031,28285,3,1295,2972 +"190331",64031,28303,3,1295,2089 +"190332",64031,28784,3,1295,1579 +"190333",64031,29073,3,1295,2328 +"190334",64031,29095,3,1295,2531 +"190335",64031,30883,3,1295,1629 +"190336",64031,31799,2,1295,2547 +"190337",64031,33621,3,1295,1319 +"190338",64031,33801,3,1295,2899 +"190339",64031,34216,3,1295,2832 +"190340",64031,34492,3,1295,1798 +"190341",64031,34509,3,1295,1973 +"190342",64031,34815,3,1295,2354 +"190343",64031,37418,3,1295,2710 +"190344",64031,37620,2,1295,2716 +"190345",64031,39087,3,1295,2765 +"190346",64031,39444,3,1295,2695 +"190347",64031,40293,2,1295,1671 +"190348",64031,40295,3,1295,2703 +"190349",64031,40672,3,1295,1315 +"190350",64031,41278,3,1295,1873 +"190351",64031,41682,3,1295,1988 +"190352",64031,42505,3,1295,2008 +"190353",64031,43518,3,1295,2680 +"190354",64031,43902,3,1295,1726 +"190355",64031,44089,3,1295,1632 +"190356",64031,44427,3,1295,2875 +"190357",64031,45549,3,1295,1322 +"190358",64031,46883,3,1295,1671 +"190359",64031,47857,3,1295,2325 +"190360",64031,47947,3,1295,2681 +"190361",64031,48414,3,1295,1749 +"190362",64031,48698,3,1295,1474 +"190363",64031,51022,3,1295,1499 +"190364",64031,51410,3,1295,2739 +"190365",64031,51987,3,1295,1397 +"190366",64031,53300,3,1295,2162 +"190367",64031,53342,3,1295,2071 +"190368",64031,53475,3,1295,2853 +"190369",64031,55691,3,1295,2856 +"190370",64031,57950,3,1295,1529 +"190371",64031,57977,3,1295,2683 +"190372",64031,58035,1,1295,1646 +"190373",64031,62538,3,1295,1656 +"190374",64031,62840,3,1295,2502 +"190375",64031,63770,2,1295,1324 +"190376",64031,64181,3,1295,1828 +"190377",64031,64997,3,1295,2791 +"190378",64031,65029,3,1295,2954 +"190379",64031,70046,2,1295,2624 +"190380",64031,71478,3,1295,1721 +"190381",64031,71562,3,1295,2574 +"190382",64031,80172,2,1295,1342 +"190383",64031,82767,2,1295,1641 +"190384",64031,86245,3,1295,1972 +"190385",64031,86505,3,1295,1302 +"190386",64031,101482,3,1295,1300 +"190387",64031,108867,3,1295,2328 +"190388",64043,160,3,183,2007 +"190389",64043,1092,3,183,1945 +"190390",64043,1641,3,183,1490 +"190391",64043,3395,2,183,1382 +"190392",64043,3397,3,183,2126 +"190393",64043,3453,3,183,2126 +"190394",64043,7185,3,183,1046 +"190395",64043,7406,3,183,1906 +"190396",64043,7616,2,183,2296 +"190397",64043,8238,3,183,2222 +"190398",64043,9871,2,183,921 +"190399",64043,12122,3,183,1385 +"190400",64043,12473,2,183,801 +"190401",64043,12632,3,183,1174 +"190402",64043,12712,3,183,815 +"190403",64043,15122,3,183,1201 +"190404",64043,16539,3,183,1947 +"190405",64043,17502,3,183,869 +"190406",64043,17632,3,183,1947 +"190407",64043,19208,3,183,2629 +"190408",64043,22808,3,183,2297 +"190409",64043,23460,3,183,2183 +"190410",64043,25490,3,183,639 +"190411",64043,26083,2,183,2038 +"190412",64043,26873,3,183,419 +"190413",64043,27323,1,183,943 +"190414",64043,27480,3,183,582 +"190415",64043,28626,3,183,2842 +"190416",64043,30329,1,183,848 +"190417",64043,31581,3,183,2933 +"190418",64043,31890,3,183,1487 +"190419",64043,32047,3,183,1858 +"190420",64043,32419,2,183,1909 +"190421",64043,33230,3,183,539 +"190422",64043,36784,2,183,576 +"190423",64043,41518,3,183,1641 +"190424",64043,41664,3,183,2641 +"190425",64043,42515,3,183,2752 +"190426",64043,43902,3,183,1726 +"190427",64043,47049,1,183,253 +"190428",64043,47148,3,183,569 +"190429",64043,47564,3,183,2650 +"190430",64043,47625,3,183,2562 +"190431",64043,49334,3,183,2433 +"190432",64043,49470,3,183,1528 +"190433",64043,50001,3,183,1518 +"190434",64043,50254,3,183,1151 +"190435",64043,55076,3,183,2408 +"190436",64043,63477,3,183,1907 +"190437",64043,65434,3,183,2866 +"190438",64043,65700,2,183,200 +"190439",64043,67748,3,183,1498 +"190440",64043,67788,3,183,837 +"190441",64043,69250,3,183,1439 +"190442",64043,76646,3,183,1263 +"190443",64043,77611,2,183,1795 +"190444",64043,78270,2,183,1171 +"190445",64043,82187,3,183,1055 +"190446",64043,82893,2,183,1275 +"190447",64043,83053,3,183,1303 +"190448",64043,89701,3,183,563 +"190449",64043,91812,3,183,682 +"190450",64043,96553,3,183,1887 +"190451",64043,100241,3,183,777 +"190452",64043,115734,2,183,859 +"190453",64061,5515,3,2381,2385 +"190454",64061,13249,2,2381,2573 +"190455",64061,38885,2,2381,2720 +"190456",64061,43756,3,2381,2881 +"190457",64110,21,3,1331,1385 +"190458",64110,160,3,1331,2007 +"190459",64110,2229,3,1331,1536 +"190460",64110,2446,3,1331,2606 +"190461",64110,7181,3,1331,1421 +"190462",64110,8791,3,1331,1789 +"190463",64110,8865,2,1331,2394 +"190464",64110,9484,3,1331,1429 +"190465",64110,13136,2,1331,2867 +"190466",64110,15826,3,1331,2772 +"190467",64110,16690,2,1331,2132 +"190468",64110,19364,3,1331,2846 +"190469",64110,22709,3,1331,2743 +"190470",64110,22723,2,1331,2859 +"190471",64110,29997,3,1331,1789 +"190472",64110,30034,3,1331,2357 +"190473",64110,33236,3,1331,2297 +"190474",64110,34892,3,1331,2309 +"190475",64110,35903,3,1331,1434 +"190476",64110,39418,3,1331,1978 +"190477",64110,41694,3,1331,2358 +"190478",64110,42331,3,1331,1585 +"190479",64110,55472,3,1331,1516 +"190480",64110,59683,3,1331,2068 +"190481",64110,61337,3,1331,2777 +"190482",64110,68876,3,1331,1397 +"190483",64110,69232,2,1331,2130 +"190484",64110,70101,3,1331,2414 +"190485",64110,74771,3,1331,2935 +"190486",64110,92860,3,1331,1643 +"190487",64130,6113,2,1075,1678 +"190488",64130,9311,3,1075,2477 +"190489",64130,10843,3,1075,2277 +"190490",64130,19453,3,1075,1928 +"190491",64130,33356,3,1075,1586 +"190492",64130,33433,3,1075,2805 +"190493",64130,72083,3,1075,1122 +"190494",64130,74190,2,1075,1428 +"190495",64156,21,3,675,1385 +"190496",64156,160,3,675,2007 +"190497",64156,194,3,675,1243 +"190498",64156,364,2,675,2351 +"190499",64156,380,3,675,2261 +"190500",64156,1314,3,675,1522 +"190501",64156,1349,2,675,1147 +"190502",64156,1519,3,675,2349 +"190503",64156,1702,3,675,1984 +"190504",64156,1846,3,675,1845 +"190505",64156,2852,2,675,2448 +"190506",64156,2936,3,675,2512 +"190507",64156,3493,3,675,2451 +"190508",64156,4001,3,675,1687 +"190509",64156,4526,3,675,1728 +"190510",64156,4660,3,675,2149 +"190511",64156,5106,2,675,2622 +"190512",64156,5235,3,675,2324 +"190513",64156,5683,3,675,2468 +"190514",64156,5897,3,675,2337 +"190515",64156,6877,3,675,867 +"190516",64156,7337,3,675,1797 +"190517",64156,9481,3,675,1610 +"190518",64156,9785,3,675,2951 +"190519",64156,9787,3,675,2858 +"190520",64156,10453,3,675,1656 +"190521",64156,11639,3,675,1593 +"190522",64156,12067,3,675,1213 +"190523",64156,12361,3,675,2732 +"190524",64156,13296,3,675,839 +"190525",64156,14749,3,675,1998 +"190526",64156,14781,3,675,2338 +"190527",64156,15159,3,675,756 +"190528",64156,15535,2,675,891 +"190529",64156,15880,3,675,878 +"190530",64156,16864,3,675,814 +"190531",64156,17033,2,675,2771 +"190532",64156,17257,3,675,1117 +"190533",64156,18122,3,675,894 +"190534",64156,19655,3,675,2706 +"190535",64156,20220,3,675,1656 +"190536",64156,20355,3,675,2111 +"190537",64156,20395,2,675,1468 +"190538",64156,20662,3,675,1523 +"190539",64156,20941,2,675,2725 +"190540",64156,20984,3,675,2502 +"190541",64156,21383,3,675,971 +"190542",64156,22244,3,675,2139 +"190543",64156,23756,3,675,2309 +"190544",64156,23966,1,675,891 +"190545",64156,24069,3,675,2697 +"190546",64156,24096,3,675,2612 +"190547",64156,25722,3,675,1697 +"190548",64156,25832,3,675,1689 +"190549",64156,26286,3,675,2023 +"190550",64156,26793,3,675,2104 +"190551",64156,27390,3,675,2425 +"190552",64156,27686,3,675,2844 +"190553",64156,28357,3,675,1134 +"190554",64156,28909,3,675,978 +"190555",64156,29473,3,675,2602 +"190556",64156,30034,3,675,2357 +"190557",64156,31335,2,675,2351 +"190558",64156,31866,3,675,2101 +"190559",64156,35136,3,675,2296 +"190560",64156,36278,3,675,2952 +"190561",64156,36737,2,675,829 +"190562",64156,36829,3,675,2722 +"190563",64156,37424,3,675,1693 +"190564",64156,38513,3,675,914 +"190565",64156,38691,3,675,2585 +"190566",64156,38915,3,675,746 +"190567",64156,39534,3,675,2410 +"190568",64156,40572,3,675,2666 +"190569",64156,41023,3,675,2408 +"190570",64156,41581,3,675,1692 +"190571",64156,42373,3,675,871 +"190572",64156,44025,3,675,1935 +"190573",64156,45729,2,675,2606 +"190574",64156,46261,3,675,2350 +"190575",64156,46486,3,675,1868 +"190576",64156,47013,3,675,2388 +"190577",64156,50278,3,675,1127 +"190578",64156,50630,3,675,2615 +"190579",64156,51144,3,675,2466 +"190580",64156,53987,3,675,928 +"190581",64156,54775,3,675,2383 +"190582",64156,62626,3,675,2787 +"190583",64156,63641,3,675,2337 +"190584",64156,66717,3,675,2104 +"190585",64156,68539,3,675,1158 +"190586",64156,68931,2,675,2771 +"190587",64156,70583,3,675,2615 +"190588",64156,72438,3,675,1397 +"190589",64156,72535,3,675,1191 +"190590",64156,72632,2,675,1289 +"190591",64156,73107,3,675,1918 +"190592",64156,73245,3,675,802 +"190593",64156,83253,3,675,1102 +"190594",64156,85198,3,675,1794 +"190595",64156,85869,3,675,1509 +"190596",64156,87907,3,675,1173 +"190597",64156,87958,3,675,1234 +"190598",64156,90719,3,675,1234 +"190599",64156,94219,3,675,717 +"190600",64156,95910,2,675,999 +"190601",64156,96007,3,675,895 +"190602",64156,96310,3,675,1016 +"190603",64156,96715,3,675,1792 +"190604",64156,105757,3,675,806 +"190605",64156,106240,2,675,705 +"190606",64156,107435,3,675,1635 +"190607",64156,111208,3,675,847 +"190608",64174,27826,3,2377,2824 +"190609",64174,54903,3,2377,2493 +"190610",64174,87362,3,2377,2902 +"190611",64181,135,2,1828,2233 +"190612",64181,145,3,1828,1998 +"190613",64181,380,3,1828,2261 +"190614",64181,455,3,1828,2827 +"190615",64181,470,2,1828,2285 +"190616",64181,913,2,1828,2144 +"190617",64181,1046,3,1828,1881 +"190618",64181,1136,2,1828,2536 +"190619",64181,1592,3,1828,2006 +"190620",64181,1691,2,1828,1941 +"190621",64181,2572,3,1828,2273 +"190622",64181,2765,3,1828,2321 +"190623",64181,2954,3,1828,2727 +"190624",64181,3164,3,1828,2693 +"190625",64181,3966,2,1828,2425 +"190626",64181,4084,2,1828,2133 +"190627",64181,4191,2,1828,2130 +"190628",64181,4226,3,1828,1903 +"190629",64181,4567,3,1828,2348 +"190630",64181,4618,3,1828,2607 +"190631",64181,4687,3,1828,2152 +"190632",64181,4701,3,1828,2401 +"190633",64181,5239,3,1828,2875 +"190634",64181,5710,3,1828,1926 +"190635",64181,5725,3,1828,2789 +"190636",64181,6030,3,1828,2953 +"190637",64181,6044,3,1828,2744 +"190638",64181,6390,2,1828,2385 +"190639",64181,6392,3,1828,1878 +"190640",64181,6428,2,1828,1952 +"190641",64181,6491,2,1828,2424 +"190642",64181,6740,3,1828,2699 +"190643",64181,7245,3,1828,2089 +"190644",64181,7354,3,1828,2008 +"190645",64181,7515,3,1828,2737 +"190646",64181,7847,1,1828,2424 +"190647",64181,8762,3,1828,2585 +"190648",64181,9301,3,1828,1861 +"190649",64181,9362,3,1828,2879 +"190650",64181,10130,3,1828,2741 +"190651",64181,10370,3,1828,2224 +"190652",64181,10373,2,1828,2436 +"190653",64181,10433,2,1828,2075 +"190654",64181,10513,3,1828,2284 +"190655",64181,10799,3,1828,2010 +"190656",64181,11516,3,1828,1937 +"190657",64181,11966,3,1828,2385 +"190658",64181,12518,3,1828,2747 +"190659",64181,12602,3,1828,1956 +"190660",64181,12713,3,1828,2440 +"190661",64181,12976,3,1828,2399 +"190662",64181,14108,3,1828,2012 +"190663",64181,14731,3,1828,2012 +"190664",64181,14972,3,1828,2332 +"190665",64181,15207,3,1828,1855 +"190666",64181,15301,3,1828,2308 +"190667",64181,15401,3,1828,1999 +"190668",64181,16437,3,1828,1956 +"190669",64181,17410,3,1828,2073 +"190670",64181,17413,3,1828,2230 +"190671",64181,17852,3,1828,2840 +"190672",64181,17943,3,1828,1943 +"190673",64181,18543,3,1828,2968 +"190674",64181,19027,3,1828,2721 +"190675",64181,19072,3,1828,2358 +"190676",64181,19093,3,1828,2224 +"190677",64181,19322,3,1828,2048 +"190678",64181,20292,3,1828,2755 +"190679",64181,20407,3,1828,2339 +"190680",64181,20894,3,1828,2214 +"190681",64181,21138,3,1828,2849 +"190682",64181,21571,3,1828,2755 +"190683",64181,22277,3,1828,2424 +"190684",64181,22331,3,1828,2687 +"190685",64181,22566,2,1828,2308 +"190686",64181,22714,3,1828,2793 +"190687",64181,23132,3,1828,2756 +"190688",64181,23460,3,1828,2183 +"190689",64181,23705,2,1828,2699 +"190690",64181,23825,3,1828,1913 +"190691",64181,23918,2,1828,1881 +"190692",64181,24448,3,1828,2289 +"190693",64181,24568,2,1828,1937 +"190694",64181,25129,2,1828,2647 +"190695",64181,25325,3,1828,2963 +"190696",64181,25341,2,1828,1858 +"190697",64181,25816,3,1828,2088 +"190698",64181,26067,3,1828,2069 +"190699",64181,26080,3,1828,2525 +"190700",64181,26451,3,1828,2133 +"190701",64181,27275,3,1828,2656 +"190702",64181,27390,3,1828,2425 +"190703",64181,27628,2,1828,2389 +"190704",64181,27753,3,1828,2750 +"190705",64181,28050,3,1828,1955 +"190706",64181,28101,3,1828,1949 +"190707",64181,28115,3,1828,1835 +"190708",64181,28168,3,1828,2702 +"190709",64181,29170,2,1828,1846 +"190710",64181,29295,3,1828,2043 +"190711",64181,29308,3,1828,2094 +"190712",64181,29917,3,1828,1962 +"190713",64181,29930,3,1828,2240 +"190714",64181,30052,3,1828,2855 +"190715",64181,30981,3,1828,2366 +"190716",64181,31235,3,1828,2668 +"190717",64181,31799,3,1828,2547 +"190718",64181,32988,3,1828,2008 +"190719",64181,33622,3,1828,2230 +"190720",64181,34509,2,1828,1973 +"190721",64181,35514,3,1828,2346 +"190722",64181,36439,3,1828,2469 +"190723",64181,37752,3,1828,2223 +"190724",64181,38727,3,1828,2238 +"190725",64181,40369,2,1828,2735 +"190726",64181,40645,3,1828,1899 +"190727",64181,41972,3,1828,2509 +"190728",64181,42474,3,1828,2322 +"190729",64181,42505,3,1828,2008 +"190730",64181,43173,3,1828,2895 +"190731",64181,43226,3,1828,2442 +"190732",64181,43566,3,1828,2730 +"190733",64181,44427,3,1828,2875 +"190734",64181,45633,3,1828,2134 +"190735",64181,47248,2,1828,2883 +"190736",64181,50685,3,1828,2008 +"190737",64181,51017,2,1828,2073 +"190738",64181,51035,3,1828,2397 +"190739",64181,51410,3,1828,2739 +"190740",64181,52058,3,1828,1836 +"190741",64181,53196,2,1828,1888 +"190742",64181,55139,3,1828,2323 +"190743",64181,55156,2,1828,2196 +"190744",64181,55468,3,1828,2511 +"190745",64181,57129,3,1828,1858 +"190746",64181,57544,3,1828,2443 +"190747",64181,57549,3,1828,2335 +"190748",64181,58284,3,1828,2292 +"190749",64181,59700,3,1828,2346 +"190750",64181,62841,3,1828,2710 +"190751",64181,63409,2,1828,1937 +"190752",64181,64997,1,1828,2791 +"190753",64181,65322,3,1828,2008 +"190754",64181,66413,1,1828,2507 +"190755",64181,68810,3,1828,2409 +"190756",64181,73305,3,1828,2544 +"190757",64181,74636,3,1828,2525 +"190758",64181,78563,2,1828,2385 +"190759",64181,79322,3,1828,2770 +"190760",64181,80429,3,1828,1927 +"190761",64181,87837,3,1828,1987 +"190762",64181,88232,3,1828,2881 +"190763",64181,105063,1,1828,1908 +"190764",64210,5119,3,956,2220 +"190765",64210,9332,3,956,2734 +"190766",64210,9785,3,956,2951 +"190767",64210,10457,3,956,1711 +"190768",64210,12361,3,956,2732 +"190769",64210,13007,2,956,2496 +"190770",64210,17645,3,956,1918 +"190771",64210,18005,3,956,2449 +"190772",64210,24264,3,956,1760 +"190773",64210,29473,3,956,2602 +"190774",64210,29818,3,956,1677 +"190775",64210,31216,3,956,1244 +"190776",64210,33451,3,956,1957 +"190777",64210,34117,3,956,961 +"190778",64210,34491,3,956,2694 +"190779",64210,37351,3,956,978 +"190780",64210,37636,3,956,2178 +"190781",64210,40747,3,956,958 +"190782",64210,48015,3,956,1355 +"190783",64210,52041,2,956,2694 +"190784",64210,53687,3,956,2422 +"190785",64210,56873,3,956,1421 +"190786",64210,62668,3,956,958 +"190787",64210,67252,3,956,1215 +"190788",64210,71219,1,956,967 +"190789",64210,76286,3,956,1642 +"190790",64219,10779,3,2705,2881 +"190791",64219,17852,3,2705,2840 +"190792",64231,6577,3,196,1951 +"190793",64231,7847,3,196,2424 +"190794",64231,9893,3,196,2701 +"190795",64231,10370,3,196,2224 +"190796",64231,11477,3,196,2724 +"190797",64231,14972,3,196,2332 +"190798",64231,19093,3,196,2224 +"190799",64231,23280,3,196,536 +"190800",64231,23319,3,196,2867 +"190801",64231,25950,2,196,1618 +"190802",64231,32377,3,196,237 +"190803",64231,44405,3,196,1855 +"190804",64231,47654,3,196,1664 +"190805",64231,72493,3,196,505 +"190806",64232,145,3,1275,1998 +"190807",64232,380,3,1275,2261 +"190808",64232,913,3,1275,2144 +"190809",64232,1777,3,1275,1965 +"190810",64232,1831,3,1275,2397 +"190811",64232,2224,3,1275,2751 +"190812",64232,3306,3,1275,1989 +"190813",64232,5078,3,1275,2033 +"190814",64232,5457,3,1275,2077 +"190815",64232,5462,3,1275,2374 +"190816",64232,5504,3,1275,2389 +"190817",64232,5865,3,1275,1910 +"190818",64232,6491,3,1275,2424 +"190819",64232,7181,3,1275,1421 +"190820",64232,7616,3,1275,2296 +"190821",64232,8866,2,1275,1545 +"190822",64232,8888,3,1275,1328 +"190823",64232,9362,1,1275,2879 +"190824",64232,9805,3,1275,1621 +"190825",64232,10513,3,1275,2284 +"190826",64232,10851,3,1275,2423 +"190827",64232,12901,3,1275,2136 +"190828",64232,14080,3,1275,1351 +"190829",64232,14655,3,1275,2559 +"190830",64232,14959,3,1275,2898 +"190831",64232,16539,3,1275,1947 +"190832",64232,17520,3,1275,2276 +"190833",64232,20874,3,1275,1580 +"190834",64232,21719,3,1275,2708 +"190835",64232,21960,3,1275,1517 +"190836",64232,22165,3,1275,1501 +"190837",64232,26067,3,1275,2069 +"190838",64232,27908,3,1275,2576 +"190839",64232,28784,3,1275,1579 +"190840",64232,31235,3,1275,2668 +"190841",64232,35360,3,1275,2043 +"190842",64232,36087,3,1275,2755 +"190843",64232,40295,3,1275,2703 +"190844",64232,45650,3,1275,1528 +"190845",64232,46040,2,1275,2105 +"190846",64232,46950,3,1275,2673 +"190847",64232,48283,3,1275,1290 +"190848",64232,51035,3,1275,2397 +"190849",64232,54855,3,1275,1525 +"190850",64232,58365,3,1275,1902 +"190851",64232,79653,3,1275,2683 +"190852",64232,80825,3,1275,2315 +"190853",64233,2572,3,152,2273 +"190854",64233,15005,3,152,1415 +"190855",64233,18393,3,152,860 +"190856",64233,18571,3,152,2128 +"190857",64233,28116,3,152,1643 +"190858",64233,29929,3,152,2789 +"190859",64233,31691,3,152,1657 +"190860",64233,32017,3,152,577 +"190861",64233,46816,3,152,887 +"190862",64233,73136,3,152,328 +"190863",64233,92960,2,152,2154 +"190864",64255,11103,3,2309,2393 +"190865",64255,25480,3,2309,2747 +"190866",64292,913,3,1583,2144 +"190867",64292,14328,2,1583,1725 +"190868",64292,18543,3,1583,2968 +"190869",64292,19937,3,1583,1587 +"190870",64292,29454,3,1583,2719 +"190871",64292,30236,3,1583,2238 +"190872",64292,32988,3,1583,2008 +"190873",64292,41764,3,1583,2409 +"190874",64292,42505,3,1583,2008 +"190875",64327,20067,3,1918,2390 +"190876",64327,31700,3,1918,2727 +"190877",64327,58993,3,1918,2390 +"190878",64342,23486,2,868,1831 +"190879",64342,61270,2,868,1364 +"190880",64397,1015,3,647,1174 +"190881",64397,2960,2,647,977 +"190882",64397,4107,2,647,987 +"190883",64397,4121,2,647,1304 +"190884",64397,18891,2,647,1596 +"190885",64397,21479,3,647,2134 +"190886",64397,23588,3,647,851 +"190887",64397,30798,3,647,1398 +"190888",64397,36637,3,647,2085 +"190889",64397,41118,3,647,1091 +"190890",64397,46506,2,647,2464 +"190891",64397,79837,3,647,1252 +"190892",64397,84254,3,647,2548 +"190893",64412,23471,3,2233,2488 +"190894",64412,29319,1,2233,2314 +"190895",64412,35264,3,2233,2329 +"190896",64412,54903,2,2233,2493 +"190897",64412,56737,3,2233,2270 +"190898",64412,64174,2,2233,2377 +"190899",64427,555,2,535,552 +"190900",64427,962,3,535,1000 +"190901",64427,1050,3,535,1185 +"190902",64427,3306,2,535,1989 +"190903",64427,5346,3,535,1438 +"190904",64427,7475,3,535,1284 +"190905",64427,9362,3,535,2879 +"190906",64427,9702,3,535,1928 +"190907",64427,14080,2,535,1351 +"190908",64427,14589,3,535,1184 +"190909",64427,15003,3,535,2067 +"190910",64427,15207,3,535,1855 +"190911",64427,15301,3,535,2308 +"190912",64427,15632,2,535,1242 +"190913",64427,20407,3,535,2339 +"190914",64427,22165,2,535,1501 +"190915",64427,22566,3,535,2308 +"190916",64427,22850,3,535,878 +"190917",64427,23534,3,535,1659 +"190918",64427,28002,3,535,914 +"190919",64427,28874,3,535,2329 +"190920",64427,31700,3,535,2727 +"190921",64427,32820,3,535,582 +"190922",64427,33949,3,535,2489 +"190923",64427,34648,3,535,1596 +"190924",64427,37937,3,535,1320 +"190925",64427,39431,3,535,1460 +"190926",64427,40417,3,535,771 +"190927",64427,40893,3,535,1116 +"190928",64427,41278,3,535,1873 +"190929",64427,45186,2,535,835 +"190930",64427,46283,3,535,1184 +"190931",64427,48602,3,535,1704 +"190932",64427,52327,3,535,1472 +"190933",64427,55185,1,535,922 +"190934",64427,59539,3,535,2429 +"190935",64427,62488,3,535,1418 +"190936",64427,64232,3,535,1275 +"190937",64427,67102,3,535,935 +"190938",64427,67788,2,535,837 +"190939",64427,69712,3,535,1219 +"190940",64427,70854,3,535,635 +"190941",64427,76564,3,535,996 +"190942",64427,77001,3,535,1440 +"190943",64427,77010,3,535,2639 +"190944",64427,83526,3,535,1235 +"190945",64427,84296,3,535,1751 +"190946",64427,91279,3,535,966 +"190947",64427,94520,3,535,1243 +"190948",64427,96759,3,535,634 +"190949",64427,99279,3,535,611 +"190950",64427,102751,3,535,1229 +"190951",64427,105975,3,535,1939 +"190952",64427,107846,3,535,565 +"190953",64435,12767,3,808,2329 +"190954",64435,47293,3,808,929 +"190955",64435,51414,2,808,929 +"190956",64436,3896,3,2687,2693 +"190957",64436,4751,3,2687,2696 +"190958",64436,6030,3,2687,2953 +"190959",64439,1349,3,562,1147 +"190960",64439,2407,3,562,1725 +"190961",64439,2798,2,562,1673 +"190962",64439,4361,3,562,2571 +"190963",64439,5346,3,562,1438 +"190964",64439,7785,3,562,2441 +"190965",64439,8073,2,562,1847 +"190966",64439,8157,2,562,1063 +"190967",64439,10990,3,562,805 +"190968",64439,12475,3,562,588 +"190969",64439,15207,3,562,1855 +"190970",64439,15462,3,562,1141 +"190971",64439,16021,2,562,858 +"190972",64439,16532,3,562,2404 +"190973",64439,18891,3,562,1596 +"190974",64439,18978,3,562,952 +"190975",64439,19380,3,562,2637 +"190976",64439,20395,3,562,1468 +"190977",64439,23603,3,562,2048 +"190978",64439,25259,3,562,1699 +"190979",64439,27320,3,562,2378 +"190980",64439,28357,3,562,1134 +"190981",64439,32532,3,562,2338 +"190982",64439,32560,3,562,1258 +"190983",64439,32651,3,562,877 +"190984",64439,35004,3,562,1509 +"190985",64439,35108,2,562,604 +"190986",64439,35715,3,562,2912 +"190987",64439,37059,3,562,2840 +"190988",64439,37424,3,562,1693 +"190989",64439,39534,3,562,2410 +"190990",64439,41439,3,562,709 +"190991",64439,44786,3,562,1096 +"190992",64439,47072,2,562,1564 +"190993",64439,49551,3,562,879 +"190994",64439,55775,3,562,2385 +"190995",64439,59039,3,562,2870 +"190996",64439,61723,3,562,1262 +"190997",64439,67719,2,562,2429 +"190998",64439,68055,3,562,1236 +"190999",64439,68345,3,562,1095 +"191000",64439,69131,2,562,2122 +"191001",64439,72348,1,562,1810 +"191002",64439,72438,2,562,1397 +"191003",64439,73192,3,562,1955 +"191004",64439,80606,2,562,2079 +"191005",64439,83228,3,562,732 +"191006",64439,94520,3,562,1243 +"191007",64439,94625,3,562,2105 +"191008",64439,98058,2,562,1891 +"191009",64439,116792,3,562,2397 +"191010",64469,9272,3,2707,2835 +"191011",64469,16866,3,2707,2718 +"191012",64469,36646,3,2707,2744 +"191013",64477,67664,1,270,798 +"191014",64502,602,3,1670,2632 +"191015",64502,1196,3,1670,1986 +"191016",64502,3011,3,1670,2278 +"191017",64502,3961,3,1670,2426 +"191018",64502,5041,3,1670,2371 +"191019",64502,5315,3,1670,2631 +"191020",64502,6047,3,1670,2004 +"191021",64502,6241,3,1670,2264 +"191022",64502,6417,3,1670,1675 +"191023",64502,6982,3,1670,2034 +"191024",64502,8419,2,1670,1956 +"191025",64502,9311,3,1670,2477 +"191026",64502,9928,3,1670,2345 +"191027",64502,10358,2,1670,2294 +"191028",64502,10382,1,1670,2111 +"191029",64502,10779,3,1670,2881 +"191030",64502,10843,2,1670,2277 +"191031",64502,14032,2,1670,2144 +"191032",64502,14723,2,1670,2019 +"191033",64502,15626,3,1670,2434 +"191034",64502,16352,3,1670,2657 +"191035",64502,17819,3,1670,2291 +"191036",64502,19453,1,1670,1928 +"191037",64502,19858,3,1670,2357 +"191038",64502,22311,3,1670,2034 +"191039",64502,23310,3,1670,2371 +"191040",64502,23825,3,1670,1913 +"191041",64502,26695,3,1670,2340 +"191042",64502,27277,3,1670,1994 +"191043",64502,29930,3,1670,2240 +"191044",64502,31003,3,1670,1859 +"191045",64502,32919,3,1670,2321 +"191046",64502,33433,3,1670,2805 +"191047",64502,34735,3,1670,2767 +"191048",64502,35926,3,1670,2371 +"191049",64502,36007,3,1670,2089 +"191050",64502,37915,2,1670,1905 +"191051",64502,38755,3,1670,2902 +"191052",64502,41955,3,1670,2479 +"191053",64502,45903,2,1670,2237 +"191054",64502,48127,3,1670,2677 +"191055",64502,48602,3,1670,1704 +"191056",64502,49581,3,1670,1817 +"191057",64502,49696,3,1670,2444 +"191058",64502,53779,1,1670,2000 +"191059",64502,55643,3,1670,2359 +"191060",64502,59113,3,1670,2434 +"191061",64502,67145,3,1670,2015 +"191062",64502,75343,3,1670,2008 +"191063",64502,75403,3,1670,1895 +"191064",64502,76396,3,1670,1731 +"191065",64502,82932,3,1670,2245 +"191066",64502,87144,3,1670,2299 +"191067",64502,87720,3,1670,2086 +"191068",64506,489,3,177,2652 +"191069",64506,2936,3,177,2512 +"191070",64506,4660,2,177,2149 +"191071",64506,6877,1,177,867 +"191072",64506,13296,3,177,839 +"191073",64506,13879,3,177,2748 +"191074",64506,19501,3,177,1186 +"191075",64506,19655,3,177,2706 +"191076",64506,23966,3,177,891 +"191077",64506,25241,3,177,1233 +"191078",64506,27545,3,177,855 +"191079",64506,27686,3,177,2844 +"191080",64506,32470,3,177,1539 +"191081",64506,33870,3,177,955 +"191082",64506,36487,3,177,2622 +"191083",64506,63641,3,177,2337 +"191084",64506,66717,3,177,2104 +"191085",64506,72535,3,177,1191 +"191086",64506,84271,3,177,1556 +"191087",64506,90299,3,177,1606 +"191088",64506,96007,3,177,895 +"191089",64533,12462,3,1446,1461 +"191090",64533,18543,3,1446,2968 +"191091",64534,36662,3,2924,2967 +"191092",64628,827,1,2829,2964 +"191093",64641,1057,3,2617,2759 +"191094",64641,53289,3,2617,2746 +"191095",64686,601,3,670,702 +"191096",64686,2424,3,670,2582 +"191097",64686,3430,3,670,2498 +"191098",64686,12362,3,670,702 +"191099",64686,12518,3,670,2747 +"191100",64686,12901,3,670,2136 +"191101",64686,13315,3,670,2516 +"191102",64686,21197,3,670,1437 +"191103",64686,21198,3,670,935 +"191104",64686,21285,3,670,2100 +"191105",64686,24612,1,670,1875 +"191106",64686,26524,3,670,982 +"191107",64686,27030,3,670,2031 +"191108",64686,46040,3,670,2105 +"191109",64686,48283,3,670,1290 +"191110",64686,52024,3,670,2500 +"191111",64686,66799,3,670,1324 +"191112",64686,86520,3,670,702 +"191113",64699,38755,3,2797,2902 +"191114",64699,41945,3,2797,2856 +"191115",64699,44688,3,2797,2924 +"191116",64699,55906,3,2797,2851 +"191117",64699,77155,3,2797,2946 +"191118",64712,3506,3,1411,2364 +"191119",64712,6040,3,1411,2103 +"191120",64712,7123,3,1411,1964 +"191121",64712,9269,2,1411,1892 +"191122",64712,9895,3,1411,1960 +"191123",64712,10610,3,1411,1427 +"191124",64712,16347,3,1411,1868 +"191125",64712,17645,3,1411,1918 +"191126",64712,17925,3,1411,2385 +"191127",64712,20695,3,1411,2526 +"191128",64712,26740,3,1411,2695 +"191129",64712,34331,3,1411,1727 +"191130",64712,44744,1,1411,2032 +"191131",64712,45449,3,1411,1610 +"191132",64712,48931,3,1411,2444 +"191133",64712,56364,3,1411,1626 +"191134",64712,78611,3,1411,1586 +"191135",64712,84591,3,1411,1685 +"191136",64712,96387,3,1411,2159 +"191137",64734,16776,3,231,1565 +"191138",64734,20894,3,231,2214 +"191139",64734,29667,3,231,531 +"191140",64734,44749,3,231,1303 +"191141",64734,57356,3,231,2476 +"191142",64734,88067,3,231,2315 +"191143",64737,2724,2,2442,2447 +"191144",64737,4784,3,2442,2511 +"191145",64737,49805,3,2442,2445 +"191146",64769,9273,3,493,1747 +"191147",64769,9328,3,493,1937 +"191148",64769,16184,3,493,2274 +"191149",64769,31281,3,493,1937 +"191150",64769,35844,3,493,2961 +"191151",64769,44473,3,493,1685 +"191152",64769,44501,3,493,2567 +"191153",64769,76503,3,493,1136 +"191154",64786,3167,3,870,1676 +"191155",64786,4623,1,870,1176 +"191156",64786,5041,3,870,2371 +"191157",64786,5239,3,870,2875 +"191158",64786,5315,3,870,2631 +"191159",64786,5971,3,870,1985 +"191160",64786,7196,3,870,1508 +"191161",64786,7984,3,870,2493 +"191162",64786,8913,3,870,968 +"191163",64786,9351,3,870,1460 +"191164",64786,11976,3,870,1727 +"191165",64786,12096,3,870,1330 +"191166",64786,13109,3,870,1374 +"191167",64786,13248,3,870,1385 +"191168",64786,14943,3,870,1942 +"191169",64786,15401,3,870,1999 +"191170",64786,15808,3,870,1521 +"191171",64786,16625,3,870,1285 +"191172",64786,16801,3,870,2008 +"191173",64786,16826,3,870,2599 +"191174",64786,17852,3,870,2840 +"191175",64786,17934,3,870,1059 +"191176",64786,18361,3,870,2968 +"191177",64786,22326,3,870,2818 +"191178",64786,22374,3,870,1226 +"191179",64786,22403,3,870,1630 +"191180",64786,22415,3,870,2841 +"191181",64786,24293,3,870,1184 +"191182",64786,25271,3,870,1172 +"191183",64786,25305,3,870,2447 +"191184",64786,26570,3,870,1669 +"191185",64786,28784,3,870,1579 +"191186",64786,29962,3,870,2201 +"191187",64786,32988,3,870,2008 +"191188",64786,34158,1,870,2639 +"191189",64786,35361,3,870,2389 +"191190",64786,38219,2,870,1689 +"191191",64786,39516,2,870,2393 +"191192",64786,39748,3,870,1566 +"191193",64786,40487,2,870,2512 +"191194",64786,40645,3,870,1899 +"191195",64786,40893,2,870,1116 +"191196",64786,42505,3,870,2008 +"191197",64786,44161,2,870,1156 +"191198",64786,44521,3,870,1593 +"191199",64786,45903,3,870,2237 +"191200",64786,45959,3,870,1880 +"191201",64786,46040,3,870,2105 +"191202",64786,48127,3,870,2677 +"191203",64786,51157,2,870,2319 +"191204",64786,51319,1,870,2488 +"191205",64786,61337,3,870,2777 +"191206",64786,62148,2,870,1566 +"191207",64786,64219,3,870,2705 +"191208",64786,65155,3,870,1947 +"191209",64786,65203,3,870,1597 +"191210",64786,65322,2,870,2008 +"191211",64786,71971,3,870,1294 +"191212",64786,78150,3,870,2581 +"191213",64786,81478,3,870,1640 +"191214",64786,82949,3,870,2077 +"191215",64786,85547,3,870,997 +"191216",64786,85716,2,870,1609 +"191217",64786,85875,3,870,957 +"191218",64786,89511,3,870,1205 +"191219",64786,96352,3,870,1493 +"191220",64793,7759,3,2819,2844 +"191221",64803,3158,3,841,2762 +"191222",64803,4784,3,841,2511 +"191223",64803,6020,3,841,1864 +"191224",64803,7406,3,841,1906 +"191225",64803,9088,3,841,1881 +"191226",64803,9269,2,841,1892 +"191227",64803,9895,3,841,1960 +"191228",64803,11270,3,841,1011 +"191229",64803,12632,2,841,1174 +"191230",64803,14172,3,841,1923 +"191231",64803,16347,2,841,1868 +"191232",64803,16963,3,841,1999 +"191233",64803,20695,3,841,2526 +"191234",64803,21165,3,841,1112 +"191235",64803,21358,3,841,1970 +"191236",64803,22808,3,841,2297 +"191237",64803,23460,3,841,2183 +"191238",64803,26740,3,841,2695 +"191239",64803,28648,3,841,1586 +"191240",64803,30096,3,841,2082 +"191241",64803,32629,3,841,1789 +"191242",64803,34331,3,841,1727 +"191243",64803,41350,3,841,1935 +"191244",64803,41489,3,841,2006 +"191245",64803,43725,2,841,935 +"191246",64803,44744,3,841,2032 +"191247",64803,49142,3,841,2289 +"191248",64803,49379,3,841,1573 +"191249",64803,56364,3,841,1626 +"191250",64803,68884,3,841,1011 +"191251",64803,69260,3,841,1698 +"191252",64803,71225,3,841,956 +"191253",64803,78393,3,841,874 +"191254",64803,80801,3,841,1250 +"191255",64803,80807,2,841,1597 +"191256",64803,82628,3,841,1784 +"191257",64803,83122,3,841,1503 +"191258",64803,84591,3,841,1685 +"191259",64803,85926,3,841,907 +"191260",64803,87915,3,841,1152 +"191261",64803,93642,3,841,1120 +"191262",64803,101381,3,841,977 +"191263",64803,101666,3,841,1257 +"191264",64850,3158,3,2377,2762 +"191265",64857,160,3,1792,2007 +"191266",64857,5610,2,1792,2223 +"191267",64857,8238,1,1792,2222 +"191268",64857,11060,3,1792,2155 +"191269",64857,12729,3,1792,1835 +"191270",64857,15106,3,1792,2286 +"191271",64857,17632,3,1792,1947 +"191272",64857,18670,3,1792,1835 +"191273",64857,22682,3,1792,2035 +"191274",64857,27796,2,1792,2151 +"191275",64857,29580,3,1792,2776 +"191276",64857,31705,3,1792,2706 +"191277",64857,39464,3,1792,2314 +"191278",64857,40368,2,1792,2876 +"191279",64857,44135,3,1792,2620 +"191280",64857,45504,3,1792,2301 +"191281",64857,47564,2,1792,2650 +"191282",64857,49109,3,1792,2341 +"191283",64857,54953,3,1792,2223 +"191284",64857,55076,3,1792,2408 +"191285",64857,77611,3,1792,1795 +"191286",64862,2139,3,219,2502 +"191287",64862,7896,3,219,2447 +"191288",64862,11518,3,219,803 +"191289",64862,13007,3,219,2496 +"191290",64862,20363,3,219,279 +"191291",64862,24264,2,219,1760 +"191292",64862,27860,3,219,1588 +"191293",64862,31541,3,219,1500 +"191294",64862,31652,3,219,2047 +"191295",64862,33451,3,219,1957 +"191296",64862,34491,2,219,2694 +"191297",64862,49055,3,219,388 +"191298",64862,51758,2,219,2310 +"191299",64862,51879,3,219,1771 +"191300",64862,52041,2,219,2694 +"191301",64862,52524,3,219,1197 +"191302",64862,54204,3,219,1449 +"191303",64862,56873,3,219,1421 +"191304",64912,14442,2,2099,2700 +"191305",64912,31357,3,2099,2389 +"191306",64912,36996,3,2099,2321 +"191307",64912,47882,3,2099,2769 +"191308",64912,59289,3,2099,2896 +"191309",64912,63104,3,2099,2149 +"191310",64912,89391,3,2099,2180 +"191311",64915,10857,2,400,2253 +"191312",64915,14656,3,400,584 +"191313",64915,17400,3,400,2231 +"191314",64915,23492,3,400,1067 +"191315",64915,23725,3,400,2378 +"191316",64915,23825,3,400,1913 +"191317",64915,24259,3,400,1281 +"191318",64915,30325,3,400,1067 +"191319",64915,34480,2,400,2755 +"191320",64915,35673,3,400,1067 +"191321",64915,36784,3,400,576 +"191322",64915,51471,3,400,1280 +"191323",64915,54551,2,400,2348 +"191324",64915,67788,3,400,837 +"191325",64915,72188,3,400,856 +"191326",64915,76284,3,400,1237 +"191327",64915,96553,3,400,1887 +"191328",64915,100241,3,400,777 +"191329",64945,2424,3,2279,2582 +"191330",64945,5515,3,2279,2385 +"191331",64945,6192,3,2279,2409 +"191332",64945,6208,2,2279,2361 +"191333",64945,16954,2,2279,2972 +"191334",64945,19248,2,2279,2357 +"191335",64945,30052,3,2279,2855 +"191336",64945,35738,2,2279,2448 +"191337",64945,36609,3,2279,2918 +"191338",64945,40138,3,2279,2719 +"191339",64945,45618,3,2279,2356 +"191340",64945,48605,3,2279,2796 +"191341",64945,61982,3,2279,2725 +"191342",64945,62841,3,2279,2710 +"191343",64947,270,3,2489,2542 +"191344",64947,680,3,2489,2569 +"191345",64947,3978,2,2489,2775 +"191346",64947,6989,2,2489,2623 +"191347",64947,9787,3,2489,2858 +"191348",64947,11648,3,2489,2852 +"191349",64947,15826,3,2489,2772 +"191350",64947,20984,3,2489,2502 +"191351",64947,24096,3,2489,2612 +"191352",64947,29473,3,2489,2602 +"191353",64947,40572,3,2489,2666 +"191354",64947,44235,3,2489,2700 +"191355",64947,45729,2,2489,2606 +"191356",64947,46982,3,2489,2806 +"191357",64947,53013,3,2489,2523 +"191358",64947,53739,3,2489,2704 +"191359",64947,56237,3,2489,2625 +"191360",64947,71531,2,2489,2887 +"191361",64967,841,2,2872,2964 +"191362",64967,18151,3,2872,2962 +"191363",64967,31331,3,2872,2964 +"191364",64987,1578,3,1360,1612 +"191365",64987,1692,3,1360,2443 +"191366",64987,3317,3,1360,2037 +"191367",64987,5845,3,1360,1552 +"191368",64987,9311,3,1360,2477 +"191369",64987,11477,3,1360,2724 +"191370",64987,14972,3,1360,2332 +"191371",64987,15821,2,1360,2456 +"191372",64987,24195,3,1360,1575 +"191373",64987,24866,3,1360,2103 +"191374",64987,29311,3,1360,1849 +"191375",64987,29409,2,1360,2199 +"191376",64987,30334,3,1360,2075 +"191377",64987,31131,3,1360,2810 +"191378",64987,33356,3,1360,1586 +"191379",64987,34180,3,1360,2617 +"191380",64987,35518,3,1360,1721 +"191381",64987,37636,3,1360,2178 +"191382",64987,40392,3,1360,1878 +"191383",64987,40675,3,1360,1595 +"191384",64987,45461,3,1360,2458 +"191385",64987,47534,2,1360,2712 +"191386",64987,48679,3,1360,2031 +"191387",64987,49121,1,1360,2199 +"191388",64987,51783,3,1360,2599 +"191389",64987,52483,3,1360,2317 +"191390",64987,53530,3,1360,2380 +"191391",64987,61125,3,1360,1673 +"191392",64993,140,3,615,2267 +"191393",64993,2407,3,615,1725 +"191394",64993,2452,3,615,1715 +"191395",64993,9301,3,615,1861 +"191396",64993,11434,3,615,1187 +"191397",64993,11516,3,615,1937 +"191398",64993,13068,3,615,1778 +"191399",64993,14287,3,615,1583 +"191400",64993,14709,3,615,1901 +"191401",64993,16866,3,615,2718 +"191402",64993,18865,3,615,2676 +"191403",64993,20176,1,615,1050 +"191404",64993,20395,3,615,1468 +"191405",64993,21795,3,615,2653 +"191406",64993,23277,3,615,1267 +"191407",64993,25378,2,615,1245 +"191408",64993,26642,3,615,2952 +"191409",64993,27320,3,615,2378 +"191410",64993,27391,3,615,2378 +"191411",64993,28446,3,615,917 +"191412",64993,29267,3,615,1234 +"191413",64993,29495,3,615,1612 +"191414",64993,30865,2,615,2038 +"191415",64993,30891,3,615,1256 +"191416",64993,31235,3,615,2668 +"191417",64993,33665,2,615,787 +"191418",64993,36270,3,615,2910 +"191419",64993,36344,3,615,2570 +"191420",64993,38373,2,615,1928 +"191421",64993,39249,3,615,1665 +"191422",64993,40747,3,615,958 +"191423",64993,41439,3,615,709 +"191424",64993,47595,3,615,2374 +"191425",64993,47968,3,615,2829 +"191426",64993,50229,3,615,1190 +"191427",64993,52879,3,615,777 +"191428",64993,54890,3,615,877 +"191429",64993,58015,3,615,899 +"191430",64993,59485,3,615,1564 +"191431",64993,61443,3,615,2770 +"191432",64993,63395,3,615,2334 +"191433",64993,63662,3,615,721 +"191434",64993,65522,3,615,1572 +"191435",64993,66121,3,615,1281 +"191436",64993,67815,3,615,2476 +"191437",64993,69062,3,615,1174 +"191438",64993,70126,3,615,1158 +"191439",64993,75282,3,615,2675 +"191440",64993,82252,3,615,1248 +"191441",64993,84447,3,615,1006 +"191442",64993,84574,2,615,958 +"191443",64993,88067,3,615,2315 +"191444",64993,90674,2,615,621 +"191445",64993,92904,3,615,780 +"191446",64993,107292,2,615,1667 +"191447",64997,455,2,2791,2827 +"191448",64997,5239,3,2791,2875 +"191449",64997,9362,3,2791,2879 +"191450",64997,12747,3,2791,2818 +"191451",64997,18151,3,2791,2962 +"191452",64997,30052,3,2791,2855 +"191453",64997,43173,3,2791,2895 +"191454",64997,47248,3,2791,2883 +"191455",65007,14834,3,2530,2739 +"191456",65007,16332,3,2530,2668 +"191457",65007,53323,3,2530,2677 +"191458",65016,455,3,2749,2827 +"191459",65016,30052,2,2749,2855 +"191460",65054,44312,2,2593,2741 +"191461",65140,24,2,836,1295 +"191462",65140,1323,3,836,1659 +"191463",65140,1875,3,836,1786 +"191464",65140,3954,3,836,839 +"191465",65140,4671,3,836,2280 +"191466",65140,5226,2,836,1309 +"191467",65140,7029,3,836,2204 +"191468",65140,8529,3,836,1205 +"191469",65140,11103,2,836,2393 +"191470",65140,15122,2,836,1201 +"191471",65140,15207,3,836,1855 +"191472",65140,15799,3,836,1917 +"191473",65140,17264,3,836,2528 +"191474",65140,17502,3,836,869 +"191475",65140,17906,3,836,1940 +"191476",65140,19096,2,836,1538 +"191477",65140,22705,3,836,1016 +"191478",65140,24853,3,836,1004 +"191479",65140,27001,3,836,1761 +"191480",65140,27195,3,836,2158 +"191481",65140,28635,3,836,2368 +"191482",65140,28640,2,836,1475 +"191483",65140,29930,3,836,2240 +"191484",65140,30366,3,836,2532 +"191485",65140,31700,3,836,2727 +"191486",65140,34836,3,836,2302 +"191487",65140,35516,3,836,1229 +"191488",65140,36574,3,836,2934 +"191489",65140,36714,2,836,2209 +"191490",65140,37108,2,836,1202 +"191491",65140,37937,3,836,1320 +"191492",65140,39278,3,836,1952 +"191493",65140,39539,3,836,1274 +"191494",65140,42864,3,836,1151 +"191495",65140,43225,3,836,1835 +"191496",65140,44151,3,836,1796 +"191497",65140,46283,3,836,1184 +"191498",65140,47362,2,836,2253 +"191499",65140,48571,3,836,2717 +"191500",65140,49185,3,836,1544 +"191501",65140,53120,3,836,975 +"191502",65140,56232,3,836,1175 +"191503",65140,58854,3,836,1131 +"191504",65140,66205,3,836,2898 +"191505",65140,67957,3,836,2823 +"191506",65140,68550,3,836,1820 +"191507",65140,68939,3,836,1051 +"191508",65140,72468,3,836,2292 +"191509",65140,72530,3,836,992 +"191510",65140,76564,3,836,996 +"191511",65140,90709,3,836,1080 +"191512",65140,91279,3,836,966 +"191513",65140,95479,3,836,896 +"191514",65140,95644,3,836,1531 +"191515",65140,97120,3,836,1202 +"191516",65140,101338,3,836,1319 +"191517",65145,24,3,505,1295 +"191518",65145,750,3,505,1327 +"191519",65145,1102,3,505,2282 +"191520",65145,1315,3,505,2760 +"191521",65145,2572,3,505,2273 +"191522",65145,3801,3,505,1974 +"191523",65145,6074,3,505,2426 +"191524",65145,7258,3,505,1714 +"191525",65145,7858,3,505,1795 +"191526",65145,8529,3,505,1205 +"191527",65145,12724,2,505,1930 +"191528",65145,15122,3,505,1201 +"191529",65145,19096,2,505,1538 +"191530",65145,22242,3,505,1690 +"191531",65145,33850,3,505,931 +"191532",65145,37108,3,505,1202 +"191533",65145,37897,3,505,1685 +"191534",65145,42216,3,505,2722 +"191535",65145,58854,3,505,1131 +"191536",65145,66992,3,505,2882 +"191537",65145,82681,2,505,1620 +"191538",65145,83053,2,505,1303 +"191539",65145,99012,3,505,931 +"191540",65155,997,3,1947,2788 +"191541",65155,1196,3,1947,1986 +"191542",65155,2424,3,1947,2582 +"191543",65155,2484,3,1947,2389 +"191544",65155,3271,3,1947,2216 +"191545",65155,3947,3,1947,2067 +"191546",65155,3961,3,1947,2426 +"191547",65155,5239,2,1947,2875 +"191548",65155,7984,2,1947,2493 +"191549",65155,8890,3,1947,1955 +"191550",65155,9272,3,1947,2835 +"191551",65155,9311,3,1947,2477 +"191552",65155,9362,3,1947,2879 +"191553",65155,11477,2,1947,2724 +"191554",65155,12901,3,1947,2136 +"191555",65155,13388,3,1947,2119 +"191556",65155,13780,2,1947,2412 +"191557",65155,14108,3,1947,2012 +"191558",65155,14723,3,1947,2019 +"191559",65155,15401,1,1947,1999 +"191560",65155,16365,3,1947,2217 +"191561",65155,16801,2,1947,2008 +"191562",65155,16826,3,1947,2599 +"191563",65155,18103,3,1947,1968 +"191564",65155,18571,3,1947,2128 +"191565",65155,20067,3,1947,2390 +"191566",65155,20124,3,1947,2376 +"191567",65155,20311,3,1947,1981 +"191568",65155,21285,3,1947,2100 +"191569",65155,21670,3,1947,2158 +"191570",65155,21681,3,1947,2005 +"191571",65155,23132,3,1947,2756 +"191572",65155,23223,3,1947,2094 +"191573",65155,23725,3,1947,2378 +"191574",65155,28582,3,1947,2698 +"191575",65155,29004,3,1947,2596 +"191576",65155,30747,2,1947,2455 +"191577",65155,31069,3,1947,1995 +"191578",65155,31124,3,1947,2351 +"191579",65155,31164,3,1947,1996 +"191580",65155,31700,3,1947,2727 +"191581",65155,32988,1,1947,2008 +"191582",65155,33433,3,1947,2805 +"191583",65155,33801,3,1947,2899 +"191584",65155,34158,3,1947,2639 +"191585",65155,36031,3,1947,2342 +"191586",65155,36559,3,1947,2473 +"191587",65155,36862,3,1947,2655 +"191588",65155,38602,3,1947,2693 +"191589",65155,40432,2,1947,1956 +"191590",65155,42196,3,1947,2765 +"191591",65155,42505,2,1947,2008 +"191592",65155,43226,3,1947,2442 +"191593",65155,46040,2,1947,2105 +"191594",65155,46951,3,1947,2429 +"191595",65155,48110,3,1947,2009 +"191596",65155,48215,3,1947,2028 +"191597",65155,49265,3,1947,2686 +"191598",65155,51410,3,1947,2739 +"191599",65155,53323,3,1947,2677 +"191600",65155,55139,3,1947,2323 +"191601",65155,56237,3,1947,2625 +"191602",65155,56317,3,1947,2030 +"191603",65155,57380,3,1947,2362 +"191604",65155,58164,3,1947,2398 +"191605",65155,58508,3,1947,2326 +"191606",65155,65322,2,1947,2008 +"191607",65155,69335,3,1947,2698 +"191608",65155,72728,3,1947,2234 +"191609",65155,78150,2,1947,2581 +"191610",65155,88232,3,1947,2881 +"191611",65155,92757,2,1947,2615 +"191612",65177,2876,3,1727,2657 +"191613",65183,7951,3,396,2358 +"191614",65183,25480,3,396,2747 +"191615",65183,34842,3,396,2050 +"191616",65183,45053,3,396,1543 +"191617",65183,51364,2,396,2660 +"191618",65183,54067,2,396,2433 +"191619",65183,60386,2,396,1322 +"191620",65183,100532,3,396,859 +"191621",65184,1822,3,1630,2888 +"191622",65184,14353,2,1630,2878 +"191623",65188,3271,3,2213,2216 +"191624",65188,4551,2,2213,2720 +"191625",65188,6697,3,2213,2438 +"191626",65188,10373,3,2213,2436 +"191627",65188,14586,3,2213,2801 +"191628",65188,16595,3,2213,2352 +"191629",65188,19165,3,2213,2436 +"191630",65188,19934,2,2213,2888 +"191631",65188,20308,3,2213,2254 +"191632",65188,20894,3,2213,2214 +"191633",65188,27320,3,2213,2378 +"191634",65188,27391,3,2213,2378 +"191635",65188,28893,3,2213,2764 +"191636",65188,37752,2,2213,2223 +"191637",65188,38259,3,2213,2258 +"191638",65188,39443,3,2213,2277 +"191639",65188,39875,3,2213,2422 +"191640",65188,40623,3,2213,2580 +"191641",65188,41187,2,2213,2340 +"191642",65188,57356,2,2213,2476 +"191643",65188,58945,3,2213,2481 +"191644",65188,59039,2,2213,2870 +"191645",65203,2424,3,1597,2582 +"191646",65203,3961,3,1597,2426 +"191647",65203,5239,3,1597,2875 +"191648",65203,7984,3,1597,2493 +"191649",65203,11477,3,1597,2724 +"191650",65203,13388,3,1597,2119 +"191651",65203,13780,3,1597,2412 +"191652",65203,14943,3,1597,1942 +"191653",65203,15401,2,1597,1999 +"191654",65203,16801,3,1597,2008 +"191655",65203,20311,3,1597,1981 +"191656",65203,20732,3,1597,2401 +"191657",65203,21285,3,1597,2100 +"191658",65203,21706,3,1597,1988 +"191659",65203,23726,3,1597,2434 +"191660",65203,23869,3,1597,1918 +"191661",65203,25577,3,1597,1946 +"191662",65203,30747,3,1597,2455 +"191663",65203,31069,3,1597,1995 +"191664",65203,32988,2,1597,2008 +"191665",65203,33801,3,1597,2899 +"191666",65203,34158,3,1597,2639 +"191667",65203,36862,3,1597,2655 +"191668",65203,38019,3,1597,1870 +"191669",65203,38219,2,1597,1689 +"191670",65203,40432,3,1597,1956 +"191671",65203,40645,2,1597,1899 +"191672",65203,42505,3,1597,2008 +"191673",65203,45959,3,1597,1880 +"191674",65203,46040,3,1597,2105 +"191675",65203,50382,3,1597,2244 +"191676",65203,56317,3,1597,2030 +"191677",65203,58164,3,1597,2398 +"191678",65203,65155,2,1597,1947 +"191679",65203,65322,2,1597,2008 +"191680",65203,78150,2,1597,2581 +"191681",65203,79567,2,1597,1942 +"191682",65203,92757,3,1597,2615 +"191683",65223,34908,3,2724,2796 +"191684",65223,37868,3,2724,2876 +"191685",65223,71531,3,2724,2887 +"191686",65223,100586,3,2724,2966 +"191687",65223,105190,2,2724,2839 +"191688",65242,270,3,1988,2542 +"191689",65242,2424,3,1988,2582 +"191690",65242,3456,3,1988,1999 +"191691",65242,6588,2,1988,2025 +"191692",65242,7616,3,1988,2296 +"191693",65242,7997,3,1988,2049 +"191694",65242,9272,3,1988,2835 +"191695",65242,9504,3,1988,2549 +"191696",65242,10857,3,1988,2253 +"191697",65242,11218,3,1988,2292 +"191698",65242,13307,3,1988,2206 +"191699",65242,14586,3,1988,2801 +"191700",65242,15444,3,1988,2764 +"191701",65242,17400,3,1988,2231 +"191702",65242,18394,3,1988,2356 +"191703",65242,19622,3,1988,2371 +"191704",65242,21012,3,1988,2325 +"191705",65242,21248,3,1988,2232 +"191706",65242,21487,3,1988,2203 +"191707",65242,23526,3,1988,1998 +"191708",65242,26848,3,1988,2363 +"191709",65242,30405,3,1988,2164 +"191710",65242,37059,3,1988,2840 +"191711",65242,41969,3,1988,2189 +"191712",65242,43455,3,1988,2846 +"191713",65242,45684,3,1988,2200 +"191714",65242,46384,2,1988,2285 +"191715",65242,46532,3,1988,2005 +"191716",65242,46629,2,1988,2255 +"191717",65242,50236,3,1988,2339 +"191718",65242,55076,3,1988,2408 +"191719",65242,56082,3,1988,2395 +"191720",65242,56237,3,1988,2625 +"191721",65242,59788,3,1988,2315 +"191722",65242,61982,3,1988,2725 +"191723",65242,64967,3,1988,2872 +"191724",65242,72207,3,1988,2430 +"191725",65242,72326,3,1988,2384 +"191726",65316,499,3,1020,1931 +"191727",65316,2221,3,1020,2092 +"191728",65316,2418,3,1020,2020 +"191729",65316,2576,3,1020,1307 +"191730",65316,2759,2,1020,2030 +"191731",65316,3255,1,1020,2504 +"191732",65316,4730,2,1020,2131 +"191733",65316,6133,2,1020,1229 +"191734",65316,6627,3,1020,2063 +"191735",65316,6942,3,1020,1232 +"191736",65316,7269,3,1020,1728 +"191737",65316,7433,3,1020,2255 +"191738",65316,7443,3,1020,2028 +"191739",65316,8984,2,1020,1162 +"191740",65316,10495,3,1020,2230 +"191741",65316,10638,3,1020,2692 +"191742",65316,10905,3,1020,1552 +"191743",65316,10914,3,1020,1660 +"191744",65316,11429,3,1020,2520 +"191745",65316,11506,3,1020,2824 +"191746",65316,12356,3,1020,2757 +"191747",65316,13109,3,1020,1374 +"191748",65316,14325,3,1020,1976 +"191749",65316,14654,3,1020,1692 +"191750",65316,14761,2,1020,2502 +"191751",65316,15453,3,1020,1688 +"191752",65316,18571,3,1020,2128 +"191753",65316,18943,3,1020,2861 +"191754",65316,19892,3,1020,1212 +"191755",65316,20007,3,1020,2971 +"191756",65316,20494,3,1020,1075 +"191757",65316,21180,2,1020,2762 +"191758",65316,21741,3,1020,1574 +"191759",65316,21838,2,1020,2106 +"191760",65316,26451,3,1020,2133 +"191761",65316,26793,3,1020,2104 +"191762",65316,28626,3,1020,2842 +"191763",65316,29899,3,1020,2375 +"191764",65316,30150,3,1020,1704 +"191765",65316,30366,3,1020,2532 +"191766",65316,30442,3,1020,2124 +"191767",65316,31003,2,1020,1859 +"191768",65316,31164,3,1020,1996 +"191769",65316,32449,3,1020,2091 +"191770",65316,33356,3,1020,1586 +"191771",65316,34162,2,1020,2336 +"191772",65316,36136,3,1020,2338 +"191773",65316,37915,2,1020,1905 +"191774",65316,38755,3,1020,2902 +"191775",65316,39534,3,1020,2410 +"191776",65316,39799,3,1020,2344 +"191777",65316,40293,3,1020,1671 +"191778",65316,41955,3,1020,2479 +"191779",65316,42946,3,1020,2900 +"191780",65316,43153,3,1020,1381 +"191781",65316,45730,3,1020,2063 +"191782",65316,45903,3,1020,2237 +"191783",65316,48602,3,1020,1704 +"191784",65316,49347,2,1020,2504 +"191785",65316,54663,3,1020,1424 +"191786",65316,55775,3,1020,2385 +"191787",65316,56338,3,1020,1818 +"191788",65316,56673,3,1020,2419 +"191789",65316,56893,3,1020,2597 +"191790",65316,57337,3,1020,1443 +"191791",65316,57657,3,1020,2735 +"191792",65316,58086,3,1020,1667 +"191793",65316,60979,2,1020,1758 +"191794",65316,66726,3,1020,2068 +"191795",65316,66911,3,1020,1920 +"191796",65316,76132,2,1020,2426 +"191797",65316,76675,2,1020,1840 +"191798",65316,77397,2,1020,1302 +"191799",65316,81478,3,1020,1640 +"191800",65316,86664,1,1020,1146 +"191801",65316,88857,3,1020,1232 +"191802",65316,104306,3,1020,1665 +"191803",65316,111034,3,1020,2131 +"191804",65316,115155,3,1020,1942 +"191805",65322,2424,3,2008,2582 +"191806",65322,2684,3,2008,2874 +"191807",65322,3271,3,2008,2216 +"191808",65322,3947,3,2008,2067 +"191809",65322,3961,3,2008,2426 +"191810",65322,5239,2,2008,2875 +"191811",65322,7984,2,2008,2493 +"191812",65322,9272,3,2008,2835 +"191813",65322,9362,3,2008,2879 +"191814",65322,11477,3,2008,2724 +"191815",65322,12901,3,2008,2136 +"191816",65322,13388,3,2008,2119 +"191817",65322,13780,3,2008,2412 +"191818",65322,16826,3,2008,2599 +"191819",65322,21285,3,2008,2100 +"191820",65322,21872,3,2008,2458 +"191821",65322,23132,3,2008,2756 +"191822",65322,24586,3,2008,2465 +"191823",65322,26451,3,2008,2133 +"191824",65322,30747,3,2008,2455 +"191825",65322,33801,3,2008,2899 +"191826",65322,34158,2,2008,2639 +"191827",65322,36862,3,2008,2655 +"191828",65322,43226,3,2008,2442 +"191829",65322,46040,2,2008,2105 +"191830",65322,48110,3,2008,2009 +"191831",65322,51157,3,2008,2319 +"191832",65322,51319,3,2008,2488 +"191833",65322,51410,3,2008,2739 +"191834",65322,55139,3,2008,2323 +"191835",65322,56237,3,2008,2625 +"191836",65322,56317,3,2008,2030 +"191837",65322,58164,3,2008,2398 +"191838",65322,58508,3,2008,2326 +"191839",65322,64967,3,2008,2872 +"191840",65322,64997,3,2008,2791 +"191841",65322,69335,3,2008,2698 +"191842",65322,78150,2,2008,2581 +"191843",65322,92757,3,2008,2615 +"191844",65375,827,3,824,2964 +"191845",65375,952,3,824,1991 +"191846",65375,1624,3,824,2687 +"191847",65375,1708,3,824,1591 +"191848",65375,2282,2,824,2056 +"191849",65375,2443,3,824,2333 +"191850",65375,2647,3,824,2450 +"191851",65375,2927,2,824,1789 +"191852",65375,4180,3,824,1817 +"191853",65375,4249,3,824,2547 +"191854",65375,6345,3,824,2713 +"191855",65375,6480,3,824,1678 +"191856",65375,6999,3,824,2214 +"191857",65375,7253,3,824,2686 +"191858",65375,7254,3,824,1849 +"191859",65375,7604,3,824,1366 +"191860",65375,8157,3,824,1063 +"191861",65375,8607,3,824,1685 +"191862",65375,9724,3,824,2713 +"191863",65375,9910,3,824,2526 +"191864",65375,10701,3,824,2000 +"191865",65375,11858,2,824,1530 +"191866",65375,12966,3,824,2011 +"191867",65375,14212,1,824,857 +"191868",65375,14470,3,824,2632 +"191869",65375,14957,3,824,2306 +"191870",65375,15146,3,824,1546 +"191871",65375,15782,3,824,2306 +"191872",65375,17499,3,824,2954 +"191873",65375,17531,3,824,876 +"191874",65375,17695,3,824,1930 +"191875",65375,19509,3,824,2000 +"191876",65375,20038,3,824,1531 +"191877",65375,20695,3,824,2526 +"191878",65375,22357,2,824,1397 +"191879",65375,26597,2,824,2070 +"191880",65375,28782,1,824,2272 +"191881",65375,29778,3,824,840 +"191882",65375,30714,3,824,2485 +"191883",65375,31855,3,824,2636 +"191884",65375,32169,3,824,2504 +"191885",65375,34953,3,824,1817 +"191886",65375,36399,3,824,1357 +"191887",65375,36840,3,824,2269 +"191888",65375,37342,3,824,2649 +"191889",65375,40407,3,824,1972 +"191890",65375,42382,3,824,2224 +"191891",65375,42390,1,824,2937 +"191892",65375,43543,2,824,1457 +"191893",65375,43701,3,824,2400 +"191894",65375,46616,3,824,1917 +"191895",65375,47607,3,824,2724 +"191896",65375,48419,3,824,1134 +"191897",65375,49142,3,824,2289 +"191898",65375,50468,3,824,1659 +"191899",65375,51505,3,824,1572 +"191900",65375,52323,3,824,2148 +"191901",65375,52380,3,824,2686 +"191902",65375,52386,3,824,1830 +"191903",65375,53584,3,824,2391 +"191904",65375,53652,3,824,2899 +"191905",65375,54316,3,824,1202 +"191906",65375,67289,3,824,829 +"191907",65375,68884,3,824,1011 +"191908",65375,69260,3,824,1698 +"191909",65375,69795,3,824,2636 +"191910",65375,71895,2,824,1327 +"191911",65375,71999,3,824,2685 +"191912",65375,73520,3,824,2613 +"191913",65375,76450,3,824,1077 +"191914",65375,76814,3,824,926 +"191915",65375,76929,3,824,910 +"191916",65375,77719,3,824,2086 +"191917",65375,78277,3,824,1937 +"191918",65375,80970,2,824,2069 +"191919",65375,84181,3,824,1272 +"191920",65375,88984,2,824,935 +"191921",65375,101381,3,824,977 +"191922",65375,122938,3,824,1023 +"191923",65378,36666,3,516,1270 +"191924",65378,37710,3,516,963 +"191925",65381,61541,2,2184,2699 +"191926",65389,2798,3,503,1673 +"191927",65389,5962,3,503,2491 +"191928",65389,6119,2,503,2358 +"191929",65389,10336,3,503,2271 +"191930",65389,11728,3,503,1121 +"191931",65389,12475,2,503,588 +"191932",65389,13920,3,503,1709 +"191933",65389,14520,3,503,634 +"191934",65389,16286,3,503,2470 +"191935",65389,17645,3,503,1918 +"191936",65389,21575,3,503,1762 +"191937",65389,23486,3,503,1831 +"191938",65389,30609,3,503,988 +"191939",65389,38513,3,503,914 +"191940",65389,44074,3,503,1299 +"191941",65389,46726,3,503,943 +"191942",65389,51360,3,503,1882 +"191943",65389,59610,3,503,2448 +"191944",65389,61270,2,503,1364 +"191945",65389,62668,3,503,958 +"191946",65389,79158,3,503,1252 +"191947",65389,79420,1,503,1061 +"191948",65389,104828,3,503,1609 +"191949",65475,1315,3,1267,2760 +"191950",65475,2208,2,1267,2814 +"191951",65475,2972,3,1267,1708 +"191952",65475,3139,3,1267,1656 +"191953",65475,6914,3,1267,2668 +"191954",65475,14108,3,1267,2012 +"191955",65475,16201,3,1267,1811 +"191956",65475,23312,3,1267,2449 +"191957",65475,27427,3,1267,2325 +"191958",65475,31124,3,1267,2351 +"191959",65475,35481,3,1267,2211 +"191960",65475,47064,1,1267,1993 +"191961",65475,48283,3,1267,1290 +"191962",65475,50607,3,1267,1333 +"191963",65475,51243,3,1267,1389 +"191964",65475,53196,3,1267,1888 +"191965",65475,54250,2,1267,2340 +"191966",65475,66318,3,1267,2803 +"191967",65475,87837,2,1267,1987 +"191968",65475,105685,3,1267,2469 +"191969",65478,270,3,220,2542 +"191970",65478,325,3,220,495 +"191971",65478,1124,3,220,1596 +"191972",65478,4730,3,220,2131 +"191973",65478,6718,3,220,2138 +"191974",65478,8006,3,220,479 +"191975",65478,8157,3,220,1063 +"191976",65478,9506,3,220,1012 +"191977",65478,10128,3,220,883 +"191978",65478,10488,2,220,1524 +"191979",65478,17159,3,220,883 +"191980",65478,18394,3,220,2356 +"191981",65478,18808,3,220,2854 +"191982",65478,21352,2,220,1604 +"191983",65478,21620,2,220,1056 +"191984",65478,22905,3,220,2599 +"191985",65478,23725,3,220,2378 +"191986",65478,27112,3,220,500 +"191987",65478,30325,3,220,1067 +"191988",65478,31251,3,220,2498 +"191989",65478,32131,3,220,1035 +"191990",65478,38309,3,220,2644 +"191991",65478,39321,3,220,2257 +"191992",65478,39570,3,220,496 +"191993",65478,41603,3,220,1942 +"191994",65478,46196,3,220,1510 +"191995",65478,48639,3,220,2291 +"191996",65478,50635,3,220,2962 +"191997",65478,52136,3,220,1412 +"191998",65478,53362,3,220,2360 +"191999",65478,55775,2,220,2385 +"192000",65478,56082,3,220,2395 +"192001",65478,60672,3,220,2876 +"192002",65478,67763,2,220,822 +"192003",65478,70724,3,220,496 +"192004",65478,72207,3,220,2430 +"192005",65478,79804,3,220,2227 +"192006",65478,80009,3,220,1640 +"192007",65478,80050,3,220,2698 +"192008",65478,80784,3,220,1738 +"192009",65478,91772,3,220,2233 +"192010",65478,91912,3,220,790 +"192011",65478,93326,3,220,1196 +"192012",65478,97266,2,220,1016 +"192013",65478,98719,2,220,1096 +"192014",65478,102109,3,220,1367 +"192015",65487,12481,3,520,1086 +"192016",65487,13400,3,520,1371 +"192017",65487,26138,3,520,1902 +"192018",65487,31700,3,520,2727 +"192019",65487,37937,3,520,1320 +"192020",65487,41603,3,520,1942 +"192021",65487,53362,3,520,2360 +"192022",65487,55775,3,520,2385 +"192023",65487,60672,3,520,2876 +"192024",65487,70854,3,520,635 +"192025",65487,79772,3,520,1230 +"192026",65487,79793,3,520,1915 +"192027",65515,2272,3,677,1640 +"192028",65515,2443,2,677,2333 +"192029",65515,19358,3,677,880 +"192030",65515,27512,3,677,947 +"192031",65515,30697,3,677,2891 +"192032",65515,32070,3,677,950 +"192033",65515,46568,2,677,822 +"192034",65515,49403,3,677,2427 +"192035",65515,56168,3,677,1466 +"192036",65515,83334,3,677,1708 +"192037",65522,140,3,1572,2267 +"192038",65522,2452,3,1572,1715 +"192039",65522,4660,3,1572,2149 +"192040",65522,11108,3,1572,1609 +"192041",65522,11516,3,1572,1937 +"192042",65522,12388,3,1572,1975 +"192043",65522,13068,3,1572,1778 +"192044",65522,14287,2,1572,1583 +"192045",65522,14353,3,1572,2878 +"192046",65522,14564,3,1572,1581 +"192047",65522,15444,3,1572,2764 +"192048",65522,16501,3,1572,1650 +"192049",65522,16896,3,1572,2223 +"192050",65522,17027,2,1572,2772 +"192051",65522,20067,3,1572,2390 +"192052",65522,22403,2,1572,1630 +"192053",65522,27280,3,1572,1965 +"192054",65522,27391,3,1572,2378 +"192055",65522,27742,3,1572,2700 +"192056",65522,31235,3,1572,2668 +"192057",65522,36487,2,1572,2622 +"192058",65522,38373,3,1572,1928 +"192059",65522,39418,2,1572,1978 +"192060",65522,40646,3,1572,1583 +"192061",65522,41108,3,1572,1624 +"192062",65522,42799,3,1572,2729 +"192063",65522,52261,3,1572,2162 +"192064",65522,57760,3,1572,1721 +"192065",65522,68652,3,1572,2878 +"192066",65522,80156,3,1572,1667 +"192067",65522,92678,3,1572,1769 +"192068",65557,388,3,813,1594 +"192069",65557,1150,2,813,1595 +"192070",65557,1560,3,813,2013 +"192071",65557,4313,3,813,2368 +"192072",65557,5346,3,813,1438 +"192073",65557,7733,3,813,1326 +"192074",65557,10200,2,813,2920 +"192075",65557,10279,3,813,886 +"192076",65557,10622,3,813,1173 +"192077",65557,11429,3,813,2520 +"192078",65557,14654,3,813,1692 +"192079",65557,20056,3,813,1824 +"192080",65557,21976,3,813,1808 +"192081",65557,27255,3,813,1232 +"192082",65557,27363,3,813,1508 +"192083",65557,28203,3,813,2117 +"192084",65557,29275,3,813,949 +"192085",65557,30262,3,813,1715 +"192086",65557,31170,2,813,1776 +"192087",65557,31541,3,813,1500 +"192088",65557,39589,3,813,1292 +"192089",65557,45874,3,813,944 +"192090",65557,49372,3,813,1756 +"192091",65557,57383,3,813,1302 +"192092",65557,57394,3,813,1271 +"192093",65557,62334,3,813,1766 +"192094",65557,73810,3,813,1554 +"192095",65557,78262,3,813,1326 +"192096",65557,80162,3,813,1601 +"192097",65557,80486,2,813,2008 +"192098",65557,108774,2,813,1901 +"192099",65568,6234,3,1699,2654 +"192100",65568,10119,3,1699,2374 +"192101",65568,14838,3,1699,1746 +"192102",65568,15150,3,1699,2801 +"192103",65568,16477,3,1699,2069 +"192104",65568,32079,3,1699,2315 +"192105",65568,33460,3,1699,2781 +"192106",65568,36491,3,1699,1781 +"192107",65568,41521,3,1699,2069 +"192108",65568,49415,3,1699,2654 +"192109",65568,53648,2,1699,2167 +"192110",65568,73629,3,1699,1713 +"192111",65572,22415,3,2750,2841 +"192112",65591,11135,3,928,2441 +"192113",65591,15502,3,928,2637 +"192114",65591,51448,3,928,1593 +"192115",65591,83133,3,928,1055 +"192116",65591,92947,3,928,1289 +"192117",65625,135,1,1273,2233 +"192118",65625,145,3,1273,1998 +"192119",65625,455,2,1273,2827 +"192120",65625,470,2,1273,2285 +"192121",65625,600,1,1273,1702 +"192122",65625,675,3,1273,1686 +"192123",65625,913,2,1273,2144 +"192124",65625,1130,3,1273,1566 +"192125",65625,1136,3,1273,2536 +"192126",65625,1367,3,1273,2176 +"192127",65625,1691,3,1273,1941 +"192128",65625,2325,3,1273,1641 +"192129",65625,2424,3,1273,2582 +"192130",65625,2533,3,1273,2016 +"192131",65625,2954,3,1273,2727 +"192132",65625,3164,3,1273,2693 +"192133",65625,3966,3,1273,2425 +"192134",65625,4084,2,1273,2133 +"192135",65625,4191,2,1273,2130 +"192136",65625,4360,3,1273,1770 +"192137",65625,4618,3,1273,2607 +"192138",65625,5346,3,1273,1438 +"192139",65625,5451,3,1273,1299 +"192140",65625,6030,3,1273,2953 +"192141",65625,6390,3,1273,2385 +"192142",65625,6428,3,1273,1952 +"192143",65625,6491,3,1273,2424 +"192144",65625,7245,2,1273,2089 +"192145",65625,7515,3,1273,2737 +"192146",65625,7847,2,1273,2424 +"192147",65625,7861,3,1273,1647 +"192148",65625,8533,3,1273,2251 +"192149",65625,8888,3,1273,1328 +"192150",65625,10373,3,1273,2436 +"192151",65625,10433,2,1273,2075 +"192152",65625,11516,3,1273,1937 +"192153",65625,11966,3,1273,2385 +"192154",65625,12096,3,1273,1330 +"192155",65625,12602,3,1273,1956 +"192156",65625,12863,3,1273,2027 +"192157",65625,13161,3,1273,2417 +"192158",65625,13248,3,1273,1385 +"192159",65625,13837,3,1273,1604 +"192160",65625,14080,3,1273,1351 +"192161",65625,14731,3,1273,2012 +"192162",65625,14972,3,1273,2332 +"192163",65625,15005,3,1273,1415 +"192164",65625,15207,3,1273,1855 +"192165",65625,15301,3,1273,2308 +"192166",65625,15607,3,1273,1421 +"192167",65625,15713,3,1273,1646 +"192168",65625,16201,3,1273,1811 +"192169",65625,16625,3,1273,1285 +"192170",65625,17357,3,1273,1536 +"192171",65625,17381,3,1273,1697 +"192172",65625,17413,3,1273,2230 +"192173",65625,17698,2,1273,1559 +"192174",65625,18108,3,1273,1656 +"192175",65625,18415,3,1273,2184 +"192176",65625,18735,3,1273,1581 +"192177",65625,19072,3,1273,2358 +"192178",65625,19248,3,1273,2357 +"192179",65625,19719,3,1273,2177 +"192180",65625,20292,3,1273,2755 +"192181",65625,20369,3,1273,1356 +"192182",65625,20407,3,1273,2339 +"192183",65625,20563,3,1273,2267 +"192184",65625,21571,3,1273,2755 +"192185",65625,22566,2,1273,2308 +"192186",65625,22885,3,1273,1702 +"192187",65625,23132,3,1273,2756 +"192188",65625,23509,3,1273,2275 +"192189",65625,23705,2,1273,2699 +"192190",65625,23918,2,1273,1881 +"192191",65625,24448,3,1273,2289 +"192192",65625,24568,2,1273,1937 +"192193",65625,25129,3,1273,2647 +"192194",65625,25289,2,1273,1790 +"192195",65625,25341,2,1273,1858 +"192196",65625,25577,3,1273,1946 +"192197",65625,25643,3,1273,1646 +"192198",65625,26570,3,1273,1669 +"192199",65625,27275,3,1273,2656 +"192200",65625,27377,3,1273,1724 +"192201",65625,27390,3,1273,2425 +"192202",65625,27628,3,1273,2389 +"192203",65625,27837,2,1273,1315 +"192204",65625,28050,3,1273,1955 +"192205",65625,28101,3,1273,1949 +"192206",65625,28115,3,1273,1835 +"192207",65625,28168,3,1273,2702 +"192208",65625,28991,3,1273,1688 +"192209",65625,29170,1,1273,1846 +"192210",65625,29308,3,1273,2094 +"192211",65625,29930,3,1273,2240 +"192212",65625,30052,3,1273,2855 +"192213",65625,31050,1,1273,1491 +"192214",65625,31235,3,1273,2668 +"192215",65625,32988,3,1273,2008 +"192216",65625,33622,2,1273,2230 +"192217",65625,33672,3,1273,2396 +"192218",65625,34160,2,1273,1759 +"192219",65625,34480,3,1273,2755 +"192220",65625,34509,3,1273,1973 +"192221",65625,35302,2,1273,1589 +"192222",65625,35518,3,1273,1721 +"192223",65625,36450,3,1273,1591 +"192224",65625,36651,3,1273,1600 +"192225",65625,37509,3,1273,1640 +"192226",65625,38019,3,1273,1870 +"192227",65625,38213,3,1273,1744 +"192228",65625,38727,3,1273,2238 +"192229",65625,40293,3,1273,1671 +"192230",65625,40369,3,1273,2735 +"192231",65625,41739,1,1273,1339 +"192232",65625,42505,3,1273,2008 +"192233",65625,42935,3,1273,2400 +"192234",65625,43173,3,1273,2895 +"192235",65625,43226,3,1273,2442 +"192236",65625,43566,3,1273,2730 +"192237",65625,45633,2,1273,2134 +"192238",65625,46621,3,1273,1343 +"192239",65625,47248,3,1273,2883 +"192240",65625,48414,3,1273,1749 +"192241",65625,49144,2,1273,1542 +"192242",65625,49620,3,1273,1868 +"192243",65625,50041,3,1273,1565 +"192244",65625,50685,2,1273,2008 +"192245",65625,51017,3,1273,2073 +"192246",65625,51410,3,1273,2739 +"192247",65625,51471,3,1273,1280 +"192248",65625,52576,3,1273,2234 +"192249",65625,52950,3,1273,2716 +"192250",65625,53196,1,1273,1888 +"192251",65625,54158,2,1273,1756 +"192252",65625,54250,3,1273,2340 +"192253",65625,55139,2,1273,2323 +"192254",65625,55156,3,1273,2196 +"192255",65625,56317,3,1273,2030 +"192256",65625,58035,3,1273,1646 +"192257",65625,58284,3,1273,2292 +"192258",65625,61982,3,1273,2725 +"192259",65625,62841,3,1273,2710 +"192260",65625,63409,2,1273,1937 +"192261",65625,64181,1,1273,1828 +"192262",65625,64997,2,1273,2791 +"192263",65625,65691,3,1273,2134 +"192264",65625,66413,1,1273,2507 +"192265",65625,67383,3,1273,1739 +"192266",65625,72207,3,1273,2430 +"192267",65625,73305,3,1273,2544 +"192268",65625,74636,3,1273,2525 +"192269",65625,78563,3,1273,2385 +"192270",65625,81781,3,1273,1431 +"192271",65625,88232,3,1273,2881 +"192272",65625,88808,3,1273,1462 +"192273",65625,88966,3,1273,1568 +"192274",65625,94500,3,1273,1529 +"192275",65625,105063,1,1273,1908 +"192276",65658,12228,3,2030,2034 +"192277",65658,14623,3,2030,2043 +"192278",65658,32939,3,2030,2277 +"192279",65659,24612,3,1653,1875 +"192280",65659,51089,3,1653,2426 +"192281",65659,92513,3,1653,2282 +"192282",65677,5315,3,457,2631 +"192283",65677,10358,3,457,2294 +"192284",65677,11546,3,457,1174 +"192285",65677,13109,3,457,1374 +"192286",65677,14032,3,457,2144 +"192287",65677,18735,3,457,1581 +"192288",65677,19892,2,457,1212 +"192289",65677,22374,3,457,1226 +"192290",65677,29456,3,457,1182 +"192291",65677,31003,3,457,1859 +"192292",65677,32988,3,457,2008 +"192293",65677,34648,3,457,1596 +"192294",65677,36007,3,457,2089 +"192295",65677,40893,3,457,1116 +"192296",65677,42505,3,457,2008 +"192297",65677,45903,2,457,2237 +"192298",65677,46283,3,457,1184 +"192299",65677,48127,3,457,2677 +"192300",65677,55139,3,457,2323 +"192301",65677,64502,3,457,1670 +"192302",65677,67102,2,457,935 +"192303",65677,77001,3,457,1440 +"192304",65677,81095,3,457,1609 +"192305",65677,83526,3,457,1235 +"192306",65677,83993,3,457,1009 +"192307",65677,91279,3,457,966 +"192308",65677,97160,3,457,1215 +"192309",65677,100229,3,457,550 +"192310",65677,100442,3,457,893 +"192311",65679,997,3,1578,2788 +"192312",65679,1386,2,1578,1901 +"192313",65679,3947,3,1578,2067 +"192314",65679,3961,3,1578,2426 +"192315",65679,5120,3,1578,2735 +"192316",65679,5239,2,1578,2875 +"192317",65679,5449,3,1578,1723 +"192318",65679,5491,3,1578,2048 +"192319",65679,5621,3,1578,1860 +"192320",65679,6030,3,1578,2953 +"192321",65679,6417,3,1578,1675 +"192322",65679,9030,3,1578,1979 +"192323",65679,9202,3,1578,2477 +"192324",65679,9331,3,1578,2269 +"192325",65679,9423,3,1578,1708 +"192326",65679,10716,3,1578,1692 +"192327",65679,11456,3,1578,2715 +"192328",65679,12692,3,1578,1855 +"192329",65679,13732,2,1578,2789 +"192330",65679,13780,1,1578,2412 +"192331",65679,13929,3,1578,2693 +"192332",65679,14709,3,1578,1901 +"192333",65679,15401,3,1578,1999 +"192334",65679,15700,3,1578,1712 +"192335",65679,17351,3,1578,2036 +"192336",65679,17549,2,1578,2647 +"192337",65679,17632,2,1578,1947 +"192338",65679,18151,3,1578,2962 +"192339",65679,21225,3,1578,1945 +"192340",65679,21693,3,1578,2176 +"192341",65679,21754,3,1578,1881 +"192342",65679,21795,3,1578,2653 +"192343",65679,22326,3,1578,2818 +"192344",65679,22362,3,1578,1836 +"192345",65679,23508,3,1578,1907 +"192346",65679,24146,1,1578,2003 +"192347",65679,26865,2,1578,2726 +"192348",65679,27860,3,1578,1588 +"192349",65679,28233,3,1578,1608 +"192350",65679,28784,3,1578,1579 +"192351",65679,28923,3,1578,2362 +"192352",65679,29004,2,1578,2596 +"192353",65679,29314,3,1578,2736 +"192354",65679,29930,3,1578,2240 +"192355",65679,30081,1,1578,2403 +"192356",65679,30334,3,1578,2075 +"192357",65679,30747,2,1578,2455 +"192358",65679,31117,3,1578,2210 +"192359",65679,32761,3,1578,2680 +"192360",65679,32988,3,1578,2008 +"192361",65679,34327,3,1578,2959 +"192362",65679,36559,3,1578,2473 +"192363",65679,36962,2,1578,2861 +"192364",65679,37333,2,1578,1612 +"192365",65679,37636,3,1578,2178 +"192366",65679,38219,3,1578,1689 +"192367",65679,38227,3,1578,2511 +"192368",65679,40392,3,1578,1878 +"192369",65679,40645,3,1578,1899 +"192370",65679,41278,3,1578,1873 +"192371",65679,41900,3,1578,1970 +"192372",65679,41945,3,1578,2856 +"192373",65679,42196,3,1578,2765 +"192374",65679,44688,3,1578,2924 +"192375",65679,46040,3,1578,2105 +"192376",65679,48571,3,1578,2717 +"192377",65679,51783,3,1578,2599 +"192378",65679,53219,2,1578,2973 +"192379",65679,56082,3,1578,2395 +"192380",65679,57529,3,1578,2462 +"192381",65679,65155,3,1578,1947 +"192382",65679,71369,3,1578,2838 +"192383",65679,77815,2,1578,2358 +"192384",65679,95011,3,1578,1986 +"192385",65691,135,3,2134,2233 +"192386",65691,455,3,2134,2827 +"192387",65691,1367,2,2134,2176 +"192388",65691,4669,3,2134,2395 +"192389",65691,8533,3,2134,2251 +"192390",65691,13929,3,2134,2693 +"192391",65691,16497,3,2134,2370 +"192392",65691,18202,3,2134,2475 +"192393",65691,18415,2,2134,2184 +"192394",65691,20563,3,2134,2267 +"192395",65691,26436,3,2134,2489 +"192396",65691,27753,3,2134,2750 +"192397",65691,29073,3,2134,2328 +"192398",65691,33572,2,2134,2370 +"192399",65691,38667,3,2134,2880 +"192400",65691,49965,3,2134,2301 +"192401",65691,51410,3,2134,2739 +"192402",65691,87303,3,2134,2835 +"192403",65696,140,3,998,2267 +"192404",65696,2120,3,998,1133 +"192405",65696,4916,3,998,1970 +"192406",65696,10129,3,998,2124 +"192407",65696,10223,3,998,1033 +"192408",65696,17819,3,998,2291 +"192409",65696,35428,3,998,2263 +"192410",65696,39411,3,998,2384 +"192411",65696,39443,3,998,2277 +"192412",65696,46486,3,998,1868 +"192413",65696,51360,3,998,1882 +"192414",65696,59726,3,998,1513 +"192415",65696,79420,3,998,1061 +"192416",65700,24,3,200,1295 +"192417",65700,160,3,200,2007 +"192418",65700,1124,3,200,1596 +"192419",65700,1323,3,200,1659 +"192420",65700,1355,3,200,2473 +"192421",65700,1641,3,200,1490 +"192422",65700,1875,3,200,1786 +"192423",65700,2077,3,200,610 +"192424",65700,2111,3,200,1904 +"192425",65700,2181,3,200,2030 +"192426",65700,2894,3,200,1291 +"192427",65700,2982,3,200,1233 +"192428",65700,3409,3,200,2167 +"192429",65700,3954,3,200,839 +"192430",65700,4317,3,200,1224 +"192431",65700,4671,3,200,2280 +"192432",65700,5226,3,200,1309 +"192433",65700,5315,3,200,2631 +"192434",65700,5346,3,200,1438 +"192435",65700,5392,3,200,1648 +"192436",65700,5615,3,200,1105 +"192437",65700,5865,2,200,1910 +"192438",65700,6192,3,200,2409 +"192439",65700,6449,3,200,1997 +"192440",65700,6588,3,200,2025 +"192441",65700,6821,3,200,1788 +"192442",65700,7185,2,200,1046 +"192443",65700,7406,2,200,1906 +"192444",65700,7555,3,200,1943 +"192445",65700,7616,1,200,2296 +"192446",65700,8238,3,200,2222 +"192447",65700,8726,3,200,2083 +"192448",65700,9175,3,200,2639 +"192449",65700,9331,3,200,2269 +"192450",65700,9362,3,200,2879 +"192451",65700,9871,1,200,921 +"192452",65700,10744,3,200,955 +"192453",65700,10851,3,200,2423 +"192454",65700,11612,3,200,281 +"192455",65700,11625,3,200,2022 +"192456",65700,11770,3,200,1653 +"192457",65700,11912,3,200,889 +"192458",65700,12122,2,200,1385 +"192459",65700,12388,3,200,1975 +"192460",65700,12473,3,200,801 +"192461",65700,12632,3,200,1174 +"192462",65700,12692,3,200,1855 +"192463",65700,12712,1,200,815 +"192464",65700,13249,3,200,2573 +"192465",65700,13324,2,200,2163 +"192466",65700,15122,2,200,1201 +"192467",65700,15207,2,200,1855 +"192468",65700,15632,2,200,1242 +"192469",65700,15729,3,200,2338 +"192470",65700,16193,3,200,756 +"192471",65700,16539,2,200,1947 +"192472",65700,18364,3,200,535 +"192473",65700,18550,3,200,483 +"192474",65700,18670,3,200,1835 +"192475",65700,19096,3,200,1538 +"192476",65700,19208,3,200,2629 +"192477",65700,19605,3,200,2395 +"192478",65700,19621,3,200,725 +"192479",65700,19744,3,200,2623 +"192480",65700,19937,3,200,1587 +"192481",65700,20419,3,200,1587 +"192482",65700,22292,3,200,1910 +"192483",65700,22543,3,200,1594 +"192484",65700,22808,2,200,2297 +"192485",65700,23460,2,200,2183 +"192486",65700,23825,3,200,1913 +"192487",65700,24256,3,200,2393 +"192488",65700,24299,2,200,231 +"192489",65700,24512,3,200,1369 +"192490",65700,24753,3,200,2860 +"192491",65700,24793,3,200,1993 +"192492",65700,25030,3,200,2017 +"192493",65700,25033,3,200,929 +"192494",65700,25490,2,200,639 +"192495",65700,26083,3,200,2038 +"192496",65700,26796,3,200,2384 +"192497",65700,27323,3,200,943 +"192498",65700,27480,1,200,582 +"192499",65700,29454,3,200,2719 +"192500",65700,29512,3,200,1594 +"192501",65700,30329,3,200,848 +"192502",65700,31890,3,200,1487 +"192503",65700,31901,3,200,1251 +"192504",65700,32131,3,200,1035 +"192505",65700,32173,3,200,2341 +"192506",65700,32419,3,200,1909 +"192507",65700,33230,3,200,539 +"192508",65700,33655,3,200,773 +"192509",65700,33846,3,200,801 +"192510",65700,35286,3,200,395 +"192511",65700,35772,3,200,1440 +"192512",65700,36784,1,200,576 +"192513",65700,36837,3,200,1556 +"192514",65700,37108,3,200,1202 +"192515",65700,39009,3,200,1594 +"192516",65700,39464,3,200,2314 +"192517",65700,40028,3,200,1349 +"192518",65700,40113,3,200,451 +"192519",65700,40129,3,200,2162 +"192520",65700,41518,3,200,1641 +"192521",65700,41664,2,200,2641 +"192522",65700,41843,3,200,571 +"192523",65700,42129,3,200,2318 +"192524",65700,42515,2,200,2752 +"192525",65700,42783,3,200,2338 +"192526",65700,42837,3,200,1096 +"192527",65700,44089,3,200,1632 +"192528",65700,44135,3,200,2620 +"192529",65700,45239,3,200,2535 +"192530",65700,45545,3,200,1776 +"192531",65700,46629,3,200,2255 +"192532",65700,46635,3,200,2528 +"192533",65700,47049,2,200,253 +"192534",65700,47386,2,200,2226 +"192535",65700,47564,2,200,2650 +"192536",65700,48384,3,200,2057 +"192537",65700,48571,3,200,2717 +"192538",65700,48607,3,200,470 +"192539",65700,49334,3,200,2433 +"192540",65700,50254,3,200,1151 +"192541",65700,50977,3,200,2352 +"192542",65700,52597,3,200,1773 +"192543",65700,55076,1,200,2408 +"192544",65700,56854,3,200,2022 +"192545",65700,56903,3,200,1584 +"192546",65700,63477,3,200,1907 +"192547",65700,64232,3,200,1275 +"192548",65700,64803,3,200,841 +"192549",65700,65242,3,200,1988 +"192550",65700,65434,2,200,2866 +"192551",65700,66756,3,200,1301 +"192552",65700,67748,3,200,1498 +"192553",65700,67788,3,200,837 +"192554",65700,69250,2,200,1439 +"192555",65700,69712,3,200,1219 +"192556",65700,71560,3,200,280 +"192557",65700,74318,3,200,632 +"192558",65700,74818,3,200,1440 +"192559",65700,76607,3,200,747 +"192560",65700,76646,2,200,1263 +"192561",65700,77167,3,200,836 +"192562",65700,77611,2,200,1795 +"192563",65700,78270,3,200,1171 +"192564",65700,81463,3,200,955 +"192565",65700,82187,2,200,1055 +"192566",65700,82893,2,200,1275 +"192567",65700,85356,2,200,1492 +"192568",65700,89701,2,200,563 +"192569",65700,92322,3,200,2393 +"192570",65700,94520,3,200,1243 +"192571",65700,96132,3,200,1489 +"192572",65700,96553,3,200,1887 +"192573",65700,96611,3,200,765 +"192574",65700,97275,3,200,731 +"192575",65700,100241,3,200,777 +"192576",65700,100799,3,200,311 +"192577",65700,108827,3,200,291 +"192578",65700,109663,3,200,545 +"192579",65703,11966,3,1689,2385 +"192580",65703,15905,3,1689,2064 +"192581",65703,32567,2,1689,2784 +"192582",65703,34899,2,1689,2565 +"192583",65703,40913,3,1689,1800 +"192584",65703,51052,3,1689,2784 +"192585",65815,28081,3,1618,1927 +"192586",65815,68789,3,1618,1929 +"192587",65815,71531,2,1618,2887 +"192588",65856,3564,3,2504,2717 +"192589",65856,11136,3,2504,2573 +"192590",65856,27908,3,2504,2576 +"192591",65856,35715,2,2504,2912 +"192592",65857,58711,3,2628,2746 +"192593",65857,67150,3,2628,2633 +"192594",65884,613,3,798,2687 +"192595",65884,675,3,798,1686 +"192596",65884,1136,3,798,2536 +"192597",65884,1154,3,798,1656 +"192598",65884,1777,3,798,1965 +"192599",65884,2036,3,798,2483 +"192600",65884,2429,3,798,999 +"192601",65884,2684,3,798,2874 +"192602",65884,2819,3,798,1743 +"192603",65884,3167,3,798,1676 +"192604",65884,3628,3,798,2707 +"192605",65884,3830,3,798,1661 +"192606",65884,4057,3,798,2389 +"192607",65884,4226,2,798,1903 +"192608",65884,4790,3,798,1025 +"192609",65884,4791,3,798,1184 +"192610",65884,5462,3,798,2374 +"192611",65884,5504,3,798,2389 +"192612",65884,5725,3,798,2789 +"192613",65884,6428,3,798,1952 +"192614",65884,6491,2,798,2424 +"192615",65884,7241,2,798,2259 +"192616",65884,9751,3,798,1397 +"192617",65884,10646,3,798,1555 +"192618",65884,11620,3,798,2010 +"192619",65884,12374,2,798,2260 +"192620",65884,13043,3,798,1295 +"192621",65884,15118,2,798,1311 +"192622",65884,15539,3,798,1929 +"192623",65884,16164,3,798,1184 +"192624",65884,17230,3,798,1965 +"192625",65884,17549,3,798,2647 +"192626",65884,17632,3,798,1947 +"192627",65884,17645,3,798,1918 +"192628",65884,18707,3,798,1143 +"192629",65884,19606,3,798,2783 +"192630",65884,20311,2,798,1981 +"192631",65884,21104,3,798,2327 +"192632",65884,21122,2,798,1701 +"192633",65884,21945,3,798,2781 +"192634",65884,22006,2,798,1202 +"192635",65884,22749,3,798,1727 +"192636",65884,23509,3,798,2275 +"192637",65884,23534,3,798,1659 +"192638",65884,24005,2,798,1188 +"192639",65884,24789,3,798,829 +"192640",65884,25132,3,798,1188 +"192641",65884,26322,3,798,1018 +"192642",65884,26451,1,798,2133 +"192643",65884,26570,3,798,1669 +"192644",65884,27628,3,798,2389 +"192645",65884,27792,2,798,1308 +"192646",65884,27849,3,798,1316 +"192647",65884,28285,3,798,2972 +"192648",65884,29073,3,798,2328 +"192649",65884,29170,3,798,1846 +"192650",65884,29314,2,798,2736 +"192651",65884,30943,3,798,2287 +"192652",65884,31691,3,798,1657 +"192653",65884,32811,2,798,804 +"192654",65884,33430,3,798,2225 +"192655",65884,33622,3,798,2230 +"192656",65884,33801,3,798,2899 +"192657",65884,34136,3,798,2202 +"192658",65884,34160,3,798,1759 +"192659",65884,37893,3,798,875 +"192660",65884,39444,3,798,2695 +"192661",65884,39865,2,798,849 +"192662",65884,40072,3,798,1182 +"192663",65884,40369,3,798,2735 +"192664",65884,41174,3,798,850 +"192665",65884,41278,3,798,1873 +"192666",65884,43051,3,798,904 +"192667",65884,43518,3,798,2680 +"192668",65884,46726,3,798,943 +"192669",65884,47803,3,798,2477 +"192670",65884,48260,2,798,875 +"192671",65884,48698,1,798,1474 +"192672",65884,50118,3,798,2654 +"192673",65884,51810,3,798,1401 +"192674",65884,54020,3,798,1578 +"192675",65884,55468,3,798,2511 +"192676",65884,57544,3,798,2443 +"192677",65884,57950,2,798,1529 +"192678",65884,58133,2,798,1484 +"192679",65884,59939,3,798,936 +"192680",65884,62668,3,798,958 +"192681",65884,62957,3,798,1170 +"192682",65884,64031,3,798,1295 +"192683",65884,64181,3,798,1828 +"192684",65884,64997,2,798,2791 +"192685",65884,65679,3,798,1578 +"192686",65884,69498,3,798,931 +"192687",65884,70046,3,798,2624 +"192688",65884,70203,3,798,2756 +"192689",65884,72597,3,798,1843 +"192690",65884,75948,2,798,1006 +"192691",65884,77815,3,798,2358 +"192692",65884,78256,3,798,804 +"192693",65884,79612,3,798,927 +"192694",65884,82426,3,798,1576 +"192695",65884,82696,3,798,1305 +"192696",65884,82787,3,798,1144 +"192697",65884,86664,3,798,1146 +"192698",65884,89965,3,798,810 +"192699",65884,90573,3,798,878 +"192700",65884,92124,3,798,1532 +"192701",65884,94650,3,798,896 +"192702",65884,97915,3,798,1802 +"192703",65884,99020,3,798,1383 +"192704",65884,103255,2,798,1256 +"192705",65884,104217,3,798,956 +"192706",65884,108379,3,798,2933 +"192707",65884,108867,2,798,2328 +"192708",65884,119444,3,798,888 +"192709",65915,3666,3,508,2520 +"192710",65915,19605,3,508,2395 +"192711",65915,25289,3,508,1790 +"192712",65915,43226,3,508,2442 +"192713",65915,44868,2,508,2149 +"192714",65915,52327,3,508,1472 +"192715",65915,57990,3,508,978 +"192716",65915,61587,1,508,2539 +"192717",65915,71274,3,508,2390 +"192718",65915,99953,3,508,581 +"192719",65973,180,2,119,1593 +"192720",65973,6982,3,119,2034 +"192721",65973,9311,3,119,2477 +"192722",65973,10843,3,119,2277 +"192723",65973,14103,3,119,2204 +"192724",65973,15626,3,119,2434 +"192725",65973,21448,3,119,2332 +"192726",65973,22140,3,119,942 +"192727",65973,22311,3,119,2034 +"192728",65973,30308,2,119,237 +"192729",65973,33433,3,119,2805 +"192730",65973,42925,3,119,1358 +"192731",65973,46233,3,119,1475 +"192732",65973,59113,3,119,2434 +"192733",66014,822,3,880,1475 +"192734",66014,5852,3,880,1862 +"192735",66014,11135,3,880,2441 +"192736",66014,11319,3,880,2073 +"192737",66014,12031,3,880,1957 +"192738",66014,14623,3,880,2043 +"192739",66014,14654,3,880,1692 +"192740",66014,15502,3,880,2637 +"192741",66014,18827,3,880,1481 +"192742",66014,19057,1,880,2664 +"192743",66014,21575,3,880,1762 +"192744",66014,22249,1,880,1892 +"192745",66014,26847,3,880,1902 +"192746",66014,27826,3,880,2824 +"192747",66014,32060,1,880,1199 +"192748",66014,32235,1,880,2109 +"192749",66014,32312,1,880,1472 +"192750",66014,34055,2,880,1881 +"192751",66014,35688,1,880,1551 +"192752",66014,44464,3,880,1619 +"192753",66014,47559,3,880,1826 +"192754",66014,51448,3,880,1593 +"192755",66014,52686,3,880,916 +"192756",66014,55436,3,880,2513 +"192757",66014,64174,3,880,2377 +"192758",66014,76230,3,880,1223 +"192759",66014,79404,3,880,1079 +"192760",66014,81134,3,880,1384 +"192761",66014,82226,3,880,1619 +"192762",66014,87362,3,880,2902 +"192763",66014,88171,3,880,1488 +"192764",66017,1222,3,1545,2598 +"192765",66017,1393,2,1545,1706 +"192766",66017,2443,3,1545,2333 +"192767",66017,2802,3,1545,1836 +"192768",66017,3506,3,1545,2364 +"192769",66017,5414,3,1545,2321 +"192770",66017,5813,3,1545,2088 +"192771",66017,6262,3,1545,2733 +"192772",66017,7123,3,1545,1964 +"192773",66017,9088,3,1545,1881 +"192774",66017,9269,3,1545,1892 +"192775",66017,15047,3,1545,1697 +"192776",66017,16866,3,1545,2718 +"192777",66017,17925,3,1545,2385 +"192778",66017,18466,3,1545,2340 +"192779",66017,19190,3,1545,2677 +"192780",66017,20604,3,1545,1684 +"192781",66017,22389,2,1545,2034 +"192782",66017,31990,3,1545,2264 +"192783",66017,32629,2,1545,1789 +"192784",66017,32724,3,1545,2581 +"192785",66017,37801,3,1545,2578 +"192786",66017,44312,3,1545,2741 +"192787",66017,44744,3,1545,2032 +"192788",66017,45449,2,1545,1610 +"192789",66017,45450,3,1545,1590 +"192790",66017,48931,1,1545,2444 +"192791",66017,53445,3,1545,2028 +"192792",66017,57804,3,1545,2214 +"192793",66017,76997,3,1545,2223 +"192794",66017,79793,3,1545,1915 +"192795",66017,83334,3,1545,1708 +"192796",66017,94339,3,1545,2768 +"192797",66017,96387,3,1545,2159 +"192798",66017,100084,3,1545,1964 +"192799",66024,2540,3,906,1398 +"192800",66024,2747,3,906,2411 +"192801",66024,7254,3,906,1849 +"192802",66024,9703,3,906,1845 +"192803",66024,11648,3,906,2852 +"192804",66024,13879,3,906,2748 +"192805",66024,16502,3,906,1616 +"192806",66024,20155,3,906,1517 +"192807",66024,23246,3,906,1168 +"192808",66024,29267,3,906,1234 +"192809",66024,37351,3,906,978 +"192810",66024,37937,3,906,1320 +"192811",66024,39062,3,906,2020 +"192812",66024,45039,3,906,1663 +"192813",66024,46486,3,906,1868 +"192814",66024,76286,3,906,1642 +"192815",66024,81545,3,906,2077 +"192816",66024,87958,3,906,1234 +"192817",66097,602,3,1222,2632 +"192818",66097,14731,2,1222,2012 +"192819",66097,45545,2,1222,1776 +"192820",66097,58284,3,1222,2292 +"192821",66097,66756,3,1222,1301 +"192822",66097,76396,3,1222,1731 +"192823",66097,85736,3,1222,1601 +"192824",66118,20273,3,121,148 +"192825",66118,20894,3,121,2214 +"192826",66118,23015,3,121,1362 +"192827",66118,28592,3,121,2320 +"192828",66118,32920,2,121,2158 +"192829",66118,33314,3,121,1444 +"192830",66118,40954,2,121,2603 +"192831",66118,41187,3,121,2340 +"192832",66118,43961,2,121,2443 +"192833",66118,44749,2,121,1303 +"192834",66118,47375,3,121,2043 +"192835",66118,56755,3,121,2158 +"192836",66118,57356,2,121,2476 +"192837",66118,59485,3,121,1564 +"192838",66118,65188,3,121,2213 +"192839",66118,66978,3,121,1536 +"192840",66118,80671,3,121,665 +"192841",66118,87011,3,121,1592 +"192842",66118,87269,3,121,847 +"192843",66118,94448,3,121,242 +"192844",66121,140,2,1281,2267 +"192845",66121,2540,3,1281,1398 +"192846",66121,3978,3,1281,2775 +"192847",66121,4303,3,1281,2414 +"192848",66121,4983,3,1281,1909 +"192849",66121,6989,3,1281,2623 +"192850",66121,9703,3,1281,1845 +"192851",66121,11648,3,1281,2852 +"192852",66121,14817,3,1281,2110 +"192853",66121,18005,3,1281,2449 +"192854",66121,27320,3,1281,2378 +"192855",66121,29495,3,1281,1612 +"192856",66121,30865,3,1281,2038 +"192857",66121,31317,3,1281,1362 +"192858",66121,39062,3,1281,2020 +"192859",66121,40572,3,1281,2666 +"192860",66121,45729,3,1281,2606 +"192861",66121,46486,3,1281,1868 +"192862",66121,47595,2,1281,2374 +"192863",66121,47968,3,1281,2829 +"192864",66121,50335,3,1281,1893 +"192865",66121,50585,3,1281,2414 +"192866",66121,53739,3,1281,2704 +"192867",66121,76286,3,1281,1642 +"192868",66121,88067,3,1281,2315 +"192869",66124,2446,2,2174,2606 +"192870",66124,3853,2,2174,2465 +"192871",66124,23139,3,2174,2644 +"192872",66124,25078,3,2174,2312 +"192873",66124,44268,2,2174,2436 +"192874",66124,47812,3,2174,2343 +"192875",66124,49787,3,2174,2352 +"192876",66124,83396,3,2174,2396 +"192877",66151,371,3,549,2950 +"192878",66151,860,3,549,1258 +"192879",66151,1745,3,549,2693 +"192880",66151,6697,3,549,2438 +"192881",66151,10336,3,549,2271 +"192882",66151,12897,3,549,1351 +"192883",66151,13842,2,549,2250 +"192884",66151,22317,3,549,1552 +"192885",66151,23597,3,549,1080 +"192886",66151,26818,3,549,1999 +"192887",66151,27509,2,549,2067 +"192888",66151,33537,3,549,2406 +"192889",66151,37036,3,549,2264 +"192890",66151,40264,2,549,1418 +"192891",66151,43568,3,549,837 +"192892",66151,57082,3,549,1418 +"192893",66151,58238,3,549,1944 +"192894",66151,66693,2,549,2554 +"192895",66151,73172,3,549,2496 +"192896",66151,81805,3,549,1607 +"192897",66151,83523,2,549,1461 +"192898",66183,13109,3,607,1374 +"192899",66183,31003,3,607,1859 +"192900",66183,31676,3,607,1598 +"192901",66183,34648,3,607,1596 +"192902",66183,42256,3,607,2839 +"192903",66183,46283,2,607,1184 +"192904",66183,48602,2,607,1704 +"192905",66183,55185,3,607,922 +"192906",66183,67102,3,607,935 +"192907",66183,77001,3,607,1440 +"192908",66183,83526,3,607,1235 +"192909",66183,91279,3,607,966 +"192910",66183,92784,3,607,1257 +"192911",66183,99279,3,607,611 +"192912",66200,14888,3,405,1411 +"192913",66200,22108,1,405,1915 +"192914",66200,57781,2,405,1971 +"192915",66200,57977,3,405,2683 +"192916",66200,102050,3,405,906 +"192917",66200,106299,2,405,1190 +"192918",66205,53219,3,2898,2973 +"192919",66224,2684,2,2728,2874 +"192920",66224,3305,2,2728,2839 +"192921",66224,24753,3,2728,2860 +"192922",66224,38800,3,2728,2756 +"192923",66241,9272,3,2351,2835 +"192924",66241,14676,3,2351,2764 +"192925",66241,28635,3,2351,2368 +"192926",66241,31700,3,2351,2727 +"192927",66241,41607,3,2351,2802 +"192928",66267,388,2,1278,1594 +"192929",66267,862,3,1278,2254 +"192930",66267,1560,3,1278,2013 +"192931",66267,3100,2,1278,2524 +"192932",66267,3520,2,1278,2281 +"192933",66267,3786,3,1278,2282 +"192934",66267,4180,3,1278,1817 +"192935",66267,5606,3,1278,2875 +"192936",66267,5673,3,1278,1567 +"192937",66267,6071,3,1278,2310 +"192938",66267,7253,3,1278,2686 +"192939",66267,7254,3,1278,1849 +"192940",66267,9050,3,1278,2026 +"192941",66267,11135,3,1278,2441 +"192942",66267,11429,3,1278,2520 +"192943",66267,11858,3,1278,1530 +"192944",66267,15502,3,1278,2637 +"192945",66267,16833,3,1278,1661 +"192946",66267,19509,3,1278,2000 +"192947",66267,20517,3,1278,1465 +"192948",66267,21352,3,1278,1604 +"192949",66267,21593,3,1278,1312 +"192950",66267,21895,2,1278,1693 +"192951",66267,21976,3,1278,1808 +"192952",66267,22357,3,1278,1397 +"192953",66267,24116,3,1278,1413 +"192954",66267,25286,3,1278,1545 +"192955",66267,29276,3,1278,2000 +"192956",66267,31087,3,1278,1757 +"192957",66267,31170,3,1278,1776 +"192958",66267,33363,3,1278,2475 +"192959",66267,34953,3,1278,1817 +"192960",66267,39577,3,1278,1728 +"192961",66267,40392,3,1278,1878 +"192962",66267,41051,3,1278,2767 +"192963",66267,45299,2,1278,2426 +"192964",66267,51448,3,1278,1593 +"192965",66267,52380,3,1278,2686 +"192966",66267,56673,3,1278,2419 +"192967",66267,57067,3,1278,2547 +"192968",66267,61513,2,1278,2948 +"192969",66267,65223,2,1278,2724 +"192970",66267,75502,3,1278,1474 +"192971",66267,77666,3,1278,1372 +"192972",66267,78552,2,1278,2069 +"192973",66267,79025,3,1278,1473 +"192974",66267,92947,3,1278,1289 +"192975",66267,100586,1,1278,2966 +"192976",66267,104659,3,1278,2026 +"192977",66267,114228,3,1278,1544 +"192978",66267,121784,3,1278,2446 +"192979",66277,24,3,1227,1295 +"192980",66277,1875,3,1227,1786 +"192981",66277,4665,3,1227,1569 +"192982",66277,4671,3,1227,2280 +"192983",66277,5226,3,1227,1309 +"192984",66277,11103,3,1227,2393 +"192985",66277,15713,3,1227,1646 +"192986",66277,19096,3,1227,1538 +"192987",66277,21406,2,1227,2714 +"192988",66277,27173,3,1227,2050 +"192989",66277,42574,3,1227,2842 +"192990",66277,48571,3,1227,2717 +"192991",66277,69030,1,1227,1249 +"192992",66277,71552,2,1227,1573 +"192993",66299,10871,3,267,2314 +"192994",66299,19751,3,267,1630 +"192995",66299,20705,3,267,829 +"192996",66299,21424,3,267,1303 +"192997",66299,21681,3,267,2005 +"192998",66299,22586,3,267,1341 +"192999",66299,30317,3,267,2431 +"193000",66299,32939,3,267,2277 +"193001",66299,36651,2,267,1600 +"193002",66299,37065,3,267,276 +"193003",66299,39189,2,267,2319 +"193004",66299,40698,2,267,1408 +"193005",66299,41446,3,267,1103 +"193006",66299,46532,3,267,2005 +"193007",66299,49724,3,267,806 +"193008",66299,72530,3,267,992 +"193009",66299,73394,3,267,1606 +"193010",66299,78037,2,267,1606 +"193011",66299,82730,3,267,1492 +"193012",66299,85444,3,267,944 +"193013",66299,89241,3,267,2319 +"193014",66299,89935,3,267,771 +"193015",66299,98801,3,267,1035 +"193016",66299,104280,2,267,887 +"193017",66302,1520,2,269,1716 +"193018",66302,6063,3,269,2349 +"193019",66302,9481,3,269,1610 +"193020",66302,10387,3,269,871 +"193021",66302,10453,3,269,1656 +"193022",66302,16796,3,269,1892 +"193023",66302,19587,3,269,1684 +"193024",66302,20220,3,269,1656 +"193025",66302,28837,3,269,2286 +"193026",66302,31542,3,269,2459 +"193027",66302,40537,1,269,1284 +"193028",66302,42562,3,269,1195 +"193029",66302,42756,3,269,1384 +"193030",66302,47063,3,269,739 +"193031",66302,61347,2,269,1684 +"193032",66302,69447,3,269,1197 +"193033",66302,72597,3,269,1843 +"193034",66302,84325,2,269,618 +"193035",66302,97242,2,269,686 +"193036",66318,36962,3,2803,2861 +"193037",66320,7787,3,922,2314 +"193038",66320,12511,2,922,1298 +"193039",66320,23364,3,922,2306 +"193040",66320,53640,3,922,1789 +"193041",66320,56316,3,922,1435 +"193042",66320,78477,2,922,1613 +"193043",66341,5568,3,1266,1290 +"193044",66341,31001,3,1266,2119 +"193045",66368,8463,3,2413,2466 +"193046",66368,36478,2,2413,2808 +"193047",66413,455,3,2507,2827 +"193048",66413,1136,3,2507,2536 +"193049",66413,3164,3,2507,2693 +"193050",66413,6030,3,2507,2953 +"193051",66413,7515,3,2507,2737 +"193052",66413,20292,3,2507,2755 +"193053",66413,21571,3,2507,2755 +"193054",66413,23132,3,2507,2756 +"193055",66413,23705,2,2507,2699 +"193056",66413,25129,3,2507,2647 +"193057",66413,27275,3,2507,2656 +"193058",66413,28168,3,2507,2702 +"193059",66413,30052,3,2507,2855 +"193060",66413,31235,3,2507,2668 +"193061",66413,40369,3,2507,2735 +"193062",66413,43173,3,2507,2895 +"193063",66413,43566,3,2507,2730 +"193064",66413,47248,3,2507,2883 +"193065",66413,64997,2,2507,2791 +"193066",66413,73305,3,2507,2544 +"193067",66416,997,3,502,2788 +"193068",66416,2226,3,502,2225 +"193069",66416,3770,3,502,2623 +"193070",66416,7014,3,502,2401 +"193071",66416,10453,3,502,1656 +"193072",66416,11310,3,502,957 +"193073",66416,12586,2,502,613 +"193074",66416,19364,3,502,2846 +"193075",66416,19655,3,502,2706 +"193076",66416,23154,3,502,2345 +"193077",66416,23277,3,502,1267 +"193078",66416,27908,3,502,2576 +"193079",66416,30609,3,502,988 +"193080",66416,38259,2,502,2258 +"193081",66416,46506,3,502,2464 +"193082",66416,49044,1,502,610 +"193083",66416,51879,2,502,1771 +"193084",66416,73553,3,502,2726 +"193085",66416,75444,3,502,2846 +"193086",66416,82403,3,502,1596 +"193087",66416,82932,3,502,2245 +"193088",66416,93930,3,502,1268 +"193089",66416,99351,3,502,2939 +"193090",66416,106449,3,502,862 +"193091",66480,237,3,1234,1982 +"193092",66480,4646,3,1234,2139 +"193093",66480,7014,3,1234,2401 +"193094",66480,18965,3,1234,2315 +"193095",66480,59776,3,1234,2493 +"193096",66480,61337,3,1234,2777 +"193097",66527,2429,3,961,999 +"193098",66527,8822,3,961,2139 +"193099",66527,15978,3,961,981 +"193100",66527,17230,3,961,1965 +"193101",66527,19073,3,961,2748 +"193102",66527,21240,3,961,1162 +"193103",66527,27686,3,961,2844 +"193104",66527,28081,3,961,1927 +"193105",66527,28094,1,961,1423 +"193106",66527,35446,3,961,1203 +"193107",66527,38333,3,961,1365 +"193108",66527,59438,3,961,2400 +"193109",66527,68789,3,961,1929 +"193110",66527,71455,2,961,1702 +"193111",66527,74055,3,961,1544 +"193112",66527,76968,3,961,1303 +"193113",66527,92860,3,961,1643 +"193114",66530,52032,3,2811,2853 +"193115",66609,2959,2,998,1785 +"193116",66609,6234,3,998,2654 +"193117",66609,10980,3,998,1974 +"193118",66609,23802,3,998,1713 +"193119",66609,44727,3,998,1227 +"193120",66609,46650,3,998,1330 +"193121",66609,47968,3,998,2829 +"193122",66609,50899,3,998,2125 +"193123",66609,59627,3,998,1466 +"193124",66609,85778,3,998,1040 +"193125",66609,85869,2,998,1509 +"193126",66609,93459,3,998,1354 +"193127",66609,100860,2,998,2326 +"193128",66618,28179,2,2381,2689 +"193129",66618,85775,1,2381,2781 +"193130",66618,117764,2,2381,2781 +"193131",66622,2407,3,799,1725 +"193132",66622,2563,3,799,1686 +"193133",66622,3477,3,799,2546 +"193134",66622,5716,2,799,1058 +"193135",66622,5984,3,799,1675 +"193136",66622,5986,3,799,1721 +"193137",66622,6063,3,799,2349 +"193138",66622,6417,3,799,1675 +"193139",66622,7181,3,799,1421 +"193140",66622,8513,3,799,875 +"193141",66622,9202,3,799,2477 +"193142",66622,10779,3,799,2881 +"193143",66622,11218,3,799,2292 +"193144",66622,11310,3,799,957 +"193145",66622,11966,3,799,2385 +"193146",66622,12042,3,799,2345 +"193147",66622,12735,3,799,819 +"193148",66622,12779,3,799,936 +"193149",66622,14855,3,799,903 +"193150",66622,15301,3,799,2308 +"193151",66622,16352,2,799,2657 +"193152",66622,16866,3,799,2718 +"193153",66622,17400,3,799,2231 +"193154",66622,18211,3,799,1745 +"193155",66622,18217,3,799,1566 +"193156",66622,18348,3,799,1711 +"193157",66622,18865,3,799,2676 +"193158",66622,19364,3,799,2846 +"193159",66622,21571,3,799,2755 +"193160",66622,22462,3,799,869 +"193161",66622,22709,3,799,2743 +"193162",66622,22723,3,799,2859 +"193163",66622,23159,3,799,1548 +"193164",66622,25443,3,799,1441 +"193165",66622,26080,3,799,2525 +"193166",66622,26366,3,799,1688 +"193167",66622,28002,3,799,914 +"193168",66622,28057,3,799,1067 +"193169",66622,28296,3,799,2944 +"193170",66622,28432,3,799,1954 +"193171",66622,32424,2,799,848 +"193172",66622,32567,3,799,2784 +"193173",66622,33223,3,799,2397 +"193174",66622,34735,2,799,2767 +"193175",66622,34831,3,799,1866 +"193176",66622,37859,3,799,1999 +"193177",66622,39906,3,799,2365 +"193178",66622,40072,3,799,1182 +"193179",66622,40542,3,799,1664 +"193180",66622,41240,3,799,2220 +"193181",66622,42619,3,799,2017 +"193182",66622,50236,3,799,2339 +"193183",66622,52215,3,799,1908 +"193184",66622,53134,3,799,1590 +"193185",66622,54929,3,799,2783 +"193186",66622,55472,3,799,1516 +"193187",66622,57714,3,799,1391 +"193188",66622,58122,2,799,889 +"193189",66622,58854,3,799,1131 +"193190",66622,61337,3,799,2777 +"193191",66622,62488,3,799,1418 +"193192",66622,63395,3,799,2334 +"193193",66622,73553,3,799,2726 +"193194",66622,76666,3,799,1908 +"193195",66622,78842,3,799,904 +"193196",66622,79477,3,799,836 +"193197",66622,80219,3,799,988 +"193198",66622,93332,3,799,982 +"193199",66622,94520,3,799,1243 +"193200",66622,102893,3,799,814 +"193201",66622,106449,3,799,862 +"193202",66677,2190,3,2151,2359 +"193203",66677,6390,3,2151,2385 +"193204",66677,7252,3,2151,2799 +"193205",66677,8568,3,2151,2706 +"193206",66677,9311,3,2151,2477 +"193207",66677,16286,3,2151,2470 +"193208",66677,18965,3,2151,2315 +"193209",66677,33341,3,2151,2338 +"193210",66677,38755,3,2151,2902 +"193211",66677,58521,3,2151,2950 +"193212",66677,58993,3,2151,2390 +"193213",66677,61337,2,2151,2777 +"193214",66693,1745,2,2554,2693 +"193215",66693,19380,3,2554,2637 +"193216",66693,34216,3,2554,2832 +"193217",66693,53219,3,2554,2973 +"193218",66693,111375,3,2554,2686 +"193219",66695,9364,3,1071,1698 +"193220",66695,10474,3,1071,1608 +"193221",66695,23364,2,1071,2306 +"193222",66703,2424,3,2375,2582 +"193223",66703,26749,3,2375,2965 +"193224",66703,61982,3,2375,2725 +"193225",66717,1519,3,2104,2349 +"193226",66717,2226,3,2104,2225 +"193227",66717,2852,3,2104,2448 +"193228",66717,3255,3,2104,2504 +"193229",66717,3493,3,2104,2451 +"193230",66717,4367,3,2104,2794 +"193231",66717,4660,1,2104,2149 +"193232",66717,4669,3,2104,2395 +"193233",66717,5106,3,2104,2622 +"193234",66717,5683,3,2104,2468 +"193235",66717,8062,3,2104,2858 +"193236",66717,9311,3,2104,2477 +"193237",66717,9785,3,2104,2951 +"193238",66717,12361,3,2104,2732 +"193239",66717,13079,3,2104,2547 +"193240",66717,14754,3,2104,2456 +"193241",66717,14761,3,2104,2502 +"193242",66717,14817,3,2104,2110 +"193243",66717,16690,3,2104,2132 +"193244",66717,17033,3,2104,2771 +"193245",66717,19655,3,2104,2706 +"193246",66717,20355,3,2104,2111 +"193247",66717,20941,3,2104,2725 +"193248",66717,21448,3,2104,2332 +"193249",66717,23756,3,2104,2309 +"193250",66717,27686,2,2104,2844 +"193251",66717,30368,3,2104,2487 +"193252",66717,31335,3,2104,2351 +"193253",66717,32202,2,2104,2314 +"193254",66717,35456,3,2104,2358 +"193255",66717,36487,2,2104,2622 +"193256",66717,37059,3,2104,2840 +"193257",66717,38691,3,2104,2585 +"193258",66717,39534,1,2104,2410 +"193259",66717,40572,3,2104,2666 +"193260",66717,41023,3,2104,2408 +"193261",66717,42280,3,2104,2266 +"193262",66717,43673,3,2104,2787 +"193263",66717,46384,3,2104,2285 +"193264",66717,47013,3,2104,2388 +"193265",66717,49347,2,2104,2504 +"193266",66717,51144,3,2104,2466 +"193267",66717,51774,2,2104,2459 +"193268",66717,62626,3,2104,2787 +"193269",66717,63641,1,2104,2337 +"193270",66717,70583,3,2104,2615 +"193271",66717,78423,3,2104,2840 +"193272",66717,92297,3,2104,2952 +"193273",66726,10222,3,2068,2212 +"193274",66726,24198,3,2068,2217 +"193275",66726,35481,3,2068,2211 +"193276",66726,38755,3,2068,2902 +"193277",66726,50784,3,2068,2733 +"193278",66747,16201,3,1273,1811 +"193279",66747,39556,3,1273,2747 +"193280",66747,57732,3,1273,2454 +"193281",66747,99152,1,1273,1698 +"193282",66747,106318,2,1273,1698 +"193283",66752,3777,3,285,1798 +"193284",66756,145,3,1301,1998 +"193285",66756,600,3,1301,1702 +"193286",66756,854,3,1301,2307 +"193287",66756,2443,3,1301,2333 +"193288",66756,2864,3,1301,1543 +"193289",66756,3011,3,1301,2278 +"193290",66756,3819,3,1301,1583 +"193291",66756,3978,3,1301,2775 +"193292",66756,4929,3,1301,2240 +"193293",66756,5392,3,1301,1648 +"193294",66756,5515,3,1301,2385 +"193295",66756,6162,3,1301,1673 +"193296",66756,6222,3,1301,1949 +"193297",66756,6324,3,1301,1990 +"193298",66756,6602,3,1301,1631 +"193299",66756,6821,3,1301,1788 +"193300",66756,7616,3,1301,2296 +"193301",66756,7834,3,1301,1708 +"193302",66756,8238,3,1301,2222 +"193303",66756,8275,3,1301,2237 +"193304",66756,8842,3,1301,2535 +"193305",66756,9311,2,1301,2477 +"193306",66756,9331,3,1301,2269 +"193307",66756,9423,2,1301,1708 +"193308",66756,9723,3,1301,2302 +"193309",66756,9979,3,1301,2238 +"193310",66756,10474,3,1301,1608 +"193311",66756,10843,3,1301,2277 +"193312",66756,12081,2,1301,2166 +"193313",66756,12122,3,1301,1385 +"193314",66756,12388,2,1301,1975 +"193315",66756,12729,3,1301,1835 +"193316",66756,14507,3,1301,2686 +"193317",66756,14731,2,1301,2012 +"193318",66756,14918,3,1301,2071 +"193319",66756,14959,3,1301,2898 +"193320",66756,15008,3,1301,2338 +"193321",66756,15444,3,1301,2764 +"193322",66756,15626,3,1301,2434 +"193323",66756,15729,3,1301,2338 +"193324",66756,16539,3,1301,1947 +"193325",66756,16608,3,1301,1769 +"193326",66756,16684,3,1301,1657 +"193327",66756,16850,2,1301,1657 +"193328",66756,17351,3,1301,2036 +"193329",66756,17549,3,1301,2647 +"193330",66756,17632,3,1301,1947 +"193331",66756,17867,3,1301,1904 +"193332",66756,17938,3,1301,1410 +"193333",66756,18464,3,1301,2312 +"193334",66756,18670,1,1301,1835 +"193335",66756,19208,3,1301,2629 +"193336",66756,19215,3,1301,2604 +"193337",66756,19528,3,1301,2742 +"193338",66756,19605,3,1301,2395 +"193339",66756,20331,3,1301,2365 +"193340",66756,21079,3,1301,1997 +"193341",66756,22580,3,1301,2245 +"193342",66756,22682,2,1301,2035 +"193343",66756,22709,3,1301,2743 +"193344",66756,22857,3,1301,1708 +"193345",66756,23825,3,1301,1913 +"193346",66756,23918,3,1301,1881 +"193347",66756,24169,2,1301,1663 +"193348",66756,24256,2,1301,2393 +"193349",66756,24421,2,1301,1324 +"193350",66756,24825,3,1301,2686 +"193351",66756,26608,3,1301,2329 +"193352",66756,27742,3,1301,2700 +"193353",66756,27796,2,1301,2151 +"193354",66756,27914,3,1301,2507 +"193355",66756,29089,1,1301,1344 +"193356",66756,29289,3,1301,1756 +"193357",66756,29512,1,1301,1594 +"193358",66756,29930,3,1301,2240 +"193359",66756,30697,3,1301,2891 +"193360",66756,30906,3,1301,2537 +"193361",66756,31159,2,1301,2231 +"193362",66756,31295,3,1301,2183 +"193363",66756,31705,2,1301,2706 +"193364",66756,31890,3,1301,1487 +"193365",66756,32047,2,1301,1858 +"193366",66756,33356,3,1301,1586 +"193367",66756,33433,3,1301,2805 +"193368",66756,34707,2,1301,2042 +"193369",66756,34820,2,1301,1630 +"193370",66756,35888,2,1301,2291 +"193371",66756,36578,2,1301,1484 +"193372",66756,37332,3,1301,1891 +"193373",66756,38307,3,1301,2648 +"193374",66756,38921,3,1301,1880 +"193375",66756,39464,3,1301,2314 +"193376",66756,40565,3,1301,2115 +"193377",66756,41664,3,1301,2641 +"193378",66756,41682,3,1301,1988 +"193379",66756,41739,3,1301,1339 +"193380",66756,41900,3,1301,1970 +"193381",66756,41945,3,1301,2856 +"193382",66756,42783,3,1301,2338 +"193383",66756,44403,3,1301,2429 +"193384",66756,44688,3,1301,2924 +"193385",66756,44763,3,1301,1324 +"193386",66756,44773,3,1301,1355 +"193387",66756,45239,3,1301,2535 +"193388",66756,45545,1,1301,1776 +"193389",66756,46680,3,1301,1690 +"193390",66756,48035,3,1301,2180 +"193391",66756,49470,3,1301,1528 +"193392",66756,49560,3,1301,1679 +"193393",66756,50001,3,1301,1518 +"193394",66756,50113,3,1301,2059 +"193395",66756,50480,3,1301,2701 +"193396",66756,52597,3,1301,1773 +"193397",66756,53134,3,1301,1590 +"193398",66756,53830,3,1301,1307 +"193399",66756,53995,3,1301,2151 +"193400",66756,55076,3,1301,2408 +"193401",66756,55580,3,1301,1942 +"193402",66756,56854,3,1301,2022 +"193403",66756,57732,3,1301,2454 +"193404",66756,58284,3,1301,2292 +"193405",66756,59113,3,1301,2434 +"193406",66756,60974,3,1301,2972 +"193407",66756,62903,3,1301,1704 +"193408",66756,63477,3,1301,1907 +"193409",66756,66878,3,1301,1949 +"193410",66756,66971,3,1301,2299 +"193411",66756,69250,3,1301,1439 +"193412",66756,70573,3,1301,1993 +"193413",66756,71948,3,1301,1754 +"193414",66756,74190,3,1301,1428 +"193415",66756,76196,2,1301,1643 +"193416",66756,77155,3,1301,2946 +"193417",66756,77550,3,1301,1548 +"193418",66756,77611,3,1301,1795 +"193419",66756,79413,3,1301,2224 +"193420",66756,83334,3,1301,1708 +"193421",66756,86287,3,1301,1349 +"193422",66799,3430,2,1324,2498 +"193423",66799,24612,2,1324,1875 +"193424",66799,52024,1,1324,2500 +"193425",66799,89181,3,1324,1910 +"193426",66802,1639,3,574,2631 +"193427",66802,2208,3,574,2814 +"193428",66802,4317,2,574,1224 +"193429",66802,11348,2,574,824 +"193430",66802,18825,3,574,1240 +"193431",66802,23825,3,574,1913 +"193432",66802,50275,3,574,2832 +"193433",66802,52154,3,574,1722 +"193434",66802,84907,3,574,1259 +"193435",66802,104289,2,574,834 +"193436",66860,913,3,1548,2144 +"193437",66860,1386,3,1548,1901 +"193438",66860,2322,3,1548,1645 +"193439",66860,2424,3,1548,2582 +"193440",66860,2533,3,1548,2016 +"193441",66860,2572,3,1548,2273 +"193442",66860,2765,3,1548,2321 +"193443",66860,3011,3,1548,2278 +"193444",66860,3305,3,1548,2839 +"193445",66860,4289,3,1548,1921 +"193446",66860,4701,2,1548,2401 +"193447",66860,7861,3,1548,1647 +"193448",66860,11456,3,1548,2715 +"193449",66860,12863,3,1548,2027 +"193450",66860,14709,3,1548,1901 +"193451",66860,15343,3,1548,2125 +"193452",66860,17852,2,1548,2840 +"193453",66860,21122,3,1548,1701 +"193454",66860,21417,3,1548,2422 +"193455",66860,21693,3,1548,2176 +"193456",66860,21795,3,1548,2653 +"193457",66860,22326,3,1548,2818 +"193458",66860,22331,2,1548,2687 +"193459",66860,22362,3,1548,1836 +"193460",66860,22714,2,1548,2793 +"193461",66860,24608,3,1548,1630 +"193462",66860,25305,2,1548,2447 +"193463",66860,26451,3,1548,2133 +"193464",66860,26865,3,1548,2726 +"193465",66860,27275,3,1548,2656 +"193466",66860,27390,2,1548,2425 +"193467",66860,29962,2,1548,2201 +"193468",66860,30052,3,1548,2855 +"193469",66860,33356,3,1548,1586 +"193470",66860,33433,3,1548,2805 +"193471",66860,34327,3,1548,2959 +"193472",66860,38019,3,1548,1870 +"193473",66860,42618,3,1548,2316 +"193474",66860,48414,3,1548,1749 +"193475",66860,50685,3,1548,2008 +"193476",66860,52058,2,1548,1836 +"193477",66860,52576,3,1548,2234 +"193478",66860,54250,3,1548,2340 +"193479",66860,54879,3,1548,2210 +"193480",66860,55438,3,1548,2863 +"193481",66860,55468,3,1548,2511 +"193482",66860,56317,3,1548,2030 +"193483",66860,58218,3,1548,2627 +"193484",66860,58508,3,1548,2326 +"193485",66860,62903,3,1548,1704 +"193486",66860,64181,3,1548,1828 +"193487",66860,68215,3,1548,2727 +"193488",66860,79322,2,1548,2770 +"193489",66860,81588,3,1548,1568 +"193490",66860,82949,3,1548,2077 +"193491",66866,1691,3,511,1941 +"193492",66866,4623,3,511,1176 +"193493",66866,5716,3,511,1058 +"193494",66866,6366,3,511,798 +"193495",66866,6417,3,511,1675 +"193496",66866,7233,3,511,572 +"193497",66866,10875,3,511,1234 +"193498",66866,11218,3,511,2292 +"193499",66866,13248,1,511,1385 +"193500",66866,13801,3,511,2041 +"193501",66866,13837,2,511,1604 +"193502",66866,13929,3,511,2693 +"193503",66866,15135,3,511,1035 +"193504",66866,20643,2,511,2341 +"193505",66866,25976,3,511,659 +"193506",66866,29170,3,511,1846 +"193507",66866,32113,3,511,882 +"193508",66866,38213,3,511,1744 +"193509",66866,39516,3,511,2393 +"193510",66866,40368,3,511,2876 +"193511",66866,46621,3,511,1343 +"193512",66866,47082,3,511,1990 +"193513",66866,49620,3,511,1868 +"193514",66866,51319,3,511,2488 +"193515",66866,53069,3,511,1664 +"193516",66866,53134,3,511,1590 +"193517",66866,54929,3,511,2783 +"193518",66866,59700,2,511,2346 +"193519",66866,74636,3,511,2525 +"193520",66866,75216,2,511,672 +"193521",66866,85716,3,511,1609 +"193522",66866,88232,3,511,2881 +"193523",66866,92322,3,511,2393 +"193524",66866,94101,3,511,997 +"193525",66866,94783,3,511,659 +"193526",66878,1777,3,1949,1965 +"193527",66878,2224,3,1949,2751 +"193528",66878,3495,3,1949,2431 +"193529",66878,5078,3,1949,2033 +"193530",66878,5457,3,1949,2077 +"193531",66878,5462,3,1949,2374 +"193532",66878,5504,3,1949,2389 +"193533",66878,9362,3,1949,2879 +"193534",66878,12388,3,1949,1975 +"193535",66878,20162,3,1949,2328 +"193536",66878,20331,3,1949,2365 +"193537",66878,31705,3,1949,2706 +"193538",66878,63515,3,1949,2023 +"193539",66878,77155,2,1949,2946 +"193540",66911,2221,3,1920,2092 +"193541",66911,2747,3,1920,2411 +"193542",66911,2759,3,1920,2030 +"193543",66911,3271,3,1920,2216 +"193544",66911,3317,3,1920,2037 +"193545",66911,4730,3,1920,2131 +"193546",66911,6824,2,1920,2680 +"193547",66911,7433,3,1920,2255 +"193548",66911,9272,3,1920,2835 +"193549",66911,9861,3,1920,2680 +"193550",66911,10495,3,1920,2230 +"193551",66911,10638,2,1920,2692 +"193552",66911,11506,2,1920,2824 +"193553",66911,15826,3,1920,2772 +"193554",66911,18571,3,1920,2128 +"193555",66911,18943,2,1920,2861 +"193556",66911,20007,2,1920,2971 +"193557",66911,21180,3,1920,2762 +"193558",66911,21463,3,1920,2437 +"193559",66911,27783,3,1920,2302 +"193560",66911,31164,2,1920,1996 +"193561",66911,32449,2,1920,2091 +"193562",66911,34162,3,1920,2336 +"193563",66911,36136,2,1920,2338 +"193564",66911,39105,3,1920,2487 +"193565",66911,41978,3,1920,2824 +"193566",66911,43226,3,1920,2442 +"193567",66911,46951,2,1920,2429 +"193568",66911,48110,3,1920,2009 +"193569",66911,53013,2,1920,2523 +"193570",66911,55604,3,1920,2342 +"193571",66911,56275,2,1920,2152 +"193572",66911,58508,3,1920,2326 +"193573",66911,59039,3,1920,2870 +"193574",66911,69335,3,1920,2698 +"193575",66911,76132,3,1920,2426 +"193576",66943,160,2,327,2007 +"193577",66943,359,3,327,635 +"193578",66943,680,3,327,2569 +"193579",66943,1026,3,327,493 +"193580",66943,1314,3,327,1522 +"193581",66943,1349,3,327,1147 +"193582",66943,1641,2,327,1490 +"193583",66943,1846,3,327,1845 +"193584",66943,2057,2,327,1965 +"193585",66943,2418,3,327,2020 +"193586",66943,2540,3,327,1398 +"193587",66943,2747,3,327,2411 +"193588",66943,2852,3,327,2448 +"193589",66943,3493,3,327,2451 +"193590",66943,6063,3,327,2349 +"193591",66943,7616,3,327,2296 +"193592",66943,8062,3,327,2858 +"193593",66943,9484,2,327,1429 +"193594",66943,9503,3,327,2453 +"193595",66943,9703,3,327,1845 +"193596",66943,9782,3,327,340 +"193597",66943,9787,3,327,2858 +"193598",66943,9871,3,327,921 +"193599",66943,10336,3,327,2271 +"193600",66943,10350,2,327,1163 +"193601",66943,10577,2,327,497 +"193602",66943,10739,2,327,1807 +"193603",66943,10803,3,327,545 +"193604",66943,11588,2,327,2352 +"193605",66943,11648,3,327,2852 +"193606",66943,12078,3,327,2381 +"193607",66943,12249,3,327,1965 +"193608",66943,12473,3,327,801 +"193609",66943,12712,3,327,815 +"193610",66943,12759,3,327,2414 +"193611",66943,12781,3,327,831 +"193612",66943,12813,3,327,958 +"193613",66943,14287,3,327,1583 +"193614",66943,14599,3,327,1118 +"193615",66943,14817,3,327,2110 +"193616",66943,14998,3,327,1553 +"193617",66943,15879,3,327,419 +"193618",66943,15978,3,327,981 +"193619",66943,16286,3,327,2470 +"193620",66943,16501,3,327,1650 +"193621",66943,16539,2,327,1947 +"193622",66943,16595,3,327,2352 +"193623",66943,17133,3,327,924 +"193624",66943,17257,3,327,1117 +"193625",66943,17351,3,327,2036 +"193626",66943,17456,3,327,1300 +"193627",66943,17572,3,327,340 +"193628",66943,18122,3,327,894 +"193629",66943,18421,3,327,2457 +"193630",66943,18672,1,327,1182 +"193631",66943,19208,3,327,2629 +"193632",66943,19587,3,327,1684 +"193633",66943,19610,3,327,1236 +"193634",66943,20220,3,327,1656 +"193635",66943,20512,3,327,2748 +"193636",66943,20662,2,327,1523 +"193637",66943,20688,3,327,891 +"193638",66943,22244,3,327,2139 +"193639",66943,23131,2,327,1732 +"193640",66943,23206,3,327,2805 +"193641",66943,23277,3,327,1267 +"193642",66943,23966,3,327,891 +"193643",66943,24069,3,327,2697 +"193644",66943,24302,3,327,407 +"193645",66943,25373,3,327,2783 +"193646",66943,27255,3,327,1232 +"193647",66943,27390,3,327,2425 +"193648",66943,27742,3,327,2700 +"193649",66943,28116,2,327,1643 +"193650",66943,28837,3,327,2286 +"193651",66943,28869,3,327,2425 +"193652",66943,29997,3,327,1789 +"193653",66943,30525,2,327,1964 +"193654",66943,31335,3,327,2351 +"193655",66943,31866,3,327,2101 +"193656",66943,33341,3,327,2338 +"193657",66943,35589,2,327,983 +"193658",66943,35709,3,327,464 +"193659",66943,36346,3,327,1240 +"193660",66943,36784,3,327,576 +"193661",66943,36837,3,327,1556 +"193662",66943,37351,3,327,978 +"193663",66943,37424,3,327,1693 +"193664",66943,37636,3,327,2178 +"193665",66943,39418,3,327,1978 +"193666",66943,39534,3,327,2410 +"193667",66943,39800,3,327,802 +"193668",66943,40747,3,327,958 +"193669",66943,41694,3,327,2358 +"193670",66943,41723,3,327,2101 +"193671",66943,43961,3,327,2443 +"193672",66943,45729,3,327,2606 +"193673",66943,46299,3,327,1132 +"193674",66943,46501,3,327,845 +"193675",66943,46532,3,327,2005 +"193676",66943,47955,3,327,751 +"193677",66943,49055,3,327,388 +"193678",66943,49347,3,327,2504 +"193679",66943,53810,3,327,842 +"193680",66943,54313,3,327,1645 +"193681",66943,55482,3,327,1866 +"193682",66943,58501,3,327,2613 +"193683",66943,61125,3,327,1673 +"193684",66943,63477,3,327,1907 +"193685",66943,67942,2,327,973 +"193686",66943,68539,3,327,1158 +"193687",66943,70583,3,327,2615 +"193688",66943,76286,3,327,1642 +"193689",66943,77052,3,327,2770 +"193690",66943,77611,3,327,1795 +"193691",66943,78842,3,327,904 +"193692",66943,81164,3,327,2260 +"193693",66943,82023,3,327,992 +"193694",66943,82893,3,327,1275 +"193695",66943,83122,3,327,1503 +"193696",66943,83398,3,327,845 +"193697",66943,87907,2,327,1173 +"193698",66943,91942,3,327,2216 +"193699",66943,99288,3,327,983 +"193700",66943,100241,3,327,777 +"193701",66943,107435,3,327,1635 +"193702",66943,110398,3,327,601 +"193703",66962,13586,2,1372,2966 +"193704",66962,35815,3,1372,2789 +"193705",66971,14676,3,2299,2764 +"193706",66978,900,3,1536,2726 +"193707",66978,5317,3,1536,2063 +"193708",66978,7896,3,1536,2447 +"193709",66978,9552,3,1536,1947 +"193710",66978,12577,3,1536,2530 +"193711",66978,13920,3,1536,1709 +"193712",66978,14586,3,1536,2801 +"193713",66978,16205,3,1536,2630 +"193714",66978,30618,3,1536,1609 +"193715",66978,35980,3,1536,2657 +"193716",66978,37752,3,1536,2223 +"193717",66978,38676,3,1536,2286 +"193718",66978,39443,3,1536,2277 +"193719",66978,39875,2,1536,2422 +"193720",66978,39999,3,1536,1593 +"193721",66978,57180,2,1536,2703 +"193722",66978,57356,3,1536,2476 +"193723",66978,69788,3,1536,2007 +"193724",66978,98058,3,1536,1891 +"193725",66978,111855,3,1536,1909 +"193726",66983,5350,3,2397,2522 +"193727",66983,6074,3,2397,2426 +"193728",66983,14655,3,2397,2559 +"193729",66983,14834,2,2397,2739 +"193730",66983,21138,3,2397,2849 +"193731",66983,21682,3,2397,2414 +"193732",66983,42216,3,2397,2722 +"193733",66983,46950,3,2397,2673 +"193734",66983,47248,3,2397,2883 +"193735",66983,51866,3,2397,2411 +"193736",66983,53323,3,2397,2677 +"193737",66994,3493,3,1865,2451 +"193738",66994,4303,3,1865,2414 +"193739",66994,4983,3,1865,1909 +"193740",66994,6989,3,1865,2623 +"193741",66994,7597,3,1865,2037 +"193742",66994,7785,3,1865,2441 +"193743",66994,8890,3,1865,1955 +"193744",66994,18005,3,1865,2449 +"193745",66994,20200,2,1865,2322 +"193746",66994,26642,3,1865,2952 +"193747",66994,29295,3,1865,2043 +"193748",66994,30669,3,1865,1921 +"193749",66994,31089,3,1865,2952 +"193750",66994,35797,2,1865,2482 +"193751",66994,36953,3,1865,2790 +"193752",66994,41134,2,1865,2952 +"193753",66994,41694,2,1865,2358 +"193754",66994,42486,3,1865,1951 +"193755",66994,43961,3,1865,2443 +"193756",66994,45299,3,1865,2426 +"193757",66994,46486,3,1865,1868 +"193758",66994,47375,3,1865,2043 +"193759",66994,47968,3,1865,2829 +"193760",66994,52471,3,1865,2483 +"193761",66994,55482,1,1865,1866 +"193762",66994,57067,3,1865,2547 +"193763",66994,62712,3,1865,2884 +"193764",66994,68586,1,1865,2322 +"193765",66994,71712,3,1865,2399 +"193766",66994,92297,3,1865,2952 +"193767",67009,733,2,179,1653 +"193768",67009,1469,3,179,1160 +"193769",67009,2063,2,179,1278 +"193770",67009,2743,3,179,1278 +"193771",67009,3242,2,179,1730 +"193772",67009,4191,3,179,2130 +"193773",67009,8621,3,179,1681 +"193774",67009,10404,3,179,2062 +"193775",67009,13837,3,179,1604 +"193776",67009,14189,3,179,1483 +"193777",67009,16164,3,179,1184 +"193778",67009,16313,3,179,1160 +"193779",67009,18277,3,179,2309 +"193780",67009,19516,3,179,2313 +"193781",67009,20319,3,179,468 +"193782",67009,20563,3,179,2267 +"193783",67009,20824,3,179,1366 +"193784",67009,21911,3,179,1184 +"193785",67009,23508,3,179,1907 +"193786",67009,23534,3,179,1659 +"193787",67009,24362,3,179,1287 +"193788",67009,25976,3,179,659 +"193789",67009,26436,3,179,2489 +"193790",67009,26516,3,179,2479 +"193791",67009,26706,2,179,1846 +"193792",67009,27753,3,179,2750 +"193793",67009,28731,3,179,955 +"193794",67009,31243,3,179,1355 +"193795",67009,34000,3,179,203 +"193796",67009,34136,3,179,2202 +"193797",67009,34492,3,179,1798 +"193798",67009,37333,3,179,1612 +"193799",67009,38449,3,179,1802 +"193800",67009,40672,3,179,1315 +"193801",67009,49189,2,179,1550 +"193802",67009,50667,3,179,2719 +"193803",67009,50976,3,179,547 +"193804",67009,51022,3,179,1499 +"193805",67009,51410,2,179,2739 +"193806",67009,51987,3,179,1397 +"193807",67009,52457,3,179,849 +"193808",67009,56171,3,179,1524 +"193809",67009,58035,3,179,1646 +"193810",67009,58133,3,179,1484 +"193811",67009,58221,2,179,1787 +"193812",67009,65572,2,179,2750 +"193813",67009,73728,2,179,784 +"193814",67009,82767,3,179,1641 +"193815",67009,83096,3,179,1061 +"193816",67009,92322,3,179,2393 +"193817",67009,94783,3,179,659 +"193818",67009,94908,3,179,1413 +"193819",67009,99103,1,179,1470 +"193820",67009,100134,3,179,977 +"193821",67009,103420,3,179,433 +"193822",67009,119444,3,179,888 +"193823",67012,40630,3,849,930 +"193824",67012,68539,3,849,1158 +"193825",67012,101435,3,849,1236 +"193826",67062,2057,3,1623,1965 +"193827",67062,12249,3,1623,1965 +"193828",67062,17230,3,1623,1965 +"193829",67062,32202,2,1623,2314 +"193830",67062,46119,3,1623,2084 +"193831",67062,69232,3,1623,2130 +"193832",67067,1691,3,159,1941 +"193833",67067,5018,3,159,640 +"193834",67067,6390,3,159,2385 +"193835",67067,10222,3,159,2212 +"193836",67067,14108,3,159,2012 +"193837",67067,18543,3,159,2968 +"193838",67067,20882,3,159,2460 +"193839",67067,31700,3,159,2727 +"193840",67067,34314,3,159,630 +"193841",67067,37937,3,159,1320 +"193842",67067,41085,2,159,637 +"193843",67067,44427,3,159,2875 +"193844",67067,47585,3,159,794 +"193845",67067,49300,3,159,515 +"193846",67067,50235,3,159,726 +"193847",67067,53252,2,159,637 +"193848",67067,57990,3,159,978 +"193849",67067,61785,3,159,822 +"193850",67067,67607,2,159,528 +"193851",67067,70854,3,159,635 +"193852",67067,89880,3,159,1938 +"193853",67067,92592,2,159,486 +"193854",67067,97824,3,159,1229 +"193855",67067,98893,3,159,204 +"193856",67067,101967,3,159,691 +"193857",67067,105207,3,159,451 +"193858",67067,109506,3,159,458 +"193859",67102,1196,3,935,1986 +"193860",67102,3961,3,935,2426 +"193861",67102,5041,3,935,2371 +"193862",67102,5258,3,935,2730 +"193863",67102,5315,2,935,2631 +"193864",67102,5716,3,935,1058 +"193865",67102,6047,3,935,2004 +"193866",67102,6417,3,935,1675 +"193867",67102,9928,3,935,2345 +"193868",67102,10358,2,935,2294 +"193869",67102,10382,3,935,2111 +"193870",67102,10779,3,935,2881 +"193871",67102,11103,3,935,2393 +"193872",67102,11546,3,935,1174 +"193873",67102,11976,3,935,1727 +"193874",67102,12524,3,935,1287 +"193875",67102,13109,2,935,1374 +"193876",67102,13573,3,935,2774 +"193877",67102,14032,2,935,2144 +"193878",67102,16352,3,935,2657 +"193879",67102,17819,3,935,2291 +"193880",67102,18502,3,935,1033 +"193881",67102,18543,3,935,2968 +"193882",67102,18735,3,935,1581 +"193883",67102,19453,3,935,1928 +"193884",67102,19858,3,935,2357 +"193885",67102,19892,2,935,1212 +"193886",67102,20355,3,935,2111 +"193887",67102,21401,3,935,1440 +"193888",67102,22374,3,935,1226 +"193889",67102,23310,3,935,2371 +"193890",67102,29456,3,935,1182 +"193891",67102,29930,3,935,2240 +"193892",67102,31003,3,935,1859 +"193893",67102,31279,3,935,965 +"193894",67102,31530,3,935,1661 +"193895",67102,32919,3,935,2321 +"193896",67102,32988,3,935,2008 +"193897",67102,33834,3,935,1606 +"193898",67102,34648,2,935,1596 +"193899",67102,34735,3,935,2767 +"193900",67102,35926,3,935,2371 +"193901",67102,36007,3,935,2089 +"193902",67102,36574,3,935,2934 +"193903",67102,37108,3,935,1202 +"193904",67102,38467,3,935,1259 +"193905",67102,40893,2,935,1116 +"193906",67102,41278,3,935,1873 +"193907",67102,41832,3,935,1155 +"193908",67102,41955,3,935,2479 +"193909",67102,42505,3,935,2008 +"193910",67102,44557,3,935,2371 +"193911",67102,44877,3,935,1219 +"193912",67102,45633,3,935,2134 +"193913",67102,45903,1,935,2237 +"193914",67102,46283,2,935,1184 +"193915",67102,48127,3,935,2677 +"193916",67102,48602,2,935,1704 +"193917",67102,50737,3,935,959 +"193918",67102,50977,3,935,2352 +"193919",67102,53779,3,935,2000 +"193920",67102,55139,3,935,2323 +"193921",67102,56903,3,935,1584 +"193922",67102,57714,3,935,1391 +"193923",67102,62488,3,935,1418 +"193924",67102,64502,2,935,1670 +"193925",67102,67957,3,935,2823 +"193926",67102,75403,3,935,1895 +"193927",67102,76564,3,935,996 +"193928",67102,77001,2,935,1440 +"193929",67102,78801,3,935,1572 +"193930",67102,81095,3,935,1609 +"193931",67102,82341,3,935,1515 +"193932",67102,82932,3,935,2245 +"193933",67102,83526,2,935,1235 +"193934",67102,83993,2,935,1009 +"193935",67102,85356,3,935,1492 +"193936",67102,85875,3,935,957 +"193937",67102,91279,2,935,966 +"193938",67102,92297,3,935,2952 +"193939",67102,92381,3,935,1237 +"193940",67102,97160,3,935,1215 +"193941",67102,100140,3,935,1041 +"193942",67102,111165,3,935,1256 +"193943",67129,2166,3,2335,2557 +"193944",67129,13751,3,2335,2557 +"193945",67129,19208,3,2335,2629 +"193946",67129,41770,3,2335,2752 +"193947",67145,2289,3,2015,2389 +"193948",67145,3011,3,2015,2278 +"193949",67145,3765,2,2015,2775 +"193950",67145,4701,3,2015,2401 +"193951",67145,12703,3,2015,2689 +"193952",67145,18752,2,2015,2607 +"193953",67145,24721,3,2015,2326 +"193954",67145,26421,2,2015,2634 +"193955",67145,33433,3,2015,2805 +"193956",67145,35888,3,2015,2291 +"193957",67145,39556,2,2015,2747 +"193958",67145,50667,3,2015,2719 +"193959",67145,54879,2,2015,2210 +"193960",67145,57732,2,2015,2454 +"193961",67145,64699,1,2015,2797 +"193962",67150,21406,2,2633,2714 +"193963",67150,25325,3,2633,2963 +"193964",67150,36609,3,2633,2918 +"193965",67150,42574,1,2633,2842 +"193966",67150,47882,2,2633,2769 +"193967",67150,58711,2,2633,2746 +"193968",67175,1520,3,181,1716 +"193969",67175,2014,3,181,973 +"193970",67175,2357,2,181,492 +"193971",67175,5798,3,181,1779 +"193972",67175,6162,3,181,1673 +"193973",67175,7123,3,181,1964 +"193974",67175,9342,3,181,896 +"193975",67175,18825,3,181,1240 +"193976",67175,18924,2,181,485 +"193977",67175,21872,2,181,2458 +"193978",67175,24721,3,181,2326 +"193979",67175,31211,2,181,433 +"193980",67175,36440,3,181,704 +"193981",67175,38140,3,181,1866 +"193982",67175,40537,2,181,1284 +"193983",67175,41075,3,181,1176 +"193984",67175,46091,3,181,1938 +"193985",67175,50004,3,181,540 +"193986",67175,61347,3,181,1684 +"193987",67175,66302,3,181,269 +"193988",67175,71982,3,181,2812 +"193989",67175,76672,3,181,1930 +"193990",67175,81164,3,181,2260 +"193991",67175,81400,3,181,2679 +"193992",67175,92469,3,181,1232 +"193993",67175,96387,2,181,2159 +"193994",67175,97242,3,181,686 +"193995",67175,102581,2,181,1813 +"193996",67175,109031,3,181,523 +"193997",67175,111658,2,181,351 +"193998",67212,6104,3,1383,2462 +"193999",67212,34464,2,1383,1741 +"194000",67212,57842,2,1383,2482 +"194001",67216,23,3,984,1682 +"194002",67216,675,2,984,1686 +"194003",67216,1046,3,984,1881 +"194004",67216,1127,2,984,1188 +"194005",67216,1130,1,984,1566 +"194006",67216,1136,2,984,2536 +"194007",67216,1469,3,984,1160 +"194008",67216,2325,1,984,1641 +"194009",67216,2765,3,984,2321 +"194010",67216,2894,3,984,1291 +"194011",67216,2954,3,984,2727 +"194012",67216,3242,3,984,1730 +"194013",67216,3966,3,984,2425 +"194014",67216,4191,3,984,2130 +"194015",67216,4567,3,984,2348 +"194016",67216,4618,3,984,2607 +"194017",67216,5041,3,984,2371 +"194018",67216,5491,3,984,2048 +"194019",67216,5725,3,984,2789 +"194020",67216,6222,3,984,1949 +"194021",67216,6740,3,984,2699 +"194022",67216,7861,2,984,1647 +"194023",67216,10130,3,984,2741 +"194024",67216,10857,3,984,2253 +"194025",67216,11208,2,984,1161 +"194026",67216,14959,3,984,2898 +"194027",67216,14983,3,984,1047 +"194028",67216,16164,3,984,1184 +"194029",67216,18615,3,984,1025 +"194030",67216,18825,3,984,1240 +"194031",67216,19516,3,984,2313 +"194032",67216,21138,3,984,2849 +"194033",67216,21795,3,984,2653 +"194034",67216,22277,3,984,2424 +"194035",67216,22714,3,984,2793 +"194036",67216,23825,3,984,1913 +"194037",67216,24964,3,984,2491 +"194038",67216,25129,2,984,2647 +"194039",67216,25341,2,984,1858 +"194040",67216,25643,3,984,1646 +"194041",67216,26282,1,984,1241 +"194042",67216,26322,3,984,1018 +"194043",67216,26766,2,984,1161 +"194044",67216,28434,3,984,1141 +"194045",67216,29050,3,984,1196 +"194046",67216,29095,3,984,2531 +"194047",67216,29115,3,984,1047 +"194048",67216,29243,3,984,2011 +"194049",67216,29917,3,984,1962 +"194050",67216,30883,3,984,1629 +"194051",67216,31799,3,984,2547 +"194052",67216,34480,2,984,2755 +"194053",67216,34492,3,984,1798 +"194054",67216,34509,2,984,1973 +"194055",67216,37238,3,984,2609 +"194056",67216,38921,3,984,1880 +"194057",67216,40293,3,984,1671 +"194058",67216,42474,2,984,2322 +"194059",67216,47248,3,984,2883 +"194060",67216,51017,3,984,2073 +"194061",67216,51052,3,984,2784 +"194062",67216,51410,2,984,2739 +"194063",67216,51471,3,984,1280 +"194064",67216,51987,3,984,1397 +"194065",67216,52835,3,984,995 +"194066",67216,53433,3,984,1187 +"194067",67216,54551,3,984,2348 +"194068",67216,56171,3,984,1524 +"194069",67216,58035,2,984,1646 +"194070",67216,62841,3,984,2710 +"194071",67216,63547,3,984,1023 +"194072",67216,64031,3,984,1295 +"194073",67216,64181,3,984,1828 +"194074",67216,64997,3,984,2791 +"194075",67216,70203,3,984,2756 +"194076",67216,70605,2,984,1176 +"194077",67216,71618,3,984,2960 +"194078",67216,82767,3,984,1641 +"194079",67216,83219,3,984,1492 +"194080",67216,111843,3,984,1963 +"194081",67222,671,3,1332,2328 +"194082",67222,1777,3,1332,1965 +"194083",67222,2166,3,1332,2557 +"194084",67222,2181,3,1332,2030 +"194085",67222,2754,2,1332,1360 +"194086",67222,3830,3,1332,1661 +"194087",67222,5462,3,1332,2374 +"194088",67222,5504,3,1332,2389 +"194089",67222,15539,3,1332,1929 +"194090",67222,15799,3,1332,1917 +"194091",67222,26570,3,1332,1669 +"194092",67222,31799,3,1332,2547 +"194093",67222,44427,3,1332,2875 +"194094",67222,55556,3,1332,2075 +"194095",67222,69257,2,1332,1402 +"194096",67222,72334,3,1332,2820 +"194097",67222,81588,3,1332,1568 +"194098",67222,85430,3,1332,2370 +"194099",67252,1780,3,1215,1375 +"194100",67252,2540,3,1215,1398 +"194101",67252,2576,3,1215,1307 +"194102",67252,2852,3,1215,2448 +"194103",67252,3477,3,1215,2546 +"194104",67252,4361,3,1215,2571 +"194105",67252,4612,2,1215,2804 +"194106",67252,4916,2,1215,1970 +"194107",67252,4983,3,1215,1909 +"194108",67252,5346,3,1215,1438 +"194109",67252,6063,3,1215,2349 +"194110",67252,6359,3,1215,1239 +"194111",67252,7337,3,1215,1797 +"194112",67252,7861,3,1215,1647 +"194113",67252,9504,3,1215,2549 +"194114",67252,9703,3,1215,1845 +"194115",67252,9787,2,1215,2858 +"194116",67252,10129,3,1215,2124 +"194117",67252,10453,3,1215,1656 +"194118",67252,11648,3,1215,2852 +"194119",67252,12653,2,1215,1573 +"194120",67252,14449,3,1215,1258 +"194121",67252,15207,3,1215,1855 +"194122",67252,16501,3,1215,1650 +"194123",67252,18005,3,1215,2449 +"194124",67252,18217,3,1215,1566 +"194125",67252,19334,3,1215,1979 +"194126",67252,20124,2,1215,2376 +"194127",67252,23277,3,1215,1267 +"194128",67252,25163,2,1215,1751 +"194129",67252,27742,3,1215,2700 +"194130",67252,27897,3,1215,1968 +"194131",67252,27914,3,1215,2507 +"194132",67252,28592,3,1215,2320 +"194133",67252,29116,3,1215,2128 +"194134",67252,29286,2,1215,1612 +"194135",67252,29473,2,1215,2602 +"194136",67252,29818,3,1215,1677 +"194137",67252,30525,3,1215,1964 +"194138",67252,31216,3,1215,1244 +"194139",67252,31868,3,1215,1993 +"194140",67252,33223,3,1215,2397 +"194141",67252,40035,3,1215,2742 +"194142",67252,40542,3,1215,1664 +"194143",67252,40954,2,1215,2603 +"194144",67252,41633,3,1215,1976 +"194145",67252,44497,3,1215,2401 +"194146",67252,45729,3,1215,2606 +"194147",67252,46486,3,1215,1868 +"194148",67252,47654,3,1215,1664 +"194149",67252,47968,3,1215,2829 +"194150",67252,50354,2,1215,1299 +"194151",67252,53739,3,1215,2704 +"194152",67252,54775,3,1215,2383 +"194153",67252,58745,2,1215,1920 +"194154",67252,60449,3,1215,2085 +"194155",67252,71531,3,1215,2887 +"194156",67252,72956,3,1215,1251 +"194157",67252,76286,3,1215,1642 +"194158",67252,85690,3,1215,1229 +"194159",67252,94520,3,1215,1243 +"194160",67264,17826,3,2790,2920 +"194161",67264,49461,3,2790,2793 +"194162",67266,3127,3,2010,2273 +"194163",67266,4669,3,2010,2395 +"194164",67266,11429,3,2010,2520 +"194165",67266,11648,3,2010,2852 +"194166",67266,12948,2,2010,2669 +"194167",67266,14781,3,2010,2338 +"194168",67266,24069,3,2010,2697 +"194169",67266,28869,3,2010,2425 +"194170",67266,31652,3,2010,2047 +"194171",67266,40572,2,2010,2666 +"194172",67266,45869,2,2010,2840 +"194173",67289,2370,3,829,1600 +"194174",67289,3158,3,829,2762 +"194175",67289,4249,3,829,2547 +"194176",67289,4634,3,829,2291 +"194177",67289,4784,2,829,2511 +"194178",67289,6020,2,829,1864 +"194179",67289,6345,3,829,2713 +"194180",67289,8463,3,829,2466 +"194181",67289,9724,3,829,2713 +"194182",67289,9740,2,829,2233 +"194183",67289,10146,3,829,1878 +"194184",67289,11270,3,829,1011 +"194185",67289,12966,3,829,2011 +"194186",67289,13551,3,829,1451 +"194187",67289,13595,1,829,1164 +"194188",67289,13930,3,829,1274 +"194189",67289,14172,3,829,1923 +"194190",67289,14212,2,829,857 +"194191",67289,14255,2,829,893 +"194192",67289,14957,3,829,2306 +"194193",67289,15782,3,829,2306 +"194194",67289,16347,3,829,1868 +"194195",67289,16455,3,829,946 +"194196",67289,16963,2,829,1999 +"194197",67289,17499,3,829,2954 +"194198",67289,17531,2,829,876 +"194199",67289,19002,3,829,2053 +"194200",67289,21358,2,829,1970 +"194201",67289,22357,3,829,1397 +"194202",67289,24044,3,829,1076 +"194203",67289,26597,3,829,2070 +"194204",67289,28648,2,829,1586 +"194205",67289,30544,3,829,2041 +"194206",67289,34274,3,829,1437 +"194207",67289,36478,3,829,2808 +"194208",67289,37684,3,829,2899 +"194209",67289,41489,2,829,2006 +"194210",67289,43701,3,829,2400 +"194211",67289,45297,2,829,1864 +"194212",67289,48823,3,829,2080 +"194213",67289,49142,3,829,2289 +"194214",67289,50468,3,829,1659 +"194215",67289,51212,2,829,1801 +"194216",67289,51505,3,829,1572 +"194217",67289,51516,3,829,1361 +"194218",67289,52386,2,829,1830 +"194219",67289,53652,3,829,2899 +"194220",67289,64850,3,829,2377 +"194221",67289,66368,3,829,2413 +"194222",67289,68813,3,829,2511 +"194223",67289,68884,3,829,1011 +"194224",67289,69260,3,829,1698 +"194225",67289,71225,3,829,956 +"194226",67289,76842,3,829,1518 +"194227",67289,78843,3,829,1524 +"194228",67289,82217,2,829,2441 +"194229",67289,84235,3,829,1639 +"194230",67289,93642,3,829,1120 +"194231",67289,96332,2,829,1197 +"194232",67289,122938,3,829,1023 +"194233",67314,135,3,1051,2233 +"194234",67314,455,2,1051,2827 +"194235",67314,470,3,1051,2285 +"194236",67314,600,2,1051,1702 +"194237",67314,675,3,1051,1686 +"194238",67314,733,3,1051,1653 +"194239",67314,913,3,1051,2144 +"194240",67314,997,3,1051,2788 +"194241",67314,1050,3,1051,1185 +"194242",67314,1136,3,1051,2536 +"194243",67314,1592,3,1051,2006 +"194244",67314,2063,3,1051,1278 +"194245",67314,2743,3,1051,1278 +"194246",67314,3242,3,1051,1730 +"194247",67314,3753,3,1051,1255 +"194248",67314,4084,3,1051,2133 +"194249",67314,4226,3,1051,1903 +"194250",67314,4360,2,1051,1770 +"194251",67314,4618,3,1051,2607 +"194252",67314,5451,3,1051,1299 +"194253",67314,5491,3,1051,2048 +"194254",67314,6428,3,1051,1952 +"194255",67314,6491,2,1051,2424 +"194256",67314,6940,3,1051,1183 +"194257",67314,7245,3,1051,2089 +"194258",67314,7515,3,1051,2737 +"194259",67314,7847,3,1051,2424 +"194260",67314,7858,3,1051,1795 +"194261",67314,8621,3,1051,1681 +"194262",67314,9511,3,1051,1232 +"194263",67314,10433,3,1051,2075 +"194264",67314,11434,2,1051,1187 +"194265",67314,11516,3,1051,1937 +"194266",67314,12199,3,1051,1651 +"194267",67314,16164,2,1051,1184 +"194268",67314,17698,3,1051,1559 +"194269",67314,18151,3,1051,2962 +"194270",67314,19113,3,1051,1171 +"194271",67314,19335,3,1051,1729 +"194272",67314,20563,3,1051,2267 +"194273",67314,20665,3,1051,1311 +"194274",67314,20824,3,1051,1366 +"194275",67314,21795,3,1051,2653 +"194276",67314,22566,3,1051,2308 +"194277",67314,22567,3,1051,2396 +"194278",67314,22884,3,1051,1608 +"194279",67314,23132,2,1051,2756 +"194280",67314,23705,3,1051,2699 +"194281",67314,23918,2,1051,1881 +"194282",67314,24568,3,1051,1937 +"194283",67314,25289,3,1051,1790 +"194284",67314,25341,3,1051,1858 +"194285",67314,26436,3,1051,2489 +"194286",67314,26516,3,1051,2479 +"194287",67314,27628,3,1051,2389 +"194288",67314,27753,2,1051,2750 +"194289",67314,27837,2,1051,1315 +"194290",67314,28101,3,1051,1949 +"194291",67314,28115,3,1051,1835 +"194292",67314,28991,3,1051,1688 +"194293",67314,29170,3,1051,1846 +"194294",67314,30052,3,1051,2855 +"194295",67314,30325,3,1051,1067 +"194296",67314,30438,3,1051,1617 +"194297",67314,31050,2,1051,1491 +"194298",67314,32947,3,1051,1091 +"194299",67314,33621,3,1051,1319 +"194300",67314,34160,1,1051,1759 +"194301",67314,34492,3,1051,1798 +"194302",67314,35302,2,1051,1589 +"194303",67314,40369,1,1051,2735 +"194304",67314,40383,3,1051,2639 +"194305",67314,41739,1,1051,1339 +"194306",67314,43173,3,1051,2895 +"194307",67314,43941,3,1051,1289 +"194308",67314,45633,3,1051,2134 +"194309",67314,47055,3,1051,1525 +"194310",67314,49144,3,1051,1542 +"194311",67314,50041,3,1051,1565 +"194312",67314,50685,3,1051,2008 +"194313",67314,52136,3,1051,1412 +"194314",67314,52735,3,1051,1124 +"194315",67314,53196,2,1051,1888 +"194316",67314,53604,3,1051,2489 +"194317",67314,54158,3,1051,1756 +"194318",67314,57544,3,1051,2443 +"194319",67314,59700,3,1051,2346 +"194320",67314,62219,3,1051,2494 +"194321",67314,63409,3,1051,1937 +"194322",67314,64181,2,1051,1828 +"194323",67314,64997,2,1051,2791 +"194324",67314,65625,2,1051,1273 +"194325",67314,66413,2,1051,2507 +"194326",67314,68960,3,1051,1312 +"194327",67314,72207,3,1051,2430 +"194328",67314,73305,3,1051,2544 +"194329",67314,80429,3,1051,1927 +"194330",67314,82787,3,1051,1144 +"194331",67314,88808,3,1051,1462 +"194332",67314,105063,2,1051,1908 +"194333",67314,107649,3,1051,1573 +"194334",67352,14,3,1115,1793 +"194335",67352,675,3,1115,1686 +"194336",67352,1046,3,1115,1881 +"194337",67352,1136,3,1115,2536 +"194338",67352,3242,3,1115,1730 +"194339",67352,4191,3,1115,2130 +"194340",67352,4618,3,1115,2607 +"194341",67352,5725,3,1115,2789 +"194342",67352,6031,3,1115,1611 +"194343",67352,7180,3,1115,2227 +"194344",67352,7970,3,1115,1197 +"194345",67352,9828,3,1115,2085 +"194346",67352,10843,3,1115,2277 +"194347",67352,10870,3,1115,1755 +"194348",67352,12096,3,1115,1330 +"194349",67352,12373,2,1115,1567 +"194350",67352,16164,3,1115,1184 +"194351",67352,16587,3,1115,2065 +"194352",67352,19453,2,1115,1928 +"194353",67352,25341,3,1115,1858 +"194354",67352,25643,3,1115,1646 +"194355",67352,26282,3,1115,1241 +"194356",67352,26570,3,1115,1669 +"194357",67352,28434,2,1115,1141 +"194358",67352,29864,3,1115,2479 +"194359",67352,31799,3,1115,2547 +"194360",67352,33356,3,1115,1586 +"194361",67352,37620,1,1115,2716 +"194362",67352,37915,3,1115,1905 +"194363",67352,40293,3,1115,1671 +"194364",67352,40369,3,1115,2735 +"194365",67352,58035,2,1115,1646 +"194366",67352,58617,3,1115,2093 +"194367",67352,62538,2,1115,1656 +"194368",67352,63770,3,1115,1324 +"194369",67352,64031,2,1115,1295 +"194370",67352,64502,3,1115,1670 +"194371",67352,64997,3,1115,2791 +"194372",67352,75028,3,1115,1660 +"194373",67352,78128,3,1115,1727 +"194374",67352,79234,3,1115,1611 +"194375",67352,80172,3,1115,1342 +"194376",67352,82767,3,1115,1641 +"194377",67352,91163,3,1115,1171 +"194378",67380,5350,3,1280,2522 +"194379",67380,34057,3,1280,1657 +"194380",67380,35926,3,1280,2371 +"194381",67380,63442,3,1280,1965 +"194382",67383,135,3,1739,2233 +"194383",67383,4360,3,1739,1770 +"194384",67383,5622,3,1739,2175 +"194385",67383,9328,3,1739,1937 +"194386",67383,10857,3,1739,2253 +"194387",67383,17400,3,1739,2231 +"194388",67383,18366,3,1739,2699 +"194389",67383,20423,3,1739,2654 +"194390",67383,23509,3,1739,2275 +"194391",67383,23725,3,1739,2378 +"194392",67383,25971,2,1739,2608 +"194393",67383,34480,2,1739,2755 +"194394",67383,34735,3,1739,2767 +"194395",67383,39294,3,1739,1889 +"194396",67383,45684,3,1739,2200 +"194397",67383,53196,3,1739,1888 +"194398",67383,54551,3,1739,2348 +"194399",67383,56082,3,1739,2395 +"194400",67383,57405,3,1739,2344 +"194401",67383,72207,2,1739,2430 +"194402",67383,81865,2,1739,2704 +"194403",67417,29917,3,936,1962 +"194404",67417,34509,3,936,1973 +"194405",67417,42946,3,936,2900 +"194406",67417,51815,1,936,1252 +"194407",67417,51831,2,936,2427 +"194408",67417,51925,2,936,2307 +"194409",67417,52789,2,936,1791 +"194410",67417,59918,1,936,2063 +"194411",67417,62841,3,936,2710 +"194412",67417,64436,3,936,2687 +"194413",67417,69165,3,936,2340 +"194414",67424,1315,3,903,2760 +"194415",67424,2960,2,903,977 +"194416",67424,3139,3,903,1656 +"194417",67424,4107,3,903,987 +"194418",67424,4121,3,903,1304 +"194419",67424,10352,3,903,1371 +"194420",67424,13324,3,903,2163 +"194421",67424,13479,2,903,2155 +"194422",67424,13835,3,903,1588 +"194423",67424,18891,3,903,1596 +"194424",67424,21479,1,903,2134 +"194425",67424,23312,3,903,2449 +"194426",67424,27427,2,903,2325 +"194427",67424,30738,3,903,1166 +"194428",67424,36637,3,903,2085 +"194429",67424,40707,2,903,1547 +"194430",67424,48283,3,903,1290 +"194431",67424,51243,3,903,1389 +"194432",67424,61188,2,903,2134 +"194433",67424,63147,3,903,1477 +"194434",67424,72557,3,903,972 +"194435",67424,79837,3,903,1252 +"194436",67456,7548,3,1608,1932 +"194437",67456,9311,3,1608,2477 +"194438",67456,10843,3,1608,2277 +"194439",67456,13249,3,1608,2573 +"194440",67456,15626,3,1608,2434 +"194441",67456,19751,3,1608,1630 +"194442",67456,32198,3,1608,2117 +"194443",67456,33433,2,1608,2805 +"194444",67456,49581,2,1608,1817 +"194445",67456,55643,2,1608,2359 +"194446",67456,59113,3,1608,2434 +"194447",67521,5484,2,545,582 +"194448",67521,6602,3,545,1631 +"194449",67521,7548,3,545,1932 +"194450",67521,7840,3,545,984 +"194451",67521,9241,3,545,2338 +"194452",67521,10439,3,545,773 +"194453",67521,10474,2,545,1608 +"194454",67521,11990,3,545,1909 +"194455",67521,17033,3,545,2771 +"194456",67521,22181,3,545,1274 +"194457",67521,22422,3,545,894 +"194458",67521,25610,3,545,2328 +"194459",67521,29923,3,545,626 +"194460",67521,32739,3,545,875 +"194461",67521,34820,3,545,1630 +"194462",67521,39999,3,545,1593 +"194463",67521,42254,3,545,1052 +"194464",67521,102301,3,545,865 +"194465",67521,109608,3,545,780 +"194466",67521,121260,3,545,2042 +"194467",67604,17033,3,2075,2771 +"194468",67607,3088,3,528,1670 +"194469",67607,10222,3,528,2212 +"194470",67607,12610,3,528,1274 +"194471",67607,14032,3,528,2144 +"194472",67607,14108,3,528,2012 +"194473",67607,14676,3,528,2764 +"194474",67607,14972,3,528,2332 +"194475",67607,20882,1,528,2460 +"194476",67607,21246,3,528,1612 +"194477",67607,31700,3,528,2727 +"194478",67607,34758,3,528,689 +"194479",67607,37937,3,528,1320 +"194480",67607,38219,3,528,1689 +"194481",67607,41085,3,528,637 +"194482",67607,43635,3,528,1196 +"194483",67607,53252,3,528,637 +"194484",67607,55487,3,528,1500 +"194485",67607,56116,3,528,1321 +"194486",67607,70854,3,528,635 +"194487",67607,79657,3,528,1260 +"194488",67607,79815,3,528,1713 +"194489",67607,89880,3,528,1938 +"194490",67607,95288,3,528,1602 +"194491",67607,101347,3,528,1335 +"194492",67617,194,3,1149,1243 +"194493",67617,1108,3,1149,1600 +"194494",67617,1519,3,1149,2349 +"194495",67617,1702,3,1149,1984 +"194496",67617,1846,3,1149,1845 +"194497",67617,2206,3,1149,2536 +"194498",67617,2936,3,1149,2512 +"194499",67617,5683,3,1149,2468 +"194500",67617,7337,3,1149,1797 +"194501",67617,8923,3,1149,1266 +"194502",67617,9481,3,1149,1610 +"194503",67617,9503,3,1149,2453 +"194504",67617,10980,3,1149,1974 +"194505",67617,11108,3,1149,1609 +"194506",67617,12948,2,1149,2669 +"194507",67617,13136,3,1149,2867 +"194508",67617,13566,3,1149,2056 +"194509",67617,17645,3,1149,1918 +"194510",67617,19655,3,1149,2706 +"194511",67617,21207,2,1149,1258 +"194512",67617,22704,3,1149,1150 +"194513",67617,23692,2,1149,1540 +"194514",67617,27320,3,1149,2378 +"194515",67617,27686,3,1149,2844 +"194516",67617,32470,3,1149,1539 +"194517",67617,34216,3,1149,2832 +"194518",67617,35728,3,1149,2017 +"194519",67617,41581,3,1149,1692 +"194520",67617,42331,3,1149,1585 +"194521",67617,45869,3,1149,2840 +"194522",67617,47595,3,1149,2374 +"194523",67617,49414,3,1149,1667 +"194524",67617,51200,3,1149,2245 +"194525",67617,59485,3,1149,1564 +"194526",67617,60258,3,1149,2405 +"194527",67617,60808,3,1149,1258 +"194528",67617,74370,3,1149,1667 +"194529",67617,92860,3,1149,1643 +"194530",67625,15607,2,55,1421 +"194531",67625,19113,3,55,1171 +"194532",67625,20292,3,55,2755 +"194533",67625,21571,3,55,2755 +"194534",67625,22566,3,55,2308 +"194535",67625,22850,3,55,878 +"194536",67625,28011,1,55,2639 +"194537",67625,42619,3,55,2017 +"194538",67625,98150,3,55,1009 +"194539",67652,455,3,2736,2827 +"194540",67652,2684,3,2736,2874 +"194541",67652,30052,2,2736,2855 +"194542",67652,42196,3,2736,2765 +"194543",67652,53219,3,2736,2973 +"194544",67652,65016,3,2736,2749 +"194545",67664,841,3,798,2964 +"194546",67671,854,3,571,2307 +"194547",67671,1323,3,571,1659 +"194548",67671,2894,3,571,1291 +"194549",67671,4504,3,571,1905 +"194550",67671,5092,2,571,909 +"194551",67671,6052,3,571,1985 +"194552",67671,7181,3,571,1421 +"194553",67671,7798,3,571,949 +"194554",67671,8865,3,571,2394 +"194555",67671,19937,3,571,1587 +"194556",67671,22893,3,571,1938 +"194557",67671,29454,3,571,2719 +"194558",67671,30236,3,571,2238 +"194559",67671,34921,3,571,2181 +"194560",67671,35903,2,571,1434 +"194561",67671,37975,2,571,889 +"194562",67671,38732,3,571,2263 +"194563",67671,41764,3,571,2409 +"194564",67671,48377,3,571,1927 +"194565",67671,55821,3,571,1303 +"194566",67671,58122,2,571,889 +"194567",67671,62966,3,571,1282 +"194568",67671,95647,3,571,1172 +"194569",67680,2429,3,602,999 +"194570",67680,3456,3,602,1999 +"194571",67680,30891,3,602,1256 +"194572",67680,45138,2,602,2516 +"194573",67680,47385,2,602,1172 +"194574",67680,55817,2,602,2285 +"194575",67690,5315,2,1902,2631 +"194576",67690,8258,3,1902,1959 +"194577",67690,23312,3,1902,2449 +"194578",67690,23704,3,1902,2278 +"194579",67690,36609,3,1902,2918 +"194580",67690,45618,3,1902,2356 +"194581",67690,50977,1,1902,2352 +"194582",67690,55438,3,1902,2863 +"194583",67690,60289,3,1902,2729 +"194584",67701,14442,2,2289,2700 +"194585",67701,36996,3,2289,2321 +"194586",67701,59289,3,2289,2896 +"194587",67701,60059,3,2289,2587 +"194588",67719,7785,3,2429,2441 +"194589",67719,26749,3,2429,2965 +"194590",67719,37059,3,2429,2840 +"194591",67719,59039,3,2429,2870 +"194592",67747,49265,3,2522,2686 +"194593",67748,160,2,1498,2007 +"194594",67748,1453,3,1498,1737 +"194595",67748,3978,3,1498,2775 +"194596",67748,4303,3,1498,2414 +"194597",67748,5865,3,1498,1910 +"194598",67748,6192,3,1498,2409 +"194599",67748,7406,3,1498,1906 +"194600",67748,7616,2,1498,2296 +"194601",67748,8238,3,1498,2222 +"194602",67748,8274,3,1498,1909 +"194603",67748,8585,2,1498,1917 +"194604",67748,8726,3,1498,2083 +"194605",67748,8866,3,1498,1545 +"194606",67748,9423,3,1498,1708 +"194607",67748,10146,3,1498,1878 +"194608",67748,10870,3,1498,1755 +"194609",67748,11639,3,1498,1593 +"194610",67748,12081,3,1498,2166 +"194611",67748,12901,3,1498,2136 +"194612",67748,13249,3,1498,2573 +"194613",67748,13324,3,1498,2163 +"194614",67748,16539,3,1498,1947 +"194615",67748,17351,3,1498,2036 +"194616",67748,17632,3,1498,1947 +"194617",67748,18381,3,1498,1524 +"194618",67748,18670,3,1498,1835 +"194619",67748,19208,2,1498,2629 +"194620",67748,19605,3,1498,2395 +"194621",67748,19937,3,1498,1587 +"194622",67748,20419,3,1498,1587 +"194623",67748,22682,3,1498,2035 +"194624",67748,22950,3,1498,2576 +"194625",67748,23098,2,1498,2300 +"194626",67748,23460,3,1498,2183 +"194627",67748,24256,2,1498,2393 +"194628",67748,24753,3,1498,2860 +"194629",67748,25030,3,1498,2017 +"194630",67748,25373,3,1498,2783 +"194631",67748,26083,3,1498,2038 +"194632",67748,29454,3,1498,2719 +"194633",67748,29512,3,1498,1594 +"194634",67748,29930,3,1498,2240 +"194635",67748,30697,3,1498,2891 +"194636",67748,31705,3,1498,2706 +"194637",67748,35256,3,1498,2271 +"194638",67748,36837,3,1498,1556 +"194639",67748,41518,1,1498,1641 +"194640",67748,41664,2,1498,2641 +"194641",67748,41764,3,1498,2409 +"194642",67748,42129,3,1498,2318 +"194643",67748,45650,3,1498,1528 +"194644",67748,47564,3,1498,2650 +"194645",67748,49185,3,1498,1544 +"194646",67748,49334,3,1498,2433 +"194647",67748,50480,3,1498,2701 +"194648",67748,55076,3,1498,2408 +"194649",67748,63477,3,1498,1907 +"194650",67748,77611,1,1498,1795 +"194651",67758,13249,3,1915,2573 +"194652",67758,15729,3,1915,2338 +"194653",67758,39464,3,1915,2314 +"194654",67758,42783,3,1915,2338 +"194655",67758,58852,3,1915,2323 +"194656",67763,212,3,822,1513 +"194657",67763,270,2,822,2542 +"194658",67763,1124,2,822,1596 +"194659",67763,2111,3,822,1904 +"194660",67763,2424,3,822,2582 +"194661",67763,2802,3,822,1836 +"194662",67763,3100,3,822,2524 +"194663",67763,3305,3,822,2839 +"194664",67763,3306,3,822,1989 +"194665",67763,3493,3,822,2451 +"194666",67763,3786,3,822,2282 +"194667",67763,4226,3,822,1903 +"194668",67763,4360,3,822,1770 +"194669",67763,4701,3,822,2401 +"194670",67763,5072,3,822,2175 +"194671",67763,5235,3,822,2324 +"194672",67763,5622,3,822,2175 +"194673",67763,5673,3,822,1567 +"194674",67763,5971,3,822,1985 +"194675",67763,6071,3,822,2310 +"194676",67763,6363,3,822,2066 +"194677",67763,6562,3,822,1139 +"194678",67763,6588,3,822,2025 +"194679",67763,6718,2,822,2138 +"194680",67763,7234,3,822,2654 +"194681",67763,7627,3,822,1543 +"194682",67763,9063,3,822,2000 +"194683",67763,9432,3,822,1693 +"194684",67763,9650,3,822,1167 +"194685",67763,10488,1,822,1524 +"194686",67763,10523,3,822,1510 +"194687",67763,10857,3,822,2253 +"194688",67763,11135,3,822,2441 +"194689",67763,11218,3,822,2292 +"194690",67763,11676,3,822,1614 +"194691",67763,12310,3,822,1337 +"194692",67763,12374,3,822,2260 +"194693",67763,13307,3,822,2206 +"194694",67763,13528,3,822,1891 +"194695",67763,15003,3,822,2067 +"194696",67763,15402,3,822,1281 +"194697",67763,15502,3,822,2637 +"194698",67763,15700,3,822,1712 +"194699",67763,16361,3,822,1641 +"194700",67763,16593,2,822,1139 +"194701",67763,17400,3,822,2231 +"194702",67763,17952,2,822,1530 +"194703",67763,18152,3,822,1314 +"194704",67763,18361,3,822,2968 +"194705",67763,18394,2,822,2356 +"194706",67763,18445,3,822,2133 +"194707",67763,19622,3,822,2371 +"194708",67763,19687,3,822,2072 +"194709",67763,20124,3,822,2376 +"194710",67763,21012,3,822,2325 +"194711",67763,21620,3,822,1056 +"194712",67763,21693,3,822,2176 +"194713",67763,21976,3,822,1808 +"194714",67763,23492,3,822,1067 +"194715",67763,23509,3,822,2275 +"194716",67763,23526,3,822,1998 +"194717",67763,23639,3,822,2065 +"194718",67763,23715,3,822,1859 +"194719",67763,23725,2,822,2378 +"194720",67763,23729,3,822,1624 +"194721",67763,23731,2,822,1656 +"194722",67763,24066,3,822,1755 +"194723",67763,24116,3,822,1413 +"194724",67763,24259,3,822,1281 +"194725",67763,24789,3,822,829 +"194726",67763,25270,3,822,985 +"194727",67763,25286,3,822,1545 +"194728",67763,25643,3,822,1646 +"194729",67763,25886,2,822,1580 +"194730",67763,25985,3,822,2071 +"194731",67763,26567,3,822,1158 +"194732",67763,26867,3,822,1804 +"194733",67763,27849,3,822,1316 +"194734",67763,28383,3,822,1222 +"194735",67763,28567,3,822,2398 +"194736",67763,29556,3,822,907 +"194737",67763,29987,3,822,956 +"194738",67763,30325,2,822,1067 +"194739",67763,30405,3,822,2164 +"194740",67763,31307,3,822,2139 +"194741",67763,31436,3,822,2892 +"194742",67763,32131,2,822,1035 +"194743",67763,32479,3,822,969 +"194744",67763,32965,3,822,2071 +"194745",67763,33363,3,822,2475 +"194746",67763,34334,3,822,1637 +"194747",67763,35402,3,822,2339 +"194748",67763,35673,3,822,1067 +"194749",67763,36487,3,822,2622 +"194750",67763,36662,3,822,2967 +"194751",67763,37844,3,822,2002 +"194752",67763,38422,3,822,1019 +"194753",67763,39294,3,822,1889 +"194754",67763,39865,3,822,849 +"194755",67763,40028,3,822,1349 +"194756",67763,40072,3,822,1182 +"194757",67763,41051,2,822,2767 +"194758",67763,41393,3,822,1915 +"194759",67763,42687,3,822,1952 +"194760",67763,43213,3,822,2160 +"194761",67763,43455,3,822,2846 +"194762",67763,43518,3,822,2680 +"194763",67763,43960,3,822,1293 +"194764",67763,44521,3,822,1593 +"194765",67763,45684,3,822,2200 +"194766",67763,46182,3,822,1613 +"194767",67763,46196,2,822,1510 +"194768",67763,46629,3,822,2255 +"194769",67763,47130,2,822,2654 +"194770",67763,47435,3,822,878 +"194771",67763,48639,3,822,2291 +"194772",67763,48764,3,822,860 +"194773",67763,49147,3,822,2539 +"194774",67763,50236,3,822,2339 +"194775",67763,51448,3,822,1593 +"194776",67763,51678,3,822,1077 +"194777",67763,52136,2,822,1412 +"194778",67763,52345,3,822,1430 +"194779",67763,53303,3,822,1376 +"194780",67763,54551,3,822,2348 +"194781",67763,56082,2,822,2395 +"194782",67763,56212,3,822,1410 +"194783",67763,57150,3,822,1196 +"194784",67763,57414,3,822,922 +"194785",67763,58451,3,822,1939 +"194786",67763,59939,3,822,936 +"194787",67763,61513,3,822,2948 +"194788",67763,61980,2,822,2392 +"194789",67763,61982,3,822,2725 +"194790",67763,65223,2,822,2724 +"194791",67763,66267,3,822,1278 +"194792",67763,68215,3,822,2727 +"194793",67763,72207,2,822,2430 +"194794",67763,75403,3,822,1895 +"194795",67763,76284,3,822,1237 +"194796",67763,79804,2,822,2227 +"194797",67763,80009,3,822,1640 +"194798",67763,80784,1,822,1738 +"194799",67763,82175,3,822,1590 +"194800",67763,87048,3,822,989 +"194801",67763,92947,3,822,1289 +"194802",67763,93326,3,822,1196 +"194803",67763,95211,3,822,2462 +"194804",67763,98719,2,822,1096 +"194805",67763,100146,3,822,2376 +"194806",67763,104542,3,822,897 +"194807",67763,106554,3,822,1270 +"194808",67763,114228,3,822,1544 +"194809",67763,117956,3,822,2774 +"194810",67775,7506,3,1964,2371 +"194811",67775,7847,3,1964,2424 +"194812",67775,44557,3,1964,2371 +"194813",67775,55256,3,1964,2379 +"194814",67775,89681,3,1964,1978 +"194815",67788,962,3,837,1000 +"194816",67788,1050,1,837,1185 +"194817",67788,1315,2,837,2760 +"194818",67788,1641,3,837,1490 +"194819",67788,2424,3,837,2582 +"194820",67788,3139,2,837,1656 +"194821",67788,3306,2,837,1989 +"194822",67788,3830,3,837,1661 +"194823",67788,3886,3,837,1669 +"194824",67788,4763,3,837,1960 +"194825",67788,5315,3,837,2631 +"194826",67788,5346,3,837,1438 +"194827",67788,5622,3,837,2175 +"194828",67788,5865,3,837,1910 +"194829",67788,6030,3,837,2953 +"194830",67788,6047,3,837,2004 +"194831",67788,7181,3,837,1421 +"194832",67788,7475,3,837,1284 +"194833",67788,7616,3,837,2296 +"194834",67788,7703,3,837,2122 +"194835",67788,7847,3,837,2424 +"194836",67788,7861,3,837,1647 +"194837",67788,8726,3,837,2083 +"194838",67788,8866,3,837,1545 +"194839",67788,9362,2,837,2879 +"194840",67788,9702,3,837,1928 +"194841",67788,9871,3,837,921 +"194842",67788,10148,3,837,2964 +"194843",67788,10358,3,837,2294 +"194844",67788,10513,3,837,2284 +"194845",67788,10779,3,837,2881 +"194846",67788,10851,3,837,2423 +"194847",67788,10857,3,837,2253 +"194848",67788,12122,3,837,1385 +"194849",67788,12778,3,837,2045 +"194850",67788,13324,3,837,2163 +"194851",67788,13479,3,837,2155 +"194852",67788,13801,3,837,2041 +"194853",67788,14032,3,837,2144 +"194854",67788,14080,2,837,1351 +"194855",67788,14959,3,837,2898 +"194856",67788,15003,3,837,2067 +"194857",67788,15207,3,837,1855 +"194858",67788,15301,3,837,2308 +"194859",67788,15402,3,837,1281 +"194860",67788,15576,3,837,2204 +"194861",67788,15632,1,837,1242 +"194862",67788,16539,3,837,1947 +"194863",67788,18639,2,837,990 +"194864",67788,19892,3,837,1212 +"194865",67788,20024,3,837,1181 +"194866",67788,20070,3,837,1914 +"194867",67788,20407,3,837,2339 +"194868",67788,20874,3,837,1580 +"194869",67788,21197,3,837,1437 +"194870",67788,21198,3,837,935 +"194871",67788,21285,3,837,2100 +"194872",67788,21401,3,837,1440 +"194873",67788,21960,3,837,1517 +"194874",67788,22165,1,837,1501 +"194875",67788,22566,3,837,2308 +"194876",67788,22722,3,837,1233 +"194877",67788,22850,3,837,878 +"194878",67788,23310,3,837,2371 +"194879",67788,23460,3,837,2183 +"194880",67788,23492,3,837,1067 +"194881",67788,23508,3,837,1907 +"194882",67788,23534,3,837,1659 +"194883",67788,23825,3,837,1913 +"194884",67788,24612,3,837,1875 +"194885",67788,25443,3,837,1441 +"194886",67788,28874,3,837,2329 +"194887",67788,28896,3,837,1395 +"194888",67788,29930,3,837,2240 +"194889",67788,30325,3,837,1067 +"194890",67788,30738,3,837,1166 +"194891",67788,31279,3,837,965 +"194892",67788,31700,3,837,2727 +"194893",67788,33949,3,837,2489 +"194894",67788,34480,3,837,2755 +"194895",67788,34648,3,837,1596 +"194896",67788,35045,3,837,1646 +"194897",67788,36031,3,837,2342 +"194898",67788,36609,3,837,2918 +"194899",67788,37937,3,837,1320 +"194900",67788,38162,3,837,1691 +"194901",67788,39294,3,837,1889 +"194902",67788,39431,2,837,1460 +"194903",67788,40369,3,837,2735 +"194904",67788,40893,3,837,1116 +"194905",67788,41278,2,837,1873 +"194906",67788,41607,3,837,2802 +"194907",67788,41955,3,837,2479 +"194908",67788,42331,3,837,1585 +"194909",67788,42474,2,837,2322 +"194910",67788,42574,3,837,2842 +"194911",67788,44636,3,837,1026 +"194912",67788,45618,3,837,2356 +"194913",67788,45650,3,837,1528 +"194914",67788,46040,3,837,2105 +"194915",67788,46283,3,837,1184 +"194916",67788,46950,3,837,2673 +"194917",67788,48602,3,837,1704 +"194918",67788,51035,3,837,2397 +"194919",67788,52327,3,837,1472 +"194920",67788,52597,3,837,1773 +"194921",67788,53134,3,837,1590 +"194922",67788,54388,3,837,1257 +"194923",67788,54551,3,837,2348 +"194924",67788,54855,3,837,1525 +"194925",67788,55076,3,837,2408 +"194926",67788,55185,1,837,922 +"194927",67788,55892,3,837,1234 +"194928",67788,57950,3,837,1529 +"194929",67788,59539,3,837,2429 +"194930",67788,59677,3,837,1174 +"194931",67788,62488,2,837,1418 +"194932",67788,63477,3,837,1907 +"194933",67788,64232,2,837,1275 +"194934",67788,67102,3,837,935 +"194935",67788,68024,3,837,1531 +"194936",67788,69498,3,837,931 +"194937",67788,69712,2,837,1219 +"194938",67788,70101,3,837,2414 +"194939",67788,76564,3,837,996 +"194940",67788,77001,3,837,1440 +"194941",67788,77010,2,837,2639 +"194942",67788,77611,3,837,1795 +"194943",67788,79653,3,837,2683 +"194944",67788,79657,3,837,1260 +"194945",67788,80825,3,837,2315 +"194946",67788,81095,3,837,1609 +"194947",67788,83526,3,837,1235 +"194948",67788,84296,3,837,1751 +"194949",67788,87837,2,837,1987 +"194950",67788,91279,3,837,966 +"194951",67788,94520,3,837,1243 +"194952",67788,96553,2,837,1887 +"194953",67788,100140,3,837,1041 +"194954",67788,101338,3,837,1319 +"194955",67788,102751,3,837,1229 +"194956",67788,105975,2,837,1939 +"194957",67805,1639,3,1338,2631 +"194958",67805,2709,3,1338,1673 +"194959",67805,3306,2,1338,1989 +"194960",67805,5622,3,1338,2175 +"194961",67805,5971,3,1338,1985 +"194962",67805,6047,3,1338,2004 +"194963",67805,6417,3,1338,1675 +"194964",67805,7196,3,1338,1508 +"194965",67805,7515,3,1338,2737 +"194966",67805,7627,2,1338,1543 +"194967",67805,10488,3,1338,1524 +"194968",67805,10857,3,1338,2253 +"194969",67805,11218,3,1338,2292 +"194970",67805,11229,3,1338,1625 +"194971",67805,13248,3,1338,1385 +"194972",67805,13801,3,1338,2041 +"194973",67805,13837,2,1338,1604 +"194974",67805,14032,3,1338,2144 +"194975",67805,14669,3,1338,2080 +"194976",67805,15003,2,1338,2067 +"194977",67805,15756,3,1338,2362 +"194978",67805,17400,3,1338,2231 +"194979",67805,17819,3,1338,2291 +"194980",67805,22331,3,1338,2687 +"194981",67805,23223,3,1338,2094 +"194982",67805,23725,2,1338,2378 +"194983",67805,25443,3,1338,1441 +"194984",67805,26706,3,1338,1846 +"194985",67805,26749,3,1338,2965 +"194986",67805,26867,3,1338,1804 +"194987",67805,32173,3,1338,2341 +"194988",67805,33949,3,1338,2489 +"194989",67805,34426,3,1338,2743 +"194990",67805,35095,3,1338,1502 +"194991",67805,38219,3,1338,1689 +"194992",67805,40028,3,1338,1349 +"194993",67805,40368,3,1338,2876 +"194994",67805,40645,3,1338,1899 +"194995",67805,44819,3,1338,2063 +"194996",67805,49189,3,1338,1550 +"194997",67805,50134,2,1338,2674 +"194998",67805,50236,3,1338,2339 +"194999",67805,51116,3,1338,1509 +"195000",67805,52203,3,1338,1961 +"195001",67805,53134,3,1338,1590 +"195002",67805,54551,3,1338,2348 +"195003",67805,54929,2,1338,2783 +"195004",67805,56082,3,1338,2395 +"195005",67805,57842,3,1338,2482 +"195006",67805,59539,3,1338,2429 +"195007",67805,59700,3,1338,2346 +"195008",67805,63409,3,1338,1937 +"195009",67805,67031,3,1338,2856 +"195010",67805,68215,3,1338,2727 +"195011",67805,70920,3,1338,2092 +"195012",67805,75403,3,1338,1895 +"195013",67805,92322,2,1338,2393 +"195014",67805,99103,3,1338,1470 +"195015",67815,4249,3,2476,2547 +"195016",67815,7942,2,2476,2623 +"195017",67815,16176,2,2476,2703 +"195018",67815,75282,3,2476,2675 +"195019",67818,9600,2,54,210 +"195020",67818,14772,3,54,2386 +"195021",67818,28090,2,54,1755 +"195022",67818,29791,3,54,1986 +"195023",67818,32849,3,54,975 +"195024",67818,36027,1,54,178 +"195025",67818,41004,1,54,2561 +"195026",67818,45727,3,54,477 +"195027",67818,46602,3,54,2786 +"195028",67818,52442,3,54,1269 +"195029",67818,68888,2,54,2786 +"195030",67818,96068,2,54,215 +"195031",67818,105077,2,54,920 +"195032",67836,6345,3,2195,2713 +"195033",67836,14861,3,2195,2269 +"195034",67836,15150,3,2195,2801 +"195035",67836,15558,3,2195,2389 +"195036",67836,20011,3,2195,2826 +"195037",67836,23728,3,2195,2601 +"195038",67836,42136,3,2195,2551 +"195039",67836,52950,2,2195,2716 +"195040",67838,1897,3,765,1727 +"195041",67838,2349,3,765,1288 +"195042",67838,2418,3,765,2020 +"195043",67838,2759,2,765,2030 +"195044",67838,2852,3,765,2448 +"195045",67838,4730,3,765,2131 +"195046",67838,5839,3,765,2301 +"195047",67838,6043,2,765,1038 +"195048",67838,6133,2,765,1229 +"195049",67838,6627,2,765,2063 +"195050",67838,7269,1,765,1728 +"195051",67838,7433,3,765,2255 +"195052",67838,7443,3,765,2028 +"195053",67838,8984,3,765,1162 +"195054",67838,9620,3,765,2339 +"195055",67838,10638,3,765,2692 +"195056",67838,10905,3,765,1552 +"195057",67838,10914,1,765,1660 +"195058",67838,11103,3,765,2393 +"195059",67838,11381,3,765,1638 +"195060",67838,11506,2,765,2824 +"195061",67838,15381,3,765,2289 +"195062",67838,16777,3,765,834 +"195063",67838,18464,3,765,2312 +"195064",67838,18571,2,765,2128 +"195065",67838,18943,2,765,2861 +"195066",67838,20007,3,765,2971 +"195067",67838,20432,2,765,1727 +"195068",67838,21180,3,765,2762 +"195069",67838,21463,1,765,2437 +"195070",67838,21741,3,765,1574 +"195071",67838,23513,3,765,900 +"195072",67838,26713,3,765,1235 +"195073",67838,27008,3,765,911 +"195074",67838,27783,3,765,2302 +"195075",67838,31164,2,765,1996 +"195076",67838,32449,2,765,2091 +"195077",67838,32988,3,765,2008 +"195078",67838,34162,3,765,2336 +"195079",67838,36136,2,765,2338 +"195080",67838,39105,2,765,2487 +"195081",67838,41023,3,765,2408 +"195082",67838,41978,3,765,2824 +"195083",67838,45730,3,765,2063 +"195084",67838,46951,2,765,2429 +"195085",67838,47583,3,765,817 +"195086",67838,49724,3,765,806 +"195087",67838,53013,3,765,2523 +"195088",67838,55775,3,765,2385 +"195089",67838,56338,3,765,1818 +"195090",67838,59005,3,765,2817 +"195091",67838,59039,3,765,2870 +"195092",67838,60979,3,765,1758 +"195093",67838,65316,3,765,1020 +"195094",67838,66911,3,765,1920 +"195095",67838,69335,3,765,2698 +"195096",67838,75955,3,765,866 +"195097",67838,76132,1,765,2426 +"195098",67838,76675,2,765,1840 +"195099",67838,77397,3,765,1302 +"195100",67838,93208,3,765,1324 +"195101",67838,94926,3,765,1611 +"195102",67838,104306,3,765,1665 +"195103",67838,111034,2,765,2131 +"195104",67838,115155,3,765,1942 +"195105",67908,13290,3,2385,2824 +"195106",67908,16286,3,2385,2470 +"195107",67908,37059,3,2385,2840 +"195108",67908,40035,3,2385,2742 +"195109",67908,42717,2,2385,2588 +"195110",67908,53739,3,2385,2704 +"195111",67942,237,3,973,1982 +"195112",67942,341,3,973,2689 +"195113",67942,841,3,973,2964 +"195114",67942,1846,3,973,1845 +"195115",67942,2229,3,973,1536 +"195116",67942,2979,3,973,2912 +"195117",67942,3456,3,973,1999 +"195118",67942,3493,3,973,2451 +"195119",67942,6821,2,973,1788 +"195120",67942,8062,3,973,2858 +"195121",67942,9484,3,973,1429 +"195122",67942,10215,3,973,2006 +"195123",67942,10336,3,973,2271 +"195124",67942,10350,2,973,1163 +"195125",67942,10373,3,973,2436 +"195126",67942,10739,3,973,1807 +"195127",67942,11588,3,973,2352 +"195128",67942,12078,3,973,2381 +"195129",67942,13842,3,973,2250 +"195130",67942,16437,3,973,1956 +"195131",67942,17257,3,973,1117 +"195132",67942,18672,3,973,1182 +"195133",67942,22723,3,973,2859 +"195134",67942,25378,3,973,1245 +"195135",67942,28116,3,973,1643 +"195136",67942,30891,2,973,1256 +"195137",67942,35589,2,973,983 +"195138",67942,41446,3,973,1103 +"195139",67942,41900,3,973,1970 +"195140",67942,43961,3,973,2443 +"195141",67942,46532,3,973,2005 +"195142",67942,50585,3,973,2414 +"195143",67942,53924,3,973,1289 +"195144",67942,58829,3,973,1256 +"195145",67942,64967,2,973,2872 +"195146",67942,68539,3,973,1158 +"195147",67942,95416,3,973,982 +"195148",67942,99288,3,973,983 +"195149",67942,119524,3,973,1930 +"195150",67942,119921,3,973,1113 +"195151",67957,92297,3,2823,2952 +"195152",67963,316,2,806,2413 +"195153",67963,1015,3,806,1174 +"195154",67963,2057,2,806,1965 +"195155",67963,2226,3,806,2225 +"195156",67963,2294,3,806,1638 +"195157",67963,2429,2,806,999 +"195158",67963,2489,3,806,1537 +"195159",67963,2798,3,806,1673 +"195160",67963,3453,3,806,2126 +"195161",67963,3493,3,806,2451 +"195162",67963,3770,2,806,2623 +"195163",67963,4526,3,806,1728 +"195164",67963,5235,3,806,2324 +"195165",67963,9227,3,806,1267 +"195166",67963,9723,3,806,2302 +"195167",67963,10333,3,806,1615 +"195168",67963,10336,3,806,2271 +"195169",67963,10766,3,806,2647 +"195170",67963,12249,3,806,1965 +"195171",67963,12778,3,806,2045 +"195172",67963,13296,3,806,839 +"195173",67963,14915,2,806,2606 +"195174",67963,16021,2,806,858 +"195175",67963,17133,3,806,924 +"195176",67963,17230,3,806,1965 +"195177",67963,17645,3,806,1918 +"195178",67963,19380,3,806,2637 +"195179",67963,23154,2,806,2345 +"195180",67963,24096,3,806,2612 +"195181",67963,26734,3,806,2299 +"195182",67963,29997,3,806,1789 +"195183",67963,32202,3,806,2314 +"195184",67963,37059,3,806,2840 +"195185",67963,40879,3,806,2019 +"195186",67963,41969,3,806,2189 +"195187",67963,44786,3,806,1096 +"195188",67963,45729,3,806,2606 +"195189",67963,46261,2,806,2350 +"195190",67963,46726,3,806,943 +"195191",67963,52699,3,806,1372 +"195192",67963,58829,3,806,1256 +"195193",67963,59039,3,806,2870 +"195194",67963,59670,2,806,1173 +"195195",67963,62668,3,806,958 +"195196",67963,62746,3,806,2119 +"195197",67963,69131,3,806,2122 +"195198",67963,70070,3,806,2425 +"195199",67963,73172,3,806,2496 +"195200",67963,73192,3,806,1955 +"195201",67963,73582,3,806,2075 +"195202",67963,79420,3,806,1061 +"195203",67963,82023,3,806,992 +"195204",67963,94625,3,806,2105 +"195205",67963,104828,3,806,1609 +"195206",68013,288,3,743,947 +"195207",68013,543,3,743,2203 +"195208",68013,1090,3,743,2370 +"195209",68013,1616,3,743,2662 +"195210",68013,2181,3,743,2030 +"195211",68013,2484,3,743,2389 +"195212",68013,3088,2,743,1670 +"195213",68013,3161,3,743,2229 +"195214",68013,5462,3,743,2374 +"195215",68013,5504,3,743,2389 +"195216",68013,7942,3,743,2623 +"195217",68013,8513,3,743,875 +"195218",68013,12713,2,743,2440 +"195219",68013,13945,3,743,1324 +"195220",68013,17410,3,743,2073 +"195221",68013,19963,3,743,810 +"195222",68013,20700,3,743,2861 +"195223",68013,22749,3,743,1727 +"195224",68013,23806,3,743,1671 +"195225",68013,28216,3,743,1910 +"195226",68013,35256,3,743,2271 +"195227",68013,42814,3,743,1149 +"195228",68013,44427,3,743,2875 +"195229",68013,53851,3,743,2305 +"195230",68013,60689,3,743,859 +"195231",68013,70647,3,743,2795 +"195232",68013,77466,3,743,1585 +"195233",68013,94125,3,743,2280 +"195234",68013,99273,3,743,825 +"195235",68013,109415,3,743,1328 +"195236",68024,8275,3,1531,2237 +"195237",68024,12692,3,1531,1855 +"195238",68024,12778,3,1531,2045 +"195239",68024,15207,3,1531,1855 +"195240",68024,19593,3,1531,2013 +"195241",68024,22415,3,1531,2841 +"195242",68024,23006,3,1531,1532 +"195243",68024,27104,3,1531,1608 +"195244",68024,36441,2,1531,2796 +"195245",68024,42799,3,1531,2729 +"195246",68024,45903,3,1531,2237 +"195247",68024,46635,3,1531,2528 +"195248",68024,56903,2,1531,1584 +"195249",68024,76356,3,1531,2323 +"195250",68024,82949,3,1531,2077 +"195251",68024,86785,3,1531,1607 +"195252",68043,288,3,690,947 +"195253",68043,380,2,690,2261 +"195254",68043,1102,3,690,2282 +"195255",68043,2224,3,690,2751 +"195256",68043,2269,3,690,984 +"195257",68043,2407,3,690,1725 +"195258",68043,2563,2,690,1686 +"195259",68043,2572,3,690,2273 +"195260",68043,3068,3,690,1815 +"195261",68043,3306,3,690,1989 +"195262",68043,3748,3,690,2052 +"195263",68043,3801,2,690,1974 +"195264",68043,3849,3,690,1356 +"195265",68043,4690,3,690,1938 +"195266",68043,5120,2,690,2735 +"195267",68043,5235,3,690,2324 +"195268",68043,5315,3,690,2631 +"195269",68043,5346,3,690,1438 +"195270",68043,6074,3,690,2426 +"195271",68043,6363,3,690,2066 +"195272",68043,7475,3,690,1284 +"195273",68043,7502,3,690,1519 +"195274",68043,7582,3,690,1099 +"195275",68043,8772,3,690,847 +"195276",68043,8984,3,690,1162 +"195277",68043,9202,2,690,2477 +"195278",68043,9364,3,690,1698 +"195279",68043,9805,3,690,1621 +"195280",68043,10513,1,690,2284 +"195281",68043,11540,3,690,1237 +"195282",68043,11576,3,690,808 +"195283",68043,12602,3,690,1956 +"195284",68043,12724,3,690,1930 +"195285",68043,14834,3,690,2739 +"195286",68043,15207,3,690,1855 +"195287",68043,15632,3,690,1242 +"195288",68043,16866,3,690,2718 +"195289",68043,16877,3,690,2509 +"195290",68043,16940,3,690,1290 +"195291",68043,18211,2,690,1745 +"195292",68043,18865,3,690,2676 +"195293",68043,19096,3,690,1538 +"195294",68043,19668,3,690,696 +"195295",68043,19719,3,690,2177 +"195296",68043,20124,3,690,2376 +"195297",68043,20624,2,690,1298 +"195298",68043,20687,3,690,1248 +"195299",68043,21138,3,690,2849 +"195300",68043,21198,3,690,935 +"195301",68043,22374,3,690,1226 +"195302",68043,22586,3,690,1341 +"195303",68043,23450,3,690,967 +"195304",68043,26749,3,690,2965 +"195305",68043,28057,1,690,1067 +"195306",68043,30334,3,690,2075 +"195307",68043,33430,3,690,2225 +"195308",68043,33621,3,690,1319 +"195309",68043,34836,3,690,2302 +"195310",68043,35752,3,690,1158 +"195311",68043,37636,3,690,2178 +"195312",68043,38780,3,690,2705 +"195313",68043,39535,3,690,2428 +"195314",68043,40022,3,690,2307 +"195315",68043,40392,3,690,1878 +"195316",68043,40893,3,690,1116 +"195317",68043,41023,3,690,2408 +"195318",68043,41955,3,690,2479 +"195319",68043,44819,3,690,2063 +"195320",68043,46091,3,690,1938 +"195321",68043,46950,3,690,2673 +"195322",68043,47248,3,690,2883 +"195323",68043,47772,3,690,2293 +"195324",68043,49512,3,690,1302 +"195325",68043,51017,2,690,2073 +"195326",68043,51035,3,690,2397 +"195327",68043,51783,3,690,2599 +"195328",68043,52576,3,690,2234 +"195329",68043,55320,3,690,1643 +"195330",68043,58508,3,690,2326 +"195331",68043,58854,2,690,1131 +"195332",68043,63395,3,690,2334 +"195333",68043,63547,3,690,1023 +"195334",68043,66622,3,690,799 +"195335",68043,66983,3,690,2397 +"195336",68043,69712,2,690,1219 +"195337",68043,71342,2,690,1289 +"195338",68043,72468,3,690,2292 +"195339",68043,72956,3,690,1251 +"195340",68043,76284,3,690,1237 +"195341",68043,79350,3,690,2261 +"195342",68043,80825,2,690,2315 +"195343",68043,84907,3,690,1259 +"195344",68043,87692,3,690,775 +"195345",68043,90802,3,690,877 +"195346",68043,92491,3,690,1968 +"195347",68043,94520,2,690,1243 +"195348",68043,98080,3,690,1265 +"195349",68043,101395,3,690,891 +"195350",68043,104565,2,690,2693 +"195351",68043,106725,3,690,710 +"195352",68046,728,3,294,1812 +"195353",68046,1026,1,294,493 +"195354",68046,4066,3,294,1736 +"195355",68046,6697,3,294,2438 +"195356",68046,7014,3,294,2401 +"195357",68046,8726,3,294,2083 +"195358",68046,10739,3,294,1807 +"195359",68046,12586,3,294,613 +"195360",68046,15180,3,294,610 +"195361",68046,15683,2,294,1729 +"195362",68046,16351,2,294,893 +"195363",68046,18965,3,294,2315 +"195364",68046,20200,3,294,2322 +"195365",68046,31303,2,294,1040 +"195366",68046,34472,3,294,837 +"195367",68046,37279,1,294,2768 +"195368",68046,53924,3,294,1289 +"195369",68046,55325,3,294,653 +"195370",68046,65223,3,294,2724 +"195371",68046,71412,2,294,1974 +"195372",68046,83336,2,294,1397 +"195373",68046,90943,3,294,1754 +"195374",68046,93930,3,294,1268 +"195375",68046,95708,3,294,433 +"195376",68046,96300,3,294,2594 +"195377",68055,2798,2,1236,1673 +"195378",68055,18543,3,1236,2968 +"195379",68055,19380,3,1236,2637 +"195380",68055,25325,3,1236,2963 +"195381",68055,29917,3,1236,1962 +"195382",68055,51360,3,1236,1882 +"195383",68055,69591,3,1236,2294 +"195384",68055,71274,3,1236,2390 +"195385",68055,80606,3,1236,2079 +"195386",68055,84426,3,1236,1301 +"195387",68055,94625,3,1236,2105 +"195388",68083,6030,3,2795,2953 +"195389",68083,14959,3,2795,2898 +"195390",68098,2036,3,2378,2483 +"195391",68098,5504,3,2378,2389 +"195392",68098,19862,3,2378,2412 +"195393",68098,27478,2,2378,2485 +"195394",68098,31799,3,2378,2547 +"195395",68098,49696,3,2378,2444 +"195396",68098,57977,3,2378,2683 +"195397",68098,93615,3,2378,2386 +"195398",68155,40756,3,1577,2329 +"195399",68155,41250,3,1577,1703 +"195400",68155,58238,3,1577,1944 +"195401",68209,19332,3,124,1214 +"195402",68209,54552,3,124,481 +"195403",68209,106419,2,124,1411 +"195404",68215,3305,2,2727,2839 +"195405",68215,4932,3,2727,2752 +"195406",68215,10148,3,2727,2964 +"195407",68215,16195,3,2727,2964 +"195408",68215,18361,3,2727,2968 +"195409",68215,34426,3,2727,2743 +"195410",68215,43455,3,2727,2846 +"195411",68215,46602,3,2727,2786 +"195412",68215,54929,3,2727,2783 +"195413",68215,55691,3,2727,2856 +"195414",68215,99215,3,2727,2791 +"195415",68215,117956,3,2727,2774 +"195416",68229,19934,3,2219,2888 +"195417",68262,1708,3,441,1591 +"195418",68262,2443,3,441,2333 +"195419",68262,2647,3,441,2450 +"195420",68262,2927,3,441,1789 +"195421",68262,6295,2,441,856 +"195422",68262,7604,2,441,1366 +"195423",68262,9269,2,441,1892 +"195424",68262,9895,1,441,1960 +"195425",68262,9910,2,441,2526 +"195426",68262,9948,2,441,2019 +"195427",68262,12632,3,441,1174 +"195428",68262,12914,2,441,1557 +"195429",68262,14212,3,441,857 +"195430",68262,15281,3,441,810 +"195431",68262,15926,2,441,545 +"195432",68262,16347,3,441,1868 +"195433",68262,20695,2,441,2526 +"195434",68262,21044,2,441,1574 +"195435",68262,25345,2,441,713 +"195436",68262,26740,3,441,2695 +"195437",68262,32966,3,441,1583 +"195438",68262,34331,3,441,1727 +"195439",68262,38697,3,441,2701 +"195440",68262,39009,3,441,1594 +"195441",68262,42382,3,441,2224 +"195442",68262,43768,3,441,1468 +"195443",68262,44744,3,441,2032 +"195444",68262,46568,3,441,822 +"195445",68262,46616,3,441,1917 +"195446",68262,47607,3,441,2724 +"195447",68262,49708,2,441,1147 +"195448",68262,53020,3,441,2747 +"195449",68262,53584,2,441,2391 +"195450",68262,56364,3,441,1626 +"195451",68262,63329,3,441,639 +"195452",68262,76796,3,441,1140 +"195453",68262,79874,3,441,1570 +"195454",68262,80801,2,441,1250 +"195455",68262,84591,1,441,1685 +"195456",68262,85926,3,441,907 +"195457",68262,87915,2,441,1152 +"195458",68262,92630,3,441,1583 +"195459",68262,101381,2,441,977 +"195460",68262,101666,2,441,1257 +"195461",68275,1520,3,1158,1716 +"195462",68275,2057,3,1158,1965 +"195463",68275,2747,3,1158,2411 +"195464",68275,4066,3,1158,1736 +"195465",68275,9481,2,1158,1610 +"195466",68275,9503,3,1158,2453 +"195467",68275,9787,3,1158,2858 +"195468",68275,10336,3,1158,2271 +"195469",68275,10453,3,1158,1656 +"195470",68275,14287,3,1158,1583 +"195471",68275,16501,3,1158,1650 +"195472",68275,19751,3,1158,1630 +"195473",68275,20220,3,1158,1656 +"195474",68275,23131,3,1158,1732 +"195475",68275,26959,3,1158,1961 +"195476",68275,27914,3,1158,2507 +"195477",68275,29286,3,1158,1612 +"195478",68275,30368,3,1158,2487 +"195479",68275,30525,3,1158,1964 +"195480",68275,31542,3,1158,2459 +"195481",68275,32311,3,1158,2396 +"195482",68275,34831,3,1158,1866 +"195483",68275,36912,3,1158,2469 +"195484",68275,37036,3,1158,2264 +"195485",68275,46532,3,1158,2005 +"195486",68275,51879,3,1158,1771 +"195487",68275,56569,3,1158,1993 +"195488",68275,60879,3,1158,2792 +"195489",68275,61125,3,1158,1673 +"195490",68275,63077,2,1158,2778 +"195491",68275,76143,3,1158,1610 +"195492",68275,81164,2,1158,2260 +"195493",68275,82819,3,1158,1900 +"195494",68275,82932,3,1158,2245 +"195495",68275,104828,3,1158,1609 +"195496",68286,6062,3,2442,2681 +"195497",68286,14470,3,2442,2632 +"195498",68299,2028,3,866,1978 +"195499",68299,2972,3,866,1708 +"195500",68299,9311,3,866,2477 +"195501",68299,11662,3,866,1139 +"195502",68299,14983,3,866,1047 +"195503",68299,15453,3,866,1688 +"195504",68299,15636,2,866,2857 +"195505",68299,15930,3,866,2541 +"195506",68299,16053,3,866,908 +"195507",68299,16111,3,866,1714 +"195508",68299,16120,3,866,1237 +"195509",68299,19637,2,866,1229 +"195510",68299,20067,3,866,2390 +"195511",68299,21138,3,866,2849 +"195512",68299,22033,3,866,1356 +"195513",68299,22966,3,866,2112 +"195514",68299,23787,2,866,2810 +"195515",68299,23869,3,866,1918 +"195516",68299,25399,3,866,2784 +"195517",68299,26249,3,866,2301 +"195518",68299,28131,3,866,1492 +"195519",68299,29095,3,866,2531 +"195520",68299,30150,3,866,1704 +"195521",68299,30883,3,866,1629 +"195522",68299,31099,3,866,1356 +"195523",68299,31700,2,866,2727 +"195524",68299,33356,3,866,1586 +"195525",68299,35428,3,866,2263 +"195526",68299,35529,2,866,1620 +"195527",68299,37238,3,866,2609 +"195528",68299,37937,3,866,1320 +"195529",68299,45136,3,866,877 +"195530",68299,46803,3,866,2305 +"195531",68299,47715,3,866,2111 +"195532",68299,50269,2,866,1966 +"195533",68299,50382,3,866,2244 +"195534",68299,60718,3,866,1229 +"195535",68299,62089,2,866,929 +"195536",68299,70203,3,866,2756 +"195537",68299,70996,3,866,1037 +"195538",68299,76721,3,866,1174 +"195539",68299,79612,3,866,927 +"195540",68299,89072,3,866,1099 +"195541",68299,100140,3,866,1041 +"195542",68314,2936,3,2180,2512 +"195543",68314,4681,3,2180,2356 +"195544",68314,9723,3,2180,2302 +"195545",68314,19215,3,2180,2604 +"195546",68314,19364,3,2180,2846 +"195547",68314,22580,3,2180,2245 +"195548",68314,22709,2,2180,2743 +"195549",68314,34921,3,2180,2181 +"195550",68314,63837,2,2180,2807 +"195551",68317,8259,3,874,1677 +"195552",68317,10343,2,874,1072 +"195553",68317,11154,2,874,1594 +"195554",68317,12007,3,874,1594 +"195555",68317,12684,3,874,2182 +"195556",68317,14655,3,874,2559 +"195557",68317,15343,3,874,2125 +"195558",68317,15560,3,874,2257 +"195559",68317,17021,3,874,1226 +"195560",68317,17328,3,874,1206 +"195561",68317,20049,3,874,877 +"195562",68317,21872,3,874,2458 +"195563",68317,25730,3,874,1206 +"195564",68317,36031,2,874,2342 +"195565",68317,38140,3,874,1866 +"195566",68317,45664,3,874,2235 +"195567",68317,71982,3,874,2812 +"195568",68317,76672,3,874,1930 +"195569",68317,77057,3,874,1866 +"195570",68317,77095,3,874,1622 +"195571",68317,85638,3,874,2275 +"195572",68317,89681,2,874,1978 +"195573",68328,3669,3,683,2524 +"195574",68328,11665,3,683,1643 +"195575",68328,15916,3,683,1236 +"195576",68328,26513,3,683,2205 +"195577",68328,43250,3,683,1300 +"195578",68328,47557,1,683,999 +"195579",68328,49147,3,683,2539 +"195580",68328,51448,3,683,1593 +"195581",68328,55405,3,683,2788 +"195582",68328,83860,3,683,1522 +"195583",68345,798,3,1095,2476 +"195584",68345,2057,3,1095,1965 +"195585",68345,3564,2,1095,2717 +"195586",68345,4430,3,1095,2019 +"195587",68345,5599,2,1095,1684 +"195588",68345,6724,3,1095,2151 +"195589",68345,6942,3,1095,1232 +"195590",68345,10210,2,1095,1905 +"195591",68345,12067,3,1095,1213 +"195592",68345,14449,3,1095,1258 +"195593",68345,19433,3,1095,2504 +"195594",68345,20124,3,1095,2376 +"195595",68345,23825,3,1095,1913 +"195596",68345,26336,3,1095,1904 +"195597",68345,26642,3,1095,2952 +"195598",68345,27882,3,1095,1897 +"195599",68345,32606,3,1095,2100 +"195600",68345,35004,1,1095,1509 +"195601",68345,35715,1,1095,2912 +"195602",68345,35797,3,1095,2482 +"195603",68345,36514,3,1095,1192 +"195604",68345,40819,2,1095,1556 +"195605",68345,41134,3,1095,2952 +"195606",68345,44074,3,1095,1299 +"195607",68345,47375,3,1095,2043 +"195608",68345,47968,3,1095,2829 +"195609",68345,48238,2,1095,1194 +"195610",68345,58875,3,1095,1899 +"195611",68345,61240,3,1095,2651 +"195612",68345,65856,1,1095,2504 +"195613",68345,72348,2,1095,1810 +"195614",68345,74474,2,1095,2338 +"195615",68345,76971,3,1095,2145 +"195616",68345,80606,1,1095,2079 +"195617",68382,3765,3,1047,2775 +"195618",68382,6162,3,1047,1673 +"195619",68382,10382,3,1047,2111 +"195620",68382,17721,2,1047,1410 +"195621",68382,17938,3,1047,1410 +"195622",68382,18752,3,1047,2607 +"195623",68382,19453,3,1047,1928 +"195624",68382,23745,3,1047,1968 +"195625",68382,26421,3,1047,2634 +"195626",68382,26595,3,1047,1566 +"195627",68382,36578,3,1047,1484 +"195628",68382,39556,3,1047,2747 +"195629",68382,53779,3,1047,2000 +"195630",68382,54879,3,1047,2210 +"195631",68382,57732,3,1047,2454 +"195632",68382,64502,2,1047,1670 +"195633",68382,64699,2,1047,2797 +"195634",68382,67145,1,1047,2015 +"195635",68382,79382,2,1047,1908 +"195636",68398,43360,3,978,979 +"195637",68398,49415,3,978,2654 +"195638",68398,76931,3,978,1338 +"195639",68416,33755,3,2939,2963 +"195640",68416,50635,3,2939,2962 +"195641",68419,2370,3,654,1600 +"195642",68419,7932,3,654,789 +"195643",68419,16866,3,654,2718 +"195644",68419,40510,3,654,943 +"195645",68419,45449,2,654,1610 +"195646",68419,45450,2,654,1590 +"195647",68419,48254,2,654,1013 +"195648",68419,48781,2,654,954 +"195649",68419,48931,3,654,2444 +"195650",68419,79639,3,654,1013 +"195651",68419,80186,3,654,2228 +"195652",68419,90852,3,654,764 +"195653",68419,100084,3,654,1964 +"195654",68452,66693,3,1606,2554 +"195655",68452,94625,3,1606,2105 +"195656",68460,388,3,599,1594 +"195657",68460,1150,3,599,1595 +"195658",68460,1556,2,599,643 +"195659",68460,1560,3,599,2013 +"195660",68460,2370,3,599,1600 +"195661",68460,2603,3,599,2906 +"195662",68460,3477,3,599,2546 +"195663",68460,6063,3,599,2349 +"195664",68460,6562,2,599,1139 +"195665",68460,9912,2,599,1356 +"195666",68460,10279,2,599,886 +"195667",68460,11135,2,599,2441 +"195668",68460,11429,2,599,2520 +"195669",68460,12031,3,599,1957 +"195670",68460,12735,3,599,819 +"195671",68460,12779,3,599,936 +"195672",68460,13024,2,599,2468 +"195673",68460,13150,3,599,1570 +"195674",68460,14761,3,599,2502 +"195675",68460,15502,3,599,2637 +"195676",68460,17159,3,599,883 +"195677",68460,17999,3,599,2758 +"195678",68460,18217,3,599,1566 +"195679",68460,19687,3,599,2072 +"195680",68460,20413,3,599,806 +"195681",68460,21976,3,599,1808 +"195682",68460,22462,3,599,869 +"195683",68460,22905,3,599,2599 +"195684",68460,23302,3,599,2677 +"195685",68460,23639,3,599,2065 +"195686",68460,23731,3,599,1656 +"195687",68460,24116,2,599,1413 +"195688",68460,24441,3,599,2256 +"195689",68460,25270,3,599,985 +"195690",68460,25886,2,599,1580 +"195691",68460,26567,3,599,1158 +"195692",68460,29276,3,599,2000 +"195693",68460,32939,3,599,2277 +"195694",68460,33223,3,599,2397 +"195695",68460,34953,3,599,1817 +"195696",68460,36506,3,599,2638 +"195697",68460,36662,3,599,2967 +"195698",68460,37342,3,599,2649 +"195699",68460,40392,3,599,1878 +"195700",68460,40542,3,599,1664 +"195701",68460,41051,3,599,2767 +"195702",68460,43929,3,599,2749 +"195703",68460,45487,2,599,2256 +"195704",68460,47063,3,599,739 +"195705",68460,47827,2,599,1957 +"195706",68460,48764,3,599,860 +"195707",68460,51448,3,599,1593 +"195708",68460,56212,3,599,1410 +"195709",68460,78460,3,599,985 +"195710",68460,80061,1,599,1223 +"195711",68460,89955,2,599,1452 +"195712",68460,93317,2,599,1223 +"195713",68460,93670,3,599,1682 +"195714",68460,94339,3,599,2768 +"195715",68460,95211,3,599,2462 +"195716",68460,95661,3,599,872 +"195717",68460,99955,3,599,1223 +"195718",68460,103989,3,599,1207 +"195719",68460,104542,3,599,897 +"195720",68460,115194,3,599,604 +"195721",68461,1364,1,32,859 +"195722",68461,3144,2,32,869 +"195723",68461,3628,3,32,2707 +"195724",68461,5839,2,32,2301 +"195725",68461,6914,3,32,2668 +"195726",68461,11351,3,32,2971 +"195727",68461,15089,2,32,469 +"195728",68461,15962,3,32,660 +"195729",68461,17750,3,32,672 +"195730",68461,19718,2,32,1702 +"195731",68461,21133,3,32,1320 +"195732",68461,23729,3,32,1624 +"195733",68461,25816,3,32,2088 +"195734",68461,26342,3,32,527 +"195735",68461,29449,3,32,2916 +"195736",68461,32503,3,32,2020 +"195737",68461,39081,3,32,1597 +"195738",68461,40931,2,32,2301 +"195739",68461,43173,3,32,2895 +"195740",68461,73675,3,32,887 +"195741",68461,81221,3,32,2285 +"195742",68461,121291,3,32,1955 +"195743",68523,701,2,1664,2718 +"195744",68523,6363,2,1664,2066 +"195745",68523,21929,3,1664,2062 +"195746",68523,25985,3,1664,2071 +"195747",68523,27173,3,1664,2050 +"195748",68523,32965,3,1664,2071 +"195749",68523,34464,2,1664,1741 +"195750",68523,37285,3,1664,2428 +"195751",68523,39535,2,1664,2428 +"195752",68523,41033,3,1664,1839 +"195753",68523,47098,3,1664,2057 +"195754",68523,50785,3,1664,2877 +"195755",68523,51041,3,1664,2606 +"195756",68523,99860,3,1664,2071 +"195757",68539,798,3,1158,2476 +"195758",68539,1314,3,1158,1522 +"195759",68539,1846,2,1158,1845 +"195760",68539,2852,3,1158,2448 +"195761",68539,2936,3,1158,2512 +"195762",68539,3493,2,1158,2451 +"195763",68539,4526,3,1158,1728 +"195764",68539,4612,1,1158,2804 +"195765",68539,4730,3,1158,2131 +"195766",68539,5683,3,1158,2468 +"195767",68539,7896,3,1158,2447 +"195768",68539,9481,3,1158,1610 +"195769",68539,9503,3,1158,2453 +"195770",68539,9787,3,1158,2858 +"195771",68539,10350,3,1158,1163 +"195772",68539,10453,2,1158,1656 +"195773",68539,11239,3,1158,2181 +"195774",68539,12078,3,1158,2381 +"195775",68539,12361,3,1158,2732 +"195776",68539,14449,3,1158,1258 +"195777",68539,14749,3,1158,1998 +"195778",68539,16365,3,1158,2217 +"195779",68539,16501,3,1158,1650 +"195780",68539,19610,3,1158,1236 +"195781",68539,19655,3,1158,2706 +"195782",68539,20220,3,1158,1656 +"195783",68539,20941,3,1158,2725 +"195784",68539,22364,3,1158,1809 +"195785",68539,23154,3,1158,2345 +"195786",68539,23471,3,1158,2488 +"195787",68539,25163,3,1158,1751 +"195788",68539,27742,2,1158,2700 +"195789",68539,27897,3,1158,1968 +"195790",68539,27914,3,1158,2507 +"195791",68539,29267,3,1158,1234 +"195792",68539,29286,2,1158,1612 +"195793",68539,29319,3,1158,2314 +"195794",68539,30525,3,1158,1964 +"195795",68539,31335,3,1158,2351 +"195796",68539,32560,3,1158,1258 +"195797",68539,34216,3,1158,2832 +"195798",68539,35477,2,1158,2703 +"195799",68539,36912,3,1158,2469 +"195800",68539,39256,3,1158,2449 +"195801",68539,40035,3,1158,2742 +"195802",68539,40138,2,1158,2719 +"195803",68539,46384,3,1158,2285 +"195804",68539,46486,3,1158,1868 +"195805",68539,46532,3,1158,2005 +"195806",68539,50229,3,1158,1190 +"195807",68539,50335,3,1158,1893 +"195808",68539,50354,3,1158,1299 +"195809",68539,51144,3,1158,2466 +"195810",68539,52136,3,1158,1412 +"195811",68539,52215,3,1158,1908 +"195812",68539,53739,3,1158,2704 +"195813",68539,54663,3,1158,1424 +"195814",68539,55208,3,1158,1219 +"195815",68539,58655,3,1158,2685 +"195816",68539,63644,3,1158,1267 +"195817",68539,67252,3,1158,1215 +"195818",68539,72597,3,1158,1843 +"195819",68539,72632,3,1158,1289 +"195820",68539,73582,3,1158,2075 +"195821",68539,81162,3,1158,1240 +"195822",68539,85198,3,1158,1794 +"195823",68539,91849,3,1158,1166 +"195824",68539,101435,3,1158,1236 +"195825",68539,115021,3,1158,1226 +"195826",68550,6241,2,1820,2264 +"195827",68550,10859,3,1820,2231 +"195828",68550,17906,3,1820,1940 +"195829",68550,17983,2,1820,1931 +"195830",68550,35069,3,1820,2069 +"195831",68550,39278,2,1820,1952 +"195832",68550,47362,3,1820,2253 +"195833",68586,6989,3,2322,2623 +"195834",68586,11136,3,2322,2573 +"195835",68586,14754,3,2322,2456 +"195836",68586,25741,3,2322,2853 +"195837",68586,26642,3,2322,2952 +"195838",68586,31089,3,2322,2952 +"195839",68586,35797,3,2322,2482 +"195840",68586,36953,3,2322,2790 +"195841",68586,41134,2,2322,2952 +"195842",68586,41694,3,2322,2358 +"195843",68586,47968,3,2322,2829 +"195844",68586,52471,3,2322,2483 +"195845",68586,71712,3,2322,2399 +"195846",68592,2334,3,2551,2619 +"195847",68592,10638,3,2551,2692 +"195848",68592,11506,3,2551,2824 +"195849",68592,18943,3,2551,2861 +"195850",68592,31131,3,2551,2810 +"195851",68592,38755,3,2551,2902 +"195852",68592,59039,3,2551,2870 +"195853",68592,69335,3,2551,2698 +"195854",68652,1822,3,2878,2888 +"195855",68652,44654,3,2878,2916 +"195856",68670,283,3,565,2082 +"195857",68670,378,3,565,2766 +"195858",68670,3100,2,565,2524 +"195859",68670,3786,2,565,2282 +"195860",68670,6071,2,565,2310 +"195861",68670,6562,3,565,1139 +"195862",68670,9912,3,565,1356 +"195863",68670,11135,2,565,2441 +"195864",68670,15502,3,565,2637 +"195865",68670,15916,3,565,1236 +"195866",68670,19621,3,565,725 +"195867",68670,19687,2,565,2072 +"195868",68670,20413,2,565,806 +"195869",68670,20517,3,565,1465 +"195870",68670,21976,3,565,1808 +"195871",68670,23639,2,565,2065 +"195872",68670,23731,2,565,1656 +"195873",68670,24116,2,565,1413 +"195874",68670,25270,2,565,985 +"195875",68670,25286,2,565,1545 +"195876",68670,25451,3,565,698 +"195877",68670,25886,3,565,1580 +"195878",68670,26567,1,565,1158 +"195879",68670,28567,3,565,2398 +"195880",68670,32312,3,565,1472 +"195881",68670,33363,3,565,2475 +"195882",68670,34055,2,565,1881 +"195883",68670,34559,3,565,1105 +"195884",68670,40893,3,565,1116 +"195885",68670,42195,2,565,573 +"195886",68670,44723,2,565,1224 +"195887",68670,45487,3,565,2256 +"195888",68670,45903,3,565,2237 +"195889",68670,47130,3,565,2654 +"195890",68670,47330,3,565,2422 +"195891",68670,48764,3,565,860 +"195892",68670,51448,3,565,1593 +"195893",68670,52686,3,565,916 +"195894",68670,56212,2,565,1410 +"195895",68670,56673,3,565,2419 +"195896",68670,56903,3,565,1584 +"195897",68670,57383,3,565,1302 +"195898",68670,59788,3,565,2315 +"195899",68670,62498,3,565,1698 +"195900",68670,65223,3,565,2724 +"195901",68670,67763,3,565,822 +"195902",68670,78460,2,565,985 +"195903",68670,79236,3,565,1505 +"195904",68670,79404,2,565,1079 +"195905",68670,80728,3,565,599 +"195906",68670,80896,3,565,943 +"195907",68670,81134,1,565,1384 +"195908",68670,81853,3,565,1207 +"195909",68670,83133,3,565,1055 +"195910",68670,85264,3,565,1236 +"195911",68670,85356,3,565,1492 +"195912",68670,92381,1,565,1237 +"195913",68670,92947,3,565,1289 +"195914",68670,93317,3,565,1223 +"195915",68670,93670,3,565,1682 +"195916",68670,94399,3,565,963 +"195917",68670,95661,2,565,872 +"195918",68670,98003,2,565,573 +"195919",68670,99194,3,565,1271 +"195920",68670,104542,3,565,897 +"195921",68670,106554,2,565,1270 +"195922",68670,115194,2,565,604 +"195923",68670,116792,3,565,2397 +"195924",68691,21,3,1209,1385 +"195925",68691,237,3,1209,1982 +"195926",68691,862,2,1209,2254 +"195927",68691,1046,3,1209,1881 +"195928",68691,1314,3,1209,1522 +"195929",68691,1519,3,1209,2349 +"195930",68691,2057,3,1209,1965 +"195931",68691,4001,3,1209,1687 +"195932",68691,5346,3,1209,1438 +"195933",68691,8865,3,1209,2394 +"195934",68691,9115,1,1209,2068 +"195935",68691,9227,3,1209,1267 +"195936",68691,10336,3,1209,2271 +"195937",68691,10457,2,1209,1711 +"195938",68691,11585,3,1209,1817 +"195939",68691,12361,3,1209,2732 +"195940",68691,13051,3,1209,2692 +"195941",68691,14061,3,1209,1620 +"195942",68691,14586,3,1209,2801 +"195943",68691,15683,3,1209,1729 +"195944",68691,20941,3,1209,2725 +"195945",68691,21528,3,1209,1807 +"195946",68691,29289,3,1209,1756 +"195947",68691,29977,3,1209,2781 +"195948",68691,29997,2,1209,1789 +"195949",68691,30262,3,1209,1715 +"195950",68691,37475,1,1209,1509 +"195951",68691,38691,3,1209,2585 +"195952",68691,41023,3,1209,2408 +"195953",68691,44074,3,1209,1299 +"195954",68691,46532,3,1209,2005 +"195955",68691,48015,3,1209,1355 +"195956",68691,59683,2,1209,2068 +"195957",68691,63837,1,1209,2807 +"195958",68691,68314,3,1209,2180 +"195959",68691,68876,1,1209,1397 +"195960",68691,69232,2,1209,2130 +"195961",68691,83301,3,1209,1385 +"195962",68691,90943,3,1209,1754 +"195963",68691,92850,3,1209,1971 +"195964",68691,97990,3,1209,1223 +"195965",68696,602,3,1776,2632 +"195966",68696,22311,3,1776,2034 +"195967",68700,2863,3,639,1657 +"195968",68700,3171,2,639,700 +"195969",68700,5346,3,639,1438 +"195970",68700,13724,3,639,1573 +"195971",68700,15207,3,639,1855 +"195972",68700,15453,3,639,1688 +"195973",68700,21249,2,639,1635 +"195974",68700,35186,2,639,1520 +"195975",68700,42196,3,639,2765 +"195976",68700,42642,3,639,2257 +"195977",68700,44193,2,639,989 +"195978",68700,53968,3,639,2703 +"195979",68700,58812,3,639,1170 +"195980",68700,60516,3,639,2257 +"195981",68700,77811,3,639,1871 +"195982",68700,81269,3,639,1570 +"195983",68700,84268,2,639,1217 +"195984",68700,86152,3,639,1944 +"195985",68700,94520,3,639,1243 +"195986",68700,96563,1,639,961 +"195987",68730,12966,3,508,2011 +"195988",68730,13595,3,508,1164 +"195989",68730,14212,3,508,857 +"195990",68730,16963,3,508,1999 +"195991",68730,36478,3,508,2808 +"195992",68730,41489,3,508,2006 +"195993",68730,45297,3,508,1864 +"195994",68730,51505,2,508,1572 +"195995",68730,52386,2,508,1830 +"195996",68730,66368,1,508,2413 +"195997",68730,67289,3,508,829 +"195998",68730,82217,3,508,2441 +"195999",68730,96332,3,508,1197 +"196000",68730,105435,3,508,684 +"196001",68730,122938,3,508,1023 +"196002",68776,822,2,689,1475 +"196003",68776,11135,3,689,2441 +"196004",68776,12031,3,689,1957 +"196005",68776,15502,3,689,2637 +"196006",68776,19057,2,689,2664 +"196007",68776,22249,2,689,1892 +"196008",68776,32060,2,689,1199 +"196009",68776,32235,1,689,2109 +"196010",68776,32312,1,689,1472 +"196011",68776,34055,2,689,1881 +"196012",68776,35688,2,689,1551 +"196013",68776,48764,3,689,860 +"196014",68776,51448,3,689,1593 +"196015",68776,52686,3,689,916 +"196016",68776,55436,3,689,2513 +"196017",68776,66014,2,689,880 +"196018",68776,79404,3,689,1079 +"196019",68776,81134,3,689,1384 +"196020",68789,798,3,1929,2476 +"196021",68789,841,3,1929,2964 +"196022",68789,1691,3,1929,1941 +"196023",68789,2852,2,1929,2448 +"196024",68789,5897,3,1929,2337 +"196025",68789,7014,3,1929,2401 +"196026",68789,8610,3,1929,2240 +"196027",68789,8726,2,1929,2083 +"196028",68789,8860,3,1929,2141 +"196029",68789,10222,3,1929,2212 +"196030",68789,14754,3,1929,2456 +"196031",68789,20011,3,1929,2826 +"196032",68789,26734,2,1929,2299 +"196033",68789,32549,2,1929,2111 +"196034",68789,32606,3,1929,2100 +"196035",68789,32818,3,1929,2485 +"196036",68789,35477,3,1929,2703 +"196037",68789,37929,3,1929,2393 +"196038",68789,39534,3,1929,2410 +"196039",68789,41023,3,1929,2408 +"196040",68789,43593,3,1929,2704 +"196041",68789,44235,3,1929,2700 +"196042",68789,44730,3,1929,2468 +"196043",68789,49347,3,1929,2504 +"196044",68789,53223,3,1929,2690 +"196045",68789,57037,3,1929,2293 +"196046",68789,61585,3,1929,2315 +"196047",68789,71531,3,1929,2887 +"196048",68789,74605,3,1929,2265 +"196049",68801,135,3,116,2233 +"196050",68801,270,3,116,2542 +"196051",68801,312,3,116,2038 +"196052",68801,380,3,116,2261 +"196053",68801,455,3,116,2827 +"196054",68801,555,3,116,552 +"196055",68801,601,3,116,702 +"196056",68801,913,3,116,2144 +"196057",68801,1044,2,116,880 +"196058",68801,1046,3,116,1881 +"196059",68801,1175,3,116,1642 +"196060",68801,1275,3,116,2068 +"196061",68801,1427,2,116,324 +"196062",68801,1428,2,116,742 +"196063",68801,1616,3,116,2662 +"196064",68801,1639,3,116,2631 +"196065",68801,1691,3,116,1941 +"196066",68801,2093,3,116,2459 +"196067",68801,2181,3,116,2030 +"196068",68801,2322,3,116,1645 +"196069",68801,2412,3,116,181 +"196070",68801,2424,2,116,2582 +"196071",68801,2484,3,116,2389 +"196072",68801,2533,2,116,2016 +"196073",68801,2731,3,116,434 +"196074",68801,2894,3,116,1291 +"196075",68801,3161,3,116,2229 +"196076",68801,3271,3,116,2216 +"196077",68801,3284,3,116,1541 +"196078",68801,3305,2,116,2839 +"196079",68801,3306,3,116,1989 +"196080",68801,3716,3,116,1679 +"196081",68801,3801,3,116,1974 +"196082",68801,3947,3,116,2067 +"196083",68801,3961,3,116,2426 +"196084",68801,3966,3,116,2425 +"196085",68801,4289,3,116,1921 +"196086",68801,4526,3,116,1728 +"196087",68801,4790,3,116,1025 +"196088",68801,4791,3,116,1184 +"196089",68801,5315,3,116,2631 +"196090",68801,5429,3,116,1991 +"196091",68801,5622,3,116,2175 +"196092",68801,5714,3,116,534 +"196093",68801,5716,3,116,1058 +"196094",68801,5984,3,116,1675 +"196095",68801,5986,3,116,1721 +"196096",68801,6047,3,116,2004 +"196097",68801,6052,3,116,1985 +"196098",68801,6222,3,116,1949 +"196099",68801,6296,3,116,148 +"196100",68801,6363,3,116,2066 +"196101",68801,6366,2,116,798 +"196102",68801,6417,2,116,1675 +"196103",68801,7233,3,116,572 +"196104",68801,7245,3,116,2089 +"196105",68801,7292,3,116,1988 +"196106",68801,7992,3,116,2033 +"196107",68801,8490,3,116,564 +"196108",68801,8513,3,116,875 +"196109",68801,8533,3,116,2251 +"196110",68801,8610,3,116,2240 +"196111",68801,8621,3,116,1681 +"196112",68801,8777,3,116,1620 +"196113",68801,8866,3,116,1545 +"196114",68801,8961,2,116,507 +"196115",68801,9272,3,116,2835 +"196116",68801,9311,2,116,2477 +"196117",68801,9364,2,116,1698 +"196118",68801,9702,1,116,1928 +"196119",68801,9950,3,116,920 +"196120",68801,10358,3,116,2294 +"196121",68801,10513,2,116,2284 +"196122",68801,10717,3,116,1938 +"196123",68801,10779,3,116,2881 +"196124",68801,10843,3,116,2277 +"196125",68801,10857,3,116,2253 +"196126",68801,10874,3,116,1891 +"196127",68801,11006,2,116,1950 +"196128",68801,11218,3,116,2292 +"196129",68801,11440,3,116,2026 +"196130",68801,11540,3,116,1237 +"196131",68801,11576,2,116,808 +"196132",68801,11694,3,116,1564 +"196133",68801,12042,3,116,2345 +"196134",68801,12362,3,116,702 +"196135",68801,12692,3,116,1855 +"196136",68801,12778,3,116,2045 +"196137",68801,12863,3,116,2027 +"196138",68801,12887,3,116,433 +"196139",68801,13388,2,116,2119 +"196140",68801,13780,3,116,2412 +"196141",68801,13967,3,116,1354 +"196142",68801,13979,3,116,1559 +"196143",68801,14032,3,116,2144 +"196144",68801,14656,3,116,584 +"196145",68801,14855,3,116,903 +"196146",68801,14943,3,116,1942 +"196147",68801,14959,3,116,2898 +"196148",68801,15539,3,116,1929 +"196149",68801,15626,3,116,2434 +"196150",68801,15636,3,116,2857 +"196151",68801,15813,3,116,2143 +"196152",68801,15990,3,116,593 +"196153",68801,16053,2,116,908 +"196154",68801,16120,3,116,1237 +"196155",68801,16201,2,116,1811 +"196156",68801,16332,3,116,2668 +"196157",68801,16352,3,116,2657 +"196158",68801,16432,3,116,2664 +"196159",68801,16826,3,116,2599 +"196160",68801,16881,3,116,925 +"196161",68801,16940,3,116,1290 +"196162",68801,17484,3,116,1256 +"196163",68801,17520,3,116,2276 +"196164",68801,17819,3,116,2291 +"196165",68801,17931,3,116,1617 +"196166",68801,17997,2,116,1621 +"196167",68801,18103,3,116,1968 +"196168",68801,18874,3,116,2170 +"196169",68801,18965,3,116,2315 +"196170",68801,19027,3,116,2721 +"196171",68801,19248,2,116,2357 +"196172",68801,19637,2,116,1229 +"196173",68801,19686,3,116,2467 +"196174",68801,19719,1,116,2177 +"196175",68801,20067,2,116,2390 +"196176",68801,20124,2,116,2376 +"196177",68801,20287,3,116,1099 +"196178",68801,20407,3,116,2339 +"196179",68801,20732,3,116,2401 +"196180",68801,20975,3,116,1305 +"196181",68801,20988,3,116,455 +"196182",68801,21138,3,116,2849 +"196183",68801,21197,2,116,1437 +"196184",68801,21198,1,116,935 +"196185",68801,21248,3,116,2232 +"196186",68801,21285,2,116,2100 +"196187",68801,21422,3,116,935 +"196188",68801,21693,3,116,2176 +"196189",68801,21706,3,116,1988 +"196190",68801,22130,3,116,146 +"196191",68801,22207,3,116,2365 +"196192",68801,22277,3,116,2424 +"196193",68801,22282,2,116,1418 +"196194",68801,22326,3,116,2818 +"196195",68801,22362,3,116,1836 +"196196",68801,22586,3,116,1341 +"196197",68801,22874,3,116,404 +"196198",68801,22895,3,116,2704 +"196199",68801,23159,3,116,1548 +"196200",68801,23450,2,116,967 +"196201",68801,23492,3,116,1067 +"196202",68801,23534,3,116,1659 +"196203",68801,23726,3,116,2434 +"196204",68801,23729,3,116,1624 +"196205",68801,23787,3,116,2810 +"196206",68801,23869,3,116,1918 +"196207",68801,24146,3,116,2003 +"196208",68801,24240,3,116,1755 +"196209",68801,24568,3,116,1937 +"196210",68801,24612,3,116,1875 +"196211",68801,25027,3,116,564 +"196212",68801,25129,3,116,2647 +"196213",68801,25198,3,116,1982 +"196214",68801,25577,2,116,1946 +"196215",68801,25680,3,116,1618 +"196216",68801,26249,2,116,2301 +"196217",68801,26336,3,116,1904 +"196218",68801,26471,3,116,1061 +"196219",68801,26524,3,116,982 +"196220",68801,26749,2,116,2965 +"196221",68801,26818,3,116,1999 +"196222",68801,27085,3,116,125 +"196223",68801,27104,3,116,1608 +"196224",68801,27175,3,116,1447 +"196225",68801,27275,3,116,2656 +"196226",68801,27390,3,116,2425 +"196227",68801,27694,2,116,2030 +"196228",68801,27837,3,116,1315 +"196229",68801,28002,3,116,914 +"196230",68801,28015,3,116,1624 +"196231",68801,28124,3,116,434 +"196232",68801,28130,3,116,908 +"196233",68801,28131,3,116,1492 +"196234",68801,28784,3,116,1579 +"196235",68801,29095,3,116,2531 +"196236",68801,29705,2,116,607 +"196237",68801,29750,3,116,689 +"196238",68801,29917,3,116,1962 +"196239",68801,29930,3,116,2240 +"196240",68801,29962,3,116,2201 +"196241",68801,30052,3,116,2855 +"196242",68801,30150,3,116,1704 +"196243",68801,30308,3,116,237 +"196244",68801,30883,3,116,1629 +"196245",68801,30906,3,116,2537 +"196246",68801,31050,2,116,1491 +"196247",68801,31279,2,116,965 +"196248",68801,31338,3,116,917 +"196249",68801,31505,3,116,162 +"196250",68801,32017,3,116,577 +"196251",68801,32163,3,116,859 +"196252",68801,32601,3,116,1033 +"196253",68801,33241,3,116,632 +"196254",68801,33356,3,116,1586 +"196255",68801,33433,3,116,2805 +"196256",68801,33801,3,116,2899 +"196257",68801,33848,3,116,123 +"196258",68801,33949,3,116,2489 +"196259",68801,34160,3,116,1759 +"196260",68801,34707,3,116,2042 +"196261",68801,34836,3,116,2302 +"196262",68801,35095,3,116,1502 +"196263",68801,35256,3,116,2271 +"196264",68801,35302,3,116,1589 +"196265",68801,35529,1,116,1620 +"196266",68801,36439,3,116,2469 +"196267",68801,36950,3,116,2204 +"196268",68801,36962,3,116,2861 +"196269",68801,37285,3,116,2428 +"196270",68801,37333,3,116,1612 +"196271",68801,37597,3,116,150 +"196272",68801,38019,2,116,1870 +"196273",68801,38227,3,116,2511 +"196274",68801,38467,3,116,1259 +"196275",68801,38780,3,116,2705 +"196276",68801,38921,3,116,1880 +"196277",68801,39238,3,116,922 +"196278",68801,39563,3,116,486 +"196279",68801,40432,2,116,1956 +"196280",68801,40646,3,116,1583 +"196281",68801,41108,3,116,1624 +"196282",68801,41174,3,116,850 +"196283",68801,41315,3,116,439 +"196284",68801,41739,3,116,1339 +"196285",68801,41955,3,116,2479 +"196286",68801,43051,3,116,904 +"196287",68801,43226,3,116,2442 +"196288",68801,43385,2,116,1623 +"196289",68801,43455,3,116,2846 +"196290",68801,44059,3,116,525 +"196291",68801,44160,3,116,859 +"196292",68801,44636,3,116,1026 +"196293",68801,45136,3,116,877 +"196294",68801,45633,3,116,2134 +"196295",68801,45660,3,116,618 +"196296",68801,46312,3,116,163 +"196297",68801,46629,3,116,2255 +"196298",68801,46723,2,116,607 +"196299",68801,47362,3,116,2253 +"196300",68801,47386,2,116,2226 +"196301",68801,47534,3,116,2712 +"196302",68801,47772,3,116,2293 +"196303",68801,47942,3,116,146 +"196304",68801,48110,3,116,2009 +"196305",68801,48414,3,116,1749 +"196306",68801,48605,3,116,2796 +"196307",68801,49144,3,116,1542 +"196308",68801,49620,3,116,1868 +"196309",68801,49962,3,116,572 +"196310",68801,50219,2,116,756 +"196311",68801,50269,3,116,1966 +"196312",68801,50487,3,116,744 +"196313",68801,50685,3,116,2008 +"196314",68801,51017,3,116,2073 +"196315",68801,51022,3,116,1499 +"196316",68801,51041,3,116,2606 +"196317",68801,51863,3,116,1395 +"196318",68801,52058,3,116,1836 +"196319",68801,52323,3,116,2148 +"196320",68801,52570,3,116,2645 +"196321",68801,52576,2,116,2234 +"196322",68801,53134,3,116,1590 +"196323",68801,53196,3,116,1888 +"196324",68801,53475,3,116,2853 +"196325",68801,53924,3,116,1289 +"196326",68801,54020,3,116,1578 +"196327",68801,54305,3,116,1222 +"196328",68801,54508,3,116,187 +"196329",68801,54551,3,116,2348 +"196330",68801,54676,3,116,1342 +"196331",68801,54929,3,116,2783 +"196332",68801,54980,3,116,876 +"196333",68801,55082,3,116,1856 +"196334",68801,55139,3,116,2323 +"196335",68801,55299,3,116,609 +"196336",68801,55438,3,116,2863 +"196337",68801,55468,3,116,2511 +"196338",68801,56317,3,116,2030 +"196339",68801,56807,3,116,1571 +"196340",68801,57380,3,116,2362 +"196341",68801,57414,3,116,922 +"196342",68801,57714,3,116,1391 +"196343",68801,57977,2,116,2683 +"196344",68801,58078,3,116,1252 +"196345",68801,58451,3,116,1939 +"196346",68801,58508,2,116,2326 +"196347",68801,58530,3,116,298 +"196348",68801,58652,3,116,1437 +"196349",68801,59113,3,116,2434 +"196350",68801,59646,2,116,456 +"196351",68801,59786,3,116,605 +"196352",68801,59937,3,116,885 +"196353",68801,60808,3,116,1258 +"196354",68801,61982,2,116,2725 +"196355",68801,62488,3,116,1418 +"196356",68801,62538,3,116,1656 +"196357",68801,62841,2,116,2710 +"196358",68801,63409,3,116,1937 +"196359",68801,65625,3,116,1273 +"196360",68801,68043,3,116,690 +"196361",68801,68215,3,116,2727 +"196362",68801,68299,3,116,866 +"196363",68801,69335,3,116,2698 +"196364",68801,69712,3,116,1219 +"196365",68801,70203,3,116,2756 +"196366",68801,70603,3,116,1002 +"196367",68801,70736,3,116,1512 +"196368",68801,70996,2,116,1037 +"196369",68801,71342,2,116,1289 +"196370",68801,72956,2,116,1251 +"196371",68801,73128,3,116,1549 +"196372",68801,74190,3,116,1428 +"196373",68801,74318,3,116,632 +"196374",68801,74681,2,116,837 +"196375",68801,74730,2,116,535 +"196376",68801,75870,3,116,193 +"196377",68801,75948,3,116,1006 +"196378",68801,76127,2,116,910 +"196379",68801,76284,2,116,1237 +"196380",68801,76356,2,116,2323 +"196381",68801,76892,3,116,2381 +"196382",68801,76999,3,116,908 +"196383",68801,77305,3,116,965 +"196384",68801,78569,3,116,578 +"196385",68801,78932,3,116,981 +"196386",68801,79322,3,116,2770 +"196387",68801,79432,3,116,1708 +"196388",68801,79689,3,116,1184 +"196389",68801,80301,3,116,1690 +"196390",68801,80825,3,116,2315 +"196391",68801,81588,3,116,1568 +"196392",68801,82301,3,116,1621 +"196393",68801,82787,3,116,1144 +"196394",68801,82929,3,116,2475 +"196395",68801,82932,3,116,2245 +"196396",68801,82949,2,116,2077 +"196397",68801,83140,3,116,1630 +"196398",68801,84743,3,116,396 +"196399",68801,85784,3,116,1142 +"196400",68801,86520,3,116,702 +"196401",68801,87048,3,116,989 +"196402",68801,87692,3,116,775 +"196403",68801,89097,3,116,935 +"196404",68801,90802,3,116,877 +"196405",68801,92220,3,116,607 +"196406",68801,92254,3,116,517 +"196407",68801,93102,3,116,1174 +"196408",68801,97160,3,116,1215 +"196409",68801,98781,3,116,1410 +"196410",68801,99444,3,116,408 +"196411",68801,100140,1,116,1041 +"196412",68801,100670,3,116,525 +"196413",68801,101338,3,116,1319 +"196414",68801,101395,3,116,891 +"196415",68801,102004,3,116,497 +"196416",68801,102050,3,116,906 +"196417",68801,102820,3,116,501 +"196418",68801,103524,3,116,991 +"196419",68801,105602,3,116,434 +"196420",68801,105947,3,116,997 +"196421",68801,107846,3,116,565 +"196422",68801,109510,3,116,621 +"196423",68801,109904,3,116,214 +"196424",68801,111971,3,116,1032 +"196425",68801,117679,3,116,535 +"196426",68801,119859,3,116,908 +"196427",68810,1616,3,2409,2662 +"196428",68810,9311,3,2409,2477 +"196429",68810,12713,2,2409,2440 +"196430",68810,13929,3,2409,2693 +"196431",68810,20700,3,2409,2861 +"196432",68810,27275,3,2409,2656 +"196433",68810,29095,3,2409,2531 +"196434",68810,33801,3,2409,2899 +"196435",68810,36559,3,2409,2473 +"196436",68810,36962,3,2409,2861 +"196437",68810,37418,3,2409,2710 +"196438",68810,47947,3,2409,2681 +"196439",68810,51410,3,2409,2739 +"196440",68810,53475,3,2409,2853 +"196441",68810,55691,3,2409,2856 +"196442",68813,4249,2,2511,2547 +"196443",68831,6982,3,1446,2034 +"196444",68831,29224,3,1446,2011 +"196445",68831,39556,3,1446,2747 +"196446",68831,81269,2,1446,1570 +"196447",68831,86978,3,1446,2733 +"196448",68831,94138,1,1446,1939 +"196449",68837,29818,3,652,1677 +"196450",68837,59627,3,652,1466 +"196451",68837,67604,3,652,2075 +"196452",68837,102587,1,652,913 +"196453",68837,115535,1,652,2203 +"196454",68876,237,3,1397,1982 +"196455",68876,862,2,1397,2254 +"196456",68876,1046,3,1397,1881 +"196457",68876,1108,3,1397,1600 +"196458",68876,2057,3,1397,1965 +"196459",68876,5346,2,1397,1438 +"196460",68876,8865,2,1397,2394 +"196461",68876,9115,1,1397,2068 +"196462",68876,10336,3,1397,2271 +"196463",68876,10457,3,1397,1711 +"196464",68876,11585,3,1397,1817 +"196465",68876,13051,3,1397,2692 +"196466",68876,14586,2,1397,2801 +"196467",68876,14761,3,1397,2502 +"196468",68876,15207,3,1397,1855 +"196469",68876,16690,3,1397,2132 +"196470",68876,21528,3,1397,1807 +"196471",68876,22723,3,1397,2859 +"196472",68876,29997,2,1397,1789 +"196473",68876,30262,2,1397,1715 +"196474",68876,30870,3,1397,2370 +"196475",68876,31541,3,1397,1500 +"196476",68876,32920,3,1397,2158 +"196477",68876,34491,3,1397,2694 +"196478",68876,35903,3,1397,1434 +"196479",68876,37475,1,1397,1509 +"196480",68876,39522,3,1397,1428 +"196481",68876,46532,3,1397,2005 +"196482",68876,58086,3,1397,1667 +"196483",68876,59683,2,1397,2068 +"196484",68876,63837,2,1397,2807 +"196485",68876,67062,3,1397,1623 +"196486",68876,68314,3,1397,2180 +"196487",68876,69232,1,1397,2130 +"196488",68876,81753,3,1397,1736 +"196489",68883,919,3,222,910 +"196490",68883,4968,3,222,1586 +"196491",68883,6040,3,222,2103 +"196492",68883,12598,3,222,2086 +"196493",68883,12735,3,222,819 +"196494",68883,15023,3,222,2054 +"196495",68883,19075,3,222,2214 +"196496",68883,19667,2,222,1466 +"196497",68883,20547,3,222,2145 +"196498",68883,20921,3,222,723 +"196499",68883,28290,2,222,430 +"196500",68883,29100,3,222,843 +"196501",68883,31357,3,222,2389 +"196502",68883,51399,3,222,934 +"196503",68883,51843,3,222,2389 +"196504",68883,53414,3,222,1672 +"196505",68883,54385,2,222,2340 +"196506",68883,54407,3,222,514 +"196507",68883,55730,3,222,1217 +"196508",68883,76135,3,222,593 +"196509",68883,78611,3,222,1586 +"196510",68883,80615,3,222,2252 +"196511",68883,83598,3,222,619 +"196512",68883,84808,3,222,1974 +"196513",68883,110737,3,222,2117 +"196514",68884,3158,3,1011,2762 +"196515",68884,4551,3,1011,2720 +"196516",68884,4634,3,1011,2291 +"196517",68884,7604,3,1011,1366 +"196518",68884,8463,3,1011,2466 +"196519",68884,9063,3,1011,2000 +"196520",68884,12632,3,1011,1174 +"196521",68884,12966,2,1011,2011 +"196522",68884,14957,3,1011,2306 +"196523",68884,15782,3,1011,2306 +"196524",68884,16963,3,1011,1999 +"196525",68884,22357,3,1011,1397 +"196526",68884,26597,3,1011,2070 +"196527",68884,32350,3,1011,1540 +"196528",68884,34334,3,1011,1637 +"196529",68884,36478,3,1011,2808 +"196530",68884,38422,3,1011,1019 +"196531",68884,41075,3,1011,1176 +"196532",68884,41350,3,1011,1935 +"196533",68884,42390,3,1011,2937 +"196534",68884,44132,3,1011,1999 +"196535",68884,47607,3,1011,2724 +"196536",68884,49142,1,1011,2289 +"196537",68884,51505,2,1011,1572 +"196538",68884,52386,3,1011,1830 +"196539",68884,53445,3,1011,2028 +"196540",68884,57804,3,1011,2214 +"196541",68884,58233,3,1011,1665 +"196542",68884,66368,3,1011,2413 +"196543",68884,69260,2,1011,1698 +"196544",68884,84235,3,1011,1639 +"196545",68884,92469,3,1011,1232 +"196546",68884,96332,3,1011,1197 +"196547",68884,96387,3,1011,2159 +"196548",68884,122938,2,1011,1023 +"196549",68885,1519,3,2151,2349 +"196550",68885,20941,3,2151,2725 +"196551",68885,27686,3,2151,2844 +"196552",68885,29977,3,2151,2781 +"196553",68885,36278,3,2151,2952 +"196554",68885,38691,3,2151,2585 +"196555",68885,43673,3,2151,2787 +"196556",68885,100860,3,2151,2326 +"196557",68890,388,3,158,1594 +"196558",68890,1150,3,158,1595 +"196559",68890,3255,3,158,2504 +"196560",68890,11429,3,158,2520 +"196561",68890,12818,3,158,2015 +"196562",68890,14110,3,158,2448 +"196563",68890,14654,3,158,1692 +"196564",68890,14761,2,158,2502 +"196565",68890,23639,3,158,2065 +"196566",68890,29704,1,158,2294 +"196567",68890,40392,3,158,1878 +"196568",68890,49347,3,158,2504 +"196569",68890,58086,1,158,1667 +"196570",68890,88091,3,158,1645 +"196571",68890,97990,3,158,1223 +"196572",68890,111045,3,158,915 +"196573",68939,669,3,1051,1423 +"196574",68939,6241,3,1051,2264 +"196575",68939,7406,3,1051,1906 +"196576",68939,9979,3,1051,2238 +"196577",68939,10859,3,1051,2231 +"196578",68939,12356,3,1051,2757 +"196579",68939,13324,3,1051,2163 +"196580",68939,17906,1,1051,1940 +"196581",68939,23460,3,1051,2183 +"196582",68939,24405,2,1051,1443 +"196583",68939,28826,3,1051,2627 +"196584",68939,35069,3,1051,2069 +"196585",68939,39278,2,1051,1952 +"196586",68939,41607,2,1051,2802 +"196587",68939,42129,3,1051,2318 +"196588",68939,45886,3,1051,2449 +"196589",68939,46584,2,1051,1972 +"196590",68939,47362,3,1051,2253 +"196591",68939,68550,3,1051,1820 +"196592",68939,85736,3,1051,1601 +"196593",68939,88455,3,1051,2388 +"196594",68939,98856,1,1051,1075 +"196595",68960,997,3,1312,2788 +"196596",68960,998,2,1312,1795 +"196597",68960,1875,3,1312,1786 +"196598",68960,4360,2,1312,1770 +"196599",68960,5449,3,1312,1723 +"196600",68960,6512,3,1312,1672 +"196601",68960,7029,3,1312,2204 +"196602",68960,7858,3,1312,1795 +"196603",68960,11103,3,1312,2393 +"196604",68960,11239,3,1312,2181 +"196605",68960,15315,3,1312,2173 +"196606",68960,19027,3,1312,2721 +"196607",68960,24807,2,1312,2319 +"196608",68960,25508,1,1312,2081 +"196609",68960,27195,2,1312,2158 +"196610",68960,28640,3,1312,1475 +"196611",68960,29930,3,1312,2240 +"196612",68960,30883,3,1312,1629 +"196613",68960,34158,3,1312,2639 +"196614",68960,39875,3,1312,2422 +"196615",68960,41739,3,1312,1339 +"196616",68960,42935,2,1312,2400 +"196617",68960,43349,3,1312,2400 +"196618",68960,50298,2,1312,2101 +"196619",68960,51319,3,1312,2488 +"196620",68960,52003,3,1312,2067 +"196621",68960,52136,3,1312,1412 +"196622",68960,53219,3,1312,2973 +"196623",68960,53519,3,1312,2781 +"196624",68960,53604,3,1312,2489 +"196625",68960,55139,3,1312,2323 +"196626",68960,72207,3,1312,2430 +"196627",68971,3520,3,2019,2281 +"196628",68971,4660,3,2019,2149 +"196629",68971,36487,2,2019,2622 +"196630",68978,8259,3,1062,1677 +"196631",68978,10343,3,1062,1072 +"196632",68978,13285,3,1062,1577 +"196633",68978,14655,3,1062,2559 +"196634",68978,17328,2,1062,1206 +"196635",68978,23121,3,1062,2108 +"196636",68978,36031,3,1062,2342 +"196637",68978,89681,3,1062,1978 +"196638",68979,2407,3,1173,1725 +"196639",68979,15546,3,1173,2055 +"196640",68979,16866,3,1173,2718 +"196641",68979,18865,3,1173,2676 +"196642",68979,19208,3,1173,2629 +"196643",68979,19605,3,1173,2395 +"196644",68979,26847,3,1173,1902 +"196645",68979,34945,3,1173,1298 +"196646",68979,39014,3,1173,1188 +"196647",68979,42747,3,1173,1189 +"196648",68979,50480,3,1173,2701 +"196649",68979,52789,2,1173,1791 +"196650",68979,56910,2,1173,2705 +"196651",68979,57732,3,1173,2454 +"196652",68979,63395,3,1173,2334 +"196653",68979,102284,3,1173,2877 +"196654",68979,103560,3,1173,2746 +"196655",69012,2344,3,799,2752 +"196656",69012,2429,3,799,999 +"196657",69012,2576,3,799,1307 +"196658",69012,4730,2,799,2131 +"196659",69012,6133,3,799,1229 +"196660",69012,7433,3,799,2255 +"196661",69012,19858,2,799,2357 +"196662",69012,20200,3,799,2322 +"196663",69012,21180,3,799,2762 +"196664",69012,21575,3,799,1762 +"196665",69012,21741,3,799,1574 +"196666",69012,24802,1,799,824 +"196667",69012,26642,3,799,2952 +"196668",69012,30442,3,799,2124 +"196669",69012,31089,3,799,2952 +"196670",69012,34162,3,799,2336 +"196671",69012,41338,3,799,1553 +"196672",69012,41953,3,799,945 +"196673",69012,42486,3,799,1951 +"196674",69012,42756,2,799,1384 +"196675",69012,47968,3,799,2829 +"196676",69012,53643,1,799,1626 +"196677",69012,55775,3,799,2385 +"196678",69012,58759,3,799,942 +"196679",69012,62746,3,799,2119 +"196680",69012,63409,3,799,1937 +"196681",69012,66994,3,799,1865 +"196682",69012,68586,3,799,2322 +"196683",69012,69447,3,799,1197 +"196684",69012,71712,3,799,2399 +"196685",69017,1090,3,1183,2370 +"196686",69017,1321,3,1183,2075 +"196687",69017,2166,3,1183,2557 +"196688",69017,3830,3,1183,1661 +"196689",69017,5504,3,1183,2389 +"196690",69017,7078,3,1183,2344 +"196691",69017,11346,3,1183,1924 +"196692",69017,16497,3,1183,2370 +"196693",69017,19528,3,1183,2742 +"196694",69017,26608,3,1183,2329 +"196695",69017,30386,3,1183,1833 +"196696",69017,33572,3,1183,2370 +"196697",69017,41278,3,1183,1873 +"196698",69017,49965,2,1183,2301 +"196699",69017,53031,3,1183,2065 +"196700",69017,55828,1,1183,2393 +"196701",69017,57609,3,1183,2717 +"196702",69017,64967,3,1183,2872 +"196703",69017,68390,3,1183,2608 +"196704",69017,71478,3,1183,1721 +"196705",69029,7253,2,2623,2686 +"196706",69029,52380,2,2623,2686 +"196707",69029,59511,1,2623,2753 +"196708",69030,24,3,1249,1295 +"196709",69030,1691,3,1249,1941 +"196710",69030,1875,3,1249,1786 +"196711",69030,4665,3,1249,1569 +"196712",69030,4671,3,1249,2280 +"196713",69030,5226,3,1249,1309 +"196714",69030,5258,3,1249,2730 +"196715",69030,6718,3,1249,2138 +"196716",69030,11103,3,1249,2393 +"196717",69030,13099,3,1249,1547 +"196718",69030,13780,3,1249,2412 +"196719",69030,15713,2,1249,1646 +"196720",69030,18543,3,1249,2968 +"196721",69030,19096,3,1249,1538 +"196722",69030,21406,2,1249,2714 +"196723",69030,27173,3,1249,2050 +"196724",69030,42574,3,1249,2842 +"196725",69030,48571,3,1249,2717 +"196726",69030,71552,1,1249,1573 +"196727",69037,364,3,849,2351 +"196728",69037,841,3,849,2964 +"196729",69037,1702,3,849,1984 +"196730",69037,1756,3,849,2231 +"196731",69037,1846,3,849,1845 +"196732",69037,2407,3,849,1725 +"196733",69037,3195,3,849,2043 +"196734",69037,3271,3,849,2216 +"196735",69037,3493,3,849,2451 +"196736",69037,3978,3,849,2775 +"196737",69037,4430,3,849,2019 +"196738",69037,6119,3,849,2358 +"196739",69037,6877,3,849,867 +"196740",69037,7780,3,849,1920 +"196741",69037,9060,3,849,1612 +"196742",69037,9785,3,849,2951 +"196743",69037,9787,3,849,2858 +"196744",69037,10457,3,849,1711 +"196745",69037,12035,3,849,2721 +"196746",69037,12361,3,849,2732 +"196747",69037,12653,3,849,1573 +"196748",69037,13879,3,849,2748 +"196749",69037,15443,3,849,1631 +"196750",69037,15880,2,849,878 +"196751",69037,15978,3,849,981 +"196752",69037,16021,3,849,858 +"196753",69037,16750,3,849,1225 +"196754",69037,16866,3,849,2718 +"196755",69037,17645,3,849,1918 +"196756",69037,18381,3,849,1524 +"196757",69037,18865,3,849,2676 +"196758",69037,19501,3,849,1186 +"196759",69037,19655,3,849,2706 +"196760",69037,21207,3,849,1258 +"196761",69037,21383,3,849,971 +"196762",69037,21487,3,849,2203 +"196763",69037,22704,3,849,1150 +"196764",69037,23756,3,849,2309 +"196765",69037,23966,3,849,891 +"196766",69037,25373,3,849,2783 +"196767",69037,27545,3,849,855 +"196768",69037,28203,3,849,2117 +"196769",69037,28904,3,849,926 +"196770",69037,29818,2,849,1677 +"196771",69037,31216,3,849,1244 +"196772",69037,31868,3,849,1993 +"196773",69037,32939,3,849,2277 +"196774",69037,33870,3,849,955 +"196775",69037,35728,3,849,2017 +"196776",69037,37351,3,849,978 +"196777",69037,39256,3,849,2449 +"196778",69037,41446,3,849,1103 +"196779",69037,41581,3,849,1692 +"196780",69037,42256,3,849,2839 +"196781",69037,46532,3,849,2005 +"196782",69037,46726,3,849,943 +"196783",69037,47968,3,849,2829 +"196784",69037,50996,3,849,929 +"196785",69037,52442,2,849,1269 +"196786",69037,57804,3,849,2214 +"196787",69037,58759,3,849,942 +"196788",69037,58875,3,849,1899 +"196789",69037,62626,3,849,2787 +"196790",69037,62668,3,849,958 +"196791",69037,63395,3,849,2334 +"196792",69037,63644,3,849,1267 +"196793",69037,64210,3,849,956 +"196794",69037,65815,3,849,1618 +"196795",69037,68345,3,849,1095 +"196796",69037,68539,3,849,1158 +"196797",69037,71219,3,849,967 +"196798",69037,71531,2,849,2887 +"196799",69037,84271,3,849,1556 +"196800",69037,85198,3,849,1794 +"196801",69037,85327,3,849,1017 +"196802",69037,90299,3,849,1606 +"196803",69037,103890,2,849,958 +"196804",69037,107496,1,849,1572 +"196805",69062,1262,3,1174,2973 +"196806",69062,1386,3,1174,1901 +"196807",69062,2452,3,1174,1715 +"196808",69062,3695,3,1174,2612 +"196809",69062,5491,3,1174,2048 +"196810",69062,13732,3,1174,2789 +"196811",69062,14709,2,1174,1901 +"196812",69062,15343,3,1174,2125 +"196813",69062,18151,3,1174,2962 +"196814",69062,18366,3,1174,2699 +"196815",69062,19872,3,1174,2913 +"196816",69062,21417,3,1174,2422 +"196817",69062,21795,2,1174,2653 +"196818",69062,24362,3,1174,1287 +"196819",69062,24608,3,1174,1630 +"196820",69062,25378,3,1174,1245 +"196821",69062,26865,3,1174,2726 +"196822",69062,29791,3,1174,1986 +"196823",69062,30081,3,1174,2403 +"196824",69062,34327,3,1174,2959 +"196825",69062,38373,3,1174,1928 +"196826",69062,39249,3,1174,1665 +"196827",69062,40492,3,1174,1286 +"196828",69062,44420,3,1174,2184 +"196829",69062,44557,3,1174,2371 +"196830",69062,49872,3,1174,2019 +"196831",69062,107292,3,1174,1667 +"196832",69067,913,3,626,2144 +"196833",69067,1136,3,626,2536 +"196834",69067,2865,3,626,2006 +"196835",69067,3863,3,626,856 +"196836",69067,3886,3,626,1669 +"196837",69067,6390,3,626,2385 +"196838",69067,8226,3,626,2046 +"196839",69067,11516,3,626,1937 +"196840",69067,18543,3,626,2968 +"196841",69067,19248,3,626,2357 +"196842",69067,31700,3,626,2727 +"196843",69067,35045,2,626,1646 +"196844",69067,35095,3,626,1502 +"196845",69067,37628,3,626,819 +"196846",69067,37937,3,626,1320 +"196847",69067,39189,3,626,2319 +"196848",69067,42216,3,626,2722 +"196849",69067,43635,3,626,1196 +"196850",69067,47585,3,626,794 +"196851",69067,50217,3,626,1211 +"196852",69067,50737,3,626,959 +"196853",69067,52327,3,626,1472 +"196854",69067,55139,3,626,2323 +"196855",69067,56116,3,626,1321 +"196856",69067,61785,3,626,822 +"196857",69067,70854,3,626,635 +"196858",69067,79364,3,626,834 +"196859",69067,79657,3,626,1260 +"196860",69067,100432,3,626,1358 +"196861",69067,101347,3,626,1335 +"196862",69067,108430,3,626,1642 +"196863",69077,1560,3,1689,2013 +"196864",69077,11429,2,1689,2520 +"196865",69077,14654,2,1689,1692 +"196866",69077,14761,3,1689,2502 +"196867",69077,24086,3,1689,2663 +"196868",69077,34491,3,1689,2694 +"196869",69077,37342,3,1689,2649 +"196870",69077,40392,3,1689,1878 +"196871",69077,41185,3,1689,1929 +"196872",69087,361,2,798,1970 +"196873",69087,392,2,798,1915 +"196874",69087,733,3,798,1653 +"196875",69087,998,3,798,1795 +"196876",69087,3716,3,798,1679 +"196877",69087,7548,3,798,1932 +"196878",69087,9311,3,798,2477 +"196879",69087,15118,3,798,1311 +"196880",69087,15626,3,798,2434 +"196881",69087,15713,3,798,1646 +"196882",69087,20311,3,798,1981 +"196883",69087,24794,3,798,925 +"196884",69087,25241,3,798,1233 +"196885",69087,26408,3,798,1545 +"196886",69087,27297,3,798,1382 +"196887",69087,30981,3,798,2366 +"196888",69087,33433,3,798,2805 +"196889",69087,33801,3,798,2899 +"196890",69087,35514,3,798,2346 +"196891",69087,36763,2,798,2165 +"196892",69087,49581,2,798,1817 +"196893",69087,49677,2,798,1222 +"196894",69087,50946,3,798,1075 +"196895",69087,52457,2,798,849 +"196896",69087,54388,3,798,1257 +"196897",69087,55643,3,798,2359 +"196898",69087,69091,3,798,1267 +"196899",69087,76470,3,798,887 +"196900",69087,78932,3,798,981 +"196901",69087,86605,3,798,1020 +"196902",69091,1092,3,1267,1945 +"196903",69091,6162,3,1267,1673 +"196904",69091,7013,3,1267,2040 +"196905",69091,7548,3,1267,1932 +"196906",69091,10843,3,1267,2277 +"196907",69091,15716,3,1267,1991 +"196908",69091,17061,3,1267,2385 +"196909",69091,19173,3,1267,1686 +"196910",69091,20407,3,1267,2339 +"196911",69091,21225,3,1267,1945 +"196912",69091,24286,3,1267,1280 +"196913",69091,26408,2,1267,1545 +"196914",69091,27261,1,1267,1368 +"196915",69091,33356,3,1267,1586 +"196916",69091,33433,3,1267,2805 +"196917",69091,38755,3,1267,2902 +"196918",69091,39534,3,1267,2410 +"196919",69091,53342,3,1267,2071 +"196920",69091,54879,3,1267,2210 +"196921",69091,102186,2,1267,2937 +"196922",69117,23,3,645,1682 +"196923",69117,1367,3,645,2176 +"196924",69117,3164,2,645,2693 +"196925",69117,5041,3,645,2371 +"196926",69117,5346,3,645,1438 +"196927",69117,5581,3,645,883 +"196928",69117,5716,3,645,1058 +"196929",69117,5984,3,645,1675 +"196930",69117,5986,3,645,1721 +"196931",69117,6030,2,645,2953 +"196932",69117,6324,3,645,1990 +"196933",69117,6366,3,645,798 +"196934",69117,6417,3,645,1675 +"196935",69117,7245,3,645,2089 +"196936",69117,8513,3,645,875 +"196937",69117,9678,3,645,1217 +"196938",69117,10358,3,645,2294 +"196939",69117,10382,3,645,2111 +"196940",69117,10744,3,645,955 +"196941",69117,11218,3,645,2292 +"196942",69117,11229,3,645,1625 +"196943",69117,11966,3,645,2385 +"196944",69117,12035,3,645,2721 +"196945",69117,12042,3,645,2345 +"196946",69117,12610,3,645,1274 +"196947",69117,14080,3,645,1351 +"196948",69117,14855,2,645,903 +"196949",69117,15207,3,645,1855 +"196950",69117,15301,3,645,2308 +"196951",69117,15607,3,645,1421 +"196952",69117,15962,3,645,660 +"196953",69117,16096,3,645,2301 +"196954",69117,16352,3,645,2657 +"196955",69117,17400,3,645,2231 +"196956",69117,18348,1,645,1711 +"196957",69117,18415,3,645,2184 +"196958",69117,18836,3,645,1270 +"196959",69117,19113,3,645,1171 +"196960",69117,20284,3,645,2530 +"196961",69117,21571,3,645,2755 +"196962",69117,22543,3,645,1594 +"196963",69117,22566,2,645,2308 +"196964",69117,22743,3,645,1736 +"196965",69117,22850,3,645,878 +"196966",69117,23310,3,645,2371 +"196967",69117,23806,3,645,1671 +"196968",69117,25543,3,645,724 +"196969",69117,25971,3,645,2608 +"196970",69117,26659,2,645,903 +"196971",69117,28002,3,645,914 +"196972",69117,28050,2,645,1955 +"196973",69117,28168,2,645,2702 +"196974",69117,28296,3,645,2944 +"196975",69117,28627,3,645,2694 +"196976",69117,32503,2,645,2020 +"196977",69117,32694,3,645,1602 +"196978",69117,34735,3,645,2767 +"196979",69117,34945,2,645,1298 +"196980",69117,35531,3,645,2872 +"196981",69117,35926,3,645,2371 +"196982",69117,36691,2,645,1903 +"196983",69117,37915,3,645,1905 +"196984",69117,38869,3,645,1675 +"196985",69117,39186,3,645,1258 +"196986",69117,42619,3,645,2017 +"196987",69117,43153,3,645,1381 +"196988",69117,44135,3,645,2620 +"196989",69117,44521,3,645,1593 +"196990",69117,45684,3,645,2200 +"196991",69117,51471,3,645,1280 +"196992",69117,52442,3,645,1269 +"196993",69117,53134,3,645,1590 +"196994",69117,53779,3,645,2000 +"196995",69117,54929,3,645,2783 +"196996",69117,55076,3,645,2408 +"196997",69117,56604,3,645,1919 +"196998",69117,57246,2,645,1873 +"196999",69117,57714,3,645,1391 +"197000",69117,60280,3,645,1918 +"197001",69117,64502,3,645,1670 +"197002",69117,69250,2,645,1439 +"197003",69117,71274,3,645,2390 +"197004",69117,72501,2,645,2795 +"197005",69117,73675,3,645,887 +"197006",69117,76396,3,645,1731 +"197007",69117,76607,3,645,747 +"197008",69117,80219,2,645,988 +"197009",69117,82732,3,645,2810 +"197010",69117,85736,2,645,1601 +"197011",69117,94500,2,645,1529 +"197012",69117,94520,3,645,1243 +"197013",69117,96611,3,645,765 +"197014",69117,98150,3,645,1009 +"197015",69117,101598,2,645,781 +"197016",69122,512,3,416,1596 +"197017",69122,1592,3,416,2006 +"197018",69122,1691,3,416,1941 +"197019",69122,2011,3,416,2176 +"197020",69122,2224,3,416,2751 +"197021",69122,2563,3,416,1686 +"197022",69122,3863,3,416,856 +"197023",69122,5018,2,416,640 +"197024",69122,5120,3,416,2735 +"197025",69122,5258,3,416,2730 +"197026",69122,6252,3,416,2336 +"197027",69122,6363,3,416,2066 +"197028",69122,6390,3,416,2385 +"197029",69122,10744,3,416,955 +"197030",69122,14108,2,416,2012 +"197031",69122,14983,3,416,1047 +"197032",69122,18211,3,416,1745 +"197033",69122,18502,2,416,1033 +"197034",69122,18543,3,416,2968 +"197035",69122,19248,3,416,2357 +"197036",69122,19317,3,416,2041 +"197037",69122,20319,3,416,468 +"197038",69122,20407,3,416,2339 +"197039",69122,21133,3,416,1320 +"197040",69122,21617,3,416,516 +"197041",69122,22057,3,416,974 +"197042",69122,22884,3,416,1608 +"197043",69122,23403,3,416,607 +"197044",69122,25565,3,416,2764 +"197045",69122,26621,3,416,1100 +"197046",69122,26873,2,416,419 +"197047",69122,26957,3,416,987 +"197048",69122,28057,3,416,1067 +"197049",69122,29884,3,416,1239 +"197050",69122,29918,3,416,1953 +"197051",69122,30411,2,416,630 +"197052",69122,31001,3,416,2119 +"197053",69122,31696,3,416,1595 +"197054",69122,33588,3,416,1040 +"197055",69122,33621,2,416,1319 +"197056",69122,34314,2,416,630 +"197057",69122,34945,3,416,1298 +"197058",69122,36439,3,416,2469 +"197059",69122,37509,3,416,1640 +"197060",69122,37628,3,416,819 +"197061",69122,38259,3,416,2258 +"197062",69122,40488,2,416,486 +"197063",69122,41085,3,416,637 +"197064",69122,42725,3,416,630 +"197065",69122,43046,3,416,419 +"197066",69122,43226,3,416,2442 +"197067",69122,43428,3,416,1299 +"197068",69122,44427,3,416,2875 +"197069",69122,46621,3,416,1343 +"197070",69122,47064,3,416,1993 +"197071",69122,47248,3,416,2883 +"197072",69122,47585,3,416,794 +"197073",69122,49300,3,416,515 +"197074",69122,50235,2,416,726 +"197075",69122,52323,3,416,2148 +"197076",69122,52327,3,416,1472 +"197077",69122,53252,3,416,637 +"197078",69122,57990,2,416,978 +"197079",69122,59438,3,416,2400 +"197080",69122,61689,3,416,1309 +"197081",69122,61785,3,416,822 +"197082",69122,62062,3,416,860 +"197083",69122,69257,2,416,1402 +"197084",69122,71274,3,416,2390 +"197085",69122,72571,3,416,1175 +"197086",69122,75025,2,416,717 +"197087",69122,76192,3,416,912 +"197088",69122,78569,3,416,578 +"197089",69122,79364,3,416,834 +"197090",69122,79657,3,416,1260 +"197091",69122,81592,3,416,2882 +"197092",69122,88232,3,416,2881 +"197093",69122,92491,2,416,1968 +"197094",69122,92592,2,416,486 +"197095",69122,93398,3,416,828 +"197096",69122,97674,3,416,1912 +"197097",69122,97824,3,416,1229 +"197098",69122,99953,3,416,581 +"197099",69122,101967,2,416,691 +"197100",69122,102731,3,416,630 +"197101",69122,105207,2,416,451 +"197102",69122,108709,2,416,462 +"197103",69122,109079,3,416,954 +"197104",69131,3770,3,2122,2623 +"197105",69131,4669,3,2122,2395 +"197106",69131,14915,3,2122,2606 +"197107",69131,15381,3,2122,2289 +"197108",69131,37059,2,2122,2840 +"197109",69131,37060,3,2122,2840 +"197110",69131,39443,3,2122,2277 +"197111",69131,39534,3,2122,2410 +"197112",69131,39875,3,2122,2422 +"197113",69131,44235,3,2122,2700 +"197114",69131,46261,3,2122,2350 +"197115",69131,59039,3,2122,2870 +"197116",69131,67719,3,2122,2429 +"197117",69131,70586,3,2122,2562 +"197118",69165,51831,2,2340,2427 +"197119",69214,468,1,1354,1966 +"197120",69214,1560,3,1354,2013 +"197121",69214,5816,3,1354,2408 +"197122",69214,9803,3,1354,1664 +"197123",69214,12035,3,1354,2721 +"197124",69214,13400,2,1354,1371 +"197125",69214,15301,2,1354,2308 +"197126",69214,18808,2,1354,2854 +"197127",69214,21504,3,1354,2328 +"197128",69214,21571,3,1354,2755 +"197129",69214,21832,2,1354,1755 +"197130",69214,22566,3,1354,2308 +"197131",69214,22905,2,1354,2599 +"197132",69214,24511,3,1354,1871 +"197133",69214,26100,2,1354,1966 +"197134",69214,31251,2,1354,2498 +"197135",69214,50635,2,1354,2962 +"197136",69214,53362,3,1354,2360 +"197137",69214,53530,3,1354,2380 +"197138",69214,60672,3,1354,2876 +"197139",69214,102109,3,1354,1367 +"197140",69215,2407,2,1591,1725 +"197141",69215,3669,3,1591,2524 +"197142",69215,4001,3,1591,1687 +"197143",69215,4821,3,1591,1938 +"197144",69215,9202,3,1591,2477 +"197145",69215,9727,3,1591,2327 +"197146",69215,9808,3,1591,1648 +"197147",69215,11135,3,1591,2441 +"197148",69215,14957,3,1591,2306 +"197149",69215,15502,3,1591,2637 +"197150",69215,15546,3,1591,2055 +"197151",69215,16866,2,1591,2718 +"197152",69215,18865,2,1591,2676 +"197153",69215,18954,2,1591,2364 +"197154",69215,19208,3,1591,2629 +"197155",69215,19605,3,1591,2395 +"197156",69215,23890,2,1591,1810 +"197157",69215,24761,3,1591,2384 +"197158",69215,26642,3,1591,2952 +"197159",69215,29824,3,1591,2772 +"197160",69215,33562,2,1591,1979 +"197161",69215,36270,3,1591,2910 +"197162",69215,42813,3,1591,2142 +"197163",69215,45449,3,1591,1610 +"197164",69215,50476,3,1591,1641 +"197165",69215,50480,3,1591,2701 +"197166",69215,51448,3,1591,1593 +"197167",69215,53498,1,1591,1967 +"197168",69215,56910,3,1591,2705 +"197169",69215,59347,3,1591,1926 +"197170",69215,63395,2,1591,2334 +"197171",69215,65007,3,1591,2530 +"197172",69215,74204,3,1591,2463 +"197173",69215,80680,2,1591,2403 +"197174",69215,94339,3,1591,2768 +"197175",69215,105867,2,1591,1641 +"197176",69215,108872,1,1591,1810 +"197177",69215,115966,3,1591,2349 +"197178",69232,862,3,2130,2254 +"197179",69232,2446,3,2130,2606 +"197180",69232,4367,3,2130,2794 +"197181",69232,8865,1,2130,2394 +"197182",69232,10148,3,2130,2964 +"197183",69232,10336,3,2130,2271 +"197184",69232,13051,3,2130,2692 +"197185",69232,14586,2,2130,2801 +"197186",69232,14761,3,2130,2502 +"197187",69232,15826,3,2130,2772 +"197188",69232,16690,2,2130,2132 +"197189",69232,19364,3,2130,2846 +"197190",69232,19433,3,2130,2504 +"197191",69232,22709,3,2130,2743 +"197192",69232,22723,2,2130,2859 +"197193",69232,27908,3,2130,2576 +"197194",69232,29454,3,2130,2719 +"197195",69232,30034,3,2130,2357 +"197196",69232,30870,3,2130,2370 +"197197",69232,30906,3,2130,2537 +"197198",69232,32920,2,2130,2158 +"197199",69232,33236,3,2130,2297 +"197200",69232,34491,3,2130,2694 +"197201",69232,34892,3,2130,2309 +"197202",69232,41023,3,2130,2408 +"197203",69232,43961,3,2130,2443 +"197204",69232,47968,3,2130,2829 +"197205",69232,56755,3,2130,2158 +"197206",69232,58559,3,2130,2242 +"197207",69232,63837,2,2130,2807 +"197208",69232,68314,3,2130,2180 +"197209",69232,70101,3,2130,2414 +"197210",69232,71652,3,2130,2638 +"197211",69250,23,3,1439,1682 +"197212",69250,267,3,1439,2631 +"197213",69250,2208,3,1439,2814 +"197214",69250,3164,2,1439,2693 +"197215",69250,4567,2,1439,2348 +"197216",69250,5041,3,1439,2371 +"197217",69250,5984,3,1439,1675 +"197218",69250,6030,2,1439,2953 +"197219",69250,6417,3,1439,1675 +"197220",69250,6914,3,1439,2668 +"197221",69250,7506,3,1439,2371 +"197222",69250,7616,3,1439,2296 +"197223",69250,7759,2,1439,2844 +"197224",69250,7861,3,1439,1647 +"197225",69250,8238,3,1439,2222 +"197226",69250,8274,3,1439,1909 +"197227",69250,8327,3,1439,2527 +"197228",69250,9423,3,1439,1708 +"197229",69250,10222,3,1439,2212 +"197230",69250,10349,3,1439,2300 +"197231",69250,10358,3,1439,2294 +"197232",69250,10851,2,1439,2423 +"197233",69250,11060,3,1439,2155 +"197234",69250,11218,3,1439,2292 +"197235",69250,11229,3,1439,1625 +"197236",69250,11966,3,1439,2385 +"197237",69250,13837,3,1439,1604 +"197238",69250,15106,3,1439,2286 +"197239",69250,15301,3,1439,2308 +"197240",69250,15808,2,1439,1521 +"197241",69250,16096,3,1439,2301 +"197242",69250,16352,3,1439,2657 +"197243",69250,16539,3,1439,1947 +"197244",69250,16850,3,1439,1657 +"197245",69250,17221,3,1439,2487 +"197246",69250,17245,3,1439,1811 +"197247",69250,17632,3,1439,1947 +"197248",69250,17645,3,1439,1918 +"197249",69250,18348,3,1439,1711 +"197250",69250,18670,3,1439,1835 +"197251",69250,19093,3,1439,2224 +"197252",69250,20067,3,1439,2390 +"197253",69250,20284,3,1439,2530 +"197254",69250,20874,2,1439,1580 +"197255",69250,21571,3,1439,2755 +"197256",69250,22207,3,1439,2365 +"197257",69250,22543,1,1439,1594 +"197258",69250,22566,2,1439,2308 +"197259",69250,22682,2,1439,2035 +"197260",69250,23825,3,1439,1913 +"197261",69250,25622,3,1439,1985 +"197262",69250,25971,3,1439,2608 +"197263",69250,26796,3,1439,2384 +"197264",69250,27796,3,1439,2151 +"197265",69250,28048,3,1439,1637 +"197266",69250,28050,2,1439,1955 +"197267",69250,28168,2,1439,2702 +"197268",69250,28296,3,1439,2944 +"197269",69250,28627,3,1439,2694 +"197270",69250,29512,3,1439,1594 +"197271",69250,29580,3,1439,2776 +"197272",69250,30095,3,1439,1578 +"197273",69250,31117,3,1439,2210 +"197274",69250,31705,3,1439,2706 +"197275",69250,32503,3,1439,2020 +"197276",69250,32694,3,1439,1602 +"197277",69250,33672,3,1439,2396 +"197278",69250,34735,3,1439,2767 +"197279",69250,35481,3,1439,2211 +"197280",69250,36691,3,1439,1903 +"197281",69250,38869,3,1439,1675 +"197282",69250,40129,3,1439,2162 +"197283",69250,40368,2,1439,2876 +"197284",69250,40487,3,1439,2512 +"197285",69250,40565,3,1439,2115 +"197286",69250,41407,3,1439,1951 +"197287",69250,41664,3,1439,2641 +"197288",69250,42619,3,1439,2017 +"197289",69250,44135,1,1439,2620 +"197290",69250,44403,3,1439,2429 +"197291",69250,44521,3,1439,1593 +"197292",69250,45504,3,1439,2301 +"197293",69250,45684,3,1439,2200 +"197294",69250,47386,3,1439,2226 +"197295",69250,49109,3,1439,2341 +"197296",69250,55076,1,1439,2408 +"197297",69250,56604,3,1439,1919 +"197298",69250,56854,3,1439,2022 +"197299",69250,57246,2,1439,1873 +"197300",69250,60624,3,1439,1570 +"197301",69250,64793,3,1439,2819 +"197302",69250,64857,2,1439,1792 +"197303",69250,69745,3,1439,1594 +"197304",69250,71808,3,1439,2349 +"197305",69250,72326,3,1439,2384 +"197306",69250,76398,3,1439,2400 +"197307",69250,77550,2,1439,1548 +"197308",69250,77611,3,1439,1795 +"197309",69250,78801,3,1439,1572 +"197310",69250,82270,3,1439,1641 +"197311",69250,82732,3,1439,2810 +"197312",69250,85356,3,1439,1492 +"197313",69250,86343,3,1439,1643 +"197314",69250,94500,3,1439,1529 +"197315",69257,1592,3,1402,2006 +"197316",69257,2011,3,1402,2176 +"197317",69257,5258,3,1402,2730 +"197318",69257,6252,3,1402,2336 +"197319",69257,8657,3,1402,2473 +"197320",69257,12462,3,1402,1461 +"197321",69257,14108,3,1402,2012 +"197322",69257,18543,3,1402,2968 +"197323",69257,23918,3,1402,1881 +"197324",69257,25565,3,1402,2764 +"197325",69257,38259,3,1402,2258 +"197326",69257,45545,3,1402,1776 +"197327",69257,49301,3,1402,1894 +"197328",69257,52327,3,1402,1472 +"197329",69257,64533,3,1402,1446 +"197330",69257,66241,3,1402,2351 +"197331",69257,68487,3,1402,2592 +"197332",69257,81592,3,1402,2882 +"197333",69257,88232,3,1402,2881 +"197334",69260,1196,3,1698,1986 +"197335",69260,3158,2,1698,2762 +"197336",69260,3961,3,1698,2426 +"197337",69260,4253,3,1698,1890 +"197338",69260,4634,3,1698,2291 +"197339",69260,5041,3,1698,2371 +"197340",69260,5986,3,1698,1721 +"197341",69260,6044,3,1698,2744 +"197342",69260,6223,3,1698,2363 +"197343",69260,8463,3,1698,2466 +"197344",69260,9269,3,1698,1892 +"197345",69260,10358,2,1698,2294 +"197346",69260,10717,3,1698,1938 +"197347",69260,11218,3,1698,2292 +"197348",69260,12042,3,1698,2345 +"197349",69260,12966,2,1698,2011 +"197350",69260,14032,3,1698,2144 +"197351",69260,14957,3,1698,2306 +"197352",69260,15782,3,1698,2306 +"197353",69260,16347,3,1698,1868 +"197354",69260,16352,3,1698,2657 +"197355",69260,16963,3,1698,1999 +"197356",69260,17943,3,1698,1943 +"197357",69260,23310,3,1698,2371 +"197358",69260,26080,2,1698,2525 +"197359",69260,26597,3,1698,2070 +"197360",69260,32919,2,1698,2321 +"197361",69260,35926,3,1698,2371 +"197362",69260,41350,3,1698,1935 +"197363",69260,41972,2,1698,2509 +"197364",69260,42390,3,1698,2937 +"197365",69260,43728,3,1698,2308 +"197366",69260,44132,3,1698,1999 +"197367",69260,47248,3,1698,2883 +"197368",69260,49142,2,1698,2289 +"197369",69260,51017,3,1698,2073 +"197370",69260,52386,3,1698,1830 +"197371",69260,82732,3,1698,2810 +"197372",69293,1367,3,609,2176 +"197373",69293,1826,3,609,924 +"197374",69293,2424,3,609,2582 +"197375",69293,2563,3,609,1686 +"197376",69293,2747,3,609,2411 +"197377",69293,3068,3,609,1815 +"197378",69293,3830,3,609,1661 +"197379",69293,3863,3,609,856 +"197380",69293,5120,3,609,2735 +"197381",69293,5346,2,609,1438 +"197382",69293,5568,3,609,1290 +"197383",69293,5580,3,609,2111 +"197384",69293,7226,2,609,1228 +"197385",69293,7245,3,609,2089 +"197386",69293,8984,3,609,1162 +"197387",69293,9150,3,609,2689 +"197388",69293,9202,3,609,2477 +"197389",69293,9311,3,609,2477 +"197390",69293,9654,3,609,2111 +"197391",69293,10481,3,609,740 +"197392",69293,10843,3,609,2277 +"197393",69293,12103,3,609,1244 +"197394",69293,13671,3,609,1371 +"197395",69293,14707,3,609,672 +"197396",69293,15207,2,609,1855 +"197397",69293,15453,3,609,1688 +"197398",69293,15462,3,609,1141 +"197399",69293,15626,2,609,2434 +"197400",69293,16040,3,609,1244 +"197401",69293,16067,3,609,2727 +"197402",69293,16877,3,609,2509 +"197403",69293,17819,3,609,2291 +"197404",69293,18211,3,609,1745 +"197405",69293,18348,3,609,1711 +"197406",69293,18415,3,609,2184 +"197407",69293,20407,3,609,2339 +"197408",69293,21929,3,609,2062 +"197409",69293,24146,3,609,2003 +"197410",69293,24362,3,609,1287 +"197411",69293,24974,3,609,702 +"197412",69293,25132,3,609,1188 +"197413",69293,28050,3,609,1955 +"197414",69293,28057,2,609,1067 +"197415",69293,29243,3,609,2011 +"197416",69293,30262,3,609,1715 +"197417",69293,30943,3,609,2287 +"197418",69293,32939,3,609,2277 +"197419",69293,33433,3,609,2805 +"197420",69293,36962,3,609,2861 +"197421",69293,37333,3,609,1612 +"197422",69293,41278,2,609,1873 +"197423",69293,41439,3,609,709 +"197424",69293,41955,3,609,2479 +"197425",69293,42642,3,609,2257 +"197426",69293,42725,2,609,630 +"197427",69293,45186,3,609,835 +"197428",69293,46803,3,609,2305 +"197429",69293,51017,3,609,2073 +"197430",69293,51853,3,609,2520 +"197431",69293,53043,3,609,803 +"197432",69293,53322,3,609,1200 +"197433",69293,53323,2,609,2677 +"197434",69293,53608,3,609,1986 +"197435",69293,54020,2,609,1578 +"197436",69293,54388,3,609,1257 +"197437",69293,55892,3,609,1234 +"197438",69293,57804,3,609,2214 +"197439",69293,57901,3,609,614 +"197440",69293,57950,3,609,1529 +"197441",69293,58854,3,609,1131 +"197442",69293,59113,3,609,2434 +"197443",69293,63641,3,609,2337 +"197444",69293,65679,3,609,1578 +"197445",69293,67726,3,609,2873 +"197446",69293,68043,3,609,690 +"197447",69293,69498,3,609,931 +"197448",69293,69716,3,609,2632 +"197449",69293,70785,3,609,1440 +"197450",69293,74818,3,609,1440 +"197451",69293,85356,3,609,1492 +"197452",69293,88126,3,609,1027 +"197453",69293,90837,3,609,825 +"197454",69293,94520,1,609,1243 +"197455",69293,95979,3,609,1722 +"197456",69293,99237,3,609,783 +"197457",69293,99557,3,609,1703 +"197458",69308,2724,3,2370,2447 +"197459",69308,3477,3,2370,2546 +"197460",69308,31357,2,2370,2389 +"197461",69308,33223,3,2370,2397 +"197462",69308,51843,2,2370,2389 +"197463",69335,3978,3,2698,2775 +"197464",69335,4932,3,2698,2752 +"197465",69335,5239,3,2698,2875 +"197466",69335,6248,3,2698,2737 +"197467",69335,9272,1,2698,2835 +"197468",69335,9724,3,2698,2713 +"197469",69335,11477,3,2698,2724 +"197470",69335,11506,2,2698,2824 +"197471",69335,18943,3,2698,2861 +"197472",69335,19364,3,2698,2846 +"197473",69335,20007,3,2698,2971 +"197474",69335,22326,3,2698,2818 +"197475",69335,22709,3,2698,2743 +"197476",69335,23550,3,2698,2939 +"197477",69335,26749,3,2698,2965 +"197478",69335,30010,3,2698,2917 +"197479",69335,37684,3,2698,2899 +"197480",69335,41978,3,2698,2824 +"197481",69335,42390,3,2698,2937 +"197482",69335,43173,2,2698,2895 +"197483",69335,47607,3,2698,2724 +"197484",69335,59039,2,2698,2870 +"197485",69335,73553,3,2698,2726 +"197486",69335,80190,3,2698,2717 +"197487",69335,98354,3,2698,2794 +"197488",69335,108379,3,2698,2933 +"197489",69352,725,2,220,1064 +"197490",69352,739,3,220,309 +"197491",69352,6071,3,220,2310 +"197492",69352,8525,3,220,1787 +"197493",69352,9716,3,220,1929 +"197494",69352,10908,3,220,1134 +"197495",69352,12818,3,220,2015 +"197496",69352,15075,1,220,2252 +"197497",69352,15088,2,220,2906 +"197498",69352,18855,2,220,1362 +"197499",69352,18954,2,220,2364 +"197500",69352,19323,3,220,1705 +"197501",69352,20271,3,220,2044 +"197502",69352,23890,3,220,1810 +"197503",69352,24761,2,220,2384 +"197504",69352,29824,3,220,2772 +"197505",69352,36577,2,220,958 +"197506",69352,40850,2,220,1396 +"197507",69352,49621,2,220,1915 +"197508",69352,50476,2,220,1641 +"197509",69352,53537,2,220,2428 +"197510",69352,56737,2,220,2270 +"197511",69352,63555,2,220,1290 +"197512",69352,72827,1,220,1359 +"197513",69352,78768,3,220,841 +"197514",69352,79036,3,220,2524 +"197515",69352,79236,3,220,1505 +"197516",69352,79822,2,220,1508 +"197517",69352,81113,3,220,1914 +"197518",69352,93766,3,220,328 +"197519",69352,96169,3,220,2356 +"197520",69352,96349,3,220,1874 +"197521",69352,96741,2,220,484 +"197522",69360,11912,2,404,889 +"197523",69360,12122,3,404,1385 +"197524",69360,19893,3,404,1223 +"197525",69360,44089,3,404,1632 +"197526",69360,76721,3,404,1174 +"197527",69380,135,3,348,2233 +"197528",69380,455,3,348,2827 +"197529",69380,600,3,348,1702 +"197530",69380,5451,1,348,1299 +"197531",69380,7350,2,348,1901 +"197532",69380,23705,1,348,2699 +"197533",69380,23918,3,348,1881 +"197534",69380,27837,2,348,1315 +"197535",69380,28101,3,348,1949 +"197536",69380,31050,3,348,1491 +"197537",69380,34920,2,348,563 +"197538",69380,35302,3,348,1589 +"197539",69380,41739,3,348,1339 +"197540",69380,54158,3,348,1756 +"197541",69380,64181,3,348,1828 +"197542",69380,65625,3,348,1273 +"197543",69380,66413,3,348,2507 +"197544",69380,105063,2,348,1908 +"197545",69417,3284,3,507,1541 +"197546",69417,4330,2,507,1128 +"197547",69417,5454,3,507,1779 +"197548",69417,29915,2,507,848 +"197549",69417,36829,3,507,2722 +"197550",69417,37859,3,507,1999 +"197551",69417,43204,3,507,1680 +"197552",69417,91435,3,507,933 +"197553",69429,140,3,50,2267 +"197554",69429,364,3,50,2351 +"197555",69429,669,3,50,1423 +"197556",69429,841,3,50,2964 +"197557",69429,1700,1,50,613 +"197558",69429,1780,3,50,1375 +"197559",69429,1822,3,50,2888 +"197560",69429,2036,3,50,2483 +"197561",69429,2269,3,50,984 +"197562",69429,2300,3,50,565 +"197563",69429,2540,2,50,1398 +"197564",69429,2765,3,50,2321 +"197565",69429,2810,3,50,83 +"197566",69429,3978,3,50,2775 +"197567",69429,4303,3,50,2414 +"197568",69429,4361,3,50,2571 +"197569",69429,4612,3,50,2804 +"197570",69429,4665,3,50,1569 +"197571",69429,4916,2,50,1970 +"197572",69429,4932,3,50,2752 +"197573",69429,4983,2,50,1909 +"197574",69429,5346,3,50,1438 +"197575",69429,5599,3,50,1684 +"197576",69429,6989,3,50,2623 +"197577",69429,7337,3,50,1797 +"197578",69429,7861,2,50,1647 +"197579",69429,7942,3,50,2623 +"197580",69429,8568,3,50,2706 +"197581",69429,8760,3,50,2477 +"197582",69429,8984,3,50,1162 +"197583",69429,9332,3,50,2734 +"197584",69429,9481,3,50,1610 +"197585",69429,9503,3,50,2453 +"197586",69429,9615,3,50,2464 +"197587",69429,9703,2,50,1845 +"197588",69429,9787,3,50,2858 +"197589",69429,10129,3,50,2124 +"197590",69429,10350,3,50,1163 +"197591",69429,10457,3,50,1711 +"197592",69429,10746,3,50,1506 +"197593",69429,11208,3,50,1161 +"197594",69429,11639,3,50,1593 +"197595",69429,11648,2,50,2852 +"197596",69429,12023,3,50,799 +"197597",69429,12067,3,50,1213 +"197598",69429,12361,3,50,2732 +"197599",69429,12542,3,50,1888 +"197600",69429,12653,3,50,1573 +"197601",69429,13260,3,50,389 +"197602",69429,13296,3,50,839 +"197603",69429,14353,3,50,2878 +"197604",69429,14449,3,50,1258 +"197605",69429,14656,3,50,584 +"197606",69429,14749,3,50,1998 +"197607",69429,15207,3,50,1855 +"197608",69429,15826,3,50,2772 +"197609",69429,15879,2,50,419 +"197610",69429,15910,3,50,941 +"197611",69429,16881,2,50,925 +"197612",69429,16959,3,50,888 +"197613",69429,17133,3,50,924 +"197614",69429,17257,3,50,1117 +"197615",69429,17645,3,50,1918 +"197616",69429,18005,2,50,2449 +"197617",69429,18421,3,50,2457 +"197618",69429,18550,3,50,483 +"197619",69429,18615,3,50,1025 +"197620",69429,19334,2,50,1979 +"197621",69429,19655,3,50,2706 +"197622",69429,19662,2,50,170 +"197623",69429,19686,3,50,2467 +"197624",69429,19818,3,50,675 +"197625",69429,20124,2,50,2376 +"197626",69429,20176,3,50,1050 +"197627",69429,20688,3,50,891 +"197628",69429,20847,3,50,491 +"197629",69429,20984,3,50,2502 +"197630",69429,21207,3,50,1258 +"197631",69429,21281,3,50,1922 +"197632",69429,21383,3,50,971 +"197633",69429,21487,3,50,2203 +"197634",69429,21593,3,50,1312 +"197635",69429,22166,3,50,994 +"197636",69429,22714,3,50,2793 +"197637",69429,22945,3,50,237 +"197638",69429,23131,3,50,1732 +"197639",69429,24302,3,50,407 +"197640",69429,25163,3,50,1751 +"197641",69429,27390,3,50,2425 +"197642",69429,27545,3,50,855 +"197643",69429,27742,3,50,2700 +"197644",69429,28051,3,50,2089 +"197645",69429,28446,3,50,917 +"197646",69429,28592,3,50,2320 +"197647",69429,28904,3,50,926 +"197648",69429,29116,3,50,2128 +"197649",69429,29267,3,50,1234 +"197650",69429,29286,3,50,1612 +"197651",69429,29473,1,50,2602 +"197652",69429,29818,3,50,1677 +"197653",69429,30974,3,50,947 +"197654",69429,31130,3,50,148 +"197655",69429,31216,3,50,1244 +"197656",69429,31317,3,50,1362 +"197657",69429,32939,3,50,2277 +"197658",69429,34094,3,50,1360 +"197659",69429,34509,3,50,1973 +"197660",69429,34908,3,50,2796 +"197661",69429,35360,3,50,2043 +"197662",69429,36912,3,50,2469 +"197663",69429,37351,1,50,978 +"197664",69429,37424,3,50,1693 +"197665",69429,37636,3,50,2178 +"197666",69429,39062,3,50,2020 +"197667",69429,39256,3,50,2449 +"197668",69429,40028,3,50,1349 +"197669",69429,40113,3,50,451 +"197670",69429,40283,3,50,1657 +"197671",69429,40747,3,50,958 +"197672",69429,40889,3,50,465 +"197673",69429,40954,2,50,2603 +"197674",69429,41581,3,50,1692 +"197675",69429,42474,3,50,2322 +"197676",69429,44497,2,50,2401 +"197677",69429,45729,3,50,2606 +"197678",69429,45992,3,50,1182 +"197679",69429,46486,3,50,1868 +"197680",69429,46726,3,50,943 +"197681",69429,47595,3,50,2374 +"197682",69429,47968,3,50,2829 +"197683",69429,48015,3,50,1355 +"197684",69429,48955,2,50,242 +"197685",69429,50335,3,50,1893 +"197686",69429,50354,3,50,1299 +"197687",69429,50585,3,50,2414 +"197688",69429,50996,3,50,929 +"197689",69429,51991,3,50,692 +"197690",69429,52483,3,50,2317 +"197691",69429,52815,3,50,2323 +"197692",69429,52993,3,50,1256 +"197693",69429,53687,3,50,2422 +"197694",69429,54467,3,50,919 +"197695",69429,54775,3,50,2383 +"197696",69429,55165,2,50,51 +"197697",69429,55482,3,50,1866 +"197698",69429,56082,3,50,2395 +"197699",69429,56995,3,50,2323 +"197700",69429,57804,3,50,2214 +"197701",69429,57912,3,50,1035 +"197702",69429,58015,3,50,899 +"197703",69429,58745,2,50,1920 +"197704",69429,61125,3,50,1673 +"197705",69429,62438,3,50,802 +"197706",69429,62668,3,50,958 +"197707",69429,62832,3,50,2606 +"197708",69429,63077,3,50,2778 +"197709",69429,64210,2,50,956 +"197710",69429,64947,3,50,2489 +"197711",69429,66121,3,50,1281 +"197712",69429,67252,1,50,1215 +"197713",69429,70748,2,50,978 +"197714",69429,71219,1,50,967 +"197715",69429,71531,2,50,2887 +"197716",69429,72083,3,50,1122 +"197717",69429,72956,3,50,1251 +"197718",69429,74370,3,50,1667 +"197719",69429,76286,2,50,1642 +"197720",69429,82046,3,50,748 +"197721",69429,85198,3,50,1794 +"197722",69429,85736,3,50,1601 +"197723",69429,93332,3,50,982 +"197724",69429,94520,3,50,1243 +"197725",69429,96401,3,50,303 +"197726",69429,99288,3,50,983 +"197727",69429,99332,3,50,873 +"197728",69429,100432,3,50,1358 +"197729",69429,104098,3,50,512 +"197730",69429,104758,3,50,255 +"197731",69429,107383,3,50,1918 +"197732",69429,109194,3,50,494 +"197733",69429,110218,3,50,437 +"197734",69429,119501,3,50,390 +"197735",69438,1092,3,830,1945 +"197736",69438,3753,3,830,1255 +"197737",69438,7013,3,830,2040 +"197738",69438,10087,3,830,1617 +"197739",69438,11127,2,830,1196 +"197740",69438,11875,3,830,1526 +"197741",69438,15716,3,830,1991 +"197742",69438,17061,1,830,2385 +"197743",69438,21225,3,830,1945 +"197744",69438,25721,2,830,2212 +"197745",69438,26408,3,830,1545 +"197746",69438,27623,3,830,2970 +"197747",69438,28065,3,830,943 +"197748",69438,38439,3,830,2025 +"197749",69438,39534,3,830,2410 +"197750",69438,48605,3,830,2796 +"197751",69438,49642,2,830,1166 +"197752",69438,69091,3,830,1267 +"197753",69438,76048,3,830,2373 +"197754",69438,76470,3,830,887 +"197755",69438,90789,3,830,1218 +"197756",69438,90860,3,830,851 +"197757",69438,92480,3,830,832 +"197758",69438,102186,3,830,2937 +"197759",69447,1520,3,1197,1716 +"197760",69447,1592,2,1197,2006 +"197761",69447,1691,2,1197,1941 +"197762",69447,2011,3,1197,2176 +"197763",69447,2344,3,1197,2752 +"197764",69447,2684,3,1197,2874 +"197765",69447,4730,3,1197,2131 +"197766",69447,6390,3,1197,2385 +"197767",69447,9511,3,1197,1232 +"197768",69447,11055,3,1197,2111 +"197769",69447,13007,3,1197,2496 +"197770",69447,14108,3,1197,2012 +"197771",69447,14731,3,1197,2012 +"197772",69447,14791,2,1197,1370 +"197773",69447,15713,3,1197,1646 +"197774",69447,19718,3,1197,1702 +"197775",69447,20200,3,1197,2322 +"197776",69447,20407,3,1197,2339 +"197777",69447,21133,3,1197,1320 +"197778",69447,21575,3,1197,1762 +"197779",69447,21682,3,1197,2414 +"197780",69447,24198,3,1197,2217 +"197781",69447,29170,3,1197,1846 +"197782",69447,31089,3,1197,2952 +"197783",69447,33622,3,1197,2230 +"197784",69447,36439,3,1197,2469 +"197785",69447,37509,2,1197,1640 +"197786",69447,38213,3,1197,1744 +"197787",69447,40537,2,1197,1284 +"197788",69447,41134,3,1197,2952 +"197789",69447,42756,1,1197,1384 +"197790",69447,43173,3,1197,2895 +"197791",69447,46621,2,1197,1343 +"197792",69447,46951,3,1197,2429 +"197793",69447,47968,3,1197,2829 +"197794",69447,48832,2,1197,1370 +"197795",69447,49301,3,1197,1894 +"197796",69447,49620,3,1197,1868 +"197797",69447,50179,3,1197,2230 +"197798",69447,50217,3,1197,1211 +"197799",69447,52041,3,1197,2694 +"197800",69447,52136,3,1197,1412 +"197801",69447,52327,3,1197,1472 +"197802",69447,53643,3,1197,1626 +"197803",69447,55482,3,1197,1866 +"197804",69447,56903,3,1197,1584 +"197805",69447,61347,2,1197,1684 +"197806",69447,66994,2,1197,1865 +"197807",69447,68586,2,1197,2322 +"197808",69447,74636,3,1197,2525 +"197809",69447,77200,3,1197,1737 +"197810",69447,79436,3,1197,1344 +"197811",69447,79657,3,1197,1260 +"197812",69447,88232,2,1197,2881 +"197813",69447,97824,3,1197,1229 +"197814",69447,100432,3,1197,1358 +"197815",69498,313,3,931,2271 +"197816",69498,377,2,931,2389 +"197817",69498,499,3,931,1931 +"197818",69498,543,2,931,2203 +"197819",69498,613,3,931,2687 +"197820",69498,1046,3,931,1881 +"197821",69498,1151,2,931,2885 +"197822",69498,1469,3,931,1160 +"197823",69498,1495,3,931,2046 +"197824",69498,1616,3,931,2662 +"197825",69498,1777,1,931,1965 +"197826",69498,1938,3,931,997 +"197827",69498,2036,2,931,2483 +"197828",69498,2224,3,931,2751 +"197829",69498,2484,2,931,2389 +"197830",69498,2754,2,931,1360 +"197831",69498,3088,2,931,1670 +"197832",69498,3161,3,931,2229 +"197833",69498,3242,3,931,1730 +"197834",69498,3830,2,931,1661 +"197835",69498,3878,3,931,1890 +"197836",69498,4057,2,931,2389 +"197837",69498,4226,3,931,1903 +"197838",69498,4701,3,931,2401 +"197839",69498,4790,3,931,1025 +"197840",69498,4791,3,931,1184 +"197841",69498,5078,2,931,2033 +"197842",69498,5457,2,931,2077 +"197843",69498,5462,1,931,2374 +"197844",69498,5504,1,931,2389 +"197845",69498,6491,3,931,2424 +"197846",69498,7241,3,931,2259 +"197847",69498,7323,2,931,2858 +"197848",69498,8229,3,931,1241 +"197849",69498,8533,3,931,2251 +"197850",69498,8621,2,931,1681 +"197851",69498,8760,3,931,2477 +"197852",69498,8866,3,931,1545 +"197853",69498,9332,3,931,2734 +"197854",69498,9362,3,931,2879 +"197855",69498,9432,3,931,1693 +"197856",69498,12374,3,931,2260 +"197857",69498,12713,3,931,2440 +"197858",69498,13945,3,931,1324 +"197859",69498,14189,3,931,1483 +"197860",69498,15184,3,931,2396 +"197861",69498,15299,3,931,2213 +"197862",69498,15379,3,931,1231 +"197863",69498,15539,2,931,1929 +"197864",69498,16074,3,931,977 +"197865",69498,16164,3,931,1184 +"197866",69498,16313,2,931,1160 +"197867",69498,17410,3,931,2073 +"197868",69498,17520,3,931,2276 +"197869",69498,18151,3,931,2962 +"197870",69498,18615,3,931,1025 +"197871",69498,18707,3,931,1143 +"197872",69498,19027,3,931,2721 +"197873",69498,19606,2,931,2783 +"197874",69498,19637,3,931,1229 +"197875",69498,20311,3,931,1981 +"197876",69498,20563,3,931,2267 +"197877",69498,20659,3,931,1969 +"197878",69498,20700,3,931,2861 +"197879",69498,21122,2,931,1701 +"197880",69498,22006,1,931,1202 +"197881",69498,22705,3,931,1016 +"197882",69498,22749,2,931,1727 +"197883",69498,23508,3,931,1907 +"197884",69498,24005,3,931,1188 +"197885",69498,24362,3,931,1287 +"197886",69498,25198,3,931,1982 +"197887",69498,26451,3,931,2133 +"197888",69498,26516,3,931,2479 +"197889",69498,27478,3,931,2485 +"197890",69498,27849,3,931,1316 +"197891",69498,28216,2,931,1910 +"197892",69498,28233,3,931,1608 +"197893",69498,29073,3,931,2328 +"197894",69498,29258,3,931,1932 +"197895",69498,30119,3,931,1961 +"197896",69498,31799,2,931,2547 +"197897",69498,32516,3,931,2050 +"197898",69498,32606,3,931,2100 +"197899",69498,35256,2,931,2271 +"197900",69498,37418,3,931,2710 +"197901",69498,37570,2,931,2389 +"197902",69498,38921,3,931,1880 +"197903",69498,39444,3,931,2695 +"197904",69498,39548,3,931,2389 +"197905",69498,41278,1,931,1873 +"197906",69498,41747,3,931,1722 +"197907",69498,42264,3,931,1702 +"197908",69498,43518,3,931,2680 +"197909",69498,44636,3,931,1026 +"197910",69498,46283,3,931,1184 +"197911",69498,46680,3,931,1690 +"197912",69498,48698,3,931,1474 +"197913",69498,49965,3,931,2301 +"197914",69498,50252,3,931,2001 +"197915",69498,50372,3,931,1834 +"197916",69498,50667,3,931,2719 +"197917",69498,50685,2,931,2008 +"197918",69498,51810,3,931,1401 +"197919",69498,53031,3,931,2065 +"197920",69498,53851,3,931,2305 +"197921",69498,54020,3,931,1578 +"197922",69498,55468,3,931,2511 +"197923",69498,55556,2,931,2075 +"197924",69498,55828,3,931,2393 +"197925",69498,57077,3,931,1885 +"197926",69498,57360,2,931,2429 +"197927",69498,57950,1,931,1529 +"197928",69498,57977,2,931,2683 +"197929",69498,58035,3,931,1646 +"197930",69498,58133,3,931,1484 +"197931",69498,60185,3,931,1206 +"197932",69498,64967,3,931,2872 +"197933",69498,65029,3,931,2954 +"197934",69498,67222,3,931,1332 +"197935",69498,70046,3,931,2624 +"197936",69498,71478,2,931,1721 +"197937",69498,72334,3,931,2820 +"197938",69498,75948,2,931,1006 +"197939",69498,80429,2,931,1927 +"197940",69498,80678,3,931,1595 +"197941",69498,83096,3,931,1061 +"197942",69498,83526,3,931,1235 +"197943",69498,85430,2,931,2370 +"197944",69498,89958,2,931,1186 +"197945",69498,91570,3,931,2229 +"197946",69498,93615,3,931,2386 +"197947",69498,97915,3,931,1802 +"197948",69498,105795,3,931,1265 +"197949",69498,107649,3,931,1573 +"197950",69498,108867,3,931,2328 +"197951",69498,109383,3,931,952 +"197952",69518,1130,3,320,1566 +"197953",69518,1315,2,320,2760 +"197954",69518,2269,3,320,984 +"197955",69518,2300,3,320,565 +"197956",69518,3139,3,320,1656 +"197957",69518,3171,3,320,700 +"197958",69518,3460,3,320,2530 +"197959",69518,3670,2,320,885 +"197960",69518,7861,3,320,1647 +"197961",69518,13518,3,320,525 +"197962",69518,14422,3,320,1548 +"197963",69518,15453,2,320,1688 +"197964",69518,19204,3,320,1753 +"197965",69518,23312,3,320,2449 +"197966",69518,26282,3,320,1241 +"197967",69518,27427,3,320,2325 +"197968",69518,29454,3,320,2719 +"197969",69518,29683,3,320,2025 +"197970",69518,34509,3,320,1973 +"197971",69518,36983,3,320,462 +"197972",69518,41764,3,320,2409 +"197973",69518,42642,3,320,2257 +"197974",69518,48283,3,320,1290 +"197975",69518,51243,3,320,1389 +"197976",69518,64292,3,320,1583 +"197977",69518,67216,3,320,984 +"197978",69518,70605,3,320,1176 +"197979",69518,79612,3,320,927 +"197980",69518,85444,2,320,944 +"197981",69518,90608,3,320,590 +"197982",69518,100532,3,320,859 +"197983",69545,364,3,673,2351 +"197984",69545,1519,3,673,2349 +"197985",69545,2429,3,673,999 +"197986",69545,2852,2,673,2448 +"197987",69545,2936,3,673,2512 +"197988",69545,3254,3,673,1258 +"197989",69545,3493,3,673,2451 +"197990",69545,4660,2,673,2149 +"197991",69545,5106,2,673,2622 +"197992",69545,5897,3,673,2337 +"197993",69545,6877,3,673,867 +"197994",69545,9785,3,673,2951 +"197995",69545,12361,3,673,2732 +"197996",69545,13296,3,673,839 +"197997",69545,14781,3,673,2338 +"197998",69545,16864,2,673,814 +"197999",69545,17033,2,673,2771 +"198000",69545,18978,3,673,952 +"198001",69545,19073,3,673,2748 +"198002",69545,19655,3,673,2706 +"198003",69545,20395,2,673,1468 +"198004",69545,20984,3,673,2502 +"198005",69545,21383,3,673,971 +"198006",69545,23756,3,673,2309 +"198007",69545,23966,3,673,891 +"198008",69545,26793,3,673,2104 +"198009",69545,27686,3,673,2844 +"198010",69545,27742,3,673,2700 +"198011",69545,28357,3,673,1134 +"198012",69545,28909,3,673,978 +"198013",69545,29473,3,673,2602 +"198014",69545,31335,3,673,2351 +"198015",69545,32202,3,673,2314 +"198016",69545,36487,3,673,2622 +"198017",69545,36737,2,673,829 +"198018",69545,37424,3,673,1693 +"198019",69545,38513,3,673,914 +"198020",69545,39249,3,673,1665 +"198021",69545,39534,3,673,2410 +"198022",69545,40572,3,673,2666 +"198023",69545,41023,3,673,2408 +"198024",69545,43204,2,673,1680 +"198025",69545,44025,3,673,1935 +"198026",69545,45729,3,673,2606 +"198027",69545,46486,3,673,1868 +"198028",69545,47013,3,673,2388 +"198029",69545,51144,3,673,2466 +"198030",69545,51774,3,673,2459 +"198031",69545,54775,3,673,2383 +"198032",69545,61347,3,673,1684 +"198033",69545,62626,3,673,2787 +"198034",69545,63641,2,673,2337 +"198035",69545,64156,2,673,675 +"198036",69545,66717,2,673,2104 +"198037",69545,68931,2,673,2771 +"198038",69545,70583,3,673,2615 +"198039",69545,72438,3,673,1397 +"198040",69545,72535,2,673,1191 +"198041",69545,72632,3,673,1289 +"198042",69545,76391,3,673,1536 +"198043",69545,78842,3,673,904 +"198044",69545,80338,3,673,2059 +"198045",69545,85198,3,673,1794 +"198046",69545,87958,3,673,1234 +"198047",69545,90719,3,673,1234 +"198048",69545,95910,2,673,999 +"198049",69545,96007,2,673,895 +"198050",69545,99298,3,673,679 +"198051",69545,106240,2,673,705 +"198052",69564,4032,3,903,1763 +"198053",69564,6562,3,903,1139 +"198054",69564,9050,2,903,2026 +"198055",69564,11135,3,903,2441 +"198056",69564,11665,2,903,1643 +"198057",69564,13400,3,903,1371 +"198058",69564,14754,3,903,2456 +"198059",69564,15502,3,903,2637 +"198060",69564,16566,3,903,2019 +"198061",69564,16833,2,903,1661 +"198062",69564,23325,3,903,2779 +"198063",69564,24116,3,903,1413 +"198064",69564,25886,2,903,1580 +"198065",69564,28081,3,903,1927 +"198066",69564,34441,3,903,1661 +"198067",69564,51448,3,903,1593 +"198068",69564,78910,3,903,1931 +"198069",69564,104659,2,903,2026 +"198070",69583,96401,3,278,303 +"198071",69583,99332,3,278,873 +"198072",69583,110218,3,278,437 +"198073",69591,3460,3,2294,2530 +"198074",69591,3896,3,2294,2693 +"198075",69591,3966,3,2294,2425 +"198076",69591,11456,2,2294,2715 +"198077",69591,19027,3,2294,2721 +"198078",69591,25325,2,2294,2963 +"198079",69591,29004,3,2294,2596 +"198080",69591,36646,2,2294,2744 +"198081",69591,46580,3,2294,2346 +"198082",69591,47877,3,2294,2970 +"198083",69591,51055,3,2294,2558 +"198084",69591,62841,3,2294,2710 +"198085",69684,1090,3,816,2370 +"198086",69684,2036,3,816,2483 +"198087",69684,8621,3,816,1681 +"198088",69684,15539,3,816,1929 +"198089",69684,23492,3,816,1067 +"198090",69684,23725,3,816,2378 +"198091",69684,32162,1,816,895 +"198092",69684,80678,2,816,1595 +"198093",69712,279,3,1219,1989 +"198094",69712,380,2,1219,2261 +"198095",69712,1102,3,1219,2282 +"198096",69712,1875,3,1219,1786 +"198097",69712,2572,3,1219,2273 +"198098",69712,2864,3,1219,1543 +"198099",69712,3306,3,1219,1989 +"198100",69712,3748,3,1219,2052 +"198101",69712,3801,2,1219,1974 +"198102",69712,4690,2,1219,1938 +"198103",69712,5235,3,1219,2324 +"198104",69712,5350,3,1219,2522 +"198105",69712,5865,3,1219,1910 +"198106",69712,6052,3,1219,1985 +"198107",69712,6074,3,1219,2426 +"198108",69712,6491,3,1219,2424 +"198109",69712,7181,3,1219,1421 +"198110",69712,7406,3,1219,1906 +"198111",69712,7502,2,1219,1519 +"198112",69712,7616,3,1219,2296 +"198113",69712,8866,3,1219,1545 +"198114",69712,8888,3,1219,1328 +"198115",69712,9362,2,1219,2879 +"198116",69712,9364,3,1219,1698 +"198117",69712,9805,3,1219,1621 +"198118",69712,10513,1,1219,2284 +"198119",69712,10851,3,1219,2423 +"198120",69712,11540,3,1219,1237 +"198121",69712,12374,3,1219,2260 +"198122",69712,12528,3,1219,2589 +"198123",69712,12602,2,1219,1956 +"198124",69712,12724,3,1219,1930 +"198125",69712,14080,3,1219,1351 +"198126",69712,14655,3,1219,2559 +"198127",69712,14834,2,1219,2739 +"198128",69712,14959,3,1219,2898 +"198129",69712,15632,1,1219,1242 +"198130",69712,16384,3,1219,1320 +"198131",69712,16539,3,1219,1947 +"198132",69712,16940,3,1219,1290 +"198133",69712,19096,3,1219,1538 +"198134",69712,19719,3,1219,2177 +"198135",69712,20124,3,1219,2376 +"198136",69712,20874,3,1219,1580 +"198137",69712,21138,3,1219,2849 +"198138",69712,21682,3,1219,2414 +"198139",69712,21929,3,1219,2062 +"198140",69712,21960,3,1219,1517 +"198141",69712,22141,3,1219,2348 +"198142",69712,22165,3,1219,1501 +"198143",69712,22586,3,1219,1341 +"198144",69712,24060,3,1219,2349 +"198145",69712,26067,3,1219,2069 +"198146",69712,26671,3,1219,2279 +"198147",69712,26749,3,1219,2965 +"198148",69712,33430,3,1219,2225 +"198149",69712,38780,3,1219,2705 +"198150",69712,40493,3,1219,1981 +"198151",69712,40913,3,1219,1800 +"198152",69712,42129,3,1219,2318 +"198153",69712,42216,3,1219,2722 +"198154",69712,45302,3,1219,2390 +"198155",69712,46040,3,1219,2105 +"198156",69712,46091,3,1219,1938 +"198157",69712,46950,1,1219,2673 +"198158",69712,47248,3,1219,2883 +"198159",69712,47772,3,1219,2293 +"198160",69712,49110,3,1219,2938 +"198161",69712,49512,2,1219,1302 +"198162",69712,50134,3,1219,2674 +"198163",69712,51017,2,1219,2073 +"198164",69712,51035,1,1219,2397 +"198165",69712,51866,3,1219,2411 +"198166",69712,52576,3,1219,2234 +"198167",69712,53323,3,1219,2677 +"198168",69712,54855,3,1219,1525 +"198169",69712,55320,3,1219,1643 +"198170",69712,55892,3,1219,1234 +"198171",69712,57353,3,1219,1849 +"198172",69712,58508,3,1219,2326 +"198173",69712,61932,3,1219,1959 +"198174",69712,64232,2,1219,1275 +"198175",69712,64699,3,1219,2797 +"198176",69712,66983,2,1219,2397 +"198177",69712,71342,2,1219,1289 +"198178",69712,72956,3,1219,1251 +"198179",69712,74985,3,1219,2895 +"198180",69712,76284,3,1219,1237 +"198181",69712,79436,3,1219,1344 +"198182",69712,79653,3,1219,2683 +"198183",69712,79657,3,1219,1260 +"198184",69712,80825,1,1219,2315 +"198185",69712,84022,3,1219,2289 +"198186",69716,4551,3,2632,2720 +"198187",69716,16067,3,2632,2727 +"198188",69716,61337,3,2632,2777 +"198189",69716,67726,3,2632,2873 +"198190",69732,3158,3,732,2762 +"198191",69732,4784,3,732,2511 +"198192",69732,9740,3,732,2233 +"198193",69732,10146,3,732,1878 +"198194",69732,10779,3,732,2881 +"198195",69732,11270,2,732,1011 +"198196",69732,13551,3,732,1451 +"198197",69732,13595,3,732,1164 +"198198",69732,14212,3,732,857 +"198199",69732,14255,3,732,893 +"198200",69732,17499,3,732,2954 +"198201",69732,28648,3,732,1586 +"198202",69732,43728,3,732,2308 +"198203",69732,45297,3,732,1864 +"198204",69732,51212,3,732,1801 +"198205",69732,52386,3,732,1830 +"198206",69732,67289,2,732,829 +"198207",69732,71225,3,732,956 +"198208",69732,76842,2,732,1518 +"198209",69732,78843,1,732,1524 +"198210",69745,357,3,1594,2327 +"198211",69745,2208,3,1594,2814 +"198212",69745,4567,3,1594,2348 +"198213",69745,7759,2,1594,2844 +"198214",69745,7847,3,1594,2424 +"198215",69745,9311,3,1594,2477 +"198216",69745,10453,3,1594,1656 +"198217",69745,10843,3,1594,2277 +"198218",69745,20124,3,1594,2376 +"198219",69745,21872,3,1594,2458 +"198220",69745,23806,3,1594,1671 +"198221",69745,23825,1,1594,1913 +"198222",69745,32606,3,1594,2100 +"198223",69745,34836,3,1594,2302 +"198224",69745,38019,3,1594,1870 +"198225",69745,38140,3,1594,1866 +"198226",69745,40129,3,1594,2162 +"198227",69745,44135,3,1594,2620 +"198228",69745,52154,3,1594,1722 +"198229",69745,71982,3,1594,2812 +"198230",69745,76672,3,1594,1930 +"198231",69745,79627,3,1594,2409 +"198232",69745,87144,3,1594,2299 +"198233",69788,4551,3,2007,2720 +"198234",69788,4932,3,2007,2752 +"198235",69788,19934,2,2007,2888 +"198236",69788,27320,3,2007,2378 +"198237",69788,28893,3,2007,2764 +"198238",69788,37752,3,2007,2223 +"198239",69788,38259,3,2007,2258 +"198240",69788,39443,2,2007,2277 +"198241",69788,39875,2,2007,2422 +"198242",69788,57765,3,2007,2893 +"198243",69788,59039,3,2007,2870 +"198244",69788,65188,3,2007,2213 +"198245",69788,69131,3,2007,2122 +"198246",69788,88067,2,2007,2315 +"198247",69795,1624,3,2636,2687 +"198248",69795,6345,3,2636,2713 +"198249",69795,9724,3,2636,2713 +"198250",69795,17499,3,2636,2954 +"198251",69795,53652,3,2636,2899 +"198252",69810,7014,3,2321,2401 +"198253",69810,32818,3,2321,2485 +"198254",69810,57356,3,2321,2476 +"198255",69810,59776,3,2321,2493 +"198256",69810,61337,3,2321,2777 +"198257",69830,1570,3,378,2028 +"198258",69830,3272,3,378,2132 +"198259",69830,3678,2,378,1325 +"198260",69830,4622,2,378,1589 +"198261",69830,6562,3,378,1139 +"198262",69830,7648,2,378,1861 +"198263",69830,9273,2,378,1747 +"198264",69830,9328,3,378,1937 +"198265",69830,10755,2,378,1742 +"198266",69830,10756,3,378,2207 +"198267",69830,14442,3,378,2700 +"198268",69830,14902,3,378,562 +"198269",69830,15119,3,378,1020 +"198270",69830,16184,3,378,2274 +"198271",69830,17608,3,378,1216 +"198272",69830,17768,1,378,2468 +"198273",69830,18455,3,378,1237 +"198274",69830,20739,3,378,2025 +"198275",69830,24867,3,378,1861 +"198276",69830,25053,2,378,2186 +"198277",69830,29067,3,378,1538 +"198278",69830,29354,3,378,1123 +"198279",69830,31281,2,378,1937 +"198280",69830,32904,3,378,2055 +"198281",69830,35844,3,378,2961 +"198282",69830,36975,3,378,887 +"198283",69830,36996,2,378,2321 +"198284",69830,39911,3,378,1445 +"198285",69830,41669,2,378,1247 +"198286",69830,44132,3,378,1999 +"198287",69830,44501,3,378,2567 +"198288",69830,46849,2,378,1238 +"198289",69830,47094,3,378,2592 +"198290",69830,55446,2,378,1247 +"198291",69830,55997,3,378,1414 +"198292",69830,59289,3,378,2896 +"198293",69830,62975,3,378,977 +"198294",69830,70967,3,378,570 +"198295",69830,76503,3,378,1136 +"198296",69830,80117,3,378,1140 +"198297",69830,84322,3,378,1635 +"198298",69830,85062,3,378,1379 +"198299",69830,91465,2,378,1047 +"198300",69830,93123,2,378,870 +"198301",69830,97615,3,378,1198 +"198302",69830,103536,2,378,475 +"198303",69830,104281,3,378,2228 +"198304",69830,110874,3,378,1390 +"198305",69861,11239,3,277,2181 +"198306",69861,11310,3,277,957 +"198307",69861,14463,3,277,1256 +"198308",69861,16684,3,277,1657 +"198309",69861,19364,3,277,2846 +"198310",69861,20847,3,277,491 +"198311",69861,22709,3,277,2743 +"198312",69861,28432,3,277,1954 +"198313",69861,28923,3,277,2362 +"198314",69861,34831,3,277,1866 +"198315",69861,34921,3,277,2181 +"198316",69861,41240,3,277,2220 +"198317",69861,52182,3,277,1622 +"198318",69861,52215,3,277,1908 +"198319",69861,55472,3,277,1516 +"198320",69861,66622,3,277,799 +"198321",69861,68831,3,277,1446 +"198322",69861,73553,3,277,2726 +"198323",69861,79477,1,277,836 +"198324",69861,82819,3,277,1900 +"198325",69861,86978,3,277,2733 +"198326",69861,94138,3,277,1939 +"198327",69861,102893,2,277,814 +"198328",69887,6877,3,357,867 +"198329",69887,18479,3,357,2967 +"198330",69887,21419,3,357,1243 +"198331",69887,21976,3,357,1808 +"198332",69887,29275,3,357,949 +"198333",69887,31170,3,357,1776 +"198334",69887,32470,3,357,1539 +"198335",69887,43524,3,357,2572 +"198336",69887,57383,3,357,1302 +"198337",69887,62334,3,357,1766 +"198338",69887,73810,3,357,1554 +"198339",69887,78262,3,357,1326 +"198340",69887,83007,3,357,2727 +"198341",69887,83228,2,357,732 +"198342",69887,86357,3,357,736 +"198343",69887,93317,3,357,1223 +"198344",69887,99418,3,357,444 +"198345",69903,5346,3,1066,1438 +"198346",69903,6234,3,1066,2654 +"198347",69903,9423,3,1066,1708 +"198348",69903,10964,3,1066,2043 +"198349",69903,11019,3,1066,1299 +"198350",69903,11067,3,1066,2734 +"198351",69903,14072,3,1066,1346 +"198352",69903,14442,3,1066,2700 +"198353",69903,14731,3,1066,2012 +"198354",69903,14972,3,1066,2332 +"198355",69903,15207,3,1066,1855 +"198356",69903,17396,3,1066,1672 +"198357",69903,20545,3,1066,1491 +"198358",69903,21487,3,1066,2203 +"198359",69903,24085,3,1066,1253 +"198360",69903,24195,3,1066,1575 +"198361",69903,25443,3,1066,1441 +"198362",69903,26658,3,1066,2745 +"198363",69903,30092,3,1066,1593 +"198364",69903,30981,3,1066,2366 +"198365",69903,32939,2,1066,2277 +"198366",69903,33383,3,1066,1572 +"198367",69903,33460,3,1066,2781 +"198368",69903,34509,3,1066,1973 +"198369",69903,35264,3,1066,2329 +"198370",69903,36215,3,1066,1623 +"198371",69903,38676,3,1066,2286 +"198372",69903,42256,3,1066,2839 +"198373",69903,45585,3,1066,2384 +"198374",69903,51890,3,1066,1992 +"198375",69903,53445,3,1066,2028 +"198376",69903,55892,3,1066,1234 +"198377",69903,56903,3,1066,1584 +"198378",69903,57804,2,1066,2214 +"198379",69903,58284,3,1066,2292 +"198380",69903,69912,1,1066,2391 +"198381",69903,82246,3,1066,1538 +"198382",69903,94520,3,1066,1243 +"198383",69908,14072,3,47,1346 +"198384",69908,14972,3,47,2332 +"198385",69908,17381,2,47,1697 +"198386",69908,32377,3,47,237 +"198387",69908,44720,3,47,1202 +"198388",69908,48548,3,47,826 +"198389",69908,54715,3,47,499 +"198390",69908,68700,3,47,639 +"198391",69908,74290,3,47,1513 +"198392",69908,96563,3,47,961 +"198393",69930,733,3,416,1653 +"198394",69930,1046,3,416,1881 +"198395",69930,1136,3,416,2536 +"198396",69930,1367,3,416,2176 +"198397",69930,3242,3,416,1730 +"198398",69930,4191,3,416,2130 +"198399",69930,4618,3,416,2607 +"198400",69930,5148,3,416,2206 +"198401",69930,5725,3,416,2789 +"198402",69930,7226,3,416,1228 +"198403",69930,7245,3,416,2089 +"198404",69930,8533,3,416,2251 +"198405",69930,10343,3,416,1072 +"198406",69930,10875,3,416,1234 +"198407",69930,12096,2,416,1330 +"198408",69930,13929,3,416,2693 +"198409",69930,15005,3,416,1415 +"198410",69930,16164,3,416,1184 +"198411",69930,16195,3,416,2964 +"198412",69930,17396,3,416,1672 +"198413",69930,17819,3,416,2291 +"198414",69930,17852,2,416,2840 +"198415",69930,18277,3,416,2309 +"198416",69930,18415,3,416,2184 +"198417",69930,18707,3,416,1143 +"198418",69930,20311,3,416,1981 +"198419",69930,20319,3,416,468 +"198420",69930,22331,1,416,2687 +"198421",69930,23509,3,416,2275 +"198422",69930,24825,3,416,2686 +"198423",69930,25341,3,416,1858 +"198424",69930,25443,2,416,1441 +"198425",69930,25643,3,416,1646 +"198426",69930,26282,3,416,1241 +"198427",69930,26451,3,416,2133 +"198428",69930,26570,3,416,1669 +"198429",69930,27849,3,416,1316 +"198430",69930,28285,3,416,2972 +"198431",69930,28434,2,416,1141 +"198432",69930,29073,3,416,2328 +"198433",69930,31307,3,416,2139 +"198434",69930,31691,3,416,1657 +"198435",69930,31799,3,416,2547 +"198436",69930,31927,2,416,818 +"198437",69930,32113,3,416,882 +"198438",69930,33383,3,416,1572 +"198439",69930,33588,3,416,1040 +"198440",69930,37620,3,416,2716 +"198441",69930,38523,3,416,549 +"198442",69930,40293,3,416,1671 +"198443",69930,40672,1,416,1315 +"198444",69930,41682,3,416,1988 +"198445",69930,45549,3,416,1322 +"198446",69930,45704,3,416,2687 +"198447",69930,47947,3,416,2681 +"198448",69930,52457,2,416,849 +"198449",69930,52835,3,416,995 +"198450",69930,54929,3,416,2783 +"198451",69930,57765,3,416,2893 +"198452",69930,57977,3,416,2683 +"198453",69930,58035,2,416,1646 +"198454",69930,58221,2,416,1787 +"198455",69930,60552,3,416,855 +"198456",69930,63770,3,416,1324 +"198457",69930,64031,2,416,1295 +"198458",69930,66860,3,416,1548 +"198459",69930,67352,3,416,1115 +"198460",69930,75948,3,416,1006 +"198461",69930,80172,3,416,1342 +"198462",69930,80471,2,416,538 +"198463",69930,82767,3,416,1641 +"198464",69930,90573,3,416,878 +"198465",69930,91912,3,416,790 +"198466",69930,94101,3,416,997 +"198467",69930,99103,3,416,1470 +"198468",69930,100218,3,416,606 +"198469",69957,9481,3,1569,1610 +"198470",69957,10050,3,1569,1792 +"198471",69957,10453,3,1569,1656 +"198472",69957,11135,3,1569,2441 +"198473",69957,18706,3,1569,1617 +"198474",69957,20512,3,1569,2748 +"198475",69957,30669,3,1569,1921 +"198476",69957,52815,3,1569,2323 +"198477",69957,59448,2,1569,2687 +"198478",69957,76286,3,1569,1642 +"198479",69979,1130,3,557,1566 +"198480",69979,20292,3,557,2755 +"198481",69979,29917,3,557,1962 +"198482",69979,34509,3,557,1973 +"198483",69979,62841,3,557,2710 +"198484",69979,80190,3,557,2717 +"198485",70011,17499,3,2690,2954 +"198486",70011,23550,3,2690,2939 +"198487",70011,37684,3,2690,2899 +"198488",70046,1616,3,2624,2662 +"198489",70046,3164,3,2624,2693 +"198490",70046,3305,3,2624,2839 +"198491",70046,7323,3,2624,2858 +"198492",70046,10890,3,2624,2639 +"198493",70046,13929,3,2624,2693 +"198494",70046,19208,3,2624,2629 +"198495",70046,19606,3,2624,2783 +"198496",70046,21795,3,2624,2653 +"198497",70046,22326,3,2624,2818 +"198498",70046,26865,3,2624,2726 +"198499",70046,27753,3,2624,2750 +"198500",70046,29454,3,2624,2719 +"198501",70046,34327,3,2624,2959 +"198502",70046,36506,3,2624,2638 +"198503",70046,36962,3,2624,2861 +"198504",70046,41607,3,2624,2802 +"198505",70046,41664,3,2624,2641 +"198506",70046,43518,3,2624,2680 +"198507",70046,49998,3,2624,2761 +"198508",70046,55691,3,2624,2856 +"198509",70070,37059,3,2425,2840 +"198510",70070,57492,3,2425,2855 +"198511",70101,841,3,2414,2964 +"198512",70101,6989,3,2414,2623 +"198513",70101,8062,3,2414,2858 +"198514",70101,11429,3,2414,2520 +"198515",70101,12948,3,2414,2669 +"198516",70101,13136,3,2414,2867 +"198517",70101,14586,3,2414,2801 +"198518",70101,16176,3,2414,2703 +"198519",70101,22723,3,2414,2859 +"198520",70101,28869,2,2414,2425 +"198521",70101,36953,3,2414,2790 +"198522",70101,40572,3,2414,2666 +"198523",70101,45869,3,2414,2840 +"198524",70101,47968,3,2414,2829 +"198525",70103,1708,3,257,1591 +"198526",70103,12084,3,257,1960 +"198527",70103,14772,3,257,2386 +"198528",70103,16910,3,257,1978 +"198529",70103,23963,3,257,647 +"198530",70103,60966,2,257,2734 +"198531",70126,140,3,1158,2267 +"198532",70126,1195,3,1158,1322 +"198533",70126,2206,3,1158,2536 +"198534",70126,5897,3,1158,2337 +"198535",70126,11434,3,1158,1187 +"198536",70126,11516,3,1158,1937 +"198537",70126,13068,3,1158,1778 +"198538",70126,14287,3,1158,1583 +"198539",70126,23692,3,1158,1540 +"198540",70126,25378,3,1158,1245 +"198541",70126,27391,3,1158,2378 +"198542",70126,31235,3,1158,2668 +"198543",70126,37752,3,1158,2223 +"198544",70126,38373,3,1158,1928 +"198545",70126,39746,3,1158,1361 +"198546",70126,47013,3,1158,2388 +"198547",70126,47559,3,1158,1826 +"198548",70126,59039,3,1158,2870 +"198549",70126,59485,3,1158,1564 +"198550",70126,65522,2,1158,1572 +"198551",70126,74795,3,1158,1319 +"198552",70126,92678,1,1158,1769 +"198553",70203,3305,3,2756,2839 +"198554",70203,14959,2,2756,2898 +"198555",70203,15636,2,2756,2857 +"198556",70203,18151,3,2756,2962 +"198557",70203,23787,3,2756,2810 +"198558",70203,33801,2,2756,2899 +"198559",70203,34735,3,2756,2767 +"198560",70203,44654,3,2756,2916 +"198561",70203,53475,3,2756,2853 +"198562",70217,270,3,2332,2542 +"198563",70217,2224,3,2332,2751 +"198564",70217,2424,3,2332,2582 +"198565",70217,8762,3,2332,2585 +"198566",70217,14959,3,2332,2898 +"198567",70217,18394,3,2332,2356 +"198568",70217,22326,2,2332,2818 +"198569",70217,25305,2,2332,2447 +"198570",70217,30173,3,2332,2404 +"198571",70217,42216,3,2332,2722 +"198572",70217,43455,3,2332,2846 +"198573",70217,56082,3,2332,2395 +"198574",70217,61982,3,2332,2725 +"198575",70217,72207,3,2332,2430 +"198576",70217,101797,3,2332,2357 +"198577",70232,1822,3,2401,2888 +"198578",70232,3477,3,2401,2546 +"198579",70232,14353,2,2401,2878 +"198580",70232,17027,2,2401,2772 +"198581",70232,59140,3,2401,2528 +"198582",70232,68652,3,2401,2878 +"198583",70269,16826,2,2368,2599 +"198584",70269,21138,3,2368,2849 +"198585",70269,34158,3,2368,2639 +"198586",70269,35361,3,2368,2389 +"198587",70269,38227,3,2368,2511 +"198588",70269,80759,2,2368,2940 +"198589",70273,38467,3,801,1259 +"198590",70348,7499,3,1173,1803 +"198591",70348,7763,3,1173,1656 +"198592",70348,14612,3,1173,2340 +"198593",70348,25941,3,1173,2369 +"198594",70348,30804,1,1173,1614 +"198595",70348,33176,3,1173,2630 +"198596",70348,79480,1,1173,1376 +"198597",70348,93609,1,1173,2252 +"198598",70372,2060,3,526,1753 +"198599",70372,2407,3,526,1725 +"198600",70372,7896,3,526,2447 +"198601",70372,16866,3,526,2718 +"198602",70372,17033,3,526,2771 +"198603",70372,17645,3,526,1918 +"198604",70372,18865,3,526,2676 +"198605",70372,19655,3,526,2706 +"198606",70372,22166,3,526,994 +"198607",70372,23692,3,526,1540 +"198608",70372,25541,2,526,917 +"198609",70372,31408,2,526,994 +"198610",70372,38087,2,526,1083 +"198611",70372,39249,3,526,1665 +"198612",70372,40309,3,526,871 +"198613",70372,45664,3,526,2235 +"198614",70372,46726,2,526,943 +"198615",70372,50996,3,526,929 +"198616",70372,51758,3,526,2310 +"198617",70372,60808,3,526,1258 +"198618",70372,62668,3,526,958 +"198619",70372,63395,3,526,2334 +"198620",70372,67617,3,526,1149 +"198621",70372,72986,2,526,1055 +"198622",70372,77057,3,526,1866 +"198623",70372,77095,3,526,1622 +"198624",70372,81239,3,526,547 +"198625",70372,96310,2,526,1016 +"198626",70403,364,3,542,2351 +"198627",70403,1523,3,542,2048 +"198628",70403,2190,3,542,2359 +"198629",70403,9484,3,542,1429 +"198630",70403,9785,3,542,2951 +"198631",70403,9787,3,542,2858 +"198632",70403,10050,3,542,1792 +"198633",70403,11029,3,542,2362 +"198634",70403,21240,3,542,1162 +"198635",70403,28081,3,542,1927 +"198636",70403,36344,3,542,2570 +"198637",70403,38087,3,542,1083 +"198638",70403,38532,3,542,1234 +"198639",70403,39418,3,542,1978 +"198640",70403,41581,3,542,1692 +"198641",70403,68789,3,542,1929 +"198642",70403,82023,3,542,992 +"198643",70403,84447,2,542,1006 +"198644",70403,90236,3,542,1010 +"198645",70403,92860,3,542,1643 +"198646",70403,93026,2,542,704 +"198647",70403,106399,3,542,1530 +"198648",70403,113116,2,542,769 +"198649",70422,4646,3,1398,2139 +"198650",70422,16437,3,1398,1956 +"198651",70422,16776,3,1398,1565 +"198652",70422,21810,2,1398,1579 +"198653",70422,35133,3,1398,2219 +"198654",70422,37752,3,1398,2223 +"198655",70422,59039,3,1398,2870 +"198656",70422,59776,3,1398,2493 +"198657",70433,17812,2,2639,2705 +"198658",70455,145,3,1307,1998 +"198659",70455,360,3,1307,1671 +"198660",70455,728,3,1307,1812 +"198661",70455,913,3,1307,2144 +"198662",70455,1314,3,1307,1522 +"198663",70455,1519,3,1307,2349 +"198664",70455,1702,3,1307,1984 +"198665",70455,2407,2,1307,1725 +"198666",70455,2625,2,1307,2152 +"198667",70455,3127,3,1307,2273 +"198668",70455,4001,2,1307,1687 +"198669",70455,4612,3,1307,2804 +"198670",70455,4669,3,1307,2395 +"198671",70455,4730,2,1307,2131 +"198672",70455,4821,3,1307,1938 +"198673",70455,5363,3,1307,1791 +"198674",70455,5897,3,1307,2337 +"198675",70455,7252,3,1307,2799 +"198676",70455,7433,3,1307,2255 +"198677",70455,8354,3,1307,1705 +"198678",70455,8568,3,1307,2706 +"198679",70455,8888,3,1307,1328 +"198680",70455,9035,3,1307,2771 +"198681",70455,9060,3,1307,1612 +"198682",70455,9202,3,1307,2477 +"198683",70455,9481,3,1307,1610 +"198684",70455,9787,3,1307,2858 +"198685",70455,10239,3,1307,2032 +"198686",70455,10453,3,1307,1656 +"198687",70455,10473,3,1307,1783 +"198688",70455,11108,3,1307,1609 +"198689",70455,11563,3,1307,1863 +"198690",70455,11648,3,1307,2852 +"198691",70455,11990,3,1307,1909 +"198692",70455,12199,3,1307,1651 +"198693",70455,12759,3,1307,2414 +"198694",70455,14287,3,1307,1583 +"198695",70455,14626,3,1307,2175 +"198696",70455,14652,3,1307,2516 +"198697",70455,15546,3,1307,2055 +"198698",70455,16286,3,1307,2470 +"198699",70455,16501,3,1307,1650 +"198700",70455,16866,2,1307,2718 +"198701",70455,18865,2,1307,2676 +"198702",70455,19208,3,1307,2629 +"198703",70455,19605,3,1307,2395 +"198704",70455,20220,2,1307,1656 +"198705",70455,20984,3,1307,2502 +"198706",70455,21180,3,1307,2762 +"198707",70455,21741,3,1307,1574 +"198708",70455,22578,3,1307,2216 +"198709",70455,23131,3,1307,1732 +"198710",70455,24066,3,1307,1755 +"198711",70455,25163,3,1307,1751 +"198712",70455,26642,3,1307,2952 +"198713",70455,27686,3,1307,2844 +"198714",70455,27742,3,1307,2700 +"198715",70455,27914,3,1307,2507 +"198716",70455,28051,3,1307,2089 +"198717",70455,28837,3,1307,2286 +"198718",70455,29286,2,1307,1612 +"198719",70455,29825,3,1307,2603 +"198720",70455,29977,3,1307,2781 +"198721",70455,30442,2,1307,2124 +"198722",70455,30525,3,1307,1964 +"198723",70455,31235,3,1307,2668 +"198724",70455,31868,3,1307,1993 +"198725",70455,32942,3,1307,2038 +"198726",70455,34162,3,1307,2336 +"198727",70455,34870,3,1307,1873 +"198728",70455,35728,3,1307,2017 +"198729",70455,35980,3,1307,2657 +"198730",70455,36270,3,1307,2910 +"198731",70455,36912,3,1307,2469 +"198732",70455,40035,3,1307,2742 +"198733",70455,40572,3,1307,2666 +"198734",70455,41955,3,1307,2479 +"198735",70455,42813,2,1307,2142 +"198736",70455,43673,3,1307,2787 +"198737",70455,44603,3,1307,2748 +"198738",70455,45449,3,1307,1610 +"198739",70455,45869,3,1307,2840 +"198740",70455,46384,3,1307,2285 +"198741",70455,46486,3,1307,1868 +"198742",70455,50480,3,1307,2701 +"198743",70455,53739,3,1307,2704 +"198744",70455,54775,3,1307,2383 +"198745",70455,55296,3,1307,2413 +"198746",70455,55775,3,1307,2385 +"198747",70455,56910,3,1307,2705 +"198748",70455,58655,3,1307,2685 +"198749",70455,61125,3,1307,1673 +"198750",70455,63395,2,1307,2334 +"198751",70455,64174,3,1307,2377 +"198752",70455,69215,3,1307,1591 +"198753",70455,70583,3,1307,2615 +"198754",70455,72597,3,1307,1843 +"198755",70455,74204,3,1307,2463 +"198756",70455,76143,3,1307,1610 +"198757",70455,100048,2,1307,1573 +"198758",70455,101347,3,1307,1335 +"198759",70528,16195,3,2727,2964 +"198760",70555,46506,3,1229,2464 +"198761",70555,84254,3,1229,2548 +"198762",70568,600,3,103,1702 +"198763",70568,2195,3,103,2139 +"198764",70568,2357,3,103,492 +"198765",70568,10370,3,103,2224 +"198766",70568,18108,3,103,1656 +"198767",70568,18825,3,103,1240 +"198768",70568,18924,2,103,485 +"198769",70568,19093,2,103,2224 +"198770",70568,23918,3,103,1881 +"198771",70568,25443,3,103,1441 +"198772",70568,27377,2,103,1724 +"198773",70568,29295,3,103,2043 +"198774",70568,31307,3,103,2139 +"198775",70568,33383,3,103,1572 +"198776",70568,49046,3,103,255 +"198777",70568,64181,3,103,1828 +"198778",70568,105100,3,103,633 +"198779",70573,145,3,1993,1998 +"198780",70573,160,3,1993,2007 +"198781",70573,270,3,1993,2542 +"198782",70573,316,3,1993,2413 +"198783",70573,2181,2,1993,2030 +"198784",70573,2424,3,1993,2582 +"198785",70573,3477,3,1993,2546 +"198786",70573,3978,3,1993,2775 +"198787",70573,4929,2,1993,2240 +"198788",70573,4953,2,1993,2285 +"198789",70573,6063,3,1993,2349 +"198790",70573,6363,3,1993,2066 +"198791",70573,6449,2,1993,1997 +"198792",70573,7794,3,1993,2972 +"198793",70573,8842,3,1993,2535 +"198794",70573,9175,3,1993,2639 +"198795",70573,9331,2,1993,2269 +"198796",70573,12042,3,1993,2345 +"198797",70573,12081,1,1993,2166 +"198798",70573,14252,3,1993,2244 +"198799",70573,14918,2,1993,2071 +"198800",70573,15008,3,1993,2338 +"198801",70573,15381,3,1993,2289 +"198802",70573,15729,3,1993,2338 +"198803",70573,16628,2,1993,2409 +"198804",70573,17351,2,1993,2036 +"198805",70573,17365,3,1993,2746 +"198806",70573,17549,2,1993,2647 +"198807",70573,19208,3,1993,2629 +"198808",70573,19605,3,1993,2395 +"198809",70573,20331,2,1993,2365 +"198810",70573,21079,2,1993,1997 +"198811",70573,21734,3,1993,2528 +"198812",70573,22682,3,1993,2035 +"198813",70573,24256,3,1993,2393 +"198814",70573,27379,3,1993,2461 +"198815",70573,27694,3,1993,2030 +"198816",70573,27796,3,1993,2151 +"198817",70573,29977,3,1993,2781 +"198818",70573,30827,3,1993,2323 +"198819",70573,31117,2,1993,2210 +"198820",70573,31159,3,1993,2231 +"198821",70573,31295,3,1993,2183 +"198822",70573,31705,3,1993,2706 +"198823",70573,33223,3,1993,2397 +"198824",70573,34120,3,1993,2786 +"198825",70573,37238,3,1993,2609 +"198826",70573,38307,1,1993,2648 +"198827",70573,41770,3,1993,2752 +"198828",70573,41945,3,1993,2856 +"198829",70573,43455,2,1993,2846 +"198830",70573,44688,2,1993,2924 +"198831",70573,45239,3,1993,2535 +"198832",70573,46446,3,1993,2295 +"198833",70573,46629,3,1993,2255 +"198834",70573,50113,2,1993,2059 +"198835",70573,50480,3,1993,2701 +"198836",70573,51866,3,1993,2411 +"198837",70573,52032,3,1993,2853 +"198838",70573,52892,3,1993,2372 +"198839",70573,61982,3,1993,2725 +"198840",70583,5106,2,2615,2622 +"198841",70583,11648,3,2615,2852 +"198842",70583,12948,3,2615,2669 +"198843",70583,17033,2,2615,2771 +"198844",70583,20941,3,2615,2725 +"198845",70583,27686,3,2615,2844 +"198846",70583,27742,3,2615,2700 +"198847",70583,40295,3,2615,2703 +"198848",70583,56669,3,2615,2924 +"198849",70583,57180,3,2615,2703 +"198850",70583,58655,3,2615,2685 +"198851",70583,68931,3,2615,2771 +"198852",70586,11143,3,2562,2623 +"198853",70586,18151,3,2562,2962 +"198854",70586,21795,3,2562,2653 +"198855",70586,37059,3,2562,2840 +"198856",70603,2424,3,1002,2582 +"198857",70603,4790,3,1002,1025 +"198858",70603,4791,3,1002,1184 +"198859",70603,12713,3,1002,2440 +"198860",70603,12863,2,1002,2027 +"198861",70603,19719,3,1002,2177 +"198862",70603,20287,3,1002,1099 +"198863",70603,21197,3,1002,1437 +"198864",70603,21285,3,1002,2100 +"198865",70603,22282,3,1002,1418 +"198866",70603,23918,3,1002,1881 +"198867",70603,26749,3,1002,2965 +"198868",70603,27175,3,1002,1447 +"198869",70603,32601,3,1002,1033 +"198870",70603,35095,3,1002,1502 +"198871",70603,36637,3,1002,2085 +"198872",70603,38019,3,1002,1870 +"198873",70603,43385,3,1002,1623 +"198874",70603,48414,3,1002,1749 +"198875",70603,50179,3,1002,2230 +"198876",70603,50685,3,1002,2008 +"198877",70603,52058,3,1002,1836 +"198878",70603,52576,3,1002,2234 +"198879",70603,55468,3,1002,2511 +"198880",70603,58508,3,1002,2326 +"198881",70603,58652,3,1002,1437 +"198882",70603,71342,3,1002,1289 +"198883",70603,72956,3,1002,1251 +"198884",70603,75948,3,1002,1006 +"198885",70603,82949,3,1002,2077 +"198886",70603,94404,2,1002,1836 +"198887",70603,98080,2,1002,1265 +"198888",70605,23,3,1176,1682 +"198889",70605,600,3,1176,1702 +"198890",70605,675,3,1176,1686 +"198891",70605,1036,3,1176,1367 +"198892",70605,1127,2,1176,1188 +"198893",70605,1130,2,1176,1566 +"198894",70605,1136,3,1176,2536 +"198895",70605,1175,3,1176,1642 +"198896",70605,1691,3,1176,1941 +"198897",70605,2208,3,1176,2814 +"198898",70605,2325,2,1176,1641 +"198899",70605,2754,3,1176,1360 +"198900",70605,2765,3,1176,2321 +"198901",70605,3753,3,1176,1255 +"198902",70605,3777,3,1176,1798 +"198903",70605,3886,3,1176,1669 +"198904",70605,3966,2,1176,2425 +"198905",70605,4317,3,1176,1224 +"198906",70605,4567,2,1176,2348 +"198907",70605,4791,3,1176,1184 +"198908",70605,5041,3,1176,2371 +"198909",70605,6044,3,1176,2744 +"198910",70605,6914,2,1176,2668 +"198911",70605,6982,3,1176,2034 +"198912",70605,7759,3,1176,2844 +"198913",70605,7847,3,1176,2424 +"198914",70605,7861,2,1176,1647 +"198915",70605,10222,2,1176,2212 +"198916",70605,10513,3,1176,2284 +"198917",70605,11540,3,1176,1237 +"198918",70605,11623,3,1176,2475 +"198919",70605,14108,3,1176,2012 +"198920",70605,15005,3,1176,1415 +"198921",70605,15872,3,1176,1551 +"198922",70605,16120,3,1176,1237 +"198923",70605,17931,3,1176,1617 +"198924",70605,17943,3,1176,1943 +"198925",70605,18277,3,1176,2309 +"198926",70605,18825,2,1176,1240 +"198927",70605,21138,2,1176,2849 +"198928",70605,21706,3,1176,1988 +"198929",70605,22543,3,1176,1594 +"198930",70605,22714,3,1176,2793 +"198931",70605,23825,2,1176,1913 +"198932",70605,24198,3,1176,2217 +"198933",70605,25129,3,1176,2647 +"198934",70605,25325,3,1176,2963 +"198935",70605,25341,3,1176,1858 +"198936",70605,25565,3,1176,2764 +"198937",70605,25622,3,1176,1985 +"198938",70605,26080,3,1176,2525 +"198939",70605,26282,2,1176,1241 +"198940",70605,29050,3,1176,1196 +"198941",70605,29917,3,1176,1962 +"198942",70605,30095,3,1176,1578 +"198943",70605,33672,3,1176,2396 +"198944",70605,34509,2,1176,1973 +"198945",70605,35481,2,1176,2211 +"198946",70605,40129,3,1176,2162 +"198947",70605,40368,3,1176,2876 +"198948",70605,40493,3,1176,1981 +"198949",70605,41739,3,1176,1339 +"198950",70605,41837,3,1176,2399 +"198951",70605,41972,3,1176,2509 +"198952",70605,42474,3,1176,2322 +"198953",70605,44135,3,1176,2620 +"198954",70605,46512,3,1176,1292 +"198955",70605,47248,2,1176,2883 +"198956",70605,49110,3,1176,2938 +"198957",70605,50001,3,1176,1518 +"198958",70605,50784,3,1176,2733 +"198959",70605,51017,2,1176,2073 +"198960",70605,51035,3,1176,2397 +"198961",70605,51410,3,1176,2739 +"198962",70605,53196,3,1176,1888 +"198963",70605,53433,3,1176,1187 +"198964",70605,53846,3,1176,2737 +"198965",70605,54250,3,1176,2340 +"198966",70605,58035,3,1176,1646 +"198967",70605,58221,3,1176,1787 +"198968",70605,64181,2,1176,1828 +"198969",70605,64997,3,1176,2791 +"198970",70605,65475,3,1176,1267 +"198971",70605,65625,3,1176,1273 +"198972",70605,66318,3,1176,2803 +"198973",70605,66413,3,1176,2507 +"198974",70605,66726,3,1176,2068 +"198975",70605,69250,3,1176,1439 +"198976",70605,69745,3,1176,1594 +"198977",70605,71808,3,1176,2349 +"198978",70605,79657,3,1176,1260 +"198979",70605,105063,3,1176,1908 +"198980",70605,105685,2,1176,2469 +"198981",70613,39556,3,1724,2747 +"198982",70613,67957,3,1724,2823 +"198983",70633,1787,3,484,1707 +"198984",70633,3360,3,484,1583 +"198985",70633,5937,2,484,2392 +"198986",70633,6235,3,484,1585 +"198987",70633,11679,1,484,846 +"198988",70633,11868,2,484,1639 +"198989",70633,12007,3,484,1594 +"198990",70633,15558,3,484,2389 +"198991",70633,15728,3,484,576 +"198992",70633,16524,3,484,1556 +"198993",70633,29775,3,484,2064 +"198994",70633,31259,3,484,2082 +"198995",70633,32079,3,484,2315 +"198996",70633,32841,3,484,1345 +"198997",70633,41521,3,484,2069 +"198998",70633,56413,2,484,2747 +"198999",70633,76505,3,484,2123 +"199000",70633,82246,3,484,1538 +"199001",70633,87190,3,484,1704 +"199002",70633,89258,2,484,1147 +"199003",70633,104843,3,484,1167 +"199004",70646,803,3,1162,1666 +"199005",70646,1321,3,1162,2075 +"199006",70646,1386,2,1162,1901 +"199007",70646,3695,2,1162,2612 +"199008",70646,5491,3,1162,2048 +"199009",70646,7078,2,1162,2344 +"199010",70646,7394,2,1162,2615 +"199011",70646,9030,3,1162,1979 +"199012",70646,12035,3,1162,2721 +"199013",70646,14709,3,1162,1901 +"199014",70646,15343,3,1162,2125 +"199015",70646,18151,2,1162,2962 +"199016",70646,19528,3,1162,2742 +"199017",70646,21417,3,1162,2422 +"199018",70646,21795,3,1162,2653 +"199019",70646,24511,3,1162,1871 +"199020",70646,24608,3,1162,1630 +"199021",70646,26608,3,1162,2329 +"199022",70646,26865,3,1162,2726 +"199023",70646,28923,3,1162,2362 +"199024",70646,29791,3,1162,1986 +"199025",70646,30081,3,1162,2403 +"199026",70646,31317,3,1162,1362 +"199027",70646,34327,2,1162,2959 +"199028",70646,35542,2,1162,1439 +"199029",70646,36950,3,1162,2204 +"199030",70646,40572,3,1162,2666 +"199031",70646,41518,3,1162,1641 +"199032",70646,45664,3,1162,2235 +"199033",70646,45729,3,1162,2606 +"199034",70646,46486,3,1162,1868 +"199035",70646,47947,3,1162,2681 +"199036",70646,51379,3,1162,1462 +"199037",70646,52442,2,1162,1269 +"199038",70646,53739,3,1162,2704 +"199039",70646,55828,3,1162,2393 +"199040",70646,59522,3,1162,1516 +"199041",70646,70046,3,1162,2624 +"199042",70646,73107,3,1162,1918 +"199043",70646,80655,3,1162,1546 +"199044",70646,87198,2,1162,1462 +"199045",70646,90501,3,1162,2380 +"199046",70647,44427,3,2795,2875 +"199047",70656,50621,2,2771,2809 +"199048",70681,3716,1,866,1679 +"199049",70681,3961,3,866,2426 +"199050",70681,5438,3,866,1499 +"199051",70681,5716,3,866,1058 +"199052",70681,5984,3,866,1675 +"199053",70681,6417,3,866,1675 +"199054",70681,7992,3,866,2033 +"199055",70681,10358,3,866,2294 +"199056",70681,11218,3,866,2292 +"199057",70681,11540,3,866,1237 +"199058",70681,13311,3,866,2315 +"199059",70681,13388,3,866,2119 +"199060",70681,14032,3,866,2144 +"199061",70681,15636,3,866,2857 +"199062",70681,16053,3,866,908 +"199063",70681,19235,3,866,1966 +"199064",70681,19637,3,866,1229 +"199065",70681,20067,3,866,2390 +"199066",70681,20732,3,866,2401 +"199067",70681,20975,3,866,1305 +"199068",70681,21138,3,866,2849 +"199069",70681,21795,3,866,2653 +"199070",70681,23310,3,866,2371 +"199071",70681,23726,3,866,2434 +"199072",70681,23869,2,866,1918 +"199073",70681,23918,3,866,1881 +"199074",70681,26408,2,866,1545 +"199075",70681,28131,3,866,1492 +"199076",70681,30150,3,866,1704 +"199077",70681,30981,2,866,2366 +"199078",70681,33433,3,866,2805 +"199079",70681,35926,3,866,2371 +"199080",70681,43112,2,866,2564 +"199081",70681,44819,3,866,2063 +"199082",70681,46803,2,866,2305 +"199083",70681,49677,3,866,1222 +"199084",70681,50269,2,866,1966 +"199085",70681,50382,3,866,2244 +"199086",70681,51017,3,866,2073 +"199087",70681,53134,3,866,1590 +"199088",70681,54158,3,866,1756 +"199089",70681,54388,3,866,1257 +"199090",70681,54929,3,866,2783 +"199091",70681,70203,3,866,2756 +"199092",70681,74788,3,866,1056 +"199093",70681,76666,3,866,1908 +"199094",70681,90802,3,866,877 +"199095",70681,101395,3,866,891 +"199096",70714,32964,2,2030,2252 +"199097",70724,212,3,496,1513 +"199098",70724,270,2,496,2542 +"199099",70724,380,3,496,2261 +"199100",70724,1102,3,496,2282 +"199101",70724,1124,2,496,1596 +"199102",70724,1639,3,496,2631 +"199103",70724,2111,3,496,1904 +"199104",70724,2424,3,496,2582 +"199105",70724,2533,3,496,2016 +"199106",70724,3305,3,496,2839 +"199107",70724,3306,2,496,1989 +"199108",70724,3477,3,496,2546 +"199109",70724,4701,3,496,2401 +"199110",70724,5235,3,496,2324 +"199111",70724,5568,3,496,1290 +"199112",70724,5599,3,496,1684 +"199113",70724,5971,2,496,1985 +"199114",70724,6047,3,496,2004 +"199115",70724,6063,3,496,2349 +"199116",70724,6222,3,496,1949 +"199117",70724,6264,1,496,749 +"199118",70724,6363,3,496,2066 +"199119",70724,6588,2,496,2025 +"199120",70724,6718,2,496,2138 +"199121",70724,7555,3,496,1943 +"199122",70724,7616,3,496,2296 +"199123",70724,7627,2,496,1543 +"199124",70724,9364,3,496,1698 +"199125",70724,9432,3,496,1693 +"199126",70724,9624,2,496,2398 +"199127",70724,9650,3,496,1167 +"199128",70724,10488,2,496,1524 +"199129",70724,10523,2,496,1510 +"199130",70724,10857,3,496,2253 +"199131",70724,11218,3,496,2292 +"199132",70724,11229,3,496,1625 +"199133",70724,11817,2,496,600 +"199134",70724,12374,3,496,2260 +"199135",70724,12728,3,496,2374 +"199136",70724,12735,3,496,819 +"199137",70724,12779,3,496,936 +"199138",70724,13307,3,496,2206 +"199139",70724,14564,3,496,1581 +"199140",70724,14656,2,496,584 +"199141",70724,14669,3,496,2080 +"199142",70724,14855,3,496,903 +"199143",70724,14989,3,496,2223 +"199144",70724,15003,2,496,2067 +"199145",70724,15244,3,496,1600 +"199146",70724,16352,3,496,2657 +"199147",70724,16539,3,496,1947 +"199148",70724,17400,3,496,2231 +"199149",70724,18152,3,496,1314 +"199150",70724,18217,3,496,1566 +"199151",70724,18361,2,496,2968 +"199152",70724,18394,2,496,2356 +"199153",70724,19622,3,496,2371 +"199154",70724,20124,2,496,2376 +"199155",70724,20311,3,496,1981 +"199156",70724,21012,3,496,2325 +"199157",70724,21693,3,496,2176 +"199158",70724,22197,3,496,2271 +"199159",70724,22403,3,496,1630 +"199160",70724,22462,3,496,869 +"199161",70724,23006,3,496,1532 +"199162",70724,23403,3,496,607 +"199163",70724,23509,3,496,2275 +"199164",70724,23526,3,496,1998 +"199165",70724,23715,3,496,1859 +"199166",70724,23725,3,496,2378 +"199167",70724,24066,3,496,1755 +"199168",70724,25027,3,496,564 +"199169",70724,25985,3,496,2071 +"199170",70724,26848,3,496,2363 +"199171",70724,26867,3,496,1804 +"199172",70724,27112,1,496,500 +"199173",70724,27744,3,496,861 +"199174",70724,27849,3,496,1316 +"199175",70724,29987,3,496,956 +"199176",70724,30325,3,496,1067 +"199177",70724,30405,3,496,2164 +"199178",70724,31307,3,496,2139 +"199179",70724,32017,3,496,577 +"199180",70724,32131,2,496,1035 +"199181",70724,32173,3,496,2341 +"199182",70724,32965,3,496,2071 +"199183",70724,33223,3,496,2397 +"199184",70724,33949,3,496,2489 +"199185",70724,34426,3,496,2743 +"199186",70724,35402,2,496,2339 +"199187",70724,35673,3,496,1067 +"199188",70724,37800,3,496,604 +"199189",70724,39865,3,496,849 +"199190",70724,40028,2,496,1349 +"199191",70724,40072,3,496,1182 +"199192",70724,40542,3,496,1664 +"199193",70724,40820,3,496,900 +"199194",70724,42687,3,496,1952 +"199195",70724,43455,3,496,2846 +"199196",70724,43518,3,496,2680 +"199197",70724,43673,3,496,2787 +"199198",70724,44521,2,496,1593 +"199199",70724,44641,3,496,1981 +"199200",70724,44819,3,496,2063 +"199201",70724,46182,3,496,1613 +"199202",70724,46196,3,496,1510 +"199203",70724,46629,3,496,2255 +"199204",70724,47435,3,496,878 +"199205",70724,47895,3,496,2328 +"199206",70724,48435,3,496,528 +"199207",70724,50134,3,496,2674 +"199208",70724,50236,3,496,2339 +"199209",70724,52136,3,496,1412 +"199210",70724,52345,3,496,1430 +"199211",70724,53303,3,496,1376 +"199212",70724,54551,3,496,2348 +"199213",70724,54929,3,496,2783 +"199214",70724,55468,3,496,2511 +"199215",70724,55892,3,496,1234 +"199216",70724,56082,3,496,2395 +"199217",70724,56237,3,496,2625 +"199218",70724,59386,3,496,595 +"199219",70724,59539,3,496,2429 +"199220",70724,59939,2,496,936 +"199221",70724,61982,3,496,2725 +"199222",70724,67763,2,496,822 +"199223",70724,67805,3,496,1338 +"199224",70724,68215,2,496,2727 +"199225",70724,70838,3,496,687 +"199226",70724,71217,3,496,2169 +"199227",70724,72188,3,496,856 +"199228",70724,72207,3,496,2430 +"199229",70724,72326,3,496,2384 +"199230",70724,72956,3,496,1251 +"199231",70724,75403,3,496,1895 +"199232",70724,79804,2,496,2227 +"199233",70724,80242,3,496,569 +"199234",70724,80784,3,496,1738 +"199235",70724,82776,3,496,1232 +"199236",70724,85329,3,496,738 +"199237",70724,87048,3,496,989 +"199238",70724,91912,2,496,790 +"199239",70724,92104,3,496,2339 +"199240",70724,109663,3,496,545 +"199241",70724,112437,3,496,513 +"199242",70724,117956,2,496,2774 +"199243",70724,120549,3,496,708 +"199244",70731,2754,3,418,1360 +"199245",70731,7936,2,418,1199 +"199246",70731,9030,3,418,1979 +"199247",70731,16029,3,418,1160 +"199248",70731,19717,3,418,431 +"199249",70731,22652,3,418,1544 +"199250",70731,22705,3,418,1016 +"199251",70731,25462,3,418,2653 +"199252",70731,25751,3,418,1523 +"199253",70731,26218,3,418,2460 +"199254",70731,30334,3,418,2075 +"199255",70731,34984,3,418,2056 +"199256",70731,37636,3,418,2178 +"199257",70731,40392,3,418,1878 +"199258",70731,44729,3,418,588 +"199259",70731,47082,3,418,1990 +"199260",70731,50275,2,418,2832 +"199261",70731,51783,3,418,2599 +"199262",70731,56688,2,418,2331 +"199263",70731,100334,2,418,777 +"199264",70736,1275,3,1512,2068 +"199265",70736,2484,3,1512,2389 +"199266",70736,4289,3,1512,1921 +"199267",70736,5912,3,1512,2257 +"199268",70736,6417,3,1512,1675 +"199269",70736,8029,3,1512,1859 +"199270",70736,8621,3,1512,1681 +"199271",70736,11456,3,1512,2715 +"199272",70736,12692,3,1512,1855 +"199273",70736,14943,2,1512,1942 +"199274",70736,15401,3,1512,1999 +"199275",70736,16539,3,1512,1947 +"199276",70736,16826,3,1512,2599 +"199277",70736,17997,2,1512,1621 +"199278",70736,18103,2,1512,1968 +"199279",70736,28015,3,1512,1624 +"199280",70736,28784,3,1512,1579 +"199281",70736,31069,3,1512,1995 +"199282",70736,32988,3,1512,2008 +"199283",70736,35529,3,1512,1620 +"199284",70736,37418,3,1512,2710 +"199285",70736,38227,3,1512,2511 +"199286",70736,40432,1,1512,1956 +"199287",70736,42505,3,1512,2008 +"199288",70736,47386,3,1512,2226 +"199289",70736,56807,2,1512,1571 +"199290",70736,57977,3,1512,2683 +"199291",70736,65155,3,1512,1947 +"199292",70736,65322,3,1512,2008 +"199293",70736,70269,3,1512,2368 +"199294",70736,82301,1,1512,1621 +"199295",70736,82929,3,1512,2475 +"199296",70736,83140,3,1512,1630 +"199297",70748,140,3,978,2267 +"199298",70748,364,3,978,2351 +"199299",70748,841,3,978,2964 +"199300",70748,2057,3,978,1965 +"199301",70748,2540,2,978,1398 +"199302",70748,3271,3,978,2216 +"199303",70748,3978,3,978,2775 +"199304",70748,4303,3,978,2414 +"199305",70748,4932,3,978,2752 +"199306",70748,4983,2,978,1909 +"199307",70748,6113,3,978,1678 +"199308",70748,6989,3,978,2623 +"199309",70748,7548,3,978,1932 +"199310",70748,7942,3,978,2623 +"199311",70748,9272,3,978,2835 +"199312",70748,9703,2,978,1845 +"199313",70748,9787,3,978,2858 +"199314",70748,11648,3,978,2852 +"199315",70748,17645,3,978,1918 +"199316",70748,18005,3,978,2449 +"199317",70748,20176,3,978,1050 +"199318",70748,21593,3,978,1312 +"199319",70748,27390,3,978,2425 +"199320",70748,27742,3,978,2700 +"199321",70748,29267,3,978,1234 +"199322",70748,29473,3,978,2602 +"199323",70748,43226,3,978,2442 +"199324",70748,46486,3,978,1868 +"199325",70748,47595,3,978,2374 +"199326",70748,48110,3,978,2009 +"199327",70748,50224,2,978,1123 +"199328",70748,52815,3,978,2323 +"199329",70748,52993,3,978,1256 +"199330",70748,55482,3,978,1866 +"199331",70748,56995,3,978,2323 +"199332",70748,58508,3,978,2326 +"199333",70748,63077,3,978,2778 +"199334",70748,66121,3,978,1281 +"199335",70748,67252,3,978,1215 +"199336",70748,69335,3,978,2698 +"199337",70748,71531,3,978,2887 +"199338",70748,72083,1,978,1122 +"199339",70748,74190,3,978,1428 +"199340",70748,76286,2,978,1642 +"199341",70748,80301,3,978,1690 +"199342",70774,843,3,355,2332 +"199343",70774,1367,3,355,2176 +"199344",70774,1685,3,355,2230 +"199345",70774,2424,3,355,2582 +"199346",70774,2506,3,355,954 +"199347",70774,2747,3,355,2411 +"199348",70774,3863,3,355,856 +"199349",70774,5346,2,355,1438 +"199350",70774,5580,3,355,2111 +"199351",70774,7245,3,355,2089 +"199352",70774,9654,3,355,2111 +"199353",70774,9656,3,355,1135 +"199354",70774,11154,3,355,1594 +"199355",70774,12000,3,355,1454 +"199356",70774,13034,3,355,698 +"199357",70774,13671,2,355,1371 +"199358",70774,13861,3,355,1197 +"199359",70774,14707,3,355,672 +"199360",70774,15207,2,355,1855 +"199361",70774,15453,3,355,1688 +"199362",70774,15462,3,355,1141 +"199363",70774,16067,3,355,2727 +"199364",70774,16590,3,355,1123 +"199365",70774,16935,3,355,441 +"199366",70774,18348,3,355,1711 +"199367",70774,18415,3,355,2184 +"199368",70774,18550,2,355,483 +"199369",70774,18645,3,355,793 +"199370",70774,19687,3,355,2072 +"199371",70774,21929,3,355,2062 +"199372",70774,22744,3,355,1907 +"199373",70774,23282,3,355,1225 +"199374",70774,24104,3,355,817 +"199375",70774,24974,3,355,702 +"199376",70774,25286,2,355,1545 +"199377",70774,26567,3,355,1158 +"199378",70774,26577,3,355,933 +"199379",70774,28057,3,355,1067 +"199380",70774,30262,3,355,1715 +"199381",70774,30943,3,355,2287 +"199382",70774,32939,3,355,2277 +"199383",70774,36599,3,355,541 +"199384",70774,40113,2,355,451 +"199385",70774,41439,3,355,709 +"199386",70774,42642,3,355,2257 +"199387",70774,42725,3,355,630 +"199388",70774,43768,3,355,1468 +"199389",70774,45186,3,355,835 +"199390",70774,45664,3,355,2235 +"199391",70774,46803,3,355,2305 +"199392",70774,49069,3,355,1694 +"199393",70774,53043,3,355,803 +"199394",70774,54388,3,355,1257 +"199395",70774,57804,3,355,2214 +"199396",70774,58516,3,355,409 +"199397",70774,59906,3,355,865 +"199398",70774,63641,3,355,2337 +"199399",70774,67726,3,355,2873 +"199400",70774,69293,3,355,609 +"199401",70774,69716,3,355,2632 +"199402",70774,74818,3,355,1440 +"199403",70774,80942,2,355,1240 +"199404",70774,83729,3,355,406 +"199405",70774,85356,3,355,1492 +"199406",70774,85638,2,355,2275 +"199407",70774,87190,3,355,1704 +"199408",70774,89258,3,355,1147 +"199409",70774,94520,2,355,1243 +"199410",70774,99237,3,355,783 +"199411",70774,99557,3,355,1703 +"199412",70774,103710,3,355,439 +"199413",70781,212,3,199,1513 +"199414",70781,270,2,199,2542 +"199415",70781,325,2,199,495 +"199416",70781,380,3,199,2261 +"199417",70781,1102,3,199,2282 +"199418",70781,1124,2,199,1596 +"199419",70781,1639,3,199,2631 +"199420",70781,2111,3,199,1904 +"199421",70781,2424,3,199,2582 +"199422",70781,2533,3,199,2016 +"199423",70781,3305,3,199,2839 +"199424",70781,3306,2,199,1989 +"199425",70781,3477,3,199,2546 +"199426",70781,4701,3,199,2401 +"199427",70781,5235,3,199,2324 +"199428",70781,5568,3,199,1290 +"199429",70781,5599,3,199,1684 +"199430",70781,5971,2,199,1985 +"199431",70781,6047,3,199,2004 +"199432",70781,6063,3,199,2349 +"199433",70781,6222,3,199,1949 +"199434",70781,6264,2,199,749 +"199435",70781,6363,3,199,2066 +"199436",70781,6588,2,199,2025 +"199437",70781,6718,2,199,2138 +"199438",70781,7555,3,199,1943 +"199439",70781,7627,2,199,1543 +"199440",70781,9364,3,199,1698 +"199441",70781,9432,3,199,1693 +"199442",70781,9624,3,199,2398 +"199443",70781,9650,3,199,1167 +"199444",70781,10488,2,199,1524 +"199445",70781,10523,3,199,1510 +"199446",70781,10857,3,199,2253 +"199447",70781,11218,3,199,2292 +"199448",70781,11229,3,199,1625 +"199449",70781,11817,2,199,600 +"199450",70781,12374,3,199,2260 +"199451",70781,12735,3,199,819 +"199452",70781,12779,3,199,936 +"199453",70781,13307,3,199,2206 +"199454",70781,14564,3,199,1581 +"199455",70781,14656,2,199,584 +"199456",70781,14669,3,199,2080 +"199457",70781,14855,3,199,903 +"199458",70781,14989,3,199,2223 +"199459",70781,15003,2,199,2067 +"199460",70781,15244,3,199,1600 +"199461",70781,16352,3,199,2657 +"199462",70781,17400,3,199,2231 +"199463",70781,18152,3,199,1314 +"199464",70781,18217,3,199,1566 +"199465",70781,18361,2,199,2968 +"199466",70781,18394,2,199,2356 +"199467",70781,19622,3,199,2371 +"199468",70781,20124,2,199,2376 +"199469",70781,21012,3,199,2325 +"199470",70781,21693,3,199,2176 +"199471",70781,22197,3,199,2271 +"199472",70781,22403,3,199,1630 +"199473",70781,22462,3,199,869 +"199474",70781,23006,3,199,1532 +"199475",70781,23403,3,199,607 +"199476",70781,23509,3,199,2275 +"199477",70781,23526,3,199,1998 +"199478",70781,23715,3,199,1859 +"199479",70781,23725,3,199,2378 +"199480",70781,24066,3,199,1755 +"199481",70781,25027,3,199,564 +"199482",70781,25985,3,199,2071 +"199483",70781,26848,3,199,2363 +"199484",70781,26867,3,199,1804 +"199485",70781,27112,1,199,500 +"199486",70781,27744,3,199,861 +"199487",70781,27849,3,199,1316 +"199488",70781,29987,3,199,956 +"199489",70781,30325,3,199,1067 +"199490",70781,30405,3,199,2164 +"199491",70781,31307,3,199,2139 +"199492",70781,32017,3,199,577 +"199493",70781,32131,2,199,1035 +"199494",70781,32173,3,199,2341 +"199495",70781,32965,3,199,2071 +"199496",70781,33223,3,199,2397 +"199497",70781,33949,3,199,2489 +"199498",70781,34426,3,199,2743 +"199499",70781,35402,2,199,2339 +"199500",70781,35673,3,199,1067 +"199501",70781,37800,3,199,604 +"199502",70781,39570,1,199,496 +"199503",70781,39865,3,199,849 +"199504",70781,40028,2,199,1349 +"199505",70781,40072,3,199,1182 +"199506",70781,40542,3,199,1664 +"199507",70781,40820,3,199,900 +"199508",70781,42687,3,199,1952 +"199509",70781,43455,3,199,2846 +"199510",70781,43518,3,199,2680 +"199511",70781,43673,3,199,2787 +"199512",70781,44521,2,199,1593 +"199513",70781,44641,3,199,1981 +"199514",70781,44819,3,199,2063 +"199515",70781,46182,3,199,1613 +"199516",70781,46196,3,199,1510 +"199517",70781,46629,3,199,2255 +"199518",70781,47435,3,199,878 +"199519",70781,47895,3,199,2328 +"199520",70781,48435,3,199,528 +"199521",70781,49046,3,199,255 +"199522",70781,50134,3,199,2674 +"199523",70781,50236,3,199,2339 +"199524",70781,52136,3,199,1412 +"199525",70781,52345,3,199,1430 +"199526",70781,53303,3,199,1376 +"199527",70781,54551,3,199,2348 +"199528",70781,54929,3,199,2783 +"199529",70781,55892,3,199,1234 +"199530",70781,56082,3,199,2395 +"199531",70781,56237,3,199,2625 +"199532",70781,59386,3,199,595 +"199533",70781,59539,3,199,2429 +"199534",70781,59939,2,199,936 +"199535",70781,61982,3,199,2725 +"199536",70781,65478,3,199,220 +"199537",70781,67763,2,199,822 +"199538",70781,67805,3,199,1338 +"199539",70781,68215,2,199,2727 +"199540",70781,70724,1,199,496 +"199541",70781,70838,3,199,687 +"199542",70781,71217,3,199,2169 +"199543",70781,72188,3,199,856 +"199544",70781,72207,3,199,2430 +"199545",70781,72326,3,199,2384 +"199546",70781,72956,3,199,1251 +"199547",70781,75403,3,199,1895 +"199548",70781,79804,2,199,2227 +"199549",70781,80242,3,199,569 +"199550",70781,80784,3,199,1738 +"199551",70781,85329,3,199,738 +"199552",70781,87048,3,199,989 +"199553",70781,91912,2,199,790 +"199554",70781,92104,3,199,2339 +"199555",70781,109663,3,199,545 +"199556",70781,112437,3,199,513 +"199557",70781,117956,2,199,2774 +"199558",70781,120549,3,199,708 +"199559",70785,15626,3,1440,2434 +"199560",70785,20407,3,1440,2339 +"199561",70785,29243,2,1440,2011 +"199562",70785,46315,1,1440,2316 +"199563",70785,51853,3,1440,2520 +"199564",70814,50621,3,2771,2809 +"199565",70838,270,2,687,2542 +"199566",70838,312,3,687,2038 +"199567",70838,1124,2,687,1596 +"199568",70838,1154,3,687,1656 +"199569",70838,1875,3,687,1786 +"199570",70838,2111,3,687,1904 +"199571",70838,2424,3,687,2582 +"199572",70838,2684,3,687,2874 +"199573",70838,2894,3,687,1291 +"199574",70838,3306,3,687,1989 +"199575",70838,3493,3,687,2451 +"199576",70838,4057,3,687,2389 +"199577",70838,4360,3,687,1770 +"199578",70838,5072,3,687,2175 +"199579",70838,5258,3,687,2730 +"199580",70838,5405,3,687,1510 +"199581",70838,5622,3,687,2175 +"199582",70838,5716,3,687,1058 +"199583",70838,5971,2,687,1985 +"199584",70838,5986,3,687,1721 +"199585",70838,6047,3,687,2004 +"199586",70838,6222,2,687,1949 +"199587",70838,6264,2,687,749 +"199588",70838,6417,3,687,1675 +"199589",70838,6588,2,687,2025 +"199590",70838,6718,3,687,2138 +"199591",70838,7234,3,687,2654 +"199592",70838,7241,3,687,2259 +"199593",70838,7555,2,687,1943 +"199594",70838,7616,3,687,2296 +"199595",70838,7627,3,687,1543 +"199596",70838,8866,3,687,1545 +"199597",70838,8888,3,687,1328 +"199598",70838,9624,3,687,2398 +"199599",70838,9654,3,687,2111 +"199600",70838,9695,3,687,2143 +"199601",70838,10488,2,687,1524 +"199602",70838,10523,2,687,1510 +"199603",70838,10576,3,687,974 +"199604",70838,10646,3,687,1555 +"199605",70838,10857,3,687,2253 +"199606",70838,10939,3,687,1376 +"199607",70838,11055,3,687,2111 +"199608",70838,11218,3,687,2292 +"199609",70838,11229,2,687,1625 +"199610",70838,11351,3,687,2971 +"199611",70838,11477,3,687,2724 +"199612",70838,11620,3,687,2010 +"199613",70838,12042,3,687,2345 +"199614",70838,12310,3,687,1337 +"199615",70838,12374,3,687,2260 +"199616",70838,12375,3,687,1873 +"199617",70838,13248,3,687,1385 +"199618",70838,13307,3,687,2206 +"199619",70838,14032,3,687,2144 +"199620",70838,14855,3,687,903 +"199621",70838,14959,3,687,2898 +"199622",70838,15003,3,687,2067 +"199623",70838,15118,1,687,1311 +"199624",70838,15135,3,687,1035 +"199625",70838,15402,3,687,1281 +"199626",70838,15700,2,687,1712 +"199627",70838,16352,2,687,2657 +"199628",70838,16539,3,687,1947 +"199629",70838,17400,2,687,2231 +"199630",70838,17645,3,687,1918 +"199631",70838,18005,3,687,2449 +"199632",70838,18361,3,687,2968 +"199633",70838,18394,3,687,2356 +"199634",70838,18502,3,687,1033 +"199635",70838,18543,3,687,2968 +"199636",70838,20124,3,687,2376 +"199637",70838,20311,2,687,1981 +"199638",70838,21693,3,687,2176 +"199639",70838,21755,3,687,817 +"199640",70838,22197,2,687,2271 +"199641",70838,22326,3,687,2818 +"199642",70838,22362,3,687,1836 +"199643",70838,22705,3,687,1016 +"199644",70838,23011,3,687,2763 +"199645",70838,23492,3,687,1067 +"199646",70838,23509,3,687,2275 +"199647",70838,23526,3,687,1998 +"199648",70838,23715,3,687,1859 +"199649",70838,23725,2,687,2378 +"199650",70838,23729,3,687,1624 +"199651",70838,24005,3,687,1188 +"199652",70838,24259,3,687,1281 +"199653",70838,24362,3,687,1287 +"199654",70838,24559,3,687,946 +"199655",70838,25305,3,687,2447 +"199656",70838,25643,3,687,1646 +"199657",70838,26067,3,687,2069 +"199658",70838,26080,3,687,2525 +"199659",70838,26848,3,687,2363 +"199660",70838,26867,2,687,1804 +"199661",70838,27744,3,687,861 +"199662",70838,27849,3,687,1316 +"199663",70838,28002,3,687,914 +"199664",70838,28190,3,687,1634 +"199665",70838,28383,3,687,1222 +"199666",70838,29073,3,687,2328 +"199667",70838,29093,3,687,1933 +"199668",70838,29929,3,687,2789 +"199669",70838,29982,3,687,1372 +"199670",70838,30325,2,687,1067 +"199671",70838,30334,3,687,2075 +"199672",70838,30405,3,687,2164 +"199673",70838,31093,3,687,2160 +"199674",70838,31436,3,687,2892 +"199675",70838,31691,3,687,1657 +"199676",70838,32131,3,687,1035 +"199677",70838,32173,3,687,2341 +"199678",70838,33801,3,687,2899 +"199679",70838,34735,3,687,2767 +"199680",70838,35673,3,687,1067 +"199681",70838,35752,3,687,1158 +"199682",70838,35815,3,687,2789 +"199683",70838,35903,3,687,1434 +"199684",70838,36763,3,687,2165 +"199685",70838,37636,3,687,2178 +"199686",70838,38694,3,687,817 +"199687",70838,38921,3,687,1880 +"199688",70838,39294,3,687,1889 +"199689",70838,39444,3,687,2695 +"199690",70838,39865,3,687,849 +"199691",70838,40028,2,687,1349 +"199692",70838,40072,2,687,1182 +"199693",70838,40392,3,687,1878 +"199694",70838,42687,3,687,1952 +"199695",70838,43213,2,687,2160 +"199696",70838,43335,3,687,1412 +"199697",70838,43455,3,687,2846 +"199698",70838,43518,3,687,2680 +"199699",70838,44521,2,687,1593 +"199700",70838,45684,3,687,2200 +"199701",70838,45729,3,687,2606 +"199702",70838,46196,3,687,1510 +"199703",70838,46629,3,687,2255 +"199704",70838,46726,3,687,943 +"199705",70838,47435,3,687,878 +"199706",70838,47803,3,687,2477 +"199707",70838,48215,3,687,2028 +"199708",70838,48384,2,687,2057 +"199709",70838,48698,2,687,1474 +"199710",70838,49185,3,687,1544 +"199711",70838,50134,3,687,2674 +"199712",70838,50236,1,687,2339 +"199713",70838,51783,3,687,2599 +"199714",70838,52136,2,687,1412 +"199715",70838,52345,3,687,1430 +"199716",70838,52576,3,687,2234 +"199717",70838,53303,2,687,1376 +"199718",70838,53342,3,687,2071 +"199719",70838,54551,3,687,2348 +"199720",70838,54929,3,687,2783 +"199721",70838,56082,1,687,2395 +"199722",70838,56237,2,687,2625 +"199723",70838,57150,3,687,1196 +"199724",70838,57246,3,687,1873 +"199725",70838,57414,3,687,922 +"199726",70838,58508,3,687,2326 +"199727",70838,59939,2,687,936 +"199728",70838,61982,3,687,2725 +"199729",70838,62668,3,687,958 +"199730",70838,64947,3,687,2489 +"199731",70838,65884,3,687,798 +"199732",70838,67726,3,687,2873 +"199733",70838,67763,3,687,822 +"199734",70838,67805,3,687,1338 +"199735",70838,70046,3,687,2624 +"199736",70838,72188,3,687,856 +"199737",70838,72207,2,687,2430 +"199738",70838,72326,2,687,2384 +"199739",70838,73728,3,687,784 +"199740",70838,75403,2,687,1895 +"199741",70838,76284,3,687,1237 +"199742",70838,79804,3,687,2227 +"199743",70838,80014,3,687,1562 +"199744",70838,82730,3,687,1492 +"199745",70838,82747,3,687,1496 +"199746",70838,82776,3,687,1232 +"199747",70838,82949,3,687,2077 +"199748",70838,86245,3,687,1972 +"199749",70838,87048,3,687,989 +"199750",70838,89965,3,687,810 +"199751",70838,91912,2,687,790 +"199752",70838,104217,2,687,956 +"199753",70838,109718,3,687,1237 +"199754",70838,111971,3,687,1032 +"199755",70838,120549,2,687,708 +"199756",70845,6248,3,1139,2737 +"199757",70845,10727,3,1139,2082 +"199758",70845,28355,3,1139,2053 +"199759",70845,29117,3,1139,1250 +"199760",70845,42713,3,1139,1995 +"199761",70845,49147,3,1139,2539 +"199762",70845,54061,3,1139,1488 +"199763",70854,341,3,635,2689 +"199764",70854,364,3,635,2351 +"199765",70854,1154,3,635,1656 +"199766",70854,1386,3,635,1901 +"199767",70854,2540,3,635,1398 +"199768",70854,2798,3,635,1673 +"199769",70854,2865,3,635,2006 +"199770",70854,3306,3,635,1989 +"199771",70854,3695,3,635,2612 +"199772",70854,3863,3,635,856 +"199773",70854,3877,3,635,1133 +"199774",70854,4957,3,635,644 +"199775",70854,5363,2,635,1791 +"199776",70854,5568,2,635,1290 +"199777",70854,6821,3,635,1788 +"199778",70854,7078,3,635,2344 +"199779",70854,7126,3,635,1261 +"199780",70854,7196,3,635,1508 +"199781",70854,7245,3,635,2089 +"199782",70854,7394,3,635,2615 +"199783",70854,7984,3,635,2493 +"199784",70854,8062,3,635,2858 +"199785",70854,8890,3,635,1955 +"199786",70854,8913,3,635,968 +"199787",70854,9272,3,635,2835 +"199788",70854,9703,3,635,1845 +"199789",70854,9787,3,635,2858 +"199790",70854,10336,3,635,2271 +"199791",70854,11432,3,635,1593 +"199792",70854,12067,3,635,1213 +"199793",70854,12610,3,635,1274 +"199794",70854,13537,3,635,1020 +"199795",70854,14080,3,635,1351 +"199796",70854,14108,3,635,2012 +"199797",70854,14676,3,635,2764 +"199798",70854,14817,3,635,2110 +"199799",70854,15118,3,635,1311 +"199800",70854,15401,3,635,1999 +"199801",70854,15583,3,635,1144 +"199802",70854,15632,3,635,1242 +"199803",70854,16351,3,635,893 +"199804",70854,16365,3,635,2217 +"199805",70854,17257,3,635,1117 +"199806",70854,18151,3,635,2962 +"199807",70854,18415,3,635,2184 +"199808",70854,18836,3,635,1270 +"199809",70854,19433,3,635,2504 +"199810",70854,21133,3,635,1320 +"199811",70854,21670,3,635,2158 +"199812",70854,21681,3,635,2005 +"199813",70854,22722,3,635,1233 +"199814",70854,23246,3,635,1168 +"199815",70854,23430,3,635,904 +"199816",70854,23509,3,635,2275 +"199817",70854,25373,3,635,2783 +"199818",70854,28432,3,635,1954 +"199819",70854,28784,3,635,1579 +"199820",70854,28874,3,635,2329 +"199821",70854,28896,3,635,1395 +"199822",70854,29073,3,635,2328 +"199823",70854,29267,3,635,1234 +"199824",70854,29791,3,635,1986 +"199825",70854,30334,3,635,2075 +"199826",70854,30974,3,635,947 +"199827",70854,31001,3,635,2119 +"199828",70854,31700,1,635,2727 +"199829",70854,31890,3,635,1487 +"199830",70854,32131,3,635,1035 +"199831",70854,32988,2,635,2008 +"199832",70854,33850,3,635,931 +"199833",70854,34327,3,635,2959 +"199834",70854,34870,3,635,1873 +"199835",70854,34945,3,635,1298 +"199836",70854,35041,3,635,1311 +"199837",70854,35518,3,635,1721 +"199838",70854,35542,3,635,1439 +"199839",70854,35822,3,635,1903 +"199840",70854,36031,3,635,2342 +"199841",70854,36678,3,635,2446 +"199842",70854,37036,3,635,2264 +"199843",70854,37238,2,635,2609 +"199844",70854,37351,3,635,978 +"199845",70854,37427,3,635,915 +"199846",70854,37636,3,635,2178 +"199847",70854,37937,1,635,1320 +"199848",70854,38602,3,635,2693 +"199849",70854,39062,2,635,2020 +"199850",70854,40392,3,635,1878 +"199851",70854,41446,3,635,1103 +"199852",70854,41953,2,635,945 +"199853",70854,42505,3,635,2008 +"199854",70854,42864,3,635,1151 +"199855",70854,44056,3,635,2092 +"199856",70854,46621,3,635,1343 +"199857",70854,47362,3,635,2253 +"199858",70854,47384,3,635,1639 +"199859",70854,47595,3,635,2374 +"199860",70854,48215,2,635,2028 +"199861",70854,49265,3,635,2686 +"199862",70854,50235,3,635,726 +"199863",70854,51783,3,635,2599 +"199864",70854,52442,3,635,1269 +"199865",70854,52993,3,635,1256 +"199866",70854,53252,3,635,637 +"199867",70854,53323,3,635,2677 +"199868",70854,55185,3,635,922 +"199869",70854,55413,3,635,2129 +"199870",70854,55892,3,635,1234 +"199871",70854,57019,3,635,895 +"199872",70854,57380,3,635,2362 +"199873",70854,57990,3,635,978 +"199874",70854,61138,3,635,1188 +"199875",70854,61785,3,635,822 +"199876",70854,62957,3,635,1170 +"199877",70854,65140,3,635,836 +"199878",70854,65155,3,635,1947 +"199879",70854,66241,3,635,2351 +"199880",70854,67788,3,635,837 +"199881",70854,68299,3,635,866 +"199882",70854,70646,3,635,1162 +"199883",70854,71531,3,635,2887 +"199884",70854,72728,3,635,2234 +"199885",70854,72956,3,635,1251 +"199886",70854,73113,2,635,681 +"199887",70854,73245,3,635,802 +"199888",70854,73597,2,635,1989 +"199889",70854,73747,3,635,2274 +"199890",70854,79158,3,635,1252 +"199891",70854,80527,3,635,1664 +"199892",70854,82426,2,635,1576 +"199893",70854,82730,3,635,1492 +"199894",70854,85869,3,635,1509 +"199895",70854,87958,3,635,1234 +"199896",70854,88232,3,635,2881 +"199897",70854,89880,2,635,1938 +"199898",70854,92757,3,635,2615 +"199899",70854,93102,3,635,1174 +"199900",70854,93332,3,635,982 +"199901",70854,96352,3,635,1493 +"199902",70854,97160,3,635,1215 +"199903",70854,104217,3,635,956 +"199904",70854,104828,3,635,1609 +"199905",70854,106240,3,635,705 +"199906",70863,42,3,822,2265 +"199907",70863,1676,3,822,1198 +"199908",70863,2166,3,822,2557 +"199909",70863,5504,3,822,2389 +"199910",70863,13751,3,822,2557 +"199911",70863,15500,3,822,1658 +"199912",70863,38908,3,822,1787 +"199913",70863,39444,3,822,2695 +"199914",70863,43839,3,822,1685 +"199915",70863,44684,2,822,1220 +"199916",70863,48495,3,822,2737 +"199917",70863,49032,3,822,2469 +"199918",70863,53637,2,822,2113 +"199919",70863,55556,2,822,2075 +"199920",70863,67264,3,822,2790 +"199921",70863,71478,2,822,1721 +"199922",70863,72122,3,822,1436 +"199923",70863,85592,3,822,1412 +"199924",70863,89668,3,822,1279 +"199925",70863,89958,3,822,1186 +"199926",70863,93615,3,822,2386 +"199927",70863,96678,3,822,1183 +"199928",70863,109383,3,822,952 +"199929",70925,512,3,109,1596 +"199930",70925,1090,3,109,2370 +"199931",70925,1592,2,109,2006 +"199932",70925,1691,2,109,1941 +"199933",70925,1985,3,109,888 +"199934",70925,2011,3,109,2176 +"199935",70925,2208,3,109,2814 +"199936",70925,2684,3,109,2874 +"199937",70925,2865,3,109,2006 +"199938",70925,3144,3,109,869 +"199939",70925,3167,3,109,1676 +"199940",70925,3628,3,109,2707 +"199941",70925,3863,3,109,856 +"199942",70925,4226,3,109,1903 +"199943",70925,4317,3,109,1224 +"199944",70925,4932,3,109,2752 +"199945",70925,5018,2,109,640 +"199946",70925,5258,3,109,2730 +"199947",70925,5568,3,109,1290 +"199948",70925,6252,2,109,2336 +"199949",70925,6390,2,109,2385 +"199950",70925,7672,3,109,1974 +"199951",70925,8011,3,109,889 +"199952",70925,8537,3,109,472 +"199953",70925,8762,3,109,2585 +"199954",70925,9751,3,109,1397 +"199955",70925,9805,3,109,1621 +"199956",70925,12103,3,109,1244 +"199957",70925,12199,3,109,1651 +"199958",70925,12374,3,109,2260 +"199959",70925,13248,3,109,1385 +"199960",70925,13837,3,109,1604 +"199961",70925,13945,3,109,1324 +"199962",70925,14108,2,109,2012 +"199963",70925,14676,3,109,2764 +"199964",70925,14731,3,109,2012 +"199965",70925,14983,3,109,1047 +"199966",70925,15453,3,109,1688 +"199967",70925,15643,3,109,502 +"199968",70925,17434,3,109,1642 +"199969",70925,18502,2,109,1033 +"199970",70925,18543,2,109,2968 +"199971",70925,19173,3,109,1686 +"199972",70925,19332,3,109,1214 +"199973",70925,19718,3,109,1702 +"199974",70925,19882,3,109,565 +"199975",70925,20067,3,109,2390 +"199976",70925,20407,2,109,2339 +"199977",70925,20715,3,109,1312 +"199978",70925,20824,3,109,1366 +"199979",70925,21133,3,109,1320 +"199980",70925,21617,3,109,516 +"199981",70925,21682,3,109,2414 +"199982",70925,22141,3,109,2348 +"199983",70925,23534,3,109,1659 +"199984",70925,23787,3,109,2810 +"199985",70925,23869,3,109,1918 +"199986",70925,24198,3,109,2217 +"199987",70925,25565,3,109,2764 +"199988",70925,26106,3,109,2015 +"199989",70925,26342,3,109,527 +"199990",70925,26451,3,109,2133 +"199991",70925,26462,3,109,140 +"199992",70925,26873,2,109,419 +"199993",70925,27792,2,109,1308 +"199994",70925,28592,3,109,2320 +"199995",70925,28808,3,109,1063 +"199996",70925,29170,3,109,1846 +"199997",70925,29224,3,109,2011 +"199998",70925,29308,3,109,2094 +"199999",70925,29918,3,109,1953 +"200000",70925,29948,2,109,2795 +"200001",70925,30411,3,109,630 +"200002",70925,31001,2,109,2119 +"200003",70925,31235,3,109,2668 +"200004",70925,31696,3,109,1595 +"200005",70925,31700,3,109,2727 +"200006",70925,32503,3,109,2020 +"200007",70925,32811,3,109,804 +"200008",70925,33621,3,109,1319 +"200009",70925,33622,3,109,2230 +"200010",70925,34136,3,109,2202 +"200011",70925,34314,2,109,630 +"200012",70925,34945,2,109,1298 +"200013",70925,35045,3,109,1646 +"200014",70925,35235,3,109,2610 +"200015",70925,36439,2,109,2469 +"200016",70925,37509,2,109,1640 +"200017",70925,37628,3,109,819 +"200018",70925,37893,3,109,875 +"200019",70925,37937,3,109,1320 +"200020",70925,38213,3,109,1744 +"200021",70925,38259,3,109,2258 +"200022",70925,38574,3,109,188 +"200023",70925,39563,3,109,486 +"200024",70925,40488,3,109,486 +"200025",70925,40703,3,109,1608 +"200026",70925,40954,3,109,2603 +"200027",70925,41085,2,109,637 +"200028",70925,43046,3,109,419 +"200029",70925,43173,2,109,2895 +"200030",70925,43226,3,109,2442 +"200031",70925,43385,3,109,1623 +"200032",70925,43428,3,109,1299 +"200033",70925,43635,3,109,1196 +"200034",70925,44427,2,109,2875 +"200035",70925,44502,3,109,484 +"200036",70925,46596,3,109,1942 +"200037",70925,46621,2,109,1343 +"200038",70925,46951,3,109,2429 +"200039",70925,47049,3,109,253 +"200040",70925,47064,3,109,1993 +"200041",70925,47248,3,109,2883 +"200042",70925,47435,3,109,878 +"200043",70925,47585,2,109,794 +"200044",70925,48260,3,109,875 +"200045",70925,49300,2,109,515 +"200046",70925,49301,3,109,1894 +"200047",70925,49470,3,109,1528 +"200048",70925,49620,3,109,1868 +"200049",70925,50179,3,109,2230 +"200050",70925,50217,3,109,1211 +"200051",70925,50235,1,109,726 +"200052",70925,50254,3,109,1151 +"200053",70925,50737,3,109,959 +"200054",70925,51572,3,109,912 +"200055",70925,52136,3,109,1412 +"200056",70925,52323,3,109,2148 +"200057",70925,52327,2,109,1472 +"200058",70925,53252,1,109,637 +"200059",70925,55156,3,109,2196 +"200060",70925,56910,3,109,2705 +"200061",70925,57337,3,109,1443 +"200062",70925,57990,2,109,978 +"200063",70925,58133,2,109,1484 +"200064",70925,58284,3,109,2292 +"200065",70925,58293,1,109,250 +"200066",70925,61689,3,109,1309 +"200067",70925,61785,2,109,822 +"200068",70925,62062,3,109,860 +"200069",70925,62602,3,109,1172 +"200070",70925,62976,1,109,381 +"200071",70925,63604,3,109,927 +"200072",70925,64181,3,109,1828 +"200073",70925,67067,3,109,159 +"200074",70925,69122,2,109,416 +"200075",70925,69257,3,109,1402 +"200076",70925,70854,3,109,635 +"200077",70925,71274,3,109,2390 +"200078",70925,72571,3,109,1175 +"200079",70925,73728,3,109,784 +"200080",70925,74636,3,109,2525 +"200081",70925,74730,3,109,535 +"200082",70925,75025,2,109,717 +"200083",70925,75921,3,109,517 +"200084",70925,76127,3,109,910 +"200085",70925,76192,2,109,912 +"200086",70925,76646,3,109,1263 +"200087",70925,78256,2,109,804 +"200088",70925,78416,3,109,630 +"200089",70925,78563,3,109,2385 +"200090",70925,78569,3,109,578 +"200091",70925,78975,3,109,946 +"200092",70925,79364,3,109,834 +"200093",70925,79436,3,109,1344 +"200094",70925,79612,2,109,927 +"200095",70925,79657,3,109,1260 +"200096",70925,81586,3,109,877 +"200097",70925,81895,3,109,1634 +"200098",70925,82401,3,109,1210 +"200099",70925,83396,3,109,2396 +"200100",70925,88232,2,109,2881 +"200101",70925,88966,3,109,1568 +"200102",70925,89880,3,109,1938 +"200103",70925,92491,3,109,1968 +"200104",70925,92592,1,109,486 +"200105",70925,93398,2,109,828 +"200106",70925,95036,3,109,380 +"200107",70925,96671,3,109,359 +"200108",70925,97674,3,109,1912 +"200109",70925,97824,1,109,1229 +"200110",70925,99020,3,109,1383 +"200111",70925,99953,2,109,581 +"200112",70925,100215,3,109,2436 +"200113",70925,100532,3,109,859 +"200114",70925,101652,3,109,270 +"200115",70925,101967,1,109,691 +"200116",70925,102731,1,109,630 +"200117",70925,104711,3,109,410 +"200118",70925,105207,2,109,451 +"200119",70925,108709,3,109,462 +"200120",70925,110719,3,109,206 +"200121",70925,111576,3,109,458 +"200122",70925,114870,3,109,110 +"200123",70925,119444,3,109,888 +"200124",70925,119564,3,109,336 +"200125",70967,3272,3,570,2132 +"200126",70967,4968,3,570,1586 +"200127",70967,9269,3,570,1892 +"200128",70967,16538,3,570,704 +"200129",70967,17768,3,570,2468 +"200130",70967,20739,2,570,2025 +"200131",70967,25053,3,570,2186 +"200132",70967,36520,3,570,571 +"200133",70967,47372,2,570,788 +"200134",70967,51399,3,570,934 +"200135",70967,51890,2,570,1992 +"200136",70967,55446,3,570,1247 +"200137",70967,63329,3,570,639 +"200138",70967,63631,2,570,763 +"200139",70967,76295,3,570,1001 +"200140",70967,83598,3,570,619 +"200141",70967,91465,3,570,1047 +"200142",70967,93123,2,570,870 +"200143",70967,108974,3,570,752 +"200144",70967,110874,3,570,1390 +"200145",70996,212,3,1037,1513 +"200146",70996,913,3,1037,2144 +"200147",70996,1036,3,1037,1367 +"200148",70996,1147,3,1037,1999 +"200149",70996,1196,3,1037,1986 +"200150",70996,1324,3,1037,2147 +"200151",70996,1767,3,1037,2727 +"200152",70996,2063,3,1037,1278 +"200153",70996,2540,3,1037,1398 +"200154",70996,3068,3,1037,1815 +"200155",70996,3167,3,1037,1676 +"200156",70996,3753,3,1037,1255 +"200157",70996,3896,3,1037,2693 +"200158",70996,3961,2,1037,2426 +"200159",70996,4289,3,1037,1921 +"200160",70996,4821,3,1037,1938 +"200161",70996,5041,3,1037,2371 +"200162",70996,5315,2,1037,2631 +"200163",70996,5716,3,1037,1058 +"200164",70996,6047,3,1037,2004 +"200165",70996,6417,3,1037,1675 +"200166",70996,6602,3,1037,1631 +"200167",70996,7475,3,1037,1284 +"200168",70996,7984,3,1037,2493 +"200169",70996,7992,3,1037,2033 +"200170",70996,9191,3,1037,2707 +"200171",70996,9511,3,1037,1232 +"200172",70996,9702,3,1037,1928 +"200173",70996,9928,3,1037,2345 +"200174",70996,10358,2,1037,2294 +"200175",70996,10779,3,1037,2881 +"200176",70996,11218,3,1037,2292 +"200177",70996,11477,3,1037,2724 +"200178",70996,11540,3,1037,1237 +"200179",70996,12388,3,1037,1975 +"200180",70996,12692,3,1037,1855 +"200181",70996,13388,2,1037,2119 +"200182",70996,13967,2,1037,1354 +"200183",70996,13979,3,1037,1559 +"200184",70996,14032,3,1037,2144 +"200185",70996,15309,3,1037,2820 +"200186",70996,15401,3,1037,1999 +"200187",70996,15444,3,1037,2764 +"200188",70996,15636,3,1037,2857 +"200189",70996,16120,3,1037,1237 +"200190",70996,16539,3,1037,1947 +"200191",70996,16625,3,1037,1285 +"200192",70996,16826,3,1037,2599 +"200193",70996,17027,3,1037,2772 +"200194",70996,17097,3,1037,1505 +"200195",70996,17819,3,1037,2291 +"200196",70996,17997,3,1037,1621 +"200197",70996,18874,3,1037,2170 +"200198",70996,19637,2,1037,1229 +"200199",70996,19719,3,1037,2177 +"200200",70996,20067,2,1037,2390 +"200201",70996,20070,3,1037,1914 +"200202",70996,20311,3,1037,1981 +"200203",70996,20732,3,1037,2401 +"200204",70996,21138,3,1037,2849 +"200205",70996,21693,3,1037,2176 +"200206",70996,21706,2,1037,1988 +"200207",70996,22326,3,1037,2818 +"200208",70996,22362,3,1037,1836 +"200209",70996,22403,3,1037,1630 +"200210",70996,22586,3,1037,1341 +"200211",70996,22722,3,1037,1233 +"200212",70996,23310,3,1037,2371 +"200213",70996,23319,3,1037,2867 +"200214",70996,23726,3,1037,2434 +"200215",70996,23787,3,1037,2810 +"200216",70996,23869,2,1037,1918 +"200217",70996,25305,3,1037,2447 +"200218",70996,25486,3,1037,2582 +"200219",70996,25680,3,1037,1618 +"200220",70996,26249,2,1037,2301 +"200221",70996,26582,3,1037,2772 +"200222",70996,28131,3,1037,1492 +"200223",70996,28896,3,1037,1395 +"200224",70996,29456,3,1037,1182 +"200225",70996,29930,3,1037,2240 +"200226",70996,30150,3,1037,1704 +"200227",70996,30309,2,1037,1449 +"200228",70996,30883,3,1037,1629 +"200229",70996,32658,3,1037,1694 +"200230",70996,32919,3,1037,2321 +"200231",70996,32988,3,1037,2008 +"200232",70996,33801,2,1037,2899 +"200233",70996,34907,3,1037,1945 +"200234",70996,35529,1,1037,1620 +"200235",70996,35926,3,1037,2371 +"200236",70996,36031,3,1037,2342 +"200237",70996,36950,3,1037,2204 +"200238",70996,37897,3,1037,1685 +"200239",70996,37934,3,1037,1595 +"200240",70996,38219,3,1037,1689 +"200241",70996,38449,3,1037,1802 +"200242",70996,38467,3,1037,1259 +"200243",70996,38973,2,1037,1999 +"200244",70996,40432,3,1037,1956 +"200245",70996,40645,3,1037,1899 +"200246",70996,40646,3,1037,1583 +"200247",70996,40893,3,1037,1116 +"200248",70996,41108,2,1037,1624 +"200249",70996,41832,3,1037,1155 +"200250",70996,41955,3,1037,2479 +"200251",70996,42505,3,1037,2008 +"200252",70996,42799,3,1037,2729 +"200253",70996,43479,3,1037,2178 +"200254",70996,44819,3,1037,2063 +"200255",70996,46803,3,1037,2305 +"200256",70996,47386,2,1037,2226 +"200257",70996,48215,2,1037,2028 +"200258",70996,50269,3,1037,1966 +"200259",70996,50382,3,1037,2244 +"200260",70996,50977,3,1037,2352 +"200261",70996,51017,3,1037,2073 +"200262",70996,51319,3,1037,2488 +"200263",70996,51410,3,1037,2739 +"200264",70996,53134,3,1037,1590 +"200265",70996,53475,2,1037,2853 +"200266",70996,54929,3,1037,2783 +"200267",70996,55084,3,1037,1189 +"200268",70996,57760,3,1037,1721 +"200269",70996,57977,3,1037,2683 +"200270",70996,58669,3,1037,2296 +"200271",70996,59677,3,1037,1174 +"200272",70996,62148,3,1037,1566 +"200273",70996,62488,3,1037,1418 +"200274",70996,63395,3,1037,2334 +"200275",70996,65155,3,1037,1947 +"200276",70996,65322,3,1037,2008 +"200277",70996,70203,3,1037,2756 +"200278",70996,76356,3,1037,2323 +"200279",70996,81478,3,1037,1640 +"200280",70996,82730,3,1037,1492 +"200281",70996,82767,3,1037,1641 +"200282",70996,89511,3,1037,1205 +"200283",70996,91142,3,1037,2527 +"200284",70996,91901,3,1037,1236 +"200285",70996,95064,3,1037,1801 +"200286",70996,97160,3,1037,1215 +"200287",70996,100140,2,1037,1041 +"200288",71008,2229,3,136,1536 +"200289",71008,4660,3,136,2149 +"200290",71008,4669,3,136,2395 +"200291",71008,5897,3,136,2337 +"200292",71008,7719,3,136,1954 +"200293",71008,8062,3,136,2858 +"200294",71008,8791,3,136,1789 +"200295",71008,10350,3,136,1163 +"200296",71008,13136,3,136,2867 +"200297",71008,13842,3,136,2250 +"200298",71008,16286,3,136,2470 +"200299",71008,16690,3,136,2132 +"200300",71008,16715,3,136,1218 +"200301",71008,17257,3,136,1117 +"200302",71008,18978,3,136,952 +"200303",71008,21207,3,136,1258 +"200304",71008,22723,2,136,2859 +"200305",71008,25185,2,136,341 +"200306",71008,25295,3,136,341 +"200307",71008,27742,3,136,2700 +"200308",71008,27914,3,136,2507 +"200309",71008,32339,3,136,2430 +"200310",71008,32424,3,136,848 +"200311",71008,32560,3,136,1258 +"200312",71008,33537,3,136,2406 +"200313",71008,33870,3,136,955 +"200314",71008,34025,3,136,242 +"200315",71008,34334,3,136,1637 +"200316",71008,35589,3,136,983 +"200317",71008,41581,2,136,1692 +"200318",71008,45869,3,136,2840 +"200319",71008,57067,3,136,2547 +"200320",71008,58238,3,136,1944 +"200321",71008,63641,3,136,2337 +"200322",71008,64110,3,136,1331 +"200323",71008,66693,3,136,2554 +"200324",71008,66717,3,136,2104 +"200325",71008,72535,3,136,1191 +"200326",71008,75537,3,136,1331 +"200327",71008,77567,3,136,197 +"200328",71008,78645,3,136,218 +"200329",71008,78677,3,136,341 +"200330",71008,78842,2,136,904 +"200331",71008,80793,3,136,631 +"200332",71008,82187,3,136,1055 +"200333",71008,83523,3,136,1461 +"200334",71008,84822,3,136,2686 +"200335",71008,91849,3,136,1166 +"200336",71008,94611,3,136,286 +"200337",71008,96007,3,136,895 +"200338",71008,99288,3,136,983 +"200339",71008,101453,3,136,454 +"200340",71065,11429,3,2231,2520 +"200341",71065,22905,3,2231,2599 +"200342",71065,33755,3,2231,2963 +"200343",71065,60672,1,2231,2876 +"200344",71065,68416,2,2231,2939 +"200345",71078,34945,3,880,1298 +"200346",71078,82426,3,880,1576 +"200347",71128,1369,3,485,2487 +"200348",71128,2272,3,485,1640 +"200349",71128,2443,2,485,2333 +"200350",71128,2724,3,485,2447 +"200351",71128,6562,2,485,1139 +"200352",71128,6999,3,485,2214 +"200353",71128,10716,3,485,1692 +"200354",71128,11803,3,485,1232 +"200355",71128,12116,3,485,2119 +"200356",71128,12861,3,485,1207 +"200357",71128,13340,3,485,1918 +"200358",71128,14061,3,485,1620 +"200359",71128,15281,3,485,810 +"200360",71128,15582,3,485,598 +"200361",71128,19476,3,485,1708 +"200362",71128,19542,3,485,570 +"200363",71128,20038,3,485,1531 +"200364",71128,20371,2,485,595 +"200365",71128,22410,3,485,2158 +"200366",71128,24116,3,485,1413 +"200367",71128,25886,3,485,1580 +"200368",71128,27512,1,485,947 +"200369",71128,31264,3,485,2335 +"200370",71128,35317,3,485,1888 +"200371",71128,41051,3,485,2767 +"200372",71128,41098,3,485,1857 +"200373",71128,42407,2,485,2408 +"200374",71128,46568,3,485,822 +"200375",71128,49805,3,485,2445 +"200376",71128,55730,2,485,1217 +"200377",71128,62848,2,485,1230 +"200378",71128,71307,3,485,761 +"200379",71128,74054,3,485,1488 +"200380",71128,77519,3,485,819 +"200381",71128,77719,3,485,2086 +"200382",71128,78277,3,485,1937 +"200383",71128,91465,3,485,1047 +"200384",71128,94339,3,485,2768 +"200385",71130,841,3,879,2964 +"200386",71130,1691,3,879,1941 +"200387",71130,2852,3,879,2448 +"200388",71130,3284,3,879,1541 +"200389",71130,8726,3,879,2083 +"200390",71130,10222,3,879,2212 +"200391",71130,11383,3,879,977 +"200392",71130,11897,3,879,1271 +"200393",71130,15462,3,879,1141 +"200394",71130,15978,2,879,981 +"200395",71130,22317,3,879,1552 +"200396",71130,23277,3,879,1267 +"200397",71130,25327,3,879,977 +"200398",71130,28081,2,879,1927 +"200399",71130,28094,2,879,1423 +"200400",71130,32549,3,879,2111 +"200401",71130,32606,3,879,2100 +"200402",71130,36514,3,879,1192 +"200403",71130,38333,1,879,1365 +"200404",71130,39534,3,879,2410 +"200405",71130,46512,3,879,1292 +"200406",71130,49347,3,879,2504 +"200407",71130,50278,3,879,1127 +"200408",71130,57037,2,879,2293 +"200409",71130,61585,3,879,2315 +"200410",71130,66527,3,879,961 +"200411",71130,68789,2,879,1929 +"200412",71130,71455,3,879,1702 +"200413",71130,71531,3,879,2887 +"200414",71159,82236,3,855,878 +"200415",71217,3477,3,2169,2546 +"200416",71217,5235,3,2169,2324 +"200417",71217,6063,3,2169,2349 +"200418",71217,11966,3,2169,2385 +"200419",71217,14989,3,2169,2223 +"200420",71217,18361,2,2169,2968 +"200421",71217,20124,3,2169,2376 +"200422",71217,21571,3,2169,2755 +"200423",71217,22566,3,2169,2308 +"200424",71217,33223,3,2169,2397 +"200425",71217,35402,3,2169,2339 +"200426",71217,37752,3,2169,2223 +"200427",71217,50236,3,2169,2339 +"200428",71217,56082,3,2169,2395 +"200429",71217,56237,3,2169,2625 +"200430",71217,92104,3,2169,2339 +"200431",71219,680,3,967,2569 +"200432",71219,2057,3,967,1965 +"200433",71219,2540,3,967,1398 +"200434",71219,2959,3,967,1785 +"200435",71219,4916,3,967,1970 +"200436",71219,4983,3,967,1909 +"200437",71219,5119,3,967,2220 +"200438",71219,5235,3,967,2324 +"200439",71219,7861,3,967,1647 +"200440",71219,7942,3,967,2623 +"200441",71219,9332,2,967,2734 +"200442",71219,9703,3,967,1845 +"200443",71219,9723,3,967,2302 +"200444",71219,9785,3,967,2951 +"200445",71219,10457,2,967,1711 +"200446",71219,11588,3,967,2352 +"200447",71219,11648,3,967,2852 +"200448",71219,12361,2,967,2732 +"200449",71219,13007,3,967,2496 +"200450",71219,15443,3,967,1631 +"200451",71219,15462,3,967,1141 +"200452",71219,16501,3,967,1650 +"200453",71219,17645,2,967,1918 +"200454",71219,18005,2,967,2449 +"200455",71219,18381,3,967,1524 +"200456",71219,18421,3,967,2457 +"200457",71219,19334,3,967,1979 +"200458",71219,19655,3,967,2706 +"200459",71219,20124,3,967,2376 +"200460",71219,21207,3,967,1258 +"200461",71219,22166,3,967,994 +"200462",71219,29116,3,967,2128 +"200463",71219,29286,3,967,1612 +"200464",71219,29473,2,967,2602 +"200465",71219,29818,2,967,1677 +"200466",71219,30334,3,967,2075 +"200467",71219,31216,2,967,1244 +"200468",71219,31408,3,967,994 +"200469",71219,34094,3,967,1360 +"200470",71219,34742,3,967,1883 +"200471",71219,37351,2,967,978 +"200472",71219,37636,2,967,2178 +"200473",71219,38087,3,967,1083 +"200474",71219,39256,3,967,2449 +"200475",71219,40283,3,967,1657 +"200476",71219,40392,3,967,1878 +"200477",71219,40393,3,967,1626 +"200478",71219,40954,3,967,2603 +"200479",71219,41581,3,967,1692 +"200480",71219,44497,3,967,2401 +"200481",71219,46486,3,967,1868 +"200482",71219,46650,3,967,1330 +"200483",71219,47968,3,967,2829 +"200484",71219,48015,2,967,1355 +"200485",71219,49712,3,967,1937 +"200486",71219,50229,3,967,1190 +"200487",71219,50335,3,967,1893 +"200488",71219,50354,3,967,1299 +"200489",71219,50509,3,967,2050 +"200490",71219,51783,3,967,2599 +"200491",71219,52041,3,967,2694 +"200492",71219,53687,2,967,2422 +"200493",71219,54313,3,967,1645 +"200494",71219,54523,3,967,1935 +"200495",71219,58745,3,967,1920 +"200496",71219,67252,2,967,1215 +"200497",71219,70748,3,967,978 +"200498",71219,71531,3,967,2887 +"200499",71219,76286,3,967,1642 +"200500",71219,80767,3,967,2452 +"200501",71219,84271,3,967,1556 +"200502",71219,85198,3,967,1794 +"200503",71225,3158,3,956,2762 +"200504",71225,4784,3,956,2511 +"200505",71225,9269,3,956,1892 +"200506",71225,9740,3,956,2233 +"200507",71225,11270,3,956,1011 +"200508",71225,12632,3,956,1174 +"200509",71225,12703,3,956,2689 +"200510",71225,13595,3,956,1164 +"200511",71225,16347,3,956,1868 +"200512",71225,41350,3,956,1935 +"200513",71225,42390,3,956,2937 +"200514",71225,45297,3,956,1864 +"200515",71225,76842,3,956,1518 +"200516",71227,600,3,1315,1702 +"200517",71227,913,3,1315,2144 +"200518",71227,4084,3,1315,2133 +"200519",71227,12602,3,1315,1956 +"200520",71227,17698,3,1315,1559 +"200521",71227,24568,3,1315,1937 +"200522",71227,27275,3,1315,2656 +"200523",71227,68810,3,1315,2409 +"200524",71227,86986,3,1315,1976 +"200525",71274,2208,3,2390,2814 +"200526",71274,5258,3,2390,2730 +"200527",71274,9272,3,2390,2835 +"200528",71274,16352,3,2390,2657 +"200529",71274,18543,2,2390,2968 +"200530",71274,19605,3,2390,2395 +"200531",71274,25565,3,2390,2764 +"200532",71274,29948,3,2390,2795 +"200533",71274,34735,3,2390,2767 +"200534",71274,36439,3,2390,2469 +"200535",71274,38667,3,2390,2880 +"200536",71274,43173,3,2390,2895 +"200537",71274,43226,2,2390,2442 +"200538",71274,44427,3,2390,2875 +"200539",71274,54929,3,2390,2783 +"200540",71274,56910,3,2390,2705 +"200541",71274,69335,3,2390,2698 +"200542",71274,74636,3,2390,2525 +"200543",71274,83396,3,2390,2396 +"200544",71274,88232,3,2390,2881 +"200545",71274,100215,3,2390,2436 +"200546",71307,378,3,761,2766 +"200547",71307,1369,3,761,2487 +"200548",71307,1785,3,761,2350 +"200549",71307,2282,3,761,2056 +"200550",71307,2506,3,761,954 +"200551",71307,2927,3,761,1789 +"200552",71307,6562,3,761,1139 +"200553",71307,6999,3,761,2214 +"200554",71307,9269,3,761,1892 +"200555",71307,9538,3,761,1786 +"200556",71307,9656,3,761,1135 +"200557",71307,10716,3,761,1692 +"200558",71307,10990,3,761,805 +"200559",71307,12116,3,761,2119 +"200560",71307,13340,3,761,1918 +"200561",71307,13930,3,761,1274 +"200562",71307,14212,3,761,857 +"200563",71307,15281,3,761,810 +"200564",71307,19476,2,761,1708 +"200565",71307,20038,2,761,1531 +"200566",71307,23498,3,761,2398 +"200567",71307,23560,2,761,2051 +"200568",71307,29778,3,761,840 +"200569",71307,35243,2,761,1102 +"200570",71307,35317,3,761,1888 +"200571",71307,41098,3,761,1857 +"200572",71307,42407,2,761,2408 +"200573",71307,44878,3,761,1620 +"200574",71307,55730,3,761,1217 +"200575",71307,62848,3,761,1230 +"200576",71307,70011,3,761,2690 +"200577",71307,73520,3,761,2613 +"200578",71307,77719,2,761,2086 +"200579",71307,78277,2,761,1937 +"200580",71307,79699,2,761,1735 +"200581",71307,80970,3,761,2069 +"200582",71307,84590,2,761,1734 +"200583",71307,85065,3,761,1585 +"200584",71342,270,3,1289,2542 +"200585",71342,312,3,1289,2038 +"200586",71342,380,2,1289,2261 +"200587",71342,913,3,1289,2144 +"200588",71342,1102,3,1289,2282 +"200589",71342,1616,3,1289,2662 +"200590",71342,1639,2,1289,2631 +"200591",71342,2181,3,1289,2030 +"200592",71342,2322,3,1289,1645 +"200593",71342,2424,2,1289,2582 +"200594",71342,2484,3,1289,2389 +"200595",71342,2533,3,1289,2016 +"200596",71342,2572,3,1289,2273 +"200597",71342,3161,3,1289,2229 +"200598",71342,3271,3,1289,2216 +"200599",71342,3305,3,1289,2839 +"200600",71342,3306,2,1289,1989 +"200601",71342,3716,3,1289,1679 +"200602",71342,3748,3,1289,2052 +"200603",71342,3801,2,1289,1974 +"200604",71342,4032,3,1289,1763 +"200605",71342,4690,3,1289,1938 +"200606",71342,5041,3,1289,2371 +"200607",71342,5235,3,1289,2324 +"200608",71342,5429,3,1289,1991 +"200609",71342,5622,3,1289,2175 +"200610",71342,6074,3,1289,2426 +"200611",71342,6363,3,1289,2066 +"200612",71342,6577,3,1289,1951 +"200613",71342,7502,3,1289,1519 +"200614",71342,7627,3,1289,1543 +"200615",71342,7677,3,1289,2338 +"200616",71342,8073,3,1289,1847 +"200617",71342,8888,3,1289,1328 +"200618",71342,9272,3,1289,2835 +"200619",71342,9311,3,1289,2477 +"200620",71342,9364,2,1289,1698 +"200621",71342,9702,3,1289,1928 +"200622",71342,9805,3,1289,1621 +"200623",71342,9893,3,1289,2701 +"200624",71342,10513,1,1289,2284 +"200625",71342,10857,3,1289,2253 +"200626",71342,10874,3,1289,1891 +"200627",71342,11006,2,1289,1950 +"200628",71342,11055,3,1289,2111 +"200629",71342,11229,3,1289,1625 +"200630",71342,11440,3,1289,2026 +"200631",71342,11620,3,1289,2010 +"200632",71342,12602,3,1289,1956 +"200633",71342,12724,3,1289,1930 +"200634",71342,12863,3,1289,2027 +"200635",71342,14834,3,1289,2739 +"200636",71342,14972,3,1289,2332 +"200637",71342,15003,3,1289,2067 +"200638",71342,15813,3,1289,2143 +"200639",71342,16201,3,1289,1811 +"200640",71342,16332,2,1289,2668 +"200641",71342,16940,1,1289,1290 +"200642",71342,17381,3,1289,1697 +"200643",71342,17931,3,1289,1617 +"200644",71342,18415,3,1289,2184 +"200645",71342,19204,3,1289,1753 +"200646",71342,19248,2,1289,2357 +"200647",71342,19719,2,1289,2177 +"200648",71342,20124,2,1289,2376 +"200649",71342,20311,3,1289,1981 +"200650",71342,20975,2,1289,1305 +"200651",71342,21138,3,1289,2849 +"200652",71342,21197,2,1289,1437 +"200653",71342,21285,2,1289,2100 +"200654",71342,21693,3,1289,2176 +"200655",71342,21706,3,1289,1988 +"200656",71342,21758,3,1289,1331 +"200657",71342,22141,3,1289,2348 +"200658",71342,22282,2,1289,1418 +"200659",71342,22326,3,1289,2818 +"200660",71342,22362,3,1289,1836 +"200661",71342,22586,2,1289,1341 +"200662",71342,23223,3,1289,2094 +"200663",71342,23725,3,1289,2378 +"200664",71342,23727,3,1289,1734 +"200665",71342,23729,2,1289,1624 +"200666",71342,23970,3,1289,1624 +"200667",71342,24612,3,1289,1875 +"200668",71342,24755,3,1289,1319 +"200669",71342,25198,3,1289,1982 +"200670",71342,25305,3,1289,2447 +"200671",71342,25577,3,1289,1946 +"200672",71342,26749,1,1289,2965 +"200673",71342,27175,3,1289,1447 +"200674",71342,27275,3,1289,2656 +"200675",71342,27390,3,1289,2425 +"200676",71342,27501,3,1289,1981 +"200677",71342,27694,2,1289,2030 +"200678",71342,27849,3,1289,1316 +"200679",71342,28015,3,1289,1624 +"200680",71342,28190,3,1289,1634 +"200681",71342,29962,3,1289,2201 +"200682",71342,30052,3,1289,2855 +"200683",71342,30405,3,1289,2164 +"200684",71342,31050,3,1289,1491 +"200685",71342,32173,3,1289,2341 +"200686",71342,33430,3,1289,2225 +"200687",71342,33949,2,1289,2489 +"200688",71342,34836,3,1289,2302 +"200689",71342,35095,3,1289,1502 +"200690",71342,35256,3,1289,2271 +"200691",71342,35518,3,1289,1721 +"200692",71342,35529,3,1289,1620 +"200693",71342,37238,3,1289,2609 +"200694",71342,38019,2,1289,1870 +"200695",71342,38780,2,1289,2705 +"200696",71342,42522,3,1289,2592 +"200697",71342,43173,3,1289,2895 +"200698",71342,43226,3,1289,2442 +"200699",71342,43385,2,1289,1623 +"200700",71342,43455,3,1289,2846 +"200701",71342,44763,3,1289,1324 +"200702",71342,44773,3,1289,1355 +"200703",71342,45608,3,1289,2420 +"200704",71342,46091,3,1289,1938 +"200705",71342,46629,3,1289,2255 +"200706",71342,46950,3,1289,2673 +"200707",71342,47248,3,1289,2883 +"200708",71342,47362,3,1289,2253 +"200709",71342,47772,1,1289,2293 +"200710",71342,48110,3,1289,2009 +"200711",71342,48289,3,1289,2209 +"200712",71342,48414,3,1289,1749 +"200713",71342,48605,3,1289,2796 +"200714",71342,49512,3,1289,1302 +"200715",71342,49620,3,1289,1868 +"200716",71342,50134,3,1289,2674 +"200717",71342,50685,3,1289,2008 +"200718",71342,51017,2,1289,2073 +"200719",71342,51022,3,1289,1499 +"200720",71342,51035,3,1289,2397 +"200721",71342,51041,3,1289,2606 +"200722",71342,52058,3,1289,1836 +"200723",71342,52136,3,1289,1412 +"200724",71342,52323,3,1289,2148 +"200725",71342,52576,1,1289,2234 +"200726",71342,52969,3,1289,2302 +"200727",71342,53323,3,1289,2677 +"200728",71342,54551,3,1289,2348 +"200729",71342,54929,3,1289,2783 +"200730",71342,55082,2,1289,1856 +"200731",71342,55139,2,1289,2323 +"200732",71342,55320,3,1289,1643 +"200733",71342,55438,3,1289,2863 +"200734",71342,55468,3,1289,2511 +"200735",71342,55862,3,1289,2123 +"200736",71342,56082,3,1289,2395 +"200737",71342,56317,2,1289,2030 +"200738",71342,56340,3,1289,2060 +"200739",71342,57353,3,1289,1849 +"200740",71342,57714,3,1289,1391 +"200741",71342,58451,3,1289,1939 +"200742",71342,58508,2,1289,2326 +"200743",71342,58652,3,1289,1437 +"200744",71342,59539,3,1289,2429 +"200745",71342,61982,2,1289,2725 +"200746",71342,62841,3,1289,2710 +"200747",71342,65007,3,1289,2530 +"200748",71342,66703,3,1289,2375 +"200749",71342,66860,3,1289,1548 +"200750",71342,66983,3,1289,2397 +"200751",71342,67719,3,1289,2429 +"200752",71342,67805,3,1289,1338 +"200753",71342,69335,3,1289,2698 +"200754",71342,73128,2,1289,1549 +"200755",71342,73786,3,1289,2937 +"200756",71342,76892,3,1289,2381 +"200757",71342,79322,3,1289,2770 +"200758",71342,80301,3,1289,1690 +"200759",71342,80825,2,1289,2315 +"200760",71342,81588,2,1289,1568 +"200761",71342,82949,2,1289,2077 +"200762",71342,83396,3,1289,2396 +"200763",71342,94908,3,1289,1413 +"200764",71342,98781,3,1289,1410 +"200765",71369,36962,3,2838,2861 +"200766",71390,680,3,1992,2569 +"200767",71390,3978,3,1992,2775 +"200768",71390,4361,2,1992,2571 +"200769",71390,12759,3,1992,2414 +"200770",71390,37636,3,1992,2178 +"200771",71390,41723,3,1992,2101 +"200772",71412,37279,2,1974,2768 +"200773",71412,96300,3,1974,2594 +"200774",71455,1685,3,1702,2230 +"200775",71455,2057,3,1702,1965 +"200776",71455,8726,3,1702,2083 +"200777",71455,8822,1,1702,2139 +"200778",71455,17230,2,1702,1965 +"200779",71455,28081,3,1702,1927 +"200780",71455,32202,3,1702,2314 +"200781",71455,33380,3,1702,2340 +"200782",71455,40138,3,1702,2719 +"200783",71455,59438,3,1702,2400 +"200784",71455,68789,3,1702,1929 +"200785",71467,2418,3,1051,2020 +"200786",71467,2576,2,1051,1307 +"200787",71467,2747,3,1051,2411 +"200788",71467,2852,3,1051,2448 +"200789",71467,3127,2,1051,2273 +"200790",71467,4612,1,1051,2804 +"200791",71467,4730,3,1051,2131 +"200792",71467,5346,3,1051,1438 +"200793",71467,5897,3,1051,2337 +"200794",71467,5962,3,1051,2491 +"200795",71467,7997,3,1051,2049 +"200796",71467,8865,3,1051,2394 +"200797",71467,8984,3,1051,1162 +"200798",71467,9035,3,1051,2771 +"200799",71467,9060,3,1051,1612 +"200800",71467,9227,2,1051,1267 +"200801",71467,9481,3,1051,1610 +"200802",71467,9787,2,1051,2858 +"200803",71467,10453,3,1051,1656 +"200804",71467,11108,3,1051,1609 +"200805",71467,12067,3,1051,1213 +"200806",71467,13068,3,1051,1778 +"200807",71467,13720,3,1051,1558 +"200808",71467,13879,3,1051,2748 +"200809",71467,14287,3,1051,1583 +"200810",71467,14998,3,1051,1553 +"200811",71467,15153,3,1051,1864 +"200812",71467,15207,3,1051,1855 +"200813",71467,16015,3,1051,1307 +"200814",71467,16286,3,1051,2470 +"200815",71467,16501,2,1051,1650 +"200816",71467,16502,3,1051,1616 +"200817",71467,17252,2,1051,1258 +"200818",71467,20155,3,1051,1517 +"200819",71467,20220,2,1051,1656 +"200820",71467,22578,2,1051,2216 +"200821",71467,23131,3,1051,1732 +"200822",71467,23488,3,1051,1523 +"200823",71467,23597,3,1051,1080 +"200824",71467,24176,3,1051,1986 +"200825",71467,25163,3,1051,1751 +"200826",71467,26124,3,1051,2356 +"200827",71467,27742,2,1051,2700 +"200828",71467,27897,3,1051,1968 +"200829",71467,27914,2,1051,2507 +"200830",71467,28051,3,1051,2089 +"200831",71467,28357,3,1051,1134 +"200832",71467,28837,3,1051,2286 +"200833",71467,28869,3,1051,2425 +"200834",71467,29286,2,1051,1612 +"200835",71467,30442,3,1051,2124 +"200836",71467,30525,3,1051,1964 +"200837",71467,31868,2,1051,1993 +"200838",71467,32560,3,1051,1258 +"200839",71467,33341,3,1051,2338 +"200840",71467,35477,3,1051,2703 +"200841",71467,35728,3,1051,2017 +"200842",71467,37036,3,1051,2264 +"200843",71467,39534,3,1051,2410 +"200844",71467,40035,3,1051,2742 +"200845",71467,40138,3,1051,2719 +"200846",71467,40572,2,1051,2666 +"200847",71467,41023,3,1051,2408 +"200848",71467,41633,3,1051,1976 +"200849",71467,44433,3,1051,2224 +"200850",71467,44603,2,1051,2748 +"200851",71467,46384,2,1051,2285 +"200852",71467,46486,3,1051,1868 +"200853",71467,47839,3,1051,1864 +"200854",71467,50229,3,1051,1190 +"200855",71467,50354,3,1051,1299 +"200856",71467,53739,3,1051,2704 +"200857",71467,54775,3,1051,2383 +"200858",71467,56995,3,1051,2323 +"200859",71467,58655,3,1051,2685 +"200860",71467,61125,3,1051,1673 +"200861",71467,67252,3,1051,1215 +"200862",71467,68275,3,1051,1158 +"200863",71467,68539,2,1051,1158 +"200864",71467,70455,2,1051,1307 +"200865",71467,72438,3,1051,1397 +"200866",71467,81545,2,1051,2077 +"200867",71467,87289,3,1051,1279 +"200868",71467,91227,3,1051,1232 +"200869",71467,91849,3,1051,1166 +"200870",71467,94520,3,1051,1243 +"200871",71467,100048,2,1051,1573 +"200872",71467,100432,3,1051,1358 +"200873",71467,111375,3,1051,2686 +"200874",71467,115021,3,1051,1226 +"200875",71478,42,3,1721,2265 +"200876",71478,313,3,1721,2271 +"200877",71478,377,3,1721,2389 +"200878",71478,499,3,1721,1931 +"200879",71478,543,2,1721,2203 +"200880",71478,613,3,1721,2687 +"200881",71478,1090,3,1721,2370 +"200882",71478,1151,3,1721,2885 +"200883",71478,1495,3,1721,2046 +"200884",71478,1616,3,1721,2662 +"200885",71478,1777,2,1721,1965 +"200886",71478,2036,3,1721,2483 +"200887",71478,2166,3,1721,2557 +"200888",71478,2224,3,1721,2751 +"200889",71478,2484,2,1721,2389 +"200890",71478,3161,3,1721,2229 +"200891",71478,3242,3,1721,1730 +"200892",71478,3878,3,1721,1890 +"200893",71478,4057,3,1721,2389 +"200894",71478,5078,2,1721,2033 +"200895",71478,5457,2,1721,2077 +"200896",71478,5462,2,1721,2374 +"200897",71478,5504,1,1721,2389 +"200898",71478,7323,2,1721,2858 +"200899",71478,8760,3,1721,2477 +"200900",71478,9362,3,1721,2879 +"200901",71478,10130,3,1721,2741 +"200902",71478,12374,3,1721,2260 +"200903",71478,12713,3,1721,2440 +"200904",71478,13751,3,1721,2557 +"200905",71478,14108,3,1721,2012 +"200906",71478,15539,3,1721,1929 +"200907",71478,16497,3,1721,2370 +"200908",71478,17410,3,1721,2073 +"200909",71478,17520,3,1721,2276 +"200910",71478,18151,3,1721,2962 +"200911",71478,18277,3,1721,2309 +"200912",71478,19568,3,1721,2302 +"200913",71478,19606,3,1721,2783 +"200914",71478,19868,3,1721,2855 +"200915",71478,20563,3,1721,2267 +"200916",71478,20659,3,1721,1969 +"200917",71478,20700,3,1721,2861 +"200918",71478,22749,2,1721,1727 +"200919",71478,26516,3,1721,2479 +"200920",71478,26608,3,1721,2329 +"200921",71478,27478,3,1721,2485 +"200922",71478,28216,3,1721,1910 +"200923",71478,30386,3,1721,1833 +"200924",71478,31799,3,1721,2547 +"200925",71478,33572,3,1721,2370 +"200926",71478,35256,3,1721,2271 +"200927",71478,37418,3,1721,2710 +"200928",71478,37570,2,1721,2389 +"200929",71478,38908,3,1721,1787 +"200930",71478,38921,3,1721,1880 +"200931",71478,39444,2,1721,2695 +"200932",71478,39799,3,1721,2344 +"200933",71478,40022,3,1721,2307 +"200934",71478,41278,3,1721,1873 +"200935",71478,41747,3,1721,1722 +"200936",71478,45715,3,1721,2287 +"200937",71478,47803,3,1721,2477 +"200938",71478,48414,3,1721,1749 +"200939",71478,48495,3,1721,2737 +"200940",71478,49032,3,1721,2469 +"200941",71478,49965,3,1721,2301 +"200942",71478,50252,3,1721,2001 +"200943",71478,50372,3,1721,1834 +"200944",71478,51410,3,1721,2739 +"200945",71478,53031,3,1721,2065 +"200946",71478,53637,2,1721,2113 +"200947",71478,55556,2,1721,2075 +"200948",71478,55828,2,1721,2393 +"200949",71478,57077,3,1721,1885 +"200950",71478,57609,3,1721,2717 +"200951",71478,57977,3,1721,2683 +"200952",71478,58221,3,1721,1787 +"200953",71478,59700,3,1721,2346 +"200954",71478,67264,3,1721,2790 +"200955",71478,80429,2,1721,1927 +"200956",71478,82409,3,1721,1881 +"200957",71478,85430,3,1721,2370 +"200958",71478,91570,3,1721,2229 +"200959",71478,93615,3,1721,2386 +"200960",71479,1196,3,482,1986 +"200961",71479,2077,3,482,610 +"200962",71479,2798,3,482,1673 +"200963",71479,3306,2,482,1989 +"200964",71479,3961,3,482,2426 +"200965",71479,4623,3,482,1176 +"200966",71479,5041,3,482,2371 +"200967",71479,5315,2,482,2631 +"200968",71479,5350,3,482,2522 +"200969",71479,5622,3,482,2175 +"200970",71479,5716,3,482,1058 +"200971",71479,5984,3,482,1675 +"200972",71479,5986,3,482,1721 +"200973",71479,6047,2,482,2004 +"200974",71479,6366,3,482,798 +"200975",71479,6417,3,482,1675 +"200976",71479,7233,2,482,572 +"200977",71479,7475,3,482,1284 +"200978",71479,7627,3,482,1543 +"200979",71479,8984,3,482,1162 +"200980",71479,9511,3,482,1232 +"200981",71479,9654,3,482,2111 +"200982",71479,9928,2,482,2345 +"200983",71479,9950,3,482,920 +"200984",71479,10358,2,482,2294 +"200985",71479,10488,3,482,1524 +"200986",71479,10779,3,482,2881 +"200987",71479,10857,3,482,2253 +"200988",71479,11218,3,482,2292 +"200989",71479,11576,3,482,808 +"200990",71479,11817,3,482,600 +"200991",71479,11966,3,482,2385 +"200992",71479,12035,3,482,2721 +"200993",71479,12042,3,482,2345 +"200994",71479,13311,2,482,2315 +"200995",71479,14032,1,482,2144 +"200996",71479,14656,3,482,584 +"200997",71479,14855,3,482,903 +"200998",71479,15003,3,482,2067 +"200999",71479,15301,3,482,2308 +"201000",71479,15309,3,482,2820 +"201001",71479,15402,3,482,1281 +"201002",71479,15700,3,482,1712 +"201003",71479,15799,3,482,1917 +"201004",71479,16053,3,482,908 +"201005",71479,16352,3,482,2657 +"201006",71479,17400,3,482,2231 +"201007",71479,17493,2,482,561 +"201008",71479,17819,3,482,2291 +"201009",71479,18874,3,482,2170 +"201010",71479,19027,3,482,2721 +"201011",71479,19072,3,482,2358 +"201012",71479,19637,3,482,1229 +"201013",71479,20067,3,482,2390 +"201014",71479,20124,3,482,2376 +"201015",71479,21571,3,482,2755 +"201016",71479,23011,3,482,2763 +"201017",71479,23159,3,482,1548 +"201018",71479,23310,2,482,2371 +"201019",71479,23492,3,482,1067 +"201020",71479,23725,3,482,2378 +"201021",71479,23869,3,482,1918 +"201022",71479,24755,3,482,1319 +"201023",71479,26080,3,482,2525 +"201024",71479,26867,3,482,1804 +"201025",71479,27205,3,482,966 +"201026",71479,27275,3,482,2656 +"201027",71479,28002,3,482,914 +"201028",71479,29930,3,482,2240 +"201029",71479,30081,3,482,2403 +"201030",71479,30325,3,482,1067 +"201031",71479,31093,3,482,2160 +"201032",71479,31279,3,482,965 +"201033",71479,31530,3,482,1661 +"201034",71479,32567,3,482,2784 +"201035",71479,32694,3,482,1602 +"201036",71479,32919,2,482,2321 +"201037",71479,33219,3,482,1173 +"201038",71479,33949,3,482,2489 +"201039",71479,34735,3,482,2767 +"201040",71479,35529,3,482,1620 +"201041",71479,35673,3,482,1067 +"201042",71479,35752,2,482,1158 +"201043",71479,35926,2,482,2371 +"201044",71479,39294,3,482,1889 +"201045",71479,39516,2,482,2393 +"201046",71479,39563,3,482,486 +"201047",71479,40028,3,482,1349 +"201048",71479,40893,3,482,1116 +"201049",71479,41023,3,482,2408 +"201050",71479,41598,3,482,2291 +"201051",71479,41832,2,482,1155 +"201052",71479,41955,2,482,2479 +"201053",71479,42619,3,482,2017 +"201054",71479,43213,3,482,2160 +"201055",71479,44557,3,482,2371 +"201056",71479,44688,3,482,2924 +"201057",71479,44819,3,482,2063 +"201058",71479,45186,3,482,835 +"201059",71479,45684,3,482,2200 +"201060",71479,45903,3,482,2237 +"201061",71479,46196,3,482,1510 +"201062",71479,46803,3,482,2305 +"201063",71479,48215,3,482,2028 +"201064",71479,50134,3,482,2674 +"201065",71479,50236,3,482,2339 +"201066",71479,50977,3,482,2352 +"201067",71479,51360,3,482,1882 +"201068",71479,52136,3,482,1412 +"201069",71479,52442,3,482,1269 +"201070",71479,52735,3,482,1124 +"201071",71479,53134,3,482,1590 +"201072",71479,54551,3,482,2348 +"201073",71479,54929,3,482,2783 +"201074",71479,56082,2,482,2395 +"201075",71479,56116,3,482,1321 +"201076",71479,57414,3,482,922 +"201077",71479,57714,3,482,1391 +"201078",71479,59539,3,482,2429 +"201079",71479,60280,3,482,1918 +"201080",71479,62488,3,482,1418 +"201081",71479,64502,3,482,1670 +"201082",71479,67102,3,482,935 +"201083",71479,67726,3,482,2873 +"201084",71479,67788,3,482,837 +"201085",71479,67805,3,482,1338 +"201086",71479,68055,3,482,1236 +"201087",71479,70681,3,482,866 +"201088",71479,70838,3,482,687 +"201089",71479,70996,3,482,1037 +"201090",71479,72207,3,482,2430 +"201091",71479,74681,3,482,837 +"201092",71479,74730,2,482,535 +"201093",71479,75403,2,482,1895 +"201094",71479,76284,3,482,1237 +"201095",71479,77001,3,482,1440 +"201096",71479,80219,3,482,988 +"201097",71479,82730,3,482,1492 +"201098",71479,82932,3,482,2245 +"201099",71479,83526,3,482,1235 +"201100",71479,85716,3,482,1609 +"201101",71479,87603,3,482,535 +"201102",71479,90802,3,482,877 +"201103",71479,92817,2,482,569 +"201104",71479,95288,3,482,1602 +"201105",71479,96226,3,482,1412 +"201106",71479,100140,3,482,1041 +"201107",71479,109663,3,482,545 +"201108",71479,117679,3,482,535 +"201109",71531,841,3,2887,2964 +"201110",71552,15713,3,1573,1646 +"201111",71552,21406,3,1573,2714 +"201112",71560,1036,3,280,1367 +"201113",71560,2077,2,280,610 +"201114",71560,2208,2,280,2814 +"201115",71560,2269,3,280,984 +"201116",71560,2440,3,280,836 +"201117",71560,3164,3,280,2693 +"201118",71560,3753,3,280,1255 +"201119",71560,4317,3,280,1224 +"201120",71560,4567,3,280,2348 +"201121",71560,6030,3,280,2953 +"201122",71560,6914,2,280,2668 +"201123",71560,7759,3,280,2844 +"201124",71560,8238,3,280,2222 +"201125",71560,9311,3,280,2477 +"201126",71560,9423,3,280,1708 +"201127",71560,10222,2,280,2212 +"201128",71560,10349,3,280,2300 +"201129",71560,10744,2,280,955 +"201130",71560,10851,3,280,2423 +"201131",71560,11060,2,280,2155 +"201132",71560,12712,3,280,815 +"201133",71560,13248,3,280,1385 +"201134",71560,13837,2,280,1604 +"201135",71560,14108,3,280,2012 +"201136",71560,14855,3,280,903 +"201137",71560,14983,2,280,1047 +"201138",71560,15106,3,280,2286 +"201139",71560,15122,3,280,1201 +"201140",71560,15729,3,280,2338 +"201141",71560,15808,2,280,1521 +"201142",71560,17457,3,280,589 +"201143",71560,17632,3,280,1947 +"201144",71560,17645,3,280,1918 +"201145",71560,18364,3,280,535 +"201146",71560,18670,3,280,1835 +"201147",71560,18825,3,280,1240 +"201148",71560,20874,2,280,1580 +"201149",71560,21706,3,280,1988 +"201150",71560,22543,2,280,1594 +"201151",71560,22566,3,280,2308 +"201152",71560,22586,3,280,1341 +"201153",71560,22682,3,280,2035 +"201154",71560,23112,3,280,1192 +"201155",71560,24169,3,280,1663 +"201156",71560,24198,3,280,2217 +"201157",71560,24256,3,280,2393 +"201158",71560,24912,3,280,648 +"201159",71560,25565,3,280,2764 +"201160",71560,25976,3,280,659 +"201161",71560,26659,3,280,903 +"201162",71560,28050,3,280,1955 +"201163",71560,28168,3,280,2702 +"201164",71560,29089,3,280,1344 +"201165",71560,29115,2,280,1047 +"201166",71560,29512,2,280,1594 +"201167",71560,29580,3,280,2776 +"201168",71560,29923,3,280,626 +"201169",71560,33230,3,280,539 +"201170",71560,34314,3,280,630 +"201171",71560,34707,3,280,2042 +"201172",71560,34820,3,280,1630 +"201173",71560,35481,2,280,2211 +"201174",71560,35888,3,280,2291 +"201175",71560,36578,3,280,1484 +"201176",71560,36784,3,280,576 +"201177",71560,39464,3,280,2314 +"201178",71560,40368,1,280,2876 +"201179",71560,40487,3,280,2512 +"201180",71560,41664,3,280,2641 +"201181",71560,42783,3,280,2338 +"201182",71560,44135,2,280,2620 +"201183",71560,45504,3,280,2301 +"201184",71560,45608,3,280,2420 +"201185",71560,46512,3,280,1292 +"201186",71560,46726,3,280,943 +"201187",71560,48384,3,280,2057 +"201188",71560,49109,3,280,2341 +"201189",71560,50001,3,280,1518 +"201190",71560,50784,3,280,2733 +"201191",71560,53105,3,280,953 +"201192",71560,54250,3,280,2340 +"201193",71560,55076,2,280,2408 +"201194",71560,56854,3,280,2022 +"201195",71560,57246,3,280,1873 +"201196",71560,61785,3,280,822 +"201197",71560,62668,3,280,958 +"201198",71560,64857,2,280,1792 +"201199",71560,65475,3,280,1267 +"201200",71560,66318,3,280,2803 +"201201",71560,66726,3,280,2068 +"201202",71560,66756,3,280,1301 +"201203",71560,69117,3,280,645 +"201204",71560,69250,1,280,1439 +"201205",71560,70605,2,280,1176 +"201206",71560,71808,2,280,2349 +"201207",71560,72326,3,280,2384 +"201208",71560,76607,2,280,747 +"201209",71560,77550,3,280,1548 +"201210",71560,82187,3,280,1055 +"201211",71560,85995,3,280,432 +"201212",71560,92122,2,280,436 +"201213",71560,92322,3,280,2393 +"201214",71560,94783,3,280,659 +"201215",71560,96611,3,280,765 +"201216",71560,105685,3,280,2469 +"201217",71560,123349,3,280,901 +"201218",71562,4418,3,2574,2788 +"201219",71562,4618,2,2574,2607 +"201220",71562,5725,2,2574,2789 +"201221",71562,12867,2,2574,2773 +"201222",71562,24923,3,2574,2785 +"201223",71562,26351,2,2574,2683 +"201224",71562,28285,2,2574,2972 +"201225",71562,39087,3,2574,2765 +"201226",71562,47947,2,2574,2681 +"201227",71562,57977,2,2574,2683 +"201228",71581,8229,3,146,1241 +"201229",71581,30119,3,146,1961 +"201230",71581,30956,3,146,168 +"201231",71581,50372,3,146,1834 +"201232",71581,57077,2,146,1885 +"201233",71581,57977,3,146,2683 +"201234",71581,90837,3,146,825 +"201235",71581,102050,2,146,906 +"201236",71687,44730,3,432,2468 +"201237",71702,18458,3,2353,2477 +"201238",71702,19027,3,2353,2721 +"201239",71702,30081,3,2353,2403 +"201240",71702,32761,2,2353,2680 +"201241",71702,36559,3,2353,2473 +"201242",71702,44235,2,2353,2700 +"201243",71702,47947,3,2353,2681 +"201244",71702,48820,2,2353,2769 +"201245",71702,49666,3,2353,2408 +"201246",71702,56464,3,2353,2488 +"201247",71712,26642,3,2399,2952 +"201248",71733,2684,3,662,2874 +"201249",71733,2894,3,662,1291 +"201250",71733,5599,3,662,1684 +"201251",71733,6222,3,662,1949 +"201252",71733,12356,3,662,2757 +"201253",71733,14325,1,662,1976 +"201254",71733,14652,3,662,2516 +"201255",71733,14959,2,662,2898 +"201256",71733,15632,3,662,1242 +"201257",71733,15696,3,662,837 +"201258",71733,16954,3,662,2972 +"201259",71733,18563,2,662,2715 +"201260",71733,21225,3,662,1945 +"201261",71733,27543,3,662,666 +"201262",71733,34659,3,662,1924 +"201263",71733,35235,3,662,2610 +"201264",71733,36609,3,662,2918 +"201265",71733,38694,3,662,817 +"201266",71733,38921,3,662,1880 +"201267",71733,40931,3,662,2301 +"201268",71733,43153,3,662,1381 +"201269",71733,45618,3,662,2356 +"201270",71733,45650,3,662,1528 +"201271",71733,48795,2,662,2498 +"201272",71733,77550,3,662,1548 +"201273",71733,91518,3,662,842 +"201274",71733,95011,3,662,1986 +"201275",71752,3284,3,1472,1541 +"201276",71756,4723,3,1202,1314 +"201277",71756,8258,2,1202,1959 +"201278",71756,23179,3,1202,1675 +"201279",71756,25325,3,1202,2963 +"201280",71756,29917,3,1202,1962 +"201281",71756,53293,3,1202,2916 +"201282",71756,57549,3,1202,2335 +"201283",71756,61921,3,1202,1793 +"201284",71756,69591,3,1202,2294 +"201285",71756,79211,3,1202,1590 +"201286",71793,680,3,153,2569 +"201287",71793,867,3,153,1264 +"201288",71793,1523,3,153,2048 +"201289",71793,1756,3,153,2231 +"201290",71793,2057,3,153,1965 +"201291",71793,2190,3,153,2359 +"201292",71793,2591,2,153,1949 +"201293",71793,3477,3,153,2546 +"201294",71793,4001,3,153,1687 +"201295",71793,5839,3,153,2301 +"201296",71793,6063,3,153,2349 +"201297",71793,7252,3,153,2799 +"201298",71793,9332,3,153,2734 +"201299",71793,9484,2,153,1429 +"201300",71793,9782,3,153,340 +"201301",71793,10050,3,153,1792 +"201302",71793,10551,3,153,243 +"201303",71793,11563,3,153,1863 +"201304",71793,11588,2,153,2352 +"201305",71793,12735,3,153,819 +"201306",71793,12779,3,153,936 +"201307",71793,13136,3,153,2867 +"201308",71793,13479,3,153,2155 +"201309",71793,13518,3,153,525 +"201310",71793,14599,3,153,1118 +"201311",71793,14754,3,153,2456 +"201312",71793,14998,3,153,1553 +"201313",71793,18122,3,153,894 +"201314",71793,18124,3,153,1642 +"201315",71793,18217,3,153,1566 +"201316",71793,18672,3,153,1182 +"201317",71793,20662,3,153,1523 +"201318",71793,22462,3,153,869 +"201319",71793,25295,3,153,341 +"201320",71793,28116,3,153,1643 +"201321",71793,29286,3,153,1612 +"201322",71793,31243,3,153,1355 +"201323",71793,33223,3,153,2397 +"201324",71793,33341,3,153,2338 +"201325",71793,33681,2,153,1059 +"201326",71793,33870,3,153,955 +"201327",71793,35709,2,153,464 +"201328",71793,35816,3,153,2009 +"201329",71793,36346,1,153,1240 +"201330",71793,36915,3,153,280 +"201331",71793,38532,3,153,1234 +"201332",71793,38807,3,153,631 +"201333",71793,38816,3,153,1225 +"201334",71793,39418,2,153,1978 +"201335",71793,40309,3,153,871 +"201336",71793,40542,3,153,1664 +"201337",71793,41694,3,153,2358 +"201338",71793,42813,3,153,2142 +"201339",71793,43159,3,153,512 +"201340",71793,43204,3,153,1680 +"201341",71793,43207,3,153,635 +"201342",71793,43961,3,153,2443 +"201343",71793,44341,3,153,1230 +"201344",71793,44582,2,153,197 +"201345",71793,54467,3,153,919 +"201346",71793,55482,3,153,1866 +"201347",71793,57402,3,153,2454 +"201348",71793,58521,3,153,2950 +"201349",71793,64110,3,153,1331 +"201350",71793,66677,2,153,2151 +"201351",71793,66943,3,153,327 +"201352",71793,68885,3,153,2151 +"201353",71793,77052,3,153,2770 +"201354",71793,83122,3,153,1503 +"201355",71793,83961,3,153,578 +"201356",71793,89311,2,153,398 +"201357",71793,90745,3,153,1994 +"201358",71793,96401,3,153,303 +"201359",71793,104098,3,153,512 +"201360",71793,106399,3,153,1530 +"201361",71793,107435,3,153,1635 +"201362",71793,110398,3,153,601 +"201363",71793,111790,3,153,905 +"201364",71793,122453,3,153,1591 +"201365",71808,2208,3,2349,2814 +"201366",71808,6914,2,2349,2668 +"201367",71808,40368,3,2349,2876 +"201368",71808,105685,3,2349,2469 +"201369",71810,2440,3,263,836 +"201370",71810,2443,3,263,2333 +"201371",71810,3520,3,263,2281 +"201372",71810,5606,2,263,2875 +"201373",71810,7847,3,263,2424 +"201374",71810,8238,3,263,2222 +"201375",71810,9423,3,263,1708 +"201376",71810,12081,3,263,2166 +"201377",71810,16850,3,263,1657 +"201378",71810,18670,3,263,1835 +"201379",71810,22057,3,263,974 +"201380",71810,22682,2,263,2035 +"201381",71810,24256,3,263,2393 +"201382",71810,27796,3,263,2151 +"201383",71810,29512,3,263,1594 +"201384",71810,30697,3,263,2891 +"201385",71810,31705,3,263,2706 +"201386",71810,43250,3,263,1300 +"201387",71810,46568,3,263,822 +"201388",71810,49403,3,263,2427 +"201389",71810,52597,3,263,1773 +"201390",71810,55436,2,263,2513 +"201391",71810,56152,3,263,1487 +"201392",71810,60384,3,263,2765 +"201393",71810,61975,2,263,983 +"201394",71810,63477,3,263,1907 +"201395",71810,69250,3,263,1439 +"201396",71810,76607,2,263,747 +"201397",71810,82187,3,263,1055 +"201398",71895,827,3,1327,2964 +"201399",71895,1624,3,1327,2687 +"201400",71895,1708,3,1327,1591 +"201401",71895,2282,3,1327,2056 +"201402",71895,2647,2,1327,2450 +"201403",71895,2927,3,1327,1789 +"201404",71895,4180,3,1327,1817 +"201405",71895,6040,3,1327,2103 +"201406",71895,6480,3,1327,1678 +"201407",71895,7253,3,1327,2686 +"201408",71895,7254,3,1327,1849 +"201409",71895,7604,2,1327,1366 +"201410",71895,11858,2,1327,1530 +"201411",71895,15146,3,1327,1546 +"201412",71895,19509,3,1327,2000 +"201413",71895,28782,3,1327,2272 +"201414",71895,34953,3,1327,1817 +"201415",71895,36399,3,1327,1357 +"201416",71895,42382,3,1327,2224 +"201417",71895,42390,2,1327,2937 +"201418",71895,43543,2,1327,1457 +"201419",71895,46616,3,1327,1917 +"201420",71895,47607,3,1327,2724 +"201421",71895,52380,3,1327,2686 +"201422",71895,53584,3,1327,2391 +"201423",71895,78611,3,1327,1586 +"201424",71895,80970,3,1327,2069 +"201425",71895,84591,3,1327,1685 +"201426",71904,455,3,272,2827 +"201427",71904,1262,3,272,2973 +"201428",71904,1386,3,272,1901 +"201429",71904,3695,3,272,2612 +"201430",71904,3877,3,272,1133 +"201431",71904,5491,2,272,2048 +"201432",71904,6897,3,272,514 +"201433",71904,7078,3,272,2344 +"201434",71904,7394,2,272,2615 +"201435",71904,9030,3,272,1979 +"201436",71904,10726,3,272,841 +"201437",71904,14709,3,272,1901 +"201438",71904,16029,2,272,1160 +"201439",71904,18151,2,272,2962 +"201440",71904,18366,3,272,2699 +"201441",71904,19872,3,272,2913 +"201442",71904,21795,2,272,2653 +"201443",71904,24511,3,272,1871 +"201444",71904,28923,3,272,2362 +"201445",71904,30081,3,272,2403 +"201446",71904,34160,3,272,1759 +"201447",71904,34327,3,272,2959 +"201448",71904,35542,2,272,1439 +"201449",71904,36950,2,272,2204 +"201450",71904,44729,3,272,588 +"201451",71904,51379,3,272,1462 +"201452",71904,52474,2,272,497 +"201453",71904,59522,2,272,1516 +"201454",71904,77167,3,272,836 +"201455",71948,18670,3,1754,1835 +"201456",71948,24256,3,1754,2393 +"201457",71968,62961,3,629,926 +"201458",71968,67456,2,629,1608 +"201459",71968,104239,3,629,926 +"201460",71971,270,3,1294,2542 +"201461",71971,1124,3,1294,1596 +"201462",71971,2424,3,1294,2582 +"201463",71971,4687,3,1294,2152 +"201464",71971,5315,3,1294,2631 +"201465",71971,5971,3,1294,1985 +"201466",71971,8367,3,1294,1927 +"201467",71971,10488,3,1294,1524 +"201468",71971,13307,3,1294,2206 +"201469",71971,14072,3,1294,1346 +"201470",71971,15813,3,1294,2143 +"201471",71971,17931,3,1294,1617 +"201472",71971,18361,3,1294,2968 +"201473",71971,18394,3,1294,2356 +"201474",71971,22022,3,1294,1540 +"201475",71971,22282,3,1294,1418 +"201476",71971,22326,3,1294,2818 +"201477",71971,22415,2,1294,2841 +"201478",71971,25305,3,1294,2447 +"201479",71971,27297,3,1294,1382 +"201480",71971,27484,3,1294,1634 +"201481",71971,29962,3,1294,2201 +"201482",71971,31705,3,1294,2706 +"201483",71971,36174,3,1294,1382 +"201484",71971,44151,3,1294,1796 +"201485",71971,44521,3,1294,1593 +"201486",71971,44759,2,1294,2419 +"201487",71971,52576,3,1294,2234 +"201488",71971,56082,3,1294,2395 +"201489",71971,58508,3,1294,2326 +"201490",71971,62852,3,1294,2067 +"201491",71971,65572,3,1294,2750 +"201492",71971,68024,3,1294,1531 +"201493",71971,76892,3,1294,2381 +"201494",71971,82949,2,1294,2077 +"201495",71971,83907,3,1294,2056 +"201496",71971,94404,2,1294,1836 +"201497",71982,7759,3,2812,2844 +"201498",71999,42390,2,2685,2937 +"201499",72007,13150,3,963,1570 +"201500",72007,15978,3,963,981 +"201501",72007,17257,3,963,1117 +"201502",72007,23277,3,963,1267 +"201503",72007,39534,3,963,2410 +"201504",72007,42280,3,963,2266 +"201505",72007,49347,3,963,2504 +"201506",72033,10890,3,1740,2639 +"201507",72033,12818,3,1740,2015 +"201508",72033,20070,3,1740,1914 +"201509",72033,20271,1,1740,2044 +"201510",72033,33433,3,1740,2805 +"201511",72033,48215,3,1740,2028 +"201512",72062,687,2,156,1664 +"201513",72062,5716,3,156,1058 +"201514",72062,5833,1,156,197 +"201515",72062,7785,3,156,2441 +"201516",72062,10223,3,156,1033 +"201517",72062,12023,3,156,799 +"201518",72062,13068,3,156,1778 +"201519",72062,14520,3,156,634 +"201520",72062,14586,3,156,2801 +"201521",72062,14855,3,156,903 +"201522",72062,16437,3,156,1956 +"201523",72062,16776,3,156,1565 +"201524",72062,17687,3,156,593 +"201525",72062,18348,3,156,1711 +"201526",72062,18421,3,156,2457 +"201527",72062,18978,3,156,952 +"201528",72062,19028,3,156,921 +"201529",72062,19231,3,156,1424 +"201530",72062,23015,3,156,1362 +"201531",72062,23310,3,156,2371 +"201532",72062,27280,2,156,1965 +"201533",72062,27391,3,156,2378 +"201534",72062,28446,3,156,917 +"201535",72062,28893,3,156,2764 +"201536",72062,29667,3,156,531 +"201537",72062,30486,3,156,1269 +"201538",72062,30618,3,156,1609 +"201539",72062,31783,3,156,1180 +"201540",72062,32532,3,156,2338 +"201541",72062,32560,3,156,1258 +"201542",72062,32651,3,156,877 +"201543",72062,33691,3,156,949 +"201544",72062,36691,3,156,1903 +"201545",72062,37752,3,156,2223 +"201546",72062,39249,3,156,1665 +"201547",72062,39443,2,156,2277 +"201548",72062,39746,2,156,1361 +"201549",72062,39875,3,156,2422 +"201550",72062,41439,3,156,709 +"201551",72062,44786,3,156,1096 +"201552",72062,45480,3,156,1104 +"201553",72062,49201,3,156,936 +"201554",72062,49551,3,156,879 +"201555",72062,51879,3,156,1771 +"201556",72062,58829,3,156,1256 +"201557",72062,59039,2,156,2870 +"201558",72062,59485,2,156,1564 +"201559",72062,59506,2,156,983 +"201560",72062,62268,3,156,413 +"201561",72062,63654,2,156,2310 +"201562",72062,63701,3,156,1620 +"201563",72062,65188,3,156,2213 +"201564",72062,66978,3,156,1536 +"201565",72062,69788,3,156,2007 +"201566",72062,80219,2,156,988 +"201567",72062,88067,2,156,2315 +"201568",72062,94758,3,156,584 +"201569",72062,95851,3,156,750 +"201570",72083,2057,3,1122,1965 +"201571",72083,2540,3,1122,1398 +"201572",72083,4983,3,1122,1909 +"201573",72083,6113,3,1122,1678 +"201574",72083,9311,3,1122,2477 +"201575",72083,9703,3,1122,1845 +"201576",72083,10843,3,1122,2277 +"201577",72083,19453,3,1122,1928 +"201578",72083,33356,3,1122,1586 +"201579",72083,33433,3,1122,2805 +"201580",72083,39556,3,1122,2747 +"201581",72083,50224,1,1122,1123 +"201582",72083,54879,3,1122,2210 +"201583",72083,57732,3,1122,2454 +"201584",72083,67145,3,1122,2015 +"201585",72083,74190,2,1122,1428 +"201586",72083,76286,3,1122,1642 +"201587",72088,25399,3,2728,2784 +"201588",72088,30705,3,2728,2959 +"201589",72088,42196,3,2728,2765 +"201590",72088,43756,2,2728,2881 +"201591",72088,62739,1,2728,2753 +"201592",72122,2765,3,1436,2321 +"201593",72122,5621,3,1436,1860 +"201594",72122,9030,3,1436,1979 +"201595",72122,11602,3,1436,1493 +"201596",72122,13535,3,1436,1491 +"201597",72122,13732,3,1436,2789 +"201598",72122,15343,3,1436,2125 +"201599",72122,15500,2,1436,1658 +"201600",72122,17826,3,1436,2920 +"201601",72122,18458,3,1436,2477 +"201602",72122,20423,3,1436,2654 +"201603",72122,20545,3,1436,1491 +"201604",72122,20659,2,1436,1969 +"201605",72122,21092,3,1436,1643 +"201606",72122,21225,3,1436,1945 +"201607",72122,26106,2,1436,2015 +"201608",72122,26865,3,1436,2726 +"201609",72122,30081,3,1436,2403 +"201610",72122,37677,3,1436,1908 +"201611",72122,38908,2,1436,1787 +"201612",72122,39827,3,1436,2321 +"201613",72122,42618,3,1436,2316 +"201614",72122,43839,2,1436,1685 +"201615",72122,49032,2,1436,2469 +"201616",72122,49461,3,1436,2793 +"201617",72122,53637,3,1436,2113 +"201618",72122,55556,3,1436,2075 +"201619",72122,57565,2,1436,1577 +"201620",72122,57781,3,1436,1971 +"201621",72122,67264,2,1436,2790 +"201622",72122,71478,3,1436,1721 +"201623",72122,88966,3,1436,1568 +"201624",72140,39512,2,1996,2644 +"201625",72147,613,3,1075,2687 +"201626",72147,669,2,1075,1423 +"201627",72147,3877,3,1075,1133 +"201628",72147,6241,2,1075,2264 +"201629",72147,10746,3,1075,1506 +"201630",72147,10859,3,1075,2231 +"201631",72147,12542,3,1075,1888 +"201632",72147,17906,3,1075,1940 +"201633",72147,24405,2,1075,1443 +"201634",72147,35069,3,1075,2069 +"201635",72147,35360,3,1075,2043 +"201636",72147,39278,3,1075,1952 +"201637",72147,62832,3,1075,2606 +"201638",72147,81014,2,1075,1925 +"201639",72147,93102,3,1075,1174 +"201640",72188,270,2,856,2542 +"201641",72188,380,3,856,2261 +"201642",72188,1102,3,856,2282 +"201643",72188,1124,3,856,1596 +"201644",72188,1685,3,856,2230 +"201645",72188,2111,2,856,1904 +"201646",72188,2195,3,856,2139 +"201647",72188,2424,3,856,2582 +"201648",72188,4360,3,856,1770 +"201649",72188,5072,3,856,2175 +"201650",72188,5235,3,856,2324 +"201651",72188,5622,3,856,2175 +"201652",72188,5971,2,856,1985 +"201653",72188,6222,3,856,1949 +"201654",72188,6588,2,856,2025 +"201655",72188,7234,3,856,2654 +"201656",72188,9364,3,856,1698 +"201657",72188,9624,3,856,2398 +"201658",72188,9950,3,856,920 +"201659",72188,10488,3,856,1524 +"201660",72188,10523,2,856,1510 +"201661",72188,10857,2,856,2253 +"201662",72188,10874,3,856,1891 +"201663",72188,10939,3,856,1376 +"201664",72188,11218,3,856,2292 +"201665",72188,11229,2,856,1625 +"201666",72188,12007,3,856,1594 +"201667",72188,12310,3,856,1337 +"201668",72188,12374,3,856,2260 +"201669",72188,13307,3,856,2206 +"201670",72188,14855,3,856,903 +"201671",72188,14989,3,856,2223 +"201672",72188,15402,3,856,1281 +"201673",72188,15700,3,856,1712 +"201674",72188,16352,3,856,2657 +"201675",72188,16826,3,856,2599 +"201676",72188,17400,3,856,2231 +"201677",72188,18005,3,856,2449 +"201678",72188,18361,3,856,2968 +"201679",72188,18394,3,856,2356 +"201680",72188,19622,3,856,2371 +"201681",72188,20124,3,856,2376 +"201682",72188,20311,3,856,1981 +"201683",72188,21012,3,856,2325 +"201684",72188,21693,3,856,2176 +"201685",72188,22197,3,856,2271 +"201686",72188,23492,2,856,1067 +"201687",72188,23509,3,856,2275 +"201688",72188,23526,3,856,1998 +"201689",72188,23715,3,856,1859 +"201690",72188,23725,2,856,2378 +"201691",72188,24259,2,856,1281 +"201692",72188,24853,3,856,1004 +"201693",72188,25643,3,856,1646 +"201694",72188,26848,1,856,2363 +"201695",72188,26867,3,856,1804 +"201696",72188,27744,2,856,861 +"201697",72188,28383,3,856,1222 +"201698",72188,30325,2,856,1067 +"201699",72188,30405,3,856,2164 +"201700",72188,32131,3,856,1035 +"201701",72188,34480,2,856,2755 +"201702",72188,35673,2,856,1067 +"201703",72188,39294,3,856,1889 +"201704",72188,40028,1,856,1349 +"201705",72188,40072,2,856,1182 +"201706",72188,42687,3,856,1952 +"201707",72188,42837,3,856,1096 +"201708",72188,43213,3,856,2160 +"201709",72188,43455,3,856,2846 +"201710",72188,44407,3,856,2154 +"201711",72188,44521,2,856,1593 +"201712",72188,44676,3,856,2629 +"201713",72188,45684,3,856,2200 +"201714",72188,45729,3,856,2606 +"201715",72188,46196,3,856,1510 +"201716",72188,46629,2,856,2255 +"201717",72188,50236,2,856,2339 +"201718",72188,51471,3,856,1280 +"201719",72188,52136,3,856,1412 +"201720",72188,52345,3,856,1430 +"201721",72188,52789,3,856,1791 +"201722",72188,53303,3,856,1376 +"201723",72188,54551,1,856,2348 +"201724",72188,56082,2,856,2395 +"201725",72188,56237,2,856,2625 +"201726",72188,57150,3,856,1196 +"201727",72188,57246,3,856,1873 +"201728",72188,57414,3,856,922 +"201729",72188,59939,2,856,936 +"201730",72188,61982,3,856,2725 +"201731",72188,64947,3,856,2489 +"201732",72188,65242,3,856,1988 +"201733",72188,72207,3,856,2430 +"201734",72188,72326,3,856,2384 +"201735",72188,75403,3,856,1895 +"201736",72188,76284,2,856,1237 +"201737",72188,79403,3,856,977 +"201738",72188,79804,3,856,2227 +"201739",72188,82776,3,856,1232 +"201740",72188,82929,3,856,2475 +"201741",72188,87048,3,856,989 +"201742",72188,92104,3,856,2339 +"201743",72188,98781,3,856,1410 +"201744",72188,109718,3,856,1237 +"201745",72207,270,2,2430,2542 +"201746",72207,997,3,2430,2788 +"201747",72207,1315,3,2430,2760 +"201748",72207,2224,3,2430,2751 +"201749",72207,2424,3,2430,2582 +"201750",72207,3305,3,2430,2839 +"201751",72207,3493,2,2430,2451 +"201752",72207,6262,3,2430,2733 +"201753",72207,7234,2,2430,2654 +"201754",72207,8762,3,2430,2585 +"201755",72207,9311,3,2430,2477 +"201756",72207,11477,3,2430,2724 +"201757",72207,14959,3,2430,2898 +"201758",72207,16352,3,2430,2657 +"201759",72207,18005,3,2430,2449 +"201760",72207,18361,3,2430,2968 +"201761",72207,18366,3,2430,2699 +"201762",72207,22326,2,2430,2818 +"201763",72207,23011,3,2430,2763 +"201764",72207,25305,2,2430,2447 +"201765",72207,25971,3,2430,2608 +"201766",72207,26080,3,2430,2525 +"201767",72207,29929,3,2430,2789 +"201768",72207,31436,3,2430,2892 +"201769",72207,33433,3,2430,2805 +"201770",72207,34480,2,2430,2755 +"201771",72207,34735,3,2430,2767 +"201772",72207,35815,3,2430,2789 +"201773",72207,42216,3,2430,2722 +"201774",72207,43455,3,2430,2846 +"201775",72207,43518,3,2430,2680 +"201776",72207,45729,3,2430,2606 +"201777",72207,46982,3,2430,2806 +"201778",72207,51144,3,2430,2466 +"201779",72207,51319,3,2430,2488 +"201780",72207,51783,3,2430,2599 +"201781",72207,53604,3,2430,2489 +"201782",72207,54929,3,2430,2783 +"201783",72207,55468,3,2430,2511 +"201784",72207,56237,3,2430,2625 +"201785",72207,61982,3,2430,2725 +"201786",72207,64947,3,2430,2489 +"201787",72207,67726,3,2430,2873 +"201788",72207,74636,3,2430,2525 +"201789",72207,81865,3,2430,2704 +"201790",72207,88232,3,2430,2881 +"201791",72222,3748,3,1721,2052 +"201792",72226,555,3,89,552 +"201793",72226,2208,3,89,2814 +"201794",72226,8537,3,89,472 +"201795",72226,8777,3,89,1620 +"201796",72226,21126,3,89,2331 +"201797",72226,24392,3,89,2719 +"201798",72226,28056,3,89,1505 +"201799",72226,30334,3,89,2075 +"201800",72226,75921,3,89,517 +"201801",72226,81164,3,89,2260 +"201802",72226,82009,3,89,1020 +"201803",72326,270,3,2384,2542 +"201804",72326,2424,3,2384,2582 +"201805",72326,3305,3,2384,2839 +"201806",72326,13573,3,2384,2774 +"201807",72326,16352,3,2384,2657 +"201808",72326,18361,3,2384,2968 +"201809",72326,26080,3,2384,2525 +"201810",72326,34480,3,2384,2755 +"201811",72326,41972,3,2384,2509 +"201812",72326,43455,3,2384,2846 +"201813",72326,43518,3,2384,2680 +"201814",72326,43673,3,2384,2787 +"201815",72326,49110,3,2384,2938 +"201816",72326,56082,2,2384,2395 +"201817",72326,56237,3,2384,2625 +"201818",72326,61982,3,2384,2725 +"201819",72326,72207,3,2384,2430 +"201820",72334,44427,3,2820,2875 +"201821",72334,47248,3,2820,2883 +"201822",72334,65029,3,2820,2954 +"201823",72348,3493,3,1810,2451 +"201824",72348,3564,3,1810,2717 +"201825",72348,8073,3,1810,1847 +"201826",72348,10210,3,1810,1905 +"201827",72348,16866,3,1810,2718 +"201828",72348,18865,3,1810,2676 +"201829",72348,31866,3,1810,2101 +"201830",72348,35715,2,1810,2912 +"201831",72348,39534,3,1810,2410 +"201832",72348,63395,3,1810,2334 +"201833",72348,65856,3,1810,2504 +"201834",72348,67719,3,1810,2429 +"201835",72348,69131,3,1810,2122 +"201836",72348,80606,1,1810,2079 +"201837",72348,98058,2,1810,1891 +"201838",72348,116792,2,1810,2397 +"201839",72376,16866,3,1901,2718 +"201840",72376,18865,3,1901,2676 +"201841",72376,31840,3,1901,2389 +"201842",72376,63395,3,1901,2334 +"201843",72391,3765,3,1547,2775 +"201844",72391,6162,3,1547,1673 +"201845",72391,17351,3,1547,2036 +"201846",72391,17632,3,1547,1947 +"201847",72391,18752,3,1547,2607 +"201848",72391,23745,2,1547,1968 +"201849",72391,26421,3,1547,2634 +"201850",72391,26595,1,1547,1566 +"201851",72391,34325,3,1547,1982 +"201852",72391,41900,3,1547,1970 +"201853",72391,41945,3,1547,2856 +"201854",72391,54879,3,1547,2210 +"201855",72391,62903,3,1547,1704 +"201856",72391,67145,3,1547,2015 +"201857",72391,73197,3,1547,1998 +"201858",72391,79382,3,1547,1908 +"201859",72428,2591,3,155,1949 +"201860",72428,6577,3,155,1951 +"201861",72428,17716,3,155,915 +"201862",72428,21911,3,155,1184 +"201863",72428,28635,3,155,2368 +"201864",72428,28731,3,155,955 +"201865",72428,31243,2,155,1355 +"201866",72428,34000,3,155,203 +"201867",72428,42747,3,155,1189 +"201868",72428,81317,3,155,457 +"201869",72428,81949,3,155,950 +"201870",72438,900,3,1397,2726 +"201871",72438,1150,3,1397,1595 +"201872",72438,2294,3,1397,1638 +"201873",72438,2407,3,1397,1725 +"201874",72438,2540,3,1397,1398 +"201875",72438,2798,3,1397,1673 +"201876",72438,3127,3,1397,2273 +"201877",72438,3255,3,1397,2504 +"201878",72438,4660,3,1397,2149 +"201879",72438,4669,3,1397,2395 +"201880",72438,5106,3,1397,2622 +"201881",72438,5317,3,1397,2063 +"201882",72438,6186,3,1397,1693 +"201883",72438,9060,3,1397,1612 +"201884",72438,9311,3,1397,2477 +"201885",72438,10087,2,1397,1617 +"201886",72438,10754,3,1397,1797 +"201887",72438,11136,3,1397,2573 +"201888",72438,13068,3,1397,1778 +"201889",72438,13920,3,1397,1709 +"201890",72438,14761,3,1397,2502 +"201891",72438,16437,3,1397,1956 +"201892",72438,16684,3,1397,1657 +"201893",72438,17033,3,1397,2771 +"201894",72438,18706,3,1397,1617 +"201895",72438,21448,3,1397,2332 +"201896",72438,29286,3,1397,1612 +"201897",72438,30865,3,1397,2038 +"201898",72438,31868,3,1397,1993 +"201899",72438,34057,3,1397,1657 +"201900",72438,35728,3,1397,2017 +"201901",72438,36953,3,1397,2790 +"201902",72438,37036,3,1397,2264 +"201903",72438,37059,3,1397,2840 +"201904",72438,38676,3,1397,2286 +"201905",72438,39534,1,1397,2410 +"201906",72438,40572,3,1397,2666 +"201907",72438,41338,3,1397,1553 +"201908",72438,42813,3,1397,2142 +"201909",72438,44025,3,1397,1935 +"201910",72438,44235,3,1397,2700 +"201911",72438,46486,2,1397,1868 +"201912",72438,47072,3,1397,1564 +"201913",72438,49347,2,1397,2504 +"201914",72438,49712,3,1397,1937 +"201915",72438,63641,3,1397,2337 +"201916",72438,66717,2,1397,2104 +"201917",72438,66978,3,1397,1536 +"201918",72438,68215,3,1397,2727 +"201919",72438,69131,2,1397,2122 +"201920",72438,72348,2,1397,1810 +"201921",72438,73172,3,1397,2496 +"201922",72438,73192,3,1397,1955 +"201923",72438,78740,3,1397,1515 +"201924",72438,79432,3,1397,1708 +"201925",72438,80606,3,1397,2079 +"201926",72438,98058,1,1397,1891 +"201927",72438,107383,2,1397,1918 +"201928",72468,14676,3,2292,2764 +"201929",72468,14834,2,2292,2739 +"201930",72468,16332,3,2292,2668 +"201931",72468,31799,3,2292,2547 +"201932",72468,34836,1,2292,2302 +"201933",72468,38780,3,2292,2705 +"201934",72468,39535,3,2292,2428 +"201935",72468,51035,3,2292,2397 +"201936",72468,53266,3,2292,2389 +"201937",72468,53323,3,2292,2677 +"201938",72468,65007,2,2292,2530 +"201939",72468,80825,3,2292,2315 +"201940",72470,5346,3,991,1438 +"201941",72470,9227,3,991,1267 +"201942",72470,13007,3,991,2496 +"201943",72470,15207,3,991,1855 +"201944",72470,50520,2,991,1205 +"201945",72470,59637,3,991,2141 +"201946",72470,93930,3,991,1268 +"201947",72470,94520,3,991,1243 +"201948",72470,111375,2,991,2686 +"201949",72493,3946,3,505,1172 +"201950",72493,3961,3,505,2426 +"201951",72493,7196,3,505,1508 +"201952",72493,7984,3,505,2493 +"201953",72493,9893,3,505,2701 +"201954",72493,10358,3,505,2294 +"201955",72493,11477,2,505,2724 +"201956",72493,13158,3,505,2667 +"201957",72493,23280,2,505,536 +"201958",72493,25950,3,505,1618 +"201959",72493,30180,3,505,590 +"201960",72493,32658,3,505,1694 +"201961",72493,39627,3,505,546 +"201962",72493,47654,3,505,1664 +"201963",72493,57549,3,505,2335 +"201964",72493,85784,2,505,1142 +"201965",72493,95309,3,505,687 +"201966",72493,99215,3,505,2791 +"201967",72530,750,3,992,1327 +"201968",72530,1006,2,992,1569 +"201969",72530,7245,3,992,2089 +"201970",72530,9184,3,992,2670 +"201971",72530,10857,3,992,2253 +"201972",72530,10871,2,992,2314 +"201973",72530,12122,3,992,1385 +"201974",72530,13285,3,992,1577 +"201975",72530,15122,3,992,1201 +"201976",72530,16164,3,992,1184 +"201977",72530,16826,3,992,2599 +"201978",72530,17264,2,992,2528 +"201979",72530,17328,3,992,1206 +"201980",72530,17354,2,992,2250 +"201981",72530,19096,3,992,1538 +"201982",72530,19506,2,992,1385 +"201983",72530,19516,3,992,2313 +"201984",72530,19751,3,992,1630 +"201985",72530,23140,3,992,2787 +"201986",72530,24853,2,992,1004 +"201987",72530,27001,3,992,1761 +"201988",72530,30150,3,992,1704 +"201989",72530,31124,3,992,2351 +"201990",72530,32419,3,992,1909 +"201991",72530,33551,2,992,1734 +"201992",72530,36031,3,992,2342 +"201993",72530,36651,3,992,1600 +"201994",72530,37108,3,992,1202 +"201995",72530,40698,3,992,1408 +"201996",72530,42747,3,992,1189 +"201997",72530,44299,3,992,1874 +"201998",72530,44407,3,992,2154 +"201999",72530,44676,3,992,2629 +"202000",72530,45633,3,992,2134 +"202001",72530,46506,3,992,2464 +"202002",72530,54551,3,992,2348 +"202003",72530,59022,3,992,2494 +"202004",72530,77835,3,992,1327 +"202005",72530,78037,3,992,1606 +"202006",72530,83053,2,992,1303 +"202007",72530,87110,3,992,2801 +"202008",72530,90790,2,992,1492 +"202009",72530,91162,2,992,1693 +"202010",72530,91163,2,992,1171 +"202011",72530,91201,2,992,1702 +"202012",72530,116444,3,992,1206 +"202013",72535,21,3,1191,1385 +"202014",72535,1314,3,1191,1522 +"202015",72535,1519,3,1191,2349 +"202016",72535,1756,3,1191,2231 +"202017",72535,2190,3,1191,2359 +"202018",72535,2226,3,1191,2225 +"202019",72535,2407,3,1191,1725 +"202020",72535,2489,3,1191,1537 +"202021",72535,2852,3,1191,2448 +"202022",72535,3493,3,1191,2451 +"202023",72535,4001,2,1191,1687 +"202024",72535,4032,3,1191,1763 +"202025",72535,4367,3,1191,2794 +"202026",72535,4660,1,1191,2149 +"202027",72535,5106,3,1191,2622 +"202028",72535,5346,3,1191,1438 +"202029",72535,5683,3,1191,2468 +"202030",72535,5839,3,1191,2301 +"202031",72535,8062,3,1191,2858 +"202032",72535,8146,3,1191,1561 +"202033",72535,8726,3,1191,2083 +"202034",72535,8791,3,1191,1789 +"202035",72535,8865,3,1191,2394 +"202036",72535,9785,3,1191,2951 +"202037",72535,11424,3,1191,1631 +"202038",72535,12067,2,1191,1213 +"202039",72535,12361,3,1191,2732 +"202040",72535,13079,3,1191,2547 +"202041",72535,13400,3,1191,1371 +"202042",72535,14532,3,1191,1193 +"202043",72535,14711,3,1191,1714 +"202044",72535,14754,3,1191,2456 +"202045",72535,14817,2,1191,2110 +"202046",72535,15207,3,1191,1855 +"202047",72535,15826,3,1191,2772 +"202048",72535,16501,3,1191,1650 +"202049",72535,16690,3,1191,2132 +"202050",72535,16866,3,1191,2718 +"202051",72535,17033,3,1191,2771 +"202052",72535,17230,3,1191,1965 +"202053",72535,18865,3,1191,2676 +"202054",72535,19433,3,1191,2504 +"202055",72535,19655,3,1191,2706 +"202056",72535,19718,3,1191,1702 +"202057",72535,20355,3,1191,2111 +"202058",72535,20395,3,1191,1468 +"202059",72535,20941,3,1191,2725 +"202060",72535,23756,3,1191,2309 +"202061",72535,27686,2,1191,2844 +"202062",72535,27897,3,1191,1968 +"202063",72535,28081,3,1191,1927 +"202064",72535,29267,2,1191,1234 +"202065",72535,29977,3,1191,2781 +"202066",72535,30368,3,1191,2487 +"202067",72535,30486,3,1191,1269 +"202068",72535,31335,3,1191,2351 +"202069",72535,32202,2,1191,2314 +"202070",72535,34478,3,1191,2265 +"202071",72535,35456,3,1191,2358 +"202072",72535,36487,2,1191,2622 +"202073",72535,37059,3,1191,2840 +"202074",72535,37424,3,1191,1693 +"202075",72535,37859,3,1191,1999 +"202076",72535,37937,3,1191,1320 +"202077",72535,38373,3,1191,1928 +"202078",72535,38691,3,1191,2585 +"202079",72535,38816,3,1191,1225 +"202080",72535,39062,2,1191,2020 +"202081",72535,39249,2,1191,1665 +"202082",72535,39534,2,1191,2410 +"202083",72535,40572,3,1191,2666 +"202084",72535,41023,3,1191,2408 +"202085",72535,42813,3,1191,2142 +"202086",72535,43673,3,1191,2787 +"202087",72535,44074,3,1191,1299 +"202088",72535,44877,3,1191,1219 +"202089",72535,46119,3,1191,2084 +"202090",72535,46384,3,1191,2285 +"202091",72535,46486,3,1191,1868 +"202092",72535,47013,3,1191,2388 +"202093",72535,47595,3,1191,2374 +"202094",72535,49347,3,1191,2504 +"202095",72535,50335,3,1191,1893 +"202096",72535,50354,3,1191,1299 +"202097",72535,51144,3,1191,2466 +"202098",72535,51774,1,1191,2459 +"202099",72535,53254,3,1191,1612 +"202100",72535,56569,3,1191,1993 +"202101",72535,58180,3,1191,1919 +"202102",72535,62626,3,1191,2787 +"202103",72535,63395,3,1191,2334 +"202104",72535,63641,1,1191,2337 +"202105",72535,66717,1,1191,2104 +"202106",72535,70455,3,1191,1307 +"202107",72535,70583,3,1191,2615 +"202108",72535,72438,3,1191,1397 +"202109",72535,72632,3,1191,1289 +"202110",72535,78423,3,1191,2840 +"202111",72535,80338,3,1191,2059 +"202112",72535,82341,3,1191,1515 +"202113",72535,85198,3,1191,1794 +"202114",72535,87958,1,1191,1234 +"202115",72535,90789,3,1191,1218 +"202116",72535,92297,3,1191,2952 +"202117",72535,94520,3,1191,1243 +"202118",72535,105795,3,1191,1265 +"202119",72535,107435,2,1191,1635 +"202120",72535,122453,3,1191,1591 +"202121",72544,34648,3,510,1596 +"202122",72544,46283,3,510,1184 +"202123",72544,99279,3,510,611 +"202124",72557,2852,3,972,2448 +"202125",72557,2960,2,972,977 +"202126",72557,3139,3,972,1656 +"202127",72557,4107,3,972,987 +"202128",72557,4121,3,972,1304 +"202129",72557,5610,3,972,2223 +"202130",72557,9702,3,972,1928 +"202131",72557,13324,2,972,2163 +"202132",72557,13479,3,972,2155 +"202133",72557,13835,3,972,1588 +"202134",72557,18891,3,972,1596 +"202135",72557,21479,2,972,2134 +"202136",72557,23268,3,972,2258 +"202137",72557,23460,3,972,2183 +"202138",72557,23534,3,972,1659 +"202139",72557,27427,3,972,2325 +"202140",72557,30738,3,972,1166 +"202141",72557,31890,3,972,1487 +"202142",72557,32047,3,972,1858 +"202143",72557,36637,2,972,2085 +"202144",72557,40707,3,972,1547 +"202145",72557,41023,3,972,2408 +"202146",72557,44181,3,972,1034 +"202147",72557,50001,3,972,1518 +"202148",72557,61188,3,972,2134 +"202149",72557,63147,3,972,1477 +"202150",72557,76132,3,972,2426 +"202151",72557,79837,3,972,1252 +"202152",72557,88473,3,972,1102 +"202153",72557,98080,3,972,1265 +"202154",72571,140,3,1175,2267 +"202155",72571,1055,3,1175,1264 +"202156",72571,2524,3,1175,1708 +"202157",72571,2798,3,1175,1673 +"202158",72571,5258,3,1175,2730 +"202159",72571,8726,3,1175,2083 +"202160",72571,9227,3,1175,1267 +"202161",72571,10766,3,1175,2647 +"202162",72571,11625,3,1175,2022 +"202163",72571,14532,3,1175,1193 +"202164",72571,14817,3,1175,2110 +"202165",72571,26734,3,1175,2299 +"202166",72571,29267,2,1175,1234 +"202167",72571,30486,3,1175,1269 +"202168",72571,37611,3,1175,1260 +"202169",72571,39062,3,1175,2020 +"202170",72571,46486,3,1175,1868 +"202171",72571,47595,2,1175,2374 +"202172",72571,50335,3,1175,1893 +"202173",72571,51687,2,1175,2333 +"202174",72571,52327,3,1175,1472 +"202175",72571,53924,3,1175,1289 +"202176",72571,66121,3,1175,1281 +"202177",72571,87958,3,1175,1234 +"202178",72597,2747,3,1843,2411 +"202179",72597,3477,3,1843,2546 +"202180",72597,4057,3,1843,2389 +"202181",72597,4669,3,1843,2395 +"202182",72597,5897,3,1843,2337 +"202183",72597,6063,3,1843,2349 +"202184",72597,7241,3,1843,2259 +"202185",72597,9035,3,1843,2771 +"202186",72597,9503,2,1843,2453 +"202187",72597,9787,3,1843,2858 +"202188",72597,11648,2,1843,2852 +"202189",72597,12374,3,1843,2260 +"202190",72597,12759,3,1843,2414 +"202191",72597,12948,3,1843,2669 +"202192",72597,13136,3,1843,2867 +"202193",72597,14108,3,1843,2012 +"202194",72597,14676,3,1843,2764 +"202195",72597,14749,2,1843,1998 +"202196",72597,17037,3,1843,2947 +"202197",72597,17645,3,1843,1918 +"202198",72597,19073,3,1843,2748 +"202199",72597,19655,3,1843,2706 +"202200",72597,21104,3,1843,2327 +"202201",72597,22244,3,1843,2139 +"202202",72597,23825,3,1843,1913 +"202203",72597,26182,3,1843,2775 +"202204",72597,26959,3,1843,1961 +"202205",72597,27686,3,1843,2844 +"202206",72597,27742,3,1843,2700 +"202207",72597,28837,3,1843,2286 +"202208",72597,30368,3,1843,2487 +"202209",72597,31542,3,1843,2459 +"202210",72597,31866,3,1843,2101 +"202211",72597,31868,3,1843,1993 +"202212",72597,33223,3,1843,2397 +"202213",72597,36912,3,1843,2469 +"202214",72597,39418,3,1843,1978 +"202215",72597,39444,3,1843,2695 +"202216",72597,40035,3,1843,2742 +"202217",72597,45729,3,1843,2606 +"202218",72597,46486,3,1843,1868 +"202219",72597,47529,3,1843,2914 +"202220",72597,47803,3,1843,2477 +"202221",72597,48820,3,1843,2769 +"202222",72597,53739,3,1843,2704 +"202223",72597,56569,3,1843,1993 +"202224",72597,58655,3,1843,2685 +"202225",72597,67266,3,1843,2010 +"202226",72597,70583,3,1843,2615 +"202227",72597,76971,3,1843,2145 +"202228",72597,108867,3,1843,2328 +"202229",72598,457,2,805,1704 +"202230",72598,1044,3,805,880 +"202231",72598,1102,3,805,2282 +"202232",72598,2143,3,805,1174 +"202233",72598,5580,3,805,2111 +"202234",72598,6074,3,805,2426 +"202235",72598,8192,3,805,1670 +"202236",72598,8376,2,805,1670 +"202237",72598,9175,3,805,2639 +"202238",72598,9654,3,805,2111 +"202239",72598,12374,3,805,2260 +"202240",72598,12432,3,805,1816 +"202241",72598,12449,3,805,2067 +"202242",72598,13869,3,805,1786 +"202243",72598,19096,3,805,1538 +"202244",72598,20486,3,805,1908 +"202245",72598,24066,3,805,1755 +"202246",72598,24558,3,805,2139 +"202247",72598,26671,2,805,2279 +"202248",72598,30405,3,805,2164 +"202249",72598,34836,3,805,2302 +"202250",72598,39865,3,805,849 +"202251",72598,40072,3,805,1182 +"202252",72598,44188,2,805,1609 +"202253",72598,49512,2,805,1302 +"202254",72598,50134,3,805,2674 +"202255",72598,53323,3,805,2677 +"202256",72598,53608,3,805,1986 +"202257",72598,57353,2,805,1849 +"202258",72598,59939,3,805,936 +"202259",72598,79403,3,805,977 +"202260",72598,88126,3,805,1027 +"202261",72632,364,3,1289,2351 +"202262",72632,380,3,1289,2261 +"202263",72632,1314,3,1289,1522 +"202264",72632,1702,3,1289,1984 +"202265",72632,1846,3,1289,1845 +"202266",72632,2576,2,1289,1307 +"202267",72632,2852,3,1289,2448 +"202268",72632,3493,2,1289,2451 +"202269",72632,3620,3,1289,2955 +"202270",72632,4612,3,1289,2804 +"202271",72632,4660,3,1289,2149 +"202272",72632,4730,3,1289,2131 +"202273",72632,5235,3,1289,2324 +"202274",72632,7337,3,1289,1797 +"202275",72632,7785,3,1289,2441 +"202276",72632,7942,3,1289,2623 +"202277",72632,9785,3,1289,2951 +"202278",72632,10457,3,1289,1711 +"202279",72632,11108,3,1289,1609 +"202280",72632,11648,3,1289,2852 +"202281",72632,12361,2,1289,2732 +"202282",72632,12897,3,1289,1351 +"202283",72632,12948,3,1289,2669 +"202284",72632,14749,3,1289,1998 +"202285",72632,15443,3,1289,1631 +"202286",72632,17033,3,1289,2771 +"202287",72632,18421,3,1289,2457 +"202288",72632,19655,2,1289,2706 +"202289",72632,20941,3,1289,2725 +"202290",72632,20984,3,1289,2502 +"202291",72632,21593,3,1289,1312 +"202292",72632,22244,3,1289,2139 +"202293",72632,27742,3,1289,2700 +"202294",72632,27914,3,1289,2507 +"202295",72632,29473,3,1289,2602 +"202296",72632,29818,3,1289,1677 +"202297",72632,30442,3,1289,2124 +"202298",72632,30525,3,1289,1964 +"202299",72632,31335,2,1289,2351 +"202300",72632,31866,3,1289,2101 +"202301",72632,31868,3,1289,1993 +"202302",72632,32532,3,1289,2338 +"202303",72632,37424,3,1289,1693 +"202304",72632,41581,3,1289,1692 +"202305",72632,46982,3,1289,2806 +"202306",72632,47013,3,1289,2388 +"202307",72632,51144,2,1289,2466 +"202308",72632,52136,3,1289,1412 +"202309",72632,54775,3,1289,2383 +"202310",72632,58655,3,1289,2685 +"202311",72632,63641,3,1289,2337 +"202312",72632,66717,3,1289,2104 +"202313",72632,70455,3,1289,1307 +"202314",72632,73107,3,1289,1918 +"202315",72632,78138,3,1289,1601 +"202316",72632,78423,3,1289,2840 +"202317",72632,85198,2,1289,1794 +"202318",72632,90065,3,1289,1418 +"202319",72632,96706,3,1289,1597 +"202320",72703,49403,3,2231,2427 +"202321",72703,53082,3,2231,2328 +"202322",72728,4361,3,2234,2571 +"202323",72728,7984,3,2234,2493 +"202324",72728,8062,3,2234,2858 +"202325",72728,31700,3,2234,2727 +"202326",72728,32818,3,2234,2485 +"202327",72728,36031,3,2234,2342 +"202328",72728,38602,2,2234,2693 +"202329",72728,49265,3,2234,2686 +"202330",72728,53323,3,2234,2677 +"202331",72728,57380,3,2234,2362 +"202332",72728,63077,3,2234,2778 +"202333",72728,88232,3,2234,2881 +"202334",72823,23,3,929,1682 +"202335",72823,671,3,929,2328 +"202336",72823,1090,3,929,2370 +"202337",72823,3164,3,929,2693 +"202338",72823,4289,3,929,1921 +"202339",72823,4790,3,929,1025 +"202340",72823,5041,3,929,2371 +"202341",72823,5462,3,929,2374 +"202342",72823,8621,3,929,1681 +"202343",72823,10799,3,929,2010 +"202344",72823,10875,3,929,1234 +"202345",72823,12713,3,929,2440 +"202346",72823,13248,3,929,1385 +"202347",72823,13929,1,929,2693 +"202348",72823,15299,3,929,2213 +"202349",72823,15607,3,929,1421 +"202350",72823,16111,3,929,1714 +"202351",72823,20643,3,929,2341 +"202352",72823,21479,3,929,2134 +"202353",72823,22216,3,929,1956 +"202354",72823,24146,3,929,2003 +"202355",72823,24362,3,929,1287 +"202356",72823,24755,3,929,1319 +"202357",72823,25643,3,929,1646 +"202358",72823,26570,3,929,1669 +"202359",72823,28434,3,929,1141 +"202360",72823,29050,2,929,1196 +"202361",72823,30081,3,929,2403 +"202362",72823,32173,3,929,2341 +"202363",72823,36450,3,929,1591 +"202364",72823,36962,2,929,2861 +"202365",72823,37333,3,929,1612 +"202366",72823,38162,3,929,1691 +"202367",72823,47082,3,929,1990 +"202368",72823,47947,3,929,2681 +"202369",72823,50217,3,929,1211 +"202370",72823,52058,3,929,1836 +"202371",72823,53630,2,929,1565 +"202372",72823,54020,3,929,1578 +"202373",72823,54305,3,929,1222 +"202374",72823,55156,3,929,2196 +"202375",72823,55691,2,929,2856 +"202376",72823,56464,3,929,2488 +"202377",72823,68810,3,929,2409 +"202378",72823,70046,3,929,2624 +"202379",72823,75650,3,929,972 +"202380",72823,78563,3,929,2385 +"202381",72823,79088,3,929,1369 +"202382",72823,94101,2,929,997 +"202383",72823,94125,3,929,2280 +"202384",72823,101482,2,929,1300 +"202385",72827,6071,3,1359,2310 +"202386",72827,8525,3,1359,1787 +"202387",72827,9716,3,1359,1929 +"202388",72827,15075,1,1359,2252 +"202389",72827,15088,2,1359,2906 +"202390",72827,18855,2,1359,1362 +"202391",72827,18954,1,1359,2364 +"202392",72827,24761,3,1359,2384 +"202393",72827,29824,3,1359,2772 +"202394",72827,34334,3,1359,1637 +"202395",72827,40850,2,1359,1396 +"202396",72827,49621,2,1359,1915 +"202397",72827,50476,3,1359,1641 +"202398",72827,53537,2,1359,2428 +"202399",72827,56737,2,1359,2270 +"202400",72827,69215,3,1359,1591 +"202401",72827,79036,3,1359,2524 +"202402",72827,79236,3,1359,1505 +"202403",72827,79822,2,1359,1508 +"202404",72827,81113,3,1359,1914 +"202405",72827,89931,3,1359,1400 +"202406",72827,96349,3,1359,1874 +"202407",72845,35774,3,1663,1969 +"202408",72845,40988,3,1663,2793 +"202409",72845,53697,3,1663,1909 +"202410",72845,61337,3,1663,2777 +"202411",72845,65805,3,1663,2902 +"202412",72845,66677,3,1663,2151 +"202413",72845,100462,3,1663,1927 +"202414",72882,4526,3,1330,1728 +"202415",72882,7942,1,1330,2623 +"202416",72882,9063,3,1330,2000 +"202417",72882,14754,3,1330,2456 +"202418",72882,16176,3,1330,2703 +"202419",72882,24512,3,1330,1369 +"202420",72882,27742,3,1330,2700 +"202421",72882,27914,3,1330,2507 +"202422",72882,30525,3,1330,1964 +"202423",72882,31868,3,1330,1993 +"202424",72882,34216,3,1330,2832 +"202425",72882,34742,3,1330,1883 +"202426",72882,41023,3,1330,2408 +"202427",72882,45905,1,1330,2785 +"202428",72882,54313,3,1330,1645 +"202429",72882,58233,2,1330,1665 +"202430",72882,60258,3,1330,2405 +"202431",72882,67815,3,1330,2476 +"202432",72956,270,3,1251,2542 +"202433",72956,312,3,1251,2038 +"202434",72956,380,3,1251,2261 +"202435",72956,913,3,1251,2144 +"202436",72956,1102,3,1251,2282 +"202437",72956,1639,2,1251,2631 +"202438",72956,1691,3,1251,1941 +"202439",72956,2181,3,1251,2030 +"202440",72956,2424,2,1251,2582 +"202441",72956,2533,3,1251,2016 +"202442",72956,3271,3,1251,2216 +"202443",72956,3305,3,1251,2839 +"202444",72956,3306,2,1251,1989 +"202445",72956,3477,3,1251,2546 +"202446",72956,3716,3,1251,1679 +"202447",72956,3748,3,1251,2052 +"202448",72956,3801,3,1251,1974 +"202449",72956,4032,3,1251,1763 +"202450",72956,5041,3,1251,2371 +"202451",72956,5226,3,1251,1309 +"202452",72956,5429,3,1251,1991 +"202453",72956,5462,3,1251,2374 +"202454",72956,5622,3,1251,2175 +"202455",72956,6047,3,1251,2004 +"202456",72956,6063,3,1251,2349 +"202457",72956,6074,3,1251,2426 +"202458",72956,6363,3,1251,2066 +"202459",72956,6577,3,1251,1951 +"202460",72956,6588,3,1251,2025 +"202461",72956,7180,3,1251,2227 +"202462",72956,7475,3,1251,1284 +"202463",72956,7627,3,1251,1543 +"202464",72956,7677,3,1251,2338 +"202465",72956,8073,3,1251,1847 +"202466",72956,9272,3,1251,2835 +"202467",72956,9311,3,1251,2477 +"202468",72956,9364,1,1251,1698 +"202469",72956,9702,3,1251,1928 +"202470",72956,9805,3,1251,1621 +"202471",72956,9893,3,1251,2701 +"202472",72956,10474,3,1251,1608 +"202473",72956,10513,2,1251,2284 +"202474",72956,10857,3,1251,2253 +"202475",72956,10874,3,1251,1891 +"202476",72956,11006,2,1251,1950 +"202477",72956,11218,3,1251,2292 +"202478",72956,11229,3,1251,1625 +"202479",72956,11440,3,1251,2026 +"202480",72956,12728,3,1251,2374 +"202481",72956,12863,3,1251,2027 +"202482",72956,14108,3,1251,2012 +"202483",72956,14972,3,1251,2332 +"202484",72956,15003,3,1251,2067 +"202485",72956,15813,3,1251,2143 +"202486",72956,16201,3,1251,1811 +"202487",72956,16332,1,1251,2668 +"202488",72956,16940,2,1251,1290 +"202489",72956,17381,3,1251,1697 +"202490",72956,17931,3,1251,1617 +"202491",72956,18217,3,1251,1566 +"202492",72956,18415,3,1251,2184 +"202493",72956,19096,3,1251,1538 +"202494",72956,19248,2,1251,2357 +"202495",72956,19719,2,1251,2177 +"202496",72956,20124,1,1251,2376 +"202497",72956,20975,1,1251,1305 +"202498",72956,21138,3,1251,2849 +"202499",72956,21197,2,1251,1437 +"202500",72956,21285,2,1251,2100 +"202501",72956,21693,3,1251,2176 +"202502",72956,21758,2,1251,1331 +"202503",72956,22141,3,1251,2348 +"202504",72956,22282,2,1251,1418 +"202505",72956,22326,3,1251,2818 +"202506",72956,22362,3,1251,1836 +"202507",72956,22586,3,1251,1341 +"202508",72956,23223,3,1251,2094 +"202509",72956,23725,3,1251,2378 +"202510",72956,23729,3,1251,1624 +"202511",72956,23825,3,1251,1913 +"202512",72956,24612,3,1251,1875 +"202513",72956,24755,3,1251,1319 +"202514",72956,25198,3,1251,1982 +"202515",72956,25305,3,1251,2447 +"202516",72956,25577,3,1251,1946 +"202517",72956,26749,1,1251,2965 +"202518",72956,27175,3,1251,1447 +"202519",72956,27275,3,1251,2656 +"202520",72956,27390,3,1251,2425 +"202521",72956,27694,2,1251,2030 +"202522",72956,27849,3,1251,1316 +"202523",72956,28015,2,1251,1624 +"202524",72956,28190,3,1251,1634 +"202525",72956,28432,3,1251,1954 +"202526",72956,29962,3,1251,2201 +"202527",72956,30052,3,1251,2855 +"202528",72956,30165,3,1251,1409 +"202529",72956,31050,3,1251,1491 +"202530",72956,31530,3,1251,1661 +"202531",72956,31700,3,1251,2727 +"202532",72956,32173,3,1251,2341 +"202533",72956,32606,3,1251,2100 +"202534",72956,33223,3,1251,2397 +"202535",72956,33949,2,1251,2489 +"202536",72956,34836,3,1251,2302 +"202537",72956,35095,3,1251,1502 +"202538",72956,35518,3,1251,1721 +"202539",72956,35529,3,1251,1620 +"202540",72956,37238,3,1251,2609 +"202541",72956,37937,3,1251,1320 +"202542",72956,38019,2,1251,1870 +"202543",72956,38780,3,1251,2705 +"202544",72956,40542,3,1251,1664 +"202545",72956,42522,3,1251,2592 +"202546",72956,43226,3,1251,2442 +"202547",72956,43385,1,1251,1623 +"202548",72956,43455,3,1251,2846 +"202549",72956,44763,3,1251,1324 +"202550",72956,44773,3,1251,1355 +"202551",72956,45608,3,1251,2420 +"202552",72956,45684,3,1251,2200 +"202553",72956,46629,3,1251,2255 +"202554",72956,47362,3,1251,2253 +"202555",72956,47772,2,1251,2293 +"202556",72956,48110,3,1251,2009 +"202557",72956,48289,3,1251,2209 +"202558",72956,48414,3,1251,1749 +"202559",72956,48605,3,1251,2796 +"202560",72956,48754,3,1251,1972 +"202561",72956,49512,3,1251,1302 +"202562",72956,50134,3,1251,2674 +"202563",72956,50685,3,1251,2008 +"202564",72956,51017,3,1251,2073 +"202565",72956,51022,3,1251,1499 +"202566",72956,51041,3,1251,2606 +"202567",72956,52058,3,1251,1836 +"202568",72956,52136,3,1251,1412 +"202569",72956,52345,3,1251,1430 +"202570",72956,52576,2,1251,2234 +"202571",72956,52969,3,1251,2302 +"202572",72956,54551,3,1251,2348 +"202573",72956,54929,3,1251,2783 +"202574",72956,55082,3,1251,1856 +"202575",72956,55139,3,1251,2323 +"202576",72956,55320,3,1251,1643 +"202577",72956,55438,3,1251,2863 +"202578",72956,55468,3,1251,2511 +"202579",72956,56082,3,1251,2395 +"202580",72956,56317,3,1251,2030 +"202581",72956,57353,3,1251,1849 +"202582",72956,57977,3,1251,2683 +"202583",72956,58078,3,1251,1252 +"202584",72956,58451,3,1251,1939 +"202585",72956,58508,2,1251,2326 +"202586",72956,58652,3,1251,1437 +"202587",72956,58745,3,1251,1920 +"202588",72956,59539,3,1251,2429 +"202589",72956,61982,2,1251,2725 +"202590",72956,62841,3,1251,2710 +"202591",72956,65007,3,1251,2530 +"202592",72956,66241,3,1251,2351 +"202593",72956,66703,3,1251,2375 +"202594",72956,67719,3,1251,2429 +"202595",72956,67805,3,1251,1338 +"202596",72956,69335,3,1251,2698 +"202597",72956,71342,1,1251,1289 +"202598",72956,72468,3,1251,2292 +"202599",72956,73128,3,1251,1549 +"202600",72956,73786,3,1251,2937 +"202601",72956,76892,3,1251,2381 +"202602",72956,79322,3,1251,2770 +"202603",72956,79657,3,1251,1260 +"202604",72956,80301,3,1251,1690 +"202605",72956,80825,3,1251,2315 +"202606",72956,81588,2,1251,1568 +"202607",72956,82949,2,1251,2077 +"202608",72956,83396,3,1251,2396 +"202609",72956,98781,2,1251,1410 +"202610",72986,21,3,1055,1385 +"202611",72986,1108,2,1055,1600 +"202612",72986,4526,3,1055,1728 +"202613",72986,5683,3,1055,2468 +"202614",72986,7451,3,1055,1254 +"202615",72986,8923,3,1055,1266 +"202616",72986,17645,3,1055,1918 +"202617",72986,23692,3,1055,1540 +"202618",72986,27320,2,1055,2378 +"202619",72986,37522,3,1055,1270 +"202620",72986,38087,2,1055,1083 +"202621",72986,45905,3,1055,2785 +"202622",72986,59485,3,1055,1564 +"202623",72986,60258,3,1055,2405 +"202624",72986,60808,3,1055,1258 +"202625",72986,63644,3,1055,1267 +"202626",72986,67617,2,1055,1149 +"202627",73021,1897,2,789,1727 +"202628",73021,2349,2,789,1288 +"202629",73021,3317,3,789,2037 +"202630",73021,4730,3,789,2131 +"202631",73021,6133,3,789,1229 +"202632",73021,6627,3,789,2063 +"202633",73021,6824,2,789,2680 +"202634",73021,7433,3,789,2255 +"202635",73021,10638,2,789,2692 +"202636",73021,10914,3,789,1660 +"202637",73021,11381,2,789,1638 +"202638",73021,11506,2,789,2824 +"202639",73021,16594,3,789,1755 +"202640",73021,16777,3,789,834 +"202641",73021,18571,3,789,2128 +"202642",73021,18943,2,789,2861 +"202643",73021,20007,3,789,2971 +"202644",73021,20432,3,789,1727 +"202645",73021,21463,3,789,2437 +"202646",73021,21741,3,789,1574 +"202647",73021,23513,3,789,900 +"202648",73021,26713,3,789,1235 +"202649",73021,27008,2,789,911 +"202650",73021,27783,3,789,2302 +"202651",73021,31164,2,789,1996 +"202652",73021,32449,3,789,2091 +"202653",73021,36136,2,789,2338 +"202654",73021,39105,3,789,2487 +"202655",73021,41978,3,789,2824 +"202656",73021,44636,3,789,1026 +"202657",73021,46951,2,789,2429 +"202658",73021,47571,3,789,1667 +"202659",73021,53013,3,789,2523 +"202660",73021,55604,2,789,2342 +"202661",73021,56275,3,789,2152 +"202662",73021,56338,2,789,1818 +"202663",73021,66911,2,789,1920 +"202664",73021,68592,2,789,2551 +"202665",73021,69335,3,789,2698 +"202666",73021,76132,3,789,2426 +"202667",73021,76675,3,789,1840 +"202668",73021,77580,3,789,888 +"202669",73021,85778,3,789,1040 +"202670",73021,87270,3,789,913 +"202671",73021,94926,2,789,1611 +"202672",73021,104306,3,789,1665 +"202673",73047,671,3,824,2328 +"202674",73047,733,3,824,1653 +"202675",73047,1469,3,824,1160 +"202676",73047,2063,2,824,1278 +"202677",73047,2743,3,824,1278 +"202678",73047,3167,3,824,1676 +"202679",73047,3242,3,824,1730 +"202680",73047,4191,3,824,2130 +"202681",73047,4687,3,824,2152 +"202682",73047,4980,3,824,2093 +"202683",73047,6023,3,824,2050 +"202684",73047,8621,3,824,1681 +"202685",73047,10799,3,824,2010 +"202686",73047,10890,3,824,2639 +"202687",73047,16074,3,824,977 +"202688",73047,16164,3,824,1184 +"202689",73047,19516,3,824,2313 +"202690",73047,20563,3,824,2267 +"202691",73047,20824,3,824,1366 +"202692",73047,21911,3,824,1184 +"202693",73047,22501,3,824,1006 +"202694",73047,23506,1,824,1172 +"202695",73047,23534,3,824,1659 +"202696",73047,23704,3,824,2278 +"202697",73047,25341,3,824,1858 +"202698",73047,25643,3,824,1646 +"202699",73047,26436,3,824,2489 +"202700",73047,28731,3,824,955 +"202701",73047,29456,3,824,1182 +"202702",73047,30438,3,824,1617 +"202703",73047,31000,3,824,1526 +"202704",73047,31243,3,824,1355 +"202705",73047,31696,3,824,1595 +"202706",73047,32988,3,824,2008 +"202707",73047,34492,2,824,1798 +"202708",73047,38449,3,824,1802 +"202709",73047,40293,3,824,1671 +"202710",73047,42186,3,824,955 +"202711",73047,45715,3,824,2287 +"202712",73047,51022,3,824,1499 +"202713",73047,51410,2,824,2739 +"202714",73047,51987,2,824,1397 +"202715",73047,56171,3,824,1524 +"202716",73047,58035,3,824,1646 +"202717",73047,63515,3,824,2023 +"202718",73047,82454,3,824,1266 +"202719",73047,82767,3,824,1641 +"202720",73047,94808,3,824,988 +"202721",73047,99103,3,824,1470 +"202722",73047,101892,3,824,1322 +"202723",73047,120112,3,824,954 +"202724",73083,5785,3,275,1261 +"202725",73083,16539,3,275,1947 +"202726",73083,16877,3,275,2509 +"202727",73083,28130,3,275,908 +"202728",73083,28131,3,275,1492 +"202729",73083,30883,3,275,1629 +"202730",73083,50487,3,275,744 +"202731",73083,96911,1,275,956 +"202732",73090,1150,3,732,1595 +"202733",73090,6989,3,732,2623 +"202734",73090,8475,3,732,2034 +"202735",73090,14654,3,732,1692 +"202736",73090,19057,3,732,2664 +"202737",73090,19296,2,732,1705 +"202738",73090,19366,3,732,2279 +"202739",73090,32060,3,732,1199 +"202740",73090,32235,3,732,2109 +"202741",73090,35688,3,732,1551 +"202742",73090,66014,3,732,880 +"202743",73090,88171,1,732,1488 +"202744",73090,110569,3,732,970 +"202745",73107,380,3,1918,2261 +"202746",73107,2747,3,1918,2411 +"202747",73107,3493,3,1918,2451 +"202748",73107,5235,3,1918,2324 +"202749",73107,10638,3,1918,2692 +"202750",73107,11588,3,1918,2352 +"202751",73107,12361,3,1918,2732 +"202752",73107,18421,3,1918,2457 +"202753",73107,19215,3,1918,2604 +"202754",73107,19655,3,1918,2706 +"202755",73107,20941,3,1918,2725 +"202756",73107,22260,3,1918,2137 +"202757",73107,31335,3,1918,2351 +"202758",73107,34892,3,1918,2309 +"202759",73107,36136,3,1918,2338 +"202760",73107,51144,3,1918,2466 +"202761",73107,61240,3,1918,2651 +"202762",73107,66911,3,1918,1920 +"202763",73113,160,3,681,2007 +"202764",73113,1641,3,681,1490 +"202765",73113,5363,3,681,1791 +"202766",73113,5568,3,681,1290 +"202767",73113,5610,2,681,2223 +"202768",73113,8238,2,681,2222 +"202769",73113,9871,3,681,921 +"202770",73113,12473,2,681,801 +"202771",73113,12632,3,681,1174 +"202772",73113,16625,3,681,1285 +"202773",73113,17632,3,681,1947 +"202774",73113,17867,3,681,1904 +"202775",73113,18670,3,681,1835 +"202776",73113,21164,3,681,1645 +"202777",73113,27796,3,681,2151 +"202778",73113,29512,3,681,1594 +"202779",73113,31700,2,681,2727 +"202780",73113,31890,1,681,1487 +"202781",73113,31901,2,681,1251 +"202782",73113,32047,3,681,1858 +"202783",73113,32988,3,681,2008 +"202784",73113,37238,3,681,2609 +"202785",73113,37937,2,681,1320 +"202786",73113,39062,3,681,2020 +"202787",73113,39464,3,681,2314 +"202788",73113,41953,3,681,945 +"202789",73113,43614,3,681,1712 +"202790",73113,47564,2,681,2650 +"202791",73113,47803,3,681,2477 +"202792",73113,48215,3,681,2028 +"202793",73113,50001,3,681,1518 +"202794",73113,50254,3,681,1151 +"202795",73113,54953,3,681,2223 +"202796",73113,64857,3,681,1792 +"202797",73113,73597,3,681,1989 +"202798",73113,77611,3,681,1795 +"202799",73113,82187,3,681,1055 +"202800",73113,82426,3,681,1576 +"202801",73113,89880,3,681,1938 +"202802",73113,95155,3,681,849 +"202803",73122,24974,3,264,702 +"202804",73122,61913,3,264,397 +"202805",73128,2424,3,1549,2582 +"202806",73128,3886,3,1549,1669 +"202807",73128,9364,3,1549,1698 +"202808",73128,10222,3,1549,2212 +"202809",73128,10513,3,1549,2284 +"202810",73128,18277,3,1549,2309 +"202811",73128,19719,3,1549,2177 +"202812",73128,20311,3,1549,1981 +"202813",73128,21285,3,1549,2100 +"202814",73128,21693,3,1549,2176 +"202815",73128,22326,3,1549,2818 +"202816",73128,22362,3,1549,1836 +"202817",73128,23729,3,1549,1624 +"202818",73128,24198,3,1549,2217 +"202819",73128,25577,3,1549,1946 +"202820",73128,26749,3,1549,2965 +"202821",73128,34836,3,1549,2302 +"202822",73128,38019,2,1549,1870 +"202823",73128,43385,3,1549,1623 +"202824",73128,47772,3,1549,2293 +"202825",73128,52576,2,1549,2234 +"202826",73128,55082,3,1549,1856 +"202827",73128,55139,3,1549,2323 +"202828",73128,56317,2,1549,2030 +"202829",73128,56340,1,1549,2060 +"202830",73128,58221,3,1549,1787 +"202831",73128,58508,3,1549,2326 +"202832",73128,79322,3,1549,2770 +"202833",73128,81588,2,1549,1568 +"202834",73128,82949,3,1549,2077 +"202835",73136,307,3,328,2530 +"202836",73136,380,3,328,2261 +"202837",73136,765,3,328,2073 +"202838",73136,1777,3,328,1965 +"202839",73136,2224,3,328,2751 +"202840",73136,2269,3,328,984 +"202841",73136,2572,3,328,2273 +"202842",73136,2731,3,328,434 +"202843",73136,2743,3,328,1278 +"202844",73136,3011,3,328,2278 +"202845",73136,3040,2,328,1446 +"202846",73136,4226,3,328,1903 +"202847",73136,4317,3,328,1224 +"202848",73136,4701,2,328,2401 +"202849",73136,4790,2,328,1025 +"202850",73136,4791,1,328,1184 +"202851",73136,5078,3,328,2033 +"202852",73136,5457,3,328,2077 +"202853",73136,5462,3,328,2374 +"202854",73136,5504,3,328,2389 +"202855",73136,5971,3,328,1985 +"202856",73136,6047,3,328,2004 +"202857",73136,6491,3,328,2424 +"202858",73136,6588,3,328,2025 +"202859",73136,7555,3,328,1943 +"202860",73136,8529,3,328,1205 +"202861",73136,8866,3,328,1545 +"202862",73136,8888,3,328,1328 +"202863",73136,9362,3,328,2879 +"202864",73136,9654,3,328,2111 +"202865",73136,9805,3,328,1621 +"202866",73136,11540,3,328,1237 +"202867",73136,11817,3,328,600 +"202868",73136,12374,2,328,2260 +"202869",73136,12728,3,328,2374 +"202870",73136,14678,3,328,799 +"202871",73136,14834,3,328,2739 +"202872",73136,15005,3,328,1415 +"202873",73136,15700,3,328,1712 +"202874",73136,15872,3,328,1551 +"202875",73136,16352,3,328,2657 +"202876",73136,17852,3,328,2840 +"202877",73136,18393,2,328,860 +"202878",73136,18707,3,328,1143 +"202879",73136,19719,3,328,2177 +"202880",73136,20311,3,328,1981 +"202881",73136,21104,3,328,2327 +"202882",73136,21122,3,328,1701 +"202883",73136,21138,3,328,2849 +"202884",73136,21198,3,328,935 +"202885",73136,22282,3,328,1418 +"202886",73136,22331,3,328,2687 +"202887",73136,22455,3,328,1197 +"202888",73136,23011,3,328,2763 +"202889",73136,23508,3,328,1907 +"202890",73136,23509,3,328,2275 +"202891",73136,23825,3,328,1913 +"202892",73136,24005,3,328,1188 +"202893",73136,24286,3,328,1280 +"202894",73136,24755,3,328,1319 +"202895",73136,25132,3,328,1188 +"202896",73136,25595,3,328,768 +"202897",73136,26067,3,328,2069 +"202898",73136,26451,2,328,2133 +"202899",73136,26471,3,328,1061 +"202900",73136,26570,3,328,1669 +"202901",73136,26671,3,328,2279 +"202902",73136,26867,3,328,1804 +"202903",73136,27112,3,328,500 +"202904",73136,27390,3,328,2425 +"202905",73136,27792,3,328,1308 +"202906",73136,27849,2,328,1316 +"202907",73136,28124,3,328,434 +"202908",73136,29705,2,328,607 +"202909",73136,29750,3,328,689 +"202910",73136,29929,2,328,2789 +"202911",73136,29941,3,328,1986 +"202912",73136,29982,3,328,1372 +"202913",73136,32017,1,328,577 +"202914",73136,32457,3,328,2690 +"202915",73136,32601,2,328,1033 +"202916",73136,32811,3,328,804 +"202917",73136,33241,3,328,632 +"202918",73136,33356,3,328,1586 +"202919",73136,33433,3,328,2805 +"202920",73136,33622,3,328,2230 +"202921",73136,34136,3,328,2202 +"202922",73136,34836,2,328,2302 +"202923",73136,35095,3,328,1502 +"202924",73136,35815,3,328,2789 +"202925",73136,36714,2,328,2209 +"202926",73136,37800,2,328,604 +"202927",73136,38019,2,328,1870 +"202928",73136,39238,3,328,922 +"202929",73136,39444,3,328,2695 +"202930",73136,39865,2,328,849 +"202931",73136,40028,3,328,1349 +"202932",73136,40072,2,328,1182 +"202933",73136,41174,1,328,850 +"202934",73136,41315,2,328,439 +"202935",73136,42618,3,328,2316 +"202936",73136,43046,3,328,419 +"202937",73136,43051,2,328,904 +"202938",73136,43929,3,328,2749 +"202939",73136,44059,3,328,525 +"202940",73136,44306,3,328,1036 +"202941",73136,44648,3,328,619 +"202942",73136,46723,2,328,607 +"202943",73136,47726,3,328,1272 +"202944",73136,48215,3,328,2028 +"202945",73136,48260,3,328,875 +"202946",73136,48414,3,328,1749 +"202947",73136,48435,3,328,528 +"202948",73136,48698,3,328,1474 +"202949",73136,50219,3,328,756 +"202950",73136,50236,3,328,2339 +"202951",73136,51810,3,328,1401 +"202952",73136,52058,3,328,1836 +"202953",73136,52345,3,328,1430 +"202954",73136,53266,3,328,2389 +"202955",73136,53303,3,328,1376 +"202956",73136,53322,3,328,1200 +"202957",73136,54879,3,328,2210 +"202958",73136,55468,2,328,2511 +"202959",73136,56082,3,328,2395 +"202960",73136,56854,3,328,2022 +"202961",73136,57348,3,328,687 +"202962",73136,57353,3,328,1849 +"202963",73136,57950,3,328,1529 +"202964",73136,58133,3,328,1484 +"202965",73136,59939,2,328,936 +"202966",73136,62903,3,328,1704 +"202967",73136,64181,3,328,1828 +"202968",73136,65007,3,328,2530 +"202969",73136,65884,3,328,798 +"202970",73136,66860,3,328,1548 +"202971",73136,67726,3,328,2873 +"202972",73136,72468,3,328,2292 +"202973",73136,74731,3,328,853 +"202974",73136,75948,2,328,1006 +"202975",73136,77305,3,328,965 +"202976",73136,78256,3,328,804 +"202977",73136,78932,3,328,981 +"202978",73136,79322,3,328,2770 +"202979",73136,81588,3,328,1568 +"202980",73136,82730,3,328,1492 +"202981",73136,83434,2,328,850 +"202982",73136,87148,2,328,397 +"202983",73136,87692,3,328,775 +"202984",73136,89097,3,328,935 +"202985",73136,89541,3,328,525 +"202986",73136,90573,2,328,878 +"202987",73136,91912,2,328,790 +"202988",73136,92220,2,328,607 +"202989",73136,97928,3,328,2416 +"202990",73136,98925,3,328,584 +"202991",73136,99444,1,328,408 +"202992",73136,101395,3,328,891 +"202993",73136,104084,3,328,579 +"202994",73136,108867,3,328,2328 +"202995",73136,109663,3,328,545 +"202996",73136,112437,3,328,513 +"202997",73136,114865,3,328,544 +"202998",73136,121422,2,328,850 +"202999",73169,6047,3,1392,2004 +"203000",73172,3770,3,2496,2623 +"203001",73172,14915,3,2496,2606 +"203002",73172,35477,3,2496,2703 +"203003",73172,66693,3,2496,2554 +"203004",73192,3477,3,1955,2546 +"203005",73192,3770,3,1955,2623 +"203006",73192,4669,3,1955,2395 +"203007",73192,5350,2,1955,2522 +"203008",73192,6063,3,1955,2349 +"203009",73192,12042,3,1955,2345 +"203010",73192,14915,3,1955,2606 +"203011",73192,15381,3,1955,2289 +"203012",73192,21872,3,1955,2458 +"203013",73192,31868,3,1955,1993 +"203014",73192,33223,3,1955,2397 +"203015",73192,35728,3,1955,2017 +"203016",73192,35926,3,1955,2371 +"203017",73192,37059,2,1955,2840 +"203018",73192,37060,3,1955,2840 +"203019",73192,39534,3,1955,2410 +"203020",73192,44235,3,1955,2700 +"203021",73192,46040,3,1955,2105 +"203022",73192,46261,3,1955,2350 +"203023",73192,59039,3,1955,2870 +"203024",73192,65322,3,1955,2008 +"203025",73192,67719,3,1955,2429 +"203026",73192,69131,2,1955,2122 +"203027",73192,69716,3,1955,2632 +"203028",73192,70586,3,1955,2562 +"203029",73192,78150,3,1955,2581 +"203030",73197,25,3,1998,2762 +"203031",73197,8327,3,1998,2527 +"203032",73197,10358,3,1998,2294 +"203033",73197,11218,3,1998,2292 +"203034",73197,12042,3,1998,2345 +"203035",73197,12449,3,1998,2067 +"203036",73197,17351,3,1998,2036 +"203037",73197,17790,3,1998,2783 +"203038",73197,21448,3,1998,2332 +"203039",73197,24721,2,1998,2326 +"203040",73197,25480,3,1998,2747 +"203041",73197,25610,3,1998,2328 +"203042",73197,33433,3,1998,2805 +"203043",73197,35888,2,1998,2291 +"203044",73197,38727,3,1998,2238 +"203045",73197,41945,3,1998,2856 +"203046",73197,51089,3,1998,2426 +"203047",73197,51866,3,1998,2411 +"203048",73197,53342,3,1998,2071 +"203049",73197,54879,2,1998,2210 +"203050",73197,67145,3,1998,2015 +"203051",73197,92513,3,1998,2282 +"203052",73205,6996,3,1529,2916 +"203053",73205,12518,3,1529,2747 +"203054",73205,15207,3,1529,1855 +"203055",73205,17632,3,1529,1947 +"203056",73205,17943,3,1529,1943 +"203057",73205,19282,3,1529,1623 +"203058",73205,19744,3,1529,2623 +"203059",73205,27030,3,1529,2031 +"203060",73205,36554,2,1529,1649 +"203061",73205,40129,3,1529,2162 +"203062",73205,40703,3,1529,1608 +"203063",73205,85525,3,1529,1718 +"203064",73245,758,3,802,1232 +"203065",73245,1154,3,802,1656 +"203066",73245,2959,3,802,1785 +"203067",73245,4144,3,802,1520 +"203068",73245,7126,3,802,1261 +"203069",73245,7196,3,802,1508 +"203070",73245,7984,3,802,2493 +"203071",73245,8726,3,802,2083 +"203072",73245,8890,3,802,1955 +"203073",73245,8908,3,802,1537 +"203074",73245,8913,3,802,968 +"203075",73245,9801,3,802,2443 +"203076",73245,10857,3,802,2253 +"203077",73245,10980,3,802,1974 +"203078",73245,14108,3,802,2012 +"203079",73245,15118,3,802,1311 +"203080",73245,15401,3,802,1999 +"203081",73245,16176,3,802,2703 +"203082",73245,16365,3,802,2217 +"203083",73245,17257,3,802,1117 +"203084",73245,21133,3,802,1320 +"203085",73245,21670,3,802,2158 +"203086",73245,21681,3,802,2005 +"203087",73245,22722,3,802,1233 +"203088",73245,25832,2,802,1689 +"203089",73245,27255,3,802,1232 +"203090",73245,28784,3,802,1579 +"203091",73245,28893,3,802,2764 +"203092",73245,28896,3,802,1395 +"203093",73245,30974,3,802,947 +"203094",73245,31700,3,802,2727 +"203095",73245,32131,3,802,1035 +"203096",73245,32988,3,802,2008 +"203097",73245,34480,3,802,2755 +"203098",73245,34892,3,802,2309 +"203099",73245,35822,3,802,1903 +"203100",73245,36031,3,802,2342 +"203101",73245,37937,3,802,1320 +"203102",73245,38602,3,802,2693 +"203103",73245,39589,3,802,1292 +"203104",73245,42331,3,802,1585 +"203105",73245,47384,3,802,1639 +"203106",73245,47810,3,802,957 +"203107",73245,48215,3,802,2028 +"203108",73245,49265,3,802,2686 +"203109",73245,51471,3,802,1280 +"203110",73245,53323,3,802,2677 +"203111",73245,54551,3,802,2348 +"203112",73245,57067,3,802,2547 +"203113",73245,57380,3,802,2362 +"203114",73245,57990,3,802,978 +"203115",73245,60258,3,802,2405 +"203116",73245,61138,3,802,1188 +"203117",73245,61785,3,802,822 +"203118",73245,65155,3,802,1947 +"203119",73245,66609,3,802,998 +"203120",73245,67815,3,802,2476 +"203121",73245,70101,3,802,2414 +"203122",73245,72728,3,802,2234 +"203123",73245,79158,3,802,1252 +"203124",73245,83301,3,802,1385 +"203125",73245,85869,2,802,1509 +"203126",73245,88232,3,802,2881 +"203127",73245,90065,3,802,1418 +"203128",73245,93102,3,802,1174 +"203129",73245,96352,3,802,1493 +"203130",73245,100860,3,802,2326 +"203131",73245,103890,3,802,958 +"203132",73245,104217,3,802,956 +"203133",73251,9030,3,42,1979 +"203134",73251,10945,2,42,881 +"203135",73251,11419,2,42,1408 +"203136",73251,14772,3,42,2386 +"203137",73251,16029,3,42,1160 +"203138",73251,22652,3,42,1544 +"203139",73251,23963,3,42,647 +"203140",73251,33722,3,42,1225 +"203141",73251,34311,3,42,2213 +"203142",73251,35542,3,42,1439 +"203143",73251,44729,2,42,588 +"203144",73251,45727,3,42,477 +"203145",73251,50621,3,42,2809 +"203146",73251,73266,1,42,2496 +"203147",73251,81239,3,42,547 +"203148",73251,82735,3,42,829 +"203149",73251,89586,3,42,1401 +"203150",73251,90501,3,42,2380 +"203151",73251,96301,2,42,818 +"203152",73251,110496,3,42,208 +"203153",73251,117932,2,42,926 +"203154",73266,7394,3,2496,2615 +"203155",73266,12035,3,2496,2721 +"203156",73266,17812,3,2496,2705 +"203157",73266,18151,3,2496,2962 +"203158",73266,21795,3,2496,2653 +"203159",73266,22326,3,2496,2818 +"203160",73266,25530,3,2496,2884 +"203161",73266,26865,3,2496,2726 +"203162",73266,34327,3,2496,2959 +"203163",73266,37060,3,2496,2840 +"203164",73266,49998,3,2496,2761 +"203165",73266,55691,3,2496,2856 +"203166",73266,60966,3,2496,2734 +"203167",73266,68215,3,2496,2727 +"203168",73266,70046,3,2496,2624 +"203169",73305,455,3,2544,2827 +"203170",73305,5315,3,2544,2631 +"203171",73305,7515,2,2544,2737 +"203172",73305,9184,2,2544,2670 +"203173",73305,16352,3,2544,2657 +"203174",73305,23132,2,2544,2756 +"203175",73305,27275,3,2544,2656 +"203176",73305,31235,3,2544,2668 +"203177",73305,34735,3,2544,2767 +"203178",73305,40383,3,2544,2639 +"203179",73305,51041,3,2544,2606 +"203180",73305,73553,3,2544,2726 +"203181",73313,669,3,958,1423 +"203182",73313,1046,3,958,1881 +"203183",73313,3647,3,958,1325 +"203184",73313,8533,3,958,2251 +"203185",73313,8621,3,958,1681 +"203186",73313,13699,2,958,1355 +"203187",73313,15539,3,958,1929 +"203188",73313,19183,2,958,1257 +"203189",73313,19199,3,958,2263 +"203190",73313,19813,3,958,1744 +"203191",73313,27104,3,958,1608 +"203192",73313,29825,3,958,2603 +"203193",73313,31623,3,958,1712 +"203194",73313,57977,2,958,2683 +"203195",73313,62832,3,958,2606 +"203196",73313,84567,3,958,2767 +"203197",73313,118202,1,958,1509 +"203198",73346,71810,2,184,263 +"203199",73394,2684,3,1606,2874 +"203200",73394,3242,3,1606,1730 +"203201",73394,10404,3,1606,2062 +"203202",73394,22785,3,1606,1733 +"203203",73394,23534,3,1606,1659 +"203204",73394,28285,3,1606,2972 +"203205",73394,33010,3,1606,2189 +"203206",73394,50275,3,1606,2832 +"203207",73394,56688,2,1606,2331 +"203208",73394,57704,1,1606,2076 +"203209",73394,86730,3,1606,1780 +"203210",73439,237,3,928,1982 +"203211",73439,4430,3,928,2019 +"203212",73439,6821,3,928,1788 +"203213",73439,10373,3,928,2436 +"203214",73439,16437,2,928,1956 +"203215",73439,26428,3,928,2203 +"203216",73439,45480,3,928,1104 +"203217",73439,49201,3,928,936 +"203218",73439,83898,3,928,1036 +"203219",73474,1780,3,1309,1375 +"203220",73491,14776,1,867,1488 +"203221",73491,92045,3,867,2356 +"203222",73491,108391,1,867,900 +"203223",73520,17499,3,2613,2954 +"203224",73520,23550,3,2613,2939 +"203225",73520,37684,3,2613,2899 +"203226",73520,42390,3,2613,2937 +"203227",73520,47882,3,2613,2769 +"203228",73520,70011,3,2613,2690 +"203229",73524,1315,3,605,2760 +"203230",73524,2960,3,605,977 +"203231",73524,13158,3,605,2667 +"203232",73524,13479,3,605,2155 +"203233",73524,18779,3,605,1267 +"203234",73524,21479,3,605,2134 +"203235",73524,30092,3,605,1593 +"203236",73524,30692,3,605,700 +"203237",73524,40707,3,605,1547 +"203238",73524,41088,2,605,1135 +"203239",73524,49048,2,605,1656 +"203240",73553,7515,3,2726,2737 +"203241",73553,9272,2,2726,2835 +"203242",73553,19364,1,2726,2846 +"203243",73553,20700,3,2726,2861 +"203244",73553,22709,2,2726,2743 +"203245",73553,23132,3,2726,2756 +"203246",73553,37279,3,2726,2768 +"203247",73553,60879,3,2726,2792 +"203248",73553,121354,2,2726,2862 +"203249",73582,1519,3,2075,2349 +"203250",73582,2226,3,2075,2225 +"203251",73582,2936,3,2075,2512 +"203252",73582,3493,2,2075,2451 +"203253",73582,3770,3,2075,2623 +"203254",73582,13879,3,2075,2748 +"203255",73582,14915,3,2075,2606 +"203256",73582,19655,3,2075,2706 +"203257",73582,23154,2,2075,2345 +"203258",73582,51144,3,2075,2466 +"203259",73582,61541,3,2075,2699 +"203260",73597,364,3,1989,2351 +"203261",73597,9787,3,1989,2858 +"203262",73597,10222,3,1989,2212 +"203263",73597,28626,3,1989,2842 +"203264",73597,31700,2,1989,2727 +"203265",73597,32988,3,1989,2008 +"203266",73597,37238,3,1989,2609 +"203267",73597,39062,3,1989,2020 +"203268",73597,43226,3,1989,2442 +"203269",73597,48215,3,1989,2028 +"203270",73597,71531,3,1989,2887 +"203271",73629,15150,2,1713,2801 +"203272",73629,32079,3,1713,2315 +"203273",73629,42998,3,1713,1978 +"203274",73629,49415,2,1713,2654 +"203275",73629,52953,3,1713,1741 +"203276",73629,76505,3,1713,2123 +"203277",73675,675,3,887,1686 +"203278",73675,1136,3,887,2536 +"203279",73675,1592,3,887,2006 +"203280",73675,1691,3,887,1941 +"203281",73675,2208,3,887,2814 +"203282",73675,3284,3,887,1541 +"203283",73675,3628,3,887,2707 +"203284",73675,4317,3,887,1224 +"203285",73675,5839,3,887,2301 +"203286",73675,6104,3,887,2462 +"203287",73675,6252,3,887,2336 +"203288",73675,6428,3,887,1952 +"203289",73675,6491,3,887,2424 +"203290",73675,7672,3,887,1974 +"203291",73675,7847,3,887,2424 +"203292",73675,10358,3,887,2294 +"203293",73675,11351,3,887,2971 +"203294",73675,11434,3,887,1187 +"203295",73675,12779,3,887,936 +"203296",73675,13248,3,887,1385 +"203297",73675,13837,3,887,1604 +"203298",73675,14108,3,887,2012 +"203299",73675,14855,3,887,903 +"203300",73675,18348,3,887,1711 +"203301",73675,18543,3,887,2968 +"203302",73675,19718,2,887,1702 +"203303",73675,20407,3,887,2339 +"203304",73675,21133,3,887,1320 +"203305",73675,21682,3,887,2414 +"203306",73675,25816,3,887,2088 +"203307",73675,26322,3,887,1018 +"203308",73675,28808,3,887,1063 +"203309",73675,29170,3,887,1846 +"203310",73675,32503,1,887,2020 +"203311",73675,34945,3,887,1298 +"203312",73675,35926,3,887,2371 +"203313",73675,36651,3,887,1600 +"203314",73675,37509,3,887,1640 +"203315",73675,38213,2,887,1744 +"203316",73675,39411,3,887,2384 +"203317",73675,40931,3,887,2301 +"203318",73675,43173,3,887,2895 +"203319",73675,43428,3,887,1299 +"203320",73675,46621,3,887,1343 +"203321",73675,49620,2,887,1868 +"203322",73675,50179,3,887,2230 +"203323",73675,51572,3,887,912 +"203324",73675,51628,3,887,901 +"203325",73675,52136,3,887,1412 +"203326",73675,55084,3,887,1189 +"203327",73675,57129,3,887,1858 +"203328",73675,60116,3,887,2668 +"203329",73675,64181,3,887,1828 +"203330",73675,64997,3,887,2791 +"203331",73675,74636,2,887,2525 +"203332",73675,79436,3,887,1344 +"203333",73675,80219,3,887,988 +"203334",73675,81221,3,887,2285 +"203335",73675,81895,3,887,1634 +"203336",73675,82344,3,887,1358 +"203337",73675,82787,3,887,1144 +"203338",73675,88232,3,887,2881 +"203339",73675,90911,3,887,1263 +"203340",73675,92322,3,887,2393 +"203341",73675,121291,2,887,1955 +"203342",73728,671,3,784,2328 +"203343",73728,675,3,784,1686 +"203344",73728,733,1,784,1653 +"203345",73728,1136,3,784,2536 +"203346",73728,1154,3,784,1656 +"203347",73728,1767,3,784,2727 +"203348",73728,2063,1,784,1278 +"203349",73728,2424,3,784,2582 +"203350",73728,2429,3,784,999 +"203351",73728,2684,3,784,2874 +"203352",73728,2743,2,784,1278 +"203353",73728,3167,2,784,1676 +"203354",73728,3242,3,784,1730 +"203355",73728,4191,3,784,2130 +"203356",73728,4226,2,784,1903 +"203357",73728,4305,3,784,2374 +"203358",73728,4618,3,784,2607 +"203359",73728,6052,3,784,1985 +"203360",73728,6491,3,784,2424 +"203361",73728,7241,3,784,2259 +"203362",73728,7245,3,784,2089 +"203363",73728,8621,3,784,1681 +"203364",73728,8772,3,784,847 +"203365",73728,9751,3,784,1397 +"203366",73728,10890,3,784,2639 +"203367",73728,12374,2,784,2260 +"203368",73728,13837,3,784,1604 +"203369",73728,15118,2,784,1311 +"203370",73728,15539,3,784,1929 +"203371",73728,16074,3,784,977 +"203372",73728,16164,2,784,1184 +"203373",73728,17357,3,784,1536 +"203374",73728,18277,3,784,2309 +"203375",73728,18415,3,784,2184 +"203376",73728,20162,3,784,2328 +"203377",73728,20311,3,784,1981 +"203378",73728,20419,3,784,1587 +"203379",73728,20563,3,784,2267 +"203380",73728,20824,2,784,1366 +"203381",73728,21104,2,784,2327 +"203382",73728,22006,3,784,1202 +"203383",73728,22884,3,784,1608 +"203384",73728,23506,3,784,1172 +"203385",73728,23534,2,784,1659 +"203386",73728,24005,3,784,1188 +"203387",73728,24755,3,784,1319 +"203388",73728,24789,3,784,829 +"203389",73728,25132,3,784,1188 +"203390",73728,25643,3,784,1646 +"203391",73728,26322,3,784,1018 +"203392",73728,26436,3,784,2489 +"203393",73728,26451,2,784,2133 +"203394",73728,26516,3,784,2479 +"203395",73728,26706,2,784,1846 +"203396",73728,27753,3,784,2750 +"203397",73728,27792,2,784,1308 +"203398",73728,28303,3,784,2089 +"203399",73728,28731,3,784,955 +"203400",73728,29073,3,784,2328 +"203401",73728,29170,3,784,1846 +"203402",73728,29456,3,784,1182 +"203403",73728,32811,2,784,804 +"203404",73728,32988,3,784,2008 +"203405",73728,33588,3,784,1040 +"203406",73728,33621,3,784,1319 +"203407",73728,34136,1,784,2202 +"203408",73728,34492,3,784,1798 +"203409",73728,36439,3,784,2469 +"203410",73728,37893,2,784,875 +"203411",73728,38449,3,784,1802 +"203412",73728,39865,3,784,849 +"203413",73728,40072,3,784,1182 +"203414",73728,40293,3,784,1671 +"203415",73728,40672,3,784,1315 +"203416",73728,42186,3,784,955 +"203417",73728,43404,3,784,2649 +"203418",73728,43518,3,784,2680 +"203419",73728,48260,2,784,875 +"203420",73728,48698,3,784,1474 +"203421",73728,49189,2,784,1550 +"203422",73728,50118,3,784,2654 +"203423",73728,50444,3,784,884 +"203424",73728,50667,2,784,2719 +"203425",73728,51022,2,784,1499 +"203426",73728,51410,3,784,2739 +"203427",73728,51987,3,784,1397 +"203428",73728,52457,2,784,849 +"203429",73728,55084,3,784,1189 +"203430",73728,56317,3,784,2030 +"203431",73728,58035,3,784,1646 +"203432",73728,58133,1,784,1484 +"203433",73728,58221,2,784,1787 +"203434",73728,58508,3,784,2326 +"203435",73728,59939,3,784,936 +"203436",73728,62957,2,784,1170 +"203437",73728,63515,3,784,2023 +"203438",73728,63770,3,784,1324 +"203439",73728,64997,3,784,2791 +"203440",73728,65884,3,784,798 +"203441",73728,73047,3,784,824 +"203442",73728,78256,2,784,804 +"203443",73728,79612,3,784,927 +"203444",73728,82426,3,784,1576 +"203445",73728,82696,2,784,1305 +"203446",73728,82767,2,784,1641 +"203447",73728,86245,3,784,1972 +"203448",73728,88473,3,784,1102 +"203449",73728,89097,3,784,935 +"203450",73728,91912,3,784,790 +"203451",73728,92124,3,784,1532 +"203452",73728,92322,3,784,2393 +"203453",73728,94650,2,784,896 +"203454",73728,94908,3,784,1413 +"203455",73728,99020,2,784,1383 +"203456",73728,99103,1,784,1470 +"203457",73728,100134,3,784,977 +"203458",73728,102133,3,784,1165 +"203459",73728,104217,3,784,956 +"203460",73728,108379,3,784,2933 +"203461",73728,119444,1,784,888 +"203462",73737,900,3,1424,2726 +"203463",73737,7615,2,1424,1657 +"203464",73737,18005,3,1424,2449 +"203465",73737,36344,3,1424,2570 +"203466",73737,43929,3,1424,2749 +"203467",73747,31700,3,2274,2727 +"203468",73747,92658,3,2274,2659 +"203469",73786,26749,3,2937,2965 +"203470",73810,4313,3,1554,2368 +"203471",73810,20056,3,1554,1824 +"203472",73810,21976,3,1554,1808 +"203473",73810,31170,2,1554,1776 +"203474",73810,43524,3,1554,2572 +"203475",73810,62334,3,1554,1766 +"203476",73810,80162,3,1554,1601 +"203477",73837,468,3,1061,1966 +"203478",73837,5816,3,1061,2408 +"203479",73837,13400,2,1061,1371 +"203480",73837,15301,3,1061,2308 +"203481",73837,22905,3,1061,2599 +"203482",73837,26100,3,1061,1966 +"203483",73837,26642,3,1061,2952 +"203484",73837,31251,3,1061,2498 +"203485",73837,37844,3,1061,2002 +"203486",73837,39321,3,1061,2257 +"203487",73837,41134,3,1061,2952 +"203488",73837,43960,3,1061,1293 +"203489",73837,49147,3,1061,2539 +"203490",73837,53362,1,1061,2360 +"203491",73837,55775,3,1061,2385 +"203492",73915,15502,3,2568,2637 +"203493",73920,23319,3,2343,2867 +"203494",73926,5962,3,849,2491 +"203495",73926,6119,3,849,2358 +"203496",73926,8062,3,849,2858 +"203497",73926,9504,2,849,2549 +"203498",73926,13537,3,849,1020 +"203499",73926,16286,3,849,2470 +"203500",73926,24512,3,849,1369 +"203501",73926,25373,3,849,2783 +"203502",73926,27280,3,849,1965 +"203503",73926,47654,3,849,1664 +"203504",73926,48888,1,849,1177 +"203505",73926,57492,3,849,2855 +"203506",73974,9362,3,276,2879 +"203507",73974,10310,2,276,2774 +"203508",73974,11493,2,276,2077 +"203509",73974,12371,3,276,1569 +"203510",73974,12639,3,276,1141 +"203511",73974,14959,3,276,2898 +"203512",73974,15632,2,276,1242 +"203513",73974,21960,2,276,1517 +"203514",73974,23725,3,276,2378 +"203515",73974,24456,3,276,1238 +"203516",73974,29580,3,276,2776 +"203517",73974,29930,3,276,2240 +"203518",73974,33184,3,276,2522 +"203519",73974,35673,3,276,1067 +"203520",73974,39271,3,276,399 +"203521",73974,44894,3,276,2048 +"203522",73974,45504,3,276,2301 +"203523",73974,47789,2,276,1583 +"203524",73974,54551,3,276,2348 +"203525",73974,64232,3,276,1275 +"203526",73974,67129,3,276,2335 +"203527",73974,67788,3,276,837 +"203528",73974,69712,3,276,1219 +"203529",73998,2063,3,643,1278 +"203530",73998,2894,3,643,1291 +"203531",73998,3492,3,643,2117 +"203532",73998,3495,2,643,2431 +"203533",73998,5296,3,643,820 +"203534",73998,5392,2,643,1648 +"203535",73998,5615,3,643,1105 +"203536",73998,7118,3,643,966 +"203537",73998,7582,3,643,1099 +"203538",73998,7616,3,643,2296 +"203539",73998,9871,3,643,921 +"203540",73998,12388,3,643,1975 +"203541",73998,15379,2,643,1231 +"203542",73998,15583,3,643,1144 +"203543",73998,15632,3,643,1242 +"203544",73998,19676,2,643,1515 +"203545",73998,20162,2,643,2328 +"203546",73998,20331,2,643,2365 +"203547",73998,23572,3,643,772 +"203548",73998,23825,3,643,1913 +"203549",73998,24421,3,643,1324 +"203550",73998,25033,3,643,929 +"203551",73998,26603,3,643,2508 +"203552",73998,31705,2,643,2706 +"203553",73998,35448,2,643,1685 +"203554",73998,37301,3,643,2160 +"203555",73998,44403,3,643,2429 +"203556",73998,50667,3,643,2719 +"203557",73998,50685,3,643,2008 +"203558",73998,56152,3,643,1487 +"203559",73998,58854,3,643,1131 +"203560",73998,63515,3,643,2023 +"203561",73998,64699,3,643,2797 +"203562",73998,66756,3,643,1301 +"203563",73998,66878,2,643,1949 +"203564",73998,77155,1,643,2946 +"203565",73998,77550,3,643,1548 +"203566",73998,96770,2,643,983 +"203567",73998,97768,3,643,1500 +"203568",73998,108620,3,643,881 +"203569",74032,446,3,976,1910 +"203570",74032,2716,3,976,1748 +"203571",74032,5716,3,976,1058 +"203572",74032,5986,3,976,1721 +"203573",74032,7795,2,976,2789 +"203574",74032,11218,3,976,2292 +"203575",74032,13601,3,976,2689 +"203576",74032,16352,3,976,2657 +"203577",74032,21955,3,976,2832 +"203578",74032,23725,3,976,2378 +"203579",74032,24253,3,976,2213 +"203580",74032,25569,2,976,2317 +"203581",74032,34735,3,976,2767 +"203582",74032,40923,3,976,989 +"203583",74032,57714,3,976,1391 +"203584",74032,60476,2,976,2508 +"203585",74032,63442,3,976,1965 +"203586",74032,89934,3,976,2760 +"203587",74054,2724,1,1488,2447 +"203588",74054,4968,3,1488,1586 +"203589",74054,5064,3,1488,1690 +"203590",74054,7648,3,1488,1861 +"203591",74054,9273,3,1488,1747 +"203592",74054,14061,2,1488,1620 +"203593",74054,14442,3,1488,2700 +"203594",74054,15023,3,1488,2054 +"203595",74054,17768,3,1488,2468 +"203596",74054,20547,3,1488,2145 +"203597",74054,21142,3,1488,2414 +"203598",74054,21920,2,1488,2367 +"203599",74054,24867,3,1488,1861 +"203600",74054,25053,3,1488,2186 +"203601",74054,26100,3,1488,1966 +"203602",74054,31259,3,1488,2082 +"203603",74054,42407,3,1488,2408 +"203604",74054,44132,3,1488,1999 +"203605",74054,49805,2,1488,2445 +"203606",74054,51843,3,1488,2389 +"203607",74054,52530,2,1488,1737 +"203608",74054,54385,3,1488,2340 +"203609",74054,63096,3,1488,2307 +"203610",74054,64737,1,1488,2442 +"203611",74054,79874,3,1488,1570 +"203612",74054,80705,3,1488,2764 +"203613",74054,84322,3,1488,1635 +"203614",74054,84808,3,1488,1974 +"203615",74054,94339,3,1488,2768 +"203616",74055,160,3,1544,2007 +"203617",74055,323,3,1544,1706 +"203618",74055,680,3,1544,2569 +"203619",74055,841,3,1544,2964 +"203620",74055,2206,3,1544,2536 +"203621",74055,4001,3,1544,1687 +"203622",74055,4660,3,1544,2149 +"203623",74055,8610,3,1544,2240 +"203624",74055,8789,3,1544,2024 +"203625",74055,10239,3,1544,2032 +"203626",74055,10453,3,1544,1656 +"203627",74055,10980,3,1544,1974 +"203628",74055,11424,3,1544,1631 +"203629",74055,13079,3,1544,2547 +"203630",74055,13136,2,1544,2867 +"203631",74055,13879,3,1544,2748 +"203632",74055,15567,3,1544,2671 +"203633",74055,19073,2,1544,2748 +"203634",74055,19655,3,1544,2706 +"203635",74055,26734,3,1544,2299 +"203636",74055,27686,2,1544,2844 +"203637",74055,27882,3,1544,1897 +"203638",74055,35822,3,1544,1903 +"203639",74055,36912,3,1544,2469 +"203640",74055,39418,3,1544,1978 +"203641",74055,43204,3,1544,1680 +"203642",74055,47375,3,1544,2043 +"203643",74055,47840,3,1544,2509 +"203644",74055,70583,3,1544,2615 +"203645",74055,72597,2,1544,1843 +"203646",74055,84271,3,1544,1556 +"203647",74055,89607,3,1544,2003 +"203648",74055,90299,3,1544,1606 +"203649",74055,92860,2,1544,1643 +"203650",74058,669,3,1151,1423 +"203651",74058,4696,1,1151,2656 +"203652",74058,6241,3,1151,2264 +"203653",74058,6248,3,1151,2737 +"203654",74058,6821,3,1151,1788 +"203655",74058,10727,3,1151,2082 +"203656",74058,10746,3,1151,1506 +"203657",74058,10859,2,1151,2231 +"203658",74058,12542,3,1151,1888 +"203659",74058,16437,3,1151,1956 +"203660",74058,19174,2,1151,1595 +"203661",74058,24405,3,1151,1443 +"203662",74058,27255,3,1151,1232 +"203663",74058,27280,3,1151,1965 +"203664",74058,28355,3,1151,2053 +"203665",74058,29117,3,1151,1250 +"203666",74058,32339,3,1151,2430 +"203667",74058,40913,3,1151,1800 +"203668",74058,42713,3,1151,1995 +"203669",74058,49147,3,1151,2539 +"203670",74058,54061,3,1151,1488 +"203671",74058,55892,3,1151,1234 +"203672",74058,59039,3,1151,2870 +"203673",74058,74156,1,1151,2279 +"203674",74058,84790,1,1151,1708 +"203675",74058,84799,1,1151,2656 +"203676",74080,4253,3,1133,1890 +"203677",74080,68286,2,1133,2442 +"203678",74095,455,3,2333,2827 +"203679",74095,4618,3,2333,2607 +"203680",74095,5504,3,2333,2389 +"203681",74095,7078,3,2333,2344 +"203682",74095,10890,3,2333,2639 +"203683",74095,17826,3,2333,2920 +"203684",74095,18151,3,2333,2962 +"203685",74095,20423,3,2333,2654 +"203686",74095,21795,3,2333,2653 +"203687",74095,26436,3,2333,2489 +"203688",74095,26516,2,2333,2479 +"203689",74095,27753,2,2333,2750 +"203690",74095,37418,3,2333,2710 +"203691",74095,47947,3,2333,2681 +"203692",74095,49461,3,2333,2793 +"203693",74095,51410,3,2333,2739 +"203694",74095,54740,3,2333,2750 +"203695",74095,57977,3,2333,2683 +"203696",74095,64793,3,2333,2819 +"203697",74100,364,3,147,2351 +"203698",74100,1349,3,147,1147 +"203699",74100,1519,3,147,2349 +"203700",74100,2429,3,147,999 +"203701",74100,2852,3,147,2448 +"203702",74100,3493,3,147,2451 +"203703",74100,4660,2,147,2149 +"203704",74100,5082,3,147,212 +"203705",74100,5106,1,147,2622 +"203706",74100,5826,3,147,411 +"203707",74100,6877,3,147,867 +"203708",74100,9073,3,147,221 +"203709",74100,9785,3,147,2951 +"203710",74100,12361,3,147,2732 +"203711",74100,12653,3,147,1573 +"203712",74100,13260,2,147,389 +"203713",74100,14781,3,147,2338 +"203714",74100,15443,3,147,1631 +"203715",74100,15535,3,147,891 +"203716",74100,16365,3,147,2217 +"203717",74100,16864,3,147,814 +"203718",74100,17033,2,147,2771 +"203719",74100,17257,3,147,1117 +"203720",74100,17320,3,147,571 +"203721",74100,18005,3,147,2449 +"203722",74100,19655,3,147,2706 +"203723",74100,20395,2,147,1468 +"203724",74100,20562,3,147,316 +"203725",74100,20941,3,147,2725 +"203726",74100,21383,3,147,971 +"203727",74100,23756,3,147,2309 +"203728",74100,23966,2,147,891 +"203729",74100,26793,3,147,2104 +"203730",74100,27686,3,147,2844 +"203731",74100,28195,3,147,1407 +"203732",74100,28357,3,147,1134 +"203733",74100,28909,3,147,978 +"203734",74100,28978,3,147,197 +"203735",74100,30057,2,147,504 +"203736",74100,31335,3,147,2351 +"203737",74100,32149,3,147,541 +"203738",74100,32202,3,147,2314 +"203739",74100,34478,3,147,2265 +"203740",74100,36487,3,147,2622 +"203741",74100,36737,2,147,829 +"203742",74100,37424,3,147,1693 +"203743",74100,38513,3,147,914 +"203744",74100,38785,3,147,437 +"203745",74100,38915,3,147,746 +"203746",74100,39249,3,147,1665 +"203747",74100,39534,3,147,2410 +"203748",74100,40572,3,147,2666 +"203749",74100,43204,3,147,1680 +"203750",74100,44025,3,147,1935 +"203751",74100,45729,3,147,2606 +"203752",74100,46486,3,147,1868 +"203753",74100,46982,3,147,2806 +"203754",74100,47013,3,147,2388 +"203755",74100,50630,3,147,2615 +"203756",74100,51144,3,147,2466 +"203757",74100,51774,3,147,2459 +"203758",74100,57229,2,147,179 +"203759",74100,61211,2,147,245 +"203760",74100,62626,3,147,2787 +"203761",74100,63641,2,147,2337 +"203762",74100,64156,1,147,675 +"203763",74100,66717,2,147,2104 +"203764",74100,68931,2,147,2771 +"203765",74100,69545,1,147,673 +"203766",74100,70583,2,147,2615 +"203767",74100,72438,3,147,1397 +"203768",74100,72535,2,147,1191 +"203769",74100,72632,3,147,1289 +"203770",74100,78569,3,147,578 +"203771",74100,78842,3,147,904 +"203772",74100,80337,3,147,394 +"203773",74100,80338,3,147,2059 +"203774",74100,85198,3,147,1794 +"203775",74100,85869,3,147,1509 +"203776",74100,87142,3,147,591 +"203777",74100,87958,3,147,1234 +"203778",74100,90719,2,147,1234 +"203779",74100,95320,2,147,262 +"203780",74100,95910,2,147,999 +"203781",74100,96007,2,147,895 +"203782",74100,99298,3,147,679 +"203783",74100,106240,1,147,705 +"203784",74134,8354,3,1566,1705 +"203785",74134,8865,3,1566,2394 +"203786",74134,9481,3,1566,1610 +"203787",74134,10050,3,1566,1792 +"203788",74134,10473,3,1566,1783 +"203789",74134,14817,3,1566,2110 +"203790",74134,15826,3,1566,2772 +"203791",74134,19433,3,1566,2504 +"203792",74134,27908,3,1566,2576 +"203793",74134,39062,2,1566,2020 +"203794",74134,46486,3,1566,1868 +"203795",74134,47595,3,1566,2374 +"203796",74134,50335,3,1566,1893 +"203797",74134,52483,3,1566,2317 +"203798",74134,96706,3,1566,1597 +"203799",74149,23015,3,1322,1362 +"203800",74149,28893,3,1322,2764 +"203801",74149,39443,2,1322,2277 +"203802",74149,39875,2,1322,2422 +"203803",74149,69788,3,1322,2007 +"203804",74156,4696,2,2279,2656 +"203805",74156,84799,2,2279,2656 +"203806",74190,602,3,1428,2632 +"203807",74190,1592,3,1428,2006 +"203808",74190,1616,3,1428,2662 +"203809",74190,1691,3,1428,1941 +"203810",74190,2424,3,1428,2582 +"203811",74190,2484,3,1428,2389 +"203812",74190,3011,3,1428,2278 +"203813",74190,3161,3,1428,2229 +"203814",74190,3493,3,1428,2451 +"203815",74190,4360,3,1428,1770 +"203816",74190,6113,2,1428,1678 +"203817",74190,6222,3,1428,1949 +"203818",74190,6390,3,1428,2385 +"203819",74190,6982,3,1428,2034 +"203820",74190,7548,3,1428,1932 +"203821",74190,7992,3,1428,2033 +"203822",74190,9311,1,1428,2477 +"203823",74190,10488,3,1428,1524 +"203824",74190,10843,2,1428,2277 +"203825",74190,11694,3,1428,1564 +"203826",74190,12778,3,1428,2045 +"203827",74190,14108,3,1428,2012 +"203828",74190,14723,2,1428,2019 +"203829",74190,14959,3,1428,2898 +"203830",74190,15626,2,1428,2434 +"203831",74190,17520,3,1428,2276 +"203832",74190,18670,3,1428,1835 +"203833",74190,19453,2,1428,1928 +"203834",74190,19719,3,1428,2177 +"203835",74190,19751,3,1428,1630 +"203836",74190,20407,3,1428,2339 +"203837",74190,21248,3,1428,2232 +"203838",74190,21448,3,1428,2332 +"203839",74190,22180,3,1428,1835 +"203840",74190,22311,3,1428,2034 +"203841",74190,23729,3,1428,1624 +"203842",74190,23825,3,1428,1913 +"203843",74190,24169,3,1428,1663 +"203844",74190,24568,3,1428,1937 +"203845",74190,29095,3,1428,2531 +"203846",74190,30906,2,1428,2537 +"203847",74190,33356,2,1428,1586 +"203848",74190,33433,2,1428,2805 +"203849",74190,33801,3,1428,2899 +"203850",74190,34707,2,1428,2042 +"203851",74190,34820,3,1428,1630 +"203852",74190,35256,3,1428,2271 +"203853",74190,35888,3,1428,2291 +"203854",74190,36578,3,1428,1484 +"203855",74190,38019,3,1428,1870 +"203856",74190,38213,3,1428,1744 +"203857",74190,38755,3,1428,2902 +"203858",74190,38921,3,1428,1880 +"203859",74190,39534,3,1428,2410 +"203860",74190,39556,3,1428,2747 +"203861",74190,40296,3,1428,1674 +"203862",74190,43213,3,1428,2160 +"203863",74190,46196,3,1428,1510 +"203864",74190,47803,3,1428,2477 +"203865",74190,49121,3,1428,2199 +"203866",74190,49581,3,1428,1817 +"203867",74190,49620,3,1428,1868 +"203868",74190,49696,3,1428,2444 +"203869",74190,50269,3,1428,1966 +"203870",74190,50382,3,1428,2244 +"203871",74190,51853,3,1428,2520 +"203872",74190,52576,3,1428,2234 +"203873",74190,53475,3,1428,2853 +"203874",74190,54879,3,1428,2210 +"203875",74190,55324,2,1428,1544 +"203876",74190,55643,3,1428,2359 +"203877",74190,56082,3,1428,2395 +"203878",74190,57732,3,1428,2454 +"203879",74190,58993,2,1428,2390 +"203880",74190,59113,2,1428,2434 +"203881",74190,61337,3,1428,2777 +"203882",74190,62538,3,1428,1656 +"203883",74190,63409,3,1428,1937 +"203884",74190,64502,3,1428,1670 +"203885",74190,66677,3,1428,2151 +"203886",74190,67145,3,1428,2015 +"203887",74190,72207,3,1428,2430 +"203888",74190,74636,3,1428,2525 +"203889",74190,75343,3,1428,2008 +"203890",74190,75403,3,1428,1895 +"203891",74190,87144,3,1428,2299 +"203892",74190,88232,3,1428,2881 +"203893",74190,100462,3,1428,1927 +"203894",74190,103218,3,1428,1787 +"203895",74204,3460,3,2463,2530 +"203896",74204,3896,3,2463,2693 +"203897",74204,9202,3,2463,2477 +"203898",74204,16866,2,2463,2718 +"203899",74204,18865,2,2463,2676 +"203900",74204,19208,3,2463,2629 +"203901",74204,26642,3,2463,2952 +"203902",74204,36270,3,2463,2910 +"203903",74204,36646,3,2463,2744 +"203904",74204,50480,3,2463,2701 +"203905",74204,56910,3,2463,2705 +"203906",74204,64469,3,2463,2707 +"203907",74265,863,3,530,551 +"203908",74265,1968,3,530,631 +"203909",74265,2288,3,530,1870 +"203910",74265,7951,2,530,2358 +"203911",74265,10638,3,530,2692 +"203912",74265,11381,3,530,1638 +"203913",74265,28582,3,530,2698 +"203914",74265,31001,3,530,2119 +"203915",74265,51364,3,530,2660 +"203916",74265,69335,3,530,2698 +"203917",74290,11477,3,1513,2724 +"203918",74290,14972,2,1513,2332 +"203919",74290,17381,2,1513,1697 +"203920",74290,30334,3,1513,2075 +"203921",74290,35518,3,1513,1721 +"203922",74290,37636,3,1513,2178 +"203923",74290,40392,3,1513,1878 +"203924",74290,51783,3,1513,2599 +"203925",74318,358,3,632,798 +"203926",74318,457,3,632,1704 +"203927",74318,508,3,632,801 +"203928",74318,601,3,632,702 +"203929",74318,602,3,632,2632 +"203930",74318,952,3,632,1991 +"203931",74318,1044,3,632,880 +"203932",74318,1067,3,632,918 +"203933",74318,1469,3,632,1160 +"203934",74318,1592,3,632,2006 +"203935",74318,1616,3,632,2662 +"203936",74318,1691,3,632,1941 +"203937",74318,2057,3,632,1965 +"203938",74318,2208,3,632,2814 +"203939",74318,2269,3,632,984 +"203940",74318,2424,3,632,2582 +"203941",74318,2484,3,632,2389 +"203942",74318,2894,3,632,1291 +"203943",74318,3011,3,632,2278 +"203944",74318,3161,3,632,2229 +"203945",74318,3284,3,632,1541 +"203946",74318,3419,3,632,1595 +"203947",74318,3493,3,632,2451 +"203948",74318,4317,2,632,1224 +"203949",74318,4360,3,632,1770 +"203950",74318,4567,3,632,2348 +"203951",74318,4701,3,632,2401 +"203952",74318,4791,3,632,1184 +"203953",74318,5438,3,632,1499 +"203954",74318,5599,3,632,1684 +"203955",74318,5865,3,632,1910 +"203956",74318,6047,3,632,2004 +"203957",74318,6162,3,632,1673 +"203958",74318,6222,3,632,1949 +"203959",74318,6390,3,632,2385 +"203960",74318,6428,3,632,1952 +"203961",74318,6982,3,632,2034 +"203962",74318,7196,3,632,1508 +"203963",74318,7548,3,632,1932 +"203964",74318,7616,3,632,2296 +"203965",74318,7759,3,632,2844 +"203966",74318,7798,3,632,949 +"203967",74318,7834,3,632,1708 +"203968",74318,7847,2,632,2424 +"203969",74318,7992,3,632,2033 +"203970",74318,8610,3,632,2240 +"203971",74318,8712,2,632,1153 +"203972",74318,8913,3,632,968 +"203973",74318,9311,1,632,2477 +"203974",74318,9391,3,632,1252 +"203975",74318,9649,3,632,1157 +"203976",74318,9871,3,632,921 +"203977",74318,10370,3,632,2224 +"203978",74318,10382,3,632,2111 +"203979",74318,10453,3,632,1656 +"203980",74318,10488,3,632,1524 +"203981",74318,10576,3,632,974 +"203982",74318,10843,1,632,2277 +"203983",74318,11348,3,632,824 +"203984",74318,11383,3,632,977 +"203985",74318,11694,3,632,1564 +"203986",74318,12103,3,632,1244 +"203987",74318,12778,3,632,2045 +"203988",74318,12976,3,632,2399 +"203989",74318,13249,3,632,2573 +"203990",74318,13601,3,632,2689 +"203991",74318,13808,3,632,1356 +"203992",74318,14017,3,632,1163 +"203993",74318,14108,3,632,2012 +"203994",74318,14278,3,632,1267 +"203995",74318,14723,2,632,2019 +"203996",74318,14959,3,632,2898 +"203997",74318,15401,3,632,1999 +"203998",74318,15626,2,632,2434 +"203999",74318,15632,3,632,1242 +"204000",74318,16539,3,632,1947 +"204001",74318,16608,3,632,1769 +"204002",74318,16850,3,632,1657 +"204003",74318,16959,3,632,888 +"204004",74318,17520,3,632,2276 +"204005",74318,18151,3,632,2962 +"204006",74318,18211,3,632,1745 +"204007",74318,18393,2,632,860 +"204008",74318,18404,3,632,801 +"204009",74318,18670,3,632,1835 +"204010",74318,18825,3,632,1240 +"204011",74318,19093,3,632,2224 +"204012",74318,19453,2,632,1928 +"204013",74318,19637,3,632,1229 +"204014",74318,19668,3,632,696 +"204015",74318,19719,3,632,2177 +"204016",74318,19751,3,632,1630 +"204017",74318,19892,3,632,1212 +"204018",74318,20124,2,632,2376 +"204019",74318,20407,3,632,2339 +"204020",74318,20494,2,632,1075 +"204021",74318,21133,3,632,1320 +"204022",74318,21198,3,632,935 +"204023",74318,21248,3,632,2232 +"204024",74318,21401,3,632,1440 +"204025",74318,21448,3,632,2332 +"204026",74318,21772,2,632,663 +"204027",74318,22216,3,632,1956 +"204028",74318,22311,3,632,2034 +"204029",74318,22455,3,632,1197 +"204030",74318,22682,3,632,2035 +"204031",74318,22857,3,632,1708 +"204032",74318,22885,3,632,1702 +"204033",74318,23726,3,632,2434 +"204034",74318,23729,3,632,1624 +"204035",74318,23825,1,632,1913 +"204036",74318,24169,3,632,1663 +"204037",74318,24286,2,632,1280 +"204038",74318,24568,3,632,1937 +"204039",74318,25730,3,632,1206 +"204040",74318,26322,3,632,1018 +"204041",74318,26408,3,632,1545 +"204042",74318,27030,3,632,2031 +"204043",74318,27261,3,632,1368 +"204044",74318,27849,3,632,1316 +"204045",74318,28002,3,632,914 +"204046",74318,28131,3,632,1492 +"204047",74318,28190,3,632,1634 +"204048",74318,28808,3,632,1063 +"204049",74318,28892,3,632,2023 +"204050",74318,29089,3,632,1344 +"204051",74318,29095,3,632,2531 +"204052",74318,29750,2,632,689 +"204053",74318,30095,3,632,1578 +"204054",74318,30150,3,632,1704 +"204055",74318,30325,3,632,1067 +"204056",74318,30906,2,632,2537 +"204057",74318,31705,3,632,2706 +"204058",74318,32549,3,632,2111 +"204059",74318,32606,2,632,2100 +"204060",74318,32988,3,632,2008 +"204061",74318,33356,2,632,1586 +"204062",74318,33433,2,632,2805 +"204063",74318,33801,3,632,2899 +"204064",74318,34648,2,632,1596 +"204065",74318,34707,2,632,2042 +"204066",74318,34820,3,632,1630 +"204067",74318,34836,3,632,2302 +"204068",74318,35004,3,632,1509 +"204069",74318,35256,3,632,2271 +"204070",74318,35715,3,632,2912 +"204071",74318,35888,3,632,2291 +"204072",74318,36514,2,632,1192 +"204073",74318,36578,3,632,1484 +"204074",74318,37108,3,632,1202 +"204075",74318,38019,3,632,1870 +"204076",74318,38055,2,632,1089 +"204077",74318,38213,3,632,1744 +"204078",74318,38755,3,632,2902 +"204079",74318,38921,3,632,1880 +"204080",74318,39534,3,632,2410 +"204081",74318,40296,3,632,1674 +"204082",74318,40893,3,632,1116 +"204083",74318,43213,3,632,2160 +"204084",74318,43385,3,632,1623 +"204085",74318,43953,3,632,2203 +"204086",74318,44306,3,632,1036 +"204087",74318,46196,3,632,1510 +"204088",74318,46283,3,632,1184 +"204089",74318,46621,3,632,1343 +"204090",74318,46803,3,632,2305 +"204091",74318,47248,3,632,2883 +"204092",74318,47362,3,632,2253 +"204093",74318,47585,3,632,794 +"204094",74318,47803,3,632,2477 +"204095",74318,49121,3,632,2199 +"204096",74318,49581,2,632,1817 +"204097",74318,49620,3,632,1868 +"204098",74318,49696,2,632,2444 +"204099",74318,50041,3,632,1565 +"204100",74318,50093,3,632,909 +"204101",74318,50248,3,632,2781 +"204102",74318,50269,3,632,1966 +"204103",74318,50382,3,632,2244 +"204104",74318,50946,1,632,1075 +"204105",74318,51016,3,632,1141 +"204106",74318,51853,3,632,2520 +"204107",74318,52043,3,632,977 +"204108",74318,52136,2,632,1412 +"204109",74318,52154,3,632,1722 +"204110",74318,52576,3,632,2234 +"204111",74318,52597,3,632,1773 +"204112",74318,53342,3,632,2071 +"204113",74318,53475,3,632,2853 +"204114",74318,53519,3,632,2781 +"204115",74318,53779,3,632,2000 +"204116",74318,54879,3,632,2210 +"204117",74318,55324,2,632,1544 +"204118",74318,55643,2,632,2359 +"204119",74318,56082,3,632,2395 +"204120",74318,56152,3,632,1487 +"204121",74318,58993,2,632,2390 +"204122",74318,59113,2,632,2434 +"204123",74318,59937,2,632,885 +"204124",74318,60624,3,632,1570 +"204125",74318,61337,3,632,2777 +"204126",74318,61458,3,632,2630 +"204127",74318,61585,3,632,2315 +"204128",74318,61613,3,632,1189 +"204129",74318,61719,3,632,1515 +"204130",74318,61785,3,632,822 +"204131",74318,61975,3,632,983 +"204132",74318,61995,3,632,823 +"204133",74318,62538,3,632,1656 +"204134",74318,62903,3,632,1704 +"204135",74318,63409,3,632,1937 +"204136",74318,63477,3,632,1907 +"204137",74318,64181,3,632,1828 +"204138",74318,64502,2,632,1670 +"204139",74318,65155,3,632,1947 +"204140",74318,66677,3,632,2151 +"204141",74318,66756,3,632,1301 +"204142",74318,67456,3,632,1608 +"204143",74318,67775,3,632,1964 +"204144",74318,67957,3,632,2823 +"204145",74318,68345,3,632,1095 +"204146",74318,69745,2,632,1594 +"204147",74318,70203,3,632,2756 +"204148",74318,70605,3,632,1176 +"204149",74318,72207,3,632,2430 +"204150",74318,72956,3,632,1251 +"204151",74318,74190,2,632,1428 +"204152",74318,74636,3,632,2525 +"204153",74318,74716,3,632,776 +"204154",74318,75343,3,632,2008 +"204155",74318,75403,3,632,1895 +"204156",74318,76564,2,632,996 +"204157",74318,76999,2,632,908 +"204158",74318,77001,3,632,1440 +"204159",74318,77031,3,632,801 +"204160",74318,78932,2,632,981 +"204161",74318,79627,2,632,2409 +"204162",74318,80606,3,632,2079 +"204163",74318,83526,2,632,1235 +"204164",74318,84897,3,632,1075 +"204165",74318,87144,1,632,2299 +"204166",74318,88232,3,632,2881 +"204167",74318,88857,3,632,1232 +"204168",74318,89681,3,632,1978 +"204169",74318,91279,3,632,966 +"204170",74318,94487,3,632,863 +"204171",74318,95155,2,632,849 +"204172",74318,100462,3,632,1927 +"204173",74318,103218,3,632,1787 +"204174",74318,104239,2,632,926 +"204175",74318,105117,2,632,809 +"204176",74318,108620,3,632,881 +"204177",74370,2206,3,1667,2536 +"204178",74370,2747,3,1667,2411 +"204179",74370,2852,3,1667,2448 +"204180",74370,3477,3,1667,2546 +"204181",74370,5897,3,1667,2337 +"204182",74370,6063,3,1667,2349 +"204183",74370,8062,3,1667,2858 +"204184",74370,9035,3,1667,2771 +"204185",74370,9503,1,1667,2453 +"204186",74370,9615,3,1667,2464 +"204187",74370,9785,3,1667,2951 +"204188",74370,9787,3,1667,2858 +"204189",74370,10980,3,1667,1974 +"204190",74370,12577,3,1667,2530 +"204191",74370,13879,3,1667,2748 +"204192",74370,14749,3,1667,1998 +"204193",74370,16205,3,1667,2630 +"204194",74370,17033,3,1667,2771 +"204195",74370,17037,3,1667,2947 +"204196",74370,22364,3,1667,1809 +"204197",74370,23131,3,1667,1732 +"204198",74370,25163,3,1667,1751 +"204199",74370,27742,3,1667,2700 +"204200",74370,30525,3,1667,1964 +"204201",74370,32818,3,1667,2485 +"204202",74370,33223,3,1667,2397 +"204203",74370,36912,3,1667,2469 +"204204",74370,41023,3,1667,2408 +"204205",74370,46486,3,1667,1868 +"204206",74370,47013,3,1667,2388 +"204207",74370,58501,3,1667,2613 +"204208",74370,62066,3,1667,2281 +"204209",74370,63077,2,1667,2778 +"204210",74370,72597,3,1667,1843 +"204211",74377,2424,3,1285,2582 +"204212",74377,15813,3,1285,2143 +"204213",74377,17931,3,1285,1617 +"204214",74377,38263,3,1285,2475 +"204215",74377,69348,3,1285,2783 +"204216",74377,76892,3,1285,2381 +"204217",74408,3158,3,970,2762 +"204218",74408,4634,3,970,2291 +"204219",74408,12966,2,970,2011 +"204220",74408,36478,3,970,2808 +"204221",74408,51505,3,970,1572 +"204222",74441,4361,3,1260,2571 +"204223",74441,10453,3,1260,1656 +"204224",74441,16501,3,1260,1650 +"204225",74441,29286,3,1260,1612 +"204226",74441,33341,3,1260,2338 +"204227",74441,50354,3,1260,1299 +"204228",74441,53739,3,1260,2704 +"204229",74474,17033,3,2338,2771 +"204230",74474,35715,3,2338,2912 +"204231",74474,65856,2,2338,2504 +"204232",74517,854,3,436,2307 +"204233",74517,39131,2,436,2491 +"204234",74517,117763,3,436,827 +"204235",74605,798,3,2265,2476 +"204236",74605,1639,3,2265,2631 +"204237",74605,7896,3,2265,2447 +"204238",74605,12577,3,2265,2530 +"204239",74605,14754,3,2265,2456 +"204240",74605,16205,3,2265,2630 +"204241",74605,21324,3,2265,2413 +"204242",74605,24256,3,2265,2393 +"204243",74605,35477,2,2265,2703 +"204244",74605,35980,3,2265,2657 +"204245",74605,41607,3,2265,2802 +"204246",74605,43593,3,2265,2704 +"204247",74636,1767,3,2525,2727 +"204248",74636,2424,3,2525,2582 +"204249",74636,2684,3,2525,2874 +"204250",74636,3477,3,2525,2546 +"204251",74636,3980,3,2525,2771 +"204252",74636,5258,3,2525,2730 +"204253",74636,7515,3,2525,2737 +"204254",74636,8762,3,2525,2585 +"204255",74636,13158,3,2525,2667 +"204256",74636,13899,3,2525,2650 +"204257",74636,18543,2,2525,2968 +"204258",74636,19208,3,2525,2629 +"204259",74636,22331,3,2525,2687 +"204260",74636,23132,3,2525,2756 +"204261",74636,25565,3,2525,2764 +"204262",74636,29948,3,2525,2795 +"204263",74636,31235,3,2525,2668 +"204264",74636,33433,3,2525,2805 +"204265",74636,40368,3,2525,2876 +"204266",74636,42216,3,2525,2722 +"204267",74636,43173,3,2525,2895 +"204268",74636,43404,3,2525,2649 +"204269",74636,44427,3,2525,2875 +"204270",74636,50480,3,2525,2701 +"204271",74636,73305,3,2525,2544 +"204272",74636,88232,2,2525,2881 +"204273",74661,243,3,213,872 +"204274",74661,1691,3,213,1941 +"204275",74661,2684,3,213,2874 +"204276",74661,11055,3,213,2111 +"204277",74661,12361,3,213,2732 +"204278",74661,13537,3,213,1020 +"204279",74661,19248,3,213,2357 +"204280",74661,22908,3,213,2134 +"204281",74661,30350,2,213,2515 +"204282",74661,34314,3,213,630 +"204283",74661,37509,3,213,1640 +"204284",74661,43635,3,213,1196 +"204285",74661,50278,3,213,1127 +"204286",74661,57912,3,213,1035 +"204287",74661,79364,3,213,834 +"204288",74661,79657,3,213,1260 +"204289",74661,100432,1,213,1358 +"204290",74661,102360,1,213,796 +"204291",74661,102400,1,213,1761 +"204292",74661,102838,1,213,420 +"204293",74661,105207,3,213,451 +"204294",74667,9060,3,516,1612 +"204295",74667,10453,3,516,1656 +"204296",74667,11108,3,516,1609 +"204297",74667,13296,3,516,839 +"204298",74667,21670,2,516,2158 +"204299",74667,35822,3,516,1903 +"204300",74667,47654,3,516,1664 +"204301",74667,57912,3,516,1035 +"204302",74667,101367,3,516,974 +"204303",74681,680,3,837,2569 +"204304",74681,1036,3,837,1367 +"204305",74681,1196,3,837,1986 +"204306",74681,1520,3,837,1716 +"204307",74681,2269,3,837,984 +"204308",74681,3306,3,837,1989 +"204309",74681,3716,3,837,1679 +"204310",74681,3753,3,837,1255 +"204311",74681,3954,3,837,839 +"204312",74681,3961,2,837,2426 +"204313",74681,4289,3,837,1921 +"204314",74681,4705,3,837,1714 +"204315",74681,5041,3,837,2371 +"204316",74681,5315,2,837,2631 +"204317",74681,5350,3,837,2522 +"204318",74681,5716,3,837,1058 +"204319",74681,5984,3,837,1675 +"204320",74681,5986,3,837,1721 +"204321",74681,6047,2,837,2004 +"204322",74681,6062,3,837,2681 +"204323",74681,6417,2,837,1675 +"204324",74681,6821,2,837,1788 +"204325",74681,7798,3,837,949 +"204326",74681,7992,3,837,2033 +"204327",74681,8513,3,837,875 +"204328",74681,8865,2,837,2394 +"204329",74681,9654,3,837,2111 +"204330",74681,9702,3,837,1928 +"204331",74681,9928,3,837,2345 +"204332",74681,9950,3,837,920 +"204333",74681,10358,2,837,2294 +"204334",74681,10513,3,837,2284 +"204335",74681,10717,2,837,1938 +"204336",74681,10779,3,837,2881 +"204337",74681,10857,3,837,2253 +"204338",74681,11218,3,837,2292 +"204339",74681,11456,3,837,2715 +"204340",74681,11477,3,837,2724 +"204341",74681,11540,2,837,1237 +"204342",74681,12042,3,837,2345 +"204343",74681,12067,2,837,1213 +"204344",74681,12692,3,837,1855 +"204345",74681,12759,3,837,2414 +"204346",74681,13311,3,837,2315 +"204347",74681,13388,3,837,2119 +"204348",74681,13780,3,837,2412 +"204349",74681,13967,2,837,1354 +"204350",74681,13979,3,837,1559 +"204351",74681,14032,2,837,2144 +"204352",74681,14855,3,837,903 +"204353",74681,15309,2,837,2820 +"204354",74681,15402,3,837,1281 +"204355",74681,15636,3,837,2857 +"204356",74681,15734,3,837,1616 +"204357",74681,15826,3,837,2772 +"204358",74681,15872,3,837,1551 +"204359",74681,16053,2,837,908 +"204360",74681,16096,3,837,2301 +"204361",74681,16120,1,837,1237 +"204362",74681,16352,3,837,2657 +"204363",74681,16437,3,837,1956 +"204364",74681,16539,3,837,1947 +"204365",74681,16796,3,837,1892 +"204366",74681,16826,2,837,2599 +"204367",74681,17484,3,837,1256 +"204368",74681,17819,3,837,2291 +"204369",74681,17997,3,837,1621 +"204370",74681,18103,3,837,1968 +"204371",74681,18381,3,837,1524 +"204372",74681,18874,2,837,2170 +"204373",74681,19433,3,837,2504 +"204374",74681,19587,2,837,1684 +"204375",74681,19634,3,837,954 +"204376",74681,19637,2,837,1229 +"204377",74681,19719,3,837,2177 +"204378",74681,20067,2,837,2390 +"204379",74681,20311,3,837,1981 +"204380",74681,20732,3,837,2401 +"204381",74681,20975,3,837,1305 +"204382",74681,21138,2,837,2849 +"204383",74681,21198,3,837,935 +"204384",74681,21422,3,837,935 +"204385",74681,21706,2,837,1988 +"204386",74681,22141,3,837,2348 +"204387",74681,22586,3,837,1341 +"204388",74681,22639,2,837,2352 +"204389",74681,23011,3,837,2763 +"204390",74681,23159,3,837,1548 +"204391",74681,23310,3,837,2371 +"204392",74681,23726,3,837,2434 +"204393",74681,23869,2,837,1918 +"204394",74681,24146,3,837,2003 +"204395",74681,24240,3,837,1755 +"204396",74681,24497,3,837,1979 +"204397",74681,24853,3,837,1004 +"204398",74681,25078,3,837,2312 +"204399",74681,25486,3,837,2582 +"204400",74681,25680,2,837,1618 +"204401",74681,26249,3,837,2301 +"204402",74681,26479,3,837,1818 +"204403",74681,26818,3,837,1999 +"204404",74681,27104,3,837,1608 +"204405",74681,27205,3,837,966 +"204406",74681,27642,3,837,1531 +"204407",74681,28002,3,837,914 +"204408",74681,28015,3,837,1624 +"204409",74681,28051,3,837,2089 +"204410",74681,28130,3,837,908 +"204411",74681,28131,3,837,1492 +"204412",74681,29267,3,837,1234 +"204413",74681,29930,3,837,2240 +"204414",74681,30150,3,837,1704 +"204415",74681,30883,3,837,1629 +"204416",74681,31069,3,837,1995 +"204417",74681,31279,3,837,965 +"204418",74681,32658,3,837,1694 +"204419",74681,32694,3,837,1602 +"204420",74681,32919,3,837,2321 +"204421",74681,33801,2,837,2899 +"204422",74681,34120,3,837,2786 +"204423",74681,34158,3,837,2639 +"204424",74681,34735,3,837,2767 +"204425",74681,34907,3,837,1945 +"204426",74681,35361,3,837,2389 +"204427",74681,35529,2,837,1620 +"204428",74681,35903,3,837,1434 +"204429",74681,35926,3,837,2371 +"204430",74681,36950,3,837,2204 +"204431",74681,36962,3,837,2861 +"204432",74681,37333,3,837,1612 +"204433",74681,37427,3,837,915 +"204434",74681,37636,3,837,2178 +"204435",74681,37752,3,837,2223 +"204436",74681,38227,3,837,2511 +"204437",74681,38467,3,837,1259 +"204438",74681,38513,3,837,914 +"204439",74681,38816,3,837,1225 +"204440",74681,39062,3,837,2020 +"204441",74681,39186,3,837,1258 +"204442",74681,40432,3,837,1956 +"204443",74681,40698,3,837,1408 +"204444",74681,40893,3,837,1116 +"204445",74681,41832,3,837,1155 +"204446",74681,41900,3,837,1970 +"204447",74681,41955,3,837,2479 +"204448",74681,42562,3,837,1195 +"204449",74681,44160,2,837,859 +"204450",74681,44407,3,837,2154 +"204451",74681,44676,3,837,2629 +"204452",74681,44819,3,837,2063 +"204453",74681,45136,3,837,877 +"204454",74681,46803,3,837,2305 +"204455",74681,47248,3,837,2883 +"204456",74681,47386,2,837,2226 +"204457",74681,47715,3,837,2111 +"204458",74681,48215,3,837,2028 +"204459",74681,49787,3,837,2352 +"204460",74681,49812,3,837,1816 +"204461",74681,50124,3,837,1209 +"204462",74681,50269,3,837,1966 +"204463",74681,50382,3,837,2244 +"204464",74681,50977,3,837,2352 +"204465",74681,51017,2,837,2073 +"204466",74681,51035,3,837,2397 +"204467",74681,53134,3,837,1590 +"204468",74681,53475,2,837,2853 +"204469",74681,54020,3,837,1578 +"204470",74681,54551,3,837,2348 +"204471",74681,54929,3,837,2783 +"204472",74681,56082,3,837,2395 +"204473",74681,56807,3,837,1571 +"204474",74681,57977,3,837,2683 +"204475",74681,58829,3,837,1256 +"204476",74681,60280,3,837,1918 +"204477",74681,62148,3,837,1566 +"204478",74681,62488,3,837,1418 +"204479",74681,63547,3,837,1023 +"204480",74681,67726,3,837,2873 +"204481",74681,69232,3,837,2130 +"204482",74681,70203,3,837,2756 +"204483",74681,70269,3,837,2368 +"204484",74681,70996,2,837,1037 +"204485",74681,74731,2,837,853 +"204486",74681,75403,3,837,1895 +"204487",74681,76356,3,837,2323 +"204488",74681,76511,3,837,1250 +"204489",74681,76999,3,837,908 +"204490",74681,82730,3,837,1492 +"204491",74681,82929,3,837,2475 +"204492",74681,84022,3,837,2289 +"204493",74681,89047,3,837,877 +"204494",74681,90378,3,837,890 +"204495",74681,90802,2,837,877 +"204496",74681,91142,3,837,2527 +"204497",74681,95064,3,837,1801 +"204498",74681,97160,3,837,1215 +"204499",74681,100140,2,837,1041 +"204500",74681,101395,2,837,891 +"204501",74681,103524,3,837,991 +"204502",74681,119859,3,837,908 +"204503",74687,4226,3,930,1903 +"204504",74687,19686,3,930,2467 +"204505",74687,26451,3,930,2133 +"204506",74687,27792,3,930,1308 +"204507",74687,58133,3,930,1484 +"204508",74716,9311,3,776,2477 +"204509",74716,14080,3,776,1351 +"204510",74716,33433,3,776,2805 +"204511",74716,50946,3,776,1075 +"204512",74716,51925,3,776,2307 +"204513",74716,52136,3,776,1412 +"204514",74716,74190,3,776,1428 +"204515",74716,83224,1,776,1183 +"204516",74716,95155,3,776,849 +"204517",74730,600,3,535,1702 +"204518",74730,601,2,535,702 +"204519",74730,733,3,535,1653 +"204520",74730,757,3,535,546 +"204521",74730,915,3,535,1793 +"204522",74730,1036,3,535,1367 +"204523",74730,1050,3,535,1185 +"204524",74730,1196,3,535,1986 +"204525",74730,1428,2,535,742 +"204526",74730,1469,3,535,1160 +"204527",74730,1767,2,535,2727 +"204528",74730,1777,3,535,1965 +"204529",74730,2063,2,535,1278 +"204530",74730,2077,3,535,610 +"204531",74730,2609,2,535,834 +"204532",74730,2743,3,535,1278 +"204533",74730,2894,3,535,1291 +"204534",74730,3068,2,535,1815 +"204535",74730,3167,2,535,1676 +"204536",74730,3171,3,535,700 +"204537",74730,3242,3,535,1730 +"204538",74730,3306,3,535,1989 +"204539",74730,3753,3,535,1255 +"204540",74730,3830,3,535,1661 +"204541",74730,3961,2,535,2426 +"204542",74730,3980,3,535,2771 +"204543",74730,4191,3,535,2130 +"204544",74730,4226,3,535,1903 +"204545",74730,4289,3,535,1921 +"204546",74730,4763,3,535,1960 +"204547",74730,4768,3,535,1111 +"204548",74730,4980,3,535,2093 +"204549",74730,5041,3,535,2371 +"204550",74730,5078,3,535,2033 +"204551",74730,5315,1,535,2631 +"204552",74730,5350,3,535,2522 +"204553",74730,5438,3,535,1499 +"204554",74730,5457,3,535,2077 +"204555",74730,5462,3,535,2374 +"204556",74730,5491,3,535,2048 +"204557",74730,5504,3,535,2389 +"204558",74730,5716,3,535,1058 +"204559",74730,5785,3,535,1261 +"204560",74730,5984,3,535,1675 +"204561",74730,5986,3,535,1721 +"204562",74730,6047,2,535,2004 +"204563",74730,6222,3,535,1949 +"204564",74730,6366,2,535,798 +"204565",74730,6417,2,535,1675 +"204566",74730,7196,3,535,1508 +"204567",74730,7233,3,535,572 +"204568",74730,7245,3,535,2089 +"204569",74730,7292,3,535,1988 +"204570",74730,7508,3,535,2396 +"204571",74730,7616,3,535,2296 +"204572",74730,7984,2,535,2493 +"204573",74730,7992,3,535,2033 +"204574",74730,8367,3,535,1927 +"204575",74730,8513,3,535,875 +"204576",74730,8772,3,535,847 +"204577",74730,8913,3,535,968 +"204578",74730,8984,3,535,1162 +"204579",74730,9311,3,535,2477 +"204580",74730,9702,3,535,1928 +"204581",74730,9871,3,535,921 +"204582",74730,9928,2,535,2345 +"204583",74730,9950,3,535,920 +"204584",74730,10143,3,535,778 +"204585",74730,10358,2,535,2294 +"204586",74730,10717,3,535,1938 +"204587",74730,10779,2,535,2881 +"204588",74730,10870,3,535,1755 +"204589",74730,10871,3,535,2314 +"204590",74730,11103,3,535,2393 +"204591",74730,11218,3,535,2292 +"204592",74730,11450,3,535,915 +"204593",74730,11477,3,535,2724 +"204594",74730,11493,3,535,2077 +"204595",74730,11540,3,535,1237 +"204596",74730,11546,3,535,1174 +"204597",74730,11576,2,535,808 +"204598",74730,11625,3,535,2022 +"204599",74730,12042,3,535,2345 +"204600",74730,12371,3,535,1569 +"204601",74730,12374,3,535,2260 +"204602",74730,12388,3,535,1975 +"204603",74730,12524,3,535,1287 +"204604",74730,12712,3,535,815 +"204605",74730,13109,3,535,1374 +"204606",74730,13158,3,535,2667 +"204607",74730,13311,3,535,2315 +"204608",74730,13315,3,535,2516 +"204609",74730,13388,2,535,2119 +"204610",74730,13967,2,535,1354 +"204611",74730,13979,2,535,1559 +"204612",74730,14032,2,535,2144 +"204613",74730,14072,3,535,1346 +"204614",74730,14332,3,535,780 +"204615",74730,14353,3,535,2878 +"204616",74730,14855,3,535,903 +"204617",74730,14943,3,535,1942 +"204618",74730,14959,3,535,2898 +"204619",74730,15309,3,535,2820 +"204620",74730,15401,3,535,1999 +"204621",74730,15402,3,535,1281 +"204622",74730,15444,3,535,2764 +"204623",74730,15453,3,535,1688 +"204624",74730,15636,2,535,2857 +"204625",74730,15990,2,535,593 +"204626",74730,16053,1,535,908 +"204627",74730,16120,3,535,1237 +"204628",74730,16164,3,535,1184 +"204629",74730,16352,3,535,2657 +"204630",74730,16539,2,535,1947 +"204631",74730,16625,3,535,1285 +"204632",74730,16826,3,535,2599 +"204633",74730,17027,3,535,2772 +"204634",74730,17097,3,535,1505 +"204635",74730,17354,3,535,2250 +"204636",74730,17357,3,535,1536 +"204637",74730,17493,2,535,561 +"204638",74730,17819,2,535,2291 +"204639",74730,17997,3,535,1621 +"204640",74730,18151,3,535,2962 +"204641",74730,18394,3,535,2356 +"204642",74730,18415,3,535,2184 +"204643",74730,18543,3,535,2968 +"204644",74730,18735,3,535,1581 +"204645",74730,18874,3,535,2170 +"204646",74730,19027,3,535,2721 +"204647",74730,19282,3,535,1623 +"204648",74730,19516,3,535,2313 +"204649",74730,19621,3,535,725 +"204650",74730,19634,3,535,954 +"204651",74730,19637,1,535,1229 +"204652",74730,19719,3,535,2177 +"204653",74730,19892,3,535,1212 +"204654",74730,20067,1,535,2390 +"204655",74730,20311,3,535,1981 +"204656",74730,20343,3,535,851 +"204657",74730,20563,3,535,2267 +"204658",74730,20659,3,535,1969 +"204659",74730,20732,2,535,2401 +"204660",74730,20824,3,535,1366 +"204661",74730,21138,3,535,2849 +"204662",74730,21198,3,535,935 +"204663",74730,21401,3,535,1440 +"204664",74730,21422,2,535,935 +"204665",74730,21706,2,535,1988 +"204666",74730,21911,3,535,1184 +"204667",74730,22057,3,535,974 +"204668",74730,22207,3,535,2365 +"204669",74730,22374,3,535,1226 +"204670",74730,22403,3,535,1630 +"204671",74730,22586,3,535,1341 +"204672",74730,23006,3,535,1532 +"204673",74730,23159,3,535,1548 +"204674",74730,23310,2,535,2371 +"204675",74730,23534,3,535,1659 +"204676",74730,23726,2,535,2434 +"204677",74730,23787,3,535,2810 +"204678",74730,23869,2,535,1918 +"204679",74730,24146,3,535,2003 +"204680",74730,24169,3,535,1663 +"204681",74730,24256,3,535,2393 +"204682",74730,24568,3,535,1937 +"204683",74730,24755,3,535,1319 +"204684",74730,24756,3,535,2530 +"204685",74730,25443,3,535,1441 +"204686",74730,25486,3,535,2582 +"204687",74730,25643,3,535,1646 +"204688",74730,25680,2,535,1618 +"204689",74730,26031,3,535,1397 +"204690",74730,26080,3,535,2525 +"204691",74730,26249,2,535,2301 +"204692",74730,26436,3,535,2489 +"204693",74730,26451,3,535,2133 +"204694",74730,26479,3,535,1818 +"204695",74730,26818,3,535,1999 +"204696",74730,27195,3,535,2158 +"204697",74730,27205,3,535,966 +"204698",74730,27260,3,535,878 +"204699",74730,27484,3,535,1634 +"204700",74730,27753,3,535,2750 +"204701",74730,28002,3,535,914 +"204702",74730,28130,2,535,908 +"204703",74730,28131,2,535,1492 +"204704",74730,28571,3,535,1556 +"204705",74730,28731,2,535,955 +"204706",74730,28784,3,535,1579 +"204707",74730,28892,3,535,2023 +"204708",74730,28896,3,535,1395 +"204709",74730,29095,3,535,2531 +"204710",74730,29456,2,535,1182 +"204711",74730,29930,2,535,2240 +"204712",74730,30081,3,535,2403 +"204713",74730,30092,3,535,1593 +"204714",74730,30150,2,535,1704 +"204715",74730,30309,3,535,1449 +"204716",74730,30404,3,535,1810 +"204717",74730,30438,3,535,1617 +"204718",74730,30453,3,535,1535 +"204719",74730,30827,3,535,2323 +"204720",74730,30850,3,535,1045 +"204721",74730,30883,2,535,1629 +"204722",74730,31124,3,535,2351 +"204723",74730,31243,3,535,1355 +"204724",74730,31279,2,535,965 +"204725",74730,31530,3,535,1661 +"204726",74730,32047,3,535,1858 +"204727",74730,32113,3,535,882 +"204728",74730,32658,3,535,1694 +"204729",74730,32694,3,535,1602 +"204730",74730,32811,2,535,804 +"204731",74730,32919,3,535,2321 +"204732",74730,32988,2,535,2008 +"204733",74730,33356,3,535,1586 +"204734",74730,33383,3,535,1572 +"204735",74730,33801,2,535,2899 +"204736",74730,34136,3,535,2202 +"204737",74730,34327,3,535,2959 +"204738",74730,34492,3,535,1798 +"204739",74730,34648,3,535,1596 +"204740",74730,34735,3,535,2767 +"204741",74730,34907,3,535,1945 +"204742",74730,35529,1,535,1620 +"204743",74730,35542,3,535,1439 +"204744",74730,35926,3,535,2371 +"204745",74730,36784,3,535,576 +"204746",74730,36950,2,535,2204 +"204747",74730,36962,3,535,2861 +"204748",74730,37333,3,535,1612 +"204749",74730,37758,3,535,1998 +"204750",74730,37934,2,535,1595 +"204751",74730,38219,3,535,1689 +"204752",74730,38284,3,535,1234 +"204753",74730,38449,2,535,1802 +"204754",74730,38467,2,535,1259 +"204755",74730,38921,3,535,1880 +"204756",74730,38973,3,535,1999 +"204757",74730,39865,3,535,849 +"204758",74730,40022,3,535,2307 +"204759",74730,40293,3,535,1671 +"204760",74730,40432,3,535,1956 +"204761",74730,40645,3,535,1899 +"204762",74730,40646,3,535,1583 +"204763",74730,40893,2,535,1116 +"204764",74730,41085,3,535,637 +"204765",74730,41108,3,535,1624 +"204766",74730,41278,3,535,1873 +"204767",74730,41832,2,535,1155 +"204768",74730,41955,2,535,2479 +"204769",74730,42186,3,535,955 +"204770",74730,42216,3,535,2722 +"204771",74730,42505,3,535,2008 +"204772",74730,42747,3,535,1189 +"204773",74730,43135,3,535,1171 +"204774",74730,43404,3,535,2649 +"204775",74730,43479,3,535,2178 +"204776",74730,44068,3,535,1056 +"204777",74730,44160,3,535,859 +"204778",74730,44427,3,535,2875 +"204779",74730,44557,3,535,2371 +"204780",74730,44636,3,535,1026 +"204781",74730,44819,3,535,2063 +"204782",74730,45136,2,535,877 +"204783",74730,45186,3,535,835 +"204784",74730,45715,3,535,2287 +"204785",74730,45903,3,535,2237 +"204786",74730,46283,3,535,1184 +"204787",74730,46717,3,535,938 +"204788",74730,46803,2,535,2305 +"204789",74730,47386,3,535,2226 +"204790",74730,47435,3,535,878 +"204791",74730,48035,3,535,2180 +"204792",74730,48127,3,535,2677 +"204793",74730,48215,3,535,2028 +"204794",74730,48260,3,535,875 +"204795",74730,48823,3,535,2080 +"204796",74730,49962,3,535,572 +"204797",74730,50235,3,535,726 +"204798",74730,50269,2,535,1966 +"204799",74730,50382,2,535,2244 +"204800",74730,50487,3,535,744 +"204801",74730,50976,3,535,547 +"204802",74730,50977,2,535,2352 +"204803",74730,51017,3,535,2073 +"204804",74730,51022,3,535,1499 +"204805",74730,51157,3,535,2319 +"204806",74730,51410,2,535,2739 +"204807",74730,51863,3,535,1395 +"204808",74730,51987,3,535,1397 +"204809",74730,52203,3,535,1961 +"204810",74730,53134,2,535,1590 +"204811",74730,53475,2,535,2853 +"204812",74730,54020,3,535,1578 +"204813",74730,54100,3,535,1327 +"204814",74730,54929,3,535,2783 +"204815",74730,55084,2,535,1189 +"204816",74730,55139,3,535,2323 +"204817",74730,55185,3,535,922 +"204818",74730,55234,3,535,890 +"204819",74730,56026,3,535,908 +"204820",74730,56171,3,535,1524 +"204821",74730,56397,3,535,2053 +"204822",74730,57246,3,535,1873 +"204823",74730,57714,3,535,1391 +"204824",74730,57977,3,535,2683 +"204825",74730,58035,3,535,1646 +"204826",74730,58133,3,535,1484 +"204827",74730,58669,2,535,2296 +"204828",74730,58993,3,535,2390 +"204829",74730,59786,3,535,605 +"204830",74730,60280,3,535,1918 +"204831",74730,62148,2,535,1566 +"204832",74730,62488,2,535,1418 +"204833",74730,63328,3,535,922 +"204834",74730,63409,3,535,1937 +"204835",74730,64327,3,535,1918 +"204836",74730,64502,3,535,1670 +"204837",74730,65155,3,535,1947 +"204838",74730,65184,3,535,1630 +"204839",74730,65322,3,535,2008 +"204840",74730,67102,3,535,935 +"204841",74730,67690,3,535,1902 +"204842",74730,67788,3,535,837 +"204843",74730,68299,3,535,866 +"204844",74730,70046,3,535,2624 +"204845",74730,70203,2,535,2756 +"204846",74730,70528,3,535,2727 +"204847",74730,70681,3,535,866 +"204848",74730,70996,1,535,1037 +"204849",74730,73047,3,535,824 +"204850",74730,73305,3,535,2544 +"204851",74730,73728,3,535,784 +"204852",74730,74681,2,535,837 +"204853",74730,75403,3,535,1895 +"204854",74730,76356,3,535,2323 +"204855",74730,76398,3,535,2400 +"204856",74730,76564,3,535,996 +"204857",74730,76999,2,535,908 +"204858",74730,77001,3,535,1440 +"204859",74730,78256,3,535,804 +"204860",74730,78569,3,535,578 +"204861",74730,78801,3,535,1572 +"204862",74730,79689,3,535,1184 +"204863",74730,80219,3,535,988 +"204864",74730,80471,3,535,538 +"204865",74730,82426,3,535,1576 +"204866",74730,82696,3,535,1305 +"204867",74730,82732,3,535,2810 +"204868",74730,82767,2,535,1641 +"204869",74730,82893,3,535,1275 +"204870",74730,82932,3,535,2245 +"204871",74730,83526,3,535,1235 +"204872",74730,85329,3,535,738 +"204873",74730,85784,3,535,1142 +"204874",74730,85794,3,535,679 +"204875",74730,87692,3,535,775 +"204876",74730,87720,3,535,2086 +"204877",74730,88063,3,535,1045 +"204878",74730,89511,3,535,1205 +"204879",74730,89527,2,535,572 +"204880",74730,90378,3,535,890 +"204881",74730,90802,3,535,877 +"204882",74730,90837,3,535,825 +"204883",74730,90860,3,535,851 +"204884",74730,91142,3,535,2527 +"204885",74730,91279,3,535,966 +"204886",74730,92480,3,535,832 +"204887",74730,92757,3,535,2615 +"204888",74730,92817,2,535,569 +"204889",74730,94650,3,535,896 +"204890",74730,95064,2,535,1801 +"204891",74730,95587,3,535,810 +"204892",74730,95879,3,535,1748 +"204893",74730,96553,3,535,1887 +"204894",74730,96911,3,535,956 +"204895",74730,97160,2,535,1215 +"204896",74730,99103,3,535,1470 +"204897",74730,100140,2,535,1041 +"204898",74730,100241,3,535,777 +"204899",74730,101338,3,535,1319 +"204900",74730,101395,3,535,891 +"204901",74730,101967,3,535,691 +"204902",74730,103524,2,535,991 +"204903",74730,105233,3,535,1199 +"204904",74730,106620,3,535,1177 +"204905",74730,108379,3,535,2933 +"204906",74730,109383,3,535,952 +"204907",74730,109521,3,535,609 +"204908",74730,110097,3,535,540 +"204909",74730,119859,3,535,908 +"204910",74731,1127,3,853,1188 +"204911",74731,1130,3,853,1566 +"204912",74731,2269,2,853,984 +"204913",74731,2325,3,853,1641 +"204914",74731,2754,3,853,1360 +"204915",74731,3716,3,853,1679 +"204916",74731,3777,2,853,1798 +"204917",74731,3886,3,853,1669 +"204918",74731,3966,3,853,2425 +"204919",74731,6044,3,853,2744 +"204920",74731,6047,3,853,2004 +"204921",74731,6417,3,853,1675 +"204922",74731,7861,3,853,1647 +"204923",74731,10513,3,853,2284 +"204924",74731,11540,2,853,1237 +"204925",74731,15872,2,853,1551 +"204926",74731,16120,1,853,1237 +"204927",74731,16826,3,853,2599 +"204928",74731,17943,3,853,1943 +"204929",74731,19049,3,853,1798 +"204930",74731,20975,3,853,1305 +"204931",74731,21138,1,853,2849 +"204932",74731,22141,3,853,2348 +"204933",74731,22639,2,853,2352 +"204934",74731,26080,3,853,2525 +"204935",74731,26282,3,853,1241 +"204936",74731,30906,3,853,2537 +"204937",74731,31700,3,853,2727 +"204938",74731,34509,3,853,1973 +"204939",74731,38055,3,853,1089 +"204940",74731,41972,3,853,2509 +"204941",74731,44160,3,853,859 +"204942",74731,46111,3,853,871 +"204943",74731,47248,2,853,2883 +"204944",74731,47715,1,853,2111 +"204945",74731,50124,3,853,1209 +"204946",74731,50269,3,853,1966 +"204947",74731,51017,2,853,2073 +"204948",74731,51035,3,853,2397 +"204949",74731,58596,3,853,936 +"204950",74731,62957,3,853,1170 +"204951",74731,63547,2,853,1023 +"204952",74731,64181,3,853,1828 +"204953",74731,68299,2,853,866 +"204954",74731,70605,3,853,1176 +"204955",74731,84022,3,853,2289 +"204956",74731,89047,3,853,877 +"204957",74731,90802,2,853,877 +"204958",74731,101395,2,853,891 +"204959",74731,115763,3,853,857 +"204960",74737,5346,3,99,1438 +"204961",74737,7840,3,99,984 +"204962",74737,9311,3,99,2477 +"204963",74737,10843,3,99,2277 +"204964",74737,15207,3,99,1855 +"204965",74737,15626,3,99,2434 +"204966",74737,18393,3,99,860 +"204967",74737,18550,3,99,483 +"204968",74737,20494,3,99,1075 +"204969",74737,22422,3,99,894 +"204970",74737,24286,3,99,1280 +"204971",74737,28057,3,99,1067 +"204972",74737,30283,3,99,103 +"204973",74737,33241,3,99,632 +"204974",74737,33356,3,99,1586 +"204975",74737,33433,2,99,2805 +"204976",74737,34443,2,99,496 +"204977",74737,34707,3,99,2042 +"204978",74737,40113,3,99,451 +"204979",74737,40296,3,99,1674 +"204980",74737,41211,3,99,896 +"204981",74737,42725,3,99,630 +"204982",74737,47329,3,99,231 +"204983",74737,49581,3,99,1817 +"204984",74737,50946,2,99,1075 +"204985",74737,52136,3,99,1412 +"204986",74737,55324,3,99,1544 +"204987",74737,55643,3,99,2359 +"204988",74737,56022,3,99,282 +"204989",74737,57646,3,99,171 +"204990",74737,58854,3,99,1131 +"204991",74737,59113,3,99,2434 +"204992",74737,59786,3,99,605 +"204993",74737,68043,3,99,690 +"204994",74737,69293,3,99,609 +"204995",74737,74190,3,99,1428 +"204996",74737,74318,3,99,632 +"204997",74737,76677,2,99,1269 +"204998",74737,84897,3,99,1075 +"204999",74737,94450,2,99,1127 +"205000",74737,94520,2,99,1243 +"205001",74737,95032,3,99,103 +"205002",74737,95155,3,99,849 +"205003",74737,104239,3,99,926 +"205004",74748,357,3,117,2327 +"205005",74748,15003,3,117,2067 +"205006",74748,17365,3,117,2746 +"205007",74748,23869,3,117,1918 +"205008",74748,35752,3,117,1158 +"205009",74748,44819,2,117,2063 +"205010",74748,102824,2,117,2944 +"205011",74748,104362,1,117,286 +"205012",74788,3716,2,1056,1679 +"205013",74788,3801,3,1056,1974 +"205014",74788,7508,3,1056,2396 +"205015",74788,20355,3,1056,2111 +"205016",74788,25298,1,1056,2443 +"205017",74788,30981,2,1056,2366 +"205018",74788,43112,3,1056,2564 +"205019",74788,49677,3,1056,1222 +"205020",74788,54388,3,1056,1257 +"205021",74795,3271,3,1319,2216 +"205022",74795,5346,3,1319,1438 +"205023",74795,6821,3,1319,1788 +"205024",74795,9301,3,1319,1861 +"205025",74795,12361,3,1319,2732 +"205026",74795,14287,3,1319,1583 +"205027",74795,15207,3,1319,1855 +"205028",74795,16437,3,1319,1956 +"205029",74795,19231,2,1319,1424 +"205030",74795,19934,3,1319,2888 +"205031",74795,21670,3,1319,2158 +"205032",74795,27280,2,1319,1965 +"205033",74795,27391,3,1319,2378 +"205034",74795,28501,3,1319,2242 +"205035",74795,30865,3,1319,2038 +"205036",74795,33314,3,1319,1444 +"205037",74795,35822,3,1319,1903 +"205038",74795,37752,2,1319,2223 +"205039",74795,39249,3,1319,1665 +"205040",74795,40623,3,1319,2580 +"205041",74795,43385,3,1319,1623 +"205042",74795,48576,3,1319,1675 +"205043",74795,52154,3,1319,1722 +"205044",74795,53051,3,1319,1940 +"205045",74795,56807,3,1319,1571 +"205046",74795,59039,2,1319,2870 +"205047",74795,65188,2,1319,2213 +"205048",74795,65522,3,1319,1572 +"205049",74795,83140,3,1319,1630 +"205050",74795,88067,3,1319,2315 +"205051",74795,90745,3,1319,1994 +"205052",74795,92524,3,1319,1650 +"205053",74795,119524,2,1319,1930 +"205054",74818,913,3,1440,2144 +"205055",74818,1367,3,1440,2176 +"205056",74818,2424,3,1440,2582 +"205057",74818,2747,3,1440,2411 +"205058",74818,5580,3,1440,2111 +"205059",74818,6055,3,1440,2651 +"205060",74818,7245,3,1440,2089 +"205061",74818,7616,3,1440,2296 +"205062",74818,8275,2,1440,2237 +"205063",74818,9654,3,1440,2111 +"205064",74818,10310,3,1440,2774 +"205065",74818,11493,3,1440,2077 +"205066",74818,12371,3,1440,1569 +"205067",74818,12692,3,1440,1855 +"205068",74818,12767,3,1440,2329 +"205069",74818,13324,3,1440,2163 +"205070",74818,15207,1,1440,1855 +"205071",74818,15453,3,1440,1688 +"205072",74818,16067,3,1440,2727 +"205073",74818,16539,3,1440,1947 +"205074",74818,18348,3,1440,1711 +"205075",74818,18415,3,1440,2184 +"205076",74818,19208,3,1440,2629 +"205077",74818,19593,2,1440,2013 +"205078",74818,20730,3,1440,2243 +"205079",74818,21929,3,1440,2062 +"205080",74818,22893,3,1440,1938 +"205081",74818,23006,2,1440,1532 +"205082",74818,27104,3,1440,1608 +"205083",74818,28131,3,1440,1492 +"205084",74818,28571,3,1440,1556 +"205085",74818,29930,3,1440,2240 +"205086",74818,30262,3,1440,1715 +"205087",74818,30943,3,1440,2287 +"205088",74818,32939,3,1440,2277 +"205089",74818,36441,2,1440,2796 +"205090",74818,41108,3,1440,1624 +"205091",74818,41770,3,1440,2752 +"205092",74818,42642,3,1440,2257 +"205093",74818,42799,1,1440,2729 +"205094",74818,44894,3,1440,2048 +"205095",74818,45903,3,1440,2237 +"205096",74818,46635,2,1440,2528 +"205097",74818,46803,3,1440,2305 +"205098",74818,47564,3,1440,2650 +"205099",74818,53630,3,1440,1565 +"205100",74818,55076,3,1440,2408 +"205101",74818,56903,2,1440,1584 +"205102",74818,57804,3,1440,2214 +"205103",74818,62148,3,1440,1566 +"205104",74818,62870,3,1440,1568 +"205105",74818,63641,3,1440,2337 +"205106",74818,67726,3,1440,2873 +"205107",74818,68024,2,1440,1531 +"205108",74818,69716,3,1440,2632 +"205109",74818,76356,3,1440,2323 +"205110",74818,85356,1,1440,1492 +"205111",74818,86785,3,1440,1607 +"205112",74818,86883,3,1440,1623 +"205113",74818,96132,1,1440,1489 +"205114",74818,99557,3,1440,1703 +"205115",74818,117956,3,1440,2774 +"205116",74910,1592,3,653,2006 +"205117",74910,1691,3,653,1941 +"205118",74910,2011,3,653,2176 +"205119",74910,8376,3,653,1670 +"205120",74910,14731,2,653,2012 +"205121",74910,20407,3,653,2339 +"205122",74910,24256,3,653,2393 +"205123",74910,26671,3,653,2279 +"205124",74910,45545,3,653,1776 +"205125",74910,47585,3,653,794 +"205126",74910,58284,3,653,2292 +"205127",74910,72598,3,653,805 +"205128",74912,5557,3,1542,1929 +"205129",74912,5852,3,1542,1862 +"205130",74912,9716,3,1542,1929 +"205131",74912,14626,3,1542,2175 +"205132",74912,32582,3,1542,1929 +"205133",74912,35264,3,1542,2329 +"205134",74912,41185,3,1542,1929 +"205135",74912,54903,3,1542,2493 +"205136",74912,55775,3,1542,2385 +"205137",74959,13842,2,1131,2250 +"205138",74959,33537,1,1131,2406 +"205139",74959,58238,3,1131,1944 +"205140",74959,66693,3,1131,2554 +"205141",74959,83523,3,1131,1461 +"205142",75025,512,3,717,1596 +"205143",75025,913,3,717,2144 +"205144",75025,1136,3,717,2536 +"205145",75025,1592,3,717,2006 +"205146",75025,1691,3,717,1941 +"205147",75025,2011,2,717,2176 +"205148",75025,2224,3,717,2751 +"205149",75025,2563,3,717,1686 +"205150",75025,2609,3,717,834 +"205151",75025,2865,3,717,2006 +"205152",75025,3144,3,717,869 +"205153",75025,3863,3,717,856 +"205154",75025,4932,3,717,2752 +"205155",75025,5120,3,717,2735 +"205156",75025,5258,2,717,2730 +"205157",75025,6104,3,717,2462 +"205158",75025,6252,2,717,2336 +"205159",75025,6363,3,717,2066 +"205160",75025,6390,3,717,2385 +"205161",75025,8073,3,717,1847 +"205162",75025,8657,3,717,2473 +"205163",75025,9511,3,717,1232 +"205164",75025,11434,3,717,1187 +"205165",75025,12610,3,717,1274 +"205166",75025,12779,3,717,936 +"205167",75025,12828,3,717,799 +"205168",75025,13248,3,717,1385 +"205169",75025,13837,3,717,1604 +"205170",75025,13945,3,717,1324 +"205171",75025,14108,2,717,2012 +"205172",75025,14676,3,717,2764 +"205173",75025,14731,3,717,2012 +"205174",75025,17434,3,717,1642 +"205175",75025,18211,3,717,1745 +"205176",75025,18502,2,717,1033 +"205177",75025,18543,1,717,2968 +"205178",75025,19248,3,717,2357 +"205179",75025,19332,3,717,1214 +"205180",75025,19718,3,717,1702 +"205181",75025,20343,3,717,851 +"205182",75025,20407,3,717,2339 +"205183",75025,21133,3,717,1320 +"205184",75025,22884,3,717,1608 +"205185",75025,23787,3,717,2810 +"205186",75025,24198,3,717,2217 +"205187",75025,25565,3,717,2764 +"205188",75025,26106,3,717,2015 +"205189",75025,26957,3,717,987 +"205190",75025,27275,3,717,2656 +"205191",75025,27792,3,717,1308 +"205192",75025,28057,3,717,1067 +"205193",75025,28592,3,717,2320 +"205194",75025,28808,2,717,1063 +"205195",75025,29170,3,717,1846 +"205196",75025,29224,3,717,2011 +"205197",75025,29918,3,717,1953 +"205198",75025,33572,3,717,2370 +"205199",75025,33588,3,717,1040 +"205200",75025,33621,2,717,1319 +"205201",75025,33622,3,717,2230 +"205202",75025,34945,3,717,1298 +"205203",75025,35041,2,717,1311 +"205204",75025,36439,2,717,2469 +"205205",75025,37509,3,717,1640 +"205206",75025,37628,2,717,819 +"205207",75025,38213,2,717,1744 +"205208",75025,38667,3,717,2880 +"205209",75025,40226,3,717,880 +"205210",75025,40954,3,717,2603 +"205211",75025,41330,3,717,2720 +"205212",75025,42216,3,717,2722 +"205213",75025,43173,3,717,2895 +"205214",75025,43226,3,717,2442 +"205215",75025,43635,3,717,1196 +"205216",75025,44427,2,717,2875 +"205217",75025,46621,2,717,1343 +"205218",75025,47064,3,717,1993 +"205219",75025,47585,2,717,794 +"205220",75025,49470,3,717,1528 +"205221",75025,49620,2,717,1868 +"205222",75025,50235,3,717,726 +"205223",75025,50254,3,717,1151 +"205224",75025,51572,3,717,912 +"205225",75025,51628,3,717,901 +"205226",75025,52136,3,717,1412 +"205227",75025,52323,3,717,2148 +"205228",75025,52327,3,717,1472 +"205229",75025,52735,3,717,1124 +"205230",75025,53624,3,717,952 +"205231",75025,55084,3,717,1189 +"205232",75025,56116,2,717,1321 +"205233",75025,56903,3,717,1584 +"205234",75025,57990,2,717,978 +"205235",75025,58133,3,717,1484 +"205236",75025,58284,3,717,2292 +"205237",75025,59438,3,717,2400 +"205238",75025,61689,3,717,1309 +"205239",75025,61785,2,717,822 +"205240",75025,69257,3,717,1402 +"205241",75025,71274,3,717,2390 +"205242",75025,73675,3,717,887 +"205243",75025,74636,2,717,2525 +"205244",75025,76127,3,717,910 +"205245",75025,76192,3,717,912 +"205246",75025,76646,3,717,1263 +"205247",75025,78256,3,717,804 +"205248",75025,78975,2,717,946 +"205249",75025,79612,3,717,927 +"205250",75025,79657,3,717,1260 +"205251",75025,82401,2,717,1210 +"205252",75025,82426,3,717,1576 +"205253",75025,84612,3,717,2175 +"205254",75025,88232,2,717,2881 +"205255",75025,89880,3,717,1938 +"205256",75025,92322,3,717,2393 +"205257",75025,92491,2,717,1968 +"205258",75025,93398,3,717,828 +"205259",75025,94396,3,717,787 +"205260",75025,97824,3,717,1229 +"205261",75025,97834,3,717,943 +"205262",75025,100215,3,717,2436 +"205263",75025,101347,3,717,1335 +"205264",75025,106555,2,717,1626 +"205265",75025,108430,3,717,1642 +"205266",75028,14,1,1660,1793 +"205267",75028,360,2,1660,1671 +"205268",75028,915,2,1660,1793 +"205269",75028,1046,3,1660,1881 +"205270",75028,1324,3,1660,2147 +"205271",75028,1367,3,1660,2176 +"205272",75028,3068,3,1660,1815 +"205273",75028,5148,3,1660,2206 +"205274",75028,5622,3,1660,2175 +"205275",75028,5669,3,1660,2502 +"205276",75028,5725,3,1660,2789 +"205277",75028,8533,3,1660,2251 +"205278",75028,9803,3,1660,1664 +"205279",75028,9828,2,1660,2085 +"205280",75028,10857,3,1660,2253 +"205281",75028,12388,3,1660,1975 +"205282",75028,14507,3,1660,2686 +"205283",75028,16863,3,1660,2069 +"205284",75028,19605,3,1660,2395 +"205285",75028,22260,2,1660,2137 +"205286",75028,23725,3,1660,2378 +"205287",75028,24066,3,1660,1755 +"205288",75028,24648,3,1660,1833 +"205289",75028,24825,3,1660,2686 +"205290",75028,26351,3,1660,2683 +"205291",75028,26366,2,1660,1688 +"205292",75028,28285,2,1660,2972 +"205293",75028,30827,2,1660,2323 +"205294",75028,31307,3,1660,2139 +"205295",75028,32064,2,1660,1739 +"205296",75028,33160,3,1660,2441 +"205297",75028,33380,3,1660,2340 +"205298",75028,34735,3,1660,2767 +"205299",75028,35360,3,1660,2043 +"205300",75028,37915,2,1660,1905 +"205301",75028,41682,3,1660,1988 +"205302",75028,42216,3,1660,2722 +"205303",75028,43404,3,1660,2649 +"205304",75028,46883,3,1660,1671 +"205305",75028,47947,3,1660,2681 +"205306",75028,54551,3,1660,2348 +"205307",75028,73107,3,1660,1918 +"205308",75067,3195,3,801,2043 +"205309",75067,3414,3,801,2322 +"205310",75067,10964,3,801,2043 +"205311",75067,11019,3,801,1299 +"205312",75067,11067,3,801,2734 +"205313",75067,12078,3,801,2381 +"205314",75067,12200,3,801,1400 +"205315",75067,12818,3,801,2015 +"205316",75067,15095,3,801,2001 +"205317",75067,18810,2,801,2671 +"205318",75067,20271,3,801,2044 +"205319",75067,21480,2,801,1646 +"205320",75067,24085,3,801,1253 +"205321",75067,24195,2,801,1575 +"205322",75067,29578,3,801,1957 +"205323",75067,30865,3,801,2038 +"205324",75067,32939,3,801,2277 +"205325",75067,35620,2,801,2092 +"205326",75067,36120,3,801,2971 +"205327",75067,45299,3,801,2426 +"205328",75067,46385,3,801,2225 +"205329",75067,57804,3,801,2214 +"205330",75067,66267,3,801,1278 +"205331",75067,68452,3,801,1606 +"205332",75073,8229,3,73,1241 +"205333",75165,24195,3,685,1575 +"205334",75165,35620,3,685,2092 +"205335",75168,499,3,699,1931 +"205336",75168,6113,3,699,1678 +"205337",75168,6162,3,699,1673 +"205338",75168,6942,3,699,1232 +"205339",75168,6982,3,699,2034 +"205340",75168,9311,3,699,2477 +"205341",75168,10843,3,699,2277 +"205342",75168,12373,3,699,1567 +"205343",75168,15626,3,699,2434 +"205344",75168,18393,3,699,860 +"205345",75168,19453,3,699,1928 +"205346",75168,20494,2,699,1075 +"205347",75168,20588,2,699,912 +"205348",75168,21448,1,699,2332 +"205349",75168,22311,3,699,2034 +"205350",75168,23232,1,699,884 +"205351",75168,24286,3,699,1280 +"205352",75168,26218,3,699,2460 +"205353",75168,26408,3,699,1545 +"205354",75168,33356,2,699,1586 +"205355",75168,33433,3,699,2805 +"205356",75168,38755,2,699,2902 +"205357",75168,39534,3,699,2410 +"205358",75168,44188,3,699,1609 +"205359",75168,55185,3,699,922 +"205360",75168,55324,3,699,1544 +"205361",75168,57337,3,699,1443 +"205362",75168,59113,3,699,2434 +"205363",75168,62538,3,699,1656 +"205364",75168,67788,3,699,837 +"205365",75168,73197,3,699,1998 +"205366",75168,77010,1,699,2639 +"205367",75168,79403,3,699,977 +"205368",75168,79612,3,699,927 +"205369",75168,90789,3,699,1218 +"205370",75169,499,3,1595,1931 +"205371",75169,1018,3,1595,1803 +"205372",75169,12713,3,1595,2440 +"205373",75169,76463,2,1595,2298 +"205374",75194,827,3,1736,2964 +"205375",75194,1624,3,1736,2687 +"205376",75194,2647,3,1736,2450 +"205377",75194,2927,3,1736,1789 +"205378",75194,4180,3,1736,1817 +"205379",75194,4551,2,1736,2720 +"205380",75194,5303,1,1736,1849 +"205381",75194,6040,3,1736,2103 +"205382",75194,7253,2,1736,2686 +"205383",75194,7254,1,1736,1849 +"205384",75194,9716,3,1736,1929 +"205385",75194,13388,2,1736,2119 +"205386",75194,14626,3,1736,2175 +"205387",75194,15207,3,1736,1855 +"205388",75194,17672,3,1736,1987 +"205389",75194,19509,2,1736,2000 +"205390",75194,21504,3,1736,2328 +"205391",75194,26513,3,1736,2205 +"205392",75194,28268,3,1736,2258 +"205393",75194,32582,3,1736,1929 +"205394",75194,34953,2,1736,1817 +"205395",75194,35264,3,1736,2329 +"205396",75194,41185,3,1736,1929 +"205397",75194,46616,3,1736,1917 +"205398",75194,47607,2,1736,2724 +"205399",75194,52380,3,1736,2686 +"205400",75194,53584,3,1736,2391 +"205401",75194,58945,2,1736,2481 +"205402",75194,59511,2,1736,2753 +"205403",75194,69029,3,1736,2623 +"205404",75194,75867,3,1736,2637 +"205405",75204,2743,3,894,1278 +"205406",75204,6162,3,894,1673 +"205407",75204,8274,2,894,1909 +"205408",75204,8327,2,894,2527 +"205409",75204,8533,3,894,2251 +"205410",75204,10799,3,894,2010 +"205411",75204,12067,3,894,1213 +"205412",75204,12713,3,894,2440 +"205413",75204,17410,3,894,2073 +"205414",75204,27390,3,894,2425 +"205415",75204,29280,3,894,2499 +"205416",75204,32097,3,894,1307 +"205417",75204,38816,3,894,1225 +"205418",75204,41682,3,894,1988 +"205419",75204,48274,3,894,1979 +"205420",75204,54879,3,894,2210 +"205421",75204,56920,3,894,2548 +"205422",75204,91579,3,894,2510 +"205423",75216,600,3,672,1702 +"205424",75216,1592,3,672,2006 +"205425",75216,1691,3,672,1941 +"205426",75216,2181,3,672,2030 +"205427",75216,2609,3,672,834 +"205428",75216,6104,3,672,2462 +"205429",75216,6252,3,672,2336 +"205430",75216,7515,3,672,2737 +"205431",75216,8011,3,672,889 +"205432",75216,11434,2,672,1187 +"205433",75216,11516,3,672,1937 +"205434",75216,12728,3,672,2374 +"205435",75216,12779,3,672,936 +"205436",75216,13248,3,672,1385 +"205437",75216,13837,2,672,1604 +"205438",75216,13895,3,672,687 +"205439",75216,14108,3,672,2012 +"205440",75216,15799,3,672,1917 +"205441",75216,17396,3,672,1672 +"205442",75216,18543,3,672,2968 +"205443",75216,19208,3,672,2629 +"205444",75216,19605,3,672,2395 +"205445",75216,19963,3,672,810 +"205446",75216,20343,3,672,851 +"205447",75216,20407,3,672,2339 +"205448",75216,20665,3,672,1311 +"205449",75216,21133,3,672,1320 +"205450",75216,22331,3,672,2687 +"205451",75216,23132,3,672,2756 +"205452",75216,23918,3,672,1881 +"205453",75216,24568,3,672,1937 +"205454",75216,25443,3,672,1441 +"205455",75216,26706,3,672,1846 +"205456",75216,27837,3,672,1315 +"205457",75216,28808,3,672,1063 +"205458",75216,29170,3,672,1846 +"205459",75216,31050,3,672,1491 +"205460",75216,32947,3,672,1091 +"205461",75216,33572,3,672,2370 +"205462",75216,35302,3,672,1589 +"205463",75216,38213,2,672,1744 +"205464",75216,39444,3,672,2695 +"205465",75216,40368,3,672,2876 +"205466",75216,41739,2,672,1339 +"205467",75216,46621,3,672,1343 +"205468",75216,47585,3,672,794 +"205469",75216,49189,3,672,1550 +"205470",75216,49620,2,672,1868 +"205471",75216,50480,3,672,2701 +"205472",75216,51116,3,672,1509 +"205473",75216,51628,3,672,901 +"205474",75216,52136,3,672,1412 +"205475",75216,53069,2,672,1664 +"205476",75216,55084,3,672,1189 +"205477",75216,55556,3,672,2075 +"205478",75216,59700,1,672,2346 +"205479",75216,61785,3,672,822 +"205480",75216,62219,3,672,2494 +"205481",75216,63409,3,672,1937 +"205482",75216,64181,3,672,1828 +"205483",75216,65625,3,672,1273 +"205484",75216,66413,3,672,2507 +"205485",75216,67314,3,672,1051 +"205486",75216,67805,3,672,1338 +"205487",75216,73305,3,672,2544 +"205488",75216,73675,3,672,887 +"205489",75216,74636,2,672,2525 +"205490",75216,75025,3,672,717 +"205491",75216,88232,3,672,2881 +"205492",75216,89958,3,672,1186 +"205493",75216,92322,2,672,2393 +"205494",75216,99103,3,672,1470 +"205495",75216,104280,3,672,887 +"205496",75216,105063,3,672,1908 +"205497",75216,105947,3,672,997 +"205498",75216,106466,3,672,953 +"205499",75216,108107,2,672,1704 +"205500",75216,109383,3,672,952 +"205501",75282,8062,3,2675,2858 +"205502",75282,63077,3,2675,2778 +"205503",75287,4313,3,460,2368 +"205504",75287,8478,3,460,984 +"205505",75287,9506,3,460,1012 +"205506",75287,9716,3,460,1929 +"205507",75287,14626,3,460,2175 +"205508",75287,14654,3,460,1692 +"205509",75287,18855,3,460,1362 +"205510",75287,21741,3,460,1574 +"205511",75287,30404,3,460,1810 +"205512",75287,31170,3,460,1776 +"205513",75287,41185,3,460,1929 +"205514",75287,45730,3,460,2063 +"205515",75287,46385,3,460,2225 +"205516",75287,78768,3,460,841 +"205517",75287,82226,3,460,1619 +"205518",75287,96349,2,460,1874 +"205519",75287,97266,3,460,1016 +"205520",75287,106963,1,460,686 +"205521",75295,7785,3,35,2441 +"205522",75295,32560,3,35,1258 +"205523",75295,32651,3,35,877 +"205524",75295,35797,3,35,2482 +"205525",75295,62772,1,35,105 +"205526",75295,71479,3,35,482 +"205527",75295,109307,3,35,1187 +"205528",75312,1195,3,522,1322 +"205529",75312,3271,3,522,2216 +"205530",75312,4957,3,522,644 +"205531",75312,5568,3,522,1290 +"205532",75312,9272,3,522,2835 +"205533",75312,10222,3,522,2212 +"205534",75312,11029,3,522,2362 +"205535",75312,12031,3,522,1957 +"205536",75312,13394,3,522,1667 +"205537",75312,16296,1,522,2626 +"205538",75312,16384,3,522,1320 +"205539",75312,17812,3,522,2705 +"205540",75312,17841,3,522,1700 +"205541",75312,23430,2,522,904 +"205542",75312,27379,3,522,2461 +"205543",75312,27686,3,522,2844 +"205544",75312,30486,3,522,1269 +"205545",75312,31001,3,522,2119 +"205546",75312,32678,3,522,1439 +"205547",75312,38915,3,522,746 +"205548",75312,41418,3,522,535 +"205549",75312,41953,3,522,945 +"205550",75312,43226,3,522,2442 +"205551",75312,43929,3,522,2749 +"205552",75312,47889,3,522,992 +"205553",75312,48110,3,522,2009 +"205554",75312,51035,3,522,2397 +"205555",75312,55892,3,522,1234 +"205556",75312,58508,3,522,2326 +"205557",75312,61245,3,522,955 +"205558",75312,69335,3,522,2698 +"205559",75312,70433,3,522,2639 +"205560",75312,80301,3,522,1690 +"205561",75312,86580,3,522,696 +"205562",75312,99288,3,522,983 +"205563",75312,99427,3,522,1706 +"205564",75323,512,3,873,1596 +"205565",75323,30981,3,873,2366 +"205566",75323,43226,3,873,2442 +"205567",75323,54388,3,873,1257 +"205568",75323,57990,3,873,978 +"205569",75343,602,2,2008,2632 +"205570",75343,762,3,2008,2671 +"205571",75343,3011,1,2008,2278 +"205572",75343,3765,3,2008,2775 +"205573",75343,4701,3,2008,2401 +"205574",75343,6982,2,2008,2034 +"205575",75343,9311,3,2008,2477 +"205576",75343,10843,3,2008,2277 +"205577",75343,12703,3,2008,2689 +"205578",75343,14103,3,2008,2204 +"205579",75343,14723,1,2008,2019 +"205580",75343,22311,2,2008,2034 +"205581",75343,28982,3,2008,2746 +"205582",75343,33433,3,2008,2805 +"205583",75343,54879,3,2008,2210 +"205584",75343,58993,3,2008,2390 +"205585",75343,59113,3,2008,2434 +"205586",75403,270,3,1895,2542 +"205587",75403,380,3,1895,2261 +"205588",75403,1102,3,1895,2282 +"205589",75403,1196,3,1895,1986 +"205590",75403,1315,3,1895,2760 +"205591",75403,1592,3,1895,2006 +"205592",75403,1691,3,1895,1941 +"205593",75403,2111,3,1895,1904 +"205594",75403,2195,3,1895,2139 +"205595",75403,2289,3,1895,2389 +"205596",75403,3306,3,1895,1989 +"205597",75403,3493,2,1895,2451 +"205598",75403,3961,3,1895,2426 +"205599",75403,4191,3,1895,2130 +"205600",75403,4953,3,1895,2285 +"205601",75403,5041,3,1895,2371 +"205602",75403,5072,2,1895,2175 +"205603",75403,5315,3,1895,2631 +"205604",75403,5350,3,1895,2522 +"205605",75403,5622,2,1895,2175 +"205606",75403,5971,2,1895,1985 +"205607",75403,6047,2,1895,2004 +"205608",75403,6222,3,1895,1949 +"205609",75403,6390,3,1895,2385 +"205610",75403,6588,3,1895,2025 +"205611",75403,7180,3,1895,2227 +"205612",75403,7234,2,1895,2654 +"205613",75403,7555,3,1895,1943 +"205614",75403,9311,3,1895,2477 +"205615",75403,9654,3,1895,2111 +"205616",75403,9928,2,1895,2345 +"205617",75403,10358,2,1895,2294 +"205618",75403,10857,2,1895,2253 +"205619",75403,11218,3,1895,2292 +"205620",75403,11477,3,1895,2724 +"205621",75403,12035,3,1895,2721 +"205622",75403,12042,2,1895,2345 +"205623",75403,12374,3,1895,2260 +"205624",75403,12728,3,1895,2374 +"205625",75403,13307,3,1895,2206 +"205626",75403,13311,3,1895,2315 +"205627",75403,14032,1,1895,2144 +"205628",75403,14108,3,1895,2012 +"205629",75403,15003,3,1895,2067 +"205630",75403,15309,3,1895,2820 +"205631",75403,16352,3,1895,2657 +"205632",75403,16863,3,1895,2069 +"205633",75403,17400,1,1895,2231 +"205634",75403,18005,3,1895,2449 +"205635",75403,18361,3,1895,2968 +"205636",75403,18394,3,1895,2356 +"205637",75403,18874,3,1895,2170 +"205638",75403,19622,3,1895,2371 +"205639",75403,20124,3,1895,2376 +"205640",75403,20311,3,1895,1981 +"205641",75403,20407,3,1895,2339 +"205642",75403,21693,3,1895,2176 +"205643",75403,22197,3,1895,2271 +"205644",75403,22326,3,1895,2818 +"205645",75403,23011,3,1895,2763 +"205646",75403,23310,2,1895,2371 +"205647",75403,23509,3,1895,2275 +"205648",75403,23526,3,1895,1998 +"205649",75403,23725,2,1895,2378 +"205650",75403,26067,3,1895,2069 +"205651",75403,26080,3,1895,2525 +"205652",75403,26848,3,1895,2363 +"205653",75403,29929,3,1895,2789 +"205654",75403,29930,3,1895,2240 +"205655",75403,30334,3,1895,2075 +"205656",75403,30405,3,1895,2164 +"205657",75403,31093,1,1895,2160 +"205658",75403,31436,3,1895,2892 +"205659",75403,32919,2,1895,2321 +"205660",75403,33433,3,1895,2805 +"205661",75403,34480,3,1895,2755 +"205662",75403,34735,3,1895,2767 +"205663",75403,35815,3,1895,2789 +"205664",75403,35926,3,1895,2371 +"205665",75403,37636,3,1895,2178 +"205666",75403,41955,3,1895,2479 +"205667",75403,43213,1,1895,2160 +"205668",75403,45684,2,1895,2200 +"205669",75403,45729,3,1895,2606 +"205670",75403,45903,3,1895,2237 +"205671",75403,46629,3,1895,2255 +"205672",75403,46982,3,1895,2806 +"205673",75403,47857,3,1895,2325 +"205674",75403,48215,3,1895,2028 +"205675",75403,49608,3,1895,2184 +"205676",75403,50134,3,1895,2674 +"205677",75403,50236,2,1895,2339 +"205678",75403,51144,3,1895,2466 +"205679",75403,51783,3,1895,2599 +"205680",75403,52576,3,1895,2234 +"205681",75403,54551,2,1895,2348 +"205682",75403,54929,3,1895,2783 +"205683",75403,56082,1,1895,2395 +"205684",75403,56237,3,1895,2625 +"205685",75403,58508,3,1895,2326 +"205686",75403,60280,3,1895,1918 +"205687",75403,64947,3,1895,2489 +"205688",75403,67726,3,1895,2873 +"205689",75403,72207,2,1895,2430 +"205690",75403,72326,3,1895,2384 +"205691",75403,74636,3,1895,2525 +"205692",75403,76048,3,1895,2373 +"205693",75403,79804,3,1895,2227 +"205694",75403,82732,3,1895,2810 +"205695",75403,82932,3,1895,2245 +"205696",75403,82949,3,1895,2077 +"205697",75403,86245,2,1895,1972 +"205698",75403,87837,3,1895,1987 +"205699",75403,88232,3,1895,2881 +"205700",75444,99351,3,2846,2939 +"205701",75481,3961,3,969,2426 +"205702",75481,4665,3,969,1569 +"205703",75481,8568,3,969,2706 +"205704",75481,16015,3,969,1307 +"205705",75481,16286,3,969,2470 +"205706",75481,28051,3,969,2089 +"205707",75481,37238,3,969,2609 +"205708",75481,41633,3,969,1976 +"205709",75481,50354,3,969,1299 +"205710",75481,58521,3,969,2950 +"205711",75481,61125,3,969,1673 +"205712",75488,5785,3,460,1261 +"205713",75488,28130,3,460,908 +"205714",75488,30883,3,460,1629 +"205715",75488,44921,3,460,550 +"205716",75488,50487,2,460,744 +"205717",75488,51616,3,460,761 +"205718",75488,54522,3,460,699 +"205719",75488,79371,3,460,1624 +"205720",75488,87519,3,460,595 +"205721",75502,3520,2,1474,2281 +"205722",75502,3786,2,1474,2282 +"205723",75502,5606,3,1474,2875 +"205724",75502,17952,3,1474,1530 +"205725",75502,19687,3,1474,2072 +"205726",75502,21352,2,1474,1604 +"205727",75502,23731,3,1474,1656 +"205728",75502,25286,2,1474,1545 +"205729",75502,28355,3,1474,2053 +"205730",75502,29276,1,1474,2000 +"205731",75502,31087,3,1474,1757 +"205732",75502,33363,2,1474,2475 +"205733",75502,34953,3,1474,1817 +"205734",75502,40715,3,1474,2258 +"205735",75502,45299,3,1474,2426 +"205736",75502,49334,3,1474,2433 +"205737",75502,80050,3,1474,2698 +"205738",75502,91772,3,1474,2233 +"205739",75537,13136,2,1331,2867 +"205740",75537,22723,3,1331,2859 +"205741",75537,74771,3,1331,2935 +"205742",75537,92860,3,1331,1643 +"205743",75554,25722,3,778,1697 +"205744",75607,2093,3,2245,2459 +"205745",75607,4671,3,2245,2280 +"205746",75607,11067,2,2245,2734 +"205747",75607,20162,3,2245,2328 +"205748",75607,32939,3,2245,2277 +"205749",75607,83838,3,2245,2263 +"205750",75648,600,3,523,1702 +"205751",75648,913,3,523,2144 +"205752",75648,4730,3,523,2131 +"205753",75648,7515,3,523,2737 +"205754",75648,11434,3,523,1187 +"205755",75648,11516,3,523,1937 +"205756",75648,19858,1,523,2357 +"205757",75648,20200,3,523,2322 +"205758",75648,21575,3,523,1762 +"205759",75648,22684,2,523,569 +"205760",75648,23132,3,523,2756 +"205761",75648,24568,3,523,1937 +"205762",75648,24802,1,523,824 +"205763",75648,25976,3,523,659 +"205764",75648,26642,3,523,2952 +"205765",75648,28800,2,523,528 +"205766",75648,31089,2,523,2952 +"205767",75648,32947,3,523,1091 +"205768",75648,35302,3,523,1589 +"205769",75648,35873,3,523,1377 +"205770",75648,41338,3,523,1553 +"205771",75648,42756,3,523,1384 +"205772",75648,47148,2,523,569 +"205773",75648,48602,3,523,1704 +"205774",75648,53643,2,523,1626 +"205775",75648,63409,2,523,1937 +"205776",75648,68586,3,523,2322 +"205777",75648,69012,2,523,799 +"205778",75648,73305,3,523,2544 +"205779",75648,100229,3,523,550 +"205780",75648,104280,3,523,887 +"205781",75650,10875,3,972,1234 +"205782",75650,13929,2,972,2693 +"205783",75650,36962,3,972,2861 +"205784",75650,43112,3,972,2564 +"205785",75650,55691,3,972,2856 +"205786",75650,94101,3,972,997 +"205787",75662,1275,2,95,2068 +"205788",75662,2731,3,95,434 +"205789",75662,4289,3,95,1921 +"205790",75662,6366,3,95,798 +"205791",75662,6417,3,95,1675 +"205792",75662,9950,3,95,920 +"205793",75662,11576,3,95,808 +"205794",75662,13987,3,95,507 +"205795",75662,14287,3,95,1583 +"205796",75662,14943,3,95,1942 +"205797",75662,16053,3,95,908 +"205798",75662,16826,3,95,2599 +"205799",75662,17484,3,95,1256 +"205800",75662,17997,2,95,1621 +"205801",75662,18103,2,95,1968 +"205802",75662,20975,3,95,1305 +"205803",75662,28015,2,95,1624 +"205804",75662,28501,3,95,2242 +"205805",75662,28784,3,95,1579 +"205806",75662,30865,3,95,2038 +"205807",75662,31069,3,95,1995 +"205808",75662,33665,3,95,787 +"205809",75662,35529,3,95,1620 +"205810",75662,38227,3,95,2511 +"205811",75662,40432,2,95,1956 +"205812",75662,47386,3,95,2226 +"205813",75662,56807,1,95,1571 +"205814",75662,57977,3,95,2683 +"205815",75662,68801,3,95,116 +"205816",75662,70736,3,95,1512 +"205817",75662,74795,2,95,1319 +"205818",75662,76511,3,95,1250 +"205819",75662,82301,3,95,1621 +"205820",75662,83140,1,95,1630 +"205821",75662,92524,3,95,1650 +"205822",75662,100140,3,95,1041 +"205823",75662,100568,1,95,160 +"205824",75662,102284,3,95,2877 +"205825",75700,4144,2,313,1520 +"205826",75700,10337,2,313,2452 +"205827",75700,15502,3,313,2637 +"205828",75700,18072,1,313,421 +"205829",75700,18319,2,313,1439 +"205830",75700,18428,3,313,343 +"205831",75700,19190,3,313,2677 +"205832",75700,19323,2,313,1705 +"205833",75700,19358,3,313,880 +"205834",75700,23430,3,313,904 +"205835",75700,24044,3,313,1076 +"205836",75700,32070,3,313,950 +"205837",75700,32678,1,313,1439 +"205838",75700,35911,2,313,2370 +"205839",75700,43768,3,313,1468 +"205840",75700,43905,3,313,756 +"205841",75700,45628,1,313,527 +"205842",75700,46568,3,313,822 +"205843",75700,49708,3,313,1147 +"205844",75700,54737,3,313,326 +"205845",75700,55364,3,313,326 +"205846",75700,56168,3,313,1466 +"205847",75700,72207,3,313,2430 +"205848",75700,79772,3,313,1230 +"205849",75700,79793,3,313,1915 +"205850",75700,83161,2,313,1352 +"205851",75700,96349,3,313,1874 +"205852",75862,3100,3,96,2524 +"205853",75862,3403,3,96,2951 +"205854",75862,3405,3,96,2438 +"205855",75862,3786,3,96,2282 +"205856",75862,5673,3,96,1567 +"205857",75862,6071,3,96,2310 +"205858",75862,6078,3,96,498 +"205859",75862,6432,3,96,2297 +"205860",75862,9063,3,96,2000 +"205861",75862,9912,3,96,1356 +"205862",75862,11135,2,96,2441 +"205863",75862,12031,3,96,1957 +"205864",75862,12481,3,96,1086 +"205865",75862,15502,3,96,2637 +"205866",75862,15916,3,96,1236 +"205867",75862,16046,3,96,103 +"205868",75862,16545,2,96,186 +"205869",75862,16593,3,96,1139 +"205870",75862,17948,3,96,107 +"205871",75862,19687,2,96,2072 +"205872",75862,19972,3,96,2078 +"205873",75862,20413,3,96,806 +"205874",75862,21352,3,96,1604 +"205875",75862,21895,3,96,1693 +"205876",75862,21976,3,96,1808 +"205877",75862,23330,3,96,448 +"205878",75862,23639,2,96,2065 +"205879",75862,23731,3,96,1656 +"205880",75862,24116,3,96,1413 +"205881",75862,24734,3,96,338 +"205882",75862,25270,1,96,985 +"205883",75862,25286,2,96,1545 +"205884",75862,25451,2,96,698 +"205885",75862,26567,2,96,1158 +"205886",75862,28567,3,96,2398 +"205887",75862,29534,3,96,1199 +"205888",75862,34055,3,96,1881 +"205889",75862,34334,2,96,1637 +"205890",75862,34559,3,96,1105 +"205891",75862,38422,3,96,1019 +"205892",75862,42195,3,96,573 +"205893",75862,42486,3,96,1951 +"205894",75862,45487,3,96,2256 +"205895",75862,47330,3,96,2422 +"205896",75862,48764,1,96,860 +"205897",75862,51448,3,96,1593 +"205898",75862,55733,3,96,161 +"205899",75862,56212,3,96,1410 +"205900",75862,56673,3,96,2419 +"205901",75862,58233,3,96,1665 +"205902",75862,62498,3,96,1698 +"205903",75862,65223,3,96,2724 +"205904",75862,67763,3,96,822 +"205905",75862,68670,3,96,565 +"205906",75862,78460,2,96,985 +"205907",75862,79025,3,96,1473 +"205908",75862,79236,3,96,1505 +"205909",75862,79404,3,96,1079 +"205910",75862,80728,3,96,599 +"205911",75862,81134,2,96,1384 +"205912",75862,83541,3,96,555 +"205913",75862,92381,2,96,1237 +"205914",75862,93317,3,96,1223 +"205915",75862,95661,2,96,872 +"205916",75862,97940,3,96,431 +"205917",75862,102559,3,96,167 +"205918",75862,104065,1,96,194 +"205919",75862,104542,2,96,897 +"205920",75862,106554,3,96,1270 +"205921",75862,110023,2,96,230 +"205922",75862,114769,2,96,1108 +"205923",75862,115194,3,96,604 +"205924",75862,116792,2,96,2397 +"205925",75862,118806,3,96,135 +"205926",75870,325,3,193,495 +"205927",75870,512,3,193,1596 +"205928",75870,1034,3,193,1438 +"205929",75870,1592,3,193,2006 +"205930",75870,2143,2,193,1174 +"205931",75870,2269,3,193,984 +"205932",75870,2424,3,193,2582 +"205933",75870,2563,3,193,1686 +"205934",75870,2731,3,193,434 +"205935",75870,4317,3,193,1224 +"205936",75870,4701,3,193,2401 +"205937",75870,4790,2,193,1025 +"205938",75870,4791,2,193,1184 +"205939",75870,6718,3,193,2138 +"205940",75870,7582,3,193,1099 +"205941",75870,8529,3,193,1205 +"205942",75870,12304,3,193,439 +"205943",75870,12863,3,193,2027 +"205944",75870,12887,3,193,433 +"205945",75870,14678,3,193,799 +"205946",75870,14834,3,193,2739 +"205947",75870,15799,3,193,1917 +"205948",75870,18393,3,193,860 +"205949",75870,18707,3,193,1143 +"205950",75870,19668,3,193,696 +"205951",75870,19719,3,193,2177 +"205952",75870,20287,3,193,1099 +"205953",75870,21122,3,193,1701 +"205954",75870,21197,3,193,1437 +"205955",75870,21198,2,193,935 +"205956",75870,21285,3,193,2100 +"205957",75870,21617,3,193,516 +"205958",75870,22282,3,193,1418 +"205959",75870,22362,3,193,1836 +"205960",75870,23450,3,193,967 +"205961",75870,24755,3,193,1319 +"205962",75870,26451,3,193,2133 +"205963",75870,26749,3,193,2965 +"205964",75870,27175,3,193,1447 +"205965",75870,27390,3,193,2425 +"205966",75870,27849,3,193,1316 +"205967",75870,28057,3,193,1067 +"205968",75870,28124,3,193,434 +"205969",75870,29124,3,193,199 +"205970",75870,29705,1,193,607 +"205971",75870,29987,3,193,956 +"205972",75870,32017,3,193,577 +"205973",75870,32601,3,193,1033 +"205974",75870,34836,2,193,2302 +"205975",75870,35095,3,193,1502 +"205976",75870,38019,3,193,1870 +"205977",75870,39535,3,193,2428 +"205978",75870,41174,3,193,850 +"205979",75870,41315,3,193,439 +"205980",75870,41901,3,193,630 +"205981",75870,42687,3,193,1952 +"205982",75870,42725,3,193,630 +"205983",75870,43051,2,193,904 +"205984",75870,43385,3,193,1623 +"205985",75870,44059,2,193,525 +"205986",75870,45660,3,193,618 +"205987",75870,46723,2,193,607 +"205988",75870,47585,3,193,794 +"205989",75870,48414,3,193,1749 +"205990",75870,50219,2,193,756 +"205991",75870,50685,3,193,2008 +"205992",75870,51810,3,193,1401 +"205993",75870,52058,3,193,1836 +"205994",75870,52576,3,193,2234 +"205995",75870,55468,3,193,2511 +"205996",75870,57348,3,193,687 +"205997",75870,57353,3,193,1849 +"205998",75870,57950,3,193,1529 +"205999",75870,57990,3,193,978 +"206000",75870,58508,3,193,2326 +"206001",75870,58652,3,193,1437 +"206002",75870,58854,3,193,1131 +"206003",75870,64181,3,193,1828 +"206004",75870,65007,3,193,2530 +"206005",75870,66860,3,193,1548 +"206006",75870,68043,3,193,690 +"206007",75870,70603,3,193,1002 +"206008",75870,71342,3,193,1289 +"206009",75870,72468,2,193,2292 +"206010",75870,72956,3,193,1251 +"206011",75870,73136,3,193,328 +"206012",75870,75921,3,193,517 +"206013",75870,75948,2,193,1006 +"206014",75870,76127,3,193,910 +"206015",75870,77305,3,193,965 +"206016",75870,78270,3,193,1171 +"206017",75870,79322,3,193,2770 +"206018",75870,80242,3,193,569 +"206019",75870,81588,3,193,1568 +"206020",75870,82787,3,193,1144 +"206021",75870,82949,3,193,2077 +"206022",75870,83434,3,193,850 +"206023",75870,89097,3,193,935 +"206024",75870,89541,3,193,525 +"206025",75870,90573,3,193,878 +"206026",75870,92220,2,193,607 +"206027",75870,94179,3,193,2000 +"206028",75870,94520,3,193,1243 +"206029",75870,97273,3,193,475 +"206030",75870,99444,2,193,408 +"206031",75870,105602,3,193,434 +"206032",75870,105742,3,193,231 +"206033",75870,109510,3,193,621 +"206034",75870,109904,3,193,214 +"206035",75870,110399,3,193,480 +"206036",75880,758,3,477,1232 +"206037",75880,2576,3,477,1307 +"206038",75880,5346,3,477,1438 +"206039",75880,5897,3,477,2337 +"206040",75880,9484,3,477,1429 +"206041",75880,10387,3,477,871 +"206042",75880,10453,3,477,1656 +"206043",75880,13136,3,477,2867 +"206044",75880,14532,3,477,1193 +"206045",75880,14676,3,477,2764 +"206046",75880,15207,3,477,1855 +"206047",75880,18550,3,477,483 +"206048",75880,19675,2,477,2025 +"206049",75880,20847,3,477,491 +"206050",75880,21240,2,477,1162 +"206051",75880,26182,3,477,2775 +"206052",75880,29687,3,477,1453 +"206053",75880,30631,3,477,951 +"206054",75880,36912,3,477,2469 +"206055",75880,39418,3,477,1978 +"206056",75880,70583,3,477,2615 +"206057",75880,72597,2,477,1843 +"206058",75880,74055,3,477,1544 +"206059",75880,84447,2,477,1006 +"206060",75880,92860,2,477,1643 +"206061",75880,94520,3,477,1243 +"206062",75880,104098,3,477,512 +"206063",75880,106399,3,477,1530 +"206064",75880,113116,3,477,769 +"206065",75884,3016,3,520,747 +"206066",75884,5568,3,520,1290 +"206067",75884,7245,3,520,2089 +"206068",75884,8512,2,520,935 +"206069",75884,12610,3,520,1274 +"206070",75884,14025,3,520,2384 +"206071",75884,18415,3,520,2184 +"206072",75884,25886,3,520,1580 +"206073",75884,29073,3,520,2328 +"206074",75884,30974,3,520,947 +"206075",75884,31700,3,520,2727 +"206076",75884,34945,3,520,1298 +"206077",75884,37937,3,520,1320 +"206078",75884,44464,3,520,1619 +"206079",75884,62957,3,520,1170 +"206080",75884,70854,3,520,635 +"206081",75884,82226,3,520,1619 +"206082",75884,82426,1,520,1576 +"206083",75884,84768,3,520,1291 +"206084",75898,134,3,889,2062 +"206085",75898,145,1,889,1998 +"206086",75898,312,3,889,2038 +"206087",75898,380,3,889,2261 +"206088",75898,470,3,889,2285 +"206089",75898,600,2,889,1702 +"206090",75898,913,1,889,2144 +"206091",75898,1102,2,889,2282 +"206092",75898,1691,3,889,1941 +"206093",75898,1777,3,889,1965 +"206094",75898,2143,3,889,1174 +"206095",75898,2224,3,889,2751 +"206096",75898,2484,3,889,2389 +"206097",75898,2572,3,889,2273 +"206098",75898,2625,2,889,2152 +"206099",75898,2954,2,889,2727 +"206100",75898,3352,3,889,1707 +"206101",75898,3748,3,889,2052 +"206102",75898,3801,3,889,1974 +"206103",75898,4084,3,889,2133 +"206104",75898,4226,3,889,1903 +"206105",75898,4687,2,889,2152 +"206106",75898,4790,3,889,1025 +"206107",75898,5078,3,889,2033 +"206108",75898,5326,3,889,2652 +"206109",75898,5429,3,889,1991 +"206110",75898,5457,3,889,2077 +"206111",75898,5462,3,889,2374 +"206112",75898,5504,3,889,2389 +"206113",75898,6052,2,889,1985 +"206114",75898,6074,3,889,2426 +"206115",75898,6390,2,889,2385 +"206116",75898,6417,3,889,1675 +"206117",75898,6428,3,889,1952 +"206118",75898,6491,3,889,2424 +"206119",75898,6821,3,889,1788 +"206120",75898,7515,3,889,2737 +"206121",75898,7858,3,889,1795 +"206122",75898,8529,2,889,1205 +"206123",75898,8866,2,889,1545 +"206124",75898,8888,1,889,1328 +"206125",75898,9150,3,889,2689 +"206126",75898,9362,2,889,2879 +"206127",75898,9423,3,889,1708 +"206128",75898,9511,2,889,1232 +"206129",75898,9702,3,889,1928 +"206130",75898,9805,2,889,1621 +"206131",75898,10433,3,889,2075 +"206132",75898,10513,3,889,2284 +"206133",75898,11434,3,889,1187 +"206134",75898,11516,3,889,1937 +"206135",75898,12081,3,889,2166 +"206136",75898,12199,2,889,1651 +"206137",75898,12528,3,889,2589 +"206138",75898,12602,3,889,1956 +"206139",75898,12618,3,889,2021 +"206140",75898,12724,3,889,1930 +"206141",75898,12982,3,889,2143 +"206142",75898,13068,3,889,1778 +"206143",75898,14652,2,889,2516 +"206144",75898,14655,3,889,2559 +"206145",75898,14767,3,889,2068 +"206146",75898,14918,3,889,2071 +"206147",75898,15539,3,889,1929 +"206148",75898,15632,3,889,1242 +"206149",75898,16015,3,889,1307 +"206150",75898,16535,3,889,1993 +"206151",75898,16940,3,889,1290 +"206152",75898,17351,3,889,2036 +"206153",75898,17520,3,889,2276 +"206154",75898,17549,3,889,2647 +"206155",75898,17698,2,889,1559 +"206156",75898,18543,3,889,2968 +"206157",75898,18670,3,889,1835 +"206158",75898,19096,3,889,1538 +"206159",75898,19248,3,889,2357 +"206160",75898,19335,3,889,1729 +"206161",75898,20176,3,889,1050 +"206162",75898,21079,3,889,1997 +"206163",75898,21198,3,889,935 +"206164",75898,21225,3,889,1945 +"206165",75898,21422,3,889,935 +"206166",75898,21682,3,889,2414 +"206167",75898,21929,3,889,2062 +"206168",75898,22282,3,889,1418 +"206169",75898,22567,3,889,2396 +"206170",75898,23132,3,889,2756 +"206171",75898,23725,3,889,2378 +"206172",75898,23729,3,889,1624 +"206173",75898,23918,3,889,1881 +"206174",75898,24448,2,889,2289 +"206175",75898,24568,2,889,1937 +"206176",75898,25341,3,889,1858 +"206177",75898,25378,3,889,1245 +"206178",75898,25443,3,889,1441 +"206179",75898,25816,3,889,2088 +"206180",75898,26067,3,889,2069 +"206181",75898,27275,2,889,2656 +"206182",75898,27390,2,889,2425 +"206183",75898,27391,3,889,2378 +"206184",75898,28216,3,889,1910 +"206185",75898,29170,3,889,1846 +"206186",75898,29308,3,889,2094 +"206187",75898,29982,3,889,1372 +"206188",75898,30052,3,889,2855 +"206189",75898,30325,3,889,1067 +"206190",75898,30883,3,889,1629 +"206191",75898,31235,1,889,2668 +"206192",75898,32947,3,889,1091 +"206193",75898,33285,3,889,1327 +"206194",75898,33383,3,889,1572 +"206195",75898,33981,3,889,1993 +"206196",75898,35095,3,889,1502 +"206197",75898,36087,3,889,2755 +"206198",75898,38780,2,889,2705 +"206199",75898,40383,3,889,2639 +"206200",75898,40493,3,889,1981 +"206201",75898,41739,3,889,1339 +"206202",75898,41900,3,889,1970 +"206203",75898,42216,3,889,2722 +"206204",75898,42799,3,889,2729 +"206205",75898,42925,3,889,1358 +"206206",75898,43941,3,889,1289 +"206207",75898,45302,3,889,2390 +"206208",75898,45650,3,889,1528 +"206209",75898,46040,3,889,2105 +"206210",75898,47445,2,889,2668 +"206211",75898,52327,3,889,1472 +"206212",75898,52576,3,889,2234 +"206213",75898,52735,2,889,1124 +"206214",75898,55320,3,889,1643 +"206215",75898,56082,3,889,2395 +"206216",75898,57544,2,889,2443 +"206217",75898,62602,3,889,1172 +"206218",75898,63409,2,889,1937 +"206219",75898,64181,3,889,1828 +"206220",75898,64232,3,889,1275 +"206221",75898,65625,3,889,1273 +"206222",75898,66413,3,889,2507 +"206223",75898,67652,3,889,2736 +"206224",75898,70455,3,889,1307 +"206225",75898,73305,3,889,2544 +"206226",75898,76127,3,889,910 +"206227",75898,76892,3,889,2381 +"206228",75898,79436,3,889,1344 +"206229",75898,82949,3,889,2077 +"206230",75898,86245,3,889,1972 +"206231",75898,88808,3,889,1462 +"206232",75898,94179,3,889,2000 +"206233",75898,105063,3,889,1908 +"206234",75921,145,3,517,1998 +"206235",75921,312,3,517,2038 +"206236",75921,380,3,517,2261 +"206237",75921,913,3,517,2144 +"206238",75921,1067,3,517,918 +"206239",75921,1102,3,517,2282 +"206240",75921,1323,3,517,1659 +"206241",75921,1592,1,517,2006 +"206242",75921,1691,2,517,1941 +"206243",75921,2011,2,517,2176 +"206244",75921,2143,2,517,1174 +"206245",75921,2208,3,517,2814 +"206246",75921,2289,3,517,2389 +"206247",75921,2334,3,517,2619 +"206248",75921,2349,3,517,1288 +"206249",75921,2484,3,517,2389 +"206250",75921,2572,3,517,2273 +"206251",75921,2609,3,517,834 +"206252",75921,2684,3,517,2874 +"206253",75921,2704,3,517,2609 +"206254",75921,3144,3,517,869 +"206255",75921,3163,2,517,2020 +"206256",75921,3352,3,517,1707 +"206257",75921,3493,3,517,2451 +"206258",75921,3801,2,517,1974 +"206259",75921,4317,3,517,1224 +"206260",75921,4360,3,517,1770 +"206261",75921,4504,3,517,1905 +"206262",75921,4690,3,517,1938 +"206263",75921,4707,2,517,2588 +"206264",75921,4790,3,517,1025 +"206265",75921,5018,3,517,640 +"206266",75921,5258,3,517,2730 +"206267",75921,6052,3,517,1985 +"206268",75921,6104,3,517,2462 +"206269",75921,6252,3,517,2336 +"206270",75921,6390,2,517,2385 +"206271",75921,6491,3,517,2424 +"206272",75921,6627,3,517,2063 +"206273",75921,6697,2,517,2438 +"206274",75921,7582,3,517,1099 +"206275",75921,7703,3,517,2122 +"206276",75921,8011,3,517,889 +"206277",75921,8529,3,517,1205 +"206278",75921,8762,3,517,2585 +"206279",75921,8866,2,517,1545 +"206280",75921,8888,2,517,1328 +"206281",75921,8910,3,517,1054 +"206282",75921,9311,3,517,2477 +"206283",75921,9362,3,517,2879 +"206284",75921,9511,3,517,1232 +"206285",75921,9702,3,517,1928 +"206286",75921,9805,3,517,1621 +"206287",75921,10488,3,517,1524 +"206288",75921,10513,3,517,2284 +"206289",75921,11055,3,517,2111 +"206290",75921,11103,3,517,2393 +"206291",75921,11351,3,517,2971 +"206292",75921,11434,3,517,1187 +"206293",75921,12199,3,517,1651 +"206294",75921,12602,3,517,1956 +"206295",75921,12724,3,517,1930 +"206296",75921,12779,3,517,936 +"206297",75921,13248,3,517,1385 +"206298",75921,13837,3,517,1604 +"206299",75921,13869,3,517,1786 +"206300",75921,14108,2,517,2012 +"206301",75921,14655,3,517,2559 +"206302",75921,14656,3,517,584 +"206303",75921,14678,3,517,799 +"206304",75921,14731,2,517,2012 +"206305",75921,14834,3,517,2739 +"206306",75921,15713,3,517,1646 +"206307",75921,16053,3,517,908 +"206308",75921,18502,3,517,1033 +"206309",75921,18543,3,517,2968 +"206310",75921,18571,3,517,2128 +"206311",75921,18735,3,517,1581 +"206312",75921,19173,3,517,1686 +"206313",75921,19718,3,517,1702 +"206314",75921,19882,3,517,565 +"206315",75921,20070,3,517,1914 +"206316",75921,20124,3,517,2376 +"206317",75921,20311,3,517,1981 +"206318",75921,20343,3,517,851 +"206319",75921,20407,2,517,2339 +"206320",75921,21133,2,517,1320 +"206321",75921,21235,3,517,541 +"206322",75921,21463,3,517,2437 +"206323",75921,21682,2,517,2414 +"206324",75921,21929,3,517,2062 +"206325",75921,22141,2,517,2348 +"206326",75921,22165,2,517,1501 +"206327",75921,23403,1,517,607 +"206328",75921,23729,3,517,1624 +"206329",75921,24060,3,517,2349 +"206330",75921,24198,3,517,2217 +"206331",75921,24256,3,517,2393 +"206332",75921,24512,3,517,1369 +"206333",75921,25565,3,517,2764 +"206334",75921,25874,3,517,2088 +"206335",75921,26342,3,517,527 +"206336",75921,26608,3,517,2329 +"206337",75921,26713,3,517,1235 +"206338",75921,27390,3,517,2425 +"206339",75921,28048,3,517,1637 +"206340",75921,28056,2,517,1505 +"206341",75921,28626,3,517,2842 +"206342",75921,28808,2,517,1063 +"206343",75921,29170,3,517,1846 +"206344",75921,29722,3,517,1305 +"206345",75921,29948,3,517,2795 +"206346",75921,30325,3,517,1067 +"206347",75921,30405,3,517,2164 +"206348",75921,30411,3,517,630 +"206349",75921,31164,3,517,1996 +"206350",75921,31235,3,517,2668 +"206351",75921,33241,3,517,632 +"206352",75921,33285,3,517,1327 +"206353",75921,33433,3,517,2805 +"206354",75921,33622,2,517,2230 +"206355",75921,34314,3,517,630 +"206356",75921,34836,3,517,2302 +"206357",75921,34945,3,517,1298 +"206358",75921,35045,3,517,1646 +"206359",75921,36087,2,517,2755 +"206360",75921,36439,3,517,2469 +"206361",75921,37509,2,517,1640 +"206362",75921,37628,3,517,819 +"206363",75921,37800,3,517,604 +"206364",75921,38213,2,517,1744 +"206365",75921,39105,3,517,2487 +"206366",75921,39535,3,517,2428 +"206367",75921,39865,3,517,849 +"206368",75921,40226,3,517,880 +"206369",75921,40369,3,517,2735 +"206370",75921,40493,3,517,1981 +"206371",75921,40703,3,517,1608 +"206372",75921,41085,3,517,637 +"206373",75921,41187,3,517,2340 +"206374",75921,41901,3,517,630 +"206375",75921,42216,3,517,2722 +"206376",75921,42756,3,517,1384 +"206377",75921,43173,3,517,2895 +"206378",75921,43213,3,517,2160 +"206379",75921,43568,3,517,837 +"206380",75921,43635,3,517,1196 +"206381",75921,44427,3,517,2875 +"206382",75921,45186,3,517,835 +"206383",75921,45302,3,517,2390 +"206384",75921,45545,3,517,1776 +"206385",75921,45650,3,517,1528 +"206386",75921,46196,3,517,1510 +"206387",75921,46621,2,517,1343 +"206388",75921,46950,3,517,2673 +"206389",75921,46951,2,517,2429 +"206390",75921,47384,3,517,1639 +"206391",75921,47435,3,517,878 +"206392",75921,47585,1,517,794 +"206393",75921,49110,3,517,2938 +"206394",75921,49301,2,517,1894 +"206395",75921,49470,3,517,1528 +"206396",75921,49512,3,517,1302 +"206397",75921,49620,2,517,1868 +"206398",75921,50134,3,517,2674 +"206399",75921,50179,3,517,2230 +"206400",75921,50217,3,517,1211 +"206401",75921,50235,3,517,726 +"206402",75921,50254,3,517,1151 +"206403",75921,50737,3,517,959 +"206404",75921,50946,3,517,1075 +"206405",75921,51572,3,517,912 +"206406",75921,51628,3,517,901 +"206407",75921,51866,3,517,2411 +"206408",75921,52136,2,517,1412 +"206409",75921,52327,2,517,1472 +"206410",75921,53134,3,517,1590 +"206411",75921,53252,3,517,637 +"206412",75921,53323,3,517,2677 +"206413",75921,55084,3,517,1189 +"206414",75921,55155,3,517,2333 +"206415",75921,55156,3,517,2196 +"206416",75921,55185,3,517,922 +"206417",75921,56082,3,517,2395 +"206418",75921,56903,3,517,1584 +"206419",75921,57353,3,517,1849 +"206420",75921,57990,3,517,978 +"206421",75921,58284,3,517,2292 +"206422",75921,61785,2,517,822 +"206423",75921,62602,3,517,1172 +"206424",75921,63328,3,517,922 +"206425",75921,64181,3,517,1828 +"206426",75921,64427,3,517,535 +"206427",75921,64997,3,517,2791 +"206428",75921,67788,3,517,837 +"206429",75921,68592,3,517,2551 +"206430",75921,69447,2,517,1197 +"206431",75921,69712,3,517,1219 +"206432",75921,72207,3,517,2430 +"206433",75921,72468,3,517,2292 +"206434",75921,73675,3,517,887 +"206435",75921,73786,3,517,2937 +"206436",75921,74190,3,517,1428 +"206437",75921,74318,3,517,632 +"206438",75921,74636,2,517,2525 +"206439",75921,74910,3,517,653 +"206440",75921,75025,3,517,717 +"206441",75921,75216,3,517,672 +"206442",75921,75403,3,517,1895 +"206443",75921,75898,3,517,889 +"206444",75921,76127,3,517,910 +"206445",75921,76192,3,517,912 +"206446",75921,76646,3,517,1263 +"206447",75921,78416,3,517,630 +"206448",75921,78563,3,517,2385 +"206449",75921,78569,3,517,578 +"206450",75921,79322,3,517,2770 +"206451",75921,79364,3,517,834 +"206452",75921,79436,2,517,1344 +"206453",75921,79657,3,517,1260 +"206454",75921,80825,3,517,2315 +"206455",75921,82270,3,517,1641 +"206456",75921,82787,2,517,1144 +"206457",75921,84022,3,517,2289 +"206458",75921,88126,3,517,1027 +"206459",75921,88232,2,517,2881 +"206460",75921,88966,3,517,1568 +"206461",75921,90802,3,517,877 +"206462",75921,92322,3,517,2393 +"206463",75921,95155,3,517,849 +"206464",75921,97242,3,517,686 +"206465",75921,97824,3,517,1229 +"206466",75921,100432,3,517,1358 +"206467",75921,101343,3,517,761 +"206468",75921,101967,3,517,691 +"206469",75925,3100,3,82,2524 +"206470",75925,3786,3,82,2282 +"206471",75925,4144,3,82,1520 +"206472",75925,5168,3,82,629 +"206473",75925,6071,3,82,2310 +"206474",75925,6078,3,82,498 +"206475",75925,9050,3,82,2026 +"206476",75925,9727,2,82,2327 +"206477",75925,9912,3,82,1356 +"206478",75925,11135,2,82,2441 +"206479",75925,15502,2,82,2637 +"206480",75925,15916,1,82,1236 +"206481",75925,16046,2,82,103 +"206482",75925,16545,3,82,186 +"206483",75925,16833,3,82,1661 +"206484",75925,19687,3,82,2072 +"206485",75925,19972,3,82,2078 +"206486",75925,20392,3,82,1309 +"206487",75925,20413,3,82,806 +"206488",75925,21419,3,82,1243 +"206489",75925,21895,3,82,1693 +"206490",75925,22980,3,82,158 +"206491",75925,23330,3,82,448 +"206492",75925,23639,2,82,2065 +"206493",75925,23731,3,82,1656 +"206494",75925,24109,2,82,504 +"206495",75925,24116,3,82,1413 +"206496",75925,24734,3,82,338 +"206497",75925,25139,3,82,816 +"206498",75925,25270,2,82,985 +"206499",75925,25286,3,82,1545 +"206500",75925,25451,3,82,698 +"206501",75925,26513,3,82,2205 +"206502",75925,26567,2,82,1158 +"206503",75925,28567,3,82,2398 +"206504",75925,28914,3,82,580 +"206505",75925,31795,3,82,412 +"206506",75925,33244,3,82,188 +"206507",75925,42195,3,82,573 +"206508",75925,45487,3,82,2256 +"206509",75925,47557,3,82,999 +"206510",75925,48764,3,82,860 +"206511",75925,49147,3,82,2539 +"206512",75925,51448,2,82,1593 +"206513",75925,53498,3,82,1967 +"206514",75925,55436,3,82,2513 +"206515",75925,56212,3,82,1410 +"206516",75925,56673,3,82,2419 +"206517",75925,68670,3,82,565 +"206518",75925,69215,3,82,1591 +"206519",75925,75862,3,82,96 +"206520",75925,78460,3,82,985 +"206521",75925,79236,3,82,1505 +"206522",75925,81134,3,82,1384 +"206523",75925,83133,3,82,1055 +"206524",75925,83228,3,82,732 +"206525",75925,86357,3,82,736 +"206526",75925,92381,3,82,1237 +"206527",75925,92947,3,82,1289 +"206528",75925,93317,3,82,1223 +"206529",75925,94399,3,82,963 +"206530",75925,95661,3,82,872 +"206531",75925,97940,3,82,431 +"206532",75925,104065,3,82,194 +"206533",75925,104542,3,82,897 +"206534",75925,104659,3,82,2026 +"206535",75925,105262,3,82,223 +"206536",75925,106554,3,82,1270 +"206537",75925,108872,3,82,1810 +"206538",75925,110023,3,82,230 +"206539",75925,115194,3,82,604 +"206540",75935,5454,3,1569,1779 +"206541",75935,9301,3,1569,1861 +"206542",75935,10453,3,1569,1656 +"206543",75935,16501,3,1569,1650 +"206544",75935,29286,3,1569,1612 +"206545",75935,53739,3,1569,2704 +"206546",75948,307,3,1006,2530 +"206547",75948,377,3,1006,2389 +"206548",75948,600,3,1006,1702 +"206549",75948,671,3,1006,2328 +"206550",75948,913,3,1006,2144 +"206551",75948,1127,3,1006,1188 +"206552",75948,1130,3,1006,1566 +"206553",75948,1154,3,1006,1656 +"206554",75948,1616,3,1006,2662 +"206555",75948,1777,3,1006,1965 +"206556",75948,2208,3,1006,2814 +"206557",75948,2322,3,1006,1645 +"206558",75948,2325,3,1006,1641 +"206559",75948,2424,3,1006,2582 +"206560",75948,2533,3,1006,2016 +"206561",75948,2572,3,1006,2273 +"206562",75948,2754,3,1006,1360 +"206563",75948,3011,3,1006,2278 +"206564",75948,3305,3,1006,2839 +"206565",75948,3830,2,1006,1661 +"206566",75948,3966,3,1006,2425 +"206567",75948,4057,3,1006,2389 +"206568",75948,4226,3,1006,1903 +"206569",75948,4289,3,1006,1921 +"206570",75948,4317,2,1006,1224 +"206571",75948,4567,3,1006,2348 +"206572",75948,4701,2,1006,2401 +"206573",75948,4790,1,1006,1025 +"206574",75948,4791,1,1006,1184 +"206575",75948,5078,3,1006,2033 +"206576",75948,5457,3,1006,2077 +"206577",75948,5462,2,1006,2374 +"206578",75948,5504,3,1006,2389 +"206579",75948,6052,3,1006,1985 +"206580",75948,6718,3,1006,2138 +"206581",75948,7241,2,1006,2259 +"206582",75948,7323,3,1006,2858 +"206583",75948,7555,3,1006,1943 +"206584",75948,7847,3,1006,2424 +"206585",75948,7861,3,1006,1647 +"206586",75948,9432,3,1006,1693 +"206587",75948,9511,3,1006,1232 +"206588",75948,10646,3,1006,1555 +"206589",75948,11541,3,1006,1927 +"206590",75948,12096,3,1006,1330 +"206591",75948,12374,3,1006,2260 +"206592",75948,12618,3,1006,2021 +"206593",75948,12728,3,1006,2374 +"206594",75948,12863,3,1006,2027 +"206595",75948,13043,3,1006,1295 +"206596",75948,13945,3,1006,1324 +"206597",75948,15005,2,1006,1415 +"206598",75948,15118,3,1006,1311 +"206599",75948,16164,3,1006,1184 +"206600",75948,17357,3,1006,1536 +"206601",75948,17852,2,1006,2840 +"206602",75948,18707,1,1006,1143 +"206603",75948,19606,3,1006,2783 +"206604",75948,19719,3,1006,2177 +"206605",75948,20287,3,1006,1099 +"206606",75948,20311,3,1006,1981 +"206607",75948,20824,3,1006,1366 +"206608",75948,20975,3,1006,1305 +"206609",75948,21104,3,1006,2327 +"206610",75948,21122,1,1006,1701 +"206611",75948,21197,3,1006,1437 +"206612",75948,21285,3,1006,2100 +"206613",75948,21693,3,1006,2176 +"206614",75948,21758,3,1006,1331 +"206615",75948,22006,3,1006,1202 +"206616",75948,22282,2,1006,1418 +"206617",75948,22326,3,1006,2818 +"206618",75948,22331,2,1006,2687 +"206619",75948,22362,3,1006,1836 +"206620",75948,22455,3,1006,1197 +"206621",75948,22749,3,1006,1727 +"206622",75948,23508,3,1006,1907 +"206623",75948,23509,3,1006,2275 +"206624",75948,23729,3,1006,1624 +"206625",75948,23825,3,1006,1913 +"206626",75948,24005,2,1006,1188 +"206627",75948,24286,3,1006,1280 +"206628",75948,24755,2,1006,1319 +"206629",75948,25129,3,1006,2647 +"206630",75948,25132,3,1006,1188 +"206631",75948,25305,3,1006,2447 +"206632",75948,25341,3,1006,1858 +"206633",75948,25443,3,1006,1441 +"206634",75948,25577,3,1006,1946 +"206635",75948,26282,3,1006,1241 +"206636",75948,26322,3,1006,1018 +"206637",75948,26451,2,1006,2133 +"206638",75948,26570,3,1006,1669 +"206639",75948,26749,3,1006,2965 +"206640",75948,27175,2,1006,1447 +"206641",75948,27275,3,1006,2656 +"206642",75948,27390,2,1006,2425 +"206643",75948,27694,3,1006,2030 +"206644",75948,27792,3,1006,1308 +"206645",75948,27849,2,1006,1316 +"206646",75948,28015,3,1006,1624 +"206647",75948,28216,3,1006,1910 +"206648",75948,29073,3,1006,2328 +"206649",75948,29962,3,1006,2201 +"206650",75948,30052,2,1006,2855 +"206651",75948,31799,3,1006,2547 +"206652",75948,32457,3,1006,2690 +"206653",75948,32601,3,1006,1033 +"206654",75948,32606,3,1006,2100 +"206655",75948,33356,3,1006,1586 +"206656",75948,33430,3,1006,2225 +"206657",75948,33433,3,1006,2805 +"206658",75948,34509,3,1006,1973 +"206659",75948,35095,3,1006,1502 +"206660",75948,35256,3,1006,2271 +"206661",75948,37570,3,1006,2389 +"206662",75948,38019,3,1006,1870 +"206663",75948,38162,3,1006,1691 +"206664",75948,40072,3,1006,1182 +"206665",75948,41278,2,1006,1873 +"206666",75948,41739,3,1006,1339 +"206667",75948,41832,3,1006,1155 +"206668",75948,42618,3,1006,2316 +"206669",75948,42687,3,1006,1952 +"206670",75948,43385,3,1006,1623 +"206671",75948,43518,3,1006,2680 +"206672",75948,43929,3,1006,2749 +"206673",75948,44306,3,1006,1036 +"206674",75948,47248,3,1006,2883 +"206675",75948,48414,3,1006,1749 +"206676",75948,48698,2,1006,1474 +"206677",75948,50685,3,1006,2008 +"206678",75948,51017,3,1006,2073 +"206679",75948,51810,1,1006,1401 +"206680",75948,52058,2,1006,1836 +"206681",75948,52136,3,1006,1412 +"206682",75948,52576,3,1006,2234 +"206683",75948,52735,3,1006,1124 +"206684",75948,54879,3,1006,2210 +"206685",75948,55438,3,1006,2863 +"206686",75948,55468,1,1006,2511 +"206687",75948,56317,2,1006,2030 +"206688",75948,57950,1,1006,1529 +"206689",75948,58035,3,1006,1646 +"206690",75948,58133,3,1006,1484 +"206691",75948,58508,3,1006,2326 +"206692",75948,58652,3,1006,1437 +"206693",75948,58684,3,1006,2295 +"206694",75948,62903,3,1006,1704 +"206695",75948,63547,3,1006,1023 +"206696",75948,64031,3,1006,1295 +"206697",75948,64181,2,1006,1828 +"206698",75948,64997,3,1006,2791 +"206699",75948,65016,3,1006,2749 +"206700",75948,65625,3,1006,1273 +"206701",75948,66413,3,1006,2507 +"206702",75948,66860,2,1006,1548 +"206703",75948,67222,3,1006,1332 +"206704",75948,70046,3,1006,2624 +"206705",75948,70605,3,1006,1176 +"206706",75948,71342,3,1006,1289 +"206707",75948,71702,3,1006,2353 +"206708",75948,72956,3,1006,1251 +"206709",75948,76892,3,1006,2381 +"206710",75948,77155,3,1006,2946 +"206711",75948,78270,3,1006,1171 +"206712",75948,79322,2,1006,2770 +"206713",75948,79804,3,1006,2227 +"206714",75948,81588,2,1006,1568 +"206715",75948,82787,3,1006,1144 +"206716",75948,82949,3,1006,2077 +"206717",75948,85430,3,1006,2370 +"206718",75948,88232,3,1006,2881 +"206719",75948,89958,3,1006,1186 +"206720",75948,92124,3,1006,1532 +"206721",75948,97915,2,1006,1802 +"206722",75948,105063,3,1006,1908 +"206723",75948,105795,3,1006,1265 +"206724",75948,108867,2,1006,2328 +"206725",75949,10350,3,320,1163 +"206726",75949,13537,3,320,1020 +"206727",75949,28131,3,320,1492 +"206728",75949,35589,3,320,983 +"206729",75949,58669,2,320,2296 +"206730",75949,119494,3,320,641 +"206731",75955,2221,3,866,2092 +"206732",75955,2418,3,866,2020 +"206733",75955,2576,2,866,1307 +"206734",75955,2759,2,866,2030 +"206735",75955,3255,3,866,2504 +"206736",75955,4730,2,866,2131 +"206737",75955,6133,2,866,1229 +"206738",75955,6627,3,866,2063 +"206739",75955,7269,3,866,1728 +"206740",75955,7433,3,866,2255 +"206741",75955,7443,3,866,2028 +"206742",75955,8984,2,866,1162 +"206743",75955,10495,3,866,2230 +"206744",75955,10638,3,866,2692 +"206745",75955,10905,3,866,1552 +"206746",75955,10914,3,866,1660 +"206747",75955,11506,3,866,2824 +"206748",75955,17252,3,866,1258 +"206749",75955,18571,3,866,2128 +"206750",75955,18943,3,866,2861 +"206751",75955,20007,3,866,2971 +"206752",75955,21180,2,866,2762 +"206753",75955,21575,3,866,1762 +"206754",75955,21741,3,866,1574 +"206755",75955,23513,1,866,900 +"206756",75955,27008,3,866,911 +"206757",75955,30442,1,866,2124 +"206758",75955,31164,3,866,1996 +"206759",75955,32449,3,866,2091 +"206760",75955,34162,2,866,2336 +"206761",75955,36136,3,866,2338 +"206762",75955,41955,3,866,2479 +"206763",75955,45730,3,866,2063 +"206764",75955,54663,3,866,1424 +"206765",75955,55775,3,866,2385 +"206766",75955,56338,3,866,1818 +"206767",75955,56673,3,866,2419 +"206768",75955,60979,1,866,1758 +"206769",75955,65316,2,866,1020 +"206770",75955,66911,3,866,1920 +"206771",75955,70455,3,866,1307 +"206772",75955,76132,2,866,2426 +"206773",75955,76675,2,866,1840 +"206774",75955,77200,3,866,1737 +"206775",75955,77397,2,866,1302 +"206776",75955,86664,3,866,1146 +"206777",75955,104306,3,866,1665 +"206778",75955,111034,3,866,2131 +"206779",75955,115155,3,866,1942 +"206780",75957,38785,3,239,437 +"206781",76002,44089,3,983,1632 +"206782",76002,50001,3,983,1518 +"206783",76002,50784,3,983,2733 +"206784",76007,21,2,918,1385 +"206785",76007,680,3,918,2569 +"206786",76007,1108,3,918,1600 +"206787",76007,2540,3,918,1398 +"206788",76007,2576,3,918,1307 +"206789",76007,2852,3,918,2448 +"206790",76007,3127,3,918,2273 +"206791",76007,3978,3,918,2775 +"206792",76007,4361,3,918,2571 +"206793",76007,4367,3,918,2794 +"206794",76007,4668,2,918,1919 +"206795",76007,4669,2,918,2395 +"206796",76007,6989,3,918,2623 +"206797",76007,7126,3,918,1261 +"206798",76007,7252,3,918,2799 +"206799",76007,8140,3,918,1262 +"206800",76007,8568,3,918,2706 +"206801",76007,8890,1,918,1955 +"206802",76007,10980,2,918,1974 +"206803",76007,11107,3,918,1256 +"206804",76007,11108,3,918,1609 +"206805",76007,11648,3,918,2852 +"206806",76007,12759,3,918,2414 +"206807",76007,12948,2,918,2669 +"206808",76007,14532,3,918,1193 +"206809",76007,14781,2,918,2338 +"206810",76007,16715,2,918,1218 +"206811",76007,18381,3,918,1524 +"206812",76007,18978,3,918,952 +"206813",76007,20395,3,918,1468 +"206814",76007,20941,3,918,2725 +"206815",76007,21383,3,918,971 +"206816",76007,21593,3,918,1312 +"206817",76007,23325,3,918,2779 +"206818",76007,23488,3,918,1523 +"206819",76007,27390,3,918,2425 +"206820",76007,27742,3,918,2700 +"206821",76007,28869,2,918,2425 +"206822",76007,28904,3,918,926 +"206823",76007,30318,3,918,2395 +"206824",76007,30525,3,918,1964 +"206825",76007,30669,3,918,1921 +"206826",76007,31542,3,918,2459 +"206827",76007,33870,3,918,955 +"206828",76007,37522,3,918,1270 +"206829",76007,37636,3,918,2178 +"206830",76007,39418,3,918,1978 +"206831",76007,39746,2,918,1361 +"206832",76007,40572,3,918,2666 +"206833",76007,41581,3,918,1692 +"206834",76007,41723,3,918,2101 +"206835",76007,43021,3,918,943 +"206836",76007,45869,1,918,2840 +"206837",76007,46299,2,918,1132 +"206838",76007,47810,3,918,957 +"206839",76007,49849,3,918,977 +"206840",76007,50585,3,918,2414 +"206841",76007,50621,3,918,2809 +"206842",76007,50903,3,918,931 +"206843",76007,52483,3,918,2317 +"206844",76007,54775,3,918,2383 +"206845",76007,56669,3,918,2924 +"206846",76007,57209,3,918,1719 +"206847",76007,62746,3,918,2119 +"206848",76007,63077,3,918,2778 +"206849",76007,63701,3,918,1620 +"206850",76007,67266,3,918,2010 +"206851",76007,76286,3,918,1642 +"206852",76007,78138,3,918,1601 +"206853",76007,80156,3,918,1667 +"206854",76007,84975,3,918,1138 +"206855",76007,90467,3,918,2840 +"206856",76007,91849,3,918,1166 +"206857",76007,103491,2,918,1523 +"206858",76007,103890,3,918,958 +"206859",76048,1315,3,2373,2760 +"206860",76048,2289,3,2373,2389 +"206861",76048,7234,3,2373,2654 +"206862",76048,11477,3,2373,2724 +"206863",76048,16352,3,2373,2657 +"206864",76048,17061,3,2373,2385 +"206865",76048,23725,2,2373,2378 +"206866",76048,26080,3,2373,2525 +"206867",76048,31436,3,2373,2892 +"206868",76048,54929,3,2373,2783 +"206869",76048,56082,3,2373,2395 +"206870",76048,72207,3,2373,2430 +"206871",76081,1196,3,1534,1986 +"206872",76081,1315,3,1534,2760 +"206873",76081,8821,3,1534,2230 +"206874",76081,20783,3,1534,2414 +"206875",76081,21479,3,1534,2134 +"206876",76081,23534,3,1534,1659 +"206877",76081,32988,3,1534,2008 +"206878",76081,42505,2,1534,2008 +"206879",76081,44654,3,1534,2916 +"206880",76081,47789,3,1534,1583 +"206881",76081,55953,3,1534,2492 +"206882",76081,73786,3,1534,2937 +"206883",76127,135,3,910,2233 +"206884",76127,145,3,910,1998 +"206885",76127,270,3,910,2542 +"206886",76127,312,3,910,2038 +"206887",76127,380,2,910,2261 +"206888",76127,455,3,910,2827 +"206889",76127,470,3,910,2285 +"206890",76127,489,3,910,2652 +"206891",76127,600,3,910,1702 +"206892",76127,675,3,910,1686 +"206893",76127,854,3,910,2307 +"206894",76127,913,3,910,2144 +"206895",76127,1090,3,910,2370 +"206896",76127,1102,2,910,2282 +"206897",76127,1124,3,910,1596 +"206898",76127,1136,3,910,2536 +"206899",76127,1175,3,910,1642 +"206900",76127,1469,3,910,1160 +"206901",76127,1592,2,910,2006 +"206902",76127,1691,1,910,1941 +"206903",76127,2011,3,910,2176 +"206904",76127,2181,3,910,2030 +"206905",76127,2322,3,910,1645 +"206906",76127,2424,2,910,2582 +"206907",76127,2484,3,910,2389 +"206908",76127,2523,3,910,1691 +"206909",76127,2533,2,910,2016 +"206910",76127,2572,3,910,2273 +"206911",76127,2684,3,910,2874 +"206912",76127,3271,3,910,2216 +"206913",76127,3284,3,910,1541 +"206914",76127,3305,2,910,2839 +"206915",76127,3628,3,910,2707 +"206916",76127,3801,3,910,1974 +"206917",76127,3878,3,910,1890 +"206918",76127,3966,3,910,2425 +"206919",76127,4226,3,910,1903 +"206920",76127,4526,3,910,1728 +"206921",76127,4687,3,910,2152 +"206922",76127,4790,3,910,1025 +"206923",76127,4791,3,910,1184 +"206924",76127,4932,3,910,2752 +"206925",76127,5258,3,910,2730 +"206926",76127,5462,3,910,2374 +"206927",76127,5504,3,910,2389 +"206928",76127,5622,3,910,2175 +"206929",76127,5716,3,910,1058 +"206930",76127,5971,3,910,1985 +"206931",76127,6052,2,910,1985 +"206932",76127,6074,3,910,2426 +"206933",76127,6252,3,910,2336 +"206934",76127,6363,3,910,2066 +"206935",76127,6390,2,910,2385 +"206936",76127,6417,3,910,1675 +"206937",76127,6428,3,910,1952 +"206938",76127,6588,3,910,2025 +"206939",76127,6718,3,910,2138 +"206940",76127,6940,3,910,1183 +"206941",76127,7245,3,910,2089 +"206942",76127,7515,3,910,2737 +"206943",76127,7847,3,910,2424 +"206944",76127,8610,3,910,2240 +"206945",76127,8621,3,910,1681 +"206946",76127,8762,3,910,2585 +"206947",76127,8777,3,910,1620 +"206948",76127,8866,3,910,1545 +"206949",76127,8888,3,910,1328 +"206950",76127,9184,3,910,2670 +"206951",76127,9272,3,910,2835 +"206952",76127,9311,3,910,2477 +"206953",76127,9362,3,910,2879 +"206954",76127,9364,2,910,1698 +"206955",76127,9432,3,910,1693 +"206956",76127,9511,3,910,1232 +"206957",76127,9624,3,910,2398 +"206958",76127,9702,3,910,1928 +"206959",76127,9805,3,910,1621 +"206960",76127,10222,3,910,2212 +"206961",76127,10433,3,910,2075 +"206962",76127,10513,3,910,2284 +"206963",76127,10857,3,910,2253 +"206964",76127,10874,3,910,1891 +"206965",76127,11006,3,910,1950 +"206966",76127,11055,3,910,2111 +"206967",76127,11218,3,910,2292 +"206968",76127,11434,2,910,1187 +"206969",76127,11516,2,910,1937 +"206970",76127,12199,2,910,1651 +"206971",76127,12618,3,910,2021 +"206972",76127,12724,3,910,1930 +"206973",76127,13068,3,910,1778 +"206974",76127,13248,3,910,1385 +"206975",76127,13307,3,910,2206 +"206976",76127,13837,3,910,1604 +"206977",76127,13890,3,910,1482 +"206978",76127,14108,3,910,2012 +"206979",76127,14655,3,910,2559 +"206980",76127,14731,3,910,2012 +"206981",76127,14983,3,910,1047 +"206982",76127,15299,3,910,2213 +"206983",76127,15500,3,910,1658 +"206984",76127,15539,3,910,1929 +"206985",76127,15713,3,910,1646 +"206986",76127,15813,3,910,2143 +"206987",76127,16201,2,910,1811 +"206988",76127,16313,3,910,1160 +"206989",76127,16332,3,910,2668 +"206990",76127,16432,3,910,2664 +"206991",76127,16535,3,910,1993 +"206992",76127,16940,3,910,1290 +"206993",76127,17376,2,910,1202 +"206994",76127,17520,3,910,2276 +"206995",76127,17645,3,910,1918 +"206996",76127,17698,3,910,1559 +"206997",76127,17931,3,910,1617 +"206998",76127,18152,3,910,1314 +"206999",76127,18394,3,910,2356 +"207000",76127,18502,3,910,1033 +"207001",76127,18543,3,910,2968 +"207002",76127,18707,3,910,1143 +"207003",76127,18965,3,910,2315 +"207004",76127,19173,2,910,1686 +"207005",76127,19248,3,910,2357 +"207006",76127,19322,3,910,2048 +"207007",76127,19335,3,910,1729 +"207008",76127,19718,3,910,1702 +"207009",76127,19719,2,910,2177 +"207010",76127,19862,3,910,2412 +"207011",76127,20124,3,910,2376 +"207012",76127,20176,3,910,1050 +"207013",76127,20407,1,910,2339 +"207014",76127,20659,3,910,1969 +"207015",76127,20975,3,910,1305 +"207016",76127,21133,3,910,1320 +"207017",76127,21197,3,910,1437 +"207018",76127,21198,2,910,935 +"207019",76127,21285,3,910,2100 +"207020",76127,21682,3,910,2414 +"207021",76127,21693,3,910,2176 +"207022",76127,21929,3,910,2062 +"207023",76127,22165,3,910,1501 +"207024",76127,22282,2,910,1418 +"207025",76127,22326,3,910,2818 +"207026",76127,22362,3,910,1836 +"207027",76127,22415,3,910,2841 +"207028",76127,22567,3,910,2396 +"207029",76127,22586,3,910,1341 +"207030",76127,22785,3,910,1733 +"207031",76127,22895,3,910,2704 +"207032",76127,23132,2,910,2756 +"207033",76127,23395,2,910,1948 +"207034",76127,23450,2,910,967 +"207035",76127,23492,3,910,1067 +"207036",76127,23509,3,910,2275 +"207037",76127,23526,3,910,1998 +"207038",76127,23715,3,910,1859 +"207039",76127,23729,3,910,1624 +"207040",76127,23787,3,910,2810 +"207041",76127,24568,2,910,1937 +"207042",76127,25378,3,910,1245 +"207043",76127,25565,3,910,2764 +"207044",76127,25577,2,910,1946 +"207045",76127,25816,3,910,2088 +"207046",76127,26106,2,910,2015 +"207047",76127,26322,3,910,1018 +"207048",76127,26336,3,910,1904 +"207049",76127,26471,3,910,1061 +"207050",76127,26749,3,910,2965 +"207051",76127,27175,3,910,1447 +"207052",76127,27261,3,910,1368 +"207053",76127,27275,3,910,2656 +"207054",76127,27390,3,910,2425 +"207055",76127,27391,3,910,2378 +"207056",76127,27694,2,910,2030 +"207057",76127,27792,3,910,1308 +"207058",76127,27837,3,910,1315 +"207059",76127,28015,3,910,1624 +"207060",76127,28115,3,910,1835 +"207061",76127,28808,3,910,1063 +"207062",76127,29170,3,910,1846 +"207063",76127,29224,2,910,2011 +"207064",76127,29930,3,910,2240 +"207065",76127,30052,3,910,2855 +"207066",76127,30410,3,910,1966 +"207067",76127,30883,3,910,1629 +"207068",76127,31050,2,910,1491 +"207069",76127,31235,3,910,2668 +"207070",76127,31338,3,910,917 +"207071",76127,32131,3,910,1035 +"207072",76127,32503,3,910,2020 +"207073",76127,32947,3,910,1091 +"207074",76127,33285,3,910,1327 +"207075",76127,33622,2,910,2230 +"207076",76127,34160,3,910,1759 +"207077",76127,34836,3,910,2302 +"207078",76127,34945,3,910,1298 +"207079",76127,35045,3,910,1646 +"207080",76127,35095,3,910,1502 +"207081",76127,35302,2,910,1589 +"207082",76127,35481,3,910,2211 +"207083",76127,35529,3,910,1620 +"207084",76127,35673,3,910,1067 +"207085",76127,36439,1,910,2469 +"207086",76127,36651,3,910,1600 +"207087",76127,37285,3,910,2428 +"207088",76127,37509,3,910,1640 +"207089",76127,38019,2,910,1870 +"207090",76127,38213,3,910,1744 +"207091",76127,38921,3,910,1880 +"207092",76127,39238,3,910,922 +"207093",76127,40028,3,910,1349 +"207094",76127,40383,3,910,2639 +"207095",76127,40493,3,910,1981 +"207096",76127,41739,3,910,1339 +"207097",76127,42216,3,910,2722 +"207098",76127,43226,3,910,2442 +"207099",76127,43385,2,910,1623 +"207100",76127,43455,3,910,2846 +"207101",76127,43635,3,910,1196 +"207102",76127,43941,3,910,1289 +"207103",76127,44420,3,910,2184 +"207104",76127,44427,3,910,2875 +"207105",76127,45302,3,910,2390 +"207106",76127,45633,3,910,2134 +"207107",76127,45742,3,910,2566 +"207108",76127,46512,3,910,1292 +"207109",76127,46621,2,910,1343 +"207110",76127,46629,3,910,2255 +"207111",76127,46726,3,910,943 +"207112",76127,47248,3,910,2883 +"207113",76127,47445,3,910,2668 +"207114",76127,47772,2,910,2293 +"207115",76127,48035,3,910,2180 +"207116",76127,48110,3,910,2009 +"207117",76127,49144,3,910,1542 +"207118",76127,49301,3,910,1894 +"207119",76127,49620,3,910,1868 +"207120",76127,49965,3,910,2301 +"207121",76127,50179,3,910,2230 +"207122",76127,50685,3,910,2008 +"207123",76127,50737,3,910,959 +"207124",76127,51022,3,910,1499 +"207125",76127,51041,3,910,2606 +"207126",76127,51853,3,910,2520 +"207127",76127,52058,3,910,1836 +"207128",76127,52136,3,910,1412 +"207129",76127,52323,3,910,2148 +"207130",76127,52327,2,910,1472 +"207131",76127,52570,3,910,2645 +"207132",76127,52576,2,910,2234 +"207133",76127,52735,3,910,1124 +"207134",76127,53031,3,910,2065 +"207135",76127,53196,3,910,1888 +"207136",76127,53924,3,910,1289 +"207137",76127,54305,3,910,1222 +"207138",76127,54551,3,910,2348 +"207139",76127,54855,3,910,1525 +"207140",76127,55082,3,910,1856 +"207141",76127,55156,3,910,2196 +"207142",76127,55320,3,910,1643 +"207143",76127,55438,3,910,2863 +"207144",76127,55828,3,910,2393 +"207145",76127,56082,3,910,2395 +"207146",76127,56317,2,910,2030 +"207147",76127,57414,3,910,922 +"207148",76127,57565,3,910,1577 +"207149",76127,57714,3,910,1391 +"207150",76127,57990,3,910,978 +"207151",76127,58078,3,910,1252 +"207152",76127,58133,3,910,1484 +"207153",76127,58284,3,910,2292 +"207154",76127,58451,3,910,1939 +"207155",76127,58508,2,910,2326 +"207156",76127,58652,3,910,1437 +"207157",76127,58684,3,910,2295 +"207158",76127,61689,3,910,1309 +"207159",76127,61982,3,910,2725 +"207160",76127,62219,3,910,2494 +"207161",76127,62602,3,910,1172 +"207162",76127,62668,3,910,958 +"207163",76127,62840,3,910,2502 +"207164",76127,62841,3,910,2710 +"207165",76127,63409,2,910,1937 +"207166",76127,64181,3,910,1828 +"207167",76127,64997,3,910,2791 +"207168",76127,65625,3,910,1273 +"207169",76127,67314,3,910,1051 +"207170",76127,68215,3,910,2727 +"207171",76127,69335,3,910,2698 +"207172",76127,69447,3,910,1197 +"207173",76127,71274,3,910,2390 +"207174",76127,71342,3,910,1289 +"207175",76127,71971,3,910,1294 +"207176",76127,72956,3,910,1251 +"207177",76127,73128,3,910,1549 +"207178",76127,73305,3,910,2544 +"207179",76127,74636,2,910,2525 +"207180",76127,75948,3,910,1006 +"207181",76127,76192,2,910,912 +"207182",76127,76284,2,910,1237 +"207183",76127,76892,3,910,2381 +"207184",76127,78270,3,910,1171 +"207185",76127,78563,3,910,2385 +"207186",76127,79322,2,910,2770 +"207187",76127,79432,3,910,1708 +"207188",76127,79436,3,910,1344 +"207189",76127,79612,3,910,927 +"207190",76127,79657,3,910,1260 +"207191",76127,79804,3,910,2227 +"207192",76127,80219,3,910,988 +"207193",76127,80301,3,910,1690 +"207194",76127,80429,2,910,1927 +"207195",76127,81588,3,910,1568 +"207196",76127,81895,3,910,1634 +"207197",76127,82787,3,910,1144 +"207198",76127,82949,1,910,2077 +"207199",76127,83396,3,910,2396 +"207200",76127,87048,3,910,989 +"207201",76127,87118,3,910,1232 +"207202",76127,88232,2,910,2881 +"207203",76127,88808,2,910,1462 +"207204",76127,88966,3,910,1568 +"207205",76127,89097,3,910,935 +"207206",76127,89668,3,910,1279 +"207207",76127,89880,3,910,1938 +"207208",76127,97824,3,910,1229 +"207209",76127,98781,3,910,1410 +"207210",76127,100140,3,910,1041 +"207211",76127,100432,3,910,1358 +"207212",76127,105947,3,910,997 +"207213",76127,107649,2,910,1573 +"207214",76127,111971,3,910,1032 +"207215",76132,2334,3,2426,2619 +"207216",76132,2852,2,2426,2448 +"207217",76132,3255,3,2426,2504 +"207218",76132,10638,3,2426,2692 +"207219",76132,11506,3,2426,2824 +"207220",76132,18943,3,2426,2861 +"207221",76132,20007,3,2426,2971 +"207222",76132,21180,2,2426,2762 +"207223",76132,21463,2,2426,2437 +"207224",76132,38755,3,2426,2902 +"207225",76132,39105,2,2426,2487 +"207226",76132,41955,3,2426,2479 +"207227",76132,41978,3,2426,2824 +"207228",76132,46951,2,2426,2429 +"207229",76132,53013,3,2426,2523 +"207230",76132,57678,3,2426,2441 +"207231",76132,59039,3,2426,2870 +"207232",76132,68592,3,2426,2551 +"207233",76132,69335,3,2426,2698 +"207234",76133,600,3,1565,1702 +"207235",76133,7506,3,1565,2371 +"207236",76133,12272,3,1565,2371 +"207237",76133,21872,3,1565,2458 +"207238",76133,23869,3,1565,1918 +"207239",76133,28101,3,1565,1949 +"207240",76133,44557,3,1565,2371 +"207241",76133,46803,2,1565,2305 +"207242",76133,52154,3,1565,1722 +"207243",76135,843,3,593,2332 +"207244",76135,919,2,593,910 +"207245",76135,3477,3,593,2546 +"207246",76135,3559,3,593,2413 +"207247",76135,4622,3,593,1589 +"207248",76135,4968,3,593,1586 +"207249",76135,6063,3,593,2349 +"207250",76135,8993,3,593,2099 +"207251",76135,9273,3,593,1747 +"207252",76135,12197,3,593,1235 +"207253",76135,12735,2,593,819 +"207254",76135,12779,3,593,936 +"207255",76135,15023,3,593,2054 +"207256",76135,18217,3,593,1566 +"207257",76135,19667,3,593,1466 +"207258",76135,20547,2,593,2145 +"207259",76135,20739,3,593,2025 +"207260",76135,20921,2,593,723 +"207261",76135,22462,3,593,869 +"207262",76135,29100,3,593,843 +"207263",76135,31357,3,593,2389 +"207264",76135,32904,3,593,2055 +"207265",76135,33186,3,593,2240 +"207266",76135,33223,3,593,2397 +"207267",76135,33470,1,593,2003 +"207268",76135,34295,3,593,2735 +"207269",76135,39893,3,593,1601 +"207270",76135,40542,3,593,1664 +"207271",76135,40759,2,593,2789 +"207272",76135,44501,3,593,2567 +"207273",76135,51843,3,593,2389 +"207274",76135,52953,3,593,1741 +"207275",76135,53414,3,593,1672 +"207276",76135,54385,2,593,2340 +"207277",76135,55307,3,593,2306 +"207278",76135,55730,2,593,1217 +"207279",76135,62975,3,593,977 +"207280",76135,63104,3,593,2149 +"207281",76135,63631,3,593,763 +"207282",76135,69308,3,593,2370 +"207283",76135,76295,3,593,1001 +"207284",76135,80615,2,593,2252 +"207285",76135,83598,2,593,619 +"207286",76135,84808,3,593,1974 +"207287",76135,91435,3,593,933 +"207288",76135,93590,3,593,1188 +"207289",76135,108974,3,593,752 +"207290",76135,110871,2,593,2879 +"207291",76143,341,3,1610,2689 +"207292",76143,364,3,1610,2351 +"207293",76143,841,2,1610,2964 +"207294",76143,1520,3,1610,1716 +"207295",76143,1822,3,1610,2888 +"207296",76143,2181,3,1610,2030 +"207297",76143,2418,3,1610,2020 +"207298",76143,2747,3,1610,2411 +"207299",76143,2852,3,1610,2448 +"207300",76143,2985,1,1610,2398 +"207301",76143,3477,2,1610,2546 +"207302",76143,3978,3,1610,2775 +"207303",76143,4669,3,1610,2395 +"207304",76143,5912,3,1610,2257 +"207305",76143,6063,2,1610,2349 +"207306",76143,6392,3,1610,1878 +"207307",76143,7719,3,1610,1954 +"207308",76143,8029,3,1610,1859 +"207309",76143,8568,3,1610,2706 +"207310",76143,8993,3,1610,2099 +"207311",76143,9035,3,1610,2771 +"207312",76143,9503,2,1610,2453 +"207313",76143,9702,3,1610,1928 +"207314",76143,9785,3,1610,2951 +"207315",76143,9787,2,1610,2858 +"207316",76143,10210,3,1610,1905 +"207317",76143,10453,2,1610,1656 +"207318",76143,10739,3,1610,1807 +"207319",76143,11229,3,1610,1625 +"207320",76143,12577,3,1610,2530 +"207321",76143,13899,3,1610,2650 +"207322",76143,14749,3,1610,1998 +"207323",76143,14817,3,1610,2110 +"207324",76143,15023,3,1610,2054 +"207325",76143,15567,3,1610,2671 +"207326",76143,16205,3,1610,2630 +"207327",76143,16286,3,1610,2470 +"207328",76143,16501,2,1610,1650 +"207329",76143,17037,2,1610,2947 +"207330",76143,18005,3,1610,2449 +"207331",76143,18102,3,1610,1642 +"207332",76143,19317,3,1610,2041 +"207333",76143,19655,3,1610,2706 +"207334",76143,20124,3,1610,2376 +"207335",76143,20220,3,1610,1656 +"207336",76143,20984,3,1610,2502 +"207337",76143,21684,3,1610,1971 +"207338",76143,22364,3,1610,1809 +"207339",76143,22403,3,1610,1630 +"207340",76143,22950,3,1610,2576 +"207341",76143,25163,2,1610,1751 +"207342",76143,26959,2,1610,1961 +"207343",76143,27312,2,1610,2469 +"207344",76143,27914,3,1610,2507 +"207345",76143,28869,3,1610,2425 +"207346",76143,29286,3,1610,1612 +"207347",76143,30334,3,1610,2075 +"207348",76143,30368,3,1610,2487 +"207349",76143,31357,3,1610,2389 +"207350",76143,31542,3,1610,2459 +"207351",76143,32339,3,1610,2430 +"207352",76143,32395,3,1610,2735 +"207353",76143,33223,2,1610,2397 +"207354",76143,33341,3,1610,2338 +"207355",76143,33451,3,1610,1957 +"207356",76143,33470,3,1610,2003 +"207357",76143,34984,3,1610,2056 +"207358",76143,35822,3,1610,1903 +"207359",76143,36912,2,1610,2469 +"207360",76143,37301,3,1610,2160 +"207361",76143,37636,3,1610,2178 +"207362",76143,38457,3,1610,1630 +"207363",76143,40392,3,1610,1878 +"207364",76143,40542,2,1610,1664 +"207365",76143,41581,3,1610,1692 +"207366",76143,41633,3,1610,1976 +"207367",76143,45869,3,1610,2840 +"207368",76143,46486,3,1610,1868 +"207369",76143,47013,3,1610,2388 +"207370",76143,47595,3,1610,2374 +"207371",76143,51783,3,1610,2599 +"207372",76143,51843,3,1610,2389 +"207373",76143,52953,3,1610,1741 +"207374",76143,56569,3,1610,1993 +"207375",76143,57380,3,1610,2362 +"207376",76143,59790,3,1610,1827 +"207377",76143,62112,3,1610,2944 +"207378",76143,63077,3,1610,2778 +"207379",76143,64947,3,1610,2489 +"207380",76143,72597,3,1610,1843 +"207381",76143,74370,3,1610,1667 +"207382",76143,77497,3,1610,2359 +"207383",76143,77611,3,1610,1795 +"207384",76143,79547,3,1610,1909 +"207385",76143,84317,3,1610,2081 +"207386",76143,92860,3,1610,1643 +"207387",76180,12249,3,419,1965 +"207388",76180,21593,3,419,1312 +"207389",76180,37632,3,419,1295 +"207390",76180,72222,3,419,1721 +"207391",76180,90658,3,419,523 +"207392",76180,102566,3,419,2207 +"207393",76192,512,3,912,1596 +"207394",76192,1102,3,912,2282 +"207395",76192,1592,2,912,2006 +"207396",76192,1691,1,912,1941 +"207397",76192,2011,3,912,2176 +"207398",76192,2684,3,912,2874 +"207399",76192,2865,3,912,2006 +"207400",76192,5258,3,912,2730 +"207401",76192,6074,3,912,2426 +"207402",76192,6252,3,912,2336 +"207403",76192,6390,2,912,2385 +"207404",76192,6428,3,912,1952 +"207405",76192,8762,3,912,2585 +"207406",76192,9805,3,912,1621 +"207407",76192,10222,3,912,2212 +"207408",76192,11055,3,912,2111 +"207409",76192,12199,3,912,1651 +"207410",76192,12724,3,912,1930 +"207411",76192,13248,3,912,1385 +"207412",76192,13837,3,912,1604 +"207413",76192,14108,2,912,2012 +"207414",76192,14731,3,912,2012 +"207415",76192,14972,3,912,2332 +"207416",76192,14983,3,912,1047 +"207417",76192,15713,3,912,1646 +"207418",76192,16201,3,912,1811 +"207419",76192,18502,3,912,1033 +"207420",76192,18543,3,912,2968 +"207421",76192,19173,3,912,1686 +"207422",76192,19718,3,912,1702 +"207423",76192,20407,2,912,2339 +"207424",76192,21133,3,912,1320 +"207425",76192,21246,3,912,1612 +"207426",76192,21682,3,912,2414 +"207427",76192,25565,2,912,2764 +"207428",76192,28808,3,912,1063 +"207429",76192,29170,3,912,1846 +"207430",76192,31235,3,912,2668 +"207431",76192,32503,3,912,2020 +"207432",76192,33621,3,912,1319 +"207433",76192,33622,2,912,2230 +"207434",76192,34945,2,912,1298 +"207435",76192,35481,3,912,2211 +"207436",76192,36439,2,912,2469 +"207437",76192,37509,2,912,1640 +"207438",76192,38213,3,912,1744 +"207439",76192,38676,3,912,2286 +"207440",76192,39556,3,912,2747 +"207441",76192,43226,3,912,2442 +"207442",76192,43635,3,912,1196 +"207443",76192,44427,3,912,2875 +"207444",76192,46512,3,912,1292 +"207445",76192,46621,2,912,1343 +"207446",76192,47064,3,912,1993 +"207447",76192,49301,3,912,1894 +"207448",76192,49620,3,912,1868 +"207449",76192,50179,3,912,2230 +"207450",76192,52136,3,912,1412 +"207451",76192,52323,3,912,2148 +"207452",76192,52327,3,912,1472 +"207453",76192,55156,3,912,2196 +"207454",76192,56910,3,912,2705 +"207455",76192,57732,3,912,2454 +"207456",76192,57990,2,912,978 +"207457",76192,58284,3,912,2292 +"207458",76192,62602,3,912,1172 +"207459",76192,64181,3,912,1828 +"207460",76192,69447,3,912,1197 +"207461",76192,71274,3,912,2390 +"207462",76192,74636,2,912,2525 +"207463",76192,78563,3,912,2385 +"207464",76192,79436,3,912,1344 +"207465",76192,79657,3,912,1260 +"207466",76192,81895,3,912,1634 +"207467",76192,82949,3,912,2077 +"207468",76192,88232,2,912,2881 +"207469",76192,88966,3,912,1568 +"207470",76192,89880,3,912,1938 +"207471",76192,92491,3,912,1968 +"207472",76192,97824,1,912,1229 +"207473",76192,99152,3,912,1698 +"207474",76192,100215,2,912,2436 +"207475",76192,100432,3,912,1358 +"207476",76192,106318,3,912,1698 +"207477",76196,8238,3,1643,2222 +"207478",76196,18670,3,1643,1835 +"207479",76196,22682,3,1643,2035 +"207480",76196,27796,3,1643,2151 +"207481",76196,45545,3,1643,1776 +"207482",76230,1560,3,1223,2013 +"207483",76230,7206,1,1223,1959 +"207484",76230,9808,2,1223,1648 +"207485",76230,12837,2,1223,1315 +"207486",76230,14623,3,1223,2043 +"207487",76230,16771,2,1223,1541 +"207488",76230,24086,2,1223,2663 +"207489",76230,32312,3,1223,1472 +"207490",76230,35688,3,1223,1551 +"207491",76230,40850,3,1223,1396 +"207492",76230,49621,3,1223,1915 +"207493",76230,50430,2,1223,1689 +"207494",76230,56737,2,1223,2270 +"207495",76230,65658,3,1223,2030 +"207496",76230,91772,3,1223,2233 +"207497",76230,101115,2,1223,1259 +"207498",76256,38505,3,2065,2393 +"207499",76284,14,3,1237,1793 +"207500",76284,24,3,1237,1295 +"207501",76284,270,3,1237,2542 +"207502",76284,312,3,1237,2038 +"207503",76284,360,2,1237,1671 +"207504",76284,380,3,1237,2261 +"207505",76284,449,3,1237,1950 +"207506",76284,470,3,1237,2285 +"207507",76284,765,3,1237,2073 +"207508",76284,803,3,1237,1666 +"207509",76284,913,3,1237,2144 +"207510",76284,1102,3,1237,2282 +"207511",76284,1124,3,1237,1596 +"207512",76284,1175,3,1237,1642 +"207513",76284,1226,3,1237,2353 +"207514",76284,1315,3,1237,2760 +"207515",76284,1321,3,1237,2075 +"207516",76284,1495,2,1237,2046 +"207517",76284,1616,3,1237,2662 +"207518",76284,1691,3,1237,1941 +"207519",76284,1875,3,1237,1786 +"207520",76284,2111,3,1237,1904 +"207521",76284,2195,2,1237,2139 +"207522",76284,2289,3,1237,2389 +"207523",76284,2424,3,1237,2582 +"207524",76284,2533,3,1237,2016 +"207525",76284,2743,3,1237,1278 +"207526",76284,2766,2,1237,1920 +"207527",76284,3139,3,1237,1656 +"207528",76284,3242,3,1237,1730 +"207529",76284,3305,3,1237,2839 +"207530",76284,3306,3,1237,1989 +"207531",76284,3493,3,1237,2451 +"207532",76284,3716,3,1237,1679 +"207533",76284,3801,3,1237,1974 +"207534",76284,3853,3,1237,2465 +"207535",76284,3966,3,1237,2425 +"207536",76284,4360,3,1237,1770 +"207537",76284,4567,3,1237,2348 +"207538",76284,4671,3,1237,2280 +"207539",76284,4763,2,1237,1960 +"207540",76284,5072,2,1237,2175 +"207541",76284,5226,2,1237,1309 +"207542",76284,5405,2,1237,1510 +"207543",76284,5429,3,1237,1991 +"207544",76284,5622,1,1237,2175 +"207545",76284,5971,3,1237,1985 +"207546",76284,5984,3,1237,1675 +"207547",76284,5986,3,1237,1721 +"207548",76284,6047,3,1237,2004 +"207549",76284,6363,3,1237,2066 +"207550",76284,6417,3,1237,1675 +"207551",76284,6588,3,1237,2025 +"207552",76284,6718,3,1237,2138 +"207553",76284,7078,3,1237,2344 +"207554",76284,7180,2,1237,2227 +"207555",76284,7234,3,1237,2654 +"207556",76284,8088,3,1237,2220 +"207557",76284,8621,3,1237,1681 +"207558",76284,8821,3,1237,2230 +"207559",76284,9311,3,1237,2477 +"207560",76284,9364,1,1237,1698 +"207561",76284,9702,3,1237,1928 +"207562",76284,9928,3,1237,2345 +"207563",76284,10404,3,1237,2062 +"207564",76284,10474,3,1237,1608 +"207565",76284,10488,2,1237,1524 +"207566",76284,10513,2,1237,2284 +"207567",76284,10857,1,1237,2253 +"207568",76284,10874,1,1237,1891 +"207569",76284,10890,3,1237,2639 +"207570",76284,11006,2,1237,1950 +"207571",76284,11218,2,1237,2292 +"207572",76284,11229,3,1237,1625 +"207573",76284,11440,3,1237,2026 +"207574",76284,11477,3,1237,2724 +"207575",76284,11966,3,1237,2385 +"207576",76284,12042,3,1237,2345 +"207577",76284,12310,3,1237,1337 +"207578",76284,12375,2,1237,1873 +"207579",76284,12728,3,1237,2374 +"207580",76284,13307,3,1237,2206 +"207581",76284,14507,3,1237,2686 +"207582",76284,15184,2,1237,2396 +"207583",76284,15301,3,1237,2308 +"207584",76284,15402,2,1237,1281 +"207585",76284,15626,3,1237,2434 +"207586",76284,15700,3,1237,1712 +"207587",76284,15799,3,1237,1917 +"207588",76284,16201,3,1237,1811 +"207589",76284,16332,2,1237,2668 +"207590",76284,16352,3,1237,2657 +"207591",76284,16826,3,1237,2599 +"207592",76284,16863,2,1237,2069 +"207593",76284,16940,2,1237,1290 +"207594",76284,17400,2,1237,2231 +"207595",76284,17931,3,1237,1617 +"207596",76284,18394,3,1237,2356 +"207597",76284,18825,3,1237,1240 +"207598",76284,19027,2,1237,2721 +"207599",76284,19096,3,1237,1538 +"207600",76284,19248,2,1237,2357 +"207601",76284,19528,3,1237,2742 +"207602",76284,19622,2,1237,2371 +"207603",76284,19719,2,1237,2177 +"207604",76284,20124,2,1237,2376 +"207605",76284,20407,3,1237,2339 +"207606",76284,20563,3,1237,2267 +"207607",76284,20700,3,1237,2861 +"207608",76284,20824,3,1237,1366 +"207609",76284,20975,2,1237,1305 +"207610",76284,21138,3,1237,2849 +"207611",76284,21197,3,1237,1437 +"207612",76284,21285,3,1237,2100 +"207613",76284,21571,3,1237,2755 +"207614",76284,22260,3,1237,2137 +"207615",76284,22282,3,1237,1418 +"207616",76284,22586,3,1237,1341 +"207617",76284,23159,3,1237,1548 +"207618",76284,23395,3,1237,1948 +"207619",76284,23526,3,1237,1998 +"207620",76284,23715,3,1237,1859 +"207621",76284,23725,2,1237,2378 +"207622",76284,23729,3,1237,1624 +"207623",76284,24066,3,1237,1755 +"207624",76284,24259,2,1237,1281 +"207625",76284,24648,3,1237,1833 +"207626",76284,24791,3,1237,1833 +"207627",76284,24825,3,1237,2686 +"207628",76284,25198,3,1237,1982 +"207629",76284,25577,3,1237,1946 +"207630",76284,25622,3,1237,1985 +"207631",76284,25643,3,1237,1646 +"207632",76284,25971,3,1237,2608 +"207633",76284,26080,3,1237,2525 +"207634",76284,26366,3,1237,1688 +"207635",76284,26436,3,1237,2489 +"207636",76284,26608,3,1237,2329 +"207637",76284,26749,3,1237,2965 +"207638",76284,26818,3,1237,1999 +"207639",76284,26848,3,1237,2363 +"207640",76284,26867,3,1237,1804 +"207641",76284,27275,3,1237,2656 +"207642",76284,27390,3,1237,2425 +"207643",76284,27694,3,1237,2030 +"207644",76284,27753,3,1237,2750 +"207645",76284,27849,3,1237,1316 +"207646",76284,28015,2,1237,1624 +"207647",76284,28190,2,1237,1634 +"207648",76284,28218,3,1237,2048 +"207649",76284,28635,3,1237,2368 +"207650",76284,28640,3,1237,1475 +"207651",76284,30165,2,1237,1409 +"207652",76284,30405,3,1237,2164 +"207653",76284,30438,3,1237,1617 +"207654",76284,31050,3,1237,1491 +"207655",76284,31093,3,1237,2160 +"207656",76284,31307,3,1237,2139 +"207657",76284,31436,3,1237,2892 +"207658",76284,31530,3,1237,1661 +"207659",76284,31799,3,1237,2547 +"207660",76284,32567,3,1237,2784 +"207661",76284,34480,2,1237,2755 +"207662",76284,34735,3,1237,2767 +"207663",76284,34836,3,1237,2302 +"207664",76284,35529,3,1237,1620 +"207665",76284,35926,3,1237,2371 +"207666",76284,36007,3,1237,2089 +"207667",76284,36439,3,1237,2469 +"207668",76284,37859,3,1237,1999 +"207669",76284,38019,3,1237,1870 +"207670",76284,38449,3,1237,1802 +"207671",76284,38780,3,1237,2705 +"207672",76284,39294,2,1237,1889 +"207673",76284,39539,3,1237,1274 +"207674",76284,39880,3,1237,1620 +"207675",76284,39906,3,1237,2365 +"207676",76284,40028,3,1237,1349 +"207677",76284,41625,2,1237,1794 +"207678",76284,42619,3,1237,2017 +"207679",76284,42783,3,1237,2338 +"207680",76284,43213,2,1237,2160 +"207681",76284,43335,3,1237,1412 +"207682",76284,43385,2,1237,1623 +"207683",76284,43455,3,1237,2846 +"207684",76284,44188,3,1237,1609 +"207685",76284,44407,3,1237,2154 +"207686",76284,44676,3,1237,2629 +"207687",76284,45684,2,1237,2200 +"207688",76284,46039,2,1237,1794 +"207689",76284,46196,2,1237,1510 +"207690",76284,46629,3,1237,2255 +"207691",76284,46883,2,1237,1671 +"207692",76284,47098,3,1237,2057 +"207693",76284,47362,3,1237,2253 +"207694",76284,47772,2,1237,2293 +"207695",76284,48571,3,1237,2717 +"207696",76284,48605,3,1237,2796 +"207697",76284,49608,3,1237,2184 +"207698",76284,50236,3,1237,2339 +"207699",76284,50252,3,1237,2001 +"207700",76284,50785,3,1237,2877 +"207701",76284,51017,3,1237,2073 +"207702",76284,51022,3,1237,1499 +"207703",76284,51041,3,1237,2606 +"207704",76284,51471,3,1237,1280 +"207705",76284,51853,3,1237,2520 +"207706",76284,52136,2,1237,1412 +"207707",76284,52345,3,1237,1430 +"207708",76284,52576,3,1237,2234 +"207709",76284,52789,2,1237,1791 +"207710",76284,53134,3,1237,1590 +"207711",76284,53303,3,1237,1376 +"207712",76284,54551,1,1237,2348 +"207713",76284,54676,3,1237,1342 +"207714",76284,54740,3,1237,2750 +"207715",76284,54879,3,1237,2210 +"207716",76284,54929,3,1237,2783 +"207717",76284,56082,2,1237,2395 +"207718",76284,56317,3,1237,2030 +"207719",76284,57246,3,1237,1873 +"207720",76284,57714,3,1237,1391 +"207721",76284,58035,3,1237,1646 +"207722",76284,58451,3,1237,1939 +"207723",76284,58508,3,1237,2326 +"207724",76284,58652,3,1237,1437 +"207725",76284,59205,3,1237,2387 +"207726",76284,61982,2,1237,2725 +"207727",76284,62488,3,1237,1418 +"207728",76284,62841,3,1237,2710 +"207729",76284,63770,3,1237,1324 +"207730",76284,64031,3,1237,1295 +"207731",76284,64793,3,1237,2819 +"207732",76284,65029,3,1237,2954 +"207733",76284,66703,3,1237,2375 +"207734",76284,67383,3,1237,1739 +"207735",76284,71342,2,1237,1289 +"207736",76284,72207,3,1237,2430 +"207737",76284,72326,3,1237,2384 +"207738",76284,72956,2,1237,1251 +"207739",76284,73128,3,1237,1549 +"207740",76284,75028,3,1237,1660 +"207741",76284,75403,3,1237,1895 +"207742",76284,76048,2,1237,2373 +"207743",76284,77993,3,1237,1497 +"207744",76284,79322,2,1237,2770 +"207745",76284,80825,3,1237,2315 +"207746",76284,81588,3,1237,1568 +"207747",76284,82929,3,1237,2475 +"207748",76284,82949,2,1237,2077 +"207749",76284,83396,3,1237,2396 +"207750",76284,86245,3,1237,1972 +"207751",76284,86799,3,1237,1951 +"207752",76284,87837,3,1237,1987 +"207753",76284,95644,3,1237,1531 +"207754",76284,98781,1,1237,1410 +"207755",76284,99215,3,1237,2791 +"207756",76284,121415,3,1237,1455 +"207757",76286,140,3,1642,2267 +"207758",76286,364,3,1642,2351 +"207759",76286,499,3,1642,1931 +"207760",76286,680,3,1642,2569 +"207761",76286,841,3,1642,2964 +"207762",76286,913,3,1642,2144 +"207763",76286,1756,3,1642,2231 +"207764",76286,2057,3,1642,1965 +"207765",76286,3127,3,1642,2273 +"207766",76286,3198,3,1642,1797 +"207767",76286,3397,3,1642,2126 +"207768",76286,3409,3,1642,2167 +"207769",76286,3453,3,1642,2126 +"207770",76286,3978,3,1642,2775 +"207771",76286,4303,3,1642,2414 +"207772",76286,4669,3,1642,2395 +"207773",76286,4932,3,1642,2752 +"207774",76286,4983,2,1642,1909 +"207775",76286,6989,2,1642,2623 +"207776",76286,7785,3,1642,2441 +"207777",76286,7942,3,1642,2623 +"207778",76286,8062,3,1642,2858 +"207779",76286,9703,2,1642,1845 +"207780",76286,9787,3,1642,2858 +"207781",76286,10754,3,1642,1797 +"207782",76286,10980,3,1642,1974 +"207783",76286,11588,3,1642,2352 +"207784",76286,11648,2,1642,2852 +"207785",76286,12759,3,1642,2414 +"207786",76286,12948,3,1642,2669 +"207787",76286,14781,3,1642,2338 +"207788",76286,17645,3,1642,1918 +"207789",76286,18005,3,1642,2449 +"207790",76286,23498,3,1642,2398 +"207791",76286,25373,3,1642,2783 +"207792",76286,27275,3,1642,2656 +"207793",76286,27390,2,1642,2425 +"207794",76286,27742,3,1642,2700 +"207795",76286,28869,3,1642,2425 +"207796",76286,29473,3,1642,2602 +"207797",76286,30334,3,1642,2075 +"207798",76286,34892,3,1642,2309 +"207799",76286,36344,3,1642,2570 +"207800",76286,36953,3,1642,2790 +"207801",76286,37636,3,1642,2178 +"207802",76286,38676,3,1642,2286 +"207803",76286,40392,3,1642,1878 +"207804",76286,40572,3,1642,2666 +"207805",76286,41723,3,1642,2101 +"207806",76286,42813,3,1642,2142 +"207807",76286,45869,3,1642,2840 +"207808",76286,46486,2,1642,1868 +"207809",76286,47595,3,1642,2374 +"207810",76286,48501,3,1642,2010 +"207811",76286,50585,3,1642,2414 +"207812",76286,51783,3,1642,2599 +"207813",76286,52815,1,1642,2323 +"207814",76286,54775,3,1642,2383 +"207815",76286,55482,3,1642,1866 +"207816",76286,56569,3,1642,1993 +"207817",76286,56995,3,1642,2323 +"207818",76286,63077,3,1642,2778 +"207819",76286,71531,3,1642,2887 +"207820",76286,94525,3,1642,1993 +"207821",76293,1685,2,55,2230 +"207822",76293,1785,3,55,2350 +"207823",76293,3016,3,55,747 +"207824",76293,3360,2,55,1583 +"207825",76293,4698,3,55,2481 +"207826",76293,5346,3,55,1438 +"207827",76293,5355,3,55,1499 +"207828",76293,6621,3,55,2478 +"207829",76293,7499,3,55,1803 +"207830",76293,10250,3,55,1606 +"207831",76293,11154,3,55,1594 +"207832",76293,11521,3,55,1559 +"207833",76293,11679,3,55,846 +"207834",76293,12000,2,55,1454 +"207835",76293,12007,3,55,1594 +"207836",76293,12804,3,55,297 +"207837",76293,13671,1,55,1371 +"207838",76293,13861,2,55,1197 +"207839",76293,15207,3,55,1855 +"207840",76293,15558,3,55,2389 +"207841",76293,15728,3,55,576 +"207842",76293,16590,2,55,1123 +"207843",76293,18097,2,55,85 +"207844",76293,18550,3,55,483 +"207845",76293,18645,2,55,793 +"207846",76293,19002,3,55,2053 +"207847",76293,19296,3,55,1705 +"207848",76293,19331,3,55,824 +"207849",76293,20709,3,55,1757 +"207850",76293,21249,3,55,1635 +"207851",76293,22744,3,55,1907 +"207852",76293,26577,2,55,933 +"207853",76293,26698,3,55,1963 +"207854",76293,27074,2,55,1454 +"207855",76293,28899,3,55,376 +"207856",76293,31794,3,55,1919 +"207857",76293,34250,3,55,87 +"207858",76293,35186,3,55,1520 +"207859",76293,36599,2,55,541 +"207860",76293,39507,3,55,793 +"207861",76293,40113,3,55,451 +"207862",76293,43201,3,55,957 +"207863",76293,43311,3,55,1553 +"207864",76293,44193,2,55,989 +"207865",76293,45664,3,55,2235 +"207866",76293,49069,3,55,1694 +"207867",76293,49921,3,55,496 +"207868",76293,50621,3,55,2809 +"207869",76293,51173,3,55,1829 +"207870",76293,53648,3,55,2167 +"207871",76293,53968,3,55,2703 +"207872",76293,55674,3,55,718 +"207873",76293,70656,3,55,2771 +"207874",76293,70774,3,55,355 +"207875",76293,79461,3,55,1667 +"207876",76293,79547,3,55,1909 +"207877",76293,80377,3,55,1384 +"207878",76293,80942,2,55,1240 +"207879",76293,84268,3,55,1217 +"207880",76293,85638,2,55,2275 +"207881",76293,87190,2,55,1704 +"207882",76293,89258,3,55,1147 +"207883",76293,94520,3,55,1243 +"207884",76293,102545,3,55,248 +"207885",76293,103143,2,55,163 +"207886",76293,104843,3,55,1167 +"207887",76293,118082,3,55,277 +"207888",76293,118382,3,55,96 +"207889",76295,1257,3,1001,1212 +"207890",76295,1624,3,1001,2687 +"207891",76295,1708,3,1001,1591 +"207892",76295,2647,3,1001,2450 +"207893",76295,2724,3,1001,2447 +"207894",76295,3271,3,1001,2216 +"207895",76295,3272,3,1001,2132 +"207896",76295,3559,2,1001,2413 +"207897",76295,4622,3,1001,1589 +"207898",76295,4968,2,1001,1586 +"207899",76295,6040,3,1001,2103 +"207900",76295,7604,3,1001,1366 +"207901",76295,9272,3,1001,2835 +"207902",76295,10701,3,1001,2000 +"207903",76295,11803,3,1001,1232 +"207904",76295,12197,3,1001,1235 +"207905",76295,12598,3,1001,2086 +"207906",76295,12632,3,1001,1174 +"207907",76295,15023,2,1001,2054 +"207908",76295,19075,2,1001,2214 +"207909",76295,19667,3,1001,1466 +"207910",76295,20547,2,1001,2145 +"207911",76295,20739,2,1001,2025 +"207912",76295,21044,3,1001,1574 +"207913",76295,25518,3,1001,1955 +"207914",76295,30714,3,1001,2485 +"207915",76295,31357,2,1001,2389 +"207916",76295,31855,3,1001,2636 +"207917",76295,32350,3,1001,1540 +"207918",76295,38697,3,1001,2701 +"207919",76295,39893,2,1001,1601 +"207920",76295,43226,3,1001,2442 +"207921",76295,47607,3,1001,2724 +"207922",76295,48110,3,1001,2009 +"207923",76295,49708,3,1001,1147 +"207924",76295,50468,3,1001,1659 +"207925",76295,51843,2,1001,2389 +"207926",76295,51890,3,1001,1992 +"207927",76295,52953,3,1001,1741 +"207928",76295,54385,2,1001,2340 +"207929",76295,55307,3,1001,2306 +"207930",76295,55730,2,1001,1217 +"207931",76295,58508,3,1001,2326 +"207932",76295,62848,3,1001,1230 +"207933",76295,63104,3,1001,2149 +"207934",76295,69308,3,1001,2370 +"207935",76295,69335,3,1001,2698 +"207936",76295,78611,3,1001,1586 +"207937",76295,80301,3,1001,1690 +"207938",76295,80615,2,1001,2252 +"207939",76295,80970,3,1001,2069 +"207940",76295,83122,3,1001,1503 +"207941",76295,84808,1,1001,1974 +"207942",76295,93590,2,1001,1188 +"207943",76295,94339,3,1001,2768 +"207944",76295,95998,3,1001,1250 +"207945",76295,98436,3,1001,1212 +"207946",76295,110737,3,1001,2117 +"207947",76295,110871,2,1001,2879 +"207948",76333,1777,3,1586,1965 +"207949",76333,5078,3,1586,2033 +"207950",76333,5457,3,1586,2077 +"207951",76333,5462,3,1586,2374 +"207952",76333,5504,3,1586,2389 +"207953",76333,12713,2,1586,2440 +"207954",76333,17410,3,1586,2073 +"207955",76333,19606,3,1586,2783 +"207956",76342,14189,3,1429,1483 +"207957",76342,15153,3,1429,1864 +"207958",76342,24146,3,1429,2003 +"207959",76342,36962,3,1429,2861 +"207960",76342,38908,2,1429,1787 +"207961",76342,47839,3,1429,1864 +"207962",76342,54020,3,1429,1578 +"207963",76356,5315,3,2323,2631 +"207964",76356,10779,3,2323,2881 +"207965",76356,15444,3,2323,2764 +"207966",76356,17027,2,2323,2772 +"207967",76356,20067,2,2323,2390 +"207968",76356,20732,3,2323,2401 +"207969",76356,22207,3,2323,2365 +"207970",76356,23726,3,2323,2434 +"207971",76356,33801,3,2323,2899 +"207972",76356,36441,2,2323,2796 +"207973",76356,41955,3,2323,2479 +"207974",76356,42799,3,2323,2729 +"207975",76356,46635,3,2323,2528 +"207976",76356,47895,3,2323,2328 +"207977",76356,53475,3,2323,2853 +"207978",76356,57977,3,2323,2683 +"207979",76356,91579,3,2323,2510 +"207980",76369,860,3,583,1258 +"207981",76369,1520,3,583,1716 +"207982",76369,2418,2,583,2020 +"207983",76369,2747,3,583,2411 +"207984",76369,2979,3,583,2912 +"207985",76369,3127,3,583,2273 +"207986",76369,3520,3,583,2281 +"207987",76369,4665,2,583,1569 +"207988",76369,4831,3,583,2365 +"207989",76369,5897,3,583,2337 +"207990",76369,6133,3,583,1229 +"207991",76369,7252,3,583,2799 +"207992",76369,8568,3,583,2706 +"207993",76369,8890,3,583,1955 +"207994",76369,9227,2,583,1267 +"207995",76369,9503,3,583,2453 +"207996",76369,9787,3,583,2858 +"207997",76369,10050,3,583,1792 +"207998",76369,13537,3,583,1020 +"207999",76369,14599,3,583,1118 +"208000",76369,14998,2,583,1553 +"208001",76369,15826,3,583,2772 +"208002",76369,16286,3,583,2470 +"208003",76369,16502,3,583,1616 +"208004",76369,16690,3,583,2132 +"208005",76369,16796,3,583,1892 +"208006",76369,17037,3,583,2947 +"208007",76369,19587,3,583,1684 +"208008",76369,20155,3,583,1517 +"208009",76369,20984,3,583,2502 +"208010",76369,21487,3,583,2203 +"208011",76369,21681,3,583,2005 +"208012",76369,23131,3,583,1732 +"208013",76369,23597,3,583,1080 +"208014",76369,24069,3,583,2697 +"208015",76369,24456,3,583,1238 +"208016",76369,27742,3,583,2700 +"208017",76369,27882,3,583,1897 +"208018",76369,28116,3,583,1643 +"208019",76369,29286,3,583,1612 +"208020",76369,29436,3,583,1718 +"208021",76369,29825,3,583,2603 +"208022",76369,30368,3,583,2487 +"208023",76369,30525,3,583,1964 +"208024",76369,31676,2,583,1598 +"208025",76369,32050,3,583,2059 +"208026",76369,33870,3,583,955 +"208027",76369,34831,3,583,1866 +"208028",76369,38532,3,583,1234 +"208029",76369,40572,3,583,2666 +"208030",76369,41633,3,583,1976 +"208031",76369,42256,2,583,2839 +"208032",76369,42562,1,583,1195 +"208033",76369,42852,3,583,1316 +"208034",76369,44433,3,583,2224 +"208035",76369,44603,3,583,2748 +"208036",76369,44971,3,583,955 +"208037",76369,50278,2,583,1127 +"208038",76369,51151,3,583,1195 +"208039",76369,51879,2,583,1771 +"208040",76369,53160,3,583,2736 +"208041",76369,54924,2,583,2603 +"208042",76369,56936,3,583,1519 +"208043",76369,58501,3,583,2613 +"208044",76369,58655,3,583,2685 +"208045",76369,60879,3,583,2792 +"208046",76369,61541,2,583,2699 +"208047",76369,66183,3,583,607 +"208048",76369,73582,3,583,2075 +"208049",76369,74605,2,583,2265 +"208050",76369,82932,2,583,2245 +"208051",76369,92784,2,583,1257 +"208052",76369,111790,3,583,905 +"208053",76369,114122,3,583,584 +"208054",76391,2206,3,1536,2536 +"208055",76391,9332,3,1536,2734 +"208056",76391,13879,3,1536,2748 +"208057",76391,17033,3,1536,2771 +"208058",76391,19073,2,1536,2748 +"208059",76391,19655,3,1536,2706 +"208060",76391,21810,3,1536,1579 +"208061",76391,27686,3,1536,2844 +"208062",76391,36912,3,1536,2469 +"208063",76391,43204,2,1536,1680 +"208064",76391,49414,3,1536,1667 +"208065",76391,53726,3,1536,1729 +"208066",76391,61347,3,1536,1684 +"208067",76391,72597,3,1536,1843 +"208068",76391,74055,2,1536,1544 +"208069",76391,84271,3,1536,1556 +"208070",76391,90299,3,1536,1606 +"208071",76391,92860,3,1536,1643 +"208072",76396,270,3,1731,2542 +"208073",76396,602,3,1731,2632 +"208074",76396,1102,3,1731,2282 +"208075",76396,2572,3,1731,2273 +"208076",76396,3801,3,1731,1974 +"208077",76396,5580,3,1731,2111 +"208078",76396,5710,3,1731,1926 +"208079",76396,5971,3,1731,1985 +"208080",76396,6047,2,1731,2004 +"208081",76396,6052,3,1731,1985 +"208082",76396,6074,3,1731,2426 +"208083",76396,9654,3,1731,2111 +"208084",76396,10382,3,1731,2111 +"208085",76396,10843,3,1731,2277 +"208086",76396,12724,2,1731,1930 +"208087",76396,12775,3,1731,1982 +"208088",76396,12976,2,1731,2399 +"208089",76396,13307,3,1731,2206 +"208090",76396,14032,3,1731,2144 +"208091",76396,17819,3,1731,2291 +"208092",76396,18394,3,1731,2356 +"208093",76396,19862,3,1731,2412 +"208094",76396,20423,3,1731,2654 +"208095",76396,21682,3,1731,2414 +"208096",76396,21929,2,1731,2062 +"208097",76396,23139,3,1731,2644 +"208098",76396,23526,3,1731,1998 +"208099",76396,23715,3,1731,1859 +"208100",76396,33981,3,1731,1993 +"208101",76396,37915,3,1731,1905 +"208102",76396,40493,2,1731,1981 +"208103",76396,42216,3,1731,2722 +"208104",76396,45302,3,1731,2390 +"208105",76396,49110,3,1731,2938 +"208106",76396,51017,3,1731,2073 +"208107",76396,51035,3,1731,2397 +"208108",76396,51866,3,1731,2411 +"208109",76396,53779,3,1731,2000 +"208110",76396,66992,3,1731,2882 +"208111",76396,78563,3,1731,2385 +"208112",76396,86978,3,1731,2733 +"208113",76396,87837,3,1731,1987 +"208114",76396,94138,3,1731,1939 +"208115",76398,33801,3,2400,2899 +"208116",76398,53475,3,2400,2853 +"208117",76415,2370,3,592,1600 +"208118",76415,3317,3,592,2037 +"208119",76415,7422,3,592,1793 +"208120",76415,13285,3,592,1577 +"208121",76415,17328,3,592,1206 +"208122",76415,23121,1,592,2108 +"208123",76415,42914,3,592,1737 +"208124",76415,46642,3,592,999 +"208125",76415,75607,3,592,2245 +"208126",76415,103989,3,592,1207 +"208127",76450,2282,3,1077,2056 +"208128",76450,3271,3,1077,2216 +"208129",76450,4249,3,1077,2547 +"208130",76450,4634,3,1077,2291 +"208131",76450,5937,2,1077,2392 +"208132",76450,6345,1,1077,2713 +"208133",76450,6999,3,1077,2214 +"208134",76450,8463,3,1077,2466 +"208135",76450,8607,2,1077,1685 +"208136",76450,8724,3,1077,1326 +"208137",76450,9272,3,1077,2835 +"208138",76450,9724,1,1077,2713 +"208139",76450,10701,3,1077,2000 +"208140",76450,11868,3,1077,1639 +"208141",76450,12966,3,1077,2011 +"208142",76450,13595,3,1077,1164 +"208143",76450,14470,3,1077,2632 +"208144",76450,14957,2,1077,2306 +"208145",76450,15607,3,1077,1421 +"208146",76450,15782,2,1077,2306 +"208147",76450,16477,3,1077,2069 +"208148",76450,16524,3,1077,1556 +"208149",76450,16963,3,1077,1999 +"208150",76450,17499,2,1077,2954 +"208151",76450,17695,3,1077,1930 +"208152",76450,19751,3,1077,1630 +"208153",76450,20011,3,1077,2826 +"208154",76450,21571,3,1077,2755 +"208155",76450,22357,3,1077,1397 +"208156",76450,22566,3,1077,2308 +"208157",76450,23550,2,1077,2939 +"208158",76450,26597,2,1077,2070 +"208159",76450,28648,3,1077,1586 +"208160",76450,29775,3,1077,2064 +"208161",76450,31855,3,1077,2636 +"208162",76450,32350,2,1077,1540 +"208163",76450,32841,3,1077,1345 +"208164",76450,35041,2,1077,1311 +"208165",76450,36399,3,1077,1357 +"208166",76450,37684,2,1077,2899 +"208167",76450,41521,3,1077,2069 +"208168",76450,43226,3,1077,2442 +"208169",76450,43701,2,1077,2400 +"208170",76450,44730,3,1077,2468 +"208171",76450,48110,3,1077,2009 +"208172",76450,49079,3,1077,2447 +"208173",76450,50468,3,1077,1659 +"208174",76450,50899,3,1077,2125 +"208175",76450,51505,3,1077,1572 +"208176",76450,52950,3,1077,2716 +"208177",76450,53652,2,1077,2899 +"208178",76450,56116,3,1077,1321 +"208179",76450,56413,3,1077,2747 +"208180",76450,58508,3,1077,2326 +"208181",76450,69335,3,1077,2698 +"208182",76450,69795,2,1077,2636 +"208183",76450,73553,3,1077,2726 +"208184",76450,80301,3,1077,1690 +"208185",76450,84235,2,1077,1639 +"208186",76450,86716,3,1077,1609 +"208187",76450,96332,3,1077,1197 +"208188",76450,96700,3,1077,1602 +"208189",76450,96718,3,1077,1767 +"208190",76463,12713,3,2298,2440 +"208191",76470,1092,3,887,1945 +"208192",76470,3342,3,887,1026 +"208193",76470,3753,3,887,1255 +"208194",76470,6162,3,887,1673 +"208195",76470,7013,3,887,2040 +"208196",76470,11127,3,887,1196 +"208197",76470,15716,3,887,1991 +"208198",76470,17061,3,887,2385 +"208199",76470,20588,3,887,912 +"208200",76470,21225,3,887,1945 +"208201",76470,21448,3,887,2332 +"208202",76470,24286,3,887,1280 +"208203",76470,26408,2,887,1545 +"208204",76470,27261,2,887,1368 +"208205",76470,33356,3,887,1586 +"208206",76470,33433,3,887,2805 +"208207",76470,38755,3,887,2902 +"208208",76470,39534,3,887,2410 +"208209",76470,49642,3,887,1166 +"208210",76470,53342,3,887,2071 +"208211",76470,54879,3,887,2210 +"208212",76470,69091,1,887,1267 +"208213",76470,90789,3,887,1218 +"208214",76470,102186,2,887,2937 +"208215",76495,5041,3,1255,2371 +"208216",76495,16096,3,1255,2301 +"208217",76495,28627,3,1255,2694 +"208218",76495,40293,3,1255,1671 +"208219",76495,71618,3,1255,2960 +"208220",76503,1570,3,1136,2028 +"208221",76503,1822,3,1136,2888 +"208222",76503,2181,3,1136,2030 +"208223",76503,3477,2,1136,2546 +"208224",76503,4622,2,1136,1589 +"208225",76503,6063,2,1136,2349 +"208226",76503,6392,3,1136,1878 +"208227",76503,7648,3,1136,1861 +"208228",76503,8993,3,1136,2099 +"208229",76503,9273,3,1136,1747 +"208230",76503,9328,2,1136,1937 +"208231",76503,9503,3,1136,2453 +"208232",76503,11154,3,1136,1594 +"208233",76503,11229,3,1136,1625 +"208234",76503,12081,3,1136,2166 +"208235",76503,13899,3,1136,2650 +"208236",76503,14442,3,1136,2700 +"208237",76503,14817,3,1136,2110 +"208238",76503,15023,3,1136,2054 +"208239",76503,17351,3,1136,2036 +"208240",76503,17632,3,1136,1947 +"208241",76503,17768,3,1136,2468 +"208242",76503,18217,2,1136,1566 +"208243",76503,18455,3,1136,1237 +"208244",76503,19317,3,1136,2041 +"208245",76503,20124,3,1136,2376 +"208246",76503,20984,3,1136,2502 +"208247",76503,21684,3,1136,1971 +"208248",76503,22403,3,1136,1630 +"208249",76503,24867,3,1136,1861 +"208250",76503,25053,3,1136,2186 +"208251",76503,27642,2,1136,1531 +"208252",76503,28588,3,1136,1335 +"208253",76503,29067,3,1136,1538 +"208254",76503,29267,3,1136,1234 +"208255",76503,30486,3,1136,1269 +"208256",76503,31281,3,1136,1937 +"208257",76503,31357,3,1136,2389 +"208258",76503,32339,3,1136,2430 +"208259",76503,32395,3,1136,2735 +"208260",76503,32904,3,1136,2055 +"208261",76503,33223,2,1136,2397 +"208262",76503,33451,3,1136,1957 +"208263",76503,33470,3,1136,2003 +"208264",76503,35822,3,1136,1903 +"208265",76503,36346,3,1136,1240 +"208266",76503,37301,3,1136,2160 +"208267",76503,38307,3,1136,2648 +"208268",76503,38457,3,1136,1630 +"208269",76503,40542,2,1136,1664 +"208270",76503,44473,3,1136,1685 +"208271",76503,44501,3,1136,2567 +"208272",76503,46849,3,1136,1238 +"208273",76503,47595,3,1136,2374 +"208274",76503,51843,3,1136,2389 +"208275",76503,52953,3,1136,1741 +"208276",76503,55307,3,1136,2306 +"208277",76503,55446,3,1136,1247 +"208278",76503,55997,2,1136,1414 +"208279",76503,56873,3,1136,1421 +"208280",76503,57150,3,1136,1196 +"208281",76503,58536,3,1136,2742 +"208282",76503,59289,2,1136,2896 +"208283",76503,59790,3,1136,1827 +"208284",76503,76143,3,1136,1610 +"208285",76503,79547,3,1136,1909 +"208286",76503,84317,2,1136,2081 +"208287",76503,84322,3,1136,1635 +"208288",76505,4188,3,2123,2963 +"208289",76505,6234,3,2123,2654 +"208290",76505,14861,3,2123,2269 +"208291",76505,15150,2,2123,2801 +"208292",76505,15558,3,2123,2389 +"208293",76505,30194,3,2123,2874 +"208294",76505,32079,2,2123,2315 +"208295",76505,36313,3,2123,2372 +"208296",76505,44730,3,2123,2468 +"208297",76505,49415,2,2123,2654 +"208298",76505,49913,2,2123,2444 +"208299",76505,50899,2,2123,2125 +"208300",76505,76997,3,2123,2223 +"208301",76505,113498,3,2123,2568 +"208302",76507,1702,3,1437,1984 +"208303",76507,2139,3,1437,2502 +"208304",76507,2226,3,1437,2225 +"208305",76507,7450,3,1437,2827 +"208306",76507,9423,3,1437,1708 +"208307",76507,14096,2,1437,1861 +"208308",76507,14918,3,1437,2071 +"208309",76507,32202,3,1437,2314 +"208310",76507,35133,2,1437,2219 +"208311",76507,45355,3,1437,1450 +"208312",76507,46261,3,1437,2350 +"208313",76507,61240,3,1437,2651 +"208314",76511,843,3,1250,2332 +"208315",76511,3271,2,1250,2216 +"208316",76511,3947,3,1250,2067 +"208317",76511,3961,2,1250,2426 +"208318",76511,4289,3,1250,1921 +"208319",76511,4939,3,1250,1382 +"208320",76511,5239,3,1250,2875 +"208321",76511,7196,2,1250,1508 +"208322",76511,7269,3,1250,1728 +"208323",76511,7337,3,1250,1797 +"208324",76511,7604,3,1250,1366 +"208325",76511,7984,2,1250,2493 +"208326",76511,8607,3,1250,1685 +"208327",76511,9272,2,1250,2835 +"208328",76511,10358,3,1250,2294 +"208329",76511,10857,3,1250,2253 +"208330",76511,11477,3,1250,2724 +"208331",76511,11620,3,1250,2010 +"208332",76511,12692,3,1250,1855 +"208333",76511,13780,3,1250,2412 +"208334",76511,13929,3,1250,2693 +"208335",76511,14654,3,1250,1692 +"208336",76511,14943,2,1250,1942 +"208337",76511,15401,2,1250,1999 +"208338",76511,16437,3,1250,1956 +"208339",76511,16625,2,1250,1285 +"208340",76511,16801,2,1250,2008 +"208341",76511,16826,1,1250,2599 +"208342",76511,17484,3,1250,1256 +"208343",76511,17997,2,1250,1621 +"208344",76511,18103,1,1250,1968 +"208345",76511,19075,3,1250,2214 +"208346",76511,20067,3,1250,2390 +"208347",76511,20311,2,1250,1981 +"208348",76511,21138,3,1250,2849 +"208349",76511,21706,3,1250,1988 +"208350",76511,21754,3,1250,1881 +"208351",76511,25486,3,1250,2582 +"208352",76511,25643,3,1250,1646 +"208353",76511,27849,3,1250,1316 +"208354",76511,28432,3,1250,1954 +"208355",76511,28784,2,1250,1579 +"208356",76511,29095,3,1250,2531 +"208357",76511,30747,3,1250,2455 +"208358",76511,30883,3,1250,1629 +"208359",76511,31069,2,1250,1995 +"208360",76511,31691,3,1250,1657 +"208361",76511,32988,2,1250,2008 +"208362",76511,33801,2,1250,2899 +"208363",76511,34158,3,1250,2639 +"208364",76511,35361,3,1250,2389 +"208365",76511,37752,3,1250,2223 +"208366",76511,38219,2,1250,1689 +"208367",76511,38227,2,1250,2511 +"208368",76511,39439,3,1250,2462 +"208369",76511,39444,3,1250,2695 +"208370",76511,40432,2,1250,1956 +"208371",76511,40645,3,1250,1899 +"208372",76511,42505,2,1250,2008 +"208373",76511,43173,3,1250,2895 +"208374",76511,43226,2,1250,2442 +"208375",76511,44135,3,1250,2620 +"208376",76511,44407,3,1250,2154 +"208377",76511,44676,3,1250,2629 +"208378",76511,45959,2,1250,1880 +"208379",76511,46040,3,1250,2105 +"208380",76511,47386,2,1250,2226 +"208381",76511,48110,2,1250,2009 +"208382",76511,53445,3,1250,2028 +"208383",76511,53475,3,1250,2853 +"208384",76511,54551,3,1250,2348 +"208385",76511,56807,2,1250,1571 +"208386",76511,57804,3,1250,2214 +"208387",76511,58508,2,1250,2326 +"208388",76511,59039,3,1250,2870 +"208389",76511,60624,3,1250,1570 +"208390",76511,65155,2,1250,1947 +"208391",76511,65203,3,1250,1597 +"208392",76511,65322,3,1250,2008 +"208393",76511,65679,3,1250,1578 +"208394",76511,69335,2,1250,2698 +"208395",76511,70269,3,1250,2368 +"208396",76511,70736,3,1250,1512 +"208397",76511,78150,3,1250,2581 +"208398",76511,79567,3,1250,1942 +"208399",76511,80301,2,1250,1690 +"208400",76511,82039,3,1250,1327 +"208401",76511,82226,3,1250,1619 +"208402",76511,82301,3,1250,1621 +"208403",76511,83140,3,1250,1630 +"208404",76511,92757,3,1250,2615 +"208405",76511,96352,3,1250,1493 +"208406",76564,1469,3,996,1160 +"208407",76564,2486,3,996,1226 +"208408",76564,3306,3,996,1989 +"208409",76564,5226,3,996,1309 +"208410",76564,5315,3,996,2631 +"208411",76564,9311,3,996,2477 +"208412",76564,10358,3,996,2294 +"208413",76564,10843,3,996,2277 +"208414",76564,11477,3,996,2724 +"208415",76564,13109,3,996,1374 +"208416",76564,13573,3,996,2774 +"208417",76564,14032,3,996,2144 +"208418",76564,14080,3,996,1351 +"208419",76564,15122,3,996,1201 +"208420",76564,15632,3,996,1242 +"208421",76564,19892,2,996,1212 +"208422",76564,21401,2,996,1440 +"208423",76564,21754,3,996,1881 +"208424",76564,22374,3,996,1226 +"208425",76564,23825,3,996,1913 +"208426",76564,28635,3,996,2368 +"208427",76564,31003,3,996,1859 +"208428",76564,34648,1,996,1596 +"208429",76564,36007,3,996,2089 +"208430",76564,37108,2,996,1202 +"208431",76564,37915,3,996,1905 +"208432",76564,40893,2,996,1116 +"208433",76564,41278,3,996,1873 +"208434",76564,44151,3,996,1796 +"208435",76564,44877,3,996,1219 +"208436",76564,45633,3,996,2134 +"208437",76564,45903,3,996,2237 +"208438",76564,46283,2,996,1184 +"208439",76564,48035,3,996,2180 +"208440",76564,48127,3,996,2677 +"208441",76564,48602,3,996,1704 +"208442",76564,49048,3,996,1656 +"208443",76564,50946,3,996,1075 +"208444",76564,56903,3,996,1584 +"208445",76564,57714,3,996,1391 +"208446",76564,61719,3,996,1515 +"208447",76564,63030,2,996,2251 +"208448",76564,64502,3,996,1670 +"208449",76564,67957,1,996,2823 +"208450",76564,77001,2,996,1440 +"208451",76564,80996,3,996,1501 +"208452",76564,81095,3,996,1609 +"208453",76564,82341,3,996,1515 +"208454",76564,83526,1,996,1235 +"208455",76564,85356,3,996,1492 +"208456",76564,87144,3,996,2299 +"208457",76564,92297,3,996,2952 +"208458",76564,92381,3,996,1237 +"208459",76564,96553,3,996,1887 +"208460",76583,18315,2,1817,2720 +"208461",76583,24568,3,1817,1937 +"208462",76603,6044,2,1300,2744 +"208463",76603,6718,3,1300,2138 +"208464",76603,22403,3,1300,1630 +"208465",76603,26080,3,1300,2525 +"208466",76603,41972,3,1300,2509 +"208467",76603,42687,3,1300,1952 +"208468",76603,46182,3,1300,1613 +"208469",76603,47248,3,1300,2883 +"208470",76603,50685,3,1300,2008 +"208471",76603,51017,3,1300,2073 +"208472",76603,79804,3,1300,2227 +"208473",76603,82732,3,1300,2810 +"208474",76603,92508,2,1300,1374 +"208475",76606,1629,3,885,1289 +"208476",76606,2540,3,885,1398 +"208477",76606,3271,3,885,2216 +"208478",76606,3477,3,885,2546 +"208479",76606,3978,3,885,2775 +"208480",76606,5792,3,885,975 +"208481",76606,6989,3,885,2623 +"208482",76606,7337,3,885,1797 +"208483",76606,8395,3,885,896 +"208484",76606,8610,3,885,2240 +"208485",76606,9272,3,885,2835 +"208486",76606,21383,3,885,971 +"208487",76606,21593,3,885,1312 +"208488",76606,21684,3,885,1971 +"208489",76606,27390,3,885,2425 +"208490",76606,35980,3,885,2657 +"208491",76606,43226,3,885,2442 +"208492",76606,46486,3,885,1868 +"208493",76606,48110,3,885,2009 +"208494",76606,48238,3,885,1194 +"208495",76606,58508,3,885,2326 +"208496",76606,69335,3,885,2698 +"208497",76606,76286,3,885,1642 +"208498",76606,80301,3,885,1690 +"208499",76606,81162,2,885,1240 +"208500",76606,90709,3,885,1080 +"208501",76607,267,3,747,2631 +"208502",76607,2440,1,747,836 +"208503",76607,3164,3,747,2693 +"208504",76607,4567,3,747,2348 +"208505",76607,6030,3,747,2953 +"208506",76607,7118,3,747,966 +"208507",76607,7759,3,747,2844 +"208508",76607,8238,3,747,2222 +"208509",76607,8274,3,747,1909 +"208510",76607,8327,3,747,2527 +"208511",76607,9423,3,747,1708 +"208512",76607,10744,2,747,955 +"208513",76607,10851,3,747,2423 +"208514",76607,12081,3,747,2166 +"208515",76607,13537,3,747,1020 +"208516",76607,14855,3,747,903 +"208517",76607,15808,3,747,1521 +"208518",76607,16850,3,747,1657 +"208519",76607,18670,3,747,1835 +"208520",76607,18825,3,747,1240 +"208521",76607,20874,3,747,1580 +"208522",76607,22057,3,747,974 +"208523",76607,22207,3,747,2365 +"208524",76607,22543,2,747,1594 +"208525",76607,22566,3,747,2308 +"208526",76607,22682,2,747,2035 +"208527",76607,23112,3,747,1192 +"208528",76607,23679,3,747,934 +"208529",76607,24256,3,747,2393 +"208530",76607,24421,3,747,1324 +"208531",76607,26659,3,747,903 +"208532",76607,27796,3,747,2151 +"208533",76607,28050,3,747,1955 +"208534",76607,28168,3,747,2702 +"208535",76607,29512,3,747,1594 +"208536",76607,30967,3,747,818 +"208537",76607,31117,3,747,2210 +"208538",76607,31705,3,747,2706 +"208539",76607,40368,3,747,2876 +"208540",76607,40565,3,747,2115 +"208541",76607,44135,2,747,2620 +"208542",76607,44403,3,747,2429 +"208543",76607,49615,3,747,914 +"208544",76607,52597,3,747,1773 +"208545",76607,55076,2,747,2408 +"208546",76607,57246,3,747,1873 +"208547",76607,61975,2,747,983 +"208548",76607,63477,3,747,1907 +"208549",76607,64857,3,747,1792 +"208550",76607,66756,3,747,1301 +"208551",76607,69250,1,747,1439 +"208552",76607,77550,2,747,1548 +"208553",76607,82187,3,747,1055 +"208554",76607,82270,3,747,1641 +"208555",76607,96611,3,747,765 +"208556",76607,99332,3,747,873 +"208557",76631,380,3,1697,2261 +"208558",76631,3801,3,1697,1974 +"208559",76631,9801,3,1697,2443 +"208560",76631,10002,3,1697,1788 +"208561",76631,11440,3,1697,2026 +"208562",76631,11976,3,1697,1727 +"208563",76631,12728,3,1697,2374 +"208564",76631,19248,3,1697,2357 +"208565",76631,20423,3,1697,2654 +"208566",76631,31131,3,1697,2810 +"208567",76631,36506,3,1697,2638 +"208568",76631,47534,3,1697,2712 +"208569",76631,47966,2,1697,2409 +"208570",76631,48605,3,1697,2796 +"208571",76631,53530,3,1697,2380 +"208572",76637,1853,3,833,1465 +"208573",76637,12608,2,833,1337 +"208574",76637,19092,2,833,906 +"208575",76637,25390,3,833,903 +"208576",76637,26642,3,833,2952 +"208577",76637,30697,3,833,2891 +"208578",76637,40913,3,833,1800 +"208579",76637,42756,3,833,1384 +"208580",76637,44669,3,833,1594 +"208581",76637,44688,3,833,2924 +"208582",76637,48832,3,833,1370 +"208583",76637,65703,3,833,1689 +"208584",76637,82949,3,833,2077 +"208585",76646,160,3,1263,2007 +"208586",76646,1124,3,1263,1596 +"208587",76646,1592,3,1263,2006 +"208588",76646,1641,2,1263,1490 +"208589",76646,1691,3,1263,1941 +"208590",76646,5984,3,1263,1675 +"208591",76646,6252,3,1263,2336 +"208592",76646,7555,3,1263,1943 +"208593",76646,7616,2,1263,2296 +"208594",76646,8238,3,1263,2222 +"208595",76646,11770,3,1263,1653 +"208596",76646,12081,3,1263,2166 +"208597",76646,12122,3,1263,1385 +"208598",76646,13249,3,1263,2573 +"208599",76646,14918,3,1263,2071 +"208600",76646,16539,2,1263,1947 +"208601",76646,17549,3,1263,2647 +"208602",76646,17931,3,1263,1617 +"208603",76646,18543,3,1263,2968 +"208604",76646,19208,3,1263,2629 +"208605",76646,19937,3,1263,1587 +"208606",76646,20419,3,1263,1587 +"208607",76646,20563,3,1263,2267 +"208608",76646,24512,3,1263,1369 +"208609",76646,24753,3,1263,2860 +"208610",76646,25030,2,1263,2017 +"208611",76646,26083,3,1263,2038 +"208612",76646,29512,3,1263,1594 +"208613",76646,31117,3,1263,2210 +"208614",76646,31890,3,1263,1487 +"208615",76646,32173,3,1263,2341 +"208616",76646,33622,3,1263,2230 +"208617",76646,36837,1,1263,1556 +"208618",76646,38213,3,1263,1744 +"208619",76646,38307,3,1263,2648 +"208620",76646,41664,2,1263,2641 +"208621",76646,42129,3,1263,2318 +"208622",76646,42515,2,1263,2752 +"208623",76646,44089,3,1263,1632 +"208624",76646,46621,3,1263,1343 +"208625",76646,47564,2,1263,2650 +"208626",76646,47625,3,1263,2562 +"208627",76646,49334,2,1263,2433 +"208628",76646,49470,2,1263,1528 +"208629",76646,49620,3,1263,1868 +"208630",76646,52327,3,1263,1472 +"208631",76646,55076,3,1263,2408 +"208632",76646,56854,3,1263,2022 +"208633",76646,60624,3,1263,1570 +"208634",76646,63477,3,1263,1907 +"208635",76646,67748,3,1263,1498 +"208636",76646,69250,3,1263,1439 +"208637",76646,70573,3,1263,1993 +"208638",76646,74636,3,1263,2525 +"208639",76646,77611,3,1263,1795 +"208640",76646,81349,2,1263,1958 +"208641",76646,82893,1,1263,1275 +"208642",76646,85356,3,1263,1492 +"208643",76646,88232,3,1263,2881 +"208644",76666,1090,3,1908,2370 +"208645",76666,1321,3,1908,2075 +"208646",76666,3164,3,1908,2693 +"208647",76666,6030,3,1908,2953 +"208648",76666,11966,2,1908,2385 +"208649",76666,15301,3,1908,2308 +"208650",76666,16352,3,1908,2657 +"208651",76666,21571,3,1908,2755 +"208652",76666,22566,3,1908,2308 +"208653",76666,23869,3,1908,1918 +"208654",76666,26608,3,1908,2329 +"208655",76666,28050,3,1908,1955 +"208656",76666,28168,2,1908,2702 +"208657",76666,32567,2,1908,2784 +"208658",76666,34735,3,1908,2767 +"208659",76666,42619,3,1908,2017 +"208660",76666,46803,3,1908,2305 +"208661",76666,51052,3,1908,2784 +"208662",76672,357,3,1930,2327 +"208663",76672,1685,3,1930,2230 +"208664",76672,7759,3,1930,2844 +"208665",76672,21872,2,1930,2458 +"208666",76672,36031,3,1930,2342 +"208667",76672,71982,2,1930,2812 +"208668",76672,89681,3,1930,1978 +"208669",76672,96387,3,1930,2159 +"208670",76675,2221,3,1840,2092 +"208671",76675,2334,3,1840,2619 +"208672",76675,2418,2,1840,2020 +"208673",76675,2759,2,1840,2030 +"208674",76675,2852,3,1840,2448 +"208675",76675,3255,3,1840,2504 +"208676",76675,3317,3,1840,2037 +"208677",76675,4730,2,1840,2131 +"208678",76675,6627,3,1840,2063 +"208679",76675,7433,2,1840,2255 +"208680",76675,7443,2,1840,2028 +"208681",76675,10495,3,1840,2230 +"208682",76675,10638,3,1840,2692 +"208683",76675,11506,3,1840,2824 +"208684",76675,18571,1,1840,2128 +"208685",76675,18943,3,1840,2861 +"208686",76675,20007,3,1840,2971 +"208687",76675,21180,2,1840,2762 +"208688",76675,21463,2,1840,2437 +"208689",76675,27783,2,1840,2302 +"208690",76675,30442,3,1840,2124 +"208691",76675,31164,2,1840,1996 +"208692",76675,32449,3,1840,2091 +"208693",76675,34162,2,1840,2336 +"208694",76675,36136,1,1840,2338 +"208695",76675,38144,3,1840,2637 +"208696",76675,38755,3,1840,2902 +"208697",76675,39105,2,1840,2487 +"208698",76675,41023,3,1840,2408 +"208699",76675,41955,3,1840,2479 +"208700",76675,41978,3,1840,2824 +"208701",76675,45730,2,1840,2063 +"208702",76675,46951,2,1840,2429 +"208703",76675,53013,3,1840,2523 +"208704",76675,55775,3,1840,2385 +"208705",76675,56673,3,1840,2419 +"208706",76675,59039,3,1840,2870 +"208707",76675,66911,3,1840,1920 +"208708",76675,68592,3,1840,2551 +"208709",76675,69335,3,1840,2698 +"208710",76675,76132,1,1840,2426 +"208711",76675,111034,2,1840,2131 +"208712",76675,115155,2,1840,1942 +"208713",76677,33433,3,1269,2805 +"208714",76682,602,3,581,2632 +"208715",76682,1092,3,581,1945 +"208716",76682,1150,3,581,1595 +"208717",76682,1203,3,581,1350 +"208718",76682,3011,3,581,2278 +"208719",76682,3255,3,581,2504 +"208720",76682,3753,3,581,1255 +"208721",76682,4660,3,581,2149 +"208722",76682,4669,3,581,2395 +"208723",76682,6390,3,581,2385 +"208724",76682,6982,3,581,2034 +"208725",76682,7013,3,581,2040 +"208726",76682,7548,3,581,1932 +"208727",76682,7970,3,581,1197 +"208728",76682,9311,2,581,2477 +"208729",76682,10087,3,581,1617 +"208730",76682,10843,3,581,2277 +"208731",76682,11127,3,581,1196 +"208732",76682,14723,2,581,2019 +"208733",76682,14761,3,581,2502 +"208734",76682,15626,3,581,2434 +"208735",76682,15716,3,581,1991 +"208736",76682,15978,3,581,981 +"208737",76682,16021,3,581,858 +"208738",76682,16684,3,581,1657 +"208739",76682,17061,3,581,2385 +"208740",76682,18393,3,581,860 +"208741",76682,19453,3,581,1928 +"208742",76682,19668,3,581,696 +"208743",76682,19751,3,581,1630 +"208744",76682,20494,2,581,1075 +"208745",76682,21225,3,581,1945 +"208746",76682,21448,2,581,2332 +"208747",76682,22180,3,581,1835 +"208748",76682,22311,3,581,2034 +"208749",76682,23232,3,581,884 +"208750",76682,23277,3,581,1267 +"208751",76682,24286,3,581,1280 +"208752",76682,26408,3,581,1545 +"208753",76682,27261,3,581,1368 +"208754",76682,28002,3,581,914 +"208755",76682,28357,2,581,1134 +"208756",76682,30906,3,581,2537 +"208757",76682,33241,2,581,632 +"208758",76682,33321,3,581,1570 +"208759",76682,33356,3,581,1586 +"208760",76682,33433,3,581,2805 +"208761",76682,34707,3,581,2042 +"208762",76682,38755,3,581,2902 +"208763",76682,39534,1,581,2410 +"208764",76682,44877,3,581,1219 +"208765",76682,45480,3,581,1104 +"208766",76682,46486,3,581,1868 +"208767",76682,49201,3,581,936 +"208768",76682,49347,2,581,2504 +"208769",76682,49581,3,581,1817 +"208770",76682,49642,3,581,1166 +"208771",76682,50093,3,581,909 +"208772",76682,50354,3,581,1299 +"208773",76682,50946,3,581,1075 +"208774",76682,51647,3,581,1382 +"208775",76682,55324,2,581,1544 +"208776",76682,58993,2,581,2390 +"208777",76682,59113,3,581,2434 +"208778",76682,59786,3,581,605 +"208779",76682,59937,1,581,885 +"208780",76682,61337,3,581,2777 +"208781",76682,61995,3,581,823 +"208782",76682,63641,3,581,2337 +"208783",76682,66677,3,581,2151 +"208784",76682,66717,2,581,2104 +"208785",76682,69091,3,581,1267 +"208786",76682,69438,3,581,830 +"208787",76682,72438,2,581,1397 +"208788",76682,72535,3,581,1191 +"208789",76682,74190,2,581,1428 +"208790",76682,74318,3,581,632 +"208791",76682,75168,3,581,699 +"208792",76682,75343,3,581,2008 +"208793",76682,76470,3,581,887 +"208794",76682,78740,3,581,1515 +"208795",76682,78932,2,581,981 +"208796",76682,88857,3,581,1232 +"208797",76682,89278,3,581,587 +"208798",76682,90789,1,581,1218 +"208799",76682,95910,3,581,999 +"208800",76682,96007,3,581,895 +"208801",76682,98058,3,581,1891 +"208802",76682,100462,3,581,1927 +"208803",76682,102186,3,581,2937 +"208804",76682,103218,3,581,1787 +"208805",76682,104239,3,581,926 +"208806",76682,107383,3,581,1918 +"208807",76721,12943,3,1174,1902 +"208808",76721,22966,1,1174,2112 +"208809",76721,23268,3,1174,2258 +"208810",76796,827,3,1140,2964 +"208811",76796,1624,2,1140,2687 +"208812",76796,1708,1,1140,1591 +"208813",76796,2282,3,1140,2056 +"208814",76796,2443,3,1140,2333 +"208815",76796,2647,3,1140,2450 +"208816",76796,2927,2,1140,1789 +"208817",76796,3158,3,1140,2762 +"208818",76796,6040,3,1140,2103 +"208819",76796,7254,3,1140,1849 +"208820",76796,7604,2,1140,1366 +"208821",76796,9269,2,1140,1892 +"208822",76796,9895,2,1140,1960 +"208823",76796,9910,2,1140,2526 +"208824",76796,9948,2,1140,2019 +"208825",76796,10146,3,1140,1878 +"208826",76796,11351,3,1140,2971 +"208827",76796,11858,3,1140,1530 +"208828",76796,12632,3,1140,1174 +"208829",76796,12914,1,1140,1557 +"208830",76796,13551,3,1140,1451 +"208831",76796,14772,3,1140,2386 +"208832",76796,16347,3,1140,1868 +"208833",76796,16910,3,1140,1978 +"208834",76796,17499,3,1140,2954 +"208835",76796,19476,3,1140,1708 +"208836",76796,20695,2,1140,2526 +"208837",76796,21044,2,1140,1574 +"208838",76796,26374,3,1140,2133 +"208839",76796,26597,3,1140,2070 +"208840",76796,26740,3,1140,2695 +"208841",76796,28782,3,1140,2272 +"208842",76796,30544,3,1140,2041 +"208843",76796,32841,3,1140,1345 +"208844",76796,32966,1,1140,1583 +"208845",76796,34331,3,1140,1727 +"208846",76796,36399,3,1140,1357 +"208847",76796,36840,3,1140,2269 +"208848",76796,38697,2,1140,2701 +"208849",76796,39009,3,1140,1594 +"208850",76796,42382,2,1140,2224 +"208851",76796,42390,3,1140,2937 +"208852",76796,43543,3,1140,1457 +"208853",76796,44744,3,1140,2032 +"208854",76796,46520,3,1140,1776 +"208855",76796,46616,1,1140,1917 +"208856",76796,47607,2,1140,2724 +"208857",76796,49379,3,1140,1573 +"208858",76796,49708,3,1140,1147 +"208859",76796,50678,3,1140,1366 +"208860",76796,51212,3,1140,1801 +"208861",76796,51505,3,1140,1572 +"208862",76796,53584,2,1140,2391 +"208863",76796,55261,3,1140,1915 +"208864",76796,56168,3,1140,1466 +"208865",76796,56364,1,1140,1626 +"208866",76796,69453,3,1140,2831 +"208867",76796,77719,3,1140,2086 +"208868",76796,78611,3,1140,1586 +"208869",76796,79874,3,1140,1570 +"208870",76796,80801,2,1140,1250 +"208871",76796,80970,3,1140,2069 +"208872",76796,83334,3,1140,1708 +"208873",76796,84181,3,1140,1272 +"208874",76796,84591,3,1140,1685 +"208875",76796,87915,2,1140,1152 +"208876",76796,92630,2,1140,1583 +"208877",76796,101666,3,1140,1257 +"208878",76814,827,3,926,2964 +"208879",76814,1624,3,926,2687 +"208880",76814,1708,2,926,1591 +"208881",76814,2282,3,926,2056 +"208882",76814,2647,2,926,2450 +"208883",76814,2927,2,926,1789 +"208884",76814,6345,3,926,2713 +"208885",76814,7604,2,926,1366 +"208886",76814,8607,3,926,1685 +"208887",76814,9724,3,926,2713 +"208888",76814,10701,3,926,2000 +"208889",76814,11858,3,926,1530 +"208890",76814,12116,3,926,2119 +"208891",76814,13595,3,926,1164 +"208892",76814,14957,3,926,2306 +"208893",76814,15782,3,926,2306 +"208894",76814,16963,3,926,1999 +"208895",76814,17499,3,926,2954 +"208896",76814,17695,3,926,1930 +"208897",76814,22357,3,926,1397 +"208898",76814,28648,3,926,1586 +"208899",76814,28782,3,926,2272 +"208900",76814,32350,2,926,1540 +"208901",76814,32841,3,926,1345 +"208902",76814,36399,3,926,1357 +"208903",76814,36840,2,926,2269 +"208904",76814,42382,3,926,2224 +"208905",76814,42390,2,926,2937 +"208906",76814,42956,3,926,932 +"208907",76814,43543,3,926,1457 +"208908",76814,43701,2,926,2400 +"208909",76814,46616,3,926,1917 +"208910",76814,47607,2,926,2724 +"208911",76814,48419,1,926,1134 +"208912",76814,50468,2,926,1659 +"208913",76814,50678,3,926,1366 +"208914",76814,53584,3,926,2391 +"208915",76814,53652,3,926,2899 +"208916",76814,54316,3,926,1202 +"208917",76814,68884,3,926,1011 +"208918",76814,71895,3,926,1327 +"208919",76814,76295,3,926,1001 +"208920",76814,76796,3,926,1140 +"208921",76814,80970,3,926,2069 +"208922",76814,84181,2,926,1272 +"208923",76814,84235,3,926,1639 +"208924",76814,84591,3,926,1685 +"208925",76814,87915,3,926,1152 +"208926",76814,95060,3,926,1974 +"208927",76842,2370,3,1518,1600 +"208928",76842,3158,3,1518,2762 +"208929",76842,4249,3,1518,2547 +"208930",76842,4784,2,1518,2511 +"208931",76842,6020,3,1518,1864 +"208932",76842,9740,3,1518,2233 +"208933",76842,21358,3,1518,1970 +"208934",76842,28648,3,1518,1586 +"208935",76842,30544,3,1518,2041 +"208936",76842,41489,3,1518,2006 +"208937",76842,45297,2,1518,1864 +"208938",76842,48823,3,1518,2080 +"208939",76842,51212,3,1518,1801 +"208940",76842,68813,3,1518,2511 +"208941",76842,78843,3,1518,1524 +"208942",76842,82217,3,1518,2441 +"208943",76867,3678,3,1296,1325 +"208944",76867,19002,3,1296,2053 +"208945",76867,20011,2,1296,2826 +"208946",76867,23771,2,1296,1614 +"208947",76867,23802,3,1296,1713 +"208948",76867,29775,3,1296,2064 +"208949",76867,30194,2,1296,2874 +"208950",76867,31259,3,1296,2082 +"208951",76867,32841,3,1296,1345 +"208952",76867,49415,3,1296,2654 +"208953",76867,52953,3,1296,1741 +"208954",76867,76997,3,1296,2223 +"208955",76867,79746,3,1296,2272 +"208956",76867,80615,3,1296,2252 +"208957",76892,270,2,2381,2542 +"208958",76892,2224,3,2381,2751 +"208959",76892,2424,1,2381,2582 +"208960",76892,3305,2,2381,2839 +"208961",76892,3966,2,2381,2425 +"208962",76892,9175,3,2381,2639 +"208963",76892,9311,3,2381,2477 +"208964",76892,10890,3,2381,2639 +"208965",76892,16432,2,2381,2664 +"208966",76892,17365,3,2381,2746 +"208967",76892,22277,3,2381,2424 +"208968",76892,25129,3,2381,2647 +"208969",76892,25325,3,2381,2963 +"208970",76892,26740,3,2381,2695 +"208971",76892,26749,3,2381,2965 +"208972",76892,27275,2,2381,2656 +"208973",76892,27390,3,2381,2425 +"208974",76892,30052,2,2381,2855 +"208975",76892,31235,3,2381,2668 +"208976",76892,34480,3,2381,2755 +"208977",76892,37285,3,2381,2428 +"208978",76892,38263,3,2381,2475 +"208979",76892,38307,3,2381,2648 +"208980",76892,41945,3,2381,2856 +"208981",76892,42216,3,2381,2722 +"208982",76892,43455,2,2381,2846 +"208983",76892,45239,3,2381,2535 +"208984",76892,45608,3,2381,2420 +"208985",76892,48605,3,2381,2796 +"208986",76892,51041,3,2381,2606 +"208987",76892,51866,3,2381,2411 +"208988",76892,52570,2,2381,2645 +"208989",76892,54695,3,2381,2429 +"208990",76892,61982,2,2381,2725 +"208991",76892,62841,2,2381,2710 +"208992",76892,65016,3,2381,2749 +"208993",76892,68215,3,2381,2727 +"208994",76892,69348,3,2381,2783 +"208995",76905,377,3,298,2389 +"208996",76905,449,3,298,1950 +"208997",76905,468,3,298,1966 +"208998",76905,600,3,298,1702 +"208999",76905,601,3,298,702 +"209000",76905,757,3,298,546 +"209001",76905,1090,3,298,2370 +"209002",76905,1196,3,298,1986 +"209003",76905,1321,3,298,2075 +"209004",76905,1427,3,298,324 +"209005",76905,1428,3,298,742 +"209006",76905,1822,3,298,2888 +"209007",76905,2077,2,298,610 +"209008",76905,2195,3,298,2139 +"209009",76905,2901,3,298,1156 +"209010",76905,2972,3,298,1708 +"209011",76905,3164,3,298,2693 +"209012",76905,3306,3,298,1989 +"209013",76905,3716,3,298,1679 +"209014",76905,3961,3,298,2426 +"209015",76905,4253,3,298,1890 +"209016",76905,4623,3,298,1176 +"209017",76905,4932,3,298,2752 +"209018",76905,4953,3,298,2285 +"209019",76905,5041,3,298,2371 +"209020",76905,5072,3,298,2175 +"209021",76905,5315,2,298,2631 +"209022",76905,5350,2,298,2522 +"209023",76905,5438,3,298,1499 +"209024",76905,5622,3,298,2175 +"209025",76905,5716,2,298,1058 +"209026",76905,5984,2,298,1675 +"209027",76905,5986,3,298,1721 +"209028",76905,6030,3,298,2953 +"209029",76905,6047,2,298,2004 +"209030",76905,6162,3,298,1673 +"209031",76905,6366,2,298,798 +"209032",76905,6417,2,298,1675 +"209033",76905,7233,1,298,572 +"209034",76905,7506,3,298,2371 +"209035",76905,7992,3,298,2033 +"209036",76905,8513,3,298,875 +"209037",76905,8984,3,298,1162 +"209038",76905,9678,3,298,1217 +"209039",76905,9928,2,298,2345 +"209040",76905,9950,3,298,920 +"209041",76905,10358,2,298,2294 +"209042",76905,10558,3,298,2312 +"209043",76905,10717,3,298,1938 +"209044",76905,10779,3,298,2881 +"209045",76905,10857,3,298,2253 +"209046",76905,10870,3,298,1755 +"209047",76905,11103,3,298,2393 +"209048",76905,11218,2,298,2292 +"209049",76905,11348,3,298,824 +"209050",76905,11493,3,298,2077 +"209051",76905,11540,3,298,1237 +"209052",76905,11576,2,298,808 +"209053",76905,11817,3,298,600 +"209054",76905,11966,2,298,2385 +"209055",76905,12004,3,298,996 +"209056",76905,12035,2,298,2721 +"209057",76905,12042,2,298,2345 +"209058",76905,12272,3,298,2371 +"209059",76905,12371,3,298,1569 +"209060",76905,12462,3,298,1461 +"209061",76905,12524,3,298,1287 +"209062",76905,12728,3,298,2374 +"209063",76905,13248,3,298,1385 +"209064",76905,13311,1,298,2315 +"209065",76905,13388,3,298,2119 +"209066",76905,13400,3,298,1371 +"209067",76905,14032,1,298,2144 +"209068",76905,14072,3,298,1346 +"209069",76905,14080,3,298,1351 +"209070",76905,14656,3,298,584 +"209071",76905,14855,3,298,903 +"209072",76905,15290,3,298,641 +"209073",76905,15301,2,298,2308 +"209074",76905,15309,3,298,2820 +"209075",76905,15402,2,298,1281 +"209076",76905,15607,3,298,1421 +"209077",76905,15799,3,298,1917 +"209078",76905,15990,3,298,593 +"209079",76905,16053,3,298,908 +"209080",76905,16120,3,298,1237 +"209081",76905,16352,2,298,2657 +"209082",76905,17400,2,298,2231 +"209083",76905,17413,3,298,2230 +"209084",76905,17493,1,298,561 +"209085",76905,17819,3,298,2291 +"209086",76905,18348,3,298,1711 +"209087",76905,18415,3,298,2184 +"209088",76905,18874,3,298,2170 +"209089",76905,19027,3,298,2721 +"209090",76905,19072,2,298,2358 +"209091",76905,19113,3,298,1171 +"209092",76905,19637,3,298,1229 +"209093",76905,19696,3,298,561 +"209094",76905,19718,3,298,1702 +"209095",76905,20067,3,298,2390 +"209096",76905,20292,3,298,2755 +"209097",76905,20689,3,298,557 +"209098",76905,20732,3,298,2401 +"209099",76905,21138,3,298,2849 +"209100",76905,21197,3,298,1437 +"209101",76905,21571,2,298,2755 +"209102",76905,21682,3,298,2414 +"209103",76905,22141,3,298,2348 +"209104",76905,22566,3,298,2308 +"209105",76905,23006,3,298,1532 +"209106",76905,23159,2,298,1548 +"209107",76905,23310,1,298,2371 +"209108",76905,23492,3,298,1067 +"209109",76905,23725,3,298,2378 +"209110",76905,23726,3,298,2434 +"209111",76905,23869,2,298,1918 +"209112",76905,23918,3,298,1881 +"209113",76905,24146,3,298,2003 +"209114",76905,24169,3,298,1663 +"209115",76905,24256,3,298,2393 +"209116",76905,24511,3,298,1871 +"209117",76905,24568,3,298,1937 +"209118",76905,24755,3,298,1319 +"209119",76905,24902,3,298,2162 +"209120",76905,25543,3,298,724 +"209121",76905,26080,2,298,2525 +"209122",76905,26366,3,298,1688 +"209123",76905,26608,3,298,2329 +"209124",76905,26659,3,298,903 +"209125",76905,26818,3,298,1999 +"209126",76905,27104,3,298,1608 +"209127",76905,27195,3,298,2158 +"209128",76905,27205,3,298,966 +"209129",76905,27849,3,298,1316 +"209130",76905,28002,2,298,914 +"209131",76905,28050,3,298,1955 +"209132",76905,28131,3,298,1492 +"209133",76905,28168,3,298,2702 +"209134",76905,28296,3,298,2944 +"209135",76905,28571,3,298,1556 +"209136",76905,29314,3,298,2736 +"209137",76905,29750,3,298,689 +"209138",76905,29930,2,298,2240 +"209139",76905,30081,3,298,2403 +"209140",76905,30150,3,298,1704 +"209141",76905,30325,3,298,1067 +"209142",76905,31093,3,298,2160 +"209143",76905,31279,3,298,965 +"209144",76905,31530,2,298,1661 +"209145",76905,32567,2,298,2784 +"209146",76905,32694,3,298,1602 +"209147",76905,32919,2,298,2321 +"209148",76905,33981,3,298,1993 +"209149",76905,34057,3,298,1657 +"209150",76905,34735,2,298,2767 +"209151",76905,34920,3,298,563 +"209152",76905,35529,3,298,1620 +"209153",76905,35673,3,298,1067 +"209154",76905,35752,3,298,1158 +"209155",76905,35926,1,298,2371 +"209156",76905,36691,3,298,1903 +"209157",76905,36962,3,298,2861 +"209158",76905,37333,3,298,1612 +"209159",76905,37501,3,298,514 +"209160",76905,38333,3,298,1365 +"209161",76905,38374,3,298,1890 +"209162",76905,39294,3,298,1889 +"209163",76905,39516,2,298,2393 +"209164",76905,39563,3,298,486 +"209165",76905,40072,3,298,1182 +"209166",76905,40493,3,298,1981 +"209167",76905,40893,3,298,1116 +"209168",76905,41832,2,298,1155 +"209169",76905,41955,2,298,2479 +"209170",76905,41972,3,298,2509 +"209171",76905,42619,2,298,2017 +"209172",76905,43046,3,298,419 +"209173",76905,43213,3,298,2160 +"209174",76905,43385,3,298,1623 +"209175",76905,44521,3,298,1593 +"209176",76905,44557,2,298,2371 +"209177",76905,44819,3,298,2063 +"209178",76905,45684,3,298,2200 +"209179",76905,45903,3,298,2237 +"209180",76905,46196,3,298,1510 +"209181",76905,46803,2,298,2305 +"209182",76905,49110,3,298,2938 +"209183",76905,50040,3,298,790 +"209184",76905,50236,3,298,2339 +"209185",76905,50382,3,298,2244 +"209186",76905,50977,3,298,2352 +"209187",76905,51017,3,298,2073 +"209188",76905,51052,3,298,2784 +"209189",76905,52026,3,298,2633 +"209190",76905,52136,3,298,1412 +"209191",76905,52442,2,298,1269 +"209192",76905,53134,2,298,1590 +"209193",76905,54020,3,298,1578 +"209194",76905,54158,3,298,1756 +"209195",76905,54383,3,298,397 +"209196",76905,54388,3,298,1257 +"209197",76905,54551,3,298,2348 +"209198",76905,54879,3,298,2210 +"209199",76905,54929,2,298,2783 +"209200",76905,55299,3,298,609 +"209201",76905,56082,3,298,2395 +"209202",76905,56116,3,298,1321 +"209203",76905,56604,3,298,1919 +"209204",76905,57246,3,298,1873 +"209205",76905,57414,3,298,922 +"209206",76905,57714,2,298,1391 +"209207",76905,58122,3,298,889 +"209208",76905,58652,3,298,1437 +"209209",76905,59646,3,298,456 +"209210",76905,60280,2,298,1918 +"209211",76905,61613,3,298,1189 +"209212",76905,62488,3,298,1418 +"209213",76905,63409,3,298,1937 +"209214",76905,64502,3,298,1670 +"209215",76905,66622,3,298,799 +"209216",76905,67102,3,298,935 +"209217",76905,69117,3,298,645 +"209218",76905,69122,3,298,416 +"209219",76905,69250,3,298,1439 +"209220",76905,69716,3,298,2632 +"209221",76905,70203,3,298,2756 +"209222",76905,70681,2,298,866 +"209223",76905,70996,3,298,1037 +"209224",76905,71479,1,298,482 +"209225",76905,72501,3,298,2795 +"209226",76905,73305,3,298,2544 +"209227",76905,74681,3,298,837 +"209228",76905,74730,2,298,535 +"209229",76905,75403,2,298,1895 +"209230",76905,76284,3,298,1237 +"209231",76905,76666,3,298,1908 +"209232",76905,77001,3,298,1440 +"209233",76905,77883,3,298,871 +"209234",76905,78278,3,298,424 +"209235",76905,80219,2,298,988 +"209236",76905,81349,3,298,1958 +"209237",76905,81588,3,298,1568 +"209238",76905,82932,3,298,2245 +"209239",76905,83526,3,298,1235 +"209240",76905,84022,3,298,2289 +"209241",76905,84500,3,298,1583 +"209242",76905,85716,3,298,1609 +"209243",76905,85794,3,298,679 +"209244",76905,87692,3,298,775 +"209245",76905,89047,3,298,877 +"209246",76905,90802,2,298,877 +"209247",76905,92254,3,298,517 +"209248",76905,92817,2,298,569 +"209249",76905,94500,3,298,1529 +"209250",76905,95288,3,298,1602 +"209251",76905,96226,3,298,1412 +"209252",76905,98781,3,298,1410 +"209253",76905,100140,3,298,1041 +"209254",76905,101395,3,298,891 +"209255",76905,117679,2,298,535 +"209256",76929,827,2,910,2964 +"209257",76929,1624,2,910,2687 +"209258",76929,1708,3,910,1591 +"209259",76929,2647,1,910,2450 +"209260",76929,6040,3,910,2103 +"209261",76929,6345,3,910,2713 +"209262",76929,7254,3,910,1849 +"209263",76929,7604,2,910,1366 +"209264",76929,9724,3,910,2713 +"209265",76929,11858,3,910,1530 +"209266",76929,12632,3,910,1174 +"209267",76929,22357,3,910,1397 +"209268",76929,23550,3,910,2939 +"209269",76929,26597,3,910,2070 +"209270",76929,32841,3,910,1345 +"209271",76929,36399,2,910,1357 +"209272",76929,38309,3,910,2644 +"209273",76929,42382,3,910,2224 +"209274",76929,42390,3,910,2937 +"209275",76929,43543,3,910,1457 +"209276",76929,46616,3,910,1917 +"209277",76929,47607,2,910,2724 +"209278",76929,50678,3,910,1366 +"209279",76929,53584,3,910,2391 +"209280",76929,55775,3,910,2385 +"209281",76929,64628,3,910,2829 +"209282",76929,71895,3,910,1327 +"209283",76929,76814,3,910,926 +"209284",76929,78611,3,910,1586 +"209285",76929,84591,3,910,1685 +"209286",76929,87915,3,910,1152 +"209287",76929,97266,3,910,1016 +"209288",76931,1787,1,1338,1707 +"209289",76931,11868,3,1338,1639 +"209290",76931,14861,2,1338,2269 +"209291",76931,16477,3,1338,2069 +"209292",76931,32079,3,1338,2315 +"209293",76931,32841,3,1338,1345 +"209294",76931,34576,3,1338,1727 +"209295",76931,49415,2,1338,2654 +"209296",76931,49913,3,1338,2444 +"209297",76931,76505,2,1338,2123 +"209298",76932,4660,3,754,2149 +"209299",76932,39746,3,754,1361 +"209300",76932,63641,2,754,2337 +"209301",76932,66717,3,754,2104 +"209302",76932,72535,3,754,1191 +"209303",76932,96007,3,754,895 +"209304",76932,107435,3,754,1635 +"209305",76955,2616,3,82,221 +"209306",76955,4188,3,82,2963 +"209307",76955,6800,3,82,2053 +"209308",76955,11868,3,82,1639 +"209309",76955,15086,3,82,2135 +"209310",76955,16477,3,82,2069 +"209311",76955,18645,3,82,793 +"209312",76955,20011,3,82,2826 +"209313",76955,20921,3,82,723 +"209314",76955,23771,1,82,1614 +"209315",76955,30194,2,82,2874 +"209316",76955,39723,3,82,778 +"209317",76955,44727,3,82,1227 +"209318",76955,44728,2,82,451 +"209319",76955,44730,3,82,2468 +"209320",76955,52953,3,82,1741 +"209321",76955,76867,3,82,1296 +"209322",76955,76997,3,82,2223 +"209323",76955,79746,1,82,2272 +"209324",76955,94495,3,82,989 +"209325",76955,100777,3,82,103 +"209326",76955,103920,3,82,274 +"209327",76968,8822,3,1303,2139 +"209328",76968,17230,3,1303,1965 +"209329",76968,28094,2,1303,1423 +"209330",76968,71455,2,1303,1702 +"209331",76971,3564,3,2145,2717 +"209332",76971,35715,2,2145,2912 +"209333",76997,1222,3,2223,2598 +"209334",76997,2443,3,2223,2333 +"209335",76997,5414,3,2223,2321 +"209336",76997,5937,2,2223,2392 +"209337",76997,6234,3,2223,2654 +"209338",76997,6262,3,2223,2733 +"209339",76997,10119,3,2223,2374 +"209340",76997,14861,3,2223,2269 +"209341",76997,15558,3,2223,2389 +"209342",76997,18466,3,2223,2340 +"209343",76997,19190,3,2223,2677 +"209344",76997,23728,2,2223,2601 +"209345",76997,30194,3,2223,2874 +"209346",76997,33460,2,2223,2781 +"209347",76997,39439,3,2223,2462 +"209348",76997,44730,3,2223,2468 +"209349",76997,49415,3,2223,2654 +"209350",76997,56413,3,2223,2747 +"209351",76997,79746,3,2223,2272 +"209352",76997,94339,3,2223,2768 +"209353",76997,106330,2,2223,2559 +"209354",76997,113498,3,2223,2568 +"209355",76999,1067,3,908,918 +"209356",76999,1324,3,908,2147 +"209357",76999,1767,3,908,2727 +"209358",76999,3068,3,908,1815 +"209359",76999,3284,3,908,1541 +"209360",76999,3419,3,908,1595 +"209361",76999,3961,3,908,2426 +"209362",76999,4317,3,908,1224 +"209363",76999,5315,3,908,2631 +"209364",76999,5438,3,908,1499 +"209365",76999,5599,3,908,1684 +"209366",76999,6062,3,908,2681 +"209367",76999,7847,3,908,2424 +"209368",76999,7858,3,908,1795 +"209369",76999,7984,3,908,2493 +"209370",76999,7992,3,908,2033 +"209371",76999,8610,3,908,2240 +"209372",76999,8712,3,908,1153 +"209373",76999,8913,3,908,968 +"209374",76999,9311,3,908,2477 +"209375",76999,10358,3,908,2294 +"209376",76999,10779,3,908,2881 +"209377",76999,10843,3,908,2277 +"209378",76999,11383,3,908,977 +"209379",76999,12388,3,908,1975 +"209380",76999,12692,3,908,1855 +"209381",76999,13388,2,908,2119 +"209382",76999,13967,3,908,1354 +"209383",76999,13979,3,908,1559 +"209384",76999,14278,3,908,1267 +"209385",76999,15401,3,908,1999 +"209386",76999,15444,3,908,2764 +"209387",76999,15636,3,908,2857 +"209388",76999,15821,3,908,2456 +"209389",76999,16625,3,908,1285 +"209390",76999,16850,3,908,1657 +"209391",76999,17027,3,908,2772 +"209392",76999,17097,3,908,1505 +"209393",76999,17354,3,908,2250 +"209394",76999,18211,3,908,1745 +"209395",76999,18670,3,908,1835 +"209396",76999,19634,3,908,954 +"209397",76999,19637,2,908,1229 +"209398",76999,20067,2,908,2390 +"209399",76999,20124,3,908,2376 +"209400",76999,20732,2,908,2401 +"209401",76999,21422,3,908,935 +"209402",76999,21706,3,908,1988 +"209403",76999,22403,3,908,1630 +"209404",76999,22410,3,908,2158 +"209405",76999,22682,3,908,2035 +"209406",76999,23726,1,908,2434 +"209407",76999,23825,2,908,1913 +"209408",76999,23869,2,908,1918 +"209409",76999,24497,3,908,1979 +"209410",76999,24756,3,908,2530 +"209411",76999,25680,2,908,1618 +"209412",76999,26249,3,908,2301 +"209413",76999,26479,3,908,1818 +"209414",76999,28131,2,908,1492 +"209415",76999,30150,2,908,1704 +"209416",76999,30883,3,908,1629 +"209417",76999,31279,3,908,965 +"209418",76999,31705,3,908,2706 +"209419",76999,32549,3,908,2111 +"209420",76999,32606,3,908,2100 +"209421",76999,32988,3,908,2008 +"209422",76999,33801,3,908,2899 +"209423",76999,35529,2,908,1620 +"209424",76999,36514,2,908,1192 +"209425",76999,37934,3,908,1595 +"209426",76999,38055,2,908,1089 +"209427",76999,38219,3,908,1689 +"209428",76999,38973,3,908,1999 +"209429",76999,40432,3,908,1956 +"209430",76999,40645,3,908,1899 +"209431",76999,40646,3,908,1583 +"209432",76999,41098,3,908,1857 +"209433",76999,42505,3,908,2008 +"209434",76999,43479,3,908,2178 +"209435",76999,44819,3,908,2063 +"209436",76999,46803,3,908,2305 +"209437",76999,47248,3,908,2883 +"209438",76999,47386,2,908,2226 +"209439",76999,48215,3,908,2028 +"209440",76999,50269,3,908,1966 +"209441",76999,50382,3,908,2244 +"209442",76999,50946,3,908,1075 +"209443",76999,51157,3,908,2319 +"209444",76999,52597,3,908,1773 +"209445",76999,53475,3,908,2853 +"209446",76999,55084,3,908,1189 +"209447",76999,58669,3,908,2296 +"209448",76999,61585,3,908,2315 +"209449",76999,61975,3,908,983 +"209450",76999,62148,2,908,1566 +"209451",76999,63477,3,908,1907 +"209452",76999,65155,3,908,1947 +"209453",76999,65322,3,908,2008 +"209454",76999,68286,3,908,2442 +"209455",76999,69745,3,908,1594 +"209456",76999,70046,3,908,2624 +"209457",76999,70203,2,908,2756 +"209458",76999,70996,2,908,1037 +"209459",76999,76356,3,908,2323 +"209460",76999,79627,3,908,2409 +"209461",76999,87144,3,908,2299 +"209462",76999,89511,3,908,1205 +"209463",76999,95064,3,908,1801 +"209464",76999,97160,3,908,1215 +"209465",76999,100140,2,908,1041 +"209466",76999,103524,2,908,991 +"209467",77001,1196,3,1440,1986 +"209468",77001,3242,3,1440,1730 +"209469",77001,3961,3,1440,2426 +"209470",77001,4980,3,1440,2093 +"209471",77001,5041,3,1440,2371 +"209472",77001,5315,3,1440,2631 +"209473",77001,6047,3,1440,2004 +"209474",77001,6417,3,1440,1675 +"209475",77001,8887,3,1440,2373 +"209476",77001,9928,3,1440,2345 +"209477",77001,10358,2,1440,2294 +"209478",77001,10382,3,1440,2111 +"209479",77001,10779,3,1440,2881 +"209480",77001,11477,3,1440,2724 +"209481",77001,13573,2,1440,2774 +"209482",77001,14032,2,1440,2144 +"209483",77001,16352,3,1440,2657 +"209484",77001,17357,3,1440,1536 +"209485",77001,17819,3,1440,2291 +"209486",77001,19453,3,1440,1928 +"209487",77001,23310,3,1440,2371 +"209488",77001,26436,3,1440,2489 +"209489",77001,27753,3,1440,2750 +"209490",77001,29930,3,1440,2240 +"209491",77001,30438,2,1440,1617 +"209492",77001,31003,3,1440,1859 +"209493",77001,31530,3,1440,1661 +"209494",77001,32919,3,1440,2321 +"209495",77001,34492,3,1440,1798 +"209496",77001,34648,2,1440,1596 +"209497",77001,34735,3,1440,2767 +"209498",77001,35926,3,1440,2371 +"209499",77001,36007,3,1440,2089 +"209500",77001,38449,3,1440,1802 +"209501",77001,41278,3,1440,1873 +"209502",77001,41955,3,1440,2479 +"209503",77001,45715,2,1440,2287 +"209504",77001,45903,1,1440,2237 +"209505",77001,48127,3,1440,2677 +"209506",77001,48602,2,1440,1704 +"209507",77001,53779,3,1440,2000 +"209508",77001,56903,3,1440,1584 +"209509",77001,61719,3,1440,1515 +"209510",77001,64502,2,1440,1670 +"209511",77001,67957,3,1440,2823 +"209512",77001,75403,3,1440,1895 +"209513",77001,81095,3,1440,1609 +"209514",77001,82341,3,1440,1515 +"209515",77001,82932,3,1440,2245 +"209516",77001,85356,3,1440,1492 +"209517",77001,92297,3,1440,2952 +"209518",77001,96553,3,1440,1887 +"209519",77010,38755,3,2639,2902 +"209520",77031,1015,3,801,1174 +"209521",77031,1323,3,801,1659 +"209522",77031,2057,3,801,1965 +"209523",77031,2540,3,801,1398 +"209524",77031,2704,3,801,2609 +"209525",77031,2894,3,801,1291 +"209526",77031,2960,3,801,977 +"209527",77031,3127,3,801,2273 +"209528",77031,3163,3,801,2020 +"209529",77031,4107,2,801,987 +"209530",77031,4121,3,801,1304 +"209531",77031,5610,3,801,2223 +"209532",77031,5615,3,801,1105 +"209533",77031,5792,3,801,975 +"209534",77031,7798,2,801,949 +"209535",77031,8865,2,801,2394 +"209536",77031,9311,3,801,2477 +"209537",77031,9391,3,801,1252 +"209538",77031,9520,3,801,2089 +"209539",77031,10148,3,801,2964 +"209540",77031,10754,3,801,1797 +"209541",77031,11538,3,801,2288 +"209542",77031,11546,3,801,1174 +"209543",77031,12067,3,801,1213 +"209544",77031,12388,3,801,1975 +"209545",77031,13184,2,801,977 +"209546",77031,13324,3,801,2163 +"209547",77031,13808,1,801,1356 +"209548",77031,14817,3,801,2110 +"209549",77031,16641,3,801,1359 +"209550",77031,17571,2,801,953 +"209551",77031,18165,3,801,2085 +"209552",77031,18735,3,801,1581 +"209553",77031,18891,3,801,1596 +"209554",77031,19433,3,801,2504 +"209555",77031,19874,3,801,985 +"209556",77031,21479,3,801,2134 +"209557",77031,25078,3,801,2312 +"209558",77031,26234,3,801,2183 +"209559",77031,27908,2,801,2576 +"209560",77031,29267,2,801,1234 +"209561",77031,29286,3,801,1612 +"209562",77031,29454,3,801,2719 +"209563",77031,30486,3,801,1269 +"209564",77031,30906,3,801,2537 +"209565",77031,31890,3,801,1487 +"209566",77031,32606,3,801,2100 +"209567",77031,33433,3,801,2805 +"209568",77031,35903,2,801,1434 +"209569",77031,36637,1,801,2085 +"209570",77031,36953,3,801,2790 +"209571",77031,37427,3,801,915 +"209572",77031,38513,3,801,914 +"209573",77031,39062,3,801,2020 +"209574",77031,40572,3,801,2666 +"209575",77031,42715,3,801,987 +"209576",77031,42813,3,801,2142 +"209577",77031,42837,3,801,1096 +"209578",77031,46486,2,801,1868 +"209579",77031,46742,3,801,2144 +"209580",77031,47595,3,801,2374 +"209581",77031,47803,2,801,2477 +"209582",77031,48377,3,801,1927 +"209583",77031,49787,3,801,2352 +"209584",77031,50335,3,801,1893 +"209585",77031,50946,3,801,1075 +"209586",77031,51016,1,801,1141 +"209587",77031,52136,3,801,1412 +"209588",77031,55821,3,801,1303 +"209589",77031,55862,3,801,2123 +"209590",77031,57315,3,801,1005 +"209591",77031,58895,3,801,917 +"209592",77031,59637,3,801,2141 +"209593",77031,59677,3,801,1174 +"209594",77031,62966,3,801,1282 +"209595",77031,65856,3,801,2504 +"209596",77031,69232,3,801,2130 +"209597",77031,72557,3,801,972 +"209598",77031,74190,3,801,1428 +"209599",77031,79837,2,801,1252 +"209600",77031,82009,3,801,1020 +"209601",77031,83862,3,801,2026 +"209602",77031,87958,3,801,1234 +"209603",77031,90709,3,801,1080 +"209604",77031,94404,3,801,1836 +"209605",77031,95155,1,801,849 +"209606",77031,98080,2,801,1265 +"209607",77031,99332,3,801,873 +"209608",77031,108620,1,801,881 +"209609",77052,25373,3,2770,2783 +"209610",77057,1386,3,1866,1901 +"209611",77057,12684,3,1866,2182 +"209612",77057,14669,3,1866,2080 +"209613",77057,15343,3,1866,2125 +"209614",77057,17967,3,1866,2125 +"209615",77057,19397,3,1866,2182 +"209616",77057,20469,3,1866,2125 +"209617",77057,21417,3,1866,2422 +"209618",77057,29756,3,1866,2051 +"209619",77057,29791,3,1866,1986 +"209620",77057,34327,3,1866,2959 +"209621",77057,38038,2,1866,2686 +"209622",77057,45664,1,1866,2235 +"209623",77057,50899,3,1866,2125 +"209624",77057,55691,3,1866,2856 +"209625",77057,59432,3,1866,2553 +"209626",77057,85638,3,1866,2275 +"209627",77057,90501,3,1866,2380 +"209628",77077,9272,2,2693,2835 +"209629",77077,14586,3,2693,2801 +"209630",77077,19364,3,2693,2846 +"209631",77077,22709,3,2693,2743 +"209632",77077,59039,3,2693,2870 +"209633",77077,60879,3,2693,2792 +"209634",77077,69335,3,2693,2698 +"209635",77077,73553,3,2693,2726 +"209636",77077,99940,1,2693,2884 +"209637",77095,1386,3,1622,1901 +"209638",77095,12684,3,1622,2182 +"209639",77095,14669,3,1622,2080 +"209640",77095,14772,3,1622,2386 +"209641",77095,15343,3,1622,2125 +"209642",77095,17967,3,1622,2125 +"209643",77095,19397,3,1622,2182 +"209644",77095,20469,2,1622,2125 +"209645",77095,21417,2,1622,2422 +"209646",77095,29756,3,1622,2051 +"209647",77095,29791,3,1622,1986 +"209648",77095,34327,3,1622,2959 +"209649",77095,38038,2,1622,2686 +"209650",77095,38908,3,1622,1787 +"209651",77095,45664,1,1622,2235 +"209652",77095,50899,3,1622,2125 +"209653",77095,55691,3,1622,2856 +"209654",77095,59432,3,1622,2553 +"209655",77095,77057,1,1622,1866 +"209656",77095,85638,3,1622,2275 +"209657",77095,90501,3,1622,2380 +"209658",77167,1708,3,836,1591 +"209659",77167,3158,3,836,2762 +"209660",77167,3877,3,836,1133 +"209661",77167,4784,3,836,2511 +"209662",77167,5491,3,836,2048 +"209663",77167,6020,3,836,1864 +"209664",77167,6295,3,836,856 +"209665",77167,7078,3,836,2344 +"209666",77167,7394,3,836,2615 +"209667",77167,7406,3,836,1906 +"209668",77167,7616,3,836,2296 +"209669",77167,9269,3,836,1892 +"209670",77167,9615,3,836,2464 +"209671",77167,9740,3,836,2233 +"209672",77167,9871,3,836,921 +"209673",77167,9895,3,836,1960 +"209674",77167,9910,3,836,2526 +"209675",77167,9948,3,836,2019 +"209676",77167,11270,3,836,1011 +"209677",77167,12035,3,836,2721 +"209678",77167,12632,2,836,1174 +"209679",77167,12914,3,836,1557 +"209680",77167,12966,3,836,2011 +"209681",77167,13551,3,836,1451 +"209682",77167,13930,3,836,1274 +"209683",77167,14172,3,836,1923 +"209684",77167,16029,3,836,1160 +"209685",77167,16286,3,836,2470 +"209686",77167,16347,3,836,1868 +"209687",77167,16910,3,836,1978 +"209688",77167,16963,3,836,1999 +"209689",77167,18151,3,836,2962 +"209690",77167,20369,2,836,1356 +"209691",77167,20695,2,836,2526 +"209692",77167,21165,3,836,1112 +"209693",77167,21358,3,836,1970 +"209694",77167,21795,3,836,2653 +"209695",77167,22808,3,836,2297 +"209696",77167,23460,3,836,2183 +"209697",77167,24511,2,836,1871 +"209698",77167,24755,3,836,1319 +"209699",77167,28648,3,836,1586 +"209700",77167,30386,3,836,1833 +"209701",77167,34327,3,836,2959 +"209702",77167,35542,2,836,1439 +"209703",77167,36950,2,836,2204 +"209704",77167,41350,3,836,1935 +"209705",77167,41489,3,836,2006 +"209706",77167,41832,3,836,1155 +"209707",77167,43725,2,836,935 +"209708",77167,46049,2,836,2102 +"209709",77167,47607,3,836,2724 +"209710",77167,49379,3,836,1573 +"209711",77167,51505,2,836,1572 +"209712",77167,53248,3,836,2271 +"209713",77167,53584,3,836,2391 +"209714",77167,56364,3,836,1626 +"209715",77167,59522,3,836,1516 +"209716",77167,64803,2,836,841 +"209717",77167,69260,3,836,1698 +"209718",77167,71225,3,836,956 +"209719",77167,72007,3,836,963 +"209720",77167,76796,3,836,1140 +"209721",77167,78393,3,836,874 +"209722",77167,80807,2,836,1597 +"209723",77167,82628,3,836,1784 +"209724",77167,83122,3,836,1503 +"209725",77167,84591,3,836,1685 +"209726",77167,87915,3,836,1152 +"209727",77167,93642,3,836,1120 +"209728",77167,101381,3,836,977 +"209729",77167,107467,3,836,1524 +"209730",77174,8896,3,747,1139 +"209731",77174,18821,3,747,2075 +"209732",77174,19397,1,747,2182 +"209733",77174,25541,3,747,917 +"209734",77174,38038,3,747,2686 +"209735",77174,39507,3,747,793 +"209736",77174,42814,3,747,1149 +"209737",77174,45664,2,747,2235 +"209738",77174,77057,2,747,1866 +"209739",77174,77095,2,747,1622 +"209740",77174,80942,3,747,1240 +"209741",77174,84039,3,747,1335 +"209742",77183,1023,3,1317,2515 +"209743",77183,1063,3,1317,2515 +"209744",77183,6820,3,1317,1318 +"209745",77183,7254,3,1317,1849 +"209746",77183,15146,3,1317,1546 +"209747",77183,19137,2,1317,1437 +"209748",77183,20088,3,1317,1677 +"209749",77183,26513,3,1317,2205 +"209750",77183,31170,3,1317,1776 +"209751",77183,39211,3,1317,1908 +"209752",77183,49958,3,1317,1860 +"209753",77183,78262,2,1317,1326 +"209754",77183,82917,3,1317,2371 +"209755",77189,916,3,1965,2718 +"209756",77189,7253,3,1965,2686 +"209757",77189,92960,3,1965,2154 +"209758",77189,94339,3,1965,2768 +"209759",77189,96169,3,1965,2356 +"209760",77193,30819,3,1589,2198 +"209761",77193,40910,3,1589,2469 +"209762",77200,4730,3,1737,2131 +"209763",77200,21575,2,1737,1762 +"209764",77200,26227,3,1737,2265 +"209765",77200,26642,3,1737,2952 +"209766",77200,26847,3,1737,1902 +"209767",77200,30442,2,1737,2124 +"209768",77200,47968,3,1737,2829 +"209769",77200,66994,3,1737,1865 +"209770",77200,68586,3,1737,2322 +"209771",77202,1592,2,49,2006 +"209772",77202,1691,2,49,1941 +"209773",77202,1888,3,49,114 +"209774",77202,2208,3,49,2814 +"209775",77202,4317,3,49,1224 +"209776",77202,6390,3,49,2385 +"209777",77202,6914,3,49,2668 +"209778",77202,8537,3,49,472 +"209779",77202,10222,3,49,2212 +"209780",77202,10871,2,49,2314 +"209781",77202,14616,3,49,385 +"209782",77202,14983,3,49,1047 +"209783",77202,15089,3,49,469 +"209784",77202,19516,2,49,2313 +"209785",77202,19718,3,49,1702 +"209786",77202,20407,3,49,2339 +"209787",77202,21133,3,49,1320 +"209788",77202,21682,3,49,2414 +"209789",77202,24198,3,49,2217 +"209790",77202,28808,3,49,1063 +"209791",77202,29115,3,49,1047 +"209792",77202,31124,3,49,2351 +"209793",77202,32503,3,49,2020 +"209794",77202,33622,3,49,2230 +"209795",77202,34314,3,49,630 +"209796",77202,35481,2,49,2211 +"209797",77202,36439,3,49,2469 +"209798",77202,46512,3,49,1292 +"209799",77202,46621,2,49,1343 +"209800",77202,46951,3,49,2429 +"209801",77202,47585,3,49,794 +"209802",77202,49301,3,49,1894 +"209803",77202,50179,3,49,2230 +"209804",77202,51410,3,49,2739 +"209805",77202,52327,3,49,1472 +"209806",77202,59022,3,49,2494 +"209807",77202,61785,2,49,822 +"209808",77202,70605,3,49,1176 +"209809",77202,74636,3,49,2525 +"209810",77202,75921,3,49,517 +"209811",77202,76127,3,49,910 +"209812",77202,76192,3,49,912 +"209813",77202,79436,3,49,1344 +"209814",77202,81895,3,49,1634 +"209815",77202,88232,2,49,2881 +"209816",77202,88887,3,49,1161 +"209817",77202,92592,3,49,486 +"209818",77202,105685,3,49,2469 +"209819",77202,109323,3,49,647 +"209820",77269,57450,2,211,1286 +"209821",77305,380,3,965,2261 +"209822",77305,671,3,965,2328 +"209823",77305,1102,2,965,2282 +"209824",77305,1639,3,965,2631 +"209825",77305,2120,3,965,1133 +"209826",77305,2269,3,965,984 +"209827",77305,2424,3,965,2582 +"209828",77305,2572,3,965,2273 +"209829",77305,2754,3,965,1360 +"209830",77305,3306,3,965,1989 +"209831",77305,3493,3,965,2451 +"209832",77305,3801,3,965,1974 +"209833",77305,4317,3,965,1224 +"209834",77305,4360,3,965,1770 +"209835",77305,4701,3,965,2401 +"209836",77305,4785,3,965,996 +"209837",77305,4790,2,965,1025 +"209838",77305,4791,2,965,1184 +"209839",77305,4916,3,965,1970 +"209840",77305,6047,3,965,2004 +"209841",77305,6052,3,965,1985 +"209842",77305,6074,3,965,2426 +"209843",77305,6718,3,965,2138 +"209844",77305,7555,3,965,1943 +"209845",77305,8910,3,965,1054 +"209846",77305,9364,3,965,1698 +"209847",77305,10129,3,965,2124 +"209848",77305,10488,3,965,1524 +"209849",77305,10513,3,965,2284 +"209850",77305,11006,3,965,1950 +"209851",77305,11168,3,965,1223 +"209852",77305,11541,3,965,1927 +"209853",77305,12096,3,965,1330 +"209854",77305,12724,3,965,1930 +"209855",77305,12728,3,965,2374 +"209856",77305,13945,3,965,1324 +"209857",77305,14032,3,965,2144 +"209858",77305,16332,3,965,2668 +"209859",77305,16940,3,965,1290 +"209860",77305,18707,3,965,1143 +"209861",77305,19248,3,965,2357 +"209862",77305,19719,3,965,2177 +"209863",77305,20124,3,965,2376 +"209864",77305,20311,3,965,1981 +"209865",77305,20975,2,965,1305 +"209866",77305,21122,3,965,1701 +"209867",77305,21197,3,965,1437 +"209868",77305,21285,3,965,2100 +"209869",77305,21693,3,965,2176 +"209870",77305,22282,2,965,1418 +"209871",77305,22326,3,965,2818 +"209872",77305,22362,3,965,1836 +"209873",77305,22586,3,965,1341 +"209874",77305,23450,2,965,967 +"209875",77305,23727,2,965,1734 +"209876",77305,23729,1,965,1624 +"209877",77305,23970,2,965,1624 +"209878",77305,24755,2,965,1319 +"209879",77305,24853,3,965,1004 +"209880",77305,25577,3,965,1946 +"209881",77305,26451,3,965,2133 +"209882",77305,26471,3,965,1061 +"209883",77305,26570,3,965,1669 +"209884",77305,26749,2,965,2965 +"209885",77305,27175,3,965,1447 +"209886",77305,27390,3,965,2425 +"209887",77305,27694,3,965,2030 +"209888",77305,27849,3,965,1316 +"209889",77305,28015,2,965,1624 +"209890",77305,30325,3,965,1067 +"209891",77305,31530,3,965,1661 +"209892",77305,32173,2,965,2341 +"209893",77305,33949,3,965,2489 +"209894",77305,34136,3,965,2202 +"209895",77305,34836,3,965,2302 +"209896",77305,38019,2,965,1870 +"209897",77305,41832,3,965,1155 +"209898",77305,42216,3,965,2722 +"209899",77305,43213,3,965,2160 +"209900",77305,43385,3,965,1623 +"209901",77305,46196,3,965,1510 +"209902",77305,47772,3,965,2293 +"209903",77305,51810,3,965,1401 +"209904",77305,52058,3,965,1836 +"209905",77305,52136,2,965,1412 +"209906",77305,52576,2,965,2234 +"209907",77305,53323,3,965,2677 +"209908",77305,55082,3,965,1856 +"209909",77305,55438,3,965,2863 +"209910",77305,55468,3,965,2511 +"209911",77305,56082,3,965,2395 +"209912",77305,56317,2,965,2030 +"209913",77305,57950,3,965,1529 +"209914",77305,58508,3,965,2326 +"209915",77305,58652,3,965,1437 +"209916",77305,61982,3,965,2725 +"209917",77305,64181,3,965,1828 +"209918",77305,66860,3,965,1548 +"209919",77305,67222,3,965,1332 +"209920",77305,71342,2,965,1289 +"209921",77305,72207,3,965,2430 +"209922",77305,72956,2,965,1251 +"209923",77305,73128,3,965,1549 +"209924",77305,73786,3,965,2937 +"209925",77305,75403,3,965,1895 +"209926",77305,75948,2,965,1006 +"209927",77305,76284,3,965,1237 +"209928",77305,79322,3,965,2770 +"209929",77305,79436,3,965,1344 +"209930",77305,81588,1,965,1568 +"209931",77305,82893,3,965,1275 +"209932",77305,82949,3,965,2077 +"209933",77305,93332,2,965,982 +"209934",77305,98781,3,965,1410 +"209935",77305,101295,3,965,2165 +"209936",77305,115622,3,965,1895 +"209937",77318,17983,3,1643,1931 +"209938",77359,357,3,917,2327 +"209939",77359,1469,3,917,1160 +"209940",77359,4366,3,917,1726 +"209941",77359,5716,3,917,1058 +"209942",77359,11218,3,917,2292 +"209943",77359,16352,3,917,2657 +"209944",77359,18348,3,917,1711 +"209945",77359,24923,3,917,2785 +"209946",77359,28874,3,917,2329 +"209947",77359,29073,3,917,2328 +"209948",77359,32694,3,917,1602 +"209949",77359,44521,3,917,1593 +"209950",77359,56604,3,917,1919 +"209951",77359,61719,2,917,1515 +"209952",77359,80219,3,917,988 +"209953",77359,93752,2,917,1368 +"209954",77377,1745,3,1487,2693 +"209955",77377,6132,3,1487,1590 +"209956",77377,6697,3,1487,2438 +"209957",77377,13068,3,1487,1778 +"209958",77377,14586,3,1487,2801 +"209959",77377,19165,3,1487,2436 +"209960",77377,32339,3,1487,2430 +"209961",77377,37752,3,1487,2223 +"209962",77377,39875,3,1487,2422 +"209963",77377,41187,2,1487,2340 +"209964",77377,41581,3,1487,1692 +"209965",77377,49558,3,1487,2083 +"209966",77377,53051,3,1487,1940 +"209967",77377,57356,3,1487,2476 +"209968",77377,59039,3,1487,2870 +"209969",77377,59485,2,1487,1564 +"209970",77377,65188,2,1487,2213 +"209971",77377,90745,3,1487,1994 +"209972",77397,237,3,1302,1982 +"209973",77397,1685,3,1302,2230 +"209974",77397,1897,3,1302,1727 +"209975",77397,2221,3,1302,2092 +"209976",77397,2418,2,1302,2020 +"209977",77397,2576,3,1302,1307 +"209978",77397,2759,2,1302,2030 +"209979",77397,3255,3,1302,2504 +"209980",77397,4730,2,1302,2131 +"209981",77397,6627,3,1302,2063 +"209982",77397,6824,3,1302,2680 +"209983",77397,7269,3,1302,1728 +"209984",77397,7433,2,1302,2255 +"209985",77397,7443,2,1302,2028 +"209986",77397,9861,3,1302,2680 +"209987",77397,10495,3,1302,2230 +"209988",77397,10638,3,1302,2692 +"209989",77397,10905,3,1302,1552 +"209990",77397,10914,3,1302,1660 +"209991",77397,11154,3,1302,1594 +"209992",77397,11381,3,1302,1638 +"209993",77397,11506,2,1302,2824 +"209994",77397,12007,3,1302,1594 +"209995",77397,16594,3,1302,1755 +"209996",77397,18571,2,1302,2128 +"209997",77397,18943,3,1302,2861 +"209998",77397,20007,3,1302,2971 +"209999",77397,21180,2,1302,2762 +"210000",77397,21463,3,1302,2437 +"210001",77397,21741,2,1302,1574 +"210002",77397,27783,3,1302,2302 +"210003",77397,30404,3,1302,1810 +"210004",77397,30442,3,1302,2124 +"210005",77397,31164,3,1302,1996 +"210006",77397,32449,3,1302,2091 +"210007",77397,34162,2,1302,2336 +"210008",77397,36136,2,1302,2338 +"210009",77397,39105,3,1302,2487 +"210010",77397,41955,3,1302,2479 +"210011",77397,45730,1,1302,2063 +"210012",77397,46951,3,1302,2429 +"210013",77397,54663,3,1302,1424 +"210014",77397,55775,3,1302,2385 +"210015",77397,56338,3,1302,1818 +"210016",77397,56673,3,1302,2419 +"210017",77397,60979,2,1302,1758 +"210018",77397,66911,3,1302,1920 +"210019",77397,76132,2,1302,2426 +"210020",77397,76675,1,1302,1840 +"210021",77397,93208,3,1302,1324 +"210022",77397,104306,3,1302,1665 +"210023",77397,111034,2,1302,2131 +"210024",77397,115155,3,1302,1942 +"210025",77424,1777,3,1489,1965 +"210026",77424,2036,3,1489,2483 +"210027",77424,5078,3,1489,2033 +"210028",77424,5457,3,1489,2077 +"210029",77424,5462,3,1489,2374 +"210030",77424,5504,3,1489,2389 +"210031",77424,8760,3,1489,2477 +"210032",77424,12713,3,1489,2440 +"210033",77424,16587,2,1489,2065 +"210034",77424,18554,2,1489,2065 +"210035",77424,19606,3,1489,2783 +"210036",77424,25198,3,1489,1982 +"210037",77424,29864,3,1489,2479 +"210038",77424,37758,3,1489,1998 +"210039",77424,53630,3,1489,1565 +"210040",77424,67182,3,1489,2855 +"210041",77461,13967,3,133,1354 +"210042",77461,79371,3,133,1624 +"210043",77461,109978,3,133,1865 +"210044",77466,20700,3,1585,2861 +"210045",77489,313,3,1514,2271 +"210046",77489,499,3,1514,1931 +"210047",77489,543,3,1514,2203 +"210048",77489,1777,3,1514,1965 +"210049",77489,2036,3,1514,2483 +"210050",77489,3830,3,1514,1661 +"210051",77489,5462,3,1514,2374 +"210052",77489,5504,3,1514,2389 +"210053",77489,22108,3,1514,1915 +"210054",77489,27478,2,1514,2485 +"210055",77489,31799,3,1514,2547 +"210056",77489,35256,3,1514,2271 +"210057",77489,40296,3,1514,1674 +"210058",77489,41747,3,1514,1722 +"210059",77489,53031,2,1514,2065 +"210060",77489,57609,3,1514,2717 +"210061",77489,57781,3,1514,1971 +"210062",77489,57977,3,1514,2683 +"210063",77489,68098,2,1514,2378 +"210064",77489,85430,3,1514,2370 +"210065",77489,93615,3,1514,2386 +"210066",77497,5350,3,2359,2522 +"210067",77497,5462,3,2359,2374 +"210068",77497,61337,3,2359,2777 +"210069",77497,69716,3,2359,2632 +"210070",77519,916,3,819,2718 +"210071",77519,2724,2,819,2447 +"210072",77519,2802,3,819,1836 +"210073",77519,3678,3,819,1325 +"210074",77519,4194,3,819,1641 +"210075",77519,6040,3,819,2103 +"210076",77519,6562,3,819,1139 +"210077",77519,7648,3,819,1861 +"210078",77519,9273,3,819,1747 +"210079",77519,10128,3,819,883 +"210080",77519,10435,3,819,1984 +"210081",77519,10457,3,819,1711 +"210082",77519,11803,1,819,1232 +"210083",77519,12861,1,819,1207 +"210084",77519,14061,1,819,1620 +"210085",77519,14442,3,819,2700 +"210086",77519,15683,3,819,1729 +"210087",77519,16593,3,819,1139 +"210088",77519,17159,3,819,883 +"210089",77519,17608,3,819,1216 +"210090",77519,17768,3,819,2468 +"210091",77519,18610,3,819,2141 +"210092",77519,20547,3,819,2145 +"210093",77519,23739,3,819,2463 +"210094",77519,24867,3,819,1861 +"210095",77519,25053,3,819,2186 +"210096",77519,26100,3,819,1966 +"210097",77519,29067,3,819,1538 +"210098",77519,29289,3,819,1756 +"210099",77519,29354,2,819,1123 +"210100",77519,29977,3,819,2781 +"210101",77519,31259,3,819,2082 +"210102",77519,31357,3,819,2389 +"210103",77519,33278,3,819,1591 +"210104",77519,36996,3,819,2321 +"210105",77519,42407,3,819,2408 +"210106",77519,44132,3,819,1999 +"210107",77519,47094,3,819,2592 +"210108",77519,49805,1,819,2445 +"210109",77519,53289,3,819,2746 +"210110",77519,55446,3,819,1247 +"210111",77519,55730,3,819,1217 +"210112",77519,62848,2,819,1230 +"210113",77519,63096,3,819,2307 +"210114",77519,64737,3,819,2442 +"210115",77519,68691,3,819,1209 +"210116",77519,74054,2,819,1488 +"210117",77519,76295,3,819,1001 +"210118",77519,80705,2,819,2764 +"210119",77519,84322,3,819,1635 +"210120",77519,90943,3,819,1754 +"210121",77519,91465,2,819,1047 +"210122",77519,94339,2,819,2768 +"210123",77519,97266,3,819,1016 +"210124",77550,267,3,1548,2631 +"210125",77550,2443,3,1548,2333 +"210126",77550,2684,3,1548,2874 +"210127",77550,3819,3,1548,1583 +"210128",77550,8238,3,1548,2222 +"210129",77550,9423,3,1548,1708 +"210130",77550,12081,3,1548,2166 +"210131",77550,12356,3,1548,2757 +"210132",77550,12982,3,1548,2143 +"210133",77550,14325,3,1548,1976 +"210134",77550,14652,2,1548,2516 +"210135",77550,16850,3,1548,1657 +"210136",77550,18563,3,1548,2715 +"210137",77550,18670,3,1548,1835 +"210138",77550,20659,3,1548,1969 +"210139",77550,20695,3,1548,2526 +"210140",77550,21225,2,1548,1945 +"210141",77550,22207,3,1548,2365 +"210142",77550,22543,3,1548,1594 +"210143",77550,22682,3,1548,2035 +"210144",77550,24256,3,1548,2393 +"210145",77550,26793,3,1548,2104 +"210146",77550,27796,3,1548,2151 +"210147",77550,29512,3,1548,1594 +"210148",77550,29930,3,1548,2240 +"210149",77550,30697,3,1548,2891 +"210150",77550,31705,1,1548,2706 +"210151",77550,36609,3,1548,2918 +"210152",77550,37332,2,1548,1891 +"210153",77550,40565,3,1548,2115 +"210154",77550,40931,3,1548,2301 +"210155",77550,44135,3,1548,2620 +"210156",77550,44403,3,1548,2429 +"210157",77550,45618,3,1548,2356 +"210158",77550,52597,3,1548,1773 +"210159",77550,55076,3,1548,2408 +"210160",77550,56893,3,1548,2597 +"210161",77550,63477,3,1548,1907 +"210162",77550,77155,3,1548,2946 +"210163",77550,82270,3,1548,1641 +"210164",77550,83334,2,1548,1708 +"210165",77567,841,3,197,2964 +"210166",77567,2985,2,197,2398 +"210167",77567,4660,3,197,2149 +"210168",77567,8062,3,197,2858 +"210169",77567,8791,3,197,1789 +"210170",77567,10350,3,197,1163 +"210171",77567,11518,3,197,803 +"210172",77567,16161,3,197,599 +"210173",77567,16690,3,197,2132 +"210174",77567,17257,3,197,1117 +"210175",77567,20700,3,197,2861 +"210176",77567,22462,3,197,869 +"210177",77567,25185,3,197,341 +"210178",77567,27312,3,197,2469 +"210179",77567,32395,3,197,2735 +"210180",77567,33451,3,197,1957 +"210181",77567,34117,3,197,961 +"210182",77567,35589,3,197,983 +"210183",77567,54740,3,197,2750 +"210184",77567,56873,3,197,1421 +"210185",77567,63641,3,197,2337 +"210186",77567,66717,3,197,2104 +"210187",77567,72535,3,197,1191 +"210188",77567,76143,3,197,1610 +"210189",77567,78842,2,197,904 +"210190",77567,80793,3,197,631 +"210191",77567,81400,3,197,2679 +"210192",77567,96007,3,197,895 +"210193",77567,99288,3,197,983 +"210194",77580,843,3,888,2332 +"210195",77580,1369,3,888,2487 +"210196",77580,1455,3,888,1262 +"210197",77580,1897,3,888,1727 +"210198",77580,2272,3,888,1640 +"210199",77580,2349,3,888,1288 +"210200",77580,3271,3,888,2216 +"210201",77580,5637,3,888,1976 +"210202",77580,6999,3,888,2214 +"210203",77580,7604,3,888,1366 +"210204",77580,9272,3,888,2835 +"210205",77580,9656,2,888,1135 +"210206",77580,9724,3,888,2713 +"210207",77580,13340,3,888,1918 +"210208",77580,14470,3,888,2632 +"210209",77580,22410,3,888,2158 +"210210",77580,31164,3,888,1996 +"210211",77580,31264,3,888,2335 +"210212",77580,34331,3,888,1727 +"210213",77580,35243,2,888,1102 +"210214",77580,35317,3,888,1888 +"210215",77580,36136,3,888,2338 +"210216",77580,42407,3,888,2408 +"210217",77580,43226,3,888,2442 +"210218",77580,48110,3,888,2009 +"210219",77580,58508,3,888,2326 +"210220",77580,68592,3,888,2551 +"210221",77580,69335,3,888,2698 +"210222",77580,73520,3,888,2613 +"210223",77580,80301,3,888,1690 +"210224",77580,82039,2,888,1327 +"210225",77580,93553,1,888,2537 +"210226",77580,94926,3,888,1611 +"210227",77580,105959,3,888,1327 +"210228",77595,4831,2,1622,2365 +"210229",77595,6432,3,1622,2297 +"210230",77595,7206,3,1622,1959 +"210231",77595,8610,3,1622,2240 +"210232",77595,21209,3,1622,2184 +"210233",77595,22895,3,1622,2704 +"210234",77595,29825,2,1622,2603 +"210235",77595,36487,3,1622,2622 +"210236",77595,54924,3,1622,2603 +"210237",77611,160,1,1795,2007 +"210238",77611,2684,3,1795,2874 +"210239",77611,3456,3,1795,1999 +"210240",77611,5610,3,1795,2223 +"210241",77611,5710,3,1795,1926 +"210242",77611,5865,3,1795,1910 +"210243",77611,6192,3,1795,2409 +"210244",77611,7406,3,1795,1906 +"210245",77611,7555,3,1795,1943 +"210246",77611,7616,1,1795,2296 +"210247",77611,8238,2,1795,2222 +"210248",77611,8274,3,1795,1909 +"210249",77611,8585,2,1795,1917 +"210250",77611,8726,3,1795,2083 +"210251",77611,9331,3,1795,2269 +"210252",77611,10146,3,1795,1878 +"210253",77611,12388,3,1795,1975 +"210254",77611,12560,3,1795,2565 +"210255",77611,12976,3,1795,2399 +"210256",77611,13249,2,1795,2573 +"210257",77611,13324,3,1795,2163 +"210258",77611,14972,3,1795,2332 +"210259",77611,16347,3,1795,1868 +"210260",77611,16539,2,1795,1947 +"210261",77611,17351,2,1795,2036 +"210262",77611,17549,3,1795,2647 +"210263",77611,17632,2,1795,1947 +"210264",77611,19208,2,1795,2629 +"210265",77611,19605,3,1795,2395 +"210266",77611,21950,3,1795,1892 +"210267",77611,22292,3,1795,1910 +"210268",77611,22808,3,1795,2297 +"210269",77611,22950,2,1795,2576 +"210270",77611,23098,2,1795,2300 +"210271",77611,23460,3,1795,2183 +"210272",77611,24256,3,1795,2393 +"210273",77611,24753,3,1795,2860 +"210274",77611,24793,3,1795,1993 +"210275",77611,25030,3,1795,2017 +"210276",77611,26083,2,1795,2038 +"210277",77611,27796,3,1795,2151 +"210278",77611,28218,3,1795,2048 +"210279",77611,29454,3,1795,2719 +"210280",77611,29930,3,1795,2240 +"210281",77611,30525,3,1795,1964 +"210282",77611,30697,3,1795,2891 +"210283",77611,32173,3,1795,2341 +"210284",77611,32419,3,1795,1909 +"210285",77611,36559,3,1795,2473 +"210286",77611,39556,3,1795,2747 +"210287",77611,40565,3,1795,2115 +"210288",77611,41664,3,1795,2641 +"210289",77611,41764,3,1795,2409 +"210290",77611,41900,3,1795,1970 +"210291",77611,41945,3,1795,2856 +"210292",77611,42129,3,1795,2318 +"210293",77611,42515,3,1795,2752 +"210294",77611,44688,3,1795,2924 +"210295",77611,47386,3,1795,2226 +"210296",77611,47564,2,1795,2650 +"210297",77611,47625,3,1795,2562 +"210298",77611,49334,2,1795,2433 +"210299",77611,50480,3,1795,2701 +"210300",77611,55076,2,1795,2408 +"210301",77611,55643,3,1795,2359 +"210302",77611,56854,3,1795,2022 +"210303",77611,63477,2,1795,1907 +"210304",77611,73661,3,1795,2505 +"210305",77611,78563,3,1795,2385 +"210306",77611,81349,3,1795,1958 +"210307",77611,92322,3,1795,2393 +"210308",77611,96553,3,1795,1887 +"210309",77638,11872,3,155,317 +"210310",77638,33572,3,155,2370 +"210311",77638,36645,3,155,547 +"210312",77638,38513,3,155,914 +"210313",77638,47013,3,155,2388 +"210314",77638,99298,3,155,679 +"210315",77644,307,3,305,2530 +"210316",77644,22586,3,305,1341 +"210317",77647,1154,3,120,1656 +"210318",77647,7241,3,120,2259 +"210319",77647,12374,3,120,2260 +"210320",77647,15118,3,120,1311 +"210321",77647,17645,3,120,1918 +"210322",77647,24005,3,120,1188 +"210323",77647,25132,3,120,1188 +"210324",77647,34596,3,120,527 +"210325",77647,46726,3,120,943 +"210326",77647,48260,3,120,875 +"210327",77647,48698,2,120,1474 +"210328",77647,62668,3,120,958 +"210329",77647,65884,3,120,798 +"210330",77647,78256,3,120,804 +"210331",77647,89965,3,120,810 +"210332",77647,98925,3,120,584 +"210333",77647,103420,3,120,433 +"210334",77647,108867,3,120,2328 +"210335",77647,112024,1,120,135 +"210336",77666,5673,2,1372,1567 +"210337",77666,11135,3,1372,2441 +"210338",77666,15502,3,1372,2637 +"210339",77666,21895,3,1372,1693 +"210340",77666,23639,3,1372,2065 +"210341",77666,46520,1,1372,1776 +"210342",77666,51448,3,1372,1593 +"210343",77666,56673,2,1372,2419 +"210344",77666,61513,3,1372,2948 +"210345",77666,79025,3,1372,1473 +"210346",77671,915,3,470,1793 +"210347",77671,1767,3,470,2727 +"210348",77671,2609,2,470,834 +"210349",77671,13158,3,470,2667 +"210350",77671,55084,3,470,1189 +"210351",77671,55580,3,470,1942 +"210352",77683,2540,3,117,1398 +"210353",77683,2864,2,117,1543 +"210354",77683,3198,2,117,1797 +"210355",77683,3395,2,117,1382 +"210356",77683,3397,2,117,2126 +"210357",77683,3409,2,117,2167 +"210358",77683,3453,1,117,2126 +"210359",77683,3753,3,117,1255 +"210360",77683,6492,1,117,1162 +"210361",77683,8866,3,117,1545 +"210362",77683,10857,3,117,2253 +"210363",77683,11912,3,117,889 +"210364",77683,12122,3,117,1385 +"210365",77683,12778,3,117,2045 +"210366",77683,16542,3,117,2039 +"210367",77683,17502,3,117,869 +"210368",77683,19380,3,117,2637 +"210369",77683,19744,3,117,2623 +"210370",77683,19893,2,117,1223 +"210371",77683,23460,3,117,2183 +"210372",77683,23492,3,117,1067 +"210373",77683,24299,2,117,231 +"210374",77683,24753,3,117,2860 +"210375",77683,24793,3,117,1993 +"210376",77683,26421,3,117,2634 +"210377",77683,28361,1,117,129 +"210378",77683,28588,3,117,1335 +"210379",77683,28626,3,117,2842 +"210380",77683,31209,3,117,1137 +"210381",77683,32419,2,117,1909 +"210382",77683,33655,1,117,773 +"210383",77683,40129,3,117,2162 +"210384",77683,40879,2,117,2019 +"210385",77683,42023,3,117,2231 +"210386",77683,43902,1,117,1726 +"210387",77683,44089,3,117,1632 +"210388",77683,45650,3,117,1528 +"210389",77683,49046,3,117,255 +"210390",77683,52699,2,117,1372 +"210391",77683,54551,3,117,2348 +"210392",77683,63907,3,117,2377 +"210393",77683,79403,3,117,977 +"210394",77683,82828,3,117,306 +"210395",77683,83286,2,117,1793 +"210396",77683,83291,2,117,2066 +"210397",77683,91812,1,117,682 +"210398",77683,107478,2,117,768 +"210399",77714,2269,3,213,984 +"210400",77714,3716,3,213,1679 +"210401",77714,3777,3,213,1798 +"210402",77714,6047,3,213,2004 +"210403",77714,6366,3,213,798 +"210404",77714,6417,3,213,1675 +"210405",77714,10513,3,213,2284 +"210406",77714,11540,2,213,1237 +"210407",77714,11576,2,213,808 +"210408",77714,15872,3,213,1551 +"210409",77714,16120,2,213,1237 +"210410",77714,20975,3,213,1305 +"210411",77714,20988,3,213,455 +"210412",77714,21138,2,213,2849 +"210413",77714,22141,3,213,2348 +"210414",77714,22639,3,213,2352 +"210415",77714,47248,3,213,2883 +"210416",77714,47715,2,213,2111 +"210417",77714,50124,3,213,1209 +"210418",77714,51017,2,213,2073 +"210419",77714,51035,3,213,2397 +"210420",77714,58596,3,213,936 +"210421",77714,62957,3,213,1170 +"210422",77714,63547,3,213,1023 +"210423",77714,68299,3,213,866 +"210424",77714,73136,3,213,328 +"210425",77714,74681,3,213,837 +"210426",77714,74731,1,213,853 +"210427",77714,84022,3,213,2289 +"210428",77714,87148,2,213,397 +"210429",77714,87692,1,213,775 +"210430",77714,89047,3,213,877 +"210431",77714,90802,2,213,877 +"210432",77714,101395,2,213,891 +"210433",77714,104084,3,213,579 +"210434",77714,114865,3,213,544 +"210435",77719,378,3,2086,2766 +"210436",77719,1369,3,2086,2487 +"210437",77719,1785,3,2086,2350 +"210438",77719,2647,3,2086,2450 +"210439",77719,3272,3,2086,2132 +"210440",77719,6999,3,2086,2214 +"210441",77719,12116,3,2086,2119 +"210442",77719,17499,3,2086,2954 +"210443",77719,23550,3,2086,2939 +"210444",77719,31295,3,2086,2183 +"210445",77719,31950,3,2086,2217 +"210446",77719,37684,3,2086,2899 +"210447",77719,41955,3,2086,2479 +"210448",77719,42382,3,2086,2224 +"210449",77719,42407,2,2086,2408 +"210450",77719,43701,3,2086,2400 +"210451",77719,47607,2,2086,2724 +"210452",77719,47882,2,2086,2769 +"210453",77719,53584,3,2086,2391 +"210454",77719,70011,2,2086,2690 +"210455",77719,73520,3,2086,2613 +"210456",77719,93553,3,2086,2537 +"210457",77785,468,3,1595,1966 +"210458",77785,3669,3,1595,2524 +"210459",77785,9716,3,1595,1929 +"210460",77785,9808,2,1595,1648 +"210461",77785,15301,3,1595,2308 +"210462",77785,18808,3,1595,2854 +"210463",77785,21504,3,1595,2328 +"210464",77785,26100,3,1595,1966 +"210465",77785,30317,3,1595,2431 +"210466",77785,31251,3,1595,2498 +"210467",77785,32582,3,1595,1929 +"210468",77785,35264,2,1595,2329 +"210469",77785,38309,3,1595,2644 +"210470",77785,50440,3,1595,2469 +"210471",77785,53362,3,1595,2360 +"210472",77811,999,3,1871,2181 +"210473",77811,1196,3,1871,1986 +"210474",77811,21362,3,1871,2515 +"210475",77811,42196,3,1871,2765 +"210476",77811,42642,3,1871,2257 +"210477",77811,53968,3,1871,2703 +"210478",77811,60516,3,1871,2257 +"210479",77811,86152,3,1871,1944 +"210480",77815,489,3,2358,2652 +"210481",77815,13780,3,2358,2412 +"210482",77815,17549,2,2358,2647 +"210483",77815,27275,3,2358,2656 +"210484",77815,29314,3,2358,2736 +"210485",77815,30081,3,2358,2403 +"210486",77815,35187,3,2358,2488 +"210487",77815,36962,3,2358,2861 +"210488",77815,41945,3,2358,2856 +"210489",77815,42407,3,2358,2408 +"210490",77815,44688,3,2358,2924 +"210491",77815,53219,3,2358,2973 +"210492",77824,9311,2,495,2477 +"210493",77824,10843,3,495,2277 +"210494",77824,14723,3,495,2019 +"210495",77824,15626,3,495,2434 +"210496",77824,18393,3,495,860 +"210497",77824,20494,3,495,1075 +"210498",77824,22455,3,495,1197 +"210499",77824,23825,3,495,1913 +"210500",77824,24286,3,495,1280 +"210501",77824,30906,3,495,2537 +"210502",77824,33241,2,495,632 +"210503",77824,33356,3,495,1586 +"210504",77824,33433,3,495,2805 +"210505",77824,34443,3,495,496 +"210506",77824,34707,3,495,2042 +"210507",77824,39534,3,495,2410 +"210508",77824,50946,3,495,1075 +"210509",77824,52136,3,495,1412 +"210510",77824,55324,3,495,1544 +"210511",77824,58993,2,495,2390 +"210512",77824,59113,3,495,2434 +"210513",77824,59786,3,495,605 +"210514",77824,59937,2,495,885 +"210515",77824,61995,3,495,823 +"210516",77824,74190,2,495,1428 +"210517",77824,74318,2,495,632 +"210518",77824,76682,3,495,581 +"210519",77824,78932,3,495,981 +"210520",77824,87144,3,495,2299 +"210521",77824,95155,3,495,849 +"210522",77835,733,3,1327,1653 +"210523",77835,3242,3,1327,1730 +"210524",77835,4618,3,1327,2607 +"210525",77835,8621,3,1327,1681 +"210526",77835,10871,3,1327,2314 +"210527",77835,17264,3,1327,2528 +"210528",77835,17354,1,1327,2250 +"210529",77835,19506,1,1327,1385 +"210530",77835,19516,2,1327,2313 +"210531",77835,20070,3,1327,1914 +"210532",77835,20563,3,1327,2267 +"210533",77835,23140,2,1327,2787 +"210534",77835,26436,3,1327,2489 +"210535",77835,26516,3,1327,2479 +"210536",77835,27753,3,1327,2750 +"210537",77835,28131,3,1327,1492 +"210538",77835,28896,3,1327,1395 +"210539",77835,30150,2,1327,1704 +"210540",77835,32419,3,1327,1909 +"210541",77835,33551,2,1327,1734 +"210542",77835,34492,3,1327,1798 +"210543",77835,36031,3,1327,2342 +"210544",77835,46506,3,1327,2464 +"210545",77835,51410,3,1327,2739 +"210546",77835,63654,3,1327,2310 +"210547",77835,70203,3,1327,2756 +"210548",77835,90790,2,1327,1492 +"210549",77835,91162,2,1327,1693 +"210550",77835,91201,2,1327,1702 +"210551",77849,10472,3,79,859 +"210552",77849,17626,3,79,1265 +"210553",77849,20893,3,79,2695 +"210554",77849,29050,3,79,1196 +"210555",77849,38970,3,79,210 +"210556",77849,46039,3,79,1794 +"210557",77849,49277,2,79,1928 +"210558",77849,50872,2,79,864 +"210559",77849,59205,2,79,2387 +"210560",77849,100978,2,79,862 +"210561",77849,105795,3,79,1265 +"210562",77849,106175,1,79,1307 +"210563",77850,14091,3,868,929 +"210564",77850,38162,3,868,1691 +"210565",77850,55691,3,868,2856 +"210566",77850,101482,3,868,1300 +"210567",77864,8062,3,2227,2858 +"210568",77864,11429,3,2227,2520 +"210569",77864,34892,2,2227,2309 +"210570",77864,60258,3,2227,2405 +"210571",77864,67815,3,2227,2476 +"210572",77864,70101,3,2227,2414 +"210573",77883,13311,3,871,2315 +"210574",77883,27104,2,871,1608 +"210575",77883,76356,3,871,2323 +"210576",77907,4289,3,130,1921 +"210577",77907,4623,3,130,1176 +"210578",77907,5239,3,130,2875 +"210579",77907,5846,3,130,271 +"210580",77907,8470,3,130,288 +"210581",77907,9950,3,130,920 +"210582",77907,11576,3,130,808 +"210583",77907,15808,3,130,1521 +"210584",77907,16120,3,130,1237 +"210585",77907,16826,2,130,2599 +"210586",77907,18103,3,130,1968 +"210587",77907,21138,3,130,2849 +"210588",77907,27355,3,130,870 +"210589",77907,31700,3,130,2727 +"210590",77907,32648,3,130,669 +"210591",77907,34158,2,130,2639 +"210592",77907,34954,3,130,1184 +"210593",77907,35361,2,130,2389 +"210594",77907,38227,3,130,2511 +"210595",77907,40432,3,130,1956 +"210596",77907,44160,3,130,859 +"210597",77907,47386,3,130,2226 +"210598",77907,47715,3,130,2111 +"210599",77907,50269,3,130,1966 +"210600",77907,51319,3,130,2488 +"210601",77907,57775,3,130,136 +"210602",77907,64786,3,130,870 +"210603",77907,68299,2,130,866 +"210604",77907,70269,3,130,2368 +"210605",77907,74681,3,130,837 +"210606",77907,74731,2,130,853 +"210607",77907,76511,3,130,1250 +"210608",77907,77714,3,130,213 +"210609",77907,87692,3,130,775 +"210610",77907,101395,3,130,891 +"210611",77993,42,2,1497,2265 +"210612",77993,803,1,1497,1666 +"210613",77993,1090,3,1497,2370 +"210614",77993,1321,2,1497,2075 +"210615",77993,1495,3,1497,2046 +"210616",77993,2166,3,1497,2557 +"210617",77993,2766,3,1497,1920 +"210618",77993,4763,3,1497,1960 +"210619",77993,7078,2,1497,2344 +"210620",77993,10874,2,1497,1891 +"210621",77993,11477,3,1497,2724 +"210622",77993,12867,3,1497,2773 +"210623",77993,13601,3,1497,2689 +"210624",77993,15184,2,1497,2396 +"210625",77993,15560,3,1497,2257 +"210626",77993,16497,3,1497,2370 +"210627",77993,19027,3,1497,2721 +"210628",77993,19528,2,1497,2742 +"210629",77993,20783,2,1497,2414 +"210630",77993,21754,3,1497,1881 +"210631",77993,23508,3,1497,1907 +"210632",77993,24255,3,1497,2770 +"210633",77993,26608,2,1497,2329 +"210634",77993,30386,3,1497,1833 +"210635",77993,31799,3,1497,2547 +"210636",77993,33572,3,1497,2370 +"210637",77993,34327,3,1497,2959 +"210638",77993,41625,3,1497,1794 +"210639",77993,46039,3,1497,1794 +"210640",77993,53789,3,1497,2681 +"210641",77993,86799,2,1497,1951 +"210642",77993,99215,3,1497,2791 +"210643",78002,3034,3,2271,2601 +"210644",78002,7787,3,2271,2314 +"210645",78037,7508,3,1606,2396 +"210646",78037,7515,3,1606,2737 +"210647",78037,10871,3,1606,2314 +"210648",78037,11055,3,1606,2111 +"210649",78037,11620,3,1606,2010 +"210650",78037,19751,3,1606,1630 +"210651",78037,21681,3,1606,2005 +"210652",78037,21706,3,1606,1988 +"210653",78037,23132,3,1606,2756 +"210654",78037,27501,3,1606,1981 +"210655",78037,40137,3,1606,1718 +"210656",78037,45608,3,1606,2420 +"210657",78037,46532,3,1606,2005 +"210658",78037,56688,3,1606,2331 +"210659",78037,57704,2,1606,2076 +"210660",78037,63409,3,1606,1937 +"210661",78037,73305,3,1606,2544 +"210662",78092,457,3,430,1704 +"210663",78092,2384,3,430,1057 +"210664",78092,4317,3,430,1224 +"210665",78092,4790,3,430,1025 +"210666",78092,4791,3,430,1184 +"210667",78092,5622,3,430,2175 +"210668",78092,6113,2,430,1678 +"210669",78092,6982,3,430,2034 +"210670",78092,9311,3,430,2477 +"210671",78092,10843,3,430,2277 +"210672",78092,10857,3,430,2253 +"210673",78092,15402,3,430,1281 +"210674",78092,15626,3,430,2434 +"210675",78092,19622,3,430,2371 +"210676",78092,20494,3,430,1075 +"210677",78092,20588,3,430,912 +"210678",78092,21448,1,430,2332 +"210679",78092,22311,3,430,2034 +"210680",78092,23232,2,430,884 +"210681",78092,23492,2,430,1067 +"210682",78092,23725,3,430,2378 +"210683",78092,24259,3,430,1281 +"210684",78092,29705,3,430,607 +"210685",78092,30325,3,430,1067 +"210686",78092,33356,3,430,1586 +"210687",78092,33433,3,430,2805 +"210688",78092,33655,3,430,773 +"210689",78092,35673,3,430,1067 +"210690",78092,38755,3,430,2902 +"210691",78092,39294,3,430,1889 +"210692",78092,39534,3,430,2410 +"210693",78092,44188,1,430,1609 +"210694",78092,45684,3,430,2200 +"210695",78092,49512,3,430,1302 +"210696",78092,53608,3,430,1986 +"210697",78092,54551,3,430,2348 +"210698",78092,57246,3,430,1873 +"210699",78092,57353,3,430,1849 +"210700",78092,57414,3,430,922 +"210701",78092,59113,3,430,2434 +"210702",78092,61995,3,430,823 +"210703",78092,72598,3,430,805 +"210704",78092,75168,2,430,699 +"210705",78092,75948,3,430,1006 +"210706",78092,76284,3,430,1237 +"210707",78092,76682,3,430,581 +"210708",78092,77010,3,430,2639 +"210709",78092,79403,1,430,977 +"210710",78092,87638,3,430,1114 +"210711",78092,90789,3,430,1218 +"210712",78092,92220,3,430,607 +"210713",78098,1780,2,1108,1375 +"210714",78098,4916,3,1108,1970 +"210715",78098,10129,3,1108,2124 +"210716",78099,110802,3,82,2474 +"210717",78128,17354,3,1727,2250 +"210718",78128,33551,3,1727,1734 +"210719",78132,601,3,130,702 +"210720",78132,1427,3,130,324 +"210721",78132,3171,2,130,700 +"210722",78132,3716,2,130,1679 +"210723",78132,5714,1,130,534 +"210724",78132,5846,3,130,271 +"210725",78132,6162,3,130,1673 +"210726",78132,7233,3,130,572 +"210727",78132,8470,3,130,288 +"210728",78132,9311,3,130,2477 +"210729",78132,10304,3,130,302 +"210730",78132,15453,3,130,1688 +"210731",78132,15636,2,130,2857 +"210732",78132,16053,3,130,908 +"210733",78132,18393,3,130,860 +"210734",78132,19235,2,130,1966 +"210735",78132,19637,2,130,1229 +"210736",78132,20067,3,130,2390 +"210737",78132,20588,3,130,912 +"210738",78132,21795,3,130,2653 +"210739",78132,23232,3,130,884 +"210740",78132,23787,3,130,2810 +"210741",78132,23869,3,130,1918 +"210742",78132,24286,3,130,1280 +"210743",78132,26249,3,130,2301 +"210744",78132,26408,1,130,1545 +"210745",78132,27261,3,130,1368 +"210746",78132,28131,3,130,1492 +"210747",78132,29117,3,130,1250 +"210748",78132,30150,3,130,1704 +"210749",78132,30981,3,130,2366 +"210750",78132,31700,3,130,2727 +"210751",78132,33241,3,130,632 +"210752",78132,33356,3,130,1586 +"210753",78132,33433,3,130,2805 +"210754",78132,35186,3,130,1520 +"210755",78132,35529,3,130,1620 +"210756",78132,36651,3,130,1600 +"210757",78132,38728,3,130,851 +"210758",78132,40748,3,130,1328 +"210759",78132,42196,3,130,2765 +"210760",78132,42642,3,130,2257 +"210761",78132,43112,3,130,2564 +"210762",78132,46803,3,130,2305 +"210763",78132,49962,3,130,572 +"210764",78132,49980,3,130,153 +"210765",78132,50269,1,130,1966 +"210766",78132,50382,3,130,2244 +"210767",78132,53342,3,130,2071 +"210768",78132,54879,3,130,2210 +"210769",78132,59786,3,130,605 +"210770",78132,60516,3,130,2257 +"210771",78132,68299,3,130,866 +"210772",78132,69091,3,130,1267 +"210773",78132,70203,3,130,2756 +"210774",78132,70681,1,130,866 +"210775",78132,74730,3,130,535 +"210776",78132,76470,3,130,887 +"210777",78132,76475,3,130,576 +"210778",78132,76905,3,130,298 +"210779",78132,84268,3,130,1217 +"210780",78132,100670,3,130,525 +"210781",78132,102186,3,130,2937 +"210782",78132,104280,3,130,887 +"210783",78132,117679,3,130,535 +"210784",78138,364,3,1601,2351 +"210785",78138,3493,3,1601,2451 +"210786",78138,6989,3,1601,2623 +"210787",78138,8890,3,1601,1955 +"210788",78138,12361,3,1601,2732 +"210789",78138,19655,3,1601,2706 +"210790",78138,23498,3,1601,2398 +"210791",78138,27390,3,1601,2425 +"210792",78138,31335,3,1601,2351 +"210793",78138,31866,3,1601,2101 +"210794",78138,48501,3,1601,2010 +"210795",78138,51144,3,1601,2466 +"210796",78138,76286,3,1601,1642 +"210797",78138,85198,3,1601,1794 +"210798",78148,900,3,135,2726 +"210799",78148,3477,3,135,2546 +"210800",78148,6063,3,135,2349 +"210801",78148,12735,3,135,819 +"210802",78148,12779,3,135,936 +"210803",78148,18217,3,135,1566 +"210804",78148,22462,3,135,869 +"210805",78148,33223,3,135,2397 +"210806",78148,38513,3,135,914 +"210807",78148,40542,3,135,1664 +"210808",78150,2424,3,2581,2582 +"210809",78150,5239,3,2581,2875 +"210810",78150,11477,3,2581,2724 +"210811",78150,16826,3,2581,2599 +"210812",78150,28582,3,2581,2698 +"210813",78150,33801,3,2581,2899 +"210814",78150,34158,3,2581,2639 +"210815",78150,36862,3,2581,2655 +"210816",78150,92757,3,2581,2615 +"210817",78163,1574,3,1366,1718 +"210818",78163,19656,3,1366,2059 +"210819",78163,27297,3,1366,1382 +"210820",78163,30096,3,1366,2082 +"210821",78163,42382,3,1366,2224 +"210822",78163,51460,1,1366,1872 +"210823",78163,80377,3,1366,1384 +"210824",78163,85525,3,1366,1718 +"210825",78184,5785,3,937,1261 +"210826",78184,19676,3,937,1515 +"210827",78184,20162,3,937,2328 +"210828",78184,24293,3,937,1184 +"210829",78184,30883,2,937,1629 +"210830",78184,34954,3,937,1184 +"210831",78184,68155,3,937,1577 +"210832",78193,11029,3,2315,2362 +"210833",78193,13290,3,2315,2824 +"210834",78227,4634,3,1745,2291 +"210835",78227,6040,3,1745,2103 +"210836",78227,7257,2,1745,1915 +"210837",78227,14490,3,1745,2291 +"210838",78227,20709,3,1745,1757 +"210839",78227,21753,3,1745,1838 +"210840",78227,22932,2,1745,2469 +"210841",78227,42574,3,1745,2842 +"210842",78227,47882,2,1745,2769 +"210843",78227,55742,2,1745,2006 +"210844",78227,58711,1,1745,2746 +"210845",78227,67150,2,1745,2633 +"210846",78227,108151,2,1745,2377 +"210847",78256,671,2,804,2328 +"210848",78256,675,3,804,1686 +"210849",78256,733,3,804,1653 +"210850",78256,1136,3,804,2536 +"210851",78256,1154,2,804,1656 +"210852",78256,1592,3,804,2006 +"210853",78256,1691,3,804,1941 +"210854",78256,1767,2,804,2727 +"210855",78256,2063,2,804,1278 +"210856",78256,2424,3,804,2582 +"210857",78256,2429,3,804,999 +"210858",78256,2600,3,804,1182 +"210859",78256,2609,3,804,834 +"210860",78256,2684,2,804,2874 +"210861",78256,2743,2,804,1278 +"210862",78256,3068,3,804,1815 +"210863",78256,3167,1,804,1676 +"210864",78256,3242,3,804,1730 +"210865",78256,3271,3,804,2216 +"210866",78256,3317,3,804,2037 +"210867",78256,3628,3,804,2707 +"210868",78256,3954,3,804,839 +"210869",78256,3980,3,804,2771 +"210870",78256,4226,2,804,1903 +"210871",78256,4305,2,804,2374 +"210872",78256,4485,3,804,1963 +"210873",78256,5239,3,804,2875 +"210874",78256,5971,3,804,1985 +"210875",78256,6052,3,804,1985 +"210876",78256,6390,3,804,2385 +"210877",78256,6428,3,804,1952 +"210878",78256,6491,2,804,2424 +"210879",78256,6588,3,804,2025 +"210880",78256,7241,3,804,2259 +"210881",78256,7245,3,804,2089 +"210882",78256,8533,3,804,2251 +"210883",78256,8700,3,804,1270 +"210884",78256,8772,3,804,847 +"210885",78256,9272,3,804,2835 +"210886",78256,9702,3,804,1928 +"210887",78256,9751,2,804,1397 +"210888",78256,10404,3,804,2062 +"210889",78256,10646,3,804,1555 +"210890",78256,10890,3,804,2639 +"210891",78256,11055,3,804,2111 +"210892",78256,11450,3,804,915 +"210893",78256,11625,3,804,2022 +"210894",78256,12374,1,804,2260 +"210895",78256,12728,3,804,2374 +"210896",78256,13158,3,804,2667 +"210897",78256,14108,3,804,2012 +"210898",78256,15118,3,804,1311 +"210899",78256,15235,3,804,1045 +"210900",78256,15401,3,804,1999 +"210901",78256,15453,3,804,1688 +"210902",78256,15539,3,804,1929 +"210903",78256,16053,3,804,908 +"210904",78256,16074,3,804,977 +"210905",78256,16164,3,804,1184 +"210906",78256,16217,3,804,1653 +"210907",78256,16352,3,804,2657 +"210908",78256,16625,3,804,1285 +"210909",78256,18415,3,804,2184 +"210910",78256,18502,3,804,1033 +"210911",78256,18543,3,804,2968 +"210912",78256,19937,3,804,1587 +"210913",78256,20311,3,804,1981 +"210914",78256,20343,3,804,851 +"210915",78256,20407,3,804,2339 +"210916",78256,20563,3,804,2267 +"210917",78256,20732,3,804,2401 +"210918",78256,20824,1,804,1366 +"210919",78256,21029,3,804,1943 +"210920",78256,21104,2,804,2327 +"210921",78256,21122,3,804,1701 +"210922",78256,21758,3,804,1331 +"210923",78256,22006,3,804,1202 +"210924",78256,22884,3,804,1608 +"210925",78256,23506,3,804,1172 +"210926",78256,23534,1,804,1659 +"210927",78256,23726,3,804,2434 +"210928",78256,24005,2,804,1188 +"210929",78256,24753,3,804,2860 +"210930",78256,24755,3,804,1319 +"210931",78256,24789,3,804,829 +"210932",78256,24962,3,804,2126 +"210933",78256,25132,3,804,1188 +"210934",78256,26322,3,804,1018 +"210935",78256,26436,3,804,2489 +"210936",78256,26451,2,804,2133 +"210937",78256,26570,3,804,1669 +"210938",78256,26671,3,804,2279 +"210939",78256,26867,3,804,1804 +"210940",78256,27501,3,804,1981 +"210941",78256,27628,3,804,2389 +"210942",78256,27753,3,804,2750 +"210943",78256,27792,2,804,1308 +"210944",78256,28285,3,804,2972 +"210945",78256,28303,3,804,2089 +"210946",78256,28434,3,804,1141 +"210947",78256,28731,3,804,955 +"210948",78256,28808,3,804,1063 +"210949",78256,28892,3,804,2023 +"210950",78256,29073,3,804,2328 +"210951",78256,29170,2,804,1846 +"210952",78256,29456,2,804,1182 +"210953",78256,30092,3,804,1593 +"210954",78256,30827,3,804,2323 +"210955",78256,30850,3,804,1045 +"210956",78256,30883,3,804,1629 +"210957",78256,30943,3,804,2287 +"210958",78256,32113,3,804,882 +"210959",78256,32988,3,804,2008 +"210960",78256,33588,3,804,1040 +"210961",78256,33621,3,804,1319 +"210962",78256,33622,3,804,2230 +"210963",78256,34136,1,804,2202 +"210964",78256,34216,3,804,2832 +"210965",78256,34492,3,804,1798 +"210966",78256,34836,3,804,2302 +"210967",78256,34945,3,804,1298 +"210968",78256,35235,3,804,2610 +"210969",78256,36439,2,804,2469 +"210970",78256,37893,2,804,875 +"210971",78256,38019,3,804,1870 +"210972",78256,38449,3,804,1802 +"210973",78256,39444,3,804,2695 +"210974",78256,39865,2,804,849 +"210975",78256,40028,3,804,1349 +"210976",78256,40072,2,804,1182 +"210977",78256,40369,3,804,2735 +"210978",78256,40645,3,804,1899 +"210979",78256,42186,2,804,955 +"210980",78256,42216,3,804,2722 +"210981",78256,42505,3,804,2008 +"210982",78256,43226,3,804,2442 +"210983",78256,43404,2,804,2649 +"210984",78256,43518,3,804,2680 +"210985",78256,46621,3,804,1343 +"210986",78256,48110,3,804,2009 +"210987",78256,48260,2,804,875 +"210988",78256,48698,2,804,1474 +"210989",78256,50093,3,804,909 +"210990",78256,50118,3,804,2654 +"210991",78256,50217,3,804,1211 +"210992",78256,50236,3,804,2339 +"210993",78256,51022,2,804,1499 +"210994",78256,51157,3,804,2319 +"210995",78256,51410,3,804,2739 +"210996",78256,51987,2,804,1397 +"210997",78256,52345,3,804,1430 +"210998",78256,53303,3,804,1376 +"210999",78256,54740,3,804,2750 +"211000",78256,55084,2,804,1189 +"211001",78256,55691,3,804,2856 +"211002",78256,56317,3,804,2030 +"211003",78256,57337,3,804,1443 +"211004",78256,57544,3,804,2443 +"211005",78256,57609,3,804,2717 +"211006",78256,57950,3,804,1529 +"211007",78256,57990,3,804,978 +"211008",78256,58035,3,804,1646 +"211009",78256,58133,2,804,1484 +"211010",78256,58508,3,804,2326 +"211011",78256,59939,2,804,936 +"211012",78256,61785,3,804,822 +"211013",78256,62148,3,804,1566 +"211014",78256,62957,3,804,1170 +"211015",78256,63770,3,804,1324 +"211016",78256,64031,3,804,1295 +"211017",78256,64793,3,804,2819 +"211018",78256,64997,3,804,2791 +"211019",78256,65322,3,804,2008 +"211020",78256,65625,3,804,1273 +"211021",78256,69335,3,804,2698 +"211022",78256,75948,3,804,1006 +"211023",78256,76127,3,804,910 +"211024",78256,79612,2,804,927 +"211025",78256,80301,3,804,1690 +"211026",78256,81586,3,804,877 +"211027",78256,81895,3,804,1634 +"211028",78256,82426,3,804,1576 +"211029",78256,82696,2,804,1305 +"211030",78256,82767,3,804,1641 +"211031",78256,86245,3,804,1972 +"211032",78256,86505,3,804,1302 +"211033",78256,88232,3,804,2881 +"211034",78256,88473,2,804,1102 +"211035",78256,88710,3,804,927 +"211036",78256,89097,3,804,935 +"211037",78256,89880,3,804,1938 +"211038",78256,92124,3,804,1532 +"211039",78256,93398,3,804,828 +"211040",78256,94650,2,804,896 +"211041",78256,94808,3,804,988 +"211042",78256,97824,3,804,1229 +"211043",78256,99020,2,804,1383 +"211044",78256,99103,3,804,1470 +"211045",78256,100134,3,804,977 +"211046",78256,100532,3,804,859 +"211047",78256,104217,3,804,956 +"211048",78256,105233,3,804,1199 +"211049",78256,108379,2,804,2933 +"211050",78256,108867,3,804,2328 +"211051",78256,119444,2,804,888 +"211052",78257,1393,3,590,1706 +"211053",78257,2370,2,590,1600 +"211054",78257,2506,2,590,954 +"211055",78257,3068,3,590,1815 +"211056",78257,4249,3,590,2547 +"211057",78257,4784,2,590,2511 +"211058",78257,6020,2,590,1864 +"211059",78257,7900,3,590,893 +"211060",78257,7903,3,590,744 +"211061",78257,7932,3,590,789 +"211062",78257,9656,3,590,1135 +"211063",78257,13034,2,590,698 +"211064",78257,13595,2,590,1164 +"211065",78257,14172,3,590,1923 +"211066",78257,16455,3,590,946 +"211067",78257,17499,3,590,2954 +"211068",78257,17531,3,590,876 +"211069",78257,21358,2,590,1970 +"211070",78257,21920,3,590,2367 +"211071",78257,28648,2,590,1586 +"211072",78257,29778,3,590,840 +"211073",78257,31950,2,590,2217 +"211074",78257,34274,2,590,1437 +"211075",78257,40510,2,590,943 +"211076",78257,41489,2,590,2006 +"211077",78257,43725,2,590,935 +"211078",78257,45297,2,590,1864 +"211079",78257,45449,3,590,1610 +"211080",78257,45450,3,590,1590 +"211081",78257,45562,2,590,623 +"211082",78257,48254,3,590,1013 +"211083",78257,48781,2,590,954 +"211084",78257,48823,3,590,2080 +"211085",78257,49029,3,590,647 +"211086",78257,52179,3,590,1572 +"211087",78257,54488,3,590,2357 +"211088",78257,54816,3,590,592 +"211089",78257,55493,2,590,869 +"211090",78257,64737,3,590,2442 +"211091",78257,67289,3,590,829 +"211092",78257,68813,3,590,2511 +"211093",78257,73520,3,590,2613 +"211094",78257,79639,3,590,1013 +"211095",78257,80186,2,590,2228 +"211096",78257,82217,3,590,2441 +"211097",78257,84581,2,590,1241 +"211098",78257,90852,3,590,764 +"211099",78257,92366,3,590,1434 +"211100",78257,93642,1,590,1120 +"211101",78257,95879,3,590,1748 +"211102",78257,100084,3,590,1964 +"211103",78257,103989,3,590,1207 +"211104",78257,105887,3,590,615 +"211105",78257,108467,2,590,2170 +"211106",78257,116484,2,590,902 +"211107",78257,116771,3,590,623 +"211108",78259,3171,3,453,700 +"211109",78259,3460,3,453,2530 +"211110",78259,3896,3,453,2693 +"211111",78259,4821,3,453,1938 +"211112",78259,6602,3,453,1631 +"211113",78259,15453,3,453,1688 +"211114",78259,28896,3,453,1395 +"211115",78259,31997,3,453,1703 +"211116",78259,36646,3,453,2744 +"211117",78259,42642,2,453,2257 +"211118",78259,47440,2,453,2234 +"211119",78259,48215,3,453,2028 +"211120",78259,51055,3,453,2558 +"211121",78259,60516,2,453,2257 +"211122",78259,63395,3,453,2334 +"211123",78259,101561,3,453,852 +"211124",78262,1023,3,1326,2515 +"211125",78262,1063,3,1326,2515 +"211126",78262,4180,3,1326,1817 +"211127",78262,4194,3,1326,1641 +"211128",78262,4313,3,1326,2368 +"211129",78262,5414,3,1326,2321 +"211130",78262,7253,3,1326,2686 +"211131",78262,7254,3,1326,1849 +"211132",78262,11858,3,1326,1530 +"211133",78262,15146,3,1326,1546 +"211134",78262,19137,2,1326,1437 +"211135",78262,20056,3,1326,1824 +"211136",78262,20088,2,1326,1677 +"211137",78262,21976,3,1326,1808 +"211138",78262,24116,3,1326,1413 +"211139",78262,26513,3,1326,2205 +"211140",78262,31170,2,1326,1776 +"211141",78262,34953,3,1326,1817 +"211142",78262,35414,3,1326,1959 +"211143",78262,39211,3,1326,1908 +"211144",78262,43524,2,1326,2572 +"211145",78262,49958,1,1326,1860 +"211146",78262,52380,3,1326,2686 +"211147",78262,62334,3,1326,1766 +"211148",78262,73810,3,1326,1554 +"211149",78262,80162,3,1326,1601 +"211150",78262,82917,3,1326,2371 +"211151",78270,160,3,1171,2007 +"211152",78270,1092,3,1171,1945 +"211153",78270,4791,3,1171,1184 +"211154",78270,7616,2,1171,2296 +"211155",78270,8238,3,1171,2222 +"211156",78270,12632,3,1171,1174 +"211157",78270,16539,3,1171,1947 +"211158",78270,17632,3,1171,1947 +"211159",78270,28626,3,1171,2842 +"211160",78270,29089,3,1171,1344 +"211161",78270,31581,3,1171,2933 +"211162",78270,31890,3,1171,1487 +"211163",78270,32047,2,1171,1858 +"211164",78270,32419,2,1171,1909 +"211165",78270,47564,3,1171,2650 +"211166",78270,48035,3,1171,2180 +"211167",78270,50001,3,1171,1518 +"211168",78270,55076,3,1171,2408 +"211169",78270,55468,3,1171,2511 +"211170",78270,69250,3,1171,1439 +"211171",78270,77611,3,1171,1795 +"211172",78270,82893,3,1171,1275 +"211173",78270,82949,3,1171,2077 +"211174",78270,83053,3,1171,1303 +"211175",78277,378,3,1937,2766 +"211176",78277,1369,3,1937,2487 +"211177",78277,1785,3,1937,2350 +"211178",78277,2282,2,1937,2056 +"211179",78277,3272,3,1937,2132 +"211180",78277,5637,3,1937,1976 +"211181",78277,6999,3,1937,2214 +"211182",78277,12116,3,1937,2119 +"211183",78277,20739,3,1937,2025 +"211184",78277,23498,3,1937,2398 +"211185",78277,23560,2,1937,2051 +"211186",78277,26597,3,1937,2070 +"211187",78277,28782,3,1937,2272 +"211188",78277,36840,3,1937,2269 +"211189",78277,42382,3,1937,2224 +"211190",78277,42390,3,1937,2937 +"211191",78277,42407,2,1937,2408 +"211192",78277,47607,3,1937,2724 +"211193",78277,47882,2,1937,2769 +"211194",78277,53584,3,1937,2391 +"211195",78277,70011,3,1937,2690 +"211196",78277,73520,2,1937,2613 +"211197",78277,77719,1,1937,2086 +"211198",78277,80970,2,1937,2069 +"211199",78278,23,2,424,1682 +"211200",78278,1364,3,424,859 +"211201",78278,1469,3,424,1160 +"211202",78278,2077,2,424,610 +"211203",78278,3144,3,424,869 +"211204",78278,3164,3,424,2693 +"211205",78278,5041,3,424,2371 +"211206",78278,5581,3,424,883 +"211207",78278,5716,3,424,1058 +"211208",78278,5984,3,424,1675 +"211209",78278,5986,3,424,1721 +"211210",78278,6030,3,424,2953 +"211211",78278,6324,3,424,1990 +"211212",78278,6366,3,424,798 +"211213",78278,6417,3,424,1675 +"211214",78278,7233,2,424,572 +"211215",78278,11218,3,424,2292 +"211216",78278,12035,3,424,2721 +"211217",78278,12042,3,424,2345 +"211218",78278,12610,3,424,1274 +"211219",78278,14080,3,424,1351 +"211220",78278,14855,2,424,903 +"211221",78278,14972,3,424,2332 +"211222",78278,15301,3,424,2308 +"211223",78278,16352,3,424,2657 +"211224",78278,17400,3,424,2231 +"211225",78278,18348,2,424,1711 +"211226",78278,18836,3,424,1270 +"211227",78278,19696,3,424,561 +"211228",78278,22566,3,424,2308 +"211229",78278,25971,3,424,2608 +"211230",78278,26659,1,424,903 +"211231",78278,28002,3,424,914 +"211232",78278,28050,3,424,1955 +"211233",78278,28168,3,424,2702 +"211234",78278,29050,3,424,1196 +"211235",78278,32409,3,424,857 +"211236",78278,32503,3,424,2020 +"211237",78278,32694,3,424,1602 +"211238",78278,34735,3,424,2767 +"211239",78278,34945,3,424,1298 +"211240",78278,35531,3,424,2872 +"211241",78278,35926,3,424,2371 +"211242",78278,36691,3,424,1903 +"211243",78278,39535,3,424,2428 +"211244",78278,43153,3,424,1381 +"211245",78278,44521,3,424,1593 +"211246",78278,51471,3,424,1280 +"211247",78278,52442,3,424,1269 +"211248",78278,53134,3,424,1590 +"211249",78278,54929,3,424,2783 +"211250",78278,56604,3,424,1919 +"211251",78278,57246,3,424,1873 +"211252",78278,61719,3,424,1515 +"211253",78278,69117,2,424,645 +"211254",78278,69250,3,424,1439 +"211255",78278,72501,2,424,2795 +"211256",78278,80219,3,424,988 +"211257",78278,93752,3,424,1368 +"211258",78278,94500,3,424,1529 +"211259",78278,101598,3,424,781 +"211260",78283,2647,3,620,2450 +"211261",78283,4622,3,620,1589 +"211262",78283,12473,3,620,801 +"211263",78283,12632,2,620,1174 +"211264",78283,14212,3,620,857 +"211265",78283,16347,3,620,1868 +"211266",78283,21165,3,620,1112 +"211267",78283,32904,3,620,2055 +"211268",78283,36399,3,620,1357 +"211269",78283,40759,3,620,2789 +"211270",78283,43725,3,620,935 +"211271",78283,44473,3,620,1685 +"211272",78283,47607,3,620,2724 +"211273",78283,55307,3,620,2306 +"211274",78283,62975,2,620,977 +"211275",78283,64803,3,620,841 +"211276",78283,73629,3,620,1713 +"211277",78283,76929,3,620,910 +"211278",78283,77167,3,620,836 +"211279",78283,78393,2,620,874 +"211280",78283,87110,3,620,2801 +"211281",78283,91435,1,620,933 +"211282",78315,3477,3,1136,2546 +"211283",78315,4622,3,1136,1589 +"211284",78315,6063,3,1136,2349 +"211285",78315,18217,3,1136,1566 +"211286",78315,33223,3,1136,2397 +"211287",78315,40542,3,1136,1664 +"211288",78315,44473,3,1136,1685 +"211289",78315,44501,3,1136,2567 +"211290",78315,46849,3,1136,1238 +"211291",78315,84317,3,1136,2081 +"211292",78342,1853,3,746,1465 +"211293",78342,12608,2,746,1337 +"211294",78342,19092,2,746,906 +"211295",78342,25390,3,746,903 +"211296",78342,26642,3,746,2952 +"211297",78342,30697,3,746,2891 +"211298",78342,40913,3,746,1800 +"211299",78342,42756,3,746,1384 +"211300",78342,44669,3,746,1594 +"211301",78342,48832,3,746,1370 +"211302",78342,65703,2,746,1689 +"211303",78342,76637,2,746,833 +"211304",78342,82949,3,746,2077 +"211305",78384,1692,3,1762,2443 +"211306",78384,2093,3,1762,2459 +"211307",78384,3317,2,1762,2037 +"211308",78384,8062,3,1762,2858 +"211309",78384,10964,3,1762,2043 +"211310",78384,11067,3,1762,2734 +"211311",78384,23121,3,1762,2108 +"211312",78384,25373,3,1762,2783 +"211313",78384,35620,3,1762,2092 +"211314",78384,36120,1,1762,2971 +"211315",78384,75607,3,1762,2245 +"211316",78393,2647,3,874,2450 +"211317",78393,12632,2,874,1174 +"211318",78393,13930,3,874,1274 +"211319",78393,16347,3,874,1868 +"211320",78393,21165,3,874,1112 +"211321",78393,36399,3,874,1357 +"211322",78393,43725,3,874,935 +"211323",78393,47607,3,874,2724 +"211324",78393,73629,2,874,1713 +"211325",78393,76929,3,874,910 +"211326",78393,87110,3,874,2801 +"211327",78393,91435,3,874,933 +"211328",78404,602,3,1231,2632 +"211329",78404,13724,3,1231,1573 +"211330",78404,22311,3,1231,2034 +"211331",78404,68696,1,1231,1776 +"211332",78416,600,3,630,1702 +"211333",78416,1592,3,630,2006 +"211334",78416,1616,3,630,2662 +"211335",78416,1691,2,630,1941 +"211336",78416,1777,3,630,1965 +"211337",78416,2269,3,630,984 +"211338",78416,2484,3,630,2389 +"211339",78416,3161,3,630,2229 +"211340",78416,5078,3,630,2033 +"211341",78416,5457,3,630,2077 +"211342",78416,5462,3,630,2374 +"211343",78416,5504,3,630,2389 +"211344",78416,5710,2,630,1926 +"211345",78416,6390,2,630,2385 +"211346",78416,7847,3,630,2424 +"211347",78416,8011,3,630,889 +"211348",78416,8621,3,630,1681 +"211349",78416,8762,3,630,2585 +"211350",78416,9311,3,630,2477 +"211351",78416,10799,2,630,2010 +"211352",78416,12199,3,630,1651 +"211353",78416,12713,2,630,2440 +"211354",78416,12775,3,630,1982 +"211355",78416,12976,2,630,2399 +"211356",78416,13012,3,630,875 +"211357",78416,13929,3,630,2693 +"211358",78416,14091,3,630,929 +"211359",78416,14108,3,630,2012 +"211360",78416,14888,3,630,1411 +"211361",78416,15299,3,630,2213 +"211362",78416,15713,3,630,1646 +"211363",78416,16111,3,630,1714 +"211364",78416,17410,2,630,2073 +"211365",78416,18543,3,630,2968 +"211366",78416,19027,3,630,2721 +"211367",78416,20407,3,630,2339 +"211368",78416,21104,3,630,2327 +"211369",78416,26155,3,630,1802 +"211370",78416,26322,3,630,1018 +"211371",78416,28218,3,630,2048 +"211372",78416,29050,3,630,1196 +"211373",78416,29095,3,630,2531 +"211374",78416,31235,3,630,2668 +"211375",78416,33383,3,630,1572 +"211376",78416,33622,3,630,2230 +"211377",78416,33801,3,630,2899 +"211378",78416,34492,3,630,1798 +"211379",78416,34588,3,630,985 +"211380",78416,34945,3,630,1298 +"211381",78416,35256,3,630,2271 +"211382",78416,36439,3,630,2469 +"211383",78416,36559,3,630,2473 +"211384",78416,36962,3,630,2861 +"211385",78416,37418,3,630,2710 +"211386",78416,37509,3,630,1640 +"211387",78416,41085,3,630,637 +"211388",78416,41739,3,630,1339 +"211389",78416,44427,3,630,2875 +"211390",78416,44636,3,630,1026 +"211391",78416,46621,3,630,1343 +"211392",78416,47435,3,630,878 +"211393",78416,47585,2,630,794 +"211394",78416,50118,3,630,2654 +"211395",78416,51410,3,630,2739 +"211396",78416,51987,3,630,1397 +"211397",78416,53252,3,630,637 +"211398",78416,53475,3,630,2853 +"211399",78416,53630,3,630,1565 +"211400",78416,54676,3,630,1342 +"211401",78416,55156,1,630,2196 +"211402",78416,55691,3,630,2856 +"211403",78416,57990,3,630,978 +"211404",78416,58284,3,630,2292 +"211405",78416,61785,3,630,822 +"211406",78416,62538,3,630,1656 +"211407",78416,62602,3,630,1172 +"211408",78416,63477,3,630,1907 +"211409",78416,64181,2,630,1828 +"211410",78416,64997,3,630,2791 +"211411",78416,65625,3,630,1273 +"211412",78416,66413,3,630,2507 +"211413",78416,68810,2,630,2409 +"211414",78416,72823,3,630,929 +"211415",78416,74636,3,630,2525 +"211416",78416,76127,3,630,910 +"211417",78416,76192,3,630,912 +"211418",78416,78563,1,630,2385 +"211419",78416,79088,3,630,1369 +"211420",78416,82787,3,630,1144 +"211421",78416,86986,3,630,1976 +"211422",78416,88232,3,630,2881 +"211423",78416,88966,2,630,1568 +"211424",78416,93953,3,630,969 +"211425",78416,97824,3,630,1229 +"211426",78416,101482,3,630,1300 +"211427",78416,101967,3,630,691 +"211428",78416,105063,3,630,1908 +"211429",78416,108415,2,630,752 +"211430",78436,23,3,1615,1682 +"211431",78436,997,3,1615,2788 +"211432",78436,3947,3,1615,2067 +"211433",78436,3966,3,1615,2425 +"211434",78436,5041,3,1615,2371 +"211435",78436,5449,2,1615,1723 +"211436",78436,7029,3,1615,2204 +"211437",78436,7703,3,1615,2122 +"211438",78436,10870,3,1615,1755 +"211439",78436,11103,3,1615,2393 +"211440",78436,11239,3,1615,2181 +"211441",78436,11493,3,1615,2077 +"211442",78436,13780,3,1615,2412 +"211443",78436,18344,3,1615,2204 +"211444",78436,21406,3,1615,2714 +"211445",78436,24256,3,1615,2393 +"211446",78436,25325,3,1615,2963 +"211447",78436,26716,3,1615,1765 +"211448",78436,27195,2,1615,2158 +"211449",78436,29170,3,1615,1846 +"211450",78436,29917,3,1615,1962 +"211451",78436,29930,2,1615,2240 +"211452",78436,30747,3,1615,2455 +"211453",78436,42574,2,1615,2842 +"211454",78436,48605,3,1615,2796 +"211455",78436,53219,3,1615,2973 +"211456",78436,57549,3,1615,2335 +"211457",78436,67150,3,1615,2633 +"211458",78460,3100,2,985,2524 +"211459",78460,3786,2,985,2282 +"211460",78460,5414,3,985,2321 +"211461",78460,6432,2,985,2297 +"211462",78460,6562,3,985,1139 +"211463",78460,9912,3,985,1356 +"211464",78460,11135,2,985,2441 +"211465",78460,11897,3,985,1271 +"211466",78460,12031,2,985,1957 +"211467",78460,13150,3,985,1570 +"211468",78460,15502,3,985,2637 +"211469",78460,15916,3,985,1236 +"211470",78460,19687,2,985,2072 +"211471",78460,19972,3,985,2078 +"211472",78460,20517,3,985,1465 +"211473",78460,21976,2,985,1808 +"211474",78460,23639,2,985,2065 +"211475",78460,24116,3,985,1413 +"211476",78460,25286,2,985,1545 +"211477",78460,25886,3,985,1580 +"211478",78460,26138,3,985,1902 +"211479",78460,26567,1,985,1158 +"211480",78460,28567,3,985,2398 +"211481",78460,34055,3,985,1881 +"211482",78460,35414,3,985,1959 +"211483",78460,36506,3,985,2638 +"211484",78460,40136,3,985,1149 +"211485",78460,41051,3,985,2767 +"211486",78460,43250,2,985,1300 +"211487",78460,43929,3,985,2749 +"211488",78460,45299,3,985,2426 +"211489",78460,45487,3,985,2256 +"211490",78460,47330,3,985,2422 +"211491",78460,47827,3,985,1957 +"211492",78460,51448,3,985,1593 +"211493",78460,55436,3,985,2513 +"211494",78460,56673,3,985,2419 +"211495",78460,60384,3,985,2765 +"211496",78460,62498,1,985,1698 +"211497",78460,65223,3,985,2724 +"211498",78460,72348,3,985,1810 +"211499",78460,72827,3,985,1359 +"211500",78460,76604,3,985,2590 +"211501",78460,79236,3,985,1505 +"211502",78460,79404,3,985,1079 +"211503",78460,80061,3,985,1223 +"211504",78460,81134,2,985,1384 +"211505",78460,83133,3,985,1055 +"211506",78460,85264,3,985,1236 +"211507",78460,92381,2,985,1237 +"211508",78460,92947,3,985,1289 +"211509",78460,93317,3,985,1223 +"211510",78460,93670,3,985,1682 +"211511",78460,95211,3,985,2462 +"211512",78460,106554,3,985,1270 +"211513",78460,114769,3,985,1108 +"211514",78460,116792,1,985,2397 +"211515",78477,3158,3,1613,2762 +"211516",78477,7787,2,1613,2314 +"211517",78477,10146,3,1613,1878 +"211518",78477,10216,3,1613,2476 +"211519",78477,10701,3,1613,2000 +"211520",78477,14612,3,1613,2340 +"211521",78477,14957,3,1613,2306 +"211522",78477,15782,3,1613,2306 +"211523",78477,17499,3,1613,2954 +"211524",78477,17695,3,1613,1930 +"211525",78477,43957,3,1613,1824 +"211526",78477,50468,3,1613,1659 +"211527",78477,51212,3,1613,1801 +"211528",78477,52950,3,1613,2716 +"211529",78552,6071,3,2069,2310 +"211530",78552,61513,3,2069,2948 +"211531",78552,100586,3,2069,2966 +"211532",78563,1616,3,2385,2662 +"211533",78563,2484,3,2385,2389 +"211534",78563,5504,3,2385,2389 +"211535",78563,7847,3,2385,2424 +"211536",78563,8762,3,2385,2585 +"211537",78563,9311,3,2385,2477 +"211538",78563,12713,2,2385,2440 +"211539",78563,12976,1,2385,2399 +"211540",78563,13249,3,2385,2573 +"211541",78563,13929,3,2385,2693 +"211542",78563,15184,3,2385,2396 +"211543",78563,15626,3,2385,2434 +"211544",78563,18366,3,2385,2699 +"211545",78563,18543,3,2385,2968 +"211546",78563,19027,3,2385,2721 +"211547",78563,19208,3,2385,2629 +"211548",78563,29095,3,2385,2531 +"211549",78563,30081,3,2385,2403 +"211550",78563,31235,3,2385,2668 +"211551",78563,33801,3,2385,2899 +"211552",78563,36439,3,2385,2469 +"211553",78563,36559,2,2385,2473 +"211554",78563,36962,3,2385,2861 +"211555",78563,37418,3,2385,2710 +"211556",78563,44427,3,2385,2875 +"211557",78563,47947,3,2385,2681 +"211558",78563,50118,3,2385,2654 +"211559",78563,51410,3,2385,2739 +"211560",78563,51853,3,2385,2520 +"211561",78563,53475,3,2385,2853 +"211562",78563,55691,3,2385,2856 +"211563",78563,64997,3,2385,2791 +"211564",78563,66413,3,2385,2507 +"211565",78563,68810,2,2385,2409 +"211566",78563,74636,3,2385,2525 +"211567",78563,88232,3,2385,2881 +"211568",78569,270,3,578,2542 +"211569",78569,378,3,578,2766 +"211570",78569,512,3,578,1596 +"211571",78569,725,3,578,1064 +"211572",78569,1124,3,578,1596 +"211573",78569,1150,3,578,1595 +"211574",78569,1154,2,578,1656 +"211575",78569,1592,3,578,2006 +"211576",78569,1620,3,578,1303 +"211577",78569,1691,3,578,1941 +"211578",78569,1826,3,578,924 +"211579",78569,1846,3,578,1845 +"211580",78569,2143,3,578,1174 +"211581",78569,2349,3,578,1288 +"211582",78569,2540,3,578,1398 +"211583",78569,2936,3,578,2512 +"211584",78569,2959,3,578,1785 +"211585",78569,3493,3,578,2451 +"211586",78569,3896,3,578,2693 +"211587",78569,3947,3,578,2067 +"211588",78569,4303,3,578,2414 +"211589",78569,4361,3,578,2571 +"211590",78569,4622,3,578,1589 +"211591",78569,4821,3,578,1938 +"211592",78569,5018,3,578,640 +"211593",78569,5235,3,578,2324 +"211594",78569,5239,3,578,2875 +"211595",78569,5258,3,578,2730 +"211596",78569,5363,3,578,1791 +"211597",78569,5568,3,578,1290 +"211598",78569,5962,3,578,2491 +"211599",78569,6119,3,578,2358 +"211600",78569,6252,3,578,2336 +"211601",78569,6366,3,578,798 +"211602",78569,6390,3,578,2385 +"211603",78569,6417,3,578,1675 +"211604",78569,6602,3,578,1631 +"211605",78569,6877,3,578,867 +"211606",78569,7126,2,578,1261 +"211607",78569,7196,2,578,1508 +"211608",78569,7241,3,578,2259 +"211609",78569,7467,3,578,587 +"211610",78569,7798,3,578,949 +"211611",78569,7858,3,578,1795 +"211612",78569,7984,2,578,2493 +"211613",78569,8062,3,578,2858 +"211614",78569,8118,3,578,587 +"211615",78569,8890,2,578,1955 +"211616",78569,8913,2,578,968 +"211617",78569,9200,3,578,787 +"211618",78569,9702,3,578,1928 +"211619",78569,10336,3,578,2271 +"211620",78569,10343,3,578,1072 +"211621",78569,10350,3,578,1163 +"211622",78569,10726,3,578,841 +"211623",78569,10980,3,578,1974 +"211624",78569,11477,3,578,2724 +"211625",78569,11576,3,578,808 +"211626",78569,12228,3,578,2034 +"211627",78569,12374,3,578,2260 +"211628",78569,12610,3,578,1274 +"211629",78569,12759,3,578,2414 +"211630",78569,12781,3,578,831 +"211631",78569,13296,3,578,839 +"211632",78569,13537,3,578,1020 +"211633",78569,13780,3,578,2412 +"211634",78569,14072,3,578,1346 +"211635",78569,14108,2,578,2012 +"211636",78569,14433,3,578,1225 +"211637",78569,14449,3,578,1258 +"211638",78569,14520,3,578,634 +"211639",78569,14761,3,578,2502 +"211640",78569,14943,3,578,1942 +"211641",78569,14972,3,578,2332 +"211642",78569,15118,2,578,1311 +"211643",78569,15401,2,578,1999 +"211644",78569,16053,3,578,908 +"211645",78569,16176,3,578,2703 +"211646",78569,16286,3,578,2470 +"211647",78569,16365,2,578,2217 +"211648",78569,16625,3,578,1285 +"211649",78569,16801,3,578,2008 +"211650",78569,16826,3,578,2599 +"211651",78569,16881,3,578,925 +"211652",78569,17257,2,578,1117 +"211653",78569,17328,3,578,1206 +"211654",78569,17354,3,578,2250 +"211655",78569,17381,3,578,1697 +"211656",78569,17484,3,578,1256 +"211657",78569,17645,3,578,1918 +"211658",78569,17934,3,578,1059 +"211659",78569,17997,3,578,1621 +"211660",78569,18103,3,578,1968 +"211661",78569,18381,3,578,1524 +"211662",78569,18394,3,578,2356 +"211663",78569,18502,3,578,1033 +"211664",78569,18543,3,578,2968 +"211665",78569,18571,3,578,2128 +"211666",78569,18825,3,578,1240 +"211667",78569,18855,3,578,1362 +"211668",78569,19501,3,578,1186 +"211669",78569,19516,3,578,2313 +"211670",78569,19718,3,578,1702 +"211671",78569,20067,3,578,2390 +"211672",78569,20070,3,578,1914 +"211673",78569,20407,3,578,2339 +"211674",78569,20688,3,578,891 +"211675",78569,21133,2,578,1320 +"211676",78569,21209,3,578,2184 +"211677",78569,21246,3,578,1612 +"211678",78569,21670,2,578,2158 +"211679",78569,21681,2,578,2005 +"211680",78569,21682,3,578,2414 +"211681",78569,21693,3,578,2176 +"211682",78569,22501,3,578,1006 +"211683",78569,22722,2,578,1233 +"211684",78569,23015,3,578,1362 +"211685",78569,23325,3,578,2779 +"211686",78569,23869,3,578,1918 +"211687",78569,23966,3,578,891 +"211688",78569,24198,3,578,2217 +"211689",78569,25132,3,578,1188 +"211690",78569,25373,3,578,2783 +"211691",78569,25451,3,578,698 +"211692",78569,25565,3,578,2764 +"211693",78569,26524,3,578,982 +"211694",78569,26713,3,578,1235 +"211695",78569,28784,2,578,1579 +"211696",78569,28808,3,578,1063 +"211697",78569,28896,2,578,1395 +"211698",78569,30334,3,578,2075 +"211699",78569,30405,3,578,2164 +"211700",78569,30411,3,578,630 +"211701",78569,30747,3,578,2455 +"211702",78569,30891,3,578,1256 +"211703",78569,31164,3,578,1996 +"211704",78569,31700,2,578,2727 +"211705",78569,32131,2,578,1035 +"211706",78569,32163,3,578,859 +"211707",78569,32419,3,578,1909 +"211708",78569,32582,3,578,1929 +"211709",78569,32818,3,578,2485 +"211710",78569,32988,2,578,2008 +"211711",78569,33241,3,578,632 +"211712",78569,33380,3,578,2340 +"211713",78569,33621,3,578,1319 +"211714",78569,33850,3,578,931 +"211715",78569,33870,3,578,955 +"211716",78569,34216,3,578,2832 +"211717",78569,34314,3,578,630 +"211718",78569,34478,3,578,2265 +"211719",78569,34742,3,578,1883 +"211720",78569,34892,3,578,2309 +"211721",78569,34945,3,578,1298 +"211722",78569,35529,3,578,1620 +"211723",78569,35589,3,578,983 +"211724",78569,35822,2,578,1903 +"211725",78569,35903,3,578,1434 +"211726",78569,36031,2,578,2342 +"211727",78569,36439,3,578,2469 +"211728",78569,36609,3,578,2918 +"211729",78569,36651,3,578,1600 +"211730",78569,37238,3,578,2609 +"211731",78569,37509,3,578,1640 +"211732",78569,37636,3,578,2178 +"211733",78569,37937,2,578,1320 +"211734",78569,38038,3,578,2686 +"211735",78569,38213,3,578,1744 +"211736",78569,38219,3,578,1689 +"211737",78569,38602,2,578,2693 +"211738",78569,38973,3,578,1999 +"211739",78569,39062,3,578,2020 +"211740",78569,39589,3,578,1292 +"211741",78569,40392,3,578,1878 +"211742",78569,40432,3,578,1956 +"211743",78569,40645,3,578,1899 +"211744",78569,41085,3,578,637 +"211745",78569,41446,3,578,1103 +"211746",78569,41723,3,578,2101 +"211747",78569,41953,3,578,945 +"211748",78569,42331,3,578,1585 +"211749",78569,42505,3,578,2008 +"211750",78569,43173,3,578,2895 +"211751",78569,43226,3,578,2442 +"211752",78569,43385,3,578,1623 +"211753",78569,43593,3,578,2704 +"211754",78569,44427,3,578,2875 +"211755",78569,44720,3,578,1202 +"211756",78569,44877,3,578,1219 +"211757",78569,45136,3,578,877 +"211758",78569,45618,3,578,2356 +"211759",78569,45650,3,578,1528 +"211760",78569,45664,3,578,2235 +"211761",78569,45959,3,578,1880 +"211762",78569,46040,3,578,2105 +"211763",78569,46532,3,578,2005 +"211764",78569,46596,3,578,1942 +"211765",78569,46621,3,578,1343 +"211766",78569,46642,3,578,999 +"211767",78569,46726,3,578,943 +"211768",78569,46951,3,578,2429 +"211769",78569,47064,3,578,1993 +"211770",78569,47384,2,578,1639 +"211771",78569,47386,3,578,2226 +"211772",78569,47585,3,578,794 +"211773",78569,47810,3,578,957 +"211774",78569,48215,2,578,2028 +"211775",78569,48260,3,578,875 +"211776",78569,48698,3,578,1474 +"211777",78569,49265,2,578,2686 +"211778",78569,49512,3,578,1302 +"211779",78569,49620,3,578,1868 +"211780",78569,50179,3,578,2230 +"211781",78569,50235,3,578,726 +"211782",78569,51360,3,578,1882 +"211783",78569,51783,3,578,2599 +"211784",78569,52136,3,578,1412 +"211785",78569,52323,3,578,2148 +"211786",78569,52327,3,578,1472 +"211787",78569,52483,3,578,2317 +"211788",78569,53252,3,578,637 +"211789",78569,53322,3,578,1200 +"211790",78569,53323,2,578,2677 +"211791",78569,53608,3,578,1986 +"211792",78569,55604,3,578,2342 +"211793",78569,57353,3,578,1849 +"211794",78569,57380,2,578,2362 +"211795",78569,57977,3,578,2683 +"211796",78569,57990,2,578,978 +"211797",78569,58829,3,578,1256 +"211798",78569,59039,3,578,2870 +"211799",78569,59677,3,578,1174 +"211800",78569,60258,3,578,2405 +"211801",78569,61138,2,578,1188 +"211802",78569,61785,2,578,822 +"211803",78569,62668,3,578,958 +"211804",78569,63077,3,578,2778 +"211805",78569,63147,3,578,1477 +"211806",78569,63328,3,578,922 +"211807",78569,63395,3,578,2334 +"211808",78569,63644,3,578,1267 +"211809",78569,65155,2,578,1947 +"211810",78569,65203,3,578,1597 +"211811",78569,65322,3,578,2008 +"211812",78569,66609,3,578,998 +"211813",78569,67815,3,578,2476 +"211814",78569,68539,3,578,1158 +"211815",78569,69447,3,578,1197 +"211816",78569,70101,3,578,2414 +"211817",78569,70838,3,578,687 +"211818",78569,70854,2,578,635 +"211819",78569,70996,3,578,1037 +"211820",78569,71274,3,578,2390 +"211821",78569,72597,3,578,1843 +"211822",78569,72728,2,578,2234 +"211823",78569,73113,3,578,681 +"211824",78569,73245,2,578,802 +"211825",78569,73597,3,578,1989 +"211826",78569,73728,3,578,784 +"211827",78569,74636,3,578,2525 +"211828",78569,75025,3,578,717 +"211829",78569,76007,3,578,918 +"211830",78569,76127,3,578,910 +"211831",78569,76192,3,578,912 +"211832",78569,76511,3,578,1250 +"211833",78569,77057,3,578,1866 +"211834",78569,77095,3,578,1622 +"211835",78569,78150,3,578,2581 +"211836",78569,78256,3,578,804 +"211837",78569,79036,3,578,2524 +"211838",78569,79158,2,578,1252 +"211839",78569,79420,3,578,1061 +"211840",78569,79436,3,578,1344 +"211841",78569,79918,3,578,1672 +"211842",78569,82341,3,578,1515 +"211843",78569,82409,3,578,1881 +"211844",78569,82426,3,578,1576 +"211845",78569,82730,3,578,1492 +"211846",78569,83053,3,578,1303 +"211847",78569,83301,3,578,1385 +"211848",78569,85869,2,578,1509 +"211849",78569,87142,3,578,591 +"211850",78569,87509,3,578,1907 +"211851",78569,88126,3,578,1027 +"211852",78569,88232,2,578,2881 +"211853",78569,88739,3,578,933 +"211854",78569,89511,3,578,1205 +"211855",78569,89681,3,578,1978 +"211856",78569,89880,3,578,1938 +"211857",78569,90065,3,578,1418 +"211858",78569,92297,3,578,2952 +"211859",78569,92491,3,578,1968 +"211860",78569,92757,3,578,2615 +"211861",78569,93102,2,578,1174 +"211862",78569,96352,2,578,1493 +"211863",78569,97160,3,578,1215 +"211864",78569,99288,3,578,983 +"211865",78569,99953,3,578,581 +"211866",78569,100140,3,578,1041 +"211867",78569,100860,3,578,2326 +"211868",78569,101367,3,578,974 +"211869",78569,101967,3,578,691 +"211870",78569,103491,3,578,1523 +"211871",78569,103890,3,578,958 +"211872",78569,104217,2,578,956 +"211873",78569,104828,3,578,1609 +"211874",78569,106240,2,578,705 +"211875",78569,106620,3,578,1177 +"211876",78569,111485,3,578,1925 +"211877",78569,115078,3,578,697 +"211878",78569,119921,3,578,1113 +"211879",78594,23302,3,2441,2677 +"211880",78611,827,2,1586,2964 +"211881",78611,1151,3,1586,2885 +"211882",78611,1624,2,1586,2687 +"211883",78611,1708,2,1586,1591 +"211884",78611,2647,2,1586,2450 +"211885",78611,2724,3,1586,2447 +"211886",78611,2927,3,1586,1789 +"211887",78611,3272,3,1586,2132 +"211888",78611,3506,3,1586,2364 +"211889",78611,4551,3,1586,2720 +"211890",78611,4634,3,1586,2291 +"211891",78611,5303,3,1586,1849 +"211892",78611,6040,1,1586,2103 +"211893",78611,6480,3,1586,1678 +"211894",78611,7123,3,1586,1964 +"211895",78611,7253,3,1586,2686 +"211896",78611,7254,2,1586,1849 +"211897",78611,7257,3,1586,1915 +"211898",78611,9269,2,1586,1892 +"211899",78611,9895,3,1586,1960 +"211900",78611,12598,3,1586,2086 +"211901",78611,14061,3,1586,1620 +"211902",78611,14490,3,1586,2291 +"211903",78611,15023,2,1586,2054 +"211904",78611,16347,3,1586,1868 +"211905",78611,17925,3,1586,2385 +"211906",78611,19075,3,1586,2214 +"211907",78611,19509,3,1586,2000 +"211908",78611,20547,2,1586,2145 +"211909",78611,20695,3,1586,2526 +"211910",78611,20709,3,1586,1757 +"211911",78611,20739,3,1586,2025 +"211912",78611,21753,2,1586,1838 +"211913",78611,22932,2,1586,2469 +"211914",78611,25518,3,1586,1955 +"211915",78611,26740,3,1586,2695 +"211916",78611,31357,3,1586,2389 +"211917",78611,34331,3,1586,1727 +"211918",78611,39893,3,1586,1601 +"211919",78611,42382,3,1586,2224 +"211920",78611,42574,3,1586,2842 +"211921",78611,44744,2,1586,2032 +"211922",78611,45449,3,1586,1610 +"211923",78611,46616,3,1586,1917 +"211924",78611,47607,3,1586,2724 +"211925",78611,47882,2,1586,2769 +"211926",78611,48931,3,1586,2444 +"211927",78611,51843,2,1586,2389 +"211928",78611,53289,3,1586,2746 +"211929",78611,53414,3,1586,1672 +"211930",78611,53584,2,1586,2391 +"211931",78611,54385,2,1586,2340 +"211932",78611,55742,2,1586,2006 +"211933",78611,56364,3,1586,1626 +"211934",78611,58711,2,1586,2746 +"211935",78611,63104,3,1586,2149 +"211936",78611,64628,3,1586,2829 +"211937",78611,67150,2,1586,2633 +"211938",78611,69308,3,1586,2370 +"211939",78611,75194,3,1586,1736 +"211940",78611,78227,2,1586,1745 +"211941",78611,80615,3,1586,2252 +"211942",78611,84591,3,1586,1685 +"211943",78611,84808,2,1586,1974 +"211944",78611,96387,3,1586,2159 +"211945",78611,108151,3,1586,2377 +"211946",78611,110737,3,1586,2117 +"211947",78628,301,3,914,2070 +"211948",78628,827,3,914,2964 +"211949",78628,1624,3,914,2687 +"211950",78628,1708,3,914,1591 +"211951",78628,2647,3,914,2450 +"211952",78628,4634,3,914,2291 +"211953",78628,4968,3,914,1586 +"211954",78628,6040,2,914,2103 +"211955",78628,7254,3,914,1849 +"211956",78628,7257,3,914,1915 +"211957",78628,7604,3,914,1366 +"211958",78628,9269,3,914,1892 +"211959",78628,9656,3,914,1135 +"211960",78628,14490,3,914,2291 +"211961",78628,15023,3,914,2054 +"211962",78628,19667,3,914,1466 +"211963",78628,20547,3,914,2145 +"211964",78628,20709,3,914,1757 +"211965",78628,21753,3,914,1838 +"211966",78628,22932,3,914,2469 +"211967",78628,23043,2,914,1109 +"211968",78628,44744,3,914,2032 +"211969",78628,47882,2,914,2769 +"211970",78628,50083,3,914,1275 +"211971",78628,51843,3,914,2389 +"211972",78628,53584,3,914,2391 +"211973",78628,54385,3,914,2340 +"211974",78628,55742,3,914,2006 +"211975",78628,58711,3,914,2746 +"211976",78628,67150,3,914,2633 +"211977",78628,78227,3,914,1745 +"211978",78628,78611,1,914,1586 +"211979",78628,84808,3,914,1974 +"211980",78628,93609,3,914,2252 +"211981",78645,1314,3,218,1522 +"211982",78645,1349,3,218,1147 +"211983",78645,1520,3,218,1716 +"211984",78645,2524,3,218,1708 +"211985",78645,2576,3,218,1307 +"211986",78645,3127,2,218,2273 +"211987",78645,3456,3,218,1999 +"211988",78645,4361,3,218,2571 +"211989",78645,4602,3,218,2446 +"211990",78645,4612,3,218,2804 +"211991",78645,5962,1,218,2491 +"211992",78645,6063,3,218,2349 +"211993",78645,6119,2,218,2358 +"211994",78645,7997,1,218,2049 +"211995",78645,8865,3,218,2394 +"211996",78645,9073,2,218,221 +"211997",78645,9227,2,218,1267 +"211998",78645,9787,3,218,2858 +"211999",78645,10336,2,218,2271 +"212000",78645,10350,3,218,1163 +"212001",78645,11029,3,218,2362 +"212002",78645,11563,3,218,1863 +"212003",78645,12067,3,218,1213 +"212004",78645,12475,3,218,588 +"212005",78645,12781,2,218,831 +"212006",78645,13068,3,218,1778 +"212007",78645,13537,3,218,1020 +"212008",78645,14449,3,218,1258 +"212009",78645,14520,2,218,634 +"212010",78645,15535,3,218,891 +"212011",78645,16286,2,218,2470 +"212012",78645,16501,3,218,1650 +"212013",78645,17252,3,218,1258 +"212014",78645,17257,3,218,1117 +"212015",78645,18124,3,218,1642 +"212016",78645,19380,3,218,2637 +"212017",78645,20220,3,218,1656 +"212018",78645,20562,3,218,316 +"212019",78645,20941,3,218,2725 +"212020",78645,22578,3,218,2216 +"212021",78645,23488,3,218,1523 +"212022",78645,23966,2,218,891 +"212023",78645,24302,3,218,407 +"212024",78645,27545,3,218,855 +"212025",78645,27908,3,218,2576 +"212026",78645,27914,3,218,2507 +"212027",78645,28357,3,218,1134 +"212028",78645,28380,3,218,473 +"212029",78645,29286,3,218,1612 +"212030",78645,29436,3,218,1718 +"212031",78645,31335,2,218,2351 +"212032",78645,31542,3,218,2459 +"212033",78645,32131,3,218,1035 +"212034",78645,33957,3,218,245 +"212035",78645,37036,1,218,2264 +"212036",78645,39534,3,218,2410 +"212037",78645,40572,2,218,2666 +"212038",78645,41446,2,218,1103 +"212039",78645,41581,3,218,1692 +"212040",78645,44074,3,218,1299 +"212041",78645,44603,3,218,2748 +"212042",78645,46384,3,218,2285 +"212043",78645,46486,3,218,1868 +"212044",78645,46532,3,218,2005 +"212045",78645,47013,3,218,2388 +"212046",78645,48888,3,218,1177 +"212047",78645,48955,3,218,242 +"212048",78645,50278,3,218,1127 +"212049",78645,51360,2,218,1882 +"212050",78645,52570,3,218,2645 +"212051",78645,60952,2,218,2076 +"212052",78645,64156,3,218,675 +"212053",78645,64967,3,218,2872 +"212054",78645,65242,3,218,1988 +"212055",78645,65389,3,218,503 +"212056",78645,70455,3,218,1307 +"212057",78645,71467,2,218,1051 +"212058",78645,72438,3,218,1397 +"212059",78645,78569,3,218,578 +"212060",78645,79420,2,218,1061 +"212061",78645,81545,3,218,2077 +"212062",78645,81805,3,218,1607 +"212063",78645,88427,3,218,340 +"212064",78645,95910,3,218,999 +"212065",78645,99288,3,218,983 +"212066",78645,100048,3,218,1573 +"212067",78645,104828,2,218,1609 +"212068",78645,114648,3,218,270 +"212069",78645,119184,3,218,275 +"212070",78650,2057,3,592,1965 +"212071",78650,2798,3,592,1673 +"212072",78650,10336,3,592,2271 +"212073",78650,12586,3,592,613 +"212074",78650,19380,3,592,2637 +"212075",78650,40910,3,592,2469 +"212076",78650,44786,3,592,1096 +"212077",78650,51879,3,592,1771 +"212078",78650,59670,2,592,1173 +"212079",78650,60879,3,592,2792 +"212080",78650,67963,2,592,806 +"212081",78650,79420,3,592,1061 +"212082",78650,82932,3,592,2245 +"212083",78650,104828,3,592,1609 +"212084",78654,7798,3,932,949 +"212085",78654,10148,3,932,2964 +"212086",78654,11382,1,932,2746 +"212087",78654,13610,2,932,2515 +"212088",78654,42715,2,932,987 +"212089",78654,58617,3,932,2093 +"212090",78654,81563,3,932,1188 +"212091",78677,2229,3,341,1536 +"212092",78677,2407,3,341,1725 +"212093",78677,2446,3,341,2606 +"212094",78677,7719,3,341,1954 +"212095",78677,8118,3,341,587 +"212096",78677,10350,3,341,1163 +"212097",78677,11136,3,341,2573 +"212098",78677,13068,3,341,1778 +"212099",78677,13136,3,341,2867 +"212100",78677,18965,3,341,2315 +"212101",78677,19934,2,341,2888 +"212102",78677,22723,2,341,2859 +"212103",78677,24176,2,341,1986 +"212104",78677,27320,3,341,2378 +"212105",78677,28893,3,341,2764 +"212106",78677,29495,3,341,1612 +"212107",78677,30065,3,341,604 +"212108",78677,30891,3,341,1256 +"212109",78677,30974,3,341,947 +"212110",78677,32424,1,341,848 +"212111",78677,37752,3,341,2223 +"212112",78677,43110,3,341,375 +"212113",78677,44795,3,341,635 +"212114",78677,46870,3,341,2473 +"212115",78677,47965,3,341,2232 +"212116",78677,57912,3,341,1035 +"212117",78677,58122,3,341,889 +"212118",78677,59039,3,341,2870 +"212119",78677,61337,2,341,2777 +"212120",78677,64110,3,341,1331 +"212121",78677,65188,3,341,2213 +"212122",78677,66622,2,341,799 +"212123",78677,69788,3,341,2007 +"212124",78677,78842,2,341,904 +"212125",78677,80793,3,341,631 +"212126",78677,81164,2,341,2260 +"212127",78677,84822,3,341,2686 +"212128",78677,90892,3,341,2399 +"212129",78677,93332,3,341,982 +"212130",78677,110399,3,341,480 +"212131",78677,111211,3,341,606 +"212132",78677,111375,3,341,2686 +"212133",78684,13551,3,117,1451 +"212134",78684,40129,3,117,2162 +"212135",78684,75207,3,117,2235 +"212136",78740,1150,3,1515,1595 +"212137",78740,4668,3,1515,1919 +"212138",78740,4669,2,1515,2395 +"212139",78740,16690,3,1515,2132 +"212140",78740,27908,3,1515,2576 +"212141",78740,28869,3,1515,2425 +"212142",78740,30334,3,1515,2075 +"212143",78740,37059,3,1515,2840 +"212144",78740,37636,3,1515,2178 +"212145",78740,39534,2,1515,2410 +"212146",78740,40392,3,1515,1878 +"212147",78740,49347,3,1515,2504 +"212148",78740,51783,3,1515,2599 +"212149",78740,57209,2,1515,1719 +"212150",78740,61125,3,1515,1673 +"212151",78740,66717,3,1515,2104 +"212152",78740,69131,3,1515,2122 +"212153",78740,73192,3,1515,1955 +"212154",78740,74474,3,1515,2338 +"212155",78740,107496,3,1515,1572 +"212156",78768,388,2,841,1594 +"212157",78768,1150,3,841,1595 +"212158",78768,1560,2,841,2013 +"212159",78768,3152,3,841,1621 +"212160",78768,3477,3,841,2546 +"212161",78768,4313,3,841,2368 +"212162",78768,4730,3,841,2131 +"212163",78768,4775,3,841,1500 +"212164",78768,5303,3,841,1849 +"212165",78768,5483,2,841,1938 +"212166",78768,5557,2,841,1929 +"212167",78768,5852,3,841,1862 +"212168",78768,6063,3,841,2349 +"212169",78768,6133,3,841,1229 +"212170",78768,7254,3,841,1849 +"212171",78768,7433,3,841,2255 +"212172",78768,8157,3,841,1063 +"212173",78768,8478,1,841,984 +"212174",78768,8525,3,841,1787 +"212175",78768,9506,1,841,1012 +"212176",78768,9716,1,841,1929 +"212177",78768,9808,3,841,1648 +"212178",78768,10128,3,841,883 +"212179",78768,10200,3,841,2920 +"212180",78768,10908,3,841,1134 +"212181",78768,11319,3,841,2073 +"212182",78768,11429,2,841,2520 +"212183",78768,12228,3,841,2034 +"212184",78768,12481,3,841,1086 +"212185",78768,12577,3,841,2530 +"212186",78768,12779,3,841,936 +"212187",78768,12973,3,841,1569 +"212188",78768,13388,3,841,2119 +"212189",78768,13400,3,841,1371 +"212190",78768,14433,3,841,1225 +"212191",78768,14626,1,841,2175 +"212192",78768,14654,3,841,1692 +"212193",78768,14761,3,841,2502 +"212194",78768,14789,2,841,1034 +"212195",78768,15075,3,841,2252 +"212196",78768,16205,3,841,2630 +"212197",78768,17159,3,841,883 +"212198",78768,18217,3,841,1566 +"212199",78768,18827,3,841,1481 +"212200",78768,18855,2,841,1362 +"212201",78768,19296,3,841,1705 +"212202",78768,21741,2,841,1574 +"212203",78768,22462,3,841,869 +"212204",78768,22746,3,841,913 +"212205",78768,22905,3,841,2599 +"212206",78768,23471,3,841,2488 +"212207",78768,24086,3,841,2663 +"212208",78768,29319,2,841,2314 +"212209",78768,30334,3,841,2075 +"212210",78768,30404,3,841,1810 +"212211",78768,32582,1,841,1929 +"212212",78768,33186,3,841,2240 +"212213",78768,33223,3,841,2397 +"212214",78768,33697,3,841,1309 +"212215",78768,34162,3,841,2336 +"212216",78768,35264,3,841,2329 +"212217",78768,36577,3,841,958 +"212218",78768,37342,3,841,2649 +"212219",78768,37636,3,841,2178 +"212220",78768,38038,3,841,2686 +"212221",78768,40392,2,841,1878 +"212222",78768,40542,3,841,1664 +"212223",78768,40850,3,841,1396 +"212224",78768,41185,1,841,1929 +"212225",78768,41478,3,841,957 +"212226",78768,41603,3,841,1942 +"212227",78768,44181,3,841,1034 +"212228",78768,44464,2,841,1619 +"212229",78768,45730,2,841,2063 +"212230",78768,49147,3,841,2539 +"212231",78768,49621,3,841,1915 +"212232",78768,50335,3,841,1893 +"212233",78768,50635,3,841,2962 +"212234",78768,51783,3,841,2599 +"212235",78768,52185,2,841,1012 +"212236",78768,54903,2,841,2493 +"212237",78768,55775,2,841,2385 +"212238",78768,56737,2,841,2270 +"212239",78768,59511,3,841,2753 +"212240",78768,64174,3,841,2377 +"212241",78768,64412,2,841,2233 +"212242",78768,72827,3,841,1359 +"212243",78768,74912,2,841,1542 +"212244",78768,75194,2,841,1736 +"212245",78768,77397,3,841,1302 +"212246",78768,77785,3,841,1595 +"212247",78768,79036,3,841,2524 +"212248",78768,79822,3,841,1508 +"212249",78768,82226,3,841,1619 +"212250",78768,88171,3,841,1488 +"212251",78768,91631,2,841,1899 +"212252",78768,91715,2,841,1034 +"212253",78768,96349,3,841,1874 +"212254",78768,97266,2,841,1016 +"212255",78768,107993,3,841,999 +"212256",78775,3144,3,340,869 +"212257",78775,4763,3,340,1960 +"212258",78775,15607,3,340,1421 +"212259",78775,18543,3,340,2968 +"212260",78775,19718,3,340,1702 +"212261",78775,22850,3,340,878 +"212262",78775,26342,3,340,527 +"212263",78775,31279,3,340,965 +"212264",78775,31799,3,340,2547 +"212265",78775,43173,3,340,2895 +"212266",78775,44636,3,340,1026 +"212267",78775,51572,1,340,912 +"212268",78775,59646,3,340,456 +"212269",78775,62488,3,340,1418 +"212270",78775,100140,3,340,1041 +"212271",78775,102004,3,340,497 +"212272",78800,1393,3,652,1706 +"212273",78800,2014,1,652,973 +"212274",78800,3506,3,652,2364 +"212275",78800,4403,3,652,2416 +"212276",78800,7123,3,652,1964 +"212277",78800,7932,3,652,789 +"212278",78800,9088,3,652,1881 +"212279",78800,9269,3,652,1892 +"212280",78800,9342,2,652,896 +"212281",78800,10610,3,652,1427 +"212282",78800,15244,2,652,1600 +"212283",78800,17925,3,652,2385 +"212284",78800,19690,1,652,706 +"212285",78800,32629,3,652,1789 +"212286",78800,32724,3,652,2581 +"212287",78800,36440,2,652,704 +"212288",78800,41075,3,652,1176 +"212289",78800,44312,3,652,2741 +"212290",78800,44744,3,652,2032 +"212291",78800,45449,3,652,1610 +"212292",78800,48931,3,652,2444 +"212293",78800,55674,3,652,718 +"212294",78800,68215,3,652,2727 +"212295",78800,92469,3,652,1232 +"212296",78800,96387,2,652,2159 +"212297",78800,102581,3,652,1813 +"212298",78801,4567,3,1572,2348 +"212299",78801,20732,3,1572,2401 +"212300",78801,22543,2,1572,1594 +"212301",78801,23726,3,1572,2434 +"212302",78801,23869,3,1572,1918 +"212303",78801,25680,3,1572,1618 +"212304",78801,30883,3,1572,1629 +"212305",78801,36031,3,1572,2342 +"212306",78801,44557,2,1572,2371 +"212307",78801,56464,3,1572,2488 +"212308",78842,1780,3,904,1375 +"212309",78842,2429,3,904,999 +"212310",78842,2985,3,904,2398 +"212311",78842,4032,3,904,1763 +"212312",78842,4361,3,904,2571 +"212313",78842,4660,2,904,2149 +"212314",78842,4916,3,904,1970 +"212315",78842,7337,3,904,1797 +"212316",78842,7719,2,904,1954 +"212317",78842,8062,2,904,2858 +"212318",78842,8726,3,904,2083 +"212319",78842,8791,2,904,1789 +"212320",78842,8865,3,904,2394 +"212321",78842,10350,2,904,1163 +"212322",78842,11424,3,904,1631 +"212323",78842,13065,3,904,1561 +"212324",78842,13079,3,904,2547 +"212325",78842,13290,3,904,2824 +"212326",78842,13400,3,904,1371 +"212327",78842,13537,3,904,1020 +"212328",78842,13842,3,904,2250 +"212329",78842,14754,3,904,2456 +"212330",78842,16690,2,904,2132 +"212331",78842,17257,2,904,1117 +"212332",78842,19934,3,904,2888 +"212333",78842,20700,3,904,2861 +"212334",78842,22723,3,904,2859 +"212335",78842,24176,3,904,1986 +"212336",78842,25373,3,904,2783 +"212337",78842,27686,3,904,2844 +"212338",78842,28081,3,904,1927 +"212339",78842,32202,3,904,2314 +"212340",78842,33236,3,904,2297 +"212341",78842,33537,3,904,2406 +"212342",78842,34908,3,904,2796 +"212343",78842,35589,2,904,983 +"212344",78842,36487,3,904,2622 +"212345",78842,37059,3,904,2840 +"212346",78842,37637,3,904,1328 +"212347",78842,39249,3,904,1665 +"212348",78842,39534,3,904,2410 +"212349",78842,40572,3,904,2666 +"212350",78842,41446,3,904,1103 +"212351",78842,46384,3,904,2285 +"212352",78842,51774,3,904,2459 +"212353",78842,53219,3,904,2973 +"212354",78842,54740,3,904,2750 +"212355",78842,58238,3,904,1944 +"212356",78842,61337,3,904,2777 +"212357",78842,63641,2,904,2337 +"212358",78842,64110,3,904,1331 +"212359",78842,66693,3,904,2554 +"212360",78842,66717,2,904,2104 +"212361",78842,67266,3,904,2010 +"212362",78842,67942,3,904,973 +"212363",78842,69232,3,904,2130 +"212364",78842,72535,2,904,1191 +"212365",78842,81400,3,904,2679 +"212366",78842,83253,3,904,1102 +"212367",78842,83523,3,904,1461 +"212368",78842,84822,2,904,2686 +"212369",78842,87958,3,904,1234 +"212370",78842,93332,3,904,982 +"212371",78842,99288,2,904,983 +"212372",78871,48639,2,2234,2291 +"212373",78910,1560,3,1931,2013 +"212374",78910,9050,3,1931,2026 +"212375",78910,18479,3,1931,2967 +"212376",78910,33363,3,1931,2475 +"212377",78910,42407,3,1931,2408 +"212378",78910,104659,3,1931,2026 +"212379",78932,361,3,981,1970 +"212380",78932,392,3,981,1915 +"212381",78932,602,3,981,2632 +"212382",78932,1616,3,981,2662 +"212383",78932,2424,3,981,2582 +"212384",78932,2484,3,981,2389 +"212385",78932,2572,3,981,2273 +"212386",78932,2894,3,981,1291 +"212387",78932,3011,1,981,2278 +"212388",78932,3161,3,981,2229 +"212389",78932,3765,3,981,2775 +"212390",78932,4701,2,981,2401 +"212391",78932,4790,3,981,1025 +"212392",78932,4791,2,981,1184 +"212393",78932,6162,3,981,1673 +"212394",78932,6222,3,981,1949 +"212395",78932,6982,3,981,2034 +"212396",78932,7548,3,981,1932 +"212397",78932,7970,3,981,1197 +"212398",78932,7992,3,981,2033 +"212399",78932,9311,1,981,2477 +"212400",78932,9391,3,981,1252 +"212401",78932,9979,3,981,2238 +"212402",78932,10474,3,981,1608 +"212403",78932,10843,2,981,2277 +"212404",78932,11694,3,981,1564 +"212405",78932,12103,3,981,1244 +"212406",78932,12778,3,981,2045 +"212407",78932,14278,2,981,1267 +"212408",78932,14723,2,981,2019 +"212409",78932,14959,3,981,2898 +"212410",78932,15005,3,981,1415 +"212411",78932,15626,2,981,2434 +"212412",78932,17520,3,981,2276 +"212413",78932,18670,3,981,1835 +"212414",78932,19453,3,981,1928 +"212415",78932,19637,3,981,1229 +"212416",78932,19719,3,981,2177 +"212417",78932,20494,3,981,1075 +"212418",78932,21248,3,981,2232 +"212419",78932,21448,3,981,2332 +"212420",78932,22180,3,981,1835 +"212421",78932,22311,3,981,2034 +"212422",78932,22455,2,981,1197 +"212423",78932,23745,3,981,1968 +"212424",78932,23825,3,981,1913 +"212425",78932,24169,3,981,1663 +"212426",78932,24286,2,981,1280 +"212427",78932,24568,3,981,1937 +"212428",78932,26408,3,981,1545 +"212429",78932,26595,3,981,1566 +"212430",78932,27261,3,981,1368 +"212431",78932,27849,3,981,1316 +"212432",78932,29089,3,981,1344 +"212433",78932,29095,3,981,2531 +"212434",78932,30906,2,981,2537 +"212435",78932,33356,2,981,1586 +"212436",78932,33433,2,981,2805 +"212437",78932,33801,3,981,2899 +"212438",78932,34707,2,981,2042 +"212439",78932,34820,3,981,1630 +"212440",78932,35256,3,981,2271 +"212441",78932,35516,3,981,1229 +"212442",78932,35888,3,981,2291 +"212443",78932,36578,3,981,1484 +"212444",78932,38019,3,981,1870 +"212445",78932,38755,3,981,2902 +"212446",78932,38921,3,981,1880 +"212447",78932,39534,3,981,2410 +"212448",78932,39556,3,981,2747 +"212449",78932,42333,3,981,2234 +"212450",78932,44306,2,981,1036 +"212451",78932,47726,3,981,1272 +"212452",78932,49121,3,981,2199 +"212453",78932,49581,2,981,1817 +"212454",78932,49696,3,981,2444 +"212455",78932,50269,3,981,1966 +"212456",78932,50382,3,981,2244 +"212457",78932,50946,3,981,1075 +"212458",78932,51853,3,981,2520 +"212459",78932,52136,3,981,1412 +"212460",78932,52576,3,981,2234 +"212461",78932,53342,3,981,2071 +"212462",78932,53475,3,981,2853 +"212463",78932,54879,2,981,2210 +"212464",78932,55324,3,981,1544 +"212465",78932,55643,3,981,2359 +"212466",78932,57732,3,981,2454 +"212467",78932,58993,3,981,2390 +"212468",78932,59113,2,981,2434 +"212469",78932,61613,3,981,1189 +"212470",78932,62538,3,981,1656 +"212471",78932,62903,2,981,1704 +"212472",78932,63409,3,981,1937 +"212473",78932,66756,3,981,1301 +"212474",78932,66860,3,981,1548 +"212475",78932,67145,3,981,2015 +"212476",78932,74190,2,981,1428 +"212477",78932,75343,2,981,2008 +"212478",78932,75948,3,981,1006 +"212479",78932,85736,3,981,1601 +"212480",78932,87144,3,981,2299 +"212481",78932,90789,3,981,1218 +"212482",78956,1556,2,130,643 +"212483",78956,2370,1,130,1600 +"212484",78956,3158,3,130,2762 +"212485",78956,4634,3,130,2291 +"212486",78956,4784,3,130,2511 +"212487",78956,6020,2,130,1864 +"212488",78956,9912,3,130,1356 +"212489",78956,11135,3,130,2441 +"212490",78956,13595,3,130,1164 +"212491",78956,14490,3,130,2291 +"212492",78956,15086,3,130,2135 +"212493",78956,16455,3,130,946 +"212494",78956,19687,3,130,2072 +"212495",78956,21358,3,130,1970 +"212496",78956,23121,2,130,2108 +"212497",78956,23728,3,130,2601 +"212498",78956,24441,3,130,2256 +"212499",78956,28648,3,130,1586 +"212500",78956,31950,3,130,2217 +"212501",78956,32735,3,130,213 +"212502",78956,33460,3,130,2781 +"212503",78956,34274,2,130,1437 +"212504",78956,37334,3,130,398 +"212505",78956,39627,3,130,546 +"212506",78956,40510,3,130,943 +"212507",78956,41489,3,130,2006 +"212508",78956,45297,3,130,1864 +"212509",78956,45449,3,130,1610 +"212510",78956,45450,3,130,1590 +"212511",78956,45487,3,130,2256 +"212512",78956,45562,2,130,623 +"212513",78956,47827,3,130,1957 +"212514",78956,51099,3,130,262 +"212515",78956,55018,3,130,199 +"212516",78956,55493,3,130,869 +"212517",78956,61921,3,130,1793 +"212518",78956,68460,2,130,599 +"212519",78956,76415,2,130,592 +"212520",78956,76997,3,130,2223 +"212521",78956,78257,3,130,590 +"212522",78956,79639,3,130,1013 +"212523",78956,80061,3,130,1223 +"212524",78956,80273,3,130,586 +"212525",78956,80728,3,130,599 +"212526",78956,84581,3,130,1241 +"212527",78956,89955,2,130,1452 +"212528",78956,90852,3,130,764 +"212529",78956,93317,2,130,1223 +"212530",78956,93642,3,130,1120 +"212531",78956,99955,3,130,1223 +"212532",78956,103989,1,130,1207 +"212533",78956,116484,3,130,902 +"212534",78956,116771,3,130,623 +"212535",78956,116963,3,130,1053 +"212536",78975,7354,3,946,2008 +"212537",78975,7738,2,946,1265 +"212538",78975,8657,2,946,2473 +"212539",78975,18543,3,946,2968 +"212540",78975,36609,3,946,2918 +"212541",78975,41330,1,946,2720 +"212542",78975,42574,3,946,2842 +"212543",78975,45618,3,946,2356 +"212544",78975,45650,3,946,1528 +"212545",78975,87904,3,946,952 +"212546",78975,110934,2,946,2308 +"212547",79006,8140,3,810,1262 +"212548",79006,35822,3,810,1903 +"212549",79013,1520,3,1441,1716 +"212550",79013,2111,3,1441,1904 +"212551",79013,5392,3,1441,1648 +"212552",79013,6588,3,1441,2025 +"212553",79013,12388,3,1441,1975 +"212554",79013,14586,2,1441,2801 +"212555",79013,15444,2,1441,2764 +"212556",79013,17351,3,1441,2036 +"212557",79013,18165,3,1441,2085 +"212558",79013,19317,3,1441,2041 +"212559",79013,21248,2,1441,2232 +"212560",79013,23268,3,1441,2258 +"212561",79013,41682,3,1441,1988 +"212562",79013,46629,3,1441,2255 +"212563",79013,61242,3,1441,1650 +"212564",79013,65242,3,1441,1988 +"212565",79016,3853,3,693,2465 +"212566",79016,4107,3,693,987 +"212567",79016,17571,2,693,953 +"212568",79016,36637,2,693,2085 +"212569",79016,77031,3,693,801 +"212570",79016,79837,3,693,1252 +"212571",79016,94404,3,693,1836 +"212572",79016,95680,3,693,801 +"212573",79016,98080,2,693,1265 +"212574",79025,3100,2,1473,2524 +"212575",79025,5673,2,1473,1567 +"212576",79025,11135,3,1473,2441 +"212577",79025,15502,3,1473,2637 +"212578",79025,21895,3,1473,1693 +"212579",79025,21976,3,1473,1808 +"212580",79025,23639,3,1473,2065 +"212581",79025,39577,3,1473,1728 +"212582",79025,51448,3,1473,1593 +"212583",79025,56673,3,1473,2419 +"212584",79025,57067,3,1473,2547 +"212585",79025,65223,3,1473,2724 +"212586",79025,100586,2,1473,2966 +"212587",79036,9272,3,2524,2835 +"212588",79036,69335,3,2524,2698 +"212589",79057,4669,3,195,2395 +"212590",79057,6132,3,195,1590 +"212591",79057,10595,3,195,494 +"212592",79057,11648,3,195,2852 +"212593",79057,12948,1,195,2669 +"212594",79057,14425,3,195,1036 +"212595",79057,14749,3,195,1998 +"212596",79057,14781,3,195,2338 +"212597",79057,18122,3,195,894 +"212598",79057,20395,3,195,1468 +"212599",79057,21207,3,195,1258 +"212600",79057,22166,3,195,994 +"212601",79057,23692,3,195,1540 +"212602",79057,27742,3,195,2700 +"212603",79057,28869,3,195,2425 +"212604",79057,28905,3,195,430 +"212605",79057,30906,3,195,2537 +"212606",79057,31216,3,195,1244 +"212607",79057,31408,2,195,994 +"212608",79057,31868,3,195,1993 +"212609",79057,36327,2,195,870 +"212610",79057,36915,3,195,280 +"212611",79057,38087,3,195,1083 +"212612",79057,38785,3,195,437 +"212613",79057,40309,3,195,871 +"212614",79057,40572,3,195,2666 +"212615",79057,42740,3,195,403 +"212616",79057,45518,2,195,494 +"212617",79057,45869,2,195,2840 +"212618",79057,46726,3,195,943 +"212619",79057,50630,3,195,2615 +"212620",79057,50996,3,195,929 +"212621",79057,54467,3,195,919 +"212622",79057,59726,3,195,1513 +"212623",79057,62268,2,195,413 +"212624",79057,62668,3,195,958 +"212625",79057,67266,3,195,2010 +"212626",79057,67617,1,195,1149 +"212627",79057,72986,3,195,1055 +"212628",79057,76007,3,195,918 +"212629",79057,81077,2,195,498 +"212630",79057,96310,2,195,1016 +"212631",79057,101453,3,195,454 +"212632",79057,109194,3,195,494 +"212633",79057,115021,3,195,1226 +"212634",79088,160,3,1369,2007 +"212635",79088,1046,3,1369,1881 +"212636",79088,1224,3,1369,2435 +"212637",79088,1386,2,1369,1901 +"212638",79088,1495,3,1369,2046 +"212639",79088,1641,3,1369,1490 +"212640",79088,2766,3,1369,1920 +"212641",79088,3488,3,1369,2351 +"212642",79088,4763,3,1369,1960 +"212643",79088,5120,3,1369,2735 +"212644",79088,5148,3,1369,2206 +"212645",79088,5491,3,1369,2048 +"212646",79088,5621,3,1369,1860 +"212647",79088,5710,2,1369,1926 +"212648",79088,5725,3,1369,2789 +"212649",79088,6417,3,1369,1675 +"212650",79088,8533,3,1369,2251 +"212651",79088,9030,3,1369,1979 +"212652",79088,9202,3,1369,2477 +"212653",79088,10148,3,1369,2964 +"212654",79088,10799,3,1369,2010 +"212655",79088,10874,3,1369,1891 +"212656",79088,11602,3,1369,1493 +"212657",79088,12775,3,1369,1982 +"212658",79088,12976,2,1369,2399 +"212659",79088,13249,3,1369,2573 +"212660",79088,13732,2,1369,2789 +"212661",79088,13780,3,1369,2412 +"212662",79088,13929,2,1369,2693 +"212663",79088,14189,2,1369,1483 +"212664",79088,14709,3,1369,1901 +"212665",79088,14888,3,1369,1411 +"212666",79088,15184,3,1369,2396 +"212667",79088,15626,3,1369,2434 +"212668",79088,16725,3,1369,2830 +"212669",79088,16727,3,1369,2164 +"212670",79088,18151,3,1369,2962 +"212671",79088,19208,3,1369,2629 +"212672",79088,19937,3,1369,1587 +"212673",79088,21795,3,1369,2653 +"212674",79088,22216,2,1369,1956 +"212675",79088,23508,2,1369,1907 +"212676",79088,23751,3,1369,1740 +"212677",79088,24146,2,1369,2003 +"212678",79088,26155,3,1369,1802 +"212679",79088,26865,2,1369,2726 +"212680",79088,26959,3,1369,1961 +"212681",79088,28218,2,1369,2048 +"212682",79088,28233,2,1369,1608 +"212683",79088,28285,3,1369,2972 +"212684",79088,28640,3,1369,1475 +"212685",79088,28923,3,1369,2362 +"212686",79088,30081,1,1369,2403 +"212687",79088,32516,3,1369,2050 +"212688",79088,32761,3,1369,2680 +"212689",79088,34327,3,1369,2959 +"212690",79088,34509,3,1369,1973 +"212691",79088,34984,3,1369,2056 +"212692",79088,35542,3,1369,1439 +"212693",79088,36559,1,1369,2473 +"212694",79088,36837,3,1369,1556 +"212695",79088,36962,1,1369,2861 +"212696",79088,37333,1,1369,1612 +"212697",79088,41402,3,1369,2313 +"212698",79088,41872,3,1369,2974 +"212699",79088,46596,3,1369,1942 +"212700",79088,47947,2,1369,2681 +"212701",79088,51626,3,1369,2494 +"212702",79088,51853,3,1369,2520 +"212703",79088,52597,3,1369,1773 +"212704",79088,53630,3,1369,1565 +"212705",79088,54020,2,1369,1578 +"212706",79088,54879,3,1369,2210 +"212707",79088,55156,3,1369,2196 +"212708",79088,55691,3,1369,2856 +"212709",79088,63477,2,1369,1907 +"212710",79088,65679,2,1369,1578 +"212711",79088,66318,3,1369,2803 +"212712",79088,71369,3,1369,2838 +"212713",79088,77611,3,1369,1795 +"212714",79088,78563,2,1369,2385 +"212715",79114,2206,3,591,2536 +"212716",79114,2452,2,591,1715 +"212717",79114,14287,3,591,1583 +"212718",79114,14709,3,591,1901 +"212719",79114,16021,3,591,858 +"212720",79114,20176,3,591,1050 +"212721",79114,21795,3,591,2653 +"212722",79114,23277,3,591,1267 +"212723",79114,23692,3,591,1540 +"212724",79114,25378,3,591,1245 +"212725",79114,30865,3,591,2038 +"212726",79114,33665,1,591,787 +"212727",79114,38373,3,591,1928 +"212728",79114,39249,3,591,1665 +"212729",79114,41718,3,591,804 +"212730",79114,44557,3,591,2371 +"212731",79114,45480,3,591,1104 +"212732",79114,52879,3,591,777 +"212733",79114,58015,3,591,899 +"212734",79114,64993,3,591,615 +"212735",79114,67815,3,591,2476 +"212736",79114,69062,3,591,1174 +"212737",79114,70126,2,591,1158 +"212738",79114,84447,3,591,1006 +"212739",79114,92678,2,591,1769 +"212740",79114,107292,3,591,1667 +"212741",79158,1154,3,1252,1656 +"212742",79158,4361,3,1252,2571 +"212743",79158,4367,3,1252,2794 +"212744",79158,6119,3,1252,2358 +"212745",79158,7126,3,1252,1261 +"212746",79158,7196,3,1252,1508 +"212747",79158,7984,3,1252,2493 +"212748",79158,8890,3,1252,1955 +"212749",79158,11136,2,1252,2573 +"212750",79158,13920,3,1252,1709 +"212751",79158,14108,3,1252,2012 +"212752",79158,15118,3,1252,1311 +"212753",79158,15401,3,1252,1999 +"212754",79158,16365,3,1252,2217 +"212755",79158,19073,3,1252,2748 +"212756",79158,19433,3,1252,2504 +"212757",79158,21133,3,1252,1320 +"212758",79158,21670,3,1252,2158 +"212759",79158,21681,2,1252,2005 +"212760",79158,28784,3,1252,1579 +"212761",79158,28896,3,1252,1395 +"212762",79158,31700,3,1252,2727 +"212763",79158,32818,3,1252,2485 +"212764",79158,32988,3,1252,2008 +"212765",79158,33949,3,1252,2489 +"212766",79158,35822,3,1252,1903 +"212767",79158,36031,3,1252,2342 +"212768",79158,36651,3,1252,1600 +"212769",79158,37937,3,1252,1320 +"212770",79158,38602,3,1252,2693 +"212771",79158,41338,3,1252,1553 +"212772",79158,43204,3,1252,1680 +"212773",79158,43593,3,1252,2704 +"212774",79158,45869,3,1252,2840 +"212775",79158,46532,3,1252,2005 +"212776",79158,47384,3,1252,1639 +"212777",79158,48215,3,1252,2028 +"212778",79158,49265,3,1252,2686 +"212779",79158,53323,3,1252,2677 +"212780",79158,57380,3,1252,2362 +"212781",79158,58238,3,1252,1944 +"212782",79158,59610,3,1252,2448 +"212783",79158,65155,3,1252,1947 +"212784",79158,72728,3,1252,2234 +"212785",79158,76391,3,1252,1536 +"212786",79158,79985,2,1252,1465 +"212787",79158,85869,3,1252,1509 +"212788",79158,88232,3,1252,2881 +"212789",79158,96352,3,1252,1493 +"212790",79189,1256,3,274,1212 +"212791",79189,1257,3,274,1212 +"212792",79189,1393,3,274,1706 +"212793",79189,2014,3,274,973 +"212794",79189,3101,2,274,513 +"212795",79189,3158,3,274,2762 +"212796",79189,3506,3,274,2364 +"212797",79189,6040,3,274,2103 +"212798",79189,7123,3,274,1964 +"212799",79189,7903,3,274,744 +"212800",79189,7932,3,274,789 +"212801",79189,9088,3,274,1881 +"212802",79189,9269,2,274,1892 +"212803",79189,9342,3,274,896 +"212804",79189,9895,3,274,1960 +"212805",79189,10610,3,274,1427 +"212806",79189,13712,2,274,550 +"212807",79189,15926,3,274,545 +"212808",79189,16347,3,274,1868 +"212809",79189,16757,3,274,1755 +"212810",79189,17645,3,274,1918 +"212811",79189,17925,3,274,2385 +"212812",79189,20695,3,274,2526 +"212813",79189,22389,2,274,2034 +"212814",79189,26740,3,274,2695 +"212815",79189,31211,3,274,433 +"212816",79189,31990,3,274,2264 +"212817",79189,32629,3,274,1789 +"212818",79189,34331,3,274,1727 +"212819",79189,36440,2,274,704 +"212820",79189,37765,2,274,1134 +"212821",79189,37801,3,274,2578 +"212822",79189,41075,3,274,1176 +"212823",79189,41350,3,274,1935 +"212824",79189,44312,3,274,2741 +"212825",79189,44421,3,274,956 +"212826",79189,44744,1,274,2032 +"212827",79189,45449,3,274,1610 +"212828",79189,46726,3,274,943 +"212829",79189,48931,3,274,2444 +"212830",79189,52654,3,274,588 +"212831",79189,53445,3,274,2028 +"212832",79189,56364,3,274,1626 +"212833",79189,57804,3,274,2214 +"212834",79189,62668,3,274,958 +"212835",79189,63329,3,274,639 +"212836",79189,64712,2,274,1411 +"212837",79189,78611,3,274,1586 +"212838",79189,80801,3,274,1250 +"212839",79189,83264,3,274,1922 +"212840",79189,84591,3,274,1685 +"212841",79189,85926,3,274,907 +"212842",79189,87915,3,274,1152 +"212843",79189,92084,3,274,1134 +"212844",79189,92469,3,274,1232 +"212845",79189,96387,3,274,2159 +"212846",79189,97706,3,274,1121 +"212847",79189,98436,2,274,1212 +"212848",79189,101666,3,274,1257 +"212849",79189,109031,3,274,523 +"212850",79189,115338,3,274,625 +"212851",79207,46635,3,2244,2528 +"212852",79211,1046,3,1590,1881 +"212853",79211,1214,3,1590,2050 +"212854",79211,4191,3,1590,2130 +"212855",79211,4618,3,1590,2607 +"212856",79211,5725,3,1590,2789 +"212857",79211,7984,3,1590,2493 +"212858",79211,8258,1,1590,1959 +"212859",79211,23223,3,1590,2094 +"212860",79211,48605,3,1590,2796 +"212861",79211,57549,3,1590,2335 +"212862",79211,58035,3,1590,1646 +"212863",79211,60289,3,1590,2729 +"212864",79211,71518,3,1590,2805 +"212865",79213,3506,3,1620,2364 +"212866",79213,5610,2,1620,2223 +"212867",79213,8238,3,1620,2222 +"212868",79213,15008,3,1620,2338 +"212869",79213,15729,3,1620,2338 +"212870",79213,22682,3,1620,2035 +"212871",79213,24256,3,1620,2393 +"212872",79213,27796,3,1620,2151 +"212873",79213,29930,3,1620,2240 +"212874",79213,31705,3,1620,2706 +"212875",79213,32047,3,1620,1858 +"212876",79213,39464,3,1620,2314 +"212877",79213,42783,3,1620,2338 +"212878",79213,54953,1,1620,2223 +"212879",79213,56854,3,1620,2022 +"212880",79234,14,3,1611,1793 +"212881",79234,9828,3,1611,2085 +"212882",79234,13601,3,1611,2689 +"212883",79234,37915,3,1611,1905 +"212884",79234,62538,2,1611,1656 +"212885",79234,70714,2,1611,2030 +"212886",79234,75028,3,1611,1660 +"212887",79236,1560,3,1505,2013 +"212888",79236,2407,3,1505,1725 +"212889",79236,3100,3,1505,2524 +"212890",79236,3786,3,1505,2282 +"212891",79236,6071,3,1505,2310 +"212892",79236,8525,2,1505,1787 +"212893",79236,9727,3,1505,2327 +"212894",79236,11135,2,1505,2441 +"212895",79236,15075,3,1505,2252 +"212896",79236,15502,3,1505,2637 +"212897",79236,16866,3,1505,2718 +"212898",79236,18865,3,1505,2676 +"212899",79236,19687,3,1505,2072 +"212900",79236,19972,3,1505,2078 +"212901",79236,23639,1,1505,2065 +"212902",79236,23731,3,1505,1656 +"212903",79236,25286,3,1505,1545 +"212904",79236,25886,3,1505,1580 +"212905",79236,34055,3,1505,1881 +"212906",79236,45487,3,1505,2256 +"212907",79236,47330,3,1505,2422 +"212908",79236,49621,3,1505,1915 +"212909",79236,51448,3,1505,1593 +"212910",79236,56673,2,1505,2419 +"212911",79236,56737,3,1505,2270 +"212912",79236,63395,3,1505,2334 +"212913",79236,65223,3,1505,2724 +"212914",79236,69215,3,1505,1591 +"212915",79236,79822,3,1505,1508 +"212916",79236,81113,3,1505,1914 +"212917",79306,388,3,190,1594 +"212918",79306,725,2,190,1064 +"212919",79306,900,3,190,2726 +"212920",79306,1560,2,190,2013 +"212921",79306,2014,3,190,973 +"212922",79306,6755,3,190,2818 +"212923",79306,8525,1,190,1787 +"212924",79306,8737,3,190,221 +"212925",79306,9716,3,190,1929 +"212926",79306,9808,3,190,1648 +"212927",79306,10200,3,190,2920 +"212928",79306,11429,3,190,2520 +"212929",79306,12228,2,190,2034 +"212930",79306,12837,3,190,1315 +"212931",79306,12973,3,190,1569 +"212932",79306,13712,3,190,550 +"212933",79306,14623,3,190,2043 +"212934",79306,14789,3,190,1034 +"212935",79306,15075,3,190,2252 +"212936",79306,18855,3,190,1362 +"212937",79306,20705,3,190,829 +"212938",79306,21290,2,190,894 +"212939",79306,21424,3,190,1303 +"212940",79306,23302,3,190,2677 +"212941",79306,24086,3,190,2663 +"212942",79306,24610,3,190,2733 +"212943",79306,30317,3,190,2431 +"212944",79306,31211,3,190,433 +"212945",79306,31317,3,190,1362 +"212946",79306,32939,2,190,2277 +"212947",79306,36440,2,190,704 +"212948",79306,36577,3,190,958 +"212949",79306,37342,3,190,2649 +"212950",79306,40392,3,190,1878 +"212951",79306,40850,2,190,1396 +"212952",79306,41185,3,190,1929 +"212953",79306,44464,3,190,1619 +"212954",79306,46745,2,190,1565 +"212955",79306,49621,3,190,1915 +"212956",79306,53537,3,190,2428 +"212957",79306,53905,3,190,2193 +"212958",79306,56737,1,190,2270 +"212959",79306,57804,3,190,2214 +"212960",79306,65658,3,190,2030 +"212961",79306,69352,3,190,220 +"212962",79306,72827,3,190,1359 +"212963",79306,76230,3,190,1223 +"212964",79306,78768,3,190,841 +"212965",79306,79036,3,190,2524 +"212966",79306,79236,3,190,1505 +"212967",79306,79822,2,190,1508 +"212968",79306,81113,3,190,1914 +"212969",79306,83947,3,190,917 +"212970",79306,84768,3,190,1291 +"212971",79306,91715,3,190,1034 +"212972",79306,92469,3,190,1232 +"212973",79306,93766,3,190,328 +"212974",79306,94758,3,190,584 +"212975",79306,96197,2,190,1670 +"212976",79306,96387,3,190,2159 +"212977",79306,101115,3,190,1259 +"212978",79306,114240,2,190,642 +"212979",79306,118014,1,190,634 +"212980",79322,22326,3,2770,2818 +"212981",79322,30052,3,2770,2855 +"212982",79322,55438,3,2770,2863 +"212983",79337,1349,3,875,1147 +"212984",79337,3034,3,875,2601 +"212985",79337,3493,2,875,2451 +"212986",79337,4360,3,875,1770 +"212987",79337,7499,3,875,1803 +"212988",79337,7787,2,875,2314 +"212989",79337,10250,2,875,1606 +"212990",79337,10488,3,875,1524 +"212991",79337,11521,3,875,1559 +"212992",79337,11858,3,875,1530 +"212993",79337,12197,3,875,1235 +"212994",79337,12511,3,875,1298 +"212995",79337,16863,3,875,2069 +"212996",79337,17480,2,875,2316 +"212997",79337,18821,2,875,2075 +"212998",79337,20695,3,875,2526 +"212999",79337,20709,2,875,1757 +"213000",79337,23364,3,875,2306 +"213001",79337,23729,3,875,1624 +"213002",79337,30325,3,875,1067 +"213003",79337,33460,3,875,2781 +"213004",79337,43213,3,875,2160 +"213005",79337,46196,3,875,1510 +"213006",79337,46982,3,875,2806 +"213007",79337,51144,3,875,2466 +"213008",79337,52136,2,875,1412 +"213009",79337,52950,3,875,2716 +"213010",79337,53640,3,875,1789 +"213011",79337,55482,3,875,1866 +"213012",79337,56082,3,875,2395 +"213013",79337,56316,2,875,1435 +"213014",79337,64947,3,875,2489 +"213015",79337,70011,3,875,2690 +"213016",79337,72207,3,875,2430 +"213017",79337,75403,3,875,1895 +"213018",79337,78477,3,875,1613 +"213019",79337,88147,2,875,1433 +"213020",79337,113333,3,875,1018 +"213021",79350,5120,3,2261,2735 +"213022",79350,9202,3,2261,2477 +"213023",79350,104565,3,2261,2693 +"213024",79364,206,3,834,1986 +"213025",79364,312,3,834,2038 +"213026",79364,1034,3,834,1438 +"213027",79364,1036,3,834,1367 +"213028",79364,1092,3,834,1945 +"213029",79364,1469,3,834,1160 +"213030",79364,1592,3,834,2006 +"213031",79364,1691,2,834,1941 +"213032",79364,2208,2,834,2814 +"213033",79364,2684,2,834,2874 +"213034",79364,4317,3,834,1224 +"213035",79364,5429,3,834,1991 +"213036",79364,6390,3,834,2385 +"213037",79364,9331,2,834,2269 +"213038",79364,9805,3,834,1621 +"213039",79364,10222,3,834,2212 +"213040",79364,10401,3,834,863 +"213041",79364,11055,2,834,2111 +"213042",79364,11351,3,834,2971 +"213043",79364,11419,3,834,1408 +"213044",79364,11620,3,834,2010 +"213045",79364,14072,3,834,1346 +"213046",79364,14108,2,834,2012 +"213047",79364,14676,3,834,2764 +"213048",79364,14983,2,834,1047 +"213049",79364,16201,2,834,1811 +"213050",79364,17351,3,834,2036 +"213051",79364,17549,3,834,2647 +"213052",79364,17632,3,834,1947 +"213053",79364,17645,3,834,1918 +"213054",79364,18277,3,834,2309 +"213055",79364,18502,3,834,1033 +"213056",79364,18543,3,834,2968 +"213057",79364,19248,3,834,2357 +"213058",79364,19937,3,834,1587 +"213059",79364,20311,3,834,1981 +"213060",79364,20407,3,834,2339 +"213061",79364,20419,2,834,1587 +"213062",79364,22586,3,834,1341 +"213063",79364,24198,3,834,2217 +"213064",79364,24456,3,834,1238 +"213065",79364,24753,3,834,2860 +"213066",79364,25565,3,834,2764 +"213067",79364,27501,3,834,1981 +"213068",79364,28808,3,834,1063 +"213069",79364,32409,3,834,857 +"213070",79364,33622,3,834,2230 +"213071",79364,35481,3,834,2211 +"213072",79364,36439,3,834,2469 +"213073",79364,37509,2,834,1640 +"213074",79364,38333,3,834,1365 +"213075",79364,39556,3,834,2747 +"213076",79364,43226,3,834,2442 +"213077",79364,43428,3,834,1299 +"213078",79364,43635,2,834,1196 +"213079",79364,44688,3,834,2924 +"213080",79364,46621,3,834,1343 +"213081",79364,46726,3,834,943 +"213082",79364,47064,3,834,1993 +"213083",79364,48754,2,834,1972 +"213084",79364,53031,3,834,2065 +"213085",79364,55139,3,834,2323 +"213086",79364,57732,3,834,2454 +"213087",79364,57977,3,834,2683 +"213088",79364,57990,3,834,978 +"213089",79364,58221,3,834,1787 +"213090",79364,61719,3,834,1515 +"213091",79364,62062,3,834,860 +"213092",79364,62668,3,834,958 +"213093",79364,65475,3,834,1267 +"213094",79364,69447,3,834,1197 +"213095",79364,70605,3,834,1176 +"213096",79364,72956,3,834,1251 +"213097",79364,74636,3,834,2525 +"213098",79364,76127,3,834,910 +"213099",79364,76192,3,834,912 +"213100",79364,79657,2,834,1260 +"213101",79364,80979,3,834,1142 +"213102",79364,88232,3,834,2881 +"213103",79364,97824,3,834,1229 +"213104",79364,99152,3,834,1698 +"213105",79364,100321,3,834,1142 +"213106",79364,100432,2,834,1358 +"213107",79364,102400,3,834,1761 +"213108",79364,106318,3,834,1698 +"213109",79364,108430,3,834,1642 +"213110",79364,123349,3,834,901 +"213111",79371,19718,3,1624,1702 +"213112",79371,30883,3,1624,1629 +"213113",79371,43479,3,1624,2178 +"213114",79371,64502,3,1624,1670 +"213115",79371,87720,3,1624,2086 +"213116",79371,89826,3,1624,2033 +"213117",79371,95064,3,1624,1801 +"213118",79371,109978,3,1624,1865 +"213119",79382,3765,1,1908,2775 +"213120",79382,18752,3,1908,2607 +"213121",79382,23745,2,1908,1968 +"213122",79382,24721,3,1908,2326 +"213123",79382,26421,3,1908,2634 +"213124",79382,30525,3,1908,1964 +"213125",79382,35888,3,1908,2291 +"213126",79382,39556,3,1908,2747 +"213127",79382,46091,3,1908,1938 +"213128",79382,54879,3,1908,2210 +"213129",79382,57732,3,1908,2454 +"213130",79382,64699,2,1908,2797 +"213131",79382,67145,1,1908,2015 +"213132",79382,73197,3,1908,1998 +"213133",79403,449,3,977,1950 +"213134",79403,457,3,977,1704 +"213135",79403,1315,3,977,2760 +"213136",79403,2111,3,977,1904 +"213137",79403,2195,3,977,2139 +"213138",79403,2384,2,977,1057 +"213139",79403,2709,3,977,1673 +"213140",79403,3139,3,977,1656 +"213141",79403,4360,3,977,1770 +"213142",79403,5072,3,977,2175 +"213143",79403,5405,3,977,1510 +"213144",79403,5622,2,977,2175 +"213145",79403,6113,3,977,1678 +"213146",79403,6588,3,977,2025 +"213147",79403,7180,3,977,2227 +"213148",79403,7234,3,977,2654 +"213149",79403,9364,3,977,1698 +"213150",79403,10488,3,977,1524 +"213151",79403,10857,2,977,2253 +"213152",79403,10874,3,977,1891 +"213153",79403,11218,3,977,2292 +"213154",79403,11229,3,977,1625 +"213155",79403,11477,3,977,2724 +"213156",79403,12310,3,977,1337 +"213157",79403,12375,3,977,1873 +"213158",79403,15402,2,977,1281 +"213159",79403,17400,3,977,2231 +"213160",79403,17704,3,977,1651 +"213161",79403,19622,2,977,2371 +"213162",79403,21448,2,977,2332 +"213163",79403,23492,1,977,1067 +"213164",79403,23725,2,977,2378 +"213165",79403,24259,2,977,1281 +"213166",79403,25643,3,977,1646 +"213167",79403,30165,3,977,1409 +"213168",79403,30325,2,977,1067 +"213169",79403,31093,3,977,2160 +"213170",79403,31436,3,977,2892 +"213171",79403,34480,3,977,2755 +"213172",79403,35673,2,977,1067 +"213173",79403,35926,3,977,2371 +"213174",79403,37859,3,977,1999 +"213175",79403,39294,2,977,1889 +"213176",79403,39906,3,977,2365 +"213177",79403,43213,3,977,2160 +"213178",79403,44188,1,977,1609 +"213179",79403,45684,2,977,2200 +"213180",79403,46196,3,977,1510 +"213181",79403,46629,3,977,2255 +"213182",79403,49512,3,977,1302 +"213183",79403,49608,3,977,2184 +"213184",79403,50236,3,977,2339 +"213185",79403,51471,3,977,1280 +"213186",79403,52136,3,977,1412 +"213187",79403,52345,3,977,1430 +"213188",79403,52789,3,977,1791 +"213189",79403,53134,3,977,1590 +"213190",79403,53303,3,977,1376 +"213191",79403,53608,3,977,1986 +"213192",79403,54551,2,977,2348 +"213193",79403,56082,3,977,2395 +"213194",79403,57150,3,977,1196 +"213195",79403,57246,2,977,1873 +"213196",79403,57353,3,977,1849 +"213197",79403,72207,3,977,2430 +"213198",79403,75403,3,977,1895 +"213199",79403,76048,3,977,2373 +"213200",79403,76284,2,977,1237 +"213201",79403,87837,3,977,1987 +"213202",79403,98781,3,977,1410 +"213203",79404,283,3,1079,2082 +"213204",79404,378,3,1079,2766 +"213205",79404,6071,3,1079,2310 +"213206",79404,6119,3,1079,2358 +"213207",79404,6562,3,1079,1139 +"213208",79404,10336,3,1079,2271 +"213209",79404,11135,3,1079,2441 +"213210",79404,16593,3,1079,1139 +"213211",79404,19687,3,1079,2072 +"213212",79404,21593,3,1079,1312 +"213213",79404,21895,3,1079,1693 +"213214",79404,22249,3,1079,1892 +"213215",79404,23639,3,1079,2065 +"213216",79404,24116,3,1079,1413 +"213217",79404,25678,3,1079,1558 +"213218",79404,26567,3,1079,1158 +"213219",79404,32060,3,1079,1199 +"213220",79404,32235,3,1079,2109 +"213221",79404,32312,2,1079,1472 +"213222",79404,34055,1,1079,1881 +"213223",79404,34559,3,1079,1105 +"213224",79404,35688,3,1079,1551 +"213225",79404,38183,3,1079,2391 +"213226",79404,41051,3,1079,2767 +"213227",79404,42628,3,1079,2486 +"213228",79404,47330,3,1079,2422 +"213229",79404,56673,3,1079,2419 +"213230",79404,65223,3,1079,2724 +"213231",79404,79236,3,1079,1505 +"213232",79404,81134,1,1079,1384 +"213233",79404,81853,2,1079,1207 +"213234",79404,85264,3,1079,1236 +"213235",79404,92381,3,1079,1237 +"213236",79404,92947,3,1079,1289 +"213237",79404,106554,3,1079,1270 +"213238",79413,14507,3,2224,2686 +"213239",79413,24825,3,2224,2686 +"213240",79413,31159,3,2224,2231 +"213241",79420,798,3,1061,2476 +"213242",79420,2798,3,1061,1673 +"213243",79420,4361,3,1061,2571 +"213244",79420,4367,3,1061,2794 +"213245",79420,5962,2,1061,2491 +"213246",79420,6119,1,1061,2358 +"213247",79420,7997,3,1061,2049 +"213248",79420,9227,3,1061,1267 +"213249",79420,9504,3,1061,2549 +"213250",79420,10336,2,1061,2271 +"213251",79420,10350,3,1061,1163 +"213252",79420,11029,3,1061,2362 +"213253",79420,11136,3,1061,2573 +"213254",79420,11563,3,1061,1863 +"213255",79420,11728,3,1061,1121 +"213256",79420,13065,3,1061,1561 +"213257",79420,13920,2,1061,1709 +"213258",79420,14449,3,1061,1258 +"213259",79420,16286,2,1061,2470 +"213260",79420,17257,3,1061,1117 +"213261",79420,17645,3,1061,1918 +"213262",79420,17826,3,1061,2920 +"213263",79420,19380,3,1061,2637 +"213264",79420,19433,3,1061,2504 +"213265",79420,21575,3,1061,1762 +"213266",79420,21593,3,1061,1312 +"213267",79420,23277,3,1061,1267 +"213268",79420,27882,3,1061,1897 +"213269",79420,31317,3,1061,1362 +"213270",79420,31866,3,1061,2101 +"213271",79420,36487,3,1061,2622 +"213272",79420,37036,3,1061,2264 +"213273",79420,37424,3,1061,1693 +"213274",79420,44074,2,1061,1299 +"213275",79420,44786,3,1061,1096 +"213276",79420,45869,3,1061,2840 +"213277",79420,47654,3,1061,1664 +"213278",79420,48888,3,1061,1177 +"213279",79420,51360,2,1061,1882 +"213280",79420,51879,3,1061,1771 +"213281",79420,52570,3,1061,2645 +"213282",79420,56094,3,1061,2343 +"213283",79420,58238,3,1061,1944 +"213284",79420,59610,2,1061,2448 +"213285",79420,59670,3,1061,1173 +"213286",79420,60952,3,1061,2076 +"213287",79420,61270,3,1061,1364 +"213288",79420,63644,3,1061,1267 +"213289",79420,70583,3,1061,2615 +"213290",79420,79158,2,1061,1252 +"213291",79420,79985,3,1061,1465 +"213292",79420,81805,3,1061,1607 +"213293",79420,87907,3,1061,1173 +"213294",79420,104828,2,1061,1609 +"213295",79432,2057,3,1708,1965 +"213296",79432,2424,3,1708,2582 +"213297",79432,2533,3,1708,2016 +"213298",79432,4526,2,1708,1728 +"213299",79432,16201,3,1708,1811 +"213300",79432,19334,3,1708,1979 +"213301",79432,19719,3,1708,2177 +"213302",79432,25577,3,1708,1946 +"213303",79432,26336,3,1708,1904 +"213304",79432,31868,3,1708,1993 +"213305",79432,32778,3,1708,2310 +"213306",79432,35477,3,1708,2703 +"213307",79432,35728,3,1708,2017 +"213308",79432,37059,3,1708,2840 +"213309",79432,38019,3,1708,1870 +"213310",79432,39534,3,1708,2410 +"213311",79432,40138,3,1708,2719 +"213312",79432,42256,3,1708,2839 +"213313",79432,44235,3,1708,2700 +"213314",79432,52576,3,1708,2234 +"213315",79432,58684,2,1708,2295 +"213316",79432,65188,3,1708,2213 +"213317",79432,69131,3,1708,2122 +"213318",79432,73192,3,1708,1955 +"213319",79432,107383,3,1708,1918 +"213320",79435,2724,3,299,2447 +"213321",79435,3520,3,299,2281 +"213322",79435,3559,3,299,2413 +"213323",79435,3786,2,299,2282 +"213324",79435,5673,3,299,1567 +"213325",79435,6078,3,299,498 +"213326",79435,6562,1,299,1139 +"213327",79435,7648,3,299,1861 +"213328",79435,7942,3,299,2623 +"213329",79435,9462,3,299,378 +"213330",79435,11676,3,299,1614 +"213331",79435,11803,3,299,1232 +"213332",79435,12031,3,299,1957 +"213333",79435,12481,3,299,1086 +"213334",79435,12861,3,299,1207 +"213335",79435,14061,3,299,1620 +"213336",79435,14442,3,299,2700 +"213337",79435,14902,3,299,562 +"213338",79435,17608,3,299,1216 +"213339",79435,17768,3,299,2468 +"213340",79435,17952,3,299,1530 +"213341",79435,17999,3,299,2758 +"213342",79435,19687,3,299,2072 +"213343",79435,20371,3,299,595 +"213344",79435,20517,3,299,1465 +"213345",79435,21352,3,299,1604 +"213346",79435,21895,3,299,1693 +"213347",79435,22905,3,299,2599 +"213348",79435,23364,3,299,2306 +"213349",79435,23639,3,299,2065 +"213350",79435,23731,3,299,1656 +"213351",79435,24116,2,299,1413 +"213352",79435,24867,3,299,1861 +"213353",79435,25053,3,299,2186 +"213354",79435,25286,3,299,1545 +"213355",79435,25886,2,299,1580 +"213356",79435,26100,3,299,1966 +"213357",79435,26567,3,299,1158 +"213358",79435,29276,3,299,2000 +"213359",79435,29354,3,299,1123 +"213360",79435,32070,3,299,950 +"213361",79435,32479,2,299,969 +"213362",79435,32939,3,299,2277 +"213363",79435,33363,3,299,2475 +"213364",79435,36996,3,299,2321 +"213365",79435,41051,2,299,2767 +"213366",79435,41669,3,299,1247 +"213367",79435,42195,3,299,573 +"213368",79435,42407,3,299,2408 +"213369",79435,42628,3,299,2486 +"213370",79435,44132,3,299,1999 +"213371",79435,51774,3,299,2459 +"213372",79435,54407,3,299,514 +"213373",79435,55446,3,299,1247 +"213374",79435,55730,3,299,1217 +"213375",79435,56212,3,299,1410 +"213376",79435,56673,3,299,2419 +"213377",79435,58233,3,299,1665 +"213378",79435,59289,3,299,2896 +"213379",79435,62848,3,299,1230 +"213380",79435,67763,3,299,822 +"213381",79435,68460,3,299,599 +"213382",79435,69830,3,299,378 +"213383",79435,71128,3,299,485 +"213384",79435,74409,3,299,2639 +"213385",79435,75502,3,299,1474 +"213386",79435,80728,3,299,599 +"213387",79435,84322,3,299,1635 +"213388",79435,87958,3,299,1234 +"213389",79435,91465,2,299,1047 +"213390",79435,93123,3,299,870 +"213391",79435,95211,3,299,2462 +"213392",79435,103536,3,299,475 +"213393",79435,104161,3,299,613 +"213394",79435,110737,3,299,2117 +"213395",79435,115194,3,299,604 +"213396",79436,145,3,1344,1998 +"213397",79436,380,3,1344,2261 +"213398",79436,913,3,1344,2144 +"213399",79436,1102,3,1344,2282 +"213400",79436,1592,2,1344,2006 +"213401",79436,1691,2,1344,1941 +"213402",79436,2011,3,1344,2176 +"213403",79436,2208,3,1344,2814 +"213404",79436,2572,3,1344,2273 +"213405",79436,2954,3,1344,2727 +"213406",79436,3163,3,1344,2020 +"213407",79436,3801,3,1344,1974 +"213408",79436,4690,3,1344,1938 +"213409",79436,5235,3,1344,2324 +"213410",79436,5258,3,1344,2730 +"213411",79436,5580,3,1344,2111 +"213412",79436,5839,3,1344,2301 +"213413",79436,6052,3,1344,1985 +"213414",79436,6074,3,1344,2426 +"213415",79436,6252,3,1344,2336 +"213416",79436,6390,3,1344,2385 +"213417",79436,6718,3,1344,2138 +"213418",79436,8866,3,1344,1545 +"213419",79436,9362,3,1344,2879 +"213420",79436,9654,2,1344,2111 +"213421",79436,9805,3,1344,1621 +"213422",79436,10513,3,1344,2284 +"213423",79436,11351,3,1344,2971 +"213424",79436,12602,3,1344,1956 +"213425",79436,12724,3,1344,1930 +"213426",79436,14108,3,1344,2012 +"213427",79436,14655,3,1344,2559 +"213428",79436,14731,3,1344,2012 +"213429",79436,14834,3,1344,2739 +"213430",79436,15207,3,1344,1855 +"213431",79436,15301,3,1344,2308 +"213432",79436,16535,3,1344,1993 +"213433",79436,18543,3,1344,2968 +"213434",79436,19173,3,1344,1686 +"213435",79436,19335,2,1344,1729 +"213436",79436,19718,2,1344,1702 +"213437",79436,19862,3,1344,2412 +"213438",79436,20407,2,1344,2339 +"213439",79436,21571,3,1344,2755 +"213440",79436,21682,1,1344,2414 +"213441",79436,21929,3,1344,2062 +"213442",79436,22567,3,1344,2396 +"213443",79436,23011,3,1344,2763 +"213444",79436,23132,3,1344,2756 +"213445",79436,24060,3,1344,2349 +"213446",79436,24198,3,1344,2217 +"213447",79436,25565,3,1344,2764 +"213448",79436,25816,3,1344,2088 +"213449",79436,27173,3,1344,2050 +"213450",79436,28303,3,1344,2089 +"213451",79436,29170,3,1344,1846 +"213452",79436,31235,3,1344,2668 +"213453",79436,33622,3,1344,2230 +"213454",79436,33981,2,1344,1993 +"213455",79436,36439,3,1344,2469 +"213456",79436,37509,3,1344,1640 +"213457",79436,38213,3,1344,1744 +"213458",79436,38780,3,1344,2705 +"213459",79436,40383,3,1344,2639 +"213460",79436,40493,2,1344,1981 +"213461",79436,42216,3,1344,2722 +"213462",79436,42619,3,1344,2017 +"213463",79436,43173,3,1344,2895 +"213464",79436,43213,3,1344,2160 +"213465",79436,45302,3,1344,2390 +"213466",79436,46950,3,1344,2673 +"213467",79436,46951,3,1344,2429 +"213468",79436,49110,3,1344,2938 +"213469",79436,49301,3,1344,1894 +"213470",79436,49620,3,1344,1868 +"213471",79436,50134,3,1344,2674 +"213472",79436,50179,1,1344,2230 +"213473",79436,51017,3,1344,2073 +"213474",79436,51035,3,1344,2397 +"213475",79436,51866,3,1344,2411 +"213476",79436,52136,3,1344,1412 +"213477",79436,52327,3,1344,1472 +"213478",79436,54663,3,1344,1424 +"213479",79436,56903,3,1344,1584 +"213480",79436,58508,3,1344,2326 +"213481",79436,67726,3,1344,2873 +"213482",79436,74636,3,1344,2525 +"213483",79436,80825,3,1344,2315 +"213484",79436,81588,3,1344,1568 +"213485",79436,83862,3,1344,2026 +"213486",79436,85356,3,1344,1492 +"213487",79436,86245,2,1344,1972 +"213488",79436,88232,2,1344,2881 +"213489",79436,94404,3,1344,1836 +"213490",79461,1685,2,1667,2230 +"213491",79461,22744,2,1667,1907 +"213492",79461,31794,3,1667,1919 +"213493",79461,53648,3,1667,2167 +"213494",79461,75207,3,1667,2235 +"213495",79461,76672,3,1667,1930 +"213496",79461,79547,3,1667,1909 +"213497",79472,341,3,1230,2689 +"213498",79472,952,3,1230,1991 +"213499",79472,10310,2,1230,2774 +"213500",79472,10870,3,1230,1755 +"213501",79472,11103,3,1230,2393 +"213502",79472,11493,2,1230,2077 +"213503",79472,12371,1,1230,1569 +"213504",79472,17351,3,1230,2036 +"213505",79472,19208,3,1230,2629 +"213506",79472,20331,2,1230,2365 +"213507",79472,20730,3,1230,2243 +"213508",79472,21566,2,1230,1234 +"213509",79472,22893,3,1230,1938 +"213510",79472,23006,2,1230,1532 +"213511",79472,24256,3,1230,2393 +"213512",79472,27195,3,1230,2158 +"213513",79472,28571,3,1230,1556 +"213514",79472,29930,2,1230,2240 +"213515",79472,33184,2,1230,2522 +"213516",79472,36441,3,1230,2796 +"213517",79472,41770,3,1230,2752 +"213518",79472,42799,3,1230,2729 +"213519",79472,44894,2,1230,2048 +"213520",79472,46043,2,1230,1358 +"213521",79472,62870,3,1230,1568 +"213522",79472,74818,3,1230,1440 +"213523",79472,80944,2,1230,2300 +"213524",79472,86883,3,1230,1623 +"213525",79472,101478,3,1230,1383 +"213526",79472,117956,3,1230,2774 +"213527",79477,7896,3,836,2447 +"213528",79477,9272,3,836,2835 +"213529",79477,9723,3,836,2302 +"213530",79477,11239,2,836,2181 +"213531",79477,11310,3,836,957 +"213532",79477,16029,3,836,1160 +"213533",79477,16684,3,836,1657 +"213534",79477,19364,3,836,2846 +"213535",79477,22709,3,836,2743 +"213536",79477,27195,3,836,2158 +"213537",79477,28432,2,836,1954 +"213538",79477,28923,2,836,2362 +"213539",79477,34831,3,836,1866 +"213540",79477,41240,3,836,2220 +"213541",79477,45355,3,836,1450 +"213542",79477,55472,3,836,1516 +"213543",79477,73553,3,836,2726 +"213544",79477,106449,3,836,862 +"213545",79480,30804,2,1376,1614 +"213546",79480,93609,2,1376,2252 +"213547",79501,12901,3,936,2136 +"213548",79501,46040,3,936,2105 +"213549",79501,48283,3,936,1290 +"213550",79525,49958,3,1646,1860 +"213551",79534,364,3,340,2351 +"213552",79534,680,3,340,2569 +"213553",79534,1349,3,340,1147 +"213554",79534,1780,3,340,1375 +"213555",79534,2351,3,340,1868 +"213556",79534,2747,2,340,2411 +"213557",79534,3254,3,340,1258 +"213558",79534,3978,3,340,2775 +"213559",79534,4144,3,340,1520 +"213560",79534,4612,3,340,2804 +"213561",79534,5484,3,340,582 +"213562",79534,5897,3,340,2337 +"213563",79534,7942,2,340,2623 +"213564",79534,7997,3,340,2049 +"213565",79534,9503,3,340,2453 +"213566",79534,9787,3,340,2858 +"213567",79534,10050,3,340,1792 +"213568",79534,10453,3,340,1656 +"213569",79534,10803,3,340,545 +"213570",79534,11588,3,340,2352 +"213571",79534,12781,3,340,831 +"213572",79534,13260,3,340,389 +"213573",79534,14599,3,340,1118 +"213574",79534,14998,1,340,1553 +"213575",79534,15153,3,340,1864 +"213576",79534,16176,2,340,2703 +"213577",79534,16501,3,340,1650 +"213578",79534,16502,2,340,1616 +"213579",79534,16877,3,340,2509 +"213580",79534,18122,3,340,894 +"213581",79534,18124,3,340,1642 +"213582",79534,19610,3,340,1236 +"213583",79534,19655,3,340,2706 +"213584",79534,20155,3,340,1517 +"213585",79534,20395,3,340,1468 +"213586",79534,20545,3,340,1491 +"213587",79534,20941,3,340,2725 +"213588",79534,21209,3,340,2184 +"213589",79534,21670,3,340,2158 +"213590",79534,23131,3,340,1732 +"213591",79534,23966,3,340,891 +"213592",79534,24302,3,340,407 +"213593",79534,25163,2,340,1751 +"213594",79534,27320,3,340,2378 +"213595",79534,27914,3,340,2507 +"213596",79534,28116,2,340,1643 +"213597",79534,29116,3,340,2128 +"213598",79534,29286,3,340,1612 +"213599",79534,29473,3,340,2602 +"213600",79534,29627,3,340,882 +"213601",79534,30525,3,340,1964 +"213602",79534,33017,3,340,1493 +"213603",79534,35822,3,340,1903 +"213604",79534,36346,3,340,1240 +"213605",79534,36737,3,340,829 +"213606",79534,37636,3,340,2178 +"213607",79534,38532,2,340,1234 +"213608",79534,39589,3,340,1292 +"213609",79534,41023,3,340,2408 +"213610",79534,41447,3,340,2405 +"213611",79534,42813,3,340,2142 +"213612",79534,42852,2,340,1316 +"213613",79534,44433,3,340,2224 +"213614",79534,44603,2,340,2748 +"213615",79534,44971,3,340,955 +"213616",79534,45355,3,340,1450 +"213617",79534,46384,3,340,2285 +"213618",79534,46486,3,340,1868 +"213619",79534,47013,2,340,2388 +"213620",79534,47839,3,340,1864 +"213621",79534,50278,3,340,1127 +"213622",79534,51151,3,340,1195 +"213623",79534,53810,3,340,842 +"213624",79534,54924,3,340,2603 +"213625",79534,58233,3,340,1665 +"213626",79534,58501,3,340,2613 +"213627",79534,60078,2,340,1750 +"213628",79534,60258,2,340,2405 +"213629",79534,61337,3,340,2777 +"213630",79534,62715,3,340,1838 +"213631",79534,63077,2,340,2778 +"213632",79534,67252,3,340,1215 +"213633",79534,67815,2,340,2476 +"213634",79534,71467,3,340,1051 +"213635",79534,72882,3,340,1330 +"213636",79534,76143,3,340,1610 +"213637",79534,76369,3,340,583 +"213638",79534,87206,3,340,1122 +"213639",79534,90658,3,340,523 +"213640",79534,92784,3,340,1257 +"213641",79534,92850,3,340,1971 +"213642",79534,95690,2,340,765 +"213643",79534,99298,3,340,679 +"213644",79534,104098,3,340,512 +"213645",79534,109194,3,340,494 +"213646",79534,110398,3,340,601 +"213647",79534,111790,1,340,905 +"213648",79547,1685,2,1909,2230 +"213649",79547,1822,3,1909,2888 +"213650",79547,2181,3,1909,2030 +"213651",79547,3477,2,1909,2546 +"213652",79547,6063,2,1909,2349 +"213653",79547,8993,3,1909,2099 +"213654",79547,9503,3,1909,2453 +"213655",79547,13899,3,1909,2650 +"213656",79547,14817,3,1909,2110 +"213657",79547,15023,3,1909,2054 +"213658",79547,19002,3,1909,2053 +"213659",79547,19317,3,1909,2041 +"213660",79547,20124,3,1909,2376 +"213661",79547,20984,3,1909,2502 +"213662",79547,21684,3,1909,1971 +"213663",79547,23498,3,1909,2398 +"213664",79547,31357,3,1909,2389 +"213665",79547,32339,3,1909,2430 +"213666",79547,32395,3,1909,2735 +"213667",79547,33223,2,1909,2397 +"213668",79547,33451,3,1909,1957 +"213669",79547,33470,3,1909,2003 +"213670",79547,37301,3,1909,2160 +"213671",79547,47595,3,1909,2374 +"213672",79547,51843,3,1909,2389 +"213673",79547,84317,3,1909,2081 +"213674",79567,3961,3,1942,2426 +"213675",79567,5239,3,1942,2875 +"213676",79567,7984,3,1942,2493 +"213677",79567,11477,3,1942,2724 +"213678",79567,15401,3,1942,1999 +"213679",79567,16801,3,1942,2008 +"213680",79567,20311,3,1942,1981 +"213681",79567,23132,3,1942,2756 +"213682",79567,32988,3,1942,2008 +"213683",79567,33801,3,1942,2899 +"213684",79567,36862,3,1942,2655 +"213685",79567,40432,3,1942,1956 +"213686",79567,42505,3,1942,2008 +"213687",79567,65155,3,1942,1947 +"213688",79567,65322,3,1942,2008 +"213689",79567,78150,3,1942,2581 +"213690",79567,92757,3,1942,2615 +"213691",79576,1629,2,624,1289 +"213692",79576,13333,3,624,845 +"213693",79588,33039,2,859,1759 +"213694",79596,3317,3,2004,2037 +"213695",79596,68592,2,2004,2551 +"213696",79612,499,2,927,1931 +"213697",79612,543,3,927,2203 +"213698",79612,602,3,927,2632 +"213699",79612,1055,3,927,1264 +"213700",79612,1592,3,927,2006 +"213701",79612,1691,3,927,1941 +"213702",79612,1777,3,927,1965 +"213703",79612,2036,3,927,2483 +"213704",79612,2684,3,927,2874 +"213705",79612,2754,3,927,1360 +"213706",79612,3167,3,927,1676 +"213707",79612,3175,3,927,1938 +"213708",79612,3255,3,927,2504 +"213709",79612,3460,2,927,2530 +"213710",79612,3830,3,927,1661 +"213711",79612,3896,3,927,2693 +"213712",79612,4191,3,927,2130 +"213713",79612,4226,3,927,1903 +"213714",79612,4723,3,927,1314 +"213715",79612,4821,3,927,1938 +"213716",79612,5346,3,927,1438 +"213717",79612,5462,3,927,2374 +"213718",79612,5504,3,927,2389 +"213719",79612,6390,3,927,2385 +"213720",79612,6491,3,927,2424 +"213721",79612,6942,2,927,1232 +"213722",79612,8275,3,927,2237 +"213723",79612,9311,3,927,2477 +"213724",79612,9751,3,927,1397 +"213725",79612,10843,3,927,2277 +"213726",79612,12374,3,927,2260 +"213727",79612,12976,3,927,2399 +"213728",79612,13724,3,927,1573 +"213729",79612,14108,3,927,2012 +"213730",79612,14422,2,927,1548 +"213731",79612,15207,3,927,1855 +"213732",79612,15453,1,927,1688 +"213733",79612,15636,3,927,2857 +"213734",79612,17357,3,927,1536 +"213735",79612,18502,3,927,1033 +"213736",79612,18543,3,927,2968 +"213737",79612,19453,3,927,1928 +"213738",79612,19637,3,927,1229 +"213739",79612,20311,3,927,1981 +"213740",79612,20407,3,927,2339 +"213741",79612,20494,2,927,1075 +"213742",79612,20824,3,927,1366 +"213743",79612,21104,3,927,2327 +"213744",79612,21364,3,927,1422 +"213745",79612,21448,3,927,2332 +"213746",79612,22006,3,927,1202 +"213747",79612,22311,3,927,2034 +"213748",79612,23534,3,927,1659 +"213749",79612,23787,3,927,2810 +"213750",79612,24286,3,927,1280 +"213751",79612,25643,3,927,1646 +"213752",79612,26218,3,927,2460 +"213753",79612,26451,3,927,2133 +"213754",79612,27478,3,927,2485 +"213755",79612,27792,2,927,1308 +"213756",79612,28808,3,927,1063 +"213757",79612,29073,3,927,2328 +"213758",79612,29170,2,927,1846 +"213759",79612,29683,3,927,2025 +"213760",79612,30746,3,927,1209 +"213761",79612,31799,3,927,2547 +"213762",79612,32606,3,927,2100 +"213763",79612,33010,3,927,2189 +"213764",79612,33356,2,927,1586 +"213765",79612,33433,3,927,2805 +"213766",79612,34136,3,927,2202 +"213767",79612,34842,3,927,2050 +"213768",79612,34899,3,927,2565 +"213769",79612,34945,3,927,1298 +"213770",79612,35186,3,927,1520 +"213771",79612,35256,3,927,2271 +"213772",79612,35529,3,927,1620 +"213773",79612,36439,2,927,2469 +"213774",79612,36646,3,927,2744 +"213775",79612,38755,2,927,2902 +"213776",79612,40293,2,927,1671 +"213777",79612,41021,3,927,978 +"213778",79612,41278,3,927,1873 +"213779",79612,41747,3,927,1722 +"213780",79612,42196,3,927,2765 +"213781",79612,42642,2,927,2257 +"213782",79612,46621,3,927,1343 +"213783",79612,48238,3,927,1194 +"213784",79612,48698,3,927,1474 +"213785",79612,50217,3,927,1211 +"213786",79612,51055,3,927,2558 +"213787",79612,53031,3,927,2065 +"213788",79612,53779,3,927,2000 +"213789",79612,54067,3,927,2433 +"213790",79612,55324,3,927,1544 +"213791",79612,57337,1,927,1443 +"213792",79612,57950,3,927,1529 +"213793",79612,57990,3,927,978 +"213794",79612,58035,3,927,1646 +"213795",79612,58133,2,927,1484 +"213796",79612,60386,2,927,1322 +"213797",79612,60516,3,927,2257 +"213798",79612,63395,3,927,2334 +"213799",79612,65316,2,927,1020 +"213800",79612,65625,3,927,1273 +"213801",79612,65703,3,927,1689 +"213802",79612,66726,2,927,2068 +"213803",79612,76396,3,927,1731 +"213804",79612,82767,3,927,1641 +"213805",79612,84268,3,927,1217 +"213806",79612,85444,3,927,944 +"213807",79612,86664,3,927,1146 +"213808",79612,88232,3,927,2881 +"213809",79612,89880,3,927,1938 +"213810",79612,90886,3,927,1548 +"213811",79612,94520,3,927,1243 +"213812",79612,97824,3,927,1229 +"213813",79612,99020,3,927,1383 +"213814",79612,107318,3,927,1963 +"213815",79612,108379,3,927,2933 +"213816",79622,1692,3,239,2443 +"213817",79622,5845,2,239,1552 +"213818",79622,7786,3,239,508 +"213819",79622,9440,2,239,1006 +"213820",79622,9801,3,239,2443 +"213821",79622,10964,3,239,2043 +"213822",79622,11019,2,239,1299 +"213823",79622,11067,3,239,2734 +"213824",79622,22256,3,239,829 +"213825",79622,24195,3,239,1575 +"213826",79622,34395,3,239,583 +"213827",79622,35620,3,239,2092 +"213828",79622,36120,3,239,2971 +"213829",79622,36506,2,239,2638 +"213830",79622,40675,3,239,1595 +"213831",79622,45461,3,239,2458 +"213832",79622,47384,3,239,1639 +"213833",79622,53668,3,239,2242 +"213834",79622,54006,3,239,518 +"213835",79622,55828,3,239,2393 +"213836",79622,79848,2,239,1629 +"213837",79622,111567,3,239,613 +"213838",79627,7847,3,2409,2424 +"213839",79627,9311,3,2409,2477 +"213840",79639,1393,3,1013,1706 +"213841",79639,2370,3,1013,1600 +"213842",79639,2407,3,1013,1725 +"213843",79639,3506,3,1013,2364 +"213844",79639,4723,3,1013,1314 +"213845",79639,4784,3,1013,2511 +"213846",79639,6020,3,1013,1864 +"213847",79639,7123,3,1013,1964 +"213848",79639,9088,3,1013,1881 +"213849",79639,9269,3,1013,1892 +"213850",79639,10610,3,1013,1427 +"213851",79639,16866,2,1013,2718 +"213852",79639,17925,3,1013,2385 +"213853",79639,18865,3,1013,2676 +"213854",79639,21142,2,1013,2414 +"213855",79639,21358,3,1013,1970 +"213856",79639,21920,1,1013,2367 +"213857",79639,22389,3,1013,2034 +"213858",79639,28648,3,1013,1586 +"213859",79639,31950,2,1013,2217 +"213860",79639,32629,3,1013,1789 +"213861",79639,34274,3,1013,1437 +"213862",79639,37765,3,1013,1134 +"213863",79639,41075,3,1013,1176 +"213864",79639,44744,3,1013,2032 +"213865",79639,45297,3,1013,1864 +"213866",79639,45449,1,1013,1610 +"213867",79639,45450,2,1013,1590 +"213868",79639,48823,3,1013,2080 +"213869",79639,48931,2,1013,2444 +"213870",79639,53293,3,1013,2916 +"213871",79639,53445,3,1013,2028 +"213872",79639,54488,3,1013,2357 +"213873",79639,57549,3,1013,2335 +"213874",79639,57804,3,1013,2214 +"213875",79639,61398,3,1013,2563 +"213876",79639,61921,3,1013,1793 +"213877",79639,63395,3,1013,2334 +"213878",79639,64737,2,1013,2442 +"213879",79639,66017,3,1013,1545 +"213880",79639,74054,3,1013,1488 +"213881",79639,80186,2,1013,2228 +"213882",79639,84235,3,1013,1639 +"213883",79639,84581,2,1013,1241 +"213884",79639,92084,3,1013,1134 +"213885",79639,92366,1,1013,1434 +"213886",79639,93642,2,1013,1120 +"213887",79639,96387,3,1013,2159 +"213888",79639,100084,1,1013,1964 +"213889",79639,103989,2,1013,1207 +"213890",79653,9362,3,2683,2879 +"213891",79653,14959,3,2683,2898 +"213892",79653,41770,3,2683,2752 +"213893",79653,43455,3,2683,2846 +"213894",79657,206,3,1260,1986 +"213895",79657,312,3,1260,2038 +"213896",79657,457,3,1260,1704 +"213897",79657,600,3,1260,1702 +"213898",79657,1036,3,1260,1367 +"213899",79657,1092,3,1260,1945 +"213900",79657,1102,3,1260,2282 +"213901",79657,1592,3,1260,2006 +"213902",79657,1691,2,1260,1941 +"213903",79657,2208,3,1260,2814 +"213904",79657,2684,2,1260,2874 +"213905",79657,3495,3,1260,2431 +"213906",79657,3947,3,1260,2067 +"213907",79657,5429,3,1260,1991 +"213908",79657,5580,3,1260,2111 +"213909",79657,6074,3,1260,2426 +"213910",79657,6252,3,1260,2336 +"213911",79657,6390,3,1260,2385 +"213912",79657,8192,3,1260,1670 +"213913",79657,9362,3,1260,2879 +"213914",79657,9654,3,1260,2111 +"213915",79657,9805,3,1260,1621 +"213916",79657,10222,3,1260,2212 +"213917",79657,11006,3,1260,1950 +"213918",79657,11055,2,1260,2111 +"213919",79657,11351,3,1260,2971 +"213920",79657,11440,3,1260,2026 +"213921",79657,11620,3,1260,2010 +"213922",79657,12374,3,1260,2260 +"213923",79657,14032,3,1260,2144 +"213924",79657,14072,2,1260,1346 +"213925",79657,14108,2,1260,2012 +"213926",79657,14676,3,1260,2764 +"213927",79657,14731,3,1260,2012 +"213928",79657,14972,3,1260,2332 +"213929",79657,15713,3,1260,1646 +"213930",79657,16201,3,1260,1811 +"213931",79657,17381,3,1260,1697 +"213932",79657,18277,3,1260,2309 +"213933",79657,18543,3,1260,2968 +"213934",79657,19248,2,1260,2357 +"213935",79657,19719,3,1260,2177 +"213936",79657,19937,3,1260,1587 +"213937",79657,20311,3,1260,1981 +"213938",79657,20407,3,1260,2339 +"213939",79657,21246,3,1260,1612 +"213940",79657,22586,3,1260,1341 +"213941",79657,24198,3,1260,2217 +"213942",79657,24256,3,1260,2393 +"213943",79657,24753,3,1260,2860 +"213944",79657,25198,3,1260,1982 +"213945",79657,25289,3,1260,1790 +"213946",79657,25565,3,1260,2764 +"213947",79657,26570,3,1260,1669 +"213948",79657,26793,3,1260,2104 +"213949",79657,27195,3,1260,2158 +"213950",79657,27501,3,1260,1981 +"213951",79657,27694,3,1260,2030 +"213952",79657,29930,3,1260,2240 +"213953",79657,33380,3,1260,2340 +"213954",79657,33622,1,1260,2230 +"213955",79657,35481,3,1260,2211 +"213956",79657,36439,3,1260,2469 +"213957",79657,37509,2,1260,1640 +"213958",79657,38213,3,1260,1744 +"213959",79657,39556,3,1260,2747 +"213960",79657,41607,3,1260,2802 +"213961",79657,42619,3,1260,2017 +"213962",79657,43226,3,1260,2442 +"213963",79657,46621,3,1260,1343 +"213964",79657,48605,3,1260,2796 +"213965",79657,48754,3,1260,1972 +"213966",79657,49470,3,1260,1528 +"213967",79657,49620,3,1260,1868 +"213968",79657,52136,3,1260,1412 +"213969",79657,52327,3,1260,1472 +"213970",79657,52345,3,1260,1430 +"213971",79657,53219,3,1260,2973 +"213972",79657,54855,3,1260,1525 +"213973",79657,56116,3,1260,1321 +"213974",79657,57732,3,1260,2454 +"213975",79657,58221,3,1260,1787 +"213976",79657,61982,3,1260,2725 +"213977",79657,62841,3,1260,2710 +"213978",79657,64232,3,1260,1275 +"213979",79657,65625,3,1260,1273 +"213980",79657,74605,2,1260,2265 +"213981",79657,74636,3,1260,2525 +"213982",79657,76646,3,1260,1263 +"213983",79657,88232,3,1260,2881 +"213984",79657,95288,3,1260,1602 +"213985",79657,99152,3,1260,1698 +"213986",79657,100432,2,1260,1358 +"213987",79657,102400,3,1260,1761 +"213988",79657,106318,3,1260,1698 +"213989",79657,108430,3,1260,1642 +"213990",79689,5315,3,1184,2631 +"213991",79689,7127,3,1184,2352 +"213992",79689,7292,3,1184,1988 +"213993",79689,10779,3,1184,2881 +"213994",79689,13388,3,1184,2119 +"213995",79689,18874,3,1184,2170 +"213996",79689,20067,3,1184,2390 +"213997",79689,20259,3,1184,2751 +"213998",79689,20893,3,1184,2695 +"213999",79689,22207,3,1184,2365 +"214000",79689,29930,3,1184,2240 +"214001",79689,35529,3,1184,1620 +"214002",79689,41955,3,1184,2479 +"214003",79689,51863,3,1184,1395 +"214004",79689,53134,3,1184,1590 +"214005",79689,62488,3,1184,1418 +"214006",79689,76356,3,1184,2323 +"214007",79689,101338,3,1184,1319 +"214008",79694,49621,3,948,1915 +"214009",79694,53905,1,948,2193 +"214010",79699,1785,3,1735,2350 +"214011",79699,2282,3,1735,2056 +"214012",79699,2927,3,1735,1789 +"214013",79699,9269,3,1735,1892 +"214014",79699,13340,3,1735,1918 +"214015",79699,23498,3,1735,2398 +"214016",79699,23560,2,1735,2051 +"214017",79699,41098,3,1735,1857 +"214018",79699,42407,3,1735,2408 +"214019",79699,47882,3,1735,2769 +"214020",79699,70011,3,1735,2690 +"214021",79699,73520,3,1735,2613 +"214022",79699,77719,3,1735,2086 +"214023",79699,78277,2,1735,1937 +"214024",79699,80970,3,1735,2069 +"214025",79700,26706,2,1029,1846 +"214026",79700,49189,3,1029,1550 +"214027",79700,84076,1,1029,1106 +"214028",79700,99103,3,1029,1470 +"214029",79746,4188,3,2272,2963 +"214030",79746,20011,3,2272,2826 +"214031",79746,30194,2,2272,2874 +"214032",79772,1222,3,1230,2598 +"214033",79772,2443,3,1230,2333 +"214034",79772,2802,3,1230,1836 +"214035",79772,4194,3,1230,1641 +"214036",79772,5414,3,1230,2321 +"214037",79772,6262,3,1230,2733 +"214038",79772,8525,3,1230,1787 +"214039",79772,9808,3,1230,1648 +"214040",79772,11506,3,1230,2824 +"214041",79772,11897,3,1230,1271 +"214042",79772,12116,3,1230,2119 +"214043",79772,13150,3,1230,1570 +"214044",79772,15047,3,1230,1697 +"214045",79772,17884,3,1230,1677 +"214046",79772,18466,3,1230,2340 +"214047",79772,19190,3,1230,2677 +"214048",79772,20604,3,1230,1684 +"214049",79772,42280,3,1230,2266 +"214050",79772,43768,3,1230,1468 +"214051",79772,54061,3,1230,1488 +"214052",79772,56168,2,1230,1466 +"214053",79772,63525,2,1230,2741 +"214054",79772,66017,3,1230,1545 +"214055",79772,76997,3,1230,2223 +"214056",79772,79793,1,1230,1915 +"214057",79772,83334,3,1230,1708 +"214058",79772,94339,3,1230,2768 +"214059",79772,99194,3,1230,1271 +"214060",79793,1222,3,1915,2598 +"214061",79793,2443,3,1915,2333 +"214062",79793,5414,3,1915,2321 +"214063",79793,6262,3,1915,2733 +"214064",79793,11506,3,1915,2824 +"214065",79793,12116,3,1915,2119 +"214066",79793,18466,3,1915,2340 +"214067",79793,19190,3,1915,2677 +"214068",79793,42280,3,1915,2266 +"214069",79793,63525,3,1915,2741 +"214070",79793,76997,3,1915,2223 +"214071",79793,94339,3,1915,2768 +"214072",79804,270,2,2227,2542 +"214073",79804,2424,3,2227,2582 +"214074",79804,3305,3,2227,2839 +"214075",79804,3493,3,2227,2451 +"214076",79804,3966,3,2227,2425 +"214077",79804,4701,3,2227,2401 +"214078",79804,5235,3,2227,2324 +"214079",79804,5504,3,2227,2389 +"214080",79804,6044,2,2227,2744 +"214081",79804,6390,3,2227,2385 +"214082",79804,7515,2,2227,2737 +"214083",79804,9184,3,2227,2670 +"214084",79804,9624,3,2227,2398 +"214085",79804,12374,3,2227,2260 +"214086",79804,18361,3,2227,2968 +"214087",79804,18394,2,2227,2356 +"214088",79804,19622,3,2227,2371 +"214089",79804,20124,3,2227,2376 +"214090",79804,21012,3,2227,2325 +"214091",79804,22197,3,2227,2271 +"214092",79804,23132,3,2227,2756 +"214093",79804,23509,3,2227,2275 +"214094",79804,23725,3,2227,2378 +"214095",79804,26848,3,2227,2363 +"214096",79804,28179,3,2227,2689 +"214097",79804,35402,3,2227,2339 +"214098",79804,41972,3,2227,2509 +"214099",79804,43455,3,2227,2846 +"214100",79804,43518,3,2227,2680 +"214101",79804,46629,3,2227,2255 +"214102",79804,47445,3,2227,2668 +"214103",79804,50236,3,2227,2339 +"214104",79804,56082,2,2227,2395 +"214105",79804,56237,3,2227,2625 +"214106",79804,61982,3,2227,2725 +"214107",79804,62219,3,2227,2494 +"214108",79804,68215,3,2227,2727 +"214109",79804,72207,3,2227,2430 +"214110",79804,73305,3,2227,2544 +"214111",79804,92322,3,2227,2393 +"214112",79804,117956,3,2227,2774 +"214113",79815,1136,3,1713,2536 +"214114",79815,14676,3,1713,2764 +"214115",79815,14943,3,1713,1942 +"214116",79815,16801,3,1713,2008 +"214117",79815,32988,3,1713,2008 +"214118",79815,33433,3,1713,2805 +"214119",79815,42216,3,1713,2722 +"214120",79815,47248,3,1713,2883 +"214121",79815,48215,3,1713,2028 +"214122",79815,65322,3,1713,2008 +"214123",79815,115037,3,1713,1788 +"214124",79822,1560,3,1508,2013 +"214125",79822,8525,2,1508,1787 +"214126",79822,9716,3,1508,1929 +"214127",79822,12228,3,1508,2034 +"214128",79822,14025,3,1508,2384 +"214129",79822,15075,2,1508,2252 +"214130",79822,15088,3,1508,2906 +"214131",79822,18954,3,1508,2364 +"214132",79822,29824,3,1508,2772 +"214133",79822,49621,3,1508,1915 +"214134",79822,53537,2,1508,2428 +"214135",79822,56737,2,1508,2270 +"214136",79822,79036,2,1508,2524 +"214137",79822,81113,3,1508,1914 +"214138",79822,96349,2,1508,1874 +"214139",79837,854,3,1252,2307 +"214140",79837,2294,3,1252,1638 +"214141",79837,4121,2,1252,1304 +"214142",79837,4504,3,1252,1905 +"214143",79837,8860,2,1252,2141 +"214144",79837,10352,2,1252,1371 +"214145",79837,13324,3,1252,2163 +"214146",79837,13479,3,1252,2155 +"214147",79837,13808,3,1252,1356 +"214148",79837,13835,3,1252,1588 +"214149",79837,16641,2,1252,1359 +"214150",79837,18706,3,1252,1617 +"214151",79837,18891,1,1252,1596 +"214152",79837,21479,2,1252,2134 +"214153",79837,26234,2,1252,2183 +"214154",79837,30236,3,1252,2238 +"214155",79837,32549,3,1252,2111 +"214156",79837,34094,3,1252,1360 +"214157",79837,34528,3,1252,1323 +"214158",79837,36637,1,1252,2085 +"214159",79837,38732,3,1252,2263 +"214160",79837,40707,3,1252,1547 +"214161",79837,46506,3,1252,2464 +"214162",79837,61188,3,1252,2134 +"214163",79837,63147,2,1252,1477 +"214164",79837,65572,3,1252,2750 +"214165",79837,73172,3,1252,2496 +"214166",79837,82409,3,1252,1881 +"214167",79837,83860,3,1252,1522 +"214168",79837,94404,3,1252,1836 +"214169",79837,96653,3,1252,1917 +"214170",79837,98080,2,1252,1265 +"214171",79848,1692,3,1629,2443 +"214172",79848,9801,3,1629,2443 +"214173",79848,10964,3,1629,2043 +"214174",79848,11067,3,1629,2734 +"214175",79848,35620,3,1629,2092 +"214176",79848,36120,3,1629,2971 +"214177",79848,36506,2,1629,2638 +"214178",79848,45461,3,1629,2458 +"214179",79848,47384,3,1629,1639 +"214180",79848,53668,3,1629,2242 +"214181",79848,55828,3,1629,2393 +"214182",79874,1574,3,1570,1718 +"214183",79874,1624,3,1570,2687 +"214184",79874,2443,3,1570,2333 +"214185",79874,3819,3,1570,1583 +"214186",79874,5064,2,1570,1690 +"214187",79874,9269,2,1570,1892 +"214188",79874,9895,3,1570,1960 +"214189",79874,9910,3,1570,2526 +"214190",79874,9948,3,1570,2019 +"214191",79874,10146,3,1570,1878 +"214192",79874,15813,3,1570,2143 +"214193",79874,16347,3,1570,1868 +"214194",79874,20695,3,1570,2526 +"214195",79874,23098,3,1570,2300 +"214196",79874,24256,3,1570,2393 +"214197",79874,26740,2,1570,2695 +"214198",79874,29930,3,1570,2240 +"214199",79874,30096,3,1570,2082 +"214200",79874,31159,3,1570,2231 +"214201",79874,31295,3,1570,2183 +"214202",79874,31705,3,1570,2706 +"214203",79874,34331,1,1570,1727 +"214204",79874,36709,3,1570,1629 +"214205",79874,38602,3,1570,2693 +"214206",79874,38697,3,1570,2701 +"214207",79874,39009,3,1570,1594 +"214208",79874,44744,3,1570,2032 +"214209",79874,45449,3,1570,1610 +"214210",79874,52530,3,1570,1737 +"214211",79874,53584,3,1570,2391 +"214212",79874,55261,3,1570,1915 +"214213",79874,56364,2,1570,1626 +"214214",79874,64628,3,1570,2829 +"214215",79874,69453,3,1570,2831 +"214216",79874,77719,3,1570,2086 +"214217",79874,82206,3,1570,1597 +"214218",79874,84591,2,1570,1685 +"214219",79874,92630,2,1570,1583 +"214220",79874,93553,3,1570,2537 +"214221",79878,2446,3,1130,2606 +"214222",79878,5599,3,1130,1684 +"214223",79878,12067,3,1130,1213 +"214224",79878,19433,3,1130,2504 +"214225",79878,32606,2,1130,2100 +"214226",79878,39062,3,1130,2020 +"214227",79909,3961,3,1059,2426 +"214228",79909,4289,2,1059,1921 +"214229",79909,24240,3,1059,1755 +"214230",79909,24756,3,1059,2530 +"214231",79909,29899,3,1059,2375 +"214232",79909,37934,3,1059,1595 +"214233",79909,38227,3,1059,2511 +"214234",79913,1785,3,1514,2350 +"214235",79913,3360,3,1514,1583 +"214236",79913,6234,3,1514,2654 +"214237",79913,6235,3,1514,1585 +"214238",79913,10119,1,1514,2374 +"214239",79913,10400,3,1514,1517 +"214240",79913,14838,2,1514,1746 +"214241",79913,15558,3,1514,2389 +"214242",79913,16524,3,1514,1556 +"214243",79913,19002,3,1514,2053 +"214244",79913,23728,3,1514,2601 +"214245",79913,23771,3,1514,1614 +"214246",79913,23802,3,1514,1713 +"214247",79913,30194,2,1514,2874 +"214248",79913,32079,3,1514,2315 +"214249",79913,32576,3,1514,2881 +"214250",79913,32939,3,1514,2277 +"214251",79913,33363,3,1514,2475 +"214252",79913,33460,3,1514,2781 +"214253",79913,34576,2,1514,1727 +"214254",79913,36491,3,1514,1781 +"214255",79913,41521,3,1514,2069 +"214256",79913,42136,3,1514,2551 +"214257",79913,44730,3,1514,2468 +"214258",79913,45664,3,1514,2235 +"214259",79913,51173,3,1514,1829 +"214260",79913,53648,3,1514,2167 +"214261",79913,57804,3,1514,2214 +"214262",79913,59432,2,1514,2553 +"214263",79913,65568,2,1514,1699 +"214264",79913,76997,3,1514,2223 +"214265",79913,77057,3,1514,1866 +"214266",79913,77095,3,1514,1622 +"214267",79913,82246,3,1514,1538 +"214268",79913,96387,3,1514,2159 +"214269",79913,102581,3,1514,1813 +"214270",79918,4303,3,1672,2414 +"214271",79918,4983,3,1672,1909 +"214272",79918,8890,3,1672,1955 +"214273",79918,12818,3,1672,2015 +"214274",79918,14623,3,1672,2043 +"214275",79918,14626,3,1672,2175 +"214276",79918,23302,3,1672,2677 +"214277",79918,23325,2,1672,2779 +"214278",79918,24610,3,1672,2733 +"214279",79918,30317,3,1672,2431 +"214280",79918,32939,3,1672,2277 +"214281",79918,34742,3,1672,1883 +"214282",79918,45030,3,1672,2776 +"214283",79918,52483,3,1672,2317 +"214284",79918,64174,3,1672,2377 +"214285",79918,65658,3,1672,2030 +"214286",79937,7970,2,554,1197 +"214287",79937,10401,2,554,863 +"214288",79937,16201,3,554,1811 +"214289",79937,19862,3,554,2412 +"214290",79937,22180,2,554,1835 +"214291",79937,22181,3,554,1274 +"214292",79937,22455,3,554,1197 +"214293",79937,26907,1,554,697 +"214294",79937,28635,3,554,2368 +"214295",79937,39556,3,554,2747 +"214296",79937,43635,3,554,1196 +"214297",79937,57732,3,554,2454 +"214298",79937,66747,2,554,1273 +"214299",79937,85397,2,554,1219 +"214300",79937,99152,1,554,1698 +"214301",79937,106318,2,554,1698 +"214302",79965,37915,2,1278,1905 +"214303",79965,41607,3,1278,2802 +"214304",79965,57380,3,1278,2362 +"214305",79965,57405,3,1278,2344 +"214306",79965,81014,3,1278,1925 +"214307",79965,93933,3,1278,1336 +"214308",79965,102284,3,1278,2877 +"214309",79965,108581,1,1278,2658 +"214310",79985,11136,3,1465,2573 +"214311",79985,19073,3,1465,2748 +"214312",79985,33949,3,1465,2489 +"214313",79985,43204,3,1465,1680 +"214314",79985,76391,3,1465,1536 +"214315",79988,1050,3,212,1185 +"214316",79988,15632,3,212,1242 +"214317",79988,22165,3,212,1501 +"214318",79988,41278,3,212,1873 +"214319",79988,45186,3,212,835 +"214320",79988,55185,3,212,922 +"214321",79988,62488,3,212,1418 +"214322",79988,64427,3,212,535 +"214323",79988,67788,2,212,837 +"214324",79988,87603,3,212,535 +"214325",79998,9331,2,821,2269 +"214326",79998,11419,3,821,1408 +"214327",79998,17351,3,821,2036 +"214328",79998,17549,3,821,2647 +"214329",79998,17632,3,821,1947 +"214330",79998,20419,3,821,1587 +"214331",79998,24456,3,821,1238 +"214332",79998,44688,3,821,2924 +"214333",79998,55349,3,821,826 +"214334",79998,79364,2,821,834 +"214335",79998,80979,3,821,1142 +"214336",79998,100321,3,821,1142 +"214337",80009,41393,3,1640,1915 +"214338",80009,61980,2,1640,2392 +"214339",80014,997,3,1562,2788 +"214340",80014,1102,3,1562,2282 +"214341",80014,1875,2,1562,1786 +"214342",80014,2572,3,1562,2273 +"214343",80014,3139,3,1562,1656 +"214344",80014,4671,3,1562,2280 +"214345",80014,5971,3,1562,1985 +"214346",80014,7406,3,1562,1906 +"214347",80014,7858,3,1562,1795 +"214348",80014,9695,2,1562,2143 +"214349",80014,12564,3,1562,2799 +"214350",80014,12724,3,1562,1930 +"214351",80014,16352,3,1562,2657 +"214352",80014,16725,3,1562,2830 +"214353",80014,22197,3,1562,2271 +"214354",80014,26867,3,1562,1804 +"214355",80014,42129,3,1562,2318 +"214356",80014,42216,3,1562,2722 +"214357",80014,45302,3,1562,2390 +"214358",80014,48571,3,1562,2717 +"214359",80014,50236,3,1562,2339 +"214360",80014,51017,3,1562,2073 +"214361",80014,51035,3,1562,2397 +"214362",80014,56082,3,1562,2395 +"214363",80014,57549,3,1562,2335 +"214364",80014,82409,3,1562,1881 +"214365",80039,42,3,49,2265 +"214366",80039,1090,3,49,2370 +"214367",80039,1321,3,49,2075 +"214368",80039,1469,3,49,1160 +"214369",80039,1676,3,49,1198 +"214370",80039,2166,3,49,2557 +"214371",80039,7078,3,49,2344 +"214372",80039,10012,3,49,89 +"214373",80039,16497,3,49,2370 +"214374",80039,19528,2,49,2742 +"214375",80039,21095,3,49,856 +"214376",80039,24348,3,49,103 +"214377",80039,26608,2,49,2329 +"214378",80039,27478,3,49,2485 +"214379",80039,28216,3,49,1910 +"214380",80039,30386,3,49,1833 +"214381",80039,32409,3,49,857 +"214382",80039,38048,3,49,867 +"214383",80039,40913,3,49,1800 +"214384",80039,47293,3,49,929 +"214385",80039,49965,3,49,2301 +"214386",80039,51414,3,49,929 +"214387",80039,53031,2,49,2065 +"214388",80039,55828,3,49,2393 +"214389",80039,63637,3,49,498 +"214390",80039,90837,3,49,825 +"214391",80039,93615,3,49,2386 +"214392",80061,9912,2,1223,1356 +"214393",80061,11135,2,1223,2441 +"214394",80061,11429,3,1223,2520 +"214395",80061,13024,3,1223,2468 +"214396",80061,15502,3,1223,2637 +"214397",80061,19687,3,1223,2072 +"214398",80061,21976,3,1223,1808 +"214399",80061,24116,3,1223,1413 +"214400",80061,24441,3,1223,2256 +"214401",80061,25886,3,1223,1580 +"214402",80061,41051,3,1223,2767 +"214403",80061,45487,2,1223,2256 +"214404",80061,47827,2,1223,1957 +"214405",80061,51448,3,1223,1593 +"214406",80061,89955,3,1223,1452 +"214407",80061,93670,3,1223,1682 +"214408",80061,95211,3,1223,2462 +"214409",80117,1570,2,1140,2028 +"214410",80117,3678,3,1140,1325 +"214411",80117,7648,3,1140,1861 +"214412",80117,10755,1,1140,1742 +"214413",80117,10756,2,1140,2207 +"214414",80117,14442,3,1140,2700 +"214415",80117,17768,3,1140,2468 +"214416",80117,25678,3,1140,1558 +"214417",80117,44466,3,1140,1607 +"214418",80117,46849,3,1140,1238 +"214419",80117,59289,3,1140,2896 +"214420",80130,1708,3,132,1591 +"214421",80130,2443,3,132,2333 +"214422",80130,2647,3,132,2450 +"214423",80130,6295,2,132,856 +"214424",80130,7604,2,132,1366 +"214425",80130,9269,2,132,1892 +"214426",80130,9740,3,132,2233 +"214427",80130,9895,2,132,1960 +"214428",80130,9910,2,132,2526 +"214429",80130,9948,2,132,2019 +"214430",80130,12473,3,132,801 +"214431",80130,12632,2,132,1174 +"214432",80130,12914,2,132,1557 +"214433",80130,13551,3,132,1451 +"214434",80130,14212,3,132,857 +"214435",80130,14442,3,132,2700 +"214436",80130,15281,3,132,810 +"214437",80130,15926,1,132,545 +"214438",80130,16347,2,132,1868 +"214439",80130,18061,3,132,160 +"214440",80130,19358,3,132,880 +"214441",80130,20695,1,132,2526 +"214442",80130,20819,3,132,213 +"214443",80130,21044,2,132,1574 +"214444",80130,25345,2,132,713 +"214445",80130,25678,3,132,1558 +"214446",80130,26740,3,132,2695 +"214447",80130,32070,3,132,950 +"214448",80130,32966,2,132,1583 +"214449",80130,34331,3,132,1727 +"214450",80130,37178,3,132,166 +"214451",80130,38697,2,132,2701 +"214452",80130,39009,3,132,1594 +"214453",80130,39507,3,132,793 +"214454",80130,42382,3,132,2224 +"214455",80130,43725,3,132,935 +"214456",80130,43768,3,132,1468 +"214457",80130,44744,3,132,2032 +"214458",80130,46568,2,132,822 +"214459",80130,46616,3,132,1917 +"214460",80130,47607,3,132,2724 +"214461",80130,49284,3,132,218 +"214462",80130,49379,2,132,1573 +"214463",80130,49708,2,132,1147 +"214464",80130,51505,3,132,1572 +"214465",80130,53020,3,132,2747 +"214466",80130,53584,3,132,2391 +"214467",80130,54737,3,132,326 +"214468",80130,55261,3,132,1915 +"214469",80130,56168,3,132,1466 +"214470",80130,56364,2,132,1626 +"214471",80130,59143,3,132,359 +"214472",80130,63329,3,132,639 +"214473",80130,63631,3,132,763 +"214474",80130,64803,3,132,841 +"214475",80130,68262,2,132,441 +"214476",80130,69453,3,132,2831 +"214477",80130,76796,2,132,1140 +"214478",80130,77167,3,132,836 +"214479",80130,79874,3,132,1570 +"214480",80130,80801,3,132,1250 +"214481",80130,83334,3,132,1708 +"214482",80130,84591,2,132,1685 +"214483",80130,84601,3,132,802 +"214484",80130,85926,3,132,907 +"214485",80130,87733,3,132,235 +"214486",80130,87915,1,132,1152 +"214487",80130,92630,3,132,1583 +"214488",80130,101381,1,132,977 +"214489",80130,101666,3,132,1257 +"214490",80130,106409,2,132,265 +"214491",80130,107467,3,132,1524 +"214492",80130,115905,3,132,274 +"214493",80130,119241,3,132,152 +"214494",80143,30095,3,130,1578 +"214495",80143,88535,3,130,1229 +"214496",80156,3127,3,1667,2273 +"214497",80156,4612,3,1667,2804 +"214498",80156,4668,2,1667,1919 +"214499",80156,4669,2,1667,2395 +"214500",80156,7252,2,1667,2799 +"214501",80156,7337,3,1667,1797 +"214502",80156,7785,3,1667,2441 +"214503",80156,7942,3,1667,2623 +"214504",80156,8568,3,1667,2706 +"214505",80156,9332,3,1667,2734 +"214506",80156,9785,3,1667,2951 +"214507",80156,9787,3,1667,2858 +"214508",80156,10980,3,1667,1974 +"214509",80156,11563,3,1667,1863 +"214510",80156,11648,3,1667,2852 +"214511",80156,12361,3,1667,2732 +"214512",80156,12948,3,1667,2669 +"214513",80156,14749,3,1667,1998 +"214514",80156,14817,3,1667,2110 +"214515",80156,16286,3,1667,2470 +"214516",80156,17033,3,1667,2771 +"214517",80156,18415,3,1667,2184 +"214518",80156,20124,3,1667,2376 +"214519",80156,23131,3,1667,1732 +"214520",80156,27742,2,1667,2700 +"214521",80156,27914,3,1667,2507 +"214522",80156,28869,2,1667,2425 +"214523",80156,29818,3,1667,1677 +"214524",80156,30525,3,1667,1964 +"214525",80156,31868,3,1667,1993 +"214526",80156,32532,3,1667,2338 +"214527",80156,32942,3,1667,2038 +"214528",80156,35728,3,1667,2017 +"214529",80156,36183,3,1667,2117 +"214530",80156,36487,3,1667,2622 +"214531",80156,36953,3,1667,2790 +"214532",80156,42813,3,1667,2142 +"214533",80156,45869,3,1667,2840 +"214534",80156,46486,3,1667,1868 +"214535",80156,50509,3,1667,2050 +"214536",80156,54775,3,1667,2383 +"214537",80156,56538,3,1667,2796 +"214538",80156,56995,3,1667,2323 +"214539",80156,58655,3,1667,2685 +"214540",80156,61125,3,1667,1673 +"214541",80156,111375,3,1667,2686 +"214542",80162,4313,3,1601,2368 +"214543",80162,20056,3,1601,1824 +"214544",80162,21976,3,1601,1808 +"214545",80162,31170,2,1601,1776 +"214546",80162,62334,3,1601,1766 +"214547",80172,675,3,1342,1686 +"214548",80172,701,3,1342,2718 +"214549",80172,1046,3,1342,1881 +"214550",80172,1136,3,1342,2536 +"214551",80172,3242,3,1342,1730 +"214552",80172,4191,3,1342,2130 +"214553",80172,4618,3,1342,2607 +"214554",80172,5725,3,1342,2789 +"214555",80172,6363,3,1342,2066 +"214556",80172,14972,3,1342,2332 +"214557",80172,19248,3,1342,2357 +"214558",80172,20824,3,1342,1366 +"214559",80172,22884,3,1342,1608 +"214560",80172,25198,3,1342,1982 +"214561",80172,25341,3,1342,1858 +"214562",80172,25643,3,1342,1646 +"214563",80172,26570,3,1342,1669 +"214564",80172,27753,3,1342,2750 +"214565",80172,31799,3,1342,2547 +"214566",80172,33672,3,1342,2396 +"214567",80172,34492,3,1342,1798 +"214568",80172,34815,2,1342,2354 +"214569",80172,37620,3,1342,2716 +"214570",80172,39535,3,1342,2428 +"214571",80172,39880,3,1342,1620 +"214572",80172,40293,3,1342,1671 +"214573",80172,51041,3,1342,2606 +"214574",80172,58035,2,1342,1646 +"214575",80172,59438,3,1342,2400 +"214576",80172,64997,3,1342,2791 +"214577",80172,82767,3,1342,1641 +"214578",80172,92491,3,1342,1968 +"214579",80186,4784,3,2228,2511 +"214580",80186,16866,3,2228,2718 +"214581",80186,21142,3,2228,2414 +"214582",80186,21920,2,2228,2367 +"214583",80186,48931,3,2228,2444 +"214584",80186,64737,3,2228,2442 +"214585",80190,9272,3,2717,2835 +"214586",80190,71618,3,2717,2960 +"214587",80219,23,3,988,1682 +"214588",80219,470,3,988,2285 +"214589",80219,600,2,988,1702 +"214590",80219,687,3,988,1664 +"214591",80219,913,3,988,2144 +"214592",80219,1196,3,988,1986 +"214593",80219,1367,3,988,2176 +"214594",80219,2322,3,988,1645 +"214595",80219,3164,3,988,2693 +"214596",80219,3961,3,988,2426 +"214597",80219,3966,3,988,2425 +"214598",80219,4084,3,988,2133 +"214599",80219,4889,3,988,1501 +"214600",80219,4953,3,988,2285 +"214601",80219,5072,3,988,2175 +"214602",80219,5315,3,988,2631 +"214603",80219,5346,3,988,1438 +"214604",80219,5350,3,988,2522 +"214605",80219,5622,3,988,2175 +"214606",80219,5716,1,988,1058 +"214607",80219,5798,3,988,1779 +"214608",80219,5971,3,988,1985 +"214609",80219,5984,2,988,1675 +"214610",80219,5986,2,988,1721 +"214611",80219,6030,3,988,2953 +"214612",80219,6047,3,988,2004 +"214613",80219,6162,3,988,1673 +"214614",80219,6324,2,988,1990 +"214615",80219,6417,2,988,1675 +"214616",80219,6940,3,988,1183 +"214617",80219,7087,3,988,2356 +"214618",80219,7196,3,988,1508 +"214619",80219,7245,3,988,2089 +"214620",80219,7515,3,988,2737 +"214621",80219,8525,3,988,1787 +"214622",80219,9184,3,988,2670 +"214623",80219,9678,3,988,1217 +"214624",80219,9808,3,988,1648 +"214625",80219,9928,3,988,2345 +"214626",80219,10358,3,988,2294 +"214627",80219,10433,3,988,2075 +"214628",80219,10717,3,988,1938 +"214629",80219,10857,3,988,2253 +"214630",80219,10870,3,988,1755 +"214631",80219,11103,3,988,2393 +"214632",80219,11218,2,988,2292 +"214633",80219,11434,3,988,1187 +"214634",80219,11493,3,988,2077 +"214635",80219,11516,3,988,1937 +"214636",80219,11966,3,988,2385 +"214637",80219,12035,3,988,2721 +"214638",80219,12042,2,988,2345 +"214639",80219,12199,3,988,1651 +"214640",80219,12371,3,988,1569 +"214641",80219,13248,3,988,1385 +"214642",80219,13311,3,988,2315 +"214643",80219,14032,3,988,2144 +"214644",80219,14072,3,988,1346 +"214645",80219,14080,3,988,1351 +"214646",80219,14972,2,988,2332 +"214647",80219,15207,3,988,1855 +"214648",80219,15301,3,988,2308 +"214649",80219,16096,3,988,2301 +"214650",80219,16352,2,988,2657 +"214651",80219,17381,3,988,1697 +"214652",80219,17400,2,988,2231 +"214653",80219,17626,3,988,1265 +"214654",80219,17698,3,988,1559 +"214655",80219,17934,3,988,1059 +"214656",80219,18142,3,988,1078 +"214657",80219,18348,1,988,1711 +"214658",80219,18361,3,988,2968 +"214659",80219,18415,3,988,2184 +"214660",80219,19733,3,988,1907 +"214661",80219,21571,3,988,2755 +"214662",80219,21872,3,988,2458 +"214663",80219,22566,3,988,2308 +"214664",80219,23006,3,988,1532 +"214665",80219,23132,3,988,2756 +"214666",80219,23159,3,988,1548 +"214667",80219,23310,1,988,2371 +"214668",80219,23395,3,988,1948 +"214669",80219,23918,3,988,1881 +"214670",80219,24146,3,988,2003 +"214671",80219,24169,3,988,1663 +"214672",80219,24256,3,988,2393 +"214673",80219,24568,2,988,1937 +"214674",80219,25971,3,988,2608 +"214675",80219,26067,3,988,2069 +"214676",80219,26080,2,988,2525 +"214677",80219,26366,3,988,1688 +"214678",80219,26793,3,988,2104 +"214679",80219,26818,3,988,1999 +"214680",80219,27195,3,988,2158 +"214681",80219,28050,3,988,1955 +"214682",80219,28168,3,988,2702 +"214683",80219,28296,3,988,2944 +"214684",80219,28571,3,988,1556 +"214685",80219,28626,3,988,2842 +"214686",80219,28627,3,988,2694 +"214687",80219,28784,3,988,1579 +"214688",80219,29930,2,988,2240 +"214689",80219,30173,3,988,2404 +"214690",80219,30325,3,988,1067 +"214691",80219,31783,3,988,1180 +"214692",80219,32503,2,988,2020 +"214693",80219,32567,3,988,2784 +"214694",80219,32694,2,988,1602 +"214695",80219,32919,2,988,2321 +"214696",80219,32947,3,988,1091 +"214697",80219,34735,2,988,2767 +"214698",80219,34945,3,988,1298 +"214699",80219,35302,3,988,1589 +"214700",80219,35926,3,988,2371 +"214701",80219,36691,1,988,1903 +"214702",80219,36962,3,988,2861 +"214703",80219,37333,3,988,1612 +"214704",80219,37752,3,988,2223 +"214705",80219,38140,3,988,1866 +"214706",80219,39186,2,988,1258 +"214707",80219,39294,3,988,1889 +"214708",80219,39443,3,988,2277 +"214709",80219,39746,3,988,1361 +"214710",80219,39875,3,988,2422 +"214711",80219,40028,3,988,1349 +"214712",80219,40072,3,988,1182 +"214713",80219,40645,3,988,1899 +"214714",80219,41739,3,988,1339 +"214715",80219,41832,3,988,1155 +"214716",80219,41955,3,988,2479 +"214717",80219,41972,3,988,2509 +"214718",80219,42619,3,988,2017 +"214719",80219,43153,2,988,1381 +"214720",80219,44420,3,988,2184 +"214721",80219,44521,2,988,1593 +"214722",80219,44557,3,988,2371 +"214723",80219,44720,3,988,1202 +"214724",80219,44786,3,988,1096 +"214725",80219,45480,3,988,1104 +"214726",80219,45959,3,988,1880 +"214727",80219,46040,3,988,2105 +"214728",80219,50236,3,988,2339 +"214729",80219,51471,3,988,1280 +"214730",80219,52026,3,988,2633 +"214731",80219,52442,3,988,1269 +"214732",80219,52735,3,988,1124 +"214733",80219,53134,2,988,1590 +"214734",80219,54020,3,988,1578 +"214735",80219,54879,3,988,2210 +"214736",80219,54929,2,988,2783 +"214737",80219,56082,3,988,2395 +"214738",80219,56237,3,988,2625 +"214739",80219,56604,2,988,1919 +"214740",80219,57246,3,988,1873 +"214741",80219,57714,3,988,1391 +"214742",80219,57977,3,988,2683 +"214743",80219,59039,3,988,2870 +"214744",80219,59485,2,988,1564 +"214745",80219,60280,3,988,1918 +"214746",80219,61719,3,988,1515 +"214747",80219,62488,3,988,1418 +"214748",80219,63409,2,988,1937 +"214749",80219,63442,3,988,1965 +"214750",80219,64181,3,988,1828 +"214751",80219,65188,3,988,2213 +"214752",80219,65322,3,988,2008 +"214753",80219,65625,3,988,1273 +"214754",80219,66413,3,988,2507 +"214755",80219,69250,3,988,1439 +"214756",80219,69788,3,988,2007 +"214757",80219,71274,3,988,2390 +"214758",80219,72501,3,988,2795 +"214759",80219,73192,3,988,1955 +"214760",80219,73305,2,988,2544 +"214761",80219,74290,3,988,1513 +"214762",80219,75403,3,988,1895 +"214763",80219,76495,3,988,1255 +"214764",80219,78150,3,988,2581 +"214765",80219,80429,3,988,1927 +"214766",80219,81349,3,988,1958 +"214767",80219,81478,3,988,1640 +"214768",80219,82732,3,988,2810 +"214769",80219,84500,3,988,1583 +"214770",80219,88808,3,988,1462 +"214771",80219,90425,3,988,1824 +"214772",80219,92508,3,988,1374 +"214773",80219,93752,3,988,1368 +"214774",80219,94500,2,988,1529 +"214775",80219,94520,3,988,1243 +"214776",80219,96352,3,988,1493 +"214777",80219,98801,3,988,1035 +"214778",80219,100140,3,988,1041 +"214779",80219,105063,3,988,1908 +"214780",80219,105795,3,988,1265 +"214781",80219,107649,3,988,1573 +"214782",80242,212,3,569,1513 +"214783",80242,270,3,569,2542 +"214784",80242,1124,3,569,1596 +"214785",80242,1520,3,569,1716 +"214786",80242,1875,3,569,1786 +"214787",80242,2111,3,569,1904 +"214788",80242,4790,3,569,1025 +"214789",80242,4791,3,569,1184 +"214790",80242,5716,3,569,1058 +"214791",80242,5971,2,569,1985 +"214792",80242,5986,3,569,1721 +"214793",80242,6047,3,569,2004 +"214794",80242,6222,3,569,1949 +"214795",80242,6264,3,569,749 +"214796",80242,6417,3,569,1675 +"214797",80242,6588,3,569,2025 +"214798",80242,6718,2,569,2138 +"214799",80242,7555,3,569,1943 +"214800",80242,8762,3,569,2585 +"214801",80242,8866,3,569,1545 +"214802",80242,8888,3,569,1328 +"214803",80242,9432,3,569,1693 +"214804",80242,9695,3,569,2143 +"214805",80242,10488,3,569,1524 +"214806",80242,10523,3,569,1510 +"214807",80242,10567,3,569,1839 +"214808",80242,11218,3,569,2292 +"214809",80242,11229,2,569,1625 +"214810",80242,11817,1,569,600 +"214811",80242,12042,3,569,2345 +"214812",80242,12374,3,569,2260 +"214813",80242,13307,3,569,2206 +"214814",80242,14656,3,569,584 +"214815",80242,14855,3,569,903 +"214816",80242,14959,3,569,2898 +"214817",80242,15118,3,569,1311 +"214818",80242,15135,3,569,1035 +"214819",80242,15700,3,569,1712 +"214820",80242,16310,3,569,2796 +"214821",80242,16352,2,569,2657 +"214822",80242,17400,3,569,2231 +"214823",80242,18152,3,569,1314 +"214824",80242,18361,3,569,2968 +"214825",80242,18394,3,569,2356 +"214826",80242,20124,3,569,2376 +"214827",80242,20311,3,569,1981 +"214828",80242,20975,3,569,1305 +"214829",80242,21104,3,569,2327 +"214830",80242,21198,3,569,935 +"214831",80242,21693,2,569,2176 +"214832",80242,22197,1,569,2271 +"214833",80242,22282,3,569,1418 +"214834",80242,22326,2,569,2818 +"214835",80242,22362,2,569,1836 +"214836",80242,22705,3,569,1016 +"214837",80242,23526,3,569,1998 +"214838",80242,23715,3,569,1859 +"214839",80242,23725,3,569,2378 +"214840",80242,24362,3,569,1287 +"214841",80242,25305,2,569,2447 +"214842",80242,26080,3,569,2525 +"214843",80242,26749,3,569,2965 +"214844",80242,26848,3,569,2363 +"214845",80242,26867,2,569,1804 +"214846",80242,27744,3,569,861 +"214847",80242,28002,3,569,914 +"214848",80242,28190,3,569,1634 +"214849",80242,29093,2,569,1933 +"214850",80242,29705,2,569,607 +"214851",80242,29962,3,569,2201 +"214852",80242,29987,2,569,956 +"214853",80242,30173,3,569,2404 +"214854",80242,30325,3,569,1067 +"214855",80242,30334,3,569,2075 +"214856",80242,30405,3,569,2164 +"214857",80242,32017,3,569,577 +"214858",80242,32131,3,569,1035 +"214859",80242,34735,3,569,2767 +"214860",80242,35673,3,569,1067 +"214861",80242,37636,3,569,2178 +"214862",80242,37800,3,569,604 +"214863",80242,38019,3,569,1870 +"214864",80242,39238,3,569,922 +"214865",80242,39865,3,569,849 +"214866",80242,40028,2,569,1349 +"214867",80242,40072,2,569,1182 +"214868",80242,40392,3,569,1878 +"214869",80242,42687,1,569,1952 +"214870",80242,43051,3,569,904 +"214871",80242,43213,3,569,2160 +"214872",80242,44521,3,569,1593 +"214873",80242,44648,3,569,619 +"214874",80242,44729,3,569,588 +"214875",80242,46182,3,569,1613 +"214876",80242,46629,3,569,2255 +"214877",80242,46723,3,569,607 +"214878",80242,49185,3,569,1544 +"214879",80242,50118,3,569,2654 +"214880",80242,50219,3,569,756 +"214881",80242,50236,2,569,2339 +"214882",80242,51783,3,569,2599 +"214883",80242,52136,3,569,1412 +"214884",80242,53303,3,569,1376 +"214885",80242,56082,2,569,2395 +"214886",80242,56237,3,569,2625 +"214887",80242,56317,3,569,2030 +"214888",80242,57246,3,569,1873 +"214889",80242,58508,3,569,2326 +"214890",80242,59939,3,569,936 +"214891",80242,67763,3,569,822 +"214892",80242,70217,3,569,2332 +"214893",80242,70838,2,569,687 +"214894",80242,71342,3,569,1289 +"214895",80242,72188,3,569,856 +"214896",80242,72207,3,569,2430 +"214897",80242,72326,3,569,2384 +"214898",80242,72956,3,569,1251 +"214899",80242,75403,3,569,1895 +"214900",80242,75948,3,569,1006 +"214901",80242,79804,2,569,2227 +"214902",80242,80014,3,569,1562 +"214903",80242,81588,3,569,1568 +"214904",80242,82949,3,569,2077 +"214905",80242,85138,3,569,1685 +"214906",80242,87048,2,569,989 +"214907",80242,89097,3,569,935 +"214908",80242,91912,3,569,790 +"214909",80242,92220,3,569,607 +"214910",80242,101797,3,569,2357 +"214911",80242,109718,3,569,1237 +"214912",80242,111971,3,569,1032 +"214913",80242,120549,3,569,708 +"214914",80244,8140,3,906,1262 +"214915",80244,27255,3,906,1232 +"214916",80244,39443,3,906,2277 +"214917",80244,39875,3,906,2422 +"214918",80246,4675,3,1224,1741 +"214919",80246,25480,3,1224,2747 +"214920",80246,41023,3,1224,2408 +"214921",80246,64255,3,1224,2309 +"214922",80273,2370,2,586,1600 +"214923",80273,6020,3,586,1864 +"214924",80273,40510,3,586,943 +"214925",80273,45449,3,586,1610 +"214926",80273,45450,3,586,1590 +"214927",80273,45562,2,586,623 +"214928",80273,116771,3,586,623 +"214929",80274,4932,3,191,2752 +"214930",80274,4983,3,191,1909 +"214931",80274,13290,2,191,2824 +"214932",80274,25185,3,191,341 +"214933",80274,30010,3,191,2917 +"214934",80274,34908,2,191,2796 +"214935",80274,36953,3,191,2790 +"214936",80274,39802,3,191,206 +"214937",80274,46486,3,191,1868 +"214938",80278,2484,3,1057,2389 +"214939",80278,4322,3,1057,1707 +"214940",80278,8762,3,1057,2585 +"214941",80278,15713,3,1057,1646 +"214942",80278,17520,3,1057,2276 +"214943",80278,19813,3,1057,1744 +"214944",80278,25874,1,1057,2088 +"214945",80278,38921,3,1057,1880 +"214946",80278,42264,3,1057,1702 +"214947",80278,50252,3,1057,2001 +"214948",80278,55256,3,1057,2379 +"214949",80301,843,2,1690,2332 +"214950",80301,1702,3,1690,1984 +"214951",80301,2424,3,1690,2582 +"214952",80301,2455,3,1690,1780 +"214953",80301,2647,3,1690,2450 +"214954",80301,2927,3,1690,1789 +"214955",80301,3271,1,1690,2216 +"214956",80301,3272,3,1690,2132 +"214957",80301,3477,3,1690,2546 +"214958",80301,3947,3,1690,2067 +"214959",80301,3961,3,1690,2426 +"214960",80301,3978,3,1690,2775 +"214961",80301,4226,3,1690,1903 +"214962",80301,4249,3,1690,2547 +"214963",80301,4691,3,1690,1888 +"214964",80301,4932,3,1690,2752 +"214965",80301,4983,3,1690,1909 +"214966",80301,5055,3,1690,1796 +"214967",80301,5239,3,1690,2875 +"214968",80301,5852,3,1690,1862 +"214969",80301,6052,3,1690,1985 +"214970",80301,6248,3,1690,2737 +"214971",80301,6821,3,1690,1788 +"214972",80301,6999,3,1690,2214 +"214973",80301,7337,2,1690,1797 +"214974",80301,7942,3,1690,2623 +"214975",80301,7984,3,1690,2493 +"214976",80301,9088,3,1690,1881 +"214977",80301,9269,3,1690,1892 +"214978",80301,9272,1,1690,2835 +"214979",80301,9503,3,1690,2453 +"214980",80301,9724,3,1690,2713 +"214981",80301,9895,3,1690,1960 +"214982",80301,9910,3,1690,2526 +"214983",80301,9948,3,1690,2019 +"214984",80301,10373,3,1690,2436 +"214985",80301,10513,3,1690,2284 +"214986",80301,10638,3,1690,2692 +"214987",80301,10701,3,1690,2000 +"214988",80301,11239,3,1690,2181 +"214989",80301,11319,3,1690,2073 +"214990",80301,11477,3,1690,2724 +"214991",80301,11506,3,1690,2824 +"214992",80301,12374,3,1690,2260 +"214993",80301,13340,3,1690,1918 +"214994",80301,13780,3,1690,2412 +"214995",80301,14108,3,1690,2012 +"214996",80301,14470,3,1690,2632 +"214997",80301,14612,3,1690,2340 +"214998",80301,14654,2,1690,1692 +"214999",80301,14761,3,1690,2502 +"215000",80301,14887,3,1690,2158 +"215001",80301,14957,3,1690,2306 +"215002",80301,15023,3,1690,2054 +"215003",80301,15401,3,1690,1999 +"215004",80301,15782,3,1690,2306 +"215005",80301,16437,2,1690,1956 +"215006",80301,16757,3,1690,1755 +"215007",80301,16801,3,1690,2008 +"215008",80301,16826,3,1690,2599 +"215009",80301,16963,3,1690,1999 +"215010",80301,17645,3,1690,1918 +"215011",80301,17695,3,1690,1930 +"215012",80301,18103,3,1690,1968 +"215013",80301,18571,3,1690,2128 +"215014",80301,18943,3,1690,2861 +"215015",80301,19075,2,1690,2214 +"215016",80301,19364,3,1690,2846 +"215017",80301,19719,3,1690,2177 +"215018",80301,20547,3,1690,2145 +"215019",80301,20695,3,1690,2526 +"215020",80301,21285,3,1690,2100 +"215021",80301,21684,3,1690,1971 +"215022",80301,21693,3,1690,2176 +"215023",80301,22141,3,1690,2348 +"215024",80301,22326,3,1690,2818 +"215025",80301,22362,3,1690,1836 +"215026",80301,22410,3,1690,2158 +"215027",80301,22709,3,1690,2743 +"215028",80301,23550,3,1690,2939 +"215029",80301,25289,3,1690,1790 +"215030",80301,25941,3,1690,2369 +"215031",80301,26451,3,1690,2133 +"215032",80301,26597,3,1690,2070 +"215033",80301,26749,3,1690,2965 +"215034",80301,28432,2,1690,1954 +"215035",80301,28582,3,1690,2698 +"215036",80301,29319,3,1690,2314 +"215037",80301,30010,3,1690,2917 +"215038",80301,31164,3,1690,1996 +"215039",80301,31264,3,1690,2335 +"215040",80301,31357,3,1690,2389 +"215041",80301,32449,3,1690,2091 +"215042",80301,32516,3,1690,2050 +"215043",80301,32939,3,1690,2277 +"215044",80301,32988,3,1690,2008 +"215045",80301,33451,3,1690,1957 +"215046",80301,33572,3,1690,2370 +"215047",80301,34136,3,1690,2202 +"215048",80301,34331,3,1690,1727 +"215049",80301,34831,3,1690,1866 +"215050",80301,35317,3,1690,1888 +"215051",80301,36136,3,1690,2338 +"215052",80301,36840,3,1690,2269 +"215053",80301,36979,3,1690,2158 +"215054",80301,37684,3,1690,2899 +"215055",80301,37752,2,1690,2223 +"215056",80301,38019,3,1690,1870 +"215057",80301,38038,3,1690,2686 +"215058",80301,38887,3,1690,2468 +"215059",80301,39439,2,1690,2462 +"215060",80301,39444,2,1690,2695 +"215061",80301,39906,3,1690,2365 +"215062",80301,40432,3,1690,1956 +"215063",80301,40645,3,1690,1899 +"215064",80301,42382,3,1690,2224 +"215065",80301,42390,3,1690,2937 +"215066",80301,42407,3,1690,2408 +"215067",80301,43173,2,1690,2895 +"215068",80301,43226,1,1690,2442 +"215069",80301,43701,3,1690,2400 +"215070",80301,45959,3,1690,1880 +"215071",80301,46486,3,1690,1868 +"215072",80301,46616,3,1690,1917 +"215073",80301,46951,3,1690,2429 +"215074",80301,47607,3,1690,2724 +"215075",80301,48110,1,1690,2009 +"215076",80301,48931,3,1690,2444 +"215077",80301,51843,3,1690,2389 +"215078",80301,52215,3,1690,1908 +"215079",80301,52576,3,1690,2234 +"215080",80301,53445,2,1690,2028 +"215081",80301,53584,3,1690,2391 +"215082",80301,54385,3,1690,2340 +"215083",80301,55556,3,1690,2075 +"215084",80301,56082,3,1690,2395 +"215085",80301,56317,3,1690,2030 +"215086",80301,56338,3,1690,1818 +"215087",80301,57804,2,1690,2214 +"215088",80301,58508,1,1690,2326 +"215089",80301,59039,2,1690,2870 +"215090",80301,59700,3,1690,2346 +"215091",80301,65155,3,1690,1947 +"215092",80301,65322,3,1690,2008 +"215093",80301,66911,3,1690,1920 +"215094",80301,69335,1,1690,2698 +"215095",80301,71274,3,1690,2390 +"215096",80301,73553,3,1690,2726 +"215097",80301,77077,3,1690,2693 +"215098",80301,79036,3,1690,2524 +"215099",80301,80190,3,1690,2717 +"215100",80301,82949,3,1690,2077 +"215101",80301,84808,3,1690,1974 +"215102",80301,93553,3,1690,2537 +"215103",80301,98354,3,1690,2794 +"215104",80301,108379,3,1690,2933 +"215105",80337,2334,3,394,2619 +"215106",80337,4660,3,394,2149 +"215107",80337,5346,3,394,1438 +"215108",80337,9332,3,394,2734 +"215109",80337,15095,3,394,2001 +"215110",80337,15207,3,394,1855 +"215111",80337,18421,3,394,2457 +"215112",80337,18550,3,394,483 +"215113",80337,21535,3,394,404 +"215114",80337,24974,2,394,702 +"215115",80337,30865,3,394,2038 +"215116",80337,36346,3,394,1240 +"215117",80337,36737,3,394,829 +"215118",80337,40113,3,394,451 +"215119",80337,43204,3,394,1680 +"215120",80337,61913,2,394,397 +"215121",80337,63641,3,394,2337 +"215122",80337,66693,3,394,2554 +"215123",80337,66717,3,394,2104 +"215124",80337,69545,3,394,673 +"215125",80337,72535,3,394,1191 +"215126",80337,80338,1,394,2059 +"215127",80337,83729,2,394,406 +"215128",80337,94520,3,394,1243 +"215129",80337,96007,3,394,895 +"215130",80338,2334,3,2059,2619 +"215131",80338,4660,3,2059,2149 +"215132",80338,9332,3,2059,2734 +"215133",80338,18421,3,2059,2457 +"215134",80338,63641,3,2059,2337 +"215135",80338,66717,3,2059,2104 +"215136",80351,1785,3,594,2350 +"215137",80351,2737,3,594,607 +"215138",80351,3034,2,594,2601 +"215139",80351,7787,2,594,2314 +"215140",80351,11346,2,594,1924 +"215141",80351,12511,2,594,1298 +"215142",80351,16970,1,594,938 +"215143",80351,17672,3,594,1987 +"215144",80351,19002,3,594,2053 +"215145",80351,23364,3,594,2306 +"215146",80351,26698,3,594,1963 +"215147",80351,27570,3,594,1559 +"215148",80351,36892,3,594,643 +"215149",80351,38354,3,594,629 +"215150",80351,53640,3,594,1789 +"215151",80351,78002,1,594,2271 +"215152",80351,85401,3,594,1931 +"215153",80377,1574,3,1384,1718 +"215154",80377,1685,3,1384,2230 +"215155",80377,1785,3,1384,2350 +"215156",80377,4698,3,1384,2481 +"215157",80377,9909,3,1384,2230 +"215158",80377,12000,3,1384,1454 +"215159",80377,15683,3,1384,1729 +"215160",80377,19002,3,1384,2053 +"215161",80377,19296,3,1384,1705 +"215162",80377,19366,3,1384,2279 +"215163",80377,19656,3,1384,2059 +"215164",80377,21407,3,1384,2728 +"215165",80377,30096,3,1384,2082 +"215166",80377,42382,3,1384,2224 +"215167",80377,50621,3,1384,2809 +"215168",80377,51460,3,1384,1872 +"215169",80377,70656,3,1384,2771 +"215170",80377,85525,3,1384,1718 +"215171",80377,88171,3,1384,1488 +"215172",80377,96300,3,1384,2594 +"215173",80429,313,3,1927,2271 +"215174",80429,377,3,1927,2389 +"215175",80429,455,3,1927,2827 +"215176",80429,470,3,1927,2285 +"215177",80429,499,3,1927,1931 +"215178",80429,543,2,1927,2203 +"215179",80429,613,3,1927,2687 +"215180",80429,913,3,1927,2144 +"215181",80429,1136,3,1927,2536 +"215182",80429,1151,3,1927,2885 +"215183",80429,1495,3,1927,2046 +"215184",80429,1616,3,1927,2662 +"215185",80429,1691,3,1927,1941 +"215186",80429,1777,2,1927,1965 +"215187",80429,2036,3,1927,2483 +"215188",80429,2224,3,1927,2751 +"215189",80429,2484,2,1927,2389 +"215190",80429,3161,3,1927,2229 +"215191",80429,4057,3,1927,2389 +"215192",80429,4687,3,1927,2152 +"215193",80429,5078,2,1927,2033 +"215194",80429,5457,2,1927,2077 +"215195",80429,5462,2,1927,2374 +"215196",80429,5504,1,1927,2389 +"215197",80429,6390,3,1927,2385 +"215198",80429,6718,3,1927,2138 +"215199",80429,7323,2,1927,2858 +"215200",80429,7515,3,1927,2737 +"215201",80429,7847,3,1927,2424 +"215202",80429,8760,3,1927,2477 +"215203",80429,9184,3,1927,2670 +"215204",80429,9362,3,1927,2879 +"215205",80429,10433,3,1927,2075 +"215206",80429,11516,2,1927,1937 +"215207",80429,12713,3,1927,2440 +"215208",80429,15539,3,1927,1929 +"215209",80429,17410,3,1927,2073 +"215210",80429,17520,3,1927,2276 +"215211",80429,18151,3,1927,2962 +"215212",80429,19322,3,1927,2048 +"215213",80429,19606,3,1927,2783 +"215214",80429,20407,3,1927,2339 +"215215",80429,20563,3,1927,2267 +"215216",80429,20659,3,1927,1969 +"215217",80429,20700,3,1927,2861 +"215218",80429,22567,3,1927,2396 +"215219",80429,23132,2,1927,2756 +"215220",80429,24568,2,1927,1937 +"215221",80429,25816,3,1927,2088 +"215222",80429,26516,3,1927,2479 +"215223",80429,27391,3,1927,2378 +"215224",80429,27478,3,1927,2485 +"215225",80429,29258,3,1927,1932 +"215226",80429,29930,3,1927,2240 +"215227",80429,31235,3,1927,2668 +"215228",80429,31799,3,1927,2547 +"215229",80429,35256,3,1927,2271 +"215230",80429,36439,3,1927,2469 +"215231",80429,37418,3,1927,2710 +"215232",80429,37570,2,1927,2389 +"215233",80429,39444,3,1927,2695 +"215234",80429,40383,3,1927,2639 +"215235",80429,42687,3,1927,1952 +"215236",80429,44768,3,1927,2516 +"215237",80429,47445,3,1927,2668 +"215238",80429,49965,3,1927,2301 +"215239",80429,50252,3,1927,2001 +"215240",80429,53031,3,1927,2065 +"215241",80429,55556,3,1927,2075 +"215242",80429,55828,3,1927,2393 +"215243",80429,57977,3,1927,2683 +"215244",80429,62219,3,1927,2494 +"215245",80429,62840,3,1927,2502 +"215246",80429,63409,2,1927,1937 +"215247",80429,64997,3,1927,2791 +"215248",80429,73305,3,1927,2544 +"215249",80429,79804,2,1927,2227 +"215250",80429,82949,3,1927,2077 +"215251",80429,85430,3,1927,2370 +"215252",80429,91570,3,1927,2229 +"215253",80429,92322,3,1927,2393 +"215254",80454,2282,3,423,2056 +"215255",80454,2443,3,423,2333 +"215256",80454,2506,3,423,954 +"215257",80454,2647,3,423,2450 +"215258",80454,3101,3,423,513 +"215259",80454,4249,3,423,2547 +"215260",80454,4784,3,423,2511 +"215261",80454,6020,3,423,1864 +"215262",80454,6345,3,423,2713 +"215263",80454,8006,2,423,479 +"215264",80454,8157,3,423,1063 +"215265",80454,9724,2,423,2713 +"215266",80454,9910,3,423,2526 +"215267",80454,10701,2,423,2000 +"215268",80454,10990,2,423,805 +"215269",80454,12966,3,423,2011 +"215270",80454,13595,2,423,1164 +"215271",80454,14172,3,423,1923 +"215272",80454,14212,1,423,857 +"215273",80454,14470,3,423,2632 +"215274",80454,15607,3,423,1421 +"215275",80454,16963,3,423,1999 +"215276",80454,17499,2,423,2954 +"215277",80454,17531,1,423,876 +"215278",80454,17695,3,423,1930 +"215279",80454,19366,3,423,2279 +"215280",80454,20695,3,423,2526 +"215281",80454,21358,3,423,1970 +"215282",80454,21571,3,423,2755 +"215283",80454,22357,2,423,1397 +"215284",80454,22566,3,423,2308 +"215285",80454,23550,3,423,2939 +"215286",80454,24252,3,423,639 +"215287",80454,26597,2,423,2070 +"215288",80454,27458,3,423,647 +"215289",80454,27570,3,423,1559 +"215290",80454,28648,2,423,1586 +"215291",80454,28782,3,423,2272 +"215292",80454,32169,3,423,2504 +"215293",80454,32350,3,423,1540 +"215294",80454,34274,3,423,1437 +"215295",80454,36399,3,423,1357 +"215296",80454,37684,2,423,2899 +"215297",80454,38422,3,423,1019 +"215298",80454,41489,3,423,2006 +"215299",80454,42390,3,423,2937 +"215300",80454,42956,3,423,932 +"215301",80454,43701,1,423,2400 +"215302",80454,45297,3,423,1864 +"215303",80454,47607,3,423,2724 +"215304",80454,47860,3,423,789 +"215305",80454,48823,3,423,2080 +"215306",80454,49029,3,423,647 +"215307",80454,49142,3,423,2289 +"215308",80454,50468,2,423,1659 +"215309",80454,51505,3,423,1572 +"215310",80454,52386,3,423,1830 +"215311",80454,53652,3,423,2899 +"215312",80454,54316,2,423,1202 +"215313",80454,55183,3,423,450 +"215314",80454,63329,3,423,639 +"215315",80454,63631,3,423,763 +"215316",80454,65375,2,423,824 +"215317",80454,67289,3,423,829 +"215318",80454,68884,3,423,1011 +"215319",80454,69260,3,423,1698 +"215320",80454,69795,3,423,2636 +"215321",80454,76450,3,423,1077 +"215322",80454,76814,3,423,926 +"215323",80454,76929,3,423,910 +"215324",80454,77719,3,423,2086 +"215325",80454,78277,3,423,1937 +"215326",80454,82217,3,423,2441 +"215327",80454,93642,3,423,1120 +"215328",80454,101381,3,423,977 +"215329",80454,102467,3,423,708 +"215330",80454,105435,3,423,684 +"215331",80454,117190,3,423,425 +"215332",80454,122938,3,423,1023 +"215333",80471,23,3,538,1682 +"215334",80471,360,3,538,1671 +"215335",80471,499,3,538,1931 +"215336",80471,543,3,538,2203 +"215337",80471,600,3,538,1702 +"215338",80471,671,2,538,2328 +"215339",80471,675,3,538,1686 +"215340",80471,733,3,538,1653 +"215341",80471,1046,2,538,1881 +"215342",80471,1050,3,538,1185 +"215343",80471,1127,3,538,1188 +"215344",80471,1130,3,538,1566 +"215345",80471,1136,2,538,2536 +"215346",80471,1367,3,538,2176 +"215347",80471,1469,3,538,1160 +"215348",80471,1495,3,538,2046 +"215349",80471,1777,3,538,1965 +"215350",80471,2036,3,538,2483 +"215351",80471,2063,2,538,1278 +"215352",80471,2269,3,538,984 +"215353",80471,2300,3,538,565 +"215354",80471,2325,3,538,1641 +"215355",80471,2743,3,538,1278 +"215356",80471,2754,2,538,1360 +"215357",80471,2766,3,538,1920 +"215358",80471,2954,3,538,2727 +"215359",80471,3164,3,538,2693 +"215360",80471,3167,3,538,1676 +"215361",80471,3242,2,538,1730 +"215362",80471,3830,3,538,1661 +"215363",80471,3954,3,538,839 +"215364",80471,4191,2,538,2130 +"215365",80471,4226,3,538,1903 +"215366",80471,4360,3,538,1770 +"215367",80471,4618,2,538,2607 +"215368",80471,4687,3,538,2152 +"215369",80471,4763,3,538,1960 +"215370",80471,4980,3,538,2093 +"215371",80471,5041,3,538,2371 +"215372",80471,5072,3,538,2175 +"215373",80471,5078,3,538,2033 +"215374",80471,5148,3,538,2206 +"215375",80471,5457,3,538,2077 +"215376",80471,5462,2,538,2374 +"215377",80471,5504,3,538,2389 +"215378",80471,5622,3,538,2175 +"215379",80471,5669,3,538,2502 +"215380",80471,5725,2,538,2789 +"215381",80471,6030,3,538,2953 +"215382",80471,7181,3,538,1421 +"215383",80471,7234,3,538,2654 +"215384",80471,7245,3,538,2089 +"215385",80471,7861,3,538,1647 +"215386",80471,8258,3,538,1959 +"215387",80471,8533,3,538,2251 +"215388",80471,8621,3,538,1681 +"215389",80471,8700,3,538,1270 +"215390",80471,8772,3,538,847 +"215391",80471,9298,3,538,1109 +"215392",80471,9311,3,538,2477 +"215393",80471,10404,3,538,2062 +"215394",80471,10488,3,538,1524 +"215395",80471,10857,3,538,2253 +"215396",80471,10874,3,538,1891 +"215397",80471,10875,2,538,1234 +"215398",80471,10890,3,538,2639 +"215399",80471,11662,3,538,1139 +"215400",80471,12096,2,538,1330 +"215401",80471,12310,3,538,1337 +"215402",80471,12867,3,538,2773 +"215403",80471,13925,3,538,1515 +"215404",80471,13929,3,538,2693 +"215405",80471,13945,3,538,1324 +"215406",80471,14091,3,538,929 +"215407",80471,15184,2,538,2396 +"215408",80471,15402,3,538,1281 +"215409",80471,15539,3,538,1929 +"215410",80471,15607,3,538,1421 +"215411",80471,16074,3,538,977 +"215412",80471,16164,2,538,1184 +"215413",80471,16217,3,538,1653 +"215414",80471,16313,3,538,1160 +"215415",80471,16863,3,538,2069 +"215416",80471,17357,2,538,1536 +"215417",80471,17400,3,538,2231 +"215418",80471,18415,3,538,2184 +"215419",80471,19027,2,538,2721 +"215420",80471,19453,3,538,1928 +"215421",80471,19606,3,538,2783 +"215422",80471,20563,3,538,2267 +"215423",80471,20700,3,538,2861 +"215424",80471,20824,3,538,1366 +"215425",80471,21911,3,538,1184 +"215426",80471,22006,2,538,1202 +"215427",80471,22260,3,538,2137 +"215428",80471,22331,3,538,2687 +"215429",80471,22705,3,538,1016 +"215430",80471,22749,3,538,1727 +"215431",80471,22884,3,538,1608 +"215432",80471,22964,3,538,1443 +"215433",80471,23154,3,538,2345 +"215434",80471,23492,3,538,1067 +"215435",80471,23506,3,538,1172 +"215436",80471,23534,3,538,1659 +"215437",80471,23652,3,538,803 +"215438",80471,23918,3,538,1881 +"215439",80471,24259,3,538,1281 +"215440",80471,24755,2,538,1319 +"215441",80471,25129,3,538,2647 +"215442",80471,25341,2,538,1858 +"215443",80471,25643,1,538,1646 +"215444",80471,26282,2,538,1241 +"215445",80471,26322,3,538,1018 +"215446",80471,26351,3,538,2683 +"215447",80471,26436,3,538,2489 +"215448",80471,26516,3,538,2479 +"215449",80471,26570,2,538,1669 +"215450",80471,27478,3,538,2485 +"215451",80471,27753,3,538,2750 +"215452",80471,27792,3,538,1308 +"215453",80471,28190,3,538,1634 +"215454",80471,28285,3,538,2972 +"215455",80471,28303,3,538,2089 +"215456",80471,28434,1,538,1141 +"215457",80471,28731,3,538,955 +"215458",80471,29050,3,538,1196 +"215459",80471,29073,3,538,2328 +"215460",80471,29095,3,538,2531 +"215461",80471,29456,3,538,1182 +"215462",80471,30119,3,538,1961 +"215463",80471,30325,2,538,1067 +"215464",80471,30883,3,538,1629 +"215465",80471,31799,1,538,2547 +"215466",80471,32113,3,538,882 +"215467",80471,32409,3,538,857 +"215468",80471,32988,3,538,2008 +"215469",80471,33160,3,538,2441 +"215470",80471,33588,2,538,1040 +"215471",80471,33621,3,538,1319 +"215472",80471,33801,3,538,2899 +"215473",80471,34216,3,538,2832 +"215474",80471,34492,3,538,1798 +"215475",80471,34509,3,538,1973 +"215476",80471,34815,3,538,2354 +"215477",80471,35256,3,538,2271 +"215478",80471,37418,3,538,2710 +"215479",80471,37620,2,538,2716 +"215480",80471,37893,3,538,875 +"215481",80471,38048,3,538,867 +"215482",80471,38449,3,538,1802 +"215483",80471,38523,2,538,549 +"215484",80471,39087,3,538,2765 +"215485",80471,39294,3,538,1889 +"215486",80471,39865,3,538,849 +"215487",80471,40293,2,538,1671 +"215488",80471,40672,3,538,1315 +"215489",80471,40832,3,538,634 +"215490",80471,41682,3,538,1988 +"215491",80471,41747,3,538,1722 +"215492",80471,41832,3,538,1155 +"215493",80471,42186,3,538,955 +"215494",80471,43213,3,538,2160 +"215495",80471,44427,3,538,2875 +"215496",80471,44636,2,538,1026 +"215497",80471,44648,3,538,619 +"215498",80471,45549,3,538,1322 +"215499",80471,46039,3,538,1794 +"215500",80471,46196,3,538,1510 +"215501",80471,46883,3,538,1671 +"215502",80471,47857,2,538,2325 +"215503",80471,47947,3,538,2681 +"215504",80471,48242,3,538,1690 +"215505",80471,48260,3,538,875 +"215506",80471,48277,3,538,971 +"215507",80471,50976,3,538,547 +"215508",80471,51022,3,538,1499 +"215509",80471,51410,3,538,2739 +"215510",80471,51987,3,538,1397 +"215511",80471,52136,3,538,1412 +"215512",80471,52835,2,538,995 +"215513",80471,53031,3,538,2065 +"215514",80471,53300,3,538,2162 +"215515",80471,53433,3,538,1187 +"215516",80471,53475,3,538,2853 +"215517",80471,54551,3,538,2348 +"215518",80471,54676,3,538,1342 +"215519",80471,55691,3,538,2856 +"215520",80471,56082,3,538,2395 +"215521",80471,56143,3,538,766 +"215522",80471,57150,3,538,1196 +"215523",80471,57414,3,538,922 +"215524",80471,57950,3,538,1529 +"215525",80471,57977,3,538,2683 +"215526",80471,58035,1,538,1646 +"215527",80471,59304,3,538,928 +"215528",80471,60689,3,538,859 +"215529",80471,61719,3,538,1515 +"215530",80471,62488,3,538,1418 +"215531",80471,62538,3,538,1656 +"215532",80471,62840,3,538,2502 +"215533",80471,63770,2,538,1324 +"215534",80471,64031,1,538,1295 +"215535",80471,64181,3,538,1828 +"215536",80471,64997,3,538,2791 +"215537",80471,65029,2,538,2954 +"215538",80471,67216,3,538,984 +"215539",80471,67314,3,538,1051 +"215540",80471,67352,2,538,1115 +"215541",80471,69498,3,538,931 +"215542",80471,70046,3,538,2624 +"215543",80471,71562,3,538,2574 +"215544",80471,72207,3,538,2430 +"215545",80471,72334,3,538,2820 +"215546",80471,73728,3,538,784 +"215547",80471,75403,3,538,1895 +"215548",80471,76284,3,538,1237 +"215549",80471,78256,3,538,804 +"215550",80471,80172,2,538,1342 +"215551",80471,82767,1,538,1641 +"215552",80471,85430,3,538,2370 +"215553",80471,86245,3,538,1972 +"215554",80471,88710,3,538,927 +"215555",80471,88750,3,538,787 +"215556",80471,89958,3,538,1186 +"215557",80471,89965,3,538,810 +"215558",80471,90259,2,538,699 +"215559",80471,91908,3,538,918 +"215560",80471,92220,3,538,607 +"215561",80471,94101,3,538,997 +"215562",80471,94808,3,538,988 +"215563",80471,99103,3,538,1470 +"215564",80471,100134,3,538,977 +"215565",80471,100218,3,538,606 +"215566",80471,101482,3,538,1300 +"215567",80471,102050,3,538,906 +"215568",80471,105233,3,538,1199 +"215569",80471,109571,3,538,797 +"215570",80471,112368,3,538,606 +"215571",80486,28203,3,2008,2117 +"215572",80506,7245,3,1920,2089 +"215573",80506,8604,3,1920,2799 +"215574",80506,10373,3,1920,2436 +"215575",80506,16437,2,1920,1956 +"215576",80506,18415,3,1920,2184 +"215577",80506,37752,3,1920,2223 +"215578",80506,38755,3,1920,2902 +"215579",80506,65691,3,1920,2134 +"215580",80506,96425,2,1920,2007 +"215581",80527,3456,2,1664,1999 +"215582",80527,5363,3,1664,1791 +"215583",80527,8062,3,1664,2858 +"215584",80527,10336,3,1664,2271 +"215585",80527,17887,2,1664,1750 +"215586",80527,17974,3,1664,2876 +"215587",80527,21681,3,1664,2005 +"215588",80527,25373,3,1664,2783 +"215589",80527,31700,3,1664,2727 +"215590",80527,32988,3,1664,2008 +"215591",80527,34870,3,1664,1873 +"215592",80527,37036,3,1664,2264 +"215593",80606,798,3,2079,2476 +"215594",80606,3564,2,2079,2717 +"215595",80606,4612,3,2079,2804 +"215596",80606,6724,3,2079,2151 +"215597",80606,19364,3,2079,2846 +"215598",80606,19433,3,2079,2504 +"215599",80606,20124,3,2079,2376 +"215600",80606,22709,3,2079,2743 +"215601",80606,25325,3,2079,2963 +"215602",80606,26642,3,2079,2952 +"215603",80606,32606,3,2079,2100 +"215604",80606,35715,1,2079,2912 +"215605",80606,41134,3,2079,2952 +"215606",80606,47968,3,2079,2829 +"215607",80606,58559,3,2079,2242 +"215608",80606,61240,3,2079,2651 +"215609",80606,61337,3,2079,2777 +"215610",80606,65856,2,2079,2504 +"215611",80606,69591,3,2079,2294 +"215612",80606,74474,3,2079,2338 +"215613",80606,76971,3,2079,2145 +"215614",80606,116792,3,2079,2397 +"215615",80615,843,3,2252,2332 +"215616",80615,2724,3,2252,2447 +"215617",80615,3477,3,2252,2546 +"215618",80615,3559,3,2252,2413 +"215619",80615,6063,3,2252,2349 +"215620",80615,31357,3,2252,2389 +"215621",80615,33223,3,2252,2397 +"215622",80615,51843,3,2252,2389 +"215623",80615,54385,2,2252,2340 +"215624",80615,55307,3,2252,2306 +"215625",80615,69308,3,2252,2370 +"215626",80615,70011,3,2252,2690 +"215627",80615,110871,3,2252,2879 +"215628",80630,4730,3,1946,2131 +"215629",80630,56737,3,1946,2270 +"215630",80630,57678,1,1946,2441 +"215631",80630,58253,2,1946,2441 +"215632",80630,76132,3,1946,2426 +"215633",80653,919,3,285,910 +"215634",80653,2724,2,285,2447 +"215635",80653,3678,3,285,1325 +"215636",80653,6040,3,285,2103 +"215637",80653,6562,3,285,1139 +"215638",80653,7648,3,285,1861 +"215639",80653,9273,3,285,1747 +"215640",80653,9462,2,285,378 +"215641",80653,10435,3,285,1984 +"215642",80653,11803,1,285,1232 +"215643",80653,12735,3,285,819 +"215644",80653,12861,2,285,1207 +"215645",80653,14061,1,285,1620 +"215646",80653,14442,3,285,2700 +"215647",80653,14902,3,285,562 +"215648",80653,15180,3,285,610 +"215649",80653,17608,3,285,1216 +"215650",80653,17768,3,285,2468 +"215651",80653,20371,1,285,595 +"215652",80653,20547,3,285,2145 +"215653",80653,20921,3,285,723 +"215654",80653,24867,3,285,1861 +"215655",80653,25053,3,285,2186 +"215656",80653,26100,3,285,1966 +"215657",80653,28290,3,285,430 +"215658",80653,29067,3,285,1538 +"215659",80653,29100,3,285,843 +"215660",80653,29354,2,285,1123 +"215661",80653,31259,3,285,2082 +"215662",80653,36996,3,285,2321 +"215663",80653,42407,3,285,2408 +"215664",80653,44132,3,285,1999 +"215665",80653,47094,3,285,2592 +"215666",80653,49805,1,285,2445 +"215667",80653,50779,2,285,623 +"215668",80653,53289,3,285,2746 +"215669",80653,53414,3,285,1672 +"215670",80653,54385,3,285,2340 +"215671",80653,55325,3,285,653 +"215672",80653,55446,3,285,1247 +"215673",80653,55730,3,285,1217 +"215674",80653,61281,3,285,388 +"215675",80653,62848,3,285,1230 +"215676",80653,63096,3,285,2307 +"215677",80653,64737,3,285,2442 +"215678",80653,71128,3,285,485 +"215679",80653,74054,2,285,1488 +"215680",80653,76135,3,285,593 +"215681",80653,77519,1,285,819 +"215682",80653,80615,3,285,2252 +"215683",80653,80705,2,285,2764 +"215684",80653,83598,3,285,619 +"215685",80653,84322,3,285,1635 +"215686",80653,85072,3,285,413 +"215687",80653,91465,2,285,1047 +"215688",80653,94339,3,285,2768 +"215689",80653,103536,2,285,475 +"215690",80653,105253,3,285,476 +"215691",80655,1386,2,1546,1901 +"215692",80655,3695,3,1546,2612 +"215693",80655,7394,3,1546,2615 +"215694",80655,9030,3,1546,1979 +"215695",80655,14709,3,1546,1901 +"215696",80655,15343,3,1546,2125 +"215697",80655,18151,3,1546,2962 +"215698",80655,20469,3,1546,2125 +"215699",80655,21417,3,1546,2422 +"215700",80655,21795,3,1546,2653 +"215701",80655,29791,2,1546,1986 +"215702",80655,30081,3,1546,2403 +"215703",80655,34311,3,1546,2213 +"215704",80655,34327,3,1546,2959 +"215705",80655,34693,3,1546,1938 +"215706",80655,42618,3,1546,2316 +"215707",80655,45664,2,1546,2235 +"215708",80655,70046,3,1546,2624 +"215709",80655,73266,3,1546,2496 +"215710",80655,77057,3,1546,1866 +"215711",80655,77095,3,1546,1622 +"215712",80655,90501,2,1546,2380 +"215713",80671,341,3,665,2689 +"215714",80671,782,2,665,945 +"215715",80671,841,3,665,2964 +"215716",80671,3456,3,665,1999 +"215717",80671,7785,3,665,2441 +"215718",80671,15078,3,665,1033 +"215719",80671,17887,3,665,1750 +"215720",80671,18978,3,665,952 +"215721",80671,20545,3,665,1491 +"215722",80671,20662,3,665,1523 +"215723",80671,23000,3,665,1815 +"215724",80671,27882,3,665,1897 +"215725",80671,30262,3,665,1715 +"215726",80671,32532,3,665,2338 +"215727",80671,32560,3,665,1258 +"215728",80671,32651,2,665,877 +"215729",80671,32920,2,665,2158 +"215730",80671,35797,3,665,2482 +"215731",80671,39418,3,665,1978 +"215732",80671,40954,3,665,2603 +"215733",80671,43961,1,665,2443 +"215734",80671,44074,3,665,1299 +"215735",80671,44749,3,665,1303 +"215736",80671,47375,2,665,2043 +"215737",80671,56755,2,665,2158 +"215738",80671,57356,3,665,2476 +"215739",80671,64967,3,665,2872 +"215740",80671,80527,3,665,1664 +"215741",80671,87011,2,665,1592 +"215742",80671,87269,2,665,847 +"215743",80671,89538,3,665,1847 +"215744",80671,109307,3,665,1187 +"215745",80678,543,3,1595,2203 +"215746",80678,733,3,1595,1653 +"215747",80678,1046,3,1595,1881 +"215748",80678,1090,3,1595,2370 +"215749",80678,1616,3,1595,2662 +"215750",80678,1777,3,1595,1965 +"215751",80678,1897,3,1595,1727 +"215752",80678,2036,2,1595,2483 +"215753",80678,2484,3,1595,2389 +"215754",80678,3242,2,1595,1730 +"215755",80678,3830,3,1595,1661 +"215756",80678,4226,3,1595,1903 +"215757",80678,4618,3,1595,2607 +"215758",80678,5078,3,1595,2033 +"215759",80678,5457,3,1595,2077 +"215760",80678,5462,3,1595,2374 +"215761",80678,5504,2,1595,2389 +"215762",80678,7245,3,1595,2089 +"215763",80678,7323,3,1595,2858 +"215764",80678,8533,3,1595,2251 +"215765",80678,8621,1,1595,1681 +"215766",80678,10404,3,1595,2062 +"215767",80678,10859,3,1595,2231 +"215768",80678,14507,3,1595,2686 +"215769",80678,15299,3,1595,2213 +"215770",80678,15539,2,1595,1929 +"215771",80678,19606,3,1595,2783 +"215772",80678,20563,2,1595,2267 +"215773",80678,22749,3,1595,1727 +"215774",80678,23725,3,1595,2378 +"215775",80678,25198,3,1595,1982 +"215776",80678,25341,3,1595,1858 +"215777",80678,26436,3,1595,2489 +"215778",80678,26516,2,1595,2479 +"215779",80678,27753,3,1595,2750 +"215780",80678,28892,3,1595,2023 +"215781",80678,30438,3,1595,1617 +"215782",80678,34492,3,1595,1798 +"215783",80678,35256,3,1595,2271 +"215784",80678,37418,2,1595,2710 +"215785",80678,37570,3,1595,2389 +"215786",80678,38449,3,1595,1802 +"215787",80678,41747,3,1595,1722 +"215788",80678,54740,3,1595,2750 +"215789",80678,57977,2,1595,2683 +"215790",80678,58035,3,1595,1646 +"215791",80678,71478,3,1595,1721 +"215792",80678,74095,3,1595,2333 +"215793",80678,80429,3,1595,1927 +"215794",80680,29824,1,2403,2772 +"215795",80705,94339,3,2764,2768 +"215796",80728,388,3,599,1594 +"215797",80728,1150,3,599,1595 +"215798",80728,1314,3,599,1522 +"215799",80728,1556,1,599,643 +"215800",80728,1560,3,599,2013 +"215801",80728,2206,3,599,2536 +"215802",80728,3100,3,599,2524 +"215803",80728,3786,3,599,2282 +"215804",80728,4526,3,599,1728 +"215805",80728,6063,3,599,2349 +"215806",80728,6071,3,599,2310 +"215807",80728,6562,2,599,1139 +"215808",80728,9912,2,599,1356 +"215809",80728,10279,3,599,886 +"215810",80728,11135,2,599,2441 +"215811",80728,11429,2,599,2520 +"215812",80728,12031,3,599,1957 +"215813",80728,13024,2,599,2468 +"215814",80728,14761,3,599,2502 +"215815",80728,15502,3,599,2637 +"215816",80728,16361,3,599,1641 +"215817",80728,17159,3,599,883 +"215818",80728,17999,3,599,2758 +"215819",80728,19687,2,599,2072 +"215820",80728,19972,3,599,2078 +"215821",80728,20413,2,599,806 +"215822",80728,21976,2,599,1808 +"215823",80728,22905,3,599,2599 +"215824",80728,23639,3,599,2065 +"215825",80728,23731,3,599,1656 +"215826",80728,24116,2,599,1413 +"215827",80728,24441,2,599,2256 +"215828",80728,25270,2,599,985 +"215829",80728,25286,3,599,1545 +"215830",80728,25451,3,599,698 +"215831",80728,25885,3,599,1223 +"215832",80728,25886,2,599,1580 +"215833",80728,26227,3,599,2265 +"215834",80728,26567,2,599,1158 +"215835",80728,37342,3,599,2649 +"215836",80728,40392,3,599,1878 +"215837",80728,41051,2,599,2767 +"215838",80728,45487,1,599,2256 +"215839",80728,47330,3,599,2422 +"215840",80728,47827,1,599,1957 +"215841",80728,48764,3,599,860 +"215842",80728,51448,3,599,1593 +"215843",80728,55436,3,599,2513 +"215844",80728,56212,3,599,1410 +"215845",80728,56673,3,599,2419 +"215846",80728,56726,3,599,969 +"215847",80728,62498,3,599,1698 +"215848",80728,65223,3,599,2724 +"215849",80728,78460,2,599,985 +"215850",80728,80061,1,599,1223 +"215851",80728,81134,3,599,1384 +"215852",80728,83007,3,599,2727 +"215853",80728,89955,2,599,1452 +"215854",80728,92381,3,599,1237 +"215855",80728,93317,1,599,1223 +"215856",80728,93670,2,599,1682 +"215857",80728,94339,3,599,2768 +"215858",80728,95211,2,599,2462 +"215859",80728,95661,2,599,872 +"215860",80728,99955,2,599,1223 +"215861",80728,104542,2,599,897 +"215862",80728,106554,3,599,1270 +"215863",80728,115194,3,599,604 +"215864",80728,116792,3,599,2397 +"215865",80764,854,3,1808,2307 +"215866",80764,1767,3,1808,2727 +"215867",80764,4504,3,1808,1905 +"215868",80764,13158,2,1808,2667 +"215869",80764,15106,3,1808,2286 +"215870",80764,15444,3,1808,2764 +"215871",80764,18165,3,1808,2085 +"215872",80764,19317,2,1808,2041 +"215873",80764,30236,2,1808,2238 +"215874",80764,38732,3,1808,2263 +"215875",80764,41682,3,1808,1988 +"215876",80764,44268,3,1808,2436 +"215877",80764,56397,3,1808,2053 +"215878",80784,270,3,1738,2542 +"215879",80784,6718,3,1738,2138 +"215880",80784,18394,3,1738,2356 +"215881",80784,23725,3,1738,2378 +"215882",80784,41051,3,1738,2767 +"215883",80784,47130,3,1738,2654 +"215884",80784,56082,3,1738,2395 +"215885",80784,61980,3,1738,2392 +"215886",80784,65223,3,1738,2724 +"215887",80784,72207,3,1738,2430 +"215888",80784,79804,3,1738,2227 +"215889",80793,3127,3,631,2273 +"215890",80793,4660,3,631,2149 +"215891",80793,7719,2,631,1954 +"215892",80793,8062,3,631,2858 +"215893",80793,8791,3,631,1789 +"215894",80793,9227,3,631,1267 +"215895",80793,10350,3,631,1163 +"215896",80793,12948,3,631,2669 +"215897",80793,16690,3,631,2132 +"215898",80793,17257,3,631,1117 +"215899",80793,31652,3,631,2047 +"215900",80793,32424,3,631,848 +"215901",80793,35589,3,631,983 +"215902",80793,37637,3,631,1328 +"215903",80793,40572,2,631,2666 +"215904",80793,45869,3,631,2840 +"215905",80793,46486,3,631,1868 +"215906",80793,63641,3,631,2337 +"215907",80793,66717,3,631,2104 +"215908",80793,67266,2,631,2010 +"215909",80793,72535,3,631,1191 +"215910",80793,78842,1,631,904 +"215911",80793,84822,3,631,2686 +"215912",80793,92148,3,631,1294 +"215913",80793,96007,3,631,895 +"215914",80793,99288,3,631,983 +"215915",80801,843,3,1250,2332 +"215916",80801,1708,3,1250,1591 +"215917",80801,2443,3,1250,2333 +"215918",80801,3271,2,1250,2216 +"215919",80801,3506,3,1250,2364 +"215920",80801,3819,3,1250,1583 +"215921",80801,6040,3,1250,2103 +"215922",80801,7123,3,1250,1964 +"215923",80801,7337,3,1250,1797 +"215924",80801,7604,3,1250,1366 +"215925",80801,8607,3,1250,1685 +"215926",80801,9269,1,1250,1892 +"215927",80801,9272,2,1250,2835 +"215928",80801,9895,1,1250,1960 +"215929",80801,9910,2,1250,2526 +"215930",80801,9948,2,1250,2019 +"215931",80801,10610,3,1250,1427 +"215932",80801,11351,3,1250,2971 +"215933",80801,11858,3,1250,1530 +"215934",80801,12914,2,1250,1557 +"215935",80801,14654,3,1250,1692 +"215936",80801,15813,3,1250,2143 +"215937",80801,16347,2,1250,1868 +"215938",80801,16437,3,1250,1956 +"215939",80801,17925,3,1250,2385 +"215940",80801,19075,3,1250,2214 +"215941",80801,20695,2,1250,2526 +"215942",80801,21044,3,1250,1574 +"215943",80801,24256,3,1250,2393 +"215944",80801,26740,2,1250,2695 +"215945",80801,28432,3,1250,1954 +"215946",80801,29930,3,1250,2240 +"215947",80801,31295,3,1250,2183 +"215948",80801,31705,3,1250,2706 +"215949",80801,32966,3,1250,1583 +"215950",80801,34331,2,1250,1727 +"215951",80801,37752,3,1250,2223 +"215952",80801,38219,3,1250,1689 +"215953",80801,38697,3,1250,2701 +"215954",80801,39439,3,1250,2462 +"215955",80801,39444,3,1250,2695 +"215956",80801,43173,3,1250,2895 +"215957",80801,43226,2,1250,2442 +"215958",80801,43768,3,1250,1468 +"215959",80801,44744,2,1250,2032 +"215960",80801,45449,3,1250,1610 +"215961",80801,46616,3,1250,1917 +"215962",80801,48110,2,1250,2009 +"215963",80801,48931,3,1250,2444 +"215964",80801,49379,3,1250,1573 +"215965",80801,50678,3,1250,1366 +"215966",80801,53445,3,1250,2028 +"215967",80801,53584,3,1250,2391 +"215968",80801,56364,1,1250,1626 +"215969",80801,57804,3,1250,2214 +"215970",80801,58508,2,1250,2326 +"215971",80801,59039,3,1250,2870 +"215972",80801,64712,3,1250,1411 +"215973",80801,69335,2,1250,2698 +"215974",80801,77719,3,1250,2086 +"215975",80801,78611,3,1250,1586 +"215976",80801,79874,2,1250,1570 +"215977",80801,80301,2,1250,1690 +"215978",80801,82039,3,1250,1327 +"215979",80801,82226,3,1250,1619 +"215980",80801,84591,2,1250,1685 +"215981",80801,92630,3,1250,1583 +"215982",80801,96387,3,1250,2159 +"215983",80801,101666,2,1250,1257 +"215984",80807,9269,3,1597,1892 +"215985",80807,16347,3,1597,1868 +"215986",80807,16963,3,1597,1999 +"215987",80812,24096,3,2357,2612 +"215988",80812,45729,3,2357,2606 +"215989",80825,5235,3,2315,2324 +"215990",80825,5350,3,2315,2522 +"215991",80825,6074,3,2315,2426 +"215992",80825,6491,3,2315,2424 +"215993",80825,9362,3,2315,2879 +"215994",80825,12528,3,2315,2589 +"215995",80825,14655,3,2315,2559 +"215996",80825,14834,1,2315,2739 +"215997",80825,20124,3,2315,2376 +"215998",80825,21138,3,2315,2849 +"215999",80825,21682,3,2315,2414 +"216000",80825,22141,3,2315,2348 +"216001",80825,24060,3,2315,2349 +"216002",80825,26749,3,2315,2965 +"216003",80825,38780,3,2315,2705 +"216004",80825,42129,3,2315,2318 +"216005",80825,42216,3,2315,2722 +"216006",80825,45302,3,2315,2390 +"216007",80825,46950,2,2315,2673 +"216008",80825,47248,3,2315,2883 +"216009",80825,49110,3,2315,2938 +"216010",80825,50134,3,2315,2674 +"216011",80825,51035,2,2315,2397 +"216012",80825,51866,3,2315,2411 +"216013",80825,53323,3,2315,2677 +"216014",80825,58508,3,2315,2326 +"216015",80825,64699,3,2315,2797 +"216016",80825,66983,1,2315,2397 +"216017",80825,74985,3,2315,2895 +"216018",80826,32503,3,1251,2020 +"216019",80826,42009,2,1251,1647 +"216020",80883,2609,3,280,834 +"216021",80883,11493,3,280,2077 +"216022",80883,28335,3,280,1240 +"216023",80883,54631,3,280,1531 +"216024",80883,55580,2,280,1942 +"216025",80883,57337,3,280,1443 +"216026",80883,77671,3,280,470 +"216027",80896,3100,3,943,2524 +"216028",80896,3786,3,943,2282 +"216029",80896,11135,3,943,2441 +"216030",80896,19687,3,943,2072 +"216031",80896,23639,3,943,2065 +"216032",80896,24116,3,943,1413 +"216033",80896,25270,3,943,985 +"216034",80896,25286,3,943,1545 +"216035",80896,26567,2,943,1158 +"216036",80896,34055,3,943,1881 +"216037",80896,47330,3,943,2422 +"216038",80896,56673,3,943,2419 +"216039",80896,62498,3,943,1698 +"216040",80896,78460,2,943,985 +"216041",80896,79236,3,943,1505 +"216042",80896,79404,3,943,1079 +"216043",80896,81134,2,943,1384 +"216044",80896,83133,3,943,1055 +"216045",80896,85264,3,943,1236 +"216046",80896,92381,3,943,1237 +"216047",80896,92947,3,943,1289 +"216048",80896,106554,3,943,1270 +"216049",80896,116792,3,943,2397 +"216050",80927,1364,3,823,859 +"216051",80927,3144,3,823,869 +"216052",80927,18543,3,823,2968 +"216053",80927,19718,3,823,1702 +"216054",80927,22282,3,823,1418 +"216055",80927,32503,3,823,2020 +"216056",80927,43173,3,823,2895 +"216057",80927,51572,3,823,912 +"216058",80927,52058,3,823,1836 +"216059",80927,55468,3,823,2511 +"216060",80927,73675,3,823,887 +"216061",80931,7245,3,1128,2089 +"216062",80931,31050,3,1128,1491 +"216063",80931,45633,3,1128,2134 +"216064",80931,49144,2,1128,1542 +"216065",80931,81781,1,1128,1431 +"216066",80942,1386,3,1240,1901 +"216067",80942,1685,3,1240,2230 +"216068",80942,3360,3,1240,1583 +"216069",80942,5346,3,1240,1438 +"216070",80942,5355,3,1240,1499 +"216071",80942,12000,3,1240,1454 +"216072",80942,13671,2,1240,1371 +"216073",80942,15207,3,1240,1855 +"216074",80942,19296,3,1240,1705 +"216075",80942,19366,3,1240,2279 +"216076",80942,22744,3,1240,1907 +"216077",80942,27074,3,1240,1454 +"216078",80942,29791,3,1240,1986 +"216079",80942,34327,3,1240,2959 +"216080",80942,38038,3,1240,2686 +"216081",80942,40850,3,1240,1396 +"216082",80942,45664,1,1240,2235 +"216083",80942,49069,2,1240,1694 +"216084",80942,50621,3,1240,2809 +"216085",80942,54903,3,1240,2493 +"216086",80942,70656,3,1240,2771 +"216087",80942,77057,2,1240,1866 +"216088",80942,77095,2,1240,1622 +"216089",80942,80655,3,1240,1546 +"216090",80942,84039,3,1240,1335 +"216091",80942,85638,3,1240,2275 +"216092",80942,87190,3,1240,1704 +"216093",80942,88171,3,1240,1488 +"216094",80942,90501,3,1240,2380 +"216095",80942,94520,3,1240,1243 +"216096",80944,341,3,2300,2689 +"216097",80944,10310,3,2300,2774 +"216098",80944,20331,3,2300,2365 +"216099",80944,33184,3,2300,2522 +"216100",80944,41770,3,2300,2752 +"216101",80970,1624,3,2069,2687 +"216102",80970,2647,3,2069,2450 +"216103",80970,4249,3,2069,2547 +"216104",80970,6345,3,2069,2713 +"216105",80970,7253,3,2069,2686 +"216106",80970,9724,3,2069,2713 +"216107",80970,12116,3,2069,2119 +"216108",80970,14957,3,2069,2306 +"216109",80970,15782,3,2069,2306 +"216110",80970,17499,3,2069,2954 +"216111",80970,20547,3,2069,2145 +"216112",80970,26597,2,2069,2070 +"216113",80970,28782,2,2069,2272 +"216114",80970,30714,2,2069,2485 +"216115",80970,31855,2,2069,2636 +"216116",80970,32169,3,2069,2504 +"216117",80970,36840,2,2069,2269 +"216118",80970,42382,2,2069,2224 +"216119",80970,42390,2,2069,2937 +"216120",80970,42407,3,2069,2408 +"216121",80970,43701,3,2069,2400 +"216122",80970,47607,3,2069,2724 +"216123",80970,51843,3,2069,2389 +"216124",80970,53584,2,2069,2391 +"216125",80970,53652,3,2069,2899 +"216126",80970,54385,3,2069,2340 +"216127",80970,69795,3,2069,2636 +"216128",80970,71999,3,2069,2685 +"216129",80970,73520,2,2069,2613 +"216130",80970,77719,3,2069,2086 +"216131",80979,145,3,1142,1998 +"216132",80979,160,2,1142,2007 +"216133",80979,316,2,1142,2413 +"216134",80979,341,3,1142,2689 +"216135",80979,915,3,1142,1793 +"216136",80979,1034,3,1142,1438 +"216137",80979,1195,3,1142,1322 +"216138",80979,1641,3,1142,1490 +"216139",80979,2181,3,1142,2030 +"216140",80979,2407,3,1142,1725 +"216141",80979,2894,3,1142,1291 +"216142",80979,3978,3,1142,2775 +"216143",80979,4929,2,1142,2240 +"216144",80979,4953,3,1142,2285 +"216145",80979,5392,3,1142,1648 +"216146",80979,6104,3,1142,2462 +"216147",80979,6324,3,1142,1990 +"216148",80979,6449,3,1142,1997 +"216149",80979,6821,3,1142,1788 +"216150",80979,7167,3,1142,1993 +"216151",80979,7241,3,1142,2259 +"216152",80979,8238,3,1142,2222 +"216153",80979,8842,2,1142,2535 +"216154",80979,9331,1,1142,2269 +"216155",80979,9423,2,1142,1708 +"216156",80979,12081,2,1142,2166 +"216157",80979,12388,3,1142,1975 +"216158",80979,12632,3,1142,1174 +"216159",80979,12729,3,1142,1835 +"216160",80979,13043,2,1142,1295 +"216161",80979,14918,3,1142,2071 +"216162",80979,15444,3,1142,2764 +"216163",80979,15546,3,1142,2055 +"216164",80979,16628,3,1142,2409 +"216165",80979,16850,3,1142,1657 +"216166",80979,16866,3,1142,2718 +"216167",80979,17351,1,1142,2036 +"216168",80979,17549,2,1142,2647 +"216169",80979,17632,1,1142,1947 +"216170",80979,17721,3,1142,1410 +"216171",80979,17938,2,1142,1410 +"216172",80979,18165,3,1142,2085 +"216173",80979,18670,2,1142,1835 +"216174",80979,18865,3,1142,2676 +"216175",80979,19208,2,1142,2629 +"216176",80979,19605,2,1142,2395 +"216177",80979,20331,2,1142,2365 +"216178",80979,20419,3,1142,1587 +"216179",80979,21079,3,1142,1997 +"216180",80979,21734,3,1142,2528 +"216181",80979,22682,3,1142,2035 +"216182",80979,24256,3,1142,2393 +"216183",80979,24456,2,1142,1238 +"216184",80979,24558,3,1142,2139 +"216185",80979,26595,3,1142,1566 +"216186",80979,27379,2,1142,2461 +"216187",80979,27642,2,1142,1531 +"216188",80979,27796,3,1142,2151 +"216189",80979,29289,3,1142,1756 +"216190",80979,29454,3,1142,2719 +"216191",80979,29512,3,1142,1594 +"216192",80979,30092,3,1142,1593 +"216193",80979,30827,3,1142,2323 +"216194",80979,31117,3,1142,2210 +"216195",80979,31159,3,1142,2231 +"216196",80979,31705,3,1142,2706 +"216197",80979,31890,3,1142,1487 +"216198",80979,34120,3,1142,2786 +"216199",80979,35516,3,1142,1229 +"216200",80979,38307,2,1142,2648 +"216201",80979,39464,3,1142,2314 +"216202",80979,41682,3,1142,1988 +"216203",80979,41764,3,1142,2409 +"216204",80979,41900,2,1142,1970 +"216205",80979,41945,2,1142,2856 +"216206",80979,43455,3,1142,2846 +"216207",80979,44688,1,1142,2924 +"216208",80979,45239,3,1142,2535 +"216209",80979,45329,3,1142,1693 +"216210",80979,46042,2,1142,1692 +"216211",80979,46043,3,1142,1358 +"216212",80979,46446,3,1142,2295 +"216213",80979,47564,3,1142,2650 +"216214",80979,49470,2,1142,1528 +"216215",80979,50113,3,1142,2059 +"216216",80979,50480,2,1142,2701 +"216217",80979,51610,3,1142,2635 +"216218",80979,54020,3,1142,1578 +"216219",80979,54631,3,1142,1531 +"216220",80979,56910,3,1142,2705 +"216221",80979,57532,3,1142,2617 +"216222",80979,63395,3,1142,2334 +"216223",80979,64699,3,1142,2797 +"216224",80979,65679,3,1142,1578 +"216225",80979,66756,3,1142,1301 +"216226",80979,70573,2,1142,1993 +"216227",80979,77611,3,1142,1795 +"216228",80979,77815,3,1142,2358 +"216229",80995,7292,3,262,1988 +"216230",80995,8470,3,262,288 +"216231",80995,9057,3,262,2629 +"216232",80995,9191,3,262,2707 +"216233",80995,22033,3,262,1356 +"216234",80995,27868,3,262,1607 +"216235",80995,39556,3,262,2747 +"216236",80995,50001,3,262,1518 +"216237",80995,59646,3,262,456 +"216238",80995,59868,2,262,1637 +"216239",80995,102820,2,262,501 +"216240",80995,106988,1,262,1164 +"216241",80996,21754,3,1501,1881 +"216242",80996,63030,3,1501,2251 +"216243",80996,67957,2,1501,2823 +"216244",80996,70613,3,1501,1724 +"216245",81014,613,3,1925,2687 +"216246",81014,997,3,1925,2788 +"216247",81014,6241,2,1925,2264 +"216248",81014,10859,3,1925,2231 +"216249",81014,17906,3,1925,1940 +"216250",81014,33991,3,1925,2249 +"216251",81014,35069,3,1925,2069 +"216252",81014,35360,3,1925,2043 +"216253",81014,39278,3,1925,1952 +"216254",81014,62832,3,1925,2606 +"216255",81077,21,3,498,1385 +"216256",81077,1520,3,498,1716 +"216257",81077,2206,3,498,2536 +"216258",81077,2429,3,498,999 +"216259",81077,2452,3,498,1715 +"216260",81077,2523,3,498,1691 +"216261",81077,2959,3,498,1785 +"216262",81077,3954,3,498,839 +"216263",81077,4430,3,498,2019 +"216264",81077,4567,3,498,2348 +"216265",81077,7684,3,498,790 +"216266",81077,7780,3,498,1920 +"216267",81077,7942,3,498,2623 +"216268",81077,8140,3,498,1262 +"216269",81077,8923,3,498,1266 +"216270",81077,9332,3,498,2734 +"216271",81077,9787,3,498,2858 +"216272",81077,10239,3,498,2032 +"216273",81077,10980,2,498,1974 +"216274",81077,12361,3,498,2732 +"216275",81077,12728,3,498,2374 +"216276",81077,12948,3,498,2669 +"216277",81077,13068,3,498,1778 +"216278",81077,13879,3,498,2748 +"216279",81077,14781,3,498,2338 +"216280",81077,15118,3,498,1311 +"216281",81077,17645,2,498,1918 +"216282",81077,18005,3,498,2449 +"216283",81077,19934,3,498,2888 +"216284",81077,20067,3,498,2390 +"216285",81077,21207,3,498,1258 +"216286",81077,22166,2,498,994 +"216287",81077,22704,2,498,1150 +"216288",81077,23692,1,498,1540 +"216289",81077,24568,3,498,1937 +"216290",81077,26957,3,498,987 +"216291",81077,29286,3,498,1612 +"216292",81077,30631,3,498,951 +"216293",81077,31408,2,498,994 +"216294",81077,32778,3,498,2310 +"216295",81077,34094,3,498,1360 +"216296",81077,34742,3,498,1883 +"216297",81077,35728,2,498,2017 +"216298",81077,37522,3,498,1270 +"216299",81077,38087,1,498,1083 +"216300",81077,38995,3,498,1940 +"216301",81077,40035,3,498,2742 +"216302",81077,42331,2,498,1585 +"216303",81077,44135,3,498,2620 +"216304",81077,44744,3,498,2032 +"216305",81077,44749,3,498,1303 +"216306",81077,45869,3,498,2840 +"216307",81077,46650,3,498,1330 +"216308",81077,46726,1,498,943 +"216309",81077,47529,3,498,2914 +"216310",81077,47810,3,498,957 +"216311",81077,48698,3,498,1474 +"216312",81077,49414,2,498,1667 +"216313",81077,50509,3,498,2050 +"216314",81077,50581,3,498,1258 +"216315",81077,50903,3,498,931 +"216316",81077,50996,1,498,929 +"216317",81077,52524,3,498,1197 +"216318",81077,55880,3,498,626 +"216319",81077,56862,3,498,868 +"216320",81077,59485,3,498,1564 +"216321",81077,60258,3,498,2405 +"216322",81077,60808,2,498,1258 +"216323",81077,62668,2,498,958 +"216324",81077,63409,3,498,1937 +"216325",81077,63604,2,498,927 +"216326",81077,67252,3,498,1215 +"216327",81077,67617,1,498,1149 +"216328",81077,70101,3,498,2414 +"216329",81077,70126,3,498,1158 +"216330",81077,70372,2,498,526 +"216331",81077,71219,3,498,967 +"216332",81077,72986,2,498,1055 +"216333",81077,79114,3,498,591 +"216334",81077,82046,3,498,748 +"216335",81077,83301,3,498,1385 +"216336",81077,84447,3,498,1006 +"216337",81077,84975,3,498,1138 +"216338",81077,87269,3,498,847 +"216339",81077,90236,3,498,1010 +"216340",81077,92678,3,498,1769 +"216341",81077,93026,3,498,704 +"216342",81077,93386,2,498,890 +"216343",81077,93398,3,498,828 +"216344",81077,95757,3,498,1232 +"216345",81077,96310,2,498,1016 +"216346",81077,97160,3,498,1215 +"216347",81077,98942,3,498,1588 +"216348",81077,103890,3,498,958 +"216349",81077,104098,3,498,512 +"216350",81077,107598,3,498,999 +"216351",81077,113116,3,498,769 +"216352",81077,114611,3,498,694 +"216353",81095,5315,3,1609,2631 +"216354",81095,19858,3,1609,2357 +"216355",81095,31003,3,1609,1859 +"216356",81095,36007,3,1609,2089 +"216357",81095,45633,3,1609,2134 +"216358",81095,45903,3,1609,2237 +"216359",81095,48127,1,1609,2677 +"216360",81095,48602,2,1609,1704 +"216361",81095,64502,3,1609,1670 +"216362",81113,14761,3,1914,2502 +"216363",81113,15075,3,1914,2252 +"216364",81113,23325,3,1914,2779 +"216365",81113,49621,2,1914,1915 +"216366",81113,52483,3,1914,2317 +"216367",81113,53537,3,1914,2428 +"216368",81113,56737,3,1914,2270 +"216369",81134,283,3,1384,2082 +"216370",81134,378,3,1384,2766 +"216371",81134,3100,3,1384,2524 +"216372",81134,3520,3,1384,2281 +"216373",81134,3786,3,1384,2282 +"216374",81134,4669,3,1384,2395 +"216375",81134,6071,3,1384,2310 +"216376",81134,11135,2,1384,2441 +"216377",81134,15502,3,1384,2637 +"216378",81134,19687,2,1384,2072 +"216379",81134,19972,3,1384,2078 +"216380",81134,21352,3,1384,1604 +"216381",81134,21976,3,1384,1808 +"216382",81134,22249,3,1384,1892 +"216383",81134,23639,2,1384,2065 +"216384",81134,23731,3,1384,1656 +"216385",81134,24116,2,1384,1413 +"216386",81134,25286,3,1384,1545 +"216387",81134,25678,3,1384,1558 +"216388",81134,25886,3,1384,1580 +"216389",81134,28567,3,1384,2398 +"216390",81134,32235,3,1384,2109 +"216391",81134,32312,2,1384,1472 +"216392",81134,34055,1,1384,1881 +"216393",81134,35688,3,1384,1551 +"216394",81134,38183,3,1384,2391 +"216395",81134,45487,3,1384,2256 +"216396",81134,47330,2,1384,2422 +"216397",81134,51448,3,1384,1593 +"216398",81134,56212,3,1384,1410 +"216399",81134,56673,2,1384,2419 +"216400",81134,62498,3,1384,1698 +"216401",81134,65223,3,1384,2724 +"216402",81134,79236,2,1384,1505 +"216403",81134,91772,3,1384,2233 +"216404",81134,93670,3,1384,1682 +"216405",81134,116792,3,1384,2397 +"216406",81162,1846,2,1240,1845 +"216407",81162,2540,3,1240,1398 +"216408",81162,2936,3,1240,2512 +"216409",81162,3493,3,1240,2451 +"216410",81162,3978,3,1240,2775 +"216411",81162,6989,3,1240,2623 +"216412",81162,21593,3,1240,1312 +"216413",81162,27390,3,1240,2425 +"216414",81162,35980,3,1240,2657 +"216415",81162,76286,3,1240,1642 +"216416",81164,2446,3,2260,2606 +"216417",81164,6697,3,2260,2438 +"216418",81164,11136,3,2260,2573 +"216419",81164,13136,3,2260,2867 +"216420",81164,22723,3,2260,2859 +"216421",81164,27908,3,2260,2576 +"216422",81164,30870,3,2260,2370 +"216423",81164,39534,3,2260,2410 +"216424",81164,49347,3,2260,2504 +"216425",81205,2282,3,546,2056 +"216426",81205,12378,3,546,1030 +"216427",81205,14212,3,546,857 +"216428",81205,17531,3,546,876 +"216429",81205,22357,2,546,1397 +"216430",81205,24252,3,546,639 +"216431",81205,36399,3,546,1357 +"216432",81205,38422,3,546,1019 +"216433",81205,43701,3,546,2400 +"216434",81205,54316,3,546,1202 +"216435",81205,66267,3,546,1278 +"216436",81205,102467,1,546,708 +"216437",81221,3164,3,2285,2693 +"216438",81221,3628,3,2285,2707 +"216439",81221,7795,3,2285,2789 +"216440",81221,11506,3,2285,2824 +"216441",81221,18394,3,2285,2356 +"216442",81221,27623,3,2285,2970 +"216443",81234,32939,3,2019,2277 +"216444",81234,57804,3,2019,2214 +"216445",81239,1386,1,547,1901 +"216446",81239,3695,3,547,2612 +"216447",81239,3877,3,547,1133 +"216448",81239,3966,3,547,2425 +"216449",81239,5120,3,547,2735 +"216450",81239,5491,3,547,2048 +"216451",81239,7078,3,547,2344 +"216452",81239,7394,2,547,2615 +"216453",81239,9030,2,547,1979 +"216454",81239,9202,3,547,2477 +"216455",81239,10558,3,547,2312 +"216456",81239,10945,3,547,881 +"216457",81239,11419,3,547,1408 +"216458",81239,12035,3,547,2721 +"216459",81239,13732,3,547,2789 +"216460",81239,14669,3,547,2080 +"216461",81239,14709,3,547,1901 +"216462",81239,15343,2,547,2125 +"216463",81239,16029,2,547,1160 +"216464",81239,17021,3,547,1226 +"216465",81239,17967,2,547,2125 +"216466",81239,18151,3,547,2962 +"216467",81239,20469,3,547,2125 +"216468",81239,21417,3,547,2422 +"216469",81239,21693,3,547,2176 +"216470",81239,21795,3,547,2653 +"216471",81239,22326,3,547,2818 +"216472",81239,22362,3,547,1836 +"216473",81239,22554,3,547,620 +"216474",81239,22652,3,547,1544 +"216475",81239,23159,3,547,1548 +"216476",81239,24362,3,547,1287 +"216477",81239,24511,3,547,1871 +"216478",81239,24608,3,547,1630 +"216479",81239,25541,2,547,917 +"216480",81239,25751,3,547,1523 +"216481",81239,25879,3,547,630 +"216482",81239,26865,3,547,2726 +"216483",81239,28923,3,547,2362 +"216484",81239,29791,2,547,1986 +"216485",81239,30081,2,547,2403 +"216486",81239,31898,3,547,1916 +"216487",81239,33722,3,547,1225 +"216488",81239,34311,3,547,2213 +"216489",81239,34327,2,547,2959 +"216490",81239,34693,3,547,1938 +"216491",81239,35542,3,547,1439 +"216492",81239,36950,3,547,2204 +"216493",81239,36962,3,547,2861 +"216494",81239,37333,3,547,1612 +"216495",81239,38038,3,547,2686 +"216496",81239,42618,3,547,2316 +"216497",81239,42814,3,547,1149 +"216498",81239,44641,3,547,1981 +"216499",81239,44729,1,547,588 +"216500",81239,45664,2,547,2235 +"216501",81239,47362,3,547,2253 +"216502",81239,48277,3,547,971 +"216503",81239,49741,3,547,839 +"216504",81239,49998,3,547,2761 +"216505",81239,52442,3,547,1269 +"216506",81239,55691,3,547,2856 +"216507",81239,56082,3,547,2395 +"216508",81239,59522,3,547,1516 +"216509",81239,65679,3,547,1578 +"216510",81239,70046,3,547,2624 +"216511",81239,70646,3,547,1162 +"216512",81239,73266,2,547,2496 +"216513",81239,77057,2,547,1866 +"216514",81239,77095,2,547,1622 +"216515",81239,77174,3,547,747 +"216516",81239,79088,3,547,1369 +"216517",81239,80655,2,547,1546 +"216518",81239,80942,3,547,1240 +"216519",81239,82735,3,547,829 +"216520",81239,84039,3,547,1335 +"216521",81239,86279,2,547,1076 +"216522",81239,87198,2,547,1462 +"216523",81239,89965,3,547,810 +"216524",81239,90501,2,547,2380 +"216525",81239,94808,3,547,988 +"216526",81239,96301,3,547,818 +"216527",81239,100334,3,547,777 +"216528",81239,103721,3,547,1030 +"216529",81239,110486,2,547,1014 +"216530",81239,113162,3,547,818 +"216531",81239,117932,3,547,926 +"216532",81269,2863,2,1570,1657 +"216533",81269,86978,3,1570,2733 +"216534",81269,94138,1,1570,1939 +"216535",81317,2591,3,457,1949 +"216536",81317,6577,3,457,1951 +"216537",81317,17716,3,457,915 +"216538",81317,21911,3,457,1184 +"216539",81317,28731,3,457,955 +"216540",81317,31243,2,457,1355 +"216541",81317,42747,3,457,1189 +"216542",81317,81949,3,457,950 +"216543",81326,2181,2,758,2030 +"216544",81326,2684,3,758,2874 +"216545",81326,8011,3,758,889 +"216546",81326,15799,1,758,1917 +"216547",81326,19937,2,758,1587 +"216548",81326,23526,2,758,1998 +"216549",81326,23715,3,758,1859 +"216550",81326,27694,3,758,2030 +"216551",81326,34836,3,758,2302 +"216552",81326,38019,3,758,1870 +"216553",81326,38300,1,758,1149 +"216554",81326,53303,3,758,1376 +"216555",81326,57990,3,758,978 +"216556",81326,58617,3,758,2093 +"216557",81326,59700,3,758,2346 +"216558",81326,63477,3,758,1907 +"216559",81326,72468,3,758,2292 +"216560",81326,82949,3,758,2077 +"216561",81326,104611,3,758,1623 +"216562",81349,160,3,1958,2007 +"216563",81349,1196,3,1958,1986 +"216564",81349,5350,3,1958,2522 +"216565",81349,5622,3,1958,2175 +"216566",81349,6047,3,1958,2004 +"216567",81349,9928,3,1958,2345 +"216568",81349,10358,3,1958,2294 +"216569",81349,11218,2,1958,2292 +"216570",81349,12042,3,1958,2345 +"216571",81349,13249,3,1958,2573 +"216572",81349,16352,3,1958,2657 +"216573",81349,17400,3,1958,2231 +"216574",81349,19208,3,1958,2629 +"216575",81349,25030,3,1958,2017 +"216576",81349,26080,3,1958,2525 +"216577",81349,26818,3,1958,1999 +"216578",81349,34735,3,1958,2767 +"216579",81349,47564,3,1958,2650 +"216580",81349,54929,3,1958,2783 +"216581",81400,13136,3,2679,2867 +"216582",81400,26182,3,2679,2775 +"216583",81400,53219,3,2679,2973 +"216584",81401,41718,3,211,804 +"216585",81437,19334,3,1101,1979 +"216586",81437,43961,3,1101,2443 +"216587",81437,44074,3,1101,1299 +"216588",81437,89538,3,1101,1847 +"216589",81463,5346,3,955,1438 +"216590",81463,6055,3,955,2651 +"216591",81463,7616,3,955,2296 +"216592",81463,8275,3,955,2237 +"216593",81463,12639,3,955,1141 +"216594",81463,12692,3,955,1855 +"216595",81463,13967,3,955,1354 +"216596",81463,15106,3,955,2286 +"216597",81463,15207,2,955,1855 +"216598",81463,16539,3,955,1947 +"216599",81463,19593,2,955,2013 +"216600",81463,21566,2,955,1234 +"216601",81463,23006,3,955,1532 +"216602",81463,27104,3,955,1608 +"216603",81463,28131,3,955,1492 +"216604",81463,28808,3,955,1063 +"216605",81463,29580,3,955,2776 +"216606",81463,35772,2,955,1440 +"216607",81463,36441,3,955,2796 +"216608",81463,40893,3,955,1116 +"216609",81463,41108,3,955,1624 +"216610",81463,42799,2,955,2729 +"216611",81463,45504,3,955,2301 +"216612",81463,45903,3,955,2237 +"216613",81463,46635,1,955,2528 +"216614",81463,49109,3,955,2341 +"216615",81463,55076,3,955,2408 +"216616",81463,56903,2,955,1584 +"216617",81463,62148,3,955,1566 +"216618",81463,68024,3,955,1531 +"216619",81463,74818,2,955,1440 +"216620",81463,76356,3,955,2323 +"216621",81463,79207,3,955,2244 +"216622",81463,85356,1,955,1492 +"216623",81463,86785,2,955,1607 +"216624",81463,91901,2,955,1236 +"216625",81463,92381,3,955,1237 +"216626",81463,94520,3,955,1243 +"216627",81463,96132,1,955,1489 +"216628",81463,109718,3,955,1237 +"216629",81469,2337,3,519,1697 +"216630",81469,2484,3,519,2389 +"216631",81469,2894,3,519,1291 +"216632",81469,3068,3,519,1815 +"216633",81469,3886,3,519,1669 +"216634",81469,4551,3,519,2720 +"216635",81469,4705,1,519,1714 +"216636",81469,4785,3,519,996 +"216637",81469,5610,3,519,2223 +"216638",81469,6222,3,519,1949 +"216639",81469,7258,1,519,1714 +"216640",81469,7858,3,519,1795 +"216641",81469,7936,3,519,1199 +"216642",81469,9423,3,519,1708 +"216643",81469,12081,3,519,2166 +"216644",81469,12712,3,519,815 +"216645",81469,12729,3,519,1835 +"216646",81469,13929,3,519,2693 +"216647",81469,14328,3,519,1725 +"216648",81469,14507,3,519,2686 +"216649",81469,14731,3,519,2012 +"216650",81469,14959,3,519,2898 +"216651",81469,15008,3,519,2338 +"216652",81469,15729,3,519,2338 +"216653",81469,15734,2,519,1616 +"216654",81469,16850,3,519,1657 +"216655",81469,17520,3,519,2276 +"216656",81469,17867,3,519,1904 +"216657",81469,17943,3,519,1943 +"216658",81469,18670,2,519,1835 +"216659",81469,19634,3,519,954 +"216660",81469,20219,3,519,2313 +"216661",81469,20423,2,519,2654 +"216662",81469,20486,3,519,1908 +"216663",81469,22682,3,519,2035 +"216664",81469,23319,2,519,2867 +"216665",81469,23641,3,519,1934 +"216666",81469,24256,3,519,2393 +"216667",81469,24558,3,519,2139 +"216668",81469,24825,3,519,2686 +"216669",81469,25078,3,519,2312 +"216670",81469,27796,3,519,2151 +"216671",81469,29512,3,519,1594 +"216672",81469,29899,3,519,2375 +"216673",81469,30236,3,519,2238 +"216674",81469,30334,3,519,2075 +"216675",81469,30891,3,519,1256 +"216676",81469,31159,2,519,2231 +"216677",81469,31295,3,519,2183 +"216678",81469,32017,3,519,577 +"216679",81469,32047,3,519,1858 +"216680",81469,32271,3,519,843 +"216681",81469,33850,2,519,931 +"216682",81469,35095,3,519,1502 +"216683",81469,35360,3,519,2043 +"216684",81469,35787,2,519,1132 +"216685",81469,36174,3,519,1382 +"216686",81469,36784,3,519,576 +"216687",81469,37636,3,519,2178 +"216688",81469,38259,3,519,2258 +"216689",81469,38921,3,519,1880 +"216690",81469,39464,3,519,2314 +"216691",81469,40009,3,519,1341 +"216692",81469,40392,3,519,1878 +"216693",81469,41664,3,519,2641 +"216694",81469,42264,3,519,1702 +"216695",81469,42783,3,519,2338 +"216696",81469,45239,3,519,2535 +"216697",81469,47082,3,519,1990 +"216698",81469,47385,3,519,1172 +"216699",81469,49787,3,519,2352 +"216700",81469,49812,3,519,1816 +"216701",81469,50001,3,519,1518 +"216702",81469,50252,3,519,2001 +"216703",81469,51783,3,519,2599 +"216704",81469,52835,3,519,995 +"216705",81469,53830,2,519,1307 +"216706",81469,53995,3,519,2151 +"216707",81469,56854,1,519,2022 +"216708",81469,59677,3,519,1174 +"216709",81469,60718,3,519,1229 +"216710",81469,60974,3,519,2972 +"216711",81469,66124,3,519,2174 +"216712",81469,66756,3,519,1301 +"216713",81469,82681,3,519,1620 +"216714",81469,99012,3,519,931 +"216715",81469,102793,1,519,912 +"216716",81478,3167,3,1640,1676 +"216717",81478,6417,3,1640,1675 +"216718",81478,8844,3,1640,1671 +"216719",81478,10779,3,1640,2881 +"216720",81478,13929,3,1640,2693 +"216721",81478,16352,3,1640,2657 +"216722",81478,24482,2,1640,1649 +"216723",81478,34158,3,1640,2639 +"216724",81478,50509,2,1640,2050 +"216725",81478,51157,2,1640,2319 +"216726",81478,64219,3,1640,2705 +"216727",81482,675,3,908,1686 +"216728",81482,1127,3,908,1188 +"216729",81482,1130,3,908,1566 +"216730",81482,1136,3,908,2536 +"216731",81482,1175,3,908,1642 +"216732",81482,2269,2,908,984 +"216733",81482,2325,3,908,1641 +"216734",81482,2765,2,908,2321 +"216735",81482,3966,3,908,2425 +"216736",81482,5491,3,908,2048 +"216737",81482,5710,3,908,1926 +"216738",81482,7861,2,908,1647 +"216739",81482,11208,1,908,1161 +"216740",81482,17931,3,908,1617 +"216741",81482,18615,3,908,1025 +"216742",81482,21795,3,908,2653 +"216743",81482,22714,2,908,2793 +"216744",81482,25129,3,908,2647 +"216745",81482,25341,3,908,1858 +"216746",81482,26282,2,908,1241 +"216747",81482,26766,1,908,1161 +"216748",81482,30602,3,908,960 +"216749",81482,34509,2,908,1973 +"216750",81482,37238,3,908,2609 +"216751",81482,39827,3,908,2321 +"216752",81482,42474,2,908,2322 +"216753",81482,44068,3,908,1056 +"216754",81482,47248,3,908,2883 +"216755",81482,51017,3,908,2073 +"216756",81482,51410,3,908,2739 +"216757",81482,53433,3,908,1187 +"216758",81482,58035,3,908,1646 +"216759",81482,63547,3,908,1023 +"216760",81482,64181,3,908,1828 +"216761",81482,67216,2,908,984 +"216762",81482,70605,3,908,1176 +"216763",81482,71618,1,908,2960 +"216764",81482,80190,3,908,2717 +"216765",81482,86799,3,908,1951 +"216766",81482,93933,3,908,1336 +"216767",81486,680,2,1297,2569 +"216768",81486,2540,3,1297,1398 +"216769",81486,3978,3,1297,2775 +"216770",81486,4303,3,1297,2414 +"216771",81486,8062,2,1297,2858 +"216772",81486,12759,2,1297,2414 +"216773",81486,18381,2,1297,1524 +"216774",81486,25373,1,1297,2783 +"216775",81486,30334,3,1297,2075 +"216776",81486,34870,3,1297,1873 +"216777",81486,35822,3,1297,1903 +"216778",81486,37636,3,1297,2178 +"216779",81486,40392,3,1297,1878 +"216780",81486,41723,2,1297,2101 +"216781",81486,50585,3,1297,2414 +"216782",81486,51783,3,1297,2599 +"216783",81486,94525,3,1297,1993 +"216784",81511,313,3,848,2271 +"216785",81511,377,3,848,2389 +"216786",81511,499,3,848,1931 +"216787",81511,543,2,848,2203 +"216788",81511,1151,3,848,2885 +"216789",81511,1616,3,848,2662 +"216790",81511,1777,3,848,1965 +"216791",81511,2484,2,848,2389 +"216792",81511,3088,3,848,1670 +"216793",81511,3161,3,848,2229 +"216794",81511,3830,3,848,1661 +"216795",81511,3878,3,848,1890 +"216796",81511,4057,3,848,2389 +"216797",81511,4763,3,848,1960 +"216798",81511,5078,3,848,2033 +"216799",81511,5457,3,848,2077 +"216800",81511,5462,3,848,2374 +"216801",81511,5504,2,848,2389 +"216802",81511,7323,2,848,2858 +"216803",81511,8621,3,848,1681 +"216804",81511,8760,3,848,2477 +"216805",81511,10874,3,848,1891 +"216806",81511,15184,3,848,2396 +"216807",81511,17520,3,848,2276 +"216808",81511,19027,3,848,2721 +"216809",81511,19248,3,848,2357 +"216810",81511,19606,3,848,2783 +"216811",81511,20700,3,848,2861 +"216812",81511,22006,3,848,1202 +"216813",81511,22749,3,848,1727 +"216814",81511,25198,3,848,1982 +"216815",81511,31799,3,848,2547 +"216816",81511,35256,3,848,2271 +"216817",81511,37570,2,848,2389 +"216818",81511,38048,3,848,867 +"216819",81511,38921,3,848,1880 +"216820",81511,42264,3,848,1702 +"216821",81511,44636,2,848,1026 +"216822",81511,50252,3,848,2001 +"216823",81511,54676,3,848,1342 +"216824",81511,57077,2,848,1885 +"216825",81511,60689,3,848,859 +"216826",81511,62488,3,848,1418 +"216827",81511,69498,3,848,931 +"216828",81511,71478,3,848,1721 +"216829",81511,80429,3,848,1927 +"216830",81511,85430,3,848,2370 +"216831",81511,89958,3,848,1186 +"216832",81511,102050,3,848,906 +"216833",81522,4551,3,1712,2720 +"216834",81545,3127,3,2077,2273 +"216835",81545,4612,3,2077,2804 +"216836",81545,5897,3,2077,2337 +"216837",81545,9787,3,2077,2858 +"216838",81545,13879,2,2077,2748 +"216839",81545,19655,3,2077,2706 +"216840",81545,22578,3,2077,2216 +"216841",81545,27914,3,2077,2507 +"216842",81545,34216,3,2077,2832 +"216843",81545,40572,3,2077,2666 +"216844",81545,46384,3,2077,2285 +"216845",81563,997,3,1188,2788 +"216846",81563,2742,3,1188,1192 +"216847",81563,5515,3,1188,2385 +"216848",81563,9702,3,1188,1928 +"216849",81563,11382,3,1188,2746 +"216850",81563,11875,3,1188,1526 +"216851",81563,12103,3,1188,1244 +"216852",81563,19606,3,1188,2783 +"216853",81563,23312,3,1188,2449 +"216854",81563,23534,3,1188,1659 +"216855",81563,50236,3,1188,2339 +"216856",81563,52323,3,1188,2148 +"216857",81563,56854,3,1188,2022 +"216858",81563,58617,3,1188,2093 +"216859",81586,499,3,877,1931 +"216860",81586,3460,3,877,2530 +"216861",81586,6942,3,877,1232 +"216862",81586,14422,3,877,1548 +"216863",81586,15453,2,877,1688 +"216864",81586,20494,3,877,1075 +"216865",81586,25480,3,877,2747 +"216866",81586,27792,3,877,1308 +"216867",81586,29170,3,877,1846 +"216868",81586,33356,3,877,1586 +"216869",81586,34842,2,877,2050 +"216870",81586,36439,3,877,2469 +"216871",81586,38755,3,877,2902 +"216872",81586,40293,3,877,1671 +"216873",81586,42642,3,877,2257 +"216874",81586,54067,3,877,2433 +"216875",81586,57337,2,877,1443 +"216876",81586,58133,3,877,1484 +"216877",81586,60386,2,877,1322 +"216878",81586,65316,3,877,1020 +"216879",81586,66726,3,877,2068 +"216880",81586,79612,1,877,927 +"216881",81588,380,3,1568,2261 +"216882",81588,671,3,1568,2328 +"216883",81588,913,3,1568,2144 +"216884",81588,1102,3,1568,2282 +"216885",81588,1639,3,1568,2631 +"216886",81588,2322,3,1568,1645 +"216887",81588,2424,3,1568,2582 +"216888",81588,2533,3,1568,2016 +"216889",81588,3271,3,1568,2216 +"216890",81588,3305,3,1568,2839 +"216891",81588,3306,3,1568,1989 +"216892",81588,3716,3,1568,1679 +"216893",81588,3801,3,1568,1974 +"216894",81588,4701,3,1568,2401 +"216895",81588,6047,3,1568,2004 +"216896",81588,6052,3,1568,1985 +"216897",81588,6718,3,1568,2138 +"216898",81588,8762,3,1568,2585 +"216899",81588,9057,3,1568,2629 +"216900",81588,9272,3,1568,2835 +"216901",81588,9311,3,1568,2477 +"216902",81588,9364,3,1568,1698 +"216903",81588,10358,3,1568,2294 +"216904",81588,10513,3,1568,2284 +"216905",81588,11006,3,1568,1950 +"216906",81588,11229,3,1568,1625 +"216907",81588,11440,3,1568,2026 +"216908",81588,11541,3,1568,1927 +"216909",81588,11620,3,1568,2010 +"216910",81588,12618,3,1568,2021 +"216911",81588,12728,2,1568,2374 +"216912",81588,14032,3,1568,2144 +"216913",81588,14959,3,1568,2898 +"216914",81588,15539,3,1568,1929 +"216915",81588,16332,3,1568,2668 +"216916",81588,16432,3,1568,2664 +"216917",81588,17931,3,1568,1617 +"216918",81588,19204,3,1568,1753 +"216919",81588,19248,3,1568,2357 +"216920",81588,19719,3,1568,2177 +"216921",81588,20124,3,1568,2376 +"216922",81588,20311,2,1568,1981 +"216923",81588,21122,3,1568,1701 +"216924",81588,21138,3,1568,2849 +"216925",81588,21285,3,1568,2100 +"216926",81588,21693,2,1568,2176 +"216927",81588,22326,2,1568,2818 +"216928",81588,22362,2,1568,1836 +"216929",81588,23508,3,1568,1907 +"216930",81588,23727,3,1568,1734 +"216931",81588,23729,2,1568,1624 +"216932",81588,23970,3,1568,1624 +"216933",81588,25305,3,1568,2447 +"216934",81588,25577,2,1568,1946 +"216935",81588,26451,3,1568,2133 +"216936",81588,26570,3,1568,1669 +"216937",81588,26749,2,1568,2965 +"216938",81588,27275,3,1568,2656 +"216939",81588,27390,3,1568,2425 +"216940",81588,27694,3,1568,2030 +"216941",81588,28015,2,1568,1624 +"216942",81588,30052,3,1568,2855 +"216943",81588,30173,3,1568,2404 +"216944",81588,31530,2,1568,1661 +"216945",81588,31691,3,1568,1657 +"216946",81588,32173,3,1568,2341 +"216947",81588,32919,3,1568,2321 +"216948",81588,33801,3,1568,2899 +"216949",81588,33949,3,1568,2489 +"216950",81588,34136,3,1568,2202 +"216951",81588,34836,3,1568,2302 +"216952",81588,38019,2,1568,1870 +"216953",81588,43226,3,1568,2442 +"216954",81588,43385,2,1568,1623 +"216955",81588,47772,3,1568,2293 +"216956",81588,48110,3,1568,2009 +"216957",81588,48605,3,1568,2796 +"216958",81588,51017,3,1568,2073 +"216959",81588,51035,3,1568,2397 +"216960",81588,52058,3,1568,1836 +"216961",81588,52570,3,1568,2645 +"216962",81588,52576,2,1568,2234 +"216963",81588,53196,3,1568,1888 +"216964",81588,53323,3,1568,2677 +"216965",81588,55082,3,1568,1856 +"216966",81588,55139,3,1568,2323 +"216967",81588,55438,3,1568,2863 +"216968",81588,55468,3,1568,2511 +"216969",81588,56082,3,1568,2395 +"216970",81588,56317,1,1568,2030 +"216971",81588,56340,3,1568,2060 +"216972",81588,58451,3,1568,1939 +"216973",81588,58508,2,1568,2326 +"216974",81588,58684,3,1568,2295 +"216975",81588,59700,3,1568,2346 +"216976",81588,61982,3,1568,2725 +"216977",81588,62841,3,1568,2710 +"216978",81588,64181,3,1568,1828 +"216979",81588,65007,3,1568,2530 +"216980",81588,66703,3,1568,2375 +"216981",81588,69335,3,1568,2698 +"216982",81588,70217,3,1568,2332 +"216983",81588,72207,3,1568,2430 +"216984",81588,73786,3,1568,2937 +"216985",81588,76892,3,1568,2381 +"216986",81588,79322,3,1568,2770 +"216987",81588,80301,3,1568,1690 +"216988",81588,82949,2,1568,2077 +"216989",81588,101295,3,1568,2165 +"216990",81588,101797,3,1568,2357 +"216991",81588,115622,3,1568,1895 +"216992",81591,4526,3,1550,1728 +"216993",81591,7942,3,1550,2623 +"216994",81591,16176,2,1550,2703 +"216995",81591,41023,3,1550,2408 +"216996",81593,81592,1,1156,2882 +"216997",81598,250,2,397,954 +"216998",81598,26218,3,397,2460 +"216999",81633,16365,2,1348,2217 +"217000",81674,2424,3,499,2582 +"217001",81674,3765,3,499,2775 +"217002",81674,4696,3,499,2656 +"217003",81674,4932,3,499,2752 +"217004",81674,6602,2,499,1631 +"217005",81674,7548,2,499,1932 +"217006",81674,7840,2,499,984 +"217007",81674,9200,3,499,787 +"217008",81674,9364,3,499,1698 +"217009",81674,10439,2,499,773 +"217010",81674,10474,1,499,1608 +"217011",81674,10843,3,499,2277 +"217012",81674,17790,3,499,2783 +"217013",81674,18393,3,499,860 +"217014",81674,19092,3,499,906 +"217015",81674,21318,3,499,780 +"217016",81674,22181,2,499,1274 +"217017",81674,22422,2,499,894 +"217018",81674,25610,2,499,2328 +"217019",81674,27261,3,499,1368 +"217020",81674,28896,3,499,1395 +"217021",81674,29923,3,499,626 +"217022",81674,30334,3,499,2075 +"217023",81674,33433,3,499,2805 +"217024",81674,34820,2,499,1630 +"217025",81674,35888,3,499,2291 +"217026",81674,36578,3,499,1484 +"217027",81674,37636,3,499,2178 +"217028",81674,40392,3,499,1878 +"217029",81674,40913,3,499,1800 +"217030",81674,41211,3,499,896 +"217031",81674,47869,3,499,2097 +"217032",81674,49581,3,499,1817 +"217033",81674,51783,3,499,2599 +"217034",81674,67521,2,499,545 +"217035",81674,69300,3,499,2068 +"217036",81674,89278,3,499,587 +"217037",81674,96611,3,499,765 +"217038",81674,102301,2,499,865 +"217039",81674,121260,3,499,2042 +"217040",81676,1453,3,839,1737 +"217041",81676,2742,3,839,1192 +"217042",81676,5346,3,839,1438 +"217043",81676,8275,3,839,2237 +"217044",81676,12639,3,839,1141 +"217045",81676,15207,2,839,1855 +"217046",81676,18615,3,839,1025 +"217047",81676,19593,3,839,2013 +"217048",81676,21566,2,839,1234 +"217049",81676,23006,3,839,1532 +"217050",81676,28130,3,839,908 +"217051",81676,35772,2,839,1440 +"217052",81676,36441,3,839,2796 +"217053",81676,42799,2,839,2729 +"217054",81676,46635,3,839,2528 +"217055",81676,52530,3,839,1737 +"217056",81676,53630,2,839,1565 +"217057",81676,56903,3,839,1584 +"217058",81676,59082,3,839,947 +"217059",81676,68024,3,839,1531 +"217060",81676,70679,3,839,2251 +"217061",81676,74054,3,839,1488 +"217062",81676,74818,1,839,1440 +"217063",81676,81463,3,839,955 +"217064",81676,85356,2,839,1492 +"217065",81676,91901,3,839,1236 +"217066",81676,94520,3,839,1243 +"217067",81676,96132,2,839,1489 +"217068",81716,4430,3,1199,2019 +"217069",81716,13079,3,1199,2547 +"217070",81716,14287,3,1199,1583 +"217071",81716,14998,3,1199,1553 +"217072",81716,15826,3,1199,2772 +"217073",81716,16502,3,1199,1616 +"217074",81716,26974,3,1199,1672 +"217075",81716,30865,3,1199,2038 +"217076",81716,33017,3,1199,1493 +"217077",81716,46486,3,1199,1868 +"217078",81716,46570,3,1199,1707 +"217079",81716,56569,3,1199,1993 +"217080",81716,83066,2,1199,1229 +"217081",81716,90745,3,1199,1994 +"217082",81753,728,3,1736,1812 +"217083",81753,4367,1,1736,2794 +"217084",81753,7355,3,1736,1928 +"217085",81753,8865,3,1736,2394 +"217086",81753,9241,3,1736,2338 +"217087",81753,12078,3,1736,2381 +"217088",81753,14754,3,1736,2456 +"217089",81753,15567,3,1736,2671 +"217090",81753,19433,3,1736,2504 +"217091",81753,24757,3,1736,1939 +"217092",81753,29997,3,1736,1789 +"217093",81753,31335,3,1736,2351 +"217094",81753,34908,3,1736,2796 +"217095",81753,45869,3,1736,2840 +"217096",81753,54284,3,1736,2491 +"217097",81753,57067,3,1736,2547 +"217098",81753,58559,3,1736,2242 +"217099",81753,59683,3,1736,2068 +"217100",81753,69232,2,1736,2130 +"217101",81781,135,3,1431,2233 +"217102",81781,455,3,1431,2827 +"217103",81781,1367,3,1431,2176 +"217104",81781,7245,2,1431,2089 +"217105",81781,8533,3,1431,2251 +"217106",81781,18415,3,1431,2184 +"217107",81781,20563,3,1431,2267 +"217108",81781,24568,3,1431,1937 +"217109",81781,31050,2,1431,1491 +"217110",81781,34160,3,1431,1759 +"217111",81781,35302,3,1431,1589 +"217112",81781,45633,2,1431,2134 +"217113",81781,49144,1,1431,1542 +"217114",81781,53196,3,1431,1888 +"217115",81781,63409,3,1431,1937 +"217116",81781,65691,3,1431,2134 +"217117",81781,68487,3,1431,2592 +"217118",81805,4430,3,1607,2019 +"217119",81805,5962,3,1607,2491 +"217120",81805,6119,3,1607,2358 +"217121",81805,10336,2,1607,2271 +"217122",81805,16286,3,1607,2470 +"217123",81805,17645,3,1607,1918 +"217124",81805,17826,3,1607,2920 +"217125",81805,37036,2,1607,2264 +"217126",81805,104828,3,1607,1609 +"217127",81813,3242,3,1656,1730 +"217128",81813,4618,3,1656,2607 +"217129",81813,4687,3,1656,2152 +"217130",81813,4980,3,1656,2093 +"217131",81813,8621,3,1656,1681 +"217132",81813,10404,3,1656,2062 +"217133",81813,10890,3,1656,2639 +"217134",81813,20563,3,1656,2267 +"217135",81813,23704,3,1656,2278 +"217136",81813,26436,1,1656,2489 +"217137",81813,26516,2,1656,2479 +"217138",81813,27753,3,1656,2750 +"217139",81813,34492,2,1656,1798 +"217140",81813,38449,3,1656,1802 +"217141",81813,45715,3,1656,2287 +"217142",81813,51410,3,1656,2739 +"217143",81813,54740,3,1656,2750 +"217144",81813,64793,3,1656,2819 +"217145",81848,1570,2,221,2028 +"217146",81848,2724,3,221,2447 +"217147",81848,3272,3,221,2132 +"217148",81848,3477,3,221,2546 +"217149",81848,3559,2,221,2413 +"217150",81848,3678,3,221,1325 +"217151",81848,4622,3,221,1589 +"217152",81848,6063,3,221,2349 +"217153",81848,6562,3,221,1139 +"217154",81848,7648,2,221,1861 +"217155",81848,9273,2,221,1747 +"217156",81848,9328,3,221,1937 +"217157",81848,9462,2,221,378 +"217158",81848,10435,3,221,1984 +"217159",81848,10755,3,221,1742 +"217160",81848,10756,3,221,2207 +"217161",81848,11803,3,221,1232 +"217162",81848,12735,3,221,819 +"217163",81848,12779,3,221,936 +"217164",81848,12861,3,221,1207 +"217165",81848,14061,3,221,1620 +"217166",81848,14442,3,221,2700 +"217167",81848,14902,2,221,562 +"217168",81848,16184,3,221,2274 +"217169",81848,17608,2,221,1216 +"217170",81848,17768,3,221,2468 +"217171",81848,18217,3,221,1566 +"217172",81848,18455,2,221,1237 +"217173",81848,20371,3,221,595 +"217174",81848,21701,3,221,1198 +"217175",81848,22462,3,221,869 +"217176",81848,24867,2,221,1861 +"217177",81848,25053,2,221,2186 +"217178",81848,26100,3,221,1966 +"217179",81848,29067,3,221,1538 +"217180",81848,29354,2,221,1123 +"217181",81848,31281,3,221,1937 +"217182",81848,32904,3,221,2055 +"217183",81848,33223,3,221,2397 +"217184",81848,36975,3,221,887 +"217185",81848,36996,3,221,2321 +"217186",81848,39911,3,221,1445 +"217187",81848,40542,3,221,1664 +"217188",81848,41669,3,221,1247 +"217189",81848,44132,3,221,1999 +"217190",81848,44466,3,221,1607 +"217191",81848,44501,3,221,2567 +"217192",81848,46849,2,221,1238 +"217193",81848,47094,3,221,2592 +"217194",81848,49805,3,221,2445 +"217195",81848,54407,3,221,514 +"217196",81848,55446,2,221,1247 +"217197",81848,55997,2,221,1414 +"217198",81848,59289,2,221,2896 +"217199",81848,69830,3,221,378 +"217200",81848,74054,3,221,1488 +"217201",81848,76503,3,221,1136 +"217202",81848,77519,3,221,819 +"217203",81848,79435,2,221,299 +"217204",81848,80653,3,221,285 +"217205",81848,84317,3,221,2081 +"217206",81848,84322,2,221,1635 +"217207",81848,88739,3,221,933 +"217208",81848,91465,1,221,1047 +"217209",81848,93123,3,221,870 +"217210",81848,103536,2,221,475 +"217211",81848,104281,3,221,2228 +"217212",81853,12818,3,1207,2015 +"217213",81853,13024,2,1207,2468 +"217214",81853,25678,2,1207,1558 +"217215",81853,32312,3,1207,1472 +"217216",81853,34055,2,1207,1881 +"217217",81853,81134,2,1207,1384 +"217218",81865,34480,3,2704,2755 +"217219",81895,1592,3,1634,2006 +"217220",81895,1691,2,1634,1941 +"217221",81895,3271,3,1634,2216 +"217222",81895,4226,3,1634,1903 +"217223",81895,6030,3,1634,2953 +"217224",81895,6390,3,1634,2385 +"217225",81895,6491,3,1634,2424 +"217226",81895,9272,3,1634,2835 +"217227",81895,10222,3,1634,2212 +"217228",81895,12374,3,1634,2260 +"217229",81895,14108,3,1634,2012 +"217230",81895,18543,3,1634,2968 +"217231",81895,20407,3,1634,2339 +"217232",81895,26451,3,1634,2133 +"217233",81895,26793,3,1634,2104 +"217234",81895,32503,2,1634,2020 +"217235",81895,33622,3,1634,2230 +"217236",81895,34136,3,1634,2202 +"217237",81895,35481,3,1634,2211 +"217238",81895,36439,3,1634,2469 +"217239",81895,40369,3,1634,2735 +"217240",81895,43173,3,1634,2895 +"217241",81895,43226,3,1634,2442 +"217242",81895,48110,3,1634,2009 +"217243",81895,58508,3,1634,2326 +"217244",81895,60116,3,1634,2668 +"217245",81895,69335,3,1634,2698 +"217246",81895,74636,3,1634,2525 +"217247",81895,80301,3,1634,1690 +"217248",81895,88232,3,1634,2881 +"217249",81895,108379,3,1634,2933 +"217250",81949,2591,3,950,1949 +"217251",81949,6577,3,950,1951 +"217252",81949,21911,3,950,1184 +"217253",81949,28731,3,950,955 +"217254",81949,31243,2,950,1355 +"217255",81949,42747,3,950,1189 +"217256",81965,11676,1,550,1614 +"217257",81965,18479,3,550,2967 +"217258",81965,89752,2,550,585 +"217259",81965,90570,1,550,964 +"217260",81989,14,3,438,1793 +"217261",81989,508,2,438,801 +"217262",81989,854,3,438,2307 +"217263",81989,915,3,438,1793 +"217264",81989,2894,2,438,1291 +"217265",81989,5392,2,438,1648 +"217266",81989,5615,2,438,1105 +"217267",81989,6192,3,438,2409 +"217268",81989,6222,3,438,1949 +"217269",81989,7406,3,438,1906 +"217270",81989,11770,3,438,1653 +"217271",81989,12388,1,438,1975 +"217272",81989,14959,3,438,2898 +"217273",81989,15215,2,438,798 +"217274",81989,15444,2,438,2764 +"217275",81989,16053,3,438,908 +"217276",81989,17027,3,438,2772 +"217277",81989,17097,3,438,1505 +"217278",81989,17351,3,438,2036 +"217279",81989,18165,3,438,2085 +"217280",81989,18404,2,438,801 +"217281",81989,19317,3,438,2041 +"217282",81989,20067,3,438,2390 +"217283",81989,21126,3,438,2331 +"217284",81989,21248,3,438,2232 +"217285",81989,21275,3,438,2609 +"217286",81989,22403,3,438,1630 +"217287",81989,23460,3,438,2183 +"217288",81989,25033,3,438,929 +"217289",81989,29372,3,438,528 +"217290",81989,33380,3,438,2340 +"217291",81989,36784,3,438,576 +"217292",81989,38921,3,438,1880 +"217293",81989,40646,3,438,1583 +"217294",81989,41682,3,438,1988 +"217295",81989,42837,3,438,1096 +"217296",81989,43077,3,438,884 +"217297",81989,45545,3,438,1776 +"217298",81989,47003,3,438,1915 +"217299",81989,48435,3,438,528 +"217300",81989,50487,3,438,744 +"217301",81989,55580,3,438,1942 +"217302",81989,61242,3,438,1650 +"217303",81989,66756,3,438,1301 +"217304",81989,82009,1,438,1020 +"217305",81989,85329,3,438,738 +"217306",81989,95155,3,438,849 +"217307",81995,31705,3,2673,2706 +"217308",82009,14,3,1020,1793 +"217309",82009,854,3,1020,2307 +"217310",82009,915,3,1020,1793 +"217311",82009,2894,2,1020,1291 +"217312",82009,5235,3,1020,2324 +"217313",82009,5392,2,1020,1648 +"217314",82009,5615,2,1020,1105 +"217315",82009,6192,3,1020,2409 +"217316",82009,6222,3,1020,1949 +"217317",82009,7406,3,1020,1906 +"217318",82009,11770,3,1020,1653 +"217319",82009,12388,1,1020,1975 +"217320",82009,13158,3,1020,2667 +"217321",82009,13808,3,1020,1356 +"217322",82009,14959,3,1020,2898 +"217323",82009,15106,3,1020,2286 +"217324",82009,15444,2,1020,2764 +"217325",82009,17027,3,1020,2772 +"217326",82009,17097,2,1020,1505 +"217327",82009,17351,3,1020,2036 +"217328",82009,18165,2,1020,2085 +"217329",82009,19317,2,1020,2041 +"217330",82009,20067,3,1020,2390 +"217331",82009,21126,2,1020,2331 +"217332",82009,21248,3,1020,2232 +"217333",82009,21275,3,1020,2609 +"217334",82009,22403,3,1020,1630 +"217335",82009,23460,3,1020,2183 +"217336",82009,29884,3,1020,1239 +"217337",82009,30236,3,1020,2238 +"217338",82009,30798,3,1020,1398 +"217339",82009,33380,3,1020,2340 +"217340",82009,38921,3,1020,1880 +"217341",82009,40646,3,1020,1583 +"217342",82009,41682,3,1020,1988 +"217343",82009,42837,3,1020,1096 +"217344",82009,45302,3,1020,2390 +"217345",82009,45545,3,1020,1776 +"217346",82009,47003,3,1020,1915 +"217347",82009,47803,3,1020,2477 +"217348",82009,51016,3,1020,1141 +"217349",82009,52261,3,1020,2162 +"217350",82009,55580,3,1020,1942 +"217351",82009,61242,2,1020,1650 +"217352",82009,66756,3,1020,1301 +"217353",82009,80764,3,1020,1808 +"217354",82023,2057,1,992,1965 +"217355",82023,2190,3,992,2359 +"217356",82023,2429,3,992,999 +"217357",82023,2668,3,992,1529 +"217358",82023,5235,3,992,2324 +"217359",82023,5599,3,992,1684 +"217360",82023,7896,3,992,2447 +"217361",82023,9723,3,992,2302 +"217362",82023,11029,3,992,2362 +"217363",82023,11136,3,992,2573 +"217364",82023,11585,3,992,1817 +"217365",82023,11588,3,992,2352 +"217366",82023,13760,3,992,2871 +"217367",82023,14558,3,992,1585 +"217368",82023,18672,3,992,1182 +"217369",82023,18873,3,992,1231 +"217370",82023,19208,3,992,2629 +"217371",82023,19231,2,992,1424 +"217372",82023,19605,3,992,2395 +"217373",82023,24497,3,992,1979 +"217374",82023,26700,2,992,1663 +"217375",82023,29997,2,992,1789 +"217376",82023,32606,3,992,2100 +"217377",82023,32778,3,992,2310 +"217378",82023,36344,3,992,2570 +"217379",82023,38938,3,992,1593 +"217380",82023,40138,3,992,2719 +"217381",82023,41338,3,992,1553 +"217382",82023,47529,1,992,2914 +"217383",82023,47760,2,992,1108 +"217384",82023,51879,3,992,1771 +"217385",82023,52524,3,992,1197 +"217386",82023,54127,3,992,1593 +"217387",82023,54929,3,992,2783 +"217388",82023,63263,3,992,1267 +"217389",82023,65856,3,992,2504 +"217390",82023,69232,3,992,2130 +"217391",82023,71652,3,992,2638 +"217392",82023,81164,3,992,2260 +"217393",82023,84447,3,992,1006 +"217394",82023,92217,3,992,1663 +"217395",82023,92490,2,992,1230 +"217396",82023,92919,3,992,1645 +"217397",82023,95757,3,992,1232 +"217398",82023,122909,3,992,1198 +"217399",82039,843,2,1327,2332 +"217400",82039,1369,3,1327,2487 +"217401",82039,1708,3,1327,1591 +"217402",82039,2272,3,1327,1640 +"217403",82039,2647,3,1327,2450 +"217404",82039,3271,2,1327,2216 +"217405",82039,4691,3,1327,1888 +"217406",82039,5637,3,1327,1976 +"217407",82039,6999,3,1327,2214 +"217408",82039,7337,3,1327,1797 +"217409",82039,7604,2,1327,1366 +"217410",82039,8607,3,1327,1685 +"217411",82039,9272,2,1327,2835 +"217412",82039,9724,3,1327,2713 +"217413",82039,13340,3,1327,1918 +"217414",82039,14470,3,1327,2632 +"217415",82039,14654,3,1327,1692 +"217416",82039,16437,3,1327,1956 +"217417",82039,19075,3,1327,2214 +"217418",82039,20541,3,1327,2617 +"217419",82039,22410,3,1327,2158 +"217420",82039,28432,3,1327,1954 +"217421",82039,31264,3,1327,2335 +"217422",82039,34331,3,1327,1727 +"217423",82039,35317,3,1327,1888 +"217424",82039,37752,3,1327,2223 +"217425",82039,38219,3,1327,1689 +"217426",82039,39439,3,1327,2462 +"217427",82039,39444,3,1327,2695 +"217428",82039,42382,3,1327,2224 +"217429",82039,42407,3,1327,2408 +"217430",82039,43173,3,1327,2895 +"217431",82039,43226,2,1327,2442 +"217432",82039,46616,3,1327,1917 +"217433",82039,47607,3,1327,2724 +"217434",82039,48110,2,1327,2009 +"217435",82039,53445,3,1327,2028 +"217436",82039,53584,3,1327,2391 +"217437",82039,57804,3,1327,2214 +"217438",82039,58508,2,1327,2326 +"217439",82039,59039,3,1327,2870 +"217440",82039,69335,2,1327,2698 +"217441",82039,73520,3,1327,2613 +"217442",82039,80301,2,1327,1690 +"217443",82039,82226,3,1327,1619 +"217444",82039,84591,3,1327,1685 +"217445",82039,93553,1,1327,2537 +"217446",82043,9850,3,54,2974 +"217447",82043,21076,3,54,1591 +"217448",82046,38087,3,748,1083 +"217449",82046,46726,3,748,943 +"217450",82046,67252,3,748,1215 +"217451",82046,67617,3,748,1149 +"217452",82046,120585,3,748,961 +"217453",82052,18108,3,885,1656 +"217454",82052,41021,3,885,978 +"217455",82052,43025,2,885,2824 +"217456",82052,44763,3,885,1324 +"217457",82124,1092,3,756,1945 +"217458",82124,3753,3,756,1255 +"217459",82124,10945,3,756,881 +"217460",82124,35752,3,756,1158 +"217461",82124,44819,3,756,2063 +"217462",82131,2294,3,186,1638 +"217463",82131,3520,2,186,2281 +"217464",82131,3786,3,186,2282 +"217465",82131,5606,3,186,2875 +"217466",82131,6078,3,186,498 +"217467",82131,6390,3,186,2385 +"217468",82131,8011,3,186,889 +"217469",82131,9656,3,186,1135 +"217470",82131,11516,3,186,1937 +"217471",82131,12473,3,186,801 +"217472",82131,12632,2,186,1174 +"217473",82131,13034,3,186,698 +"217474",82131,16347,3,186,1868 +"217475",82131,19687,3,186,2072 +"217476",82131,20517,3,186,1465 +"217477",82131,21352,1,186,1604 +"217478",82131,25286,3,186,1545 +"217479",82131,26567,3,186,1158 +"217480",82131,29276,3,186,2000 +"217481",82131,31087,3,186,1757 +"217482",82131,33341,3,186,2338 +"217483",82131,33363,3,186,2475 +"217484",82131,39187,2,186,2166 +"217485",82131,42195,3,186,573 +"217486",82131,47330,3,186,2422 +"217487",82131,47435,3,186,878 +"217488",82131,47956,3,186,222 +"217489",82131,48764,3,186,860 +"217490",82131,54855,3,186,1525 +"217491",82131,56673,3,186,2419 +"217492",82131,62219,3,186,2494 +"217493",82131,65478,3,186,220 +"217494",82131,75502,3,186,1474 +"217495",82131,80050,2,186,2698 +"217496",82131,81134,3,186,1384 +"217497",82131,82618,3,186,1536 +"217498",82131,91772,1,186,2233 +"217499",82131,97240,2,186,1027 +"217500",82131,97940,3,186,431 +"217501",82131,104542,3,186,897 +"217502",82131,106554,3,186,1270 +"217503",82172,9311,3,746,2477 +"217504",82172,33356,3,746,1586 +"217505",82172,34992,3,746,893 +"217506",82172,49121,3,746,2199 +"217507",82172,50224,3,746,1123 +"217508",82172,70748,3,746,978 +"217509",82172,72083,3,746,1122 +"217510",82172,116025,3,746,1874 +"217511",82175,2802,3,1590,1836 +"217512",82175,12031,3,1590,1957 +"217513",82175,41051,3,1590,2767 +"217514",82175,95211,2,1590,2462 +"217515",82187,145,3,1055,1998 +"217516",82187,854,3,1055,2307 +"217517",82187,1641,3,1055,1490 +"217518",82187,2484,3,1055,2389 +"217519",82187,2894,3,1055,1291 +"217520",82187,3068,3,1055,1815 +"217521",82187,3978,3,1055,2775 +"217522",82187,4723,3,1055,1314 +"217523",82187,4929,3,1055,2240 +"217524",82187,5610,3,1055,2223 +"217525",82187,5865,3,1055,1910 +"217526",82187,6324,3,1055,1990 +"217527",82187,6821,3,1055,1788 +"217528",82187,6942,3,1055,1232 +"217529",82187,7616,2,1055,2296 +"217530",82187,8238,3,1055,2222 +"217531",82187,8842,3,1055,2535 +"217532",82187,9331,3,1055,2269 +"217533",82187,9423,2,1055,1708 +"217534",82187,12081,2,1055,2166 +"217535",82187,12122,3,1055,1385 +"217536",82187,12388,3,1055,1975 +"217537",82187,12729,3,1055,1835 +"217538",82187,14507,3,1055,2686 +"217539",82187,14731,3,1055,2012 +"217540",82187,14918,3,1055,2071 +"217541",82187,15122,3,1055,1201 +"217542",82187,15632,3,1055,1242 +"217543",82187,16539,2,1055,1947 +"217544",82187,16542,3,1055,2039 +"217545",82187,16850,3,1055,1657 +"217546",82187,17351,3,1055,2036 +"217547",82187,17549,3,1055,2647 +"217548",82187,17632,3,1055,1947 +"217549",82187,17938,3,1055,1410 +"217550",82187,18670,2,1055,1835 +"217551",82187,19317,3,1055,2041 +"217552",82187,19606,3,1055,2783 +"217553",82187,20331,3,1055,2365 +"217554",82187,21079,3,1055,1997 +"217555",82187,22025,3,1055,1591 +"217556",82187,22682,2,1055,2035 +"217557",82187,24256,2,1055,2393 +"217558",82187,24753,3,1055,2860 +"217559",82187,24793,2,1055,1993 +"217560",82187,24825,3,1055,2686 +"217561",82187,24826,3,1055,1382 +"217562",82187,26083,3,1055,2038 +"217563",82187,27796,3,1055,2151 +"217564",82187,29089,3,1055,1344 +"217565",82187,29289,3,1055,1756 +"217566",82187,29512,2,1055,1594 +"217567",82187,29884,3,1055,1239 +"217568",82187,29930,3,1055,2240 +"217569",82187,31159,3,1055,2231 +"217570",82187,31209,3,1055,1137 +"217571",82187,31705,2,1055,2706 +"217572",82187,31890,2,1055,1487 +"217573",82187,31901,2,1055,1251 +"217574",82187,32419,3,1055,1909 +"217575",82187,33010,3,1055,2189 +"217576",82187,38307,3,1055,2648 +"217577",82187,41664,3,1055,2641 +"217578",82187,41900,3,1055,1970 +"217579",82187,41945,3,1055,2856 +"217580",82187,43614,3,1055,1712 +"217581",82187,44089,3,1055,1632 +"217582",82187,44688,3,1055,2924 +"217583",82187,45545,2,1055,1776 +"217584",82187,46680,2,1055,1690 +"217585",82187,47564,3,1055,2650 +"217586",82187,49334,3,1055,2433 +"217587",82187,49470,3,1055,1528 +"217588",82187,50001,3,1055,1518 +"217589",82187,50113,3,1055,2059 +"217590",82187,50254,3,1055,1151 +"217591",82187,52597,3,1055,1773 +"217592",82187,53830,3,1055,1307 +"217593",82187,55076,3,1055,2408 +"217594",82187,56854,3,1055,2022 +"217595",82187,63477,3,1055,1907 +"217596",82187,66756,2,1055,1301 +"217597",82187,67352,3,1055,1115 +"217598",82187,67748,3,1055,1498 +"217599",82187,68487,3,1055,2592 +"217600",82187,69257,3,1055,1402 +"217601",82187,70573,3,1055,1993 +"217602",82187,76646,3,1055,1263 +"217603",82187,77550,3,1055,1548 +"217604",82187,77611,3,1055,1795 +"217605",82187,79413,3,1055,2224 +"217606",82187,80979,3,1055,1142 +"217607",82187,82893,2,1055,1275 +"217608",82187,85356,3,1055,1492 +"217609",82187,92322,3,1055,2393 +"217610",82206,1574,2,1597,1718 +"217611",82206,5064,2,1597,1690 +"217612",82206,21942,3,1597,2041 +"217613",82206,30096,2,1597,2082 +"217614",82206,36709,3,1597,1629 +"217615",82206,85525,3,1597,1718 +"217616",82217,3158,3,2441,2762 +"217617",82217,4249,2,2441,2547 +"217618",82217,4784,2,2441,2511 +"217619",82217,6345,3,2441,2713 +"217620",82217,6747,3,2441,2913 +"217621",82217,9724,3,2441,2713 +"217622",82217,37684,3,2441,2899 +"217623",82217,53652,3,2441,2899 +"217624",82217,68813,3,2441,2511 +"217625",82226,372,3,1619,1944 +"217626",82226,843,3,1619,2332 +"217627",82226,3255,3,1619,2504 +"217628",82226,3271,2,1619,2216 +"217629",82226,3620,3,1619,2955 +"217630",82226,5852,2,1619,1862 +"217631",82226,7337,3,1619,1797 +"217632",82226,8607,3,1619,1685 +"217633",82226,9272,2,1619,2835 +"217634",82226,9716,3,1619,1929 +"217635",82226,10200,3,1619,2920 +"217636",82226,11319,2,1619,2073 +"217637",82226,11429,3,1619,2520 +"217638",82226,12577,3,1619,2530 +"217639",82226,12818,3,1619,2015 +"217640",82226,14626,3,1619,2175 +"217641",82226,14654,1,1619,1692 +"217642",82226,14761,2,1619,2502 +"217643",82226,16205,3,1619,2630 +"217644",82226,16437,3,1619,1956 +"217645",82226,19075,3,1619,2214 +"217646",82226,19296,3,1619,1705 +"217647",82226,19687,3,1619,2072 +"217648",82226,22249,3,1619,1892 +"217649",82226,27826,3,1619,2824 +"217650",82226,28432,3,1619,1954 +"217651",82226,29319,2,1619,2314 +"217652",82226,32235,3,1619,2109 +"217653",82226,32582,3,1619,1929 +"217654",82226,37752,3,1619,2223 +"217655",82226,38038,2,1619,2686 +"217656",82226,38219,3,1619,1689 +"217657",82226,39439,3,1619,2462 +"217658",82226,39444,3,1619,2695 +"217659",82226,41185,3,1619,1929 +"217660",82226,43173,3,1619,2895 +"217661",82226,43226,2,1619,2442 +"217662",82226,48110,2,1619,2009 +"217663",82226,49147,3,1619,2539 +"217664",82226,49347,3,1619,2504 +"217665",82226,53445,3,1619,2028 +"217666",82226,55171,3,1619,2972 +"217667",82226,56737,3,1619,2270 +"217668",82226,57804,3,1619,2214 +"217669",82226,58086,3,1619,1667 +"217670",82226,58508,2,1619,2326 +"217671",82226,59039,3,1619,2870 +"217672",82226,64174,2,1619,2377 +"217673",82226,64412,3,1619,2233 +"217674",82226,69077,3,1619,1689 +"217675",82226,69335,2,1619,2698 +"217676",82226,80301,2,1619,1690 +"217677",82226,82917,3,1619,2371 +"217678",82226,87362,3,1619,2902 +"217679",82243,17541,3,118,637 +"217680",82243,57425,1,118,120 +"217681",82246,1785,3,1538,2350 +"217682",82246,5937,2,1538,2392 +"217683",82246,6234,1,1538,2654 +"217684",82246,6235,2,1538,1585 +"217685",82246,7648,3,1538,1861 +"217686",82246,9273,3,1538,1747 +"217687",82246,9423,3,1538,1708 +"217688",82246,10964,3,1538,2043 +"217689",82246,11067,3,1538,2734 +"217690",82246,14731,3,1538,2012 +"217691",82246,14861,3,1538,2269 +"217692",82246,14972,3,1538,2332 +"217693",82246,15207,3,1538,1855 +"217694",82246,15239,3,1538,1958 +"217695",82246,15558,3,1538,2389 +"217696",82246,16477,3,1538,2069 +"217697",82246,16524,1,1538,1556 +"217698",82246,16969,3,1538,1917 +"217699",82246,17396,3,1538,1672 +"217700",82246,17768,3,1538,2468 +"217701",82246,21487,3,1538,2203 +"217702",82246,23728,2,1538,2601 +"217703",82246,24195,3,1538,1575 +"217704",82246,24867,3,1538,1861 +"217705",82246,25053,3,1538,2186 +"217706",82246,26658,3,1538,2745 +"217707",82246,30092,3,1538,1593 +"217708",82246,30981,3,1538,2366 +"217709",82246,32576,3,1538,2881 +"217710",82246,32939,2,1538,2277 +"217711",82246,33383,3,1538,1572 +"217712",82246,34509,3,1538,1973 +"217713",82246,34576,3,1538,1727 +"217714",82246,35264,3,1538,2329 +"217715",82246,36215,3,1538,1623 +"217716",82246,38676,3,1538,2286 +"217717",82246,41521,2,1538,2069 +"217718",82246,42136,3,1538,2551 +"217719",82246,42256,3,1538,2839 +"217720",82246,44730,3,1538,2468 +"217721",82246,45585,3,1538,2384 +"217722",82246,52032,3,1538,2853 +"217723",82246,53445,3,1538,2028 +"217724",82246,56413,2,1538,2747 +"217725",82246,56903,3,1538,1584 +"217726",82246,57804,2,1538,2214 +"217727",82246,58284,3,1538,2292 +"217728",82246,96700,3,1538,1602 +"217729",82252,160,2,1248,2007 +"217730",82252,1641,3,1248,1490 +"217731",82252,2452,2,1248,1715 +"217732",82252,3456,2,1248,1999 +"217733",82252,3978,3,1248,2775 +"217734",82252,7337,3,1248,1797 +"217735",82252,9272,3,1248,2835 +"217736",82252,9423,3,1248,1708 +"217737",82252,12081,3,1248,2166 +"217738",82252,13068,3,1248,1778 +"217739",82252,14622,2,1248,1608 +"217740",82252,17351,3,1248,2036 +"217741",82252,17632,3,1248,1947 +"217742",82252,17938,3,1248,1410 +"217743",82252,18670,3,1248,1835 +"217744",82252,27280,3,1248,1965 +"217745",82252,27320,3,1248,2378 +"217746",82252,35456,3,1248,2358 +"217747",82252,38373,1,1248,1928 +"217748",82252,39249,2,1248,1665 +"217749",82252,41900,3,1248,1970 +"217750",82252,41945,3,1248,2856 +"217751",82252,49470,3,1248,1528 +"217752",82252,61443,2,1248,2770 +"217753",82252,63644,3,1248,1267 +"217754",82252,77611,3,1248,1795 +"217755",82252,96059,3,1248,1286 +"217756",82252,96365,3,1248,1700 +"217757",82252,107292,3,1248,1667 +"217758",82270,267,2,1641,2631 +"217759",82270,854,3,1641,2307 +"217760",82270,2208,3,1641,2814 +"217761",82270,2407,3,1641,1725 +"217762",82270,3163,3,1641,2020 +"217763",82270,3801,3,1641,1974 +"217764",82270,5392,3,1641,1648 +"217765",82270,5621,3,1641,1860 +"217766",82270,5839,3,1641,2301 +"217767",82270,6222,3,1641,1949 +"217768",82270,7703,2,1641,2122 +"217769",82270,8258,3,1641,1959 +"217770",82270,10914,3,1641,1660 +"217771",82270,11103,2,1641,2393 +"217772",82270,12388,3,1641,1975 +"217773",82270,13732,3,1641,2789 +"217774",82270,13899,3,1641,2650 +"217775",82270,14959,3,1641,2898 +"217776",82270,15444,3,1641,2764 +"217777",82270,15546,3,1641,2055 +"217778",82270,16866,3,1641,2718 +"217779",82270,18165,3,1641,2085 +"217780",82270,18464,2,1641,2312 +"217781",82270,18865,3,1641,2676 +"217782",82270,19208,3,1641,2629 +"217783",82270,19317,3,1641,2041 +"217784",82270,19605,3,1641,2395 +"217785",82270,19606,3,1641,2783 +"217786",82270,20070,2,1641,1914 +"217787",82270,20271,3,1641,2044 +"217788",82270,21248,3,1641,2232 +"217789",82270,21682,3,1641,2414 +"217790",82270,22207,2,1641,2365 +"217791",82270,22682,3,1641,2035 +"217792",82270,26865,3,1641,2726 +"217793",82270,27628,3,1641,2389 +"217794",82270,28626,2,1641,2842 +"217795",82270,28635,2,1641,2368 +"217796",82270,29930,3,1641,2240 +"217797",82270,30081,3,1641,2403 +"217798",82270,31705,3,1641,2706 +"217799",82270,32419,3,1641,1909 +"217800",82270,36574,3,1641,2934 +"217801",82270,37332,3,1641,1891 +"217802",82270,38921,3,1641,1880 +"217803",82270,40565,2,1641,2115 +"217804",82270,41682,3,1641,1988 +"217805",82270,44403,2,1641,2429 +"217806",82270,46680,2,1641,1690 +"217807",82270,50480,3,1641,2701 +"217808",82270,53293,3,1641,2916 +"217809",82270,56910,3,1641,2705 +"217810",82270,57129,3,1641,1858 +"217811",82270,57549,3,1641,2335 +"217812",82270,60879,2,1641,2792 +"217813",82270,61242,3,1641,1650 +"217814",82270,61921,3,1641,1793 +"217815",82270,63395,3,1641,2334 +"217816",82270,83334,3,1641,1708 +"217817",82280,843,3,619,2332 +"217818",82280,1455,2,619,1262 +"217819",82280,2272,2,619,1640 +"217820",82280,2443,3,619,2333 +"217821",82280,3271,3,619,2216 +"217822",82280,5637,2,619,1976 +"217823",82280,6345,3,619,2713 +"217824",82280,7310,3,619,636 +"217825",82280,7604,3,619,1366 +"217826",82280,8724,3,619,1326 +"217827",82280,9272,3,619,2835 +"217828",82280,9538,3,619,1786 +"217829",82280,9656,3,619,1135 +"217830",82280,9724,2,619,2713 +"217831",82280,12116,3,619,2119 +"217832",82280,14470,2,619,2632 +"217833",82280,15281,3,619,810 +"217834",82280,15782,3,619,2306 +"217835",82280,17531,3,619,876 +"217836",82280,22410,2,619,2158 +"217837",82280,23550,3,619,2939 +"217838",82280,23560,3,619,2051 +"217839",82280,24252,3,619,639 +"217840",82280,27512,3,619,947 +"217841",82280,29778,2,619,840 +"217842",82280,31264,2,619,2335 +"217843",82280,32350,3,619,1540 +"217844",82280,35243,3,619,1102 +"217845",82280,36399,3,619,1357 +"217846",82280,37684,3,619,2899 +"217847",82280,38422,3,619,1019 +"217848",82280,41098,3,619,1857 +"217849",82280,42956,3,619,932 +"217850",82280,43226,3,619,2442 +"217851",82280,43701,3,619,2400 +"217852",82280,45499,3,619,2346 +"217853",82280,48110,3,619,2009 +"217854",82280,48501,3,619,2010 +"217855",82280,53652,3,619,2899 +"217856",82280,55325,3,619,653 +"217857",82280,58508,3,619,2326 +"217858",82280,60836,3,619,1880 +"217859",82280,69335,3,619,2698 +"217860",82280,73520,3,619,2613 +"217861",82280,76450,3,619,1077 +"217862",82280,77580,1,619,888 +"217863",82280,77719,3,619,2086 +"217864",82280,80301,3,619,1690 +"217865",82280,82039,2,619,1327 +"217866",82280,93553,2,619,2537 +"217867",82280,105959,3,619,1327 +"217868",82301,1275,3,1621,2068 +"217869",82301,2484,3,1621,2389 +"217870",82301,4289,3,1621,1921 +"217871",82301,5912,3,1621,2257 +"217872",82301,6417,3,1621,1675 +"217873",82301,8029,3,1621,1859 +"217874",82301,8621,3,1621,1681 +"217875",82301,11456,3,1621,2715 +"217876",82301,12692,3,1621,1855 +"217877",82301,14943,2,1621,1942 +"217878",82301,15401,3,1621,1999 +"217879",82301,16539,3,1621,1947 +"217880",82301,16826,3,1621,2599 +"217881",82301,18103,2,1621,1968 +"217882",82301,28015,3,1621,1624 +"217883",82301,31069,3,1621,1995 +"217884",82301,32988,3,1621,2008 +"217885",82301,37418,3,1621,2710 +"217886",82301,38227,3,1621,2511 +"217887",82301,40432,1,1621,1956 +"217888",82301,42505,3,1621,2008 +"217889",82301,47386,3,1621,2226 +"217890",82301,57977,3,1621,2683 +"217891",82301,65155,3,1621,1947 +"217892",82301,65322,3,1621,2008 +"217893",82301,70269,3,1621,2368 +"217894",82301,82929,3,1621,2475 +"217895",82301,83140,3,1621,1630 +"217896",82312,827,3,340,2964 +"217897",82312,916,3,340,2718 +"217898",82312,1624,3,340,2687 +"217899",82312,1708,3,340,1591 +"217900",82312,2282,3,340,2056 +"217901",82312,2506,3,340,954 +"217902",82312,2588,3,340,552 +"217903",82312,2647,3,340,2450 +"217904",82312,2927,2,340,1789 +"217905",82312,4180,2,340,1817 +"217906",82312,4551,1,340,2720 +"217907",82312,5303,2,340,1849 +"217908",82312,6040,3,340,2103 +"217909",82312,6480,2,340,1678 +"217910",82312,7253,1,340,2686 +"217911",82312,7254,1,340,1849 +"217912",82312,7604,3,340,1366 +"217913",82312,8006,3,340,479 +"217914",82312,9269,3,340,1892 +"217915",82312,9656,3,340,1135 +"217916",82312,9895,3,340,1960 +"217917",82312,11665,3,340,1643 +"217918",82312,11858,1,340,1530 +"217919",82312,13034,2,340,698 +"217920",82312,13068,3,340,1778 +"217921",82312,13388,3,340,2119 +"217922",82312,15146,1,340,1546 +"217923",82312,16347,3,340,1868 +"217924",82312,16538,3,340,704 +"217925",82312,16935,3,340,441 +"217926",82312,18700,3,340,1929 +"217927",82312,18718,2,340,494 +"217928",82312,19509,1,340,2000 +"217929",82312,19542,3,340,570 +"217930",82312,21027,2,340,560 +"217931",82312,25345,3,340,713 +"217932",82312,25378,3,340,1245 +"217933",82312,26513,3,340,2205 +"217934",82312,28268,2,340,2258 +"217935",82312,28782,3,340,2272 +"217936",82312,34953,2,340,1817 +"217937",82312,35787,3,340,1132 +"217938",82312,36399,3,340,1357 +"217939",82312,36840,3,340,2269 +"217940",82312,42382,3,340,2224 +"217941",82312,42390,3,340,2937 +"217942",82312,42773,2,340,385 +"217943",82312,43543,3,340,1457 +"217944",82312,46616,3,340,1917 +"217945",82312,47607,3,340,2724 +"217946",82312,52380,2,340,2686 +"217947",82312,53584,3,340,2391 +"217948",82312,58945,2,340,2481 +"217949",82312,59511,2,340,2753 +"217950",82312,63329,3,340,639 +"217951",82312,65188,3,340,2213 +"217952",82312,65375,3,340,824 +"217953",82312,69029,3,340,2623 +"217954",82312,70011,3,340,2690 +"217955",82312,71895,3,340,1327 +"217956",82312,75194,2,340,1736 +"217957",82312,77719,3,340,2086 +"217958",82312,78611,3,340,1586 +"217959",82312,80801,3,340,1250 +"217960",82312,80970,3,340,2069 +"217961",82312,84181,3,340,1272 +"217962",82312,90778,3,340,683 +"217963",82341,2226,2,1515,2225 +"217964",82341,3127,3,1515,2273 +"217965",82341,3770,3,1515,2623 +"217966",82341,4660,2,1515,2149 +"217967",82341,4668,3,1515,1919 +"217968",82341,10766,3,1515,2647 +"217969",82341,10980,3,1515,1974 +"217970",82341,14915,3,1515,2606 +"217971",82341,16684,3,1515,1657 +"217972",82341,19364,3,1515,2846 +"217973",82341,21670,3,1515,2158 +"217974",82341,22709,3,1515,2743 +"217975",82341,23154,3,1515,2345 +"217976",82341,27686,3,1515,2844 +"217977",82341,27882,3,1515,1897 +"217978",82341,27908,3,1515,2576 +"217979",82341,28869,3,1515,2425 +"217980",82341,34921,3,1515,2181 +"217981",82341,35797,3,1515,2482 +"217982",82341,35822,3,1515,1903 +"217983",82341,36487,3,1515,2622 +"217984",82341,37859,2,1515,1999 +"217985",82341,39534,3,1515,2410 +"217986",82341,39906,3,1515,2365 +"217987",82341,41694,3,1515,2358 +"217988",82341,45299,3,1515,2426 +"217989",82341,46261,3,1515,2350 +"217990",82341,48602,3,1515,1704 +"217991",82341,52215,3,1515,1908 +"217992",82341,55482,2,1515,1866 +"217993",82341,59683,3,1515,2068 +"217994",82341,62712,2,1515,2884 +"217995",82341,63030,3,1515,2251 +"217996",82341,63077,3,1515,2778 +"217997",82341,63641,3,1515,2337 +"217998",82341,66717,3,1515,2104 +"217999",82341,66994,3,1515,1865 +"218000",82341,67957,3,1515,2823 +"218001",82341,92297,1,1515,2952 +"218002",82344,3628,3,1358,2707 +"218003",82344,5839,2,1358,2301 +"218004",82344,8762,3,1358,2585 +"218005",82344,11351,2,1358,2971 +"218006",82344,19718,2,1358,1702 +"218007",82344,25816,3,1358,2088 +"218008",82344,32503,3,1358,2020 +"218009",82344,60116,3,1358,2668 +"218010",82344,121291,3,1358,1955 +"218011",82401,913,3,1210,2144 +"218012",82401,1691,3,1210,1941 +"218013",82401,2011,3,1210,2176 +"218014",82401,5258,2,1210,2730 +"218015",82401,6252,3,1210,2336 +"218016",82401,6390,3,1210,2385 +"218017",82401,8657,3,1210,2473 +"218018",82401,13945,3,1210,1324 +"218019",82401,14108,3,1210,2012 +"218020",82401,18543,1,1210,2968 +"218021",82401,19332,3,1210,1214 +"218022",82401,19718,3,1210,1702 +"218023",82401,36439,3,1210,2469 +"218024",82401,37509,3,1210,1640 +"218025",82401,38213,3,1210,1744 +"218026",82401,43173,3,1210,2895 +"218027",82401,44427,2,1210,2875 +"218028",82401,46621,3,1210,1343 +"218029",82401,49620,3,1210,1868 +"218030",82401,52323,3,1210,2148 +"218031",82401,52327,3,1210,1472 +"218032",82401,58284,3,1210,2292 +"218033",82401,61689,3,1210,1309 +"218034",82401,71274,3,1210,2390 +"218035",82401,74636,3,1210,2525 +"218036",82401,88232,3,1210,2881 +"218037",82401,97824,3,1210,1229 +"218038",82401,100215,3,1210,2436 +"218039",82403,38259,3,1596,2258 +"218040",82403,46506,2,1596,2464 +"218041",82403,51879,3,1596,1771 +"218042",82409,5504,3,1881,2389 +"218043",82409,7984,3,1881,2493 +"218044",82409,10130,2,1881,2741 +"218045",82409,10222,3,1881,2212 +"218046",82409,11477,3,1881,2724 +"218047",82409,14943,3,1881,1942 +"218048",82409,15401,3,1881,1999 +"218049",82409,16801,3,1881,2008 +"218050",82409,18277,2,1881,2309 +"218051",82409,19027,3,1881,2721 +"218052",82409,19568,3,1881,2302 +"218053",82409,21479,3,1881,2134 +"218054",82409,24198,3,1881,2217 +"218055",82409,27478,3,1881,2485 +"218056",82409,28582,3,1881,2698 +"218057",82409,32988,3,1881,2008 +"218058",82409,36862,3,1881,2655 +"218059",82409,51410,3,1881,2739 +"218060",82409,53031,2,1881,2065 +"218061",82409,55556,3,1881,2075 +"218062",82409,56237,3,1881,2625 +"218063",82409,65155,3,1881,1947 +"218064",82409,65322,3,1881,2008 +"218065",82409,78150,3,1881,2581 +"218066",82409,92757,3,1881,2615 +"218067",82409,93615,2,1881,2386 +"218068",82409,121784,3,1881,2446 +"218069",82413,2294,3,491,1638 +"218070",82413,2798,3,491,1673 +"218071",82413,3414,3,491,2322 +"218072",82413,8073,3,491,1847 +"218073",82413,8532,2,491,1593 +"218074",82413,9351,3,491,1460 +"218075",82413,12577,3,491,2530 +"218076",82413,13065,3,491,1561 +"218077",82413,13920,2,491,1709 +"218078",82413,16021,3,491,858 +"218079",82413,16205,3,491,2630 +"218080",82413,21352,3,491,1604 +"218081",82413,28081,3,491,1927 +"218082",82413,29818,3,491,1677 +"218083",82413,33341,3,491,2338 +"218084",82413,35108,3,491,604 +"218085",82413,35477,3,491,2703 +"218086",82413,35980,3,491,2657 +"218087",82413,37424,2,491,1693 +"218088",82413,44181,3,491,1034 +"218089",82413,45992,3,491,1182 +"218090",82413,46384,3,491,2285 +"218091",82413,47072,3,491,1564 +"218092",82413,51084,3,491,2188 +"218093",82413,56601,2,491,528 +"218094",82413,57209,2,491,1719 +"218095",82413,61125,3,491,1673 +"218096",82413,63263,3,491,1267 +"218097",82413,64439,2,491,562 +"218098",82413,67719,3,491,2429 +"218099",82413,69131,3,491,2122 +"218100",82413,72348,3,491,1810 +"218101",82413,74474,3,491,2338 +"218102",82413,74605,3,491,2265 +"218103",82413,78740,2,491,1515 +"218104",82413,90892,3,491,2399 +"218105",82413,93208,3,491,1324 +"218106",82426,1367,3,1576,2176 +"218107",82426,1767,3,1576,2727 +"218108",82426,2865,3,1576,2006 +"218109",82426,3068,3,1576,1815 +"218110",82426,3167,3,1576,1676 +"218111",82426,3978,3,1576,2775 +"218112",82426,4226,3,1576,1903 +"218113",82426,5055,3,1576,1796 +"218114",82426,5303,3,1576,1849 +"218115",82426,5363,3,1576,1791 +"218116",82426,6491,3,1576,2424 +"218117",82426,7245,2,1576,2089 +"218118",82426,7253,3,1576,2686 +"218119",82426,7254,3,1576,1849 +"218120",82426,7615,3,1576,1657 +"218121",82426,8533,3,1576,2251 +"218122",82426,12228,3,1576,2034 +"218123",82426,12374,3,1576,2260 +"218124",82426,12818,3,1576,2015 +"218125",82426,14025,2,1576,2384 +"218126",82426,14676,3,1576,2764 +"218127",82426,14972,3,1576,2332 +"218128",82426,15207,3,1576,1855 +"218129",82426,15539,3,1576,1929 +"218130",82426,17381,3,1576,1697 +"218131",82426,18005,3,1576,2449 +"218132",82426,18348,3,1576,1711 +"218133",82426,18415,2,1576,2184 +"218134",82426,18543,3,1576,2968 +"218135",82426,20311,3,1576,1981 +"218136",82426,20563,3,1576,2267 +"218137",82426,20732,3,1576,2401 +"218138",82426,21104,3,1576,2327 +"218139",82426,23726,3,1576,2434 +"218140",82426,25373,3,1576,2783 +"218141",82426,26451,3,1576,2133 +"218142",82426,27320,3,1576,2378 +"218143",82426,29073,2,1576,2328 +"218144",82426,29495,3,1576,1612 +"218145",82426,30438,3,1576,1617 +"218146",82426,31001,3,1576,2119 +"218147",82426,31262,3,1576,2780 +"218148",82426,31700,2,1576,2727 +"218149",82426,32939,3,1576,2277 +"218150",82426,32988,3,1576,2008 +"218151",82426,34136,3,1576,2202 +"218152",82426,36344,3,1576,2570 +"218153",82426,37238,3,1576,2609 +"218154",82426,38019,3,1576,1870 +"218155",82426,39062,3,1576,2020 +"218156",82426,41682,3,1576,1988 +"218157",82426,42618,3,1576,2316 +"218158",82426,45633,3,1576,2134 +"218159",82426,45715,3,1576,2287 +"218160",82426,47607,3,1576,2724 +"218161",82426,48215,3,1576,2028 +"218162",82426,49621,3,1576,1915 +"218163",82426,53905,3,1576,2193 +"218164",82426,55468,3,1576,2511 +"218165",82426,57804,3,1576,2214 +"218166",82426,58945,3,1576,2481 +"218167",82426,65691,3,1576,2134 +"218168",82426,70656,3,1576,2771 +"218169",82426,73597,3,1576,1989 +"218170",82426,75194,3,1576,1736 +"218171",82426,79036,3,1576,2524 +"218172",82426,89880,3,1576,1938 +"218173",82426,96349,3,1576,1874 +"218174",82454,2063,3,1266,1278 +"218175",82454,30438,3,1266,1617 +"218176",82454,34492,3,1266,1798 +"218177",82454,45715,2,1266,2287 +"218178",82454,51410,3,1266,2739 +"218179",82454,51987,3,1266,1397 +"218180",82498,3265,3,109,214 +"218181",82498,3583,3,109,818 +"218182",82498,5376,2,109,288 +"218183",82498,5659,3,109,141 +"218184",82498,5716,3,109,1058 +"218185",82498,8888,3,109,1328 +"218186",82498,10709,1,109,746 +"218187",82498,16352,3,109,2657 +"218188",82498,16587,2,109,2065 +"218189",82498,18554,3,109,2065 +"218190",82498,18615,3,109,1025 +"218191",82498,22050,3,109,966 +"218192",82498,27260,3,109,878 +"218193",82498,27339,2,109,486 +"218194",82498,29864,3,109,2479 +"218195",82498,32811,3,109,804 +"218196",82498,34735,3,109,2767 +"218197",82498,35610,3,109,594 +"218198",82498,37758,3,109,1998 +"218199",82498,37836,3,109,1369 +"218200",82498,37873,3,109,1288 +"218201",82498,43135,2,109,1171 +"218202",82498,44068,3,109,1056 +"218203",82498,53134,3,109,1590 +"218204",82498,57714,3,109,1391 +"218205",82498,63078,3,109,602 +"218206",82498,63328,3,109,922 +"218207",82498,77424,3,109,1489 +"218208",82498,86331,3,109,850 +"218209",82498,93933,3,109,1336 +"218210",82498,101986,2,109,813 +"218211",82498,109521,1,109,609 +"218212",82498,116478,3,109,293 +"218213",82498,118093,2,109,135 +"218214",82498,121234,2,109,213 +"218215",82618,3520,2,1536,2281 +"218216",82618,5606,3,1536,2875 +"218217",82618,21352,3,1536,1604 +"218218",82618,23890,3,1536,1810 +"218219",82618,23975,2,1536,2143 +"218220",82618,31087,3,1536,1757 +"218221",82618,41180,2,1536,1556 +"218222",82618,44982,3,1536,1592 +"218223",82618,91772,3,1536,2233 +"218224",82628,77,3,1784,2425 +"218225",82628,16347,3,1784,1868 +"218226",82681,997,3,1620,2788 +"218227",82681,1102,3,1620,2282 +"218228",82681,1175,3,1620,1642 +"218229",82681,1315,2,1620,2760 +"218230",82681,1321,3,1620,2075 +"218231",82681,1875,3,1620,1786 +"218232",82681,2572,3,1620,2273 +"218233",82681,3139,3,1620,1656 +"218234",82681,3801,3,1620,1974 +"218235",82681,3966,3,1620,2425 +"218236",82681,4360,3,1620,1770 +"218237",82681,4705,3,1620,1714 +"218238",82681,6074,3,1620,2426 +"218239",82681,6602,3,1620,1631 +"218240",82681,7258,2,1620,1714 +"218241",82681,7354,3,1620,2008 +"218242",82681,7858,2,1620,1795 +"218243",82681,10716,3,1620,1692 +"218244",82681,12724,2,1620,1930 +"218245",82681,17354,3,1620,2250 +"218246",82681,20070,3,1620,1914 +"218247",82681,22242,2,1620,1690 +"218248",82681,32419,3,1620,1909 +"218249",82681,36031,3,1620,2342 +"218250",82681,37897,2,1620,1685 +"218251",82681,42216,3,1620,2722 +"218252",82681,46506,3,1620,2464 +"218253",82681,48215,3,1620,2028 +"218254",82681,49048,3,1620,1656 +"218255",82681,55604,3,1620,2342 +"218256",82681,57977,3,1620,2683 +"218257",82681,66992,3,1620,2882 +"218258",82696,733,3,1305,1653 +"218259",82696,1767,3,1305,2727 +"218260",82696,3068,3,1305,1815 +"218261",82696,3167,3,1305,1676 +"218262",82696,4226,2,1305,1903 +"218263",82696,6491,3,1305,2424 +"218264",82696,9751,3,1305,1397 +"218265",82696,12374,3,1305,2260 +"218266",82696,15539,3,1305,1929 +"218267",82696,20732,3,1305,2401 +"218268",82696,20824,3,1305,1366 +"218269",82696,21104,3,1305,2327 +"218270",82696,23534,3,1305,1659 +"218271",82696,23726,3,1305,2434 +"218272",82696,26451,3,1305,2133 +"218273",82696,27792,3,1305,1308 +"218274",82696,29073,3,1305,2328 +"218275",82696,34136,2,1305,2202 +"218276",82696,43404,3,1305,2649 +"218277",82696,43518,3,1305,2680 +"218278",82696,58133,3,1305,1484 +"218279",82696,99020,3,1305,1383 +"218280",82696,99103,3,1305,1470 +"218281",82696,108379,3,1305,2933 +"218282",82730,270,3,1492,2542 +"218283",82730,457,3,1492,1704 +"218284",82730,1124,3,1492,1596 +"218285",82730,2865,3,1492,2006 +"218286",82730,3306,3,1492,1989 +"218287",82730,3896,3,1492,2693 +"218288",82730,4821,3,1492,1938 +"218289",82730,5580,3,1492,2111 +"218290",82730,5971,3,1492,1985 +"218291",82730,5986,3,1492,1721 +"218292",82730,6047,2,1492,2004 +"218293",82730,6588,3,1492,2025 +"218294",82730,6602,3,1492,1631 +"218295",82730,9191,3,1492,2707 +"218296",82730,9654,2,1492,2111 +"218297",82730,10488,3,1492,1524 +"218298",82730,13307,3,1492,2206 +"218299",82730,14032,3,1492,2144 +"218300",82730,14676,3,1492,2764 +"218301",82730,14731,3,1492,2012 +"218302",82730,15700,3,1492,1712 +"218303",82730,18394,3,1492,2356 +"218304",82730,20067,3,1492,2390 +"218305",82730,20070,3,1492,1914 +"218306",82730,20271,3,1492,2044 +"218307",82730,21929,3,1492,2062 +"218308",82730,23011,2,1492,2763 +"218309",82730,23526,3,1492,1998 +"218310",82730,23715,3,1492,1859 +"218311",82730,26451,3,1492,2133 +"218312",82730,26867,3,1492,1804 +"218313",82730,29929,3,1492,2789 +"218314",82730,30405,3,1492,2164 +"218315",82730,31700,3,1492,2727 +"218316",82730,32606,3,1492,2100 +"218317",82730,35095,3,1492,1502 +"218318",82730,36031,3,1492,2342 +"218319",82730,36651,3,1492,1600 +"218320",82730,38973,3,1492,1999 +"218321",82730,43213,3,1492,2160 +"218322",82730,48215,1,1492,2028 +"218323",82730,50236,3,1492,2339 +"218324",82730,55468,3,1492,2511 +"218325",82730,56082,2,1492,2395 +"218326",82730,58284,2,1492,2292 +"218327",82730,63395,3,1492,2334 +"218328",82730,67726,2,1492,2873 +"218329",82730,72207,3,1492,2430 +"218330",82730,75403,3,1492,1895 +"218331",82730,78037,3,1492,1606 +"218332",82730,78784,3,1492,2824 +"218333",82732,6030,3,2810,2953 +"218334",82735,1127,3,829,1188 +"218335",82735,1262,3,829,2973 +"218336",82735,1386,2,829,1901 +"218337",82735,2894,3,829,1291 +"218338",82735,3695,3,829,2612 +"218339",82735,3714,3,829,2605 +"218340",82735,3877,3,829,1133 +"218341",82735,5491,3,829,2048 +"218342",82735,7078,3,829,2344 +"218343",82735,7394,3,829,2615 +"218344",82735,8286,3,829,886 +"218345",82735,9030,3,829,1979 +"218346",82735,10474,3,829,1608 +"218347",82735,10726,3,829,841 +"218348",82735,10945,3,829,881 +"218349",82735,11419,3,829,1408 +"218350",82735,12684,3,829,2182 +"218351",82735,13732,3,829,2789 +"218352",82735,14189,3,829,1483 +"218353",82735,14669,3,829,2080 +"218354",82735,14709,2,829,1901 +"218355",82735,15343,2,829,2125 +"218356",82735,16029,3,829,1160 +"218357",82735,16313,3,829,1160 +"218358",82735,17021,2,829,1226 +"218359",82735,17967,3,829,2125 +"218360",82735,18151,3,829,2962 +"218361",82735,18366,3,829,2699 +"218362",82735,19872,3,829,2913 +"218363",82735,21092,3,829,1643 +"218364",82735,21417,2,829,2422 +"218365",82735,21795,2,829,2653 +"218366",82735,23301,3,829,1611 +"218367",82735,23751,3,829,1740 +"218368",82735,24362,3,829,1287 +"218369",82735,24608,1,829,1630 +"218370",82735,26865,2,829,2726 +"218371",82735,28233,3,829,1608 +"218372",82735,29791,3,829,1986 +"218373",82735,30081,3,829,2403 +"218374",82735,32761,3,829,2680 +"218375",82735,34311,1,829,2213 +"218376",82735,34327,2,829,2959 +"218377",82735,35542,3,829,1439 +"218378",82735,36950,3,829,2204 +"218379",82735,40609,3,829,845 +"218380",82735,41174,3,829,850 +"218381",82735,42618,2,829,2316 +"218382",82735,42814,3,829,1149 +"218383",82735,43051,3,829,904 +"218384",82735,44160,2,829,859 +"218385",82735,44235,2,829,2700 +"218386",82735,45664,3,829,2235 +"218387",82735,45927,2,829,1542 +"218388",82735,46717,3,829,938 +"218389",82735,47947,3,829,2681 +"218390",82735,49741,1,829,839 +"218391",82735,49998,3,829,2761 +"218392",82735,52442,3,829,1269 +"218393",82735,55468,3,829,2511 +"218394",82735,55691,3,829,2856 +"218395",82735,66860,3,829,1548 +"218396",82735,69062,3,829,1174 +"218397",82735,70046,3,829,2624 +"218398",82735,70646,3,829,1162 +"218399",82735,72122,3,829,1436 +"218400",82735,73266,2,829,2496 +"218401",82735,80655,3,829,1546 +"218402",82735,83096,3,829,1061 +"218403",82735,83259,3,829,1245 +"218404",82735,84649,3,829,2280 +"218405",82735,85784,3,829,1142 +"218406",82735,86279,2,829,1076 +"218407",82735,87198,3,829,1462 +"218408",82735,90501,3,829,2380 +"218409",82735,101446,3,829,920 +"218410",82735,103721,2,829,1030 +"218411",82735,117932,3,829,926 +"218412",82738,237,3,591,1982 +"218413",82738,2754,3,591,1360 +"218414",82738,4551,3,591,2720 +"218415",82738,6821,3,591,1788 +"218416",82738,9301,3,591,1861 +"218417",82738,10215,3,591,2006 +"218418",82738,11434,3,591,1187 +"218419",82738,11516,3,591,1937 +"218420",82738,13068,2,591,1778 +"218421",82738,13842,3,591,2250 +"218422",82738,19934,3,591,2888 +"218423",82738,20176,3,591,1050 +"218424",82738,25378,1,591,1245 +"218425",82738,27280,3,591,1965 +"218426",82738,27320,3,591,2378 +"218427",82738,27391,3,591,2378 +"218428",82738,27722,3,591,1266 +"218429",82738,29495,3,591,1612 +"218430",82738,30857,3,591,863 +"218431",82738,30891,3,591,1256 +"218432",82738,31235,3,591,2668 +"218433",82738,33665,3,591,787 +"218434",82738,37752,3,591,2223 +"218435",82738,38373,3,591,1928 +"218436",82738,50229,3,591,1190 +"218437",82738,52154,3,591,1722 +"218438",82738,57765,3,591,2893 +"218439",82738,58829,3,591,1256 +"218440",82738,59485,3,591,1564 +"218441",82738,64967,3,591,2872 +"218442",82738,64993,3,591,615 +"218443",82738,65188,3,591,2213 +"218444",82738,67942,3,591,973 +"218445",82738,72334,3,591,2820 +"218446",82738,74795,3,591,1319 +"218447",82738,90065,3,591,1418 +"218448",82738,90674,3,591,621 +"218449",82738,95416,2,591,982 +"218450",82738,107273,2,591,604 +"218451",82738,107292,3,591,1667 +"218452",82738,119524,2,591,1930 +"218453",82738,119921,3,591,1113 +"218454",82740,4784,3,579,2511 +"218455",82740,9740,2,579,2233 +"218456",82740,13551,3,579,1451 +"218457",82740,13595,3,579,1164 +"218458",82740,14255,2,579,893 +"218459",82740,30544,2,579,2041 +"218460",82740,45297,3,579,1864 +"218461",82740,67289,2,579,829 +"218462",82740,69732,3,579,732 +"218463",82740,76842,3,579,1518 +"218464",82740,84885,3,579,1649 +"218465",82747,10488,3,1496,1524 +"218466",82747,15700,2,1496,1712 +"218467",82747,26867,3,1496,1804 +"218468",82747,29929,3,1496,2789 +"218469",82747,30334,3,1496,2075 +"218470",82747,35815,3,1496,2789 +"218471",82747,37636,3,1496,2178 +"218472",82747,40392,3,1496,1878 +"218473",82747,43213,3,1496,2160 +"218474",82747,50236,3,1496,2339 +"218475",82747,51783,3,1496,2599 +"218476",82747,52203,3,1496,1961 +"218477",82747,56082,2,1496,2395 +"218478",82747,72207,3,1496,2430 +"218479",82747,75403,3,1496,1895 +"218480",82747,94444,3,1496,1554 +"218481",82767,23,3,1641,1682 +"218482",82767,671,2,1641,2328 +"218483",82767,675,3,1641,1686 +"218484",82767,733,2,1641,1653 +"218485",82767,1046,2,1641,1881 +"218486",82767,1136,2,1641,2536 +"218487",82767,2424,3,1641,2582 +"218488",82767,2954,3,1641,2727 +"218489",82767,3164,3,1641,2693 +"218490",82767,3167,2,1641,1676 +"218491",82767,3242,2,1641,1730 +"218492",82767,4191,2,1641,2130 +"218493",82767,4618,2,1641,2607 +"218494",82767,4687,3,1641,2152 +"218495",82767,4980,3,1641,2093 +"218496",82767,5041,3,1641,2371 +"218497",82767,5148,3,1641,2206 +"218498",82767,5315,3,1641,2631 +"218499",82767,5462,3,1641,2374 +"218500",82767,5669,3,1641,2502 +"218501",82767,5725,2,1641,2789 +"218502",82767,7245,3,1641,2089 +"218503",82767,7861,3,1641,1647 +"218504",82767,7984,3,1641,2493 +"218505",82767,8258,3,1641,1959 +"218506",82767,8533,3,1641,2251 +"218507",82767,8621,3,1641,1681 +"218508",82767,10404,3,1641,2062 +"218509",82767,10871,3,1641,2314 +"218510",82767,10890,3,1641,2639 +"218511",82767,12867,3,1641,2773 +"218512",82767,13929,3,1641,2693 +"218513",82767,14943,3,1641,1942 +"218514",82767,15184,3,1641,2396 +"218515",82767,15401,3,1641,1999 +"218516",82767,18415,3,1641,2184 +"218517",82767,19027,3,1641,2721 +"218518",82767,19516,3,1641,2313 +"218519",82767,20067,3,1641,2390 +"218520",82767,20563,2,1641,2267 +"218521",82767,21122,3,1641,1701 +"218522",82767,21248,3,1641,2232 +"218523",82767,23534,2,1641,1659 +"218524",82767,23704,3,1641,2278 +"218525",82767,25129,3,1641,2647 +"218526",82767,25341,2,1641,1858 +"218527",82767,25643,2,1641,1646 +"218528",82767,26351,3,1641,2683 +"218529",82767,26436,2,1641,2489 +"218530",82767,26516,3,1641,2479 +"218531",82767,26570,2,1641,1669 +"218532",82767,26706,3,1641,1846 +"218533",82767,27753,2,1641,2750 +"218534",82767,28285,3,1641,2972 +"218535",82767,28892,3,1641,2023 +"218536",82767,31124,3,1641,2351 +"218537",82767,31799,2,1641,2547 +"218538",82767,32988,2,1641,2008 +"218539",82767,33572,3,1641,2370 +"218540",82767,34136,3,1641,2202 +"218541",82767,34216,3,1641,2832 +"218542",82767,34492,2,1641,1798 +"218543",82767,34509,3,1641,1973 +"218544",82767,37620,3,1641,2716 +"218545",82767,38449,2,1641,1802 +"218546",82767,39087,3,1641,2765 +"218547",82767,40293,1,1641,1671 +"218548",82767,40432,3,1641,1956 +"218549",82767,41402,3,1641,2313 +"218550",82767,42505,3,1641,2008 +"218551",82767,44427,3,1641,2875 +"218552",82767,45633,3,1641,2134 +"218553",82767,45715,3,1641,2287 +"218554",82767,46391,3,1641,1779 +"218555",82767,47857,3,1641,2325 +"218556",82767,47947,3,1641,2681 +"218557",82767,50667,3,1641,2719 +"218558",82767,51410,2,1641,2739 +"218559",82767,53300,3,1641,2162 +"218560",82767,54740,3,1641,2750 +"218561",82767,55139,3,1641,2323 +"218562",82767,55691,3,1641,2856 +"218563",82767,57977,3,1641,2683 +"218564",82767,58035,1,1641,1646 +"218565",82767,58221,3,1641,1787 +"218566",82767,62840,3,1641,2502 +"218567",82767,63515,3,1641,2023 +"218568",82767,64181,3,1641,1828 +"218569",82767,64793,3,1641,2819 +"218570",82767,64997,3,1641,2791 +"218571",82767,65029,3,1641,2954 +"218572",82767,65155,3,1641,1947 +"218573",82767,65322,3,1641,2008 +"218574",82767,65691,3,1641,2134 +"218575",82767,66693,3,1641,2554 +"218576",82767,70046,3,1641,2624 +"218577",82767,71562,3,1641,2574 +"218578",82767,74095,3,1641,2333 +"218579",82767,81813,3,1641,1656 +"218580",82767,92757,3,1641,2615 +"218581",82767,97915,3,1641,1802 +"218582",82767,108430,3,1641,1642 +"218583",82776,270,3,1232,2542 +"218584",82776,2111,3,1232,1904 +"218585",82776,5971,2,1232,1985 +"218586",82776,6588,3,1232,2025 +"218587",82776,9432,3,1232,1693 +"218588",82776,9624,3,1232,2398 +"218589",82776,10523,1,1232,1510 +"218590",82776,11229,3,1232,1625 +"218591",82776,20311,3,1232,1981 +"218592",82776,26848,3,1232,2363 +"218593",82776,26867,3,1232,1804 +"218594",82776,28179,3,1232,2689 +"218595",82776,40028,2,1232,1349 +"218596",82776,42687,3,1232,1952 +"218597",82776,44521,3,1232,1593 +"218598",82776,46182,3,1232,1613 +"218599",82776,46629,3,1232,2255 +"218600",82776,50236,3,1232,2339 +"218601",82776,53303,3,1232,1376 +"218602",82776,56082,3,1232,2395 +"218603",82776,56237,3,1232,2625 +"218604",82776,57246,3,1232,1873 +"218605",82776,79804,2,1232,2227 +"218606",82787,135,3,1144,2233 +"218607",82787,360,3,1144,1671 +"218608",82787,380,3,1144,2261 +"218609",82787,455,3,1144,2827 +"218610",82787,470,3,1144,2285 +"218611",82787,600,2,1144,1702 +"218612",82787,675,2,1144,1686 +"218613",82787,913,3,1144,2144 +"218614",82787,1127,3,1144,1188 +"218615",82787,1130,3,1144,1566 +"218616",82787,1136,2,1144,2536 +"218617",82787,1592,2,1144,2006 +"218618",82787,1691,3,1144,1941 +"218619",82787,2011,3,1144,2176 +"218620",82787,2063,3,1144,1278 +"218621",82787,2325,3,1144,1641 +"218622",82787,2424,3,1144,2582 +"218623",82787,2533,3,1144,2016 +"218624",82787,2743,3,1144,1278 +"218625",82787,3966,3,1144,2425 +"218626",82787,4084,3,1144,2133 +"218627",82787,4191,3,1144,2130 +"218628",82787,4226,3,1144,1903 +"218629",82787,4791,3,1144,1184 +"218630",82787,5239,3,1144,2875 +"218631",82787,6390,3,1144,2385 +"218632",82787,6428,3,1144,1952 +"218633",82787,6491,2,1144,2424 +"218634",82787,7672,3,1144,1974 +"218635",82787,7847,2,1144,2424 +"218636",82787,7861,3,1144,1647 +"218637",82787,8529,3,1144,1205 +"218638",82787,8777,3,1144,1620 +"218639",82787,8866,3,1144,1545 +"218640",82787,8888,3,1144,1328 +"218641",82787,9362,3,1144,2879 +"218642",82787,9805,3,1144,1621 +"218643",82787,10373,3,1144,2436 +"218644",82787,10433,3,1144,2075 +"218645",82787,12199,3,1144,1651 +"218646",82787,14108,3,1144,2012 +"218647",82787,14731,3,1144,2012 +"218648",82787,15005,3,1144,1415 +"218649",82787,15401,3,1144,1999 +"218650",82787,15713,3,1144,1646 +"218651",82787,16164,3,1144,1184 +"218652",82787,16201,3,1144,1811 +"218653",82787,16625,2,1144,1285 +"218654",82787,17698,3,1144,1559 +"218655",82787,18108,3,1144,1656 +"218656",82787,19096,3,1144,1538 +"218657",82787,19113,3,1144,1171 +"218658",82787,19719,3,1144,2177 +"218659",82787,20407,3,1144,2339 +"218660",82787,20824,3,1144,1366 +"218661",82787,21133,3,1144,1320 +"218662",82787,22566,3,1144,2308 +"218663",82787,22884,3,1144,1608 +"218664",82787,22885,3,1144,1702 +"218665",82787,23705,3,1144,2699 +"218666",82787,23918,3,1144,1881 +"218667",82787,24005,3,1144,1188 +"218668",82787,24066,3,1144,1755 +"218669",82787,24568,3,1144,1937 +"218670",82787,25129,3,1144,2647 +"218671",82787,25341,3,1144,1858 +"218672",82787,25577,3,1144,1946 +"218673",82787,26067,3,1144,2069 +"218674",82787,26282,3,1144,1241 +"218675",82787,27377,3,1144,1724 +"218676",82787,27628,3,1144,2389 +"218677",82787,27753,3,1144,2750 +"218678",82787,27837,3,1144,1315 +"218679",82787,29170,3,1144,1846 +"218680",82787,30891,3,1144,1256 +"218681",82787,31050,3,1144,1491 +"218682",82787,32988,3,1144,2008 +"218683",82787,33621,3,1144,1319 +"218684",82787,33622,3,1144,2230 +"218685",82787,34160,2,1144,1759 +"218686",82787,34492,3,1144,1798 +"218687",82787,34509,3,1144,1973 +"218688",82787,34836,3,1144,2302 +"218689",82787,35302,3,1144,1589 +"218690",82787,36651,3,1144,1600 +"218691",82787,37509,3,1144,1640 +"218692",82787,38019,3,1144,1870 +"218693",82787,38213,3,1144,1744 +"218694",82787,39535,3,1144,2428 +"218695",82787,40369,2,1144,2735 +"218696",82787,40645,3,1144,1899 +"218697",82787,41739,2,1144,1339 +"218698",82787,42505,3,1144,2008 +"218699",82787,46621,3,1144,1343 +"218700",82787,47248,3,1144,2883 +"218701",82787,49301,3,1144,1894 +"218702",82787,49620,3,1144,1868 +"218703",82787,51017,3,1144,2073 +"218704",82787,52136,3,1144,1412 +"218705",82787,52327,3,1144,1472 +"218706",82787,52576,3,1144,2234 +"218707",82787,53196,3,1144,1888 +"218708",82787,53323,3,1144,2677 +"218709",82787,54855,3,1144,1525 +"218710",82787,55156,3,1144,2196 +"218711",82787,57544,3,1144,2443 +"218712",82787,57549,3,1144,2335 +"218713",82787,58035,3,1144,1646 +"218714",82787,63409,3,1144,1937 +"218715",82787,64181,1,1144,1828 +"218716",82787,64997,1,1144,2791 +"218717",82787,65322,3,1144,2008 +"218718",82787,65625,2,1144,1273 +"218719",82787,66413,2,1144,2507 +"218720",82787,69447,3,1144,1197 +"218721",82787,70605,3,1144,1176 +"218722",82787,72468,3,1144,2292 +"218723",82787,74636,3,1144,2525 +"218724",82787,78563,3,1144,2385 +"218725",82787,88232,3,1144,2881 +"218726",82787,88966,3,1144,1568 +"218727",82787,89511,3,1144,1205 +"218728",82787,105063,2,1144,1908 +"218729",82806,17381,3,796,1697 +"218730",82806,35888,3,796,2291 +"218731",82806,49560,3,796,1679 +"218732",82806,87638,1,796,1114 +"218733",82819,2226,3,1900,2225 +"218734",82819,9272,3,1900,2835 +"218735",82819,9723,3,1900,2302 +"218736",82819,10336,3,1900,2271 +"218737",82819,10799,3,1900,2010 +"218738",82819,11239,3,1900,2181 +"218739",82819,19215,3,1900,2604 +"218740",82819,19364,3,1900,2846 +"218741",82819,22580,3,1900,2245 +"218742",82819,22709,2,1900,2743 +"218743",82819,28432,3,1900,1954 +"218744",82819,32311,3,1900,2396 +"218745",82819,34921,2,1900,2181 +"218746",82819,35477,3,1900,2703 +"218747",82819,37036,3,1900,2264 +"218748",82819,37929,3,1900,2393 +"218749",82819,39906,3,1900,2365 +"218750",82819,44235,3,1900,2700 +"218751",82819,46532,3,1900,2005 +"218752",82819,52215,2,1900,1908 +"218753",82819,53809,3,1900,1956 +"218754",82819,59005,3,1900,2817 +"218755",82819,60516,3,1900,2257 +"218756",82819,60879,3,1900,2792 +"218757",82819,73553,3,1900,2726 +"218758",82819,77077,3,1900,2693 +"218759",82819,82932,3,1900,2245 +"218760",82819,94640,3,1900,2344 +"218761",82828,358,3,306,798 +"218762",82828,2684,3,306,2874 +"218763",82828,3198,3,306,1797 +"218764",82828,3395,3,306,1382 +"218765",82828,3397,3,306,2126 +"218766",82828,3409,3,306,2167 +"218767",82828,3453,2,306,2126 +"218768",82828,6492,2,306,1162 +"218769",82828,12778,3,306,2045 +"218770",82828,16193,3,306,756 +"218771",82828,16542,2,306,2039 +"218772",82828,19380,3,306,2637 +"218773",82828,24753,2,306,2860 +"218774",82828,24793,2,306,1993 +"218775",82828,24794,1,306,925 +"218776",82828,24826,2,306,1382 +"218777",82828,27297,3,306,1382 +"218778",82828,28053,3,306,2292 +"218779",82828,28588,3,306,1335 +"218780",82828,31209,2,306,1137 +"218781",82828,32419,3,306,1909 +"218782",82828,40879,1,306,2019 +"218783",82828,41664,3,306,2641 +"218784",82828,51460,3,306,1872 +"218785",82828,52699,2,306,1372 +"218786",82828,52898,2,306,763 +"218787",82828,58852,3,306,2323 +"218788",82828,83286,3,306,1793 +"218789",82828,83291,3,306,2066 +"218790",82828,91812,3,306,682 +"218791",82828,93830,3,306,496 +"218792",82828,97275,3,306,731 +"218793",82829,18366,3,2416,2699 +"218794",82890,1785,2,1550,2350 +"218795",82890,18821,3,1550,2075 +"218796",82890,38241,3,1550,1931 +"218797",82890,85401,3,1550,1931 +"218798",82890,85638,3,1550,2275 +"218799",82893,24,3,1275,1295 +"218800",82893,160,3,1275,2007 +"218801",82893,1124,3,1275,1596 +"218802",82893,1323,3,1275,1659 +"218803",82893,1641,3,1275,1490 +"218804",82893,1875,3,1275,1786 +"218805",82893,2684,3,1275,2874 +"218806",82893,2864,3,1275,1543 +"218807",82893,2894,3,1275,1291 +"218808",82893,3520,3,1275,2281 +"218809",82893,4671,3,1275,2280 +"218810",82893,5226,3,1275,1309 +"218811",82893,5865,3,1275,1910 +"218812",82893,6192,3,1275,2409 +"218813",82893,6222,3,1275,1949 +"218814",82893,7406,3,1275,1906 +"218815",82893,7555,3,1275,1943 +"218816",82893,7616,1,1275,2296 +"218817",82893,9331,3,1275,2269 +"218818",82893,10370,3,1275,2224 +"218819",82893,12122,2,1275,1385 +"218820",82893,12778,3,1275,2045 +"218821",82893,12948,3,1275,2669 +"218822",82893,13324,3,1275,2163 +"218823",82893,14749,3,1275,1998 +"218824",82893,14959,3,1275,2898 +"218825",82893,16539,1,1275,1947 +"218826",82893,16542,3,1275,2039 +"218827",82893,17931,3,1275,1617 +"218828",82893,18670,3,1275,1835 +"218829",82893,19096,3,1275,1538 +"218830",82893,19208,3,1275,2629 +"218831",82893,19605,3,1275,2395 +"218832",82893,20419,3,1275,1587 +"218833",82893,20517,3,1275,1465 +"218834",82893,22808,3,1275,2297 +"218835",82893,23460,3,1275,2183 +"218836",82893,24256,3,1275,2393 +"218837",82893,24512,3,1275,1369 +"218838",82893,24753,2,1275,2860 +"218839",82893,24793,3,1275,1993 +"218840",82893,24826,3,1275,1382 +"218841",82893,25030,3,1275,2017 +"218842",82893,26083,3,1275,2038 +"218843",82893,27742,3,1275,2700 +"218844",82893,29512,3,1275,1594 +"218845",82893,30883,3,1275,1629 +"218846",82893,31868,3,1275,1993 +"218847",82893,31890,3,1275,1487 +"218848",82893,32173,3,1275,2341 +"218849",82893,32419,3,1275,1909 +"218850",82893,33801,3,1275,2899 +"218851",82893,36837,2,1275,1556 +"218852",82893,38921,3,1275,1880 +"218853",82893,39188,3,1275,1948 +"218854",82893,39278,3,1275,1952 +"218855",82893,41518,3,1275,1641 +"218856",82893,41664,2,1275,2641 +"218857",82893,42129,3,1275,2318 +"218858",82893,42515,2,1275,2752 +"218859",82893,43902,3,1275,1726 +"218860",82893,44089,2,1275,1632 +"218861",82893,47564,3,1275,2650 +"218862",82893,47625,2,1275,2562 +"218863",82893,48384,3,1275,2057 +"218864",82893,48571,3,1275,2717 +"218865",82893,49334,1,1275,2433 +"218866",82893,49470,3,1275,1528 +"218867",82893,52699,3,1275,1372 +"218868",82893,53475,3,1275,2853 +"218869",82893,55076,3,1275,2408 +"218870",82893,56854,3,1275,2022 +"218871",82893,60624,3,1275,1570 +"218872",82893,65434,3,1275,2866 +"218873",82893,67748,3,1275,1498 +"218874",82893,69250,3,1275,1439 +"218875",82893,77611,2,1275,1795 +"218876",82893,81349,3,1275,1958 +"218877",82893,81588,3,1275,1568 +"218878",82893,85356,3,1275,1492 +"218879",82893,92322,3,1275,2393 +"218880",82893,115155,3,1275,1942 +"218881",82907,410,3,207,927 +"218882",82907,3961,3,207,2426 +"218883",82907,8011,3,207,889 +"218884",82907,10358,3,207,2294 +"218885",82907,11540,3,207,1237 +"218886",82907,11576,3,207,808 +"218887",82907,13895,3,207,687 +"218888",82907,15872,3,207,1551 +"218889",82907,16120,2,207,1237 +"218890",82907,19882,3,207,565 +"218891",82907,21138,3,207,2849 +"218892",82907,22639,1,207,2352 +"218893",82907,62961,3,207,926 +"218894",82907,74681,3,207,837 +"218895",82907,74731,3,207,853 +"218896",82907,87148,3,207,397 +"218897",82907,101395,3,207,891 +"218898",82907,104084,2,207,579 +"218899",82907,114865,3,207,544 +"218900",82917,38038,3,2371,2686 +"218901",82917,94339,2,2371,2768 +"218902",82929,10148,3,2475,2964 +"218903",82929,16826,3,2475,2599 +"218904",82929,21138,3,2475,2849 +"218905",82929,27753,3,2475,2750 +"218906",82929,34480,3,2475,2755 +"218907",82929,38227,3,2475,2511 +"218908",82929,51055,3,2475,2558 +"218909",82929,54740,3,2475,2750 +"218910",82929,57977,3,2475,2683 +"218911",82932,3127,3,2245,2273 +"218912",82932,3961,3,2245,2426 +"218913",82932,5041,3,2245,2371 +"218914",82932,5315,3,2245,2631 +"218915",82932,5897,3,2245,2337 +"218916",82932,7014,3,2245,2401 +"218917",82932,8062,3,2245,2858 +"218918",82932,9928,3,2245,2345 +"218919",82932,10336,3,2245,2271 +"218920",82932,10358,2,2245,2294 +"218921",82932,16352,3,2245,2657 +"218922",82932,19364,3,2245,2846 +"218923",82932,22709,3,2245,2743 +"218924",82932,23310,3,2245,2371 +"218925",82932,25373,3,2245,2783 +"218926",82932,25741,3,2245,2853 +"218927",82932,30034,3,2245,2357 +"218928",82932,30870,3,2245,2370 +"218929",82932,32311,3,2245,2396 +"218930",82932,32919,3,2245,2321 +"218931",82932,34735,3,2245,2767 +"218932",82932,35926,3,2245,2371 +"218933",82932,37036,3,2245,2264 +"218934",82932,37929,3,2245,2393 +"218935",82932,38259,3,2245,2258 +"218936",82932,40572,3,2245,2666 +"218937",82932,40910,3,2245,2469 +"218938",82932,42783,3,2245,2338 +"218939",82932,44235,3,2245,2700 +"218940",82932,53160,2,2245,2736 +"218941",82932,60516,3,2245,2257 +"218942",82932,60879,2,2245,2792 +"218943",82932,77077,3,2245,2693 +"218944",82949,270,3,2077,2542 +"218945",82949,380,3,2077,2261 +"218946",82949,913,2,2077,2144 +"218947",82949,1102,3,2077,2282 +"218948",82949,1639,3,2077,2631 +"218949",82949,2424,2,2077,2582 +"218950",82949,3271,3,2077,2216 +"218951",82949,3305,3,2077,2839 +"218952",82949,4687,3,2077,2152 +"218953",82949,5315,3,2077,2631 +"218954",82949,5462,3,2077,2374 +"218955",82949,5622,3,2077,2175 +"218956",82949,6390,3,2077,2385 +"218957",82949,6718,3,2077,2138 +"218958",82949,8762,3,2077,2585 +"218959",82949,9272,3,2077,2835 +"218960",82949,9311,3,2077,2477 +"218961",82949,9624,3,2077,2398 +"218962",82949,10513,3,2077,2284 +"218963",82949,10857,3,2077,2253 +"218964",82949,13307,3,2077,2206 +"218965",82949,14959,3,2077,2898 +"218966",82949,15299,3,2077,2213 +"218967",82949,15813,3,2077,2143 +"218968",82949,16332,3,2077,2668 +"218969",82949,16432,2,2077,2664 +"218970",82949,18361,3,2077,2968 +"218971",82949,18394,3,2077,2356 +"218972",82949,19248,3,2077,2357 +"218973",82949,19719,2,2077,2177 +"218974",82949,20124,3,2077,2376 +"218975",82949,20407,2,2077,2339 +"218976",82949,21138,3,2077,2849 +"218977",82949,21285,2,2077,2100 +"218978",82949,21693,2,2077,2176 +"218979",82949,22326,2,2077,2818 +"218980",82949,22415,2,2077,2841 +"218981",82949,23132,3,2077,2756 +"218982",82949,24448,3,2077,2289 +"218983",82949,25305,3,2077,2447 +"218984",82949,26749,2,2077,2965 +"218985",82949,27275,2,2077,2656 +"218986",82949,27390,2,2077,2425 +"218987",82949,29962,3,2077,2201 +"218988",82949,30052,3,2077,2855 +"218989",82949,30173,3,2077,2404 +"218990",82949,31235,3,2077,2668 +"218991",82949,31705,3,2077,2706 +"218992",82949,32173,3,2077,2341 +"218993",82949,33622,3,2077,2230 +"218994",82949,33949,3,2077,2489 +"218995",82949,34836,3,2077,2302 +"218996",82949,36439,2,2077,2469 +"218997",82949,43213,3,2077,2160 +"218998",82949,43226,3,2077,2442 +"218999",82949,43455,3,2077,2846 +"219000",82949,44759,3,2077,2419 +"219001",82949,45608,3,2077,2420 +"219002",82949,46629,3,2077,2255 +"219003",82949,47362,3,2077,2253 +"219004",82949,47772,2,2077,2293 +"219005",82949,49965,3,2077,2301 +"219006",82949,50236,3,2077,2339 +"219007",82949,52570,3,2077,2645 +"219008",82949,52576,2,2077,2234 +"219009",82949,54551,3,2077,2348 +"219010",82949,54983,3,2077,2407 +"219011",82949,55139,3,2077,2323 +"219012",82949,55438,2,2077,2863 +"219013",82949,55468,3,2077,2511 +"219014",82949,55828,3,2077,2393 +"219015",82949,56082,2,2077,2395 +"219016",82949,58508,2,2077,2326 +"219017",82949,59700,3,2077,2346 +"219018",82949,61982,3,2077,2725 +"219019",82949,62841,3,2077,2710 +"219020",82949,65572,3,2077,2750 +"219021",82949,69335,3,2077,2698 +"219022",82949,70217,3,2077,2332 +"219023",82949,72207,3,2077,2430 +"219024",82949,74636,3,2077,2525 +"219025",82949,76892,3,2077,2381 +"219026",82949,79322,2,2077,2770 +"219027",82949,88232,3,2077,2881 +"219028",82949,101797,3,2077,2357 +"219029",83047,5568,3,449,1290 +"219030",83047,5599,3,449,1684 +"219031",83047,11651,3,449,526 +"219032",83047,14791,3,449,1370 +"219033",83047,31700,3,449,2727 +"219034",83047,32606,3,449,2100 +"219035",83047,35004,3,449,1509 +"219036",83047,36514,3,449,1192 +"219037",83047,36666,3,449,1270 +"219038",83047,37937,3,449,1320 +"219039",83047,55892,3,449,1234 +"219040",83047,70854,3,449,635 +"219041",83047,80606,3,449,2079 +"219042",83047,82052,3,449,885 +"219043",83047,102016,2,449,1649 +"219044",83053,733,3,1303,1653 +"219045",83053,750,2,1303,1327 +"219046",83053,1315,3,1303,2760 +"219047",83053,3242,3,1303,1730 +"219048",83053,4618,3,1303,2607 +"219049",83053,7616,3,1303,2296 +"219050",83053,8621,3,1303,1681 +"219051",83053,12724,3,1303,1930 +"219052",83053,17264,2,1303,2528 +"219053",83053,17354,2,1303,2250 +"219054",83053,18013,3,1303,1625 +"219055",83053,18202,3,1303,2475 +"219056",83053,18415,3,1303,2184 +"219057",83053,19506,2,1303,1385 +"219058",83053,19516,3,1303,2313 +"219059",83053,20070,3,1303,1914 +"219060",83053,20563,3,1303,2267 +"219061",83053,22207,3,1303,2365 +"219062",83053,23140,2,1303,2787 +"219063",83053,24755,3,1303,1319 +"219064",83053,26436,3,1303,2489 +"219065",83053,26516,3,1303,2479 +"219066",83053,27753,3,1303,2750 +"219067",83053,28626,3,1303,2842 +"219068",83053,28896,3,1303,1395 +"219069",83053,30150,3,1303,1704 +"219070",83053,32419,2,1303,1909 +"219071",83053,33551,2,1303,1734 +"219072",83053,34492,3,1303,1798 +"219073",83053,36031,3,1303,2342 +"219074",83053,45633,3,1303,2134 +"219075",83053,46506,2,1303,2464 +"219076",83053,48215,3,1303,2028 +"219077",83053,54100,3,1303,1327 +"219078",83053,65691,3,1303,2134 +"219079",83053,77835,2,1303,1327 +"219080",83053,82681,3,1303,1620 +"219081",83053,90790,2,1303,1492 +"219082",83053,91162,2,1303,1693 +"219083",83053,91201,2,1303,1702 +"219084",83066,680,3,1229,2569 +"219085",83066,1520,3,1229,1716 +"219086",83066,2576,3,1229,1307 +"219087",83066,4430,3,1229,2019 +"219088",83066,12759,3,1229,2414 +"219089",83066,17252,3,1229,1258 +"219090",83066,18381,3,1229,1524 +"219091",83066,19587,3,1229,1684 +"219092",83066,26974,3,1229,1672 +"219093",83066,36912,3,1229,2469 +"219094",83066,37636,3,1229,2178 +"219095",83066,40537,3,1229,1284 +"219096",83066,70455,3,1229,1307 +"219097",83079,10646,3,798,1555 +"219098",83079,14272,2,798,1063 +"219099",83079,18244,3,798,1622 +"219100",83079,18366,2,798,2699 +"219101",83079,21795,3,798,2653 +"219102",83079,58180,2,798,1919 +"219103",83079,82829,3,798,2416 +"219104",83079,105795,3,798,1265 +"219105",83079,107435,3,798,1635 +"219106",83079,108647,3,798,1934 +"219107",83096,377,3,1061,2389 +"219108",83096,803,3,1061,1666 +"219109",83096,1262,3,1061,2973 +"219110",83096,1386,3,1061,1901 +"219111",83096,1469,3,1061,1160 +"219112",83096,1495,3,1061,2046 +"219113",83096,1777,3,1061,1965 +"219114",83096,2036,3,1061,2483 +"219115",83096,2754,3,1061,1360 +"219116",83096,3242,3,1061,1730 +"219117",83096,3853,3,1061,2465 +"219118",83096,4701,3,1061,2401 +"219119",83096,5462,3,1061,2374 +"219120",83096,5504,3,1061,2389 +"219121",83096,5621,3,1061,1860 +"219122",83096,9391,3,1061,1252 +"219123",83096,10148,2,1061,2964 +"219124",83096,11602,3,1061,1493 +"219125",83096,12103,3,1061,1244 +"219126",83096,13732,2,1061,2789 +"219127",83096,13929,3,1061,2693 +"219128",83096,14072,3,1061,1346 +"219129",83096,14189,1,1061,1483 +"219130",83096,14709,3,1061,1901 +"219131",83096,14888,3,1061,1411 +"219132",83096,15343,3,1061,2125 +"219133",83096,15560,3,1061,2257 +"219134",83096,16029,3,1061,1160 +"219135",83096,16040,3,1061,1244 +"219136",83096,16164,3,1061,1184 +"219137",83096,16313,1,1061,1160 +"219138",83096,18151,3,1061,2962 +"219139",83096,20311,3,1061,1981 +"219140",83096,21193,3,1061,2490 +"219141",83096,21693,3,1061,2176 +"219142",83096,21795,3,1061,2653 +"219143",83096,22006,3,1061,1202 +"219144",83096,22326,3,1061,2818 +"219145",83096,22362,3,1061,1836 +"219146",83096,23508,1,1061,1907 +"219147",83096,23509,3,1061,2275 +"219148",83096,23641,3,1061,1934 +"219149",83096,23751,2,1061,1740 +"219150",83096,24146,2,1061,2003 +"219151",83096,24362,1,1061,1287 +"219152",83096,26865,2,1061,2726 +"219153",83096,26959,3,1061,1961 +"219154",83096,27849,2,1061,1316 +"219155",83096,28233,2,1061,1608 +"219156",83096,29456,3,1061,1182 +"219157",83096,30081,2,1061,2403 +"219158",83096,30827,3,1061,2323 +"219159",83096,31799,3,1061,2547 +"219160",83096,32516,2,1061,2050 +"219161",83096,34984,3,1061,2056 +"219162",83096,36559,3,1061,2473 +"219163",83096,36962,2,1061,2861 +"219164",83096,37333,2,1061,1612 +"219165",83096,38908,3,1061,1787 +"219166",83096,41747,3,1061,1722 +"219167",83096,41872,3,1061,2974 +"219168",83096,42618,3,1061,2316 +"219169",83096,44684,3,1061,1220 +"219170",83096,46039,3,1061,1794 +"219171",83096,50252,3,1061,2001 +"219172",83096,51410,3,1061,2739 +"219173",83096,54020,2,1061,1578 +"219174",83096,55468,3,1061,2511 +"219175",83096,56082,3,1061,2395 +"219176",83096,57977,3,1061,2683 +"219177",83096,61719,3,1061,1515 +"219178",83096,65679,3,1061,1578 +"219179",83096,76342,3,1061,1429 +"219180",83096,79088,2,1061,1369 +"219181",83096,84498,3,1061,1292 +"219182",83096,85058,3,1061,1311 +"219183",83096,85784,3,1061,1142 +"219184",83096,86799,3,1061,1951 +"219185",83096,99103,3,1061,1470 +"219186",83096,101338,3,1061,1319 +"219187",83096,105233,3,1061,1199 +"219188",83122,3272,3,1503,2132 +"219189",83122,4968,3,1503,1586 +"219190",83122,15023,3,1503,2054 +"219191",83122,16347,3,1503,1868 +"219192",83122,20547,3,1503,2145 +"219193",83122,20662,3,1503,1523 +"219194",83122,25518,3,1503,1955 +"219195",83122,31357,3,1503,2389 +"219196",83122,39418,3,1503,1978 +"219197",83122,41694,3,1503,2358 +"219198",83122,43961,3,1503,2443 +"219199",83122,51843,3,1503,2389 +"219200",83122,54385,3,1503,2340 +"219201",83122,84808,3,1503,1974 +"219202",83133,3669,3,1055,2524 +"219203",83133,4144,3,1055,1520 +"219204",83133,5673,3,1055,1567 +"219205",83133,6071,3,1055,2310 +"219206",83133,6562,3,1055,1139 +"219207",83133,9050,3,1055,2026 +"219208",83133,9727,3,1055,2327 +"219209",83133,9808,2,1055,1648 +"219210",83133,9912,3,1055,1356 +"219211",83133,11135,2,1055,2441 +"219212",83133,13528,2,1055,1891 +"219213",83133,15502,2,1055,2637 +"219214",83133,15916,3,1055,1236 +"219215",83133,16593,3,1055,1139 +"219216",83133,16771,3,1055,1541 +"219217",83133,16833,3,1055,1661 +"219218",83133,17952,3,1055,1530 +"219219",83133,18610,3,1055,2141 +"219220",83133,18954,3,1055,2364 +"219221",83133,19687,2,1055,2072 +"219222",83133,19972,1,1055,2078 +"219223",83133,20392,2,1055,1309 +"219224",83133,21895,3,1055,1693 +"219225",83133,23639,2,1055,2065 +"219226",83133,23731,3,1055,1656 +"219227",83133,23890,2,1055,1810 +"219228",83133,24116,2,1055,1413 +"219229",83133,24761,3,1055,2384 +"219230",83133,25286,3,1055,1545 +"219231",83133,25886,3,1055,1580 +"219232",83133,26567,3,1055,1158 +"219233",83133,33961,3,1055,1269 +"219234",83133,34055,3,1055,1881 +"219235",83133,36487,3,1055,2622 +"219236",83133,45487,3,1055,2256 +"219237",83133,47330,3,1055,2422 +"219238",83133,50476,3,1055,1641 +"219239",83133,51448,2,1055,1593 +"219240",83133,53498,3,1055,1967 +"219241",83133,56212,3,1055,1410 +"219242",83133,56673,3,1055,2419 +"219243",83133,61513,3,1055,2948 +"219244",83133,65223,3,1055,2724 +"219245",83133,66267,3,1055,1278 +"219246",83133,69215,3,1055,1591 +"219247",83133,73915,2,1055,2568 +"219248",83133,79236,2,1055,1505 +"219249",83133,79404,3,1055,1079 +"219250",83133,81134,2,1055,1384 +"219251",83133,92947,1,1055,1289 +"219252",83133,93317,3,1055,1223 +"219253",83133,104659,3,1055,2026 +"219254",83133,106554,3,1055,1270 +"219255",83133,108872,3,1055,1810 +"219256",83133,111128,3,1055,1234 +"219257",83140,1275,3,1630,2068 +"219258",83140,4289,3,1630,1921 +"219259",83140,5912,3,1630,2257 +"219260",83140,6417,3,1630,1675 +"219261",83140,8029,3,1630,1859 +"219262",83140,14943,3,1630,1942 +"219263",83140,16826,3,1630,2599 +"219264",83140,18103,2,1630,1968 +"219265",83140,31069,3,1630,1995 +"219266",83140,38227,3,1630,2511 +"219267",83140,40432,2,1630,1956 +"219268",83140,46988,3,1630,2460 +"219269",83140,47386,3,1630,2226 +"219270",83140,57977,3,1630,2683 +"219271",83140,101070,3,1630,2497 +"219272",83140,102284,3,1630,2877 +"219273",83161,4144,2,1352,1520 +"219274",83161,9727,3,1352,2327 +"219275",83161,10337,2,1352,2452 +"219276",83161,15502,3,1352,2637 +"219277",83161,18319,1,1352,1439 +"219278",83161,32678,1,1352,1439 +"219279",83161,35911,2,1352,2370 +"219280",83161,40715,3,1352,2258 +"219281",83161,75455,3,1352,1937 +"219282",83175,44312,3,2049,2741 +"219283",83175,67150,3,2049,2633 +"219284",83175,96387,3,2049,2159 +"219285",83206,1393,3,954,1706 +"219286",83206,2014,3,954,973 +"219287",83206,7123,3,954,1964 +"219288",83206,7432,3,954,1531 +"219289",83206,9088,3,954,1881 +"219290",83206,31990,3,954,2264 +"219291",83206,32629,3,954,1789 +"219292",83206,37801,3,954,2578 +"219293",83206,41075,3,954,1176 +"219294",83206,44312,2,954,2741 +"219295",83206,44421,3,954,956 +"219296",83206,44744,3,954,2032 +"219297",83206,53445,3,954,2028 +"219298",83206,66017,3,954,1545 +"219299",83206,67150,3,954,2633 +"219300",83206,83175,1,954,2049 +"219301",83206,83264,3,954,1922 +"219302",83206,84378,3,954,1265 +"219303",83206,92469,1,954,1232 +"219304",83206,96387,2,954,2159 +"219305",83206,97706,2,954,1121 +"219306",83206,102581,3,954,1813 +"219307",83218,267,3,1537,2631 +"219308",83218,3068,3,1537,1815 +"219309",83218,3477,3,1537,2546 +"219310",83218,6063,3,1537,2349 +"219311",83218,7616,3,1537,2296 +"219312",83218,13899,3,1537,2650 +"219313",83218,15106,3,1537,2286 +"219314",83218,18217,3,1537,1566 +"219315",83218,19317,2,1537,2041 +"219316",83218,21275,3,1537,2609 +"219317",83218,22025,3,1537,1591 +"219318",83218,22207,3,1537,2365 +"219319",83218,33223,3,1537,2397 +"219320",83218,37301,3,1537,2160 +"219321",83218,40542,3,1537,1664 +"219322",83218,40565,1,1537,2115 +"219323",83218,44403,3,1537,2429 +"219324",83218,46506,3,1537,2464 +"219325",83218,61242,2,1537,1650 +"219326",83218,73661,2,1537,2505 +"219327",83218,77077,3,1537,2693 +"219328",83218,77611,3,1537,1795 +"219329",83218,82270,3,1537,1641 +"219330",83219,675,2,1492,1686 +"219331",83219,1136,2,1492,2536 +"219332",83219,7861,3,1492,1647 +"219333",83219,34509,3,1492,1973 +"219334",83219,51410,3,1492,2739 +"219335",83219,64997,3,1492,2791 +"219336",83224,1691,3,1183,1941 +"219337",83224,6390,3,1183,2385 +"219338",83224,14080,2,1183,1351 +"219339",83224,15301,3,1183,2308 +"219340",83224,16096,3,1183,2301 +"219341",83224,22566,3,1183,2308 +"219342",83224,28579,3,1183,1722 +"219343",83224,37509,3,1183,1640 +"219344",83228,3557,3,732,1259 +"219345",83228,4180,3,732,1817 +"219346",83228,4194,3,732,1641 +"219347",83228,4313,3,732,2368 +"219348",83228,5414,3,732,2321 +"219349",83228,5606,3,732,2875 +"219350",83228,6562,3,732,1139 +"219351",83228,7253,3,732,2686 +"219352",83228,7254,3,732,1849 +"219353",83228,7733,3,732,1326 +"219354",83228,10622,2,732,1173 +"219355",83228,11135,3,732,2441 +"219356",83228,11858,3,732,1530 +"219357",83228,15502,3,732,2637 +"219358",83228,15916,2,732,1236 +"219359",83228,17999,3,732,2758 +"219360",83228,20056,3,732,1824 +"219361",83228,20088,3,732,1677 +"219362",83228,20413,3,732,806 +"219363",83228,21419,1,732,1243 +"219364",83228,21976,3,732,1808 +"219365",83228,22905,3,732,2599 +"219366",83228,24116,3,732,1413 +"219367",83228,24264,3,732,1760 +"219368",83228,25886,3,732,1580 +"219369",83228,26513,2,732,2205 +"219370",83228,29275,3,732,949 +"219371",83228,31170,2,732,1776 +"219372",83228,34953,3,732,1817 +"219373",83228,35414,3,732,1959 +"219374",83228,43524,1,732,2572 +"219375",83228,47557,3,732,999 +"219376",83228,49147,3,732,2539 +"219377",83228,49958,3,732,1860 +"219378",83228,51448,3,732,1593 +"219379",83228,52380,3,732,2686 +"219380",83228,55405,3,732,2788 +"219381",83228,55436,2,732,2513 +"219382",83228,57383,3,732,1302 +"219383",83228,59470,3,732,2393 +"219384",83228,62334,3,732,1766 +"219385",83228,65557,3,732,813 +"219386",83228,69131,3,732,2122 +"219387",83228,73810,3,732,1554 +"219388",83228,78262,2,732,1326 +"219389",83228,80162,3,732,1601 +"219390",83228,83007,2,732,2727 +"219391",83228,86357,1,732,736 +"219392",83228,93317,3,732,1223 +"219393",83228,94399,3,732,963 +"219394",83228,99194,3,732,1271 +"219395",83253,21,2,1102,1385 +"219396",83253,160,2,1102,2007 +"219397",83253,1108,3,1102,1600 +"219398",83253,1314,3,1102,1522 +"219399",83253,1519,3,1102,2349 +"219400",83253,1641,3,1102,1490 +"219401",83253,1846,3,1102,1845 +"219402",83253,2229,3,1102,1536 +"219403",83253,2446,3,1102,2606 +"219404",83253,2747,3,1102,2411 +"219405",83253,2936,3,1102,2512 +"219406",83253,3456,3,1102,1999 +"219407",83253,3477,3,1102,2546 +"219408",83253,4001,3,1102,1687 +"219409",83253,4066,3,1102,1736 +"219410",83253,4361,3,1102,2571 +"219411",83253,4526,3,1102,1728 +"219412",83253,4681,3,1102,2356 +"219413",83253,5683,3,1102,2468 +"219414",83253,8791,3,1102,1789 +"219415",83253,8865,2,1102,2394 +"219416",83253,9351,3,1102,1460 +"219417",83253,9723,3,1102,2302 +"219418",83253,10336,3,1102,2271 +"219419",83253,10350,3,1102,1163 +"219420",83253,10980,3,1102,1974 +"219421",83253,11728,3,1102,1121 +"219422",83253,11990,3,1102,1909 +"219423",83253,12067,2,1102,1213 +"219424",83253,15826,3,1102,2772 +"219425",83253,16690,2,1102,2132 +"219426",83253,16850,3,1102,1657 +"219427",83253,17033,3,1102,2771 +"219428",83253,17257,3,1102,1117 +"219429",83253,17351,3,1102,2036 +"219430",83253,17645,3,1102,1918 +"219431",83253,19215,3,1102,2604 +"219432",83253,19364,2,1102,2846 +"219433",83253,19433,3,1102,2504 +"219434",83253,19751,3,1102,1630 +"219435",83253,20941,3,1102,2725 +"219436",83253,22580,3,1102,2245 +"219437",83253,22709,2,1102,2743 +"219438",83253,22723,2,1102,2859 +"219439",83253,27908,3,1102,2576 +"219440",83253,28116,3,1102,1643 +"219441",83253,28432,3,1102,1954 +"219442",83253,29267,3,1102,1234 +"219443",83253,29997,3,1102,1789 +"219444",83253,30034,2,1102,2357 +"219445",83253,30334,3,1102,2075 +"219446",83253,32311,3,1102,2396 +"219447",83253,33236,3,1102,2297 +"219448",83253,34831,3,1102,1866 +"219449",83253,34892,3,1102,2309 +"219450",83253,34921,3,1102,2181 +"219451",83253,35903,3,1102,1434 +"219452",83253,37036,3,1102,2264 +"219453",83253,37522,3,1102,1270 +"219454",83253,37636,3,1102,2178 +"219455",83253,38259,3,1102,2258 +"219456",83253,38691,3,1102,2585 +"219457",83253,38816,3,1102,1225 +"219458",83253,39062,3,1102,2020 +"219459",83253,40392,3,1102,1878 +"219460",83253,42331,3,1102,1585 +"219461",83253,42836,3,1102,1939 +"219462",83253,46486,3,1102,1868 +"219463",83253,46532,3,1102,2005 +"219464",83253,50278,3,1102,1127 +"219465",83253,51783,3,1102,2599 +"219466",83253,51879,3,1102,1771 +"219467",83253,52483,3,1102,2317 +"219468",83253,55472,2,1102,1516 +"219469",83253,59683,3,1102,2068 +"219470",83253,60879,3,1102,2792 +"219471",83253,64110,2,1102,1331 +"219472",83253,68275,3,1102,1158 +"219473",83253,68314,3,1102,2180 +"219474",83253,68876,3,1102,1397 +"219475",83253,69232,2,1102,2130 +"219476",83253,70101,3,1102,2414 +"219477",83253,72535,3,1102,1191 +"219478",83253,73553,3,1102,2726 +"219479",83253,77611,3,1102,1795 +"219480",83253,82819,3,1102,1900 +"219481",83253,82932,3,1102,2245 +"219482",83253,84975,3,1102,1138 +"219483",83253,87958,3,1102,1234 +"219484",83253,104828,3,1102,1609 +"219485",83259,15343,3,1245,2125 +"219486",83259,18151,3,1245,2962 +"219487",83259,42618,3,1245,2316 +"219488",83264,17925,3,1922,2385 +"219489",83264,18574,3,1922,2305 +"219490",83264,22389,3,1922,2034 +"219491",83264,31990,2,1922,2264 +"219492",83264,32724,3,1922,2581 +"219493",83264,37801,2,1922,2578 +"219494",83264,44312,1,1922,2741 +"219495",83264,48931,3,1922,2444 +"219496",83264,53445,3,1922,2028 +"219497",83264,57804,3,1922,2214 +"219498",83264,65054,3,1922,2593 +"219499",83286,2684,3,1793,2874 +"219500",83286,3198,2,1793,1797 +"219501",83286,3397,2,1793,2126 +"219502",83286,3409,2,1793,2167 +"219503",83286,3453,2,1793,2126 +"219504",83286,12778,3,1793,2045 +"219505",83286,16542,3,1793,2039 +"219506",83286,23460,3,1793,2183 +"219507",83286,24753,2,1793,2860 +"219508",83286,24793,3,1793,1993 +"219509",83286,40879,2,1793,2019 +"219510",83286,41664,3,1793,2641 +"219511",83286,83291,1,1793,2066 +"219512",83291,2684,3,2066,2874 +"219513",83291,3397,2,2066,2126 +"219514",83291,3409,2,2066,2167 +"219515",83291,3453,2,2066,2126 +"219516",83291,23460,3,2066,2183 +"219517",83291,24753,2,2066,2860 +"219518",83291,41664,3,2066,2641 +"219519",83301,1108,3,1385,1600 +"219520",83301,7615,3,1385,1657 +"219521",83301,10239,3,1385,2032 +"219522",83301,10980,2,1385,1974 +"219523",83301,13136,3,1385,2867 +"219524",83301,14586,3,1385,2801 +"219525",83301,16176,3,1385,2703 +"219526",83301,18005,3,1385,2449 +"219527",83301,28869,3,1385,2425 +"219528",83301,31541,3,1385,1500 +"219529",83301,35728,3,1385,2017 +"219530",83301,36344,3,1385,2570 +"219531",83301,41187,3,1385,2340 +"219532",83301,41694,3,1385,2358 +"219533",83301,42331,2,1385,1585 +"219534",83301,47968,3,1385,2829 +"219535",83301,57067,3,1385,2547 +"219536",83301,63837,2,1385,2807 +"219537",83301,70101,3,1385,2414 +"219538",83301,74055,3,1385,1544 +"219539",83301,85869,3,1385,1509 +"219540",83301,92850,2,1385,1971 +"219541",83301,92860,3,1385,1643 +"219542",83301,100860,3,1385,2326 +"219543",83325,489,3,147,2652 +"219544",83325,2224,3,147,2751 +"219545",83325,2289,2,147,2389 +"219546",83325,3306,3,147,1989 +"219547",83325,3751,2,147,1358 +"219548",83325,5072,3,147,2175 +"219549",83325,8821,3,147,2230 +"219550",83325,13837,3,147,1604 +"219551",83325,17146,3,147,1252 +"219552",83325,17396,3,147,1672 +"219553",83325,25163,3,147,1751 +"219554",83325,25241,3,147,1233 +"219555",83325,29918,3,147,1953 +"219556",83325,31001,3,147,2119 +"219557",83325,31700,3,147,2727 +"219558",83325,35187,3,147,2488 +"219559",83325,37937,3,147,1320 +"219560",83325,39556,3,147,2747 +"219561",83325,40368,2,147,2876 +"219562",83325,53846,3,147,2737 +"219563",83325,58414,3,147,880 +"219564",83325,70854,3,147,635 +"219565",83325,71560,3,147,280 +"219566",83325,75921,3,147,517 +"219567",83334,267,3,1708,2631 +"219568",83334,1222,3,1708,2598 +"219569",83334,1624,3,1708,2687 +"219570",83334,2443,2,1708,2333 +"219571",83334,2802,3,1708,1836 +"219572",83334,5414,3,1708,2321 +"219573",83334,6262,3,1708,2733 +"219574",83334,9269,3,1708,1892 +"219575",83334,9910,3,1708,2526 +"219576",83334,9948,3,1708,2019 +"219577",83334,18466,3,1708,2340 +"219578",83334,19190,3,1708,2677 +"219579",83334,20695,3,1708,2526 +"219580",83334,22207,3,1708,2365 +"219581",83334,30697,3,1708,2891 +"219582",83334,31705,2,1708,2706 +"219583",83334,37332,2,1708,1891 +"219584",83334,38697,3,1708,2701 +"219585",83334,40565,3,1708,2115 +"219586",83334,44403,3,1708,2429 +"219587",83334,49403,3,1708,2427 +"219588",83334,53082,3,1708,2328 +"219589",83334,76997,3,1708,2223 +"219590",83334,79793,3,1708,1915 +"219591",83334,94339,3,1708,2768 +"219592",83336,20200,1,1397,2322 +"219593",83336,37279,3,1397,2768 +"219594",83336,53643,3,1397,1626 +"219595",83336,66994,3,1397,1865 +"219596",83336,68586,3,1397,2322 +"219597",83362,55405,2,1877,2788 +"219598",83377,3313,2,243,572 +"219599",83377,5897,3,243,2337 +"219600",83377,7942,3,243,2623 +"219601",83377,9787,3,243,2858 +"219602",83377,11990,3,243,1909 +"219603",83377,12023,2,243,799 +"219604",83377,12781,3,243,831 +"219605",83377,13295,3,243,779 +"219606",83377,14287,3,243,1583 +"219607",83377,16501,3,243,1650 +"219608",83377,19334,2,243,1979 +"219609",83377,23131,3,243,1732 +"219610",83377,27742,3,243,2700 +"219611",83377,27914,3,243,2507 +"219612",83377,28904,3,243,926 +"219613",83377,30525,3,243,1964 +"219614",83377,31753,3,243,1514 +"219615",83377,41077,3,243,864 +"219616",83377,43961,3,243,2443 +"219617",83377,44074,3,243,1299 +"219618",83377,54775,3,243,2383 +"219619",83377,61125,3,243,1673 +"219620",83377,75880,3,243,477 +"219621",83377,79432,3,243,1708 +"219622",83377,81437,2,243,1101 +"219623",83377,85396,3,243,1131 +"219624",83377,89538,3,243,1847 +"219625",83378,9803,3,270,1664 +"219626",83378,9828,3,270,2085 +"219627",83378,10558,3,270,2312 +"219628",83378,11127,3,270,1196 +"219629",83378,11602,2,270,1493 +"219630",83378,13109,3,270,1374 +"219631",83378,20689,3,270,557 +"219632",83378,22374,2,270,1226 +"219633",83378,25530,3,270,2884 +"219634",83378,31797,3,270,1501 +"219635",83378,34693,3,270,1938 +"219636",83378,34695,3,270,1930 +"219637",83378,40893,3,270,1116 +"219638",83396,270,3,2396,2542 +"219639",83396,2424,3,2396,2582 +"219640",83396,3305,3,2396,2839 +"219641",83396,43173,3,2396,2895 +"219642",83396,61982,3,2396,2725 +"219643",83396,72207,3,2396,2430 +"219644",83396,88232,3,2396,2881 +"219645",83398,160,3,845,2007 +"219646",83398,1641,3,845,1490 +"219647",83398,2747,3,845,2411 +"219648",83398,11728,3,845,1121 +"219649",83398,13184,3,845,977 +"219650",83398,15826,3,845,2772 +"219651",83398,18421,3,845,2457 +"219652",83398,19069,3,845,988 +"219653",83398,20155,3,845,1517 +"219654",83398,23131,3,845,1732 +"219655",83398,27008,3,845,911 +"219656",83398,30525,3,845,1964 +"219657",83398,30609,3,845,988 +"219658",83398,34831,3,845,1866 +"219659",83398,51879,3,845,1771 +"219660",83398,54890,3,845,877 +"219661",83398,73107,3,845,1918 +"219662",83398,77077,3,845,2693 +"219663",83398,82932,3,845,2245 +"219664",83407,4751,3,2112,2696 +"219665",83407,6030,3,2112,2953 +"219666",83407,33052,3,2112,2251 +"219667",83407,64436,3,2112,2687 +"219668",83422,15626,3,1500,2434 +"219669",83422,16096,3,1500,2301 +"219670",83422,16352,3,1500,2657 +"219671",83422,17819,2,1500,2291 +"219672",83422,33383,3,1500,1572 +"219673",83422,34735,3,1500,2767 +"219674",83422,51017,3,1500,2073 +"219675",83434,307,3,850,2530 +"219676",83434,600,3,850,1702 +"219677",83434,701,3,850,2718 +"219678",83434,1127,3,850,1188 +"219679",83434,1130,3,850,1566 +"219680",83434,1136,3,850,2536 +"219681",83434,1639,3,850,2631 +"219682",83434,2269,2,850,984 +"219683",83434,2325,3,850,1641 +"219684",83434,2572,3,850,2273 +"219685",83434,2716,3,850,1748 +"219686",83434,2742,3,850,1192 +"219687",83434,3011,3,850,2278 +"219688",83434,3306,3,850,1989 +"219689",83434,3966,3,850,2425 +"219690",83434,4317,3,850,1224 +"219691",83434,4701,2,850,2401 +"219692",83434,4790,2,850,1025 +"219693",83434,4791,1,850,1184 +"219694",83434,7555,3,850,1943 +"219695",83434,7847,3,850,2424 +"219696",83434,7861,3,850,1647 +"219697",83434,12031,3,850,1957 +"219698",83434,12602,3,850,1956 +"219699",83434,12728,3,850,2374 +"219700",83434,13150,3,850,1570 +"219701",83434,15003,3,850,2067 +"219702",83434,15005,2,850,1415 +"219703",83434,17852,3,850,2840 +"219704",83434,18393,2,850,860 +"219705",83434,18707,3,850,1143 +"219706",83434,20311,3,850,1981 +"219707",83434,21122,3,850,1701 +"219708",83434,21198,3,850,935 +"219709",83434,22282,3,850,1418 +"219710",83434,22331,3,850,2687 +"219711",83434,22455,3,850,1197 +"219712",83434,23508,3,850,1907 +"219713",83434,23509,3,850,2275 +"219714",83434,24286,3,850,1280 +"219715",83434,24755,3,850,1319 +"219716",83434,25129,3,850,2647 +"219717",83434,25341,3,850,1858 +"219718",83434,26282,3,850,1241 +"219719",83434,26322,3,850,1018 +"219720",83434,26451,3,850,2133 +"219721",83434,27173,3,850,2050 +"219722",83434,27390,3,850,2425 +"219723",83434,27849,2,850,1316 +"219724",83434,29929,3,850,2789 +"219725",83434,32173,3,850,2341 +"219726",83434,32457,2,850,2690 +"219727",83434,32601,3,850,1033 +"219728",83434,33356,3,850,1586 +"219729",83434,33433,3,850,2805 +"219730",83434,34509,3,850,1973 +"219731",83434,35095,2,850,1502 +"219732",83434,39982,3,850,1529 +"219733",83434,41739,3,850,1339 +"219734",83434,43051,2,850,904 +"219735",83434,43929,2,850,2749 +"219736",83434,44306,3,850,1036 +"219737",83434,44819,3,850,2063 +"219738",83434,47248,3,850,2883 +"219739",83434,48414,3,850,1749 +"219740",83434,51017,3,850,2073 +"219741",83434,51810,3,850,1401 +"219742",83434,52058,3,850,1836 +"219743",83434,54879,3,850,2210 +"219744",83434,55468,2,850,2511 +"219745",83434,57950,3,850,1529 +"219746",83434,58035,3,850,1646 +"219747",83434,61948,3,850,1231 +"219748",83434,62903,3,850,1704 +"219749",83434,63547,3,850,1023 +"219750",83434,64181,2,850,1828 +"219751",83434,64699,3,850,2797 +"219752",83434,64997,3,850,2791 +"219753",83434,65625,3,850,1273 +"219754",83434,66413,3,850,2507 +"219755",83434,66860,3,850,1548 +"219756",83434,70605,3,850,1176 +"219757",83434,75948,2,850,1006 +"219758",83434,77305,3,850,965 +"219759",83434,78932,3,850,981 +"219760",83434,79322,3,850,2770 +"219761",83434,81588,3,850,1568 +"219762",83434,82787,3,850,1144 +"219763",83434,89097,3,850,935 +"219764",83434,90573,3,850,878 +"219765",83434,99288,3,850,983 +"219766",83434,105063,3,850,1908 +"219767",83464,10622,3,1072,1173 +"219768",83464,20088,2,1072,1677 +"219769",83464,78262,3,1072,1326 +"219770",83475,140,3,70,2267 +"219771",83475,2540,3,70,1398 +"219772",83475,3127,3,70,2273 +"219773",83475,3477,3,70,2546 +"219774",83475,5792,3,70,975 +"219775",83475,5845,3,70,1552 +"219776",83475,6063,3,70,2349 +"219777",83475,7798,3,70,949 +"219778",83475,8354,3,70,1705 +"219779",83475,8865,3,70,2394 +"219780",83475,9481,3,70,1610 +"219781",83475,9506,3,70,1012 +"219782",83475,10336,3,70,2271 +"219783",83475,10473,3,70,1783 +"219784",83475,10754,3,70,1797 +"219785",83475,12067,2,70,1213 +"219786",83475,12735,3,70,819 +"219787",83475,12779,3,70,936 +"219788",83475,13184,3,70,977 +"219789",83475,13808,3,70,1356 +"219790",83475,14817,1,70,2110 +"219791",83475,15826,3,70,2772 +"219792",83475,16046,3,70,103 +"219793",83475,18217,3,70,1566 +"219794",83475,19433,2,70,2504 +"219795",83475,20176,3,70,1050 +"219796",83475,20984,3,70,2502 +"219797",83475,22462,3,70,869 +"219798",83475,23131,3,70,1732 +"219799",83475,25378,3,70,1245 +"219800",83475,27320,3,70,2378 +"219801",83475,27908,2,70,2576 +"219802",83475,28869,3,70,2425 +"219803",83475,29267,1,70,1234 +"219804",83475,29286,3,70,1612 +"219805",83475,30486,2,70,1269 +"219806",83475,30525,3,70,1964 +"219807",83475,32479,3,70,969 +"219808",83475,32642,3,70,158 +"219809",83475,33223,3,70,2397 +"219810",83475,33957,3,70,245 +"219811",83475,35903,3,70,1434 +"219812",83475,36953,3,70,2790 +"219813",83475,37427,2,70,915 +"219814",83475,37937,3,70,1320 +"219815",83475,38513,2,70,914 +"219816",83475,38816,3,70,1225 +"219817",83475,39062,2,70,2020 +"219818",83475,40542,3,70,1664 +"219819",83475,40572,3,70,2666 +"219820",83475,42813,3,70,2142 +"219821",83475,46486,2,70,1868 +"219822",83475,46532,3,70,2005 +"219823",83475,47595,2,70,2374 +"219824",83475,49147,2,70,2539 +"219825",83475,50335,2,70,1893 +"219826",83475,51016,3,70,1141 +"219827",83475,51200,3,70,2245 +"219828",83475,52483,3,70,2317 +"219829",83475,59470,3,70,2393 +"219830",83475,61125,3,70,1673 +"219831",83475,66121,3,70,1281 +"219832",83475,72535,3,70,1191 +"219833",83475,72571,3,70,1175 +"219834",83475,74134,3,70,1566 +"219835",83475,77031,3,70,801 +"219836",83475,83253,3,70,1102 +"219837",83475,87958,2,70,1234 +"219838",83475,90709,3,70,1080 +"219839",83475,95155,3,70,849 +"219840",83475,96706,3,70,1597 +"219841",83475,99332,3,70,873 +"219842",83475,104319,3,70,536 +"219843",83475,108620,3,70,881 +"219844",83491,24,3,1200,1295 +"219845",83491,1875,3,1200,1786 +"219846",83491,4671,3,1200,2280 +"219847",83491,5226,2,1200,1309 +"219848",83491,5622,3,1200,2175 +"219849",83491,9364,3,1200,1698 +"219850",83491,10857,3,1200,2253 +"219851",83491,10874,3,1200,1891 +"219852",83491,12728,3,1200,2374 +"219853",83491,15122,2,1200,1201 +"219854",83491,19096,3,1200,1538 +"219855",83491,21197,3,1200,1437 +"219856",83491,23395,3,1200,1948 +"219857",83491,27849,3,1200,1316 +"219858",83491,28635,3,1200,2368 +"219859",83491,28640,3,1200,1475 +"219860",83491,31530,3,1200,1661 +"219861",83491,37108,2,1200,1202 +"219862",83491,39539,3,1200,1274 +"219863",83491,43385,2,1200,1623 +"219864",83491,48571,3,1200,2717 +"219865",83491,54305,3,1200,1222 +"219866",83491,54551,3,1200,2348 +"219867",83491,58451,3,1200,1939 +"219868",83491,58652,3,1200,1437 +"219869",83491,66703,3,1200,2375 +"219870",83491,72956,3,1200,1251 +"219871",83491,76284,2,1200,1237 +"219872",83491,81588,3,1200,1568 +"219873",83491,95644,3,1200,1531 +"219874",83491,98781,2,1200,1410 +"219875",83493,29095,3,1181,2531 +"219876",83518,10223,3,275,1033 +"219877",83518,11424,3,275,1631 +"219878",83518,13079,2,275,2547 +"219879",83518,21593,3,275,1312 +"219880",83518,34997,3,275,591 +"219881",83518,37632,3,275,1295 +"219882",83518,40264,3,275,1418 +"219883",83518,57082,3,275,1418 +"219884",83518,81716,3,275,1199 +"219885",83518,95757,3,275,1232 +"219886",83518,105419,3,275,855 +"219887",83523,237,3,1461,1982 +"219888",83523,1745,2,1461,2693 +"219889",83523,6697,3,1461,2438 +"219890",83523,11218,3,1461,2292 +"219891",83523,13842,1,1461,2250 +"219892",83523,16286,3,1461,2470 +"219893",83523,16501,3,1461,1650 +"219894",83523,19380,3,1461,2637 +"219895",83523,26818,2,1461,1999 +"219896",83523,27509,2,1461,2067 +"219897",83523,29095,3,1461,2531 +"219898",83523,33537,2,1461,2406 +"219899",83523,34216,3,1461,2832 +"219900",83523,35728,3,1461,2017 +"219901",83523,41250,3,1461,1703 +"219902",83523,58238,2,1461,1944 +"219903",83523,63701,3,1461,1620 +"219904",83523,66693,1,1461,2554 +"219905",83523,73172,3,1461,2496 +"219906",83523,111375,3,1461,2686 +"219907",83526,1196,3,1235,1986 +"219908",83526,3306,3,1235,1989 +"219909",83526,3716,3,1235,1679 +"219910",83526,3830,3,1235,1661 +"219911",83526,3961,3,1235,2426 +"219912",83526,5041,3,1235,2371 +"219913",83526,5258,3,1235,2730 +"219914",83526,5315,2,1235,2631 +"219915",83526,6047,3,1235,2004 +"219916",83526,6417,3,1235,1675 +"219917",83526,9311,3,1235,2477 +"219918",83526,9928,3,1235,2345 +"219919",83526,10358,2,1235,2294 +"219920",83526,10382,3,1235,2111 +"219921",83526,10779,3,1235,2881 +"219922",83526,10843,3,1235,2277 +"219923",83526,11103,3,1235,2393 +"219924",83526,11477,3,1235,2724 +"219925",83526,11976,3,1235,1727 +"219926",83526,13109,2,1235,1374 +"219927",83526,13573,3,1235,2774 +"219928",83526,14032,2,1235,2144 +"219929",83526,14080,3,1235,1351 +"219930",83526,14354,3,1235,1659 +"219931",83526,15632,3,1235,1242 +"219932",83526,15808,3,1235,1521 +"219933",83526,16352,3,1235,2657 +"219934",83526,17819,3,1235,2291 +"219935",83526,18543,3,1235,2968 +"219936",83526,19453,3,1235,1928 +"219937",83526,19858,3,1235,2357 +"219938",83526,20355,3,1235,2111 +"219939",83526,21401,1,1235,1440 +"219940",83526,23310,3,1235,2371 +"219941",83526,23825,3,1235,1913 +"219942",83526,29930,3,1235,2240 +"219943",83526,30438,3,1235,1617 +"219944",83526,31003,3,1235,1859 +"219945",83526,31530,3,1235,1661 +"219946",83526,32919,3,1235,2321 +"219947",83526,33834,3,1235,1606 +"219948",83526,34158,3,1235,2639 +"219949",83526,34648,1,1235,1596 +"219950",83526,34735,3,1235,2767 +"219951",83526,35926,3,1235,2371 +"219952",83526,36007,2,1235,2089 +"219953",83526,36574,3,1235,2934 +"219954",83526,37915,3,1235,1905 +"219955",83526,38467,3,1235,1259 +"219956",83526,40293,3,1235,1671 +"219957",83526,41278,2,1235,1873 +"219958",83526,41955,3,1235,2479 +"219959",83526,45633,3,1235,2134 +"219960",83526,45715,3,1235,2287 +"219961",83526,45903,2,1235,2237 +"219962",83526,48127,2,1235,2677 +"219963",83526,48602,2,1235,1704 +"219964",83526,50977,3,1235,2352 +"219965",83526,53779,3,1235,2000 +"219966",83526,56903,3,1235,1584 +"219967",83526,57714,3,1235,1391 +"219968",83526,57950,3,1235,1529 +"219969",83526,61719,3,1235,1515 +"219970",83526,62488,3,1235,1418 +"219971",83526,63030,3,1235,2251 +"219972",83526,64502,2,1235,1670 +"219973",83526,67957,2,1235,2823 +"219974",83526,75403,3,1235,1895 +"219975",83526,77001,1,1235,1440 +"219976",83526,81095,2,1235,1609 +"219977",83526,82341,3,1235,1515 +"219978",83526,82932,3,1235,2245 +"219979",83526,85356,3,1235,1492 +"219980",83526,87144,3,1235,2299 +"219981",83526,92297,3,1235,2952 +"219982",83526,92381,3,1235,1237 +"219983",83526,96553,3,1235,1887 +"219984",83541,283,2,555,2082 +"219985",83541,378,2,555,2766 +"219986",83541,5673,3,555,1567 +"219987",83541,11135,3,555,2441 +"219988",83541,15916,3,555,1236 +"219989",83541,19687,3,555,2072 +"219990",83541,21352,3,555,1604 +"219991",83541,23639,3,555,2065 +"219992",83541,25451,3,555,698 +"219993",83541,26567,3,555,1158 +"219994",83541,32312,3,555,1472 +"219995",83541,34055,3,555,1881 +"219996",83541,34559,2,555,1105 +"219997",83541,42062,3,555,889 +"219998",83541,42195,2,555,573 +"219999",83541,48764,2,555,860 +"220000",83541,68670,3,555,565 +"220001",83541,79236,3,555,1505 +"220002",83541,79404,3,555,1079 +"220003",83541,81134,3,555,1384 +"220004",83541,85264,1,555,1236 +"220005",83541,92381,3,555,1237 +"220006",83541,98003,3,555,573 +"220007",83541,106554,3,555,1270 +"220008",83598,843,3,619,2332 +"220009",83598,919,2,619,910 +"220010",83598,1257,3,619,1212 +"220011",83598,1624,3,619,2687 +"220012",83598,2724,3,619,2447 +"220013",83598,3272,2,619,2132 +"220014",83598,3477,3,619,2546 +"220015",83598,3559,2,619,2413 +"220016",83598,4691,3,619,1888 +"220017",83598,4968,1,619,1586 +"220018",83598,6040,3,619,2103 +"220019",83598,6063,3,619,2349 +"220020",83598,7604,3,619,1366 +"220021",83598,8993,3,619,2099 +"220022",83598,12197,3,619,1235 +"220023",83598,12598,2,619,2086 +"220024",83598,12735,2,619,819 +"220025",83598,12779,3,619,936 +"220026",83598,14442,2,619,2700 +"220027",83598,15023,2,619,2054 +"220028",83598,16538,3,619,704 +"220029",83598,18217,3,619,1566 +"220030",83598,19075,3,619,2214 +"220031",83598,19667,3,619,1466 +"220032",83598,20547,1,619,2145 +"220033",83598,20739,1,619,2025 +"220034",83598,20921,2,619,723 +"220035",83598,22462,3,619,869 +"220036",83598,25518,3,619,1955 +"220037",83598,29100,2,619,843 +"220038",83598,29354,3,619,1123 +"220039",83598,31281,3,619,1937 +"220040",83598,31357,1,619,2389 +"220041",83598,33223,3,619,2397 +"220042",83598,33470,3,619,2003 +"220043",83598,36996,3,619,2321 +"220044",83598,38602,3,619,2693 +"220045",83598,39893,2,619,1601 +"220046",83598,40542,3,619,1664 +"220047",83598,47372,3,619,788 +"220048",83598,51399,3,619,934 +"220049",83598,51843,2,619,2389 +"220050",83598,51890,2,619,1992 +"220051",83598,52953,3,619,1741 +"220052",83598,53414,3,619,1672 +"220053",83598,54385,2,619,2340 +"220054",83598,55307,3,619,2306 +"220055",83598,55730,2,619,1217 +"220056",83598,55997,2,619,1414 +"220057",83598,59289,3,619,2896 +"220058",83598,59344,3,619,2252 +"220059",83598,63104,1,619,2149 +"220060",83598,63631,2,619,763 +"220061",83598,64912,3,619,2099 +"220062",83598,69308,2,619,2370 +"220063",83598,76295,2,619,1001 +"220064",83598,78611,3,619,1586 +"220065",83598,79874,3,619,1570 +"220066",83598,80615,2,619,2252 +"220067",83598,84808,2,619,1974 +"220068",83598,93123,2,619,870 +"220069",83598,93590,2,619,1188 +"220070",83598,94513,3,619,1102 +"220071",83598,98436,3,619,1212 +"220072",83598,106755,3,619,2166 +"220073",83598,108974,3,619,752 +"220074",83598,110737,3,619,2117 +"220075",83598,110871,2,619,2879 +"220076",83598,110874,3,619,1390 +"220077",83610,7785,3,1552,2441 +"220078",83729,1367,3,406,2176 +"220079",83729,2139,3,406,2502 +"220080",83729,2424,3,406,2582 +"220081",83729,2452,3,406,1715 +"220082",83729,2747,3,406,2411 +"220083",83729,3414,2,406,2322 +"220084",83729,3456,3,406,1999 +"220085",83729,3863,3,406,856 +"220086",83729,5346,2,406,1438 +"220087",83729,5580,3,406,2111 +"220088",83729,5897,3,406,2337 +"220089",83729,7245,3,406,2089 +"220090",83729,9227,3,406,1267 +"220091",83729,9654,3,406,2111 +"220092",83729,11518,3,406,803 +"220093",83729,13068,3,406,1778 +"220094",83729,13537,3,406,1020 +"220095",83729,13671,3,406,1371 +"220096",83729,14287,3,406,1583 +"220097",83729,14425,3,406,1036 +"220098",83729,14707,3,406,672 +"220099",83729,15058,3,406,509 +"220100",83729,15207,2,406,1855 +"220101",83729,15453,3,406,1688 +"220102",83729,15462,3,406,1141 +"220103",83729,15567,3,406,2671 +"220104",83729,16067,3,406,2727 +"220105",83729,18348,3,406,1711 +"220106",83729,18415,3,406,2184 +"220107",83729,18550,2,406,483 +"220108",83729,18810,3,406,2671 +"220109",83729,20176,2,406,1050 +"220110",83729,21929,3,406,2062 +"220111",83729,22462,3,406,869 +"220112",83729,24974,2,406,702 +"220113",83729,28057,3,406,1067 +"220114",83729,29997,3,406,1789 +"220115",83729,30262,3,406,1715 +"220116",83729,30865,1,406,2038 +"220117",83729,30891,2,406,1256 +"220118",83729,30943,3,406,2287 +"220119",83729,32606,3,406,2100 +"220120",83729,32939,3,406,2277 +"220121",83729,33451,3,406,1957 +"220122",83729,33665,3,406,787 +"220123",83729,33870,3,406,955 +"220124",83729,34997,3,406,591 +"220125",83729,35133,3,406,2219 +"220126",83729,35980,3,406,2657 +"220127",83729,36344,3,406,2570 +"220128",83729,40113,2,406,451 +"220129",83729,41023,3,406,2408 +"220130",83729,41439,3,406,709 +"220131",83729,41446,3,406,1103 +"220132",83729,41969,3,406,2189 +"220133",83729,42642,3,406,2257 +"220134",83729,42725,3,406,630 +"220135",83729,45186,3,406,835 +"220136",83729,46060,3,406,861 +"220137",83729,46261,3,406,2350 +"220138",83729,46803,3,406,2305 +"220139",83729,48238,3,406,1194 +"220140",83729,48713,3,406,565 +"220141",83729,50278,3,406,1127 +"220142",83729,51687,3,406,2333 +"220143",83729,53043,3,406,803 +"220144",83729,53687,3,406,2422 +"220145",83729,54388,3,406,1257 +"220146",83729,55072,3,406,612 +"220147",83729,57804,3,406,2214 +"220148",83729,58015,3,406,899 +"220149",83729,58516,3,406,409 +"220150",83729,58829,3,406,1256 +"220151",83729,63641,3,406,2337 +"220152",83729,63662,3,406,721 +"220153",83729,64967,3,406,2872 +"220154",83729,64993,3,406,615 +"220155",83729,65188,3,406,2213 +"220156",83729,66693,3,406,2554 +"220157",83729,67252,3,406,1215 +"220158",83729,67726,3,406,2873 +"220159",83729,67815,3,406,2476 +"220160",83729,69293,3,406,609 +"220161",83729,69716,3,406,2632 +"220162",83729,70070,3,406,2425 +"220163",83729,74818,3,406,1440 +"220164",83729,75282,2,406,2675 +"220165",83729,76507,3,406,1437 +"220166",83729,80338,3,406,2059 +"220167",83729,85356,3,406,1492 +"220168",83729,88307,3,406,437 +"220169",83729,92904,2,406,780 +"220170",83729,94520,2,406,1243 +"220171",83729,99237,3,406,783 +"220172",83729,99557,3,406,1703 +"220173",83729,100260,3,406,888 +"220174",83729,108196,3,406,422 +"220175",83729,119921,3,406,1113 +"220176",83777,73747,3,1285,2274 +"220177",83786,18821,3,1614,2075 +"220178",83786,19048,3,1614,2180 +"220179",83786,21942,3,1614,2041 +"220180",83786,83790,1,1614,1637 +"220181",83790,18821,3,1637,2075 +"220182",83790,19048,3,1637,2180 +"220183",83790,21942,3,1637,2041 +"220184",83845,1315,2,216,2760 +"220185",83845,2960,3,216,977 +"220186",83845,3139,3,216,1656 +"220187",83845,13158,3,216,2667 +"220188",83845,13479,3,216,2155 +"220189",83845,13518,3,216,525 +"220190",83845,18779,3,216,1267 +"220191",83845,21479,3,216,2134 +"220192",83845,30092,3,216,1593 +"220193",83845,30692,3,216,700 +"220194",83845,36983,2,216,462 +"220195",83845,40707,3,216,1547 +"220196",83845,41088,1,216,1135 +"220197",83845,49048,3,216,1656 +"220198",83845,73524,1,216,605 +"220199",83860,8860,2,1522,2141 +"220200",83860,11665,3,1522,1643 +"220201",83860,23488,3,1522,1523 +"220202",83860,46902,2,1522,1620 +"220203",83860,63701,3,1522,1620 +"220204",83862,9654,3,2026,2111 +"220205",83862,25078,2,2026,2312 +"220206",83862,27391,3,2026,2378 +"220207",83862,35428,3,2026,2263 +"220208",83862,46742,2,2026,2144 +"220209",83862,49787,2,2026,2352 +"220210",83862,50179,3,2026,2230 +"220211",83862,54250,3,2026,2340 +"220212",83873,11516,3,240,1937 +"220213",83873,83907,3,240,2056 +"220214",83873,85137,2,240,499 +"220215",83873,88324,2,240,1080 +"220216",83898,237,2,1036,1982 +"220217",83898,448,3,1036,2693 +"220218",83898,16437,3,1036,1956 +"220219",83898,38492,3,1036,2280 +"220220",83907,5315,3,2056,2631 +"220221",83907,7515,3,2056,2737 +"220222",83907,22415,3,2056,2841 +"220223",83907,23132,3,2056,2756 +"220224",83907,39189,3,2056,2319 +"220225",83907,62219,3,2056,2494 +"220226",83907,62852,1,2056,2067 +"220227",83907,65572,3,2056,2750 +"220228",83907,73305,3,2056,2544 +"220229",83907,82949,3,2056,2077 +"220230",83912,25180,3,1000,2489 +"220231",83947,3520,3,917,2281 +"220232",83947,8525,3,917,1787 +"220233",83947,21165,3,917,1112 +"220234",83947,23890,2,917,1810 +"220235",83947,23975,2,917,2143 +"220236",83947,24761,3,917,2384 +"220237",83947,41180,2,917,1556 +"220238",83947,44982,2,917,1592 +"220239",83947,50476,3,917,1641 +"220240",83947,56737,3,917,2270 +"220241",83947,79822,3,917,1508 +"220242",83947,82618,1,917,1536 +"220243",83961,359,3,578,635 +"220244",83961,2747,2,578,2411 +"220245",83961,4660,3,578,2149 +"220246",83961,5346,3,578,1438 +"220247",83961,5599,2,578,1684 +"220248",83961,11588,3,578,2352 +"220249",83961,13184,3,578,977 +"220250",83961,14998,3,578,1553 +"220251",83961,15207,3,578,1855 +"220252",83961,15826,3,578,2772 +"220253",83961,18421,3,578,2457 +"220254",83961,20155,3,578,1517 +"220255",83961,23488,3,578,1523 +"220256",83961,24069,3,578,2697 +"220257",83961,26336,3,578,1904 +"220258",83961,27008,3,578,911 +"220259",83961,44433,3,578,2224 +"220260",83961,44603,3,578,2748 +"220261",83961,46501,3,578,845 +"220262",83961,51151,3,578,1195 +"220263",83961,51223,3,578,2153 +"220264",83961,54388,3,578,1257 +"220265",83961,54890,3,578,877 +"220266",83961,61240,3,578,2651 +"220267",83961,63641,3,578,2337 +"220268",83961,66677,3,578,2151 +"220269",83961,66717,3,578,2104 +"220270",83961,72535,3,578,1191 +"220271",83961,73107,2,578,1918 +"220272",83961,83398,3,578,845 +"220273",83961,94520,3,578,1243 +"220274",83961,96007,3,578,895 +"220275",83961,122453,2,578,1591 +"220276",83993,5315,3,1009,2631 +"220277",83993,10358,3,1009,2294 +"220278",83993,13109,3,1009,1374 +"220279",83993,13573,3,1009,2774 +"220280",83993,14032,3,1009,2144 +"220281",83993,19892,3,1009,1212 +"220282",83993,21401,3,1009,1440 +"220283",83993,22374,3,1009,1226 +"220284",83993,34648,3,1009,1596 +"220285",83993,40893,2,1009,1116 +"220286",83993,45903,1,1009,2237 +"220287",83993,46283,3,1009,1184 +"220288",83993,48127,3,1009,2677 +"220289",83993,56903,3,1009,1584 +"220290",83993,64502,3,1009,1670 +"220291",83993,77001,2,1009,1440 +"220292",83993,83526,3,1009,1235 +"220293",83993,85356,3,1009,1492 +"220294",83993,92381,3,1009,1237 +"220295",84022,357,3,2289,2327 +"220296",84022,3966,3,2289,2425 +"220297",84022,4707,3,2289,2588 +"220298",84022,5350,3,2289,2522 +"220299",84022,10358,3,2289,2294 +"220300",84022,12042,3,2289,2345 +"220301",84022,13311,3,2289,2315 +"220302",84022,16096,3,2289,2301 +"220303",84022,16352,3,2289,2657 +"220304",84022,19072,3,2289,2358 +"220305",84022,20124,3,2289,2376 +"220306",84022,20292,3,2289,2755 +"220307",84022,21138,2,2289,2849 +"220308",84022,21571,3,2289,2755 +"220309",84022,21872,3,2289,2458 +"220310",84022,22141,1,2289,2348 +"220311",84022,29314,3,2289,2736 +"220312",84022,32919,3,2289,2321 +"220313",84022,34735,3,2289,2767 +"220314",84022,35926,3,2289,2371 +"220315",84022,43173,2,2289,2895 +"220316",84022,43226,3,2289,2442 +"220317",84022,47248,3,2289,2883 +"220318",84022,49110,3,2289,2938 +"220319",84022,51035,3,2289,2397 +"220320",84022,57969,3,2289,2755 +"220321",84022,70269,3,2289,2368 +"220322",84022,80825,3,2289,2315 +"220323",84039,15343,3,1335,2125 +"220324",84039,21417,3,1335,2422 +"220325",84039,38038,3,1335,2686 +"220326",84039,45664,2,1335,2235 +"220327",84039,77057,2,1335,1866 +"220328",84039,77095,2,1335,1622 +"220329",84039,87198,3,1335,1462 +"220330",84074,6062,2,887,2681 +"220331",84074,15930,3,887,2541 +"220332",84074,16111,2,887,1714 +"220333",84074,18601,3,887,2143 +"220334",84074,20496,2,887,2530 +"220335",84074,24444,2,887,1617 +"220336",84074,24497,2,887,1979 +"220337",84074,25544,2,887,2475 +"220338",84074,29095,3,887,2531 +"220339",84074,30322,2,887,2346 +"220340",84074,30334,3,887,2075 +"220341",84074,38263,2,887,2475 +"220342",84074,39556,3,887,2747 +"220343",84074,46099,3,887,2360 +"220344",84074,56859,3,887,2319 +"220345",84074,59539,3,887,2429 +"220346",84074,62739,3,887,2753 +"220347",84074,72088,3,887,2728 +"220348",84074,104106,2,887,1204 +"220349",84076,42,3,1106,2265 +"220350",84076,1676,3,1106,1198 +"220351",84076,26706,2,1106,1846 +"220352",84076,49189,3,1106,1550 +"220353",84076,99103,3,1106,1470 +"220354",84181,1624,3,1272,2687 +"220355",84181,1708,3,1272,1591 +"220356",84181,2282,2,1272,2056 +"220357",84181,2927,1,1272,1789 +"220358",84181,4249,3,1272,2547 +"220359",84181,6480,3,1272,1678 +"220360",84181,7253,3,1272,2686 +"220361",84181,7254,3,1272,1849 +"220362",84181,7604,3,1272,1366 +"220363",84181,11858,2,1272,1530 +"220364",84181,12116,3,1272,2119 +"220365",84181,14957,3,1272,2306 +"220366",84181,15146,3,1272,1546 +"220367",84181,15782,3,1272,2306 +"220368",84181,17499,3,1272,2954 +"220369",84181,19509,3,1272,2000 +"220370",84181,20038,3,1272,1531 +"220371",84181,22357,3,1272,1397 +"220372",84181,26597,3,1272,2070 +"220373",84181,28782,2,1272,2272 +"220374",84181,36399,3,1272,1357 +"220375",84181,36840,2,1272,2269 +"220376",84181,40407,3,1272,1972 +"220377",84181,42382,2,1272,2224 +"220378",84181,42390,2,1272,2937 +"220379",84181,46616,2,1272,1917 +"220380",84181,47607,3,1272,2724 +"220381",84181,53584,2,1272,2391 +"220382",84181,73520,3,1272,2613 +"220383",84181,78277,3,1272,1937 +"220384",84181,80970,2,1272,2069 +"220385",84181,84591,3,1272,1685 +"220386",84188,1453,2,1177,1737 +"220387",84188,11329,3,1177,2799 +"220388",84235,1624,3,1639,2687 +"220389",84235,2272,3,1639,1640 +"220390",84235,2282,3,1639,2056 +"220391",84235,2927,3,1639,1789 +"220392",84235,3158,3,1639,2762 +"220393",84235,3271,3,1639,2216 +"220394",84235,4249,2,1639,2547 +"220395",84235,4634,2,1639,2291 +"220396",84235,4784,3,1639,2511 +"220397",84235,6020,3,1639,1864 +"220398",84235,6223,3,1639,2363 +"220399",84235,6345,3,1639,2713 +"220400",84235,8463,2,1639,2466 +"220401",84235,8607,2,1639,1685 +"220402",84235,9272,3,1639,2835 +"220403",84235,9724,2,1639,2713 +"220404",84235,10701,3,1639,2000 +"220405",84235,12966,2,1639,2011 +"220406",84235,14172,3,1639,1923 +"220407",84235,14470,2,1639,2632 +"220408",84235,14490,3,1639,2291 +"220409",84235,14612,3,1639,2340 +"220410",84235,14957,1,1639,2306 +"220411",84235,15782,1,1639,2306 +"220412",84235,16963,2,1639,1999 +"220413",84235,17499,3,1639,2954 +"220414",84235,17695,2,1639,1930 +"220415",84235,19366,3,1639,2279 +"220416",84235,20709,3,1639,1757 +"220417",84235,21358,2,1639,1970 +"220418",84235,21920,3,1639,2367 +"220419",84235,22410,3,1639,2158 +"220420",84235,23550,3,1639,2939 +"220421",84235,26597,2,1639,2070 +"220422",84235,31950,3,1639,2217 +"220423",84235,36478,3,1639,2808 +"220424",84235,36840,3,1639,2269 +"220425",84235,37684,3,1639,2899 +"220426",84235,41489,3,1639,2006 +"220427",84235,42382,3,1639,2224 +"220428",84235,42390,3,1639,2937 +"220429",84235,43226,3,1639,2442 +"220430",84235,43701,3,1639,2400 +"220431",84235,44132,3,1639,1999 +"220432",84235,45297,3,1639,1864 +"220433",84235,46616,3,1639,1917 +"220434",84235,47607,3,1639,2724 +"220435",84235,47882,3,1639,2769 +"220436",84235,48110,3,1639,2009 +"220437",84235,48823,3,1639,2080 +"220438",84235,49142,3,1639,2289 +"220439",84235,50468,3,1639,1659 +"220440",84235,53584,3,1639,2391 +"220441",84235,53652,3,1639,2899 +"220442",84235,58508,3,1639,2326 +"220443",84235,66368,3,1639,2413 +"220444",84235,69260,3,1639,1698 +"220445",84235,69335,3,1639,2698 +"220446",84235,80301,3,1639,1690 +"220447",84268,602,3,1217,2632 +"220448",84268,3460,3,1217,2530 +"220449",84268,3896,3,1217,2693 +"220450",84268,4821,3,1217,1938 +"220451",84268,5346,3,1217,1438 +"220452",84268,11456,3,1217,2715 +"220453",84268,13671,3,1217,1371 +"220454",84268,13724,1,1217,1573 +"220455",84268,14422,3,1217,1548 +"220456",84268,15207,3,1217,1855 +"220457",84268,15453,2,1217,1688 +"220458",84268,19637,3,1217,1229 +"220459",84268,21249,1,1217,1635 +"220460",84268,22311,3,1217,2034 +"220461",84268,31997,3,1217,1703 +"220462",84268,33052,3,1217,2251 +"220463",84268,35186,1,1217,1520 +"220464",84268,36646,3,1217,2744 +"220465",84268,42196,2,1217,2765 +"220466",84268,42642,2,1217,2257 +"220467",84268,46580,3,1217,2346 +"220468",84268,50509,3,1217,2050 +"220469",84268,51055,3,1217,2558 +"220470",84268,53968,2,1217,2703 +"220471",84268,56893,3,1217,2597 +"220472",84268,60516,2,1217,2257 +"220473",84268,69591,3,1217,2294 +"220474",84268,77811,1,1217,1871 +"220475",84268,86152,2,1217,1944 +"220476",84268,93933,3,1217,1336 +"220477",84268,94520,3,1217,1243 +"220478",84271,1846,3,1556,1845 +"220479",84271,2206,3,1556,2536 +"220480",84271,2936,3,1556,2512 +"220481",84271,4660,3,1556,2149 +"220482",84271,9332,3,1556,2734 +"220483",84271,10457,3,1556,1711 +"220484",84271,12361,3,1556,2732 +"220485",84271,13879,2,1556,2748 +"220486",84271,14043,1,1556,2084 +"220487",84271,18005,3,1556,2449 +"220488",84271,19655,2,1556,2706 +"220489",84271,30306,3,1556,1606 +"220490",84271,31109,1,1556,1845 +"220491",84271,36912,3,1556,2469 +"220492",84271,42256,3,1556,2839 +"220493",84271,53687,3,1556,2422 +"220494",84271,62066,3,1556,2281 +"220495",84271,70973,3,1556,2705 +"220496",84271,73582,3,1556,2075 +"220497",84271,81545,3,1556,2077 +"220498",84271,90299,2,1556,1606 +"220499",84296,22141,3,1751,2348 +"220500",84296,60280,3,1751,1918 +"220501",84296,84022,3,1751,2289 +"220502",84317,1822,3,2081,2888 +"220503",84317,3477,2,2081,2546 +"220504",84317,6063,2,2081,2349 +"220505",84317,8993,3,2081,2099 +"220506",84317,9503,3,2081,2453 +"220507",84317,13899,3,2081,2650 +"220508",84317,14817,3,2081,2110 +"220509",84317,17768,3,2081,2468 +"220510",84317,20124,3,2081,2376 +"220511",84317,20984,3,2081,2502 +"220512",84317,22905,3,2081,2599 +"220513",84317,25053,3,2081,2186 +"220514",84317,31357,3,2081,2389 +"220515",84317,32339,3,2081,2430 +"220516",84317,32395,3,2081,2735 +"220517",84317,33223,2,2081,2397 +"220518",84317,37301,3,2081,2160 +"220519",84317,47595,3,2081,2374 +"220520",84317,51843,3,2081,2389 +"220521",84317,55307,3,2081,2306 +"220522",84317,58536,3,2081,2742 +"220523",84317,59289,3,2081,2896 +"220524",84322,1570,3,1635,2028 +"220525",84322,2724,3,1635,2447 +"220526",84322,7648,2,1635,1861 +"220527",84322,9273,3,1635,1747 +"220528",84322,10435,3,1635,1984 +"220529",84322,10755,3,1635,1742 +"220530",84322,10756,3,1635,2207 +"220531",84322,12598,3,1635,2086 +"220532",84322,14442,2,1635,2700 +"220533",84322,16184,3,1635,2274 +"220534",84322,17768,3,1635,2468 +"220535",84322,24867,2,1635,1861 +"220536",84322,25053,2,1635,2186 +"220537",84322,26100,3,1635,1966 +"220538",84322,31281,3,1635,1937 +"220539",84322,36996,2,1635,2321 +"220540",84322,44132,3,1635,1999 +"220541",84322,44473,3,1635,1685 +"220542",84322,44501,2,1635,2567 +"220543",84322,47094,3,1635,2592 +"220544",84322,49805,3,1635,2445 +"220545",84322,59289,2,1635,2896 +"220546",84325,19934,3,618,2888 +"220547",84325,33314,3,618,1444 +"220548",84325,40537,3,618,1284 +"220549",84325,65475,3,618,1267 +"220550",84371,1702,3,1667,1984 +"220551",84371,3777,2,1667,1798 +"220552",84371,12518,3,1667,2747 +"220553",84378,1393,3,1265,1706 +"220554",84378,9088,3,1265,1881 +"220555",84378,31990,3,1265,2264 +"220556",84378,32629,3,1265,1789 +"220557",84378,37801,3,1265,2578 +"220558",84378,44312,3,1265,2741 +"220559",84378,44744,3,1265,2032 +"220560",84378,53445,3,1265,2028 +"220561",84378,66017,3,1265,1545 +"220562",84426,18543,3,1301,2968 +"220563",84426,71274,3,1301,2390 +"220564",84447,900,3,1006,2726 +"220565",84447,2452,3,1006,1715 +"220566",84447,4001,3,1006,1687 +"220567",84447,4249,3,1006,2547 +"220568",84447,4551,3,1006,2720 +"220569",84447,5897,3,1006,2337 +"220570",84447,6697,2,1006,2438 +"220571",84447,9484,3,1006,1429 +"220572",84447,10223,3,1006,1033 +"220573",84447,10453,3,1006,1656 +"220574",84447,11029,3,1006,2362 +"220575",84447,14676,3,1006,2764 +"220576",84447,14709,3,1006,1901 +"220577",84447,14754,3,1006,2456 +"220578",84447,20176,2,1006,1050 +"220579",84447,21240,2,1006,1162 +"220580",84447,21795,3,1006,2653 +"220581",84447,23015,3,1006,1362 +"220582",84447,26182,3,1006,2775 +"220583",84447,28081,3,1006,1927 +"220584",84447,30865,3,1006,2038 +"220585",84447,33314,3,1006,1444 +"220586",84447,35787,3,1006,1132 +"220587",84447,36344,3,1006,2570 +"220588",84447,36912,3,1006,2469 +"220589",84447,38087,2,1006,1083 +"220590",84447,38373,2,1006,1928 +"220591",84447,39249,3,1006,1665 +"220592",84447,39418,3,1006,1978 +"220593",84447,39443,3,1006,2277 +"220594",84447,41187,3,1006,2340 +"220595",84447,44557,3,1006,2371 +"220596",84447,46299,2,1006,1132 +"220597",84447,47968,3,1006,2829 +"220598",84447,60808,3,1006,1258 +"220599",84447,61443,3,1006,2770 +"220600",84447,67617,3,1006,1149 +"220601",84447,67815,3,1006,2476 +"220602",84447,68789,3,1006,1929 +"220603",84447,68885,3,1006,2151 +"220604",84447,69062,3,1006,1174 +"220605",84447,72597,2,1006,1843 +"220606",84447,74055,3,1006,1544 +"220607",84447,82252,3,1006,1248 +"220608",84447,90236,2,1006,1010 +"220609",84447,92860,3,1006,1643 +"220610",84447,95757,3,1006,1232 +"220611",84447,102566,3,1006,2207 +"220612",84447,106399,3,1006,1530 +"220613",84469,31132,3,2389,2744 +"220614",84469,36609,3,2389,2918 +"220615",84498,42,3,1292,2265 +"220616",84498,803,2,1292,1666 +"220617",84498,1175,3,1292,1642 +"220618",84498,1321,3,1292,2075 +"220619",84498,3966,3,1292,2425 +"220620",84498,5041,3,1292,2371 +"220621",84498,7078,3,1292,2344 +"220622",84498,8621,3,1292,1681 +"220623",84498,10148,3,1292,2964 +"220624",84498,10874,3,1292,1891 +"220625",84498,11602,3,1292,1493 +"220626",84498,14189,3,1292,1483 +"220627",84498,15184,3,1292,2396 +"220628",84498,17931,3,1292,1617 +"220629",84498,19528,3,1292,2742 +"220630",84498,20545,3,1292,1491 +"220631",84498,20783,3,1292,2414 +"220632",84498,21076,3,1292,1591 +"220633",84498,23508,2,1292,1907 +"220634",84498,26608,3,1292,2329 +"220635",84498,27849,3,1292,1316 +"220636",84498,32516,3,1292,2050 +"220637",84498,32939,3,1292,2277 +"220638",84498,37333,3,1292,1612 +"220639",84498,37418,3,1292,2710 +"220640",84498,37752,3,1292,2223 +"220641",84498,38908,3,1292,1787 +"220642",84498,41998,3,1292,2400 +"220643",84498,44768,3,1292,2516 +"220644",84498,48820,3,1292,2769 +"220645",84498,57804,3,1292,2214 +"220646",84498,59039,3,1292,2870 +"220647",84498,59485,3,1292,1564 +"220648",84498,62488,3,1292,1418 +"220649",84498,77993,3,1292,1497 +"220650",84498,85058,3,1292,1311 +"220651",84498,86799,2,1292,1951 +"220652",84500,5971,3,1583,1985 +"220653",84500,5984,3,1583,1675 +"220654",84500,11218,3,1583,2292 +"220655",84500,11966,3,1583,2385 +"220656",84500,16352,3,1583,2657 +"220657",84500,18348,3,1583,1711 +"220658",84500,18361,3,1583,2968 +"220659",84500,21571,3,1583,2755 +"220660",84500,22566,3,1583,2308 +"220661",84500,32694,3,1583,1602 +"220662",84500,44521,2,1583,1593 +"220663",84500,50236,3,1583,2339 +"220664",84500,56237,3,1583,2625 +"220665",84500,56604,3,1583,1919 +"220666",84552,1574,2,359,1718 +"220667",84552,1708,3,359,1591 +"220668",84552,2927,3,359,1789 +"220669",84552,7185,3,359,1046 +"220670",84552,7604,3,359,1366 +"220671",84552,12632,3,359,1174 +"220672",84552,12817,2,359,846 +"220673",84552,16347,3,359,1868 +"220674",84552,19656,3,359,2059 +"220675",84552,20200,3,359,2322 +"220676",84552,30096,2,359,2082 +"220677",84552,31295,3,359,2183 +"220678",84552,39009,3,359,1594 +"220679",84552,42382,2,359,2224 +"220680",84552,46616,3,359,1917 +"220681",84552,50678,3,359,1366 +"220682",84552,51460,3,359,1872 +"220683",84552,53584,3,359,2391 +"220684",84552,78163,3,359,1366 +"220685",84552,80377,3,359,1384 +"220686",84552,85525,2,359,1718 +"220687",84552,91210,3,359,1457 +"220688",84552,95730,3,359,1481 +"220689",84569,9241,3,710,2338 +"220690",84569,26138,3,710,1902 +"220691",84569,26567,3,710,1158 +"220692",84569,43250,1,710,1300 +"220693",84569,47557,3,710,999 +"220694",84569,49147,3,710,2539 +"220695",84569,60384,2,710,2765 +"220696",84569,62498,1,710,1698 +"220697",84569,78460,2,710,985 +"220698",84569,95661,3,710,872 +"220699",84569,116792,3,710,2397 +"220700",84574,1620,3,958,1303 +"220701",84574,1780,2,958,1375 +"220702",84574,2747,3,958,2411 +"220703",84574,4303,3,958,2414 +"220704",84574,4916,3,958,1970 +"220705",84574,9332,3,958,2734 +"220706",84574,9703,3,958,1845 +"220707",84574,10129,3,958,2124 +"220708",84574,10457,3,958,1711 +"220709",84574,11588,3,958,2352 +"220710",84574,12249,3,958,1965 +"220711",84574,13065,3,958,1561 +"220712",84574,15826,3,958,2772 +"220713",84574,17973,2,958,2837 +"220714",84574,18005,3,958,2449 +"220715",84574,20176,3,958,1050 +"220716",84574,24176,3,958,1986 +"220717",84574,29116,2,958,2128 +"220718",84574,29818,3,958,1677 +"220719",84574,31216,3,958,1244 +"220720",84574,49450,3,958,1328 +"220721",84574,58745,2,958,1920 +"220722",84574,63077,2,958,2778 +"220723",84574,71219,3,958,967 +"220724",84581,1393,2,1241,1706 +"220725",84581,2370,3,1241,1600 +"220726",84581,4784,3,1241,2511 +"220727",84581,6020,3,1241,1864 +"220728",84581,9088,3,1241,1881 +"220729",84581,10610,3,1241,1427 +"220730",84581,16866,3,1241,2718 +"220731",84581,17925,3,1241,2385 +"220732",84581,21358,3,1241,1970 +"220733",84581,21920,3,1241,2367 +"220734",84581,28648,3,1241,1586 +"220735",84581,31950,2,1241,2217 +"220736",84581,31990,3,1241,2264 +"220737",84581,32629,3,1241,1789 +"220738",84581,32724,3,1241,2581 +"220739",84581,34274,3,1241,1437 +"220740",84581,37801,3,1241,2578 +"220741",84581,41489,3,1241,2006 +"220742",84581,44312,3,1241,2741 +"220743",84581,45297,3,1241,1864 +"220744",84581,45449,2,1241,1610 +"220745",84581,45450,2,1241,1590 +"220746",84581,48823,3,1241,2080 +"220747",84581,48931,3,1241,2444 +"220748",84581,61921,3,1241,1793 +"220749",84581,80186,2,1241,2228 +"220750",84581,92366,3,1241,1434 +"220751",84581,100084,3,1241,1964 +"220752",84590,2282,3,1734,2056 +"220753",84590,2927,3,1734,1789 +"220754",84590,5637,3,1734,1976 +"220755",84590,9538,3,1734,1786 +"220756",84590,12116,3,1734,2119 +"220757",84590,13340,2,1734,1918 +"220758",84590,42407,3,1734,2408 +"220759",84590,70011,3,1734,2690 +"220760",84590,73520,2,1734,2613 +"220761",84590,77719,2,1734,2086 +"220762",84590,78277,3,1734,1937 +"220763",84590,79699,3,1734,1735 +"220764",84590,80970,3,1734,2069 +"220765",84590,93553,3,1734,2537 +"220766",84591,827,3,1685,2964 +"220767",84591,843,3,1685,2332 +"220768",84591,1624,3,1685,2687 +"220769",84591,2282,3,1685,2056 +"220770",84591,2443,3,1685,2333 +"220771",84591,2647,2,1685,2450 +"220772",84591,2927,2,1685,1789 +"220773",84591,3271,3,1685,2216 +"220774",84591,3506,3,1685,2364 +"220775",84591,6040,3,1685,2103 +"220776",84591,7123,3,1685,1964 +"220777",84591,7254,3,1685,1849 +"220778",84591,9269,1,1685,1892 +"220779",84591,9272,3,1685,2835 +"220780",84591,9740,3,1685,2233 +"220781",84591,9895,1,1685,1960 +"220782",84591,9910,2,1685,2526 +"220783",84591,9948,2,1685,2019 +"220784",84591,11351,3,1685,2971 +"220785",84591,15813,3,1685,2143 +"220786",84591,16347,2,1685,1868 +"220787",84591,17499,3,1685,2954 +"220788",84591,17925,3,1685,2385 +"220789",84591,20695,2,1685,2526 +"220790",84591,24256,3,1685,2393 +"220791",84591,26597,3,1685,2070 +"220792",84591,26740,2,1685,2695 +"220793",84591,28782,3,1685,2272 +"220794",84591,29930,3,1685,2240 +"220795",84591,31295,3,1685,2183 +"220796",84591,31357,3,1685,2389 +"220797",84591,31705,3,1685,2706 +"220798",84591,34331,2,1685,1727 +"220799",84591,36840,3,1685,2269 +"220800",84591,38697,3,1685,2701 +"220801",84591,42382,2,1685,2224 +"220802",84591,42390,3,1685,2937 +"220803",84591,43226,3,1685,2442 +"220804",84591,44744,2,1685,2032 +"220805",84591,46616,2,1685,1917 +"220806",84591,47607,2,1685,2724 +"220807",84591,48110,3,1685,2009 +"220808",84591,48931,3,1685,2444 +"220809",84591,53020,3,1685,2747 +"220810",84591,53584,1,1685,2391 +"220811",84591,54385,3,1685,2340 +"220812",84591,58508,3,1685,2326 +"220813",84591,64628,3,1685,2829 +"220814",84591,69335,3,1685,2698 +"220815",84591,77719,3,1685,2086 +"220816",84591,80301,3,1685,1690 +"220817",84591,80970,3,1685,2069 +"220818",84591,95060,3,1685,1974 +"220819",84591,96387,3,1685,2159 +"220820",84601,2443,3,802,2333 +"220821",84601,3819,3,802,1583 +"220822",84601,6295,3,802,856 +"220823",84601,9269,2,802,1892 +"220824",84601,9895,3,802,1960 +"220825",84601,9910,3,802,2526 +"220826",84601,9948,3,802,2019 +"220827",84601,12914,3,802,1557 +"220828",84601,14212,3,802,857 +"220829",84601,16347,3,802,1868 +"220830",84601,20695,2,802,2526 +"220831",84601,24256,3,802,2393 +"220832",84601,26740,3,802,2695 +"220833",84601,29930,3,802,2240 +"220834",84601,31705,3,802,2706 +"220835",84601,32966,3,802,1583 +"220836",84601,34331,3,802,1727 +"220837",84601,37332,3,802,1891 +"220838",84601,38697,3,802,2701 +"220839",84601,44744,3,802,2032 +"220840",84601,46568,3,802,822 +"220841",84601,56364,2,802,1626 +"220842",84601,76796,3,802,1140 +"220843",84601,77550,3,802,1548 +"220844",84601,80801,3,802,1250 +"220845",84601,83334,3,802,1708 +"220846",84601,84591,3,802,1685 +"220847",84601,85926,3,802,907 +"220848",84601,87915,3,802,1152 +"220849",84601,92630,2,802,1583 +"220850",84601,101381,3,802,977 +"220851",84601,101666,3,802,1257 +"220852",84612,5258,3,2175,2730 +"220853",84612,18543,3,2175,2968 +"220854",84612,27275,3,2175,2656 +"220855",84612,44427,3,2175,2875 +"220856",84618,12610,3,545,1274 +"220857",84618,13929,3,545,2693 +"220858",84618,14091,3,545,929 +"220859",84618,47585,3,545,794 +"220860",84618,50217,1,545,1211 +"220861",84618,72823,3,545,929 +"220862",84618,86986,3,545,1976 +"220863",84649,42618,3,2280,2316 +"220864",84743,2322,3,396,1645 +"220865",84743,2424,3,396,2582 +"220866",84743,5599,3,396,1684 +"220867",84743,9364,3,396,1698 +"220868",84743,12887,3,396,433 +"220869",84743,16332,3,396,2668 +"220870",84743,19719,3,396,2177 +"220871",84743,20975,3,396,1305 +"220872",84743,21197,3,396,1437 +"220873",84743,21198,2,396,935 +"220874",84743,21285,3,396,2100 +"220875",84743,22282,3,396,1418 +"220876",84743,22586,3,396,1341 +"220877",84743,23395,3,396,1948 +"220878",84743,23450,3,396,967 +"220879",84743,26471,3,396,1061 +"220880",84743,26749,3,396,2965 +"220881",84743,29705,3,396,607 +"220882",84743,38019,3,396,1870 +"220883",84743,39238,3,396,922 +"220884",84743,43385,3,396,1623 +"220885",84743,46723,3,396,607 +"220886",84743,47772,3,396,2293 +"220887",84743,50219,3,396,756 +"220888",84743,52576,3,396,2234 +"220889",84743,58508,3,396,2326 +"220890",84743,71342,3,396,1289 +"220891",84743,72956,3,396,1251 +"220892",84743,80219,3,396,988 +"220893",84743,82949,3,396,2077 +"220894",84743,105602,3,396,434 +"220895",84768,8525,3,1291,1787 +"220896",84768,12228,1,1291,2034 +"220897",84768,14025,3,1291,2384 +"220898",84768,14626,3,1291,2175 +"220899",84768,18855,2,1291,1362 +"220900",84768,79036,1,1291,2524 +"220901",84768,79822,3,1291,1508 +"220902",84768,82426,2,1291,1576 +"220903",84768,96349,3,1291,1874 +"220904",84772,37859,3,1231,1999 +"220905",84772,39906,2,1231,2365 +"220906",84772,52215,3,1231,1908 +"220907",84772,52345,3,1231,1430 +"220908",84772,77077,3,1231,2693 +"220909",84779,18810,3,914,2671 +"220910",84779,28626,3,914,2842 +"220911",84779,36183,3,914,2117 +"220912",84779,50509,3,914,2050 +"220913",84779,73313,3,914,958 +"220914",84779,86220,2,914,969 +"220915",84779,118202,3,914,1509 +"220916",84790,4696,1,1708,2656 +"220917",84790,6241,3,1708,2264 +"220918",84790,10859,2,1708,2231 +"220919",84790,12542,3,1708,1888 +"220920",84790,40913,3,1708,1800 +"220921",84790,74156,2,1708,2279 +"220922",84790,84799,1,1708,2656 +"220923",84796,919,3,113,910 +"220924",84796,1550,3,113,293 +"220925",84796,1570,3,113,2028 +"220926",84796,1822,3,113,2888 +"220927",84796,2181,3,113,2030 +"220928",84796,3272,3,113,2132 +"220929",84796,3477,2,113,2546 +"220930",84796,3678,3,113,1325 +"220931",84796,4622,2,113,1589 +"220932",84796,4691,3,113,1888 +"220933",84796,6063,2,113,2349 +"220934",84796,6392,3,113,1878 +"220935",84796,6562,3,113,1139 +"220936",84796,7648,2,113,1861 +"220937",84796,8993,3,113,2099 +"220938",84796,9273,3,113,1747 +"220939",84796,9328,2,113,1937 +"220940",84796,9462,2,113,378 +"220941",84796,9503,3,113,2453 +"220942",84796,10435,3,113,1984 +"220943",84796,10755,3,113,1742 +"220944",84796,10756,3,113,2207 +"220945",84796,11154,3,113,1594 +"220946",84796,11229,3,113,1625 +"220947",84796,11518,3,113,803 +"220948",84796,12598,3,113,2086 +"220949",84796,12735,2,113,819 +"220950",84796,12779,2,113,936 +"220951",84796,13899,3,113,2650 +"220952",84796,14442,2,113,2700 +"220953",84796,14656,3,113,584 +"220954",84796,14817,3,113,2110 +"220955",84796,14902,1,113,562 +"220956",84796,15023,3,113,2054 +"220957",84796,16184,3,113,2274 +"220958",84796,17399,3,113,884 +"220959",84796,17608,3,113,1216 +"220960",84796,17768,2,113,2468 +"220961",84796,18217,2,113,1566 +"220962",84796,18455,3,113,1237 +"220963",84796,19317,3,113,2041 +"220964",84796,20124,3,113,2376 +"220965",84796,20343,3,113,851 +"220966",84796,20739,3,113,2025 +"220967",84796,20921,3,113,723 +"220968",84796,20984,3,113,2502 +"220969",84796,21684,3,113,1971 +"220970",84796,22403,3,113,1630 +"220971",84796,22462,2,113,869 +"220972",84796,24867,3,113,1861 +"220973",84796,25053,3,113,2186 +"220974",84796,25678,3,113,1558 +"220975",84796,26025,3,113,591 +"220976",84796,27642,3,113,1531 +"220977",84796,28588,3,113,1335 +"220978",84796,29067,3,113,1538 +"220979",84796,29267,3,113,1234 +"220980",84796,29354,3,113,1123 +"220981",84796,30486,3,113,1269 +"220982",84796,31281,3,113,1937 +"220983",84796,31357,3,113,2389 +"220984",84796,32339,3,113,2430 +"220985",84796,32395,3,113,2735 +"220986",84796,32904,3,113,2055 +"220987",84796,33223,2,113,2397 +"220988",84796,33451,3,113,1957 +"220989",84796,33470,3,113,2003 +"220990",84796,35822,3,113,1903 +"220991",84796,36346,3,113,1240 +"220992",84796,36975,3,113,887 +"220993",84796,36996,3,113,2321 +"220994",84796,37301,3,113,2160 +"220995",84796,38457,3,113,1630 +"220996",84796,38513,3,113,914 +"220997",84796,39911,3,113,1445 +"220998",84796,40542,2,113,1664 +"220999",84796,41669,3,113,1247 +"221000",84796,44132,3,113,1999 +"221001",84796,44181,3,113,1034 +"221002",84796,44473,3,113,1685 +"221003",84796,44501,2,113,2567 +"221004",84796,44728,3,113,451 +"221005",84796,46800,3,113,2720 +"221006",84796,46849,2,113,1238 +"221007",84796,47595,3,113,2374 +"221008",84796,47882,3,113,2769 +"221009",84796,51843,3,113,2389 +"221010",84796,52389,3,113,512 +"221011",84796,52953,3,113,1741 +"221012",84796,55265,2,113,209 +"221013",84796,55307,3,113,2306 +"221014",84796,55446,3,113,1247 +"221015",84796,55997,3,113,1414 +"221016",84796,56639,3,113,643 +"221017",84796,56873,3,113,1421 +"221018",84796,57150,3,113,1196 +"221019",84796,58536,3,113,2742 +"221020",84796,59289,1,113,2896 +"221021",84796,59790,3,113,1827 +"221022",84796,60059,3,113,2587 +"221023",84796,62975,3,113,977 +"221024",84796,64769,3,113,493 +"221025",84796,69830,2,113,378 +"221026",84796,70967,3,113,570 +"221027",84796,76143,3,113,1610 +"221028",84796,76503,1,113,1136 +"221029",84796,78315,3,113,1136 +"221030",84796,79435,3,113,299 +"221031",84796,79547,3,113,1909 +"221032",84796,81848,3,113,221 +"221033",84796,84317,2,113,2081 +"221034",84796,84322,2,113,1635 +"221035",84796,88739,2,113,933 +"221036",84796,91465,2,113,1047 +"221037",84796,93123,2,113,870 +"221038",84796,95730,3,113,1481 +"221039",84796,103536,2,113,475 +"221040",84796,104281,3,113,2228 +"221041",84796,110874,3,113,1390 +"221042",84796,112814,3,113,546 +"221043",84808,827,3,1974,2964 +"221044",84808,843,3,1974,2332 +"221045",84808,1624,3,1974,2687 +"221046",84808,2647,3,1974,2450 +"221047",84808,2724,2,1974,2447 +"221048",84808,3271,3,1974,2216 +"221049",84808,3272,2,1974,2132 +"221050",84808,3477,3,1974,2546 +"221051",84808,3559,3,1974,2413 +"221052",84808,6040,2,1974,2103 +"221053",84808,6063,3,1974,2349 +"221054",84808,7787,3,1974,2314 +"221055",84808,8993,3,1974,2099 +"221056",84808,9272,3,1974,2835 +"221057",84808,12598,2,1974,2086 +"221058",84808,14442,3,1974,2700 +"221059",84808,15023,1,1974,2054 +"221060",84808,19075,2,1974,2214 +"221061",84808,20547,1,1974,2145 +"221062",84808,20739,3,1974,2025 +"221063",84808,23364,3,1974,2306 +"221064",84808,30714,3,1974,2485 +"221065",84808,31357,2,1974,2389 +"221066",84808,31855,3,1974,2636 +"221067",84808,33223,3,1974,2397 +"221068",84808,33470,3,1974,2003 +"221069",84808,43226,3,1974,2442 +"221070",84808,44744,3,1974,2032 +"221071",84808,47882,3,1974,2769 +"221072",84808,48110,3,1974,2009 +"221073",84808,51843,1,1974,2389 +"221074",84808,51890,3,1974,1992 +"221075",84808,54385,1,1974,2340 +"221076",84808,55307,3,1974,2306 +"221077",84808,58508,3,1974,2326 +"221078",84808,59344,3,1974,2252 +"221079",84808,63104,2,1974,2149 +"221080",84808,69308,2,1974,2370 +"221081",84808,69335,3,1974,2698 +"221082",84808,80615,2,1974,2252 +"221083",84808,80970,3,1974,2069 +"221084",84808,106755,3,1974,2166 +"221085",84808,110737,2,1974,2117 +"221086",84808,110871,3,1974,2879 +"221087",84822,13290,3,2686,2824 +"221088",84822,19934,3,2686,2888 +"221089",84822,20700,3,2686,2861 +"221090",84822,22723,3,2686,2859 +"221091",84822,34908,3,2686,2796 +"221092",84827,45504,3,1786,2301 +"221093",84885,9740,2,1649,2233 +"221094",84885,30544,2,1649,2041 +"221095",84897,313,3,1075,2271 +"221096",84897,499,3,1075,1931 +"221097",84897,543,3,1075,2203 +"221098",84897,1469,3,1075,1160 +"221099",84897,1777,3,1075,1965 +"221100",84897,2036,3,1075,2483 +"221101",84897,2754,3,1075,1360 +"221102",84897,3830,3,1075,1661 +"221103",84897,5462,3,1075,2374 +"221104",84897,5504,3,1075,2389 +"221105",84897,9311,3,1075,2477 +"221106",84897,9579,2,1075,2105 +"221107",84897,10843,3,1075,2277 +"221108",84897,14108,3,1075,2012 +"221109",84897,14888,3,1075,1411 +"221110",84897,15626,3,1075,2434 +"221111",84897,24286,3,1075,1280 +"221112",84897,25565,3,1075,2764 +"221113",84897,26713,3,1075,1235 +"221114",84897,27478,2,1075,2485 +"221115",84897,31799,3,1075,2547 +"221116",84897,33356,3,1075,1586 +"221117",84897,33433,2,1075,2805 +"221118",84897,34707,2,1075,2042 +"221119",84897,35256,3,1075,2271 +"221120",84897,36446,3,1075,1175 +"221121",84897,40136,3,1075,1149 +"221122",84897,40296,1,1075,1674 +"221123",84897,41747,3,1075,1722 +"221124",84897,49581,3,1075,1817 +"221125",84897,51410,3,1075,2739 +"221126",84897,52136,3,1075,1412 +"221127",84897,52154,3,1075,1722 +"221128",84897,53031,2,1075,2065 +"221129",84897,53809,3,1075,1956 +"221130",84897,55643,3,1075,2359 +"221131",84897,57977,3,1075,2683 +"221132",84897,59113,3,1075,2434 +"221133",84897,68098,3,1075,2378 +"221134",84897,74190,3,1075,1428 +"221135",84897,77489,3,1075,1514 +"221136",84897,85430,3,1075,2370 +"221137",84897,89958,3,1075,1186 +"221138",84897,93615,3,1075,2386 +"221139",84900,1702,3,526,1984 +"221140",84900,10481,3,526,740 +"221141",84900,11168,3,526,1223 +"221142",84900,12518,2,526,2747 +"221143",84900,19606,3,526,2783 +"221144",84900,24612,3,526,1875 +"221145",84900,26524,3,526,982 +"221146",84900,27030,2,526,2031 +"221147",84900,27116,3,526,963 +"221148",84900,36554,3,526,1649 +"221149",84900,47726,3,526,1272 +"221150",84900,51546,3,526,1369 +"221151",84900,64686,2,526,670 +"221152",84900,73205,3,526,1529 +"221153",84900,80014,3,526,1562 +"221154",84907,2563,3,1259,1686 +"221155",84907,7759,3,1259,2844 +"221156",84907,18211,3,1259,1745 +"221157",84907,23825,3,1259,1913 +"221158",84907,50275,3,1259,2832 +"221159",84942,6241,3,1467,2264 +"221160",84942,10746,3,1467,1506 +"221161",84942,10843,3,1467,2277 +"221162",84942,10859,2,1467,2231 +"221163",84942,15560,3,1467,2257 +"221164",84942,19173,3,1467,1686 +"221165",84942,19453,2,1467,1928 +"221166",84942,20407,3,1467,2339 +"221167",84942,30906,3,1467,2537 +"221168",84942,33356,3,1467,1586 +"221169",84942,35069,3,1467,2069 +"221170",84942,39278,3,1467,1952 +"221171",84942,64502,3,1467,1670 +"221172",84942,84799,3,1467,2656 +"221173",84975,21,1,1138,1385 +"221174",84975,1108,2,1138,1600 +"221175",84975,10239,2,1138,2032 +"221176",84975,10980,3,1138,1974 +"221177",84975,14586,3,1138,2801 +"221178",84975,22704,3,1138,1150 +"221179",84975,31541,3,1138,1500 +"221180",84975,33380,3,1138,2340 +"221181",84975,34491,3,1138,2694 +"221182",84975,37522,2,1138,1270 +"221183",84975,39522,3,1138,1428 +"221184",84975,40295,3,1138,2703 +"221185",84975,42331,3,1138,1585 +"221186",84975,47968,2,1138,2829 +"221187",84975,63077,3,1138,2778 +"221188",84975,63837,3,1138,2807 +"221189",84975,69232,3,1138,2130 +"221190",84975,70101,3,1138,2414 +"221191",84975,83301,3,1138,1385 +"221192",84975,92850,3,1138,1971 +"221193",84975,100860,3,1138,2326 +"221194",85049,803,3,1179,1666 +"221195",85049,14189,3,1179,1483 +"221196",85049,85058,1,1179,1311 +"221197",85049,86799,3,1179,1951 +"221198",85053,341,3,107,2689 +"221199",85053,1853,3,107,1465 +"221200",85053,2443,3,107,2333 +"221201",85053,2894,3,107,1291 +"221202",85053,3395,3,107,1382 +"221203",85053,3495,3,107,2431 +"221204",85053,5615,3,107,1105 +"221205",85053,8866,2,107,1545 +"221206",85053,8888,3,107,1328 +"221207",85053,8961,3,107,507 +"221208",85053,9331,3,107,2269 +"221209",85053,9362,3,107,2879 +"221210",85053,9423,3,107,1708 +"221211",85053,9805,3,107,1621 +"221212",85053,10146,3,107,1878 +"221213",85053,10870,3,107,1755 +"221214",85053,12081,3,107,2166 +"221215",85053,12388,3,107,1975 +"221216",85053,12639,3,107,1141 +"221217",85053,15691,3,107,324 +"221218",85053,17351,3,107,2036 +"221219",85053,17355,3,107,1469 +"221220",85053,17632,3,107,1947 +"221221",85053,18165,3,107,2085 +"221222",85053,18670,3,107,1835 +"221223",85053,19744,3,107,2623 +"221224",85053,19980,3,107,2231 +"221225",85053,20331,1,107,2365 +"221226",85053,20819,3,107,213 +"221227",85053,23098,2,107,2300 +"221228",85053,25033,1,107,929 +"221229",85053,29930,3,107,2240 +"221230",85053,30697,2,107,2891 +"221231",85053,31054,3,107,1273 +"221232",85053,31705,3,107,2706 +"221233",85053,35448,3,107,1685 +"221234",85053,36609,3,107,2918 +"221235",85053,36784,3,107,576 +"221236",85053,38307,3,107,2648 +"221237",85053,41518,3,107,1641 +"221238",85053,42372,3,107,2230 +"221239",85053,43902,3,107,1726 +"221240",85053,44403,3,107,2429 +"221241",85053,44688,3,107,2924 +"221242",85053,45545,3,107,1776 +"221243",85053,45618,3,107,2356 +"221244",85053,45650,2,107,1528 +"221245",85053,46043,3,107,1358 +"221246",85053,46568,3,107,822 +"221247",85053,49470,3,107,1528 +"221248",85053,52597,3,107,1773 +"221249",85053,63477,3,107,1907 +"221250",85053,66756,3,107,1301 +"221251",85053,67748,3,107,1498 +"221252",85053,70573,3,107,1993 +"221253",85053,73998,3,107,643 +"221254",85053,77155,3,107,2946 +"221255",85053,77611,3,107,1795 +"221256",85053,79472,3,107,1230 +"221257",85053,80979,3,107,1142 +"221258",85058,42,3,1311,2265 +"221259",85058,803,2,1311,1666 +"221260",85058,1321,3,1311,2075 +"221261",85058,7078,3,1311,2344 +"221262",85058,10222,3,1311,2212 +"221263",85058,10874,3,1311,1891 +"221264",85058,11602,3,1311,1493 +"221265",85058,14189,2,1311,1483 +"221266",85058,15184,3,1311,2396 +"221267",85058,19528,3,1311,2742 +"221268",85058,20545,3,1311,1491 +"221269",85058,20783,3,1311,2414 +"221270",85058,23508,3,1311,1907 +"221271",85058,26608,3,1311,2329 +"221272",85058,32939,3,1311,2277 +"221273",85058,57804,3,1311,2214 +"221274",85058,66318,3,1311,2803 +"221275",85058,77993,3,1311,1497 +"221276",85058,86799,2,1311,1951 +"221277",85062,1787,3,1379,1707 +"221278",85062,6234,3,1379,2654 +"221279",85062,6235,3,1379,1585 +"221280",85062,10755,3,1379,1742 +"221281",85062,15239,3,1379,1958 +"221282",85062,16477,2,1379,2069 +"221283",85062,17768,3,1379,2468 +"221284",85062,30194,3,1379,2874 +"221285",85062,52953,3,1379,1741 +"221286",85062,76997,3,1379,2223 +"221287",85065,1369,3,1585,2487 +"221288",85065,2927,3,1585,1789 +"221289",85065,3271,3,1585,2216 +"221290",85065,5637,2,1585,1976 +"221291",85065,6345,3,1585,2713 +"221292",85065,6999,3,1585,2214 +"221293",85065,9272,3,1585,2835 +"221294",85065,9538,3,1585,1786 +"221295",85065,9724,3,1585,2713 +"221296",85065,10716,3,1585,1692 +"221297",85065,12116,3,1585,2119 +"221298",85065,13340,3,1585,1918 +"221299",85065,17499,3,1585,2954 +"221300",85065,19476,3,1585,1708 +"221301",85065,23550,2,1585,2939 +"221302",85065,23560,3,1585,2051 +"221303",85065,26597,3,1585,2070 +"221304",85065,35317,2,1585,1888 +"221305",85065,37684,2,1585,2899 +"221306",85065,42382,3,1585,2224 +"221307",85065,42407,2,1585,2408 +"221308",85065,43226,3,1585,2442 +"221309",85065,46616,3,1585,1917 +"221310",85065,47882,3,1585,2769 +"221311",85065,48110,3,1585,2009 +"221312",85065,50468,3,1585,1659 +"221313",85065,53584,3,1585,2391 +"221314",85065,58508,3,1585,2326 +"221315",85065,60836,3,1585,1880 +"221316",85065,69335,3,1585,2698 +"221317",85065,70011,3,1585,2690 +"221318",85065,73520,3,1585,2613 +"221319",85065,77719,2,1585,2086 +"221320",85065,78277,2,1585,1937 +"221321",85065,79699,3,1585,1735 +"221322",85065,80301,3,1585,1690 +"221323",85065,84590,3,1585,1734 +"221324",85065,93553,3,1585,2537 +"221325",85072,843,3,413,2332 +"221326",85072,919,2,413,910 +"221327",85072,3101,3,413,513 +"221328",85072,3272,3,413,2132 +"221329",85072,3559,2,413,2413 +"221330",85072,4622,3,413,1589 +"221331",85072,4968,3,413,1586 +"221332",85072,6040,3,413,2103 +"221333",85072,9273,3,413,1747 +"221334",85072,12197,3,413,1235 +"221335",85072,12598,3,413,2086 +"221336",85072,12735,3,413,819 +"221337",85072,15023,3,413,2054 +"221338",85072,16538,3,413,704 +"221339",85072,19075,3,413,2214 +"221340",85072,19667,3,413,1466 +"221341",85072,20547,3,413,2145 +"221342",85072,20739,2,413,2025 +"221343",85072,20921,2,413,723 +"221344",85072,24252,3,413,639 +"221345",85072,25518,3,413,1955 +"221346",85072,28290,2,413,430 +"221347",85072,29100,1,413,843 +"221348",85072,30714,3,413,2485 +"221349",85072,31357,2,413,2389 +"221350",85072,31855,3,413,2636 +"221351",85072,39893,1,413,1601 +"221352",85072,42390,3,413,2937 +"221353",85072,47372,3,413,788 +"221354",85072,51399,3,413,934 +"221355",85072,51843,3,413,2389 +"221356",85072,52953,3,413,1741 +"221357",85072,53377,2,413,417 +"221358",85072,54385,2,413,2340 +"221359",85072,55730,2,413,1217 +"221360",85072,59344,3,413,2252 +"221361",85072,63104,3,413,2149 +"221362",85072,63631,2,413,763 +"221363",85072,76135,3,413,593 +"221364",85072,76295,1,413,1001 +"221365",85072,78611,3,413,1586 +"221366",85072,80615,3,413,2252 +"221367",85072,80970,3,413,2069 +"221368",85072,83598,2,413,619 +"221369",85072,84808,2,413,1974 +"221370",85072,93123,3,413,870 +"221371",85072,93590,3,413,1188 +"221372",85072,105253,2,413,476 +"221373",85072,108974,3,413,752 +"221374",85072,110871,2,413,2879 +"221375",85097,24456,3,1143,1238 +"221376",85108,30404,3,682,1810 +"221377",85108,91631,3,682,1899 +"221378",85137,88324,2,499,1080 +"221379",85138,270,3,1685,2542 +"221380",85138,2111,3,1685,1904 +"221381",85138,2424,3,1685,2582 +"221382",85138,5971,3,1685,1985 +"221383",85138,6718,2,1685,2138 +"221384",85138,13307,3,1685,2206 +"221385",85138,18394,3,1685,2356 +"221386",85138,21012,3,1685,2325 +"221387",85138,21693,2,1685,2176 +"221388",85138,22326,2,1685,2818 +"221389",85138,22362,2,1685,1836 +"221390",85138,23715,3,1685,1859 +"221391",85138,25305,3,1685,2447 +"221392",85138,29962,3,1685,2201 +"221393",85138,30173,3,1685,2404 +"221394",85138,30405,3,1685,2164 +"221395",85138,43455,3,1685,2846 +"221396",85138,46629,3,1685,2255 +"221397",85138,52576,3,1685,2234 +"221398",85138,56082,3,1685,2395 +"221399",85138,58508,3,1685,2326 +"221400",85138,61982,3,1685,2725 +"221401",85138,70217,2,1685,2332 +"221402",85138,82949,3,1685,2077 +"221403",85141,39554,3,1056,1988 +"221404",85153,6982,3,1163,2034 +"221405",85153,14463,3,1163,1256 +"221406",85153,22033,3,1163,1356 +"221407",85153,39556,3,1163,2747 +"221408",85153,68831,2,1163,1446 +"221409",85153,81269,3,1163,1570 +"221410",85153,94138,2,1163,1939 +"221411",85196,52789,3,186,1791 +"221412",85196,56910,3,186,2705 +"221413",85196,57732,3,186,2454 +"221414",85196,68979,2,186,1173 +"221415",85198,364,3,1794,2351 +"221416",85198,1846,3,1794,1845 +"221417",85198,2852,3,1794,2448 +"221418",85198,3493,2,1794,2451 +"221419",85198,4660,3,1794,2149 +"221420",85198,9332,3,1794,2734 +"221421",85198,9703,3,1794,1845 +"221422",85198,9785,3,1794,2951 +"221423",85198,9787,3,1794,2858 +"221424",85198,12361,2,1794,2732 +"221425",85198,17033,3,1794,2771 +"221426",85198,17645,3,1794,1918 +"221427",85198,18005,3,1794,2449 +"221428",85198,18421,3,1794,2457 +"221429",85198,19655,2,1794,2706 +"221430",85198,20941,3,1794,2725 +"221431",85198,20984,3,1794,2502 +"221432",85198,22244,3,1794,2139 +"221433",85198,28869,3,1794,2425 +"221434",85198,29473,3,1794,2602 +"221435",85198,31335,2,1794,2351 +"221436",85198,31866,3,1794,2101 +"221437",85198,32339,3,1794,2430 +"221438",85198,37636,3,1794,2178 +"221439",85198,46982,3,1794,2806 +"221440",85198,47013,3,1794,2388 +"221441",85198,47968,3,1794,2829 +"221442",85198,50509,3,1794,2050 +"221443",85198,51144,2,1794,2466 +"221444",85198,54775,3,1794,2383 +"221445",85198,57067,3,1794,2547 +"221446",85198,63641,3,1794,2337 +"221447",85198,66717,3,1794,2104 +"221448",85198,71531,3,1794,2887 +"221449",85198,73107,3,1794,1918 +"221450",85264,283,3,1236,2082 +"221451",85264,378,3,1236,2766 +"221452",85264,3100,3,1236,2524 +"221453",85264,3272,3,1236,2132 +"221454",85264,3786,3,1236,2282 +"221455",85264,11135,3,1236,2441 +"221456",85264,19687,2,1236,2072 +"221457",85264,23639,3,1236,2065 +"221458",85264,25286,3,1236,1545 +"221459",85264,34055,3,1236,1881 +"221460",85264,47330,3,1236,2422 +"221461",85264,56673,3,1236,2419 +"221462",85264,81134,3,1236,1384 +"221463",85264,92381,3,1236,1237 +"221464",85264,106554,3,1236,1270 +"221465",85290,1364,3,376,859 +"221466",85290,1592,3,376,2006 +"221467",85290,1691,3,376,1941 +"221468",85290,3144,3,376,869 +"221469",85290,8192,3,376,1670 +"221470",85290,12432,3,376,1816 +"221471",85290,12449,3,376,2067 +"221472",85290,13869,3,376,1786 +"221473",85290,15962,3,376,660 +"221474",85290,18277,2,376,2309 +"221475",85290,19718,3,376,1702 +"221476",85290,20407,3,376,2339 +"221477",85290,21133,3,376,1320 +"221478",85290,21682,3,376,2414 +"221479",85290,28808,3,376,1063 +"221480",85290,29449,3,376,2916 +"221481",85290,32503,3,376,2020 +"221482",85290,38213,3,376,1744 +"221483",85290,40931,3,376,2301 +"221484",85290,43173,3,376,2895 +"221485",85290,46621,3,376,1343 +"221486",85290,49620,3,376,1868 +"221487",85290,50179,3,376,2230 +"221488",85290,58221,3,376,1787 +"221489",85290,60855,3,376,2272 +"221490",85290,61785,3,376,822 +"221491",85290,73675,2,376,887 +"221492",85290,74636,3,376,2525 +"221493",85290,79436,3,376,1344 +"221494",85290,88232,3,376,2881 +"221495",85290,91841,3,376,1521 +"221496",85327,3271,3,1017,2216 +"221497",85327,7780,2,1017,1920 +"221498",85327,29818,3,1017,1677 +"221499",85327,31216,3,1017,1244 +"221500",85327,107496,3,1017,1572 +"221501",85329,508,3,738,801 +"221502",85329,1428,3,738,742 +"221503",85329,2894,3,738,1291 +"221504",85329,5392,3,738,1648 +"221505",85329,5615,3,738,1105 +"221506",85329,5785,3,738,1261 +"221507",85329,12388,2,738,1975 +"221508",85329,13388,3,738,2119 +"221509",85329,14353,3,738,2878 +"221510",85329,14564,2,738,1581 +"221511",85329,15215,3,738,798 +"221512",85329,15444,2,738,2764 +"221513",85329,16053,2,738,908 +"221514",85329,16896,2,738,2223 +"221515",85329,17027,1,738,2772 +"221516",85329,17097,2,738,1505 +"221517",85329,18165,3,738,2085 +"221518",85329,18404,3,738,801 +"221519",85329,19317,3,738,2041 +"221520",85329,19637,3,738,1229 +"221521",85329,20067,2,738,2390 +"221522",85329,21248,3,738,2232 +"221523",85329,21422,3,738,935 +"221524",85329,21706,3,738,1988 +"221525",85329,21754,3,738,1881 +"221526",85329,22403,2,738,1630 +"221527",85329,23006,3,738,1532 +"221528",85329,23268,3,738,2258 +"221529",85329,23869,3,738,1918 +"221530",85329,26737,3,738,855 +"221531",85329,27104,3,738,1608 +"221532",85329,27355,3,738,870 +"221533",85329,28131,3,738,1492 +"221534",85329,30883,3,738,1629 +"221535",85329,33801,3,738,2899 +"221536",85329,35529,3,738,1620 +"221537",85329,40646,1,738,1583 +"221538",85329,41108,2,738,1624 +"221539",85329,41682,3,738,1988 +"221540",85329,42799,3,738,2729 +"221541",85329,42837,3,738,1096 +"221542",85329,47895,2,738,2328 +"221543",85329,48258,3,738,755 +"221544",85329,50487,2,738,744 +"221545",85329,52261,3,738,2162 +"221546",85329,53475,3,738,2853 +"221547",85329,57150,3,738,1196 +"221548",85329,57760,2,738,1721 +"221549",85329,59939,3,738,936 +"221550",85329,61242,3,738,1650 +"221551",85329,65522,3,738,1572 +"221552",85329,68652,3,738,2878 +"221553",85329,70232,3,738,2401 +"221554",85329,70996,3,738,1037 +"221555",85329,76356,2,738,2323 +"221556",85329,76999,3,738,908 +"221557",85329,82009,3,738,1020 +"221558",85329,85547,3,738,997 +"221559",85329,91901,3,738,1236 +"221560",85329,97160,3,738,1215 +"221561",85329,100140,3,738,1041 +"221562",85329,117956,2,738,2774 +"221563",85356,1367,3,1492,2176 +"221564",85356,1592,3,1492,2006 +"221565",85356,2111,3,1492,1904 +"221566",85356,2424,3,1492,2582 +"221567",85356,2747,3,1492,2411 +"221568",85356,5315,3,1492,2631 +"221569",85356,5580,3,1492,2111 +"221570",85356,6055,3,1492,2651 +"221571",85356,6588,3,1492,2025 +"221572",85356,7245,3,1492,2089 +"221573",85356,7616,2,1492,2296 +"221574",85356,8275,3,1492,2237 +"221575",85356,9654,3,1492,2111 +"221576",85356,12692,3,1492,1855 +"221577",85356,12767,3,1492,2329 +"221578",85356,13324,3,1492,2163 +"221579",85356,15106,3,1492,2286 +"221580",85356,15207,1,1492,1855 +"221581",85356,15453,3,1492,1688 +"221582",85356,16067,3,1492,2727 +"221583",85356,16539,2,1492,1947 +"221584",85356,18348,3,1492,1711 +"221585",85356,18415,3,1492,2184 +"221586",85356,19593,2,1492,2013 +"221587",85356,21138,3,1492,2849 +"221588",85356,21682,3,1492,2414 +"221589",85356,21929,3,1492,2062 +"221590",85356,22141,3,1492,2348 +"221591",85356,23006,3,1492,1532 +"221592",85356,24256,3,1492,2393 +"221593",85356,24793,3,1492,1993 +"221594",85356,26658,3,1492,2745 +"221595",85356,27104,3,1492,1608 +"221596",85356,29580,3,1492,2776 +"221597",85356,30262,3,1492,1715 +"221598",85356,30943,3,1492,2287 +"221599",85356,32939,3,1492,2277 +"221600",85356,34648,3,1492,1596 +"221601",85356,36441,2,1492,2796 +"221602",85356,41108,3,1492,1624 +"221603",85356,41664,3,1492,2641 +"221604",85356,42515,3,1492,2752 +"221605",85356,42642,3,1492,2257 +"221606",85356,42799,2,1492,2729 +"221607",85356,44089,3,1492,1632 +"221608",85356,45504,3,1492,2301 +"221609",85356,45903,2,1492,2237 +"221610",85356,46629,3,1492,2255 +"221611",85356,46635,1,1492,2528 +"221612",85356,46803,3,1492,2305 +"221613",85356,47564,3,1492,2650 +"221614",85356,48127,3,1492,2677 +"221615",85356,48602,3,1492,1704 +"221616",85356,49109,3,1492,2341 +"221617",85356,49334,3,1492,2433 +"221618",85356,51017,3,1492,2073 +"221619",85356,55076,2,1492,2408 +"221620",85356,56903,1,1492,1584 +"221621",85356,57804,3,1492,2214 +"221622",85356,62148,3,1492,1566 +"221623",85356,63641,3,1492,2337 +"221624",85356,64502,3,1492,1670 +"221625",85356,65242,3,1492,1988 +"221626",85356,67726,3,1492,2873 +"221627",85356,67748,3,1492,1498 +"221628",85356,68024,2,1492,1531 +"221629",85356,69716,3,1492,2632 +"221630",85356,76356,3,1492,2323 +"221631",85356,77611,3,1492,1795 +"221632",85356,79207,3,1492,2244 +"221633",85356,81095,3,1492,1609 +"221634",85356,84022,3,1492,2289 +"221635",85356,86785,2,1492,1607 +"221636",85356,88232,3,1492,2881 +"221637",85356,99557,3,1492,1703 +"221638",85396,2576,3,1131,1307 +"221639",85396,4612,3,1131,2804 +"221640",85396,4669,3,1131,2395 +"221641",85396,7252,3,1131,2799 +"221642",85396,7785,3,1131,2441 +"221643",85396,7942,2,1131,2623 +"221644",85396,8062,3,1131,2858 +"221645",85396,9787,3,1131,2858 +"221646",85396,11108,3,1131,1609 +"221647",85396,11429,3,1131,2520 +"221648",85396,11990,2,1131,1909 +"221649",85396,14287,3,1131,1583 +"221650",85396,16501,3,1131,1650 +"221651",85396,16715,3,1131,1218 +"221652",85396,17033,3,1131,2771 +"221653",85396,17252,3,1131,1258 +"221654",85396,23131,3,1131,1732 +"221655",85396,27742,2,1131,2700 +"221656",85396,27914,2,1131,2507 +"221657",85396,28869,3,1131,2425 +"221658",85396,29512,3,1131,1594 +"221659",85396,30525,2,1131,1964 +"221660",85396,31753,3,1131,1514 +"221661",85396,31868,3,1131,1993 +"221662",85396,32532,3,1131,2338 +"221663",85396,32560,3,1131,1258 +"221664",85396,34892,3,1131,2309 +"221665",85396,45869,3,1131,2840 +"221666",85396,56995,3,1131,2323 +"221667",85396,58233,3,1131,1665 +"221668",85396,58655,3,1131,2685 +"221669",85396,61125,3,1131,1673 +"221670",85396,66756,3,1131,1301 +"221671",85396,70455,3,1131,1307 +"221672",85396,72632,3,1131,1289 +"221673",85396,72882,3,1131,1330 +"221674",85396,80156,3,1131,1667 +"221675",85396,91849,2,1131,1166 +"221676",85396,103491,3,1131,1523 +"221677",85396,115021,3,1131,1226 +"221678",85396,115031,3,1131,2383 +"221679",85397,3011,3,1219,2278 +"221680",85397,10870,3,1219,1755 +"221681",85397,14278,3,1219,1267 +"221682",85397,16201,3,1219,1811 +"221683",85397,19862,3,1219,2412 +"221684",85397,22180,2,1219,1835 +"221685",85397,28635,2,1219,2368 +"221686",85397,29930,3,1219,2240 +"221687",85397,39556,3,1219,2747 +"221688",85397,42925,3,1219,1358 +"221689",85397,57732,3,1219,2454 +"221690",85397,99152,3,1219,1698 +"221691",85397,106318,3,1219,1698 +"221692",85401,1785,2,1931,2350 +"221693",85401,7787,3,1931,2314 +"221694",85401,19002,2,1931,2053 +"221695",85401,19190,3,1931,2677 +"221696",85401,20011,3,1931,2826 +"221697",85401,26698,2,1931,1963 +"221698",85405,26700,2,1593,1663 +"221699",85405,81753,3,1593,1736 +"221700",85405,92217,3,1593,1663 +"221701",85430,377,2,2370,2389 +"221702",85430,613,3,2370,2687 +"221703",85430,1151,2,2370,2885 +"221704",85430,1616,2,2370,2662 +"221705",85430,2036,2,2370,2483 +"221706",85430,2224,3,2370,2751 +"221707",85430,2484,2,2370,2389 +"221708",85430,4057,2,2370,2389 +"221709",85430,4701,3,2370,2401 +"221710",85430,5462,1,2370,2374 +"221711",85430,5504,2,2370,2389 +"221712",85430,7323,2,2370,2858 +"221713",85430,8760,3,2370,2477 +"221714",85430,9311,3,2370,2477 +"221715",85430,9332,3,2370,2734 +"221716",85430,9362,3,2370,2879 +"221717",85430,12713,3,2370,2440 +"221718",85430,15184,3,2370,2396 +"221719",85430,18151,3,2370,2962 +"221720",85430,19027,3,2370,2721 +"221721",85430,19606,2,2370,2783 +"221722",85430,20700,3,2370,2861 +"221723",85430,27478,2,2370,2485 +"221724",85430,31799,2,2370,2547 +"221725",85430,36559,3,2370,2473 +"221726",85430,37570,2,2370,2389 +"221727",85430,39444,3,2370,2695 +"221728",85430,39548,3,2370,2389 +"221729",85430,44235,3,2370,2700 +"221730",85430,47947,3,2370,2681 +"221731",85430,57977,3,2370,2683 +"221732",85430,65029,3,2370,2954 +"221733",85430,68098,3,2370,2378 +"221734",85430,72334,3,2370,2820 +"221735",85430,93615,3,2370,2386 +"221736",85444,854,3,944,2307 +"221737",85444,1315,3,944,2760 +"221738",85444,3460,3,944,2530 +"221739",85444,4504,3,944,1905 +"221740",85444,6192,3,944,2409 +"221741",85444,6942,3,944,1232 +"221742",85444,7185,3,944,1046 +"221743",85444,14422,3,944,1548 +"221744",85444,15453,2,944,1688 +"221745",85444,19204,2,944,1753 +"221746",85444,19605,3,944,2395 +"221747",85444,26218,3,944,2460 +"221748",85444,29454,2,944,2719 +"221749",85444,30236,3,944,2238 +"221750",85444,36651,2,944,1600 +"221751",85444,38732,3,944,2263 +"221752",85444,39556,3,944,2747 +"221753",85444,39657,3,944,1947 +"221754",85444,40698,3,944,1408 +"221755",85444,41764,2,944,2409 +"221756",85444,42642,3,944,2257 +"221757",85444,45329,3,944,1693 +"221758",85444,50480,3,944,2701 +"221759",85444,59670,3,944,1173 +"221760",85444,64292,3,944,1583 +"221761",85444,78037,3,944,1606 +"221762",85444,85397,3,944,1219 +"221763",85444,89057,3,944,1286 +"221764",85444,98801,3,944,1035 +"221765",85446,854,3,141,2307 +"221766",85446,1130,3,141,1566 +"221767",85446,1315,2,141,2760 +"221768",85446,2269,3,141,984 +"221769",85446,2300,3,141,565 +"221770",85446,3139,3,141,1656 +"221771",85446,3171,3,141,700 +"221772",85446,3460,3,141,2530 +"221773",85446,3670,2,141,885 +"221774",85446,4504,3,141,1905 +"221775",85446,6192,3,141,2409 +"221776",85446,6942,3,141,1232 +"221777",85446,7185,3,141,1046 +"221778",85446,7861,3,141,1647 +"221779",85446,13518,3,141,525 +"221780",85446,14328,3,141,1725 +"221781",85446,14422,3,141,1548 +"221782",85446,15453,2,141,1688 +"221783",85446,19204,2,141,1753 +"221784",85446,19605,3,141,2395 +"221785",85446,23312,3,141,2449 +"221786",85446,26282,3,141,1241 +"221787",85446,27427,3,141,2325 +"221788",85446,29454,2,141,2719 +"221789",85446,29683,3,141,2025 +"221790",85446,30236,3,141,2238 +"221791",85446,34509,3,141,1973 +"221792",85446,36651,3,141,1600 +"221793",85446,36983,3,141,462 +"221794",85446,38732,3,141,2263 +"221795",85446,39556,3,141,2747 +"221796",85446,41764,2,141,2409 +"221797",85446,42642,3,141,2257 +"221798",85446,45329,3,141,1693 +"221799",85446,48283,3,141,1290 +"221800",85446,50480,3,141,2701 +"221801",85446,51243,3,141,1389 +"221802",85446,59670,3,141,1173 +"221803",85446,64292,2,141,1583 +"221804",85446,67216,3,141,984 +"221805",85446,69518,1,141,320 +"221806",85446,70605,3,141,1176 +"221807",85446,79612,3,141,927 +"221808",85446,85444,1,141,944 +"221809",85446,90608,3,141,590 +"221810",85446,90669,3,141,152 +"221811",85446,92122,3,141,436 +"221812",85446,100532,3,141,859 +"221813",85449,270,3,2340,2542 +"221814",85449,6063,3,2340,2349 +"221815",85449,18394,3,2340,2356 +"221816",85449,36031,2,2340,2342 +"221817",85449,44557,3,2340,2371 +"221818",85449,57977,3,2340,2683 +"221819",85521,4757,3,32,390 +"221820",85521,11288,3,32,345 +"221821",85521,24116,3,32,1413 +"221822",85521,29276,3,32,2000 +"221823",85521,34953,3,32,1817 +"221824",85521,53749,3,32,274 +"221825",85521,55056,3,32,516 +"221826",85521,61973,2,32,892 +"221827",85521,62821,3,32,220 +"221828",85521,113026,3,32,213 +"221829",85521,116896,3,32,287 +"221830",85525,2927,3,1718,1789 +"221831",85525,11329,3,1718,2799 +"221832",85525,14887,3,1718,2158 +"221833",85525,16347,3,1718,1868 +"221834",85525,16963,3,1718,1999 +"221835",85525,19656,2,1718,2059 +"221836",85525,24255,3,1718,2770 +"221837",85525,29454,3,1718,2719 +"221838",85525,30096,2,1718,2082 +"221839",85525,31295,3,1718,2183 +"221840",85525,42382,2,1718,2224 +"221841",85525,46616,3,1718,1917 +"221842",85525,51460,3,1718,1872 +"221843",85525,53584,3,1718,2391 +"221844",85547,8274,3,997,1909 +"221845",85547,17027,3,997,2772 +"221846",85547,17097,3,997,1505 +"221847",85547,17852,3,997,2840 +"221848",85547,22403,3,997,1630 +"221849",85547,24066,3,997,1755 +"221850",85547,24482,3,997,1649 +"221851",85547,27104,3,997,1608 +"221852",85547,30309,3,997,1449 +"221853",85547,34158,3,997,2639 +"221854",85547,40646,2,997,1583 +"221855",85547,41108,1,997,1624 +"221856",85547,44161,1,997,1156 +"221857",85547,51157,2,997,2319 +"221858",85547,57150,3,997,1196 +"221859",85547,57760,2,997,1721 +"221860",85547,62148,3,997,1566 +"221861",85547,64219,3,997,2705 +"221862",85547,70996,3,997,1037 +"221863",85547,76356,2,997,2323 +"221864",85547,81478,3,997,1640 +"221865",85547,91579,3,997,2510 +"221866",85547,91901,2,997,1236 +"221867",85547,100140,3,997,1041 +"221868",85569,11518,3,110,803 +"221869",85569,13007,3,110,2496 +"221870",85569,22462,3,110,869 +"221871",85569,32395,3,110,2735 +"221872",85569,33451,2,110,1957 +"221873",85569,34117,3,110,961 +"221874",85569,52041,3,110,2694 +"221875",85569,54204,3,110,1449 +"221876",85569,56873,3,110,1421 +"221877",85569,61673,3,110,155 +"221878",85569,77567,2,110,197 +"221879",85592,455,3,1412,2827 +"221880",85592,1224,3,1412,2435 +"221881",85592,1386,3,1412,1901 +"221882",85592,2765,2,1412,2321 +"221883",85592,3695,3,1412,2612 +"221884",85592,5491,3,1412,2048 +"221885",85592,5621,3,1412,1860 +"221886",85592,7078,3,1412,2344 +"221887",85592,7861,3,1412,1647 +"221888",85592,9030,2,1412,1979 +"221889",85592,11602,3,1412,1493 +"221890",85592,11976,3,1412,1727 +"221891",85592,12867,3,1412,2773 +"221892",85592,13535,3,1412,1491 +"221893",85592,13732,3,1412,2789 +"221894",85592,15500,2,1412,1658 +"221895",85592,17826,2,1412,2920 +"221896",85592,18151,3,1412,2962 +"221897",85592,18458,3,1412,2477 +"221898",85592,20423,2,1412,2654 +"221899",85592,20545,3,1412,1491 +"221900",85592,20563,3,1412,2267 +"221901",85592,20659,2,1412,1969 +"221902",85592,20783,3,1412,2414 +"221903",85592,21092,2,1412,1643 +"221904",85592,21193,3,1412,2490 +"221905",85592,21225,3,1412,1945 +"221906",85592,21795,3,1412,2653 +"221907",85592,22714,3,1412,2793 +"221908",85592,26106,2,1412,2015 +"221909",85592,26865,3,1412,2726 +"221910",85592,29791,3,1412,1986 +"221911",85592,30081,3,1412,2403 +"221912",85592,31307,3,1412,2139 +"221913",85592,34160,3,1412,1759 +"221914",85592,35095,3,1412,1502 +"221915",85592,37333,3,1412,1612 +"221916",85592,37677,3,1412,1908 +"221917",85592,38908,2,1412,1787 +"221918",85592,39827,2,1412,2321 +"221919",85592,43839,2,1412,1685 +"221920",85592,47947,3,1412,2681 +"221921",85592,49032,2,1412,2469 +"221922",85592,49461,2,1412,2793 +"221923",85592,52327,3,1412,1472 +"221924",85592,53637,3,1412,2113 +"221925",85592,55556,3,1412,2075 +"221926",85592,57565,2,1412,1577 +"221927",85592,57781,3,1412,1971 +"221928",85592,67264,2,1412,2790 +"221929",85592,71478,3,1412,1721 +"221930",85592,72122,2,1412,1436 +"221931",85592,74095,3,1412,2333 +"221932",85592,88966,3,1412,1568 +"221933",85594,59726,3,177,1513 +"221934",85594,65696,3,177,998 +"221935",85685,6588,3,998,2025 +"221936",85685,12374,3,998,2260 +"221937",85685,15135,3,998,1035 +"221938",85685,23492,3,998,1067 +"221939",85685,23526,3,998,1998 +"221940",85685,26867,3,998,1804 +"221941",85685,40072,3,998,1182 +"221942",85685,50236,3,998,2339 +"221943",85685,52136,3,998,1412 +"221944",85685,52345,1,998,1430 +"221945",85685,53303,2,998,1376 +"221946",85685,56082,3,998,2395 +"221947",85685,84772,3,998,1231 +"221948",85690,6359,1,1229,1239 +"221949",85690,9504,2,1229,2549 +"221950",85690,10453,3,1229,1656 +"221951",85690,11108,3,1229,1609 +"221952",85690,29170,3,1229,1846 +"221953",85690,35797,3,1229,2482 +"221954",85690,36450,3,1229,1591 +"221955",85690,44564,3,1229,2034 +"221956",85690,47654,2,1229,1664 +"221957",85690,63644,3,1229,1267 +"221958",85711,1046,3,907,1881 +"221959",85711,2063,3,907,1278 +"221960",85711,2743,3,907,1278 +"221961",85711,7245,3,907,2089 +"221962",85711,8533,3,907,2251 +"221963",85711,11310,3,907,957 +"221964",85711,29456,3,907,1182 +"221965",85711,35446,3,907,1203 +"221966",85711,47947,3,907,2681 +"221967",85711,57082,3,907,1418 +"221968",85711,57977,3,907,2683 +"221969",85711,66693,3,907,2554 +"221970",85711,82767,3,907,1641 +"221971",85711,88592,2,907,1418 +"221972",85716,20643,3,1609,2341 +"221973",85716,22403,3,1609,1630 +"221974",85716,34158,2,1609,2639 +"221975",85716,39516,1,1609,2393 +"221976",85716,40487,3,1609,2512 +"221977",85716,51319,2,1609,2488 +"221978",85727,3978,3,2696,2775 +"221979",85736,270,3,1601,2542 +"221980",85736,360,2,1601,1671 +"221981",85736,602,3,1601,2632 +"221982",85736,3011,3,1601,2278 +"221983",85736,5971,3,1601,1985 +"221984",85736,6047,3,1601,2004 +"221985",85736,6241,3,1601,2264 +"221986",85736,7406,3,1601,1906 +"221987",85736,7861,3,1601,1647 +"221988",85736,8419,3,1601,1956 +"221989",85736,9979,3,1601,2238 +"221990",85736,10382,3,1601,2111 +"221991",85736,10859,3,1601,2231 +"221992",85736,12542,3,1601,1888 +"221993",85736,12724,3,1601,1930 +"221994",85736,12976,3,1601,2399 +"221995",85736,13307,3,1601,2206 +"221996",85736,13324,3,1601,2163 +"221997",85736,14172,3,1601,1923 +"221998",85736,17819,3,1601,2291 +"221999",85736,18348,3,1601,1711 +"222000",85736,18394,3,1601,2356 +"222001",85736,19453,3,1601,1928 +"222002",85736,21929,3,1601,2062 +"222003",85736,22260,2,1601,2137 +"222004",85736,22743,3,1601,1736 +"222005",85736,23139,3,1601,2644 +"222006",85736,23460,3,1601,2183 +"222007",85736,23526,3,1601,1998 +"222008",85736,23715,3,1601,1859 +"222009",85736,24066,3,1601,1755 +"222010",85736,27277,3,1601,1994 +"222011",85736,32064,3,1601,1739 +"222012",85736,33433,3,1601,2805 +"222013",85736,35069,3,1601,2069 +"222014",85736,35360,3,1601,2043 +"222015",85736,37915,2,1601,1905 +"222016",85736,39278,2,1601,1952 +"222017",85736,40493,3,1601,1981 +"222018",85736,42129,3,1601,2318 +"222019",85736,47362,3,1601,2253 +"222020",85736,48754,3,1601,1972 +"222021",85736,49265,3,1601,2686 +"222022",85736,53342,3,1601,2071 +"222023",85736,53779,2,1601,2000 +"222024",85736,57380,3,1601,2362 +"222025",85736,62832,3,1601,2606 +"222026",85736,64502,2,1601,1670 +"222027",85736,76396,2,1601,1731 +"222028",85736,84799,3,1601,2656 +"222029",85736,86978,3,1601,2733 +"222030",85736,87837,3,1601,1987 +"222031",85736,94138,3,1601,1939 +"222032",85778,2959,3,1040,1785 +"222033",85778,6824,2,1040,2680 +"222034",85778,8062,3,1040,2858 +"222035",85778,8140,3,1040,1262 +"222036",85778,9861,3,1040,2680 +"222037",85778,10638,1,1040,2692 +"222038",85778,10914,3,1040,1660 +"222039",85778,10980,2,1040,1974 +"222040",85778,11381,3,1040,1638 +"222041",85778,11429,3,1040,2520 +"222042",85778,11506,3,1040,2824 +"222043",85778,11728,3,1040,1121 +"222044",85778,16594,3,1040,1755 +"222045",85778,18943,3,1040,2861 +"222046",85778,20007,3,1040,2971 +"222047",85778,28582,3,1040,2698 +"222048",85778,31164,3,1040,1996 +"222049",85778,32449,3,1040,2091 +"222050",85778,34892,2,1040,2309 +"222051",85778,36136,3,1040,2338 +"222052",85778,42331,3,1040,1585 +"222053",85778,55604,3,1040,2342 +"222054",85778,56338,3,1040,1818 +"222055",85778,60808,3,1040,1258 +"222056",85778,63077,3,1040,2778 +"222057",85778,66911,3,1040,1920 +"222058",85778,68885,3,1040,2151 +"222059",85778,69335,3,1040,2698 +"222060",85778,70101,3,1040,2414 +"222061",85778,73107,3,1040,1918 +"222062",85778,77864,3,1040,2227 +"222063",85778,83301,3,1040,1385 +"222064",85778,85869,3,1040,1509 +"222065",85778,100860,2,1040,2326 +"222066",85778,104306,3,1040,1665 +"222067",85784,803,3,1142,1666 +"222068",85784,1262,3,1142,2973 +"222069",85784,1386,3,1142,1901 +"222070",85784,3306,3,1142,1989 +"222071",85784,3946,3,1142,1172 +"222072",85784,3961,3,1142,2426 +"222073",85784,5315,3,1142,2631 +"222074",85784,5491,3,1142,2048 +"222075",85784,5621,3,1142,1860 +"222076",85784,6047,3,1142,2004 +"222077",85784,7180,3,1142,2227 +"222078",85784,7196,3,1142,1508 +"222079",85784,7292,3,1142,1988 +"222080",85784,7984,3,1142,2493 +"222081",85784,10358,3,1142,2294 +"222082",85784,10779,2,1142,2881 +"222083",85784,11103,3,1142,2393 +"222084",85784,11477,2,1142,2724 +"222085",85784,11602,3,1142,1493 +"222086",85784,13158,3,1142,2667 +"222087",85784,13388,3,1142,2119 +"222088",85784,13732,2,1142,2789 +"222089",85784,13801,3,1142,2041 +"222090",85784,14189,3,1142,1483 +"222091",85784,14669,3,1142,2080 +"222092",85784,14709,2,1142,1901 +"222093",85784,14888,3,1142,1411 +"222094",85784,15343,3,1142,2125 +"222095",85784,15560,3,1142,2257 +"222096",85784,16029,3,1142,1160 +"222097",85784,16195,2,1142,2964 +"222098",85784,16313,3,1142,1160 +"222099",85784,17396,3,1142,1672 +"222100",85784,17819,3,1142,2291 +"222101",85784,18151,3,1142,2962 +"222102",85784,18366,3,1142,2699 +"222103",85784,18874,3,1142,2170 +"222104",85784,19872,3,1142,2913 +"222105",85784,20067,3,1142,2390 +"222106",85784,20124,3,1142,2376 +"222107",85784,21417,3,1142,2422 +"222108",85784,21795,2,1142,2653 +"222109",85784,22207,3,1142,2365 +"222110",85784,22331,3,1142,2687 +"222111",85784,24146,3,1142,2003 +"222112",85784,24362,2,1142,1287 +"222113",85784,24608,3,1142,1630 +"222114",85784,25443,3,1142,1441 +"222115",85784,26865,2,1142,2726 +"222116",85784,28233,3,1142,1608 +"222117",85784,29791,3,1142,1986 +"222118",85784,29930,3,1142,2240 +"222119",85784,30081,2,1142,2403 +"222120",85784,31307,3,1142,2139 +"222121",85784,32658,3,1142,1694 +"222122",85784,33383,3,1142,1572 +"222123",85784,34327,3,1142,2959 +"222124",85784,35529,3,1142,1620 +"222125",85784,36031,3,1142,2342 +"222126",85784,36574,3,1142,2934 +"222127",85784,36962,3,1142,2861 +"222128",85784,37333,3,1142,1612 +"222129",85784,41955,3,1142,2479 +"222130",85784,51863,3,1142,1395 +"222131",85784,52136,3,1142,1412 +"222132",85784,53134,3,1142,1590 +"222133",85784,53859,3,1142,1817 +"222134",85784,54020,3,1142,1578 +"222135",85784,56082,3,1142,2395 +"222136",85784,57549,3,1142,2335 +"222137",85784,62488,3,1142,1418 +"222138",85784,63030,3,1142,2251 +"222139",85784,65679,3,1142,1578 +"222140",85784,69062,3,1142,1174 +"222141",85784,76356,3,1142,2323 +"222142",85784,77993,3,1142,1497 +"222143",85784,79088,3,1142,1369 +"222144",85784,79689,3,1142,1184 +"222145",85784,89681,3,1142,1978 +"222146",85784,99215,2,1142,2791 +"222147",85784,101338,2,1142,1319 +"222148",85794,270,3,679,2542 +"222149",85794,601,2,679,702 +"222150",85794,854,3,679,2307 +"222151",85794,1428,3,679,742 +"222152",85794,2484,3,679,2389 +"222153",85794,2894,2,679,1291 +"222154",85794,3961,3,679,2426 +"222155",85794,5235,3,679,2324 +"222156",85794,5392,3,679,1648 +"222157",85794,5438,3,679,1499 +"222158",85794,5615,3,679,1105 +"222159",85794,5785,3,679,1261 +"222160",85794,6222,2,679,1949 +"222161",85794,7992,3,679,2033 +"222162",85794,9311,3,679,2477 +"222163",85794,10358,3,679,2294 +"222164",85794,10488,3,679,1524 +"222165",85794,11576,3,679,808 +"222166",85794,11694,3,679,1564 +"222167",85794,12362,3,679,702 +"222168",85794,12388,3,679,1975 +"222169",85794,12901,3,679,2136 +"222170",85794,13388,3,679,2119 +"222171",85794,13967,2,679,1354 +"222172",85794,13979,3,679,1559 +"222173",85794,14959,2,679,2898 +"222174",85794,15636,3,679,2857 +"222175",85794,16053,3,679,908 +"222176",85794,16539,3,679,1947 +"222177",85794,17354,3,679,2250 +"222178",85794,17520,3,679,2276 +"222179",85794,18152,3,679,1314 +"222180",85794,18394,2,679,2356 +"222181",85794,19637,2,679,1229 +"222182",85794,20067,2,679,2390 +"222183",85794,20732,3,679,2401 +"222184",85794,21706,3,679,1988 +"222185",85794,23726,3,679,2434 +"222186",85794,23869,2,679,1918 +"222187",85794,24066,3,679,1755 +"222188",85794,24612,3,679,1875 +"222189",85794,24756,3,679,2530 +"222190",85794,25486,3,679,2582 +"222191",85794,25680,3,679,1618 +"222192",85794,26249,3,679,2301 +"222193",85794,28130,3,679,908 +"222194",85794,28131,2,679,1492 +"222195",85794,29095,3,679,2531 +"222196",85794,29314,3,679,2736 +"222197",85794,30150,2,679,1704 +"222198",85794,30405,3,679,2164 +"222199",85794,30883,3,679,1629 +"222200",85794,31069,3,679,1995 +"222201",85794,31279,3,679,965 +"222202",85794,32131,3,679,1035 +"222203",85794,33801,3,679,2899 +"222204",85794,35235,3,679,2610 +"222205",85794,35529,3,679,1620 +"222206",85794,37934,3,679,1595 +"222207",85794,38921,2,679,1880 +"222208",85794,39431,3,679,1460 +"222209",85794,41682,3,679,1988 +"222210",85794,42264,3,679,1702 +"222211",85794,43479,3,679,2178 +"222212",85794,44654,3,679,2916 +"222213",85794,44819,3,679,2063 +"222214",85794,44885,3,679,2670 +"222215",85794,44899,3,679,2386 +"222216",85794,46040,3,679,2105 +"222217",85794,46803,2,679,2305 +"222218",85794,48283,3,679,1290 +"222219",85794,50252,3,679,2001 +"222220",85794,50269,3,679,1966 +"222221",85794,50382,3,679,2244 +"222222",85794,50487,3,679,744 +"222223",85794,53120,3,679,975 +"222224",85794,53475,3,679,2853 +"222225",85794,57246,3,679,1873 +"222226",85794,58669,3,679,2296 +"222227",85794,58993,3,679,2390 +"222228",85794,62148,3,679,1566 +"222229",85794,70203,2,679,2756 +"222230",85794,70681,3,679,866 +"222231",85794,70996,3,679,1037 +"222232",85794,74681,3,679,837 +"222233",85794,76999,3,679,908 +"222234",85794,86520,3,679,702 +"222235",85794,95064,3,679,1801 +"222236",85794,97160,3,679,1215 +"222237",85794,100140,3,679,1041 +"222238",85794,103524,3,679,991 +"222239",85869,1154,3,1509,1656 +"222240",85869,2959,2,1509,1785 +"222241",85869,4361,3,1509,2571 +"222242",85869,4526,3,1509,1728 +"222243",85869,7942,3,1509,2623 +"222244",85869,7984,3,1509,2493 +"222245",85869,8890,3,1509,1955 +"222246",85869,9504,3,1509,2549 +"222247",85869,10980,2,1509,1974 +"222248",85869,13136,3,1509,2867 +"222249",85869,14108,3,1509,2012 +"222250",85869,15401,3,1509,1999 +"222251",85869,16176,3,1509,2703 +"222252",85869,16365,3,1509,2217 +"222253",85869,16437,3,1509,1956 +"222254",85869,17033,3,1509,2771 +"222255",85869,21670,3,1509,2158 +"222256",85869,21681,3,1509,2005 +"222257",85869,28784,3,1509,1579 +"222258",85869,31700,3,1509,2727 +"222259",85869,32988,3,1509,2008 +"222260",85869,34216,3,1509,2832 +"222261",85869,34892,3,1509,2309 +"222262",85869,35822,3,1509,1903 +"222263",85869,36031,3,1509,2342 +"222264",85869,38602,3,1509,2693 +"222265",85869,42331,3,1509,1585 +"222266",85869,47384,3,1509,1639 +"222267",85869,47654,2,1509,1664 +"222268",85869,47968,3,1509,2829 +"222269",85869,48215,3,1509,2028 +"222270",85869,49265,3,1509,2686 +"222271",85869,53323,3,1509,2677 +"222272",85869,57380,3,1509,2362 +"222273",85869,60258,3,1509,2405 +"222274",85869,63077,3,1509,2778 +"222275",85869,65155,3,1509,1947 +"222276",85869,67815,3,1509,2476 +"222277",85869,68931,3,1509,2771 +"222278",85869,70101,3,1509,2414 +"222279",85869,72728,3,1509,2234 +"222280",85869,74055,3,1509,1544 +"222281",85869,80506,3,1509,1920 +"222282",85869,88232,3,1509,2881 +"222283",85869,92860,3,1509,1643 +"222284",85869,100860,2,1509,2326 +"222285",85869,116987,3,1509,2469 +"222286",85875,3271,3,957,2216 +"222287",85875,3961,3,957,2426 +"222288",85875,5239,3,957,2875 +"222289",85875,5315,3,957,2631 +"222290",85875,5785,3,957,1261 +"222291",85875,6602,3,957,1631 +"222292",85875,7196,2,957,1508 +"222293",85875,7508,3,957,2396 +"222294",85875,7984,3,957,2493 +"222295",85875,8913,3,957,968 +"222296",85875,9272,3,957,2835 +"222297",85875,10474,3,957,1608 +"222298",85875,11477,3,957,2724 +"222299",85875,11546,3,957,1174 +"222300",85875,11694,3,957,1564 +"222301",85875,13388,3,957,2119 +"222302",85875,14655,3,957,2559 +"222303",85875,14943,2,957,1942 +"222304",85875,15401,3,957,1999 +"222305",85875,16625,3,957,1285 +"222306",85875,16801,2,957,2008 +"222307",85875,16826,3,957,2599 +"222308",85875,17520,3,957,2276 +"222309",85875,17934,3,957,1059 +"222310",85875,18735,3,957,1581 +"222311",85875,20067,3,957,2390 +"222312",85875,20311,3,957,1981 +"222313",85875,20732,3,957,2401 +"222314",85875,22181,3,957,1274 +"222315",85875,23726,3,957,2434 +"222316",85875,23869,3,957,1918 +"222317",85875,25271,3,957,1172 +"222318",85875,28784,3,957,1579 +"222319",85875,29456,3,957,1182 +"222320",85875,30883,3,957,1629 +"222321",85875,31705,3,957,2706 +"222322",85875,32988,2,957,2008 +"222323",85875,33801,3,957,2899 +"222324",85875,34158,3,957,2639 +"222325",85875,34648,3,957,1596 +"222326",85875,34820,3,957,1630 +"222327",85875,36862,3,957,2655 +"222328",85875,38219,1,957,1689 +"222329",85875,40432,3,957,1956 +"222330",85875,40645,3,957,1899 +"222331",85875,40893,3,957,1116 +"222332",85875,42505,2,957,2008 +"222333",85875,43226,3,957,2442 +"222334",85875,45277,2,957,1777 +"222335",85875,45903,3,957,2237 +"222336",85875,45959,3,957,1880 +"222337",85875,46040,3,957,2105 +"222338",85875,46283,3,957,1184 +"222339",85875,48110,3,957,2009 +"222340",85875,50382,3,957,2244 +"222341",85875,55139,3,957,2323 +"222342",85875,58164,3,957,2398 +"222343",85875,58508,3,957,2326 +"222344",85875,65155,3,957,1947 +"222345",85875,65203,2,957,1597 +"222346",85875,65322,2,957,2008 +"222347",85875,69335,3,957,2698 +"222348",85875,76511,3,957,1250 +"222349",85875,77550,3,957,1548 +"222350",85875,78150,2,957,2581 +"222351",85875,79567,3,957,1942 +"222352",85875,79815,3,957,1713 +"222353",85875,80301,3,957,1690 +"222354",85875,83526,3,957,1235 +"222355",85875,89511,3,957,1205 +"222356",85875,92757,3,957,2615 +"222357",85875,96352,2,957,1493 +"222358",85875,97160,2,957,1215 +"222359",85915,8777,3,51,1620 +"222360",85915,11625,3,51,2022 +"222361",85915,13150,3,51,1570 +"222362",85915,23668,3,51,144 +"222363",85915,26734,3,51,2299 +"222364",85915,29117,3,51,1250 +"222365",85915,40283,3,51,1657 +"222366",85915,42280,3,51,2266 +"222367",85915,43960,3,51,1293 +"222368",85915,50621,3,51,2809 +"222369",85915,51687,3,51,2333 +"222370",85915,57037,3,51,2293 +"222371",85915,64439,3,51,562 +"222372",85915,74674,3,51,2000 +"222373",85926,2014,3,907,973 +"222374",85926,3506,3,907,2364 +"222375",85926,6040,3,907,2103 +"222376",85926,7123,3,907,1964 +"222377",85926,7604,3,907,1366 +"222378",85926,9269,1,907,1892 +"222379",85926,9895,2,907,1960 +"222380",85926,9910,3,907,2526 +"222381",85926,9948,3,907,2019 +"222382",85926,10610,3,907,1427 +"222383",85926,11351,3,907,2971 +"222384",85926,12632,3,907,1174 +"222385",85926,12914,3,907,1557 +"222386",85926,15813,3,907,2143 +"222387",85926,16347,2,907,1868 +"222388",85926,17925,3,907,2385 +"222389",85926,20695,2,907,2526 +"222390",85926,21044,3,907,1574 +"222391",85926,26740,2,907,2695 +"222392",85926,32966,3,907,1583 +"222393",85926,34331,2,907,1727 +"222394",85926,37765,3,907,1134 +"222395",85926,38697,3,907,2701 +"222396",85926,41075,3,907,1176 +"222397",85926,44744,2,907,2032 +"222398",85926,45449,3,907,1610 +"222399",85926,48931,3,907,2444 +"222400",85926,49379,3,907,1573 +"222401",85926,49708,3,907,1147 +"222402",85926,53584,3,907,2391 +"222403",85926,56364,2,907,1626 +"222404",85926,64712,3,907,1411 +"222405",85926,76796,3,907,1140 +"222406",85926,78611,3,907,1586 +"222407",85926,79874,3,907,1570 +"222408",85926,80801,2,907,1250 +"222409",85926,84591,2,907,1685 +"222410",85926,87915,2,907,1152 +"222411",85926,92630,3,907,1583 +"222412",85926,96387,3,907,2159 +"222413",85926,101381,3,907,977 +"222414",85926,101666,2,907,1257 +"222415",85949,3011,3,1132,2278 +"222416",85949,11477,3,1132,2724 +"222417",85949,14669,3,1132,2080 +"222418",85949,24286,2,1132,1280 +"222419",85949,33356,3,1132,1586 +"222420",85949,33433,3,1132,2805 +"222421",85949,46512,3,1132,1292 +"222422",85949,88887,1,1132,1161 +"222423",85995,1367,3,432,2176 +"222424",85995,2077,3,432,610 +"222425",85995,2269,3,432,984 +"222426",85995,4567,2,432,2348 +"222427",85995,7245,2,432,2089 +"222428",85995,7506,3,432,2371 +"222429",85995,7759,3,432,2844 +"222430",85995,7861,3,432,1647 +"222431",85995,8533,3,432,2251 +"222432",85995,8712,3,432,1153 +"222433",85995,10744,3,432,955 +"222434",85995,16193,2,432,756 +"222435",85995,17221,3,432,2487 +"222436",85995,18415,2,432,2184 +"222437",85995,18825,2,432,1240 +"222438",85995,18924,3,432,485 +"222439",85995,19093,3,432,2224 +"222440",85995,20563,3,432,2267 +"222441",85995,20689,3,432,557 +"222442",85995,22543,2,432,1594 +"222443",85995,23112,3,432,1192 +"222444",85995,23825,3,432,1913 +"222445",85995,24793,3,432,1993 +"222446",85995,24912,3,432,648 +"222447",85995,25622,3,432,1985 +"222448",85995,27545,3,432,855 +"222449",85995,30095,3,432,1578 +"222450",85995,30744,3,432,1398 +"222451",85995,31050,3,432,1491 +"222452",85995,33672,3,432,2396 +"222453",85995,40129,3,432,2162 +"222454",85995,41014,3,432,1152 +"222455",85995,41407,3,432,1951 +"222456",85995,44135,3,432,2620 +"222457",85995,45633,3,432,2134 +"222458",85995,49144,3,432,1542 +"222459",85995,55076,3,432,2408 +"222460",85995,60624,3,432,1570 +"222461",85995,65691,2,432,2134 +"222462",85995,69250,2,432,1439 +"222463",85995,70605,3,432,1176 +"222464",85995,76607,3,432,747 +"222465",85995,80506,3,432,1920 +"222466",85995,82426,3,432,1576 +"222467",85995,86343,3,432,1643 +"222468",85995,92864,3,432,1123 +"222469",85995,93830,3,432,496 +"222470",85995,105117,3,432,809 +"222471",85995,106265,3,432,615 +"222472",85995,120585,3,432,961 +"222473",86010,2802,3,1641,1836 +"222474",86010,26138,3,1641,1902 +"222475",86010,41603,3,1641,1942 +"222476",86010,42998,3,1641,1978 +"222477",86010,69590,3,1641,2441 +"222478",86010,94339,3,1641,2768 +"222479",86015,10119,2,1514,2374 +"222480",86015,14838,3,1514,1746 +"222481",86015,23771,3,1514,1614 +"222482",86015,30194,2,1514,2874 +"222483",86015,34576,3,1514,1727 +"222484",86015,59432,3,1514,2553 +"222485",86015,65568,3,1514,1699 +"222486",86015,96700,3,1514,1602 +"222487",86105,8887,1,2226,2373 +"222488",86105,13573,2,2226,2774 +"222489",86105,21720,3,2226,2637 +"222490",86105,42515,3,2226,2752 +"222491",86107,6241,3,1960,2264 +"222492",86107,10859,3,1960,2231 +"222493",86107,35069,2,1960,2069 +"222494",86107,47362,3,1960,2253 +"222495",86107,88455,3,1960,2388 +"222496",86152,3460,3,1944,2530 +"222497",86152,3896,3,1944,2693 +"222498",86152,11456,2,1944,2715 +"222499",86152,25325,3,1944,2963 +"222500",86152,29004,3,1944,2596 +"222501",86152,29917,3,1944,1962 +"222502",86152,33052,2,1944,2251 +"222503",86152,36646,2,1944,2744 +"222504",86152,42196,3,1944,2765 +"222505",86152,42642,2,1944,2257 +"222506",86152,42946,3,1944,2900 +"222507",86152,47877,3,1944,2970 +"222508",86152,50509,2,1944,2050 +"222509",86152,51055,3,1944,2558 +"222510",86152,53968,3,1944,2703 +"222511",86152,60516,2,1944,2257 +"222512",86152,69591,2,1944,2294 +"222513",86162,11518,3,703,803 +"222514",86162,32202,3,703,2314 +"222515",86162,35133,3,703,2219 +"222516",86162,46261,3,703,2350 +"222517",86162,76507,3,703,1437 +"222518",86162,115618,3,703,2314 +"222519",86195,1393,3,110,1706 +"222520",86195,2370,3,110,1600 +"222521",86195,3068,3,110,1815 +"222522",86195,4784,3,110,2511 +"222523",86195,6020,3,110,1864 +"222524",86195,7900,3,110,893 +"222525",86195,7903,3,110,744 +"222526",86195,7932,3,110,789 +"222527",86195,13712,3,110,550 +"222528",86195,16455,3,110,946 +"222529",86195,16866,3,110,2718 +"222530",86195,21358,3,110,1970 +"222531",86195,21920,3,110,2367 +"222532",86195,28648,3,110,1586 +"222533",86195,31950,3,110,2217 +"222534",86195,32735,2,110,213 +"222535",86195,34274,3,110,1437 +"222536",86195,37334,3,110,398 +"222537",86195,39627,3,110,546 +"222538",86195,40510,2,110,943 +"222539",86195,41489,3,110,2006 +"222540",86195,41805,2,110,199 +"222541",86195,45297,3,110,1864 +"222542",86195,45449,2,110,1610 +"222543",86195,45450,1,110,1590 +"222544",86195,45562,2,110,623 +"222545",86195,48254,2,110,1013 +"222546",86195,48781,1,110,954 +"222547",86195,48823,3,110,2080 +"222548",86195,48931,3,110,2444 +"222549",86195,49029,3,110,647 +"222550",86195,55018,2,110,199 +"222551",86195,55493,2,110,869 +"222552",86195,60403,3,110,512 +"222553",86195,61921,3,110,1793 +"222554",86195,68419,3,110,654 +"222555",86195,78257,3,110,590 +"222556",86195,79639,2,110,1013 +"222557",86195,80186,2,110,2228 +"222558",86195,84235,3,110,1639 +"222559",86195,84581,2,110,1241 +"222560",86195,90852,2,110,764 +"222561",86195,92366,2,110,1434 +"222562",86195,93642,3,110,1120 +"222563",86195,95879,3,110,1748 +"222564",86195,100084,2,110,1964 +"222565",86195,105887,2,110,615 +"222566",86195,116484,3,110,902 +"222567",86195,116771,3,110,623 +"222568",86220,18810,3,969,2671 +"222569",86220,28626,3,969,2842 +"222570",86220,36183,3,969,2117 +"222571",86220,50509,3,969,2050 +"222572",86220,65316,3,969,1020 +"222573",86220,86664,2,969,1146 +"222574",86245,145,3,1972,1998 +"222575",86245,913,3,1972,2144 +"222576",86245,1102,3,1972,2282 +"222577",86245,2954,3,1972,2727 +"222578",86245,3493,3,1972,2451 +"222579",86245,5072,3,1972,2175 +"222580",86245,5622,2,1972,2175 +"222581",86245,6052,3,1972,1985 +"222582",86245,6491,3,1972,2424 +"222583",86245,6588,3,1972,2025 +"222584",86245,7234,3,1972,2654 +"222585",86245,9362,3,1972,2879 +"222586",86245,9654,3,1972,2111 +"222587",86245,10857,3,1972,2253 +"222588",86245,11218,3,1972,2292 +"222589",86245,12374,3,1972,2260 +"222590",86245,12728,3,1972,2374 +"222591",86245,14032,3,1972,2144 +"222592",86245,14655,3,1972,2559 +"222593",86245,17400,3,1972,2231 +"222594",86245,18315,3,1972,2720 +"222595",86245,21104,3,1972,2327 +"222596",86245,21682,3,1972,2414 +"222597",86245,22567,3,1972,2396 +"222598",86245,23132,3,1972,2756 +"222599",86245,23725,3,1972,2378 +"222600",86245,26451,3,1972,2133 +"222601",86245,28303,2,1972,2089 +"222602",86245,29073,3,1972,2328 +"222603",86245,31093,3,1972,2160 +"222604",86245,31235,3,1972,2668 +"222605",86245,32173,3,1972,2341 +"222606",86245,33981,3,1972,1993 +"222607",86245,34136,3,1972,2202 +"222608",86245,38780,3,1972,2705 +"222609",86245,40383,3,1972,2639 +"222610",86245,40493,3,1972,1981 +"222611",86245,43213,1,1972,2160 +"222612",86245,43518,3,1972,2680 +"222613",86245,45684,3,1972,2200 +"222614",86245,50179,3,1972,2230 +"222615",86245,50236,3,1972,2339 +"222616",86245,54551,3,1972,2348 +"222617",86245,55691,3,1972,2856 +"222618",86245,56082,2,1972,2395 +"222619",86245,72207,3,1972,2430 +"222620",86245,76048,3,1972,2373 +"222621",86270,23,3,897,1682 +"222622",86270,5041,2,897,2371 +"222623",86270,10358,3,897,2294 +"222624",86270,24293,2,897,1184 +"222625",86270,29050,3,897,1196 +"222626",86270,34954,3,897,1184 +"222627",86279,1386,3,1076,1901 +"222628",86279,3877,3,1076,1133 +"222629",86279,9030,3,1076,1979 +"222630",86279,11419,3,1076,1408 +"222631",86279,14669,3,1076,2080 +"222632",86279,14709,3,1076,1901 +"222633",86279,15118,3,1076,1311 +"222634",86279,15343,2,1076,2125 +"222635",86279,16029,3,1076,1160 +"222636",86279,16164,3,1076,1184 +"222637",86279,17021,3,1076,1226 +"222638",86279,17967,3,1076,2125 +"222639",86279,21092,3,1076,1643 +"222640",86279,21417,2,1076,2422 +"222641",86279,21795,3,1076,2653 +"222642",86279,24608,2,1076,1630 +"222643",86279,26865,3,1076,2726 +"222644",86279,29791,3,1076,1986 +"222645",86279,34311,2,1076,2213 +"222646",86279,34327,3,1076,2959 +"222647",86279,35542,3,1076,1439 +"222648",86279,38908,3,1076,1787 +"222649",86279,42618,3,1076,2316 +"222650",86279,42814,1,1076,1149 +"222651",86279,44684,3,1076,1220 +"222652",86279,45664,3,1076,2235 +"222653",86279,53342,3,1076,2071 +"222654",86279,64031,3,1076,1295 +"222655",86279,70046,2,1076,2624 +"222656",86279,73266,3,1076,2496 +"222657",86279,77057,3,1076,1866 +"222658",86279,77095,3,1076,1622 +"222659",86279,80655,3,1076,1546 +"222660",86279,84039,3,1076,1335 +"222661",86279,87198,2,1076,1462 +"222662",86279,90501,3,1076,2380 +"222663",86286,3863,3,234,856 +"222664",86286,12610,3,234,1274 +"222665",86286,12828,3,234,799 +"222666",86286,12897,3,234,1351 +"222667",86286,13842,3,234,2250 +"222668",86286,13920,3,234,1709 +"222669",86286,14676,3,234,2764 +"222670",86286,14781,3,234,2338 +"222671",86286,27509,3,234,2067 +"222672",86286,33537,3,234,2406 +"222673",86286,35041,3,234,1311 +"222674",86286,40264,1,234,1418 +"222675",86286,41250,2,234,1703 +"222676",86286,45869,3,234,2840 +"222677",86286,47708,3,234,2568 +"222678",86286,53219,3,234,2973 +"222679",86286,57082,1,234,1418 +"222680",86286,58238,2,234,1944 +"222681",86286,66151,3,234,549 +"222682",86286,66693,2,234,2554 +"222683",86286,68155,3,234,1577 +"222684",86286,83523,3,234,1461 +"222685",86286,88592,2,234,1418 +"222686",86287,6162,3,1349,1673 +"222687",86287,6417,3,1349,1675 +"222688",86287,7029,3,1349,2204 +"222689",86287,8258,3,1349,1959 +"222690",86287,9311,3,1349,2477 +"222691",86287,11218,3,1349,2292 +"222692",86287,17351,3,1349,2036 +"222693",86287,17632,3,1349,1947 +"222694",86287,17721,3,1349,1410 +"222695",86287,17938,2,1349,1410 +"222696",86287,18670,3,1349,1835 +"222697",86287,23745,3,1349,1968 +"222698",86287,24169,1,1349,1663 +"222699",86287,26595,2,1349,1566 +"222700",86287,28640,2,1349,1475 +"222701",86287,34325,2,1349,1982 +"222702",86287,34707,3,1349,2042 +"222703",86287,34820,3,1349,1630 +"222704",86287,35888,3,1349,2291 +"222705",86287,36578,3,1349,1484 +"222706",86287,41900,3,1349,1970 +"222707",86287,41945,3,1349,2856 +"222708",86287,51089,3,1349,2426 +"222709",86287,53134,2,1349,1590 +"222710",86287,54879,3,1349,2210 +"222711",86287,54929,3,1349,2783 +"222712",86287,62903,3,1349,1704 +"222713",86287,72391,3,1349,1547 +"222714",86287,73197,3,1349,1998 +"222715",86287,92513,3,1349,2282 +"222716",86308,2289,3,147,2389 +"222717",86308,3751,3,147,1358 +"222718",86308,4612,3,147,2804 +"222719",86308,7029,3,147,2204 +"222720",86308,9787,3,147,2858 +"222721",86308,11060,3,147,2155 +"222722",86308,11434,3,147,1187 +"222723",86308,13248,3,147,1385 +"222724",86308,13837,2,147,1604 +"222725",86308,16501,3,147,1650 +"222726",86308,17146,2,147,1252 +"222727",86308,17221,3,147,2487 +"222728",86308,17396,2,147,1672 +"222729",86308,19208,3,147,2629 +"222730",86308,19605,3,147,2395 +"222731",86308,22331,3,147,2687 +"222732",86308,25163,2,147,1751 +"222733",86308,25443,3,147,1441 +"222734",86308,25677,3,147,632 +"222735",86308,25976,3,147,659 +"222736",86308,32175,3,147,209 +"222737",86308,38213,3,147,1744 +"222738",86308,40368,1,147,2876 +"222739",86308,41739,3,147,1339 +"222740",86308,45704,3,147,2687 +"222741",86308,48955,3,147,242 +"222742",86308,49620,3,147,1868 +"222743",86308,50480,3,147,2701 +"222744",86308,55775,3,147,2385 +"222745",86308,60552,3,147,855 +"222746",86308,64857,3,147,1792 +"222747",86308,67252,3,147,1215 +"222748",86308,69250,3,147,1439 +"222749",86308,70528,3,147,2727 +"222750",86308,71560,2,147,280 +"222751",86308,74636,3,147,2525 +"222752",86308,75216,3,147,672 +"222753",86308,79534,3,147,340 +"222754",86308,92322,3,147,2393 +"222755",86308,94783,3,147,659 +"222756",86308,115186,3,147,243 +"222757",86331,10945,3,850,881 +"222758",86331,16587,3,850,2065 +"222759",86331,29864,3,850,2479 +"222760",86331,43135,3,850,1171 +"222761",86331,56910,3,850,2705 +"222762",86343,4567,3,1643,2348 +"222763",86343,13051,3,1643,2692 +"222764",86343,19744,3,1643,2623 +"222765",86357,4313,3,736,2368 +"222766",86357,6562,3,736,1139 +"222767",86357,7733,2,736,1326 +"222768",86357,10622,1,736,1173 +"222769",86357,11135,3,736,2441 +"222770",86357,15502,3,736,2637 +"222771",86357,15916,2,736,1236 +"222772",86357,17999,3,736,2758 +"222773",86357,20056,3,736,1824 +"222774",86357,20088,3,736,1677 +"222775",86357,20413,3,736,806 +"222776",86357,21419,1,736,1243 +"222777",86357,21976,3,736,1808 +"222778",86357,22905,3,736,2599 +"222779",86357,24116,3,736,1413 +"222780",86357,25886,3,736,1580 +"222781",86357,26513,3,736,2205 +"222782",86357,29275,3,736,949 +"222783",86357,31170,2,736,1776 +"222784",86357,43524,2,736,2572 +"222785",86357,51448,3,736,1593 +"222786",86357,55436,2,736,2513 +"222787",86357,57383,3,736,1302 +"222788",86357,62334,2,736,1766 +"222789",86357,65557,3,736,813 +"222790",86357,73810,3,736,1554 +"222791",86357,78262,3,736,1326 +"222792",86357,80162,3,736,1601 +"222793",86357,83007,3,736,2727 +"222794",86357,94399,3,736,963 +"222795",86505,671,3,1302,2328 +"222796",86505,7672,3,1302,1974 +"222797",86505,20824,2,1302,1366 +"222798",86505,23534,3,1302,1659 +"222799",86505,41955,3,1302,2479 +"222800",86505,44151,3,1302,1796 +"222801",86505,51022,3,1302,1499 +"222802",86505,51987,3,1302,1397 +"222803",86520,270,3,702,2542 +"222804",86520,1044,3,702,880 +"222805",86520,1315,3,702,2760 +"222806",86520,2424,2,702,2582 +"222807",86520,2533,3,702,2016 +"222808",86520,3139,3,702,1656 +"222809",86520,3305,3,702,2839 +"222810",86520,8866,3,702,1545 +"222811",86520,9362,2,702,2879 +"222812",86520,12901,2,702,2136 +"222813",86520,12982,3,702,2143 +"222814",86520,13324,3,702,2163 +"222815",86520,15632,3,702,1242 +"222816",86520,15813,3,702,2143 +"222817",86520,17931,3,702,1617 +"222818",86520,19637,3,702,1229 +"222819",86520,19719,3,702,2177 +"222820",86520,21197,2,702,1437 +"222821",86520,21198,2,702,935 +"222822",86520,21285,2,702,2100 +"222823",86520,22282,3,702,1418 +"222824",86520,23312,3,702,2449 +"222825",86520,23450,3,702,967 +"222826",86520,24612,2,702,1875 +"222827",86520,25577,3,702,1946 +"222828",86520,26524,2,702,982 +"222829",86520,26749,3,702,2965 +"222830",86520,27484,3,702,1634 +"222831",86520,28131,3,702,1492 +"222832",86520,28784,3,702,1579 +"222833",86520,30150,3,702,1704 +"222834",86520,38019,3,702,1870 +"222835",86520,39238,3,702,922 +"222836",86520,42505,3,702,2008 +"222837",86520,43385,3,702,1623 +"222838",86520,43455,3,702,2846 +"222839",86520,44654,2,702,2916 +"222840",86520,46040,2,702,2105 +"222841",86520,46629,3,702,2255 +"222842",86520,48283,2,702,1290 +"222843",86520,50219,3,702,756 +"222844",86520,51022,3,702,1499 +"222845",86520,51089,3,702,2426 +"222846",86520,51243,3,702,1389 +"222847",86520,52576,3,702,2234 +"222848",86520,53120,2,702,975 +"222849",86520,53604,2,702,2489 +"222850",86520,56317,3,702,2030 +"222851",86520,58078,3,702,1252 +"222852",86520,58365,3,702,1902 +"222853",86520,58508,3,702,2326 +"222854",86520,58652,3,702,1437 +"222855",86520,61982,3,702,2725 +"222856",86520,64232,3,702,1275 +"222857",86520,67788,3,702,837 +"222858",86520,70203,3,702,2756 +"222859",86520,71342,3,702,1289 +"222860",86520,72956,3,702,1251 +"222861",86520,76081,3,702,1534 +"222862",86520,76892,3,702,2381 +"222863",86520,82949,3,702,2077 +"222864",86520,87837,3,702,1987 +"222865",86520,88473,3,702,1102 +"222866",86520,92513,3,702,2282 +"222867",86550,2591,3,955,1949 +"222868",86550,2743,3,955,1278 +"222869",86550,3242,2,955,1730 +"222870",86550,4084,3,955,2133 +"222871",86550,4980,3,955,2093 +"222872",86550,6577,3,955,1951 +"222873",86550,8621,3,955,1681 +"222874",86550,10404,3,955,2062 +"222875",86550,15343,3,955,2125 +"222876",86550,16074,3,955,977 +"222877",86550,16164,3,955,1184 +"222878",86550,17357,3,955,1536 +"222879",86550,20563,3,955,2267 +"222880",86550,21911,1,955,1184 +"222881",86550,22501,3,955,1006 +"222882",86550,23506,3,955,1172 +"222883",86550,23704,3,955,2278 +"222884",86550,23918,3,955,1881 +"222885",86550,26436,2,955,2489 +"222886",86550,26516,3,955,2479 +"222887",86550,27753,3,955,2750 +"222888",86550,30438,2,955,1617 +"222889",86550,31000,3,955,1526 +"222890",86550,31243,2,955,1355 +"222891",86550,34492,2,955,1798 +"222892",86550,38449,3,955,1802 +"222893",86550,42747,3,955,1189 +"222894",86550,45715,2,955,2287 +"222895",86550,51410,3,955,2739 +"222896",86550,51987,3,955,1397 +"222897",86550,58035,3,955,1646 +"222898",86550,77001,3,955,1440 +"222899",86550,81813,3,955,1656 +"222900",86550,88860,3,955,1014 +"222901",86550,100134,3,955,977 +"222902",86559,1685,3,1704,2230 +"222903",86559,1785,3,1704,2350 +"222904",86559,4784,3,1704,2511 +"222905",86559,5937,2,1704,2392 +"222906",86559,6020,2,1704,1864 +"222907",86559,17815,3,1704,2070 +"222908",86559,18821,3,1704,2075 +"222909",86559,21358,3,1704,1970 +"222910",86559,22744,2,1704,1907 +"222911",86559,26698,3,1704,1963 +"222912",86559,28970,3,1704,2111 +"222913",86559,29775,3,1704,2064 +"222914",86559,31794,3,1704,1919 +"222915",86559,41489,3,1704,2006 +"222916",86559,41521,3,1704,2069 +"222917",86559,45297,3,1704,1864 +"222918",86559,56413,3,1704,2747 +"222919",86559,76997,3,1704,2223 +"222920",86559,89391,3,1704,2180 +"222921",86580,4790,3,696,1025 +"222922",86580,9351,2,696,1460 +"222923",86580,9552,2,696,1947 +"222924",86580,10223,3,696,1033 +"222925",86580,10239,3,696,2032 +"222926",86580,13065,2,696,1561 +"222927",86580,13920,3,696,1709 +"222928",86580,15433,3,696,2038 +"222929",86580,16384,1,696,1320 +"222930",86580,16482,3,696,1958 +"222931",86580,19605,3,696,2395 +"222932",86580,20321,3,696,1596 +"222933",86580,21198,3,696,935 +"222934",86580,22282,2,696,1418 +"222935",86580,22566,3,696,2308 +"222936",86580,22652,3,696,1544 +"222937",86580,23015,2,696,1362 +"222938",86580,23430,3,696,904 +"222939",86580,26793,3,696,2104 +"222940",86580,31856,3,696,2630 +"222941",86580,32163,3,696,859 +"222942",86580,35095,3,696,1502 +"222943",86580,39431,3,696,1460 +"222944",86580,39443,3,696,2277 +"222945",86580,39875,3,696,2422 +"222946",86580,40913,3,696,1800 +"222947",86580,47889,1,696,992 +"222948",86580,48905,3,696,1394 +"222949",86580,50219,3,696,756 +"222950",86580,51017,3,696,2073 +"222951",86580,51035,2,696,2397 +"222952",86580,52058,3,696,1836 +"222953",86580,55438,1,696,2863 +"222954",86580,61245,3,696,955 +"222955",86580,66978,3,696,1536 +"222956",86580,69712,3,696,1219 +"222957",86580,82949,3,696,2077 +"222958",86580,98150,3,696,1009 +"222959",86580,99288,3,696,983 +"222960",86580,115078,3,696,697 +"222961",86605,733,3,1020,1653 +"222962",86605,20311,3,1020,1981 +"222963",86605,25241,3,1020,1233 +"222964",86605,33801,3,1020,2899 +"222965",86605,49677,3,1020,1222 +"222966",86621,3271,3,598,2216 +"222967",86621,4696,3,598,2656 +"222968",86621,5568,3,598,1290 +"222969",86621,9272,3,598,2835 +"222970",86621,11429,3,598,2520 +"222971",86621,14654,3,598,1692 +"222972",86621,43226,3,598,2442 +"222973",86621,45874,3,598,944 +"222974",86621,48110,3,598,2009 +"222975",86621,55892,2,598,1234 +"222976",86621,58508,3,598,2326 +"222977",86621,69335,3,598,2698 +"222978",86621,74058,2,598,1151 +"222979",86621,74156,3,598,2279 +"222980",86621,80301,3,598,1690 +"222981",86621,82226,3,598,1619 +"222982",86621,84790,3,598,1708 +"222983",86621,84799,3,598,2656 +"222984",86627,7992,2,981,2033 +"222985",86627,18670,3,981,1835 +"222986",86627,19637,3,981,1229 +"222987",86627,20067,3,981,2390 +"222988",86627,23869,2,981,1918 +"222989",86627,29512,3,981,1594 +"222990",86627,31890,3,981,1487 +"222991",86627,31901,3,981,1251 +"222992",86627,44819,3,981,2063 +"222993",86627,46803,3,981,2305 +"222994",86627,82187,3,981,1055 +"222995",86643,49621,3,1252,1915 +"222996",86643,89860,2,1252,1999 +"222997",86664,2759,3,1146,2030 +"222998",86664,2819,3,1146,1743 +"222999",86664,3255,2,1146,2504 +"223000",86664,4226,3,1146,1903 +"223001",86664,4730,3,1146,2131 +"223002",86664,6133,3,1146,1229 +"223003",86664,8984,3,1146,1162 +"223004",86664,12356,3,1146,2757 +"223005",86664,14325,3,1146,1976 +"223006",86664,14761,3,1146,2502 +"223007",86664,21180,3,1146,2762 +"223008",86664,21838,3,1146,2106 +"223009",86664,26451,2,1146,2133 +"223010",86664,26793,3,1146,2104 +"223011",86664,27792,3,1146,1308 +"223012",86664,31003,3,1146,1859 +"223013",86664,34162,3,1146,2336 +"223014",86664,37915,3,1146,1905 +"223015",86664,42946,3,1146,2900 +"223016",86664,43153,3,1146,1381 +"223017",86664,49347,3,1146,2504 +"223018",86664,56893,3,1146,2597 +"223019",86664,58133,3,1146,1484 +"223020",86664,60979,3,1146,1758 +"223021",86664,76132,3,1146,2426 +"223022",86664,76675,3,1146,1840 +"223023",86664,77397,3,1146,1302 +"223024",86664,81478,3,1146,1640 +"223025",86697,6234,3,1985,2654 +"223026",86707,20494,3,157,1075 +"223027",86707,27363,3,157,1508 +"223028",86707,33356,3,157,1586 +"223029",86707,38755,3,157,2902 +"223030",86716,5937,2,1609,2392 +"223031",86716,8899,3,1609,2023 +"223032",86716,16477,2,1609,2069 +"223033",86716,41521,3,1609,2069 +"223034",86716,42136,3,1609,2551 +"223035",86716,44730,2,1609,2468 +"223036",86716,49079,3,1609,2447 +"223037",86716,50899,3,1609,2125 +"223038",86716,56413,3,1609,2747 +"223039",86730,3164,3,1780,2693 +"223040",86730,5511,2,1780,2356 +"223041",86730,10717,3,1780,1938 +"223042",86730,11966,3,1780,2385 +"223043",86730,12035,3,1780,2721 +"223044",86730,17790,2,1780,2783 +"223045",86730,20496,3,1780,2530 +"223046",86730,21571,3,1780,2755 +"223047",86730,22566,3,1780,2308 +"223048",86730,25610,3,1780,2328 +"223049",86730,26959,3,1780,1961 +"223050",86730,30334,3,1780,2075 +"223051",86730,30705,3,1780,2959 +"223052",86730,32761,3,1780,2680 +"223053",86730,34984,2,1780,2056 +"223054",86730,37636,3,1780,2178 +"223055",86730,40392,3,1780,1878 +"223056",86730,51783,3,1780,2599 +"223057",86730,56859,3,1780,2319 +"223058",86730,62739,3,1780,2753 +"223059",86730,72088,3,1780,2728 +"223060",86785,8275,3,1607,2237 +"223061",86785,12692,3,1607,1855 +"223062",86785,15106,3,1607,2286 +"223063",86785,15207,3,1607,1855 +"223064",86785,19593,3,1607,2013 +"223065",86785,29580,3,1607,2776 +"223066",86785,36441,3,1607,2796 +"223067",86785,41108,3,1607,1624 +"223068",86785,42799,3,1607,2729 +"223069",86785,45504,3,1607,2301 +"223070",86785,46635,2,1607,2528 +"223071",86785,49109,3,1607,2341 +"223072",86785,79207,3,1607,2244 +"223073",86799,42,2,1951,2265 +"223074",86799,377,3,1951,2389 +"223075",86799,1090,3,1951,2370 +"223076",86799,1321,2,1951,2075 +"223077",86799,1495,3,1951,2046 +"223078",86799,2166,3,1951,2557 +"223079",86799,2424,3,1951,2582 +"223080",86799,2533,3,1951,2016 +"223081",86799,3695,3,1951,2612 +"223082",86799,3966,2,1951,2425 +"223083",86799,4418,3,1951,2788 +"223084",86799,4763,3,1951,1960 +"223085",86799,5041,3,1951,2371 +"223086",86799,7078,2,1951,2344 +"223087",86799,10148,3,1951,2964 +"223088",86799,10222,3,1951,2212 +"223089",86799,12867,3,1951,2773 +"223090",86799,13601,3,1951,2689 +"223091",86799,15184,2,1951,2396 +"223092",86799,15560,3,1951,2257 +"223093",86799,15813,3,1951,2143 +"223094",86799,16497,3,1951,2370 +"223095",86799,16725,3,1951,2830 +"223096",86799,19027,3,1951,2721 +"223097",86799,19528,2,1951,2742 +"223098",86799,20783,2,1951,2414 +"223099",86799,21193,2,1951,2490 +"223100",86799,24255,3,1951,2770 +"223101",86799,25325,3,1951,2963 +"223102",86799,25530,3,1951,2884 +"223103",86799,26608,2,1951,2329 +"223104",86799,29917,3,1951,1962 +"223105",86799,31799,3,1951,2547 +"223106",86799,32516,3,1951,2050 +"223107",86799,32939,3,1951,2277 +"223108",86799,33572,3,1951,2370 +"223109",86799,34327,3,1951,2959 +"223110",86799,37418,3,1951,2710 +"223111",86799,41998,3,1951,2400 +"223112",86799,44768,3,1951,2516 +"223113",86799,48820,3,1951,2769 +"223114",86799,53789,3,1951,2681 +"223115",86799,57804,3,1951,2214 +"223116",86799,66318,3,1951,2803 +"223117",86799,76892,3,1951,2381 +"223118",86803,36506,3,1764,2638 +"223119",86883,10310,2,1623,2774 +"223120",86883,11493,3,1623,2077 +"223121",86883,19208,3,1623,2629 +"223122",86883,20730,3,1623,2243 +"223123",86883,22893,3,1623,1938 +"223124",86883,29930,3,1623,2240 +"223125",86883,36441,3,1623,2796 +"223126",86883,41770,3,1623,2752 +"223127",86883,42515,2,1623,2752 +"223128",86883,42799,3,1623,2729 +"223129",86883,44894,2,1623,2048 +"223130",86883,117956,3,1623,2774 +"223131",86931,9063,3,1474,2000 +"223132",86931,9727,3,1474,2327 +"223133",86931,13528,3,1474,1891 +"223134",86931,17952,3,1474,1530 +"223135",86931,34334,3,1474,1637 +"223136",86931,40715,3,1474,2258 +"223137",86931,86970,1,1474,1664 +"223138",86970,9063,3,1664,2000 +"223139",86970,9727,3,1664,2327 +"223140",86970,13528,3,1664,1891 +"223141",86970,40715,3,1664,2258 +"223142",86986,543,3,1976,2203 +"223143",86986,1616,3,1976,2662 +"223144",86986,2484,3,1976,2389 +"223145",86986,3161,3,1976,2229 +"223146",86986,5462,3,1976,2374 +"223147",86986,5504,3,1976,2389 +"223148",86986,10799,3,1976,2010 +"223149",86986,12713,3,1976,2440 +"223150",86986,17410,3,1976,2073 +"223151",86986,20700,3,1976,2861 +"223152",86986,32606,3,1976,2100 +"223153",86986,35256,3,1976,2271 +"223154",86986,55156,3,1976,2196 +"223155",86986,68810,3,1976,2409 +"223156",86986,78563,3,1976,2385 +"223157",87011,341,3,1592,2689 +"223158",87011,841,3,1592,2964 +"223159",87011,27882,3,1592,1897 +"223160",87011,32920,2,1592,2158 +"223161",87011,39418,3,1592,1978 +"223162",87011,40954,3,1592,2603 +"223163",87011,43961,1,1592,2443 +"223164",87011,47375,2,1592,2043 +"223165",87011,56755,2,1592,2158 +"223166",87011,64967,3,1592,2872 +"223167",87011,89538,3,1592,1847 +"223168",87048,212,3,989,1513 +"223169",87048,270,2,989,2542 +"223170",87048,1124,2,989,1596 +"223171",87048,1520,3,989,1716 +"223172",87048,2111,3,989,1904 +"223173",87048,2424,3,989,2582 +"223174",87048,3305,3,989,2839 +"223175",87048,4360,3,989,1770 +"223176",87048,5235,3,989,2324 +"223177",87048,5622,3,989,2175 +"223178",87048,5971,2,989,1985 +"223179",87048,6052,3,989,1985 +"223180",87048,6222,3,989,1949 +"223181",87048,6588,3,989,2025 +"223182",87048,6718,2,989,2138 +"223183",87048,7555,3,989,1943 +"223184",87048,7616,3,989,2296 +"223185",87048,8762,3,989,2585 +"223186",87048,9364,2,989,1698 +"223187",87048,10488,3,989,1524 +"223188",87048,10513,3,989,2284 +"223189",87048,10523,3,989,1510 +"223190",87048,10857,3,989,2253 +"223191",87048,10874,3,989,1891 +"223192",87048,11218,3,989,2292 +"223193",87048,11229,2,989,1625 +"223194",87048,11440,3,989,2026 +"223195",87048,12374,3,989,2260 +"223196",87048,12713,3,989,2440 +"223197",87048,12728,3,989,2374 +"223198",87048,13248,3,989,1385 +"223199",87048,13307,3,989,2206 +"223200",87048,14959,3,989,2898 +"223201",87048,15135,2,989,1035 +"223202",87048,16310,3,989,2796 +"223203",87048,16332,3,989,2668 +"223204",87048,16352,3,989,2657 +"223205",87048,16539,3,989,1947 +"223206",87048,16940,3,989,1290 +"223207",87048,17400,3,989,2231 +"223208",87048,18152,3,989,1314 +"223209",87048,18394,2,989,2356 +"223210",87048,19719,3,989,2177 +"223211",87048,20124,3,989,2376 +"223212",87048,20311,3,989,1981 +"223213",87048,20975,3,989,1305 +"223214",87048,21012,3,989,2325 +"223215",87048,21104,3,989,2327 +"223216",87048,21693,2,989,2176 +"223217",87048,22197,3,989,2271 +"223218",87048,22282,3,989,1418 +"223219",87048,22326,2,989,2818 +"223220",87048,22362,2,989,1836 +"223221",87048,23492,3,989,1067 +"223222",87048,23509,2,989,2275 +"223223",87048,23526,3,989,1998 +"223224",87048,23715,3,989,1859 +"223225",87048,23725,3,989,2378 +"223226",87048,24066,3,989,1755 +"223227",87048,24362,3,989,1287 +"223228",87048,25305,2,989,2447 +"223229",87048,26749,3,989,2965 +"223230",87048,26848,3,989,2363 +"223231",87048,26867,3,989,1804 +"223232",87048,27694,3,989,2030 +"223233",87048,27849,3,989,1316 +"223234",87048,28015,3,989,1624 +"223235",87048,28383,3,989,1222 +"223236",87048,29962,3,989,2201 +"223237",87048,30173,3,989,2404 +"223238",87048,30325,3,989,1067 +"223239",87048,30334,3,989,2075 +"223240",87048,30405,2,989,2164 +"223241",87048,32131,2,989,1035 +"223242",87048,32173,3,989,2341 +"223243",87048,35673,3,989,1067 +"223244",87048,37636,3,989,2178 +"223245",87048,38019,3,989,1870 +"223246",87048,40028,2,989,1349 +"223247",87048,40072,2,989,1182 +"223248",87048,40392,3,989,1878 +"223249",87048,42687,2,989,1952 +"223250",87048,43385,3,989,1623 +"223251",87048,43455,3,989,2846 +"223252",87048,43518,3,989,2680 +"223253",87048,44521,3,989,1593 +"223254",87048,46629,3,989,2255 +"223255",87048,47772,3,989,2293 +"223256",87048,50118,3,989,2654 +"223257",87048,50236,3,989,2339 +"223258",87048,51783,3,989,2599 +"223259",87048,52136,3,989,1412 +"223260",87048,52345,2,989,1430 +"223261",87048,53303,3,989,1376 +"223262",87048,54551,3,989,2348 +"223263",87048,55468,3,989,2511 +"223264",87048,56082,3,989,2395 +"223265",87048,56237,3,989,2625 +"223266",87048,56317,3,989,2030 +"223267",87048,57246,3,989,1873 +"223268",87048,58508,3,989,2326 +"223269",87048,61982,3,989,2725 +"223270",87048,70217,3,989,2332 +"223271",87048,71342,3,989,1289 +"223272",87048,72207,3,989,2430 +"223273",87048,72326,3,989,2384 +"223274",87048,72956,3,989,1251 +"223275",87048,75403,3,989,1895 +"223276",87048,76284,2,989,1237 +"223277",87048,79322,3,989,2770 +"223278",87048,79804,3,989,2227 +"223279",87048,81588,3,989,1568 +"223280",87048,82949,3,989,2077 +"223281",87048,85138,3,989,1685 +"223282",87048,85685,3,989,998 +"223283",87048,98781,3,989,1410 +"223284",87048,101797,3,989,2357 +"223285",87048,111971,1,989,1032 +"223286",87048,121415,2,989,1455 +"223287",87074,1224,1,1666,2435 +"223288",87074,9030,2,1666,1979 +"223289",87074,23751,2,1666,1740 +"223290",87074,27478,3,1666,2485 +"223291",87074,34693,3,1666,1938 +"223292",87118,82949,3,1232,2077 +"223293",87135,1321,3,412,2075 +"223294",87135,1676,3,412,1198 +"223295",87135,4889,3,412,1501 +"223296",87135,7078,3,412,2344 +"223297",87135,14072,3,412,1346 +"223298",87135,14972,2,412,2332 +"223299",87135,17381,3,412,1697 +"223300",87135,19528,2,412,2742 +"223301",87135,24756,3,412,2530 +"223302",87135,26608,3,412,2329 +"223303",87135,32939,3,412,2277 +"223304",87135,33588,3,412,1040 +"223305",87135,37934,3,412,1595 +"223306",87135,44720,3,412,1202 +"223307",87135,44759,3,412,2419 +"223308",87135,48548,3,412,826 +"223309",87135,54715,3,412,499 +"223310",87135,57804,3,412,2214 +"223311",87135,71971,3,412,1294 +"223312",87142,341,3,591,2689 +"223313",87142,364,3,591,2351 +"223314",87142,1314,2,591,1522 +"223315",87142,1349,2,591,1147 +"223316",87142,1519,2,591,2349 +"223317",87142,1700,3,591,613 +"223318",87142,1846,3,591,1845 +"223319",87142,2452,3,591,1715 +"223320",87142,2668,3,591,1529 +"223321",87142,2852,3,591,2448 +"223322",87142,3144,3,591,869 +"223323",87142,3493,2,591,2451 +"223324",87142,4001,3,591,1687 +"223325",87142,4526,2,591,1728 +"223326",87142,4660,3,591,2149 +"223327",87142,4665,2,591,1569 +"223328",87142,5615,3,591,1105 +"223329",87142,5683,3,591,2468 +"223330",87142,5897,3,591,2337 +"223331",87142,7684,3,591,790 +"223332",87142,7785,3,591,2441 +"223333",87142,9785,3,591,2951 +"223334",87142,10457,3,591,1711 +"223335",87142,12067,3,591,1213 +"223336",87142,12361,2,591,2732 +"223337",87142,12639,3,591,1141 +"223338",87142,12897,3,591,1351 +"223339",87142,14287,3,591,1583 +"223340",87142,15159,3,591,756 +"223341",87142,15443,3,591,1631 +"223342",87142,15535,3,591,891 +"223343",87142,15826,3,591,2772 +"223344",87142,17033,3,591,2771 +"223345",87142,17351,3,591,2036 +"223346",87142,18005,3,591,2449 +"223347",87142,18122,3,591,894 +"223348",87142,18421,3,591,2457 +"223349",87142,18672,3,591,1182 +"223350",87142,19655,2,591,2706 +"223351",87142,20331,3,591,2365 +"223352",87142,20395,3,591,1468 +"223353",87142,20941,3,591,2725 +"223354",87142,20984,3,591,2502 +"223355",87142,21207,3,591,1258 +"223356",87142,21383,2,591,971 +"223357",87142,21593,3,591,1312 +"223358",87142,22244,3,591,2139 +"223359",87142,23966,2,591,891 +"223360",87142,25330,3,591,2370 +"223361",87142,25378,3,591,1245 +"223362",87142,27686,3,591,2844 +"223363",87142,28970,3,591,2111 +"223364",87142,29267,3,591,1234 +"223365",87142,29473,3,591,2602 +"223366",87142,29818,3,591,1677 +"223367",87142,30034,2,591,2357 +"223368",87142,31335,2,591,2351 +"223369",87142,31866,2,591,2101 +"223370",87142,32479,3,591,969 +"223371",87142,32560,3,591,1258 +"223372",87142,33341,3,591,2338 +"223373",87142,34216,3,591,2832 +"223374",87142,36278,3,591,2952 +"223375",87142,36737,3,591,829 +"223376",87142,37424,3,591,1693 +"223377",87142,38087,3,591,1083 +"223378",87142,38513,3,591,914 +"223379",87142,38691,3,591,2585 +"223380",87142,38915,3,591,746 +"223381",87142,38938,3,591,1593 +"223382",87142,39062,3,591,2020 +"223383",87142,41581,3,591,1692 +"223384",87142,43673,3,591,2787 +"223385",87142,44749,3,591,1303 +"223386",87142,46043,3,591,1358 +"223387",87142,46982,3,591,2806 +"223388",87142,47013,3,591,2388 +"223389",87142,50335,3,591,1893 +"223390",87142,50630,3,591,2615 +"223391",87142,51144,2,591,2466 +"223392",87142,52136,3,591,1412 +"223393",87142,52483,3,591,2317 +"223394",87142,54313,3,591,1645 +"223395",87142,54523,3,591,1935 +"223396",87142,54775,3,591,2383 +"223397",87142,57180,2,591,2703 +"223398",87142,60808,3,591,1258 +"223399",87142,62626,3,591,2787 +"223400",87142,63077,3,591,2778 +"223401",87142,63641,3,591,2337 +"223402",87142,64156,3,591,675 +"223403",87142,66717,3,591,2104 +"223404",87142,66978,3,591,1536 +"223405",87142,68539,3,591,1158 +"223406",87142,69545,3,591,673 +"223407",87142,70583,2,591,2615 +"223408",87142,72535,3,591,1191 +"223409",87142,72632,2,591,1289 +"223410",87142,73107,3,591,1918 +"223411",87142,73245,3,591,802 +"223412",87142,78138,3,591,1601 +"223413",87142,80728,3,591,599 +"223414",87142,85198,2,591,1794 +"223415",87142,85869,3,591,1509 +"223416",87142,87907,3,591,1173 +"223417",87142,90065,1,591,1418 +"223418",87142,96007,3,591,895 +"223419",87142,96310,3,591,1016 +"223420",87142,96706,3,591,1597 +"223421",87142,96715,3,591,1792 +"223422",87142,99298,3,591,679 +"223423",87142,105757,3,591,806 +"223424",87142,106240,3,591,705 +"223425",87142,111208,1,591,847 +"223426",87142,119524,3,591,1930 +"223427",87144,7847,3,2299,2424 +"223428",87144,9311,2,2299,2477 +"223429",87144,15626,3,2299,2434 +"223430",87144,20124,3,2299,2376 +"223431",87144,30906,3,2299,2537 +"223432",87144,33433,3,2299,2805 +"223433",87144,49696,3,2299,2444 +"223434",87144,55643,3,2299,2359 +"223435",87144,58993,3,2299,2390 +"223436",87144,59113,3,2299,2434 +"223437",87144,79627,3,2299,2409 +"223438",87148,2269,3,397,984 +"223439",87148,3716,3,397,1679 +"223440",87148,4791,3,397,1184 +"223441",87148,6047,3,397,2004 +"223442",87148,6366,3,397,798 +"223443",87148,6417,3,397,1675 +"223444",87148,9654,3,397,2111 +"223445",87148,10513,3,397,2284 +"223446",87148,11540,2,397,1237 +"223447",87148,11576,2,397,808 +"223448",87148,15872,2,397,1551 +"223449",87148,16120,2,397,1237 +"223450",87148,16826,3,397,2599 +"223451",87148,20975,3,397,1305 +"223452",87148,20988,3,397,455 +"223453",87148,21138,2,397,2849 +"223454",87148,22141,3,397,2348 +"223455",87148,22639,3,397,2352 +"223456",87148,30906,3,397,2537 +"223457",87148,32017,3,397,577 +"223458",87148,33981,3,397,1993 +"223459",87148,36714,3,397,2209 +"223460",87148,40493,3,397,1981 +"223461",87148,41174,3,397,850 +"223462",87148,47248,3,397,2883 +"223463",87148,47715,3,397,2111 +"223464",87148,50124,3,397,1209 +"223465",87148,50179,3,397,2230 +"223466",87148,51017,2,397,2073 +"223467",87148,51035,3,397,2397 +"223468",87148,63547,3,397,1023 +"223469",87148,74681,3,397,837 +"223470",87148,74731,2,397,853 +"223471",87148,79436,3,397,1344 +"223472",87148,84022,3,397,2289 +"223473",87148,87692,2,397,775 +"223474",87148,89047,3,397,877 +"223475",87148,90802,2,397,877 +"223476",87148,97928,3,397,2416 +"223477",87148,99444,3,397,408 +"223478",87148,101395,1,397,891 +"223479",87148,104084,2,397,579 +"223480",87148,114865,1,397,544 +"223481",87168,135,2,85,2233 +"223482",87168,270,3,85,2542 +"223483",87168,312,3,85,2038 +"223484",87168,380,3,85,2261 +"223485",87168,455,3,85,2827 +"223486",87168,600,3,85,1702 +"223487",87168,1044,2,85,880 +"223488",87168,1102,3,85,2282 +"223489",87168,2322,3,85,1645 +"223490",87168,2424,2,85,2582 +"223491",87168,2533,3,85,2016 +"223492",87168,3305,3,85,2839 +"223493",87168,4084,3,85,2133 +"223494",87168,4191,3,85,2130 +"223495",87168,4790,2,85,1025 +"223496",87168,4791,3,85,1184 +"223497",87168,5296,2,85,820 +"223498",87168,5429,3,85,1991 +"223499",87168,6044,3,85,2744 +"223500",87168,6052,3,85,1985 +"223501",87168,6296,3,85,148 +"223502",87168,6363,3,85,2066 +"223503",87168,6588,3,85,2025 +"223504",87168,7245,3,85,2089 +"223505",87168,9311,3,85,2477 +"223506",87168,10857,3,85,2253 +"223507",87168,11006,3,85,1950 +"223508",87168,11218,3,85,2292 +"223509",87168,11440,3,85,2026 +"223510",87168,12863,2,85,2027 +"223511",87168,14656,2,85,584 +"223512",87168,14678,3,85,799 +"223513",87168,15379,3,85,1231 +"223514",87168,15813,3,85,2143 +"223515",87168,16201,3,85,1811 +"223516",87168,16432,3,85,2664 +"223517",87168,16940,3,85,1290 +"223518",87168,17931,3,85,1617 +"223519",87168,18707,3,85,1143 +"223520",87168,19248,2,85,2357 +"223521",87168,19719,2,85,2177 +"223522",87168,20124,3,85,2376 +"223523",87168,21197,3,85,1437 +"223524",87168,21198,2,85,935 +"223525",87168,21285,3,85,2100 +"223526",87168,22277,3,85,2424 +"223527",87168,22282,3,85,1418 +"223528",87168,23450,3,85,967 +"223529",87168,23705,3,85,2699 +"223530",87168,23729,3,85,1624 +"223531",87168,23918,3,85,1881 +"223532",87168,25129,3,85,2647 +"223533",87168,25198,3,85,1982 +"223534",87168,25289,3,85,1790 +"223535",87168,25341,3,85,1858 +"223536",87168,25577,3,85,1946 +"223537",87168,25595,3,85,768 +"223538",87168,26322,3,85,1018 +"223539",87168,26471,3,85,1061 +"223540",87168,26749,3,85,2965 +"223541",87168,27390,3,85,2425 +"223542",87168,27694,3,85,2030 +"223543",87168,27837,3,85,1315 +"223544",87168,29124,3,85,199 +"223545",87168,29170,3,85,1846 +"223546",87168,29705,2,85,607 +"223547",87168,29917,3,85,1962 +"223548",87168,30052,3,85,2855 +"223549",87168,31050,2,85,1491 +"223550",87168,32017,3,85,577 +"223551",87168,32601,2,85,1033 +"223552",87168,34160,3,85,1759 +"223553",87168,34836,3,85,2302 +"223554",87168,34920,3,85,563 +"223555",87168,35095,3,85,1502 +"223556",87168,35302,3,85,1589 +"223557",87168,35673,3,85,1067 +"223558",87168,38019,2,85,1870 +"223559",87168,39238,3,85,922 +"223560",87168,41315,3,85,439 +"223561",87168,41739,2,85,1339 +"223562",87168,43051,3,85,904 +"223563",87168,43385,3,85,1623 +"223564",87168,43455,3,85,2846 +"223565",87168,44059,3,85,525 +"223566",87168,45633,3,85,2134 +"223567",87168,46312,3,85,163 +"223568",87168,46629,3,85,2255 +"223569",87168,46723,3,85,607 +"223570",87168,48414,2,85,1749 +"223571",87168,48605,3,85,2796 +"223572",87168,49084,3,85,168 +"223573",87168,49144,3,85,1542 +"223574",87168,49620,3,85,1868 +"223575",87168,50219,3,85,756 +"223576",87168,50685,1,85,2008 +"223577",87168,51022,3,85,1499 +"223578",87168,52058,3,85,1836 +"223579",87168,52136,3,85,1412 +"223580",87168,52570,3,85,2645 +"223581",87168,52576,2,85,2234 +"223582",87168,53196,2,85,1888 +"223583",87168,54158,3,85,1756 +"223584",87168,54551,3,85,2348 +"223585",87168,54980,2,85,876 +"223586",87168,55082,3,85,1856 +"223587",87168,55139,3,85,2323 +"223588",87168,55468,3,85,2511 +"223589",87168,56317,3,85,2030 +"223590",87168,57360,3,85,2429 +"223591",87168,57714,3,85,1391 +"223592",87168,58078,3,85,1252 +"223593",87168,58451,3,85,1939 +"223594",87168,58508,3,85,2326 +"223595",87168,60185,2,85,1206 +"223596",87168,61982,2,85,2725 +"223597",87168,62841,2,85,2710 +"223598",87168,64181,3,85,1828 +"223599",87168,65625,2,85,1273 +"223600",87168,66413,3,85,2507 +"223601",87168,66860,3,85,1548 +"223602",87168,67314,3,85,1051 +"223603",87168,68801,3,85,116 +"223604",87168,69498,3,85,931 +"223605",87168,70603,3,85,1002 +"223606",87168,71342,3,85,1289 +"223607",87168,72956,3,85,1251 +"223608",87168,75870,3,85,193 +"223609",87168,75948,3,85,1006 +"223610",87168,76127,3,85,910 +"223611",87168,76603,3,85,1300 +"223612",87168,76892,3,85,2381 +"223613",87168,79322,3,85,2770 +"223614",87168,82949,3,85,2077 +"223615",87168,90573,3,85,878 +"223616",87168,91571,3,85,923 +"223617",87168,92220,3,85,607 +"223618",87168,92508,3,85,1374 +"223619",87168,99444,3,85,408 +"223620",87168,105063,3,85,1908 +"223621",87168,105602,3,85,434 +"223622",87168,105947,2,85,997 +"223623",87168,109510,2,85,621 +"223624",87190,1685,3,1704,2230 +"223625",87190,1785,3,1704,2350 +"223626",87190,5937,3,1704,2392 +"223627",87190,6020,3,1704,1864 +"223628",87190,6621,3,1704,2478 +"223629",87190,18821,3,1704,2075 +"223630",87190,22744,2,1704,1907 +"223631",87190,26698,3,1704,1963 +"223632",87190,28970,3,1704,2111 +"223633",87190,31794,3,1704,1919 +"223634",87190,85638,3,1704,2275 +"223635",87198,1386,3,1462,1901 +"223636",87198,3695,2,1462,2612 +"223637",87198,7078,3,1462,2344 +"223638",87198,7394,3,1462,2615 +"223639",87198,9030,3,1462,1979 +"223640",87198,15343,2,1462,2125 +"223641",87198,17967,3,1462,2125 +"223642",87198,18151,3,1462,2962 +"223643",87198,21092,3,1462,1643 +"223644",87198,21417,2,1462,2422 +"223645",87198,21795,3,1462,2653 +"223646",87198,24511,3,1462,1871 +"223647",87198,24608,3,1462,1630 +"223648",87198,26865,3,1462,2726 +"223649",87198,29791,3,1462,1986 +"223650",87198,34311,3,1462,2213 +"223651",87198,34327,3,1462,2959 +"223652",87198,34693,3,1462,1938 +"223653",87198,36950,3,1462,2204 +"223654",87198,40572,3,1462,2666 +"223655",87198,42618,3,1462,2316 +"223656",87198,45664,3,1462,2235 +"223657",87198,45729,3,1462,2606 +"223658",87198,46486,3,1462,1868 +"223659",87198,53739,3,1462,2704 +"223660",87198,55828,3,1462,2393 +"223661",87198,59522,3,1462,1516 +"223662",87198,70046,3,1462,2624 +"223663",87198,73266,3,1462,2496 +"223664",87198,77057,3,1462,1866 +"223665",87198,77095,3,1462,1622 +"223666",87198,80655,3,1462,1546 +"223667",87198,90501,3,1462,2380 +"223668",87206,2120,3,1122,1133 +"223669",87206,8604,3,1122,2799 +"223670",87206,13065,3,1122,1561 +"223671",87206,15153,3,1122,1864 +"223672",87206,47839,3,1122,1864 +"223673",87206,49450,3,1122,1328 +"223674",87206,62957,3,1122,1170 +"223675",87206,63077,3,1122,2778 +"223676",87206,80506,2,1122,1920 +"223677",87206,92860,3,1122,1643 +"223678",87230,23312,3,1657,2449 +"223679",87230,33949,3,1657,2489 +"223680",87269,341,3,847,2689 +"223681",87269,841,3,847,2964 +"223682",87269,15078,3,847,1033 +"223683",87269,20662,3,847,1523 +"223684",87269,23692,3,847,1540 +"223685",87269,27882,2,847,1897 +"223686",87269,28446,3,847,917 +"223687",87269,32778,3,847,2310 +"223688",87269,32920,2,847,2158 +"223689",87269,35797,3,847,2482 +"223690",87269,36487,3,847,2622 +"223691",87269,39418,3,847,1978 +"223692",87269,39589,3,847,1292 +"223693",87269,40954,3,847,2603 +"223694",87269,41250,3,847,1703 +"223695",87269,41694,3,847,2358 +"223696",87269,43961,1,847,2443 +"223697",87269,44074,3,847,1299 +"223698",87269,47375,1,847,2043 +"223699",87269,49414,2,847,1667 +"223700",87269,56755,2,847,2158 +"223701",87269,60258,3,847,2405 +"223702",87269,64967,3,847,2872 +"223703",87269,66994,3,847,1865 +"223704",87269,87011,2,847,1592 +"223705",87269,89538,3,847,1847 +"223706",87269,90745,3,847,1994 +"223707",87270,566,2,913,2698 +"223708",87270,6824,1,913,2680 +"223709",87270,9861,3,913,2680 +"223710",87270,10638,2,913,2692 +"223711",87270,11381,3,913,1638 +"223712",87270,11506,3,913,2824 +"223713",87270,16594,2,913,1755 +"223714",87270,18943,3,913,2861 +"223715",87270,46951,3,913,2429 +"223716",87270,56338,3,913,1818 +"223717",87270,66911,3,913,1920 +"223718",87270,85778,3,913,1040 +"223719",87273,1708,3,51,1591 +"223720",87273,2282,3,51,2056 +"223721",87273,2506,3,51,954 +"223722",87273,2647,3,51,2450 +"223723",87273,2927,3,51,1789 +"223724",87273,4180,3,51,1817 +"223725",87273,6345,3,51,2713 +"223726",87273,6480,3,51,1678 +"223727",87273,7253,3,51,2686 +"223728",87273,7254,3,51,1849 +"223729",87273,7604,3,51,1366 +"223730",87273,8006,3,51,479 +"223731",87273,9724,3,51,2713 +"223732",87273,10701,2,51,2000 +"223733",87273,10990,3,51,805 +"223734",87273,11858,2,51,1530 +"223735",87273,13595,3,51,1164 +"223736",87273,14212,2,51,857 +"223737",87273,14761,3,51,2502 +"223738",87273,15146,3,51,1546 +"223739",87273,16538,3,51,704 +"223740",87273,16963,3,51,1999 +"223741",87273,17499,2,51,2954 +"223742",87273,17531,2,51,876 +"223743",87273,17695,3,51,1930 +"223744",87273,19366,3,51,2279 +"223745",87273,19509,3,51,2000 +"223746",87273,21044,3,51,1574 +"223747",87273,22357,3,51,1397 +"223748",87273,22462,3,51,869 +"223749",87273,22980,3,51,158 +"223750",87273,24252,3,51,639 +"223751",87273,26597,3,51,2070 +"223752",87273,27458,3,51,647 +"223753",87273,28648,3,51,1586 +"223754",87273,32169,3,51,2504 +"223755",87273,32350,3,51,1540 +"223756",87273,32395,3,51,2735 +"223757",87273,33451,3,51,1957 +"223758",87273,34953,3,51,1817 +"223759",87273,36399,3,51,1357 +"223760",87273,36840,3,51,2269 +"223761",87273,37684,3,51,2899 +"223762",87273,38422,3,51,1019 +"223763",87273,42390,3,51,2937 +"223764",87273,43543,3,51,1457 +"223765",87273,43701,1,51,2400 +"223766",87273,47607,3,51,2724 +"223767",87273,47860,3,51,789 +"223768",87273,48419,2,51,1134 +"223769",87273,49708,3,51,1147 +"223770",87273,50468,3,51,1659 +"223771",87273,52380,3,51,2686 +"223772",87273,53652,3,51,2899 +"223773",87273,54316,3,51,1202 +"223774",87273,54452,3,51,60 +"223775",87273,56873,3,51,1421 +"223776",87273,58086,3,51,1667 +"223777",87273,63631,3,51,763 +"223778",87273,65375,3,51,824 +"223779",87273,71895,3,51,1327 +"223780",87273,76450,3,51,1077 +"223781",87273,76814,1,51,926 +"223782",87273,80454,2,51,423 +"223783",87273,82312,3,51,340 +"223784",87273,84181,3,51,1272 +"223785",87273,89135,3,51,116 +"223786",87273,103357,3,51,423 +"223787",87273,112140,3,51,252 +"223788",87273,117190,3,51,425 +"223789",87294,71467,3,592,1051 +"223790",87294,87289,1,592,1279 +"223791",87335,71350,2,499,1570 +"223792",87396,1785,3,407,2350 +"223793",87396,3360,3,407,1583 +"223794",87396,8896,1,407,1139 +"223795",87396,18820,2,407,453 +"223796",87396,18821,3,407,2075 +"223797",87396,19048,2,407,2180 +"223798",87396,24044,3,407,1076 +"223799",87396,33460,3,407,2781 +"223800",87396,39507,3,407,793 +"223801",87396,43768,3,407,1468 +"223802",87396,90610,3,407,418 +"223803",87396,103710,3,407,439 +"223804",87430,14463,3,1038,1256 +"223805",87430,68831,3,1038,1446 +"223806",87430,81269,3,1038,1570 +"223807",87430,86978,3,1038,2733 +"223808",87430,94138,2,1038,1939 +"223809",87436,680,3,1262,2569 +"223810",87436,3978,3,1262,2775 +"223811",87436,12759,3,1262,2414 +"223812",87436,18381,3,1262,1524 +"223813",87436,25373,3,1262,2783 +"223814",87436,37636,3,1262,2178 +"223815",87436,41723,3,1262,2101 +"223816",87436,50585,3,1262,2414 +"223817",87471,4791,3,712,1184 +"223818",87471,9702,3,712,1928 +"223819",87471,14463,3,712,1256 +"223820",87471,22207,3,712,2365 +"223821",87471,34327,3,712,2959 +"223822",87471,68831,3,712,1446 +"223823",87471,81269,3,712,1570 +"223824",87471,86978,3,712,2733 +"223825",87471,87430,1,712,1038 +"223826",87471,91348,3,712,901 +"223827",87471,94138,2,712,1939 +"223828",87471,95846,3,712,1324 +"223829",87508,28094,3,717,1423 +"223830",87508,32549,3,717,2111 +"223831",87508,35980,2,717,2657 +"223832",87508,38938,3,717,1593 +"223833",87508,53223,3,717,2690 +"223834",87509,16866,3,1907,2718 +"223835",87509,18865,3,1907,2676 +"223836",87509,38602,3,1907,2693 +"223837",87509,63395,3,1907,2334 +"223838",87509,72728,3,1907,2234 +"223839",87519,5785,3,595,1261 +"223840",87519,30883,3,595,1629 +"223841",87519,50487,2,595,744 +"223842",87519,51616,3,595,761 +"223843",87519,54522,3,595,699 +"223844",87603,206,3,535,1986 +"223845",87603,555,3,535,552 +"223846",87603,1036,3,535,1367 +"223847",87603,1050,1,535,1185 +"223848",87603,1092,3,535,1945 +"223849",87603,3306,3,535,1989 +"223850",87603,4763,3,535,1960 +"223851",87603,5315,3,535,2631 +"223852",87603,5429,3,535,1991 +"223853",87603,6030,3,535,2953 +"223854",87603,6047,3,535,2004 +"223855",87603,6218,3,535,702 +"223856",87603,7847,3,535,2424 +"223857",87603,9391,3,535,1252 +"223858",87603,10148,3,535,2964 +"223859",87603,10358,3,535,2294 +"223860",87603,10779,3,535,2881 +"223861",87603,11055,3,535,2111 +"223862",87603,12310,3,535,1337 +"223863",87603,12778,3,535,2045 +"223864",87603,14032,3,535,2144 +"223865",87603,14080,3,535,1351 +"223866",87603,15576,3,535,2204 +"223867",87603,15632,3,535,1242 +"223868",87603,15808,3,535,1521 +"223869",87603,17493,3,535,561 +"223870",87603,18639,2,535,990 +"223871",87603,21401,3,535,1440 +"223872",87603,22165,3,535,1501 +"223873",87603,22586,3,535,1341 +"223874",87603,23310,3,535,2371 +"223875",87603,23508,3,535,1907 +"223876",87603,25443,3,535,1441 +"223877",87603,29930,3,535,2240 +"223878",87603,31279,3,535,965 +"223879",87603,34648,3,535,1596 +"223880",87603,38523,2,535,549 +"223881",87603,40369,3,535,2735 +"223882",87603,40487,3,535,2512 +"223883",87603,40893,3,535,1116 +"223884",87603,41278,3,535,1873 +"223885",87603,41955,3,535,2479 +"223886",87603,42474,3,535,2322 +"223887",87603,44636,3,535,1026 +"223888",87603,44648,3,535,619 +"223889",87603,45186,2,535,835 +"223890",87603,46283,3,535,1184 +"223891",87603,53134,3,535,1590 +"223892",87603,55185,2,535,922 +"223893",87603,56143,2,535,766 +"223894",87603,62488,2,535,1418 +"223895",87603,67788,2,535,837 +"223896",87603,68024,3,535,1531 +"223897",87603,76564,3,535,996 +"223898",87603,77001,3,535,1440 +"223899",87603,83526,3,535,1235 +"223900",87603,92817,3,535,569 +"223901",87603,99279,3,535,611 +"223902",87603,100140,3,535,1041 +"223903",87603,105975,3,535,1939 +"223904",87624,1195,3,570,1322 +"223905",87624,3403,3,570,2951 +"223906",87624,3405,3,570,2438 +"223907",87624,5897,3,570,2337 +"223908",87624,9063,3,570,2000 +"223909",87624,15094,2,570,978 +"223910",87624,34334,3,570,1637 +"223911",87624,40715,2,570,2258 +"223912",87624,47559,1,570,1826 +"223913",87624,58233,3,570,1665 +"223914",87638,180,3,1114,1593 +"223915",87638,669,3,1114,1423 +"223916",87638,762,3,1114,2671 +"223917",87638,4863,3,1114,1961 +"223918",87638,6162,3,1114,1673 +"223919",87638,8060,3,1114,1883 +"223920",87638,10859,3,1114,2231 +"223921",87638,14072,3,1114,1346 +"223922",87638,14972,3,1114,2332 +"223923",87638,17381,2,1114,1697 +"223924",87638,18874,3,1114,2170 +"223925",87638,21448,3,1114,2332 +"223926",87638,35888,2,1114,2291 +"223927",87638,49560,2,1114,1679 +"223928",87638,64502,3,1114,1670 +"223929",87638,108621,3,1114,1163 +"223930",87692,380,3,775,2261 +"223931",87692,1044,3,775,880 +"223932",87692,1102,3,775,2282 +"223933",87692,1127,3,775,1188 +"223934",87692,1130,3,775,1566 +"223935",87692,1875,3,775,1786 +"223936",87692,2269,2,775,984 +"223937",87692,2325,3,775,1641 +"223938",87692,2424,3,775,2582 +"223939",87692,2572,3,775,2273 +"223940",87692,2754,3,775,1360 +"223941",87692,2864,3,775,1543 +"223942",87692,3716,2,775,1679 +"223943",87692,3777,3,775,1798 +"223944",87692,3801,3,775,1974 +"223945",87692,3886,3,775,1669 +"223946",87692,3961,3,775,2426 +"223947",87692,3966,3,775,2425 +"223948",87692,4690,3,775,1938 +"223949",87692,5041,3,775,2371 +"223950",87692,5315,3,775,2631 +"223951",87692,5716,3,775,1058 +"223952",87692,5984,3,775,1675 +"223953",87692,5986,3,775,1721 +"223954",87692,6044,3,775,2744 +"223955",87692,6047,2,775,2004 +"223956",87692,6052,3,775,1985 +"223957",87692,6074,3,775,2426 +"223958",87692,6366,2,775,798 +"223959",87692,6417,2,775,1675 +"223960",87692,7406,3,775,1906 +"223961",87692,7861,3,775,1647 +"223962",87692,8513,3,775,875 +"223963",87692,8621,3,775,1681 +"223964",87692,9364,3,775,1698 +"223965",87692,9474,3,775,864 +"223966",87692,10358,3,775,2294 +"223967",87692,10513,2,775,2284 +"223968",87692,10717,3,775,1938 +"223969",87692,11218,3,775,2292 +"223970",87692,11540,1,775,1237 +"223971",87692,11576,1,775,808 +"223972",87692,12042,3,775,2345 +"223973",87692,12602,3,775,1956 +"223974",87692,12724,3,775,1930 +"223975",87692,13967,3,775,1354 +"223976",87692,14032,3,775,2144 +"223977",87692,14834,3,775,2739 +"223978",87692,14855,3,775,903 +"223979",87692,15309,3,775,2820 +"223980",87692,15626,3,775,2434 +"223981",87692,15872,2,775,1551 +"223982",87692,16053,3,775,908 +"223983",87692,16120,2,775,1237 +"223984",87692,16164,3,775,1184 +"223985",87692,16332,3,775,2668 +"223986",87692,16352,3,775,2657 +"223987",87692,16826,3,775,2599 +"223988",87692,17396,3,775,1672 +"223989",87692,17819,3,775,2291 +"223990",87692,17943,3,775,1943 +"223991",87692,17997,3,775,1621 +"223992",87692,18874,3,775,2170 +"223993",87692,19027,3,775,2721 +"223994",87692,19637,3,775,1229 +"223995",87692,19719,3,775,2177 +"223996",87692,20067,3,775,2390 +"223997",87692,20124,3,775,2376 +"223998",87692,20975,2,775,1305 +"223999",87692,21138,1,775,2849 +"224000",87692,21198,3,775,935 +"224001",87692,21682,3,775,2414 +"224002",87692,21693,3,775,2176 +"224003",87692,21706,3,775,1988 +"224004",87692,21929,3,775,2062 +"224005",87692,22141,2,775,2348 +"224006",87692,22282,3,775,1418 +"224007",87692,22326,3,775,2818 +"224008",87692,22362,3,775,1836 +"224009",87692,22639,3,775,2352 +"224010",87692,23159,3,775,1548 +"224011",87692,23869,3,775,1918 +"224012",87692,24146,3,775,2003 +"224013",87692,25443,3,775,1441 +"224014",87692,25680,3,775,1618 +"224015",87692,26080,3,775,2525 +"224016",87692,26282,3,775,1241 +"224017",87692,26749,3,775,2965 +"224018",87692,28002,3,775,914 +"224019",87692,28015,3,775,1624 +"224020",87692,29314,3,775,2736 +"224021",87692,29930,3,775,2240 +"224022",87692,30981,3,775,2366 +"224023",87692,33801,3,775,2899 +"224024",87692,34509,3,775,1973 +"224025",87692,34735,3,775,2767 +"224026",87692,35529,3,775,1620 +"224027",87692,36962,3,775,2861 +"224028",87692,37333,3,775,1612 +"224029",87692,38019,3,775,1870 +"224030",87692,38055,3,775,1089 +"224031",87692,39238,3,775,922 +"224032",87692,39746,3,775,1361 +"224033",87692,40432,3,775,1956 +"224034",87692,41972,3,775,2509 +"224035",87692,42129,3,775,2318 +"224036",87692,42216,3,775,2722 +"224037",87692,42747,3,775,1189 +"224038",87692,43112,3,775,2564 +"224039",87692,43173,3,775,2895 +"224040",87692,44160,3,775,859 +"224041",87692,45302,3,775,2390 +"224042",87692,46091,3,775,1938 +"224043",87692,46111,3,775,871 +"224044",87692,47248,2,775,2883 +"224045",87692,47386,3,775,2226 +"224046",87692,47715,2,775,2111 +"224047",87692,49512,3,775,1302 +"224048",87692,50124,2,775,1209 +"224049",87692,51017,1,775,2073 +"224050",87692,51035,2,775,2397 +"224051",87692,51866,3,775,2411 +"224052",87692,52576,3,775,2234 +"224053",87692,53134,3,775,1590 +"224054",87692,53323,3,775,2677 +"224055",87692,53475,3,775,2853 +"224056",87692,54020,3,775,1578 +"224057",87692,54929,3,775,2783 +"224058",87692,55349,3,775,826 +"224059",87692,56317,3,775,2030 +"224060",87692,57977,3,775,2683 +"224061",87692,58508,3,775,2326 +"224062",87692,58596,2,775,936 +"224063",87692,60280,3,775,1918 +"224064",87692,62957,3,775,1170 +"224065",87692,63547,2,775,1023 +"224066",87692,64181,3,775,1828 +"224067",87692,66983,3,775,2397 +"224068",87692,68299,3,775,866 +"224069",87692,69712,3,775,1219 +"224070",87692,70269,3,775,2368 +"224071",87692,70605,3,775,1176 +"224072",87692,70681,3,775,866 +"224073",87692,70996,3,775,1037 +"224074",87692,71342,3,775,1289 +"224075",87692,72956,3,775,1251 +"224076",87692,74681,2,775,837 +"224077",87692,74731,1,775,853 +"224078",87692,76284,3,775,1237 +"224079",87692,80825,3,775,2315 +"224080",87692,81588,3,775,1568 +"224081",87692,82949,3,775,2077 +"224082",87692,84022,2,775,2289 +"224083",87692,85356,3,775,1492 +"224084",87692,89047,2,775,877 +"224085",87692,89097,3,775,935 +"224086",87692,90802,1,775,877 +"224087",87692,98384,3,775,1166 +"224088",87692,100140,3,775,1041 +"224089",87692,101395,1,775,891 +"224090",87692,119859,3,775,908 +"224091",87720,7984,3,2086,2493 +"224092",87720,9311,3,2086,2477 +"224093",87720,13388,3,2086,2119 +"224094",87720,20067,3,2086,2390 +"224095",87720,20732,3,2086,2401 +"224096",87720,23726,3,2086,2434 +"224097",87720,24756,3,2086,2530 +"224098",87720,26582,3,2086,2772 +"224099",87720,33801,3,2086,2899 +"224100",87720,43479,2,2086,2178 +"224101",87720,46803,3,2086,2305 +"224102",87720,50382,1,2086,2244 +"224103",87720,53475,3,2086,2853 +"224104",87733,1708,3,235,1591 +"224105",87733,3101,3,235,513 +"224106",87733,3158,3,235,2762 +"224107",87733,4634,3,235,2291 +"224108",87733,6295,3,235,856 +"224109",87733,8463,3,235,2466 +"224110",87733,9269,3,235,1892 +"224111",87733,9740,3,235,2233 +"224112",87733,9895,3,235,1960 +"224113",87733,9910,3,235,2526 +"224114",87733,9948,3,235,2019 +"224115",87733,12473,3,235,801 +"224116",87733,12632,2,235,1174 +"224117",87733,12914,3,235,1557 +"224118",87733,12966,3,235,2011 +"224119",87733,13551,3,235,1451 +"224120",87733,14957,3,235,2306 +"224121",87733,15782,3,235,2306 +"224122",87733,15926,3,235,545 +"224123",87733,16347,3,235,1868 +"224124",87733,16963,2,235,1999 +"224125",87733,20369,3,235,1356 +"224126",87733,20695,2,235,2526 +"224127",87733,24511,3,235,1871 +"224128",87733,25345,3,235,713 +"224129",87733,35542,3,235,1439 +"224130",87733,36950,3,235,2204 +"224131",87733,43725,3,235,935 +"224132",87733,44132,3,235,1999 +"224133",87733,46049,3,235,2102 +"224134",87733,47607,3,235,2724 +"224135",87733,49142,3,235,2289 +"224136",87733,49379,3,235,1573 +"224137",87733,51505,2,235,1572 +"224138",87733,52474,3,235,497 +"224139",87733,52654,3,235,588 +"224140",87733,53043,3,235,803 +"224141",87733,53584,3,235,2391 +"224142",87733,56364,3,235,1626 +"224143",87733,64803,3,235,841 +"224144",87733,76796,3,235,1140 +"224145",87733,77167,1,235,836 +"224146",87733,80807,3,235,1597 +"224147",87733,83122,3,235,1503 +"224148",87733,84235,3,235,1639 +"224149",87733,84591,3,235,1685 +"224150",87733,87915,3,235,1152 +"224151",87733,96332,3,235,1197 +"224152",87733,101381,3,235,977 +"224153",87733,107467,3,235,1524 +"224154",87733,122938,3,235,1023 +"224155",87800,8259,3,1206,1677 +"224156",87800,13285,3,1206,1577 +"224157",87800,14655,3,1206,2559 +"224158",87800,23121,3,1206,2108 +"224159",87800,36031,3,1206,2342 +"224160",87800,89681,3,1206,1978 +"224161",87837,1315,2,1987,2760 +"224162",87837,2208,3,1987,2814 +"224163",87837,2424,3,1987,2582 +"224164",87837,5072,3,1987,2175 +"224165",87837,5622,2,1987,2175 +"224166",87837,7234,3,1987,2654 +"224167",87837,7703,3,1987,2122 +"224168",87837,10857,3,1987,2253 +"224169",87837,11218,3,1987,2292 +"224170",87837,12518,3,1987,2747 +"224171",87837,13479,3,1987,2155 +"224172",87837,13801,3,1987,2041 +"224173",87837,14972,3,1987,2332 +"224174",87837,17400,3,1987,2231 +"224175",87837,19622,3,1987,2371 +"224176",87837,21285,3,1987,2100 +"224177",87837,23312,3,1987,2449 +"224178",87837,23725,3,1987,2378 +"224179",87837,27427,3,1987,2325 +"224180",87837,29295,3,1987,2043 +"224181",87837,35481,3,1987,2211 +"224182",87837,35514,3,1987,2346 +"224183",87837,35926,3,1987,2371 +"224184",87837,36031,3,1987,2342 +"224185",87837,36609,3,1987,2918 +"224186",87837,36637,3,1987,2085 +"224187",87837,42574,3,1987,2842 +"224188",87837,43213,3,1987,2160 +"224189",87837,45618,3,1987,2356 +"224190",87837,45684,3,1987,2200 +"224191",87837,47064,2,1987,1993 +"224192",87837,49608,3,1987,2184 +"224193",87837,54250,2,1987,2340 +"224194",87837,54551,3,1987,2348 +"224195",87837,56082,3,1987,2395 +"224196",87837,72207,3,1987,2430 +"224197",87837,76048,3,1987,2373 +"224198",87874,3716,3,1296,1679 +"224199",87874,30981,2,1296,2366 +"224200",87901,21044,2,849,1574 +"224201",87901,38697,3,849,2701 +"224202",87901,43768,3,849,1468 +"224203",87901,49708,2,849,1147 +"224204",87901,76295,3,849,1001 +"224205",87901,95998,1,849,1250 +"224206",87901,101381,3,849,977 +"224207",87904,2960,3,952,977 +"224208",87904,7738,3,952,1265 +"224209",87904,10215,2,952,2006 +"224210",87904,10352,3,952,1371 +"224211",87904,20162,3,952,2328 +"224212",87904,21479,3,952,2134 +"224213",87904,23268,2,952,2258 +"224214",87904,26524,3,952,982 +"224215",87904,41330,3,952,2720 +"224216",87904,50667,3,952,2719 +"224217",87904,50685,3,952,2008 +"224218",87904,55906,2,952,2851 +"224219",87904,61138,3,952,1188 +"224220",87904,62632,3,952,1320 +"224221",87904,63147,1,952,1477 +"224222",87904,79837,3,952,1252 +"224223",87904,82409,3,952,1881 +"224224",87904,91739,3,952,1689 +"224225",87904,92895,3,952,2339 +"224226",87907,160,3,1173,2007 +"224227",87907,900,3,1173,2726 +"224228",87907,1314,3,1173,1522 +"224229",87907,1519,3,1173,2349 +"224230",87907,1641,3,1173,1490 +"224231",87907,1846,2,1173,1845 +"224232",87907,2540,3,1173,1398 +"224233",87907,2747,3,1173,2411 +"224234",87907,2936,3,1173,2512 +"224235",87907,3493,2,1173,2451 +"224236",87907,3978,3,1173,2775 +"224237",87907,4303,3,1173,2414 +"224238",87907,4665,3,1173,1569 +"224239",87907,5897,3,1173,2337 +"224240",87907,6063,3,1173,2349 +"224241",87907,6989,3,1173,2623 +"224242",87907,7337,3,1173,1797 +"224243",87907,9484,3,1173,1429 +"224244",87907,9503,3,1173,2453 +"224245",87907,9787,3,1173,2858 +"224246",87907,9801,3,1173,2443 +"224247",87907,10739,3,1173,1807 +"224248",87907,11424,3,1173,1631 +"224249",87907,11588,3,1173,2352 +"224250",87907,11648,3,1173,2852 +"224251",87907,12361,3,1173,2732 +"224252",87907,13079,3,1173,2547 +"224253",87907,14287,3,1173,1583 +"224254",87907,14817,3,1173,2110 +"224255",87907,15095,2,1173,2001 +"224256",87907,16501,3,1173,1650 +"224257",87907,17456,3,1173,1300 +"224258",87907,18005,3,1173,2449 +"224259",87907,18672,2,1173,1182 +"224260",87907,19587,3,1173,1684 +"224261",87907,19655,3,1173,2706 +"224262",87907,20220,3,1173,1656 +"224263",87907,20662,3,1173,1523 +"224264",87907,20941,3,1173,2725 +"224265",87907,22244,1,1173,2139 +"224266",87907,22586,3,1173,1341 +"224267",87907,23015,3,1173,1362 +"224268",87907,23131,2,1173,1732 +"224269",87907,23206,3,1173,2805 +"224270",87907,24069,3,1173,2697 +"224271",87907,27742,3,1173,2700 +"224272",87907,28116,3,1173,1643 +"224273",87907,28837,3,1173,2286 +"224274",87907,28869,3,1173,2425 +"224275",87907,30034,3,1173,2357 +"224276",87907,30525,2,1173,1964 +"224277",87907,31335,2,1173,2351 +"224278",87907,31866,1,1173,2101 +"224279",87907,36346,3,1173,1240 +"224280",87907,39418,3,1173,1978 +"224281",87907,39443,3,1173,2277 +"224282",87907,39875,3,1173,2422 +"224283",87907,41023,3,1173,2408 +"224284",87907,41250,3,1173,1703 +"224285",87907,46486,3,1173,1868 +"224286",87907,46982,3,1173,2806 +"224287",87907,50229,3,1173,1190 +"224288",87907,50585,3,1173,2414 +"224289",87907,50630,3,1173,2615 +"224290",87907,51144,3,1173,2466 +"224291",87907,52136,3,1173,1412 +"224292",87907,54313,3,1173,1645 +"224293",87907,58501,3,1173,2613 +"224294",87907,61125,3,1173,1673 +"224295",87907,66978,3,1173,1536 +"224296",87907,70583,2,1173,2615 +"224297",87907,72632,3,1173,1289 +"224298",87907,78138,3,1173,1601 +"224299",87907,85198,3,1173,1794 +"224300",87907,90065,3,1173,1418 +"224301",87907,91942,3,1173,2216 +"224302",87907,96706,3,1173,1597 +"224303",87907,96715,3,1173,1792 +"224304",87915,827,3,1152,2964 +"224305",87915,843,3,1152,2332 +"224306",87915,1624,3,1152,2687 +"224307",87915,1708,2,1152,1591 +"224308",87915,2443,3,1152,2333 +"224309",87915,2647,2,1152,2450 +"224310",87915,2927,3,1152,1789 +"224311",87915,3271,3,1152,2216 +"224312",87915,3506,3,1152,2364 +"224313",87915,6040,3,1152,2103 +"224314",87915,7123,3,1152,1964 +"224315",87915,7254,3,1152,1849 +"224316",87915,7604,1,1152,1366 +"224317",87915,9269,1,1152,1892 +"224318",87915,9272,3,1152,2835 +"224319",87915,9538,3,1152,1786 +"224320",87915,9740,3,1152,2233 +"224321",87915,9895,2,1152,1960 +"224322",87915,9910,2,1152,2526 +"224323",87915,9948,2,1152,2019 +"224324",87915,10610,3,1152,1427 +"224325",87915,11351,3,1152,2971 +"224326",87915,12632,3,1152,1174 +"224327",87915,12914,2,1152,1557 +"224328",87915,13551,3,1152,1451 +"224329",87915,14442,3,1152,2700 +"224330",87915,15813,3,1152,2143 +"224331",87915,16347,2,1152,1868 +"224332",87915,17925,3,1152,2385 +"224333",87915,20695,1,1152,2526 +"224334",87915,21044,3,1152,1574 +"224335",87915,26740,2,1152,2695 +"224336",87915,31357,3,1152,2389 +"224337",87915,32350,3,1152,1540 +"224338",87915,32966,3,1152,1583 +"224339",87915,34331,2,1152,1727 +"224340",87915,36399,3,1152,1357 +"224341",87915,38697,3,1152,2701 +"224342",87915,41075,3,1152,1176 +"224343",87915,42382,2,1152,2224 +"224344",87915,43226,3,1152,2442 +"224345",87915,43768,3,1152,1468 +"224346",87915,44744,2,1152,2032 +"224347",87915,45449,3,1152,1610 +"224348",87915,46616,2,1152,1917 +"224349",87915,47607,2,1152,2724 +"224350",87915,48110,3,1152,2009 +"224351",87915,48931,3,1152,2444 +"224352",87915,49379,2,1152,1573 +"224353",87915,50468,3,1152,1659 +"224354",87915,50678,3,1152,1366 +"224355",87915,51505,3,1152,1572 +"224356",87915,53020,2,1152,2747 +"224357",87915,53584,2,1152,2391 +"224358",87915,54385,3,1152,2340 +"224359",87915,55261,3,1152,1915 +"224360",87915,56168,3,1152,1466 +"224361",87915,56364,2,1152,1626 +"224362",87915,58508,3,1152,2326 +"224363",87915,64712,3,1152,1411 +"224364",87915,69335,3,1152,2698 +"224365",87915,69453,3,1152,2831 +"224366",87915,71895,3,1152,1327 +"224367",87915,78611,3,1152,1586 +"224368",87915,79874,3,1152,1570 +"224369",87915,80301,3,1152,1690 +"224370",87915,80801,2,1152,1250 +"224371",87915,82039,3,1152,1327 +"224372",87915,83334,3,1152,1708 +"224373",87915,84591,2,1152,1685 +"224374",87915,92630,3,1152,1583 +"224375",87915,95060,3,1152,1974 +"224376",87915,96387,3,1152,2159 +"224377",87915,101666,2,1152,1257 +"224378",87919,31700,3,462,2727 +"224379",87919,37937,3,462,1320 +"224380",87919,41953,3,462,945 +"224381",87919,70854,3,462,635 +"224382",87958,21,3,1234,1385 +"224383",87958,140,3,1234,2267 +"224384",87958,1756,3,1234,2231 +"224385",87958,2407,3,1234,1725 +"224386",87958,2540,3,1234,1398 +"224387",87958,3127,3,1234,2273 +"224388",87958,3477,3,1234,2546 +"224389",87958,3786,3,1234,2282 +"224390",87958,4001,2,1234,1687 +"224391",87958,4660,2,1234,2149 +"224392",87958,5839,3,1234,2301 +"224393",87958,6063,3,1234,2349 +"224394",87958,7254,3,1234,1849 +"224395",87958,7450,3,1234,2827 +"224396",87958,7942,3,1234,2623 +"224397",87958,8354,3,1234,1705 +"224398",87958,8865,3,1234,2394 +"224399",87958,9481,3,1234,1610 +"224400",87958,10473,3,1234,1783 +"224401",87958,10754,3,1234,1797 +"224402",87958,13808,3,1234,1356 +"224403",87958,13879,3,1234,2748 +"224404",87958,14817,2,1234,2110 +"224405",87958,15826,3,1234,2772 +"224406",87958,16866,3,1234,2718 +"224407",87958,18217,3,1234,1566 +"224408",87958,18865,3,1234,2676 +"224409",87958,19433,2,1234,2504 +"224410",87958,19718,3,1234,1702 +"224411",87958,20984,3,1234,2502 +"224412",87958,22578,3,1234,2216 +"224413",87958,26182,3,1234,2775 +"224414",87958,27686,3,1234,2844 +"224415",87958,27908,3,1234,2576 +"224416",87958,29286,3,1234,1612 +"224417",87958,29977,3,1234,2781 +"224418",87958,30486,2,1234,1269 +"224419",87958,31700,3,1234,2727 +"224420",87958,32202,3,1234,2314 +"224421",87958,33223,3,1234,2397 +"224422",87958,35903,3,1234,1434 +"224423",87958,36487,3,1234,2622 +"224424",87958,36953,3,1234,2790 +"224425",87958,37937,2,1234,1320 +"224426",87958,39062,1,1234,2020 +"224427",87958,39249,3,1234,1665 +"224428",87958,39534,3,1234,2410 +"224429",87958,40542,3,1234,1664 +"224430",87958,40572,3,1234,2666 +"224431",87958,42813,3,1234,2142 +"224432",87958,43673,3,1234,2787 +"224433",87958,46486,2,1234,1868 +"224434",87958,47595,2,1234,2374 +"224435",87958,50335,2,1234,1893 +"224436",87958,51200,3,1234,2245 +"224437",87958,51223,3,1234,2153 +"224438",87958,51774,2,1234,2459 +"224439",87958,52483,3,1234,2317 +"224440",87958,53254,3,1234,1612 +"224441",87958,55296,3,1234,2413 +"224442",87958,56569,3,1234,1993 +"224443",87958,58233,3,1234,1665 +"224444",87958,60966,3,1234,2734 +"224445",87958,63395,3,1234,2334 +"224446",87958,63641,2,1234,2337 +"224447",87958,66121,3,1234,1281 +"224448",87958,66717,2,1234,2104 +"224449",87958,70455,3,1234,1307 +"224450",87958,74134,3,1234,1566 +"224451",87958,81545,3,1234,2077 +"224452",87958,96706,3,1234,1597 +"224453",87958,107435,3,1234,1635 +"224454",87965,867,1,255,1264 +"224455",87965,2524,3,255,1708 +"224456",87965,4763,3,255,1960 +"224457",87965,9227,3,255,1267 +"224458",87965,13537,3,255,1020 +"224459",87965,16573,3,255,802 +"224460",87965,21681,3,255,2005 +"224461",87965,26957,2,255,987 +"224462",87965,34875,3,255,1544 +"224463",87965,41446,3,255,1103 +"224464",87965,44636,3,255,1026 +"224465",87965,51879,3,255,1771 +"224466",87965,56537,3,255,2409 +"224467",87965,62488,3,255,1418 +"224468",87965,82932,3,255,2245 +"224469",87965,95416,3,255,982 +"224470",88037,1034,2,606,1438 +"224471",88037,14918,3,606,2071 +"224472",88037,17351,3,606,2036 +"224473",88037,20419,3,606,1587 +"224474",88037,27642,3,606,1531 +"224475",88037,34120,3,606,2786 +"224476",88037,46042,3,606,1692 +"224477",88037,79364,3,606,834 +"224478",88037,101446,3,606,920 +"224479",88038,5511,2,594,2356 +"224480",88038,33407,1,594,2496 +"224481",88038,34984,3,594,2056 +"224482",88039,22180,2,1219,1835 +"224483",88039,32964,2,1219,2252 +"224484",88039,70714,2,1219,2030 +"224485",88048,21945,3,2734,2781 +"224486",88063,14,2,1045,1793 +"224487",88063,854,3,1045,2307 +"224488",88063,915,3,1045,1793 +"224489",88063,1767,3,1045,2727 +"224490",88063,2337,3,1045,1697 +"224491",88063,3068,1,1045,1815 +"224492",88063,3886,3,1045,1669 +"224493",88063,3980,3,1045,2771 +"224494",88063,4504,3,1045,1905 +"224495",88063,4784,3,1045,2511 +"224496",88063,6020,3,1045,1864 +"224497",88063,6996,3,1045,2916 +"224498",88063,11625,3,1045,2022 +"224499",88063,13158,3,1045,2667 +"224500",88063,14328,3,1045,1725 +"224501",88063,17943,2,1045,1943 +"224502",88063,19282,1,1045,1623 +"224503",88063,19317,3,1045,2041 +"224504",88063,20416,3,1045,2323 +"224505",88063,20732,3,1045,2401 +"224506",88063,21358,3,1045,1970 +"224507",88063,22025,3,1045,1591 +"224508",88063,22185,3,1045,1174 +"224509",88063,23726,3,1045,2434 +"224510",88063,28648,3,1045,1586 +"224511",88063,29884,3,1045,1239 +"224512",88063,30092,2,1045,1593 +"224513",88063,30236,3,1045,2238 +"224514",88063,30827,2,1045,2323 +"224515",88063,32064,3,1045,1739 +"224516",88063,33621,3,1045,1319 +"224517",88063,34274,3,1045,1437 +"224518",88063,36637,3,1045,2085 +"224519",88063,38284,3,1045,1234 +"224520",88063,38732,3,1045,2263 +"224521",88063,42216,3,1045,2722 +"224522",88063,43404,2,1045,2649 +"224523",88063,45297,3,1045,1864 +"224524",88063,45450,3,1045,1590 +"224525",88063,48823,2,1045,2080 +"224526",88063,55084,2,1045,1189 +"224527",88063,59677,2,1045,1174 +"224528",88063,60179,3,1045,2708 +"224529",88063,70046,3,1045,2624 +"224530",88063,75028,3,1045,1660 +"224531",88063,93642,3,1045,1120 +"224532",88063,94520,3,1045,1243 +"224533",88063,95879,2,1045,1748 +"224534",88067,4932,3,2315,2752 +"224535",88067,18005,3,2315,2449 +"224536",88067,18421,3,2315,2457 +"224537",88067,19934,3,2315,2888 +"224538",88067,27320,2,2315,2378 +"224539",88067,27391,3,2315,2378 +"224540",88067,28893,3,2315,2764 +"224541",88067,33341,3,2315,2338 +"224542",88067,36344,3,2315,2570 +"224543",88067,41023,3,2315,2408 +"224544",88067,47595,3,2315,2374 +"224545",88067,47968,3,2315,2829 +"224546",88067,59039,3,2315,2870 +"224547",88070,14,2,949,1793 +"224548",88070,915,3,949,1793 +"224549",88070,1767,3,949,2727 +"224550",88070,3068,2,949,1815 +"224551",88070,3980,3,949,2771 +"224552",88070,10436,3,949,1547 +"224553",88070,11625,3,949,2022 +"224554",88070,13158,3,949,2667 +"224555",88070,14328,3,949,1725 +"224556",88070,15235,3,949,1045 +"224557",88070,17943,3,949,1943 +"224558",88070,19282,2,949,1623 +"224559",88070,20416,2,949,2323 +"224560",88070,22057,3,949,974 +"224561",88070,30092,2,949,1593 +"224562",88070,30827,2,949,2323 +"224563",88070,30850,1,949,1045 +"224564",88070,32064,3,949,1739 +"224565",88070,38284,3,949,1234 +"224566",88070,42216,3,949,2722 +"224567",88070,43404,2,949,2649 +"224568",88070,48823,3,949,2080 +"224569",88070,55084,2,949,1189 +"224570",88070,59677,3,949,1174 +"224571",88070,60179,3,949,2708 +"224572",88070,75028,3,949,1660 +"224573",88070,88063,1,949,1045 +"224574",88070,95879,3,949,1748 +"224575",88102,341,3,1244,2689 +"224576",88102,1745,3,1244,2693 +"224577",88102,2576,3,1244,1307 +"224578",88102,5363,2,1244,1791 +"224579",88102,5962,3,1244,2491 +"224580",88102,7937,3,1244,2044 +"224581",88102,17252,3,1244,1258 +"224582",88102,22964,3,1244,1443 +"224583",88102,27908,3,1244,2576 +"224584",88102,49558,3,1244,2083 +"224585",88102,53727,3,1244,2442 +"224586",88102,70455,3,1244,1307 +"224587",88102,77377,2,1244,1487 +"224588",88102,90745,3,1244,1994 +"224589",88114,50487,3,595,744 +"224590",88123,24761,3,2252,2384 +"224591",88123,113181,2,2252,2301 +"224592",88126,457,3,1027,1704 +"224593",88126,2143,2,1027,1174 +"224594",88126,8529,3,1027,1205 +"224595",88126,8866,3,1027,1545 +"224596",88126,8888,3,1027,1328 +"224597",88126,8910,2,1027,1054 +"224598",88126,16940,3,1027,1290 +"224599",88126,18394,3,1027,2356 +"224600",88126,19096,3,1027,1538 +"224601",88126,30405,2,1027,2164 +"224602",88126,34836,3,1027,2302 +"224603",88126,36087,3,1027,2755 +"224604",88126,38019,3,1027,1870 +"224605",88126,38780,3,1027,2705 +"224606",88126,44188,3,1027,1609 +"224607",88126,49512,2,1027,1302 +"224608",88126,51017,3,1027,2073 +"224609",88126,51035,3,1027,2397 +"224610",88126,53322,2,1027,1200 +"224611",88126,53323,1,1027,2677 +"224612",88126,53608,2,1027,1986 +"224613",88126,54305,3,1027,1222 +"224614",88126,55320,3,1027,1643 +"224615",88126,57353,2,1027,1849 +"224616",88126,71342,3,1027,1289 +"224617",88147,3034,3,1433,2601 +"224618",88147,7787,2,1433,2314 +"224619",88147,11858,3,1433,1530 +"224620",88171,388,3,1488,1594 +"224621",88171,1150,2,1488,1595 +"224622",88171,1560,3,1488,2013 +"224623",88171,1685,3,1488,2230 +"224624",88171,6989,3,1488,2623 +"224625",88171,8475,2,1488,2034 +"224626",88171,10200,3,1488,2920 +"224627",88171,11154,3,1488,1594 +"224628",88171,11429,3,1488,2520 +"224629",88171,14654,2,1488,1692 +"224630",88171,14761,3,1488,2502 +"224631",88171,19057,3,1488,2664 +"224632",88171,19296,1,1488,1705 +"224633",88171,19366,2,1488,2279 +"224634",88171,32235,3,1488,2109 +"224635",88171,35688,3,1488,1551 +"224636",88171,40392,3,1488,1878 +"224637",88171,45664,3,1488,2235 +"224638",88171,50621,3,1488,2809 +"224639",88171,70656,3,1488,2771 +"224640",88171,82226,3,1488,1619 +"224641",88176,15609,3,104,1229 +"224642",88176,15743,3,104,398 +"224643",88176,29354,3,104,1123 +"224644",88176,52389,2,104,512 +"224645",88176,59143,3,104,359 +"224646",88176,76997,2,104,2223 +"224647",88176,84796,3,104,113 +"224648",88176,95730,2,104,1481 +"224649",88176,103536,3,104,475 +"224650",88176,103920,3,104,274 +"224651",88189,147,3,847,1040 +"224652",88189,22353,3,847,1231 +"224653",88189,40630,3,847,930 +"224654",88189,67012,1,847,849 +"224655",88189,68539,3,847,1158 +"224656",88189,101435,2,847,1236 +"224657",88209,782,3,663,945 +"224658",88209,1578,3,663,1612 +"224659",88209,2057,3,663,1965 +"224660",88209,5845,3,663,1552 +"224661",88209,6603,1,663,2185 +"224662",88209,9801,3,663,2443 +"224663",88209,10002,3,663,1788 +"224664",88209,10279,3,663,886 +"224665",88209,13150,3,663,1570 +"224666",88209,17502,3,663,869 +"224667",88209,18211,3,663,1745 +"224668",88209,22256,2,663,829 +"224669",88209,24195,3,663,1575 +"224670",88209,27399,3,663,1866 +"224671",88209,29050,3,663,1196 +"224672",88209,29170,3,663,1846 +"224673",88209,31131,3,663,2810 +"224674",88209,36450,3,663,1591 +"224675",88209,36506,2,663,2638 +"224676",88209,39987,3,663,2096 +"224677",88209,40675,3,663,1595 +"224678",88209,43929,3,663,2749 +"224679",88209,45461,3,663,2458 +"224680",88209,47534,3,663,2712 +"224681",88209,47966,3,663,2409 +"224682",88209,61785,3,663,822 +"224683",88209,67963,3,663,806 +"224684",88209,76631,3,663,1697 +"224685",88209,86803,3,663,1764 +"224686",88209,94444,3,663,1554 +"224687",88209,97498,3,663,2346 +"224688",88212,8062,3,2547,2858 +"224689",88212,28893,3,2547,2764 +"224690",88212,63077,3,2547,2778 +"224691",88212,75282,2,2547,2675 +"224692",88232,11351,3,2881,2971 +"224693",88232,18543,2,2881,2968 +"224694",88232,43173,3,2881,2895 +"224695",88232,47248,3,2881,2883 +"224696",88232,73786,3,2881,2937 +"224697",88307,2452,3,437,1715 +"224698",88307,14287,3,437,1583 +"224699",88307,19934,3,437,2888 +"224700",88307,20176,3,437,1050 +"224701",88307,24176,3,437,1986 +"224702",88307,28446,2,437,917 +"224703",88307,29667,3,437,531 +"224704",88307,30865,2,437,2038 +"224705",88307,32939,3,437,2277 +"224706",88307,33665,3,437,787 +"224707",88307,34997,1,437,591 +"224708",88307,38087,3,437,1083 +"224709",88307,38373,3,437,1928 +"224710",88307,39249,3,437,1665 +"224711",88307,40003,2,437,936 +"224712",88307,41439,3,437,709 +"224713",88307,46570,2,437,1707 +"224714",88307,49551,2,437,879 +"224715",88307,52879,3,437,777 +"224716",88307,57804,3,437,2214 +"224717",88307,59039,3,437,2870 +"224718",88307,67815,3,437,2476 +"224719",88307,69131,3,437,2122 +"224720",88307,70126,3,437,1158 +"224721",88307,72438,3,437,1397 +"224722",88307,75282,3,437,2675 +"224723",88307,79114,3,437,591 +"224724",88307,81716,3,437,1199 +"224725",88307,92678,3,437,1769 +"224726",88307,92904,3,437,780 +"224727",88307,102566,3,437,2207 +"224728",88307,110402,3,437,858 +"224729",88324,11990,2,1080,1909 +"224730",88324,27742,3,1080,2700 +"224731",88324,27914,3,1080,2507 +"224732",88324,32110,3,1080,2224 +"224733",88324,43961,3,1080,2443 +"224734",88324,44074,3,1080,1299 +"224735",88324,89538,3,1080,1847 +"224736",88347,675,3,793,1686 +"224737",88347,1127,3,793,1188 +"224738",88347,1130,3,793,1566 +"224739",88347,1136,3,793,2536 +"224740",88347,2269,2,793,984 +"224741",88347,2325,3,793,1641 +"224742",88347,2765,2,793,2321 +"224743",88347,3966,3,793,2425 +"224744",88347,5491,3,793,2048 +"224745",88347,5710,3,793,1926 +"224746",88347,7861,2,793,1647 +"224747",88347,11208,1,793,1161 +"224748",88347,18615,3,793,1025 +"224749",88347,21795,3,793,2653 +"224750",88347,22714,2,793,2793 +"224751",88347,25129,3,793,2647 +"224752",88347,25341,3,793,1858 +"224753",88347,26282,2,793,1241 +"224754",88347,26766,2,793,1161 +"224755",88347,30602,3,793,960 +"224756",88347,34509,2,793,1973 +"224757",88347,37238,3,793,2609 +"224758",88347,39827,3,793,2321 +"224759",88347,42474,2,793,2322 +"224760",88347,47248,3,793,2883 +"224761",88347,51017,3,793,2073 +"224762",88347,51410,3,793,2739 +"224763",88347,53433,3,793,1187 +"224764",88347,58035,3,793,1646 +"224765",88347,63547,3,793,1023 +"224766",88347,64181,3,793,1828 +"224767",88347,67216,2,793,984 +"224768",88347,70605,3,793,1176 +"224769",88347,71618,2,793,2960 +"224770",88347,80190,3,793,2717 +"224771",88347,81482,1,793,908 +"224772",88427,2576,3,340,1307 +"224773",88427,2747,3,340,2411 +"224774",88427,3127,3,340,2273 +"224775",88427,4612,3,340,2804 +"224776",88427,9227,3,340,1267 +"224777",88427,9787,3,340,2858 +"224778",88427,12781,2,340,831 +"224779",88427,14998,3,340,1553 +"224780",88427,16502,3,340,1616 +"224781",88427,17252,3,340,1258 +"224782",88427,20155,3,340,1517 +"224783",88427,20220,3,340,1656 +"224784",88427,24302,2,340,407 +"224785",88427,29286,3,340,1612 +"224786",88427,40572,3,340,2666 +"224787",88427,44433,3,340,2224 +"224788",88427,44603,2,340,2748 +"224789",88427,46384,3,340,2285 +"224790",88427,70455,3,340,1307 +"224791",88427,71467,2,340,1051 +"224792",88427,100048,3,340,1573 +"224793",88427,111790,3,340,905 +"224794",88448,301,3,914,2070 +"224795",88448,1369,3,914,2487 +"224796",88448,3272,3,914,2132 +"224797",88448,4634,2,914,2291 +"224798",88448,6040,3,914,2103 +"224799",88448,6999,3,914,2214 +"224800",88448,7257,3,914,1915 +"224801",88448,8463,3,914,2466 +"224802",88448,9656,2,914,1135 +"224803",88448,9783,3,914,1275 +"224804",88448,10250,3,914,1606 +"224805",88448,12966,3,914,2011 +"224806",88448,14490,2,914,2291 +"224807",88448,14957,3,914,2306 +"224808",88448,15778,3,914,2262 +"224809",88448,15782,3,914,2306 +"224810",88448,16963,3,914,1999 +"224811",88448,20709,2,914,1757 +"224812",88448,21753,3,914,1838 +"224813",88448,22932,3,914,2469 +"224814",88448,23043,2,914,1109 +"224815",88448,25678,3,914,1558 +"224816",88448,35317,3,914,1888 +"224817",88448,42407,3,914,2408 +"224818",88448,42574,3,914,2842 +"224819",88448,47882,1,914,2769 +"224820",88448,50083,3,914,1275 +"224821",88448,51505,3,914,1572 +"224822",88448,55742,3,914,2006 +"224823",88448,58711,3,914,2746 +"224824",88448,67150,2,914,2633 +"224825",88448,73520,3,914,2613 +"224826",88448,77719,3,914,2086 +"224827",88448,78227,2,914,1745 +"224828",88448,78277,3,914,1937 +"224829",88448,78611,2,914,1586 +"224830",88448,84235,3,914,1639 +"224831",88448,93553,3,914,2537 +"224832",88448,96332,3,914,1197 +"224833",88448,108151,3,914,2377 +"224834",88454,2798,3,663,1673 +"224835",88454,44786,2,663,1096 +"224836",88454,58829,3,663,1256 +"224837",88454,59670,3,663,1173 +"224838",88454,94625,1,663,2105 +"224839",88454,115021,3,663,1226 +"224840",88455,41607,2,2388,2802 +"224841",88473,671,3,1102,2328 +"224842",88473,733,3,1102,1653 +"224843",88473,1315,3,1102,2760 +"224844",88473,2063,2,1102,1278 +"224845",88473,2743,3,1102,1278 +"224846",88473,3167,3,1102,1676 +"224847",88473,8533,3,1102,2251 +"224848",88473,8700,3,1102,1270 +"224849",88473,9702,3,1102,1928 +"224850",88473,12374,3,1102,2260 +"224851",88473,13324,3,1102,2163 +"224852",88473,16164,3,1102,1184 +"224853",88473,16217,3,1102,1653 +"224854",88473,16625,3,1102,1285 +"224855",88473,20311,3,1102,1981 +"224856",88473,20563,3,1102,2267 +"224857",88473,20824,2,1102,1366 +"224858",88473,21479,3,1102,2134 +"224859",88473,23534,1,1102,1659 +"224860",88473,28285,3,1102,2972 +"224861",88473,32988,3,1102,2008 +"224862",88473,34136,3,1102,2202 +"224863",88473,36637,3,1102,2085 +"224864",88473,42505,2,1102,2008 +"224865",88473,43839,3,1102,1685 +"224866",88473,44654,3,1102,2916 +"224867",88473,47789,3,1102,1583 +"224868",88473,50118,3,1102,2654 +"224869",88473,51022,3,1102,1499 +"224870",88473,51987,3,1102,1397 +"224871",88473,76081,2,1102,1534 +"224872",88473,82767,3,1102,1641 +"224873",88473,89511,3,1102,1205 +"224874",88473,97160,3,1102,1215 +"224875",88473,99103,3,1102,1470 +"224876",88473,112221,3,1102,1365 +"224877",88535,1315,2,1229,2760 +"224878",88535,3139,3,1229,1656 +"224879",88535,4567,3,1229,2348 +"224880",88535,7759,3,1229,2844 +"224881",88535,18825,3,1229,1240 +"224882",88535,19093,3,1229,2224 +"224883",88535,23825,3,1229,1913 +"224884",88535,30095,2,1229,1578 +"224885",88535,40129,3,1229,2162 +"224886",88535,41407,3,1229,1951 +"224887",88535,41837,3,1229,2399 +"224888",88535,44135,3,1229,2620 +"224889",88535,69250,3,1229,1439 +"224890",88535,69745,3,1229,1594 +"224891",88535,79211,3,1229,1590 +"224892",88535,114257,3,1229,2307 +"224893",88592,1046,3,1418,1881 +"224894",88592,7245,3,1418,2089 +"224895",88592,8533,3,1418,2251 +"224896",88592,11136,3,1418,2573 +"224897",88592,13842,3,1418,2250 +"224898",88592,32311,3,1418,2396 +"224899",88592,33537,3,1418,2406 +"224900",88592,41250,3,1418,1703 +"224901",88592,44235,3,1418,2700 +"224902",88592,47947,3,1418,2681 +"224903",88592,52969,3,1418,2302 +"224904",88592,57977,3,1418,2683 +"224905",88592,58238,3,1418,1944 +"224906",88592,66693,2,1418,2554 +"224907",88592,83523,3,1418,1461 +"224908",88609,30827,3,1917,2323 +"224909",88609,43404,3,1917,2649 +"224910",88710,2063,3,927,1278 +"224911",88710,2563,3,927,1686 +"224912",88710,3242,3,927,1730 +"224913",88710,4191,3,927,2130 +"224914",88710,4618,3,927,2607 +"224915",88710,7245,3,927,2089 +"224916",88710,8533,3,927,2251 +"224917",88710,8621,3,927,1681 +"224918",88710,8700,1,927,1270 +"224919",88710,9298,1,927,1109 +"224920",88710,14652,3,927,2516 +"224921",88710,16164,3,927,1184 +"224922",88710,16217,2,927,1653 +"224923",88710,16384,3,927,1320 +"224924",88710,17033,3,927,2771 +"224925",88710,18011,3,927,1636 +"224926",88710,18202,2,927,2475 +"224927",88710,18415,2,927,2184 +"224928",88710,20563,2,927,2267 +"224929",88710,20659,3,927,1969 +"224930",88710,20824,3,927,1366 +"224931",88710,21225,2,927,1945 +"224932",88710,23534,2,927,1659 +"224933",88710,23756,3,927,2309 +"224934",88710,25643,3,927,1646 +"224935",88710,26516,3,927,2479 +"224936",88710,26793,1,927,2104 +"224937",88710,27753,3,927,2750 +"224938",88710,28434,3,927,1141 +"224939",88710,29456,3,927,1182 +"224940",88710,32694,3,927,1602 +"224941",88710,37400,2,927,2860 +"224942",88710,38449,3,927,1802 +"224943",88710,42186,2,927,955 +"224944",88710,43153,2,927,1381 +"224945",88710,45549,3,927,1322 +"224946",88710,45633,3,927,2134 +"224947",88710,46391,3,927,1779 +"224948",88710,50254,3,927,1151 +"224949",88710,51987,3,927,1397 +"224950",88710,54094,3,927,987 +"224951",88710,56604,3,927,1919 +"224952",88710,58035,3,927,1646 +"224953",88710,64031,3,927,1295 +"224954",88710,65691,3,927,2134 +"224955",88710,74095,3,927,2333 +"224956",88710,83053,3,927,1303 +"224957",88710,88473,3,927,1102 +"224958",88710,94947,2,927,1368 +"224959",88710,100134,2,927,977 +"224960",88710,109978,3,927,1865 +"224961",88712,389,3,65,106 +"224962",88712,862,3,65,2254 +"224963",88712,1592,3,65,2006 +"224964",88712,1691,3,65,1941 +"224965",88712,2852,3,65,2448 +"224966",88712,2865,3,65,2006 +"224967",88712,3863,2,65,856 +"224968",88712,4505,3,65,292 +"224969",88712,4932,3,65,2752 +"224970",88712,5018,3,65,640 +"224971",88712,5258,3,65,2730 +"224972",88712,5568,3,65,1290 +"224973",88712,6390,3,65,2385 +"224974",88712,7245,3,65,2089 +"224975",88712,8226,2,65,2046 +"224976",88712,11383,3,65,977 +"224977",88712,12610,2,65,1274 +"224978",88712,12828,3,65,799 +"224979",88712,13394,3,65,1667 +"224980",88712,14108,3,65,2012 +"224981",88712,14676,3,65,2764 +"224982",88712,14731,3,65,2012 +"224983",88712,15871,3,65,508 +"224984",88712,15906,3,65,109 +"224985",88712,18415,3,65,2184 +"224986",88712,18502,3,65,1033 +"224987",88712,18543,2,65,2968 +"224988",88712,18718,3,65,494 +"224989",88712,18836,3,65,1270 +"224990",88712,19332,3,65,1214 +"224991",88712,23403,3,65,607 +"224992",88712,24198,3,65,2217 +"224993",88712,25327,3,65,977 +"224994",88712,25565,3,65,2764 +"224995",88712,28808,3,65,1063 +"224996",88712,28896,3,65,1395 +"224997",88712,29073,3,65,2328 +"224998",88712,29918,3,65,1953 +"224999",88712,30411,3,65,630 +"225000",88712,30883,3,65,1629 +"225001",88712,30974,3,65,947 +"225002",88712,31001,2,65,2119 +"225003",88712,31700,3,65,2727 +"225004",88712,33572,3,65,2370 +"225005",88712,33850,3,65,931 +"225006",88712,34314,3,65,630 +"225007",88712,34945,2,65,1298 +"225008",88712,35041,3,65,1311 +"225009",88712,36439,3,65,2469 +"225010",88712,37937,3,65,1320 +"225011",88712,38667,3,65,2880 +"225012",88712,41085,3,65,637 +"225013",88712,42619,3,65,2017 +"225014",88712,43046,3,65,419 +"225015",88712,43428,2,65,1299 +"225016",88712,44427,3,65,2875 +"225017",88712,45134,3,65,2758 +"225018",88712,45545,3,65,1776 +"225019",88712,46621,3,65,1343 +"225020",88712,47248,3,65,2883 +"225021",88712,47585,3,65,794 +"225022",88712,48215,3,65,2028 +"225023",88712,49300,3,65,515 +"225024",88712,50217,3,65,1211 +"225025",88712,50235,3,65,726 +"225026",88712,50487,3,65,744 +"225027",88712,53519,3,65,2781 +"225028",88712,53624,3,65,952 +"225029",88712,55155,3,65,2333 +"225030",88712,56116,3,65,1321 +"225031",88712,56910,3,65,2705 +"225032",88712,57990,3,65,978 +"225033",88712,58427,3,65,2234 +"225034",88712,61785,2,65,822 +"225035",88712,62957,3,65,1170 +"225036",88712,63498,3,65,977 +"225037",88712,66241,3,65,2351 +"225038",88712,66971,3,65,2299 +"225039",88712,67067,3,65,159 +"225040",88712,70854,3,65,635 +"225041",88712,70925,3,65,109 +"225042",88712,74912,3,65,1542 +"225043",88712,75025,3,65,717 +"225044",88712,75884,3,65,520 +"225045",88712,76192,3,65,912 +"225046",88712,78784,3,65,2824 +"225047",88712,82401,3,65,1210 +"225048",88712,82426,2,65,1576 +"225049",88712,82767,3,65,1641 +"225050",88712,86286,3,65,234 +"225051",88712,87206,3,65,1122 +"225052",88712,88232,3,65,2881 +"225053",88712,89880,3,65,1938 +"225054",88712,90150,3,65,174 +"225055",88712,92592,3,65,486 +"225056",88712,93398,3,65,828 +"225057",88712,94396,3,65,787 +"225058",88712,95288,3,65,1602 +"225059",88712,96671,3,65,359 +"225060",88712,101347,3,65,1335 +"225061",88712,101967,3,65,691 +"225062",88712,105207,3,65,451 +"225063",88712,106214,3,65,987 +"225064",88712,108430,3,65,1642 +"225065",88712,109506,3,65,458 +"225066",88712,110719,3,65,206 +"225067",88712,116996,3,65,242 +"225068",88726,14838,3,854,1746 +"225069",88726,49079,3,854,2447 +"225070",88726,76867,3,854,1296 +"225071",88726,79913,3,854,1514 +"225072",88739,1822,3,933,2888 +"225073",88739,2181,3,933,2030 +"225074",88739,3477,2,933,2546 +"225075",88739,4622,2,933,1589 +"225076",88739,6063,2,933,2349 +"225077",88739,6392,3,933,1878 +"225078",88739,7648,3,933,1861 +"225079",88739,8993,3,933,2099 +"225080",88739,9273,3,933,1747 +"225081",88739,9328,3,933,1937 +"225082",88739,9503,3,933,2453 +"225083",88739,11154,3,933,1594 +"225084",88739,11229,3,933,1625 +"225085",88739,12779,2,933,936 +"225086",88739,13899,3,933,2650 +"225087",88739,14817,3,933,2110 +"225088",88739,15023,3,933,2054 +"225089",88739,18217,2,933,1566 +"225090",88739,19317,3,933,2041 +"225091",88739,20124,3,933,2376 +"225092",88739,20984,3,933,2502 +"225093",88739,21684,3,933,1971 +"225094",88739,22403,3,933,1630 +"225095",88739,28588,3,933,1335 +"225096",88739,29267,3,933,1234 +"225097",88739,30486,3,933,1269 +"225098",88739,31357,3,933,2389 +"225099",88739,32339,3,933,2430 +"225100",88739,32395,3,933,2735 +"225101",88739,32904,3,933,2055 +"225102",88739,33223,2,933,2397 +"225103",88739,33451,3,933,1957 +"225104",88739,33470,3,933,2003 +"225105",88739,35822,3,933,1903 +"225106",88739,36346,3,933,1240 +"225107",88739,37301,3,933,2160 +"225108",88739,38457,3,933,1630 +"225109",88739,40542,2,933,1664 +"225110",88739,44181,3,933,1034 +"225111",88739,47595,3,933,2374 +"225112",88739,51843,3,933,2389 +"225113",88739,52953,3,933,1741 +"225114",88739,55307,3,933,2306 +"225115",88739,55997,3,933,1414 +"225116",88739,56873,3,933,1421 +"225117",88739,57150,3,933,1196 +"225118",88739,58536,3,933,2742 +"225119",88739,59289,3,933,2896 +"225120",88739,59790,3,933,1827 +"225121",88739,62975,3,933,977 +"225122",88739,76143,3,933,1610 +"225123",88739,76503,2,933,1136 +"225124",88739,78315,3,933,1136 +"225125",88739,79547,3,933,1909 +"225126",88739,84317,2,933,2081 +"225127",88739,91465,3,933,1047 +"225128",88750,357,3,787,2327 +"225129",88750,499,3,787,1931 +"225130",88750,543,3,787,2203 +"225131",88750,1469,2,787,1160 +"225132",88750,1777,3,787,1965 +"225133",88750,2036,3,787,2483 +"225134",88750,2754,2,787,1360 +"225135",88750,3167,3,787,1676 +"225136",88750,3830,3,787,1661 +"225137",88750,4366,3,787,1726 +"225138",88750,4889,3,787,1501 +"225139",88750,5462,3,787,2374 +"225140",88750,5504,3,787,2389 +"225141",88750,7672,2,787,1974 +"225142",88750,8229,3,787,1241 +"225143",88750,8772,3,787,847 +"225144",88750,12610,3,787,1274 +"225145",88750,13945,3,787,1324 +"225146",88750,14189,3,787,1483 +"225147",88750,14676,3,787,2764 +"225148",88750,15184,3,787,2396 +"225149",88750,16313,2,787,1160 +"225150",88750,19027,3,787,2721 +"225151",88750,19568,3,787,2302 +"225152",88750,22705,3,787,1016 +"225153",88750,23508,3,787,1907 +"225154",88750,24362,3,787,1287 +"225155",88750,24923,3,787,2785 +"225156",88750,27478,3,787,2485 +"225157",88750,28892,3,787,2023 +"225158",88750,29456,2,787,1182 +"225159",88750,30016,3,787,1124 +"225160",88750,31799,2,787,2547 +"225161",88750,32113,3,787,882 +"225162",88750,32409,2,787,857 +"225163",88750,32516,3,787,2050 +"225164",88750,34836,3,787,2302 +"225165",88750,35256,3,787,2271 +"225166",88750,38048,3,787,867 +"225167",88750,38227,3,787,2511 +"225168",88750,39444,3,787,2695 +"225169",88750,41747,3,787,1722 +"225170",88750,44636,3,787,1026 +"225171",88750,50217,3,787,1211 +"225172",88750,51410,3,787,2739 +"225173",88750,53031,3,787,2065 +"225174",88750,53624,1,787,952 +"225175",88750,55556,2,787,2075 +"225176",88750,58035,3,787,1646 +"225177",88750,61719,2,787,1515 +"225178",88750,63770,3,787,1324 +"225179",88750,65029,3,787,2954 +"225180",88750,72334,3,787,2820 +"225181",88750,72468,3,787,2292 +"225182",88750,73597,3,787,1989 +"225183",88750,83096,3,787,1061 +"225184",88750,90052,3,787,851 +"225185",88750,93615,3,787,2386 +"225186",88750,93752,3,787,1368 +"225187",88750,105233,2,787,1199 +"225188",88750,109114,3,787,1287 +"225189",88759,23000,2,1315,1815 +"225190",88759,26182,3,1315,2775 +"225191",88808,145,3,1462,1998 +"225192",88808,455,3,1462,2827 +"225193",88808,470,3,1462,2285 +"225194",88808,600,2,1462,1702 +"225195",88808,675,3,1462,1686 +"225196",88808,913,2,1462,2144 +"225197",88808,1136,3,1462,2536 +"225198",88808,1691,3,1462,1941 +"225199",88808,2523,3,1462,1691 +"225200",88808,3878,3,1462,1890 +"225201",88808,4084,3,1462,2133 +"225202",88808,4687,3,1462,2152 +"225203",88808,5504,3,1462,2389 +"225204",88808,6390,3,1462,2385 +"225205",88808,7245,3,1462,2089 +"225206",88808,7515,3,1462,2737 +"225207",88808,7847,3,1462,2424 +"225208",88808,9184,3,1462,2670 +"225209",88808,9311,3,1462,2477 +"225210",88808,9432,3,1462,1693 +"225211",88808,10433,3,1462,2075 +"225212",88808,11516,2,1462,1937 +"225213",88808,12199,2,1462,1651 +"225214",88808,12602,3,1462,1956 +"225215",88808,13068,3,1462,1778 +"225216",88808,13890,1,1462,1482 +"225217",88808,14652,3,1462,2516 +"225218",88808,17645,3,1462,1918 +"225219",88808,17698,2,1462,1559 +"225220",88808,18315,2,1462,2720 +"225221",88808,19322,3,1462,2048 +"225222",88808,19335,3,1462,1729 +"225223",88808,20407,3,1462,2339 +"225224",88808,22567,3,1462,2396 +"225225",88808,23132,2,1462,2756 +"225226",88808,23918,3,1462,1881 +"225227",88808,24448,3,1462,2289 +"225228",88808,24568,1,1462,1937 +"225229",88808,25816,3,1462,2088 +"225230",88808,27275,3,1462,2656 +"225231",88808,27390,3,1462,2425 +"225232",88808,27391,3,1462,2378 +"225233",88808,28115,3,1462,1835 +"225234",88808,29308,3,1462,2094 +"225235",88808,29930,3,1462,2240 +"225236",88808,31050,3,1462,1491 +"225237",88808,31235,3,1462,2668 +"225238",88808,34160,3,1462,1759 +"225239",88808,35302,2,1462,1589 +"225240",88808,36439,3,1462,2469 +"225241",88808,36651,3,1462,1600 +"225242",88808,40383,3,1462,2639 +"225243",88808,45633,3,1462,2134 +"225244",88808,47445,3,1462,2668 +"225245",88808,49144,3,1462,1542 +"225246",88808,51925,3,1462,2307 +"225247",88808,52327,3,1462,1472 +"225248",88808,53323,3,1462,2677 +"225249",88808,53608,3,1462,1986 +"225250",88808,53742,3,1462,2337 +"225251",88808,54855,3,1462,1525 +"225252",88808,62219,3,1462,2494 +"225253",88808,62840,3,1462,2502 +"225254",88808,63409,2,1462,1937 +"225255",88808,64181,3,1462,1828 +"225256",88808,64997,3,1462,2791 +"225257",88808,66413,3,1462,2507 +"225258",88808,73305,2,1462,2544 +"225259",88808,76583,3,1462,1817 +"225260",88808,79804,3,1462,2227 +"225261",88808,80429,2,1462,1927 +"225262",88808,82949,3,1462,2077 +"225263",88808,83907,3,1462,2056 +"225264",88808,105063,3,1462,1908 +"225265",88808,107649,2,1462,1573 +"225266",88819,231,3,83,1301 +"225267",88819,916,2,83,2718 +"225268",88819,2488,1,83,424 +"225269",88819,2724,3,83,2447 +"225270",88819,2802,2,83,1836 +"225271",88819,4194,2,83,1641 +"225272",88819,5414,3,83,2321 +"225273",88819,6562,3,83,1139 +"225274",88819,8123,3,83,144 +"225275",88819,9506,3,83,1012 +"225276",88819,9939,3,83,474 +"225277",88819,10004,3,83,872 +"225278",88819,10128,2,83,883 +"225279",88819,11506,3,83,2824 +"225280",88819,11803,2,83,1232 +"225281",88819,11897,2,83,1271 +"225282",88819,12818,3,83,2015 +"225283",88819,12861,3,83,1207 +"225284",88819,14061,3,83,1620 +"225285",88819,14750,3,83,102 +"225286",88819,14812,3,83,144 +"225287",88819,16593,2,83,1139 +"225288",88819,16643,3,83,1824 +"225289",88819,16690,3,83,2132 +"225290",88819,17159,2,83,883 +"225291",88819,17999,2,83,2758 +"225292",88819,18610,2,83,2141 +"225293",88819,19358,3,83,880 +"225294",88819,20371,3,83,595 +"225295",88819,20547,3,83,2145 +"225296",88819,22980,3,83,158 +"225297",88819,23668,3,83,144 +"225298",88819,23739,1,83,2463 +"225299",88819,26100,3,83,1966 +"225300",88819,26138,2,83,1902 +"225301",88819,29005,3,83,238 +"225302",88819,31357,3,83,2389 +"225303",88819,32070,3,83,950 +"225304",88819,32642,3,83,158 +"225305",88819,33278,2,83,1591 +"225306",88819,34242,3,83,1206 +"225307",88819,35414,3,83,1959 +"225308",88819,36662,2,83,2967 +"225309",88819,41603,3,83,1942 +"225310",88819,42407,3,83,2408 +"225311",88819,42998,2,83,1978 +"225312",88819,43524,3,83,2572 +"225313",88819,44447,3,83,165 +"225314",88819,46531,3,83,1737 +"225315",88819,46568,3,83,822 +"225316",88819,49147,3,83,2539 +"225317",88819,49621,3,83,1915 +"225318",88819,49805,3,83,2445 +"225319",88819,51678,3,83,1077 +"225320",88819,53017,3,83,2141 +"225321",88819,54737,3,83,326 +"225322",88819,55364,3,83,326 +"225323",88819,55405,3,83,2788 +"225324",88819,55730,3,83,1217 +"225325",88819,56168,3,83,1466 +"225326",88819,57037,3,83,2293 +"225327",88819,58356,3,83,222 +"225328",88819,59470,2,83,2393 +"225329",88819,62498,3,83,1698 +"225330",88819,62848,2,83,1230 +"225331",88819,71128,3,83,485 +"225332",88819,74054,3,83,1488 +"225333",88819,76295,3,83,1001 +"225334",88819,77519,2,83,819 +"225335",88819,79772,3,83,1230 +"225336",88819,79793,3,83,1915 +"225337",88819,80653,3,83,285 +"225338",88819,80705,3,83,2764 +"225339",88819,82917,3,83,2371 +"225340",88819,86010,3,83,1641 +"225341",88819,89129,2,83,790 +"225342",88819,94339,1,83,2768 +"225343",88819,97266,2,83,1016 +"225344",88819,99194,3,83,1271 +"225345",88819,112814,3,83,546 +"225346",88819,114228,3,83,1544 +"225347",88857,3255,2,1232,2504 +"225348",88857,6390,3,1232,2385 +"225349",88857,7548,3,1232,1932 +"225350",88857,9311,3,1232,2477 +"225351",88857,14723,3,1232,2019 +"225352",88857,14761,3,1232,2502 +"225353",88857,25440,3,1232,2749 +"225354",88857,30150,3,1232,1704 +"225355",88857,31054,2,1232,1273 +"225356",88857,32048,2,1232,2102 +"225357",88857,33356,3,1232,1586 +"225358",88857,35037,3,1232,2974 +"225359",88857,38755,3,1232,2902 +"225360",88857,43926,3,1232,2672 +"225361",88857,49347,3,1232,2504 +"225362",88857,49581,3,1232,1817 +"225363",88857,51546,3,1232,1369 +"225364",88857,55324,1,1232,1544 +"225365",88857,57657,3,1232,2735 +"225366",88857,58993,3,1232,2390 +"225367",88857,59819,3,1232,2624 +"225368",88857,61337,3,1232,2777 +"225369",88857,66677,3,1232,2151 +"225370",88857,72845,3,1232,1663 +"225371",88857,74190,3,1232,1428 +"225372",88857,90886,3,1232,1548 +"225373",88857,100462,1,1232,1927 +"225374",88857,103218,3,1232,1787 +"225375",88860,3242,3,1014,1730 +"225376",88860,4980,3,1014,2093 +"225377",88860,16164,3,1014,1184 +"225378",88860,17357,3,1014,1536 +"225379",88860,21911,2,1014,1184 +"225380",88860,23506,3,1014,1172 +"225381",88860,23704,3,1014,2278 +"225382",88860,26436,3,1014,2489 +"225383",88860,27753,3,1014,2750 +"225384",88860,30438,2,1014,1617 +"225385",88860,31000,1,1014,1526 +"225386",88860,31243,3,1014,1355 +"225387",88860,34492,2,1014,1798 +"225388",88860,38449,3,1014,1802 +"225389",88860,45715,1,1014,2287 +"225390",88860,51410,3,1014,2739 +"225391",88860,51987,3,1014,1397 +"225392",88860,77001,3,1014,1440 +"225393",88860,82454,3,1014,1266 +"225394",88887,160,3,1161,2007 +"225395",88887,1691,3,1161,1941 +"225396",88887,2563,3,1161,1686 +"225397",88887,3946,3,1161,1172 +"225398",88887,3961,3,1161,2426 +"225399",88887,7196,3,1161,1508 +"225400",88887,7616,3,1161,2296 +"225401",88887,7984,3,1161,2493 +"225402",88887,10222,3,1161,2212 +"225403",88887,10358,3,1161,2294 +"225404",88887,11477,2,1161,2724 +"225405",88887,11770,3,1161,1653 +"225406",88887,14669,2,1161,2080 +"225407",88887,15003,3,1161,2067 +"225408",88887,16539,3,1161,1947 +"225409",88887,19096,3,1161,1538 +"225410",88887,21950,3,1161,1892 +"225411",88887,22292,3,1161,1910 +"225412",88887,23460,3,1161,2183 +"225413",88887,24286,3,1161,1280 +"225414",88887,25030,3,1161,2017 +"225415",88887,32658,3,1161,1694 +"225416",88887,35481,3,1161,2211 +"225417",88887,46512,2,1161,1292 +"225418",88887,49334,3,1161,2433 +"225419",88887,50001,3,1161,1518 +"225420",88887,53859,3,1161,1817 +"225421",88887,68215,3,1161,2727 +"225422",88887,77611,3,1161,1795 +"225423",88887,99215,3,1161,2791 +"225424",88904,613,3,465,2687 +"225425",88904,669,2,465,1423 +"225426",88904,997,3,465,2788 +"225427",88904,6241,2,465,2264 +"225428",88904,10746,3,465,1506 +"225429",88904,10859,3,465,2231 +"225430",88904,12542,3,465,1888 +"225431",88904,16881,2,465,925 +"225432",88904,17906,3,465,1940 +"225433",88904,24405,2,465,1443 +"225434",88904,32163,3,465,859 +"225435",88904,33991,3,465,2249 +"225436",88904,35069,3,465,2069 +"225437",88904,35360,3,465,2043 +"225438",88904,39278,3,465,1952 +"225439",88904,42216,3,465,2722 +"225440",88904,49265,3,465,2686 +"225441",88904,57380,3,465,2362 +"225442",88904,59891,3,465,2706 +"225443",88904,62832,3,465,2606 +"225444",88904,72147,2,465,1075 +"225445",88904,81014,2,465,1925 +"225446",88904,93102,3,465,1174 +"225447",88904,109510,3,465,621 +"225448",88953,32103,3,1106,1491 +"225449",88953,66205,3,1106,2898 +"225450",88955,4953,3,795,2285 +"225451",88955,21029,3,795,1943 +"225452",88955,25213,3,795,2338 +"225453",88955,34945,3,795,1298 +"225454",88955,63442,3,795,1965 +"225455",88966,206,3,1568,1986 +"225456",88966,600,3,1568,1702 +"225457",88966,1092,3,1568,1945 +"225458",88966,1592,3,1568,2006 +"225459",88966,1691,2,1568,1941 +"225460",88966,2765,3,1568,2321 +"225461",88966,3695,3,1568,2612 +"225462",88966,4763,3,1568,1960 +"225463",88966,5429,3,1568,1991 +"225464",88966,5621,3,1568,1860 +"225465",88966,5710,3,1568,1926 +"225466",88966,6390,2,1568,2385 +"225467",88966,7847,3,1568,2424 +"225468",88966,8762,3,1568,2585 +"225469",88966,9893,3,1568,2701 +"225470",88966,10799,3,1568,2010 +"225471",88966,10874,3,1568,1891 +"225472",88966,11055,3,1568,2111 +"225473",88966,11239,3,1568,2181 +"225474",88966,12199,3,1568,1651 +"225475",88966,12713,3,1568,2440 +"225476",88966,12976,3,1568,2399 +"225477",88966,13732,3,1568,2789 +"225478",88966,14108,3,1568,2012 +"225479",88966,15184,3,1568,2396 +"225480",88966,15500,3,1568,1658 +"225481",88966,15527,3,1568,2039 +"225482",88966,15713,3,1568,1646 +"225483",88966,16727,3,1568,2164 +"225484",88966,17410,3,1568,2073 +"225485",88966,17826,2,1568,2920 +"225486",88966,18543,3,1568,2968 +"225487",88966,18571,3,1568,2128 +"225488",88966,19027,2,1568,2721 +"225489",88966,19364,3,1568,2846 +"225490",88966,20407,3,1568,2339 +"225491",88966,20423,3,1568,2654 +"225492",88966,20659,3,1568,1969 +"225493",88966,20700,3,1568,2861 +"225494",88966,21193,3,1568,2490 +"225495",88966,22108,3,1568,1915 +"225496",88966,23751,3,1568,1740 +"225497",88966,26865,3,1568,2726 +"225498",88966,27478,3,1568,2485 +"225499",88966,28432,3,1568,1954 +"225500",88966,30081,3,1568,2403 +"225501",88966,31164,3,1568,1996 +"225502",88966,31235,3,1568,2668 +"225503",88966,31307,3,1568,2139 +"225504",88966,31799,3,1568,2547 +"225505",88966,33622,3,1568,2230 +"225506",88966,36439,3,1568,2469 +"225507",88966,37509,3,1568,1640 +"225508",88966,37859,3,1568,1999 +"225509",88966,39827,3,1568,2321 +"225510",88966,41240,3,1568,2220 +"225511",88966,44427,3,1568,2875 +"225512",88966,46951,3,1568,2429 +"225513",88966,49461,3,1568,2793 +"225514",88966,53031,3,1568,2065 +"225515",88966,53809,3,1568,1956 +"225516",88966,55156,2,1568,2196 +"225517",88966,56464,3,1568,2488 +"225518",88966,57565,3,1568,1577 +"225519",88966,57781,2,1568,1971 +"225520",88966,57977,3,1568,2683 +"225521",88966,58284,3,1568,2292 +"225522",88966,64181,2,1568,1828 +"225523",88966,64997,3,1568,2791 +"225524",88966,65029,3,1568,2954 +"225525",88966,66413,3,1568,2507 +"225526",88966,68810,3,1568,2409 +"225527",88966,71702,3,1568,2353 +"225528",88966,73553,3,1568,2726 +"225529",88966,74636,3,1568,2525 +"225530",88966,78563,2,1568,2385 +"225531",88966,88232,3,1568,2881 +"225532",88966,105063,3,1568,1908 +"225533",88966,109978,3,1568,1865 +"225534",88966,121354,3,1568,2862 +"225535",88968,5673,3,585,1567 +"225536",88968,6133,3,585,1229 +"225537",88968,6562,3,585,1139 +"225538",88968,9506,2,585,1012 +"225539",88968,9716,3,585,1929 +"225540",88968,12481,2,585,1086 +"225541",88968,14789,3,585,1034 +"225542",88968,18808,3,585,2854 +"225543",88968,19687,3,585,2072 +"225544",88968,22905,2,585,2599 +"225545",88968,23513,3,585,900 +"225546",88968,23639,2,585,2065 +"225547",88968,24116,3,585,1413 +"225548",88968,25270,3,585,985 +"225549",88968,26567,3,585,1158 +"225550",88968,31251,3,585,2498 +"225551",88968,32582,3,585,1929 +"225552",88968,34055,3,585,1881 +"225553",88968,41051,3,585,2767 +"225554",88968,42628,3,585,2486 +"225555",88968,47330,3,585,2422 +"225556",88968,49147,3,585,2539 +"225557",88968,50635,2,585,2962 +"225558",88968,53362,3,585,2360 +"225559",88968,55775,3,585,2385 +"225560",88968,56673,1,585,2419 +"225561",88968,77666,3,585,1372 +"225562",88968,78768,3,585,841 +"225563",88968,79236,3,585,1505 +"225564",88968,81134,3,585,1384 +"225565",88968,91715,3,585,1034 +"225566",88968,97266,3,585,1016 +"225567",88968,102109,3,585,1367 +"225568",88968,104542,3,585,897 +"225569",88968,106554,3,585,1270 +"225570",88984,1708,3,935,1591 +"225571",88984,2282,1,935,2056 +"225572",88984,2927,2,935,1789 +"225573",88984,4249,3,935,2547 +"225574",88984,6345,3,935,2713 +"225575",88984,6999,3,935,2214 +"225576",88984,7604,3,935,1366 +"225577",88984,8607,3,935,1685 +"225578",88984,9724,3,935,2713 +"225579",88984,10701,3,935,2000 +"225580",88984,11858,3,935,1530 +"225581",88984,12116,3,935,2119 +"225582",88984,12966,3,935,2011 +"225583",88984,14470,3,935,2632 +"225584",88984,14957,3,935,2306 +"225585",88984,15782,3,935,2306 +"225586",88984,17499,3,935,2954 +"225587",88984,17695,3,935,1930 +"225588",88984,20038,3,935,1531 +"225589",88984,22357,2,935,1397 +"225590",88984,23550,3,935,2939 +"225591",88984,26597,2,935,2070 +"225592",88984,28782,1,935,2272 +"225593",88984,32169,3,935,2504 +"225594",88984,36399,3,935,1357 +"225595",88984,36840,2,935,2269 +"225596",88984,37684,3,935,2899 +"225597",88984,40407,2,935,1972 +"225598",88984,42382,2,935,2224 +"225599",88984,42390,3,935,2937 +"225600",88984,43701,3,935,2400 +"225601",88984,46616,2,935,1917 +"225602",88984,47607,3,935,2724 +"225603",88984,48419,3,935,1134 +"225604",88984,49142,3,935,2289 +"225605",88984,50440,3,935,2469 +"225606",88984,50468,3,935,1659 +"225607",88984,51505,3,935,1572 +"225608",88984,52323,3,935,2148 +"225609",88984,53584,2,935,2391 +"225610",88984,53652,3,935,2899 +"225611",88984,54316,3,935,1202 +"225612",88984,68884,3,935,1011 +"225613",88984,69260,3,935,1698 +"225614",88984,71999,3,935,2685 +"225615",88984,73520,3,935,2613 +"225616",88984,76796,3,935,1140 +"225617",88984,78277,3,935,1937 +"225618",88984,80970,2,935,2069 +"225619",88984,84181,3,935,1272 +"225620",88984,84591,3,935,1685 +"225621",88984,95060,3,935,1974 +"225622",88984,122938,3,935,1023 +"225623",89047,733,3,877,1653 +"225624",89047,962,3,877,1000 +"225625",89047,2269,3,877,984 +"225626",89047,2743,3,877,1278 +"225627",89047,3242,3,877,1730 +"225628",89047,3716,3,877,1679 +"225629",89047,4618,3,877,2607 +"225630",89047,5504,3,877,2389 +"225631",89047,5716,2,877,1058 +"225632",89047,5984,3,877,1675 +"225633",89047,5986,3,877,1721 +"225634",89047,6047,2,877,2004 +"225635",89047,6417,3,877,1675 +"225636",89047,8621,2,877,1681 +"225637",89047,10404,3,877,2062 +"225638",89047,10513,3,877,2284 +"225639",89047,11218,3,877,2292 +"225640",89047,11540,2,877,1237 +"225641",89047,12035,3,877,2721 +"225642",89047,12042,3,877,2345 +"225643",89047,13248,3,877,1385 +"225644",89047,13801,3,877,2041 +"225645",89047,14032,3,877,2144 +"225646",89047,14855,3,877,903 +"225647",89047,15539,3,877,1929 +"225648",89047,15872,3,877,1551 +"225649",89047,16074,3,877,977 +"225650",89047,16120,3,877,1237 +"225651",89047,16164,2,877,1184 +"225652",89047,16352,3,877,2657 +"225653",89047,17400,3,877,2231 +"225654",89047,20563,3,877,2267 +"225655",89047,20975,3,877,1305 +"225656",89047,21138,2,877,2849 +"225657",89047,22141,3,877,2348 +"225658",89047,26436,3,877,2489 +"225659",89047,26516,3,877,2479 +"225660",89047,27753,3,877,2750 +"225661",89047,28002,3,877,914 +"225662",89047,28731,3,877,955 +"225663",89047,30173,3,877,2404 +"225664",89047,30438,3,877,1617 +"225665",89047,31054,3,877,1273 +"225666",89047,34492,3,877,1798 +"225667",89047,34735,3,877,2767 +"225668",89047,37418,3,877,2710 +"225669",89047,38449,3,877,1802 +"225670",89047,47248,3,877,2883 +"225671",89047,50124,3,877,1209 +"225672",89047,51017,2,877,2073 +"225673",89047,51022,3,877,1499 +"225674",89047,51035,3,877,2397 +"225675",89047,52442,3,877,1269 +"225676",89047,53134,3,877,1590 +"225677",89047,54740,3,877,2750 +"225678",89047,54929,3,877,2783 +"225679",89047,57977,3,877,2683 +"225680",89047,63547,3,877,1023 +"225681",89047,80219,3,877,988 +"225682",89047,80678,3,877,1595 +"225683",89047,84022,3,877,2289 +"225684",89047,84296,3,877,1751 +"225685",89047,100134,3,877,977 +"225686",89047,101395,2,877,891 +"225687",89054,312,3,732,2038 +"225688",89054,380,3,732,2261 +"225689",89054,489,3,732,2652 +"225690",89054,1044,2,732,880 +"225691",89054,2181,3,732,2030 +"225692",89054,2424,3,732,2582 +"225693",89054,2533,3,732,2016 +"225694",89054,2742,3,732,1192 +"225695",89054,3305,3,732,2839 +"225696",89054,3751,3,732,1358 +"225697",89054,3801,3,732,1974 +"225698",89054,5429,3,732,1991 +"225699",89054,6055,3,732,2651 +"225700",89054,8821,3,732,2230 +"225701",89054,11006,3,732,1950 +"225702",89054,11440,3,732,2026 +"225703",89054,12728,3,732,2374 +"225704",89054,19248,2,732,2357 +"225705",89054,19719,3,732,2177 +"225706",89054,20124,2,732,2376 +"225707",89054,25198,3,732,1982 +"225708",89054,25241,3,732,1233 +"225709",89054,26573,3,732,1715 +"225710",89054,27694,2,732,2030 +"225711",89054,35187,3,732,2488 +"225712",89054,48605,2,732,2796 +"225713",89054,52576,3,732,2234 +"225714",89054,53846,3,732,2737 +"225715",89054,58414,3,732,880 +"225716",89054,58451,3,732,1939 +"225717",89054,61982,3,732,2725 +"225718",89054,62841,3,732,2710 +"225719",89054,72956,3,732,1251 +"225720",89054,97811,3,732,1288 +"225721",89057,26218,3,1286,2460 +"225722",89057,39657,3,1286,1947 +"225723",89057,39748,3,1286,1566 +"225724",89072,20423,3,1099,2654 +"225725",89072,29899,3,1099,2375 +"225726",89072,31700,3,1099,2727 +"225727",89072,40748,2,1099,1328 +"225728",89072,47715,3,1099,2111 +"225729",89072,60718,1,1099,1229 +"225730",89072,65203,3,1099,1597 +"225731",89097,212,3,935,1513 +"225732",89097,671,3,935,2328 +"225733",89097,913,3,935,2144 +"225734",89097,1102,3,935,2282 +"225735",89097,1639,3,935,2631 +"225736",89097,2269,3,935,984 +"225737",89097,2322,3,935,1645 +"225738",89097,2424,3,935,2582 +"225739",89097,2533,3,935,2016 +"225740",89097,2754,3,935,1360 +"225741",89097,3271,3,935,2216 +"225742",89097,3305,3,935,2839 +"225743",89097,3306,3,935,1989 +"225744",89097,3716,3,935,1679 +"225745",89097,4317,3,935,1224 +"225746",89097,4701,3,935,2401 +"225747",89097,4790,2,935,1025 +"225748",89097,4791,2,935,1184 +"225749",89097,6047,3,935,2004 +"225750",89097,6052,3,935,1985 +"225751",89097,6718,3,935,2138 +"225752",89097,8073,3,935,1847 +"225753",89097,8529,3,935,1205 +"225754",89097,8762,3,935,2585 +"225755",89097,8910,3,935,1054 +"225756",89097,9057,3,935,2629 +"225757",89097,9272,3,935,2835 +"225758",89097,9311,3,935,2477 +"225759",89097,9364,3,935,1698 +"225760",89097,9511,3,935,1232 +"225761",89097,10513,3,935,2284 +"225762",89097,11006,3,935,1950 +"225763",89097,11229,3,935,1625 +"225764",89097,11540,3,935,1237 +"225765",89097,11541,3,935,1927 +"225766",89097,11620,3,935,2010 +"225767",89097,12096,3,935,1330 +"225768",89097,12374,3,935,2260 +"225769",89097,12618,3,935,2021 +"225770",89097,12728,3,935,2374 +"225771",89097,13945,3,935,1324 +"225772",89097,14032,3,935,2144 +"225773",89097,14959,3,935,2898 +"225774",89097,16332,3,935,2668 +"225775",89097,16432,3,935,2664 +"225776",89097,16940,2,935,1290 +"225777",89097,17931,3,935,1617 +"225778",89097,18707,3,935,1143 +"225779",89097,19204,3,935,1753 +"225780",89097,19248,3,935,2357 +"225781",89097,19719,3,935,2177 +"225782",89097,20124,3,935,2376 +"225783",89097,20311,2,935,1981 +"225784",89097,20975,2,935,1305 +"225785",89097,21122,3,935,1701 +"225786",89097,21138,3,935,2849 +"225787",89097,21197,3,935,1437 +"225788",89097,21285,3,935,2100 +"225789",89097,21693,2,935,2176 +"225790",89097,22282,2,935,1418 +"225791",89097,22326,2,935,2818 +"225792",89097,22362,2,935,1836 +"225793",89097,22586,3,935,1341 +"225794",89097,23450,2,935,967 +"225795",89097,23727,3,935,1734 +"225796",89097,23729,2,935,1624 +"225797",89097,23970,3,935,1624 +"225798",89097,24362,3,935,1287 +"225799",89097,24755,2,935,1319 +"225800",89097,25305,3,935,2447 +"225801",89097,25577,2,935,1946 +"225802",89097,26451,3,935,2133 +"225803",89097,26471,3,935,1061 +"225804",89097,26570,3,935,1669 +"225805",89097,26749,2,935,2965 +"225806",89097,27175,3,935,1447 +"225807",89097,27275,3,935,2656 +"225808",89097,27390,3,935,2425 +"225809",89097,27694,3,935,2030 +"225810",89097,27792,3,935,1308 +"225811",89097,27849,3,935,1316 +"225812",89097,28015,2,935,1624 +"225813",89097,29987,3,935,956 +"225814",89097,30052,3,935,2855 +"225815",89097,30173,3,935,2404 +"225816",89097,31530,3,935,1661 +"225817",89097,31691,3,935,1657 +"225818",89097,32173,3,935,2341 +"225819",89097,33801,3,935,2899 +"225820",89097,33949,3,935,2489 +"225821",89097,34136,2,935,2202 +"225822",89097,34836,3,935,2302 +"225823",89097,38019,2,935,1870 +"225824",89097,41832,3,935,1155 +"225825",89097,43226,3,935,2442 +"225826",89097,43385,3,935,1623 +"225827",89097,47772,3,935,2293 +"225828",89097,48110,3,935,2009 +"225829",89097,49512,3,935,1302 +"225830",89097,51017,3,935,2073 +"225831",89097,51035,3,935,2397 +"225832",89097,51810,3,935,1401 +"225833",89097,52058,3,935,1836 +"225834",89097,52136,3,935,1412 +"225835",89097,52570,3,935,2645 +"225836",89097,52576,2,935,2234 +"225837",89097,52735,3,935,1124 +"225838",89097,53196,3,935,1888 +"225839",89097,53323,3,935,2677 +"225840",89097,54305,3,935,1222 +"225841",89097,55082,3,935,1856 +"225842",89097,55139,3,935,2323 +"225843",89097,55438,3,935,2863 +"225844",89097,55468,3,935,2511 +"225845",89097,56082,3,935,2395 +"225846",89097,56317,1,935,2030 +"225847",89097,56340,3,935,2060 +"225848",89097,57950,3,935,1529 +"225849",89097,58078,3,935,1252 +"225850",89097,58133,3,935,1484 +"225851",89097,58508,2,935,2326 +"225852",89097,58652,3,935,1437 +"225853",89097,58684,3,935,2295 +"225854",89097,59700,3,935,2346 +"225855",89097,61982,3,935,2725 +"225856",89097,62841,3,935,2710 +"225857",89097,64181,3,935,1828 +"225858",89097,65007,3,935,2530 +"225859",89097,66860,3,935,1548 +"225860",89097,67222,3,935,1332 +"225861",89097,67719,3,935,2429 +"225862",89097,69335,3,935,2698 +"225863",89097,70217,3,935,2332 +"225864",89097,71342,2,935,1289 +"225865",89097,72207,3,935,2430 +"225866",89097,72956,2,935,1251 +"225867",89097,73128,2,935,1549 +"225868",89097,73786,3,935,2937 +"225869",89097,75948,2,935,1006 +"225870",89097,76284,3,935,1237 +"225871",89097,76892,3,935,2381 +"225872",89097,77305,1,935,965 +"225873",89097,79322,3,935,2770 +"225874",89097,79436,3,935,1344 +"225875",89097,80301,3,935,1690 +"225876",89097,81588,1,935,1568 +"225877",89097,82893,3,935,1275 +"225878",89097,82949,2,935,2077 +"225879",89097,87048,3,935,989 +"225880",89097,93332,3,935,982 +"225881",89097,94908,3,935,1413 +"225882",89097,98781,3,935,1410 +"225883",89097,101295,3,935,2165 +"225884",89097,101797,3,935,2357 +"225885",89097,115622,3,935,1895 +"225886",89106,307,3,527,2530 +"225887",89106,1036,3,527,1367 +"225888",89106,1092,3,527,1945 +"225889",89106,1397,1,527,1225 +"225890",89106,3753,3,527,1255 +"225891",89106,9893,2,527,2701 +"225892",89106,15433,3,527,2038 +"225893",89106,15716,3,527,1991 +"225894",89106,21706,3,527,1988 +"225895",89106,22586,3,527,1341 +"225896",89106,45608,3,527,2420 +"225897",89106,52735,3,527,1124 +"225898",89129,916,2,790,2718 +"225899",89129,2802,2,790,1836 +"225900",89129,11897,2,790,1271 +"225901",89129,17999,3,790,2758 +"225902",89129,23739,2,790,2463 +"225903",89129,36662,2,790,2967 +"225904",89129,51678,3,790,1077 +"225905",89129,57037,3,790,2293 +"225906",89129,59470,3,790,2393 +"225907",89129,94339,3,790,2768 +"225908",89135,827,3,116,2964 +"225909",89135,916,3,116,2718 +"225910",89135,1624,3,116,2687 +"225911",89135,1708,3,116,1591 +"225912",89135,2282,3,116,2056 +"225913",89135,2647,3,116,2450 +"225914",89135,2927,2,116,1789 +"225915",89135,4180,2,116,1817 +"225916",89135,4551,1,116,2720 +"225917",89135,5303,2,116,1849 +"225918",89135,6040,3,116,2103 +"225919",89135,6480,2,116,1678 +"225920",89135,7253,1,116,2686 +"225921",89135,7254,1,116,1849 +"225922",89135,7604,3,116,1366 +"225923",89135,8006,3,116,479 +"225924",89135,11665,3,116,1643 +"225925",89135,11858,1,116,1530 +"225926",89135,13034,3,116,698 +"225927",89135,13068,3,116,1778 +"225928",89135,15146,1,116,1546 +"225929",89135,16538,3,116,704 +"225930",89135,18718,2,116,494 +"225931",89135,19509,2,116,2000 +"225932",89135,21027,2,116,560 +"225933",89135,22980,3,116,158 +"225934",89135,25378,3,116,1245 +"225935",89135,26513,3,116,2205 +"225936",89135,28268,2,116,2258 +"225937",89135,28782,3,116,2272 +"225938",89135,34953,2,116,1817 +"225939",89135,35787,3,116,1132 +"225940",89135,36399,3,116,1357 +"225941",89135,36840,3,116,2269 +"225942",89135,42382,3,116,2224 +"225943",89135,42390,3,116,2937 +"225944",89135,42773,3,116,385 +"225945",89135,43543,3,116,1457 +"225946",89135,46616,3,116,1917 +"225947",89135,47607,3,116,2724 +"225948",89135,52380,2,116,2686 +"225949",89135,53584,3,116,2391 +"225950",89135,58945,2,116,2481 +"225951",89135,59511,2,116,2753 +"225952",89135,61948,3,116,1231 +"225953",89135,65188,3,116,2213 +"225954",89135,65375,3,116,824 +"225955",89135,66267,3,116,1278 +"225956",89135,69029,3,116,2623 +"225957",89135,71895,3,116,1327 +"225958",89135,75194,2,116,1736 +"225959",89135,78611,3,116,1586 +"225960",89135,80970,3,116,2069 +"225961",89135,82312,1,116,340 +"225962",89135,84181,3,116,1272 +"225963",89135,90778,3,116,683 +"225964",89135,102467,3,116,708 +"225965",89135,112176,2,116,250 +"225966",89137,3167,3,580,1676 +"225967",89137,4623,3,580,1176 +"225968",89137,12096,3,580,1330 +"225969",89137,17852,3,580,2840 +"225970",89137,26570,3,580,1669 +"225971",89137,27355,3,580,870 +"225972",89137,32648,3,580,669 +"225973",89137,34158,2,580,2639 +"225974",89137,38219,3,580,1689 +"225975",89137,39748,3,580,1566 +"225976",89137,39865,3,580,849 +"225977",89137,40893,3,580,1116 +"225978",89137,44161,2,580,1156 +"225979",89137,51157,2,580,2319 +"225980",89137,51319,3,580,2488 +"225981",89137,62148,2,580,1566 +"225982",89137,64219,3,580,2705 +"225983",89137,64786,2,580,870 +"225984",89137,65322,3,580,2008 +"225985",89137,81478,3,580,1640 +"225986",89137,85547,3,580,997 +"225987",89181,3430,3,1910,2498 +"225988",89181,14669,3,1910,2080 +"225989",89181,52024,3,1910,2500 +"225990",89181,68215,3,1910,2727 +"225991",89191,10779,3,161,2881 +"225992",89191,11127,3,161,1196 +"225993",89191,11875,3,161,1526 +"225994",89191,17061,3,161,2385 +"225995",89191,17347,3,161,1526 +"225996",89191,17819,3,161,2291 +"225997",89191,19338,3,161,620 +"225998",89191,22415,3,161,2841 +"225999",89191,27623,3,161,2970 +"226000",89191,37376,3,161,432 +"226001",89191,42946,3,161,2900 +"226002",89191,44598,3,161,2356 +"226003",89191,49642,3,161,1166 +"226004",89191,51815,3,161,1252 +"226005",89191,69438,3,161,830 +"226006",89191,71971,3,161,1294 +"226007",89191,74730,3,161,535 +"226008",89191,82949,3,161,2077 +"226009",89191,90860,2,161,851 +"226010",89191,92480,2,161,832 +"226011",89191,99957,2,161,171 +"226012",89191,113131,2,161,445 +"226013",89191,115622,3,161,1895 +"226014",89203,1397,3,453,1225 +"226015",89203,3753,3,453,1255 +"226016",89203,6218,3,453,702 +"226017",89203,14972,3,453,2332 +"226018",89203,19096,3,453,1538 +"226019",89203,19733,1,453,1907 +"226020",89203,39186,3,453,1258 +"226021",89203,40417,3,453,771 +"226022",89203,52735,3,453,1124 +"226023",89203,80219,3,453,988 +"226024",89258,1685,2,1147,2230 +"226025",89258,1785,3,1147,2350 +"226026",89258,2370,3,1147,1600 +"226027",89258,3360,1,1147,1583 +"226028",89258,3477,3,1147,2546 +"226029",89258,4784,3,1147,2511 +"226030",89258,5355,3,1147,1499 +"226031",89258,5937,2,1147,2392 +"226032",89258,6020,2,1147,1864 +"226033",89258,6063,3,1147,2349 +"226034",89258,11154,2,1147,1594 +"226035",89258,11868,2,1147,1639 +"226036",89258,12007,1,1147,1594 +"226037",89258,13595,3,1147,1164 +"226038",89258,13671,3,1147,1371 +"226039",89258,14584,3,1147,1573 +"226040",89258,14838,3,1147,1746 +"226041",89258,15558,3,1147,2389 +"226042",89258,18217,3,1147,1566 +"226043",89258,18821,3,1147,2075 +"226044",89258,19002,3,1147,2053 +"226045",89258,21358,3,1147,1970 +"226046",89258,22744,2,1147,1907 +"226047",89258,26698,3,1147,1963 +"226048",89258,27074,2,1147,1454 +"226049",89258,28648,3,1147,1586 +"226050",89258,28970,3,1147,2111 +"226051",89258,29775,3,1147,2064 +"226052",89258,31794,3,1147,1919 +"226053",89258,32841,3,1147,1345 +"226054",89258,33223,3,1147,2397 +"226055",89258,34274,3,1147,1437 +"226056",89258,40542,3,1147,1664 +"226057",89258,41489,3,1147,2006 +"226058",89258,41521,3,1147,2069 +"226059",89258,43311,3,1147,1553 +"226060",89258,45297,3,1147,1864 +"226061",89258,52953,3,1147,1741 +"226062",89258,56413,3,1147,2747 +"226063",89258,79461,3,1147,1667 +"226064",89258,79913,3,1147,1514 +"226065",89258,80942,3,1147,1240 +"226066",89258,85401,3,1147,1931 +"226067",89258,86559,2,1147,1704 +"226068",89258,87190,1,1147,1704 +"226069",89258,90429,3,1147,1684 +"226070",89258,104843,3,1147,1167 +"226071",89258,113498,3,1147,2568 +"226072",89259,5673,3,45,1567 +"226073",89259,6078,2,45,498 +"226074",89259,11135,3,45,2441 +"226075",89259,15502,3,45,2637 +"226076",89259,16545,3,45,186 +"226077",89259,16593,3,45,1139 +"226078",89259,23330,2,45,448 +"226079",89259,23639,3,45,2065 +"226080",89259,24116,3,45,1413 +"226081",89259,30164,3,45,404 +"226082",89259,36487,3,45,2622 +"226083",89259,41180,3,45,1556 +"226084",89259,51448,3,45,1593 +"226085",89259,61513,3,45,2948 +"226086",89259,65223,3,45,2724 +"226087",89259,79236,3,45,1505 +"226088",89259,81134,3,45,1384 +"226089",89259,83133,3,45,1055 +"226090",89259,92947,2,45,1289 +"226091",89259,111128,3,45,1234 +"226092",89278,5491,3,587,2048 +"226093",89278,6390,3,587,2385 +"226094",89278,7548,3,587,1932 +"226095",89278,7840,2,587,984 +"226096",89278,9311,3,587,2477 +"226097",89278,10439,3,587,773 +"226098",89278,10474,3,587,1608 +"226099",89278,14723,3,587,2019 +"226100",89278,19092,3,587,906 +"226101",89278,20494,2,587,1075 +"226102",89278,22422,1,587,894 +"226103",89278,28002,3,587,914 +"226104",89278,30746,3,587,1209 +"226105",89278,31054,3,587,1273 +"226106",89278,33241,3,587,632 +"226107",89278,33356,3,587,1586 +"226108",89278,35888,3,587,2291 +"226109",89278,38755,3,587,2902 +"226110",89278,40913,3,587,1800 +"226111",89278,49581,3,587,1817 +"226112",89278,50093,3,587,909 +"226113",89278,55324,2,587,1544 +"226114",89278,58993,3,587,2390 +"226115",89278,59937,3,587,885 +"226116",89278,61337,3,587,2777 +"226117",89278,63966,3,587,1565 +"226118",89278,66677,3,587,2151 +"226119",89278,72845,3,587,1663 +"226120",89278,74190,3,587,1428 +"226121",89278,74318,3,587,632 +"226122",89278,75343,3,587,2008 +"226123",89278,88857,2,587,1232 +"226124",89278,94450,3,587,1127 +"226125",89278,100218,3,587,606 +"226126",89278,100462,3,587,1927 +"226127",89278,102301,3,587,865 +"226128",89278,103218,3,587,1787 +"226129",89311,2591,3,398,1949 +"226130",89311,9484,3,398,1429 +"226131",89311,11588,2,398,2352 +"226132",89311,14998,3,398,1553 +"226133",89311,36346,2,398,1240 +"226134",89311,38532,3,398,1234 +"226135",89311,39418,3,398,1978 +"226136",89311,110398,3,398,601 +"226137",89329,1222,3,517,2598 +"226138",89329,4194,3,517,1641 +"226139",89329,4698,3,517,2481 +"226140",89329,5414,2,517,2321 +"226141",89329,6262,2,517,2733 +"226142",89329,6432,2,517,2297 +"226143",89329,6755,3,517,2818 +"226144",89329,9808,3,517,1648 +"226145",89329,11429,3,517,2520 +"226146",89329,11897,2,517,1271 +"226147",89329,13150,3,517,1570 +"226148",89329,13861,3,517,1197 +"226149",89329,14761,3,517,2502 +"226150",89329,15047,3,517,1697 +"226151",89329,16590,2,517,1123 +"226152",89329,18466,3,517,2340 +"226153",89329,19323,2,517,1705 +"226154",89329,19358,3,517,880 +"226155",89329,28914,3,517,580 +"226156",89329,32070,3,517,950 +"226157",89329,33755,3,517,2963 +"226158",89329,35414,3,517,1959 +"226159",89329,37342,3,517,2649 +"226160",89329,38274,2,517,1181 +"226161",89329,46568,3,517,822 +"226162",89329,56168,3,517,1466 +"226163",89329,57037,3,517,2293 +"226164",89329,72207,3,517,2430 +"226165",89329,76604,3,517,2590 +"226166",89329,96349,3,517,1874 +"226167",89329,99194,3,517,1271 +"226168",89329,104161,3,517,613 +"226169",89329,105867,2,517,1641 +"226170",89329,112814,2,517,546 +"226171",89391,1785,3,2180,2350 +"226172",89391,10119,3,2180,2374 +"226173",89391,14442,2,2180,2700 +"226174",89391,25330,3,2180,2370 +"226175",89391,36996,3,2180,2321 +"226176",89391,47882,3,2180,2769 +"226177",89391,59289,3,2180,2896 +"226178",89471,15563,3,2349,2719 +"226179",89511,3947,3,1205,2067 +"226180",89511,3961,2,1205,2426 +"226181",89511,4289,3,1205,1921 +"226182",89511,5239,3,1205,2875 +"226183",89511,7196,3,1205,1508 +"226184",89511,7269,3,1205,1728 +"226185",89511,7984,2,1205,2493 +"226186",89511,10358,3,1205,2294 +"226187",89511,11477,3,1205,2724 +"226188",89511,13388,3,1205,2119 +"226189",89511,13780,3,1205,2412 +"226190",89511,14943,3,1205,1942 +"226191",89511,15401,2,1205,1999 +"226192",89511,16625,1,1205,1285 +"226193",89511,16801,3,1205,2008 +"226194",89511,16826,3,1205,2599 +"226195",89511,18103,3,1205,1968 +"226196",89511,18735,3,1205,1581 +"226197",89511,20067,3,1205,2390 +"226198",89511,20311,3,1205,1981 +"226199",89511,21754,3,1205,1881 +"226200",89511,26713,3,1205,1235 +"226201",89511,28784,2,1205,1579 +"226202",89511,30747,3,1205,2455 +"226203",89511,31890,3,1205,1487 +"226204",89511,32988,2,1205,2008 +"226205",89511,33801,3,1205,2899 +"226206",89511,34158,3,1205,2639 +"226207",89511,35529,3,1205,1620 +"226208",89511,38219,2,1205,1689 +"226209",89511,40432,3,1205,1956 +"226210",89511,40645,2,1205,1899 +"226211",89511,41936,3,1205,2258 +"226212",89511,42505,1,1205,2008 +"226213",89511,45959,3,1205,1880 +"226214",89511,46040,3,1205,2105 +"226215",89511,48698,3,1205,1474 +"226216",89511,55139,3,1205,2323 +"226217",89511,56237,3,1205,2625 +"226218",89511,64031,3,1205,1295 +"226219",89511,64181,3,1205,1828 +"226220",89511,64997,3,1205,2791 +"226221",89511,65155,2,1205,1947 +"226222",89511,65203,3,1205,1597 +"226223",89511,65322,2,1205,2008 +"226224",89511,70046,3,1205,2624 +"226225",89511,76081,3,1205,1534 +"226226",89511,76511,2,1205,1250 +"226227",89511,78150,3,1205,2581 +"226228",89511,79567,3,1205,1942 +"226229",89511,92757,3,1205,2615 +"226230",89511,96352,3,1205,1493 +"226231",89511,97160,2,1205,1215 +"226232",89519,2258,2,115,288 +"226233",89519,5816,3,115,2408 +"226234",89519,11410,2,115,201 +"226235",89519,13400,3,115,1371 +"226236",89519,25259,2,115,1699 +"226237",89519,53362,3,115,2360 +"226238",89519,55775,3,115,2385 +"226239",89527,600,3,572,1702 +"226240",89527,5315,3,572,2631 +"226241",89527,16053,3,572,908 +"226242",89527,17396,2,572,1672 +"226243",89527,19113,3,572,1171 +"226244",89527,19637,3,572,1229 +"226245",89527,20067,3,572,2390 +"226246",89527,22566,3,572,2308 +"226247",89527,25443,3,572,1441 +"226248",89527,35529,3,572,1620 +"226249",89527,41739,3,572,1339 +"226250",89527,45704,3,572,2687 +"226251",89527,53043,3,572,803 +"226252",89527,60552,3,572,855 +"226253",89527,64181,3,572,1828 +"226254",89527,65625,3,572,1273 +"226255",89527,66413,3,572,2507 +"226256",89527,70528,1,572,2727 +"226257",89527,70996,3,572,1037 +"226258",89527,105063,3,572,1908 +"226259",89538,11990,3,1847,1909 +"226260",89538,16690,3,1847,2132 +"226261",89538,27742,3,1847,2700 +"226262",89538,27882,3,1847,1897 +"226263",89538,27914,3,1847,2507 +"226264",89538,32920,3,1847,2158 +"226265",89538,36487,3,1847,2622 +"226266",89538,39418,3,1847,1978 +"226267",89538,42543,3,1847,1907 +"226268",89538,43961,2,1847,2443 +"226269",89538,47375,3,1847,2043 +"226270",89538,56755,3,1847,2158 +"226271",89541,671,3,525,2328 +"226272",89541,1826,3,525,924 +"226273",89541,2269,3,525,984 +"226274",89541,2754,3,525,1360 +"226275",89541,4317,3,525,1224 +"226276",89541,4701,3,525,2401 +"226277",89541,4790,2,525,1025 +"226278",89541,4791,2,525,1184 +"226279",89541,9474,3,525,864 +"226280",89541,11541,3,525,1927 +"226281",89541,12096,3,525,1330 +"226282",89541,13945,3,525,1324 +"226283",89541,14678,3,525,799 +"226284",89541,18393,3,525,860 +"226285",89541,18707,3,525,1143 +"226286",89541,20975,3,525,1305 +"226287",89541,21122,3,525,1701 +"226288",89541,21198,3,525,935 +"226289",89541,22282,3,525,1418 +"226290",89541,23450,3,525,967 +"226291",89541,23652,3,525,803 +"226292",89541,23729,3,525,1624 +"226293",89541,24755,2,525,1319 +"226294",89541,26451,3,525,2133 +"226295",89541,26570,3,525,1669 +"226296",89541,26749,3,525,2965 +"226297",89541,27175,3,525,1447 +"226298",89541,27390,3,525,2425 +"226299",89541,27849,3,525,1316 +"226300",89541,28015,3,525,1624 +"226301",89541,29705,2,525,607 +"226302",89541,38019,3,525,1870 +"226303",89541,39238,3,525,922 +"226304",89541,41174,3,525,850 +"226305",89541,41832,3,525,1155 +"226306",89541,42618,3,525,2316 +"226307",89541,43051,2,525,904 +"226308",89541,46723,3,525,607 +"226309",89541,50219,3,525,756 +"226310",89541,51810,3,525,1401 +"226311",89541,52058,3,525,1836 +"226312",89541,55468,3,525,2511 +"226313",89541,56317,3,525,2030 +"226314",89541,57950,3,525,1529 +"226315",89541,64181,3,525,1828 +"226316",89541,66860,3,525,1548 +"226317",89541,67222,3,525,1332 +"226318",89541,71342,3,525,1289 +"226319",89541,72956,3,525,1251 +"226320",89541,75948,2,525,1006 +"226321",89541,77305,2,525,965 +"226322",89541,79322,3,525,2770 +"226323",89541,81588,2,525,1568 +"226324",89541,83434,3,525,850 +"226325",89541,89097,2,525,935 +"226326",89541,90573,3,525,878 +"226327",89541,92220,1,525,607 +"226328",89565,288,3,631,947 +"226329",89565,2754,3,631,1360 +"226330",89565,30857,3,631,863 +"226331",89565,54857,2,631,849 +"226332",89565,67222,2,631,1332 +"226333",89565,72334,3,631,2820 +"226334",89578,7798,3,828,949 +"226335",89578,8088,3,828,2220 +"226336",89578,12103,2,828,1244 +"226337",89578,16040,3,828,1244 +"226338",89578,30906,3,828,2537 +"226339",89586,5971,3,1401,1985 +"226340",89586,9620,3,1401,2339 +"226341",89586,10914,3,1401,1660 +"226342",89586,11419,2,1401,1408 +"226343",89586,73266,2,1401,2496 +"226344",89586,90501,3,1401,2380 +"226345",89653,1257,3,562,1212 +"226346",89653,8088,3,562,2220 +"226347",89653,15023,3,562,2054 +"226348",89653,20921,3,562,723 +"226349",89653,29295,3,562,2043 +"226350",89653,51399,3,562,934 +"226351",89653,80615,3,562,2252 +"226352",89653,93590,3,562,1188 +"226353",89653,94513,2,562,1102 +"226354",89653,98436,3,562,1212 +"226355",89668,1224,3,1279,2435 +"226356",89668,1777,3,1279,1965 +"226357",89668,2765,3,1279,2321 +"226358",89668,3067,3,1279,1378 +"226359",89668,3830,3,1279,1661 +"226360",89668,5078,3,1279,2033 +"226361",89668,5457,3,1279,2077 +"226362",89668,5462,3,1279,2374 +"226363",89668,5504,3,1279,2389 +"226364",89668,5621,3,1279,1860 +"226365",89668,9030,2,1279,1979 +"226366",89668,11602,3,1279,1493 +"226367",89668,12867,3,1279,2773 +"226368",89668,13535,2,1279,1491 +"226369",89668,13732,3,1279,2789 +"226370",89668,14652,3,1279,2516 +"226371",89668,14888,2,1279,1411 +"226372",89668,15500,1,1279,1658 +"226373",89668,17826,3,1279,2920 +"226374",89668,18151,3,1279,2962 +"226375",89668,18458,2,1279,2477 +"226376",89668,20423,3,1279,2654 +"226377",89668,20545,2,1279,1491 +"226378",89668,20659,1,1279,1969 +"226379",89668,20783,3,1279,2414 +"226380",89668,21092,2,1279,1643 +"226381",89668,21193,3,1279,2490 +"226382",89668,21225,2,1279,1945 +"226383",89668,24362,3,1279,1287 +"226384",89668,26106,1,1279,2015 +"226385",89668,26793,3,1279,2104 +"226386",89668,26865,3,1279,2726 +"226387",89668,29224,3,1279,2011 +"226388",89668,30081,3,1279,2403 +"226389",89668,31307,3,1279,2139 +"226390",89668,32761,3,1279,2680 +"226391",89668,35095,3,1279,1502 +"226392",89668,37333,3,1279,1612 +"226393",89668,37677,2,1279,1908 +"226394",89668,38908,2,1279,1787 +"226395",89668,39827,3,1279,2321 +"226396",89668,41278,3,1279,1873 +"226397",89668,43839,2,1279,1685 +"226398",89668,44235,3,1279,2700 +"226399",89668,49032,2,1279,2469 +"226400",89668,49461,3,1279,2793 +"226401",89668,49666,3,1279,2408 +"226402",89668,52327,3,1279,1472 +"226403",89668,53637,3,1279,2113 +"226404",89668,55556,3,1279,2075 +"226405",89668,57565,1,1279,1577 +"226406",89668,57781,3,1279,1971 +"226407",89668,67264,2,1279,2790 +"226408",89668,71478,3,1279,1721 +"226409",89668,71702,3,1279,2353 +"226410",89668,72122,1,1279,1436 +"226411",89668,85592,1,1279,1412 +"226412",89668,88966,3,1279,1568 +"226413",89676,1968,2,397,631 +"226414",89676,4763,3,397,1960 +"226415",89676,6824,3,397,2680 +"226416",89676,10638,2,397,2692 +"226417",89676,10874,3,397,1891 +"226418",89676,10914,3,397,1660 +"226419",89676,11381,3,397,1638 +"226420",89676,11506,3,397,2824 +"226421",89676,15184,3,397,2396 +"226422",89676,16777,3,397,834 +"226423",89676,18943,3,397,2861 +"226424",89676,19027,3,397,2721 +"226425",89676,20007,3,397,2971 +"226426",89676,20700,3,397,2861 +"226427",89676,23513,3,397,900 +"226428",89676,27008,3,397,911 +"226429",89676,31164,3,397,1996 +"226430",89676,31799,3,397,2547 +"226431",89676,32449,3,397,2091 +"226432",89676,44636,2,397,1026 +"226433",89676,50238,3,397,663 +"226434",89676,54676,3,397,1342 +"226435",89676,55604,3,397,2342 +"226436",89676,56338,3,397,1818 +"226437",89676,60689,3,397,859 +"226438",89676,62488,3,397,1418 +"226439",89676,66911,3,397,1920 +"226440",89676,69335,3,397,2698 +"226441",89676,73021,3,397,789 +"226442",89676,85778,3,397,1040 +"226443",89676,103420,3,397,433 +"226444",89676,104306,3,397,1665 +"226445",89681,543,3,1978,2203 +"226446",89681,1409,3,1978,2090 +"226447",89681,3306,3,1978,1989 +"226448",89681,3896,3,1978,2693 +"226449",89681,4929,3,1978,2240 +"226450",89681,6063,3,1978,2349 +"226451",89681,7229,3,1978,2669 +"226452",89681,7443,3,1978,2028 +"226453",89681,7506,3,1978,2371 +"226454",89681,7847,3,1978,2424 +"226455",89681,8604,3,1978,2799 +"226456",89681,12081,3,1978,2166 +"226457",89681,12272,3,1978,2371 +"226458",89681,13200,3,1978,2488 +"226459",89681,13801,3,1978,2041 +"226460",89681,14655,2,1978,2559 +"226461",89681,14972,3,1978,2332 +"226462",89681,15560,2,1978,2257 +"226463",89681,16195,3,1978,2964 +"226464",89681,17354,3,1978,2250 +"226465",89681,21079,3,1978,1997 +"226466",89681,21872,3,1978,2458 +"226467",89681,23121,3,1978,2108 +"226468",89681,23223,3,1978,2094 +"226469",89681,23526,3,1978,1998 +"226470",89681,26080,3,1978,2525 +"226471",89681,26451,3,1978,2133 +"226472",89681,26582,3,1978,2772 +"226473",89681,30906,3,1978,2537 +"226474",89681,30943,3,1978,2287 +"226475",89681,31124,3,1978,2351 +"226476",89681,31159,3,1978,2231 +"226477",89681,31295,3,1978,2183 +"226478",89681,36031,1,1978,2342 +"226479",89681,36646,3,1978,2744 +"226480",89681,44557,3,1978,2371 +"226481",89681,46803,3,1978,2305 +"226482",89681,47064,3,1978,1993 +"226483",89681,47877,2,1978,2970 +"226484",89681,48215,3,1978,2028 +"226485",89681,62723,2,1978,2554 +"226486",89681,63395,3,1978,2334 +"226487",89681,71982,3,1978,2812 +"226488",89681,85449,3,1978,2340 +"226489",89701,24,3,563,1295 +"226490",89701,1323,3,563,1659 +"226491",89701,1875,3,563,1786 +"226492",89701,4671,3,563,2280 +"226493",89701,5226,3,563,1309 +"226494",89701,5865,3,563,1910 +"226495",89701,7185,3,563,1046 +"226496",89701,7406,3,563,1906 +"226497",89701,7616,2,563,2296 +"226498",89701,9871,2,563,921 +"226499",89701,12122,3,563,1385 +"226500",89701,12712,3,563,815 +"226501",89701,15122,2,563,1201 +"226502",89701,15632,3,563,1242 +"226503",89701,16539,2,563,1947 +"226504",89701,19096,3,563,1538 +"226505",89701,20419,3,563,1587 +"226506",89701,22808,3,563,2297 +"226507",89701,23460,3,563,2183 +"226508",89701,25490,2,563,639 +"226509",89701,27480,3,563,582 +"226510",89701,36784,3,563,576 +"226511",89701,37108,3,563,1202 +"226512",89701,44648,3,563,619 +"226513",89701,48384,3,563,2057 +"226514",89701,48571,3,563,2717 +"226515",89701,49334,3,563,2433 +"226516",89701,55076,3,563,2408 +"226517",89701,65434,3,563,2866 +"226518",89701,76646,3,563,1263 +"226519",89701,77611,3,563,1795 +"226520",89701,82187,3,563,1055 +"226521",89701,82893,2,563,1275 +"226522",89752,10004,3,585,872 +"226523",89752,11676,2,585,1614 +"226524",89752,11897,3,585,1271 +"226525",89752,18479,1,585,2967 +"226526",89752,33363,3,585,2475 +"226527",89752,90570,2,585,964 +"226528",89826,16866,3,2033,2718 +"226529",89826,17520,3,2033,2276 +"226530",89826,18865,3,2033,2676 +"226531",89826,29095,3,2033,2531 +"226532",89826,33801,3,2033,2899 +"226533",89826,43479,3,2033,2178 +"226534",89826,63395,3,2033,2334 +"226535",89860,53905,3,1999,2193 +"226536",89873,2093,3,477,2459 +"226537",89873,5055,3,477,1796 +"226538",89873,22297,3,477,1904 +"226539",89873,46642,3,477,999 +"226540",89873,47384,3,477,1639 +"226541",89873,53697,2,477,1909 +"226542",89873,79596,3,477,2004 +"226543",89880,1090,3,1938,2370 +"226544",89880,1691,3,1938,1941 +"226545",89880,2011,3,1938,2176 +"226546",89880,2865,3,1938,2006 +"226547",89880,5258,3,1938,2730 +"226548",89880,10222,3,1938,2212 +"226549",89880,14108,3,1938,2012 +"226550",89880,14676,3,1938,2764 +"226551",89880,14731,3,1938,2012 +"226552",89880,18543,3,1938,2968 +"226553",89880,20407,3,1938,2339 +"226554",89880,31700,2,1938,2727 +"226555",89880,32988,3,1938,2008 +"226556",89880,36439,3,1938,2469 +"226557",89880,36862,3,1938,2655 +"226558",89880,37238,3,1938,2609 +"226559",89880,39062,3,1938,2020 +"226560",89880,43226,3,1938,2442 +"226561",89880,48215,3,1938,2028 +"226562",89880,60116,3,1938,2668 +"226563",89880,66241,3,1938,2351 +"226564",89880,73597,3,1938,1989 +"226565",89911,1639,3,2607,2631 +"226566",89911,34426,3,2607,2743 +"226567",89931,12818,3,1400,2015 +"226568",89931,13024,3,1400,2468 +"226569",89931,20271,3,1400,2044 +"226570",89931,49621,3,1400,1915 +"226571",89931,64534,3,1400,2924 +"226572",89931,87509,3,1400,1907 +"226573",89931,94339,3,1400,2768 +"226574",89934,34735,3,2760,2767 +"226575",89935,4341,1,771,780 +"226576",89935,15008,3,771,2338 +"226577",89935,15118,3,771,1311 +"226578",89935,15729,3,771,2338 +"226579",89935,17698,3,771,1559 +"226580",89935,22586,3,771,1341 +"226581",89935,28579,3,771,1722 +"226582",89935,36651,2,771,1600 +"226583",89935,39464,3,771,2314 +"226584",89935,40137,1,771,1718 +"226585",89935,40698,2,771,1408 +"226586",89935,42783,2,771,2338 +"226587",89935,73305,2,771,2544 +"226588",89935,73394,3,771,1606 +"226589",89935,73728,3,771,784 +"226590",89935,78037,2,771,1606 +"226591",89935,92124,3,771,1532 +"226592",89935,98801,1,771,1035 +"226593",89935,104280,3,771,887 +"226594",89955,2370,3,1452,1600 +"226595",89955,11135,3,1452,2441 +"226596",89955,11429,3,1452,2520 +"226597",89955,13024,3,1452,2468 +"226598",89955,19687,3,1452,2072 +"226599",89955,24441,3,1452,2256 +"226600",89955,45487,3,1452,2256 +"226601",89955,47827,3,1452,1957 +"226602",89955,94339,3,1452,2768 +"226603",89958,313,3,1186,2271 +"226604",89958,377,2,1186,2389 +"226605",89958,499,3,1186,1931 +"226606",89958,543,2,1186,2203 +"226607",89958,613,3,1186,2687 +"226608",89958,1151,2,1186,2885 +"226609",89958,1275,3,1186,2068 +"226610",89958,1495,3,1186,2046 +"226611",89958,1616,2,1186,2662 +"226612",89958,1777,1,1186,1965 +"226613",89958,2036,2,1186,2483 +"226614",89958,2224,3,1186,2751 +"226615",89958,2484,2,1186,2389 +"226616",89958,2754,2,1186,1360 +"226617",89958,3088,2,1186,1670 +"226618",89958,3161,2,1186,2229 +"226619",89958,3352,3,1186,1707 +"226620",89958,3488,3,1186,2351 +"226621",89958,3830,2,1186,1661 +"226622",89958,3878,3,1186,1890 +"226623",89958,4057,2,1186,2389 +"226624",89958,4226,3,1186,1903 +"226625",89958,4701,3,1186,2401 +"226626",89958,5078,2,1186,2033 +"226627",89958,5457,2,1186,2077 +"226628",89958,5462,1,1186,2374 +"226629",89958,5504,2,1186,2389 +"226630",89958,7323,2,1186,2858 +"226631",89958,8229,1,1186,1241 +"226632",89958,8621,3,1186,1681 +"226633",89958,8760,3,1186,2477 +"226634",89958,8866,3,1186,1545 +"226635",89958,9311,3,1186,2477 +"226636",89958,9332,3,1186,2734 +"226637",89958,9362,3,1186,2879 +"226638",89958,10799,3,1186,2010 +"226639",89958,12713,3,1186,2440 +"226640",89958,13945,3,1186,1324 +"226641",89958,14888,3,1186,1411 +"226642",89958,15184,3,1186,2396 +"226643",89958,15299,3,1186,2213 +"226644",89958,15539,2,1186,1929 +"226645",89958,17410,3,1186,2073 +"226646",89958,17520,3,1186,2276 +"226647",89958,18151,3,1186,2962 +"226648",89958,19027,3,1186,2721 +"226649",89958,19606,2,1186,2783 +"226650",89958,19637,3,1186,1229 +"226651",89958,20486,3,1186,1908 +"226652",89958,20659,3,1186,1969 +"226653",89958,20700,3,1186,2861 +"226654",89958,21122,3,1186,1701 +"226655",89958,22006,2,1186,1202 +"226656",89958,22216,3,1186,1956 +"226657",89958,22749,2,1186,1727 +"226658",89958,23508,3,1186,1907 +"226659",89958,25198,3,1186,1982 +"226660",89958,26155,3,1186,1802 +"226661",89958,26713,3,1186,1235 +"226662",89958,27478,2,1186,2485 +"226663",89958,27849,3,1186,1316 +"226664",89958,28216,2,1186,1910 +"226665",89958,29258,3,1186,1932 +"226666",89958,30119,3,1186,1961 +"226667",89958,30438,3,1186,1617 +"226668",89958,31799,2,1186,2547 +"226669",89958,32606,3,1186,2100 +"226670",89958,33572,3,1186,2370 +"226671",89958,35256,2,1186,2271 +"226672",89958,36559,3,1186,2473 +"226673",89958,37570,2,1186,2389 +"226674",89958,38921,3,1186,1880 +"226675",89958,39444,3,1186,2695 +"226676",89958,39548,3,1186,2389 +"226677",89958,40296,3,1186,1674 +"226678",89958,41278,3,1186,1873 +"226679",89958,41747,3,1186,1722 +"226680",89958,42264,3,1186,1702 +"226681",89958,44235,3,1186,2700 +"226682",89958,44684,3,1186,1220 +"226683",89958,45715,3,1186,2287 +"226684",89958,46680,3,1186,1690 +"226685",89958,47947,3,1186,2681 +"226686",89958,49965,3,1186,2301 +"226687",89958,50252,3,1186,2001 +"226688",89958,50372,3,1186,1834 +"226689",89958,52576,3,1186,2234 +"226690",89958,53031,2,1186,2065 +"226691",89958,53069,3,1186,1664 +"226692",89958,53637,3,1186,2113 +"226693",89958,53851,3,1186,2305 +"226694",89958,55556,2,1186,2075 +"226695",89958,55828,3,1186,2393 +"226696",89958,57077,3,1186,1885 +"226697",89958,57609,3,1186,2717 +"226698",89958,57950,2,1186,1529 +"226699",89958,57977,3,1186,2683 +"226700",89958,58035,3,1186,1646 +"226701",89958,59700,2,1186,2346 +"226702",89958,65029,3,1186,2954 +"226703",89958,67222,3,1186,1332 +"226704",89958,68098,3,1186,2378 +"226705",89958,71478,3,1186,1721 +"226706",89958,72334,3,1186,2820 +"226707",89958,77489,3,1186,1514 +"226708",89958,80429,3,1186,1927 +"226709",89958,85430,1,1186,2370 +"226710",89958,91570,2,1186,2229 +"226711",89958,93615,3,1186,2386 +"226712",89958,94401,3,1186,1784 +"226713",89958,105795,3,1186,1265 +"226714",89965,669,3,810,1423 +"226715",89965,733,3,810,1653 +"226716",89965,1367,3,810,2176 +"226717",89965,1386,3,810,1901 +"226718",89965,2063,3,810,1278 +"226719",89965,2384,3,810,1057 +"226720",89965,2424,3,810,2582 +"226721",89965,2533,3,810,2016 +"226722",89965,2563,3,810,1686 +"226723",89965,2743,3,810,1278 +"226724",89965,3242,2,810,1730 +"226725",89965,3305,3,810,2839 +"226726",89965,3830,3,810,1661 +"226727",89965,4226,3,810,1903 +"226728",89965,4618,3,810,2607 +"226729",89965,4687,3,810,2152 +"226730",89965,5457,3,810,2077 +"226731",89965,5865,3,810,1910 +"226732",89965,6241,2,810,2264 +"226733",89965,7241,3,810,2259 +"226734",89965,7406,3,810,1906 +"226735",89965,8533,3,810,2251 +"226736",89965,8621,3,810,1681 +"226737",89965,9030,3,810,1979 +"226738",89965,10404,3,810,2062 +"226739",89965,10474,3,810,1608 +"226740",89965,10746,3,810,1506 +"226741",89965,10859,2,810,2231 +"226742",89965,10890,3,810,2639 +"226743",89965,11912,3,810,889 +"226744",89965,12122,3,810,1385 +"226745",89965,12374,3,810,2260 +"226746",89965,14709,3,810,1901 +"226747",89965,15118,2,810,1311 +"226748",89965,15343,2,810,2125 +"226749",89965,15500,3,810,1658 +"226750",89965,16029,3,810,1160 +"226751",89965,16074,3,810,977 +"226752",89965,16164,2,810,1184 +"226753",89965,16625,3,810,1285 +"226754",89965,17021,3,810,1226 +"226755",89965,17645,3,810,1918 +"226756",89965,18151,3,810,2962 +"226757",89965,19282,3,810,1623 +"226758",89965,20563,3,810,2267 +"226759",89965,20824,3,810,1366 +"226760",89965,21122,3,810,1701 +"226761",89965,21275,3,810,2609 +"226762",89965,21417,2,810,2422 +"226763",89965,21693,3,810,2176 +"226764",89965,21795,3,810,2653 +"226765",89965,21911,3,810,1184 +"226766",89965,22006,3,810,1202 +"226767",89965,22025,3,810,1591 +"226768",89965,22216,3,810,1956 +"226769",89965,22326,3,810,2818 +"226770",89965,22362,3,810,1836 +"226771",89965,22749,3,810,1727 +"226772",89965,23460,3,810,2183 +"226773",89965,23506,3,810,1172 +"226774",89965,23756,3,810,2309 +"226775",89965,24005,3,810,1188 +"226776",89965,24362,3,810,1287 +"226777",89965,24405,2,810,1443 +"226778",89965,24608,3,810,1630 +"226779",89965,24789,2,810,829 +"226780",89965,25132,3,810,1188 +"226781",89965,26436,3,810,2489 +"226782",89965,26516,3,810,2479 +"226783",89965,26608,3,810,2329 +"226784",89965,26865,3,810,2726 +"226785",89965,27397,3,810,2456 +"226786",89965,27753,3,810,2750 +"226787",89965,28285,3,810,2972 +"226788",89965,28434,3,810,1141 +"226789",89965,28731,3,810,955 +"226790",89965,28784,3,810,1579 +"226791",89965,29073,3,810,2328 +"226792",89965,29791,3,810,1986 +"226793",89965,30438,3,810,1617 +"226794",89965,32131,3,810,1035 +"226795",89965,32761,3,810,2680 +"226796",89965,33430,3,810,2225 +"226797",89965,34311,3,810,2213 +"226798",89965,34327,3,810,2959 +"226799",89965,34492,3,810,1798 +"226800",89965,35069,3,810,2069 +"226801",89965,35854,2,810,1676 +"226802",89965,35888,3,810,2291 +"226803",89965,36559,3,810,2473 +"226804",89965,37677,3,810,1908 +"226805",89965,37893,3,810,875 +"226806",89965,38449,2,810,1802 +"226807",89965,39278,2,810,1952 +"226808",89965,42186,3,810,955 +"226809",89965,42505,3,810,2008 +"226810",89965,42618,3,810,2316 +"226811",89965,42814,3,810,1149 +"226812",89965,43518,3,810,2680 +"226813",89965,43902,3,810,1726 +"226814",89965,44089,3,810,1632 +"226815",89965,44160,3,810,859 +"226816",89965,44235,3,810,2700 +"226817",89965,45664,3,810,2235 +"226818",89965,46726,3,810,943 +"226819",89965,47362,3,810,2253 +"226820",89965,47947,3,810,2681 +"226821",89965,48698,2,810,1474 +"226822",89965,49741,2,810,839 +"226823",89965,49998,3,810,2761 +"226824",89965,51022,3,810,1499 +"226825",89965,51410,3,810,2739 +"226826",89965,51626,3,810,2494 +"226827",89965,52442,3,810,1269 +"226828",89965,53342,2,810,2071 +"226829",89965,54740,3,810,2750 +"226830",89965,56082,3,810,2395 +"226831",89965,57950,3,810,1529 +"226832",89965,58035,3,810,1646 +"226833",89965,62668,3,810,958 +"226834",89965,64031,2,810,1295 +"226835",89965,64793,3,810,2819 +"226836",89965,70046,1,810,2624 +"226837",89965,71702,3,810,2353 +"226838",89965,73266,3,810,2496 +"226839",89965,75948,3,810,1006 +"226840",89965,80655,3,810,1546 +"226841",89965,82735,3,810,829 +"226842",89965,82767,3,810,1641 +"226843",89965,84799,3,810,2656 +"226844",89965,85736,3,810,1601 +"226845",89965,86279,2,810,1076 +"226846",89965,87198,3,810,1462 +"226847",89965,89511,3,810,1205 +"226848",89965,90501,3,810,2380 +"226849",89965,100134,3,810,977 +"226850",89965,103721,3,810,1030 +"226851",89965,104217,3,810,956 +"226852",89965,108867,3,810,2328 +"226853",90005,43978,2,539,2698 +"226854",90013,733,3,1461,1653 +"226855",90013,2208,3,1461,2814 +"226856",90013,4567,3,1461,2348 +"226857",90013,7834,3,1461,1708 +"226858",90013,8860,3,1461,2141 +"226859",90013,16608,3,1461,1769 +"226860",90013,22543,3,1461,1594 +"226861",90013,22857,3,1461,1708 +"226862",90013,46902,3,1461,1620 +"226863",90013,60624,3,1461,1570 +"226864",90013,63701,3,1461,1620 +"226865",90013,83860,3,1461,1522 +"226866",90040,2540,3,1267,1398 +"226867",90040,18706,3,1267,1617 +"226868",90040,52815,3,1267,2323 +"226869",90040,69957,2,1267,1569 +"226870",90040,76286,3,1267,1642 +"226871",90052,4889,3,851,1501 +"226872",90052,7672,3,851,1974 +"226873",90052,53624,2,851,952 +"226874",90056,14,2,221,1793 +"226875",90056,360,3,221,1671 +"226876",90056,757,3,221,546 +"226877",90056,915,3,221,1793 +"226878",90056,5203,3,221,814 +"226879",90056,6031,3,221,1611 +"226880",90056,7970,2,221,1197 +"226881",90056,8888,3,221,1328 +"226882",90056,9311,3,221,2477 +"226883",90056,9649,3,221,1157 +"226884",90056,9803,3,221,1664 +"226885",90056,9828,2,221,2085 +"226886",90056,10528,3,221,502 +"226887",90056,10870,3,221,1755 +"226888",90056,12373,1,221,1567 +"226889",90056,13601,3,221,2689 +"226890",90056,14507,3,221,2686 +"226891",90056,16940,2,221,1290 +"226892",90056,20588,3,221,912 +"226893",90056,21448,3,221,2332 +"226894",90056,22180,3,221,1835 +"226895",90056,22260,3,221,2137 +"226896",90056,22455,3,221,1197 +"226897",90056,23232,3,221,884 +"226898",90056,24648,3,221,1833 +"226899",90056,24825,3,221,2686 +"226900",90056,26366,3,221,1688 +"226901",90056,28285,3,221,2972 +"226902",90056,29095,3,221,2531 +"226903",90056,30827,3,221,2323 +"226904",90056,30850,3,221,1045 +"226905",90056,30883,3,221,1629 +"226906",90056,31307,3,221,2139 +"226907",90056,31835,2,221,607 +"226908",90056,31906,3,221,1036 +"226909",90056,32064,3,221,1739 +"226910",90056,33160,3,221,2441 +"226911",90056,33801,3,221,2899 +"226912",90056,35360,3,221,2043 +"226913",90056,37620,3,221,2716 +"226914",90056,37915,2,221,1905 +"226915",90056,39880,3,221,1620 +"226916",90056,41418,3,221,535 +"226917",90056,50093,3,221,909 +"226918",90056,50487,3,221,744 +"226919",90056,50946,3,221,1075 +"226920",90056,52576,3,221,2234 +"226921",90056,53475,3,221,2853 +"226922",90056,55320,3,221,1643 +"226923",90056,62538,1,221,1656 +"226924",90056,67352,2,221,1115 +"226925",90056,71342,3,221,1289 +"226926",90056,75028,2,221,1660 +"226927",90056,75168,2,221,699 +"226928",90056,77010,2,221,2639 +"226929",90056,78128,3,221,1727 +"226930",90056,79234,2,221,1611 +"226931",90056,91163,3,221,1171 +"226932",90064,341,3,454,2689 +"226933",90064,1314,3,454,1522 +"226934",90064,1349,2,454,1147 +"226935",90064,1364,3,454,859 +"226936",90064,1519,3,454,2349 +"226937",90064,2452,3,454,1715 +"226938",90064,2852,3,454,2448 +"226939",90064,3144,2,454,869 +"226940",90064,3493,3,454,2451 +"226941",90064,4526,3,454,1728 +"226942",90064,4665,3,454,1569 +"226943",90064,5615,3,454,1105 +"226944",90064,5897,3,454,2337 +"226945",90064,7785,3,454,2441 +"226946",90064,10577,3,454,497 +"226947",90064,12361,3,454,2732 +"226948",90064,12639,3,454,1141 +"226949",90064,14287,3,454,1583 +"226950",90064,15159,3,454,756 +"226951",90064,15535,3,454,891 +"226952",90064,16096,3,454,2301 +"226953",90064,17351,3,454,2036 +"226954",90064,17750,3,454,672 +"226955",90064,18005,3,454,2449 +"226956",90064,18122,3,454,894 +"226957",90064,19655,3,454,2706 +"226958",90064,20331,3,454,2365 +"226959",90064,20395,3,454,1468 +"226960",90064,20941,3,454,2725 +"226961",90064,21383,3,454,971 +"226962",90064,22244,3,454,2139 +"226963",90064,23966,2,454,891 +"226964",90064,25378,3,454,1245 +"226965",90064,27686,3,454,2844 +"226966",90064,30034,3,454,2357 +"226967",90064,31286,3,454,1965 +"226968",90064,31335,3,454,2351 +"226969",90064,31866,2,454,2101 +"226970",90064,32149,2,454,541 +"226971",90064,32560,3,454,1258 +"226972",90064,38938,3,454,1593 +"226973",90064,39217,3,454,504 +"226974",90064,43021,3,454,943 +"226975",90064,46043,3,454,1358 +"226976",90064,50630,2,454,2615 +"226977",90064,51144,3,454,2466 +"226978",90064,54523,3,454,1935 +"226979",90064,56669,3,454,2924 +"226980",90064,57180,3,454,2703 +"226981",90064,59813,3,454,497 +"226982",90064,63077,3,454,2778 +"226983",90064,64156,3,454,675 +"226984",90064,70583,2,454,2615 +"226985",90064,72632,3,454,1289 +"226986",90064,73245,3,454,802 +"226987",90064,78569,3,454,578 +"226988",90064,82738,3,454,591 +"226989",90064,85198,3,454,1794 +"226990",90064,85869,3,454,1509 +"226991",90064,87142,1,454,591 +"226992",90064,87907,3,454,1173 +"226993",90064,90065,1,454,1418 +"226994",90064,96715,3,454,1792 +"226995",90064,111208,2,454,847 +"226996",90064,119524,3,454,1930 +"226997",90065,341,3,1418,2689 +"226998",90065,1314,3,1418,1522 +"226999",90065,1519,3,1418,2349 +"227000",90065,2452,3,1418,1715 +"227001",90065,2852,3,1418,2448 +"227002",90065,3493,3,1418,2451 +"227003",90065,4526,3,1418,1728 +"227004",90065,4665,3,1418,1569 +"227005",90065,5897,3,1418,2337 +"227006",90065,7785,3,1418,2441 +"227007",90065,12361,3,1418,2732 +"227008",90065,14287,3,1418,1583 +"227009",90065,17351,3,1418,2036 +"227010",90065,18005,3,1418,2449 +"227011",90065,19655,3,1418,2706 +"227012",90065,20331,3,1418,2365 +"227013",90065,20395,3,1418,1468 +"227014",90065,22244,3,1418,2139 +"227015",90065,30034,3,1418,2357 +"227016",90065,31335,3,1418,2351 +"227017",90065,31866,2,1418,2101 +"227018",90065,38938,3,1418,1593 +"227019",90065,50630,3,1418,2615 +"227020",90065,51144,3,1418,2466 +"227021",90065,54523,3,1418,1935 +"227022",90065,57180,3,1418,2703 +"227023",90065,63077,3,1418,2778 +"227024",90065,70583,3,1418,2615 +"227025",90065,85198,3,1418,1794 +"227026",90065,85869,3,1418,1509 +"227027",90065,96715,3,1418,1792 +"227028",90065,119524,3,1418,1930 +"227029",90068,3966,3,161,2425 +"227030",90068,4701,3,161,2401 +"227031",90068,4790,3,161,1025 +"227032",90068,4791,2,161,1184 +"227033",90068,5971,3,161,1985 +"227034",90068,6264,3,161,749 +"227035",90068,6588,3,161,2025 +"227036",90068,9432,3,161,1693 +"227037",90068,10523,3,161,1510 +"227038",90068,11817,3,161,600 +"227039",90068,12374,3,161,2260 +"227040",90068,18393,3,161,860 +"227041",90068,20311,3,161,1981 +"227042",90068,23526,3,161,1998 +"227043",90068,26867,2,161,1804 +"227044",90068,29705,3,161,607 +"227045",90068,32017,3,161,577 +"227046",90068,37800,3,161,604 +"227047",90068,39865,3,161,849 +"227048",90068,40028,3,161,1349 +"227049",90068,40072,3,161,1182 +"227050",90068,42687,3,161,1952 +"227051",90068,46182,3,161,1613 +"227052",90068,49084,3,161,168 +"227053",90068,50236,3,161,2339 +"227054",90068,52345,3,161,1430 +"227055",90068,53303,2,161,1376 +"227056",90068,56082,3,161,2395 +"227057",90068,59939,3,161,936 +"227058",90068,70838,3,161,687 +"227059",90068,73136,3,161,328 +"227060",90068,75948,3,161,1006 +"227061",90068,79804,2,161,2227 +"227062",90068,83434,3,161,850 +"227063",90068,87471,3,161,712 +"227064",90068,91912,2,161,790 +"227065",90068,92220,3,161,607 +"227066",90068,99444,3,161,408 +"227067",90068,109663,3,161,545 +"227068",90150,13586,3,174,2966 +"227069",90150,15700,3,174,1712 +"227070",90150,29929,3,174,2789 +"227071",90150,29941,3,174,1986 +"227072",90150,29982,2,174,1372 +"227073",90150,35815,3,174,2789 +"227074",90150,42925,3,174,1358 +"227075",90182,1570,3,534,2028 +"227076",90182,7648,3,534,1861 +"227077",90182,12598,3,534,2086 +"227078",90182,14442,2,534,2700 +"227079",90182,16347,3,534,1868 +"227080",90182,25678,3,534,1558 +"227081",90182,29067,3,534,1538 +"227082",90182,29354,3,534,1123 +"227083",90182,31281,3,534,1937 +"227084",90182,32939,3,534,2277 +"227085",90182,36996,3,534,2321 +"227086",90182,57804,3,534,2214 +"227087",90182,59289,3,534,2896 +"227088",90182,60059,3,534,2587 +"227089",90182,69903,3,534,1066 +"227090",90182,89391,3,534,2180 +"227091",90236,6697,3,1010,2438 +"227092",90236,20176,3,1010,1050 +"227093",90236,38087,3,1010,1083 +"227094",90236,38373,3,1010,1928 +"227095",90236,67617,3,1010,1149 +"227096",90259,470,3,699,2285 +"227097",90259,600,2,699,1702 +"227098",90259,675,3,699,1686 +"227099",90259,913,3,699,2144 +"227100",90259,1046,3,699,1881 +"227101",90259,1127,3,699,1188 +"227102",90259,1130,3,699,1566 +"227103",90259,1136,2,699,2536 +"227104",90259,2269,3,699,984 +"227105",90259,2325,3,699,1641 +"227106",90259,4084,3,699,2133 +"227107",90259,4191,3,699,2130 +"227108",90259,4618,3,699,2607 +"227109",90259,7861,3,699,1647 +"227110",90259,10433,3,699,2075 +"227111",90259,15005,3,699,1415 +"227112",90259,16164,3,699,1184 +"227113",90259,17698,3,699,1559 +"227114",90259,20355,3,699,2111 +"227115",90259,22006,3,699,1202 +"227116",90259,23918,2,699,1881 +"227117",90259,24568,3,699,1937 +"227118",90259,25341,3,699,1858 +"227119",90259,25643,3,699,1646 +"227120",90259,26282,3,699,1241 +"227121",90259,26322,3,699,1018 +"227122",90259,28434,3,699,1141 +"227123",90259,31799,3,699,2547 +"227124",90259,34509,3,699,1973 +"227125",90259,40293,3,699,1671 +"227126",90259,41739,3,699,1339 +"227127",90259,51410,3,699,2739 +"227128",90259,52735,3,699,1124 +"227129",90259,52835,3,699,995 +"227130",90259,58035,3,699,1646 +"227131",90259,59304,1,699,928 +"227132",90259,63409,3,699,1937 +"227133",90259,64031,3,699,1295 +"227134",90259,64181,3,699,1828 +"227135",90259,64997,3,699,2791 +"227136",90259,65625,3,699,1273 +"227137",90259,66413,3,699,2507 +"227138",90259,67216,3,699,984 +"227139",90259,67314,3,699,1051 +"227140",90259,82767,3,699,1641 +"227141",90259,83434,3,699,850 +"227142",90259,105063,3,699,1908 +"227143",90268,1785,3,585,2350 +"227144",90268,2370,3,585,1600 +"227145",90268,3360,3,585,1583 +"227146",90268,6234,3,585,2654 +"227147",90268,7499,3,585,1803 +"227148",90268,10119,3,585,2374 +"227149",90268,10400,3,585,1517 +"227150",90268,14612,3,585,2340 +"227151",90268,14838,2,585,1746 +"227152",90268,15150,3,585,2801 +"227153",90268,15558,2,585,2389 +"227154",90268,17552,3,585,2082 +"227155",90268,19002,3,585,2053 +"227156",90268,20011,3,585,2826 +"227157",90268,22746,1,585,913 +"227158",90268,23728,2,585,2601 +"227159",90268,23802,3,585,1713 +"227160",90268,32939,3,585,2277 +"227161",90268,34576,3,585,1727 +"227162",90268,38354,3,585,629 +"227163",90268,38754,1,585,835 +"227164",90268,42136,3,585,2551 +"227165",90268,44730,3,585,2468 +"227166",90268,48585,2,585,2063 +"227167",90268,51173,3,585,1829 +"227168",90268,57804,3,585,2214 +"227169",90268,65568,3,585,1699 +"227170",90268,67836,3,585,2195 +"227171",90268,79913,2,585,1514 +"227172",90268,82246,3,585,1538 +"227173",90268,86015,3,585,1514 +"227174",90268,88726,3,585,854 +"227175",90268,89258,3,585,1147 +"227176",90268,93459,3,585,1354 +"227177",90268,96387,3,585,2159 +"227178",90268,96700,3,585,1602 +"227179",90268,99291,3,585,930 +"227180",90268,102581,3,585,1813 +"227181",90268,113333,3,585,1018 +"227182",90299,1846,3,1606,1845 +"227183",90299,2206,3,1606,2536 +"227184",90299,2936,3,1606,2512 +"227185",90299,2985,3,1606,2398 +"227186",90299,4660,3,1606,2149 +"227187",90299,9481,3,1606,1610 +"227188",90299,12361,3,1606,2732 +"227189",90299,13879,2,1606,2748 +"227190",90299,14043,3,1606,2084 +"227191",90299,15567,3,1606,2671 +"227192",90299,19655,2,1606,2706 +"227193",90299,31109,3,1606,1845 +"227194",90299,36912,3,1606,2469 +"227195",90299,42256,3,1606,2839 +"227196",90299,62066,2,1606,2281 +"227197",90299,62112,3,1606,2944 +"227198",90299,73582,3,1606,2075 +"227199",90299,81545,3,1606,2077 +"227200",90378,1127,2,890,1188 +"227201",90378,1130,3,890,1566 +"227202",90378,1175,2,890,1642 +"227203",90378,2269,2,890,984 +"227204",90378,2325,3,890,1641 +"227205",90378,2424,3,890,2582 +"227206",90378,2533,3,890,2016 +"227207",90378,3886,3,890,1669 +"227208",90378,3961,3,890,2426 +"227209",90378,3966,1,890,2425 +"227210",90378,4253,3,890,1890 +"227211",90378,5716,3,890,1058 +"227212",90378,5984,3,890,1675 +"227213",90378,5986,2,890,1721 +"227214",90378,6044,3,890,2744 +"227215",90378,6047,3,890,2004 +"227216",90378,6062,3,890,2681 +"227217",90378,6417,3,890,1675 +"227218",90378,7861,3,890,1647 +"227219",90378,8274,3,890,1909 +"227220",90378,8327,3,890,2527 +"227221",90378,10343,3,890,1072 +"227222",90378,10358,3,890,2294 +"227223",90378,10717,2,890,1938 +"227224",90378,11218,3,890,2292 +"227225",90378,12042,3,890,2345 +"227226",90378,13801,3,890,2041 +"227227",90378,13967,3,890,1354 +"227228",90378,15813,3,890,2143 +"227229",90378,16053,2,890,908 +"227230",90378,16352,3,890,2657 +"227231",90378,17931,2,890,1617 +"227232",90378,17943,3,890,1943 +"227233",90378,19637,3,890,1229 +"227234",90378,20067,2,890,2390 +"227235",90378,21164,3,890,1645 +"227236",90378,21706,3,890,1988 +"227237",90378,23159,2,890,1548 +"227238",90378,23310,3,890,2371 +"227239",90378,23869,3,890,1918 +"227240",90378,25325,2,890,2963 +"227241",90378,26080,2,890,2525 +"227242",90378,26282,3,890,1241 +"227243",90378,27694,3,890,2030 +"227244",90378,29917,2,890,1962 +"227245",90378,29930,3,890,2240 +"227246",90378,30504,3,890,1573 +"227247",90378,32919,3,890,2321 +"227248",90378,33801,3,890,2899 +"227249",90378,34509,3,890,1973 +"227250",90378,35529,3,890,1620 +"227251",90378,40493,3,890,1981 +"227252",90378,41972,2,890,2509 +"227253",90378,42196,3,890,2765 +"227254",90378,42574,3,890,2842 +"227255",90378,47248,3,890,2883 +"227256",90378,49110,3,890,2938 +"227257",90378,51017,3,890,2073 +"227258",90378,53475,3,890,2853 +"227259",90378,57414,3,890,922 +"227260",90378,58078,3,890,1252 +"227261",90378,58384,2,890,1637 +"227262",90378,62841,3,890,2710 +"227263",90378,63547,3,890,1023 +"227264",90378,64181,3,890,1828 +"227265",90378,69260,3,890,1698 +"227266",90378,70605,3,890,1176 +"227267",90378,70996,3,890,1037 +"227268",90378,76892,3,890,2381 +"227269",90378,86799,3,890,1951 +"227270",90378,91571,3,890,923 +"227271",90378,92508,3,890,1374 +"227272",90378,97160,3,890,1215 +"227273",90378,100140,3,890,1041 +"227274",90425,36691,2,1824,1903 +"227275",90429,1787,3,1684,1707 +"227276",90429,15150,2,1684,2801 +"227277",90429,16477,3,1684,2069 +"227278",90429,23000,3,1684,1815 +"227279",90429,30194,3,1684,2874 +"227280",90429,30525,3,1684,1964 +"227281",90429,32079,3,1684,2315 +"227282",90429,42998,3,1684,1978 +"227283",90429,49415,2,1684,2654 +"227284",90429,52953,2,1684,1741 +"227285",90429,54775,3,1684,2383 +"227286",90429,65568,3,1684,1699 +"227287",90429,73629,2,1684,1713 +"227288",90429,76505,3,1684,2123 +"227289",90462,9808,3,1136,1648 +"227290",90462,17999,3,1136,2758 +"227291",90462,23739,3,1136,2463 +"227292",90462,36662,3,1136,2967 +"227293",90462,49621,3,1136,1915 +"227294",90496,32113,3,504,882 +"227295",90496,77246,3,504,1602 +"227296",90501,3695,3,2380,2612 +"227297",90501,7394,3,2380,2615 +"227298",90501,12035,3,2380,2721 +"227299",90501,18151,3,2380,2962 +"227300",90501,21417,2,2380,2422 +"227301",90501,21795,3,2380,2653 +"227302",90501,26865,3,2380,2726 +"227303",90501,30081,3,2380,2403 +"227304",90501,34327,3,2380,2959 +"227305",90501,70046,3,2380,2624 +"227306",90501,73266,2,2380,2496 +"227307",90570,11676,2,964,1614 +"227308",90570,18479,3,964,2967 +"227309",90570,21044,3,964,1574 +"227310",90570,25180,3,964,2489 +"227311",90570,49708,3,964,1147 +"227312",90573,307,3,878,2530 +"227313",90573,913,3,878,2144 +"227314",90573,1044,3,878,880 +"227315",90573,2269,3,878,984 +"227316",90573,2322,3,878,1645 +"227317",90573,2424,3,878,2582 +"227318",90573,4226,3,878,1903 +"227319",90573,4289,3,878,1921 +"227320",90573,4317,3,878,1224 +"227321",90573,4701,3,878,2401 +"227322",90573,4790,1,878,1025 +"227323",90573,4791,2,878,1184 +"227324",90573,7555,3,878,1943 +"227325",90573,8286,3,878,886 +"227326",90573,12728,3,878,2374 +"227327",90573,12863,3,878,2027 +"227328",90573,14091,3,878,929 +"227329",90573,15005,3,878,1415 +"227330",90573,17852,2,878,2840 +"227331",90573,18707,2,878,1143 +"227332",90573,20311,3,878,1981 +"227333",90573,21122,3,878,1701 +"227334",90573,21198,3,878,935 +"227335",90573,22282,2,878,1418 +"227336",90573,22331,2,878,2687 +"227337",90573,23450,3,878,967 +"227338",90573,23508,3,878,1907 +"227339",90573,23509,3,878,2275 +"227340",90573,23704,3,878,2278 +"227341",90573,23918,3,878,1881 +"227342",90573,24755,3,878,1319 +"227343",90573,25305,3,878,2447 +"227344",90573,25443,3,878,1441 +"227345",90573,26451,2,878,2133 +"227346",90573,27175,3,878,1447 +"227347",90573,27275,3,878,2656 +"227348",90573,27390,2,878,2425 +"227349",90573,27792,3,878,1308 +"227350",90573,27849,2,878,1316 +"227351",90573,29962,3,878,2201 +"227352",90573,30052,3,878,2855 +"227353",90573,32601,1,878,1033 +"227354",90573,35095,3,878,1502 +"227355",90573,42618,2,878,2316 +"227356",90573,43051,2,878,904 +"227357",90573,48414,2,878,1749 +"227358",90573,50685,3,878,2008 +"227359",90573,50977,3,878,2352 +"227360",90573,51810,3,878,1401 +"227361",90573,52058,2,878,1836 +"227362",90573,52576,3,878,2234 +"227363",90573,55438,3,878,2863 +"227364",90573,55468,2,878,2511 +"227365",90573,56317,3,878,2030 +"227366",90573,57950,3,878,1529 +"227367",90573,58133,3,878,1484 +"227368",90573,64181,3,878,1828 +"227369",90573,66860,2,878,1548 +"227370",90573,67690,3,878,1902 +"227371",90573,70603,3,878,1002 +"227372",90573,71342,3,878,1289 +"227373",90573,75948,2,878,1006 +"227374",90573,77305,3,878,965 +"227375",90573,79322,2,878,2770 +"227376",90573,81588,3,878,1568 +"227377",90573,82949,3,878,2077 +"227378",90573,89097,3,878,935 +"227379",90596,87996,2,458,2689 +"227380",90608,2057,3,590,1965 +"227381",90608,3171,2,590,700 +"227382",90608,3175,3,590,1938 +"227383",90608,3460,2,590,2530 +"227384",90608,3670,3,590,885 +"227385",90608,3896,3,590,2693 +"227386",90608,4821,3,590,1938 +"227387",90608,5346,3,590,1438 +"227388",90608,5599,3,590,1684 +"227389",90608,14422,2,590,1548 +"227390",90608,15207,3,590,1855 +"227391",90608,15453,1,590,1688 +"227392",90608,19637,3,590,1229 +"227393",90608,30746,3,590,1209 +"227394",90608,32606,3,590,2100 +"227395",90608,35186,3,590,1520 +"227396",90608,36646,3,590,2744 +"227397",90608,40832,3,590,634 +"227398",90608,42196,3,590,2765 +"227399",90608,42642,2,590,2257 +"227400",90608,51055,3,590,2558 +"227401",90608,57337,3,590,1443 +"227402",90608,60386,3,590,1322 +"227403",90608,60516,3,590,2257 +"227404",90608,63395,3,590,2334 +"227405",90608,79612,2,590,927 +"227406",90608,81586,3,590,877 +"227407",90608,84268,3,590,1217 +"227408",90608,85444,3,590,944 +"227409",90608,90886,3,590,1548 +"227410",90608,94520,3,590,1243 +"227411",90608,100532,2,590,859 +"227412",90608,121514,3,590,645 +"227413",90610,1785,3,418,2350 +"227414",90610,3360,3,418,1583 +"227415",90610,8896,3,418,1139 +"227416",90610,10119,3,418,2374 +"227417",90610,15150,3,418,2801 +"227418",90610,16518,3,418,2642 +"227419",90610,18820,3,418,453 +"227420",90610,19002,3,418,2053 +"227421",90610,24044,2,418,1076 +"227422",90610,25330,3,418,2370 +"227423",90610,28970,3,418,2111 +"227424",90610,85401,3,418,1931 +"227425",90633,1222,3,990,2598 +"227426",90633,2443,3,990,2333 +"227427",90633,2802,2,990,1836 +"227428",90633,3324,3,990,1198 +"227429",90633,5414,3,990,2321 +"227430",90633,6262,3,990,2733 +"227431",90633,9948,3,990,2019 +"227432",90633,11897,3,990,1271 +"227433",90633,12116,3,990,2119 +"227434",90633,13150,2,990,1570 +"227435",90633,15047,3,990,1697 +"227436",90633,17884,3,990,1677 +"227437",90633,17999,3,990,2758 +"227438",90633,18466,3,990,2340 +"227439",90633,19190,3,990,2677 +"227440",90633,20604,2,990,1684 +"227441",90633,36662,3,990,2967 +"227442",90633,42280,2,990,2266 +"227443",90633,43929,3,990,2749 +"227444",90633,51678,2,990,1077 +"227445",90633,54061,3,990,1488 +"227446",90633,56168,2,990,1466 +"227447",90633,61948,3,990,1231 +"227448",90633,63525,2,990,2741 +"227449",90633,66017,3,990,1545 +"227450",90633,76997,3,990,2223 +"227451",90633,79772,2,990,1230 +"227452",90633,79793,2,990,1915 +"227453",90633,83334,3,990,1708 +"227454",90633,94339,3,990,2768 +"227455",90633,99194,3,990,1271 +"227456",90658,2057,2,523,1965 +"227457",90658,2120,3,523,1133 +"227458",90658,2226,3,523,2225 +"227459",90658,2429,3,523,999 +"227460",90658,2524,3,523,1708 +"227461",90658,3647,3,523,1325 +"227462",90658,4367,3,523,2794 +"227463",90658,4889,3,523,1501 +"227464",90658,5599,3,523,1684 +"227465",90658,7450,3,523,2827 +"227466",90658,10223,3,523,1033 +"227467",90658,11518,3,523,803 +"227468",90658,12177,3,523,1965 +"227469",90658,12249,2,523,1965 +"227470",90658,12397,3,523,1965 +"227471",90658,14589,3,523,1184 +"227472",90658,14754,3,523,2456 +"227473",90658,14972,3,523,2332 +"227474",90658,17133,3,523,924 +"227475",90658,17230,3,523,1965 +"227476",90658,17687,3,523,593 +"227477",90658,18965,3,523,2315 +"227478",90658,19433,3,523,2504 +"227479",90658,20395,3,523,1468 +"227480",90658,26734,3,523,2299 +"227481",90658,29997,3,523,1789 +"227482",90658,30891,3,523,1256 +"227483",90658,32202,3,523,2314 +"227484",90658,32606,3,523,2100 +"227485",90658,33341,2,523,2338 +"227486",90658,33870,3,523,955 +"227487",90658,35133,3,523,2219 +"227488",90658,35518,3,523,1721 +"227489",90658,39443,3,523,2277 +"227490",90658,40747,3,523,958 +"227491",90658,41633,3,523,1976 +"227492",90658,42852,3,523,1316 +"227493",90658,48548,3,523,826 +"227494",90658,48713,3,523,565 +"227495",90658,50229,3,523,1190 +"227496",90658,53924,3,523,1289 +"227497",90658,55072,3,523,612 +"227498",90658,61240,3,523,2651 +"227499",90658,61337,3,523,2777 +"227500",90658,62746,3,523,2119 +"227501",90658,67062,3,523,1623 +"227502",90658,67963,3,523,806 +"227503",90658,70748,3,523,978 +"227504",90658,72083,3,523,1122 +"227505",90658,76507,3,523,1437 +"227506",90658,77497,3,523,2359 +"227507",90658,82023,3,523,992 +"227508",90658,87142,3,523,591 +"227509",90658,91806,3,523,969 +"227510",90658,96073,3,523,568 +"227511",90658,99222,2,523,829 +"227512",90658,111208,3,523,847 +"227513",90669,1427,3,152,324 +"227514",90669,1428,3,152,742 +"227515",90669,2057,3,152,1965 +"227516",90669,2798,2,152,1673 +"227517",90669,5962,3,152,2491 +"227518",90669,6119,3,152,2358 +"227519",90669,10336,2,152,2271 +"227520",90669,10453,3,152,1656 +"227521",90669,11029,3,152,2362 +"227522",90669,12475,3,152,588 +"227523",90669,14520,3,152,634 +"227524",90669,15990,3,152,593 +"227525",90669,16053,3,152,908 +"227526",90669,16286,3,152,2470 +"227527",90669,18965,3,152,2315 +"227528",90669,19380,3,152,2637 +"227529",90669,20732,3,152,2401 +"227530",90669,23726,3,152,2434 +"227531",90669,23869,3,152,1918 +"227532",90669,24722,1,152,341 +"227533",90669,28131,3,152,1492 +"227534",90669,28380,3,152,473 +"227535",90669,29286,3,152,1612 +"227536",90669,29454,3,152,2719 +"227537",90669,34216,3,152,2832 +"227538",90669,36506,3,152,2638 +"227539",90669,37036,3,152,2264 +"227540",90669,39563,3,152,486 +"227541",90669,41764,3,152,2409 +"227542",90669,44025,3,152,1935 +"227543",90669,44786,3,152,1096 +"227544",90669,46803,3,152,2305 +"227545",90669,49309,3,152,575 +"227546",90669,50382,3,152,2244 +"227547",90669,51360,3,152,1882 +"227548",90669,59670,2,152,1173 +"227549",90669,61727,3,152,413 +"227550",90669,64439,3,152,562 +"227551",90669,64967,3,152,2872 +"227552",90669,65389,3,152,503 +"227553",90669,67963,2,152,806 +"227554",90669,68055,3,152,1236 +"227555",90669,68539,3,152,1158 +"227556",90669,74730,3,152,535 +"227557",90669,78645,3,152,218 +"227558",90669,78650,2,152,592 +"227559",90669,79420,2,152,1061 +"227560",90669,85444,3,152,944 +"227561",90669,88454,3,152,663 +"227562",90669,92254,3,152,517 +"227563",90669,94625,2,152,2105 +"227564",90669,104828,2,152,1609 +"227565",90669,115021,3,152,1226 +"227566",90669,117679,3,152,535 +"227567",90674,2452,2,621,1715 +"227568",90674,9723,3,621,2302 +"227569",90674,11239,3,621,2181 +"227570",90674,13068,3,621,1778 +"227571",90674,14287,3,621,1583 +"227572",90674,16684,3,621,1657 +"227573",90674,18202,3,621,2475 +"227574",90674,18928,3,621,709 +"227575",90674,19364,3,621,2846 +"227576",90674,20176,2,621,1050 +"227577",90674,20395,3,621,1468 +"227578",90674,23277,3,621,1267 +"227579",90674,25378,2,621,1245 +"227580",90674,27280,3,621,1965 +"227581",90674,27320,3,621,2378 +"227582",90674,28432,3,621,1954 +"227583",90674,28446,3,621,917 +"227584",90674,29495,3,621,1612 +"227585",90674,30865,3,621,2038 +"227586",90674,30891,3,621,1256 +"227587",90674,33665,3,621,787 +"227588",90674,35456,3,621,2358 +"227589",90674,37859,3,621,1999 +"227590",90674,38373,1,621,1928 +"227591",90674,39249,2,621,1665 +"227592",90674,41240,3,621,2220 +"227593",90674,41439,3,621,709 +"227594",90674,47968,3,621,2829 +"227595",90674,50229,3,621,1190 +"227596",90674,52879,2,621,777 +"227597",90674,53809,3,621,1956 +"227598",90674,58015,3,621,899 +"227599",90674,61443,2,621,2770 +"227600",90674,65522,3,621,1572 +"227601",90674,66622,3,621,799 +"227602",90674,70126,3,621,1158 +"227603",90674,73553,3,621,2726 +"227604",90674,82252,2,621,1248 +"227605",90674,84447,3,621,1006 +"227606",90674,88067,3,621,2315 +"227607",90674,96059,3,621,1286 +"227608",90674,102893,3,621,814 +"227609",90674,106449,3,621,862 +"227610",90674,107090,3,621,954 +"227611",90674,107292,3,621,1667 +"227612",90674,109978,3,621,1865 +"227613",90674,121354,3,621,2862 +"227614",90709,194,3,1080,1243 +"227615",90709,728,3,1080,1812 +"227616",90709,1323,2,1080,1659 +"227617",90709,1629,2,1080,1289 +"227618",90709,1702,3,1080,1984 +"227619",90709,1846,3,1080,1845 +"227620",90709,2540,2,1080,1398 +"227621",90709,2704,3,1080,2609 +"227622",90709,3127,2,1080,2273 +"227623",90709,3163,3,1080,2020 +"227624",90709,3271,3,1080,2216 +"227625",90709,3477,2,1080,2546 +"227626",90709,3978,3,1080,2775 +"227627",90709,4303,3,1080,2414 +"227628",90709,4361,3,1080,2571 +"227629",90709,5839,3,1080,2301 +"227630",90709,6063,3,1080,2349 +"227631",90709,6989,3,1080,2623 +"227632",90709,7252,3,1080,2799 +"227633",90709,7337,2,1080,1797 +"227634",90709,7937,3,1080,2044 +"227635",90709,8865,3,1080,2394 +"227636",90709,9227,2,1080,1267 +"227637",90709,9272,3,1080,2835 +"227638",90709,9503,3,1080,2453 +"227639",90709,9787,3,1080,2858 +"227640",90709,10050,3,1080,1792 +"227641",90709,10453,3,1080,1656 +"227642",90709,10754,2,1080,1797 +"227643",90709,11136,3,1080,2573 +"227644",90709,11563,3,1080,1863 +"227645",90709,11639,3,1080,1593 +"227646",90709,12067,3,1080,1213 +"227647",90709,13808,3,1080,1356 +"227648",90709,14817,3,1080,2110 +"227649",90709,14887,3,1080,2158 +"227650",90709,16501,3,1080,1650 +"227651",90709,17645,3,1080,1918 +"227652",90709,18005,3,1080,2449 +"227653",90709,18217,3,1080,1566 +"227654",90709,19433,3,1080,2504 +"227655",90709,19934,3,1080,2888 +"227656",90709,20155,3,1080,1517 +"227657",90709,20512,3,1080,2748 +"227658",90709,21684,2,1080,1971 +"227659",90709,21815,3,1080,2032 +"227660",90709,22586,3,1080,1341 +"227661",90709,23131,3,1080,1732 +"227662",90709,23488,3,1080,1523 +"227663",90709,25163,3,1080,1751 +"227664",90709,27908,3,1080,2576 +"227665",90709,28357,3,1080,1134 +"227666",90709,28893,3,1080,2764 +"227667",90709,29267,2,1080,1234 +"227668",90709,29286,2,1080,1612 +"227669",90709,30486,3,1080,1269 +"227670",90709,30668,3,1080,2882 +"227671",90709,30669,2,1080,1921 +"227672",90709,31317,3,1080,1362 +"227673",90709,32202,3,1080,2314 +"227674",90709,33223,3,1080,2397 +"227675",90709,33341,3,1080,2338 +"227676",90709,35133,3,1080,2219 +"227677",90709,35903,3,1080,1434 +"227678",90709,36953,2,1080,2790 +"227679",90709,37108,3,1080,1202 +"227680",90709,37752,3,1080,2223 +"227681",90709,39062,3,1080,2020 +"227682",90709,39534,3,1080,2410 +"227683",90709,39589,3,1080,1292 +"227684",90709,40035,3,1080,2742 +"227685",90709,40542,3,1080,1664 +"227686",90709,40572,2,1080,2666 +"227687",90709,41338,3,1080,1553 +"227688",90709,42813,2,1080,2142 +"227689",90709,43204,3,1080,1680 +"227690",90709,43226,3,1080,2442 +"227691",90709,45355,3,1080,1450 +"227692",90709,45729,3,1080,2606 +"227693",90709,46261,3,1080,2350 +"227694",90709,46486,1,1080,1868 +"227695",90709,47595,3,1080,2374 +"227696",90709,48110,3,1080,2009 +"227697",90709,50335,3,1080,1893 +"227698",90709,50585,3,1080,2414 +"227699",90709,51016,3,1080,1141 +"227700",90709,53726,3,1080,1729 +"227701",90709,53739,3,1080,2704 +"227702",90709,57765,3,1080,2893 +"227703",90709,58508,3,1080,2326 +"227704",90709,59448,3,1080,2687 +"227705",90709,61125,3,1080,1673 +"227706",90709,62963,3,1080,1964 +"227707",90709,66205,2,1080,2898 +"227708",90709,66994,3,1080,1865 +"227709",90709,69335,3,1080,2698 +"227710",90709,72438,3,1080,1397 +"227711",90709,76286,3,1080,1642 +"227712",90709,76507,3,1080,1437 +"227713",90709,80301,3,1080,1690 +"227714",90709,87958,3,1080,1234 +"227715",90709,91849,3,1080,1166 +"227716",90709,92850,3,1080,1971 +"227717",90718,66182,3,252,523 +"227718",90719,680,3,1234,2569 +"227719",90719,5106,2,1234,2622 +"227720",90719,18102,3,1234,1642 +"227721",90719,20395,3,1234,1468 +"227722",90719,37636,3,1234,2178 +"227723",90719,47013,3,1234,2388 +"227724",90719,50630,3,1234,2615 +"227725",90719,70583,2,1234,2615 +"227726",90745,14586,3,1994,2801 +"227727",90745,15826,3,1994,2772 +"227728",90745,19934,3,1994,2888 +"227729",90745,32778,3,1994,2310 +"227730",90745,37752,3,1994,2223 +"227731",90745,39875,3,1994,2422 +"227732",90745,39906,3,1994,2365 +"227733",90745,41694,3,1994,2358 +"227734",90745,43961,3,1994,2443 +"227735",90745,49558,3,1994,2083 +"227736",90745,59039,3,1994,2870 +"227737",90745,65188,2,1994,2213 +"227738",90745,77077,2,1994,2693 +"227739",90745,99940,3,1994,2884 +"227740",90778,4551,2,683,2720 +"227741",90778,5303,1,683,1849 +"227742",90778,6480,3,683,1678 +"227743",90778,7253,3,683,2686 +"227744",90778,7254,2,683,1849 +"227745",90778,11858,3,683,1530 +"227746",90778,15146,2,683,1546 +"227747",90778,19509,3,683,2000 +"227748",90778,47607,3,683,2724 +"227749",90778,58945,3,683,2481 +"227750",90778,75194,2,683,1736 +"227751",90789,1092,3,1218,1945 +"227752",90789,1150,3,1218,1595 +"227753",90789,1203,3,1218,1350 +"227754",90789,3255,3,1218,2504 +"227755",90789,3753,3,1218,1255 +"227756",90789,4660,3,1218,2149 +"227757",90789,4669,3,1218,2395 +"227758",90789,6982,3,1218,2034 +"227759",90789,7013,3,1218,2040 +"227760",90789,9311,3,1218,2477 +"227761",90789,10087,3,1218,1617 +"227762",90789,10843,3,1218,2277 +"227763",90789,14723,3,1218,2019 +"227764",90789,14761,3,1218,2502 +"227765",90789,15626,3,1218,2434 +"227766",90789,15716,3,1218,1991 +"227767",90789,16684,3,1218,1657 +"227768",90789,17061,3,1218,2385 +"227769",90789,21225,3,1218,1945 +"227770",90789,21448,2,1218,2332 +"227771",90789,22311,3,1218,2034 +"227772",90789,23277,3,1218,1267 +"227773",90789,26408,3,1218,1545 +"227774",90789,33356,3,1218,1586 +"227775",90789,33433,3,1218,2805 +"227776",90789,38755,3,1218,2902 +"227777",90789,39534,1,1218,2410 +"227778",90789,44877,3,1218,1219 +"227779",90789,46486,3,1218,1868 +"227780",90789,49347,2,1218,2504 +"227781",90789,50354,3,1218,1299 +"227782",90789,55324,3,1218,1544 +"227783",90789,58993,3,1218,2390 +"227784",90789,59113,3,1218,2434 +"227785",90789,63641,3,1218,2337 +"227786",90789,66717,2,1218,2104 +"227787",90789,69091,3,1218,1267 +"227788",90789,72438,2,1218,1397 +"227789",90789,74190,3,1218,1428 +"227790",90789,78740,3,1218,1515 +"227791",90789,98058,3,1218,1891 +"227792",90789,102186,3,1218,2937 +"227793",90789,107383,3,1218,1918 +"227794",90790,733,3,1492,1653 +"227795",90790,1006,3,1492,1569 +"227796",90790,3242,3,1492,1730 +"227797",90790,4618,3,1492,2607 +"227798",90790,8621,3,1492,1681 +"227799",90790,10871,3,1492,2314 +"227800",90790,17264,2,1492,2528 +"227801",90790,17354,1,1492,2250 +"227802",90790,19516,2,1492,2313 +"227803",90790,20070,3,1492,1914 +"227804",90790,20563,3,1492,2267 +"227805",90790,23140,2,1492,2787 +"227806",90790,26436,3,1492,2489 +"227807",90790,26516,3,1492,2479 +"227808",90790,27753,3,1492,2750 +"227809",90790,30150,2,1492,1704 +"227810",90790,32419,3,1492,1909 +"227811",90790,33551,1,1492,1734 +"227812",90790,34492,3,1492,1798 +"227813",90790,36031,3,1492,2342 +"227814",90790,46506,3,1492,2464 +"227815",90790,51410,3,1492,2739 +"227816",90790,63654,3,1492,2310 +"227817",90790,70203,3,1492,2756 +"227818",90790,78128,3,1492,1727 +"227819",90790,87110,3,1492,2801 +"227820",90790,91162,1,1492,1693 +"227821",90790,91201,1,1492,1702 +"227822",90802,380,3,877,2261 +"227823",90802,600,3,877,1702 +"227824",90802,962,3,877,1000 +"227825",90802,1044,3,877,880 +"227826",90802,1102,3,877,2282 +"227827",90802,1127,3,877,1188 +"227828",90802,1130,3,877,1566 +"227829",90802,1196,3,877,1986 +"227830",90802,1875,3,877,1786 +"227831",90802,2269,2,877,984 +"227832",90802,2325,3,877,1641 +"227833",90802,2424,3,877,2582 +"227834",90802,2572,3,877,2273 +"227835",90802,2754,3,877,1360 +"227836",90802,2864,3,877,1543 +"227837",90802,3716,2,877,1679 +"227838",90802,3748,3,877,2052 +"227839",90802,3777,3,877,1798 +"227840",90802,3801,3,877,1974 +"227841",90802,3886,3,877,1669 +"227842",90802,3961,3,877,2426 +"227843",90802,3966,3,877,2425 +"227844",90802,4690,3,877,1938 +"227845",90802,4707,3,877,2588 +"227846",90802,5041,3,877,2371 +"227847",90802,5315,3,877,2631 +"227848",90802,5350,3,877,2522 +"227849",90802,5716,2,877,1058 +"227850",90802,5984,3,877,1675 +"227851",90802,5986,3,877,1721 +"227852",90802,6044,3,877,2744 +"227853",90802,6047,2,877,2004 +"227854",90802,6052,3,877,1985 +"227855",90802,6074,3,877,2426 +"227856",90802,6417,2,877,1675 +"227857",90802,7406,3,877,1906 +"227858",90802,7861,3,877,1647 +"227859",90802,8529,3,877,1205 +"227860",90802,8621,3,877,1681 +"227861",90802,9364,3,877,1698 +"227862",90802,9928,3,877,2345 +"227863",90802,9950,3,877,920 +"227864",90802,10358,2,877,2294 +"227865",90802,10513,2,877,2284 +"227866",90802,10717,3,877,1938 +"227867",90802,10870,3,877,1755 +"227868",90802,11103,3,877,2393 +"227869",90802,11218,3,877,2292 +"227870",90802,11493,3,877,2077 +"227871",90802,11540,1,877,1237 +"227872",90802,11966,3,877,2385 +"227873",90802,12035,3,877,2721 +"227874",90802,12042,3,877,2345 +"227875",90802,12371,3,877,1569 +"227876",90802,12602,3,877,1956 +"227877",90802,12724,3,877,1930 +"227878",90802,13311,3,877,2315 +"227879",90802,13967,3,877,1354 +"227880",90802,14032,2,877,2144 +"227881",90802,14072,3,877,1346 +"227882",90802,14834,3,877,2739 +"227883",90802,14855,3,877,903 +"227884",90802,15207,3,877,1855 +"227885",90802,15301,3,877,2308 +"227886",90802,15309,3,877,2820 +"227887",90802,15315,3,877,2173 +"227888",90802,15402,3,877,1281 +"227889",90802,15626,3,877,2434 +"227890",90802,15872,2,877,1551 +"227891",90802,16053,3,877,908 +"227892",90802,16120,2,877,1237 +"227893",90802,16164,3,877,1184 +"227894",90802,16332,3,877,2668 +"227895",90802,16352,2,877,2657 +"227896",90802,16826,3,877,2599 +"227897",90802,16940,3,877,1290 +"227898",90802,17381,3,877,1697 +"227899",90802,17396,3,877,1672 +"227900",90802,17400,3,877,2231 +"227901",90802,17819,3,877,2291 +"227902",90802,17943,3,877,1943 +"227903",90802,17997,3,877,1621 +"227904",90802,18348,3,877,1711 +"227905",90802,18874,3,877,2170 +"227906",90802,19027,3,877,2721 +"227907",90802,19637,3,877,1229 +"227908",90802,19719,3,877,2177 +"227909",90802,20067,3,877,2390 +"227910",90802,20124,3,877,2376 +"227911",90802,20287,3,877,1099 +"227912",90802,20975,2,877,1305 +"227913",90802,21138,1,877,2849 +"227914",90802,21198,3,877,935 +"227915",90802,21571,3,877,2755 +"227916",90802,21682,3,877,2414 +"227917",90802,21693,3,877,2176 +"227918",90802,21706,3,877,1988 +"227919",90802,21929,3,877,2062 +"227920",90802,22141,1,877,2348 +"227921",90802,22207,3,877,2365 +"227922",90802,22282,3,877,1418 +"227923",90802,22326,3,877,2818 +"227924",90802,22362,3,877,1836 +"227925",90802,22639,3,877,2352 +"227926",90802,23006,3,877,1532 +"227927",90802,23159,3,877,1548 +"227928",90802,23310,3,877,2371 +"227929",90802,23806,3,877,1671 +"227930",90802,23869,3,877,1918 +"227931",90802,24146,3,877,2003 +"227932",90802,24256,3,877,2393 +"227933",90802,24568,3,877,1937 +"227934",90802,25443,3,877,1441 +"227935",90802,25680,3,877,1618 +"227936",90802,26080,3,877,2525 +"227937",90802,26282,3,877,1241 +"227938",90802,26366,3,877,1688 +"227939",90802,26659,3,877,903 +"227940",90802,26749,3,877,2965 +"227941",90802,27195,3,877,2158 +"227942",90802,27205,3,877,966 +"227943",90802,28002,2,877,914 +"227944",90802,28015,3,877,1624 +"227945",90802,28296,3,877,2944 +"227946",90802,28571,3,877,1556 +"227947",90802,29243,3,877,2011 +"227948",90802,29314,2,877,2736 +"227949",90802,29930,2,877,2240 +"227950",90802,30981,3,877,2366 +"227951",90802,31279,3,877,965 +"227952",90802,31530,3,877,1661 +"227953",90802,32567,3,877,2784 +"227954",90802,32919,3,877,2321 +"227955",90802,33801,3,877,2899 +"227956",90802,34509,3,877,1973 +"227957",90802,34735,2,877,2767 +"227958",90802,35529,3,877,1620 +"227959",90802,35772,3,877,1440 +"227960",90802,35926,3,877,2371 +"227961",90802,36962,3,877,2861 +"227962",90802,37333,3,877,1612 +"227963",90802,38019,3,877,1870 +"227964",90802,38055,3,877,1089 +"227965",90802,39238,3,877,922 +"227966",90802,39746,3,877,1361 +"227967",90802,40072,3,877,1182 +"227968",90802,40432,3,877,1956 +"227969",90802,41832,3,877,1155 +"227970",90802,41955,3,877,2479 +"227971",90802,41972,3,877,2509 +"227972",90802,42129,3,877,2318 +"227973",90802,42216,3,877,2722 +"227974",90802,42619,3,877,2017 +"227975",90802,42747,3,877,1189 +"227976",90802,43112,3,877,2564 +"227977",90802,43173,2,877,2895 +"227978",90802,43226,3,877,2442 +"227979",90802,45302,3,877,2390 +"227980",90802,45903,3,877,2237 +"227981",90802,46091,3,877,1938 +"227982",90802,46635,3,877,2528 +"227983",90802,47248,2,877,2883 +"227984",90802,47386,3,877,2226 +"227985",90802,47715,3,877,2111 +"227986",90802,49512,3,877,1302 +"227987",90802,50124,2,877,1209 +"227988",90802,50236,3,877,2339 +"227989",90802,51017,1,877,2073 +"227990",90802,51035,2,877,2397 +"227991",90802,51866,3,877,2411 +"227992",90802,52003,3,877,2067 +"227993",90802,52442,3,877,1269 +"227994",90802,52576,3,877,2234 +"227995",90802,53134,3,877,1590 +"227996",90802,53323,3,877,2677 +"227997",90802,53475,3,877,2853 +"227998",90802,54020,3,877,1578 +"227999",90802,54929,3,877,2783 +"228000",90802,55320,3,877,1643 +"228001",90802,56317,3,877,2030 +"228002",90802,56903,3,877,1584 +"228003",90802,57714,3,877,1391 +"228004",90802,57977,3,877,2683 +"228005",90802,58508,3,877,2326 +"228006",90802,58596,3,877,936 +"228007",90802,60280,2,877,1918 +"228008",90802,62488,3,877,1418 +"228009",90802,63409,3,877,1937 +"228010",90802,63547,2,877,1023 +"228011",90802,64181,3,877,1828 +"228012",90802,64502,3,877,1670 +"228013",90802,66983,3,877,2397 +"228014",90802,67102,3,877,935 +"228015",90802,69712,3,877,1219 +"228016",90802,70269,2,877,2368 +"228017",90802,70605,3,877,1176 +"228018",90802,70996,3,877,1037 +"228019",90802,71342,3,877,1289 +"228020",90802,72956,3,877,1251 +"228021",90802,73305,3,877,2544 +"228022",90802,74818,3,877,1440 +"228023",90802,75403,3,877,1895 +"228024",90802,76284,3,877,1237 +"228025",90802,77001,3,877,1440 +"228026",90802,80219,3,877,988 +"228027",90802,80759,3,877,2940 +"228028",90802,80825,3,877,2315 +"228029",90802,81463,3,877,955 +"228030",90802,81588,3,877,1568 +"228031",90802,82932,3,877,2245 +"228032",90802,82949,3,877,2077 +"228033",90802,83526,3,877,1235 +"228034",90802,84022,1,877,2289 +"228035",90802,84296,3,877,1751 +"228036",90802,85356,2,877,1492 +"228037",90802,89097,3,877,935 +"228038",90802,96132,3,877,1489 +"228039",90802,98384,3,877,1166 +"228040",90802,100140,3,877,1041 +"228041",90802,101395,1,877,891 +"228042",90802,119859,3,877,908 +"228043",90837,313,3,825,2271 +"228044",90837,341,3,825,2689 +"228045",90837,377,3,825,2389 +"228046",90837,499,3,825,1931 +"228047",90837,543,3,825,2203 +"228048",90837,613,3,825,2687 +"228049",90837,841,3,825,2964 +"228050",90837,1046,3,825,1881 +"228051",90837,1090,3,825,2370 +"228052",90837,1151,3,825,2885 +"228053",90837,1275,2,825,2068 +"228054",90837,1469,2,825,1160 +"228055",90837,1495,3,825,2046 +"228056",90837,1616,2,825,2662 +"228057",90837,1777,2,825,1965 +"228058",90837,2036,3,825,2483 +"228059",90837,2057,3,825,1965 +"228060",90837,2224,3,825,2751 +"228061",90837,2484,3,825,2389 +"228062",90837,2754,3,825,1360 +"228063",90837,3088,3,825,1670 +"228064",90837,3161,3,825,2229 +"228065",90837,3352,3,825,1707 +"228066",90837,3456,3,825,1999 +"228067",90837,3695,3,825,2612 +"228068",90837,3830,1,825,1661 +"228069",90837,4057,3,825,2389 +"228070",90837,4191,3,825,2130 +"228071",90837,4751,3,825,2696 +"228072",90837,5078,2,825,2033 +"228073",90837,5457,2,825,2077 +"228074",90837,5462,2,825,2374 +"228075",90837,5491,3,825,2048 +"228076",90837,5504,2,825,2389 +"228077",90837,5849,3,825,2404 +"228078",90837,6359,3,825,1239 +"228079",90837,6821,3,825,1788 +"228080",90837,7323,3,825,2858 +"228081",90837,8229,2,825,1241 +"228082",90837,8533,3,825,2251 +"228083",90837,8621,3,825,1681 +"228084",90837,8760,3,825,2477 +"228085",90837,8866,3,825,1545 +"228086",90837,9362,3,825,2879 +"228087",90837,10148,3,825,2964 +"228088",90837,10870,3,825,1755 +"228089",90837,10875,3,825,1234 +"228090",90837,11346,3,825,1924 +"228091",90837,12067,3,825,1213 +"228092",90837,12713,3,825,2440 +"228093",90837,13012,3,825,875 +"228094",90837,13535,3,825,1491 +"228095",90837,15299,3,825,2213 +"228096",90837,15500,3,825,1658 +"228097",90837,15539,3,825,1929 +"228098",90837,15636,3,825,2857 +"228099",90837,16164,3,825,1184 +"228100",90837,16497,3,825,2370 +"228101",90837,16959,3,825,888 +"228102",90837,17133,2,825,924 +"228103",90837,17410,3,825,2073 +"228104",90837,18151,2,825,2962 +"228105",90837,18348,3,825,1711 +"228106",90837,18615,3,825,1025 +"228107",90837,19516,3,825,2313 +"228108",90837,19568,3,825,2302 +"228109",90837,19606,3,825,2783 +"228110",90837,19637,2,825,1229 +"228111",90837,20067,3,825,2390 +"228112",90837,20325,3,825,1842 +"228113",90837,20494,3,825,1075 +"228114",90837,20545,3,825,1491 +"228115",90837,20659,2,825,1969 +"228116",90837,20700,3,825,2861 +"228117",90837,20783,3,825,2414 +"228118",90837,21122,3,825,1701 +"228119",90837,21225,3,825,1945 +"228120",90837,21795,3,825,2653 +"228121",90837,22006,2,825,1202 +"228122",90837,22749,2,825,1727 +"228123",90837,23506,3,825,1172 +"228124",90837,23869,3,825,1918 +"228125",90837,26106,3,825,2015 +"228126",90837,26249,3,825,2301 +"228127",90837,26608,3,825,2329 +"228128",90837,27478,3,825,2485 +"228129",90837,28011,3,825,2639 +"228130",90837,28131,3,825,1492 +"228131",90837,28216,2,825,1910 +"228132",90837,28233,3,825,1608 +"228133",90837,30119,2,825,1961 +"228134",90837,30150,3,825,1704 +"228135",90837,30891,3,825,1256 +"228136",90837,31696,3,825,1595 +"228137",90837,31799,3,825,2547 +"228138",90837,32409,3,825,857 +"228139",90837,32606,2,825,2100 +"228140",90837,33356,3,825,1586 +"228141",90837,33572,3,825,2370 +"228142",90837,34492,3,825,1798 +"228143",90837,35041,3,825,1311 +"228144",90837,35256,3,825,2271 +"228145",90837,35529,3,825,1620 +"228146",90837,36514,3,825,1192 +"228147",90837,37418,3,825,2710 +"228148",90837,37570,3,825,2389 +"228149",90837,38048,3,825,867 +"228150",90837,38755,3,825,2902 +"228151",90837,39444,2,825,2695 +"228152",90837,40138,3,825,2719 +"228153",90837,41278,1,825,1873 +"228154",90837,41446,3,825,1103 +"228155",90837,41747,3,825,1722 +"228156",90837,42906,3,825,1748 +"228157",90837,43839,3,825,1685 +"228158",90837,43961,3,825,2443 +"228159",90837,46283,3,825,1184 +"228160",90837,49965,2,825,2301 +"228161",90837,50269,3,825,1966 +"228162",90837,50372,3,825,1834 +"228163",90837,51410,2,825,2739 +"228164",90837,51987,3,825,1397 +"228165",90837,53031,3,825,2065 +"228166",90837,54020,3,825,1578 +"228167",90837,55556,3,825,2075 +"228168",90837,55828,1,825,2393 +"228169",90837,56116,3,825,1321 +"228170",90837,56171,3,825,1524 +"228171",90837,57077,2,825,1885 +"228172",90837,57565,3,825,1577 +"228173",90837,57609,2,825,2717 +"228174",90837,57950,2,825,1529 +"228175",90837,57977,2,825,2683 +"228176",90837,59082,2,825,947 +"228177",90837,64031,3,825,1295 +"228178",90837,64967,1,825,2872 +"228179",90837,65856,3,825,2504 +"228180",90837,67788,3,825,837 +"228181",90837,67942,3,825,973 +"228182",90837,68390,3,825,2608 +"228183",90837,69017,2,825,1183 +"228184",90837,69498,2,825,931 +"228185",90837,70046,3,825,2624 +"228186",90837,70203,3,825,2756 +"228187",90837,70646,3,825,1162 +"228188",90837,71478,3,825,1721 +"228189",90837,73553,3,825,2726 +"228190",90837,75948,3,825,1006 +"228191",90837,79612,3,825,927 +"228192",90837,80429,3,825,1927 +"228193",90837,83526,3,825,1235 +"228194",90837,85430,3,825,2370 +"228195",90837,85690,3,825,1229 +"228196",90837,86986,3,825,1976 +"228197",90837,89668,3,825,1279 +"228198",90837,89958,3,825,1186 +"228199",90837,91570,3,825,2229 +"228200",90837,93615,3,825,2386 +"228201",90837,93752,3,825,1368 +"228202",90837,96678,3,825,1183 +"228203",90837,100134,3,825,977 +"228204",90837,101347,3,825,1335 +"228205",90837,102050,1,825,906 +"228206",90837,106299,3,825,1190 +"228207",90837,109383,3,825,952 +"228208",90852,1393,3,764,1706 +"228209",90852,2014,3,764,973 +"228210",90852,2370,2,764,1600 +"228211",90852,2407,3,764,1725 +"228212",90852,3506,3,764,2364 +"228213",90852,4723,3,764,1314 +"228214",90852,4784,3,764,2511 +"228215",90852,6020,3,764,1864 +"228216",90852,7123,3,764,1964 +"228217",90852,7900,3,764,893 +"228218",90852,7932,2,764,789 +"228219",90852,9088,3,764,1881 +"228220",90852,9269,3,764,1892 +"228221",90852,10610,3,764,1427 +"228222",90852,16455,2,764,946 +"228223",90852,16866,2,764,2718 +"228224",90852,17925,3,764,2385 +"228225",90852,18865,3,764,2676 +"228226",90852,21142,3,764,2414 +"228227",90852,21358,3,764,1970 +"228228",90852,21920,2,764,2367 +"228229",90852,22389,3,764,2034 +"228230",90852,28648,3,764,1586 +"228231",90852,31950,2,764,2217 +"228232",90852,32629,3,764,1789 +"228233",90852,34274,3,764,1437 +"228234",90852,37765,3,764,1134 +"228235",90852,40510,2,764,943 +"228236",90852,41075,3,764,1176 +"228237",90852,41489,3,764,2006 +"228238",90852,43725,3,764,935 +"228239",90852,44744,3,764,2032 +"228240",90852,45297,3,764,1864 +"228241",90852,45449,1,764,1610 +"228242",90852,45450,2,764,1590 +"228243",90852,48254,2,764,1013 +"228244",90852,48781,1,764,954 +"228245",90852,48823,3,764,2080 +"228246",90852,48931,2,764,2444 +"228247",90852,53293,3,764,2916 +"228248",90852,53445,3,764,2028 +"228249",90852,55493,2,764,869 +"228250",90852,57549,3,764,2335 +"228251",90852,57804,3,764,2214 +"228252",90852,61398,3,764,2563 +"228253",90852,61921,2,764,1793 +"228254",90852,63395,3,764,2334 +"228255",90852,64737,3,764,2442 +"228256",90852,66017,3,764,1545 +"228257",90852,79639,1,764,1013 +"228258",90852,80186,2,764,2228 +"228259",90852,84581,2,764,1241 +"228260",90852,92084,3,764,1134 +"228261",90852,92366,2,764,1434 +"228262",90852,93642,2,764,1120 +"228263",90852,96387,3,764,2159 +"228264",90852,100084,1,764,1964 +"228265",90852,103989,2,764,1207 +"228266",90852,116484,2,764,902 +"228267",90860,10087,3,851,1617 +"228268",90860,10779,3,851,2881 +"228269",90860,11127,2,851,1196 +"228270",90860,11875,3,851,1526 +"228271",90860,16587,3,851,2065 +"228272",90860,17061,2,851,2385 +"228273",90860,17819,3,851,2291 +"228274",90860,22415,3,851,2841 +"228275",90860,25721,3,851,2212 +"228276",90860,27260,3,851,878 +"228277",90860,27623,3,851,2970 +"228278",90860,28065,3,851,943 +"228279",90860,37758,3,851,1998 +"228280",90860,43135,3,851,1171 +"228281",90860,44068,3,851,1056 +"228282",90860,44598,3,851,2356 +"228283",90860,49642,3,851,1166 +"228284",90860,71971,3,851,1294 +"228285",90860,76048,3,851,2373 +"228286",90860,82949,3,851,2077 +"228287",90860,96226,3,851,1412 +"228288",90860,115622,3,851,1895 +"228289",90870,64686,3,441,670 +"228290",90886,765,3,1548,2073 +"228291",90886,3175,2,1548,1938 +"228292",90886,3460,2,1548,2530 +"228293",90886,3896,3,1548,2693 +"228294",90886,4821,3,1548,1938 +"228295",90886,15453,2,1548,1688 +"228296",90886,19862,3,1548,2412 +"228297",90886,24206,1,1548,2307 +"228298",90886,35037,3,1548,2974 +"228299",90886,36646,3,1548,2744 +"228300",90886,42642,3,1548,2257 +"228301",90886,60516,3,1548,2257 +"228302",90886,63395,3,1548,2334 +"228303",90892,3978,3,2399,2775 +"228304",90911,2208,3,1263,2814 +"228305",90911,24923,3,1263,2785 +"228306",90911,28559,3,1263,1525 +"228307",90911,49660,3,1263,2739 +"228308",90911,60280,3,1263,1918 +"228309",90911,92973,3,1263,1276 +"228310",90911,120720,3,1263,1614 +"228311",90943,1519,3,1754,2349 +"228312",90943,3978,3,1754,2775 +"228313",90943,4303,3,1754,2414 +"228314",90943,12081,3,1754,2166 +"228315",90943,20941,3,1754,2725 +"228316",90943,26286,3,1754,2023 +"228317",90943,29289,2,1754,1756 +"228318",90943,29977,2,1754,2781 +"228319",90943,37279,2,1754,2768 +"228320",90943,38691,3,1754,2585 +"228321",90943,50113,3,1754,2059 +"228322",90943,50585,3,1754,2414 +"228323",90943,96300,3,1754,2594 +"228324",90943,102666,3,1754,2726 +"228325",91010,83717,1,1227,2763 +"228326",91010,93027,1,1227,2607 +"228327",91075,468,3,1354,1966 +"228328",91075,2344,3,1354,2752 +"228329",91075,10727,3,1354,2082 +"228330",91075,26100,3,1354,1966 +"228331",91142,15444,3,2527,2764 +"228332",91142,33801,3,2527,2899 +"228333",91142,50480,3,2527,2701 +"228334",91142,53475,3,2527,2853 +"228335",91162,3242,3,1693,1730 +"228336",91162,4618,3,1693,2607 +"228337",91162,10871,3,1693,2314 +"228338",91162,17264,2,1693,2528 +"228339",91162,17354,1,1693,2250 +"228340",91162,19516,2,1693,2313 +"228341",91162,20070,3,1693,1914 +"228342",91162,20563,3,1693,2267 +"228343",91162,23140,2,1693,2787 +"228344",91162,26436,3,1693,2489 +"228345",91162,26516,3,1693,2479 +"228346",91162,27753,3,1693,2750 +"228347",91162,30150,2,1693,1704 +"228348",91162,32419,3,1693,1909 +"228349",91162,33551,1,1693,1734 +"228350",91162,34492,3,1693,1798 +"228351",91162,36031,3,1693,2342 +"228352",91162,46506,3,1693,2464 +"228353",91162,51410,3,1693,2739 +"228354",91162,63654,3,1693,2310 +"228355",91162,70203,3,1693,2756 +"228356",91162,78128,3,1693,1727 +"228357",91162,87110,3,1693,2801 +"228358",91162,91201,1,1693,1702 +"228359",91163,733,3,1171,1653 +"228360",91163,750,3,1171,1327 +"228361",91163,1006,3,1171,1569 +"228362",91163,3242,3,1171,1730 +"228363",91163,4618,3,1171,2607 +"228364",91163,8621,3,1171,1681 +"228365",91163,10871,3,1171,2314 +"228366",91163,12373,3,1171,1567 +"228367",91163,16164,2,1171,1184 +"228368",91163,17264,2,1171,2528 +"228369",91163,17354,1,1171,2250 +"228370",91163,19506,1,1171,1385 +"228371",91163,19516,2,1171,2313 +"228372",91163,19637,3,1171,1229 +"228373",91163,20070,3,1171,1914 +"228374",91163,20563,3,1171,2267 +"228375",91163,23140,2,1171,2787 +"228376",91163,24755,3,1171,1319 +"228377",91163,26436,3,1171,2489 +"228378",91163,26516,3,1171,2479 +"228379",91163,27753,3,1171,2750 +"228380",91163,28131,3,1171,1492 +"228381",91163,28896,3,1171,1395 +"228382",91163,30150,2,1171,1704 +"228383",91163,32419,3,1171,1909 +"228384",91163,33551,1,1171,1734 +"228385",91163,34492,3,1171,1798 +"228386",91163,36031,3,1171,2342 +"228387",91163,46506,3,1171,2464 +"228388",91163,51410,3,1171,2739 +"228389",91163,62538,3,1171,1656 +"228390",91163,63654,3,1171,2310 +"228391",91163,70203,3,1171,2756 +"228392",91163,77835,2,1171,1327 +"228393",91163,78128,2,1171,1727 +"228394",91163,83053,2,1171,1303 +"228395",91163,87110,3,1171,2801 +"228396",91163,90790,1,1171,1492 +"228397",91163,91162,1,1171,1693 +"228398",91163,91201,1,1171,1702 +"228399",91183,3830,3,76,1661 +"228400",91183,5462,3,76,2374 +"228401",91183,13720,3,76,1558 +"228402",91183,17133,3,76,924 +"228403",91183,22130,3,76,146 +"228404",91183,30956,3,76,168 +"228405",91183,32606,3,76,2100 +"228406",91183,37059,3,76,2840 +"228407",91183,41278,3,76,1873 +"228408",91183,57950,3,76,1529 +"228409",91183,90837,3,76,825 +"228410",91196,39777,3,1688,1936 +"228411",91201,3242,3,1702,1730 +"228412",91201,4618,3,1702,2607 +"228413",91201,10871,3,1702,2314 +"228414",91201,17264,1,1702,2528 +"228415",91201,17354,1,1702,2250 +"228416",91201,19516,2,1702,2313 +"228417",91201,20070,3,1702,1914 +"228418",91201,20563,3,1702,2267 +"228419",91201,23140,2,1702,2787 +"228420",91201,26436,3,1702,2489 +"228421",91201,26516,3,1702,2479 +"228422",91201,27753,3,1702,2750 +"228423",91201,30150,2,1702,1704 +"228424",91201,32419,3,1702,1909 +"228425",91201,33551,1,1702,1734 +"228426",91201,34492,3,1702,1798 +"228427",91201,36031,3,1702,2342 +"228428",91201,46506,3,1702,2464 +"228429",91201,51410,3,1702,2739 +"228430",91201,63654,3,1702,2310 +"228431",91201,70203,3,1702,2756 +"228432",91201,78128,3,1702,1727 +"228433",91201,87110,3,1702,2801 +"228434",91210,1574,2,1457,1718 +"228435",91210,5064,3,1457,1690 +"228436",91210,6602,3,1457,1631 +"228437",91210,11329,3,1457,2799 +"228438",91210,14887,3,1457,2158 +"228439",91210,16963,3,1457,1999 +"228440",91210,19656,3,1457,2059 +"228441",91210,24255,3,1457,2770 +"228442",91210,30096,3,1457,2082 +"228443",91210,39009,3,1457,1594 +"228444",91210,40703,2,1457,1608 +"228445",91210,42382,3,1457,2224 +"228446",91210,73205,3,1457,1529 +"228447",91210,82206,2,1457,1597 +"228448",91210,85525,1,1457,1718 +"228449",91227,371,3,1232,2950 +"228450",91227,860,3,1232,1258 +"228451",91227,2576,3,1232,1307 +"228452",91227,4665,3,1232,1569 +"228453",91227,6132,3,1232,1590 +"228454",91227,8908,1,1232,1537 +"228455",91227,17252,3,1232,1258 +"228456",91227,20220,3,1232,1656 +"228457",91227,25832,3,1232,1689 +"228458",91227,28051,2,1232,2089 +"228459",91227,29286,3,1232,1612 +"228460",91227,32339,3,1232,2430 +"228461",91227,33657,3,1232,2336 +"228462",91227,70455,3,1232,1307 +"228463",91227,100048,3,1232,1573 +"228464",91279,457,3,966,1704 +"228465",91279,1314,3,966,1522 +"228466",91279,1469,3,966,1160 +"228467",91279,1519,3,966,2349 +"228468",91279,3164,3,966,2693 +"228469",91279,5226,3,966,1309 +"228470",91279,5315,2,966,2631 +"228471",91279,10358,3,966,2294 +"228472",91279,10382,3,966,2111 +"228473",91279,11966,3,966,2385 +"228474",91279,13109,2,966,1374 +"228475",91279,13573,3,966,2774 +"228476",91279,14032,3,966,2144 +"228477",91279,15122,3,966,1201 +"228478",91279,19453,3,966,1928 +"228479",91279,19858,3,966,2357 +"228480",91279,19892,1,966,1212 +"228481",91279,20284,3,966,2530 +"228482",91279,20941,2,966,2725 +"228483",91279,21401,3,966,1440 +"228484",91279,22374,2,966,1226 +"228485",91279,23179,3,966,1675 +"228486",91279,24512,3,966,1369 +"228487",91279,27320,3,966,2378 +"228488",91279,28168,3,966,2702 +"228489",91279,28635,3,966,2368 +"228490",91279,31003,1,966,1859 +"228491",91279,32567,3,966,2784 +"228492",91279,34648,1,966,1596 +"228493",91279,36007,3,966,2089 +"228494",91279,37108,2,966,1202 +"228495",91279,37915,3,966,1905 +"228496",91279,38691,3,966,2585 +"228497",91279,40893,2,966,1116 +"228498",91279,41278,3,966,1873 +"228499",91279,44151,3,966,1796 +"228500",91279,44877,3,966,1219 +"228501",91279,45633,3,966,2134 +"228502",91279,45903,2,966,2237 +"228503",91279,46099,3,966,2360 +"228504",91279,46283,2,966,1184 +"228505",91279,47013,3,966,2388 +"228506",91279,48127,3,966,2677 +"228507",91279,48602,2,966,1704 +"228508",91279,49048,3,966,1656 +"228509",91279,50977,3,966,2352 +"228510",91279,53779,3,966,2000 +"228511",91279,56903,3,966,1584 +"228512",91279,57714,2,966,1391 +"228513",91279,61719,3,966,1515 +"228514",91279,64502,2,966,1670 +"228515",91279,65316,3,966,1020 +"228516",91279,67957,2,966,2823 +"228517",91279,76564,2,966,996 +"228518",91279,77001,2,966,1440 +"228519",91279,81095,3,966,1609 +"228520",91279,82341,3,966,1515 +"228521",91279,83526,2,966,1235 +"228522",91279,83993,3,966,1009 +"228523",91279,85356,3,966,1492 +"228524",91279,92297,3,966,2952 +"228525",91279,92381,3,966,1237 +"228526",91279,111165,3,966,1256 +"228527",91321,937,3,353,408 +"228528",91321,1639,2,353,2631 +"228529",91321,2057,3,353,1965 +"228530",91321,2300,3,353,565 +"228531",91321,2384,3,353,1057 +"228532",91321,2424,3,353,2582 +"228533",91321,2709,2,353,1673 +"228534",91321,2742,3,353,1192 +"228535",91321,3306,3,353,1989 +"228536",91321,4681,3,353,2356 +"228537",91321,5346,3,353,1438 +"228538",91321,5405,3,353,1510 +"228539",91321,5622,3,353,2175 +"228540",91321,5716,3,353,1058 +"228541",91321,6104,2,353,2462 +"228542",91321,6366,3,353,798 +"228543",91321,6417,3,353,1675 +"228544",91321,7180,2,353,2227 +"228545",91321,7233,3,353,572 +"228546",91321,7241,3,353,2259 +"228547",91321,7627,3,353,1543 +"228548",91321,10488,3,353,1524 +"228549",91321,11218,3,353,2292 +"228550",91321,11348,3,353,824 +"228551",91321,12356,3,353,2757 +"228552",91321,12375,3,353,1873 +"228553",91321,13043,2,353,1295 +"228554",91321,14325,3,353,1976 +"228555",91321,14669,3,353,2080 +"228556",91321,14855,3,353,903 +"228557",91321,15003,2,353,2067 +"228558",91321,15207,3,353,1855 +"228559",91321,15402,3,353,1281 +"228560",91321,15756,3,353,2362 +"228561",91321,16352,3,353,2657 +"228562",91321,16518,3,353,2642 +"228563",91321,17396,3,353,1672 +"228564",91321,17632,3,353,1947 +"228565",91321,18211,3,353,1745 +"228566",91321,18550,3,353,483 +"228567",91321,19835,3,353,1135 +"228568",91321,21198,3,353,935 +"228569",91321,21838,3,353,2106 +"228570",91321,23725,3,353,2378 +"228571",91321,23869,3,353,1918 +"228572",91321,25129,3,353,2647 +"228573",91321,26749,3,353,2965 +"228574",91321,26818,3,353,1999 +"228575",91321,27173,3,353,2050 +"228576",91321,27543,3,353,666 +"228577",91321,28057,3,353,1067 +"228578",91321,29982,3,353,1372 +"228579",91321,29997,3,353,1789 +"228580",91321,30165,3,353,1409 +"228581",91321,30325,3,353,1067 +"228582",91321,33949,3,353,2489 +"228583",91321,34426,3,353,2743 +"228584",91321,34509,3,353,1973 +"228585",91321,37319,3,353,1205 +"228586",91321,38694,3,353,817 +"228587",91321,39294,3,353,1889 +"228588",91321,39982,3,353,1529 +"228589",91321,40022,3,353,2307 +"228590",91321,40113,3,353,451 +"228591",91321,43153,3,353,1381 +"228592",91321,44819,2,353,2063 +"228593",91321,45684,3,353,2200 +"228594",91321,45746,2,353,609 +"228595",91321,46196,3,353,1510 +"228596",91321,48289,3,353,2209 +"228597",91321,49608,3,353,2184 +"228598",91321,50134,3,353,2674 +"228599",91321,50958,3,353,477 +"228600",91321,52136,3,353,1412 +"228601",91321,53134,3,353,1590 +"228602",91321,53303,3,353,1376 +"228603",91321,54388,3,353,1257 +"228604",91321,54929,3,353,2783 +"228605",91321,57246,3,353,1873 +"228606",91321,57414,3,353,922 +"228607",91321,57842,2,353,2482 +"228608",91321,63328,3,353,922 +"228609",91321,67805,3,353,1338 +"228610",91321,71342,3,353,1289 +"228611",91321,71652,3,353,2638 +"228612",91321,72956,3,353,1251 +"228613",91321,89911,2,353,2607 +"228614",91321,94002,3,353,399 +"228615",91321,94520,3,353,1243 +"228616",91321,94850,3,353,408 +"228617",91321,99215,3,353,2791 +"228618",91321,104714,2,353,359 +"228619",91348,2576,3,901,1307 +"228620",91348,14463,3,901,1256 +"228621",91348,46486,3,901,1868 +"228622",91348,68831,3,901,1446 +"228623",91348,81269,3,901,1570 +"228624",91348,87430,3,901,1038 +"228625",91348,94138,2,901,1939 +"228626",91386,71652,2,68,2638 +"228627",91415,3559,3,766,2413 +"228628",91415,4622,3,766,1589 +"228629",91418,6562,3,112,1139 +"228630",91418,20371,3,112,595 +"228631",91418,38754,3,112,835 +"228632",91418,42407,3,112,2408 +"228633",91418,55730,3,112,1217 +"228634",91418,62848,3,112,1230 +"228635",91418,71128,3,112,485 +"228636",91418,76970,3,112,1153 +"228637",91420,39556,3,1023,2747 +"228638",91435,4330,3,933,1128 +"228639",91435,4622,2,933,1589 +"228640",91435,8325,3,933,2228 +"228641",91435,9273,3,933,1747 +"228642",91435,12632,3,933,1174 +"228643",91435,14442,3,933,2700 +"228644",91435,16184,3,933,2274 +"228645",91435,29354,3,933,1123 +"228646",91435,29656,3,933,1902 +"228647",91435,31281,3,933,1937 +"228648",91435,32904,2,933,2055 +"228649",91435,33470,3,933,2003 +"228650",91435,34295,3,933,2735 +"228651",91435,40759,2,933,2789 +"228652",91435,44473,2,933,1685 +"228653",91435,44501,3,933,2567 +"228654",91435,50253,3,933,1565 +"228655",91435,55307,2,933,2306 +"228656",91435,59289,3,933,2896 +"228657",91435,62975,1,933,977 +"228658",91435,78315,3,933,1136 +"228659",91435,113848,3,933,999 +"228660",91442,31866,3,1962,2101 +"228661",91465,468,3,1047,1966 +"228662",91465,1570,2,1047,2028 +"228663",91465,2724,2,1047,2447 +"228664",91465,3158,3,1047,2762 +"228665",91465,3272,3,1047,2132 +"228666",91465,3477,3,1047,2546 +"228667",91465,3559,3,1047,2413 +"228668",91465,3678,3,1047,1325 +"228669",91465,3786,3,1047,2282 +"228670",91465,4622,3,1047,1589 +"228671",91465,6063,3,1047,2349 +"228672",91465,6562,2,1047,1139 +"228673",91465,7648,2,1047,1861 +"228674",91465,9273,2,1047,1747 +"228675",91465,9328,3,1047,1937 +"228676",91465,10435,3,1047,1984 +"228677",91465,10755,3,1047,1742 +"228678",91465,10756,3,1047,2207 +"228679",91465,11803,2,1047,1232 +"228680",91465,12481,3,1047,1086 +"228681",91465,12598,3,1047,2086 +"228682",91465,12861,2,1047,1207 +"228683",91465,13400,3,1047,1371 +"228684",91465,14061,2,1047,1620 +"228685",91465,14442,2,1047,2700 +"228686",91465,16184,3,1047,2274 +"228687",91465,17608,2,1047,1216 +"228688",91465,17768,2,1047,2468 +"228689",91465,17999,3,1047,2758 +"228690",91465,18217,3,1047,1566 +"228691",91465,18455,2,1047,1237 +"228692",91465,20739,3,1047,2025 +"228693",91465,21701,3,1047,1198 +"228694",91465,23739,3,1047,2463 +"228695",91465,24116,3,1047,1413 +"228696",91465,24867,2,1047,1861 +"228697",91465,25053,1,1047,2186 +"228698",91465,25886,3,1047,1580 +"228699",91465,26100,2,1047,1966 +"228700",91465,29067,2,1047,1538 +"228701",91465,29354,1,1047,1123 +"228702",91465,31259,3,1047,2082 +"228703",91465,31281,3,1047,1937 +"228704",91465,32904,3,1047,2055 +"228705",91465,33223,3,1047,2397 +"228706",91465,36996,2,1047,2321 +"228707",91465,39911,3,1047,1445 +"228708",91465,40542,3,1047,1664 +"228709",91465,41051,3,1047,2767 +"228710",91465,41603,3,1047,1942 +"228711",91465,41669,2,1047,1247 +"228712",91465,42407,3,1047,2408 +"228713",91465,44132,3,1047,1999 +"228714",91465,44466,3,1047,1607 +"228715",91465,44473,3,1047,1685 +"228716",91465,44501,2,1047,2567 +"228717",91465,46849,2,1047,1238 +"228718",91465,47094,2,1047,2592 +"228719",91465,49805,2,1047,2445 +"228720",91465,50635,3,1047,2962 +"228721",91465,53362,3,1047,2360 +"228722",91465,55446,2,1047,1247 +"228723",91465,55730,3,1047,1217 +"228724",91465,55997,2,1047,1414 +"228725",91465,59289,2,1047,2896 +"228726",91465,62848,3,1047,1230 +"228727",91465,63096,3,1047,2307 +"228728",91465,64737,3,1047,2442 +"228729",91465,74054,2,1047,1488 +"228730",91465,76503,3,1047,1136 +"228731",91465,80705,3,1047,2764 +"228732",91465,84317,3,1047,2081 +"228733",91465,84322,1,1047,1635 +"228734",91465,97615,3,1047,1198 +"228735",91465,104281,3,1047,2228 +"228736",91465,110737,3,1047,2117 +"228737",91466,12608,2,201,1337 +"228738",91466,15905,1,201,2064 +"228739",91466,19092,1,201,906 +"228740",91466,22422,3,201,894 +"228741",91466,35888,3,201,2291 +"228742",91466,40913,2,201,1800 +"228743",91466,41077,3,201,864 +"228744",91466,44669,2,201,1594 +"228745",91466,65703,2,201,1689 +"228746",91466,76637,3,201,833 +"228747",91466,78342,3,201,746 +"228748",91518,2684,3,842,2874 +"228749",91518,12356,3,842,2757 +"228750",91518,14325,3,842,1976 +"228751",91518,14652,3,842,2516 +"228752",91518,16954,2,842,2972 +"228753",91518,18563,2,842,2715 +"228754",91518,20659,3,842,1969 +"228755",91518,21225,2,842,1945 +"228756",91518,26793,3,842,2104 +"228757",91518,33010,3,842,2189 +"228758",91518,36609,3,842,2918 +"228759",91518,40931,3,842,2301 +"228760",91518,43153,3,842,1381 +"228761",91518,45618,3,842,2356 +"228762",91518,45650,3,842,1528 +"228763",91518,77550,3,842,1548 +"228764",91532,237,2,98,1982 +"228765",91532,267,3,98,2631 +"228766",91532,448,3,98,2693 +"228767",91532,600,3,98,1702 +"228768",91532,1728,2,98,284 +"228769",91532,2440,2,98,836 +"228770",91532,5599,3,98,1684 +"228771",91532,6821,3,98,1788 +"228772",91532,7118,3,98,966 +"228773",91532,8062,3,98,2858 +"228774",91532,8238,3,98,2222 +"228775",91532,10215,3,98,2006 +"228776",91532,13537,3,98,1020 +"228777",91532,13842,2,98,2250 +"228778",91532,15556,3,98,270 +"228779",91532,17457,2,98,589 +"228780",91532,18464,3,98,2312 +"228781",91532,19208,3,98,2629 +"228782",91532,19605,3,98,2395 +"228783",91532,22207,3,98,2365 +"228784",91532,22682,3,98,2035 +"228785",91532,23679,3,98,934 +"228786",91532,23918,3,98,1881 +"228787",91532,24615,3,98,229 +"228788",91532,25373,3,98,2783 +"228789",91532,25378,3,98,1245 +"228790",91532,26336,3,98,1904 +"228791",91532,27509,3,98,2067 +"228792",91532,27796,3,98,2151 +"228793",91532,29512,3,98,1594 +"228794",91532,29912,3,98,144 +"228795",91532,30891,3,98,1256 +"228796",91532,30967,2,98,818 +"228797",91532,33537,3,98,2406 +"228798",91532,40264,3,98,1418 +"228799",91532,40565,3,98,2115 +"228800",91532,41250,2,98,1703 +"228801",91532,41739,3,98,1339 +"228802",91532,44403,3,98,2429 +"228803",91532,47708,3,98,2568 +"228804",91532,49414,2,98,1667 +"228805",91532,50480,3,98,2701 +"228806",91532,57082,2,98,1418 +"228807",91532,58238,3,98,1944 +"228808",91532,58421,3,98,910 +"228809",91532,58759,3,98,942 +"228810",91532,58829,3,98,1256 +"228811",91532,64967,3,98,2872 +"228812",91532,66693,3,98,2554 +"228813",91532,66756,3,98,1301 +"228814",91532,67942,3,98,973 +"228815",91532,69250,3,98,1439 +"228816",91532,76607,3,98,747 +"228817",91532,77550,3,98,1548 +"228818",91532,82270,3,98,1641 +"228819",91532,82738,3,98,591 +"228820",91532,83523,3,98,1461 +"228821",91532,86286,3,98,234 +"228822",91532,87269,3,98,847 +"228823",91532,95416,3,98,982 +"228824",91532,99565,3,98,470 +"228825",91532,107292,3,98,1667 +"228826",91532,117125,2,98,169 +"228827",91532,119921,3,98,1113 +"228828",91570,313,3,2229,2271 +"228829",91570,377,3,2229,2389 +"228830",91570,1151,3,2229,2885 +"228831",91570,1616,2,2229,2662 +"228832",91570,2036,3,2229,2483 +"228833",91570,2484,2,2229,2389 +"228834",91570,4057,3,2229,2389 +"228835",91570,5462,2,2229,2374 +"228836",91570,5504,2,2229,2389 +"228837",91570,7323,3,2229,2858 +"228838",91570,8760,3,2229,2477 +"228839",91570,9311,3,2229,2477 +"228840",91570,12713,3,2229,2440 +"228841",91570,17520,3,2229,2276 +"228842",91570,19606,3,2229,2783 +"228843",91570,20700,3,2229,2861 +"228844",91570,27478,3,2229,2485 +"228845",91570,31799,3,2229,2547 +"228846",91570,35256,2,2229,2271 +"228847",91570,37570,3,2229,2389 +"228848",91570,52576,3,2229,2234 +"228849",91570,57977,3,2229,2683 +"228850",91570,85430,2,2229,2370 +"228851",91571,854,3,923,2307 +"228852",91571,1175,3,923,1642 +"228853",91571,2269,3,923,984 +"228854",91571,2424,3,923,2582 +"228855",91571,3068,3,923,1815 +"228856",91571,3886,2,923,1669 +"228857",91571,4253,2,923,1890 +"228858",91571,4504,3,923,1905 +"228859",91571,5986,3,923,1721 +"228860",91571,6044,3,923,2744 +"228861",91571,6052,3,923,1985 +"228862",91571,6718,3,923,2138 +"228863",91571,6996,3,923,2916 +"228864",91571,7970,3,923,1197 +"228865",91571,9391,3,923,1252 +"228866",91571,10148,3,923,2964 +"228867",91571,10358,3,923,2294 +"228868",91571,10717,3,923,1938 +"228869",91571,11218,3,923,2292 +"228870",91571,12042,3,923,2345 +"228871",91571,12310,3,923,1337 +"228872",91571,14328,3,923,1725 +"228873",91571,15235,3,923,1045 +"228874",91571,16352,3,923,2657 +"228875",91571,17943,1,923,1943 +"228876",91571,18011,3,923,1636 +"228877",91571,18707,3,923,1143 +"228878",91571,19248,3,923,2357 +"228879",91571,19282,3,923,1623 +"228880",91571,19719,3,923,2177 +"228881",91571,21198,3,923,935 +"228882",91571,22311,3,923,2034 +"228883",91571,23159,3,923,1548 +"228884",91571,23310,3,923,2371 +"228885",91571,23641,3,923,1934 +"228886",91571,26080,2,923,2525 +"228887",91571,27694,3,923,2030 +"228888",91571,30052,3,923,2855 +"228889",91571,30236,3,923,2238 +"228890",91571,30850,3,923,1045 +"228891",91571,32919,3,923,2321 +"228892",91571,33949,3,923,2489 +"228893",91571,35045,3,923,1646 +"228894",91571,38732,3,923,2263 +"228895",91571,40003,3,923,936 +"228896",91571,40703,3,923,1608 +"228897",91571,41972,2,923,2509 +"228898",91571,42522,3,923,2592 +"228899",91571,47248,3,923,2883 +"228900",91571,50685,3,923,2008 +"228901",91571,51017,3,923,2073 +"228902",91571,52576,3,923,2234 +"228903",91571,52969,2,923,2302 +"228904",91571,55082,3,923,1856 +"228905",91571,56317,3,923,2030 +"228906",91571,61982,3,923,2725 +"228907",91571,62841,3,923,2710 +"228908",91571,63547,3,923,1023 +"228909",91571,69260,3,923,1698 +"228910",91571,88063,3,923,1045 +"228911",91571,92508,3,923,1374 +"228912",91579,8327,2,2510,2527 +"228913",91579,15444,3,2510,2764 +"228914",91579,19208,3,2510,2629 +"228915",91579,50480,3,2510,2701 +"228916",91579,56920,3,2510,2548 +"228917",91579,99351,3,2510,2939 +"228918",91631,9716,3,1899,1929 +"228919",91631,14626,3,1899,2175 +"228920",91631,29319,3,1899,2314 +"228921",91631,32582,3,1899,1929 +"228922",91631,41185,3,1899,1929 +"228923",91631,45730,3,1899,2063 +"228924",91631,56737,3,1899,2270 +"228925",91631,64412,3,1899,2233 +"228926",91631,72426,2,1899,2902 +"228927",91715,468,2,1034,1966 +"228928",91715,1560,3,1034,2013 +"228929",91715,3669,3,1034,2524 +"228930",91715,4032,3,1034,1763 +"228931",91715,5557,3,1034,1929 +"228932",91715,5816,3,1034,2408 +"228933",91715,9716,2,1034,1929 +"228934",91715,9808,2,1034,1648 +"228935",91715,12481,3,1034,1086 +"228936",91715,13400,1,1034,1371 +"228937",91715,14080,3,1034,1351 +"228938",91715,14626,3,1034,2175 +"228939",91715,14654,3,1034,1692 +"228940",91715,14754,3,1034,2456 +"228941",91715,15301,2,1034,2308 +"228942",91715,16771,3,1034,1541 +"228943",91715,18808,2,1034,2854 +"228944",91715,18855,3,1034,1362 +"228945",91715,21504,3,1034,2328 +"228946",91715,21571,3,1034,2755 +"228947",91715,21741,3,1034,1574 +"228948",91715,21832,3,1034,1755 +"228949",91715,22566,3,1034,2308 +"228950",91715,22905,3,1034,2599 +"228951",91715,24520,3,1034,2196 +"228952",91715,26100,2,1034,1966 +"228953",91715,28081,3,1034,1927 +"228954",91715,29319,3,1034,2314 +"228955",91715,30317,3,1034,2431 +"228956",91715,31251,2,1034,2498 +"228957",91715,32582,2,1034,1929 +"228958",91715,33697,3,1034,1309 +"228959",91715,34559,3,1034,1105 +"228960",91715,35264,2,1034,2329 +"228961",91715,38309,3,1034,2644 +"228962",91715,40392,3,1034,1878 +"228963",91715,41185,3,1034,1929 +"228964",91715,41603,3,1034,1942 +"228965",91715,43585,3,1034,1066 +"228966",91715,45730,3,1034,2063 +"228967",91715,46745,3,1034,1565 +"228968",91715,49147,3,1034,2539 +"228969",91715,50440,2,1034,2469 +"228970",91715,50635,3,1034,2962 +"228971",91715,53362,2,1034,2360 +"228972",91715,54903,3,1034,2493 +"228973",91715,55775,3,1034,2385 +"228974",91715,60672,3,1034,2876 +"228975",91715,69214,3,1034,1354 +"228976",91715,73837,3,1034,1061 +"228977",91715,77785,1,1034,1595 +"228978",91715,82226,3,1034,1619 +"228979",91715,94510,3,1034,1514 +"228980",91715,102109,3,1034,1367 +"228981",91772,3520,2,2233,2281 +"228982",91772,3786,3,2233,2282 +"228983",91772,5606,3,2233,2875 +"228984",91772,6390,3,2233,2385 +"228985",91772,33341,3,2233,2338 +"228986",91772,33363,3,2233,2475 +"228987",91772,47330,3,2233,2422 +"228988",91772,56673,3,2233,2419 +"228989",91772,62219,3,2233,2494 +"228990",91772,80050,2,2233,2698 +"228991",91806,160,3,969,2007 +"228992",91806,2418,3,969,2020 +"228993",91806,2576,3,969,1307 +"228994",91806,2852,3,969,2448 +"228995",91806,3255,3,969,2504 +"228996",91806,4665,3,969,1569 +"228997",91806,4669,3,969,2395 +"228998",91806,5454,3,969,1779 +"228999",91806,6119,3,969,2358 +"229000",91806,8568,3,969,2706 +"229001",91806,8623,3,969,2463 +"229002",91806,8984,3,969,1162 +"229003",91806,9787,2,969,2858 +"229004",91806,10336,3,969,2271 +"229005",91806,11563,3,969,1863 +"229006",91806,16286,2,969,2470 +"229007",91806,16501,3,969,1650 +"229008",91806,19934,3,969,2888 +"229009",91806,25163,3,969,1751 +"229010",91806,27742,3,969,2700 +"229011",91806,27914,3,969,2507 +"229012",91806,28051,3,969,2089 +"229013",91806,32939,3,969,2277 +"229014",91806,33341,2,969,2338 +"229015",91806,35728,3,969,2017 +"229016",91806,41633,1,969,1976 +"229017",91806,45869,3,969,2840 +"229018",91806,49347,3,969,2504 +"229019",91806,50229,3,969,1190 +"229020",91806,50354,3,969,1299 +"229021",91806,57804,3,969,2214 +"229022",91806,58521,3,969,2950 +"229023",91806,61125,3,969,1673 +"229024",91806,70455,3,969,1307 +"229025",91806,76143,3,969,1610 +"229026",91806,111375,3,969,2686 +"229027",91812,1315,3,682,2760 +"229028",91812,2864,2,682,1543 +"229029",91812,3198,3,682,1797 +"229030",91812,3395,1,682,1382 +"229031",91812,3397,2,682,2126 +"229032",91812,3409,3,682,2167 +"229033",91812,3453,2,682,2126 +"229034",91812,6492,2,682,1162 +"229035",91812,7616,3,682,2296 +"229036",91812,8866,3,682,1545 +"229037",91812,11912,3,682,889 +"229038",91812,12122,3,682,1385 +"229039",91812,12778,3,682,2045 +"229040",91812,16542,3,682,2039 +"229041",91812,17502,2,682,869 +"229042",91812,19893,2,682,1223 +"229043",91812,24753,3,682,2860 +"229044",91812,24793,3,682,1993 +"229045",91812,26421,3,682,2634 +"229046",91812,27001,3,682,1761 +"229047",91812,27323,3,682,943 +"229048",91812,28053,3,682,2292 +"229049",91812,28588,3,682,1335 +"229050",91812,28626,2,682,2842 +"229051",91812,31209,3,682,1137 +"229052",91812,32419,1,682,1909 +"229053",91812,33655,2,682,773 +"229054",91812,40879,2,682,2019 +"229055",91812,42023,3,682,2231 +"229056",91812,43902,1,682,1726 +"229057",91812,44089,3,682,1632 +"229058",91812,45650,3,682,1528 +"229059",91812,52699,2,682,1372 +"229060",91812,63907,3,682,2377 +"229061",91812,78270,3,682,1171 +"229062",91812,83053,3,682,1303 +"229063",91812,83286,3,682,1793 +"229064",91812,83291,3,682,2066 +"229065",91812,107478,2,682,768 +"229066",91812,115734,3,682,859 +"229067",91841,360,3,1521,1671 +"229068",91841,8192,3,1521,1670 +"229069",91841,12432,3,1521,1816 +"229070",91841,12449,3,1521,2067 +"229071",91841,18277,3,1521,2309 +"229072",91841,18394,3,1521,2356 +"229073",91841,24066,2,1521,1755 +"229074",91841,29948,3,1521,2795 +"229075",91841,43173,3,1521,2895 +"229076",91841,48274,3,1521,1979 +"229077",91841,60855,2,1521,2272 +"229078",91849,680,3,1166,2569 +"229079",91849,1620,3,1166,1303 +"229080",91849,1629,3,1166,1289 +"229081",91849,2206,3,1166,2536 +"229082",91849,2747,3,1166,2411 +"229083",91849,2852,2,1166,2448 +"229084",91849,3127,3,1166,2273 +"229085",91849,3254,3,1166,1258 +"229086",91849,3477,3,1166,2546 +"229087",91849,4361,2,1166,2571 +"229088",91849,4612,2,1166,2804 +"229089",91849,4668,3,1166,1919 +"229090",91849,4669,2,1166,2395 +"229091",91849,4983,3,1166,1909 +"229092",91849,5839,3,1166,2301 +"229093",91849,5897,2,1166,2337 +"229094",91849,6989,3,1166,2623 +"229095",91849,7252,3,1166,2799 +"229096",91849,7337,3,1166,1797 +"229097",91849,7785,2,1166,2441 +"229098",91849,7942,3,1166,2623 +"229099",91849,8062,3,1166,2858 +"229100",91849,8140,3,1166,1262 +"229101",91849,8146,3,1166,1561 +"229102",91849,8568,3,1166,2706 +"229103",91849,10453,3,1166,1656 +"229104",91849,10980,3,1166,1974 +"229105",91849,11107,3,1166,1256 +"229106",91849,11108,3,1166,1609 +"229107",91849,11429,3,1166,2520 +"229108",91849,11648,3,1166,2852 +"229109",91849,12948,3,1166,2669 +"229110",91849,14532,3,1166,1193 +"229111",91849,14749,3,1166,1998 +"229112",91849,14781,3,1166,2338 +"229113",91849,14817,3,1166,2110 +"229114",91849,15826,3,1166,2772 +"229115",91849,16286,3,1166,2470 +"229116",91849,16501,3,1166,1650 +"229117",91849,16715,2,1166,1218 +"229118",91849,17033,3,1166,2771 +"229119",91849,17645,3,1166,1918 +"229120",91849,18124,3,1166,1642 +"229121",91849,18415,3,1166,2184 +"229122",91849,20395,3,1166,1468 +"229123",91849,23131,3,1166,1732 +"229124",91849,25373,3,1166,2783 +"229125",91849,27742,1,1166,2700 +"229126",91849,27914,2,1166,2507 +"229127",91849,28869,3,1166,2425 +"229128",91849,29286,3,1166,1612 +"229129",91849,30525,2,1166,1964 +"229130",91849,31317,3,1166,1362 +"229131",91849,31541,3,1166,1500 +"229132",91849,31753,3,1166,1514 +"229133",91849,31868,3,1166,1993 +"229134",91849,32532,2,1166,2338 +"229135",91849,32560,1,1166,1258 +"229136",91849,33341,2,1166,2338 +"229137",91849,34892,3,1166,2309 +"229138",91849,35728,3,1166,2017 +"229139",91849,35797,3,1166,2482 +"229140",91849,36183,3,1166,2117 +"229141",91849,40572,3,1166,2666 +"229142",91849,41023,2,1166,2408 +"229143",91849,41581,3,1166,1692 +"229144",91849,45869,2,1166,2840 +"229145",91849,47013,3,1166,2388 +"229146",91849,50229,3,1166,1190 +"229147",91849,50354,3,1166,1299 +"229148",91849,53739,3,1166,2704 +"229149",91849,56995,3,1166,2323 +"229150",91849,58655,2,1166,2685 +"229151",91849,59039,3,1166,2870 +"229152",91849,59298,3,1166,1236 +"229153",91849,61125,3,1166,1673 +"229154",91849,74370,3,1166,1667 +"229155",91849,74441,3,1166,1260 +"229156",91849,80156,3,1166,1667 +"229157",91849,92860,3,1166,1643 +"229158",91849,109307,3,1166,1187 +"229159",91849,111375,3,1166,2686 +"229160",91849,115021,2,1166,1226 +"229161",91859,13109,3,124,1374 +"229162",91859,19858,3,124,2357 +"229163",91859,31003,3,124,1859 +"229164",91859,34648,3,124,1596 +"229165",91859,40893,3,124,1116 +"229166",91859,46283,2,124,1184 +"229167",91859,48127,3,124,2677 +"229168",91859,48602,2,124,1704 +"229169",91859,67102,3,124,935 +"229170",91859,81095,3,124,1609 +"229171",91859,83526,3,124,1235 +"229172",91859,99279,3,124,611 +"229173",91859,100229,3,124,550 +"229174",91859,100442,3,124,893 +"229175",91870,5484,3,439,582 +"229176",91870,6602,3,439,1631 +"229177",91870,7548,3,439,1932 +"229178",91870,7840,3,439,984 +"229179",91870,10439,3,439,773 +"229180",91870,10474,2,439,1608 +"229181",91870,22181,3,439,1274 +"229182",91870,22422,3,439,894 +"229183",91870,25610,3,439,2328 +"229184",91870,29923,3,439,626 +"229185",91870,34820,3,439,1630 +"229186",91870,67521,1,439,545 +"229187",91870,81674,2,439,499 +"229188",91870,102301,3,439,865 +"229189",91870,109608,3,439,780 +"229190",91870,121260,3,439,2042 +"229191",91870,121943,3,439,475 +"229192",91891,675,3,323,1686 +"229193",91891,1136,3,323,2536 +"229194",91891,1428,3,323,742 +"229195",91891,2063,3,323,1278 +"229196",91891,2731,3,323,434 +"229197",91891,2743,3,323,1278 +"229198",91891,5346,3,323,1438 +"229199",91891,6055,3,323,2651 +"229200",91891,8275,3,323,2237 +"229201",91891,12639,3,323,1141 +"229202",91891,12692,3,323,1855 +"229203",91891,13967,3,323,1354 +"229204",91891,15106,3,323,2286 +"229205",91891,15207,2,323,1855 +"229206",91891,16164,3,323,1184 +"229207",91891,18364,1,323,535 +"229208",91891,18550,3,323,483 +"229209",91891,19593,2,323,2013 +"229210",91891,19621,2,323,725 +"229211",91891,20319,2,323,468 +"229212",91891,20824,3,323,1366 +"229213",91891,21422,3,323,935 +"229214",91891,21566,2,323,1234 +"229215",91891,22884,3,323,1608 +"229216",91891,23006,3,323,1532 +"229217",91891,26322,3,323,1018 +"229218",91891,27104,3,323,1608 +"229219",91891,27753,3,323,2750 +"229220",91891,28130,2,323,908 +"229221",91891,28131,3,323,1492 +"229222",91891,28808,3,323,1063 +"229223",91891,29580,3,323,2776 +"229224",91891,33588,3,323,1040 +"229225",91891,33621,3,323,1319 +"229226",91891,34492,3,323,1798 +"229227",91891,35286,1,323,395 +"229228",91891,35772,2,323,1440 +"229229",91891,36441,2,323,2796 +"229230",91891,40113,3,323,451 +"229231",91891,40646,3,323,1583 +"229232",91891,40893,3,323,1116 +"229233",91891,41108,2,323,1624 +"229234",91891,42799,2,323,2729 +"229235",91891,43769,3,323,2394 +"229236",91891,44648,3,323,619 +"229237",91891,45277,3,323,1777 +"229238",91891,45504,3,323,2301 +"229239",91891,45903,3,323,2237 +"229240",91891,46635,2,323,2528 +"229241",91891,49109,3,323,2341 +"229242",91891,53196,3,323,1888 +"229243",91891,53412,1,323,566 +"229244",91891,54522,3,323,699 +"229245",91891,56317,3,323,2030 +"229246",91891,56903,2,323,1584 +"229247",91891,57760,3,323,1721 +"229248",91891,62148,3,323,1566 +"229249",91891,64997,3,323,2791 +"229250",91891,68024,3,323,1531 +"229251",91891,73786,3,323,2937 +"229252",91891,74818,2,323,1440 +"229253",91891,76356,3,323,2323 +"229254",91891,79207,3,323,2244 +"229255",91891,81463,1,323,955 +"229256",91891,81676,3,323,839 +"229257",91891,85356,2,323,1492 +"229258",91891,85547,3,323,997 +"229259",91891,86785,2,323,1607 +"229260",91891,87720,3,323,2086 +"229261",91891,91901,1,323,1236 +"229262",91891,92254,3,323,517 +"229263",91891,92381,3,323,1237 +"229264",91891,94520,3,323,1243 +"229265",91891,96132,2,323,1489 +"229266",91891,102107,3,323,504 +"229267",91891,109718,3,323,1237 +"229268",91901,5346,3,1236,1438 +"229269",91901,6055,3,1236,2651 +"229270",91901,8274,3,1236,1909 +"229271",91901,8275,3,1236,2237 +"229272",91901,12692,3,1236,1855 +"229273",91901,13967,3,1236,1354 +"229274",91901,15207,2,1236,1855 +"229275",91901,17027,3,1236,2772 +"229276",91901,17097,3,1236,1505 +"229277",91901,19593,2,1236,2013 +"229278",91901,22403,3,1236,1630 +"229279",91901,23006,3,1236,1532 +"229280",91901,24066,3,1236,1755 +"229281",91901,27104,3,1236,1608 +"229282",91901,28131,3,1236,1492 +"229283",91901,30309,3,1236,1449 +"229284",91901,35772,2,1236,1440 +"229285",91901,36441,2,1236,2796 +"229286",91901,40646,2,1236,1583 +"229287",91901,41108,1,1236,1624 +"229288",91901,42799,2,1236,2729 +"229289",91901,45903,3,1236,2237 +"229290",91901,46635,2,1236,2528 +"229291",91901,56903,2,1236,1584 +"229292",91901,57760,2,1236,1721 +"229293",91901,62148,3,1236,1566 +"229294",91901,68024,3,1236,1531 +"229295",91901,74818,2,1236,1440 +"229296",91901,76356,2,1236,2323 +"229297",91901,85356,2,1236,1492 +"229298",91901,86785,2,1236,1607 +"229299",91901,91579,3,1236,2510 +"229300",91901,92381,3,1236,1237 +"229301",91901,94520,3,1236,1243 +"229302",91901,96132,2,1236,1489 +"229303",91901,109718,3,1236,1237 +"229304",91908,206,2,918,1986 +"229305",91908,307,3,918,2530 +"229306",91908,312,3,918,2038 +"229307",91908,671,3,918,2328 +"229308",91908,1036,2,918,1367 +"229309",91908,1092,2,918,1945 +"229310",91908,1397,3,918,1225 +"229311",91908,1495,3,918,2046 +"229312",91908,2684,3,918,2874 +"229313",91908,2754,3,918,1360 +"229314",91908,2766,3,918,1920 +"229315",91908,3753,2,918,1255 +"229316",91908,4763,3,918,1960 +"229317",91908,5429,2,918,1991 +"229318",91908,5462,3,918,2374 +"229319",91908,7013,3,918,2040 +"229320",91908,9893,2,918,2701 +"229321",91908,10874,2,918,1891 +"229322",91908,11055,2,918,2111 +"229323",91908,11620,3,918,2010 +"229324",91908,13925,3,918,1515 +"229325",91908,15184,2,918,2396 +"229326",91908,15716,3,918,1991 +"229327",91908,16164,3,918,1184 +"229328",91908,19027,1,918,2721 +"229329",91908,19248,3,918,2357 +"229330",91908,20700,3,918,2861 +"229331",91908,21225,3,918,1945 +"229332",91908,21706,3,918,1988 +"229333",91908,22586,3,918,1341 +"229334",91908,24755,3,918,1319 +"229335",91908,26570,3,918,1669 +"229336",91908,27501,3,918,1981 +"229337",91908,29456,3,918,1182 +"229338",91908,31799,2,918,2547 +"229339",91908,33160,3,918,2441 +"229340",91908,41625,3,918,1794 +"229341",91908,41832,2,918,1155 +"229342",91908,42574,3,918,2842 +"229343",91908,42747,3,918,1189 +"229344",91908,44636,2,918,1026 +"229345",91908,46039,3,918,1794 +"229346",91908,48242,3,918,1690 +"229347",91908,50075,3,918,1026 +"229348",91908,54676,1,918,1342 +"229349",91908,54695,3,918,2429 +"229350",91908,57977,3,918,2683 +"229351",91908,58035,3,918,1646 +"229352",91908,58427,3,918,2234 +"229353",91908,62488,3,918,1418 +"229354",91908,65029,2,918,2954 +"229355",91908,76284,3,918,1237 +"229356",91908,88966,3,918,1568 +"229357",91912,212,3,790,1513 +"229358",91912,270,2,790,2542 +"229359",91912,312,3,790,2038 +"229360",91912,380,3,790,2261 +"229361",91912,457,3,790,1704 +"229362",91912,671,3,790,2328 +"229363",91912,1102,3,790,2282 +"229364",91912,1124,2,790,1596 +"229365",91912,1154,3,790,1656 +"229366",91912,1275,3,790,2068 +"229367",91912,1691,3,790,1941 +"229368",91912,1777,3,790,1965 +"229369",91912,1875,3,790,1786 +"229370",91912,2111,2,790,1904 +"229371",91912,2224,3,790,2751 +"229372",91912,2424,3,790,2582 +"229373",91912,2684,3,790,2874 +"229374",91912,2743,3,790,1278 +"229375",91912,3167,3,790,1676 +"229376",91912,3305,3,790,2839 +"229377",91912,3306,3,790,1989 +"229378",91912,3477,3,790,2546 +"229379",91912,3966,3,790,2425 +"229380",91912,4001,3,790,1687 +"229381",91912,4057,3,790,2389 +"229382",91912,4226,3,790,1903 +"229383",91912,4360,3,790,1770 +"229384",91912,4690,3,790,1938 +"229385",91912,4701,3,790,2401 +"229386",91912,4791,3,790,1184 +"229387",91912,5072,3,790,2175 +"229388",91912,5078,3,790,2033 +"229389",91912,5235,3,790,2324 +"229390",91912,5405,3,790,1510 +"229391",91912,5457,3,790,2077 +"229392",91912,5462,3,790,2374 +"229393",91912,5504,3,790,2389 +"229394",91912,5622,3,790,2175 +"229395",91912,5716,3,790,1058 +"229396",91912,5971,2,790,1985 +"229397",91912,5986,3,790,1721 +"229398",91912,6047,3,790,2004 +"229399",91912,6063,3,790,2349 +"229400",91912,6222,3,790,1949 +"229401",91912,6363,3,790,2066 +"229402",91912,6417,3,790,1675 +"229403",91912,6491,3,790,2424 +"229404",91912,6588,1,790,2025 +"229405",91912,6718,2,790,2138 +"229406",91912,7226,3,790,1228 +"229407",91912,7234,3,790,2654 +"229408",91912,7241,3,790,2259 +"229409",91912,7555,3,790,1943 +"229410",91912,7627,3,790,1543 +"229411",91912,8192,3,790,1670 +"229412",91912,8376,3,790,1670 +"229413",91912,8529,3,790,1205 +"229414",91912,8866,3,790,1545 +"229415",91912,8888,3,790,1328 +"229416",91912,9362,3,790,2879 +"229417",91912,9432,3,790,1693 +"229418",91912,9440,3,790,1006 +"229419",91912,9624,3,790,2398 +"229420",91912,9634,3,790,2041 +"229421",91912,9650,3,790,1167 +"229422",91912,9654,3,790,2111 +"229423",91912,9805,3,790,1621 +"229424",91912,10488,2,790,1524 +"229425",91912,10513,3,790,2284 +"229426",91912,10523,2,790,1510 +"229427",91912,10576,3,790,974 +"229428",91912,10646,3,790,1555 +"229429",91912,10857,3,790,2253 +"229430",91912,11055,3,790,2111 +"229431",91912,11218,3,790,2292 +"229432",91912,11229,2,790,1625 +"229433",91912,11351,3,790,2971 +"229434",91912,11477,3,790,2724 +"229435",91912,11620,3,790,2010 +"229436",91912,11912,3,790,889 +"229437",91912,11966,3,790,2385 +"229438",91912,12042,3,790,2345 +"229439",91912,12096,3,790,1330 +"229440",91912,12310,3,790,1337 +"229441",91912,12374,1,790,2260 +"229442",91912,12375,3,790,1873 +"229443",91912,12602,3,790,1956 +"229444",91912,12735,3,790,819 +"229445",91912,12779,3,790,936 +"229446",91912,13248,3,790,1385 +"229447",91912,13307,2,790,2206 +"229448",91912,13929,3,790,2693 +"229449",91912,14032,3,790,2144 +"229450",91912,14834,3,790,2739 +"229451",91912,14855,3,790,903 +"229452",91912,14989,3,790,2223 +"229453",91912,15003,3,790,2067 +"229454",91912,15118,3,790,1311 +"229455",91912,15135,3,790,1035 +"229456",91912,15402,3,790,1281 +"229457",91912,15700,3,790,1712 +"229458",91912,15799,3,790,1917 +"229459",91912,16352,2,790,2657 +"229460",91912,17400,2,790,2231 +"229461",91912,18152,3,790,1314 +"229462",91912,18217,3,790,1566 +"229463",91912,18361,3,790,2968 +"229464",91912,18394,2,790,2356 +"229465",91912,19096,3,790,1538 +"229466",91912,19622,3,790,2371 +"229467",91912,19719,3,790,2177 +"229468",91912,19862,3,790,2412 +"229469",91912,19893,3,790,1223 +"229470",91912,20124,3,790,2376 +"229471",91912,20311,2,790,1981 +"229472",91912,20824,3,790,1366 +"229473",91912,21012,3,790,2325 +"229474",91912,21104,2,790,2327 +"229475",91912,21122,3,790,1701 +"229476",91912,21571,3,790,2755 +"229477",91912,21693,3,790,2176 +"229478",91912,22006,3,790,1202 +"229479",91912,22197,3,790,2271 +"229480",91912,22362,3,790,1836 +"229481",91912,22462,3,790,869 +"229482",91912,22566,3,790,2308 +"229483",91912,23011,3,790,2763 +"229484",91912,23312,3,790,2449 +"229485",91912,23492,2,790,1067 +"229486",91912,23509,3,790,2275 +"229487",91912,23526,2,790,1998 +"229488",91912,23534,3,790,1659 +"229489",91912,23715,2,790,1859 +"229490",91912,23725,2,790,2378 +"229491",91912,23825,3,790,1913 +"229492",91912,24005,2,790,1188 +"229493",91912,24066,3,790,1755 +"229494",91912,24259,3,790,1281 +"229495",91912,24558,3,790,2139 +"229496",91912,24559,2,790,946 +"229497",91912,24755,3,790,1319 +"229498",91912,25132,2,790,1188 +"229499",91912,25643,3,790,1646 +"229500",91912,25985,3,790,2071 +"229501",91912,26067,3,790,2069 +"229502",91912,26080,3,790,2525 +"229503",91912,26451,3,790,2133 +"229504",91912,26471,3,790,1061 +"229505",91912,26570,2,790,1669 +"229506",91912,26671,2,790,2279 +"229507",91912,26848,3,790,2363 +"229508",91912,26867,1,790,1804 +"229509",91912,27377,3,790,1724 +"229510",91912,27744,3,790,861 +"229511",91912,27792,3,790,1308 +"229512",91912,27849,3,790,1316 +"229513",91912,28002,3,790,914 +"229514",91912,28383,3,790,1222 +"229515",91912,29073,3,790,2328 +"229516",91912,29929,3,790,2789 +"229517",91912,29987,3,790,956 +"229518",91912,30325,2,790,1067 +"229519",91912,30405,2,790,2164 +"229520",91912,31093,3,790,2160 +"229521",91912,31307,3,790,2139 +"229522",91912,31691,3,790,1657 +"229523",91912,32131,2,790,1035 +"229524",91912,32173,3,790,2341 +"229525",91912,32811,2,790,804 +"229526",91912,32965,3,790,2071 +"229527",91912,33223,3,790,2397 +"229528",91912,33622,2,790,2230 +"229529",91912,33801,3,790,2899 +"229530",91912,34136,2,790,2202 +"229531",91912,34735,3,790,2767 +"229532",91912,34836,2,790,2302 +"229533",91912,35402,3,790,2339 +"229534",91912,35673,2,790,1067 +"229535",91912,37893,3,790,875 +"229536",91912,38019,2,790,1870 +"229537",91912,39238,3,790,922 +"229538",91912,39294,3,790,1889 +"229539",91912,39444,2,790,2695 +"229540",91912,39865,1,790,849 +"229541",91912,40028,2,790,1349 +"229542",91912,40072,1,790,1182 +"229543",91912,40493,3,790,1981 +"229544",91912,40542,3,790,1664 +"229545",91912,40646,3,790,1583 +"229546",91912,40820,3,790,900 +"229547",91912,41174,3,790,850 +"229548",91912,42687,3,790,1952 +"229549",91912,42837,3,790,1096 +"229550",91912,43213,3,790,2160 +"229551",91912,43455,3,790,2846 +"229552",91912,43518,2,790,2680 +"229553",91912,43673,2,790,2787 +"229554",91912,44521,2,790,1593 +"229555",91912,44641,3,790,1981 +"229556",91912,45684,3,790,2200 +"229557",91912,46182,3,790,1613 +"229558",91912,46196,3,790,1510 +"229559",91912,46629,2,790,2255 +"229560",91912,46950,3,790,2673 +"229561",91912,47803,3,790,2477 +"229562",91912,47839,3,790,1864 +"229563",91912,48035,3,790,2180 +"229564",91912,48215,3,790,2028 +"229565",91912,48260,3,790,875 +"229566",91912,48698,2,790,1474 +"229567",91912,50118,3,790,2654 +"229568",91912,50134,3,790,2674 +"229569",91912,50236,1,790,2339 +"229570",91912,52136,3,790,1412 +"229571",91912,52345,1,790,1430 +"229572",91912,53266,3,790,2389 +"229573",91912,53303,1,790,1376 +"229574",91912,53322,3,790,1200 +"229575",91912,54551,3,790,2348 +"229576",91912,54929,3,790,2783 +"229577",91912,55556,3,790,2075 +"229578",91912,55691,3,790,2856 +"229579",91912,56082,2,790,2395 +"229580",91912,56232,3,790,1175 +"229581",91912,56237,2,790,2625 +"229582",91912,56854,3,790,2022 +"229583",91912,57150,3,790,1196 +"229584",91912,57246,3,790,1873 +"229585",91912,57353,3,790,1849 +"229586",91912,57414,3,790,922 +"229587",91912,57950,3,790,1529 +"229588",91912,58133,3,790,1484 +"229589",91912,59700,3,790,2346 +"229590",91912,59939,1,790,936 +"229591",91912,61982,3,790,2725 +"229592",91912,65007,3,790,2530 +"229593",91912,65242,3,790,1988 +"229594",91912,65884,3,790,798 +"229595",91912,67726,3,790,2873 +"229596",91912,67763,2,790,822 +"229597",91912,67805,3,790,1338 +"229598",91912,68215,3,790,2727 +"229599",91912,69712,3,790,1219 +"229600",91912,71217,3,790,2169 +"229601",91912,71478,3,790,1721 +"229602",91912,72188,3,790,856 +"229603",91912,72207,3,790,2430 +"229604",91912,72326,2,790,2384 +"229605",91912,72468,3,790,2292 +"229606",91912,72597,3,790,1843 +"229607",91912,72598,3,790,805 +"229608",91912,75403,2,790,1895 +"229609",91912,75948,3,790,1006 +"229610",91912,76284,3,790,1237 +"229611",91912,78256,2,790,804 +"229612",91912,79403,3,790,977 +"229613",91912,79657,3,790,1260 +"229614",91912,79804,2,790,2227 +"229615",91912,80784,3,790,1738 +"229616",91912,80825,3,790,2315 +"229617",91912,81563,3,790,1188 +"229618",91912,82730,3,790,1492 +"229619",91912,82776,3,790,1232 +"229620",91912,85685,2,790,998 +"229621",91912,87048,3,790,989 +"229622",91912,92104,3,790,2339 +"229623",91912,108379,3,790,2933 +"229624",91912,108867,2,790,2328 +"229625",91912,109718,3,790,1237 +"229626",91912,111971,3,790,1032 +"229627",91912,117956,3,790,2774 +"229628",91940,13248,2,194,1385 +"229629",91940,13837,3,194,1604 +"229630",91940,20643,3,194,2341 +"229631",91940,34314,3,194,630 +"229632",91940,43635,3,194,1196 +"229633",91940,48754,3,194,1972 +"229634",91940,66866,2,194,511 +"229635",91940,79364,3,194,834 +"229636",91940,79657,3,194,1260 +"229637",91942,2747,3,2216,2411 +"229638",91942,9503,3,2216,2453 +"229639",91942,9787,3,2216,2858 +"229640",91942,20407,3,2216,2339 +"229641",91942,23206,3,2216,2805 +"229642",91942,27742,3,2216,2700 +"229643",91942,28869,3,2216,2425 +"229644",91942,58501,3,2216,2613 +"229645",92030,5250,2,59,405 +"229646",92030,29842,1,59,2280 +"229647",92084,1393,3,1134,1706 +"229648",92084,3506,3,1134,2364 +"229649",92084,7123,3,1134,1964 +"229650",92084,9269,3,1134,1892 +"229651",92084,10610,3,1134,1427 +"229652",92084,16866,3,1134,2718 +"229653",92084,17925,3,1134,2385 +"229654",92084,22389,3,1134,2034 +"229655",92084,31990,3,1134,2264 +"229656",92084,32629,3,1134,1789 +"229657",92084,32724,3,1134,2581 +"229658",92084,37801,3,1134,2578 +"229659",92084,41075,3,1134,1176 +"229660",92084,44312,3,1134,2741 +"229661",92084,44744,2,1134,2032 +"229662",92084,45449,2,1134,1610 +"229663",92084,45450,3,1134,1590 +"229664",92084,48931,2,1134,2444 +"229665",92084,53445,3,1134,2028 +"229666",92084,57804,3,1134,2214 +"229667",92084,64712,3,1134,1411 +"229668",92084,66017,3,1134,1545 +"229669",92084,96387,3,1134,2159 +"229670",92084,100084,3,1134,1964 +"229671",92104,270,3,2339,2542 +"229672",92104,16352,3,2339,2657 +"229673",92104,18361,2,2339,2968 +"229674",92104,18394,3,2339,2356 +"229675",92104,26848,3,2339,2363 +"229676",92104,56082,3,2339,2395 +"229677",92104,56237,3,2339,2625 +"229678",92122,2063,3,436,1278 +"229679",92122,2208,2,436,2814 +"229680",92122,2462,3,436,849 +"229681",92122,4317,3,436,1224 +"229682",92122,6047,3,436,2004 +"229683",92122,6366,3,436,798 +"229684",92122,6914,3,436,2668 +"229685",92122,6942,3,436,1232 +"229686",92122,9954,3,436,2117 +"229687",92122,10222,2,436,2212 +"229688",92122,14108,3,436,2012 +"229689",92122,14983,2,436,1047 +"229690",92122,18289,3,436,862 +"229691",92122,22169,3,436,673 +"229692",92122,24198,3,436,2217 +"229693",92122,25565,3,436,2764 +"229694",92122,29115,3,436,1047 +"229695",92122,29454,3,436,2719 +"229696",92122,29923,2,436,626 +"229697",92122,34314,3,436,630 +"229698",92122,35481,3,436,2211 +"229699",92122,40368,3,436,2876 +"229700",92122,41764,3,436,2409 +"229701",92122,46512,3,436,1292 +"229702",92122,47064,3,436,1993 +"229703",92122,54250,3,436,2340 +"229704",92122,61785,3,436,822 +"229705",92122,65475,3,436,1267 +"229706",92122,66318,3,436,2803 +"229707",92122,69250,3,436,1439 +"229708",92122,70605,3,436,1176 +"229709",92122,71808,3,436,2349 +"229710",92122,77811,3,436,1871 +"229711",92122,82767,3,436,1641 +"229712",92122,85444,3,436,944 +"229713",92122,92124,3,436,1532 +"229714",92122,117990,3,436,938 +"229715",92122,121943,3,436,475 +"229716",92122,123349,3,436,901 +"229717",92124,1154,3,1532,1656 +"229718",92124,7241,3,1532,2259 +"229719",92124,10646,3,1532,1555 +"229720",92124,12374,3,1532,2260 +"229721",92124,21122,3,1532,1701 +"229722",92124,36763,3,1532,2165 +"229723",92124,47839,3,1532,1864 +"229724",92124,108867,3,1532,2328 +"229725",92131,2143,3,227,1174 +"229726",92131,8866,3,227,1545 +"229727",92131,8910,3,227,1054 +"229728",92131,8961,3,227,507 +"229729",92131,10513,3,227,2284 +"229730",92131,36087,3,227,2755 +"229731",92131,75921,3,227,517 +"229732",92148,7719,3,1294,1954 +"229733",92148,12948,3,1294,2669 +"229734",92148,40572,3,1294,2666 +"229735",92148,45869,3,1294,2840 +"229736",92148,67266,2,1294,2010 +"229737",92148,72597,3,1294,1843 +"229738",92217,48214,3,1663,2756 +"229739",92217,53846,3,1663,2737 +"229740",92217,58875,2,1663,1899 +"229741",92220,307,3,607,2530 +"229742",92220,600,3,607,1702 +"229743",92220,671,2,607,2328 +"229744",92220,733,3,607,1653 +"229745",92220,913,3,607,2144 +"229746",92220,1044,3,607,880 +"229747",92220,1102,3,607,2282 +"229748",92220,1127,3,607,1188 +"229749",92220,1130,3,607,1566 +"229750",92220,1639,3,607,2631 +"229751",92220,1826,2,607,924 +"229752",92220,2166,3,607,2557 +"229753",92220,2208,3,607,2814 +"229754",92220,2269,2,607,984 +"229755",92220,2322,3,607,1645 +"229756",92220,2325,3,607,1641 +"229757",92220,2424,3,607,2582 +"229758",92220,2754,2,607,1360 +"229759",92220,3011,3,607,2278 +"229760",92220,3306,3,607,1989 +"229761",92220,3716,3,607,1679 +"229762",92220,3830,3,607,1661 +"229763",92220,3966,3,607,2425 +"229764",92220,4226,3,607,1903 +"229765",92220,4289,3,607,1921 +"229766",92220,4317,2,607,1224 +"229767",92220,4618,3,607,2607 +"229768",92220,4701,2,607,2401 +"229769",92220,4790,1,607,1025 +"229770",92220,4791,1,607,1184 +"229771",92220,5462,3,607,2374 +"229772",92220,6047,3,607,2004 +"229773",92220,6718,3,607,2138 +"229774",92220,7241,3,607,2259 +"229775",92220,7555,3,607,1943 +"229776",92220,7847,3,607,2424 +"229777",92220,7861,3,607,1647 +"229778",92220,8910,3,607,1054 +"229779",92220,9364,3,607,1698 +"229780",92220,9474,2,607,864 +"229781",92220,9950,3,607,920 +"229782",92220,10513,3,607,2284 +"229783",92220,10875,3,607,1234 +"229784",92220,11006,3,607,1950 +"229785",92220,11348,3,607,824 +"229786",92220,11540,3,607,1237 +"229787",92220,11541,2,607,1927 +"229788",92220,11576,3,607,808 +"229789",92220,12096,2,607,1330 +"229790",92220,12728,3,607,2374 +"229791",92220,12863,3,607,2027 +"229792",92220,13929,3,607,2693 +"229793",92220,13945,2,607,1324 +"229794",92220,14032,3,607,2144 +"229795",92220,14091,3,607,929 +"229796",92220,14678,2,607,799 +"229797",92220,15005,3,607,1415 +"229798",92220,16164,3,607,1184 +"229799",92220,16332,3,607,2668 +"229800",92220,16940,3,607,1290 +"229801",92220,17376,3,607,1202 +"229802",92220,17821,3,607,858 +"229803",92220,17852,3,607,2840 +"229804",92220,18393,2,607,860 +"229805",92220,18707,2,607,1143 +"229806",92220,19027,3,607,2721 +"229807",92220,19248,3,607,2357 +"229808",92220,19719,3,607,2177 +"229809",92220,20124,3,607,2376 +"229810",92220,20287,3,607,1099 +"229811",92220,20311,3,607,1981 +"229812",92220,20824,3,607,1366 +"229813",92220,20975,2,607,1305 +"229814",92220,21122,2,607,1701 +"229815",92220,21138,3,607,2849 +"229816",92220,21197,3,607,1437 +"229817",92220,21198,2,607,935 +"229818",92220,21285,3,607,2100 +"229819",92220,21693,3,607,2176 +"229820",92220,22282,2,607,1418 +"229821",92220,22326,3,607,2818 +"229822",92220,22331,3,607,2687 +"229823",92220,22362,3,607,1836 +"229824",92220,22455,3,607,1197 +"229825",92220,22586,3,607,1341 +"229826",92220,22705,3,607,1016 +"229827",92220,22964,3,607,1443 +"229828",92220,23450,2,607,967 +"229829",92220,23508,3,607,1907 +"229830",92220,23509,3,607,2275 +"229831",92220,23652,2,607,803 +"229832",92220,23727,3,607,1734 +"229833",92220,23729,2,607,1624 +"229834",92220,23825,3,607,1913 +"229835",92220,23970,3,607,1624 +"229836",92220,24005,3,607,1188 +"229837",92220,24286,3,607,1280 +"229838",92220,24755,1,607,1319 +"229839",92220,25129,3,607,2647 +"229840",92220,25305,3,607,2447 +"229841",92220,25341,3,607,1858 +"229842",92220,25577,3,607,1946 +"229843",92220,26282,3,607,1241 +"229844",92220,26322,3,607,1018 +"229845",92220,26451,2,607,2133 +"229846",92220,26471,3,607,1061 +"229847",92220,26570,2,607,1669 +"229848",92220,26749,2,607,2965 +"229849",92220,27175,2,607,1447 +"229850",92220,27275,3,607,2656 +"229851",92220,27390,2,607,2425 +"229852",92220,27694,3,607,2030 +"229853",92220,27792,3,607,1308 +"229854",92220,27849,2,607,1316 +"229855",92220,28015,2,607,1624 +"229856",92220,28434,3,607,1141 +"229857",92220,29750,3,607,689 +"229858",92220,29962,3,607,2201 +"229859",92220,29987,3,607,956 +"229860",92220,30052,3,607,2855 +"229861",92220,30386,3,607,1833 +"229862",92220,31338,3,607,917 +"229863",92220,31530,3,607,1661 +"229864",92220,31799,3,607,2547 +"229865",92220,32173,3,607,2341 +"229866",92220,32457,3,607,2690 +"229867",92220,32601,3,607,1033 +"229868",92220,32811,3,607,804 +"229869",92220,33241,3,607,632 +"229870",92220,33356,3,607,1586 +"229871",92220,33433,3,607,2805 +"229872",92220,33949,3,607,2489 +"229873",92220,34136,3,607,2202 +"229874",92220,34509,3,607,1973 +"229875",92220,34836,3,607,2302 +"229876",92220,35095,3,607,1502 +"229877",92220,38019,2,607,1870 +"229878",92220,39238,2,607,922 +"229879",92220,39865,3,607,849 +"229880",92220,40832,3,607,634 +"229881",92220,41174,2,607,850 +"229882",92220,41278,3,607,1873 +"229883",92220,41739,3,607,1339 +"229884",92220,41832,2,607,1155 +"229885",92220,42618,3,607,2316 +"229886",92220,42687,3,607,1952 +"229887",92220,43051,2,607,904 +"229888",92220,43385,3,607,1623 +"229889",92220,43839,3,607,1685 +"229890",92220,43929,3,607,2749 +"229891",92220,44306,3,607,1036 +"229892",92220,44427,3,607,2875 +"229893",92220,45660,3,607,618 +"229894",92220,47248,3,607,2883 +"229895",92220,47772,3,607,2293 +"229896",92220,48260,3,607,875 +"229897",92220,48414,3,607,1749 +"229898",92220,48698,3,607,1474 +"229899",92220,50219,2,607,756 +"229900",92220,50685,3,607,2008 +"229901",92220,51017,3,607,2073 +"229902",92220,51022,3,607,1499 +"229903",92220,51810,2,607,1401 +"229904",92220,52058,2,607,1836 +"229905",92220,52136,3,607,1412 +"229906",92220,52576,3,607,2234 +"229907",92220,53323,3,607,2677 +"229908",92220,54879,3,607,2210 +"229909",92220,55299,3,607,609 +"229910",92220,55438,3,607,2863 +"229911",92220,55468,2,607,2511 +"229912",92220,55556,3,607,2075 +"229913",92220,55691,3,607,2856 +"229914",92220,56317,2,607,2030 +"229915",92220,57950,2,607,1529 +"229916",92220,58035,3,607,1646 +"229917",92220,58133,3,607,1484 +"229918",92220,58508,3,607,2326 +"229919",92220,58652,3,607,1437 +"229920",92220,61982,3,607,2725 +"229921",92220,62903,3,607,1704 +"229922",92220,63547,3,607,1023 +"229923",92220,64031,3,607,1295 +"229924",92220,64181,2,607,1828 +"229925",92220,64997,3,607,2791 +"229926",92220,65625,3,607,1273 +"229927",92220,65884,3,607,798 +"229928",92220,66413,3,607,2507 +"229929",92220,66860,2,607,1548 +"229930",92220,67222,2,607,1332 +"229931",92220,69498,3,607,931 +"229932",92220,70603,3,607,1002 +"229933",92220,70605,3,607,1176 +"229934",92220,71342,2,607,1289 +"229935",92220,72334,3,607,2820 +"229936",92220,72956,2,607,1251 +"229937",92220,73128,3,607,1549 +"229938",92220,73786,3,607,2937 +"229939",92220,75948,1,607,1006 +"229940",92220,76127,3,607,910 +"229941",92220,76284,3,607,1237 +"229942",92220,77155,3,607,2946 +"229943",92220,77305,1,607,965 +"229944",92220,78270,3,607,1171 +"229945",92220,78932,3,607,981 +"229946",92220,79322,2,607,2770 +"229947",92220,79436,3,607,1344 +"229948",92220,81588,1,607,1568 +"229949",92220,82767,3,607,1641 +"229950",92220,82787,3,607,1144 +"229951",92220,82893,3,607,1275 +"229952",92220,82949,3,607,2077 +"229953",92220,83434,2,607,850 +"229954",92220,87692,3,607,775 +"229955",92220,89097,1,607,935 +"229956",92220,90573,2,607,878 +"229957",92220,90802,3,607,877 +"229958",92220,93332,3,607,982 +"229959",92220,94101,3,607,997 +"229960",92220,95836,3,607,760 +"229961",92220,97915,3,607,1802 +"229962",92220,98781,3,607,1410 +"229963",92220,100134,3,607,977 +"229964",92220,101295,3,607,2165 +"229965",92220,101395,3,607,891 +"229966",92220,105063,3,607,1908 +"229967",92220,108867,3,607,2328 +"229968",92220,109510,3,607,621 +"229969",92220,115622,3,607,1895 +"229970",92220,121422,3,607,850 +"229971",92254,601,3,517,702 +"229972",92254,1036,3,517,1367 +"229973",92254,1196,3,517,1986 +"229974",92254,1428,2,517,742 +"229975",92254,1767,3,517,2727 +"229976",92254,2609,3,517,834 +"229977",92254,3068,3,517,1815 +"229978",92254,3753,3,517,1255 +"229979",92254,3961,2,517,2426 +"229980",92254,4289,3,517,1921 +"229981",92254,5041,3,517,2371 +"229982",92254,5315,3,517,2631 +"229983",92254,5346,3,517,1438 +"229984",92254,5438,3,517,1499 +"229985",92254,5714,3,517,534 +"229986",92254,5716,3,517,1058 +"229987",92254,6047,3,517,2004 +"229988",92254,6366,3,517,798 +"229989",92254,6417,3,517,1675 +"229990",92254,7233,3,517,572 +"229991",92254,7984,3,517,2493 +"229992",92254,7992,3,517,2033 +"229993",92254,9311,3,517,2477 +"229994",92254,10358,2,517,2294 +"229995",92254,11218,3,517,2292 +"229996",92254,11477,3,517,2724 +"229997",92254,11540,3,517,1237 +"229998",92254,11576,2,517,808 +"229999",92254,12639,3,517,1141 +"230000",92254,12692,3,517,1855 +"230001",92254,13388,3,517,2119 +"230002",92254,13967,2,517,1354 +"230003",92254,13979,3,517,1559 +"230004",92254,14032,3,517,2144 +"230005",92254,15207,2,517,1855 +"230006",92254,15309,3,517,2820 +"230007",92254,15636,3,517,2857 +"230008",92254,15990,2,517,593 +"230009",92254,16053,2,517,908 +"230010",92254,16120,3,517,1237 +"230011",92254,16826,3,517,2599 +"230012",92254,18364,3,517,535 +"230013",92254,18874,3,517,2170 +"230014",92254,19593,3,517,2013 +"230015",92254,19621,2,517,725 +"230016",92254,19637,2,517,1229 +"230017",92254,20067,2,517,2390 +"230018",92254,20311,3,517,1981 +"230019",92254,20732,2,517,2401 +"230020",92254,21138,3,517,2849 +"230021",92254,21422,3,517,935 +"230022",92254,21566,2,517,1234 +"230023",92254,21706,2,517,1988 +"230024",92254,22586,3,517,1341 +"230025",92254,23006,3,517,1532 +"230026",92254,23534,3,517,1659 +"230027",92254,23726,2,517,2434 +"230028",92254,23869,2,517,1918 +"230029",92254,25486,3,517,2582 +"230030",92254,25680,3,517,1618 +"230031",92254,26249,3,517,2301 +"230032",92254,27104,3,517,1608 +"230033",92254,28130,3,517,908 +"230034",92254,28131,2,517,1492 +"230035",92254,30150,3,517,1704 +"230036",92254,30404,3,517,1810 +"230037",92254,30883,3,517,1629 +"230038",92254,31279,3,517,965 +"230039",92254,32658,3,517,1694 +"230040",92254,32811,3,517,804 +"230041",92254,32919,3,517,2321 +"230042",92254,33356,3,517,1586 +"230043",92254,33801,2,517,2899 +"230044",92254,34907,3,517,1945 +"230045",92254,35529,2,517,1620 +"230046",92254,35772,3,517,1440 +"230047",92254,35926,3,517,2371 +"230048",92254,36441,2,517,2796 +"230049",92254,37934,3,517,1595 +"230050",92254,38467,3,517,1259 +"230051",92254,42799,3,517,2729 +"230052",92254,43479,3,517,2178 +"230053",92254,44160,3,517,859 +"230054",92254,44819,3,517,2063 +"230055",92254,45136,3,517,877 +"230056",92254,46635,3,517,2528 +"230057",92254,46803,2,517,2305 +"230058",92254,47386,3,517,2226 +"230059",92254,50269,3,517,1966 +"230060",92254,50382,2,517,2244 +"230061",92254,51017,3,517,2073 +"230062",92254,53043,3,517,803 +"230063",92254,53134,3,517,1590 +"230064",92254,53412,3,517,566 +"230065",92254,53475,2,517,2853 +"230066",92254,54929,3,517,2783 +"230067",92254,55084,3,517,1189 +"230068",92254,56903,3,517,1584 +"230069",92254,58669,3,517,2296 +"230070",92254,59786,3,517,605 +"230071",92254,62148,3,517,1566 +"230072",92254,68024,3,517,1531 +"230073",92254,70203,3,517,2756 +"230074",92254,70681,3,517,866 +"230075",92254,70996,2,517,1037 +"230076",92254,74681,2,517,837 +"230077",92254,74730,2,517,535 +"230078",92254,74818,3,517,1440 +"230079",92254,76356,3,517,2323 +"230080",92254,76999,3,517,908 +"230081",92254,81463,3,517,955 +"230082",92254,85356,2,517,1492 +"230083",92254,85794,3,517,679 +"230084",92254,87692,3,517,775 +"230085",92254,87720,3,517,2086 +"230086",92254,90378,3,517,890 +"230087",92254,90802,3,517,877 +"230088",92254,91142,3,517,2527 +"230089",92254,91901,3,517,1236 +"230090",92254,94520,3,517,1243 +"230091",92254,95064,3,517,1801 +"230092",92254,96132,3,517,1489 +"230093",92254,97160,3,517,1215 +"230094",92254,100140,3,517,1041 +"230095",92254,100670,2,517,525 +"230096",92254,101395,3,517,891 +"230097",92254,103524,3,517,991 +"230098",92254,117679,2,517,535 +"230099",92322,6104,3,2393,2462 +"230100",92322,7515,2,2393,2737 +"230101",92322,18543,3,2393,2968 +"230102",92322,19208,3,2393,2629 +"230103",92322,19605,3,2393,2395 +"230104",92322,22331,3,2393,2687 +"230105",92322,23132,3,2393,2756 +"230106",92322,40368,2,2393,2876 +"230107",92322,50275,3,2393,2832 +"230108",92322,50480,3,2393,2701 +"230109",92322,55076,3,2393,2408 +"230110",92322,62219,3,2393,2494 +"230111",92322,73305,3,2393,2544 +"230112",92322,74636,2,2393,2525 +"230113",92322,88232,3,2393,2881 +"230114",92322,119208,3,2393,2646 +"230115",92345,6104,2,324,2462 +"230116",92345,7241,3,324,2259 +"230117",92345,11348,3,324,824 +"230118",92345,13043,2,324,1295 +"230119",92345,17632,3,324,1947 +"230120",92345,18364,3,324,535 +"230121",92345,53885,2,324,1199 +"230122",92345,91321,3,324,353 +"230123",92359,20308,3,943,2254 +"230124",92359,37752,3,943,2223 +"230125",92366,1393,3,1434,1706 +"230126",92366,2370,3,1434,1600 +"230127",92366,4249,3,1434,2547 +"230128",92366,4784,3,1434,2511 +"230129",92366,6020,3,1434,1864 +"230130",92366,6345,3,1434,2713 +"230131",92366,9724,3,1434,2713 +"230132",92366,14172,3,1434,1923 +"230133",92366,14957,3,1434,2306 +"230134",92366,15782,3,1434,2306 +"230135",92366,16866,3,1434,2718 +"230136",92366,21142,3,1434,2414 +"230137",92366,21358,2,1434,1970 +"230138",92366,21920,2,1434,2367 +"230139",92366,23550,3,1434,2939 +"230140",92366,28648,2,1434,1586 +"230141",92366,31950,2,1434,2217 +"230142",92366,34274,3,1434,1437 +"230143",92366,41489,3,1434,2006 +"230144",92366,45297,3,1434,1864 +"230145",92366,45449,2,1434,1610 +"230146",92366,45450,2,1434,1590 +"230147",92366,48823,3,1434,2080 +"230148",92366,48931,3,1434,2444 +"230149",92366,53293,3,1434,2916 +"230150",92366,54488,3,1434,2357 +"230151",92366,57549,3,1434,2335 +"230152",92366,61921,3,1434,1793 +"230153",92366,64737,3,1434,2442 +"230154",92366,80186,2,1434,2228 +"230155",92366,84235,2,1434,1639 +"230156",92366,100084,2,1434,1964 +"230157",92371,67875,1,1094,1134 +"230158",92381,283,3,1237,2082 +"230159",92381,378,3,1237,2766 +"230160",92381,3100,2,1237,2524 +"230161",92381,3786,2,1237,2282 +"230162",92381,5315,3,1237,2631 +"230163",92381,6071,3,1237,2310 +"230164",92381,9912,3,1237,1356 +"230165",92381,11135,2,1237,2441 +"230166",92381,12031,3,1237,1957 +"230167",92381,13109,3,1237,1374 +"230168",92381,15207,3,1237,1855 +"230169",92381,15502,3,1237,2637 +"230170",92381,19593,3,1237,2013 +"230171",92381,19687,2,1237,2072 +"230172",92381,20517,3,1237,1465 +"230173",92381,21976,3,1237,1808 +"230174",92381,23639,2,1237,2065 +"230175",92381,23731,3,1237,1656 +"230176",92381,24116,3,1237,1413 +"230177",92381,25286,2,1237,1545 +"230178",92381,28567,3,1237,2398 +"230179",92381,32312,3,1237,1472 +"230180",92381,34055,3,1237,1881 +"230181",92381,34334,3,1237,1637 +"230182",92381,34648,3,1237,1596 +"230183",92381,35772,3,1237,1440 +"230184",92381,36441,3,1237,2796 +"230185",92381,42799,3,1237,2729 +"230186",92381,45487,3,1237,2256 +"230187",92381,45903,2,1237,2237 +"230188",92381,46635,3,1237,2528 +"230189",92381,47330,3,1237,2422 +"230190",92381,48127,3,1237,2677 +"230191",92381,48602,3,1237,1704 +"230192",92381,51448,3,1237,1593 +"230193",92381,56212,3,1237,1410 +"230194",92381,56673,3,1237,2419 +"230195",92381,56903,2,1237,1584 +"230196",92381,57383,3,1237,1302 +"230197",92381,62498,3,1237,1698 +"230198",92381,64502,3,1237,1670 +"230199",92381,65223,3,1237,2724 +"230200",92381,68024,3,1237,1531 +"230201",92381,74818,3,1237,1440 +"230202",92381,77001,3,1237,1440 +"230203",92381,79236,3,1237,1505 +"230204",92381,81095,3,1237,1609 +"230205",92381,81134,2,1237,1384 +"230206",92381,85356,2,1237,1492 +"230207",92381,96132,3,1237,1489 +"230208",92381,99194,3,1237,1271 +"230209",92381,106554,2,1237,1270 +"230210",92381,116792,3,1237,2397 +"230211",92469,1393,3,1232,1706 +"230212",92469,3506,3,1232,2364 +"230213",92469,7123,2,1232,1964 +"230214",92469,9088,2,1232,1881 +"230215",92469,9269,3,1232,1892 +"230216",92469,10610,3,1232,1427 +"230217",92469,17925,3,1232,2385 +"230218",92469,21872,3,1232,2458 +"230219",92469,31990,3,1232,2264 +"230220",92469,32629,3,1232,1789 +"230221",92469,32724,3,1232,2581 +"230222",92469,32939,3,1232,2277 +"230223",92469,37801,3,1232,2578 +"230224",92469,44312,2,1232,2741 +"230225",92469,44744,3,1232,2032 +"230226",92469,45449,3,1232,1610 +"230227",92469,48931,3,1232,2444 +"230228",92469,53445,3,1232,2028 +"230229",92469,57804,3,1232,2214 +"230230",92469,66017,3,1232,1545 +"230231",92469,83175,2,1232,2049 +"230232",92469,83264,3,1232,1922 +"230233",92469,84378,3,1232,1265 +"230234",92469,96197,3,1232,1670 +"230235",92469,96387,1,1232,2159 +"230236",92469,102581,2,1232,1813 +"230237",92480,10779,3,832,2881 +"230238",92480,11127,3,832,1196 +"230239",92480,11875,3,832,1526 +"230240",92480,17061,3,832,2385 +"230241",92480,17819,3,832,2291 +"230242",92480,27623,3,832,2970 +"230243",92480,44598,3,832,2356 +"230244",92480,49642,3,832,1166 +"230245",92480,53120,3,832,975 +"230246",92480,87230,3,832,1657 +"230247",92480,90860,2,832,851 +"230248",92490,2057,3,1230,1965 +"230249",92490,2190,3,1230,2359 +"230250",92490,47529,2,1230,2914 +"230251",92491,489,3,1968,2652 +"230252",92491,701,3,1968,2718 +"230253",92491,1136,3,1968,2536 +"230254",92491,2011,3,1968,2176 +"230255",92491,2036,3,1968,2483 +"230256",92491,2224,2,1968,2751 +"230257",92491,3306,3,1968,1989 +"230258",92491,5120,2,1968,2735 +"230259",92491,6363,2,1968,2066 +"230260",92491,6390,3,1968,2385 +"230261",92491,8821,3,1968,2230 +"230262",92491,9202,3,1968,2477 +"230263",92491,12747,3,1968,2818 +"230264",92491,14108,2,1968,2012 +"230265",92491,18543,3,1968,2968 +"230266",92491,19248,3,1968,2357 +"230267",92491,22141,3,1968,2348 +"230268",92491,25198,3,1968,1982 +"230269",92491,25565,3,1968,2764 +"230270",92491,25985,3,1968,2071 +"230271",92491,27753,3,1968,2750 +"230272",92491,32965,3,1968,2071 +"230273",92491,34815,3,1968,2354 +"230274",92491,36439,3,1968,2469 +"230275",92491,40022,3,1968,2307 +"230276",92491,41023,3,1968,2408 +"230277",92491,43173,3,1968,2895 +"230278",92491,43226,3,1968,2442 +"230279",92491,44427,3,1968,2875 +"230280",92491,44819,3,1968,2063 +"230281",92491,47064,3,1968,1993 +"230282",92491,47098,3,1968,2057 +"230283",92491,50785,3,1968,2877 +"230284",92491,51041,3,1968,2606 +"230285",92491,52323,3,1968,2148 +"230286",92491,53851,3,1968,2305 +"230287",92491,59438,3,1968,2400 +"230288",92491,64997,3,1968,2791 +"230289",92491,75444,3,1968,2846 +"230290",92491,88232,3,1968,2881 +"230291",92495,1224,3,283,2435 +"230292",92495,1386,2,283,1901 +"230293",92495,1777,3,283,1965 +"230294",92495,3716,3,283,1679 +"230295",92495,3830,3,283,1661 +"230296",92495,5078,3,283,2033 +"230297",92495,5120,3,283,2735 +"230298",92495,5457,3,283,2077 +"230299",92495,5462,3,283,2374 +"230300",92495,5491,3,283,2048 +"230301",92495,5504,3,283,2389 +"230302",92495,5621,3,283,1860 +"230303",92495,5710,3,283,1926 +"230304",92495,6162,3,283,1673 +"230305",92495,6366,3,283,798 +"230306",92495,6417,3,283,1675 +"230307",92495,6897,3,283,514 +"230308",92495,7029,3,283,2204 +"230309",92495,7970,3,283,1197 +"230310",92495,8286,3,283,886 +"230311",92495,9030,3,283,1979 +"230312",92495,9202,3,283,2477 +"230313",92495,10148,3,283,2964 +"230314",92495,10304,3,283,302 +"230315",92495,11576,3,283,808 +"230316",92495,11602,3,283,1493 +"230317",92495,12103,3,283,1244 +"230318",92495,12976,3,283,2399 +"230319",92495,13601,3,283,2689 +"230320",92495,13732,2,283,2789 +"230321",92495,13780,3,283,2412 +"230322",92495,13929,2,283,2693 +"230323",92495,14091,3,283,929 +"230324",92495,14189,2,283,1483 +"230325",92495,14709,3,283,1901 +"230326",92495,14888,3,283,1411 +"230327",92495,15453,3,283,1688 +"230328",92495,16029,2,283,1160 +"230329",92495,16040,3,283,1244 +"230330",92495,16164,3,283,1184 +"230331",92495,16313,2,283,1160 +"230332",92495,17938,3,283,1410 +"230333",92495,18151,3,283,2962 +"230334",92495,18289,3,283,862 +"230335",92495,18393,3,283,860 +"230336",92495,18567,2,283,919 +"230337",92495,19637,3,283,1229 +"230338",92495,20659,3,283,1969 +"230339",92495,20879,3,283,623 +"230340",92495,21225,3,283,1945 +"230341",92495,21795,3,283,2653 +"230342",92495,22216,3,283,1956 +"230343",92495,23508,2,283,1907 +"230344",92495,23751,3,283,1740 +"230345",92495,24146,2,283,2003 +"230346",92495,24362,2,283,1287 +"230347",92495,26595,3,283,1566 +"230348",92495,26865,2,283,2726 +"230349",92495,26959,3,283,1961 +"230350",92495,27849,3,283,1316 +"230351",92495,28218,3,283,2048 +"230352",92495,28233,3,283,1608 +"230353",92495,28640,2,283,1475 +"230354",92495,28923,3,283,2362 +"230355",92495,29050,3,283,1196 +"230356",92495,30081,1,283,2403 +"230357",92495,30981,3,283,2366 +"230358",92495,32516,3,283,2050 +"230359",92495,32761,3,283,2680 +"230360",92495,33241,3,283,632 +"230361",92495,33433,3,283,2805 +"230362",92495,34325,3,283,1982 +"230363",92495,34327,3,283,2959 +"230364",92495,34443,3,283,496 +"230365",92495,34509,3,283,1973 +"230366",92495,34984,3,283,2056 +"230367",92495,35516,2,283,1229 +"230368",92495,35542,3,283,1439 +"230369",92495,36559,2,283,2473 +"230370",92495,36962,1,283,2861 +"230371",92495,37333,1,283,1612 +"230372",92495,39556,3,283,2747 +"230373",92495,41278,3,283,1873 +"230374",92495,41402,3,283,2313 +"230375",92495,41832,3,283,1155 +"230376",92495,41872,3,283,2974 +"230377",92495,43839,3,283,1685 +"230378",92495,44306,3,283,1036 +"230379",92495,44729,3,283,588 +"230380",92495,45727,3,283,477 +"230381",92495,46164,2,283,445 +"230382",92495,46596,3,283,1942 +"230383",92495,46717,3,283,938 +"230384",92495,47947,3,283,2681 +"230385",92495,48503,3,283,820 +"230386",92495,50946,3,283,1075 +"230387",92495,53630,3,283,1565 +"230388",92495,54020,2,283,1578 +"230389",92495,54879,2,283,2210 +"230390",92495,55025,3,283,470 +"230391",92495,55691,3,283,2856 +"230392",92495,56232,3,283,1175 +"230393",92495,62903,3,283,1704 +"230394",92495,63477,3,283,1907 +"230395",92495,65679,2,283,1578 +"230396",92495,66318,3,283,2803 +"230397",92495,70046,3,283,2624 +"230398",92495,71369,3,283,2838 +"230399",92495,72823,3,283,929 +"230400",92495,78563,3,283,2385 +"230401",92495,79088,1,283,1369 +"230402",92495,81239,3,283,547 +"230403",92495,83096,2,283,1061 +"230404",92495,85784,3,283,1142 +"230405",92495,86287,3,283,1349 +"230406",92495,90837,3,283,825 +"230407",92495,94101,3,283,997 +"230408",92495,100134,3,283,977 +"230409",92495,101482,3,283,1300 +"230410",92503,2272,3,231,1640 +"230411",92503,2443,2,231,2333 +"230412",92503,15582,3,231,598 +"230413",92503,19358,3,231,880 +"230414",92503,27512,3,231,947 +"230415",92503,30697,3,231,2891 +"230416",92503,32070,3,231,950 +"230417",92503,46568,2,231,822 +"230418",92503,49403,3,231,2427 +"230419",92503,54737,3,231,326 +"230420",92503,56168,3,231,1466 +"230421",92503,65515,2,231,677 +"230422",92503,83334,3,231,1708 +"230423",92508,4253,3,1374,1890 +"230424",92508,5986,3,1374,1721 +"230425",92508,6044,2,1374,2744 +"230426",92508,6718,3,1374,2138 +"230427",92508,10358,3,1374,2294 +"230428",92508,10717,3,1374,1938 +"230429",92508,11218,3,1374,2292 +"230430",92508,12042,3,1374,2345 +"230431",92508,14972,3,1374,2332 +"230432",92508,16096,3,1374,2301 +"230433",92508,16352,3,1374,2657 +"230434",92508,17943,3,1374,1943 +"230435",92508,23159,3,1374,1548 +"230436",92508,23310,3,1374,2371 +"230437",92508,26080,2,1374,2525 +"230438",92508,28559,3,1374,1525 +"230439",92508,32694,3,1374,1602 +"230440",92508,32919,3,1374,2321 +"230441",92508,35926,3,1374,2371 +"230442",92508,41972,2,1374,2509 +"230443",92508,42687,3,1374,1952 +"230444",92508,46182,3,1374,1613 +"230445",92508,47248,3,1374,2883 +"230446",92508,50685,3,1374,2008 +"230447",92508,51017,3,1374,2073 +"230448",92508,52026,3,1374,2633 +"230449",92508,69260,3,1374,1698 +"230450",92508,82732,2,1374,2810 +"230451",92513,2424,3,2282,2582 +"230452",92513,8327,3,2282,2527 +"230453",92513,10358,3,2282,2294 +"230454",92513,11218,3,2282,2292 +"230455",92513,12042,3,2282,2345 +"230456",92513,24721,3,2282,2326 +"230457",92513,25480,3,2282,2747 +"230458",92513,33433,3,2282,2805 +"230459",92513,35888,3,2282,2291 +"230460",92513,51089,1,2282,2426 +"230461",92555,5568,3,614,1290 +"230462",92555,36666,2,614,1270 +"230463",92555,37710,2,614,963 +"230464",92555,55892,3,614,1234 +"230465",92567,1556,3,133,643 +"230466",92567,9912,3,133,1356 +"230467",92567,11135,3,133,2441 +"230468",92567,19687,3,133,2072 +"230469",92567,28081,3,133,1927 +"230470",92567,29117,3,133,1250 +"230471",92567,32818,2,133,2485 +"230472",92567,38274,2,133,1181 +"230473",92567,38333,3,133,1365 +"230474",92567,43204,3,133,1680 +"230475",92567,45487,3,133,2256 +"230476",92567,47827,3,133,1957 +"230477",92567,51099,3,133,262 +"230478",92567,68789,3,133,1929 +"230479",92567,80728,3,133,599 +"230480",92567,93317,2,133,1223 +"230481",92567,99955,3,133,1223 +"230482",92567,110802,3,133,2474 +"230483",92592,145,3,486,1998 +"230484",92592,288,3,486,947 +"230485",92592,489,3,486,2652 +"230486",92592,512,2,486,1596 +"230487",92592,600,3,486,1702 +"230488",92592,671,3,486,2328 +"230489",92592,913,3,486,2144 +"230490",92592,1090,3,486,2370 +"230491",92592,1102,3,486,2282 +"230492",92592,1154,3,486,1656 +"230493",92592,1592,2,486,2006 +"230494",92592,1691,1,486,1941 +"230495",92592,1985,3,486,888 +"230496",92592,2011,3,486,2176 +"230497",92592,2143,3,486,1174 +"230498",92592,2208,2,486,2814 +"230499",92592,2224,3,486,2751 +"230500",92592,2269,3,486,984 +"230501",92592,2563,3,486,1686 +"230502",92592,2609,3,486,834 +"230503",92592,2684,3,486,2874 +"230504",92592,2754,3,486,1360 +"230505",92592,3088,3,486,1670 +"230506",92592,3144,3,486,869 +"230507",92592,3271,3,486,2216 +"230508",92592,3628,3,486,2707 +"230509",92592,3748,3,486,2052 +"230510",92592,3863,3,486,856 +"230511",92592,3878,3,486,1890 +"230512",92592,4066,3,486,1736 +"230513",92592,4317,2,486,1224 +"230514",92592,4687,3,486,2152 +"230515",92592,4932,3,486,2752 +"230516",92592,5018,2,486,640 +"230517",92592,5120,3,486,2735 +"230518",92592,5258,2,486,2730 +"230519",92592,5504,3,486,2389 +"230520",92592,5710,3,486,1926 +"230521",92592,5716,3,486,1058 +"230522",92592,5986,3,486,1721 +"230523",92592,6074,3,486,2426 +"230524",92592,6104,3,486,2462 +"230525",92592,6252,2,486,2336 +"230526",92592,6363,3,486,2066 +"230527",92592,6390,1,486,2385 +"230528",92592,6417,3,486,1675 +"230529",92592,6428,3,486,1952 +"230530",92592,7126,3,486,1261 +"230531",92592,7196,3,486,1508 +"230532",92592,7672,3,486,1974 +"230533",92592,7847,3,486,2424 +"230534",92592,7984,3,486,2493 +"230535",92592,8011,2,486,889 +"230536",92592,8490,3,486,564 +"230537",92592,8529,3,486,1205 +"230538",92592,8657,3,486,2473 +"230539",92592,8726,3,486,2083 +"230540",92592,8762,2,486,2585 +"230541",92592,8888,3,486,1328 +"230542",92592,8890,3,486,1955 +"230543",92592,8913,3,486,968 +"230544",92592,9272,3,486,2835 +"230545",92592,9511,3,486,1232 +"230546",92592,9805,3,486,1621 +"230547",92592,10222,3,486,2212 +"230548",92592,10799,3,486,2010 +"230549",92592,11055,3,486,2111 +"230550",92592,11348,3,486,824 +"230551",92592,11351,3,486,2971 +"230552",92592,11434,3,486,1187 +"230553",92592,11516,3,486,1937 +"230554",92592,12096,3,486,1330 +"230555",92592,12199,2,486,1651 +"230556",92592,12713,3,486,2440 +"230557",92592,12724,3,486,1930 +"230558",92592,12779,3,486,936 +"230559",92592,12976,3,486,2399 +"230560",92592,13248,3,486,1385 +"230561",92592,13837,3,486,1604 +"230562",92592,13895,3,486,687 +"230563",92592,13945,2,486,1324 +"230564",92592,14108,1,486,2012 +"230565",92592,14652,3,486,2516 +"230566",92592,14676,3,486,2764 +"230567",92592,14731,3,486,2012 +"230568",92592,14888,3,486,1411 +"230569",92592,14972,3,486,2332 +"230570",92592,14983,3,486,1047 +"230571",92592,15118,3,486,1311 +"230572",92592,15401,3,486,1999 +"230573",92592,15713,3,486,1646 +"230574",92592,15799,3,486,1917 +"230575",92592,16365,3,486,2217 +"230576",92592,16609,3,486,538 +"230577",92592,17257,3,486,1117 +"230578",92592,17400,3,486,2231 +"230579",92592,17410,3,486,2073 +"230580",92592,17434,3,486,1642 +"230581",92592,17645,3,486,1918 +"230582",92592,18211,3,486,1745 +"230583",92592,18277,3,486,2309 +"230584",92592,18502,2,486,1033 +"230585",92592,18543,1,486,2968 +"230586",92592,18836,3,486,1270 +"230587",92592,19027,3,486,2721 +"230588",92592,19096,3,486,1538 +"230589",92592,19173,3,486,1686 +"230590",92592,19248,3,486,2357 +"230591",92592,19332,3,486,1214 +"230592",92592,19605,3,486,2395 +"230593",92592,19718,3,486,1702 +"230594",92592,19882,2,486,565 +"230595",92592,19963,3,486,810 +"230596",92592,20067,3,486,2390 +"230597",92592,20124,3,486,2376 +"230598",92592,20343,3,486,851 +"230599",92592,20407,2,486,2339 +"230600",92592,20494,3,486,1075 +"230601",92592,21133,2,486,1320 +"230602",92592,21246,3,486,1612 +"230603",92592,21617,2,486,516 +"230604",92592,21670,3,486,2158 +"230605",92592,21681,3,486,2005 +"230606",92592,21682,3,486,2414 +"230607",92592,21693,3,486,2176 +"230608",92592,22141,3,486,2348 +"230609",92592,22326,3,486,2818 +"230610",92592,22362,3,486,1836 +"230611",92592,22722,3,486,1233 +"230612",92592,22884,3,486,1608 +"230613",92592,23403,3,486,607 +"230614",92592,23492,3,486,1067 +"230615",92592,23825,3,486,1913 +"230616",92592,23869,3,486,1918 +"230617",92592,24198,2,486,2217 +"230618",92592,24755,3,486,1319 +"230619",92592,25027,3,486,564 +"230620",92592,25565,2,486,2764 +"230621",92592,25816,3,486,2088 +"230622",92592,25874,3,486,2088 +"230623",92592,26106,3,486,2015 +"230624",92592,26322,3,486,1018 +"230625",92592,26342,3,486,527 +"230626",92592,26570,3,486,1669 +"230627",92592,26621,3,486,1100 +"230628",92592,26957,3,486,987 +"230629",92592,27792,3,486,1308 +"230630",92592,28057,3,486,1067 +"230631",92592,28592,3,486,2320 +"230632",92592,28784,3,486,1579 +"230633",92592,28808,2,486,1063 +"230634",92592,28896,3,486,1395 +"230635",92592,29050,3,486,1196 +"230636",92592,29170,3,486,1846 +"230637",92592,29224,3,486,2011 +"230638",92592,29948,3,486,2795 +"230639",92592,30405,3,486,2164 +"230640",92592,30411,2,486,630 +"230641",92592,31001,3,486,2119 +"230642",92592,31093,3,486,2160 +"230643",92592,31235,2,486,2668 +"230644",92592,31700,3,486,2727 +"230645",92592,32131,3,486,1035 +"230646",92592,32503,3,486,2020 +"230647",92592,32988,3,486,2008 +"230648",92592,33572,3,486,2370 +"230649",92592,33588,3,486,1040 +"230650",92592,33621,2,486,1319 +"230651",92592,33622,2,486,2230 +"230652",92592,34314,2,486,630 +"230653",92592,34945,2,486,1298 +"230654",92592,35041,3,486,1311 +"230655",92592,35428,3,486,2263 +"230656",92592,35481,3,486,2211 +"230657",92592,35822,3,486,1903 +"230658",92592,36031,3,486,2342 +"230659",92592,36439,2,486,2469 +"230660",92592,36450,3,486,1591 +"230661",92592,36651,3,486,1600 +"230662",92592,37509,2,486,1640 +"230663",92592,37628,3,486,819 +"230664",92592,37937,3,486,1320 +"230665",92592,38213,2,486,1744 +"230666",92592,38259,3,486,2258 +"230667",92592,38602,3,486,2693 +"230668",92592,38667,3,486,2880 +"230669",92592,39865,3,486,849 +"230670",92592,40022,3,486,2307 +"230671",92592,40954,3,486,2603 +"230672",92592,41085,1,486,637 +"230673",92592,41446,3,486,1103 +"230674",92592,41739,3,486,1339 +"230675",92592,42619,3,486,2017 +"230676",92592,42725,3,486,630 +"230677",92592,43173,3,486,2895 +"230678",92592,43226,2,486,2442 +"230679",92592,43428,3,486,1299 +"230680",92592,43635,3,486,1196 +"230681",92592,44427,1,486,2875 +"230682",92592,44636,3,486,1026 +"230683",92592,46469,3,486,759 +"230684",92592,46512,3,486,1292 +"230685",92592,46532,3,486,2005 +"230686",92592,46621,2,486,1343 +"230687",92592,46726,3,486,943 +"230688",92592,46951,3,486,2429 +"230689",92592,47064,2,486,1993 +"230690",92592,47384,3,486,1639 +"230691",92592,47407,3,486,832 +"230692",92592,47435,2,486,878 +"230693",92592,47445,3,486,2668 +"230694",92592,47585,1,486,794 +"230695",92592,48110,3,486,2009 +"230696",92592,48215,3,486,2028 +"230697",92592,49265,3,486,2686 +"230698",92592,49300,2,486,515 +"230699",92592,49301,3,486,1894 +"230700",92592,49470,3,486,1528 +"230701",92592,49512,3,486,1302 +"230702",92592,49620,2,486,1868 +"230703",92592,50179,3,486,2230 +"230704",92592,50217,3,486,1211 +"230705",92592,50235,2,486,726 +"230706",92592,50254,3,486,1151 +"230707",92592,51572,3,486,912 +"230708",92592,51628,3,486,901 +"230709",92592,52136,3,486,1412 +"230710",92592,52154,3,486,1722 +"230711",92592,52323,2,486,2148 +"230712",92592,52327,3,486,1472 +"230713",92592,53252,1,486,637 +"230714",92592,53323,3,486,2677 +"230715",92592,53608,3,486,1986 +"230716",92592,53624,3,486,952 +"230717",92592,54676,3,486,1342 +"230718",92592,54855,3,486,1525 +"230719",92592,55084,3,486,1189 +"230720",92592,55156,2,486,2196 +"230721",92592,55320,3,486,1643 +"230722",92592,55324,3,486,1544 +"230723",92592,55828,3,486,2393 +"230724",92592,55880,3,486,626 +"230725",92592,56116,3,486,1321 +"230726",92592,56903,3,486,1584 +"230727",92592,56910,3,486,2705 +"230728",92592,57353,3,486,1849 +"230729",92592,57380,3,486,2362 +"230730",92592,57414,3,486,922 +"230731",92592,57544,3,486,2443 +"230732",92592,57990,1,486,978 +"230733",92592,58133,3,486,1484 +"230734",92592,58221,3,486,1787 +"230735",92592,58284,2,486,2292 +"230736",92592,58508,3,486,2326 +"230737",92592,59096,3,486,1677 +"230738",92592,59438,3,486,2400 +"230739",92592,60116,3,486,2668 +"230740",92592,61138,3,486,1188 +"230741",92592,61689,3,486,1309 +"230742",92592,61785,1,486,822 +"230743",92592,62062,3,486,860 +"230744",92592,62219,3,486,2494 +"230745",92592,62602,2,486,1172 +"230746",92592,62668,3,486,958 +"230747",92592,63637,3,486,498 +"230748",92592,64181,2,486,1828 +"230749",92592,64997,3,486,2791 +"230750",92592,65155,3,486,1947 +"230751",92592,65475,3,486,1267 +"230752",92592,65625,3,486,1273 +"230753",92592,66413,3,486,2507 +"230754",92592,66971,3,486,2299 +"230755",92592,67607,3,486,528 +"230756",92592,68810,3,486,2409 +"230757",92592,69335,3,486,2698 +"230758",92592,69447,3,486,1197 +"230759",92592,70854,3,486,635 +"230760",92592,71274,3,486,2390 +"230761",92592,71478,3,486,1721 +"230762",92592,72728,3,486,2234 +"230763",92592,73245,3,486,802 +"230764",92592,73675,3,486,887 +"230765",92592,73747,3,486,2274 +"230766",92592,74636,2,486,2525 +"230767",92592,74730,3,486,535 +"230768",92592,75025,2,486,717 +"230769",92592,75216,3,486,672 +"230770",92592,75403,3,486,1895 +"230771",92592,75898,3,486,889 +"230772",92592,75921,2,486,517 +"230773",92592,76127,2,486,910 +"230774",92592,76192,2,486,912 +"230775",92592,76646,3,486,1263 +"230776",92592,78256,3,486,804 +"230777",92592,78416,2,486,630 +"230778",92592,78563,2,486,2385 +"230779",92592,78569,2,486,578 +"230780",92592,79158,3,486,1252 +"230781",92592,79364,3,486,834 +"230782",92592,79436,3,486,1344 +"230783",92592,79612,3,486,927 +"230784",92592,79657,3,486,1260 +"230785",92592,80301,3,486,1690 +"230786",92592,81895,3,486,1634 +"230787",92592,82401,2,486,1210 +"230788",92592,82787,3,486,1144 +"230789",92592,82949,3,486,2077 +"230790",92592,83224,3,486,1183 +"230791",92592,85869,3,486,1509 +"230792",92592,88126,3,486,1027 +"230793",92592,88232,2,486,2881 +"230794",92592,88966,2,486,1568 +"230795",92592,89880,3,486,1938 +"230796",92592,92322,3,486,2393 +"230797",92592,92491,2,486,1968 +"230798",92592,93102,3,486,1174 +"230799",92592,93398,3,486,828 +"230800",92592,93953,3,486,969 +"230801",92592,94125,3,486,2280 +"230802",92592,96000,3,486,1789 +"230803",92592,96352,3,486,1493 +"230804",92592,97674,3,486,1912 +"230805",92592,97824,2,486,1229 +"230806",92592,98531,3,486,719 +"230807",92592,99953,3,486,581 +"230808",92592,100215,2,486,2436 +"230809",92592,100432,3,486,1358 +"230810",92592,101598,3,486,781 +"230811",92592,101967,1,486,691 +"230812",92592,102731,2,486,630 +"230813",92592,104217,3,486,956 +"230814",92592,105063,3,486,1908 +"230815",92592,106240,3,486,705 +"230816",92592,106555,3,486,1626 +"230817",92592,108415,3,486,752 +"230818",92592,108430,3,486,1642 +"230819",92592,109383,3,486,952 +"230820",92592,109415,3,486,1328 +"230821",92630,1708,3,1583,1591 +"230822",92630,2443,3,1583,2333 +"230823",92630,3158,3,1583,2762 +"230824",92630,9269,2,1583,1892 +"230825",92630,9273,3,1583,1747 +"230826",92630,9895,2,1583,1960 +"230827",92630,9910,3,1583,2526 +"230828",92630,9948,3,1583,2019 +"230829",92630,10146,3,1583,1878 +"230830",92630,11351,3,1583,2971 +"230831",92630,14442,3,1583,2700 +"230832",92630,15207,3,1583,1855 +"230833",92630,16347,3,1583,1868 +"230834",92630,17499,3,1583,2954 +"230835",92630,20695,2,1583,2526 +"230836",92630,26740,3,1583,2695 +"230837",92630,30544,3,1583,2041 +"230838",92630,33460,3,1583,2781 +"230839",92630,34331,3,1583,1727 +"230840",92630,38697,3,1583,2701 +"230841",92630,44744,3,1583,2032 +"230842",92630,46616,3,1583,1917 +"230843",92630,47094,3,1583,2592 +"230844",92630,51212,3,1583,1801 +"230845",92630,51890,3,1583,1992 +"230846",92630,55261,3,1583,1915 +"230847",92630,56364,2,1583,1626 +"230848",92630,69453,3,1583,2831 +"230849",92630,84591,3,1583,1685 +"230850",92658,4932,3,2659,2752 +"230851",92658,18543,3,2659,2968 +"230852",92678,2206,3,1769,2536 +"230853",92678,47013,3,1769,2388 +"230854",92757,5239,3,2615,2875 +"230855",92757,10638,3,2615,2692 +"230856",92757,11477,3,2615,2724 +"230857",92757,28582,2,2615,2698 +"230858",92757,31700,3,2615,2727 +"230859",92757,33801,3,2615,2899 +"230860",92757,36862,2,2615,2655 +"230861",92757,51410,3,2615,2739 +"230862",92757,56237,3,2615,2625 +"230863",92757,69335,3,2615,2698 +"230864",92784,860,3,1257,1258 +"230865",92784,1520,3,1257,1716 +"230866",92784,2418,3,1257,2020 +"230867",92784,2747,3,1257,2411 +"230868",92784,3520,3,1257,2281 +"230869",92784,4665,3,1257,1569 +"230870",92784,4831,3,1257,2365 +"230871",92784,10050,3,1257,1792 +"230872",92784,11588,3,1257,2352 +"230873",92784,14998,2,1257,1553 +"230874",92784,16502,3,1257,1616 +"230875",92784,16796,3,1257,1892 +"230876",92784,19587,3,1257,1684 +"230877",92784,20155,2,1257,1517 +"230878",92784,20545,3,1257,1491 +"230879",92784,20984,3,1257,2502 +"230880",92784,21487,3,1257,2203 +"230881",92784,27882,3,1257,1897 +"230882",92784,28116,3,1257,1643 +"230883",92784,31676,2,1257,1598 +"230884",92784,33017,3,1257,1493 +"230885",92784,42256,2,1257,2839 +"230886",92784,42813,3,1257,2142 +"230887",92784,44433,3,1257,2224 +"230888",92784,44603,3,1257,2748 +"230889",92784,46486,3,1257,1868 +"230890",92784,54924,2,1257,2603 +"230891",92784,56936,3,1257,1519 +"230892",92784,74605,3,1257,2265 +"230893",92784,92850,3,1257,1971 +"230894",92804,3127,3,56,2273 +"230895",92804,5454,3,56,1779 +"230896",92804,9227,2,56,1267 +"230897",92804,11728,3,56,1121 +"230898",92804,12208,3,56,447 +"230899",92804,13537,3,56,1020 +"230900",92804,14807,3,56,241 +"230901",92804,16573,3,56,802 +"230902",92804,26957,3,56,987 +"230903",92804,30609,3,56,988 +"230904",92804,30891,3,56,1256 +"230905",92804,33870,3,56,955 +"230906",92804,38259,3,56,2258 +"230907",92804,40572,3,56,2666 +"230908",92804,41969,3,56,2189 +"230909",92804,50278,3,56,1127 +"230910",92804,70070,3,56,2425 +"230911",92804,83729,3,56,406 +"230912",92804,107052,2,56,2158 +"230913",92804,110736,3,56,95 +"230914",92806,85638,2,1802,2275 +"230915",92817,1050,3,569,1185 +"230916",92817,1196,3,569,1986 +"230917",92817,2011,3,569,2176 +"230918",92817,2077,3,569,610 +"230919",92817,2523,3,569,1691 +"230920",92817,3306,3,569,1989 +"230921",92817,3878,3,569,1890 +"230922",92817,3961,3,569,2426 +"230923",92817,4763,3,569,1960 +"230924",92817,4932,3,569,2752 +"230925",92817,5041,3,569,2371 +"230926",92817,5315,2,569,2631 +"230927",92817,5350,3,569,2522 +"230928",92817,5716,3,569,1058 +"230929",92817,5986,3,569,1721 +"230930",92817,6047,2,569,2004 +"230931",92817,6366,3,569,798 +"230932",92817,6417,3,569,1675 +"230933",92817,6718,3,569,2138 +"230934",92817,6940,3,569,1183 +"230935",92817,7233,3,569,572 +"230936",92817,7515,3,569,2737 +"230937",92817,8011,3,569,889 +"230938",92817,8984,3,569,1162 +"230939",92817,9184,3,569,2670 +"230940",92817,9432,2,569,1693 +"230941",92817,9928,2,569,2345 +"230942",92817,9950,3,569,920 +"230943",92817,10358,2,569,2294 +"230944",92817,10523,3,569,1510 +"230945",92817,10779,3,569,2881 +"230946",92817,11218,3,569,2292 +"230947",92817,11434,3,569,1187 +"230948",92817,11516,3,569,1937 +"230949",92817,11576,3,569,808 +"230950",92817,13311,3,569,2315 +"230951",92817,13837,3,569,1604 +"230952",92817,14032,1,569,2144 +"230953",92817,14676,3,569,2764 +"230954",92817,14731,2,569,2012 +"230955",92817,14855,3,569,903 +"230956",92817,14972,3,569,2332 +"230957",92817,15309,3,569,2820 +"230958",92817,15402,3,569,1281 +"230959",92817,15607,3,569,1421 +"230960",92817,16053,3,569,908 +"230961",92817,16352,3,569,2657 +"230962",92817,17400,3,569,2231 +"230963",92817,17645,3,569,1918 +"230964",92817,17819,3,569,2291 +"230965",92817,18874,3,569,2170 +"230966",92817,19027,3,569,2721 +"230967",92817,19637,3,569,1229 +"230968",92817,20067,3,569,2390 +"230969",92817,21122,3,569,1701 +"230970",92817,21246,3,569,1612 +"230971",92817,23132,3,569,2756 +"230972",92817,23310,2,569,2371 +"230973",92817,24568,3,569,1937 +"230974",92817,24755,3,569,1319 +"230975",92817,25443,3,569,1441 +"230976",92817,25976,2,569,659 +"230977",92817,26080,3,569,2525 +"230978",92817,27205,3,569,966 +"230979",92817,27849,3,569,1316 +"230980",92817,28002,3,569,914 +"230981",92817,28296,3,569,2944 +"230982",92817,29750,2,569,689 +"230983",92817,29930,3,569,2240 +"230984",92817,30081,3,569,2403 +"230985",92817,30325,3,569,1067 +"230986",92817,31093,3,569,2160 +"230987",92817,31279,3,569,965 +"230988",92817,31530,3,569,1661 +"230989",92817,31700,3,569,2727 +"230990",92817,32694,3,569,1602 +"230991",92817,32919,2,569,2321 +"230992",92817,32947,3,569,1091 +"230993",92817,34735,3,569,2767 +"230994",92817,35302,3,569,1589 +"230995",92817,35464,2,569,2502 +"230996",92817,35529,3,569,1620 +"230997",92817,35715,3,569,2912 +"230998",92817,35926,3,569,2371 +"230999",92817,37937,3,569,1320 +"231000",92817,38046,3,569,1163 +"231001",92817,38728,3,569,851 +"231002",92817,39516,3,569,2393 +"231003",92817,40893,3,569,1116 +"231004",92817,41832,2,569,1155 +"231005",92817,41955,2,569,2479 +"231006",92817,42619,2,569,2017 +"231007",92817,42687,3,569,1952 +"231008",92817,43213,3,569,2160 +"231009",92817,44636,3,569,1026 +"231010",92817,45186,3,569,835 +"231011",92817,45545,3,569,1776 +"231012",92817,45903,3,569,2237 +"231013",92817,46182,3,569,1613 +"231014",92817,46726,3,569,943 +"231015",92817,48215,3,569,2028 +"231016",92817,50977,3,569,2352 +"231017",92817,52136,3,569,1412 +"231018",92817,53134,3,569,1590 +"231019",92817,55185,3,569,922 +"231020",92817,56082,3,569,2395 +"231021",92817,56116,3,569,1321 +"231022",92817,58284,3,569,2292 +"231023",92817,60280,3,569,1918 +"231024",92817,62488,2,569,1418 +"231025",92817,62668,3,569,958 +"231026",92817,63409,3,569,1937 +"231027",92817,64502,3,569,1670 +"231028",92817,66097,3,569,1222 +"231029",92817,67102,3,569,935 +"231030",92817,67788,3,569,837 +"231031",92817,70854,3,569,635 +"231032",92817,70996,3,569,1037 +"231033",92817,73305,3,569,2544 +"231034",92817,74605,3,569,2265 +"231035",92817,74681,3,569,837 +"231036",92817,75403,2,569,1895 +"231037",92817,77001,3,569,1440 +"231038",92817,79804,2,569,2227 +"231039",92817,80219,3,569,988 +"231040",92817,80429,3,569,1927 +"231041",92817,82730,3,569,1492 +"231042",92817,82732,3,569,2810 +"231043",92817,82932,3,569,2245 +"231044",92817,83526,3,569,1235 +"231045",92817,90802,3,569,877 +"231046",92817,92322,3,569,2393 +"231047",92817,92658,3,569,2659 +"231048",92817,94783,3,569,659 +"231049",92817,95288,3,569,1602 +"231050",92817,97915,3,569,1802 +"231051",92817,100140,3,569,1041 +"231052",92817,104280,3,569,887 +"231053",92831,11990,2,576,1909 +"231054",92831,44795,3,576,635 +"231055",92850,2747,3,1971,2411 +"231056",92850,3127,3,1971,2273 +"231057",92850,7252,3,1971,2799 +"231058",92850,10980,3,1971,1974 +"231059",92850,11136,3,1971,2573 +"231060",92850,14586,3,1971,2801 +"231061",92850,21209,3,1971,2184 +"231062",92850,36953,3,1971,2790 +"231063",92850,40572,3,1971,2666 +"231064",92850,42813,2,1971,2142 +"231065",92850,44433,3,1971,2224 +"231066",92850,44603,3,1971,2748 +"231067",92850,61585,3,1971,2315 +"231068",92850,63837,2,1971,2807 +"231069",92860,160,3,1643,2007 +"231070",92860,323,3,1643,1706 +"231071",92860,680,3,1643,2569 +"231072",92860,1519,3,1643,2349 +"231073",92860,2206,3,1643,2536 +"231074",92860,2446,3,1643,2606 +"231075",92860,2747,3,1643,2411 +"231076",92860,2852,3,1643,2448 +"231077",92860,3477,3,1643,2546 +"231078",92860,3978,3,1643,2775 +"231079",92860,4001,3,1643,1687 +"231080",92860,4567,3,1643,2348 +"231081",92860,4612,3,1643,2804 +"231082",92860,4660,3,1643,2149 +"231083",92860,5897,3,1643,2337 +"231084",92860,6063,3,1643,2349 +"231085",92860,7252,3,1643,2799 +"231086",92860,8789,3,1643,2024 +"231087",92860,9503,2,1643,2453 +"231088",92860,10453,3,1643,1656 +"231089",92860,10980,3,1643,1974 +"231090",92860,12577,3,1643,2530 +"231091",92860,12948,3,1643,2669 +"231092",92860,13136,1,1643,2867 +"231093",92860,14749,3,1643,1998 +"231094",92860,16205,3,1643,2630 +"231095",92860,19073,2,1643,2748 +"231096",92860,19686,3,1643,2467 +"231097",92860,22244,3,1643,2139 +"231098",92860,26734,3,1643,2299 +"231099",92860,27686,2,1643,2844 +"231100",92860,27742,2,1643,2700 +"231101",92860,27882,3,1643,1897 +"231102",92860,27914,3,1643,2507 +"231103",92860,28869,3,1643,2425 +"231104",92860,30525,3,1643,1964 +"231105",92860,31335,3,1643,2351 +"231106",92860,31866,3,1643,2101 +"231107",92860,31868,3,1643,1993 +"231108",92860,33223,3,1643,2397 +"231109",92860,34162,3,1643,2336 +"231110",92860,34892,3,1643,2309 +"231111",92860,35822,3,1643,1903 +"231112",92860,36912,3,1643,2469 +"231113",92860,39418,3,1643,1978 +"231114",92860,40542,3,1643,1664 +"231115",92860,41023,3,1643,2408 +"231116",92860,41581,3,1643,1692 +"231117",92860,42256,3,1643,2839 +"231118",92860,43204,3,1643,1680 +"231119",92860,47375,3,1643,2043 +"231120",92860,58655,3,1643,2685 +"231121",92860,64947,3,1643,2489 +"231122",92860,70583,3,1643,2615 +"231123",92860,72597,2,1643,1843 +"231124",92860,74370,3,1643,1667 +"231125",92860,80156,3,1643,1667 +"231126",92860,80506,3,1643,1920 +"231127",92860,96425,3,1643,2007 +"231128",92864,30016,3,1123,1124 +"231129",92864,57977,3,1123,2683 +"231130",92895,36574,3,2339,2934 +"231131",92904,140,3,780,2267 +"231132",92904,900,3,780,2726 +"231133",92904,2452,3,780,1715 +"231134",92904,3414,3,780,2322 +"231135",92904,3477,3,780,2546 +"231136",92904,5317,3,780,2063 +"231137",92904,6479,3,780,1021 +"231138",92904,12023,3,780,799 +"231139",92904,13068,3,780,1778 +"231140",92904,14156,3,780,1251 +"231141",92904,14287,3,780,1583 +"231142",92904,14425,3,780,1036 +"231143",92904,15078,3,780,1033 +"231144",92904,16776,2,780,1565 +"231145",92904,19934,3,780,2888 +"231146",92904,20176,2,780,1050 +"231147",92904,28893,3,780,2764 +"231148",92904,30865,1,780,2038 +"231149",92904,31753,3,780,1514 +"231150",92904,33665,3,780,787 +"231151",92904,36344,3,780,2570 +"231152",92904,38373,3,780,1928 +"231153",92904,38676,3,780,2286 +"231154",92904,39418,3,780,1978 +"231155",92904,41077,2,780,864 +"231156",92904,46060,2,780,861 +"231157",92904,46570,2,780,1707 +"231158",92904,51879,3,780,1771 +"231159",92904,67815,3,780,2476 +"231160",92904,74474,3,780,2338 +"231161",92904,75282,2,780,2675 +"231162",92919,2057,2,1645,1965 +"231163",92919,29997,3,1645,1789 +"231164",92947,3100,3,1289,2524 +"231165",92947,4144,3,1289,1520 +"231166",92947,4660,3,1289,2149 +"231167",92947,5673,2,1289,1567 +"231168",92947,6071,3,1289,2310 +"231169",92947,9050,3,1289,2026 +"231170",92947,9727,3,1289,2327 +"231171",92947,9808,3,1289,1648 +"231172",92947,9912,3,1289,1356 +"231173",92947,11135,2,1289,2441 +"231174",92947,13528,3,1289,1891 +"231175",92947,15502,2,1289,2637 +"231176",92947,16833,3,1289,1661 +"231177",92947,19687,3,1289,2072 +"231178",92947,19972,2,1289,2078 +"231179",92947,20392,3,1289,1309 +"231180",92947,21895,3,1289,1693 +"231181",92947,23639,2,1289,2065 +"231182",92947,23731,3,1289,1656 +"231183",92947,23890,3,1289,1810 +"231184",92947,24116,2,1289,1413 +"231185",92947,25886,3,1289,1580 +"231186",92947,34055,3,1289,1881 +"231187",92947,36487,2,1289,2622 +"231188",92947,39577,3,1289,1728 +"231189",92947,41180,3,1289,1556 +"231190",92947,44074,3,1289,1299 +"231191",92947,45487,3,1289,2256 +"231192",92947,47130,3,1289,2654 +"231193",92947,47330,3,1289,2422 +"231194",92947,51448,2,1289,1593 +"231195",92947,56212,3,1289,1410 +"231196",92947,56673,3,1289,2419 +"231197",92947,57067,3,1289,2547 +"231198",92947,61513,2,1289,2948 +"231199",92947,65223,3,1289,2724 +"231200",92947,73915,3,1289,2568 +"231201",92947,79236,2,1289,1505 +"231202",92947,81134,2,1289,1384 +"231203",92947,100586,3,1289,2966 +"231204",92947,104659,3,1289,2026 +"231205",92973,357,2,1276,2327 +"231206",92973,377,3,1276,2389 +"231207",92973,1046,3,1276,1881 +"231208",92973,1130,3,1276,1566 +"231209",92973,2325,3,1276,1641 +"231210",92973,4366,3,1276,1726 +"231211",92973,7861,3,1276,1647 +"231212",92973,10382,3,1276,2111 +"231213",92973,24923,1,1276,2785 +"231214",92973,25129,3,1276,2647 +"231215",92973,25341,3,1276,1858 +"231216",92973,32939,3,1276,2277 +"231217",92973,34509,2,1276,1973 +"231218",92973,40937,3,1276,2639 +"231219",92973,57804,3,1276,2214 +"231220",92973,61719,2,1276,1515 +"231221",92973,102824,3,1276,2944 +"231222",93026,2226,3,704,2225 +"231223",93026,3770,3,704,2623 +"231224",93026,6697,3,704,2438 +"231225",93026,11029,3,704,2362 +"231226",93026,20176,3,704,1050 +"231227",93026,30631,2,704,951 +"231228",93026,33665,3,704,787 +"231229",93026,34945,3,704,1298 +"231230",93026,36344,3,704,2570 +"231231",93026,38087,3,704,1083 +"231232",93026,38373,3,704,1928 +"231233",93026,46726,3,704,943 +"231234",93026,49551,3,704,879 +"231235",93026,52879,3,704,777 +"231236",93026,67617,3,704,1149 +"231237",93026,82023,3,704,992 +"231238",93026,84447,2,704,1006 +"231239",93026,90236,1,704,1010 +"231240",93026,92359,3,704,943 +"231241",93026,113116,3,704,769 +"231242",93027,83717,1,2607,2763 +"231243",93102,455,3,1174,2827 +"231244",93102,669,3,1174,1423 +"231245",93102,1154,3,1174,1656 +"231246",93102,5491,3,1174,2048 +"231247",93102,5839,3,1174,2301 +"231248",93102,6241,3,1174,2264 +"231249",93102,7078,3,1174,2344 +"231250",93102,7126,3,1174,1261 +"231251",93102,7196,3,1174,1508 +"231252",93102,7579,3,1174,1624 +"231253",93102,7984,3,1174,2493 +"231254",93102,8890,3,1174,1955 +"231255",93102,9702,2,1174,1928 +"231256",93102,10746,3,1174,1506 +"231257",93102,12484,3,1174,2344 +"231258",93102,12542,3,1174,1888 +"231259",93102,14108,3,1174,2012 +"231260",93102,15118,3,1174,1311 +"231261",93102,15401,3,1174,1999 +"231262",93102,16365,3,1174,2217 +"231263",93102,18151,3,1174,2962 +"231264",93102,21133,3,1174,1320 +"231265",93102,21448,3,1174,2332 +"231266",93102,21670,3,1174,2158 +"231267",93102,21681,3,1174,2005 +"231268",93102,21795,3,1174,2653 +"231269",93102,22722,3,1174,1233 +"231270",93102,24405,3,1174,1443 +"231271",93102,28784,3,1174,1579 +"231272",93102,28896,3,1174,1395 +"231273",93102,31700,3,1174,2727 +"231274",93102,32988,3,1174,2008 +"231275",93102,34160,3,1174,1759 +"231276",93102,35069,3,1174,2069 +"231277",93102,35360,3,1174,2043 +"231278",93102,35822,3,1174,1903 +"231279",93102,36031,3,1174,2342 +"231280",93102,37937,3,1174,1320 +"231281",93102,38602,3,1174,2693 +"231282",93102,39278,3,1174,1952 +"231283",93102,40913,3,1174,1800 +"231284",93102,47384,3,1174,1639 +"231285",93102,47947,3,1174,2681 +"231286",93102,48215,3,1174,2028 +"231287",93102,49265,1,1174,2686 +"231288",93102,51035,3,1174,2397 +"231289",93102,53323,3,1174,2677 +"231290",93102,57380,1,1174,2362 +"231291",93102,61138,3,1174,1188 +"231292",93102,62832,3,1174,2606 +"231293",93102,65155,3,1174,1947 +"231294",93102,72728,3,1174,2234 +"231295",93102,79158,3,1174,1252 +"231296",93102,81014,3,1174,1925 +"231297",93102,85736,3,1174,1601 +"231298",93102,85869,3,1174,1509 +"231299",93102,88232,3,1174,2881 +"231300",93102,96352,3,1174,1493 +"231301",93121,89934,2,2324,2760 +"231302",93123,1570,3,870,2028 +"231303",93123,3272,1,870,2132 +"231304",93123,3559,3,870,2413 +"231305",93123,3678,3,870,1325 +"231306",93123,4691,3,870,1888 +"231307",93123,4968,2,870,1586 +"231308",93123,6040,3,870,2103 +"231309",93123,7648,3,870,1861 +"231310",93123,9273,3,870,1747 +"231311",93123,10755,3,870,1742 +"231312",93123,12598,3,870,2086 +"231313",93123,13930,3,870,1274 +"231314",93123,14442,3,870,2700 +"231315",93123,15023,3,870,2054 +"231316",93123,16184,3,870,2274 +"231317",93123,17608,3,870,1216 +"231318",93123,17768,2,870,2468 +"231319",93123,19667,3,870,1466 +"231320",93123,20547,3,870,2145 +"231321",93123,20739,1,870,2025 +"231322",93123,25053,3,870,2186 +"231323",93123,25518,3,870,1955 +"231324",93123,25678,3,870,1558 +"231325",93123,29067,3,870,1538 +"231326",93123,29354,3,870,1123 +"231327",93123,31281,3,870,1937 +"231328",93123,31357,2,870,2389 +"231329",93123,36975,3,870,887 +"231330",93123,36996,3,870,2321 +"231331",93123,39893,3,870,1601 +"231332",93123,39911,3,870,1445 +"231333",93123,41669,3,870,1247 +"231334",93123,44132,3,870,1999 +"231335",93123,47882,3,870,2769 +"231336",93123,51399,2,870,934 +"231337",93123,51843,3,870,2389 +"231338",93123,54385,3,870,2340 +"231339",93123,55446,3,870,1247 +"231340",93123,55730,3,870,1217 +"231341",93123,59289,3,870,2896 +"231342",93123,59344,3,870,2252 +"231343",93123,63104,3,870,2149 +"231344",93123,76295,3,870,1001 +"231345",93123,76503,3,870,1136 +"231346",93123,78611,3,870,1586 +"231347",93123,84808,3,870,1974 +"231348",93123,91465,3,870,1047 +"231349",93123,110871,3,870,2879 +"231350",93123,110874,1,870,1390 +"231351",93151,41446,2,76,1103 +"231352",93151,46532,3,76,2005 +"231353",93179,860,3,518,1258 +"231354",93179,4551,3,518,2720 +"231355",93179,9332,3,518,2734 +"231356",93179,13068,2,518,1778 +"231357",93179,16502,3,518,1616 +"231358",93179,19934,3,518,2888 +"231359",93179,23597,3,518,1080 +"231360",93179,25378,3,518,1245 +"231361",93179,38373,3,518,1928 +"231362",93179,43027,3,518,1277 +"231363",93179,49201,3,518,936 +"231364",93179,49712,2,518,1937 +"231365",93179,57765,3,518,2893 +"231366",93179,65188,3,518,2213 +"231367",93179,69788,3,518,2007 +"231368",93179,120828,3,518,958 +"231369",93208,160,3,1324,2007 +"231370",93208,1897,3,1324,1727 +"231371",93208,2668,3,1324,1529 +"231372",93208,3271,3,1324,2216 +"231373",93208,4730,3,1324,2131 +"231374",93208,4775,3,1324,1500 +"231375",93208,5055,3,1324,1796 +"231376",93208,6627,3,1324,2063 +"231377",93208,6824,3,1324,2680 +"231378",93208,7269,3,1324,1728 +"231379",93208,7443,2,1324,2028 +"231380",93208,9272,3,1324,2835 +"231381",93208,9503,3,1324,2453 +"231382",93208,10638,3,1324,2692 +"231383",93208,10914,2,1324,1660 +"231384",93208,11381,3,1324,1638 +"231385",93208,11506,2,1324,2824 +"231386",93208,12577,2,1324,2530 +"231387",93208,13065,3,1324,1561 +"231388",93208,13920,2,1324,1709 +"231389",93208,14888,3,1324,1411 +"231390",93208,16205,2,1324,2630 +"231391",93208,16594,3,1324,1755 +"231392",93208,18571,2,1324,2128 +"231393",93208,18943,2,1324,2861 +"231394",93208,20007,3,1324,2971 +"231395",93208,20432,3,1324,1727 +"231396",93208,21180,3,1324,2762 +"231397",93208,21463,3,1324,2437 +"231398",93208,27783,3,1324,2302 +"231399",93208,28081,3,1324,1927 +"231400",93208,31164,2,1324,1996 +"231401",93208,32449,3,1324,2091 +"231402",93208,34162,3,1324,2336 +"231403",93208,35477,3,1324,2703 +"231404",93208,35980,2,1324,2657 +"231405",93208,36136,2,1324,2338 +"231406",93208,39105,3,1324,2487 +"231407",93208,41978,3,1324,2824 +"231408",93208,43226,3,1324,2442 +"231409",93208,45730,3,1324,2063 +"231410",93208,46951,2,1324,2429 +"231411",93208,47384,3,1324,1639 +"231412",93208,47571,3,1324,1667 +"231413",93208,48110,3,1324,2009 +"231414",93208,51038,3,1324,2400 +"231415",93208,53013,2,1324,2523 +"231416",93208,53697,3,1324,1909 +"231417",93208,56275,3,1324,2152 +"231418",93208,56338,2,1324,1818 +"231419",93208,57180,3,1324,2703 +"231420",93208,58508,3,1324,2326 +"231421",93208,59039,2,1324,2870 +"231422",93208,66911,3,1324,1920 +"231423",93208,66978,3,1324,1536 +"231424",93208,69335,2,1324,2698 +"231425",93208,74605,3,1324,2265 +"231426",93208,76132,3,1324,2426 +"231427",93208,76675,3,1324,1840 +"231428",93208,80301,3,1324,1690 +"231429",93208,94926,3,1324,1611 +"231430",93208,97013,3,1324,1797 +"231431",93208,104306,3,1324,1665 +"231432",93280,4289,3,1053,1921 +"231433",93280,6047,3,1053,2004 +"231434",93280,10857,3,1053,2253 +"231435",93280,11662,3,1053,1139 +"231436",93280,12692,3,1053,1855 +"231437",93280,13780,3,1053,2412 +"231438",93280,14032,3,1053,2144 +"231439",93280,16826,3,1053,2599 +"231440",93280,17484,3,1053,1256 +"231441",93280,18103,3,1053,1968 +"231442",93280,24259,3,1053,1281 +"231443",93280,27642,3,1053,1531 +"231444",93280,34509,3,1053,1973 +"231445",93280,38227,3,1053,2511 +"231446",93280,40432,3,1053,1956 +"231447",93280,51055,3,1053,2558 +"231448",93280,54551,3,1053,2348 +"231449",93280,56807,3,1053,1571 +"231450",93280,58489,2,1053,1068 +"231451",93280,69591,3,1053,2294 +"231452",93280,82929,2,1053,2475 +"231453",93317,2206,3,1223,2536 +"231454",93317,2370,3,1223,1600 +"231455",93317,2802,3,1223,1836 +"231456",93317,3100,3,1223,2524 +"231457",93317,3403,3,1223,2951 +"231458",93317,3786,3,1223,2282 +"231459",93317,4144,3,1223,1520 +"231460",93317,9050,3,1223,2026 +"231461",93317,9727,3,1223,2327 +"231462",93317,9912,1,1223,1356 +"231463",93317,11135,1,1223,2441 +"231464",93317,11429,3,1223,2520 +"231465",93317,13024,3,1223,2468 +"231466",93317,15502,2,1223,2637 +"231467",93317,15916,3,1223,1236 +"231468",93317,16361,2,1223,1641 +"231469",93317,16833,3,1223,1661 +"231470",93317,19687,2,1223,2072 +"231471",93317,19972,3,1223,2078 +"231472",93317,21895,3,1223,1693 +"231473",93317,21976,3,1223,1808 +"231474",93317,23639,3,1223,2065 +"231475",93317,24116,3,1223,1413 +"231476",93317,24441,2,1223,2256 +"231477",93317,25286,3,1223,1545 +"231478",93317,25886,3,1223,1580 +"231479",93317,26227,3,1223,2265 +"231480",93317,26513,3,1223,2205 +"231481",93317,27391,3,1223,2378 +"231482",93317,28567,3,1223,2398 +"231483",93317,29276,3,1223,2000 +"231484",93317,34953,3,1223,1817 +"231485",93317,41051,2,1223,2767 +"231486",93317,42486,3,1223,1951 +"231487",93317,45299,3,1223,2426 +"231488",93317,45487,2,1223,2256 +"231489",93317,47330,3,1223,2422 +"231490",93317,47827,2,1223,1957 +"231491",93317,51448,2,1223,1593 +"231492",93317,56673,3,1223,2419 +"231493",93317,79236,3,1223,1505 +"231494",93317,81134,3,1223,1384 +"231495",93317,83007,2,1223,2727 +"231496",93317,83362,3,1223,1877 +"231497",93317,89955,2,1223,1452 +"231498",93317,92381,3,1223,1237 +"231499",93317,92947,3,1223,1289 +"231500",93317,93670,3,1223,1682 +"231501",93317,95211,3,1223,2462 +"231502",93317,104659,3,1223,2026 +"231503",93317,106554,3,1223,1270 +"231504",93320,3195,2,1258,2043 +"231505",93320,3477,3,1258,2546 +"231506",93320,4932,3,1258,2752 +"231507",93320,6063,3,1258,2349 +"231508",93320,6132,2,1258,1590 +"231509",93320,7937,2,1258,2044 +"231510",93320,9801,2,1258,2443 +"231511",93320,14754,3,1258,2456 +"231512",93320,15826,3,1258,2772 +"231513",93320,18217,3,1258,1566 +"231514",93320,28051,3,1258,2089 +"231515",93320,28893,2,1258,2764 +"231516",93320,32339,1,1258,2430 +"231517",93320,33223,3,1258,2397 +"231518",93320,35620,3,1258,2092 +"231519",93320,36506,3,1258,2638 +"231520",93320,39443,3,1258,2277 +"231521",93320,40542,3,1258,1664 +"231522",93320,41581,2,1258,1692 +"231523",93320,50335,3,1258,1893 +"231524",93320,57067,3,1258,2547 +"231525",93326,41393,2,1196,1915 +"231526",93326,61980,2,1196,2392 +"231527",93326,80009,2,1196,1640 +"231528",93332,680,3,982,2569 +"231529",93332,841,3,982,2964 +"231530",93332,2120,3,982,1133 +"231531",93332,2540,3,982,1398 +"231532",93332,3978,3,982,2775 +"231533",93332,4303,2,982,2414 +"231534",93332,4916,3,982,1970 +"231535",93332,4983,3,982,1909 +"231536",93332,5568,2,982,1290 +"231537",93332,6989,3,982,2623 +"231538",93332,9703,3,982,1845 +"231539",93332,10129,3,982,2124 +"231540",93332,10870,3,982,1755 +"231541",93332,11639,3,982,1593 +"231542",93332,11648,3,982,2852 +"231543",93332,17645,3,982,1918 +"231544",93332,18005,2,982,2449 +"231545",93332,18165,3,982,2085 +"231546",93332,22166,3,982,994 +"231547",93332,23131,3,982,1732 +"231548",93332,23729,3,982,1624 +"231549",93332,29930,3,982,2240 +"231550",93332,31001,3,982,2119 +"231551",93332,31700,3,982,2727 +"231552",93332,34094,3,982,1360 +"231553",93332,36953,3,982,2790 +"231554",93332,37937,3,982,1320 +"231555",93332,40028,3,982,1349 +"231556",93332,41723,3,982,2101 +"231557",93332,45729,3,982,2606 +"231558",93332,45992,2,982,1182 +"231559",93332,46486,3,982,1868 +"231560",93332,50585,3,982,2414 +"231561",93332,52815,2,982,2323 +"231562",93332,55482,3,982,1866 +"231563",93332,55892,3,982,1234 +"231564",93332,56082,3,982,2395 +"231565",93332,64947,3,982,2489 +"231566",93332,68452,3,982,1606 +"231567",93332,71531,3,982,2887 +"231568",93332,76286,3,982,1642 +"231569",93332,81588,3,982,1568 +"231570",93332,82426,3,982,1576 +"231571",93344,1136,3,196,2536 +"231572",93344,1691,3,196,1941 +"231573",93344,2798,3,196,1673 +"231574",93344,3863,2,196,856 +"231575",93344,5018,3,196,640 +"231576",93344,7196,3,196,1508 +"231577",93344,12610,3,196,1274 +"231578",93344,12828,3,196,799 +"231579",93344,14108,3,196,2012 +"231580",93344,14676,1,196,2764 +"231581",93344,14731,3,196,2012 +"231582",93344,14983,3,196,1047 +"231583",93344,16625,3,196,1285 +"231584",93344,24256,3,196,2393 +"231585",93344,28896,3,196,1395 +"231586",93344,30915,3,196,1207 +"231587",93344,34314,2,196,630 +"231588",93344,40264,3,196,1418 +"231589",93344,42216,3,196,2722 +"231590",93344,47435,3,196,878 +"231591",93344,48215,2,196,2028 +"231592",93344,50235,3,196,726 +"231593",93344,53624,3,196,952 +"231594",93344,56237,3,196,2625 +"231595",93344,57082,3,196,1418 +"231596",93344,79364,3,196,834 +"231597",93344,79657,3,196,1260 +"231598",93344,79815,3,196,1713 +"231599",93344,82730,3,196,1492 +"231600",93344,92592,3,196,486 +"231601",93344,95288,3,196,1602 +"231602",93344,108430,3,196,1642 +"231603",93386,23692,1,890,1540 +"231604",93386,38087,3,890,1083 +"231605",93386,38995,1,890,1940 +"231606",93386,46726,3,890,943 +"231607",93386,49414,3,890,1667 +"231608",93386,50996,3,890,929 +"231609",93386,67617,3,890,1149 +"231610",93398,1691,3,828,1941 +"231611",93398,2011,3,828,2176 +"231612",93398,2865,3,828,2006 +"231613",93398,3863,3,828,856 +"231614",93398,4932,3,828,2752 +"231615",93398,6390,3,828,2385 +"231616",93398,8657,3,828,2473 +"231617",93398,10980,3,828,1974 +"231618",93398,12610,2,828,1274 +"231619",93398,14108,2,828,2012 +"231620",93398,14676,3,828,2764 +"231621",93398,14731,3,828,2012 +"231622",93398,14983,3,828,1047 +"231623",93398,18502,3,828,1033 +"231624",93398,18543,3,828,2968 +"231625",93398,18836,3,828,1270 +"231626",93398,19332,3,828,1214 +"231627",93398,20715,3,828,1312 +"231628",93398,22704,3,828,1150 +"231629",93398,23787,3,828,2810 +"231630",93398,25565,3,828,2764 +"231631",93398,26106,3,828,2015 +"231632",93398,27792,3,828,1308 +"231633",93398,29224,3,828,2011 +"231634",93398,29308,3,828,2094 +"231635",93398,29918,3,828,1953 +"231636",93398,31001,3,828,2119 +"231637",93398,32503,3,828,2020 +"231638",93398,36439,3,828,2469 +"231639",93398,37522,3,828,1270 +"231640",93398,42331,3,828,1585 +"231641",93398,43226,3,828,2442 +"231642",93398,45545,3,828,1776 +"231643",93398,46621,3,828,1343 +"231644",93398,50903,3,828,931 +"231645",93398,57990,3,828,978 +"231646",93398,58133,3,828,1484 +"231647",93398,61689,3,828,1309 +"231648",93398,62062,3,828,860 +"231649",93398,63604,1,828,927 +"231650",93398,71274,3,828,2390 +"231651",93398,76127,3,828,910 +"231652",93398,76192,3,828,912 +"231653",93398,79364,3,828,834 +"231654",93398,79612,3,828,927 +"231655",93398,79657,3,828,1260 +"231656",93398,81895,3,828,1634 +"231657",93398,87215,3,828,1759 +"231658",93398,88232,3,828,2881 +"231659",93398,89880,3,828,1938 +"231660",93398,97674,3,828,1912 +"231661",93398,97824,3,828,1229 +"231662",93410,14220,3,880,1529 +"231663",93410,26359,3,880,2535 +"231664",93410,30504,1,880,1573 +"231665",93410,70586,2,880,2562 +"231666",93410,100262,1,880,1678 +"231667",93446,58895,1,168,917 +"231668",93459,1787,3,1354,1707 +"231669",93459,2370,3,1354,1600 +"231670",93459,3484,3,1354,1515 +"231671",93459,5937,3,1354,2392 +"231672",93459,6234,3,1354,2654 +"231673",93459,6235,3,1354,1585 +"231674",93459,6800,2,1354,2053 +"231675",93459,10250,3,1354,1606 +"231676",93459,11868,3,1354,1639 +"231677",93459,13671,3,1354,1371 +"231678",93459,14838,3,1354,1746 +"231679",93459,14861,3,1354,2269 +"231680",93459,15239,2,1354,1958 +"231681",93459,15558,3,1354,2389 +"231682",93459,16067,3,1354,2727 +"231683",93459,16477,2,1354,2069 +"231684",93459,16524,3,1354,1556 +"231685",93459,16969,3,1354,1917 +"231686",93459,18821,3,1354,2075 +"231687",93459,20709,3,1354,1757 +"231688",93459,23728,3,1354,2601 +"231689",93459,23771,3,1354,1614 +"231690",93459,30194,3,1354,2874 +"231691",93459,31259,3,1354,2082 +"231692",93459,32079,3,1354,2315 +"231693",93459,32939,3,1354,2277 +"231694",93459,33363,3,1354,2475 +"231695",93459,33460,2,1354,2781 +"231696",93459,34576,2,1354,1727 +"231697",93459,41521,2,1354,2069 +"231698",93459,43311,3,1354,1553 +"231699",93459,44730,3,1354,2468 +"231700",93459,49079,3,1354,2447 +"231701",93459,49913,3,1354,2444 +"231702",93459,50899,2,1354,2125 +"231703",93459,53648,2,1354,2167 +"231704",93459,56413,3,1354,2747 +"231705",93459,57804,3,1354,2214 +"231706",93459,65568,3,1354,1699 +"231707",93459,76505,3,1354,2123 +"231708",93459,76997,3,1354,2223 +"231709",93459,79913,3,1354,1514 +"231710",93459,82246,3,1354,1538 +"231711",93553,9272,3,2537,2835 +"231712",93553,9724,3,2537,2713 +"231713",93553,14470,3,2537,2632 +"231714",93553,23550,3,2537,2939 +"231715",93553,26740,3,2537,2695 +"231716",93553,37684,3,2537,2899 +"231717",93553,47882,3,2537,2769 +"231718",93553,69335,3,2537,2698 +"231719",93553,73520,2,2537,2613 +"231720",93568,24586,3,1755,2465 +"231721",93568,32988,3,1755,2008 +"231722",93568,36862,2,1755,2655 +"231723",93568,92757,3,1755,2615 +"231724",93577,21985,2,590,2075 +"231725",93577,118646,3,590,1525 +"231726",93590,1256,3,1188,1212 +"231727",93590,1257,2,1188,1212 +"231728",93590,2724,3,1188,2447 +"231729",93590,3272,3,1188,2132 +"231730",93590,4622,3,1188,1589 +"231731",93590,4968,2,1188,1586 +"231732",93590,6040,3,1188,2103 +"231733",93590,10701,3,1188,2000 +"231734",93590,12598,3,1188,2086 +"231735",93590,15023,2,1188,2054 +"231736",93590,17672,3,1188,1987 +"231737",93590,17695,3,1188,1930 +"231738",93590,19075,3,1188,2214 +"231739",93590,19667,2,1188,1466 +"231740",93590,20547,2,1188,2145 +"231741",93590,20739,3,1188,2025 +"231742",93590,25518,3,1188,1955 +"231743",93590,25678,3,1188,1558 +"231744",93590,31357,3,1188,2389 +"231745",93590,39188,3,1188,1948 +"231746",93590,51843,2,1188,2389 +"231747",93590,52953,3,1188,1741 +"231748",93590,53414,3,1188,1672 +"231749",93590,54385,2,1188,2340 +"231750",93590,55307,3,1188,2306 +"231751",93590,55730,3,1188,1217 +"231752",93590,63104,3,1188,2149 +"231753",93590,69308,3,1188,2370 +"231754",93590,76867,3,1188,1296 +"231755",93590,78611,3,1188,1586 +"231756",93590,80615,1,1188,2252 +"231757",93590,84808,2,1188,1974 +"231758",93590,98436,2,1188,1212 +"231759",93590,110737,3,1188,2117 +"231760",93609,14612,3,2252,2340 +"231761",93609,25941,3,2252,2369 +"231762",93609,33176,3,2252,2630 +"231763",93615,2036,3,2386,2483 +"231764",93615,2166,3,2386,2557 +"231765",93615,5504,3,2386,2389 +"231766",93615,7323,3,2386,2858 +"231767",93615,10130,2,2386,2741 +"231768",93615,19027,3,2386,2721 +"231769",93615,27478,2,2386,2485 +"231770",93615,31799,3,2386,2547 +"231771",93615,39444,2,2386,2695 +"231772",93615,51410,3,2386,2739 +"231773",93615,55828,3,2386,2393 +"231774",93615,57977,3,2386,2683 +"231775",93642,1393,3,1120,1706 +"231776",93642,2370,2,1120,1600 +"231777",93642,3068,2,1120,1815 +"231778",93642,3158,3,1120,2762 +"231779",93642,3360,3,1120,1583 +"231780",93642,4249,2,1120,2547 +"231781",93642,4784,1,1120,2511 +"231782",93642,6020,1,1120,1864 +"231783",93642,6223,3,1120,2363 +"231784",93642,6345,3,1120,2713 +"231785",93642,6747,3,1120,2913 +"231786",93642,9656,3,1120,1135 +"231787",93642,9724,3,1120,2713 +"231788",93642,10701,3,1120,2000 +"231789",93642,13595,2,1120,1164 +"231790",93642,13688,3,1120,1627 +"231791",93642,14172,2,1120,1923 +"231792",93642,15782,3,1120,2306 +"231793",93642,16524,3,1120,1556 +"231794",93642,16866,3,1120,2718 +"231795",93642,17499,3,1120,2954 +"231796",93642,19282,3,1120,1623 +"231797",93642,21358,1,1120,1970 +"231798",93642,21920,3,1120,2367 +"231799",93642,25941,3,1120,2369 +"231800",93642,28648,1,1120,1586 +"231801",93642,31950,2,1120,2217 +"231802",93642,32350,3,1120,1540 +"231803",93642,32576,3,1120,2881 +"231804",93642,33460,3,1120,2781 +"231805",93642,34274,1,1120,1437 +"231806",93642,37684,3,1120,2899 +"231807",93642,41489,2,1120,2006 +"231808",93642,43701,3,1120,2400 +"231809",93642,45297,1,1120,1864 +"231810",93642,45449,3,1120,1610 +"231811",93642,45450,2,1120,1590 +"231812",93642,48823,2,1120,2080 +"231813",93642,48931,3,1120,2444 +"231814",93642,50468,3,1120,1659 +"231815",93642,52179,3,1120,1572 +"231816",93642,53652,3,1120,2899 +"231817",93642,54488,3,1120,2357 +"231818",93642,55084,3,1120,1189 +"231819",93642,61921,3,1120,1793 +"231820",93642,68813,2,1120,2511 +"231821",93642,73520,3,1120,2613 +"231822",93642,76842,3,1120,1518 +"231823",93642,80186,2,1120,2228 +"231824",93642,82217,2,1120,2441 +"231825",93642,84235,3,1120,1639 +"231826",93642,84581,2,1120,1241 +"231827",93642,86559,3,1120,1704 +"231828",93642,89258,3,1120,1147 +"231829",93642,92366,3,1120,1434 +"231830",93642,95879,2,1120,1748 +"231831",93642,100084,3,1120,1964 +"231832",93642,103989,2,1120,1207 +"231833",93642,108467,2,1120,2170 +"231834",93661,1702,3,1024,1984 +"231835",93661,4983,3,1024,1909 +"231836",93661,11429,3,1024,2520 +"231837",93661,18005,3,1024,2449 +"231838",93661,20056,2,1024,1824 +"231839",93661,41694,3,1024,2358 +"231840",93661,55482,2,1024,1866 +"231841",93661,66994,3,1024,1865 +"231842",93661,98719,2,1024,1096 +"231843",93665,725,3,220,1064 +"231844",93665,4913,3,220,292 +"231845",93665,15075,2,220,2252 +"231846",93665,15088,3,220,2906 +"231847",93665,18855,3,220,1362 +"231848",93665,18954,3,220,2364 +"231849",93665,19323,2,220,1705 +"231850",93665,23890,2,220,1810 +"231851",93665,24761,1,220,2384 +"231852",93665,36577,3,220,958 +"231853",93665,40850,3,220,1396 +"231854",93665,49621,3,220,1915 +"231855",93665,50476,1,220,1641 +"231856",93665,53537,3,220,2428 +"231857",93665,56737,3,220,2270 +"231858",93665,59579,3,220,2034 +"231859",93665,63555,3,220,1290 +"231860",93665,72827,2,220,1359 +"231861",93665,79822,3,220,1508 +"231862",93665,96741,3,220,484 +"231863",93665,113181,3,220,2301 +"231864",93667,19198,3,1567,2308 +"231865",93670,6071,3,1682,2310 +"231866",93670,11135,3,1682,2441 +"231867",93670,17999,3,1682,2758 +"231868",93670,19687,2,1682,2072 +"231869",93670,21976,3,1682,1808 +"231870",93670,23639,3,1682,2065 +"231871",93670,45487,3,1682,2256 +"231872",93670,47330,3,1682,2422 +"231873",93670,47827,3,1682,1957 +"231874",93670,56673,3,1682,2419 +"231875",93710,1455,2,544,1262 +"231876",93710,2272,1,544,1640 +"231877",93710,2282,3,544,2056 +"231878",93710,2443,2,544,2333 +"231879",93710,2588,3,544,552 +"231880",93710,2927,3,544,1789 +"231881",93710,5637,3,544,1976 +"231882",93710,8724,3,544,1326 +"231883",93710,9538,1,544,1786 +"231884",93710,10701,3,544,2000 +"231885",93710,12116,3,544,2119 +"231886",93710,13034,3,544,698 +"231887",93710,14470,2,544,2632 +"231888",93710,15281,3,544,810 +"231889",93710,15582,2,544,598 +"231890",93710,15782,3,544,2306 +"231891",93710,17531,3,544,876 +"231892",93710,17695,3,544,1930 +"231893",93710,19476,3,544,1708 +"231894",93710,20038,3,544,1531 +"231895",93710,20371,3,544,595 +"231896",93710,22410,2,544,2158 +"231897",93710,23498,3,544,2398 +"231898",93710,23560,3,544,2051 +"231899",93710,24252,3,544,639 +"231900",93710,27458,3,544,647 +"231901",93710,27512,3,544,947 +"231902",93710,29778,3,544,840 +"231903",93710,31264,2,544,2335 +"231904",93710,32169,3,544,2504 +"231905",93710,36399,3,544,1357 +"231906",93710,38422,3,544,1019 +"231907",93710,41098,3,544,1857 +"231908",93710,43701,3,544,2400 +"231909",93710,45499,3,544,2346 +"231910",93710,46568,3,544,822 +"231911",93710,48501,2,544,2010 +"231912",93710,52950,3,544,2716 +"231913",93710,55325,3,544,653 +"231914",93710,73520,3,544,2613 +"231915",93710,77719,2,544,2086 +"231916",93710,78277,3,544,1937 +"231917",93710,80970,3,544,2069 +"231918",93710,82280,3,544,619 +"231919",93710,87915,3,544,1152 +"231920",93710,110262,3,544,1138 +"231921",93710,111119,1,544,550 +"231922",93752,357,3,1368,2327 +"231923",93752,4191,3,1368,2130 +"231924",93752,4366,3,1368,1726 +"231925",93752,5504,3,1368,2389 +"231926",93752,10130,3,1368,2741 +"231927",93752,11218,3,1368,2292 +"231928",93752,16352,3,1368,2657 +"231929",93752,18277,3,1368,2309 +"231930",93752,18348,3,1368,1711 +"231931",93752,19516,3,1368,2313 +"231932",93752,19568,2,1368,2302 +"231933",93752,21076,3,1368,1591 +"231934",93752,24923,3,1368,2785 +"231935",93752,26516,3,1368,2479 +"231936",93752,27478,3,1368,2485 +"231937",93752,29073,3,1368,2328 +"231938",93752,31799,3,1368,2547 +"231939",93752,32694,3,1368,1602 +"231940",93752,34492,3,1368,1798 +"231941",93752,44521,3,1368,1593 +"231942",93752,51410,2,1368,2739 +"231943",93752,51987,3,1368,1397 +"231944",93752,53031,2,1368,2065 +"231945",93752,55556,3,1368,2075 +"231946",93752,56171,3,1368,1524 +"231947",93752,56604,3,1368,1919 +"231948",93752,58221,3,1368,1787 +"231949",93752,61719,2,1368,1515 +"231950",93752,71478,3,1368,1721 +"231951",93752,82409,3,1368,1881 +"231952",93752,93615,3,1368,2386 +"231953",93753,357,3,408,2327 +"231954",93753,675,3,408,1686 +"231955",93753,1127,2,408,1188 +"231956",93753,1130,2,408,1566 +"231957",93753,1136,3,408,2536 +"231958",93753,2269,2,408,984 +"231959",93753,2300,2,408,565 +"231960",93753,2325,2,408,1641 +"231961",93753,2765,3,408,2321 +"231962",93753,2954,3,408,2727 +"231963",93753,3186,3,408,919 +"231964",93753,3966,3,408,2425 +"231965",93753,5346,3,408,1438 +"231966",93753,6234,3,408,2654 +"231967",93753,6740,3,408,2699 +"231968",93753,7861,2,408,1647 +"231969",93753,9423,3,408,1708 +"231970",93753,10130,3,408,2741 +"231971",93753,10382,3,408,2111 +"231972",93753,10964,3,408,2043 +"231973",93753,11019,3,408,1299 +"231974",93753,11067,3,408,2734 +"231975",93753,11208,3,408,1161 +"231976",93753,12449,3,408,2067 +"231977",93753,14072,3,408,1346 +"231978",93753,14731,3,408,2012 +"231979",93753,14972,3,408,2332 +"231980",93753,15207,3,408,1855 +"231981",93753,15626,3,408,2434 +"231982",93753,17396,3,408,1672 +"231983",93753,18550,3,408,483 +"231984",93753,18825,3,408,1240 +"231985",93753,18924,3,408,485 +"231986",93753,19627,1,408,627 +"231987",93753,19814,3,408,936 +"231988",93753,20545,3,408,1491 +"231989",93753,20705,3,408,829 +"231990",93753,21138,3,408,2849 +"231991",93753,21487,3,408,2203 +"231992",93753,22277,3,408,2424 +"231993",93753,22714,3,408,2793 +"231994",93753,24085,3,408,1253 +"231995",93753,24195,3,408,1575 +"231996",93753,24923,2,408,2785 +"231997",93753,25129,2,408,2647 +"231998",93753,25341,2,408,1858 +"231999",93753,25443,3,408,1441 +"232000",93753,26282,3,408,1241 +"232001",93753,26322,3,408,1018 +"232002",93753,26658,3,408,2745 +"232003",93753,26766,3,408,1161 +"232004",93753,29917,3,408,1962 +"232005",93753,30092,3,408,1593 +"232006",93753,30095,3,408,1578 +"232007",93753,30981,3,408,2366 +"232008",93753,32939,2,408,2277 +"232009",93753,33383,3,408,1572 +"232010",93753,34509,1,408,1973 +"232011",93753,35264,3,408,2329 +"232012",93753,35919,3,408,663 +"232013",93753,36215,3,408,1623 +"232014",93753,37333,3,408,1612 +"232015",93753,38676,3,408,2286 +"232016",93753,39627,3,408,546 +"232017",93753,40113,3,408,451 +"232018",93753,41402,3,408,2313 +"232019",93753,41837,3,408,2399 +"232020",93753,42256,3,408,2839 +"232021",93753,42474,3,408,2322 +"232022",93753,45585,3,408,2384 +"232023",93753,47248,3,408,2883 +"232024",93753,48274,3,408,1979 +"232025",93753,51017,3,408,2073 +"232026",93753,51022,3,408,1499 +"232027",93753,51410,3,408,2739 +"232028",93753,51853,3,408,2520 +"232029",93753,53293,3,408,2916 +"232030",93753,53433,3,408,1187 +"232031",93753,53445,3,408,2028 +"232032",93753,55892,3,408,1234 +"232033",93753,56903,3,408,1584 +"232034",93753,57804,2,408,2214 +"232035",93753,58035,3,408,1646 +"232036",93753,58284,3,408,2292 +"232037",93753,61719,3,408,1515 +"232038",93753,62841,3,408,2710 +"232039",93753,63547,3,408,1023 +"232040",93753,64181,3,408,1828 +"232041",93753,67216,3,408,984 +"232042",93753,69903,3,408,1066 +"232043",93753,70605,3,408,1176 +"232044",93753,81482,3,408,908 +"232045",93753,82246,3,408,1538 +"232046",93753,88347,3,408,793 +"232047",93753,90425,3,408,1824 +"232048",93753,92973,1,408,1276 +"232049",93753,93953,2,408,969 +"232050",93753,94520,3,408,1243 +"232051",93753,99366,3,408,900 +"232052",93766,388,3,328,1594 +"232053",93766,725,1,328,1064 +"232054",93766,3786,3,328,2282 +"232055",93766,8146,3,328,1561 +"232056",93766,14761,3,328,2502 +"232057",93766,15075,3,328,2252 +"232058",93766,18855,3,328,1362 +"232059",93766,21290,3,328,894 +"232060",93766,23325,3,328,2779 +"232061",93766,29824,3,328,2772 +"232062",93766,34742,3,328,1883 +"232063",93766,36577,2,328,958 +"232064",93766,40392,3,328,1878 +"232065",93766,40850,3,328,1396 +"232066",93766,49621,2,328,1915 +"232067",93766,52483,3,328,2317 +"232068",93766,53537,3,328,2428 +"232069",93766,56737,3,328,2270 +"232070",93766,72827,3,328,1359 +"232071",93766,79236,3,328,1505 +"232072",93766,79822,3,328,1508 +"232073",93766,81113,2,328,1914 +"232074",93766,94758,3,328,584 +"232075",93766,114240,3,328,642 +"232076",93830,2684,3,496,2874 +"232077",93830,9871,3,496,921 +"232078",93830,12778,3,496,2045 +"232079",93830,16193,1,496,756 +"232080",93830,16542,2,496,2039 +"232081",93830,24753,2,496,2860 +"232082",93830,24793,2,496,1993 +"232083",93830,24794,2,496,925 +"232084",93830,24826,2,496,1382 +"232085",93830,30180,3,496,590 +"232086",93830,31209,3,496,1137 +"232087",93830,36784,3,496,576 +"232088",93830,40369,3,496,2735 +"232089",93830,41664,3,496,2641 +"232090",93830,52699,3,496,1372 +"232091",93830,52898,3,496,763 +"232092",93830,58852,3,496,2323 +"232093",93830,82187,3,496,1055 +"232094",93830,97275,3,496,731 +"232095",93930,798,3,1268,2476 +"232096",93930,2057,3,1268,1965 +"232097",93930,2524,3,1268,1708 +"232098",93930,4032,3,1268,1763 +"232099",93930,4526,3,1268,1728 +"232100",93930,6697,3,1268,2438 +"232101",93930,8354,3,1268,1705 +"232102",93930,8777,3,1268,1620 +"232103",93930,10453,3,1268,1656 +"232104",93930,10473,3,1268,1783 +"232105",93930,11136,3,1268,2573 +"232106",93930,11419,3,1268,1408 +"232107",93930,19655,3,1268,2706 +"232108",93930,26771,3,1268,2141 +"232109",93930,27908,3,1268,2576 +"232110",93930,37120,3,1268,2622 +"232111",93930,38259,3,1268,2258 +"232112",93930,41338,3,1268,1553 +"232113",93930,51879,3,1268,1771 +"232114",93930,73266,3,1268,2496 +"232115",93930,80812,3,1268,2357 +"232116",93930,111375,2,1268,2686 +"232117",93933,360,3,1336,1671 +"232118",93933,15453,3,1336,1688 +"232119",93933,16587,3,1336,2065 +"232120",93933,18554,3,1336,2065 +"232121",93933,30150,3,1336,1704 +"232122",93933,35186,3,1336,1520 +"232123",93933,37758,3,1336,1998 +"232124",93933,77424,3,1336,1489 +"232125",93953,1224,3,969,2435 +"232126",93953,1691,3,969,1941 +"232127",93953,3695,3,969,2612 +"232128",93953,3877,3,969,1133 +"232129",93953,5317,3,969,2063 +"232130",93953,6390,3,969,2385 +"232131",93953,11239,3,969,2181 +"232132",93953,12449,3,969,2067 +"232133",93953,14888,2,969,1411 +"232134",93953,15527,3,969,2039 +"232135",93953,15626,3,969,2434 +"232136",93953,16727,3,969,2164 +"232137",93953,17826,3,969,2920 +"232138",93953,19027,3,969,2721 +"232139",93953,19364,3,969,2846 +"232140",93953,20700,3,969,2861 +"232141",93953,22108,3,969,1915 +"232142",93953,23751,3,969,1740 +"232143",93953,24923,3,969,2785 +"232144",93953,26713,3,969,1235 +"232145",93953,28233,2,969,1608 +"232146",93953,28432,3,969,1954 +"232147",93953,34509,3,969,1973 +"232148",93953,37859,3,969,1999 +"232149",93953,41240,3,969,2220 +"232150",93953,44636,3,969,1026 +"232151",93953,48274,3,969,1979 +"232152",93953,51022,3,969,1499 +"232153",93953,51853,3,969,2520 +"232154",93953,53809,3,969,1956 +"232155",93953,54676,3,969,1342 +"232156",93953,55156,3,969,2196 +"232157",93953,57781,3,969,1971 +"232158",93953,64181,3,969,1828 +"232159",93953,73553,3,969,2726 +"232160",93953,78563,3,969,2385 +"232161",93953,87074,3,969,1666 +"232162",93953,88966,2,969,1568 +"232163",93953,90425,3,969,1824 +"232164",93953,92973,3,969,1276 +"232165",93953,96678,3,969,1183 +"232166",93953,109978,3,969,1865 +"232167",93953,121354,3,969,2862 +"232168",93969,1386,3,208,1901 +"232169",93969,3877,3,208,1133 +"232170",93969,8286,3,208,886 +"232171",93969,9030,3,208,1979 +"232172",93969,10945,3,208,881 +"232173",93969,11419,3,208,1408 +"232174",93969,14669,3,208,2080 +"232175",93969,14709,3,208,1901 +"232176",93969,15343,2,208,2125 +"232177",93969,16029,3,208,1160 +"232178",93969,17021,3,208,1226 +"232179",93969,17967,3,208,2125 +"232180",93969,21092,3,208,1643 +"232181",93969,21417,2,208,2422 +"232182",93969,21795,3,208,2653 +"232183",93969,24608,3,208,1630 +"232184",93969,25541,3,208,917 +"232185",93969,25879,2,208,630 +"232186",93969,26865,3,208,2726 +"232187",93969,29756,3,208,2051 +"232188",93969,29791,3,208,1986 +"232189",93969,33722,3,208,1225 +"232190",93969,34311,2,208,2213 +"232191",93969,34327,3,208,2959 +"232192",93969,34693,3,208,1938 +"232193",93969,35542,3,208,1439 +"232194",93969,37395,3,208,644 +"232195",93969,38038,3,208,2686 +"232196",93969,38908,3,208,1787 +"232197",93969,42618,3,208,2316 +"232198",93969,42814,2,208,1149 +"232199",93969,44160,3,208,859 +"232200",93969,44684,3,208,1220 +"232201",93969,44729,2,208,588 +"232202",93969,45664,2,208,2235 +"232203",93969,45727,2,208,477 +"232204",93969,49741,3,208,839 +"232205",93969,70046,3,208,2624 +"232206",93969,73266,3,208,2496 +"232207",93969,77057,2,208,1866 +"232208",93969,77095,2,208,1622 +"232209",93969,77174,3,208,747 +"232210",93969,80655,2,208,1546 +"232211",93969,80942,3,208,1240 +"232212",93969,81239,2,208,547 +"232213",93969,82735,2,208,829 +"232214",93969,84039,2,208,1335 +"232215",93969,86279,1,208,1076 +"232216",93969,87198,2,208,1462 +"232217",93969,89965,3,208,810 +"232218",93969,90501,3,208,2380 +"232219",93969,94808,3,208,988 +"232220",93969,96301,3,208,818 +"232221",93969,103721,3,208,1030 +"232222",93969,110308,2,208,489 +"232223",93969,110486,3,208,1014 +"232224",93969,113162,1,208,818 +"232225",93969,115090,3,208,445 +"232226",93969,117932,3,208,926 +"232227",93994,34836,3,1579,2302 +"232228",93998,21,3,850,1385 +"232229",93998,3284,3,850,1541 +"232230",93998,11383,3,850,977 +"232231",93998,30165,3,850,1409 +"232232",93998,36514,3,850,1192 +"232233",93998,42373,3,850,871 +"232234",93998,63498,3,850,977 +"232235",93998,66693,3,850,2554 +"232236",93998,83253,3,850,1102 +"232237",94002,1639,3,399,2631 +"232238",94002,5239,3,399,2875 +"232239",94002,5599,3,399,1684 +"232240",94002,7627,3,399,1543 +"232241",94002,10087,3,399,1617 +"232242",94002,10343,3,399,1072 +"232243",94002,10939,3,399,1376 +"232244",94002,11127,3,399,1196 +"232245",94002,12356,3,399,2757 +"232246",94002,14325,3,399,1976 +"232247",94002,14652,3,399,2516 +"232248",94002,15696,3,399,837 +"232249",94002,16881,3,399,925 +"232250",94002,17061,3,399,2385 +"232251",94002,18563,3,399,2715 +"232252",94002,20271,2,399,2044 +"232253",94002,21225,3,399,1945 +"232254",94002,22311,3,399,2034 +"232255",94002,27543,2,399,666 +"232256",94002,36031,3,399,2342 +"232257",94002,36609,3,399,2918 +"232258",94002,38694,3,399,817 +"232259",94002,40049,3,399,1226 +"232260",94002,40931,3,399,2301 +"232261",94002,42574,3,399,2842 +"232262",94002,42935,3,399,2400 +"232263",94002,43153,3,399,1381 +"232264",94002,50958,3,399,477 +"232265",94002,53645,3,399,789 +"232266",94002,55139,3,399,2323 +"232267",94002,62308,3,399,487 +"232268",94002,62832,2,399,2606 +"232269",94002,71733,3,399,662 +"232270",94002,72033,3,399,1740 +"232271",94002,77550,3,399,1548 +"232272",94002,89681,3,399,1978 +"232273",94002,95011,2,399,1986 +"232274",94002,99215,3,399,2791 +"232275",94048,133,3,275,540 +"232276",94048,457,3,275,1704 +"232277",94048,952,3,275,1991 +"232278",94048,2077,3,275,610 +"232279",94048,2852,3,275,2448 +"232280",94048,3271,3,275,2216 +"232281",94048,4032,3,275,1763 +"232282",94048,4367,3,275,2794 +"232283",94048,4504,3,275,1905 +"232284",94048,4526,3,275,1728 +"232285",94048,5346,3,275,1438 +"232286",94048,6132,2,275,1590 +"232287",94048,7126,3,275,1261 +"232288",94048,7355,3,275,1928 +"232289",94048,7942,1,275,2623 +"232290",94048,9063,3,275,2000 +"232291",94048,9272,3,275,2835 +"232292",94048,10350,3,275,1163 +"232293",94048,10980,3,275,1974 +"232294",94048,13400,3,275,1371 +"232295",94048,14754,1,275,2456 +"232296",94048,15462,3,275,1141 +"232297",94048,16176,2,275,2703 +"232298",94048,19334,3,275,1979 +"232299",94048,19380,3,275,2637 +"232300",94048,20562,3,275,316 +"232301",94048,22166,3,275,994 +"232302",94048,22704,3,275,1150 +"232303",94048,22766,3,275,1945 +"232304",94048,23000,3,275,1815 +"232305",94048,24512,2,275,1369 +"232306",94048,24757,3,275,1939 +"232307",94048,25139,3,275,816 +"232308",94048,25741,3,275,2853 +"232309",94048,26101,3,275,349 +"232310",94048,26659,3,275,903 +"232311",94048,27255,3,275,1232 +"232312",94048,27742,3,275,2700 +"232313",94048,27914,3,275,2507 +"232314",94048,28081,3,275,1927 +"232315",94048,28115,3,275,1835 +"232316",94048,28893,3,275,2764 +"232317",94048,30525,3,275,1964 +"232318",94048,30974,3,275,947 +"232319",94048,31868,3,275,1993 +"232320",94048,32339,3,275,2430 +"232321",94048,32479,3,275,969 +"232322",94048,34216,2,275,2832 +"232323",94048,34742,3,275,1883 +"232324",94048,35873,3,275,1377 +"232325",94048,36691,3,275,1903 +"232326",94048,37752,3,275,2223 +"232327",94048,41023,2,275,2408 +"232328",94048,41338,3,275,1553 +"232329",94048,41447,3,275,2405 +"232330",94048,43207,3,275,635 +"232331",94048,43226,3,275,2442 +"232332",94048,45905,3,275,2785 +"232333",94048,46650,3,275,1330 +"232334",94048,46726,3,275,943 +"232335",94048,47968,3,275,2829 +"232336",94048,48110,3,275,2009 +"232337",94048,48888,3,275,1177 +"232338",94048,50996,3,275,929 +"232339",94048,53248,3,275,2271 +"232340",94048,53987,3,275,928 +"232341",94048,54313,3,275,1645 +"232342",94048,57067,3,275,2547 +"232343",94048,57912,3,275,1035 +"232344",94048,58233,2,275,1665 +"232345",94048,58508,3,275,2326 +"232346",94048,59726,3,275,1513 +"232347",94048,60258,3,275,2405 +"232348",94048,62668,3,275,958 +"232349",94048,63077,3,275,2778 +"232350",94048,67815,3,275,2476 +"232351",94048,69335,3,275,2698 +"232352",94048,72882,2,275,1330 +"232353",94048,79534,3,275,340 +"232354",94048,80301,3,275,1690 +"232355",94048,81591,3,275,1550 +"232356",94048,85396,3,275,1131 +"232357",94048,85869,3,275,1509 +"232358",94048,95846,3,275,1324 +"232359",94048,100432,3,275,1358 +"232360",94048,100860,3,275,2326 +"232361",94048,103890,2,275,958 +"232362",94101,671,2,997,2328 +"232363",94101,1090,3,997,2370 +"232364",94101,4289,3,997,1921 +"232365",94101,4618,3,997,2607 +"232366",94101,4790,3,997,1025 +"232367",94101,5462,3,997,2374 +"232368",94101,8844,2,997,1671 +"232369",94101,9391,3,997,1252 +"232370",94101,10148,3,997,2964 +"232371",94101,10779,3,997,2881 +"232372",94101,10875,3,997,1234 +"232373",94101,12096,3,997,1330 +"232374",94101,13248,2,997,1385 +"232375",94101,13801,3,997,2041 +"232376",94101,13837,3,997,1604 +"232377",94101,13929,1,997,2693 +"232378",94101,13945,3,997,1324 +"232379",94101,15560,3,997,2257 +"232380",94101,16164,3,997,1184 +"232381",94101,17396,3,997,1672 +"232382",94101,19027,3,997,2721 +"232383",94101,20643,2,997,2341 +"232384",94101,20824,3,997,1366 +"232385",94101,22964,3,997,1443 +"232386",94101,23508,3,997,1907 +"232387",94101,24005,3,997,1188 +"232388",94101,24146,3,997,2003 +"232389",94101,24362,3,997,1287 +"232390",94101,24482,3,997,1649 +"232391",94101,24755,2,997,1319 +"232392",94101,25132,3,997,1188 +"232393",94101,25341,3,997,1858 +"232394",94101,25443,3,997,1441 +"232395",94101,25643,3,997,1646 +"232396",94101,26570,2,997,1669 +"232397",94101,28434,2,997,1141 +"232398",94101,29050,3,997,1196 +"232399",94101,29115,3,997,1047 +"232400",94101,30081,3,997,2403 +"232401",94101,30309,3,997,1449 +"232402",94101,33572,3,997,2370 +"232403",94101,35481,3,997,2211 +"232404",94101,36962,2,997,2861 +"232405",94101,37333,3,997,1612 +"232406",94101,38162,3,997,1691 +"232407",94101,39748,3,997,1566 +"232408",94101,40293,3,997,1671 +"232409",94101,41108,3,997,1624 +"232410",94101,41832,3,997,1155 +"232411",94101,44161,3,997,1156 +"232412",94101,44427,3,997,2875 +"232413",94101,45633,3,997,2134 +"232414",94101,47082,3,997,1990 +"232415",94101,50217,3,997,1211 +"232416",94101,51017,3,997,2073 +"232417",94101,51022,3,997,1499 +"232418",94101,51157,3,997,2319 +"232419",94101,52058,3,997,1836 +"232420",94101,53630,3,997,1565 +"232421",94101,54020,3,997,1578 +"232422",94101,55691,2,997,2856 +"232423",94101,58035,3,997,1646 +"232424",94101,62148,3,997,1566 +"232425",94101,64031,3,997,1295 +"232426",94101,65691,3,997,2134 +"232427",94101,66318,3,997,2803 +"232428",94101,70996,3,997,1037 +"232429",94101,79088,3,997,1369 +"232430",94101,81478,2,997,1640 +"232431",94101,82767,3,997,1641 +"232432",94101,82929,3,997,2475 +"232433",94101,94125,3,997,2280 +"232434",94101,101338,3,997,1319 +"232435",94101,101482,2,997,1300 +"232436",94101,105685,3,997,2469 +"232437",94125,671,3,2280,2328 +"232438",94125,1090,1,2280,2370 +"232439",94125,2166,3,2280,2557 +"232440",94125,5849,3,2280,2404 +"232441",94125,7078,3,2280,2344 +"232442",94125,13929,3,2280,2693 +"232443",94125,16497,3,2280,2370 +"232444",94125,18543,3,2280,2968 +"232445",94125,19528,3,2280,2742 +"232446",94125,26608,2,2280,2329 +"232447",94125,33572,3,2280,2370 +"232448",94125,39444,3,2280,2695 +"232449",94125,44427,2,2280,2875 +"232450",94125,49965,3,2280,2301 +"232451",94125,53789,3,2280,2681 +"232452",94125,53851,3,2280,2305 +"232453",94125,55828,3,2280,2393 +"232454",94125,70647,3,2280,2795 +"232455",94138,6047,3,1939,2004 +"232456",94138,6982,3,1939,2034 +"232457",94138,29224,3,1939,2011 +"232458",94138,32606,3,1939,2100 +"232459",94138,39556,3,1939,2747 +"232460",94138,86978,2,1939,2733 +"232461",94179,913,3,2000,2144 +"232462",94179,14655,3,2000,2559 +"232463",94179,31235,3,2000,2668 +"232464",94211,20325,3,1671,1842 +"232465",94211,26959,3,1671,1961 +"232466",94211,34984,3,1671,2056 +"232467",94211,37418,3,1671,2710 +"232468",94219,1349,3,717,1147 +"232469",94219,2936,3,717,2512 +"232470",94219,5683,3,717,2468 +"232471",94219,5792,3,717,975 +"232472",94219,6877,3,717,867 +"232473",94219,7337,3,717,1797 +"232474",94219,8395,3,717,896 +"232475",94219,13296,3,717,839 +"232476",94219,15535,3,717,891 +"232477",94219,20941,3,717,2725 +"232478",94219,23966,2,717,891 +"232479",94219,28893,3,717,2764 +"232480",94219,31335,3,717,2351 +"232481",94219,46486,3,717,1868 +"232482",94219,54467,3,717,919 +"232483",94219,57765,3,717,2893 +"232484",94219,90709,3,717,1080 +"232485",94219,96310,3,717,1016 +"232486",94219,99332,3,717,873 +"232487",94219,105757,3,717,806 +"232488",94276,4932,3,1704,2752 +"232489",94276,10954,2,1704,2302 +"232490",94276,36691,3,1704,1903 +"232491",94276,45461,3,1704,2458 +"232492",94299,14072,3,499,1346 +"232493",94299,14972,3,499,2332 +"232494",94299,17381,3,499,1697 +"232495",94299,44720,3,499,1202 +"232496",94299,89047,3,499,877 +"232497",94323,1023,3,593,2515 +"232498",94323,1063,3,593,2515 +"232499",94323,39211,2,593,1908 +"232500",94323,45874,3,593,944 +"232501",94323,45983,2,593,1260 +"232502",94339,11506,3,2768,2824 +"232503",94339,36662,3,2768,2967 +"232504",94339,55405,3,2768,2788 +"232505",94345,15290,3,283,641 +"232506",94345,22681,3,283,551 +"232507",94396,1469,3,787,1160 +"232508",94396,1985,3,787,888 +"232509",94396,2754,3,787,1360 +"232510",94396,4289,3,787,1921 +"232511",94396,4889,2,787,1501 +"232512",94396,7672,2,787,1974 +"232513",94396,9950,3,787,920 +"232514",94396,12610,3,787,1274 +"232515",94396,12692,3,787,1855 +"232516",94396,13780,3,787,2412 +"232517",94396,14072,3,787,1346 +"232518",94396,14676,3,787,2764 +"232519",94396,14972,3,787,2332 +"232520",94396,16313,3,787,1160 +"232521",94396,16826,3,787,2599 +"232522",94396,29456,3,787,1182 +"232523",94396,30016,3,787,1124 +"232524",94396,31799,3,787,2547 +"232525",94396,32409,3,787,857 +"232526",94396,34945,3,787,1298 +"232527",94396,36862,3,787,2655 +"232528",94396,38227,2,787,2511 +"232529",94396,41250,3,787,1703 +"232530",94396,41402,3,787,2313 +"232531",94396,46621,3,787,1343 +"232532",94396,50217,3,787,1211 +"232533",94396,52327,3,787,1472 +"232534",94396,53519,3,787,2781 +"232535",94396,53624,1,787,952 +"232536",94396,55556,3,787,2075 +"232537",94396,58427,3,787,2234 +"232538",94396,61719,3,787,1515 +"232539",94396,61785,3,787,822 +"232540",94396,89880,3,787,1938 +"232541",94396,90052,2,787,851 +"232542",94396,105233,3,787,1199 +"232543",94396,109114,3,787,1287 +"232544",94399,4144,3,963,1520 +"232545",94399,6071,3,963,2310 +"232546",94399,9050,3,963,2026 +"232547",94399,9727,3,963,2327 +"232548",94399,9912,3,963,1356 +"232549",94399,11135,2,963,2441 +"232550",94399,15502,2,963,2637 +"232551",94399,15916,2,963,1236 +"232552",94399,16833,3,963,1661 +"232553",94399,18466,3,963,2340 +"232554",94399,19323,3,963,1705 +"232555",94399,19687,3,963,2072 +"232556",94399,19972,3,963,2078 +"232557",94399,21419,3,963,1243 +"232558",94399,21895,3,963,1693 +"232559",94399,23639,3,963,2065 +"232560",94399,23731,3,963,1656 +"232561",94399,24116,3,963,1413 +"232562",94399,25270,3,963,985 +"232563",94399,26567,3,963,1158 +"232564",94399,45487,3,963,2256 +"232565",94399,51448,2,963,1593 +"232566",94399,55436,3,963,2513 +"232567",94399,56212,3,963,1410 +"232568",94399,73915,1,963,2568 +"232569",94399,83133,2,963,1055 +"232570",94399,92947,3,963,1289 +"232571",94399,93317,3,963,1223 +"232572",94399,104659,3,963,2026 +"232573",94399,106554,3,963,1270 +"232574",94401,499,3,1784,1931 +"232575",94401,543,3,1784,2203 +"232576",94401,1616,3,1784,2662 +"232577",94401,1777,3,1784,1965 +"232578",94401,2036,3,1784,2483 +"232579",94401,2484,3,1784,2389 +"232580",94401,3161,3,1784,2229 +"232581",94401,5457,3,1784,2077 +"232582",94401,5462,3,1784,2374 +"232583",94401,5504,3,1784,2389 +"232584",94401,12713,3,1784,2440 +"232585",94401,20700,3,1784,2861 +"232586",94401,27478,3,1784,2485 +"232587",94401,28216,3,1784,1910 +"232588",94401,31799,3,1784,2547 +"232589",94401,35256,3,1784,2271 +"232590",94401,49965,3,1784,2301 +"232591",94401,53031,3,1784,2065 +"232592",94401,55556,3,1784,2075 +"232593",94401,55828,3,1784,2393 +"232594",94401,85430,3,1784,2370 +"232595",94401,91570,3,1784,2229 +"232596",94404,2424,3,1836,2582 +"232597",94404,2694,3,1836,2062 +"232598",94404,4504,3,1836,1905 +"232599",94404,11103,3,1836,2393 +"232600",94404,15813,3,1836,2143 +"232601",94404,36637,2,1836,2085 +"232602",94404,50179,2,1836,2230 +"232603",94404,76892,3,1836,2381 +"232604",94444,312,3,1554,2038 +"232605",94444,997,3,1554,2788 +"232606",94444,1355,3,1554,2473 +"232607",94444,2533,3,1554,2016 +"232608",94444,3164,3,1554,2693 +"232609",94444,3305,3,1554,2839 +"232610",94444,3306,3,1554,1989 +"232611",94444,5429,3,1554,1991 +"232612",94444,6577,3,1554,1951 +"232613",94444,6603,3,1554,2185 +"232614",94444,7013,3,1554,2040 +"232615",94444,8274,3,1554,1909 +"232616",94444,11006,3,1554,1950 +"232617",94444,11055,3,1554,2111 +"232618",94444,12767,3,1554,2329 +"232619",94444,12778,3,1554,2045 +"232620",94444,13479,3,1554,2155 +"232621",94444,13801,3,1554,2041 +"232622",94444,15700,3,1554,1712 +"232623",94444,18211,2,1554,1745 +"232624",94444,20067,3,1554,2390 +"232625",94444,20292,3,1554,2755 +"232626",94444,23223,3,1554,2094 +"232627",94444,23319,3,1554,2867 +"232628",94444,23509,3,1554,2275 +"232629",94444,24591,3,1554,2528 +"232630",94444,25577,3,1554,1946 +"232631",94444,25816,3,1554,2088 +"232632",94444,27001,3,1554,1761 +"232633",94444,30883,3,1554,1629 +"232634",94444,39535,3,1554,2428 +"232635",94444,41033,3,1554,1839 +"232636",94444,41955,3,1554,2479 +"232637",94444,52203,3,1554,1961 +"232638",94444,52323,3,1554,2148 +"232639",94444,54695,3,1554,2429 +"232640",94444,56082,3,1554,2395 +"232641",94444,57549,3,1554,2335 +"232642",94444,99351,3,1554,2939 +"232643",94448,782,3,242,945 +"232644",94448,2700,3,242,857 +"232645",94448,5346,3,242,1438 +"232646",94448,6479,3,242,1021 +"232647",94448,7684,3,242,790 +"232648",94448,9241,3,242,2338 +"232649",94448,16021,3,242,858 +"232650",94448,20894,3,242,2214 +"232651",94448,23000,2,242,1815 +"232652",94448,26182,3,242,2775 +"232653",94448,28195,3,242,1407 +"232654",94448,28357,3,242,1134 +"232655",94448,30262,3,242,1715 +"232656",94448,30865,3,242,2038 +"232657",94448,32651,3,242,877 +"232658",94448,35573,3,242,2084 +"232659",94448,38087,3,242,1083 +"232660",94448,39534,3,242,2410 +"232661",94448,40492,3,242,1286 +"232662",94448,43207,2,242,635 +"232663",94448,43250,3,242,1300 +"232664",94448,44749,1,242,1303 +"232665",94448,49551,3,242,879 +"232666",94448,50581,3,242,1258 +"232667",94448,57356,2,242,2476 +"232668",94448,59485,3,242,1564 +"232669",94448,60808,3,242,1258 +"232670",94448,64439,3,242,562 +"232671",94448,65188,3,242,2213 +"232672",94448,69131,2,242,2122 +"232673",94448,72438,2,242,1397 +"232674",94448,80671,3,242,665 +"232675",94448,88307,3,242,437 +"232676",94448,98058,3,242,1891 +"232677",94450,33433,3,1127,2805 +"232678",94450,55324,3,1127,1544 +"232679",94450,75343,3,1127,2008 +"232680",94450,76677,3,1127,1269 +"232681",94487,5599,3,863,1684 +"232682",94487,16590,3,863,1123 +"232683",94487,19296,3,863,1705 +"232684",94487,19993,3,863,2024 +"232685",94487,20124,3,863,2376 +"232686",94487,23825,3,863,1913 +"232687",94487,32606,3,863,2100 +"232688",94487,35004,3,863,1509 +"232689",94487,35715,3,863,2912 +"232690",94487,50621,2,863,2809 +"232691",94487,68345,3,863,1095 +"232692",94487,70656,3,863,2771 +"232693",94487,80606,3,863,2079 +"232694",94495,386,3,989,1553 +"232695",94495,1787,3,989,1707 +"232696",94495,3484,3,989,1515 +"232697",94495,3678,3,989,1325 +"232698",94495,6234,2,989,2654 +"232699",94495,6235,3,989,1585 +"232700",94495,11259,3,989,1356 +"232701",94495,14861,3,989,2269 +"232702",94495,16477,3,989,2069 +"232703",94495,19002,3,989,2053 +"232704",94495,19767,3,989,1041 +"232705",94495,20011,2,989,2826 +"232706",94495,23771,2,989,1614 +"232707",94495,29775,3,989,2064 +"232708",94495,30194,2,989,2874 +"232709",94495,31259,3,989,2082 +"232710",94495,32079,3,989,2315 +"232711",94495,32841,3,989,1345 +"232712",94495,33460,3,989,2781 +"232713",94495,37454,3,989,1245 +"232714",94495,41521,3,989,2069 +"232715",94495,44727,3,989,1227 +"232716",94495,44730,2,989,2468 +"232717",94495,49415,2,989,2654 +"232718",94495,52953,3,989,1741 +"232719",94495,76505,3,989,2123 +"232720",94495,76867,2,989,1296 +"232721",94495,76997,3,989,2223 +"232722",94495,79746,3,989,2272 +"232723",94495,79913,3,989,1514 +"232724",94495,82246,3,989,1538 +"232725",94495,86015,3,989,1514 +"232726",94495,86697,3,989,1985 +"232727",94495,96700,3,989,1602 +"232728",94495,97615,3,989,1198 +"232729",94500,468,3,1529,1966 +"232730",94500,600,3,1529,1702 +"232731",94500,3164,2,1529,2693 +"232732",94500,4253,3,1529,1890 +"232733",94500,5971,3,1529,1985 +"232734",94500,5986,3,1529,1721 +"232735",94500,6030,2,1529,2953 +"232736",94500,10358,3,1529,2294 +"232737",94500,10701,3,1529,2000 +"232738",94500,11966,2,1529,2385 +"232739",94500,13311,3,1529,2315 +"232740",94500,15301,2,1529,2308 +"232741",94500,17413,3,1529,2230 +"232742",94500,18348,3,1529,1711 +"232743",94500,19072,2,1529,2358 +"232744",94500,20284,3,1529,2530 +"232745",94500,20292,2,1529,2755 +"232746",94500,21571,2,1529,2755 +"232747",94500,22566,1,1529,2308 +"232748",94500,23310,3,1529,2371 +"232749",94500,26080,3,1529,2525 +"232750",94500,28050,2,1529,1955 +"232751",94500,28168,1,1529,2702 +"232752",94500,30883,3,1529,1629 +"232753",94500,32567,3,1529,2784 +"232754",94500,32919,3,1529,2321 +"232755",94500,35926,3,1529,2371 +"232756",94500,36691,2,1529,1903 +"232757",94500,38869,3,1529,1675 +"232758",94500,42619,3,1529,2017 +"232759",94500,44521,3,1529,1593 +"232760",94500,44557,3,1529,2371 +"232761",94500,50468,3,1529,1659 +"232762",94500,54929,3,1529,2783 +"232763",94500,57246,3,1529,1873 +"232764",94500,64181,3,1529,1828 +"232765",94500,66413,3,1529,2507 +"232766",94500,72501,3,1529,2795 +"232767",94500,76666,3,1529,1908 +"232768",94500,105063,3,1529,1908 +"232769",94510,9808,3,1514,1648 +"232770",94510,21504,3,1514,2328 +"232771",94510,35264,3,1514,2329 +"232772",94510,50440,3,1514,2469 +"232773",94510,77785,3,1514,1595 +"232774",94513,1257,3,1102,1212 +"232775",94513,8088,3,1102,2220 +"232776",94513,15023,3,1102,2054 +"232777",94513,20739,3,1102,2025 +"232778",94513,25518,3,1102,1955 +"232779",94513,29295,3,1102,2043 +"232780",94513,80615,3,1102,2252 +"232781",94513,93590,3,1102,1188 +"232782",94513,98436,3,1102,1212 +"232783",94520,212,3,1243,1513 +"232784",94520,270,3,1243,2542 +"232785",94520,600,3,1243,1702 +"232786",94520,1367,2,1243,2176 +"232787",94520,1677,3,1243,2645 +"232788",94520,1685,3,1243,2230 +"232789",94520,2224,3,1243,2751 +"232790",94520,2407,3,1243,1725 +"232791",94520,2424,2,1243,2582 +"232792",94520,2533,3,1243,2016 +"232793",94520,2563,2,1243,1686 +"232794",94520,2747,2,1243,2411 +"232795",94520,2865,3,1243,2006 +"232796",94520,3068,2,1243,1815 +"232797",94520,3305,3,1243,2839 +"232798",94520,3306,3,1243,1989 +"232799",94520,3460,3,1243,2530 +"232800",94520,3849,3,1243,1356 +"232801",94520,3896,3,1243,2693 +"232802",94520,4191,3,1243,2130 +"232803",94520,4612,3,1243,2804 +"232804",94520,4660,3,1243,2149 +"232805",94520,4821,3,1243,1938 +"232806",94520,5120,2,1243,2735 +"232807",94520,5346,1,1243,1438 +"232808",94520,5350,3,1243,2522 +"232809",94520,5414,3,1243,2321 +"232810",94520,5438,3,1243,1499 +"232811",94520,5580,2,1243,2111 +"232812",94520,5673,3,1243,1567 +"232813",94520,5897,3,1243,2337 +"232814",94520,6047,3,1243,2004 +"232815",94520,6052,3,1243,1985 +"232816",94520,6234,3,1243,2654 +"232817",94520,6248,3,1243,2737 +"232818",94520,6363,3,1243,2066 +"232819",94520,6449,3,1243,1997 +"232820",94520,6602,3,1243,1631 +"232821",94520,7245,2,1243,2089 +"232822",94520,7475,3,1243,1284 +"232823",94520,7506,3,1243,2371 +"232824",94520,7785,3,1243,2441 +"232825",94520,8073,3,1243,1847 +"232826",94520,8354,3,1243,1705 +"232827",94520,8533,3,1243,2251 +"232828",94520,9175,3,1243,2639 +"232829",94520,9202,2,1243,2477 +"232830",94520,9423,3,1243,1708 +"232831",94520,9538,3,1243,1786 +"232832",94520,9654,2,1243,2111 +"232833",94520,9787,3,1243,2858 +"232834",94520,10474,3,1243,1608 +"232835",94520,10513,3,1243,2284 +"232836",94520,10727,3,1243,2082 +"232837",94520,10739,3,1243,1807 +"232838",94520,10851,3,1243,2423 +"232839",94520,10964,3,1243,2043 +"232840",94520,11019,3,1243,1299 +"232841",94520,11067,3,1243,2734 +"232842",94520,11154,3,1243,1594 +"232843",94520,11984,3,1243,2308 +"232844",94520,12000,3,1243,1454 +"232845",94520,12031,3,1243,1957 +"232846",94520,12096,3,1243,1330 +"232847",94520,12272,3,1243,2371 +"232848",94520,12524,3,1243,1287 +"232849",94520,12724,3,1243,1930 +"232850",94520,12767,3,1243,2329 +"232851",94520,13200,3,1243,2488 +"232852",94520,13324,3,1243,2163 +"232853",94520,13671,2,1243,1371 +"232854",94520,13985,3,1243,2484 +"232855",94520,14072,3,1243,1346 +"232856",94520,14328,3,1243,1725 +"232857",94520,14422,3,1243,1548 +"232858",94520,14586,3,1243,2801 +"232859",94520,14676,3,1243,2764 +"232860",94520,14731,3,1243,2012 +"232861",94520,14754,3,1243,2456 +"232862",94520,14972,3,1243,2332 +"232863",94520,14998,3,1243,1553 +"232864",94520,15207,1,1243,1855 +"232865",94520,15453,2,1243,1688 +"232866",94520,15626,3,1243,2434 +"232867",94520,15813,3,1243,2143 +"232868",94520,15826,3,1243,2772 +"232869",94520,16067,2,1243,2727 +"232870",94520,16501,3,1243,1650 +"232871",94520,16866,3,1243,2718 +"232872",94520,16877,2,1243,2509 +"232873",94520,17396,3,1243,1672 +"232874",94520,17672,3,1243,1987 +"232875",94520,17931,3,1243,1617 +"232876",94520,17943,3,1243,1943 +"232877",94520,18211,2,1243,1745 +"232878",94520,18348,2,1243,1711 +"232879",94520,18415,2,1243,2184 +"232880",94520,18865,3,1243,2676 +"232881",94520,19096,3,1243,1538 +"232882",94520,19231,3,1243,1424 +"232883",94520,19282,3,1243,1623 +"232884",94520,19593,3,1243,2013 +"232885",94520,20155,3,1243,1517 +"232886",94520,20369,3,1243,1356 +"232887",94520,20545,3,1243,1491 +"232888",94520,20563,3,1243,2267 +"232889",94520,20624,3,1243,1298 +"232890",94520,21164,3,1243,1645 +"232891",94520,21197,3,1243,1437 +"232892",94520,21249,3,1243,1635 +"232893",94520,21285,3,1243,2100 +"232894",94520,21487,3,1243,2203 +"232895",94520,21895,3,1243,1693 +"232896",94520,21929,2,1243,2062 +"232897",94520,22080,3,1243,2436 +"232898",94520,22165,3,1243,1501 +"232899",94520,22242,3,1243,1690 +"232900",94520,22566,3,1243,2308 +"232901",94520,22567,3,1243,2396 +"232902",94520,23011,3,1243,2763 +"232903",94520,23488,3,1243,1523 +"232904",94520,23509,3,1243,2275 +"232905",94520,23869,3,1243,1918 +"232906",94520,24085,3,1243,1253 +"232907",94520,24195,3,1243,1575 +"232908",94520,25443,3,1243,1441 +"232909",94520,26658,3,1243,2745 +"232910",94520,27742,3,1243,2700 +"232911",94520,27897,3,1243,1968 +"232912",94520,27914,3,1243,2507 +"232913",94520,28355,3,1243,2053 +"232914",94520,28627,3,1243,2694 +"232915",94520,28869,3,1243,2425 +"232916",94520,29073,3,1243,2328 +"232917",94520,29117,3,1243,1250 +"232918",94520,29286,3,1243,1612 +"232919",94520,30092,3,1243,1593 +"232920",94520,30236,3,1243,2238 +"232921",94520,30262,2,1243,1715 +"232922",94520,30334,3,1243,2075 +"232923",94520,30865,3,1243,2038 +"232924",94520,30943,2,1243,2287 +"232925",94520,30981,3,1243,2366 +"232926",94520,31050,3,1243,1491 +"232927",94520,31124,3,1243,2351 +"232928",94520,31317,3,1243,1362 +"232929",94520,31868,3,1243,1993 +"232930",94520,32202,3,1243,2314 +"232931",94520,32532,3,1243,2338 +"232932",94520,32560,3,1243,1258 +"232933",94520,32899,3,1243,1369 +"232934",94520,32920,3,1243,2158 +"232935",94520,32939,2,1243,2277 +"232936",94520,33383,3,1243,1572 +"232937",94520,33621,3,1243,1319 +"232938",94520,34509,3,1243,1973 +"232939",94520,34820,3,1243,1630 +"232940",94520,34836,3,1243,2302 +"232941",94520,35186,3,1243,1520 +"232942",94520,35264,3,1243,2329 +"232943",94520,35728,3,1243,2017 +"232944",94520,35772,3,1243,1440 +"232945",94520,35797,3,1243,2482 +"232946",94520,36031,3,1243,2342 +"232947",94520,36215,3,1243,1623 +"232948",94520,36441,3,1243,2796 +"232949",94520,36862,3,1243,2655 +"232950",94520,37636,3,1243,2178 +"232951",94520,37752,3,1243,2223 +"232952",94520,38676,3,1243,2286 +"232953",94520,39535,3,1243,2428 +"232954",94520,39577,3,1243,1728 +"232955",94520,39657,3,1243,1947 +"232956",94520,40022,3,1243,2307 +"232957",94520,40392,3,1243,1878 +"232958",94520,40493,3,1243,1981 +"232959",94520,41023,3,1243,2408 +"232960",94520,41278,3,1243,1873 +"232961",94520,41739,3,1243,1339 +"232962",94520,41955,2,1243,2479 +"232963",94520,42216,3,1243,2722 +"232964",94520,42256,3,1243,2839 +"232965",94520,42642,2,1243,2257 +"232966",94520,42713,3,1243,1995 +"232967",94520,42799,3,1243,2729 +"232968",94520,43250,3,1243,1300 +"232969",94520,43455,3,1243,2846 +"232970",94520,44433,3,1243,2224 +"232971",94520,44497,3,1243,2401 +"232972",94520,44557,3,1243,2371 +"232973",94520,44603,3,1243,2748 +"232974",94520,44819,3,1243,2063 +"232975",94520,45239,3,1243,2535 +"232976",94520,45302,3,1243,2390 +"232977",94520,45585,3,1243,2384 +"232978",94520,45633,3,1243,2134 +"232979",94520,46532,3,1243,2005 +"232980",94520,46629,3,1243,2255 +"232981",94520,46635,3,1243,2528 +"232982",94520,46803,2,1243,2305 +"232983",94520,47098,3,1243,2057 +"232984",94520,47564,3,1243,2650 +"232985",94520,48823,3,1243,2080 +"232986",94520,49069,3,1243,1694 +"232987",94520,49144,3,1243,1542 +"232988",94520,49147,3,1243,2539 +"232989",94520,49186,3,1243,1289 +"232990",94520,50382,3,1243,2244 +"232991",94520,50581,3,1243,1258 +"232992",94520,50621,3,1243,2809 +"232993",94520,50785,3,1243,2877 +"232994",94520,51022,3,1243,1499 +"232995",94520,51055,3,1243,2558 +"232996",94520,51783,3,1243,2599 +"232997",94520,51866,3,1243,2411 +"232998",94520,51925,3,1243,2307 +"232999",94520,52576,3,1243,2234 +"233000",94520,52993,3,1243,1256 +"233001",94520,53323,3,1243,2677 +"233002",94520,53445,3,1243,2028 +"233003",94520,53608,3,1243,1986 +"233004",94520,54020,3,1243,1578 +"233005",94520,54061,3,1243,1488 +"233006",94520,54388,2,1243,1257 +"233007",94520,54718,3,1243,2473 +"233008",94520,55436,3,1243,2513 +"233009",94520,56116,3,1243,1321 +"233010",94520,56903,3,1243,1584 +"233011",94520,56995,3,1243,2323 +"233012",94520,57804,2,1243,2214 +"233013",94520,57842,3,1243,2482 +"233014",94520,58078,3,1243,1252 +"233015",94520,58284,3,1243,2292 +"233016",94520,58655,3,1243,2685 +"233017",94520,59039,3,1243,2870 +"233018",94520,60516,3,1243,2257 +"233019",94520,61723,3,1243,1262 +"233020",94520,61982,3,1243,2725 +"233021",94520,63395,3,1243,2334 +"233022",94520,63641,2,1243,2337 +"233023",94520,64181,3,1243,1828 +"233024",94520,65625,3,1243,1273 +"233025",94520,65691,3,1243,2134 +"233026",94520,66413,3,1243,2507 +"233027",94520,66717,3,1243,2104 +"233028",94520,67719,3,1243,2429 +"233029",94520,67726,2,1243,2873 +"233030",94520,68876,3,1243,1397 +"233031",94520,69232,3,1243,2130 +"233032",94520,69716,2,1243,2632 +"233033",94520,72468,3,1243,2292 +"233034",94520,73205,3,1243,1529 +"233035",94520,74795,3,1243,1319 +"233036",94520,74818,2,1243,1440 +"233037",94520,75194,3,1243,1736 +"233038",94520,76235,3,1243,2777 +"233039",94520,76892,3,1243,2381 +"233040",94520,77719,3,1243,2086 +"233041",94520,79350,3,1243,2261 +"233042",94520,82246,3,1243,1538 +"233043",94520,82426,3,1243,1576 +"233044",94520,84907,3,1243,1259 +"233045",94520,85356,2,1243,1492 +"233046",94520,89681,3,1243,1978 +"233047",94520,92491,3,1243,1968 +"233048",94520,92630,3,1243,1583 +"233049",94520,95879,3,1243,1748 +"233050",94520,96132,3,1243,1489 +"233051",94520,98080,3,1243,1265 +"233052",94520,99557,2,1243,1703 +"233053",94520,101347,3,1243,1335 +"233054",94520,104565,3,1243,2693 +"233055",94520,105063,3,1243,1908 +"233056",94520,106555,3,1243,1626 +"233057",94525,680,1,1993,2569 +"233058",94525,3978,3,1993,2775 +"233059",94525,4303,2,1993,2414 +"233060",94525,4361,3,1993,2571 +"233061",94525,6989,3,1993,2623 +"233062",94525,7785,3,1993,2441 +"233063",94525,8062,3,1993,2858 +"233064",94525,11648,3,1993,2852 +"233065",94525,12759,1,1993,2414 +"233066",94525,18005,3,1993,2449 +"233067",94525,25373,2,1993,2783 +"233068",94525,27686,3,1993,2844 +"233069",94525,29116,3,1993,2128 +"233070",94525,30334,3,1993,2075 +"233071",94525,31335,3,1993,2351 +"233072",94525,36953,3,1993,2790 +"233073",94525,37636,2,1993,2178 +"233074",94525,41187,3,1993,2340 +"233075",94525,41723,2,1993,2101 +"233076",94525,44235,3,1993,2700 +"233077",94525,44694,3,1993,2220 +"233078",94525,47013,3,1993,2388 +"233079",94525,50585,2,1993,2414 +"233080",94525,51783,3,1993,2599 +"233081",94525,63077,3,1993,2778 +"233082",94548,45299,3,660,2426 +"233083",94548,66267,3,660,1278 +"233084",94548,103103,2,660,1097 +"233085",94611,2229,3,286,1536 +"233086",94611,2446,3,286,2606 +"233087",94611,3127,3,286,2273 +"233088",94611,3405,3,286,2438 +"233089",94611,3980,3,286,2771 +"233090",94611,5621,3,286,1860 +"233091",94611,8791,3,286,1789 +"233092",94611,9063,3,286,2000 +"233093",94611,9227,2,286,1267 +"233094",94611,11029,3,286,2362 +"233095",94611,12067,3,286,1213 +"233096",94611,13136,3,286,2867 +"233097",94611,14915,3,286,2606 +"233098",94611,15094,3,286,978 +"233099",94611,15462,3,286,1141 +"233100",94611,15826,3,286,2772 +"233101",94611,16021,3,286,858 +"233102",94611,16161,3,286,599 +"233103",94611,16437,3,286,1956 +"233104",94611,16690,2,286,2132 +"233105",94611,17033,3,286,2771 +"233106",94611,21810,3,286,1579 +"233107",94611,22635,3,286,310 +"233108",94611,22723,2,286,2859 +"233109",94611,24176,3,286,1986 +"233110",94611,25185,3,286,341 +"233111",94611,25295,3,286,341 +"233112",94611,29556,3,286,907 +"233113",94611,30486,3,286,1269 +"233114",94611,32424,3,286,848 +"233115",94611,33040,3,286,2106 +"233116",94611,33236,3,286,2297 +"233117",94611,33870,3,286,955 +"233118",94611,34334,2,286,1637 +"233119",94611,37059,3,286,2840 +"233120",94611,39044,3,286,470 +"233121",94611,40572,3,286,2666 +"233122",94611,50229,3,286,1190 +"233123",94611,50354,3,286,1299 +"233124",94611,58233,3,286,1665 +"233125",94611,80506,3,286,1920 +"233126",94625,3620,3,2105,2955 +"233127",94625,19380,3,2105,2637 +"233128",94625,27742,3,2105,2700 +"233129",94625,41969,3,2105,2189 +"233130",94625,59039,3,2105,2870 +"233131",94625,64967,3,2105,2872 +"233132",94625,70070,3,2105,2425 +"233133",94640,2936,3,2344,2512 +"233134",94640,16866,3,2344,2718 +"233135",94640,18865,3,2344,2676 +"233136",94640,19215,3,2344,2604 +"233137",94640,22709,3,2344,2743 +"233138",94650,733,3,896,1653 +"233139",94650,1767,3,896,2727 +"233140",94650,2063,3,896,1278 +"233141",94650,3068,3,896,1815 +"233142",94650,3167,3,896,1676 +"233143",94650,4226,2,896,1903 +"233144",94650,5346,3,896,1438 +"233145",94650,6491,3,896,2424 +"233146",94650,9751,3,896,1397 +"233147",94650,12374,3,896,2260 +"233148",94650,15207,3,896,1855 +"233149",94650,15539,3,896,1929 +"233150",94650,16053,3,896,908 +"233151",94650,20732,3,896,2401 +"233152",94650,20824,3,896,1366 +"233153",94650,21104,3,896,2327 +"233154",94650,23534,3,896,1659 +"233155",94650,23726,3,896,2434 +"233156",94650,26451,2,896,2133 +"233157",94650,27792,2,896,1308 +"233158",94650,29073,3,896,2328 +"233159",94650,29170,3,896,1846 +"233160",94650,30943,3,896,2287 +"233161",94650,34136,2,896,2202 +"233162",94650,43404,3,896,2649 +"233163",94650,43518,3,896,2680 +"233164",94650,48698,3,896,1474 +"233165",94650,55084,3,896,1189 +"233166",94650,58133,3,896,1484 +"233167",94650,79612,3,896,927 +"233168",94650,82696,2,896,1305 +"233169",94650,94520,3,896,1243 +"233170",94650,99020,3,896,1383 +"233171",94650,99103,3,896,1470 +"233172",94650,108379,3,896,2933 +"233173",94671,270,2,109,2542 +"233174",94671,312,3,109,2038 +"233175",94671,325,3,109,495 +"233176",94671,380,3,109,2261 +"233177",94671,457,3,109,1704 +"233178",94671,555,3,109,552 +"233179",94671,671,3,109,2328 +"233180",94671,675,3,109,1686 +"233181",94671,1102,3,109,2282 +"233182",94671,1124,2,109,1596 +"233183",94671,1136,3,109,2536 +"233184",94671,1154,3,109,1656 +"233185",94671,1275,3,109,2068 +"233186",94671,1691,3,109,1941 +"233187",94671,1769,3,109,877 +"233188",94671,1777,3,109,1965 +"233189",94671,1875,3,109,1786 +"233190",94671,2077,3,109,610 +"233191",94671,2111,2,109,1904 +"233192",94671,2224,3,109,2751 +"233193",94671,2424,3,109,2582 +"233194",94671,2684,3,109,2874 +"233195",94671,2731,3,109,434 +"233196",94671,2743,3,109,1278 +"233197",94671,3164,3,109,2693 +"233198",94671,3167,3,109,1676 +"233199",94671,3305,3,109,2839 +"233200",94671,3306,3,109,1989 +"233201",94671,3477,3,109,2546 +"233202",94671,3493,3,109,2451 +"233203",94671,4057,3,109,2389 +"233204",94671,4226,3,109,1903 +"233205",94671,4253,3,109,1890 +"233206",94671,4360,3,109,1770 +"233207",94671,4690,3,109,1938 +"233208",94671,4791,3,109,1184 +"233209",94671,5078,3,109,2033 +"233210",94671,5235,3,109,2324 +"233211",94671,5376,3,109,288 +"233212",94671,5457,3,109,2077 +"233213",94671,5462,3,109,2374 +"233214",94671,5504,3,109,2389 +"233215",94671,5622,3,109,2175 +"233216",94671,5716,3,109,1058 +"233217",94671,5971,1,109,1985 +"233218",94671,5986,3,109,1721 +"233219",94671,6030,3,109,2953 +"233220",94671,6047,2,109,2004 +"233221",94671,6063,3,109,2349 +"233222",94671,6222,3,109,1949 +"233223",94671,6264,2,109,749 +"233224",94671,6366,3,109,798 +"233225",94671,6417,3,109,1675 +"233226",94671,6491,3,109,2424 +"233227",94671,6588,2,109,2025 +"233228",94671,6718,3,109,2138 +"233229",94671,7226,3,109,1228 +"233230",94671,7241,3,109,2259 +"233231",94671,7555,2,109,1943 +"233232",94671,7616,3,109,2296 +"233233",94671,8192,3,109,1670 +"233234",94671,8376,3,109,1670 +"233235",94671,8529,3,109,1205 +"233236",94671,8866,3,109,1545 +"233237",94671,8888,3,109,1328 +"233238",94671,9362,3,109,2879 +"233239",94671,9364,3,109,1698 +"233240",94671,9440,3,109,1006 +"233241",94671,9624,3,109,2398 +"233242",94671,9654,3,109,2111 +"233243",94671,9695,3,109,2143 +"233244",94671,9805,3,109,1621 +"233245",94671,10488,3,109,1524 +"233246",94671,10513,3,109,2284 +"233247",94671,10523,2,109,1510 +"233248",94671,10576,3,109,974 +"233249",94671,10646,3,109,1555 +"233250",94671,10857,3,109,2253 +"233251",94671,10939,3,109,1376 +"233252",94671,11055,3,109,2111 +"233253",94671,11218,3,109,2292 +"233254",94671,11229,2,109,1625 +"233255",94671,11351,3,109,2971 +"233256",94671,11477,3,109,2724 +"233257",94671,11601,2,109,173 +"233258",94671,11620,3,109,2010 +"233259",94671,11817,1,109,600 +"233260",94671,11912,3,109,889 +"233261",94671,11966,2,109,2385 +"233262",94671,12004,3,109,996 +"233263",94671,12042,3,109,2345 +"233264",94671,12096,3,109,1330 +"233265",94671,12374,1,109,2260 +"233266",94671,12602,3,109,1956 +"233267",94671,12728,3,109,2374 +"233268",94671,12735,3,109,819 +"233269",94671,12779,3,109,936 +"233270",94671,13212,3,109,146 +"233271",94671,13248,3,109,1385 +"233272",94671,13307,2,109,2206 +"233273",94671,13929,3,109,2693 +"233274",94671,14032,3,109,2144 +"233275",94671,14080,3,109,1351 +"233276",94671,14616,3,109,385 +"233277",94671,14656,2,109,584 +"233278",94671,14834,3,109,2739 +"233279",94671,14855,2,109,903 +"233280",94671,14989,3,109,2223 +"233281",94671,15118,3,109,1311 +"233282",94671,15135,3,109,1035 +"233283",94671,15301,3,109,2308 +"233284",94671,15402,3,109,1281 +"233285",94671,15607,3,109,1421 +"233286",94671,15643,3,109,502 +"233287",94671,15700,3,109,1712 +"233288",94671,15799,3,109,1917 +"233289",94671,16352,2,109,2657 +"233290",94671,16539,3,109,1947 +"233291",94671,17400,3,109,2231 +"233292",94671,18005,3,109,2449 +"233293",94671,18152,3,109,1314 +"233294",94671,18217,3,109,1566 +"233295",94671,18348,3,109,1711 +"233296",94671,18361,2,109,2968 +"233297",94671,18394,2,109,2356 +"233298",94671,19072,3,109,2358 +"233299",94671,19096,3,109,1538 +"233300",94671,19113,3,109,1171 +"233301",94671,19622,3,109,2371 +"233302",94671,19717,3,109,431 +"233303",94671,19719,3,109,2177 +"233304",94671,19862,3,109,2412 +"233305",94671,19893,3,109,1223 +"233306",94671,20124,2,109,2376 +"233307",94671,20284,3,109,2530 +"233308",94671,20292,3,109,2755 +"233309",94671,20311,2,109,1981 +"233310",94671,20319,3,109,468 +"233311",94671,20824,3,109,1366 +"233312",94671,21012,3,109,2325 +"233313",94671,21104,2,109,2327 +"233314",94671,21122,3,109,1701 +"233315",94671,21571,2,109,2755 +"233316",94671,21693,3,109,2176 +"233317",94671,22006,3,109,1202 +"233318",94671,22197,2,109,2271 +"233319",94671,22462,3,109,869 +"233320",94671,22566,2,109,2308 +"233321",94671,22705,3,109,1016 +"233322",94671,22850,3,109,878 +"233323",94671,23011,3,109,2763 +"233324",94671,23059,3,109,131 +"233325",94671,23257,2,109,113 +"233326",94671,23312,3,109,2449 +"233327",94671,23403,3,109,607 +"233328",94671,23492,3,109,1067 +"233329",94671,23509,3,109,2275 +"233330",94671,23526,2,109,1998 +"233331",94671,23534,3,109,1659 +"233332",94671,23715,2,109,1859 +"233333",94671,23725,3,109,2378 +"233334",94671,23729,3,109,1624 +"233335",94671,23825,3,109,1913 +"233336",94671,24005,2,109,1188 +"233337",94671,24066,3,109,1755 +"233338",94671,24512,3,109,1369 +"233339",94671,24558,3,109,2139 +"233340",94671,24559,2,109,946 +"233341",94671,24755,3,109,1319 +"233342",94671,24923,3,109,2785 +"233343",94671,25027,3,109,564 +"233344",94671,25132,2,109,1188 +"233345",94671,26067,3,109,2069 +"233346",94671,26080,3,109,2525 +"233347",94671,26322,3,109,1018 +"233348",94671,26451,3,109,2133 +"233349",94671,26471,3,109,1061 +"233350",94671,26570,2,109,1669 +"233351",94671,26669,3,109,1156 +"233352",94671,26671,2,109,2279 +"233353",94671,26848,2,109,2363 +"233354",94671,26867,2,109,1804 +"233355",94671,27085,3,109,125 +"233356",94671,27112,2,109,500 +"233357",94671,27377,3,109,1724 +"233358",94671,27744,2,109,861 +"233359",94671,27792,3,109,1308 +"233360",94671,27849,3,109,1316 +"233361",94671,28002,3,109,914 +"233362",94671,28050,3,109,1955 +"233363",94671,28124,3,109,434 +"233364",94671,28168,3,109,2702 +"233365",94671,28190,3,109,1634 +"233366",94671,28383,3,109,1222 +"233367",94671,29073,3,109,2328 +"233368",94671,29093,3,109,1933 +"233369",94671,29124,3,109,199 +"233370",94671,29929,3,109,2789 +"233371",94671,30325,3,109,1067 +"233372",94671,30405,2,109,2164 +"233373",94671,31307,3,109,2139 +"233374",94671,31691,3,109,1657 +"233375",94671,32017,1,109,577 +"233376",94671,32131,3,109,1035 +"233377",94671,32173,2,109,2341 +"233378",94671,32567,3,109,2784 +"233379",94671,32694,3,109,1602 +"233380",94671,32811,2,109,804 +"233381",94671,33223,3,109,2397 +"233382",94671,33622,2,109,2230 +"233383",94671,33801,3,109,2899 +"233384",94671,34136,2,109,2202 +"233385",94671,34596,3,109,527 +"233386",94671,34735,3,109,2767 +"233387",94671,34836,2,109,2302 +"233388",94671,35095,3,109,1502 +"233389",94671,35673,2,109,1067 +"233390",94671,35752,3,109,1158 +"233391",94671,37800,1,109,604 +"233392",94671,37893,3,109,875 +"233393",94671,38019,2,109,1870 +"233394",94671,38694,3,109,817 +"233395",94671,39238,3,109,922 +"233396",94671,39294,3,109,1889 +"233397",94671,39444,2,109,2695 +"233398",94671,39563,3,109,486 +"233399",94671,39570,2,109,496 +"233400",94671,39865,1,109,849 +"233401",94671,40028,1,109,1349 +"233402",94671,40072,1,109,1182 +"233403",94671,40186,2,109,199 +"233404",94671,40369,3,109,2735 +"233405",94671,40493,3,109,1981 +"233406",94671,40542,3,109,1664 +"233407",94671,40646,3,109,1583 +"233408",94671,41174,3,109,850 +"233409",94671,41315,2,109,439 +"233410",94671,41972,3,109,2509 +"233411",94671,42687,3,109,1952 +"233412",94671,42837,3,109,1096 +"233413",94671,42864,3,109,1151 +"233414",94671,43213,3,109,2160 +"233415",94671,43455,3,109,2846 +"233416",94671,43518,3,109,2680 +"233417",94671,43673,3,109,2787 +"233418",94671,44521,2,109,1593 +"233419",94671,44648,2,109,619 +"233420",94671,45684,3,109,2200 +"233421",94671,45729,3,109,2606 +"233422",94671,46196,3,109,1510 +"233423",94671,46629,2,109,2255 +"233424",94671,46950,3,109,2673 +"233425",94671,47803,3,109,2477 +"233426",94671,47839,3,109,1864 +"233427",94671,48035,3,109,2180 +"233428",94671,48215,3,109,2028 +"233429",94671,48260,3,109,875 +"233430",94671,48435,2,109,528 +"233431",94671,48698,2,109,1474 +"233432",94671,49046,2,109,255 +"233433",94671,49084,1,109,168 +"233434",94671,49110,3,109,2938 +"233435",94671,49185,3,109,1544 +"233436",94671,50118,3,109,2654 +"233437",94671,50134,3,109,2674 +"233438",94671,50236,2,109,2339 +"233439",94671,51971,2,109,195 +"233440",94671,52136,2,109,1412 +"233441",94671,52345,2,109,1430 +"233442",94671,53266,3,109,2389 +"233443",94671,53303,2,109,1376 +"233444",94671,53322,3,109,1200 +"233445",94671,54259,3,109,191 +"233446",94671,54383,3,109,397 +"233447",94671,54551,3,109,2348 +"233448",94671,55556,3,109,2075 +"233449",94671,55691,3,109,2856 +"233450",94671,56082,2,109,2395 +"233451",94671,56232,3,109,1175 +"233452",94671,56237,2,109,2625 +"233453",94671,56604,3,109,1919 +"233454",94671,56854,3,109,2022 +"233455",94671,56903,3,109,1584 +"233456",94671,57246,3,109,1873 +"233457",94671,57348,3,109,687 +"233458",94671,57353,3,109,1849 +"233459",94671,57414,3,109,922 +"233460",94671,57710,3,109,411 +"233461",94671,57714,3,109,1391 +"233462",94671,57950,3,109,1529 +"233463",94671,58133,3,109,1484 +"233464",94671,58882,3,109,684 +"233465",94671,59700,3,109,2346 +"233466",94671,59939,1,109,936 +"233467",94671,61948,3,109,1231 +"233468",94671,61982,3,109,2725 +"233469",94671,62148,3,109,1566 +"233470",94671,64947,3,109,2489 +"233471",94671,64997,3,109,2791 +"233472",94671,65007,3,109,2530 +"233473",94671,65242,3,109,1988 +"233474",94671,65884,3,109,798 +"233475",94671,67726,3,109,2873 +"233476",94671,67763,3,109,822 +"233477",94671,69712,3,109,1219 +"233478",94671,70724,3,109,496 +"233479",94671,70781,3,109,199 +"233480",94671,70838,2,109,687 +"233481",94671,71217,3,109,2169 +"233482",94671,71478,3,109,1721 +"233483",94671,71479,3,109,482 +"233484",94671,72188,2,109,856 +"233485",94671,72207,3,109,2430 +"233486",94671,72326,2,109,2384 +"233487",94671,72468,3,109,2292 +"233488",94671,72597,3,109,1843 +"233489",94671,72598,3,109,805 +"233490",94671,72956,3,109,1251 +"233491",94671,73136,2,109,328 +"233492",94671,73728,3,109,784 +"233493",94671,75403,3,109,1895 +"233494",94671,75948,3,109,1006 +"233495",94671,76284,3,109,1237 +"233496",94671,77305,3,109,965 +"233497",94671,78256,2,109,804 +"233498",94671,79436,3,109,1344 +"233499",94671,79657,3,109,1260 +"233500",94671,79804,3,109,2227 +"233501",94671,80014,3,109,1562 +"233502",94671,80219,3,109,988 +"233503",94671,80242,2,109,569 +"233504",94671,80825,3,109,2315 +"233505",94671,81563,3,109,1188 +"233506",94671,81588,3,109,1568 +"233507",94671,82730,3,109,1492 +"233508",94671,82776,3,109,1232 +"233509",94671,84500,3,109,1583 +"233510",94671,85685,3,109,998 +"233511",94671,85784,3,109,1142 +"233512",94671,87048,3,109,989 +"233513",94671,89097,3,109,935 +"233514",94671,90068,3,109,161 +"233515",94671,90911,3,109,1263 +"233516",94671,91912,1,109,790 +"233517",94671,92104,3,109,2339 +"233518",94671,92220,3,109,607 +"233519",94671,92973,3,109,1276 +"233520",94671,94500,3,109,1529 +"233521",94671,94889,3,109,667 +"233522",94671,98150,3,109,1009 +"233523",94671,98925,2,109,584 +"233524",94671,99215,3,109,2791 +"233525",94671,99444,3,109,408 +"233526",94671,102107,3,109,504 +"233527",94671,103420,3,109,433 +"233528",94671,104344,2,109,172 +"233529",94671,105602,3,109,434 +"233530",94671,107846,3,109,565 +"233531",94671,108379,3,109,2933 +"233532",94671,108867,2,109,2328 +"233533",94671,109521,3,109,609 +"233534",94671,109663,1,109,545 +"233535",94671,109718,2,109,1237 +"233536",94671,111971,3,109,1032 +"233537",94671,112437,2,109,513 +"233538",94671,116478,3,109,293 +"233539",94671,116835,3,109,553 +"233540",94671,120549,2,109,708 +"233541",94671,121234,3,109,213 +"233542",94758,725,3,584,1064 +"233543",94758,1150,3,584,1595 +"233544",94758,3016,3,584,747 +"233545",94758,3557,3,584,1259 +"233546",94758,9808,3,584,1648 +"233547",94758,10908,3,584,1134 +"233548",94758,11429,3,584,2520 +"233549",94758,12818,3,584,2015 +"233550",94758,14025,3,584,2384 +"233551",94758,14761,3,584,2502 +"233552",94758,16771,3,584,1541 +"233553",94758,18421,3,584,2457 +"233554",94758,21290,2,584,894 +"233555",94758,24116,3,584,1413 +"233556",94758,27280,3,584,1965 +"233557",94758,32276,3,584,2223 +"233558",94758,33691,1,584,949 +"233559",94758,36577,2,584,958 +"233560",94758,37342,3,584,2649 +"233561",94758,41439,3,584,709 +"233562",94758,44982,3,584,1592 +"233563",94758,45480,3,584,1104 +"233564",94758,49621,2,584,1915 +"233565",94758,53905,3,584,2193 +"233566",94758,57394,3,584,1271 +"233567",94758,76230,3,584,1223 +"233568",94758,79236,3,584,1505 +"233569",94758,82426,3,584,1576 +"233570",94758,88067,3,584,2315 +"233571",94758,110569,2,584,970 +"233572",94758,114240,3,584,642 +"233573",94758,114666,3,584,711 +"233574",94783,543,3,659,2203 +"233575",94783,600,3,659,1702 +"233576",94783,733,3,659,1653 +"233577",94783,913,3,659,2144 +"233578",94783,1691,3,659,1941 +"233579",94783,2063,3,659,1278 +"233580",94783,3878,2,659,1890 +"233581",94783,5504,3,659,2389 +"233582",94783,5581,3,659,883 +"233583",94783,7515,2,659,2737 +"233584",94783,7616,3,659,2296 +"233585",94783,9432,2,659,1693 +"233586",94783,9871,3,659,921 +"233587",94783,11434,3,659,1187 +"233588",94783,11516,3,659,1937 +"233589",94783,13248,2,659,1385 +"233590",94783,13837,1,659,1604 +"233591",94783,16539,3,659,1947 +"233592",94783,19322,3,659,2048 +"233593",94783,20643,3,659,2341 +"233594",94783,23132,3,659,2756 +"233595",94783,24568,3,659,1937 +"233596",94783,26706,2,659,1846 +"233597",94783,29170,3,659,1846 +"233598",94783,32947,2,659,1091 +"233599",94783,35302,3,659,1589 +"233600",94783,38213,3,659,1744 +"233601",94783,40368,2,659,2876 +"233602",94783,46621,3,659,1343 +"233603",94783,49189,2,659,1550 +"233604",94783,49620,3,659,1868 +"233605",94783,49724,3,659,806 +"233606",94783,51116,2,659,1509 +"233607",94783,53069,3,659,1664 +"233608",94783,58221,3,659,1787 +"233609",94783,59700,2,659,2346 +"233610",94783,62602,3,659,1172 +"233611",94783,63409,2,659,1937 +"233612",94783,67805,2,659,1338 +"233613",94783,73305,3,659,2544 +"233614",94783,73728,3,659,784 +"233615",94783,74636,3,659,2525 +"233616",94783,75216,2,659,672 +"233617",94783,79804,3,659,2227 +"233618",94783,80429,2,659,1927 +"233619",94783,88232,3,659,2881 +"233620",94783,92322,1,659,2393 +"233621",94783,99103,2,659,1470 +"233622",94783,104280,3,659,887 +"233623",94783,107649,3,659,1573 +"233624",94808,671,3,988,2328 +"233625",94808,733,3,988,1653 +"233626",94808,1036,3,988,1367 +"233627",94808,1046,3,988,1881 +"233628",94808,1127,2,988,1188 +"233629",94808,1130,3,988,1566 +"233630",94808,1136,3,988,2536 +"233631",94808,1386,3,988,1901 +"233632",94808,1397,3,988,1225 +"233633",94808,2063,3,988,1278 +"233634",94808,2325,3,988,1641 +"233635",94808,2424,3,988,2582 +"233636",94808,2743,2,988,1278 +"233637",94808,3242,2,988,1730 +"233638",94808,3966,3,988,2425 +"233639",94808,4191,3,988,2130 +"233640",94808,4618,3,988,2607 +"233641",94808,4687,3,988,2152 +"233642",94808,4980,3,988,2093 +"233643",94808,5621,2,988,1860 +"233644",94808,5725,3,988,2789 +"233645",94808,5864,3,988,1197 +"233646",94808,8621,3,988,1681 +"233647",94808,10404,3,988,2062 +"233648",94808,10890,3,988,2639 +"233649",94808,13201,3,988,2034 +"233650",94808,14669,3,988,2080 +"233651",94808,15343,3,988,2125 +"233652",94808,15716,3,988,1991 +"233653",94808,16164,2,988,1184 +"233654",94808,17357,3,988,1536 +"233655",94808,17499,3,988,2954 +"233656",94808,17852,3,988,2840 +"233657",94808,20563,3,988,2267 +"233658",94808,20824,2,988,1366 +"233659",94808,21092,3,988,1643 +"233660",94808,21358,3,988,1970 +"233661",94808,21911,3,988,1184 +"233662",94808,22501,3,988,1006 +"233663",94808,23506,2,988,1172 +"233664",94808,23534,3,988,1659 +"233665",94808,23704,3,988,2278 +"233666",94808,25129,3,988,2647 +"233667",94808,25341,3,988,1858 +"233668",94808,25643,3,988,1646 +"233669",94808,26282,3,988,1241 +"233670",94808,26436,3,988,2489 +"233671",94808,26516,3,988,2479 +"233672",94808,27753,3,988,2750 +"233673",94808,28434,3,988,1141 +"233674",94808,28648,3,988,1586 +"233675",94808,30438,3,988,1617 +"233676",94808,31799,3,988,2547 +"233677",94808,34216,3,988,2832 +"233678",94808,34492,2,988,1798 +"233679",94808,34509,3,988,1973 +"233680",94808,38449,3,988,1802 +"233681",94808,40293,3,988,1671 +"233682",94808,42814,3,988,1149 +"233683",94808,45449,3,988,1610 +"233684",94808,45715,3,988,2287 +"233685",94808,51022,2,988,1499 +"233686",94808,51410,3,988,2739 +"233687",94808,51987,3,988,1397 +"233688",94808,52835,3,988,995 +"233689",94808,54740,3,988,2750 +"233690",94808,58035,2,988,1646 +"233691",94808,64031,3,988,1295 +"233692",94808,68215,3,988,2727 +"233693",94808,82767,3,988,1641 +"233694",94808,86279,3,988,1076 +"233695",94808,92366,3,988,1434 +"233696",94808,100231,2,988,998 +"233697",94808,119731,3,988,1208 +"233698",94835,25,3,555,2762 +"233699",94835,180,3,555,1593 +"233700",94835,499,3,555,1931 +"233701",94835,602,1,555,2632 +"233702",94835,762,2,555,2671 +"233703",94835,3011,3,555,2278 +"233704",94835,3171,3,555,700 +"233705",94835,3460,3,555,2530 +"233706",94835,6942,3,555,1232 +"233707",94835,6982,2,555,2034 +"233708",94835,7009,3,555,1982 +"233709",94835,8060,3,555,1883 +"233710",94835,9311,3,555,2477 +"233711",94835,10843,3,555,2277 +"233712",94835,12703,2,555,2689 +"233713",94835,13724,1,555,1573 +"233714",94835,14103,2,555,2204 +"233715",94835,14422,3,555,1548 +"233716",94835,14723,2,555,2019 +"233717",94835,15453,2,555,1688 +"233718",94835,15626,3,555,2434 +"233719",94835,18483,3,555,874 +"233720",94835,20494,3,555,1075 +"233721",94835,21249,3,555,1635 +"233722",94835,21448,3,555,2332 +"233723",94835,22140,2,555,942 +"233724",94835,22311,1,555,2034 +"233725",94835,25248,3,555,1938 +"233726",94835,28982,3,555,2746 +"233727",94835,33241,3,555,632 +"233728",94835,33356,3,555,1586 +"233729",94835,33433,3,555,2805 +"233730",94835,35186,2,555,1520 +"233731",94835,38046,3,555,1163 +"233732",94835,38755,3,555,2902 +"233733",94835,40293,3,555,1671 +"233734",94835,42642,3,555,2257 +"233735",94835,44193,3,555,989 +"233736",94835,57337,3,555,1443 +"233737",94835,58812,2,555,1170 +"233738",94835,59113,3,555,2434 +"233739",94835,60386,3,555,1322 +"233740",94835,62939,3,555,2574 +"233741",94835,65316,3,555,1020 +"233742",94835,66726,3,555,2068 +"233743",94835,68696,2,555,1776 +"233744",94835,75343,3,555,2008 +"233745",94835,77811,3,555,1871 +"233746",94835,78404,2,555,1231 +"233747",94835,79612,2,555,927 +"233748",94835,81586,3,555,877 +"233749",94835,84268,2,555,1217 +"233750",94835,90608,3,555,590 +"233751",94835,96563,3,555,961 +"233752",94835,100532,2,555,859 +"233753",94835,121514,2,555,645 +"233754",94850,600,3,408,1702 +"233755",94850,675,3,408,1686 +"233756",94850,1046,3,408,1881 +"233757",94850,1127,2,408,1188 +"233758",94850,1130,2,408,1566 +"233759",94850,1136,3,408,2536 +"233760",94850,1469,3,408,1160 +"233761",94850,2269,2,408,984 +"233762",94850,2300,1,408,565 +"233763",94850,2325,2,408,1641 +"233764",94850,2743,3,408,1278 +"233765",94850,2765,3,408,2321 +"233766",94850,2954,3,408,2727 +"233767",94850,3242,3,408,1730 +"233768",94850,3966,3,408,2425 +"233769",94850,4191,3,408,2130 +"233770",94850,4618,3,408,2607 +"233771",94850,4785,3,408,996 +"233772",94850,4790,3,408,1025 +"233773",94850,4791,3,408,1184 +"233774",94850,4980,3,408,2093 +"233775",94850,5725,3,408,2789 +"233776",94850,6366,3,408,798 +"233777",94850,6740,2,408,2699 +"233778",94850,6914,3,408,2668 +"233779",94850,7847,3,408,2424 +"233780",94850,7861,2,408,1647 +"233781",94850,9607,3,408,2021 +"233782",94850,10130,1,408,2741 +"233783",94850,10875,3,408,1234 +"233784",94850,11208,3,408,1161 +"233785",94850,12042,3,408,2345 +"233786",94850,15005,3,408,1415 +"233787",94850,16074,3,408,977 +"233788",94850,16164,3,408,1184 +"233789",94850,18277,3,408,2309 +"233790",94850,19248,3,408,2357 +"233791",94850,19516,3,408,2313 +"233792",94850,19627,3,408,627 +"233793",94850,19719,3,408,2177 +"233794",94850,19814,3,408,936 +"233795",94850,20563,3,408,2267 +"233796",94850,20824,3,408,1366 +"233797",94850,21138,3,408,2849 +"233798",94850,22277,2,408,2424 +"233799",94850,22714,3,408,2793 +"233800",94850,23319,3,408,2867 +"233801",94850,23506,3,408,1172 +"233802",94850,25129,1,408,2647 +"233803",94850,25325,3,408,2963 +"233804",94850,25341,2,408,1858 +"233805",94850,25643,3,408,1646 +"233806",94850,26282,2,408,1241 +"233807",94850,26322,3,408,1018 +"233808",94850,26766,3,408,1161 +"233809",94850,28434,3,408,1141 +"233810",94850,28731,3,408,955 +"233811",94850,29115,3,408,1047 +"233812",94850,29705,3,408,607 +"233813",94850,29917,2,408,1962 +"233814",94850,31799,3,408,2547 +"233815",94850,32409,3,408,857 +"233816",94850,32939,3,408,2277 +"233817",94850,34492,3,408,1798 +"233818",94850,34509,1,408,1973 +"233819",94850,35113,3,408,1327 +"233820",94850,35481,3,408,2211 +"233821",94850,37333,3,408,1612 +"233822",94850,38694,3,408,817 +"233823",94850,40293,3,408,1671 +"233824",94850,40493,3,408,1981 +"233825",94850,41402,3,408,2313 +"233826",94850,41739,3,408,1339 +"233827",94850,42175,3,408,1594 +"233828",94850,42474,3,408,2322 +"233829",94850,45343,2,408,2360 +"233830",94850,45746,3,408,609 +"233831",94850,47248,3,408,2883 +"233832",94850,49110,3,408,2938 +"233833",94850,50976,3,408,547 +"233834",94850,51017,3,408,2073 +"233835",94850,51022,3,408,1499 +"233836",94850,51410,2,408,2739 +"233837",94850,51987,3,408,1397 +"233838",94850,52835,3,408,995 +"233839",94850,53031,3,408,2065 +"233840",94850,53196,3,408,1888 +"233841",94850,53433,3,408,1187 +"233842",94850,54250,3,408,2340 +"233843",94850,56171,3,408,1524 +"233844",94850,57804,3,408,2214 +"233845",94850,58035,2,408,1646 +"233846",94850,58221,3,408,1787 +"233847",94850,61982,3,408,2725 +"233848",94850,62841,2,408,2710 +"233849",94850,63547,3,408,1023 +"233850",94850,64031,3,408,1295 +"233851",94850,64181,2,408,1828 +"233852",94850,64997,3,408,2791 +"233853",94850,65625,3,408,1273 +"233854",94850,66413,3,408,2507 +"233855",94850,67216,2,408,984 +"233856",94850,70605,3,408,1176 +"233857",94850,71618,3,408,2960 +"233858",94850,75948,3,408,1006 +"233859",94850,80471,3,408,538 +"233860",94850,81482,3,408,908 +"233861",94850,82409,3,408,1881 +"233862",94850,82767,3,408,1641 +"233863",94850,82787,3,408,1144 +"233864",94850,83434,3,408,850 +"233865",94850,88347,3,408,793 +"233866",94850,92220,3,408,607 +"233867",94850,92973,3,408,1276 +"233868",94850,93615,3,408,2386 +"233869",94850,94808,3,408,988 +"233870",94850,105063,3,408,1908 +"233871",94850,105685,3,408,2469 +"233872",94889,5971,3,667,1985 +"233873",94889,11229,2,667,1625 +"233874",94889,17400,3,667,2231 +"233875",94889,18361,3,667,2968 +"233876",94889,23725,3,667,2378 +"233877",94889,26867,3,667,1804 +"233878",94889,30325,3,667,1067 +"233879",94889,40028,3,667,1349 +"233880",94889,44521,3,667,1593 +"233881",94889,50236,3,667,2339 +"233882",94889,56082,3,667,2395 +"233883",94889,57246,3,667,1873 +"233884",94889,59939,3,667,936 +"233885",94889,70838,3,667,687 +"233886",94889,75403,3,667,1895 +"233887",94889,91912,3,667,790 +"233888",94908,733,3,1413,1653 +"233889",94908,19204,2,1413,1753 +"233890",94908,26706,3,1413,1846 +"233891",94908,49189,3,1413,1550 +"233892",94908,56317,3,1413,2030 +"233893",94908,58221,3,1413,1787 +"233894",94908,81588,3,1413,1568 +"233895",94908,99103,2,1413,1470 +"233896",94926,1897,2,1611,1727 +"233897",94926,6627,3,1611,2063 +"233898",94926,7269,3,1611,1728 +"233899",94926,10638,3,1611,2692 +"233900",94926,10914,2,1611,1660 +"233901",94926,11381,3,1611,1638 +"233902",94926,11506,2,1611,2824 +"233903",94926,18571,2,1611,2128 +"233904",94926,18943,2,1611,2861 +"233905",94926,20007,3,1611,2971 +"233906",94926,20432,3,1611,1727 +"233907",94926,21463,2,1611,2437 +"233908",94926,22297,3,1611,1904 +"233909",94926,27783,2,1611,2302 +"233910",94926,31164,1,1611,1996 +"233911",94926,32449,2,1611,2091 +"233912",94926,36136,2,1611,2338 +"233913",94926,39105,2,1611,2487 +"233914",94926,41978,3,1611,2824 +"233915",94926,46951,2,1611,2429 +"233916",94926,47384,3,1611,1639 +"233917",94926,47571,3,1611,1667 +"233918",94926,56338,3,1611,1818 +"233919",94926,59039,3,1611,2870 +"233920",94926,66911,3,1611,1920 +"233921",94926,68592,2,1611,2551 +"233922",94926,69335,3,1611,2698 +"233923",94926,76132,3,1611,2426 +"233924",94926,76675,3,1611,1840 +"233925",94926,104306,3,1611,1665 +"233926",94947,4191,3,1368,2130 +"233927",94947,4618,3,1368,2607 +"233928",94947,7245,3,1368,2089 +"233929",94947,18202,3,1368,2475 +"233930",94947,18415,3,1368,2184 +"233931",94947,25643,3,1368,1646 +"233932",94947,26793,3,1368,2104 +"233933",94947,46391,3,1368,1779 +"233934",94968,17531,3,287,876 +"233935",94968,24252,3,287,639 +"233936",94968,24734,3,287,338 +"233937",94968,29117,3,287,1250 +"233938",94968,33219,3,287,1173 +"233939",94968,36399,3,287,1357 +"233940",94968,38422,1,287,1019 +"233941",94968,43701,3,287,2400 +"233942",94968,43905,2,287,756 +"233943",94968,43960,3,287,1293 +"233944",94968,65188,3,287,2213 +"233945",94968,117190,1,287,425 +"233946",95011,3947,3,1986,2067 +"233947",95011,5239,2,1986,2875 +"233948",95011,12356,3,1986,2757 +"233949",95011,13780,3,1986,2412 +"233950",95011,14652,3,1986,2516 +"233951",95011,26793,3,1986,2104 +"233952",95011,30747,3,1986,2455 +"233953",95011,35815,3,1986,2789 +"233954",95011,40931,3,1986,2301 +"233955",95011,42574,3,1986,2842 +"233956",95011,99215,3,1986,2791 +"233957",95017,14172,3,1284,1923 +"233958",95017,53779,3,1284,2000 +"233959",95017,85736,3,1284,1601 +"233960",95032,1367,3,103,2176 +"233961",95032,2424,3,103,2582 +"233962",95032,2563,3,103,1686 +"233963",95032,2747,3,103,2411 +"233964",95032,3068,3,103,1815 +"233965",95032,3863,3,103,856 +"233966",95032,5120,3,103,2735 +"233967",95032,5346,2,103,1438 +"233968",95032,5580,3,103,2111 +"233969",95032,7245,3,103,2089 +"233970",95032,8984,3,103,1162 +"233971",95032,9202,3,103,2477 +"233972",95032,9654,3,103,2111 +"233973",95032,13671,3,103,1371 +"233974",95032,14707,3,103,672 +"233975",95032,15207,2,103,1855 +"233976",95032,15453,3,103,1688 +"233977",95032,15462,3,103,1141 +"233978",95032,16067,3,103,2727 +"233979",95032,16877,1,103,2509 +"233980",95032,18211,3,103,1745 +"233981",95032,18348,3,103,1711 +"233982",95032,18415,3,103,2184 +"233983",95032,18550,2,103,483 +"233984",95032,19668,3,103,696 +"233985",95032,21929,3,103,2062 +"233986",95032,24974,3,103,702 +"233987",95032,28057,2,103,1067 +"233988",95032,30262,3,103,1715 +"233989",95032,30943,3,103,2287 +"233990",95032,32939,3,103,2277 +"233991",95032,40113,2,103,451 +"233992",95032,41439,3,103,709 +"233993",95032,41955,3,103,2479 +"233994",95032,42642,3,103,2257 +"233995",95032,42725,2,103,630 +"233996",95032,45186,3,103,835 +"233997",95032,46803,3,103,2305 +"233998",95032,48955,3,103,242 +"233999",95032,53043,3,103,803 +"234000",95032,54388,3,103,1257 +"234001",95032,57804,3,103,2214 +"234002",95032,57901,3,103,614 +"234003",95032,58516,3,103,409 +"234004",95032,58854,3,103,1131 +"234005",95032,63641,3,103,2337 +"234006",95032,67726,3,103,2873 +"234007",95032,68043,3,103,690 +"234008",95032,69293,2,103,609 +"234009",95032,69716,3,103,2632 +"234010",95032,70774,3,103,355 +"234011",95032,73083,3,103,275 +"234012",95032,74818,3,103,1440 +"234013",95032,79534,3,103,340 +"234014",95032,83729,3,103,406 +"234015",95032,85356,3,103,1492 +"234016",95032,94520,1,103,1243 +"234017",95032,96911,3,103,956 +"234018",95032,99237,3,103,783 +"234019",95032,99557,3,103,1703 +"234020",95032,110399,3,103,480 +"234021",95036,288,3,380,947 +"234022",95036,457,3,380,1704 +"234023",95036,1044,3,380,880 +"234024",95036,1154,3,380,1656 +"234025",95036,1592,3,380,2006 +"234026",95036,1691,3,380,1941 +"234027",95036,1826,2,380,924 +"234028",95036,2143,2,380,1174 +"234029",95036,2208,3,380,2814 +"234030",95036,2731,3,380,434 +"234031",95036,3748,2,380,2052 +"234032",95036,4317,3,380,1224 +"234033",95036,6252,3,380,2336 +"234034",95036,6390,3,380,2385 +"234035",95036,7126,3,380,1261 +"234036",95036,7196,3,380,1508 +"234037",95036,7984,3,380,2493 +"234038",95036,8529,3,380,1205 +"234039",95036,8866,3,380,1545 +"234040",95036,8890,3,380,1955 +"234041",95036,8910,3,380,1054 +"234042",95036,8913,3,380,968 +"234043",95036,8961,3,380,507 +"234044",95036,10513,3,380,2284 +"234045",95036,12304,3,380,439 +"234046",95036,14108,3,380,2012 +"234047",95036,14656,3,380,584 +"234048",95036,15118,3,380,1311 +"234049",95036,15401,3,380,1999 +"234050",95036,16365,3,380,2217 +"234051",95036,17257,3,380,1117 +"234052",95036,18394,3,380,2356 +"234053",95036,18543,3,380,2968 +"234054",95036,19096,3,380,1538 +"234055",95036,20124,2,380,2376 +"234056",95036,21133,3,380,1320 +"234057",95036,21670,3,380,2158 +"234058",95036,21681,3,380,2005 +"234059",95036,22141,2,380,2348 +"234060",95036,22537,3,380,436 +"234061",95036,22722,3,380,1233 +"234062",95036,24198,3,380,2217 +"234063",95036,25565,3,380,2764 +"234064",95036,28784,3,380,1579 +"234065",95036,28808,3,380,1063 +"234066",95036,28896,3,380,1395 +"234067",95036,30405,2,380,2164 +"234068",95036,31700,3,380,2727 +"234069",95036,32131,3,380,1035 +"234070",95036,32988,3,380,2008 +"234071",95036,34836,3,380,2302 +"234072",95036,35822,3,380,1903 +"234073",95036,36031,3,380,2342 +"234074",95036,36087,3,380,2755 +"234075",95036,37937,3,380,1320 +"234076",95036,38602,3,380,2693 +"234077",95036,41085,3,380,637 +"234078",95036,41315,3,380,439 +"234079",95036,43173,3,380,2895 +"234080",95036,43385,3,380,1623 +"234081",95036,44188,3,380,1609 +"234082",95036,44427,3,380,2875 +"234083",95036,46621,3,380,1343 +"234084",95036,47384,3,380,1639 +"234085",95036,47585,3,380,794 +"234086",95036,48215,3,380,2028 +"234087",95036,49265,3,380,2686 +"234088",95036,49512,2,380,1302 +"234089",95036,51017,3,380,2073 +"234090",95036,51035,3,380,2397 +"234091",95036,53252,3,380,637 +"234092",95036,53322,2,380,1200 +"234093",95036,53323,1,380,2677 +"234094",95036,53608,2,380,1986 +"234095",95036,54305,3,380,1222 +"234096",95036,55320,2,380,1643 +"234097",95036,57348,3,380,687 +"234098",95036,57353,2,380,1849 +"234099",95036,57380,3,380,2362 +"234100",95036,57990,3,380,978 +"234101",95036,61138,3,380,1188 +"234102",95036,61785,2,380,822 +"234103",95036,65155,3,380,1947 +"234104",95036,69293,3,380,609 +"234105",95036,70854,3,380,635 +"234106",95036,71342,3,380,1289 +"234107",95036,72598,3,380,805 +"234108",95036,72728,3,380,2234 +"234109",95036,72956,3,380,1251 +"234110",95036,73245,3,380,802 +"234111",95036,75921,3,380,517 +"234112",95036,78569,2,380,578 +"234113",95036,79158,3,380,1252 +"234114",95036,84022,3,380,2289 +"234115",95036,85869,3,380,1509 +"234116",95036,88126,2,380,1027 +"234117",95036,88232,3,380,2881 +"234118",95036,90802,3,380,877 +"234119",95036,92592,2,380,486 +"234120",95036,93102,3,380,1174 +"234121",95036,96352,3,380,1493 +"234122",95036,101967,3,380,691 +"234123",95036,103420,3,380,433 +"234124",95036,104217,3,380,956 +"234125",95036,106240,3,380,705 +"234126",95036,111686,3,380,528 +"234127",95060,2647,3,1974,2450 +"234128",95060,8899,3,1974,2023 +"234129",95060,9724,3,1974,2713 +"234130",95060,12966,3,1974,2011 +"234131",95060,14861,3,1974,2269 +"234132",95060,23550,3,1974,2939 +"234133",95060,37684,3,1974,2899 +"234134",95060,42382,3,1974,2224 +"234135",95060,47607,2,1974,2724 +"234136",95060,53584,3,1974,2391 +"234137",95060,53652,3,1974,2899 +"234138",95064,2747,3,1801,2411 +"234139",95064,3961,3,1801,2426 +"234140",95064,5315,3,1801,2631 +"234141",95064,6222,3,1801,1949 +"234142",95064,7992,3,1801,2033 +"234143",95064,8275,3,1801,2237 +"234144",95064,10358,3,1801,2294 +"234145",95064,13388,3,1801,2119 +"234146",95064,14959,3,1801,2898 +"234147",95064,18394,3,1801,2356 +"234148",95064,20067,3,1801,2390 +"234149",95064,21209,3,1801,2184 +"234150",95064,21706,3,1801,1988 +"234151",95064,23869,3,1801,1918 +"234152",95064,25486,3,1801,2582 +"234153",95064,33801,3,1801,2899 +"234154",95064,38921,3,1801,1880 +"234155",95064,44433,3,1801,2224 +"234156",95064,44603,3,1801,2748 +"234157",95064,53475,3,1801,2853 +"234158",95064,58669,3,1801,2296 +"234159",95064,58993,3,1801,2390 +"234160",95064,70203,3,1801,2756 +"234161",95121,41180,2,1015,1556 +"234162",95139,11135,3,120,2441 +"234163",95139,14473,1,120,2325 +"234164",95139,42486,3,120,1951 +"234165",95139,43957,2,120,1824 +"234166",95139,48764,3,120,860 +"234167",95139,55733,2,120,161 +"234168",95139,110023,3,120,230 +"234169",95155,854,3,849,2307 +"234170",95155,1323,3,849,1659 +"234171",95155,1592,3,849,2006 +"234172",95155,1691,3,849,1941 +"234173",95155,2057,3,849,1965 +"234174",95155,2540,3,849,1398 +"234175",95155,2704,3,849,2609 +"234176",95155,2894,3,849,1291 +"234177",95155,3127,3,849,2273 +"234178",95155,3163,3,849,2020 +"234179",95155,3493,3,849,2451 +"234180",95155,4057,3,849,2389 +"234181",95155,4107,3,849,987 +"234182",95155,4360,3,849,1770 +"234183",95155,5392,3,849,1648 +"234184",95155,5610,2,849,2223 +"234185",95155,5615,2,849,1105 +"234186",95155,5792,3,849,975 +"234187",95155,7798,2,849,949 +"234188",95155,8238,3,849,2222 +"234189",95155,8865,2,849,2394 +"234190",95155,9311,2,849,2477 +"234191",95155,9391,3,849,1252 +"234192",95155,9520,3,849,2089 +"234193",95155,10148,3,849,2964 +"234194",95155,10488,3,849,1524 +"234195",95155,10754,3,849,1797 +"234196",95155,10843,3,849,2277 +"234197",95155,11538,3,849,2288 +"234198",95155,11546,3,849,1174 +"234199",95155,12067,3,849,1213 +"234200",95155,12388,2,849,1975 +"234201",95155,13184,2,849,977 +"234202",95155,13808,1,849,1356 +"234203",95155,14108,3,849,2012 +"234204",95155,14586,3,849,2801 +"234205",95155,14723,3,849,2019 +"234206",95155,14817,3,849,2110 +"234207",95155,15118,3,849,1311 +"234208",95155,15444,3,849,2764 +"234209",95155,15626,3,849,2434 +"234210",95155,17097,3,849,1505 +"234211",95155,17351,3,849,2036 +"234212",95155,17571,3,849,953 +"234213",95155,18165,2,849,2085 +"234214",95155,18393,3,849,860 +"234215",95155,18735,3,849,1581 +"234216",95155,19317,3,849,2041 +"234217",95155,19433,3,849,2504 +"234218",95155,20407,3,849,2339 +"234219",95155,20494,3,849,1075 +"234220",95155,21133,3,849,1320 +"234221",95155,21164,3,849,1645 +"234222",95155,21248,3,849,2232 +"234223",95155,22057,3,849,974 +"234224",95155,23729,3,849,1624 +"234225",95155,23825,3,849,1913 +"234226",95155,24286,3,849,1280 +"234227",95155,25078,3,849,2312 +"234228",95155,27908,2,849,2576 +"234229",95155,28808,3,849,1063 +"234230",95155,29267,2,849,1234 +"234231",95155,29286,3,849,1612 +"234232",95155,29454,3,849,2719 +"234233",95155,30325,3,849,1067 +"234234",95155,30486,3,849,1269 +"234235",95155,30906,3,849,2537 +"234236",95155,31890,2,849,1487 +"234237",95155,31901,3,849,1251 +"234238",95155,32047,3,849,1858 +"234239",95155,32606,3,849,2100 +"234240",95155,33356,3,849,1586 +"234241",95155,33433,2,849,2805 +"234242",95155,34707,3,849,2042 +"234243",95155,35903,2,849,1434 +"234244",95155,36637,2,849,2085 +"234245",95155,36953,3,849,2790 +"234246",95155,37427,3,849,915 +"234247",95155,38213,3,849,1744 +"234248",95155,38513,3,849,914 +"234249",95155,39062,3,849,2020 +"234250",95155,39444,3,849,2695 +"234251",95155,39464,3,849,2314 +"234252",95155,40296,3,849,1674 +"234253",95155,40572,3,849,2666 +"234254",95155,41682,3,849,1988 +"234255",95155,42715,3,849,987 +"234256",95155,42813,3,849,2142 +"234257",95155,42837,2,849,1096 +"234258",95155,43213,3,849,2160 +"234259",95155,46196,3,849,1510 +"234260",95155,46486,2,849,1868 +"234261",95155,46621,3,849,1343 +"234262",95155,46742,3,849,2144 +"234263",95155,47003,3,849,1915 +"234264",95155,47564,3,849,2650 +"234265",95155,47595,3,849,2374 +"234266",95155,47803,1,849,2477 +"234267",95155,48377,3,849,1927 +"234268",95155,49581,3,849,1817 +"234269",95155,49620,3,849,1868 +"234270",95155,49787,3,849,2352 +"234271",95155,50001,3,849,1518 +"234272",95155,50335,3,849,1893 +"234273",95155,50946,2,849,1075 +"234274",95155,51016,1,849,1141 +"234275",95155,52136,2,849,1412 +"234276",95155,54953,3,849,2223 +"234277",95155,55324,3,849,1544 +"234278",95155,55643,3,849,2359 +"234279",95155,55821,3,849,1303 +"234280",95155,55862,3,849,2123 +"234281",95155,56082,3,849,2395 +"234282",95155,57315,2,849,1005 +"234283",95155,58895,3,849,917 +"234284",95155,58993,3,849,2390 +"234285",95155,59113,3,849,2434 +"234286",95155,59637,3,849,2141 +"234287",95155,59937,3,849,885 +"234288",95155,61242,3,849,1650 +"234289",95155,62966,3,849,1282 +"234290",95155,65856,3,849,2504 +"234291",95155,69232,3,849,2130 +"234292",95155,72207,3,849,2430 +"234293",95155,74190,2,849,1428 +"234294",95155,74636,3,849,2525 +"234295",95155,75403,3,849,1895 +"234296",95155,78932,3,849,981 +"234297",95155,79013,3,849,1441 +"234298",95155,79837,3,849,1252 +"234299",95155,82009,2,849,1020 +"234300",95155,83862,3,849,2026 +"234301",95155,84897,3,849,1075 +"234302",95155,87144,3,849,2299 +"234303",95155,87958,3,849,1234 +"234304",95155,88232,3,849,2881 +"234305",95155,90709,3,849,1080 +"234306",95155,98080,3,849,1265 +"234307",95155,99332,3,849,873 +"234308",95155,104239,3,849,926 +"234309",95155,108620,1,849,881 +"234310",95160,8887,2,961,2373 +"234311",95160,13573,2,961,2774 +"234312",95160,20355,3,961,2111 +"234313",95160,21720,3,961,2637 +"234314",95160,33834,3,961,1606 +"234315",95160,42515,3,961,2752 +"234316",95160,86105,2,961,2226 +"234317",95211,17999,3,2462,2758 +"234318",95211,22905,3,2462,2599 +"234319",95211,41051,2,2462,2767 +"234320",95211,43518,3,2462,2680 +"234321",95238,2370,3,259,1600 +"234322",95238,2737,3,259,607 +"234323",95238,3158,3,259,2762 +"234324",95238,4249,3,259,2547 +"234325",95238,4784,2,259,2511 +"234326",95238,6020,3,259,1864 +"234327",95238,9740,1,259,2233 +"234328",95238,10146,3,259,1878 +"234329",95238,11270,3,259,1011 +"234330",95238,13551,2,259,1451 +"234331",95238,13595,2,259,1164 +"234332",95238,14212,3,259,857 +"234333",95238,14255,2,259,893 +"234334",95238,14256,2,259,279 +"234335",95238,14612,3,259,2340 +"234336",95238,14957,3,259,2306 +"234337",95238,16455,3,259,946 +"234338",95238,16963,3,259,1999 +"234339",95238,17499,3,259,2954 +"234340",95238,17531,3,259,876 +"234341",95238,19002,3,259,2053 +"234342",95238,21358,3,259,1970 +"234343",95238,24044,3,259,1076 +"234344",95238,28648,3,259,1586 +"234345",95238,30544,2,259,2041 +"234346",95238,31924,3,259,643 +"234347",95238,34274,3,259,1437 +"234348",95238,39507,3,259,793 +"234349",95238,41489,3,259,2006 +"234350",95238,45297,2,259,1864 +"234351",95238,48823,3,259,2080 +"234352",95238,49029,3,259,647 +"234353",95238,51212,3,259,1801 +"234354",95238,51516,3,259,1361 +"234355",95238,52386,3,259,1830 +"234356",95238,59143,3,259,359 +"234357",95238,67289,1,259,829 +"234358",95238,68813,3,259,2511 +"234359",95238,69732,2,259,732 +"234360",95238,71225,3,259,956 +"234361",95238,76842,2,259,1518 +"234362",95238,78843,3,259,1524 +"234363",95238,82217,3,259,2441 +"234364",95238,82740,1,259,579 +"234365",95238,84885,3,259,1649 +"234366",95238,93642,3,259,1120 +"234367",95238,96332,3,259,1197 +"234368",95238,103256,3,259,572 +"234369",95238,105435,3,259,684 +"234370",95238,123211,2,259,405 +"234371",95258,1785,3,199,2350 +"234372",95258,2737,2,199,607 +"234373",95258,3158,3,199,2762 +"234374",95258,4784,3,199,2511 +"234375",95258,6020,3,199,1864 +"234376",95258,9740,1,199,2233 +"234377",95258,11270,3,199,1011 +"234378",95258,13551,2,199,1451 +"234379",95258,13595,2,199,1164 +"234380",95258,13930,3,199,1274 +"234381",95258,14212,3,199,857 +"234382",95258,14255,1,199,893 +"234383",95258,14256,2,199,279 +"234384",95258,15150,3,199,2801 +"234385",95258,16963,3,199,1999 +"234386",95258,17531,3,199,876 +"234387",95258,18645,3,199,793 +"234388",95258,19002,2,199,2053 +"234389",95258,20011,3,199,2826 +"234390",95258,21358,3,199,1970 +"234391",95258,24044,2,199,1076 +"234392",95258,26698,3,199,1963 +"234393",95258,28648,3,199,1586 +"234394",95258,30544,2,199,2041 +"234395",95258,31924,3,199,643 +"234396",95258,39507,2,199,793 +"234397",95258,41489,3,199,2006 +"234398",95258,45297,3,199,1864 +"234399",95258,51212,3,199,1801 +"234400",95258,51516,3,199,1361 +"234401",95258,52386,3,199,1830 +"234402",95258,52654,3,199,588 +"234403",95258,59143,3,199,359 +"234404",95258,67289,1,199,829 +"234405",95258,69732,3,199,732 +"234406",95258,71225,2,199,956 +"234407",95258,76842,3,199,1518 +"234408",95258,82217,3,199,2441 +"234409",95258,82740,2,199,579 +"234410",95258,84885,3,199,1649 +"234411",95258,95238,1,199,259 +"234412",95258,96332,3,199,1197 +"234413",95258,103256,2,199,572 +"234414",95258,105435,3,199,684 +"234415",95258,109034,3,199,259 +"234416",95258,123211,3,199,405 +"234417",95288,862,3,1602,2254 +"234418",95288,1136,3,1602,2536 +"234419",95288,2865,3,1602,2006 +"234420",95288,4932,3,1602,2752 +"234421",95288,6047,3,1602,2004 +"234422",95288,7672,3,1602,1974 +"234423",95288,9928,3,1602,2345 +"234424",95288,10358,3,1602,2294 +"234425",95288,14032,2,1602,2144 +"234426",95288,14108,3,1602,2012 +"234427",95288,14676,2,1602,2764 +"234428",95288,14731,3,1602,2012 +"234429",95288,18543,3,1602,2968 +"234430",95288,21275,3,1602,2609 +"234431",95288,24256,3,1602,2393 +"234432",95288,26793,3,1602,2104 +"234433",95288,29170,3,1602,1846 +"234434",95288,32919,3,1602,2321 +"234435",95288,35464,3,1602,2502 +"234436",95288,35926,3,1602,2371 +"234437",95288,41607,3,1602,2802 +"234438",95288,42216,3,1602,2722 +"234439",95288,42619,3,1602,2017 +"234440",95288,45545,3,1602,1776 +"234441",95288,55155,3,1602,2333 +"234442",95288,56854,3,1602,2022 +"234443",95288,66241,3,1602,2351 +"234444",95288,74605,3,1602,2265 +"234445",95288,75403,3,1602,1895 +"234446",95288,89880,3,1602,1938 +"234447",95288,92658,3,1602,2659 +"234448",95288,106555,3,1602,1626 +"234449",95288,108430,2,1602,1642 +"234450",95309,4723,3,687,1314 +"234451",95309,7984,3,687,2493 +"234452",95309,8913,3,687,968 +"234453",95309,9893,3,687,2701 +"234454",95309,11477,3,687,2724 +"234455",95309,14669,3,687,2080 +"234456",95309,15401,3,687,1999 +"234457",95309,16801,3,687,2008 +"234458",95309,23223,3,687,2094 +"234459",95309,32988,3,687,2008 +"234460",95309,38219,3,687,1689 +"234461",95309,44089,3,687,1632 +"234462",95309,46680,3,687,1690 +"234463",95309,52203,3,687,1961 +"234464",95309,53293,3,687,2916 +"234465",95309,53859,3,687,1817 +"234466",95309,55493,3,687,869 +"234467",95309,57549,2,687,2335 +"234468",95309,61921,3,687,1793 +"234469",95309,65155,3,687,1947 +"234470",95309,85784,3,687,1142 +"234471",95309,85949,3,687,1132 +"234472",95309,88887,3,687,1161 +"234473",95309,94444,3,687,1554 +"234474",95309,99215,3,687,2791 +"234475",95320,1519,3,262,2349 +"234476",95320,2852,3,262,2448 +"234477",95320,5106,3,262,2622 +"234478",95320,16864,3,262,814 +"234479",95320,17033,2,262,2771 +"234480",95320,17257,3,262,1117 +"234481",95320,18102,3,262,1642 +"234482",95320,20395,3,262,1468 +"234483",95320,23966,3,262,891 +"234484",95320,26793,3,262,2104 +"234485",95320,30057,2,262,504 +"234486",95320,36737,3,262,829 +"234487",95320,38915,3,262,746 +"234488",95320,64156,2,262,675 +"234489",95320,68931,2,262,2771 +"234490",95320,69545,3,262,673 +"234491",95320,70583,3,262,2615 +"234492",95320,85869,3,262,1509 +"234493",95320,95910,3,262,999 +"234494",95320,106240,2,262,705 +"234495",95338,388,3,915,1594 +"234496",95338,1560,2,915,2013 +"234497",95338,8525,3,915,1787 +"234498",95338,9716,3,915,1929 +"234499",95338,10200,3,915,2920 +"234500",95338,11429,3,915,2520 +"234501",95338,12973,3,915,1569 +"234502",95338,23015,3,915,1362 +"234503",95338,24086,1,915,2663 +"234504",95338,24860,2,915,1204 +"234505",95338,31541,3,915,1500 +"234506",95338,37342,3,915,2649 +"234507",95338,39443,3,915,2277 +"234508",95338,40392,3,915,1878 +"234509",95338,41185,3,915,1929 +"234510",95338,42883,3,915,2575 +"234511",95338,50430,2,915,1689 +"234512",95338,76230,3,915,1223 +"234513",95408,96435,2,2393,2765 +"234514",95416,237,3,982,1982 +"234515",95416,867,3,982,1264 +"234516",95416,2407,3,982,1725 +"234517",95416,4526,3,982,1728 +"234518",95416,5363,3,982,1791 +"234519",95416,6821,3,982,1788 +"234520",95416,9202,3,982,2477 +"234521",95416,10215,3,982,2006 +"234522",95416,12067,3,982,1213 +"234523",95416,13068,3,982,1778 +"234524",95416,13842,3,982,2250 +"234525",95416,16437,3,982,1956 +"234526",95416,16866,3,982,2718 +"234527",95416,18865,3,982,2676 +"234528",95416,19433,3,982,2504 +"234529",95416,19655,3,982,2706 +"234530",95416,19751,3,982,1630 +"234531",95416,21670,3,982,2158 +"234532",95416,21810,3,982,1579 +"234533",95416,25378,2,982,1245 +"234534",95416,27280,3,982,1965 +"234535",95416,27722,3,982,1266 +"234536",95416,30609,3,982,988 +"234537",95416,30891,2,982,1256 +"234538",95416,35822,3,982,1903 +"234539",95416,37752,3,982,2223 +"234540",95416,39062,3,982,2020 +"234541",95416,40623,3,982,2580 +"234542",95416,41969,3,982,2189 +"234543",95416,45480,3,982,1104 +"234544",95416,58829,1,982,1256 +"234545",95416,59039,3,982,2870 +"234546",95416,63395,3,982,2334 +"234547",95416,64967,3,982,2872 +"234548",95416,65188,3,982,2213 +"234549",95416,70070,3,982,2425 +"234550",95416,70422,3,982,1398 +"234551",95416,74795,3,982,1319 +"234552",95416,94625,3,982,2105 +"234553",95416,119524,3,982,1930 +"234554",95416,119921,2,982,1113 +"234555",95452,45595,1,761,1481 +"234556",95479,1323,3,896,1659 +"234557",95479,37108,3,896,1202 +"234558",95479,66205,3,896,2898 +"234559",95479,90709,3,896,1080 +"234560",95492,21,3,748,1385 +"234561",95492,160,2,748,2007 +"234562",95492,1641,3,748,1490 +"234563",95492,8865,3,748,2394 +"234564",95492,12473,3,748,801 +"234565",95492,12813,3,748,958 +"234566",95492,16690,3,748,2132 +"234567",95492,17033,3,748,2771 +"234568",95492,17351,3,748,2036 +"234569",95492,19364,3,748,2846 +"234570",95492,22709,3,748,2743 +"234571",95492,22723,3,748,2859 +"234572",95492,30034,3,748,2357 +"234573",95492,42373,3,748,871 +"234574",95492,55472,3,748,1516 +"234575",95492,64110,3,748,1331 +"234576",95492,69232,3,748,2130 +"234577",95492,77611,3,748,1795 +"234578",95492,83253,2,748,1102 +"234579",95496,358,3,46,798 +"234580",95496,361,2,46,1970 +"234581",95496,392,3,46,1915 +"234582",95496,671,3,46,2328 +"234583",95496,1127,3,46,1188 +"234584",95496,3306,3,46,1989 +"234585",95496,3714,3,46,2605 +"234586",95496,3946,3,46,1172 +"234587",95496,5685,3,46,181 +"234588",95496,10945,3,46,881 +"234589",95496,11419,3,46,1408 +"234590",95496,11477,3,46,2724 +"234591",95496,12684,3,46,2182 +"234592",95496,13201,3,46,2034 +"234593",95496,13929,3,46,2693 +"234594",95496,14091,3,46,929 +"234595",95496,14669,1,46,2080 +"234596",95496,15003,2,46,2067 +"234597",95496,15244,3,46,1600 +"234598",95496,15343,2,46,2125 +"234599",95496,17021,2,46,1226 +"234600",95496,17967,3,46,2125 +"234601",95496,21417,3,46,2422 +"234602",95496,23280,3,46,536 +"234603",95496,23301,3,46,1611 +"234604",95496,31659,3,46,543 +"234605",95496,32429,3,46,601 +"234606",95496,33722,3,46,1225 +"234607",95496,34426,3,46,2743 +"234608",95496,36446,2,46,1175 +"234609",95496,44160,3,46,859 +"234610",95496,44819,3,46,2063 +"234611",95496,45664,3,46,2235 +"234612",95496,45727,3,46,477 +"234613",95496,49759,3,46,2400 +"234614",95496,53859,3,46,1817 +"234615",95496,55691,2,46,2856 +"234616",95496,68215,2,46,2727 +"234617",95496,73266,3,46,2496 +"234618",95496,77057,3,46,1866 +"234619",95496,77095,3,46,1622 +"234620",95496,81239,3,46,547 +"234621",95496,82735,3,46,829 +"234622",95496,88887,3,46,1161 +"234623",95496,96301,3,46,818 +"234624",95496,99215,3,46,2791 +"234625",95496,110496,3,46,208 +"234626",95496,117932,3,46,926 +"234627",95560,1785,3,116,2350 +"234628",95560,2588,3,116,552 +"234629",95560,3360,3,116,1583 +"234630",95560,5064,3,116,1690 +"234631",95560,5346,3,116,1438 +"234632",95560,8896,2,116,1139 +"234633",95560,13034,3,116,698 +"234634",95560,15150,3,116,2801 +"234635",95560,15207,3,116,1855 +"234636",95560,15214,3,116,274 +"234637",95560,18550,3,116,483 +"234638",95560,18645,3,116,793 +"234639",95560,18820,2,116,453 +"234640",95560,18821,2,116,2075 +"234641",95560,18953,1,116,915 +"234642",95560,19002,3,116,2053 +"234643",95560,19048,2,116,2180 +"234644",95560,19397,3,116,2182 +"234645",95560,19542,3,116,570 +"234646",95560,20679,3,116,181 +"234647",95560,21942,1,116,2041 +"234648",95560,24044,2,116,1076 +"234649",95560,28899,3,116,376 +"234650",95560,33460,3,116,2781 +"234651",95560,39507,2,116,793 +"234652",95560,40113,3,116,451 +"234653",95560,42773,2,116,385 +"234654",95560,61921,3,116,1793 +"234655",95560,70011,3,116,2690 +"234656",95560,77174,3,116,747 +"234657",95560,77719,3,116,2086 +"234658",95560,82206,3,116,1597 +"234659",95560,83786,2,116,1614 +"234660",95560,83790,2,116,1637 +"234661",95560,87396,3,116,407 +"234662",95560,92630,3,116,1583 +"234663",95560,94520,3,116,1243 +"234664",95560,99237,2,116,783 +"234665",95560,119931,3,116,123 +"234666",95567,51084,1,529,2188 +"234667",95587,7984,3,810,2493 +"234668",95587,8913,3,810,968 +"234669",95587,13388,3,810,2119 +"234670",95587,15401,3,810,1999 +"234671",95587,16053,3,810,908 +"234672",95587,16625,3,810,1285 +"234673",95587,16826,3,810,2599 +"234674",95587,17997,3,810,1621 +"234675",95587,18103,2,810,1968 +"234676",95587,21249,3,810,1635 +"234677",95587,31069,1,810,1995 +"234678",95587,32988,3,810,2008 +"234679",95587,35186,3,810,1520 +"234680",95587,35529,3,810,1620 +"234681",95587,38219,3,810,1689 +"234682",95587,38227,3,810,2511 +"234683",95587,40432,3,810,1956 +"234684",95587,40645,3,810,1899 +"234685",95587,42505,3,810,2008 +"234686",95587,44160,3,810,859 +"234687",95587,44193,2,810,989 +"234688",95587,47386,3,810,2226 +"234689",95587,53968,3,810,2703 +"234690",95587,56807,3,810,1571 +"234691",95587,65155,3,810,1947 +"234692",95587,65322,3,810,2008 +"234693",95587,70996,3,810,1037 +"234694",95587,76511,3,810,1250 +"234695",95587,76999,3,810,908 +"234696",95587,84268,3,810,1217 +"234697",95587,89511,3,810,1205 +"234698",95587,103524,3,810,991 +"234699",95613,2716,3,317,1748 +"234700",95613,7970,2,317,1197 +"234701",95613,10401,1,317,863 +"234702",95613,10528,2,317,502 +"234703",95613,16201,3,317,1811 +"234704",95613,18393,3,317,860 +"234705",95613,22180,1,317,1835 +"234706",95613,22455,2,317,1197 +"234707",95613,28635,3,317,2368 +"234708",95613,32103,3,317,1491 +"234709",95613,32964,1,317,2252 +"234710",95613,39556,3,317,2747 +"234711",95613,43635,3,317,1196 +"234712",95613,57732,3,317,2454 +"234713",95613,61613,3,317,1189 +"234714",95613,70714,1,317,2030 +"234715",95613,79234,3,317,1611 +"234716",95613,79937,3,317,554 +"234717",95613,85397,3,317,1219 +"234718",95613,88039,1,317,1219 +"234719",95613,99152,3,317,1698 +"234720",95613,106318,3,317,1698 +"234721",95643,4929,3,797,2240 +"234722",95643,6234,3,797,2654 +"234723",95643,6324,3,797,1990 +"234724",95643,9423,3,797,1708 +"234725",95643,12081,3,797,2166 +"234726",95643,18670,3,797,1835 +"234727",95643,21079,3,797,1997 +"234728",95643,23312,3,797,2449 +"234729",95643,38307,3,797,2648 +"234730",95643,49470,3,797,1528 +"234731",95643,52032,3,797,2853 +"234732",95643,53120,3,797,975 +"234733",95643,70573,3,797,1993 +"234734",95643,106231,2,797,858 +"234735",95644,267,3,1531,2631 +"234736",95644,1875,3,1531,1786 +"234737",95644,4671,3,1531,2280 +"234738",95644,11103,3,1531,2393 +"234739",95644,19096,3,1531,1538 +"234740",95644,20070,3,1531,1914 +"234741",95644,22207,3,1531,2365 +"234742",95644,28635,3,1531,2368 +"234743",95644,43385,3,1531,1623 +"234744",95644,48384,3,1531,2057 +"234745",95644,48571,3,1531,2717 +"234746",95644,55604,3,1531,2342 +"234747",95644,82681,3,1531,1620 +"234748",95647,7181,3,1172,1421 +"234749",95647,8865,3,1172,2394 +"234750",95647,19937,3,1172,1587 +"234751",95647,35903,3,1172,1434 +"234752",95647,48377,3,1172,1927 +"234753",95647,62966,3,1172,1282 +"234754",95653,7257,3,1440,1915 +"234755",95653,16910,3,1440,1978 +"234756",95653,22932,3,1440,2469 +"234757",95653,46049,3,1440,2102 +"234758",95653,55742,2,1440,2006 +"234759",95653,58711,3,1440,2746 +"234760",95653,67150,3,1440,2633 +"234761",95653,78227,3,1440,1745 +"234762",95653,78611,3,1440,1586 +"234763",95661,3100,2,872,2524 +"234764",95661,3403,3,872,2951 +"234765",95661,3786,2,872,2282 +"234766",95661,4144,3,872,1520 +"234767",95661,6071,3,872,2310 +"234768",95661,6432,3,872,2297 +"234769",95661,9050,3,872,2026 +"234770",95661,9727,3,872,2327 +"234771",95661,9912,2,872,1356 +"234772",95661,11135,1,872,2441 +"234773",95661,12031,3,872,1957 +"234774",95661,15502,2,872,2637 +"234775",95661,15916,3,872,1236 +"234776",95661,16833,3,872,1661 +"234777",95661,19687,2,872,2072 +"234778",95661,19972,3,872,2078 +"234779",95661,20517,3,872,1465 +"234780",95661,21895,3,872,1693 +"234781",95661,21976,2,872,1808 +"234782",95661,23639,2,872,2065 +"234783",95661,23731,3,872,1656 +"234784",95661,24116,3,872,1413 +"234785",95661,24441,3,872,2256 +"234786",95661,25270,1,872,985 +"234787",95661,25286,2,872,1545 +"234788",95661,26567,1,872,1158 +"234789",95661,28567,3,872,2398 +"234790",95661,34055,3,872,1881 +"234791",95661,42486,3,872,1951 +"234792",95661,43250,3,872,1300 +"234793",95661,45487,2,872,2256 +"234794",95661,47330,3,872,2422 +"234795",95661,47827,3,872,1957 +"234796",95661,51448,2,872,1593 +"234797",95661,54661,3,872,1949 +"234798",95661,55436,3,872,2513 +"234799",95661,56212,3,872,1410 +"234800",95661,56673,3,872,2419 +"234801",95661,56726,3,872,969 +"234802",95661,57383,3,872,1302 +"234803",95661,62498,2,872,1698 +"234804",95661,65223,3,872,2724 +"234805",95661,78460,1,872,985 +"234806",95661,79236,3,872,1505 +"234807",95661,79404,3,872,1079 +"234808",95661,80061,3,872,1223 +"234809",95661,80896,3,872,943 +"234810",95661,81134,2,872,1384 +"234811",95661,83133,3,872,1055 +"234812",95661,85264,3,872,1236 +"234813",95661,92381,2,872,1237 +"234814",95661,92947,3,872,1289 +"234815",95661,93317,2,872,1223 +"234816",95661,93670,3,872,1682 +"234817",95661,94399,3,872,963 +"234818",95661,99194,3,872,1271 +"234819",95661,99955,3,872,1223 +"234820",95661,104542,2,872,897 +"234821",95661,104659,3,872,2026 +"234822",95661,106554,3,872,1270 +"234823",95661,114769,3,872,1108 +"234824",95661,116792,2,872,2397 +"234825",95680,270,3,801,2542 +"234826",95680,472,3,801,964 +"234827",95680,1044,3,801,880 +"234828",95680,1175,3,801,1642 +"234829",95680,2424,2,801,2582 +"234830",95680,2533,3,801,2016 +"234831",95680,2694,3,801,2062 +"234832",95680,3305,3,801,2839 +"234833",95680,3506,3,801,2364 +"234834",95680,3849,3,801,1356 +"234835",95680,3966,3,801,2425 +"234836",95680,4107,3,801,987 +"234837",95680,7118,3,801,966 +"234838",95680,8238,3,801,2222 +"234839",95680,15813,2,801,2143 +"234840",95680,17571,2,801,953 +"234841",95680,17931,2,801,1617 +"234842",95680,21197,3,801,1437 +"234843",95680,21198,3,801,935 +"234844",95680,21285,3,801,2100 +"234845",95680,22682,3,801,2035 +"234846",95680,26234,3,801,2183 +"234847",95680,27796,3,801,2151 +"234848",95680,31705,3,801,2706 +"234849",95680,32131,3,801,1035 +"234850",95680,36637,2,801,2085 +"234851",95680,38263,3,801,2475 +"234852",95680,40009,3,801,1341 +"234853",95680,43455,3,801,2846 +"234854",95680,43481,3,801,875 +"234855",95680,46629,3,801,2255 +"234856",95680,50179,3,801,2230 +"234857",95680,51022,3,801,1499 +"234858",95680,52576,3,801,2234 +"234859",95680,58078,2,801,1252 +"234860",95680,61975,3,801,983 +"234861",95680,61982,3,801,2725 +"234862",95680,66756,3,801,1301 +"234863",95680,69348,3,801,2783 +"234864",95680,70603,3,801,1002 +"234865",95680,71971,3,801,1294 +"234866",95680,74377,3,801,1285 +"234867",95680,76196,3,801,1643 +"234868",95680,76892,2,801,2381 +"234869",95680,79837,3,801,1252 +"234870",95680,94404,2,801,1836 +"234871",95680,98080,1,801,1265 +"234872",95682,3477,3,881,2546 +"234873",95682,5350,3,881,2522 +"234874",95682,6063,3,881,2349 +"234875",95682,12462,2,881,1461 +"234876",95682,12779,3,881,936 +"234877",95682,18217,3,881,1566 +"234878",95682,33223,3,881,2397 +"234879",95682,40542,3,881,1664 +"234880",95682,52953,3,881,1741 +"234881",95682,73192,2,881,1955 +"234882",95690,364,3,765,2351 +"234883",95690,680,2,765,2569 +"234884",95690,1314,3,765,1522 +"234885",95690,1519,3,765,2349 +"234886",95690,2852,3,765,2448 +"234887",95690,3254,3,765,1258 +"234888",95690,3493,3,765,2451 +"234889",95690,3978,3,765,2775 +"234890",95690,4303,3,765,2414 +"234891",95690,4430,3,765,2019 +"234892",95690,5106,3,765,2622 +"234893",95690,5683,3,765,2468 +"234894",95690,5897,2,765,2337 +"234895",95690,7997,3,765,2049 +"234896",95690,8610,3,765,2240 +"234897",95690,8777,3,765,1620 +"234898",95690,9787,3,765,2858 +"234899",95690,10373,3,765,2436 +"234900",95690,10453,3,765,1656 +"234901",95690,12759,3,765,2414 +"234902",95690,14781,3,765,2338 +"234903",95690,14998,3,765,1553 +"234904",95690,15095,3,765,2001 +"234905",95690,17033,3,765,2771 +"234906",95690,18102,2,765,1642 +"234907",95690,18122,3,765,894 +"234908",95690,18124,3,765,1642 +"234909",95690,18381,3,765,1524 +"234910",95690,18421,3,765,2457 +"234911",95690,19655,3,765,2706 +"234912",95690,20395,3,765,1468 +"234913",95690,20941,2,765,2725 +"234914",95690,21207,3,765,1258 +"234915",95690,22244,3,765,2139 +"234916",95690,23000,3,765,1815 +"234917",95690,23966,3,765,891 +"234918",95690,25373,3,765,2783 +"234919",95690,26182,3,765,2775 +"234920",95690,27320,2,765,2378 +"234921",95690,27882,3,765,1897 +"234922",95690,28904,3,765,926 +"234923",95690,29473,3,765,2602 +"234924",95690,30334,3,765,2075 +"234925",95690,32470,3,765,1539 +"234926",95690,33665,3,765,787 +"234927",95690,33870,3,765,955 +"234928",95690,35004,3,765,1509 +"234929",95690,35715,3,765,2912 +"234930",95690,35797,3,765,2482 +"234931",95690,36514,3,765,1192 +"234932",95690,36737,2,765,829 +"234933",95690,37636,3,765,2178 +"234934",95690,38691,3,765,2585 +"234935",95690,40392,3,765,1878 +"234936",95690,40572,3,765,2666 +"234937",95690,41723,3,765,2101 +"234938",95690,42006,3,765,862 +"234939",95690,43204,3,765,1680 +"234940",95690,44074,3,765,1299 +"234941",95690,44341,3,765,1230 +"234942",95690,45480,3,765,1104 +"234943",95690,46982,2,765,2806 +"234944",95690,47013,2,765,2388 +"234945",95690,47375,3,765,2043 +"234946",95690,50585,3,765,2414 +"234947",95690,51783,3,765,2599 +"234948",95690,55413,3,765,2129 +"234949",95690,58875,3,765,1899 +"234950",95690,62715,2,765,1838 +"234951",95690,63644,3,765,1267 +"234952",95690,65856,3,765,2504 +"234953",95690,67617,3,765,1149 +"234954",95690,68345,2,765,1095 +"234955",95690,69037,3,765,849 +"234956",95690,70126,3,765,1158 +"234957",95690,76143,3,765,1610 +"234958",95690,80606,3,765,2079 +"234959",95690,90719,3,765,1234 +"234960",95690,91279,3,765,966 +"234961",95690,92678,3,765,1769 +"234962",95690,94525,3,765,1993 +"234963",95690,97309,3,765,1740 +"234964",95690,111790,3,765,905 +"234965",95708,360,3,433,1671 +"234966",95708,728,3,433,1812 +"234967",95708,2743,3,433,1278 +"234968",95708,3242,3,433,1730 +"234969",95708,4066,3,433,1736 +"234970",95708,6133,3,433,1229 +"234971",95708,7014,3,433,2401 +"234972",95708,8726,3,433,2083 +"234973",95708,10607,3,433,507 +"234974",95708,12586,3,433,613 +"234975",95708,12655,3,433,674 +"234976",95708,15594,2,433,753 +"234977",95708,15683,3,433,1729 +"234978",95708,16351,2,433,893 +"234979",95708,18965,3,433,2315 +"234980",95708,20824,3,433,1366 +"234981",95708,21407,3,433,2728 +"234982",95708,22260,3,433,2137 +"234983",95708,25722,3,433,1697 +"234984",95708,26286,3,433,2023 +"234985",95708,31303,2,433,1040 +"234986",95708,31700,3,433,2727 +"234987",95708,34216,3,433,2832 +"234988",95708,34472,3,433,837 +"234989",95708,34908,3,433,2796 +"234990",95708,37279,2,433,2768 +"234991",95708,37937,3,433,1320 +"234992",95708,41381,2,433,829 +"234993",95708,43360,1,433,979 +"234994",95708,53924,3,433,1289 +"234995",95708,58035,3,433,1646 +"234996",95708,64704,2,433,1359 +"234997",95708,68398,2,433,978 +"234998",95708,70854,3,433,635 +"234999",95708,85736,3,433,1601 +"235000",95708,87509,2,433,1907 +"235001",95708,96300,3,433,2594 +"235002",95730,1574,3,1481,1718 +"235003",95730,9273,3,1481,1747 +"235004",95730,16347,3,1481,1868 +"235005",95730,20200,3,1481,2322 +"235006",95730,25053,3,1481,2186 +"235007",95730,30096,3,1481,2082 +"235008",95730,32419,3,1481,1909 +"235009",95730,42382,3,1481,2224 +"235010",95730,58536,3,1481,2742 +"235011",95730,85525,3,1481,1718 +"235012",95757,7896,3,1232,2447 +"235013",95757,8623,3,1232,2463 +"235014",95757,11419,3,1232,1408 +"235015",95757,23692,3,1232,1540 +"235016",95757,26336,3,1232,1904 +"235017",95757,45355,3,1232,1450 +"235018",95757,47529,2,1232,2914 +"235019",95757,49414,3,1232,1667 +"235020",95757,50630,3,1232,2615 +"235021",95757,51758,2,1232,2310 +"235022",95757,51879,3,1232,1771 +"235023",95785,5962,3,1156,2491 +"235024",95785,6119,3,1156,2358 +"235025",95785,16286,3,1156,2470 +"235026",95785,69232,3,1156,2130 +"235027",95785,81753,3,1156,1736 +"235028",95836,4936,2,760,897 +"235029",95836,9057,2,760,2629 +"235030",95836,11620,3,760,2010 +"235031",95836,16940,3,760,1290 +"235032",95836,20311,2,760,1981 +"235033",95836,20975,3,760,1305 +"235034",95836,21198,3,760,935 +"235035",95836,21693,3,760,2176 +"235036",95836,22282,3,760,1418 +"235037",95836,22326,3,760,2818 +"235038",95836,22362,3,760,1836 +"235039",95836,23450,3,760,967 +"235040",95836,25577,3,760,1946 +"235041",95836,26903,3,760,2092 +"235042",95836,27849,3,760,1316 +"235043",95836,31338,3,760,917 +"235044",95836,31691,3,760,1657 +"235045",95836,33801,3,760,2899 +"235046",95836,34136,3,760,2202 +"235047",95836,38019,3,760,1870 +"235048",95836,52576,3,760,2234 +"235049",95836,56317,2,760,2030 +"235050",95836,58508,3,760,2326 +"235051",95836,71342,3,760,1289 +"235052",95836,73128,3,760,1549 +"235053",95836,77305,3,760,965 +"235054",95836,81588,2,760,1568 +"235055",95836,82949,3,760,2077 +"235056",95836,88232,3,760,2881 +"235057",95836,89097,2,760,935 +"235058",95846,2798,3,1324,1673 +"235059",95846,5622,3,1324,2175 +"235060",95846,7942,3,1324,2623 +"235061",95846,9057,3,1324,2629 +"235062",95846,24512,3,1324,1369 +"235063",95846,31530,3,1324,1661 +"235064",95846,31898,3,1324,1916 +"235065",95846,39294,3,1324,1889 +"235066",95851,4602,3,750,2446 +"235067",95851,10343,2,750,1072 +"235068",95851,13051,3,750,2692 +"235069",95851,20049,1,750,877 +"235070",95851,26080,3,750,2525 +"235071",95851,27391,3,750,2378 +"235072",95851,30016,3,750,1124 +"235073",95851,31927,3,750,818 +"235074",95851,36031,3,750,2342 +"235075",95851,39337,3,750,775 +"235076",95851,39746,2,750,1361 +"235077",95851,42254,2,750,1052 +"235078",95851,44564,3,750,2034 +"235079",95851,54388,3,750,1257 +"235080",95851,63701,3,750,1620 +"235081",95851,89681,3,750,1978 +"235082",95851,111855,3,750,1909 +"235083",95851,119978,3,750,815 +"235084",95852,13315,1,2045,2516 +"235085",95879,14,3,1748,1793 +"235086",95879,1767,3,1748,2727 +"235087",95879,3068,1,1748,1815 +"235088",95879,3980,3,1748,2771 +"235089",95879,4249,3,1748,2547 +"235090",95879,4784,2,1748,2511 +"235091",95879,6020,2,1748,1864 +"235092",95879,11625,3,1748,2022 +"235093",95879,13158,3,1748,2667 +"235094",95879,14172,3,1748,1923 +"235095",95879,17943,3,1748,1943 +"235096",95879,19317,3,1748,2041 +"235097",95879,20732,3,1748,2401 +"235098",95879,21358,2,1748,1970 +"235099",95879,23726,3,1748,2434 +"235100",95879,25941,3,1748,2369 +"235101",95879,30236,3,1748,2238 +"235102",95879,30827,3,1748,2323 +"235103",95879,31950,3,1748,2217 +"235104",95879,41489,3,1748,2006 +"235105",95879,42216,3,1748,2722 +"235106",95879,43404,3,1748,2649 +"235107",95879,45297,2,1748,1864 +"235108",95879,48823,1,1748,2080 +"235109",95879,54488,3,1748,2357 +"235110",95879,68813,3,1748,2511 +"235111",95879,82217,3,1748,2441 +"235112",95910,1203,3,999,1350 +"235113",95910,2540,3,999,1398 +"235114",95910,3127,3,999,2273 +"235115",95910,4660,3,999,2149 +"235116",95910,5106,2,999,2622 +"235117",95910,5599,3,999,1684 +"235118",95910,5614,3,999,2122 +"235119",95910,9227,3,999,1267 +"235120",95910,10087,3,999,1617 +"235121",95910,10754,3,999,1797 +"235122",95910,11136,3,999,2573 +"235123",95910,11990,3,999,1909 +"235124",95910,13068,3,999,1778 +"235125",95910,14781,3,999,2338 +"235126",95910,16684,3,999,1657 +"235127",95910,17033,2,999,2771 +"235128",95910,20395,3,999,1468 +"235129",95910,28357,2,999,1134 +"235130",95910,29267,3,999,1234 +"235131",95910,29286,3,999,1612 +"235132",95910,34057,3,999,1657 +"235133",95910,36953,3,999,2790 +"235134",95910,37036,3,999,2264 +"235135",95910,37424,3,999,1693 +"235136",95910,39534,2,999,2410 +"235137",95910,39999,3,999,1593 +"235138",95910,40572,3,999,2666 +"235139",95910,41338,3,999,1553 +"235140",95910,42813,3,999,2142 +"235141",95910,44025,1,999,1935 +"235142",95910,44877,3,999,1219 +"235143",95910,45480,3,999,1104 +"235144",95910,46486,2,999,1868 +"235145",95910,49347,3,999,2504 +"235146",95910,63641,3,999,2337 +"235147",95910,66717,3,999,2104 +"235148",95910,68931,3,999,2771 +"235149",95910,70583,3,999,2615 +"235150",95910,71467,3,999,1051 +"235151",95910,72438,2,999,1397 +"235152",95910,72535,3,999,1191 +"235153",95910,90709,3,999,1080 +"235154",95910,90719,3,999,1234 +"235155",95910,90789,3,999,1218 +"235156",95910,98058,3,999,1891 +"235157",95910,107383,3,999,1918 +"235158",95922,51783,3,221,2599 +"235159",95939,17257,3,958,1117 +"235160",95939,35589,3,958,983 +"235161",95939,99288,3,958,983 +"235162",95979,10859,3,1722,2231 +"235163",95979,15626,3,1722,2434 +"235164",95979,35888,3,1722,2291 +"235165",95979,53031,3,1722,2065 +"235166",95979,53323,3,1722,2677 +"235167",95979,53608,3,1722,1986 +"235168",95988,5515,2,399,2385 +"235169",95998,21044,2,1250,1574 +"235170",95998,38697,3,1250,2701 +"235171",95998,43768,3,1250,1468 +"235172",96000,1592,3,1789,2006 +"235173",96000,7703,3,1789,2122 +"235174",96000,10222,2,1789,2212 +"235175",96000,16497,3,1789,2370 +"235176",96000,18277,3,1789,2309 +"235177",96000,24198,1,1789,2217 +"235178",96000,88232,3,1789,2881 +"235179",96007,1314,3,895,1522 +"235180",96007,1519,3,895,2349 +"235181",96007,2226,3,895,2225 +"235182",96007,2429,2,895,999 +"235183",96007,2489,3,895,1537 +"235184",96007,2852,3,895,2448 +"235185",96007,3493,3,895,2451 +"235186",96007,4001,3,895,1687 +"235187",96007,4032,3,895,1763 +"235188",96007,4066,3,895,1736 +"235189",96007,4367,3,895,2794 +"235190",96007,4660,1,895,2149 +"235191",96007,5106,3,895,2622 +"235192",96007,5346,3,895,1438 +"235193",96007,5363,3,895,1791 +"235194",96007,5683,3,895,2468 +"235195",96007,8062,3,895,2858 +"235196",96007,8726,3,895,2083 +"235197",96007,8791,3,895,1789 +"235198",96007,9785,3,895,2951 +"235199",96007,10350,3,895,1163 +"235200",96007,11424,3,895,1631 +"235201",96007,12067,3,895,1213 +"235202",96007,12361,3,895,2732 +"235203",96007,13079,3,895,2547 +"235204",96007,13400,3,895,1371 +"235205",96007,14754,3,895,2456 +"235206",96007,14817,3,895,2110 +"235207",96007,15207,3,895,1855 +"235208",96007,16501,3,895,1650 +"235209",96007,16690,3,895,2132 +"235210",96007,17033,3,895,2771 +"235211",96007,17230,3,895,1965 +"235212",96007,17257,3,895,1117 +"235213",96007,19655,3,895,2706 +"235214",96007,20355,2,895,2111 +"235215",96007,20395,3,895,1468 +"235216",96007,20941,3,895,2725 +"235217",96007,21383,3,895,971 +"235218",96007,21681,3,895,2005 +"235219",96007,23398,3,895,896 +"235220",96007,23756,3,895,2309 +"235221",96007,27686,2,895,2844 +"235222",96007,27897,3,895,1968 +"235223",96007,28081,3,895,1927 +"235224",96007,28357,3,895,1134 +"235225",96007,28909,3,895,978 +"235226",96007,29267,3,895,1234 +"235227",96007,30368,3,895,2487 +"235228",96007,31335,3,895,2351 +"235229",96007,32202,2,895,2314 +"235230",96007,32479,3,895,969 +"235231",96007,34831,3,895,1866 +"235232",96007,35456,3,895,2358 +"235233",96007,35589,3,895,983 +"235234",96007,36487,2,895,2622 +"235235",96007,37059,3,895,2840 +"235236",96007,37424,3,895,1693 +"235237",96007,37859,3,895,1999 +"235238",96007,38373,3,895,1928 +"235239",96007,38513,3,895,914 +"235240",96007,38691,3,895,2585 +"235241",96007,39062,3,895,2020 +"235242",96007,39249,2,895,1665 +"235243",96007,39534,2,895,2410 +"235244",96007,40572,3,895,2666 +"235245",96007,41023,3,895,2408 +"235246",96007,41581,3,895,1692 +"235247",96007,43673,3,895,2787 +"235248",96007,44074,3,895,1299 +"235249",96007,44877,3,895,1219 +"235250",96007,46119,3,895,2084 +"235251",96007,46384,3,895,2285 +"235252",96007,47013,3,895,2388 +"235253",96007,49347,3,895,2504 +"235254",96007,50354,3,895,1299 +"235255",96007,51144,3,895,2466 +"235256",96007,51774,2,895,2459 +"235257",96007,51879,3,895,1771 +"235258",96007,58229,3,895,1202 +"235259",96007,62626,3,895,2787 +"235260",96007,63641,1,895,2337 +"235261",96007,66717,1,895,2104 +"235262",96007,70583,3,895,2615 +"235263",96007,72438,3,895,1397 +"235264",96007,72535,1,895,1191 +"235265",96007,72632,3,895,1289 +"235266",96007,78423,2,895,2840 +"235267",96007,78842,2,895,904 +"235268",96007,80338,3,895,2059 +"235269",96007,82341,3,895,1515 +"235270",96007,82932,3,895,2245 +"235271",96007,85198,3,895,1794 +"235272",96007,87958,2,895,1234 +"235273",96007,90789,3,895,1218 +"235274",96007,92297,3,895,2952 +"235275",96007,94520,3,895,1243 +"235276",96007,95910,3,895,999 +"235277",96007,99288,3,895,983 +"235278",96007,107435,3,895,1635 +"235279",96007,122453,3,895,1591 +"235280",96059,2452,2,1286,1715 +"235281",96059,38373,2,1286,1928 +"235282",96059,39249,3,1286,1665 +"235283",96059,44557,3,1286,2371 +"235284",96059,61443,3,1286,2770 +"235285",96059,74474,2,1286,2338 +"235286",96059,96365,3,1286,1700 +"235287",96068,1708,3,215,1591 +"235288",96068,5864,3,215,1197 +"235289",96068,10875,3,215,1234 +"235290",96068,12084,2,215,1960 +"235291",96068,14772,3,215,2386 +"235292",96068,16910,3,215,1978 +"235293",96068,23879,3,215,438 +"235294",96068,23963,2,215,647 +"235295",96068,25530,3,215,2884 +"235296",96068,28090,3,215,1755 +"235297",96068,32849,3,215,975 +"235298",96068,41004,2,215,2561 +"235299",96068,42175,3,215,1594 +"235300",96068,46602,2,215,2786 +"235301",96068,51516,3,215,1361 +"235302",96068,56396,3,215,2408 +"235303",96068,60966,3,215,2734 +"235304",96068,68888,1,215,2786 +"235305",96068,73266,3,215,2496 +"235306",96068,104195,3,215,1187 +"235307",96068,105077,2,215,920 +"235308",96068,111004,3,215,796 +"235309",96073,160,3,568,2007 +"235310",96073,1702,3,568,1984 +"235311",96073,2120,3,568,1133 +"235312",96073,2226,3,568,2225 +"235313",96073,2407,3,568,1725 +"235314",96073,5792,3,568,975 +"235315",96073,7450,2,568,2827 +"235316",96073,7798,2,568,949 +"235317",96073,8865,3,568,2394 +"235318",96073,9391,3,568,1252 +"235319",96073,10148,3,568,2964 +"235320",96073,11383,3,568,977 +"235321",96073,11518,3,568,803 +"235322",96073,22317,3,568,1552 +"235323",96073,25327,3,568,977 +"235324",96073,28440,3,568,675 +"235325",96073,30906,3,568,2537 +"235326",96073,32202,3,568,2314 +"235327",96073,35133,2,568,2219 +"235328",96073,35903,3,568,1434 +"235329",96073,42715,3,568,987 +"235330",96073,45355,3,568,1450 +"235331",96073,46261,3,568,2350 +"235332",96073,46486,3,568,1868 +"235333",96073,47965,3,568,2232 +"235334",96073,55072,2,568,612 +"235335",96073,61240,3,568,2651 +"235336",96073,67942,3,568,973 +"235337",96073,76507,2,568,1437 +"235338",96073,86162,3,568,703 +"235339",96073,90709,2,568,1080 +"235340",96073,99332,3,568,873 +"235341",96073,102530,3,568,880 +"235342",96132,6055,3,1489,2651 +"235343",96132,7616,3,1489,2296 +"235344",96132,8275,3,1489,2237 +"235345",96132,12692,3,1489,1855 +"235346",96132,15207,2,1489,1855 +"235347",96132,16539,3,1489,1947 +"235348",96132,19593,2,1489,2013 +"235349",96132,23006,3,1489,1532 +"235350",96132,27104,3,1489,1608 +"235351",96132,28131,3,1489,1492 +"235352",96132,36441,3,1489,2796 +"235353",96132,41108,3,1489,1624 +"235354",96132,42799,2,1489,2729 +"235355",96132,45903,3,1489,2237 +"235356",96132,46635,2,1489,2528 +"235357",96132,55076,3,1489,2408 +"235358",96132,56903,2,1489,1584 +"235359",96132,62148,3,1489,1566 +"235360",96132,68024,3,1489,1531 +"235361",96132,76356,3,1489,2323 +"235362",96132,85356,1,1489,1492 +"235363",96132,86785,2,1489,1607 +"235364",96169,13024,3,2356,2468 +"235365",96169,18954,3,2356,2364 +"235366",96169,51265,3,2356,2670 +"235367",96197,3968,3,1670,2712 +"235368",96197,8525,3,1670,1787 +"235369",96197,14623,3,1670,2043 +"235370",96197,23302,3,1670,2677 +"235371",96197,24610,3,1670,2733 +"235372",96197,30317,3,1670,2431 +"235373",96197,32939,2,1670,2277 +"235374",96197,56737,3,1670,2270 +"235375",96197,57804,3,1670,2214 +"235376",96197,96387,3,1670,2159 +"235377",96225,14108,3,1760,2012 +"235378",96225,41969,3,1760,2189 +"235379",96226,6047,3,1412,2004 +"235380",96226,15700,3,1412,1712 +"235381",96226,39516,3,1412,2393 +"235382",96300,21407,2,2594,2728 +"235383",96300,35477,3,2594,2703 +"235384",96300,37279,2,2594,2768 +"235385",96301,1386,3,818,1901 +"235386",96301,9030,3,818,1979 +"235387",96301,10945,2,818,881 +"235388",96301,11419,2,818,1408 +"235389",96301,13201,3,818,2034 +"235390",96301,14669,3,818,2080 +"235391",96301,14772,3,818,2386 +"235392",96301,15343,3,818,2125 +"235393",96301,16029,3,818,1160 +"235394",96301,17021,3,818,1226 +"235395",96301,17967,2,818,2125 +"235396",96301,21417,3,818,2422 +"235397",96301,23301,3,818,1611 +"235398",96301,25541,3,818,917 +"235399",96301,29756,2,818,2051 +"235400",96301,29791,3,818,1986 +"235401",96301,33722,1,818,1225 +"235402",96301,34311,3,818,2213 +"235403",96301,35542,3,818,1439 +"235404",96301,38908,3,818,1787 +"235405",96301,42814,3,818,1149 +"235406",96301,44684,3,818,1220 +"235407",96301,45664,3,818,2235 +"235408",96301,55691,3,818,2856 +"235409",96301,56396,3,818,2408 +"235410",96301,61336,2,818,2218 +"235411",96301,68215,3,818,2727 +"235412",96301,73266,1,818,2496 +"235413",96301,77057,3,818,1866 +"235414",96301,77095,3,818,1622 +"235415",96301,80655,3,818,1546 +"235416",96301,82735,3,818,829 +"235417",96301,86279,3,818,1076 +"235418",96301,87198,3,818,1462 +"235419",96301,89586,3,818,1401 +"235420",96301,90501,2,818,2380 +"235421",96301,117932,2,818,926 +"235422",96308,2063,3,521,1278 +"235423",96308,3167,3,521,1676 +"235424",96308,3961,3,521,2426 +"235425",96308,5239,3,521,2875 +"235426",96308,5363,3,521,1791 +"235427",96308,7196,1,521,1508 +"235428",96308,7269,3,521,1728 +"235429",96308,7984,2,521,2493 +"235430",96308,8913,2,521,968 +"235431",96308,11477,2,521,2724 +"235432",96308,11546,3,521,1174 +"235433",96308,13780,3,521,2412 +"235434",96308,14943,2,521,1942 +"235435",96308,15401,2,521,1999 +"235436",96308,16625,2,521,1285 +"235437",96308,16801,3,521,2008 +"235438",96308,16826,3,521,2599 +"235439",96308,17484,3,521,1256 +"235440",96308,17934,3,521,1059 +"235441",96308,17997,3,521,1621 +"235442",96308,18103,3,521,1968 +"235443",96308,18735,3,521,1581 +"235444",96308,20067,3,521,2390 +"235445",96308,20311,3,521,1981 +"235446",96308,24586,3,521,2465 +"235447",96308,25271,3,521,1172 +"235448",96308,26713,3,521,1235 +"235449",96308,27860,3,521,1588 +"235450",96308,28582,3,521,2698 +"235451",96308,28731,3,521,955 +"235452",96308,28784,2,521,1579 +"235453",96308,29456,3,521,1182 +"235454",96308,30747,3,521,2455 +"235455",96308,31069,3,521,1995 +"235456",96308,31700,3,521,2727 +"235457",96308,32988,1,521,2008 +"235458",96308,33241,3,521,632 +"235459",96308,33801,3,521,2899 +"235460",96308,34158,3,521,2639 +"235461",96308,36862,3,521,2655 +"235462",96308,37937,3,521,1320 +"235463",96308,38219,2,521,1689 +"235464",96308,38449,3,521,1802 +"235465",96308,40432,2,521,1956 +"235466",96308,40645,3,521,1899 +"235467",96308,42505,2,521,2008 +"235468",96308,44720,3,521,1202 +"235469",96308,45959,3,521,1880 +"235470",96308,46040,3,521,2105 +"235471",96308,47435,3,521,878 +"235472",96308,51410,3,521,2739 +"235473",96308,55139,3,521,2323 +"235474",96308,56237,3,521,2625 +"235475",96308,63328,3,521,922 +"235476",96308,64786,3,521,870 +"235477",96308,65155,2,521,1947 +"235478",96308,65203,3,521,1597 +"235479",96308,65322,2,521,2008 +"235480",96308,70736,3,521,1512 +"235481",96308,70854,3,521,635 +"235482",96308,74730,3,521,535 +"235483",96308,76511,3,521,1250 +"235484",96308,78150,3,521,2581 +"235485",96308,78569,3,521,578 +"235486",96308,79815,3,521,1713 +"235487",96308,82301,3,521,1621 +"235488",96308,82409,3,521,1881 +"235489",96308,82767,3,521,1641 +"235490",96308,85875,3,521,957 +"235491",96308,89511,3,521,1205 +"235492",96308,92757,2,521,2615 +"235493",96308,96352,3,521,1493 +"235494",96308,97160,2,521,1215 +"235495",96308,106620,3,521,1177 +"235496",96310,21,3,1016,1385 +"235497",96310,750,3,1016,1327 +"235498",96310,1108,2,1016,1600 +"235499",96310,1314,3,1016,1522 +"235500",96310,1349,3,1016,1147 +"235501",96310,1846,3,1016,1845 +"235502",96310,2936,3,1016,2512 +"235503",96310,2959,3,1016,1785 +"235504",96310,3493,3,1016,2451 +"235505",96310,4526,3,1016,1728 +"235506",96310,4660,3,1016,2149 +"235507",96310,5683,2,1016,2468 +"235508",96310,7451,3,1016,1254 +"235509",96310,7942,3,1016,2623 +"235510",96310,8923,2,1016,1266 +"235511",96310,8984,3,1016,1162 +"235512",96310,9503,3,1016,2453 +"235513",96310,11728,3,1016,1121 +"235514",96310,12948,3,1016,2669 +"235515",96310,17388,2,1016,1023 +"235516",96310,17645,3,1016,1918 +"235517",96310,18005,3,1016,2449 +"235518",96310,20941,3,1016,2725 +"235519",96310,21207,3,1016,1258 +"235520",96310,23692,3,1016,1540 +"235521",96310,27320,2,1016,2378 +"235522",96310,31335,3,1016,2351 +"235523",96310,32470,3,1016,1539 +"235524",96310,34094,3,1016,1360 +"235525",96310,37522,3,1016,1270 +"235526",96310,38087,2,1016,1083 +"235527",96310,42331,3,1016,1585 +"235528",96310,45905,3,1016,2785 +"235529",96310,46650,3,1016,1330 +"235530",96310,59485,3,1016,1564 +"235531",96310,60258,2,1016,2405 +"235532",96310,60808,3,1016,1258 +"235533",96310,63644,3,1016,1267 +"235534",96310,67617,1,1016,1149 +"235535",96310,67815,3,1016,2476 +"235536",96310,68539,3,1016,1158 +"235537",96310,72986,1,1016,1055 +"235538",96310,74370,3,1016,1667 +"235539",96310,100048,3,1016,1573 +"235540",96332,3158,3,1197,2762 +"235541",96332,4249,3,1197,2547 +"235542",96332,4634,2,1197,2291 +"235543",96332,8463,2,1197,2466 +"235544",96332,8607,3,1197,1685 +"235545",96332,9724,3,1197,2713 +"235546",96332,10701,3,1197,2000 +"235547",96332,12966,2,1197,2011 +"235548",96332,14470,3,1197,2632 +"235549",96332,14490,3,1197,2291 +"235550",96332,14957,2,1197,2306 +"235551",96332,15782,2,1197,2306 +"235552",96332,16963,1,1197,1999 +"235553",96332,17695,3,1197,1930 +"235554",96332,20709,3,1197,1757 +"235555",96332,26597,3,1197,2070 +"235556",96332,36478,3,1197,2808 +"235557",96332,41489,3,1197,2006 +"235558",96332,43701,3,1197,2400 +"235559",96332,44132,3,1197,1999 +"235560",96332,45297,3,1197,1864 +"235561",96332,47882,3,1197,2769 +"235562",96332,49142,3,1197,2289 +"235563",96332,51505,2,1197,1572 +"235564",96332,52386,3,1197,1830 +"235565",96332,66368,3,1197,2413 +"235566",96332,69260,3,1197,1698 +"235567",96332,82217,3,1197,2441 +"235568",96332,84235,2,1197,1639 +"235569",96349,5414,3,1874,2321 +"235570",96349,6262,3,1874,2733 +"235571",96349,9716,3,1874,1929 +"235572",96349,12228,3,1874,2034 +"235573",96349,14025,2,1874,2384 +"235574",96349,14626,3,1874,2175 +"235575",96349,15075,3,1874,2252 +"235576",96349,53537,3,1874,2428 +"235577",96349,56737,3,1874,2270 +"235578",96349,79036,2,1874,2524 +"235579",96349,91631,3,1874,1899 +"235580",96352,1147,3,1493,1999 +"235581",96352,1154,3,1493,1656 +"235582",96352,2424,3,1493,2582 +"235583",96352,3947,3,1493,2067 +"235584",96352,3961,3,1493,2426 +"235585",96352,5239,3,1493,2875 +"235586",96352,5798,3,1493,1779 +"235587",96352,7196,2,1493,1508 +"235588",96352,7984,2,1493,2493 +"235589",96352,8890,3,1493,1955 +"235590",96352,11477,3,1493,2724 +"235591",96352,13780,3,1493,2412 +"235592",96352,14108,3,1493,2012 +"235593",96352,14943,3,1493,1942 +"235594",96352,15401,2,1493,1999 +"235595",96352,16365,3,1493,2217 +"235596",96352,16801,2,1493,2008 +"235597",96352,16826,3,1493,2599 +"235598",96352,17997,3,1493,1621 +"235599",96352,18103,3,1493,1968 +"235600",96352,18348,3,1493,1711 +"235601",96352,18735,3,1493,1581 +"235602",96352,20067,3,1493,2390 +"235603",96352,20311,3,1493,1981 +"235604",96352,21285,3,1493,2100 +"235605",96352,21670,3,1493,2158 +"235606",96352,21681,3,1493,2005 +"235607",96352,21872,3,1493,2458 +"235608",96352,25577,3,1493,1946 +"235609",96352,28582,3,1493,2698 +"235610",96352,28784,2,1493,1579 +"235611",96352,30747,3,1493,2455 +"235612",96352,31069,3,1493,1995 +"235613",96352,31700,3,1493,2727 +"235614",96352,32988,2,1493,2008 +"235615",96352,33801,3,1493,2899 +"235616",96352,34158,3,1493,2639 +"235617",96352,35822,3,1493,1903 +"235618",96352,36031,3,1493,2342 +"235619",96352,36862,3,1493,2655 +"235620",96352,38019,3,1493,1870 +"235621",96352,38140,3,1493,1866 +"235622",96352,38219,2,1493,1689 +"235623",96352,38602,3,1493,2693 +"235624",96352,40432,3,1493,1956 +"235625",96352,40645,2,1493,1899 +"235626",96352,42505,2,1493,2008 +"235627",96352,45959,2,1493,1880 +"235628",96352,46040,3,1493,2105 +"235629",96352,47384,3,1493,1639 +"235630",96352,48215,3,1493,2028 +"235631",96352,49265,3,1493,2686 +"235632",96352,53323,3,1493,2677 +"235633",96352,55139,3,1493,2323 +"235634",96352,56317,3,1493,2030 +"235635",96352,57380,3,1493,2362 +"235636",96352,58164,2,1493,2398 +"235637",96352,65155,2,1493,1947 +"235638",96352,65203,2,1493,1597 +"235639",96352,65322,2,1493,2008 +"235640",96352,72728,3,1493,2234 +"235641",96352,73192,3,1493,1955 +"235642",96352,78150,1,1493,2581 +"235643",96352,79567,3,1493,1942 +"235644",96352,82409,3,1493,1881 +"235645",96352,85869,3,1493,1509 +"235646",96352,88232,3,1493,2881 +"235647",96352,92757,3,1493,2615 +"235648",96365,2452,3,1700,1715 +"235649",96365,9272,3,1700,2835 +"235650",96365,38373,3,1700,1928 +"235651",96387,55,3,2159,2524 +"235652",96387,1785,3,2159,2350 +"235653",96387,3506,2,2159,2364 +"235654",96387,4403,3,2159,2416 +"235655",96387,6621,3,2159,2478 +"235656",96387,16866,3,2159,2718 +"235657",96387,17925,2,2159,2385 +"235658",96387,20695,3,2159,2526 +"235659",96387,21872,2,2159,2458 +"235660",96387,26740,3,2159,2695 +"235661",96387,31990,3,2159,2264 +"235662",96387,32724,2,2159,2581 +"235663",96387,32939,3,2159,2277 +"235664",96387,37801,3,2159,2578 +"235665",96387,44312,3,2159,2741 +"235666",96387,48931,2,2159,2444 +"235667",96387,54953,3,2159,2223 +"235668",96387,57804,3,2159,2214 +"235669",96387,71982,3,2159,2812 +"235670",96401,758,3,303,1232 +"235671",96401,1629,3,303,1289 +"235672",96401,2979,3,303,2912 +"235673",96401,3477,3,303,2546 +"235674",96401,4361,3,303,2571 +"235675",96401,5792,3,303,975 +"235676",96401,5839,2,303,2301 +"235677",96401,7252,3,303,2799 +"235678",96401,7337,3,303,1797 +"235679",96401,8908,3,303,1537 +"235680",96401,11351,3,303,2971 +"235681",96401,11563,3,303,1863 +"235682",96401,14503,2,303,437 +"235683",96401,18381,3,303,1524 +"235684",96401,18978,3,303,952 +"235685",96401,19718,3,303,1702 +"235686",96401,20688,3,303,891 +"235687",96401,21207,3,303,1258 +"235688",96401,21593,3,303,1312 +"235689",96401,21684,3,303,1971 +"235690",96401,23131,3,303,1732 +"235691",96401,25832,3,303,1689 +"235692",96401,26551,3,303,652 +"235693",96401,33341,3,303,2338 +"235694",96401,33681,2,303,1059 +"235695",96401,33870,2,303,955 +"235696",96401,36912,3,303,2469 +"235697",96401,37632,3,303,1295 +"235698",96401,42813,3,303,2142 +"235699",96401,43159,3,303,512 +"235700",96401,44497,3,303,2401 +"235701",96401,46486,3,303,1868 +"235702",96401,47968,3,303,2829 +"235703",96401,53726,3,303,1729 +"235704",96401,54239,3,303,336 +"235705",96401,54467,3,303,919 +"235706",96401,58521,3,303,2950 +"235707",96401,64947,3,303,2489 +"235708",96401,66677,3,303,2151 +"235709",96401,67942,3,303,973 +"235710",96401,88212,3,303,2547 +"235711",96401,90709,3,303,1080 +"235712",96401,91849,3,303,1166 +"235713",96401,99218,3,303,481 +"235714",96401,99332,2,303,873 +"235715",96401,110218,2,303,437 +"235716",96401,110749,3,303,772 +"235717",96425,2206,3,2007,2536 +"235718",96425,10129,3,2007,2124 +"235719",96425,19686,3,2007,2467 +"235720",96425,26286,2,2007,2023 +"235721",96425,42256,3,2007,2839 +"235722",96462,13879,3,1967,2748 +"235723",96477,43524,3,1306,2572 +"235724",96477,55405,1,1306,2788 +"235725",96477,83362,3,1306,1877 +"235726",96553,5315,3,1887,2631 +"235727",96553,7616,3,1887,2296 +"235728",96553,8726,3,1887,2083 +"235729",96553,10857,3,1887,2253 +"235730",96553,13324,3,1887,2163 +"235731",96553,16539,3,1887,1947 +"235732",96553,23460,3,1887,2183 +"235733",96553,23825,3,1887,1913 +"235734",96553,34480,3,1887,2755 +"235735",96553,54551,3,1887,2348 +"235736",96553,55076,3,1887,2408 +"235737",96553,63477,3,1887,1907 +"235738",96563,2863,2,961,1657 +"235739",96563,5346,3,961,1438 +"235740",96563,13724,2,961,1573 +"235741",96563,15207,3,961,1855 +"235742",96563,15453,3,961,1688 +"235743",96563,21249,2,961,1635 +"235744",96563,35186,1,961,1520 +"235745",96563,42196,3,961,2765 +"235746",96563,42642,3,961,2257 +"235747",96563,44193,2,961,989 +"235748",96563,46580,3,961,2346 +"235749",96563,51055,3,961,2558 +"235750",96563,53968,3,961,2703 +"235751",96563,58812,2,961,1170 +"235752",96563,60516,3,961,2257 +"235753",96563,77811,3,961,1871 +"235754",96563,81269,2,961,1570 +"235755",96563,84268,2,961,1217 +"235756",96563,86152,3,961,1944 +"235757",96563,94138,3,961,1939 +"235758",96563,94520,3,961,1243 +"235759",96599,32064,3,116,1739 +"235760",96599,58384,2,116,1637 +"235761",96599,90378,3,116,890 +"235762",96611,3164,3,765,2693 +"235763",96611,6030,3,765,2953 +"235764",96611,6602,3,765,1631 +"235765",96611,7616,2,765,2296 +"235766",96611,9871,3,765,921 +"235767",96611,10439,3,765,773 +"235768",96611,10474,3,765,1608 +"235769",96611,10592,2,765,859 +"235770",96611,10744,3,765,955 +"235771",96611,12122,3,765,1385 +"235772",96611,12712,3,765,815 +"235773",96611,12778,3,765,2045 +"235774",96611,14855,3,765,903 +"235775",96611,16539,2,765,1947 +"235776",96611,17502,3,765,869 +"235777",96611,18011,3,765,1636 +"235778",96611,19208,3,765,2629 +"235779",96611,22543,3,765,1594 +"235780",96611,22566,3,765,2308 +"235781",96611,23679,2,765,934 +"235782",96611,24753,3,765,2860 +"235783",96611,26659,3,765,903 +"235784",96611,27001,3,765,1761 +"235785",96611,27030,3,765,2031 +"235786",96611,28050,3,765,1955 +"235787",96611,28168,3,765,2702 +"235788",96611,34812,3,765,2442 +"235789",96611,34820,3,765,1630 +"235790",96611,36837,3,765,1556 +"235791",96611,40129,3,765,2162 +"235792",96611,41664,3,765,2641 +"235793",96611,42515,3,765,2752 +"235794",96611,44135,3,765,2620 +"235795",96611,49334,3,765,2433 +"235796",96611,50254,3,765,1151 +"235797",96611,55076,3,765,2408 +"235798",96611,57246,3,765,1873 +"235799",96611,60624,3,765,1570 +"235800",96611,67748,3,765,1498 +"235801",96611,69250,2,765,1439 +"235802",96611,76646,2,765,1263 +"235803",96611,77611,3,765,1795 +"235804",96611,82893,2,765,1275 +"235805",96621,472,2,697,964 +"235806",96621,4623,3,697,1176 +"235807",96621,13248,3,697,1385 +"235808",96621,14943,3,697,1942 +"235809",96621,22011,1,697,885 +"235810",96621,27355,3,697,870 +"235811",96621,28752,2,697,709 +"235812",96621,34158,3,697,2639 +"235813",96621,38219,3,697,1689 +"235814",96621,40487,3,697,2512 +"235815",96621,51319,2,697,2488 +"235816",96621,52471,3,697,2483 +"235817",96621,64786,3,697,870 +"235818",96621,70996,3,697,1037 +"235819",96621,80826,3,697,1251 +"235820",96621,85875,3,697,957 +"235821",96648,12356,3,953,2757 +"235822",96648,17906,2,953,1940 +"235823",96648,24405,3,953,1443 +"235824",96648,41607,3,953,2802 +"235825",96648,57380,3,953,2362 +"235826",96648,68939,2,953,1051 +"235827",96648,98856,3,953,1075 +"235828",96653,9624,3,1917,2398 +"235829",96671,1691,3,359,1941 +"235830",96671,2407,3,359,1725 +"235831",96671,6390,3,359,2385 +"235832",96671,14108,3,359,2012 +"235833",96671,15546,3,359,2055 +"235834",96671,16866,3,359,2718 +"235835",96671,18865,3,359,2676 +"235836",96671,19208,3,359,2629 +"235837",96671,19605,3,359,2395 +"235838",96671,25565,3,359,2764 +"235839",96671,34945,2,359,1298 +"235840",96671,36439,3,359,2469 +"235841",96671,41085,3,359,637 +"235842",96671,47585,3,359,794 +"235843",96671,49300,3,359,515 +"235844",96671,50480,3,359,2701 +"235845",96671,52327,3,359,1472 +"235846",96671,56910,2,359,2705 +"235847",96671,57990,3,359,978 +"235848",96671,61785,3,359,822 +"235849",96671,63395,3,359,2334 +"235850",96671,68979,3,359,1173 +"235851",96671,71274,3,359,2390 +"235852",96671,76192,3,359,912 +"235853",96671,92592,3,359,486 +"235854",96671,99953,3,359,581 +"235855",96671,101967,3,359,691 +"235856",96678,455,3,1183,2827 +"235857",96678,1386,3,1183,1901 +"235858",96678,1777,3,1183,1965 +"235859",96678,2349,3,1183,1288 +"235860",96678,2765,2,1183,2321 +"235861",96678,3067,3,1183,1378 +"235862",96678,3695,3,1183,2612 +"235863",96678,3830,3,1183,1661 +"235864",96678,5078,3,1183,2033 +"235865",96678,5457,3,1183,2077 +"235866",96678,5462,3,1183,2374 +"235867",96678,5491,3,1183,2048 +"235868",96678,5504,3,1183,2389 +"235869",96678,5621,3,1183,1860 +"235870",96678,7078,3,1183,2344 +"235871",96678,7861,3,1183,1647 +"235872",96678,9030,3,1183,1979 +"235873",96678,11602,3,1183,1493 +"235874",96678,11976,3,1183,1727 +"235875",96678,13535,2,1183,1491 +"235876",96678,13732,3,1183,2789 +"235877",96678,14652,3,1183,2516 +"235878",96678,14888,1,1183,1411 +"235879",96678,15500,1,1183,1658 +"235880",96678,17826,2,1183,2920 +"235881",96678,18151,3,1183,2962 +"235882",96678,18458,2,1183,2477 +"235883",96678,18571,3,1183,2128 +"235884",96678,19637,3,1183,1229 +"235885",96678,20423,2,1183,2654 +"235886",96678,20545,2,1183,1491 +"235887",96678,20563,3,1183,2267 +"235888",96678,20659,1,1183,1969 +"235889",96678,21092,3,1183,1643 +"235890",96678,21193,3,1183,2490 +"235891",96678,21225,2,1183,1945 +"235892",96678,21795,3,1183,2653 +"235893",96678,22108,3,1183,1915 +"235894",96678,22714,3,1183,2793 +"235895",96678,24362,3,1183,1287 +"235896",96678,26106,2,1183,2015 +"235897",96678,26713,2,1183,1235 +"235898",96678,26793,3,1183,2104 +"235899",96678,26865,3,1183,2726 +"235900",96678,27478,3,1183,2485 +"235901",96678,27950,3,1183,1380 +"235902",96678,29791,3,1183,1986 +"235903",96678,30081,3,1183,2403 +"235904",96678,31164,3,1183,1996 +"235905",96678,31307,3,1183,2139 +"235906",96678,32761,3,1183,2680 +"235907",96678,34160,3,1183,1759 +"235908",96678,37677,2,1183,1908 +"235909",96678,38908,2,1183,1787 +"235910",96678,39827,2,1183,2321 +"235911",96678,41278,3,1183,1873 +"235912",96678,43839,2,1183,1685 +"235913",96678,44235,3,1183,2700 +"235914",96678,44684,1,1183,1220 +"235915",96678,46951,3,1183,2429 +"235916",96678,47947,3,1183,2681 +"235917",96678,49032,2,1183,2469 +"235918",96678,49461,2,1183,2793 +"235919",96678,49666,3,1183,2408 +"235920",96678,52442,3,1183,1269 +"235921",96678,53031,3,1183,2065 +"235922",96678,53637,3,1183,2113 +"235923",96678,55556,3,1183,2075 +"235924",96678,57565,2,1183,1577 +"235925",96678,57781,2,1183,1971 +"235926",96678,67264,2,1183,2790 +"235927",96678,71478,3,1183,1721 +"235928",96678,71702,3,1183,2353 +"235929",96678,72122,2,1183,1436 +"235930",96678,74095,3,1183,2333 +"235931",96678,85592,2,1183,1412 +"235932",96678,88966,2,1183,1568 +"235933",96678,89668,2,1183,1279 +"235934",96678,97811,3,1183,1288 +"235935",96679,12356,3,183,2757 +"235936",96679,21225,3,183,1945 +"235937",96679,26793,2,183,2104 +"235938",96679,27543,3,183,666 +"235939",96679,30057,3,183,504 +"235940",96679,36609,3,183,2918 +"235941",96679,37400,3,183,2860 +"235942",96679,43153,3,183,1381 +"235943",96679,50958,2,183,477 +"235944",96679,55349,2,183,826 +"235945",96679,81895,3,183,1634 +"235946",96679,88710,3,183,927 +"235947",96700,1520,3,1602,1716 +"235948",96700,4188,3,1602,2963 +"235949",96700,5937,3,1602,2392 +"235950",96700,7499,3,1602,1803 +"235951",96700,8899,2,1602,2023 +"235952",96700,11868,2,1602,1639 +"235953",96700,14612,3,1602,2340 +"235954",96700,14838,3,1602,1746 +"235955",96700,15150,2,1602,2801 +"235956",96700,15558,2,1602,2389 +"235957",96700,16477,3,1602,2069 +"235958",96700,19002,2,1602,2053 +"235959",96700,20011,2,1602,2826 +"235960",96700,22744,3,1602,1907 +"235961",96700,23498,3,1602,2398 +"235962",96700,23728,3,1602,2601 +"235963",96700,23771,3,1602,1614 +"235964",96700,23802,3,1602,1713 +"235965",96700,26698,3,1602,1963 +"235966",96700,29775,3,1602,2064 +"235967",96700,30194,2,1602,2874 +"235968",96700,32079,3,1602,2315 +"235969",96700,33460,3,1602,2781 +"235970",96700,34576,2,1602,1727 +"235971",96700,41521,3,1602,2069 +"235972",96700,42136,3,1602,2551 +"235973",96700,44730,2,1602,2468 +"235974",96700,48585,2,1602,2063 +"235975",96700,49415,3,1602,2654 +"235976",96700,50899,3,1602,2125 +"235977",96700,52953,3,1602,1741 +"235978",96700,53648,3,1602,2167 +"235979",96700,56413,3,1602,2747 +"235980",96700,67836,3,1602,2195 +"235981",96700,76997,3,1602,2223 +"235982",96700,106330,3,1602,2559 +"235983",96706,3493,3,1597,2451 +"235984",96706,8865,3,1597,2394 +"235985",96706,9481,2,1597,1610 +"235986",96706,10453,3,1597,1656 +"235987",96706,12361,3,1597,2732 +"235988",96706,14817,3,1597,2110 +"235989",96706,15826,3,1597,2772 +"235990",96706,19433,3,1597,2504 +"235991",96706,19655,3,1597,2706 +"235992",96706,19686,3,1597,2467 +"235993",96706,20220,3,1597,1656 +"235994",96706,26182,3,1597,2775 +"235995",96706,27908,3,1597,2576 +"235996",96706,31335,3,1597,2351 +"235997",96706,31866,3,1597,2101 +"235998",96706,39062,2,1597,2020 +"235999",96706,46486,3,1597,1868 +"236000",96706,47595,3,1597,2374 +"236001",96706,50335,3,1597,1893 +"236002",96706,51144,3,1597,2466 +"236003",96706,52483,3,1597,2317 +"236004",96706,78138,2,1597,1601 +"236005",96706,85198,3,1597,1794 +"236006",96708,323,3,594,1706 +"236007",96708,4957,2,594,644 +"236008",96708,5568,2,594,1290 +"236009",96708,10870,3,594,1755 +"236010",96708,15632,3,594,1242 +"236011",96708,17812,3,594,2705 +"236012",96708,18672,3,594,1182 +"236013",96708,19605,3,594,2395 +"236014",96708,23430,3,594,904 +"236015",96708,27379,3,594,2461 +"236016",96708,30486,3,594,1269 +"236017",96708,32939,3,594,2277 +"236018",96708,37026,3,594,1428 +"236019",96708,41953,3,594,945 +"236020",96708,53091,3,594,1134 +"236021",96708,55892,1,594,1234 +"236022",96708,57804,3,594,2214 +"236023",96708,61245,3,594,955 +"236024",96708,70433,3,594,2639 +"236025",96708,79653,3,594,2683 +"236026",96708,86580,3,594,696 +"236027",96708,86621,3,594,598 +"236028",96715,3493,2,1792,2451 +"236029",96715,8088,3,1792,2220 +"236030",96715,14749,3,1792,1998 +"236031",96715,20941,3,1792,2725 +"236032",96715,31335,3,1792,2351 +"236033",96715,31866,2,1792,2101 +"236034",96715,36829,3,1792,2722 +"236035",96715,51144,3,1792,2466 +"236036",96715,70583,3,1792,2615 +"236037",96715,72348,3,1792,1810 +"236038",96718,31855,3,1767,2636 +"236039",96718,69795,1,1767,2636 +"236040",96738,2936,3,298,2512 +"236041",96738,3886,3,298,1669 +"236042",96738,4681,2,298,2356 +"236043",96738,9298,3,298,1109 +"236044",96738,9723,3,298,2302 +"236045",96738,16850,3,298,1657 +"236046",96738,18011,2,298,1636 +"236047",96738,18202,1,298,2475 +"236048",96738,19215,3,298,2604 +"236049",96738,19364,3,298,2846 +"236050",96738,19892,3,298,1212 +"236051",96738,22580,3,298,2245 +"236052",96738,22709,2,298,2743 +"236053",96738,23679,3,298,934 +"236054",96738,34812,3,298,2442 +"236055",96738,34831,3,298,1866 +"236056",96738,34921,3,298,2181 +"236057",96738,45903,3,298,2237 +"236058",96738,55472,3,298,1516 +"236059",96738,65677,3,298,457 +"236060",96738,67102,3,298,935 +"236061",96738,68314,3,298,2180 +"236062",96738,83253,3,298,1102 +"236063",96738,88710,3,298,927 +"236064",96738,109182,3,298,353 +"236065",96738,109703,3,298,1925 +"236066",96738,109978,2,298,1865 +"236067",96741,725,3,484,1064 +"236068",96741,4957,3,484,644 +"236069",96741,15075,2,484,2252 +"236070",96741,15088,2,484,2906 +"236071",96741,18855,3,484,1362 +"236072",96741,18954,2,484,2364 +"236073",96741,34334,3,484,1637 +"236074",96741,36577,3,484,958 +"236075",96741,40850,3,484,1396 +"236076",96741,49621,3,484,1915 +"236077",96741,53537,3,484,2428 +"236078",96741,56737,3,484,2270 +"236079",96741,63555,2,484,1290 +"236080",96741,72827,1,484,1359 +"236081",96741,78460,3,484,985 +"236082",96741,79822,3,484,1508 +"236083",96741,89931,3,484,1400 +"236084",96741,107993,3,484,999 +"236085",96759,7798,2,634,949 +"236086",96759,8865,3,634,2394 +"236087",96759,9391,3,634,1252 +"236088",96759,10148,2,634,2964 +"236089",96759,11382,3,634,2746 +"236090",96759,13610,3,634,2515 +"236091",96759,15560,3,634,2257 +"236092",96759,23508,3,634,1907 +"236093",96759,30906,3,634,2537 +"236094",96759,35903,3,634,1434 +"236095",96759,42715,1,634,987 +"236096",96759,46283,3,634,1184 +"236097",96759,48602,3,634,1704 +"236098",96759,55185,2,634,922 +"236099",96759,67102,3,634,935 +"236100",96759,67788,3,634,837 +"236101",96759,77001,3,634,1440 +"236102",96759,78654,3,634,932 +"236103",96759,83526,3,634,1235 +"236104",96759,91279,3,634,966 +"236105",96759,101338,3,634,1319 +"236106",96770,3495,3,983,2431 +"236107",96770,5392,3,983,1648 +"236108",96770,15379,3,983,1231 +"236109",96770,19676,3,983,1515 +"236110",96770,20162,3,983,2328 +"236111",96770,20331,3,983,2365 +"236112",96770,31705,3,983,2706 +"236113",96770,35448,3,983,1685 +"236114",96770,66878,3,983,1949 +"236115",96770,77155,1,983,2946 +"236116",96801,843,3,671,2332 +"236117",96801,2443,3,671,2333 +"236118",96801,9269,2,671,1892 +"236119",96801,9895,3,671,1960 +"236120",96801,9910,3,671,2526 +"236121",96801,12598,3,671,2086 +"236122",96801,12914,3,671,1557 +"236123",96801,14212,3,671,857 +"236124",96801,14442,2,671,2700 +"236125",96801,16347,3,671,1868 +"236126",96801,18821,3,671,2075 +"236127",96801,20695,3,671,2526 +"236128",96801,25345,3,671,713 +"236129",96801,26740,3,671,2695 +"236130",96801,29354,3,671,1123 +"236131",96801,31281,3,671,1937 +"236132",96801,32939,3,671,2277 +"236133",96801,33460,2,671,2781 +"236134",96801,34331,3,671,1727 +"236135",96801,36996,3,671,2321 +"236136",96801,44744,3,671,2032 +"236137",96801,51890,2,671,1992 +"236138",96801,56364,3,671,1626 +"236139",96801,57804,3,671,2214 +"236140",96801,59289,3,671,2896 +"236141",96801,69903,3,671,1066 +"236142",96801,76796,3,671,1140 +"236143",96801,79874,2,671,1570 +"236144",96801,80801,3,671,1250 +"236145",96801,84591,3,671,1685 +"236146",96801,84601,3,671,802 +"236147",96801,85926,3,671,907 +"236148",96801,87915,3,671,1152 +"236149",96801,92630,1,671,1583 +"236150",96801,99237,3,671,783 +"236151",96801,101381,3,671,977 +"236152",96801,101666,3,671,1257 +"236153",96811,14325,3,1437,1976 +"236154",96894,675,3,1598,1686 +"236155",96894,1136,3,1598,2536 +"236156",96894,3409,3,1598,2167 +"236157",96894,4191,3,1598,2130 +"236158",96894,6428,2,1598,1952 +"236159",96894,6491,3,1598,2424 +"236160",96894,7258,3,1598,1714 +"236161",96894,7354,1,1598,2008 +"236162",96894,7847,3,1598,2424 +"236163",96894,7858,3,1598,1795 +"236164",96894,10716,3,1598,1692 +"236165",96894,11770,3,1598,1653 +"236166",96894,13324,3,1598,2163 +"236167",96894,14655,3,1598,2559 +"236168",96894,23460,2,1598,2183 +"236169",96894,25816,3,1598,2088 +"236170",96894,27628,3,1598,2389 +"236171",96894,28382,3,1598,1874 +"236172",96894,30981,3,1598,2366 +"236173",96894,44268,3,1598,2436 +"236174",96894,57544,3,1598,2443 +"236175",96894,64181,3,1598,1828 +"236176",96894,64997,3,1598,2791 +"236177",96911,2326,3,956,2513 +"236178",96911,2894,3,956,1291 +"236179",96911,5785,2,956,1261 +"236180",96911,6222,3,956,1949 +"236181",96911,7616,3,956,2296 +"236182",96911,13979,3,956,1559 +"236183",96911,14959,3,956,2898 +"236184",96911,16539,2,956,1947 +"236185",96911,16877,3,956,2509 +"236186",96911,17520,3,956,2276 +"236187",96911,19637,3,956,1229 +"236188",96911,20067,3,956,2390 +"236189",96911,20311,3,956,1981 +"236190",96911,20732,3,956,2401 +"236191",96911,22403,3,956,1630 +"236192",96911,23726,3,956,2434 +"236193",96911,23869,3,956,1918 +"236194",96911,25680,3,956,1618 +"236195",96911,28131,2,956,1492 +"236196",96911,29095,3,956,2531 +"236197",96911,30150,3,956,1704 +"236198",96911,30883,2,956,1629 +"236199",96911,33010,3,956,2189 +"236200",96911,33801,3,956,2899 +"236201",96911,38921,3,956,1880 +"236202",96911,43479,3,956,2178 +"236203",96911,58669,3,956,2296 +"236204",96911,64502,3,956,1670 +"236205",96911,70203,3,956,2756 +"236206",96911,82893,3,956,1275 +"236207",96911,87720,3,956,2086 +"236208",96911,97160,3,956,1215 +"236209",96911,100140,3,956,1041 +"236210",96938,457,3,127,1704 +"236211",96938,1676,3,127,1198 +"236212",96938,3352,3,127,1707 +"236213",96938,5376,3,127,288 +"236214",96938,5504,3,127,2389 +"236215",96938,8192,3,127,1670 +"236216",96938,8376,3,127,1670 +"236217",96938,8866,3,127,1545 +"236218",96938,8888,3,127,1328 +"236219",96938,9175,3,127,2639 +"236220",96938,11168,3,127,1223 +"236221",96938,12432,3,127,1816 +"236222",96938,12449,3,127,2067 +"236223",96938,13869,3,127,1786 +"236224",96938,16497,3,127,2370 +"236225",96938,17328,3,127,1206 +"236226",96938,20486,2,127,1908 +"236227",96938,23059,2,127,131 +"236228",96938,24558,3,127,2139 +"236229",96938,26608,3,127,2329 +"236230",96938,32131,3,127,1035 +"236231",96938,36031,3,127,2342 +"236232",96938,36427,3,127,544 +"236233",96938,39444,3,127,2695 +"236234",96938,55556,3,127,2075 +"236235",96938,63568,3,127,570 +"236236",96938,71478,3,127,1721 +"236237",96938,72598,3,127,805 +"236238",96938,75216,3,127,672 +"236239",96938,106466,3,127,953 +"236240",96938,108107,2,127,1704 +"236241",96938,109521,3,127,609 +"236242",96938,116478,2,127,293 +"236243",96938,117080,3,127,2357 +"236244",96938,121234,3,127,213 +"236245",97013,6390,3,1797,2385 +"236246",97013,7443,3,1797,2028 +"236247",97013,11506,3,1797,2824 +"236248",97013,18943,3,1797,2861 +"236249",97013,22578,2,1797,2216 +"236250",97120,5226,3,1202,1309 +"236251",97120,7029,3,1202,2204 +"236252",97120,11103,2,1202,2393 +"236253",97120,27195,3,1202,2158 +"236254",97120,28640,3,1202,1475 +"236255",97120,29930,3,1202,2240 +"236256",97120,36574,3,1202,2934 +"236257",97120,49185,3,1202,1544 +"236258",97120,101338,3,1202,1319 +"236259",97156,42,3,598,2265 +"236260",97156,803,2,598,1666 +"236261",97156,1321,3,598,2075 +"236262",97156,1676,3,598,1198 +"236263",97156,7078,3,598,2344 +"236264",97156,10874,3,598,1891 +"236265",97156,11602,2,598,1493 +"236266",97156,14189,3,598,1483 +"236267",97156,15184,3,598,2396 +"236268",97156,16313,3,598,1160 +"236269",97156,19528,3,598,2742 +"236270",97156,20545,3,598,1491 +"236271",97156,20783,3,598,2414 +"236272",97156,23508,3,598,1907 +"236273",97156,25530,3,598,2884 +"236274",97156,26608,3,598,2329 +"236275",97156,31797,3,598,1501 +"236276",97156,32939,3,598,2277 +"236277",97156,34693,3,598,1938 +"236278",97156,57804,3,598,2214 +"236279",97156,77993,3,598,1497 +"236280",97156,84498,3,598,1292 +"236281",97156,85058,3,598,1311 +"236282",97156,86799,2,598,1951 +"236283",97160,135,3,1215,2233 +"236284",97160,1036,3,1215,1367 +"236285",97160,1323,3,1215,1659 +"236286",97160,2063,3,1215,1278 +"236287",97160,2704,3,1215,2609 +"236288",97160,2894,3,1215,1291 +"236289",97160,3163,3,1215,2020 +"236290",97160,3167,3,1215,1676 +"236291",97160,3753,3,1215,1255 +"236292",97160,3961,3,1215,2426 +"236293",97160,4191,3,1215,2130 +"236294",97160,5239,3,1215,2875 +"236295",97160,5315,3,1215,2631 +"236296",97160,5363,3,1215,1791 +"236297",97160,5785,3,1215,1261 +"236298",97160,6222,3,1215,1949 +"236299",97160,7196,2,1215,1508 +"236300",97160,7269,3,1215,1728 +"236301",97160,7984,3,1215,2493 +"236302",97160,7992,3,1215,2033 +"236303",97160,10358,3,1215,2294 +"236304",97160,11477,3,1215,2724 +"236305",97160,11694,3,1215,1564 +"236306",97160,12388,3,1215,1975 +"236307",97160,13388,3,1215,2119 +"236308",97160,13780,3,1215,2412 +"236309",97160,13967,3,1215,1354 +"236310",97160,13979,3,1215,1559 +"236311",97160,14943,3,1215,1942 +"236312",97160,14959,3,1215,2898 +"236313",97160,15401,2,1215,1999 +"236314",97160,15444,3,1215,2764 +"236315",97160,15636,3,1215,2857 +"236316",97160,16539,3,1215,1947 +"236317",97160,16625,2,1215,1285 +"236318",97160,16801,2,1215,2008 +"236319",97160,16826,3,1215,2599 +"236320",97160,17027,3,1215,2772 +"236321",97160,17097,3,1215,1505 +"236322",97160,18394,3,1215,2356 +"236323",97160,18735,2,1215,1581 +"236324",97160,19637,2,1215,1229 +"236325",97160,20067,1,1215,2390 +"236326",97160,20311,3,1215,1981 +"236327",97160,20732,3,1215,2401 +"236328",97160,21706,2,1215,1988 +"236329",97160,22403,3,1215,1630 +"236330",97160,22586,3,1215,1341 +"236331",97160,23534,3,1215,1659 +"236332",97160,23726,3,1215,2434 +"236333",97160,23869,2,1215,1918 +"236334",97160,24756,3,1215,2530 +"236335",97160,25341,3,1215,1858 +"236336",97160,25486,3,1215,2582 +"236337",97160,25680,3,1215,1618 +"236338",97160,26249,3,1215,2301 +"236339",97160,26713,3,1215,1235 +"236340",97160,28131,3,1215,1492 +"236341",97160,28582,3,1215,2698 +"236342",97160,28784,3,1215,1579 +"236343",97160,28892,3,1215,2023 +"236344",97160,29095,3,1215,2531 +"236345",97160,30150,3,1215,1704 +"236346",97160,30747,3,1215,2455 +"236347",97160,30883,2,1215,1629 +"236348",97160,31050,3,1215,1491 +"236349",97160,31700,3,1215,2727 +"236350",97160,32988,1,1215,2008 +"236351",97160,33801,2,1215,2899 +"236352",97160,34907,3,1215,1945 +"236353",97160,35529,3,1215,1620 +"236354",97160,35728,3,1215,2017 +"236355",97160,36862,3,1215,2655 +"236356",97160,37934,3,1215,1595 +"236357",97160,37937,3,1215,1320 +"236358",97160,38219,2,1215,1689 +"236359",97160,38449,3,1215,1802 +"236360",97160,38921,3,1215,1880 +"236361",97160,40432,3,1215,1956 +"236362",97160,40645,3,1215,1899 +"236363",97160,40646,3,1215,1583 +"236364",97160,42505,1,1215,2008 +"236365",97160,42935,3,1215,2400 +"236366",97160,43479,3,1215,2178 +"236367",97160,44819,3,1215,2063 +"236368",97160,45903,3,1215,2237 +"236369",97160,45959,3,1215,1880 +"236370",97160,46040,3,1215,2105 +"236371",97160,46803,3,1215,2305 +"236372",97160,46988,3,1215,2460 +"236373",97160,47386,3,1215,2226 +"236374",97160,50269,3,1215,1966 +"236375",97160,51410,3,1215,2739 +"236376",97160,53196,3,1215,1888 +"236377",97160,53475,2,1215,2853 +"236378",97160,55139,2,1215,2323 +"236379",97160,58164,3,1215,2398 +"236380",97160,62148,3,1215,1566 +"236381",97160,64292,3,1215,1583 +"236382",97160,64327,3,1215,1918 +"236383",97160,65155,2,1215,1947 +"236384",97160,65203,3,1215,1597 +"236385",97160,65322,3,1215,2008 +"236386",97160,65625,3,1215,1273 +"236387",97160,70203,3,1215,2756 +"236388",97160,76081,3,1215,1534 +"236389",97160,76356,3,1215,2323 +"236390",97160,76398,3,1215,2400 +"236391",97160,76511,3,1215,1250 +"236392",97160,78150,2,1215,2581 +"236393",97160,79567,3,1215,1942 +"236394",97160,82767,3,1215,1641 +"236395",97160,91142,3,1215,2527 +"236396",97160,92757,2,1215,2615 +"236397",97160,94444,3,1215,1554 +"236398",97160,96352,2,1215,1493 +"236399",97174,13311,3,173,2315 +"236400",97174,27104,2,173,1608 +"236401",97174,76356,3,173,2323 +"236402",97174,76905,3,173,298 +"236403",97174,77883,2,173,871 +"236404",97240,3520,2,1027,2281 +"236405",97240,3786,3,1027,2282 +"236406",97240,5606,3,1027,2875 +"236407",97240,6390,3,1027,2385 +"236408",97240,11516,3,1027,1937 +"236409",97240,12632,3,1027,1174 +"236410",97240,19687,3,1027,2072 +"236411",97240,20517,3,1027,1465 +"236412",97240,21352,2,1027,1604 +"236413",97240,26567,3,1027,1158 +"236414",97240,31087,3,1027,1757 +"236415",97240,39187,2,1027,2166 +"236416",97240,47330,3,1027,2422 +"236417",97240,54855,3,1027,1525 +"236418",97240,56673,3,1027,2419 +"236419",97240,62219,3,1027,2494 +"236420",97240,76230,3,1027,1223 +"236421",97240,80050,3,1027,2698 +"236422",97240,81134,3,1027,1384 +"236423",97240,82618,3,1027,1536 +"236424",97240,91772,1,1027,2233 +"236425",97240,106554,3,1027,1270 +"236426",97242,1520,2,686,1716 +"236427",97242,1592,3,686,2006 +"236428",97242,1691,3,686,1941 +"236429",97242,2344,3,686,2752 +"236430",97242,4730,3,686,2131 +"236431",97242,6063,3,686,2349 +"236432",97242,8354,3,686,1705 +"236433",97242,10473,3,686,1783 +"236434",97242,13007,3,686,2496 +"236435",97242,14791,2,686,1370 +"236436",97242,16796,3,686,1892 +"236437",97242,20200,3,686,2322 +"236438",97242,21575,3,686,1762 +"236439",97242,28808,3,686,1063 +"236440",97242,30368,3,686,2487 +"236441",97242,31089,3,686,2952 +"236442",97242,31542,3,686,2459 +"236443",97242,37509,3,686,1640 +"236444",97242,40537,1,686,1284 +"236445",97242,41134,3,686,2952 +"236446",97242,41953,3,686,945 +"236447",97242,42756,1,686,1384 +"236448",97242,43204,3,686,1680 +"236449",97242,46621,3,686,1343 +"236450",97242,47063,3,686,739 +"236451",97242,47585,3,686,794 +"236452",97242,47968,3,686,2829 +"236453",97242,48832,2,686,1370 +"236454",97242,52041,3,686,2694 +"236455",97242,53643,3,686,1626 +"236456",97242,55482,3,686,1866 +"236457",97242,58759,3,686,942 +"236458",97242,61347,1,686,1684 +"236459",97242,61785,3,686,822 +"236460",97242,66994,2,686,1865 +"236461",97242,68586,2,686,2322 +"236462",97242,69012,3,686,799 +"236463",97242,69447,1,686,1197 +"236464",97242,77200,3,686,1737 +"236465",97242,88232,3,686,2881 +"236466",97244,2351,3,1316,1868 +"236467",97244,3284,3,1316,1541 +"236468",97244,45355,2,1316,1450 +"236469",97244,51250,3,1316,2683 +"236470",97266,468,3,1016,1966 +"236471",97266,827,3,1016,2964 +"236472",97266,916,3,1016,2718 +"236473",97266,1560,3,1016,2013 +"236474",97266,1624,3,1016,2687 +"236475",97266,2647,3,1016,2450 +"236476",97266,2802,3,1016,1836 +"236477",97266,3152,3,1016,1621 +"236478",97266,4194,2,1016,1641 +"236479",97266,4730,3,1016,2131 +"236480",97266,5414,3,1016,2321 +"236481",97266,6627,3,1016,2063 +"236482",97266,7604,3,1016,1366 +"236483",97266,8157,3,1016,1063 +"236484",97266,9716,2,1016,1929 +"236485",97266,9808,3,1016,1648 +"236486",97266,11506,3,1016,2824 +"236487",97266,11803,3,1016,1232 +"236488",97266,12481,3,1016,1086 +"236489",97266,13400,3,1016,1371 +"236490",97266,14626,3,1016,2175 +"236491",97266,14654,3,1016,1692 +"236492",97266,14789,2,1016,1034 +"236493",97266,16593,2,1016,1139 +"236494",97266,18610,3,1016,2141 +"236495",97266,18808,3,1016,2854 +"236496",97266,18855,3,1016,1362 +"236497",97266,21352,3,1016,1604 +"236498",97266,21424,3,1016,1303 +"236499",97266,21463,3,1016,2437 +"236500",97266,21620,3,1016,1056 +"236501",97266,21741,3,1016,1574 +"236502",97266,22905,2,1016,2599 +"236503",97266,23739,3,1016,2463 +"236504",97266,24116,3,1016,1413 +"236505",97266,26100,3,1016,1966 +"236506",97266,26138,2,1016,1902 +"236507",97266,29319,3,1016,2314 +"236508",97266,30404,3,1016,1810 +"236509",97266,31251,3,1016,2498 +"236510",97266,32582,2,1016,1929 +"236511",97266,33278,2,1016,1591 +"236512",97266,33697,3,1016,1309 +"236513",97266,35264,3,1016,2329 +"236514",97266,35414,3,1016,1959 +"236515",97266,36399,3,1016,1357 +"236516",97266,37844,3,1016,2002 +"236517",97266,38309,2,1016,2644 +"236518",97266,39105,3,1016,2487 +"236519",97266,39321,2,1016,2257 +"236520",97266,40392,3,1016,1878 +"236521",97266,41185,3,1016,1929 +"236522",97266,41603,1,1016,1942 +"236523",97266,42998,3,1016,1978 +"236524",97266,43543,3,1016,1457 +"236525",97266,43960,3,1016,1293 +"236526",97266,45730,3,1016,2063 +"236527",97266,47607,3,1016,2724 +"236528",97266,49147,3,1016,2539 +"236529",97266,50335,3,1016,1893 +"236530",97266,50430,3,1016,1689 +"236531",97266,50635,3,1016,2962 +"236532",97266,53362,2,1016,2360 +"236533",97266,54903,3,1016,2493 +"236534",97266,55775,2,1016,2385 +"236535",97266,60672,2,1016,2876 +"236536",97266,62848,3,1016,1230 +"236537",97266,68416,3,1016,2939 +"236538",97266,69590,3,1016,2441 +"236539",97266,71065,3,1016,2231 +"236540",97266,73837,3,1016,1061 +"236541",97266,74912,3,1016,1542 +"236542",97266,77785,3,1016,1595 +"236543",97266,79772,3,1016,1230 +"236544",97266,79793,3,1016,1915 +"236545",97266,82226,3,1016,1619 +"236546",97266,86010,2,1016,1641 +"236547",97266,91715,2,1016,1034 +"236548",97266,94339,2,1016,2768 +"236549",97266,98719,3,1016,1096 +"236550",97266,99194,3,1016,1271 +"236551",97266,102109,3,1016,1367 +"236552",97266,102845,3,1016,1067 +"236553",97266,114228,3,1016,1544 +"236554",97273,4790,3,475,1025 +"236555",97273,4791,3,475,1184 +"236556",97273,20287,3,475,1099 +"236557",97273,21198,3,475,935 +"236558",97273,29705,2,475,607 +"236559",97273,32047,3,475,1858 +"236560",97273,41174,3,475,850 +"236561",97273,43051,3,475,904 +"236562",97273,44059,3,475,525 +"236563",97273,45660,3,475,618 +"236564",97273,46723,3,475,607 +"236565",97273,50219,3,475,756 +"236566",97273,55468,3,475,2511 +"236567",97273,75948,3,475,1006 +"236568",97273,76127,3,475,910 +"236569",97273,78270,2,475,1171 +"236570",97273,82949,3,475,2077 +"236571",97273,92220,3,475,607 +"236572",97273,115734,3,475,859 +"236573",97275,160,2,731,2007 +"236574",97275,206,3,731,1986 +"236575",97275,312,3,731,2038 +"236576",97275,1036,3,731,1367 +"236577",97275,1092,3,731,1945 +"236578",97275,1641,2,731,1490 +"236579",97275,1691,3,731,1941 +"236580",97275,2684,1,731,2874 +"236581",97275,2894,3,731,1291 +"236582",97275,3305,3,731,2839 +"236583",97275,3453,3,731,2126 +"236584",97275,4226,3,731,1903 +"236585",97275,5392,3,731,1648 +"236586",97275,5429,3,731,1991 +"236587",97275,5615,3,731,1105 +"236588",97275,5710,3,731,1926 +"236589",97275,5865,3,731,1910 +"236590",97275,6192,3,731,2409 +"236591",97275,6492,3,731,1162 +"236592",97275,7185,3,731,1046 +"236593",97275,7406,3,731,1906 +"236594",97275,7616,3,731,2296 +"236595",97275,8238,3,731,2222 +"236596",97275,8274,3,731,1909 +"236597",97275,8726,3,731,2083 +"236598",97275,9331,3,731,2269 +"236599",97275,9391,3,731,1252 +"236600",97275,11055,2,731,2111 +"236601",97275,11351,3,731,2971 +"236602",97275,11620,3,731,2010 +"236603",97275,11770,3,731,1653 +"236604",97275,12388,3,731,1975 +"236605",97275,12473,2,731,801 +"236606",97275,12632,3,731,1174 +"236607",97275,12712,3,731,815 +"236608",97275,12778,2,731,2045 +"236609",97275,12813,3,731,958 +"236610",97275,12976,3,731,2399 +"236611",97275,13249,2,731,2573 +"236612",97275,13324,3,731,2163 +"236613",97275,14325,3,731,1976 +"236614",97275,16193,3,731,756 +"236615",97275,16542,2,731,2039 +"236616",97275,17245,3,731,1811 +"236617",97275,17351,3,731,2036 +"236618",97275,17502,3,731,869 +"236619",97275,17632,3,731,1947 +"236620",97275,19208,2,731,2629 +"236621",97275,19605,3,731,2395 +"236622",97275,19937,1,731,1587 +"236623",97275,20311,3,731,1981 +"236624",97275,22586,3,731,1341 +"236625",97275,22808,3,731,2297 +"236626",97275,23460,3,731,2183 +"236627",97275,24753,1,731,2860 +"236628",97275,24793,2,731,1993 +"236629",97275,24794,2,731,925 +"236630",97275,24826,2,731,1382 +"236631",97275,25030,3,731,2017 +"236632",97275,26451,3,731,2133 +"236633",97275,27501,2,731,1981 +"236634",97275,28053,3,731,2292 +"236635",97275,28218,3,731,2048 +"236636",97275,29454,3,731,2719 +"236637",97275,31209,2,731,1137 +"236638",97275,31890,3,731,1487 +"236639",97275,32419,3,731,1909 +"236640",97275,33801,3,731,2899 +"236641",97275,35903,3,731,1434 +"236642",97275,36174,3,731,1382 +"236643",97275,36559,3,731,2473 +"236644",97275,36837,2,731,1556 +"236645",97275,37509,3,731,1640 +"236646",97275,40879,3,731,2019 +"236647",97275,41518,3,731,1641 +"236648",97275,41664,2,731,2641 +"236649",97275,41764,3,731,2409 +"236650",97275,42129,3,731,2318 +"236651",97275,43635,3,731,1196 +"236652",97275,45329,3,731,1693 +"236653",97275,47564,2,731,2650 +"236654",97275,48260,3,731,875 +"236655",97275,48377,3,731,1927 +"236656",97275,50254,2,731,1151 +"236657",97275,50480,3,731,2701 +"236658",97275,52597,3,731,1773 +"236659",97275,52699,2,731,1372 +"236660",97275,52898,3,731,763 +"236661",97275,53475,3,731,2853 +"236662",97275,55643,3,731,2359 +"236663",97275,58133,3,731,1484 +"236664",97275,58852,3,731,2323 +"236665",97275,62966,3,731,1282 +"236666",97275,63477,2,731,1907 +"236667",97275,66224,3,731,2728 +"236668",97275,67748,3,731,1498 +"236669",97275,76646,3,731,1263 +"236670",97275,77611,2,731,1795 +"236671",97275,78256,3,731,804 +"236672",97275,78563,3,731,2385 +"236673",97275,79088,3,731,1369 +"236674",97275,79364,3,731,834 +"236675",97275,79657,3,731,1260 +"236676",97275,81326,3,731,758 +"236677",97275,81349,3,731,1958 +"236678",97275,82893,3,731,1275 +"236679",97275,83286,3,731,1793 +"236680",97275,83291,3,731,2066 +"236681",97275,100241,2,731,777 +"236682",97275,100432,3,731,1358 +"236683",97309,1519,3,1740,2349 +"236684",97309,3493,2,1740,2451 +"236685",97309,51144,3,1740,2466 +"236686",97335,1046,3,495,1881 +"236687",97335,5148,3,495,2206 +"236688",97335,5669,3,495,2502 +"236689",97335,5725,3,495,2789 +"236690",97335,8533,3,495,2251 +"236691",97335,23534,3,495,1659 +"236692",97335,26351,2,495,2683 +"236693",97335,28285,2,495,2972 +"236694",97335,47947,3,495,2681 +"236695",97335,103721,3,495,1030 +"236696",97369,42585,1,191,1933 +"236697",97427,2208,3,1060,2814 +"236698",97427,4317,3,1060,1224 +"236699",97427,5438,3,1060,1499 +"236700",97427,23825,3,1060,1913 +"236701",97427,46803,3,1060,2305 +"236702",97427,50041,2,1060,1565 +"236703",97427,52154,1,1060,1722 +"236704",97427,76133,3,1060,1565 +"236705",97427,119524,3,1060,1930 +"236706",97476,1629,3,975,1289 +"236707",97476,4668,3,975,1919 +"236708",97476,4669,3,975,2395 +"236709",97476,7337,2,975,1797 +"236710",97476,11108,3,975,1609 +"236711",97476,16715,3,975,1218 +"236712",97476,28869,3,975,2425 +"236713",97476,39589,3,975,1292 +"236714",97476,45869,3,975,2840 +"236715",97476,80156,3,975,1667 +"236716",97476,90709,3,975,1080 +"236717",97498,11103,3,2346,2393 +"236718",97498,36506,3,2346,2638 +"236719",97498,69598,3,2346,2812 +"236720",97498,72326,3,2346,2384 +"236721",97498,93615,3,2346,2386 +"236722",97513,24069,2,1500,2697 +"236723",97523,6986,2,198,1669 +"236724",97523,17883,3,198,1006 +"236725",97523,35301,2,198,1302 +"236726",97523,86505,3,198,1302 +"236727",97615,3678,1,1198,1325 +"236728",97615,6234,3,1198,2654 +"236729",97615,6235,3,1198,1585 +"236730",97615,10755,3,1198,1742 +"236731",97615,14861,3,1198,2269 +"236732",97615,15150,3,1198,2801 +"236733",97615,15239,3,1198,1958 +"236734",97615,15558,3,1198,2389 +"236735",97615,16477,3,1198,2069 +"236736",97615,17768,3,1198,2468 +"236737",97615,20011,3,1198,2826 +"236738",97615,23771,3,1198,1614 +"236739",97615,30194,3,1198,2874 +"236740",97615,33460,3,1198,2781 +"236741",97615,34576,3,1198,1727 +"236742",97615,37454,3,1198,1245 +"236743",97615,44727,3,1198,1227 +"236744",97615,44730,3,1198,2468 +"236745",97615,49415,3,1198,2654 +"236746",97615,52953,3,1198,1741 +"236747",97615,73629,3,1198,1713 +"236748",97615,76997,3,1198,2223 +"236749",97615,85062,2,1198,1379 +"236750",97615,90429,2,1198,1684 +"236751",97615,106330,3,1198,2559 +"236752",97674,14108,2,1912,2012 +"236753",97674,18543,3,1912,2968 +"236754",97674,25565,3,1912,2764 +"236755",97706,1393,2,1121,1706 +"236756",97706,7123,3,1121,1964 +"236757",97706,9088,2,1121,1881 +"236758",97706,9269,3,1121,1892 +"236759",97706,10610,3,1121,1427 +"236760",97706,17645,3,1121,1918 +"236761",97706,17925,3,1121,2385 +"236762",97706,18574,3,1121,2305 +"236763",97706,22389,3,1121,2034 +"236764",97706,31990,2,1121,2264 +"236765",97706,32629,2,1121,1789 +"236766",97706,32724,3,1121,2581 +"236767",97706,37765,3,1121,1134 +"236768",97706,37801,2,1121,2578 +"236769",97706,41075,3,1121,1176 +"236770",97706,44312,2,1121,2741 +"236771",97706,44744,2,1121,2032 +"236772",97706,45449,3,1121,1610 +"236773",97706,48931,2,1121,2444 +"236774",97706,53445,2,1121,2028 +"236775",97706,56168,3,1121,1466 +"236776",97706,57804,3,1121,2214 +"236777",97706,64712,3,1121,1411 +"236778",97706,65054,3,1121,2593 +"236779",97706,66017,1,1121,1545 +"236780",97706,83175,3,1121,2049 +"236781",97706,83264,3,1121,1922 +"236782",97706,84378,2,1121,1265 +"236783",97706,92469,2,1121,1232 +"236784",97706,96387,3,1121,2159 +"236785",97709,2375,3,31,104 +"236786",97709,3284,2,31,1541 +"236787",97709,4330,1,31,1128 +"236788",97709,4622,3,31,1589 +"236789",97709,5454,3,31,1779 +"236790",97709,6562,3,31,1139 +"236791",97709,6697,3,31,2438 +"236792",97709,7648,3,31,1861 +"236793",97709,8813,3,31,389 +"236794",97709,9462,3,31,378 +"236795",97709,11383,3,31,977 +"236796",97709,11803,3,31,1232 +"236797",97709,13099,3,31,1547 +"236798",97709,14061,3,31,1620 +"236799",97709,14503,3,31,437 +"236800",97709,14902,3,31,562 +"236801",97709,17768,3,31,2468 +"236802",97709,25053,3,31,2186 +"236803",97709,25327,3,31,977 +"236804",97709,29354,3,31,1123 +"236805",97709,29915,1,31,848 +"236806",97709,36514,3,31,1192 +"236807",97709,36829,3,31,2722 +"236808",97709,36996,3,31,2321 +"236809",97709,39999,3,31,1593 +"236810",97709,41669,3,31,1247 +"236811",97709,43204,2,31,1680 +"236812",97709,43568,3,31,837 +"236813",97709,44473,3,31,1685 +"236814",97709,49805,3,31,2445 +"236815",97709,53726,3,31,1729 +"236816",97709,55446,3,31,1247 +"236817",97709,59289,3,31,2896 +"236818",97709,62975,3,31,977 +"236819",97709,69417,1,31,507 +"236820",97709,69830,3,31,378 +"236821",97709,77519,3,31,819 +"236822",97709,78283,3,31,620 +"236823",97709,79435,3,31,299 +"236824",97709,80653,3,31,285 +"236825",97709,81848,3,31,221 +"236826",97709,84322,3,31,1635 +"236827",97709,84796,3,31,113 +"236828",97709,88739,3,31,933 +"236829",97709,91435,2,31,933 +"236830",97709,91465,3,31,1047 +"236831",97709,103536,3,31,475 +"236832",97742,44193,3,322,989 +"236833",97768,19317,3,1500,2041 +"236834",97768,31705,3,1500,2706 +"236835",97768,63515,3,1500,2023 +"236836",97768,77155,3,1500,2946 +"236837",97768,83218,3,1500,1537 +"236838",97787,25971,3,1874,2608 +"236839",97787,26100,3,1874,1966 +"236840",97787,49147,3,1874,2539 +"236841",97787,53362,3,1874,2360 +"236842",97787,55775,3,1874,2385 +"236843",97811,312,3,1288,2038 +"236844",97811,380,2,1288,2261 +"236845",97811,1102,3,1288,2282 +"236846",97811,2572,3,1288,2273 +"236847",97811,2765,3,1288,2321 +"236848",97811,3801,2,1288,1974 +"236849",97811,4690,3,1288,1938 +"236850",97811,5429,3,1288,1991 +"236851",97811,6055,3,1288,2651 +"236852",97811,10513,3,1288,2284 +"236853",97811,10535,3,1288,1534 +"236854",97811,11006,3,1288,1950 +"236855",97811,11440,2,1288,2026 +"236856",97811,11976,2,1288,1727 +"236857",97811,12122,3,1288,1385 +"236858",97811,12724,3,1288,1930 +"236859",97811,12728,2,1288,2374 +"236860",97811,14888,3,1288,1411 +"236861",97811,17826,3,1288,2920 +"236862",97811,17999,3,1288,2758 +"236863",97811,19248,2,1288,2357 +"236864",97811,19719,3,1288,2177 +"236865",97811,20423,2,1288,2654 +"236866",97811,21197,3,1288,1437 +"236867",97811,21638,3,1288,1750 +"236868",97811,23509,3,1288,2275 +"236869",97811,25198,3,1288,1982 +"236870",97811,27694,3,1288,2030 +"236871",97811,27849,3,1288,1316 +"236872",97811,27950,3,1288,1380 +"236873",97811,31530,3,1288,1661 +"236874",97811,32103,3,1288,1491 +"236875",97811,39827,3,1288,2321 +"236876",97811,43385,3,1288,1623 +"236877",97811,47966,3,1288,2409 +"236878",97811,48605,2,1288,2796 +"236879",97811,49461,3,1288,2793 +"236880",97811,58652,3,1288,1437 +"236881",97811,61982,3,1288,2725 +"236882",97811,62841,3,1288,2710 +"236883",97811,67383,3,1288,1739 +"236884",97811,76396,3,1288,1731 +"236885",97811,76631,1,1288,1697 +"236886",97811,79653,3,1288,2683 +"236887",97811,81588,3,1288,1568 +"236888",97811,81865,3,1288,2704 +"236889",97811,85592,3,1288,1412 +"236890",97811,97498,3,1288,2346 +"236891",97811,98781,3,1288,1410 +"236892",97824,1090,3,1229,2370 +"236893",97824,1592,3,1229,2006 +"236894",97824,1691,2,1229,1941 +"236895",97824,2684,3,1229,2874 +"236896",97824,5258,3,1229,2730 +"236897",97824,6252,3,1229,2336 +"236898",97824,6390,2,1229,2385 +"236899",97824,8762,3,1229,2585 +"236900",97824,9805,3,1229,1621 +"236901",97824,11055,3,1229,2111 +"236902",97824,12199,3,1229,1651 +"236903",97824,14108,3,1229,2012 +"236904",97824,14731,3,1229,2012 +"236905",97824,18543,2,1229,2968 +"236906",97824,19718,3,1229,1702 +"236907",97824,20407,3,1229,2339 +"236908",97824,21133,3,1229,1320 +"236909",97824,25565,3,1229,2764 +"236910",97824,27792,3,1229,1308 +"236911",97824,29170,3,1229,1846 +"236912",97824,29948,3,1229,2795 +"236913",97824,31001,3,1229,2119 +"236914",97824,31235,3,1229,2668 +"236915",97824,33622,3,1229,2230 +"236916",97824,34945,3,1229,1298 +"236917",97824,36439,2,1229,2469 +"236918",97824,37509,1,1229,1640 +"236919",97824,38213,3,1229,1744 +"236920",97824,43173,3,1229,2895 +"236921",97824,44427,3,1229,2875 +"236922",97824,46621,3,1229,1343 +"236923",97824,49620,3,1229,1868 +"236924",97824,52327,3,1229,1472 +"236925",97824,55156,3,1229,2196 +"236926",97824,58133,3,1229,1484 +"236927",97824,58284,2,1229,2292 +"236928",97824,64181,3,1229,1828 +"236929",97824,74636,3,1229,2525 +"236930",97824,78563,3,1229,2385 +"236931",97824,79657,3,1229,1260 +"236932",97824,88232,3,1229,2881 +"236933",97824,88966,3,1229,1568 +"236934",97824,89880,3,1229,1938 +"236935",97824,100215,3,1229,2436 +"236936",97824,100432,3,1229,1358 +"236937",97834,7738,2,943,1265 +"236938",97834,8657,3,943,2473 +"236939",97834,41330,1,943,2720 +"236940",97834,78975,1,943,946 +"236941",97834,87904,3,943,952 +"236942",97834,110934,3,943,2308 +"236943",97915,3878,3,1802,1890 +"236944",97915,4191,3,1802,2130 +"236945",97915,4226,3,1802,1903 +"236946",97915,5462,3,1802,2374 +"236947",97915,6718,2,1802,2138 +"236948",97915,7241,3,1802,2259 +"236949",97915,7515,3,1802,2737 +"236950",97915,11516,3,1802,1937 +"236951",97915,18394,3,1802,2356 +"236952",97915,24568,3,1802,1937 +"236953",97915,41278,3,1802,1873 +"236954",97915,42687,3,1802,1952 +"236955",97915,45715,3,1802,2287 +"236956",97915,55468,3,1802,2511 +"236957",97915,58451,3,1802,1939 +"236958",97915,63409,3,1802,1937 +"236959",97915,79804,2,1802,2227 +"236960",97915,80429,3,1802,1927 +"236961",97915,88232,3,1802,2881 +"236962",97915,108867,3,1802,2328 +"236963",97937,5315,3,932,2631 +"236964",97937,11103,3,932,2393 +"236965",97937,11976,3,932,1727 +"236966",97937,13573,3,932,2774 +"236967",97937,20355,2,932,2111 +"236968",97937,33834,3,932,1606 +"236969",97937,34648,3,932,1596 +"236970",97937,36574,3,932,2934 +"236971",97937,38467,3,932,1259 +"236972",97937,40893,3,932,1116 +"236973",97937,45903,3,932,2237 +"236974",97937,46283,3,932,1184 +"236975",97937,67102,3,932,935 +"236976",97937,83526,3,932,1235 +"236977",97939,1018,2,451,1803 +"236978",97939,2384,3,451,1057 +"236979",97939,6023,3,451,2050 +"236980",97939,14032,3,451,2144 +"236981",97939,23492,3,451,1067 +"236982",97939,34588,3,451,985 +"236983",97939,45684,3,451,2200 +"236984",97939,46099,3,451,2360 +"236985",97939,56116,3,451,1321 +"236986",97939,57246,3,451,1873 +"236987",97939,79403,3,451,977 +"236988",97939,95288,3,451,1602 +"236989",97940,283,3,431,2082 +"236990",97940,378,3,431,2766 +"236991",97940,3100,3,431,2524 +"236992",97940,3403,3,431,2951 +"236993",97940,3520,3,431,2281 +"236994",97940,3786,3,431,2282 +"236995",97940,6071,3,431,2310 +"236996",97940,6078,2,431,498 +"236997",97940,6562,3,431,1139 +"236998",97940,9912,2,431,1356 +"236999",97940,11135,2,431,2441 +"237000",97940,15502,3,431,2637 +"237001",97940,15916,3,431,1236 +"237002",97940,16891,1,431,432 +"237003",97940,18550,3,431,483 +"237004",97940,19687,2,431,2072 +"237005",97940,20413,2,431,806 +"237006",97940,21352,3,431,1604 +"237007",97940,21895,3,431,1693 +"237008",97940,21976,3,431,1808 +"237009",97940,23639,2,431,2065 +"237010",97940,23731,3,431,1656 +"237011",97940,24116,3,431,1413 +"237012",97940,25270,3,431,985 +"237013",97940,25286,3,431,1545 +"237014",97940,26567,2,431,1158 +"237015",97940,28567,2,431,2398 +"237016",97940,32312,3,431,1472 +"237017",97940,34055,3,431,1881 +"237018",97940,34334,3,431,1637 +"237019",97940,34559,3,431,1105 +"237020",97940,41051,3,431,2767 +"237021",97940,42195,1,431,573 +"237022",97940,42486,3,431,1951 +"237023",97940,42628,3,431,2486 +"237024",97940,44723,3,431,1224 +"237025",97940,45487,3,431,2256 +"237026",97940,47330,2,431,2422 +"237027",97940,48764,2,431,860 +"237028",97940,51448,3,431,1593 +"237029",97940,56212,3,431,1410 +"237030",97940,56673,2,431,2419 +"237031",97940,62498,3,431,1698 +"237032",97940,67763,3,431,822 +"237033",97940,68670,1,431,565 +"237034",97940,78460,3,431,985 +"237035",97940,79236,3,431,1505 +"237036",97940,79404,3,431,1079 +"237037",97940,80728,3,431,599 +"237038",97940,80896,3,431,943 +"237039",97940,81134,2,431,1384 +"237040",97940,83133,3,431,1055 +"237041",97940,83541,3,431,555 +"237042",97940,85264,3,431,1236 +"237043",97940,88968,3,431,585 +"237044",97940,91772,3,431,2233 +"237045",97940,92381,2,431,1237 +"237046",97940,92947,3,431,1289 +"237047",97940,93317,3,431,1223 +"237048",97940,93670,3,431,1682 +"237049",97940,94399,3,431,963 +"237050",97940,95661,3,431,872 +"237051",97940,97240,3,431,1027 +"237052",97940,98003,2,431,573 +"237053",97940,104542,2,431,897 +"237054",97940,106554,1,431,1270 +"237055",97940,115194,3,431,604 +"237056",97990,21,3,1223,1385 +"237057",97990,1108,3,1223,1600 +"237058",97990,3255,3,1223,2504 +"237059",97990,5346,3,1223,1438 +"237060",97990,8865,3,1223,2394 +"237061",97990,9115,3,1223,2068 +"237062",97990,11429,3,1223,2520 +"237063",97990,12973,3,1223,1569 +"237064",97990,14586,3,1223,2801 +"237065",97990,14654,3,1223,1692 +"237066",97990,14761,2,1223,2502 +"237067",97990,23639,3,1223,2065 +"237068",97990,29997,3,1223,1789 +"237069",97990,30262,3,1223,1715 +"237070",97990,30870,3,1223,2370 +"237071",97990,31541,3,1223,1500 +"237072",97990,32939,3,1223,2277 +"237073",97990,34491,3,1223,2694 +"237074",97990,37475,3,1223,1509 +"237075",97990,39522,3,1223,1428 +"237076",97990,42883,3,1223,2575 +"237077",97990,49347,3,1223,2504 +"237078",97990,49621,3,1223,1915 +"237079",97990,50430,3,1223,1689 +"237080",97990,55487,2,1223,1500 +"237081",97990,57804,3,1223,2214 +"237082",97990,58086,2,1223,1667 +"237083",97990,59683,3,1223,2068 +"237084",97990,67062,3,1223,1623 +"237085",97990,68876,2,1223,1397 +"237086",97990,69232,2,1223,2130 +"237087",98003,283,3,573,2082 +"237088",98003,378,3,573,2766 +"237089",98003,1556,3,573,643 +"237090",98003,6071,3,573,2310 +"237091",98003,6119,3,573,2358 +"237092",98003,6562,3,573,1139 +"237093",98003,9912,3,573,1356 +"237094",98003,10336,3,573,2271 +"237095",98003,11135,3,573,2441 +"237096",98003,16593,3,573,1139 +"237097",98003,19687,2,573,2072 +"237098",98003,20413,2,573,806 +"237099",98003,21593,3,573,1312 +"237100",98003,21895,3,573,1693 +"237101",98003,21976,3,573,1808 +"237102",98003,23639,3,573,2065 +"237103",98003,23731,3,573,1656 +"237104",98003,24116,2,573,1413 +"237105",98003,25270,3,573,985 +"237106",98003,25286,3,573,1545 +"237107",98003,25451,3,573,698 +"237108",98003,25886,3,573,1580 +"237109",98003,26567,3,573,1158 +"237110",98003,28567,3,573,2398 +"237111",98003,29276,3,573,2000 +"237112",98003,32312,3,573,1472 +"237113",98003,34055,2,573,1881 +"237114",98003,34559,3,573,1105 +"237115",98003,34953,3,573,1817 +"237116",98003,41051,3,573,2767 +"237117",98003,42628,3,573,2486 +"237118",98003,45487,3,573,2256 +"237119",98003,47330,3,573,2422 +"237120",98003,47827,3,573,1957 +"237121",98003,48764,3,573,860 +"237122",98003,52686,3,573,916 +"237123",98003,56212,3,573,1410 +"237124",98003,56673,3,573,2419 +"237125",98003,65223,3,573,2724 +"237126",98003,68460,3,573,599 +"237127",98003,78460,3,573,985 +"237128",98003,79404,2,573,1079 +"237129",98003,80061,3,573,1223 +"237130",98003,80728,2,573,599 +"237131",98003,81134,2,573,1384 +"237132",98003,85264,3,573,1236 +"237133",98003,92381,3,573,1237 +"237134",98003,93317,3,573,1223 +"237135",98003,93670,2,573,1682 +"237136",98003,95661,3,573,872 +"237137",98003,104542,3,573,897 +"237138",98003,106554,2,573,1270 +"237139",98003,115194,2,573,604 +"237140",98058,900,3,1891,2726 +"237141",98058,5317,3,1891,2063 +"237142",98058,38676,3,1891,2286 +"237143",98058,39534,2,1891,2410 +"237144",98058,49347,3,1891,2504 +"237145",98058,66717,3,1891,2104 +"237146",98058,69131,3,1891,2122 +"237147",98058,73172,3,1891,2496 +"237148",98058,80606,3,1891,2079 +"237149",98058,107383,3,1891,1918 +"237150",98080,1767,3,1265,2727 +"237151",98080,2337,3,1265,1697 +"237152",98080,2424,3,1265,2582 +"237153",98080,2563,3,1265,1686 +"237154",98080,2694,2,1265,2062 +"237155",98080,3849,2,1265,1356 +"237156",98080,4121,3,1265,1304 +"237157",98080,4504,3,1265,1905 +"237158",98080,7258,3,1265,1714 +"237159",98080,11103,3,1265,2393 +"237160",98080,13324,3,1265,2163 +"237161",98080,13808,3,1265,1356 +"237162",98080,15813,3,1265,2143 +"237163",98080,16641,3,1265,1359 +"237164",98080,17931,3,1265,1617 +"237165",98080,18211,3,1265,1745 +"237166",98080,18891,3,1265,1596 +"237167",98080,21479,3,1265,2134 +"237168",98080,22207,3,1265,2365 +"237169",98080,23139,3,1265,2644 +"237170",98080,26234,3,1265,2183 +"237171",98080,36174,3,1265,1382 +"237172",98080,36637,1,1265,2085 +"237173",98080,40009,2,1265,1341 +"237174",98080,43404,3,1265,2649 +"237175",98080,50179,2,1265,2230 +"237176",98080,71971,3,1265,1294 +"237177",98080,76892,3,1265,2381 +"237178",98080,79436,3,1265,1344 +"237179",98080,94404,1,1265,1836 +"237180",98150,468,3,1009,1966 +"237181",98150,600,3,1009,1702 +"237182",98150,3164,2,1009,2693 +"237183",98150,4932,3,1009,2752 +"237184",98150,5971,3,1009,1985 +"237185",98150,6030,2,1009,2953 +"237186",98150,9678,2,1009,1217 +"237187",98150,10701,3,1009,2000 +"237188",98150,10779,3,1009,2881 +"237189",98150,11966,2,1009,2385 +"237190",98150,13311,3,1009,2315 +"237191",98150,13400,3,1009,1371 +"237192",98150,14080,2,1009,1351 +"237193",98150,15301,2,1009,2308 +"237194",98150,15607,1,1009,1421 +"237195",98150,17413,3,1009,2230 +"237196",98150,19072,2,1009,2358 +"237197",98150,19113,1,1009,1171 +"237198",98150,20284,3,1009,2530 +"237199",98150,20292,2,1009,2755 +"237200",98150,21571,2,1009,2755 +"237201",98150,21898,3,1009,1351 +"237202",98150,22566,1,1009,2308 +"237203",98150,28011,3,1009,2639 +"237204",98150,28050,2,1009,1955 +"237205",98150,28168,2,1009,2702 +"237206",98150,28296,3,1009,2944 +"237207",98150,29050,3,1009,1196 +"237208",98150,32567,3,1009,2784 +"237209",98150,34735,3,1009,2767 +"237210",98150,38869,3,1009,1675 +"237211",98150,41739,3,1009,1339 +"237212",98150,42619,2,1009,2017 +"237213",98150,44521,3,1009,1593 +"237214",98150,50468,3,1009,1659 +"237215",98150,54929,3,1009,2783 +"237216",98150,57246,3,1009,1873 +"237217",98150,57714,3,1009,1391 +"237218",98150,64181,3,1009,1828 +"237219",98150,65625,3,1009,1273 +"237220",98150,66413,3,1009,2507 +"237221",98150,69250,3,1009,1439 +"237222",98150,94500,2,1009,1529 +"237223",98150,102751,3,1009,1229 +"237224",98150,105063,3,1009,1908 +"237225",98243,1520,3,151,1716 +"237226",98243,1700,3,151,613 +"237227",98243,1728,3,151,284 +"237228",98243,2523,3,151,1691 +"237229",98243,4430,3,151,2019 +"237230",98243,4567,3,151,2348 +"237231",98243,5352,3,151,175 +"237232",98243,7780,2,151,1920 +"237233",98243,10457,3,151,1711 +"237234",98243,12361,3,151,2732 +"237235",98243,12728,3,151,2374 +"237236",98243,15118,3,151,1311 +"237237",98243,15443,3,151,1631 +"237238",98243,17645,2,151,1918 +"237239",98243,21207,3,151,1258 +"237240",98243,22704,3,151,1150 +"237241",98243,24568,3,151,1937 +"237242",98243,26957,3,151,987 +"237243",98243,29818,2,151,1677 +"237244",98243,31216,3,151,1244 +"237245",98243,31408,3,151,994 +"237246",98243,32240,3,151,706 +"237247",98243,38087,3,151,1083 +"237248",98243,39256,3,151,2449 +"237249",98243,40747,3,151,958 +"237250",98243,41581,3,151,1692 +"237251",98243,42331,3,151,1585 +"237252",98243,44135,3,151,2620 +"237253",98243,44744,3,151,2032 +"237254",98243,46726,2,151,943 +"237255",98243,47810,3,151,957 +"237256",98243,48698,3,151,1474 +"237257",98243,50996,3,151,929 +"237258",98243,55880,3,151,626 +"237259",98243,58745,3,151,1920 +"237260",98243,62268,3,151,413 +"237261",98243,62668,2,151,958 +"237262",98243,63409,3,151,1937 +"237263",98243,69037,2,151,849 +"237264",98243,71219,3,151,967 +"237265",98243,71531,3,151,2887 +"237266",98243,79420,3,151,1061 +"237267",98243,81077,3,151,498 +"237268",98243,85198,3,151,1794 +"237269",98243,100702,3,151,215 +"237270",98243,103890,2,151,958 +"237271",98243,107496,3,151,1572 +"237272",98243,119501,3,151,390 +"237273",98354,9272,3,2794,2835 +"237274",98376,54661,3,1251,1949 +"237275",98384,7555,3,1166,1943 +"237276",98384,11540,3,1166,1237 +"237277",98384,21138,3,1166,2849 +"237278",98384,32173,3,1166,2341 +"237279",98384,50124,3,1166,1209 +"237280",98384,51017,3,1166,2073 +"237281",98436,663,3,1212,2678 +"237282",98436,1393,3,1212,1706 +"237283",98436,3271,3,1212,2216 +"237284",98436,7123,3,1212,1964 +"237285",98436,9088,3,1212,1881 +"237286",98436,9272,3,1212,2835 +"237287",98436,9909,3,1212,2230 +"237288",98436,10701,3,1212,2000 +"237289",98436,16757,2,1212,1755 +"237290",98436,17672,3,1212,1987 +"237291",98436,17695,3,1212,1930 +"237292",98436,19667,3,1212,1466 +"237293",98436,20547,3,1212,2145 +"237294",98436,20739,3,1212,2025 +"237295",98436,21658,3,1212,1222 +"237296",98436,22389,2,1212,2034 +"237297",98436,31990,3,1212,2264 +"237298",98436,32939,3,1212,2277 +"237299",98436,37801,3,1212,2578 +"237300",98436,39188,3,1212,1948 +"237301",98436,43226,3,1212,2442 +"237302",98436,44312,2,1212,2741 +"237303",98436,44744,3,1212,2032 +"237304",98436,45449,3,1212,1610 +"237305",98436,48110,3,1212,2009 +"237306",98436,48931,3,1212,2444 +"237307",98436,52953,3,1212,1741 +"237308",98436,53445,2,1212,2028 +"237309",98436,54385,3,1212,2340 +"237310",98436,57804,2,1212,2214 +"237311",98436,58508,3,1212,2326 +"237312",98436,69335,3,1212,2698 +"237313",98436,76867,3,1212,1296 +"237314",98436,80301,3,1212,1690 +"237315",98436,80615,2,1212,2252 +"237316",98436,83264,2,1212,1922 +"237317",98436,84808,3,1212,1974 +"237318",98458,17033,3,329,2771 +"237319",98458,29353,2,329,502 +"237320",98458,70372,2,329,526 +"237321",98468,20847,2,182,491 +"237322",98468,91348,1,182,901 +"237323",98468,94138,3,182,1939 +"237324",98518,2028,3,1156,1978 +"237325",98518,2972,2,1156,1708 +"237326",98518,7292,3,1156,1988 +"237327",98518,9624,2,1156,2398 +"237328",98518,25680,3,1156,1618 +"237329",98518,26479,2,1156,1818 +"237330",98531,512,3,719,1596 +"237331",98531,3271,3,719,2216 +"237332",98531,9272,3,719,2835 +"237333",98531,14108,3,719,2012 +"237334",98531,25289,3,719,1790 +"237335",98531,43173,3,719,2895 +"237336",98531,43226,2,719,2442 +"237337",98531,48110,3,719,2009 +"237338",98531,56232,3,719,1175 +"237339",98531,57990,2,719,978 +"237340",98531,58508,3,719,2326 +"237341",98531,69335,3,719,2698 +"237342",98531,80301,3,719,1690 +"237343",98699,2603,2,2588,2906 +"237344",98716,7834,3,1166,1708 +"237345",98716,13003,2,1166,2763 +"237346",98716,16608,3,1166,1769 +"237347",98716,22857,3,1166,1708 +"237348",98716,116575,1,1166,2140 +"237349",98719,10488,3,1096,1524 +"237350",98719,17952,3,1096,1530 +"237351",98719,21352,3,1096,1604 +"237352",98719,41393,3,1096,1915 +"237353",98719,55775,3,1096,2385 +"237354",98719,61980,2,1096,2392 +"237355",98719,80009,2,1096,1640 +"237356",98719,80784,3,1096,1738 +"237357",98719,93326,3,1096,1196 +"237358",98719,100146,3,1096,2376 +"237359",98781,312,3,1410,2038 +"237360",98781,360,3,1410,1671 +"237361",98781,380,3,1410,2261 +"237362",98781,1495,3,1410,2046 +"237363",98781,1875,3,1410,1786 +"237364",98781,2195,3,1410,2139 +"237365",98781,2424,3,1410,2582 +"237366",98781,2533,3,1410,2016 +"237367",98781,2766,3,1410,1920 +"237368",98781,3801,3,1410,1974 +"237369",98781,4671,3,1410,2280 +"237370",98781,4701,3,1410,2401 +"237371",98781,4763,3,1410,1960 +"237372",98781,5072,3,1410,2175 +"237373",98781,5405,3,1410,1510 +"237374",98781,5622,2,1410,2175 +"237375",98781,7180,3,1410,2227 +"237376",98781,9364,1,1410,1698 +"237377",98781,10358,3,1410,2294 +"237378",98781,10474,3,1410,1608 +"237379",98781,10488,3,1410,1524 +"237380",98781,10513,3,1410,2284 +"237381",98781,10857,2,1410,2253 +"237382",98781,10874,2,1410,1891 +"237383",98781,11006,3,1410,1950 +"237384",98781,11218,3,1410,2292 +"237385",98781,11440,3,1410,2026 +"237386",98781,12375,3,1410,1873 +"237387",98781,12728,2,1410,2374 +"237388",98781,14032,3,1410,2144 +"237389",98781,15184,3,1410,2396 +"237390",98781,15539,3,1410,1929 +"237391",98781,16332,2,1410,2668 +"237392",98781,16863,3,1410,2069 +"237393",98781,17400,3,1410,2231 +"237394",98781,19027,3,1410,2721 +"237395",98781,19096,3,1410,1538 +"237396",98781,19248,3,1410,2357 +"237397",98781,19622,3,1410,2371 +"237398",98781,19719,3,1410,2177 +"237399",98781,20124,3,1410,2376 +"237400",98781,20311,3,1410,1981 +"237401",98781,21197,2,1410,1437 +"237402",98781,21285,3,1410,2100 +"237403",98781,22282,3,1410,1418 +"237404",98781,23508,3,1410,1907 +"237405",98781,23725,3,1410,2378 +"237406",98781,26749,3,1410,2965 +"237407",98781,27694,3,1410,2030 +"237408",98781,28015,3,1410,1624 +"237409",98781,28190,3,1410,1634 +"237410",98781,28635,3,1410,2368 +"237411",98781,28640,3,1410,1475 +"237412",98781,31530,2,1410,1661 +"237413",98781,32919,3,1410,2321 +"237414",98781,34480,3,1410,2755 +"237415",98781,39294,3,1410,1889 +"237416",98781,41625,3,1410,1794 +"237417",98781,43213,3,1410,2160 +"237418",98781,43385,1,1410,1623 +"237419",98781,45684,3,1410,2200 +"237420",98781,46039,3,1410,1794 +"237421",98781,46196,3,1410,1510 +"237422",98781,46883,3,1410,1671 +"237423",98781,47362,3,1410,2253 +"237424",98781,47772,3,1410,2293 +"237425",98781,48571,3,1410,2717 +"237426",98781,48605,3,1410,2796 +"237427",98781,51041,3,1410,2606 +"237428",98781,52136,3,1410,1412 +"237429",98781,52576,3,1410,2234 +"237430",98781,52789,3,1410,1791 +"237431",98781,54551,2,1410,2348 +"237432",98781,55468,3,1410,2511 +"237433",98781,56082,3,1410,2395 +"237434",98781,56317,3,1410,2030 +"237435",98781,58451,2,1410,1939 +"237436",98781,58508,3,1410,2326 +"237437",98781,58652,2,1410,1437 +"237438",98781,58684,3,1410,2295 +"237439",98781,61982,3,1410,2725 +"237440",98781,66703,2,1410,2375 +"237441",98781,76048,3,1410,2373 +"237442",98781,79322,3,1410,2770 +"237443",98781,81588,2,1410,1568 +"237444",98781,82949,3,1410,2077 +"237445",98781,83396,3,1410,2396 +"237446",98781,95644,3,1410,1531 +"237447",98801,600,3,1035,1702 +"237448",98801,675,3,1035,1686 +"237449",98801,913,3,1035,2144 +"237450",98801,1136,3,1035,2536 +"237451",98801,6940,3,1035,1183 +"237452",98801,7515,3,1035,2737 +"237453",98801,7847,3,1035,2424 +"237454",98801,9184,3,1035,2670 +"237455",98801,11434,3,1035,1187 +"237456",98801,13890,3,1035,1482 +"237457",98801,17698,2,1035,1559 +"237458",98801,21681,3,1035,2005 +"237459",98801,22586,3,1035,1341 +"237460",98801,23132,3,1035,2756 +"237461",98801,24568,3,1035,1937 +"237462",98801,29308,3,1035,2094 +"237463",98801,29930,3,1035,2240 +"237464",98801,32947,3,1035,1091 +"237465",98801,35302,3,1035,1589 +"237466",98801,36651,1,1035,1600 +"237467",98801,40137,2,1035,1718 +"237468",98801,40698,2,1035,1408 +"237469",98801,41446,3,1035,1103 +"237470",98801,42783,3,1035,2338 +"237471",98801,46532,3,1035,2005 +"237472",98801,52735,3,1035,1124 +"237473",98801,63409,3,1035,1937 +"237474",98801,64181,3,1035,1828 +"237475",98801,64997,3,1035,2791 +"237476",98801,73305,1,1035,2544 +"237477",98801,73394,3,1035,1606 +"237478",98801,78037,2,1035,1606 +"237479",98801,88808,3,1035,1462 +"237480",98856,17906,2,1075,1940 +"237481",98856,19049,3,1075,1798 +"237482",98856,24405,3,1075,1443 +"237483",98856,39278,3,1075,1952 +"237484",98856,41607,2,1075,2802 +"237485",98856,46584,3,1075,1972 +"237486",98856,58617,3,1075,2093 +"237487",98856,88455,2,1075,2388 +"237488",98893,1050,3,204,1185 +"237489",98893,10222,2,204,2212 +"237490",98893,14983,3,204,1047 +"237491",98893,18639,2,204,990 +"237492",98893,24198,3,204,2217 +"237493",98893,40893,3,204,1116 +"237494",98893,46512,3,204,1292 +"237495",98893,61785,3,204,822 +"237496",98893,67607,3,204,528 +"237497",98893,89880,3,204,1938 +"237498",98893,103224,1,204,2823 +"237499",98907,194,3,265,1243 +"237500",98907,1826,3,265,924 +"237501",98907,14731,3,265,2012 +"237502",98907,29918,3,265,1953 +"237503",98907,53322,3,265,1200 +"237504",98907,53323,2,265,2677 +"237505",98907,53608,2,265,1986 +"237506",98907,88126,3,265,1027 +"237507",98907,95036,3,265,380 +"237508",98925,613,3,584,2687 +"237509",98925,1154,3,584,1656 +"237510",98925,3167,3,584,1676 +"237511",98925,3830,3,584,1661 +"237512",98925,4057,3,584,2389 +"237513",98925,4226,3,584,1903 +"237514",98925,4790,3,584,1025 +"237515",98925,4791,3,584,1184 +"237516",98925,5462,3,584,2374 +"237517",98925,5971,3,584,1985 +"237518",98925,6588,3,584,2025 +"237519",98925,7226,3,584,1228 +"237520",98925,7241,2,584,2259 +"237521",98925,10050,3,584,1792 +"237522",98925,10646,2,584,1555 +"237523",98925,11817,3,584,600 +"237524",98925,12374,2,584,2260 +"237525",98925,13043,3,584,1295 +"237526",98925,14599,3,584,1118 +"237527",98925,15118,2,584,1311 +"237528",98925,15153,3,584,1864 +"237529",98925,16164,3,584,1184 +"237530",98925,16352,3,584,2657 +"237531",98925,17645,3,584,1918 +"237532",98925,18707,3,584,1143 +"237533",98925,21104,2,584,2327 +"237534",98925,21122,2,584,1701 +"237535",98925,22006,3,584,1202 +"237536",98925,24005,1,584,1188 +"237537",98925,25132,2,584,1188 +"237538",98925,26451,3,584,2133 +"237539",98925,26570,3,584,1669 +"237540",98925,26671,3,584,2279 +"237541",98925,26867,3,584,1804 +"237542",98925,27792,3,584,1308 +"237543",98925,27849,3,584,1316 +"237544",98925,29073,3,584,2328 +"237545",98925,29705,3,584,607 +"237546",98925,32811,2,584,804 +"237547",98925,33430,3,584,2225 +"237548",98925,33622,3,584,2230 +"237549",98925,34136,3,584,2202 +"237550",98925,34836,3,584,2302 +"237551",98925,37800,2,584,604 +"237552",98925,37893,3,584,875 +"237553",98925,38019,3,584,1870 +"237554",98925,39444,3,584,2695 +"237555",98925,39865,2,584,849 +"237556",98925,40028,3,584,1349 +"237557",98925,40072,2,584,1182 +"237558",98925,41278,3,584,1873 +"237559",98925,43518,3,584,2680 +"237560",98925,46726,3,584,943 +"237561",98925,47803,3,584,2477 +"237562",98925,47839,2,584,1864 +"237563",98925,48260,3,584,875 +"237564",98925,48698,2,584,1474 +"237565",98925,50118,3,584,2654 +"237566",98925,50236,3,584,2339 +"237567",98925,51810,3,584,1401 +"237568",98925,52345,3,584,1430 +"237569",98925,53303,3,584,1376 +"237570",98925,55468,3,584,2511 +"237571",98925,57950,2,584,1529 +"237572",98925,58133,3,584,1484 +"237573",98925,59939,2,584,936 +"237574",98925,62668,3,584,958 +"237575",98925,64031,3,584,1295 +"237576",98925,64997,3,584,2791 +"237577",98925,65884,2,584,798 +"237578",98925,69498,3,584,931 +"237579",98925,70046,3,584,2624 +"237580",98925,70838,3,584,687 +"237581",98925,72597,3,584,1843 +"237582",98925,75948,2,584,1006 +"237583",98925,78256,3,584,804 +"237584",98925,89965,3,584,810 +"237585",98925,91912,2,584,790 +"237586",98925,92124,2,584,1532 +"237587",98925,92220,3,584,607 +"237588",98925,97915,3,584,1802 +"237589",98925,104217,3,584,956 +"237590",98925,108379,3,584,2933 +"237591",98925,108647,3,584,1934 +"237592",98925,108867,1,584,2328 +"237593",98942,2959,3,1588,1785 +"237594",99012,750,3,931,1327 +"237595",99012,997,3,931,2788 +"237596",99012,1315,3,931,2760 +"237597",99012,1875,3,931,1786 +"237598",99012,4360,3,931,1770 +"237599",99012,4705,3,931,1714 +"237600",99012,7258,2,931,1714 +"237601",99012,7354,3,931,2008 +"237602",99012,7858,2,931,1795 +"237603",99012,10716,3,931,1692 +"237604",99012,12724,3,931,1930 +"237605",99012,20070,3,931,1914 +"237606",99012,22242,3,931,1690 +"237607",99012,28896,3,931,1395 +"237608",99012,32311,3,931,2396 +"237609",99012,37897,3,931,1685 +"237610",99012,48215,3,931,2028 +"237611",99012,53120,3,931,975 +"237612",99012,56152,2,931,1487 +"237613",99012,57977,3,931,2683 +"237614",99012,59677,3,931,1174 +"237615",99012,82681,1,931,1620 +"237616",99012,106299,3,931,1190 +"237617",99020,733,3,1383,1653 +"237618",99020,1767,3,1383,2727 +"237619",99020,2684,3,1383,2874 +"237620",99020,3167,3,1383,1676 +"237621",99020,4226,2,1383,1903 +"237622",99020,4485,3,1383,1963 +"237623",99020,6052,3,1383,1985 +"237624",99020,6491,3,1383,2424 +"237625",99020,9751,2,1383,1397 +"237626",99020,10488,3,1383,1524 +"237627",99020,12374,3,1383,2260 +"237628",99020,12728,3,1383,2374 +"237629",99020,15539,3,1383,1929 +"237630",99020,20311,3,1383,1981 +"237631",99020,21029,3,1383,1943 +"237632",99020,21104,3,1383,2327 +"237633",99020,21275,3,1383,2609 +"237634",99020,22025,3,1383,1591 +"237635",99020,23534,3,1383,1659 +"237636",99020,26436,3,1383,2489 +"237637",99020,26451,2,1383,2133 +"237638",99020,29073,3,1383,2328 +"237639",99020,30334,3,1383,2075 +"237640",99020,34136,3,1383,2202 +"237641",99020,34492,3,1383,1798 +"237642",99020,36439,3,1383,2469 +"237643",99020,37636,3,1383,2178 +"237644",99020,40392,3,1383,1878 +"237645",99020,43404,3,1383,2649 +"237646",99020,43518,3,1383,2680 +"237647",99020,51783,3,1383,2599 +"237648",99020,56317,3,1383,2030 +"237649",99020,58133,1,1383,1484 +"237650",99020,58451,3,1383,1939 +"237651",99020,58508,3,1383,2326 +"237652",99020,99103,3,1383,1470 +"237653",99020,108379,3,1383,2933 +"237654",99041,10857,3,844,2253 +"237655",99041,11239,3,844,2181 +"237656",99041,28432,3,844,1954 +"237657",99041,35797,3,844,2482 +"237658",99041,37859,2,844,1999 +"237659",99041,39906,3,844,2365 +"237660",99041,46506,3,844,2464 +"237661",99041,52215,3,844,1908 +"237662",99041,58122,3,844,889 +"237663",99041,60879,3,844,2792 +"237664",99041,106449,3,844,862 +"237665",99044,388,3,77,1594 +"237666",99044,725,2,77,1064 +"237667",99044,3016,3,77,747 +"237668",99044,3557,3,77,1259 +"237669",99044,5816,3,77,2408 +"237670",99044,6071,3,77,2310 +"237671",99044,6078,3,77,498 +"237672",99044,8525,3,77,1787 +"237673",99044,9808,3,77,1648 +"237674",99044,10908,3,77,1134 +"237675",99044,12200,3,77,1400 +"237676",99044,12818,2,77,2015 +"237677",99044,13024,3,77,2468 +"237678",99044,14025,3,77,2384 +"237679",99044,14761,3,77,2502 +"237680",99044,15075,3,77,2252 +"237681",99044,16771,3,77,1541 +"237682",99044,18855,3,77,1362 +"237683",99044,20392,3,77,1309 +"237684",99044,20867,3,77,200 +"237685",99044,21290,2,77,894 +"237686",99044,23639,3,77,2065 +"237687",99044,24109,3,77,504 +"237688",99044,24116,3,77,1413 +"237689",99044,25718,3,77,432 +"237690",99044,26138,3,77,1902 +"237691",99044,31395,3,77,1695 +"237692",99044,33691,3,77,949 +"237693",99044,36577,1,77,958 +"237694",99044,40392,3,77,1878 +"237695",99044,40850,3,77,1396 +"237696",99044,44447,2,77,165 +"237697",99044,46745,3,77,1565 +"237698",99044,49621,1,77,1915 +"237699",99044,53537,3,77,2428 +"237700",99044,53905,2,77,2193 +"237701",99044,54061,3,77,1488 +"237702",99044,56737,3,77,2270 +"237703",99044,59347,3,77,1926 +"237704",99044,69352,3,77,220 +"237705",99044,72827,3,77,1359 +"237706",99044,76230,3,77,1223 +"237707",99044,79236,2,77,1505 +"237708",99044,79306,2,77,190 +"237709",99044,79694,3,77,948 +"237710",99044,79822,3,77,1508 +"237711",99044,81113,3,77,1914 +"237712",99044,82426,3,77,1576 +"237713",99044,88819,3,77,83 +"237714",99044,89860,3,77,1999 +"237715",99044,89931,3,77,1400 +"237716",99044,93766,2,77,328 +"237717",99044,94339,3,77,2768 +"237718",99044,94758,2,77,584 +"237719",99044,114240,2,77,642 +"237720",99044,116243,3,77,89 +"237721",99044,118014,3,77,634 +"237722",99073,2452,3,486,1715 +"237723",99073,4730,3,486,2131 +"237724",99073,13007,3,486,2496 +"237725",99073,19858,3,486,2357 +"237726",99073,20200,3,486,2322 +"237727",99073,22403,3,486,1630 +"237728",99073,22684,3,486,569 +"237729",99073,24802,3,486,824 +"237730",99073,27355,3,486,870 +"237731",99073,28800,3,486,528 +"237732",99073,32339,3,486,2430 +"237733",99073,33665,3,486,787 +"237734",99073,41338,3,486,1553 +"237735",99073,42756,2,486,1384 +"237736",99073,47148,2,486,569 +"237737",99073,48832,3,486,1370 +"237738",99073,49414,2,486,1667 +"237739",99073,52041,3,486,2694 +"237740",99073,53643,3,486,1626 +"237741",99073,63409,3,486,1937 +"237742",99073,66994,3,486,1865 +"237743",99073,68586,3,486,2322 +"237744",99073,69012,2,486,799 +"237745",99073,69447,3,486,1197 +"237746",99073,75648,2,486,523 +"237747",99073,97242,3,486,686 +"237748",99103,671,3,1470,2328 +"237749",99103,675,3,1470,1686 +"237750",99103,733,1,1470,1653 +"237751",99103,1136,3,1470,2536 +"237752",99103,2424,3,1470,2582 +"237753",99103,3167,3,1470,1676 +"237754",99103,3242,2,1470,1730 +"237755",99103,4191,3,1470,2130 +"237756",99103,4226,3,1470,1903 +"237757",99103,4618,3,1470,2607 +"237758",99103,7515,3,1470,2737 +"237759",99103,8621,3,1470,1681 +"237760",99103,10130,3,1470,2741 +"237761",99103,10222,3,1470,2212 +"237762",99103,10404,3,1470,2062 +"237763",99103,10890,3,1470,2639 +"237764",99103,12374,3,1470,2260 +"237765",99103,13837,2,1470,1604 +"237766",99103,14189,3,1470,1483 +"237767",99103,17357,3,1470,1536 +"237768",99103,18277,2,1470,2309 +"237769",99103,19204,3,1470,1753 +"237770",99103,19516,3,1470,2313 +"237771",99103,20162,3,1470,2328 +"237772",99103,20419,3,1470,1587 +"237773",99103,20563,3,1470,2267 +"237774",99103,21104,3,1470,2327 +"237775",99103,22884,3,1470,1608 +"237776",99103,23508,3,1470,1907 +"237777",99103,23534,2,1470,1659 +"237778",99103,24198,3,1470,2217 +"237779",99103,25643,3,1470,1646 +"237780",99103,26436,3,1470,2489 +"237781",99103,26451,3,1470,2133 +"237782",99103,26516,3,1470,2479 +"237783",99103,26706,1,1470,1846 +"237784",99103,27753,3,1470,2750 +"237785",99103,32988,3,1470,2008 +"237786",99103,34136,2,1470,2202 +"237787",99103,34492,3,1470,1798 +"237788",99103,37333,3,1470,1612 +"237789",99103,38449,3,1470,1802 +"237790",99103,40293,3,1470,1671 +"237791",99103,40368,3,1470,2876 +"237792",99103,49189,1,1470,1550 +"237793",99103,50667,2,1470,2719 +"237794",99103,51022,2,1470,1499 +"237795",99103,51116,3,1470,1509 +"237796",99103,51410,2,1470,2739 +"237797",99103,53031,3,1470,2065 +"237798",99103,56171,3,1470,1524 +"237799",99103,58035,3,1470,1646 +"237800",99103,58133,2,1470,1484 +"237801",99103,58221,1,1470,1787 +"237802",99103,59700,3,1470,2346 +"237803",99103,63409,3,1470,1937 +"237804",99103,63515,3,1470,2023 +"237805",99103,64997,3,1470,2791 +"237806",99103,65572,3,1470,2750 +"237807",99103,66726,3,1470,2068 +"237808",99103,82409,3,1470,1881 +"237809",99103,82767,2,1470,1641 +"237810",99103,92322,2,1470,2393 +"237811",99103,93615,3,1470,2386 +"237812",99137,2960,3,804,977 +"237813",99137,13929,2,804,2693 +"237814",99137,14091,2,804,929 +"237815",99137,21479,2,804,2134 +"237816",99137,29050,3,804,1196 +"237817",99137,36962,3,804,2861 +"237818",99137,53630,3,804,1565 +"237819",99137,55691,3,804,2856 +"237820",99137,61188,3,804,2134 +"237821",99137,67424,3,804,903 +"237822",99137,72823,1,804,929 +"237823",99137,94101,3,804,997 +"237824",99137,101482,3,804,1300 +"237825",99152,1691,3,1698,1941 +"237826",99152,2208,3,1698,2814 +"237827",99152,2289,3,1698,2389 +"237828",99152,2684,3,1698,2874 +"237829",99152,3011,3,1698,2278 +"237830",99152,11055,3,1698,2111 +"237831",99152,16111,3,1698,1714 +"237832",99152,16201,2,1698,1811 +"237833",99152,19862,3,1698,2412 +"237834",99152,22180,3,1698,1835 +"237835",99152,39556,2,1698,2747 +"237836",99152,54879,3,1698,2210 +"237837",99152,57732,2,1698,2454 +"237838",99152,67145,3,1698,2015 +"237839",99152,97013,3,1698,1797 +"237840",99153,2206,3,803,2536 +"237841",99153,19501,3,803,1186 +"237842",99153,27545,3,803,855 +"237843",99153,30306,3,803,1606 +"237844",99153,62066,2,803,2281 +"237845",99170,10980,3,565,1974 +"237846",99170,12948,3,565,2669 +"237847",99170,45869,3,565,2840 +"237848",99170,85778,3,565,1040 +"237849",99170,100860,3,565,2326 +"237850",99173,10646,1,471,1555 +"237851",99173,12374,3,471,2260 +"237852",99173,14272,2,471,1063 +"237853",99173,15118,3,471,1311 +"237854",99173,18244,3,471,1622 +"237855",99173,18366,2,471,2699 +"237856",99173,20397,2,471,735 +"237857",99173,21795,3,471,2653 +"237858",99173,24005,3,471,1188 +"237859",99173,27135,3,471,798 +"237860",99173,48698,3,471,1474 +"237861",99173,50872,2,471,864 +"237862",99173,58180,2,471,1919 +"237863",99173,82829,3,471,2416 +"237864",99173,83079,2,471,798 +"237865",99173,98925,3,471,584 +"237866",99173,105795,3,471,1265 +"237867",99173,107435,3,471,1635 +"237868",99173,108647,1,471,1934 +"237869",99173,113619,3,471,760 +"237870",99194,4194,2,1271,1641 +"237871",99194,5414,2,1271,2321 +"237872",99194,6432,3,1271,2297 +"237873",99194,9740,3,1271,2233 +"237874",99194,13150,2,1271,1570 +"237875",99194,13551,2,1271,1451 +"237876",99194,30544,3,1271,2041 +"237877",99194,33278,3,1271,1591 +"237878",99194,35414,2,1271,1959 +"237879",99194,39589,3,1271,1292 +"237880",99194,42280,3,1271,2266 +"237881",99194,42998,3,1271,1978 +"237882",99194,43524,3,1271,2572 +"237883",99194,43929,3,1271,2749 +"237884",99194,44074,3,1271,1299 +"237885",99194,56168,3,1271,1466 +"237886",99194,57383,2,1271,1302 +"237887",99194,78262,3,1271,1326 +"237888",99194,79793,3,1271,1915 +"237889",99194,94339,3,1271,2768 +"237890",99196,301,2,598,2070 +"237891",99196,4634,3,598,2291 +"237892",99196,4968,3,598,1586 +"237893",99196,6040,2,598,2103 +"237894",99196,9269,3,598,1892 +"237895",99196,9656,3,598,1135 +"237896",99196,14061,3,598,1620 +"237897",99196,14490,3,598,2291 +"237898",99196,15023,3,598,2054 +"237899",99196,15281,3,598,810 +"237900",99196,19667,3,598,1466 +"237901",99196,20547,3,598,2145 +"237902",99196,20709,3,598,1757 +"237903",99196,23043,3,598,1109 +"237904",99196,44744,3,598,2032 +"237905",99196,47882,2,598,2769 +"237906",99196,48879,3,598,1524 +"237907",99196,51843,3,598,2389 +"237908",99196,53289,3,598,2746 +"237909",99196,54385,3,598,2340 +"237910",99196,67150,3,598,2633 +"237911",99196,78227,3,598,1745 +"237912",99196,78611,2,598,1586 +"237913",99196,78628,1,598,914 +"237914",99196,84808,3,598,1974 +"237915",99196,88448,1,598,914 +"237916",99196,93609,3,598,2252 +"237917",99202,1846,3,200,1845 +"237918",99202,3493,3,200,2451 +"237919",99202,20562,3,200,316 +"237920",99202,23966,3,200,891 +"237921",99202,26838,3,200,685 +"237922",99202,68539,3,200,1158 +"237923",99204,3152,3,232,1621 +"237924",99204,3669,3,232,2524 +"237925",99204,6133,3,232,1229 +"237926",99204,7185,3,232,1046 +"237927",99204,8478,3,232,984 +"237928",99204,14623,3,232,2043 +"237929",99204,14789,3,232,1034 +"237930",99204,18571,3,232,2128 +"237931",99204,20705,3,232,829 +"237932",99204,21424,3,232,1303 +"237933",99204,21741,3,232,1574 +"237934",99204,23158,3,232,659 +"237935",99204,23302,3,232,2677 +"237936",99204,24610,3,232,2733 +"237937",99204,26100,3,232,1966 +"237938",99204,29454,3,232,2719 +"237939",99204,30317,2,232,2431 +"237940",99204,30404,2,232,1810 +"237941",99204,32939,3,232,2277 +"237942",99204,33533,3,232,234 +"237943",99204,36136,3,232,2338 +"237944",99204,45730,3,232,2063 +"237945",99204,52185,3,232,1012 +"237946",99204,72426,3,232,2902 +"237947",99204,75287,3,232,460 +"237948",99204,76132,3,232,2426 +"237949",99204,76675,3,232,1840 +"237950",99204,91631,3,232,1899 +"237951",99215,31436,3,2791,2892 +"237952",99218,2747,3,481,2411 +"237953",99218,11588,3,481,2352 +"237954",99218,14998,3,481,1553 +"237955",99218,16502,2,481,1616 +"237956",99218,16750,2,481,1225 +"237957",99218,17645,3,481,1918 +"237958",99218,19934,3,481,2888 +"237959",99218,27320,3,481,2378 +"237960",99218,27391,3,481,2378 +"237961",99218,28893,3,481,2764 +"237962",99218,29495,2,481,1612 +"237963",99218,29627,3,481,882 +"237964",99218,29818,3,481,1677 +"237965",99218,31216,3,481,1244 +"237966",99218,31540,2,481,1675 +"237967",99218,32240,3,481,706 +"237968",99218,33017,3,481,1493 +"237969",99218,40003,2,481,936 +"237970",99218,40309,3,481,871 +"237971",99218,40747,3,481,958 +"237972",99218,45039,3,481,1663 +"237973",99218,58745,3,481,1920 +"237974",99218,58875,3,481,1899 +"237975",99218,63644,3,481,1267 +"237976",99218,69037,3,481,849 +"237977",99218,76369,3,481,583 +"237978",99218,100432,3,481,1358 +"237979",99218,107496,3,481,1572 +"237980",99218,110398,3,481,601 +"237981",99222,2057,3,829,1965 +"237982",99222,2429,3,829,999 +"237983",99222,17230,3,829,1965 +"237984",99222,26734,3,829,2299 +"237985",99222,32202,3,829,2314 +"237986",99222,67062,3,829,1623 +"237987",99222,70748,3,829,978 +"237988",99222,72083,3,829,1122 +"237989",99237,1367,3,783,2176 +"237990",99237,1785,3,783,2350 +"237991",99237,2014,3,783,973 +"237992",99237,2424,3,783,2582 +"237993",99237,2747,3,783,2411 +"237994",99237,3863,3,783,856 +"237995",99237,5346,2,783,1438 +"237996",99237,5580,3,783,2111 +"237997",99237,7245,3,783,2089 +"237998",99237,7932,3,783,789 +"237999",99237,9269,3,783,1892 +"238000",99237,9654,3,783,2111 +"238001",99237,9895,3,783,1960 +"238002",99237,10610,3,783,1427 +"238003",99237,12914,3,783,1557 +"238004",99237,13671,3,783,1371 +"238005",99237,15207,2,783,1855 +"238006",99237,15453,3,783,1688 +"238007",99237,15462,3,783,1141 +"238008",99237,16067,3,783,2727 +"238009",99237,18348,3,783,1711 +"238010",99237,18415,3,783,2184 +"238011",99237,18953,3,783,915 +"238012",99237,21929,3,783,2062 +"238013",99237,21942,3,783,2041 +"238014",99237,28057,3,783,1067 +"238015",99237,30262,3,783,1715 +"238016",99237,30943,3,783,2287 +"238017",99237,32939,3,783,2277 +"238018",99237,42642,3,783,2257 +"238019",99237,45186,3,783,835 +"238020",99237,46803,3,783,2305 +"238021",99237,53043,3,783,803 +"238022",99237,54388,3,783,1257 +"238023",99237,56364,3,783,1626 +"238024",99237,57804,3,783,2214 +"238025",99237,63641,3,783,2337 +"238026",99237,67726,3,783,2873 +"238027",99237,69716,3,783,2632 +"238028",99237,70011,3,783,2690 +"238029",99237,74818,3,783,1440 +"238030",99237,77719,3,783,2086 +"238031",99237,84601,3,783,802 +"238032",99237,85356,3,783,1492 +"238033",99237,92630,2,783,1583 +"238034",99237,94520,2,783,1243 +"238035",99237,96387,3,783,2159 +"238036",99237,99536,2,783,790 +"238037",99237,99557,3,783,1703 +"238038",99273,803,3,825,1666 +"238039",99273,1777,3,825,1965 +"238040",99273,4322,3,825,1707 +"238041",99273,4889,3,825,1501 +"238042",99273,5462,3,825,2374 +"238043",99273,7942,3,825,2623 +"238044",99273,14189,3,825,1483 +"238045",99273,14972,2,825,2332 +"238046",99273,16313,3,825,1160 +"238047",99273,17381,3,825,1697 +"238048",99273,19606,3,825,2783 +"238049",99273,23508,3,825,1907 +"238050",99273,24512,3,825,1369 +"238051",99273,31279,3,825,965 +"238052",99273,38048,3,825,867 +"238053",99273,48548,3,825,826 +"238054",99273,55256,3,825,2379 +"238055",99273,57609,3,825,2717 +"238056",99273,62488,3,825,1418 +"238057",99273,80278,3,825,1057 +"238058",99273,84498,3,825,1292 +"238059",99273,85430,3,825,2370 +"238060",99273,86799,3,825,1951 +"238061",99273,89958,3,825,1186 +"238062",99273,100140,3,825,1041 +"238063",99273,102050,3,825,906 +"238064",99273,103911,3,825,1733 +"238065",99274,206,2,78,1986 +"238066",99274,307,2,78,2530 +"238067",99274,312,3,78,2038 +"238068",99274,937,3,78,408 +"238069",99274,1036,2,78,1367 +"238070",99274,1092,1,78,1945 +"238071",99274,1397,2,78,1225 +"238072",99274,1888,3,78,114 +"238073",99274,2077,3,78,610 +"238074",99274,2684,3,78,2874 +"238075",99274,2743,3,78,1278 +"238076",99274,2864,3,78,1543 +"238077",99274,3242,3,78,1730 +"238078",99274,3753,1,78,1255 +"238079",99274,4360,3,78,1770 +"238080",99274,5239,3,78,2875 +"238081",99274,5429,2,78,1991 +"238082",99274,7013,3,78,2040 +"238083",99274,7555,3,78,1943 +"238084",99274,9511,3,78,1232 +"238085",99274,9893,2,78,2701 +"238086",99274,10861,3,78,1189 +"238087",99274,11055,2,78,2111 +"238088",99274,11434,3,78,1187 +"238089",99274,11620,3,78,2010 +"238090",99274,12473,3,78,801 +"238091",99274,14943,3,78,1942 +"238092",99274,15433,3,78,2038 +"238093",99274,15716,1,78,1991 +"238094",99274,16074,3,78,977 +"238095",99274,16164,3,78,1184 +"238096",99274,18244,3,78,1622 +"238097",99274,18615,3,78,1025 +"238098",99274,19027,3,78,2721 +"238099",99274,19248,3,78,2357 +"238100",99274,19335,3,78,1729 +"238101",99274,20067,3,78,2390 +"238102",99274,20824,3,78,1366 +"238103",99274,21225,3,78,1945 +"238104",99274,21406,3,78,2714 +"238105",99274,21706,2,78,1988 +"238106",99274,22586,2,78,1341 +"238107",99274,23132,2,78,2756 +"238108",99274,23506,3,78,1172 +"238109",99274,24299,3,78,231 +"238110",99274,27323,3,78,943 +"238111",99274,27501,3,78,1981 +"238112",99274,27849,3,78,1316 +"238113",99274,32047,3,78,1858 +"238114",99274,32419,3,78,1909 +"238115",99274,33655,3,78,773 +"238116",99274,33801,3,78,2899 +"238117",99274,34492,3,78,1798 +"238118",99274,34907,3,78,1945 +"238119",99274,35302,3,78,1589 +"238120",99274,35481,3,78,2211 +"238121",99274,35752,3,78,1158 +"238122",99274,41739,3,78,1339 +"238123",99274,42574,2,78,2842 +"238124",99274,44636,3,78,1026 +"238125",99274,44819,3,78,2063 +"238126",99274,45608,3,78,2420 +"238127",99274,46831,3,78,1915 +"238128",99274,47055,1,78,1525 +"238129",99274,51022,3,78,1499 +"238130",99274,52735,3,78,1124 +"238131",99274,53475,3,78,2853 +"238132",99274,53519,3,78,2781 +"238133",99274,54676,3,78,1342 +"238134",99274,54695,2,78,2429 +"238135",99274,55468,3,78,2511 +"238136",99274,58035,3,78,1646 +"238137",99274,58427,2,78,2234 +"238138",99274,62170,3,78,90 +"238139",99274,62338,1,78,228 +"238140",99274,64043,3,78,183 +"238141",99274,67150,3,78,2633 +"238142",99274,67314,3,78,1051 +"238143",99274,78270,3,78,1171 +"238144",99274,82124,3,78,756 +"238145",99274,89106,3,78,527 +"238146",99274,91908,3,78,918 +"238147",99274,94808,3,78,988 +"238148",99274,99444,3,78,408 +"238149",99274,102004,3,78,497 +"238150",99274,115734,2,78,859 +"238151",99279,1050,3,611,1185 +"238152",99279,1367,3,611,2176 +"238153",99279,5315,3,611,2631 +"238154",99279,7245,3,611,2089 +"238155",99279,13109,3,611,1374 +"238156",99279,13573,3,611,2774 +"238157",99279,19621,3,611,725 +"238158",99279,19858,3,611,2357 +"238159",99279,19892,3,611,1212 +"238160",99279,21401,3,611,1440 +"238161",99279,22374,2,611,1226 +"238162",99279,31003,3,611,1859 +"238163",99279,31050,3,611,1491 +"238164",99279,34648,1,611,1596 +"238165",99279,37108,3,611,1202 +"238166",99279,37915,3,611,1905 +"238167",99279,40893,3,611,1116 +"238168",99279,41278,3,611,1873 +"238169",99279,45186,3,611,835 +"238170",99279,45633,2,611,2134 +"238171",99279,45903,3,611,2237 +"238172",99279,46283,1,611,1184 +"238173",99279,48127,2,611,2677 +"238174",99279,48602,2,611,1704 +"238175",99279,49144,3,611,1542 +"238176",99279,55185,2,611,922 +"238177",99279,56903,3,611,1584 +"238178",99279,57714,3,611,1391 +"238179",99279,62488,3,611,1418 +"238180",99279,64502,3,611,1670 +"238181",99279,65691,3,611,2134 +"238182",99279,67102,3,611,935 +"238183",99279,67788,3,611,837 +"238184",99279,67957,3,611,2823 +"238185",99279,74318,3,611,632 +"238186",99279,76564,2,611,996 +"238187",99279,77001,3,611,1440 +"238188",99279,81095,2,611,1609 +"238189",99279,83526,2,611,1235 +"238190",99279,85356,3,611,1492 +"238191",99279,91279,2,611,966 +"238192",99279,92381,3,611,1237 +"238193",99279,100241,3,611,777 +"238194",99288,323,3,983,1706 +"238195",99288,1314,2,983,1522 +"238196",99288,1519,2,983,2349 +"238197",99288,1639,3,983,2631 +"238198",99288,2489,3,983,1537 +"238199",99288,3978,3,983,2775 +"238200",99288,4001,3,983,1687 +"238201",99288,4361,2,983,2571 +"238202",99288,4526,3,983,1728 +"238203",99288,4660,3,983,2149 +"238204",99288,4916,3,983,1970 +"238205",99288,5346,3,983,1438 +"238206",99288,5568,3,983,1290 +"238207",99288,5673,3,983,1567 +"238208",99288,7997,3,983,2049 +"238209",99288,8062,3,983,2858 +"238210",99288,8791,3,983,1789 +"238211",99288,9503,3,983,2453 +"238212",99288,10336,3,983,2271 +"238213",99288,10350,2,983,1163 +"238214",99288,10870,3,983,1755 +"238215",99288,11029,3,983,2362 +"238216",99288,11108,3,983,1609 +"238217",99288,12031,3,983,1957 +"238218",99288,14449,2,983,1258 +"238219",99288,15207,3,983,1855 +"238220",99288,16296,3,983,2626 +"238221",99288,16384,3,983,1320 +"238222",99288,16690,3,983,2132 +"238223",99288,17257,1,983,1117 +"238224",99288,17812,3,983,2705 +"238225",99288,18381,3,983,1524 +"238226",99288,18672,3,983,1182 +"238227",99288,20941,2,983,2725 +"238228",99288,21895,3,983,1693 +"238229",99288,27379,3,983,2461 +"238230",99288,27686,3,983,2844 +"238231",99288,29289,3,983,1756 +"238232",99288,29977,3,983,2781 +"238233",99288,30034,3,983,2357 +"238234",99288,31335,3,983,2351 +"238235",99288,32678,3,983,1439 +"238236",99288,36278,3,983,2952 +"238237",99288,37026,3,983,1428 +"238238",99288,38038,3,983,2686 +"238239",99288,38492,3,983,2280 +"238240",99288,38602,3,983,2693 +"238241",99288,38691,2,983,2585 +"238242",99288,39577,3,983,1728 +"238243",99288,40954,3,983,2603 +"238244",99288,41446,3,983,1103 +"238245",99288,43673,3,983,2787 +"238246",99288,45664,3,983,2235 +"238247",99288,46532,3,983,2005 +"238248",99288,46982,3,983,2806 +"238249",99288,47013,3,983,2388 +"238250",99288,47889,3,983,992 +"238251",99288,51035,3,983,2397 +"238252",99288,53091,3,983,1134 +"238253",99288,55436,3,983,2513 +"238254",99288,55892,3,983,1234 +"238255",99288,59298,3,983,1236 +"238256",99288,63641,3,983,2337 +"238257",99288,66717,3,983,2104 +"238258",99288,67252,3,983,1215 +"238259",99288,68885,3,983,2151 +"238260",99288,70433,3,983,2639 +"238261",99288,70583,3,983,2615 +"238262",99288,72535,3,983,1191 +"238263",99288,72728,3,983,2234 +"238264",99288,77057,3,983,1866 +"238265",99288,77095,3,983,1622 +"238266",99288,79158,3,983,1252 +"238267",99288,79420,3,983,1061 +"238268",99288,85869,3,983,1509 +"238269",99288,94520,3,983,1243 +"238270",99291,1787,3,930,1707 +"238271",99291,2370,3,930,1600 +"238272",99291,4188,3,930,2963 +"238273",99291,5937,3,930,2392 +"238274",99291,6234,2,930,2654 +"238275",99291,6235,2,930,1585 +"238276",99291,6800,2,930,2053 +"238277",99291,10119,3,930,2374 +"238278",99291,13671,3,930,1371 +"238279",99291,14838,3,930,1746 +"238280",99291,14861,3,930,2269 +"238281",99291,15119,3,930,1020 +"238282",99291,15239,3,930,1958 +"238283",99291,16477,3,930,2069 +"238284",99291,16524,3,930,1556 +"238285",99291,16590,3,930,1123 +"238286",99291,18821,3,930,2075 +"238287",99291,19767,3,930,1041 +"238288",99291,23728,3,930,2601 +"238289",99291,23802,3,930,1713 +"238290",99291,30194,3,930,2874 +"238291",99291,31794,3,930,1919 +"238292",99291,32079,3,930,2315 +"238293",99291,32841,3,930,1345 +"238294",99291,33363,3,930,2475 +"238295",99291,33460,2,930,2781 +"238296",99291,34576,3,930,1727 +"238297",99291,36491,3,930,1781 +"238298",99291,37454,3,930,1245 +"238299",99291,41521,2,930,2069 +"238300",99291,43311,3,930,1553 +"238301",99291,44727,2,930,1227 +"238302",99291,44730,3,930,2468 +"238303",99291,49079,3,930,2447 +"238304",99291,50899,2,930,2125 +"238305",99291,53648,2,930,2167 +"238306",99291,56413,3,930,2747 +"238307",99291,65568,2,930,1699 +"238308",99291,66609,3,930,998 +"238309",99291,76997,3,930,2223 +"238310",99291,79913,2,930,1514 +"238311",99291,82246,3,930,1538 +"238312",99291,86015,3,930,1514 +"238313",99291,93459,1,930,1354 +"238314",99298,388,3,679,1594 +"238315",99298,680,3,679,2569 +"238316",99298,1314,3,679,1522 +"238317",99298,1519,3,679,2349 +"238318",99298,1560,3,679,2013 +"238319",99298,1702,3,679,1984 +"238320",99298,2540,3,679,1398 +"238321",99298,2563,3,679,1686 +"238322",99298,3254,3,679,1258 +"238323",99298,3493,3,679,2451 +"238324",99298,4001,3,679,1687 +"238325",99298,4303,3,679,2414 +"238326",99298,4660,3,679,2149 +"238327",99298,5897,3,679,2337 +"238328",99298,6602,3,679,1631 +"238329",99298,7936,3,679,1199 +"238330",99298,7997,3,679,2049 +"238331",99298,8062,3,679,2858 +"238332",99298,9716,3,679,1929 +"238333",99298,9785,3,679,2951 +"238334",99298,10474,3,679,1608 +"238335",99298,11143,3,679,2623 +"238336",99298,11429,3,679,2520 +"238337",99298,11477,3,679,2724 +"238338",99298,12067,3,679,1213 +"238339",99298,12361,3,679,2732 +"238340",99298,12653,3,679,1573 +"238341",99298,12759,3,679,2414 +"238342",99298,13537,3,679,1020 +"238343",99298,14072,3,679,1346 +"238344",99298,14972,3,679,2332 +"238345",99298,15095,1,679,2001 +"238346",99298,15700,3,679,1712 +"238347",99298,18102,3,679,1642 +"238348",99298,18124,2,679,1642 +"238349",99298,18371,3,679,2860 +"238350",99298,18381,3,679,1524 +"238351",99298,18421,3,679,2457 +"238352",99298,18518,3,679,1128 +"238353",99298,19655,3,679,2706 +"238354",99298,20395,3,679,1468 +"238355",99298,20624,3,679,1298 +"238356",99298,20688,3,679,891 +"238357",99298,20941,3,679,2725 +"238358",99298,21383,3,679,971 +"238359",99298,22244,2,679,2139 +"238360",99298,23000,3,679,1815 +"238361",99298,23966,3,679,891 +"238362",99298,25373,3,679,2783 +"238363",99298,26182,3,679,2775 +"238364",99298,27320,3,679,2378 +"238365",99298,28057,3,679,1067 +"238366",99298,30334,2,679,2075 +"238367",99298,30705,3,679,2959 +"238368",99298,31335,3,679,2351 +"238369",99298,32479,3,679,969 +"238370",99298,34820,3,679,1630 +"238371",99298,35518,3,679,1721 +"238372",99298,36737,3,679,829 +"238373",99298,36953,3,679,2790 +"238374",99298,37636,2,679,2178 +"238375",99298,37844,3,679,2002 +"238376",99298,38513,2,679,914 +"238377",99298,40392,2,679,1878 +"238378",99298,41429,3,679,1770 +"238379",99298,41439,3,679,709 +"238380",99298,41723,3,679,2101 +"238381",99298,42006,3,679,862 +"238382",99298,43204,3,679,1680 +"238383",99298,43673,3,679,2787 +"238384",99298,44341,1,679,1230 +"238385",99298,45375,3,679,862 +"238386",99298,45480,3,679,1104 +"238387",99298,45992,3,679,1182 +"238388",99298,46982,3,679,2806 +"238389",99298,47013,1,679,2388 +"238390",99298,47082,3,679,1990 +"238391",99298,51144,3,679,2466 +"238392",99298,51783,2,679,2599 +"238393",99298,56082,3,679,2395 +"238394",99298,63641,3,679,2337 +"238395",99298,66717,3,679,2104 +"238396",99298,72535,3,679,1191 +"238397",99298,72632,3,679,1289 +"238398",99298,85198,3,679,1794 +"238399",99298,87907,3,679,1173 +"238400",99298,95690,3,679,765 +"238401",99298,96007,3,679,895 +"238402",99332,194,3,873,1243 +"238403",99332,323,3,873,1706 +"238404",99332,669,3,873,1423 +"238405",99332,728,3,873,1812 +"238406",99332,843,3,873,2332 +"238407",99332,1323,3,873,1659 +"238408",99332,1523,3,873,2048 +"238409",99332,1629,2,873,1289 +"238410",99332,1702,3,873,1984 +"238411",99332,1846,3,873,1845 +"238412",99332,2424,3,873,2582 +"238413",99332,2540,2,873,1398 +"238414",99332,2979,3,873,2912 +"238415",99332,3127,2,873,2273 +"238416",99332,3271,2,873,2216 +"238417",99332,3477,2,873,2546 +"238418",99332,3493,3,873,2451 +"238419",99332,3978,3,873,2775 +"238420",99332,4303,3,873,2414 +"238421",99332,4361,3,873,2571 +"238422",99332,5683,3,873,2468 +"238423",99332,5792,1,873,975 +"238424",99332,5839,3,873,2301 +"238425",99332,6063,3,873,2349 +"238426",99332,6989,3,873,2623 +"238427",99332,7252,3,873,2799 +"238428",99332,7337,1,873,1797 +"238429",99332,7604,3,873,1366 +"238430",99332,7798,3,873,949 +"238431",99332,7937,3,873,2044 +"238432",99332,8395,2,873,896 +"238433",99332,8607,3,873,1685 +"238434",99332,8789,3,873,2024 +"238435",99332,8865,3,873,2394 +"238436",99332,9227,2,873,1267 +"238437",99332,9241,3,873,2338 +"238438",99332,9272,2,873,2835 +"238439",99332,9503,3,873,2453 +"238440",99332,9787,3,873,2858 +"238441",99332,10050,2,873,1792 +"238442",99332,10453,3,873,1656 +"238443",99332,10754,2,873,1797 +"238444",99332,10859,3,873,2231 +"238445",99332,11136,3,873,2573 +"238446",99332,11329,3,873,2799 +"238447",99332,11563,3,873,1863 +"238448",99332,11639,3,873,1593 +"238449",99332,12067,3,873,1213 +"238450",99332,12779,3,873,936 +"238451",99332,13184,3,873,977 +"238452",99332,13808,3,873,1356 +"238453",99332,14654,3,873,1692 +"238454",99332,14754,3,873,2456 +"238455",99332,14817,3,873,2110 +"238456",99332,14887,2,873,2158 +"238457",99332,16437,3,873,1956 +"238458",99332,16501,3,873,1650 +"238459",99332,17645,3,873,1918 +"238460",99332,18005,3,873,2449 +"238461",99332,18217,3,873,1566 +"238462",99332,18381,3,873,1524 +"238463",99332,18978,3,873,952 +"238464",99332,19075,3,873,2214 +"238465",99332,19433,3,873,2504 +"238466",99332,19934,3,873,2888 +"238467",99332,20155,3,873,1517 +"238468",99332,20512,3,873,2748 +"238469",99332,20688,3,873,891 +"238470",99332,21198,3,873,935 +"238471",99332,21593,3,873,1312 +"238472",99332,21684,3,873,1971 +"238473",99332,22586,3,873,1341 +"238474",99332,23000,3,873,1815 +"238475",99332,23131,3,873,1732 +"238476",99332,23430,3,873,904 +"238477",99332,23488,3,873,1523 +"238478",99332,23966,3,873,891 +"238479",99332,24456,3,873,1238 +"238480",99332,25163,3,873,1751 +"238481",99332,25577,3,873,1946 +"238482",99332,26182,3,873,2775 +"238483",99332,27908,3,873,2576 +"238484",99332,28357,3,873,1134 +"238485",99332,28432,3,873,1954 +"238486",99332,28893,3,873,2764 +"238487",99332,29267,2,873,1234 +"238488",99332,29286,2,873,1612 +"238489",99332,29627,3,873,882 +"238490",99332,30010,3,873,2917 +"238491",99332,30486,3,873,1269 +"238492",99332,30668,3,873,2882 +"238493",99332,30669,2,873,1921 +"238494",99332,30870,3,873,2370 +"238495",99332,31317,3,873,1362 +"238496",99332,31338,3,873,917 +"238497",99332,32110,3,873,2224 +"238498",99332,32339,3,873,2430 +"238499",99332,33223,3,873,2397 +"238500",99332,33341,3,873,2338 +"238501",99332,33681,2,873,1059 +"238502",99332,33870,2,873,955 +"238503",99332,35888,3,873,2291 +"238504",99332,35903,3,873,1434 +"238505",99332,36912,3,873,2469 +"238506",99332,36953,2,873,2790 +"238507",99332,37427,3,873,915 +"238508",99332,37632,3,873,1295 +"238509",99332,37752,3,873,2223 +"238510",99332,38219,3,873,1689 +"238511",99332,38513,3,873,914 +"238512",99332,38532,3,873,1234 +"238513",99332,39062,3,873,2020 +"238514",99332,39439,3,873,2462 +"238515",99332,39444,3,873,2695 +"238516",99332,39534,3,873,2410 +"238517",99332,39589,2,873,1292 +"238518",99332,40035,3,873,2742 +"238519",99332,40542,3,873,1664 +"238520",99332,40572,2,873,2666 +"238521",99332,41338,3,873,1553 +"238522",99332,41446,3,873,1103 +"238523",99332,42813,2,873,2142 +"238524",99332,43173,3,873,2895 +"238525",99332,43204,3,873,1680 +"238526",99332,43226,2,873,2442 +"238527",99332,44497,3,873,2401 +"238528",99332,45480,3,873,1104 +"238529",99332,45729,3,873,2606 +"238530",99332,45874,3,873,944 +"238531",99332,46486,1,873,1868 +"238532",99332,46532,3,873,2005 +"238533",99332,46982,3,873,2806 +"238534",99332,47013,3,873,2388 +"238535",99332,47595,3,873,2374 +"238536",99332,47968,3,873,2829 +"238537",99332,48110,2,873,2009 +"238538",99332,49560,3,873,1679 +"238539",99332,50335,3,873,1893 +"238540",99332,50585,3,873,2414 +"238541",99332,51016,3,873,1141 +"238542",99332,51879,3,873,1771 +"238543",99332,52136,3,873,1412 +"238544",99332,53445,3,873,2028 +"238545",99332,53726,3,873,1729 +"238546",99332,53739,3,873,2704 +"238547",99332,54467,2,873,919 +"238548",99332,57765,3,873,2893 +"238549",99332,57804,3,873,2214 +"238550",99332,57990,3,873,978 +"238551",99332,58508,2,873,2326 +"238552",99332,59039,3,873,2870 +"238553",99332,59448,3,873,2687 +"238554",99332,60258,3,873,2405 +"238555",99332,61125,2,873,1673 +"238556",99332,62963,3,873,1964 +"238557",99332,64947,3,873,2489 +"238558",99332,66205,3,873,2898 +"238559",99332,66994,3,873,1865 +"238560",99332,67815,3,873,2476 +"238561",99332,69250,3,873,1439 +"238562",99332,69335,2,873,2698 +"238563",99332,72438,3,873,1397 +"238564",99332,76286,3,873,1642 +"238565",99332,76511,3,873,1250 +"238566",99332,76606,3,873,885 +"238567",99332,80301,2,873,1690 +"238568",99332,80801,3,873,1250 +"238569",99332,82039,3,873,1327 +"238570",99332,82226,3,873,1619 +"238571",99332,87958,3,873,1234 +"238572",99332,90709,1,873,1080 +"238573",99332,91849,3,873,1166 +"238574",99332,92850,3,873,1971 +"238575",99332,95910,3,873,999 +"238576",99332,97476,3,873,975 +"238577",99332,108620,3,873,881 +"238578",99351,53219,3,2939,2973 +"238579",99352,10646,3,263,1555 +"238580",99352,14272,1,263,1063 +"238581",99352,18244,3,263,1622 +"238582",99352,18366,2,263,2699 +"238583",99352,20397,2,263,735 +"238584",99352,21795,3,263,2653 +"238585",99352,27135,3,263,798 +"238586",99352,58180,1,263,1919 +"238587",99352,82829,2,263,2416 +"238588",99352,83079,2,263,798 +"238589",99352,99173,2,263,471 +"238590",99352,105795,3,263,1265 +"238591",99352,107435,3,263,1635 +"238592",99352,108647,3,263,1934 +"238593",99352,113619,2,263,760 +"238594",99366,671,3,900,2328 +"238595",99366,2063,3,900,1278 +"238596",99366,2424,3,900,2582 +"238597",99366,2743,3,900,1278 +"238598",99366,3242,3,900,1730 +"238599",99366,10404,3,900,2062 +"238600",99366,10890,3,900,2639 +"238601",99366,12449,3,900,2067 +"238602",99366,15626,3,900,2434 +"238603",99366,16164,3,900,1184 +"238604",99366,20563,3,900,2267 +"238605",99366,20824,3,900,1366 +"238606",99366,26436,3,900,2489 +"238607",99366,27753,3,900,2750 +"238608",99366,38449,3,900,1802 +"238609",99366,48274,3,900,1979 +"238610",99366,51022,2,900,1499 +"238611",99366,51853,3,900,2520 +"238612",99366,54740,3,900,2750 +"238613",99366,64793,3,900,2819 +"238614",99366,91841,3,900,1521 +"238615",99366,93953,3,900,969 +"238616",99418,1349,2,444,1147 +"238617",99418,1846,3,444,1845 +"238618",99418,2700,3,444,857 +"238619",99418,2936,2,444,2512 +"238620",99418,3493,3,444,2451 +"238621",99418,5897,3,444,2337 +"238622",99418,6877,3,444,867 +"238623",99418,9241,3,444,2338 +"238624",99418,9723,3,444,2302 +"238625",99418,9785,3,444,2951 +"238626",99418,10577,3,444,497 +"238627",99418,13296,2,444,839 +"238628",99418,14449,3,444,1258 +"238629",99418,16864,3,444,814 +"238630",99418,18421,3,444,2457 +"238631",99418,20395,3,444,1468 +"238632",99418,20941,3,444,2725 +"238633",99418,21487,3,444,2203 +"238634",99418,23000,2,444,1815 +"238635",99418,23154,3,444,2345 +"238636",99418,23966,3,444,891 +"238637",99418,26182,2,444,2775 +"238638",99418,26450,3,444,1709 +"238639",99418,26838,3,444,685 +"238640",99418,27320,3,444,2378 +"238641",99418,28116,3,444,1643 +"238642",99418,28440,3,444,675 +"238643",99418,31866,2,444,2101 +"238644",99418,32470,3,444,1539 +"238645",99418,32939,3,444,2277 +"238646",99418,33870,3,444,955 +"238647",99418,34216,3,444,2832 +"238648",99418,37149,3,444,1673 +"238649",99418,38513,3,444,914 +"238650",99418,41439,3,444,709 +"238651",99418,42006,3,444,862 +"238652",99418,42256,3,444,2839 +"238653",99418,43204,3,444,1680 +"238654",99418,43207,3,444,635 +"238655",99418,45480,3,444,1104 +"238656",99418,46982,2,444,2806 +"238657",99418,47013,2,444,2388 +"238658",99418,51144,3,444,2466 +"238659",99418,52136,3,444,1412 +"238660",99418,54467,3,444,919 +"238661",99418,57804,3,444,2214 +"238662",99418,62715,3,444,1838 +"238663",99418,63644,3,444,1267 +"238664",99418,68931,3,444,2771 +"238665",99418,69545,3,444,673 +"238666",99418,70583,3,444,2615 +"238667",99418,73582,3,444,2075 +"238668",99418,87907,3,444,1173 +"238669",99418,95690,3,444,765 +"238670",99418,96715,3,444,1792 +"238671",99418,99298,3,444,679 +"238672",99427,17812,3,1706,2705 +"238673",99427,34742,3,1706,1883 +"238674",99427,70433,3,1706,2639 +"238675",99444,270,3,408,2542 +"238676",99444,307,2,408,2530 +"238677",99444,325,3,408,495 +"238678",99444,600,3,408,1702 +"238679",99444,671,3,408,2328 +"238680",99444,913,3,408,2144 +"238681",99444,1044,3,408,880 +"238682",99444,1092,3,408,1945 +"238683",99444,1124,3,408,1596 +"238684",99444,1127,3,408,1188 +"238685",99444,1130,3,408,1566 +"238686",99444,1386,3,408,1901 +"238687",99444,1397,3,408,1225 +"238688",99444,1826,3,408,924 +"238689",99444,2208,3,408,2814 +"238690",99444,2269,2,408,984 +"238691",99444,2300,3,408,565 +"238692",99444,2322,3,408,1645 +"238693",99444,2325,3,408,1641 +"238694",99444,2424,3,408,2582 +"238695",99444,2684,3,408,2874 +"238696",99444,2731,2,408,434 +"238697",99444,2754,3,408,1360 +"238698",99444,2819,3,408,1743 +"238699",99444,3011,3,408,2278 +"238700",99444,3040,3,408,1446 +"238701",99444,3753,3,408,1255 +"238702",99444,3830,3,408,1661 +"238703",99444,3966,3,408,2425 +"238704",99444,4226,2,408,1903 +"238705",99444,4289,3,408,1921 +"238706",99444,4317,2,408,1224 +"238707",99444,4701,2,408,2401 +"238708",99444,4790,1,408,1025 +"238709",99444,4791,1,408,1184 +"238710",99444,5462,3,408,2374 +"238711",99444,5971,3,408,1985 +"238712",99444,6047,3,408,2004 +"238713",99444,6222,3,408,1949 +"238714",99444,6491,3,408,2424 +"238715",99444,6718,3,408,2138 +"238716",99444,7241,3,408,2259 +"238717",99444,7555,2,408,1943 +"238718",99444,7616,3,408,2296 +"238719",99444,7847,3,408,2424 +"238720",99444,7861,3,408,1647 +"238721",99444,8286,3,408,886 +"238722",99444,9474,3,408,864 +"238723",99444,9615,3,408,2464 +"238724",99444,9654,3,408,2111 +"238725",99444,9751,3,408,1397 +"238726",99444,9893,3,408,2701 +"238727",99444,10148,3,408,2964 +"238728",99444,11348,3,408,824 +"238729",99444,11440,3,408,2026 +"238730",99444,11456,3,408,2715 +"238731",99444,11541,3,408,1927 +"238732",99444,11620,3,408,2010 +"238733",99444,12096,3,408,1330 +"238734",99444,12374,3,408,2260 +"238735",99444,12728,2,408,2374 +"238736",99444,12863,3,408,2027 +"238737",99444,12887,3,408,433 +"238738",99444,13905,3,408,452 +"238739",99444,13945,3,408,1324 +"238740",99444,14091,3,408,929 +"238741",99444,14678,2,408,799 +"238742",99444,14709,3,408,1901 +"238743",99444,15005,2,408,1415 +"238744",99444,15135,3,408,1035 +"238745",99444,15343,3,408,2125 +"238746",99444,15539,3,408,1929 +"238747",99444,15643,3,408,502 +"238748",99444,16313,3,408,1160 +"238749",99444,16539,3,408,1947 +"238750",99444,17852,2,408,2840 +"238751",99444,18393,2,408,860 +"238752",99444,18394,3,408,2356 +"238753",99444,18707,2,408,1143 +"238754",99444,19719,3,408,2177 +"238755",99444,20287,3,408,1099 +"238756",99444,20311,2,408,1981 +"238757",99444,20975,3,408,1305 +"238758",99444,21104,3,408,2327 +"238759",99444,21122,2,408,1701 +"238760",99444,21197,3,408,1437 +"238761",99444,21198,2,408,935 +"238762",99444,21285,3,408,2100 +"238763",99444,21417,3,408,2422 +"238764",99444,21693,3,408,2176 +"238765",99444,21795,3,408,2653 +"238766",99444,22006,3,408,1202 +"238767",99444,22282,2,408,1418 +"238768",99444,22331,2,408,2687 +"238769",99444,22362,3,408,1836 +"238770",99444,22455,3,408,1197 +"238771",99444,22586,3,408,1341 +"238772",99444,23011,3,408,2763 +"238773",99444,23450,3,408,967 +"238774",99444,23508,2,408,1907 +"238775",99444,23509,2,408,2275 +"238776",99444,23652,3,408,803 +"238777",99444,23729,3,408,1624 +"238778",99444,23825,3,408,1913 +"238779",99444,24005,3,408,1188 +"238780",99444,24286,3,408,1280 +"238781",99444,24608,3,408,1630 +"238782",99444,24755,2,408,1319 +"238783",99444,24789,3,408,829 +"238784",99444,25129,3,408,2647 +"238785",99444,25305,3,408,2447 +"238786",99444,25341,3,408,1858 +"238787",99444,25443,3,408,1441 +"238788",99444,25595,3,408,768 +"238789",99444,26282,3,408,1241 +"238790",99444,26322,3,408,1018 +"238791",99444,26451,1,408,2133 +"238792",99444,26570,3,408,1669 +"238793",99444,26749,3,408,2965 +"238794",99444,26865,3,408,2726 +"238795",99444,27112,3,408,500 +"238796",99444,27175,3,408,1447 +"238797",99444,27275,3,408,2656 +"238798",99444,27390,2,408,2425 +"238799",99444,27792,2,408,1308 +"238800",99444,27849,1,408,1316 +"238801",99444,28015,3,408,1624 +"238802",99444,28124,2,408,434 +"238803",99444,29073,3,408,2328 +"238804",99444,29705,1,408,607 +"238805",99444,29750,2,408,689 +"238806",99444,29929,3,408,2789 +"238807",99444,29962,3,408,2201 +"238808",99444,29987,3,408,956 +"238809",99444,30052,3,408,2855 +"238810",99444,30943,3,408,2287 +"238811",99444,31530,3,408,1661 +"238812",99444,31691,3,408,1657 +"238813",99444,32017,2,408,577 +"238814",99444,32131,3,408,1035 +"238815",99444,32173,3,408,2341 +"238816",99444,32457,3,408,2690 +"238817",99444,32601,2,408,1033 +"238818",99444,32811,2,408,804 +"238819",99444,33241,3,408,632 +"238820",99444,33356,3,408,1586 +"238821",99444,33433,3,408,2805 +"238822",99444,33801,3,408,2899 +"238823",99444,34136,3,408,2202 +"238824",99444,34327,3,408,2959 +"238825",99444,34509,3,408,1973 +"238826",99444,34836,3,408,2302 +"238827",99444,35095,3,408,1502 +"238828",99444,36714,3,408,2209 +"238829",99444,37333,3,408,1612 +"238830",99444,37800,3,408,604 +"238831",99444,37893,3,408,875 +"238832",99444,38019,3,408,1870 +"238833",99444,39238,3,408,922 +"238834",99444,39865,3,408,849 +"238835",99444,40028,3,408,1349 +"238836",99444,40072,3,408,1182 +"238837",99444,41174,1,408,850 +"238838",99444,41278,3,408,1873 +"238839",99444,41315,3,408,439 +"238840",99444,41739,3,408,1339 +"238841",99444,41832,3,408,1155 +"238842",99444,42618,2,408,2316 +"238843",99444,42687,3,408,1952 +"238844",99444,43051,1,408,904 +"238845",99444,43169,3,408,594 +"238846",99444,43385,3,408,1623 +"238847",99444,43518,3,408,2680 +"238848",99444,43929,3,408,2749 +"238849",99444,44059,2,408,525 +"238850",99444,44306,3,408,1036 +"238851",99444,44636,3,408,1026 +"238852",99444,44729,3,408,588 +"238853",99444,45660,3,408,618 +"238854",99444,45727,3,408,477 +"238855",99444,45927,3,408,1542 +"238856",99444,46469,3,408,759 +"238857",99444,46723,1,408,607 +"238858",99444,47248,3,408,2883 +"238859",99444,47435,3,408,878 +"238860",99444,48215,3,408,2028 +"238861",99444,48260,2,408,875 +"238862",99444,48414,3,408,1749 +"238863",99444,48698,3,408,1474 +"238864",99444,50075,3,408,1026 +"238865",99444,50118,3,408,2654 +"238866",99444,50219,2,408,756 +"238867",99444,50685,3,408,2008 +"238868",99444,51017,3,408,2073 +"238869",99444,51613,3,408,2795 +"238870",99444,51810,2,408,1401 +"238871",99444,52058,2,408,1836 +"238872",99444,52576,3,408,2234 +"238873",99444,52735,3,408,1124 +"238874",99444,54879,3,408,2210 +"238875",99444,55299,3,408,609 +"238876",99444,55438,3,408,2863 +"238877",99444,55468,1,408,2511 +"238878",99444,55691,3,408,2856 +"238879",99444,56082,3,408,2395 +"238880",99444,56317,3,408,2030 +"238881",99444,56520,3,408,571 +"238882",99444,57405,3,408,2344 +"238883",99444,57950,2,408,1529 +"238884",99444,58035,3,408,1646 +"238885",99444,58133,2,408,1484 +"238886",99444,58218,3,408,2627 +"238887",99444,58508,3,408,2326 +"238888",99444,58652,3,408,1437 +"238889",99444,59939,3,408,936 +"238890",99444,61719,3,408,1515 +"238891",99444,62488,3,408,1418 +"238892",99444,62903,3,408,1704 +"238893",99444,63547,3,408,1023 +"238894",99444,64181,2,408,1828 +"238895",99444,64997,3,408,2791 +"238896",99444,65625,3,408,1273 +"238897",99444,65884,2,408,798 +"238898",99444,66413,3,408,2507 +"238899",99444,66860,2,408,1548 +"238900",99444,67222,3,408,1332 +"238901",99444,67726,3,408,2873 +"238902",99444,69498,3,408,931 +"238903",99444,69930,3,408,416 +"238904",99444,70203,3,408,2756 +"238905",99444,70603,3,408,1002 +"238906",99444,70605,3,408,1176 +"238907",99444,70724,3,408,496 +"238908",99444,71342,3,408,1289 +"238909",99444,72207,3,408,2430 +"238910",99444,72956,3,408,1251 +"238911",99444,73728,3,408,784 +"238912",99444,75948,1,408,1006 +"238913",99444,76127,3,408,910 +"238914",99444,77155,3,408,2946 +"238915",99444,77305,2,408,965 +"238916",99444,78092,3,408,430 +"238917",99444,78256,3,408,804 +"238918",99444,78270,3,408,1171 +"238919",99444,78932,3,408,981 +"238920",99444,79322,2,408,2770 +"238921",99444,80242,3,408,569 +"238922",99444,81588,2,408,1568 +"238923",99444,82426,3,408,1576 +"238924",99444,82730,3,408,1492 +"238925",99444,82735,3,408,829 +"238926",99444,82787,3,408,1144 +"238927",99444,82949,3,408,2077 +"238928",99444,83096,3,408,1061 +"238929",99444,83434,2,408,850 +"238930",99444,86664,3,408,1146 +"238931",99444,87048,3,408,989 +"238932",99444,89097,2,408,935 +"238933",99444,89541,2,408,525 +"238934",99444,90573,1,408,878 +"238935",99444,91912,3,408,790 +"238936",99444,92220,1,408,607 +"238937",99444,94650,3,408,896 +"238938",99444,97273,3,408,475 +"238939",99444,97915,3,408,1802 +"238940",99444,98781,3,408,1410 +"238941",99444,98925,3,408,584 +"238942",99444,99020,3,408,1383 +"238943",99444,103721,3,408,1030 +"238944",99444,105063,3,408,1908 +"238945",99444,105602,3,408,434 +"238946",99444,108379,3,408,2933 +"238947",99444,108867,3,408,2328 +"238948",99444,109510,3,408,621 +"238949",99444,109663,3,408,545 +"238950",99444,119444,3,408,888 +"238951",99444,120549,3,408,708 +"238952",99444,121422,2,408,850 +"238953",99536,2014,3,790,973 +"238954",99536,10610,3,790,1427 +"238955",99536,96387,3,790,2159 +"238956",99557,1367,3,1703,2176 +"238957",99557,2424,3,1703,2582 +"238958",99557,2747,3,1703,2411 +"238959",99557,5580,3,1703,2111 +"238960",99557,7245,3,1703,2089 +"238961",99557,9654,3,1703,2111 +"238962",99557,15207,2,1703,1855 +"238963",99557,16067,3,1703,2727 +"238964",99557,18348,3,1703,1711 +"238965",99557,18415,3,1703,2184 +"238966",99557,21929,3,1703,2062 +"238967",99557,28627,3,1703,2694 +"238968",99557,30262,3,1703,1715 +"238969",99557,30943,3,1703,2287 +"238970",99557,32939,3,1703,2277 +"238971",99557,42642,3,1703,2257 +"238972",99557,46803,3,1703,2305 +"238973",99557,57804,3,1703,2214 +"238974",99557,63641,3,1703,2337 +"238975",99557,67726,3,1703,2873 +"238976",99557,69716,3,1703,2632 +"238977",99565,4361,3,470,2571 +"238978",99565,4602,3,470,2446 +"238979",99565,7467,3,470,587 +"238980",99565,14754,3,470,2456 +"238981",99565,27509,3,470,2067 +"238982",99565,41250,3,470,1703 +"238983",99565,53248,3,470,2271 +"238984",99565,57082,3,470,1418 +"238985",99565,66151,3,470,549 +"238986",99565,66693,3,470,2554 +"238987",99565,111928,3,470,549 +"238988",99568,5599,3,982,1684 +"238989",99568,35004,3,982,1509 +"238990",99568,35715,3,982,2912 +"238991",99568,68345,3,982,1095 +"238992",99568,80606,3,982,2079 +"238993",99569,750,3,185,1327 +"238994",99569,14325,3,185,1976 +"238995",99569,15696,3,185,837 +"238996",99569,16954,3,185,2972 +"238997",99569,18563,2,185,2715 +"238998",99569,39271,3,185,399 +"238999",99569,71733,3,185,662 +"239000",99569,91518,3,185,842 +"239001",99621,1050,3,874,1185 +"239002",99621,1367,3,874,2176 +"239003",99621,1592,3,874,2006 +"239004",99621,2563,3,874,1686 +"239005",99621,5346,3,874,1438 +"239006",99621,6030,3,874,2953 +"239007",99621,7245,3,874,2089 +"239008",99621,8533,3,874,2251 +"239009",99621,15207,3,874,1855 +"239010",99621,18348,3,874,1711 +"239011",99621,18415,3,874,2184 +"239012",99621,31050,3,874,1491 +"239013",99621,35186,3,874,1520 +"239014",99621,44405,3,874,1855 +"239015",99621,45633,3,874,2134 +"239016",99621,46621,3,874,1343 +"239017",99621,49144,3,874,1542 +"239018",99621,53105,3,874,953 +"239019",99621,88232,3,874,2881 +"239020",99621,94520,3,874,1243 +"239021",99694,843,3,44,2332 +"239022",99694,12598,3,44,2086 +"239023",99694,14442,2,44,2700 +"239024",99694,18821,3,44,2075 +"239025",99694,29354,3,44,1123 +"239026",99694,31281,3,44,1937 +"239027",99694,32939,3,44,2277 +"239028",99694,33460,2,44,2781 +"239029",99694,36996,3,44,2321 +"239030",99694,51890,2,44,1992 +"239031",99694,57804,3,44,2214 +"239032",99694,59289,3,44,2896 +"239033",99694,63329,3,44,639 +"239034",99694,69903,3,44,1066 +"239035",99694,92630,3,44,1583 +"239036",99694,96801,2,44,671 +"239037",99768,25569,3,1322,2317 +"239038",99768,46902,2,1322,1620 +"239039",99768,63701,3,1322,1620 +"239040",99768,83860,3,1322,1522 +"239041",99773,180,3,186,1593 +"239042",99773,669,3,186,1423 +"239043",99773,762,3,186,2671 +"239044",99773,4863,3,186,1961 +"239045",99773,6162,3,186,1673 +"239046",99773,8060,3,186,1883 +"239047",99773,8419,3,186,1956 +"239048",99773,10382,3,186,2111 +"239049",99773,10859,3,186,2231 +"239050",99773,12034,2,186,265 +"239051",99773,14072,3,186,1346 +"239052",99773,14972,3,186,2332 +"239053",99773,17381,2,186,1697 +"239054",99773,18874,3,186,2170 +"239055",99773,19453,3,186,1928 +"239056",99773,22140,3,186,942 +"239057",99773,26695,3,186,2340 +"239058",99773,30088,3,186,2095 +"239059",99773,30394,2,186,541 +"239060",99773,35888,2,186,2291 +"239061",99773,37915,3,186,1905 +"239062",99773,48548,3,186,826 +"239063",99773,49406,3,186,217 +"239064",99773,49560,2,186,1679 +"239065",99773,53779,3,186,2000 +"239066",99773,54715,3,186,499 +"239067",99773,64502,2,186,1670 +"239068",99773,82806,2,186,796 +"239069",99773,87638,1,186,1114 +"239070",99773,108621,2,186,1163 +"239071",99783,6133,3,90,1229 +"239072",99783,45730,3,90,2063 +"239073",99783,76675,3,90,1840 +"239074",99783,77397,2,90,1302 +"239075",99860,701,3,2071,2718 +"239076",99860,5580,3,2071,2111 +"239077",99860,9654,3,2071,2111 +"239078",99860,10029,3,2071,2718 +"239079",99860,19248,3,2071,2357 +"239080",99860,33672,3,2071,2396 +"239081",99860,39535,3,2071,2428 +"239082",99860,45302,3,2071,2390 +"239083",99860,50785,3,2071,2877 +"239084",99860,51041,3,2071,2606 +"239085",99860,51866,3,2071,2411 +"239086",99920,283,3,74,2082 +"239087",99920,378,3,74,2766 +"239088",99920,3100,3,74,2524 +"239089",99920,3272,3,74,2132 +"239090",99920,3786,3,74,2282 +"239091",99920,6078,3,74,498 +"239092",99920,11135,3,74,2441 +"239093",99920,14789,3,74,1034 +"239094",99920,16046,3,74,103 +"239095",99920,16545,2,74,186 +"239096",99920,19687,2,74,2072 +"239097",99920,20413,3,74,806 +"239098",99920,23639,3,74,2065 +"239099",99920,25270,3,74,985 +"239100",99920,25286,3,74,1545 +"239101",99920,26567,2,74,1158 +"239102",99920,34055,3,74,1881 +"239103",99920,34559,2,74,1105 +"239104",99920,39484,3,74,281 +"239105",99920,42062,3,74,889 +"239106",99920,42195,3,74,573 +"239107",99920,47330,3,74,2422 +"239108",99920,48764,3,74,860 +"239109",99920,56673,3,74,2419 +"239110",99920,68670,3,74,565 +"239111",99920,78460,3,74,985 +"239112",99920,79404,3,74,1079 +"239113",99920,80896,3,74,943 +"239114",99920,81134,3,74,1384 +"239115",99920,83541,2,74,555 +"239116",99920,85264,1,74,1236 +"239117",99920,92381,3,74,1237 +"239118",99920,95661,3,74,872 +"239119",99920,97940,3,74,431 +"239120",99920,98003,3,74,573 +"239121",99920,101540,2,74,388 +"239122",99920,104542,3,74,897 +"239123",99920,106554,3,74,1270 +"239124",99945,24,3,342,1295 +"239125",99945,8529,3,342,1205 +"239126",99945,15122,3,342,1201 +"239127",99945,19096,2,342,1538 +"239128",99945,58854,3,342,1131 +"239129",99945,65145,3,342,505 +"239130",99945,89203,3,342,453 +"239131",99953,1592,3,581,2006 +"239132",99953,1691,3,581,1941 +"239133",99953,1985,3,581,888 +"239134",99953,2011,3,581,2176 +"239135",99953,2208,3,581,2814 +"239136",99953,3271,3,581,2216 +"239137",99953,4317,3,581,1224 +"239138",99953,4932,3,581,2752 +"239139",99953,5018,3,581,640 +"239140",99953,5716,3,581,1058 +"239141",99953,6390,3,581,2385 +"239142",99953,6417,3,581,1675 +"239143",99953,7672,3,581,1974 +"239144",99953,7936,3,581,1199 +"239145",99953,9272,3,581,2835 +"239146",99953,14108,3,581,2012 +"239147",99953,17698,3,581,1559 +"239148",99953,18502,3,581,1033 +"239149",99953,18543,3,581,2968 +"239150",99953,19605,3,581,2395 +"239151",99953,20407,3,581,2339 +"239152",99953,20715,1,581,1312 +"239153",99953,21133,3,581,1320 +"239154",99953,23787,3,581,2810 +"239155",99953,24198,3,581,2217 +"239156",99953,26106,3,581,2015 +"239157",99953,27792,3,581,1308 +"239158",99953,28808,3,581,1063 +"239159",99953,29224,3,581,2011 +"239160",99953,29308,2,581,2094 +"239161",99953,29948,3,581,2795 +"239162",99953,30411,3,581,630 +"239163",99953,30602,3,581,960 +"239164",99953,34314,3,581,630 +"239165",99953,34945,3,581,1298 +"239166",99953,36439,3,581,2469 +"239167",99953,36862,3,581,2655 +"239168",99953,37509,3,581,1640 +"239169",99953,40703,3,581,1608 +"239170",99953,41085,3,581,637 +"239171",99953,43173,3,581,2895 +"239172",99953,43226,2,581,2442 +"239173",99953,43385,3,581,1623 +"239174",99953,44427,3,581,2875 +"239175",99953,46621,2,581,1343 +"239176",99953,47585,3,581,794 +"239177",99953,48110,3,581,2009 +"239178",99953,50235,3,581,726 +"239179",99953,50491,3,581,1919 +"239180",99953,52327,3,581,1472 +"239181",99953,53252,3,581,637 +"239182",99953,54981,3,581,1949 +"239183",99953,56910,3,581,2705 +"239184",99953,57990,3,581,978 +"239185",99953,58133,3,581,1484 +"239186",99953,58508,3,581,2326 +"239187",99953,61689,3,581,1309 +"239188",99953,61785,2,581,822 +"239189",99953,63604,3,581,927 +"239190",99953,69335,3,581,2698 +"239191",99953,71274,1,581,2390 +"239192",99953,75025,3,581,717 +"239193",99953,76127,3,581,910 +"239194",99953,78256,3,581,804 +"239195",99953,79612,3,581,927 +"239196",99953,80301,3,581,1690 +"239197",99953,83396,3,581,2396 +"239198",99953,88232,3,581,2881 +"239199",99953,89880,3,581,1938 +"239200",99953,93398,2,581,828 +"239201",99953,97674,3,581,1912 +"239202",99953,97824,3,581,1229 +"239203",99953,100215,3,581,2436 +"239204",99953,101598,3,581,781 +"239205",99953,101967,3,581,691 +"239206",99953,102731,3,581,630 +"239207",99953,108433,3,581,1568 +"239208",99955,9912,2,1223,1356 +"239209",99955,11135,2,1223,2441 +"239210",99955,11429,3,1223,2520 +"239211",99955,15502,3,1223,2637 +"239212",99955,16361,3,1223,1641 +"239213",99955,19687,2,1223,2072 +"239214",99955,23639,3,1223,2065 +"239215",99955,24116,3,1223,1413 +"239216",99955,24441,3,1223,2256 +"239217",99955,25286,3,1223,1545 +"239218",99955,25886,3,1223,1580 +"239219",99955,41051,3,1223,2767 +"239220",99955,45487,2,1223,2256 +"239221",99955,47827,2,1223,1957 +"239222",99955,51448,3,1223,1593 +"239223",99955,83007,3,1223,2727 +"239224",99955,89955,3,1223,1452 +"239225",99957,42946,3,171,2900 +"239226",99957,44598,3,171,2356 +"239227",99957,51815,3,171,1252 +"239228",99957,90860,3,171,851 +"239229",99957,92480,3,171,832 +"239230",99957,113131,3,171,445 +"239231",99966,1323,3,606,1659 +"239232",99966,2852,3,606,2448 +"239233",99966,4675,2,606,1741 +"239234",99966,5203,3,606,814 +"239235",99966,9227,3,606,1267 +"239236",99966,11103,3,606,2393 +"239237",99966,19093,3,606,2224 +"239238",99966,24060,3,606,2349 +"239239",99966,25480,2,606,2747 +"239240",99966,27312,3,606,2469 +"239241",99966,28057,3,606,1067 +"239242",99966,29224,3,606,2011 +"239243",99966,29930,3,606,2240 +"239244",99966,29997,3,606,1789 +"239245",99966,31317,3,606,1362 +"239246",99966,34842,3,606,2050 +"239247",99966,39014,3,606,1188 +"239248",99966,41023,2,606,2408 +"239249",99966,41598,3,606,2291 +"239250",99966,42725,3,606,630 +"239251",99966,48384,3,606,2057 +"239252",99966,50229,3,606,1190 +"239253",99966,53809,3,606,1956 +"239254",99966,64255,2,606,2309 +"239255",99966,66205,3,606,2898 +"239256",99966,80246,1,606,1224 +"239257",99966,90709,3,606,1080 +"239258",99966,100260,3,606,888 +"239259",99966,113238,1,606,671 +"239260",99973,10401,3,96,863 +"239261",99973,10528,3,96,502 +"239262",99973,16201,3,96,1811 +"239263",99973,19862,3,96,2412 +"239264",99973,26907,2,96,697 +"239265",99973,39556,3,96,2747 +"239266",99973,43635,3,96,1196 +"239267",99973,57732,3,96,2454 +"239268",99973,66747,3,96,1273 +"239269",99973,79937,2,96,554 +"239270",99973,99152,2,96,1698 +"239271",99973,106318,2,96,1698 +"239272",99978,360,3,548,1671 +"239273",99978,12432,3,548,1816 +"239274",99978,12449,3,548,2067 +"239275",99978,18394,3,548,2356 +"239276",99978,24066,2,548,1755 +"239277",99978,29948,3,548,2795 +"239278",99978,46469,3,548,759 +"239279",99978,48274,3,548,1979 +"239280",99978,60855,3,548,2272 +"239281",99978,91841,2,548,1521 +"239282",100048,680,3,1573,2569 +"239283",100048,3127,3,1573,2273 +"239284",100048,4612,3,1573,2804 +"239285",100048,4730,3,1573,2131 +"239286",100048,9035,3,1573,2771 +"239287",100048,9060,3,1573,1612 +"239288",100048,9481,3,1573,1610 +"239289",100048,9787,3,1573,2858 +"239290",100048,10453,3,1573,1656 +"239291",100048,11108,3,1573,1609 +"239292",100048,14287,3,1573,1583 +"239293",100048,16501,3,1573,1650 +"239294",100048,20220,2,1573,1656 +"239295",100048,22578,3,1573,2216 +"239296",100048,23131,3,1573,1732 +"239297",100048,25163,3,1573,1751 +"239298",100048,27914,3,1573,2507 +"239299",100048,28051,3,1573,2089 +"239300",100048,28837,3,1573,2286 +"239301",100048,29286,2,1573,1612 +"239302",100048,30442,3,1573,2124 +"239303",100048,30525,3,1573,1964 +"239304",100048,31868,3,1573,1993 +"239305",100048,35728,3,1573,2017 +"239306",100048,40035,3,1573,2742 +"239307",100048,40572,3,1573,2666 +"239308",100048,41955,3,1573,2479 +"239309",100048,44603,3,1573,2748 +"239310",100048,46384,3,1573,2285 +"239311",100048,46486,3,1573,1868 +"239312",100048,53739,3,1573,2704 +"239313",100048,61125,3,1573,1673 +"239314",100060,3583,3,497,818 +"239315",100060,15583,3,497,1144 +"239316",100060,16587,3,497,2065 +"239317",100060,29864,3,497,2479 +"239318",100060,37620,3,497,2716 +"239319",100060,44648,3,497,619 +"239320",100060,67352,2,497,1115 +"239321",100084,3506,3,1964,2364 +"239322",100084,16866,2,1964,2718 +"239323",100084,17925,3,1964,2385 +"239324",100084,18865,3,1964,2676 +"239325",100084,21142,3,1964,2414 +"239326",100084,21920,2,1964,2367 +"239327",100084,22389,3,1964,2034 +"239328",100084,31950,2,1964,2217 +"239329",100084,44744,3,1964,2032 +"239330",100084,48823,3,1964,2080 +"239331",100084,48931,2,1964,2444 +"239332",100084,53445,3,1964,2028 +"239333",100084,57804,3,1964,2214 +"239334",100084,61398,3,1964,2563 +"239335",100084,63395,3,1964,2334 +"239336",100084,64737,3,1964,2442 +"239337",100084,80186,2,1964,2228 +"239338",100084,96387,3,1964,2159 +"239339",100127,1130,3,217,1566 +"239340",100127,2269,3,217,984 +"239341",100127,2300,3,217,565 +"239342",100127,2765,2,217,2321 +"239343",100127,5491,3,217,2048 +"239344",100127,5710,3,217,1926 +"239345",100127,7861,2,217,1647 +"239346",100127,11208,1,217,1161 +"239347",100127,21795,3,217,2653 +"239348",100127,22714,2,217,2793 +"239349",100127,25341,3,217,1858 +"239350",100127,26282,2,217,1241 +"239351",100127,26766,1,217,1161 +"239352",100127,30602,3,217,960 +"239353",100127,34509,3,217,1973 +"239354",100127,39827,3,217,2321 +"239355",100127,42474,3,217,2322 +"239356",100127,44068,3,217,1056 +"239357",100127,58035,3,217,1646 +"239358",100127,67216,3,217,984 +"239359",100127,71618,2,217,2960 +"239360",100127,80190,3,217,2717 +"239361",100127,81482,1,217,908 +"239362",100127,88347,2,217,793 +"239363",100127,93933,3,217,1336 +"239364",100127,119820,3,217,296 +"239365",100134,669,3,977,1423 +"239366",100134,671,3,977,2328 +"239367",100134,675,3,977,1686 +"239368",100134,733,2,977,1653 +"239369",100134,1046,3,977,1881 +"239370",100134,1136,3,977,2536 +"239371",100134,1367,3,977,2176 +"239372",100134,1777,3,977,1965 +"239373",100134,1897,3,977,1727 +"239374",100134,2063,3,977,1278 +"239375",100134,2563,2,977,1686 +"239376",100134,2743,2,977,1278 +"239377",100134,3242,1,977,1730 +"239378",100134,3830,3,977,1661 +"239379",100134,4191,3,977,2130 +"239380",100134,4618,2,977,2607 +"239381",100134,4687,3,977,2152 +"239382",100134,4980,3,977,2093 +"239383",100134,5078,3,977,2033 +"239384",100134,5457,3,977,2077 +"239385",100134,5462,3,977,2374 +"239386",100134,5504,3,977,2389 +"239387",100134,5725,3,977,2789 +"239388",100134,7245,2,977,2089 +"239389",100134,8533,3,977,2251 +"239390",100134,8621,2,977,1681 +"239391",100134,8700,2,977,1270 +"239392",100134,9298,3,977,1109 +"239393",100134,10404,2,977,2062 +"239394",100134,10859,3,977,2231 +"239395",100134,10875,3,977,1234 +"239396",100134,10890,3,977,2639 +"239397",100134,12096,3,977,1330 +"239398",100134,14507,3,977,2686 +"239399",100134,15539,3,977,1929 +"239400",100134,16164,1,977,1184 +"239401",100134,16217,2,977,1653 +"239402",100134,17354,3,977,2250 +"239403",100134,17357,3,977,1536 +"239404",100134,17826,3,977,2920 +"239405",100134,18151,3,977,2962 +"239406",100134,18415,3,977,2184 +"239407",100134,19027,3,977,2721 +"239408",100134,19231,3,977,1424 +"239409",100134,19506,3,977,1385 +"239410",100134,19637,3,977,1229 +"239411",100134,19751,3,977,1630 +"239412",100134,20563,1,977,2267 +"239413",100134,20659,3,977,1969 +"239414",100134,20700,3,977,2861 +"239415",100134,20783,3,977,2414 +"239416",100134,20824,2,977,1366 +"239417",100134,21911,2,977,1184 +"239418",100134,22501,3,977,1006 +"239419",100134,22884,3,977,1608 +"239420",100134,23140,3,977,2787 +"239421",100134,23506,3,977,1172 +"239422",100134,23534,2,977,1659 +"239423",100134,23704,3,977,2278 +"239424",100134,23756,2,977,2309 +"239425",100134,24755,3,977,1319 +"239426",100134,25030,3,977,2017 +"239427",100134,25341,3,977,1858 +"239428",100134,25643,3,977,1646 +"239429",100134,26282,3,977,1241 +"239430",100134,26322,3,977,1018 +"239431",100134,26436,2,977,2489 +"239432",100134,26516,2,977,2479 +"239433",100134,26570,3,977,1669 +"239434",100134,26608,3,977,2329 +"239435",100134,26793,3,977,2104 +"239436",100134,27753,2,977,2750 +"239437",100134,28057,3,977,1067 +"239438",100134,28434,3,977,1141 +"239439",100134,28892,3,977,2023 +"239440",100134,29456,3,977,1182 +"239441",100134,29495,3,977,1612 +"239442",100134,30438,3,977,1617 +"239443",100134,31050,3,977,1491 +"239444",100134,31243,3,977,1355 +"239445",100134,31799,3,977,2547 +"239446",100134,33010,3,977,2189 +"239447",100134,33551,3,977,1734 +"239448",100134,33588,3,977,1040 +"239449",100134,33621,3,977,1319 +"239450",100134,34216,3,977,2832 +"239451",100134,34492,2,977,1798 +"239452",100134,36837,3,977,1556 +"239453",100134,37418,3,977,2710 +"239454",100134,38449,2,977,1802 +"239455",100134,40293,3,977,1671 +"239456",100134,40369,3,977,2735 +"239457",100134,41278,3,977,1873 +"239458",100134,43839,2,977,1685 +"239459",100134,44636,3,977,1026 +"239460",100134,44684,3,977,1220 +"239461",100134,45633,3,977,2134 +"239462",100134,45715,3,977,2287 +"239463",100134,47564,3,977,2650 +"239464",100134,49144,3,977,1542 +"239465",100134,49189,3,977,1550 +"239466",100134,50075,3,977,1026 +"239467",100134,50254,2,977,1151 +"239468",100134,50667,3,977,2719 +"239469",100134,51022,3,977,1499 +"239470",100134,51410,3,977,2739 +"239471",100134,51987,2,977,1397 +"239472",100134,52835,3,977,995 +"239473",100134,54676,3,977,1342 +"239474",100134,54740,3,977,2750 +"239475",100134,57565,3,977,1577 +"239476",100134,57977,3,977,2683 +"239477",100134,58035,2,977,1646 +"239478",100134,58221,3,977,1787 +"239479",100134,58854,3,977,1131 +"239480",100134,62626,3,977,2787 +"239481",100134,64031,3,977,1295 +"239482",100134,64793,3,977,2819 +"239483",100134,64997,3,977,2791 +"239484",100134,67314,3,977,1051 +"239485",100134,70046,3,977,2624 +"239486",100134,74095,2,977,2333 +"239487",100134,76646,3,977,1263 +"239488",100134,77835,3,977,1327 +"239489",100134,80678,3,977,1595 +"239490",100134,81813,3,977,1656 +"239491",100134,82767,3,977,1641 +"239492",100134,83053,3,977,1303 +"239493",100134,88473,3,977,1102 +"239494",100134,90790,3,977,1492 +"239495",100134,91162,3,977,1693 +"239496",100134,91163,3,977,1171 +"239497",100134,91201,3,977,1702 +"239498",100134,94808,3,977,988 +"239499",100134,99103,3,977,1470 +"239500",100140,267,3,1041,2631 +"239501",100140,600,3,1041,1702 +"239502",100140,803,3,1041,1666 +"239503",100140,1034,3,1041,1438 +"239504",100140,1036,3,1041,1367 +"239505",100140,1046,3,1041,1881 +"239506",100140,1050,3,1041,1185 +"239507",100140,1275,3,1041,2068 +"239508",100140,1767,3,1041,2727 +"239509",100140,2093,3,1041,2459 +"239510",100140,2424,3,1041,2582 +"239511",100140,2484,3,1041,2389 +"239512",100140,2533,3,1041,2016 +"239513",100140,2894,3,1041,1291 +"239514",100140,3068,3,1041,1815 +"239515",100140,3305,3,1041,2839 +"239516",100140,3306,3,1041,1989 +"239517",100140,3753,3,1041,1255 +"239518",100140,3947,3,1041,2067 +"239519",100140,3961,3,1041,2426 +"239520",100140,4289,3,1041,1921 +"239521",100140,4763,3,1041,1960 +"239522",100140,4768,3,1041,1111 +"239523",100140,4863,3,1041,1961 +"239524",100140,5315,2,1041,2631 +"239525",100140,5716,3,1041,1058 +"239526",100140,5785,3,1041,1261 +"239527",100140,5984,3,1041,1675 +"239528",100140,5986,3,1041,1721 +"239529",100140,6047,3,1041,2004 +"239530",100140,6222,3,1041,1949 +"239531",100140,6417,2,1041,1675 +"239532",100140,6986,3,1041,1669 +"239533",100140,7127,3,1041,2352 +"239534",100140,7292,2,1041,1988 +"239535",100140,7984,3,1041,2493 +"239536",100140,7992,3,1041,2033 +"239537",100140,8533,3,1041,2251 +"239538",100140,8621,3,1041,1681 +"239539",100140,8984,3,1041,1162 +"239540",100140,9311,3,1041,2477 +"239541",100140,9364,3,1041,1698 +"239542",100140,9654,3,1041,2111 +"239543",100140,9702,2,1041,1928 +"239544",100140,9928,3,1041,2345 +"239545",100140,10358,3,1041,2294 +"239546",100140,10513,3,1041,2284 +"239547",100140,10717,3,1041,1938 +"239548",100140,10779,2,1041,2881 +"239549",100140,10870,3,1041,1755 +"239550",100140,11006,3,1041,1950 +"239551",100140,11103,3,1041,2393 +"239552",100140,11218,3,1041,2292 +"239553",100140,11493,3,1041,2077 +"239554",100140,11540,3,1041,1237 +"239555",100140,12042,3,1041,2345 +"239556",100140,12371,3,1041,1569 +"239557",100140,12388,3,1041,1975 +"239558",100140,12524,3,1041,1287 +"239559",100140,12692,3,1041,1855 +"239560",100140,13315,3,1041,2516 +"239561",100140,13388,1,1041,2119 +"239562",100140,13732,3,1041,2789 +"239563",100140,13780,3,1041,2412 +"239564",100140,13967,3,1041,1354 +"239565",100140,13979,2,1041,1559 +"239566",100140,14032,3,1041,2144 +"239567",100140,14189,3,1041,1483 +"239568",100140,14709,3,1041,1901 +"239569",100140,14918,3,1041,2071 +"239570",100140,14943,3,1041,1942 +"239571",100140,14959,3,1041,2898 +"239572",100140,15309,3,1041,2820 +"239573",100140,15444,3,1041,2764 +"239574",100140,15539,3,1041,1929 +"239575",100140,15607,3,1041,1421 +"239576",100140,15636,3,1041,2857 +"239577",100140,16120,3,1041,1237 +"239578",100140,16195,3,1041,2964 +"239579",100140,16201,3,1041,1811 +"239580",100140,16313,3,1041,1160 +"239581",100140,16352,3,1041,2657 +"239582",100140,16539,3,1041,1947 +"239583",100140,16826,3,1041,2599 +"239584",100140,17027,3,1041,2772 +"239585",100140,17097,3,1041,1505 +"239586",100140,17351,3,1041,2036 +"239587",100140,17484,3,1041,1256 +"239588",100140,17819,3,1041,2291 +"239589",100140,17997,2,1041,1621 +"239590",100140,18013,3,1041,1625 +"239591",100140,18103,3,1041,1968 +"239592",100140,18394,3,1041,2356 +"239593",100140,18670,3,1041,1835 +"239594",100140,18874,2,1041,2170 +"239595",100140,19027,3,1041,2721 +"239596",100140,19248,3,1041,2357 +"239597",100140,19637,2,1041,1229 +"239598",100140,19686,3,1041,2467 +"239599",100140,19719,2,1041,2177 +"239600",100140,20067,1,1041,2390 +"239601",100140,20124,3,1041,2376 +"239602",100140,20259,3,1041,2751 +"239603",100140,20311,3,1041,1981 +"239604",100140,20419,3,1041,1587 +"239605",100140,20732,2,1041,2401 +"239606",100140,20893,3,1041,2695 +"239607",100140,21138,3,1041,2849 +"239608",100140,21197,3,1041,1437 +"239609",100140,21285,3,1041,2100 +"239610",100140,21566,3,1041,1234 +"239611",100140,21706,2,1041,1988 +"239612",100140,21795,3,1041,2653 +"239613",100140,22207,2,1041,2365 +"239614",100140,22282,3,1041,1418 +"239615",100140,22403,3,1041,1630 +"239616",100140,22586,3,1041,1341 +"239617",100140,23006,3,1041,1532 +"239618",100140,23011,3,1041,2763 +"239619",100140,23159,3,1041,1548 +"239620",100140,23310,3,1041,2371 +"239621",100140,23508,3,1041,1907 +"239622",100140,23726,2,1041,2434 +"239623",100140,23787,3,1041,2810 +"239624",100140,23869,2,1041,1918 +"239625",100140,24146,3,1041,2003 +"239626",100140,24169,3,1041,1663 +"239627",100140,24240,3,1041,1755 +"239628",100140,24256,3,1041,2393 +"239629",100140,24362,3,1041,1287 +"239630",100140,24568,3,1041,1937 +"239631",100140,24756,3,1041,2530 +"239632",100140,25443,3,1041,1441 +"239633",100140,25486,3,1041,2582 +"239634",100140,25577,3,1041,1946 +"239635",100140,25680,2,1041,1618 +"239636",100140,26249,2,1041,2301 +"239637",100140,26479,3,1041,1818 +"239638",100140,26749,3,1041,2965 +"239639",100140,26818,3,1041,1999 +"239640",100140,26865,3,1041,2726 +"239641",100140,27104,2,1041,1608 +"239642",100140,27195,3,1041,2158 +"239643",100140,27642,3,1041,1531 +"239644",100140,27694,3,1041,2030 +"239645",100140,28015,3,1041,1624 +"239646",100140,28131,2,1041,1492 +"239647",100140,28571,3,1041,1556 +"239648",100140,28784,3,1041,1579 +"239649",100140,29089,3,1041,1344 +"239650",100140,29095,3,1041,2531 +"239651",100140,29512,3,1041,1594 +"239652",100140,29930,2,1041,2240 +"239653",100140,30081,3,1041,2403 +"239654",100140,30150,3,1041,1704 +"239655",100140,30883,2,1041,1629 +"239656",100140,31050,3,1041,1491 +"239657",100140,31264,3,1041,2335 +"239658",100140,31799,3,1041,2547 +"239659",100140,32919,3,1041,2321 +"239660",100140,32988,3,1041,2008 +"239661",100140,33801,2,1041,2899 +"239662",100140,34120,3,1041,2786 +"239663",100140,34327,3,1041,2959 +"239664",100140,34735,3,1041,2767 +"239665",100140,34907,3,1041,1945 +"239666",100140,35529,1,1041,1620 +"239667",100140,36441,3,1041,2796 +"239668",100140,36574,3,1041,2934 +"239669",100140,36950,3,1041,2204 +"239670",100140,36962,3,1041,2861 +"239671",100140,37333,3,1041,1612 +"239672",100140,37758,3,1041,1998 +"239673",100140,37934,3,1041,1595 +"239674",100140,38019,3,1041,1870 +"239675",100140,38227,3,1041,2511 +"239676",100140,38467,3,1041,1259 +"239677",100140,38921,3,1041,1880 +"239678",100140,40022,3,1041,2307 +"239679",100140,40432,2,1041,1956 +"239680",100140,40646,2,1041,1583 +"239681",100140,40893,3,1041,1116 +"239682",100140,41108,2,1041,1624 +"239683",100140,41832,3,1041,1155 +"239684",100140,41955,2,1041,2479 +"239685",100140,42505,3,1041,2008 +"239686",100140,43135,3,1041,1171 +"239687",100140,43385,3,1041,1623 +"239688",100140,43479,3,1041,2178 +"239689",100140,44068,3,1041,1056 +"239690",100140,44557,3,1041,2371 +"239691",100140,44819,3,1041,2063 +"239692",100140,45903,3,1041,2237 +"239693",100140,46042,3,1041,1692 +"239694",100140,46803,3,1041,2305 +"239695",100140,47386,2,1041,2226 +"239696",100140,48215,3,1041,2028 +"239697",100140,50269,3,1041,1966 +"239698",100140,50382,3,1041,2244 +"239699",100140,50977,3,1041,2352 +"239700",100140,51017,3,1041,2073 +"239701",100140,51863,2,1041,1395 +"239702",100140,52576,3,1041,2234 +"239703",100140,53134,2,1041,1590 +"239704",100140,53475,2,1041,2853 +"239705",100140,54020,3,1041,1578 +"239706",100140,54676,3,1041,1342 +"239707",100140,54929,3,1041,2783 +"239708",100140,55084,3,1041,1189 +"239709",100140,56082,3,1041,2395 +"239710",100140,56807,3,1041,1571 +"239711",100140,57246,3,1041,1873 +"239712",100140,57760,3,1041,1721 +"239713",100140,57977,2,1041,2683 +"239714",100140,58508,3,1041,2326 +"239715",100140,58669,3,1041,2296 +"239716",100140,59511,3,1041,2753 +"239717",100140,59868,3,1041,1637 +"239718",100140,60808,3,1041,1258 +"239719",100140,61982,3,1041,2725 +"239720",100140,62148,3,1041,1566 +"239721",100140,62488,2,1041,1418 +"239722",100140,62841,3,1041,2710 +"239723",100140,63409,3,1041,1937 +"239724",100140,64061,3,1041,2381 +"239725",100140,64502,3,1041,1670 +"239726",100140,67726,3,1041,2873 +"239727",100140,70203,3,1041,2756 +"239728",100140,70736,3,1041,1512 +"239729",100140,71342,3,1041,1289 +"239730",100140,72956,3,1041,1251 +"239731",100140,73305,3,1041,2544 +"239732",100140,75194,3,1041,1736 +"239733",100140,76284,3,1041,1237 +"239734",100140,76356,1,1041,2323 +"239735",100140,76398,3,1041,2400 +"239736",100140,77001,3,1041,1440 +"239737",100140,78801,3,1041,1572 +"239738",100140,79689,2,1041,1184 +"239739",100140,82301,3,1041,1621 +"239740",100140,82730,3,1041,1492 +"239741",100140,82929,3,1041,2475 +"239742",100140,82932,3,1041,2245 +"239743",100140,82949,3,1041,2077 +"239744",100140,83140,3,1041,1630 +"239745",100140,83526,3,1041,1235 +"239746",100140,84498,3,1041,1292 +"239747",100140,85784,2,1041,1142 +"239748",100140,86799,3,1041,1951 +"239749",100140,87720,3,1041,2086 +"239750",100140,91901,3,1041,1236 +"239751",100140,95064,3,1041,1801 +"239752",100140,95644,3,1041,1531 +"239753",100140,97160,2,1041,1215 +"239754",100140,101338,2,1041,1319 +"239755",100215,2208,3,2436,2814 +"239756",100215,5258,3,2436,2730 +"239757",100215,18543,2,2436,2968 +"239758",100215,29948,3,2436,2795 +"239759",100215,36439,3,2436,2469 +"239760",100215,43173,3,2436,2895 +"239761",100215,44427,2,2436,2875 +"239762",100215,60116,3,2436,2668 +"239763",100215,88232,3,2436,2881 +"239764",100218,671,3,606,2328 +"239765",100218,1046,2,606,1881 +"239766",100218,1201,3,606,2489 +"239767",100218,4583,3,606,2741 +"239768",100218,4618,3,606,2607 +"239769",100218,5148,3,606,2206 +"239770",100218,5669,3,606,2502 +"239771",100218,5725,3,606,2789 +"239772",100218,7555,3,606,1943 +"239773",100218,8533,3,606,2251 +"239774",100218,10875,3,606,1234 +"239775",100218,12096,2,606,1330 +"239776",100218,12867,3,606,2773 +"239777",100218,16029,3,606,1160 +"239778",100218,19453,3,606,1928 +"239779",100218,20494,3,606,1075 +"239780",100218,24755,3,606,1319 +"239781",100218,24923,3,606,2785 +"239782",100218,26351,3,606,2683 +"239783",100218,26570,3,606,1669 +"239784",100218,28285,3,606,2972 +"239785",100218,28434,2,606,1141 +"239786",100218,29456,3,606,1182 +"239787",100218,31054,2,606,1273 +"239788",100218,32113,2,606,882 +"239789",100218,34684,3,606,609 +"239790",100218,39865,3,606,849 +"239791",100218,47082,3,606,1990 +"239792",100218,47947,3,606,2681 +"239793",100218,48754,3,606,1972 +"239794",100218,53300,3,606,2162 +"239795",100218,55324,3,606,1544 +"239796",100218,57977,3,606,2683 +"239797",100218,58035,3,606,1646 +"239798",100218,61337,3,606,2777 +"239799",100218,62840,3,606,2502 +"239800",100218,64031,3,606,1295 +"239801",100218,66677,3,606,2151 +"239802",100218,71562,3,606,2574 +"239803",100218,72845,2,606,1663 +"239804",100218,88857,3,606,1232 +"239805",100218,100462,3,606,1927 +"239806",100219,5346,3,585,1438 +"239807",100219,6234,3,585,2654 +"239808",100219,6800,3,585,2053 +"239809",100219,10250,3,585,1606 +"239810",100219,14838,3,585,1746 +"239811",100219,15207,3,585,1855 +"239812",100219,15239,3,585,1958 +"239813",100219,15558,3,585,2389 +"239814",100219,16067,2,585,2727 +"239815",100219,16477,3,585,2069 +"239816",100219,18645,3,585,793 +"239817",100219,18821,3,585,2075 +"239818",100219,20709,3,585,1757 +"239819",100219,22746,3,585,913 +"239820",100219,32079,3,585,2315 +"239821",100219,38754,3,585,835 +"239822",100219,39723,3,585,778 +"239823",100219,41521,3,585,2069 +"239824",100219,44727,3,585,1227 +"239825",100219,49079,3,585,2447 +"239826",100219,49913,3,585,2444 +"239827",100219,50899,3,585,2125 +"239828",100219,53648,3,585,2167 +"239829",100219,76505,3,585,2123 +"239830",100219,79913,3,585,1514 +"239831",100219,93459,2,585,1354 +"239832",100219,94520,3,585,1243 +"239833",100219,99291,3,585,930 +"239834",100229,1367,3,550,2176 +"239835",100229,3830,3,550,1661 +"239836",100229,5315,3,550,2631 +"239837",100229,7245,3,550,2089 +"239838",100229,10358,3,550,2294 +"239839",100229,13109,1,550,1374 +"239840",100229,13573,3,550,2774 +"239841",100229,14032,3,550,2144 +"239842",100229,19858,2,550,2357 +"239843",100229,19892,2,550,1212 +"239844",100229,20941,3,550,2725 +"239845",100229,21401,3,550,1440 +"239846",100229,22374,2,550,1226 +"239847",100229,24802,3,550,824 +"239848",100229,31003,2,550,1859 +"239849",100229,31050,3,550,1491 +"239850",100229,34648,2,550,1596 +"239851",100229,35873,3,550,1377 +"239852",100229,37108,3,550,1202 +"239853",100229,40893,2,550,1116 +"239854",100229,41278,2,550,1873 +"239855",100229,45633,2,550,2134 +"239856",100229,45903,2,550,2237 +"239857",100229,46283,2,550,1184 +"239858",100229,48127,3,550,2677 +"239859",100229,48602,1,550,1704 +"239860",100229,49144,3,550,1542 +"239861",100229,55185,3,550,922 +"239862",100229,57714,3,550,1391 +"239863",100229,57950,3,550,1529 +"239864",100229,64502,3,550,1670 +"239865",100229,65691,3,550,2134 +"239866",100229,66183,3,550,607 +"239867",100229,67102,1,550,935 +"239868",100229,67957,3,550,2823 +"239869",100229,69498,3,550,931 +"239870",100229,76564,3,550,996 +"239871",100229,77001,3,550,1440 +"239872",100229,81095,3,550,1609 +"239873",100229,83526,2,550,1235 +"239874",100229,83993,3,550,1009 +"239875",100229,90837,3,550,825 +"239876",100229,91279,1,550,966 +"239877",100229,99279,2,550,611 +"239878",100229,100241,3,550,777 +"239879",100229,100442,2,550,893 +"239880",100229,111165,3,550,1256 +"239881",100231,17499,3,998,2954 +"239882",100231,21358,3,998,1970 +"239883",100231,28648,3,998,1586 +"239884",100231,45449,3,998,1610 +"239885",100231,92366,3,998,1434 +"239886",100241,160,2,777,2007 +"239887",100241,1050,3,777,1185 +"239888",100241,1641,1,777,1490 +"239889",100241,2684,3,777,2874 +"239890",100241,2894,3,777,1291 +"239891",100241,5315,3,777,2631 +"239892",100241,5392,3,777,1648 +"239893",100241,5568,3,777,1290 +"239894",100241,5615,3,777,1105 +"239895",100241,5710,3,777,1926 +"239896",100241,5865,3,777,1910 +"239897",100241,6192,3,777,2409 +"239898",100241,7185,3,777,1046 +"239899",100241,7406,3,777,1906 +"239900",100241,7616,3,777,2296 +"239901",100241,8238,3,777,2222 +"239902",100241,8274,3,777,1909 +"239903",100241,8726,3,777,2083 +"239904",100241,9331,3,777,2269 +"239905",100241,9871,3,777,921 +"239906",100241,10857,3,777,2253 +"239907",100241,11770,3,777,1653 +"239908",100241,12122,3,777,1385 +"239909",100241,12388,3,777,1975 +"239910",100241,12473,2,777,801 +"239911",100241,12632,3,777,1174 +"239912",100241,12712,3,777,815 +"239913",100241,12813,3,777,958 +"239914",100241,12976,3,777,2399 +"239915",100241,13249,2,777,2573 +"239916",100241,13324,3,777,2163 +"239917",100241,15632,3,777,1242 +"239918",100241,16539,3,777,1947 +"239919",100241,17351,3,777,2036 +"239920",100241,17632,3,777,1947 +"239921",100241,19208,2,777,2629 +"239922",100241,19232,3,777,917 +"239923",100241,19605,3,777,2395 +"239924",100241,19892,3,777,1212 +"239925",100241,19937,2,777,1587 +"239926",100241,20124,3,777,2376 +"239927",100241,20200,3,777,2322 +"239928",100241,21401,3,777,1440 +"239929",100241,22165,3,777,1501 +"239930",100241,22808,3,777,2297 +"239931",100241,23131,3,777,1732 +"239932",100241,23460,3,777,2183 +"239933",100241,23825,3,777,1913 +"239934",100241,24256,3,777,2393 +"239935",100241,24753,3,777,2860 +"239936",100241,25030,3,777,2017 +"239937",100241,28218,3,777,2048 +"239938",100241,29454,3,777,2719 +"239939",100241,30525,3,777,1964 +"239940",100241,31890,3,777,1487 +"239941",100241,33697,3,777,1309 +"239942",100241,34480,3,777,2755 +"239943",100241,34648,3,777,1596 +"239944",100241,36174,3,777,1382 +"239945",100241,36559,3,777,2473 +"239946",100241,36837,2,777,1556 +"239947",100241,39556,3,777,2747 +"239948",100241,40893,3,777,1116 +"239949",100241,41278,3,777,1873 +"239950",100241,41518,3,777,1641 +"239951",100241,41664,3,777,2641 +"239952",100241,41764,3,777,2409 +"239953",100241,42129,3,777,2318 +"239954",100241,46283,3,777,1184 +"239955",100241,47564,2,777,2650 +"239956",100241,50254,2,777,1151 +"239957",100241,50480,3,777,2701 +"239958",100241,52597,3,777,1773 +"239959",100241,54551,3,777,2348 +"239960",100241,54718,3,777,2473 +"239961",100241,55076,3,777,2408 +"239962",100241,55185,3,777,922 +"239963",100241,55643,3,777,2359 +"239964",100241,55892,3,777,1234 +"239965",100241,63328,3,777,922 +"239966",100241,63477,2,777,1907 +"239967",100241,67748,3,777,1498 +"239968",100241,67788,2,777,837 +"239969",100241,67957,3,777,2823 +"239970",100241,76564,3,777,996 +"239971",100241,76646,3,777,1263 +"239972",100241,77001,3,777,1440 +"239973",100241,77611,2,777,1795 +"239974",100241,78563,3,777,2385 +"239975",100241,79088,3,777,1369 +"239976",100241,81349,3,777,1958 +"239977",100241,83526,3,777,1235 +"239978",100241,96553,2,777,1887 +"239979",100258,9241,3,78,2338 +"239980",100258,43207,3,78,635 +"239981",100258,43250,3,78,1300 +"239982",100260,2057,3,888,1965 +"239983",100260,2852,3,888,2448 +"239984",100260,3127,3,888,2273 +"239985",100260,3456,3,888,1999 +"239986",100260,9227,2,888,1267 +"239987",100260,9342,3,888,896 +"239988",100260,11585,3,888,1817 +"239989",100260,24060,3,888,2349 +"239990",100260,28057,3,888,1067 +"239991",100260,29997,2,888,1789 +"239992",100260,30891,3,888,1256 +"239993",100260,32606,3,888,2100 +"239994",100260,40572,3,888,2666 +"239995",100260,41023,2,888,2408 +"239996",100260,41446,3,888,1103 +"239997",100260,41598,3,888,2291 +"239998",100260,50229,3,888,1190 +"239999",100260,58559,3,888,2242 +"240000",100260,61240,3,888,2651 +"240001",100260,63837,3,888,2807 +"240002",100260,64967,3,888,2872 +"240003",100260,68691,3,888,1209 +"240004",100260,69232,3,888,2130 +"240005",100262,70586,3,1678,2562 +"240006",100275,357,3,105,2327 +"240007",100275,2357,1,105,492 +"240008",100275,5798,3,105,1779 +"240009",100275,7759,3,105,2844 +"240010",100275,8513,3,105,875 +"240011",100275,10343,3,105,1072 +"240012",100275,11154,3,105,1594 +"240013",100275,18825,3,105,1240 +"240014",100275,18924,2,105,485 +"240015",100275,21872,1,105,2458 +"240016",100275,23806,3,105,1671 +"240017",100275,31132,3,105,2744 +"240018",100275,31211,3,105,433 +"240019",100275,36031,3,105,2342 +"240020",100275,38140,2,105,1866 +"240021",100275,67175,2,105,181 +"240022",100275,68317,3,105,874 +"240023",100275,69745,3,105,1594 +"240024",100275,71982,2,105,2812 +"240025",100275,76672,2,105,1930 +"240026",100275,89681,3,105,1978 +"240027",100275,96387,3,105,2159 +"240028",100275,102581,3,105,1813 +"240029",100275,111658,2,105,351 +"240030",100321,9331,3,1142,2269 +"240031",100321,17549,3,1142,2647 +"240032",100321,24456,2,1142,1238 +"240033",100321,85097,1,1142,1143 +"240034",100334,1386,3,777,1901 +"240035",100334,7936,3,777,1199 +"240036",100334,9030,2,777,1979 +"240037",100334,14888,3,777,1411 +"240038",100334,15462,3,777,1141 +"240039",100334,16029,2,777,1160 +"240040",100334,16727,3,777,2164 +"240041",100334,18151,3,777,2962 +"240042",100334,21795,3,777,2653 +"240043",100334,22652,2,777,1544 +"240044",100334,23751,3,777,1740 +"240045",100334,24146,3,777,2003 +"240046",100334,24362,3,777,1287 +"240047",100334,25751,2,777,1523 +"240048",100334,26865,3,777,2726 +"240049",100334,28923,3,777,2362 +"240050",100334,30081,3,777,2403 +"240051",100334,33588,3,777,1040 +"240052",100334,34327,3,777,2959 +"240053",100334,35542,3,777,1439 +"240054",100334,45664,3,777,2235 +"240055",100334,47362,3,777,2253 +"240056",100334,54020,3,777,1578 +"240057",100334,73266,3,777,2496 +"240058",100334,88966,3,777,1568 +"240059",100334,93953,3,777,969 +"240060",100413,13720,3,804,1558 +"240061",100413,16286,3,804,2470 +"240062",100413,37059,3,804,2840 +"240063",100413,41969,3,804,2189 +"240064",100413,46384,3,804,2285 +"240065",100413,59788,3,804,2315 +"240066",100432,206,3,1358,1986 +"240067",100432,312,3,1358,2038 +"240068",100432,457,3,1358,1704 +"240069",100432,913,3,1358,2144 +"240070",100432,952,3,1358,1991 +"240071",100432,1036,3,1358,1367 +"240072",100432,1092,3,1358,1945 +"240073",100432,1592,3,1358,2006 +"240074",100432,1691,2,1358,1941 +"240075",100432,1780,3,1358,1375 +"240076",100432,2208,3,1358,2814 +"240077",100432,2684,2,1358,2874 +"240078",100432,3127,3,1358,2273 +"240079",100432,4916,3,1358,1970 +"240080",100432,5429,3,1358,1991 +"240081",100432,5614,3,1358,2122 +"240082",100432,6390,3,1358,2385 +"240083",100432,7252,3,1358,2799 +"240084",100432,7942,3,1358,2623 +"240085",100432,8062,3,1358,2858 +"240086",100432,9805,3,1358,1621 +"240087",100432,11006,3,1358,1950 +"240088",100432,11029,3,1358,2362 +"240089",100432,11055,2,1358,2111 +"240090",100432,11351,3,1358,2971 +"240091",100432,11440,3,1358,2026 +"240092",100432,11620,3,1358,2010 +"240093",100432,12361,2,1358,2732 +"240094",100432,12948,3,1358,2669 +"240095",100432,14108,3,1358,2012 +"240096",100432,15443,3,1358,1631 +"240097",100432,16201,3,1358,1811 +"240098",100432,16501,3,1358,1650 +"240099",100432,18005,3,1358,2449 +"240100",100432,18543,3,1358,2968 +"240101",100432,19248,2,1358,2357 +"240102",100432,19334,3,1358,1979 +"240103",100432,19655,3,1358,2706 +"240104",100432,19719,3,1358,2177 +"240105",100432,19937,3,1358,1587 +"240106",100432,20311,3,1358,1981 +"240107",100432,20407,3,1358,2339 +"240108",100432,22723,3,1358,2859 +"240109",100432,24512,3,1358,1369 +"240110",100432,24753,3,1358,2860 +"240111",100432,25198,3,1358,1982 +"240112",100432,25373,3,1358,2783 +"240113",100432,27501,3,1358,1981 +"240114",100432,27694,3,1358,2030 +"240115",100432,27908,3,1358,2576 +"240116",100432,29436,3,1358,1718 +"240117",100432,29473,3,1358,2602 +"240118",100432,30350,3,1358,2515 +"240119",100432,32110,3,1358,2224 +"240120",100432,33380,3,1358,2340 +"240121",100432,33622,3,1358,2230 +"240122",100432,35045,3,1358,1646 +"240123",100432,36439,3,1358,2469 +"240124",100432,37036,3,1358,2264 +"240125",100432,37509,2,1358,1640 +"240126",100432,39556,3,1358,2747 +"240127",100432,40623,3,1358,2580 +"240128",100432,46384,3,1358,2285 +"240129",100432,47654,3,1358,1664 +"240130",100432,48605,3,1358,2796 +"240131",100432,48754,3,1358,1972 +"240132",100432,57732,3,1358,2454 +"240133",100432,61982,3,1358,2725 +"240134",100432,62841,3,1358,2710 +"240135",100432,67604,3,1358,2075 +"240136",100432,74636,3,1358,2525 +"240137",100432,88232,3,1358,2881 +"240138",100432,99152,3,1358,1698 +"240139",100432,102400,1,1358,1761 +"240140",100432,106318,3,1358,1698 +"240141",100442,5315,3,893,2631 +"240142",100442,10358,3,893,2294 +"240143",100442,13109,3,893,1374 +"240144",100442,14032,3,893,2144 +"240145",100442,19858,3,893,2357 +"240146",100442,19892,3,893,1212 +"240147",100442,31003,3,893,1859 +"240148",100442,34648,3,893,1596 +"240149",100442,40893,3,893,1116 +"240150",100442,45903,2,893,2237 +"240151",100442,46283,3,893,1184 +"240152",100442,48127,3,893,2677 +"240153",100442,48602,2,893,1704 +"240154",100442,55185,3,893,922 +"240155",100442,64502,3,893,1670 +"240156",100442,67102,1,893,935 +"240157",100442,77001,3,893,1440 +"240158",100442,81095,3,893,1609 +"240159",100442,83526,3,893,1235 +"240160",100442,83993,3,893,1009 +"240161",100442,91279,3,893,966 +"240162",100462,3255,3,1927,2504 +"240163",100462,6390,3,1927,2385 +"240164",100462,7548,3,1927,1932 +"240165",100462,9311,3,1927,2477 +"240166",100462,14723,3,1927,2019 +"240167",100462,32048,3,1927,2102 +"240168",100462,38755,3,1927,2902 +"240169",100462,58993,3,1927,2390 +"240170",100462,59819,3,1927,2624 +"240171",100462,61337,3,1927,2777 +"240172",100462,66677,3,1927,2151 +"240173",100466,27868,2,1243,1607 +"240174",100532,499,3,859,1931 +"240175",100532,602,3,859,2632 +"240176",100532,3175,3,859,1938 +"240177",100532,3460,2,859,2530 +"240178",100532,3670,3,859,885 +"240179",100532,3896,3,859,2693 +"240180",100532,4821,3,859,1938 +"240181",100532,5346,3,859,1438 +"240182",100532,6942,3,859,1232 +"240183",100532,13724,3,859,1573 +"240184",100532,14422,2,859,1548 +"240185",100532,15207,3,859,1855 +"240186",100532,15453,1,859,1688 +"240187",100532,19637,3,859,1229 +"240188",100532,20494,3,859,1075 +"240189",100532,22311,3,859,2034 +"240190",100532,27792,3,859,1308 +"240191",100532,29170,3,859,1846 +"240192",100532,30746,3,859,1209 +"240193",100532,33356,3,859,1586 +"240194",100532,34842,3,859,2050 +"240195",100532,35186,3,859,1520 +"240196",100532,36439,3,859,2469 +"240197",100532,36646,3,859,2744 +"240198",100532,38755,3,859,2902 +"240199",100532,40293,3,859,1671 +"240200",100532,42196,3,859,2765 +"240201",100532,42642,2,859,2257 +"240202",100532,45053,3,859,1543 +"240203",100532,51055,3,859,2558 +"240204",100532,51364,3,859,2660 +"240205",100532,54067,2,859,2433 +"240206",100532,55324,3,859,1544 +"240207",100532,56386,3,859,2771 +"240208",100532,57337,2,859,1443 +"240209",100532,58133,3,859,1484 +"240210",100532,60386,1,859,1322 +"240211",100532,60516,3,859,2257 +"240212",100532,63395,3,859,2334 +"240213",100532,65316,3,859,1020 +"240214",100532,66726,2,859,2068 +"240215",100532,79612,1,859,927 +"240216",100532,81586,1,859,877 +"240217",100532,84268,3,859,1217 +"240218",100532,85444,3,859,944 +"240219",100532,90886,3,859,1548 +"240220",100532,94520,3,859,1243 +"240221",100532,103218,3,859,1787 +"240222",100540,21,3,100,1385 +"240223",100540,8140,2,100,1262 +"240224",100540,10980,3,100,1974 +"240225",100540,19686,3,100,2467 +"240226",100540,24176,3,100,1986 +"240227",100540,32110,3,100,2224 +"240228",100540,39418,3,100,1978 +"240229",100540,40226,3,100,880 +"240230",100540,54467,3,100,919 +"240231",100540,60078,3,100,1750 +"240232",100540,63077,3,100,2778 +"240233",100540,76007,3,100,918 +"240234",100540,79534,3,100,340 +"240235",100562,12632,3,85,1174 +"240236",100562,16963,3,85,1999 +"240237",100562,37178,3,85,166 +"240238",100562,64803,3,85,841 +"240239",100562,77167,3,85,836 +"240240",100562,80807,3,85,1597 +"240241",100562,119241,3,85,152 +"240242",100568,1275,2,160,2068 +"240243",100568,17997,3,160,1621 +"240244",100568,18103,3,160,1968 +"240245",100568,28015,3,160,1624 +"240246",100568,40432,3,160,1956 +"240247",100568,56807,2,160,1571 +"240248",100568,74795,3,160,1319 +"240249",100568,83140,2,160,1630 +"240250",100609,997,3,637,2788 +"240251",100609,17716,3,637,915 +"240252",100609,31243,3,637,1355 +"240253",100609,35777,3,637,1166 +"240254",100637,17999,3,1944,2758 +"240255",100670,601,3,525,702 +"240256",100670,915,3,525,1793 +"240257",100670,1428,2,525,742 +"240258",100670,1767,2,525,2727 +"240259",100670,2609,2,525,834 +"240260",100670,3068,2,525,1815 +"240261",100670,3961,3,525,2426 +"240262",100670,3980,3,525,2771 +"240263",100670,4226,3,525,1903 +"240264",100670,4289,3,525,1921 +"240265",100670,4360,3,525,1770 +"240266",100670,5315,3,525,2631 +"240267",100670,5714,3,525,534 +"240268",100670,6366,3,525,798 +"240269",100670,6417,3,525,1675 +"240270",100670,7245,3,525,2089 +"240271",100670,7292,3,525,1988 +"240272",100670,7984,3,525,2493 +"240273",100670,7992,3,525,2033 +"240274",100670,10143,3,525,778 +"240275",100670,10358,3,525,2294 +"240276",100670,10779,3,525,2881 +"240277",100670,11450,3,525,915 +"240278",100670,11576,3,525,808 +"240279",100670,11625,3,525,2022 +"240280",100670,12374,3,525,2260 +"240281",100670,12388,3,525,1975 +"240282",100670,13158,3,525,2667 +"240283",100670,13315,3,525,2516 +"240284",100670,13388,2,525,2119 +"240285",100670,13967,3,525,1354 +"240286",100670,13979,2,525,1559 +"240287",100670,14332,3,525,780 +"240288",100670,15444,3,525,2764 +"240289",100670,15636,3,525,2857 +"240290",100670,15990,2,525,593 +"240291",100670,16053,1,525,908 +"240292",100670,17027,3,525,2772 +"240293",100670,17097,3,525,1505 +"240294",100670,17997,3,525,1621 +"240295",100670,18415,3,525,2184 +"240296",100670,18874,3,525,2170 +"240297",100670,19282,3,525,1623 +"240298",100670,19528,3,525,2742 +"240299",100670,19637,2,525,1229 +"240300",100670,20067,2,525,2390 +"240301",100670,20343,3,525,851 +"240302",100670,20732,2,525,2401 +"240303",100670,21422,3,525,935 +"240304",100670,21706,3,525,1988 +"240305",100670,22057,3,525,974 +"240306",100670,22207,3,525,2365 +"240307",100670,22403,3,525,1630 +"240308",100670,23534,3,525,1659 +"240309",100670,23726,2,525,2434 +"240310",100670,23869,2,525,1918 +"240311",100670,24756,2,525,2530 +"240312",100670,25680,3,525,1618 +"240313",100670,26249,2,525,2301 +"240314",100670,26451,3,525,2133 +"240315",100670,28130,3,525,908 +"240316",100670,28131,2,525,1492 +"240317",100670,28896,3,525,1395 +"240318",100670,29372,3,525,528 +"240319",100670,29930,3,525,2240 +"240320",100670,30092,3,525,1593 +"240321",100670,30150,3,525,1704 +"240322",100670,30827,3,525,2323 +"240323",100670,30850,3,525,1045 +"240324",100670,30883,3,525,1629 +"240325",100670,31279,2,525,965 +"240326",100670,32520,3,525,2425 +"240327",100670,32811,2,525,804 +"240328",100670,33801,3,525,2899 +"240329",100670,34136,3,525,2202 +"240330",100670,35529,2,525,1620 +"240331",100670,37934,1,525,1595 +"240332",100670,38284,3,525,1234 +"240333",100670,38467,3,525,1259 +"240334",100670,40432,3,525,1956 +"240335",100670,40646,3,525,1583 +"240336",100670,41955,3,525,2479 +"240337",100670,42216,3,525,2722 +"240338",100670,43404,3,525,2649 +"240339",100670,43479,3,525,2178 +"240340",100670,44819,3,525,2063 +"240341",100670,45136,3,525,877 +"240342",100670,46803,3,525,2305 +"240343",100670,47386,3,525,2226 +"240344",100670,48260,3,525,875 +"240345",100670,48435,3,525,528 +"240346",100670,48823,3,525,2080 +"240347",100670,50269,3,525,1966 +"240348",100670,50382,3,525,2244 +"240349",100670,50487,3,525,744 +"240350",100670,51863,3,525,1395 +"240351",100670,53134,3,525,1590 +"240352",100670,53475,3,525,2853 +"240353",100670,55084,2,525,1189 +"240354",100670,55234,3,525,890 +"240355",100670,56026,3,525,908 +"240356",100670,57977,3,525,2683 +"240357",100670,58133,3,525,1484 +"240358",100670,58669,3,525,2296 +"240359",100670,62488,3,525,1418 +"240360",100670,68299,3,525,866 +"240361",100670,68960,3,525,1312 +"240362",100670,70203,3,525,2756 +"240363",100670,70996,2,525,1037 +"240364",100670,74681,3,525,837 +"240365",100670,74730,2,525,535 +"240366",100670,76356,3,525,2323 +"240367",100670,76999,2,525,908 +"240368",100670,78256,3,525,804 +"240369",100670,79689,3,525,1184 +"240370",100670,82426,3,525,1576 +"240371",100670,82696,3,525,1305 +"240372",100670,85329,3,525,738 +"240373",100670,85784,3,525,1142 +"240374",100670,85794,3,525,679 +"240375",100670,87720,2,525,2086 +"240376",100670,88063,3,525,1045 +"240377",100670,90378,3,525,890 +"240378",100670,94650,3,525,896 +"240379",100670,95064,3,525,1801 +"240380",100670,95879,3,525,1748 +"240381",100670,97160,3,525,1215 +"240382",100670,100140,2,525,1041 +"240383",100670,101338,3,525,1319 +"240384",100670,103524,3,525,991 +"240385",100670,108379,3,525,2933 +"240386",100670,117679,3,525,535 +"240387",100702,1520,3,215,1716 +"240388",100702,1728,3,215,284 +"240389",100702,2523,3,215,1691 +"240390",100702,4430,3,215,2019 +"240391",100702,4567,3,215,2348 +"240392",100702,7780,3,215,1920 +"240393",100702,12728,3,215,2374 +"240394",100702,15118,3,215,1311 +"240395",100702,17645,2,215,1918 +"240396",100702,24568,3,215,1937 +"240397",100702,26957,3,215,987 +"240398",100702,31211,3,215,433 +"240399",100702,31408,3,215,994 +"240400",100702,38087,3,215,1083 +"240401",100702,44135,3,215,2620 +"240402",100702,44744,3,215,2032 +"240403",100702,46726,2,215,943 +"240404",100702,48698,3,215,1474 +"240405",100702,50996,3,215,929 +"240406",100702,55880,3,215,626 +"240407",100702,62268,3,215,413 +"240408",100702,62668,2,215,958 +"240409",100702,63409,3,215,1937 +"240410",100702,81077,3,215,498 +"240411",100702,96387,3,215,2159 +"240412",100702,100690,1,215,2829 +"240413",100702,102581,3,215,1813 +"240414",100702,117764,2,215,2781 +"240415",100702,119501,3,215,390 +"240416",100777,2616,3,103,221 +"240417",100777,3678,2,103,1325 +"240418",100777,4188,3,103,2963 +"240419",100777,5937,3,103,2392 +"240420",100777,11259,3,103,1356 +"240421",100777,11868,3,103,1639 +"240422",100777,14861,3,103,2269 +"240423",100777,15119,3,103,1020 +"240424",100777,16477,3,103,2069 +"240425",100777,19767,3,103,1041 +"240426",100777,22746,3,103,913 +"240427",100777,23771,3,103,1614 +"240428",100777,33460,3,103,2781 +"240429",100777,44727,3,103,1227 +"240430",100777,44728,3,103,451 +"240431",100777,44730,3,103,2468 +"240432",100777,49079,3,103,2447 +"240433",100777,76997,2,103,2223 +"240434",100777,79746,3,103,2272 +"240435",100777,85062,3,103,1379 +"240436",100777,86716,3,103,1609 +"240437",100777,96700,3,103,1602 +"240438",100777,97615,2,103,1198 +"240439",100777,102368,3,103,613 +"240440",100777,103920,2,103,274 +"240441",100777,106330,2,103,2559 +"240442",100777,113333,3,103,1018 +"240443",100799,7616,3,311,2296 +"240444",100799,9871,3,311,921 +"240445",100799,12122,3,311,1385 +"240446",100799,12712,3,311,815 +"240447",100799,16539,3,311,1947 +"240448",100799,25490,3,311,639 +"240449",100799,27363,3,311,1508 +"240450",100799,36784,2,311,576 +"240451",100799,49334,3,311,2433 +"240452",100799,55076,3,311,2408 +"240453",100799,77611,3,311,1795 +"240454",100799,82893,3,311,1275 +"240455",100809,2452,3,353,1715 +"240456",100809,9723,3,353,2302 +"240457",100809,11239,3,353,2181 +"240458",100809,12586,3,353,613 +"240459",100809,16684,3,353,1657 +"240460",100809,18928,3,353,709 +"240461",100809,19364,3,353,2846 +"240462",100809,20176,3,353,1050 +"240463",100809,25378,3,353,1245 +"240464",100809,28432,3,353,1954 +"240465",100809,37859,3,353,1999 +"240466",100809,38373,2,353,1928 +"240467",100809,39249,3,353,1665 +"240468",100809,41240,3,353,2220 +"240469",100809,49044,3,353,610 +"240470",100809,52879,3,353,777 +"240471",100809,53809,3,353,1956 +"240472",100809,61443,3,353,2770 +"240473",100809,64993,3,353,615 +"240474",100809,66622,3,353,799 +"240475",100809,73553,3,353,2726 +"240476",100809,82252,3,353,1248 +"240477",100809,90674,1,353,621 +"240478",100809,102893,3,353,814 +"240479",100809,104319,3,353,536 +"240480",100809,106449,3,353,862 +"240481",100809,109978,3,353,1865 +"240482",100809,121354,3,353,2862 +"240483",100860,7942,3,2326,2623 +"240484",100860,10638,3,2326,2692 +"240485",100860,14586,3,2326,2801 +"240486",100860,16176,3,2326,2703 +"240487",100860,41023,3,2326,2408 +"240488",100860,47968,3,2326,2829 +"240489",100860,63077,3,2326,2778 +"240490",100886,22009,2,462,581 +"240491",100886,22185,3,462,1174 +"240492",100886,59677,2,462,1174 +"240493",100886,88063,3,462,1045 +"240494",100978,313,3,862,2271 +"240495",100978,499,3,862,1931 +"240496",100978,543,3,862,2203 +"240497",100978,1469,3,862,1160 +"240498",100978,1777,3,862,1965 +"240499",100978,2036,3,862,2483 +"240500",100978,2349,3,862,1288 +"240501",100978,2754,3,862,1360 +"240502",100978,3830,3,862,1661 +"240503",100978,5462,3,862,2374 +"240504",100978,5504,3,862,2389 +"240505",100978,7506,3,862,2371 +"240506",100978,14888,2,862,1411 +"240507",100978,17626,3,862,1265 +"240508",100978,17826,3,862,2920 +"240509",100978,18571,3,862,2128 +"240510",100978,21193,3,862,2490 +"240511",100978,26713,2,862,1235 +"240512",100978,27478,2,862,2485 +"240513",100978,31164,3,862,1996 +"240514",100978,31307,3,862,2139 +"240515",100978,31799,3,862,2547 +"240516",100978,35256,3,862,2271 +"240517",100978,38048,2,862,867 +"240518",100978,40136,3,862,1149 +"240519",100978,40296,3,862,1674 +"240520",100978,41747,3,862,1722 +"240521",100978,46039,3,862,1794 +"240522",100978,46951,3,862,2429 +"240523",100978,49277,2,862,1928 +"240524",100978,50872,3,862,864 +"240525",100978,53031,2,862,2065 +"240526",100978,55256,3,862,2379 +"240527",100978,57781,3,862,1971 +"240528",100978,57977,3,862,2683 +"240529",100978,59205,2,862,2387 +"240530",100978,68098,3,862,2378 +"240531",100978,77489,3,862,1514 +"240532",100978,84897,3,862,1075 +"240533",100978,85430,3,862,2370 +"240534",100978,88966,3,862,1568 +"240535",100978,89958,3,862,1186 +"240536",100978,93615,3,862,2386 +"240537",100978,96678,3,862,1183 +"240538",100978,105795,3,862,1265 +"240539",100978,106175,3,862,1307 +"240540",101019,94450,2,904,1127 +"240541",101027,3520,3,1867,2281 +"240542",101027,37868,1,1867,2876 +"240543",101115,7206,3,1259,1959 +"240544",101115,12837,2,1259,1315 +"240545",101115,14623,3,1259,2043 +"240546",101115,40850,3,1259,1396 +"240547",101115,49621,3,1259,1915 +"240548",101115,56737,2,1259,2270 +"240549",101115,65658,3,1259,2030 +"240550",101116,3271,3,169,2216 +"240551",101116,8726,3,169,2083 +"240552",101116,8777,3,169,1620 +"240553",101116,9272,2,169,2835 +"240554",101116,11239,3,169,2181 +"240555",101116,11310,3,169,957 +"240556",101116,11625,3,169,2022 +"240557",101116,16684,3,169,1657 +"240558",101116,19069,3,169,988 +"240559",101116,19364,3,169,2846 +"240560",101116,19751,3,169,1630 +"240561",101116,22709,3,169,2743 +"240562",101116,26734,3,169,2299 +"240563",101116,28432,2,169,1954 +"240564",101116,30870,3,169,2370 +"240565",101116,34831,3,169,1866 +"240566",101116,34921,3,169,2181 +"240567",101116,37461,3,169,214 +"240568",101116,37611,3,169,1260 +"240569",101116,37859,2,169,1999 +"240570",101116,39906,2,169,2365 +"240571",101116,40329,3,169,412 +"240572",101116,43226,3,169,2442 +"240573",101116,48110,3,169,2009 +"240574",101116,51687,3,169,2333 +"240575",101116,52215,2,169,1908 +"240576",101116,54718,3,169,2473 +"240577",101116,58122,3,169,889 +"240578",101116,58508,3,169,2326 +"240579",101116,60879,3,169,2792 +"240580",101116,69335,3,169,2698 +"240581",101116,69417,3,169,507 +"240582",101116,73553,3,169,2726 +"240583",101116,77077,2,169,2693 +"240584",101116,80301,3,169,1690 +"240585",101116,82819,3,169,1900 +"240586",101116,99041,3,169,844 +"240587",101116,99940,3,169,2884 +"240588",101116,102893,3,169,814 +"240589",101140,22207,3,2364,2365 +"240590",101191,1050,2,35,1185 +"240591",101191,1367,3,35,2176 +"240592",101191,1592,3,35,2006 +"240593",101191,2077,3,35,610 +"240594",101191,2563,3,35,1686 +"240595",101191,3164,3,35,2693 +"240596",101191,3957,3,35,256 +"240597",101191,4226,3,35,1903 +"240598",101191,5346,3,35,1438 +"240599",101191,6030,2,35,2953 +"240600",101191,7245,3,35,2089 +"240601",101191,7847,3,35,2424 +"240602",101191,8533,3,35,2251 +"240603",101191,10488,3,35,1524 +"240604",101191,14616,3,35,385 +"240605",101191,15207,3,35,1855 +"240606",101191,18348,3,35,1711 +"240607",101191,18415,3,35,2184 +"240608",101191,18550,3,35,483 +"240609",101191,18639,3,35,990 +"240610",101191,20024,3,35,1181 +"240611",101191,22566,3,35,2308 +"240612",101191,24789,3,35,829 +"240613",101191,28050,3,35,1955 +"240614",101191,28168,3,35,2702 +"240615",101191,28434,3,35,1141 +"240616",101191,31050,3,35,1491 +"240617",101191,35186,3,35,1520 +"240618",101191,35544,3,35,397 +"240619",101191,36499,3,35,182 +"240620",101191,38523,1,35,549 +"240621",101191,38869,3,35,1675 +"240622",101191,40113,3,35,451 +"240623",101191,40369,3,35,2735 +"240624",101191,40472,3,35,549 +"240625",101191,44405,3,35,1855 +"240626",101191,44648,3,35,619 +"240627",101191,45186,3,35,835 +"240628",101191,45633,3,35,2134 +"240629",101191,46621,3,35,1343 +"240630",101191,49144,3,35,1542 +"240631",101191,53105,3,35,953 +"240632",101191,54255,3,35,679 +"240633",101191,54259,3,35,191 +"240634",101191,54295,2,35,191 +"240635",101191,56143,2,35,766 +"240636",101191,58035,3,35,1646 +"240637",101191,58451,3,35,1939 +"240638",101191,61785,3,35,822 +"240639",101191,63770,3,35,1324 +"240640",101191,64031,3,35,1295 +"240641",101191,67788,3,35,837 +"240642",101191,80471,3,35,538 +"240643",101191,87603,3,35,535 +"240644",101191,88232,3,35,2881 +"240645",101191,94520,3,35,1243 +"240646",101191,99621,2,35,874 +"240647",101237,20732,2,2033,2401 +"240648",101237,23726,3,2033,2434 +"240649",101295,21693,3,2165,2176 +"240650",101295,22326,2,2165,2818 +"240651",101295,25305,3,2165,2447 +"240652",101295,29962,3,2165,2201 +"240653",101315,270,3,1971,2542 +"240654",101315,2424,3,1971,2582 +"240655",101315,13307,3,1971,2206 +"240656",101315,21012,3,1971,2325 +"240657",101315,31132,3,1971,2744 +"240658",101315,36609,3,1971,2918 +"240659",101315,43455,3,1971,2846 +"240660",101315,45618,3,1971,2356 +"240661",101315,46629,3,1971,2255 +"240662",101315,61982,3,1971,2725 +"240663",101332,17672,3,585,1987 +"240664",101332,27570,3,585,1559 +"240665",101338,1315,3,1319,2760 +"240666",101338,3139,3,1319,1656 +"240667",101338,5315,3,1319,2631 +"240668",101338,7029,3,1319,2204 +"240669",101338,7292,3,1319,1988 +"240670",101338,7508,3,1319,2396 +"240671",101338,8865,3,1319,2394 +"240672",101338,10148,2,1319,2964 +"240673",101338,10779,2,1319,2881 +"240674",101338,11103,2,1319,2393 +"240675",101338,11976,3,1319,1727 +"240676",101338,12310,3,1319,1337 +"240677",101338,13388,3,1319,2119 +"240678",101338,13732,3,1319,2789 +"240679",101338,14709,3,1319,1901 +"240680",101338,15560,2,1319,2257 +"240681",101338,16195,3,1319,2964 +"240682",101338,17819,3,1319,2291 +"240683",101338,18874,3,1319,2170 +"240684",101338,20067,3,1319,2390 +"240685",101338,20355,3,1319,2111 +"240686",101338,21795,3,1319,2653 +"240687",101338,22207,3,1319,2365 +"240688",101338,23508,2,1319,1907 +"240689",101338,24512,3,1319,1369 +"240690",101338,26865,3,1319,2726 +"240691",101338,27195,3,1319,2158 +"240692",101338,28640,3,1319,1475 +"240693",101338,29073,3,1319,2328 +"240694",101338,29930,3,1319,2240 +"240695",101338,30081,3,1319,2403 +"240696",101338,30906,3,1319,2537 +"240697",101338,33834,3,1319,1606 +"240698",101338,35529,3,1319,1620 +"240699",101338,35903,3,1319,1434 +"240700",101338,36574,2,1319,2934 +"240701",101338,37333,3,1319,1612 +"240702",101338,41955,3,1319,2479 +"240703",101338,45277,3,1319,1777 +"240704",101338,46596,3,1319,1942 +"240705",101338,49185,3,1319,1544 +"240706",101338,51863,3,1319,1395 +"240707",101338,53134,3,1319,1590 +"240708",101338,62488,3,1319,1418 +"240709",101338,76356,3,1319,2323 +"240710",101338,82929,3,1319,2475 +"240711",101338,87837,3,1319,1987 +"240712",101343,1592,3,761,2006 +"240713",101343,1691,3,761,1941 +"240714",101343,9654,3,761,2111 +"240715",101343,19335,3,761,1729 +"240716",101343,19718,3,761,1702 +"240717",101343,20407,3,761,2339 +"240718",101343,21133,3,761,1320 +"240719",101343,21682,2,761,2414 +"240720",101343,28808,3,761,1063 +"240721",101343,33981,3,761,1993 +"240722",101343,40493,3,761,1981 +"240723",101343,46621,3,761,1343 +"240724",101343,50179,2,761,2230 +"240725",101343,61785,3,761,822 +"240726",101343,79436,1,761,1344 +"240727",101343,86245,3,761,1972 +"240728",101343,88232,3,761,2881 +"240729",101347,1136,3,1335,2536 +"240730",101347,2407,2,1335,1725 +"240731",101347,4001,3,1335,1687 +"240732",101347,4821,3,1335,1938 +"240733",101347,5346,3,1335,1438 +"240734",101347,9202,3,1335,2477 +"240735",101347,14108,3,1335,2012 +"240736",101347,14731,3,1335,2012 +"240737",101347,15207,3,1335,1855 +"240738",101347,15546,3,1335,2055 +"240739",101347,16866,2,1335,2718 +"240740",101347,18865,2,1335,2676 +"240741",101347,19208,3,1335,2629 +"240742",101347,19605,3,1335,2395 +"240743",101347,22080,3,1335,2436 +"240744",101347,24256,3,1335,2393 +"240745",101347,26642,3,1335,2952 +"240746",101347,36270,3,1335,2910 +"240747",101347,36862,3,1335,2655 +"240748",101347,42216,3,1335,2722 +"240749",101347,42619,3,1335,2017 +"240750",101347,42813,3,1335,2142 +"240751",101347,45449,3,1335,1610 +"240752",101347,50480,3,1335,2701 +"240753",101347,56854,3,1335,2022 +"240754",101347,56910,3,1335,2705 +"240755",101347,63395,2,1335,2334 +"240756",101347,69215,3,1335,1591 +"240757",101347,73747,3,1335,2274 +"240758",101347,74204,3,1335,2463 +"240759",101347,95288,3,1335,1602 +"240760",101347,106555,2,1335,1626 +"240761",101347,108430,2,1335,1642 +"240762",101367,21,3,974,1385 +"240763",101367,1620,3,974,1303 +"240764",101367,2936,3,974,2512 +"240765",101367,2985,3,974,2398 +"240766",101367,3477,3,974,2546 +"240767",101367,4361,3,974,2571 +"240768",101367,6359,3,974,1239 +"240769",101367,8062,2,974,2858 +"240770",101367,9060,3,974,1612 +"240771",101367,9481,3,974,1610 +"240772",101367,9503,3,974,2453 +"240773",101367,9504,3,974,2549 +"240774",101367,10350,3,974,1163 +"240775",101367,10453,2,974,1656 +"240776",101367,10980,3,974,1974 +"240777",101367,11108,2,974,1609 +"240778",101367,11728,3,974,1121 +"240779",101367,12067,3,974,1213 +"240780",101367,13537,3,974,1020 +"240781",101367,15567,3,974,2671 +"240782",101367,17257,3,974,1117 +"240783",101367,20220,3,974,1656 +"240784",101367,23131,3,974,1732 +"240785",101367,25373,3,974,2783 +"240786",101367,27742,3,974,2700 +"240787",101367,29286,3,974,1612 +"240788",101367,30525,3,974,1964 +"240789",101367,30609,3,974,988 +"240790",101367,31753,3,974,1514 +"240791",101367,32818,2,974,2485 +"240792",101367,33341,3,974,2338 +"240793",101367,33681,3,974,1059 +"240794",101367,35797,3,974,2482 +"240795",101367,36912,3,974,2469 +"240796",101367,38602,3,974,2693 +"240797",101367,41446,3,974,1103 +"240798",101367,47654,3,974,1664 +"240799",101367,57912,2,974,1035 +"240800",101367,63077,2,974,2778 +"240801",101367,72597,3,974,1843 +"240802",101367,72728,3,974,2234 +"240803",101367,74370,3,974,1667 +"240804",101367,75282,3,974,2675 +"240805",101367,80156,3,974,1667 +"240806",101367,85690,3,974,1229 +"240807",101367,88212,3,974,2547 +"240808",101367,91849,3,974,1166 +"240809",101367,91942,3,974,2216 +"240810",101381,1708,3,977,1591 +"240811",101381,2272,3,977,1640 +"240812",101381,2443,2,977,2333 +"240813",101381,2647,3,977,2450 +"240814",101381,2927,3,977,1789 +"240815",101381,7604,2,977,1366 +"240816",101381,9269,2,977,1892 +"240817",101381,9740,3,977,2233 +"240818",101381,9895,2,977,1960 +"240819",101381,9910,2,977,2526 +"240820",101381,9948,3,977,2019 +"240821",101381,12632,3,977,1174 +"240822",101381,12914,3,977,1557 +"240823",101381,13551,3,977,1451 +"240824",101381,16347,3,977,1868 +"240825",101381,17499,3,977,2954 +"240826",101381,17695,3,977,1930 +"240827",101381,20695,2,977,2526 +"240828",101381,21044,2,977,1574 +"240829",101381,22357,3,977,1397 +"240830",101381,23560,3,977,2051 +"240831",101381,26597,3,977,2070 +"240832",101381,26740,3,977,2695 +"240833",101381,32966,3,977,1583 +"240834",101381,34331,3,977,1727 +"240835",101381,38697,3,977,2701 +"240836",101381,41350,3,977,1935 +"240837",101381,42382,3,977,2224 +"240838",101381,43768,2,977,1468 +"240839",101381,44744,3,977,2032 +"240840",101381,46616,3,977,1917 +"240841",101381,47607,3,977,2724 +"240842",101381,49379,3,977,1573 +"240843",101381,49708,1,977,1147 +"240844",101381,51505,3,977,1572 +"240845",101381,53020,2,977,2747 +"240846",101381,53584,2,977,2391 +"240847",101381,56168,3,977,1466 +"240848",101381,56364,3,977,1626 +"240849",101381,76796,3,977,1140 +"240850",101381,79874,3,977,1570 +"240851",101381,80801,3,977,1250 +"240852",101381,83334,3,977,1708 +"240853",101381,84591,1,977,1685 +"240854",101381,87915,1,977,1152 +"240855",101381,92630,3,977,1583 +"240856",101381,95998,3,977,1250 +"240857",101381,101666,2,977,1257 +"240858",101395,380,3,891,2261 +"240859",101395,1102,3,891,2282 +"240860",101395,1127,3,891,1188 +"240861",101395,1130,3,891,1566 +"240862",101395,1875,3,891,1786 +"240863",101395,2269,2,891,984 +"240864",101395,2325,3,891,1641 +"240865",101395,2424,3,891,2582 +"240866",101395,2572,3,891,2273 +"240867",101395,2754,3,891,1360 +"240868",101395,2864,3,891,1543 +"240869",101395,3716,2,891,1679 +"240870",101395,3777,3,891,1798 +"240871",101395,3801,3,891,1974 +"240872",101395,3886,3,891,1669 +"240873",101395,3961,3,891,2426 +"240874",101395,3966,3,891,2425 +"240875",101395,4289,3,891,1921 +"240876",101395,4690,3,891,1938 +"240877",101395,5041,3,891,2371 +"240878",101395,5315,3,891,2631 +"240879",101395,5716,3,891,1058 +"240880",101395,5984,3,891,1675 +"240881",101395,5986,3,891,1721 +"240882",101395,6044,3,891,2744 +"240883",101395,6047,2,891,2004 +"240884",101395,6052,3,891,1985 +"240885",101395,6074,3,891,2426 +"240886",101395,6417,2,891,1675 +"240887",101395,7406,3,891,1906 +"240888",101395,7861,3,891,1647 +"240889",101395,8621,3,891,1681 +"240890",101395,9364,3,891,1698 +"240891",101395,9950,3,891,920 +"240892",101395,10358,3,891,2294 +"240893",101395,10513,2,891,2284 +"240894",101395,10717,3,891,1938 +"240895",101395,11218,3,891,2292 +"240896",101395,11540,1,891,1237 +"240897",101395,12042,3,891,2345 +"240898",101395,12602,3,891,1956 +"240899",101395,12724,3,891,1930 +"240900",101395,13967,3,891,1354 +"240901",101395,14032,3,891,2144 +"240902",101395,14834,3,891,2739 +"240903",101395,14855,3,891,903 +"240904",101395,15309,3,891,2820 +"240905",101395,15626,3,891,2434 +"240906",101395,15872,1,891,1551 +"240907",101395,16053,3,891,908 +"240908",101395,16120,2,891,1237 +"240909",101395,16164,3,891,1184 +"240910",101395,16332,3,891,2668 +"240911",101395,16352,3,891,2657 +"240912",101395,16826,2,891,2599 +"240913",101395,17396,3,891,1672 +"240914",101395,17819,3,891,2291 +"240915",101395,17943,3,891,1943 +"240916",101395,17997,3,891,1621 +"240917",101395,18103,3,891,1968 +"240918",101395,18874,3,891,2170 +"240919",101395,19027,3,891,2721 +"240920",101395,19637,3,891,1229 +"240921",101395,19719,3,891,2177 +"240922",101395,20067,3,891,2390 +"240923",101395,20124,3,891,2376 +"240924",101395,20975,2,891,1305 +"240925",101395,21138,1,891,2849 +"240926",101395,21198,3,891,935 +"240927",101395,21682,3,891,2414 +"240928",101395,21693,3,891,2176 +"240929",101395,21706,3,891,1988 +"240930",101395,21929,3,891,2062 +"240931",101395,22141,2,891,2348 +"240932",101395,22282,3,891,1418 +"240933",101395,22326,3,891,2818 +"240934",101395,22362,3,891,1836 +"240935",101395,22639,3,891,2352 +"240936",101395,23159,3,891,1548 +"240937",101395,23869,3,891,1918 +"240938",101395,24146,3,891,2003 +"240939",101395,25443,3,891,1441 +"240940",101395,25680,3,891,1618 +"240941",101395,26080,3,891,2525 +"240942",101395,26282,3,891,1241 +"240943",101395,26749,3,891,2965 +"240944",101395,28002,3,891,914 +"240945",101395,28015,3,891,1624 +"240946",101395,29314,3,891,2736 +"240947",101395,29930,3,891,2240 +"240948",101395,30906,3,891,2537 +"240949",101395,30981,3,891,2366 +"240950",101395,33801,3,891,2899 +"240951",101395,34158,3,891,2639 +"240952",101395,34509,3,891,1973 +"240953",101395,34735,3,891,2767 +"240954",101395,35361,3,891,2389 +"240955",101395,35529,3,891,1620 +"240956",101395,36962,3,891,2861 +"240957",101395,37333,3,891,1612 +"240958",101395,38019,3,891,1870 +"240959",101395,38055,3,891,1089 +"240960",101395,38227,3,891,2511 +"240961",101395,39238,3,891,922 +"240962",101395,39746,3,891,1361 +"240963",101395,40432,3,891,1956 +"240964",101395,41972,3,891,2509 +"240965",101395,42129,3,891,2318 +"240966",101395,42216,3,891,2722 +"240967",101395,42747,3,891,1189 +"240968",101395,43112,3,891,2564 +"240969",101395,43173,3,891,2895 +"240970",101395,45302,3,891,2390 +"240971",101395,46091,3,891,1938 +"240972",101395,47248,2,891,2883 +"240973",101395,47386,3,891,2226 +"240974",101395,47715,3,891,2111 +"240975",101395,49512,3,891,1302 +"240976",101395,50124,2,891,1209 +"240977",101395,51017,1,891,2073 +"240978",101395,51035,2,891,2397 +"240979",101395,51866,3,891,2411 +"240980",101395,52576,3,891,2234 +"240981",101395,53134,3,891,1590 +"240982",101395,53323,3,891,2677 +"240983",101395,53475,3,891,2853 +"240984",101395,54020,3,891,1578 +"240985",101395,54929,3,891,2783 +"240986",101395,56317,3,891,2030 +"240987",101395,57977,3,891,2683 +"240988",101395,58508,3,891,2326 +"240989",101395,58596,3,891,936 +"240990",101395,60280,3,891,1918 +"240991",101395,63547,2,891,1023 +"240992",101395,64181,3,891,1828 +"240993",101395,66983,3,891,2397 +"240994",101395,69712,3,891,1219 +"240995",101395,70269,3,891,2368 +"240996",101395,70605,3,891,1176 +"240997",101395,70996,3,891,1037 +"240998",101395,71342,3,891,1289 +"240999",101395,72956,3,891,1251 +"241000",101395,76284,3,891,1237 +"241001",101395,76511,3,891,1250 +"241002",101395,80825,3,891,2315 +"241003",101395,81588,3,891,1568 +"241004",101395,82949,3,891,2077 +"241005",101395,84022,2,891,2289 +"241006",101395,85356,3,891,1492 +"241007",101395,89097,3,891,935 +"241008",101395,98384,3,891,1166 +"241009",101395,100140,3,891,1041 +"241010",101395,119859,3,891,908 +"241011",101435,841,3,1236,2964 +"241012",101435,2540,3,1236,1398 +"241013",101435,3978,3,1236,2775 +"241014",101435,4303,3,1236,2414 +"241015",101435,6989,2,1236,2623 +"241016",101435,7785,3,1236,2441 +"241017",101435,9703,3,1236,1845 +"241018",101435,11639,3,1236,1593 +"241019",101435,11648,3,1236,2852 +"241020",101435,17645,3,1236,1918 +"241021",101435,23131,3,1236,1732 +"241022",101435,32560,3,1236,1258 +"241023",101435,36953,3,1236,2790 +"241024",101435,46486,3,1236,1868 +"241025",101435,48652,3,1236,1686 +"241026",101435,52815,3,1236,2323 +"241027",101446,160,3,920,2007 +"241028",101446,1034,2,920,1438 +"241029",101446,5491,3,920,2048 +"241030",101446,5615,3,920,1105 +"241031",101446,6449,3,920,1997 +"241032",101446,6821,3,920,1788 +"241033",101446,9331,3,920,2269 +"241034",101446,9423,3,920,1708 +"241035",101446,13388,3,920,2119 +"241036",101446,14189,3,920,1483 +"241037",101446,14325,3,920,1976 +"241038",101446,14709,3,920,1901 +"241039",101446,14918,2,920,2071 +"241040",101446,15343,3,920,2125 +"241041",101446,16029,3,920,1160 +"241042",101446,16313,3,920,1160 +"241043",101446,17351,2,920,2036 +"241044",101446,17549,3,920,2647 +"241045",101446,17632,3,920,1947 +"241046",101446,17938,3,920,1410 +"241047",101446,18151,3,920,2962 +"241048",101446,20419,2,920,1587 +"241049",101446,21079,3,920,1997 +"241050",101446,21795,3,920,2653 +"241051",101446,23751,3,920,1740 +"241052",101446,24362,3,920,1287 +"241053",101446,27642,2,920,1531 +"241054",101446,28233,3,920,1608 +"241055",101446,30092,3,920,1593 +"241056",101446,34120,2,920,2786 +"241057",101446,34659,3,920,1924 +"241058",101446,35529,3,920,1620 +"241059",101446,41900,3,920,1970 +"241060",101446,41945,3,920,2856 +"241061",101446,42618,3,920,2316 +"241062",101446,44688,3,920,2924 +"241063",101446,46042,2,920,1692 +"241064",101446,46717,3,920,938 +"241065",101446,49470,3,920,1528 +"241066",101446,54631,3,920,1531 +"241067",101446,80979,3,920,1142 +"241068",101446,83096,3,920,1061 +"241069",101446,100140,3,920,1041 +"241070",101446,103721,3,920,1030 +"241071",101453,194,3,454,1243 +"241072",101453,680,3,454,2569 +"241073",101453,782,3,454,945 +"241074",101453,1349,3,454,1147 +"241075",101453,1702,3,454,1984 +"241076",101453,1846,3,454,1845 +"241077",101453,2206,3,454,2536 +"241078",101453,2852,3,454,2448 +"241079",101453,3127,3,454,2273 +"241080",101453,4361,3,454,2571 +"241081",101453,4668,3,454,1919 +"241082",101453,4669,2,454,2395 +"241083",101453,5897,3,454,2337 +"241084",101453,7252,3,454,2799 +"241085",101453,7337,3,454,1797 +"241086",101453,7785,3,454,2441 +"241087",101453,8140,3,454,1262 +"241088",101453,8568,3,454,2706 +"241089",101453,9481,3,454,1610 +"241090",101453,9503,2,454,2453 +"241091",101453,10453,3,454,1656 +"241092",101453,10980,3,454,1974 +"241093",101453,11107,3,454,1256 +"241094",101453,11648,3,454,2852 +"241095",101453,12948,2,454,2669 +"241096",101453,13295,3,454,779 +"241097",101453,13566,3,454,2056 +"241098",101453,14532,3,454,1193 +"241099",101453,14781,3,454,2338 +"241100",101453,14817,3,454,2110 +"241101",101453,16286,3,454,2470 +"241102",101453,16715,2,454,1218 +"241103",101453,16864,3,454,814 +"241104",101453,18122,3,454,894 +"241105",101453,18978,2,454,952 +"241106",101453,19655,3,454,2706 +"241107",101453,19818,3,454,675 +"241108",101453,20395,3,454,1468 +"241109",101453,21207,2,454,1258 +"241110",101453,23131,3,454,1732 +"241111",101453,25373,3,454,2783 +"241112",101453,26551,3,454,652 +"241113",101453,27742,3,454,2700 +"241114",101453,28203,3,454,2117 +"241115",101453,28869,3,454,2425 +"241116",101453,29353,3,454,502 +"241117",101453,30525,3,454,1964 +"241118",101453,31408,3,454,994 +"241119",101453,31753,3,454,1514 +"241120",101453,32470,3,454,1539 +"241121",101453,32532,3,454,2338 +"241122",101453,32560,3,454,1258 +"241123",101453,32651,3,454,877 +"241124",101453,33341,3,454,2338 +"241125",101453,33681,3,454,1059 +"241126",101453,33870,2,454,955 +"241127",101453,34216,3,454,2832 +"241128",101453,35640,3,454,495 +"241129",101453,35822,3,454,1903 +"241130",101453,36327,3,454,870 +"241131",101453,39748,3,454,1566 +"241132",101453,40572,3,454,2666 +"241133",101453,41023,3,454,2408 +"241134",101453,41581,3,454,1692 +"241135",101453,44181,3,454,1034 +"241136",101453,45518,3,454,494 +"241137",101453,45869,2,454,2840 +"241138",101453,47595,3,454,2374 +"241139",101453,51200,3,454,2245 +"241140",101453,53739,3,454,2704 +"241141",101453,61125,3,454,1673 +"241142",101453,67266,3,454,2010 +"241143",101453,67617,2,454,1149 +"241144",101453,74370,2,454,1667 +"241145",101453,76007,3,454,918 +"241146",101453,80156,3,454,1667 +"241147",101453,81077,3,454,498 +"241148",101453,91849,2,454,1166 +"241149",101453,95690,3,454,765 +"241150",101453,96310,3,454,1016 +"241151",101453,115021,3,454,1226 +"241152",101478,10310,3,1383,2774 +"241153",101478,11493,3,1383,2077 +"241154",101478,12371,2,1383,1569 +"241155",101478,29930,3,1383,2240 +"241156",101478,33184,2,1383,2522 +"241157",101482,23,3,1300,1682 +"241158",101482,671,3,1300,2328 +"241159",101482,1201,3,1300,2489 +"241160",101482,3164,3,1300,2693 +"241161",101482,4289,3,1300,1921 +"241162",101482,4583,3,1300,2741 +"241163",101482,5041,3,1300,2371 +"241164",101482,5462,3,1300,2374 +"241165",101482,8621,3,1300,1681 +"241166",101482,10799,3,1300,2010 +"241167",101482,12096,3,1300,1330 +"241168",101482,12713,3,1300,2440 +"241169",101482,13248,3,1300,1385 +"241170",101482,13801,3,1300,2041 +"241171",101482,13929,2,1300,2693 +"241172",101482,15299,3,1300,2213 +"241173",101482,15607,3,1300,1421 +"241174",101482,16111,3,1300,1714 +"241175",101482,20643,3,1300,2341 +"241176",101482,22216,3,1300,1956 +"241177",101482,24146,3,1300,2003 +"241178",101482,24755,3,1300,1319 +"241179",101482,25643,3,1300,1646 +"241180",101482,26570,3,1300,1669 +"241181",101482,30081,3,1300,2403 +"241182",101482,32173,3,1300,2341 +"241183",101482,36450,3,1300,1591 +"241184",101482,36962,2,1300,2861 +"241185",101482,37333,3,1300,1612 +"241186",101482,38162,2,1300,1691 +"241187",101482,47082,2,1300,1990 +"241188",101482,47947,3,1300,2681 +"241189",101482,52058,3,1300,1836 +"241190",101482,53630,2,1300,1565 +"241191",101482,54020,3,1300,1578 +"241192",101482,55156,3,1300,2196 +"241193",101482,55691,2,1300,2856 +"241194",101482,56464,3,1300,2488 +"241195",101482,58035,3,1300,1646 +"241196",101482,68810,3,1300,2409 +"241197",101482,70046,3,1300,2624 +"241198",101482,78563,3,1300,2385 +"241199",101482,79088,3,1300,1369 +"241200",101540,283,3,388,2082 +"241201",101540,378,3,388,2766 +"241202",101540,6078,3,388,498 +"241203",101540,19687,3,388,2072 +"241204",101540,26567,3,388,1158 +"241205",101540,34055,3,388,1881 +"241206",101540,34559,2,388,1105 +"241207",101540,42195,3,388,573 +"241208",101540,48764,3,388,860 +"241209",101540,79404,3,388,1079 +"241210",101540,83541,1,388,555 +"241211",101540,85264,1,388,1236 +"241212",101540,98003,3,388,573 +"241213",101561,40820,3,852,900 +"241214",101561,42642,3,852,2257 +"241215",101561,47440,1,852,2234 +"241216",101561,60516,3,852,2257 +"241217",101561,105483,1,852,1679 +"241218",101598,1592,3,781,2006 +"241219",101598,1691,3,781,1941 +"241220",101598,5041,3,781,2371 +"241221",101598,5716,2,781,1058 +"241222",101598,5984,3,781,1675 +"241223",101598,5986,3,781,1721 +"241224",101598,6252,3,781,2336 +"241225",101598,6324,3,781,1990 +"241226",101598,6366,3,781,798 +"241227",101598,6417,2,781,1675 +"241228",101598,11218,3,781,2292 +"241229",101598,11576,3,781,808 +"241230",101598,12042,3,781,2345 +"241231",101598,13248,3,781,1385 +"241232",101598,13837,3,781,1604 +"241233",101598,14108,3,781,2012 +"241234",101598,14855,2,781,903 +"241235",101598,16352,3,781,2657 +"241236",101598,17400,3,781,2231 +"241237",101598,18348,2,781,1711 +"241238",101598,20407,3,781,2339 +"241239",101598,23310,3,781,2371 +"241240",101598,25565,3,781,2764 +"241241",101598,26659,3,781,903 +"241242",101598,28002,3,781,914 +"241243",101598,28808,3,781,1063 +"241244",101598,29170,3,781,1846 +"241245",101598,32503,2,781,2020 +"241246",101598,32694,3,781,1602 +"241247",101598,34735,3,781,2767 +"241248",101598,35926,3,781,2371 +"241249",101598,36439,3,781,2469 +"241250",101598,36691,3,781,1903 +"241251",101598,38213,3,781,1744 +"241252",101598,40293,3,781,1671 +"241253",101598,43153,3,781,1381 +"241254",101598,44521,3,781,1593 +"241255",101598,46621,3,781,1343 +"241256",101598,49620,3,781,1868 +"241257",101598,52327,3,781,1472 +"241258",101598,53134,3,781,1590 +"241259",101598,54929,3,781,2783 +"241260",101598,56604,3,781,1919 +"241261",101598,60280,3,781,1918 +"241262",101598,61785,3,781,822 +"241263",101598,71274,2,781,2390 +"241264",101598,72501,3,781,2795 +"241265",101598,73675,3,781,887 +"241266",101598,74636,3,781,2525 +"241267",101598,76127,3,781,910 +"241268",101598,76495,2,781,1255 +"241269",101598,80219,2,781,988 +"241270",101598,88232,3,781,2881 +"241271",101652,288,3,270,947 +"241272",101652,457,3,270,1704 +"241273",101652,1044,3,270,880 +"241274",101652,1592,3,270,2006 +"241275",101652,1691,3,270,1941 +"241276",101652,1826,3,270,924 +"241277",101652,2143,2,270,1174 +"241278",101652,2208,3,270,2814 +"241279",101652,3748,3,270,2052 +"241280",101652,4317,3,270,1224 +"241281",101652,6252,3,270,2336 +"241282",101652,6390,3,270,2385 +"241283",101652,8866,3,270,1545 +"241284",101652,8910,3,270,1054 +"241285",101652,8961,3,270,507 +"241286",101652,12304,3,270,439 +"241287",101652,14108,3,270,2012 +"241288",101652,18394,3,270,2356 +"241289",101652,18543,3,270,2968 +"241290",101652,19096,3,270,1538 +"241291",101652,20124,3,270,2376 +"241292",101652,22141,3,270,2348 +"241293",101652,22537,3,270,436 +"241294",101652,24198,3,270,2217 +"241295",101652,25565,3,270,2764 +"241296",101652,28808,3,270,1063 +"241297",101652,30405,2,270,2164 +"241298",101652,34836,3,270,2302 +"241299",101652,36087,3,270,2755 +"241300",101652,41085,3,270,637 +"241301",101652,44188,3,270,1609 +"241302",101652,44427,3,270,2875 +"241303",101652,46621,3,270,1343 +"241304",101652,47585,3,270,794 +"241305",101652,49512,2,270,1302 +"241306",101652,53252,3,270,637 +"241307",101652,53322,3,270,1200 +"241308",101652,53323,2,270,2677 +"241309",101652,53608,3,270,1986 +"241310",101652,54305,3,270,1222 +"241311",101652,55320,3,270,1643 +"241312",101652,57348,3,270,687 +"241313",101652,57353,2,270,1849 +"241314",101652,57990,3,270,978 +"241315",101652,61785,2,270,822 +"241316",101652,71342,3,270,1289 +"241317",101652,72598,3,270,805 +"241318",101652,75921,3,270,517 +"241319",101652,78569,3,270,578 +"241320",101652,88126,2,270,1027 +"241321",101652,88232,3,270,2881 +"241322",101652,92592,2,270,486 +"241323",101652,94545,2,270,790 +"241324",101652,95036,2,270,380 +"241325",101652,101967,3,270,691 +"241326",101666,1708,3,1257,1591 +"241327",101666,2647,3,1257,2450 +"241328",101666,2927,3,1257,1789 +"241329",101666,3271,3,1257,2216 +"241330",101666,3506,3,1257,2364 +"241331",101666,6040,3,1257,2103 +"241332",101666,7123,3,1257,1964 +"241333",101666,7604,2,1257,1366 +"241334",101666,9269,1,1257,1892 +"241335",101666,9272,3,1257,2835 +"241336",101666,9895,1,1257,1960 +"241337",101666,9910,2,1257,2526 +"241338",101666,9948,2,1257,2019 +"241339",101666,10610,3,1257,1427 +"241340",101666,11351,3,1257,2971 +"241341",101666,12914,2,1257,1557 +"241342",101666,15813,3,1257,2143 +"241343",101666,16347,2,1257,1868 +"241344",101666,17925,3,1257,2385 +"241345",101666,20695,2,1257,2526 +"241346",101666,21044,2,1257,1574 +"241347",101666,26740,2,1257,2695 +"241348",101666,32966,3,1257,1583 +"241349",101666,34331,2,1257,1727 +"241350",101666,38697,3,1257,2701 +"241351",101666,42382,3,1257,2224 +"241352",101666,43226,3,1257,2442 +"241353",101666,43768,3,1257,1468 +"241354",101666,44744,2,1257,2032 +"241355",101666,45449,3,1257,1610 +"241356",101666,46616,3,1257,1917 +"241357",101666,47607,3,1257,2724 +"241358",101666,48110,3,1257,2009 +"241359",101666,48931,3,1257,2444 +"241360",101666,49379,3,1257,1573 +"241361",101666,53584,2,1257,2391 +"241362",101666,56364,2,1257,1626 +"241363",101666,58508,3,1257,2326 +"241364",101666,64712,3,1257,1411 +"241365",101666,69335,3,1257,2698 +"241366",101666,78611,3,1257,1586 +"241367",101666,79874,3,1257,1570 +"241368",101666,80301,3,1257,1690 +"241369",101666,84591,1,1257,1685 +"241370",101666,92630,3,1257,1583 +"241371",101666,96387,3,1257,2159 +"241372",101728,8961,3,114,507 +"241373",101728,9702,2,114,1928 +"241374",101728,31130,3,114,148 +"241375",101728,49265,3,114,2686 +"241376",101728,53120,3,114,975 +"241377",101728,57380,2,114,2362 +"241378",101728,68801,3,114,116 +"241379",101728,76143,3,114,1610 +"241380",101728,93102,3,114,1174 +"241381",101766,2443,3,53,2333 +"241382",101766,6295,2,53,856 +"241383",101766,7604,3,53,1366 +"241384",101766,9269,2,53,1892 +"241385",101766,9895,3,53,1960 +"241386",101766,9910,2,53,2526 +"241387",101766,9948,3,53,2019 +"241388",101766,12632,3,53,1174 +"241389",101766,12914,3,53,1557 +"241390",101766,14212,3,53,857 +"241391",101766,14380,2,53,120 +"241392",101766,15281,3,53,810 +"241393",101766,15926,2,53,545 +"241394",101766,16347,3,53,1868 +"241395",101766,18061,3,53,160 +"241396",101766,20695,2,53,2526 +"241397",101766,20819,2,53,213 +"241398",101766,21044,2,53,1574 +"241399",101766,25345,3,53,713 +"241400",101766,26740,3,53,2695 +"241401",101766,32966,3,53,1583 +"241402",101766,34331,3,53,1727 +"241403",101766,36478,3,53,2808 +"241404",101766,38697,3,53,2701 +"241405",101766,39009,3,53,1594 +"241406",101766,43768,3,53,1468 +"241407",101766,44744,3,53,2032 +"241408",101766,46568,3,53,822 +"241409",101766,49284,3,53,218 +"241410",101766,49379,3,53,1573 +"241411",101766,49708,2,53,1147 +"241412",101766,53020,2,53,2747 +"241413",101766,53584,3,53,2391 +"241414",101766,56364,3,53,1626 +"241415",101766,63329,3,53,639 +"241416",101766,65515,3,53,677 +"241417",101766,68262,2,53,441 +"241418",101766,76796,3,53,1140 +"241419",101766,80130,1,53,132 +"241420",101766,80801,3,53,1250 +"241421",101766,84591,2,53,1685 +"241422",101766,85926,3,53,907 +"241423",101766,87915,2,53,1152 +"241424",101766,92503,3,53,231 +"241425",101766,92630,3,53,1583 +"241426",101766,101381,1,53,977 +"241427",101766,101666,3,53,1257 +"241428",101766,106409,1,53,265 +"241429",101766,115905,3,53,274 +"241430",101766,117032,2,53,110 +"241431",101766,117685,3,53,106 +"241432",101797,270,3,2357,2542 +"241433",101797,8762,3,2357,2585 +"241434",101797,14959,3,2357,2898 +"241435",101797,22326,2,2357,2818 +"241436",101797,25305,3,2357,2447 +"241437",101797,30173,3,2357,2404 +"241438",101797,56082,3,2357,2395 +"241439",101797,72207,3,2357,2430 +"241440",101837,36514,3,59,1192 +"241441",101837,56622,3,59,310 +"241442",101837,61585,2,59,2315 +"241443",101841,5346,3,127,1438 +"241444",101841,5350,2,127,2522 +"241445",101841,8513,3,127,875 +"241446",101841,12462,3,127,1461 +"241447",101841,15207,3,127,1855 +"241448",101841,18550,3,127,483 +"241449",101841,35926,3,127,2371 +"241450",101841,40113,3,127,451 +"241451",101841,69716,1,127,2632 +"241452",101841,94520,3,127,1243 +"241453",101892,3242,3,1322,1730 +"241454",101892,4618,3,1322,2607 +"241455",101892,4687,3,1322,2152 +"241456",101892,10890,3,1322,2639 +"241457",101892,23534,3,1322,1659 +"241458",101892,23704,3,1322,2278 +"241459",101892,26436,3,1322,2489 +"241460",101892,28285,3,1322,2972 +"241461",101892,31696,3,1322,1595 +"241462",101892,34492,3,1322,1798 +"241463",101892,58035,3,1322,1646 +"241464",101967,512,3,691,1596 +"241465",101967,671,3,691,2328 +"241466",101967,913,3,691,2144 +"241467",101967,1090,3,691,2370 +"241468",101967,1592,3,691,2006 +"241469",101967,1691,2,691,1941 +"241470",101967,1985,3,691,888 +"241471",101967,2011,3,691,2176 +"241472",101967,2208,3,691,2814 +"241473",101967,2754,3,691,1360 +"241474",101967,3088,3,691,1670 +"241475",101967,3144,3,691,869 +"241476",101967,3628,3,691,2707 +"241477",101967,4317,3,691,1224 +"241478",101967,5258,2,691,2730 +"241479",101967,6252,3,691,2336 +"241480",101967,6390,2,691,2385 +"241481",101967,7672,3,691,1974 +"241482",101967,8011,3,691,889 +"241483",101967,8657,3,691,2473 +"241484",101967,8762,3,691,2585 +"241485",101967,9805,3,691,1621 +"241486",101967,12096,3,691,1330 +"241487",101967,12199,3,691,1651 +"241488",101967,13945,2,691,1324 +"241489",101967,14108,2,691,2012 +"241490",101967,14676,3,691,2764 +"241491",101967,14731,3,691,2012 +"241492",101967,14983,3,691,1047 +"241493",101967,17434,2,691,1642 +"241494",101967,18502,2,691,1033 +"241495",101967,18543,1,691,2968 +"241496",101967,19332,3,691,1214 +"241497",101967,19718,3,691,1702 +"241498",101967,20067,3,691,2390 +"241499",101967,20407,3,691,2339 +"241500",101967,21133,3,691,1320 +"241501",101967,23869,3,691,1918 +"241502",101967,24198,3,691,2217 +"241503",101967,24755,3,691,1319 +"241504",101967,25565,3,691,2764 +"241505",101967,26106,3,691,2015 +"241506",101967,26570,3,691,1669 +"241507",101967,27792,3,691,1308 +"241508",101967,28592,2,691,2320 +"241509",101967,28808,3,691,1063 +"241510",101967,29224,3,691,2011 +"241511",101967,29948,3,691,2795 +"241512",101967,31001,3,691,2119 +"241513",101967,31235,3,691,2668 +"241514",101967,32503,3,691,2020 +"241515",101967,33621,3,691,1319 +"241516",101967,33622,3,691,2230 +"241517",101967,34945,2,691,1298 +"241518",101967,35235,3,691,2610 +"241519",101967,36439,2,691,2469 +"241520",101967,37509,3,691,1640 +"241521",101967,38213,3,691,1744 +"241522",101967,38259,2,691,2258 +"241523",101967,40954,2,691,2603 +"241524",101967,43173,3,691,2895 +"241525",101967,43226,3,691,2442 +"241526",101967,43635,3,691,1196 +"241527",101967,44427,1,691,2875 +"241528",101967,46621,2,691,1343 +"241529",101967,47064,3,691,1993 +"241530",101967,47248,3,691,2883 +"241531",101967,47407,3,691,832 +"241532",101967,47435,3,691,878 +"241533",101967,47585,2,691,794 +"241534",101967,49301,3,691,1894 +"241535",101967,49470,3,691,1528 +"241536",101967,49620,3,691,1868 +"241537",101967,50235,1,691,726 +"241538",101967,50254,3,691,1151 +"241539",101967,51572,3,691,912 +"241540",101967,52323,3,691,2148 +"241541",101967,52327,3,691,1472 +"241542",101967,55156,3,691,2196 +"241543",101967,56910,3,691,2705 +"241544",101967,57990,2,691,978 +"241545",101967,58133,3,691,1484 +"241546",101967,58284,3,691,2292 +"241547",101967,60116,3,691,2668 +"241548",101967,61689,3,691,1309 +"241549",101967,61785,2,691,822 +"241550",101967,62062,2,691,860 +"241551",101967,62602,3,691,1172 +"241552",101967,64181,3,691,1828 +"241553",101967,66241,3,691,2351 +"241554",101967,69257,3,691,1402 +"241555",101967,71274,3,691,2390 +"241556",101967,74636,3,691,2525 +"241557",101967,75025,2,691,717 +"241558",101967,76127,3,691,910 +"241559",101967,76192,3,691,912 +"241560",101967,76646,3,691,1263 +"241561",101967,78256,3,691,804 +"241562",101967,78563,3,691,2385 +"241563",101967,79364,3,691,834 +"241564",101967,79612,3,691,927 +"241565",101967,79657,3,691,1260 +"241566",101967,81895,3,691,1634 +"241567",101967,82401,2,691,1210 +"241568",101967,88232,3,691,2881 +"241569",101967,88966,3,691,1568 +"241570",101967,89880,3,691,1938 +"241571",101967,92491,3,691,1968 +"241572",101967,93398,3,691,828 +"241573",101967,94125,3,691,2280 +"241574",101967,97674,3,691,1912 +"241575",101967,97824,2,691,1229 +"241576",101967,100215,2,691,2436 +"241577",101967,109415,3,691,1328 +"241578",101983,3714,1,889,2605 +"241579",101983,13201,3,889,2034 +"241580",101983,15343,3,889,2125 +"241581",101983,17021,3,889,1226 +"241582",101983,21092,1,889,1643 +"241583",101983,26809,3,889,1656 +"241584",101983,28090,3,889,1755 +"241585",101983,44684,3,889,1220 +"241586",101983,85592,3,889,1412 +"241587",101983,89668,3,889,1279 +"241588",101983,94808,3,889,988 +"241589",101983,106214,3,889,987 +"241590",101986,5716,3,813,1058 +"241591",101986,16352,3,813,2657 +"241592",101986,16587,3,813,2065 +"241593",101986,26659,3,813,903 +"241594",101986,27260,3,813,878 +"241595",101986,31700,3,813,2727 +"241596",101986,34735,3,813,2767 +"241597",101986,37758,3,813,1998 +"241598",101986,43135,3,813,1171 +"241599",101986,44068,3,813,1056 +"241600",101986,53134,3,813,1590 +"241601",101986,57714,3,813,1391 +"241602",102004,42,3,497,2265 +"241603",102004,803,2,497,1666 +"241604",102004,1092,3,497,1945 +"241605",102004,1321,3,497,2075 +"241606",102004,1428,3,497,742 +"241607",102004,1676,3,497,1198 +"241608",102004,1767,2,497,2727 +"241609",102004,2600,3,497,1182 +"241610",102004,2609,3,497,834 +"241611",102004,3068,2,497,1815 +"241612",102004,3753,3,497,1255 +"241613",102004,3980,3,497,2771 +"241614",102004,4763,3,497,1960 +"241615",102004,5041,3,497,2371 +"241616",102004,5315,3,497,2631 +"241617",102004,7078,3,497,2344 +"241618",102004,7292,3,497,1988 +"241619",102004,7942,3,497,2623 +"241620",102004,10143,3,497,778 +"241621",102004,10148,3,497,2964 +"241622",102004,10576,3,497,974 +"241623",102004,10779,3,497,2881 +"241624",102004,10874,3,497,1891 +"241625",102004,11103,3,497,2393 +"241626",102004,11450,3,497,915 +"241627",102004,11602,3,497,1493 +"241628",102004,11625,3,497,2022 +"241629",102004,13158,3,497,2667 +"241630",102004,13388,3,497,2119 +"241631",102004,14189,2,497,1483 +"241632",102004,15184,3,497,2396 +"241633",102004,15235,3,497,1045 +"241634",102004,15607,3,497,1421 +"241635",102004,16053,3,497,908 +"241636",102004,16313,2,497,1160 +"241637",102004,18289,3,497,862 +"241638",102004,18874,3,497,2170 +"241639",102004,19282,3,497,1623 +"241640",102004,19528,3,497,2742 +"241641",102004,20067,3,497,2390 +"241642",102004,20343,3,497,851 +"241643",102004,20545,3,497,1491 +"241644",102004,20732,3,497,2401 +"241645",102004,20783,3,497,2414 +"241646",102004,21076,3,497,1591 +"241647",102004,21095,3,497,856 +"241648",102004,21755,3,497,817 +"241649",102004,22057,3,497,974 +"241650",102004,22207,3,497,2365 +"241651",102004,22850,3,497,878 +"241652",102004,23508,2,497,1907 +"241653",102004,23726,3,497,2434 +"241654",102004,24362,3,497,1287 +"241655",102004,26608,3,497,2329 +"241656",102004,27849,3,497,1316 +"241657",102004,29930,3,497,2240 +"241658",102004,30092,3,497,1593 +"241659",102004,30827,3,497,2323 +"241660",102004,30850,3,497,1045 +"241661",102004,31279,2,497,965 +"241662",102004,31799,3,497,2547 +"241663",102004,32516,3,497,2050 +"241664",102004,32811,3,497,804 +"241665",102004,32939,3,497,2277 +"241666",102004,34136,3,497,2202 +"241667",102004,35529,3,497,1620 +"241668",102004,35752,3,497,1158 +"241669",102004,37333,3,497,1612 +"241670",102004,38908,3,497,1787 +"241671",102004,41955,3,497,2479 +"241672",102004,42216,3,497,2722 +"241673",102004,43404,2,497,2649 +"241674",102004,44636,3,497,1026 +"241675",102004,48820,3,497,2769 +"241676",102004,48823,3,497,2080 +"241677",102004,51572,3,497,912 +"241678",102004,51863,3,497,1395 +"241679",102004,53134,3,497,1590 +"241680",102004,55084,2,497,1189 +"241681",102004,56026,3,497,908 +"241682",102004,56082,3,497,2395 +"241683",102004,57804,3,497,2214 +"241684",102004,62488,2,497,1418 +"241685",102004,68013,3,497,743 +"241686",102004,74730,3,497,535 +"241687",102004,76356,3,497,2323 +"241688",102004,77993,3,497,1497 +"241689",102004,78256,3,497,804 +"241690",102004,79689,3,497,1184 +"241691",102004,83096,3,497,1061 +"241692",102004,84498,2,497,1292 +"241693",102004,85058,3,497,1311 +"241694",102004,85784,3,497,1142 +"241695",102004,86799,2,497,1951 +"241696",102004,88063,3,497,1045 +"241697",102004,95879,3,497,1748 +"241698",102004,97156,3,497,598 +"241699",102004,99273,2,497,825 +"241700",102004,100140,2,497,1041 +"241701",102004,100670,3,497,525 +"241702",102004,101338,3,497,1319 +"241703",102004,102820,3,497,501 +"241704",102016,5599,3,1649,1684 +"241705",102016,32606,3,1649,2100 +"241706",102016,80606,3,1649,2079 +"241707",102050,377,3,906,2389 +"241708",102050,543,3,906,2203 +"241709",102050,1046,2,906,1881 +"241710",102050,1127,3,906,1188 +"241711",102050,1275,3,906,2068 +"241712",102050,1367,3,906,2176 +"241713",102050,1469,3,906,1160 +"241714",102050,1616,3,906,2662 +"241715",102050,1777,3,906,1965 +"241716",102050,2484,3,906,2389 +"241717",102050,2754,3,906,1360 +"241718",102050,3161,3,906,2229 +"241719",102050,3167,3,906,1676 +"241720",102050,3242,3,906,1730 +"241721",102050,3830,2,906,1661 +"241722",102050,4057,3,906,2389 +"241723",102050,4226,3,906,1903 +"241724",102050,4618,3,906,2607 +"241725",102050,5078,3,906,2033 +"241726",102050,5148,3,906,2206 +"241727",102050,5457,3,906,2077 +"241728",102050,5462,2,906,2374 +"241729",102050,5504,3,906,2389 +"241730",102050,5669,3,906,2502 +"241731",102050,5725,3,906,2789 +"241732",102050,5864,3,906,1197 +"241733",102050,6417,3,906,1675 +"241734",102050,7245,3,906,2089 +"241735",102050,7323,3,906,2858 +"241736",102050,8229,1,906,1241 +"241737",102050,8533,2,906,2251 +"241738",102050,8621,2,906,1681 +"241739",102050,12713,3,906,2440 +"241740",102050,12867,3,906,2773 +"241741",102050,13699,3,906,1355 +"241742",102050,14507,3,906,2686 +"241743",102050,14669,3,906,2080 +"241744",102050,15184,3,906,2396 +"241745",102050,15299,3,906,2213 +"241746",102050,15539,2,906,1929 +"241747",102050,16053,3,906,908 +"241748",102050,16074,3,906,977 +"241749",102050,16164,3,906,1184 +"241750",102050,16313,3,906,1160 +"241751",102050,17133,3,906,924 +"241752",102050,17852,3,906,2840 +"241753",102050,17997,3,906,1621 +"241754",102050,18151,3,906,2962 +"241755",102050,19027,3,906,2721 +"241756",102050,19183,3,906,1257 +"241757",102050,19516,3,906,2313 +"241758",102050,19606,3,906,2783 +"241759",102050,19637,3,906,1229 +"241760",102050,20563,3,906,2267 +"241761",102050,20659,3,906,1969 +"241762",102050,20700,3,906,2861 +"241763",102050,22006,3,906,1202 +"241764",102050,22108,3,906,1915 +"241765",102050,22749,3,906,1727 +"241766",102050,26351,3,906,2683 +"241767",102050,26516,3,906,2479 +"241768",102050,27478,3,906,2485 +"241769",102050,28216,3,906,1910 +"241770",102050,28285,3,906,2972 +"241771",102050,29073,3,906,2328 +"241772",102050,30119,1,906,1961 +"241773",102050,31799,2,906,2547 +"241774",102050,32606,3,906,2100 +"241775",102050,33850,3,906,931 +"241776",102050,35256,3,906,2271 +"241777",102050,35529,3,906,1620 +"241778",102050,37418,3,906,2710 +"241779",102050,37570,3,906,2389 +"241780",102050,39444,3,906,2695 +"241781",102050,40432,3,906,1956 +"241782",102050,41278,2,906,1873 +"241783",102050,44636,3,906,1026 +"241784",102050,47386,3,906,2226 +"241785",102050,47947,3,906,2681 +"241786",102050,49965,3,906,2301 +"241787",102050,51410,3,906,2739 +"241788",102050,53031,3,906,2065 +"241789",102050,53300,3,906,2162 +"241790",102050,54305,3,906,1222 +"241791",102050,54676,3,906,1342 +"241792",102050,55556,3,906,2075 +"241793",102050,55828,2,906,2393 +"241794",102050,57077,1,906,1885 +"241795",102050,57609,2,906,2717 +"241796",102050,57950,3,906,1529 +"241797",102050,57977,1,906,2683 +"241798",102050,58035,3,906,1646 +"241799",102050,59082,3,906,947 +"241800",102050,62840,3,906,2502 +"241801",102050,64967,2,906,2872 +"241802",102050,65029,3,906,2954 +"241803",102050,68215,3,906,2727 +"241804",102050,69017,3,906,1183 +"241805",102050,69498,3,906,931 +"241806",102050,71478,3,906,1721 +"241807",102050,71562,3,906,2574 +"241808",102050,72956,3,906,1251 +"241809",102050,73313,3,906,958 +"241810",102050,73553,3,906,2726 +"241811",102050,80678,3,906,1595 +"241812",102050,82681,3,906,1620 +"241813",102050,85430,3,906,2370 +"241814",102050,89958,2,906,1186 +"241815",102050,93615,3,906,2386 +"241816",102050,99012,3,906,931 +"241817",102050,100140,3,906,1041 +"241818",102050,106299,2,906,1190 +"241819",102107,135,3,504,2233 +"241820",102107,380,3,504,2261 +"241821",102107,455,3,504,2827 +"241822",102107,600,3,504,1702 +"241823",102107,671,3,504,2328 +"241824",102107,675,1,504,1686 +"241825",102107,733,3,504,1653 +"241826",102107,1050,3,504,1185 +"241827",102107,1130,3,504,1566 +"241828",102107,1136,1,504,2536 +"241829",102107,1826,3,504,924 +"241830",102107,2063,2,504,1278 +"241831",102107,2269,3,504,984 +"241832",102107,2300,3,504,565 +"241833",102107,2743,2,504,1278 +"241834",102107,2954,3,504,2727 +"241835",102107,3242,3,504,1730 +"241836",102107,4191,2,504,2130 +"241837",102107,4226,3,504,1903 +"241838",102107,4618,3,504,2607 +"241839",102107,4687,3,504,2152 +"241840",102107,4980,3,504,2093 +"241841",102107,6363,3,504,2066 +"241842",102107,6392,3,504,1878 +"241843",102107,6428,2,504,1952 +"241844",102107,6491,2,504,2424 +"241845",102107,7354,3,504,2008 +"241846",102107,7515,3,504,2737 +"241847",102107,7847,2,504,2424 +"241848",102107,7861,3,504,1647 +"241849",102107,8011,3,504,889 +"241850",102107,8529,3,504,1205 +"241851",102107,8621,3,504,1681 +"241852",102107,8772,3,504,847 +"241853",102107,8866,3,504,1545 +"241854",102107,8888,3,504,1328 +"241855",102107,9362,3,504,2879 +"241856",102107,9805,3,504,1621 +"241857",102107,11434,3,504,1187 +"241858",102107,11516,3,504,1937 +"241859",102107,11817,3,504,600 +"241860",102107,12199,3,504,1651 +"241861",102107,12747,3,504,2818 +"241862",102107,16074,3,504,977 +"241863",102107,16164,2,504,1184 +"241864",102107,16625,3,504,1285 +"241865",102107,17357,3,504,1536 +"241866",102107,19096,3,504,1538 +"241867",102107,19322,3,504,2048 +"241868",102107,19882,3,504,565 +"241869",102107,20563,3,504,2267 +"241870",102107,20824,2,504,1366 +"241871",102107,21911,3,504,1184 +"241872",102107,22501,3,504,1006 +"241873",102107,22705,3,504,1016 +"241874",102107,22884,2,504,1608 +"241875",102107,22885,3,504,1702 +"241876",102107,23132,3,504,2756 +"241877",102107,23216,3,504,2424 +"241878",102107,23460,3,504,2183 +"241879",102107,23506,3,504,1172 +"241880",102107,23534,3,504,1659 +"241881",102107,23704,3,504,2278 +"241882",102107,24005,3,504,1188 +"241883",102107,24568,3,504,1937 +"241884",102107,25341,2,504,1858 +"241885",102107,25643,3,504,1646 +"241886",102107,25816,3,504,2088 +"241887",102107,25976,3,504,659 +"241888",102107,26067,3,504,2069 +"241889",102107,26282,3,504,1241 +"241890",102107,26322,1,504,1018 +"241891",102107,26436,3,504,2489 +"241892",102107,26516,3,504,2479 +"241893",102107,27628,2,504,2389 +"241894",102107,27753,2,504,2750 +"241895",102107,28434,3,504,1141 +"241896",102107,28731,3,504,955 +"241897",102107,30438,3,504,1617 +"241898",102107,31050,3,504,1491 +"241899",102107,31799,3,504,2547 +"241900",102107,32017,3,504,577 +"241901",102107,32947,3,504,1091 +"241902",102107,33588,2,504,1040 +"241903",102107,33621,2,504,1319 +"241904",102107,34160,2,504,1759 +"241905",102107,34464,3,504,1741 +"241906",102107,34492,2,504,1798 +"241907",102107,34509,3,504,1973 +"241908",102107,34815,3,504,2354 +"241909",102107,35302,3,504,1589 +"241910",102107,35673,3,504,1067 +"241911",102107,36651,2,504,1600 +"241912",102107,37620,3,504,2716 +"241913",102107,37628,3,504,819 +"241914",102107,38523,3,504,549 +"241915",102107,38727,3,504,2238 +"241916",102107,40028,3,504,1349 +"241917",102107,40293,3,504,1671 +"241918",102107,40369,2,504,2735 +"241919",102107,41739,3,504,1339 +"241920",102107,41843,3,504,571 +"241921",102107,42186,3,504,955 +"241922",102107,42216,3,504,2722 +"241923",102107,44306,3,504,1036 +"241924",102107,44648,1,504,619 +"241925",102107,45715,3,504,2287 +"241926",102107,46469,3,504,759 +"241927",102107,50976,3,504,547 +"241928",102107,51022,3,504,1499 +"241929",102107,51041,3,504,2606 +"241930",102107,51410,3,504,2739 +"241931",102107,51987,3,504,1397 +"241932",102107,52835,3,504,995 +"241933",102107,53196,3,504,1888 +"241934",102107,53323,3,504,2677 +"241935",102107,54855,3,504,1525 +"241936",102107,54980,3,504,876 +"241937",102107,55139,3,504,2323 +"241938",102107,56143,3,504,766 +"241939",102107,57129,3,504,1858 +"241940",102107,57544,3,504,2443 +"241941",102107,58035,3,504,1646 +"241942",102107,59438,3,504,2400 +"241943",102107,59790,3,504,1827 +"241944",102107,63409,3,504,1937 +"241945",102107,64031,3,504,1295 +"241946",102107,64181,2,504,1828 +"241947",102107,64997,1,504,2791 +"241948",102107,65625,3,504,1273 +"241949",102107,65884,3,504,798 +"241950",102107,66413,3,504,2507 +"241951",102107,67216,3,504,984 +"241952",102107,67314,3,504,1051 +"241953",102107,67352,3,504,1115 +"241954",102107,73675,3,504,887 +"241955",102107,73728,3,504,784 +"241956",102107,76127,3,504,910 +"241957",102107,78256,3,504,804 +"241958",102107,80172,3,504,1342 +"241959",102107,80429,3,504,1927 +"241960",102107,80471,3,504,538 +"241961",102107,82767,3,504,1641 +"241962",102107,82787,2,504,1144 +"241963",102107,83219,3,504,1492 +"241964",102107,88808,3,504,1462 +"241965",102107,90259,3,504,699 +"241966",102107,92491,3,504,1968 +"241967",102107,96894,3,504,1598 +"241968",102107,98801,3,504,1035 +"241969",102107,99103,3,504,1470 +"241970",102107,100134,3,504,977 +"241971",102107,104280,3,504,887 +"241972",102107,105063,3,504,1908 +"241973",102107,105947,3,504,997 +"241974",102107,107649,3,504,1573 +"241975",102107,109718,3,504,1237 +"241976",102107,111761,3,504,783 +"241977",102109,468,2,1367,1966 +"241978",102109,13400,2,1367,1371 +"241979",102109,15301,3,1367,2308 +"241980",102109,18808,3,1367,2854 +"241981",102109,21832,2,1367,1755 +"241982",102109,22905,2,1367,2599 +"241983",102109,26100,3,1367,1966 +"241984",102109,31251,1,1367,2498 +"241985",102109,50635,3,1367,2962 +"241986",102109,53362,3,1367,2360 +"241987",102109,55775,3,1367,2385 +"241988",102133,854,2,1165,2307 +"241989",102133,915,3,1165,1793 +"241990",102133,1367,3,1165,2176 +"241991",102133,2894,3,1165,1291 +"241992",102133,3495,3,1165,2431 +"241993",102133,4226,3,1165,1903 +"241994",102133,4485,3,1165,1963 +"241995",102133,4504,2,1165,1905 +"241996",102133,8533,3,1165,2251 +"241997",102133,12374,3,1165,2260 +"241998",102133,14328,3,1165,1725 +"241999",102133,15560,3,1165,2257 +"242000",102133,17943,3,1165,1943 +"242001",102133,24512,3,1165,1369 +"242002",102133,26234,3,1165,2183 +"242003",102133,26451,3,1165,2133 +"242004",102133,27792,3,1165,1308 +"242005",102133,29073,2,1165,2328 +"242006",102133,29454,3,1165,2719 +"242007",102133,30236,2,1165,2238 +"242008",102133,38732,2,1165,2263 +"242009",102133,41682,3,1165,1988 +"242010",102133,41764,3,1165,2409 +"242011",102133,43518,3,1165,2680 +"242012",102133,58133,2,1165,1484 +"242013",102133,99020,3,1165,1383 +"242014",102280,9703,3,1194,1845 +"242015",102280,63077,3,1194,2778 +"242016",102301,4696,3,865,2656 +"242017",102301,6602,3,865,1631 +"242018",102301,7548,2,865,1932 +"242019",102301,7840,2,865,984 +"242020",102301,9364,3,865,1698 +"242021",102301,10474,2,865,1608 +"242022",102301,10843,3,865,2277 +"242023",102301,19092,3,865,906 +"242024",102301,22181,2,865,1274 +"242025",102301,22422,2,865,894 +"242026",102301,25610,3,865,2328 +"242027",102301,27261,3,865,1368 +"242028",102301,33433,3,865,2805 +"242029",102301,34820,3,865,1630 +"242030",102301,35888,3,865,2291 +"242031",102301,40913,3,865,1800 +"242032",102301,41211,2,865,896 +"242033",102301,49581,3,865,1817 +"242034",102301,69300,3,865,2068 +"242035",102301,94450,3,865,1127 +"242036",102301,101019,3,865,904 +"242037",102301,121260,3,865,2042 +"242038",102324,9803,3,128,1664 +"242039",102324,9828,3,128,2085 +"242040",102324,10558,3,128,2312 +"242041",102324,11602,3,128,1493 +"242042",102324,13201,3,128,2034 +"242043",102324,14189,3,128,1483 +"242044",102324,16313,3,128,1160 +"242045",102324,21693,3,128,2176 +"242046",102324,22326,3,128,2818 +"242047",102324,22362,3,128,1836 +"242048",102324,24146,3,128,2003 +"242049",102324,24362,2,128,1287 +"242050",102324,25530,3,128,2884 +"242051",102324,31659,3,128,543 +"242052",102324,31797,3,128,1501 +"242053",102324,34695,2,128,1930 +"242054",102324,36962,3,128,2861 +"242055",102324,37395,3,128,644 +"242056",102324,37444,3,128,174 +"242057",102324,44729,3,128,588 +"242058",102324,48503,3,128,820 +"242059",102324,54020,3,128,1578 +"242060",102324,56082,3,128,2395 +"242061",102324,56396,3,128,2408 +"242062",102324,65679,3,128,1578 +"242063",102324,83096,3,128,1061 +"242064",102354,9950,3,710,920 +"242065",102360,1691,3,796,1941 +"242066",102360,2684,3,796,2874 +"242067",102360,11055,3,796,2111 +"242068",102360,12361,3,796,2732 +"242069",102360,13537,3,796,1020 +"242070",102360,19248,3,796,2357 +"242071",102360,30350,3,796,2515 +"242072",102360,37509,3,796,1640 +"242073",102360,43635,3,796,1196 +"242074",102360,50278,3,796,1127 +"242075",102360,57912,3,796,1035 +"242076",102360,79364,3,796,834 +"242077",102360,79657,3,796,1260 +"242078",102360,100432,1,796,1358 +"242079",102360,102400,1,796,1761 +"242080",102368,2370,3,613,1600 +"242081",102368,3678,3,613,1325 +"242082",102368,14861,3,613,2269 +"242083",102368,16477,3,613,2069 +"242084",102368,18821,3,613,2075 +"242085",102368,23728,3,613,2601 +"242086",102368,33460,2,613,2781 +"242087",102368,36979,3,613,2158 +"242088",102368,39439,3,613,2462 +"242089",102368,44730,3,613,2468 +"242090",102368,76997,3,613,2223 +"242091",102368,93459,3,613,1354 +"242092",102368,97615,3,613,1198 +"242093",102368,99291,3,613,930 +"242094",102368,106330,3,613,2559 +"242095",102400,1691,3,1761,1941 +"242096",102400,2684,3,1761,2874 +"242097",102400,11055,3,1761,2111 +"242098",102400,12361,3,1761,2732 +"242099",102400,19248,3,1761,2357 +"242100",102400,30350,3,1761,2515 +"242101",102467,2282,2,708,2056 +"242102",102467,2927,3,708,1789 +"242103",102467,4180,3,708,1817 +"242104",102467,6345,3,708,2713 +"242105",102467,7253,3,708,2686 +"242106",102467,7254,3,708,1849 +"242107",102467,9724,3,708,2713 +"242108",102467,10990,3,708,805 +"242109",102467,11858,3,708,1530 +"242110",102467,14212,2,708,857 +"242111",102467,17499,3,708,2954 +"242112",102467,17531,3,708,876 +"242113",102467,19509,3,708,2000 +"242114",102467,22357,1,708,1397 +"242115",102467,26597,3,708,2070 +"242116",102467,28782,3,708,2272 +"242117",102467,34953,3,708,1817 +"242118",102467,36399,3,708,1357 +"242119",102467,36840,3,708,2269 +"242120",102467,43701,3,708,2400 +"242121",102467,50468,3,708,1659 +"242122",102467,52380,3,708,2686 +"242123",102467,53652,3,708,2899 +"242124",102467,54316,2,708,1202 +"242125",102467,65375,3,708,824 +"242126",102467,66267,2,708,1278 +"242127",102467,69795,3,708,2636 +"242128",102467,80970,3,708,2069 +"242129",102467,88984,3,708,935 +"242130",102467,100586,3,708,2966 +"242131",102530,2057,3,880,1965 +"242132",102530,2351,3,880,1868 +"242133",102530,16959,3,880,888 +"242134",102530,17133,2,880,924 +"242135",102530,35133,3,880,2219 +"242136",102530,40138,3,880,2719 +"242137",102530,42852,3,880,1316 +"242138",102530,45355,3,880,1450 +"242139",102530,51250,2,880,2683 +"242140",102530,97244,3,880,1316 +"242141",102545,7499,1,248,1803 +"242142",102545,10250,2,248,1606 +"242143",102545,11521,3,248,1559 +"242144",102545,13671,3,248,1371 +"242145",102545,14612,3,248,2340 +"242146",102545,16590,3,248,1123 +"242147",102545,17480,3,248,2316 +"242148",102545,18645,2,248,793 +"242149",102545,18821,3,248,2075 +"242150",102545,20709,3,248,1757 +"242151",102545,22746,3,248,913 +"242152",102545,23728,3,248,2601 +"242153",102545,25678,3,248,1558 +"242154",102545,36599,3,248,541 +"242155",102545,38354,3,248,629 +"242156",102545,39507,3,248,793 +"242157",102545,52950,3,248,2716 +"242158",102545,79337,3,248,875 +"242159",102545,93609,3,248,2252 +"242160",102559,1560,3,167,2013 +"242161",102559,4757,3,167,390 +"242162",102559,6432,3,167,2297 +"242163",102559,11897,2,167,1271 +"242164",102559,12031,3,167,1957 +"242165",102559,14855,3,167,903 +"242166",102559,25270,3,167,985 +"242167",102559,26567,3,167,1158 +"242168",102559,32175,3,167,209 +"242169",102559,32694,3,167,1602 +"242170",102559,39431,3,167,1460 +"242171",102559,57037,3,167,2293 +"242172",102559,61973,3,167,892 +"242173",102559,62498,3,167,1698 +"242174",102559,78460,2,167,985 +"242175",102559,95661,3,167,872 +"242176",102559,104065,2,167,194 +"242177",102559,112814,3,167,546 +"242178",102559,116792,2,167,2397 +"242179",102559,117903,3,167,1664 +"242180",102566,4249,3,2207,2547 +"242181",102566,5897,3,2207,2337 +"242182",102566,67815,3,2207,2476 +"242183",102581,1785,3,1813,2350 +"242184",102581,3506,3,1813,2364 +"242185",102581,7123,2,1813,1964 +"242186",102581,9269,3,1813,1892 +"242187",102581,17645,3,1813,1918 +"242188",102581,17925,3,1813,2385 +"242189",102581,21872,2,1813,2458 +"242190",102581,32724,3,1813,2581 +"242191",102581,38140,3,1813,1866 +"242192",102581,44744,3,1813,2032 +"242193",102581,48931,3,1813,2444 +"242194",102581,71982,3,1813,2812 +"242195",102581,76672,3,1813,1930 +"242196",102581,96387,1,1813,2159 +"242197",102587,17033,3,913,2771 +"242198",102587,29818,2,913,1677 +"242199",102587,38532,3,913,1234 +"242200",102587,59627,2,913,1466 +"242201",102587,66609,3,913,998 +"242202",102587,67604,2,913,2075 +"242203",102587,115535,2,913,2203 +"242204",102609,4687,2,885,2152 +"242205",102609,8011,3,885,889 +"242206",102609,21104,3,885,2327 +"242207",102609,25816,3,885,2088 +"242208",102609,26451,3,885,2133 +"242209",102609,27792,3,885,1308 +"242210",102666,4367,3,2726,2794 +"242211",102666,65029,3,2726,2954 +"242212",102705,600,3,468,1702 +"242213",102705,913,3,468,2144 +"242214",102705,2523,3,468,1691 +"242215",102705,6940,2,468,1183 +"242216",102705,7515,2,468,2737 +"242217",102705,8011,3,468,889 +"242218",102705,9184,2,468,2670 +"242219",102705,9432,3,468,1693 +"242220",102705,11434,3,468,1187 +"242221",102705,11516,3,468,1937 +"242222",102705,12199,3,468,1651 +"242223",102705,13837,3,468,1604 +"242224",102705,13890,3,468,1482 +"242225",102705,17645,3,468,1918 +"242226",102705,17698,2,468,1559 +"242227",102705,19248,3,468,2357 +"242228",102705,19322,3,468,2048 +"242229",102705,19882,3,468,565 +"242230",102705,23132,3,468,2756 +"242231",102705,24568,2,468,1937 +"242232",102705,25198,3,468,1982 +"242233",102705,25976,2,468,659 +"242234",102705,29308,3,468,2094 +"242235",102705,29930,3,468,2240 +"242236",102705,32947,2,468,1091 +"242237",102705,35302,3,468,1589 +"242238",102705,36651,3,468,1600 +"242239",102705,40756,3,468,2329 +"242240",102705,46726,3,468,943 +"242241",102705,51041,3,468,2606 +"242242",102705,52735,3,468,1124 +"242243",102705,62668,3,468,958 +"242244",102705,63409,2,468,1937 +"242245",102705,73305,1,468,2544 +"242246",102705,76127,3,468,910 +"242247",102705,79804,3,468,2227 +"242248",102705,80219,3,468,988 +"242249",102705,80429,3,468,1927 +"242250",102705,88808,3,468,1462 +"242251",102705,89935,3,468,771 +"242252",102705,92322,3,468,2393 +"242253",102705,92817,3,468,569 +"242254",102705,94783,3,468,659 +"242255",102705,98801,2,468,1035 +"242256",102705,104280,3,468,887 +"242257",102705,107649,3,468,1573 +"242258",102731,1090,3,630,2370 +"242259",102731,1592,3,630,2006 +"242260",102731,1691,3,630,1941 +"242261",102731,1985,3,630,888 +"242262",102731,2208,3,630,2814 +"242263",102731,3628,3,630,2707 +"242264",102731,4317,3,630,1224 +"242265",102731,5018,2,630,640 +"242266",102731,6252,3,630,2336 +"242267",102731,6390,3,630,2385 +"242268",102731,7672,3,630,1974 +"242269",102731,9805,3,630,1621 +"242270",102731,14108,2,630,2012 +"242271",102731,14983,3,630,1047 +"242272",102731,18502,3,630,1033 +"242273",102731,18543,3,630,2968 +"242274",102731,20407,3,630,2339 +"242275",102731,21133,3,630,1320 +"242276",102731,24198,3,630,2217 +"242277",102731,25565,3,630,2764 +"242278",102731,27792,3,630,1308 +"242279",102731,28808,3,630,1063 +"242280",102731,29948,3,630,2795 +"242281",102731,31001,3,630,2119 +"242282",102731,34945,3,630,1298 +"242283",102731,35235,3,630,2610 +"242284",102731,36439,3,630,2469 +"242285",102731,37509,3,630,1640 +"242286",102731,38213,3,630,1744 +"242287",102731,41085,3,630,637 +"242288",102731,43173,3,630,2895 +"242289",102731,43226,3,630,2442 +"242290",102731,43428,3,630,1299 +"242291",102731,44427,3,630,2875 +"242292",102731,46621,2,630,1343 +"242293",102731,47585,3,630,794 +"242294",102731,49620,3,630,1868 +"242295",102731,50235,1,630,726 +"242296",102731,52323,3,630,2148 +"242297",102731,52327,3,630,1472 +"242298",102731,53252,2,630,637 +"242299",102731,57990,3,630,978 +"242300",102731,58133,3,630,1484 +"242301",102731,61785,2,630,822 +"242302",102731,62062,3,630,860 +"242303",102731,71274,3,630,2390 +"242304",102731,74636,3,630,2525 +"242305",102731,75025,3,630,717 +"242306",102731,76127,3,630,910 +"242307",102731,76192,3,630,912 +"242308",102731,78256,3,630,804 +"242309",102731,78975,3,630,946 +"242310",102731,79364,3,630,834 +"242311",102731,79612,3,630,927 +"242312",102731,79657,3,630,1260 +"242313",102731,88232,3,630,2881 +"242314",102731,89880,3,630,1938 +"242315",102731,93398,3,630,828 +"242316",102731,97824,2,630,1229 +"242317",102731,100215,3,630,2436 +"242318",102731,101967,2,630,691 +"242319",102751,3306,3,1229,1989 +"242320",102751,11966,3,1229,2385 +"242321",102751,14080,2,1229,1351 +"242322",102751,15301,3,1229,2308 +"242323",102751,15607,2,1229,1421 +"242324",102751,15632,3,1229,1242 +"242325",102751,19072,3,1229,2358 +"242326",102751,20292,2,1229,2755 +"242327",102751,21571,2,1229,2755 +"242328",102751,22566,3,1229,2308 +"242329",102751,42619,3,1229,2017 +"242330",102751,57714,3,1229,1391 +"242331",102751,60280,3,1229,1918 +"242332",102751,84022,3,1229,2289 +"242333",102793,2337,3,912,1697 +"242334",102793,2484,3,912,2389 +"242335",102793,2894,3,912,1291 +"242336",102793,3068,3,912,1815 +"242337",102793,3886,3,912,1669 +"242338",102793,4551,3,912,2720 +"242339",102793,4705,1,912,1714 +"242340",102793,4785,3,912,996 +"242341",102793,6222,3,912,1949 +"242342",102793,7185,3,912,1046 +"242343",102793,7258,1,912,1714 +"242344",102793,7858,3,912,1795 +"242345",102793,7936,3,912,1199 +"242346",102793,13929,3,912,2693 +"242347",102793,14328,3,912,1725 +"242348",102793,14959,3,912,2898 +"242349",102793,15734,2,912,1616 +"242350",102793,17520,3,912,2276 +"242351",102793,17943,3,912,1943 +"242352",102793,18670,3,912,1835 +"242353",102793,19634,3,912,954 +"242354",102793,20219,3,912,2313 +"242355",102793,20423,2,912,2654 +"242356",102793,20486,3,912,1908 +"242357",102793,23319,2,912,2867 +"242358",102793,23641,3,912,1934 +"242359",102793,24558,3,912,2139 +"242360",102793,25078,3,912,2312 +"242361",102793,29899,3,912,2375 +"242362",102793,30236,3,912,2238 +"242363",102793,30334,3,912,2075 +"242364",102793,30891,3,912,1256 +"242365",102793,31159,3,912,2231 +"242366",102793,33850,2,912,931 +"242367",102793,35095,3,912,1502 +"242368",102793,35360,3,912,2043 +"242369",102793,35787,2,912,1132 +"242370",102793,36174,3,912,1382 +"242371",102793,37636,3,912,2178 +"242372",102793,38259,3,912,2258 +"242373",102793,38921,3,912,1880 +"242374",102793,40009,3,912,1341 +"242375",102793,40392,3,912,1878 +"242376",102793,42264,3,912,1702 +"242377",102793,47082,3,912,1990 +"242378",102793,47385,3,912,1172 +"242379",102793,49787,3,912,2352 +"242380",102793,49812,3,912,1816 +"242381",102793,50252,3,912,2001 +"242382",102793,51783,3,912,2599 +"242383",102793,52835,3,912,995 +"242384",102793,53830,3,912,1307 +"242385",102793,56854,2,912,2022 +"242386",102793,59677,3,912,1174 +"242387",102793,60718,3,912,1229 +"242388",102793,66124,3,912,2174 +"242389",102793,82681,3,912,1620 +"242390",102793,99012,3,912,931 +"242391",102820,1428,3,501,742 +"242392",102820,2901,3,501,1156 +"242393",102820,2972,3,501,1708 +"242394",102820,5315,3,501,2631 +"242395",102820,7292,1,501,1988 +"242396",102820,10779,3,501,2881 +"242397",102820,13388,3,501,2119 +"242398",102820,16053,3,501,908 +"242399",102820,18874,3,501,2170 +"242400",102820,20067,3,501,2390 +"242401",102820,22033,3,501,1356 +"242402",102820,22207,3,501,2365 +"242403",102820,29930,3,501,2240 +"242404",102820,31279,2,501,965 +"242405",102820,35529,3,501,1620 +"242406",102820,39556,3,501,2747 +"242407",102820,41955,3,501,2479 +"242408",102820,50001,3,501,1518 +"242409",102820,51863,3,501,1395 +"242410",102820,53134,3,501,1590 +"242411",102820,59868,1,501,1637 +"242412",102820,62488,3,501,1418 +"242413",102820,74730,3,501,535 +"242414",102820,76356,3,501,2323 +"242415",102820,79689,3,501,1184 +"242416",102820,85784,3,501,1142 +"242417",102820,100140,2,501,1041 +"242418",102820,100670,3,501,525 +"242419",102820,101338,3,501,1319 +"242420",102820,106988,2,501,1164 +"242421",102821,7292,2,186,1988 +"242422",102821,8470,3,186,288 +"242423",102821,22033,3,186,1356 +"242424",102821,31279,3,186,965 +"242425",102821,39556,3,186,2747 +"242426",102821,50001,3,186,1518 +"242427",102821,59646,2,186,456 +"242428",102821,59868,1,186,1637 +"242429",102821,80995,2,186,262 +"242430",102821,100140,3,186,1041 +"242431",102821,102820,1,186,501 +"242432",102821,106988,2,186,1164 +"242433",102838,30350,3,420,2515 +"242434",102838,100432,2,420,1358 +"242435",102838,102360,2,420,796 +"242436",102838,102400,2,420,1761 +"242437",102845,6989,3,1067,2623 +"242438",102845,7785,3,1067,2441 +"242439",102845,9716,3,1067,1929 +"242440",102845,21424,2,1067,1303 +"242441",102845,26138,3,1067,1902 +"242442",102845,30317,3,1067,2431 +"242443",102845,32560,3,1067,1258 +"242444",102845,32939,3,1067,2277 +"242445",102845,33278,3,1067,1591 +"242446",102845,96197,3,1067,1670 +"242447",102893,2057,3,814,1965 +"242448",102893,2668,3,814,1529 +"242449",102893,2936,3,814,2512 +"242450",102893,3271,3,814,2216 +"242451",102893,4681,3,814,2356 +"242452",102893,5235,3,814,2324 +"242453",102893,7029,3,814,2204 +"242454",102893,7896,2,814,2447 +"242455",102893,8623,3,814,2463 +"242456",102893,9272,2,814,2835 +"242457",102893,9723,2,814,2302 +"242458",102893,11239,1,814,2181 +"242459",102893,11310,2,814,957 +"242460",102893,14888,3,814,1411 +"242461",102893,16029,3,814,1160 +"242462",102893,16684,3,814,1657 +"242463",102893,16751,3,814,2301 +"242464",102893,16850,3,814,1657 +"242465",102893,19215,3,814,2604 +"242466",102893,19364,2,814,2846 +"242467",102893,20700,3,814,2861 +"242468",102893,22580,3,814,2245 +"242469",102893,22709,2,814,2743 +"242470",102893,27195,2,814,2158 +"242471",102893,28432,1,814,1954 +"242472",102893,28923,2,814,2362 +"242473",102893,29930,3,814,2240 +"242474",102893,32778,3,814,2310 +"242475",102893,34831,2,814,1866 +"242476",102893,34921,3,814,2181 +"242477",102893,35446,3,814,1203 +"242478",102893,37859,3,814,1999 +"242479",102893,39906,3,814,2365 +"242480",102893,41240,3,814,2220 +"242481",102893,43226,3,814,2442 +"242482",102893,45355,2,814,1450 +"242483",102893,46506,3,814,2464 +"242484",102893,47529,3,814,2914 +"242485",102893,48110,3,814,2009 +"242486",102893,51758,3,814,2310 +"242487",102893,52215,3,814,1908 +"242488",102893,52524,3,814,1197 +"242489",102893,53809,3,814,1956 +"242490",102893,55472,2,814,1516 +"242491",102893,55717,3,814,922 +"242492",102893,56232,3,814,1175 +"242493",102893,56947,3,814,917 +"242494",102893,58508,3,814,2326 +"242495",102893,63498,3,814,977 +"242496",102893,69335,3,814,2698 +"242497",102893,73553,2,814,2726 +"242498",102893,77077,3,814,2693 +"242499",102893,79477,1,814,836 +"242500",102893,80301,3,814,1690 +"242501",102893,82819,3,814,1900 +"242502",102893,88966,3,814,1568 +"242503",102893,93953,3,814,969 +"242504",102893,95757,3,814,1232 +"242505",102893,99041,3,814,844 +"242506",102893,106449,2,814,862 +"242507",102893,109978,3,814,1865 +"242508",102893,121354,3,814,2862 +"242509",102925,2429,3,170,999 +"242510",102925,3456,3,170,1999 +"242511",102925,30891,3,170,1256 +"242512",102925,45138,2,170,2516 +"242513",102925,47385,2,170,1172 +"242514",102925,55817,1,170,2285 +"242515",102925,67680,3,170,602 +"242516",103103,45299,3,1097,2426 +"242517",103103,66267,3,1097,1278 +"242518",103143,1685,2,163,2230 +"242519",103143,1785,3,163,2350 +"242520",103143,3016,3,163,747 +"242521",103143,3360,3,163,1583 +"242522",103143,3477,3,163,2546 +"242523",103143,4698,3,163,2481 +"242524",103143,5346,3,163,1438 +"242525",103143,5355,3,163,1499 +"242526",103143,6063,3,163,2349 +"242527",103143,7499,3,163,1803 +"242528",103143,10250,3,163,1606 +"242529",103143,11154,3,163,1594 +"242530",103143,11521,3,163,1559 +"242531",103143,11679,3,163,846 +"242532",103143,12000,2,163,1454 +"242533",103143,12007,3,163,1594 +"242534",103143,12735,3,163,819 +"242535",103143,12779,3,163,936 +"242536",103143,12804,3,163,297 +"242537",103143,13671,1,163,1371 +"242538",103143,13861,2,163,1197 +"242539",103143,15207,3,163,1855 +"242540",103143,15558,3,163,2389 +"242541",103143,15728,3,163,576 +"242542",103143,16590,2,163,1123 +"242543",103143,18217,3,163,1566 +"242544",103143,18550,3,163,483 +"242545",103143,18645,2,163,793 +"242546",103143,19002,3,163,2053 +"242547",103143,19296,3,163,1705 +"242548",103143,20709,3,163,1757 +"242549",103143,22462,3,163,869 +"242550",103143,22744,3,163,1907 +"242551",103143,24299,3,163,231 +"242552",103143,26577,1,163,933 +"242553",103143,26698,3,163,1963 +"242554",103143,27074,3,163,1454 +"242555",103143,28899,3,163,376 +"242556",103143,29117,3,163,1250 +"242557",103143,31794,3,163,1919 +"242558",103143,33223,3,163,2397 +"242559",103143,36599,1,163,541 +"242560",103143,39507,3,163,793 +"242561",103143,40113,3,163,451 +"242562",103143,40129,3,163,2162 +"242563",103143,40542,3,163,1664 +"242564",103143,43201,3,163,957 +"242565",103143,43250,3,163,1300 +"242566",103143,43311,3,163,1553 +"242567",103143,44193,3,163,989 +"242568",103143,45664,3,163,2235 +"242569",103143,47557,3,163,999 +"242570",103143,49069,2,163,1694 +"242571",103143,49147,3,163,2539 +"242572",103143,49921,2,163,496 +"242573",103143,50621,3,163,2809 +"242574",103143,51173,3,163,1829 +"242575",103143,53648,3,163,2167 +"242576",103143,55674,3,163,718 +"242577",103143,56116,3,163,1321 +"242578",103143,70656,3,163,2771 +"242579",103143,70774,2,163,355 +"242580",103143,79461,3,163,1667 +"242581",103143,79547,3,163,1909 +"242582",103143,80377,3,163,1384 +"242583",103143,80942,2,163,1240 +"242584",103143,85638,3,163,2275 +"242585",103143,87190,3,163,1704 +"242586",103143,89258,3,163,1147 +"242587",103143,94520,3,163,1243 +"242588",103143,102545,3,163,248 +"242589",103143,104843,3,163,1167 +"242590",103143,118082,2,163,277 +"242591",103180,2852,3,118,2448 +"242592",103180,5683,3,118,2468 +"242593",103180,6996,3,118,2916 +"242594",103180,16864,3,118,814 +"242595",103180,17033,2,118,2771 +"242596",103180,21225,3,118,1945 +"242597",103180,22166,3,118,994 +"242598",103180,23966,3,118,891 +"242599",103180,26793,2,118,2104 +"242600",103180,30057,1,118,504 +"242601",103180,31408,3,118,994 +"242602",103180,36737,3,118,829 +"242603",103180,37400,3,118,2860 +"242604",103180,43153,3,118,1381 +"242605",103180,53293,3,118,2916 +"242606",103180,55717,3,118,922 +"242607",103180,57549,3,118,2335 +"242608",103180,61211,3,118,245 +"242609",103180,62268,3,118,413 +"242610",103180,64156,3,118,675 +"242611",103180,67617,2,118,1149 +"242612",103180,68931,3,118,2771 +"242613",103180,69545,3,118,673 +"242614",103180,72986,3,118,1055 +"242615",103180,74100,3,118,147 +"242616",103180,79057,3,118,195 +"242617",103180,81077,3,118,498 +"242618",103180,88710,3,118,927 +"242619",103180,93026,3,118,704 +"242620",103180,95320,3,118,262 +"242621",103180,96310,2,118,1016 +"242622",103180,105757,3,118,806 +"242623",103180,106240,3,118,705 +"242624",103180,107004,2,118,1672 +"242625",103215,53091,3,511,1134 +"242626",103215,65625,3,511,1273 +"242627",103218,6390,3,1787,2385 +"242628",103218,7548,3,1787,1932 +"242629",103218,9311,3,1787,2477 +"242630",103218,14723,3,1787,2019 +"242631",103218,23460,3,1787,2183 +"242632",103218,34899,3,1787,2565 +"242633",103218,38755,3,1787,2902 +"242634",103218,49581,3,1787,1817 +"242635",103218,58993,3,1787,2390 +"242636",103218,61337,3,1787,2777 +"242637",103218,66677,3,1787,2151 +"242638",103218,100462,3,1787,1927 +"242639",103240,19096,3,933,1538 +"242640",103240,33949,3,933,2489 +"242641",103240,40640,2,933,2257 +"242642",103255,3628,3,1256,2707 +"242643",103255,5725,3,1256,2789 +"242644",103255,17549,3,1256,2647 +"242645",103255,17632,3,1256,1947 +"242646",103255,21945,2,1256,2781 +"242647",103255,26451,3,1256,2133 +"242648",103255,28285,3,1256,2972 +"242649",103255,29314,2,1256,2736 +"242650",103255,38768,3,1256,2734 +"242651",103255,48698,3,1256,1474 +"242652",103255,54020,3,1256,1578 +"242653",103255,65679,3,1256,1578 +"242654",103255,77815,3,1256,2358 +"242655",103256,3158,3,572,2762 +"242656",103256,9740,2,572,2233 +"242657",103256,11270,3,572,1011 +"242658",103256,13551,3,572,1451 +"242659",103256,14255,1,572,893 +"242660",103256,28648,3,572,1586 +"242661",103256,30544,2,572,2041 +"242662",103256,51212,3,572,1801 +"242663",103256,67289,3,572,829 +"242664",103256,82740,3,572,579 +"242665",103256,84885,3,572,1649 +"242666",103312,14584,3,1216,1573 +"242667",103312,45664,3,1216,2235 +"242668",103312,50899,3,1216,2125 +"242669",103312,52953,3,1216,1741 +"242670",103312,63510,1,1216,1602 +"242671",103312,77057,3,1216,1866 +"242672",103312,77095,3,1216,1622 +"242673",103312,113498,3,1216,2568 +"242674",103357,8006,3,423,479 +"242675",103357,9724,3,423,2713 +"242676",103357,10701,3,423,2000 +"242677",103357,10990,3,423,805 +"242678",103357,13595,3,423,1164 +"242679",103357,14212,2,423,857 +"242680",103357,17499,3,423,2954 +"242681",103357,17531,2,423,876 +"242682",103357,22357,3,423,1397 +"242683",103357,26597,3,423,2070 +"242684",103357,28648,3,423,1586 +"242685",103357,37684,3,423,2899 +"242686",103357,43701,2,423,2400 +"242687",103357,50468,3,423,1659 +"242688",103357,54316,3,423,1202 +"242689",103357,65375,3,423,824 +"242690",103357,82426,3,423,1576 +"242691",103382,868,3,173,607 +"242692",103382,2057,3,173,1965 +"242693",103382,16959,3,173,888 +"242694",103382,17133,2,173,924 +"242695",103382,40138,3,173,2719 +"242696",103382,71455,3,173,1702 +"242697",103420,733,2,433,1653 +"242698",103420,1154,2,433,1656 +"242699",103420,1968,3,433,631 +"242700",103420,2063,2,433,1278 +"242701",103420,2743,3,433,1278 +"242702",103420,3167,3,433,1676 +"242703",103420,4226,3,433,1903 +"242704",103420,7126,3,433,1261 +"242705",103420,7196,3,433,1508 +"242706",103420,7226,3,433,1228 +"242707",103420,7241,2,433,2259 +"242708",103420,7984,3,433,2493 +"242709",103420,8890,3,433,1955 +"242710",103420,8913,3,433,968 +"242711",103420,10638,3,433,2692 +"242712",103420,12374,3,433,2260 +"242713",103420,13043,3,433,1295 +"242714",103420,14108,3,433,2012 +"242715",103420,15118,2,433,1311 +"242716",103420,15401,3,433,1999 +"242717",103420,15643,3,433,502 +"242718",103420,16164,3,433,1184 +"242719",103420,16365,3,433,2217 +"242720",103420,17257,3,433,1117 +"242721",103420,17645,3,433,1918 +"242722",103420,20319,3,433,468 +"242723",103420,20824,3,433,1366 +"242724",103420,21104,3,433,2327 +"242725",103420,21122,3,433,1701 +"242726",103420,21133,3,433,1320 +"242727",103420,21670,3,433,2158 +"242728",103420,21681,3,433,2005 +"242729",103420,22722,3,433,1233 +"242730",103420,23534,3,433,1659 +"242731",103420,24005,3,433,1188 +"242732",103420,25132,2,433,1188 +"242733",103420,26451,3,433,2133 +"242734",103420,26706,3,433,1846 +"242735",103420,27792,3,433,1308 +"242736",103420,28784,3,433,1579 +"242737",103420,28896,3,433,1395 +"242738",103420,31700,3,433,2727 +"242739",103420,32017,3,433,577 +"242740",103420,32131,3,433,1035 +"242741",103420,32811,3,433,804 +"242742",103420,32988,3,433,2008 +"242743",103420,33430,3,433,2225 +"242744",103420,34136,2,433,2202 +"242745",103420,34596,1,433,527 +"242746",103420,35822,3,433,1903 +"242747",103420,35903,3,433,1434 +"242748",103420,36031,3,433,2342 +"242749",103420,36763,3,433,2165 +"242750",103420,37800,3,433,604 +"242751",103420,37893,3,433,875 +"242752",103420,37937,3,433,1320 +"242753",103420,38602,3,433,2693 +"242754",103420,39865,3,433,849 +"242755",103420,40072,3,433,1182 +"242756",103420,44636,3,433,1026 +"242757",103420,46726,3,433,943 +"242758",103420,47384,3,433,1639 +"242759",103420,47839,3,433,1864 +"242760",103420,48215,3,433,2028 +"242761",103420,48260,3,433,875 +"242762",103420,48698,2,433,1474 +"242763",103420,49189,3,433,1550 +"242764",103420,49265,3,433,2686 +"242765",103420,50667,3,433,2719 +"242766",103420,51022,3,433,1499 +"242767",103420,52457,3,433,849 +"242768",103420,53323,3,433,2677 +"242769",103420,57380,3,433,2362 +"242770",103420,57950,3,433,1529 +"242771",103420,57990,3,433,978 +"242772",103420,58133,2,433,1484 +"242773",103420,58221,3,433,1787 +"242774",103420,59939,3,433,936 +"242775",103420,61138,3,433,1188 +"242776",103420,61785,3,433,822 +"242777",103420,62668,3,433,958 +"242778",103420,62957,3,433,1170 +"242779",103420,65155,3,433,1947 +"242780",103420,65884,3,433,798 +"242781",103420,70838,3,433,687 +"242782",103420,70854,3,433,635 +"242783",103420,72597,3,433,1843 +"242784",103420,72728,3,433,2234 +"242785",103420,73245,3,433,802 +"242786",103420,73728,1,433,784 +"242787",103420,75948,3,433,1006 +"242788",103420,78256,3,433,804 +"242789",103420,78569,2,433,578 +"242790",103420,79158,3,433,1252 +"242791",103420,82696,3,433,1305 +"242792",103420,82767,3,433,1641 +"242793",103420,85869,3,433,1509 +"242794",103420,88232,3,433,2881 +"242795",103420,89935,3,433,771 +"242796",103420,89965,3,433,810 +"242797",103420,91912,3,433,790 +"242798",103420,92124,3,433,1532 +"242799",103420,92592,3,433,486 +"242800",103420,93102,3,433,1174 +"242801",103420,94650,3,433,896 +"242802",103420,96352,3,433,1493 +"242803",103420,98925,3,433,584 +"242804",103420,99020,3,433,1383 +"242805",103420,99103,2,433,1470 +"242806",103420,104217,2,433,956 +"242807",103420,106240,3,433,705 +"242808",103420,108867,3,433,2328 +"242809",103420,119444,2,433,888 +"242810",103482,3324,3,435,1198 +"242811",103482,6262,3,435,2733 +"242812",103482,8525,3,435,1787 +"242813",103482,9808,3,435,1648 +"242814",103482,19358,3,435,880 +"242815",103482,32070,3,435,950 +"242816",103482,46568,3,435,822 +"242817",103482,46581,3,435,1160 +"242818",103482,56168,3,435,1466 +"242819",103482,66017,3,435,1545 +"242820",103482,79772,3,435,1230 +"242821",103482,79793,3,435,1915 +"242822",103491,364,3,1523,2351 +"242823",103491,5897,3,1523,2337 +"242824",103491,8890,1,1523,1955 +"242825",103491,9787,3,1523,2858 +"242826",103491,14287,3,1523,1583 +"242827",103491,16501,3,1523,1650 +"242828",103491,20512,2,1523,2748 +"242829",103491,20984,3,1523,2502 +"242830",103491,23131,3,1523,1732 +"242831",103491,23325,3,1523,2779 +"242832",103491,27742,3,1523,2700 +"242833",103491,27914,3,1523,2507 +"242834",103491,30525,3,1523,1964 +"242835",103491,30668,3,1523,2882 +"242836",103491,30669,3,1523,1921 +"242837",103491,31542,3,1523,2459 +"242838",103491,45869,3,1523,2840 +"242839",103491,52483,3,1523,2317 +"242840",103491,54775,3,1523,2383 +"242841",103491,57209,3,1523,1719 +"242842",103491,59448,3,1523,2687 +"242843",103491,61125,3,1523,1673 +"242844",103524,1767,3,991,2727 +"242845",103524,3068,3,991,1815 +"242846",103524,3961,3,991,2426 +"242847",103524,5315,3,991,2631 +"242848",103524,7984,3,991,2493 +"242849",103524,7992,3,991,2033 +"242850",103524,10358,3,991,2294 +"242851",103524,13388,2,991,2119 +"242852",103524,13967,3,991,1354 +"242853",103524,13979,3,991,1559 +"242854",103524,15401,3,991,1999 +"242855",103524,16625,3,991,1285 +"242856",103524,19637,3,991,1229 +"242857",103524,20067,2,991,2390 +"242858",103524,20732,3,991,2401 +"242859",103524,21706,3,991,1988 +"242860",103524,23726,3,991,2434 +"242861",103524,23869,3,991,1918 +"242862",103524,25680,3,991,1618 +"242863",103524,26249,3,991,2301 +"242864",103524,28131,3,991,1492 +"242865",103524,30150,3,991,1704 +"242866",103524,30883,3,991,1629 +"242867",103524,32988,3,991,2008 +"242868",103524,33801,3,991,2899 +"242869",103524,35529,2,991,1620 +"242870",103524,38219,3,991,1689 +"242871",103524,40645,3,991,1899 +"242872",103524,42505,3,991,2008 +"242873",103524,43479,3,991,2178 +"242874",103524,46803,3,991,2305 +"242875",103524,47386,3,991,2226 +"242876",103524,50382,3,991,2244 +"242877",103524,53475,3,991,2853 +"242878",103524,55084,3,991,1189 +"242879",103524,62148,3,991,1566 +"242880",103524,65155,3,991,1947 +"242881",103524,65322,3,991,2008 +"242882",103524,70203,3,991,2756 +"242883",103524,70996,2,991,1037 +"242884",103524,89511,3,991,1205 +"242885",103524,97160,2,991,1215 +"242886",103524,100140,3,991,1041 +"242887",103536,1570,2,475,2028 +"242888",103536,2724,3,475,2447 +"242889",103536,3678,2,475,1325 +"242890",103536,4622,3,475,1589 +"242891",103536,4646,3,475,2139 +"242892",103536,6562,3,475,1139 +"242893",103536,7648,2,475,1861 +"242894",103536,9273,3,475,1747 +"242895",103536,9328,3,475,1937 +"242896",103536,10435,3,475,1984 +"242897",103536,10755,3,475,1742 +"242898",103536,10756,3,475,2207 +"242899",103536,11803,2,475,1232 +"242900",103536,12861,3,475,1207 +"242901",103536,14061,2,475,1620 +"242902",103536,14442,3,475,2700 +"242903",103536,14902,2,475,562 +"242904",103536,15119,3,475,1020 +"242905",103536,16184,3,475,2274 +"242906",103536,17608,3,475,1216 +"242907",103536,17768,3,475,2468 +"242908",103536,18455,2,475,1237 +"242909",103536,20371,3,475,595 +"242910",103536,21810,3,475,1579 +"242911",103536,24867,2,475,1861 +"242912",103536,25053,2,475,2186 +"242913",103536,29067,3,475,1538 +"242914",103536,29354,2,475,1123 +"242915",103536,31281,3,475,1937 +"242916",103536,36996,3,475,2321 +"242917",103536,41669,3,475,1247 +"242918",103536,44466,3,475,1607 +"242919",103536,44473,3,475,1685 +"242920",103536,46849,2,475,1238 +"242921",103536,47094,3,475,2592 +"242922",103536,49805,2,475,2445 +"242923",103536,50779,3,475,623 +"242924",103536,52389,3,475,512 +"242925",103536,55446,2,475,1247 +"242926",103536,55493,3,475,869 +"242927",103536,55997,3,475,1414 +"242928",103536,59289,2,475,2896 +"242929",103536,59776,3,475,2493 +"242930",103536,64769,3,475,493 +"242931",103536,70422,3,475,1398 +"242932",103536,74054,3,475,1488 +"242933",103536,76503,3,475,1136 +"242934",103536,77519,2,475,819 +"242935",103536,84322,3,475,1635 +"242936",103536,85062,3,475,1379 +"242937",103536,91465,2,475,1047 +"242938",103536,93123,3,475,870 +"242939",103536,95730,3,475,1481 +"242940",103536,97615,3,475,1198 +"242941",103536,104281,3,475,2228 +"242942",103560,102284,3,2746,2877 +"242943",103709,48820,3,657,2769 +"242944",103710,1369,3,439,2487 +"242945",103710,1624,3,439,2687 +"242946",103710,2506,2,439,954 +"242947",103710,2588,2,439,552 +"242948",103710,5637,3,439,1976 +"242949",103710,6999,3,439,2214 +"242950",103710,7310,3,439,636 +"242951",103710,8896,2,439,1139 +"242952",103710,9656,2,439,1135 +"242953",103710,13034,2,439,698 +"242954",103710,15281,2,439,810 +"242955",103710,16935,2,439,441 +"242956",103710,17499,3,439,2954 +"242957",103710,18820,3,439,453 +"242958",103710,21044,3,439,1574 +"242959",103710,24044,3,439,1076 +"242960",103710,25286,3,439,1545 +"242961",103710,29778,3,439,840 +"242962",103710,35317,3,439,1888 +"242963",103710,42407,3,439,2408 +"242964",103710,43768,1,439,1468 +"242965",103710,49708,2,439,1147 +"242966",103710,55325,3,439,653 +"242967",103710,59906,3,439,865 +"242968",103710,64628,3,439,2829 +"242969",103710,73520,3,439,2613 +"242970",103710,77719,3,439,2086 +"242971",103710,85065,3,439,1585 +"242972",103710,93553,3,439,2537 +"242973",103710,101381,3,439,977 +"242974",103721,1046,3,1030,1881 +"242975",103721,1367,3,1030,2176 +"242976",103721,1386,3,1030,1901 +"242977",103721,2063,3,1030,1278 +"242978",103721,2716,2,1030,1748 +"242979",103721,2742,3,1030,1192 +"242980",103721,2743,3,1030,1278 +"242981",103721,3242,3,1030,1730 +"242982",103721,5148,3,1030,2206 +"242983",103721,5725,3,1030,2789 +"242984",103721,7245,3,1030,2089 +"242985",103721,8533,2,1030,2251 +"242986",103721,8726,3,1030,2083 +"242987",103721,9030,3,1030,1979 +"242988",103721,14189,3,1030,1483 +"242989",103721,14709,3,1030,1901 +"242990",103721,15343,2,1030,2125 +"242991",103721,16029,3,1030,1160 +"242992",103721,16164,3,1030,1184 +"242993",103721,16313,3,1030,1160 +"242994",103721,17021,3,1030,1226 +"242995",103721,18151,3,1030,2962 +"242996",103721,20563,3,1030,2267 +"242997",103721,20824,3,1030,1366 +"242998",103721,21417,3,1030,2422 +"242999",103721,21795,3,1030,2653 +"243000",103721,22216,3,1030,1956 +"243001",103721,23534,3,1030,1659 +"243002",103721,23704,2,1030,2278 +"243003",103721,23751,3,1030,1740 +"243004",103721,24362,3,1030,1287 +"243005",103721,24608,3,1030,1630 +"243006",103721,26351,3,1030,2683 +"243007",103721,28233,3,1030,1608 +"243008",103721,28285,3,1030,2972 +"243009",103721,29073,3,1030,2328 +"243010",103721,29791,3,1030,1986 +"243011",103721,32503,3,1030,2020 +"243012",103721,34311,3,1030,2213 +"243013",103721,34492,3,1030,1798 +"243014",103721,34836,3,1030,2302 +"243015",103721,36559,3,1030,2473 +"243016",103721,38019,3,1030,1870 +"243017",103721,38162,2,1030,1691 +"243018",103721,42618,2,1030,2316 +"243019",103721,42814,3,1030,1149 +"243020",103721,45664,3,1030,2235 +"243021",103721,47947,2,1030,2681 +"243022",103721,51022,3,1030,1499 +"243023",103721,53266,3,1030,2389 +"243024",103721,53300,3,1030,2162 +"243025",103721,55468,3,1030,2511 +"243026",103721,57977,3,1030,2683 +"243027",103721,58035,3,1030,1646 +"243028",103721,62840,3,1030,2502 +"243029",103721,70046,3,1030,2624 +"243030",103721,71562,3,1030,2574 +"243031",103721,72122,3,1030,1436 +"243032",103721,73266,3,1030,2496 +"243033",103721,80655,3,1030,1546 +"243034",103721,83096,3,1030,1061 +"243035",103721,83259,3,1030,1245 +"243036",103721,84649,3,1030,2280 +"243037",103721,86279,3,1030,1076 +"243038",103721,86505,3,1030,1302 +"243039",103721,87198,3,1030,1462 +"243040",103721,90501,3,1030,2380 +"243041",103754,11625,2,842,2022 +"243042",103754,20343,3,842,851 +"243043",103754,55084,3,842,1189 +"243044",103888,468,3,59,1966 +"243045",103888,2258,1,59,288 +"243046",103888,4730,3,59,2131 +"243047",103888,5816,2,59,2408 +"243048",103888,8157,3,59,1063 +"243049",103888,11410,2,59,201 +"243050",103888,13400,2,59,1371 +"243051",103888,13671,3,59,1371 +"243052",103888,14789,3,59,1034 +"243053",103888,15301,3,59,2308 +"243054",103888,17999,3,59,2758 +"243055",103888,20371,3,59,595 +"243056",103888,23739,3,59,2463 +"243057",103888,25259,1,59,1699 +"243058",103888,26100,2,59,1966 +"243059",103888,26458,2,59,90 +"243060",103888,31251,3,59,2498 +"243061",103888,31395,3,59,1695 +"243062",103888,31700,3,59,2727 +"243063",103888,32642,3,59,158 +"243064",103888,37937,3,59,1320 +"243065",103888,41603,3,59,1942 +"243066",103888,43201,3,59,957 +"243067",103888,45585,3,59,2384 +"243068",103888,50635,3,59,2962 +"243069",103888,53362,2,59,2360 +"243070",103888,53530,3,59,2380 +"243071",103888,55325,3,59,653 +"243072",103888,55775,2,59,2385 +"243073",103888,60672,3,59,2876 +"243074",103888,64439,3,59,562 +"243075",103888,65487,3,59,520 +"243076",103888,70854,3,59,635 +"243077",103888,73837,3,59,1061 +"243078",103888,80377,3,59,1384 +"243079",103888,89519,2,59,115 +"243080",103888,91715,3,59,1034 +"243081",103888,97266,3,59,1016 +"243082",103888,97787,3,59,1874 +"243083",103890,21,2,958,1385 +"243084",103890,1108,2,958,1600 +"243085",103890,1314,3,958,1522 +"243086",103890,2959,3,958,1785 +"243087",103890,4526,2,958,1728 +"243088",103890,7942,2,958,2623 +"243089",103890,8062,3,958,2858 +"243090",103890,8140,3,958,1262 +"243091",103890,8923,3,958,1266 +"243092",103890,10350,3,958,1163 +"243093",103890,10457,3,958,1711 +"243094",103890,10980,2,958,1974 +"243095",103890,12361,3,958,2732 +"243096",103890,12948,3,958,2669 +"243097",103890,14586,3,958,2801 +"243098",103890,14754,3,958,2456 +"243099",103890,15443,3,958,1631 +"243100",103890,16176,3,958,2703 +"243101",103890,17645,2,958,1918 +"243102",103890,18005,3,958,2449 +"243103",103890,19380,3,958,2637 +"243104",103890,19501,3,958,1186 +"243105",103890,20894,3,958,2214 +"243106",103890,21207,3,958,1258 +"243107",103890,22166,2,958,994 +"243108",103890,22704,1,958,1150 +"243109",103890,24512,3,958,1369 +"243110",103890,27742,3,958,2700 +"243111",103890,27914,3,958,2507 +"243112",103890,29116,3,958,2128 +"243113",103890,29818,2,958,1677 +"243114",103890,30306,3,958,1606 +"243115",103890,31216,3,958,1244 +"243116",103890,32818,3,958,2485 +"243117",103890,34094,3,958,1360 +"243118",103890,34216,2,958,2832 +"243119",103890,34742,3,958,1883 +"243120",103890,34892,3,958,2309 +"243121",103890,37522,2,958,1270 +"243122",103890,37636,3,958,2178 +"243123",103890,39256,2,958,2449 +"243124",103890,41023,3,958,2408 +"243125",103890,41447,3,958,2405 +"243126",103890,41581,3,958,1692 +"243127",103890,42331,3,958,1585 +"243128",103890,46650,3,958,1330 +"243129",103890,47654,3,958,1664 +"243130",103890,47968,3,958,2829 +"243131",103890,49450,3,958,1328 +"243132",103890,54313,3,958,1645 +"243133",103890,58233,3,958,1665 +"243134",103890,60258,2,958,2405 +"243135",103890,63077,2,958,2778 +"243136",103890,66609,3,958,998 +"243137",103890,67815,3,958,2476 +"243138",103890,70101,3,958,2414 +"243139",103890,71219,3,958,967 +"243140",103890,71531,3,958,2887 +"243141",103890,72882,3,958,1330 +"243142",103890,74370,3,958,1667 +"243143",103890,83253,3,958,1102 +"243144",103890,84975,3,958,1138 +"243145",103890,85198,3,958,1794 +"243146",103890,85778,3,958,1040 +"243147",103890,85869,2,958,1509 +"243148",103890,96310,3,958,1016 +"243149",103890,100860,3,958,2326 +"243150",103890,101367,3,958,974 +"243151",103890,107496,3,958,1572 +"243152",103890,109703,3,958,1925 +"243153",103920,1222,3,274,2598 +"243154",103920,2370,3,274,1600 +"243155",103920,2443,3,274,2333 +"243156",103920,2802,3,274,1836 +"243157",103920,2907,3,274,1980 +"243158",103920,3324,3,274,1198 +"243159",103920,3678,2,274,1325 +"243160",103920,5414,3,274,2321 +"243161",103920,5937,2,274,2392 +"243162",103920,6262,3,274,2733 +"243163",103920,9462,3,274,378 +"243164",103920,10400,3,274,1517 +"243165",103920,10755,3,274,1742 +"243166",103920,11259,3,274,1356 +"243167",103920,11521,3,274,1559 +"243168",103920,11679,3,274,846 +"243169",103920,11868,3,274,1639 +"243170",103920,11897,3,274,1271 +"243171",103920,13671,3,274,1371 +"243172",103920,14861,3,274,2269 +"243173",103920,15047,3,274,1697 +"243174",103920,15119,3,274,1020 +"243175",103920,15558,3,274,2389 +"243176",103920,15728,3,274,576 +"243177",103920,16477,3,274,2069 +"243178",103920,16590,3,274,1123 +"243179",103920,17768,3,274,2468 +"243180",103920,17815,3,274,2070 +"243181",103920,18466,3,274,2340 +"243182",103920,18645,2,274,793 +"243183",103920,19190,3,274,2677 +"243184",103920,19358,2,274,880 +"243185",103920,19767,3,274,1041 +"243186",103920,20604,3,274,1684 +"243187",103920,20709,3,274,1757 +"243188",103920,22746,2,274,913 +"243189",103920,23728,3,274,2601 +"243190",103920,23771,2,274,1614 +"243191",103920,29775,3,274,2064 +"243192",103920,30194,3,274,2874 +"243193",103920,32070,2,274,950 +"243194",103920,32841,3,274,1345 +"243195",103920,33460,3,274,2781 +"243196",103920,39439,3,274,2462 +"243197",103920,39507,3,274,793 +"243198",103920,41521,3,274,2069 +"243199",103920,42136,3,274,2551 +"243200",103920,43311,3,274,1553 +"243201",103920,44727,3,274,1227 +"243202",103920,44728,2,274,451 +"243203",103920,46568,2,274,822 +"243204",103920,48585,3,274,2063 +"243205",103920,49415,3,274,2654 +"243206",103920,51678,3,274,1077 +"243207",103920,52953,3,274,1741 +"243208",103920,53648,3,274,2167 +"243209",103920,54737,2,274,326 +"243210",103920,55364,3,274,326 +"243211",103920,56168,2,274,1466 +"243212",103920,56413,3,274,2747 +"243213",103920,66017,3,274,1545 +"243214",103920,69830,3,274,378 +"243215",103920,76867,3,274,1296 +"243216",103920,76997,1,274,2223 +"243217",103920,79746,3,274,2272 +"243218",103920,79772,3,274,1230 +"243219",103920,79793,3,274,1915 +"243220",103920,83334,3,274,1708 +"243221",103920,85062,3,274,1379 +"243222",103920,86559,3,274,1704 +"243223",103920,90268,3,274,585 +"243224",103920,90633,3,274,990 +"243225",103920,94339,3,274,2768 +"243226",103920,94495,3,274,989 +"243227",103920,96700,3,274,1602 +"243228",103920,97615,3,274,1198 +"243229",103920,102368,3,274,613 +"243230",103920,103536,3,274,475 +"243231",103920,104161,3,274,613 +"243232",103920,106330,2,274,2559 +"243233",103920,112814,3,274,546 +"243234",103920,113333,3,274,1018 +"243235",103925,1592,3,1786,2006 +"243236",103925,5258,3,1786,2730 +"243237",103925,20407,3,1786,2339 +"243238",103925,88232,3,1786,2881 +"243239",103989,2370,2,1207,1600 +"243240",103989,4784,3,1207,2511 +"243241",103989,6020,3,1207,1864 +"243242",103989,21358,3,1207,1970 +"243243",103989,21920,3,1207,2367 +"243244",103989,23121,3,1207,2108 +"243245",103989,28648,3,1207,1586 +"243246",103989,31950,2,1207,2217 +"243247",103989,34274,3,1207,1437 +"243248",103989,45297,3,1207,1864 +"243249",103989,45449,3,1207,1610 +"243250",103989,45450,3,1207,1590 +"243251",103989,48823,3,1207,2080 +"243252",103989,80186,3,1207,2228 +"243253",103989,84581,2,1207,1241 +"243254",103989,89955,3,1207,1452 +"243255",103989,92366,3,1207,1434 +"243256",103989,93317,3,1207,1223 +"243257",103989,100084,3,1207,1964 +"243258",104036,10945,2,659,881 +"243259",104036,11127,3,659,1196 +"243260",104036,11419,3,659,1408 +"243261",104036,15598,3,659,2011 +"243262",104036,73266,3,659,2496 +"243263",104036,86331,3,659,850 +"243264",104036,89586,3,659,1401 +"243265",104036,112587,3,659,1003 +"243266",104036,117932,3,659,926 +"243267",104046,3477,3,105,2546 +"243268",104046,6063,3,105,2349 +"243269",104046,9331,2,105,2269 +"243270",104046,11419,3,105,1408 +"243271",104046,12735,3,105,819 +"243272",104046,12779,3,105,936 +"243273",104046,17351,3,105,2036 +"243274",104046,17549,3,105,2647 +"243275",104046,17632,3,105,1947 +"243276",104046,18217,3,105,1566 +"243277",104046,18248,2,105,172 +"243278",104046,18348,3,105,1711 +"243279",104046,20419,3,105,1587 +"243280",104046,22462,3,105,869 +"243281",104046,24456,3,105,1238 +"243282",104046,25543,3,105,724 +"243283",104046,26025,1,105,591 +"243284",104046,27965,1,105,555 +"243285",104046,33223,3,105,2397 +"243286",104046,34314,3,105,630 +"243287",104046,40542,3,105,1664 +"243288",104046,44688,3,105,2924 +"243289",104046,55349,3,105,826 +"243290",104046,79364,2,105,834 +"243291",104046,79998,2,105,821 +"243292",104046,80979,3,105,1142 +"243293",104046,100321,3,105,1142 +"243294",104065,739,3,194,309 +"243295",104065,1556,3,194,643 +"243296",104065,3100,3,194,2524 +"243297",104065,3786,3,194,2282 +"243298",104065,4757,3,194,390 +"243299",104065,5414,3,194,2321 +"243300",104065,5673,3,194,1567 +"243301",104065,6071,3,194,2310 +"243302",104065,6078,3,194,498 +"243303",104065,6432,2,194,2297 +"243304",104065,6562,3,194,1139 +"243305",104065,9912,3,194,1356 +"243306",104065,10279,3,194,886 +"243307",104065,11135,2,194,2441 +"243308",104065,11897,3,194,1271 +"243309",104065,12031,2,194,1957 +"243310",104065,13150,3,194,1570 +"243311",104065,13528,3,194,1891 +"243312",104065,15502,3,194,2637 +"243313",104065,15916,3,194,1236 +"243314",104065,19687,2,194,2072 +"243315",104065,19972,2,194,2078 +"243316",104065,20413,2,194,806 +"243317",104065,21895,3,194,1693 +"243318",104065,21976,2,194,1808 +"243319",104065,23330,3,194,448 +"243320",104065,23639,2,194,2065 +"243321",104065,23731,3,194,1656 +"243322",104065,24116,3,194,1413 +"243323",104065,25270,1,194,985 +"243324",104065,25286,3,194,1545 +"243325",104065,25451,2,194,698 +"243326",104065,25886,3,194,1580 +"243327",104065,26567,2,194,1158 +"243328",104065,29534,3,194,1199 +"243329",104065,34055,3,194,1881 +"243330",104065,34334,3,194,1637 +"243331",104065,35414,3,194,1959 +"243332",104065,36506,3,194,2638 +"243333",104065,40136,3,194,1149 +"243334",104065,41051,3,194,2767 +"243335",104065,42195,3,194,573 +"243336",104065,43250,3,194,1300 +"243337",104065,43929,3,194,2749 +"243338",104065,45299,3,194,2426 +"243339",104065,45487,3,194,2256 +"243340",104065,47330,3,194,2422 +"243341",104065,47827,3,194,1957 +"243342",104065,48764,2,194,860 +"243343",104065,51448,3,194,1593 +"243344",104065,52178,3,194,710 +"243345",104065,55436,3,194,2513 +"243346",104065,56212,3,194,1410 +"243347",104065,56673,3,194,2419 +"243348",104065,56726,3,194,969 +"243349",104065,61973,3,194,892 +"243350",104065,62498,2,194,1698 +"243351",104065,65223,3,194,2724 +"243352",104065,68460,3,194,599 +"243353",104065,68670,3,194,565 +"243354",104065,72348,3,194,1810 +"243355",104065,76604,3,194,2590 +"243356",104065,78460,1,194,985 +"243357",104065,79025,3,194,1473 +"243358",104065,79236,3,194,1505 +"243359",104065,79404,3,194,1079 +"243360",104065,80061,3,194,1223 +"243361",104065,80728,2,194,599 +"243362",104065,80896,3,194,943 +"243363",104065,81134,2,194,1384 +"243364",104065,83133,3,194,1055 +"243365",104065,84569,3,194,710 +"243366",104065,92381,3,194,1237 +"243367",104065,93317,3,194,1223 +"243368",104065,93670,3,194,1682 +"243369",104065,95211,3,194,2462 +"243370",104065,95661,2,194,872 +"243371",104065,97940,3,194,431 +"243372",104065,98003,3,194,573 +"243373",104065,104542,2,194,897 +"243374",104065,106554,3,194,1270 +"243375",104065,110023,3,194,230 +"243376",104065,114769,2,194,1108 +"243377",104065,115194,3,194,604 +"243378",104065,116792,1,194,2397 +"243379",104084,2269,3,579,984 +"243380",104084,3716,3,579,1679 +"243381",104084,6047,3,579,2004 +"243382",104084,6366,3,579,798 +"243383",104084,6417,3,579,1675 +"243384",104084,10513,3,579,2284 +"243385",104084,11229,3,579,1625 +"243386",104084,11540,1,579,1237 +"243387",104084,11576,2,579,808 +"243388",104084,15872,1,579,1551 +"243389",104084,16120,3,579,1237 +"243390",104084,16826,3,579,2599 +"243391",104084,20975,3,579,1305 +"243392",104084,21138,2,579,2849 +"243393",104084,22141,3,579,2348 +"243394",104084,22639,2,579,2352 +"243395",104084,39746,3,579,1361 +"243396",104084,40487,3,579,2512 +"243397",104084,40893,3,579,1116 +"243398",104084,47248,3,579,2883 +"243399",104084,50124,3,579,1209 +"243400",104084,51017,2,579,2073 +"243401",104084,51035,3,579,2397 +"243402",104084,63547,3,579,1023 +"243403",104084,74681,3,579,837 +"243404",104084,74731,3,579,853 +"243405",104084,84022,3,579,2289 +"243406",104084,87692,2,579,775 +"243407",104084,89047,3,579,877 +"243408",104084,90802,2,579,877 +"243409",104084,101395,2,579,891 +"243410",104098,364,3,512,2351 +"243411",104098,680,3,512,2569 +"243412",104098,1314,3,512,1522 +"243413",104098,2576,3,512,1307 +"243414",104098,2852,3,512,2448 +"243415",104098,3477,3,512,2546 +"243416",104098,4303,3,512,2414 +"243417",104098,4612,2,512,2804 +"243418",104098,4665,3,512,1569 +"243419",104098,5346,3,512,1438 +"243420",104098,6063,3,512,2349 +"243421",104098,8140,3,512,1262 +"243422",104098,9484,2,512,1429 +"243423",104098,9785,3,512,2951 +"243424",104098,9787,2,512,2858 +"243425",104098,10453,3,512,1656 +"243426",104098,12653,3,512,1573 +"243427",104098,12735,3,512,819 +"243428",104098,12779,3,512,936 +"243429",104098,12781,3,512,831 +"243430",104098,13136,3,512,2867 +"243431",104098,14754,3,512,2456 +"243432",104098,15207,3,512,1855 +"243433",104098,16501,3,512,1650 +"243434",104098,18217,3,512,1566 +"243435",104098,19073,3,512,2748 +"243436",104098,19934,3,512,2888 +"243437",104098,21240,2,512,1162 +"243438",104098,22462,3,512,869 +"243439",104098,25163,3,512,1751 +"243440",104098,27686,3,512,2844 +"243441",104098,27742,3,512,2700 +"243442",104098,27897,2,512,1968 +"243443",104098,27914,3,512,2507 +"243444",104098,29286,2,512,1612 +"243445",104098,30525,3,512,1964 +"243446",104098,30891,3,512,1256 +"243447",104098,31335,3,512,2351 +"243448",104098,31868,3,512,1993 +"243449",104098,33223,3,512,2397 +"243450",104098,33870,3,512,955 +"243451",104098,35004,3,512,1509 +"243452",104098,36346,3,512,1240 +"243453",104098,37752,3,512,2223 +"243454",104098,38807,3,512,631 +"243455",104098,39418,2,512,1978 +"243456",104098,40035,3,512,2742 +"243457",104098,40542,3,512,1664 +"243458",104098,41581,3,512,1692 +"243459",104098,41633,3,512,1976 +"243460",104098,41723,3,512,2101 +"243461",104098,44341,3,512,1230 +"243462",104098,44694,3,512,2220 +"243463",104098,46486,3,512,1868 +"243464",104098,50354,3,512,1299 +"243465",104098,50585,3,512,2414 +"243466",104098,53739,3,512,2704 +"243467",104098,54775,3,512,2383 +"243468",104098,59039,3,512,2870 +"243469",104098,60266,3,512,1018 +"243470",104098,60449,3,512,2085 +"243471",104098,61541,3,512,2699 +"243472",104098,65188,3,512,2213 +"243473",104098,65381,3,512,2184 +"243474",104098,67252,2,512,1215 +"243475",104098,68539,3,512,1158 +"243476",104098,70403,2,512,542 +"243477",104098,71467,3,512,1051 +"243478",104098,72597,3,512,1843 +"243479",104098,74055,3,512,1544 +"243480",104098,80606,3,512,2079 +"243481",104098,84447,3,512,1006 +"243482",104098,92860,2,512,1643 +"243483",104098,94520,3,512,1243 +"243484",104098,106399,2,512,1530 +"243485",104098,113116,3,512,769 +"243486",104106,2028,3,1204,1978 +"243487",104106,2289,3,1204,2389 +"243488",104106,2972,3,1204,1708 +"243489",104106,3306,3,1204,1989 +"243490",104106,15930,2,1204,2541 +"243491",104106,16111,1,1204,1714 +"243492",104106,23787,3,1204,2810 +"243493",104106,25544,2,1204,2475 +"243494",104106,29095,2,1204,2531 +"243495",104106,30322,3,1204,2346 +"243496",104106,38263,3,1204,2475 +"243497",104106,39556,2,1204,2747 +"243498",104106,57732,3,1204,2454 +"243499",104106,59539,2,1204,2429 +"243500",104116,601,2,355,702 +"243501",104116,2424,3,355,2582 +"243502",104116,5235,3,355,2324 +"243503",104116,11976,3,355,1727 +"243504",104116,12362,2,355,702 +"243505",104116,12901,3,355,2136 +"243506",104116,19637,3,355,1229 +"243507",104116,20423,3,355,2654 +"243508",104116,21126,3,355,2331 +"243509",104116,21193,3,355,2490 +"243510",104116,21197,3,355,1437 +"243511",104116,21198,3,355,935 +"243512",104116,21285,3,355,2100 +"243513",104116,24612,3,355,1875 +"243514",104116,26524,2,355,982 +"243515",104116,27484,3,355,1634 +"243516",104116,28131,3,355,1492 +"243517",104116,30150,3,355,1704 +"243518",104116,39563,3,355,486 +"243519",104116,44654,3,355,2916 +"243520",104116,45302,3,355,2390 +"243521",104116,46040,3,355,2105 +"243522",104116,48283,3,355,1290 +"243523",104116,51089,3,355,2426 +"243524",104116,53120,3,355,975 +"243525",104116,53604,3,355,2489 +"243526",104116,65659,3,355,1653 +"243527",104116,70203,3,355,2756 +"243528",104116,82009,3,355,1020 +"243529",104116,85794,3,355,679 +"243530",104116,86520,3,355,702 +"243531",104116,92513,3,355,2282 +"243532",104116,97811,3,355,1288 +"243533",104116,117679,3,355,535 +"243534",104161,1222,2,613,2598 +"243535",104161,2443,3,613,2333 +"243536",104161,2802,3,613,1836 +"243537",104161,3324,2,613,1198 +"243538",104161,3786,3,613,2282 +"243539",104161,5414,3,613,2321 +"243540",104161,6262,2,613,2733 +"243541",104161,6562,3,613,1139 +"243542",104161,6755,3,613,2818 +"243543",104161,11897,2,613,1271 +"243544",104161,15047,3,613,1697 +"243545",104161,18466,3,613,2340 +"243546",104161,19190,3,613,2677 +"243547",104161,19358,1,613,880 +"243548",104161,20604,3,613,1684 +"243549",104161,21290,3,613,894 +"243550",104161,23731,3,613,1656 +"243551",104161,25286,3,613,1545 +"243552",104161,32070,1,613,950 +"243553",104161,32479,3,613,969 +"243554",104161,33363,3,613,2475 +"243555",104161,38274,3,613,1181 +"243556",104161,42259,3,613,1235 +"243557",104161,46568,2,613,822 +"243558",104161,46581,3,613,1160 +"243559",104161,51678,3,613,1077 +"243560",104161,56168,2,613,1466 +"243561",104161,57037,3,613,2293 +"243562",104161,66017,3,613,1545 +"243563",104161,76997,3,613,2223 +"243564",104161,79772,3,613,1230 +"243565",104161,79793,3,613,1915 +"243566",104161,82618,3,613,1536 +"243567",104161,83334,3,613,1708 +"243568",104161,90633,3,613,990 +"243569",104161,94339,3,613,2768 +"243570",104185,21,2,457,1385 +"243571",104185,1108,3,457,1600 +"243572",104185,8140,3,457,1262 +"243573",104185,10980,2,457,1974 +"243574",104185,19501,3,457,1186 +"243575",104185,22704,3,457,1150 +"243576",104185,27545,3,457,855 +"243577",104185,30306,3,457,1606 +"243578",104185,37522,3,457,1270 +"243579",104185,47810,3,457,957 +"243580",104185,50903,3,457,931 +"243581",104185,63077,3,457,2778 +"243582",104185,76007,3,457,918 +"243583",104185,84975,3,457,1138 +"243584",104185,103890,2,457,958 +"243585",104195,41004,3,1187,2561 +"243586",104195,46602,3,1187,2786 +"243587",104198,997,2,1312,2788 +"243588",104198,1875,3,1312,1786 +"243589",104198,4360,3,1312,1770 +"243590",104198,7858,3,1312,1795 +"243591",104198,53219,3,1312,2973 +"243592",104198,53604,3,1312,2489 +"243593",104217,1154,2,956,1656 +"243594",104217,4057,3,956,2389 +"243595",104217,7126,3,956,1261 +"243596",104217,7196,3,956,1508 +"243597",104217,7241,3,956,2259 +"243598",104217,7984,3,956,2493 +"243599",104217,8865,3,956,2394 +"243600",104217,8890,3,956,1955 +"243601",104217,8913,3,956,968 +"243602",104217,10646,3,956,1555 +"243603",104217,12374,3,956,2260 +"243604",104217,14108,3,956,2012 +"243605",104217,15118,1,956,1311 +"243606",104217,15401,3,956,1999 +"243607",104217,16365,3,956,2217 +"243608",104217,17257,3,956,1117 +"243609",104217,17645,3,956,1918 +"243610",104217,21133,3,956,1320 +"243611",104217,21670,3,956,2158 +"243612",104217,21681,3,956,2005 +"243613",104217,22722,3,956,1233 +"243614",104217,24005,3,956,1188 +"243615",104217,25132,3,956,1188 +"243616",104217,28784,3,956,1579 +"243617",104217,28896,3,956,1395 +"243618",104217,31700,3,956,2727 +"243619",104217,32131,3,956,1035 +"243620",104217,32988,3,956,2008 +"243621",104217,35822,3,956,1903 +"243622",104217,35903,2,956,1434 +"243623",104217,36031,3,956,2342 +"243624",104217,36763,3,956,2165 +"243625",104217,37937,3,956,1320 +"243626",104217,38602,3,956,2693 +"243627",104217,39444,3,956,2695 +"243628",104217,47384,3,956,1639 +"243629",104217,47803,3,956,2477 +"243630",104217,48215,3,956,2028 +"243631",104217,48384,3,956,2057 +"243632",104217,48698,2,956,1474 +"243633",104217,49265,3,956,2686 +"243634",104217,50236,3,956,2339 +"243635",104217,53323,3,956,2677 +"243636",104217,53342,3,956,2071 +"243637",104217,56082,3,956,2395 +"243638",104217,57380,3,956,2362 +"243639",104217,57990,3,956,978 +"243640",104217,61138,3,956,1188 +"243641",104217,62668,3,956,958 +"243642",104217,65155,3,956,1947 +"243643",104217,70046,3,956,2624 +"243644",104217,72597,3,956,1843 +"243645",104217,72728,3,956,2234 +"243646",104217,79158,3,956,1252 +"243647",104217,85869,3,956,1509 +"243648",104217,88232,3,956,2881 +"243649",104217,93102,3,956,1174 +"243650",104217,96352,3,956,1493 +"243651",104239,7548,3,926,1932 +"243652",104239,9311,3,926,2477 +"243653",104239,10843,2,926,2277 +"243654",104239,13249,3,926,2573 +"243655",104239,13601,3,926,2689 +"243656",104239,14723,3,926,2019 +"243657",104239,15626,3,926,2434 +"243658",104239,19453,3,926,1928 +"243659",104239,19751,2,926,1630 +"243660",104239,20311,3,926,1981 +"243661",104239,20494,3,926,1075 +"243662",104239,23825,3,926,1913 +"243663",104239,24286,3,926,1280 +"243664",104239,32198,2,926,2117 +"243665",104239,33356,3,926,1586 +"243666",104239,33433,2,926,2805 +"243667",104239,34707,3,926,2042 +"243668",104239,40296,3,926,1674 +"243669",104239,49581,2,926,1817 +"243670",104239,49696,3,926,2444 +"243671",104239,50946,1,926,1075 +"243672",104239,52136,3,926,1412 +"243673",104239,55324,3,926,1544 +"243674",104239,55643,2,926,2359 +"243675",104239,58993,3,926,2390 +"243676",104239,59113,3,926,2434 +"243677",104239,64502,3,926,1670 +"243678",104239,67456,1,926,1608 +"243679",104239,74190,3,926,1428 +"243680",104239,84897,3,926,1075 +"243681",104239,87144,3,926,2299 +"243682",104280,312,3,887,2038 +"243683",104280,455,3,887,2827 +"243684",104280,470,3,887,2285 +"243685",104280,600,3,887,1702 +"243686",104280,675,3,887,1686 +"243687",104280,913,3,887,2144 +"243688",104280,1006,3,887,1569 +"243689",104280,1136,3,887,2536 +"243690",104280,2523,3,887,1691 +"243691",104280,4191,3,887,2130 +"243692",104280,6428,3,887,1952 +"243693",104280,6491,3,887,2424 +"243694",104280,6940,3,887,1183 +"243695",104280,7245,3,887,2089 +"243696",104280,7508,2,887,2396 +"243697",104280,7515,2,887,2737 +"243698",104280,7614,3,887,971 +"243699",104280,7847,3,887,2424 +"243700",104280,8011,3,887,889 +"243701",104280,9184,3,887,2670 +"243702",104280,9432,3,887,1693 +"243703",104280,9511,3,887,1232 +"243704",104280,10433,3,887,2075 +"243705",104280,10871,2,887,2314 +"243706",104280,11103,3,887,2393 +"243707",104280,11310,3,887,957 +"243708",104280,11434,2,887,1187 +"243709",104280,11516,3,887,1937 +"243710",104280,11976,3,887,1727 +"243711",104280,12199,3,887,1651 +"243712",104280,13573,3,887,2774 +"243713",104280,13837,3,887,1604 +"243714",104280,17645,3,887,1918 +"243715",104280,17698,3,887,1559 +"243716",104280,19322,3,887,2048 +"243717",104280,19335,3,887,1729 +"243718",104280,19516,3,887,2313 +"243719",104280,19637,3,887,1229 +"243720",104280,19751,2,887,1630 +"243721",104280,20355,3,887,2111 +"243722",104280,21563,3,887,1138 +"243723",104280,21681,3,887,2005 +"243724",104280,22567,3,887,2396 +"243725",104280,22586,3,887,1341 +"243726",104280,23132,2,887,2756 +"243727",104280,24568,3,887,1937 +"243728",104280,26322,3,887,1018 +"243729",104280,27390,3,887,2425 +"243730",104280,27628,3,887,2389 +"243731",104280,27694,3,887,2030 +"243732",104280,27837,3,887,1315 +"243733",104280,28115,3,887,1835 +"243734",104280,28432,3,887,1954 +"243735",104280,29117,3,887,1250 +"243736",104280,29930,3,887,2240 +"243737",104280,31050,3,887,1491 +"243738",104280,31124,3,887,2351 +"243739",104280,32947,2,887,1091 +"243740",104280,33834,3,887,1606 +"243741",104280,34160,3,887,1759 +"243742",104280,35302,2,887,1589 +"243743",104280,36574,3,887,2934 +"243744",104280,36651,2,887,1600 +"243745",104280,38213,3,887,1744 +"243746",104280,38467,3,887,1259 +"243747",104280,39189,3,887,2319 +"243748",104280,40383,3,887,2639 +"243749",104280,40698,2,887,1408 +"243750",104280,41446,3,887,1103 +"243751",104280,41739,3,887,1339 +"243752",104280,43941,3,887,1289 +"243753",104280,45608,3,887,2420 +"243754",104280,45633,3,887,2134 +"243755",104280,46532,3,887,2005 +"243756",104280,46726,3,887,943 +"243757",104280,49620,3,887,1868 +"243758",104280,52136,3,887,1412 +"243759",104280,52345,3,887,1430 +"243760",104280,57704,3,887,2076 +"243761",104280,59022,3,887,2494 +"243762",104280,62219,3,887,2494 +"243763",104280,62668,3,887,958 +"243764",104280,63409,2,887,1937 +"243765",104280,64181,3,887,1828 +"243766",104280,64997,3,887,2791 +"243767",104280,67314,3,887,1051 +"243768",104280,72530,2,887,992 +"243769",104280,73305,2,887,2544 +"243770",104280,73394,2,887,1606 +"243771",104280,73553,3,887,2726 +"243772",104280,74636,3,887,2525 +"243773",104280,76127,3,887,910 +"243774",104280,77811,3,887,1871 +"243775",104280,78037,1,887,1606 +"243776",104280,79804,3,887,2227 +"243777",104280,80219,3,887,988 +"243778",104280,80429,3,887,1927 +"243779",104280,82730,3,887,1492 +"243780",104280,83907,3,887,2056 +"243781",104280,85444,3,887,944 +"243782",104280,85875,3,887,957 +"243783",104280,88808,3,887,1462 +"243784",104280,92322,3,887,2393 +"243785",104280,98801,3,887,1035 +"243786",104280,101338,3,887,1319 +"243787",104280,107649,3,887,1573 +"243788",104281,14442,3,2228,2700 +"243789",104281,17768,3,2228,2468 +"243790",104289,1639,2,834,2631 +"243791",104289,2208,3,834,2814 +"243792",104289,2742,3,834,1192 +"243793",104289,4317,2,834,1224 +"243794",104289,10744,3,834,955 +"243795",104289,13043,3,834,1295 +"243796",104289,16518,3,834,2642 +"243797",104289,19926,3,834,2444 +"243798",104289,23825,3,834,1913 +"243799",104289,44557,3,834,2371 +"243800",104289,45776,3,834,1195 +"243801",104289,48289,3,834,2209 +"243802",104289,50275,3,834,2832 +"243803",104289,52154,3,834,1722 +"243804",104289,60624,3,834,1570 +"243805",104289,119208,3,834,2646 +"243806",104306,2221,3,1665,2092 +"243807",104306,2759,3,1665,2030 +"243808",104306,4730,3,1665,2131 +"243809",104306,6824,3,1665,2680 +"243810",104306,7269,3,1665,1728 +"243811",104306,7433,3,1665,2255 +"243812",104306,9861,3,1665,2680 +"243813",104306,10495,3,1665,2230 +"243814",104306,10638,2,1665,2692 +"243815",104306,11506,2,1665,2824 +"243816",104306,16594,3,1665,1755 +"243817",104306,18571,3,1665,2128 +"243818",104306,18943,2,1665,2861 +"243819",104306,20007,2,1665,2971 +"243820",104306,20432,3,1665,1727 +"243821",104306,21180,3,1665,2762 +"243822",104306,21463,3,1665,2437 +"243823",104306,27783,3,1665,2302 +"243824",104306,31164,2,1665,1996 +"243825",104306,32449,2,1665,2091 +"243826",104306,34162,3,1665,2336 +"243827",104306,36136,3,1665,2338 +"243828",104306,39105,3,1665,2487 +"243829",104306,41978,3,1665,2824 +"243830",104306,46951,3,1665,2429 +"243831",104306,53013,3,1665,2523 +"243832",104306,55604,3,1665,2342 +"243833",104306,56275,3,1665,2152 +"243834",104306,56338,2,1665,1818 +"243835",104306,59039,3,1665,2870 +"243836",104306,60979,3,1665,1758 +"243837",104306,66911,2,1665,1920 +"243838",104306,69335,3,1665,2698 +"243839",104306,76132,3,1665,2426 +"243840",104306,76675,3,1665,1840 +"243841",104310,386,3,649,1553 +"243842",104310,3484,3,649,1515 +"243843",104310,6234,3,649,2654 +"243844",104310,23493,1,649,706 +"243845",104310,86697,2,649,1985 +"243846",104310,94495,3,649,989 +"243847",104319,3235,3,536,799 +"243848",104319,3456,3,536,1999 +"243849",104319,7942,3,536,2623 +"243850",104319,8865,3,536,2394 +"243851",104319,11728,3,536,1121 +"243852",104319,11990,3,536,1909 +"243853",104319,12067,2,536,1213 +"243854",104319,15826,3,536,2772 +"243855",104319,17645,3,536,1918 +"243856",104319,19433,3,536,2504 +"243857",104319,27908,3,536,2576 +"243858",104319,29267,3,536,1234 +"243859",104319,30609,3,536,988 +"243860",104319,38259,3,536,2258 +"243861",104319,38513,3,536,914 +"243862",104319,38816,3,536,1225 +"243863",104319,39062,3,536,2020 +"243864",104319,46486,3,536,1868 +"243865",104319,46532,3,536,2005 +"243866",104319,46726,3,536,943 +"243867",104319,52483,3,536,2317 +"243868",104319,62668,3,536,958 +"243869",104319,72882,3,536,1330 +"243870",104319,83253,2,536,1102 +"243871",104319,90674,3,536,621 +"243872",104319,107052,3,536,2158 +"243873",104344,5971,3,172,1985 +"243874",104344,11817,3,172,600 +"243875",104344,11966,3,172,2385 +"243876",104344,12374,3,172,2260 +"243877",104344,14855,3,172,903 +"243878",104344,21571,3,172,2755 +"243879",104344,22566,3,172,2308 +"243880",104344,32017,3,172,577 +"243881",104344,32131,3,172,1035 +"243882",104344,37800,3,172,604 +"243883",104344,39865,3,172,849 +"243884",104344,40028,3,172,1349 +"243885",104344,40072,3,172,1182 +"243886",104344,44521,3,172,1593 +"243887",104344,59939,3,172,936 +"243888",104344,91912,3,172,790 +"243889",104344,109663,3,172,545 +"243890",104362,44819,3,286,2063 +"243891",104362,102824,3,286,2944 +"243892",104409,5937,3,650,2392 +"243893",104409,14212,3,650,857 +"243894",104409,18645,3,650,793 +"243895",104409,19002,3,650,2053 +"243896",104409,61784,2,650,754 +"243897",104409,113333,3,650,1018 +"243898",104508,32694,3,1313,1602 +"243899",104542,3100,3,897,2524 +"243900",104542,3403,3,897,2951 +"243901",104542,3520,3,897,2281 +"243902",104542,3786,3,897,2282 +"243903",104542,6071,3,897,2310 +"243904",104542,6562,3,897,1139 +"243905",104542,9912,3,897,1356 +"243906",104542,11135,2,897,2441 +"243907",104542,12031,3,897,1957 +"243908",104542,15502,3,897,2637 +"243909",104542,15916,3,897,1236 +"243910",104542,19687,1,897,2072 +"243911",104542,21352,3,897,1604 +"243912",104542,21976,2,897,1808 +"243913",104542,23639,1,897,2065 +"243914",104542,23731,3,897,1656 +"243915",104542,24116,2,897,1413 +"243916",104542,25270,2,897,985 +"243917",104542,25286,2,897,1545 +"243918",104542,25886,3,897,1580 +"243919",104542,26567,2,897,1158 +"243920",104542,28567,2,897,2398 +"243921",104542,34055,3,897,1881 +"243922",104542,34334,3,897,1637 +"243923",104542,42486,3,897,1951 +"243924",104542,45487,3,897,2256 +"243925",104542,47330,2,897,2422 +"243926",104542,47827,3,897,1957 +"243927",104542,49147,3,897,2539 +"243928",104542,51448,3,897,1593 +"243929",104542,55436,3,897,2513 +"243930",104542,56212,3,897,1410 +"243931",104542,56673,2,897,2419 +"243932",104542,56726,3,897,969 +"243933",104542,62498,3,897,1698 +"243934",104542,65223,3,897,2724 +"243935",104542,78460,2,897,985 +"243936",104542,79236,2,897,1505 +"243937",104542,79404,3,897,1079 +"243938",104542,80061,3,897,1223 +"243939",104542,80896,3,897,943 +"243940",104542,81134,2,897,1384 +"243941",104542,83133,3,897,1055 +"243942",104542,85264,3,897,1236 +"243943",104542,91772,3,897,2233 +"243944",104542,92381,2,897,1237 +"243945",104542,92947,3,897,1289 +"243946",104542,93317,3,897,1223 +"243947",104542,93670,3,897,1682 +"243948",104542,97240,3,897,1027 +"243949",104542,99955,3,897,1223 +"243950",104542,106554,2,897,1270 +"243951",104542,116792,3,897,2397 +"243952",104565,5120,2,2693,2735 +"243953",104565,16866,3,2693,2718 +"243954",104593,68831,3,1049,1446 +"243955",104593,85153,1,1049,1163 +"243956",104593,94138,3,1049,1939 +"243957",104611,9432,3,1623,1693 +"243958",104611,15799,3,1623,1917 +"243959",104659,9727,3,2026,2327 +"243960",104659,11135,2,2026,2441 +"243961",104659,14754,3,2026,2456 +"243962",104659,15502,2,2026,2637 +"243963",104659,19687,3,2026,2072 +"243964",104659,19972,3,2026,2078 +"243965",104659,23639,3,2026,2065 +"243966",104659,29824,3,2026,2772 +"243967",104659,45487,3,2026,2256 +"243968",104659,61513,3,2026,2948 +"243969",104659,76604,3,2026,2590 +"243970",104694,35919,3,647,663 +"243971",104711,270,3,410,2542 +"243972",104711,512,3,410,1596 +"243973",104711,1124,3,410,1596 +"243974",104711,1592,3,410,2006 +"243975",104711,1691,3,410,1941 +"243976",104711,2011,2,410,2176 +"243977",104711,5018,2,410,640 +"243978",104711,5258,2,410,2730 +"243979",104711,5716,3,410,1058 +"243980",104711,5971,3,410,1985 +"243981",104711,6222,3,410,1949 +"243982",104711,6252,3,410,2336 +"243983",104711,6264,3,410,749 +"243984",104711,6390,3,410,2385 +"243985",104711,6417,3,410,1675 +"243986",104711,8537,3,410,472 +"243987",104711,8657,3,410,2473 +"243988",104711,9511,3,410,1232 +"243989",104711,10488,3,410,1524 +"243990",104711,11817,3,410,600 +"243991",104711,13248,3,410,1385 +"243992",104711,13837,3,410,1604 +"243993",104711,14108,1,410,2012 +"243994",104711,14731,3,410,2012 +"243995",104711,14983,3,410,1047 +"243996",104711,15402,3,410,1281 +"243997",104711,15808,3,410,1521 +"243998",104711,18502,2,410,1033 +"243999",104711,18543,2,410,2968 +"244000",104711,19332,3,410,1214 +"244001",104711,20407,3,410,2339 +"244002",104711,21133,3,410,1320 +"244003",104711,21617,3,410,516 +"244004",104711,23403,3,410,607 +"244005",104711,23492,3,410,1067 +"244006",104711,23725,3,410,2378 +"244007",104711,25565,2,410,2764 +"244008",104711,26873,3,410,419 +"244009",104711,27112,3,410,500 +"244010",104711,27275,3,410,2656 +"244011",104711,28808,3,410,1063 +"244012",104711,29170,3,410,1846 +"244013",104711,29948,3,410,2795 +"244014",104711,30411,3,410,630 +"244015",104711,31436,3,410,2892 +"244016",104711,33621,3,410,1319 +"244017",104711,34158,3,410,2639 +"244018",104711,34314,2,410,630 +"244019",104711,34934,3,410,645 +"244020",104711,34945,3,410,1298 +"244021",104711,35041,3,410,1311 +"244022",104711,35673,3,410,1067 +"244023",104711,36439,3,410,2469 +"244024",104711,37509,3,410,1640 +"244025",104711,38213,3,410,1744 +"244026",104711,38259,3,410,2258 +"244027",104711,38676,3,410,2286 +"244028",104711,39294,3,410,1889 +"244029",104711,40028,3,410,1349 +"244030",104711,40226,3,410,880 +"244031",104711,40488,3,410,486 +"244032",104711,41085,3,410,637 +"244033",104711,43046,3,410,419 +"244034",104711,43173,3,410,2895 +"244035",104711,43226,3,410,2442 +"244036",104711,44427,3,410,2875 +"244037",104711,45684,3,410,2200 +"244038",104711,46196,3,410,1510 +"244039",104711,46621,3,410,1343 +"244040",104711,47064,3,410,1993 +"244041",104711,47248,3,410,2883 +"244042",104711,47585,3,410,794 +"244043",104711,49300,3,410,515 +"244044",104711,49620,3,410,1868 +"244045",104711,50235,2,410,726 +"244046",104711,50236,3,410,2339 +"244047",104711,52136,3,410,1412 +"244048",104711,52323,3,410,2148 +"244049",104711,52327,3,410,1472 +"244050",104711,52735,3,410,1124 +"244051",104711,53252,3,410,637 +"244052",104711,56082,3,410,2395 +"244053",104711,57990,2,410,978 +"244054",104711,59939,3,410,936 +"244055",104711,61689,3,410,1309 +"244056",104711,61785,3,410,822 +"244057",104711,62062,3,410,860 +"244058",104711,69122,3,410,416 +"244059",104711,70838,3,410,687 +"244060",104711,71274,3,410,2390 +"244061",104711,74636,3,410,2525 +"244062",104711,75025,3,410,717 +"244063",104711,75921,3,410,517 +"244064",104711,76127,3,410,910 +"244065",104711,76192,2,410,912 +"244066",104711,78569,3,410,578 +"244067",104711,79364,3,410,834 +"244068",104711,79657,3,410,1260 +"244069",104711,82401,3,410,1210 +"244070",104711,84612,3,410,2175 +"244071",104711,88232,3,410,2881 +"244072",104711,92491,3,410,1968 +"244073",104711,92592,2,410,486 +"244074",104711,93398,3,410,828 +"244075",104711,97674,2,410,1912 +"244076",104711,97824,3,410,1229 +"244077",104711,99953,3,410,581 +"244078",104711,100215,3,410,2436 +"244079",104711,101598,3,410,781 +"244080",104711,101967,3,410,691 +"244081",104711,102731,3,410,630 +"244082",104711,105207,3,410,451 +"244083",104711,109506,3,410,458 +"244084",104711,109663,3,410,545 +"244085",104711,111576,3,410,458 +"244086",104758,67252,3,255,1215 +"244087",104758,82046,2,255,748 +"244088",104828,4066,3,1609,1736 +"244089",104828,4361,3,1609,2571 +"244090",104828,5363,3,1609,1791 +"244091",104828,5962,2,1609,2491 +"244092",104828,6119,2,1609,2358 +"244093",104828,7997,3,1609,2049 +"244094",104828,8062,3,1609,2858 +"244095",104828,8607,3,1609,1685 +"244096",104828,10336,1,1609,2271 +"244097",104828,11029,2,1609,2362 +"244098",104828,11563,3,1609,1863 +"244099",104828,16286,2,1609,2470 +"244100",104828,17826,3,1609,2920 +"244101",104828,19751,3,1609,1630 +"244102",104828,25373,3,1609,2783 +"244103",104828,27908,3,1609,2576 +"244104",104828,31700,3,1609,2727 +"244105",104828,32311,3,1609,2396 +"244106",104828,32988,3,1609,2008 +"244107",104828,34831,3,1609,1866 +"244108",104828,34870,3,1609,1873 +"244109",104828,37036,2,1609,2264 +"244110",104828,41969,3,1609,2189 +"244111",104828,46532,3,1609,2005 +"244112",104828,51360,2,1609,1882 +"244113",104828,51879,3,1609,1771 +"244114",104828,60879,3,1609,2792 +"244115",104828,60952,3,1609,2076 +"244116",104828,70070,3,1609,2425 +"244117",104828,80527,3,1609,1664 +"244118",104828,82819,3,1609,1900 +"244119",104828,82932,3,1609,2245 +"244120",104843,5937,3,1167,2392 +"244121",104843,6234,3,1167,2654 +"244122",104843,7499,3,1167,1803 +"244123",104843,11868,3,1167,1639 +"244124",104843,13671,3,1167,1371 +"244125",104843,15150,3,1167,2801 +"244126",104843,15558,2,1167,2389 +"244127",104843,16524,3,1167,1556 +"244128",104843,16969,3,1167,1917 +"244129",104843,18821,3,1167,2075 +"244130",104843,19002,3,1167,2053 +"244131",104843,20011,3,1167,2826 +"244132",104843,23728,3,1167,2601 +"244133",104843,29775,3,1167,2064 +"244134",104843,34576,3,1167,1727 +"244135",104843,48585,3,1167,2063 +"244136",104843,82246,3,1167,1538 +"244137",104843,96700,3,1167,1602 +"244138",104902,10592,3,147,859 +"244139",104929,19358,2,238,880 +"244140",104929,32070,3,238,950 +"244141",104929,46568,3,238,822 +"244142",104929,54737,3,238,326 +"244143",104929,56168,3,238,1466 +"244144",104929,104161,3,238,613 +"244145",105063,135,2,1908,2233 +"244146",105063,145,3,1908,1998 +"244147",105063,455,2,1908,2827 +"244148",105063,470,2,1908,2285 +"244149",105063,913,2,1908,2144 +"244150",105063,1136,3,1908,2536 +"244151",105063,1691,3,1908,1941 +"244152",105063,3164,3,1908,2693 +"244153",105063,3966,3,1908,2425 +"244154",105063,4084,2,1908,2133 +"244155",105063,4191,3,1908,2130 +"244156",105063,6030,3,1908,2953 +"244157",105063,6390,3,1908,2385 +"244158",105063,6428,3,1908,1952 +"244159",105063,6491,3,1908,2424 +"244160",105063,7245,3,1908,2089 +"244161",105063,7515,3,1908,2737 +"244162",105063,7847,2,1908,2424 +"244163",105063,10373,3,1908,2436 +"244164",105063,10433,2,1908,2075 +"244165",105063,11516,3,1908,1937 +"244166",105063,11966,3,1908,2385 +"244167",105063,12602,3,1908,1956 +"244168",105063,14731,3,1908,2012 +"244169",105063,14972,3,1908,2332 +"244170",105063,15301,3,1908,2308 +"244171",105063,17413,3,1908,2230 +"244172",105063,19072,3,1908,2358 +"244173",105063,20292,3,1908,2755 +"244174",105063,21571,3,1908,2755 +"244175",105063,22566,2,1908,2308 +"244176",105063,23132,3,1908,2756 +"244177",105063,23705,1,1908,2699 +"244178",105063,24448,3,1908,2289 +"244179",105063,24568,2,1908,1937 +"244180",105063,25129,3,1908,2647 +"244181",105063,27275,3,1908,2656 +"244182",105063,27390,3,1908,2425 +"244183",105063,27628,3,1908,2389 +"244184",105063,28050,3,1908,1955 +"244185",105063,28101,2,1908,1949 +"244186",105063,28168,3,1908,2702 +"244187",105063,29308,3,1908,2094 +"244188",105063,29930,3,1908,2240 +"244189",105063,30052,3,1908,2855 +"244190",105063,31235,3,1908,2668 +"244191",105063,33622,3,1908,2230 +"244192",105063,34509,3,1908,1973 +"244193",105063,40369,3,1908,2735 +"244194",105063,43173,3,1908,2895 +"244195",105063,43226,3,1908,2442 +"244196",105063,43566,3,1908,2730 +"244197",105063,45633,3,1908,2134 +"244198",105063,47248,3,1908,2883 +"244199",105063,50685,3,1908,2008 +"244200",105063,51017,3,1908,2073 +"244201",105063,55139,3,1908,2323 +"244202",105063,55156,3,1908,2196 +"244203",105063,58284,3,1908,2292 +"244204",105063,63409,2,1908,1937 +"244205",105063,64997,2,1908,2791 +"244206",105063,66413,1,1908,2507 +"244207",105063,73305,3,1908,2544 +"244208",105063,78563,3,1908,2385 +"244209",105077,5864,3,920,1197 +"244210",105077,12084,3,920,1960 +"244211",105077,14772,2,920,2386 +"244212",105077,15244,3,920,1600 +"244213",105077,20469,3,920,2125 +"244214",105077,23301,3,920,1611 +"244215",105077,28090,3,920,1755 +"244216",105077,32849,3,920,975 +"244217",105077,41004,2,920,2561 +"244218",105077,42175,3,920,1594 +"244219",105077,46602,2,920,2786 +"244220",105077,51516,3,920,1361 +"244221",105077,60966,3,920,2734 +"244222",105077,68215,3,920,2727 +"244223",105077,68888,3,920,2786 +"244224",105077,104195,2,920,1187 +"244225",105100,2269,3,633,984 +"244226",105100,3186,3,633,919 +"244227",105100,4567,3,633,2348 +"244228",105100,18825,2,633,1240 +"244229",105100,19093,3,633,2224 +"244230",105100,23825,3,633,1913 +"244231",105100,27377,3,633,1724 +"244232",105100,30095,3,633,1578 +"244233",105100,33672,3,633,2396 +"244234",105100,40129,3,633,2162 +"244235",105100,41837,3,633,2399 +"244236",105100,70605,3,633,1176 +"244237",105117,733,3,809,1653 +"244238",105117,2208,3,809,2814 +"244239",105117,3583,3,809,818 +"244240",105117,4317,3,809,1224 +"244241",105117,4567,3,809,2348 +"244242",105117,5515,3,809,2385 +"244243",105117,7759,3,809,2844 +"244244",105117,7834,3,809,1708 +"244245",105117,7847,3,809,2424 +"244246",105117,8712,2,809,1153 +"244247",105117,9311,3,809,2477 +"244248",105117,10843,3,809,2277 +"244249",105117,15700,3,809,1712 +"244250",105117,16164,3,809,1184 +"244251",105117,16608,3,809,1769 +"244252",105117,17502,3,809,869 +"244253",105117,18825,3,809,1240 +"244254",105117,20124,3,809,2376 +"244255",105117,22050,2,809,966 +"244256",105117,22543,2,809,1594 +"244257",105117,22857,3,809,1708 +"244258",105117,23112,3,809,1192 +"244259",105117,23825,2,809,1913 +"244260",105117,24755,3,809,1319 +"244261",105117,26659,3,809,903 +"244262",105117,27001,3,809,1761 +"244263",105117,28193,3,809,1032 +"244264",105117,30095,3,809,1578 +"244265",105117,30334,3,809,2075 +"244266",105117,32606,3,809,2100 +"244267",105117,36514,3,809,1192 +"244268",105117,37636,3,809,2178 +"244269",105117,38055,3,809,1089 +"244270",105117,40392,3,809,1878 +"244271",105117,50946,3,809,1075 +"244272",105117,51783,3,809,2599 +"244273",105117,52043,2,809,977 +"244274",105117,56082,3,809,2395 +"244275",105117,60624,3,809,1570 +"244276",105117,66756,3,809,1301 +"244277",105117,67150,3,809,2633 +"244278",105117,69250,3,809,1439 +"244279",105117,69745,3,809,1594 +"244280",105117,76999,3,809,908 +"244281",105117,79627,3,809,2409 +"244282",105117,80219,3,809,988 +"244283",105117,87144,3,809,2299 +"244284",105117,90013,3,809,1461 +"244285",105127,11602,3,207,1493 +"244286",105127,25530,3,207,2884 +"244287",105127,31797,3,207,1501 +"244288",105207,206,3,451,1986 +"244289",105207,312,3,451,2038 +"244290",105207,913,3,451,2144 +"244291",105207,1036,3,451,1367 +"244292",105207,1092,3,451,1945 +"244293",105207,1592,3,451,2006 +"244294",105207,1691,2,451,1941 +"244295",105207,1985,3,451,888 +"244296",105207,2011,3,451,2176 +"244297",105207,2208,3,451,2814 +"244298",105207,2684,2,451,2874 +"244299",105207,3144,3,451,869 +"244300",105207,4317,3,451,1224 +"244301",105207,4932,3,451,2752 +"244302",105207,5018,3,451,640 +"244303",105207,5258,2,451,2730 +"244304",105207,5296,3,451,820 +"244305",105207,5429,3,451,1991 +"244306",105207,6252,3,451,2336 +"244307",105207,6390,2,451,2385 +"244308",105207,7233,3,451,572 +"244309",105207,7672,3,451,1974 +"244310",105207,8011,3,451,889 +"244311",105207,8537,3,451,472 +"244312",105207,8657,3,451,2473 +"244313",105207,8762,3,451,2585 +"244314",105207,9511,3,451,1232 +"244315",105207,9805,3,451,1621 +"244316",105207,10401,3,451,863 +"244317",105207,10528,3,451,502 +"244318",105207,11055,2,451,2111 +"244319",105207,11351,3,451,2971 +"244320",105207,11620,3,451,2010 +"244321",105207,12199,3,451,1651 +"244322",105207,12462,3,451,1461 +"244323",105207,13451,3,451,1174 +"244324",105207,13945,3,451,1324 +"244325",105207,14072,3,451,1346 +"244326",105207,14108,3,451,2012 +"244327",105207,14983,3,451,1047 +"244328",105207,16201,3,451,1811 +"244329",105207,17434,3,451,1642 +"244330",105207,18502,2,451,1033 +"244331",105207,18543,1,451,2968 +"244332",105207,19248,3,451,2357 +"244333",105207,19332,2,451,1214 +"244334",105207,19718,3,451,1702 +"244335",105207,19882,3,451,565 +"244336",105207,19937,3,451,1587 +"244337",105207,20311,3,451,1981 +"244338",105207,20407,3,451,2339 +"244339",105207,20715,3,451,1312 +"244340",105207,21133,3,451,1320 +"244341",105207,22586,3,451,1341 +"244342",105207,23403,3,451,607 +"244343",105207,23787,3,451,2810 +"244344",105207,24198,3,451,2217 +"244345",105207,24753,3,451,2860 +"244346",105207,25565,3,451,2764 +"244347",105207,26106,3,451,2015 +"244348",105207,26342,3,451,527 +"244349",105207,27275,3,451,2656 +"244350",105207,27501,3,451,1981 +"244351",105207,28592,3,451,2320 +"244352",105207,28808,3,451,1063 +"244353",105207,29224,3,451,2011 +"244354",105207,29750,3,451,689 +"244355",105207,29918,3,451,1953 +"244356",105207,29948,3,451,2795 +"244357",105207,30180,3,451,590 +"244358",105207,30411,3,451,630 +"244359",105207,30602,3,451,960 +"244360",105207,31001,3,451,2119 +"244361",105207,31235,3,451,2668 +"244362",105207,31696,3,451,1595 +"244363",105207,32503,3,451,2020 +"244364",105207,33572,3,451,2370 +"244365",105207,33622,3,451,2230 +"244366",105207,34314,2,451,630 +"244367",105207,34588,3,451,985 +"244368",105207,34945,3,451,1298 +"244369",105207,35041,3,451,1311 +"244370",105207,36439,3,451,2469 +"244371",105207,37509,2,451,1640 +"244372",105207,37628,3,451,819 +"244373",105207,38213,3,451,1744 +"244374",105207,38259,3,451,2258 +"244375",105207,38667,3,451,2880 +"244376",105207,39556,3,451,2747 +"244377",105207,40264,3,451,1418 +"244378",105207,40488,3,451,486 +"244379",105207,40931,3,451,2301 +"244380",105207,40954,3,451,2603 +"244381",105207,41085,2,451,637 +"244382",105207,43173,3,451,2895 +"244383",105207,43226,3,451,2442 +"244384",105207,43635,2,451,1196 +"244385",105207,44427,2,451,2875 +"244386",105207,45545,3,451,1776 +"244387",105207,46621,2,451,1343 +"244388",105207,47064,3,451,1993 +"244389",105207,47248,3,451,2883 +"244390",105207,47435,3,451,878 +"244391",105207,47585,2,451,794 +"244392",105207,48754,3,451,1972 +"244393",105207,49300,2,451,515 +"244394",105207,49620,3,451,1868 +"244395",105207,50235,3,451,726 +"244396",105207,50685,3,451,2008 +"244397",105207,51572,3,451,912 +"244398",105207,52136,3,451,1412 +"244399",105207,52323,3,451,2148 +"244400",105207,52327,3,451,1472 +"244401",105207,52735,3,451,1124 +"244402",105207,53252,3,451,637 +"244403",105207,55139,3,451,2323 +"244404",105207,55156,3,451,2196 +"244405",105207,55880,3,451,626 +"244406",105207,56116,3,451,1321 +"244407",105207,57732,3,451,2454 +"244408",105207,57990,3,451,978 +"244409",105207,58284,3,451,2292 +"244410",105207,61689,2,451,1309 +"244411",105207,61785,2,451,822 +"244412",105207,62602,3,451,1172 +"244413",105207,64181,3,451,1828 +"244414",105207,64533,3,451,1446 +"244415",105207,68055,3,451,1236 +"244416",105207,69067,3,451,626 +"244417",105207,69257,3,451,1402 +"244418",105207,69447,3,451,1197 +"244419",105207,71274,2,451,2390 +"244420",105207,72571,3,451,1175 +"244421",105207,74636,3,451,2525 +"244422",105207,75025,2,451,717 +"244423",105207,75921,3,451,517 +"244424",105207,76127,3,451,910 +"244425",105207,76192,3,451,912 +"244426",105207,78416,3,451,630 +"244427",105207,78563,3,451,2385 +"244428",105207,78569,3,451,578 +"244429",105207,79364,2,451,834 +"244430",105207,79657,2,451,1260 +"244431",105207,81895,3,451,1634 +"244432",105207,82401,2,451,1210 +"244433",105207,84426,3,451,1301 +"244434",105207,84612,3,451,2175 +"244435",105207,88232,3,451,2881 +"244436",105207,88966,3,451,1568 +"244437",105207,89880,3,451,1938 +"244438",105207,92592,2,451,486 +"244439",105207,93398,3,451,828 +"244440",105207,95288,3,451,1602 +"244441",105207,97275,3,451,731 +"244442",105207,97674,3,451,1912 +"244443",105207,97824,3,451,1229 +"244444",105207,99152,3,451,1698 +"244445",105207,99953,3,451,581 +"244446",105207,100215,3,451,2436 +"244447",105207,100432,2,451,1358 +"244448",105207,101347,3,451,1335 +"244449",105207,101967,2,451,691 +"244450",105207,102360,3,451,796 +"244451",105207,102400,3,451,1761 +"244452",105207,102731,3,451,630 +"244453",105207,106318,3,451,1698 +"244454",105207,106555,3,451,1626 +"244455",105207,108430,3,451,1642 +"244456",105207,108709,2,451,462 +"244457",105207,109506,3,451,458 +"244458",105233,357,3,1199,2327 +"244459",105233,499,3,1199,1931 +"244460",105233,543,3,1199,2203 +"244461",105233,669,3,1199,1423 +"244462",105233,1777,3,1199,1965 +"244463",105233,2036,3,1199,2483 +"244464",105233,2063,3,1199,1278 +"244465",105233,2754,2,1199,1360 +"244466",105233,3167,2,1199,1676 +"244467",105233,3242,3,1199,1730 +"244468",105233,3830,3,1199,1661 +"244469",105233,4191,3,1199,2130 +"244470",105233,4366,3,1199,1726 +"244471",105233,5462,3,1199,2374 +"244472",105233,5504,3,1199,2389 +"244473",105233,8621,3,1199,1681 +"244474",105233,8700,3,1199,1270 +"244475",105233,10859,3,1199,2231 +"244476",105233,13945,3,1199,1324 +"244477",105233,14189,3,1199,1483 +"244478",105233,15184,3,1199,2396 +"244479",105233,18735,3,1199,1581 +"244480",105233,19027,3,1199,2721 +"244481",105233,19568,3,1199,2302 +"244482",105233,20563,3,1199,2267 +"244483",105233,23508,3,1199,1907 +"244484",105233,24362,3,1199,1287 +"244485",105233,24923,3,1199,2785 +"244486",105233,27478,3,1199,2485 +"244487",105233,28892,2,1199,2023 +"244488",105233,31799,2,1199,2547 +"244489",105233,32516,3,1199,2050 +"244490",105233,32988,3,1199,2008 +"244491",105233,34836,3,1199,2302 +"244492",105233,35256,3,1199,2271 +"244493",105233,38449,3,1199,1802 +"244494",105233,41747,3,1199,1722 +"244495",105233,42505,3,1199,2008 +"244496",105233,46391,3,1199,1779 +"244497",105233,47082,3,1199,1990 +"244498",105233,51410,3,1199,2739 +"244499",105233,53031,3,1199,2065 +"244500",105233,54100,3,1199,1327 +"244501",105233,55139,3,1199,2323 +"244502",105233,58035,3,1199,1646 +"244503",105233,61719,2,1199,1515 +"244504",105233,63770,3,1199,1324 +"244505",105233,65029,3,1199,2954 +"244506",105233,72334,3,1199,2820 +"244507",105233,72468,3,1199,2292 +"244508",105233,82767,3,1199,1641 +"244509",105233,93615,3,1199,2386 +"244510",105233,93752,3,1199,1368 +"244511",105233,97160,3,1199,1215 +"244512",105253,3559,3,476,2413 +"244513",105253,4622,3,476,1589 +"244514",105253,4968,3,476,1586 +"244515",105253,19667,3,476,1466 +"244516",105253,20547,3,476,2145 +"244517",105253,20739,3,476,2025 +"244518",105253,20921,2,476,723 +"244519",105253,25518,3,476,1955 +"244520",105253,29100,2,476,843 +"244521",105253,31357,3,476,2389 +"244522",105253,38602,3,476,2693 +"244523",105253,39893,3,476,1601 +"244524",105253,51399,3,476,934 +"244525",105253,52953,3,476,1741 +"244526",105253,54385,3,476,2340 +"244527",105253,55730,3,476,1217 +"244528",105253,55997,2,476,1414 +"244529",105253,63104,3,476,2149 +"244530",105253,63631,3,476,763 +"244531",105253,76135,3,476,593 +"244532",105253,76295,3,476,1001 +"244533",105253,79874,3,476,1570 +"244534",105253,80615,3,476,2252 +"244535",105253,83598,2,476,619 +"244536",105253,84808,3,476,1974 +"244537",105253,94513,3,476,1102 +"244538",105253,110871,3,476,2879 +"244539",105255,8890,3,297,1955 +"244540",105255,18217,3,297,1566 +"244541",105255,30668,3,297,2882 +"244542",105255,30669,2,297,1921 +"244543",105255,34742,3,297,1883 +"244544",105262,2407,3,223,1725 +"244545",105262,3669,3,223,2524 +"244546",105262,4913,2,223,292 +"244547",105262,5414,3,223,2321 +"244548",105262,7126,3,223,1261 +"244549",105262,9727,3,223,2327 +"244550",105262,9808,3,223,1648 +"244551",105262,11135,3,223,2441 +"244552",105262,14957,3,223,2306 +"244553",105262,15502,3,223,2637 +"244554",105262,15891,2,223,589 +"244555",105262,16866,3,223,2718 +"244556",105262,18865,3,223,2676 +"244557",105262,18954,2,223,2364 +"244558",105262,18992,3,223,243 +"244559",105262,20392,1,223,1309 +"244560",105262,20517,3,223,1465 +"244561",105262,23890,2,223,1810 +"244562",105262,24109,1,223,504 +"244563",105262,24761,3,223,2384 +"244564",105262,28914,2,223,580 +"244565",105262,29824,3,223,2772 +"244566",105262,31795,1,223,412 +"244567",105262,33562,2,223,1979 +"244568",105262,33955,2,223,1178 +"244569",105262,33961,2,223,1269 +"244570",105262,36577,3,223,958 +"244571",105262,48879,3,223,1524 +"244572",105262,50476,3,223,1641 +"244573",105262,51448,3,223,1593 +"244574",105262,53498,2,223,1967 +"244575",105262,59347,3,223,1926 +"244576",105262,63395,3,223,2334 +"244577",105262,63555,2,223,1290 +"244578",105262,65007,3,223,2530 +"244579",105262,69215,1,223,1591 +"244580",105262,72827,3,223,1359 +"244581",105262,80680,2,223,2403 +"244582",105262,83133,3,223,1055 +"244583",105262,94339,3,223,2768 +"244584",105262,105867,2,223,1641 +"244585",105262,108872,1,223,1810 +"244586",105262,110659,1,223,515 +"244587",105262,115966,3,223,2349 +"244588",105353,13158,3,2073,2667 +"244589",105353,13479,3,2073,2155 +"244590",105400,782,3,290,945 +"244591",105400,5568,3,290,1290 +"244592",105400,23430,3,290,904 +"244593",105400,30164,3,290,404 +"244594",105400,41953,3,290,945 +"244595",105400,55091,3,290,546 +"244596",105400,55892,3,290,1234 +"244597",105400,81584,2,290,1616 +"244598",105400,93332,3,290,982 +"244599",105419,1203,3,855,1350 +"244600",105419,11424,3,855,1631 +"244601",105419,13079,2,855,2547 +"244602",105419,34094,2,855,1360 +"244603",105435,3158,3,684,2762 +"244604",105435,4634,3,684,2291 +"244605",105435,8463,3,684,2466 +"244606",105435,10990,3,684,805 +"244607",105435,12632,3,684,1174 +"244608",105435,12966,2,684,2011 +"244609",105435,13595,3,684,1164 +"244610",105435,14212,2,684,857 +"244611",105435,14490,3,684,2291 +"244612",105435,14957,3,684,2306 +"244613",105435,15782,3,684,2306 +"244614",105435,16963,3,684,1999 +"244615",105435,22357,3,684,1397 +"244616",105435,26597,3,684,2070 +"244617",105435,36440,3,684,704 +"244618",105435,36478,2,684,2808 +"244619",105435,41350,3,684,1935 +"244620",105435,41489,3,684,2006 +"244621",105435,42390,3,684,2937 +"244622",105435,44132,3,684,1999 +"244623",105435,45297,3,684,1864 +"244624",105435,49142,1,684,2289 +"244625",105435,51505,2,684,1572 +"244626",105435,52386,2,684,1830 +"244627",105435,64803,3,684,841 +"244628",105435,65375,3,684,824 +"244629",105435,66368,2,684,2413 +"244630",105435,67289,2,684,829 +"244631",105435,68884,1,684,1011 +"244632",105435,69260,2,684,1698 +"244633",105435,69732,3,684,732 +"244634",105435,82217,3,684,2441 +"244635",105435,84235,3,684,1639 +"244636",105435,88984,3,684,935 +"244637",105435,96332,2,684,1197 +"244638",105435,122938,2,684,1023 +"244639",105483,47440,2,1679,2234 +"244640",105487,60867,3,667,2689 +"244641",105551,19073,3,2623,2748 +"244642",105602,307,3,434,2530 +"244643",105602,325,3,434,495 +"244644",105602,380,3,434,2261 +"244645",105602,913,3,434,2144 +"244646",105602,1044,3,434,880 +"244647",105602,1639,3,434,2631 +"244648",105602,1826,3,434,924 +"244649",105602,2424,3,434,2582 +"244650",105602,3306,3,434,1989 +"244651",105602,3716,3,434,1679 +"244652",105602,3801,3,434,1974 +"244653",105602,4164,3,434,588 +"244654",105602,4790,2,434,1025 +"244655",105602,4791,3,434,1184 +"244656",105602,5041,3,434,2371 +"244657",105602,6718,3,434,2138 +"244658",105602,8073,3,434,1847 +"244659",105602,8490,3,434,564 +"244660",105602,8529,3,434,1205 +"244661",105602,9364,2,434,1698 +"244662",105602,9474,3,434,864 +"244663",105602,10222,3,434,2212 +"244664",105602,10513,2,434,2284 +"244665",105602,11006,3,434,1950 +"244666",105602,11055,3,434,2111 +"244667",105602,11540,3,434,1237 +"244668",105602,11576,3,434,808 +"244669",105602,11620,3,434,2010 +"244670",105602,12863,3,434,2027 +"244671",105602,13905,3,434,452 +"244672",105602,14678,3,434,799 +"244673",105602,16332,2,434,2668 +"244674",105602,16940,2,434,1290 +"244675",105602,18415,3,434,2184 +"244676",105602,19096,3,434,1538 +"244677",105602,19248,3,434,2357 +"244678",105602,19719,3,434,2177 +"244679",105602,20124,3,434,2376 +"244680",105602,20287,3,434,1099 +"244681",105602,20975,1,434,1305 +"244682",105602,20988,2,434,455 +"244683",105602,21138,3,434,2849 +"244684",105602,21197,3,434,1437 +"244685",105602,21198,2,434,935 +"244686",105602,21285,3,434,2100 +"244687",105602,21617,3,434,516 +"244688",105602,21706,3,434,1988 +"244689",105602,22282,3,434,1418 +"244690",105602,22586,2,434,1341 +"244691",105602,23450,1,434,967 +"244692",105602,23729,3,434,1624 +"244693",105602,24755,3,434,1319 +"244694",105602,25027,3,434,564 +"244695",105602,26471,3,434,1061 +"244696",105602,26749,2,434,2965 +"244697",105602,27173,3,434,2050 +"244698",105602,27175,3,434,1447 +"244699",105602,27275,3,434,2656 +"244700",105602,27390,3,434,2425 +"244701",105602,27501,3,434,1981 +"244702",105602,27694,3,434,2030 +"244703",105602,28015,2,434,1624 +"244704",105602,29705,2,434,607 +"244705",105602,29750,3,434,689 +"244706",105602,30180,3,434,590 +"244707",105602,32601,3,434,1033 +"244708",105602,33949,3,434,2489 +"244709",105602,34836,3,434,2302 +"244710",105602,35095,3,434,1502 +"244711",105602,38019,3,434,1870 +"244712",105602,38780,3,434,2705 +"244713",105602,39238,2,434,922 +"244714",105602,41174,3,434,850 +"244715",105602,43051,3,434,904 +"244716",105602,43226,3,434,2442 +"244717",105602,43385,3,434,1623 +"244718",105602,44059,3,434,525 +"244719",105602,45608,3,434,2420 +"244720",105602,45660,3,434,618 +"244721",105602,46723,2,434,607 +"244722",105602,47772,2,434,2293 +"244723",105602,48414,3,434,1749 +"244724",105602,49512,3,434,1302 +"244725",105602,50219,2,434,756 +"244726",105602,50685,3,434,2008 +"244727",105602,51017,3,434,2073 +"244728",105602,52058,3,434,1836 +"244729",105602,52576,2,434,2234 +"244730",105602,54305,3,434,1222 +"244731",105602,55082,3,434,1856 +"244732",105602,55139,3,434,2323 +"244733",105602,55468,3,434,2511 +"244734",105602,56317,3,434,2030 +"244735",105602,56340,3,434,2060 +"244736",105602,57353,3,434,1849 +"244737",105602,57990,3,434,978 +"244738",105602,58508,3,434,2326 +"244739",105602,58652,3,434,1437 +"244740",105602,61982,3,434,2725 +"244741",105602,65007,3,434,2530 +"244742",105602,66860,3,434,1548 +"244743",105602,67719,3,434,2429 +"244744",105602,68043,3,434,690 +"244745",105602,69712,3,434,1219 +"244746",105602,70603,3,434,1002 +"244747",105602,71342,1,434,1289 +"244748",105602,72468,3,434,2292 +"244749",105602,72956,2,434,1251 +"244750",105602,73128,2,434,1549 +"244751",105602,75948,3,434,1006 +"244752",105602,76127,3,434,910 +"244753",105602,76284,3,434,1237 +"244754",105602,77305,2,434,965 +"244755",105602,79322,3,434,2770 +"244756",105602,79436,3,434,1344 +"244757",105602,80825,3,434,2315 +"244758",105602,81588,2,434,1568 +"244759",105602,82949,3,434,2077 +"244760",105602,87692,3,434,775 +"244761",105602,89097,2,434,935 +"244762",105602,89541,3,434,525 +"244763",105602,90573,3,434,878 +"244764",105602,90802,3,434,877 +"244765",105602,92220,2,434,607 +"244766",105602,98781,3,434,1410 +"244767",105602,101395,3,434,891 +"244768",105602,109510,3,434,621 +"244769",105670,53599,3,1351,2364 +"244770",105680,5971,3,1674,1985 +"244771",105685,6914,2,2469,2668 +"244772",105685,25129,3,2469,2647 +"244773",105685,53846,3,2469,2737 +"244774",105685,66318,3,2469,2803 +"244775",105742,2208,3,231,2814 +"244776",105742,2269,3,231,984 +"244777",105742,2731,3,231,434 +"244778",105742,4317,2,231,1224 +"244779",105742,4701,3,231,2401 +"244780",105742,4790,2,231,1025 +"244781",105742,4791,2,231,1184 +"244782",105742,9200,3,231,787 +"244783",105742,9751,3,231,1397 +"244784",105742,11348,3,231,824 +"244785",105742,14678,3,231,799 +"244786",105742,17328,3,231,1206 +"244787",105742,18393,3,231,860 +"244788",105742,18707,3,231,1143 +"244789",105742,21029,3,231,1943 +"244790",105742,21122,3,231,1701 +"244791",105742,21198,3,231,935 +"244792",105742,22282,3,231,1418 +"244793",105742,23825,3,231,1913 +"244794",105742,24755,3,231,1319 +"244795",105742,26451,3,231,2133 +"244796",105742,27390,3,231,2425 +"244797",105742,27849,3,231,1316 +"244798",105742,28124,3,231,434 +"244799",105742,29705,2,231,607 +"244800",105742,37334,3,231,398 +"244801",105742,41174,3,231,850 +"244802",105742,43051,3,231,904 +"244803",105742,44059,3,231,525 +"244804",105742,46723,3,231,607 +"244805",105742,50219,3,231,756 +"244806",105742,51810,3,231,1401 +"244807",105742,52058,3,231,1836 +"244808",105742,55468,3,231,2511 +"244809",105742,57950,3,231,1529 +"244810",105742,64181,3,231,1828 +"244811",105742,66860,3,231,1548 +"244812",105742,73136,3,231,328 +"244813",105742,75948,2,231,1006 +"244814",105742,77155,3,231,2946 +"244815",105742,77305,3,231,965 +"244816",105742,78092,3,231,430 +"244817",105742,79322,3,231,2770 +"244818",105742,81588,3,231,1568 +"244819",105742,83434,3,231,850 +"244820",105742,89097,3,231,935 +"244821",105742,89541,3,231,525 +"244822",105742,90573,3,231,878 +"244823",105742,92220,2,231,607 +"244824",105742,99444,2,231,408 +"244825",105757,1314,3,806,1522 +"244826",105757,1349,3,806,1147 +"244827",105757,1846,3,806,1845 +"244828",105757,2936,3,806,2512 +"244829",105757,2959,3,806,1785 +"244830",105757,3493,3,806,2451 +"244831",105757,4526,3,806,1728 +"244832",105757,4660,3,806,2149 +"244833",105757,5683,2,806,2468 +"244834",105757,6877,3,806,867 +"244835",105757,13296,3,806,839 +"244836",105757,15535,3,806,891 +"244837",105757,20941,3,806,2725 +"244838",105757,22166,3,806,994 +"244839",105757,23966,2,806,891 +"244840",105757,31335,3,806,2351 +"244841",105757,31408,3,806,994 +"244842",105757,32470,3,806,1539 +"244843",105757,46650,3,806,1330 +"244844",105757,50996,3,806,929 +"244845",105757,67617,3,806,1149 +"244846",105757,68539,3,806,1158 +"244847",105757,72986,3,806,1055 +"244848",105757,96310,2,806,1016 +"244849",105795,499,3,1265,1931 +"244850",105795,1777,3,1265,1965 +"244851",105795,3352,3,1265,1707 +"244852",105795,3830,3,1265,1661 +"244853",105795,5078,3,1265,2033 +"244854",105795,5457,3,1265,2077 +"244855",105795,5462,2,1265,2374 +"244856",105795,5504,3,1265,2389 +"244857",105795,8866,3,1265,1545 +"244858",105795,10799,3,1265,2010 +"244859",105795,18366,3,1265,2699 +"244860",105795,19606,3,1265,2783 +"244861",105795,21122,3,1265,1701 +"244862",105795,21416,2,1265,2375 +"244863",105795,22749,3,1265,1727 +"244864",105795,23806,3,1265,1671 +"244865",105795,31799,3,1265,2547 +"244866",105795,41278,3,1265,1873 +"244867",105795,49277,3,1265,1928 +"244868",105795,57950,2,1265,1529 +"244869",105795,58180,2,1265,1919 +"244870",105795,59205,3,1265,2387 +"244871",105795,65007,3,1265,2530 +"244872",105795,68810,3,1265,2409 +"244873",105795,82829,3,1265,2416 +"244874",105795,85430,3,1265,2370 +"244875",105795,107435,2,1265,1635 +"244876",105863,17716,2,844,915 +"244877",105863,19771,3,844,2410 +"244878",105863,31243,3,844,1355 +"244879",105863,35777,3,844,1166 +"244880",105863,42747,3,844,1189 +"244881",105863,43225,1,844,1835 +"244882",105863,60867,3,844,2689 +"244883",105867,2344,3,1641,2752 +"244884",105867,2802,3,1641,1836 +"244885",105867,3669,3,1641,2524 +"244886",105867,10727,3,1641,2082 +"244887",105867,18954,3,1641,2364 +"244888",105867,23890,3,1641,1810 +"244889",105867,33562,3,1641,1979 +"244890",105867,53498,3,1641,1967 +"244891",105867,108872,2,1641,1810 +"244892",105887,1393,3,615,1706 +"244893",105887,2370,3,615,1600 +"244894",105887,4249,3,615,2547 +"244895",105887,4723,3,615,1314 +"244896",105887,4784,3,615,2511 +"244897",105887,6020,3,615,1864 +"244898",105887,6345,3,615,2713 +"244899",105887,7900,3,615,893 +"244900",105887,7903,3,615,744 +"244901",105887,7932,3,615,789 +"244902",105887,9724,3,615,2713 +"244903",105887,13595,3,615,1164 +"244904",105887,14172,3,615,1923 +"244905",105887,14212,3,615,857 +"244906",105887,14957,3,615,2306 +"244907",105887,15281,3,615,810 +"244908",105887,15782,3,615,2306 +"244909",105887,16455,3,615,946 +"244910",105887,16866,3,615,2718 +"244911",105887,17531,3,615,876 +"244912",105887,21142,3,615,2414 +"244913",105887,21358,2,615,1970 +"244914",105887,21920,2,615,2367 +"244915",105887,23550,3,615,2939 +"244916",105887,28648,2,615,1586 +"244917",105887,31950,2,615,2217 +"244918",105887,34274,3,615,1437 +"244919",105887,40510,2,615,943 +"244920",105887,41489,3,615,2006 +"244921",105887,45297,3,615,1864 +"244922",105887,45449,3,615,1610 +"244923",105887,45450,2,615,1590 +"244924",105887,45562,2,615,623 +"244925",105887,48254,3,615,1013 +"244926",105887,48781,2,615,954 +"244927",105887,48823,3,615,2080 +"244928",105887,48931,3,615,2444 +"244929",105887,49029,2,615,647 +"244930",105887,53293,3,615,2916 +"244931",105887,54488,3,615,2357 +"244932",105887,55493,1,615,869 +"244933",105887,57549,3,615,2335 +"244934",105887,61921,3,615,1793 +"244935",105887,64737,3,615,2442 +"244936",105887,77719,3,615,2086 +"244937",105887,79639,2,615,1013 +"244938",105887,80186,3,615,2228 +"244939",105887,84235,2,615,1639 +"244940",105887,84581,3,615,1241 +"244941",105887,90852,3,615,764 +"244942",105887,92366,1,615,1434 +"244943",105887,93642,3,615,1120 +"244944",105887,94808,3,615,988 +"244945",105887,100084,3,615,1964 +"244946",105887,100231,3,615,998 +"244947",105887,103989,3,615,1207 +"244948",105887,116484,3,615,902 +"244949",105887,116771,3,615,623 +"244950",105947,135,1,997,2233 +"244951",105947,455,2,997,2827 +"244952",105947,470,3,997,2285 +"244953",105947,600,2,997,1702 +"244954",105947,675,3,997,1686 +"244955",105947,913,3,997,2144 +"244956",105947,1130,3,997,1566 +"244957",105947,1136,3,997,2536 +"244958",105947,1367,3,997,2176 +"244959",105947,2424,3,997,2582 +"244960",105947,2533,3,997,2016 +"244961",105947,2954,3,997,2727 +"244962",105947,4084,3,997,2133 +"244963",105947,4191,2,997,2130 +"244964",105947,4360,3,997,1770 +"244965",105947,4618,3,997,2607 +"244966",105947,4790,3,997,1025 +"244967",105947,5451,3,997,1299 +"244968",105947,6428,3,997,1952 +"244969",105947,6491,3,997,2424 +"244970",105947,7245,2,997,2089 +"244971",105947,7847,3,997,2424 +"244972",105947,8533,3,997,2251 +"244973",105947,10433,3,997,2075 +"244974",105947,11434,3,997,1187 +"244975",105947,11546,3,997,1174 +"244976",105947,12863,3,997,2027 +"244977",105947,16201,3,997,1811 +"244978",105947,17357,3,997,1536 +"244979",105947,17698,3,997,1559 +"244980",105947,18415,3,997,2184 +"244981",105947,18735,3,997,1581 +"244982",105947,19113,3,997,1171 +"244983",105947,19248,3,997,2357 +"244984",105947,19719,3,997,2177 +"244985",105947,20563,3,997,2267 +"244986",105947,22566,3,997,2308 +"244987",105947,23132,3,997,2756 +"244988",105947,23705,3,997,2699 +"244989",105947,23918,2,997,1881 +"244990",105947,24568,3,997,1937 +"244991",105947,25289,2,997,1790 +"244992",105947,25341,2,997,1858 +"244993",105947,25577,3,997,1946 +"244994",105947,25643,3,997,1646 +"244995",105947,26282,3,997,1241 +"244996",105947,26322,2,997,1018 +"244997",105947,27628,3,997,2389 +"244998",105947,27837,2,997,1315 +"244999",105947,28101,3,997,1949 +"245000",105947,28115,3,997,1835 +"245001",105947,28991,3,997,1688 +"245002",105947,29170,2,997,1846 +"245003",105947,29456,3,997,1182 +"245004",105947,30052,3,997,2855 +"245005",105947,31050,1,997,1491 +"245006",105947,32601,3,997,1033 +"245007",105947,32988,3,997,2008 +"245008",105947,33622,3,997,2230 +"245009",105947,34160,2,997,1759 +"245010",105947,34480,3,997,2755 +"245011",105947,34509,3,997,1973 +"245012",105947,35302,2,997,1589 +"245013",105947,38019,3,997,1870 +"245014",105947,38727,3,997,2238 +"245015",105947,40293,3,997,1671 +"245016",105947,40369,3,997,2735 +"245017",105947,41739,1,997,1339 +"245018",105947,42505,3,997,2008 +"245019",105947,42935,3,997,2400 +"245020",105947,44306,3,997,1036 +"245021",105947,45633,2,997,2134 +"245022",105947,48414,3,997,1749 +"245023",105947,49144,2,997,1542 +"245024",105947,50041,3,997,1565 +"245025",105947,50685,2,997,2008 +"245026",105947,51410,3,997,2739 +"245027",105947,51471,3,997,1280 +"245028",105947,52576,3,997,2234 +"245029",105947,52735,3,997,1124 +"245030",105947,53196,1,997,1888 +"245031",105947,54158,2,997,1756 +"245032",105947,54250,3,997,2340 +"245033",105947,55139,2,997,2323 +"245034",105947,56317,3,997,2030 +"245035",105947,58035,3,997,1646 +"245036",105947,60185,3,997,1206 +"245037",105947,61982,3,997,2725 +"245038",105947,62841,3,997,2710 +"245039",105947,63409,3,997,1937 +"245040",105947,64181,2,997,1828 +"245041",105947,64997,3,997,2791 +"245042",105947,65625,1,997,1273 +"245043",105947,65691,3,997,2134 +"245044",105947,66413,2,997,2507 +"245045",105947,67314,2,997,1051 +"245046",105947,67383,3,997,1739 +"245047",105947,72207,3,997,2430 +"245048",105947,81781,3,997,1431 +"245049",105947,82787,3,997,1144 +"245050",105947,97160,3,997,1215 +"245051",105947,105063,2,997,1908 +"245052",105959,843,3,1327,2332 +"245053",105959,3271,3,1327,2216 +"245054",105959,7604,3,1327,1366 +"245055",105959,9272,3,1327,2835 +"245056",105959,20541,3,1327,2617 +"245057",105959,43226,3,1327,2442 +"245058",105959,48110,3,1327,2009 +"245059",105959,58508,3,1327,2326 +"245060",105959,69335,3,1327,2698 +"245061",105959,80301,3,1327,1690 +"245062",105959,93553,2,1327,2537 +"245063",105977,270,3,134,2542 +"245064",105977,325,3,134,495 +"245065",105977,1124,3,134,1596 +"245066",105977,6718,3,134,2138 +"245067",105977,10488,2,134,1524 +"245068",105977,12632,3,134,1174 +"245069",105977,16593,3,134,1139 +"245070",105977,17952,3,134,1530 +"245071",105977,18394,3,134,2356 +"245072",105977,21352,3,134,1604 +"245073",105977,23330,3,134,448 +"245074",105977,23725,3,134,2378 +"245075",105977,23731,3,134,1656 +"245076",105977,25886,3,134,1580 +"245077",105977,27112,3,134,500 +"245078",105977,30325,3,134,1067 +"245079",105977,32131,3,134,1035 +"245080",105977,39187,3,134,2166 +"245081",105977,39570,3,134,496 +"245082",105977,41051,3,134,2767 +"245083",105977,46196,3,134,1510 +"245084",105977,47130,3,134,2654 +"245085",105977,52136,3,134,1412 +"245086",105977,56082,3,134,2395 +"245087",105977,61980,3,134,2392 +"245088",105977,65223,3,134,2724 +"245089",105977,65478,3,134,220 +"245090",105977,67763,1,134,822 +"245091",105977,70724,3,134,496 +"245092",105977,70781,3,134,199 +"245093",105977,72207,3,134,2430 +"245094",105977,79804,3,134,2227 +"245095",105977,80009,3,134,1640 +"245096",105977,80784,2,134,1738 +"245097",105977,82131,3,134,186 +"245098",105977,91772,3,134,2233 +"245099",105977,91912,3,134,790 +"245100",105977,98719,3,134,1096 +"245101",105977,113026,3,134,213 +"245102",106026,393,2,172,643 +"245103",106026,1708,3,172,1591 +"245104",106026,4249,3,172,2547 +"245105",106026,4784,3,172,2511 +"245106",106026,6020,3,172,1864 +"245107",106026,6747,2,172,2913 +"245108",106026,6841,2,172,263 +"245109",106026,13595,3,172,1164 +"245110",106026,14772,3,172,2386 +"245111",106026,16910,2,172,1978 +"245112",106026,21358,3,172,1970 +"245113",106026,23963,3,172,647 +"245114",106026,28648,3,172,1586 +"245115",106026,34274,3,172,1437 +"245116",106026,41489,3,172,2006 +"245117",106026,45297,2,172,1864 +"245118",106026,46049,3,172,2102 +"245119",106026,48823,3,172,2080 +"245120",106026,49029,3,172,647 +"245121",106026,50468,3,172,1659 +"245122",106026,54816,3,172,592 +"245123",106026,82217,3,172,2441 +"245124",106026,93642,3,172,1120 +"245125",106053,35464,2,2469,2502 +"245126",106053,102284,3,2469,2877 +"245127",106175,49277,3,1307,1928 +"245128",106175,59205,3,1307,2387 +"245129",106214,2865,3,987,2006 +"245130",106214,19332,3,987,1214 +"245131",106214,21092,3,987,1643 +"245132",106231,6324,3,858,1990 +"245133",106231,9423,3,858,1708 +"245134",106231,12081,3,858,2166 +"245135",106231,18670,3,858,1835 +"245136",106231,21079,3,858,1997 +"245137",106231,23312,3,858,2449 +"245138",106231,38307,3,858,2648 +"245139",106231,49470,3,858,1528 +"245140",106231,52032,3,858,2853 +"245141",106231,53120,3,858,975 +"245142",106231,70573,3,858,1993 +"245143",106240,364,3,705,2351 +"245144",106240,1154,3,705,1656 +"245145",106240,1519,3,705,2349 +"245146",106240,1846,3,705,1845 +"245147",106240,2747,3,705,2411 +"245148",106240,2852,2,705,2448 +"245149",106240,2936,3,705,2512 +"245150",106240,3493,3,705,2451 +"245151",106240,4660,3,705,2149 +"245152",106240,5106,2,705,2622 +"245153",106240,5897,3,705,2337 +"245154",106240,6877,3,705,867 +"245155",106240,7126,3,705,1261 +"245156",106240,7196,3,705,1508 +"245157",106240,7984,3,705,2493 +"245158",106240,8890,3,705,1955 +"245159",106240,8913,3,705,968 +"245160",106240,9785,3,705,2951 +"245161",106240,12361,3,705,2732 +"245162",106240,12653,3,705,1573 +"245163",106240,13296,3,705,839 +"245164",106240,14108,3,705,2012 +"245165",106240,14449,3,705,1258 +"245166",106240,14781,3,705,2338 +"245167",106240,14817,3,705,2110 +"245168",106240,15118,3,705,1311 +"245169",106240,15401,3,705,1999 +"245170",106240,15826,3,705,2772 +"245171",106240,16365,2,705,2217 +"245172",106240,16864,3,705,814 +"245173",106240,17033,2,705,2771 +"245174",106240,17257,3,705,1117 +"245175",106240,19655,3,705,2706 +"245176",106240,20395,3,705,1468 +"245177",106240,20984,3,705,2502 +"245178",106240,21133,3,705,1320 +"245179",106240,21383,3,705,971 +"245180",106240,21670,3,705,2158 +"245181",106240,21681,3,705,2005 +"245182",106240,22501,3,705,1006 +"245183",106240,22722,3,705,1233 +"245184",106240,23966,3,705,891 +"245185",106240,26793,3,705,2104 +"245186",106240,27008,3,705,911 +"245187",106240,28784,3,705,1579 +"245188",106240,28896,3,705,1395 +"245189",106240,29267,3,705,1234 +"245190",106240,29473,3,705,2602 +"245191",106240,31335,3,705,2351 +"245192",106240,31700,3,705,2727 +"245193",106240,32131,3,705,1035 +"245194",106240,32988,3,705,2008 +"245195",106240,33870,3,705,955 +"245196",106240,34216,3,705,2832 +"245197",106240,34478,2,705,2265 +"245198",106240,35822,3,705,1903 +"245199",106240,36031,3,705,2342 +"245200",106240,36737,2,705,829 +"245201",106240,37424,3,705,1693 +"245202",106240,37937,3,705,1320 +"245203",106240,38602,3,705,2693 +"245204",106240,38915,3,705,746 +"245205",106240,40572,3,705,2666 +"245206",106240,41023,3,705,2408 +"245207",106240,45729,3,705,2606 +"245208",106240,47384,3,705,1639 +"245209",106240,48215,3,705,2028 +"245210",106240,49265,3,705,2686 +"245211",106240,50630,3,705,2615 +"245212",106240,51144,3,705,2466 +"245213",106240,53323,3,705,2677 +"245214",106240,54775,3,705,2383 +"245215",106240,54890,3,705,877 +"245216",106240,57380,3,705,2362 +"245217",106240,57990,3,705,978 +"245218",106240,61138,3,705,1188 +"245219",106240,61785,3,705,822 +"245220",106240,63641,3,705,2337 +"245221",106240,63644,3,705,1267 +"245222",106240,65155,3,705,1947 +"245223",106240,66717,3,705,2104 +"245224",106240,68539,3,705,1158 +"245225",106240,68931,2,705,2771 +"245226",106240,70583,2,705,2615 +"245227",106240,72535,3,705,1191 +"245228",106240,72632,3,705,1289 +"245229",106240,72728,3,705,2234 +"245230",106240,73245,3,705,802 +"245231",106240,79158,3,705,1252 +"245232",106240,85198,3,705,1794 +"245233",106240,85869,3,705,1509 +"245234",106240,88232,3,705,2881 +"245235",106240,90719,3,705,1234 +"245236",106240,93102,3,705,1174 +"245237",106240,95910,3,705,999 +"245238",106240,96007,3,705,895 +"245239",106240,96352,3,705,1493 +"245240",106240,104217,3,705,956 +"245241",106265,2269,3,615,984 +"245242",106265,3186,3,615,919 +"245243",106265,4567,2,615,2348 +"245244",106265,8712,2,615,1153 +"245245",106265,16310,3,615,2796 +"245246",106265,18825,1,615,1240 +"245247",106265,22543,3,615,1594 +"245248",106265,23825,3,615,1913 +"245249",106265,25490,3,615,639 +"245250",106265,25622,3,615,1985 +"245251",106265,28048,3,615,1637 +"245252",106265,30095,3,615,1578 +"245253",106265,33672,3,615,2396 +"245254",106265,40129,3,615,2162 +"245255",106265,41837,3,615,2399 +"245256",106265,44135,3,615,2620 +"245257",106265,52508,3,615,2337 +"245258",106265,60624,3,615,1570 +"245259",106265,69250,3,615,1439 +"245260",106265,70605,3,615,1176 +"245261",106265,105100,3,615,633 +"245262",106265,115078,3,615,697 +"245263",106299,1046,3,1190,1881 +"245264",106299,3167,3,1190,1676 +"245265",106299,5462,3,1190,2374 +"245266",106299,8229,3,1190,1241 +"245267",106299,8533,3,1190,2251 +"245268",106299,8621,3,1190,1681 +"245269",106299,15539,3,1190,1929 +"245270",106299,19516,3,1190,2313 +"245271",106299,22108,2,1190,1915 +"245272",106299,30119,3,1190,1961 +"245273",106299,57077,3,1190,1885 +"245274",106299,57609,3,1190,2717 +"245275",106299,57781,3,1190,1971 +"245276",106299,57977,2,1190,2683 +"245277",106299,82681,3,1190,1620 +"245278",106318,1691,3,1698,1941 +"245279",106318,2208,3,1698,2814 +"245280",106318,2289,3,1698,2389 +"245281",106318,2684,3,1698,2874 +"245282",106318,3011,3,1698,2278 +"245283",106318,11055,3,1698,2111 +"245284",106318,16111,3,1698,1714 +"245285",106318,16201,2,1698,1811 +"245286",106318,19862,2,1698,2412 +"245287",106318,22180,3,1698,1835 +"245288",106318,22578,3,1698,2216 +"245289",106318,30150,3,1698,1704 +"245290",106318,39556,2,1698,2747 +"245291",106318,40493,3,1698,1981 +"245292",106318,49696,3,1698,2444 +"245293",106318,54879,3,1698,2210 +"245294",106318,57732,2,1698,2454 +"245295",106318,67145,3,1698,2015 +"245296",106318,97013,2,1698,1797 +"245297",106330,33460,3,2559,2781 +"245298",106399,680,3,1530,2569 +"245299",106399,4303,3,1530,2414 +"245300",106399,4665,3,1530,1569 +"245301",106399,13136,3,1530,2867 +"245302",106399,14754,3,1530,2456 +"245303",106399,19934,3,1530,2888 +"245304",106399,31335,3,1530,2351 +"245305",106399,37752,3,1530,2223 +"245306",106399,39418,2,1530,1978 +"245307",106399,41723,3,1530,2101 +"245308",106399,44694,3,1530,2220 +"245309",106399,50585,3,1530,2414 +"245310",106399,59039,3,1530,2870 +"245311",106399,61541,3,1530,2699 +"245312",106399,65188,3,1530,2213 +"245313",106399,65381,3,1530,2184 +"245314",106399,72597,3,1530,1843 +"245315",106399,74055,3,1530,1544 +"245316",106399,92860,3,1530,1643 +"245317",106409,2443,3,265,2333 +"245318",106409,6295,3,265,856 +"245319",106409,7604,3,265,1366 +"245320",106409,9269,3,265,1892 +"245321",106409,9895,3,265,1960 +"245322",106409,9910,3,265,2526 +"245323",106409,14212,3,265,857 +"245324",106409,15926,3,265,545 +"245325",106409,20695,3,265,2526 +"245326",106409,21044,3,265,1574 +"245327",106409,43768,3,265,1468 +"245328",106409,46568,3,265,822 +"245329",106409,49708,2,265,1147 +"245330",106409,53020,1,265,2747 +"245331",106409,53584,3,265,2391 +"245332",106409,63329,3,265,639 +"245333",106409,68262,3,265,441 +"245334",106409,84591,2,265,1685 +"245335",106409,87915,2,265,1152 +"245336",106409,101381,1,265,977 +"245337",106409,101666,3,265,1257 +"245338",106417,9331,3,480,2269 +"245339",106417,17549,3,480,2647 +"245340",106417,24456,2,480,1238 +"245341",106417,55349,3,480,826 +"245342",106417,85097,3,480,1143 +"245343",106417,100321,2,480,1142 +"245344",106428,13079,3,2321,2547 +"245345",106449,330,3,862,2163 +"245346",106449,4681,3,862,2356 +"245347",106449,5405,3,862,1510 +"245348",106449,5622,3,862,2175 +"245349",106449,7180,3,862,2227 +"245350",106449,9272,3,862,2835 +"245351",106449,9723,3,862,2302 +"245352",106449,11239,2,862,2181 +"245353",106449,11310,3,862,957 +"245354",106449,12375,3,862,1873 +"245355",106449,14888,3,862,1411 +"245356",106449,16684,3,862,1657 +"245357",106449,16751,3,862,2301 +"245358",106449,18202,3,862,2475 +"245359",106449,19364,2,862,2846 +"245360",106449,20700,3,862,2861 +"245361",106449,22709,3,862,2743 +"245362",106449,27195,3,862,2158 +"245363",106449,28432,2,862,1954 +"245364",106449,34831,3,862,1866 +"245365",106449,34921,3,862,2181 +"245366",106449,37859,3,862,1999 +"245367",106449,39294,3,862,1889 +"245368",106449,39906,3,862,2365 +"245369",106449,41240,2,862,2220 +"245370",106449,45684,3,862,2200 +"245371",106449,46506,3,862,2464 +"245372",106449,49608,3,862,2184 +"245373",106449,53809,2,862,1956 +"245374",106449,57246,3,862,1873 +"245375",106449,57414,3,862,922 +"245376",106449,73553,2,862,2726 +"245377",106449,88966,3,862,1568 +"245378",106449,93953,3,862,969 +"245379",106449,109978,2,862,1865 +"245380",106449,121354,2,862,2862 +"245381",106466,457,3,953,1704 +"245382",106466,1102,3,953,2282 +"245383",106466,3751,3,953,1358 +"245384",106466,5580,3,953,2111 +"245385",106466,6074,3,953,2426 +"245386",106466,8192,3,953,1670 +"245387",106466,8376,3,953,1670 +"245388",106466,9175,3,953,2639 +"245389",106466,9654,3,953,2111 +"245390",106466,12432,3,953,1816 +"245391",106466,12449,3,953,2067 +"245392",106466,13869,3,953,1786 +"245393",106466,20162,3,953,2328 +"245394",106466,20486,3,953,1908 +"245395",106466,24558,3,953,2139 +"245396",106466,50667,3,953,2719 +"245397",106466,108107,1,953,1704 +"245398",106544,279,3,626,1989 +"245399",106544,380,3,626,2261 +"245400",106544,4690,3,626,1938 +"245401",106544,5235,3,626,2324 +"245402",106544,10513,3,626,2284 +"245403",106544,12528,3,626,2589 +"245404",106544,12602,3,626,1956 +"245405",106544,12618,3,626,2021 +"245406",106544,14834,3,626,2739 +"245407",106544,21249,3,626,1635 +"245408",106544,22567,3,626,2396 +"245409",106544,23966,3,626,891 +"245410",106544,32457,2,626,2690 +"245411",106544,35186,3,626,1520 +"245412",106544,44193,2,626,989 +"245413",106544,45302,3,626,2390 +"245414",106544,46950,3,626,2673 +"245415",106544,52735,3,626,1124 +"245416",106544,53968,3,626,2703 +"245417",106544,64699,3,626,2797 +"245418",106544,69712,3,626,1219 +"245419",106544,80825,3,626,2315 +"245420",106544,84268,3,626,1217 +"245421",106554,283,3,1270,2082 +"245422",106554,378,3,1270,2766 +"245423",106554,3100,3,1270,2524 +"245424",106554,3403,3,1270,2951 +"245425",106554,3520,3,1270,2281 +"245426",106554,3786,3,1270,2282 +"245427",106554,6071,3,1270,2310 +"245428",106554,9912,2,1270,1356 +"245429",106554,11135,2,1270,2441 +"245430",106554,15502,3,1270,2637 +"245431",106554,19687,2,1270,2072 +"245432",106554,21352,3,1270,1604 +"245433",106554,21895,3,1270,1693 +"245434",106554,21976,3,1270,1808 +"245435",106554,23639,2,1270,2065 +"245436",106554,23731,3,1270,1656 +"245437",106554,24116,3,1270,1413 +"245438",106554,25286,3,1270,1545 +"245439",106554,28567,2,1270,2398 +"245440",106554,32312,3,1270,1472 +"245441",106554,34055,3,1270,1881 +"245442",106554,34334,3,1270,1637 +"245443",106554,41051,3,1270,2767 +"245444",106554,42486,3,1270,1951 +"245445",106554,42628,3,1270,2486 +"245446",106554,45487,3,1270,2256 +"245447",106554,47330,2,1270,2422 +"245448",106554,51448,3,1270,1593 +"245449",106554,56212,3,1270,1410 +"245450",106554,56673,2,1270,2419 +"245451",106554,62498,3,1270,1698 +"245452",106554,79236,3,1270,1505 +"245453",106554,81134,2,1270,1384 +"245454",106554,91772,3,1270,2233 +"245455",106554,92947,3,1270,1289 +"245456",106554,93670,3,1270,1682 +"245457",106555,1136,3,1626,2536 +"245458",106555,2407,3,1626,1725 +"245459",106555,2798,2,1626,1673 +"245460",106555,8073,3,1626,1847 +"245461",106555,14032,3,1626,2144 +"245462",106555,14731,3,1626,2012 +"245463",106555,15207,3,1626,1855 +"245464",106555,16866,3,1626,2718 +"245465",106555,18543,3,1626,2968 +"245466",106555,18865,3,1626,2676 +"245467",106555,22080,3,1626,2436 +"245468",106555,29918,3,1626,1953 +"245469",106555,36862,3,1626,2655 +"245470",106555,42216,3,1626,2722 +"245471",106555,55155,2,1626,2333 +"245472",106555,56854,3,1626,2022 +"245473",106555,63395,3,1626,2334 +"245474",106555,108430,3,1626,1642 +"245475",106566,3863,3,448,856 +"245476",106566,9724,3,448,2713 +"245477",106566,12828,1,448,799 +"245478",106566,14108,3,448,2012 +"245479",106566,35041,1,448,1311 +"245480",106566,48215,3,448,2028 +"245481",106566,56116,2,448,1321 +"245482",106566,56237,3,448,2625 +"245483",106566,67805,3,448,1338 +"245484",106566,75025,3,448,717 +"245485",106566,76450,3,448,1077 +"245486",106566,101347,3,448,1335 +"245487",106566,106555,3,448,1626 +"245488",106570,72728,2,1702,2234 +"245489",106620,2063,3,1177,1278 +"245490",106620,3167,3,1177,1676 +"245491",106620,3961,3,1177,2426 +"245492",106620,4939,3,1177,1382 +"245493",106620,5239,3,1177,2875 +"245494",106620,7196,3,1177,1508 +"245495",106620,7984,3,1177,2493 +"245496",106620,11477,3,1177,2724 +"245497",106620,13780,3,1177,2412 +"245498",106620,14943,2,1177,1942 +"245499",106620,15401,2,1177,1999 +"245500",106620,16625,3,1177,1285 +"245501",106620,16801,3,1177,2008 +"245502",106620,16826,3,1177,2599 +"245503",106620,17484,3,1177,1256 +"245504",106620,17997,3,1177,1621 +"245505",106620,18103,3,1177,1968 +"245506",106620,20311,3,1177,1981 +"245507",106620,23132,3,1177,2756 +"245508",106620,26713,3,1177,1235 +"245509",106620,28784,3,1177,1579 +"245510",106620,29456,3,1177,1182 +"245511",106620,30747,3,1177,2455 +"245512",106620,31069,3,1177,1995 +"245513",106620,32988,2,1177,2008 +"245514",106620,33801,3,1177,2899 +"245515",106620,38219,3,1177,1689 +"245516",106620,38449,3,1177,1802 +"245517",106620,40432,2,1177,1956 +"245518",106620,40645,3,1177,1899 +"245519",106620,42505,3,1177,2008 +"245520",106620,44720,3,1177,1202 +"245521",106620,45959,3,1177,1880 +"245522",106620,46040,3,1177,2105 +"245523",106620,51410,3,1177,2739 +"245524",106620,65155,2,1177,1947 +"245525",106620,65203,3,1177,1597 +"245526",106620,65322,2,1177,2008 +"245527",106620,70736,3,1177,1512 +"245528",106620,76511,3,1177,1250 +"245529",106620,78150,3,1177,2581 +"245530",106620,79567,3,1177,1942 +"245531",106620,82301,3,1177,1621 +"245532",106620,82767,3,1177,1641 +"245533",106620,89511,3,1177,1205 +"245534",106620,92757,3,1177,2615 +"245535",106620,96352,3,1177,1493 +"245536",106620,97160,3,1177,1215 +"245537",106690,267,3,901,2631 +"245538",106690,7118,3,901,966 +"245539",106690,15401,3,901,1999 +"245540",106690,18013,3,901,1625 +"245541",106690,18464,3,901,2312 +"245542",106690,22207,3,901,2365 +"245543",106690,29512,3,901,1594 +"245544",106690,40565,2,901,2115 +"245545",106690,44403,3,901,2429 +"245546",106690,53105,3,901,953 +"245547",106690,66756,3,901,1301 +"245548",106690,82270,3,901,1641 +"245549",106690,83218,3,901,1537 +"245550",106725,2563,3,710,1686 +"245551",106725,18211,3,710,1745 +"245552",106725,28057,2,710,1067 +"245553",106725,84907,3,710,1259 +"245554",106725,94520,3,710,1243 +"245555",106755,31357,3,2166,2389 +"245556",106755,51843,3,2166,2389 +"245557",106755,54385,3,2166,2340 +"245558",106865,5864,3,830,1197 +"245559",106865,10875,3,830,1234 +"245560",106865,13248,3,830,1385 +"245561",106865,13801,3,830,2041 +"245562",106865,20643,3,830,2341 +"245563",106865,32113,3,830,882 +"245564",106865,47082,3,830,1990 +"245565",106865,95846,3,830,1324 +"245566",106865,109635,3,830,1925 +"245567",106865,111165,2,830,1256 +"245568",106891,8865,2,1907,2394 +"245569",106891,69232,3,1907,2130 +"245570",106939,3242,3,64,1730 +"245571",106939,4980,3,64,2093 +"245572",106939,16074,3,64,977 +"245573",106939,16164,3,64,1184 +"245574",106939,17357,3,64,1536 +"245575",106939,19963,3,64,810 +"245576",106939,20319,3,64,468 +"245577",106939,21911,2,64,1184 +"245578",106939,22501,3,64,1006 +"245579",106939,23506,3,64,1172 +"245580",106939,23704,3,64,2278 +"245581",106939,26436,3,64,2489 +"245582",106939,27753,3,64,2750 +"245583",106939,28731,2,64,955 +"245584",106939,30438,2,64,1617 +"245585",106939,31000,2,64,1526 +"245586",106939,31243,3,64,1355 +"245587",106939,34000,3,64,203 +"245588",106939,34492,2,64,1798 +"245589",106939,38449,3,64,1802 +"245590",106939,45715,1,64,2287 +"245591",106939,50976,3,64,547 +"245592",106939,51410,3,64,2739 +"245593",106939,51987,3,64,1397 +"245594",106939,77001,3,64,1440 +"245595",106939,82454,3,64,1266 +"245596",106939,86550,3,64,955 +"245597",106939,88860,1,64,1014 +"245598",106939,109383,2,64,952 +"245599",106939,111761,3,64,783 +"245600",106939,114342,3,64,228 +"245601",106939,120112,3,64,954 +"245602",106962,80156,2,936,1667 +"245603",106962,84649,3,936,2280 +"245604",106963,1560,3,686,2013 +"245605",106963,3477,3,686,2546 +"245606",106963,4313,3,686,2368 +"245607",106963,6063,3,686,2349 +"245608",106963,9716,3,686,1929 +"245609",106963,12735,3,686,819 +"245610",106963,12779,3,686,936 +"245611",106963,14626,3,686,2175 +"245612",106963,18217,3,686,1566 +"245613",106963,18855,3,686,1362 +"245614",106963,22462,3,686,869 +"245615",106963,31170,3,686,1776 +"245616",106963,33223,3,686,2397 +"245617",106963,40542,3,686,1664 +"245618",106963,41185,2,686,1929 +"245619",106963,78768,3,686,841 +"245620",106963,96349,2,686,1874 +"245621",106988,2289,3,1164,2389 +"245622",106988,7292,3,1164,1988 +"245623",106988,9057,3,1164,2629 +"245624",106988,22033,3,1164,1356 +"245625",106988,31099,3,1164,1356 +"245626",106988,39556,3,1164,2747 +"245627",106988,50001,3,1164,1518 +"245628",106988,59868,2,1164,1637 +"245629",107052,38259,2,2158,2258 +"245630",107053,140,3,68,2267 +"245631",107053,359,3,68,635 +"245632",107053,1150,3,68,1595 +"245633",107053,2700,3,68,857 +"245634",107053,2852,3,68,2448 +"245635",107053,5346,3,68,1438 +"245636",107053,5833,3,68,197 +"245637",107053,7615,3,68,1657 +"245638",107053,8513,3,68,875 +"245639",107053,9227,3,68,1267 +"245640",107053,9241,2,68,2338 +"245641",107053,9301,3,68,1861 +"245642",107053,9787,3,68,2858 +"245643",107053,10453,3,68,1656 +"245644",107053,11588,3,68,2352 +"245645",107053,13879,2,68,2748 +"245646",107053,14754,3,68,2456 +"245647",107053,15826,3,68,2772 +"245648",107053,16021,3,68,858 +"245649",107053,16501,3,68,1650 +"245650",107053,19662,3,68,170 +"245651",107053,19934,3,68,2888 +"245652",107053,20176,2,68,1050 +"245653",107053,20273,3,68,148 +"245654",107053,20395,3,68,1468 +"245655",107053,21207,3,68,1258 +"245656",107053,22945,3,68,237 +"245657",107053,23806,3,68,1671 +"245658",107053,24060,3,68,2349 +"245659",107053,25163,3,68,1751 +"245660",107053,25378,3,68,1245 +"245661",107053,26182,3,68,2775 +"245662",107053,27320,2,68,2378 +"245663",107053,28057,3,68,1067 +"245664",107053,28893,3,68,2764 +"245665",107053,29267,3,68,1234 +"245666",107053,29286,3,68,1612 +"245667",107053,29495,3,68,1612 +"245668",107053,29997,3,68,1789 +"245669",107053,30262,3,68,1715 +"245670",107053,30865,3,68,2038 +"245671",107053,30974,3,68,947 +"245672",107053,32920,3,68,2158 +"245673",107053,33341,2,68,2338 +"245674",107053,33870,3,68,955 +"245675",107053,33957,3,68,245 +"245676",107053,35640,3,68,495 +"245677",107053,36344,3,68,2570 +"245678",107053,38087,3,68,1083 +"245679",107053,38373,3,68,1928 +"245680",107053,39062,3,68,2020 +"245681",107053,39534,3,68,2410 +"245682",107053,39589,3,68,1292 +"245683",107053,40492,3,68,1286 +"245684",107053,41023,2,68,2408 +"245685",107053,41439,3,68,709 +"245686",107053,41581,3,68,1692 +"245687",107053,41598,3,68,2291 +"245688",107053,42725,3,68,630 +"245689",107053,42756,3,68,1384 +"245690",107053,43207,2,68,635 +"245691",107053,43250,3,68,1300 +"245692",107053,43961,3,68,2443 +"245693",107053,44074,3,68,1299 +"245694",107053,44749,3,68,1303 +"245695",107053,46299,3,68,1132 +"245696",107053,47148,3,68,569 +"245697",107053,47375,3,68,2043 +"245698",107053,47595,3,68,2374 +"245699",107053,47968,3,68,2829 +"245700",107053,50229,1,68,1190 +"245701",107053,50581,1,68,1258 +"245702",107053,57067,3,68,2547 +"245703",107053,57356,2,68,2476 +"245704",107053,58015,3,68,899 +"245705",107053,59039,3,68,2870 +"245706",107053,59485,3,68,1564 +"245707",107053,60808,2,68,1258 +"245708",107053,63644,3,68,1267 +"245709",107053,64993,3,68,615 +"245710",107053,66121,3,68,1281 +"245711",107053,69788,3,68,2007 +"245712",107053,87907,3,68,1173 +"245713",107053,88067,2,68,2315 +"245714",107053,89538,3,68,1847 +"245715",107053,90674,3,68,621 +"245716",107053,94448,3,68,242 +"245717",107053,96365,3,68,1700 +"245718",107053,99966,3,68,606 +"245719",107053,100260,3,68,888 +"245720",107053,107303,2,68,217 +"245721",107053,113238,3,68,671 +"245722",107053,117675,3,68,85 +"245723",107090,2452,3,954,1715 +"245724",107090,38373,2,954,1928 +"245725",107090,39249,3,954,1665 +"245726",107090,53905,3,954,2193 +"245727",107090,61443,3,954,2770 +"245728",107090,82252,3,954,1248 +"245729",107103,32110,3,2015,2224 +"245730",107103,115059,3,2015,2552 +"245731",107273,341,3,604,2689 +"245732",107273,841,3,604,2964 +"245733",107273,3127,3,604,2273 +"245734",107273,4551,3,604,2720 +"245735",107273,6821,3,604,1788 +"245736",107273,9301,3,604,1861 +"245737",107273,9579,3,604,2105 +"245738",107273,10373,3,604,2436 +"245739",107273,11434,3,604,1187 +"245740",107273,11516,3,604,1937 +"245741",107273,13068,2,604,1778 +"245742",107273,19934,3,604,2888 +"245743",107273,20176,3,604,1050 +"245744",107273,25378,1,604,1245 +"245745",107273,27320,3,604,2378 +"245746",107273,27391,3,604,2378 +"245747",107273,29495,3,604,1612 +"245748",107273,30891,3,604,1256 +"245749",107273,31235,3,604,2668 +"245750",107273,33665,3,604,787 +"245751",107273,38373,3,604,1928 +"245752",107273,40623,2,604,2580 +"245753",107273,50229,3,604,1190 +"245754",107273,53924,3,604,1289 +"245755",107273,57765,3,604,2893 +"245756",107273,58829,3,604,1256 +"245757",107273,59485,3,604,1564 +"245758",107273,64967,3,604,2872 +"245759",107273,64993,3,604,615 +"245760",107273,65188,3,604,2213 +"245761",107273,67942,3,604,973 +"245762",107273,90674,3,604,621 +"245763",107273,95416,3,604,982 +"245764",107273,107292,3,604,1667 +"245765",107273,119524,3,604,1930 +"245766",107273,119921,3,604,1113 +"245767",107292,2452,3,1667,1715 +"245768",107292,9301,3,1667,1861 +"245769",107292,13068,3,1667,1778 +"245770",107292,14709,3,1667,1901 +"245771",107292,21795,3,1667,2653 +"245772",107292,30865,3,1667,2038 +"245773",107292,38373,2,1667,1928 +"245774",107292,41250,3,1667,1703 +"245775",107292,60258,3,1667,2405 +"245776",107292,61443,3,1667,2770 +"245777",107303,900,3,217,2726 +"245778",107303,3493,3,217,2451 +"245779",107303,5484,3,217,582 +"245780",107303,7615,2,217,1657 +"245781",107303,10980,3,217,1974 +"245782",107303,16501,3,217,1650 +"245783",107303,18005,3,217,2449 +"245784",107303,20176,3,217,1050 +"245785",107303,21227,3,217,2110 +"245786",107303,30974,2,217,947 +"245787",107303,33870,3,217,955 +"245788",107303,36344,3,217,2570 +"245789",107303,41250,3,217,1703 +"245790",107303,42331,3,217,1585 +"245791",107303,50229,3,217,1190 +"245792",107303,50581,3,217,1258 +"245793",107303,52136,3,217,1412 +"245794",107303,57067,3,217,2547 +"245795",107303,59039,3,217,2870 +"245796",107303,64947,3,217,2489 +"245797",107303,73737,3,217,1424 +"245798",107303,83301,3,217,1385 +"245799",107303,108196,3,217,422 +"245800",107318,38755,3,1963,2902 +"245801",107383,2852,3,1918,2448 +"245802",107383,16437,3,1918,1956 +"245803",107383,29473,2,1918,2602 +"245804",107383,31868,3,1918,1993 +"245805",107383,35728,3,1918,2017 +"245806",107383,37059,3,1918,2840 +"245807",107383,39534,2,1918,2410 +"245808",107383,41023,3,1918,2408 +"245809",107383,44235,3,1918,2700 +"245810",107383,49347,3,1918,2504 +"245811",107383,49712,3,1918,1937 +"245812",107383,66717,3,1918,2104 +"245813",107383,68215,3,1918,2727 +"245814",107383,69131,3,1918,2122 +"245815",107383,73172,3,1918,2496 +"245816",107383,73192,3,1918,1955 +"245817",107435,160,3,1635,2007 +"245818",107435,237,2,1635,1982 +"245819",107435,364,3,1635,2351 +"245820",107435,448,3,1635,2693 +"245821",107435,798,2,1635,2476 +"245822",107435,913,3,1635,2144 +"245823",107435,1639,3,1635,2631 +"245824",107435,2057,3,1635,1965 +"245825",107435,2418,3,1635,2020 +"245826",107435,2852,3,1635,2448 +"245827",107435,4032,3,1635,1763 +"245828",107435,4660,3,1635,2149 +"245829",107435,7896,3,1635,2447 +"245830",107435,8726,3,1635,2083 +"245831",107435,9115,3,1635,2068 +"245832",107435,10739,3,1635,1807 +"245833",107435,11588,3,1635,2352 +"245834",107435,13920,3,1635,1709 +"245835",107435,14754,3,1635,2456 +"245836",107435,16286,3,1635,2470 +"245837",107435,16501,3,1635,1650 +"245838",107435,18366,3,1635,2699 +"245839",107435,19655,3,1635,2706 +"245840",107435,23131,3,1635,1732 +"245841",107435,24069,3,1635,2697 +"245842",107435,24096,3,1635,2612 +"245843",107435,25373,3,1635,2783 +"245844",107435,27275,3,1635,2656 +"245845",107435,27390,2,1635,2425 +"245846",107435,28081,2,1635,1927 +"245847",107435,28116,3,1635,1643 +"245848",107435,30525,3,1635,1964 +"245849",107435,31335,3,1635,2351 +"245850",107435,32775,3,1635,2135 +"245851",107435,33341,3,1635,2338 +"245852",107435,35477,3,1635,2703 +"245853",107435,38492,3,1635,2280 +"245854",107435,41694,3,1635,2358 +"245855",107435,43593,3,1635,2704 +"245856",107435,43961,3,1635,2443 +"245857",107435,45729,2,1635,2606 +"245858",107435,46261,3,1635,2350 +"245859",107435,51774,3,1635,2459 +"245860",107435,55482,3,1635,1866 +"245861",107435,58180,2,1635,1919 +"245862",107435,63641,3,1635,2337 +"245863",107435,66717,3,1635,2104 +"245864",107435,68789,3,1635,1929 +"245865",107435,74605,3,1635,2265 +"245866",107435,77052,3,1635,2770 +"245867",107467,9948,3,1524,2019 +"245868",107467,20695,3,1524,2526 +"245869",107467,51505,3,1524,1572 +"245870",107478,2864,2,768,1543 +"245871",107478,3395,2,768,1382 +"245872",107478,3397,3,768,2126 +"245873",107478,3453,3,768,2126 +"245874",107478,6492,3,768,1162 +"245875",107478,8866,3,768,1545 +"245876",107478,11912,3,768,889 +"245877",107478,12122,3,768,1385 +"245878",107478,17502,3,768,869 +"245879",107478,19893,2,768,1223 +"245880",107478,32419,3,768,1909 +"245881",107478,33655,3,768,773 +"245882",107478,42023,3,768,2231 +"245883",107478,43902,1,768,1726 +"245884",107478,44089,3,768,1632 +"245885",107478,45650,3,768,1528 +"245886",107478,63907,3,768,2377 +"245887",107496,841,3,1572,2964 +"245888",107496,1702,3,1572,1984 +"245889",107496,3271,3,1572,2216 +"245890",107496,4669,3,1572,2395 +"245891",107496,7780,3,1572,1920 +"245892",107496,9785,3,1572,2951 +"245893",107496,12035,3,1572,2721 +"245894",107496,12653,3,1572,1573 +"245895",107496,16690,3,1572,2132 +"245896",107496,23756,3,1572,2309 +"245897",107496,27320,3,1572,2378 +"245898",107496,28893,3,1572,2764 +"245899",107496,29818,3,1572,1677 +"245900",107496,39534,3,1572,2410 +"245901",107496,57067,3,1572,2547 +"245902",107496,62626,3,1572,2787 +"245903",107496,71531,3,1572,2887 +"245904",107496,96706,3,1572,1597 +"245905",107598,9091,2,999,1312 +"245906",107598,13007,3,999,2496 +"245907",107598,38087,2,999,1083 +"245908",107598,43961,3,999,2443 +"245909",107598,52041,3,999,2694 +"245910",107598,60808,3,999,1258 +"245911",107649,455,3,1573,2827 +"245912",107649,470,3,1573,2285 +"245913",107649,543,3,1573,2203 +"245914",107649,600,3,1573,1702 +"245915",107649,675,3,1573,1686 +"245916",107649,913,3,1573,2144 +"245917",107649,1136,3,1573,2536 +"245918",107649,1691,3,1573,1941 +"245919",107649,1777,3,1573,1965 +"245920",107649,2484,3,1573,2389 +"245921",107649,2523,3,1573,1691 +"245922",107649,3830,3,1573,1661 +"245923",107649,3878,2,1573,1890 +"245924",107649,4687,3,1573,2152 +"245925",107649,5078,3,1573,2033 +"245926",107649,5457,3,1573,2077 +"245927",107649,5462,3,1573,2374 +"245928",107649,5504,2,1573,2389 +"245929",107649,6390,3,1573,2385 +"245930",107649,7323,3,1573,2858 +"245931",107649,7515,3,1573,2737 +"245932",107649,7847,3,1573,2424 +"245933",107649,8621,3,1573,1681 +"245934",107649,9184,3,1573,2670 +"245935",107649,9432,2,1573,1693 +"245936",107649,10433,3,1573,2075 +"245937",107649,11516,2,1573,1937 +"245938",107649,12199,2,1573,1651 +"245939",107649,13068,3,1573,1778 +"245940",107649,17645,3,1573,1918 +"245941",107649,19322,3,1573,2048 +"245942",107649,19335,3,1573,1729 +"245943",107649,20407,3,1573,2339 +"245944",107649,22567,3,1573,2396 +"245945",107649,22749,3,1573,1727 +"245946",107649,23132,2,1573,2756 +"245947",107649,24568,2,1573,1937 +"245948",107649,25816,3,1573,2088 +"245949",107649,27391,3,1573,2378 +"245950",107649,28115,3,1573,1835 +"245951",107649,29930,3,1573,2240 +"245952",107649,31235,3,1573,2668 +"245953",107649,34160,3,1573,1759 +"245954",107649,35302,2,1573,1589 +"245955",107649,36439,3,1573,2469 +"245956",107649,36651,3,1573,1600 +"245957",107649,37570,3,1573,2389 +"245958",107649,40383,3,1573,2639 +"245959",107649,47445,3,1573,2668 +"245960",107649,62219,3,1573,2494 +"245961",107649,62840,3,1573,2502 +"245962",107649,63409,2,1573,1937 +"245963",107649,64181,3,1573,1828 +"245964",107649,64997,3,1573,2791 +"245965",107649,71478,3,1573,1721 +"245966",107649,73305,3,1573,2544 +"245967",107649,79804,3,1573,2227 +"245968",107649,80429,1,1573,1927 +"245969",107649,82949,3,1573,2077 +"245970",107727,20700,3,1130,2861 +"245971",107727,37859,3,1130,1999 +"245972",107758,31251,3,565,2498 +"245973",107758,36440,3,565,704 +"245974",107758,68884,3,565,1011 +"245975",107830,2743,3,552,1278 +"245976",107830,10576,3,552,974 +"245977",107830,32103,2,552,1491 +"245978",107830,69598,3,552,2812 +"245979",107830,97498,2,552,2346 +"245980",107830,97811,3,552,1288 +"245981",107846,2063,3,565,1278 +"245982",107846,3306,3,565,1989 +"245983",107846,9702,2,565,1928 +"245984",107846,14080,3,565,1351 +"245985",107846,15632,3,565,1242 +"245986",107846,20824,3,565,1366 +"245987",107846,23312,3,565,2449 +"245988",107846,23534,2,565,1659 +"245989",107846,24559,2,565,946 +"245990",107846,50236,3,565,2339 +"245991",107846,55185,3,565,922 +"245992",107846,58882,2,565,684 +"245993",107846,67788,3,565,837 +"245994",107846,72557,3,565,972 +"245995",107846,78256,3,565,804 +"245996",107846,81563,2,565,1188 +"245997",107846,88473,3,565,1102 +"245998",107846,91912,3,565,790 +"245999",107993,2344,3,999,2752 +"246000",107993,2802,3,999,1836 +"246001",107993,7948,2,999,1584 +"246002",107993,9506,3,999,1012 +"246003",107993,9716,3,999,1929 +"246004",107993,10727,2,999,2082 +"246005",107993,10908,2,999,1134 +"246006",107993,12228,3,999,2034 +"246007",107993,12818,3,999,2015 +"246008",107993,13024,3,999,2468 +"246009",107993,14025,3,999,2384 +"246010",107993,15088,3,999,2906 +"246011",107993,16361,3,999,1641 +"246012",107993,16590,3,999,1123 +"246013",107993,18855,2,999,1362 +"246014",107993,18954,3,999,2364 +"246015",107993,19296,3,999,1705 +"246016",107993,19366,3,999,2279 +"246017",107993,25885,3,999,1223 +"246018",107993,32235,3,999,2109 +"246019",107993,39258,3,999,2899 +"246020",107993,39589,3,999,1292 +"246021",107993,52185,3,999,1012 +"246022",107993,63555,3,999,1290 +"246023",107993,70656,3,999,2771 +"246024",107993,72827,3,999,1359 +"246025",107993,79036,3,999,2524 +"246026",107993,79822,3,999,1508 +"246027",107993,82426,3,999,1576 +"246028",107993,88171,3,999,1488 +"246029",107993,96349,3,999,1874 +"246030",107993,97266,3,999,1016 +"246031",107993,105867,3,999,1641 +"246032",108107,1102,3,1704,2282 +"246033",108107,5580,3,1704,2111 +"246034",108107,6074,3,1704,2426 +"246035",108107,9175,3,1704,2639 +"246036",108107,9654,3,1704,2111 +"246037",108107,12432,3,1704,1816 +"246038",108107,12449,3,1704,2067 +"246039",108107,13869,3,1704,1786 +"246040",108107,20162,3,1704,2328 +"246041",108107,20486,3,1704,1908 +"246042",108107,24558,3,1704,2139 +"246043",108107,50667,3,1704,2719 +"246044",108107,59700,3,1704,2346 +"246045",108151,22932,3,2377,2469 +"246046",108151,47882,3,2377,2769 +"246047",108151,58711,1,2377,2746 +"246048",108151,67150,3,2377,2633 +"246049",108157,9301,3,1272,1861 +"246050",108157,14287,3,1272,1583 +"246051",108196,900,3,422,2726 +"246052",108196,7615,2,422,1657 +"246053",108196,9703,3,422,1845 +"246054",108196,18005,2,422,2449 +"246055",108196,20155,3,422,1517 +"246056",108196,20176,3,422,1050 +"246057",108196,30865,2,422,2038 +"246058",108196,30974,1,422,947 +"246059",108196,32920,3,422,2158 +"246060",108196,32939,3,422,2277 +"246061",108196,33341,3,422,2338 +"246062",108196,33870,3,422,955 +"246063",108196,36344,1,422,2570 +"246064",108196,38676,3,422,2286 +"246065",108196,38816,3,422,1225 +"246066",108196,44603,3,422,2748 +"246067",108196,50229,3,422,1190 +"246068",108196,57067,3,422,2547 +"246069",108196,57804,3,422,2214 +"246070",108196,59039,3,422,2870 +"246071",108196,63662,3,422,721 +"246072",108196,73737,3,422,1424 +"246073",108196,75282,3,422,2675 +"246074",108196,82426,3,422,1576 +"246075",108196,83301,3,422,1385 +"246076",108196,88067,3,422,2315 +"246077",108196,92904,3,422,780 +"246078",108323,29656,1,1366,1902 +"246079",108323,31281,3,1366,1937 +"246080",108391,14776,2,900,1488 +"246081",108400,669,3,908,1423 +"246082",108400,671,3,908,2328 +"246083",108400,733,3,908,1653 +"246084",108400,1897,2,908,1727 +"246085",108400,2063,3,908,1278 +"246086",108400,2349,3,908,1288 +"246087",108400,2743,3,908,1278 +"246088",108400,3242,2,908,1730 +"246089",108400,4618,3,908,2607 +"246090",108400,5504,3,908,2389 +"246091",108400,7245,3,908,2089 +"246092",108400,8621,2,908,1681 +"246093",108400,10404,3,908,2062 +"246094",108400,10859,3,908,2231 +"246095",108400,10890,3,908,2639 +"246096",108400,15539,3,908,1929 +"246097",108400,16074,3,908,977 +"246098",108400,16164,2,908,1184 +"246099",108400,18571,3,908,2128 +"246100",108400,20563,2,908,2267 +"246101",108400,20824,3,908,1366 +"246102",108400,21911,3,908,1184 +"246103",108400,23506,3,908,1172 +"246104",108400,25341,3,908,1858 +"246105",108400,26436,3,908,2489 +"246106",108400,26516,3,908,2479 +"246107",108400,27753,3,908,2750 +"246108",108400,27783,3,908,2302 +"246109",108400,28731,3,908,955 +"246110",108400,28892,3,908,2023 +"246111",108400,29311,3,908,1849 +"246112",108400,29456,3,908,1182 +"246113",108400,30438,3,908,1617 +"246114",108400,34492,3,908,1798 +"246115",108400,37418,3,908,2710 +"246116",108400,38449,3,908,1802 +"246117",108400,40675,3,908,1595 +"246118",108400,42186,3,908,955 +"246119",108400,51022,3,908,1499 +"246120",108400,54740,3,908,2750 +"246121",108400,57977,3,908,2683 +"246122",108400,58035,3,908,1646 +"246123",108400,64793,3,908,2819 +"246124",108400,74095,3,908,2333 +"246125",108400,80678,3,908,1595 +"246126",108400,100134,3,908,977 +"246127",108415,499,2,752,1931 +"246128",108415,543,3,752,2203 +"246129",108415,999,3,752,2181 +"246130",108415,1616,3,752,2662 +"246131",108415,1691,3,752,1941 +"246132",108415,1777,3,752,1965 +"246133",108415,2484,3,752,2389 +"246134",108415,3161,3,752,2229 +"246135",108415,3830,3,752,1661 +"246136",108415,4751,3,752,2696 +"246137",108415,5078,3,752,2033 +"246138",108415,5457,3,752,2077 +"246139",108415,5462,2,752,2374 +"246140",108415,5504,3,752,2389 +"246141",108415,5710,3,752,1926 +"246142",108415,6390,3,752,2385 +"246143",108415,8621,3,752,1681 +"246144",108415,9311,3,752,2477 +"246145",108415,10799,2,752,2010 +"246146",108415,12713,2,752,2440 +"246147",108415,12976,3,752,2399 +"246148",108415,13012,2,752,875 +"246149",108415,13929,3,752,2693 +"246150",108415,14091,3,752,929 +"246151",108415,15299,3,752,2213 +"246152",108415,16111,3,752,1714 +"246153",108415,17410,3,752,2073 +"246154",108415,17626,3,752,1265 +"246155",108415,17698,3,752,1559 +"246156",108415,19606,3,752,2783 +"246157",108415,20700,3,752,2861 +"246158",108415,21122,3,752,1701 +"246159",108415,21362,3,752,2515 +"246160",108415,22006,3,752,1202 +"246161",108415,22749,3,752,1727 +"246162",108415,26155,3,752,1802 +"246163",108415,29050,3,752,1196 +"246164",108415,29095,3,752,2531 +"246165",108415,31799,3,752,2547 +"246166",108415,33383,3,752,1572 +"246167",108415,33801,3,752,2899 +"246168",108415,34492,3,752,1798 +"246169",108415,34588,2,752,985 +"246170",108415,35256,3,752,2271 +"246171",108415,36962,3,752,2861 +"246172",108415,37418,3,752,2710 +"246173",108415,38048,3,752,867 +"246174",108415,41278,3,752,1873 +"246175",108415,42259,3,752,1235 +"246176",108415,44636,3,752,1026 +"246177",108415,47585,3,752,794 +"246178",108415,51410,3,752,2739 +"246179",108415,51987,3,752,1397 +"246180",108415,52735,3,752,1124 +"246181",108415,53475,3,752,2853 +"246182",108415,53630,3,752,1565 +"246183",108415,55156,2,752,2196 +"246184",108415,55691,3,752,2856 +"246185",108415,57950,2,752,1529 +"246186",108415,60689,3,752,859 +"246187",108415,62538,3,752,1656 +"246188",108415,64181,3,752,1828 +"246189",108415,68810,1,752,2409 +"246190",108415,69498,3,752,931 +"246191",108415,72823,3,752,929 +"246192",108415,75169,3,752,1595 +"246193",108415,75948,3,752,1006 +"246194",108415,76463,3,752,2298 +"246195",108415,78563,2,752,2385 +"246196",108415,85430,3,752,2370 +"246197",108415,86986,2,752,1976 +"246198",108415,88966,3,752,1568 +"246199",108415,89958,3,752,1186 +"246200",108415,90837,3,752,825 +"246201",108415,101482,3,752,1300 +"246202",108415,105795,2,752,1265 +"246203",108415,108620,3,752,881 +"246204",108415,113619,3,752,760 +"246205",108430,1136,3,1642,2536 +"246206",108430,1691,3,1642,1941 +"246207",108430,2407,3,1642,1725 +"246208",108430,7672,3,1642,1974 +"246209",108430,9432,3,1642,1693 +"246210",108430,14032,3,1642,2144 +"246211",108430,14108,3,1642,2012 +"246212",108430,14676,3,1642,2764 +"246213",108430,14731,3,1642,2012 +"246214",108430,16866,3,1642,2718 +"246215",108430,17645,3,1642,1918 +"246216",108430,18865,3,1642,2676 +"246217",108430,42216,3,1642,2722 +"246218",108430,42619,3,1642,2017 +"246219",108430,56854,3,1642,2022 +"246220",108430,63395,3,1642,2334 +"246221",108430,66241,3,1642,2351 +"246222",108430,73747,3,1642,2274 +"246223",108430,79804,3,1642,2227 +"246224",108433,50491,2,1568,1919 +"246225",108446,3254,3,325,1258 +"246226",108446,7337,3,325,1797 +"246227",108446,15095,3,325,2001 +"246228",108446,18124,2,325,1642 +"246229",108446,18421,3,325,2457 +"246230",108446,22586,3,325,1341 +"246231",108446,28440,2,325,675 +"246232",108446,28869,3,325,2425 +"246233",108446,30334,3,325,2075 +"246234",108446,37636,3,325,2178 +"246235",108446,40392,3,325,1878 +"246236",108446,44341,3,325,1230 +"246237",108446,51783,3,325,2599 +"246238",108446,99298,3,325,679 +"246239",108462,6241,3,550,2264 +"246240",108462,39278,3,550,1952 +"246241",108462,43027,2,550,1277 +"246242",108462,93481,3,550,2311 +"246243",108467,4784,3,2170,2511 +"246244",108467,68813,3,2170,2511 +"246245",108467,80186,3,2170,2228 +"246246",108498,1196,3,974,1986 +"246247",108498,3477,3,974,2546 +"246248",108498,6063,3,974,2349 +"246249",108498,11103,3,974,2393 +"246250",108498,13899,2,974,2650 +"246251",108498,15106,3,974,2286 +"246252",108498,18217,3,974,1566 +"246253",108498,19317,3,974,2041 +"246254",108498,22025,3,974,1591 +"246255",108498,29884,3,974,1239 +"246256",108498,33223,3,974,2397 +"246257",108498,37301,3,974,2160 +"246258",108498,40542,3,974,1664 +"246259",108498,58164,2,974,2398 +"246260",108498,61242,3,974,1650 +"246261",108620,1323,3,881,1659 +"246262",108620,2057,3,881,1965 +"246263",108620,2063,3,881,1278 +"246264",108620,2540,3,881,1398 +"246265",108620,2704,3,881,2609 +"246266",108620,2894,3,881,1291 +"246267",108620,3127,3,881,2273 +"246268",108620,3163,3,881,2020 +"246269",108620,4107,3,881,987 +"246270",108620,5610,3,881,2223 +"246271",108620,5615,3,881,1105 +"246272",108620,5792,3,881,975 +"246273",108620,7616,3,881,2296 +"246274",108620,7798,2,881,949 +"246275",108620,8865,2,881,2394 +"246276",108620,9311,3,881,2477 +"246277",108620,9391,3,881,1252 +"246278",108620,9520,3,881,2089 +"246279",108620,9871,3,881,921 +"246280",108620,10148,3,881,2964 +"246281",108620,10754,3,881,1797 +"246282",108620,10799,3,881,2010 +"246283",108620,11538,3,881,2288 +"246284",108620,11546,3,881,1174 +"246285",108620,12067,3,881,1213 +"246286",108620,12388,3,881,1975 +"246287",108620,13184,2,881,977 +"246288",108620,13808,1,881,1356 +"246289",108620,14817,3,881,2110 +"246290",108620,17571,3,881,953 +"246291",108620,18165,3,881,2085 +"246292",108620,18735,3,881,1581 +"246293",108620,19433,3,881,2504 +"246294",108620,25078,3,881,2312 +"246295",108620,26603,3,881,2508 +"246296",108620,27908,2,881,2576 +"246297",108620,29267,2,881,1234 +"246298",108620,29286,3,881,1612 +"246299",108620,29454,3,881,2719 +"246300",108620,30486,3,881,1269 +"246301",108620,30906,3,881,2537 +"246302",108620,31705,3,881,2706 +"246303",108620,31890,3,881,1487 +"246304",108620,32606,3,881,2100 +"246305",108620,33433,3,881,2805 +"246306",108620,35903,2,881,1434 +"246307",108620,36637,2,881,2085 +"246308",108620,36953,3,881,2790 +"246309",108620,37332,3,881,1891 +"246310",108620,37427,3,881,915 +"246311",108620,38513,3,881,914 +"246312",108620,39062,3,881,2020 +"246313",108620,40009,3,881,1341 +"246314",108620,40572,3,881,2666 +"246315",108620,42715,3,881,987 +"246316",108620,42813,3,881,2142 +"246317",108620,42837,3,881,1096 +"246318",108620,46486,2,881,1868 +"246319",108620,46742,3,881,2144 +"246320",108620,47595,3,881,2374 +"246321",108620,47803,2,881,2477 +"246322",108620,48377,3,881,1927 +"246323",108620,49787,3,881,2352 +"246324",108620,50335,3,881,1893 +"246325",108620,50946,3,881,1075 +"246326",108620,51016,1,881,1141 +"246327",108620,52136,3,881,1412 +"246328",108620,55821,3,881,1303 +"246329",108620,55862,3,881,2123 +"246330",108620,57315,3,881,1005 +"246331",108620,58895,3,881,917 +"246332",108620,59637,3,881,2141 +"246333",108620,62966,3,881,1282 +"246334",108620,65856,3,881,2504 +"246335",108620,68810,3,881,2409 +"246336",108620,69232,3,881,2130 +"246337",108620,74190,3,881,1428 +"246338",108620,77155,3,881,2946 +"246339",108620,77550,3,881,1548 +"246340",108620,79837,3,881,1252 +"246341",108620,82009,3,881,1020 +"246342",108620,83334,3,881,1708 +"246343",108620,83862,3,881,2026 +"246344",108620,87958,3,881,1234 +"246345",108620,90709,3,881,1080 +"246346",108620,97768,3,881,1500 +"246347",108620,98080,3,881,1265 +"246348",108621,26695,2,1163,2340 +"246349",108621,30088,2,1163,2095 +"246350",108621,64502,3,1163,1670 +"246351",108647,12374,3,1934,2260 +"246352",108647,18366,3,1934,2699 +"246353",108668,2057,3,119,1965 +"246354",108668,4303,3,119,2414 +"246355",108668,4330,3,119,1128 +"246356",108668,4361,3,119,2571 +"246357",108668,8984,3,119,1162 +"246358",108668,9484,1,119,1429 +"246359",108668,10739,3,119,1807 +"246360",108668,11136,3,119,2573 +"246361",108668,11588,3,119,2352 +"246362",108668,14503,3,119,437 +"246363",108668,18672,3,119,1182 +"246364",108668,20273,3,119,148 +"246365",108668,20662,3,119,1523 +"246366",108668,23277,3,119,1267 +"246367",108668,27509,3,119,2067 +"246368",108668,28116,3,119,1643 +"246369",108668,30870,3,119,2370 +"246370",108668,36346,3,119,1240 +"246371",108668,39418,2,119,1978 +"246372",108668,43660,3,119,2320 +"246373",108668,44582,3,119,197 +"246374",108668,47955,3,119,751 +"246375",108668,47965,3,119,2232 +"246376",108668,55487,3,119,1500 +"246377",108668,66943,3,119,327 +"246378",108668,68876,3,119,1397 +"246379",108668,69232,3,119,2130 +"246380",108668,71793,3,119,153 +"246381",108668,81164,3,119,2260 +"246382",108668,97990,3,119,1223 +"246383",108668,104098,3,119,512 +"246384",108668,106399,3,119,1530 +"246385",108704,701,3,237,2718 +"246386",108704,863,3,237,551 +"246387",108704,913,3,237,2144 +"246388",108704,2609,3,237,834 +"246389",108704,3477,3,237,2546 +"246390",108704,5250,3,237,405 +"246391",108704,6063,3,237,2349 +"246392",108704,6363,3,237,2066 +"246393",108704,7582,2,237,1099 +"246394",108704,10143,3,237,778 +"246395",108704,11625,3,237,2022 +"246396",108704,12004,2,237,996 +"246397",108704,12735,3,237,819 +"246398",108704,12747,3,237,2818 +"246399",108704,12779,2,237,936 +"246400",108704,13043,3,237,1295 +"246401",108704,13899,3,237,2650 +"246402",108704,14332,3,237,780 +"246403",108704,15235,3,237,1045 +"246404",108704,15607,3,237,1421 +"246405",108704,17400,3,237,2231 +"246406",108704,18217,3,237,1566 +"246407",108704,18543,3,237,2968 +"246408",108704,19072,3,237,2358 +"246409",108704,19317,3,237,2041 +"246410",108704,19835,1,237,1135 +"246411",108704,20292,3,237,2755 +"246412",108704,20319,3,237,468 +"246413",108704,20343,2,237,851 +"246414",108704,20416,3,237,2323 +"246415",108704,21571,3,237,2755 +"246416",108704,22462,3,237,869 +"246417",108704,22884,3,237,1608 +"246418",108704,23492,3,237,1067 +"246419",108704,30092,3,237,1593 +"246420",108704,30827,3,237,2323 +"246421",108704,31093,3,237,2160 +"246422",108704,33223,3,237,2397 +"246423",108704,33588,2,237,1040 +"246424",108704,33621,3,237,1319 +"246425",108704,34464,3,237,1741 +"246426",108704,34815,3,237,2354 +"246427",108704,37301,3,237,2160 +"246428",108704,37628,3,237,819 +"246429",108704,38213,3,237,1744 +"246430",108704,39535,3,237,2428 +"246431",108704,40542,3,237,1664 +"246432",108704,42216,3,237,2722 +"246433",108704,47062,2,237,1675 +"246434",108704,48814,3,237,264 +"246435",108704,49620,3,237,1868 +"246436",108704,51041,3,237,2606 +"246437",108704,54929,3,237,2783 +"246438",108704,54953,3,237,2223 +"246439",108704,55084,3,237,1189 +"246440",108704,56639,3,237,643 +"246441",108704,57337,3,237,1443 +"246442",108704,57414,3,237,922 +"246443",108704,59438,2,237,2400 +"246444",108704,68523,3,237,1664 +"246445",108704,74636,3,237,2525 +"246446",108704,75403,3,237,1895 +"246447",108704,79213,3,237,1620 +"246448",108704,80172,3,237,1342 +"246449",108704,92491,3,237,1968 +"246450",108704,108742,3,237,484 +"246451",108709,3414,3,462,2322 +"246452",108709,5018,3,462,640 +"246453",108709,5258,3,462,2730 +"246454",108709,14108,3,462,2012 +"246455",108709,14972,3,462,2332 +"246456",108709,18502,3,462,1033 +"246457",108709,18543,2,462,2968 +"246458",108709,20715,3,462,1312 +"246459",108709,21133,3,462,1320 +"246460",108709,21246,3,462,1612 +"246461",108709,27792,3,462,1308 +"246462",108709,29308,3,462,2094 +"246463",108709,29918,3,462,1953 +"246464",108709,30411,3,462,630 +"246465",108709,33572,3,462,2370 +"246466",108709,34314,3,462,630 +"246467",108709,36439,3,462,2469 +"246468",108709,38667,3,462,2880 +"246469",108709,40488,3,462,486 +"246470",108709,41085,3,462,637 +"246471",108709,44427,3,462,2875 +"246472",108709,47064,3,462,1993 +"246473",108709,49300,3,462,515 +"246474",108709,50235,3,462,726 +"246475",108709,52327,3,462,1472 +"246476",108709,53252,3,462,637 +"246477",108709,53936,3,462,584 +"246478",108709,57990,3,462,978 +"246479",108709,58122,3,462,889 +"246480",108709,58133,3,462,1484 +"246481",108709,61785,3,462,822 +"246482",108709,68055,3,462,1236 +"246483",108709,71274,2,462,2390 +"246484",108709,75025,3,462,717 +"246485",108709,78256,3,462,804 +"246486",108709,78569,3,462,578 +"246487",108709,79612,3,462,927 +"246488",108709,82401,3,462,1210 +"246489",108709,84426,3,462,1301 +"246490",108709,88232,3,462,2881 +"246491",108709,89880,3,462,1938 +"246492",108709,92592,3,462,486 +"246493",108709,92817,3,462,569 +"246494",108709,99953,3,462,581 +"246495",108709,101967,3,462,691 +"246496",108709,102731,3,462,630 +"246497",108742,863,3,484,551 +"246498",108742,2609,3,484,834 +"246499",108742,10143,3,484,778 +"246500",108742,11450,3,484,915 +"246501",108742,11625,3,484,2022 +"246502",108742,12779,3,484,936 +"246503",108742,13158,2,484,2667 +"246504",108742,14332,2,484,780 +"246505",108742,15235,3,484,1045 +"246506",108742,19835,3,484,1135 +"246507",108742,20343,2,484,851 +"246508",108742,20416,2,484,2323 +"246509",108742,28274,3,484,493 +"246510",108742,30092,3,484,1593 +"246511",108742,30827,3,484,2323 +"246512",108742,30850,3,484,1045 +"246513",108742,38284,2,484,1234 +"246514",108742,42216,3,484,2722 +"246515",108742,55084,3,484,1189 +"246516",108742,88063,3,484,1045 +"246517",108742,88070,2,484,949 +"246518",108751,16336,2,697,859 +"246519",108751,16525,3,697,2721 +"246520",108751,43385,3,697,1623 +"246521",108751,48158,1,697,2483 +"246522",108751,54305,2,697,1222 +"246523",108770,3776,3,158,2322 +"246524",108770,6248,3,158,2737 +"246525",108770,10727,3,158,2082 +"246526",108770,11976,3,158,1727 +"246527",108770,16593,3,158,1139 +"246528",108770,28355,3,158,2053 +"246529",108770,29117,2,158,1250 +"246530",108770,42713,3,158,1995 +"246531",108770,43250,3,158,1300 +"246532",108770,47557,3,158,999 +"246533",108770,49147,2,158,2539 +"246534",108770,54061,2,158,1488 +"246535",108770,59470,3,158,2393 +"246536",108770,65223,3,158,2724 +"246537",108770,67763,3,158,822 +"246538",108770,70845,3,158,1139 +"246539",108774,28203,3,1901,2117 +"246540",108774,80486,2,1901,2008 +"246541",108793,6160,3,919,969 +"246542",108793,13537,3,919,1020 +"246543",108793,33341,3,919,2338 +"246544",108793,33697,3,919,1309 +"246545",108793,50229,3,919,1190 +"246546",108793,80527,3,919,1664 +"246547",108827,7616,3,291,2296 +"246548",108827,12712,3,291,815 +"246549",108827,16539,3,291,1947 +"246550",108827,33846,2,291,801 +"246551",108827,42515,1,291,2752 +"246552",108827,62870,3,291,1568 +"246553",108827,76646,3,291,1263 +"246554",108827,82893,3,291,1275 +"246555",108827,86883,3,291,1623 +"246556",108867,613,3,2328,2687 +"246557",108867,4057,3,2328,2389 +"246558",108867,5462,3,2328,2374 +"246559",108867,16352,3,2328,2657 +"246560",108867,39444,3,2328,2695 +"246561",108867,43518,3,2328,2680 +"246562",108867,47803,3,2328,2477 +"246563",108867,50118,3,2328,2654 +"246564",108867,50236,3,2328,2339 +"246565",108867,55468,3,2328,2511 +"246566",108867,64997,3,2328,2791 +"246567",108867,70046,3,2328,2624 +"246568",108872,3669,3,1810,2524 +"246569",108872,9727,3,1810,2327 +"246570",108872,11135,3,1810,2441 +"246571",108872,12818,3,1810,2015 +"246572",108872,14957,3,1810,2306 +"246573",108872,15502,3,1810,2637 +"246574",108872,16866,3,1810,2718 +"246575",108872,18865,3,1810,2676 +"246576",108872,18954,3,1810,2364 +"246577",108872,24761,3,1810,2384 +"246578",108872,33562,2,1810,1979 +"246579",108872,53498,2,1810,1967 +"246580",108872,59347,3,1810,1926 +"246581",108872,63395,3,1810,2334 +"246582",108872,80680,3,1810,2403 +"246583",108872,115966,3,1810,2349 +"246584",108974,919,3,752,910 +"246585",108974,2724,3,752,2447 +"246586",108974,3271,3,752,2216 +"246587",108974,3272,3,752,2132 +"246588",108974,3477,3,752,2546 +"246589",108974,3559,3,752,2413 +"246590",108974,4691,3,752,1888 +"246591",108974,4968,2,752,1586 +"246592",108974,6040,3,752,2103 +"246593",108974,6063,3,752,2349 +"246594",108974,8993,3,752,2099 +"246595",108974,9272,3,752,2835 +"246596",108974,10250,3,752,1606 +"246597",108974,12197,3,752,1235 +"246598",108974,12598,3,752,2086 +"246599",108974,12735,2,752,819 +"246600",108974,12779,3,752,936 +"246601",108974,13930,3,752,1274 +"246602",108974,15023,2,752,2054 +"246603",108974,18217,3,752,1566 +"246604",108974,18645,3,752,793 +"246605",108974,19075,3,752,2214 +"246606",108974,19667,3,752,1466 +"246607",108974,20547,2,752,2145 +"246608",108974,20709,3,752,1757 +"246609",108974,20739,2,752,2025 +"246610",108974,22462,3,752,869 +"246611",108974,25518,3,752,1955 +"246612",108974,25678,3,752,1558 +"246613",108974,29100,3,752,843 +"246614",108974,31357,3,752,2389 +"246615",108974,33223,3,752,2397 +"246616",108974,33470,2,752,2003 +"246617",108974,39893,3,752,1601 +"246618",108974,40542,3,752,1664 +"246619",108974,43226,3,752,2442 +"246620",108974,48110,3,752,2009 +"246621",108974,51399,2,752,934 +"246622",108974,51843,2,752,2389 +"246623",108974,54385,2,752,2340 +"246624",108974,55730,3,752,1217 +"246625",108974,58508,3,752,2326 +"246626",108974,63104,3,752,2149 +"246627",108974,63631,3,752,763 +"246628",108974,69308,3,752,2370 +"246629",108974,69335,3,752,2698 +"246630",108974,76295,3,752,1001 +"246631",108974,78611,3,752,1586 +"246632",108974,80301,3,752,1690 +"246633",108974,84808,2,752,1974 +"246634",108974,93123,2,752,870 +"246635",108974,93590,3,752,1188 +"246636",108974,110737,3,752,2117 +"246637",108974,110871,3,752,2879 +"246638",108974,110874,3,752,1390 +"246639",109031,55,3,523,2524 +"246640",109031,1393,3,523,1706 +"246641",109031,2014,2,523,973 +"246642",109031,3506,2,523,2364 +"246643",109031,4403,3,523,2416 +"246644",109031,6040,3,523,2103 +"246645",109031,6621,3,523,2478 +"246646",109031,7123,1,523,1964 +"246647",109031,7900,3,523,893 +"246648",109031,7903,3,523,744 +"246649",109031,7932,2,523,789 +"246650",109031,9088,3,523,1881 +"246651",109031,9269,2,523,1892 +"246652",109031,9342,1,523,896 +"246653",109031,9895,3,523,1960 +"246654",109031,10610,2,523,1427 +"246655",109031,13712,3,523,550 +"246656",109031,15244,2,523,1600 +"246657",109031,15926,3,523,545 +"246658",109031,16347,3,523,1868 +"246659",109031,16866,3,523,2718 +"246660",109031,17925,2,523,2385 +"246661",109031,19690,3,523,706 +"246662",109031,20695,3,523,2526 +"246663",109031,21872,3,523,2458 +"246664",109031,22389,3,523,2034 +"246665",109031,26740,3,523,2695 +"246666",109031,32629,3,523,1789 +"246667",109031,32724,3,523,2581 +"246668",109031,34331,3,523,1727 +"246669",109031,36275,3,523,614 +"246670",109031,36440,2,523,704 +"246671",109031,37765,3,523,1134 +"246672",109031,41075,1,523,1176 +"246673",109031,44312,3,523,2741 +"246674",109031,44744,2,523,2032 +"246675",109031,45449,2,523,1610 +"246676",109031,45450,3,523,1590 +"246677",109031,45562,3,523,623 +"246678",109031,48781,3,523,954 +"246679",109031,48931,2,523,2444 +"246680",109031,53445,3,523,2028 +"246681",109031,54953,3,523,2223 +"246682",109031,55493,3,523,869 +"246683",109031,56364,3,523,1626 +"246684",109031,57804,3,523,2214 +"246685",109031,63329,3,523,639 +"246686",109031,64712,3,523,1411 +"246687",109031,66017,3,523,1545 +"246688",109031,68215,3,523,2727 +"246689",109031,78611,3,523,1586 +"246690",109031,78800,3,523,652 +"246691",109031,79639,3,523,1013 +"246692",109031,80801,3,523,1250 +"246693",109031,83206,3,523,954 +"246694",109031,84591,3,523,1685 +"246695",109031,85926,3,523,907 +"246696",109031,87915,3,523,1152 +"246697",109031,90852,3,523,764 +"246698",109031,92084,3,523,1134 +"246699",109031,92469,2,523,1232 +"246700",109031,96387,1,523,2159 +"246701",109031,100084,3,523,1964 +"246702",109031,101666,3,523,1257 +"246703",109031,102581,2,523,1813 +"246704",109034,2370,3,259,1600 +"246705",109034,3158,3,259,2762 +"246706",109034,4249,3,259,2547 +"246707",109034,4784,2,259,2511 +"246708",109034,6020,3,259,1864 +"246709",109034,9740,3,259,2233 +"246710",109034,11270,3,259,1011 +"246711",109034,13595,2,259,1164 +"246712",109034,14255,3,259,893 +"246713",109034,14256,3,259,279 +"246714",109034,16455,3,259,946 +"246715",109034,17531,3,259,876 +"246716",109034,21358,3,259,1970 +"246717",109034,28648,3,259,1586 +"246718",109034,30544,3,259,2041 +"246719",109034,34274,3,259,1437 +"246720",109034,41489,3,259,2006 +"246721",109034,45297,2,259,1864 +"246722",109034,48823,3,259,2080 +"246723",109034,49029,3,259,647 +"246724",109034,51212,3,259,1801 +"246725",109034,67289,3,259,829 +"246726",109034,68813,3,259,2511 +"246727",109034,69732,3,259,732 +"246728",109034,71225,3,259,956 +"246729",109034,76842,2,259,1518 +"246730",109034,82217,3,259,2441 +"246731",109034,82740,3,259,579 +"246732",109034,93642,3,259,1120 +"246733",109034,123211,3,259,405 +"246734",109055,20921,3,393,723 +"246735",109055,29100,3,393,843 +"246736",109055,55997,3,393,1414 +"246737",109055,83598,3,393,619 +"246738",109055,85072,3,393,413 +"246739",109055,105253,1,393,476 +"246740",109061,180,2,619,1593 +"246741",109061,52530,3,619,1737 +"246742",109061,106515,2,619,2113 +"246743",109079,2901,3,954,1156 +"246744",109079,2972,3,954,1708 +"246745",109079,17997,3,954,1621 +"246746",109079,31099,3,954,1356 +"246747",109079,46988,2,954,2460 +"246748",109079,47715,3,954,2111 +"246749",109079,69257,3,954,1402 +"246750",109079,81592,1,954,2882 +"246751",109079,81593,2,954,1156 +"246752",109104,1592,3,502,2006 +"246753",109104,1897,3,502,1727 +"246754",109104,2334,2,502,2619 +"246755",109104,2349,3,502,1288 +"246756",109104,6133,3,502,1229 +"246757",109104,6627,3,502,2063 +"246758",109104,18571,2,502,2128 +"246759",109104,21463,3,502,2437 +"246760",109104,26713,3,502,1235 +"246761",109104,27783,3,502,2302 +"246762",109104,28048,2,502,1637 +"246763",109104,31164,3,502,1996 +"246764",109104,36136,3,502,2338 +"246765",109104,38755,3,502,2902 +"246766",109104,39105,2,502,2487 +"246767",109104,46621,3,502,1343 +"246768",109104,46951,3,502,2429 +"246769",109104,60624,3,502,1570 +"246770",109104,61785,3,502,822 +"246771",109104,68592,3,502,2551 +"246772",109104,75921,3,502,517 +"246773",109104,76132,3,502,2426 +"246774",109104,76675,3,502,1840 +"246775",109114,7672,2,1287,1974 +"246776",109114,20824,3,1287,1366 +"246777",109114,34120,3,1287,2786 +"246778",109114,35301,3,1287,1302 +"246779",109114,41955,2,1287,2479 +"246780",109114,42642,3,1287,2257 +"246781",109114,86505,2,1287,1302 +"246782",109132,76007,3,119,918 +"246783",109175,1275,3,146,2068 +"246784",109175,1469,3,146,1160 +"246785",109175,1616,3,146,2662 +"246786",109175,1777,3,146,1965 +"246787",109175,3695,2,146,2612 +"246788",109175,3830,2,146,1661 +"246789",109175,3877,3,146,1133 +"246790",109175,4751,3,146,2696 +"246791",109175,5078,3,146,2033 +"246792",109175,5457,3,146,2077 +"246793",109175,5462,3,146,2374 +"246794",109175,5504,3,146,2389 +"246795",109175,8229,3,146,1241 +"246796",109175,13012,3,146,875 +"246797",109175,16609,3,146,538 +"246798",109175,17133,3,146,924 +"246799",109175,18151,3,146,2962 +"246800",109175,19637,3,146,1229 +"246801",109175,19963,3,146,810 +"246802",109175,20325,3,146,1842 +"246803",109175,20659,3,146,1969 +"246804",109175,21122,3,146,1701 +"246805",109175,22006,3,146,1202 +"246806",109175,22749,3,146,1727 +"246807",109175,28216,3,146,1910 +"246808",109175,30119,3,146,1961 +"246809",109175,30956,3,146,168 +"246810",109175,32606,3,146,2100 +"246811",109175,37418,3,146,2710 +"246812",109175,39444,3,146,2695 +"246813",109175,41278,2,146,1873 +"246814",109175,42906,2,146,1748 +"246815",109175,49965,3,146,2301 +"246816",109175,49998,3,146,2761 +"246817",109175,51410,3,146,2739 +"246818",109175,55828,2,146,2393 +"246819",109175,57077,3,146,1885 +"246820",109175,57609,3,146,2717 +"246821",109175,57950,2,146,1529 +"246822",109175,57977,3,146,2683 +"246823",109175,59082,3,146,947 +"246824",109175,63637,3,146,498 +"246825",109175,64967,2,146,2872 +"246826",109175,69017,3,146,1183 +"246827",109175,69498,3,146,931 +"246828",109175,75948,3,146,1006 +"246829",109175,90837,1,146,825 +"246830",109175,102050,2,146,906 +"246831",109175,108415,3,146,752 +"246832",109182,2226,3,353,2225 +"246833",109182,2936,3,353,2512 +"246834",109182,4660,3,353,2149 +"246835",109182,4681,3,353,2356 +"246836",109182,7785,3,353,2441 +"246837",109182,8200,3,353,1709 +"246838",109182,9272,3,353,2835 +"246839",109182,9723,3,353,2302 +"246840",109182,11239,3,353,2181 +"246841",109182,12586,3,353,613 +"246842",109182,16684,3,353,1657 +"246843",109182,16751,3,353,2301 +"246844",109182,18011,3,353,1636 +"246845",109182,18202,2,353,2475 +"246846",109182,19364,2,353,2846 +"246847",109182,20700,3,353,2861 +"246848",109182,22709,3,353,2743 +"246849",109182,23492,3,353,1067 +"246850",109182,26450,3,353,1709 +"246851",109182,28432,3,353,1954 +"246852",109182,32651,3,353,877 +"246853",109182,35797,2,353,2482 +"246854",109182,37859,2,353,1999 +"246855",109182,39906,2,353,2365 +"246856",109182,44877,3,353,1219 +"246857",109182,52215,3,353,1908 +"246858",109182,58122,3,353,889 +"246859",109182,73553,3,353,2726 +"246860",109182,77077,3,353,2693 +"246861",109182,82341,3,353,1515 +"246862",109182,92297,3,353,2952 +"246863",109182,99041,3,353,844 +"246864",109182,109978,3,353,1865 +"246865",109194,21,3,494,1385 +"246866",109194,601,3,494,702 +"246867",109194,1428,3,494,742 +"246868",109194,2120,3,494,1133 +"246869",109194,2576,3,494,1307 +"246870",109194,2852,3,494,2448 +"246871",109194,3954,3,494,839 +"246872",109194,4612,3,494,2804 +"246873",109194,5346,3,494,1438 +"246874",109194,8140,3,494,1262 +"246875",109194,9787,2,494,2858 +"246876",109194,10239,3,494,2032 +"246877",109194,10453,3,494,1656 +"246878",109194,10980,2,494,1974 +"246879",109194,12361,3,494,2732 +"246880",109194,12653,3,494,1573 +"246881",109194,12781,3,494,831 +"246882",109194,15159,3,494,756 +"246883",109194,15207,3,494,1855 +"246884",109194,15462,3,494,1141 +"246885",109194,16053,3,494,908 +"246886",109194,16501,3,494,1650 +"246887",109194,17645,3,494,1918 +"246888",109194,19637,3,494,1229 +"246889",109194,20067,2,494,2390 +"246890",109194,21706,3,494,1988 +"246891",109194,22166,3,494,994 +"246892",109194,22704,2,494,1150 +"246893",109194,23534,3,494,1659 +"246894",109194,23692,2,494,1540 +"246895",109194,23869,3,494,1918 +"246896",109194,25163,3,494,1751 +"246897",109194,27897,3,494,1968 +"246898",109194,27914,3,494,2507 +"246899",109194,29286,2,494,1612 +"246900",109194,30525,3,494,1964 +"246901",109194,30883,3,494,1629 +"246902",109194,31408,3,494,994 +"246903",109194,31868,3,494,1993 +"246904",109194,32988,3,494,2008 +"246905",109194,33801,3,494,2899 +"246906",109194,33870,3,494,955 +"246907",109194,35728,2,494,2017 +"246908",109194,37522,3,494,1270 +"246909",109194,38087,2,494,1083 +"246910",109194,40035,3,494,2742 +"246911",109194,41633,3,494,1976 +"246912",109194,42331,2,494,1585 +"246913",109194,42505,3,494,2008 +"246914",109194,46486,3,494,1868 +"246915",109194,46726,2,494,943 +"246916",109194,47810,3,494,957 +"246917",109194,49414,3,494,1667 +"246918",109194,50354,3,494,1299 +"246919",109194,50903,3,494,931 +"246920",109194,50996,2,494,929 +"246921",109194,53475,3,494,2853 +"246922",109194,53739,3,494,2704 +"246923",109194,54775,3,494,2383 +"246924",109194,56862,3,494,868 +"246925",109194,60266,3,494,1018 +"246926",109194,60449,3,494,2085 +"246927",109194,60808,3,494,1258 +"246928",109194,62668,3,494,958 +"246929",109194,63604,2,494,927 +"246930",109194,67252,2,494,1215 +"246931",109194,67617,2,494,1149 +"246932",109194,70101,3,494,2414 +"246933",109194,70372,3,494,526 +"246934",109194,71467,3,494,1051 +"246935",109194,72986,3,494,1055 +"246936",109194,74730,3,494,535 +"246937",109194,80156,3,494,1667 +"246938",109194,81077,1,494,498 +"246939",109194,83301,3,494,1385 +"246940",109194,84975,3,494,1138 +"246941",109194,92254,3,494,517 +"246942",109194,93386,3,494,890 +"246943",109194,93398,3,494,828 +"246944",109194,94520,3,494,1243 +"246945",109194,96310,3,494,1016 +"246946",109194,97160,2,494,1215 +"246947",109194,100140,3,494,1041 +"246948",109194,100670,3,494,525 +"246949",109194,103524,3,494,991 +"246950",109194,103890,3,494,958 +"246951",109194,104098,2,494,512 +"246952",109264,3961,3,1104,2426 +"246953",109264,16625,3,1104,1285 +"246954",109264,24586,3,1104,2465 +"246955",109264,27001,3,1104,1761 +"246956",109264,34480,3,1104,2755 +"246957",109264,42505,3,1104,2008 +"246958",109264,47966,3,1104,2409 +"246959",109264,51471,3,1104,1280 +"246960",109264,67383,3,1104,1739 +"246961",109264,72207,3,1104,2430 +"246962",109264,76511,3,1104,1250 +"246963",109264,89511,3,1104,1205 +"246964",109307,2540,3,1187,1398 +"246965",109307,6989,3,1187,2623 +"246966",109307,7785,2,1187,2441 +"246967",109307,27742,3,1187,2700 +"246968",109307,32532,3,1187,2338 +"246969",109307,32560,2,1187,1258 +"246970",109307,35797,2,1187,2482 +"246971",109323,1592,3,647,2006 +"246972",109323,1691,3,647,1941 +"246973",109323,24923,3,647,2785 +"246974",109323,28808,3,647,1063 +"246975",109323,46621,2,647,1343 +"246976",109323,52327,3,647,1472 +"246977",109323,61785,3,647,822 +"246978",109323,88232,3,647,2881 +"246979",109323,92973,3,647,1276 +"246980",109340,24608,3,226,1630 +"246981",109340,34311,3,226,2213 +"246982",109340,44235,3,226,2700 +"246983",109340,45927,3,226,1542 +"246984",109340,49741,3,226,839 +"246985",109340,82735,2,226,829 +"246986",109383,543,3,952,2203 +"246987",109383,733,3,952,1653 +"246988",109383,1090,3,952,2370 +"246989",109383,1275,3,952,2068 +"246990",109383,1469,3,952,1160 +"246991",109383,1777,3,952,1965 +"246992",109383,2063,3,952,1278 +"246993",109383,2166,3,952,2557 +"246994",109383,2484,3,952,2389 +"246995",109383,2591,3,952,1949 +"246996",109383,2743,3,952,1278 +"246997",109383,3167,3,952,1676 +"246998",109383,3242,2,952,1730 +"246999",109383,3352,3,952,1707 +"247000",109383,3830,3,952,1661 +"247001",109383,3838,3,952,2110 +"247002",109383,4191,3,952,2130 +"247003",109383,4618,3,952,2607 +"247004",109383,4980,2,952,2093 +"247005",109383,5078,3,952,2033 +"247006",109383,5457,3,952,2077 +"247007",109383,5462,3,952,2374 +"247008",109383,5504,2,952,2389 +"247009",109383,6577,3,952,1951 +"247010",109383,7245,3,952,2089 +"247011",109383,7323,3,952,2858 +"247012",109383,8229,3,952,1241 +"247013",109383,8621,3,952,1681 +"247014",109383,10404,3,952,2062 +"247015",109383,10875,3,952,1234 +"247016",109383,12096,3,952,1330 +"247017",109383,12345,3,952,2364 +"247018",109383,13751,3,952,2557 +"247019",109383,14108,3,952,2012 +"247020",109383,16074,3,952,977 +"247021",109383,16164,2,952,1184 +"247022",109383,16497,3,952,2370 +"247023",109383,17357,2,952,1536 +"247024",109383,18415,3,952,2184 +"247025",109383,20486,3,952,1908 +"247026",109383,20563,3,952,2267 +"247027",109383,20824,3,952,1366 +"247028",109383,21122,3,952,1701 +"247029",109383,21401,3,952,1440 +"247030",109383,21911,1,952,1184 +"247031",109383,22006,3,952,1202 +"247032",109383,22501,3,952,1006 +"247033",109383,22749,3,952,1727 +"247034",109383,23506,3,952,1172 +"247035",109383,23704,3,952,2278 +"247036",109383,25341,3,952,1858 +"247037",109383,25643,3,952,1646 +"247038",109383,26436,3,952,2489 +"247039",109383,26516,3,952,2479 +"247040",109383,27753,2,952,2750 +"247041",109383,28731,1,952,955 +"247042",109383,29456,3,952,1182 +"247043",109383,30438,1,952,1617 +"247044",109383,31000,3,952,1526 +"247045",109383,31243,2,952,1355 +"247046",109383,32988,3,952,2008 +"247047",109383,33572,3,952,2370 +"247048",109383,34492,2,952,1798 +"247049",109383,37570,3,952,2389 +"247050",109383,38449,2,952,1802 +"247051",109383,39444,3,952,2695 +"247052",109383,40022,3,952,2307 +"247053",109383,40293,3,952,1671 +"247054",109383,42186,3,952,955 +"247055",109383,42747,3,952,1189 +"247056",109383,44684,3,952,1220 +"247057",109383,45715,1,952,2287 +"247058",109383,45903,3,952,2237 +"247059",109383,48414,3,952,1749 +"247060",109383,49144,3,952,1542 +"247061",109383,49965,3,952,2301 +"247062",109383,51022,3,952,1499 +"247063",109383,51157,3,952,2319 +"247064",109383,51410,3,952,2739 +"247065",109383,51987,3,952,1397 +"247066",109383,53069,3,952,1664 +"247067",109383,53637,3,952,2113 +"247068",109383,54740,3,952,2750 +"247069",109383,55556,3,952,2075 +"247070",109383,55828,2,952,2393 +"247071",109383,57609,2,952,2717 +"247072",109383,57990,3,952,978 +"247073",109383,58035,3,952,1646 +"247074",109383,59700,2,952,2346 +"247075",109383,62148,3,952,1566 +"247076",109383,69017,3,952,1183 +"247077",109383,71478,2,952,1721 +"247078",109383,77001,2,952,1440 +"247079",109383,80429,3,952,1927 +"247080",109383,82426,3,952,1576 +"247081",109383,82454,3,952,1266 +"247082",109383,82767,3,952,1641 +"247083",109383,83526,3,952,1235 +"247084",109383,85430,3,952,2370 +"247085",109383,86550,2,952,955 +"247086",109383,88860,2,952,1014 +"247087",109383,89958,2,952,1186 +"247088",109383,93615,3,952,2386 +"247089",109383,97915,3,952,1802 +"247090",109383,100134,3,952,977 +"247091",109383,120112,3,952,954 +"247092",109411,758,3,87,1232 +"247093",109411,2452,3,87,1715 +"247094",109411,2979,3,87,2912 +"247095",109411,3195,3,87,2043 +"247096",109411,3477,3,87,2546 +"247097",109411,4623,3,87,1176 +"247098",109411,6063,3,87,2349 +"247099",109411,6132,3,87,1590 +"247100",109411,7937,3,87,2044 +"247101",109411,9801,3,87,2443 +"247102",109411,11432,3,87,1593 +"247103",109411,12735,3,87,819 +"247104",109411,12779,3,87,936 +"247105",109411,14353,3,87,2878 +"247106",109411,14564,3,87,1581 +"247107",109411,17097,3,87,1505 +"247108",109411,18217,3,87,1566 +"247109",109411,22403,2,87,1630 +"247110",109411,22462,3,87,869 +"247111",109411,23692,3,87,1540 +"247112",109411,26737,3,87,855 +"247113",109411,27255,3,87,1232 +"247114",109411,27355,2,87,870 +"247115",109411,28893,3,87,2764 +"247116",109411,28934,3,87,870 +"247117",109411,29372,3,87,528 +"247118",109411,32339,2,87,2430 +"247119",109411,33223,3,87,2397 +"247120",109411,33665,3,87,787 +"247121",109411,34158,3,87,2639 +"247122",109411,40542,3,87,1664 +"247123",109411,41250,3,87,1703 +"247124",109411,41581,3,87,1692 +"247125",109411,42756,3,87,1384 +"247126",109411,46373,3,87,134 +"247127",109411,47148,3,87,569 +"247128",109411,49414,1,87,1667 +"247129",109411,57150,3,87,1196 +"247130",109411,57760,3,87,1721 +"247131",109411,69012,3,87,799 +"247132",109411,75648,3,87,523 +"247133",109411,81077,3,87,498 +"247134",109411,87269,3,87,847 +"247135",109411,91532,3,87,98 +"247136",109411,93320,3,87,1258 +"247137",109411,99073,1,87,486 +"247138",109415,42,3,1328,2265 +"247139",109415,671,3,1328,2328 +"247140",109415,1090,2,1328,2370 +"247141",109415,1321,3,1328,2075 +"247142",109415,2166,3,1328,2557 +"247143",109415,2181,3,1328,2030 +"247144",109415,2754,3,1328,1360 +"247145",109415,3088,2,1328,1670 +"247146",109415,12096,3,1328,1330 +"247147",109415,16497,3,1328,2370 +"247148",109415,18543,3,1328,2968 +"247149",109415,26570,3,1328,1669 +"247150",109415,26608,3,1328,2329 +"247151",109415,35256,3,1328,2271 +"247152",109415,44427,2,1328,2875 +"247153",109415,53851,3,1328,2305 +"247154",109415,70647,3,1328,2795 +"247155",109415,94125,2,1328,2280 +"247156",109476,2077,3,353,610 +"247157",109476,3144,3,353,869 +"247158",109476,5716,3,353,1058 +"247159",109476,5986,3,353,1721 +"247160",109476,6417,3,353,1675 +"247161",109476,14855,3,353,903 +"247162",109476,14972,3,353,2332 +"247163",109476,16096,3,353,2301 +"247164",109476,18348,3,353,1711 +"247165",109476,19733,3,353,1907 +"247166",109476,23310,3,353,2371 +"247167",109476,26659,3,353,903 +"247168",109476,32694,3,353,1602 +"247169",109476,36691,3,353,1903 +"247170",109476,39186,3,353,1258 +"247171",109476,40417,3,353,771 +"247172",109476,80219,2,353,988 +"247173",109476,89203,3,353,453 +"247174",109506,1136,3,458,2536 +"247175",109506,2865,3,458,2006 +"247176",109506,3863,3,458,856 +"247177",109506,5018,3,458,640 +"247178",109506,5258,3,458,2730 +"247179",109506,5296,3,458,820 +"247180",109506,5568,3,458,1290 +"247181",109506,7245,3,458,2089 +"247182",109506,9511,3,458,1232 +"247183",109506,12610,3,458,1274 +"247184",109506,14676,3,458,2764 +"247185",109506,14731,3,458,2012 +"247186",109506,18415,3,458,2184 +"247187",109506,18502,3,458,1033 +"247188",109506,18543,3,458,2968 +"247189",109506,18718,3,458,494 +"247190",109506,27275,3,458,2656 +"247191",109506,29073,3,458,2328 +"247192",109506,30411,3,458,630 +"247193",109506,30974,3,458,947 +"247194",109506,31700,3,458,2727 +"247195",109506,34945,3,458,1298 +"247196",109506,37937,3,458,1320 +"247197",109506,40488,3,458,486 +"247198",109506,41085,3,458,637 +"247199",109506,42216,3,458,2722 +"247200",109506,44427,3,458,2875 +"247201",109506,50685,3,458,2008 +"247202",109506,52735,3,458,1124 +"247203",109506,53624,3,458,952 +"247204",109506,53830,3,458,1307 +"247205",109506,56116,3,458,1321 +"247206",109506,56854,3,458,2022 +"247207",109506,62957,3,458,1170 +"247208",109506,67607,3,458,528 +"247209",109506,69067,3,458,626 +"247210",109506,70854,3,458,635 +"247211",109506,73597,3,458,1989 +"247212",109506,75025,3,458,717 +"247213",109506,75884,3,458,520 +"247214",109506,82426,2,458,1576 +"247215",109506,84612,2,458,2175 +"247216",109506,101347,3,458,1335 +"247217",109506,108430,3,458,1642 +"247218",109510,135,3,621,2233 +"247219",109510,600,3,621,1702 +"247220",109510,669,3,621,1423 +"247221",109510,1044,3,621,880 +"247222",109510,2424,3,621,2582 +"247223",109510,4790,2,621,1025 +"247224",109510,4791,3,621,1184 +"247225",109510,5296,3,621,820 +"247226",109510,5451,3,621,1299 +"247227",109510,6241,3,621,2264 +"247228",109510,12863,2,621,2027 +"247229",109510,14678,2,621,799 +"247230",109510,18707,3,621,1143 +"247231",109510,19248,3,621,2357 +"247232",109510,19719,3,621,2177 +"247233",109510,20287,3,621,1099 +"247234",109510,21197,3,621,1437 +"247235",109510,21198,2,621,935 +"247236",109510,21285,3,621,2100 +"247237",109510,22282,2,621,1418 +"247238",109510,23450,3,621,967 +"247239",109510,23705,3,621,2699 +"247240",109510,23918,2,621,1881 +"247241",109510,24405,3,621,1443 +"247242",109510,26749,3,621,2965 +"247243",109510,27175,3,621,1447 +"247244",109510,27390,3,621,2425 +"247245",109510,27837,3,621,1315 +"247246",109510,27849,3,621,1316 +"247247",109510,31050,3,621,1491 +"247248",109510,32601,3,621,1033 +"247249",109510,32658,3,621,1694 +"247250",109510,35095,3,621,1502 +"247251",109510,38019,3,621,1870 +"247252",109510,41174,3,621,850 +"247253",109510,41739,3,621,1339 +"247254",109510,42642,3,621,2257 +"247255",109510,43051,3,621,904 +"247256",109510,43385,3,621,1623 +"247257",109510,46469,3,621,759 +"247258",109510,48414,3,621,1749 +"247259",109510,50219,2,621,756 +"247260",109510,50685,2,621,2008 +"247261",109510,52058,2,621,1836 +"247262",109510,52136,3,621,1412 +"247263",109510,52576,3,621,2234 +"247264",109510,53196,3,621,1888 +"247265",109510,54158,3,621,1756 +"247266",109510,54980,3,621,876 +"247267",109510,55438,3,621,2863 +"247268",109510,55468,2,621,2511 +"247269",109510,56317,3,621,2030 +"247270",109510,58508,3,621,2326 +"247271",109510,58652,3,621,1437 +"247272",109510,60185,3,621,1206 +"247273",109510,61982,3,621,2725 +"247274",109510,62841,3,621,2710 +"247275",109510,65625,3,621,1273 +"247276",109510,66860,3,621,1548 +"247277",109510,69591,3,621,2294 +"247278",109510,70603,2,621,1002 +"247279",109510,71342,3,621,1289 +"247280",109510,72956,3,621,1251 +"247281",109510,75948,3,621,1006 +"247282",109510,79322,3,621,2770 +"247283",109510,80927,3,621,823 +"247284",109510,81014,3,621,1925 +"247285",109510,82949,3,621,2077 +"247286",109510,90573,2,621,878 +"247287",109510,105947,3,621,997 +"247288",109521,180,3,609,1593 +"247289",109521,1676,3,609,1198 +"247290",109521,3352,3,609,1707 +"247291",109521,3583,3,609,818 +"247292",109521,5315,3,609,2631 +"247293",109521,5504,3,609,2389 +"247294",109521,5716,3,609,1058 +"247295",109521,6366,3,609,798 +"247296",109521,6417,3,609,1675 +"247297",109521,8888,3,609,1328 +"247298",109521,10709,1,609,746 +"247299",109521,11127,3,609,1196 +"247300",109521,11218,3,609,2292 +"247301",109521,12374,3,609,2260 +"247302",109521,13699,3,609,1355 +"247303",109521,14103,3,609,2204 +"247304",109521,16352,3,609,2657 +"247305",109521,16497,3,609,2370 +"247306",109521,16587,2,609,2065 +"247307",109521,18554,3,609,2065 +"247308",109521,18615,3,609,1025 +"247309",109521,19183,3,609,1257 +"247310",109521,22050,3,609,966 +"247311",109521,22140,3,609,942 +"247312",109521,22311,3,609,2034 +"247313",109521,24169,3,609,1663 +"247314",109521,26608,3,609,2329 +"247315",109521,27130,3,609,1880 +"247316",109521,27260,2,609,878 +"247317",109521,29864,3,609,2479 +"247318",109521,29930,3,609,2240 +"247319",109521,31279,3,609,965 +"247320",109521,34735,3,609,2767 +"247321",109521,37758,2,609,1998 +"247322",109521,37836,3,609,1369 +"247323",109521,37873,3,609,1288 +"247324",109521,39444,3,609,2695 +"247325",109521,39865,3,609,849 +"247326",109521,40072,3,609,1182 +"247327",109521,41955,3,609,2479 +"247328",109521,43135,2,609,1171 +"247329",109521,44068,2,609,1056 +"247330",109521,53134,2,609,1590 +"247331",109521,54929,3,609,2783 +"247332",109521,55556,3,609,2075 +"247333",109521,57714,3,609,1391 +"247334",109521,59939,3,609,936 +"247335",109521,62488,3,609,1418 +"247336",109521,63328,3,609,922 +"247337",109521,71478,3,609,1721 +"247338",109521,77424,3,609,1489 +"247339",109521,86331,3,609,850 +"247340",109521,90860,3,609,851 +"247341",109521,91912,3,609,790 +"247342",109521,93933,3,609,1336 +"247343",109521,100140,3,609,1041 +"247344",109521,101986,1,609,813 +"247345",109571,1046,2,797,1881 +"247346",109571,1136,3,797,2536 +"247347",109571,2063,3,797,1278 +"247348",109571,3242,3,797,1730 +"247349",109571,4191,3,797,2130 +"247350",109571,4618,2,797,2607 +"247351",109571,5148,3,797,2206 +"247352",109571,5669,3,797,2502 +"247353",109571,5725,3,797,2789 +"247354",109571,7245,3,797,2089 +"247355",109571,8533,3,797,2251 +"247356",109571,8700,3,797,1270 +"247357",109571,8772,3,797,847 +"247358",109571,9298,3,797,1109 +"247359",109571,12867,3,797,2773 +"247360",109571,16164,3,797,1184 +"247361",109571,17357,2,797,1536 +"247362",109571,23506,3,797,1172 +"247363",109571,25341,3,797,1858 +"247364",109571,25643,3,797,1646 +"247365",109571,26282,3,797,1241 +"247366",109571,26351,3,797,2683 +"247367",109571,28285,3,797,2972 +"247368",109571,28434,3,797,1141 +"247369",109571,31799,3,797,2547 +"247370",109571,40293,2,797,1671 +"247371",109571,47947,3,797,2681 +"247372",109571,52835,3,797,995 +"247373",109571,53300,3,797,2162 +"247374",109571,55234,2,797,890 +"247375",109571,57977,3,797,2683 +"247376",109571,58035,3,797,1646 +"247377",109571,62840,3,797,2502 +"247378",109571,64031,3,797,1295 +"247379",109571,71562,3,797,2574 +"247380",109571,82767,2,797,1641 +"247381",109571,88710,3,797,927 +"247382",109571,101892,3,797,1322 +"247383",109635,13801,3,1925,2041 +"247384",109635,20643,3,1925,2341 +"247385",109635,28627,3,1925,2694 +"247386",109635,47082,3,1925,1990 +"247387",109663,270,2,545,2542 +"247388",109663,307,3,545,2530 +"247389",109663,312,3,545,2038 +"247390",109663,380,3,545,2261 +"247391",109663,1046,3,545,1881 +"247392",109663,1102,3,545,2282 +"247393",109663,1124,2,545,1596 +"247394",109663,1875,3,545,1786 +"247395",109663,2111,2,545,1904 +"247396",109663,2424,3,545,2582 +"247397",109663,2684,3,545,2874 +"247398",109663,2894,3,545,1291 +"247399",109663,3305,3,545,2839 +"247400",109663,3306,3,545,1989 +"247401",109663,3493,3,545,2451 +"247402",109663,4360,3,545,1770 +"247403",109663,5072,3,545,2175 +"247404",109663,5235,3,545,2324 +"247405",109663,5258,3,545,2730 +"247406",109663,5405,3,545,1510 +"247407",109663,5568,3,545,1290 +"247408",109663,5622,3,545,2175 +"247409",109663,5716,3,545,1058 +"247410",109663,5971,1,545,1985 +"247411",109663,5986,3,545,1721 +"247412",109663,6047,3,545,2004 +"247413",109663,6222,2,545,1949 +"247414",109663,6264,2,545,749 +"247415",109663,6417,3,545,1675 +"247416",109663,6588,1,545,2025 +"247417",109663,6718,3,545,2138 +"247418",109663,7234,3,545,2654 +"247419",109663,7555,1,545,1943 +"247420",109663,7616,2,545,2296 +"247421",109663,7627,3,545,1543 +"247422",109663,8866,3,545,1545 +"247423",109663,8888,3,545,1328 +"247424",109663,9615,3,545,2464 +"247425",109663,9624,3,545,2398 +"247426",109663,9654,3,545,2111 +"247427",109663,9695,3,545,2143 +"247428",109663,9871,3,545,921 +"247429",109663,10488,2,545,1524 +"247430",109663,10523,2,545,1510 +"247431",109663,10576,3,545,974 +"247432",109663,10857,3,545,2253 +"247433",109663,10939,3,545,1376 +"247434",109663,11055,3,545,2111 +"247435",109663,11218,3,545,2292 +"247436",109663,11229,2,545,1625 +"247437",109663,11351,3,545,2971 +"247438",109663,11477,3,545,2724 +"247439",109663,11620,3,545,2010 +"247440",109663,11817,1,545,600 +"247441",109663,11966,3,545,2385 +"247442",109663,12042,3,545,2345 +"247443",109663,12310,3,545,1337 +"247444",109663,12374,2,545,2260 +"247445",109663,12375,3,545,1873 +"247446",109663,12712,3,545,815 +"247447",109663,12728,3,545,2374 +"247448",109663,12867,3,545,2773 +"247449",109663,13248,3,545,1385 +"247450",109663,13307,2,545,2206 +"247451",109663,14032,3,545,2144 +"247452",109663,14656,2,545,584 +"247453",109663,14855,3,545,903 +"247454",109663,14959,3,545,2898 +"247455",109663,15003,3,545,2067 +"247456",109663,15118,2,545,1311 +"247457",109663,15135,3,545,1035 +"247458",109663,15402,3,545,1281 +"247459",109663,15700,2,545,1712 +"247460",109663,15799,3,545,1917 +"247461",109663,16352,2,545,2657 +"247462",109663,16539,2,545,1947 +"247463",109663,17400,2,545,2231 +"247464",109663,18005,3,545,2449 +"247465",109663,18152,3,545,1314 +"247466",109663,18361,3,545,2968 +"247467",109663,18394,2,545,2356 +"247468",109663,18502,3,545,1033 +"247469",109663,18543,3,545,2968 +"247470",109663,19622,3,545,2371 +"247471",109663,19862,3,545,2412 +"247472",109663,20124,3,545,2376 +"247473",109663,20311,2,545,1981 +"247474",109663,21012,3,545,2325 +"247475",109663,21104,3,545,2327 +"247476",109663,21571,3,545,2755 +"247477",109663,21693,3,545,2176 +"247478",109663,21755,3,545,817 +"247479",109663,22197,2,545,2271 +"247480",109663,22326,3,545,2818 +"247481",109663,22362,3,545,1836 +"247482",109663,22566,3,545,2308 +"247483",109663,22705,3,545,1016 +"247484",109663,23011,3,545,2763 +"247485",109663,23403,3,545,607 +"247486",109663,23492,3,545,1067 +"247487",109663,23509,3,545,2275 +"247488",109663,23526,2,545,1998 +"247489",109663,23715,2,545,1859 +"247490",109663,23725,2,545,2378 +"247491",109663,23729,3,545,1624 +"247492",109663,24005,3,545,1188 +"247493",109663,24066,3,545,1755 +"247494",109663,24259,3,545,1281 +"247495",109663,24362,3,545,1287 +"247496",109663,24559,3,545,946 +"247497",109663,25132,3,545,1188 +"247498",109663,25305,3,545,2447 +"247499",109663,25490,3,545,639 +"247500",109663,25643,3,545,1646 +"247501",109663,26067,3,545,2069 +"247502",109663,26080,3,545,2525 +"247503",109663,26451,3,545,2133 +"247504",109663,26570,3,545,1669 +"247505",109663,26671,3,545,2279 +"247506",109663,26848,3,545,2363 +"247507",109663,26867,2,545,1804 +"247508",109663,27480,3,545,582 +"247509",109663,27744,3,545,861 +"247510",109663,27849,3,545,1316 +"247511",109663,28002,3,545,914 +"247512",109663,28190,3,545,1634 +"247513",109663,28383,3,545,1222 +"247514",109663,29073,3,545,2328 +"247515",109663,29093,3,545,1933 +"247516",109663,29929,3,545,2789 +"247517",109663,29982,3,545,1372 +"247518",109663,30325,2,545,1067 +"247519",109663,30334,3,545,2075 +"247520",109663,30405,2,545,2164 +"247521",109663,31093,3,545,2160 +"247522",109663,31307,3,545,2139 +"247523",109663,31436,3,545,2892 +"247524",109663,31691,3,545,1657 +"247525",109663,32017,2,545,577 +"247526",109663,32131,2,545,1035 +"247527",109663,32173,2,545,2341 +"247528",109663,32811,3,545,804 +"247529",109663,33622,3,545,2230 +"247530",109663,33801,3,545,2899 +"247531",109663,34136,3,545,2202 +"247532",109663,34735,3,545,2767 +"247533",109663,34836,3,545,2302 +"247534",109663,35402,3,545,2339 +"247535",109663,35673,2,545,1067 +"247536",109663,35752,3,545,1158 +"247537",109663,35815,3,545,2789 +"247538",109663,36784,3,545,576 +"247539",109663,37636,3,545,2178 +"247540",109663,37800,2,545,604 +"247541",109663,38019,3,545,1870 +"247542",109663,38694,3,545,817 +"247543",109663,38921,3,545,1880 +"247544",109663,39294,3,545,1889 +"247545",109663,39444,3,545,2695 +"247546",109663,39865,2,545,849 +"247547",109663,40028,2,545,1349 +"247548",109663,40072,2,545,1182 +"247549",109663,40392,3,545,1878 +"247550",109663,40493,3,545,1981 +"247551",109663,40820,3,545,900 +"247552",109663,41664,3,545,2641 +"247553",109663,42687,3,545,1952 +"247554",109663,42837,3,545,1096 +"247555",109663,43213,2,545,2160 +"247556",109663,43335,3,545,1412 +"247557",109663,43455,3,545,2846 +"247558",109663,43518,3,545,2680 +"247559",109663,43673,3,545,2787 +"247560",109663,44521,2,545,1593 +"247561",109663,44641,3,545,1981 +"247562",109663,44648,3,545,619 +"247563",109663,44729,3,545,588 +"247564",109663,45684,3,545,2200 +"247565",109663,45729,3,545,2606 +"247566",109663,46196,3,545,1510 +"247567",109663,46629,2,545,2255 +"247568",109663,47435,3,545,878 +"247569",109663,48035,3,545,2180 +"247570",109663,48215,3,545,2028 +"247571",109663,48384,3,545,2057 +"247572",109663,48698,3,545,1474 +"247573",109663,49185,3,545,1544 +"247574",109663,49334,3,545,2433 +"247575",109663,50134,3,545,2674 +"247576",109663,50236,1,545,2339 +"247577",109663,51783,3,545,2599 +"247578",109663,52136,2,545,1412 +"247579",109663,52345,3,545,1430 +"247580",109663,52576,3,545,2234 +"247581",109663,53303,2,545,1376 +"247582",109663,54551,3,545,2348 +"247583",109663,54929,3,545,2783 +"247584",109663,55468,3,545,2511 +"247585",109663,55691,3,545,2856 +"247586",109663,55892,3,545,1234 +"247587",109663,56082,1,545,2395 +"247588",109663,56237,2,545,2625 +"247589",109663,57150,3,545,1196 +"247590",109663,57246,3,545,1873 +"247591",109663,57414,3,545,922 +"247592",109663,58508,3,545,2326 +"247593",109663,59939,2,545,936 +"247594",109663,61982,3,545,2725 +"247595",109663,64947,3,545,2489 +"247596",109663,65242,3,545,1988 +"247597",109663,67726,3,545,2873 +"247598",109663,67763,3,545,822 +"247599",109663,67805,3,545,1338 +"247600",109663,70838,1,545,687 +"247601",109663,71217,3,545,2169 +"247602",109663,72188,3,545,856 +"247603",109663,72207,2,545,2430 +"247604",109663,72326,2,545,2384 +"247605",109663,75403,2,545,1895 +"247606",109663,76284,3,545,1237 +"247607",109663,76646,3,545,1263 +"247608",109663,77611,3,545,1795 +"247609",109663,78256,3,545,804 +"247610",109663,79804,3,545,2227 +"247611",109663,80014,3,545,1562 +"247612",109663,80242,2,545,569 +"247613",109663,82730,3,545,1492 +"247614",109663,82747,3,545,1496 +"247615",109663,82776,3,545,1232 +"247616",109663,82893,3,545,1275 +"247617",109663,82949,3,545,2077 +"247618",109663,86245,3,545,1972 +"247619",109663,87048,3,545,989 +"247620",109663,91912,2,545,790 +"247621",109663,94889,3,545,667 +"247622",109663,98925,3,545,584 +"247623",109663,104217,3,545,956 +"247624",109663,108867,3,545,2328 +"247625",109663,109718,3,545,1237 +"247626",109663,111971,3,545,1032 +"247627",109663,116835,3,545,553 +"247628",109663,120549,2,545,708 +"247629",109703,11648,3,1925,2852 +"247630",109703,12948,3,1925,2669 +"247631",109703,39256,3,1925,2449 +"247632",109718,270,3,1237,2542 +"247633",109718,675,3,1237,1686 +"247634",109718,1136,3,1237,2536 +"247635",109718,2111,3,1237,1904 +"247636",109718,5622,3,1237,2175 +"247637",109718,5971,3,1237,1985 +"247638",109718,6055,3,1237,2651 +"247639",109718,6588,3,1237,2025 +"247640",109718,7180,3,1237,2227 +"247641",109718,10523,3,1237,1510 +"247642",109718,11229,3,1237,1625 +"247643",109718,12374,3,1237,2260 +"247644",109718,15207,3,1237,1855 +"247645",109718,15402,3,1237,1281 +"247646",109718,16352,3,1237,2657 +"247647",109718,19593,3,1237,2013 +"247648",109718,22197,3,1237,2271 +"247649",109718,23725,3,1237,2378 +"247650",109718,26848,3,1237,2363 +"247651",109718,26867,3,1237,1804 +"247652",109718,27377,3,1237,1724 +"247653",109718,30165,3,1237,1409 +"247654",109718,31436,3,1237,2892 +"247655",109718,35529,3,1237,1620 +"247656",109718,35772,3,1237,1440 +"247657",109718,39294,3,1237,1889 +"247658",109718,40028,2,1237,1349 +"247659",109718,40369,3,1237,2735 +"247660",109718,42799,3,1237,2729 +"247661",109718,43213,3,1237,2160 +"247662",109718,44521,3,1237,1593 +"247663",109718,45684,2,1237,2200 +"247664",109718,46196,3,1237,1510 +"247665",109718,46629,3,1237,2255 +"247666",109718,46635,3,1237,2528 +"247667",109718,50236,3,1237,2339 +"247668",109718,51157,3,1237,2319 +"247669",109718,54551,3,1237,2348 +"247670",109718,56082,3,1237,2395 +"247671",109718,56237,3,1237,2625 +"247672",109718,56903,2,1237,1584 +"247673",109718,57246,2,1237,1873 +"247674",109718,62148,2,1237,1566 +"247675",109718,64997,3,1237,2791 +"247676",109718,72326,3,1237,2384 +"247677",109718,74818,3,1237,1440 +"247678",109718,85356,3,1237,1492 +"247679",109718,96132,3,1237,1489 +"247680",109724,2294,3,367,1638 +"247681",109724,9351,3,367,1460 +"247682",109724,12759,3,367,2414 +"247683",109724,14503,3,367,437 +"247684",109724,14558,3,367,1585 +"247685",109724,21352,3,367,1604 +"247686",109724,33341,3,367,2338 +"247687",109724,46384,3,367,2285 +"247688",109724,56601,2,367,528 +"247689",109724,63263,1,367,1267 +"247690",109724,82413,2,367,491 +"247691",109741,8419,3,1527,1956 +"247692",109741,21076,2,1527,1591 +"247693",109741,26695,2,1527,2340 +"247694",109741,30088,3,1527,2095 +"247695",109741,37915,3,1527,1905 +"247696",109741,46532,3,1527,2005 +"247697",109741,64502,3,1527,1670 +"247698",109904,2424,3,214,2582 +"247699",109904,4790,3,214,1025 +"247700",109904,4791,3,214,1184 +"247701",109904,12863,3,214,2027 +"247702",109904,19719,3,214,2177 +"247703",109904,20287,3,214,1099 +"247704",109904,21197,3,214,1437 +"247705",109904,21198,2,214,935 +"247706",109904,21285,3,214,2100 +"247707",109904,21693,3,214,2176 +"247708",109904,22282,3,214,1418 +"247709",109904,22326,3,214,2818 +"247710",109904,22362,3,214,1836 +"247711",109904,23450,3,214,967 +"247712",109904,26749,3,214,2965 +"247713",109904,27175,2,214,1447 +"247714",109904,29705,2,214,607 +"247715",109904,32601,3,214,1033 +"247716",109904,35095,2,214,1502 +"247717",109904,41174,3,214,850 +"247718",109904,43051,3,214,904 +"247719",109904,43385,3,214,1623 +"247720",109904,44059,3,214,525 +"247721",109904,45660,3,214,618 +"247722",109904,46723,2,214,607 +"247723",109904,48414,3,214,1749 +"247724",109904,50219,1,214,756 +"247725",109904,52058,3,214,1836 +"247726",109904,52576,3,214,2234 +"247727",109904,55438,3,214,2863 +"247728",109904,55468,3,214,2511 +"247729",109904,58508,3,214,2326 +"247730",109904,58652,3,214,1437 +"247731",109904,66860,3,214,1548 +"247732",109904,70603,3,214,1002 +"247733",109904,71342,3,214,1289 +"247734",109904,72956,3,214,1251 +"247735",109904,75948,3,214,1006 +"247736",109904,82949,3,214,2077 +"247737",109904,92220,3,214,607 +"247738",109904,99444,3,214,408 +"247739",109904,105602,3,214,434 +"247740",109904,109510,3,214,621 +"247741",109969,45496,2,385,1244 +"247742",109975,2985,3,1594,2398 +"247743",109975,15567,3,1594,2671 +"247744",109975,30306,3,1594,1606 +"247745",109975,36912,3,1594,2469 +"247746",109975,62066,3,1594,2281 +"247747",109975,62112,3,1594,2944 +"247748",109975,90299,3,1594,1606 +"247749",109978,330,3,1865,2163 +"247750",109978,2936,3,1865,2512 +"247751",109978,4681,3,1865,2356 +"247752",109978,9272,3,1865,2835 +"247753",109978,9723,3,1865,2302 +"247754",109978,11239,3,1865,2181 +"247755",109978,18202,1,1865,2475 +"247756",109978,19215,3,1865,2604 +"247757",109978,19364,2,1865,2846 +"247758",109978,20700,3,1865,2861 +"247759",109978,22580,3,1865,2245 +"247760",109978,22709,2,1865,2743 +"247761",109978,28432,2,1865,1954 +"247762",109978,34812,3,1865,2442 +"247763",109978,34831,2,1865,1866 +"247764",109978,34921,3,1865,2181 +"247765",109978,37859,3,1865,1999 +"247766",109978,39906,3,1865,2365 +"247767",109978,41240,3,1865,2220 +"247768",109978,53809,2,1865,1956 +"247769",109978,60879,3,1865,2792 +"247770",109978,73553,2,1865,2726 +"247771",109978,77077,3,1865,2693 +"247772",109978,121354,2,1865,2862 +"247773",110023,1556,3,230,643 +"247774",110023,2206,3,230,2536 +"247775",110023,3100,3,230,2524 +"247776",110023,3403,2,230,2951 +"247777",110023,3405,3,230,2438 +"247778",110023,3786,3,230,2282 +"247779",110023,4144,3,230,1520 +"247780",110023,5673,3,230,1567 +"247781",110023,6078,3,230,498 +"247782",110023,9050,3,230,2026 +"247783",110023,9481,3,230,1610 +"247784",110023,9727,3,230,2327 +"247785",110023,9912,2,230,1356 +"247786",110023,10050,3,230,1792 +"247787",110023,10453,3,230,1656 +"247788",110023,11135,1,230,2441 +"247789",110023,11990,3,230,1909 +"247790",110023,13324,3,230,2163 +"247791",110023,14473,3,230,2325 +"247792",110023,15502,2,230,2637 +"247793",110023,15879,3,230,419 +"247794",110023,15916,3,230,1236 +"247795",110023,16833,3,230,1661 +"247796",110023,16891,3,230,432 +"247797",110023,19687,2,230,2072 +"247798",110023,19972,3,230,2078 +"247799",110023,20413,3,230,806 +"247800",110023,21352,3,230,1604 +"247801",110023,21895,3,230,1693 +"247802",110023,21976,3,230,1808 +"247803",110023,23330,3,230,448 +"247804",110023,23639,3,230,2065 +"247805",110023,24109,3,230,504 +"247806",110023,24116,3,230,1413 +"247807",110023,24441,3,230,2256 +"247808",110023,25139,3,230,816 +"247809",110023,25270,2,230,985 +"247810",110023,25286,3,230,1545 +"247811",110023,25451,2,230,698 +"247812",110023,26567,2,230,1158 +"247813",110023,27742,3,230,2700 +"247814",110023,28567,2,230,2398 +"247815",110023,34559,3,230,1105 +"247816",110023,39484,3,230,281 +"247817",110023,42195,2,230,573 +"247818",110023,42486,2,230,1951 +"247819",110023,45299,3,230,2426 +"247820",110023,45487,2,230,2256 +"247821",110023,47330,3,230,2422 +"247822",110023,47827,3,230,1957 +"247823",110023,48764,1,230,860 +"247824",110023,51099,3,230,262 +"247825",110023,51448,2,230,1593 +"247826",110023,56673,3,230,2419 +"247827",110023,61209,3,230,580 +"247828",110023,67763,3,230,822 +"247829",110023,68460,3,230,599 +"247830",110023,68670,3,230,565 +"247831",110023,69957,2,230,1569 +"247832",110023,78460,3,230,985 +"247833",110023,79236,3,230,1505 +"247834",110023,80061,3,230,1223 +"247835",110023,80728,3,230,599 +"247836",110023,81134,3,230,1384 +"247837",110023,83133,3,230,1055 +"247838",110023,83541,3,230,555 +"247839",110023,90040,3,230,1267 +"247840",110023,92381,3,230,1237 +"247841",110023,92860,3,230,1643 +"247842",110023,92947,3,230,1289 +"247843",110023,93317,2,230,1223 +"247844",110023,94399,3,230,963 +"247845",110023,95661,2,230,872 +"247846",110023,97940,2,230,431 +"247847",110023,98003,3,230,573 +"247848",110023,99955,3,230,1223 +"247849",110023,104542,2,230,897 +"247850",110023,104659,3,230,2026 +"247851",110023,106554,2,230,1270 +"247852",110023,115194,3,230,604 +"247853",110046,1349,3,620,1147 +"247854",110046,72348,3,620,1810 +"247855",110058,45545,3,107,1776 +"247856",110058,77489,2,107,1514 +"247857",110072,1196,3,490,1986 +"247858",110072,10945,3,490,881 +"247859",110072,11419,3,490,1408 +"247860",110072,12035,3,490,2721 +"247861",110072,15343,3,490,2125 +"247862",110072,17021,3,490,1226 +"247863",110072,17967,2,490,2125 +"247864",110072,20469,3,490,2125 +"247865",110072,21417,3,490,2422 +"247866",110072,23301,3,490,1611 +"247867",110072,29756,2,490,2051 +"247868",110072,33722,3,490,1225 +"247869",110072,38908,3,490,1787 +"247870",110072,41004,3,490,2561 +"247871",110072,44684,3,490,1220 +"247872",110072,45664,3,490,2235 +"247873",110072,61336,3,490,2218 +"247874",110072,73266,3,490,2496 +"247875",110072,77057,3,490,1866 +"247876",110072,77095,3,490,1622 +"247877",110072,96301,2,490,818 +"247878",110072,117932,3,490,926 +"247879",110097,3306,3,540,1989 +"247880",110097,5315,3,540,2631 +"247881",110097,7475,3,540,1284 +"247882",110097,11576,3,540,808 +"247883",110097,17396,3,540,1672 +"247884",110097,70528,3,540,2727 +"247885",110097,74681,3,540,837 +"247886",110218,1629,3,437,1289 +"247887",110218,2979,3,437,2912 +"247888",110218,3271,3,437,2216 +"247889",110218,3477,2,437,2546 +"247890",110218,4330,3,437,1128 +"247891",110218,5792,3,437,975 +"247892",110218,5839,3,437,2301 +"247893",110218,6063,3,437,2349 +"247894",110218,7337,3,437,1797 +"247895",110218,8395,3,437,896 +"247896",110218,9272,3,437,2835 +"247897",110218,9332,3,437,2734 +"247898",110218,10457,3,437,1711 +"247899",110218,11518,3,437,803 +"247900",110218,12361,3,437,2732 +"247901",110218,12735,3,437,819 +"247902",110218,12779,3,437,936 +"247903",110218,18005,3,437,2449 +"247904",110218,18217,3,437,1566 +"247905",110218,18381,3,437,1524 +"247906",110218,19934,3,437,2888 +"247907",110218,20688,3,437,891 +"247908",110218,21593,3,437,1312 +"247909",110218,21684,2,437,1971 +"247910",110218,21815,3,437,2032 +"247911",110218,22462,3,437,869 +"247912",110218,23131,3,437,1732 +"247913",110218,28893,3,437,2764 +"247914",110218,32202,3,437,2314 +"247915",110218,33223,3,437,2397 +"247916",110218,33681,3,437,1059 +"247917",110218,33870,3,437,955 +"247918",110218,35133,3,437,2219 +"247919",110218,36912,3,437,2469 +"247920",110218,37632,3,437,1295 +"247921",110218,40542,3,437,1664 +"247922",110218,43226,3,437,2442 +"247923",110218,44497,3,437,2401 +"247924",110218,45355,3,437,1450 +"247925",110218,46261,3,437,2350 +"247926",110218,46486,3,437,1868 +"247927",110218,47968,3,437,2829 +"247928",110218,48015,3,437,1355 +"247929",110218,48110,3,437,2009 +"247930",110218,53687,3,437,2422 +"247931",110218,53726,3,437,1729 +"247932",110218,54467,3,437,919 +"247933",110218,55072,3,437,612 +"247934",110218,57765,3,437,2893 +"247935",110218,58508,3,437,2326 +"247936",110218,61125,3,437,1673 +"247937",110218,64947,3,437,2489 +"247938",110218,69335,3,437,2698 +"247939",110218,71219,3,437,967 +"247940",110218,76507,3,437,1437 +"247941",110218,76606,3,437,885 +"247942",110218,80301,3,437,1690 +"247943",110218,90709,2,437,1080 +"247944",110218,96073,3,437,568 +"247945",110218,99332,2,437,873 +"247946",110218,110749,1,437,772 +"247947",110262,2272,3,1138,1640 +"247948",110262,2443,3,1138,2333 +"247949",110262,31264,3,1138,2335 +"247950",110262,48501,3,1138,2010 +"247951",110262,52950,3,1138,2716 +"247952",110308,1127,3,489,1188 +"247953",110308,1386,3,489,1901 +"247954",110308,2743,3,489,1278 +"247955",110308,3242,3,489,1730 +"247956",110308,5621,3,489,1860 +"247957",110308,10945,3,489,881 +"247958",110308,11419,3,489,1408 +"247959",110308,14669,3,489,2080 +"247960",110308,15343,2,489,2125 +"247961",110308,16074,3,489,977 +"247962",110308,16164,3,489,1184 +"247963",110308,17021,3,489,1226 +"247964",110308,17967,3,489,2125 +"247965",110308,20824,3,489,1366 +"247966",110308,21092,2,489,1643 +"247967",110308,21417,3,489,2422 +"247968",110308,23506,3,489,1172 +"247969",110308,24204,3,489,840 +"247970",110308,24608,3,489,1630 +"247971",110308,26865,3,489,2726 +"247972",110308,29756,3,489,2051 +"247973",110308,33722,3,489,1225 +"247974",110308,34492,3,489,1798 +"247975",110308,42618,3,489,2316 +"247976",110308,42814,2,489,1149 +"247977",110308,44160,3,489,859 +"247978",110308,44684,3,489,1220 +"247979",110308,44729,3,489,588 +"247980",110308,49741,3,489,839 +"247981",110308,51022,3,489,1499 +"247982",110308,58035,3,489,1646 +"247983",110308,73266,3,489,2496 +"247984",110308,81239,3,489,547 +"247985",110308,82735,3,489,829 +"247986",110308,85592,3,489,1412 +"247987",110308,86279,2,489,1076 +"247988",110308,87198,3,489,1462 +"247989",110308,89668,3,489,1279 +"247990",110308,94808,1,489,988 +"247991",110308,96301,3,489,818 +"247992",110308,100231,3,489,998 +"247993",110308,101983,3,489,889 +"247994",110308,103721,3,489,1030 +"247995",110308,113162,3,489,818 +"247996",110308,117932,3,489,926 +"247997",110398,1780,3,601,1375 +"247998",110398,2057,3,601,1965 +"247999",110398,2747,2,601,2411 +"248000",110398,8610,3,601,2240 +"248001",110398,9484,3,601,1429 +"248002",110398,9503,3,601,2453 +"248003",110398,10453,3,601,1656 +"248004",110398,11588,1,601,2352 +"248005",110398,14599,3,601,1118 +"248006",110398,14749,3,601,1998 +"248007",110398,14959,3,601,2898 +"248008",110398,14998,3,601,1553 +"248009",110398,16502,3,601,1616 +"248010",110398,18672,3,601,1182 +"248011",110398,20155,3,601,1517 +"248012",110398,20545,3,601,1491 +"248013",110398,21209,3,601,2184 +"248014",110398,23131,3,601,1732 +"248015",110398,28116,3,601,1643 +"248016",110398,29627,3,601,882 +"248017",110398,30525,3,601,1964 +"248018",110398,33017,3,601,1493 +"248019",110398,36346,2,601,1240 +"248020",110398,44433,3,601,2224 +"248021",110398,44603,3,601,2748 +"248022",110398,50229,3,601,1190 +"248023",110398,51151,3,601,1195 +"248024",110398,54890,3,601,877 +"248025",110398,58501,3,601,2613 +"248026",110398,63077,3,601,2778 +"248027",110398,84574,3,601,958 +"248028",110398,92784,3,601,1257 +"248029",110398,111790,3,601,905 +"248030",110399,288,3,480,947 +"248031",110399,2224,3,480,2751 +"248032",110399,2407,2,480,1725 +"248033",110399,2563,2,480,1686 +"248034",110399,3068,3,480,1815 +"248035",110399,3306,3,480,1989 +"248036",110399,3477,3,480,2546 +"248037",110399,3849,3,480,1356 +"248038",110399,4001,3,480,1687 +"248039",110399,4821,3,480,1938 +"248040",110399,5120,3,480,2735 +"248041",110399,5346,3,480,1438 +"248042",110399,5484,3,480,582 +"248043",110399,5716,3,480,1058 +"248044",110399,6063,3,480,2349 +"248045",110399,6363,3,480,2066 +"248046",110399,7475,3,480,1284 +"248047",110399,7582,3,480,1099 +"248048",110399,8772,3,480,847 +"248049",110399,8984,3,480,1162 +"248050",110399,9202,2,480,2477 +"248051",110399,10513,3,480,2284 +"248052",110399,12735,3,480,819 +"248053",110399,12779,3,480,936 +"248054",110399,15207,3,480,1855 +"248055",110399,15546,3,480,2055 +"248056",110399,16352,3,480,2657 +"248057",110399,16866,2,480,2718 +"248058",110399,18211,2,480,1745 +"248059",110399,18217,3,480,1566 +"248060",110399,18550,3,480,483 +"248061",110399,18865,2,480,2676 +"248062",110399,19096,3,480,1538 +"248063",110399,19208,3,480,2629 +"248064",110399,19605,3,480,2395 +"248065",110399,19668,3,480,696 +"248066",110399,20176,3,480,1050 +"248067",110399,20624,3,480,1298 +"248068",110399,22462,3,480,869 +"248069",110399,26642,3,480,2952 +"248070",110399,28057,2,480,1067 +"248071",110399,28525,3,480,1273 +"248072",110399,28904,3,480,926 +"248073",110399,30334,3,480,2075 +"248074",110399,32424,3,480,848 +"248075",110399,33223,3,480,2397 +"248076",110399,33621,3,480,1319 +"248077",110399,34735,3,480,2767 +"248078",110399,34836,3,480,2302 +"248079",110399,35752,3,480,1158 +"248080",110399,36270,3,480,2910 +"248081",110399,37636,3,480,2178 +"248082",110399,39535,3,480,2428 +"248083",110399,40392,3,480,1878 +"248084",110399,40542,3,480,1664 +"248085",110399,41023,3,480,2408 +"248086",110399,41439,3,480,709 +"248087",110399,41901,3,480,630 +"248088",110399,41955,3,480,2479 +"248089",110399,42725,1,480,630 +"248090",110399,42813,3,480,2142 +"248091",110399,44819,3,480,2063 +"248092",110399,45449,3,480,1610 +"248093",110399,50480,3,480,2701 +"248094",110399,51783,3,480,2599 +"248095",110399,56910,3,480,2705 +"248096",110399,57901,3,480,614 +"248097",110399,58122,3,480,889 +"248098",110399,58854,2,480,1131 +"248099",110399,63395,2,480,2334 +"248100",110399,66622,1,480,799 +"248101",110399,68043,2,480,690 +"248102",110399,69215,3,480,1591 +"248103",110399,69293,3,480,609 +"248104",110399,70455,3,480,1307 +"248105",110399,72468,3,480,2292 +"248106",110399,74204,3,480,2463 +"248107",110399,79350,3,480,2261 +"248108",110399,92491,3,480,1968 +"248109",110399,94520,2,480,1243 +"248110",110399,95416,3,480,982 +"248111",110399,98080,3,480,1265 +"248112",110399,101347,3,480,1335 +"248113",110399,104565,3,480,2693 +"248114",110402,28446,3,858,917 +"248115",110402,46570,3,858,1707 +"248116",110402,81716,3,858,1199 +"248117",110486,1386,3,1014,1901 +"248118",110486,15343,3,1014,2125 +"248119",110486,17967,3,1014,2125 +"248120",110486,35542,3,1014,1439 +"248121",110486,44641,3,1014,1981 +"248122",110486,45664,3,1014,2235 +"248123",110486,77057,3,1014,1866 +"248124",110486,77095,3,1014,1622 +"248125",110486,86279,3,1014,1076 +"248126",110486,87198,3,1014,1462 +"248127",110496,1127,3,208,1188 +"248128",110496,3714,3,208,2605 +"248129",110496,3877,3,208,1133 +"248130",110496,10945,2,208,881 +"248131",110496,11419,2,208,1408 +"248132",110496,12035,3,208,2721 +"248133",110496,13201,3,208,2034 +"248134",110496,14669,2,208,2080 +"248135",110496,15003,3,208,2067 +"248136",110496,15343,2,208,2125 +"248137",110496,17021,2,208,1226 +"248138",110496,17967,2,208,2125 +"248139",110496,21092,2,208,1643 +"248140",110496,21417,3,208,2422 +"248141",110496,23301,3,208,1611 +"248142",110496,25541,3,208,917 +"248143",110496,25879,3,208,630 +"248144",110496,26865,3,208,2726 +"248145",110496,29756,2,208,2051 +"248146",110496,31659,3,208,543 +"248147",110496,33722,2,208,1225 +"248148",110496,34311,3,208,2213 +"248149",110496,35542,3,208,1439 +"248150",110496,38908,3,208,1787 +"248151",110496,42814,3,208,1149 +"248152",110496,44160,3,208,859 +"248153",110496,44684,3,208,1220 +"248154",110496,44729,3,208,588 +"248155",110496,45664,3,208,2235 +"248156",110496,45727,3,208,477 +"248157",110496,49741,3,208,839 +"248158",110496,55691,3,208,2856 +"248159",110496,61336,3,208,2218 +"248160",110496,68215,3,208,2727 +"248161",110496,73266,2,208,2496 +"248162",110496,77057,3,208,1866 +"248163",110496,77095,3,208,1622 +"248164",110496,80655,3,208,1546 +"248165",110496,81239,3,208,547 +"248166",110496,82735,3,208,829 +"248167",110496,84039,3,208,1335 +"248168",110496,85592,3,208,1412 +"248169",110496,86279,2,208,1076 +"248170",110496,87198,2,208,1462 +"248171",110496,89586,3,208,1401 +"248172",110496,89668,3,208,1279 +"248173",110496,90501,3,208,2380 +"248174",110496,94808,2,208,988 +"248175",110496,96301,2,208,818 +"248176",110496,101983,3,208,889 +"248177",110496,110072,3,208,490 +"248178",110496,110308,1,208,489 +"248179",110496,113162,2,208,818 +"248180",110496,115090,2,208,445 +"248181",110496,117932,2,208,926 +"248182",110560,5376,3,91,288 +"248183",110560,19733,3,91,1907 +"248184",110560,89203,3,91,453 +"248185",110560,109521,3,91,609 +"248186",110560,121234,3,91,213 +"248187",110569,32276,3,970,2223 +"248188",110569,88171,3,970,1488 +"248189",110626,5414,3,495,2321 +"248190",110626,6262,3,495,2733 +"248191",110626,6432,3,495,2297 +"248192",110626,11897,3,495,1271 +"248193",110626,16590,3,495,1123 +"248194",110626,19323,3,495,1705 +"248195",110626,38274,3,495,1181 +"248196",110626,89329,1,495,517 +"248197",110626,105867,2,495,1641 +"248198",110626,112814,3,495,546 +"248199",110659,2407,3,515,1725 +"248200",110659,9808,3,515,1648 +"248201",110659,15891,3,515,589 +"248202",110659,16866,3,515,2718 +"248203",110659,18865,3,515,2676 +"248204",110659,18954,2,515,2364 +"248205",110659,20392,2,515,1309 +"248206",110659,23890,3,515,1810 +"248207",110659,28914,3,515,580 +"248208",110659,33562,3,515,1979 +"248209",110659,33955,3,515,1178 +"248210",110659,33961,3,515,1269 +"248211",110659,53498,2,515,1967 +"248212",110659,63395,3,515,2334 +"248213",110659,63555,3,515,1290 +"248214",110659,69215,1,515,1591 +"248215",110659,72827,3,515,1359 +"248216",110659,80680,3,515,2403 +"248217",110659,94339,3,515,2768 +"248218",110659,105867,3,515,1641 +"248219",110659,108872,2,515,1810 +"248220",110719,913,3,206,2144 +"248221",110719,1592,3,206,2006 +"248222",110719,1691,3,206,1941 +"248223",110719,2011,2,206,2176 +"248224",110719,2220,3,206,1504 +"248225",110719,3144,3,206,869 +"248226",110719,4932,3,206,2752 +"248227",110719,5018,3,206,640 +"248228",110719,5258,2,206,2730 +"248229",110719,6252,3,206,2336 +"248230",110719,6390,3,206,2385 +"248231",110719,8657,2,206,2473 +"248232",110719,9511,3,206,1232 +"248233",110719,13945,3,206,1324 +"248234",110719,14108,2,206,2012 +"248235",110719,14676,3,206,2764 +"248236",110719,14731,3,206,2012 +"248237",110719,18502,2,206,1033 +"248238",110719,18543,1,206,2968 +"248239",110719,19332,2,206,1214 +"248240",110719,19718,3,206,1702 +"248241",110719,20407,3,206,2339 +"248242",110719,23787,3,206,2810 +"248243",110719,25565,3,206,2764 +"248244",110719,26106,3,206,2015 +"248245",110719,26342,3,206,527 +"248246",110719,26629,3,206,1824 +"248247",110719,26873,2,206,419 +"248248",110719,27275,3,206,2656 +"248249",110719,28011,3,206,2639 +"248250",110719,28808,3,206,1063 +"248251",110719,29224,3,206,2011 +"248252",110719,30411,3,206,630 +"248253",110719,32503,3,206,2020 +"248254",110719,34314,3,206,630 +"248255",110719,36439,3,206,2469 +"248256",110719,37509,3,206,1640 +"248257",110719,38213,3,206,1744 +"248258",110719,38259,3,206,2258 +"248259",110719,40226,3,206,880 +"248260",110719,40488,3,206,486 +"248261",110719,41085,2,206,637 +"248262",110719,43046,3,206,419 +"248263",110719,43173,3,206,2895 +"248264",110719,44427,2,206,2875 +"248265",110719,46621,3,206,1343 +"248266",110719,47064,3,206,1993 +"248267",110719,47248,3,206,2883 +"248268",110719,47585,3,206,794 +"248269",110719,49300,3,206,515 +"248270",110719,49620,3,206,1868 +"248271",110719,50235,3,206,726 +"248272",110719,51572,3,206,912 +"248273",110719,52323,3,206,2148 +"248274",110719,52327,3,206,1472 +"248275",110719,52735,3,206,1124 +"248276",110719,53252,3,206,637 +"248277",110719,57990,3,206,978 +"248278",110719,58284,3,206,2292 +"248279",110719,58293,3,206,250 +"248280",110719,61689,2,206,1309 +"248281",110719,61785,3,206,822 +"248282",110719,69122,3,206,416 +"248283",110719,69257,3,206,1402 +"248284",110719,71274,3,206,2390 +"248285",110719,74636,3,206,2525 +"248286",110719,75025,2,206,717 +"248287",110719,75921,3,206,517 +"248288",110719,76127,3,206,910 +"248289",110719,81895,3,206,1634 +"248290",110719,82401,2,206,1210 +"248291",110719,84612,3,206,2175 +"248292",110719,88232,3,206,2881 +"248293",110719,92592,2,206,486 +"248294",110719,92658,3,206,2659 +"248295",110719,93398,3,206,828 +"248296",110719,95288,3,206,1602 +"248297",110719,97674,3,206,1912 +"248298",110719,97824,3,206,1229 +"248299",110719,99953,3,206,581 +"248300",110719,100215,3,206,2436 +"248301",110719,101967,2,206,691 +"248302",110719,104711,2,206,410 +"248303",110719,105207,2,206,451 +"248304",110719,108709,3,206,462 +"248305",110719,109506,3,206,458 +"248306",110736,2798,2,95,1673 +"248307",110736,4526,3,95,1728 +"248308",110736,9227,3,95,1267 +"248309",110736,11029,3,95,2362 +"248310",110736,12475,3,95,588 +"248311",110736,19380,3,95,2637 +"248312",110736,41969,3,95,2189 +"248313",110736,44786,3,95,1096 +"248314",110736,51360,3,95,1882 +"248315",110736,58829,3,95,1256 +"248316",110736,62772,3,95,105 +"248317",110736,64439,3,95,562 +"248318",110736,68055,2,95,1236 +"248319",110736,70070,3,95,2425 +"248320",110736,71479,3,95,482 +"248321",110736,90669,3,95,152 +"248322",110736,94625,3,95,2105 +"248323",110737,2724,3,2117,2447 +"248324",110737,3272,3,2117,2132 +"248325",110737,3477,3,2117,2546 +"248326",110737,3786,3,2117,2282 +"248327",110737,6063,3,2117,2349 +"248328",110737,19075,3,2117,2214 +"248329",110737,20547,2,2117,2145 +"248330",110737,23364,3,2117,2306 +"248331",110737,31357,3,2117,2389 +"248332",110737,32939,3,2117,2277 +"248333",110737,33223,3,2117,2397 +"248334",110737,51843,2,2117,2389 +"248335",110737,54385,2,2117,2340 +"248336",110737,63104,3,2117,2149 +"248337",110737,69308,3,2117,2370 +"248338",110748,2370,3,398,1600 +"248339",110748,4723,2,398,1314 +"248340",110748,6996,3,398,2916 +"248341",110748,8258,3,398,1959 +"248342",110748,16455,3,398,946 +"248343",110748,21920,3,398,2367 +"248344",110748,22410,3,398,2158 +"248345",110748,23280,2,398,536 +"248346",110748,27512,3,398,947 +"248347",110748,28635,3,398,2368 +"248348",110748,31950,3,398,2217 +"248349",110748,39507,3,398,793 +"248350",110748,39627,1,398,546 +"248351",110748,40510,3,398,943 +"248352",110748,41098,3,398,1857 +"248353",110748,44089,3,398,1632 +"248354",110748,45449,3,398,1610 +"248355",110748,46680,3,398,1690 +"248356",110748,53293,2,398,2916 +"248357",110748,55493,2,398,869 +"248358",110748,57549,2,398,2335 +"248359",110748,61398,2,398,2563 +"248360",110748,61921,1,398,1793 +"248361",110748,71756,3,398,1202 +"248362",110748,78257,3,398,590 +"248363",110748,79639,3,398,1013 +"248364",110748,82270,3,398,1641 +"248365",110748,84581,3,398,1241 +"248366",110748,90852,3,398,764 +"248367",110748,92366,3,398,1434 +"248368",110748,93642,3,398,1120 +"248369",110748,95309,3,398,687 +"248370",110748,105887,3,398,615 +"248371",110748,116385,3,398,592 +"248372",110748,116484,3,398,902 +"248373",110749,3477,3,772,2546 +"248374",110749,21684,3,772,1971 +"248375",110749,90709,3,772,1080 +"248376",110749,99332,3,772,873 +"248377",110863,212,3,53,1513 +"248378",110863,270,3,53,2542 +"248379",110863,325,3,53,495 +"248380",110863,543,3,53,2203 +"248381",110863,600,3,53,1702 +"248382",110863,913,3,53,2144 +"248383",110863,1124,3,53,1596 +"248384",110863,2181,3,53,2030 +"248385",110863,2523,3,53,1691 +"248386",110863,3878,2,53,1890 +"248387",110863,4226,3,53,1903 +"248388",110863,4687,3,53,2152 +"248389",110863,5504,3,53,2389 +"248390",110863,5971,3,53,1985 +"248391",110863,6044,3,53,2744 +"248392",110863,6264,3,53,749 +"248393",110863,6390,3,53,2385 +"248394",110863,6718,2,53,2138 +"248395",110863,6940,3,53,1183 +"248396",110863,7363,3,53,123 +"248397",110863,7515,2,53,2737 +"248398",110863,8011,2,53,889 +"248399",110863,9184,3,53,2670 +"248400",110863,9432,1,53,1693 +"248401",110863,10488,3,53,1524 +"248402",110863,10523,2,53,1510 +"248403",110863,11434,2,53,1187 +"248404",110863,11516,2,53,1937 +"248405",110863,12199,3,53,1651 +"248406",110863,13837,3,53,1604 +"248407",110863,13895,3,53,687 +"248408",110863,14032,3,53,2144 +"248409",110863,15135,3,53,1035 +"248410",110863,15799,3,53,1917 +"248411",110863,17357,3,53,1536 +"248412",110863,17645,3,53,1918 +"248413",110863,17698,3,53,1559 +"248414",110863,18394,3,53,2356 +"248415",110863,19322,3,53,2048 +"248416",110863,19882,2,53,565 +"248417",110863,21122,2,53,1701 +"248418",110863,23132,3,53,2756 +"248419",110863,24568,2,53,1937 +"248420",110863,24789,3,53,829 +"248421",110863,25816,3,53,2088 +"248422",110863,25976,2,53,659 +"248423",110863,26462,2,53,140 +"248424",110863,26867,3,53,1804 +"248425",110863,27112,3,53,500 +"248426",110863,29987,3,53,956 +"248427",110863,32131,3,53,1035 +"248428",110863,32780,3,53,424 +"248429",110863,32947,2,53,1091 +"248430",110863,35302,3,53,1589 +"248431",110863,36499,3,53,182 +"248432",110863,38523,3,53,549 +"248433",110863,38574,3,53,188 +"248434",110863,39570,3,53,496 +"248435",110863,40028,3,53,1349 +"248436",110863,42687,2,53,1952 +"248437",110863,46182,2,53,1613 +"248438",110863,46373,3,53,134 +"248439",110863,46726,3,53,943 +"248440",110863,47435,3,53,878 +"248441",110863,47445,3,53,2668 +"248442",110863,50444,3,53,884 +"248443",110863,52136,3,53,1412 +"248444",110863,52735,3,53,1124 +"248445",110863,53303,3,53,1376 +"248446",110863,54855,3,53,1525 +"248447",110863,56082,3,53,2395 +"248448",110863,57950,3,53,1529 +"248449",110863,58451,3,53,1939 +"248450",110863,59700,3,53,2346 +"248451",110863,62219,3,53,2494 +"248452",110863,62602,3,53,1172 +"248453",110863,62668,3,53,958 +"248454",110863,63409,2,53,1937 +"248455",110863,67763,3,53,822 +"248456",110863,70724,3,53,496 +"248457",110863,70781,3,53,199 +"248458",110863,73305,3,53,2544 +"248459",110863,75948,3,53,1006 +"248460",110863,76127,3,53,910 +"248461",110863,79804,1,53,2227 +"248462",110863,80242,3,53,569 +"248463",110863,80429,2,53,1927 +"248464",110863,82776,3,53,1232 +"248465",110863,88808,3,53,1462 +"248466",110863,90068,3,53,161 +"248467",110863,91912,3,53,790 +"248468",110863,92322,3,53,2393 +"248469",110863,92817,2,53,569 +"248470",110863,94783,3,53,659 +"248471",110863,97915,2,53,1802 +"248472",110863,102705,3,53,468 +"248473",110863,104280,3,53,887 +"248474",110863,107649,3,53,1573 +"248475",110863,108430,3,53,1642 +"248476",110874,3272,2,1390,2132 +"248477",110874,4968,3,1390,1586 +"248478",110874,17768,3,1390,2468 +"248479",110874,20739,2,1390,2025 +"248480",110874,31357,3,1390,2389 +"248481",110934,41330,3,2308,2720 +"248482",111004,1124,3,796,1596 +"248483",111004,1639,3,796,2631 +"248484",111004,2484,3,796,2389 +"248485",111004,2743,3,796,1278 +"248486",111004,3242,3,796,1730 +"248487",111004,3306,3,796,1989 +"248488",111004,4623,3,796,1176 +"248489",111004,4889,3,796,1501 +"248490",111004,4953,3,796,2285 +"248491",111004,5462,3,796,2374 +"248492",111004,5864,1,796,1197 +"248493",111004,6363,3,796,2066 +"248494",111004,11477,3,796,2724 +"248495",111004,12081,3,796,2166 +"248496",111004,14072,3,796,1346 +"248497",111004,14972,3,796,2332 +"248498",111004,16074,3,796,977 +"248499",111004,16164,3,796,1184 +"248500",111004,16725,3,796,2830 +"248501",111004,17381,3,796,1697 +"248502",111004,17520,3,796,2276 +"248503",111004,17852,2,796,2840 +"248504",111004,20824,3,796,1366 +"248505",111004,21198,3,796,935 +"248506",111004,22331,3,796,2687 +"248507",111004,23506,3,796,1172 +"248508",111004,26749,3,796,2965 +"248509",111004,27355,3,796,870 +"248510",111004,29289,3,796,1756 +"248511",111004,30119,3,796,1961 +"248512",111004,30334,3,796,2075 +"248513",111004,31307,3,796,2139 +"248514",111004,31700,3,796,2727 +"248515",111004,31799,3,796,2547 +"248516",111004,32939,3,796,2277 +"248517",111004,33430,3,796,2225 +"248518",111004,33588,3,796,1040 +"248519",111004,33949,3,796,2489 +"248520",111004,34492,3,796,1798 +"248521",111004,35518,2,796,1721 +"248522",111004,37238,2,796,2609 +"248523",111004,37636,3,796,2178 +"248524",111004,38307,3,796,2648 +"248525",111004,38921,3,796,1880 +"248526",111004,40392,3,796,1878 +"248527",111004,41945,3,796,2856 +"248528",111004,42264,3,796,1702 +"248529",111004,43455,3,796,2846 +"248530",111004,44161,3,796,1156 +"248531",111004,46602,3,796,2786 +"248532",111004,47098,3,796,2057 +"248533",111004,48548,3,796,826 +"248534",111004,50113,3,796,2059 +"248535",111004,50252,3,796,2001 +"248536",111004,50785,3,796,2877 +"248537",111004,51022,3,796,1499 +"248538",111004,51157,3,796,2319 +"248539",111004,51319,3,796,2488 +"248540",111004,51783,3,796,2599 +"248541",111004,57804,3,796,2214 +"248542",111004,58035,3,796,1646 +"248543",111004,71342,3,796,1289 +"248544",111004,72956,3,796,1251 +"248545",111004,94808,3,796,988 +"248546",111004,102050,3,796,906 +"248547",111004,105077,3,796,920 +"248548",111034,7433,2,2131,2255 +"248549",111034,11506,3,2131,2824 +"248550",111034,21180,3,2131,2762 +"248551",111034,21463,3,2131,2437 +"248552",111034,27783,3,2131,2302 +"248553",111034,34162,3,2131,2336 +"248554",111034,36136,2,2131,2338 +"248555",111034,39105,3,2131,2487 +"248556",111034,46951,3,2131,2429 +"248557",111034,55775,3,2131,2385 +"248558",111034,56673,3,2131,2419 +"248559",111034,76132,2,2131,2426 +"248560",111040,1150,3,711,1595 +"248561",111040,4144,3,711,1520 +"248562",111040,9063,2,711,2000 +"248563",111040,11429,3,711,2520 +"248564",111040,14654,2,711,1692 +"248565",111040,14761,3,711,2502 +"248566",111040,32678,3,711,1439 +"248567",111040,33219,3,711,1173 +"248568",111040,35911,3,711,2370 +"248569",111040,43905,2,711,756 +"248570",111040,43960,3,711,1293 +"248571",111040,58233,3,711,1665 +"248572",111040,69077,3,711,1689 +"248573",111040,82226,3,711,1619 +"248574",111040,122107,3,711,968 +"248575",111045,1150,2,915,1595 +"248576",111045,2489,3,915,1537 +"248577",111045,9506,3,915,1012 +"248578",111045,10200,3,915,2920 +"248579",111045,10333,3,915,1615 +"248580",111045,11429,3,915,2520 +"248581",111045,14654,3,915,1692 +"248582",111045,24086,3,915,2663 +"248583",111045,24860,3,915,1204 +"248584",111045,29704,2,915,2294 +"248585",111045,41603,3,915,1942 +"248586",111045,50430,2,915,1689 +"248587",111045,57394,3,915,1271 +"248588",111045,97266,2,915,1016 +"248589",111045,97990,3,915,1223 +"248590",111053,17221,3,150,2487 +"248591",111053,17245,3,150,1811 +"248592",111053,22543,3,150,1594 +"248593",111053,29066,3,150,224 +"248594",111119,1455,3,550,1262 +"248595",111119,2272,2,550,1640 +"248596",111119,2282,3,550,2056 +"248597",111119,2443,3,550,2333 +"248598",111119,2588,3,550,552 +"248599",111119,2927,3,550,1789 +"248600",111119,5637,3,550,1976 +"248601",111119,9538,1,550,1786 +"248602",111119,10701,3,550,2000 +"248603",111119,13034,3,550,698 +"248604",111119,14470,3,550,2632 +"248605",111119,15281,3,550,810 +"248606",111119,15582,3,550,598 +"248607",111119,17531,3,550,876 +"248608",111119,17695,3,550,1930 +"248609",111119,19476,3,550,1708 +"248610",111119,20038,3,550,1531 +"248611",111119,22410,3,550,2158 +"248612",111119,23560,3,550,2051 +"248613",111119,24252,3,550,639 +"248614",111119,27458,3,550,647 +"248615",111119,27512,3,550,947 +"248616",111119,29778,3,550,840 +"248617",111119,31264,3,550,2335 +"248618",111119,32169,3,550,2504 +"248619",111119,36399,3,550,1357 +"248620",111119,38422,3,550,1019 +"248621",111119,41098,3,550,1857 +"248622",111119,43701,3,550,2400 +"248623",111119,48501,3,550,2010 +"248624",111119,52950,3,550,2716 +"248625",111119,55325,3,550,653 +"248626",111119,73520,3,550,2613 +"248627",111119,77719,2,550,2086 +"248628",111119,78277,3,550,1937 +"248629",111119,80970,3,550,2069 +"248630",111119,82280,3,550,619 +"248631",111119,87915,3,550,1152 +"248632",111120,8607,3,397,1685 +"248633",111120,38458,3,397,1368 +"248634",111128,23639,3,1234,2065 +"248635",111128,24116,3,1234,1413 +"248636",111128,39577,3,1234,1728 +"248637",111128,79236,3,1234,1505 +"248638",111128,81134,3,1234,1384 +"248639",111128,92947,2,1234,1289 +"248640",111165,13109,2,1256,1374 +"248641",111165,31003,2,1256,1859 +"248642",111165,34648,3,1256,1596 +"248643",111165,48602,2,1256,1704 +"248644",111165,53859,3,1256,1817 +"248645",111193,782,2,429,945 +"248646",111193,2852,3,429,2448 +"248647",111193,4361,3,429,2571 +"248648",111193,4612,3,429,2804 +"248649",111193,4669,3,429,2395 +"248650",111193,5897,3,429,2337 +"248651",111193,7785,2,429,2441 +"248652",111193,11108,3,429,1609 +"248653",111193,11648,3,429,2852 +"248654",111193,12948,3,429,2669 +"248655",111193,14749,3,429,1998 +"248656",111193,16715,3,429,1218 +"248657",111193,16864,2,429,814 +"248658",111193,17033,3,429,2771 +"248659",111193,18978,1,429,952 +"248660",111193,26551,2,429,652 +"248661",111193,27742,2,429,2700 +"248662",111193,27914,3,429,2507 +"248663",111193,28440,3,429,675 +"248664",111193,30525,3,429,1964 +"248665",111193,31868,3,429,1993 +"248666",111193,32532,2,429,2338 +"248667",111193,32560,2,429,1258 +"248668",111193,32651,2,429,877 +"248669",111193,33341,3,429,2338 +"248670",111193,33681,3,429,1059 +"248671",111193,33870,2,429,955 +"248672",111193,35797,3,429,2482 +"248673",111193,40309,3,429,871 +"248674",111193,41023,3,429,2408 +"248675",111193,45869,3,429,2840 +"248676",111193,58655,3,429,2685 +"248677",111193,59039,3,429,2870 +"248678",111193,80156,3,429,1667 +"248679",111193,85396,3,429,1131 +"248680",111193,91849,2,429,1166 +"248681",111193,94625,3,429,2105 +"248682",111193,101453,3,429,454 +"248683",111193,115021,1,429,1226 +"248684",111208,1314,2,847,1522 +"248685",111208,1349,3,847,1147 +"248686",111208,1519,2,847,2349 +"248687",111208,2668,3,847,1529 +"248688",111208,2852,3,847,2448 +"248689",111208,3493,2,847,2451 +"248690",111208,4526,3,847,1728 +"248691",111208,4665,2,847,1569 +"248692",111208,12361,3,847,2732 +"248693",111208,15535,3,847,891 +"248694",111208,19655,3,847,2706 +"248695",111208,20941,3,847,2725 +"248696",111208,21383,3,847,971 +"248697",111208,22244,3,847,2139 +"248698",111208,23966,2,847,891 +"248699",111208,25330,3,847,2370 +"248700",111208,27686,3,847,2844 +"248701",111208,28970,3,847,2111 +"248702",111208,30034,2,847,2357 +"248703",111208,31335,3,847,2351 +"248704",111208,31866,3,847,2101 +"248705",111208,33341,3,847,2338 +"248706",111208,34216,3,847,2832 +"248707",111208,38087,3,847,1083 +"248708",111208,38691,3,847,2585 +"248709",111208,44749,3,847,1303 +"248710",111208,50630,3,847,2615 +"248711",111208,51144,3,847,2466 +"248712",111208,52136,3,847,1412 +"248713",111208,54313,3,847,1645 +"248714",111208,57180,2,847,2703 +"248715",111208,60808,3,847,1258 +"248716",111208,66978,3,847,1536 +"248717",111208,70583,2,847,2615 +"248718",111208,72632,3,847,1289 +"248719",111208,85198,3,847,1794 +"248720",111208,87907,3,847,1173 +"248721",111208,90065,2,847,1418 +"248722",111211,2446,3,606,2606 +"248723",111211,4367,3,606,2794 +"248724",111211,6697,3,606,2438 +"248725",111211,7719,3,606,1954 +"248726",111211,13136,3,606,2867 +"248727",111211,41187,2,606,2340 +"248728",111375,7252,3,2686,2799 +"248729",111375,9787,3,2686,2858 +"248730",111375,27742,3,2686,2700 +"248731",111567,5845,3,613,1552 +"248732",111567,9440,3,613,1006 +"248733",111567,11019,3,613,1299 +"248734",111567,36506,3,613,2638 +"248735",111567,53668,3,613,2242 +"248736",111567,79848,2,613,1629 +"248737",111576,1136,3,458,2536 +"248738",111576,3863,3,458,856 +"248739",111576,5018,3,458,640 +"248740",111576,14108,3,458,2012 +"248741",111576,34314,3,458,630 +"248742",111576,35041,3,458,1311 +"248743",111576,41085,3,458,637 +"248744",111576,42216,3,458,2722 +"248745",111576,49300,3,458,515 +"248746",111576,50235,3,458,726 +"248747",111576,56116,3,458,1321 +"248748",111576,69067,3,458,626 +"248749",111576,75025,3,458,717 +"248750",111576,92592,3,458,486 +"248751",111576,93398,3,458,828 +"248752",111576,97674,3,458,1912 +"248753",111576,99953,3,458,581 +"248754",111576,101347,3,458,1335 +"248755",111576,101967,3,458,691 +"248756",111576,106555,3,458,1626 +"248757",111576,108430,3,458,1642 +"248758",111613,10857,3,1059,2253 +"248759",111613,12122,3,1059,1385 +"248760",111613,14017,2,1059,1163 +"248761",111613,16826,3,1059,2599 +"248762",111613,40931,3,1059,2301 +"248763",111613,44407,1,1059,2154 +"248764",111613,44676,3,1059,2629 +"248765",111613,54551,3,1059,2348 +"248766",111658,357,3,351,2327 +"248767",111658,2014,3,351,973 +"248768",111658,2357,1,351,492 +"248769",111658,5798,2,351,1779 +"248770",111658,7123,3,351,1964 +"248771",111658,7196,3,351,1508 +"248772",111658,7759,3,351,2844 +"248773",111658,8513,3,351,875 +"248774",111658,9342,3,351,896 +"248775",111658,10343,3,351,1072 +"248776",111658,11154,3,351,1594 +"248777",111658,18348,3,351,1711 +"248778",111658,18825,3,351,1240 +"248779",111658,18924,2,351,485 +"248780",111658,21872,1,351,2458 +"248781",111658,23806,3,351,1671 +"248782",111658,28784,3,351,1579 +"248783",111658,31211,2,351,433 +"248784",111658,36031,3,351,2342 +"248785",111658,36440,3,351,704 +"248786",111658,38140,1,351,1866 +"248787",111658,40645,3,351,1899 +"248788",111658,41075,3,351,1176 +"248789",111658,45959,3,351,1880 +"248790",111658,46040,3,351,2105 +"248791",111658,65322,3,351,2008 +"248792",111658,68317,3,351,874 +"248793",111658,69745,3,351,1594 +"248794",111658,71982,2,351,2812 +"248795",111658,73192,3,351,1955 +"248796",111658,76672,2,351,1930 +"248797",111658,78150,3,351,2581 +"248798",111658,80219,3,351,988 +"248799",111658,89681,3,351,1978 +"248800",111658,92469,3,351,1232 +"248801",111658,96352,3,351,1493 +"248802",111658,96387,2,351,2159 +"248803",111658,102581,2,351,1813 +"248804",111658,109031,3,351,523 +"248805",111686,1826,3,528,924 +"248806",111686,15799,3,528,1917 +"248807",111686,51017,3,528,2073 +"248808",111686,51035,3,528,2397 +"248809",111686,53322,3,528,1200 +"248810",111686,53323,2,528,2677 +"248811",111686,53608,3,528,1986 +"248812",111686,88126,3,528,1027 +"248813",111761,675,3,783,1686 +"248814",111761,733,3,783,1653 +"248815",111761,1136,3,783,2536 +"248816",111761,1469,3,783,1160 +"248817",111761,2063,3,783,1278 +"248818",111761,2591,3,783,1949 +"248819",111761,2743,3,783,1278 +"248820",111761,3242,2,783,1730 +"248821",111761,4191,3,783,2130 +"248822",111761,4618,3,783,2607 +"248823",111761,4980,2,783,2093 +"248824",111761,6023,3,783,2050 +"248825",111761,6577,3,783,1951 +"248826",111761,8621,3,783,1681 +"248827",111761,10404,3,783,2062 +"248828",111761,10799,3,783,2010 +"248829",111761,16074,2,783,977 +"248830",111761,16164,2,783,1184 +"248831",111761,16365,3,783,2217 +"248832",111761,17357,3,783,1536 +"248833",111761,17716,3,783,915 +"248834",111761,19516,3,783,2313 +"248835",111761,19963,3,783,810 +"248836",111761,20563,3,783,2267 +"248837",111761,20824,3,783,1366 +"248838",111761,21911,1,783,1184 +"248839",111761,22501,2,783,1006 +"248840",111761,22884,3,783,1608 +"248841",111761,23506,3,783,1172 +"248842",111761,23704,2,783,2278 +"248843",111761,25643,3,783,1646 +"248844",111761,26322,3,783,1018 +"248845",111761,26436,2,783,2489 +"248846",111761,26516,3,783,2479 +"248847",111761,27753,3,783,2750 +"248848",111761,28731,2,783,955 +"248849",111761,30438,2,783,1617 +"248850",111761,31000,3,783,1526 +"248851",111761,31243,2,783,1355 +"248852",111761,33588,3,783,1040 +"248853",111761,33621,3,783,1319 +"248854",111761,34492,1,783,1798 +"248855",111761,38449,3,783,1802 +"248856",111761,40293,3,783,1671 +"248857",111761,42186,3,783,955 +"248858",111761,42747,3,783,1189 +"248859",111761,45715,2,783,2287 +"248860",111761,48277,3,783,971 +"248861",111761,51022,3,783,1499 +"248862",111761,51410,2,783,2739 +"248863",111761,51987,2,783,1397 +"248864",111761,56171,3,783,1524 +"248865",111761,58035,3,783,1646 +"248866",111761,64997,3,783,2791 +"248867",111761,73047,3,783,824 +"248868",111761,77001,3,783,1440 +"248869",111761,81813,3,783,1656 +"248870",111761,82767,3,783,1641 +"248871",111761,86550,2,783,955 +"248872",111761,88860,3,783,1014 +"248873",111761,94808,3,783,988 +"248874",111761,100134,3,783,977 +"248875",111761,109383,2,783,952 +"248876",111790,2747,2,905,2411 +"248877",111790,7942,3,905,2623 +"248878",111790,9503,3,905,2453 +"248879",111790,10050,3,905,1792 +"248880",111790,11588,2,905,2352 +"248881",111790,14599,3,905,1118 +"248882",111790,14998,1,905,1553 +"248883",111790,16176,3,905,2703 +"248884",111790,16502,2,905,1616 +"248885",111790,19610,3,905,1236 +"248886",111790,20155,3,905,1517 +"248887",111790,20545,3,905,1491 +"248888",111790,21209,3,905,2184 +"248889",111790,23131,3,905,1732 +"248890",111790,25163,3,905,1751 +"248891",111790,28116,2,905,1643 +"248892",111790,30525,3,905,1964 +"248893",111790,33017,3,905,1493 +"248894",111790,36346,2,905,1240 +"248895",111790,37636,3,905,2178 +"248896",111790,38532,2,905,1234 +"248897",111790,42813,3,905,2142 +"248898",111790,42852,3,905,1316 +"248899",111790,44433,3,905,2224 +"248900",111790,44603,2,905,2748 +"248901",111790,44971,3,905,955 +"248902",111790,46486,3,905,1868 +"248903",111790,47013,3,905,2388 +"248904",111790,51151,3,905,1195 +"248905",111790,54924,3,905,2603 +"248906",111790,58501,3,905,2613 +"248907",111790,60078,3,905,1750 +"248908",111790,60258,3,905,2405 +"248909",111790,63077,3,905,2778 +"248910",111790,67815,3,905,2476 +"248911",111790,71467,3,905,1051 +"248912",111790,92784,3,905,1257 +"248913",111790,92850,3,905,1971 +"248914",111843,109106,1,1963,1973 +"248915",111855,21681,3,1909,2005 +"248916",111855,27391,3,1909,2378 +"248917",111855,37752,3,1909,2223 +"248918",111855,38975,3,1909,1999 +"248919",111855,44564,2,1909,2034 +"248920",111855,45869,3,1909,2840 +"248921",111855,114504,3,1909,1937 +"248922",111928,1745,3,549,2693 +"248923",111928,6697,3,549,2438 +"248924",111928,12897,3,549,1351 +"248925",111928,13842,2,549,2250 +"248926",111928,26818,3,549,1999 +"248927",111928,27509,2,549,2067 +"248928",111928,33537,3,549,2406 +"248929",111928,40264,3,549,1418 +"248930",111928,43568,3,549,837 +"248931",111928,57082,3,549,1418 +"248932",111928,58238,3,549,1944 +"248933",111928,66693,2,549,2554 +"248934",111928,73172,3,549,2496 +"248935",111928,83523,2,549,1461 +"248936",111955,900,3,504,2726 +"248937",111955,2057,3,504,1965 +"248938",111955,2446,3,504,2606 +"248939",111955,3830,3,504,1661 +"248940",111955,4681,3,504,2356 +"248941",111955,5317,3,504,2063 +"248942",111955,5462,3,504,2374 +"248943",111955,5484,3,504,582 +"248944",111955,5599,3,504,1684 +"248945",111955,6047,3,504,2004 +"248946",111955,9723,3,504,2302 +"248947",111955,10576,3,504,974 +"248948",111955,11310,3,504,957 +"248949",111955,12067,3,504,1213 +"248950",111955,12586,3,504,613 +"248951",111955,16850,3,504,1657 +"248952",111955,16959,3,504,888 +"248953",111955,17133,3,504,924 +"248954",111955,19215,3,504,2604 +"248955",111955,19364,2,504,2846 +"248956",111955,22580,3,504,2245 +"248957",111955,22709,2,504,2743 +"248958",111955,23825,3,504,1913 +"248959",111955,28432,3,504,1954 +"248960",111955,32606,2,504,2100 +"248961",111955,34831,3,504,1866 +"248962",111955,34921,3,504,2181 +"248963",111955,35004,2,504,1509 +"248964",111955,35715,3,504,2912 +"248965",111955,36514,3,504,1192 +"248966",111955,38676,3,504,2286 +"248967",111955,41278,3,504,1873 +"248968",111955,49201,3,504,936 +"248969",111955,55472,3,504,1516 +"248970",111955,57950,3,504,1529 +"248971",111955,58559,3,504,2242 +"248972",111955,65856,3,504,2504 +"248973",111955,68345,3,504,1095 +"248974",111955,72348,3,504,1810 +"248975",111955,73553,3,504,2726 +"248976",111955,74318,3,504,632 +"248977",111955,76999,3,504,908 +"248978",111955,80606,2,504,2079 +"248979",111955,86978,3,504,2733 +"248980",111955,90837,3,504,825 +"248981",111955,94138,3,504,1939 +"248982",111955,95910,3,504,999 +"248983",111955,100260,3,504,888 +"248984",111955,109978,3,504,1865 +"248985",111971,212,3,1032,1513 +"248986",111971,270,3,1032,2542 +"248987",111971,1124,3,1032,1596 +"248988",111971,2111,3,1032,1904 +"248989",111971,4360,3,1032,1770 +"248990",111971,5235,3,1032,2324 +"248991",111971,5622,3,1032,2175 +"248992",111971,5971,2,1032,1985 +"248993",111971,6588,3,1032,2025 +"248994",111971,6718,2,1032,2138 +"248995",111971,9364,2,1032,1698 +"248996",111971,10488,3,1032,1524 +"248997",111971,10513,3,1032,2284 +"248998",111971,10523,3,1032,1510 +"248999",111971,10857,3,1032,2253 +"249000",111971,10874,3,1032,1891 +"249001",111971,11218,3,1032,2292 +"249002",111971,11229,3,1032,1625 +"249003",111971,13248,3,1032,1385 +"249004",111971,13307,3,1032,2206 +"249005",111971,15135,2,1032,1035 +"249006",111971,16332,3,1032,2668 +"249007",111971,16940,3,1032,1290 +"249008",111971,18152,3,1032,1314 +"249009",111971,18394,2,1032,2356 +"249010",111971,19719,3,1032,2177 +"249011",111971,20124,3,1032,2376 +"249012",111971,20975,3,1032,1305 +"249013",111971,21012,3,1032,2325 +"249014",111971,21104,3,1032,2327 +"249015",111971,21693,3,1032,2176 +"249016",111971,22326,3,1032,2818 +"249017",111971,22362,3,1032,1836 +"249018",111971,23492,3,1032,1067 +"249019",111971,23509,3,1032,2275 +"249020",111971,23526,3,1032,1998 +"249021",111971,23715,3,1032,1859 +"249022",111971,24066,3,1032,1755 +"249023",111971,25305,3,1032,2447 +"249024",111971,26867,3,1032,1804 +"249025",111971,28015,3,1032,1624 +"249026",111971,28383,3,1032,1222 +"249027",111971,30325,3,1032,1067 +"249028",111971,30405,2,1032,2164 +"249029",111971,32131,3,1032,1035 +"249030",111971,32173,3,1032,2341 +"249031",111971,35673,3,1032,1067 +"249032",111971,38019,3,1032,1870 +"249033",111971,40028,3,1032,1349 +"249034",111971,40072,3,1032,1182 +"249035",111971,42687,3,1032,1952 +"249036",111971,43385,3,1032,1623 +"249037",111971,46629,3,1032,2255 +"249038",111971,47772,3,1032,2293 +"249039",111971,50118,3,1032,2654 +"249040",111971,50236,3,1032,2339 +"249041",111971,52136,3,1032,1412 +"249042",111971,52345,3,1032,1430 +"249043",111971,53303,3,1032,1376 +"249044",111971,54551,3,1032,2348 +"249045",111971,56082,3,1032,2395 +"249046",111971,70217,3,1032,2332 +"249047",111971,71342,3,1032,1289 +"249048",111971,72207,3,1032,2430 +"249049",111971,72326,3,1032,2384 +"249050",111971,72956,3,1032,1251 +"249051",111971,76284,2,1032,1237 +"249052",111971,79322,3,1032,2770 +"249053",111971,82949,3,1032,2077 +"249054",111971,85138,3,1032,1685 +"249055",111971,98781,3,1032,1410 +"249056",111971,121415,1,1032,1455 +"249057",112004,4361,3,74,2571 +"249058",112004,7467,3,74,587 +"249059",112004,8062,3,74,2858 +"249060",112004,8118,2,74,587 +"249061",112004,10336,3,74,2271 +"249062",112004,10350,1,74,1163 +"249063",112004,10595,3,74,494 +"249064",112004,13290,3,74,2824 +"249065",112004,14449,3,74,1258 +"249066",112004,16310,3,74,2796 +"249067",112004,17257,2,74,1117 +"249068",112004,18825,3,74,1240 +"249069",112004,24176,3,74,1986 +"249070",112004,30974,3,74,947 +"249071",112004,32818,2,74,2485 +"249072",112004,35589,2,74,983 +"249073",112004,44795,3,74,635 +"249074",112004,46532,3,74,2005 +"249075",112004,53132,3,74,81 +"249076",112004,57912,3,74,1035 +"249077",112004,61211,3,74,245 +"249078",112004,62908,3,74,608 +"249079",112004,66943,3,74,327 +"249080",112004,67942,3,74,973 +"249081",112004,78677,3,74,341 +"249082",112004,78842,3,74,904 +"249083",112004,90892,3,74,2399 +"249084",112004,92567,3,74,133 +"249085",112004,99288,3,74,983 +"249086",112024,1154,3,135,1656 +"249087",112024,3167,3,135,1676 +"249088",112024,7241,3,135,2259 +"249089",112024,12374,3,135,2260 +"249090",112024,15118,3,135,1311 +"249091",112024,15643,3,135,502 +"249092",112024,17645,3,135,1918 +"249093",112024,24005,3,135,1188 +"249094",112024,25132,3,135,1188 +"249095",112024,32811,3,135,804 +"249096",112024,34596,2,135,527 +"249097",112024,46726,3,135,943 +"249098",112024,48260,3,135,875 +"249099",112024,48698,2,135,1474 +"249100",112024,62668,3,135,958 +"249101",112024,65884,3,135,798 +"249102",112024,78256,3,135,804 +"249103",112024,89965,3,135,810 +"249104",112024,98925,3,135,584 +"249105",112024,103420,3,135,433 +"249106",112024,108867,3,135,2328 +"249107",112084,25530,3,875,2884 +"249108",112140,827,3,252,2964 +"249109",112140,2588,3,252,552 +"249110",112140,5637,3,252,1976 +"249111",112140,8006,3,252,479 +"249112",112140,9538,3,252,1786 +"249113",112140,9724,3,252,2713 +"249114",112140,10701,3,252,2000 +"249115",112140,12378,3,252,1030 +"249116",112140,13595,3,252,1164 +"249117",112140,14290,3,252,284 +"249118",112140,15281,3,252,810 +"249119",112140,17531,2,252,876 +"249120",112140,23560,3,252,2051 +"249121",112140,24252,2,252,639 +"249122",112140,28648,3,252,1586 +"249123",112140,29778,3,252,840 +"249124",112140,31855,3,252,2636 +"249125",112140,36399,2,252,1357 +"249126",112140,37684,3,252,2899 +"249127",112140,38422,2,252,1019 +"249128",112140,41393,3,252,1915 +"249129",112140,43543,3,252,1457 +"249130",112140,43701,2,252,2400 +"249131",112140,53377,3,252,417 +"249132",112140,55325,3,252,653 +"249133",112140,69795,3,252,2636 +"249134",112140,77719,3,252,2086 +"249135",112140,80454,3,252,423 +"249136",112140,81205,2,252,546 +"249137",112140,82280,3,252,619 +"249138",112140,93710,3,252,544 +"249139",112140,94968,3,252,287 +"249140",112140,102467,3,252,708 +"249141",112140,111119,3,252,550 +"249142",112140,117190,2,252,425 +"249143",112176,2272,3,250,1640 +"249144",112176,2443,3,250,2333 +"249145",112176,4551,1,250,2720 +"249146",112176,4705,3,250,1714 +"249147",112176,5303,2,250,1849 +"249148",112176,5350,3,250,2522 +"249149",112176,6480,3,250,1678 +"249150",112176,7253,3,250,2686 +"249151",112176,7254,2,250,1849 +"249152",112176,7258,3,250,1714 +"249153",112176,11858,3,250,1530 +"249154",112176,13068,2,250,1778 +"249155",112176,14290,3,250,284 +"249156",112176,15146,2,250,1546 +"249157",112176,15582,2,250,598 +"249158",112176,18718,3,250,494 +"249159",112176,19509,3,250,2000 +"249160",112176,19934,3,250,2888 +"249161",112176,20219,3,250,2313 +"249162",112176,21027,2,250,560 +"249163",112176,25378,2,250,1245 +"249164",112176,28268,3,250,2258 +"249165",112176,30891,3,250,1256 +"249166",112176,31264,3,250,2335 +"249167",112176,35787,2,250,1132 +"249168",112176,36666,3,250,1270 +"249169",112176,38259,3,250,2258 +"249170",112176,40796,3,250,540 +"249171",112176,47385,3,250,1172 +"249172",112176,49712,3,250,1937 +"249173",112176,53051,3,250,1940 +"249174",112176,58945,2,250,2481 +"249175",112176,59511,3,250,2753 +"249176",112176,65188,2,250,2213 +"249177",112176,69716,3,250,2632 +"249178",112176,69788,3,250,2007 +"249179",112176,75194,3,250,1736 +"249180",112176,81469,3,250,519 +"249181",112176,82312,2,250,340 +"249182",112176,82738,3,250,591 +"249183",112176,84447,3,250,1006 +"249184",112176,90778,3,250,683 +"249185",112176,93179,3,250,518 +"249186",112176,102793,3,250,912 +"249187",112176,107273,3,250,604 +"249188",112179,10857,3,892,2253 +"249189",112179,12122,3,892,1385 +"249190",112179,14017,3,892,1163 +"249191",112179,16826,3,892,2599 +"249192",112179,24853,3,892,1004 +"249193",112179,40931,3,892,2301 +"249194",112179,44407,1,892,2154 +"249195",112179,44676,3,892,2629 +"249196",112179,54551,3,892,2348 +"249197",112179,111613,1,892,1059 +"249198",112221,42505,3,1365,2008 +"249199",112221,76081,1,1365,1534 +"249200",112337,14915,3,286,2606 +"249201",112337,24255,3,286,2770 +"249202",112352,728,3,179,1812 +"249203",112352,8777,3,179,1620 +"249204",112352,13099,2,179,1547 +"249205",112352,14091,3,179,929 +"249206",112352,47114,3,179,1920 +"249207",112352,51687,3,179,2333 +"249208",112352,55691,3,179,2856 +"249209",112368,2754,3,606,1360 +"249210",112368,2766,3,606,1920 +"249211",112368,4763,3,606,1960 +"249212",112368,5462,3,606,2374 +"249213",112368,10874,3,606,1891 +"249214",112368,13925,2,606,1515 +"249215",112368,15184,3,606,2396 +"249216",112368,19027,2,606,2721 +"249217",112368,20700,3,606,2861 +"249218",112368,26957,3,606,987 +"249219",112368,31799,2,606,2547 +"249220",112368,33160,3,606,2441 +"249221",112368,40136,3,606,1149 +"249222",112368,41832,3,606,1155 +"249223",112368,44636,2,606,1026 +"249224",112368,48242,2,606,1690 +"249225",112368,50075,3,606,1026 +"249226",112368,54676,3,606,1342 +"249227",112368,57609,3,606,2717 +"249228",112368,58035,3,606,1646 +"249229",112368,60689,3,606,859 +"249230",112368,62488,2,606,1418 +"249231",112368,65029,2,606,2954 +"249232",112368,65856,3,606,2504 +"249233",112368,77466,3,606,1585 +"249234",112368,91908,3,606,918 +"249235",112368,100978,2,606,862 +"249236",112428,669,3,212,1423 +"249237",112428,733,3,212,1653 +"249238",112428,1130,3,212,1566 +"249239",112428,1897,3,212,1727 +"249240",112428,2063,3,212,1278 +"249241",112428,2743,3,212,1278 +"249242",112428,2954,3,212,2727 +"249243",112428,3242,2,212,1730 +"249244",112428,4618,3,212,2607 +"249245",112428,4980,3,212,2093 +"249246",112428,5504,3,212,2389 +"249247",112428,7245,3,212,2089 +"249248",112428,8621,2,212,1681 +"249249",112428,8772,3,212,847 +"249250",112428,10404,3,212,2062 +"249251",112428,10859,3,212,2231 +"249252",112428,15539,3,212,1929 +"249253",112428,16074,2,212,977 +"249254",112428,16164,2,212,1184 +"249255",112428,20319,3,212,468 +"249256",112428,20563,2,212,2267 +"249257",112428,21911,3,212,1184 +"249258",112428,23506,2,212,1172 +"249259",112428,25341,2,212,1858 +"249260",112428,25643,3,212,1646 +"249261",112428,26282,3,212,1241 +"249262",112428,26322,3,212,1018 +"249263",112428,26436,3,212,2489 +"249264",112428,26516,3,212,2479 +"249265",112428,27753,3,212,2750 +"249266",112428,28731,2,212,955 +"249267",112428,28892,3,212,2023 +"249268",112428,29456,3,212,1182 +"249269",112428,30438,2,212,1617 +"249270",112428,31243,3,212,1355 +"249271",112428,34492,3,212,1798 +"249272",112428,34509,3,212,1973 +"249273",112428,35544,3,212,397 +"249274",112428,37418,3,212,2710 +"249275",112428,38449,3,212,1802 +"249276",112428,40293,3,212,1671 +"249277",112428,41402,3,212,2313 +"249278",112428,42186,3,212,955 +"249279",112428,45715,3,212,2287 +"249280",112428,50976,2,212,547 +"249281",112428,51022,3,212,1499 +"249282",112428,51410,3,212,2739 +"249283",112428,51987,3,212,1397 +"249284",112428,57977,3,212,2683 +"249285",112428,58035,3,212,1646 +"249286",112428,73047,3,212,824 +"249287",112428,74095,3,212,2333 +"249288",112428,80678,3,212,1595 +"249289",112428,82767,3,212,1641 +"249290",112428,100134,3,212,977 +"249291",112428,108400,3,212,908 +"249292",112428,109383,3,212,952 +"249293",112435,457,1,456,1704 +"249294",112435,952,3,456,1991 +"249295",112435,1102,3,456,2282 +"249296",112435,5580,3,456,2111 +"249297",112435,6074,3,456,2426 +"249298",112435,8192,2,456,1670 +"249299",112435,8376,3,456,1670 +"249300",112435,9175,3,456,2639 +"249301",112435,9654,3,456,2111 +"249302",112435,13109,2,456,1374 +"249303",112435,19892,2,456,1212 +"249304",112435,20486,3,456,1908 +"249305",112435,22374,3,456,1226 +"249306",112435,24558,2,456,2139 +"249307",112435,26671,2,456,2279 +"249308",112435,31003,1,456,1859 +"249309",112435,34648,3,456,1596 +"249310",112435,36427,3,456,544 +"249311",112435,37800,3,456,604 +"249312",112435,40893,3,456,1116 +"249313",112435,44188,3,456,1609 +"249314",112435,46283,3,456,1184 +"249315",112435,48602,2,456,1704 +"249316",112435,49512,3,456,1302 +"249317",112435,50134,3,456,2674 +"249318",112435,57353,3,456,1849 +"249319",112435,65316,3,456,1020 +"249320",112435,72598,3,456,805 +"249321",112435,91279,2,456,966 +"249322",112435,100229,3,456,550 +"249323",112435,111165,3,456,1256 +"249324",112437,270,3,513,2542 +"249325",112437,1124,3,513,1596 +"249326",112437,2111,3,513,1904 +"249327",112437,5235,3,513,2324 +"249328",112437,5716,3,513,1058 +"249329",112437,5971,1,513,1985 +"249330",112437,5986,3,513,1721 +"249331",112437,6222,3,513,1949 +"249332",112437,6264,2,513,749 +"249333",112437,6417,3,513,1675 +"249334",112437,6588,2,513,2025 +"249335",112437,6718,3,513,2138 +"249336",112437,7555,3,513,1943 +"249337",112437,8866,3,513,1545 +"249338",112437,8888,3,513,1328 +"249339",112437,9624,3,513,2398 +"249340",112437,10488,3,513,1524 +"249341",112437,10523,2,513,1510 +"249342",112437,10576,3,513,974 +"249343",112437,11218,3,513,2292 +"249344",112437,11229,3,513,1625 +"249345",112437,11817,2,513,600 +"249346",112437,11966,3,513,2385 +"249347",112437,12042,3,513,2345 +"249348",112437,12374,2,513,2260 +"249349",112437,13248,3,513,1385 +"249350",112437,13307,3,513,2206 +"249351",112437,14656,3,513,584 +"249352",112437,14855,3,513,903 +"249353",112437,14989,3,513,2223 +"249354",112437,15118,3,513,1311 +"249355",112437,15135,3,513,1035 +"249356",112437,15700,3,513,1712 +"249357",112437,16352,2,513,2657 +"249358",112437,17400,3,513,2231 +"249359",112437,18361,3,513,2968 +"249360",112437,18394,3,513,2356 +"249361",112437,20311,3,513,1981 +"249362",112437,21012,3,513,2325 +"249363",112437,21104,3,513,2327 +"249364",112437,21571,3,513,2755 +"249365",112437,21693,3,513,2176 +"249366",112437,22197,3,513,2271 +"249367",112437,22566,3,513,2308 +"249368",112437,23492,3,513,1067 +"249369",112437,23509,3,513,2275 +"249370",112437,23526,3,513,1998 +"249371",112437,23715,3,513,1859 +"249372",112437,23725,3,513,2378 +"249373",112437,24005,3,513,1188 +"249374",112437,24559,3,513,946 +"249375",112437,25132,3,513,1188 +"249376",112437,26080,3,513,2525 +"249377",112437,26570,3,513,1669 +"249378",112437,26671,3,513,2279 +"249379",112437,26848,3,513,2363 +"249380",112437,26867,2,513,1804 +"249381",112437,27744,3,513,861 +"249382",112437,28002,3,513,914 +"249383",112437,30325,3,513,1067 +"249384",112437,30405,3,513,2164 +"249385",112437,32017,2,513,577 +"249386",112437,32131,3,513,1035 +"249387",112437,32811,3,513,804 +"249388",112437,33622,3,513,2230 +"249389",112437,34136,3,513,2202 +"249390",112437,34735,3,513,2767 +"249391",112437,34836,3,513,2302 +"249392",112437,35673,3,513,1067 +"249393",112437,37800,2,513,604 +"249394",112437,38019,3,513,1870 +"249395",112437,39444,3,513,2695 +"249396",112437,39865,2,513,849 +"249397",112437,40028,2,513,1349 +"249398",112437,40072,1,513,1182 +"249399",112437,42687,3,513,1952 +"249400",112437,43213,3,513,2160 +"249401",112437,43518,3,513,2680 +"249402",112437,44521,2,513,1593 +"249403",112437,44648,3,513,619 +"249404",112437,46629,3,513,2255 +"249405",112437,48435,3,513,528 +"249406",112437,48698,3,513,1474 +"249407",112437,50236,1,513,2339 +"249408",112437,52136,3,513,1412 +"249409",112437,52345,3,513,1430 +"249410",112437,53303,3,513,1376 +"249411",112437,54551,3,513,2348 +"249412",112437,56082,2,513,2395 +"249413",112437,56237,2,513,2625 +"249414",112437,59939,2,513,936 +"249415",112437,70838,2,513,687 +"249416",112437,71217,3,513,2169 +"249417",112437,72188,3,513,856 +"249418",112437,72207,3,513,2430 +"249419",112437,72326,2,513,2384 +"249420",112437,75403,3,513,1895 +"249421",112437,78256,3,513,804 +"249422",112437,79804,3,513,2227 +"249423",112437,80242,3,513,569 +"249424",112437,82776,3,513,1232 +"249425",112437,87048,3,513,989 +"249426",112437,91912,2,513,790 +"249427",112437,92104,3,513,2339 +"249428",112437,98925,3,513,584 +"249429",112437,108867,3,513,2328 +"249430",112437,109663,2,513,545 +"249431",112437,109718,3,513,1237 +"249432",112437,111971,3,513,1032 +"249433",112437,116835,3,513,553 +"249434",112437,120549,2,513,708 +"249435",112446,5250,3,134,405 +"249436",112446,6363,3,134,2066 +"249437",112446,12747,3,134,2818 +"249438",112446,12779,3,134,936 +"249439",112446,19835,2,134,1135 +"249440",112446,20319,3,134,468 +"249441",112446,20343,3,134,851 +"249442",112446,22884,3,134,1608 +"249443",112446,28094,3,134,1423 +"249444",112446,33588,3,134,1040 +"249445",112446,33621,3,134,1319 +"249446",112446,37628,3,134,819 +"249447",112446,47062,3,134,1675 +"249448",112446,57337,3,134,1443 +"249449",112446,59438,1,134,2400 +"249450",112446,92491,3,134,1968 +"249451",112446,108704,2,134,237 +"249452",112456,2057,3,175,1965 +"249453",112456,2452,3,175,1715 +"249454",112456,4066,3,175,1736 +"249455",112456,11518,3,175,803 +"249456",112456,11537,3,175,469 +"249457",112456,11639,3,175,1593 +"249458",112456,14709,3,175,1901 +"249459",112456,15135,3,175,1035 +"249460",112456,17572,3,175,340 +"249461",112456,19231,2,175,1424 +"249462",112456,20176,3,175,1050 +"249463",112456,21104,3,175,2327 +"249464",112456,21593,3,175,1312 +"249465",112456,21795,3,175,2653 +"249466",112456,22362,3,175,1836 +"249467",112456,25378,3,175,1245 +"249468",112456,26700,2,175,1663 +"249469",112456,30065,3,175,604 +"249470",112456,33665,2,175,787 +"249471",112456,36714,3,175,2209 +"249472",112456,37632,3,175,1295 +"249473",112456,38373,3,175,1928 +"249474",112456,38938,2,175,1593 +"249475",112456,42687,3,175,1952 +"249476",112456,43847,3,175,222 +"249477",112456,45375,3,175,862 +"249478",112456,46662,3,175,207 +"249479",112456,47529,3,175,2914 +"249480",112456,47760,3,175,1108 +"249481",112456,48214,3,175,2756 +"249482",112456,49872,3,175,2019 +"249483",112456,50118,3,175,2654 +"249484",112456,54127,2,175,1593 +"249485",112456,54204,3,175,1449 +"249486",112456,58875,3,175,1899 +"249487",112456,64993,3,175,615 +"249488",112456,69062,3,175,1174 +"249489",112456,79114,3,175,591 +"249490",112456,82023,2,175,992 +"249491",112456,85405,3,175,1593 +"249492",112456,87048,3,175,989 +"249493",112456,92217,2,175,1663 +"249494",112456,107292,3,175,1667 +"249495",112456,111971,3,175,1032 +"249496",112509,11897,3,424,1271 +"249497",112509,18479,2,424,2967 +"249498",112509,89752,3,424,585 +"249499",112539,22559,3,452,566 +"249500",112539,113017,3,452,566 +"249501",112587,3011,3,1003,2278 +"249502",112587,3414,3,1003,2322 +"249503",112587,6577,3,1003,1951 +"249504",112587,8726,3,1003,2083 +"249505",112587,10716,3,1003,1692 +"249506",112587,11625,3,1003,2022 +"249507",112587,14532,3,1003,1193 +"249508",112587,15598,2,1003,2011 +"249509",112587,17790,3,1003,2783 +"249510",112587,24286,3,1003,1280 +"249511",112587,50364,3,1003,1954 +"249512",112814,916,3,546,2718 +"249513",112814,919,3,546,910 +"249514",112814,1222,3,546,2598 +"249515",112814,1560,3,546,2013 +"249516",112814,1822,3,546,2888 +"249517",112814,2181,3,546,2030 +"249518",112814,2443,3,546,2333 +"249519",112814,2802,3,546,1836 +"249520",112814,3324,3,546,1198 +"249521",112814,3477,2,546,2546 +"249522",112814,4622,3,546,1589 +"249523",112814,5414,2,546,2321 +"249524",112814,6063,2,546,2349 +"249525",112814,6262,3,546,2733 +"249526",112814,6392,3,546,1878 +"249527",112814,6432,3,546,2297 +"249528",112814,8993,3,546,2099 +"249529",112814,9503,3,546,2453 +"249530",112814,11154,3,546,1594 +"249531",112814,11229,3,546,1625 +"249532",112814,11518,3,546,803 +"249533",112814,11897,1,546,1271 +"249534",112814,12735,2,546,819 +"249535",112814,12779,2,546,936 +"249536",112814,13150,3,546,1570 +"249537",112814,13899,3,546,2650 +"249538",112814,14656,3,546,584 +"249539",112814,14817,3,546,2110 +"249540",112814,15023,3,546,2054 +"249541",112814,15047,2,546,1697 +"249542",112814,17399,3,546,884 +"249543",112814,17999,3,546,2758 +"249544",112814,18217,2,546,1566 +"249545",112814,18466,3,546,2340 +"249546",112814,18479,3,546,2967 +"249547",112814,19190,3,546,2677 +"249548",112814,19317,3,546,2041 +"249549",112814,19358,2,546,880 +"249550",112814,20124,3,546,2376 +"249551",112814,20343,3,546,851 +"249552",112814,20604,3,546,1684 +"249553",112814,20921,3,546,723 +"249554",112814,20984,3,546,2502 +"249555",112814,21684,3,546,1971 +"249556",112814,22403,3,546,1630 +"249557",112814,22462,2,546,869 +"249558",112814,23739,3,546,2463 +"249559",112814,26025,3,546,591 +"249560",112814,26138,3,546,1902 +"249561",112814,28588,3,546,1335 +"249562",112814,28914,3,546,580 +"249563",112814,29267,3,546,1234 +"249564",112814,30486,3,546,1269 +"249565",112814,31357,3,546,2389 +"249566",112814,32070,2,546,950 +"249567",112814,32339,3,546,2430 +"249568",112814,32395,3,546,2735 +"249569",112814,33223,2,546,2397 +"249570",112814,33451,3,546,1957 +"249571",112814,33470,3,546,2003 +"249572",112814,35822,3,546,1903 +"249573",112814,36346,3,546,1240 +"249574",112814,36662,3,546,2967 +"249575",112814,37301,3,546,2160 +"249576",112814,38274,2,546,1181 +"249577",112814,38457,3,546,1630 +"249578",112814,38513,3,546,914 +"249579",112814,40542,2,546,1664 +"249580",112814,44181,3,546,1034 +"249581",112814,46568,2,546,822 +"249582",112814,47595,3,546,2374 +"249583",112814,51678,3,546,1077 +"249584",112814,51843,3,546,2389 +"249585",112814,52953,3,546,1741 +"249586",112814,56168,2,546,1466 +"249587",112814,56639,3,546,643 +"249588",112814,56873,3,546,1421 +"249589",112814,57037,2,546,2293 +"249590",112814,57150,3,546,1196 +"249591",112814,59790,3,546,1827 +"249592",112814,66017,3,546,1545 +"249593",112814,76143,3,546,1610 +"249594",112814,76503,3,546,1136 +"249595",112814,76997,3,546,2223 +"249596",112814,79547,3,546,1909 +"249597",112814,79772,3,546,1230 +"249598",112814,79793,3,546,1915 +"249599",112814,83334,3,546,1708 +"249600",112814,83362,3,546,1877 +"249601",112814,84317,3,546,2081 +"249602",112814,88739,3,546,933 +"249603",112814,89129,3,546,790 +"249604",112814,90633,3,546,990 +"249605",112814,94339,3,546,2768 +"249606",112814,104161,2,546,613 +"249607",112814,117903,3,546,1664 +"249608",112834,10279,3,765,886 +"249609",112834,10439,3,765,773 +"249610",112834,10908,3,765,1134 +"249611",112834,12200,3,765,1400 +"249612",112834,12818,3,765,2015 +"249613",112834,13024,3,765,2468 +"249614",112834,18855,3,765,1362 +"249615",112834,20271,3,765,2044 +"249616",112834,21318,3,765,780 +"249617",112834,24104,3,765,817 +"249618",112834,39258,3,765,2899 +"249619",112834,39589,3,765,1292 +"249620",112834,41211,3,765,896 +"249621",112834,75067,3,765,801 +"249622",112834,107993,2,765,999 +"249623",112834,118178,3,765,2367 +"249624",112923,10453,3,950,1656 +"249625",112923,16501,3,950,1650 +"249626",112923,29286,2,950,1612 +"249627",112923,40035,3,950,2742 +"249628",112923,46486,3,950,1868 +"249629",112923,53739,3,950,2704 +"249630",113026,1046,3,213,1881 +"249631",113026,4191,3,213,2130 +"249632",113026,4618,3,213,2607 +"249633",113026,4723,3,213,1314 +"249634",113026,5725,3,213,2789 +"249635",113026,6078,3,213,498 +"249636",113026,6562,3,213,1139 +"249637",113026,8258,2,213,1959 +"249638",113026,11875,3,213,1526 +"249639",113026,17351,3,213,2036 +"249640",113026,17632,3,213,1947 +"249641",113026,17721,3,213,1410 +"249642",113026,17938,2,213,1410 +"249643",113026,23639,3,213,2065 +"249644",113026,23731,3,213,1656 +"249645",113026,24116,2,213,1413 +"249646",113026,25270,3,213,985 +"249647",113026,25886,3,213,1580 +"249648",113026,26567,3,213,1158 +"249649",113026,26595,3,213,1566 +"249650",113026,28635,3,213,2368 +"249651",113026,28640,3,213,1475 +"249652",113026,31243,3,213,1355 +"249653",113026,34055,3,213,1881 +"249654",113026,34325,3,213,1982 +"249655",113026,35516,2,213,1229 +"249656",113026,39627,3,213,546 +"249657",113026,41900,3,213,1970 +"249658",113026,41945,3,213,2856 +"249659",113026,42195,3,213,573 +"249660",113026,42747,3,213,1189 +"249661",113026,44306,3,213,1036 +"249662",113026,46680,3,213,1690 +"249663",113026,48605,3,213,2796 +"249664",113026,56212,3,213,1410 +"249665",113026,57549,3,213,2335 +"249666",113026,58035,3,213,1646 +"249667",113026,60289,3,213,2729 +"249668",113026,61973,3,213,892 +"249669",113026,67763,3,213,822 +"249670",113026,68670,2,213,565 +"249671",113026,71518,3,213,2805 +"249672",113026,79211,3,213,1590 +"249673",113026,79404,3,213,1079 +"249674",113026,80009,2,213,1640 +"249675",113026,81134,2,213,1384 +"249676",113026,82270,3,213,1641 +"249677",113026,86287,3,213,1349 +"249678",113026,92381,3,213,1237 +"249679",113026,97940,3,213,431 +"249680",113026,98003,3,213,573 +"249681",113026,106554,3,213,1270 +"249682",113026,115194,3,213,604 +"249683",113041,323,3,79,1706 +"249684",113041,1195,3,79,1322 +"249685",113041,3420,3,79,497 +"249686",113041,4957,2,79,644 +"249687",113041,5568,3,79,1290 +"249688",113041,9552,3,79,1947 +"249689",113041,10870,3,79,1755 +"249690",113041,11651,2,79,526 +"249691",113041,15632,3,79,1242 +"249692",113041,16384,3,79,1320 +"249693",113041,17812,3,79,2705 +"249694",113041,18672,3,79,1182 +"249695",113041,19605,3,79,2395 +"249696",113041,20874,3,79,1580 +"249697",113041,23015,3,79,1362 +"249698",113041,23430,3,79,904 +"249699",113041,27379,3,79,2461 +"249700",113041,31444,3,79,511 +"249701",113041,31700,3,79,2727 +"249702",113041,34037,3,79,486 +"249703",113041,37026,3,79,1428 +"249704",113041,37937,3,79,1320 +"249705",113041,40796,3,79,540 +"249706",113041,41418,3,79,535 +"249707",113041,41953,3,79,945 +"249708",113041,47889,3,79,992 +"249709",113041,55438,3,79,2863 +"249710",113041,55892,2,79,1234 +"249711",113041,61245,3,79,955 +"249712",113041,70433,3,79,2639 +"249713",113041,70854,3,79,635 +"249714",113041,79653,2,79,2683 +"249715",113041,86580,2,79,696 +"249716",113041,96708,1,79,594 +"249717",113116,1523,3,769,2048 +"249718",113116,2190,3,769,2359 +"249719",113116,6697,3,769,2438 +"249720",113116,9484,3,769,1429 +"249721",113116,10050,3,769,1792 +"249722",113116,20176,3,769,1050 +"249723",113116,21240,3,769,1162 +"249724",113116,30631,3,769,951 +"249725",113116,33665,3,769,787 +"249726",113116,38087,2,769,1083 +"249727",113116,38373,3,769,1928 +"249728",113116,38532,3,769,1234 +"249729",113116,39418,3,769,1978 +"249730",113116,46299,3,769,1132 +"249731",113116,46726,3,769,943 +"249732",113116,52879,3,769,777 +"249733",113116,60808,3,769,1258 +"249734",113116,67617,3,769,1149 +"249735",113116,72597,3,769,1843 +"249736",113116,84447,1,769,1006 +"249737",113116,90236,3,769,1010 +"249738",113116,106399,3,769,1530 +"249739",113131,10779,3,445,2881 +"249740",113131,17819,3,445,2291 +"249741",113131,19338,3,445,620 +"249742",113131,44598,3,445,2356 +"249743",113131,74730,3,445,535 +"249744",113131,90860,2,445,851 +"249745",113131,92480,2,445,832 +"249746",113162,15343,3,818,2125 +"249747",113162,21417,3,818,2422 +"249748",113162,34311,3,818,2213 +"249749",113162,42814,3,818,1149 +"249750",113162,45664,3,818,2235 +"249751",113162,77057,3,818,1866 +"249752",113162,77095,3,818,1622 +"249753",113162,80655,3,818,1546 +"249754",113162,82735,3,818,829 +"249755",113162,84039,3,818,1335 +"249756",113162,86279,2,818,1076 +"249757",113162,87198,3,818,1462 +"249758",113181,24761,2,2301,2384 +"249759",113217,1130,3,109,1566 +"249760",113217,69979,2,109,557 +"249761",113238,2852,3,671,2448 +"249762",113238,4675,2,671,1741 +"249763",113238,9227,3,671,1267 +"249764",113238,24060,3,671,2349 +"249765",113238,25480,2,671,2747 +"249766",113238,27312,3,671,2469 +"249767",113238,28057,3,671,1067 +"249768",113238,29224,3,671,2011 +"249769",113238,29997,3,671,1789 +"249770",113238,31317,3,671,1362 +"249771",113238,34842,3,671,2050 +"249772",113238,39014,3,671,1188 +"249773",113238,41023,2,671,2408 +"249774",113238,41598,3,671,2291 +"249775",113238,50229,3,671,1190 +"249776",113238,53809,3,671,1956 +"249777",113238,64255,3,671,2309 +"249778",113238,80246,2,671,1224 +"249779",113238,100260,3,671,888 +"249780",113333,5937,2,1018,2392 +"249781",113333,6234,3,1018,2654 +"249782",113333,6235,3,1018,1585 +"249783",113333,6800,3,1018,2053 +"249784",113333,7499,3,1018,1803 +"249785",113333,7787,3,1018,2314 +"249786",113333,10250,3,1018,1606 +"249787",113333,11259,1,1018,1356 +"249788",113333,11868,2,1018,1639 +"249789",113333,12511,3,1018,1298 +"249790",113333,14584,3,1018,1573 +"249791",113333,15150,3,1018,2801 +"249792",113333,15558,2,1018,2389 +"249793",113333,16477,3,1018,2069 +"249794",113333,16969,3,1018,1917 +"249795",113333,17480,3,1018,2316 +"249796",113333,18821,3,1018,2075 +"249797",113333,19002,2,1018,2053 +"249798",113333,20011,2,1018,2826 +"249799",113333,23364,3,1018,2306 +"249800",113333,23728,2,1018,2601 +"249801",113333,23771,3,1018,1614 +"249802",113333,24044,2,1018,1076 +"249803",113333,26698,3,1018,1963 +"249804",113333,29775,2,1018,2064 +"249805",113333,30194,3,1018,2874 +"249806",113333,32079,3,1018,2315 +"249807",113333,32841,3,1018,1345 +"249808",113333,32939,3,1018,2277 +"249809",113333,34576,3,1018,1727 +"249810",113333,41521,3,1018,2069 +"249811",113333,42136,3,1018,2551 +"249812",113333,44730,2,1018,2468 +"249813",113333,48585,3,1018,2063 +"249814",113333,49079,3,1018,2447 +"249815",113333,52950,3,1018,2716 +"249816",113333,53640,3,1018,1789 +"249817",113333,53648,3,1018,2167 +"249818",113333,56413,3,1018,2747 +"249819",113333,57804,3,1018,2214 +"249820",113333,76450,3,1018,1077 +"249821",113333,76505,3,1018,2123 +"249822",113333,76997,2,1018,2223 +"249823",113333,79913,3,1018,1514 +"249824",113333,82246,3,1018,1538 +"249825",113333,93459,3,1018,1354 +"249826",113333,96700,3,1018,1602 +"249827",113333,104843,3,1018,1167 +"249828",113333,106330,3,1018,2559 +"249829",113333,113498,3,1018,2568 +"249830",113498,6234,3,2568,2654 +"249831",113506,10576,3,538,974 +"249832",113506,20665,3,538,1311 +"249833",113506,45939,3,538,1930 +"249834",113506,87471,3,538,712 +"249835",113506,97498,3,538,2346 +"249836",113619,5462,3,760,2374 +"249837",113619,14272,1,760,1063 +"249838",113619,17626,2,760,1265 +"249839",113619,18366,3,760,2699 +"249840",113619,21416,3,760,2375 +"249841",113619,27135,2,760,798 +"249842",113619,57950,3,760,1529 +"249843",113619,58180,2,760,1919 +"249844",113619,63400,3,760,1265 +"249845",113619,72535,3,760,1191 +"249846",113619,82829,2,760,2416 +"249847",113619,83079,3,760,798 +"249848",113619,105795,1,760,1265 +"249849",113619,107435,2,760,1635 +"249850",113736,14972,3,1514,2332 +"249851",113736,17381,3,1514,1697 +"249852",113767,18779,3,1101,1267 +"249853",113767,19893,2,1101,1223 +"249854",113767,43902,3,1101,1726 +"249855",113767,60207,2,1101,2224 +"249856",113793,3284,3,185,1541 +"249857",113793,8813,3,185,389 +"249858",113793,11518,3,185,803 +"249859",113793,13007,2,185,2496 +"249860",113793,13119,3,185,1739 +"249861",113793,24264,3,185,1760 +"249862",113793,34117,1,185,961 +"249863",113793,52041,3,185,2694 +"249864",113793,56873,3,185,1421 +"249865",113793,72470,3,185,991 +"249866",113794,6345,3,417,2713 +"249867",113794,7604,3,417,1366 +"249868",113794,8607,3,417,1685 +"249869",113794,9724,2,417,2713 +"249870",113794,10701,3,417,2000 +"249871",113794,17531,3,417,876 +"249872",113794,23550,3,417,2939 +"249873",113794,32350,1,417,1540 +"249874",113794,37684,3,417,2899 +"249875",113794,38458,2,417,1368 +"249876",113794,42956,2,417,932 +"249877",113794,47607,3,417,2724 +"249878",113794,50468,3,417,1659 +"249879",113794,53652,3,417,2899 +"249880",113794,63631,3,417,763 +"249881",113794,76450,3,417,1077 +"249882",113794,76814,3,417,926 +"249883",113848,40759,2,999,2789 +"249884",113848,55307,3,999,2306 +"249885",113851,3966,3,120,2425 +"249886",113851,5714,3,120,534 +"249887",113851,5716,3,120,1058 +"249888",113851,6417,3,120,1675 +"249889",113851,14589,2,120,1184 +"249890",113851,15636,3,120,2857 +"249891",113851,16352,3,120,2657 +"249892",113851,19637,3,120,1229 +"249893",113851,28002,2,120,914 +"249894",113851,28559,3,120,1525 +"249895",113851,32820,2,120,582 +"249896",113851,37501,2,120,514 +"249897",113851,40417,2,120,771 +"249898",113851,50269,3,120,1966 +"249899",113851,60280,3,120,1918 +"249900",113851,64427,3,120,535 +"249901",113851,90911,3,120,1263 +"249902",113966,841,3,268,2964 +"249903",113966,4983,3,268,1909 +"249904",113966,6989,3,268,2623 +"249905",113966,11648,3,268,2852 +"249906",113966,12023,3,268,799 +"249907",113966,12524,3,268,1287 +"249908",113966,13295,3,268,779 +"249909",113966,17572,3,268,340 +"249910",113966,22723,3,268,2859 +"249911",113966,28904,3,268,926 +"249912",113966,31753,3,268,1514 +"249913",113966,41077,3,268,864 +"249914",113966,47148,3,268,569 +"249915",113966,47968,3,268,2829 +"249916",113966,52815,3,268,2323 +"249917",113966,76286,3,268,1642 +"249918",113966,81486,3,268,1297 +"249919",114122,31676,3,584,1598 +"249920",114122,42256,3,584,2839 +"249921",114122,66183,3,584,607 +"249922",114122,92784,3,584,1257 +"249923",114228,3100,3,1544,2524 +"249924",114228,4194,3,1544,1641 +"249925",114228,33363,3,1544,2475 +"249926",114228,65223,3,1544,2724 +"249927",114228,86010,3,1544,1641 +"249928",114228,94339,3,1544,2768 +"249929",114240,725,2,642,1064 +"249930",114240,8525,3,642,1787 +"249931",114240,21290,2,642,894 +"249932",114240,36577,3,642,958 +"249933",114240,46745,3,642,1565 +"249934",114240,49621,3,642,1915 +"249935",114240,53905,3,642,2193 +"249936",114240,56737,3,642,2270 +"249937",114240,79236,3,642,1505 +"249938",114240,81113,3,642,1914 +"249939",114257,41837,3,2307,2399 +"249940",114342,601,2,228,702 +"249941",114342,1427,3,228,324 +"249942",114342,1428,3,228,742 +"249943",114342,2063,3,228,1278 +"249944",114342,3167,2,228,1676 +"249945",114342,3242,3,228,1730 +"249946",114342,3961,3,228,2426 +"249947",114342,4191,3,228,2130 +"249948",114342,4980,3,228,2093 +"249949",114342,5315,3,228,2631 +"249950",114342,7245,3,228,2089 +"249951",114342,7992,3,228,2033 +"249952",114342,10358,3,228,2294 +"249953",114342,10779,3,228,2881 +"249954",114342,10875,3,228,1234 +"249955",114342,11576,3,228,808 +"249956",114342,12096,3,228,1330 +"249957",114342,13388,3,228,2119 +"249958",114342,13967,3,228,1354 +"249959",114342,13979,3,228,1559 +"249960",114342,15643,3,228,502 +"249961",114342,15990,3,228,593 +"249962",114342,16053,3,228,908 +"249963",114342,16164,3,228,1184 +"249964",114342,17357,2,228,1536 +"249965",114342,18415,3,228,2184 +"249966",114342,19637,3,228,1229 +"249967",114342,19963,3,228,810 +"249968",114342,20067,2,228,2390 +"249969",114342,20732,3,228,2401 +"249970",114342,21122,3,228,1701 +"249971",114342,21706,3,228,1988 +"249972",114342,21773,3,228,323 +"249973",114342,21911,2,228,1184 +"249974",114342,23726,2,228,2434 +"249975",114342,23869,2,228,1918 +"249976",114342,25680,3,228,1618 +"249977",114342,26570,3,228,1669 +"249978",114342,27753,3,228,2750 +"249979",114342,28130,3,228,908 +"249980",114342,28131,3,228,1492 +"249981",114342,28731,2,228,955 +"249982",114342,29456,3,228,1182 +"249983",114342,30150,3,228,1704 +"249984",114342,30438,2,228,1617 +"249985",114342,30883,3,228,1629 +"249986",114342,31243,3,228,1355 +"249987",114342,33801,3,228,2899 +"249988",114342,34158,3,228,2639 +"249989",114342,34492,3,228,1798 +"249990",114342,35529,3,228,1620 +"249991",114342,38449,3,228,1802 +"249992",114342,39563,1,228,486 +"249993",114342,39748,3,228,1566 +"249994",114342,39865,3,228,849 +"249995",114342,40293,3,228,1671 +"249996",114342,44161,3,228,1156 +"249997",114342,44819,3,228,2063 +"249998",114342,45715,2,228,2287 +"249999",114342,46803,3,228,2305 +"250000",114342,49144,3,228,1542 +"250001",114342,50382,3,228,2244 +"250002",114342,50976,3,228,547 +"250003",114342,51157,2,228,2319 +"250004",114342,51410,3,228,2739 +"250005",114342,53475,3,228,2853 +"250006",114342,58035,3,228,1646 +"250007",114342,62148,2,228,1566 +"250008",114342,64219,3,228,2705 +"250009",114342,64786,3,228,870 +"250010",114342,65625,3,228,1273 +"250011",114342,70046,3,228,2624 +"250012",114342,70203,3,228,2756 +"250013",114342,70996,3,228,1037 +"250014",114342,74681,3,228,837 +"250015",114342,74730,2,228,535 +"250016",114342,76999,2,228,908 +"250017",114342,77001,3,228,1440 +"250018",114342,78256,3,228,804 +"250019",114342,81478,3,228,1640 +"250020",114342,82426,3,228,1576 +"250021",114342,82767,3,228,1641 +"250022",114342,85794,3,228,679 +"250023",114342,86550,3,228,955 +"250024",114342,88860,3,228,1014 +"250025",114342,89137,3,228,580 +"250026",114342,92254,3,228,517 +"250027",114342,97160,3,228,1215 +"250028",114342,97915,3,228,1802 +"250029",114342,100140,3,228,1041 +"250030",114342,103524,3,228,991 +"250031",114342,109383,2,228,952 +"250032",114342,111761,3,228,783 +"250033",114342,117679,3,228,535 +"250034",114504,3456,3,1937,1999 +"250035",114504,38975,2,1937,1999 +"250036",114504,44564,1,1937,2034 +"250037",114611,4526,3,694,1728 +"250038",114611,8923,3,694,1266 +"250039",114611,17388,3,694,1023 +"250040",114611,18005,3,694,2449 +"250041",114611,22166,2,694,994 +"250042",114611,34094,3,694,1360 +"250043",114611,46726,3,694,943 +"250044",114611,50996,2,694,929 +"250045",114611,60258,2,694,2405 +"250046",114611,62668,3,694,958 +"250047",114611,67815,3,694,2476 +"250048",114611,96310,3,694,1016 +"250049",114615,7422,3,613,1793 +"250050",114615,23121,3,613,2108 +"250051",114648,2576,3,270,1307 +"250052",114648,3127,3,270,2273 +"250053",114648,4612,3,270,2804 +"250054",114648,9227,3,270,1267 +"250055",114648,9787,2,270,2858 +"250056",114648,11108,3,270,1609 +"250057",114648,12781,1,270,831 +"250058",114648,13260,3,270,389 +"250059",114648,13720,3,270,1558 +"250060",114648,14287,3,270,1583 +"250061",114648,16501,3,270,1650 +"250062",114648,17252,3,270,1258 +"250063",114648,20220,3,270,1656 +"250064",114648,22578,3,270,2216 +"250065",114648,23131,3,270,1732 +"250066",114648,24302,3,270,407 +"250067",114648,25163,3,270,1751 +"250068",114648,26551,3,270,652 +"250069",114648,27897,3,270,1968 +"250070",114648,27914,3,270,2507 +"250071",114648,28869,3,270,2425 +"250072",114648,29286,3,270,1612 +"250073",114648,30525,3,270,1964 +"250074",114648,31868,3,270,1993 +"250075",114648,35640,3,270,495 +"250076",114648,35728,3,270,2017 +"250077",114648,40572,3,270,2666 +"250078",114648,41633,3,270,1976 +"250079",114648,44603,3,270,2748 +"250080",114648,46384,2,270,2285 +"250081",114648,54775,3,270,2383 +"250082",114648,56995,3,270,2323 +"250083",114648,58655,3,270,2685 +"250084",114648,61125,3,270,1673 +"250085",114648,70455,3,270,1307 +"250086",114648,71467,2,270,1051 +"250087",114648,81545,3,270,2077 +"250088",114648,88427,3,270,340 +"250089",114648,100048,3,270,1573 +"250090",114663,5484,3,488,582 +"250091",114663,5614,3,488,2122 +"250092",114663,54782,2,488,565 +"250093",114666,3776,3,711,2322 +"250094",114666,6248,3,711,2737 +"250095",114666,9716,3,711,1929 +"250096",114666,10727,3,711,2082 +"250097",114666,11976,3,711,1727 +"250098",114666,28355,3,711,2053 +"250099",114666,29117,3,711,1250 +"250100",114666,32276,2,711,2223 +"250101",114666,33691,3,711,949 +"250102",114666,42713,3,711,1995 +"250103",114666,49147,3,711,2539 +"250104",114666,54061,3,711,1488 +"250105",114666,55436,3,711,2513 +"250106",114666,74058,3,711,1151 +"250107",114666,110569,3,711,970 +"250108",114677,69409,1,1,535 +"250109",114769,3100,3,1108,2524 +"250110",114769,5673,2,1108,1567 +"250111",114769,11135,3,1108,2441 +"250112",114769,15502,3,1108,2637 +"250113",114769,21895,2,1108,1693 +"250114",114769,23639,3,1108,2065 +"250115",114769,26567,3,1108,1158 +"250116",114769,29534,2,1108,1199 +"250117",114769,36487,3,1108,2622 +"250118",114769,39577,3,1108,1728 +"250119",114769,51448,3,1108,1593 +"250120",114769,56673,3,1108,2419 +"250121",114769,57067,3,1108,2547 +"250122",114769,61513,3,1108,2948 +"250123",114769,65223,3,1108,2724 +"250124",114769,77666,3,1108,1372 +"250125",114769,79025,2,1108,1473 +"250126",114769,81134,3,1108,1384 +"250127",114769,92947,3,1108,1289 +"250128",114769,100586,3,1108,2966 +"250129",114769,116792,3,1108,2397 +"250130",114847,827,2,39,2964 +"250131",114847,952,3,39,1991 +"250132",114847,1560,3,39,2013 +"250133",114847,1624,3,39,2687 +"250134",114847,1708,2,39,1591 +"250135",114847,2282,3,39,2056 +"250136",114847,2426,3,39,85 +"250137",114847,2647,2,39,2450 +"250138",114847,2927,2,39,1789 +"250139",114847,3101,3,39,513 +"250140",114847,4180,3,39,1817 +"250141",114847,4249,3,39,2547 +"250142",114847,6480,3,39,1678 +"250143",114847,7253,3,39,2686 +"250144",114847,7254,3,39,1849 +"250145",114847,7604,3,39,1366 +"250146",114847,8006,2,39,479 +"250147",114847,8123,3,39,144 +"250148",114847,10701,3,39,2000 +"250149",114847,10990,3,39,805 +"250150",114847,11429,3,39,2520 +"250151",114847,11858,2,39,1530 +"250152",114847,14212,2,39,857 +"250153",114847,14957,3,39,2306 +"250154",114847,15146,3,39,1546 +"250155",114847,15782,3,39,2306 +"250156",114847,16538,2,39,704 +"250157",114847,19509,3,39,2000 +"250158",114847,22357,3,39,1397 +"250159",114847,22980,3,39,158 +"250160",114847,26597,3,39,2070 +"250161",114847,28290,3,39,430 +"250162",114847,28782,2,39,2272 +"250163",114847,32169,3,39,2504 +"250164",114847,32350,3,39,1540 +"250165",114847,32841,3,39,1345 +"250166",114847,34953,3,39,1817 +"250167",114847,36399,2,39,1357 +"250168",114847,36840,3,39,2269 +"250169",114847,37342,2,39,2649 +"250170",114847,38309,3,39,2644 +"250171",114847,42382,3,39,2224 +"250172",114847,42390,1,39,2937 +"250173",114847,43543,2,39,1457 +"250174",114847,46616,3,39,1917 +"250175",114847,47607,3,39,2724 +"250176",114847,48419,3,39,1134 +"250177",114847,50468,3,39,1659 +"250178",114847,52380,3,39,2686 +"250179",114847,53377,3,39,417 +"250180",114847,53584,3,39,2391 +"250181",114847,54452,2,39,60 +"250182",114847,55183,2,39,450 +"250183",114847,55775,3,39,2385 +"250184",114847,63631,2,39,763 +"250185",114847,63664,3,39,45 +"250186",114847,64628,3,39,2829 +"250187",114847,65375,1,39,824 +"250188",114847,71895,2,39,1327 +"250189",114847,71999,3,39,2685 +"250190",114847,76295,3,39,1001 +"250191",114847,76796,3,39,1140 +"250192",114847,76814,2,39,926 +"250193",114847,76929,3,39,910 +"250194",114847,80454,3,39,423 +"250195",114847,80970,3,39,2069 +"250196",114847,82312,3,39,340 +"250197",114847,84181,3,39,1272 +"250198",114847,84808,3,39,1974 +"250199",114847,87273,3,39,51 +"250200",114847,88984,3,39,935 +"250201",114847,89135,3,39,116 +"250202",114847,97266,3,39,1016 +"250203",114857,2206,2,1310,2536 +"250204",114857,6132,3,1310,1590 +"250205",114857,30744,3,1310,1398 +"250206",114857,32339,3,1310,2430 +"250207",114857,34216,3,1310,2832 +"250208",114857,41581,3,1310,1692 +"250209",114857,57067,3,1310,2547 +"250210",114857,62066,3,1310,2281 +"250211",114865,2269,3,544,984 +"250212",114865,3716,3,544,1679 +"250213",114865,6047,3,544,2004 +"250214",114865,6366,3,544,798 +"250215",114865,6417,3,544,1675 +"250216",114865,10513,3,544,2284 +"250217",114865,11540,2,544,1237 +"250218",114865,11576,2,544,808 +"250219",114865,15872,2,544,1551 +"250220",114865,16120,3,544,1237 +"250221",114865,16826,3,544,2599 +"250222",114865,20975,3,544,1305 +"250223",114865,21138,2,544,2849 +"250224",114865,22141,3,544,2348 +"250225",114865,22639,3,544,2352 +"250226",114865,30906,3,544,2537 +"250227",114865,47248,3,544,2883 +"250228",114865,47715,3,544,2111 +"250229",114865,50124,3,544,1209 +"250230",114865,51017,2,544,2073 +"250231",114865,51035,3,544,2397 +"250232",114865,63547,3,544,1023 +"250233",114865,74681,3,544,837 +"250234",114865,74731,2,544,853 +"250235",114865,84022,3,544,2289 +"250236",114865,87692,2,544,775 +"250237",114865,89047,3,544,877 +"250238",114865,90802,2,544,877 +"250239",114865,101395,1,544,891 +"250240",114865,104084,3,544,579 +"250241",114870,1691,3,110,1941 +"250242",114870,4936,3,110,897 +"250243",114870,5018,3,110,640 +"250244",114870,5258,3,110,2730 +"250245",114870,7233,3,110,572 +"250246",114870,9057,3,110,2629 +"250247",114870,14108,3,110,2012 +"250248",114870,18502,3,110,1033 +"250249",114870,18543,3,110,2968 +"250250",114870,19317,3,110,2041 +"250251",114870,19332,3,110,1214 +"250252",114870,20311,3,110,1981 +"250253",114870,20407,3,110,2339 +"250254",114870,22057,3,110,974 +"250255",114870,26873,3,110,419 +"250256",114870,27224,2,110,354 +"250257",114870,29884,3,110,1239 +"250258",114870,30411,3,110,630 +"250259",114870,31001,3,110,2119 +"250260",114870,34314,3,110,630 +"250261",114870,36439,3,110,2469 +"250262",114870,40488,3,110,486 +"250263",114870,45545,3,110,1776 +"250264",114870,46621,3,110,1343 +"250265",114870,50235,3,110,726 +"250266",114870,52327,3,110,1472 +"250267",114870,53252,3,110,637 +"250268",114870,56317,3,110,2030 +"250269",114870,57990,3,110,978 +"250270",114870,58293,3,110,250 +"250271",114870,61689,3,110,1309 +"250272",114870,61785,3,110,822 +"250273",114870,69122,2,110,416 +"250274",114870,69257,3,110,1402 +"250275",114870,75025,3,110,717 +"250276",114870,76127,3,110,910 +"250277",114870,81588,3,110,1568 +"250278",114870,88232,3,110,2881 +"250279",114870,89097,3,110,935 +"250280",114870,95836,2,110,760 +"250281",114870,101967,3,110,691 +"250282",114870,105207,2,110,451 +"250283",114870,110719,3,110,206 +"250284",114872,17396,3,907,1672 +"250285",114872,22331,3,907,2687 +"250286",114872,25443,3,907,1441 +"250287",114872,33383,3,907,1572 +"250288",114937,11540,2,327,1237 +"250289",114937,11576,3,327,808 +"250290",114937,15872,2,327,1551 +"250291",114937,21138,3,327,2849 +"250292",114937,40487,3,327,2512 +"250293",114937,40893,3,327,1116 +"250294",114937,51017,3,327,2073 +"250295",114937,87148,3,327,397 +"250296",114937,87692,3,327,775 +"250297",114937,90802,3,327,877 +"250298",114937,101395,3,327,891 +"250299",114937,104084,2,327,579 +"250300",115021,2206,3,1226,2536 +"250301",115021,2540,3,1226,1398 +"250302",115021,2576,3,1226,1307 +"250303",115021,2798,3,1226,1673 +"250304",115021,2852,3,1226,2448 +"250305",115021,3620,3,1226,2955 +"250306",115021,4361,3,1226,2571 +"250307",115021,4612,2,1226,2804 +"250308",115021,4668,3,1226,1919 +"250309",115021,4669,3,1226,2395 +"250310",115021,4983,3,1226,1909 +"250311",115021,5346,3,1226,1438 +"250312",115021,5897,3,1226,2337 +"250313",115021,7785,2,1226,2441 +"250314",115021,7942,3,1226,2623 +"250315",115021,9060,3,1226,1612 +"250316",115021,9481,3,1226,1610 +"250317",115021,11108,3,1226,1609 +"250318",115021,11648,3,1226,2852 +"250319",115021,12948,2,1226,2669 +"250320",115021,14749,2,1226,1998 +"250321",115021,15207,3,1226,1855 +"250322",115021,16501,3,1226,1650 +"250323",115021,17033,3,1226,2771 +"250324",115021,17645,3,1226,1918 +"250325",115021,19655,3,1226,2706 +"250326",115021,21487,3,1226,2203 +"250327",115021,22244,3,1226,2139 +"250328",115021,23131,3,1226,1732 +"250329",115021,27742,1,1226,2700 +"250330",115021,27914,2,1226,2507 +"250331",115021,28869,3,1226,2425 +"250332",115021,30525,2,1226,1964 +"250333",115021,31866,3,1226,2101 +"250334",115021,31868,2,1226,1993 +"250335",115021,32532,2,1226,2338 +"250336",115021,32560,2,1226,1258 +"250337",115021,33341,3,1226,2338 +"250338",115021,35728,3,1226,2017 +"250339",115021,35797,3,1226,2482 +"250340",115021,40572,3,1226,2666 +"250341",115021,41023,3,1226,2408 +"250342",115021,45869,3,1226,2840 +"250343",115021,48769,3,1226,2071 +"250344",115021,56569,3,1226,1993 +"250345",115021,56995,3,1226,2323 +"250346",115021,58655,2,1226,2685 +"250347",115021,59039,3,1226,2870 +"250348",115021,64967,3,1226,2872 +"250349",115021,70583,3,1226,2615 +"250350",115021,72597,3,1226,1843 +"250351",115021,72632,3,1226,1289 +"250352",115021,80156,3,1226,1667 +"250353",115021,82893,3,1226,1275 +"250354",115021,92860,3,1226,1643 +"250355",115021,94520,3,1226,1243 +"250356",115021,94625,2,1226,2105 +"250357",115031,27742,3,2383,2700 +"250358",115031,27914,3,2383,2507 +"250359",115078,998,3,697,1795 +"250360",115078,2972,3,697,1708 +"250361",115078,3419,3,697,1595 +"250362",115078,4567,3,697,2348 +"250363",115078,7258,3,697,1714 +"250364",115078,7798,3,697,949 +"250365",115078,7858,3,697,1795 +"250366",115078,9552,3,697,1947 +"250367",115078,10223,3,697,1033 +"250368",115078,10871,3,697,2314 +"250369",115078,16310,3,697,2796 +"250370",115078,17354,3,697,2250 +"250371",115078,18483,3,697,874 +"250372",115078,18825,2,697,1240 +"250373",115078,19506,3,697,1385 +"250374",115078,19516,2,697,2313 +"250375",115078,22722,3,697,1233 +"250376",115078,23015,2,697,1362 +"250377",115078,24807,3,697,2319 +"250378",115078,25508,3,697,2081 +"250379",115078,28896,3,697,1395 +"250380",115078,32419,3,697,1909 +"250381",115078,32651,3,697,877 +"250382",115078,33551,3,697,1734 +"250383",115078,33850,3,697,931 +"250384",115078,36031,3,697,2342 +"250385",115078,39443,3,697,2277 +"250386",115078,39875,2,697,2422 +"250387",115078,45904,3,697,1011 +"250388",115078,46596,3,697,1942 +"250389",115078,47889,3,697,992 +"250390",115078,48215,3,697,2028 +"250391",115078,49677,3,697,1222 +"250392",115078,51410,3,697,2739 +"250393",115078,52508,3,697,2337 +"250394",115078,66978,3,697,1536 +"250395",115078,68960,3,697,1312 +"250396",115078,77835,3,697,1327 +"250397",115078,83053,3,697,1303 +"250398",115078,90790,3,697,1492 +"250399",115078,91162,3,697,1693 +"250400",115078,91163,3,697,1171 +"250401",115078,91201,3,697,1702 +"250402",115090,15343,2,445,2125 +"250403",115090,17021,3,445,1226 +"250404",115090,21092,3,445,1643 +"250405",115090,21417,3,445,2422 +"250406",115090,24608,3,445,1630 +"250407",115090,42618,3,445,2316 +"250408",115090,42814,2,445,1149 +"250409",115090,44729,3,445,588 +"250410",115090,45727,3,445,477 +"250411",115090,82735,3,445,829 +"250412",115090,86279,2,445,1076 +"250413",115090,87198,3,445,1462 +"250414",115090,94808,2,445,988 +"250415",115090,103721,3,445,1030 +"250416",115090,110308,1,445,489 +"250417",115097,9332,3,1041,2734 +"250418",115097,11456,3,1041,2715 +"250419",115097,12361,3,1041,2732 +"250420",115097,21249,3,1041,1635 +"250421",115097,33052,3,1041,2251 +"250422",115097,35186,3,1041,1520 +"250423",115097,36183,3,1041,2117 +"250424",115097,36646,3,1041,2744 +"250425",115097,38087,3,1041,1083 +"250426",115097,42642,3,1041,2257 +"250427",115097,42946,2,1041,2900 +"250428",115097,50509,1,1041,2050 +"250429",115097,51815,3,1041,1252 +"250430",115097,60516,3,1041,2257 +"250431",115097,69591,3,1041,2294 +"250432",115097,81478,2,1041,1640 +"250433",115097,84268,3,1041,1217 +"250434",115097,86152,2,1041,1944 +"250435",115145,13586,3,626,2966 +"250436",115145,15700,3,626,1712 +"250437",115145,29929,3,626,2789 +"250438",115145,29982,3,626,1372 +"250439",115145,35815,2,626,2789 +"250440",115145,41240,3,626,2220 +"250441",115155,2221,2,1942,2092 +"250442",115155,2759,3,1942,2030 +"250443",115155,4730,3,1942,2131 +"250444",115155,6627,3,1942,2063 +"250445",115155,7433,3,1942,2255 +"250446",115155,7443,3,1942,2028 +"250447",115155,11506,3,1942,2824 +"250448",115155,18571,3,1942,2128 +"250449",115155,18943,3,1942,2861 +"250450",115155,21180,3,1942,2762 +"250451",115155,21463,3,1942,2437 +"250452",115155,27783,3,1942,2302 +"250453",115155,31164,3,1942,1996 +"250454",115155,32449,3,1942,2091 +"250455",115155,34162,3,1942,2336 +"250456",115155,36136,3,1942,2338 +"250457",115155,38144,2,1942,2637 +"250458",115155,39105,3,1942,2487 +"250459",115155,41978,3,1942,2824 +"250460",115155,49334,3,1942,2433 +"250461",115155,76132,3,1942,2426 +"250462",115186,11060,3,243,2155 +"250463",115186,13837,3,243,1604 +"250464",115186,40368,2,243,2876 +"250465",115186,64857,3,243,1792 +"250466",115186,69250,3,243,1439 +"250467",115186,71560,2,243,280 +"250468",115194,3557,3,604,1259 +"250469",115194,3786,3,604,2282 +"250470",115194,5673,3,604,1567 +"250471",115194,6071,2,604,2310 +"250472",115194,6562,2,604,1139 +"250473",115194,11135,3,604,2441 +"250474",115194,12031,3,604,1957 +"250475",115194,12481,3,604,1086 +"250476",115194,15502,3,604,2637 +"250477",115194,15916,3,604,1236 +"250478",115194,17999,3,604,2758 +"250479",115194,19687,2,604,2072 +"250480",115194,20413,1,604,806 +"250481",115194,20517,3,604,1465 +"250482",115194,21290,3,604,894 +"250483",115194,21895,3,604,1693 +"250484",115194,21976,3,604,1808 +"250485",115194,22905,3,604,2599 +"250486",115194,23639,2,604,2065 +"250487",115194,23731,2,604,1656 +"250488",115194,24116,1,604,1413 +"250489",115194,25270,2,604,985 +"250490",115194,25286,3,604,1545 +"250491",115194,25451,3,604,698 +"250492",115194,25886,2,604,1580 +"250493",115194,26567,3,604,1158 +"250494",115194,29276,3,604,2000 +"250495",115194,33363,3,604,2475 +"250496",115194,34953,3,604,1817 +"250497",115194,41051,3,604,2767 +"250498",115194,47130,3,604,2654 +"250499",115194,51448,3,604,1593 +"250500",115194,56212,2,604,1410 +"250501",115194,56673,3,604,2419 +"250502",115194,67763,3,604,822 +"250503",115194,78460,3,604,985 +"250504",115194,79236,3,604,1505 +"250505",115194,81134,3,604,1384 +"250506",115194,83133,3,604,1055 +"250507",115194,92381,3,604,1237 +"250508",115194,92947,3,604,1289 +"250509",115194,93317,3,604,1223 +"250510",115194,93670,3,604,1682 +"250511",115194,94399,3,604,963 +"250512",115194,95211,3,604,2462 +"250513",115194,95661,3,604,872 +"250514",115194,104542,3,604,897 +"250515",115194,106554,3,604,1270 +"250516",115338,1393,2,625,1706 +"250517",115338,2014,3,625,973 +"250518",115338,7123,3,625,1964 +"250519",115338,7900,3,625,893 +"250520",115338,7903,2,625,744 +"250521",115338,7932,3,625,789 +"250522",115338,9088,2,625,1881 +"250523",115338,9269,3,625,1892 +"250524",115338,17645,3,625,1918 +"250525",115338,17925,3,625,2385 +"250526",115338,18574,3,625,2305 +"250527",115338,19690,3,625,706 +"250528",115338,31990,2,625,2264 +"250529",115338,32629,2,625,1789 +"250530",115338,32724,3,625,2581 +"250531",115338,36440,2,625,704 +"250532",115338,37765,3,625,1134 +"250533",115338,37801,2,625,2578 +"250534",115338,41075,3,625,1176 +"250535",115338,44312,2,625,2741 +"250536",115338,44421,2,625,956 +"250537",115338,44744,2,625,2032 +"250538",115338,46726,3,625,943 +"250539",115338,48931,3,625,2444 +"250540",115338,53445,2,625,2028 +"250541",115338,57804,3,625,2214 +"250542",115338,62668,3,625,958 +"250543",115338,64712,3,625,1411 +"250544",115338,65054,3,625,2593 +"250545",115338,66017,2,625,1545 +"250546",115338,83175,3,625,2049 +"250547",115338,83206,2,625,954 +"250548",115338,83264,3,625,1922 +"250549",115338,84378,2,625,1265 +"250550",115338,92469,2,625,1232 +"250551",115338,96387,3,625,2159 +"250552",115338,97706,1,625,1121 +"250553",115401,147,1,935,1040 +"250554",115401,19610,2,935,1236 +"250555",115401,28116,3,935,1643 +"250556",115401,68539,3,935,1158 +"250557",115461,10592,3,524,859 +"250558",115461,12778,3,524,2045 +"250559",115461,17502,3,524,869 +"250560",115461,23679,3,524,934 +"250561",115461,27001,3,524,1761 +"250562",115461,49615,3,524,914 +"250563",115461,96611,2,524,765 +"250564",115534,1523,3,81,2048 +"250565",115534,2190,3,81,2359 +"250566",115534,10050,3,81,1792 +"250567",115534,17456,3,81,1300 +"250568",115534,38532,3,81,1234 +"250569",115534,61125,2,81,1673 +"250570",115618,66693,3,2314,2554 +"250571",115622,22326,3,1895,2818 +"250572",115622,27623,3,1895,2970 +"250573",115622,44598,3,1895,2356 +"250574",115622,76048,3,1895,2373 +"250575",115622,101295,2,1895,2165 +"250576",115734,160,3,859,2007 +"250577",115734,206,3,859,1986 +"250578",115734,1036,3,859,1367 +"250579",115734,1092,2,859,1945 +"250580",115734,3753,3,859,1255 +"250581",115734,5429,3,859,1991 +"250582",115734,7616,3,859,2296 +"250583",115734,8238,3,859,2222 +"250584",115734,11055,3,859,2111 +"250585",115734,12632,3,859,1174 +"250586",115734,12837,3,859,1315 +"250587",115734,15716,3,859,1991 +"250588",115734,17632,3,859,1947 +"250589",115734,27323,2,859,943 +"250590",115734,28626,3,859,2842 +"250591",115734,29089,3,859,1344 +"250592",115734,31581,3,859,2933 +"250593",115734,31890,3,859,1487 +"250594",115734,32047,2,859,1858 +"250595",115734,32419,2,859,1909 +"250596",115734,47055,3,859,1525 +"250597",115734,47564,3,859,2650 +"250598",115734,48035,3,859,2180 +"250599",115734,50001,3,859,1518 +"250600",115734,55076,3,859,2408 +"250601",115734,69250,3,859,1439 +"250602",115734,77611,3,859,1795 +"250603",115734,78270,2,859,1171 +"250604",115734,82893,3,859,1275 +"250605",115734,83053,3,859,1303 +"250606",115734,101115,3,859,1259 +"250607",115763,2269,3,857,984 +"250608",115763,3777,1,857,1798 +"250609",115763,19049,3,857,1798 +"250610",115763,20070,3,857,1914 +"250611",115763,28826,3,857,2627 +"250612",115763,45886,3,857,2449 +"250613",115763,47248,3,857,2883 +"250614",115763,51017,3,857,2073 +"250615",115763,63547,3,857,1023 +"250616",115763,84371,3,857,1667 +"250617",115795,66752,3,140,285 +"250618",115905,3542,3,274,450 +"250619",115905,6295,2,274,856 +"250620",115905,7604,3,274,1366 +"250621",115905,7787,3,274,2314 +"250622",115905,9269,2,274,1892 +"250623",115905,9895,2,274,1960 +"250624",115905,9910,3,274,2526 +"250625",115905,9948,3,274,2019 +"250626",115905,10250,3,274,1606 +"250627",115905,12914,3,274,1557 +"250628",115905,15281,3,274,810 +"250629",115905,15926,2,274,545 +"250630",115905,16347,3,274,1868 +"250631",115905,17480,3,274,2316 +"250632",115905,18645,3,274,793 +"250633",115905,18821,3,274,2075 +"250634",115905,20695,2,274,2526 +"250635",115905,20709,3,274,1757 +"250636",115905,21044,2,274,1574 +"250637",115905,25345,3,274,713 +"250638",115905,26740,3,274,2695 +"250639",115905,34331,3,274,1727 +"250640",115905,43768,3,274,1468 +"250641",115905,44744,3,274,2032 +"250642",115905,49708,2,274,1147 +"250643",115905,53584,3,274,2391 +"250644",115905,56316,3,274,1435 +"250645",115905,56364,3,274,1626 +"250646",115905,63329,3,274,639 +"250647",115905,68262,3,274,441 +"250648",115905,76796,3,274,1140 +"250649",115905,79337,2,274,875 +"250650",115905,80801,3,274,1250 +"250651",115905,84591,2,274,1685 +"250652",115905,85926,3,274,907 +"250653",115905,87915,3,274,1152 +"250654",115905,101381,3,274,977 +"250655",115905,101666,2,274,1257 +"250656",116119,8865,3,254,2394 +"250657",116119,9115,2,254,2068 +"250658",116119,9177,2,254,945 +"250659",116119,21528,1,254,1807 +"250660",116119,29997,3,254,1789 +"250661",116119,37475,3,254,1509 +"250662",116119,57912,3,254,1035 +"250663",116119,59683,3,254,2068 +"250664",116119,68691,3,254,1209 +"250665",116119,68876,3,254,1397 +"250666",116119,69232,2,254,2130 +"250667",116202,5346,3,180,1438 +"250668",116202,12767,3,180,2329 +"250669",116202,15207,2,180,1855 +"250670",116202,18550,3,180,483 +"250671",116202,40113,3,180,451 +"250672",116202,47293,3,180,929 +"250673",116202,74818,3,180,1440 +"250674",116202,85356,3,180,1492 +"250675",116202,94520,3,180,1243 +"250676",116243,12200,2,89,1400 +"250677",116243,12818,1,89,2015 +"250678",116243,13024,3,89,2468 +"250679",116243,20271,3,89,2044 +"250680",116243,20363,3,89,279 +"250681",116243,20867,3,89,200 +"250682",116243,21165,3,89,1112 +"250683",116243,25718,3,89,432 +"250684",116243,31541,3,89,1500 +"250685",116243,33755,3,89,2963 +"250686",116243,33955,3,89,1178 +"250687",116243,34491,3,89,2694 +"250688",116243,40305,3,89,293 +"250689",116243,44447,3,89,165 +"250690",116243,49621,3,89,1915 +"250691",116243,51265,3,89,2670 +"250692",116243,55171,3,89,2972 +"250693",116243,60672,3,89,2876 +"250694",116243,96169,3,89,2356 +"250695",116278,2418,3,168,2020 +"250696",116278,3620,3,168,2955 +"250697",116278,5845,3,168,1552 +"250698",116278,9440,3,168,1006 +"250699",116278,15095,3,168,2001 +"250700",116278,21480,3,168,1646 +"250701",116278,23471,3,168,2488 +"250702",116278,23534,3,168,1659 +"250703",116278,24195,3,168,1575 +"250704",116278,29578,3,168,1957 +"250705",116278,30891,3,168,1256 +"250706",116278,35620,3,168,2092 +"250707",116278,36120,3,168,2971 +"250708",116278,41478,3,168,957 +"250709",116278,44786,3,168,1096 +"250710",116278,58829,2,168,1256 +"250711",116278,59670,2,168,1173 +"250712",116278,66693,3,168,2554 +"250713",116278,68452,2,168,1606 +"250714",116278,75067,3,168,801 +"250715",116278,88454,3,168,663 +"250716",116278,93332,3,168,982 +"250717",116278,94625,2,168,2105 +"250718",116278,95416,3,168,982 +"250719",116278,119921,3,168,1113 +"250720",116280,2322,3,90,1645 +"250721",116280,12887,2,90,433 +"250722",116280,17376,3,90,1202 +"250723",116280,23395,3,90,1948 +"250724",116280,76127,3,90,910 +"250725",116280,82949,3,90,2077 +"250726",116293,34997,3,540,591 +"250727",116385,15281,3,592,810 +"250728",116385,22410,3,592,2158 +"250729",116385,27512,3,592,947 +"250730",116385,31950,3,592,2217 +"250731",116385,40510,3,592,943 +"250732",116385,41098,3,592,1857 +"250733",116385,45562,3,592,623 +"250734",116385,55493,3,592,869 +"250735",116385,61398,3,592,2563 +"250736",116385,61921,3,592,1793 +"250737",116385,77719,3,592,2086 +"250738",116385,105887,3,592,615 +"250739",116392,23639,3,870,2065 +"250740",116392,23731,3,870,1656 +"250741",116392,24116,3,870,1413 +"250742",116392,56212,3,870,1410 +"250743",116392,79236,3,870,1505 +"250744",116392,81134,3,870,1384 +"250745",116392,83133,3,870,1055 +"250746",116392,92947,3,870,1289 +"250747",116444,1006,3,1206,1569 +"250748",116444,19173,3,1206,1686 +"250749",116444,36031,3,1206,2342 +"250750",116444,44299,3,1206,1874 +"250751",116444,44420,3,1206,2184 +"250752",116478,42,3,293,2265 +"250753",116478,543,3,293,2203 +"250754",116478,803,3,293,1666 +"250755",116478,1090,3,293,2370 +"250756",116478,1321,3,293,2075 +"250757",116478,1469,3,293,1160 +"250758",116478,1676,2,293,1198 +"250759",116478,1777,3,293,1965 +"250760",116478,2166,3,293,2557 +"250761",116478,2484,3,293,2389 +"250762",116478,3352,2,293,1707 +"250763",116478,3830,3,293,1661 +"250764",116478,4057,3,293,2389 +"250765",116478,5078,3,293,2033 +"250766",116478,5457,3,293,2077 +"250767",116478,5462,3,293,2374 +"250768",116478,5504,2,293,2389 +"250769",116478,7078,3,293,2344 +"250770",116478,7323,3,293,2858 +"250771",116478,8229,3,293,1241 +"250772",116478,8621,3,293,1681 +"250773",116478,10709,3,293,746 +"250774",116478,11168,3,293,1223 +"250775",116478,12374,3,293,2260 +"250776",116478,12462,3,293,1461 +"250777",116478,13751,3,293,2557 +"250778",116478,15118,3,293,1311 +"250779",116478,16497,2,293,2370 +"250780",116478,16587,3,293,2065 +"250781",116478,17328,3,293,1206 +"250782",116478,19528,3,293,2742 +"250783",116478,19963,3,293,810 +"250784",116478,20486,3,293,1908 +"250785",116478,21076,3,293,1591 +"250786",116478,21095,3,293,856 +"250787",116478,22006,3,293,1202 +"250788",116478,22749,3,293,1727 +"250789",116478,26608,2,293,2329 +"250790",116478,27339,3,293,486 +"250791",116478,32017,3,293,577 +"250792",116478,32131,3,293,1035 +"250793",116478,32409,3,293,857 +"250794",116478,33572,3,293,2370 +"250795",116478,36031,3,293,2342 +"250796",116478,37570,3,293,2389 +"250797",116478,37800,3,293,604 +"250798",116478,39444,2,293,2695 +"250799",116478,39865,3,293,849 +"250800",116478,40072,3,293,1182 +"250801",116478,47803,3,293,2477 +"250802",116478,48414,3,293,1749 +"250803",116478,49965,3,293,2301 +"250804",116478,51410,3,293,2739 +"250805",116478,53031,3,293,2065 +"250806",116478,53624,3,293,952 +"250807",116478,53789,3,293,2681 +"250808",116478,55556,2,293,2075 +"250809",116478,55828,3,293,2393 +"250810",116478,59700,3,293,2346 +"250811",116478,59939,3,293,936 +"250812",116478,63568,2,293,570 +"250813",116478,63637,3,293,498 +"250814",116478,64031,3,293,1295 +"250815",116478,69498,3,293,931 +"250816",116478,71478,2,293,1721 +"250817",116478,80429,3,293,1927 +"250818",116478,84076,3,293,1106 +"250819",116478,88750,3,293,787 +"250820",116478,91912,3,293,790 +"250821",116478,93615,3,293,2386 +"250822",116478,101986,3,293,813 +"250823",116478,108107,3,293,1704 +"250824",116478,109383,3,293,952 +"250825",116478,109521,2,293,609 +"250826",116484,1393,3,902,1706 +"250827",116484,2370,3,902,1600 +"250828",116484,4784,3,902,2511 +"250829",116484,6020,3,902,1864 +"250830",116484,9088,3,902,1881 +"250831",116484,13595,3,902,1164 +"250832",116484,16455,3,902,946 +"250833",116484,16866,3,902,2718 +"250834",116484,21358,3,902,1970 +"250835",116484,21920,3,902,2367 +"250836",116484,28648,3,902,1586 +"250837",116484,31950,2,902,2217 +"250838",116484,32629,3,902,1789 +"250839",116484,34274,3,902,1437 +"250840",116484,40510,2,902,943 +"250841",116484,41075,3,902,1176 +"250842",116484,41489,3,902,2006 +"250843",116484,43725,3,902,935 +"250844",116484,45297,3,902,1864 +"250845",116484,45449,2,902,1610 +"250846",116484,45450,2,902,1590 +"250847",116484,48254,3,902,1013 +"250848",116484,48781,2,902,954 +"250849",116484,48823,3,902,2080 +"250850",116484,48931,3,902,2444 +"250851",116484,61921,3,902,1793 +"250852",116484,79639,2,902,1013 +"250853",116484,80186,3,902,2228 +"250854",116484,84581,2,902,1241 +"250855",116484,92366,3,902,1434 +"250856",116484,93642,2,902,1120 +"250857",116484,100084,2,902,1964 +"250858",116484,103989,2,902,1207 +"250859",116508,1428,3,158,742 +"250860",116508,3961,3,158,2426 +"250861",116508,5239,3,158,2875 +"250862",116508,7196,2,158,1508 +"250863",116508,7984,3,158,2493 +"250864",116508,8913,3,158,968 +"250865",116508,11477,3,158,2724 +"250866",116508,14943,2,158,1942 +"250867",116508,15401,3,158,1999 +"250868",116508,15990,3,158,593 +"250869",116508,16625,3,158,1285 +"250870",116508,16801,2,158,2008 +"250871",116508,16826,3,158,2599 +"250872",116508,17934,3,158,1059 +"250873",116508,20311,3,158,1981 +"250874",116508,22011,3,158,885 +"250875",116508,23132,3,158,2756 +"250876",116508,23726,3,158,2434 +"250877",116508,25271,2,158,1172 +"250878",116508,26713,3,158,1235 +"250879",116508,28784,3,158,1579 +"250880",116508,32988,3,158,2008 +"250881",116508,33801,3,158,2899 +"250882",116508,34158,3,158,2639 +"250883",116508,36862,3,158,2655 +"250884",116508,38219,3,158,1689 +"250885",116508,40432,3,158,1956 +"250886",116508,40645,3,158,1899 +"250887",116508,42505,3,158,2008 +"250888",116508,45959,3,158,1880 +"250889",116508,46040,3,158,2105 +"250890",116508,47435,3,158,878 +"250891",116508,53419,3,158,858 +"250892",116508,56237,3,158,2625 +"250893",116508,56490,3,158,227 +"250894",116508,60718,3,158,1229 +"250895",116508,63328,3,158,922 +"250896",116508,64786,3,158,870 +"250897",116508,65155,3,158,1947 +"250898",116508,65203,2,158,1597 +"250899",116508,65322,2,158,2008 +"250900",116508,76511,3,158,1250 +"250901",116508,78150,3,158,2581 +"250902",116508,79567,2,158,1942 +"250903",116508,79815,3,158,1713 +"250904",116508,82409,3,158,1881 +"250905",116508,85875,3,158,957 +"250906",116508,92757,3,158,2615 +"250907",116508,96308,3,158,521 +"250908",116508,96352,3,158,1493 +"250909",116508,97160,3,158,1215 +"250910",116508,106620,3,158,1177 +"250911",116575,13003,3,2140,2763 +"250912",116584,4675,3,314,1741 +"250913",116584,14463,3,314,1256 +"250914",116584,20847,3,314,491 +"250915",116584,25480,3,314,2747 +"250916",116584,29224,2,314,2011 +"250917",116584,39014,2,314,1188 +"250918",116584,68831,2,314,1446 +"250919",116584,81269,3,314,1570 +"250920",116584,85153,3,314,1163 +"250921",116584,94138,2,314,1939 +"250922",116584,99966,3,314,606 +"250923",116584,103560,3,314,2746 +"250924",116584,113238,3,314,671 +"250925",116620,3395,3,669,1382 +"250926",116620,10592,3,669,859 +"250927",116620,12778,3,669,2045 +"250928",116620,17502,2,669,869 +"250929",116620,27001,2,669,1761 +"250930",116771,2370,2,623,1600 +"250931",116771,6020,3,623,1864 +"250932",116771,7932,3,623,789 +"250933",116771,16866,3,623,2718 +"250934",116771,21920,3,623,2367 +"250935",116771,31950,3,623,2217 +"250936",116771,40510,2,623,943 +"250937",116771,45449,2,623,1610 +"250938",116771,45450,2,623,1590 +"250939",116771,48254,3,623,1013 +"250940",116771,48781,3,623,954 +"250941",116771,48931,3,623,2444 +"250942",116771,55493,3,623,869 +"250943",116771,64737,3,623,2442 +"250944",116771,68419,3,623,654 +"250945",116771,79639,3,623,1013 +"250946",116771,80186,3,623,2228 +"250947",116771,84581,3,623,1241 +"250948",116771,90852,3,623,764 +"250949",116771,92366,3,623,1434 +"250950",116771,93642,3,623,1120 +"250951",116771,100084,3,623,1964 +"250952",116771,116484,3,623,902 +"250953",116792,3100,3,2397,2524 +"250954",116792,11135,3,2397,2441 +"250955",116792,36506,3,2397,2638 +"250956",116792,41051,3,2397,2767 +"250957",116792,43929,2,2397,2749 +"250958",116792,45299,3,2397,2426 +"250959",116792,76604,3,2397,2590 +"250960",116792,95211,3,2397,2462 +"250961",116835,5971,3,553,1985 +"250962",116835,6588,3,553,2025 +"250963",116835,6718,3,553,2138 +"250964",116835,9364,3,553,1698 +"250965",116835,11817,3,553,600 +"250966",116835,13248,3,553,1385 +"250967",116835,14656,3,553,584 +"250968",116835,15135,2,553,1035 +"250969",116835,18394,3,553,2356 +"250970",116835,21104,3,553,2327 +"250971",116835,22362,3,553,1836 +"250972",116835,23509,3,553,2275 +"250973",116835,30405,3,553,2164 +"250974",116835,35673,3,553,1067 +"250975",116835,40028,3,553,1349 +"250976",116835,40072,3,553,1182 +"250977",116835,42687,3,553,1952 +"250978",116835,50118,3,553,2654 +"250979",116835,50236,3,553,2339 +"250980",116835,52136,3,553,1412 +"250981",116835,52345,3,553,1430 +"250982",116835,56082,3,553,2395 +"250983",116835,70838,3,553,687 +"250984",116835,72326,3,553,2384 +"250985",116835,76284,3,553,1237 +"250986",116835,87048,2,553,989 +"250987",116835,91912,3,553,790 +"250988",116835,111971,2,553,1032 +"250989",116835,120549,3,553,708 +"250990",116835,121415,3,553,1455 +"250991",116896,55056,3,287,516 +"250992",116896,61973,2,287,892 +"250993",116963,2370,2,1053,1600 +"250994",116963,4784,3,1053,2511 +"250995",116963,6020,2,1053,1864 +"250996",116963,13595,3,1053,1164 +"250997",116963,21358,3,1053,1970 +"250998",116963,28648,3,1053,1586 +"250999",116963,34274,3,1053,1437 +"251000",116963,41489,3,1053,2006 +"251001",116963,45297,3,1053,1864 +"251002",116963,93642,3,1053,1120 +"251003",116987,63077,3,2469,2778 +"251004",116991,4032,3,575,1763 +"251005",116991,5897,3,575,2337 +"251006",116991,7355,3,575,1928 +"251007",116991,14558,2,575,1585 +"251008",116991,14754,3,575,2456 +"251009",116991,19858,3,575,2357 +"251010",116991,22766,3,575,1945 +"251011",116991,24757,3,575,1939 +"251012",116991,25741,3,575,2853 +"251013",116991,35873,2,575,1377 +"251014",116991,41338,3,575,1553 +"251015",116996,12610,3,242,1274 +"251016",116996,14676,3,242,2764 +"251017",116996,26873,3,242,419 +"251018",116996,66241,3,242,2351 +"251019",116996,89880,3,242,1938 +"251020",116996,95288,3,242,1602 +"251021",116996,120861,3,242,488 +"251022",117002,3352,3,92,1707 +"251023",117002,22033,3,92,1356 +"251024",117002,39556,3,92,2747 +"251025",117002,91420,3,92,1023 +"251026",117032,1222,3,110,2598 +"251027",117032,1708,3,110,1591 +"251028",117032,2272,3,110,1640 +"251029",117032,2443,2,110,2333 +"251030",117032,2588,3,110,552 +"251031",117032,2802,3,110,1836 +"251032",117032,3324,3,110,1198 +"251033",117032,5414,3,110,2321 +"251034",117032,6262,3,110,2733 +"251035",117032,6295,2,110,856 +"251036",117032,7604,3,110,1366 +"251037",117032,9269,2,110,1892 +"251038",117032,9895,2,110,1960 +"251039",117032,9910,2,110,2526 +"251040",117032,9948,1,110,2019 +"251041",117032,11351,3,110,2971 +"251042",117032,11897,3,110,1271 +"251043",117032,12116,3,110,2119 +"251044",117032,12632,3,110,1174 +"251045",117032,12914,2,110,1557 +"251046",117032,14380,2,110,120 +"251047",117032,15047,3,110,1697 +"251048",117032,15582,3,110,598 +"251049",117032,15926,2,110,545 +"251050",117032,16347,3,110,1868 +"251051",117032,18061,1,110,160 +"251052",117032,18466,3,110,2340 +"251053",117032,19190,3,110,2677 +"251054",117032,19358,2,110,880 +"251055",117032,20604,3,110,1684 +"251056",117032,20695,2,110,2526 +"251057",117032,20819,2,110,213 +"251058",117032,21044,3,110,1574 +"251059",117032,25345,2,110,713 +"251060",117032,26740,3,110,2695 +"251061",117032,27512,3,110,947 +"251062",117032,30697,3,110,2891 +"251063",117032,32070,2,110,950 +"251064",117032,32966,2,110,1583 +"251065",117032,34331,3,110,1727 +"251066",117032,36478,3,110,2808 +"251067",117032,38697,2,110,2701 +"251068",117032,44744,3,110,2032 +"251069",117032,46568,1,110,822 +"251070",117032,46616,3,110,1917 +"251071",117032,49284,1,110,218 +"251072",117032,49403,2,110,2427 +"251073",117032,49708,3,110,1147 +"251074",117032,51678,3,110,1077 +"251075",117032,53020,3,110,2747 +"251076",117032,53082,2,110,2328 +"251077",117032,53584,3,110,2391 +"251078",117032,54737,2,110,326 +"251079",117032,55261,3,110,1915 +"251080",117032,55364,3,110,326 +"251081",117032,56168,2,110,1466 +"251082",117032,56364,2,110,1626 +"251083",117032,63329,3,110,639 +"251084",117032,63631,3,110,763 +"251085",117032,65515,3,110,677 +"251086",117032,66017,3,110,1545 +"251087",117032,68262,3,110,441 +"251088",117032,69453,3,110,2831 +"251089",117032,76796,2,110,1140 +"251090",117032,76997,3,110,2223 +"251091",117032,79772,3,110,1230 +"251092",117032,79793,3,110,1915 +"251093",117032,79874,3,110,1570 +"251094",117032,80130,2,110,132 +"251095",117032,80801,2,110,1250 +"251096",117032,83334,2,110,1708 +"251097",117032,84591,2,110,1685 +"251098",117032,84601,3,110,802 +"251099",117032,85926,3,110,907 +"251100",117032,87915,2,110,1152 +"251101",117032,90633,2,110,990 +"251102",117032,92503,3,110,231 +"251103",117032,92630,3,110,1583 +"251104",117032,94339,3,110,2768 +"251105",117032,101381,2,110,977 +"251106",117032,101666,2,110,1257 +"251107",117032,103920,3,110,274 +"251108",117032,104161,3,110,613 +"251109",117032,106409,3,110,265 +"251110",117032,112814,3,110,546 +"251111",117032,115905,3,110,274 +"251112",117080,9175,3,2357,2639 +"251113",117125,237,2,169,1982 +"251114",117125,341,3,169,2689 +"251115",117125,448,3,169,2693 +"251116",117125,841,3,169,2964 +"251117",117125,1728,2,169,284 +"251118",117125,2440,3,169,836 +"251119",117125,3456,3,169,1999 +"251120",117125,4779,3,169,379 +"251121",117125,5036,3,169,312 +"251122",117125,5599,3,169,1684 +"251123",117125,6821,2,169,1788 +"251124",117125,10215,2,169,2006 +"251125",117125,10373,3,169,2436 +"251126",117125,13068,3,169,1778 +"251127",117125,13842,2,169,2250 +"251128",117125,16437,3,169,1956 +"251129",117125,16776,3,169,1565 +"251130",117125,17457,3,169,589 +"251131",117125,19028,3,169,921 +"251132",117125,20176,3,169,1050 +"251133",117125,20395,3,169,1468 +"251134",117125,21670,3,169,2158 +"251135",117125,23268,3,169,2258 +"251136",117125,25378,2,169,1245 +"251137",117125,26336,3,169,1904 +"251138",117125,27280,3,169,1965 +"251139",117125,27320,3,169,2378 +"251140",117125,27722,3,169,1266 +"251141",117125,30891,2,169,1256 +"251142",117125,30967,3,169,818 +"251143",117125,33537,3,169,2406 +"251144",117125,35787,3,169,1132 +"251145",117125,35822,3,169,1903 +"251146",117125,37752,3,169,2223 +"251147",117125,38259,3,169,2258 +"251148",117125,38373,3,169,1928 +"251149",117125,40623,3,169,2580 +"251150",117125,41439,3,169,709 +"251151",117125,41446,3,169,1103 +"251152",117125,41900,3,169,1970 +"251153",117125,43961,3,169,2443 +"251154",117125,45480,3,169,1104 +"251155",117125,53924,3,169,1289 +"251156",117125,58421,3,169,910 +"251157",117125,58759,3,169,942 +"251158",117125,58829,2,169,1256 +"251159",117125,64967,2,169,2872 +"251160",117125,64993,3,169,615 +"251161",117125,65188,3,169,2213 +"251162",117125,66693,3,169,2554 +"251163",117125,67942,2,169,973 +"251164",117125,74795,3,169,1319 +"251165",117125,82738,2,169,591 +"251166",117125,83523,3,169,1461 +"251167",117125,90674,3,169,621 +"251168",117125,90837,3,169,825 +"251169",117125,95416,2,169,982 +"251170",117125,107273,3,169,604 +"251171",117125,119524,3,169,1930 +"251172",117125,119921,2,169,1113 +"251173",117173,2506,3,241,954 +"251174",117173,13034,3,241,698 +"251175",117173,16935,3,241,441 +"251176",117173,29778,3,241,840 +"251177",117173,42773,3,241,385 +"251178",117173,63631,3,241,763 +"251179",117190,827,3,425,2964 +"251180",117190,2588,3,425,552 +"251181",117190,5637,3,425,1976 +"251182",117190,8006,3,425,479 +"251183",117190,9538,3,425,1786 +"251184",117190,9724,3,425,2713 +"251185",117190,10701,3,425,2000 +"251186",117190,13595,3,425,1164 +"251187",117190,15281,3,425,810 +"251188",117190,17531,2,425,876 +"251189",117190,18319,3,425,1439 +"251190",117190,23560,3,425,2051 +"251191",117190,24252,2,425,639 +"251192",117190,28648,3,425,1586 +"251193",117190,29778,3,425,840 +"251194",117190,31855,3,425,2636 +"251195",117190,32678,3,425,1439 +"251196",117190,36399,2,425,1357 +"251197",117190,37684,3,425,2899 +"251198",117190,38422,1,425,1019 +"251199",117190,41393,3,425,1915 +"251200",117190,43543,3,425,1457 +"251201",117190,43701,2,425,2400 +"251202",117190,43905,3,425,756 +"251203",117190,55325,3,425,653 +"251204",117190,69795,3,425,2636 +"251205",117190,77719,3,425,2086 +"251206",117190,81205,3,425,546 +"251207",117190,82280,3,425,619 +"251208",117190,83161,3,425,1352 +"251209",117190,93710,3,425,544 +"251210",117190,111119,3,425,550 +"251211",117222,4889,3,118,1501 +"251212",117222,7672,3,118,1974 +"251213",117222,15871,1,118,508 +"251214",117222,53624,2,118,952 +"251215",117222,88750,3,118,787 +"251216",117222,90052,2,118,851 +"251217",117222,94396,2,118,787 +"251218",117243,67382,2,45,1191 +"251219",117643,843,3,80,2332 +"251220",117643,1785,2,80,2350 +"251221",117643,2506,3,80,954 +"251222",117643,2588,2,80,552 +"251223",117643,2737,3,80,607 +"251224",117643,3360,3,80,1583 +"251225",117643,4622,3,80,1589 +"251226",117643,5346,3,80,1438 +"251227",117643,5520,3,80,217 +"251228",117643,5637,3,80,1976 +"251229",117643,7310,3,80,636 +"251230",117643,8896,3,80,1139 +"251231",117643,9538,3,80,1786 +"251232",117643,9656,3,80,1135 +"251233",117643,10119,3,80,2374 +"251234",117643,11858,3,80,1530 +"251235",117643,13034,2,80,698 +"251236",117643,13340,3,80,1918 +"251237",117643,13671,3,80,1371 +"251238",117643,15207,3,80,1855 +"251239",117643,15214,2,80,274 +"251240",117643,15281,3,80,810 +"251241",117643,15594,3,80,753 +"251242",117643,16524,3,80,1556 +"251243",117643,16935,3,80,441 +"251244",117643,17499,3,80,2954 +"251245",117643,18550,3,80,483 +"251246",117643,18820,3,80,453 +"251247",117643,18821,3,80,2075 +"251248",117643,18953,3,80,915 +"251249",117643,19002,3,80,2053 +"251250",117643,19048,3,80,2180 +"251251",117643,19476,3,80,1708 +"251252",117643,19542,2,80,570 +"251253",117643,20038,3,80,1531 +"251254",117643,20679,2,80,181 +"251255",117643,21942,3,80,2041 +"251256",117643,22532,3,80,568 +"251257",117643,23550,3,80,2939 +"251258",117643,23560,3,80,2051 +"251259",117643,24044,3,80,1076 +"251260",117643,25330,3,80,2370 +"251261",117643,25678,3,80,1558 +"251262",117643,26698,3,80,1963 +"251263",117643,28970,3,80,2111 +"251264",117643,29778,3,80,840 +"251265",117643,34250,3,80,87 +"251266",117643,35317,3,80,1888 +"251267",117643,35844,3,80,2961 +"251268",117643,37684,3,80,2899 +"251269",117643,39507,3,80,793 +"251270",117643,40113,3,80,451 +"251271",117643,41381,3,80,829 +"251272",117643,42407,3,80,2408 +"251273",117643,42773,1,80,385 +"251274",117643,46049,3,80,2102 +"251275",117643,55307,3,80,2306 +"251276",117643,68398,3,80,978 +"251277",117643,70011,2,80,2690 +"251278",117643,71307,3,80,761 +"251279",117643,73520,3,80,2613 +"251280",117643,77719,2,80,2086 +"251281",117643,78277,3,80,1937 +"251282",117643,79699,3,80,1735 +"251283",117643,82312,3,80,340 +"251284",117643,83786,3,80,1614 +"251285",117643,83790,3,80,1637 +"251286",117643,84590,3,80,1734 +"251287",117643,85065,3,80,1585 +"251288",117643,90610,3,80,418 +"251289",117643,92630,3,80,1583 +"251290",117643,94520,3,80,1243 +"251291",117643,95560,2,80,116 +"251292",117643,95708,3,80,433 +"251293",117643,99237,2,80,783 +"251294",117664,508,3,226,801 +"251295",117664,2894,3,226,1291 +"251296",117664,5392,3,226,1648 +"251297",117664,5615,2,226,1105 +"251298",117664,12388,2,226,1975 +"251299",117664,15444,3,226,2764 +"251300",117664,17351,3,226,2036 +"251301",117664,17457,3,226,589 +"251302",117664,18165,3,226,2085 +"251303",117664,18404,3,226,801 +"251304",117664,18465,3,226,354 +"251305",117664,21479,3,226,2134 +"251306",117664,23268,3,226,2258 +"251307",117664,25033,3,226,929 +"251308",117664,28335,3,226,1240 +"251309",117664,36784,3,226,576 +"251310",117664,41682,3,226,1988 +"251311",117664,42837,3,226,1096 +"251312",117664,45545,3,226,1776 +"251313",117664,55580,2,226,1942 +"251314",117664,66756,3,226,1301 +"251315",117664,81989,3,226,438 +"251316",117664,82009,3,226,1020 +"251317",117664,123037,1,226,498 +"251318",117675,1195,3,85,1322 +"251319",117675,2407,3,85,1725 +"251320",117675,2452,3,85,1715 +"251321",117675,2576,3,85,1307 +"251322",117675,2852,2,85,2448 +"251323",117675,3313,3,85,572 +"251324",117675,3663,3,85,1232 +"251325",117675,4001,3,85,1687 +"251326",117675,4249,3,85,2547 +"251327",117675,5897,1,85,2337 +"251328",117675,7785,3,85,2441 +"251329",117675,9301,2,85,1861 +"251330",117675,9787,3,85,2858 +"251331",117675,10453,3,85,1656 +"251332",117675,10551,2,85,243 +"251333",117675,11099,3,85,400 +"251334",117675,11990,3,85,1909 +"251335",117675,12023,3,85,799 +"251336",117675,13068,3,85,1778 +"251337",117675,13295,2,85,779 +"251338",117675,16152,3,85,879 +"251339",117675,16286,3,85,2470 +"251340",117675,16501,3,85,1650 +"251341",117675,16866,3,85,2718 +"251342",117675,17217,3,85,318 +"251343",117675,18865,3,85,2676 +"251344",117675,18978,3,85,952 +"251345",117675,19662,2,85,170 +"251346",117675,20176,3,85,1050 +"251347",117675,22244,3,85,2139 +"251348",117675,22945,2,85,237 +"251349",117675,25163,3,85,1751 +"251350",117675,25378,2,85,1245 +"251351",117675,27742,3,85,2700 +"251352",117675,27914,2,85,2507 +"251353",117675,28440,3,85,675 +"251354",117675,28869,3,85,2425 +"251355",117675,28904,1,85,926 +"251356",117675,29286,3,85,1612 +"251357",117675,29667,3,85,531 +"251358",117675,30306,3,85,1606 +"251359",117675,30525,3,85,1964 +"251360",117675,30865,3,85,2038 +"251361",117675,31753,3,85,1514 +"251362",117675,31866,3,85,2101 +"251363",117675,32560,3,85,1258 +"251364",117675,33341,3,85,2338 +"251365",117675,33665,3,85,787 +"251366",117675,33870,3,85,955 +"251367",117675,34997,3,85,591 +"251368",117675,38373,3,85,1928 +"251369",117675,39217,3,85,504 +"251370",117675,39249,3,85,1665 +"251371",117675,41023,3,85,2408 +"251372",117675,41077,3,85,864 +"251373",117675,41581,3,85,1692 +"251374",117675,42813,3,85,2142 +"251375",117675,44564,3,85,2034 +"251376",117675,47013,3,85,2388 +"251377",117675,47559,3,85,1826 +"251378",117675,50229,2,85,1190 +"251379",117675,54775,2,85,2383 +"251380",117675,56995,3,85,2323 +"251381",117675,59485,2,85,1564 +"251382",117675,60808,3,85,1258 +"251383",117675,62066,3,85,2281 +"251384",117675,63395,3,85,2334 +"251385",117675,64993,3,85,615 +"251386",117675,70455,3,85,1307 +"251387",117675,70583,3,85,2615 +"251388",117675,75935,3,85,1569 +"251389",117675,82738,3,85,591 +"251390",117675,91849,3,85,1166 +"251391",117675,95690,3,85,765 +"251392",117675,99153,3,85,803 +"251393",117675,103491,3,85,1523 +"251394",117675,107273,3,85,604 +"251395",117675,107292,3,85,1667 +"251396",117679,601,1,535,702 +"251397",117679,1196,3,535,1986 +"251398",117679,1428,2,535,742 +"251399",117679,1777,3,535,1965 +"251400",117679,2077,3,535,610 +"251401",117679,2894,3,535,1291 +"251402",117679,3171,3,535,700 +"251403",117679,3255,3,535,2504 +"251404",117679,3716,3,535,1679 +"251405",117679,3830,3,535,1661 +"251406",117679,3961,2,535,2426 +"251407",117679,4289,3,535,1921 +"251408",117679,5041,3,535,2371 +"251409",117679,5078,3,535,2033 +"251410",117679,5315,3,535,2631 +"251411",117679,5346,3,535,1438 +"251412",117679,5438,2,535,1499 +"251413",117679,5457,3,535,2077 +"251414",117679,5462,3,535,2374 +"251415",117679,5504,3,535,2389 +"251416",117679,5716,3,535,1058 +"251417",117679,5984,3,535,1675 +"251418",117679,6222,3,535,1949 +"251419",117679,6366,3,535,798 +"251420",117679,6417,3,535,1675 +"251421",117679,7233,2,535,572 +"251422",117679,7984,3,535,2493 +"251423",117679,7992,2,535,2033 +"251424",117679,9311,3,535,2477 +"251425",117679,10358,2,535,2294 +"251426",117679,11218,3,535,2292 +"251427",117679,11440,3,535,2026 +"251428",117679,11477,3,535,2724 +"251429",117679,11576,3,535,808 +"251430",117679,12362,3,535,702 +"251431",117679,12901,3,535,2136 +"251432",117679,13311,3,535,2315 +"251433",117679,13388,2,535,2119 +"251434",117679,13967,3,535,1354 +"251435",117679,13979,3,535,1559 +"251436",117679,14032,3,535,2144 +"251437",117679,14959,3,535,2898 +"251438",117679,15003,3,535,2067 +"251439",117679,15207,3,535,1855 +"251440",117679,15453,3,535,1688 +"251441",117679,15636,2,535,2857 +"251442",117679,15990,2,535,593 +"251443",117679,16053,2,535,908 +"251444",117679,17354,2,535,2250 +"251445",117679,17493,3,535,561 +"251446",117679,18151,3,535,2962 +"251447",117679,18394,3,535,2356 +"251448",117679,19506,3,535,1385 +"251449",117679,19621,3,535,725 +"251450",117679,19637,1,535,1229 +"251451",117679,20067,2,535,2390 +"251452",117679,20588,3,535,912 +"251453",117679,20659,3,535,1969 +"251454",117679,20732,2,535,2401 +"251455",117679,21706,3,535,1988 +"251456",117679,21772,3,535,663 +"251457",117679,23232,3,535,884 +"251458",117679,23310,3,535,2371 +"251459",117679,23509,3,535,2275 +"251460",117679,23726,2,535,2434 +"251461",117679,23787,3,535,2810 +"251462",117679,23825,3,535,1913 +"251463",117679,23869,1,535,1918 +"251464",117679,23918,3,535,1881 +"251465",117679,24612,3,535,1875 +"251466",117679,25486,3,535,2582 +"251467",117679,25680,3,535,1618 +"251468",117679,26249,2,535,2301 +"251469",117679,26408,3,535,1545 +"251470",117679,26451,3,535,2133 +"251471",117679,28130,2,535,908 +"251472",117679,28131,1,535,1492 +"251473",117679,29095,3,535,2531 +"251474",117679,30150,1,535,1704 +"251475",117679,30404,3,535,1810 +"251476",117679,30883,3,535,1629 +"251477",117679,30943,3,535,2287 +"251478",117679,31069,3,535,1995 +"251479",117679,31279,3,535,965 +"251480",117679,32658,3,535,1694 +"251481",117679,32919,3,535,2321 +"251482",117679,33356,3,535,1586 +"251483",117679,33551,3,535,1734 +"251484",117679,33801,3,535,2899 +"251485",117679,34920,3,535,563 +"251486",117679,35529,2,535,1620 +"251487",117679,35926,3,535,2371 +"251488",117679,36514,3,535,1192 +"251489",117679,37934,3,535,1595 +"251490",117679,38055,3,535,1089 +"251491",117679,38467,3,535,1259 +"251492",117679,38921,3,535,1880 +"251493",117679,41278,3,535,1873 +"251494",117679,42486,3,535,1951 +"251495",117679,44068,3,535,1056 +"251496",117679,44654,3,535,2916 +"251497",117679,44819,2,535,2063 +"251498",117679,44921,3,535,550 +"251499",117679,46040,3,535,2105 +"251500",117679,46803,1,535,2305 +"251501",117679,47386,3,535,2226 +"251502",117679,48283,3,535,1290 +"251503",117679,48893,3,535,719 +"251504",117679,49962,3,535,572 +"251505",117679,50041,3,535,1565 +"251506",117679,50269,2,535,1966 +"251507",117679,50382,2,535,2244 +"251508",117679,50487,3,535,744 +"251509",117679,52154,3,535,1722 +"251510",117679,53120,3,535,975 +"251511",117679,53134,3,535,1590 +"251512",117679,53475,3,535,2853 +"251513",117679,54158,3,535,1756 +"251514",117679,54929,3,535,2783 +"251515",117679,57246,3,535,1873 +"251516",117679,57657,3,535,2735 +"251517",117679,58669,2,535,2296 +"251518",117679,58993,3,535,2390 +"251519",117679,59786,3,535,605 +"251520",117679,62148,3,535,1566 +"251521",117679,68299,3,535,866 +"251522",117679,70203,1,535,2756 +"251523",117679,70681,2,535,866 +"251524",117679,70996,3,535,1037 +"251525",117679,74318,3,535,632 +"251526",117679,74681,3,535,837 +"251527",117679,76133,3,535,1565 +"251528",117679,76666,3,535,1908 +"251529",117679,76999,2,535,908 +"251530",117679,77835,3,535,1327 +"251531",117679,85794,2,535,679 +"251532",117679,86520,3,535,702 +"251533",117679,86627,3,535,981 +"251534",117679,87720,3,535,2086 +"251535",117679,90790,3,535,1492 +"251536",117679,90837,3,535,825 +"251537",117679,91162,3,535,1693 +"251538",117679,91163,3,535,1171 +"251539",117679,91201,3,535,1702 +"251540",117679,94520,3,535,1243 +"251541",117679,96911,3,535,956 +"251542",117679,97160,3,535,1215 +"251543",117679,100140,3,535,1041 +"251544",117679,103524,3,535,991 +"251545",117685,1708,3,106,1591 +"251546",117685,2443,3,106,2333 +"251547",117685,6295,3,106,856 +"251548",117685,7604,3,106,1366 +"251549",117685,9269,3,106,1892 +"251550",117685,9895,2,106,1960 +"251551",117685,9910,3,106,2526 +"251552",117685,9948,2,106,2019 +"251553",117685,12473,3,106,801 +"251554",117685,12632,2,106,1174 +"251555",117685,12914,3,106,1557 +"251556",117685,14212,3,106,857 +"251557",117685,14380,1,106,120 +"251558",117685,15926,3,106,545 +"251559",117685,16347,3,106,1868 +"251560",117685,20695,2,106,2526 +"251561",117685,21044,3,106,1574 +"251562",117685,25345,2,106,713 +"251563",117685,32966,3,106,1583 +"251564",117685,34331,3,106,1727 +"251565",117685,37178,3,106,166 +"251566",117685,38697,3,106,2701 +"251567",117685,43725,3,106,935 +"251568",117685,46568,3,106,822 +"251569",117685,47607,3,106,2724 +"251570",117685,49379,3,106,1573 +"251571",117685,49708,3,106,1147 +"251572",117685,51505,3,106,1572 +"251573",117685,53584,3,106,2391 +"251574",117685,56364,3,106,1626 +"251575",117685,63329,3,106,639 +"251576",117685,68262,1,106,441 +"251577",117685,76796,3,106,1140 +"251578",117685,77167,3,106,836 +"251579",117685,80130,2,106,132 +"251580",117685,80801,3,106,1250 +"251581",117685,84591,2,106,1685 +"251582",117685,87733,3,106,235 +"251583",117685,87915,3,106,1152 +"251584",117685,101381,3,106,977 +"251585",117685,101666,3,106,1257 +"251586",117685,107467,3,106,1524 +"251587",117685,117032,3,106,110 +"251588",117713,1393,3,96,1706 +"251589",117713,2370,3,96,1600 +"251590",117713,4723,3,96,1314 +"251591",117713,7900,3,96,893 +"251592",117713,7903,3,96,744 +"251593",117713,7932,3,96,789 +"251594",117713,15281,3,96,810 +"251595",117713,16455,3,96,946 +"251596",117713,16866,3,96,2718 +"251597",117713,21142,2,96,2414 +"251598",117713,21358,3,96,1970 +"251599",117713,21920,1,96,2367 +"251600",117713,23280,3,96,536 +"251601",117713,28648,3,96,1586 +"251602",117713,31950,2,96,2217 +"251603",117713,32735,2,96,213 +"251604",117713,37334,3,96,398 +"251605",117713,39627,2,96,546 +"251606",117713,40510,2,96,943 +"251607",117713,41805,2,96,199 +"251608",117713,45449,3,96,1610 +"251609",117713,45450,3,96,1590 +"251610",117713,45562,2,96,623 +"251611",117713,48254,3,96,1013 +"251612",117713,48781,2,96,954 +"251613",117713,48931,3,96,2444 +"251614",117713,49029,3,96,647 +"251615",117713,53293,3,96,2916 +"251616",117713,54488,3,96,2357 +"251617",117713,54816,3,96,592 +"251618",117713,54978,3,96,110 +"251619",117713,55018,1,96,199 +"251620",117713,55493,1,96,869 +"251621",117713,57549,3,96,2335 +"251622",117713,61921,3,96,1793 +"251623",117713,64737,2,96,2442 +"251624",117713,74054,3,96,1488 +"251625",117713,77719,3,96,2086 +"251626",117713,78257,3,96,590 +"251627",117713,79639,2,96,1013 +"251628",117713,80186,1,96,2228 +"251629",117713,84235,3,96,1639 +"251630",117713,84581,3,96,1241 +"251631",117713,86195,3,96,110 +"251632",117713,90852,3,96,764 +"251633",117713,92366,2,96,1434 +"251634",117713,93642,3,96,1120 +"251635",117713,100084,3,96,1964 +"251636",117713,103989,3,96,1207 +"251637",117713,105887,2,96,615 +"251638",117713,110748,3,96,398 +"251639",117713,116385,3,96,592 +"251640",117713,116484,3,96,902 +"251641",117713,116771,3,96,623 +"251642",117763,854,3,827,2307 +"251643",117763,3186,3,827,919 +"251644",117763,18825,3,827,1240 +"251645",117763,30095,3,827,1578 +"251646",117763,39131,3,827,2491 +"251647",117763,41837,3,827,2399 +"251648",117764,100690,2,2781,2829 +"251649",117831,48769,2,619,2071 +"251650",117876,3284,3,31,1541 +"251651",117876,4330,1,31,1128 +"251652",117876,6697,3,31,2438 +"251653",117876,13099,3,31,1547 +"251654",117876,14503,3,31,437 +"251655",117876,29915,2,31,848 +"251656",117876,39999,3,31,1593 +"251657",117876,43204,2,31,1680 +"251658",117876,43568,3,31,837 +"251659",117876,53726,3,31,1729 +"251660",117876,69417,2,31,507 +"251661",117876,91435,3,31,933 +"251662",117903,1560,3,1664,2013 +"251663",117903,57037,3,1664,2293 +"251664",117903,82917,3,1664,2371 +"251665",117903,94339,3,1664,2768 +"251666",117932,798,3,926,2476 +"251667",117932,1386,3,926,1901 +"251668",117932,5971,3,926,1985 +"251669",117932,9030,3,926,1979 +"251670",117932,9620,3,926,2339 +"251671",117932,10914,3,926,1660 +"251672",117932,11419,1,926,1408 +"251673",117932,13201,3,926,2034 +"251674",117932,14669,3,926,2080 +"251675",117932,14772,3,926,2386 +"251676",117932,15343,3,926,2125 +"251677",117932,16029,3,926,1160 +"251678",117932,17021,3,926,1226 +"251679",117932,17812,3,926,2705 +"251680",117932,17967,3,926,2125 +"251681",117932,18005,3,926,2449 +"251682",117932,21417,3,926,2422 +"251683",117932,23301,3,926,1611 +"251684",117932,29756,3,926,2051 +"251685",117932,29791,3,926,1986 +"251686",117932,32606,3,926,2100 +"251687",117932,33722,3,926,1225 +"251688",117932,34311,3,926,2213 +"251689",117932,35542,3,926,1439 +"251690",117932,35873,3,926,1377 +"251691",117932,36514,3,926,1192 +"251692",117932,37060,3,926,2840 +"251693",117932,38908,3,926,1787 +"251694",117932,40028,3,926,1349 +"251695",117932,42814,3,926,1149 +"251696",117932,44684,3,926,1220 +"251697",117932,45664,3,926,2235 +"251698",117932,51879,3,926,1771 +"251699",117932,52524,3,926,1197 +"251700",117932,55691,3,926,2856 +"251701",117932,61336,3,926,2218 +"251702",117932,68215,3,926,2727 +"251703",117932,73266,1,926,2496 +"251704",117932,80655,3,926,1546 +"251705",117932,86279,3,926,1076 +"251706",117932,89586,2,926,1401 +"251707",117932,90501,2,926,2380 +"251708",117932,93930,3,926,1268 +"251709",117956,14353,3,2774,2878 +"251710",117956,18361,3,2774,2968 +"251711",117956,36441,3,2774,2796 +"251712",117965,47557,3,182,999 +"251713",117965,68328,2,182,683 +"251714",118014,388,3,634,1594 +"251715",118014,725,3,634,1064 +"251716",118014,1560,2,634,2013 +"251717",118014,8525,1,634,1787 +"251718",118014,9716,3,634,1929 +"251719",118014,9808,3,634,1648 +"251720",118014,10200,3,634,2920 +"251721",118014,11429,3,634,2520 +"251722",118014,12228,3,634,2034 +"251723",118014,12973,3,634,1569 +"251724",118014,21290,3,634,894 +"251725",118014,24086,3,634,2663 +"251726",118014,32939,3,634,2277 +"251727",118014,36440,3,634,704 +"251728",118014,37342,3,634,2649 +"251729",118014,40392,3,634,1878 +"251730",118014,40850,3,634,1396 +"251731",118014,41185,3,634,1929 +"251732",118014,46745,3,634,1565 +"251733",118014,56737,2,634,2270 +"251734",118014,65658,3,634,2030 +"251735",118014,79236,3,634,1505 +"251736",118014,79822,3,634,1508 +"251737",118014,96197,3,634,1670 +"251738",118014,114240,3,634,642 +"251739",118036,5622,3,168,2175 +"251740",118036,7180,2,168,2227 +"251741",118036,15402,3,168,1281 +"251742",118036,23492,3,168,1067 +"251743",118036,30165,1,168,1409 +"251744",118036,31436,3,168,2892 +"251745",118036,35673,3,168,1067 +"251746",118036,39294,3,168,1889 +"251747",118036,43385,3,168,1623 +"251748",118036,45684,2,168,2200 +"251749",118036,46196,3,168,1510 +"251750",118036,55299,3,168,609 +"251751",118036,57246,3,168,1873 +"251752",118036,57414,3,168,922 +"251753",118036,76284,3,168,1237 +"251754",118036,93998,3,168,850 +"251755",118036,99215,3,168,2791 +"251756",118082,1685,3,277,2230 +"251757",118082,3360,3,277,1583 +"251758",118082,3477,3,277,2546 +"251759",118082,5355,3,277,1499 +"251760",118082,6063,3,277,2349 +"251761",118082,11154,3,277,1594 +"251762",118082,12007,3,277,1594 +"251763",118082,12735,3,277,819 +"251764",118082,12779,3,277,936 +"251765",118082,12804,3,277,297 +"251766",118082,13671,3,277,1371 +"251767",118082,16590,3,277,1123 +"251768",118082,18217,3,277,1566 +"251769",118082,18645,3,277,793 +"251770",118082,19331,3,277,824 +"251771",118082,22462,3,277,869 +"251772",118082,22744,2,277,1907 +"251773",118082,26577,3,277,933 +"251774",118082,26698,3,277,1963 +"251775",118082,33223,3,277,2397 +"251776",118082,36599,3,277,541 +"251777",118082,40542,3,277,1664 +"251778",118082,51173,3,277,1829 +"251779",118082,79461,3,277,1667 +"251780",118082,79547,2,277,1909 +"251781",118093,5376,3,135,288 +"251782",118093,5716,3,135,1058 +"251783",118093,10709,2,135,746 +"251784",118093,16352,3,135,2657 +"251785",118093,16587,3,135,2065 +"251786",118093,27260,3,135,878 +"251787",118093,27339,3,135,486 +"251788",118093,34735,3,135,2767 +"251789",118093,37758,3,135,1998 +"251790",118093,43135,3,135,1171 +"251791",118093,44068,3,135,1056 +"251792",118093,53134,3,135,1590 +"251793",118093,57714,3,135,1391 +"251794",118093,101986,2,135,813 +"251795",118093,109521,2,135,609 +"251796",118093,121234,3,135,213 +"251797",118120,51265,3,1910,2670 +"251798",118202,29825,3,1509,2603 +"251799",118202,57977,3,1509,2683 +"251800",118312,5937,3,1159,2392 +"251801",118312,15558,3,1159,2389 +"251802",118312,44727,3,1159,1227 +"251803",118312,50899,3,1159,2125 +"251804",118382,2370,2,96,1600 +"251805",118382,4784,3,96,2511 +"251806",118382,6020,3,96,1864 +"251807",118382,7499,2,96,1803 +"251808",118382,7763,3,96,1656 +"251809",118382,7787,3,96,2314 +"251810",118382,10250,2,96,1606 +"251811",118382,11521,3,96,1559 +"251812",118382,12511,3,96,1298 +"251813",118382,13595,3,96,1164 +"251814",118382,13671,3,96,1371 +"251815",118382,14612,2,96,2340 +"251816",118382,16455,3,96,946 +"251817",118382,16590,3,96,1123 +"251818",118382,17480,3,96,2316 +"251819",118382,18645,2,96,793 +"251820",118382,18821,3,96,2075 +"251821",118382,20709,3,96,1757 +"251822",118382,21358,2,96,1970 +"251823",118382,23364,3,96,2306 +"251824",118382,25941,3,96,2369 +"251825",118382,28648,3,96,1586 +"251826",118382,33176,3,96,2630 +"251827",118382,34274,3,96,1437 +"251828",118382,36599,3,96,541 +"251829",118382,37858,3,96,248 +"251830",118382,38354,2,96,629 +"251831",118382,39507,3,96,793 +"251832",118382,41489,3,96,2006 +"251833",118382,42446,3,96,202 +"251834",118382,45297,3,96,1864 +"251835",118382,45562,3,96,623 +"251836",118382,48823,3,96,2080 +"251837",118382,52950,3,96,2716 +"251838",118382,53640,3,96,1789 +"251839",118382,78257,2,96,590 +"251840",118382,78956,3,96,130 +"251841",118382,79337,3,96,875 +"251842",118382,93642,3,96,1120 +"251843",118382,102545,2,96,248 +"251844",118382,103143,3,96,163 +"251845",118382,113333,3,96,1018 +"251846",118417,36691,3,178,1903 +"251847",118417,69117,3,178,645 +"251848",118417,80219,3,178,988 +"251849",118417,94500,3,178,1529 +"251850",118631,2616,3,113,221 +"251851",118631,5937,2,113,2392 +"251852",118631,11679,3,113,846 +"251853",118631,11868,3,113,1639 +"251854",118631,15150,3,113,2801 +"251855",118631,15558,2,113,2389 +"251856",118631,15728,1,113,576 +"251857",118631,16969,3,113,1917 +"251858",118631,19002,3,113,2053 +"251859",118631,20011,3,113,2826 +"251860",118631,22746,3,113,913 +"251861",118631,23728,3,113,2601 +"251862",118631,32841,3,113,1345 +"251863",118631,34018,3,113,400 +"251864",118631,34576,2,113,1727 +"251865",118631,41521,3,113,2069 +"251866",118631,42136,3,113,2551 +"251867",118631,48585,3,113,2063 +"251868",118631,56413,3,113,2747 +"251869",118631,61784,2,113,754 +"251870",118631,96700,3,113,1602 +"251871",118631,104409,3,113,650 +"251872",118631,104843,3,113,1167 +"251873",118631,113333,3,113,1018 +"251874",118631,118312,2,113,1159 +"251875",118646,21985,2,1525,2075 +"251876",118801,863,3,87,551 +"251877",118806,3520,3,135,2281 +"251878",118806,11135,3,135,2441 +"251879",118806,16545,3,135,186 +"251880",118806,21352,3,135,1604 +"251881",118806,34559,3,135,1105 +"251882",118806,39187,3,135,2166 +"251883",118806,48764,2,135,860 +"251884",118806,76230,3,135,1223 +"251885",118806,82131,3,135,186 +"251886",118806,83541,3,135,555 +"251887",118806,91772,2,135,2233 +"251888",118806,97240,2,135,1027 +"251889",118806,110023,3,135,230 +"251890",118881,269,3,170,407 +"251891",118881,4634,3,170,2291 +"251892",118881,4968,3,170,1586 +"251893",118881,7499,3,170,1803 +"251894",118881,9783,3,170,1275 +"251895",118881,10250,2,170,1606 +"251896",118881,11521,3,170,1559 +"251897",118881,12735,3,170,819 +"251898",118881,14490,3,170,2291 +"251899",118881,15023,3,170,2054 +"251900",118881,17480,3,170,2316 +"251901",118881,18645,2,170,793 +"251902",118881,20547,3,170,2145 +"251903",118881,20709,2,170,1757 +"251904",118881,20739,3,170,2025 +"251905",118881,33470,3,170,2003 +"251906",118881,37858,3,170,248 +"251907",118881,39507,3,170,793 +"251908",118881,50083,3,170,1275 +"251909",118881,51399,3,170,934 +"251910",118881,51843,3,170,2389 +"251911",118881,54385,3,170,2340 +"251912",118881,79337,3,170,875 +"251913",118881,84808,3,170,1974 +"251914",118881,93123,3,170,870 +"251915",118881,108974,1,170,752 +"251916",119007,20088,3,979,1677 +"251917",119007,23890,3,979,1810 +"251918",119007,24761,3,979,2384 +"251919",119007,59579,1,979,2034 +"251920",119007,88123,1,979,2252 +"251921",119007,113181,2,979,2301 +"251922",119101,14959,3,139,2898 +"251923",119184,4361,3,275,2571 +"251924",119184,5962,3,275,2491 +"251925",119184,6119,1,275,2358 +"251926",119184,10336,2,275,2271 +"251927",119184,10350,3,275,1163 +"251928",119184,11563,3,275,1863 +"251929",119184,14520,2,275,634 +"251930",119184,16286,2,275,2470 +"251931",119184,17257,3,275,1117 +"251932",119184,21593,3,275,1312 +"251933",119184,28380,3,275,473 +"251934",119184,37036,3,275,2264 +"251935",119184,44074,3,275,1299 +"251936",119184,46532,3,275,2005 +"251937",119184,51360,3,275,1882 +"251938",119184,52570,3,275,2645 +"251939",119184,65389,3,275,503 +"251940",119184,79420,2,275,1061 +"251941",119184,104828,3,275,1609 +"251942",119208,2208,3,2646,2814 +"251943",119208,50275,2,2646,2832 +"251944",119234,1787,3,931,1707 +"251945",119234,2907,3,931,1980 +"251946",119234,3271,3,931,2216 +"251947",119234,9272,3,931,2835 +"251948",119234,11868,3,931,1639 +"251949",119234,36979,3,931,2158 +"251950",119234,39439,1,931,2462 +"251951",119234,42136,3,931,2551 +"251952",119234,43226,3,931,2442 +"251953",119234,44730,3,931,2468 +"251954",119234,48110,3,931,2009 +"251955",119234,58508,3,931,2326 +"251956",119234,69335,3,931,2698 +"251957",119234,80301,3,931,1690 +"251958",119241,3101,2,152,513 +"251959",119241,3158,3,152,2762 +"251960",119241,4784,3,152,2511 +"251961",119241,6020,3,152,1864 +"251962",119241,7406,3,152,1906 +"251963",119241,9088,3,152,1881 +"251964",119241,9269,2,152,1892 +"251965",119241,9895,3,152,1960 +"251966",119241,11270,3,152,1011 +"251967",119241,12473,3,152,801 +"251968",119241,12632,2,152,1174 +"251969",119241,12818,3,152,2015 +"251970",119241,13712,2,152,550 +"251971",119241,14172,3,152,1923 +"251972",119241,15926,3,152,545 +"251973",119241,16347,2,152,1868 +"251974",119241,16963,3,152,1999 +"251975",119241,20695,3,152,2526 +"251976",119241,21165,2,152,1112 +"251977",119241,21358,3,152,1970 +"251978",119241,22808,3,152,2297 +"251979",119241,23460,3,152,2183 +"251980",119241,24141,3,152,470 +"251981",119241,25345,3,152,713 +"251982",119241,26740,3,152,2695 +"251983",119241,28648,3,152,1586 +"251984",119241,30096,3,152,2082 +"251985",119241,32629,3,152,1789 +"251986",119241,33955,3,152,1178 +"251987",119241,34331,3,152,1727 +"251988",119241,36440,3,152,704 +"251989",119241,37178,3,152,166 +"251990",119241,41350,3,152,1935 +"251991",119241,41489,3,152,2006 +"251992",119241,43725,3,152,935 +"251993",119241,44744,3,152,2032 +"251994",119241,49142,3,152,2289 +"251995",119241,49379,3,152,1573 +"251996",119241,52654,2,152,588 +"251997",119241,56364,3,152,1626 +"251998",119241,59143,2,152,359 +"251999",119241,63329,3,152,639 +"252000",119241,64803,1,152,841 +"252001",119241,65700,3,152,200 +"252002",119241,68884,3,152,1011 +"252003",119241,69260,3,152,1698 +"252004",119241,71225,3,152,956 +"252005",119241,73629,3,152,1713 +"252006",119241,77167,2,152,836 +"252007",119241,78283,3,152,620 +"252008",119241,78393,3,152,874 +"252009",119241,80801,3,152,1250 +"252010",119241,80807,2,152,1597 +"252011",119241,82628,3,152,1784 +"252012",119241,83122,3,152,1503 +"252013",119241,84591,3,152,1685 +"252014",119241,85926,3,152,907 +"252015",119241,87733,3,152,235 +"252016",119241,87915,3,152,1152 +"252017",119241,101381,3,152,977 +"252018",119241,101666,3,152,1257 +"252019",119241,105435,3,152,684 +"252020",119363,733,2,42,1653 +"252021",119363,1469,3,42,1160 +"252022",119363,2063,2,42,1278 +"252023",119363,2743,3,42,1278 +"252024",119363,3167,3,42,1676 +"252025",119363,3242,2,42,1730 +"252026",119363,4191,3,42,2130 +"252027",119363,4226,3,42,1903 +"252028",119363,7245,3,42,2089 +"252029",119363,8533,3,42,2251 +"252030",119363,8621,3,42,1681 +"252031",119363,10404,3,42,2062 +"252032",119363,12374,3,42,2260 +"252033",119363,14189,3,42,1483 +"252034",119363,15118,3,42,1311 +"252035",119363,15389,3,42,143 +"252036",119363,15643,3,42,502 +"252037",119363,16164,3,42,1184 +"252038",119363,16313,3,42,1160 +"252039",119363,17357,3,42,1536 +"252040",119363,18415,3,42,2184 +"252041",119363,19516,3,42,2313 +"252042",119363,20319,3,42,468 +"252043",119363,20563,3,42,2267 +"252044",119363,20824,3,42,1366 +"252045",119363,21104,3,42,2327 +"252046",119363,21911,3,42,1184 +"252047",119363,23508,3,42,1907 +"252048",119363,23534,3,42,1659 +"252049",119363,24362,3,42,1287 +"252050",119363,26436,3,42,2489 +"252051",119363,26451,3,42,2133 +"252052",119363,26516,3,42,2479 +"252053",119363,26706,3,42,1846 +"252054",119363,27753,3,42,2750 +"252055",119363,27792,3,42,1308 +"252056",119363,28731,3,42,955 +"252057",119363,30438,3,42,1617 +"252058",119363,31243,3,42,1355 +"252059",119363,32811,3,42,804 +"252060",119363,34000,3,42,203 +"252061",119363,34136,2,42,2202 +"252062",119363,34492,3,42,1798 +"252063",119363,34596,3,42,527 +"252064",119363,37333,3,42,1612 +"252065",119363,37893,3,42,875 +"252066",119363,38449,3,42,1802 +"252067",119363,39190,3,42,989 +"252068",119363,45549,3,42,1322 +"252069",119363,45633,3,42,2134 +"252070",119363,45715,3,42,2287 +"252071",119363,48260,3,42,875 +"252072",119363,48698,3,42,1474 +"252073",119363,49189,3,42,1550 +"252074",119363,50667,3,42,2719 +"252075",119363,50976,3,42,547 +"252076",119363,51022,3,42,1499 +"252077",119363,51410,2,42,2739 +"252078",119363,51987,3,42,1397 +"252079",119363,52457,3,42,849 +"252080",119363,56171,3,42,1524 +"252081",119363,58035,3,42,1646 +"252082",119363,58133,2,42,1484 +"252083",119363,58221,3,42,1787 +"252084",119363,62957,3,42,1170 +"252085",119363,67009,2,42,179 +"252086",119363,73728,1,42,784 +"252087",119363,78256,3,42,804 +"252088",119363,82696,3,42,1305 +"252089",119363,82767,3,42,1641 +"252090",119363,83096,3,42,1061 +"252091",119363,94650,3,42,896 +"252092",119363,99020,3,42,1383 +"252093",119363,99103,2,42,1470 +"252094",119363,100134,3,42,977 +"252095",119363,102824,3,42,2944 +"252096",119363,103420,2,42,433 +"252097",119363,109383,3,42,952 +"252098",119363,114342,3,42,228 +"252099",119363,119444,2,42,888 +"252100",119444,733,2,888,1653 +"252101",119444,2063,2,888,1278 +"252102",119444,2429,3,888,999 +"252103",119444,2684,3,888,2874 +"252104",119444,2743,3,888,1278 +"252105",119444,3167,2,888,1676 +"252106",119444,4226,2,888,1903 +"252107",119444,4305,3,888,2374 +"252108",119444,6052,3,888,1985 +"252109",119444,6491,3,888,2424 +"252110",119444,9751,3,888,1397 +"252111",119444,12374,3,888,2260 +"252112",119444,15118,3,888,1311 +"252113",119444,15539,3,888,1929 +"252114",119444,16164,3,888,1184 +"252115",119444,20311,3,888,1981 +"252116",119444,20824,3,888,1366 +"252117",119444,21104,3,888,2327 +"252118",119444,22006,3,888,1202 +"252119",119444,23534,3,888,1659 +"252120",119444,26451,2,888,2133 +"252121",119444,26706,3,888,1846 +"252122",119444,27792,2,888,1308 +"252123",119444,28303,3,888,2089 +"252124",119444,29073,3,888,2328 +"252125",119444,29456,3,888,1182 +"252126",119444,34136,2,888,2202 +"252127",119444,36439,3,888,2469 +"252128",119444,43518,3,888,2680 +"252129",119444,48698,3,888,1474 +"252130",119444,49189,3,888,1550 +"252131",119444,50667,3,888,2719 +"252132",119444,51022,3,888,1499 +"252133",119444,56317,3,888,2030 +"252134",119444,58133,1,888,1484 +"252135",119444,58221,3,888,1787 +"252136",119444,58508,3,888,2326 +"252137",119444,62957,2,888,1170 +"252138",119444,63770,3,888,1324 +"252139",119444,79612,3,888,927 +"252140",119444,82696,3,888,1305 +"252141",119444,82767,3,888,1641 +"252142",119444,86245,3,888,1972 +"252143",119444,94650,3,888,896 +"252144",119444,99020,2,888,1383 +"252145",119444,99103,2,888,1470 +"252146",119444,102133,3,888,1165 +"252147",119444,108379,3,888,2933 +"252148",119463,25,3,160,2762 +"252149",119463,602,3,160,2632 +"252150",119463,762,2,160,2671 +"252151",119463,6982,3,160,2034 +"252152",119463,8060,2,160,1883 +"252153",119463,12703,3,160,2689 +"252154",119463,14072,3,160,1346 +"252155",119463,14103,3,160,2204 +"252156",119463,14972,3,160,2332 +"252157",119463,17381,2,160,1697 +"252158",119463,20980,3,160,816 +"252159",119463,22311,3,160,2034 +"252160",119463,28874,1,160,2329 +"252161",119463,41748,3,160,1480 +"252162",119463,48548,3,160,826 +"252163",119463,54715,3,160,499 +"252164",119463,62939,3,160,2574 +"252165",119463,87638,3,160,1114 +"252166",119463,99773,3,160,186 +"252167",119494,6119,3,641,2358 +"252168",119501,1015,3,390,1174 +"252169",119501,1026,3,390,493 +"252170",119501,1203,3,390,1350 +"252171",119501,1520,3,390,1716 +"252172",119501,1700,3,390,613 +"252173",119501,2429,3,390,999 +"252174",119501,2523,3,390,1691 +"252175",119501,2959,3,390,1785 +"252176",119501,4303,3,390,2414 +"252177",119501,4430,3,390,2019 +"252178",119501,4526,3,390,1728 +"252179",119501,4567,3,390,2348 +"252180",119501,4983,3,390,1909 +"252181",119501,7780,3,390,1920 +"252182",119501,7942,3,390,2623 +"252183",119501,8860,3,390,2141 +"252184",119501,8923,2,390,1266 +"252185",119501,9703,3,390,1845 +"252186",119501,10216,3,390,2476 +"252187",119501,12361,3,390,2732 +"252188",119501,12728,3,390,2374 +"252189",119501,15118,3,390,1311 +"252190",119501,17388,3,390,1023 +"252191",119501,17645,2,390,1918 +"252192",119501,18005,2,390,2449 +"252193",119501,19818,3,390,675 +"252194",119501,22166,2,390,994 +"252195",119501,24568,3,390,1937 +"252196",119501,26957,3,390,987 +"252197",119501,30974,3,390,947 +"252198",119501,31408,2,390,994 +"252199",119501,32549,3,390,2111 +"252200",119501,34094,2,390,1360 +"252201",119501,34742,3,390,1883 +"252202",119501,34908,3,390,2796 +"252203",119501,37351,3,390,978 +"252204",119501,38087,3,390,1083 +"252205",119501,40028,3,390,1349 +"252206",119501,44135,3,390,2620 +"252207",119501,44744,3,390,2032 +"252208",119501,45729,3,390,2606 +"252209",119501,45992,3,390,1182 +"252210",119501,46650,3,390,1330 +"252211",119501,46726,2,390,943 +"252212",119501,48698,3,390,1474 +"252213",119501,50996,2,390,929 +"252214",119501,52815,3,390,2323 +"252215",119501,55482,3,390,1866 +"252216",119501,55880,3,390,626 +"252217",119501,56082,3,390,2395 +"252218",119501,60258,3,390,2405 +"252219",119501,62268,3,390,413 +"252220",119501,62668,1,390,958 +"252221",119501,63409,3,390,1937 +"252222",119501,64947,3,390,2489 +"252223",119501,65223,3,390,2724 +"252224",119501,67617,3,390,1149 +"252225",119501,71219,3,390,967 +"252226",119501,71531,3,390,2887 +"252227",119501,72986,3,390,1055 +"252228",119501,81077,3,390,498 +"252229",119501,93332,3,390,982 +"252230",119501,96310,3,390,1016 +"252231",119501,103890,3,390,958 +"252232",119501,114611,3,390,694 +"252233",119524,3271,3,1930,2216 +"252234",119524,16437,3,1930,1956 +"252235",119524,19934,3,1930,2888 +"252236",119524,21670,3,1930,2158 +"252237",119524,27280,2,1930,1965 +"252238",119524,27391,3,1930,2378 +"252239",119524,37752,2,1930,2223 +"252240",119524,40623,3,1930,2580 +"252241",119524,53051,3,1930,1940 +"252242",119524,59039,3,1930,2870 +"252243",119524,64967,3,1930,2872 +"252244",119524,65188,2,1930,2213 +"252245",119524,90745,3,1930,1994 +"252246",119564,499,2,336,1931 +"252247",119564,543,3,336,2203 +"252248",119564,602,3,336,2632 +"252249",119564,1046,3,336,1881 +"252250",119564,1777,3,336,1965 +"252251",119564,2036,3,336,2483 +"252252",119564,2063,3,336,1278 +"252253",119564,2743,3,336,1278 +"252254",119564,2754,3,336,1360 +"252255",119564,3171,3,336,700 +"252256",119564,3242,3,336,1730 +"252257",119564,3255,3,336,2504 +"252258",119564,3460,3,336,2530 +"252259",119564,3830,3,336,1661 +"252260",119564,4191,2,336,2130 +"252261",119564,4618,3,336,2607 +"252262",119564,4723,3,336,1314 +"252263",119564,4980,3,336,2093 +"252264",119564,5462,3,336,2374 +"252265",119564,5504,3,336,2389 +"252266",119564,5725,3,336,2789 +"252267",119564,6942,2,336,1232 +"252268",119564,8772,3,336,847 +"252269",119564,9311,3,336,2477 +"252270",119564,10843,3,336,2277 +"252271",119564,13724,3,336,1573 +"252272",119564,14422,3,336,1548 +"252273",119564,15453,2,336,1688 +"252274",119564,15643,3,336,502 +"252275",119564,17133,3,336,924 +"252276",119564,17357,2,336,1536 +"252277",119564,18393,3,336,860 +"252278",119564,19453,3,336,1928 +"252279",119564,19963,3,336,810 +"252280",119564,20494,2,336,1075 +"252281",119564,20563,3,336,2267 +"252282",119564,21448,3,336,2332 +"252283",119564,22311,3,336,2034 +"252284",119564,23506,3,336,1172 +"252285",119564,24286,3,336,1280 +"252286",119564,25341,3,336,1858 +"252287",119564,25643,2,336,1646 +"252288",119564,26218,3,336,2460 +"252289",119564,26282,3,336,1241 +"252290",119564,27478,3,336,2485 +"252291",119564,27792,3,336,1308 +"252292",119564,28434,3,336,1141 +"252293",119564,28731,3,336,955 +"252294",119564,29170,3,336,1846 +"252295",119564,29683,3,336,2025 +"252296",119564,30325,3,336,1067 +"252297",119564,31799,3,336,2547 +"252298",119564,32606,3,336,2100 +"252299",119564,32811,3,336,804 +"252300",119564,33010,3,336,2189 +"252301",119564,33241,3,336,632 +"252302",119564,33356,2,336,1586 +"252303",119564,33433,3,336,2805 +"252304",119564,34492,3,336,1798 +"252305",119564,35256,3,336,2271 +"252306",119564,36439,3,336,2469 +"252307",119564,38048,3,336,867 +"252308",119564,38755,2,336,2902 +"252309",119564,39627,3,336,546 +"252310",119564,40293,1,336,1671 +"252311",119564,41021,3,336,978 +"252312",119564,41278,3,336,1873 +"252313",119564,41747,3,336,1722 +"252314",119564,42642,3,336,2257 +"252315",119564,44502,2,336,484 +"252316",119564,47583,3,336,817 +"252317",119564,47857,3,336,2325 +"252318",119564,48238,3,336,1194 +"252319",119564,50976,3,336,547 +"252320",119564,51022,3,336,1499 +"252321",119564,51410,3,336,2739 +"252322",119564,53031,3,336,2065 +"252323",119564,55324,3,336,1544 +"252324",119564,57337,2,336,1443 +"252325",119564,57950,3,336,1529 +"252326",119564,58035,2,336,1646 +"252327",119564,58133,3,336,1484 +"252328",119564,59786,3,336,605 +"252329",119564,60386,3,336,1322 +"252330",119564,64031,3,336,1295 +"252331",119564,65316,2,336,1020 +"252332",119564,66726,2,336,2068 +"252333",119564,75168,3,336,699 +"252334",119564,78256,3,336,804 +"252335",119564,79612,1,336,927 +"252336",119564,80471,3,336,538 +"252337",119564,81586,2,336,877 +"252338",119564,82767,2,336,1641 +"252339",119564,86664,3,336,1146 +"252340",119564,90608,3,336,590 +"252341",119564,90837,3,336,825 +"252342",119564,94835,2,336,555 +"252343",119564,100532,2,336,859 +"252344",119564,107318,3,336,1963 +"252345",119564,109571,3,336,797 +"252346",119564,120396,3,336,561 +"252347",119564,121514,2,336,645 +"252348",119610,11351,3,2707,2971 +"252349",119680,44473,3,303,1685 +"252350",119680,91435,3,303,933 +"252351",119680,91465,3,303,1047 +"252352",119799,1367,3,250,2176 +"252353",119799,7245,2,250,2089 +"252354",119799,8533,3,250,2251 +"252355",119799,18415,3,250,2184 +"252356",119799,20563,3,250,2267 +"252357",119799,23736,3,250,571 +"252358",119799,31050,3,250,1491 +"252359",119799,45549,3,250,1322 +"252360",119799,45633,3,250,2134 +"252361",119799,49144,3,250,1542 +"252362",119799,65691,3,250,2134 +"252363",119799,82426,3,250,1576 +"252364",119820,937,3,296,408 +"252365",119820,1127,2,296,1188 +"252366",119820,1130,2,296,1566 +"252367",119820,2269,3,296,984 +"252368",119820,2300,2,296,565 +"252369",119820,2325,2,296,1641 +"252370",119820,3966,3,296,2425 +"252371",119820,7861,3,296,1647 +"252372",119820,11208,3,296,1161 +"252373",119820,21138,3,296,2849 +"252374",119820,25129,3,296,2647 +"252375",119820,25341,3,296,1858 +"252376",119820,26282,2,296,1241 +"252377",119820,26766,2,296,1161 +"252378",119820,34509,2,296,1973 +"252379",119820,53433,3,296,1187 +"252380",119820,58035,3,296,1646 +"252381",119820,67216,2,296,984 +"252382",119820,70605,3,296,1176 +"252383",119820,71618,1,296,2960 +"252384",119820,81482,2,296,908 +"252385",119820,88347,3,296,793 +"252386",119820,93753,3,296,408 +"252387",119820,94850,3,296,408 +"252388",119859,5716,3,908,1058 +"252389",119859,5984,3,908,1675 +"252390",119859,5986,3,908,1721 +"252391",119859,6417,2,908,1675 +"252392",119859,11218,3,908,2292 +"252393",119859,11540,3,908,1237 +"252394",119859,12042,3,908,2345 +"252395",119859,16120,3,908,1237 +"252396",119859,16352,3,908,2657 +"252397",119859,17997,3,908,1621 +"252398",119859,18874,3,908,2170 +"252399",119859,21138,3,908,2849 +"252400",119859,23159,3,908,1548 +"252401",119859,24146,3,908,2003 +"252402",119859,28002,3,908,914 +"252403",119859,35529,3,908,1620 +"252404",119859,36962,3,908,2861 +"252405",119859,37333,3,908,1612 +"252406",119859,40432,3,908,1956 +"252407",119859,47386,3,908,2226 +"252408",119859,51017,3,908,2073 +"252409",119859,53134,3,908,1590 +"252410",119859,54020,3,908,1578 +"252411",119859,54929,3,908,2783 +"252412",119859,57977,3,908,2683 +"252413",119859,100140,3,908,1041 +"252414",119921,237,3,1113,1982 +"252415",119921,2226,3,1113,2225 +"252416",119921,3127,3,1113,2273 +"252417",119921,3271,3,1113,2216 +"252418",119921,3456,3,1113,1999 +"252419",119921,4526,3,1113,1728 +"252420",119921,4932,3,1113,2752 +"252421",119921,4983,3,1113,1909 +"252422",119921,5363,3,1113,1791 +"252423",119921,6821,3,1113,1788 +"252424",119921,10215,3,1113,2006 +"252425",119921,10373,3,1113,2436 +"252426",119921,11136,3,1113,2573 +"252427",119921,13842,3,1113,2250 +"252428",119921,15462,3,1113,1141 +"252429",119921,16437,3,1113,1956 +"252430",119921,18381,3,1113,1524 +"252431",119921,19165,3,1113,2436 +"252432",119921,19231,3,1113,1424 +"252433",119921,19655,3,1113,2706 +"252434",119921,19751,3,1113,1630 +"252435",119921,19934,3,1113,2888 +"252436",119921,21670,2,1113,2158 +"252437",119921,25378,3,1113,1245 +"252438",119921,27280,2,1113,1965 +"252439",119921,27391,3,1113,2378 +"252440",119921,27722,2,1113,1266 +"252441",119921,28051,3,1113,2089 +"252442",119921,30891,1,1113,1256 +"252443",119921,35787,3,1113,1132 +"252444",119921,35822,2,1113,1903 +"252445",119921,37752,2,1113,2223 +"252446",119921,38259,3,1113,2258 +"252447",119921,40623,2,1113,2580 +"252448",119921,41969,3,1113,2189 +"252449",119921,45138,3,1113,2516 +"252450",119921,47385,3,1113,1172 +"252451",119921,52154,3,1113,1722 +"252452",119921,53051,3,1113,1940 +"252453",119921,55817,3,1113,2285 +"252454",119921,58829,1,1113,1256 +"252455",119921,59039,3,1113,2870 +"252456",119921,59485,3,1113,1564 +"252457",119921,61723,3,1113,1262 +"252458",119921,64181,3,1113,1828 +"252459",119921,64967,3,1113,2872 +"252460",119921,65188,2,1113,2213 +"252461",119921,70070,3,1113,2425 +"252462",119921,74795,2,1113,1319 +"252463",119921,79432,3,1113,1708 +"252464",119921,90745,3,1113,1994 +"252465",119921,94625,3,1113,2105 +"252466",119921,119524,2,1113,1930 +"252467",119923,12356,3,1901,2757 +"252468",119923,16539,3,1901,1947 +"252469",119923,17351,3,1901,2036 +"252470",119923,36609,2,1901,2918 +"252471",119923,45618,3,1901,2356 +"252472",119931,8896,2,123,1139 +"252473",119931,18820,2,123,453 +"252474",119931,18821,2,123,2075 +"252475",119931,19048,3,123,2180 +"252476",119931,19397,3,123,2182 +"252477",119931,33460,3,123,2781 +"252478",119931,77174,3,123,747 +"252479",119931,87396,1,123,407 +"252480",119978,23015,3,815,1362 +"252481",119978,28904,3,815,926 +"252482",119978,38532,3,815,1234 +"252483",119978,39746,3,815,1361 +"252484",119978,39999,2,815,1593 +"252485",119978,43204,3,815,1680 +"252486",119978,44564,3,815,2034 +"252487",119978,45869,3,815,2840 +"252488",119978,54775,3,815,2383 +"252489",119978,59627,3,815,1466 +"252490",119978,62089,3,815,929 +"252491",119978,66978,2,815,1536 +"252492",119978,111855,2,815,1909 +"252493",119991,1147,3,310,1999 +"252494",119991,8913,3,310,968 +"252495",119991,15401,3,310,1999 +"252496",119991,16801,3,310,2008 +"252497",119991,17934,3,310,1059 +"252498",119991,32988,3,310,2008 +"252499",119991,38219,3,310,1689 +"252500",119991,40645,3,310,1899 +"252501",119991,42505,3,310,2008 +"252502",119991,45959,3,310,1880 +"252503",119991,58164,3,310,2398 +"252504",119991,65155,3,310,1947 +"252505",119991,65203,3,310,1597 +"252506",119991,65322,3,310,2008 +"252507",119991,78150,1,310,2581 +"252508",119991,85875,3,310,957 +"252509",119991,96352,2,310,1493 +"252510",119991,97160,3,310,1215 +"252511",119998,2269,3,787,984 +"252512",119998,11208,3,787,1161 +"252513",119998,70605,3,787,1176 +"252514",119998,81482,3,787,908 +"252515",119998,88347,2,787,793 +"252516",120112,2063,3,954,1278 +"252517",120112,21911,3,954,1184 +"252518",120112,28731,3,954,955 +"252519",120112,30438,3,954,1617 +"252520",120112,34492,3,954,1798 +"252521",120112,45715,2,954,2287 +"252522",120112,51410,3,954,2739 +"252523",120112,51987,3,954,1397 +"252524",120112,82454,2,954,1266 +"252525",120112,88860,3,954,1014 +"252526",120153,11229,3,413,1625 +"252527",120153,38019,3,413,1870 +"252528",120153,39238,3,413,922 +"252529",120363,900,3,322,2726 +"252530",120363,4916,3,322,1970 +"252531",120363,5826,3,322,411 +"252532",120363,6160,3,322,969 +"252533",120363,6821,3,322,1788 +"252534",120363,10129,3,322,2124 +"252535",120363,10223,3,322,1033 +"252536",120363,10911,3,322,536 +"252537",120363,13068,2,322,1778 +"252538",120363,13720,3,322,1558 +"252539",120363,16437,3,322,1956 +"252540",120363,17687,3,322,593 +"252541",120363,19934,3,322,2888 +"252542",120363,20176,3,322,1050 +"252543",120363,21535,3,322,404 +"252544",120363,23015,3,322,1362 +"252545",120363,23224,3,322,2372 +"252546",120363,23591,2,322,2831 +"252547",120363,25378,3,322,1245 +"252548",120363,27722,2,322,1266 +"252549",120363,28446,3,322,917 +"252550",120363,33665,3,322,787 +"252551",120363,37752,3,322,2223 +"252552",120363,38373,3,322,1928 +"252553",120363,39443,3,322,2277 +"252554",120363,42756,3,322,1384 +"252555",120363,45480,3,322,1104 +"252556",120363,47148,3,322,569 +"252557",120363,47968,2,322,2829 +"252558",120363,49201,3,322,936 +"252559",120363,52879,3,322,777 +"252560",120363,58015,3,322,899 +"252561",120363,65242,3,322,1988 +"252562",120363,84447,3,322,1006 +"252563",120396,250,3,561,954 +"252564",120396,499,3,561,1931 +"252565",120396,15453,3,561,1688 +"252566",120396,20494,3,561,1075 +"252567",120396,25462,3,561,2653 +"252568",120396,26218,2,561,2460 +"252569",120396,33356,3,561,1586 +"252570",120396,38755,3,561,2902 +"252571",120396,39657,3,561,1947 +"252572",120396,40293,3,561,1671 +"252573",120396,57337,3,561,1443 +"252574",120396,65316,3,561,1020 +"252575",120396,66726,3,561,2068 +"252576",120396,79612,2,561,927 +"252577",120396,81586,3,561,877 +"252578",120396,88953,3,561,1106 +"252579",120396,100532,3,561,859 +"252580",120475,6162,3,127,1673 +"252581",120475,9579,3,127,2105 +"252582",120475,15626,3,127,2434 +"252583",120475,18393,3,127,860 +"252584",120475,24286,3,127,1280 +"252585",120475,26408,3,127,1545 +"252586",120475,27261,2,127,1368 +"252587",120475,28545,3,127,552 +"252588",120475,33241,3,127,632 +"252589",120475,33356,3,127,1586 +"252590",120475,33433,3,127,2805 +"252591",120475,49980,3,127,153 +"252592",120475,53342,3,127,2071 +"252593",120475,54879,3,127,2210 +"252594",120475,69091,3,127,1267 +"252595",120475,76470,3,127,887 +"252596",120549,270,3,708,2542 +"252597",120549,1124,3,708,1596 +"252598",120549,1154,3,708,1656 +"252599",120549,2111,3,708,1904 +"252600",120549,2819,3,708,1743 +"252601",120549,4226,3,708,1903 +"252602",120549,5971,2,708,1985 +"252603",120549,6222,3,708,1949 +"252604",120549,6264,3,708,749 +"252605",120549,6491,3,708,2424 +"252606",120549,6588,2,708,2025 +"252607",120549,6718,3,708,2138 +"252608",120549,7555,3,708,1943 +"252609",120549,8866,3,708,1545 +"252610",120549,8888,3,708,1328 +"252611",120549,10488,3,708,1524 +"252612",120549,10523,3,708,1510 +"252613",120549,10576,3,708,974 +"252614",120549,11229,3,708,1625 +"252615",120549,12374,3,708,2260 +"252616",120549,13248,3,708,1385 +"252617",120549,15118,3,708,1311 +"252618",120549,15135,3,708,1035 +"252619",120549,15700,3,708,1712 +"252620",120549,16352,3,708,2657 +"252621",120549,17400,3,708,2231 +"252622",120549,18361,3,708,2968 +"252623",120549,18394,3,708,2356 +"252624",120549,20311,3,708,1981 +"252625",120549,22197,3,708,2271 +"252626",120549,23492,3,708,1067 +"252627",120549,23725,3,708,2378 +"252628",120549,24559,3,708,946 +"252629",120549,26451,2,708,2133 +"252630",120549,26848,3,708,2363 +"252631",120549,26867,3,708,1804 +"252632",120549,27744,3,708,861 +"252633",120549,27792,2,708,1308 +"252634",120549,30325,3,708,1067 +"252635",120549,30405,3,708,2164 +"252636",120549,30943,3,708,2287 +"252637",120549,32131,3,708,1035 +"252638",120549,32811,3,708,804 +"252639",120549,35673,3,708,1067 +"252640",120549,37893,3,708,875 +"252641",120549,39865,3,708,849 +"252642",120549,40028,2,708,1349 +"252643",120549,40072,3,708,1182 +"252644",120549,42687,3,708,1952 +"252645",120549,43213,3,708,2160 +"252646",120549,43518,3,708,2680 +"252647",120549,44521,3,708,1593 +"252648",120549,46629,3,708,2255 +"252649",120549,48260,3,708,875 +"252650",120549,50236,2,708,2339 +"252651",120549,52136,3,708,1412 +"252652",120549,52345,3,708,1430 +"252653",120549,53303,3,708,1376 +"252654",120549,54551,3,708,2348 +"252655",120549,56082,2,708,2395 +"252656",120549,56237,3,708,2625 +"252657",120549,58133,3,708,1484 +"252658",120549,59939,3,708,936 +"252659",120549,65884,3,708,798 +"252660",120549,72188,3,708,856 +"252661",120549,72207,3,708,2430 +"252662",120549,72326,2,708,2384 +"252663",120549,75403,3,708,1895 +"252664",120549,78256,3,708,804 +"252665",120549,87048,3,708,989 +"252666",120549,91912,2,708,790 +"252667",120549,94650,3,708,896 +"252668",120549,109718,3,708,1237 +"252669",120549,111971,3,708,1032 +"252670",120585,2269,3,961,984 +"252671",120585,2765,3,961,2321 +"252672",120585,4567,3,961,2348 +"252673",120585,7861,2,961,1647 +"252674",120585,11208,3,961,1161 +"252675",120585,17645,3,961,1918 +"252676",120585,22543,3,961,1594 +"252677",120585,22714,3,961,2793 +"252678",120585,27686,3,961,2844 +"252679",120585,29116,3,961,2128 +"252680",120585,30744,3,961,1398 +"252681",120585,34509,3,961,1973 +"252682",120585,42474,3,961,2322 +"252683",120585,69250,3,961,1439 +"252684",120632,44193,3,222,989 +"252685",120632,97742,2,222,322 +"252686",120712,13311,3,173,2315 +"252687",120712,27104,2,173,1608 +"252688",120712,76356,3,173,2323 +"252689",120712,76905,3,173,298 +"252690",120712,77883,2,173,871 +"252691",120720,25341,3,1614,1858 +"252692",120720,36574,3,1614,2934 +"252693",120720,49660,3,1614,2739 +"252694",120720,89826,3,1614,2033 +"252695",120828,860,3,958,1258 +"252696",120828,7337,3,958,1797 +"252697",120828,9332,3,958,2734 +"252698",120828,13068,3,958,1778 +"252699",120828,16502,3,958,1616 +"252700",120828,22586,3,958,1341 +"252701",120828,23597,3,958,1080 +"252702",120828,43027,2,958,1277 +"252703",120828,49712,2,958,1937 +"252704",120861,2865,3,488,2006 +"252705",120861,3863,3,488,856 +"252706",120861,32113,3,488,882 +"252707",120962,17061,3,1736,2385 +"252708",120996,60261,3,73,1943 +"252709",120996,66618,3,73,2381 +"252710",120996,85775,3,73,2781 +"252711",120996,100690,3,73,2829 +"252712",120996,100702,3,73,215 +"252713",120996,117764,1,73,2781 +"252714",121133,782,3,152,945 +"252715",121133,2852,3,152,2448 +"252716",121133,4361,3,152,2571 +"252717",121133,4612,3,152,2804 +"252718",121133,4669,3,152,2395 +"252719",121133,5897,3,152,2337 +"252720",121133,7785,3,152,2441 +"252721",121133,16715,3,152,1218 +"252722",121133,16864,3,152,814 +"252723",121133,18978,2,152,952 +"252724",121133,22945,3,152,237 +"252725",121133,26551,3,152,652 +"252726",121133,27742,2,152,2700 +"252727",121133,27914,3,152,2507 +"252728",121133,28440,3,152,675 +"252729",121133,30525,3,152,1964 +"252730",121133,32532,3,152,2338 +"252731",121133,32560,2,152,1258 +"252732",121133,32651,3,152,877 +"252733",121133,33341,3,152,2338 +"252734",121133,33681,3,152,1059 +"252735",121133,33870,2,152,955 +"252736",121133,41023,3,152,2408 +"252737",121133,45869,3,152,2840 +"252738",121133,58655,3,152,2685 +"252739",121133,85396,3,152,1131 +"252740",121133,91849,1,152,1166 +"252741",121133,101453,3,152,454 +"252742",121133,111193,3,152,429 +"252743",121133,115021,3,152,1226 +"252744",121173,11728,3,829,1121 +"252745",121173,15978,3,829,981 +"252746",121173,28094,2,829,1423 +"252747",121173,30609,3,829,988 +"252748",121173,35446,3,829,1203 +"252749",121173,38333,3,829,1365 +"252750",121173,59438,3,829,2400 +"252751",121173,60879,3,829,2792 +"252752",121173,66527,3,829,961 +"252753",121173,71455,3,829,1702 +"252754",121185,160,3,533,2007 +"252755",121185,798,2,533,2476 +"252756",121185,3564,3,533,2717 +"252757",121185,5106,3,533,2622 +"252758",121185,10210,3,533,1905 +"252759",121185,35004,3,533,1509 +"252760",121185,35477,3,533,2703 +"252761",121185,35715,2,533,2912 +"252762",121185,40819,2,533,1556 +"252763",121185,47968,3,533,2829 +"252764",121185,48238,3,533,1194 +"252765",121185,68345,3,533,1095 +"252766",121185,80606,3,533,2079 +"252767",121234,1676,3,213,1198 +"252768",121234,3265,3,213,214 +"252769",121234,3352,3,213,1707 +"252770",121234,3583,3,213,818 +"252771",121234,5376,1,213,288 +"252772",121234,5504,3,213,2389 +"252773",121234,8888,3,213,1328 +"252774",121234,10709,2,213,746 +"252775",121234,11127,3,213,1196 +"252776",121234,12374,3,213,2260 +"252777",121234,13699,3,213,1355 +"252778",121234,16497,3,213,2370 +"252779",121234,16587,2,213,2065 +"252780",121234,18554,3,213,2065 +"252781",121234,18615,3,213,1025 +"252782",121234,19183,3,213,1257 +"252783",121234,22050,3,213,966 +"252784",121234,26608,3,213,2329 +"252785",121234,27260,3,213,878 +"252786",121234,27339,2,213,486 +"252787",121234,29864,3,213,2479 +"252788",121234,32017,3,213,577 +"252789",121234,35610,3,213,594 +"252790",121234,37758,3,213,1998 +"252791",121234,37800,3,213,604 +"252792",121234,37873,3,213,1288 +"252793",121234,39444,3,213,2695 +"252794",121234,39865,3,213,849 +"252795",121234,40072,3,213,1182 +"252796",121234,43135,3,213,1171 +"252797",121234,44068,3,213,1056 +"252798",121234,53134,3,213,1590 +"252799",121234,55556,3,213,2075 +"252800",121234,59939,3,213,936 +"252801",121234,63078,3,213,602 +"252802",121234,63568,3,213,570 +"252803",121234,71478,3,213,1721 +"252804",121234,77424,3,213,1489 +"252805",121234,86331,3,213,850 +"252806",121234,90860,3,213,851 +"252807",121234,91912,3,213,790 +"252808",121234,93933,3,213,1336 +"252809",121234,101986,2,213,813 +"252810",121234,109521,1,213,609 +"252811",121234,116478,2,213,293 +"252812",121291,3628,3,1955,2707 +"252813",121291,5839,3,1955,2301 +"252814",121291,32503,2,1955,2020 +"252815",121291,40931,3,1955,2301 +"252816",121291,43173,3,1955,2895 +"252817",121291,60116,3,1955,2668 +"252818",121291,81221,3,1955,2285 +"252819",121319,4889,3,657,1501 +"252820",121319,4953,3,657,2285 +"252821",121319,21029,3,657,1943 +"252822",121319,28296,3,657,2944 +"252823",121319,34945,3,657,1298 +"252824",121319,63442,3,657,1965 +"252825",121319,88955,3,657,795 +"252826",121361,13136,3,1328,2867 +"252827",121361,64110,3,1328,1331 +"252828",121361,75537,1,1328,1331 +"252829",121415,5971,3,1455,1985 +"252830",121415,6718,3,1455,2138 +"252831",121415,9364,3,1455,1698 +"252832",121415,18394,3,1455,2356 +"252833",121415,30405,3,1455,2164 +"252834",121422,307,3,850,2530 +"252835",121422,1124,3,850,1596 +"252836",121422,4701,2,850,2401 +"252837",121422,4790,3,850,1025 +"252838",121422,4791,2,850,1184 +"252839",121422,7555,3,850,1943 +"252840",121422,10148,3,850,2964 +"252841",121422,11620,3,850,2010 +"252842",121422,12728,3,850,2374 +"252843",121422,15005,2,850,1415 +"252844",121422,15539,3,850,1929 +"252845",121422,16313,3,850,1160 +"252846",121422,18393,3,850,860 +"252847",121422,20311,2,850,1981 +"252848",121422,21197,3,850,1437 +"252849",121422,21198,3,850,935 +"252850",121422,22006,3,850,1202 +"252851",121422,23508,2,850,1907 +"252852",121422,23509,3,850,2275 +"252853",121422,24005,3,850,1188 +"252854",121422,26451,3,850,2133 +"252855",121422,27849,1,850,1316 +"252856",121422,29929,3,850,2789 +"252857",121422,31530,3,850,1661 +"252858",121422,31691,3,850,1657 +"252859",121422,32601,3,850,1033 +"252860",121422,33801,3,850,2899 +"252861",121422,35095,3,850,1502 +"252862",121422,37333,3,850,1612 +"252863",121422,42618,3,850,2316 +"252864",121422,43051,2,850,904 +"252865",121422,43385,3,850,1623 +"252866",121422,51810,3,850,1401 +"252867",121422,55468,2,850,2511 +"252868",121422,58652,3,850,1437 +"252869",121422,66860,3,850,1548 +"252870",121422,72207,3,850,2430 +"252871",121422,75948,3,850,1006 +"252872",121422,81588,3,850,1568 +"252873",121422,82426,3,850,1576 +"252874",121422,83096,3,850,1061 +"252875",121422,90573,3,850,878 +"252876",121422,98781,3,850,1410 +"252877",121459,2802,3,220,1836 +"252878",121459,6078,3,220,498 +"252879",121459,6562,3,220,1139 +"252880",121459,16361,3,220,1641 +"252881",121459,16593,3,220,1139 +"252882",121459,22571,3,220,655 +"252883",121459,24104,3,220,817 +"252884",121459,24116,3,220,1413 +"252885",121459,25886,2,220,1580 +"252886",121459,29556,3,220,907 +"252887",121459,39697,3,220,669 +"252888",121459,50941,3,220,481 +"252889",121459,58356,3,220,222 +"252890",121459,65223,3,220,2724 +"252891",121459,67763,3,220,822 +"252892",121514,499,3,645,1931 +"252893",121514,602,3,645,2632 +"252894",121514,3171,3,645,700 +"252895",121514,3460,3,645,2530 +"252896",121514,6942,3,645,1232 +"252897",121514,13724,3,645,1573 +"252898",121514,14422,3,645,1548 +"252899",121514,15453,2,645,1688 +"252900",121514,20494,3,645,1075 +"252901",121514,22311,3,645,2034 +"252902",121514,33356,3,645,1586 +"252903",121514,38755,3,645,2902 +"252904",121514,40293,3,645,1671 +"252905",121514,42642,3,645,2257 +"252906",121514,57337,3,645,1443 +"252907",121514,60386,3,645,1322 +"252908",121514,65316,3,645,1020 +"252909",121514,66726,3,645,2068 +"252910",121514,79612,2,645,927 +"252911",121514,81586,3,645,877 +"252912",121514,100532,2,645,859 +"252913",121650,9331,3,890,2269 +"252914",121650,10576,3,890,974 +"252915",121650,22143,3,890,1332 +"252916",121826,2524,2,536,1708 +"252917",121826,10875,3,536,1234 +"252918",121826,13920,3,536,1709 +"252919",121826,18965,3,536,2315 +"252920",121826,28357,3,536,1134 +"252921",121826,53924,3,536,1289 +"252922",121943,10474,3,475,1608 +"252923",121943,29224,3,475,2011 +"252924",121943,29923,1,475,626 +"252925",121943,67521,3,475,545 +"252926",121943,81674,3,475,499 +"252927",121973,1214,3,1523,2050 +"252928",122107,66580,3,968,2731 +"252929",122406,41180,3,691,1556 +"252930",122406,89441,1,691,2018 +"252931",122448,4791,3,90,1184 +"252932",122448,11540,2,90,1237 +"252933",122448,11576,3,90,808 +"252934",122448,15872,2,90,1551 +"252935",122448,16120,3,90,1237 +"252936",122448,16826,3,90,2599 +"252937",122448,21138,2,90,2849 +"252938",122448,22639,3,90,2352 +"252939",122448,29124,3,90,199 +"252940",122448,30906,3,90,2537 +"252941",122448,32017,3,90,577 +"252942",122448,36714,3,90,2209 +"252943",122448,41174,3,90,850 +"252944",122448,47715,3,90,2111 +"252945",122448,51017,3,90,2073 +"252946",122448,73136,2,90,328 +"252947",122448,74731,2,90,853 +"252948",122448,77714,2,90,213 +"252949",122448,82907,3,90,207 +"252950",122448,87148,1,90,397 +"252951",122448,87692,2,90,775 +"252952",122448,90802,3,90,877 +"252953",122448,97928,3,90,2416 +"252954",122448,99444,3,90,408 +"252955",122448,101395,2,90,891 +"252956",122448,104084,2,90,579 +"252957",122448,114865,2,90,544 +"252958",122448,114937,3,90,327 +"252959",122453,2747,3,1591,2411 +"252960",122453,4660,3,1591,2149 +"252961",122453,5599,3,1591,1684 +"252962",122453,18421,3,1591,2457 +"252963",122453,63641,3,1591,2337 +"252964",122453,66677,3,1591,2151 +"252965",122453,66717,3,1591,2104 +"252966",122453,73107,3,1591,1918 +"252967",122658,26450,3,1648,1709 +"252968",122658,35797,3,1648,2482 +"252969",122658,41694,1,1648,2358 +"252970",122658,55482,2,1648,1866 +"252971",122658,62712,3,1648,2884 +"252972",122658,66994,3,1648,1865 +"252973",122909,2057,2,1198,1965 +"252974",122909,6697,3,1198,2438 +"252975",122909,29997,3,1198,1789 +"252976",122909,32606,3,1198,2100 +"252977",122909,65856,3,1198,2504 +"252978",122938,3158,3,1023,2762 +"252979",122938,4634,3,1023,2291 +"252980",122938,8463,3,1023,2466 +"252981",122938,10701,3,1023,2000 +"252982",122938,12966,2,1023,2011 +"252983",122938,14490,3,1023,2291 +"252984",122938,14957,3,1023,2306 +"252985",122938,15782,3,1023,2306 +"252986",122938,16963,2,1023,1999 +"252987",122938,17695,3,1023,1930 +"252988",122938,22357,3,1023,1397 +"252989",122938,26597,3,1023,2070 +"252990",122938,41350,3,1023,1935 +"252991",122938,42390,3,1023,2937 +"252992",122938,43701,3,1023,2400 +"252993",122938,44132,3,1023,1999 +"252994",122938,49142,2,1023,2289 +"252995",122938,51505,2,1023,1572 +"252996",122938,52386,3,1023,1830 +"252997",122938,69260,2,1023,1698 +"252998",122938,84235,3,1023,1639 +"252999",122938,96332,2,1023,1197 +"253000",123022,29990,2,904,1168 +"253001",123022,40988,3,904,2793 +"253002",123022,63905,1,904,1094 +"253003",123037,5615,3,498,1105 +"253004",123037,12388,3,498,1975 +"253005",123037,55580,3,498,1942 +"253006",123211,4784,3,405,2511 +"253007",123211,9740,3,405,2233 +"253008",123211,11270,3,405,1011 +"253009",123211,13595,3,405,1164 +"253010",123211,45297,3,405,1864 +"253011",123211,67289,3,405,829 +"253012",123211,69732,1,405,732 +"253013",123211,76842,2,405,1518 +"253014",123211,78843,2,405,1524 +"253015",123211,82740,3,405,579 +"253016",123223,1469,3,408,1160 +"253017",123223,2300,3,408,565 +"253018",123223,2743,3,408,1278 +"253019",123223,3242,3,408,1730 +"253020",123223,4084,3,408,2133 +"253021",123223,4191,3,408,2130 +"253022",123223,4980,3,408,2093 +"253023",123223,6740,3,408,2699 +"253024",123223,9607,3,408,2021 +"253025",123223,10130,2,408,2741 +"253026",123223,19516,3,408,2313 +"253027",123223,20563,3,408,2267 +"253028",123223,23506,3,408,1172 +"253029",123223,25129,3,408,2647 +"253030",123223,25643,3,408,1646 +"253031",123223,28731,3,408,955 +"253032",123223,31050,3,408,1491 +"253033",123223,34492,3,408,1798 +"253034",123223,34509,3,408,1973 +"253035",123223,40293,3,408,1671 +"253036",123223,45343,2,408,2360 +"253037",123223,50976,3,408,547 +"253038",123223,51022,3,408,1499 +"253039",123223,51410,2,408,2739 +"253040",123223,51987,3,408,1397 +"253041",123223,54158,3,408,1756 +"253042",123223,56171,3,408,1524 +"253043",123223,58035,3,408,1646 +"253044",123336,1428,3,225,742 +"253045",123336,2591,3,225,1949 +"253046",123336,5785,2,225,1261 +"253047",123336,6577,3,225,1951 +"253048",123336,14482,2,225,1573 +"253049",123336,17716,3,225,915 +"253050",123336,19621,3,225,725 +"253051",123336,21911,3,225,1184 +"253052",123336,25950,3,225,1618 +"253053",123336,28130,2,225,908 +"253054",123336,28131,3,225,1492 +"253055",123336,28731,3,225,955 +"253056",123336,30883,3,225,1629 +"253057",123336,31243,2,225,1355 +"253058",123336,35286,3,225,395 +"253059",123336,42747,3,225,1189 +"253060",123336,44921,3,225,550 +"253061",123336,50487,3,225,744 +"253062",123336,51616,3,225,761 +"253063",123336,53604,3,225,2489 +"253064",123336,54522,3,225,699 +"253065",123336,57150,3,225,1196 +"253066",123336,64502,3,225,1670 +"253067",123336,79371,3,225,1624 +"253068",123349,1691,3,901,1941 +"253069",123349,2166,3,901,2557 +"253070",123349,2208,3,901,2814 +"253071",123349,2269,3,901,984 +"253072",123349,6914,3,901,2668 +"253073",123349,10222,2,901,2212 +"253074",123349,14108,3,901,2012 +"253075",123349,14983,1,901,1047 +"253076",123349,18277,3,901,2309 +"253077",123349,24198,3,901,2217 +"253078",123349,29115,3,901,1047 +"253079",123349,30386,3,901,1833 +"253080",123349,35481,2,901,2211 +"253081",123349,46512,3,901,1292 +"253082",123349,54250,3,901,2340 +"253083",123349,58221,3,901,1787 +"253084",123349,70605,2,901,1176 +"253085",123349,79657,3,901,1260 +"253086",123349,105685,3,901,2469 +"253087",123365,4222,3,184,190 +"253088",123365,49154,3,184,596 +"253089",123365,57405,3,184,2344 +"253090",123492,998,3,950,1795 +"253091",123492,9114,3,950,961 +"253092",123492,24807,1,950,2319 +"253093",123492,25508,3,950,2081 +"253094",123492,42747,3,950,1189 +"253095",123492,49677,3,950,1222 +"253096",123492,68960,3,950,1312 diff --git a/ic_experiments/old_stuff/distances.py b/ic_experiments/old_stuff/distances.py new file mode 100644 index 0000000..1834d36 --- /dev/null +++ b/ic_experiments/old_stuff/distances.py @@ -0,0 +1,42 @@ +import networkx as nx +import sys +from collections import Counter + + +def build_graph(filename): + g = nx.Graph() + with open(filename) as fh: + fh.readline() + for line in fh: + i, j = map(lambda x: int(float(x)), line.strip().split(",")[1:]) + g.add_edge(i, j) + return g + + +def distances(g): + victims = set() + with open("vics.csv") as fh: + fh.readline() + for line in fh: + victims.add(int(line.strip().split(",")[1])) + level = 0 + seen = {} + nextlevel = {v: 1 for v in victims} + while level <= 3: + thislevel = nextlevel + nextlevel = {} + for v in thislevel: + if v not in seen: + seen[v] = level + nextlevel.update(g[v]) + level += 1 + return seen + + +if __name__ == "__main__": + g = build_graph(sys.argv[1]) + print g.number_of_nodes(), g.number_of_edges() + cnt = Counter() + for v, d in distances(g).iteritems(): + cnt[d] += 1 + print cnt.most_common() diff --git a/ic_experiments/old_stuff/el.csv b/ic_experiments/old_stuff/el.csv new file mode 100644 index 0000000..d8bf6fb --- /dev/null +++ b/ic_experiments/old_stuff/el.csv @@ -0,0 +1,366515 @@ +"","V1","V2" +"1",1,3757 +"2",1,4893 +"3",1,4898 +"4",1,5216 +"5",1,12366 +"6",1,17058 +"7",1,22128 +"8",1,22225 +"9",1,22879 +"10",1,24524 +"11",1,42360 +"12",1,42402 +"13",1,43439 +"14",1,44004 +"15",1,49503 +"16",1,50189 +"17",1,53923 +"18",1,60336 +"19",1,60337 +"20",1,63795 +"21",1,67409 +"22",1,68694 +"23",1,95281 +"24",2,1290 +"25",2,1331 +"26",2,79282 +"27",2,79486 +"28",2,107750 +"29",2,107756 +"30",2,109902 +"31",3,644 +"32",3,2115 +"33",3,11114 +"34",3,20951 +"35",3,53057 +"36",3,69621 +"37",3,90638 +"38",4,6 +"39",4,187 +"40",4,470 +"41",4,10408 +"42",4,52862 +"43",5,65111 +"44",6,187 +"45",6,470 +"46",6,618 +"47",6,4274 +"48",6,7228 +"49",6,11671 +"50",6,11738 +"51",6,12170 +"52",6,16400 +"53",6,21049 +"54",6,23217 +"55",6,28115 +"56",6,32579 +"57",6,35992 +"58",6,37407 +"59",6,37416 +"60",6,37436 +"61",6,37462 +"62",6,37559 +"63",6,40068 +"64",6,40466 +"65",6,40522 +"66",6,40559 +"67",6,40616 +"68",6,40862 +"69",6,49589 +"70",6,50377 +"71",6,54080 +"72",6,54751 +"73",6,59244 +"74",6,59342 +"75",6,60444 +"76",6,65016 +"77",6,65018 +"78",6,73495 +"79",7,5249 +"80",7,15200 +"81",7,28581 +"82",7,39828 +"83",7,54450 +"84",7,88579 +"85",7,90548 +"86",7,102135 +"87",7,107733 +"88",8,11308 +"89",9,44 +"90",9,59 +"91",9,715 +"92",9,791 +"93",10,27537 +"94",10,62041 +"95",10,75536 +"96",10,89906 +"97",10,105734 +"98",10,108856 +"99",10,109479 +"100",10,110084 +"101",11,326 +"102",11,2646 +"103",11,2665 +"104",11,2685 +"105",11,3093 +"106",11,3169 +"107",11,3183 +"108",11,3228 +"109",11,3249 +"110",11,3288 +"111",11,5380 +"112",11,9368 +"113",11,9405 +"114",11,9439 +"115",11,9492 +"116",11,20452 +"117",11,36064 +"118",11,44207 +"119",12,7977 +"120",12,10504 +"121",12,36932 +"122",12,37530 +"123",12,108753 +"124",12,111848 +"125",12,113522 +"126",13,41150 +"127",14,719 +"128",14,915 +"129",14,3499 +"130",14,4777 +"131",14,8115 +"132",14,12245 +"133",14,23759 +"134",14,26647 +"135",14,30827 +"136",14,30850 +"137",14,32064 +"138",14,37732 +"139",14,40146 +"140",14,44021 +"141",14,55867 +"142",14,58520 +"143",14,75028 +"144",14,111568 +"145",14,115319 +"146",14,115790 +"147",14,115794 +"148",14,115805 +"149",15,1572 +"150",15,2260 +"151",15,2642 +"152",15,25221 +"153",15,31149 +"154",15,34345 +"155",15,60645 +"156",16,76917 +"157",17,726 +"158",17,14903 +"159",17,15307 +"160",17,15626 +"161",17,22687 +"162",17,24828 +"163",17,24924 +"164",17,31100 +"165",17,39171 +"166",17,45148 +"167",17,55549 +"168",17,76668 +"169",17,83473 +"170",17,90989 +"171",17,93185 +"172",17,118580 +"173",17,120265 +"174",17,120935 +"175",17,122377 +"176",18,16223 +"177",18,35296 +"178",18,41687 +"179",18,102283 +"180",19,30065 +"181",19,38829 +"182",20,51207 +"183",20,67507 +"184",20,94982 +"185",20,98241 +"186",20,113774 +"187",20,113775 +"188",21,1108 +"189",21,2771 +"190",21,6633 +"191",21,11371 +"192",21,12814 +"193",21,14642 +"194",21,16412 +"195",21,20138 +"196",21,30042 +"197",21,37522 +"198",21,39572 +"199",21,48055 +"200",21,55744 +"201",21,79074 +"202",21,84975 +"203",21,85816 +"204",21,113652 +"205",22,7423 +"206",22,10631 +"207",22,15255 +"208",22,39302 +"209",22,46422 +"210",22,53667 +"211",22,82904 +"212",22,97843 +"213",22,98428 +"214",22,101933 +"215",22,103465 +"216",22,110049 +"217",22,110052 +"218",22,110166 +"219",22,114669 +"220",22,117153 +"221",23,5041 +"222",23,23274 +"223",23,26309 +"224",23,26659 +"225",23,29050 +"226",23,76009 +"227",23,87880 +"228",23,98383 +"229",23,98544 +"230",24,15122 +"231",24,19096 +"232",24,64200 +"233",24,69867 +"234",25,10376 +"235",25,18181 +"236",25,23664 +"237",25,23746 +"238",25,39662 +"239",26,2115 +"240",26,3190 +"241",26,9110 +"242",26,9686 +"243",26,15276 +"244",26,15593 +"245",26,23050 +"246",26,25090 +"247",26,29281 +"248",26,29377 +"249",26,45887 +"250",26,74078 +"251",26,107346 +"252",27,354 +"253",27,10926 +"254",28,1054 +"255",28,4478 +"256",28,5651 +"257",28,7565 +"258",28,14263 +"259",28,14440 +"260",28,15090 +"261",28,15253 +"262",28,16706 +"263",28,20382 +"264",28,21455 +"265",28,24306 +"266",28,25447 +"267",28,25920 +"268",28,26197 +"269",28,26310 +"270",28,28408 +"271",28,29373 +"272",28,33978 +"273",28,43525 +"274",28,49798 +"275",28,57239 +"276",28,57346 +"277",28,68093 +"278",28,69229 +"279",28,71609 +"280",28,72270 +"281",28,73037 +"282",28,79586 +"283",28,83507 +"284",28,103335 +"285",28,114724 +"286",29,1525 +"287",29,1547 +"288",30,48 +"289",30,759 +"290",30,9243 +"291",31,20264 +"292",31,25089 +"293",31,25099 +"294",31,43626 +"295",31,54778 +"296",31,60383 +"297",31,77472 +"298",32,1983 +"299",32,2068 +"300",32,2115 +"301",32,3276 +"302",32,3635 +"303",32,3833 +"304",32,3855 +"305",32,4581 +"306",32,5686 +"307",32,7259 +"308",32,7713 +"309",32,8197 +"310",32,9686 +"311",32,15043 +"312",32,15104 +"313",32,15195 +"314",32,15430 +"315",32,16381 +"316",32,16949 +"317",32,18514 +"318",32,20117 +"319",32,20443 +"320",32,21487 +"321",32,22299 +"322",32,23938 +"323",32,24250 +"324",32,26275 +"325",32,26682 +"326",32,29281 +"327",32,29741 +"328",32,30876 +"329",32,32393 +"330",32,32939 +"331",32,33113 +"332",32,38494 +"333",32,38932 +"334",32,40643 +"335",32,42017 +"336",32,42107 +"337",32,45787 +"338",32,47083 +"339",32,47767 +"340",32,49231 +"341",32,50061 +"342",32,52450 +"343",32,54059 +"344",32,55370 +"345",32,57804 +"346",32,59615 +"347",32,59940 +"348",32,67363 +"349",32,71137 +"350",32,71230 +"351",32,73421 +"352",32,76278 +"353",32,76740 +"354",32,76786 +"355",32,77272 +"356",32,77357 +"357",32,77402 +"358",32,78248 +"359",32,78255 +"360",32,78339 +"361",32,78445 +"362",32,79022 +"363",32,79716 +"364",32,79989 +"365",32,80281 +"366",32,81728 +"367",32,82196 +"368",32,82383 +"369",32,82810 +"370",32,82854 +"371",32,83853 +"372",32,83884 +"373",32,84379 +"374",32,84613 +"375",32,85465 +"376",32,85610 +"377",32,86351 +"378",32,86450 +"379",32,86451 +"380",32,86882 +"381",32,87175 +"382",32,87305 +"383",32,87451 +"384",32,87521 +"385",32,87572 +"386",32,87663 +"387",32,87721 +"388",32,87862 +"389",32,88991 +"390",32,99433 +"391",32,109925 +"392",33,29244 +"393",34,860 +"394",34,2190 +"395",34,2831 +"396",34,8596 +"397",34,14717 +"398",34,83899 +"399",35,772 +"400",35,3674 +"401",35,25654 +"402",35,37008 +"403",35,37133 +"404",35,37776 +"405",35,40902 +"406",35,52216 +"407",35,66369 +"408",35,88869 +"409",35,89587 +"410",35,92618 +"411",35,107987 +"412",36,29951 +"413",37,88 +"414",38,22701 +"415",39,20070 +"416",40,692 +"417",40,5096 +"418",40,78795 +"419",40,84824 +"420",40,114221 +"421",41,3901 +"422",41,7412 +"423",41,21189 +"424",41,28286 +"425",41,29175 +"426",41,29373 +"427",41,40263 +"428",41,49831 +"429",41,97454 +"430",41,97563 +"431",41,108861 +"432",42,60 +"433",42,803 +"434",42,1676 +"435",42,16497 +"436",42,17240 +"437",42,26608 +"438",42,41272 +"439",43,468 +"440",43,5882 +"441",43,11528 +"442",43,13602 +"443",43,18188 +"444",43,26457 +"445",43,53659 +"446",43,54428 +"447",43,63538 +"448",43,83603 +"449",44,59 +"450",44,715 +"451",44,791 +"452",45,64289 +"453",46,685 +"454",46,2747 +"455",46,6808 +"456",46,12323 +"457",46,15311 +"458",46,36099 +"459",46,40396 +"460",46,51646 +"461",47,5774 +"462",47,16827 +"463",47,36338 +"464",47,50901 +"465",47,65670 +"466",47,65835 +"467",47,67795 +"468",47,70215 +"469",47,88712 +"470",47,89853 +"471",47,90687 +"472",48,759 +"473",48,4960 +"474",48,5827 +"475",48,11944 +"476",48,16269 +"477",49,41773 +"478",49,43887 +"479",50,14639 +"480",50,21660 +"481",50,47255 +"482",50,47370 +"483",51,11746 +"484",51,19101 +"485",51,21198 +"486",51,31539 +"487",51,43385 +"488",51,47362 +"489",51,63237 +"490",51,76285 +"491",51,94262 +"492",51,111287 +"493",52,37410 +"494",52,38710 +"495",52,40599 +"496",52,48568 +"497",53,7208 +"498",53,32574 +"499",53,36146 +"500",53,49406 +"501",53,109747 +"502",54,614 +"503",54,4868 +"504",54,6977 +"505",54,7338 +"506",54,13013 +"507",54,32870 +"508",55,3385 +"509",55,3506 +"510",55,4403 +"511",55,6621 +"512",55,50644 +"513",55,57244 +"514",55,70829 +"515",56,936 +"516",56,1532 +"517",56,11706 +"518",56,41328 +"519",56,53426 +"520",56,60739 +"521",56,66343 +"522",56,75643 +"523",56,78642 +"524",56,88252 +"525",56,94667 +"526",56,106315 +"527",56,122804 +"528",57,4136 +"529",57,4490 +"530",57,4564 +"531",57,4657 +"532",57,5193 +"533",57,7215 +"534",57,24009 +"535",57,27773 +"536",57,29825 +"537",57,34371 +"538",57,44334 +"539",57,44494 +"540",57,54968 +"541",57,56390 +"542",58,1343 +"543",58,12884 +"544",59,715 +"545",59,791 +"546",60,803 +"547",60,1676 +"548",60,19528 +"549",61,781 +"550",61,3222 +"551",61,3250 +"552",61,31189 +"553",61,36650 +"554",61,42180 +"555",61,46898 +"556",61,64206 +"557",61,82204 +"558",61,86586 +"559",61,87538 +"560",61,87557 +"561",61,87683 +"562",62,63 +"563",62,186 +"564",62,431 +"565",62,5263 +"566",62,88052 +"567",62,95547 +"568",63,186 +"569",63,431 +"570",63,28004 +"571",63,40446 +"572",63,56597 +"573",63,75813 +"574",63,85374 +"575",64,800 +"576",64,63417 +"577",65,5863 +"578",65,53283 +"579",65,56231 +"580",65,56721 +"581",65,56722 +"582",65,85497 +"583",66,724 +"584",67,3475 +"585",67,4029 +"586",67,14412 +"587",67,16861 +"588",67,25626 +"589",67,26154 +"590",67,26626 +"591",67,26635 +"592",67,26829 +"593",67,28947 +"594",67,46552 +"595",67,57308 +"596",68,9876 +"597",68,14790 +"598",68,16383 +"599",68,28120 +"600",68,34765 +"601",68,42824 +"602",68,42825 +"603",68,42876 +"604",68,42907 +"605",68,54976 +"606",68,59877 +"607",68,59890 +"608",68,67864 +"609",68,74678 +"610",68,74752 +"611",68,74767 +"612",68,74777 +"613",68,74778 +"614",68,74794 +"615",69,34527 +"616",69,79361 +"617",70,1545 +"618",70,5810 +"619",71,4479 +"620",71,117008 +"621",71,118697 +"622",72,711 +"623",72,712 +"624",72,758 +"625",72,94999 +"626",72,104120 +"627",72,110743 +"628",72,113856 +"629",73,9793 +"630",73,14361 +"631",73,23339 +"632",73,37107 +"633",73,45885 +"634",73,76393 +"635",73,95070 +"636",73,100370 +"637",74,75 +"638",74,11732 +"639",74,31255 +"640",74,37153 +"641",75,114401 +"642",76,1315 +"643",76,17200 +"644",76,20156 +"645",76,21603 +"646",76,42680 +"647",76,42755 +"648",76,48893 +"649",76,48894 +"650",76,57629 +"651",77,375 +"652",77,7380 +"653",77,29220 +"654",77,50288 +"655",78,46769 +"656",78,60518 +"657",78,87220 +"658",78,119673 +"659",78,122718 +"660",79,184 +"661",80,127 +"662",80,511 +"663",80,2871 +"664",80,7499 +"665",80,10250 +"666",80,18645 +"667",80,26668 +"668",80,33103 +"669",80,34845 +"670",80,45845 +"671",80,52697 +"672",80,81121 +"673",80,87602 +"674",80,102545 +"675",80,102728 +"676",80,104498 +"677",80,118382 +"678",81,13094 +"679",81,13955 +"680",81,52939 +"681",81,53552 +"682",81,78426 +"683",81,106851 +"684",82,1500 +"685",82,4378 +"686",82,33811 +"687",82,77865 +"688",82,91928 +"689",82,104560 +"690",83,573 +"691",83,600 +"692",83,5451 +"693",83,6517 +"694",83,23705 +"695",83,27837 +"696",83,31072 +"697",83,34920 +"698",83,41739 +"699",83,43634 +"700",83,52927 +"701",83,54158 +"702",83,71644 +"703",83,95782 +"704",83,108141 +"705",83,108686 +"706",83,114470 +"707",84,765 +"708",84,1115 +"709",84,10947 +"710",84,17782 +"711",84,21284 +"712",84,21315 +"713",84,21367 +"714",84,21516 +"715",84,28454 +"716",84,53314 +"717",84,82147 +"718",84,85530 +"719",84,85583 +"720",85,155 +"721",85,185 +"722",85,6559 +"723",85,6566 +"724",85,8612 +"725",86,117 +"726",86,5384 +"727",86,17079 +"728",86,20772 +"729",86,33974 +"730",86,39312 +"731",86,47607 +"732",87,120 +"733",88,8339 +"734",89,15539 +"735",90,91 +"736",90,124 +"737",90,790 +"738",90,57627 +"739",90,68897 +"740",91,124 +"741",91,790 +"742",91,5975 +"743",91,40079 +"744",91,57627 +"745",91,68897 +"746",91,88581 +"747",91,95542 +"748",92,105 +"749",93,49139 +"750",93,61746 +"751",93,64676 +"752",94,160 +"753",94,3456 +"754",94,5484 +"755",94,6277 +"756",94,7478 +"757",94,14622 +"758",94,17310 +"759",94,20528 +"760",94,38638 +"761",94,46510 +"762",94,82252 +"763",95,3818 +"764",95,9087 +"765",95,32571 +"766",95,78027 +"767",96,10284 +"768",96,57137 +"769",96,70492 +"770",96,71350 +"771",96,87335 +"772",97,529 +"773",97,41934 +"774",98,4326 +"775",98,5970 +"776",98,6013 +"777",99,119 +"778",99,3190 +"779",99,4352 +"780",99,4609 +"781",99,6883 +"782",99,9686 +"783",99,10317 +"784",99,10453 +"785",99,11829 +"786",99,13700 +"787",99,17053 +"788",99,19655 +"789",99,20697 +"790",99,21474 +"791",99,32458 +"792",99,34079 +"793",99,34205 +"794",99,40564 +"795",99,40653 +"796",99,41436 +"797",99,43696 +"798",99,45887 +"799",99,49806 +"800",99,52198 +"801",99,52370 +"802",99,71462 +"803",99,72851 +"804",99,77333 +"805",99,82417 +"806",99,85974 +"807",100,847 +"808",100,13071 +"809",100,13391 +"810",100,13474 +"811",100,13477 +"812",100,13513 +"813",100,13536 +"814",100,23852 +"815",100,88085 +"816",101,169 +"817",101,3207 +"818",101,21700 +"819",101,37168 +"820",101,86771 +"821",102,6626 +"822",102,9855 +"823",102,90149 +"824",102,90160 +"825",102,93049 +"826",102,97493 +"827",103,194 +"828",104,135 +"829",104,10159 +"830",104,31050 +"831",104,41739 +"832",104,51292 +"833",104,53196 +"834",104,54553 +"835",104,54980 +"836",104,65625 +"837",104,70908 +"838",104,74628 +"839",104,75310 +"840",104,76629 +"841",104,84940 +"842",104,92081 +"843",104,94624 +"844",104,100226 +"845",104,105947 +"846",105,3810 +"847",105,11492 +"848",105,23907 +"849",105,26821 +"850",105,28374 +"851",105,37605 +"852",105,37812 +"853",105,47381 +"854",105,57649 +"855",105,59287 +"856",105,61667 +"857",105,62997 +"858",105,63658 +"859",105,65383 +"860",105,70997 +"861",105,73865 +"862",105,73990 +"863",105,81231 +"864",105,82448 +"865",105,94467 +"866",105,98843 +"867",105,98924 +"868",105,106615 +"869",105,107569 +"870",105,119963 +"871",106,37658 +"872",106,37903 +"873",106,64258 +"874",106,76057 +"875",107,34646 +"876",107,34683 +"877",107,34687 +"878",108,153 +"879",108,2120 +"880",108,4309 +"881",108,4384 +"882",108,6278 +"883",108,9549 +"884",108,10916 +"885",108,16357 +"886",108,18373 +"887",108,24311 +"888",108,26081 +"889",108,34042 +"890",108,34557 +"891",108,36304 +"892",108,36942 +"893",108,39030 +"894",108,46624 +"895",108,47200 +"896",108,48464 +"897",108,49507 +"898",108,68012 +"899",108,72296 +"900",108,77280 +"901",108,81090 +"902",108,85343 +"903",108,88135 +"904",108,115067 +"905",109,811 +"906",109,1743 +"907",109,3479 +"908",109,24719 +"909",109,28535 +"910",109,33136 +"911",109,36808 +"912",109,50479 +"913",109,53144 +"914",109,55422 +"915",109,82076 +"916",109,105321 +"917",109,105341 +"918",110,1998 +"919",110,2053 +"920",110,2078 +"921",110,2527 +"922",110,2556 +"923",110,3102 +"924",110,3477 +"925",110,5301 +"926",110,5526 +"927",110,5806 +"928",110,5905 +"929",110,6053 +"930",110,6063 +"931",110,6254 +"932",110,6373 +"933",110,6560 +"934",110,6575 +"935",110,7581 +"936",110,8307 +"937",110,8534 +"938",110,9366 +"939",110,11766 +"940",110,12735 +"941",110,12779 +"942",110,13360 +"943",110,13501 +"944",110,13942 +"945",110,15027 +"946",110,15185 +"947",110,15216 +"948",110,15964 +"949",110,16252 +"950",110,16872 +"951",110,17145 +"952",110,17508 +"953",110,18060 +"954",110,18217 +"955",110,22462 +"956",110,22823 +"957",110,23147 +"958",110,23421 +"959",110,23632 +"960",110,23953 +"961",110,24495 +"962",110,24710 +"963",110,25143 +"964",110,25303 +"965",110,25664 +"966",110,26407 +"967",110,27174 +"968",110,27196 +"969",110,27710 +"970",110,28703 +"971",110,29253 +"972",110,29341 +"973",110,29560 +"974",110,29573 +"975",110,29868 +"976",110,32438 +"977",110,32967 +"978",110,33223 +"979",110,33881 +"980",110,34097 +"981",110,34330 +"982",110,34513 +"983",110,35400 +"984",110,36476 +"985",110,36547 +"986",110,36745 +"987",110,37821 +"988",110,37931 +"989",110,38319 +"990",110,39398 +"991",110,39492 +"992",110,40320 +"993",110,40373 +"994",110,40542 +"995",110,41182 +"996",110,42131 +"997",110,46843 +"998",110,48331 +"999",111,7950 +"1000",111,41675 +"1001",111,44160 +"1002",111,54606 +"1003",111,64070 +"1004",111,79033 +"1005",111,96229 +"1006",111,101655 +"1007",111,101657 +"1008",112,3682 +"1009",112,6335 +"1010",112,9133 +"1011",112,9153 +"1012",112,9234 +"1013",112,14064 +"1014",112,17889 +"1015",112,17947 +"1016",112,19896 +"1017",112,64391 +"1018",113,4165 +"1019",113,22321 +"1020",113,22439 +"1021",113,22449 +"1022",113,22593 +"1023",113,24827 +"1024",113,57115 +"1025",114,993 +"1026",114,34066 +"1027",114,46911 +"1028",114,87978 +"1029",114,87981 +"1030",115,116 +"1031",115,20178 +"1032",115,28168 +"1033",116,11036 +"1034",116,17390 +"1035",116,18875 +"1036",116,30416 +"1037",116,35000 +"1038",116,86141 +"1039",118,756 +"1040",118,12123 +"1041",118,18156 +"1042",118,25648 +"1043",118,27403 +"1044",118,29492 +"1045",118,31083 +"1046",118,33635 +"1047",118,42197 +"1048",118,62750 +"1049",118,68284 +"1050",118,90144 +"1051",118,94823 +"1052",118,102283 +"1053",118,110273 +"1054",118,110274 +"1055",118,110319 +"1056",118,112162 +"1057",119,13946 +"1058",119,71462 +"1059",119,85080 +"1060",119,85974 +"1061",120,50861 +"1062",120,50900 +"1063",120,51110 +"1064",120,94091 +"1065",121,452 +"1066",121,3715 +"1067",121,3827 +"1068",121,5154 +"1069",121,7557 +"1070",121,10805 +"1071",121,11752 +"1072",121,33927 +"1073",121,37992 +"1074",121,64806 +"1075",121,78700 +"1076",121,80879 +"1077",121,90227 +"1078",122,20576 +"1079",122,76654 +"1080",123,13196 +"1081",124,790 +"1082",124,19290 +"1083",124,20094 +"1084",124,57627 +"1085",124,68897 +"1086",125,717 +"1087",125,5114 +"1088",125,8753 +"1089",125,16441 +"1090",125,16505 +"1091",125,16506 +"1092",125,16944 +"1093",125,16965 +"1094",125,17079 +"1095",125,17215 +"1096",125,21130 +"1097",125,21299 +"1098",125,21358 +"1099",126,34129 +"1100",127,2870 +"1101",127,2871 +"1102",127,10250 +"1103",127,14033 +"1104",127,22376 +"1105",127,38354 +"1106",127,41651 +"1107",127,59701 +"1108",127,83633 +"1109",127,83659 +"1110",127,106346 +"1111",128,18063 +"1112",128,101900 +"1113",129,5722 +"1114",129,33312 +"1115",129,42859 +"1116",129,70891 +"1117",130,22151 +"1118",130,28846 +"1119",130,32849 +"1120",130,116762 +"1121",130,122516 +"1122",131,9328 +"1123",131,14442 +"1124",131,30566 +"1125",131,31180 +"1126",131,31281 +"1127",131,93015 +"1128",132,44047 +"1129",133,20254 +"1130",133,20346 +"1131",133,20507 +"1132",133,30130 +"1133",133,30137 +"1134",133,30145 +"1135",133,30229 +"1136",134,2400 +"1137",134,9150 +"1138",134,11927 +"1139",134,19976 +"1140",134,20492 +"1141",134,24507 +"1142",134,26636 +"1143",134,26721 +"1144",134,28018 +"1145",134,31122 +"1146",134,39003 +"1147",134,40139 +"1148",134,41190 +"1149",134,42959 +"1150",134,50328 +"1151",134,52871 +"1152",134,55978 +"1153",134,61067 +"1154",135,31050 +"1155",135,39341 +"1156",135,51292 +"1157",135,53196 +"1158",135,54553 +"1159",135,54980 +"1160",135,65625 +"1161",135,74628 +"1162",135,75310 +"1163",135,76629 +"1164",135,84940 +"1165",135,92081 +"1166",135,95782 +"1167",135,100226 +"1168",135,105947 +"1169",136,6487 +"1170",136,22508 +"1171",136,23093 +"1172",136,93730 +"1173",136,109147 +"1174",137,5340 +"1175",137,7280 +"1176",138,154 +"1177",138,98898 +"1178",139,578 +"1179",139,14149 +"1180",139,23709 +"1181",139,24385 +"1182",139,71971 +"1183",140,149 +"1184",140,167 +"1185",140,174 +"1186",140,6583 +"1187",140,101669 +"1188",141,10689 +"1189",141,15453 +"1190",141,16484 +"1191",141,39508 +"1192",141,47388 +"1193",141,53854 +"1194",141,63124 +"1195",142,509 +"1196",143,71563 +"1197",143,78542 +"1198",143,82948 +"1199",143,105977 +"1200",143,108644 +"1201",144,152 +"1202",144,1949 +"1203",144,9265 +"1204",144,22614 +"1205",144,27811 +"1206",144,29398 +"1207",144,42246 +"1208",144,43681 +"1209",144,45384 +"1210",144,50329 +"1211",144,51287 +"1212",144,52495 +"1213",144,53648 +"1214",144,55788 +"1215",144,67913 +"1216",144,80988 +"1217",144,97783 +"1218",144,108336 +"1219",145,146 +"1220",145,913 +"1221",145,4094 +"1222",145,7471 +"1223",145,8686 +"1224",145,8870 +"1225",145,8888 +"1226",145,9741 +"1227",145,13313 +"1228",145,14441 +"1229",145,15378 +"1230",145,17447 +"1231",145,19034 +"1232",145,19791 +"1233",145,23386 +"1234",145,31235 +"1235",145,47733 +"1236",145,75883 +"1237",145,75888 +"1238",145,75892 +"1239",145,75893 +"1240",145,75898 +"1241",145,79426 +"1242",146,1819 +"1243",146,3832 +"1244",146,5284 +"1245",146,6301 +"1246",146,6821 +"1247",146,9423 +"1248",146,11379 +"1249",146,12081 +"1250",146,13963 +"1251",146,14918 +"1252",146,17351 +"1253",146,17549 +"1254",146,18670 +"1255",146,20417 +"1256",146,20528 +"1257",146,20529 +"1258",146,20616 +"1259",146,20722 +"1260",146,20830 +"1261",146,21079 +"1262",146,25679 +"1263",146,38895 +"1264",146,40860 +"1265",146,41900 +"1266",146,58084 +"1267",146,62710 +"1268",146,73257 +"1269",146,80492 +"1270",147,19610 +"1271",147,64098 +"1272",147,76311 +"1273",147,78378 +"1274",147,99964 +"1275",147,102486 +"1276",147,115401 +"1277",148,9277 +"1278",148,18104 +"1279",148,25162 +"1280",148,38373 +"1281",148,48584 +"1282",149,167 +"1283",149,174 +"1284",149,20022 +"1285",149,34555 +"1286",149,65637 +"1287",149,69139 +"1288",149,78710 +"1289",149,94828 +"1290",150,6133 +"1291",150,8541 +"1292",150,10616 +"1293",150,19806 +"1294",150,23513 +"1295",150,56673 +"1296",151,1783 +"1297",151,11495 +"1298",151,22157 +"1299",151,26526 +"1300",151,28126 +"1301",151,84079 +"1302",151,95206 +"1303",152,8660 +"1304",152,8714 +"1305",152,14919 +"1306",152,26042 +"1307",152,43681 +"1308",152,45384 +"1309",152,53648 +"1310",152,53901 +"1311",152,54495 +"1312",152,55074 +"1313",152,56076 +"1314",152,65568 +"1315",152,74720 +"1316",152,80992 +"1317",152,101544 +"1318",153,4384 +"1319",153,6278 +"1320",153,22174 +"1321",153,49437 +"1322",153,66579 +"1323",153,70628 +"1324",153,74360 +"1325",153,82888 +"1326",153,116418 +"1327",154,3429 +"1328",155,185 +"1329",155,3950 +"1330",155,12747 +"1331",155,16149 +"1332",155,24919 +"1333",155,37037 +"1334",155,85744 +"1335",155,90831 +"1336",156,2264 +"1337",156,24164 +"1338",156,55570 +"1339",156,70905 +"1340",157,5180 +"1341",157,6133 +"1342",158,5973 +"1343",158,18132 +"1344",158,23652 +"1345",158,24755 +"1346",158,65123 +"1347",158,81465 +"1348",159,1649 +"1349",159,10737 +"1350",159,23018 +"1351",159,24729 +"1352",159,41822 +"1353",159,59025 +"1354",159,68011 +"1355",159,106044 +"1356",160,1641 +"1357",160,3147 +"1358",160,9086 +"1359",160,12469 +"1360",160,12473 +"1361",160,12813 +"1362",160,13072 +"1363",160,13868 +"1364",160,13881 +"1365",160,15848 +"1366",160,17351 +"1367",160,19894 +"1368",160,22129 +"1369",160,34865 +"1370",160,38722 +"1371",160,55829 +"1372",160,59495 +"1373",160,69833 +"1374",160,77611 +"1375",161,20951 +"1376",162,2106 +"1377",162,2800 +"1378",162,6587 +"1379",162,7405 +"1380",162,11727 +"1381",162,18873 +"1382",162,24743 +"1383",162,32323 +"1384",162,79827 +"1385",163,32230 +"1386",163,33354 +"1387",163,45067 +"1388",163,50461 +"1389",163,57070 +"1390",163,100692 +"1391",164,531 +"1392",164,4507 +"1393",164,14908 +"1394",164,70180 +"1395",164,86257 +"1396",164,86260 +"1397",165,528 +"1398",166,1232 +"1399",166,1289 +"1400",166,82577 +"1401",167,174 +"1402",167,16760 +"1403",167,29495 +"1404",167,59502 +"1405",167,89779 +"1406",168,510 +"1407",168,584 +"1408",169,48068 +"1409",169,48348 +"1410",169,114035 +"1411",170,67674 +"1412",170,67774 +"1413",170,77248 +"1414",171,2798 +"1415",171,13507 +"1416",171,20349 +"1417",171,26233 +"1418",171,38565 +"1419",171,42608 +"1420",171,57028 +"1421",171,57090 +"1422",171,68626 +"1423",171,69816 +"1424",171,72822 +"1425",171,78020 +"1426",171,91073 +"1427",171,112824 +"1428",171,112844 +"1429",171,112845 +"1430",172,597 +"1431",172,52647 +"1432",173,8905 +"1433",173,38246 +"1434",174,474 +"1435",174,1405 +"1436",174,3815 +"1437",174,3963 +"1438",174,3998 +"1439",174,5651 +"1440",174,6853 +"1441",174,15365 +"1442",174,15640 +"1443",174,20176 +"1444",174,22116 +"1445",174,26876 +"1446",174,27861 +"1447",174,29267 +"1448",174,31149 +"1449",174,35682 +"1450",174,35792 +"1451",174,44997 +"1452",174,46954 +"1453",174,47595 +"1454",174,59404 +"1455",174,60506 +"1456",174,66121 +"1457",174,68074 +"1458",174,72682 +"1459",174,85380 +"1460",174,106258 +"1461",174,114693 +"1462",175,84610 +"1463",176,20997 +"1464",176,21894 +"1465",177,32886 +"1466",177,47759 +"1467",177,62273 +"1468",177,100058 +"1469",178,81036 +"1470",179,13126 +"1471",179,17349 +"1472",179,20271 +"1473",179,30153 +"1474",179,38101 +"1475",179,60722 +"1476",179,62200 +"1477",179,64675 +"1478",179,74669 +"1479",179,77382 +"1480",179,88005 +"1481",179,88020 +"1482",179,93182 +"1483",179,94002 +"1484",179,98954 +"1485",180,198 +"1486",180,3538 +"1487",180,3683 +"1488",180,22106 +"1489",180,25115 +"1490",180,30308 +"1491",180,61616 +"1492",180,79935 +"1493",180,86530 +"1494",180,92477 +"1495",180,92500 +"1496",181,189 +"1497",181,716 +"1498",181,783 +"1499",181,1629 +"1500",181,2174 +"1501",181,3477 +"1502",181,3510 +"1503",181,4974 +"1504",181,5202 +"1505",181,5723 +"1506",181,5866 +"1507",181,7337 +"1508",181,7815 +"1509",181,10761 +"1510",181,11841 +"1511",181,14077 +"1512",181,14426 +"1513",181,14884 +"1514",181,18342 +"1515",181,22585 +"1516",181,22719 +"1517",181,22897 +"1518",181,23583 +"1519",181,24327 +"1520",181,30584 +"1521",181,31782 +"1522",181,33652 +"1523",181,33653 +"1524",181,33666 +"1525",181,33681 +"1526",181,33682 +"1527",181,33870 +"1528",181,36420 +"1529",181,36723 +"1530",181,43706 +"1531",181,50736 +"1532",181,50822 +"1533",181,53086 +"1534",181,58970 +"1535",181,60430 +"1536",181,63416 +"1537",181,64215 +"1538",181,67039 +"1539",181,76345 +"1540",181,76483 +"1541",181,78517 +"1542",181,81934 +"1543",181,89116 +"1544",181,90709 +"1545",181,99332 +"1546",182,9670 +"1547",182,13248 +"1548",182,13294 +"1549",182,13837 +"1550",182,52776 +"1551",182,81019 +"1552",182,82965 +"1553",182,98739 +"1554",182,101964 +"1555",183,11627 +"1556",183,65210 +"1557",184,30736 +"1558",185,1851 +"1559",185,18726 +"1560",185,25768 +"1561",185,31513 +"1562",185,43991 +"1563",185,68406 +"1564",185,69013 +"1565",185,86851 +"1566",185,89353 +"1567",185,89437 +"1568",185,95578 +"1569",186,431 +"1570",187,470 +"1571",188,12718 +"1572",188,33414 +"1573",188,56458 +"1574",188,62310 +"1575",188,62363 +"1576",188,68593 +"1577",189,632 +"1578",189,716 +"1579",189,783 +"1580",189,1104 +"1581",189,2157 +"1582",189,4974 +"1583",189,5866 +"1584",189,7337 +"1585",189,7512 +"1586",189,7815 +"1587",189,10761 +"1588",189,10901 +"1589",189,11841 +"1590",189,12159 +"1591",189,14396 +"1592",189,14426 +"1593",189,14513 +"1594",189,15226 +"1595",189,18342 +"1596",189,19258 +"1597",189,22428 +"1598",189,22585 +"1599",189,24327 +"1600",189,30584 +"1601",189,31403 +"1602",189,38452 +"1603",189,43706 +"1604",189,47460 +"1605",189,50216 +"1606",189,50736 +"1607",189,51927 +"1608",189,56100 +"1609",189,58970 +"1610",189,60430 +"1611",189,67039 +"1612",189,73278 +"1613",189,82499 +"1614",189,83673 +"1615",189,84533 +"1616",189,88128 +"1617",189,89185 +"1618",189,90709 +"1619",189,97026 +"1620",189,99332 +"1621",190,191 +"1622",190,784 +"1623",190,7107 +"1624",190,7172 +"1625",190,12665 +"1626",190,16388 +"1627",190,20394 +"1628",190,20454 +"1629",190,46210 +"1630",190,53802 +"1631",191,784 +"1632",191,2350 +"1633",191,6150 +"1634",191,22214 +"1635",191,29099 +"1636",191,103215 +"1637",191,119259 +"1638",191,121013 +"1639",192,4668 +"1640",192,8133 +"1641",192,10365 +"1642",192,11877 +"1643",192,13832 +"1644",193,24138 +"1645",193,102457 +"1646",194,30046 +"1647",194,31770 +"1648",194,37798 +"1649",194,38785 +"1650",195,10808 +"1651",195,100561 +"1652",196,527 +"1653",196,3385 +"1654",196,3506 +"1655",196,11361 +"1656",196,24659 +"1657",196,28386 +"1658",196,41408 +"1659",196,54953 +"1660",196,89180 +"1661",196,106754 +"1662",197,270 +"1663",197,277 +"1664",197,608 +"1665",197,983 +"1666",197,1051 +"1667",197,1124 +"1668",197,1144 +"1669",197,1336 +"1670",197,1435 +"1671",197,2019 +"1672",197,10488 +"1673",197,13533 +"1674",197,14666 +"1675",197,18394 +"1676",197,21330 +"1677",197,24025 +"1678",197,27497 +"1679",197,27586 +"1680",197,32131 +"1681",197,32296 +"1682",197,34051 +"1683",197,37764 +"1684",197,40072 +"1685",197,42190 +"1686",197,45352 +"1687",197,46266 +"1688",197,49084 +"1689",197,50236 +"1690",197,60878 +"1691",197,64647 +"1692",197,78058 +"1693",197,80422 +"1694",197,96695 +"1695",197,96699 +"1696",198,11836 +"1697",199,11451 +"1698",199,60696 +"1699",199,81383 +"1700",199,93278 +"1701",199,108393 +"1702",200,5017 +"1703",200,15338 +"1704",200,17326 +"1705",200,25205 +"1706",200,25814 +"1707",200,30019 +"1708",200,36297 +"1709",200,37424 +"1710",200,40451 +"1711",200,42616 +"1712",200,56963 +"1713",200,57557 +"1714",200,57709 +"1715",200,61456 +"1716",200,96448 +"1717",201,227 +"1718",201,261 +"1719",201,8311 +"1720",201,10087 +"1721",201,33491 +"1722",201,57325 +"1723",201,84693 +"1724",201,85590 +"1725",201,107902 +"1726",201,108116 +"1727",202,21780 +"1728",202,26837 +"1729",202,43861 +"1730",202,53921 +"1731",202,77505 +"1732",202,77523 +"1733",202,77582 +"1734",202,86601 +"1735",202,86944 +"1736",202,93706 +"1737",202,99531 +"1738",202,99537 +"1739",202,99548 +"1740",202,103912 +"1741",203,252 +"1742",203,3220 +"1743",203,3668 +"1744",203,7663 +"1745",203,7801 +"1746",203,8183 +"1747",203,8345 +"1748",203,15929 +"1749",203,33119 +"1750",203,33635 +"1751",203,37260 +"1752",203,37606 +"1753",203,43046 +"1754",203,48996 +"1755",203,51955 +"1756",203,52125 +"1757",203,52492 +"1758",203,54272 +"1759",203,62141 +"1760",203,62278 +"1761",203,69536 +"1762",203,71124 +"1763",203,71932 +"1764",203,74456 +"1765",203,76964 +"1766",203,78753 +"1767",203,90922 +"1768",203,92713 +"1769",203,97317 +"1770",203,98948 +"1771",203,101005 +"1772",203,101832 +"1773",203,108699 +"1774",203,109375 +"1775",203,117158 +"1776",204,269 +"1777",204,105434 +"1778",205,4217 +"1779",205,12278 +"1780",205,13236 +"1781",205,16539 +"1782",205,42515 +"1783",205,42523 +"1784",205,76646 +"1785",205,82893 +"1786",205,85189 +"1787",206,1036 +"1788",206,1092 +"1789",206,5388 +"1790",206,5429 +"1791",206,9683 +"1792",206,11055 +"1793",206,11123 +"1794",207,17840 +"1795",207,20043 +"1796",207,21018 +"1797",207,21458 +"1798",207,22133 +"1799",207,27189 +"1800",207,27952 +"1801",207,31831 +"1802",207,41662 +"1803",207,46030 +"1804",207,46358 +"1805",207,46392 +"1806",207,47994 +"1807",207,68853 +"1808",207,74573 +"1809",207,89195 +"1810",208,268 +"1811",208,477 +"1812",208,64091 +"1813",209,1924 +"1814",209,22874 +"1815",209,30673 +"1816",209,31967 +"1817",209,34314 +"1818",209,43654 +"1819",209,63278 +"1820",209,79364 +"1821",209,90845 +"1822",209,90873 +"1823",209,108718 +"1824",209,120081 +"1825",210,348 +"1826",210,11876 +"1827",210,20336 +"1828",210,21093 +"1829",210,22346 +"1830",210,32704 +"1831",210,33082 +"1832",210,80691 +"1833",210,84839 +"1834",211,1112 +"1835",211,3798 +"1836",211,7343 +"1837",211,12452 +"1838",211,15343 +"1839",211,15693 +"1840",211,15888 +"1841",211,17021 +"1842",211,23594 +"1843",211,27047 +"1844",211,29834 +"1845",211,29845 +"1846",211,29882 +"1847",211,29894 +"1848",211,30007 +"1849",212,2244 +"1850",212,6718 +"1851",212,7637 +"1852",212,14495 +"1853",212,19920 +"1854",212,21672 +"1855",212,21693 +"1856",212,22326 +"1857",212,22362 +"1858",212,22432 +"1859",212,22480 +"1860",212,25305 +"1861",212,26430 +"1862",212,28674 +"1863",212,29954 +"1864",212,29987 +"1865",212,30031 +"1866",212,41036 +"1867",212,44500 +"1868",212,57055 +"1869",212,57100 +"1870",212,57112 +"1871",212,57148 +"1872",212,70217 +"1873",213,8116 +"1874",213,21058 +"1875",213,54111 +"1876",214,292 +"1877",214,35541 +"1878",214,60863 +"1879",214,112670 +"1880",214,112692 +"1881",215,228 +"1882",215,234 +"1883",215,275 +"1884",215,10249 +"1885",215,12103 +"1886",215,19597 +"1887",215,25114 +"1888",215,30906 +"1889",215,33831 +"1890",215,54680 +"1891",215,54840 +"1892",215,58456 +"1893",215,66517 +"1894",215,70443 +"1895",215,70467 +"1896",215,74979 +"1897",216,787 +"1898",216,807 +"1899",216,15238 +"1900",216,32531 +"1901",216,41200 +"1902",216,42128 +"1903",216,45138 +"1904",216,47385 +"1905",216,49649 +"1906",216,55817 +"1907",216,62487 +"1908",216,63988 +"1909",216,76858 +"1910",216,79502 +"1911",216,101258 +"1912",216,120259 +"1913",217,568 +"1914",218,235 +"1915",219,10027 +"1916",219,10794 +"1917",219,28049 +"1918",219,32791 +"1919",219,32799 +"1920",219,32816 +"1921",219,32846 +"1922",219,32873 +"1923",219,32887 +"1924",219,32910 +"1925",219,32942 +"1926",219,32987 +"1927",219,33050 +"1928",219,33051 +"1929",219,33109 +"1930",219,47649 +"1931",220,481 +"1932",220,705 +"1933",221,12505 +"1934",221,14050 +"1935",221,106806 +"1936",222,274 +"1937",222,569 +"1938",222,6716 +"1939",222,9351 +"1940",222,41072 +"1941",222,88773 +"1942",222,110451 +"1943",222,110477 +"1944",223,8483 +"1945",223,15258 +"1946",223,37297 +"1947",223,44749 +"1948",223,47638 +"1949",223,51044 +"1950",223,51683 +"1951",223,51725 +"1952",223,52606 +"1953",223,57356 +"1954",223,64621 +"1955",223,66118 +"1956",223,71399 +"1957",224,58230 +"1958",225,8205 +"1959",225,8678 +"1960",225,12053 +"1961",225,30355 +"1962",225,45322 +"1963",225,53721 +"1964",226,684 +"1965",226,74930 +"1966",226,80891 +"1967",226,101266 +"1968",227,261 +"1969",227,6857 +"1970",227,8908 +"1971",227,9597 +"1972",227,31608 +"1973",227,38650 +"1974",227,66371 +"1975",227,76632 +"1976",227,81982 +"1977",227,90304 +"1978",227,105779 +"1979",227,106049 +"1980",227,119764 +"1981",227,120656 +"1982",227,120894 +"1983",228,234 +"1984",228,275 +"1985",228,12372 +"1986",228,12775 +"1987",228,12976 +"1988",229,305 +"1989",229,306 +"1990",230,41559 +"1991",230,50946 +"1992",231,254 +"1993",231,32318 +"1994",231,66625 +"1995",231,96080 +"1996",232,3608 +"1997",232,4433 +"1998",232,9659 +"1999",232,19422 +"2000",232,28369 +"2001",232,29037 +"2002",232,42212 +"2003",232,62183 +"2004",232,65362 +"2005",232,81722 +"2006",232,84770 +"2007",232,99136 +"2008",232,101117 +"2009",232,109262 +"2010",232,110196 +"2011",232,110216 +"2012",232,118496 +"2013",233,420 +"2014",233,4814 +"2015",233,24306 +"2016",233,50750 +"2017",233,65175 +"2018",233,91493 +"2019",234,275 +"2020",234,19597 +"2021",234,25114 +"2022",234,30906 +"2023",234,33831 +"2024",234,36739 +"2025",234,59834 +"2026",234,60572 +"2027",235,1388 +"2028",235,10202 +"2029",235,11572 +"2030",235,28162 +"2031",235,50819 +"2032",235,56464 +"2033",235,62324 +"2034",235,98094 +"2035",236,19118 +"2036",236,43991 +"2037",236,58878 +"2038",237,448 +"2039",237,1325 +"2040",237,1726 +"2041",237,2079 +"2042",237,6355 +"2043",237,9444 +"2044",237,13146 +"2045",237,20745 +"2046",237,20892 +"2047",237,21624 +"2048",237,23816 +"2049",237,30559 +"2050",237,32159 +"2051",237,35694 +"2052",237,38082 +"2053",237,39421 +"2054",237,39979 +"2055",237,42066 +"2056",237,47646 +"2057",237,50197 +"2058",237,50989 +"2059",237,55019 +"2060",237,55318 +"2061",237,56306 +"2062",237,58421 +"2063",237,58759 +"2064",237,59657 +"2065",237,64492 +"2066",237,75598 +"2067",237,78359 +"2068",237,85941 +"2069",237,111558 +"2070",238,307 +"2071",238,38377 +"2072",239,706 +"2073",239,28205 +"2074",239,92997 +"2075",239,115199 +"2076",239,118599 +"2077",240,77223 +"2078",240,113466 +"2079",241,9756 +"2080",241,16720 +"2081",241,20902 +"2082",241,23101 +"2083",241,39656 +"2084",241,40283 +"2085",241,49974 +"2086",241,53190 +"2087",241,58036 +"2088",241,69366 +"2089",241,72900 +"2090",241,75469 +"2091",241,86434 +"2092",241,94790 +"2093",241,97248 +"2094",241,97267 +"2095",241,97270 +"2096",241,97636 +"2097",241,99576 +"2098",242,29212 +"2099",242,55843 +"2100",242,62764 +"2101",242,77052 +"2102",242,85443 +"2103",242,93814 +"2104",242,99582 +"2105",243,266 +"2106",243,14334 +"2107",243,75788 +"2108",244,21090 +"2109",245,15954 +"2110",245,71793 +"2111",245,108494 +"2112",245,108524 +"2113",245,108545 +"2114",246,51444 +"2115",246,66307 +"2116",246,81406 +"2117",246,83044 +"2118",246,88722 +"2119",247,64090 +"2120",247,84066 +"2121",248,1751 +"2122",248,3242 +"2123",248,4050 +"2124",248,4098 +"2125",248,16074 +"2126",248,16164 +"2127",248,20563 +"2128",248,27753 +"2129",248,31423 +"2130",248,31492 +"2131",248,34492 +"2132",248,39058 +"2133",248,39714 +"2134",248,44319 +"2135",248,44858 +"2136",248,48277 +"2137",248,51349 +"2138",248,51654 +"2139",248,57105 +"2140",248,58035 +"2141",248,64615 +"2142",248,65565 +"2143",248,79676 +"2144",248,83165 +"2145",248,83906 +"2146",248,83915 +"2147",248,83949 +"2148",248,103718 +"2149",248,122716 +"2150",249,7403 +"2151",249,74811 +"2152",250,10937 +"2153",250,53839 +"2154",250,110494 +"2155",250,111272 +"2156",251,278 +"2157",251,7055 +"2158",251,15002 +"2159",251,15296 +"2160",251,15416 +"2161",251,16630 +"2162",251,16665 +"2163",251,18868 +"2164",251,21148 +"2165",251,24497 +"2166",251,24916 +"2167",251,24928 +"2168",251,30370 +"2169",251,33068 +"2170",251,36044 +"2171",251,38263 +"2172",251,38958 +"2173",251,55638 +"2174",251,69455 +"2175",251,84074 +"2176",251,85392 +"2177",251,91023 +"2178",251,92465 +"2179",251,107264 +"2180",252,2472 +"2181",252,3220 +"2182",252,15407 +"2183",252,27726 +"2184",252,30743 +"2185",252,34398 +"2186",252,37606 +"2187",252,44691 +"2188",252,65835 +"2189",252,69536 +"2190",252,73038 +"2191",252,74456 +"2192",252,76964 +"2193",252,79227 +"2194",252,82967 +"2195",252,88712 +"2196",252,93039 +"2197",252,101311 +"2198",252,101832 +"2199",252,109375 +"2200",253,309 +"2201",253,95028 +"2202",254,22680 +"2203",254,85091 +"2204",254,89076 +"2205",254,94339 +"2206",254,95959 +"2207",254,109072 +"2208",255,2154 +"2209",255,42698 +"2210",256,18628 +"2211",256,99201 +"2212",257,4071 +"2213",257,17579 +"2214",257,28568 +"2215",257,43524 +"2216",257,46429 +"2217",257,49613 +"2218",257,61382 +"2219",257,66805 +"2220",257,67582 +"2221",257,78262 +"2222",257,83228 +"2223",257,87155 +"2224",258,399 +"2225",258,417 +"2226",258,705 +"2227",258,801 +"2228",258,2472 +"2229",258,9769 +"2230",258,12223 +"2231",258,12610 +"2232",258,14241 +"2233",258,20666 +"2234",258,27726 +"2235",258,30033 +"2236",258,43348 +"2237",258,52340 +"2238",258,66977 +"2239",258,81474 +"2240",258,83892 +"2241",258,88618 +"2242",258,88764 +"2243",258,92035 +"2244",258,101100 +"2245",258,104204 +"2246",258,108193 +"2247",258,118784 +"2248",258,118788 +"2249",258,123483 +"2250",259,367 +"2251",259,18797 +"2252",259,26591 +"2253",259,26669 +"2254",259,56201 +"2255",260,2985 +"2256",260,3239 +"2257",260,4392 +"2258",260,6767 +"2259",260,11742 +"2260",260,11886 +"2261",260,12067 +"2262",260,15499 +"2263",260,15567 +"2264",260,16876 +"2265",260,17029 +"2266",260,19087 +"2267",260,19951 +"2268",260,24380 +"2269",260,30384 +"2270",260,30579 +"2271",260,31548 +"2272",260,31569 +"2273",260,31732 +"2274",260,34195 +"2275",260,35925 +"2276",260,36912 +"2277",260,38435 +"2278",260,38459 +"2279",260,38530 +"2280",260,39010 +"2281",260,40055 +"2282",260,47188 +"2283",260,47282 +"2284",260,47360 +"2285",260,57231 +"2286",260,69377 +"2287",262,279 +"2288",262,4274 +"2289",262,8594 +"2290",262,12528 +"2291",262,12618 +"2292",262,25200 +"2293",262,25288 +"2294",262,47780 +"2295",262,55454 +"2296",262,88058 +"2297",262,92717 +"2298",262,96179 +"2299",262,96200 +"2300",263,32378 +"2301",263,91650 +"2302",263,93303 +"2303",263,93324 +"2304",263,98685 +"2305",264,6687 +"2306",264,8277 +"2307",264,25438 +"2308",264,36261 +"2309",264,60345 +"2310",264,62644 +"2311",264,77511 +"2312",265,4323 +"2313",265,81300 +"2314",267,3035 +"2315",267,15305 +"2316",267,22207 +"2317",267,31961 +"2318",267,68111 +"2319",267,68249 +"2320",268,477 +"2321",268,25170 +"2322",268,30870 +"2323",268,51687 +"2324",268,58932 +"2325",268,63097 +"2326",268,74008 +"2327",269,4089 +"2328",269,8166 +"2329",269,8764 +"2330",269,9693 +"2331",269,9783 +"2332",269,33649 +"2333",269,50083 +"2334",269,55725 +"2335",269,69411 +"2336",269,82438 +"2337",269,102648 +"2338",269,102664 +"2339",270,277 +"2340",270,608 +"2341",270,633 +"2342",270,746 +"2343",270,983 +"2344",270,1051 +"2345",270,1124 +"2346",270,1144 +"2347",270,1336 +"2348",270,1435 +"2349",270,2019 +"2350",270,2424 +"2351",270,3203 +"2352",270,5430 +"2353",270,5943 +"2354",270,6750 +"2355",270,10488 +"2356",270,13307 +"2357",270,13533 +"2358",270,14656 +"2359",270,14666 +"2360",270,18394 +"2361",270,21330 +"2362",270,27497 +"2363",270,27586 +"2364",270,28600 +"2365",270,32131 +"2366",270,32296 +"2367",270,33014 +"2368",270,33335 +"2369",270,34537 +"2370",270,35528 +"2371",270,40028 +"2372",270,43455 +"2373",270,46629 +"2374",270,60878 +"2375",270,61920 +"2376",270,61982 +"2377",270,78058 +"2378",270,78597 +"2379",270,78934 +"2380",270,81362 +"2381",270,116702 +"2382",271,345 +"2383",271,4320 +"2384",271,49309 +"2385",271,67963 +"2386",271,80385 +"2387",271,109901 +"2388",272,15691 +"2389",272,35697 +"2390",272,36597 +"2391",272,43122 +"2392",272,61713 +"2393",272,100655 +"2394",273,2382 +"2395",273,5802 +"2396",273,11499 +"2397",273,13753 +"2398",273,18039 +"2399",273,24998 +"2400",273,28917 +"2401",273,32802 +"2402",273,42264 +"2403",273,66417 +"2404",273,76029 +"2405",274,569 +"2406",274,24764 +"2407",274,42638 +"2408",274,66197 +"2409",274,73508 +"2410",274,73516 +"2411",274,77989 +"2412",274,99219 +"2413",275,8088 +"2414",275,12103 +"2415",275,30906 +"2416",275,40344 +"2417",275,58456 +"2418",275,68952 +"2419",276,47172 +"2420",277,983 +"2421",277,1124 +"2422",277,1336 +"2423",277,5235 +"2424",277,5943 +"2425",277,6750 +"2426",277,6751 +"2427",277,9135 +"2428",277,16530 +"2429",277,17064 +"2430",277,18394 +"2431",277,18773 +"2432",277,21330 +"2433",277,21693 +"2434",277,32131 +"2435",277,47600 +"2436",277,60878 +"2437",277,61801 +"2438",277,64567 +"2439",277,81353 +"2440",277,85089 +"2441",277,119766 +"2442",277,119768 +"2443",277,119829 +"2444",278,15296 +"2445",278,15416 +"2446",278,19142 +"2447",278,21148 +"2448",278,30322 +"2449",278,32881 +"2450",278,33251 +"2451",278,36405 +"2452",278,38263 +"2453",278,43481 +"2454",278,75846 +"2455",278,75858 +"2456",278,84074 +"2457",279,8580 +"2458",279,32338 +"2459",279,69395 +"2460",279,119079 +"2461",280,281 +"2462",280,2639 +"2463",280,8946 +"2464",280,11466 +"2465",280,22132 +"2466",280,52733 +"2467",280,88194 +"2468",280,103212 +"2469",280,111402 +"2470",281,2639 +"2471",281,8363 +"2472",281,8946 +"2473",281,11466 +"2474",281,12671 +"2475",281,14079 +"2476",281,18214 +"2477",281,22132 +"2478",281,27677 +"2479",281,32264 +"2480",281,35895 +"2481",281,50742 +"2482",281,52733 +"2483",281,60351 +"2484",281,71436 +"2485",281,80446 +"2486",281,88194 +"2487",281,96700 +"2488",281,103212 +"2489",281,105418 +"2490",281,109339 +"2491",281,109478 +"2492",281,110868 +"2493",281,111684 +"2494",281,113079 +"2495",281,114266 +"2496",281,118890 +"2497",281,121384 +"2498",282,4815 +"2499",282,9740 +"2500",282,12573 +"2501",282,14255 +"2502",282,19998 +"2503",282,30544 +"2504",282,35432 +"2505",282,47033 +"2506",282,73578 +"2507",282,76845 +"2508",282,84883 +"2509",282,89634 +"2510",282,93369 +"2511",282,93401 +"2512",282,101256 +"2513",282,105780 +"2514",282,107549 +"2515",283,13620 +"2516",283,110746 +"2517",284,40588 +"2518",285,9392 +"2519",285,29493 +"2520",285,47974 +"2521",285,57996 +"2522",285,71480 +"2523",285,76937 +"2524",285,94483 +"2525",285,95549 +"2526",285,95563 +"2527",285,99364 +"2528",285,112178 +"2529",285,112210 +"2530",286,2698 +"2531",286,27537 +"2532",287,3274 +"2533",287,5701 +"2534",287,20896 +"2535",287,20965 +"2536",287,24191 +"2537",287,37689 +"2538",287,38570 +"2539",287,54004 +"2540",287,71858 +"2541",288,7768 +"2542",288,25794 +"2543",288,26663 +"2544",288,28406 +"2545",288,34787 +"2546",288,35549 +"2547",288,36137 +"2548",288,48527 +"2549",288,62429 +"2550",288,62599 +"2551",288,68843 +"2552",288,69482 +"2553",288,69483 +"2554",288,69484 +"2555",288,69527 +"2556",288,69676 +"2557",288,69694 +"2558",288,69800 +"2559",288,69894 +"2560",288,69917 +"2561",288,94353 +"2562",288,97716 +"2563",288,104331 +"2564",288,113493 +"2565",289,537 +"2566",289,3592 +"2567",289,11806 +"2568",289,26853 +"2569",289,53395 +"2570",289,56852 +"2571",289,86551 +"2572",290,9170 +"2573",290,10116 +"2574",290,29991 +"2575",290,30802 +"2576",290,40098 +"2577",290,41699 +"2578",290,41864 +"2579",291,6241 +"2580",291,9305 +"2581",291,11746 +"2582",291,17983 +"2583",291,24405 +"2584",291,39278 +"2585",291,40584 +"2586",291,53612 +"2587",291,61148 +"2588",291,65357 +"2589",291,68550 +"2590",292,6376 +"2591",292,15901 +"2592",292,40770 +"2593",292,69974 +"2594",292,97308 +"2595",292,99043 +"2596",293,294 +"2597",293,295 +"2598",293,302 +"2599",293,313 +"2600",293,326 +"2601",293,377 +"2602",293,543 +"2603",293,552 +"2604",294,295 +"2605",294,302 +"2606",294,313 +"2607",294,326 +"2608",294,377 +"2609",294,543 +"2610",294,552 +"2611",294,1151 +"2612",294,1467 +"2613",294,1616 +"2614",294,1719 +"2615",294,1777 +"2616",294,2640 +"2617",294,2662 +"2618",294,4057 +"2619",294,4940 +"2620",294,4962 +"2621",294,5078 +"2622",294,5422 +"2623",294,5427 +"2624",294,5444 +"2625",294,5457 +"2626",294,5462 +"2627",294,5489 +"2628",294,5492 +"2629",294,5504 +"2630",294,7605 +"2631",294,8760 +"2632",294,35256 +"2633",294,54234 +"2634",295,302 +"2635",295,313 +"2636",295,326 +"2637",295,377 +"2638",295,543 +"2639",295,552 +"2640",296,26462 +"2641",296,84372 +"2642",296,103330 +"2643",297,10889 +"2644",297,29566 +"2645",297,54021 +"2646",297,59207 +"2647",298,10639 +"2648",298,17745 +"2649",298,73164 +"2650",298,110251 +"2651",298,117437 +"2652",298,117540 +"2653",299,938 +"2654",299,5102 +"2655",299,9186 +"2656",299,10286 +"2657",299,10996 +"2658",299,11108 +"2659",299,14348 +"2660",299,16864 +"2661",299,18978 +"2662",299,19011 +"2663",299,21065 +"2664",299,27641 +"2665",299,27742 +"2666",299,29072 +"2667",299,30261 +"2668",299,30541 +"2669",299,32355 +"2670",299,36724 +"2671",299,47508 +"2672",299,52706 +"2673",299,55837 +"2674",299,62936 +"2675",299,80156 +"2676",299,94413 +"2677",299,99550 +"2678",299,121557 +"2679",300,80701 +"2680",300,80713 +"2681",301,2913 +"2682",301,89782 +"2683",302,313 +"2684",302,326 +"2685",302,377 +"2686",302,543 +"2687",302,552 +"2688",302,1123 +"2689",302,1151 +"2690",302,1467 +"2691",302,1495 +"2692",302,1600 +"2693",302,1616 +"2694",302,1719 +"2695",302,1777 +"2696",302,2036 +"2697",302,2662 +"2698",302,3830 +"2699",302,4057 +"2700",302,4918 +"2701",302,4940 +"2702",302,4962 +"2703",302,5078 +"2704",302,5422 +"2705",302,5427 +"2706",302,5444 +"2707",302,5457 +"2708",302,5462 +"2709",302,5489 +"2710",302,5492 +"2711",302,5504 +"2712",302,7323 +"2713",302,7605 +"2714",302,7755 +"2715",302,8760 +"2716",302,20080 +"2717",302,22749 +"2718",302,37682 +"2719",302,40019 +"2720",302,41747 +"2721",302,42405 +"2722",302,44254 +"2723",302,45465 +"2724",302,46641 +"2725",302,50518 +"2726",302,54234 +"2727",302,56301 +"2728",302,57003 +"2729",302,63936 +"2730",302,70388 +"2731",302,70425 +"2732",302,72740 +"2733",302,78721 +"2734",302,86625 +"2735",303,703 +"2736",303,704 +"2737",303,795 +"2738",303,46372 +"2739",304,3788 +"2740",304,7695 +"2741",304,11051 +"2742",304,17770 +"2743",304,19589 +"2744",304,25767 +"2745",304,27644 +"2746",304,36065 +"2747",304,42682 +"2748",304,50604 +"2749",304,57270 +"2750",304,58645 +"2751",304,60928 +"2752",304,65137 +"2753",304,78437 +"2754",304,80041 +"2755",304,95220 +"2756",304,99575 +"2757",304,101067 +"2758",304,107050 +"2759",305,306 +"2760",305,6340 +"2761",305,9170 +"2762",305,11316 +"2763",305,27882 +"2764",305,43989 +"2765",305,46587 +"2766",305,54871 +"2767",305,58440 +"2768",305,62788 +"2769",306,8395 +"2770",306,40319 +"2771",306,43989 +"2772",306,48601 +"2773",306,52585 +"2774",306,59896 +"2775",306,62788 +"2776",306,69363 +"2777",306,72429 +"2778",306,89622 +"2779",306,95941 +"2780",307,34969 +"2781",307,48786 +"2782",307,61666 +"2783",307,76382 +"2784",307,76936 +"2785",307,95424 +"2786",308,41561 +"2787",309,36714 +"2788",309,103804 +"2789",309,108782 +"2790",310,4371 +"2791",310,21659 +"2792",310,43281 +"2793",310,85167 +"2794",311,359 +"2795",311,387 +"2796",311,3917 +"2797",311,8198 +"2798",311,9395 +"2799",311,18213 +"2800",311,46262 +"2801",311,55539 +"2802",311,58459 +"2803",311,61477 +"2804",311,69969 +"2805",311,70030 +"2806",312,344 +"2807",312,516 +"2808",312,2032 +"2809",312,2533 +"2810",312,3065 +"2811",312,3989 +"2812",312,5429 +"2813",312,6723 +"2814",312,6831 +"2815",312,8318 +"2816",312,8510 +"2817",312,12791 +"2818",312,19248 +"2819",312,29783 +"2820",312,44796 +"2821",312,49194 +"2822",312,51041 +"2823",313,326 +"2824",313,377 +"2825",313,543 +"2826",313,552 +"2827",313,27478 +"2828",313,38078 +"2829",314,20710 +"2830",314,32612 +"2831",314,43839 +"2832",314,56712 +"2833",314,76652 +"2834",314,92780 +"2835",314,119671 +"2836",315,9605 +"2837",315,12394 +"2838",315,18916 +"2839",315,29343 +"2840",315,47654 +"2841",315,58549 +"2842",315,70058 +"2843",315,85115 +"2844",316,320 +"2845",316,329 +"2846",316,1626 +"2847",316,4320 +"2848",316,29113 +"2849",316,31444 +"2850",316,38597 +"2851",316,49309 +"2852",316,49655 +"2853",316,64530 +"2854",316,81490 +"2855",317,1067 +"2856",317,4000 +"2857",317,9048 +"2858",317,11455 +"2859",317,28354 +"2860",317,52945 +"2861",317,70975 +"2862",317,101410 +"2863",318,5255 +"2864",319,1321 +"2865",319,5321 +"2866",319,7528 +"2867",319,16101 +"2868",319,29951 +"2869",319,39968 +"2870",319,83508 +"2871",319,84241 +"2872",320,329 +"2873",321,341 +"2874",321,48860 +"2875",322,17824 +"2876",322,18179 +"2877",323,3420 +"2878",323,11651 +"2879",323,23350 +"2880",323,38750 +"2881",323,44840 +"2882",323,79100 +"2883",324,38354 +"2884",324,77752 +"2885",324,102728 +"2886",325,3193 +"2887",325,5283 +"2888",325,6718 +"2889",325,8952 +"2890",325,31902 +"2891",325,56580 +"2892",325,60878 +"2893",325,80242 +"2894",326,377 +"2895",326,543 +"2896",326,552 +"2897",326,2646 +"2898",326,2665 +"2899",326,2685 +"2900",326,3093 +"2901",326,3169 +"2902",326,3183 +"2903",326,3228 +"2904",326,3249 +"2905",326,3288 +"2906",327,1684 +"2907",327,2070 +"2908",327,4833 +"2909",327,9060 +"2910",327,10300 +"2911",327,13527 +"2912",327,13611 +"2913",327,14819 +"2914",327,27149 +"2915",327,29770 +"2916",327,40108 +"2917",327,56449 +"2918",328,5588 +"2919",328,18531 +"2920",328,32702 +"2921",328,35153 +"2922",328,49493 +"2923",328,98267 +"2924",328,106098 +"2925",330,346 +"2926",330,56901 +"2927",331,23081 +"2928",331,67297 +"2929",331,77953 +"2930",331,94878 +"2931",331,94900 +"2932",332,18744 +"2933",332,18758 +"2934",332,18836 +"2935",332,26622 +"2936",332,42114 +"2937",332,54595 +"2938",332,66265 +"2939",332,82476 +"2940",332,83777 +"2941",332,94770 +"2942",333,24265 +"2943",333,38266 +"2944",333,39804 +"2945",333,57860 +"2946",333,58181 +"2947",333,77178 +"2948",333,77182 +"2949",333,100853 +"2950",333,106285 +"2951",333,110587 +"2952",333,121811 +"2953",334,868 +"2954",334,1524 +"2955",334,7236 +"2956",334,26386 +"2957",334,37493 +"2958",334,41680 +"2959",334,41710 +"2960",334,54535 +"2961",334,58726 +"2962",334,59098 +"2963",334,65514 +"2964",334,65543 +"2965",335,505 +"2966",335,4809 +"2967",335,11601 +"2968",335,12096 +"2969",335,12134 +"2970",335,14879 +"2971",335,20266 +"2972",335,22524 +"2973",335,26570 +"2974",335,27269 +"2975",335,28434 +"2976",335,34840 +"2977",335,45596 +"2978",335,48357 +"2979",335,50380 +"2980",335,51396 +"2981",335,51819 +"2982",335,58035 +"2983",335,58230 +"2984",335,59755 +"2985",335,64031 +"2986",335,67434 +"2987",335,77774 +"2988",335,78875 +"2989",335,79766 +"2990",335,80471 +"2991",335,82203 +"2992",335,86325 +"2993",335,90492 +"2994",335,91371 +"2995",335,91412 +"2996",335,91413 +"2997",335,100396 +"2998",335,101783 +"2999",335,109319 +"3000",335,109814 +"3001",335,111693 +"3002",335,111888 +"3003",335,115718 +"3004",336,19651 +"3005",336,33542 +"3006",336,78440 +"3007",336,121239 +"3008",337,99063 +"3009",337,99253 +"3010",338,33205 +"3011",338,50890 +"3012",338,65169 +"3013",338,91825 +"3014",339,871 +"3015",339,1540 +"3016",339,3351 +"3017",339,5198 +"3018",339,5753 +"3019",339,5785 +"3020",339,10066 +"3021",339,17052 +"3022",339,17439 +"3023",339,22226 +"3024",339,23005 +"3025",339,24175 +"3026",339,27368 +"3027",339,33436 +"3028",339,43708 +"3029",339,49569 +"3030",339,50487 +"3031",339,70712 +"3032",339,80510 +"3033",339,84475 +"3034",339,90553 +"3035",339,94742 +"3036",339,99381 +"3037",339,112932 +"3038",340,808 +"3039",340,76868 +"3040",340,96573 +"3041",340,98363 +"3042",340,98720 +"3043",341,841 +"3044",341,5075 +"3045",341,9810 +"3046",341,25126 +"3047",341,25175 +"3048",341,28562 +"3049",341,30654 +"3050",341,31331 +"3051",341,38015 +"3052",341,39020 +"3053",341,44586 +"3054",341,45370 +"3055",341,48860 +"3056",341,65949 +"3057",341,71613 +"3058",342,7705 +"3059",343,92182 +"3060",344,2032 +"3061",344,2533 +"3062",344,4064 +"3063",344,6831 +"3064",344,29783 +"3065",344,31458 +"3066",344,51041 +"3067",344,75377 +"3068",345,4320 +"3069",345,49309 +"3070",345,60708 +"3071",345,67963 +"3072",345,80385 +"3073",345,109901 +"3074",346,51553 +"3075",346,52541 +"3076",346,53809 +"3077",346,58030 +"3078",346,68823 +"3079",346,70328 +"3080",346,81273 +"3081",346,101441 +"3082",346,111311 +"3083",346,121339 +"3084",346,121348 +"3085",346,121354 +"3086",346,122160 +"3087",347,30415 +"3088",347,37307 +"3089",347,50367 +"3090",347,54820 +"3091",347,59969 +"3092",348,1966 +"3093",348,4449 +"3094",348,5845 +"3095",348,10799 +"3096",348,11876 +"3097",348,12627 +"3098",348,13454 +"3099",348,14404 +"3100",348,17088 +"3101",348,20336 +"3102",348,20432 +"3103",348,22930 +"3104",348,30417 +"3105",348,32704 +"3106",348,33082 +"3107",348,37519 +"3108",348,38122 +"3109",348,46072 +"3110",348,52444 +"3111",348,56555 +"3112",348,80691 +"3113",349,4889 +"3114",349,9763 +"3115",349,28296 +"3116",349,58187 +"3117",349,84786 +"3118",349,113114 +"3119",350,33763 +"3120",350,58467 +"3121",350,60721 +"3122",350,80719 +"3123",350,80739 +"3124",350,90238 +"3125",351,15950 +"3126",351,16009 +"3127",351,37365 +"3128",351,39969 +"3129",351,46141 +"3130",351,65125 +"3131",351,74893 +"3132",352,5785 +"3133",352,79371 +"3134",352,111325 +"3135",352,112014 +"3136",353,2076 +"3137",353,2324 +"3138",353,2556 +"3139",353,4063 +"3140",353,13062 +"3141",353,17205 +"3142",353,18871 +"3143",353,22744 +"3144",353,23483 +"3145",353,25258 +"3146",353,26577 +"3147",353,27235 +"3148",353,35801 +"3149",353,45515 +"3150",353,58263 +"3151",353,58730 +"3152",353,69934 +"3153",353,81797 +"3154",353,81923 +"3155",353,84097 +"3156",353,86109 +"3157",353,89695 +"3158",353,90540 +"3159",353,91804 +"3160",353,107102 +"3161",354,26551 +"3162",354,30449 +"3163",354,36861 +"3164",354,50721 +"3165",354,78354 +"3166",355,74672 +"3167",355,100050 +"3168",356,20860 +"3169",356,25839 +"3170",356,40901 +"3171",356,91820 +"3172",356,106356 +"3173",356,107453 +"3174",356,114792 +"3175",357,22005 +"3176",357,24923 +"3177",357,40937 +"3178",357,61246 +"3179",357,61719 +"3180",357,68170 +"3181",357,102824 +"3182",357,119881 +"3183",357,119882 +"3184",358,361 +"3185",358,392 +"3186",358,39707 +"3187",358,49484 +"3188",358,49501 +"3189",358,49540 +"3190",358,49581 +"3191",358,63969 +"3192",358,69087 +"3193",358,72708 +"3194",358,98323 +"3195",359,387 +"3196",359,2035 +"3197",359,3917 +"3198",359,4802 +"3199",359,8198 +"3200",359,15826 +"3201",359,18045 +"3202",359,18113 +"3203",359,19873 +"3204",359,24027 +"3205",359,37308 +"3206",359,40309 +"3207",359,52292 +"3208",359,52296 +"3209",359,60487 +"3210",359,113040 +"3211",360,2280 +"3212",360,3205 +"3213",360,3499 +"3214",360,3583 +"3215",360,4597 +"3216",360,6554 +"3217",360,15864 +"3218",360,17577 +"3219",360,22260 +"3220",360,24066 +"3221",360,32147 +"3222",360,33227 +"3223",360,34811 +"3224",360,46469 +"3225",360,49376 +"3226",360,77356 +"3227",360,83268 +"3228",360,92797 +"3229",360,92820 +"3230",361,392 +"3231",361,34241 +"3232",361,113423 +"3233",362,1600 +"3234",362,25433 +"3235",362,55812 +"3236",362,55915 +"3237",363,961 +"3238",363,21413 +"3239",363,26338 +"3240",363,26523 +"3241",363,58985 +"3242",363,97056 +"3243",363,101693 +"3244",364,796 +"3245",364,3116 +"3246",364,3190 +"3247",364,6171 +"3248",364,9306 +"3249",364,15253 +"3250",364,15276 +"3251",364,15293 +"3252",364,15880 +"3253",364,19584 +"3254",364,21032 +"3255",364,21474 +"3256",364,21536 +"3257",364,22825 +"3258",364,26285 +"3259",364,27581 +"3260",364,37657 +"3261",364,39937 +"3262",364,47232 +"3263",364,48451 +"3264",364,65840 +"3265",364,109317 +"3266",364,114287 +"3267",364,116110 +"3268",364,116965 +"3269",365,366 +"3270",365,29254 +"3271",365,91693 +"3272",366,7983 +"3273",366,27124 +"3274",366,62468 +"3275",366,81220 +"3276",366,94613 +"3277",367,6713 +"3278",367,23148 +"3279",367,29151 +"3280",367,30594 +"3281",367,30642 +"3282",367,31319 +"3283",367,31320 +"3284",367,73068 +"3285",368,18148 +"3286",368,42522 +"3287",369,25575 +"3288",369,83341 +"3289",369,84577 +"3290",369,104575 +"3291",370,1774 +"3292",370,9441 +"3293",371,860 +"3294",371,2831 +"3295",371,2877 +"3296",371,3021 +"3297",371,25160 +"3298",371,28051 +"3299",371,38562 +"3300",371,40900 +"3301",371,41010 +"3302",371,41040 +"3303",372,21154 +"3304",373,61908 +"3305",374,2099 +"3306",374,2447 +"3307",374,2743 +"3308",374,2792 +"3309",374,5195 +"3310",374,24257 +"3311",374,30931 +"3312",374,44364 +"3313",374,50312 +"3314",374,85269 +"3315",375,50288 +"3316",376,16550 +"3317",376,41105 +"3318",376,62643 +"3319",377,543 +"3320",377,552 +"3321",377,1616 +"3322",377,1719 +"3323",377,1777 +"3324",377,2372 +"3325",377,2484 +"3326",377,2640 +"3327",377,2662 +"3328",377,4057 +"3329",377,4940 +"3330",377,7323 +"3331",377,7605 +"3332",377,9553 +"3333",377,12543 +"3334",377,22749 +"3335",377,32251 +"3336",377,35256 +"3337",377,37570 +"3338",377,37682 +"3339",377,38341 +"3340",377,40312 +"3341",377,44499 +"3342",377,48104 +"3343",377,48183 +"3344",377,48525 +"3345",377,48696 +"3346",378,4061 +"3347",378,13620 +"3348",378,23791 +"3349",378,29603 +"3350",378,34445 +"3351",378,75007 +"3352",379,2717 +"3353",379,11329 +"3354",379,11482 +"3355",379,14887 +"3356",379,15692 +"3357",379,17958 +"3358",379,23063 +"3359",379,23396 +"3360",380,1102 +"3361",380,3801 +"3362",380,5569 +"3363",380,6215 +"3364",380,9051 +"3365",380,10513 +"3366",380,14559 +"3367",380,14656 +"3368",380,16122 +"3369",380,19179 +"3370",380,19182 +"3371",380,21506 +"3372",380,22170 +"3373",380,22946 +"3374",380,24864 +"3375",380,24938 +"3376",380,28139 +"3377",380,28969 +"3378",380,32398 +"3379",380,44378 +"3380",380,56196 +"3381",380,63075 +"3382",380,78089 +"3383",380,87883 +"3384",381,396 +"3385",381,28133 +"3386",381,71272 +"3387",381,91740 +"3388",381,101109 +"3389",381,114598 +"3390",382,15377 +"3391",382,36770 +"3392",382,68547 +"3393",382,84827 +"3394",382,94974 +"3395",383,1923 +"3396",383,2927 +"3397",383,4145 +"3398",383,6524 +"3399",383,9729 +"3400",383,10220 +"3401",383,15364 +"3402",383,16026 +"3403",383,16441 +"3404",383,19553 +"3405",383,22546 +"3406",383,26597 +"3407",383,26604 +"3408",383,33720 +"3409",383,33723 +"3410",383,35278 +"3411",383,36840 +"3412",383,40644 +"3413",383,41853 +"3414",383,42382 +"3415",383,46616 +"3416",383,49911 +"3417",383,53584 +"3418",383,55183 +"3419",383,55419 +"3420",383,56553 +"3421",383,57454 +"3422",383,59538 +"3423",383,65712 +"3424",383,79476 +"3425",383,79483 +"3426",383,88984 +"3427",383,92358 +"3428",384,29172 +"3429",384,39933 +"3430",384,60292 +"3431",384,75130 +"3432",385,5522 +"3433",385,83753 +"3434",386,35182 +"3435",386,35409 +"3436",386,49078 +"3437",387,43247 +"3438",388,535 +"3439",388,1560 +"3440",388,5741 +"3441",388,6752 +"3442",388,7657 +"3443",388,8581 +"3444",388,8675 +"3445",388,8771 +"3446",388,8880 +"3447",388,11429 +"3448",388,14726 +"3449",388,33064 +"3450",388,34148 +"3451",388,34762 +"3452",388,40392 +"3453",388,48657 +"3454",388,62435 +"3455",388,64104 +"3456",388,75435 +"3457",388,77115 +"3458",388,86418 +"3459",388,93387 +"3460",388,103402 +"3461",388,103411 +"3462",389,80723 +"3463",389,96671 +"3464",389,118967 +"3465",390,20905 +"3466",390,24934 +"3467",390,26149 +"3468",390,26784 +"3469",390,28202 +"3470",390,54212 +"3471",390,119731 +"3472",390,120555 +"3473",390,121083 +"3474",391,975 +"3475",391,3315 +"3476",391,9031 +"3477",391,21517 +"3478",393,708 +"3479",393,6111 +"3480",393,6747 +"3481",393,6841 +"3482",393,21979 +"3483",393,35972 +"3484",393,45921 +"3485",393,49600 +"3486",393,52053 +"3487",393,71337 +"3488",393,78736 +"3489",393,83068 +"3490",393,85664 +"3491",393,93341 +"3492",393,95232 +"3493",394,902 +"3494",394,1299 +"3495",394,9300 +"3496",394,14421 +"3497",394,17751 +"3498",394,54710 +"3499",394,58286 +"3500",394,81743 +"3501",395,36235 +"3502",396,651 +"3503",397,42618 +"3504",397,90347 +"3505",398,1143 +"3506",398,2091 +"3507",398,2509 +"3508",398,3053 +"3509",398,3207 +"3510",398,14760 +"3511",398,15338 +"3512",398,15978 +"3513",398,19423 +"3514",398,23277 +"3515",398,29819 +"3516",398,34088 +"3517",398,36159 +"3518",398,36247 +"3519",398,37266 +"3520",398,39534 +"3521",398,42792 +"3522",398,48282 +"3523",398,49347 +"3524",398,53230 +"3525",398,54403 +"3526",398,60417 +"3527",398,71607 +"3528",398,76683 +"3529",398,80966 +"3530",398,88686 +"3531",398,92445 +"3532",398,97831 +"3533",398,104025 +"3534",398,113034 +"3535",399,63818 +"3536",399,105271 +"3537",400,10100 +"3538",400,18233 +"3539",400,39835 +"3540",400,75901 +"3541",400,76110 +"3542",400,78806 +"3543",400,91073 +"3544",400,95469 +"3545",400,101524 +"3546",400,109010 +"3547",401,5017 +"3548",401,6774 +"3549",401,7565 +"3550",401,8651 +"3551",401,9793 +"3552",401,15620 +"3553",401,17826 +"3554",401,23779 +"3555",401,26982 +"3556",401,37215 +"3557",401,71005 +"3558",401,77565 +"3559",401,79561 +"3560",401,87434 +"3561",401,97027 +"3562",402,5794 +"3563",402,68817 +"3564",403,416 +"3565",403,466 +"3566",403,502 +"3567",403,648 +"3568",403,649 +"3569",403,650 +"3570",403,45850 +"3571",404,3936 +"3572",404,4558 +"3573",404,4785 +"3574",404,23319 +"3575",404,25010 +"3576",404,27151 +"3577",404,34335 +"3578",404,58746 +"3579",404,117499 +"3580",405,4013 +"3581",405,22596 +"3582",405,22601 +"3583",405,39793 +"3584",405,75855 +"3585",405,88432 +"3586",405,88525 +"3587",405,97233 +"3588",406,12397 +"3589",406,19111 +"3590",406,19386 +"3591",406,28195 +"3592",406,35830 +"3593",406,39286 +"3594",406,41863 +"3595",406,47883 +"3596",406,53044 +"3597",406,57068 +"3598",406,60247 +"3599",406,73983 +"3600",406,76102 +"3601",406,104356 +"3602",406,105596 +"3603",406,118153 +"3604",407,18381 +"3605",407,21670 +"3606",407,35090 +"3607",407,35822 +"3608",407,42088 +"3609",408,50972 +"3610",409,561 +"3611",409,3220 +"3612",409,39058 +"3613",409,40940 +"3614",409,44319 +"3615",409,53703 +"3616",409,73276 +"3617",409,77363 +"3618",409,96884 +"3619",410,503 +"3620",410,1271 +"3621",410,20948 +"3622",410,47029 +"3623",410,71786 +"3624",411,4880 +"3625",411,6712 +"3626",411,8210 +"3627",411,29278 +"3628",411,46637 +"3629",411,46639 +"3630",411,71025 +"3631",411,76926 +"3632",411,79020 +"3633",411,86730 +"3634",412,70045 +"3635",412,96904 +"3636",412,109911 +"3637",412,115241 +"3638",413,4710 +"3639",413,8004 +"3640",413,10844 +"3641",413,18250 +"3642",413,28753 +"3643",413,32384 +"3644",413,44317 +"3645",413,50969 +"3646",413,65716 +"3647",413,69927 +"3648",413,69935 +"3649",413,70421 +"3650",413,85139 +"3651",413,99288 +"3652",413,106608 +"3653",413,120644 +"3654",414,98147 +"3655",415,542 +"3656",415,570 +"3657",415,2196 +"3658",415,3209 +"3659",415,3897 +"3660",415,3905 +"3661",415,4369 +"3662",415,5291 +"3663",415,5946 +"3664",415,7559 +"3665",415,7572 +"3666",415,7619 +"3667",415,7621 +"3668",415,7631 +"3669",415,7651 +"3670",415,8058 +"3671",415,8059 +"3672",415,8076 +"3673",415,8083 +"3674",415,11611 +"3675",415,13636 +"3676",415,13700 +"3677",415,13871 +"3678",415,25657 +"3679",415,33522 +"3680",415,50688 +"3681",415,63511 +"3682",416,466 +"3683",416,502 +"3684",416,648 +"3685",416,649 +"3686",416,650 +"3687",416,4052 +"3688",416,4959 +"3689",416,9907 +"3690",416,10475 +"3691",416,12815 +"3692",416,13620 +"3693",416,25524 +"3694",416,42062 +"3695",416,82038 +"3696",416,106496 +"3697",416,106502 +"3698",416,113754 +"3699",417,705 +"3700",417,801 +"3701",417,1243 +"3702",417,2873 +"3703",417,3451 +"3704",417,33759 +"3705",417,43348 +"3706",417,43507 +"3707",417,65670 +"3708",417,74602 +"3709",417,85928 +"3710",417,90600 +"3711",417,100010 +"3712",417,100277 +"3713",417,100982 +"3714",417,101005 +"3715",417,101759 +"3716",417,101953 +"3717",417,107654 +"3718",418,3913 +"3719",418,31510 +"3720",418,74420 +"3721",418,114952 +"3722",418,115206 +"3723",419,722 +"3724",419,1355 +"3725",419,1820 +"3726",419,6055 +"3727",419,6828 +"3728",419,7992 +"3729",419,11659 +"3730",419,22213 +"3731",419,23835 +"3732",419,28863 +"3733",419,33801 +"3734",419,47890 +"3735",419,50807 +"3736",419,94890 +"3737",420,656 +"3738",420,981 +"3739",420,1172 +"3740",420,1333 +"3741",420,5176 +"3742",420,18066 +"3743",420,21238 +"3744",420,38200 +"3745",420,42206 +"3746",420,43873 +"3747",420,51899 +"3748",420,61937 +"3749",420,67340 +"3750",420,71572 +"3751",420,71795 +"3752",421,524 +"3753",421,3493 +"3754",421,4379 +"3755",421,7075 +"3756",421,8040 +"3757",421,10819 +"3758",421,12361 +"3759",421,14160 +"3760",421,15251 +"3761",421,15921 +"3762",421,17053 +"3763",421,17810 +"3764",421,19655 +"3765",421,21383 +"3766",421,21427 +"3767",421,21474 +"3768",421,21666 +"3769",421,23886 +"3770",421,23966 +"3771",421,24720 +"3772",421,24787 +"3773",421,27075 +"3774",421,27989 +"3775",421,28816 +"3776",421,28978 +"3777",421,30019 +"3778",421,31335 +"3779",421,32319 +"3780",421,32592 +"3781",421,32863 +"3782",421,33522 +"3783",421,37094 +"3784",421,40269 +"3785",421,41436 +"3786",421,44092 +"3787",421,48291 +"3788",421,49164 +"3789",421,49515 +"3790",421,51144 +"3791",421,57036 +"3792",421,57663 +"3793",421,59105 +"3794",421,66787 +"3795",421,72632 +"3796",421,81473 +"3797",421,82171 +"3798",421,85198 +"3799",421,85199 +"3800",421,87142 +"3801",421,91450 +"3802",421,112102 +"3803",421,114692 +"3804",421,121594 +"3805",422,3872 +"3806",422,4329 +"3807",422,8945 +"3808",422,9046 +"3809",422,10688 +"3810",422,10788 +"3811",422,12500 +"3812",422,14448 +"3813",422,15099 +"3814",422,16669 +"3815",422,19805 +"3816",422,21098 +"3817",422,21918 +"3818",422,24939 +"3819",422,25639 +"3820",422,26432 +"3821",422,26943 +"3822",422,28499 +"3823",422,30866 +"3824",422,31700 +"3825",422,32361 +"3826",422,33275 +"3827",422,33883 +"3828",422,36286 +"3829",422,36767 +"3830",422,37937 +"3831",422,40419 +"3832",422,42608 +"3833",422,44180 +"3834",422,45818 +"3835",422,51476 +"3836",422,51892 +"3837",422,53755 +"3838",422,54168 +"3839",422,57210 +"3840",422,58482 +"3841",422,59172 +"3842",422,59816 +"3843",422,61874 +"3844",422,63274 +"3845",422,66322 +"3846",422,67327 +"3847",422,70854 +"3848",422,71683 +"3849",422,72568 +"3850",422,72628 +"3851",422,73069 +"3852",422,73767 +"3853",422,76110 +"3854",422,78532 +"3855",422,81609 +"3856",422,83981 +"3857",422,85885 +"3858",422,91255 +"3859",422,92247 +"3860",422,92352 +"3861",422,92362 +"3862",422,92929 +"3863",422,93719 +"3864",422,94906 +"3865",422,94946 +"3866",422,95889 +"3867",422,96093 +"3868",422,97988 +"3869",422,99309 +"3870",422,99376 +"3871",422,99450 +"3872",422,99471 +"3873",422,99474 +"3874",422,100916 +"3875",422,100944 +"3876",422,101126 +"3877",422,101329 +"3878",422,105557 +"3879",422,107199 +"3880",422,108743 +"3881",422,108980 +"3882",422,109291 +"3883",422,109933 +"3884",422,110483 +"3885",422,110567 +"3886",422,110572 +"3887",422,110630 +"3888",422,110648 +"3889",422,110711 +"3890",422,110770 +"3891",422,110869 +"3892",422,110911 +"3893",422,111285 +"3894",422,111314 +"3895",422,111362 +"3896",422,111372 +"3897",422,111424 +"3898",422,111433 +"3899",422,112422 +"3900",422,113269 +"3901",422,113430 +"3902",422,114242 +"3903",422,114842 +"3904",422,115427 +"3905",422,115521 +"3906",422,115711 +"3907",422,120487 +"3908",423,63189 +"3909",423,81962 +"3910",424,5147 +"3911",424,10420 +"3912",424,13427 +"3913",424,14412 +"3914",424,28816 +"3915",424,35400 +"3916",424,42923 +"3917",424,97151 +"3918",424,102498 +"3919",425,4753 +"3920",425,17437 +"3921",425,19646 +"3922",425,21236 +"3923",425,28570 +"3924",425,38399 +"3925",425,47626 +"3926",425,58208 +"3927",425,59566 +"3928",425,84452 +"3929",425,102658 +"3930",425,106477 +"3931",425,110302 +"3932",425,110888 +"3933",426,449 +"3934",426,84434 +"3935",427,428 +"3936",427,435 +"3937",427,440 +"3938",427,2504 +"3939",427,11136 +"3940",427,13959 +"3941",427,15684 +"3942",427,18547 +"3943",427,20221 +"3944",427,23645 +"3945",427,30742 +"3946",427,30891 +"3947",427,39553 +"3948",427,41827 +"3949",427,46218 +"3950",427,61198 +"3951",427,98043 +"3952",428,435 +"3953",428,440 +"3954",429,474 +"3955",429,7425 +"3956",429,13674 +"3957",429,22030 +"3958",429,23246 +"3959",429,27927 +"3960",429,34856 +"3961",429,37937 +"3962",429,39062 +"3963",429,41813 +"3964",429,54933 +"3965",429,67239 +"3966",429,79466 +"3967",429,87958 +"3968",429,110495 +"3969",430,12686 +"3970",430,20742 +"3971",430,33914 +"3972",430,41266 +"3973",430,41337 +"3974",430,44557 +"3975",430,49494 +"3976",430,79373 +"3977",432,42270 +"3978",432,89507 +"3979",433,14674 +"3980",433,21709 +"3981",433,22385 +"3982",433,30620 +"3983",433,31728 +"3984",434,9769 +"3985",435,440 +"3986",435,477 +"3987",435,587 +"3988",435,2465 +"3989",435,3012 +"3990",435,11136 +"3991",435,11318 +"3992",435,17567 +"3993",435,18547 +"3994",435,18663 +"3995",435,30742 +"3996",435,48686 +"3997",435,71865 +"3998",435,104358 +"3999",436,2383 +"4000",436,6995 +"4001",436,17868 +"4002",436,24023 +"4003",436,28395 +"4004",436,69321 +"4005",436,87117 +"4006",436,122729 +"4007",437,5487 +"4008",437,30958 +"4009",437,36660 +"4010",437,64699 +"4011",437,89643 +"4012",437,111288 +"4013",438,680 +"4014",438,1525 +"4015",438,3459 +"4016",438,8856 +"4017",438,12759 +"4018",438,20985 +"4019",438,26207 +"4020",438,36754 +"4021",438,73836 +"4022",438,88064 +"4023",439,17199 +"4024",439,29930 +"4025",439,35465 +"4026",439,37373 +"4027",439,48020 +"4028",439,56232 +"4029",439,62442 +"4030",439,87960 +"4031",440,6133 +"4032",440,17567 +"4033",440,18547 +"4034",440,18663 +"4035",440,21741 +"4036",441,5263 +"4037",441,36422 +"4038",441,83979 +"4039",442,655 +"4040",442,6882 +"4041",442,8998 +"4042",442,15770 +"4043",442,25344 +"4044",442,25819 +"4045",442,54534 +"4046",442,87800 +"4047",442,89923 +"4048",443,2813 +"4049",443,3710 +"4050",443,15259 +"4051",443,18190 +"4052",443,25814 +"4053",443,59813 +"4054",443,60187 +"4055",443,79652 +"4056",443,121902 +"4057",444,498 +"4058",444,54731 +"4059",445,3490 +"4060",445,15285 +"4061",445,22953 +"4062",445,54272 +"4063",445,69555 +"4064",445,75972 +"4065",445,90482 +"4066",445,113418 +"4067",446,647 +"4068",447,630 +"4069",447,1386 +"4070",447,3877 +"4071",447,6897 +"4072",447,7109 +"4073",447,7394 +"4074",447,18551 +"4075",447,20021 +"4076",447,24511 +"4077",447,34206 +"4078",447,35572 +"4079",447,35618 +"4080",447,37816 +"4081",447,49587 +"4082",447,59522 +"4083",449,10742 +"4084",449,40018 +"4085",449,53893 +"4086",449,53894 +"4087",449,53902 +"4088",449,53911 +"4089",449,53970 +"4090",449,53981 +"4091",450,15477 +"4092",450,34480 +"4093",450,45003 +"4094",450,92875 +"4095",450,92942 +"4096",451,565 +"4097",451,3844 +"4098",451,4303 +"4099",451,35270 +"4100",451,53725 +"4101",452,3827 +"4102",452,10805 +"4103",452,33927 +"4104",452,37992 +"4105",452,44264 +"4106",452,62632 +"4107",452,68822 +"4108",452,78700 +"4109",452,79110 +"4110",452,90227 +"4111",452,92895 +"4112",452,94857 +"4113",452,94861 +"4114",452,98986 +"4115",453,9852 +"4116",453,10875 +"4117",453,16059 +"4118",453,16174 +"4119",453,16572 +"4120",453,16740 +"4121",453,36941 +"4122",453,87150 +"4123",454,13908 +"4124",454,48697 +"4125",455,470 +"4126",455,1630 +"4127",455,3665 +"4128",455,4463 +"4129",455,7111 +"4130",455,7228 +"4131",455,10433 +"4132",455,18374 +"4133",455,27837 +"4134",455,28114 +"4135",455,28115 +"4136",455,28991 +"4137",455,30022 +"4138",455,30239 +"4139",455,30420 +"4140",455,31050 +"4141",455,34160 +"4142",455,37031 +"4143",455,40466 +"4144",455,40559 +"4145",455,41851 +"4146",455,53196 +"4147",455,70793 +"4148",455,74214 +"4149",456,13367 +"4150",457,4500 +"4151",457,8192 +"4152",457,8457 +"4153",457,9044 +"4154",457,12358 +"4155",457,22380 +"4156",457,23059 +"4157",457,24418 +"4158",457,24558 +"4159",457,24945 +"4160",457,26671 +"4161",457,30945 +"4162",457,30983 +"4163",457,34276 +"4164",457,73432 +"4165",457,92327 +"4166",457,94938 +"4167",457,112435 +"4168",458,867 +"4169",458,10858 +"4170",458,11307 +"4171",458,12797 +"4172",458,54062 +"4173",458,57960 +"4174",458,59106 +"4175",458,69571 +"4176",458,81601 +"4177",458,111627 +"4178",459,45762 +"4179",459,99192 +"4180",460,18030 +"4181",460,24346 +"4182",460,50472 +"4183",460,60477 +"4184",460,71077 +"4185",461,472 +"4186",461,1654 +"4187",461,52471 +"4188",461,61438 +"4189",461,75233 +"4190",461,80683 +"4191",461,87076 +"4192",461,87576 +"4193",461,87605 +"4194",461,88976 +"4195",461,91827 +"4196",462,47876 +"4197",462,86003 +"4198",462,121644 +"4199",463,2809 +"4200",464,15055 +"4201",464,51282 +"4202",464,67755 +"4203",464,68788 +"4204",464,88159 +"4205",464,91788 +"4206",464,91847 +"4207",464,91851 +"4208",465,16916 +"4209",465,29173 +"4210",466,502 +"4211",466,648 +"4212",466,649 +"4213",466,650 +"4214",466,3192 +"4215",466,3272 +"4216",466,17389 +"4217",466,30186 +"4218",467,517 +"4219",467,718 +"4220",467,764 +"4221",467,785 +"4222",468,1491 +"4223",468,4592 +"4224",468,5194 +"4225",468,7880 +"4226",468,10893 +"4227",468,11528 +"4228",468,13378 +"4229",468,13400 +"4230",468,13425 +"4231",468,13602 +"4232",468,14644 +"4233",468,14712 +"4234",468,15301 +"4235",468,16733 +"4236",468,16781 +"4237",468,18188 +"4238",468,18468 +"4239",468,21832 +"4240",468,25900 +"4241",468,26100 +"4242",468,31251 +"4243",468,40682 +"4244",468,42416 +"4245",468,42840 +"4246",468,42887 +"4247",468,60583 +"4248",468,69154 +"4249",468,69214 +"4250",468,72932 +"4251",468,77930 +"4252",468,84270 +"4253",469,738 +"4254",469,15298 +"4255",470,600 +"4256",470,3665 +"4257",470,4463 +"4258",470,7228 +"4259",470,10433 +"4260",470,28115 +"4261",470,29712 +"4262",470,36195 +"4263",470,40466 +"4264",470,40559 +"4265",470,41851 +"4266",470,53832 +"4267",471,1457 +"4268",471,4569 +"4269",471,6450 +"4270",471,9977 +"4271",471,15205 +"4272",471,22543 +"4273",471,27243 +"4274",471,27496 +"4275",471,32767 +"4276",471,64108 +"4277",471,89652 +"4278",471,100309 +"4279",471,105117 +"4280",472,1654 +"4281",472,40394 +"4282",472,57457 +"4283",472,63984 +"4284",472,83383 +"4285",472,94247 +"4286",473,4054 +"4287",473,6207 +"4288",473,7220 +"4289",473,9506 +"4290",473,12241 +"4291",473,13466 +"4292",473,17998 +"4293",473,19253 +"4294",473,20470 +"4295",473,22109 +"4296",473,22977 +"4297",473,29052 +"4298",473,29557 +"4299",473,32553 +"4300",473,32642 +"4301",473,32664 +"4302",473,40678 +"4303",473,49147 +"4304",473,52186 +"4305",473,52767 +"4306",473,54865 +"4307",473,54901 +"4308",473,60776 +"4309",473,69114 +"4310",473,73230 +"4311",473,80570 +"4312",473,82522 +"4313",473,82573 +"4314",473,85314 +"4315",473,88173 +"4316",473,89603 +"4317",473,94456 +"4318",473,99761 +"4319",473,102409 +"4320",473,107905 +"4321",473,121852 +"4322",474,3998 +"4323",474,26156 +"4324",474,29267 +"4325",474,39062 +"4326",474,47595 +"4327",474,61086 +"4328",474,63726 +"4329",474,72682 +"4330",475,6836 +"4331",475,7630 +"4332",475,8233 +"4333",475,8234 +"4334",475,13372 +"4335",475,16817 +"4336",475,18038 +"4337",475,38498 +"4338",475,72938 +"4339",475,101213 +"4340",475,106292 +"4341",476,7407 +"4342",476,12998 +"4343",476,25505 +"4344",476,28800 +"4345",476,30199 +"4346",476,31089 +"4347",476,38376 +"4348",476,47885 +"4349",476,75648 +"4350",477,628 +"4351",477,2465 +"4352",477,2822 +"4353",477,3357 +"4354",477,3364 +"4355",477,11136 +"4356",477,14664 +"4357",477,16567 +"4358",477,18547 +"4359",477,31381 +"4360",477,36680 +"4361",477,48686 +"4362",477,97215 +"4363",478,1059 +"4364",478,9310 +"4365",478,12473 +"4366",478,13337 +"4367",478,21089 +"4368",478,27190 +"4369",478,27323 +"4370",478,39083 +"4371",478,56374 +"4372",478,61215 +"4373",478,64043 +"4374",478,70370 +"4375",478,75258 +"4376",478,77657 +"4377",478,78270 +"4378",478,97111 +"4379",478,103310 +"4380",478,115077 +"4381",478,115734 +"4382",478,117512 +"4383",478,118085 +"4384",478,119072 +"4385",478,120738 +"4386",479,49568 +"4387",479,90597 +"4388",479,105986 +"4389",480,88925 +"4390",481,705 +"4391",481,11667 +"4392",482,4062 +"4393",482,7107 +"4394",482,14109 +"4395",482,15039 +"4396",482,21575 +"4397",482,31411 +"4398",482,37211 +"4399",482,37953 +"4400",482,40427 +"4401",482,68986 +"4402",482,74387 +"4403",482,75089 +"4404",482,77560 +"4405",482,81754 +"4406",482,92625 +"4407",482,95391 +"4408",482,107486 +"4409",482,107601 +"4410",483,3007 +"4411",483,87798 +"4412",483,99657 +"4413",484,28572 +"4414",484,30926 +"4415",484,33925 +"4416",484,49241 +"4417",484,55117 +"4418",484,60758 +"4419",484,65938 +"4420",484,69646 +"4421",484,76186 +"4422",484,77567 +"4423",484,78842 +"4424",484,108432 +"4425",484,109905 +"4426",485,768 +"4427",485,2910 +"4428",485,2928 +"4429",485,3358 +"4430",485,7004 +"4431",485,9484 +"4432",485,10837 +"4433",485,11392 +"4434",485,11588 +"4435",485,12693 +"4436",485,13359 +"4437",485,14818 +"4438",485,15338 +"4439",485,18218 +"4440",485,18672 +"4441",485,18772 +"4442",485,21001 +"4443",485,27685 +"4444",485,28116 +"4445",485,33373 +"4446",485,34496 +"4447",485,35493 +"4448",485,45801 +"4449",485,46262 +"4450",485,46930 +"4451",485,48291 +"4452",485,52750 +"4453",485,55829 +"4454",485,55843 +"4455",485,55844 +"4456",485,55860 +"4457",485,55871 +"4458",485,55883 +"4459",485,55888 +"4460",485,55912 +"4461",485,55946 +"4462",485,55957 +"4463",485,57960 +"4464",485,60662 +"4465",485,62764 +"4466",485,62842 +"4467",485,66943 +"4468",485,77415 +"4469",485,78055 +"4470",485,83243 +"4471",485,93254 +"4472",485,93407 +"4473",485,93415 +"4474",485,110564 +"4475",486,489 +"4476",486,1221 +"4477",486,4161 +"4478",486,6877 +"4479",486,7520 +"4480",486,10271 +"4481",486,11769 +"4482",486,18257 +"4483",486,18498 +"4484",486,18588 +"4485",486,25241 +"4486",486,25529 +"4487",486,25853 +"4488",486,34254 +"4489",486,34563 +"4490",486,34649 +"4491",486,39433 +"4492",486,44529 +"4493",486,52796 +"4494",486,59567 +"4495",486,72141 +"4496",486,87161 +"4497",486,87220 +"4498",486,90390 +"4499",486,90765 +"4500",487,1025 +"4501",487,1081 +"4502",488,4445 +"4503",488,34578 +"4504",488,68472 +"4505",489,2104 +"4506",489,2224 +"4507",489,7675 +"4508",489,7701 +"4509",489,8821 +"4510",489,12188 +"4511",489,25241 +"4512",489,29133 +"4513",489,35187 +"4514",489,45319 +"4515",489,52796 +"4516",489,53081 +"4517",490,501 +"4518",490,23684 +"4519",491,2775 +"4520",491,13933 +"4521",491,20333 +"4522",491,25856 +"4523",491,57288 +"4524",491,91876 +"4525",492,4265 +"4526",492,19115 +"4527",492,33082 +"4528",492,60012 +"4529",492,78077 +"4530",492,98131 +"4531",493,6231 +"4532",493,12686 +"4533",493,41055 +"4534",493,45788 +"4535",493,60988 +"4536",493,61998 +"4537",494,504 +"4538",494,16997 +"4539",495,72615 +"4540",495,98055 +"4541",495,100251 +"4542",495,112600 +"4543",496,36396 +"4544",496,47715 +"4545",496,64277 +"4546",496,70339 +"4547",497,18381 +"4548",497,28622 +"4549",497,33682 +"4550",497,33978 +"4551",497,49148 +"4552",497,53837 +"4553",497,81934 +"4554",497,102702 +"4555",498,35656 +"4556",498,55390 +"4557",498,60957 +"4558",498,66719 +"4559",498,76101 +"4560",498,82698 +"4561",498,93718 +"4562",498,96330 +"4563",499,543 +"4564",499,1674 +"4565",499,7755 +"4566",499,8691 +"4567",499,18480 +"4568",499,32974 +"4569",499,35256 +"4570",499,38204 +"4571",499,41867 +"4572",499,56634 +"4573",499,61954 +"4574",499,82793 +"4575",500,4191 +"4576",500,4809 +"4577",500,10068 +"4578",500,13633 +"4579",500,25538 +"4580",500,25608 +"4581",500,25643 +"4582",500,30325 +"4583",500,99969 +"4584",501,7208 +"4585",501,23684 +"4586",501,56789 +"4587",502,648 +"4588",502,649 +"4589",502,650 +"4590",502,14193 +"4591",502,16545 +"4592",502,19687 +"4593",502,26567 +"4594",502,50517 +"4595",502,64918 +"4596",502,78577 +"4597",502,85148 +"4598",502,85264 +"4599",502,85673 +"4600",502,99920 +"4601",503,1271 +"4602",504,3515 +"4603",504,3732 +"4604",504,8384 +"4605",504,8431 +"4606",504,8437 +"4607",504,9003 +"4608",504,16679 +"4609",504,17422 +"4610",504,24060 +"4611",504,37087 +"4612",504,44293 +"4613",504,46091 +"4614",504,50701 +"4615",504,79038 +"4616",504,80145 +"4617",504,97051 +"4618",505,45596 +"4619",505,59755 +"4620",505,113230 +"4621",506,36152 +"4622",506,51996 +"4623",507,6193 +"4624",507,10833 +"4625",507,12010 +"4626",507,45738 +"4627",507,50034 +"4628",507,52553 +"4629",507,73715 +"4630",507,75921 +"4631",508,2273 +"4632",508,5086 +"4633",508,9262 +"4634",508,12388 +"4635",508,15215 +"4636",508,17783 +"4637",508,17844 +"4638",508,17845 +"4639",508,17911 +"4640",508,18165 +"4641",508,18388 +"4642",508,18389 +"4643",508,18404 +"4644",508,18405 +"4645",508,67189 +"4646",508,68767 +"4647",508,73133 +"4648",508,82009 +"4649",508,95155 +"4650",508,118049 +"4651",508,118052 +"4652",509,827 +"4653",509,2647 +"4654",509,2780 +"4655",509,3894 +"4656",509,4256 +"4657",509,8006 +"4658",509,15862 +"4659",509,16316 +"4660",509,35092 +"4661",509,36399 +"4662",509,43543 +"4663",509,51152 +"4664",509,58053 +"4665",509,61072 +"4666",509,61255 +"4667",509,61363 +"4668",509,80375 +"4669",509,95361 +"4670",509,114847 +"4671",510,584 +"4672",510,3767 +"4673",510,11760 +"4674",510,14111 +"4675",510,16583 +"4676",510,21026 +"4677",510,29351 +"4678",510,30486 +"4679",510,35102 +"4680",510,42058 +"4681",510,55892 +"4682",510,56209 +"4683",510,60706 +"4684",510,68962 +"4685",510,69651 +"4686",510,74720 +"4687",510,93190 +"4688",510,100385 +"4689",511,792 +"4690",511,2871 +"4691",511,4031 +"4692",511,7499 +"4693",511,8166 +"4694",511,10250 +"4695",511,12452 +"4696",511,13618 +"4697",511,13687 +"4698",511,13840 +"4699",511,37846 +"4700",511,37888 +"4701",511,41097 +"4702",511,46949 +"4703",511,47225 +"4704",511,52697 +"4705",511,57085 +"4706",511,64377 +"4707",511,69209 +"4708",511,87602 +"4709",511,97654 +"4710",512,43398 +"4711",512,54872 +"4712",512,57990 +"4713",513,1066 +"4714",513,7095 +"4715",513,8176 +"4716",513,8906 +"4717",513,14880 +"4718",513,23423 +"4719",513,26251 +"4720",513,30519 +"4721",513,33774 +"4722",513,40360 +"4723",514,1693 +"4724",514,75381 +"4725",515,25027 +"4726",515,67546 +"4727",515,114014 +"4728",516,830 +"4729",516,6100 +"4730",516,18787 +"4731",516,18858 +"4732",516,46852 +"4733",516,48170 +"4734",516,63021 +"4735",516,66023 +"4736",516,108259 +"4737",517,718 +"4738",517,764 +"4739",517,785 +"4740",517,897 +"4741",517,1375 +"4742",517,1852 +"4743",517,6831 +"4744",517,11186 +"4745",517,14879 +"4746",517,14895 +"4747",517,14926 +"4748",517,17898 +"4749",517,34450 +"4750",517,41839 +"4751",517,42224 +"4752",517,46860 +"4753",517,47214 +"4754",518,3297 +"4755",518,8896 +"4756",518,11871 +"4757",518,15919 +"4758",518,18940 +"4759",518,26054 +"4760",518,32423 +"4761",518,39507 +"4762",518,40004 +"4763",518,41869 +"4764",518,52409 +"4765",518,55235 +"4766",518,60169 +"4767",518,65786 +"4768",518,80679 +"4769",518,83796 +"4770",518,91551 +"4771",518,95560 +"4772",518,108334 +"4773",518,119431 +"4774",519,1302 +"4775",519,5462 +"4776",519,6134 +"4777",519,6154 +"4778",519,6263 +"4779",519,8611 +"4780",519,8621 +"4781",519,13970 +"4782",519,15299 +"4783",519,18510 +"4784",519,22130 +"4785",519,22877 +"4786",519,25216 +"4787",519,26370 +"4788",519,30946 +"4789",519,31085 +"4790",519,31919 +"4791",519,32098 +"4792",519,34145 +"4793",519,40735 +"4794",519,43105 +"4795",519,60064 +"4796",519,77026 +"4797",519,77188 +"4798",519,84666 +"4799",519,86002 +"4800",519,103004 +"4801",519,113783 +"4802",520,1655 +"4803",521,4172 +"4804",521,5599 +"4805",521,7030 +"4806",521,11369 +"4807",521,13619 +"4808",521,14800 +"4809",521,24719 +"4810",521,25755 +"4811",521,27232 +"4812",521,27302 +"4813",521,35454 +"4814",521,42544 +"4815",521,57107 +"4816",521,60905 +"4817",521,116874 +"4818",522,523 +"4819",522,7439 +"4820",522,15256 +"4821",522,17694 +"4822",522,18291 +"4823",522,20250 +"4824",522,20775 +"4825",522,29266 +"4826",522,32957 +"4827",522,36409 +"4828",522,37965 +"4829",522,41804 +"4830",522,54013 +"4831",522,70046 +"4832",522,101055 +"4833",522,102623 +"4834",522,102662 +"4835",522,102670 +"4836",524,1660 +"4837",524,4158 +"4838",524,12295 +"4839",524,14764 +"4840",524,19368 +"4841",524,28315 +"4842",524,38671 +"4843",524,43853 +"4844",524,62280 +"4845",524,81706 +"4846",524,90874 +"4847",525,1627 +"4848",525,1834 +"4849",525,23763 +"4850",525,74827 +"4851",525,84372 +"4852",525,91326 +"4853",525,118499 +"4854",526,27751 +"4855",526,88342 +"4856",527,1796 +"4857",527,7771 +"4858",527,7849 +"4859",527,53963 +"4860",528,40487 +"4861",530,4860 +"4862",530,19945 +"4863",530,21785 +"4864",530,30914 +"4865",530,84832 +"4866",530,108225 +"4867",531,86257 +"4868",531,109185 +"4869",532,34611 +"4870",533,105776 +"4871",534,7616 +"4872",534,9871 +"4873",534,11912 +"4874",534,12122 +"4875",534,12248 +"4876",534,25490 +"4877",534,36784 +"4878",534,39761 +"4879",534,43474 +"4880",534,44089 +"4881",534,53653 +"4882",534,54152 +"4883",534,68063 +"4884",534,69662 +"4885",534,74050 +"4886",534,82893 +"4887",534,96564 +"4888",534,99190 +"4889",534,100924 +"4890",534,105442 +"4891",534,115057 +"4892",535,725 +"4893",535,8581 +"4894",535,13156 +"4895",535,14726 +"4896",535,14761 +"4897",535,17864 +"4898",535,19654 +"4899",535,28891 +"4900",535,33064 +"4901",535,35953 +"4902",535,36577 +"4903",535,40392 +"4904",535,40815 +"4905",535,48657 +"4906",535,50411 +"4907",535,70354 +"4908",535,97114 +"4909",535,97121 +"4910",535,97126 +"4911",535,97127 +"4912",535,97131 +"4913",535,98358 +"4914",536,29144 +"4915",536,35287 +"4916",536,39530 +"4917",536,89502 +"4918",537,8548 +"4919",537,13695 +"4920",537,31629 +"4921",537,80606 +"4922",538,2868 +"4923",538,48377 +"4924",538,51782 +"4925",538,71686 +"4926",538,73718 +"4927",538,90215 +"4928",538,97904 +"4929",538,110852 +"4930",539,557 +"4931",540,6317 +"4932",540,7765 +"4933",540,22294 +"4934",540,22295 +"4935",540,26375 +"4936",540,39435 +"4937",540,79999 +"4938",541,14003 +"4939",541,50512 +"4940",541,54777 +"4941",542,4266 +"4942",542,5102 +"4943",542,5234 +"4944",542,5291 +"4945",542,5304 +"4946",542,5897 +"4947",542,9095 +"4948",542,9186 +"4949",542,11475 +"4950",542,14348 +"4951",542,15259 +"4952",542,17178 +"4953",542,21997 +"4954",542,22244 +"4955",542,31866 +"4956",542,34911 +"4957",542,39217 +"4958",542,48762 +"4959",542,50137 +"4960",542,65878 +"4961",542,70583 +"4962",542,73668 +"4963",542,76168 +"4964",542,85648 +"4965",543,552 +"4966",543,1151 +"4967",543,1777 +"4968",543,2484 +"4969",543,2640 +"4970",543,3878 +"4971",543,4940 +"4972",543,5422 +"4973",543,5427 +"4974",543,5444 +"4975",543,5504 +"4976",543,7323 +"4977",543,7605 +"4978",543,7755 +"4979",543,7805 +"4980",543,9553 +"4981",543,15479 +"4982",543,19548 +"4983",543,20700 +"4984",543,22130 +"4985",543,22749 +"4986",543,35256 +"4987",543,37570 +"4988",543,44254 +"4989",543,46641 +"4990",543,47535 +"4991",543,47624 +"4992",543,50457 +"4993",543,50518 +"4994",543,61871 +"4995",543,68610 +"4996",543,68656 +"4997",543,68666 +"4998",543,68703 +"4999",543,73537 +"5000",544,1875 +"5001",544,5126 +"5002",544,9633 +"5003",544,10237 +"5004",544,34654 +"5005",544,35955 +"5006",544,37310 +"5007",544,39708 +"5008",544,43137 +"5009",544,47854 +"5010",545,19861 +"5011",546,3441 +"5012",546,20703 +"5013",546,53002 +"5014",546,80687 +"5015",546,81563 +"5016",546,81567 +"5017",546,87257 +"5018",547,2154 +"5019",547,20442 +"5020",548,38244 +"5021",548,38324 +"5022",548,51988 +"5023",549,2145 +"5024",549,2146 +"5025",549,2167 +"5026",549,2235 +"5027",549,2944 +"5028",549,22081 +"5029",549,23223 +"5030",549,25872 +"5031",549,26644 +"5032",549,26687 +"5033",549,37550 +"5034",549,42827 +"5035",549,61570 +"5036",549,96935 +"5037",549,106125 +"5038",549,114502 +"5039",550,3158 +"5040",550,3623 +"5041",550,4218 +"5042",550,4283 +"5043",550,5672 +"5044",550,11270 +"5045",550,18512 +"5046",550,19132 +"5047",550,19133 +"5048",550,19372 +"5049",550,26937 +"5050",550,43601 +"5051",550,50132 +"5052",550,57221 +"5053",550,77722 +"5054",550,84566 +"5055",551,4018 +"5056",551,5904 +"5057",551,12572 +"5058",551,12648 +"5059",551,12650 +"5060",551,12651 +"5061",551,12668 +"5062",551,12943 +"5063",551,13082 +"5064",551,13421 +"5065",551,13549 +"5066",551,19343 +"5067",551,83592 +"5068",552,65871 +"5069",552,65919 +"5070",553,41772 +"5071",553,44305 +"5072",553,49317 +"5073",553,61931 +"5074",554,62629 +"5075",554,110127 +"5076",555,1247 +"5077",555,3368 +"5078",555,17740 +"5079",555,23521 +"5080",555,23534 +"5081",555,24595 +"5082",555,24776 +"5083",555,24859 +"5084",555,25781 +"5085",555,33848 +"5086",555,54144 +"5087",556,27989 +"5088",556,63364 +"5089",556,68006 +"5090",556,71027 +"5091",557,36047 +"5092",557,38539 +"5093",557,44060 +"5094",558,55729 +"5095",559,96374 +"5096",559,102899 +"5097",559,106549 +"5098",560,8116 +"5099",560,8823 +"5100",560,11565 +"5101",560,24019 +"5102",560,33617 +"5103",560,39073 +"5104",560,40255 +"5105",560,42752 +"5106",560,51851 +"5107",561,19684 +"5108",561,23387 +"5109",561,47903 +"5110",561,92089 +"5111",561,92090 +"5112",561,98456 +"5113",562,1219 +"5114",562,26592 +"5115",563,1405 +"5116",563,1859 +"5117",563,2296 +"5118",563,8754 +"5119",563,11648 +"5120",563,17700 +"5121",563,21292 +"5122",563,22117 +"5123",563,23524 +"5124",563,23539 +"5125",563,25422 +"5126",563,25564 +"5127",563,28030 +"5128",563,33012 +"5129",563,40453 +"5130",563,41464 +"5131",563,42700 +"5132",563,43844 +"5133",563,45532 +"5134",563,48574 +"5135",563,51821 +"5136",563,57478 +"5137",563,63669 +"5138",564,611 +"5139",564,1114 +"5140",564,1115 +"5141",564,11755 +"5142",564,27281 +"5143",564,52789 +"5144",564,52800 +"5145",564,85172 +"5146",565,848 +"5147",565,45189 +"5148",565,49864 +"5149",566,43532 +"5150",566,61544 +"5151",566,61736 +"5152",567,55449 +"5153",567,57912 +"5154",567,64146 +"5155",567,76706 +"5156",567,84780 +"5157",568,1706 +"5158",568,35042 +"5159",569,909 +"5160",569,2888 +"5161",569,8194 +"5162",569,9367 +"5163",569,10059 +"5164",569,10602 +"5165",569,11855 +"5166",569,12533 +"5167",569,12877 +"5168",569,13223 +"5169",569,13915 +"5170",569,14992 +"5171",569,17777 +"5172",569,22548 +"5173",569,25288 +"5174",569,27449 +"5175",569,28481 +"5176",569,31066 +"5177",569,32349 +"5178",569,34033 +"5179",569,36010 +"5180",569,41904 +"5181",569,44224 +"5182",569,45696 +"5183",569,47973 +"5184",569,50425 +"5185",569,50456 +"5186",569,50677 +"5187",569,57253 +"5188",569,63041 +"5189",569,66261 +"5190",569,68457 +"5191",569,69198 +"5192",569,71371 +"5193",569,77565 +"5194",569,78974 +"5195",569,81029 +"5196",569,83684 +"5197",569,86023 +"5198",569,86816 +"5199",569,87813 +"5200",569,88773 +"5201",569,90505 +"5202",569,90993 +"5203",569,90994 +"5204",569,92417 +"5205",569,100319 +"5206",569,101250 +"5207",569,101462 +"5208",569,109885 +"5209",569,110726 +"5210",569,110742 +"5211",569,112606 +"5212",569,116142 +"5213",569,116150 +"5214",569,116151 +"5215",569,116152 +"5216",569,116155 +"5217",569,116159 +"5218",569,116163 +"5219",569,116165 +"5220",569,116166 +"5221",569,116171 +"5222",569,116677 +"5223",569,116678 +"5224",570,2860 +"5225",570,3555 +"5226",570,4381 +"5227",570,4498 +"5228",570,4814 +"5229",570,4833 +"5230",570,5291 +"5231",570,5946 +"5232",570,11611 +"5233",570,13512 +"5234",570,17168 +"5235",570,28920 +"5236",570,59550 +"5237",571,117850 +"5238",572,1432 +"5239",573,600 +"5240",573,1630 +"5241",573,6517 +"5242",573,10735 +"5243",573,23705 +"5244",573,29793 +"5245",573,41739 +"5246",573,54158 +"5247",573,65176 +"5248",573,75314 +"5249",573,101247 +"5250",573,105063 +"5251",574,8305 +"5252",574,10041 +"5253",574,12500 +"5254",574,12763 +"5255",574,26585 +"5256",574,32740 +"5257",574,35758 +"5258",574,53519 +"5259",574,58427 +"5260",574,68762 +"5261",574,70064 +"5262",574,88610 +"5263",574,88627 +"5264",574,103111 +"5265",575,52324 +"5266",576,5790 +"5267",576,69480 +"5268",577,7216 +"5269",577,75505 +"5270",577,76321 +"5271",577,95211 +"5272",578,3892 +"5273",578,4227 +"5274",578,4235 +"5275",578,4254 +"5276",578,16362 +"5277",578,48690 +"5278",578,63683 +"5279",579,5927 +"5280",579,8131 +"5281",579,15069 +"5282",579,20025 +"5283",579,20254 +"5284",579,106777 +"5285",580,15160 +"5286",580,16259 +"5287",580,33241 +"5288",580,70413 +"5289",581,9152 +"5290",581,9465 +"5291",581,12831 +"5292",581,66998 +"5293",582,1351 +"5294",582,1393 +"5295",582,7898 +"5296",582,7900 +"5297",582,7903 +"5298",582,7924 +"5299",582,7932 +"5300",582,7935 +"5301",582,7941 +"5302",582,58589 +"5303",582,67871 +"5304",583,4252 +"5305",583,7114 +"5306",583,7161 +"5307",583,7715 +"5308",583,15441 +"5309",583,20572 +"5310",583,20667 +"5311",583,24989 +"5312",583,51632 +"5313",583,97341 +"5314",584,14874 +"5315",584,23956 +"5316",584,60706 +"5317",585,4413 +"5318",585,5206 +"5319",585,31641 +"5320",585,76953 +"5321",585,107354 +"5322",585,120143 +"5323",586,28897 +"5324",586,75947 +"5325",586,95379 +"5326",588,1787 +"5327",588,10421 +"5328",588,11550 +"5329",588,15119 +"5330",588,15127 +"5331",588,16477 +"5332",588,28213 +"5333",588,28229 +"5334",588,92085 +"5335",589,8296 +"5336",589,62125 +"5337",590,10950 +"5338",590,21575 +"5339",590,26847 +"5340",590,35688 +"5341",590,46239 +"5342",591,592 +"5343",591,3317 +"5344",591,12182 +"5345",591,28794 +"5346",592,19974 +"5347",592,76249 +"5348",592,83453 +"5349",593,617 +"5350",593,8766 +"5351",593,21934 +"5352",593,23744 +"5353",594,1644 +"5354",594,9650 +"5355",594,10892 +"5356",594,12881 +"5357",594,50807 +"5358",594,53220 +"5359",594,54508 +"5360",594,55250 +"5361",594,58135 +"5362",594,61298 +"5363",594,63161 +"5364",595,36662 +"5365",595,41368 +"5366",595,79789 +"5367",595,106439 +"5368",596,1596 +"5369",596,4785 +"5370",596,36177 +"5371",596,53572 +"5372",596,61603 +"5373",596,73407 +"5374",596,76985 +"5375",598,25705 +"5376",598,25908 +"5377",598,44477 +"5378",598,46602 +"5379",598,47588 +"5380",598,77597 +"5381",598,80704 +"5382",598,83031 +"5383",598,83049 +"5384",598,83085 +"5385",599,4059 +"5386",599,28891 +"5387",599,29503 +"5388",599,31435 +"5389",599,33616 +"5390",599,35421 +"5391",599,45851 +"5392",599,50850 +"5393",599,65074 +"5394",599,73332 +"5395",599,77906 +"5396",599,97520 +"5397",599,97550 +"5398",600,913 +"5399",600,3201 +"5400",600,3665 +"5401",600,4084 +"5402",600,6517 +"5403",600,8958 +"5404",600,10433 +"5405",600,10601 +"5406",600,17698 +"5407",600,23918 +"5408",600,24568 +"5409",600,29712 +"5410",600,37399 +"5411",600,40466 +"5412",600,40559 +"5413",600,41739 +"5414",600,45269 +"5415",600,52735 +"5416",600,53129 +"5417",600,53678 +"5418",600,53832 +"5419",600,57738 +"5420",600,63409 +"5421",600,63846 +"5422",600,64181 +"5423",600,65625 +"5424",600,66413 +"5425",600,74628 +"5426",600,77332 +"5427",600,81272 +"5428",600,83380 +"5429",600,85962 +"5430",600,105063 +"5431",600,114174 +"5432",600,114178 +"5433",601,1407 +"5434",601,13824 +"5435",601,14755 +"5436",601,16261 +"5437",601,18073 +"5438",601,19637 +"5439",601,25812 +"5440",601,28131 +"5441",601,30150 +"5442",601,39563 +"5443",601,63048 +"5444",601,67511 +"5445",601,70203 +"5446",601,81167 +"5447",601,85644 +"5448",601,91422 +"5449",601,98939 +"5450",601,112148 +"5451",601,117679 +"5452",602,762 +"5453",602,6982 +"5454",602,14103 +"5455",602,14723 +"5456",602,17338 +"5457",602,19337 +"5458",602,22311 +"5459",602,26965 +"5460",602,33776 +"5461",602,39022 +"5462",602,56039 +"5463",602,56488 +"5464",602,61348 +"5465",602,66958 +"5466",602,78676 +"5467",602,94139 +"5468",602,94835 +"5469",602,96930 +"5470",603,2893 +"5471",603,4823 +"5472",603,22383 +"5473",603,73758 +"5474",604,10916 +"5475",604,13802 +"5476",604,78368 +"5477",605,661 +"5478",606,2310 +"5479",606,11467 +"5480",606,16655 +"5481",606,19803 +"5482",606,40993 +"5483",606,65116 +"5484",606,65416 +"5485",606,71775 +"5486",606,79784 +"5487",606,84113 +"5488",606,84363 +"5489",606,90799 +"5490",606,99198 +"5491",607,13757 +"5492",607,16901 +"5493",607,16922 +"5494",607,24026 +"5495",607,29610 +"5496",607,42646 +"5497",607,57563 +"5498",607,69453 +"5499",607,72023 +"5500",607,87518 +"5501",608,983 +"5502",608,1051 +"5503",608,1124 +"5504",608,1144 +"5505",608,1336 +"5506",608,3203 +"5507",608,3305 +"5508",608,6215 +"5509",608,6750 +"5510",608,6751 +"5511",608,8369 +"5512",608,10488 +"5513",608,11082 +"5514",608,13307 +"5515",608,13533 +"5516",608,20326 +"5517",608,20480 +"5518",608,23626 +"5519",608,27497 +"5520",608,44741 +"5521",608,46544 +"5522",608,47214 +"5523",608,49084 +"5524",608,53220 +"5525",608,60878 +"5526",608,61581 +"5527",608,61920 +"5528",608,62784 +"5529",608,78934 +"5530",609,4536 +"5531",609,4577 +"5532",609,4841 +"5533",610,1895 +"5534",610,2055 +"5535",610,13885 +"5536",610,20056 +"5537",610,23856 +"5538",610,41752 +"5539",610,69560 +"5540",610,121071 +"5541",611,1114 +"5542",611,1115 +"5543",611,6732 +"5544",611,10857 +"5545",611,11755 +"5546",611,23492 +"5547",611,29715 +"5548",611,36197 +"5549",611,43652 +"5550",611,52789 +"5551",611,52800 +"5552",611,54551 +"5553",611,66232 +"5554",611,76284 +"5555",611,85172 +"5556",611,91808 +"5557",611,94480 +"5558",612,8044 +"5559",612,84384 +"5560",612,97522 +"5561",612,116731 +"5562",613,4020 +"5563",613,5078 +"5564",613,8600 +"5565",613,12929 +"5566",613,28387 +"5567",613,42268 +"5568",613,70133 +"5569",614,3312 +"5570",614,4571 +"5571",614,6977 +"5572",614,15090 +"5573",614,15253 +"5574",614,18535 +"5575",614,21455 +"5576",614,23923 +"5577",614,27249 +"5578",614,30098 +"5579",614,30099 +"5580",614,30110 +"5581",614,30161 +"5582",614,30174 +"5583",614,34370 +"5584",614,38254 +"5585",614,78220 +"5586",615,13012 +"5587",615,14727 +"5588",615,22942 +"5589",615,31579 +"5590",615,40176 +"5591",615,60345 +"5592",615,61954 +"5593",615,78045 +"5594",615,78444 +"5595",615,81509 +"5596",615,84212 +"5597",615,84666 +"5598",615,84709 +"5599",615,86986 +"5600",615,91186 +"5601",615,99110 +"5602",615,101477 +"5603",615,108415 +"5604",615,112812 +"5605",615,112867 +"5606",616,1111 +"5607",616,11841 +"5608",616,15417 +"5609",616,20267 +"5610",616,38332 +"5611",616,58939 +"5612",616,99187 +"5613",616,102702 +"5614",617,44748 +"5615",617,72515 +"5616",618,1377 +"5617",618,17206 +"5618",618,37407 +"5619",618,37416 +"5620",618,37436 +"5621",618,37462 +"5622",618,37559 +"5623",619,652 +"5624",619,3177 +"5625",619,30332 +"5626",619,31310 +"5627",619,34936 +"5628",620,1297 +"5629",620,3006 +"5630",620,25452 +"5631",620,27592 +"5632",620,69429 +"5633",620,85555 +"5634",620,106324 +"5635",621,5623 +"5636",621,12778 +"5637",621,24844 +"5638",621,28422 +"5639",621,29066 +"5640",621,30481 +"5641",621,33409 +"5642",621,34553 +"5643",621,67699 +"5644",622,1150 +"5645",622,8771 +"5646",622,12224 +"5647",622,14654 +"5648",622,19296 +"5649",622,19347 +"5650",622,23570 +"5651",622,33378 +"5652",622,88171 +"5653",623,34026 +"5654",624,3105 +"5655",624,4639 +"5656",624,6585 +"5657",624,9427 +"5658",624,13479 +"5659",624,13801 +"5660",624,14198 +"5661",624,19252 +"5662",624,24691 +"5663",624,24733 +"5664",624,26644 +"5665",624,26654 +"5666",624,26687 +"5667",624,32922 +"5668",624,33161 +"5669",624,57190 +"5670",624,57202 +"5671",624,57215 +"5672",624,57232 +"5673",624,57685 +"5674",624,91962 +"5675",625,41878 +"5676",625,103509 +"5677",625,105091 +"5678",625,108285 +"5679",626,11764 +"5680",626,41477 +"5681",626,41587 +"5682",626,62857 +"5683",626,72333 +"5684",626,86339 +"5685",626,95117 +"5686",627,5662 +"5687",627,11846 +"5688",627,12094 +"5689",627,12491 +"5690",627,12886 +"5691",627,16001 +"5692",627,16092 +"5693",627,18393 +"5694",627,19748 +"5695",627,21357 +"5696",627,22455 +"5697",627,36259 +"5698",627,39765 +"5699",627,42300 +"5700",627,42333 +"5701",627,42350 +"5702",627,44194 +"5703",627,47503 +"5704",627,51101 +"5705",627,71440 +"5706",627,76552 +"5707",627,76560 +"5708",627,117905 +"5709",628,1060 +"5710",628,2822 +"5711",628,3364 +"5712",628,3603 +"5713",628,8466 +"5714",628,12238 +"5715",628,14664 +"5716",628,16567 +"5717",628,16660 +"5718",628,17567 +"5719",628,23202 +"5720",628,31381 +"5721",628,36680 +"5722",628,41827 +"5723",628,97215 +"5724",629,8559 +"5725",629,32577 +"5726",629,57151 +"5727",629,61612 +"5728",630,25455 +"5729",630,33485 +"5730",631,4414 +"5731",631,13354 +"5732",631,14210 +"5733",631,23311 +"5734",631,25088 +"5735",631,30686 +"5736",631,30693 +"5737",631,30706 +"5738",631,45268 +"5739",631,49001 +"5740",632,1104 +"5741",632,70161 +"5742",633,676 +"5743",633,746 +"5744",633,2424 +"5745",633,6750 +"5746",633,11440 +"5747",633,14999 +"5748",633,15958 +"5749",633,16416 +"5750",633,28600 +"5751",633,33014 +"5752",633,34537 +"5753",633,35528 +"5754",633,43455 +"5755",633,46629 +"5756",633,61982 +"5757",633,78597 +"5758",633,78934 +"5759",633,81362 +"5760",634,5393 +"5761",634,5855 +"5762",635,69835 +"5763",636,673 +"5764",637,62781 +"5765",637,78806 +"5766",637,82730 +"5767",637,108163 +"5768",637,117757 +"5769",638,27930 +"5770",638,28255 +"5771",639,24243 +"5772",640,13898 +"5773",640,22332 +"5774",640,37493 +"5775",640,62250 +"5776",640,62251 +"5777",640,107006 +"5778",640,108274 +"5779",641,4653 +"5780",641,31767 +"5781",641,80732 +"5782",642,22790 +"5783",642,25930 +"5784",642,53026 +"5785",642,102742 +"5786",643,2661 +"5787",643,11235 +"5788",643,12749 +"5789",643,13913 +"5790",643,13986 +"5791",643,31095 +"5792",643,31096 +"5793",643,34057 +"5794",643,47424 +"5795",643,49894 +"5796",643,53419 +"5797",643,56427 +"5798",643,68921 +"5799",644,768 +"5800",644,3443 +"5801",644,7365 +"5802",644,14765 +"5803",644,15499 +"5804",644,17178 +"5805",644,19653 +"5806",644,19655 +"5807",644,20051 +"5808",644,21589 +"5809",644,40309 +"5810",644,45766 +"5811",644,53052 +"5812",644,72788 +"5813",644,72869 +"5814",644,80335 +"5815",644,104271 +"5816",645,52591 +"5817",646,57927 +"5818",646,77099 +"5819",647,8553 +"5820",647,11494 +"5821",647,16024 +"5822",647,18420 +"5823",647,27241 +"5824",647,32577 +"5825",647,40923 +"5826",647,41909 +"5827",647,56551 +"5828",647,63775 +"5829",647,79439 +"5830",647,82025 +"5831",647,84085 +"5832",647,89539 +"5833",647,92255 +"5834",648,649 +"5835",648,650 +"5836",648,3272 +"5837",648,30186 +"5838",649,650 +"5839",651,71272 +"5840",651,74947 +"5841",652,5370 +"5842",652,16673 +"5843",652,33911 +"5844",652,65281 +"5845",652,68041 +"5846",653,14575 +"5847",654,1166 +"5848",654,1250 +"5849",654,1460 +"5850",654,8453 +"5851",654,11466 +"5852",654,11862 +"5853",654,19902 +"5854",654,20992 +"5855",654,21063 +"5856",654,30771 +"5857",654,30772 +"5858",654,30861 +"5859",654,42737 +"5860",655,6635 +"5861",655,6734 +"5862",655,6980 +"5863",655,19147 +"5864",655,20336 +"5865",657,1191 +"5866",657,1223 +"5867",657,1251 +"5868",657,1261 +"5869",657,1262 +"5870",657,18085 +"5871",657,27890 +"5872",657,28233 +"5873",657,31603 +"5874",657,36216 +"5875",657,39679 +"5876",657,44726 +"5877",658,1132 +"5878",658,1134 +"5879",658,2016 +"5880",658,2211 +"5881",658,7543 +"5882",658,11638 +"5883",658,19531 +"5884",658,23176 +"5885",658,27719 +"5886",658,27798 +"5887",658,33268 +"5888",658,37853 +"5889",658,60690 +"5890",658,74578 +"5891",659,666 +"5892",660,665 +"5893",661,8038 +"5894",661,25018 +"5895",661,31144 +"5896",661,57425 +"5897",662,1274 +"5898",662,1275 +"5899",663,4208 +"5900",663,31374 +"5901",664,101467 +"5902",664,102459 +"5903",665,29477 +"5904",665,65952 +"5905",665,86279 +"5906",665,92580 +"5907",665,93969 +"5908",665,99974 +"5909",665,116423 +"5910",665,116430 +"5911",666,56523 +"5912",667,1761 +"5913",667,1869 +"5914",667,2166 +"5915",667,4109 +"5916",667,4226 +"5917",667,7469 +"5918",667,14787 +"5919",667,43518 +"5920",667,48260 +"5921",667,55543 +"5922",667,63132 +"5923",668,670 +"5924",668,2946 +"5925",668,5484 +"5926",668,16136 +"5927",668,26884 +"5928",668,40808 +"5929",668,42882 +"5930",668,48727 +"5931",668,50072 +"5932",668,64849 +"5933",668,71445 +"5934",668,74573 +"5935",668,96903 +"5936",668,106328 +"5937",668,112356 +"5938",669,4138 +"5939",669,6241 +"5940",669,10859 +"5941",669,12034 +"5942",669,16881 +"5943",669,18749 +"5944",669,19753 +"5945",669,24405 +"5946",669,24978 +"5947",669,24979 +"5948",669,25092 +"5949",669,29385 +"5950",669,30320 +"5951",669,30388 +"5952",669,35069 +"5953",669,38145 +"5954",669,39278 +"5955",669,39318 +"5956",669,39331 +"5957",669,40889 +"5958",669,42295 +"5959",669,43246 +"5960",669,71749 +"5961",669,81313 +"5962",669,81338 +"5963",669,85178 +"5964",669,85535 +"5965",669,85536 +"5966",671,5195 +"5967",671,7933 +"5968",671,9446 +"5969",671,20824 +"5970",671,24755 +"5971",671,26570 +"5972",671,27137 +"5973",671,31284 +"5974",671,36981 +"5975",671,46108 +"5976",671,50387 +"5977",671,51022 +"5978",671,51322 +"5979",671,51819 +"5980",671,53546 +"5981",671,55691 +"5982",671,55975 +"5983",671,56476 +"5984",671,58230 +"5985",671,59480 +"5986",671,59481 +"5987",671,64141 +"5988",671,75244 +"5989",671,83712 +"5990",671,83743 +"5991",671,83747 +"5992",671,100396 +"5993",671,106875 +"5994",672,5737 +"5995",672,32120 +"5996",672,39273 +"5997",672,44345 +"5998",672,44815 +"5999",672,68016 +"6000",673,6422 +"6001",673,25017 +"6002",674,2682 +"6003",674,9032 +"6004",674,44073 +"6005",674,44074 +"6006",674,44075 +"6007",674,59683 +"6008",674,68682 +"6009",674,85106 +"6010",675,1136 +"6011",675,2020 +"6012",675,20319 +"6013",675,24447 +"6014",675,26322 +"6015",675,32745 +"6016",675,36335 +"6017",675,44585 +"6018",675,44648 +"6019",675,56175 +"6020",675,64997 +"6021",675,82754 +"6022",675,83199 +"6023",675,101231 +"6024",675,102006 +"6025",675,102107 +"6026",675,102149 +"6027",676,15958 +"6028",677,2117 +"6029",677,26290 +"6030",677,89679 +"6031",678,24531 +"6032",678,39448 +"6033",678,46646 +"6034",678,46694 +"6035",678,51817 +"6036",678,83173 +"6037",678,112806 +"6038",679,11326 +"6039",679,12702 +"6040",679,45335 +"6041",679,48486 +"6042",679,54895 +"6043",680,957 +"6044",680,1597 +"6045",680,3117 +"6046",680,3898 +"6047",680,4303 +"6048",680,5959 +"6049",680,9782 +"6050",680,12394 +"6051",680,12759 +"6052",680,14345 +"6053",680,18381 +"6054",680,18935 +"6055",680,20574 +"6056",680,25373 +"6057",680,26207 +"6058",680,32301 +"6059",680,34011 +"6060",680,36320 +"6061",680,36754 +"6062",680,37636 +"6063",680,40461 +"6064",680,41345 +"6065",680,41723 +"6066",680,41881 +"6067",680,46992 +"6068",680,50585 +"6069",680,54647 +"6070",680,55344 +"6071",680,58022 +"6072",680,58947 +"6073",680,72673 +"6074",680,73836 +"6075",680,94525 +"6076",680,117761 +"6077",681,1659 +"6078",681,1713 +"6079",681,1714 +"6080",681,88216 +"6081",682,722 +"6082",682,6828 +"6083",682,7921 +"6084",683,9810 +"6085",683,20218 +"6086",683,28111 +"6087",683,30891 +"6088",683,32531 +"6089",683,46664 +"6090",684,1751 +"6091",684,8661 +"6092",684,53916 +"6093",684,64615 +"6094",684,83062 +"6095",684,83155 +"6096",684,97377 +"6097",685,15311 +"6098",685,15375 +"6099",685,20235 +"6100",685,20464 +"6101",685,36099 +"6102",685,59637 +"6103",685,66689 +"6104",685,76287 +"6105",686,719 +"6106",686,3171 +"6107",686,12930 +"6108",686,14044 +"6109",686,17844 +"6110",686,19371 +"6111",686,38077 +"6112",686,38088 +"6113",686,38174 +"6114",686,38192 +"6115",686,38197 +"6116",686,38233 +"6117",686,39403 +"6118",686,40310 +"6119",686,42818 +"6120",686,56893 +"6121",686,81798 +"6122",687,21203 +"6123",687,21751 +"6124",687,45651 +"6125",687,93904 +"6126",688,713 +"6127",688,53135 +"6128",689,110930 +"6129",690,7180 +"6130",690,44552 +"6131",690,87140 +"6132",690,96867 +"6133",690,99215 +"6134",690,109213 +"6135",691,797 +"6136",691,1783 +"6137",691,1919 +"6138",691,6865 +"6139",691,7297 +"6140",691,11207 +"6141",691,11495 +"6142",691,22442 +"6143",691,24708 +"6144",691,28288 +"6145",691,28385 +"6146",691,31163 +"6147",691,31255 +"6148",691,32380 +"6149",691,37901 +"6150",691,37903 +"6151",691,38011 +"6152",691,41953 +"6153",691,78019 +"6154",691,83081 +"6155",691,87785 +"6156",691,103003 +"6157",691,106599 +"6158",692,5096 +"6159",692,78795 +"6160",693,57701 +"6161",694,13710 +"6162",694,14955 +"6163",695,761 +"6164",695,54270 +"6165",695,81121 +"6166",696,819 +"6167",696,833 +"6168",696,844 +"6169",696,854 +"6170",696,857 +"6171",696,864 +"6172",696,892 +"6173",696,895 +"6174",696,908 +"6175",696,918 +"6176",696,1100 +"6177",696,2051 +"6178",696,2958 +"6179",696,26234 +"6180",696,31412 +"6181",696,35360 +"6182",696,97749 +"6183",696,97754 +"6184",697,12778 +"6185",697,19608 +"6186",697,24753 +"6187",697,52699 +"6188",697,59141 +"6189",697,69396 +"6190",697,84365 +"6191",698,5655 +"6192",698,8994 +"6193",698,10116 +"6194",698,22447 +"6195",698,31443 +"6196",698,45000 +"6197",698,52947 +"6198",698,72995 +"6199",698,73017 +"6200",699,2583 +"6201",699,4615 +"6202",699,6639 +"6203",699,6742 +"6204",699,13641 +"6205",699,14838 +"6206",699,18517 +"6207",699,20004 +"6208",699,20011 +"6209",699,20147 +"6210",699,20174 +"6211",699,22235 +"6212",699,23802 +"6213",699,23913 +"6214",699,23984 +"6215",699,24228 +"6216",699,29596 +"6217",699,34637 +"6218",699,44730 +"6219",699,62843 +"6220",699,63678 +"6221",699,88024 +"6222",699,88042 +"6223",699,99646 +"6224",699,99647 +"6225",700,709 +"6226",701,775 +"6227",701,805 +"6228",701,1999 +"6229",701,3294 +"6230",701,3336 +"6231",701,6363 +"6232",701,6403 +"6233",701,7582 +"6234",701,11501 +"6235",701,15507 +"6236",701,22287 +"6237",701,23976 +"6238",701,27173 +"6239",701,37285 +"6240",701,57149 +"6241",701,76216 +"6242",701,102675 +"6243",702,74226 +"6244",703,704 +"6245",703,795 +"6246",703,21024 +"6247",703,21885 +"6248",703,74256 +"6249",704,795 +"6250",704,5198 +"6251",704,6789 +"6252",704,15310 +"6253",704,23151 +"6254",704,30883 +"6255",704,46372 +"6256",704,50487 +"6257",704,88863 +"6258",704,92736 +"6259",704,102008 +"6260",704,102022 +"6261",705,801 +"6262",705,4213 +"6263",705,43348 +"6264",705,63424 +"6265",705,63467 +"6266",705,77636 +"6267",705,84926 +"6268",705,103581 +"6269",706,8812 +"6270",706,99986 +"6271",707,9071 +"6272",707,13992 +"6273",707,14986 +"6274",707,16352 +"6275",707,16420 +"6276",707,28443 +"6277",707,29746 +"6278",707,31971 +"6279",707,33354 +"6280",707,76905 +"6281",707,85136 +"6282",708,6111 +"6283",708,6737 +"6284",708,6747 +"6285",708,6841 +"6286",708,15452 +"6287",708,17631 +"6288",708,21979 +"6289",708,35972 +"6290",708,43811 +"6291",708,45297 +"6292",708,45921 +"6293",708,50196 +"6294",708,52053 +"6295",708,71287 +"6296",708,71337 +"6297",708,71571 +"6298",708,72093 +"6299",708,76580 +"6300",708,78736 +"6301",708,85642 +"6302",708,85664 +"6303",708,93113 +"6304",708,93341 +"6305",708,94041 +"6306",708,98741 +"6307",708,103500 +"6308",708,103596 +"6309",708,104361 +"6310",708,104386 +"6311",708,104401 +"6312",708,107500 +"6313",709,68629 +"6314",709,81859 +"6315",709,103093 +"6316",709,123259 +"6317",710,780 +"6318",710,70353 +"6319",710,94295 +"6320",710,97778 +"6321",711,712 +"6322",711,758 +"6323",711,14188 +"6324",711,19526 +"6325",711,60464 +"6326",711,100848 +"6327",712,758 +"6328",712,11658 +"6329",712,12091 +"6330",712,16585 +"6331",712,37135 +"6332",712,39000 +"6333",712,71012 +"6334",712,71905 +"6335",712,117077 +"6336",713,1617 +"6337",714,3560 +"6338",714,109040 +"6339",715,791 +"6340",715,100663 +"6341",715,100664 +"6342",716,783 +"6343",716,1104 +"6344",716,4974 +"6345",716,7337 +"6346",716,7815 +"6347",716,8395 +"6348",716,8827 +"6349",716,10761 +"6350",716,10901 +"6351",716,11841 +"6352",716,14396 +"6353",716,14426 +"6354",716,16585 +"6355",716,18342 +"6356",716,20532 +"6357",716,22585 +"6358",716,24327 +"6359",716,24635 +"6360",716,26694 +"6361",716,30584 +"6362",716,31403 +"6363",716,37372 +"6364",716,38452 +"6365",716,39396 +"6366",716,40797 +"6367",716,43706 +"6368",716,44577 +"6369",716,48285 +"6370",716,51927 +"6371",716,56100 +"6372",716,58970 +"6373",716,60430 +"6374",716,60828 +"6375",716,61007 +"6376",716,62844 +"6377",716,66260 +"6378",716,72715 +"6379",716,76483 +"6380",716,77924 +"6381",716,83673 +"6382",716,84533 +"6383",716,88932 +"6384",716,89185 +"6385",716,93452 +"6386",716,106328 +"6387",716,119739 +"6388",717,8057 +"6389",717,9697 +"6390",717,14489 +"6391",717,21358 +"6392",717,24905 +"6393",717,25941 +"6394",717,26092 +"6395",717,33836 +"6396",717,35304 +"6397",717,43845 +"6398",717,43871 +"6399",717,48823 +"6400",717,64190 +"6401",717,76589 +"6402",717,99395 +"6403",718,764 +"6404",718,785 +"6405",718,9532 +"6406",719,915 +"6407",719,9097 +"6408",719,11925 +"6409",719,12068 +"6410",719,12388 +"6411",719,17844 +"6412",719,28112 +"6413",719,28882 +"6414",719,32726 +"6415",719,33380 +"6416",719,41682 +"6417",719,42944 +"6418",719,48716 +"6419",719,48732 +"6420",719,49433 +"6421",719,57619 +"6422",719,68795 +"6423",720,3164 +"6424",720,6832 +"6425",720,6941 +"6426",720,16767 +"6427",720,37401 +"6428",720,52694 +"6429",720,57151 +"6430",721,4298 +"6431",721,41388 +"6432",721,47890 +"6433",721,74158 +"6434",721,77236 +"6435",721,88023 +"6436",722,6055 +"6437",722,7231 +"6438",722,7242 +"6439",722,7974 +"6440",722,7992 +"6441",722,14806 +"6442",722,22213 +"6443",722,47890 +"6444",723,35586 +"6445",723,62984 +"6446",723,105881 +"6447",724,79695 +"6448",724,79696 +"6449",725,12541 +"6450",725,13156 +"6451",725,20906 +"6452",725,30907 +"6453",725,40815 +"6454",725,42102 +"6455",725,47865 +"6456",725,49621 +"6457",725,57072 +"6458",725,57446 +"6459",725,69471 +"6460",725,74579 +"6461",725,81113 +"6462",725,81758 +"6463",725,84390 +"6464",725,93766 +"6465",725,96817 +"6466",725,96846 +"6467",725,96864 +"6468",725,99716 +"6469",725,101037 +"6470",725,103856 +"6471",726,4503 +"6472",726,29989 +"6473",726,32943 +"6474",726,38091 +"6475",726,58566 +"6476",727,6829 +"6477",727,17938 +"6478",727,21152 +"6479",727,26595 +"6480",727,70536 +"6481",727,80487 +"6482",728,986 +"6483",728,1060 +"6484",728,4746 +"6485",728,10754 +"6486",728,21292 +"6487",728,24237 +"6488",728,25841 +"6489",728,32944 +"6490",728,38557 +"6491",728,48669 +"6492",728,49700 +"6493",728,57897 +"6494",728,65969 +"6495",729,2247 +"6496",730,731 +"6497",730,6179 +"6498",731,5934 +"6499",731,8856 +"6500",731,12759 +"6501",731,18267 +"6502",731,41723 +"6503",732,763 +"6504",732,1226 +"6505",732,2195 +"6506",732,8172 +"6507",732,14507 +"6508",732,18088 +"6509",732,24648 +"6510",732,24825 +"6511",732,29114 +"6512",732,31613 +"6513",732,36195 +"6514",732,36197 +"6515",732,52666 +"6516",732,57172 +"6517",732,58485 +"6518",732,75860 +"6519",733,2063 +"6520",733,6570 +"6521",733,16164 +"6522",733,17806 +"6523",733,50667 +"6524",733,52457 +"6525",733,58221 +"6526",733,73728 +"6527",733,77098 +"6528",733,99103 +"6529",733,106245 +"6530",733,109654 +"6531",733,116228 +"6532",734,970 +"6533",734,31549 +"6534",734,55264 +"6535",734,75270 +"6536",734,105258 +"6537",735,1363 +"6538",736,16797 +"6539",737,1002 +"6540",737,61262 +"6541",739,31270 +"6542",739,42469 +"6543",739,42904 +"6544",739,101152 +"6545",739,106205 +"6546",740,85144 +"6547",740,105375 +"6548",741,1041 +"6549",741,1084 +"6550",741,1205 +"6551",741,2433 +"6552",741,5911 +"6553",741,12530 +"6554",741,12743 +"6555",741,21008 +"6556",741,25046 +"6557",741,25533 +"6558",741,38590 +"6559",741,39820 +"6560",741,43021 +"6561",741,56669 +"6562",741,62986 +"6563",741,74837 +"6564",741,76521 +"6565",741,79471 +"6566",741,117863 +"6567",742,743 +"6568",742,5704 +"6569",742,37774 +"6570",742,49158 +"6571",742,84602 +"6572",742,86151 +"6573",742,95478 +"6574",742,97761 +"6575",742,105632 +"6576",742,105666 +"6577",742,105667 +"6578",742,109727 +"6579",744,1076 +"6580",744,61212 +"6581",744,84995 +"6582",744,114241 +"6583",745,5041 +"6584",745,24293 +"6585",745,29967 +"6586",745,49928 +"6587",745,86270 +"6588",745,94660 +"6589",746,2424 +"6590",746,6750 +"6591",746,18074 +"6592",746,25354 +"6593",746,28600 +"6594",746,33014 +"6595",746,33025 +"6596",746,34537 +"6597",746,35528 +"6598",746,43455 +"6599",746,46629 +"6600",746,61982 +"6601",746,78597 +"6602",746,78934 +"6603",746,81362 +"6604",747,52727 +"6605",747,76801 +"6606",747,95285 +"6607",747,95317 +"6608",747,95318 +"6609",748,802 +"6610",748,40867 +"6611",749,18440 +"6612",750,4332 +"6613",750,10176 +"6614",750,12566 +"6615",750,14922 +"6616",750,19818 +"6617",750,30477 +"6618",750,54100 +"6619",750,71418 +"6620",751,35224 +"6621",751,71489 +"6622",752,5080 +"6623",752,18543 +"6624",752,22052 +"6625",752,26873 +"6626",752,41085 +"6627",752,43549 +"6628",752,44427 +"6629",752,50235 +"6630",752,52608 +"6631",752,53453 +"6632",752,54324 +"6633",752,58648 +"6634",752,61572 +"6635",752,67825 +"6636",752,70925 +"6637",752,92592 +"6638",752,101681 +"6639",752,101967 +"6640",752,107539 +"6641",752,109820 +"6642",752,110380 +"6643",752,110394 +"6644",752,119592 +"6645",752,120033 +"6646",753,3870 +"6647",753,4103 +"6648",753,48130 +"6649",754,28632 +"6650",754,51036 +"6651",755,765 +"6652",755,9985 +"6653",755,12737 +"6654",755,30746 +"6655",755,38646 +"6656",755,39326 +"6657",755,44630 +"6658",756,3502 +"6659",756,94846 +"6660",756,119629 +"6661",756,121177 +"6662",757,5203 +"6663",757,7557 +"6664",757,11103 +"6665",757,29930 +"6666",757,31217 +"6667",757,33382 +"6668",757,37478 +"6669",757,40821 +"6670",757,48779 +"6671",757,54721 +"6672",757,60849 +"6673",757,86773 +"6674",758,5328 +"6675",758,9597 +"6676",758,9801 +"6677",758,11658 +"6678",758,15373 +"6679",758,32339 +"6680",758,39656 +"6681",759,3495 +"6682",759,22917 +"6683",759,30555 +"6684",759,37301 +"6685",759,47369 +"6686",759,58149 +"6687",760,3554 +"6688",760,32463 +"6689",760,73564 +"6690",760,112156 +"6691",761,6863 +"6692",761,21507 +"6693",761,32866 +"6694",761,38414 +"6695",761,49680 +"6696",761,54270 +"6697",761,83500 +"6698",762,8060 +"6699",762,23664 +"6700",762,24305 +"6701",762,26965 +"6702",762,48984 +"6703",762,56039 +"6704",762,56488 +"6705",762,61348 +"6706",762,62733 +"6707",762,66958 +"6708",763,823 +"6709",763,1226 +"6710",763,14507 +"6711",763,33024 +"6712",764,785 +"6713",764,9532 +"6714",765,1115 +"6715",765,3040 +"6716",765,4510 +"6717",765,8985 +"6718",765,21284 +"6719",765,21315 +"6720",765,21367 +"6721",765,28998 +"6722",765,32711 +"6723",765,41437 +"6724",765,53112 +"6725",765,53314 +"6726",765,68256 +"6727",765,82147 +"6728",765,85530 +"6729",765,85583 +"6730",766,773 +"6731",767,18072 +"6732",767,18265 +"6733",767,32678 +"6734",767,33447 +"6735",767,75700 +"6736",767,120864 +"6737",768,7391 +"6738",768,10837 +"6739",768,11392 +"6740",768,15072 +"6741",768,21001 +"6742",768,23271 +"6743",768,27685 +"6744",768,34496 +"6745",768,45801 +"6746",768,55829 +"6747",768,55843 +"6748",768,55844 +"6749",768,55860 +"6750",768,55871 +"6751",768,55883 +"6752",768,55888 +"6753",768,55912 +"6754",768,55946 +"6755",768,55957 +"6756",768,78055 +"6757",768,107435 +"6758",768,120148 +"6759",768,120152 +"6760",769,3935 +"6761",769,78084 +"6762",769,78121 +"6763",769,78162 +"6764",769,78175 +"6765",770,7130 +"6766",770,7353 +"6767",770,10933 +"6768",770,13585 +"6769",770,19018 +"6770",770,19061 +"6771",770,19082 +"6772",770,19135 +"6773",770,23811 +"6774",770,74844 +"6775",771,7797 +"6776",771,9199 +"6777",771,17259 +"6778",771,30385 +"6779",771,38565 +"6780",771,42202 +"6781",771,42536 +"6782",771,48483 +"6783",771,67791 +"6784",771,111530 +"6785",773,1227 +"6786",773,15040 +"6787",773,18927 +"6788",773,33566 +"6789",773,54009 +"6790",774,969 +"6791",774,67628 +"6792",775,805 +"6793",775,1999 +"6794",775,3294 +"6795",775,3336 +"6796",775,6363 +"6797",775,6403 +"6798",775,6404 +"6799",775,6410 +"6800",775,6414 +"6801",775,7582 +"6802",775,8992 +"6803",775,11501 +"6804",775,14280 +"6805",775,21402 +"6806",775,29121 +"6807",775,58510 +"6808",776,2802 +"6809",776,2821 +"6810",776,2997 +"6811",776,3055 +"6812",776,3077 +"6813",776,16188 +"6814",776,23402 +"6815",776,33506 +"6816",776,41766 +"6817",776,48081 +"6818",776,49601 +"6819",776,107557 +"6820",776,109393 +"6821",776,109436 +"6822",776,110471 +"6823",776,110472 +"6824",776,110559 +"6825",776,115638 +"6826",777,6519 +"6827",777,82259 +"6828",778,9261 +"6829",778,13246 +"6830",778,33650 +"6831",778,64411 +"6832",778,76370 +"6833",779,4844 +"6834",779,8803 +"6835",779,38491 +"6836",779,48693 +"6837",779,49900 +"6838",779,56878 +"6839",779,70289 +"6840",779,87206 +"6841",779,94532 +"6842",781,3222 +"6843",781,3250 +"6844",781,42180 +"6845",781,82204 +"6846",781,87538 +"6847",781,87557 +"6848",781,87683 +"6849",782,1186 +"6850",782,7785 +"6851",782,13475 +"6852",782,15519 +"6853",782,18978 +"6854",782,32532 +"6855",782,32651 +"6856",782,42007 +"6857",782,53707 +"6858",782,62936 +"6859",782,66001 +"6860",782,118066 +"6861",782,120044 +"6862",782,122850 +"6863",783,1104 +"6864",783,1629 +"6865",783,3477 +"6866",783,3536 +"6867",783,7765 +"6868",783,8402 +"6869",783,10431 +"6870",783,10585 +"6871",783,10901 +"6872",783,11841 +"6873",783,14396 +"6874",783,18342 +"6875",783,19257 +"6876",783,19258 +"6877",783,21467 +"6878",783,24327 +"6879",783,26162 +"6880",783,27063 +"6881",783,34978 +"6882",783,39396 +"6883",783,56100 +"6884",783,60430 +"6885",783,69331 +"6886",783,69472 +"6887",783,76483 +"6888",783,79100 +"6889",783,81163 +"6890",783,91475 +"6891",783,94205 +"6892",784,2222 +"6893",784,3856 +"6894",784,6597 +"6895",784,15825 +"6896",784,27618 +"6897",784,29605 +"6898",784,35470 +"6899",784,45094 +"6900",784,48349 +"6901",784,59269 +"6902",784,67192 +"6903",784,89015 +"6904",784,91699 +"6905",785,61102 +"6906",785,75562 +"6907",786,51621 +"6908",786,103058 +"6909",786,119212 +"6910",787,807 +"6911",787,24391 +"6912",788,33121 +"6913",788,89154 +"6914",789,30033 +"6915",789,32832 +"6916",789,47271 +"6917",789,96418 +"6918",790,57627 +"6919",790,68897 +"6920",791,7143 +"6921",791,12081 +"6922",791,13032 +"6923",791,20528 +"6924",791,20830 +"6925",791,38883 +"6926",791,46023 +"6927",791,53723 +"6928",791,67830 +"6929",791,87287 +"6930",792,2871 +"6931",792,18821 +"6932",792,34845 +"6933",792,46929 +"6934",792,63312 +"6935",792,79493 +"6936",792,79714 +"6937",792,80473 +"6938",793,52262 +"6939",793,82331 +"6940",794,21741 +"6941",794,45730 +"6942",794,47218 +"6943",794,80088 +"6944",794,80549 +"6945",794,84294 +"6946",794,88297 +"6947",794,91083 +"6948",794,101534 +"6949",794,110998 +"6950",794,111048 +"6951",794,111067 +"6952",795,15310 +"6953",795,21182 +"6954",795,46372 +"6955",795,96629 +"6956",795,97208 +"6957",796,3190 +"6958",796,11325 +"6959",796,17825 +"6960",796,17843 +"6961",796,19584 +"6962",796,21383 +"6963",796,21398 +"6964",796,21474 +"6965",796,26285 +"6966",796,27581 +"6967",796,32025 +"6968",796,34163 +"6969",796,34205 +"6970",796,40643 +"6971",796,41070 +"6972",796,74078 +"6973",796,95038 +"6974",797,80135 +"6975",797,85092 +"6976",797,85113 +"6977",798,14361 +"6978",798,14582 +"6979",798,14728 +"6980",798,28390 +"6981",798,30510 +"6982",798,34791 +"6983",798,35477 +"6984",798,45127 +"6985",798,54108 +"6986",798,54460 +"6987",798,58976 +"6988",798,59024 +"6989",798,59509 +"6990",798,68176 +"6991",798,100787 +"6992",799,27545 +"6993",801,9194 +"6994",801,43348 +"6995",801,45934 +"6996",801,65893 +"6997",801,94767 +"6998",802,2948 +"6999",802,5212 +"7000",802,17097 +"7001",802,22403 +"7002",802,29372 +"7003",802,30639 +"7004",802,40646 +"7005",802,40867 +"7006",802,41108 +"7007",802,48435 +"7008",802,53333 +"7009",802,57150 +"7010",802,68449 +"7011",802,81694 +"7012",803,1321 +"7013",803,1676 +"7014",803,6190 +"7015",803,7078 +"7016",803,11811 +"7017",803,13503 +"7018",803,15557 +"7019",803,20783 +"7020",803,22511 +"7021",803,23269 +"7022",803,26141 +"7023",803,33453 +"7024",803,43560 +"7025",803,46442 +"7026",803,46601 +"7027",803,47223 +"7028",803,49517 +"7029",803,64941 +"7030",803,65376 +"7031",803,77993 +"7032",803,79314 +"7033",803,84705 +"7034",803,86149 +"7035",803,86799 +"7036",803,88086 +"7037",804,56999 +"7038",804,74919 +"7039",805,839 +"7040",805,74519 +"7041",806,2962 +"7042",806,65854 +"7043",807,4933 +"7044",807,32442 +"7045",807,39646 +"7046",807,40164 +"7047",807,52921 +"7048",807,56997 +"7049",807,79502 +"7050",807,81731 +"7051",807,95704 +"7052",807,97810 +"7053",807,109224 +"7054",807,113355 +"7055",807,113362 +"7056",807,113365 +"7057",807,123122 +"7058",808,9043 +"7059",808,68996 +"7060",808,96573 +"7061",809,23482 +"7062",810,1624 +"7063",810,1708 +"7064",810,2808 +"7065",810,3480 +"7066",810,9496 +"7067",810,10500 +"7068",810,11220 +"7069",810,13258 +"7070",810,26527 +"7071",810,58308 +"7072",810,90249 +"7073",810,91915 +"7074",810,100228 +"7075",811,6575 +"7076",811,19122 +"7077",811,33136 +"7078",811,50479 +"7079",811,54535 +"7080",811,55422 +"7081",811,64720 +"7082",812,904 +"7083",812,19795 +"7084",812,21583 +"7085",812,93229 +"7086",813,16098 +"7087",813,24132 +"7088",813,58998 +"7089",813,70500 +"7090",813,89156 +"7091",813,108595 +"7092",813,116578 +"7093",813,122615 +"7094",814,113992 +"7095",814,115539 +"7096",815,874 +"7097",815,9679 +"7098",815,14672 +"7099",815,14859 +"7100",815,18556 +"7101",815,26744 +"7102",815,33171 +"7103",815,49057 +"7104",815,53262 +"7105",815,55576 +"7106",815,55812 +"7107",815,55831 +"7108",815,55832 +"7109",815,55854 +"7110",815,55863 +"7111",815,55872 +"7112",815,55903 +"7113",815,55915 +"7114",815,55916 +"7115",815,67901 +"7116",815,83508 +"7117",816,825 +"7118",816,8249 +"7119",816,11463 +"7120",816,15124 +"7121",816,19597 +"7122",816,29214 +"7123",816,35966 +"7124",816,50378 +"7125",816,60926 +"7126",816,84942 +"7127",816,85301 +"7128",816,87465 +"7129",816,117418 +"7130",817,5346 +"7131",817,6332 +"7132",817,6965 +"7133",817,8976 +"7134",817,10451 +"7135",817,10683 +"7136",817,14790 +"7137",817,15207 +"7138",817,15453 +"7139",817,15495 +"7140",817,18550 +"7141",817,19682 +"7142",817,21650 +"7143",817,22351 +"7144",817,22591 +"7145",817,25031 +"7146",817,26216 +"7147",817,28093 +"7148",817,28353 +"7149",817,29019 +"7150",817,29026 +"7151",817,32334 +"7152",817,32413 +"7153",817,34614 +"7154",817,34631 +"7155",817,34668 +"7156",817,35983 +"7157",817,38270 +"7158",817,40113 +"7159",817,41919 +"7160",817,42289 +"7161",817,42642 +"7162",817,48281 +"7163",817,48380 +"7164",817,50662 +"7165",817,50956 +"7166",817,56216 +"7167",817,59615 +"7168",817,62679 +"7169",817,63105 +"7170",817,68001 +"7171",817,68475 +"7172",817,68917 +"7173",817,69296 +"7174",817,71106 +"7175",817,73655 +"7176",817,75767 +"7177",817,76046 +"7178",817,76459 +"7179",817,76808 +"7180",817,77727 +"7181",817,78224 +"7182",817,79222 +"7183",817,79456 +"7184",817,82978 +"7185",817,83306 +"7186",817,85027 +"7187",817,88412 +"7188",817,90275 +"7189",817,90426 +"7190",817,91112 +"7191",817,91526 +"7192",817,93425 +"7193",817,93523 +"7194",817,94520 +"7195",817,95954 +"7196",817,99544 +"7197",817,99547 +"7198",817,99554 +"7199",817,100595 +"7200",817,100739 +"7201",817,100819 +"7202",817,101898 +"7203",817,101988 +"7204",817,102146 +"7205",817,102201 +"7206",817,102309 +"7207",817,102635 +"7208",817,102730 +"7209",817,102846 +"7210",817,103790 +"7211",817,104095 +"7212",817,104574 +"7213",817,104784 +"7214",817,104845 +"7215",817,107269 +"7216",817,107623 +"7217",817,107714 +"7218",817,107879 +"7219",817,107975 +"7220",818,27322 +"7221",818,42857 +"7222",818,44716 +"7223",818,44746 +"7224",818,44768 +"7225",818,46091 +"7226",818,50457 +"7227",818,50471 +"7228",818,50503 +"7229",818,50518 +"7230",818,50523 +"7231",818,50555 +"7232",818,50574 +"7233",818,50815 +"7234",818,55793 +"7235",818,57408 +"7236",818,63015 +"7237",819,833 +"7238",819,844 +"7239",819,854 +"7240",819,857 +"7241",819,864 +"7242",819,892 +"7243",819,895 +"7244",819,908 +"7245",819,918 +"7246",819,37076 +"7247",819,49368 +"7248",820,848 +"7249",820,7509 +"7250",820,7987 +"7251",820,47397 +"7252",820,65676 +"7253",821,5091 +"7254",821,6279 +"7255",821,6902 +"7256",821,14387 +"7257",821,14863 +"7258",821,15056 +"7259",821,15082 +"7260",821,15206 +"7261",821,18956 +"7262",821,22330 +"7263",821,23717 +"7264",821,26183 +"7265",821,28106 +"7266",821,37717 +"7267",821,37900 +"7268",821,54700 +"7269",821,77481 +"7270",821,79463 +"7271",821,82168 +"7272",821,91520 +"7273",821,107964 +"7274",822,10407 +"7275",822,85001 +"7276",823,850 +"7277",823,914 +"7278",823,14507 +"7279",823,33024 +"7280",824,7400 +"7281",825,13982 +"7282",825,18789 +"7283",825,38474 +"7284",825,40210 +"7285",826,26945 +"7286",826,39729 +"7287",826,39763 +"7288",827,1624 +"7289",827,2647 +"7290",827,2780 +"7291",827,7580 +"7292",827,15862 +"7293",827,36399 +"7294",827,43543 +"7295",827,52999 +"7296",827,61716 +"7297",827,64625 +"7298",827,64628 +"7299",827,115828 +"7300",828,21026 +"7301",828,33627 +"7302",829,4447 +"7303",829,64394 +"7304",829,101077 +"7305",829,108623 +"7306",830,844 +"7307",830,1373 +"7308",830,3947 +"7309",830,8609 +"7310",830,9428 +"7311",830,11415 +"7312",830,13205 +"7313",830,27195 +"7314",830,29930 +"7315",830,32857 +"7316",830,39505 +"7317",830,47334 +"7318",830,49739 +"7319",830,50656 +"7320",830,53219 +"7321",830,55726 +"7322",830,64462 +"7323",830,66023 +"7324",830,74059 +"7325",831,858 +"7326",831,888 +"7327",831,913 +"7328",832,994 +"7329",832,3130 +"7330",832,4423 +"7331",832,6221 +"7332",832,7539 +"7333",832,17377 +"7334",832,26077 +"7335",832,26961 +"7336",832,57689 +"7337",833,844 +"7338",833,854 +"7339",833,857 +"7340",833,864 +"7341",833,892 +"7342",833,895 +"7343",833,908 +"7344",833,918 +"7345",834,882 +"7346",834,889 +"7347",834,890 +"7348",834,1057 +"7349",834,3387 +"7350",834,4396 +"7351",834,6912 +"7352",834,34265 +"7353",834,38157 +"7354",834,41632 +"7355",835,840 +"7356",835,944 +"7357",835,2771 +"7358",835,3126 +"7359",835,8306 +"7360",835,9178 +"7361",835,14632 +"7362",835,37505 +"7363",835,69232 +"7364",835,71300 +"7365",836,28811 +"7366",836,45859 +"7367",836,55263 +"7368",836,103944 +"7369",837,17148 +"7370",837,32287 +"7371",837,56229 +"7372",838,902 +"7373",838,7956 +"7374",839,19605 +"7375",839,20250 +"7376",839,26849 +"7377",839,32957 +"7378",839,56968 +"7379",839,70881 +"7380",840,944 +"7381",840,13051 +"7382",840,20049 +"7383",840,52006 +"7384",840,83514 +"7385",840,93913 +"7386",840,116634 +"7387",841,885 +"7388",841,2985 +"7389",841,4069 +"7390",841,5075 +"7391",841,5159 +"7392",841,9313 +"7393",841,9810 +"7394",841,10807 +"7395",841,22117 +"7396",841,22561 +"7397",841,25175 +"7398",841,27312 +"7399",841,40335 +"7400",841,45370 +"7401",841,65949 +"7402",841,81053 +"7403",841,88041 +"7404",841,88045 +"7405",842,9564 +"7406",842,13324 +"7407",842,15207 +"7408",842,27649 +"7409",842,33435 +"7410",842,47564 +"7411",842,63435 +"7412",842,65700 +"7413",842,93990 +"7414",843,919 +"7415",843,4691 +"7416",843,4967 +"7417",843,9270 +"7418",843,40746 +"7419",843,49546 +"7420",844,854 +"7421",844,857 +"7422",844,864 +"7423",844,892 +"7424",844,895 +"7425",844,908 +"7426",844,918 +"7427",844,2484 +"7428",844,5284 +"7429",844,8609 +"7430",844,9058 +"7431",844,19808 +"7432",844,20722 +"7433",844,21429 +"7434",844,22057 +"7435",844,24864 +"7436",844,71205 +"7437",844,77329 +"7438",845,18108 +"7439",845,29710 +"7440",845,41021 +"7441",845,44763 +"7442",845,47799 +"7443",845,59267 +"7444",845,59305 +"7445",845,77635 +"7446",845,81272 +"7447",845,93704 +"7448",846,2050 +"7449",846,24899 +"7450",847,1709 +"7451",847,20025 +"7452",847,20254 +"7453",847,23852 +"7454",847,51681 +"7455",847,54030 +"7456",847,67414 +"7457",847,87356 +"7458",848,7509 +"7459",848,17942 +"7460",848,29874 +"7461",848,45189 +"7462",848,51094 +"7463",849,878 +"7464",849,879 +"7465",849,880 +"7466",850,914 +"7467",850,2766 +"7468",850,4470 +"7469",850,12711 +"7470",850,88258 +"7471",851,47734 +"7472",852,33096 +"7473",853,1153 +"7474",853,2074 +"7475",853,5126 +"7476",853,5312 +"7477",853,5484 +"7478",853,5972 +"7479",853,9440 +"7480",853,10964 +"7481",853,11019 +"7482",853,11036 +"7483",853,11067 +"7484",853,11195 +"7485",853,11527 +"7486",853,30200 +"7487",853,42107 +"7488",853,45561 +"7489",854,857 +"7490",854,864 +"7491",854,892 +"7492",854,895 +"7493",854,908 +"7494",854,918 +"7495",854,2894 +"7496",854,4504 +"7497",854,11944 +"7498",854,17718 +"7499",854,17944 +"7500",854,20410 +"7501",854,21451 +"7502",854,21461 +"7503",854,22201 +"7504",854,30236 +"7505",854,31371 +"7506",854,33907 +"7507",854,34906 +"7508",854,38678 +"7509",854,38679 +"7510",854,38680 +"7511",854,38732 +"7512",854,38747 +"7513",854,38759 +"7514",854,38794 +"7515",854,39195 +"7516",854,39322 +"7517",854,54423 +"7518",854,67290 +"7519",854,69657 +"7520",854,69860 +"7521",854,109085 +"7522",855,29075 +"7523",855,29076 +"7524",855,30089 +"7525",855,37863 +"7526",855,45073 +"7527",856,1434 +"7528",856,2962 +"7529",856,3936 +"7530",856,7766 +"7531",856,17446 +"7532",856,17582 +"7533",856,25260 +"7534",856,59677 +"7535",857,864 +"7536",857,892 +"7537",857,895 +"7538",857,908 +"7539",857,918 +"7540",858,888 +"7541",858,913 +"7542",859,9788 +"7543",859,16805 +"7544",859,30071 +"7545",859,64609 +"7546",860,2831 +"7547",860,5456 +"7548",860,6624 +"7549",860,16457 +"7550",860,23597 +"7551",860,24395 +"7552",860,38562 +"7553",860,40531 +"7554",860,40900 +"7555",860,41010 +"7556",860,41040 +"7557",860,44189 +"7558",860,57043 +"7559",860,76683 +"7560",860,97128 +"7561",860,106070 +"7562",861,951 +"7563",861,20525 +"7564",861,34117 +"7565",861,62415 +"7566",862,17219 +"7567",862,22797 +"7568",862,47249 +"7569",863,2692 +"7570",863,5677 +"7571",863,10959 +"7572",863,26500 +"7573",863,50092 +"7574",863,50093 +"7575",863,50142 +"7576",863,81784 +"7577",863,120316 +"7578",864,892 +"7579",864,895 +"7580",864,908 +"7581",864,918 +"7582",865,5966 +"7583",865,12171 +"7584",865,13931 +"7585",865,14022 +"7586",865,18147 +"7587",865,26658 +"7588",865,26682 +"7589",865,27146 +"7590",866,30571 +"7591",866,39335 +"7592",867,16732 +"7593",867,18505 +"7594",867,35727 +"7595",867,72618 +"7596",867,81495 +"7597",867,87965 +"7598",867,108560 +"7599",868,1524 +"7600",868,17133 +"7601",868,26386 +"7602",868,35571 +"7603",868,37493 +"7604",868,51250 +"7605",868,65543 +"7606",868,76715 +"7607",868,102530 +"7608",869,960 +"7609",869,1499 +"7610",869,28790 +"7611",869,29373 +"7612",869,58897 +"7613",869,65283 +"7614",869,87100 +"7615",870,10045 +"7616",870,28892 +"7617",870,34739 +"7618",870,60837 +"7619",870,86335 +"7620",871,2566 +"7621",871,2933 +"7622",871,3216 +"7623",871,3351 +"7624",871,3834 +"7625",871,5785 +"7626",871,8119 +"7627",871,10066 +"7628",871,12326 +"7629",871,12460 +"7630",871,14561 +"7631",871,17052 +"7632",871,21454 +"7633",871,22226 +"7634",871,23293 +"7635",871,30484 +"7636",871,30883 +"7637",871,31413 +"7638",871,31519 +"7639",871,36021 +"7640",871,36569 +"7641",871,41558 +"7642",871,43708 +"7643",871,50487 +"7644",871,51616 +"7645",871,51874 +"7646",871,54522 +"7647",871,66557 +"7648",871,74397 +"7649",871,92419 +"7650",871,97759 +"7651",871,99702 +"7652",871,100780 +"7653",871,116450 +"7654",872,1692 +"7655",872,5845 +"7656",872,11121 +"7657",872,19134 +"7658",872,31046 +"7659",872,49193 +"7660",873,1406 +"7661",873,2104 +"7662",873,2843 +"7663",873,3751 +"7664",873,4192 +"7665",873,4405 +"7666",873,7520 +"7667",873,13910 +"7668",873,14134 +"7669",873,58555 +"7670",873,83325 +"7671",873,95312 +"7672",873,109454 +"7673",875,5118 +"7674",875,12981 +"7675",875,29240 +"7676",875,31558 +"7677",875,39022 +"7678",875,42306 +"7679",876,1174 +"7680",876,1426 +"7681",876,2073 +"7682",876,2132 +"7683",876,3861 +"7684",876,10313 +"7685",876,42256 +"7686",876,46226 +"7687",877,896 +"7688",877,1151 +"7689",877,1425 +"7690",877,1938 +"7691",878,879 +"7692",878,880 +"7693",878,22365 +"7694",878,22366 +"7695",879,880 +"7696",880,56182 +"7697",880,57580 +"7698",881,897 +"7699",881,1375 +"7700",881,1385 +"7701",881,2099 +"7702",881,2743 +"7703",881,3105 +"7704",881,8533 +"7705",881,12098 +"7706",881,13002 +"7707",881,13954 +"7708",881,14313 +"7709",881,30898 +"7710",881,44761 +"7711",881,50121 +"7712",881,51435 +"7713",881,59207 +"7714",881,60302 +"7715",881,65566 +"7716",881,68708 +"7717",881,76468 +"7718",881,85018 +"7719",881,110707 +"7720",882,889 +"7721",882,890 +"7722",883,943 +"7723",883,2275 +"7724",883,4944 +"7725",883,9084 +"7726",883,12746 +"7727",883,17645 +"7728",883,20764 +"7729",883,21906 +"7730",883,25133 +"7731",883,25367 +"7732",883,25413 +"7733",883,42862 +"7734",883,43654 +"7735",883,44222 +"7736",883,45161 +"7737",883,46726 +"7738",883,47167 +"7739",883,48464 +"7740",883,55212 +"7741",883,59915 +"7742",883,62668 +"7743",883,70473 +"7744",883,70981 +"7745",883,71825 +"7746",883,71837 +"7747",883,77625 +"7748",883,79681 +"7749",883,82452 +"7750",883,88409 +"7751",883,90883 +"7752",883,91383 +"7753",883,92113 +"7754",883,98904 +"7755",883,100702 +"7756",883,102940 +"7757",883,112457 +"7758",883,118577 +"7759",883,119085 +"7760",883,119224 +"7761",883,119439 +"7762",883,120085 +"7763",883,120232 +"7764",883,121213 +"7765",883,122049 +"7766",884,118067 +"7767",885,2385 +"7768",885,11671 +"7769",885,38917 +"7770",885,47092 +"7771",885,65949 +"7772",886,887 +"7773",886,7949 +"7774",886,20026 +"7775",886,32435 +"7776",887,67867 +"7777",888,913 +"7778",889,890 +"7779",891,953 +"7780",891,9265 +"7781",891,45384 +"7782",891,70125 +"7783",891,70130 +"7784",891,70149 +"7785",891,73523 +"7786",891,82495 +"7787",891,97384 +"7788",892,895 +"7789",892,908 +"7790",892,918 +"7791",893,2890 +"7792",893,30268 +"7793",893,35634 +"7794",893,53936 +"7795",893,53967 +"7796",893,57963 +"7797",893,61677 +"7798",893,61943 +"7799",894,10014 +"7800",894,23966 +"7801",894,31335 +"7802",894,37131 +"7803",894,77491 +"7804",894,87907 +"7805",894,91450 +"7806",895,908 +"7807",895,918 +"7808",896,1151 +"7809",896,1425 +"7810",896,1938 +"7811",896,4600 +"7812",896,32000 +"7813",896,32090 +"7814",897,1046 +"7815",897,1375 +"7816",897,1852 +"7817",897,4822 +"7818",897,5148 +"7819",897,5725 +"7820",897,5980 +"7821",897,6473 +"7822",897,7245 +"7823",897,7959 +"7824",897,8165 +"7825",897,8193 +"7826",897,8369 +"7827",897,8533 +"7828",897,8553 +"7829",897,11186 +"7830",897,12845 +"7831",897,14879 +"7832",897,14895 +"7833",897,14926 +"7834",897,18034 +"7835",897,28285 +"7836",897,31458 +"7837",897,33574 +"7838",897,47947 +"7839",897,51435 +"7840",897,57977 +"7841",897,58035 +"7842",897,60025 +"7843",898,62469 +"7844",899,12383 +"7845",899,33146 +"7846",899,73222 +"7847",899,78276 +"7848",900,951 +"7849",900,1808 +"7850",900,7906 +"7851",900,19502 +"7852",900,21274 +"7853",900,49477 +"7854",900,119433 +"7855",901,2602 +"7856",901,5238 +"7857",901,18094 +"7858",902,1299 +"7859",902,7956 +"7860",902,58286 +"7861",902,95608 +"7862",903,28595 +"7863",903,78124 +"7864",903,115919 +"7865",904,54616 +"7866",904,113653 +"7867",905,5428 +"7868",905,5468 +"7869",905,17025 +"7870",905,27564 +"7871",906,31552 +"7872",906,84291 +"7873",907,3339 +"7874",907,11725 +"7875",907,21463 +"7876",907,23380 +"7877",907,26997 +"7878",907,27663 +"7879",907,31120 +"7880",907,34134 +"7881",907,34681 +"7882",907,39105 +"7883",907,44259 +"7884",907,47979 +"7885",907,53095 +"7886",907,53121 +"7887",907,53153 +"7888",907,53573 +"7889",907,87283 +"7890",908,918 +"7891",908,17367 +"7892",908,37455 +"7893",908,41937 +"7894",908,68259 +"7895",908,97832 +"7896",909,2888 +"7897",909,4349 +"7898",909,10602 +"7899",909,11855 +"7900",909,12877 +"7901",909,13223 +"7902",909,14992 +"7903",909,15365 +"7904",909,22548 +"7905",909,28481 +"7906",909,32349 +"7907",909,34033 +"7908",909,36010 +"7909",909,41904 +"7910",909,45696 +"7911",909,47973 +"7912",909,50425 +"7913",909,57253 +"7914",909,66261 +"7915",909,68457 +"7916",909,69198 +"7917",909,77565 +"7918",909,78974 +"7919",909,86023 +"7920",909,87813 +"7921",909,88773 +"7922",909,90993 +"7923",909,90994 +"7924",909,92417 +"7925",909,100319 +"7926",909,101250 +"7927",909,101462 +"7928",909,109885 +"7929",909,110742 +"7930",909,112606 +"7931",909,116142 +"7932",909,116150 +"7933",909,116151 +"7934",909,116152 +"7935",909,116155 +"7936",909,116159 +"7937",909,116163 +"7938",909,116165 +"7939",909,116166 +"7940",909,116171 +"7941",909,116677 +"7942",909,116678 +"7943",910,26793 +"7944",910,64381 +"7945",911,1384 +"7946",911,20627 +"7947",911,71839 +"7948",912,2248 +"7949",912,20534 +"7950",912,33363 +"7951",912,58408 +"7952",912,58957 +"7953",912,75004 +"7954",913,2769 +"7955",913,4094 +"7956",913,4274 +"7957",913,4651 +"7958",913,5372 +"7959",913,5884 +"7960",913,7471 +"7961",913,7540 +"7962",913,8636 +"7963",913,8686 +"7964",913,8870 +"7965",913,8888 +"7966",913,9511 +"7967",913,9741 +"7968",913,12170 +"7969",913,12791 +"7970",913,13313 +"7971",913,14441 +"7972",913,15378 +"7973",913,17447 +"7974",913,17698 +"7975",913,19034 +"7976",913,19791 +"7977",913,21229 +"7978",913,23386 +"7979",913,24448 +"7980",913,24568 +"7981",913,25782 +"7982",913,27275 +"7983",913,27332 +"7984",913,27388 +"7985",913,27390 +"7986",913,27472 +"7987",913,27473 +"7988",913,27590 +"7989",913,31235 +"7990",913,43480 +"7991",913,47733 +"7992",913,51617 +"7993",913,51762 +"7994",913,52299 +"7995",913,52735 +"7996",913,57738 +"7997",913,63409 +"7998",913,66735 +"7999",913,67110 +"8000",913,75883 +"8001",913,75888 +"8002",913,75892 +"8003",913,75893 +"8004",913,75898 +"8005",914,5721 +"8006",914,7637 +"8007",914,8824 +"8008",914,8876 +"8009",914,15410 +"8010",914,20646 +"8011",914,28285 +"8012",914,57168 +"8013",914,59952 +"8014",915,2609 +"8015",915,2658 +"8016",915,6891 +"8017",915,10855 +"8018",915,12456 +"8019",915,19605 +"8020",915,24349 +"8021",915,27999 +"8022",915,30092 +"8023",915,33907 +"8024",915,34001 +"8025",915,53056 +"8026",915,84853 +"8027",916,2488 +"8028",916,18329 +"8029",916,18384 +"8030",916,18406 +"8031",916,23739 +"8032",916,36662 +"8033",916,52720 +"8034",916,53971 +"8035",916,59470 +"8036",916,72390 +"8037",917,76867 +"8038",917,82288 +"8039",917,87635 +"8040",917,102628 +"8041",917,103956 +"8042",917,103980 +"8043",918,5284 +"8044",918,12324 +"8045",918,12353 +"8046",918,20722 +"8047",918,22057 +"8048",919,12735 +"8049",919,13976 +"8050",919,20623 +"8051",919,56160 +"8052",919,56286 +"8053",919,75256 +"8054",919,77056 +"8055",919,80025 +"8056",919,92645 +"8057",919,92679 +"8058",920,1138 +"8059",920,1166 +"8060",920,2052 +"8061",920,2058 +"8062",920,2215 +"8063",920,11862 +"8064",920,59469 +"8065",920,86086 +"8066",920,116754 +"8067",921,955 +"8068",921,1628 +"8069",921,13537 +"8070",921,23245 +"8071",921,23354 +"8072",921,24640 +"8073",921,28273 +"8074",921,30344 +"8075",921,31343 +"8076",921,34730 +"8077",921,35894 +"8078",921,50278 +"8079",921,59097 +"8080",921,100131 +"8081",921,101250 +"8082",921,116143 +"8083",922,931 +"8084",923,36175 +"8085",923,54133 +"8086",924,20868 +"8087",924,117334 +"8088",925,1251 +"8089",925,5469 +"8090",925,13052 +"8091",925,13732 +"8092",925,19698 +"8093",925,21712 +"8094",925,26865 +"8095",925,29195 +"8096",925,30081 +"8097",925,31642 +"8098",925,33091 +"8099",925,33302 +"8100",925,34470 +"8101",925,34950 +"8102",925,34965 +"8103",925,36455 +"8104",925,41575 +"8105",925,46128 +"8106",925,49074 +"8107",925,78394 +"8108",925,78738 +"8109",925,82456 +"8110",925,82513 +"8111",925,82521 +"8112",925,82524 +"8113",925,86828 +"8114",926,28611 +"8115",926,85424 +"8116",926,103431 +"8117",926,115210 +"8118",927,31460 +"8119",928,36007 +"8120",928,56955 +"8121",928,86548 +"8122",929,977 +"8123",929,3861 +"8124",929,8053 +"8125",929,8140 +"8126",929,13136 +"8127",929,13881 +"8128",929,14401 +"8129",929,16245 +"8130",929,17933 +"8131",929,31355 +"8132",929,55688 +"8133",929,65010 +"8134",929,74055 +"8135",929,92835 +"8136",929,92860 +"8137",929,93412 +"8138",929,95735 +"8139",929,105160 +"8140",930,4712 +"8141",930,19207 +"8142",930,57431 +"8143",930,62666 +"8144",930,85652 +"8145",930,91409 +"8146",930,102887 +"8147",930,114042 +"8148",930,114586 +"8149",931,2016 +"8150",931,81055 +"8151",931,81080 +"8152",932,7482 +"8153",932,13495 +"8154",932,27726 +"8155",932,37008 +"8156",932,38830 +"8157",932,79928 +"8158",932,88764 +"8159",932,89853 +"8160",932,90818 +"8161",932,90836 +"8162",932,94198 +"8163",932,98335 +"8164",932,100859 +"8165",932,101827 +"8166",932,102339 +"8167",932,103762 +"8168",932,110766 +"8169",932,113971 +"8170",933,31445 +"8171",934,7833 +"8172",934,13378 +"8173",934,17999 +"8174",934,18057 +"8175",934,23739 +"8176",934,26038 +"8177",934,26100 +"8178",934,26453 +"8179",934,26457 +"8180",934,26563 +"8181",934,26568 +"8182",934,40682 +"8183",934,42644 +"8184",934,44095 +"8185",934,45947 +"8186",934,56183 +"8187",934,77930 +"8188",935,958 +"8189",935,5346 +"8190",935,30262 +"8191",935,30854 +"8192",935,56668 +"8193",935,62690 +"8194",935,70341 +"8195",935,73201 +"8196",935,93373 +"8197",935,94025 +"8198",936,8182 +"8199",936,30539 +"8200",936,35358 +"8201",936,36191 +"8202",936,38809 +"8203",936,40785 +"8204",936,66343 +"8205",936,88315 +"8206",936,93188 +"8207",936,104360 +"8208",936,106315 +"8209",936,106359 +"8210",936,111555 +"8211",936,115621 +"8212",937,1542 +"8213",937,1751 +"8214",937,2300 +"8215",937,2301 +"8216",937,4050 +"8217",937,5685 +"8218",937,25129 +"8219",937,30749 +"8220",937,34509 +"8221",937,48484 +"8222",937,64036 +"8223",937,81051 +"8224",937,93772 +"8225",937,94830 +"8226",937,94850 +"8227",937,94856 +"8228",937,103624 +"8229",938,981 +"8230",938,1333 +"8231",938,1497 +"8232",938,1684 +"8233",938,1975 +"8234",938,2128 +"8235",938,2840 +"8236",938,2866 +"8237",938,3920 +"8238",938,4899 +"8239",938,5304 +"8240",938,5887 +"8241",938,12994 +"8242",938,13822 +"8243",938,18066 +"8244",938,21698 +"8245",938,21900 +"8246",938,23243 +"8247",938,23528 +"8248",938,27222 +"8249",938,28049 +"8250",938,28869 +"8251",938,36724 +"8252",938,38736 +"8253",938,41197 +"8254",938,45357 +"8255",938,46786 +"8256",938,51895 +"8257",938,64635 +"8258",938,68500 +"8259",938,80156 +"8260",938,84346 +"8261",938,84353 +"8262",938,88883 +"8263",938,103554 +"8264",938,110357 +"8265",939,1359 +"8266",939,3815 +"8267",939,10379 +"8268",939,23066 +"8269",939,23816 +"8270",939,24242 +"8271",939,27908 +"8272",939,28164 +"8273",939,32543 +"8274",939,34918 +"8275",939,41186 +"8276",939,44260 +"8277",939,72323 +"8278",939,76287 +"8279",939,95883 +"8280",940,19230 +"8281",940,36176 +"8282",940,76953 +"8283",940,88000 +"8284",941,7245 +"8285",941,8193 +"8286",941,14879 +"8287",941,18415 +"8288",941,21307 +"8289",941,23480 +"8290",941,23525 +"8291",941,28839 +"8292",941,30976 +"8293",941,32985 +"8294",941,33873 +"8295",941,37192 +"8296",941,37307 +"8297",941,42315 +"8298",941,45549 +"8299",941,61307 +"8300",941,65584 +"8301",941,66376 +"8302",941,82593 +"8303",941,82848 +"8304",941,90668 +"8305",941,90884 +"8306",941,95740 +"8307",941,103140 +"8308",941,107991 +"8309",941,115878 +"8310",941,119982 +"8311",941,119996 +"8312",941,120028 +"8313",942,13927 +"8314",942,44506 +"8315",942,58028 +"8316",942,80674 +"8317",943,1331 +"8318",943,1454 +"8319",943,1520 +"8320",943,2275 +"8321",943,3723 +"8322",943,4944 +"8323",943,9084 +"8324",943,12746 +"8325",943,17645 +"8326",943,17966 +"8327",943,20764 +"8328",943,20801 +"8329",943,21906 +"8330",943,25367 +"8331",943,25413 +"8332",943,43654 +"8333",943,44222 +"8334",943,45161 +"8335",943,46726 +"8336",943,47167 +"8337",943,48464 +"8338",943,59915 +"8339",943,62668 +"8340",943,70473 +"8341",943,70981 +"8342",943,71825 +"8343",943,71837 +"8344",943,77625 +"8345",943,79681 +"8346",943,82452 +"8347",943,88409 +"8348",943,90883 +"8349",943,91383 +"8350",943,92113 +"8351",943,98904 +"8352",943,102940 +"8353",943,118577 +"8354",943,119085 +"8355",943,119224 +"8356",943,119439 +"8357",943,120085 +"8358",943,120232 +"8359",943,121213 +"8360",944,8306 +"8361",944,14632 +"8362",944,21883 +"8363",944,27865 +"8364",944,34975 +"8365",944,37475 +"8366",944,37505 +"8367",944,63041 +"8368",944,63837 +"8369",944,66587 +"8370",944,68691 +"8371",944,68876 +"8372",944,69232 +"8373",944,89117 +"8374",944,119500 +"8375",945,68338 +"8376",946,28641 +"8377",947,13210 +"8378",948,37281 +"8379",948,37374 +"8380",948,62391 +"8381",949,20617 +"8382",949,47918 +"8383",949,48185 +"8384",949,49846 +"8385",949,49847 +"8386",949,49848 +"8387",949,49886 +"8388",950,8274 +"8389",950,12080 +"8390",951,1808 +"8391",951,2390 +"8392",951,6393 +"8393",951,7906 +"8394",951,13424 +"8395",951,19502 +"8396",951,21274 +"8397",951,21957 +"8398",951,23109 +"8399",951,32220 +"8400",951,35555 +"8401",951,49477 +"8402",951,54117 +"8403",951,62415 +"8404",951,103276 +"8405",951,115797 +"8406",951,119433 +"8407",951,121722 +"8408",952,1461 +"8409",952,20540 +"8410",952,22380 +"8411",952,45132 +"8412",952,79704 +"8413",953,12628 +"8414",953,21486 +"8415",953,21568 +"8416",953,21569 +"8417",953,21608 +"8418",954,1003 +"8419",955,51839 +"8420",955,53207 +"8421",955,53233 +"8422",955,53234 +"8423",955,53297 +"8424",956,1550 +"8425",956,1687 +"8426",957,1597 +"8427",957,6242 +"8428",957,6384 +"8429",957,9782 +"8430",957,12394 +"8431",957,12759 +"8432",957,13745 +"8433",957,18381 +"8434",957,20985 +"8435",957,25373 +"8436",957,30527 +"8437",957,41723 +"8438",957,49657 +"8439",957,52255 +"8440",957,84084 +"8441",957,88411 +"8442",958,5346 +"8443",958,30262 +"8444",958,30854 +"8445",958,62690 +"8446",958,70341 +"8447",958,73201 +"8448",958,93373 +"8449",958,94025 +"8450",959,1956 +"8451",959,5255 +"8452",959,9504 +"8453",959,11081 +"8454",959,11098 +"8455",959,19231 +"8456",959,24952 +"8457",959,27123 +"8458",959,38094 +"8459",959,90499 +"8460",959,98402 +"8461",960,7702 +"8462",960,8094 +"8463",960,8219 +"8464",960,15250 +"8465",960,15253 +"8466",960,29373 +"8467",960,42214 +"8468",960,58229 +"8469",960,79270 +"8470",961,103485 +"8471",962,16229 +"8472",962,26773 +"8473",962,114410 +"8474",962,114452 +"8475",963,49089 +"8476",963,74532 +"8477",964,12835 +"8478",964,14731 +"8479",964,18121 +"8480",964,29555 +"8481",964,50086 +"8482",964,58637 +"8483",964,60483 +"8484",964,62771 +"8485",964,70233 +"8486",964,86210 +"8487",964,103201 +"8488",964,117883 +"8489",965,984 +"8490",965,1300 +"8491",965,5276 +"8492",965,6568 +"8493",965,10374 +"8494",965,11244 +"8495",965,16032 +"8496",965,27485 +"8497",965,27677 +"8498",965,28931 +"8499",965,29598 +"8500",965,42927 +"8501",965,43940 +"8502",965,49910 +"8503",965,72061 +"8504",966,35263 +"8505",967,15566 +"8506",967,16823 +"8507",967,40456 +"8508",967,65990 +"8509",967,82372 +"8510",968,19087 +"8511",968,29336 +"8512",968,36912 +"8513",968,49096 +"8514",970,3879 +"8515",970,29074 +"8516",970,31549 +"8517",971,1004 +"8518",971,12088 +"8519",971,34758 +"8520",971,99413 +"8521",972,973 +"8522",972,1065 +"8523",972,6228 +"8524",972,15856 +"8525",972,23889 +"8526",972,36018 +"8527",972,56070 +"8528",972,56845 +"8529",972,62457 +"8530",972,92329 +"8531",973,1065 +"8532",973,56282 +"8533",973,58943 +"8534",973,78479 +"8535",973,85123 +"8536",974,1001 +"8537",975,3315 +"8538",975,8942 +"8539",975,9031 +"8540",975,21517 +"8541",975,35954 +"8542",975,85981 +"8543",975,111540 +"8544",976,4821 +"8545",976,18977 +"8546",976,25370 +"8547",976,33884 +"8548",976,36523 +"8549",976,36586 +"8550",976,36650 +"8551",976,37778 +"8552",976,54200 +"8553",976,54825 +"8554",976,63395 +"8555",976,64469 +"8556",976,95334 +"8557",977,4498 +"8558",977,5034 +"8559",977,10771 +"8560",977,16084 +"8561",977,22120 +"8562",977,22696 +"8563",977,38845 +"8564",977,40373 +"8565",977,88629 +"8566",978,12103 +"8567",978,17475 +"8568",978,30906 +"8569",978,49614 +"8570",978,83716 +"8571",979,6103 +"8572",979,7086 +"8573",980,52886 +"8574",980,88513 +"8575",980,88526 +"8576",981,996 +"8577",981,1333 +"8578",981,1684 +"8579",981,1975 +"8580",981,2070 +"8581",981,2128 +"8582",981,2813 +"8583",981,2840 +"8584",981,3861 +"8585",981,4129 +"8586",981,5176 +"8587",981,5304 +"8588",981,5406 +"8589",981,6280 +"8590",981,6298 +"8591",981,7252 +"8592",981,7868 +"8593",981,10365 +"8594",981,11566 +"8595",981,12994 +"8596",981,13822 +"8597",981,18066 +"8598",981,22460 +"8599",981,23462 +"8600",981,23528 +"8601",981,24796 +"8602",981,25646 +"8603",981,28820 +"8604",981,28869 +"8605",981,30586 +"8606",981,38736 +"8607",981,40453 +"8608",981,41435 +"8609",981,43574 +"8610",981,45357 +"8611",981,46142 +"8612",981,46484 +"8613",981,46786 +"8614",981,49776 +"8615",981,54777 +"8616",981,57697 +"8617",981,64468 +"8618",981,64578 +"8619",981,68500 +"8620",981,78833 +"8621",981,80156 +"8622",981,84346 +"8623",981,84353 +"8624",981,86700 +"8625",981,91275 +"8626",982,1005 +"8627",982,21103 +"8628",982,35142 +"8629",983,1051 +"8630",983,1124 +"8631",983,1144 +"8632",983,1336 +"8633",983,1435 +"8634",983,2019 +"8635",983,3203 +"8636",983,5971 +"8637",983,6215 +"8638",983,6751 +"8639",983,7553 +"8640",983,10105 +"8641",983,10488 +"8642",983,11427 +"8643",983,12640 +"8644",983,13307 +"8645",983,14656 +"8646",983,14666 +"8647",983,16839 +"8648",983,17064 +"8649",983,18394 +"8650",983,20326 +"8651",983,20737 +"8652",983,21330 +"8653",983,21849 +"8654",983,21875 +"8655",983,23222 +"8656",983,23526 +"8657",983,23626 +"8658",983,23715 +"8659",983,25881 +"8660",983,27497 +"8661",983,27586 +"8662",983,30564 +"8663",983,32131 +"8664",983,48359 +"8665",983,49084 +"8666",983,52136 +"8667",983,58417 +"8668",983,58740 +"8669",983,60878 +"8670",983,80383 +"8671",983,85089 +"8672",983,92662 +"8673",983,96353 +"8674",985,12036 +"8675",987,13469 +"8676",987,76233 +"8677",987,82015 +"8678",987,82019 +"8679",988,2984 +"8680",988,3557 +"8681",988,19515 +"8682",988,78262 +"8683",988,88240 +"8684",989,24633 +"8685",990,13553 +"8686",991,86477 +"8687",992,1785 +"8688",992,13181 +"8689",992,16820 +"8690",992,24089 +"8691",992,24193 +"8692",992,28299 +"8693",992,45043 +"8694",992,88536 +"8695",992,92553 +"8696",992,93507 +"8697",993,34066 +"8698",993,46911 +"8699",993,87978 +"8700",993,87981 +"8701",994,2502 +"8702",994,32207 +"8703",994,36687 +"8704",994,44843 +"8705",994,48762 +"8706",994,48860 +"8707",994,62762 +"8708",994,87142 +"8709",994,89172 +"8710",994,90064 +"8711",994,90065 +"8712",994,90554 +"8713",995,42650 +"8714",995,59833 +"8715",995,85540 +"8716",996,1333 +"8717",996,1975 +"8718",996,2070 +"8719",996,2128 +"8720",996,2813 +"8721",996,2840 +"8722",996,4129 +"8723",996,4669 +"8724",996,4678 +"8725",996,7868 +"8726",996,12994 +"8727",996,13832 +"8728",996,14819 +"8729",996,18066 +"8730",996,22460 +"8731",996,23528 +"8732",996,28869 +"8733",996,38736 +"8734",996,39198 +"8735",996,40453 +"8736",996,45357 +"8737",996,46786 +"8738",996,49064 +"8739",996,64468 +"8740",996,91275 +"8741",997,1048 +"8742",997,1713 +"8743",997,1875 +"8744",997,7858 +"8745",997,9752 +"8746",997,12204 +"8747",997,23857 +"8748",997,36018 +"8749",997,39606 +"8750",997,50284 +"8751",997,53219 +"8752",997,69252 +"8753",997,78694 +"8754",997,78746 +"8755",997,92529 +"8756",998,8343 +"8757",998,20293 +"8758",998,20617 +"8759",998,21577 +"8760",998,21588 +"8761",998,25458 +"8762",998,29490 +"8763",998,49677 +"8764",999,4199 +"8765",999,6209 +"8766",999,21128 +"8767",999,21270 +"8768",999,21303 +"8769",999,21342 +"8770",999,21362 +"8771",999,25388 +"8772",999,25389 +"8773",999,58911 +"8774",1000,13874 +"8775",1000,16198 +"8776",1000,114704 +"8777",1000,120830 +"8778",1000,121215 +"8779",1001,24697 +"8780",1001,53361 +"8781",1003,37381 +"8782",1003,38550 +"8783",1003,54258 +"8784",1003,61723 +"8785",1003,91734 +"8786",1003,104516 +"8787",1005,6451 +"8788",1005,11619 +"8789",1005,115460 +"8790",1006,6717 +"8791",1006,8268 +"8792",1006,55712 +"8793",1007,36091 +"8794",1008,1091 +"8795",1008,35914 +"8796",1008,38676 +"8797",1008,42212 +"8798",1008,42920 +"8799",1009,4491 +"8800",1009,20678 +"8801",1010,35516 +"8802",1011,1016 +"8803",1011,113042 +"8804",1012,1566 +"8805",1012,26273 +"8806",1012,30100 +"8807",1012,46588 +"8808",1012,96226 +"8809",1012,105217 +"8810",1013,1069 +"8811",1014,12010 +"8812",1014,27946 +"8813",1015,1070 +"8814",1015,4121 +"8815",1015,8860 +"8816",1015,18309 +"8817",1015,19295 +"8818",1015,22281 +"8819",1015,33400 +"8820",1015,40074 +"8821",1015,47949 +"8822",1015,47956 +"8823",1015,58333 +"8824",1015,79837 +"8825",1015,85291 +"8826",1015,92280 +"8827",1015,104291 +"8828",1015,118495 +"8829",1016,3279 +"8830",1016,9394 +"8831",1016,9448 +"8832",1016,10788 +"8833",1016,14191 +"8834",1016,14708 +"8835",1016,17360 +"8836",1016,17857 +"8837",1016,19068 +"8838",1016,19082 +"8839",1016,21918 +"8840",1016,25013 +"8841",1016,25150 +"8842",1016,25639 +"8843",1016,36954 +"8844",1016,37307 +"8845",1016,39391 +"8846",1016,41455 +"8847",1016,43149 +"8848",1016,44687 +"8849",1016,50207 +"8850",1016,50488 +"8851",1016,52112 +"8852",1016,53415 +"8853",1016,56357 +"8854",1016,57636 +"8855",1016,58482 +"8856",1016,59798 +"8857",1016,70907 +"8858",1016,71683 +"8859",1016,77125 +"8860",1016,78398 +"8861",1016,82426 +"8862",1016,84343 +"8863",1016,85000 +"8864",1016,85101 +"8865",1016,91682 +"8866",1016,95267 +"8867",1016,97580 +"8868",1016,98727 +"8869",1016,98776 +"8870",1016,100795 +"8871",1016,106824 +"8872",1016,108879 +"8873",1016,109166 +"8874",1016,109858 +"8875",1016,109878 +"8876",1016,112962 +"8877",1016,113990 +"8878",1016,115413 +"8879",1016,116123 +"8880",1016,117258 +"8881",1016,117560 +"8882",1016,118128 +"8883",1016,118836 +"8884",1016,118866 +"8885",1016,118873 +"8886",1016,119131 +"8887",1016,119513 +"8888",1016,119716 +"8889",1016,119769 +"8890",1016,120123 +"8891",1016,120169 +"8892",1016,120725 +"8893",1016,120944 +"8894",1016,121609 +"8895",1016,122007 +"8896",1016,122032 +"8897",1016,122035 +"8898",1016,122724 +"8899",1016,123070 +"8900",1016,123394 +"8901",1016,123490 +"8902",1017,9272 +"8903",1017,13197 +"8904",1017,22294 +"8905",1017,38638 +"8906",1017,47615 +"8907",1018,36977 +"8908",1018,62335 +"8909",1018,72701 +"8910",1019,45687 +"8911",1020,16834 +"8912",1021,4888 +"8913",1021,27300 +"8914",1021,29680 +"8915",1021,59159 +"8916",1021,62615 +"8917",1021,90122 +"8918",1022,1064 +"8919",1022,59274 +"8920",1023,1063 +"8921",1023,2549 +"8922",1023,5417 +"8923",1023,11778 +"8924",1023,24266 +"8925",1023,29761 +"8926",1023,39211 +"8927",1023,54646 +"8928",1023,57550 +"8929",1023,72536 +"8930",1023,74300 +"8931",1023,85310 +"8932",1023,86185 +"8933",1023,87149 +"8934",1024,42434 +"8935",1024,42746 +"8936",1024,81673 +"8937",1025,1081 +"8938",1025,12094 +"8939",1025,16074 +"8940",1025,98296 +"8941",1026,3654 +"8942",1026,15336 +"8943",1026,65236 +"8944",1026,68046 +"8945",1026,83294 +"8946",1026,83848 +"8947",1026,85608 +"8948",1026,119083 +"8949",1026,119097 +"8950",1027,1193 +"8951",1028,4821 +"8952",1028,36586 +"8953",1028,36646 +"8954",1028,36650 +"8955",1028,63437 +"8956",1029,14372 +"8957",1029,82651 +"8958",1029,87126 +"8959",1029,104521 +"8960",1030,27204 +"8961",1030,57011 +"8962",1030,57186 +"8963",1031,4578 +"8964",1031,6721 +"8965",1031,7864 +"8966",1031,16138 +"8967",1031,18534 +"8968",1031,29061 +"8969",1031,36735 +"8970",1031,76837 +"8971",1031,82415 +"8972",1031,99459 +"8973",1032,105742 +"8974",1033,1116 +"8975",1033,3251 +"8976",1033,22060 +"8977",1033,48860 +"8978",1034,10543 +"8979",1034,20158 +"8980",1034,30321 +"8981",1034,31992 +"8982",1034,45635 +"8983",1034,83227 +"8984",1035,1066 +"8985",1035,6090 +"8986",1035,11754 +"8987",1035,18374 +"8988",1035,31705 +"8989",1036,1092 +"8990",1036,3753 +"8991",1036,4783 +"8992",1036,5388 +"8993",1036,5429 +"8994",1036,6153 +"8995",1036,9683 +"8996",1036,11055 +"8997",1036,11123 +"8998",1036,14738 +"8999",1036,16575 +"9000",1036,20500 +"9001",1036,21706 +"9002",1036,22451 +"9003",1036,22466 +"9004",1036,23971 +"9005",1036,26210 +"9006",1036,54695 +"9007",1036,63246 +"9008",1036,65130 +"9009",1036,73711 +"9010",1036,74106 +"9011",1036,82437 +"9012",1036,82693 +"9013",1036,90190 +"9014",1036,93125 +"9015",1036,93887 +"9016",1036,105942 +"9017",1037,19951 +"9018",1037,20725 +"9019",1037,57259 +"9020",1037,81473 +"9021",1038,3741 +"9022",1038,16635 +"9023",1038,35595 +"9024",1038,35657 +"9025",1038,49964 +"9026",1038,76448 +"9027",1038,89655 +"9028",1038,95906 +"9029",1038,115782 +"9030",1039,1845 +"9031",1039,18111 +"9032",1039,36857 +"9033",1040,1927 +"9034",1040,2892 +"9035",1040,2897 +"9036",1040,13038 +"9037",1040,14349 +"9038",1040,16623 +"9039",1040,20225 +"9040",1040,25302 +"9041",1040,25416 +"9042",1040,29371 +"9043",1040,36144 +"9044",1040,38021 +"9045",1040,52760 +"9046",1040,59903 +"9047",1040,83229 +"9048",1040,84516 +"9049",1040,89725 +"9050",1040,98515 +"9051",1040,107768 +"9052",1040,108501 +"9053",1040,109945 +"9054",1040,112246 +"9055",1040,116023 +"9056",1040,119352 +"9057",1040,122506 +"9058",1040,123068 +"9059",1040,123080 +"9060",1040,123083 +"9061",1040,123095 +"9062",1041,1084 +"9063",1041,1205 +"9064",1041,3108 +"9065",1041,19524 +"9066",1041,20942 +"9067",1041,27686 +"9068",1041,60751 +"9069",1041,60782 +"9070",1042,47088 +"9071",1042,62270 +"9072",1043,2382 +"9073",1043,8198 +"9074",1043,23020 +"9075",1043,56062 +"9076",1043,61007 +"9077",1043,64825 +"9078",1044,1049 +"9079",1044,2424 +"9080",1044,2530 +"9081",1044,2534 +"9082",1044,5747 +"9083",1044,5892 +"9084",1044,6806 +"9085",1044,7042 +"9086",1044,9160 +"9087",1044,11774 +"9088",1044,12210 +"9089",1044,19248 +"9090",1044,19719 +"9091",1044,21415 +"9092",1044,23697 +"9093",1044,25931 +"9094",1044,27694 +"9095",1044,29986 +"9096",1044,33153 +"9097",1044,36361 +"9098",1044,44960 +"9099",1044,49129 +"9100",1044,52576 +"9101",1044,56695 +"9102",1044,58451 +"9103",1044,84047 +"9104",1044,84896 +"9105",1044,93409 +"9106",1044,119448 +"9107",1045,4692 +"9108",1045,15645 +"9109",1045,108757 +"9110",1046,3846 +"9111",1046,4618 +"9112",1046,4822 +"9113",1046,5148 +"9114",1046,5669 +"9115",1046,5725 +"9116",1046,6995 +"9117",1046,8369 +"9118",1046,8533 +"9119",1046,8553 +"9120",1046,8876 +"9121",1046,12845 +"9122",1046,12867 +"9123",1046,20320 +"9124",1046,26351 +"9125",1046,27607 +"9126",1046,28285 +"9127",1046,30149 +"9128",1046,31383 +"9129",1046,31458 +"9130",1046,33574 +"9131",1046,36733 +"9132",1046,36960 +"9133",1046,47947 +"9134",1046,48765 +"9135",1046,51396 +"9136",1046,51435 +"9137",1046,52701 +"9138",1046,53300 +"9139",1046,55820 +"9140",1046,55913 +"9141",1046,57977 +"9142",1046,58035 +"9143",1046,59952 +"9144",1046,60025 +"9145",1046,62840 +"9146",1046,62860 +"9147",1046,70571 +"9148",1046,71562 +"9149",1046,77774 +"9150",1047,94734 +"9151",1049,6818 +"9152",1049,10438 +"9153",1049,12304 +"9154",1049,13100 +"9155",1049,20538 +"9156",1049,22537 +"9157",1049,24945 +"9158",1049,25429 +"9159",1049,27777 +"9160",1049,32487 +"9161",1049,44396 +"9162",1049,45151 +"9163",1049,49512 +"9164",1049,49915 +"9165",1049,57353 +"9166",1049,63656 +"9167",1049,81838 +"9168",1049,82416 +"9169",1049,94735 +"9170",1049,102331 +"9171",1049,109601 +"9172",1049,121213 +"9173",1050,3957 +"9174",1050,10388 +"9175",1050,18639 +"9176",1050,22088 +"9177",1050,24121 +"9178",1050,38523 +"9179",1050,45186 +"9180",1050,56125 +"9181",1050,56143 +"9182",1050,58968 +"9183",1050,67788 +"9184",1050,73224 +"9185",1050,84739 +"9186",1050,85983 +"9187",1050,87603 +"9188",1050,88670 +"9189",1050,93634 +"9190",1051,1124 +"9191",1051,1144 +"9192",1051,1336 +"9193",1051,2019 +"9194",1051,3203 +"9195",1051,5971 +"9196",1051,6215 +"9197",1051,6588 +"9198",1051,6751 +"9199",1051,7553 +"9200",1051,10105 +"9201",1051,11817 +"9202",1051,13307 +"9203",1051,14666 +"9204",1051,18394 +"9205",1051,20737 +"9206",1051,23222 +"9207",1051,23257 +"9208",1051,23526 +"9209",1051,23626 +"9210",1051,23715 +"9211",1051,26867 +"9212",1051,27497 +"9213",1051,30405 +"9214",1051,30962 +"9215",1051,40028 +"9216",1051,45352 +"9217",1051,45870 +"9218",1051,50236 +"9219",1051,53303 +"9220",1051,56082 +"9221",1051,58417 +"9222",1051,58740 +"9223",1051,59939 +"9224",1051,63939 +"9225",1051,79082 +"9226",1051,86849 +"9227",1051,91912 +"9228",1051,94671 +"9229",1051,109663 +"9230",1052,7920 +"9231",1052,28077 +"9232",1052,99276 +"9233",1052,101217 +"9234",1053,4863 +"9235",1053,41454 +"9236",1053,52009 +"9237",1053,60844 +"9238",1054,2811 +"9239",1054,3481 +"9240",1054,4478 +"9241",1054,5651 +"9242",1054,6385 +"9243",1054,6408 +"9244",1054,28181 +"9245",1054,29818 +"9246",1054,36513 +"9247",1054,57346 +"9248",1054,57709 +"9249",1054,61023 +"9250",1054,61024 +"9251",1054,68093 +"9252",1054,78377 +"9253",1054,81288 +"9254",1054,90892 +"9255",1054,115420 +"9256",1055,7909 +"9257",1055,31215 +"9258",1055,66502 +"9259",1055,81282 +"9260",1055,108025 +"9261",1055,121855 +"9262",1055,123352 +"9263",1056,8791 +"9264",1056,15350 +"9265",1056,15486 +"9266",1056,16161 +"9267",1056,16690 +"9268",1056,16754 +"9269",1056,20700 +"9270",1056,25185 +"9271",1056,28572 +"9272",1056,30842 +"9273",1056,30926 +"9274",1056,31176 +"9275",1056,36382 +"9276",1056,38879 +"9277",1056,43856 +"9278",1056,55757 +"9279",1056,66451 +"9280",1056,80889 +"9281",1056,82546 +"9282",1056,96409 +"9283",1056,97012 +"9284",1057,3387 +"9285",1057,4102 +"9286",1057,4396 +"9287",1057,13635 +"9288",1057,37054 +"9289",1057,54399 +"9290",1058,2518 +"9291",1058,39833 +"9292",1059,13337 +"9293",1059,39083 +"9294",1059,56374 +"9295",1059,103310 +"9296",1059,115734 +"9297",1059,118085 +"9298",1059,119072 +"9299",1059,120738 +"9300",1060,2465 +"9301",1060,3357 +"9302",1060,9787 +"9303",1060,12819 +"9304",1060,13845 +"9305",1060,18547 +"9306",1060,18663 +"9307",1060,20221 +"9308",1060,20944 +"9309",1060,23645 +"9310",1060,30742 +"9311",1060,32944 +"9312",1060,47965 +"9313",1060,59025 +"9314",1060,62877 +"9315",1060,74561 +"9316",1060,77317 +"9317",1060,102152 +"9318",1060,104358 +"9319",1060,116690 +"9320",1061,1253 +"9321",1061,2009 +"9322",1061,2531 +"9323",1061,3978 +"9324",1061,5531 +"9325",1061,5867 +"9326",1061,6194 +"9327",1061,8402 +"9328",1061,18250 +"9329",1061,21093 +"9330",1061,33405 +"9331",1061,37095 +"9332",1061,46339 +"9333",1061,47713 +"9334",1061,55367 +"9335",1062,1245 +"9336",1062,5503 +"9337",1062,12284 +"9338",1062,18254 +"9339",1062,33181 +"9340",1062,44346 +"9341",1062,48381 +"9342",1062,48593 +"9343",1062,51809 +"9344",1062,52236 +"9345",1062,57328 +"9346",1062,58990 +"9347",1063,6382 +"9348",1063,11778 +"9349",1063,24266 +"9350",1063,29761 +"9351",1063,39211 +"9352",1063,46581 +"9353",1063,54646 +"9354",1063,55463 +"9355",1063,72536 +"9356",1063,74300 +"9357",1063,86185 +"9358",1063,87149 +"9359",1064,29646 +"9360",1065,27656 +"9361",1065,28282 +"9362",1065,64919 +"9363",1066,8176 +"9364",1066,8238 +"9365",1066,8906 +"9366",1066,9236 +"9367",1066,11530 +"9368",1066,12517 +"9369",1066,14880 +"9370",1066,15658 +"9371",1066,21968 +"9372",1066,22682 +"9373",1066,27796 +"9374",1066,31705 +"9375",1066,33774 +"9376",1066,36604 +"9377",1066,40441 +"9378",1066,44471 +"9379",1066,61975 +"9380",1066,65332 +"9381",1066,88746 +"9382",1066,102379 +"9383",1066,102522 +"9384",1067,14842 +"9385",1067,46680 +"9386",1067,97752 +"9387",1068,105354 +"9388",1068,116472 +"9389",1069,5220 +"9390",1069,16933 +"9391",1069,29261 +"9392",1069,52225 +"9393",1069,63544 +"9394",1069,68917 +"9395",1069,75577 +"9396",1069,76235 +"9397",1069,110333 +"9398",1069,120808 +"9399",1070,8860 +"9400",1070,33423 +"9401",1070,34528 +"9402",1070,35642 +"9403",1070,62284 +"9404",1070,66476 +"9405",1070,70823 +"9406",1070,73605 +"9407",1070,73631 +"9408",1070,83860 +"9409",1070,83974 +"9410",1070,85181 +"9411",1070,97068 +"9412",1070,105554 +"9413",1070,114458 +"9414",1070,115652 +"9415",1070,120809 +"9416",1070,121163 +"9417",1071,1077 +"9418",1071,1078 +"9419",1071,6375 +"9420",1071,6991 +"9421",1071,7457 +"9422",1071,10720 +"9423",1071,10908 +"9424",1071,18417 +"9425",1071,40934 +"9426",1071,45100 +"9427",1071,46268 +"9428",1071,69560 +"9429",1071,90447 +"9430",1071,91494 +"9431",1071,93156 +"9432",1072,24808 +"9433",1072,29685 +"9434",1072,52569 +"9435",1072,56257 +"9436",1073,52589 +"9437",1073,53670 +"9438",1074,2730 +"9439",1074,2747 +"9440",1074,2753 +"9441",1074,3182 +"9442",1074,11641 +"9443",1074,14715 +"9444",1074,17210 +"9445",1074,20155 +"9446",1074,20502 +"9447",1074,21107 +"9448",1074,21158 +"9449",1074,21209 +"9450",1074,21213 +"9451",1074,23024 +"9452",1074,23860 +"9453",1074,24009 +"9454",1074,24027 +"9455",1074,24186 +"9456",1074,24627 +"9457",1074,31353 +"9458",1074,35417 +"9459",1074,40396 +"9460",1074,44433 +"9461",1074,44603 +"9462",1074,45734 +"9463",1074,76890 +"9464",1074,80555 +"9465",1074,94573 +"9466",1075,54312 +"9467",1075,97508 +"9468",1075,119677 +"9469",1077,1078 +"9470",1077,10720 +"9471",1077,12228 +"9472",1077,18417 +"9473",1077,18855 +"9474",1077,35268 +"9475",1077,43526 +"9476",1077,45100 +"9477",1077,79036 +"9478",1077,81392 +"9479",1077,89721 +"9480",1077,89724 +"9481",1077,89728 +"9482",1077,89733 +"9483",1077,90804 +"9484",1078,6207 +"9485",1078,6991 +"9486",1078,7153 +"9487",1078,8471 +"9488",1078,8478 +"9489",1078,9506 +"9490",1078,9716 +"9491",1078,9758 +"9492",1078,10720 +"9493",1078,16403 +"9494",1078,18417 +"9495",1078,18855 +"9496",1078,28644 +"9497",1078,32664 +"9498",1078,52185 +"9499",1078,52393 +"9500",1078,54865 +"9501",1078,65360 +"9502",1078,76839 +"9503",1078,78768 +"9504",1078,83810 +"9505",1078,88406 +"9506",1078,88662 +"9507",1078,90370 +"9508",1078,90520 +"9509",1078,98172 +"9510",1078,108247 +"9511",1078,108252 +"9512",1078,108273 +"9513",1079,1387 +"9514",1079,38114 +"9515",1079,51067 +"9516",1079,63448 +"9517",1079,66795 +"9518",1080,41258 +"9519",1080,47155 +"9520",1081,12437 +"9521",1081,16074 +"9522",1081,35069 +"9523",1082,1313 +"9524",1082,94173 +"9525",1083,89538 +"9526",1084,1205 +"9527",1085,12105 +"9528",1085,12639 +"9529",1085,21566 +"9530",1085,22053 +"9531",1085,23006 +"9532",1085,28590 +"9533",1085,31497 +"9534",1085,35217 +"9535",1085,46962 +"9536",1085,52926 +"9537",1086,1673 +"9538",1086,10412 +"9539",1086,13672 +"9540",1086,15265 +"9541",1086,31256 +"9542",1086,40303 +"9543",1086,40362 +"9544",1086,49822 +"9545",1086,59193 +"9546",1086,64534 +"9547",1086,76452 +"9548",1086,76727 +"9549",1086,77159 +"9550",1086,119986 +"9551",1086,120056 +"9552",1087,2524 +"9553",1087,3981 +"9554",1087,4926 +"9555",1087,9882 +"9556",1087,11091 +"9557",1087,12238 +"9558",1087,13387 +"9559",1087,34351 +"9560",1087,37625 +"9561",1087,37639 +"9562",1087,48474 +"9563",1087,52912 +"9564",1087,52940 +"9565",1087,54734 +"9566",1087,86370 +"9567",1087,91309 +"9568",1087,122278 +"9569",1088,36642 +"9570",1088,44359 +"9571",1088,44443 +"9572",1088,90164 +"9573",1088,106756 +"9574",1089,3550 +"9575",1089,7666 +"9576",1089,14423 +"9577",1089,37223 +"9578",1090,1321 +"9579",1090,1676 +"9580",1090,5810 +"9581",1090,12789 +"9582",1090,15397 +"9583",1090,15830 +"9584",1090,17240 +"9585",1090,17448 +"9586",1090,26608 +"9587",1090,29009 +"9588",1090,31968 +"9589",1090,41116 +"9590",1090,41655 +"9591",1090,45711 +"9592",1090,47355 +"9593",1090,57203 +"9594",1090,63132 +"9595",1090,76741 +"9596",1090,78102 +"9597",1090,85951 +"9598",1090,94125 +"9599",1090,96593 +"9600",1090,113933 +"9601",1091,4606 +"9602",1091,5306 +"9603",1091,7283 +"9604",1091,14038 +"9605",1091,14664 +"9606",1091,35914 +"9607",1091,43214 +"9608",1091,60029 +"9609",1091,77794 +"9610",1091,79847 +"9611",1092,1105 +"9612",1092,1617 +"9613",1092,3753 +"9614",1092,5388 +"9615",1092,5429 +"9616",1092,6153 +"9617",1092,6446 +"9618",1092,9659 +"9619",1092,9683 +"9620",1092,11055 +"9621",1092,11123 +"9622",1092,13337 +"9623",1092,15844 +"9624",1092,16575 +"9625",1092,23971 +"9626",1092,26210 +"9627",1092,30458 +"9628",1092,34969 +"9629",1092,61851 +"9630",1092,62338 +"9631",1092,70012 +"9632",1092,73711 +"9633",1092,82693 +"9634",1092,93125 +"9635",1092,99274 +"9636",1092,103056 +"9637",1093,1814 +"9638",1093,2327 +"9639",1093,3897 +"9640",1093,6883 +"9641",1093,8790 +"9642",1093,9376 +"9643",1093,9481 +"9644",1093,9503 +"9645",1093,9623 +"9646",1093,9739 +"9647",1093,10070 +"9648",1093,10450 +"9649",1093,10453 +"9650",1093,11552 +"9651",1093,15506 +"9652",1093,17872 +"9653",1093,19827 +"9654",1093,27909 +"9655",1093,33962 +"9656",1093,40396 +"9657",1093,49813 +"9658",1093,53743 +"9659",1093,74370 +"9660",1093,88574 +"9661",1094,4541 +"9662",1094,34239 +"9663",1094,58290 +"9664",1094,78769 +"9665",1094,79042 +"9666",1095,32804 +"9667",1096,6191 +"9668",1096,20790 +"9669",1096,24767 +"9670",1096,37269 +"9671",1096,95765 +"9672",1096,103475 +"9673",1097,14537 +"9674",1097,20269 +"9675",1097,49376 +"9676",1097,51089 +"9677",1097,51827 +"9678",1097,53957 +"9679",1097,53988 +"9680",1097,63239 +"9681",1097,92513 +"9682",1098,2252 +"9683",1098,2939 +"9684",1098,5226 +"9685",1098,15122 +"9686",1098,37108 +"9687",1098,46348 +"9688",1098,49487 +"9689",1098,64200 +"9690",1098,76534 +"9691",1098,90964 +"9692",1098,91905 +"9693",1098,99468 +"9694",1098,103946 +"9695",1099,2069 +"9696",1099,15523 +"9697",1099,28251 +"9698",1099,58615 +"9699",1099,59749 +"9700",1099,61450 +"9701",1099,85457 +"9702",1100,27221 +"9703",1101,30572 +"9704",1101,40866 +"9705",1101,48095 +"9706",1101,55700 +"9707",1101,65833 +"9708",1101,73799 +"9709",1102,2572 +"9710",1102,3801 +"9711",1102,4094 +"9712",1102,4500 +"9713",1102,6052 +"9714",1102,6074 +"9715",1102,6215 +"9716",1102,8384 +"9717",1102,9003 +"9718",1102,9051 +"9719",1102,12471 +"9720",1102,12640 +"9721",1102,12724 +"9722",1102,14551 +"9723",1102,14656 +"9724",1102,15671 +"9725",1102,15761 +"9726",1102,17422 +"9727",1102,21176 +"9728",1102,21350 +"9729",1102,21849 +"9730",1102,22170 +"9731",1102,24864 +"9732",1102,32398 +"9733",1102,34303 +"9734",1102,35731 +"9735",1102,40099 +"9736",1102,42216 +"9737",1102,48359 +"9738",1102,76733 +"9739",1103,1916 +"9740",1103,49624 +"9741",1103,65233 +"9742",1103,89712 +"9743",1104,1285 +"9744",1104,1376 +"9745",1104,1587 +"9746",1104,2681 +"9747",1104,3271 +"9748",1104,3536 +"9749",1104,3903 +"9750",1104,4974 +"9751",1104,5723 +"9752",1104,6347 +"9753",1104,7085 +"9754",1104,7337 +"9755",1104,7815 +"9756",1104,9270 +"9757",1104,9272 +"9758",1104,9505 +"9759",1104,11913 +"9760",1104,12428 +"9761",1104,12807 +"9762",1104,13142 +"9763",1104,14407 +"9764",1104,14426 +"9765",1104,15226 +"9766",1104,16689 +"9767",1104,18342 +"9768",1104,19036 +"9769",1104,19391 +"9770",1104,22585 +"9771",1104,23075 +"9772",1104,25606 +"9773",1104,28530 +"9774",1104,30258 +"9775",1104,30584 +"9776",1104,31403 +"9777",1104,36146 +"9778",1104,38185 +"9779",1104,38683 +"9780",1104,40245 +"9781",1104,43226 +"9782",1104,43706 +"9783",1104,43980 +"9784",1104,44577 +"9785",1104,44655 +"9786",1104,44973 +"9787",1104,46177 +"9788",1104,47048 +"9789",1104,47460 +"9790",1104,48110 +"9791",1104,49406 +"9792",1104,56100 +"9793",1104,58508 +"9794",1104,59731 +"9795",1104,61007 +"9796",1104,62642 +"9797",1104,66260 +"9798",1104,68091 +"9799",1104,69335 +"9800",1104,73895 +"9801",1104,75245 +"9802",1104,75776 +"9803",1104,75956 +"9804",1104,76387 +"9805",1104,78160 +"9806",1104,78978 +"9807",1104,79212 +"9808",1104,79241 +"9809",1104,79579 +"9810",1104,80239 +"9811",1104,80301 +"9812",1104,81397 +"9813",1104,88340 +"9814",1104,88749 +"9815",1104,88932 +"9816",1104,89069 +"9817",1104,89185 +"9818",1104,89373 +"9819",1104,89995 +"9820",1104,90919 +"9821",1104,90936 +"9822",1104,92861 +"9823",1104,93097 +"9824",1104,94231 +"9825",1104,95489 +"9826",1104,96247 +"9827",1104,96363 +"9828",1104,97898 +"9829",1104,99332 +"9830",1104,106328 +"9831",1105,1617 +"9832",1105,4783 +"9833",1105,10248 +"9834",1105,22640 +"9835",1105,68359 +"9836",1105,99111 +"9837",1105,102041 +"9838",1105,106513 +"9839",1106,2881 +"9840",1106,18014 +"9841",1106,122564 +"9842",1107,25776 +"9843",1107,107343 +"9844",1108,1422 +"9845",1108,1579 +"9846",1108,11443 +"9847",1108,16412 +"9848",1108,37522 +"9849",1108,48055 +"9850",1109,6875 +"9851",1109,7199 +"9852",1109,8172 +"9853",1109,11787 +"9854",1109,12245 +"9855",1109,16459 +"9856",1109,28599 +"9857",1109,39023 +"9858",1109,57864 +"9859",1109,58676 +"9860",1109,86820 +"9861",1110,1217 +"9862",1110,119880 +"9863",1111,5255 +"9864",1111,7044 +"9865",1111,9272 +"9866",1111,13197 +"9867",1111,23339 +"9868",1111,31827 +"9869",1112,1126 +"9870",1112,3798 +"9871",1112,7343 +"9872",1112,12452 +"9873",1112,15343 +"9874",1112,15693 +"9875",1112,15888 +"9876",1112,17021 +"9877",1112,23120 +"9878",1112,23594 +"9879",1112,23817 +"9880",1112,27047 +"9881",1112,29834 +"9882",1112,29845 +"9883",1112,29882 +"9884",1112,29894 +"9885",1112,30007 +"9886",1112,36262 +"9887",1112,45354 +"9888",1112,58319 +"9889",1112,58718 +"9890",1112,68254 +"9891",1112,72548 +"9892",1113,3309 +"9893",1113,42046 +"9894",1113,45190 +"9895",1113,93470 +"9896",1114,1115 +"9897",1114,11755 +"9898",1114,27805 +"9899",1114,33477 +"9900",1114,38690 +"9901",1114,52789 +"9902",1114,52800 +"9903",1114,70675 +"9904",1114,77144 +"9905",1114,77154 +"9906",1114,77192 +"9907",1114,77195 +"9908",1114,82147 +"9909",1114,85172 +"9910",1115,10537 +"9911",1115,11755 +"9912",1115,21284 +"9913",1115,21315 +"9914",1115,21367 +"9915",1115,53314 +"9916",1115,74267 +"9917",1115,82147 +"9918",1115,85530 +"9919",1115,85583 +"9920",1115,92710 +"9921",1115,105359 +"9922",1117,6515 +"9923",1117,6600 +"9924",1117,6680 +"9925",1117,8163 +"9926",1117,9111 +"9927",1117,10940 +"9928",1117,22304 +"9929",1117,30193 +"9930",1117,30268 +"9931",1117,44223 +"9932",1117,46007 +"9933",1117,49390 +"9934",1117,56121 +"9935",1117,56360 +"9936",1117,56784 +"9937",1117,62577 +"9938",1117,63640 +"9939",1117,63655 +"9940",1117,68145 +"9941",1117,72901 +"9942",1118,1135 +"9943",1118,2066 +"9944",1118,2074 +"9945",1118,2164 +"9946",1118,29433 +"9947",1119,77921 +"9948",1120,36502 +"9949",1121,5235 +"9950",1121,7824 +"9951",1122,1857 +"9952",1122,3167 +"9953",1122,3595 +"9954",1122,4226 +"9955",1122,4692 +"9956",1122,4747 +"9957",1122,4765 +"9958",1122,6110 +"9959",1122,7023 +"9960",1122,12374 +"9961",1122,15643 +"9962",1122,19899 +"9963",1122,21104 +"9964",1122,25473 +"9965",1122,26344 +"9966",1122,26345 +"9967",1122,26530 +"9968",1122,27164 +"9969",1122,30898 +"9970",1122,31651 +"9971",1122,32811 +"9972",1122,34136 +"9973",1122,37307 +"9974",1122,37893 +"9975",1122,40135 +"9976",1122,43040 +"9977",1122,48260 +"9978",1122,58133 +"9979",1122,61822 +"9980",1122,64960 +"9981",1122,67505 +"9982",1122,73728 +"9983",1122,78256 +"9984",1122,79583 +"9985",1122,81360 +"9986",1122,85326 +"9987",1122,110816 +"9988",1122,114188 +"9989",1123,5573 +"9990",1123,16794 +"9991",1123,26393 +"9992",1123,31379 +"9993",1123,34954 +"9994",1123,42445 +"9995",1123,57003 +"9996",1123,86625 +"9997",1124,1144 +"9998",1124,1336 +"9999",1124,1435 +"10000",1124,2019 +"10001",1124,3203 +"10002",1124,5430 +"10003",1124,5943 +"10004",1124,6750 +"10005",1124,6751 +"10006",1124,9576 +"10007",1124,10488 +"10008",1124,12128 +"10009",1124,12398 +"10010",1124,14936 +"10011",1124,16530 +"10012",1124,16680 +"10013",1124,20326 +"10014",1124,21330 +"10015",1124,21875 +"10016",1124,25881 +"10017",1124,27497 +"10018",1124,27586 +"10019",1124,31957 +"10020",1124,32131 +"10021",1124,33335 +"10022",1124,47600 +"10023",1124,60878 +"10024",1124,61920 +"10025",1124,64567 +"10026",1124,68035 +"10027",1124,80383 +"10028",1124,89736 +"10029",1124,96370 +"10030",1125,65026 +"10031",1125,87164 +"10032",1127,1128 +"10033",1127,1130 +"10034",1127,2269 +"10035",1127,2299 +"10036",1127,2300 +"10037",1127,2301 +"10038",1127,2325 +"10039",1127,2590 +"10040",1127,3966 +"10041",1127,11587 +"10042",1127,31061 +"10043",1127,34509 +"10044",1127,34546 +"10045",1127,36729 +"10046",1127,38853 +"10047",1127,57466 +"10048",1127,66427 +"10049",1127,79410 +"10050",1127,80426 +"10051",1127,80787 +"10052",1128,1130 +"10053",1128,2269 +"10054",1128,2299 +"10055",1128,2300 +"10056",1128,2301 +"10057",1128,2325 +"10058",1128,2590 +"10059",1128,26282 +"10060",1128,34509 +"10061",1129,17254 +"10062",1129,28627 +"10063",1129,36855 +"10064",1129,37680 +"10065",1129,82305 +"10066",1130,2269 +"10067",1130,2299 +"10068",1130,2300 +"10069",1130,2301 +"10070",1130,2325 +"10071",1130,2590 +"10072",1130,11224 +"10073",1130,11507 +"10074",1130,25341 +"10075",1130,26282 +"10076",1130,27025 +"10077",1130,34509 +"10078",1130,38522 +"10079",1130,63127 +"10080",1130,67216 +"10081",1130,67744 +"10082",1130,79410 +"10083",1130,87364 +"10084",1130,90480 +"10085",1130,91261 +"10086",1130,94830 +"10087",1130,103478 +"10088",1130,113126 +"10089",1131,1200 +"10090",1132,1134 +"10091",1133,9386 +"10092",1133,9639 +"10093",1133,10052 +"10094",1133,26409 +"10095",1133,28099 +"10096",1133,28797 +"10097",1133,31375 +"10098",1134,14358 +"10099",1134,73395 +"10100",1135,1692 +"10101",1135,2066 +"10102",1135,2074 +"10103",1135,2164 +"10104",1135,11697 +"10105",1135,11876 +"10106",1135,12476 +"10107",1135,12627 +"10108",1135,13875 +"10109",1135,19571 +"10110",1135,22346 +"10111",1135,24467 +"10112",1135,27109 +"10113",1135,29381 +"10114",1135,29404 +"10115",1135,29433 +"10116",1135,56472 +"10117",1135,59005 +"10118",1135,81243 +"10119",1136,2020 +"10120",1136,20319 +"10121",1136,24447 +"10122",1136,26322 +"10123",1136,32745 +"10124",1136,36335 +"10125",1136,38256 +"10126",1136,38257 +"10127",1136,44585 +"10128",1136,44648 +"10129",1136,47858 +"10130",1136,52626 +"10131",1136,56175 +"10132",1136,61228 +"10133",1136,64997 +"10134",1136,67434 +"10135",1136,80560 +"10136",1136,82754 +"10137",1136,83199 +"10138",1136,95310 +"10139",1136,98494 +"10140",1136,101231 +"10141",1136,101547 +"10142",1136,102006 +"10143",1136,102107 +"10144",1136,102149 +"10145",1137,30494 +"10146",1137,68372 +"10147",1137,85736 +"10148",1138,1166 +"10149",1138,2052 +"10150",1138,2058 +"10151",1138,2215 +"10152",1138,20630 +"10153",1138,28060 +"10154",1138,48117 +"10155",1138,53775 +"10156",1138,59420 +"10157",1138,59434 +"10158",1138,64671 +"10159",1138,71030 +"10160",1138,76185 +"10161",1139,1184 +"10162",1139,1204 +"10163",1140,35642 +"10164",1140,49950 +"10165",1140,113383 +"10166",1141,12280 +"10167",1142,1658 +"10168",1142,23964 +"10169",1142,26007 +"10170",1142,42791 +"10171",1142,56518 +"10172",1142,56735 +"10173",1142,56766 +"10174",1142,56778 +"10175",1142,92419 +"10176",1143,2091 +"10177",1143,12302 +"10178",1143,12951 +"10179",1143,12993 +"10180",1143,21110 +"10181",1143,50109 +"10182",1143,54403 +"10183",1143,113034 +"10184",1144,1336 +"10185",1144,1435 +"10186",1144,2019 +"10187",1144,3203 +"10188",1144,6215 +"10189",1144,6750 +"10190",1144,6751 +"10191",1144,10105 +"10192",1144,11427 +"10193",1144,12640 +"10194",1144,13307 +"10195",1144,14666 +"10196",1144,19862 +"10197",1144,20326 +"10198",1144,20737 +"10199",1144,21849 +"10200",1144,23526 +"10201",1144,23626 +"10202",1144,23715 +"10203",1144,36704 +"10204",1144,40493 +"10205",1144,48359 +"10206",1144,78058 +"10207",1144,78691 +"10208",1145,5458 +"10209",1145,8995 +"10210",1145,41996 +"10211",1145,117070 +"10212",1146,33630 +"10213",1146,33751 +"10214",1146,78765 +"10215",1147,60224 +"10216",1147,101096 +"10217",1148,1337 +"10218",1148,11036 +"10219",1148,14465 +"10220",1148,24195 +"10221",1148,27020 +"10222",1148,34514 +"10223",1148,42107 +"10224",1148,54450 +"10225",1148,62044 +"10226",1148,76686 +"10227",1148,77845 +"10228",1149,8125 +"10229",1149,85376 +"10230",1149,85394 +"10231",1149,85431 +"10232",1150,5249 +"10233",1150,10200 +"10234",1150,10326 +"10235",1150,10502 +"10236",1150,10568 +"10237",1150,11429 +"10238",1150,14654 +"10239",1150,21115 +"10240",1150,21154 +"10241",1150,21156 +"10242",1150,23032 +"10243",1150,30734 +"10244",1150,33805 +"10245",1150,55546 +"10246",1150,57394 +"10247",1150,61058 +"10248",1150,68923 +"10249",1150,76250 +"10250",1150,81053 +"10251",1150,92824 +"10252",1150,98351 +"10253",1151,1425 +"10254",1151,1616 +"10255",1151,1719 +"10256",1151,1777 +"10257",1151,1938 +"10258",1151,2484 +"10259",1151,2640 +"10260",1151,5444 +"10261",1151,7323 +"10262",1151,7469 +"10263",1151,9553 +"10264",1151,19606 +"10265",1152,1155 +"10266",1153,38907 +"10267",1153,78503 +"10268",1153,79848 +"10269",1153,117101 +"10270",1154,10958 +"10271",1154,48212 +"10272",1154,51095 +"10273",1154,65291 +"10274",1154,74545 +"10275",1154,79912 +"10276",1154,87415 +"10277",1154,98293 +"10278",1154,98580 +"10279",1154,106120 +"10280",1154,107572 +"10281",1155,23368 +"10282",1155,48717 +"10283",1155,66007 +"10284",1155,74235 +"10285",1156,19314 +"10286",1156,58601 +"10287",1156,68910 +"10288",1156,78323 +"10289",1156,82206 +"10290",1156,89336 +"10291",1156,89346 +"10292",1157,3284 +"10293",1157,13019 +"10294",1157,15009 +"10295",1157,26505 +"10296",1157,39854 +"10297",1157,51072 +"10298",1157,59519 +"10299",1157,61692 +"10300",1157,85707 +"10301",1157,105236 +"10302",1158,1162 +"10303",1158,1487 +"10304",1158,2056 +"10305",1158,2064 +"10306",1158,2065 +"10307",1158,2159 +"10308",1159,1164 +"10309",1159,2075 +"10310",1159,2118 +"10311",1160,5299 +"10312",1160,5300 +"10313",1160,5324 +"10314",1160,6918 +"10315",1160,31058 +"10316",1160,55556 +"10317",1160,75581 +"10318",1160,84920 +"10319",1160,90945 +"10320",1161,75518 +"10321",1161,104751 +"10322",1161,108393 +"10323",1161,116572 +"10324",1161,122829 +"10325",1162,1487 +"10326",1162,2056 +"10327",1162,2064 +"10328",1162,2065 +"10329",1162,2159 +"10330",1162,7679 +"10331",1162,21771 +"10332",1162,42525 +"10333",1162,62684 +"10334",1162,65941 +"10335",1162,76283 +"10336",1162,79908 +"10337",1162,79946 +"10338",1162,79978 +"10339",1163,1895 +"10340",1163,8266 +"10341",1163,10760 +"10342",1163,11485 +"10343",1163,11946 +"10344",1163,14891 +"10345",1163,18397 +"10346",1163,20653 +"10347",1163,25346 +"10348",1163,26443 +"10349",1163,28043 +"10350",1163,28438 +"10351",1163,28568 +"10352",1163,29047 +"10353",1163,29261 +"10354",1163,29275 +"10355",1163,29291 +"10356",1163,29296 +"10357",1163,29355 +"10358",1163,29423 +"10359",1163,31168 +"10360",1163,31170 +"10361",1163,31181 +"10362",1163,31182 +"10363",1163,31184 +"10364",1163,31238 +"10365",1163,31247 +"10366",1163,31269 +"10367",1163,31314 +"10368",1164,2013 +"10369",1164,2075 +"10370",1164,2118 +"10371",1164,14582 +"10372",1164,35601 +"10373",1164,59430 +"10374",1164,87809 +"10375",1164,87830 +"10376",1164,87832 +"10377",1164,87842 +"10378",1165,74501 +"10379",1166,1250 +"10380",1166,1460 +"10381",1166,2052 +"10382",1166,2058 +"10383",1166,2215 +"10384",1166,8453 +"10385",1166,11862 +"10386",1166,21568 +"10387",1166,21569 +"10388",1166,54157 +"10389",1167,1820 +"10390",1167,7984 +"10391",1167,20998 +"10392",1167,23991 +"10393",1167,59115 +"10394",1168,2100 +"10395",1168,2133 +"10396",1168,9844 +"10397",1169,30894 +"10398",1169,36950 +"10399",1169,48434 +"10400",1169,74730 +"10401",1169,94653 +"10402",1170,7377 +"10403",1171,92153 +"10404",1171,119888 +"10405",1172,2070 +"10406",1172,2138 +"10407",1172,2840 +"10408",1172,18154 +"10409",1172,20498 +"10410",1172,21666 +"10411",1172,27629 +"10412",1172,30019 +"10413",1172,31335 +"10414",1172,31999 +"10415",1172,32592 +"10416",1172,39680 +"10417",1172,40269 +"10418",1172,44471 +"10419",1172,48009 +"10420",1172,51352 +"10421",1172,51927 +"10422",1172,63703 +"10423",1173,6854 +"10424",1173,13908 +"10425",1173,16319 +"10426",1173,22859 +"10427",1173,35132 +"10428",1173,65673 +"10429",1173,68538 +"10430",1173,70121 +"10431",1173,78532 +"10432",1173,79290 +"10433",1173,89735 +"10434",1173,97210 +"10435",1173,97895 +"10436",1173,100017 +"10437",1173,101006 +"10438",1174,1426 +"10439",1174,2073 +"10440",1174,2115 +"10441",1174,2132 +"10442",1174,2187 +"10443",1174,2206 +"10444",1174,7419 +"10445",1174,8439 +"10446",1174,10313 +"10447",1174,12490 +"10448",1174,18079 +"10449",1174,22237 +"10450",1174,22339 +"10451",1174,34084 +"10452",1174,55246 +"10453",1174,80008 +"10454",1175,1668 +"10455",1175,2469 +"10456",1175,3886 +"10457",1175,3966 +"10458",1175,5475 +"10459",1175,5811 +"10460",1175,7385 +"10461",1175,8703 +"10462",1175,9429 +"10463",1175,10465 +"10464",1175,11605 +"10465",1175,16980 +"10466",1175,17113 +"10467",1175,17931 +"10468",1175,21164 +"10469",1175,23635 +"10470",1175,31880 +"10471",1175,33209 +"10472",1175,62313 +"10473",1176,1177 +"10474",1176,36741 +"10475",1177,52927 +"10476",1177,86482 +"10477",1178,7099 +"10478",1178,17242 +"10479",1178,19937 +"10480",1178,34310 +"10481",1178,34993 +"10482",1178,38792 +"10483",1178,39160 +"10484",1178,62743 +"10485",1178,64095 +"10486",1178,83689 +"10487",1178,89647 +"10488",1179,1232 +"10489",1180,1196 +"10490",1180,1221 +"10491",1180,1228 +"10492",1180,1240 +"10493",1180,2843 +"10494",1181,57155 +"10495",1181,70484 +"10496",1181,106962 +"10497",1182,3380 +"10498",1182,4307 +"10499",1182,4982 +"10500",1182,11228 +"10501",1182,11963 +"10502",1182,16143 +"10503",1182,16254 +"10504",1182,27439 +"10505",1182,29676 +"10506",1182,31985 +"10507",1182,32008 +"10508",1182,33360 +"10509",1182,48521 +"10510",1182,52466 +"10511",1182,57666 +"10512",1182,57970 +"10513",1182,77055 +"10514",1182,80057 +"10515",1182,80126 +"10516",1182,80247 +"10517",1182,80253 +"10518",1183,17525 +"10519",1183,79742 +"10520",1183,86958 +"10521",1184,1204 +"10522",1184,20533 +"10523",1184,20604 +"10524",1184,36853 +"10525",1184,51632 +"10526",1185,22974 +"10527",1185,84644 +"10528",1185,101267 +"10529",1185,118493 +"10530",1186,5582 +"10531",1186,13475 +"10532",1186,29772 +"10533",1186,32151 +"10534",1186,32651 +"10535",1186,52885 +"10536",1186,59727 +"10537",1186,66001 +"10538",1186,72836 +"10539",1186,80671 +"10540",1186,92288 +"10541",1186,110996 +"10542",1186,120187 +"10543",1186,121268 +"10544",1187,2452 +"10545",1187,25936 +"10546",1187,31591 +"10547",1187,33665 +"10548",1187,33706 +"10549",1187,41718 +"10550",1187,83936 +"10551",1187,83937 +"10552",1188,3076 +"10553",1188,15813 +"10554",1188,19298 +"10555",1188,82248 +"10556",1188,113078 +"10557",1189,1214 +"10558",1189,1216 +"10559",1189,32593 +"10560",1190,12854 +"10561",1190,13135 +"10562",1190,33732 +"10563",1191,1223 +"10564",1191,1251 +"10565",1191,1261 +"10566",1191,1262 +"10567",1191,4920 +"10568",1191,4978 +"10569",1191,21288 +"10570",1191,21795 +"10571",1191,22433 +"10572",1191,34189 +"10573",1191,34222 +"10574",1191,36455 +"10575",1191,40555 +"10576",1191,42666 +"10577",1191,44286 +"10578",1191,44287 +"10579",1191,44344 +"10580",1191,44395 +"10581",1192,1595 +"10582",1192,2101 +"10583",1192,2535 +"10584",1192,7729 +"10585",1192,9401 +"10586",1192,16540 +"10587",1192,17761 +"10588",1192,18809 +"10589",1192,19768 +"10590",1192,24454 +"10591",1192,27839 +"10592",1192,30510 +"10593",1192,31724 +"10594",1192,35477 +"10595",1192,36817 +"10596",1192,40079 +"10597",1192,51221 +"10598",1192,60215 +"10599",1192,71150 +"10600",1192,90221 +"10601",1192,98768 +"10602",1193,6290 +"10603",1193,32477 +"10604",1193,69393 +"10605",1193,88959 +"10606",1193,99880 +"10607",1193,116341 +"10608",1193,117074 +"10609",1193,117645 +"10610",1193,117655 +"10611",1194,1264 +"10612",1194,1299 +"10613",1194,29091 +"10614",1194,29892 +"10615",1195,1207 +"10616",1195,21635 +"10617",1195,65687 +"10618",1195,104073 +"10619",1195,112288 +"10620",1196,1221 +"10621",1196,1228 +"10622",1196,1240 +"10623",1196,8798 +"10624",1196,10358 +"10625",1196,10390 +"10626",1196,23122 +"10627",1196,46611 +"10628",1196,74680 +"10629",1196,76707 +"10630",1196,84673 +"10631",1196,87110 +"10632",1196,91828 +"10633",1197,13863 +"10634",1197,18734 +"10635",1198,62362 +"10636",1198,121292 +"10637",1199,3508 +"10638",1199,36537 +"10639",1200,16081 +"10640",1200,19284 +"10641",1200,19642 +"10642",1200,31724 +"10643",1200,35726 +"10644",1201,1242 +"10645",1201,5832 +"10646",1201,6152 +"10647",1201,32054 +"10648",1202,1244 +"10649",1202,44757 +"10650",1203,2294 +"10651",1203,4318 +"10652",1203,10087 +"10653",1203,18983 +"10654",1203,34094 +"10655",1203,41198 +"10656",1203,48918 +"10657",1203,49173 +"10658",1203,89743 +"10659",1203,94602 +"10660",1203,102313 +"10661",1203,109026 +"10662",1204,57789 +"10663",1205,6851 +"10664",1205,23966 +"10665",1205,31161 +"10666",1205,32149 +"10667",1205,34138 +"10668",1205,36020 +"10669",1205,39680 +"10670",1205,42832 +"10671",1205,50630 +"10672",1205,55355 +"10673",1205,70583 +"10674",1205,73769 +"10675",1205,90064 +"10676",1205,111992 +"10677",1205,112102 +"10678",1206,10523 +"10679",1206,28179 +"10680",1206,60242 +"10681",1206,62904 +"10682",1206,66018 +"10683",1206,84667 +"10684",1206,103697 +"10685",1207,31969 +"10686",1207,42851 +"10687",1207,74859 +"10688",1207,99967 +"10689",1208,1236 +"10690",1208,11751 +"10691",1208,57906 +"10692",1208,96736 +"10693",1209,1250 +"10694",1209,1300 +"10695",1209,12482 +"10696",1209,21063 +"10697",1209,32079 +"10698",1209,42998 +"10699",1209,51233 +"10700",1209,54416 +"10701",1209,123158 +"10702",1210,11379 +"10703",1210,20374 +"10704",1210,20661 +"10705",1210,22968 +"10706",1210,50308 +"10707",1210,50623 +"10708",1210,51234 +"10709",1210,53401 +"10710",1210,74550 +"10711",1210,88181 +"10712",1210,92383 +"10713",1210,95664 +"10714",1210,103368 +"10715",1211,16719 +"10716",1211,36229 +"10717",1211,37108 +"10718",1211,103946 +"10719",1212,5388 +"10720",1212,11976 +"10721",1212,22586 +"10722",1212,23924 +"10723",1212,52396 +"10724",1212,54847 +"10725",1212,118147 +"10726",1213,6973 +"10727",1213,35906 +"10728",1213,38355 +"10729",1213,46951 +"10730",1213,81489 +"10731",1213,102854 +"10732",1214,1216 +"10733",1214,20445 +"10734",1214,27840 +"10735",1214,28950 +"10736",1214,74714 +"10737",1214,93505 +"10738",1214,93519 +"10739",1214,95440 +"10740",1215,2532 +"10741",1215,3424 +"10742",1215,15036 +"10743",1215,16404 +"10744",1215,37090 +"10745",1216,24491 +"10746",1216,94337 +"10747",1217,12087 +"10748",1217,16411 +"10749",1217,20923 +"10750",1217,22744 +"10751",1217,41035 +"10752",1217,77436 +"10753",1217,79821 +"10754",1217,84683 +"10755",1218,8813 +"10756",1218,20976 +"10757",1218,26788 +"10758",1218,65275 +"10759",1218,68150 +"10760",1218,87509 +"10761",1218,93282 +"10762",1220,11531 +"10763",1220,27908 +"10764",1221,1228 +"10765",1221,1240 +"10766",1221,4161 +"10767",1221,10271 +"10768",1221,18257 +"10769",1221,25241 +"10770",1221,25853 +"10771",1221,29376 +"10772",1221,38773 +"10773",1221,38862 +"10774",1221,44529 +"10775",1221,52796 +"10776",1221,60682 +"10777",1221,86239 +"10778",1222,5643 +"10779",1222,6262 +"10780",1222,31994 +"10781",1222,32070 +"10782",1222,50351 +"10783",1222,68951 +"10784",1222,85896 +"10785",1223,1251 +"10786",1223,1261 +"10787",1223,1262 +"10788",1223,7140 +"10789",1223,18085 +"10790",1223,19694 +"10791",1223,27372 +"10792",1223,27890 +"10793",1223,28233 +"10794",1223,31196 +"10795",1223,31603 +"10796",1223,66784 +"10797",1223,66803 +"10798",1224,24543 +"10799",1224,32960 +"10800",1224,62002 +"10801",1224,68000 +"10802",1224,87074 +"10803",1225,18792 +"10804",1225,20787 +"10805",1225,26830 +"10806",1225,27847 +"10807",1225,47529 +"10808",1225,58008 +"10809",1225,59426 +"10810",1225,79957 +"10811",1225,102243 +"10812",1225,102275 +"10813",1226,2195 +"10814",1226,2406 +"10815",1226,20973 +"10816",1226,24647 +"10817",1226,24648 +"10818",1227,41308 +"10819",1227,61261 +"10820",1227,63621 +"10821",1228,1240 +"10822",1228,33503 +"10823",1228,60682 +"10824",1228,71033 +"10825",1228,122892 +"10826",1228,122907 +"10827",1229,5965 +"10828",1229,33170 +"10829",1229,42184 +"10830",1229,92525 +"10831",1230,6604 +"10832",1230,6605 +"10833",1230,10680 +"10834",1230,11602 +"10835",1230,31797 +"10836",1230,39935 +"10837",1230,46013 +"10838",1230,46117 +"10839",1230,49213 +"10840",1230,49601 +"10841",1230,63821 +"10842",1230,67388 +"10843",1230,84202 +"10844",1230,86076 +"10845",1230,94803 +"10846",1230,95714 +"10847",1230,95716 +"10848",1230,95726 +"10849",1230,95733 +"10850",1230,95863 +"10851",1230,108235 +"10852",1230,120182 +"10853",1230,120434 +"10854",1231,1546 +"10855",1231,1783 +"10856",1231,3548 +"10857",1231,7174 +"10858",1231,11821 +"10859",1231,19601 +"10860",1231,28126 +"10861",1231,37658 +"10862",1231,43037 +"10863",1231,66286 +"10864",1231,90677 +"10865",1231,99510 +"10866",1232,1289 +"10867",1232,5642 +"10868",1232,23767 +"10869",1232,27554 +"10870",1232,41245 +"10871",1232,53361 +"10872",1232,82529 +"10873",1233,6838 +"10874",1233,9896 +"10875",1233,113398 +"10876",1234,45060 +"10877",1234,47726 +"10878",1234,86125 +"10879",1234,87944 +"10880",1234,92234 +"10881",1235,10823 +"10882",1235,18550 +"10883",1235,51848 +"10884",1235,80618 +"10885",1235,82560 +"10886",1235,99485 +"10887",1235,108491 +"10888",1236,11751 +"10889",1236,15752 +"10890",1236,49453 +"10891",1236,60436 +"10892",1236,61309 +"10893",1236,69524 +"10894",1237,12065 +"10895",1237,13029 +"10896",1237,16349 +"10897",1237,20003 +"10898",1237,44686 +"10899",1237,49219 +"10900",1237,49905 +"10901",1237,55910 +"10902",1237,67740 +"10903",1237,81433 +"10904",1238,14665 +"10905",1238,17838 +"10906",1238,21026 +"10907",1238,28718 +"10908",1238,32602 +"10909",1238,37544 +"10910",1238,37752 +"10911",1238,38989 +"10912",1238,48025 +"10913",1238,48348 +"10914",1238,49551 +"10915",1238,54060 +"10916",1238,59039 +"10917",1238,59478 +"10918",1238,62699 +"10919",1238,70386 +"10920",1238,105527 +"10921",1239,6026 +"10922",1239,6257 +"10923",1239,36813 +"10924",1239,50282 +"10925",1239,63333 +"10926",1239,63383 +"10927",1239,63385 +"10928",1239,72579 +"10929",1239,108552 +"10930",1240,2843 +"10931",1241,1306 +"10932",1241,5017 +"10933",1241,47235 +"10934",1241,75911 +"10935",1243,1246 +"10936",1243,2931 +"10937",1243,14676 +"10938",1243,33759 +"10939",1243,40628 +"10940",1243,65670 +"10941",1243,68291 +"10942",1243,70233 +"10943",1243,77204 +"10944",1243,88484 +"10945",1243,88631 +"10946",1243,90600 +"10947",1243,99623 +"10948",1243,100010 +"10949",1243,100982 +"10950",1243,101005 +"10951",1243,108013 +"10952",1243,108487 +"10953",1244,103933 +"10954",1245,4072 +"10955",1245,5606 +"10956",1245,6248 +"10957",1245,8911 +"10958",1245,8951 +"10959",1245,8970 +"10960",1245,12284 +"10961",1246,4694 +"10962",1246,48102 +"10963",1247,2281 +"10964",1247,6954 +"10965",1247,17036 +"10966",1247,20612 +"10967",1247,45279 +"10968",1247,47943 +"10969",1247,50204 +"10970",1247,50302 +"10971",1247,54144 +"10972",1247,75115 +"10973",1247,79718 +"10974",1247,85318 +"10975",1247,120375 +"10976",1248,1563 +"10977",1248,2045 +"10978",1248,6380 +"10979",1248,26931 +"10980",1248,29078 +"10981",1248,36465 +"10982",1248,38208 +"10983",1248,40601 +"10984",1248,41417 +"10985",1248,61311 +"10986",1248,72199 +"10987",1249,33502 +"10988",1249,41439 +"10989",1249,43092 +"10990",1249,68095 +"10991",1249,75104 +"10992",1250,1300 +"10993",1250,4156 +"10994",1250,11466 +"10995",1250,11862 +"10996",1250,12482 +"10997",1250,17921 +"10998",1250,18634 +"10999",1250,21063 +"11000",1250,21568 +"11001",1250,21608 +"11002",1250,27511 +"11003",1250,28638 +"11004",1250,31567 +"11005",1250,32079 +"11006",1250,49232 +"11007",1250,49913 +"11008",1250,51233 +"11009",1250,56200 +"11010",1250,66401 +"11011",1250,66773 +"11012",1250,76505 +"11013",1250,79415 +"11014",1250,81203 +"11015",1250,96410 +"11016",1250,102628 +"11017",1250,121534 +"11018",1250,123158 +"11019",1251,1261 +"11020",1251,1262 +"11021",1251,4920 +"11022",1251,4978 +"11023",1251,5491 +"11024",1251,7111 +"11025",1251,7179 +"11026",1251,7867 +"11027",1251,8144 +"11028",1251,8236 +"11029",1251,14709 +"11030",1251,16029 +"11031",1251,16937 +"11032",1251,17241 +"11033",1251,18151 +"11034",1251,19872 +"11035",1251,21712 +"11036",1251,21795 +"11037",1251,23826 +"11038",1251,23827 +"11039",1251,24143 +"11040",1251,24230 +"11041",1251,24231 +"11042",1251,26311 +"11043",1251,29195 +"11044",1251,30529 +"11045",1251,33302 +"11046",1251,34206 +"11047",1251,34222 +"11048",1251,34594 +"11049",1251,34950 +"11050",1251,36768 +"11051",1251,36780 +"11052",1251,36816 +"11053",1251,43623 +"11054",1251,44395 +"11055",1251,47317 +"11056",1251,56584 +"11057",1251,61892 +"11058",1252,68857 +"11059",1252,86468 +"11060",1252,86483 +"11061",1253,2009 +"11062",1253,6210 +"11063",1253,8856 +"11064",1253,11105 +"11065",1253,18935 +"11066",1253,36397 +"11067",1253,37636 +"11068",1253,40606 +"11069",1253,44519 +"11070",1253,59897 +"11071",1254,1255 +"11072",1254,46981 +"11073",1254,106124 +"11074",1254,113104 +"11075",1255,26370 +"11076",1255,39218 +"11077",1255,49351 +"11078",1255,49965 +"11079",1255,55828 +"11080",1255,68390 +"11081",1256,1257 +"11082",1256,57467 +"11083",1257,4179 +"11084",1257,4203 +"11085",1257,4208 +"11086",1257,18801 +"11087",1257,98436 +"11088",1257,109757 +"11089",1257,110692 +"11090",1257,116181 +"11091",1258,5986 +"11092",1258,6047 +"11093",1258,78464 +"11094",1259,3785 +"11095",1259,12442 +"11096",1259,46455 +"11097",1259,53312 +"11098",1259,54400 +"11099",1259,63734 +"11100",1259,71776 +"11101",1259,81440 +"11102",1259,101156 +"11103",1259,107544 +"11104",1259,111588 +"11105",1259,119065 +"11106",1259,120375 +"11107",1260,16516 +"11108",1260,28236 +"11109",1260,28736 +"11110",1260,79082 +"11111",1260,79220 +"11112",1260,86907 +"11113",1260,103467 +"11114",1261,1262 +"11115",1261,47779 +"11116",1261,55160 +"11117",1263,3764 +"11118",1264,1299 +"11119",1264,88168 +"11120",1264,105792 +"11121",1265,25957 +"11122",1266,18218 +"11123",1267,4318 +"11124",1267,18545 +"11125",1267,20911 +"11126",1267,21057 +"11127",1267,27572 +"11128",1267,34094 +"11129",1267,46590 +"11130",1267,47756 +"11131",1267,54540 +"11132",1267,63445 +"11133",1267,69671 +"11134",1267,74354 +"11135",1267,105419 +"11136",1267,108721 +"11137",1268,36788 +"11138",1268,111918 +"11139",1269,4582 +"11140",1269,12554 +"11141",1269,16725 +"11142",1269,16726 +"11143",1269,16727 +"11144",1269,16745 +"11145",1269,54949 +"11146",1269,59492 +"11147",1270,2349 +"11148",1271,73030 +"11149",1272,6446 +"11150",1272,82502 +"11151",1273,12503 +"11152",1273,15809 +"11153",1273,28020 +"11154",1273,66060 +"11155",1273,68862 +"11156",1273,69844 +"11157",1273,77686 +"11158",1274,1275 +"11159",1274,14418 +"11160",1274,34701 +"11161",1274,37955 +"11162",1274,40725 +"11163",1274,54171 +"11164",1274,73095 +"11165",1274,93017 +"11166",1275,34701 +"11167",1275,37955 +"11168",1275,40725 +"11169",1275,49344 +"11170",1275,63506 +"11171",1275,73095 +"11172",1275,74175 +"11173",1275,100212 +"11174",1276,88569 +"11175",1276,113953 +"11176",1277,1932 +"11177",1277,12779 +"11178",1277,16154 +"11179",1277,16495 +"11180",1277,19317 +"11181",1277,46001 +"11182",1277,46073 +"11183",1277,68892 +"11184",1277,84886 +"11185",1278,43150 +"11186",1278,48197 +"11187",1279,12646 +"11188",1279,13584 +"11189",1280,18023 +"11190",1280,22540 +"11191",1280,23182 +"11192",1280,47927 +"11193",1280,60258 +"11194",1280,67815 +"11195",1280,75839 +"11196",1280,96371 +"11197",1281,24474 +"11198",1282,20584 +"11199",1282,20633 +"11200",1282,24299 +"11201",1282,33655 +"11202",1282,107495 +"11203",1283,7491 +"11204",1283,20710 +"11205",1283,55773 +"11206",1284,17218 +"11207",1284,21087 +"11208",1284,28395 +"11209",1284,31165 +"11210",1284,68243 +"11211",1284,73399 +"11212",1285,1376 +"11213",1285,1587 +"11214",1285,2635 +"11215",1285,2681 +"11216",1285,3271 +"11217",1285,3903 +"11218",1285,6347 +"11219",1285,7085 +"11220",1285,9270 +"11221",1285,9272 +"11222",1285,9505 +"11223",1285,11913 +"11224",1285,12428 +"11225",1285,12807 +"11226",1285,13142 +"11227",1285,16689 +"11228",1285,19036 +"11229",1285,19391 +"11230",1285,23075 +"11231",1285,25606 +"11232",1285,28530 +"11233",1285,30258 +"11234",1285,37184 +"11235",1285,38185 +"11236",1285,38683 +"11237",1285,40245 +"11238",1285,43226 +"11239",1285,44655 +"11240",1285,44973 +"11241",1285,46177 +"11242",1285,47048 +"11243",1285,48110 +"11244",1285,53585 +"11245",1285,58508 +"11246",1285,59731 +"11247",1285,62642 +"11248",1285,68091 +"11249",1285,69335 +"11250",1285,75245 +"11251",1285,75776 +"11252",1285,75956 +"11253",1285,76387 +"11254",1285,78978 +"11255",1285,79212 +"11256",1285,79241 +"11257",1285,79579 +"11258",1285,80239 +"11259",1285,80301 +"11260",1285,81397 +"11261",1285,83214 +"11262",1285,88340 +"11263",1285,88749 +"11264",1285,89069 +"11265",1285,89373 +"11266",1285,89995 +"11267",1285,90919 +"11268",1285,90936 +"11269",1285,92861 +"11270",1285,93097 +"11271",1285,94231 +"11272",1285,95489 +"11273",1285,96247 +"11274",1285,96363 +"11275",1285,97898 +"11276",1285,103199 +"11277",1286,2189 +"11278",1286,2201 +"11279",1286,2282 +"11280",1286,6345 +"11281",1286,9724 +"11282",1286,12717 +"11283",1286,15243 +"11284",1286,16713 +"11285",1286,17038 +"11286",1286,17499 +"11287",1286,22345 +"11288",1286,22357 +"11289",1286,24760 +"11290",1286,26527 +"11291",1286,32239 +"11292",1286,33833 +"11293",1286,33937 +"11294",1286,36399 +"11295",1286,44105 +"11296",1286,50468 +"11297",1286,53652 +"11298",1286,56481 +"11299",1286,56491 +"11300",1286,56521 +"11301",1286,56525 +"11302",1286,67813 +"11303",1286,80860 +"11304",1286,88979 +"11305",1287,11187 +"11306",1287,25299 +"11307",1287,34697 +"11308",1288,1595 +"11309",1288,1835 +"11310",1288,4612 +"11311",1288,10730 +"11312",1288,16559 +"11313",1288,31443 +"11314",1288,37162 +"11315",1288,40138 +"11316",1288,55422 +"11317",1288,68539 +"11318",1288,89833 +"11319",1288,101581 +"11320",1288,112415 +"11321",1289,5642 +"11322",1289,25904 +"11323",1289,31677 +"11324",1289,46302 +"11325",1289,82824 +"11326",1290,1331 +"11327",1290,2047 +"11328",1290,10035 +"11329",1290,13359 +"11330",1290,20984 +"11331",1290,34753 +"11332",1290,35895 +"11333",1290,46989 +"11334",1290,47917 +"11335",1290,49306 +"11336",1290,53687 +"11337",1290,54523 +"11338",1290,56274 +"11339",1290,56305 +"11340",1290,56368 +"11341",1290,56710 +"11342",1290,56936 +"11343",1291,5426 +"11344",1291,11534 +"11345",1291,12610 +"11346",1291,13510 +"11347",1291,13855 +"11348",1291,22738 +"11349",1291,26273 +"11350",1291,35296 +"11351",1291,36360 +"11352",1291,38564 +"11353",1291,43287 +"11354",1291,57210 +"11355",1291,58557 +"11356",1291,65231 +"11357",1291,70233 +"11358",1291,79977 +"11359",1291,85245 +"11360",1291,87540 +"11361",1291,87853 +"11362",1291,88109 +"11363",1291,88712 +"11364",1291,90875 +"11365",1291,91282 +"11366",1291,92062 +"11367",1291,95469 +"11368",1291,97580 +"11369",1291,99774 +"11370",1291,100149 +"11371",1292,3152 +"11372",1292,4775 +"11373",1293,1843 +"11374",1293,4354 +"11375",1293,13850 +"11376",1293,18841 +"11377",1293,49598 +"11378",1293,59640 +"11379",1294,1310 +"11380",1294,1333 +"11381",1295,7376 +"11382",1296,12963 +"11383",1296,14921 +"11384",1296,33360 +"11385",1296,49741 +"11386",1296,56594 +"11387",1296,62525 +"11388",1297,10773 +"11389",1297,33952 +"11390",1297,109048 +"11391",1297,109071 +"11392",1298,2587 +"11393",1298,17573 +"11394",1298,24454 +"11395",1298,31825 +"11396",1298,32349 +"11397",1298,33137 +"11398",1298,36010 +"11399",1298,83516 +"11400",1298,86734 +"11401",1299,58286 +"11402",1299,95711 +"11403",1300,2290 +"11404",1300,6568 +"11405",1300,8300 +"11406",1300,11244 +"11407",1300,11813 +"11408",1300,12162 +"11409",1300,25826 +"11410",1300,27485 +"11411",1300,27538 +"11412",1300,27677 +"11413",1300,39342 +"11414",1300,53959 +"11415",1300,76764 +"11416",1301,12586 +"11417",1301,40147 +"11418",1301,40604 +"11419",1301,46668 +"11420",1301,49346 +"11421",1301,91135 +"11422",1302,6154 +"11423",1302,15299 +"11424",1302,22877 +"11425",1302,24336 +"11426",1302,33212 +"11427",1302,84336 +"11428",1302,86002 +"11429",1303,49563 +"11430",1303,74303 +"11431",1304,15157 +"11432",1304,22787 +"11433",1304,56339 +"11434",1304,98854 +"11435",1305,15019 +"11436",1305,15700 +"11437",1305,35776 +"11438",1305,45626 +"11439",1305,56082 +"11440",1305,75345 +"11441",1305,76244 +"11442",1305,77771 +"11443",1305,107338 +"11444",1305,107566 +"11445",1306,23784 +"11446",1306,25327 +"11447",1306,54485 +"11448",1306,63498 +"11449",1306,70070 +"11450",1307,23051 +"11451",1307,67878 +"11452",1308,3464 +"11453",1308,13150 +"11454",1308,23091 +"11455",1308,28424 +"11456",1308,41618 +"11457",1308,43929 +"11458",1308,52632 +"11459",1308,61948 +"11460",1308,77786 +"11461",1308,86521 +"11462",1308,89432 +"11463",1308,92425 +"11464",1308,99199 +"11465",1308,105377 +"11466",1308,107125 +"11467",1308,107131 +"11468",1309,17998 +"11469",1309,25994 +"11470",1309,31028 +"11471",1309,44265 +"11472",1309,46308 +"11473",1309,49747 +"11474",1309,56887 +"11475",1309,58053 +"11476",1309,60776 +"11477",1309,92026 +"11478",1310,1333 +"11479",1311,6761 +"11480",1312,1436 +"11481",1312,16079 +"11482",1313,1797 +"11483",1313,6995 +"11484",1313,12576 +"11485",1313,39136 +"11486",1313,64972 +"11487",1314,1519 +"11488",1314,1571 +"11489",1314,2061 +"11490",1314,4526 +"11491",1314,6851 +"11492",1314,11921 +"11493",1314,14090 +"11494",1314,18935 +"11495",1314,20941 +"11496",1314,20942 +"11497",1314,21007 +"11498",1314,25165 +"11499",1314,29837 +"11500",1314,30305 +"11501",1314,31332 +"11502",1314,31334 +"11503",1314,31335 +"11504",1314,32384 +"11505",1314,38691 +"11506",1314,38915 +"11507",1314,44273 +"11508",1314,44660 +"11509",1314,47784 +"11510",1314,55491 +"11511",1314,59632 +"11512",1314,60820 +"11513",1314,62426 +"11514",1314,62580 +"11515",1315,1385 +"11516",1315,1755 +"11517",1315,3105 +"11518",1315,3139 +"11519",1315,3662 +"11520",1315,4724 +"11521",1315,5803 +"11522",1315,6585 +"11523",1315,7480 +"11524",1315,13872 +"11525",1315,17200 +"11526",1315,19128 +"11527",1315,20156 +"11528",1315,27029 +"11529",1315,30477 +"11530",1315,30512 +"11531",1315,36983 +"11532",1315,41629 +"11533",1315,44526 +"11534",1315,45525 +"11535",1315,51668 +"11536",1315,57836 +"11537",1315,58027 +"11538",1315,58803 +"11539",1315,59693 +"11540",1315,68403 +"11541",1315,70338 +"11542",1315,81141 +"11543",1315,83701 +"11544",1315,91952 +"11545",1315,102935 +"11546",1316,30878 +"11547",1316,61119 +"11548",1316,66292 +"11549",1316,83507 +"11550",1316,99118 +"11551",1316,99119 +"11552",1316,99272 +"11553",1317,6132 +"11554",1317,10289 +"11555",1317,50630 +"11556",1317,52672 +"11557",1317,97177 +"11558",1318,1352 +"11559",1318,6774 +"11560",1318,9544 +"11561",1318,9726 +"11562",1318,13255 +"11563",1318,13769 +"11564",1318,24208 +"11565",1318,29120 +"11566",1318,40230 +"11567",1318,44838 +"11568",1318,48397 +"11569",1318,48421 +"11570",1318,57798 +"11571",1318,58428 +"11572",1318,58756 +"11573",1318,71522 +"11574",1319,26932 +"11575",1319,112601 +"11576",1320,52789 +"11577",1320,67417 +"11578",1320,119109 +"11579",1321,1676 +"11580",1321,5810 +"11581",1321,7078 +"11582",1321,7528 +"11583",1321,12789 +"11584",1321,15190 +"11585",1321,15397 +"11586",1321,17448 +"11587",1321,19528 +"11588",1321,24346 +"11589",1321,26141 +"11590",1321,26608 +"11591",1321,31968 +"11592",1321,33572 +"11593",1321,41655 +"11594",1321,45711 +"11595",1321,51215 +"11596",1321,52407 +"11597",1321,53789 +"11598",1321,60786 +"11599",1321,60996 +"11600",1321,72267 +"11601",1321,76741 +"11602",1321,83508 +"11603",1321,96593 +"11604",1322,2000 +"11605",1322,27490 +"11606",1322,27533 +"11607",1322,27542 +"11608",1322,27580 +"11609",1322,70546 +"11610",1323,2704 +"11611",1323,3163 +"11612",1323,5202 +"11613",1323,14942 +"11614",1323,16496 +"11615",1323,29707 +"11616",1323,29843 +"11617",1323,45395 +"11618",1323,49841 +"11619",1323,54746 +"11620",1323,54754 +"11621",1323,82523 +"11622",1323,92518 +"11623",1323,103220 +"11624",1324,9347 +"11625",1324,26366 +"11626",1324,38973 +"11627",1324,40764 +"11628",1324,77739 +"11629",1324,83403 +"11630",1324,90652 +"11631",1325,4646 +"11632",1325,4746 +"11633",1325,6711 +"11634",1325,13387 +"11635",1325,18555 +"11636",1325,18965 +"11637",1325,19535 +"11638",1325,31770 +"11639",1325,37798 +"11640",1325,38573 +"11641",1325,39979 +"11642",1325,50155 +"11643",1325,51835 +"11644",1325,52205 +"11645",1325,55019 +"11646",1325,55318 +"11647",1325,56225 +"11648",1325,56306 +"11649",1325,58262 +"11650",1325,59657 +"11651",1325,59776 +"11652",1325,78020 +"11653",1325,99373 +"11654",1325,100741 +"11655",1325,111558 +"11656",1325,111980 +"11657",1325,116285 +"11658",1326,20163 +"11659",1326,91653 +"11660",1327,1791 +"11661",1327,10447 +"11662",1327,11496 +"11663",1327,14775 +"11664",1327,23355 +"11665",1327,23703 +"11666",1327,28273 +"11667",1327,32280 +"11668",1327,52420 +"11669",1327,52838 +"11670",1327,60524 +"11671",1327,61191 +"11672",1327,78754 +"11673",1327,83462 +"11674",1327,97592 +"11675",1327,114494 +"11676",1327,114822 +"11677",1327,118711 +"11678",1328,25298 +"11679",1328,27282 +"11680",1328,27428 +"11681",1328,35950 +"11682",1328,53392 +"11683",1328,54566 +"11684",1328,56585 +"11685",1328,90258 +"11686",1329,3329 +"11687",1329,3402 +"11688",1329,11956 +"11689",1329,14992 +"11690",1329,19639 +"11691",1329,20591 +"11692",1329,32494 +"11693",1329,34831 +"11694",1329,44258 +"11695",1329,54968 +"11696",1329,55105 +"11697",1329,59958 +"11698",1329,77661 +"11699",1329,79009 +"11700",1329,79041 +"11701",1329,87194 +"11702",1330,2506 +"11703",1330,4145 +"11704",1330,9656 +"11705",1330,12428 +"11706",1330,13034 +"11707",1330,15281 +"11708",1330,19553 +"11709",1330,20679 +"11710",1330,23550 +"11711",1330,24536 +"11712",1330,35317 +"11713",1330,37684 +"11714",1330,38099 +"11715",1330,39817 +"11716",1330,42407 +"11717",1330,42773 +"11718",1330,48644 +"11719",1330,49076 +"11720",1330,80485 +"11721",1330,80610 +"11722",1330,80611 +"11723",1330,85065 +"11724",1330,86372 +"11725",1330,105981 +"11726",1330,106518 +"11727",1331,1454 +"11728",1331,1520 +"11729",1331,3293 +"11730",1331,3335 +"11731",1331,3723 +"11732",1331,5443 +"11733",1331,17966 +"11734",1331,20801 +"11735",1331,26974 +"11736",1332,40721 +"11737",1332,66588 +"11738",1332,108321 +"11739",1332,108327 +"11740",1332,108331 +"11741",1332,111678 +"11742",1333,1497 +"11743",1333,1684 +"11744",1333,1975 +"11745",1333,2070 +"11746",1333,2813 +"11747",1333,2840 +"11748",1333,4129 +"11749",1333,4668 +"11750",1333,5176 +"11751",1333,5304 +"11752",1333,5406 +"11753",1333,7868 +"11754",1333,12994 +"11755",1333,13822 +"11756",1333,18066 +"11757",1333,22460 +"11758",1333,23528 +"11759",1333,25422 +"11760",1333,28869 +"11761",1333,34394 +"11762",1333,38736 +"11763",1333,39259 +"11764",1333,41197 +"11765",1333,43873 +"11766",1333,45357 +"11767",1333,46786 +"11768",1333,64468 +"11769",1333,91275 +"11770",1333,94229 +"11771",1333,97031 +"11772",1334,5922 +"11773",1334,10652 +"11774",1334,15879 +"11775",1334,16258 +"11776",1334,19068 +"11777",1334,19502 +"11778",1334,31686 +"11779",1334,36112 +"11780",1334,50887 +"11781",1334,64100 +"11782",1334,66539 +"11783",1334,83302 +"11784",1334,94892 +"11785",1334,94992 +"11786",1335,27738 +"11787",1336,1435 +"11788",1336,2019 +"11789",1336,3203 +"11790",1336,5943 +"11791",1336,5971 +"11792",1336,6215 +"11793",1336,6260 +"11794",1336,6750 +"11795",1336,6751 +"11796",1336,7041 +"11797",1336,8174 +"11798",1336,9576 +"11799",1336,10105 +"11800",1336,10488 +"11801",1336,11427 +"11802",1336,11738 +"11803",1336,12640 +"11804",1336,13307 +"11805",1336,13533 +"11806",1336,14666 +"11807",1336,16680 +"11808",1336,20326 +"11809",1336,20480 +"11810",1336,20737 +"11811",1336,21012 +"11812",1336,21330 +"11813",1336,21849 +"11814",1336,23222 +"11815",1336,23526 +"11816",1336,23626 +"11817",1336,23715 +"11818",1336,27497 +"11819",1336,27586 +"11820",1336,32131 +"11821",1336,32296 +"11822",1336,45351 +"11823",1336,45352 +"11824",1336,45561 +"11825",1336,48359 +"11826",1336,60878 +"11827",1336,78058 +"11828",1336,82211 +"11829",1336,96370 +"11830",1336,116702 +"11831",1337,11019 +"11832",1337,14465 +"11833",1337,35620 +"11834",1337,36120 +"11835",1337,48688 +"11836",1337,62044 +"11837",1337,75422 +"11838",1337,77845 +"11839",1337,119149 +"11840",1338,8582 +"11841",1338,47836 +"11842",1339,11040 +"11843",1339,31183 +"11844",1339,53331 +"11845",1339,63614 +"11846",1340,1415 +"11847",1340,1416 +"11848",1340,34610 +"11849",1340,39546 +"11850",1340,55570 +"11851",1340,62387 +"11852",1340,122923 +"11853",1341,10370 +"11854",1342,7024 +"11855",1342,18393 +"11856",1342,24286 +"11857",1342,33241 +"11858",1342,33356 +"11859",1342,33433 +"11860",1342,35251 +"11861",1343,1344 +"11862",1343,5763 +"11863",1343,11396 +"11864",1343,12884 +"11865",1343,14534 +"11866",1343,23949 +"11867",1343,27861 +"11868",1343,44660 +"11869",1343,59827 +"11870",1343,61852 +"11871",1343,74763 +"11872",1343,83105 +"11873",1343,87878 +"11874",1343,87892 +"11875",1345,71039 +"11876",1345,89341 +"11877",1346,82899 +"11878",1347,1852 +"11879",1347,39835 +"11880",1347,43928 +"11881",1347,61369 +"11882",1347,75183 +"11883",1347,88602 +"11884",1348,4738 +"11885",1348,14629 +"11886",1348,54935 +"11887",1348,59975 +"11888",1348,64724 +"11889",1348,68412 +"11890",1348,91831 +"11891",1348,92874 +"11892",1348,92890 +"11893",1349,1350 +"11894",1349,3493 +"11895",1349,10577 +"11896",1349,11396 +"11897",1349,13716 +"11898",1349,23966 +"11899",1349,31866 +"11900",1349,32207 +"11901",1349,34138 +"11902",1349,36020 +"11903",1349,59395 +"11904",1349,64373 +"11905",1349,67767 +"11906",1349,73217 +"11907",1349,73225 +"11908",1349,83660 +"11909",1349,89470 +"11910",1349,93080 +"11911",1349,96715 +"11912",1349,107034 +"11913",1349,108156 +"11914",1350,2433 +"11915",1350,68018 +"11916",1350,68139 +"11917",1351,1393 +"11918",1351,1439 +"11919",1351,2204 +"11920",1351,5945 +"11921",1351,7898 +"11922",1351,7900 +"11923",1351,7903 +"11924",1351,7924 +"11925",1351,7932 +"11926",1351,7935 +"11927",1351,7941 +"11928",1351,11398 +"11929",1351,14362 +"11930",1351,14430 +"11931",1351,30718 +"11932",1351,30728 +"11933",1351,31990 +"11934",1351,32724 +"11935",1351,37786 +"11936",1351,37801 +"11937",1351,44294 +"11938",1351,44307 +"11939",1351,44312 +"11940",1351,44388 +"11941",1351,44408 +"11942",1351,44421 +"11943",1351,44479 +"11944",1351,44505 +"11945",1351,44507 +"11946",1351,47818 +"11947",1351,67871 +"11948",1351,85720 +"11949",1352,7718 +"11950",1352,32363 +"11951",1353,22902 +"11952",1353,42090 +"11953",1353,43617 +"11954",1354,3331 +"11955",1354,3759 +"11956",1354,17217 +"11957",1354,19224 +"11958",1354,23673 +"11959",1354,34997 +"11960",1354,38494 +"11961",1354,42200 +"11962",1354,63205 +"11963",1354,64546 +"11964",1354,65523 +"11965",1354,66741 +"11966",1354,77272 +"11967",1354,81161 +"11968",1354,88307 +"11969",1354,88572 +"11970",1354,93250 +"11971",1354,113861 +"11972",1355,1820 +"11973",1355,27608 +"11974",1355,75156 +"11975",1356,4689 +"11976",1356,11977 +"11977",1356,40423 +"11978",1356,75941 +"11979",1356,84106 +"11980",1357,1449 +"11981",1357,31296 +"11982",1357,75540 +"11983",1358,3047 +"11984",1358,4025 +"11985",1358,21915 +"11986",1358,34808 +"11987",1359,1829 +"11988",1359,19443 +"11989",1359,47646 +"11990",1360,7786 +"11991",1360,21201 +"11992",1360,25992 +"11993",1360,33205 +"11994",1360,38014 +"11995",1360,43721 +"11996",1360,90792 +"11997",1360,99246 +"11998",1360,99934 +"11999",1360,101204 +"12000",1360,109704 +"12001",1360,112791 +"12002",1360,115657 +"12003",1361,32409 +"12004",1362,65184 +"12005",1363,7659 +"12006",1363,15250 +"12007",1364,3144 +"12008",1364,3318 +"12009",1364,3327 +"12010",1364,13753 +"12011",1364,14502 +"12012",1364,23160 +"12013",1364,30222 +"12014",1364,30274 +"12015",1364,31349 +"12016",1364,31358 +"12017",1364,35891 +"12018",1364,36185 +"12019",1364,36971 +"12020",1364,40928 +"12021",1364,41145 +"12022",1364,45891 +"12023",1364,61876 +"12024",1364,67856 +"12025",1364,68461 +"12026",1364,78494 +"12027",1364,78497 +"12028",1364,87276 +"12029",1365,4002 +"12030",1365,49568 +"12031",1365,67364 +"12032",1365,68659 +"12033",1366,58628 +"12034",1366,88094 +"12035",1366,108604 +"12036",1366,119250 +"12037",1367,1375 +"12038",1367,7245 +"12039",1367,8165 +"12040",1367,8533 +"12041",1367,29073 +"12042",1367,29348 +"12043",1367,39456 +"12044",1367,45633 +"12045",1367,46045 +"12046",1367,46303 +"12047",1367,65999 +"12048",1367,68475 +"12049",1367,68496 +"12050",1367,77726 +"12051",1367,82356 +"12052",1367,84282 +"12053",1368,61088 +"12054",1369,6999 +"12055",1369,15281 +"12056",1369,17085 +"12057",1369,41226 +"12058",1369,42407 +"12059",1370,2530 +"12060",1370,3200 +"12061",1370,16579 +"12062",1370,16600 +"12063",1370,16658 +"12064",1370,18884 +"12065",1370,20001 +"12066",1370,31655 +"12067",1370,45626 +"12068",1370,48101 +"12069",1370,49997 +"12070",1370,52464 +"12071",1370,52858 +"12072",1370,69782 +"12073",1370,69832 +"12074",1371,7983 +"12075",1371,12471 +"12076",1371,22846 +"12077",1371,23327 +"12078",1371,26849 +"12079",1371,34316 +"12080",1371,37462 +"12081",1371,44777 +"12082",1371,50983 +"12083",1372,5376 +"12084",1372,8617 +"12085",1372,22927 +"12086",1372,23127 +"12087",1372,66976 +"12088",1372,91446 +"12089",1372,103162 +"12090",1372,112993 +"12091",1372,113068 +"12092",1372,113072 +"12093",1373,8391 +"12094",1373,18344 +"12095",1373,23378 +"12096",1373,39505 +"12097",1373,49739 +"12098",1373,53219 +"12099",1373,60931 +"12100",1373,68068 +"12101",1373,85631 +"12102",1374,29534 +"12103",1374,56646 +"12104",1375,1852 +"12105",1375,8533 +"12106",1375,9258 +"12107",1375,11186 +"12108",1375,14879 +"12109",1375,14895 +"12110",1375,14926 +"12111",1375,26079 +"12112",1375,29073 +"12113",1375,29651 +"12114",1375,41682 +"12115",1375,77726 +"12116",1375,82356 +"12117",1375,85018 +"12118",1375,96940 +"12119",1376,1587 +"12120",1376,2681 +"12121",1376,3271 +"12122",1376,3903 +"12123",1376,6347 +"12124",1376,7085 +"12125",1376,9270 +"12126",1376,9272 +"12127",1376,9505 +"12128",1376,11913 +"12129",1376,12428 +"12130",1376,12807 +"12131",1376,13142 +"12132",1376,16689 +"12133",1376,19036 +"12134",1376,19391 +"12135",1376,23075 +"12136",1376,24132 +"12137",1376,25606 +"12138",1376,28530 +"12139",1376,30258 +"12140",1376,38185 +"12141",1376,38683 +"12142",1376,40245 +"12143",1376,43226 +"12144",1376,44655 +"12145",1376,44973 +"12146",1376,46177 +"12147",1376,47048 +"12148",1376,48110 +"12149",1376,58508 +"12150",1376,59731 +"12151",1376,62642 +"12152",1376,68091 +"12153",1376,69335 +"12154",1376,75245 +"12155",1376,75776 +"12156",1376,75956 +"12157",1376,76387 +"12158",1376,78978 +"12159",1376,79212 +"12160",1376,79241 +"12161",1376,79579 +"12162",1376,80239 +"12163",1376,80301 +"12164",1376,81397 +"12165",1376,88340 +"12166",1376,88749 +"12167",1376,89069 +"12168",1376,89373 +"12169",1376,89995 +"12170",1376,90919 +"12171",1376,90936 +"12172",1376,92861 +"12173",1376,93097 +"12174",1376,94231 +"12175",1376,95489 +"12176",1376,96247 +"12177",1376,96363 +"12178",1376,97898 +"12179",1377,10429 +"12180",1377,11635 +"12181",1377,52538 +"12182",1378,48290 +"12183",1378,56223 +"12184",1378,63494 +"12185",1378,72154 +"12186",1378,108021 +"12187",1379,27847 +"12188",1379,35231 +"12189",1380,1698 +"12190",1381,6164 +"12191",1382,9505 +"12192",1382,20243 +"12193",1382,24000 +"12194",1382,29119 +"12195",1382,40229 +"12196",1382,91231 +"12197",1383,15502 +"12198",1383,19972 +"12199",1383,95872 +"12200",1383,100772 +"12201",1383,101063 +"12202",1384,25617 +"12203",1384,96523 +"12204",1384,96990 +"12205",1385,1407 +"12206",1385,3105 +"12207",1385,4724 +"12208",1385,4865 +"12209",1385,14198 +"12210",1385,47605 +"12211",1385,100666 +"12212",1386,1757 +"12213",1386,1800 +"12214",1386,4468 +"12215",1386,4920 +"12216",1386,6689 +"12217",1386,6897 +"12218",1386,7109 +"12219",1386,7867 +"12220",1386,19058 +"12221",1386,20021 +"12222",1386,28708 +"12223",1386,30081 +"12224",1386,32008 +"12225",1386,34327 +"12226",1386,34594 +"12227",1386,34615 +"12228",1386,35572 +"12229",1386,35618 +"12230",1386,45727 +"12231",1386,48521 +"12232",1386,51536 +"12233",1386,65508 +"12234",1386,81239 +"12235",1386,82590 +"12236",1386,89775 +"12237",1387,9528 +"12238",1387,30432 +"12239",1387,51067 +"12240",1387,54210 +"12241",1387,63448 +"12242",1387,84078 +"12243",1387,98040 +"12244",1387,113501 +"12245",1388,1474 +"12246",1388,15420 +"12247",1388,26229 +"12248",1388,62953 +"12249",1388,76848 +"12250",1388,80823 +"12251",1388,90340 +"12252",1389,21385 +"12253",1389,45075 +"12254",1390,45532 +"12255",1391,17039 +"12256",1391,18311 +"12257",1391,22948 +"12258",1391,47085 +"12259",1391,48353 +"12260",1391,50907 +"12261",1391,66884 +"12262",1391,66927 +"12263",1391,71854 +"12264",1391,75291 +"12265",1392,5296 +"12266",1392,8362 +"12267",1392,13376 +"12268",1392,15379 +"12269",1392,20020 +"12270",1392,24572 +"12271",1392,45930 +"12272",1392,50685 +"12273",1392,77953 +"12274",1392,84773 +"12275",1392,89816 +"12276",1393,1439 +"12277",1393,2204 +"12278",1393,3301 +"12279",1393,7898 +"12280",1393,7900 +"12281",1393,7903 +"12282",1393,7924 +"12283",1393,7932 +"12284",1393,7935 +"12285",1393,7941 +"12286",1393,11398 +"12287",1393,13596 +"12288",1393,14362 +"12289",1393,14430 +"12290",1393,17925 +"12291",1393,30718 +"12292",1393,30728 +"12293",1393,31978 +"12294",1393,31990 +"12295",1393,32629 +"12296",1393,32724 +"12297",1393,37786 +"12298",1393,37801 +"12299",1393,44294 +"12300",1393,44307 +"12301",1393,44312 +"12302",1393,44388 +"12303",1393,44408 +"12304",1393,44421 +"12305",1393,44479 +"12306",1393,44505 +"12307",1393,44507 +"12308",1393,48931 +"12309",1393,53367 +"12310",1393,67871 +"12311",1393,74812 +"12312",1393,93162 +"12313",1394,2466 +"12314",1394,3232 +"12315",1394,51803 +"12316",1394,56607 +"12317",1394,71188 +"12318",1395,2241 +"12319",1395,5848 +"12320",1395,10944 +"12321",1395,12500 +"12322",1395,18238 +"12323",1395,19030 +"12324",1395,19817 +"12325",1395,24188 +"12326",1395,34067 +"12327",1395,44037 +"12328",1395,44553 +"12329",1395,47444 +"12330",1395,57652 +"12331",1395,61804 +"12332",1395,73723 +"12333",1395,75825 +"12334",1395,88764 +"12335",1395,88959 +"12336",1395,91128 +"12337",1395,108926 +"12338",1395,108937 +"12339",1395,116995 +"12340",1395,116996 +"12341",1396,32604 +"12342",1396,44085 +"12343",1396,46405 +"12344",1396,51599 +"12345",1396,53179 +"12346",1396,61136 +"12347",1396,71997 +"12348",1396,106611 +"12349",1396,106643 +"12350",1397,9893 +"12351",1397,11762 +"12352",1397,14738 +"12353",1397,17521 +"12354",1397,20212 +"12355",1397,22451 +"12356",1397,32213 +"12357",1397,34969 +"12358",1397,60592 +"12359",1397,67488 +"12360",1397,75567 +"12361",1397,82017 +"12362",1397,82693 +"12363",1397,84281 +"12364",1397,89106 +"12365",1397,93887 +"12366",1397,97281 +"12367",1398,21867 +"12368",1398,29605 +"12369",1398,50180 +"12370",1398,51705 +"12371",1398,77649 +"12372",1398,92151 +"12373",1399,3993 +"12374",1399,10633 +"12375",1400,14519 +"12376",1400,20938 +"12377",1400,22490 +"12378",1400,46387 +"12379",1400,47521 +"12380",1400,47600 +"12381",1400,54585 +"12382",1400,65332 +"12383",1401,55588 +"12384",1401,78767 +"12385",1402,1453 +"12386",1402,2355 +"12387",1402,2742 +"12388",1402,3759 +"12389",1402,3806 +"12390",1402,3817 +"12391",1402,5227 +"12392",1402,8214 +"12393",1402,14174 +"12394",1402,18977 +"12395",1402,29796 +"12396",1402,30202 +"12397",1402,31663 +"12398",1402,37362 +"12399",1402,43850 +"12400",1402,48423 +"12401",1402,51014 +"12402",1402,53341 +"12403",1402,54279 +"12404",1402,55105 +"12405",1403,10968 +"12406",1403,13671 +"12407",1403,15447 +"12408",1403,19095 +"12409",1403,41035 +"12410",1403,49504 +"12411",1403,68392 +"12412",1403,76293 +"12413",1403,88304 +"12414",1403,89695 +"12415",1404,74716 +"12416",1404,99165 +"12417",1404,100841 +"12418",1404,101830 +"12419",1405,1859 +"12420",1405,2540 +"12421",1405,3114 +"12422",1405,3117 +"12423",1405,3978 +"12424",1405,4003 +"12425",1405,4303 +"12426",1405,4373 +"12427",1405,5052 +"12428",1405,6944 +"12429",1405,6989 +"12430",1405,8402 +"12431",1405,9080 +"12432",1405,10807 +"12433",1405,11079 +"12434",1405,11216 +"12435",1405,11284 +"12436",1405,11648 +"12437",1405,15365 +"12438",1405,16200 +"12439",1405,16444 +"12440",1405,16706 +"12441",1405,17700 +"12442",1405,22117 +"12443",1405,22561 +"12444",1405,22663 +"12445",1405,23539 +"12446",1405,28181 +"12447",1405,32971 +"12448",1405,40335 +"12449",1405,40366 +"12450",1405,41197 +"12451",1405,43181 +"12452",1405,45773 +"12453",1405,47232 +"12454",1405,55297 +"12455",1405,63072 +"12456",1405,68074 +"12457",1405,74761 +"12458",1405,75338 +"12459",1405,89199 +"12460",1405,98900 +"12461",1406,2843 +"12462",1406,4405 +"12463",1406,7520 +"12464",1406,13910 +"12465",1406,14134 +"12466",1407,1755 +"12467",1407,4724 +"12468",1407,4865 +"12469",1407,11279 +"12470",1407,12362 +"12471",1407,13075 +"12472",1407,14548 +"12473",1407,16065 +"12474",1407,18073 +"12475",1407,18200 +"12476",1407,24806 +"12477",1407,44148 +"12478",1407,44654 +"12479",1407,48283 +"12480",1407,63048 +"12481",1407,67511 +"12482",1407,81167 +"12483",1408,3057 +"12484",1408,3464 +"12485",1408,7114 +"12486",1408,13150 +"12487",1408,21995 +"12488",1408,23668 +"12489",1408,28200 +"12490",1408,34999 +"12491",1408,42280 +"12492",1408,46195 +"12493",1408,53230 +"12494",1408,71607 +"12495",1408,71945 +"12496",1408,76719 +"12497",1408,79089 +"12498",1408,81850 +"12499",1408,115868 +"12500",1409,3064 +"12501",1409,4986 +"12502",1409,16606 +"12503",1409,19021 +"12504",1409,27872 +"12505",1409,28375 +"12506",1409,49941 +"12507",1410,16928 +"12508",1410,51258 +"12509",1411,38779 +"12510",1411,42080 +"12511",1412,1421 +"12512",1413,1909 +"12513",1413,2527 +"12514",1413,9416 +"12515",1413,11564 +"12516",1413,11809 +"12517",1413,14003 +"12518",1414,1441 +"12519",1414,9805 +"12520",1414,17878 +"12521",1414,21577 +"12522",1414,31509 +"12523",1415,1416 +"12524",1415,99225 +"12525",1415,105178 +"12526",1416,29551 +"12527",1417,2561 +"12528",1417,7526 +"12529",1417,9214 +"12530",1417,15161 +"12531",1417,50283 +"12532",1417,84888 +"12533",1417,84898 +"12534",1418,5327 +"12535",1418,40502 +"12536",1418,116536 +"12537",1419,40519 +"12538",1419,44517 +"12539",1419,58184 +"12540",1419,82514 +"12541",1419,88934 +"12542",1419,89477 +"12543",1419,97198 +"12544",1419,119047 +"12545",1420,16236 +"12546",1420,31679 +"12547",1420,34260 +"12548",1420,58433 +"12549",1420,109935 +"12550",1420,119150 +"12551",1421,5286 +"12552",1421,17092 +"12553",1421,19129 +"12554",1421,19652 +"12555",1421,38497 +"12556",1421,61380 +"12557",1421,61420 +"12558",1421,91114 +"12559",1421,96804 +"12560",1421,117403 +"12561",1421,117676 +"12562",1421,118270 +"12563",1422,5101 +"12564",1422,18529 +"12565",1422,25776 +"12566",1422,27320 +"12567",1422,38076 +"12568",1422,43050 +"12569",1422,46930 +"12570",1422,55449 +"12571",1422,72986 +"12572",1422,92636 +"12573",1422,96310 +"12574",1422,113798 +"12575",1423,14776 +"12576",1424,20824 +"12577",1424,21686 +"12578",1424,39863 +"12579",1424,79011 +"12580",1424,95212 +"12581",1425,1938 +"12582",1425,6631 +"12583",1425,12029 +"12584",1425,20665 +"12585",1425,45316 +"12586",1425,67695 +"12587",1425,72060 +"12588",1426,2073 +"12589",1426,2115 +"12590",1426,2132 +"12591",1426,2187 +"12592",1426,2206 +"12593",1426,7419 +"12594",1426,8439 +"12595",1426,13871 +"12596",1426,14218 +"12597",1426,22060 +"12598",1426,22193 +"12599",1426,22236 +"12600",1426,22237 +"12601",1426,22339 +"12602",1426,37661 +"12603",1426,69718 +"12604",1426,71388 +"12605",1426,76572 +"12606",1426,99186 +"12607",1427,1428 +"12608",1427,2644 +"12609",1427,11317 +"12610",1427,13388 +"12611",1427,13824 +"12612",1427,14373 +"12613",1427,15838 +"12614",1427,15990 +"12615",1427,16053 +"12616",1427,20067 +"12617",1427,26097 +"12618",1427,26257 +"12619",1427,28131 +"12620",1427,28639 +"12621",1427,32422 +"12622",1427,37739 +"12623",1427,42226 +"12624",1427,53333 +"12625",1427,57398 +"12626",1427,59484 +"12627",1427,74730 +"12628",1427,75708 +"12629",1427,75830 +"12630",1427,76590 +"12631",1427,76917 +"12632",1427,76999 +"12633",1427,84416 +"12634",1427,89829 +"12635",1427,93984 +"12636",1427,100140 +"12637",1427,100398 +"12638",1427,100460 +"12639",1427,100670 +"12640",1427,110013 +"12641",1427,115131 +"12642",1428,13046 +"12643",1428,13824 +"12644",1428,15990 +"12645",1428,20732 +"12646",1428,21210 +"12647",1428,23726 +"12648",1428,25812 +"12649",1428,27168 +"12650",1428,28130 +"12651",1428,59484 +"12652",1428,67902 +"12653",1428,75708 +"12654",1428,76590 +"12655",1428,76917 +"12656",1428,93333 +"12657",1428,100140 +"12658",1428,100398 +"12659",1428,110013 +"12660",1428,112148 +"12661",1429,1472 +"12662",1429,17445 +"12663",1429,17864 +"12664",1429,18582 +"12665",1429,22030 +"12666",1429,37427 +"12667",1429,63626 +"12668",1429,72514 +"12669",1429,93021 +"12670",1430,5272 +"12671",1430,5454 +"12672",1430,6869 +"12673",1430,6888 +"12674",1430,6893 +"12675",1430,20112 +"12676",1430,42205 +"12677",1430,66728 +"12678",1431,21602 +"12679",1431,69016 +"12680",1431,113985 +"12681",1432,104333 +"12682",1433,27492 +"12683",1433,43298 +"12684",1433,52335 +"12685",1433,67819 +"12686",1434,1481 +"12687",1434,1489 +"12688",1434,2962 +"12689",1434,4705 +"12690",1434,7258 +"12691",1434,17582 +"12692",1434,27151 +"12693",1434,33557 +"12694",1434,41074 +"12695",1434,55965 +"12696",1434,81469 +"12697",1434,102793 +"12698",1434,107188 +"12699",1434,115230 +"12700",1434,117425 +"12701",1435,1531 +"12702",1435,2019 +"12703",1435,5283 +"12704",1435,5430 +"12705",1435,5697 +"12706",1435,5943 +"12707",1435,16639 +"12708",1435,16979 +"12709",1435,16980 +"12710",1435,18394 +"12711",1435,19907 +"12712",1435,20737 +"12713",1435,21330 +"12714",1435,27586 +"12715",1435,36358 +"12716",1435,53664 +"12717",1436,16079 +"12718",1437,1484 +"12719",1437,7483 +"12720",1437,11530 +"12721",1437,13705 +"12722",1437,21817 +"12723",1437,26816 +"12724",1437,33435 +"12725",1437,37022 +"12726",1437,38320 +"12727",1437,48861 +"12728",1437,52597 +"12729",1437,63477 +"12730",1437,92392 +"12731",1437,96357 +"12732",1437,102994 +"12733",1438,25573 +"12734",1438,33452 +"12735",1438,41341 +"12736",1438,45039 +"12737",1438,90797 +"12738",1438,97393 +"12739",1439,13596 +"12740",1439,17925 +"12741",1439,32724 +"12742",1439,67656 +"12743",1439,74812 +"12744",1439,93162 +"12745",1439,95797 +"12746",1440,19752 +"12747",1441,3635 +"12748",1441,14731 +"12749",1441,18128 +"12750",1441,28353 +"12751",1441,45269 +"12752",1441,53043 +"12753",1441,58284 +"12754",1441,66724 +"12755",1441,75684 +"12756",1441,75698 +"12757",1441,77844 +"12758",1442,1468 +"12759",1442,10806 +"12760",1442,32343 +"12761",1442,57374 +"12762",1442,67429 +"12763",1442,67458 +"12764",1442,120007 +"12765",1443,1465 +"12766",1444,8920 +"12767",1444,8921 +"12768",1444,14340 +"12769",1445,1496 +"12770",1445,20331 +"12771",1446,1521 +"12772",1447,8275 +"12773",1447,18781 +"12774",1447,79228 +"12775",1447,106789 +"12776",1448,1646 +"12777",1448,20897 +"12778",1448,25766 +"12779",1448,31486 +"12780",1448,115750 +"12781",1448,115773 +"12782",1449,31296 +"12783",1449,75540 +"12784",1450,1451 +"12785",1450,4630 +"12786",1450,13759 +"12787",1450,16006 +"12788",1450,16045 +"12789",1450,16323 +"12790",1450,20680 +"12791",1450,33938 +"12792",1450,35616 +"12793",1450,39102 +"12794",1450,90610 +"12795",1450,99016 +"12796",1450,118322 +"12797",1451,1785 +"12798",1451,3187 +"12799",1451,3297 +"12800",1451,3332 +"12801",1451,3366 +"12802",1451,11324 +"12803",1451,11391 +"12804",1451,13609 +"12805",1451,16323 +"12806",1451,17914 +"12807",1451,20664 +"12808",1451,20680 +"12809",1451,26109 +"12810",1451,28452 +"12811",1451,29863 +"12812",1451,32072 +"12813",1451,39102 +"12814",1451,42744 +"12815",1451,42862 +"12816",1451,45252 +"12817",1451,46443 +"12818",1451,48858 +"12819",1451,58059 +"12820",1451,63486 +"12821",1451,80451 +"12822",1451,83225 +"12823",1451,89298 +"12824",1451,90155 +"12825",1451,98911 +"12826",1451,100658 +"12827",1451,113336 +"12828",1452,1455 +"12829",1453,2695 +"12830",1453,11329 +"12831",1453,22250 +"12832",1453,23394 +"12833",1453,52362 +"12834",1453,80389 +"12835",1453,90788 +"12836",1454,1520 +"12837",1454,3723 +"12838",1454,4971 +"12839",1454,8429 +"12840",1454,12613 +"12841",1454,15455 +"12842",1454,17966 +"12843",1454,18324 +"12844",1454,18438 +"12845",1454,20801 +"12846",1454,21006 +"12847",1454,65020 +"12848",1454,94145 +"12849",1455,2272 +"12850",1455,8724 +"12851",1455,14470 +"12852",1455,22410 +"12853",1455,27651 +"12854",1455,27714 +"12855",1455,27828 +"12856",1456,1464 +"12857",1456,2051 +"12858",1456,3890 +"12859",1456,39716 +"12860",1456,105903 +"12861",1457,37607 +"12862",1458,1462 +"12863",1458,1590 +"12864",1458,3746 +"12865",1459,2387 +"12866",1459,4832 +"12867",1459,5696 +"12868",1459,9296 +"12869",1459,9332 +"12870",1459,10457 +"12871",1459,10471 +"12872",1459,11603 +"12873",1459,12361 +"12874",1459,18005 +"12875",1459,18224 +"12876",1459,19465 +"12877",1459,21992 +"12878",1459,25870 +"12879",1459,27044 +"12880",1459,28820 +"12881",1459,30586 +"12882",1459,48015 +"12883",1459,50879 +"12884",1459,52638 +"12885",1459,53687 +"12886",1459,55165 +"12887",1459,62789 +"12888",1459,70275 +"12889",1459,71219 +"12890",1459,77753 +"12891",1459,96304 +"12892",1459,103741 +"12893",1459,110227 +"12894",1459,110732 +"12895",1459,110936 +"12896",1459,111978 +"12897",1459,119688 +"12898",1460,8453 +"12899",1460,11862 +"12900",1461,9162 +"12901",1461,10310 +"12902",1461,11493 +"12903",1461,12371 +"12904",1461,12639 +"12905",1461,17165 +"12906",1461,22380 +"12907",1461,41247 +"12908",1461,41770 +"12909",1461,45132 +"12910",1461,46043 +"12911",1461,46962 +"12912",1461,48860 +"12913",1461,57238 +"12914",1461,62307 +"12915",1461,70614 +"12916",1461,82865 +"12917",1461,87881 +"12918",1461,96441 +"12919",1462,1590 +"12920",1463,1602 +"12921",1463,1630 +"12922",1463,20312 +"12923",1465,18472 +"12924",1466,81978 +"12925",1466,112465 +"12926",1467,1777 +"12927",1467,2640 +"12928",1467,2662 +"12929",1467,3350 +"12930",1467,3830 +"12931",1467,4940 +"12932",1467,4962 +"12933",1467,5078 +"12934",1467,5422 +"12935",1467,5427 +"12936",1467,5444 +"12937",1467,5457 +"12938",1467,5462 +"12939",1467,5489 +"12940",1467,5492 +"12941",1467,5504 +"12942",1467,7363 +"12943",1467,12181 +"12944",1467,18151 +"12945",1467,19637 +"12946",1467,20659 +"12947",1467,33337 +"12948",1467,41278 +"12949",1467,44366 +"12950",1467,56610 +"12951",1467,56712 +"12952",1467,72744 +"12953",1467,77888 +"12954",1467,90837 +"12955",1468,4008 +"12956",1468,10503 +"12957",1468,19057 +"12958",1468,22206 +"12959",1468,22249 +"12960",1468,22313 +"12961",1468,32060 +"12962",1468,32235 +"12963",1468,32312 +"12964",1468,32343 +"12965",1468,34392 +"12966",1468,35688 +"12967",1468,46239 +"12968",1468,52928 +"12969",1468,63295 +"12970",1468,66014 +"12971",1468,68776 +"12972",1468,72488 +"12973",1468,76599 +"12974",1468,81759 +"12975",1468,83191 +"12976",1468,105663 +"12977",1468,105789 +"12978",1468,107666 +"12979",1469,10012 +"12980",1469,19568 +"12981",1469,23531 +"12982",1469,26802 +"12983",1469,32409 +"12984",1469,40041 +"12985",1469,41486 +"12986",1469,44545 +"12987",1469,50632 +"12988",1469,51410 +"12989",1469,53031 +"12990",1469,53765 +"12991",1469,61523 +"12992",1469,62849 +"12993",1469,74179 +"12994",1469,78669 +"12995",1469,82682 +"12996",1469,83982 +"12997",1469,93752 +"12998",1469,101970 +"12999",1469,103426 +"13000",1469,108718 +"13001",1469,110230 +"13002",1469,117495 +"13003",1469,122787 +"13004",1470,12414 +"13005",1470,14645 +"13006",1470,33821 +"13007",1470,66815 +"13008",1471,23558 +"13009",1471,28347 +"13010",1472,1587 +"13011",1472,24621 +"13012",1472,63669 +"13013",1472,72514 +"13014",1473,85300 +"13015",1473,104732 +"13016",1474,7737 +"13017",1474,9005 +"13018",1474,11572 +"13019",1474,15420 +"13020",1474,15770 +"13021",1474,16729 +"13022",1474,21129 +"13023",1474,24570 +"13024",1474,32921 +"13025",1474,37417 +"13026",1474,38643 +"13027",1474,46420 +"13028",1474,46447 +"13029",1475,2652 +"13030",1475,5615 +"13031",1475,6905 +"13032",1475,15444 +"13033",1475,18165 +"13034",1475,22359 +"13035",1475,22496 +"13036",1475,23268 +"13037",1475,23617 +"13038",1475,27683 +"13039",1475,28616 +"13040",1475,42837 +"13041",1475,46754 +"13042",1475,53333 +"13043",1475,121288 +"13044",1476,15363 +"13045",1476,60011 +"13046",1477,20981 +"13047",1477,31291 +"13048",1477,84233 +"13049",1477,92539 +"13050",1477,101558 +"13051",1477,109527 +"13052",1478,6756 +"13053",1479,27322 +"13054",1480,13475 +"13055",1480,45904 +"13056",1480,46560 +"13057",1480,55700 +"13058",1480,83033 +"13059",1480,85251 +"13060",1481,1489 +"13061",1481,1596 +"13062",1481,7072 +"13063",1481,7296 +"13064",1481,24879 +"13065",1481,33557 +"13066",1481,55965 +"13067",1481,72894 +"13068",1481,85372 +"13069",1481,117425 +"13070",1481,118510 +"13071",1482,44144 +"13072",1482,91324 +"13073",1483,10024 +"13074",1483,11423 +"13075",1483,11907 +"13076",1483,27535 +"13077",1483,31755 +"13078",1483,38717 +"13079",1483,46850 +"13080",1483,52931 +"13081",1483,62358 +"13082",1483,76252 +"13083",1483,78727 +"13084",1483,88838 +"13085",1483,91818 +"13086",1483,110356 +"13087",1483,116947 +"13088",1485,20396 +"13089",1485,30504 +"13090",1485,39158 +"13091",1486,77631 +"13092",1487,2056 +"13093",1487,2064 +"13094",1487,2065 +"13095",1487,2159 +"13096",1487,7679 +"13097",1487,9192 +"13098",1487,15165 +"13099",1487,66595 +"13100",1487,82630 +"13101",1487,82631 +"13102",1487,82635 +"13103",1487,82653 +"13104",1487,86443 +"13105",1487,96366 +"13106",1488,1490 +"13107",1489,3487 +"13108",1489,3617 +"13109",1489,4705 +"13110",1489,7258 +"13111",1489,17725 +"13112",1489,18080 +"13113",1489,20218 +"13114",1489,22193 +"13115",1489,23527 +"13116",1489,27151 +"13117",1489,28788 +"13118",1489,33557 +"13119",1489,35787 +"13120",1489,36079 +"13121",1489,41074 +"13122",1489,53142 +"13123",1489,55965 +"13124",1489,68590 +"13125",1489,75001 +"13126",1489,81469 +"13127",1489,81652 +"13128",1489,89440 +"13129",1489,92472 +"13130",1489,92498 +"13131",1489,92520 +"13132",1489,102793 +"13133",1489,107188 +"13134",1489,115230 +"13135",1489,117425 +"13136",1490,43257 +"13137",1491,7850 +"13138",1491,26100 +"13139",1491,81702 +"13140",1492,1977 +"13141",1492,2784 +"13142",1492,12627 +"13143",1492,22478 +"13144",1492,27109 +"13145",1492,28341 +"13146",1492,34180 +"13147",1492,34442 +"13148",1492,37543 +"13149",1492,69358 +"13150",1492,84223 +"13151",1492,84335 +"13152",1492,84344 +"13153",1493,10968 +"13154",1493,11934 +"13155",1493,12069 +"13156",1493,20923 +"13157",1493,24197 +"13158",1493,27921 +"13159",1493,27936 +"13160",1493,27995 +"13161",1493,40961 +"13162",1493,79821 +"13163",1493,85638 +"13164",1493,85661 +"13165",1494,47126 +"13166",1494,106584 +"13167",1495,1600 +"13168",1495,1616 +"13169",1495,2766 +"13170",1495,2836 +"13171",1495,3699 +"13172",1495,3700 +"13173",1495,3853 +"13174",1495,4708 +"13175",1495,4763 +"13176",1495,4918 +"13177",1495,6830 +"13178",1495,10874 +"13179",1495,29405 +"13180",1495,46039 +"13181",1495,48768 +"13182",1495,49881 +"13183",1495,50252 +"13184",1495,71514 +"13185",1495,77704 +"13186",1495,80951 +"13187",1495,88258 +"13188",1495,88259 +"13189",1495,94322 +"13190",1495,98860 +"13191",1496,67041 +"13192",1496,121046 +"13193",1497,29018 +"13194",1498,10547 +"13195",1498,42112 +"13196",1499,1568 +"13197",1499,3345 +"13198",1499,10463 +"13199",1499,10527 +"13200",1499,21024 +"13201",1499,21982 +"13202",1499,25210 +"13203",1499,25672 +"13204",1499,29373 +"13205",1499,37633 +"13206",1499,38923 +"13207",1499,41023 +"13208",1499,64906 +"13209",1499,65283 +"13210",1499,66089 +"13211",1499,99966 +"13212",1499,113238 +"13213",1499,122961 +"13214",1500,4573 +"13215",1500,13601 +"13216",1500,34566 +"13217",1500,77865 +"13218",1500,91928 +"13219",1500,98959 +"13220",1500,104560 +"13221",1501,1511 +"13222",1501,3071 +"13223",1501,6210 +"13224",1501,12013 +"13225",1501,33405 +"13226",1501,36944 +"13227",1501,37095 +"13228",1501,46524 +"13229",1501,61754 +"13230",1501,61760 +"13231",1501,66914 +"13232",1501,111138 +"13233",1502,22396 +"13234",1502,39199 +"13235",1502,58025 +"13236",1502,116036 +"13237",1503,48652 +"13238",1503,65880 +"13239",1503,90697 +"13240",1504,31079 +"13241",1504,40744 +"13242",1504,47543 +"13243",1504,54098 +"13244",1504,64139 +"13245",1504,73697 +"13246",1504,92531 +"13247",1504,112440 +"13248",1505,6389 +"13249",1505,25198 +"13250",1505,86259 +"13251",1506,20190 +"13252",1506,27234 +"13253",1506,27235 +"13254",1506,27331 +"13255",1506,27408 +"13256",1506,27461 +"13257",1506,56998 +"13258",1506,108133 +"13259",1506,116246 +"13260",1506,116253 +"13261",1507,64017 +"13262",1508,8343 +"13263",1508,39875 +"13264",1508,55700 +"13265",1508,56741 +"13266",1508,103830 +"13267",1508,115078 +"13268",1508,119220 +"13269",1508,120130 +"13270",1509,53301 +"13271",1510,3628 +"13272",1510,7303 +"13273",1510,7644 +"13274",1510,8703 +"13275",1510,8762 +"13276",1510,11351 +"13277",1510,11499 +"13278",1510,13982 +"13279",1510,18360 +"13280",1510,19718 +"13281",1510,20288 +"13282",1510,20828 +"13283",1510,21831 +"13284",1510,30900 +"13285",1510,32369 +"13286",1510,33745 +"13287",1510,34634 +"13288",1510,35428 +"13289",1510,35891 +"13290",1510,35893 +"13291",1510,36023 +"13292",1510,42449 +"13293",1510,44248 +"13294",1510,44778 +"13295",1510,55067 +"13296",1510,55872 +"13297",1510,56008 +"13298",1510,57669 +"13299",1510,63355 +"13300",1510,63961 +"13301",1510,63981 +"13302",1510,64362 +"13303",1510,70592 +"13304",1510,70617 +"13305",1510,70618 +"13306",1510,82091 +"13307",1511,3071 +"13308",1511,5293 +"13309",1511,5331 +"13310",1511,5959 +"13311",1511,6872 +"13312",1511,8402 +"13313",1511,12706 +"13314",1511,15365 +"13315",1511,17285 +"13316",1511,18102 +"13317",1511,20180 +"13318",1511,20713 +"13319",1511,23010 +"13320",1511,31078 +"13321",1511,31884 +"13322",1511,52845 +"13323",1511,69465 +"13324",1511,71267 +"13325",1512,2338 +"13326",1512,62372 +"13327",1512,121887 +"13328",1513,5977 +"13329",1513,12728 +"13330",1513,14054 +"13331",1513,19604 +"13332",1513,23186 +"13333",1513,24025 +"13334",1513,27849 +"13335",1513,31957 +"13336",1513,32032 +"13337",1513,43599 +"13338",1513,48284 +"13339",1513,55468 +"13340",1513,61666 +"13341",1513,69394 +"13342",1513,95994 +"13343",1513,99444 +"13344",1513,108372 +"13345",1514,2479 +"13346",1514,5686 +"13347",1514,7174 +"13348",1514,9278 +"13349",1514,14191 +"13350",1514,16648 +"13351",1514,19398 +"13352",1514,22396 +"13353",1514,22442 +"13354",1514,32380 +"13355",1514,37668 +"13356",1514,37720 +"13357",1514,50856 +"13358",1514,53217 +"13359",1514,53768 +"13360",1514,55280 +"13361",1514,55786 +"13362",1514,63274 +"13363",1514,69182 +"13364",1514,85811 +"13365",1514,89288 +"13366",1514,91866 +"13367",1514,103279 +"13368",1514,119543 +"13369",1515,1663 +"13370",1515,24046 +"13371",1516,1535 +"13372",1516,1551 +"13373",1516,35990 +"13374",1517,2729 +"13375",1517,4957 +"13376",1517,7504 +"13377",1517,11651 +"13378",1517,22972 +"13379",1517,23196 +"13380",1517,26217 +"13381",1517,26919 +"13382",1517,35959 +"13383",1517,48817 +"13384",1517,58755 +"13385",1517,61532 +"13386",1517,66160 +"13387",1517,96708 +"13388",1517,106235 +"13389",1517,113041 +"13390",1517,117700 +"13391",1518,2443 +"13392",1518,9840 +"13393",1518,9910 +"13394",1518,12233 +"13395",1518,14212 +"13396",1518,14380 +"13397",1518,17038 +"13398",1518,20695 +"13399",1518,26821 +"13400",1518,29416 +"13401",1518,38910 +"13402",1518,40379 +"13403",1518,63329 +"13404",1518,65725 +"13405",1518,81888 +"13406",1518,90070 +"13407",1518,101381 +"13408",1518,104735 +"13409",1518,104948 +"13410",1518,110637 +"13411",1518,122558 +"13412",1518,123233 +"13413",1519,1571 +"13414",1519,2061 +"13415",1519,6851 +"13416",1519,11023 +"13417",1519,11921 +"13418",1519,14090 +"13419",1519,20941 +"13420",1519,20942 +"13421",1519,21007 +"13422",1519,25533 +"13423",1519,25772 +"13424",1519,27292 +"13425",1519,28345 +"13426",1519,29837 +"13427",1519,30305 +"13428",1519,32384 +"13429",1519,36598 +"13430",1519,38691 +"13431",1519,38915 +"13432",1519,42561 +"13433",1519,52239 +"13434",1519,55491 +"13435",1519,56900 +"13436",1519,60820 +"13437",1519,63019 +"13438",1519,63739 +"13439",1519,74952 +"13440",1520,1526 +"13441",1520,3293 +"13442",1520,3723 +"13443",1520,4202 +"13444",1520,17966 +"13445",1520,20801 +"13446",1520,28854 +"13447",1520,32154 +"13448",1520,34387 +"13449",1520,34753 +"13450",1520,35665 +"13451",1520,35895 +"13452",1520,40537 +"13453",1520,46691 +"13454",1520,61918 +"13455",1520,64749 +"13456",1520,69376 +"13457",1520,72009 +"13458",1520,78884 +"13459",1520,79546 +"13460",1520,82166 +"13461",1520,87342 +"13462",1521,33419 +"13463",1521,33511 +"13464",1521,120796 +"13465",1522,25348 +"13466",1522,96501 +"13467",1522,101804 +"13468",1523,8596 +"13469",1523,10050 +"13470",1523,17456 +"13471",1523,22289 +"13472",1523,41915 +"13473",1523,44822 +"13474",1523,78511 +"13475",1524,7236 +"13476",1524,8857 +"13477",1524,22332 +"13478",1524,26386 +"13479",1524,31846 +"13480",1524,35769 +"13481",1524,37493 +"13482",1524,41140 +"13483",1524,45355 +"13484",1524,49610 +"13485",1524,52592 +"13486",1524,54535 +"13487",1524,56480 +"13488",1524,58726 +"13489",1524,59035 +"13490",1524,76715 +"13491",1524,97244 +"13492",1524,121987 +"13493",1525,1547 +"13494",1525,9782 +"13495",1525,12394 +"13496",1525,20688 +"13497",1525,23113 +"13498",1525,26207 +"13499",1525,36944 +"13500",1525,41723 +"13501",1525,47051 +"13502",1525,106936 +"13503",1526,3293 +"13504",1526,3723 +"13505",1526,4202 +"13506",1526,6063 +"13507",1526,8593 +"13508",1526,11644 +"13509",1526,13792 +"13510",1526,22061 +"13511",1526,31542 +"13512",1526,31738 +"13513",1526,33373 +"13514",1526,35895 +"13515",1526,36424 +"13516",1526,49636 +"13517",1526,62204 +"13518",1526,77853 +"13519",1526,79546 +"13520",1526,84244 +"13521",1526,90035 +"13522",1527,22583 +"13523",1527,22584 +"13524",1528,2263 +"13525",1528,15571 +"13526",1528,30143 +"13527",1528,40946 +"13528",1528,43684 +"13529",1528,47169 +"13530",1528,47899 +"13531",1528,49005 +"13532",1528,62101 +"13533",1528,64921 +"13534",1528,90992 +"13535",1529,6852 +"13536",1529,23307 +"13537",1529,95653 +"13538",1530,35851 +"13539",1530,38796 +"13540",1530,47157 +"13541",1530,68483 +"13542",1531,12873 +"13543",1531,14972 +"13544",1531,16639 +"13545",1531,16979 +"13546",1531,16980 +"13547",1531,32731 +"13548",1531,41870 +"13549",1531,45975 +"13550",1531,54059 +"13551",1531,59557 +"13552",1531,82533 +"13553",1532,18295 +"13554",1533,2362 +"13555",1533,5403 +"13556",1533,7486 +"13557",1533,8354 +"13558",1533,8738 +"13559",1533,10473 +"13560",1533,12070 +"13561",1533,13792 +"13562",1533,14090 +"13563",1533,15455 +"13564",1533,16796 +"13565",1533,20555 +"13566",1533,30368 +"13567",1533,35706 +"13568",1533,45337 +"13569",1533,46691 +"13570",1533,49357 +"13571",1533,57445 +"13572",1533,57776 +"13573",1533,71436 +"13574",1534,54368 +"13575",1534,75085 +"13576",1534,93546 +"13577",1535,1551 +"13578",1535,101859 +"13579",1536,1592 +"13580",1536,3392 +"13581",1536,3407 +"13582",1536,5475 +"13583",1536,7063 +"13584",1536,10079 +"13585",1536,16946 +"13586",1536,24326 +"13587",1536,28808 +"13588",1536,28917 +"13589",1536,46621 +"13590",1536,55795 +"13591",1536,61785 +"13592",1536,80305 +"13593",1536,83865 +"13594",1536,88232 +"13595",1536,88237 +"13596",1537,20626 +"13597",1537,119988 +"13598",1538,3955 +"13599",1538,5514 +"13600",1538,12293 +"13601",1538,25681 +"13602",1538,78578 +"13603",1539,2601 +"13604",1539,9322 +"13605",1539,15573 +"13606",1539,15960 +"13607",1539,33623 +"13608",1539,45664 +"13609",1539,62193 +"13610",1539,63490 +"13611",1539,76639 +"13612",1539,76640 +"13613",1539,77040 +"13614",1539,77055 +"13615",1539,77057 +"13616",1539,77066 +"13617",1539,77095 +"13618",1539,77096 +"13619",1539,77101 +"13620",1539,77102 +"13621",1539,77103 +"13622",1539,77106 +"13623",1540,3091 +"13624",1540,3351 +"13625",1540,3834 +"13626",1540,6777 +"13627",1540,6832 +"13628",1540,7842 +"13629",1540,8170 +"13630",1540,9293 +"13631",1540,10066 +"13632",1540,11517 +"13633",1540,12221 +"13634",1540,15790 +"13635",1540,17520 +"13636",1540,27946 +"13637",1540,30883 +"13638",1540,36498 +"13639",1540,38921 +"13640",1540,40883 +"13641",1540,84475 +"13642",1540,92157 +"13643",1541,12307 +"13644",1541,21837 +"13645",1541,25090 +"13646",1541,59178 +"13647",1541,61457 +"13648",1541,89614 +"13649",1541,99628 +"13650",1541,105052 +"13651",1541,105842 +"13652",1541,121986 +"13653",1542,1751 +"13654",1542,2269 +"13655",1542,2300 +"13656",1542,2301 +"13657",1542,4402 +"13658",1542,18741 +"13659",1542,25129 +"13660",1542,29917 +"13661",1542,31459 +"13662",1542,34509 +"13663",1542,39109 +"13664",1542,48484 +"13665",1542,51349 +"13666",1542,51974 +"13667",1542,57399 +"13668",1542,69996 +"13669",1542,94830 +"13670",1542,94850 +"13671",1542,94856 +"13672",1543,3438 +"13673",1543,8091 +"13674",1543,10125 +"13675",1543,52286 +"13676",1543,52316 +"13677",1543,61600 +"13678",1543,64536 +"13679",1543,64537 +"13680",1543,64559 +"13681",1543,65224 +"13682",1543,71080 +"13683",1543,71083 +"13684",1543,71149 +"13685",1543,123494 +"13686",1544,94019 +"13687",1545,42038 +"13688",1545,54607 +"13689",1545,98666 +"13690",1546,2472 +"13691",1546,3548 +"13692",1546,7174 +"13693",1546,16301 +"13694",1546,17664 +"13695",1546,18279 +"13696",1546,20349 +"13697",1546,35664 +"13698",1546,38128 +"13699",1546,53200 +"13700",1546,53415 +"13701",1546,54065 +"13702",1546,68340 +"13703",1546,68428 +"13704",1546,72600 +"13705",1546,84546 +"13706",1546,97278 +"13707",1546,99603 +"13708",1546,100941 +"13709",1546,109035 +"13710",1546,109761 +"13711",1547,121409 +"13712",1548,1700 +"13713",1548,6197 +"13714",1548,28511 +"13715",1548,32345 +"13716",1548,67423 +"13717",1548,68012 +"13718",1548,68364 +"13719",1548,70625 +"13720",1548,78199 +"13721",1548,119568 +"13722",1549,19502 +"13723",1549,19924 +"13724",1549,69345 +"13725",1549,84415 +"13726",1549,112003 +"13727",1550,1687 +"13728",1550,9513 +"13729",1550,11549 +"13730",1550,28703 +"13731",1550,36442 +"13732",1550,37914 +"13733",1550,38277 +"13734",1550,55206 +"13735",1550,69567 +"13736",1550,73192 +"13737",1550,84458 +"13738",1550,95682 +"13739",1550,95961 +"13740",1551,15548 +"13741",1551,24268 +"13742",1551,90841 +"13743",1552,79210 +"13744",1553,1565 +"13745",1553,31018 +"13746",1553,44094 +"13747",1554,56317 +"13748",1555,2975 +"13749",1555,4914 +"13750",1555,6541 +"13751",1555,20754 +"13752",1555,36437 +"13753",1555,38126 +"13754",1555,38200 +"13755",1555,41886 +"13756",1555,75299 +"13757",1555,79738 +"13758",1555,82669 +"13759",1555,85280 +"13760",1555,93938 +"13761",1555,100116 +"13762",1555,107609 +"13763",1555,119192 +"13764",1556,15809 +"13765",1556,27848 +"13766",1556,28020 +"13767",1556,45487 +"13768",1556,47827 +"13769",1556,68862 +"13770",1556,80728 +"13771",1556,86350 +"13772",1557,61020 +"13773",1558,83832 +"13774",1558,95581 +"13775",1559,21619 +"13776",1559,42046 +"13777",1559,58802 +"13778",1560,3077 +"13779",1560,5266 +"13780",1560,5282 +"13781",1560,6130 +"13782",1560,8525 +"13783",1560,8771 +"13784",1560,8833 +"13785",1560,8880 +"13786",1560,9716 +"13787",1560,10200 +"13788",1560,11429 +"13789",1560,12973 +"13790",1560,14719 +"13791",1560,23345 +"13792",1560,24086 +"13793",1560,25468 +"13794",1560,33805 +"13795",1560,37342 +"13796",1560,40392 +"13797",1560,41185 +"13798",1560,41475 +"13799",1560,45192 +"13800",1560,52147 +"13801",1560,58769 +"13802",1561,5896 +"13803",1561,6459 +"13804",1561,7798 +"13805",1561,8865 +"13806",1561,24011 +"13807",1561,31747 +"13808",1561,34172 +"13809",1561,34310 +"13810",1561,34993 +"13811",1561,35903 +"13812",1561,38764 +"13813",1561,48377 +"13814",1561,52315 +"13815",1561,55861 +"13816",1561,62966 +"13817",1561,82333 +"13818",1561,115786 +"13819",1562,11127 +"13820",1562,17061 +"13821",1562,25721 +"13822",1562,33838 +"13823",1562,67034 +"13824",1562,76670 +"13825",1563,37773 +"13826",1564,2296 +"13827",1564,12280 +"13828",1564,12448 +"13829",1564,15749 +"13830",1564,20363 +"13831",1564,21371 +"13832",1564,21580 +"13833",1564,31541 +"13834",1564,34491 +"13835",1564,39572 +"13836",1564,44106 +"13837",1564,49864 +"13838",1564,50038 +"13839",1564,53228 +"13840",1564,53260 +"13841",1564,53650 +"13842",1564,57369 +"13843",1564,61687 +"13844",1564,66870 +"13845",1564,73948 +"13846",1564,77163 +"13847",1564,78142 +"13848",1564,81136 +"13849",1564,95239 +"13850",1566,5626 +"13851",1566,11127 +"13852",1566,12381 +"13853",1566,27162 +"13854",1566,30100 +"13855",1566,30153 +"13856",1566,30461 +"13857",1566,37482 +"13858",1566,38630 +"13859",1566,45576 +"13860",1566,47489 +"13861",1566,53681 +"13862",1566,57828 +"13863",1566,82914 +"13864",1566,82937 +"13865",1566,90860 +"13866",1566,102461 +"13867",1566,105217 +"13868",1566,105872 +"13869",1566,107636 +"13870",1567,10370 +"13871",1567,40425 +"13872",1567,44089 +"13873",1568,3481 +"13874",1568,15253 +"13875",1568,31317 +"13876",1568,44487 +"13877",1568,61433 +"13878",1568,62022 +"13879",1568,72809 +"13880",1569,8010 +"13881",1569,10777 +"13882",1569,35948 +"13883",1569,76041 +"13884",1570,2733 +"13885",1570,5463 +"13886",1570,5524 +"13887",1570,7648 +"13888",1570,10755 +"13889",1570,12214 +"13890",1570,44241 +"13891",1570,44466 +"13892",1571,2061 +"13893",1571,6851 +"13894",1571,11023 +"13895",1571,12519 +"13896",1571,20941 +"13897",1571,20942 +"13898",1571,20991 +"13899",1571,21007 +"13900",1571,21008 +"13901",1571,23966 +"13902",1571,25772 +"13903",1571,27686 +"13904",1571,29837 +"13905",1571,30305 +"13906",1571,31185 +"13907",1571,32384 +"13908",1571,38691 +"13909",1571,38915 +"13910",1571,44609 +"13911",1571,44660 +"13912",1571,46134 +"13913",1571,50313 +"13914",1571,55491 +"13915",1571,56001 +"13916",1571,56841 +"13917",1571,59703 +"13918",1571,61879 +"13919",1571,62426 +"13920",1571,62595 +"13921",1571,63019 +"13922",1571,64895 +"13923",1571,93361 +"13924",1572,2642 +"13925",1572,19790 +"13926",1572,26876 +"13927",1572,33872 +"13928",1572,46662 +"13929",1572,51517 +"13930",1572,54800 +"13931",1572,58497 +"13932",1572,61905 +"13933",1572,115316 +"13934",1572,121703 +"13935",1573,2833 +"13936",1573,27079 +"13937",1573,30978 +"13938",1573,49098 +"13939",1573,55423 +"13940",1574,7091 +"13941",1574,9963 +"13942",1574,18275 +"13943",1574,18870 +"13944",1574,21740 +"13945",1574,25155 +"13946",1574,30096 +"13947",1574,51750 +"13948",1574,64257 +"13949",1574,78203 +"13950",1574,78323 +"13951",1574,85525 +"13952",1575,33323 +"13953",1575,38200 +"13954",1575,57273 +"13955",1575,75299 +"13956",1575,93105 +"13957",1575,93242 +"13958",1575,107609 +"13959",1576,25256 +"13960",1577,2078 +"13961",1577,17635 +"13962",1577,71775 +"13963",1578,1594 +"13964",1578,1640 +"13965",1578,6409 +"13966",1578,9445 +"13967",1579,3657 +"13968",1579,4465 +"13969",1579,6633 +"13970",1579,8248 +"13971",1579,9053 +"13972",1579,10502 +"13973",1579,12451 +"13974",1579,12762 +"13975",1579,14586 +"13976",1579,15749 +"13977",1579,16412 +"13978",1579,20363 +"13979",1579,31541 +"13980",1579,32211 +"13981",1579,55541 +"13982",1579,68833 +"13983",1579,86810 +"13984",1580,26624 +"13985",1581,15733 +"13986",1581,34037 +"13987",1581,41908 +"13988",1581,52517 +"13989",1581,55438 +"13990",1581,56595 +"13991",1581,56767 +"13992",1581,67645 +"13993",1581,86448 +"13994",1581,86580 +"13995",1581,86622 +"13996",1582,5337 +"13997",1582,11781 +"13998",1582,17963 +"13999",1583,1631 +"14000",1583,1883 +"14001",1583,2147 +"14002",1583,14717 +"14003",1583,19596 +"14004",1583,29217 +"14005",1584,33412 +"14006",1584,42137 +"14007",1585,1979 +"14008",1585,2032 +"14009",1585,2042 +"14010",1585,2424 +"14011",1585,2456 +"14012",1585,2469 +"14013",1585,2470 +"14014",1585,2530 +"14015",1585,2533 +"14016",1585,2534 +"14017",1585,2552 +"14018",1585,3072 +"14019",1585,3283 +"14020",1585,3286 +"14021",1585,3305 +"14022",1585,3354 +"14023",1585,9405 +"14024",1585,21730 +"14025",1585,22212 +"14026",1585,22407 +"14027",1585,39036 +"14028",1585,39441 +"14029",1585,39469 +"14030",1585,39488 +"14031",1585,39506 +"14032",1585,53814 +"14033",1585,68214 +"14034",1585,68215 +"14035",1585,88034 +"14036",1586,17816 +"14037",1586,40193 +"14038",1586,89355 +"14039",1586,92394 +"14040",1587,2681 +"14041",1587,3271 +"14042",1587,3903 +"14043",1587,6347 +"14044",1587,7085 +"14045",1587,9270 +"14046",1587,9272 +"14047",1587,9505 +"14048",1587,10784 +"14049",1587,11913 +"14050",1587,12428 +"14051",1587,12807 +"14052",1587,13142 +"14053",1587,16689 +"14054",1587,19036 +"14055",1587,19391 +"14056",1587,23075 +"14057",1587,24621 +"14058",1587,25606 +"14059",1587,28530 +"14060",1587,30258 +"14061",1587,33939 +"14062",1587,38185 +"14063",1587,38683 +"14064",1587,40245 +"14065",1587,43226 +"14066",1587,44655 +"14067",1587,44973 +"14068",1587,46177 +"14069",1587,47048 +"14070",1587,48110 +"14071",1587,58508 +"14072",1587,59731 +"14073",1587,62642 +"14074",1587,63669 +"14075",1587,68091 +"14076",1587,69335 +"14077",1587,75245 +"14078",1587,75776 +"14079",1587,75956 +"14080",1587,76387 +"14081",1587,78978 +"14082",1587,79212 +"14083",1587,79241 +"14084",1587,79579 +"14085",1587,80239 +"14086",1587,80301 +"14087",1587,81397 +"14088",1587,88340 +"14089",1587,88749 +"14090",1587,89069 +"14091",1587,89373 +"14092",1587,89995 +"14093",1587,90919 +"14094",1587,90936 +"14095",1587,92861 +"14096",1587,93097 +"14097",1587,94231 +"14098",1587,95489 +"14099",1587,96247 +"14100",1587,96363 +"14101",1587,97898 +"14102",1588,12812 +"14103",1588,47807 +"14104",1588,78949 +"14105",1589,10921 +"14106",1589,24842 +"14107",1589,26002 +"14108",1589,28173 +"14109",1589,32728 +"14110",1589,37627 +"14111",1589,47049 +"14112",1589,47625 +"14113",1589,49334 +"14114",1589,49646 +"14115",1589,49800 +"14116",1589,82893 +"14117",1589,107012 +"14118",1589,107033 +"14119",1591,15513 +"14120",1591,21446 +"14121",1591,63297 +"14122",1591,99476 +"14123",1591,114959 +"14124",1591,123283 +"14125",1592,1691 +"14126",1592,2580 +"14127",1592,4000 +"14128",1592,5395 +"14129",1592,7063 +"14130",1592,7320 +"14131",1592,10079 +"14132",1592,14529 +"14133",1592,15841 +"14134",1592,16946 +"14135",1592,19416 +"14136",1592,19975 +"14137",1592,20000 +"14138",1592,28808 +"14139",1592,33960 +"14140",1592,41719 +"14141",1592,46621 +"14142",1592,47585 +"14143",1592,49301 +"14144",1592,52327 +"14145",1592,55795 +"14146",1592,61785 +"14147",1592,75921 +"14148",1592,82315 +"14149",1592,84607 +"14150",1592,88232 +"14151",1592,88237 +"14152",1592,96261 +"14153",1593,11474 +"14154",1593,26895 +"14155",1593,60897 +"14156",1594,1640 +"14157",1594,6409 +"14158",1594,6810 +"14159",1594,9445 +"14160",1594,16679 +"14161",1594,19821 +"14162",1594,24866 +"14163",1594,38636 +"14164",1594,39618 +"14165",1594,39654 +"14166",1594,40571 +"14167",1594,47534 +"14168",1594,49550 +"14169",1594,52589 +"14170",1594,53327 +"14171",1594,53707 +"14172",1594,53899 +"14173",1595,4612 +"14174",1595,10730 +"14175",1595,14896 +"14176",1595,17573 +"14177",1595,30510 +"14178",1595,33963 +"14179",1595,35477 +"14180",1595,59300 +"14181",1595,68539 +"14182",1596,7296 +"14183",1596,61603 +"14184",1596,61626 +"14185",1597,1859 +"14186",1597,3898 +"14187",1597,3977 +"14188",1597,5934 +"14189",1597,8855 +"14190",1597,8856 +"14191",1597,9782 +"14192",1597,12394 +"14193",1597,12759 +"14194",1597,20688 +"14195",1597,25373 +"14196",1597,34496 +"14197",1597,37636 +"14198",1597,41723 +"14199",1597,43655 +"14200",1597,44209 +"14201",1597,49657 +"14202",1597,58692 +"14203",1597,73148 +"14204",1597,93421 +"14205",1597,103939 +"14206",1597,112326 +"14207",1598,3824 +"14208",1598,5685 +"14209",1598,13021 +"14210",1598,13025 +"14211",1598,29845 +"14212",1598,84876 +"14213",1598,94989 +"14214",1599,71883 +"14215",1599,116106 +"14216",1600,1616 +"14217",1600,2036 +"14218",1600,6389 +"14219",1600,6765 +"14220",1600,7670 +"14221",1600,12217 +"14222",1600,14022 +"14223",1600,14279 +"14224",1600,25198 +"14225",1600,27985 +"14226",1600,44254 +"14227",1600,52764 +"14228",1600,55081 +"14229",1600,78721 +"14230",1601,2061 +"14231",1601,4001 +"14232",1601,4506 +"14233",1601,4895 +"14234",1601,28909 +"14235",1601,39787 +"14236",1601,45378 +"14237",1601,59156 +"14238",1601,97282 +"14239",1601,97333 +"14240",1602,1630 +"14241",1602,20312 +"14242",1603,2528 +"14243",1603,4048 +"14244",1603,86404 +"14245",1604,33427 +"14246",1605,9584 +"14247",1605,10157 +"14248",1605,13384 +"14249",1605,100682 +"14250",1606,1628 +"14251",1606,5833 +"14252",1606,11840 +"14253",1606,12853 +"14254",1606,29667 +"14255",1606,33653 +"14256",1606,38461 +"14257",1606,47558 +"14258",1606,48625 +"14259",1606,54060 +"14260",1606,60002 +"14261",1606,83460 +"14262",1606,88067 +"14263",1606,91287 +"14264",1606,93778 +"14265",1606,118292 +"14266",1606,119413 +"14267",1607,1681 +"14268",1607,1753 +"14269",1607,1754 +"14270",1608,41847 +"14271",1608,54662 +"14272",1609,2534 +"14273",1609,6777 +"14274",1609,6789 +"14275",1609,6831 +"14276",1610,1675 +"14277",1610,31354 +"14278",1611,3414 +"14279",1612,17386 +"14280",1613,2810 +"14281",1613,9082 +"14282",1613,33346 +"14283",1613,50575 +"14284",1613,80405 +"14285",1613,80665 +"14286",1613,92426 +"14287",1613,104246 +"14288",1613,104257 +"14289",1613,104258 +"14290",1613,107977 +"14291",1614,1662 +"14292",1614,8652 +"14293",1614,9856 +"14294",1614,14633 +"14295",1614,31279 +"14296",1614,31658 +"14297",1614,33852 +"14298",1614,37966 +"14299",1614,44983 +"14300",1614,45037 +"14301",1614,45709 +"14302",1614,47688 +"14303",1614,50102 +"14304",1614,57783 +"14305",1614,59646 +"14306",1614,64335 +"14307",1614,65800 +"14308",1614,67564 +"14309",1614,69362 +"14310",1614,71693 +"14311",1614,71745 +"14312",1614,76590 +"14313",1614,86600 +"14314",1614,88782 +"14315",1614,92517 +"14316",1614,100140 +"14317",1614,105198 +"14318",1614,110250 +"14319",1614,111105 +"14320",1614,122588 +"14321",1614,122819 +"14322",1614,122852 +"14323",1614,122861 +"14324",1614,122863 +"14325",1614,122864 +"14326",1615,41662 +"14327",1615,43730 +"14328",1615,44495 +"14329",1615,86241 +"14330",1616,1719 +"14331",1616,2036 +"14332",1616,2484 +"14333",1616,3161 +"14334",1616,3830 +"14335",1616,3984 +"14336",1616,4057 +"14337",1616,5422 +"14338",1616,5492 +"14339",1616,7323 +"14340",1616,7469 +"14341",1616,8760 +"14342",1616,9121 +"14343",1616,19738 +"14344",1616,22130 +"14345",1616,31206 +"14346",1616,33048 +"14347",1616,35256 +"14348",1616,40019 +"14349",1616,48696 +"14350",1616,50095 +"14351",1616,54234 +"14352",1616,62496 +"14353",1616,64394 +"14354",1616,64416 +"14355",1616,64443 +"14356",1617,4783 +"14357",1617,68359 +"14358",1617,69504 +"14359",1617,76988 +"14360",1617,90599 +"14361",1618,7243 +"14362",1618,11447 +"14363",1618,22447 +"14364",1618,23997 +"14365",1618,24030 +"14366",1618,24208 +"14367",1618,29847 +"14368",1618,29991 +"14369",1618,37308 +"14370",1618,59848 +"14371",1619,3526 +"14372",1619,23517 +"14373",1619,56396 +"14374",1619,65911 +"14375",1619,78182 +"14376",1620,45054 +"14377",1620,48138 +"14378",1620,49770 +"14379",1621,1648 +"14380",1621,8844 +"14381",1621,18878 +"14382",1621,68393 +"14383",1622,3046 +"14384",1622,5068 +"14385",1622,6201 +"14386",1622,8509 +"14387",1622,11717 +"14388",1622,14045 +"14389",1622,19633 +"14390",1622,19810 +"14391",1622,22688 +"14392",1622,24003 +"14393",1622,27270 +"14394",1622,27443 +"14395",1622,27976 +"14396",1622,38632 +"14397",1622,45994 +"14398",1622,50991 +"14399",1623,3954 +"14400",1623,12122 +"14401",1623,19432 +"14402",1623,38347 +"14403",1623,42125 +"14404",1623,42420 +"14405",1623,49937 +"14406",1623,60746 +"14407",1623,61356 +"14408",1624,1708 +"14409",1624,2780 +"14410",1624,4256 +"14411",1624,6507 +"14412",1624,7580 +"14413",1624,11302 +"14414",1624,15243 +"14415",1624,17079 +"14416",1624,21028 +"14417",1624,21889 +"14418",1624,23952 +"14419",1624,31684 +"14420",1624,33974 +"14421",1624,46130 +"14422",1624,54452 +"14423",1624,69454 +"14424",1624,84935 +"14425",1624,106998 +"14426",1624,115828 +"14427",1625,2045 +"14428",1626,4320 +"14429",1626,29113 +"14430",1626,31444 +"14431",1626,38597 +"14432",1626,49309 +"14433",1626,49655 +"14434",1626,64530 +"14435",1627,1834 +"14436",1627,28682 +"14437",1628,10888 +"14438",1628,34666 +"14439",1628,70574 +"14440",1629,11841 +"14441",1629,13211 +"14442",1629,13333 +"14443",1629,14820 +"14444",1629,24327 +"14445",1629,41580 +"14446",1629,68704 +"14447",1629,76483 +"14448",1629,104839 +"14449",1629,108954 +"14450",1630,6487 +"14451",1630,6517 +"14452",1630,20312 +"14453",1630,23705 +"14454",1630,26358 +"14455",1630,27837 +"14456",1630,28755 +"14457",1630,31072 +"14458",1630,34913 +"14459",1630,35509 +"14460",1630,37233 +"14461",1630,50092 +"14462",1630,58962 +"14463",1630,63489 +"14464",1630,65394 +"14465",1630,65625 +"14466",1630,70793 +"14467",1630,74214 +"14468",1630,84940 +"14469",1630,100226 +"14470",1630,105063 +"14471",1630,121664 +"14472",1631,1883 +"14473",1631,2147 +"14474",1631,112494 +"14475",1631,119797 +"14476",1632,16744 +"14477",1632,50735 +"14478",1632,51752 +"14479",1633,7787 +"14480",1633,69299 +"14481",1634,2150 +"14482",1634,41946 +"14483",1634,57897 +"14484",1635,3364 +"14485",1635,8354 +"14486",1635,10473 +"14487",1635,11635 +"14488",1635,19060 +"14489",1635,19807 +"14490",1635,23614 +"14491",1635,38434 +"14492",1635,41091 +"14493",1635,63453 +"14494",1635,87162 +"14495",1636,15153 +"14496",1636,22369 +"14497",1636,26180 +"14498",1636,31289 +"14499",1636,47839 +"14500",1636,61282 +"14501",1636,65935 +"14502",1636,76514 +"14503",1636,94532 +"14504",1637,17504 +"14505",1637,25846 +"14506",1637,30599 +"14507",1637,42387 +"14508",1637,53879 +"14509",1637,57285 +"14510",1637,57300 +"14511",1637,68905 +"14512",1637,69160 +"14513",1638,3651 +"14514",1639,5056 +"14515",1639,5227 +"14516",1639,5750 +"14517",1639,11348 +"14518",1639,11460 +"14519",1639,16780 +"14520",1639,37394 +"14521",1639,48289 +"14522",1639,53618 +"14523",1639,61262 +"14524",1639,75036 +"14525",1639,76770 +"14526",1639,80783 +"14527",1639,93929 +"14528",1639,93949 +"14529",1640,2198 +"14530",1640,4116 +"14531",1640,6409 +"14532",1640,8819 +"14533",1640,10067 +"14534",1640,27162 +"14535",1640,28880 +"14536",1640,31352 +"14537",1640,50015 +"14538",1640,80426 +"14539",1640,113373 +"14540",1641,13072 +"14541",1641,22129 +"14542",1641,25117 +"14543",1641,27622 +"14544",1641,29053 +"14545",1641,34865 +"14546",1641,36837 +"14547",1641,41785 +"14548",1641,43008 +"14549",1641,53497 +"14550",1641,55829 +"14551",1641,63477 +"14552",1641,100241 +"14553",1642,12365 +"14554",1642,23145 +"14555",1642,23407 +"14556",1642,60867 +"14557",1642,69254 +"14558",1643,3647 +"14559",1643,5771 +"14560",1643,28105 +"14561",1643,32774 +"14562",1643,38826 +"14563",1643,49220 +"14564",1643,63542 +"14565",1643,71761 +"14566",1644,13963 +"14567",1644,36862 +"14568",1644,51338 +"14569",1644,53966 +"14570",1644,94842 +"14571",1645,45557 +"14572",1645,64139 +"14573",1646,76649 +"14574",1647,2070 +"14575",1647,2128 +"14576",1647,2138 +"14577",1647,2228 +"14578",1648,5581 +"14579",1648,67702 +"14580",1648,76099 +"14581",1648,85595 +"14582",1649,49618 +"14583",1649,75447 +"14584",1650,1651 +"14585",1650,2389 +"14586",1650,16688 +"14587",1650,89713 +"14588",1651,4985 +"14589",1651,31702 +"14590",1651,35706 +"14591",1651,37871 +"14592",1651,39062 +"14593",1651,42455 +"14594",1651,61576 +"14595",1651,84700 +"14596",1652,9889 +"14597",1653,3697 +"14598",1653,5555 +"14599",1653,7787 +"14600",1653,12511 +"14601",1653,12516 +"14602",1653,23364 +"14603",1653,24459 +"14604",1653,25372 +"14605",1653,29488 +"14606",1653,33103 +"14607",1653,34845 +"14608",1653,38354 +"14609",1653,47934 +"14610",1653,53640 +"14611",1653,77752 +"14612",1653,79589 +"14613",1653,84080 +"14614",1653,102684 +"14615",1653,109627 +"14616",1654,44363 +"14617",1654,44396 +"14618",1655,31070 +"14619",1656,21750 +"14620",1656,53613 +"14621",1656,85388 +"14622",1657,9769 +"14623",1657,41784 +"14624",1657,88357 +"14625",1658,5610 +"14626",1658,7095 +"14627",1658,12517 +"14628",1658,13270 +"14629",1658,20434 +"14630",1658,21811 +"14631",1658,22807 +"14632",1658,23100 +"14633",1658,26007 +"14634",1658,31890 +"14635",1658,31901 +"14636",1658,41968 +"14637",1658,43614 +"14638",1658,50001 +"14639",1658,58646 +"14640",1658,82657 +"14641",1659,1713 +"14642",1659,1714 +"14643",1659,10066 +"14644",1659,29511 +"14645",1659,31413 +"14646",1659,63777 +"14647",1659,94019 +"14648",1659,123220 +"14649",1660,9162 +"14650",1660,9750 +"14651",1660,10258 +"14652",1660,13700 +"14653",1660,26444 +"14654",1661,3404 +"14655",1661,19149 +"14656",1661,37438 +"14657",1663,10883 +"14658",1663,25529 +"14659",1663,53846 +"14660",1663,75831 +"14661",1663,92881 +"14662",1664,16240 +"14663",1664,48617 +"14664",1664,66491 +"14665",1664,73436 +"14666",1664,83114 +"14667",1665,3489 +"14668",1665,19924 +"14669",1665,24847 +"14670",1665,25505 +"14671",1665,39907 +"14672",1665,49055 +"14673",1665,49152 +"14674",1665,54579 +"14675",1666,1723 +"14676",1666,11916 +"14677",1666,19601 +"14678",1666,28126 +"14679",1666,35595 +"14680",1666,69696 +"14681",1666,83892 +"14682",1667,8082 +"14683",1667,50030 +"14684",1667,57034 +"14685",1668,8520 +"14686",1668,10465 +"14687",1668,10534 +"14688",1668,40466 +"14689",1669,6980 +"14690",1669,59166 +"14691",1669,85725 +"14692",1670,5567 +"14693",1670,5982 +"14694",1670,28492 +"14695",1670,30669 +"14696",1670,38440 +"14697",1670,60936 +"14698",1671,1707 +"14699",1671,4270 +"14700",1671,11429 +"14701",1671,13171 +"14702",1671,14165 +"14703",1671,18357 +"14704",1671,33041 +"14705",1671,53024 +"14706",1671,62949 +"14707",1671,65174 +"14708",1672,2262 +"14709",1672,15864 +"14710",1672,16059 +"14711",1672,18917 +"14712",1672,28875 +"14713",1672,29983 +"14714",1672,36237 +"14715",1672,39872 +"14716",1672,43457 +"14717",1672,49763 +"14718",1672,49814 +"14719",1672,49942 +"14720",1672,102074 +"14721",1673,12016 +"14722",1673,83019 +"14723",1675,88197 +"14724",1675,88563 +"14725",1675,104126 +"14726",1675,117069 +"14727",1676,5252 +"14728",1676,5810 +"14729",1676,16497 +"14730",1676,17240 +"14731",1676,17448 +"14732",1676,19528 +"14733",1676,26608 +"14734",1676,31968 +"14735",1676,41272 +"14736",1676,47355 +"14737",1676,53155 +"14738",1676,53789 +"14739",1677,1732 +"14740",1677,1733 +"14741",1677,20895 +"14742",1678,51829 +"14743",1678,110437 +"14744",1679,42448 +"14745",1679,53055 +"14746",1679,109992 +"14747",1680,5692 +"14748",1680,75868 +"14749",1680,78500 +"14750",1681,1753 +"14751",1681,1754 +"14752",1681,6437 +"14753",1681,28986 +"14754",1681,43140 +"14755",1681,80396 +"14756",1681,111241 +"14757",1682,10946 +"14758",1682,54930 +"14759",1682,92073 +"14760",1683,1727 +"14761",1683,8174 +"14762",1683,10620 +"14763",1683,16747 +"14764",1683,41148 +"14765",1683,41158 +"14766",1683,45927 +"14767",1683,46114 +"14768",1683,65508 +"14769",1684,2070 +"14770",1684,3400 +"14771",1684,3920 +"14772",1684,4668 +"14773",1684,4669 +"14774",1684,6298 +"14775",1684,7868 +"14776",1684,10300 +"14777",1684,14819 +"14778",1684,16715 +"14779",1684,18066 +"14780",1684,23462 +"14781",1684,23528 +"14782",1684,25646 +"14783",1684,27775 +"14784",1684,28869 +"14785",1684,41659 +"14786",1684,45357 +"14787",1684,46142 +"14788",1684,46786 +"14789",1684,64578 +"14790",1684,76854 +"14791",1684,83758 +"14792",1684,100672 +"14793",1684,103554 +"14794",1684,105122 +"14795",1685,2324 +"14796",1685,4063 +"14797",1685,4508 +"14798",1685,12007 +"14799",1685,12688 +"14800",1685,13671 +"14801",1685,16646 +"14802",1685,18097 +"14803",1685,18871 +"14804",1685,34200 +"14805",1685,36444 +"14806",1685,40948 +"14807",1685,41274 +"14808",1685,58761 +"14809",1685,69934 +"14810",1685,76676 +"14811",1686,2269 +"14812",1686,4004 +"14813",1686,4041 +"14814",1686,4402 +"14815",1686,4567 +"14816",1686,8181 +"14817",1686,9005 +"14818",1686,10997 +"14819",1686,11507 +"14820",1686,14057 +"14821",1686,15045 +"14822",1686,15470 +"14823",1686,17275 +"14824",1686,18293 +"14825",1686,18825 +"14826",1686,18924 +"14827",1686,21080 +"14828",1686,22519 +"14829",1686,23825 +"14830",1686,24423 +"14831",1686,24935 +"14832",1686,27487 +"14833",1686,31091 +"14834",1686,34252 +"14835",1686,34273 +"14836",1686,34284 +"14837",1686,34317 +"14838",1686,67744 +"14839",1686,70605 +"14840",1686,82908 +"14841",1686,91744 +"14842",1688,1844 +"14843",1688,53728 +"14844",1688,59138 +"14845",1688,66098 +"14846",1688,107738 +"14847",1689,50971 +"14848",1689,78887 +"14849",1689,101098 +"14850",1690,18626 +"14851",1690,47044 +"14852",1690,54346 +"14853",1690,79816 +"14854",1690,94494 +"14855",1691,1711 +"14856",1691,3392 +"14857",1691,3407 +"14858",1691,3890 +"14859",1691,4000 +"14860",1691,6390 +"14861",1691,7063 +"14862",1691,7320 +"14863",1691,8055 +"14864",1691,9689 +"14865",1691,10079 +"14866",1691,13167 +"14867",1691,13294 +"14868",1691,15841 +"14869",1691,17562 +"14870",1691,20407 +"14871",1691,22072 +"14872",1691,24326 +"14873",1691,24649 +"14874",1691,27158 +"14875",1691,32940 +"14876",1691,33622 +"14877",1691,34314 +"14878",1691,36205 +"14879",1691,36439 +"14880",1691,39588 +"14881",1691,40099 +"14882",1691,41224 +"14883",1691,46483 +"14884",1691,46621 +"14885",1691,47585 +"14886",1691,53011 +"14887",1691,59603 +"14888",1691,62407 +"14889",1691,62726 +"14890",1691,68569 +"14891",1691,73374 +"14892",1691,74636 +"14893",1691,76127 +"14894",1691,76192 +"14895",1691,78925 +"14896",1691,79136 +"14897",1691,81413 +"14898",1691,84607 +"14899",1691,88232 +"14900",1691,90643 +"14901",1691,91411 +"14902",1691,92592 +"14903",1691,93540 +"14904",1691,93699 +"14905",1691,94027 +"14906",1691,100502 +"14907",1691,101016 +"14908",1691,105903 +"14909",1691,105950 +"14910",1691,105951 +"14911",1691,105952 +"14912",1691,105988 +"14913",1692,1758 +"14914",1692,1802 +"14915",1692,1809 +"14916",1692,1847 +"14917",1692,2093 +"14918",1692,5845 +"14919",1692,11121 +"14920",1692,19134 +"14921",1692,21876 +"14922",1692,31046 +"14923",1692,49193 +"14924",1692,75422 +"14925",1692,81243 +"14926",1693,18891 +"14927",1693,75381 +"14928",1694,70716 +"14929",1694,81693 +"14930",1694,81757 +"14931",1694,81792 +"14932",1694,94582 +"14933",1695,3903 +"14934",1695,16992 +"14935",1695,25535 +"14936",1695,30845 +"14937",1695,32984 +"14938",1695,35064 +"14939",1695,76020 +"14940",1696,38795 +"14941",1696,71214 +"14942",1696,98331 +"14943",1696,110581 +"14944",1697,121482 +"14945",1698,54017 +"14946",1698,76906 +"14947",1698,80597 +"14948",1698,83390 +"14949",1698,83421 +"14950",1699,1759 +"14951",1699,4619 +"14952",1699,18475 +"14953",1699,39802 +"14954",1699,47069 +"14955",1699,52205 +"14956",1699,53029 +"14957",1699,57287 +"14958",1699,58262 +"14959",1699,78725 +"14960",1699,84185 +"14961",1699,95723 +"14962",1699,117561 +"14963",1700,1821 +"14964",1700,15921 +"14965",1700,20725 +"14966",1700,22116 +"14967",1700,26977 +"14968",1700,28511 +"14969",1700,32345 +"14970",1700,35967 +"14971",1700,37351 +"14972",1700,45677 +"14973",1700,47767 +"14974",1700,55165 +"14975",1700,66105 +"14976",1700,67423 +"14977",1700,68364 +"14978",1700,69429 +"14979",1700,70625 +"14980",1700,71219 +"14981",1700,71259 +"14982",1700,86925 +"14983",1700,107785 +"14984",1700,117306 +"14985",1701,58829 +"14986",1701,69566 +"14987",1701,94625 +"14988",1701,97015 +"14989",1701,100696 +"14990",1701,116278 +"14991",1702,11921 +"14992",1702,12770 +"14993",1702,12823 +"14994",1702,15487 +"14995",1702,15535 +"14996",1702,15670 +"14997",1702,25170 +"14998",1702,38785 +"14999",1702,44322 +"15000",1702,45107 +"15001",1702,47460 +"15002",1702,49643 +"15003",1702,55028 +"15004",1702,68040 +"15005",1702,72919 +"15006",1702,72948 +"15007",1702,81798 +"15008",1703,1704 +"15009",1704,26320 +"15010",1704,46743 +"15011",1704,72170 +"15012",1704,77920 +"15013",1705,98429 +"15014",1706,2457 +"15015",1706,35042 +"15016",1707,13171 +"15017",1707,14165 +"15018",1707,18357 +"15019",1707,23668 +"15020",1707,23752 +"15021",1707,25868 +"15022",1707,57037 +"15023",1707,62949 +"15024",1707,81263 +"15025",1708,2780 +"15026",1708,6507 +"15027",1708,7580 +"15028",1708,7604 +"15029",1708,8753 +"15030",1708,17079 +"15031",1708,17453 +"15032",1708,26743 +"15033",1708,33974 +"15034",1708,35092 +"15035",1708,39312 +"15036",1708,42382 +"15037",1708,46616 +"15038",1708,47607 +"15039",1708,53584 +"15040",1708,73701 +"15041",1708,76796 +"15042",1708,78341 +"15043",1708,78396 +"15044",1708,87295 +"15045",1708,90456 +"15046",1708,99425 +"15047",1709,59265 +"15048",1710,1748 +"15049",1710,11595 +"15050",1710,28610 +"15051",1711,36439 +"15052",1711,41224 +"15053",1711,93699 +"15054",1712,2846 +"15055",1712,10277 +"15056",1712,21223 +"15057",1712,104270 +"15058",1713,1714 +"15059",1713,1875 +"15060",1713,7858 +"15061",1713,50284 +"15062",1713,92529 +"15063",1715,1716 +"15064",1716,20856 +"15065",1716,48477 +"15066",1716,53792 +"15067",1716,67536 +"15068",1716,70456 +"15069",1716,77576 +"15070",1716,92840 +"15071",1717,11290 +"15072",1717,91112 +"15073",1718,41159 +"15074",1718,52618 +"15075",1719,1777 +"15076",1719,2640 +"15077",1719,2662 +"15078",1719,3984 +"15079",1719,4057 +"15080",1719,4940 +"15081",1719,5444 +"15082",1719,7323 +"15083",1719,7605 +"15084",1719,9553 +"15085",1719,11007 +"15086",1719,15273 +"15087",1719,22749 +"15088",1719,35256 +"15089",1719,37570 +"15090",1719,37682 +"15091",1719,39548 +"15092",1719,48696 +"15093",1719,58357 +"15094",1719,62496 +"15095",1719,68610 +"15096",1719,71415 +"15097",1719,71496 +"15098",1720,14885 +"15099",1720,14925 +"15100",1720,17431 +"15101",1720,20529 +"15102",1720,25760 +"15103",1720,35909 +"15104",1720,35910 +"15105",1720,35935 +"15106",1720,36001 +"15107",1720,36029 +"15108",1720,36045 +"15109",1720,36046 +"15110",1720,36080 +"15111",1720,36081 +"15112",1720,36082 +"15113",1720,36102 +"15114",1721,10543 +"15115",1721,13868 +"15116",1721,17351 +"15117",1721,26295 +"15118",1721,27642 +"15119",1721,46042 +"15120",1721,48671 +"15121",1721,69652 +"15122",1721,101446 +"15123",1722,15089 +"15124",1722,18059 +"15125",1722,59013 +"15126",1722,59038 +"15127",1724,20174 +"15128",1724,20770 +"15129",1724,35784 +"15130",1724,36979 +"15131",1724,52896 +"15132",1724,99066 +"15133",1725,7231 +"15134",1726,5447 +"15135",1726,6917 +"15136",1726,8777 +"15137",1726,20745 +"15138",1726,20892 +"15139",1726,38133 +"15140",1726,39421 +"15141",1726,40711 +"15142",1726,46916 +"15143",1726,57591 +"15144",1726,65777 +"15145",1726,74333 +"15146",1726,98576 +"15147",1726,98711 +"15148",1726,98712 +"15149",1727,10620 +"15150",1727,16747 +"15151",1727,32267 +"15152",1727,34595 +"15153",1727,40775 +"15154",1727,41148 +"15155",1727,41158 +"15156",1727,45974 +"15157",1727,49472 +"15158",1727,65508 +"15159",1727,82735 +"15160",1728,1829 +"15161",1728,2275 +"15162",1728,9444 +"15163",1728,20745 +"15164",1728,33538 +"15165",1728,42066 +"15166",1728,54047 +"15167",1728,61333 +"15168",1728,69338 +"15169",1728,76482 +"15170",1728,102943 +"15171",1729,10612 +"15172",1729,49664 +"15173",1729,54929 +"15174",1729,61542 +"15175",1730,6823 +"15176",1730,94597 +"15177",1730,102951 +"15178",1731,4415 +"15179",1732,1733 +"15180",1733,59615 +"15181",1734,41191 +"15182",1734,83616 +"15183",1735,1970 +"15184",1735,6992 +"15185",1735,17026 +"15186",1735,27829 +"15187",1735,33314 +"15188",1735,34641 +"15189",1735,35053 +"15190",1735,39365 +"15191",1735,64496 +"15192",1735,74187 +"15193",1735,104789 +"15194",1735,115237 +"15195",1735,117186 +"15196",1735,120467 +"15197",1736,10956 +"15198",1736,87653 +"15199",1737,17394 +"15200",1737,23796 +"15201",1737,23899 +"15202",1737,23902 +"15203",1737,72435 +"15204",1738,6663 +"15205",1738,8785 +"15206",1738,13537 +"15207",1738,17814 +"15208",1738,22826 +"15209",1738,23355 +"15210",1738,30866 +"15211",1738,31857 +"15212",1738,32109 +"15213",1738,35894 +"15214",1738,51427 +"15215",1738,52838 +"15216",1738,108119 +"15217",1739,10563 +"15218",1739,15259 +"15219",1739,21220 +"15220",1739,45188 +"15221",1739,66527 +"15222",1739,86375 +"15223",1739,95065 +"15224",1739,96028 +"15225",1740,32989 +"15226",1740,46491 +"15227",1740,95491 +"15228",1740,103895 +"15229",1740,106257 +"15230",1741,1742 +"15231",1742,9259 +"15232",1742,15809 +"15233",1742,61779 +"15234",1742,68862 +"15235",1742,101642 +"15236",1743,4723 +"15237",1743,4879 +"15238",1743,7703 +"15239",1743,36808 +"15240",1743,53144 +"15241",1743,53569 +"15242",1743,82076 +"15243",1743,102220 +"15244",1743,104260 +"15245",1743,109409 +"15246",1743,109427 +"15247",1743,109437 +"15248",1744,6531 +"15249",1744,13306 +"15250",1744,26546 +"15251",1744,31372 +"15252",1744,35813 +"15253",1744,83483 +"15254",1745,27809 +"15255",1745,37573 +"15256",1745,63159 +"15257",1745,86319 +"15258",1745,104836 +"15259",1746,6470 +"15260",1746,9187 +"15261",1746,15472 +"15262",1746,50482 +"15263",1746,58568 +"15264",1746,61947 +"15265",1746,64009 +"15266",1746,67739 +"15267",1746,86181 +"15268",1746,86233 +"15269",1746,88717 +"15270",1746,88828 +"15271",1746,95453 +"15272",1746,99423 +"15273",1746,105574 +"15274",1746,106269 +"15275",1746,121370 +"15276",1746,121410 +"15277",1746,121411 +"15278",1747,3513 +"15279",1747,23710 +"15280",1747,27476 +"15281",1747,54389 +"15282",1747,56577 +"15283",1747,58715 +"15284",1747,65551 +"15285",1747,103218 +"15286",1748,25588 +"15287",1748,58177 +"15288",1748,109264 +"15289",1749,18962 +"15290",1749,20267 +"15291",1749,41581 +"15292",1749,56839 +"15293",1749,59904 +"15294",1749,74852 +"15295",1749,100182 +"15296",1750,24267 +"15297",1751,7491 +"15298",1751,11297 +"15299",1751,18741 +"15300",1751,22530 +"15301",1751,30749 +"15302",1751,53916 +"15303",1751,59609 +"15304",1751,64615 +"15305",1751,78366 +"15306",1751,87960 +"15307",1751,88049 +"15308",1751,97377 +"15309",1751,103572 +"15310",1751,103718 +"15311",1751,105284 +"15312",1751,105292 +"15313",1751,105301 +"15314",1751,122577 +"15315",1751,122716 +"15316",1752,5705 +"15317",1752,6712 +"15318",1752,7944 +"15319",1752,8856 +"15320",1752,9933 +"15321",1752,12171 +"15322",1752,12410 +"15323",1752,15019 +"15324",1752,15532 +"15325",1752,15908 +"15326",1752,17536 +"15327",1752,18270 +"15328",1752,20449 +"15329",1752,21088 +"15330",1752,23847 +"15331",1752,24012 +"15332",1752,24910 +"15333",1752,25758 +"15334",1752,26537 +"15335",1752,26872 +"15336",1752,28767 +"15337",1752,28871 +"15338",1752,30334 +"15339",1752,35496 +"15340",1752,37610 +"15341",1752,37636 +"15342",1752,39435 +"15343",1752,40131 +"15344",1752,40166 +"15345",1752,40392 +"15346",1752,40905 +"15347",1752,41030 +"15348",1752,41527 +"15349",1752,41529 +"15350",1752,41778 +"15351",1752,43147 +"15352",1752,43234 +"15353",1752,43858 +"15354",1752,44828 +"15355",1752,45657 +"15356",1752,45933 +"15357",1752,46434 +"15358",1752,46788 +"15359",1752,47123 +"15360",1752,47488 +"15361",1752,48909 +"15362",1752,49859 +"15363",1752,50064 +"15364",1752,50067 +"15365",1752,50554 +"15366",1752,50879 +"15367",1752,51783 +"15368",1752,52018 +"15369",1752,53444 +"15370",1752,53527 +"15371",1752,53555 +"15372",1752,54275 +"15373",1752,56628 +"15374",1752,58004 +"15375",1752,58068 +"15376",1752,58633 +"15377",1752,61111 +"15378",1752,61127 +"15379",1752,68287 +"15380",1752,74233 +"15381",1753,1754 +"15382",1753,93089 +"15383",1753,119447 +"15384",1754,7878 +"15385",1754,15260 +"15386",1754,29034 +"15387",1754,35742 +"15388",1754,39928 +"15389",1754,46608 +"15390",1754,69514 +"15391",1754,80756 +"15392",1754,95890 +"15393",1754,100129 +"15394",1755,3139 +"15395",1755,3153 +"15396",1755,3662 +"15397",1755,4724 +"15398",1755,5803 +"15399",1755,12155 +"15400",1755,13075 +"15401",1755,13518 +"15402",1755,14548 +"15403",1755,19128 +"15404",1755,23312 +"15405",1755,23648 +"15406",1755,27427 +"15407",1755,30603 +"15408",1755,38166 +"15409",1755,39291 +"15410",1755,45175 +"15411",1755,45391 +"15412",1755,48283 +"15413",1755,51243 +"15414",1755,51328 +"15415",1755,57836 +"15416",1756,6004 +"15417",1756,16106 +"15418",1756,29193 +"15419",1756,38891 +"15420",1756,55386 +"15421",1756,57402 +"15422",1756,65419 +"15423",1756,82924 +"15424",1756,87550 +"15425",1756,95451 +"15426",1756,113860 +"15427",1756,113881 +"15428",1757,1800 +"15429",1757,17743 +"15430",1757,33107 +"15431",1757,41686 +"15432",1757,48277 +"15433",1758,1809 +"15434",1758,1847 +"15435",1758,2093 +"15436",1758,36563 +"15437",1758,50564 +"15438",1758,50665 +"15439",1758,57942 +"15440",1758,66682 +"15441",1758,88374 +"15442",1758,90436 +"15443",1758,91656 +"15444",1758,94721 +"15445",1758,97800 +"15446",1758,122663 +"15447",1759,15465 +"15448",1759,46650 +"15449",1760,6506 +"15450",1761,2552 +"15451",1761,15118 +"15452",1761,19899 +"15453",1761,23433 +"15454",1761,27926 +"15455",1761,30917 +"15456",1761,34832 +"15457",1761,39968 +"15458",1761,44272 +"15459",1761,48698 +"15460",1761,49071 +"15461",1761,55440 +"15462",1761,85203 +"15463",1762,46309 +"15464",1762,62167 +"15465",1762,64817 +"15466",1762,71652 +"15467",1762,89426 +"15468",1762,101099 +"15469",1762,112964 +"15470",1762,119705 +"15471",1763,62284 +"15472",1763,78599 +"15473",1763,93025 +"15474",1764,11611 +"15475",1764,38950 +"15476",1764,45975 +"15477",1764,55945 +"15478",1764,59963 +"15479",1764,102307 +"15480",1765,33181 +"15481",1765,44017 +"15482",1765,47418 +"15483",1765,47762 +"15484",1765,51767 +"15485",1765,60563 +"15486",1766,5658 +"15487",1766,6936 +"15488",1766,9389 +"15489",1766,19894 +"15490",1766,23519 +"15491",1766,25743 +"15492",1766,26414 +"15493",1766,26911 +"15494",1766,45802 +"15495",1766,48191 +"15496",1766,56872 +"15497",1766,58854 +"15498",1766,76920 +"15499",1766,85284 +"15500",1766,88858 +"15501",1766,88887 +"15502",1767,2609 +"15503",1767,2644 +"15504",1767,9319 +"15505",1767,35527 +"15506",1767,43404 +"15507",1767,55084 +"15508",1767,72664 +"15509",1767,84505 +"15510",1767,111593 +"15511",1768,1902 +"15512",1768,15765 +"15513",1768,18288 +"15514",1768,26110 +"15515",1768,34934 +"15516",1768,36933 +"15517",1768,48387 +"15518",1768,53124 +"15519",1768,61290 +"15520",1768,66785 +"15521",1768,70463 +"15522",1768,70601 +"15523",1768,72026 +"15524",1768,82909 +"15525",1768,91433 +"15526",1768,96231 +"15527",1768,96239 +"15528",1768,115749 +"15529",1769,1873 +"15530",1769,1875 +"15531",1769,10827 +"15532",1769,29511 +"15533",1769,67781 +"15534",1770,13907 +"15535",1770,55667 +"15536",1771,35400 +"15537",1772,1858 +"15538",1772,18414 +"15539",1772,27104 +"15540",1772,75278 +"15541",1773,2339 +"15542",1775,15384 +"15543",1775,48698 +"15544",1776,1901 +"15545",1776,1939 +"15546",1776,3715 +"15547",1776,3827 +"15548",1776,5154 +"15549",1776,13573 +"15550",1776,16380 +"15551",1776,20186 +"15552",1776,20355 +"15553",1776,22575 +"15554",1776,24404 +"15555",1776,34507 +"15556",1776,49251 +"15557",1776,71869 +"15558",1777,2036 +"15559",1777,2640 +"15560",1777,2662 +"15561",1777,3830 +"15562",1777,4057 +"15563",1777,4940 +"15564",1777,4962 +"15565",1777,5078 +"15566",1777,5422 +"15567",1777,5427 +"15568",1777,5444 +"15569",1777,5457 +"15570",1777,5462 +"15571",1777,5489 +"15572",1777,5492 +"15573",1777,5504 +"15574",1777,7323 +"15575",1777,7591 +"15576",1777,7605 +"15577",1777,7755 +"15578",1777,8611 +"15579",1777,9553 +"15580",1777,19606 +"15581",1777,21649 +"15582",1777,22006 +"15583",1777,22749 +"15584",1777,33072 +"15585",1777,35256 +"15586",1777,37570 +"15587",1777,37682 +"15588",1777,38048 +"15589",1777,40019 +"15590",1777,54234 +"15591",1777,69498 +"15592",1777,73227 +"15593",1777,76364 +"15594",1777,81278 +"15595",1777,85430 +"15596",1777,89958 +"15597",1777,94440 +"15598",1777,96536 +"15599",1778,41638 +"15600",1778,82688 +"15601",1778,102060 +"15602",1778,102061 +"15603",1779,3851 +"15604",1779,31070 +"15605",1780,4811 +"15606",1780,6497 +"15607",1780,9495 +"15608",1780,21056 +"15609",1780,23465 +"15610",1780,26898 +"15611",1780,29960 +"15612",1780,34736 +"15613",1780,36280 +"15614",1780,41323 +"15615",1780,43361 +"15616",1780,45326 +"15617",1780,54890 +"15618",1780,60228 +"15619",1780,69570 +"15620",1781,1933 +"15621",1781,14380 +"15622",1781,17554 +"15623",1781,53801 +"15624",1781,54689 +"15625",1781,59872 +"15626",1781,65490 +"15627",1781,67438 +"15628",1781,70686 +"15629",1781,70875 +"15630",1781,70891 +"15631",1781,96003 +"15632",1781,100058 +"15633",1782,17650 +"15634",1782,38381 +"15635",1782,92794 +"15636",1782,103869 +"15637",1783,1961 +"15638",1783,2605 +"15639",1783,7174 +"15640",1783,7297 +"15641",1783,15849 +"15642",1783,22157 +"15643",1783,22442 +"15644",1783,25615 +"15645",1783,26484 +"15646",1783,26526 +"15647",1783,28126 +"15648",1783,28385 +"15649",1783,31163 +"15650",1783,32380 +"15651",1783,37658 +"15652",1783,53768 +"15653",1783,63200 +"15654",1783,63715 +"15655",1783,88151 +"15656",1783,102988 +"15657",1783,106599 +"15658",1784,1968 +"15659",1784,3317 +"15660",1784,32811 +"15661",1784,56429 +"15662",1784,92183 +"15663",1784,97936 +"15664",1784,109843 +"15665",1785,2737 +"15666",1785,3187 +"15667",1785,3366 +"15668",1785,8927 +"15669",1785,11324 +"15670",1785,11391 +"15671",1785,13609 +"15672",1785,20680 +"15673",1785,20820 +"15674",1785,26109 +"15675",1785,34616 +"15676",1785,39102 +"15677",1785,42744 +"15678",1785,45043 +"15679",1785,53282 +"15680",1785,54878 +"15681",1785,58059 +"15682",1785,69349 +"15683",1785,77323 +"15684",1785,86522 +"15685",1785,86546 +"15686",1785,88536 +"15687",1785,92553 +"15688",1785,93507 +"15689",1785,99188 +"15690",1785,103863 +"15691",1786,34400 +"15692",1787,10421 +"15693",1787,10579 +"15694",1787,14861 +"15695",1787,15313 +"15696",1787,15451 +"15697",1787,25197 +"15698",1787,39723 +"15699",1787,42246 +"15700",1787,53775 +"15701",1787,63910 +"15702",1787,76931 +"15703",1788,1790 +"15704",1788,11551 +"15705",1788,13945 +"15706",1788,22574 +"15707",1788,64447 +"15708",1788,67222 +"15709",1788,79124 +"15710",1788,92724 +"15711",1788,105540 +"15712",1788,105651 +"15713",1789,1989 +"15714",1789,13928 +"15715",1789,18565 +"15716",1789,27803 +"15717",1789,30509 +"15718",1789,30510 +"15719",1789,30548 +"15720",1789,31303 +"15721",1789,31304 +"15722",1789,39876 +"15723",1791,2030 +"15724",1791,2679 +"15725",1791,20635 +"15726",1791,23245 +"15727",1791,23355 +"15728",1791,52838 +"15729",1791,61191 +"15730",1791,78802 +"15731",1792,1878 +"15732",1792,15836 +"15733",1792,31257 +"15734",1792,45655 +"15735",1792,55635 +"15736",1793,1808 +"15737",1793,1825 +"15738",1793,1827 +"15739",1793,10350 +"15740",1794,12838 +"15741",1794,72470 +"15742",1794,89332 +"15743",1795,19687 +"15744",1795,30077 +"15745",1795,66125 +"15746",1795,104542 +"15747",1795,115804 +"15748",1795,115827 +"15749",1796,5965 +"15750",1796,10022 +"15751",1796,10280 +"15752",1796,10291 +"15753",1796,18574 +"15754",1796,48815 +"15755",1796,53963 +"15756",1797,4342 +"15757",1797,12845 +"15758",1797,15410 +"15759",1797,18030 +"15760",1797,24058 +"15761",1797,39115 +"15762",1797,47947 +"15763",1798,3217 +"15764",1798,6162 +"15765",1798,7330 +"15766",1798,10390 +"15767",1798,20269 +"15768",1798,31979 +"15769",1798,32015 +"15770",1798,35251 +"15771",1798,35611 +"15772",1798,35672 +"15773",1798,36512 +"15774",1798,39130 +"15775",1798,40278 +"15776",1798,42378 +"15777",1798,43240 +"15778",1798,46934 +"15779",1798,54879 +"15780",1798,72424 +"15781",1799,38700 +"15782",1800,2163 +"15783",1800,2406 +"15784",1800,6190 +"15785",1800,6655 +"15786",1800,23159 +"15787",1800,44079 +"15788",1800,48897 +"15789",1800,64398 +"15790",1800,64437 +"15791",1801,22892 +"15792",1801,26072 +"15793",1801,65993 +"15794",1801,76674 +"15795",1802,2477 +"15796",1802,8730 +"15797",1802,13984 +"15798",1802,22441 +"15799",1802,25161 +"15800",1802,33523 +"15801",1802,33998 +"15802",1802,40191 +"15803",1802,48715 +"15804",1802,51288 +"15805",1802,67246 +"15806",1803,2575 +"15807",1803,2583 +"15808",1803,2586 +"15809",1803,2616 +"15810",1803,4278 +"15811",1803,11978 +"15812",1803,21160 +"15813",1803,23919 +"15814",1803,24063 +"15815",1803,46020 +"15816",1803,66512 +"15817",1803,76450 +"15818",1803,82190 +"15819",1803,85230 +"15820",1803,92627 +"15821",1804,7861 +"15822",1804,13030 +"15823",1804,17785 +"15824",1804,17830 +"15825",1804,23686 +"15826",1804,23706 +"15827",1804,53304 +"15828",1804,57047 +"15829",1804,57778 +"15830",1804,66632 +"15831",1804,69751 +"15832",1804,83468 +"15833",1804,98181 +"15834",1804,102005 +"15835",1804,106821 +"15836",1804,120569 +"15837",1804,120584 +"15838",1804,120585 +"15839",1804,120586 +"15840",1804,120604 +"15841",1804,120627 +"15842",1804,120628 +"15843",1804,120629 +"15844",1804,120630 +"15845",1804,120652 +"15846",1804,123420 +"15847",1804,123421 +"15848",1805,4784 +"15849",1805,18193 +"15850",1805,41489 +"15851",1806,1828 +"15852",1806,3939 +"15853",1806,4175 +"15854",1806,4289 +"15855",1806,6419 +"15856",1806,7115 +"15857",1806,9950 +"15858",1806,14184 +"15859",1806,16127 +"15860",1806,16826 +"15861",1806,17158 +"15862",1806,18103 +"15863",1806,20061 +"15864",1806,22402 +"15865",1806,23461 +"15866",1806,25069 +"15867",1806,28409 +"15868",1806,38227 +"15869",1806,42250 +"15870",1806,42404 +"15871",1806,52294 +"15872",1806,52693 +"15873",1806,57644 +"15874",1806,58184 +"15875",1806,67902 +"15876",1806,69043 +"15877",1806,76208 +"15878",1806,82930 +"15879",1806,83772 +"15880",1806,84119 +"15881",1806,84318 +"15882",1806,84352 +"15883",1807,1842 +"15884",1807,15125 +"15885",1808,1825 +"15886",1808,1827 +"15887",1808,7906 +"15888",1808,19502 +"15889",1808,21274 +"15890",1808,26869 +"15891",1808,31819 +"15892",1808,33872 +"15893",1808,36917 +"15894",1808,45671 +"15895",1808,49477 +"15896",1808,59850 +"15897",1808,68399 +"15898",1808,119433 +"15899",1809,1847 +"15900",1809,2093 +"15901",1809,8733 +"15902",1809,24389 +"15903",1809,24454 +"15904",1809,39529 +"15905",1809,39651 +"15906",1809,39661 +"15907",1810,2690 +"15908",1811,18138 +"15909",1811,22289 +"15910",1811,40724 +"15911",1811,75098 +"15912",1811,76314 +"15913",1811,76767 +"15914",1811,92061 +"15915",1811,103563 +"15916",1811,103579 +"15917",1811,116257 +"15918",1812,89166 +"15919",1812,111327 +"15920",1813,3006 +"15921",1813,5619 +"15922",1813,6763 +"15923",1813,14764 +"15924",1813,19655 +"15925",1813,20725 +"15926",1813,21207 +"15927",1813,55582 +"15928",1813,69711 +"15929",1813,77465 +"15930",1813,81473 +"15931",1814,1815 +"15932",1814,10450 +"15933",1814,13700 +"15934",1814,13879 +"15935",1814,27771 +"15936",1814,27909 +"15937",1814,50581 +"15938",1814,54748 +"15939",1814,60808 +"15940",1816,19283 +"15941",1817,36020 +"15942",1817,51588 +"15943",1817,73668 +"15944",1817,77491 +"15945",1818,13518 +"15946",1818,61603 +"15947",1818,74909 +"15948",1819,3832 +"15949",1819,9545 +"15950",1819,12157 +"15951",1819,80492 +"15952",1820,6832 +"15953",1820,31307 +"15954",1820,40883 +"15955",1820,51196 +"15956",1820,62299 +"15957",1820,64535 +"15958",1820,79278 +"15959",1821,8402 +"15960",1821,8698 +"15961",1821,20443 +"15962",1821,29473 +"15963",1821,64310 +"15964",1821,74934 +"15965",1821,80714 +"15966",1822,14353 +"15967",1822,14366 +"15968",1822,24710 +"15969",1822,48939 +"15970",1822,76011 +"15971",1822,83826 +"15972",1823,15446 +"15973",1824,11261 +"15974",1824,22747 +"15975",1824,44808 +"15976",1824,57357 +"15977",1824,57568 +"15978",1824,95477 +"15979",1825,1827 +"15980",1825,91008 +"15981",1826,2731 +"15982",1826,8910 +"15983",1826,10977 +"15984",1826,13526 +"15985",1826,32046 +"15986",1826,53323 +"15987",1826,59340 +"15988",1826,113986 +"15989",1827,14893 +"15990",1828,4130 +"15991",1828,6047 +"15992",1828,9950 +"15993",1828,14032 +"15994",1828,16127 +"15995",1828,17158 +"15996",1828,20061 +"15997",1828,25069 +"15998",1828,27085 +"15999",1828,27187 +"16000",1828,28409 +"16001",1828,31767 +"16002",1828,42250 +"16003",1828,44005 +"16004",1828,44581 +"16005",1828,45506 +"16006",1828,46071 +"16007",1828,51299 +"16008",1828,52924 +"16009",1828,58565 +"16010",1828,78032 +"16011",1828,83772 +"16012",1828,86966 +"16013",1828,92478 +"16014",1828,93209 +"16015",1828,122076 +"16016",1829,2275 +"16017",1829,2878 +"16018",1829,8094 +"16019",1829,8868 +"16020",1829,13320 +"16021",1829,14520 +"16022",1829,15311 +"16023",1829,20121 +"16024",1829,26271 +"16025",1829,30351 +"16026",1829,93613 +"16027",1829,106832 +"16028",1830,83592 +"16029",1831,6270 +"16030",1831,7905 +"16031",1831,17134 +"16032",1831,25433 +"16033",1831,35078 +"16034",1831,40459 +"16035",1831,56804 +"16036",1831,56988 +"16037",1831,58907 +"16038",1832,32808 +"16039",1832,66327 +"16040",1832,78270 +"16041",1833,1840 +"16042",1833,5230 +"16043",1833,52688 +"16044",1834,84372 +"16045",1836,3643 +"16046",1837,2340 +"16047",1837,14400 +"16048",1837,35264 +"16049",1837,58527 +"16050",1837,76491 +"16051",1837,77402 +"16052",1837,77634 +"16053",1837,77810 +"16054",1837,77822 +"16055",1837,77869 +"16056",1838,6326 +"16057",1838,95123 +"16058",1839,2906 +"16059",1839,4028 +"16060",1839,7411 +"16061",1839,7444 +"16062",1839,10559 +"16063",1839,10635 +"16064",1839,12060 +"16065",1839,12792 +"16066",1839,22557 +"16067",1839,41499 +"16068",1839,41536 +"16069",1839,42953 +"16070",1839,54875 +"16071",1839,57423 +"16072",1839,57945 +"16073",1839,78267 +"16074",1839,89321 +"16075",1839,91679 +"16076",1841,67121 +"16077",1841,78968 +"16078",1842,15125 +"16079",1842,21877 +"16080",1842,24450 +"16081",1842,66197 +"16082",1842,81500 +"16083",1842,86474 +"16084",1842,103322 +"16085",1842,103723 +"16086",1842,114857 +"16087",1842,120960 +"16088",1842,122021 +"16089",1843,2734 +"16090",1844,9026 +"16091",1845,5321 +"16092",1845,11947 +"16093",1845,18111 +"16094",1845,18974 +"16095",1845,31337 +"16096",1846,2936 +"16097",1846,4915 +"16098",1846,21666 +"16099",1846,26983 +"16100",1846,38785 +"16101",1846,76423 +"16102",1846,98658 +"16103",1847,2005 +"16104",1847,2093 +"16105",1847,3233 +"16106",1847,3945 +"16107",1847,7729 +"16108",1847,17255 +"16109",1847,17956 +"16110",1847,25759 +"16111",1847,40702 +"16112",1847,50033 +"16113",1847,55939 +"16114",1847,84641 +"16115",1848,85951 +"16116",1849,43925 +"16117",1849,88967 +"16118",1849,114263 +"16119",1850,36522 +"16120",1850,63799 +"16121",1850,100198 +"16122",1851,13207 +"16123",1851,22680 +"16124",1851,31513 +"16125",1851,43991 +"16126",1851,94505 +"16127",1851,95578 +"16128",1851,97140 +"16129",1851,97933 +"16130",1851,101146 +"16131",1851,122206 +"16132",1852,11186 +"16133",1852,14879 +"16134",1852,14895 +"16135",1852,14926 +"16136",1853,59949 +"16137",1853,69009 +"16138",1853,76561 +"16139",1854,68411 +"16140",1854,118808 +"16141",1855,7224 +"16142",1856,93955 +"16143",1856,112085 +"16144",1856,116078 +"16145",1857,1869 +"16146",1857,2974 +"16147",1857,3595 +"16148",1857,4226 +"16149",1857,4456 +"16150",1857,4747 +"16151",1857,6672 +"16152",1857,9219 +"16153",1857,11078 +"16154",1857,19604 +"16155",1857,19899 +"16156",1857,24078 +"16157",1857,24789 +"16158",1857,25473 +"16159",1857,26451 +"16160",1857,26530 +"16161",1857,34651 +"16162",1857,64960 +"16163",1859,2296 +"16164",1859,2540 +"16165",1859,5313 +"16166",1859,6045 +"16167",1859,6977 +"16168",1859,9703 +"16169",1859,10807 +"16170",1859,11648 +"16171",1859,13674 +"16172",1859,15879 +"16173",1859,17313 +"16174",1859,20443 +"16175",1859,22116 +"16176",1859,22117 +"16177",1859,22164 +"16178",1859,22275 +"16179",1859,22561 +"16180",1859,22663 +"16181",1859,23539 +"16182",1859,26739 +"16183",1859,34496 +"16184",1859,37351 +"16185",1859,37832 +"16186",1859,45951 +"16187",1859,51607 +"16188",1859,57478 +"16189",1859,63669 +"16190",1859,76286 +"16191",1859,96386 +"16192",1860,53058 +"16193",1861,3441 +"16194",1861,23521 +"16195",1861,52311 +"16196",1861,87453 +"16197",1861,107846 +"16198",1862,1919 +"16199",1862,1928 +"16200",1863,2043 +"16201",1863,2044 +"16202",1864,2083 +"16203",1864,4935 +"16204",1864,71596 +"16205",1864,86646 +"16206",1864,113340 +"16207",1864,113392 +"16208",1864,113394 +"16209",1865,2908 +"16210",1865,3561 +"16211",1865,3994 +"16212",1865,4517 +"16213",1865,25399 +"16214",1865,34168 +"16215",1865,42853 +"16216",1865,46243 +"16217",1865,77969 +"16218",1865,82225 +"16219",1866,3230 +"16220",1866,4082 +"16221",1866,6201 +"16222",1866,6202 +"16223",1866,19290 +"16224",1866,19633 +"16225",1866,20094 +"16226",1866,20192 +"16227",1866,73018 +"16228",1866,77620 +"16229",1866,77806 +"16230",1866,86527 +"16231",1867,1871 +"16232",1867,8087 +"16233",1867,13702 +"16234",1867,30809 +"16235",1867,37577 +"16236",1867,37711 +"16237",1867,39193 +"16238",1867,54651 +"16239",1867,102911 +"16240",1867,107984 +"16241",1868,10625 +"16242",1868,33295 +"16243",1868,45140 +"16244",1868,83934 +"16245",1868,118003 +"16246",1869,4226 +"16247",1869,4456 +"16248",1869,4692 +"16249",1869,4747 +"16250",1869,6672 +"16251",1869,12019 +"16252",1869,19674 +"16253",1869,24914 +"16254",1869,26451 +"16255",1869,29073 +"16256",1869,29996 +"16257",1869,30898 +"16258",1869,34651 +"16259",1869,37190 +"16260",1869,43518 +"16261",1869,48260 +"16262",1869,55543 +"16263",1869,63523 +"16264",1869,85789 +"16265",1870,77745 +"16266",1872,24256 +"16267",1872,29089 +"16268",1872,29340 +"16269",1872,46221 +"16270",1872,88628 +"16271",1872,89246 +"16272",1873,1875 +"16273",1873,3643 +"16274",1873,10601 +"16275",1873,13145 +"16276",1873,19717 +"16277",1873,20230 +"16278",1873,21868 +"16279",1873,22620 +"16280",1873,22705 +"16281",1873,22759 +"16282",1873,22760 +"16283",1873,36018 +"16284",1873,43295 +"16285",1873,44100 +"16286",1873,46725 +"16287",1873,47854 +"16288",1873,49185 +"16289",1874,3729 +"16290",1874,21563 +"16291",1874,21564 +"16292",1874,21625 +"16293",1874,32302 +"16294",1874,33034 +"16295",1874,34197 +"16296",1875,4671 +"16297",1875,5126 +"16298",1875,7858 +"16299",1875,9660 +"16300",1875,15122 +"16301",1875,19717 +"16302",1875,21176 +"16303",1875,29468 +"16304",1875,34654 +"16305",1875,35955 +"16306",1875,37310 +"16307",1875,45561 +"16308",1875,46062 +"16309",1875,47854 +"16310",1875,48571 +"16311",1875,50284 +"16312",1875,92529 +"16313",1876,59624 +"16314",1876,72581 +"16315",1876,96565 +"16316",1876,96676 +"16317",1877,10312 +"16318",1877,21113 +"16319",1877,23786 +"16320",1877,40684 +"16321",1877,63013 +"16322",1877,71493 +"16323",1877,82427 +"16324",1877,86395 +"16325",1878,5263 +"16326",1878,17423 +"16327",1878,22420 +"16328",1878,36422 +"16329",1878,46185 +"16330",1878,46563 +"16331",1878,67383 +"16332",1878,68744 +"16333",1878,81865 +"16334",1879,1886 +"16335",1879,1907 +"16336",1879,1945 +"16337",1879,1956 +"16338",1879,13525 +"16339",1879,15011 +"16340",1879,18748 +"16341",1879,27051 +"16342",1879,29504 +"16343",1879,46678 +"16344",1879,50662 +"16345",1879,97096 +"16346",1879,104265 +"16347",1879,104516 +"16348",1879,104523 +"16349",1880,44832 +"16350",1880,80434 +"16351",1880,101200 +"16352",1880,101211 +"16353",1880,101719 +"16354",1881,1911 +"16355",1881,13284 +"16356",1881,78546 +"16357",1881,83201 +"16358",1882,5991 +"16359",1882,6285 +"16360",1882,8987 +"16361",1882,12181 +"16362",1882,27184 +"16363",1882,27776 +"16364",1882,28770 +"16365",1883,2147 +"16366",1883,32091 +"16367",1883,43913 +"16368",1884,2137 +"16369",1884,4082 +"16370",1884,5352 +"16371",1884,9330 +"16372",1884,13081 +"16373",1884,15289 +"16374",1884,16772 +"16375",1884,34555 +"16376",1884,41199 +"16377",1884,76858 +"16378",1884,102214 +"16379",1885,3533 +"16380",1885,4314 +"16381",1885,14861 +"16382",1885,16912 +"16383",1885,17077 +"16384",1885,31049 +"16385",1885,42225 +"16386",1885,60295 +"16387",1885,63582 +"16388",1886,1907 +"16389",1886,1945 +"16390",1886,1956 +"16391",1886,3476 +"16392",1886,13754 +"16393",1886,27051 +"16394",1886,37060 +"16395",1886,73272 +"16396",1886,108197 +"16397",1887,11120 +"16398",1887,106282 +"16399",1887,106293 +"16400",1887,106305 +"16401",1888,1904 +"16402",1888,6616 +"16403",1888,6618 +"16404",1888,6914 +"16405",1888,11926 +"16406",1888,14631 +"16407",1888,15762 +"16408",1888,22466 +"16409",1888,35471 +"16410",1888,35481 +"16411",1888,59505 +"16412",1888,61219 +"16413",1888,71560 +"16414",1888,71808 +"16415",1888,78076 +"16416",1888,91904 +"16417",1888,98166 +"16418",1888,101927 +"16419",1888,117950 +"16420",1888,122545 +"16421",1889,44193 +"16422",1889,90379 +"16423",1889,93985 +"16424",1890,13535 +"16425",1890,19520 +"16426",1890,20545 +"16427",1890,24177 +"16428",1890,83968 +"16429",1891,16121 +"16430",1891,37051 +"16431",1891,46995 +"16432",1891,79569 +"16433",1892,1969 +"16434",1892,2050 +"16435",1892,3303 +"16436",1892,3324 +"16437",1893,77256 +"16438",1893,111332 +"16439",1894,10973 +"16440",1894,44852 +"16441",1894,110896 +"16442",1895,2055 +"16443",1895,8266 +"16444",1895,10760 +"16445",1895,11485 +"16446",1895,11946 +"16447",1895,14891 +"16448",1895,17201 +"16449",1895,17302 +"16450",1895,18397 +"16451",1895,20056 +"16452",1895,20653 +"16453",1895,26443 +"16454",1895,28043 +"16455",1895,28438 +"16456",1895,28568 +"16457",1895,29296 +"16458",1895,31168 +"16459",1895,31170 +"16460",1895,31181 +"16461",1895,31182 +"16462",1895,31184 +"16463",1895,31238 +"16464",1895,31247 +"16465",1895,31269 +"16466",1895,31314 +"16467",1896,17362 +"16468",1896,89036 +"16469",1896,102226 +"16470",1896,104852 +"16471",1896,106458 +"16472",1896,106576 +"16473",1897,2348 +"16474",1897,2349 +"16475",1897,2879 +"16476",1897,4260 +"16477",1897,18571 +"16478",1897,27783 +"16479",1897,39614 +"16480",1897,52971 +"16481",1897,58686 +"16482",1897,76807 +"16483",1897,79818 +"16484",1897,84580 +"16485",1897,87172 +"16486",1898,4284 +"16487",1898,5769 +"16488",1898,41663 +"16489",1898,41718 +"16490",1898,54671 +"16491",1898,61469 +"16492",1899,1908 +"16493",1899,1963 +"16494",1899,5083 +"16495",1899,19835 +"16496",1899,34425 +"16497",1899,48814 +"16498",1899,54142 +"16499",1899,100619 +"16500",1900,2711 +"16501",1900,41014 +"16502",1900,93802 +"16503",1900,100194 +"16504",1900,103996 +"16505",1900,109148 +"16506",1900,114264 +"16507",1901,1939 +"16508",1903,5825 +"16509",1903,26550 +"16510",1903,27928 +"16511",1903,56099 +"16512",1903,87545 +"16513",1903,104612 +"16514",1904,4568 +"16515",1904,6976 +"16516",1904,8932 +"16517",1904,9204 +"16518",1904,11593 +"16519",1904,11926 +"16520",1904,14631 +"16521",1904,15762 +"16522",1904,17607 +"16523",1904,20993 +"16524",1904,22466 +"16525",1904,26953 +"16526",1904,29115 +"16527",1904,31067 +"16528",1904,35471 +"16529",1904,35472 +"16530",1904,35481 +"16531",1904,37890 +"16532",1904,42188 +"16533",1904,49100 +"16534",1904,52237 +"16535",1904,52253 +"16536",1904,52271 +"16537",1904,53179 +"16538",1904,56871 +"16539",1904,59505 +"16540",1904,68120 +"16541",1904,68561 +"16542",1904,70605 +"16543",1904,71560 +"16544",1904,74506 +"16545",1904,78076 +"16546",1904,91904 +"16547",1904,92194 +"16548",1904,98166 +"16549",1904,101927 +"16550",1905,40568 +"16551",1905,108620 +"16552",1905,117107 +"16553",1906,1948 +"16554",1906,44141 +"16555",1906,58610 +"16556",1906,76071 +"16557",1907,1945 +"16558",1907,1956 +"16559",1907,7384 +"16560",1907,11098 +"16561",1907,27051 +"16562",1907,42039 +"16563",1908,1963 +"16564",1909,8895 +"16565",1909,9416 +"16566",1909,14003 +"16567",1910,19520 +"16568",1910,33813 +"16569",1910,39816 +"16570",1910,49928 +"16571",1910,79342 +"16572",1910,88637 +"16573",1910,105465 +"16574",1910,110906 +"16575",1911,18126 +"16576",1911,22775 +"16577",1911,59732 +"16578",1911,96073 +"16579",1912,17831 +"16580",1912,25894 +"16581",1912,64153 +"16582",1912,69139 +"16583",1913,11909 +"16584",1913,92968 +"16585",1914,2317 +"16586",1914,3777 +"16587",1914,8015 +"16588",1914,14417 +"16589",1914,19049 +"16590",1914,25630 +"16591",1914,28767 +"16592",1914,35637 +"16593",1914,87284 +"16594",1914,87876 +"16595",1914,105898 +"16596",1915,4416 +"16597",1915,82323 +"16598",1917,12590 +"16599",1917,23215 +"16600",1917,25392 +"16601",1917,45429 +"16602",1917,93043 +"16603",1918,58159 +"16604",1918,90748 +"16605",1919,1928 +"16606",1919,2666 +"16607",1919,28100 +"16608",1919,69182 +"16609",1919,100286 +"16610",1919,100297 +"16611",1919,100916 +"16612",1919,120952 +"16613",1920,1921 +"16614",1920,49393 +"16615",1920,49442 +"16616",1920,49443 +"16617",1920,49448 +"16618",1920,49457 +"16619",1921,49393 +"16620",1921,49442 +"16621",1921,49443 +"16622",1921,49448 +"16623",1921,49457 +"16624",1922,9857 +"16625",1922,17986 +"16626",1922,25022 +"16627",1922,34536 +"16628",1922,55496 +"16629",1922,64543 +"16630",1922,68933 +"16631",1923,2253 +"16632",1923,2282 +"16633",1923,15364 +"16634",1923,74016 +"16635",1923,81488 +"16636",1923,102143 +"16637",1923,112152 +"16638",1923,117029 +"16639",1924,14865 +"16640",1924,30673 +"16641",1924,34314 +"16642",1924,34526 +"16643",1924,44289 +"16644",1924,44314 +"16645",1924,48754 +"16646",1924,59077 +"16647",1924,71353 +"16648",1924,79364 +"16649",1924,90845 +"16650",1925,13296 +"16651",1925,53543 +"16652",1926,6519 +"16653",1926,8456 +"16654",1926,15867 +"16655",1926,56723 +"16656",1926,56788 +"16657",1926,58866 +"16658",1926,78083 +"16659",1926,108537 +"16660",1926,108887 +"16661",1927,1994 +"16662",1927,4473 +"16663",1927,31223 +"16664",1927,36896 +"16665",1927,55514 +"16666",1927,55798 +"16667",1928,8257 +"16668",1928,11709 +"16669",1928,20666 +"16670",1928,25837 +"16671",1928,27801 +"16672",1928,34752 +"16673",1928,48902 +"16674",1928,59334 +"16675",1928,65683 +"16676",1928,74304 +"16677",1928,75655 +"16678",1928,92593 +"16679",1928,97859 +"16680",1928,98859 +"16681",1928,115247 +"16682",1929,29566 +"16683",1929,66669 +"16684",1930,4258 +"16685",1930,6288 +"16686",1930,9029 +"16687",1930,18970 +"16688",1930,27592 +"16689",1930,49339 +"16690",1930,49776 +"16691",1930,53062 +"16692",1930,55286 +"16693",1930,62936 +"16694",1930,63597 +"16695",1930,111719 +"16696",1931,2035 +"16697",1931,4802 +"16698",1931,6358 +"16699",1931,8399 +"16700",1931,21111 +"16701",1931,44795 +"16702",1931,49148 +"16703",1931,65111 +"16704",1931,91978 +"16705",1931,92585 +"16706",1931,95845 +"16707",1931,112769 +"16708",1932,16495 +"16709",1932,24284 +"16710",1932,46001 +"16711",1932,46073 +"16712",1932,47369 +"16713",1932,53306 +"16714",1932,82098 +"16715",1932,82116 +"16716",1932,97768 +"16717",1933,5281 +"16718",1933,14380 +"16719",1933,16528 +"16720",1933,16558 +"16721",1933,17554 +"16722",1933,20579 +"16723",1933,25877 +"16724",1933,33800 +"16725",1933,42541 +"16726",1933,42712 +"16727",1933,53801 +"16728",1933,54689 +"16729",1933,59872 +"16730",1933,67438 +"16731",1933,70686 +"16732",1933,70875 +"16733",1933,70891 +"16734",1934,5314 +"16735",1934,9414 +"16736",1934,37548 +"16737",1934,49075 +"16738",1934,53980 +"16739",1934,54263 +"16740",1934,61743 +"16741",1934,61748 +"16742",1934,61749 +"16743",1934,61815 +"16744",1935,11419 +"16745",1935,67756 +"16746",1935,88658 +"16747",1935,100561 +"16748",1936,88505 +"16749",1936,111659 +"16750",1937,3815 +"16751",1937,16501 +"16752",1937,18313 +"16753",1937,27044 +"16754",1937,29286 +"16755",1937,50354 +"16756",1937,56850 +"16757",1937,57697 +"16758",1937,59975 +"16759",1937,85580 +"16760",1938,5003 +"16761",1938,41522 +"16762",1939,3827 +"16763",1939,8041 +"16764",1939,16380 +"16765",1939,17451 +"16766",1939,21951 +"16767",1939,38604 +"16768",1939,38791 +"16769",1939,43199 +"16770",1939,53896 +"16771",1939,72142 +"16772",1939,72713 +"16773",1939,72824 +"16774",1939,72826 +"16775",1939,72830 +"16776",1939,72840 +"16777",1939,72842 +"16778",1939,72847 +"16779",1939,101484 +"16780",1940,3941 +"16781",1940,5953 +"16782",1940,24799 +"16783",1940,30818 +"16784",1940,48620 +"16785",1940,55888 +"16786",1940,57303 +"16787",1940,82814 +"16788",1940,98270 +"16789",1940,98871 +"16790",1940,114788 +"16791",1941,4174 +"16792",1941,6052 +"16793",1941,10713 +"16794",1941,12642 +"16795",1941,17083 +"16796",1941,18995 +"16797",1941,21451 +"16798",1941,25473 +"16799",1941,27792 +"16800",1941,31609 +"16801",1941,33569 +"16802",1941,34885 +"16803",1941,49879 +"16804",1941,56317 +"16805",1941,58133 +"16806",1941,58508 +"16807",1941,79973 +"16808",1941,82180 +"16809",1941,92596 +"16810",1941,112639 +"16811",1942,4482 +"16812",1942,24773 +"16813",1942,95089 +"16814",1943,52611 +"16815",1944,1947 +"16816",1944,1949 +"16817",1944,2575 +"16818",1944,2597 +"16819",1944,6300 +"16820",1944,6768 +"16821",1944,7796 +"16822",1944,8217 +"16823",1944,12705 +"16824",1944,14260 +"16825",1944,16949 +"16826",1944,17727 +"16827",1944,30651 +"16828",1944,43657 +"16829",1944,53636 +"16830",1944,53644 +"16831",1944,54712 +"16832",1944,55366 +"16833",1944,56133 +"16834",1944,67913 +"16835",1944,69847 +"16836",1944,81672 +"16837",1944,82910 +"16838",1944,89778 +"16839",1944,92298 +"16840",1944,107686 +"16841",1944,107706 +"16842",1945,1956 +"16843",1945,10653 +"16844",1945,10986 +"16845",1945,11081 +"16846",1945,11098 +"16847",1945,11099 +"16848",1945,11100 +"16849",1945,27051 +"16850",1945,27123 +"16851",1945,38094 +"16852",1945,83917 +"16853",1946,5935 +"16854",1947,1949 +"16855",1947,6768 +"16856",1947,7796 +"16857",1947,12705 +"16858",1947,14260 +"16859",1947,16949 +"16860",1947,19277 +"16861",1947,22929 +"16862",1947,31900 +"16863",1947,34576 +"16864",1947,53644 +"16865",1947,67913 +"16866",1948,3685 +"16867",1948,8610 +"16868",1948,35668 +"16869",1948,36514 +"16870",1948,38158 +"16871",1948,41091 +"16872",1948,64964 +"16873",1949,7796 +"16874",1949,9265 +"16875",1949,14260 +"16876",1949,29398 +"16877",1949,51287 +"16878",1949,53644 +"16879",1949,55788 +"16880",1949,67913 +"16881",1949,89342 +"16882",1949,97783 +"16883",1949,108336 +"16884",1950,12808 +"16885",1950,41852 +"16886",1950,76005 +"16887",1950,93290 +"16888",1951,52453 +"16889",1951,103296 +"16890",1951,116957 +"16891",1951,121712 +"16892",1952,3226 +"16893",1953,1959 +"16894",1953,2802 +"16895",1953,5199 +"16896",1953,11445 +"16897",1953,12701 +"16898",1953,15441 +"16899",1953,16893 +"16900",1953,23733 +"16901",1953,23820 +"16902",1953,36662 +"16903",1953,51678 +"16904",1953,62126 +"16905",1953,68218 +"16906",1953,75886 +"16907",1953,86104 +"16908",1953,99930 +"16909",1953,99968 +"16910",1953,101056 +"16911",1953,109842 +"16912",1954,17159 +"16913",1954,64054 +"16914",1954,86010 +"16915",1954,120866 +"16916",1954,122493 +"16917",1955,81298 +"16918",1956,9504 +"16919",1956,27051 +"16920",1956,27123 +"16921",1956,38739 +"16922",1956,94350 +"16923",1957,1958 +"16924",1958,71782 +"16925",1958,86678 +"16926",1958,120769 +"16927",1959,23820 +"16928",1959,25886 +"16929",1959,100133 +"16930",1960,30347 +"16931",1960,30358 +"16932",1960,35475 +"16933",1960,82342 +"16934",1961,9086 +"16935",1961,63200 +"16936",1962,2537 +"16937",1962,8738 +"16938",1962,13197 +"16939",1962,14318 +"16940",1962,15278 +"16941",1962,16445 +"16942",1962,16760 +"16943",1962,20022 +"16944",1962,20047 +"16945",1962,20140 +"16946",1962,20176 +"16947",1962,20252 +"16948",1962,20499 +"16949",1962,25378 +"16950",1962,27320 +"16951",1962,27861 +"16952",1962,39482 +"16953",1962,50536 +"16954",1962,53423 +"16955",1962,60506 +"16956",1962,76063 +"16957",1962,84112 +"16958",1963,5736 +"16959",1964,33748 +"16960",1964,38923 +"16961",1964,87991 +"16962",1965,3295 +"16963",1965,114662 +"16964",1966,11876 +"16965",1966,12627 +"16966",1966,14404 +"16967",1966,17088 +"16968",1966,20336 +"16969",1966,20432 +"16970",1966,28642 +"16971",1966,32449 +"16972",1966,32704 +"16973",1966,35319 +"16974",1966,38123 +"16975",1966,85766 +"16976",1966,85809 +"16977",1967,1982 +"16978",1967,1997 +"16979",1967,2003 +"16980",1967,2006 +"16981",1967,2022 +"16982",1967,2631 +"16983",1967,2632 +"16984",1968,3644 +"16985",1968,6973 +"16986",1968,10638 +"16987",1968,11303 +"16988",1968,11349 +"16989",1968,11381 +"16990",1968,11506 +"16991",1968,13172 +"16992",1968,14688 +"16993",1968,16462 +"16994",1968,16546 +"16995",1968,16552 +"16996",1968,16777 +"16997",1968,20210 +"16998",1968,23556 +"16999",1968,26160 +"17000",1968,27314 +"17001",1968,30177 +"17002",1968,31120 +"17003",1968,33853 +"17004",1968,38699 +"17005",1968,43081 +"17006",1968,45443 +"17007",1968,54287 +"17008",1968,68761 +"17009",1968,69335 +"17010",1968,79599 +"17011",1968,79818 +"17012",1968,84310 +"17013",1968,97352 +"17014",1968,100264 +"17015",1968,101228 +"17016",1968,109347 +"17017",1968,110280 +"17018",1968,117513 +"17019",1969,2050 +"17020",1969,3303 +"17021",1969,3324 +"17022",1969,14293 +"17023",1969,16536 +"17024",1969,22756 +"17025",1969,32070 +"17026",1969,40561 +"17027",1969,43367 +"17028",1969,65152 +"17029",1969,79780 +"17030",1969,92463 +"17031",1969,92501 +"17032",1970,5539 +"17033",1970,5713 +"17034",1970,6259 +"17035",1970,8568 +"17036",1970,8783 +"17037",1970,9745 +"17038",1970,12136 +"17039",1970,12816 +"17040",1970,13779 +"17041",1970,18345 +"17042",1970,19447 +"17043",1970,24120 +"17044",1970,25624 +"17045",1970,27876 +"17046",1970,38054 +"17047",1970,41633 +"17048",1970,48598 +"17049",1970,50354 +"17050",1970,54864 +"17051",1970,62929 +"17052",1970,74187 +"17053",1970,111661 +"17054",1970,115237 +"17055",1971,2269 +"17056",1971,2317 +"17057",1971,2856 +"17058",1971,6294 +"17059",1971,6582 +"17060",1971,8353 +"17061",1971,34012 +"17062",1971,47248 +"17063",1971,51017 +"17064",1971,52963 +"17065",1971,63547 +"17066",1971,70020 +"17067",1971,74975 +"17068",1971,82977 +"17069",1971,90921 +"17070",1971,92611 +"17071",1971,95997 +"17072",1971,103935 +"17073",1971,117701 +"17074",1971,117703 +"17075",1971,117707 +"17076",1972,6774 +"17077",1972,6819 +"17078",1972,25685 +"17079",1973,13682 +"17080",1973,14054 +"17081",1973,36357 +"17082",1973,61719 +"17083",1973,68771 +"17084",1973,73466 +"17085",1974,73473 +"17086",1974,95505 +"17087",1975,2138 +"17088",1975,2813 +"17089",1975,2840 +"17090",1975,4669 +"17091",1975,4899 +"17092",1975,5304 +"17093",1975,7889 +"17094",1975,21900 +"17095",1975,38736 +"17096",1975,73267 +"17097",1975,107089 +"17098",1976,16659 +"17099",1976,27200 +"17100",1976,85637 +"17101",1977,2164 +"17102",1977,2784 +"17103",1977,5845 +"17104",1977,6943 +"17105",1977,24581 +"17106",1977,46072 +"17107",1977,48294 +"17108",1977,58301 +"17109",1977,58506 +"17110",1977,75422 +"17111",1978,4725 +"17112",1978,11576 +"17113",1978,20061 +"17114",1978,24834 +"17115",1978,30076 +"17116",1978,37850 +"17117",1978,52924 +"17118",1978,54283 +"17119",1978,56551 +"17120",1978,67902 +"17121",1978,74203 +"17122",1978,74681 +"17123",1978,83772 +"17124",1978,90114 +"17125",1978,90238 +"17126",1978,98406 +"17127",1978,108765 +"17128",1978,117729 +"17129",1978,121043 +"17130",1978,121999 +"17131",1978,123079 +"17132",1978,123085 +"17133",1979,2032 +"17134",1979,2042 +"17135",1979,2424 +"17136",1979,2456 +"17137",1979,2469 +"17138",1979,2470 +"17139",1979,2530 +"17140",1979,2533 +"17141",1979,2534 +"17142",1980,2250 +"17143",1980,2355 +"17144",1980,32042 +"17145",1981,9509 +"17146",1981,11509 +"17147",1981,13253 +"17148",1981,30893 +"17149",1981,31333 +"17150",1981,56335 +"17151",1981,65804 +"17152",1981,88538 +"17153",1981,104547 +"17154",1982,1997 +"17155",1982,2003 +"17156",1982,2006 +"17157",1982,2022 +"17158",1982,2631 +"17159",1982,2632 +"17160",1983,1984 +"17161",1983,2068 +"17162",1983,3276 +"17163",1983,3635 +"17164",1983,3833 +"17165",1983,3855 +"17166",1983,4581 +"17167",1983,4987 +"17168",1983,5686 +"17169",1983,7713 +"17170",1983,8197 +"17171",1983,15104 +"17172",1983,15195 +"17173",1983,15430 +"17174",1983,16381 +"17175",1983,16949 +"17176",1983,18514 +"17177",1983,22299 +"17178",1983,23938 +"17179",1983,24098 +"17180",1983,24250 +"17181",1983,26682 +"17182",1983,28404 +"17183",1983,29741 +"17184",1983,29742 +"17185",1983,30876 +"17186",1983,32393 +"17187",1983,32939 +"17188",1983,33113 +"17189",1983,38494 +"17190",1983,38932 +"17191",1983,40643 +"17192",1983,42017 +"17193",1983,42107 +"17194",1983,45787 +"17195",1983,47083 +"17196",1983,49231 +"17197",1983,50061 +"17198",1983,51079 +"17199",1983,52450 +"17200",1983,54059 +"17201",1983,55370 +"17202",1983,57804 +"17203",1983,59615 +"17204",1983,59940 +"17205",1983,67363 +"17206",1983,71230 +"17207",1983,76278 +"17208",1983,76740 +"17209",1983,76786 +"17210",1983,77272 +"17211",1983,77357 +"17212",1983,77402 +"17213",1983,78248 +"17214",1983,78255 +"17215",1983,78339 +"17216",1983,78445 +"17217",1983,79022 +"17218",1983,79716 +"17219",1983,79989 +"17220",1983,80281 +"17221",1983,81728 +"17222",1983,82196 +"17223",1983,82383 +"17224",1983,82810 +"17225",1983,82854 +"17226",1983,83853 +"17227",1983,83884 +"17228",1983,84379 +"17229",1983,84613 +"17230",1983,85465 +"17231",1983,85610 +"17232",1983,86351 +"17233",1983,86451 +"17234",1983,86882 +"17235",1983,87175 +"17236",1983,87451 +"17237",1983,87521 +"17238",1983,87572 +"17239",1983,87663 +"17240",1983,87721 +"17241",1983,87862 +"17242",1983,95441 +"17243",1984,4289 +"17244",1984,7290 +"17245",1984,13652 +"17246",1984,15820 +"17247",1984,16087 +"17248",1984,24756 +"17249",1984,37739 +"17250",1984,37934 +"17251",1984,46906 +"17252",1984,48856 +"17253",1984,60385 +"17254",1984,67043 +"17255",1985,77441 +"17256",1985,81835 +"17257",1985,83821 +"17258",1985,122978 +"17259",1986,3185 +"17260",1986,6755 +"17261",1986,12441 +"17262",1986,12721 +"17263",1986,16470 +"17264",1986,16819 +"17265",1986,19699 +"17266",1986,23586 +"17267",1986,28140 +"17268",1986,31887 +"17269",1986,35250 +"17270",1986,52399 +"17271",1986,56775 +"17272",1986,67863 +"17273",1986,71523 +"17274",1986,72553 +"17275",1986,79399 +"17276",1986,85250 +"17277",1986,98371 +"17278",1987,3262 +"17279",1987,14797 +"17280",1987,34378 +"17281",1987,39016 +"17282",1987,51053 +"17283",1988,3154 +"17284",1988,3163 +"17285",1989,4461 +"17286",1989,16764 +"17287",1989,35537 +"17288",1989,63050 +"17289",1989,67199 +"17290",1989,72238 +"17291",1990,2472 +"17292",1990,19594 +"17293",1990,28781 +"17294",1990,37568 +"17295",1990,88388 +"17296",1990,89786 +"17297",1990,100424 +"17298",1990,103667 +"17299",1990,107255 +"17300",1990,109508 +"17301",1990,117931 +"17302",1990,118743 +"17303",1990,118745 +"17304",1990,123411 +"17305",1991,3278 +"17306",1991,29718 +"17307",1992,3626 +"17308",1992,22837 +"17309",1992,43834 +"17310",1992,57637 +"17311",1992,64242 +"17312",1992,77011 +"17313",1992,88531 +"17314",1993,3277 +"17315",1993,4032 +"17316",1993,5105 +"17317",1993,6697 +"17318",1993,11136 +"17319",1993,41338 +"17320",1993,44452 +"17321",1993,44474 +"17322",1993,50520 +"17323",1993,51087 +"17324",1993,51512 +"17325",1993,53964 +"17326",1993,54314 +"17327",1993,58235 +"17328",1993,89772 +"17329",1993,102148 +"17330",1993,103466 +"17331",1994,31223 +"17332",1994,55798 +"17333",1995,6821 +"17334",1995,9132 +"17335",1995,12777 +"17336",1995,13306 +"17337",1995,16437 +"17338",1995,23709 +"17339",1995,24396 +"17340",1995,27254 +"17341",1995,35813 +"17342",1995,37045 +"17343",1995,38440 +"17344",1995,38989 +"17345",1995,39581 +"17346",1995,43164 +"17347",1995,45480 +"17348",1995,58988 +"17349",1995,60434 +"17350",1995,60938 +"17351",1995,61791 +"17352",1995,63281 +"17353",1995,65771 +"17354",1995,83460 +"17355",1995,83483 +"17356",1995,85978 +"17357",1995,106454 +"17358",1996,2657 +"17359",1996,3018 +"17360",1996,14149 +"17361",1996,17649 +"17362",1996,21144 +"17363",1996,22415 +"17364",1996,27497 +"17365",1996,37376 +"17366",1996,44674 +"17367",1996,55802 +"17368",1996,58431 +"17369",1996,60155 +"17370",1996,61970 +"17371",1996,65617 +"17372",1996,67018 +"17373",1996,67336 +"17374",1996,69072 +"17375",1996,71971 +"17376",1996,72857 +"17377",1996,72870 +"17378",1996,82949 +"17379",1996,83705 +"17380",1996,84525 +"17381",1996,84535 +"17382",1996,85983 +"17383",1996,88692 +"17384",1996,90926 +"17385",1996,92405 +"17386",1996,98466 +"17387",1996,106475 +"17388",1996,111172 +"17389",1997,2003 +"17390",1997,2006 +"17391",1997,2022 +"17392",1997,2631 +"17393",1997,2632 +"17394",1998,2053 +"17395",1998,2078 +"17396",1998,2556 +"17397",1998,3102 +"17398",1998,3477 +"17399",1998,5301 +"17400",1998,5526 +"17401",1998,5806 +"17402",1998,6053 +"17403",1998,6063 +"17404",1998,6254 +"17405",1998,6560 +"17406",1998,7581 +"17407",1998,8307 +"17408",1998,8534 +"17409",1998,9366 +"17410",1998,11766 +"17411",1998,12735 +"17412",1998,12779 +"17413",1998,13360 +"17414",1998,13942 +"17415",1998,15027 +"17416",1998,15185 +"17417",1998,15216 +"17418",1998,15964 +"17419",1998,16252 +"17420",1998,16872 +"17421",1998,17145 +"17422",1998,17508 +"17423",1998,18060 +"17424",1998,18217 +"17425",1998,22462 +"17426",1998,22823 +"17427",1998,23147 +"17428",1998,23421 +"17429",1998,23632 +"17430",1998,23953 +"17431",1998,24495 +"17432",1998,24710 +"17433",1998,25143 +"17434",1998,25303 +"17435",1998,25664 +"17436",1998,26407 +"17437",1998,27174 +"17438",1998,27196 +"17439",1998,27710 +"17440",1998,28703 +"17441",1998,29253 +"17442",1998,29341 +"17443",1998,29560 +"17444",1998,29573 +"17445",1998,29868 +"17446",1998,32438 +"17447",1998,32967 +"17448",1998,33223 +"17449",1998,33881 +"17450",1998,34097 +"17451",1998,34330 +"17452",1998,34513 +"17453",1998,35400 +"17454",1998,36476 +"17455",1998,36547 +"17456",1998,36745 +"17457",1998,37821 +"17458",1998,37931 +"17459",1998,38319 +"17460",1998,39398 +"17461",1998,39492 +"17462",1998,40320 +"17463",1998,40373 +"17464",1998,40542 +"17465",1998,41182 +"17466",1998,42131 +"17467",1998,46843 +"17468",1998,48331 +"17469",1999,2742 +"17470",1999,3294 +"17471",1999,3336 +"17472",1999,15507 +"17473",1999,22287 +"17474",1999,23976 +"17475",1999,27173 +"17476",1999,28754 +"17477",1999,32158 +"17478",1999,37285 +"17479",1999,39531 +"17480",1999,57149 +"17481",1999,63815 +"17482",1999,76216 +"17483",1999,77141 +"17484",1999,77158 +"17485",1999,77190 +"17486",2000,3110 +"17487",2000,27490 +"17488",2000,27533 +"17489",2000,27542 +"17490",2000,27580 +"17491",2001,6347 +"17492",2001,6973 +"17493",2001,10914 +"17494",2001,11506 +"17495",2001,16552 +"17496",2001,18943 +"17497",2001,23556 +"17498",2001,28099 +"17499",2001,31164 +"17500",2001,32449 +"17501",2001,38699 +"17502",2001,50238 +"17503",2001,54287 +"17504",2001,56338 +"17505",2001,66911 +"17506",2001,68628 +"17507",2001,77572 +"17508",2001,90990 +"17509",2001,113740 +"17510",2001,123156 +"17511",2002,35821 +"17512",2002,99799 +"17513",2003,2006 +"17514",2003,2022 +"17515",2003,2631 +"17516",2003,2632 +"17517",2004,57537 +"17518",2004,98835 +"17519",2005,2008 +"17520",2005,2093 +"17521",2005,3233 +"17522",2005,3246 +"17523",2005,3317 +"17524",2005,9508 +"17525",2005,12846 +"17526",2005,17255 +"17527",2005,17956 +"17528",2005,25759 +"17529",2005,26384 +"17530",2005,30767 +"17531",2005,85455 +"17532",2006,2022 +"17533",2006,2631 +"17534",2006,2632 +"17535",2007,4681 +"17536",2007,98145 +"17537",2007,98153 +"17538",2007,98194 +"17539",2007,98200 +"17540",2008,3233 +"17541",2008,3246 +"17542",2008,39297 +"17543",2009,3071 +"17544",2009,3279 +"17545",2009,3978 +"17546",2009,4069 +"17547",2009,4710 +"17548",2009,5531 +"17549",2009,5867 +"17550",2009,6348 +"17551",2009,6508 +"17552",2009,8855 +"17553",2009,12752 +"17554",2009,15084 +"17555",2009,17285 +"17556",2009,18250 +"17557",2009,18381 +"17558",2009,18904 +"17559",2009,24268 +"17560",2009,25373 +"17561",2009,28578 +"17562",2009,29589 +"17563",2009,30519 +"17564",2009,32913 +"17565",2009,33405 +"17566",2009,36944 +"17567",2009,37095 +"17568",2009,38641 +"17569",2009,41528 +"17570",2009,43252 +"17571",2009,43449 +"17572",2009,46339 +"17573",2009,50474 +"17574",2009,50490 +"17575",2009,50531 +"17576",2009,51728 +"17577",2009,66513 +"17578",2009,67556 +"17579",2009,68193 +"17580",2009,80056 +"17581",2009,80091 +"17582",2009,102379 +"17583",2009,115509 +"17584",2010,19571 +"17585",2011,2402 +"17586",2011,7830 +"17587",2011,20122 +"17588",2011,25727 +"17589",2011,33119 +"17590",2011,65400 +"17591",2011,78451 +"17592",2011,84607 +"17593",2011,110272 +"17594",2011,111019 +"17595",2011,115817 +"17596",2011,116107 +"17597",2011,116108 +"17598",2011,116109 +"17599",2012,49887 +"17600",2012,63456 +"17601",2012,63536 +"17602",2012,63831 +"17603",2013,14582 +"17604",2013,35601 +"17605",2013,59430 +"17606",2013,62443 +"17607",2013,87809 +"17608",2013,87830 +"17609",2013,87832 +"17610",2013,87842 +"17611",2013,112607 +"17612",2013,112618 +"17613",2014,11361 +"17614",2014,19690 +"17615",2014,31211 +"17616",2014,32777 +"17617",2014,36275 +"17618",2014,36440 +"17619",2014,56156 +"17620",2014,63940 +"17621",2014,78800 +"17622",2014,93162 +"17623",2014,96387 +"17624",2014,107921 +"17625",2015,4840 +"17626",2015,12816 +"17627",2015,18848 +"17628",2016,4674 +"17629",2016,10560 +"17630",2016,10896 +"17631",2016,11638 +"17632",2016,11658 +"17633",2016,12794 +"17634",2016,13619 +"17635",2016,13647 +"17636",2016,13915 +"17637",2016,15562 +"17638",2016,19531 +"17639",2016,27046 +"17640",2016,27719 +"17641",2016,27798 +"17642",2016,31394 +"17643",2016,37853 +"17644",2016,48015 +"17645",2016,49765 +"17646",2016,53806 +"17647",2016,60690 +"17648",2016,74578 +"17649",2017,2998 +"17650",2017,120533 +"17651",2018,9742 +"17652",2018,9901 +"17653",2018,92106 +"17654",2019,3102 +"17655",2019,3203 +"17656",2019,5283 +"17657",2019,5430 +"17658",2019,5697 +"17659",2019,5943 +"17660",2019,5971 +"17661",2019,6215 +"17662",2019,6751 +"17663",2019,10105 +"17664",2019,10488 +"17665",2019,12398 +"17666",2019,14020 +"17667",2019,14666 +"17668",2019,18394 +"17669",2019,20737 +"17670",2019,21330 +"17671",2019,21875 +"17672",2019,23222 +"17673",2019,23526 +"17674",2019,23626 +"17675",2019,23715 +"17676",2019,27112 +"17677",2019,27497 +"17678",2019,27586 +"17679",2019,32131 +"17680",2019,32296 +"17681",2019,40028 +"17682",2019,45352 +"17683",2019,45855 +"17684",2019,46266 +"17685",2019,58918 +"17686",2019,60878 +"17687",2019,79082 +"17688",2019,116702 +"17689",2020,3172 +"17690",2020,5569 +"17691",2020,6425 +"17692",2020,7847 +"17693",2020,11389 +"17694",2020,16888 +"17695",2020,18236 +"17696",2020,20319 +"17697",2020,24447 +"17698",2020,26322 +"17699",2020,32745 +"17700",2020,36335 +"17701",2020,36651 +"17702",2020,44585 +"17703",2020,44648 +"17704",2020,57926 +"17705",2020,64181 +"17706",2020,64997 +"17707",2020,80065 +"17708",2020,82754 +"17709",2020,101231 +"17710",2020,102006 +"17711",2020,102107 +"17712",2020,102149 +"17713",2021,9763 +"17714",2021,11781 +"17715",2021,34068 +"17716",2021,42086 +"17717",2022,2631 +"17718",2022,2632 +"17719",2022,111841 +"17720",2023,3281 +"17721",2023,3333 +"17722",2023,3338 +"17723",2023,6631 +"17724",2023,15930 +"17725",2023,16111 +"17726",2023,29095 +"17727",2023,52308 +"17728",2023,53385 +"17729",2024,3266 +"17730",2024,37236 +"17731",2025,2674 +"17732",2025,3327 +"17733",2025,16926 +"17734",2025,32376 +"17735",2025,32802 +"17736",2025,34934 +"17737",2025,41502 +"17738",2025,42403 +"17739",2025,47265 +"17740",2025,47316 +"17741",2025,47328 +"17742",2025,61299 +"17743",2025,85293 +"17744",2025,107900 +"17745",2026,2636 +"17746",2027,6303 +"17747",2027,6469 +"17748",2027,6523 +"17749",2027,6634 +"17750",2028,2972 +"17751",2028,9469 +"17752",2028,14615 +"17753",2028,16013 +"17754",2028,95728 +"17755",2029,6491 +"17756",2029,11321 +"17757",2029,12019 +"17758",2029,12374 +"17759",2029,12820 +"17760",2029,24078 +"17761",2029,26451 +"17762",2029,27792 +"17763",2029,29996 +"17764",2029,30898 +"17765",2029,33956 +"17766",2029,48260 +"17767",2029,51095 +"17768",2029,90361 +"17769",2029,92012 +"17770",2030,5811 +"17771",2030,6307 +"17772",2030,9429 +"17773",2030,20635 +"17774",2030,38901 +"17775",2031,10430 +"17776",2031,18951 +"17777",2031,81148 +"17778",2032,2042 +"17779",2032,2424 +"17780",2032,2456 +"17781",2032,2469 +"17782",2032,2470 +"17783",2032,2530 +"17784",2032,2533 +"17785",2032,2534 +"17786",2032,7042 +"17787",2032,12848 +"17788",2032,19248 +"17789",2032,29783 +"17790",2032,33014 +"17791",2032,48240 +"17792",2032,51041 +"17793",2032,51869 +"17794",2032,55299 +"17795",2032,61982 +"17796",2032,65947 +"17797",2032,66687 +"17798",2033,21241 +"17799",2033,94622 +"17800",2033,96930 +"17801",2034,13633 +"17802",2034,25453 +"17803",2034,45269 +"17804",2034,48603 +"17805",2034,64819 +"17806",2034,77844 +"17807",2034,85027 +"17808",2034,96664 +"17809",2034,101151 +"17810",2035,3917 +"17811",2035,6358 +"17812",2035,8198 +"17813",2035,8522 +"17814",2035,15826 +"17815",2035,18045 +"17816",2035,18113 +"17817",2035,19873 +"17818",2035,21111 +"17819",2035,24027 +"17820",2035,29896 +"17821",2035,33794 +"17822",2035,40024 +"17823",2035,40309 +"17824",2035,41958 +"17825",2035,52292 +"17826",2035,52296 +"17827",2035,65111 +"17828",2035,95845 +"17829",2035,112769 +"17830",2036,4918 +"17831",2036,6389 +"17832",2036,7605 +"17833",2036,7755 +"17834",2036,14573 +"17835",2036,19606 +"17836",2036,25198 +"17837",2036,35256 +"17838",2036,41747 +"17839",2036,42405 +"17840",2036,45465 +"17841",2036,50095 +"17842",2036,52764 +"17843",2036,55081 +"17844",2036,78721 +"17845",2037,3237 +"17846",2037,9628 +"17847",2037,13357 +"17848",2037,13550 +"17849",2037,22578 +"17850",2037,85218 +"17851",2037,91276 +"17852",2037,100201 +"17853",2037,114604 +"17854",2037,114621 +"17855",2038,2430 +"17856",2038,5484 +"17857",2038,9169 +"17858",2038,10823 +"17859",2038,11990 +"17860",2038,14800 +"17861",2038,17056 +"17862",2038,17477 +"17863",2038,24127 +"17864",2038,26884 +"17865",2038,34810 +"17866",2038,39999 +"17867",2038,50072 +"17868",2038,53478 +"17869",2038,60524 +"17870",2038,73960 +"17871",2038,102476 +"17872",2038,111548 +"17873",2039,3353 +"17874",2039,3980 +"17875",2039,11986 +"17876",2039,17991 +"17877",2039,23596 +"17878",2039,33630 +"17879",2039,37518 +"17880",2039,46403 +"17881",2039,56535 +"17882",2039,82986 +"17883",2040,2654 +"17884",2040,16789 +"17885",2040,27421 +"17886",2040,41328 +"17887",2040,48767 +"17888",2040,62261 +"17889",2040,74553 +"17890",2040,75643 +"17891",2040,87728 +"17892",2040,88119 +"17893",2040,88681 +"17894",2040,103750 +"17895",2040,122992 +"17896",2041,8536 +"17897",2041,9498 +"17898",2041,12710 +"17899",2041,12853 +"17900",2041,19848 +"17901",2041,20512 +"17902",2041,20515 +"17903",2041,29335 +"17904",2041,31210 +"17905",2041,31410 +"17906",2041,31435 +"17907",2041,37652 +"17908",2041,39594 +"17909",2041,42942 +"17910",2041,51406 +"17911",2041,71857 +"17912",2041,71860 +"17913",2041,72047 +"17914",2041,88069 +"17915",2042,2424 +"17916",2042,2456 +"17917",2042,2469 +"17918",2042,2470 +"17919",2042,2530 +"17920",2042,2533 +"17921",2042,2534 +"17922",2042,4963 +"17923",2042,23507 +"17924",2042,37860 +"17925",2043,2044 +"17926",2043,35404 +"17927",2043,44599 +"17928",2045,14395 +"17929",2045,17612 +"17930",2045,22270 +"17931",2045,27507 +"17932",2045,36382 +"17933",2045,36465 +"17934",2045,38379 +"17935",2045,61633 +"17936",2045,75222 +"17937",2045,81097 +"17938",2045,93503 +"17939",2046,2531 +"17940",2046,3537 +"17941",2046,12070 +"17942",2046,15180 +"17943",2046,16108 +"17944",2046,20843 +"17945",2046,26179 +"17946",2046,29289 +"17947",2046,29977 +"17948",2046,30305 +"17949",2046,48998 +"17950",2046,54693 +"17951",2046,90943 +"17952",2047,2362 +"17953",2047,2816 +"17954",2047,3293 +"17955",2047,3723 +"17956",2047,7400 +"17957",2047,8738 +"17958",2047,9529 +"17959",2047,13792 +"17960",2047,16830 +"17961",2047,18570 +"17962",2047,18582 +"17963",2047,21393 +"17964",2047,31542 +"17965",2047,34387 +"17966",2047,34753 +"17967",2047,41391 +"17968",2047,72009 +"17969",2047,72269 +"17970",2048,2824 +"17971",2048,8619 +"17972",2048,8741 +"17973",2048,10597 +"17974",2048,11803 +"17975",2048,12861 +"17976",2048,14061 +"17977",2048,20455 +"17978",2048,28316 +"17979",2048,32259 +"17980",2048,49701 +"17981",2048,49805 +"17982",2048,59482 +"17983",2048,74054 +"17984",2048,77519 +"17985",2048,80653 +"17986",2048,90193 +"17987",2048,95126 +"17988",2048,95157 +"17989",2048,98171 +"17990",2048,107322 +"17991",2048,107423 +"17992",2048,107428 +"17993",2049,5593 +"17994",2049,11090 +"17995",2049,11736 +"17996",2049,12914 +"17997",2049,14429 +"17998",2049,23892 +"17999",2049,29416 +"18000",2049,73051 +"18001",2049,81707 +"18002",2049,90070 +"18003",2049,92630 +"18004",2050,2797 +"18005",2050,3303 +"18006",2050,3324 +"18007",2050,4380 +"18008",2050,6262 +"18009",2050,14293 +"18010",2050,16064 +"18011",2050,41232 +"18012",2050,60644 +"18013",2050,70049 +"18014",2050,86178 +"18015",2050,89001 +"18016",2050,89433 +"18017",2050,90292 +"18018",2050,90305 +"18019",2050,92463 +"18020",2050,119939 +"18021",2050,119948 +"18022",2051,4932 +"18023",2051,11884 +"18024",2051,40106 +"18025",2051,42619 +"18026",2051,97749 +"18027",2051,97754 +"18028",2051,105903 +"18029",2052,2058 +"18030",2052,2215 +"18031",2052,4615 +"18032",2052,21486 +"18033",2052,21568 +"18034",2052,21569 +"18035",2052,32734 +"18036",2052,54157 +"18037",2052,96521 +"18038",2053,2078 +"18039",2053,2556 +"18040",2053,3102 +"18041",2053,3477 +"18042",2053,5301 +"18043",2053,5526 +"18044",2053,5806 +"18045",2053,6053 +"18046",2053,6063 +"18047",2053,6254 +"18048",2053,6560 +"18049",2053,7581 +"18050",2053,8307 +"18051",2053,8534 +"18052",2053,9366 +"18053",2053,11766 +"18054",2053,12735 +"18055",2053,12779 +"18056",2053,13360 +"18057",2053,13942 +"18058",2053,15027 +"18059",2053,15185 +"18060",2053,15216 +"18061",2053,15964 +"18062",2053,16252 +"18063",2053,16872 +"18064",2053,17145 +"18065",2053,17508 +"18066",2053,18060 +"18067",2053,18217 +"18068",2053,22462 +"18069",2053,22823 +"18070",2053,23147 +"18071",2053,23421 +"18072",2053,23632 +"18073",2053,23953 +"18074",2053,24495 +"18075",2053,24710 +"18076",2053,25143 +"18077",2053,25303 +"18078",2053,25664 +"18079",2053,26407 +"18080",2053,27174 +"18081",2053,27196 +"18082",2053,27710 +"18083",2053,28703 +"18084",2053,29253 +"18085",2053,29341 +"18086",2053,29560 +"18087",2053,29573 +"18088",2053,29868 +"18089",2053,32438 +"18090",2053,32524 +"18091",2053,32967 +"18092",2053,33223 +"18093",2053,33881 +"18094",2053,34097 +"18095",2053,34330 +"18096",2053,34513 +"18097",2053,35400 +"18098",2053,36476 +"18099",2053,36547 +"18100",2053,36745 +"18101",2053,37821 +"18102",2053,37931 +"18103",2053,38319 +"18104",2053,38678 +"18105",2053,39398 +"18106",2053,39492 +"18107",2053,40320 +"18108",2053,40373 +"18109",2053,40542 +"18110",2053,41182 +"18111",2053,42131 +"18112",2053,46843 +"18113",2053,48331 +"18114",2054,6828 +"18115",2054,13099 +"18116",2054,13780 +"18117",2054,24467 +"18118",2054,31772 +"18119",2054,36740 +"18120",2054,40883 +"18121",2054,43545 +"18122",2054,46866 +"18123",2054,47421 +"18124",2054,47591 +"18125",2054,57897 +"18126",2054,60192 +"18127",2054,62510 +"18128",2054,75422 +"18129",2054,85258 +"18130",2054,92225 +"18131",2054,92343 +"18132",2054,107642 +"18133",2055,20056 +"18134",2055,39777 +"18135",2056,2064 +"18136",2056,2065 +"18137",2056,2159 +"18138",2056,7679 +"18139",2057,2643 +"18140",2057,2725 +"18141",2057,13103 +"18142",2057,17133 +"18143",2057,17572 +"18144",2057,18355 +"18145",2057,22029 +"18146",2057,26853 +"18147",2057,29997 +"18148",2057,34496 +"18149",2057,41691 +"18150",2057,58235 +"18151",2057,64817 +"18152",2057,67304 +"18153",2057,68081 +"18154",2057,82023 +"18155",2057,97449 +"18156",2057,106510 +"18157",2057,118945 +"18158",2058,2215 +"18159",2058,4156 +"18160",2058,11862 +"18161",2058,21568 +"18162",2058,21569 +"18163",2058,42697 +"18164",2058,45680 +"18165",2058,54157 +"18166",2058,62695 +"18167",2059,19533 +"18168",2060,8074 +"18169",2060,14414 +"18170",2060,51696 +"18171",2060,61016 +"18172",2060,67707 +"18173",2060,81975 +"18174",2061,2489 +"18175",2061,4001 +"18176",2061,4660 +"18177",2061,20941 +"18178",2061,21007 +"18179",2061,28909 +"18180",2061,29837 +"18181",2061,30305 +"18182",2061,32384 +"18183",2061,38691 +"18184",2061,38915 +"18185",2061,39787 +"18186",2061,61456 +"18187",2061,65716 +"18188",2061,76043 +"18189",2061,120534 +"18190",2062,10835 +"18191",2062,66286 +"18192",2062,116125 +"18193",2063,2099 +"18194",2063,2743 +"18195",2063,5195 +"18196",2063,7917 +"18197",2063,8049 +"18198",2063,12312 +"18199",2063,20319 +"18200",2063,20824 +"18201",2063,21269 +"18202",2063,23534 +"18203",2063,30256 +"18204",2063,31492 +"18205",2063,40695 +"18206",2063,47369 +"18207",2063,48829 +"18208",2063,51022 +"18209",2063,73728 +"18210",2063,78883 +"18211",2063,82767 +"18212",2063,83180 +"18213",2063,83949 +"18214",2063,88714 +"18215",2063,99103 +"18216",2063,103274 +"18217",2063,104775 +"18218",2063,122876 +"18219",2064,2065 +"18220",2064,2159 +"18221",2065,2159 +"18222",2065,42525 +"18223",2065,79908 +"18224",2065,79946 +"18225",2065,79978 +"18226",2066,2074 +"18227",2066,2164 +"18228",2066,28341 +"18229",2066,29433 +"18230",2066,87197 +"18231",2067,2096 +"18232",2067,2116 +"18233",2067,2160 +"18234",2067,4954 +"18235",2067,29590 +"18236",2068,3276 +"18237",2068,3635 +"18238",2068,3833 +"18239",2068,3855 +"18240",2068,4581 +"18241",2068,5686 +"18242",2068,7713 +"18243",2068,8197 +"18244",2068,15104 +"18245",2068,15195 +"18246",2068,15430 +"18247",2068,16381 +"18248",2068,16949 +"18249",2068,18514 +"18250",2068,22299 +"18251",2068,23938 +"18252",2068,24250 +"18253",2068,26682 +"18254",2068,29741 +"18255",2068,30876 +"18256",2068,32393 +"18257",2068,32939 +"18258",2068,33113 +"18259",2068,34533 +"18260",2068,37668 +"18261",2068,38494 +"18262",2068,38932 +"18263",2068,40643 +"18264",2068,41132 +"18265",2068,42017 +"18266",2068,42107 +"18267",2068,45787 +"18268",2068,47083 +"18269",2068,49231 +"18270",2068,50061 +"18271",2068,52450 +"18272",2068,54059 +"18273",2068,55370 +"18274",2068,57804 +"18275",2068,59615 +"18276",2068,59940 +"18277",2068,67363 +"18278",2068,71230 +"18279",2068,76278 +"18280",2068,76740 +"18281",2068,76786 +"18282",2068,77125 +"18283",2068,77272 +"18284",2068,77357 +"18285",2068,77402 +"18286",2068,78248 +"18287",2068,78255 +"18288",2068,78339 +"18289",2068,78445 +"18290",2068,79022 +"18291",2068,79716 +"18292",2068,79989 +"18293",2068,80281 +"18294",2068,81728 +"18295",2068,82196 +"18296",2068,82383 +"18297",2068,82810 +"18298",2068,82854 +"18299",2068,83853 +"18300",2068,83884 +"18301",2068,84379 +"18302",2068,84613 +"18303",2068,85465 +"18304",2068,85610 +"18305",2068,86351 +"18306",2068,86451 +"18307",2068,86882 +"18308",2068,87175 +"18309",2068,87451 +"18310",2068,87521 +"18311",2068,87572 +"18312",2068,87663 +"18313",2068,87721 +"18314",2068,87862 +"18315",2070,2128 +"18316",2070,2138 +"18317",2070,2228 +"18318",2070,2840 +"18319",2070,4833 +"18320",2070,5304 +"18321",2070,7868 +"18322",2070,12994 +"18323",2070,14819 +"18324",2070,16715 +"18325",2070,18066 +"18326",2070,22460 +"18327",2070,23528 +"18328",2070,26197 +"18329",2070,39198 +"18330",2070,40453 +"18331",2070,46142 +"18332",2070,46786 +"18333",2070,64468 +"18334",2070,64578 +"18335",2070,91275 +"18336",2071,70858 +"18337",2071,74999 +"18338",2072,8049 +"18339",2072,17518 +"18340",2072,30650 +"18341",2073,2132 +"18342",2073,2187 +"18343",2073,3417 +"18344",2073,3861 +"18345",2073,5713 +"18346",2073,7419 +"18347",2073,9898 +"18348",2073,10313 +"18349",2073,13124 +"18350",2073,13851 +"18351",2073,14454 +"18352",2073,16948 +"18353",2073,19179 +"18354",2073,19686 +"18355",2073,22339 +"18356",2073,23156 +"18357",2073,27500 +"18358",2073,29808 +"18359",2073,31631 +"18360",2073,37826 +"18361",2073,39192 +"18362",2073,44955 +"18363",2073,46509 +"18364",2073,54794 +"18365",2073,64307 +"18366",2073,71757 +"18367",2073,77434 +"18368",2073,93544 +"18369",2073,99186 +"18370",2073,103424 +"18371",2073,119509 +"18372",2074,2164 +"18373",2074,5972 +"18374",2074,8121 +"18375",2074,10964 +"18376",2074,11019 +"18377",2074,11067 +"18378",2074,11195 +"18379",2074,11527 +"18380",2074,29433 +"18381",2074,42107 +"18382",2074,54791 +"18383",2074,62395 +"18384",2075,2118 +"18385",2075,5193 +"18386",2075,29815 +"18387",2076,2556 +"18388",2076,12688 +"18389",2076,12804 +"18390",2076,15447 +"18391",2076,17205 +"18392",2076,17657 +"18393",2076,17678 +"18394",2076,32504 +"18395",2076,36444 +"18396",2076,81797 +"18397",2076,89074 +"18398",2076,89674 +"18399",2076,89695 +"18400",2076,92878 +"18401",2077,2310 +"18402",2077,3164 +"18403",2077,4652 +"18404",2077,6030 +"18405",2077,7222 +"18406",2077,10298 +"18407",2077,11467 +"18408",2077,13364 +"18409",2077,14855 +"18410",2077,17957 +"18411",2077,20078 +"18412",2077,22566 +"18413",2077,26659 +"18414",2077,27862 +"18415",2077,28050 +"18416",2077,28168 +"18417",2077,28443 +"18418",2077,28611 +"18419",2077,29787 +"18420",2077,37551 +"18421",2077,38743 +"18422",2077,42591 +"18423",2077,52281 +"18424",2077,57246 +"18425",2077,60742 +"18426",2077,61881 +"18427",2077,69117 +"18428",2077,69250 +"18429",2077,74234 +"18430",2077,75960 +"18431",2077,91967 +"18432",2077,95895 +"18433",2077,99371 +"18434",2077,104790 +"18435",2077,107702 +"18436",2078,2556 +"18437",2078,3102 +"18438",2078,3477 +"18439",2078,5301 +"18440",2078,5526 +"18441",2078,5806 +"18442",2078,6053 +"18443",2078,6063 +"18444",2078,6254 +"18445",2078,6560 +"18446",2078,7581 +"18447",2078,8307 +"18448",2078,8534 +"18449",2078,9366 +"18450",2078,10784 +"18451",2078,11766 +"18452",2078,12735 +"18453",2078,12779 +"18454",2078,13360 +"18455",2078,13942 +"18456",2078,15027 +"18457",2078,15185 +"18458",2078,15216 +"18459",2078,15964 +"18460",2078,16252 +"18461",2078,16872 +"18462",2078,17145 +"18463",2078,17399 +"18464",2078,17508 +"18465",2078,18060 +"18466",2078,18217 +"18467",2078,19438 +"18468",2078,22462 +"18469",2078,22823 +"18470",2078,23147 +"18471",2078,23421 +"18472",2078,23632 +"18473",2078,23953 +"18474",2078,24495 +"18475",2078,24710 +"18476",2078,25143 +"18477",2078,25303 +"18478",2078,25664 +"18479",2078,26407 +"18480",2078,27174 +"18481",2078,27196 +"18482",2078,27710 +"18483",2078,28645 +"18484",2078,28703 +"18485",2078,29253 +"18486",2078,29341 +"18487",2078,29560 +"18488",2078,29573 +"18489",2078,29868 +"18490",2078,32438 +"18491",2078,32967 +"18492",2078,33223 +"18493",2078,33881 +"18494",2078,34097 +"18495",2078,34330 +"18496",2078,34513 +"18497",2078,35400 +"18498",2078,35689 +"18499",2078,36476 +"18500",2078,36547 +"18501",2078,36745 +"18502",2078,37821 +"18503",2078,37931 +"18504",2078,38319 +"18505",2078,39398 +"18506",2078,39492 +"18507",2078,40320 +"18508",2078,40373 +"18509",2078,40542 +"18510",2078,41182 +"18511",2078,42131 +"18512",2078,42656 +"18513",2078,44078 +"18514",2078,46843 +"18515",2078,48331 +"18516",2079,11341 +"18517",2079,11538 +"18518",2079,13146 +"18519",2079,13917 +"18520",2079,26186 +"18521",2079,39979 +"18522",2079,52171 +"18523",2079,70473 +"18524",2079,71240 +"18525",2080,12886 +"18526",2080,30852 +"18527",2080,33241 +"18528",2080,35351 +"18529",2080,40935 +"18530",2080,44565 +"18531",2080,60027 +"18532",2080,70734 +"18533",2081,2107 +"18534",2081,63372 +"18535",2081,77602 +"18536",2081,100128 +"18537",2081,102091 +"18538",2081,105226 +"18539",2082,7847 +"18540",2082,10370 +"18541",2082,12746 +"18542",2082,16000 +"18543",2082,19093 +"18544",2082,19202 +"18545",2082,19891 +"18546",2082,35559 +"18547",2082,41081 +"18548",2082,62652 +"18549",2082,92265 +"18550",2082,114125 +"18551",2083,94892 +"18552",2084,34208 +"18553",2084,40876 +"18554",2084,89684 +"18555",2085,48330 +"18556",2085,59714 +"18557",2085,95965 +"18558",2085,109635 +"18559",2085,111407 +"18560",2085,121803 +"18561",2086,48119 +"18562",2086,76941 +"18563",2087,46462 +"18564",2087,63358 +"18565",2088,5093 +"18566",2089,10223 +"18567",2089,42985 +"18568",2089,94335 +"18569",2090,78773 +"18570",2090,94046 +"18571",2090,98234 +"18572",2090,115310 +"18573",2090,115363 +"18574",2090,118174 +"18575",2090,118181 +"18576",2091,12302 +"18577",2091,12951 +"18578",2091,12993 +"18579",2091,28431 +"18580",2091,47845 +"18581",2091,54403 +"18582",2091,56284 +"18583",2091,98001 +"18584",2091,102695 +"18585",2091,102722 +"18586",2091,102733 +"18587",2091,102740 +"18588",2091,103447 +"18589",2091,113034 +"18590",2092,2150 +"18591",2092,10263 +"18592",2092,17642 +"18593",2092,19590 +"18594",2092,19680 +"18595",2092,30218 +"18596",2092,76874 +"18597",2093,2496 +"18598",2093,3233 +"18599",2093,3317 +"18600",2093,7729 +"18601",2093,8733 +"18602",2093,17255 +"18603",2093,17956 +"18604",2093,24892 +"18605",2093,24982 +"18606",2093,25759 +"18607",2093,27987 +"18608",2093,40635 +"18609",2093,40702 +"18610",2093,50033 +"18611",2093,55315 +"18612",2093,55850 +"18613",2093,55886 +"18614",2094,4273 +"18615",2094,6943 +"18616",2094,12627 +"18617",2094,13378 +"18618",2094,19725 +"18619",2094,27797 +"18620",2094,28161 +"18621",2094,42970 +"18622",2094,50052 +"18623",2094,66067 +"18624",2094,66082 +"18625",2094,73355 +"18626",2094,73356 +"18627",2094,86067 +"18628",2095,31526 +"18629",2095,36799 +"18630",2095,36833 +"18631",2095,36845 +"18632",2095,91015 +"18633",2096,2116 +"18634",2096,2160 +"18635",2096,2735 +"18636",2096,24551 +"18637",2096,29908 +"18638",2096,29911 +"18639",2096,30009 +"18640",2096,30066 +"18641",2096,55377 +"18642",2096,55388 +"18643",2096,55484 +"18644",2096,71713 +"18645",2097,3068 +"18646",2097,17725 +"18647",2097,54306 +"18648",2097,94520 +"18649",2097,98883 +"18650",2097,102003 +"18651",2097,102101 +"18652",2098,2163 +"18653",2098,3570 +"18654",2098,16587 +"18655",2098,16809 +"18656",2098,17305 +"18657",2098,29661 +"18658",2098,37256 +"18659",2098,45958 +"18660",2098,52593 +"18661",2098,54344 +"18662",2098,81893 +"18663",2099,2447 +"18664",2099,2743 +"18665",2099,3242 +"18666",2099,3575 +"18667",2099,4244 +"18668",2099,5195 +"18669",2099,7917 +"18670",2099,8553 +"18671",2099,9130 +"18672",2099,16164 +"18673",2099,20319 +"18674",2099,20563 +"18675",2099,20824 +"18676",2099,30931 +"18677",2099,32296 +"18678",2099,35718 +"18679",2099,44364 +"18680",2099,50312 +"18681",2099,51022 +"18682",2099,68708 +"18683",2099,76468 +"18684",2099,103265 +"18685",2099,105092 +"18686",2099,108552 +"18687",2100,2133 +"18688",2101,27839 +"18689",2101,63694 +"18690",2101,63697 +"18691",2101,66682 +"18692",2102,3142 +"18693",2102,4639 +"18694",2102,7677 +"18695",2102,11460 +"18696",2102,11988 +"18697",2102,13080 +"18698",2102,13107 +"18699",2102,13144 +"18700",2102,13209 +"18701",2102,13269 +"18702",2102,13355 +"18703",2102,15878 +"18704",2102,23532 +"18705",2102,23559 +"18706",2102,23722 +"18707",2102,23723 +"18708",2102,25542 +"18709",2102,30858 +"18710",2102,31986 +"18711",2102,32581 +"18712",2102,33158 +"18713",2102,33811 +"18714",2102,37238 +"18715",2102,38896 +"18716",2102,39532 +"18717",2102,40312 +"18718",2102,40437 +"18719",2102,81051 +"18720",2102,83682 +"18721",2103,17414 +"18722",2103,30596 +"18723",2103,31656 +"18724",2103,50351 +"18725",2104,2224 +"18726",2104,8821 +"18727",2104,10271 +"18728",2104,14134 +"18729",2104,23161 +"18730",2104,34254 +"18731",2104,44740 +"18732",2104,59924 +"18733",2105,4905 +"18734",2105,12804 +"18735",2105,16903 +"18736",2105,31449 +"18737",2105,34742 +"18738",2105,88744 +"18739",2105,97334 +"18740",2105,105304 +"18741",2105,123398 +"18742",2106,2226 +"18743",2106,2314 +"18744",2106,2535 +"18745",2106,3736 +"18746",2106,10766 +"18747",2106,11727 +"18748",2106,14915 +"18749",2106,38050 +"18750",2106,46261 +"18751",2106,56284 +"18752",2106,87194 +"18753",2107,55922 +"18754",2108,16653 +"18755",2108,19386 +"18756",2109,2916 +"18757",2109,4011 +"18758",2109,4749 +"18759",2109,5054 +"18760",2109,6501 +"18761",2109,6922 +"18762",2109,7048 +"18763",2109,7049 +"18764",2109,8137 +"18765",2109,8601 +"18766",2109,9174 +"18767",2109,11815 +"18768",2109,11816 +"18769",2109,11831 +"18770",2109,11847 +"18771",2109,11848 +"18772",2109,11882 +"18773",2109,11895 +"18774",2109,11918 +"18775",2109,11938 +"18776",2109,11981 +"18777",2109,12060 +"18778",2109,12061 +"18779",2109,12079 +"18780",2109,14850 +"18781",2109,20807 +"18782",2109,33385 +"18783",2109,37421 +"18784",2109,52304 +"18785",2109,54008 +"18786",2110,34695 +"18787",2110,95406 +"18788",2110,97370 +"18789",2111,6588 +"18790",2111,6750 +"18791",2111,9821 +"18792",2111,13304 +"18793",2111,13533 +"18794",2111,14666 +"18795",2111,19622 +"18796",2111,20326 +"18797",2111,20480 +"18798",2111,28477 +"18799",2111,28799 +"18800",2111,33719 +"18801",2111,39301 +"18802",2111,39371 +"18803",2111,40028 +"18804",2111,46525 +"18805",2111,46526 +"18806",2111,46543 +"18807",2111,46544 +"18808",2111,46629 +"18809",2111,46670 +"18810",2111,86369 +"18811",2111,86381 +"18812",2112,41267 +"18813",2112,48001 +"18814",2113,5022 +"18815",2113,11425 +"18816",2113,32614 +"18817",2113,56623 +"18818",2113,74428 +"18819",2113,88661 +"18820",2114,3517 +"18821",2114,7968 +"18822",2114,62441 +"18823",2114,76783 +"18824",2114,99709 +"18825",2115,2132 +"18826",2115,2187 +"18827",2115,2206 +"18828",2115,7365 +"18829",2115,9686 +"18830",2115,15276 +"18831",2115,15593 +"18832",2115,15857 +"18833",2115,20951 +"18834",2115,21487 +"18835",2115,40643 +"18836",2115,45887 +"18837",2115,53057 +"18838",2115,61727 +"18839",2115,69621 +"18840",2115,71137 +"18841",2115,90638 +"18842",2115,108717 +"18843",2116,2160 +"18844",2117,22404 +"18845",2117,24298 +"18846",2117,28218 +"18847",2119,55688 +"18848",2119,79434 +"18849",2120,6278 +"18850",2120,6502 +"18851",2120,22110 +"18852",2120,22204 +"18853",2120,22269 +"18854",2120,23465 +"18855",2120,36304 +"18856",2120,36942 +"18857",2120,37037 +"18858",2120,38672 +"18859",2120,49974 +"18860",2120,69139 +"18861",2121,42735 +"18862",2121,52799 +"18863",2121,60417 +"18864",2122,39736 +"18865",2122,72872 +"18866",2123,2856 +"18867",2123,5986 +"18868",2123,6310 +"18869",2123,7068 +"18870",2123,10668 +"18871",2123,10717 +"18872",2123,11514 +"18873",2123,16169 +"18874",2123,23159 +"18875",2123,26080 +"18876",2123,30382 +"18877",2123,32975 +"18878",2123,37985 +"18879",2123,41972 +"18880",2123,42429 +"18881",2123,49453 +"18882",2123,53442 +"18883",2123,54003 +"18884",2123,55666 +"18885",2123,62244 +"18886",2123,77629 +"18887",2123,79619 +"18888",2123,90378 +"18889",2123,91271 +"18890",2123,115840 +"18891",2124,26834 +"18892",2124,44882 +"18893",2124,70725 +"18894",2124,91779 +"18895",2124,96525 +"18896",2124,101347 +"18897",2125,5150 +"18898",2125,13425 +"18899",2125,18808 +"18900",2125,35598 +"18901",2125,50803 +"18902",2125,54428 +"18903",2125,63537 +"18904",2125,63538 +"18905",2125,71344 +"18906",2125,81616 +"18907",2126,19814 +"18908",2126,34428 +"18909",2126,64436 +"18910",2127,28532 +"18911",2127,33306 +"18912",2127,33361 +"18913",2128,2138 +"18914",2128,2228 +"18915",2128,2866 +"18916",2128,3127 +"18917",2128,4097 +"18918",2128,4129 +"18919",2128,4668 +"18920",2128,5304 +"18921",2128,7868 +"18922",2128,8053 +"18923",2128,8140 +"18924",2128,9457 +"18925",2128,10033 +"18926",2128,10980 +"18927",2128,13356 +"18928",2128,13822 +"18929",2128,14532 +"18930",2128,15161 +"18931",2128,18066 +"18932",2128,18190 +"18933",2128,22460 +"18934",2128,23462 +"18935",2128,23528 +"18936",2128,24796 +"18937",2128,28869 +"18938",2128,32228 +"18939",2128,38736 +"18940",2128,42746 +"18941",2128,50072 +"18942",2128,50938 +"18943",2128,64468 +"18944",2128,72410 +"18945",2128,73684 +"18946",2128,90154 +"18947",2128,96428 +"18948",2129,6116 +"18949",2129,50576 +"18950",2129,54952 +"18951",2129,90448 +"18952",2130,3363 +"18953",2130,43446 +"18954",2130,51993 +"18955",2130,71731 +"18956",2130,95835 +"18957",2130,119883 +"18958",2130,121390 +"18959",2130,122719 +"18960",2131,76389 +"18961",2132,2187 +"18962",2132,2206 +"18963",2132,4392 +"18964",2132,7419 +"18965",2132,8439 +"18966",2132,10313 +"18967",2132,14218 +"18968",2132,17029 +"18969",2132,22237 +"18970",2132,22339 +"18971",2132,22497 +"18972",2132,28512 +"18973",2132,38435 +"18974",2132,45052 +"18975",2132,45092 +"18976",2132,46096 +"18977",2132,46226 +"18978",2132,47360 +"18979",2132,48936 +"18980",2132,54493 +"18981",2132,72803 +"18982",2132,73453 +"18983",2132,75686 +"18984",2132,97791 +"18985",2133,4179 +"18986",2133,8556 +"18987",2133,8940 +"18988",2133,9662 +"18989",2133,9730 +"18990",2133,9765 +"18991",2133,9770 +"18992",2133,9817 +"18993",2133,9835 +"18994",2133,9844 +"18995",2133,9909 +"18996",2133,9930 +"18997",2133,9931 +"18998",2133,9938 +"18999",2134,10420 +"19000",2134,12067 +"19001",2134,16445 +"19002",2134,38513 +"19003",2134,55137 +"19004",2135,2136 +"19005",2135,2152 +"19006",2135,7366 +"19007",2135,16075 +"19008",2135,39873 +"19009",2135,42719 +"19010",2135,56168 +"19011",2135,57736 +"19012",2135,83265 +"19013",2135,87280 +"19014",2136,2152 +"19015",2137,51353 +"19016",2138,2228 +"19017",2138,7889 +"19018",2139,21814 +"19019",2139,24847 +"19020",2139,32838 +"19021",2139,37044 +"19022",2139,56873 +"19023",2139,61673 +"19024",2139,72271 +"19025",2140,25350 +"19026",2140,55426 +"19027",2141,46848 +"19028",2141,48477 +"19029",2142,68011 +"19030",2142,75773 +"19031",2143,6193 +"19032",2143,8847 +"19033",2143,20158 +"19034",2143,21053 +"19035",2143,44069 +"19036",2143,68634 +"19037",2143,81723 +"19038",2143,81747 +"19039",2143,81837 +"19040",2143,81838 +"19041",2143,104436 +"19042",2143,111396 +"19043",2143,111929 +"19044",2143,111932 +"19045",2143,111939 +"19046",2144,58096 +"19047",2145,2146 +"19048",2145,2167 +"19049",2145,2235 +"19050",2145,82394 +"19051",2146,2167 +"19052",2146,2235 +"19053",2146,2944 +"19054",2146,3946 +"19055",2146,14669 +"19056",2146,25743 +"19057",2146,25902 +"19058",2146,37550 +"19059",2146,42026 +"19060",2146,53764 +"19061",2146,75820 +"19062",2146,78196 +"19063",2146,81516 +"19064",2146,81554 +"19065",2146,84234 +"19066",2148,70238 +"19067",2148,80261 +"19068",2149,17087 +"19069",2149,26116 +"19070",2149,33318 +"19071",2149,42212 +"19072",2149,42297 +"19073",2149,61172 +"19074",2149,76192 +"19075",2149,81420 +"19076",2149,102226 +"19077",2149,102401 +"19078",2149,102518 +"19079",2150,3372 +"19080",2150,15004 +"19081",2150,26375 +"19082",2150,34610 +"19083",2150,39440 +"19084",2150,55441 +"19085",2150,55690 +"19086",2150,57897 +"19087",2150,62462 +"19088",2150,71081 +"19089",2150,71095 +"19090",2150,72759 +"19091",2150,76874 +"19092",2151,2930 +"19093",2151,55449 +"19094",2151,81650 +"19095",2152,5087 +"19096",2152,5088 +"19097",2152,16792 +"19098",2152,29824 +"19099",2152,35404 +"19100",2152,39873 +"19101",2152,77145 +"19102",2152,85586 +"19103",2152,86341 +"19104",2153,30414 +"19105",2153,76942 +"19106",2153,88338 +"19107",2153,90988 +"19108",2154,8407 +"19109",2154,37971 +"19110",2154,95357 +"19111",2155,24032 +"19112",2155,24844 +"19113",2155,43490 +"19114",2155,73318 +"19115",2156,18395 +"19116",2156,18878 +"19117",2156,20188 +"19118",2156,22400 +"19119",2156,29132 +"19120",2156,71478 +"19121",2156,78723 +"19122",2156,100789 +"19123",2156,112073 +"19124",2157,4974 +"19125",2157,11537 +"19126",2157,22733 +"19127",2157,30101 +"19128",2157,38785 +"19129",2157,40319 +"19130",2157,58643 +"19131",2157,76767 +"19132",2158,57189 +"19133",2158,97658 +"19134",2158,122877 +"19135",2159,73378 +"19136",2160,2285 +"19137",2160,4473 +"19138",2160,16730 +"19139",2160,23721 +"19140",2160,29590 +"19141",2160,49546 +"19142",2160,66002 +"19143",2161,14627 +"19144",2161,25078 +"19145",2161,41424 +"19146",2161,47812 +"19147",2161,66858 +"19148",2162,36759 +"19149",2162,40829 +"19150",2162,49993 +"19151",2162,105672 +"19152",2162,115434 +"19153",2163,5847 +"19154",2163,10709 +"19155",2163,11811 +"19156",2163,25122 +"19157",2163,37836 +"19158",2163,72235 +"19159",2163,89319 +"19160",2164,6943 +"19161",2164,13816 +"19162",2164,24195 +"19163",2164,27729 +"19164",2164,29433 +"19165",2164,35620 +"19166",2164,46115 +"19167",2164,48294 +"19168",2164,58506 +"19169",2164,72386 +"19170",2164,72456 +"19171",2164,75422 +"19172",2164,93257 +"19173",2164,93961 +"19174",2164,93963 +"19175",2164,93972 +"19176",2164,93986 +"19177",2165,41414 +"19178",2165,41806 +"19179",2166,3270 +"19180",2166,4109 +"19181",2166,5810 +"19182",2166,10790 +"19183",2166,14787 +"19184",2166,15190 +"19185",2166,17240 +"19186",2166,23552 +"19187",2166,25239 +"19188",2166,29173 +"19189",2166,30386 +"19190",2166,32877 +"19191",2166,39395 +"19192",2166,63132 +"19193",2166,77414 +"19194",2167,2235 +"19195",2167,20375 +"19196",2168,90033 +"19197",2169,17023 +"19198",2169,92965 +"19199",2170,12542 +"19200",2170,26827 +"19201",2170,73590 +"19202",2170,74034 +"19203",2171,6157 +"19204",2171,9438 +"19205",2171,11481 +"19206",2171,80240 +"19207",2172,89722 +"19208",2172,121364 +"19209",2173,12738 +"19210",2173,12924 +"19211",2173,26617 +"19212",2174,2810 +"19213",2174,2811 +"19214",2174,4029 +"19215",2174,4579 +"19216",2174,5175 +"19217",2174,7526 +"19218",2174,9217 +"19219",2174,9257 +"19220",2174,14348 +"19221",2174,15515 +"19222",2174,17830 +"19223",2174,20596 +"19224",2174,23462 +"19225",2174,29353 +"19226",2174,38785 +"19227",2174,50223 +"19228",2174,57697 +"19229",2174,64376 +"19230",2174,68018 +"19231",2174,74153 +"19232",2174,78253 +"19233",2174,80409 +"19234",2174,88665 +"19235",2174,93194 +"19236",2174,93243 +"19237",2174,93641 +"19238",2174,111625 +"19239",2174,113387 +"19240",2174,116908 +"19241",2175,6875 +"19242",2176,2212 +"19243",2176,35000 +"19244",2176,47665 +"19245",2177,2242 +"19246",2177,13428 +"19247",2177,29650 +"19248",2177,62682 +"19249",2177,65941 +"19250",2177,71569 +"19251",2177,85994 +"19252",2178,3222 +"19253",2178,27417 +"19254",2179,7825 +"19255",2179,16747 +"19256",2179,18151 +"19257",2179,21288 +"19258",2179,33900 +"19259",2179,82679 +"19260",2180,76743 +"19261",2181,6237 +"19262",2181,8718 +"19263",2181,14279 +"19264",2181,15799 +"19265",2181,21119 +"19266",2181,23147 +"19267",2181,27694 +"19268",2181,30610 +"19269",2181,32722 +"19270",2181,36057 +"19271",2181,45175 +"19272",2181,45311 +"19273",2181,47452 +"19274",2181,47514 +"19275",2181,49488 +"19276",2181,51077 +"19277",2181,54328 +"19278",2181,55783 +"19279",2182,17972 +"19280",2183,21370 +"19281",2183,22245 +"19282",2183,48216 +"19283",2183,107079 +"19284",2184,2213 +"19285",2184,2537 +"19286",2184,10645 +"19287",2184,25031 +"19288",2184,32356 +"19289",2184,45953 +"19290",2184,53524 +"19291",2184,55226 +"19292",2184,58015 +"19293",2184,66181 +"19294",2184,67252 +"19295",2184,96617 +"19296",2184,98578 +"19297",2184,102365 +"19298",2185,9952 +"19299",2185,84890 +"19300",2185,94821 +"19301",2185,95623 +"19302",2186,4253 +"19303",2186,10584 +"19304",2186,35773 +"19305",2186,63199 +"19306",2186,64226 +"19307",2186,70027 +"19308",2187,2206 +"19309",2187,7419 +"19310",2187,8439 +"19311",2187,9306 +"19312",2187,10313 +"19313",2187,14218 +"19314",2187,22237 +"19315",2187,22339 +"19316",2187,22497 +"19317",2187,31351 +"19318",2187,37525 +"19319",2187,45052 +"19320",2187,45092 +"19321",2187,48936 +"19322",2187,50322 +"19323",2187,68994 +"19324",2188,27507 +"19325",2188,33795 +"19326",2188,55804 +"19327",2189,6345 +"19328",2189,9724 +"19329",2189,21889 +"19330",2189,22024 +"19331",2189,22083 +"19332",2189,23057 +"19333",2189,23550 +"19334",2189,24760 +"19335",2189,29603 +"19336",2189,32239 +"19337",2189,37004 +"19338",2189,38099 +"19339",2189,57443 +"19340",2189,63997 +"19341",2189,85679 +"19342",2189,100197 +"19343",2190,14599 +"19344",2190,30041 +"19345",2190,36445 +"19346",2190,41357 +"19347",2190,43893 +"19348",2190,44822 +"19349",2190,45594 +"19350",2190,50076 +"19351",2190,52785 +"19352",2190,59567 +"19353",2190,62758 +"19354",2190,68958 +"19355",2190,91483 +"19356",2191,29531 +"19357",2191,29583 +"19358",2191,29585 +"19359",2191,88360 +"19360",2192,14731 +"19361",2192,25790 +"19362",2192,45545 +"19363",2192,45794 +"19364",2192,51103 +"19365",2192,78400 +"19366",2192,88457 +"19367",2192,92017 +"19368",2193,5329 +"19369",2194,9364 +"19370",2194,23222 +"19371",2194,36361 +"19372",2194,43575 +"19373",2194,47333 +"19374",2194,66280 +"19375",2194,76284 +"19376",2194,87048 +"19377",2194,111971 +"19378",2195,2406 +"19379",2195,11074 +"19380",2195,18088 +"19381",2195,20973 +"19382",2195,24647 +"19383",2195,24648 +"19384",2195,29114 +"19385",2195,31613 +"19386",2195,36195 +"19387",2195,36197 +"19388",2195,96702 +"19389",2196,3209 +"19390",2196,3897 +"19391",2196,3905 +"19392",2196,4369 +"19393",2196,5946 +"19394",2196,7559 +"19395",2196,7572 +"19396",2196,7619 +"19397",2196,7621 +"19398",2196,7631 +"19399",2196,7651 +"19400",2196,8058 +"19401",2196,8059 +"19402",2196,8076 +"19403",2196,8083 +"19404",2196,9060 +"19405",2196,10286 +"19406",2196,13636 +"19407",2196,13700 +"19408",2196,13871 +"19409",2196,17178 +"19410",2196,25657 +"19411",2196,33522 +"19412",2196,56042 +"19413",2196,61000 +"19414",2196,61787 +"19415",2196,63511 +"19416",2197,16384 +"19417",2197,26793 +"19418",2197,58117 +"19419",2197,74826 +"19420",2198,9445 +"19421",2198,11211 +"19422",2198,15412 +"19423",2198,19400 +"19424",2198,19956 +"19425",2198,22187 +"19426",2198,23823 +"19427",2198,24195 +"19428",2198,28918 +"19429",2198,43996 +"19430",2198,51589 +"19431",2198,53530 +"19432",2198,53899 +"19433",2198,108074 +"19434",2199,17212 +"19435",2199,26796 +"19436",2199,37141 +"19437",2199,50358 +"19438",2199,55736 +"19439",2199,90582 +"19440",2200,2222 +"19441",2200,7174 +"19442",2200,10639 +"19443",2200,10933 +"19444",2200,12589 +"19445",2200,22442 +"19446",2200,23361 +"19447",2200,25837 +"19448",2200,59269 +"19449",2200,70602 +"19450",2200,78532 +"19451",2201,14470 +"19452",2201,17531 +"19453",2201,32239 +"19454",2201,56491 +"19455",2202,16308 +"19456",2202,21231 +"19457",2202,38752 +"19458",2202,42856 +"19459",2202,78560 +"19460",2203,13065 +"19461",2203,13920 +"19462",2203,22594 +"19463",2203,27988 +"19464",2203,60713 +"19465",2203,74848 +"19466",2203,90499 +"19467",2203,106931 +"19468",2203,109586 +"19469",2203,109588 +"19470",2204,7903 +"19471",2204,11398 +"19472",2204,14362 +"19473",2204,14430 +"19474",2204,30718 +"19475",2204,30728 +"19476",2204,31990 +"19477",2204,37786 +"19478",2204,37801 +"19479",2204,44294 +"19480",2204,44307 +"19481",2204,44312 +"19482",2204,44388 +"19483",2204,44408 +"19484",2204,44421 +"19485",2204,44479 +"19486",2204,44505 +"19487",2204,44507 +"19488",2204,99972 +"19489",2205,17923 +"19490",2205,46287 +"19491",2205,59944 +"19492",2205,85155 +"19493",2205,95940 +"19494",2205,98997 +"19495",2206,8439 +"19496",2206,10033 +"19497",2206,11099 +"19498",2206,13851 +"19499",2206,16480 +"19500",2206,17711 +"19501",2206,27545 +"19502",2206,47188 +"19503",2206,62066 +"19504",2206,86474 +"19505",2206,103873 +"19506",2206,107345 +"19507",2207,13221 +"19508",2207,18732 +"19509",2207,34549 +"19510",2207,34863 +"19511",2208,4317 +"19512",2208,14631 +"19513",2208,16946 +"19514",2208,26481 +"19515",2208,37406 +"19516",2208,44351 +"19517",2208,47030 +"19518",2208,63300 +"19519",2208,65535 +"19520",2208,81661 +"19521",2208,90845 +"19522",2208,101858 +"19523",2208,116470 +"19524",2209,7377 +"19525",2209,18456 +"19526",2209,33583 +"19527",2209,33884 +"19528",2209,59678 +"19529",2209,79452 +"19530",2210,8412 +"19531",2211,23354 +"19532",2213,32356 +"19533",2213,33468 +"19534",2213,50727 +"19535",2213,100548 +"19536",2213,100776 +"19537",2213,121689 +"19538",2214,45959 +"19539",2214,46733 +"19540",2214,121427 +"19541",2215,8899 +"19542",2215,8944 +"19543",2215,26026 +"19544",2215,26136 +"19545",2215,36003 +"19546",2215,49232 +"19547",2215,54157 +"19548",2215,64518 +"19549",2215,64520 +"19550",2215,84151 +"19551",2216,28816 +"19552",2216,33641 +"19553",2216,45375 +"19554",2217,38572 +"19555",2217,77085 +"19556",2218,2223 +"19557",2219,4736 +"19558",2219,60749 +"19559",2219,66112 +"19560",2219,68766 +"19561",2219,80450 +"19562",2220,47222 +"19563",2220,50464 +"19564",2220,91866 +"19565",2220,121951 +"19566",2221,21498 +"19567",2221,23254 +"19568",2221,39597 +"19569",2221,94149 +"19570",2221,106162 +"19571",2222,2464 +"19572",2222,3856 +"19573",2222,6597 +"19574",2222,7979 +"19575",2222,15033 +"19576",2222,30049 +"19577",2222,36885 +"19578",2222,43890 +"19579",2222,47642 +"19580",2222,50433 +"19581",2222,67228 +"19582",2222,83406 +"19583",2222,109584 +"19584",2223,24765 +"19585",2223,92206 +"19586",2224,2244 +"19587",2224,3014 +"19588",2224,3367 +"19589",2224,5489 +"19590",2224,8821 +"19591",2224,33570 +"19592",2224,33646 +"19593",2224,67832 +"19594",2225,29056 +"19595",2225,37765 +"19596",2225,40567 +"19597",2226,2535 +"19598",2226,3218 +"19599",2226,3736 +"19600",2226,3770 +"19601",2226,3789 +"19602",2226,3945 +"19603",2226,6956 +"19604",2226,7243 +"19605",2226,10263 +"19606",2226,14915 +"19607",2226,23154 +"19608",2226,23489 +"19609",2226,29847 +"19610",2226,38050 +"19611",2226,46261 +"19612",2226,59909 +"19613",2226,73211 +"19614",2226,87194 +"19615",2227,2248 +"19616",2229,22723 +"19617",2229,98149 +"19618",2230,2232 +"19619",2231,2806 +"19620",2231,3648 +"19621",2231,11443 +"19622",2231,32109 +"19623",2231,90353 +"19624",2232,17102 +"19625",2232,17211 +"19626",2232,29172 +"19627",2232,30665 +"19628",2232,81537 +"19629",2233,5064 +"19630",2233,80774 +"19631",2233,80817 +"19632",2234,18048 +"19633",2234,19758 +"19634",2234,43244 +"19635",2236,3302 +"19636",2236,41940 +"19637",2236,78561 +"19638",2236,90326 +"19639",2237,20311 +"19640",2238,21994 +"19641",2238,25870 +"19642",2239,8131 +"19643",2239,74447 +"19644",2239,75840 +"19645",2239,88942 +"19646",2240,2882 +"19647",2240,2888 +"19648",2240,39978 +"19649",2241,5598 +"19650",2241,8997 +"19651",2241,9187 +"19652",2241,10944 +"19653",2241,14185 +"19654",2241,26873 +"19655",2241,31291 +"19656",2241,38442 +"19657",2241,40628 +"19658",2241,48041 +"19659",2241,55998 +"19660",2241,66241 +"19661",2241,81858 +"19662",2241,89673 +"19663",2241,92430 +"19664",2241,96261 +"19665",2241,99677 +"19666",2241,101620 +"19667",2241,103320 +"19668",2241,104044 +"19669",2241,104085 +"19670",2241,109511 +"19671",2241,110134 +"19672",2241,121565 +"19673",2243,5574 +"19674",2243,13357 +"19675",2243,31945 +"19676",2243,100201 +"19677",2244,2424 +"19678",2244,2510 +"19679",2244,3110 +"19680",2244,7228 +"19681",2244,7637 +"19682",2244,8976 +"19683",2244,12202 +"19684",2244,13231 +"19685",2244,15084 +"19686",2244,17685 +"19687",2244,18163 +"19688",2244,18782 +"19689",2244,21164 +"19690",2244,28705 +"19691",2244,30031 +"19692",2244,42216 +"19693",2244,47501 +"19694",2244,51979 +"19695",2244,56913 +"19696",2244,87200 +"19697",2245,2420 +"19698",2245,2455 +"19699",2245,2461 +"19700",2246,4064 +"19701",2246,4782 +"19702",2246,4783 +"19703",2246,6153 +"19704",2246,15844 +"19705",2246,45608 +"19706",2246,67488 +"19707",2246,80722 +"19708",2246,86923 +"19709",2246,93887 +"19710",2247,18711 +"19711",2247,61583 +"19712",2247,75964 +"19713",2247,91508 +"19714",2248,33363 +"19715",2248,46581 +"19716",2248,58408 +"19717",2248,58957 +"19718",2248,64752 +"19719",2248,64755 +"19720",2248,75004 +"19721",2249,3130 +"19722",2249,3914 +"19723",2249,4423 +"19724",2249,6660 +"19725",2249,7748 +"19726",2249,17078 +"19727",2249,21751 +"19728",2249,33395 +"19729",2249,38673 +"19730",2249,39916 +"19731",2249,42480 +"19732",2249,48584 +"19733",2249,57679 +"19734",2249,59485 +"19735",2249,59506 +"19736",2249,60413 +"19737",2249,72062 +"19738",2249,78034 +"19739",2249,80219 +"19740",2249,97398 +"19741",2249,99261 +"19742",2249,100290 +"19743",2249,101789 +"19744",2250,2355 +"19745",2250,32042 +"19746",2250,39371 +"19747",2251,2268 +"19748",2251,2307 +"19749",2251,2342 +"19750",2251,2343 +"19751",2251,2354 +"19752",2252,2547 +"19753",2252,2939 +"19754",2252,4073 +"19755",2252,5226 +"19756",2252,15122 +"19757",2252,17473 +"19758",2252,20495 +"19759",2252,25147 +"19760",2252,37108 +"19761",2252,39227 +"19762",2252,39539 +"19763",2252,44262 +"19764",2252,49487 +"19765",2252,57279 +"19766",2252,71068 +"19767",2252,76534 +"19768",2252,77687 +"19769",2252,90964 +"19770",2252,92575 +"19771",2252,95644 +"19772",2252,99864 +"19773",2252,119226 +"19774",2253,2282 +"19775",2254,9058 +"19776",2254,9068 +"19777",2254,10142 +"19778",2255,2352 +"19779",2255,2353 +"19780",2255,8962 +"19781",2255,10011 +"19782",2255,34004 +"19783",2255,56806 +"19784",2255,70415 +"19785",2256,2290 +"19786",2256,2297 +"19787",2256,2517 +"19788",2256,8300 +"19789",2256,10374 +"19790",2256,11244 +"19791",2256,17576 +"19792",2256,22746 +"19793",2256,27538 +"19794",2256,27677 +"19795",2256,43940 +"19796",2256,53321 +"19797",2256,79877 +"19798",2256,103920 +"19799",2257,3816 +"19800",2257,38499 +"19801",2257,72164 +"19802",2258,4559 +"19803",2258,11410 +"19804",2258,25259 +"19805",2258,26429 +"19806",2258,26568 +"19807",2258,75593 +"19808",2258,103888 +"19809",2258,106703 +"19810",2258,116951 +"19811",2258,117301 +"19812",2258,119023 +"19813",2258,121934 +"19814",2259,2476 +"19815",2259,9297 +"19816",2259,18675 +"19817",2259,45874 +"19818",2259,68091 +"19819",2260,5531 +"19820",2260,17572 +"19821",2260,25221 +"19822",2260,31149 +"19823",2260,47148 +"19824",2260,61998 +"19825",2260,70488 +"19826",2260,71405 +"19827",2260,80742 +"19828",2260,102954 +"19829",2261,76720 +"19830",2262,5057 +"19831",2262,7219 +"19832",2262,18260 +"19833",2262,18917 +"19834",2262,20578 +"19835",2262,29855 +"19836",2262,32366 +"19837",2262,32521 +"19838",2262,34688 +"19839",2262,37366 +"19840",2262,39872 +"19841",2262,40005 +"19842",2262,43457 +"19843",2262,49763 +"19844",2262,49814 +"19845",2262,49942 +"19846",2262,53502 +"19847",2262,66350 +"19848",2262,72223 +"19849",2262,88655 +"19850",2262,89077 +"19851",2262,94258 +"19852",2262,97216 +"19853",2262,97707 +"19854",2262,108177 +"19855",2263,30143 +"19856",2263,43684 +"19857",2263,46585 +"19858",2263,47899 +"19859",2263,49005 +"19860",2265,3079 +"19861",2265,12976 +"19862",2265,13703 +"19863",2265,15537 +"19864",2265,24360 +"19865",2265,38186 +"19866",2265,44339 +"19867",2265,44502 +"19868",2265,49791 +"19869",2265,76396 +"19870",2265,96353 +"19871",2266,11589 +"19872",2266,11977 +"19873",2267,22923 +"19874",2267,24508 +"19875",2267,26412 +"19876",2268,2307 +"19877",2268,2342 +"19878",2268,2343 +"19879",2268,2354 +"19880",2269,2299 +"19881",2269,2300 +"19882",2269,2301 +"19883",2269,2317 +"19884",2269,2325 +"19885",2269,2590 +"19886",2269,2856 +"19887",2269,3966 +"19888",2269,4372 +"19889",2269,6294 +"19890",2269,6582 +"19891",2269,7861 +"19892",2269,8353 +"19893",2269,11507 +"19894",2269,15437 +"19895",2269,18301 +"19896",2269,26282 +"19897",2269,34012 +"19898",2269,34509 +"19899",2269,47248 +"19900",2269,51017 +"19901",2269,52144 +"19902",2269,56175 +"19903",2269,63547 +"19904",2269,64181 +"19905",2269,67744 +"19906",2269,70020 +"19907",2269,70605 +"19908",2269,74975 +"19909",2269,82977 +"19910",2269,83300 +"19911",2269,84474 +"19912",2269,90921 +"19913",2269,91744 +"19914",2269,92010 +"19915",2269,95997 +"19916",2269,109151 +"19917",2269,109745 +"19918",2269,113489 +"19919",2269,117701 +"19920",2269,117703 +"19921",2269,117707 +"19922",2270,8163 +"19923",2270,12875 +"19924",2270,18362 +"19925",2270,45601 +"19926",2270,75812 +"19927",2270,87514 +"19928",2270,98115 +"19929",2270,98126 +"19930",2271,2357 +"19931",2272,2413 +"19932",2272,2443 +"19933",2272,14290 +"19934",2272,14470 +"19935",2272,15582 +"19936",2272,22410 +"19937",2272,25334 +"19938",2272,27714 +"19939",2272,27828 +"19940",2272,31280 +"19941",2272,88805 +"19942",2272,93710 +"19943",2273,2321 +"19944",2273,5086 +"19945",2273,15215 +"19946",2273,49953 +"19947",2273,82009 +"19948",2273,118049 +"19949",2273,118052 +"19950",2274,20692 +"19951",2274,38602 +"19952",2274,54501 +"19953",2274,63707 +"19954",2274,98508 +"19955",2274,102907 +"19956",2274,120503 +"19957",2275,4944 +"19958",2275,9084 +"19959",2275,12746 +"19960",2275,13146 +"19961",2275,17645 +"19962",2275,20764 +"19963",2275,21906 +"19964",2275,25367 +"19965",2275,25413 +"19966",2275,43654 +"19967",2275,44222 +"19968",2275,45161 +"19969",2275,46726 +"19970",2275,47167 +"19971",2275,48464 +"19972",2275,59915 +"19973",2275,62668 +"19974",2275,70473 +"19975",2275,70981 +"19976",2275,71825 +"19977",2275,71837 +"19978",2275,77625 +"19979",2275,79681 +"19980",2275,82452 +"19981",2275,88409 +"19982",2275,90883 +"19983",2275,91383 +"19984",2275,92113 +"19985",2275,98904 +"19986",2275,102940 +"19987",2275,112947 +"19988",2275,118577 +"19989",2275,119085 +"19990",2275,119224 +"19991",2275,119439 +"19992",2275,120085 +"19993",2275,120232 +"19994",2275,121213 +"19995",2276,73871 +"19996",2276,81285 +"19997",2277,5553 +"19998",2277,19811 +"19999",2277,21009 +"20000",2277,21017 +"20001",2278,2345 +"20002",2278,16122 +"20003",2278,34303 +"20004",2278,34946 +"20005",2278,36470 +"20006",2278,37033 +"20007",2278,37087 +"20008",2278,46950 +"20009",2278,69712 +"20010",2278,70365 +"20011",2278,88016 +"20012",2279,36186 +"20013",2279,49762 +"20014",2279,51337 +"20015",2279,55896 +"20016",2279,82554 +"20017",2280,2329 +"20018",2280,3205 +"20019",2280,16325 +"20020",2280,16717 +"20021",2280,17743 +"20022",2280,22260 +"20023",2280,25990 +"20024",2280,35902 +"20025",2280,42231 +"20026",2280,45146 +"20027",2280,48307 +"20028",2280,55109 +"20029",2280,70131 +"20030",2280,85736 +"20031",2280,121804 +"20032",2281,17036 +"20033",2281,45279 +"20034",2281,47943 +"20035",2281,50204 +"20036",2281,50302 +"20037",2282,2927 +"20038",2282,9673 +"20039",2282,13370 +"20040",2282,22357 +"20041",2282,26597 +"20042",2282,27745 +"20043",2282,28782 +"20044",2282,36840 +"20045",2282,60203 +"20046",2282,79483 +"20047",2282,80970 +"20048",2282,86532 +"20049",2282,88984 +"20050",2282,117063 +"20051",2283,2333 +"20052",2283,47147 +"20053",2283,80201 +"20054",2283,89420 +"20055",2284,2305 +"20056",2284,2319 +"20057",2284,5795 +"20058",2284,8858 +"20059",2284,11808 +"20060",2284,50340 +"20061",2284,76163 +"20062",2284,83862 +"20063",2285,65262 +"20064",2286,62608 +"20065",2287,14739 +"20066",2287,27356 +"20067",2287,47568 +"20068",2288,31120 +"20069",2288,40874 +"20070",2288,114460 +"20071",2289,5072 +"20072",2289,5659 +"20073",2289,39556 +"20074",2289,94784 +"20075",2290,2297 +"20076",2290,8300 +"20077",2290,11244 +"20078",2290,11813 +"20079",2290,17576 +"20080",2290,18214 +"20081",2290,25826 +"20082",2290,27485 +"20083",2290,27677 +"20084",2290,53959 +"20085",2290,63207 +"20086",2290,76764 +"20087",2290,76997 +"20088",2290,77904 +"20089",2290,81770 +"20090",2290,81776 +"20091",2290,82090 +"20092",2290,84792 +"20093",2290,86576 +"20094",2290,95366 +"20095",2290,95473 +"20096",2290,100566 +"20097",2290,103920 +"20098",2290,109339 +"20099",2290,110887 +"20100",2290,110892 +"20101",2290,111300 +"20102",2290,121380 +"20103",2291,28395 +"20104",2291,28396 +"20105",2291,34393 +"20106",2291,34610 +"20107",2291,46853 +"20108",2291,84791 +"20109",2291,115778 +"20110",2292,8894 +"20111",2292,30363 +"20112",2292,80211 +"20113",2292,80968 +"20114",2292,89211 +"20115",2293,2550 +"20116",2293,51480 +"20117",2293,115870 +"20118",2294,2593 +"20119",2294,10087 +"20120",2294,18309 +"20121",2294,24185 +"20122",2294,29599 +"20123",2294,38456 +"20124",2294,76068 +"20125",2294,79963 +"20126",2294,110531 +"20127",2295,11124 +"20128",2295,54728 +"20129",2295,66848 +"20130",2295,66868 +"20131",2295,66910 +"20132",2295,66924 +"20133",2296,6204 +"20134",2296,12448 +"20135",2296,28030 +"20136",2296,42339 +"20137",2296,57369 +"20138",2296,63669 +"20139",2296,66870 +"20140",2297,11244 +"20141",2298,5659 +"20142",2298,7638 +"20143",2298,11670 +"20144",2298,12478 +"20145",2298,14428 +"20146",2298,19894 +"20147",2298,29053 +"20148",2298,37547 +"20149",2298,39556 +"20150",2298,47553 +"20151",2298,56097 +"20152",2298,59412 +"20153",2298,69651 +"20154",2298,69666 +"20155",2298,81880 +"20156",2298,85934 +"20157",2298,123306 +"20158",2299,2300 +"20159",2299,2301 +"20160",2299,2325 +"20161",2299,2590 +"20162",2299,7861 +"20163",2299,11507 +"20164",2299,12351 +"20165",2299,16168 +"20166",2299,17734 +"20167",2299,29450 +"20168",2299,34509 +"20169",2299,52144 +"20170",2299,53433 +"20171",2299,56175 +"20172",2299,67434 +"20173",2299,67744 +"20174",2299,76009 +"20175",2299,79410 +"20176",2299,83300 +"20177",2299,113172 +"20178",2300,2301 +"20179",2300,2325 +"20180",2300,2590 +"20181",2300,7861 +"20182",2300,25129 +"20183",2300,34509 +"20184",2300,39091 +"20185",2300,43373 +"20186",2300,48484 +"20187",2300,52144 +"20188",2300,56175 +"20189",2300,67744 +"20190",2300,79410 +"20191",2300,83300 +"20192",2300,94830 +"20193",2300,94850 +"20194",2300,94856 +"20195",2300,113172 +"20196",2301,2325 +"20197",2301,2590 +"20198",2301,15437 +"20199",2301,25129 +"20200",2301,25341 +"20201",2301,26282 +"20202",2301,27025 +"20203",2301,34509 +"20204",2301,38522 +"20205",2301,48484 +"20206",2301,52144 +"20207",2301,56175 +"20208",2301,58035 +"20209",2301,64181 +"20210",2301,67434 +"20211",2301,84474 +"20212",2301,87364 +"20213",2301,94830 +"20214",2301,94850 +"20215",2301,94856 +"20216",2301,109745 +"20217",2302,20035 +"20218",2302,30207 +"20219",2302,44992 +"20220",2303,2336 +"20221",2303,2560 +"20222",2303,2561 +"20223",2303,2576 +"20224",2303,7913 +"20225",2303,12691 +"20226",2303,33625 +"20227",2303,33701 +"20228",2303,33779 +"20229",2304,17075 +"20230",2304,19097 +"20231",2305,2319 +"20232",2305,3694 +"20233",2306,2612 +"20234",2306,5547 +"20235",2306,56546 +"20236",2306,78825 +"20237",2307,2342 +"20238",2307,2343 +"20239",2307,2354 +"20240",2308,10024 +"20241",2308,26474 +"20242",2308,52337 +"20243",2308,68247 +"20244",2309,18974 +"20245",2309,24184 +"20246",2309,25798 +"20247",2309,26578 +"20248",2309,32586 +"20249",2309,44757 +"20250",2309,45406 +"20251",2309,58137 +"20252",2309,61131 +"20253",2310,5041 +"20254",2310,7647 +"20255",2310,12645 +"20256",2310,42734 +"20257",2310,50376 +"20258",2310,65116 +"20259",2310,65416 +"20260",2310,79116 +"20261",2311,48332 +"20262",2311,57458 +"20263",2312,5161 +"20264",2312,7834 +"20265",2312,10127 +"20266",2312,13631 +"20267",2312,22857 +"20268",2312,27962 +"20269",2312,32586 +"20270",2312,50198 +"20271",2312,58137 +"20272",2313,14960 +"20273",2313,85725 +"20274",2314,6280 +"20275",2314,34610 +"20276",2314,47984 +"20277",2314,56284 +"20278",2314,63026 +"20279",2314,79270 +"20280",2315,2593 +"20281",2316,5022 +"20282",2316,7699 +"20283",2316,93554 +"20284",2316,99633 +"20285",2316,122331 +"20286",2317,2856 +"20287",2317,3777 +"20288",2317,6294 +"20289",2317,6582 +"20290",2317,8353 +"20291",2317,25630 +"20292",2317,34012 +"20293",2317,47248 +"20294",2317,51017 +"20295",2317,53913 +"20296",2317,63547 +"20297",2317,64950 +"20298",2317,70020 +"20299",2317,74731 +"20300",2317,74975 +"20301",2317,82977 +"20302",2317,87284 +"20303",2317,89711 +"20304",2317,90921 +"20305",2317,95997 +"20306",2317,117701 +"20307",2317,117703 +"20308",2317,117707 +"20309",2318,5158 +"20310",2318,17190 +"20311",2318,27123 +"20312",2318,27733 +"20313",2318,29407 +"20314",2318,32363 +"20315",2318,54149 +"20316",2318,59558 +"20317",2318,64001 +"20318",2318,78968 +"20319",2318,89690 +"20320",2318,109430 +"20321",2320,4944 +"20322",2320,7759 +"20323",2320,21711 +"20324",2320,36625 +"20325",2320,37904 +"20326",2320,44135 +"20327",2320,44136 +"20328",2320,61796 +"20329",2320,72665 +"20330",2320,76453 +"20331",2320,77362 +"20332",2320,83255 +"20333",2320,94454 +"20334",2320,119668 +"20335",2321,9546 +"20336",2321,10018 +"20337",2321,14205 +"20338",2321,28704 +"20339",2321,98111 +"20340",2321,101531 +"20341",2322,10540 +"20342",2322,14505 +"20343",2322,25931 +"20344",2322,32206 +"20345",2322,32751 +"20346",2322,77894 +"20347",2322,81370 +"20348",2322,85701 +"20349",2322,92572 +"20350",2322,1e+05 +"20351",2322,101186 +"20352",2322,103929 +"20353",2322,103953 +"20354",2322,104935 +"20355",2323,2373 +"20356",2323,7120 +"20357",2323,27295 +"20358",2323,86389 +"20359",2323,87127 +"20360",2323,108532 +"20361",2323,112331 +"20362",2324,2556 +"20363",2324,2623 +"20364",2324,13062 +"20365",2324,15819 +"20366",2324,16646 +"20367",2324,18500 +"20368",2324,18871 +"20369",2324,26577 +"20370",2324,27235 +"20371",2324,32233 +"20372",2324,36444 +"20373",2324,41274 +"20374",2324,51058 +"20375",2324,51173 +"20376",2324,58761 +"20377",2324,61630 +"20378",2324,62536 +"20379",2324,76676 +"20380",2324,76826 +"20381",2324,80798 +"20382",2324,81923 +"20383",2324,82512 +"20384",2324,89674 +"20385",2324,89695 +"20386",2324,107102 +"20387",2325,2590 +"20388",2325,34509 +"20389",2325,67216 +"20390",2325,73185 +"20391",2325,79410 +"20392",2325,79411 +"20393",2326,2589 +"20394",2326,2606 +"20395",2327,40396 +"20396",2327,41076 +"20397",2327,61565 +"20398",2327,120848 +"20399",2328,2330 +"20400",2328,27337 +"20401",2328,66582 +"20402",2328,73637 +"20403",2328,98211 +"20404",2328,116703 +"20405",2329,13558 +"20406",2329,27799 +"20407",2329,58194 +"20408",2329,83680 +"20409",2329,87548 +"20410",2331,38686 +"20411",2332,7370 +"20412",2332,29940 +"20413",2332,30606 +"20414",2332,66680 +"20415",2332,88762 +"20416",2332,88845 +"20417",2333,9336 +"20418",2333,10823 +"20419",2333,36487 +"20420",2333,38074 +"20421",2333,51848 +"20422",2333,53225 +"20423",2333,56959 +"20424",2333,65636 +"20425",2333,66981 +"20426",2333,82205 +"20427",2333,101589 +"20428",2333,122379 +"20429",2334,26635 +"20430",2334,28048 +"20431",2334,79697 +"20432",2334,94398 +"20433",2334,104394 +"20434",2334,118192 +"20435",2335,5362 +"20436",2335,22268 +"20437",2335,27006 +"20438",2335,30573 +"20439",2335,30707 +"20440",2335,36396 +"20441",2335,102715 +"20442",2335,114929 +"20443",2335,114933 +"20444",2336,2560 +"20445",2336,2561 +"20446",2336,2576 +"20447",2336,28904 +"20448",2336,29770 +"20449",2336,54775 +"20450",2336,54777 +"20451",2336,61454 +"20452",2336,67454 +"20453",2336,67467 +"20454",2337,2600 +"20455",2337,3849 +"20456",2337,5312 +"20457",2337,15734 +"20458",2337,25078 +"20459",2337,25724 +"20460",2337,34529 +"20461",2337,39568 +"20462",2337,46936 +"20463",2337,47070 +"20464",2338,41114 +"20465",2338,57536 +"20466",2338,62372 +"20467",2338,121887 +"20468",2339,3087 +"20469",2339,7319 +"20470",2339,12990 +"20471",2339,19456 +"20472",2339,43174 +"20473",2339,43195 +"20474",2339,43204 +"20475",2339,54119 +"20476",2339,54830 +"20477",2339,84437 +"20478",2339,84468 +"20479",2340,33476 +"20480",2340,78030 +"20481",2341,5503 +"20482",2341,8391 +"20483",2341,32056 +"20484",2341,37704 +"20485",2341,48381 +"20486",2341,82748 +"20487",2342,2343 +"20488",2342,2354 +"20489",2342,8317 +"20490",2342,11833 +"20491",2342,18846 +"20492",2342,39929 +"20493",2342,62795 +"20494",2342,65779 +"20495",2342,65808 +"20496",2342,81866 +"20497",2342,85920 +"20498",2342,103061 +"20499",2342,105895 +"20500",2343,2354 +"20501",2344,7156 +"20502",2344,7948 +"20503",2344,9034 +"20504",2344,9489 +"20505",2344,10727 +"20506",2344,10814 +"20507",2344,16795 +"20508",2344,17172 +"20509",2344,18604 +"20510",2344,19307 +"20511",2344,23253 +"20512",2344,25055 +"20513",2344,27579 +"20514",2344,27614 +"20515",2344,35932 +"20516",2344,36058 +"20517",2345,2956 +"20518",2345,4094 +"20519",2345,7471 +"20520",2345,8870 +"20521",2345,8942 +"20522",2345,9741 +"20523",2345,12640 +"20524",2345,13313 +"20525",2345,16564 +"20526",2345,18596 +"20527",2345,19580 +"20528",2345,21682 +"20529",2345,21828 +"20530",2345,21847 +"20531",2345,21849 +"20532",2345,39667 +"20533",2345,47733 +"20534",2346,59252 +"20535",2346,74976 +"20536",2347,5716 +"20537",2347,6318 +"20538",2347,6652 +"20539",2347,7823 +"20540",2347,10742 +"20541",2347,11082 +"20542",2347,11350 +"20543",2347,11966 +"20544",2347,12049 +"20545",2347,12543 +"20546",2347,12789 +"20547",2347,14835 +"20548",2347,15301 +"20549",2347,16352 +"20550",2347,21571 +"20551",2347,21848 +"20552",2347,23159 +"20553",2347,23606 +"20554",2347,24478 +"20555",2347,25264 +"20556",2347,29043 +"20557",2347,29537 +"20558",2347,29538 +"20559",2347,32567 +"20560",2347,34735 +"20561",2347,36197 +"20562",2347,42619 +"20563",2347,49019 +"20564",2347,51299 +"20565",2347,57714 +"20566",2347,59376 +"20567",2347,67817 +"20568",2347,71932 +"20569",2347,73717 +"20570",2347,76905 +"20571",2347,79585 +"20572",2347,88077 +"20573",2348,2349 +"20574",2348,2879 +"20575",2348,13187 +"20576",2348,27783 +"20577",2348,33483 +"20578",2348,36136 +"20579",2348,36160 +"20580",2348,38224 +"20581",2348,39614 +"20582",2348,76807 +"20583",2348,79818 +"20584",2348,112120 +"20585",2349,2879 +"20586",2349,7237 +"20587",2349,7403 +"20588",2349,13187 +"20589",2349,14058 +"20590",2349,16078 +"20591",2349,18571 +"20592",2349,26713 +"20593",2349,27783 +"20594",2349,31164 +"20595",2349,36136 +"20596",2349,36160 +"20597",2349,38224 +"20598",2349,39105 +"20599",2349,39614 +"20600",2349,45443 +"20601",2349,46951 +"20602",2349,47571 +"20603",2349,76807 +"20604",2349,79818 +"20605",2349,82794 +"20606",2349,92953 +"20607",2349,103826 +"20608",2349,108968 +"20609",2349,112120 +"20610",2349,115674 +"20611",2349,117098 +"20612",2349,122198 +"20613",2351,6706 +"20614",2351,26386 +"20615",2351,42852 +"20616",2351,63956 +"20617",2351,96360 +"20618",2351,121819 +"20619",2352,2353 +"20620",2353,8962 +"20621",2353,70415 +"20622",2355,3823 +"20623",2355,37362 +"20624",2355,39371 +"20625",2355,43850 +"20626",2355,51014 +"20627",2355,54279 +"20628",2355,58095 +"20629",2355,65321 +"20630",2355,70840 +"20631",2355,70846 +"20632",2356,10223 +"20633",2356,17687 +"20634",2356,26869 +"20635",2356,27467 +"20636",2356,36179 +"20637",2356,42948 +"20638",2356,60413 +"20639",2356,60536 +"20640",2356,67137 +"20641",2356,69891 +"20642",2357,2436 +"20643",2357,15196 +"20644",2357,17849 +"20645",2357,18924 +"20646",2357,21872 +"20647",2357,22005 +"20648",2357,31751 +"20649",2357,35803 +"20650",2357,38140 +"20651",2357,59499 +"20652",2357,71982 +"20653",2357,76643 +"20654",2357,76672 +"20655",2357,83143 +"20656",2357,90605 +"20657",2357,90770 +"20658",2357,94042 +"20659",2357,100275 +"20660",2357,110028 +"20661",2357,111658 +"20662",2358,2363 +"20663",2358,5442 +"20664",2358,71874 +"20665",2359,14674 +"20666",2359,26741 +"20667",2359,31728 +"20668",2359,44026 +"20669",2359,46318 +"20670",2359,77594 +"20671",2360,5345 +"20672",2360,74740 +"20673",2360,113909 +"20674",2361,2402 +"20675",2361,8055 +"20676",2361,21884 +"20677",2361,41993 +"20678",2361,77441 +"20679",2361,81465 +"20680",2361,101112 +"20681",2362,3293 +"20682",2362,7400 +"20683",2362,7486 +"20684",2362,8738 +"20685",2362,9529 +"20686",2362,11022 +"20687",2362,13792 +"20688",2362,15455 +"20689",2362,17037 +"20690",2362,18570 +"20691",2362,18582 +"20692",2362,52710 +"20693",2362,59685 +"20694",2362,70532 +"20695",2363,4228 +"20696",2363,10218 +"20697",2363,15324 +"20698",2363,20994 +"20699",2363,66141 +"20700",2364,19186 +"20701",2364,29888 +"20702",2364,59058 +"20703",2364,59112 +"20704",2364,61416 +"20705",2364,74115 +"20706",2364,74193 +"20707",2365,2914 +"20708",2365,63859 +"20709",2366,2555 +"20710",2366,24731 +"20711",2366,30013 +"20712",2366,47391 +"20713",2366,66085 +"20714",2366,117374 +"20715",2366,117789 +"20716",2367,2377 +"20717",2367,2881 +"20718",2367,5855 +"20719",2367,39871 +"20720",2367,95297 +"20721",2368,54986 +"20722",2368,81292 +"20723",2368,86933 +"20724",2368,106400 +"20725",2368,109169 +"20726",2369,25211 +"20727",2369,68544 +"20728",2369,100079 +"20729",2369,110065 +"20730",2369,110112 +"20731",2370,2597 +"20732",2370,3073 +"20733",2370,6020 +"20734",2370,11448 +"20735",2370,23073 +"20736",2370,23535 +"20737",2370,23718 +"20738",2370,23972 +"20739",2370,23993 +"20740",2370,43657 +"20741",2370,45562 +"20742",2370,66852 +"20743",2370,68967 +"20744",2370,78956 +"20745",2370,84576 +"20746",2370,91768 +"20747",2370,93346 +"20748",2370,105065 +"20749",2370,117271 +"20750",2371,53041 +"20751",2371,93765 +"20752",2371,118221 +"20753",2372,2484 +"20754",2372,7064 +"20755",2372,7768 +"20756",2372,11655 +"20757",2372,15876 +"20758",2372,17520 +"20759",2372,17582 +"20760",2372,30179 +"20761",2372,33158 +"20762",2372,38921 +"20763",2372,42264 +"20764",2372,47268 +"20765",2372,47323 +"20766",2372,47351 +"20767",2372,47535 +"20768",2372,47562 +"20769",2372,47623 +"20770",2372,47624 +"20771",2372,49025 +"20772",2372,50252 +"20773",2372,60021 +"20774",2373,2619 +"20775",2373,16940 +"20776",2373,18004 +"20777",2373,20641 +"20778",2373,21198 +"20779",2373,23450 +"20780",2373,38070 +"20781",2373,55129 +"20782",2373,55139 +"20783",2373,71342 +"20784",2373,86389 +"20785",2373,101235 +"20786",2373,101999 +"20787",2373,105490 +"20788",2373,108532 +"20789",2373,112331 +"20790",2374,28923 +"20791",2374,47488 +"20792",2374,55381 +"20793",2374,85714 +"20794",2374,95191 +"20795",2374,102405 +"20796",2374,106273 +"20797",2374,114607 +"20798",2375,2442 +"20799",2375,9831 +"20800",2375,23323 +"20801",2375,33626 +"20802",2375,38243 +"20803",2375,78598 +"20804",2375,84495 +"20805",2375,84796 +"20806",2375,103417 +"20807",2375,108859 +"20808",2375,114971 +"20809",2376,2628 +"20810",2376,3080 +"20811",2376,3239 +"20812",2376,7962 +"20813",2376,7966 +"20814",2376,8001 +"20815",2376,8002 +"20816",2376,8026 +"20817",2376,16041 +"20818",2376,40689 +"20819",2377,5855 +"20820",2377,33151 +"20821",2377,54966 +"20822",2378,2386 +"20823",2378,12617 +"20824",2378,24429 +"20825",2378,26621 +"20826",2378,43770 +"20827",2378,62605 +"20828",2378,65362 +"20829",2378,91504 +"20830",2378,99424 +"20831",2378,100407 +"20832",2378,114456 +"20833",2379,2475 +"20834",2379,32417 +"20835",2379,116013 +"20836",2380,6570 +"20837",2380,10747 +"20838",2380,12566 +"20839",2380,15601 +"20840",2380,16164 +"20841",2380,16894 +"20842",2380,17354 +"20843",2380,17369 +"20844",2380,18765 +"20845",2380,19506 +"20846",2380,19536 +"20847",2380,23140 +"20848",2380,28017 +"20849",2380,33551 +"20850",2380,42962 +"20851",2380,44662 +"20852",2380,45330 +"20853",2380,77835 +"20854",2380,79511 +"20855",2380,79870 +"20856",2380,83053 +"20857",2380,88695 +"20858",2380,90790 +"20859",2380,91162 +"20860",2380,91163 +"20861",2380,91165 +"20862",2380,91170 +"20863",2380,91201 +"20864",2381,54721 +"20865",2381,78612 +"20866",2382,2671 +"20867",2382,5802 +"20868",2382,5839 +"20869",2382,7315 +"20870",2382,8198 +"20871",2382,11499 +"20872",2382,19718 +"20873",2382,22231 +"20874",2382,26729 +"20875",2382,34978 +"20876",2382,43252 +"20877",2382,54476 +"20878",2382,61007 +"20879",2382,64825 +"20880",2382,66417 +"20881",2382,72363 +"20882",2382,78626 +"20883",2383,3033 +"20884",2383,17868 +"20885",2383,24092 +"20886",2383,24577 +"20887",2383,28395 +"20888",2383,56252 +"20889",2383,87117 +"20890",2383,95775 +"20891",2383,109686 +"20892",2383,112218 +"20893",2383,112610 +"20894",2384,2709 +"20895",2384,17703 +"20896",2384,17704 +"20897",2384,17739 +"20898",2384,42932 +"20899",2384,47357 +"20900",2384,55342 +"20901",2384,56354 +"20902",2384,83934 +"20903",2384,95321 +"20904",2385,2679 +"20905",2385,9544 +"20906",2385,32280 +"20907",2385,42132 +"20908",2385,47849 +"20909",2385,51427 +"20910",2385,53390 +"20911",2385,64111 +"20912",2386,12617 +"20913",2386,24429 +"20914",2386,62605 +"20915",2386,65362 +"20916",2386,99424 +"20917",2387,3731 +"20918",2387,30895 +"20919",2387,55087 +"20920",2387,64210 +"20921",2387,79455 +"20922",2387,88143 +"20923",2387,105558 +"20924",2388,3699 +"20925",2388,5710 +"20926",2388,7994 +"20927",2388,11986 +"20928",2388,12372 +"20929",2388,12976 +"20930",2388,13072 +"20931",2388,28218 +"20932",2388,36559 +"20933",2388,39964 +"20934",2388,43281 +"20935",2388,62661 +"20936",2388,63477 +"20937",2388,78563 +"20938",2388,78696 +"20939",2388,79088 +"20940",2388,83575 +"20941",2388,101937 +"20942",2388,102240 +"20943",2389,2487 +"20944",2389,2768 +"20945",2389,16688 +"20946",2389,26330 +"20947",2389,30855 +"20948",2389,40840 +"20949",2389,42374 +"20950",2389,44834 +"20951",2389,48068 +"20952",2389,50306 +"20953",2389,52143 +"20954",2389,62042 +"20955",2389,67741 +"20956",2389,89713 +"20957",2389,93471 +"20958",2389,108153 +"20959",2389,108160 +"20960",2390,6393 +"20961",2390,10350 +"20962",2390,13424 +"20963",2390,19502 +"20964",2390,52255 +"20965",2390,103276 +"20966",2390,121722 +"20967",2391,4192 +"20968",2391,17560 +"20969",2391,19903 +"20970",2391,42257 +"20971",2391,46675 +"20972",2391,54226 +"20973",2391,79252 +"20974",2391,98061 +"20975",2392,27816 +"20976",2392,53001 +"20977",2392,56280 +"20978",2393,2721 +"20979",2393,8794 +"20980",2393,10906 +"20981",2393,11223 +"20982",2393,37787 +"20983",2393,48900 +"20984",2393,52283 +"20985",2393,53722 +"20986",2393,107952 +"20987",2393,111497 +"20988",2393,121321 +"20989",2393,121329 +"20990",2393,121335 +"20991",2393,121342 +"20992",2393,121392 +"20993",2394,2415 +"20994",2394,2595 +"20995",2394,2749 +"20996",2394,52327 +"20997",2394,101179 +"20998",2394,103408 +"20999",2394,116369 +"21000",2394,122445 +"21001",2395,3586 +"21002",2395,107177 +"21003",2395,107266 +"21004",2396,2435 +"21005",2396,2438 +"21006",2396,2620 +"21007",2396,17837 +"21008",2397,59526 +"21009",2398,34406 +"21010",2398,56722 +"21011",2399,24081 +"21012",2399,43115 +"21013",2399,43200 +"21014",2400,11927 +"21015",2400,20492 +"21016",2400,24507 +"21017",2400,26721 +"21018",2400,31122 +"21019",2400,41190 +"21020",2400,42959 +"21021",2400,50328 +"21022",2400,53589 +"21023",2400,61067 +"21024",2401,29224 +"21025",2401,29613 +"21026",2401,65421 +"21027",2402,7830 +"21028",2402,20122 +"21029",2402,25727 +"21030",2402,33119 +"21031",2402,65400 +"21032",2402,78451 +"21033",2402,84607 +"21034",2402,110272 +"21035",2402,111019 +"21036",2402,115817 +"21037",2402,116107 +"21038",2402,116108 +"21039",2402,116109 +"21040",2403,29967 +"21041",2403,35807 +"21042",2403,75711 +"21043",2404,4695 +"21044",2404,4766 +"21045",2404,5067 +"21046",2404,14185 +"21047",2404,14241 +"21048",2404,18238 +"21049",2404,20349 +"21050",2404,24246 +"21051",2404,38564 +"21052",2404,40940 +"21053",2404,48707 +"21054",2404,50397 +"21055",2404,66369 +"21056",2404,88626 +"21057",2404,109053 +"21058",2404,110356 +"21059",2404,116224 +"21060",2405,5741 +"21061",2405,5758 +"21062",2405,10104 +"21063",2405,10145 +"21064",2405,10146 +"21065",2406,2712 +"21066",2406,20973 +"21067",2406,23159 +"21068",2406,24647 +"21069",2406,24648 +"21070",2406,47911 +"21071",2406,48897 +"21072",2407,2687 +"21073",2407,4148 +"21074",2407,5318 +"21075",2407,6415 +"21076",2407,9082 +"21077",2407,10737 +"21078",2407,12680 +"21079",2407,16866 +"21080",2407,17942 +"21081",2407,18865 +"21082",2407,26355 +"21083",2407,27077 +"21084",2407,29482 +"21085",2407,31447 +"21086",2407,35702 +"21087",2407,39487 +"21088",2407,41451 +"21089",2407,42898 +"21090",2407,44124 +"21091",2407,47133 +"21092",2407,47414 +"21093",2407,49106 +"21094",2407,57094 +"21095",2407,58898 +"21096",2407,59147 +"21097",2407,59237 +"21098",2407,59359 +"21099",2407,61563 +"21100",2407,61867 +"21101",2407,62007 +"21102",2407,62078 +"21103",2407,62375 +"21104",2407,62633 +"21105",2407,63395 +"21106",2407,64408 +"21107",2407,64418 +"21108",2407,64511 +"21109",2407,65230 +"21110",2407,66145 +"21111",2407,67503 +"21112",2407,67721 +"21113",2407,68816 +"21114",2407,68909 +"21115",2407,68938 +"21116",2407,69332 +"21117",2407,69659 +"21118",2407,69681 +"21119",2407,70610 +"21120",2407,70611 +"21121",2407,70725 +"21122",2407,71211 +"21123",2407,71505 +"21124",2407,71887 +"21125",2407,88044 +"21126",2407,109416 +"21127",2407,109490 +"21128",2407,120216 +"21129",2408,9165 +"21130",2408,27139 +"21131",2408,27216 +"21132",2408,49956 +"21133",2408,50559 +"21134",2408,69996 +"21135",2409,15276 +"21136",2409,63019 +"21137",2409,64111 +"21138",2409,93894 +"21139",2409,116426 +"21140",2410,21603 +"21141",2411,42935 +"21142",2412,15903 +"21143",2412,17066 +"21144",2412,47655 +"21145",2412,76772 +"21146",2413,14290 +"21147",2413,25919 +"21148",2413,45799 +"21149",2413,52950 +"21150",2413,57443 +"21151",2413,60201 +"21152",2413,77752 +"21153",2413,81888 +"21154",2413,91644 +"21155",2413,102728 +"21156",2413,110270 +"21157",2413,118336 +"21158",2413,119811 +"21159",2414,8816 +"21160",2414,30581 +"21161",2414,36792 +"21162",2414,44353 +"21163",2414,91793 +"21164",2414,113497 +"21165",2414,114446 +"21166",2415,2595 +"21167",2415,2749 +"21168",2416,52664 +"21169",2416,81275 +"21170",2416,82059 +"21171",2416,87707 +"21172",2417,2419 +"21173",2417,69643 +"21174",2417,92382 +"21175",2417,112868 +"21176",2418,2532 +"21177",2418,6133 +"21178",2418,19239 +"21179",2418,23444 +"21180",2418,31775 +"21181",2419,30168 +"21182",2419,31680 +"21183",2420,2455 +"21184",2420,2461 +"21185",2420,6539 +"21186",2420,22902 +"21187",2420,30026 +"21188",2420,30069 +"21189",2420,30184 +"21190",2420,30242 +"21191",2420,30243 +"21192",2420,30258 +"21193",2420,30337 +"21194",2420,30338 +"21195",2420,30495 +"21196",2420,30496 +"21197",2420,30498 +"21198",2421,2517 +"21199",2421,2575 +"21200",2421,2586 +"21201",2421,11466 +"21202",2421,11679 +"21203",2421,11868 +"21204",2421,22983 +"21205",2421,26722 +"21206",2421,28078 +"21207",2421,32841 +"21208",2421,48084 +"21209",2421,49078 +"21210",2421,49232 +"21211",2421,51233 +"21212",2421,51433 +"21213",2421,53775 +"21214",2421,56310 +"21215",2421,61837 +"21216",2421,71489 +"21217",2421,78208 +"21218",2421,82092 +"21219",2422,3147 +"21220",2422,9924 +"21221",2423,2453 +"21222",2423,2510 +"21223",2423,3004 +"21224",2423,50467 +"21225",2423,51057 +"21226",2424,2456 +"21227",2424,2469 +"21228",2424,2470 +"21229",2424,2510 +"21230",2424,2530 +"21231",2424,2533 +"21232",2424,2534 +"21233",2424,2552 +"21234",2424,3072 +"21235",2424,3120 +"21236",2424,3283 +"21237",2424,3286 +"21238",2424,3305 +"21239",2424,3354 +"21240",2424,4155 +"21241",2424,4963 +"21242",2424,6750 +"21243",2424,7042 +"21244",2424,8976 +"21245",2424,9160 +"21246",2424,9189 +"21247",2424,10164 +"21248",2424,15813 +"21249",2424,17685 +"21250",2424,17931 +"21251",2424,18163 +"21252",2424,18782 +"21253",2424,21118 +"21254",2424,21179 +"21255",2424,21197 +"21256",2424,21198 +"21257",2424,21285 +"21258",2424,23697 +"21259",2424,25931 +"21260",2424,28600 +"21261",2424,33014 +"21262",2424,33153 +"21263",2424,34537 +"21264",2424,35528 +"21265",2424,43455 +"21266",2424,46629 +"21267",2424,47501 +"21268",2424,48244 +"21269",2424,49129 +"21270",2424,51022 +"21271",2424,51979 +"21272",2424,52576 +"21273",2424,56913 +"21274",2424,58078 +"21275",2424,61982 +"21276",2424,76892 +"21277",2424,78597 +"21278",2424,78934 +"21279",2424,81362 +"21280",2424,87200 +"21281",2425,2516 +"21282",2426,20677 +"21283",2426,52654 +"21284",2426,71225 +"21285",2426,77552 +"21286",2426,79475 +"21287",2427,2992 +"21288",2427,3028 +"21289",2427,68292 +"21290",2428,3008 +"21291",2428,13092 +"21292",2428,22363 +"21293",2428,24265 +"21294",2428,54216 +"21295",2428,77178 +"21296",2428,77182 +"21297",2429,3417 +"21298",2429,4838 +"21299",2429,17230 +"21300",2429,30802 +"21301",2429,31443 +"21302",2429,31589 +"21303",2429,31651 +"21304",2429,32202 +"21305",2429,32531 +"21306",2429,41428 +"21307",2429,43443 +"21308",2429,54579 +"21309",2429,58235 +"21310",2429,65497 +"21311",2429,65764 +"21312",2429,66428 +"21313",2429,71407 +"21314",2429,105101 +"21315",2429,105133 +"21316",2430,2680 +"21317",2430,2934 +"21318",2430,4526 +"21319",2430,7942 +"21320",2430,8848 +"21321",2430,16358 +"21322",2430,26590 +"21323",2430,31390 +"21324",2430,40906 +"21325",2430,41428 +"21326",2430,55080 +"21327",2430,71255 +"21328",2430,71757 +"21329",2430,96161 +"21330",2430,108808 +"21331",2430,110519 +"21332",2431,23082 +"21333",2431,58156 +"21334",2431,108589 +"21335",2432,3560 +"21336",2432,9055 +"21337",2432,13262 +"21338",2432,52551 +"21339",2432,55638 +"21340",2432,64083 +"21341",2432,64093 +"21342",2432,64118 +"21343",2433,5911 +"21344",2433,22243 +"21345",2433,25601 +"21346",2433,31185 +"21347",2433,76043 +"21348",2433,79471 +"21349",2433,117863 +"21350",2434,39468 +"21351",2434,58582 +"21352",2434,83400 +"21353",2434,113240 +"21354",2435,2438 +"21355",2435,2620 +"21356",2435,6071 +"21357",2435,14392 +"21358",2435,26866 +"21359",2435,95407 +"21360",2436,38140 +"21361",2436,94042 +"21362",2437,2446 +"21363",2437,10017 +"21364",2437,34237 +"21365",2437,34338 +"21366",2437,44268 +"21367",2437,66124 +"21368",2437,75754 +"21369",2438,2620 +"21370",2438,25934 +"21371",2439,2740 +"21372",2439,72025 +"21373",2440,34682 +"21374",2440,76607 +"21375",2440,105957 +"21376",2441,9638 +"21377",2441,17217 +"21378",2441,26999 +"21379",2441,31819 +"21380",2441,31854 +"21381",2441,39249 +"21382",2441,44854 +"21383",2441,52879 +"21384",2441,80413 +"21385",2442,6646 +"21386",2442,9273 +"21387",2442,9831 +"21388",2442,17032 +"21389",2442,86047 +"21390",2443,15582 +"21391",2443,20819 +"21392",2443,27512 +"21393",2443,28250 +"21394",2443,31280 +"21395",2443,46568 +"21396",2443,52231 +"21397",2443,104948 +"21398",2444,9947 +"21399",2444,29657 +"21400",2444,34976 +"21401",2444,78558 +"21402",2444,82208 +"21403",2444,107010 +"21404",2444,107019 +"21405",2444,107024 +"21406",2444,107032 +"21407",2444,107040 +"21408",2444,107058 +"21409",2445,58426 +"21410",2445,108968 +"21411",2446,26954 +"21412",2446,34021 +"21413",2446,37288 +"21414",2446,54752 +"21415",2446,70848 +"21416",2447,2743 +"21417",2447,5195 +"21418",2447,30931 +"21419",2447,43883 +"21420",2447,44364 +"21421",2447,50312 +"21422",2448,2511 +"21423",2448,19382 +"21424",2448,56248 +"21425",2448,117961 +"21426",2448,121969 +"21427",2449,7765 +"21428",2450,9454 +"21429",2450,21088 +"21430",2450,38591 +"21431",2450,58573 +"21432",2450,90120 +"21433",2450,91512 +"21434",2451,4723 +"21435",2451,14019 +"21436",2451,16011 +"21437",2451,23807 +"21438",2451,28635 +"21439",2451,30710 +"21440",2451,39627 +"21441",2451,40574 +"21442",2451,46680 +"21443",2451,46722 +"21444",2451,47030 +"21445",2451,63761 +"21446",2451,82270 +"21447",2452,2502 +"21448",2452,4184 +"21449",2452,9028 +"21450",2452,24636 +"21451",2452,25936 +"21452",2452,31854 +"21453",2452,32182 +"21454",2452,32340 +"21455",2452,33665 +"21456",2452,38301 +"21457",2452,38373 +"21458",2452,38379 +"21459",2452,46349 +"21460",2452,52879 +"21461",2452,63205 +"21462",2452,81130 +"21463",2452,82079 +"21464",2453,3004 +"21465",2453,8976 +"21466",2453,10343 +"21467",2453,31927 +"21468",2453,42255 +"21469",2453,111457 +"21470",2454,24889 +"21471",2454,24890 +"21472",2454,84634 +"21473",2454,84638 +"21474",2455,2461 +"21475",2456,2469 +"21476",2456,2470 +"21477",2456,2530 +"21478",2456,2533 +"21479",2456,2534 +"21480",2456,32530 +"21481",2456,48226 +"21482",2458,2866 +"21483",2458,4711 +"21484",2458,4985 +"21485",2458,13408 +"21486",2458,16437 +"21487",2458,16744 +"21488",2458,23027 +"21489",2458,25684 +"21490",2458,46938 +"21491",2458,61576 +"21492",2458,74494 +"21493",2458,103365 +"21494",2459,2525 +"21495",2459,9462 +"21496",2459,9831 +"21497",2459,23342 +"21498",2459,89641 +"21499",2459,100584 +"21500",2459,109753 +"21501",2459,112300 +"21502",2460,7396 +"21503",2460,18793 +"21504",2460,20116 +"21505",2460,30631 +"21506",2460,33353 +"21507",2460,36034 +"21508",2460,37926 +"21509",2460,37949 +"21510",2460,46813 +"21511",2460,52893 +"21512",2460,97020 +"21513",2462,22169 +"21514",2462,44810 +"21515",2462,66318 +"21516",2462,86356 +"21517",2462,98503 +"21518",2462,101112 +"21519",2462,101924 +"21520",2463,6148 +"21521",2464,4017 +"21522",2464,16115 +"21523",2464,26803 +"21524",2464,117102 +"21525",2465,3012 +"21526",2465,11136 +"21527",2465,17567 +"21528",2465,18663 +"21529",2465,23202 +"21530",2465,31614 +"21531",2465,33182 +"21532",2465,33560 +"21533",2465,33565 +"21534",2465,33767 +"21535",2465,48686 +"21536",2465,104358 +"21537",2466,2492 +"21538",2466,2509 +"21539",2466,2535 +"21540",2466,3232 +"21541",2466,15070 +"21542",2466,18809 +"21543",2466,18822 +"21544",2466,97851 +"21545",2467,15469 +"21546",2467,17936 +"21547",2467,17970 +"21548",2467,32343 +"21549",2467,98050 +"21550",2467,104223 +"21551",2467,113292 +"21552",2468,16381 +"21553",2468,17340 +"21554",2468,63771 +"21555",2468,99605 +"21556",2469,2470 +"21557",2469,2530 +"21558",2469,2533 +"21559",2469,2534 +"21560",2469,3966 +"21561",2469,11605 +"21562",2469,16980 +"21563",2469,17931 +"21564",2469,24843 +"21565",2469,30564 +"21566",2469,33209 +"21567",2469,42516 +"21568",2469,49999 +"21569",2469,55728 +"21570",2469,57414 +"21571",2469,99374 +"21572",2470,2530 +"21573",2470,2533 +"21574",2470,2534 +"21575",2471,3049 +"21576",2471,23432 +"21577",2471,69751 +"21578",2471,75334 +"21579",2472,3003 +"21580",2472,3451 +"21581",2472,3548 +"21582",2472,5278 +"21583",2472,7174 +"21584",2472,11867 +"21585",2472,12223 +"21586",2472,15893 +"21587",2472,17259 +"21588",2472,17664 +"21589",2472,20349 +"21590",2472,20666 +"21591",2472,21036 +"21592",2472,22371 +"21593",2472,22442 +"21594",2472,24906 +"21595",2472,26128 +"21596",2472,27726 +"21597",2472,28534 +"21598",2472,28781 +"21599",2472,31001 +"21600",2472,31291 +"21601",2472,32174 +"21602",2472,33635 +"21603",2472,35664 +"21604",2472,38128 +"21605",2472,38564 +"21606",2472,38648 +"21607",2472,40771 +"21608",2472,41746 +"21609",2472,42364 +"21610",2472,43507 +"21611",2472,53200 +"21612",2472,53415 +"21613",2472,57582 +"21614",2472,63518 +"21615",2472,65817 +"21616",2472,68340 +"21617",2472,68428 +"21618",2472,73374 +"21619",2472,76448 +"21620",2472,81817 +"21621",2472,83892 +"21622",2472,85245 +"21623",2472,88712 +"21624",2472,88764 +"21625",2472,90319 +"21626",2472,90558 +"21627",2472,90675 +"21628",2472,92017 +"21629",2472,92035 +"21630",2472,97278 +"21631",2472,97330 +"21632",2472,101014 +"21633",2472,101100 +"21634",2472,101615 +"21635",2472,102055 +"21636",2472,102068 +"21637",2472,102673 +"21638",2472,104204 +"21639",2472,107819 +"21640",2472,108193 +"21641",2472,111594 +"21642",2472,116445 +"21643",2472,116559 +"21644",2472,116561 +"21645",2472,117068 +"21646",2472,117288 +"21647",2472,119972 +"21648",2472,119973 +"21649",2472,120498 +"21650",2472,122975 +"21651",2473,17560 +"21652",2473,20164 +"21653",2473,23059 +"21654",2473,23257 +"21655",2473,34276 +"21656",2473,56185 +"21657",2473,57018 +"21658",2473,65836 +"21659",2473,73432 +"21660",2473,75897 +"21661",2473,80663 +"21662",2473,80706 +"21663",2473,90750 +"21664",2473,95605 +"21665",2474,9658 +"21666",2474,9766 +"21667",2474,9767 +"21668",2474,9892 +"21669",2474,11500 +"21670",2474,24288 +"21671",2474,43545 +"21672",2474,76908 +"21673",2474,88766 +"21674",2475,101070 +"21675",2476,9297 +"21676",2476,67463 +"21677",2476,92364 +"21678",2477,33523 +"21679",2477,33998 +"21680",2478,7115 +"21681",2478,15561 +"21682",2478,17997 +"21683",2478,18103 +"21684",2478,40432 +"21685",2478,56807 +"21686",2478,67320 +"21687",2478,70736 +"21688",2478,81497 +"21689",2478,82301 +"21690",2478,82408 +"21691",2480,2793 +"21692",2480,47523 +"21693",2481,6819 +"21694",2481,7392 +"21695",2481,7966 +"21696",2481,14525 +"21697",2481,14868 +"21698",2481,19380 +"21699",2481,34216 +"21700",2482,13609 +"21701",2482,13759 +"21702",2482,15993 +"21703",2482,16045 +"21704",2482,16048 +"21705",2482,36747 +"21706",2482,71009 +"21707",2483,50185 +"21708",2483,64712 +"21709",2483,82477 +"21710",2483,93513 +"21711",2484,2640 +"21712",2484,3161 +"21713",2484,5422 +"21714",2484,5444 +"21715",2484,5492 +"21716",2484,5504 +"21717",2484,7064 +"21718",2484,7323 +"21719",2484,7768 +"21720",2484,7805 +"21721",2484,8609 +"21722",2484,9121 +"21723",2484,9553 +"21724",2484,11655 +"21725",2484,15876 +"21726",2484,17520 +"21727",2484,17582 +"21728",2484,19548 +"21729",2484,19606 +"21730",2484,20700 +"21731",2484,21429 +"21732",2484,22130 +"21733",2484,24864 +"21734",2484,31206 +"21735",2484,33158 +"21736",2484,35256 +"21737",2484,37570 +"21738",2484,38921 +"21739",2484,40019 +"21740",2484,42264 +"21741",2484,47268 +"21742",2484,47323 +"21743",2484,47351 +"21744",2484,47535 +"21745",2484,47562 +"21746",2484,47623 +"21747",2484,47624 +"21748",2484,49025 +"21749",2484,50252 +"21750",2484,54234 +"21751",2484,64394 +"21752",2484,64416 +"21753",2484,64443 +"21754",2484,68610 +"21755",2484,68656 +"21756",2484,68666 +"21757",2484,68703 +"21758",2485,31003 +"21759",2485,40468 +"21760",2486,4099 +"21761",2486,6199 +"21762",2486,38251 +"21763",2486,53731 +"21764",2486,54437 +"21765",2486,55504 +"21766",2487,2768 +"21767",2487,3476 +"21768",2487,8506 +"21769",2487,13754 +"21770",2487,15462 +"21771",2487,38989 +"21772",2487,40801 +"21773",2488,23739 +"21774",2488,26060 +"21775",2488,33695 +"21776",2488,46980 +"21777",2488,52720 +"21778",2488,59470 +"21779",2488,62109 +"21780",2488,87062 +"21781",2488,88819 +"21782",2489,10333 +"21783",2489,42559 +"21784",2489,47131 +"21785",2489,57189 +"21786",2489,64019 +"21787",2489,120534 +"21788",2490,19110 +"21789",2490,78091 +"21790",2491,33018 +"21791",2492,2509 +"21792",2492,2535 +"21793",2492,8249 +"21794",2492,11045 +"21795",2492,15070 +"21796",2492,18822 +"21797",2492,21612 +"21798",2492,22709 +"21799",2492,22767 +"21800",2492,31724 +"21801",2492,34921 +"21802",2492,39416 +"21803",2492,39515 +"21804",2492,40511 +"21805",2492,43164 +"21806",2492,44877 +"21807",2492,46752 +"21808",2492,52688 +"21809",2492,63632 +"21810",2492,73193 +"21811",2492,74766 +"21812",2492,82281 +"21813",2492,82997 +"21814",2492,86555 +"21815",2492,86623 +"21816",2492,98686 +"21817",2492,98703 +"21818",2492,98706 +"21819",2493,8892 +"21820",2493,14561 +"21821",2493,22284 +"21822",2493,34563 +"21823",2493,49677 +"21824",2493,52457 +"21825",2493,69011 +"21826",2493,69087 +"21827",2493,69253 +"21828",2493,74090 +"21829",2493,97587 +"21830",2493,114645 +"21831",2493,116161 +"21832",2493,116305 +"21833",2494,6094 +"21834",2494,11017 +"21835",2494,80927 +"21836",2494,104108 +"21837",2495,22857 +"21838",2495,112959 +"21839",2496,24982 +"21840",2496,27987 +"21841",2497,2715 +"21842",2497,8850 +"21843",2497,16439 +"21844",2497,22485 +"21845",2497,26455 +"21846",2497,45478 +"21847",2497,54404 +"21848",2497,74942 +"21849",2497,94534 +"21850",2497,111467 +"21851",2497,111796 +"21852",2497,115470 +"21853",2497,115472 +"21854",2497,115479 +"21855",2497,116788 +"21856",2498,9929 +"21857",2498,11066 +"21858",2498,12151 +"21859",2498,43744 +"21860",2498,66369 +"21861",2499,18621 +"21862",2499,119162 +"21863",2500,17378 +"21864",2500,48253 +"21865",2501,56484 +"21866",2501,56541 +"21867",2501,56589 +"21868",2502,18122 +"21869",2502,22125 +"21870",2502,57478 +"21871",2502,63077 +"21872",2502,85578 +"21873",2502,100834 +"21874",2503,9873 +"21875",2503,29914 +"21876",2503,117681 +"21877",2503,118869 +"21878",2504,15684 +"21879",2504,48686 +"21880",2504,79632 +"21881",2504,85194 +"21882",2505,20112 +"21883",2506,13034 +"21884",2506,14431 +"21885",2506,16935 +"21886",2506,17499 +"21887",2506,18646 +"21888",2506,19546 +"21889",2506,20679 +"21890",2506,23149 +"21891",2506,26554 +"21892",2506,29378 +"21893",2506,29382 +"21894",2506,42867 +"21895",2506,55481 +"21896",2506,60023 +"21897",2506,60768 +"21898",2506,70475 +"21899",2506,71015 +"21900",2506,86372 +"21901",2506,95265 +"21902",2506,98091 +"21903",2506,103776 +"21904",2506,109803 +"21905",2506,109821 +"21906",2506,111426 +"21907",2506,111440 +"21908",2507,73540 +"21909",2508,41026 +"21910",2508,48560 +"21911",2508,81527 +"21912",2509,2535 +"21913",2509,7217 +"21914",2509,9723 +"21915",2509,11972 +"21916",2509,16850 +"21917",2509,18102 +"21918",2509,19215 +"21919",2509,22580 +"21920",2509,22581 +"21921",2509,22657 +"21922",2509,22709 +"21923",2509,22767 +"21924",2509,31718 +"21925",2509,32401 +"21926",2509,36187 +"21927",2509,41580 +"21928",2509,45809 +"21929",2509,78475 +"21930",2509,82160 +"21931",2509,85767 +"21932",2510,8976 +"21933",2510,12311 +"21934",2510,17685 +"21935",2510,18163 +"21936",2510,18782 +"21937",2510,31927 +"21938",2510,47501 +"21939",2510,51979 +"21940",2510,56913 +"21941",2510,87200 +"21942",2512,2713 +"21943",2512,15206 +"21944",2513,39717 +"21945",2514,2526 +"21946",2515,2579 +"21947",2515,2592 +"21948",2515,13647 +"21949",2515,23340 +"21950",2515,23967 +"21951",2515,27046 +"21952",2515,30451 +"21953",2516,9485 +"21954",2516,37070 +"21955",2516,77772 +"21956",2517,2586 +"21957",2517,4183 +"21958",2517,13429 +"21959",2517,15320 +"21960",2517,15728 +"21961",2517,19513 +"21962",2517,22746 +"21963",2517,29782 +"21964",2517,34728 +"21965",2517,42136 +"21966",2517,48084 +"21967",2517,49078 +"21968",2517,53775 +"21969",2517,56478 +"21970",2517,62346 +"21971",2517,71489 +"21972",2517,102869 +"21973",2517,107422 +"21974",2518,18476 +"21975",2518,38990 +"21976",2518,39833 +"21977",2518,45948 +"21978",2518,57849 +"21979",2519,14719 +"21980",2519,16643 +"21981",2519,16797 +"21982",2519,19660 +"21983",2519,69150 +"21984",2519,92969 +"21985",2519,99956 +"21986",2519,118977 +"21987",2520,36672 +"21988",2520,48473 +"21989",2520,56159 +"21990",2520,77252 +"21991",2520,86202 +"21992",2520,102188 +"21993",2521,2523 +"21994",2521,18059 +"21995",2521,89759 +"21996",2522,50356 +"21997",2522,79081 +"21998",2522,104027 +"21999",2523,27949 +"22000",2523,88409 +"22001",2523,115221 +"22002",2524,4743 +"22003",2524,4926 +"22004",2524,9882 +"22005",2524,13387 +"22006",2524,15391 +"22007",2524,36588 +"22008",2524,37639 +"22009",2524,39440 +"22010",2524,48474 +"22011",2524,52912 +"22012",2524,55205 +"22013",2524,56864 +"22014",2524,57056 +"22015",2524,68782 +"22016",2524,73753 +"22017",2525,9462 +"22018",2525,9831 +"22019",2525,22729 +"22020",2525,101549 +"22021",2526,2532 +"22022",2526,3146 +"22023",2526,10123 +"22024",2526,10208 +"22025",2526,11610 +"22026",2526,32738 +"22027",2526,34833 +"22028",2526,35406 +"22029",2526,43159 +"22030",2526,46786 +"22031",2526,53857 +"22032",2526,55273 +"22033",2526,77408 +"22034",2527,3456 +"22035",2527,8010 +"22036",2527,13501 +"22037",2527,37974 +"22038",2527,37980 +"22039",2527,37994 +"22040",2527,44564 +"22041",2527,44836 +"22042",2527,53955 +"22043",2527,62040 +"22044",2527,86133 +"22045",2527,91047 +"22046",2527,92604 +"22047",2527,98984 +"22048",2528,4048 +"22049",2529,30577 +"22050",2529,116091 +"22051",2529,120415 +"22052",2530,2533 +"22053",2530,2534 +"22054",2530,2552 +"22055",2530,3120 +"22056",2530,3305 +"22057",2530,6363 +"22058",2530,6831 +"22059",2530,7041 +"22060",2530,7042 +"22061",2530,9160 +"22062",2530,9189 +"22063",2530,10164 +"22064",2530,10769 +"22065",2530,10789 +"22066",2530,11006 +"22067",2530,16579 +"22068",2530,16600 +"22069",2530,16658 +"22070",2530,21198 +"22071",2530,23697 +"22072",2530,25931 +"22073",2530,33153 +"22074",2530,49129 +"22075",2530,52576 +"22076",2530,54624 +"22077",2531,3861 +"22078",2531,3978 +"22079",2531,5867 +"22080",2531,9505 +"22081",2531,18250 +"22082",2531,21093 +"22083",2531,35530 +"22084",2532,2840 +"22085",2532,2852 +"22086",2532,3633 +"22087",2532,4849 +"22088",2532,5142 +"22089",2532,10123 +"22090",2532,10208 +"22091",2532,11392 +"22092",2532,16286 +"22093",2532,16335 +"22094",2532,16501 +"22095",2532,20116 +"22096",2532,20891 +"22097",2532,21255 +"22098",2532,24302 +"22099",2532,25046 +"22100",2532,26790 +"22101",2532,33341 +"22102",2532,33581 +"22103",2532,34353 +"22104",2532,35406 +"22105",2532,37489 +"22106",2532,37977 +"22107",2532,41916 +"22108",2532,43528 +"22109",2532,44273 +"22110",2532,45520 +"22111",2532,46786 +"22112",2532,48120 +"22113",2532,51013 +"22114",2532,53425 +"22115",2532,53626 +"22116",2532,55273 +"22117",2532,55932 +"22118",2532,57697 +"22119",2532,64468 +"22120",2532,66675 +"22121",2532,75514 +"22122",2532,77432 +"22123",2532,77800 +"22124",2532,78055 +"22125",2532,86533 +"22126",2532,94063 +"22127",2532,104636 +"22128",2533,2534 +"22129",2533,2552 +"22130",2533,3072 +"22131",2533,3283 +"22132",2533,3286 +"22133",2533,3305 +"22134",2533,3354 +"22135",2533,5747 +"22136",2533,6260 +"22137",2533,6831 +"22138",2533,12950 +"22139",2533,18995 +"22140",2533,27694 +"22141",2533,29783 +"22142",2533,51041 +"22143",2534,2817 +"22144",2534,3120 +"22145",2534,6777 +"22146",2534,6789 +"22147",2534,6831 +"22148",2534,7042 +"22149",2534,8476 +"22150",2534,9160 +"22151",2534,9189 +"22152",2534,10769 +"22153",2534,11500 +"22154",2534,13053 +"22155",2534,14847 +"22156",2534,15903 +"22157",2534,16201 +"22158",2534,17288 +"22159",2534,19719 +"22160",2534,21198 +"22161",2534,23697 +"22162",2534,25577 +"22163",2534,25931 +"22164",2534,27709 +"22165",2534,30810 +"22166",2534,31050 +"22167",2534,31546 +"22168",2534,33153 +"22169",2534,36361 +"22170",2534,36978 +"22171",2534,38019 +"22172",2534,40470 +"22173",2534,43258 +"22174",2534,44960 +"22175",2534,49129 +"22176",2534,51924 +"22177",2534,52576 +"22178",2534,52940 +"22179",2534,56284 +"22180",2534,66280 +"22181",2534,67119 +"22182",2534,68801 +"22183",2534,76127 +"22184",2534,77919 +"22185",2534,93847 +"22186",2534,98712 +"22187",2534,99436 +"22188",2534,100281 +"22189",2534,107385 +"22190",2534,110607 +"22191",2535,3329 +"22192",2535,3402 +"22193",2535,3736 +"22194",2535,9401 +"22195",2535,13129 +"22196",2535,14994 +"22197",2535,15070 +"22198",2535,16684 +"22199",2535,18809 +"22200",2535,18834 +"22201",2535,19749 +"22202",2535,20591 +"22203",2535,21094 +"22204",2535,23775 +"22205",2535,24454 +"22206",2535,31724 +"22207",2535,36817 +"22208",2535,38050 +"22209",2535,38378 +"22210",2535,51221 +"22211",2535,52215 +"22212",2535,64760 +"22213",2535,86410 +"22214",2535,87194 +"22215",2536,31015 +"22216",2536,31517 +"22217",2536,37835 +"22218",2536,47649 +"22219",2536,50011 +"22220",2536,109736 +"22221",2536,109740 +"22222",2537,6394 +"22223",2537,16760 +"22224",2537,18712 +"22225",2537,20022 +"22226",2537,20047 +"22227",2537,20176 +"22228",2537,20252 +"22229",2537,20499 +"22230",2537,33872 +"22231",2537,36968 +"22232",2537,41604 +"22233",2537,44742 +"22234",2537,47968 +"22235",2537,48008 +"22236",2537,58015 +"22237",2537,65523 +"22238",2537,98821 +"22239",2537,99541 +"22240",2538,22700 +"22241",2538,44887 +"22242",2538,53796 +"22243",2538,54419 +"22244",2539,13917 +"22245",2540,2772 +"22246",2540,3114 +"22247",2540,3117 +"22248",2540,3895 +"22249",2540,4003 +"22250",2540,5052 +"22251",2540,6977 +"22252",2540,8856 +"22253",2540,11079 +"22254",2540,11216 +"22255",2540,13321 +"22256",2540,15365 +"22257",2540,15879 +"22258",2540,22116 +"22259",2540,22117 +"22260",2540,28181 +"22261",2540,41197 +"22262",2540,46486 +"22263",2540,47232 +"22264",2540,55297 +"22265",2540,74761 +"22266",2540,75338 +"22267",2540,76286 +"22268",2540,77308 +"22269",2540,86215 +"22270",2540,89199 +"22271",2541,3457 +"22272",2541,11560 +"22273",2541,17191 +"22274",2541,48366 +"22275",2541,52520 +"22276",2541,58604 +"22277",2541,60894 +"22278",2541,62260 +"22279",2541,63993 +"22280",2541,66769 +"22281",2541,66786 +"22282",2542,7530 +"22283",2542,7855 +"22284",2543,37580 +"22285",2543,38591 +"22286",2543,68056 +"22287",2543,114566 +"22288",2543,121589 +"22289",2543,121656 +"22290",2544,71328 +"22291",2544,90460 +"22292",2544,102199 +"22293",2544,102272 +"22294",2544,102287 +"22295",2545,23639 +"22296",2545,41928 +"22297",2545,57805 +"22298",2545,64885 +"22299",2545,82238 +"22300",2545,117329 +"22301",2546,2604 +"22302",2546,16322 +"22303",2546,27994 +"22304",2546,89670 +"22305",2547,70294 +"22306",2547,78328 +"22307",2547,113166 +"22308",2548,9531 +"22309",2548,31763 +"22310",2548,35775 +"22311",2548,43926 +"22312",2548,49917 +"22313",2551,20140 +"22314",2551,29281 +"22315",2551,34825 +"22316",2551,38589 +"22317",2551,49163 +"22318",2551,68327 +"22319",2551,71137 +"22320",2552,3072 +"22321",2552,3283 +"22322",2552,3286 +"22323",2552,3305 +"22324",2552,3354 +"22325",2552,7199 +"22326",2552,25367 +"22327",2552,34832 +"22328",2552,89274 +"22329",2552,91575 +"22330",2552,100630 +"22331",2553,39220 +"22332",2553,49903 +"22333",2553,50316 +"22334",2553,76293 +"22335",2553,109744 +"22336",2554,5680 +"22337",2554,6177 +"22338",2554,7984 +"22339",2554,7985 +"22340",2554,8289 +"22341",2554,8913 +"22342",2554,8922 +"22343",2554,12698 +"22344",2554,13415 +"22345",2554,14802 +"22346",2554,15160 +"22347",2554,15401 +"22348",2554,15887 +"22349",2554,16259 +"22350",2554,16625 +"22351",2554,17828 +"22352",2554,18298 +"22353",2554,19598 +"22354",2554,19723 +"22355",2554,25588 +"22356",2554,26882 +"22357",2554,31341 +"22358",2554,32672 +"22359",2554,32988 +"22360",2554,38219 +"22361",2554,40645 +"22362",2554,42505 +"22363",2554,44463 +"22364",2554,47421 +"22365",2554,47438 +"22366",2554,65155 +"22367",2554,65322 +"22368",2554,71033 +"22369",2554,73409 +"22370",2554,75568 +"22371",2554,75830 +"22372",2554,76428 +"22373",2554,77664 +"22374",2554,80625 +"22375",2554,81046 +"22376",2554,84194 +"22377",2554,89511 +"22378",2554,89980 +"22379",2554,90968 +"22380",2554,95241 +"22381",2554,96749 +"22382",2554,96756 +"22383",2554,104590 +"22384",2554,108463 +"22385",2554,116534 +"22386",2554,116545 +"22387",2556,2623 +"22388",2556,3102 +"22389",2556,3278 +"22390",2556,3477 +"22391",2556,5301 +"22392",2556,5526 +"22393",2556,5806 +"22394",2556,6053 +"22395",2556,6063 +"22396",2556,6254 +"22397",2556,6560 +"22398",2556,7581 +"22399",2556,8307 +"22400",2556,8534 +"22401",2556,9366 +"22402",2556,11154 +"22403",2556,11766 +"22404",2556,12087 +"22405",2556,12688 +"22406",2556,12735 +"22407",2556,12779 +"22408",2556,13062 +"22409",2556,13360 +"22410",2556,13942 +"22411",2556,15027 +"22412",2556,15185 +"22413",2556,15216 +"22414",2556,15964 +"22415",2556,16252 +"22416",2556,16646 +"22417",2556,16872 +"22418",2556,17145 +"22419",2556,17205 +"22420",2556,17508 +"22421",2556,18060 +"22422",2556,18217 +"22423",2556,18920 +"22424",2556,22462 +"22425",2556,22823 +"22426",2556,23147 +"22427",2556,23421 +"22428",2556,23632 +"22429",2556,23953 +"22430",2556,24495 +"22431",2556,24710 +"22432",2556,25143 +"22433",2556,25258 +"22434",2556,25303 +"22435",2556,25664 +"22436",2556,25682 +"22437",2556,25854 +"22438",2556,26407 +"22439",2556,27174 +"22440",2556,27196 +"22441",2556,27710 +"22442",2556,28703 +"22443",2556,29253 +"22444",2556,29341 +"22445",2556,29560 +"22446",2556,29573 +"22447",2556,29868 +"22448",2556,32438 +"22449",2556,32967 +"22450",2556,33223 +"22451",2556,33881 +"22452",2556,34097 +"22453",2556,34330 +"22454",2556,34513 +"22455",2556,35400 +"22456",2556,36444 +"22457",2556,36476 +"22458",2556,36547 +"22459",2556,36745 +"22460",2556,37821 +"22461",2556,37931 +"22462",2556,38319 +"22463",2556,39398 +"22464",2556,39492 +"22465",2556,40320 +"22466",2556,40373 +"22467",2556,40542 +"22468",2556,41182 +"22469",2556,42131 +"22470",2556,46843 +"22471",2556,48331 +"22472",2557,3285 +"22473",2557,4242 +"22474",2557,29277 +"22475",2557,32582 +"22476",2557,35663 +"22477",2557,87525 +"22478",2557,93273 +"22479",2558,10475 +"22480",2558,84440 +"22481",2558,97473 +"22482",2559,3212 +"22483",2559,42689 +"22484",2559,97664 +"22485",2560,2561 +"22486",2560,2576 +"22487",2560,25702 +"22488",2560,26807 +"22489",2560,31068 +"22490",2560,67995 +"22491",2561,2576 +"22492",2561,2866 +"22493",2561,4280 +"22494",2561,4331 +"22495",2561,15161 +"22496",2561,27222 +"22497",2561,27453 +"22498",2561,50283 +"22499",2561,69956 +"22500",2561,84888 +"22501",2561,84898 +"22502",2562,28324 +"22503",2562,28335 +"22504",2563,3367 +"22505",2563,5123 +"22506",2563,16688 +"22507",2563,26537 +"22508",2563,28057 +"22509",2563,28986 +"22510",2563,29330 +"22511",2563,35420 +"22512",2563,35952 +"22513",2563,38514 +"22514",2563,42725 +"22515",2563,51921 +"22516",2563,58854 +"22517",2563,100093 +"22518",2563,100097 +"22519",2563,100936 +"22520",2564,3621 +"22521",2564,4127 +"22522",2564,22670 +"22523",2564,27339 +"22524",2564,36299 +"22525",2564,37873 +"22526",2564,57472 +"22527",2564,58888 +"22528",2564,63078 +"22529",2565,2704 +"22530",2566,2933 +"22531",2566,4143 +"22532",2566,14739 +"22533",2566,24375 +"22534",2566,26814 +"22535",2566,30883 +"22536",2566,36436 +"22537",2566,36508 +"22538",2566,36661 +"22539",2566,54508 +"22540",2566,74397 +"22541",2566,84475 +"22542",2566,86043 +"22543",2566,88863 +"22544",2566,92736 +"22545",2566,97759 +"22546",2566,105421 +"22547",2567,2670 +"22548",2567,4780 +"22549",2568,4142 +"22550",2568,37985 +"22551",2568,39261 +"22552",2568,45541 +"22553",2568,92508 +"22554",2569,18086 +"22555",2569,51311 +"22556",2569,52093 +"22557",2569,116024 +"22558",2570,4462 +"22559",2571,13553 +"22560",2571,15257 +"22561",2571,22351 +"22562",2571,56640 +"22563",2571,99111 +"22564",2571,116469 +"22565",2572,3801 +"22566",2572,6074 +"22567",2572,8384 +"22568",2572,12724 +"22569",2572,21176 +"22570",2572,22758 +"22571",2572,22796 +"22572",2572,28139 +"22573",2572,34303 +"22574",2572,41686 +"22575",2572,43713 +"22576",2572,45302 +"22577",2572,57744 +"22578",2572,66023 +"22579",2573,8305 +"22580",2574,3274 +"22581",2574,13547 +"22582",2574,55256 +"22583",2574,60860 +"22584",2574,62083 +"22585",2575,2583 +"22586",2575,2586 +"22587",2575,2616 +"22588",2575,4183 +"22589",2575,6768 +"22590",2575,11868 +"22591",2575,15320 +"22592",2575,15784 +"22593",2575,23919 +"22594",2575,26722 +"22595",2575,56310 +"22596",2575,64899 +"22597",2575,77555 +"22598",2575,77559 +"22599",2575,81096 +"22600",2575,82092 +"22601",2575,107686 +"22602",2575,107706 +"22603",2576,2869 +"22604",2576,4730 +"22605",2576,6938 +"22606",2576,8094 +"22607",2576,8974 +"22608",2576,12403 +"22609",2576,17252 +"22610",2576,19087 +"22611",2576,20291 +"22612",2576,22120 +"22613",2576,22352 +"22614",2576,24080 +"22615",2576,25911 +"22616",2576,30442 +"22617",2576,31018 +"22618",2576,32887 +"22619",2576,33625 +"22620",2576,37815 +"22621",2576,38906 +"22622",2576,69956 +"22623",2576,70455 +"22624",2576,79642 +"22625",2576,81268 +"22626",2576,87196 +"22627",2576,87199 +"22628",2576,90931 +"22629",2577,3541 +"22630",2577,3917 +"22631",2577,4641 +"22632",2577,4802 +"22633",2577,7269 +"22634",2577,11036 +"22635",2577,17304 +"22636",2577,29993 +"22637",2577,37448 +"22638",2577,37534 +"22639",2577,76132 +"22640",2577,101339 +"22641",2578,27032 +"22642",2578,50358 +"22643",2578,54535 +"22644",2578,56880 +"22645",2578,94455 +"22646",2579,2592 +"22647",2579,4956 +"22648",2579,6893 +"22649",2579,13647 +"22650",2579,26941 +"22651",2579,27046 +"22652",2579,27798 +"22653",2579,30451 +"22654",2579,41992 +"22655",2579,48239 +"22656",2579,58872 +"22657",2579,59857 +"22658",2579,85435 +"22659",2580,4842 +"22660",2580,5395 +"22661",2580,15929 +"22662",2580,20000 +"22663",2580,26636 +"22664",2580,36205 +"22665",2580,36565 +"22666",2580,41719 +"22667",2580,46621 +"22668",2580,46850 +"22669",2580,49235 +"22670",2580,52327 +"22671",2580,55795 +"22672",2580,57152 +"22673",2580,61572 +"22674",2580,81109 +"22675",2580,111333 +"22676",2580,119046 +"22677",2580,123379 +"22678",2581,4335 +"22679",2581,7643 +"22680",2581,7797 +"22681",2581,8743 +"22682",2581,35067 +"22683",2581,36470 +"22684",2581,44393 +"22685",2581,61117 +"22686",2581,75901 +"22687",2581,92817 +"22688",2582,6922 +"22689",2582,7045 +"22690",2582,7049 +"22691",2582,8168 +"22692",2582,8601 +"22693",2582,23504 +"22694",2583,2586 +"22695",2583,2616 +"22696",2583,5937 +"22697",2583,11868 +"22698",2583,15784 +"22699",2583,20011 +"22700",2583,24228 +"22701",2583,26722 +"22702",2583,41324 +"22703",2583,42774 +"22704",2583,78208 +"22705",2583,80988 +"22706",2583,81327 +"22707",2583,109887 +"22708",2583,109897 +"22709",2583,113632 +"22710",2583,113636 +"22711",2584,3568 +"22712",2584,6704 +"22713",2584,9008 +"22714",2584,11023 +"22715",2584,12158 +"22716",2584,14874 +"22717",2584,29351 +"22718",2584,32384 +"22719",2584,38915 +"22720",2584,43067 +"22721",2584,43888 +"22722",2584,45308 +"22723",2584,50969 +"22724",2584,97401 +"22725",2584,99743 +"22726",2584,100909 +"22727",2584,105514 +"22728",2584,105520 +"22729",2584,122582 +"22730",2584,122616 +"22731",2585,18600 +"22732",2585,98190 +"22733",2585,108815 +"22734",2586,2616 +"22735",2586,4183 +"22736",2586,10700 +"22737",2586,11868 +"22738",2586,14261 +"22739",2586,15320 +"22740",2586,22983 +"22741",2586,26360 +"22742",2586,28078 +"22743",2586,32841 +"22744",2586,37029 +"22745",2586,37093 +"22746",2586,37494 +"22747",2586,43512 +"22748",2586,51433 +"22749",2586,61837 +"22750",2587,2617 +"22751",2587,25116 +"22752",2587,31825 +"22753",2587,32349 +"22754",2587,34819 +"22755",2587,36010 +"22756",2587,86734 +"22757",2588,3769 +"22758",2588,6595 +"22759",2588,15214 +"22760",2588,15281 +"22761",2588,30569 +"22762",2588,33940 +"22763",2588,42773 +"22764",2588,50048 +"22765",2588,70475 +"22766",2588,76966 +"22767",2588,77719 +"22768",2588,78524 +"22769",2588,79938 +"22770",2588,82510 +"22771",2588,85065 +"22772",2588,99159 +"22773",2588,108375 +"22774",2588,111181 +"22775",2588,113640 +"22776",2589,2606 +"22777",2589,22226 +"22778",2590,7861 +"22779",2590,11224 +"22780",2590,11507 +"22781",2590,25341 +"22782",2590,26282 +"22783",2590,34509 +"22784",2590,47858 +"22785",2590,52144 +"22786",2590,56175 +"22787",2590,67216 +"22788",2590,67744 +"22789",2590,75180 +"22790",2590,79410 +"22791",2590,83300 +"22792",2590,91744 +"22793",2590,113171 +"22794",2590,113172 +"22795",2591,8673 +"22796",2591,31243 +"22797",2591,35147 +"22798",2591,35162 +"22799",2591,37032 +"22800",2592,5166 +"22801",2592,13647 +"22802",2592,27046 +"22803",2592,30451 +"22804",2592,51775 +"22805",2593,16973 +"22806",2593,29599 +"22807",2593,30621 +"22808",2593,34094 +"22809",2593,48400 +"22810",2593,69661 +"22811",2594,15614 +"22812",2594,53097 +"22813",2594,76275 +"22814",2594,79091 +"22815",2594,95011 +"22816",2594,119746 +"22817",2595,2749 +"22818",2595,20749 +"22819",2595,55430 +"22820",2595,71585 +"22821",2595,71603 +"22822",2595,72058 +"22823",2595,91897 +"22824",2595,109527 +"22825",2595,111965 +"22826",2595,122920 +"22827",2595,122921 +"22828",2595,123381 +"22829",2596,39191 +"22830",2597,6768 +"22831",2597,30651 +"22832",2597,43657 +"22833",2597,53644 +"22834",2597,55366 +"22835",2597,56133 +"22836",2597,72549 +"22837",2597,82910 +"22838",2597,83735 +"22839",2597,92154 +"22840",2598,39102 +"22841",2598,69961 +"22842",2598,74878 +"22843",2598,110862 +"22844",2598,118452 +"22845",2598,118480 +"22846",2599,7205 +"22847",2599,10563 +"22848",2600,3849 +"22849",2600,9319 +"22850",2600,17458 +"22851",2600,33484 +"22852",2600,34529 +"22853",2600,39568 +"22854",2600,73498 +"22855",2601,9322 +"22856",2601,10256 +"22857",2601,15573 +"22858",2601,15960 +"22859",2601,29211 +"22860",2601,29758 +"22861",2601,29882 +"22862",2601,31985 +"22863",2601,33623 +"22864",2601,45664 +"22865",2601,62193 +"22866",2601,63490 +"22867",2601,76639 +"22868",2601,76640 +"22869",2601,77040 +"22870",2601,77055 +"22871",2601,77057 +"22872",2601,77066 +"22873",2601,77095 +"22874",2601,77096 +"22875",2601,77101 +"22876",2601,77102 +"22877",2601,77103 +"22878",2601,77106 +"22879",2601,83945 +"22880",2601,115099 +"22881",2602,5238 +"22882",2602,10670 +"22883",2602,13217 +"22884",2602,36351 +"22885",2602,71124 +"22886",2602,84694 +"22887",2602,89130 +"22888",2602,118295 +"22889",2603,7348 +"22890",2603,20949 +"22891",2603,29031 +"22892",2603,29680 +"22893",2603,50381 +"22894",2603,55841 +"22895",2603,55869 +"22896",2603,55890 +"22897",2603,55958 +"22898",2604,6176 +"22899",2604,9717 +"22900",2604,14396 +"22901",2604,56100 +"22902",2604,81135 +"22903",2604,81180 +"22904",2605,8302 +"22905",2605,16388 +"22906",2607,13398 +"22907",2607,15548 +"22908",2607,16876 +"22909",2607,19501 +"22910",2607,25734 +"22911",2607,31732 +"22912",2607,52217 +"22913",2607,106453 +"22914",2607,114762 +"22915",2608,20407 +"22916",2608,23776 +"22917",2608,28112 +"22918",2608,50983 +"22919",2608,51671 +"22920",2608,52132 +"22921",2608,58413 +"22922",2608,63524 +"22923",2608,80889 +"22924",2609,2644 +"22925",2609,2658 +"22926",2609,13158 +"22927",2609,24349 +"22928",2609,27517 +"22929",2609,28091 +"22930",2609,33907 +"22931",2609,45812 +"22932",2609,48519 +"22933",2609,53056 +"22934",2609,55084 +"22935",2609,63545 +"22936",2609,71236 +"22937",2609,73121 +"22938",2609,88895 +"22939",2609,91838 +"22940",2610,23951 +"22941",2610,44352 +"22942",2610,51962 +"22943",2610,51981 +"22944",2610,61659 +"22945",2611,35930 +"22946",2611,37191 +"22947",2611,106424 +"22948",2613,4402 +"22949",2613,4889 +"22950",2613,11265 +"22951",2613,11740 +"22952",2613,13303 +"22953",2613,14072 +"22954",2613,24241 +"22955",2613,26052 +"22956",2613,26537 +"22957",2613,30980 +"22958",2613,38181 +"22959",2613,40649 +"22960",2613,49818 +"22961",2613,54059 +"22962",2613,59633 +"22963",2613,59756 +"22964",2613,67098 +"22965",2613,79898 +"22966",2614,36160 +"22967",2614,39105 +"22968",2614,47031 +"22969",2615,3627 +"22970",2615,11803 +"22971",2615,16613 +"22972",2615,17847 +"22973",2615,53971 +"22974",2615,62848 +"22975",2615,77519 +"22976",2615,88819 +"22977",2615,89076 +"22978",2615,93619 +"22979",2615,94339 +"22980",2615,99850 +"22981",2615,103655 +"22982",2615,105303 +"22983",2616,4183 +"22984",2616,5937 +"22985",2616,11679 +"22986",2616,11868 +"22987",2616,15320 +"22988",2616,24611 +"22989",2616,32841 +"22990",2616,37029 +"22991",2616,37494 +"22992",2616,41170 +"22993",2616,41521 +"22994",2616,49088 +"22995",2616,49172 +"22996",2616,56413 +"22997",2617,10434 +"22998",2617,29667 +"22999",2617,31485 +"23000",2617,59425 +"23001",2617,88935 +"23002",2617,95868 +"23003",2618,4140 +"23004",2618,11786 +"23005",2618,25557 +"23006",2618,41677 +"23007",2618,43744 +"23008",2618,67581 +"23009",2618,84834 +"23010",2618,105673 +"23011",2618,115572 +"23012",2620,25934 +"23013",2621,48986 +"23014",2622,5663 +"23015",2622,5690 +"23016",2622,5693 +"23017",2622,5694 +"23018",2623,116035 +"23019",2623,118068 +"23020",2624,24063 +"23021",2624,24884 +"23022",2624,27745 +"23023",2624,57421 +"23024",2624,58488 +"23025",2624,73456 +"23026",2624,88961 +"23027",2624,94156 +"23028",2625,15378 +"23029",2625,46727 +"23030",2625,59718 +"23031",2625,67201 +"23032",2625,67263 +"23033",2625,80894 +"23034",2625,90304 +"23035",2625,106291 +"23036",2626,5330 +"23037",2626,9189 +"23038",2626,11460 +"23039",2626,14273 +"23040",2626,14350 +"23041",2626,21174 +"23042",2626,21198 +"23043",2626,23649 +"23044",2626,26113 +"23045",2626,26749 +"23046",2626,38019 +"23047",2626,44082 +"23048",2626,44373 +"23049",2626,49302 +"23050",2626,50565 +"23051",2626,69913 +"23052",2626,71342 +"23053",2626,72956 +"23054",2626,81493 +"23055",2626,82410 +"23056",2626,82442 +"23057",2626,86809 +"23058",2626,94565 +"23059",2627,7597 +"23060",2627,21143 +"23061",2627,24870 +"23062",2627,31055 +"23063",2627,54052 +"23064",2627,72900 +"23065",2627,96622 +"23066",2627,99029 +"23067",2628,3080 +"23068",2628,3239 +"23069",2628,47092 +"23070",2628,65949 +"23071",2629,3088 +"23072",2630,10616 +"23073",2630,10837 +"23074",2630,21180 +"23075",2630,34162 +"23076",2631,2632 +"23077",2631,107950 +"23078",2633,17236 +"23079",2633,17427 +"23080",2633,23275 +"23081",2633,23276 +"23082",2633,28488 +"23083",2633,30631 +"23084",2633,42066 +"23085",2633,55019 +"23086",2633,66689 +"23087",2633,73157 +"23088",2633,73199 +"23089",2633,79562 +"23090",2633,88665 +"23091",2634,3112 +"23092",2634,16165 +"23093",2634,26462 +"23094",2634,54855 +"23095",2634,83843 +"23096",2635,6377 +"23097",2635,59527 +"23098",2635,98354 +"23099",2636,29009 +"23100",2637,5624 +"23101",2637,6096 +"23102",2637,19120 +"23103",2637,76160 +"23104",2637,76169 +"23105",2637,98682 +"23106",2637,98688 +"23107",2637,98689 +"23108",2637,98694 +"23109",2638,28029 +"23110",2638,41443 +"23111",2638,105732 +"23112",2639,8946 +"23113",2639,11466 +"23114",2639,15150 +"23115",2639,15840 +"23116",2639,17921 +"23117",2639,19902 +"23118",2639,26094 +"23119",2639,39536 +"23120",2639,39789 +"23121",2639,49415 +"23122",2639,54416 +"23123",2639,65841 +"23124",2639,69517 +"23125",2639,86710 +"23126",2639,88194 +"23127",2639,95669 +"23128",2639,103212 +"23129",2639,105156 +"23130",2639,110696 +"23131",2639,110741 +"23132",2639,118425 +"23133",2640,2662 +"23134",2640,4057 +"23135",2640,4940 +"23136",2640,5422 +"23137",2640,5427 +"23138",2640,5444 +"23139",2640,5504 +"23140",2640,7323 +"23141",2640,7605 +"23142",2640,7805 +"23143",2640,9553 +"23144",2640,19548 +"23145",2640,22749 +"23146",2640,28109 +"23147",2640,35256 +"23148",2640,37570 +"23149",2640,37682 +"23150",2640,47535 +"23151",2640,47624 +"23152",2640,68610 +"23153",2640,68656 +"23154",2640,68666 +"23155",2640,68703 +"23156",2641,22256 +"23157",2641,23138 +"23158",2641,53875 +"23159",2641,56574 +"23160",2641,60409 +"23161",2641,79357 +"23162",2642,14235 +"23163",2642,59506 +"23164",2642,71822 +"23165",2642,88577 +"23166",2642,100828 +"23167",2643,8905 +"23168",2643,9261 +"23169",2643,9493 +"23170",2643,10328 +"23171",2643,13812 +"23172",2643,21669 +"23173",2643,22029 +"23174",2643,26853 +"23175",2643,30116 +"23176",2643,33567 +"23177",2643,40604 +"23178",2643,45630 +"23179",2643,54579 +"23180",2643,59100 +"23181",2643,68658 +"23182",2643,75276 +"23183",2643,113117 +"23184",2643,115498 +"23185",2644,3068 +"23186",2644,4308 +"23187",2644,7023 +"23188",2644,13824 +"23189",2644,16053 +"23190",2644,20732 +"23191",2644,23726 +"23192",2644,25812 +"23193",2644,26097 +"23194",2644,29788 +"23195",2644,29893 +"23196",2644,32811 +"23197",2644,37307 +"23198",2644,40063 +"23199",2644,42226 +"23200",2644,45396 +"23201",2644,54675 +"23202",2644,55084 +"23203",2644,74730 +"23204",2644,75830 +"23205",2644,76590 +"23206",2644,84505 +"23207",2644,93984 +"23208",2644,100670 +"23209",2644,111593 +"23210",2645,2651 +"23211",2645,6988 +"23212",2645,7352 +"23213",2645,8188 +"23214",2645,9872 +"23215",2645,11265 +"23216",2645,13934 +"23217",2645,14072 +"23218",2645,14972 +"23219",2645,17381 +"23220",2645,26052 +"23221",2645,37457 +"23222",2645,44720 +"23223",2645,55071 +"23224",2645,65964 +"23225",2645,98368 +"23226",2645,119549 +"23227",2645,119665 +"23228",2646,2665 +"23229",2646,2685 +"23230",2646,3093 +"23231",2646,3169 +"23232",2646,3183 +"23233",2646,3228 +"23234",2646,3249 +"23235",2646,3288 +"23236",2647,2780 +"23237",2647,3894 +"23238",2647,4256 +"23239",2647,7580 +"23240",2647,7604 +"23241",2647,8006 +"23242",2647,16538 +"23243",2647,21889 +"23244",2647,31684 +"23245",2647,35092 +"23246",2647,39931 +"23247",2647,47607 +"23248",2647,67911 +"23249",2647,76851 +"23250",2647,76929 +"23251",2647,95361 +"23252",2647,110574 +"23253",2647,114164 +"23254",2648,28818 +"23255",2648,32656 +"23256",2648,35395 +"23257",2648,71222 +"23258",2649,4799 +"23259",2649,6992 +"23260",2649,35406 +"23261",2649,66677 +"23262",2649,90958 +"23263",2650,2657 +"23264",2650,8924 +"23265",2651,4652 +"23266",2651,7233 +"23267",2651,14347 +"23268",2651,26659 +"23269",2651,27862 +"23270",2651,34604 +"23271",2651,35926 +"23272",2651,42995 +"23273",2651,76099 +"23274",2651,85577 +"23275",2652,5615 +"23276",2652,7330 +"23277",2652,7485 +"23278",2652,7516 +"23279",2652,15215 +"23280",2652,15444 +"23281",2652,15985 +"23282",2652,18165 +"23283",2652,18404 +"23284",2652,19317 +"23285",2652,23617 +"23286",2652,27517 +"23287",2652,41682 +"23288",2652,42837 +"23289",2652,53333 +"23290",2652,56531 +"23291",2652,59992 +"23292",2652,61242 +"23293",2652,67559 +"23294",2652,80921 +"23295",2652,107588 +"23296",2653,9240 +"23297",2653,94816 +"23298",2654,27421 +"23299",2654,34806 +"23300",2654,39769 +"23301",2654,62261 +"23302",2654,73719 +"23303",2654,74553 +"23304",2654,75643 +"23305",2654,77596 +"23306",2654,81373 +"23307",2654,85626 +"23308",2654,88312 +"23309",2654,88405 +"23310",2654,88681 +"23311",2654,97876 +"23312",2654,98673 +"23313",2654,99518 +"23314",2654,100693 +"23315",2654,104253 +"23316",2654,104262 +"23317",2654,104327 +"23318",2654,108149 +"23319",2655,23552 +"23320",2655,36980 +"23321",2655,76741 +"23322",2655,88230 +"23323",2656,23788 +"23324",2656,54729 +"23325",2656,59678 +"23326",2656,99924 +"23327",2656,99935 +"23328",2656,108463 +"23329",2657,8924 +"23330",2657,21144 +"23331",2657,29265 +"23332",2657,55149 +"23333",2657,58431 +"23334",2657,60155 +"23335",2657,83687 +"23336",2657,83688 +"23337",2657,83705 +"23338",2657,84525 +"23339",2657,84535 +"23340",2657,98002 +"23341",2658,24349 +"23342",2658,33907 +"23343",2658,53056 +"23344",2659,3697 +"23345",2659,5555 +"23346",2659,41500 +"23347",2659,47415 +"23348",2659,53843 +"23349",2659,53847 +"23350",2659,66320 +"23351",2659,78477 +"23352",2660,25666 +"23353",2660,49290 +"23354",2661,9073 +"23355",2661,17326 +"23356",2661,27254 +"23357",2661,28357 +"23358",2661,30784 +"23359",2661,31066 +"23360",2661,31095 +"23361",2661,31096 +"23362",2661,38888 +"23363",2661,39534 +"23364",2661,40366 +"23365",2661,43164 +"23366",2661,44474 +"23367",2661,44909 +"23368",2661,46486 +"23369",2661,48918 +"23370",2661,61192 +"23371",2661,72438 +"23372",2661,77308 +"23373",2661,95910 +"23374",2661,109487 +"23375",2661,118325 +"23376",2662,4057 +"23377",2662,4940 +"23378",2662,4962 +"23379",2662,5078 +"23380",2662,5422 +"23381",2662,5427 +"23382",2662,5444 +"23383",2662,5457 +"23384",2662,5462 +"23385",2662,5489 +"23386",2662,5492 +"23387",2662,5504 +"23388",2662,7323 +"23389",2662,7605 +"23390",2662,9553 +"23391",2662,19606 +"23392",2662,21439 +"23393",2662,22006 +"23394",2662,22749 +"23395",2662,35256 +"23396",2662,37570 +"23397",2662,37682 +"23398",2662,41344 +"23399",2662,73227 +"23400",2663,60136 +"23401",2663,67493 +"23402",2663,72245 +"23403",2664,6388 +"23404",2664,16084 +"23405",2664,22696 +"23406",2664,33548 +"23407",2664,39694 +"23408",2664,40930 +"23409",2664,44368 +"23410",2664,54708 +"23411",2664,122088 +"23412",2664,122142 +"23413",2665,2685 +"23414",2665,3093 +"23415",2665,3169 +"23416",2665,3183 +"23417",2665,3228 +"23418",2665,3249 +"23419",2665,3288 +"23420",2666,3747 +"23421",2666,7156 +"23422",2666,7174 +"23423",2666,7662 +"23424",2666,8257 +"23425",2666,10933 +"23426",2666,11207 +"23427",2666,17314 +"23428",2666,17706 +"23429",2666,17781 +"23430",2666,19798 +"23431",2666,21305 +"23432",2666,21707 +"23433",2666,22597 +"23434",2666,22668 +"23435",2666,22669 +"23436",2666,22683 +"23437",2666,22684 +"23438",2666,25982 +"23439",2666,37668 +"23440",2666,41953 +"23441",2666,52339 +"23442",2666,53415 +"23443",2666,59940 +"23444",2666,62644 +"23445",2666,64034 +"23446",2666,67628 +"23447",2666,67905 +"23448",2666,73338 +"23449",2666,74721 +"23450",2666,74844 +"23451",2666,79343 +"23452",2666,86128 +"23453",2666,87575 +"23454",2666,88511 +"23455",2666,98729 +"23456",2666,100543 +"23457",2667,104706 +"23458",2667,106405 +"23459",2668,7896 +"23460",2668,31865 +"23461",2668,70366 +"23462",2668,85520 +"23463",2669,65925 +"23464",2670,14944 +"23465",2670,39143 +"23466",2670,112295 +"23467",2670,121451 +"23468",2671,55386 +"23469",2671,56569 +"23470",2671,71252 +"23471",2671,73780 +"23472",2672,6903 +"23473",2672,15376 +"23474",2672,18347 +"23475",2672,20667 +"23476",2672,44752 +"23477",2672,73490 +"23478",2672,99266 +"23479",2672,99267 +"23480",2673,11357 +"23481",2673,24612 +"23482",2673,51224 +"23483",2674,90410 +"23484",2674,100992 +"23485",2675,6039 +"23486",2675,6131 +"23487",2675,9557 +"23488",2675,12971 +"23489",2675,13818 +"23490",2675,19348 +"23491",2675,19890 +"23492",2675,27228 +"23493",2675,34762 +"23494",2675,72241 +"23495",2675,84825 +"23496",2675,85193 +"23497",2675,86584 +"23498",2676,2848 +"23499",2677,2678 +"23500",2678,49090 +"23501",2679,4293 +"23502",2679,6307 +"23503",2679,24640 +"23504",2679,24705 +"23505",2679,32280 +"23506",2679,51427 +"23507",2680,2934 +"23508",2680,5073 +"23509",2680,7942 +"23510",2680,9343 +"23511",2680,16176 +"23512",2680,18586 +"23513",2680,20348 +"23514",2680,35287 +"23515",2680,41023 +"23516",2680,54334 +"23517",2680,56448 +"23518",2680,58657 +"23519",2680,60167 +"23520",2680,61566 +"23521",2680,69179 +"23522",2680,71504 +"23523",2680,73147 +"23524",2680,73429 +"23525",2680,74612 +"23526",2680,78996 +"23527",2680,79600 +"23528",2680,94048 +"23529",2680,105139 +"23530",2680,109509 +"23531",2680,116888 +"23532",2680,123051 +"23533",2680,123052 +"23534",2681,3271 +"23535",2681,3903 +"23536",2681,6347 +"23537",2681,7085 +"23538",2681,9270 +"23539",2681,9272 +"23540",2681,9505 +"23541",2681,11913 +"23542",2681,12428 +"23543",2681,12807 +"23544",2681,13142 +"23545",2681,16689 +"23546",2681,19036 +"23547",2681,19391 +"23548",2681,23075 +"23549",2681,25606 +"23550",2681,28530 +"23551",2681,30258 +"23552",2681,32811 +"23553",2681,37167 +"23554",2681,38185 +"23555",2681,38683 +"23556",2681,40245 +"23557",2681,43226 +"23558",2681,44655 +"23559",2681,44973 +"23560",2681,46177 +"23561",2681,47048 +"23562",2681,48110 +"23563",2681,54259 +"23564",2681,58508 +"23565",2681,59731 +"23566",2681,61822 +"23567",2681,62642 +"23568",2681,63953 +"23569",2681,68091 +"23570",2681,69335 +"23571",2681,75245 +"23572",2681,75776 +"23573",2681,75956 +"23574",2681,76067 +"23575",2681,76387 +"23576",2681,78978 +"23577",2681,79212 +"23578",2681,79241 +"23579",2681,79579 +"23580",2681,80239 +"23581",2681,80301 +"23582",2681,81397 +"23583",2681,88340 +"23584",2681,88749 +"23585",2681,89069 +"23586",2681,89373 +"23587",2681,89995 +"23588",2681,90919 +"23589",2681,90936 +"23590",2681,92861 +"23591",2681,93097 +"23592",2681,94231 +"23593",2681,95489 +"23594",2681,96247 +"23595",2681,96363 +"23596",2681,97898 +"23597",2682,4054 +"23598",2682,6953 +"23599",2682,44073 +"23600",2682,44074 +"23601",2682,44075 +"23602",2682,51848 +"23603",2682,59431 +"23604",2683,26096 +"23605",2684,3200 +"23606",2684,5940 +"23607",2684,9998 +"23608",2684,10032 +"23609",2684,10266 +"23610",2684,11055 +"23611",2684,19937 +"23612",2684,24753 +"23613",2684,27501 +"23614",2684,44796 +"23615",2684,79136 +"23616",2684,97275 +"23617",2684,102116 +"23618",2684,113458 +"23619",2685,3093 +"23620",2685,3169 +"23621",2685,3183 +"23622",2685,3228 +"23623",2685,3249 +"23624",2685,3288 +"23625",2686,14207 +"23626",2686,36836 +"23627",2686,38069 +"23628",2686,44714 +"23629",2686,50581 +"23630",2686,54748 +"23631",2686,55620 +"23632",2686,59860 +"23633",2686,85903 +"23634",2686,90941 +"23635",2686,122334 +"23636",2687,25019 +"23637",2687,31239 +"23638",2687,36297 +"23639",2687,66061 +"23640",2687,73211 +"23641",2687,89626 +"23642",2687,101628 +"23643",2688,8556 +"23644",2688,9662 +"23645",2688,13551 +"23646",2688,17432 +"23647",2688,22544 +"23648",2688,27524 +"23649",2688,35392 +"23650",2688,36890 +"23651",2688,48541 +"23652",2688,91554 +"23653",2688,91555 +"23654",2689,5575 +"23655",2689,50072 +"23656",2689,82931 +"23657",2689,84657 +"23658",2690,20652 +"23659",2690,58888 +"23660",2690,59049 +"23661",2691,8469 +"23662",2691,17941 +"23663",2691,21987 +"23664",2691,30406 +"23665",2691,32843 +"23666",2691,44037 +"23667",2691,44393 +"23668",2691,46340 +"23669",2691,46931 +"23670",2691,84150 +"23671",2691,112590 +"23672",2691,119637 +"23673",2692,10143 +"23674",2692,20261 +"23675",2692,20344 +"23676",2692,41202 +"23677",2692,65513 +"23678",2692,71847 +"23679",2692,83162 +"23680",2692,85472 +"23681",2692,98104 +"23682",2692,108315 +"23683",2693,4128 +"23684",2693,4236 +"23685",2693,23387 +"23686",2693,38974 +"23687",2693,44825 +"23688",2694,40009 +"23689",2694,63984 +"23690",2694,106150 +"23691",2695,6165 +"23692",2695,14472 +"23693",2695,15616 +"23694",2695,40121 +"23695",2695,66823 +"23696",2695,90788 +"23697",2696,12208 +"23698",2696,20364 +"23699",2696,31488 +"23700",2697,47537 +"23701",2697,122922 +"23702",2698,4562 +"23703",2698,9036 +"23704",2698,16116 +"23705",2698,31956 +"23706",2698,39056 +"23707",2699,47895 +"23708",2699,111866 +"23709",2700,9241 +"23710",2700,16402 +"23711",2700,23000 +"23712",2700,26182 +"23713",2700,37906 +"23714",2700,48961 +"23715",2700,50832 +"23716",2700,63684 +"23717",2700,77534 +"23718",2700,94555 +"23719",2700,110062 +"23720",2700,115815 +"23721",2701,7060 +"23722",2701,62209 +"23723",2701,117491 +"23724",2701,117492 +"23725",2702,8801 +"23726",2702,9594 +"23727",2702,15560 +"23728",2702,17295 +"23729",2702,29763 +"23730",2702,41136 +"23731",2702,44232 +"23732",2702,46596 +"23733",2702,62164 +"23734",2702,64413 +"23735",2702,74035 +"23736",2703,16345 +"23737",2703,47862 +"23738",2704,3163 +"23739",2704,16496 +"23740",2704,29707 +"23741",2704,45395 +"23742",2704,49841 +"23743",2704,54746 +"23744",2704,54754 +"23745",2705,24333 +"23746",2705,94405 +"23747",2705,94409 +"23748",2706,4596 +"23749",2706,42375 +"23750",2706,49575 +"23751",2706,51273 +"23752",2706,64742 +"23753",2706,84272 +"23754",2707,44263 +"23755",2708,2731 +"23756",2708,31968 +"23757",2708,48216 +"23758",2708,56921 +"23759",2708,58475 +"23760",2708,58732 +"23761",2709,17703 +"23762",2709,48814 +"23763",2709,58429 +"23764",2710,4115 +"23765",2710,8556 +"23766",2710,14607 +"23767",2710,17466 +"23768",2710,17730 +"23769",2710,18925 +"23770",2710,23845 +"23771",2710,28851 +"23772",2710,32482 +"23773",2710,34076 +"23774",2710,35416 +"23775",2710,35504 +"23776",2710,35522 +"23777",2710,35534 +"23778",2710,46031 +"23779",2710,58120 +"23780",2711,9052 +"23781",2711,23179 +"23782",2711,38463 +"23783",2711,41014 +"23784",2711,87732 +"23785",2711,93802 +"23786",2712,36790 +"23787",2712,47911 +"23788",2712,56015 +"23789",2712,87242 +"23790",2713,80093 +"23791",2714,84632 +"23792",2715,45478 +"23793",2715,95322 +"23794",2716,2742 +"23795",2716,9318 +"23796",2716,17755 +"23797",2716,17901 +"23798",2716,22287 +"23799",2716,23976 +"23800",2716,31057 +"23801",2716,41163 +"23802",2716,63698 +"23803",2716,86537 +"23804",2717,4253 +"23805",2717,11082 +"23806",2717,24478 +"23807",2717,24485 +"23808",2717,32492 +"23809",2717,36639 +"23810",2717,37729 +"23811",2717,41972 +"23812",2717,42275 +"23813",2718,2786 +"23814",2718,12239 +"23815",2718,39431 +"23816",2718,103174 +"23817",2719,2873 +"23818",2719,5577 +"23819",2719,11534 +"23820",2719,20113 +"23821",2719,29940 +"23822",2719,35561 +"23823",2719,53261 +"23824",2719,58587 +"23825",2719,60753 +"23826",2719,68509 +"23827",2719,73794 +"23828",2719,79227 +"23829",2719,83892 +"23830",2719,98858 +"23831",2719,99690 +"23832",2719,107527 +"23833",2719,118367 +"23834",2719,118370 +"23835",2719,122562 +"23836",2720,66215 +"23837",2720,69461 +"23838",2721,67224 +"23839",2721,88608 +"23840",2721,91898 +"23841",2721,110558 +"23842",2721,111007 +"23843",2722,22442 +"23844",2722,30643 +"23845",2723,3822 +"23846",2723,13908 +"23847",2723,33883 +"23848",2723,35470 +"23849",2723,55373 +"23850",2723,94381 +"23851",2723,119512 +"23852",2723,122798 +"23853",2724,2824 +"23854",2724,8619 +"23855",2724,11803 +"23856",2724,17847 +"23857",2724,20371 +"23858",2724,23116 +"23859",2724,32259 +"23860",2724,32412 +"23861",2724,51313 +"23862",2724,74054 +"23863",2724,76122 +"23864",2724,106065 +"23865",2724,120667 +"23866",2725,4400 +"23867",2725,7896 +"23868",2725,28205 +"23869",2725,28384 +"23870",2725,32778 +"23871",2725,100196 +"23872",2725,101139 +"23873",2726,8284 +"23874",2727,41800 +"23875",2727,85850 +"23876",2727,117728 +"23877",2728,2732 +"23878",2728,2733 +"23879",2728,2736 +"23880",2728,6009 +"23881",2728,24839 +"23882",2728,40596 +"23883",2728,78761 +"23884",2728,98042 +"23885",2728,104234 +"23886",2728,104281 +"23887",2728,104299 +"23888",2728,106775 +"23889",2729,7650 +"23890",2729,7668 +"23891",2729,11651 +"23892",2729,22972 +"23893",2729,29225 +"23894",2729,66246 +"23895",2729,67793 +"23896",2729,76791 +"23897",2729,78810 +"23898",2729,79961 +"23899",2729,93787 +"23900",2730,18430 +"23901",2730,20502 +"23902",2730,21107 +"23903",2730,23024 +"23904",2730,50541 +"23905",2731,5330 +"23906",2731,13905 +"23907",2731,20187 +"23908",2731,20975 +"23909",2731,27085 +"23910",2731,27711 +"23911",2731,27781 +"23912",2731,27910 +"23913",2731,28015 +"23914",2731,28124 +"23915",2731,36361 +"23916",2731,47111 +"23917",2731,50565 +"23918",2731,77305 +"23919",2731,80174 +"23920",2731,81588 +"23921",2731,82442 +"23922",2731,89097 +"23923",2731,92220 +"23924",2731,99275 +"23925",2731,104137 +"23926",2731,104788 +"23927",2731,112329 +"23928",2732,2733 +"23929",2732,2736 +"23930",2732,5524 +"23931",2732,12611 +"23932",2732,12928 +"23933",2732,18877 +"23934",2732,29067 +"23935",2732,47422 +"23936",2732,77243 +"23937",2732,81290 +"23938",2732,81328 +"23939",2732,81333 +"23940",2732,81980 +"23941",2732,107851 +"23942",2733,2736 +"23943",2733,5463 +"23944",2733,5524 +"23945",2733,6009 +"23946",2733,7648 +"23947",2733,12611 +"23948",2733,14442 +"23949",2733,17604 +"23950",2733,18656 +"23951",2733,20026 +"23952",2733,20881 +"23953",2733,24839 +"23954",2733,26125 +"23955",2733,27794 +"23956",2733,29067 +"23957",2733,29134 +"23958",2733,31146 +"23959",2733,31785 +"23960",2733,34601 +"23961",2733,46837 +"23962",2733,47422 +"23963",2733,51257 +"23964",2733,55180 +"23965",2733,55191 +"23966",2733,55204 +"23967",2733,55258 +"23968",2733,55259 +"23969",2733,81290 +"23970",2733,81328 +"23971",2733,81333 +"23972",2733,85259 +"23973",2733,96604 +"23974",2733,97533 +"23975",2733,97548 +"23976",2733,97561 +"23977",2735,24551 +"23978",2735,55377 +"23979",2735,55388 +"23980",2735,55484 +"23981",2736,12611 +"23982",2736,20026 +"23983",2736,26125 +"23984",2736,31146 +"23985",2736,69649 +"23986",2736,81290 +"23987",2736,81328 +"23988",2736,81333 +"23989",2737,12121 +"23990",2737,15418 +"23991",2737,15644 +"23992",2737,34616 +"23993",2737,42744 +"23994",2737,42911 +"23995",2737,53812 +"23996",2737,67227 +"23997",2737,77591 +"23998",2737,97213 +"23999",2737,105073 +"24000",2737,108214 +"24001",2738,68679 +"24002",2739,24762 +"24003",2739,41208 +"24004",2739,84761 +"24005",2739,105502 +"24006",2740,76381 +"24007",2740,94289 +"24008",2740,94317 +"24009",2741,62887 +"24010",2742,3336 +"24011",2742,5227 +"24012",2742,7824 +"24013",2742,9318 +"24014",2742,17901 +"24015",2742,22287 +"24016",2742,23976 +"24017",2742,27173 +"24018",2742,37285 +"24019",2742,42433 +"24020",2742,48605 +"24021",2742,90357 +"24022",2742,91459 +"24023",2743,3242 +"24024",2743,4050 +"24025",2743,4098 +"24026",2743,4244 +"24027",2743,5195 +"24028",2743,20319 +"24029",2743,20824 +"24030",2743,26549 +"24031",2743,30931 +"24032",2743,44364 +"24033",2743,50312 +"24034",2743,51022 +"24035",2743,51654 +"24036",2743,55073 +"24037",2743,98113 +"24038",2743,105092 +"24039",2744,12514 +"24040",2744,34272 +"24041",2745,8535 +"24042",2745,17061 +"24043",2745,60685 +"24044",2745,64605 +"24045",2745,92252 +"24046",2745,94521 +"24047",2746,8318 +"24048",2746,23223 +"24049",2746,36652 +"24050",2746,36659 +"24051",2747,2753 +"24052",2747,3182 +"24053",2747,5005 +"24054",2747,6808 +"24055",2747,13148 +"24056",2747,14715 +"24057",2747,14818 +"24058",2747,14998 +"24059",2747,15385 +"24060",2747,17638 +"24061",2747,20155 +"24062",2747,20502 +"24063",2747,21213 +"24064",2747,23226 +"24065",2747,23860 +"24066",2747,24009 +"24067",2747,24027 +"24068",2747,24186 +"24069",2747,24232 +"24070",2747,26140 +"24071",2747,31353 +"24072",2747,35417 +"24073",2747,35983 +"24074",2747,40396 +"24075",2747,44334 +"24076",2747,44433 +"24077",2747,44603 +"24078",2747,45734 +"24079",2747,50349 +"24080",2747,51646 +"24081",2747,52535 +"24082",2747,61551 +"24083",2747,81711 +"24084",2748,21515 +"24085",2748,81299 +"24086",2750,44023 +"24087",2750,61586 +"24088",2750,64090 +"24089",2751,8354 +"24090",2751,10473 +"24091",2751,11857 +"24092",2752,3184 +"24093",2752,30075 +"24094",2752,87875 +"24095",2752,88073 +"24096",2752,107659 +"24097",2753,3182 +"24098",2753,14818 +"24099",2753,14998 +"24100",2753,15385 +"24101",2753,17638 +"24102",2753,18203 +"24103",2753,20155 +"24104",2753,21213 +"24105",2753,22274 +"24106",2753,23860 +"24107",2753,24027 +"24108",2753,24186 +"24109",2753,35417 +"24110",2753,40396 +"24111",2753,44433 +"24112",2753,44603 +"24113",2753,59188 +"24114",2753,75816 +"24115",2753,121502 +"24116",2754,5126 +"24117",2754,5973 +"24118",2754,7755 +"24119",2754,11551 +"24120",2754,12983 +"24121",2754,13945 +"24122",2754,14787 +"24123",2754,15409 +"24124",2754,21868 +"24125",2754,22705 +"24126",2754,22759 +"24127",2754,31799 +"24128",2754,35021 +"24129",2754,44548 +"24130",2754,49522 +"24131",2754,50632 +"24132",2754,53181 +"24133",2754,72334 +"24134",2754,75848 +"24135",2754,80233 +"24136",2754,90921 +"24137",2754,91606 +"24138",2754,92156 +"24139",2754,92724 +"24140",2754,94440 +"24141",2754,100789 +"24142",2754,105651 +"24143",2754,108063 +"24144",2755,10975 +"24145",2755,14602 +"24146",2755,25360 +"24147",2756,13509 +"24148",2756,30075 +"24149",2757,9269 +"24150",2757,11361 +"24151",2757,29084 +"24152",2757,41067 +"24153",2757,44744 +"24154",2757,50319 +"24155",2757,66055 +"24156",2757,70778 +"24157",2757,72060 +"24158",2757,80938 +"24159",2757,80939 +"24160",2757,80940 +"24161",2757,80941 +"24162",2757,80949 +"24163",2757,80955 +"24164",2757,80956 +"24165",2757,80957 +"24166",2757,80985 +"24167",2757,80989 +"24168",2757,81007 +"24169",2757,81022 +"24170",2757,81026 +"24171",2757,81036 +"24172",2757,81037 +"24173",2757,81038 +"24174",2757,81139 +"24175",2758,12897 +"24176",2758,14099 +"24177",2758,14603 +"24178",2758,18307 +"24179",2758,27513 +"24180",2758,38866 +"24181",2758,40264 +"24182",2758,49164 +"24183",2758,69174 +"24184",2758,97241 +"24185",2758,101248 +"24186",2759,6133 +"24187",2759,6627 +"24188",2759,7269 +"24189",2759,10616 +"24190",2759,19806 +"24191",2759,21180 +"24192",2759,72680 +"24193",2759,76132 +"24194",2759,76497 +"24195",2759,85876 +"24196",2760,6415 +"24197",2760,36714 +"24198",2760,46166 +"24199",2760,48050 +"24200",2761,3488 +"24201",2761,3973 +"24202",2761,4037 +"24203",2761,4342 +"24204",2761,4343 +"24205",2761,6257 +"24206",2761,6699 +"24207",2761,6727 +"24208",2761,6875 +"24209",2761,29478 +"24210",2761,32599 +"24211",2761,46976 +"24212",2761,49097 +"24213",2761,53242 +"24214",2761,55809 +"24215",2761,59578 +"24216",2762,19017 +"24217",2762,31142 +"24218",2762,81056 +"24219",2763,3156 +"24220",2763,25902 +"24221",2763,30225 +"24222",2763,36006 +"24223",2763,54304 +"24224",2763,80141 +"24225",2763,103857 +"24226",2763,103885 +"24227",2764,10876 +"24228",2765,7861 +"24229",2765,11208 +"24230",2765,15620 +"24231",2765,17391 +"24232",2765,22714 +"24233",2765,39827 +"24234",2765,43144 +"24235",2765,87255 +"24236",2766,2836 +"24237",2766,3699 +"24238",2766,3700 +"24239",2766,4722 +"24240",2766,4763 +"24241",2766,6830 +"24242",2766,10874 +"24243",2766,15184 +"24244",2766,31115 +"24245",2766,41625 +"24246",2766,48768 +"24247",2766,49881 +"24248",2766,50252 +"24249",2766,88258 +"24250",2766,88259 +"24251",2767,6413 +"24252",2767,41702 +"24253",2767,61547 +"24254",2767,110498 +"24255",2767,115039 +"24256",2768,6531 +"24257",2768,15011 +"24258",2768,36438 +"24259",2768,37820 +"24260",2768,50662 +"24261",2768,93471 +"24262",2769,12791 +"24263",2769,14288 +"24264",2769,14505 +"24265",2769,17117 +"24266",2769,20641 +"24267",2769,21198 +"24268",2769,22282 +"24269",2769,23134 +"24270",2769,24317 +"24271",2769,25931 +"24272",2769,27275 +"24273",2769,27390 +"24274",2769,30490 +"24275",2769,36361 +"24276",2769,37597 +"24277",2769,38070 +"24278",2769,43575 +"24279",2769,49678 +"24280",2769,52576 +"24281",2769,61970 +"24282",2769,63357 +"24283",2769,81423 +"24284",2769,82949 +"24285",2769,90765 +"24286",2769,101999 +"24287",2770,2771 +"24288",2771,3646 +"24289",2771,7743 +"24290",2771,9086 +"24291",2771,9382 +"24292",2771,19504 +"24293",2771,22231 +"24294",2771,25255 +"24295",2771,26912 +"24296",2771,31074 +"24297",2771,31176 +"24298",2771,33273 +"24299",2771,39282 +"24300",2771,42373 +"24301",2771,50349 +"24302",2771,53877 +"24303",2771,65830 +"24304",2771,67019 +"24305",2771,73186 +"24306",2771,73948 +"24307",2771,74725 +"24308",2771,83253 +"24309",2771,87771 +"24310",2771,88773 +"24311",2771,93632 +"24312",2771,99445 +"24313",2771,101012 +"24314",2771,102770 +"24315",2772,3198 +"24316",2772,3397 +"24317",2772,3409 +"24318",2772,3411 +"24319",2772,3436 +"24320",2772,3453 +"24321",2772,4069 +"24322",2772,6194 +"24323",2772,12579 +"24324",2772,53813 +"24325",2772,80056 +"24326",2773,14378 +"24327",2773,51581 +"24328",2773,82628 +"24329",2773,99391 +"24330",2773,107207 +"24331",2774,4947 +"24332",2774,5728 +"24333",2774,6614 +"24334",2774,20688 +"24335",2774,27221 +"24336",2774,77481 +"24337",2775,5658 +"24338",2775,19479 +"24339",2775,20333 +"24340",2775,25856 +"24341",2775,57288 +"24342",2775,64282 +"24343",2776,4169 +"24344",2776,8427 +"24345",2776,12644 +"24346",2776,22020 +"24347",2776,23399 +"24348",2776,32624 +"24349",2776,43552 +"24350",2776,59679 +"24351",2776,65381 +"24352",2776,67480 +"24353",2776,89134 +"24354",2777,57383 +"24355",2777,121839 +"24356",2778,42066 +"24357",2779,6985 +"24358",2779,7374 +"24359",2779,10079 +"24360",2779,12763 +"24361",2779,17013 +"24362",2779,17070 +"24363",2779,18197 +"24364",2779,22408 +"24365",2779,26536 +"24366",2779,31951 +"24367",2779,34945 +"24368",2779,38148 +"24369",2779,64361 +"24370",2779,66454 +"24371",2779,76029 +"24372",2779,81790 +"24373",2779,81791 +"24374",2779,87016 +"24375",2779,96837 +"24376",2779,97766 +"24377",2780,3894 +"24378",2780,6507 +"24379",2780,7580 +"24380",2780,8006 +"24381",2780,31684 +"24382",2780,35092 +"24383",2780,36182 +"24384",2780,36399 +"24385",2780,43543 +"24386",2780,54452 +"24387",2780,61072 +"24388",2780,61255 +"24389",2780,61363 +"24390",2780,65939 +"24391",2780,95361 +"24392",2780,106618 +"24393",2781,20729 +"24394",2782,24226 +"24395",2782,24337 +"24396",2782,24338 +"24397",2782,24372 +"24398",2782,82634 +"24399",2782,92851 +"24400",2782,93438 +"24401",2783,4289 +"24402",2783,4790 +"24403",2783,14091 +"24404",2783,17467 +"24405",2783,52058 +"24406",2783,61604 +"24407",2783,71039 +"24408",2783,92661 +"24409",2783,107487 +"24410",2783,118667 +"24411",2784,5845 +"24412",2784,58301 +"24413",2784,71980 +"24414",2784,75422 +"24415",2785,6706 +"24416",2785,8770 +"24417",2785,16573 +"24418",2785,27193 +"24419",2785,53942 +"24420",2785,57492 +"24421",2785,72576 +"24422",2785,72577 +"24423",2785,76171 +"24424",2787,16349 +"24425",2787,27899 +"24426",2787,32753 +"24427",2788,2834 +"24428",2788,6986 +"24429",2788,15827 +"24430",2788,19035 +"24431",2788,22612 +"24432",2788,22613 +"24433",2788,22771 +"24434",2788,22774 +"24435",2788,35730 +"24436",2788,35890 +"24437",2788,71373 +"24438",2788,78682 +"24439",2788,85006 +"24440",2788,85021 +"24441",2788,85046 +"24442",2789,33972 +"24443",2789,43434 +"24444",2789,61684 +"24445",2789,86193 +"24446",2789,88767 +"24447",2789,93332 +"24448",2789,97015 +"24449",2789,103950 +"24450",2789,108924 +"24451",2789,111323 +"24452",2790,3042 +"24453",2790,116267 +"24454",2790,121981 +"24455",2791,6564 +"24456",2791,15464 +"24457",2791,20862 +"24458",2791,22309 +"24459",2791,34747 +"24460",2791,48907 +"24461",2792,3352 +"24462",2792,10628 +"24463",2792,10875 +"24464",2792,11707 +"24465",2792,42157 +"24466",2792,42899 +"24467",2792,44364 +"24468",2792,47609 +"24469",2792,48064 +"24470",2792,54725 +"24471",2792,57814 +"24472",2792,105021 +"24473",2793,6375 +"24474",2793,10206 +"24475",2793,12818 +"24476",2793,12968 +"24477",2793,21468 +"24478",2793,30907 +"24479",2793,33362 +"24480",2793,33790 +"24481",2793,37368 +"24482",2793,44447 +"24483",2793,49621 +"24484",2793,53926 +"24485",2793,75891 +"24486",2793,78305 +"24487",2793,82775 +"24488",2793,84184 +"24489",2793,89930 +"24490",2793,91043 +"24491",2793,91544 +"24492",2793,99044 +"24493",2793,99809 +"24494",2793,100574 +"24495",2793,100967 +"24496",2793,101928 +"24497",2793,119372 +"24498",2794,95488 +"24499",2795,48993 +"24500",2796,42134 +"24501",2796,88233 +"24502",2797,7159 +"24503",2797,7161 +"24504",2797,8817 +"24505",2797,9302 +"24506",2797,11364 +"24507",2797,14293 +"24508",2797,14394 +"24509",2797,14877 +"24510",2797,15441 +"24511",2797,19358 +"24512",2797,20667 +"24513",2797,22756 +"24514",2797,24948 +"24515",2797,24989 +"24516",2797,26413 +"24517",2797,27267 +"24518",2797,31897 +"24519",2797,32070 +"24520",2797,40561 +"24521",2797,46568 +"24522",2797,50351 +"24523",2797,50659 +"24524",2797,54737 +"24525",2797,56168 +"24526",2797,60846 +"24527",2797,69291 +"24528",2797,78073 +"24529",2797,79331 +"24530",2797,79710 +"24531",2797,79711 +"24532",2797,79720 +"24533",2797,79725 +"24534",2797,79738 +"24535",2797,79748 +"24536",2797,79750 +"24537",2797,79754 +"24538",2797,79758 +"24539",2797,79760 +"24540",2797,79771 +"24541",2797,79780 +"24542",2797,79781 +"24543",2797,79803 +"24544",2797,89433 +"24545",2797,103203 +"24546",2797,104741 +"24547",2797,104785 +"24548",2797,105309 +"24549",2798,13331 +"24550",2798,13495 +"24551",2798,17444 +"24552",2798,24709 +"24553",2798,26672 +"24554",2798,30051 +"24555",2798,36956 +"24556",2798,37214 +"24557",2798,41386 +"24558",2798,45410 +"24559",2798,47943 +"24560",2798,61555 +"24561",2798,70392 +"24562",2798,70728 +"24563",2798,73902 +"24564",2798,75620 +"24565",2798,76158 +"24566",2798,84732 +"24567",2798,86838 +"24568",2798,88992 +"24569",2798,92543 +"24570",2798,95818 +"24571",2798,101398 +"24572",2798,108112 +"24573",2799,8110 +"24574",2799,48264 +"24575",2799,50910 +"24576",2799,73626 +"24577",2799,103173 +"24578",2799,104133 +"24579",2800,4373 +"24580",2800,6587 +"24581",2800,7405 +"24582",2800,24743 +"24583",2800,32323 +"24584",2800,43228 +"24585",2800,79827 +"24586",2801,6279 +"24587",2801,8797 +"24588",2801,21750 +"24589",2801,34364 +"24590",2801,35842 +"24591",2801,37353 +"24592",2801,46997 +"24593",2801,57522 +"24594",2801,58154 +"24595",2801,60849 +"24596",2801,76692 +"24597",2801,85564 +"24598",2801,91181 +"24599",2801,112843 +"24600",2801,113096 +"24601",2801,113112 +"24602",2802,2821 +"24603",2802,2997 +"24604",2802,3055 +"24605",2802,3077 +"24606",2802,13991 +"24607",2802,15441 +"24608",2802,33106 +"24609",2802,33152 +"24610",2802,51678 +"24611",2802,52720 +"24612",2802,53347 +"24613",2802,53971 +"24614",2802,62126 +"24615",2802,86104 +"24616",2802,95354 +"24617",2802,101056 +"24618",2802,103905 +"24619",2802,107852 +"24620",2802,110145 +"24621",2803,29968 +"24622",2803,50517 +"24623",2803,85845 +"24624",2804,20559 +"24625",2805,90275 +"24626",2805,99447 +"24627",2807,9232 +"24628",2807,42661 +"24629",2807,102086 +"24630",2808,28740 +"24631",2808,72044 +"24632",2808,113675 +"24633",2809,33138 +"24634",2809,45865 +"24635",2809,45956 +"24636",2810,2811 +"24637",2810,3412 +"24638",2810,9080 +"24639",2810,13798 +"24640",2810,19073 +"24641",2810,33346 +"24642",2810,43045 +"24643",2810,58745 +"24644",2810,80665 +"24645",2810,87873 +"24646",2810,92426 +"24647",2810,107977 +"24648",2811,14182 +"24649",2811,28181 +"24650",2811,33978 +"24651",2811,40453 +"24652",2811,44549 +"24653",2811,46578 +"24654",2811,49064 +"24655",2811,72520 +"24656",2811,111871 +"24657",2812,45147 +"24658",2813,2840 +"24659",2813,3710 +"24660",2813,15259 +"24661",2813,15921 +"24662",2813,16386 +"24663",2813,18066 +"24664",2813,22460 +"24665",2813,28869 +"24666",2813,41435 +"24667",2813,44154 +"24668",2813,47232 +"24669",2813,50355 +"24670",2813,67915 +"24671",2813,78833 +"24672",2814,10606 +"24673",2815,3331 +"24674",2815,5317 +"24675",2815,19502 +"24676",2815,23109 +"24677",2815,27952 +"24678",2815,62144 +"24679",2815,83642 +"24680",2815,83853 +"24681",2816,17966 +"24682",2816,34753 +"24683",2816,41391 +"24684",2816,60948 +"24685",2816,80362 +"24686",2816,91840 +"24687",2816,92935 +"24688",2816,104524 +"24689",2817,8297 +"24690",2817,56284 +"24691",2817,100281 +"24692",2817,112160 +"24693",2818,5013 +"24694",2818,20138 +"24695",2818,85241 +"24696",2818,104207 +"24697",2819,12820 +"24698",2819,103648 +"24699",2820,43350 +"24700",2820,56270 +"24701",2821,2997 +"24702",2821,3055 +"24703",2821,3077 +"24704",2821,10128 +"24705",2821,16057 +"24706",2821,16188 +"24707",2821,17159 +"24708",2821,20027 +"24709",2821,20310 +"24710",2821,20412 +"24711",2821,20580 +"24712",2821,23402 +"24713",2821,29533 +"24714",2821,53858 +"24715",2821,67092 +"24716",2821,75886 +"24717",2821,82862 +"24718",2821,90218 +"24719",2821,106837 +"24720",2822,3364 +"24721",2822,14664 +"24722",2822,16567 +"24723",2822,31381 +"24724",2822,36680 +"24725",2822,97215 +"24726",2823,38136 +"24727",2823,73542 +"24728",2823,105481 +"24729",2823,108719 +"24730",2824,10597 +"24731",2824,11803 +"24732",2824,14061 +"24733",2824,17847 +"24734",2824,20371 +"24735",2824,32259 +"24736",2824,49805 +"24737",2824,77519 +"24738",2824,80653 +"24739",2824,107322 +"24740",2824,107423 +"24741",2824,107428 +"24742",2825,80309 +"24743",2826,13835 +"24744",2826,25387 +"24745",2826,45930 +"24746",2826,62316 +"24747",2826,62678 +"24748",2826,92080 +"24749",2827,8280 +"24750",2827,9257 +"24751",2827,23797 +"24752",2827,23824 +"24753",2827,23854 +"24754",2827,23858 +"24755",2827,23874 +"24756",2827,41910 +"24757",2828,2829 +"24758",2828,8718 +"24759",2828,12383 +"24760",2828,46748 +"24761",2829,11413 +"24762",2829,72449 +"24763",2830,11990 +"24764",2831,2877 +"24765",2831,2887 +"24766",2831,3021 +"24767",2831,16921 +"24768",2831,23597 +"24769",2831,70350 +"24770",2832,75272 +"24771",2833,4746 +"24772",2833,7852 +"24773",2833,15766 +"24774",2833,55423 +"24775",2833,71591 +"24776",2834,6986 +"24777",2834,31658 +"24778",2834,35890 +"24779",2834,71373 +"24780",2834,80781 +"24781",2834,85006 +"24782",2834,85021 +"24783",2834,85046 +"24784",2835,3197 +"24785",2835,3275 +"24786",2835,3363 +"24787",2835,4652 +"24788",2835,5449 +"24789",2835,16269 +"24790",2835,23530 +"24791",2835,29561 +"24792",2835,37016 +"24793",2835,37053 +"24794",2835,37085 +"24795",2835,37481 +"24796",2835,38051 +"24797",2835,38462 +"24798",2835,45561 +"24799",2835,53219 +"24800",2835,55470 +"24801",2835,56232 +"24802",2835,60412 +"24803",2835,61751 +"24804",2835,103942 +"24805",2835,114280 +"24806",2836,10874 +"24807",2836,80951 +"24808",2837,5363 +"24809",2837,5575 +"24810",2837,11325 +"24811",2837,19655 +"24812",2837,58829 +"24813",2838,21616 +"24814",2838,77383 +"24815",2838,122386 +"24816",2839,10111 +"24817",2839,10255 +"24818",2839,98828 +"24819",2840,4129 +"24820",2840,4974 +"24821",2840,5304 +"24822",2840,6189 +"24823",2840,6298 +"24824",2840,8094 +"24825",2840,9120 +"24826",2840,10123 +"24827",2840,10208 +"24828",2840,12994 +"24829",2840,13822 +"24830",2840,16286 +"24831",2840,17811 +"24832",2840,18066 +"24833",2840,18084 +"24834",2840,18345 +"24835",2840,23462 +"24836",2840,24724 +"24837",2840,24796 +"24838",2840,29305 +"24839",2840,34833 +"24840",2840,35406 +"24841",2840,38736 +"24842",2840,41197 +"24843",2840,43574 +"24844",2840,45357 +"24845",2840,61816 +"24846",2840,64468 +"24847",2840,68500 +"24848",2840,68687 +"24849",2840,75666 +"24850",2840,76482 +"24851",2840,77432 +"24852",2840,78375 +"24853",2840,80391 +"24854",2840,84346 +"24855",2840,84353 +"24856",2840,95854 +"24857",2841,27688 +"24858",2841,34934 +"24859",2841,52832 +"24860",2841,54892 +"24861",2841,58777 +"24862",2841,68362 +"24863",2841,83578 +"24864",2841,92881 +"24865",2842,5221 +"24866",2842,20475 +"24867",2842,29152 +"24868",2842,100887 +"24869",2843,4405 +"24870",2843,7520 +"24871",2843,10271 +"24872",2843,13910 +"24873",2843,14134 +"24874",2843,15526 +"24875",2843,29133 +"24876",2844,25391 +"24877",2845,4245 +"24878",2845,8963 +"24879",2845,9837 +"24880",2845,11030 +"24881",2845,18524 +"24882",2845,18608 +"24883",2845,21283 +"24884",2845,33870 +"24885",2845,42282 +"24886",2845,45462 +"24887",2845,48352 +"24888",2845,48379 +"24889",2845,53837 +"24890",2845,65970 +"24891",2845,78617 +"24892",2845,82726 +"24893",2845,121479 +"24894",2846,2847 +"24895",2846,10277 +"24896",2846,87749 +"24897",2847,4158 +"24898",2847,6204 +"24899",2847,6321 +"24900",2847,7408 +"24901",2847,11715 +"24902",2847,12708 +"24903",2847,14052 +"24904",2847,24027 +"24905",2847,26987 +"24906",2847,27008 +"24907",2847,30154 +"24908",2847,37069 +"24909",2847,58334 +"24910",2847,66323 +"24911",2847,67499 +"24912",2847,73015 +"24913",2847,83444 +"24914",2847,93679 +"24915",2847,99949 +"24916",2847,101914 +"24917",2847,102486 +"24918",2847,103631 +"24919",2847,103723 +"24920",2847,103732 +"24921",2847,103759 +"24922",2847,103773 +"24923",2848,80770 +"24924",2848,99579 +"24925",2848,105297 +"24926",2848,109419 +"24927",2848,122784 +"24928",2849,86271 +"24929",2850,2863 +"24930",2850,23783 +"24931",2850,58679 +"24932",2850,81269 +"24933",2850,96563 +"24934",2850,113691 +"24935",2851,12633 +"24936",2851,14036 +"24937",2851,16528 +"24938",2851,22873 +"24939",2851,31852 +"24940",2851,32337 +"24941",2851,64803 +"24942",2851,76179 +"24943",2851,76380 +"24944",2851,77983 +"24945",2851,78136 +"24946",2851,96003 +"24947",2852,4113 +"24948",2852,5897 +"24949",2852,7526 +"24950",2852,8915 +"24951",2852,14090 +"24952",2852,17810 +"24953",2852,25046 +"24954",2852,32548 +"24955",2852,33049 +"24956",2852,36561 +"24957",2852,37172 +"24958",2852,41023 +"24959",2852,41062 +"24960",2852,41878 +"24961",2852,44273 +"24962",2852,49854 +"24963",2852,50466 +"24964",2852,57703 +"24965",2852,66985 +"24966",2852,67127 +"24967",2852,67529 +"24968",2852,73330 +"24969",2852,85491 +"24970",2852,85506 +"24971",2853,6371 +"24972",2853,10333 +"24973",2853,22838 +"24974",2853,26478 +"24975",2853,32939 +"24976",2853,80232 +"24977",2853,82955 +"24978",2853,103543 +"24979",2853,117496 +"24980",2853,118203 +"24981",2853,118204 +"24982",2854,6742 +"24983",2854,11259 +"24984",2854,16341 +"24985",2854,23980 +"24986",2854,30194 +"24987",2854,50243 +"24988",2854,78217 +"24989",2854,90733 +"24990",2854,90763 +"24991",2854,102829 +"24992",2855,10068 +"24993",2855,26264 +"24994",2855,58432 +"24995",2855,60656 +"24996",2855,74393 +"24997",2855,84418 +"24998",2855,88439 +"24999",2855,106714 +"25000",2855,106717 +"25001",2856,6044 +"25002",2856,6294 +"25003",2856,6582 +"25004",2856,8353 +"25005",2856,10668 +"25006",2856,15752 +"25007",2856,26080 +"25008",2856,32975 +"25009",2856,34012 +"25010",2856,37985 +"25011",2856,41972 +"25012",2856,45541 +"25013",2856,46373 +"25014",2856,47248 +"25015",2856,51017 +"25016",2856,55666 +"25017",2856,57160 +"25018",2856,62244 +"25019",2856,63547 +"25020",2856,70020 +"25021",2856,70858 +"25022",2856,74975 +"25023",2856,82977 +"25024",2856,90592 +"25025",2856,90921 +"25026",2856,93223 +"25027",2856,95997 +"25028",2856,117701 +"25029",2856,117703 +"25030",2856,117707 +"25031",2857,4725 +"25032",2857,14790 +"25033",2857,16383 +"25034",2857,20769 +"25035",2857,21247 +"25036",2857,24562 +"25037",2857,27402 +"25038",2857,55507 +"25039",2857,87930 +"25040",2857,91142 +"25041",2857,100856 +"25042",2858,57136 +"25043",2858,81159 +"25044",2859,20387 +"25045",2859,20447 +"25046",2859,20469 +"25047",2859,82830 +"25048",2860,2866 +"25049",2860,5874 +"25050",2860,5946 +"25051",2860,8523 +"25052",2860,13512 +"25053",2860,17838 +"25054",2860,24635 +"25055",2860,27040 +"25056",2860,64507 +"25057",2861,6980 +"25058",2861,32031 +"25059",2861,38297 +"25060",2861,46123 +"25061",2861,84611 +"25062",2862,16403 +"25063",2862,19745 +"25064",2862,33841 +"25065",2862,36447 +"25066",2862,75727 +"25067",2864,6287 +"25068",2864,16636 +"25069",2864,20370 +"25070",2864,20633 +"25071",2864,43902 +"25072",2864,63347 +"25073",2864,77718 +"25074",2864,95720 +"25075",2865,3145 +"25076",2865,27726 +"25077",2865,38564 +"25078",2865,79256 +"25079",2866,4423 +"25080",2866,5304 +"25081",2866,13822 +"25082",2866,15428 +"25083",2866,23027 +"25084",2866,25684 +"25085",2866,27222 +"25086",2866,27453 +"25087",2866,55921 +"25088",2866,56944 +"25089",2866,99551 +"25090",2867,36790 +"25091",2868,3029 +"25092",2868,3053 +"25093",2868,6651 +"25094",2868,7995 +"25095",2868,8094 +"25096",2868,8991 +"25097",2868,10641 +"25098",2868,52947 +"25099",2868,75683 +"25100",2868,93956 +"25101",2868,103177 +"25102",2869,5234 +"25103",2869,10996 +"25104",2869,13094 +"25105",2869,14348 +"25106",2869,17178 +"25107",2869,18648 +"25108",2869,19031 +"25109",2869,24080 +"25110",2869,26551 +"25111",2869,33871 +"25112",2869,36724 +"25113",2869,39944 +"25114",2869,43493 +"25115",2869,46343 +"25116",2869,50137 +"25117",2869,52769 +"25118",2869,55273 +"25119",2869,59520 +"25120",2869,62936 +"25121",2869,72632 +"25122",2869,77767 +"25123",2869,77782 +"25124",2869,85648 +"25125",2870,2871 +"25126",2871,9245 +"25127",2871,13618 +"25128",2871,13687 +"25129",2871,13840 +"25130",2871,16082 +"25131",2871,18821 +"25132",2871,29488 +"25133",2871,30550 +"25134",2871,33103 +"25135",2871,34113 +"25136",2871,34845 +"25137",2871,36615 +"25138",2871,46929 +"25139",2871,52697 +"25140",2871,58106 +"25141",2871,63312 +"25142",2871,68645 +"25143",2871,79493 +"25144",2871,80473 +"25145",2871,87602 +"25146",2871,91122 +"25147",2871,105398 +"25148",2871,107996 +"25149",2871,108314 +"25150",2872,42163 +"25151",2872,69202 +"25152",2873,5577 +"25153",2873,7318 +"25154",2873,11446 +"25155",2873,20113 +"25156",2873,20349 +"25157",2873,31291 +"25158",2873,35561 +"25159",2873,53888 +"25160",2873,60753 +"25161",2873,61922 +"25162",2873,64672 +"25163",2873,66728 +"25164",2873,73794 +"25165",2873,74232 +"25166",2873,75941 +"25167",2873,76131 +"25168",2873,78651 +"25169",2873,79977 +"25170",2873,84510 +"25171",2873,98858 +"25172",2873,99471 +"25173",2873,99575 +"25174",2873,100090 +"25175",2873,100859 +"25176",2873,101759 +"25177",2873,101953 +"25178",2873,102455 +"25179",2873,102484 +"25180",2873,111435 +"25181",2873,113226 +"25182",2873,117044 +"25183",2873,117653 +"25184",2874,13721 +"25185",2874,14380 +"25186",2875,10512 +"25187",2875,11595 +"25188",2875,13411 +"25189",2875,20400 +"25190",2875,23056 +"25191",2875,36978 +"25192",2875,58785 +"25193",2875,87239 +"25194",2875,87240 +"25195",2875,97155 +"25196",2875,116724 +"25197",2876,48367 +"25198",2876,74710 +"25199",2876,77908 +"25200",2876,104901 +"25201",2877,2887 +"25202",2877,3021 +"25203",2877,6545 +"25204",2877,9007 +"25205",2877,14517 +"25206",2877,23335 +"25207",2877,23597 +"25208",2877,30549 +"25209",2877,31364 +"25210",2877,81258 +"25211",2877,102482 +"25212",2877,102511 +"25213",2878,3340 +"25214",2878,5363 +"25215",2878,6819 +"25216",2878,8094 +"25217",2878,8186 +"25218",2878,12475 +"25219",2878,12676 +"25220",2878,15076 +"25221",2878,15311 +"25222",2878,19443 +"25223",2878,20121 +"25224",2878,20182 +"25225",2878,22528 +"25226",2878,23066 +"25227",2878,25126 +"25228",2878,28802 +"25229",2878,30351 +"25230",2878,41957 +"25231",2878,44083 +"25232",2878,46282 +"25233",2878,81644 +"25234",2878,88102 +"25235",2878,95566 +"25236",2878,106832 +"25237",2879,18571 +"25238",2879,23358 +"25239",2879,27783 +"25240",2879,31164 +"25241",2879,36136 +"25242",2879,39614 +"25243",2879,76807 +"25244",2879,82794 +"25245",2879,92953 +"25246",2880,3744 +"25247",2880,3763 +"25248",2880,4211 +"25249",2880,33735 +"25250",2881,21382 +"25251",2881,80328 +"25252",2882,2888 +"25253",2882,21361 +"25254",2882,49180 +"25255",2882,74654 +"25256",2882,81695 +"25257",2882,121983 +"25258",2882,121993 +"25259",2883,18591 +"25260",2883,53351 +"25261",2884,21064 +"25262",2884,23229 +"25263",2884,57187 +"25264",2884,91099 +"25265",2884,91129 +"25266",2884,96281 +"25267",2884,117062 +"25268",2885,18645 +"25269",2885,70530 +"25270",2886,11348 +"25271",2887,3021 +"25272",2887,14281 +"25273",2887,14374 +"25274",2887,14434 +"25275",2887,14435 +"25276",2888,3095 +"25277",2888,3402 +"25278",2888,5244 +"25279",2888,9289 +"25280",2888,10602 +"25281",2888,11855 +"25282",2888,12877 +"25283",2888,13223 +"25284",2888,13806 +"25285",2888,14775 +"25286",2888,14992 +"25287",2888,15166 +"25288",2888,19639 +"25289",2888,20243 +"25290",2888,22548 +"25291",2888,27412 +"25292",2888,28481 +"25293",2888,30116 +"25294",2888,32349 +"25295",2888,33137 +"25296",2888,33567 +"25297",2888,33877 +"25298",2888,34033 +"25299",2888,34658 +"25300",2888,36010 +"25301",2888,36403 +"25302",2888,41904 +"25303",2888,44150 +"25304",2888,45696 +"25305",2888,47973 +"25306",2888,50425 +"25307",2888,51230 +"25308",2888,51879 +"25309",2888,54046 +"25310",2888,55420 +"25311",2888,57253 +"25312",2888,60997 +"25313",2888,65733 +"25314",2888,66261 +"25315",2888,68457 +"25316",2888,69198 +"25317",2888,71069 +"25318",2888,77385 +"25319",2888,77386 +"25320",2888,77565 +"25321",2888,77661 +"25322",2888,78974 +"25323",2888,79041 +"25324",2888,81648 +"25325",2888,82932 +"25326",2888,86023 +"25327",2888,87813 +"25328",2888,88773 +"25329",2888,88817 +"25330",2888,88821 +"25331",2888,90993 +"25332",2888,90994 +"25333",2888,92417 +"25334",2888,98477 +"25335",2888,100319 +"25336",2888,101250 +"25337",2888,101462 +"25338",2888,109885 +"25339",2888,110742 +"25340",2888,112606 +"25341",2888,116142 +"25342",2888,116150 +"25343",2888,116151 +"25344",2888,116152 +"25345",2888,116155 +"25346",2888,116159 +"25347",2888,116163 +"25348",2888,116165 +"25349",2888,116166 +"25350",2888,116171 +"25351",2888,116677 +"25352",2888,116678 +"25353",2889,4517 +"25354",2889,5714 +"25355",2889,14016 +"25356",2889,18490 +"25357",2889,18498 +"25358",2889,18628 +"25359",2889,19181 +"25360",2889,19650 +"25361",2889,34024 +"25362",2889,34168 +"25363",2889,42226 +"25364",2889,77548 +"25365",2889,79765 +"25366",2889,83492 +"25367",2890,3603 +"25368",2890,8726 +"25369",2890,13077 +"25370",2890,17923 +"25371",2890,19807 +"25372",2890,22124 +"25373",2890,30268 +"25374",2890,30406 +"25375",2890,35494 +"25376",2890,35634 +"25377",2890,36589 +"25378",2890,46100 +"25379",2890,53936 +"25380",2890,53967 +"25381",2890,55389 +"25382",2890,56103 +"25383",2890,57897 +"25384",2890,57963 +"25385",2890,71487 +"25386",2890,104435 +"25387",2890,108216 +"25388",2891,12422 +"25389",2891,15932 +"25390",2891,16114 +"25391",2892,10374 +"25392",2892,18169 +"25393",2892,18864 +"25394",2892,20225 +"25395",2892,20487 +"25396",2892,23913 +"25397",2892,23984 +"25398",2892,25347 +"25399",2892,27538 +"25400",2892,27677 +"25401",2892,37058 +"25402",2892,43940 +"25403",2892,86576 +"25404",2893,4823 +"25405",2893,17877 +"25406",2893,37652 +"25407",2893,49326 +"25408",2893,72704 +"25409",2894,3617 +"25410",2894,5086 +"25411",2894,5353 +"25412",2894,5392 +"25413",2894,5402 +"25414",2894,5615 +"25415",2894,5924 +"25416",2894,6222 +"25417",2894,6459 +"25418",2894,7516 +"25419",2894,8170 +"25420",2894,8174 +"25421",2894,8659 +"25422",2894,9420 +"25423",2894,10383 +"25424",2894,11517 +"25425",2894,12221 +"25426",2894,12388 +"25427",2894,13828 +"25428",2894,14959 +"25429",2894,17582 +"25430",2894,18809 +"25431",2894,20060 +"25432",2894,22201 +"25433",2894,23617 +"25434",2894,36217 +"25435",2894,36498 +"25436",2894,38921 +"25437",2894,41682 +"25438",2894,41804 +"25439",2894,42040 +"25440",2894,47747 +"25441",2894,54749 +"25442",2894,56018 +"25443",2894,65954 +"25444",2894,67290 +"25445",2894,84475 +"25446",2894,93289 +"25447",2894,109085 +"25448",2895,31767 +"25449",2895,34879 +"25450",2895,45570 +"25451",2895,50204 +"25452",2895,59288 +"25453",2895,98173 +"25454",2896,8335 +"25455",2896,10588 +"25456",2896,12238 +"25457",2896,15144 +"25458",2896,23945 +"25459",2896,98207 +"25460",2896,105794 +"25461",2897,2904 +"25462",2897,2907 +"25463",2897,2909 +"25464",2897,4291 +"25465",2897,10398 +"25466",2897,14349 +"25467",2897,14965 +"25468",2897,20770 +"25469",2897,22632 +"25470",2897,24248 +"25471",2897,25416 +"25472",2897,29371 +"25473",2897,36144 +"25474",2897,38021 +"25475",2897,39439 +"25476",2897,44730 +"25477",2897,52760 +"25478",2897,76612 +"25479",2897,76866 +"25480",2897,76888 +"25481",2897,84481 +"25482",2897,84516 +"25483",2897,89725 +"25484",2897,98515 +"25485",2897,116023 +"25486",2898,17039 +"25487",2899,40103 +"25488",2900,16673 +"25489",2900,20745 +"25490",2900,20892 +"25491",2901,2948 +"25492",2901,2949 +"25493",2901,2972 +"25494",2901,2973 +"25495",2901,2974 +"25496",2901,3535 +"25497",2901,78093 +"25498",2902,51160 +"25499",2902,51990 +"25500",2903,25629 +"25501",2903,36814 +"25502",2903,39314 +"25503",2903,63778 +"25504",2903,66009 +"25505",2903,70533 +"25506",2903,77539 +"25507",2903,79553 +"25508",2903,79556 +"25509",2903,79591 +"25510",2903,96084 +"25511",2903,98636 +"25512",2903,98862 +"25513",2903,116909 +"25514",2903,118220 +"25515",2904,2907 +"25516",2904,2909 +"25517",2904,48401 +"25518",2905,19615 +"25519",2905,37688 +"25520",2905,66418 +"25521",2906,2916 +"25522",2906,4111 +"25523",2906,5481 +"25524",2906,12061 +"25525",2906,12792 +"25526",2906,13559 +"25527",2906,14954 +"25528",2906,19441 +"25529",2906,21548 +"25530",2906,44464 +"25531",2906,45335 +"25532",2906,56737 +"25533",2906,57423 +"25534",2906,57945 +"25535",2906,61877 +"25536",2906,76738 +"25537",2907,2909 +"25538",2907,10398 +"25539",2907,10400 +"25540",2907,36144 +"25541",2907,48117 +"25542",2907,59420 +"25543",2907,59434 +"25544",2908,3746 +"25545",2908,3772 +"25546",2908,4517 +"25547",2908,12715 +"25548",2908,70518 +"25549",2908,77969 +"25550",2909,63646 +"25551",2910,2928 +"25552",2910,6400 +"25553",2910,12693 +"25554",2910,13359 +"25555",2910,14715 +"25556",2910,15338 +"25557",2910,17993 +"25558",2910,18772 +"25559",2910,20140 +"25560",2910,23131 +"25561",2910,30525 +"25562",2910,33373 +"25563",2910,41958 +"25564",2910,45357 +"25565",2910,48291 +"25566",2910,55486 +"25567",2910,55829 +"25568",2910,55883 +"25569",2910,62842 +"25570",2910,66943 +"25571",2910,86564 +"25572",2910,87907 +"25573",2910,93254 +"25574",2910,93407 +"25575",2910,93415 +"25576",2911,7732 +"25577",2911,9364 +"25578",2911,19101 +"25579",2911,25027 +"25580",2911,30592 +"25581",2911,72956 +"25582",2912,7131 +"25583",2912,7329 +"25584",2912,7764 +"25585",2913,21978 +"25586",2913,89782 +"25587",2913,90996 +"25588",2913,99196 +"25589",2913,99223 +"25590",2913,116846 +"25591",2915,4444 +"25592",2915,8726 +"25593",2915,19807 +"25594",2915,35395 +"25595",2915,38902 +"25596",2915,71222 +"25597",2916,4011 +"25598",2916,4111 +"25599",2916,4759 +"25600",2916,5054 +"25601",2916,6615 +"25602",2916,6922 +"25603",2916,7049 +"25604",2916,8137 +"25605",2916,8601 +"25606",2916,9174 +"25607",2916,11815 +"25608",2916,11816 +"25609",2916,11831 +"25610",2916,11847 +"25611",2916,11848 +"25612",2916,11882 +"25613",2916,11895 +"25614",2916,11918 +"25615",2916,11938 +"25616",2916,11981 +"25617",2916,12060 +"25618",2916,12061 +"25619",2916,12079 +"25620",2916,13559 +"25621",2916,13950 +"25622",2916,14626 +"25623",2916,15312 +"25624",2916,21548 +"25625",2916,28451 +"25626",2916,31858 +"25627",2916,35451 +"25628",2916,41509 +"25629",2916,41757 +"25630",2916,44464 +"25631",2916,64978 +"25632",2916,76738 +"25633",2916,78768 +"25634",2916,94215 +"25635",2916,94234 +"25636",2916,102229 +"25637",2917,5716 +"25638",2917,6417 +"25639",2917,15290 +"25640",2917,16352 +"25641",2917,21447 +"25642",2917,28002 +"25643",2917,29792 +"25644",2917,51299 +"25645",2917,56236 +"25646",2918,9327 +"25647",2918,27972 +"25648",2918,79698 +"25649",2919,2975 +"25650",2920,28055 +"25651",2920,45647 +"25652",2920,45694 +"25653",2920,45695 +"25654",2920,45698 +"25655",2921,17475 +"25656",2921,36441 +"25657",2921,37755 +"25658",2921,37756 +"25659",2922,24310 +"25660",2923,59863 +"25661",2924,46289 +"25662",2924,66214 +"25663",2924,78782 +"25664",2924,89565 +"25665",2924,112689 +"25666",2925,4537 +"25667",2925,50021 +"25668",2925,55476 +"25669",2925,67451 +"25670",2925,67761 +"25671",2926,2942 +"25672",2926,2950 +"25673",2926,28752 +"25674",2926,42587 +"25675",2926,48971 +"25676",2926,61098 +"25677",2926,86301 +"25678",2927,4145 +"25679",2927,9729 +"25680",2927,11858 +"25681",2927,13370 +"25682",2927,22546 +"25683",2927,28782 +"25684",2927,36840 +"25685",2927,41853 +"25686",2927,42382 +"25687",2927,42390 +"25688",2927,46616 +"25689",2927,53584 +"25690",2927,59538 +"25691",2927,60978 +"25692",2927,65712 +"25693",2927,67837 +"25694",2927,79476 +"25695",2927,79483 +"25696",2927,80970 +"25697",2927,84181 +"25698",2927,84935 +"25699",2927,86532 +"25700",2927,92358 +"25701",2927,93550 +"25702",2927,101824 +"25703",2927,114388 +"25704",2928,7872 +"25705",2928,23847 +"25706",2928,23966 +"25707",2928,62842 +"25708",2929,3442 +"25709",2929,4104 +"25710",2929,9072 +"25711",2929,9295 +"25712",2929,17996 +"25713",2929,18182 +"25714",2929,27646 +"25715",2929,40703 +"25716",2929,62570 +"25717",2929,70531 +"25718",2929,70537 +"25719",2929,115448 +"25720",2929,115453 +"25721",2929,115458 +"25722",2930,44041 +"25723",2930,45858 +"25724",2930,81650 +"25725",2930,114991 +"25726",2930,116526 +"25727",2931,4095 +"25728",2931,61088 +"25729",2931,65151 +"25730",2931,68291 +"25731",2931,88484 +"25732",2931,94795 +"25733",2931,95030 +"25734",2932,10158 +"25735",2932,25797 +"25736",2932,28726 +"25737",2932,33433 +"25738",2932,42766 +"25739",2932,53083 +"25740",2932,53108 +"25741",2932,68138 +"25742",2932,68179 +"25743",2932,68298 +"25744",2932,79690 +"25745",2933,21454 +"25746",2933,30484 +"25747",2933,36021 +"25748",2933,50487 +"25749",2933,66557 +"25750",2933,74397 +"25751",2933,92419 +"25752",2934,16271 +"25753",2934,34694 +"25754",2934,52507 +"25755",2934,56448 +"25756",2934,71504 +"25757",2934,92429 +"25758",2934,103886 +"25759",2934,103890 +"25760",2935,5951 +"25761",2936,9723 +"25762",2936,11408 +"25763",2936,11930 +"25764",2936,13296 +"25765",2936,22657 +"25766",2936,26444 +"25767",2936,26983 +"25768",2936,30017 +"25769",2936,31718 +"25770",2936,32882 +"25771",2936,42529 +"25772",2936,54236 +"25773",2936,81502 +"25774",2936,104334 +"25775",2937,8532 +"25776",2937,13919 +"25777",2937,40291 +"25778",2937,54869 +"25779",2937,67200 +"25780",2937,82413 +"25781",2937,97696 +"25782",2938,10428 +"25783",2938,11731 +"25784",2938,26474 +"25785",2938,33809 +"25786",2938,38321 +"25787",2938,39169 +"25788",2938,92798 +"25789",2938,92911 +"25790",2938,99268 +"25791",2938,99705 +"25792",2938,114283 +"25793",2939,3113 +"25794",2939,5226 +"25795",2939,7331 +"25796",2939,15122 +"25797",2939,19096 +"25798",2939,33854 +"25799",2939,37108 +"25800",2939,49487 +"25801",2939,57475 +"25802",2939,64200 +"25803",2939,76534 +"25804",2939,90964 +"25805",2939,91140 +"25806",2939,91629 +"25807",2939,102469 +"25808",2939,109708 +"25809",2940,3677 +"25810",2940,10451 +"25811",2940,58525 +"25812",2940,118742 +"25813",2941,7890 +"25814",2941,12818 +"25815",2941,15739 +"25816",2941,17090 +"25817",2941,35231 +"25818",2941,45733 +"25819",2941,51132 +"25820",2941,53650 +"25821",2941,60724 +"25822",2941,68255 +"25823",2941,68313 +"25824",2941,68324 +"25825",2941,68488 +"25826",2941,69273 +"25827",2942,2950 +"25828",2942,54774 +"25829",2943,4106 +"25830",2943,8600 +"25831",2944,37550 +"25832",2945,87059 +"25833",2946,5582 +"25834",2946,15090 +"25835",2946,16136 +"25836",2946,37608 +"25837",2946,42882 +"25838",2946,65062 +"25839",2946,65131 +"25840",2946,66681 +"25841",2946,74573 +"25842",2946,103554 +"25843",2946,113074 +"25844",2947,18221 +"25845",2947,22513 +"25846",2947,29634 +"25847",2947,46336 +"25848",2947,54095 +"25849",2947,81733 +"25850",2947,99368 +"25851",2947,108954 +"25852",2948,2949 +"25853",2948,2972 +"25854",2948,2973 +"25855",2948,2974 +"25856",2948,3535 +"25857",2948,20628 +"25858",2948,33663 +"25859",2949,2972 +"25860",2949,2973 +"25861",2949,2974 +"25862",2949,3535 +"25863",2951,17618 +"25864",2951,80096 +"25865",2952,68839 +"25866",2952,82053 +"25867",2953,3986 +"25868",2953,16096 +"25869",2953,16336 +"25870",2953,19043 +"25871",2953,19217 +"25872",2954,2956 +"25873",2954,4094 +"25874",2954,25341 +"25875",2955,55680 +"25876",2955,65183 +"25877",2956,4094 +"25878",2956,7471 +"25879",2956,8870 +"25880",2956,8942 +"25881",2956,9741 +"25882",2956,13313 +"25883",2956,19580 +"25884",2956,39601 +"25885",2956,39667 +"25886",2956,47733 +"25887",2957,4423 +"25888",2957,15300 +"25889",2957,17107 +"25890",2957,33619 +"25891",2957,55541 +"25892",2957,73502 +"25893",2957,81706 +"25894",2958,2960 +"25895",2958,4107 +"25896",2958,4121 +"25897",2958,4861 +"25898",2958,17390 +"25899",2958,21451 +"25900",2958,26234 +"25901",2958,28614 +"25902",2958,65572 +"25903",2958,69219 +"25904",2958,69657 +"25905",2958,70518 +"25906",2958,95787 +"25907",2958,99442 +"25908",2958,121336 +"25909",2959,15465 +"25910",2959,28245 +"25911",2959,40599 +"25912",2959,85553 +"25913",2960,4107 +"25914",2960,4121 +"25915",2960,18891 +"25916",2960,21479 +"25917",2960,21541 +"25918",2960,28614 +"25919",2960,32922 +"25920",2960,40156 +"25921",2960,40165 +"25922",2960,40200 +"25923",2960,40280 +"25924",2960,46665 +"25925",2960,52077 +"25926",2960,56705 +"25927",2960,59955 +"25928",2960,60477 +"25929",2961,95457 +"25930",2961,112461 +"25931",2962,40009 +"25932",2962,43343 +"25933",2962,65854 +"25934",2962,78012 +"25935",2962,106080 +"25936",2963,51932 +"25937",2963,61335 +"25938",2963,86034 +"25939",2964,3812 +"25940",2964,9470 +"25941",2964,21151 +"25942",2964,24716 +"25943",2964,35807 +"25944",2964,39218 +"25945",2964,44722 +"25946",2964,52124 +"25947",2964,52911 +"25948",2964,53193 +"25949",2964,59253 +"25950",2964,63637 +"25951",2964,68393 +"25952",2964,77098 +"25953",2964,90093 +"25954",2964,111117 +"25955",2964,111331 +"25956",2965,3159 +"25957",2965,5842 +"25958",2965,18970 +"25959",2965,33492 +"25960",2965,93852 +"25961",2966,2971 +"25962",2966,7742 +"25963",2967,4696 +"25964",2967,18749 +"25965",2967,74058 +"25966",2967,84790 +"25967",2967,84797 +"25968",2967,84798 +"25969",2967,84799 +"25970",2967,92067 +"25971",2968,53701 +"25972",2969,6216 +"25973",2969,9070 +"25974",2969,51864 +"25975",2969,77446 +"25976",2969,117755 +"25977",2969,118553 +"25978",2969,119382 +"25979",2970,62915 +"25980",2970,102618 +"25981",2971,12453 +"25982",2971,19680 +"25983",2971,20781 +"25984",2971,28681 +"25985",2971,35036 +"25986",2971,54802 +"25987",2971,61030 +"25988",2971,76466 +"25989",2972,2973 +"25990",2972,2974 +"25991",2972,3535 +"25992",2972,7430 +"25993",2972,9469 +"25994",2972,11662 +"25995",2972,14615 +"25996",2972,16013 +"25997",2972,30843 +"25998",2972,54653 +"25999",2972,61925 +"26000",2972,77624 +"26001",2972,88527 +"26002",2972,95728 +"26003",2972,108543 +"26004",2973,2974 +"26005",2973,3535 +"26006",2973,7292 +"26007",2973,50111 +"26008",2973,94224 +"26009",2974,3535 +"26010",2974,7430 +"26011",2974,9219 +"26012",2974,18372 +"26013",2974,60007 +"26014",2974,77624 +"26015",2975,4914 +"26016",2975,20754 +"26017",2975,21880 +"26018",2975,38126 +"26019",2975,38200 +"26020",2975,75796 +"26021",2975,82669 +"26022",2976,5776 +"26023",2976,26553 +"26024",2976,28818 +"26025",2976,72273 +"26026",2976,76294 +"26027",2976,87856 +"26028",2976,89702 +"26029",2976,89918 +"26030",2976,110299 +"26031",2977,17978 +"26032",2977,27531 +"26033",2978,2988 +"26034",2978,7004 +"26035",2978,8010 +"26036",2978,18203 +"26037",2978,47203 +"26038",2978,47208 +"26039",2978,55525 +"26040",2978,81334 +"26041",2979,13514 +"26042",2979,49148 +"26043",2979,53837 +"26044",2980,8472 +"26045",2980,45842 +"26046",2980,58355 +"26047",2981,17014 +"26048",2981,43552 +"26049",2981,64614 +"26050",2982,27969 +"26051",2982,27999 +"26052",2982,101959 +"26053",2982,113560 +"26054",2983,35196 +"26055",2983,40832 +"26056",2983,56476 +"26057",2983,75431 +"26058",2983,75766 +"26059",2983,93584 +"26060",2983,102781 +"26061",2983,113324 +"26062",2983,121781 +"26063",2984,3557 +"26064",2984,4970 +"26065",2984,14958 +"26066",2984,19515 +"26067",2984,44510 +"26068",2984,63316 +"26069",2984,77183 +"26070",2984,78262 +"26071",2984,88240 +"26072",2984,98488 +"26073",2985,3239 +"26074",2985,27312 +"26075",2985,28572 +"26076",2985,28728 +"26077",2985,72612 +"26078",2985,76143 +"26079",2986,3038 +"26080",2986,9005 +"26081",2986,22709 +"26082",2986,32523 +"26083",2986,36010 +"26084",2986,37461 +"26085",2986,65448 +"26086",2987,3002 +"26087",2987,3024 +"26088",2987,3064 +"26089",2987,3069 +"26090",2987,34099 +"26091",2987,36001 +"26092",2987,85879 +"26093",2987,85881 +"26094",2988,78993 +"26095",2989,3066 +"26096",2989,3480 +"26097",2989,3525 +"26098",2989,3611 +"26099",2989,3624 +"26100",2989,3706 +"26101",2989,3722 +"26102",2989,56465 +"26103",2990,5055 +"26104",2990,8693 +"26105",2990,17255 +"26106",2990,43149 +"26107",2990,50909 +"26108",2990,90074 +"26109",2990,107152 +"26110",2990,107174 +"26111",2990,109359 +"26112",2990,113070 +"26113",2990,113214 +"26114",2990,113408 +"26115",2991,10825 +"26116",2991,54704 +"26117",2991,100536 +"26118",2992,3028 +"26119",2992,6216 +"26120",2992,101052 +"26121",2993,73216 +"26122",2993,97262 +"26123",2994,5169 +"26124",2994,5230 +"26125",2994,5549 +"26126",2994,10978 +"26127",2994,12471 +"26128",2994,13198 +"26129",2994,13282 +"26130",2994,13283 +"26131",2994,13405 +"26132",2994,21374 +"26133",2994,23938 +"26134",2994,24280 +"26135",2994,27221 +"26136",2994,32120 +"26137",2994,32561 +"26138",2994,43696 +"26139",2994,44813 +"26140",2994,49274 +"26141",2994,50954 +"26142",2994,51011 +"26143",2994,54664 +"26144",2994,57168 +"26145",2994,75869 +"26146",2995,11321 +"26147",2995,11869 +"26148",2995,24298 +"26149",2995,86744 +"26150",2996,9901 +"26151",2996,12201 +"26152",2996,16593 +"26153",2996,30619 +"26154",2996,33122 +"26155",2996,33389 +"26156",2996,34144 +"26157",2996,38538 +"26158",2996,47446 +"26159",2996,51458 +"26160",2996,59264 +"26161",2996,62458 +"26162",2996,65223 +"26163",2996,67763 +"26164",2996,83966 +"26165",2996,84440 +"26166",2996,92106 +"26167",2996,95354 +"26168",2996,95611 +"26169",2996,99658 +"26170",2996,108996 +"26171",2996,109355 +"26172",2996,111091 +"26173",2996,121990 +"26174",2997,3055 +"26175",2997,3077 +"26176",2997,17159 +"26177",2997,17889 +"26178",2997,46143 +"26179",2997,49213 +"26180",2999,72315 +"26181",2999,88457 +"26182",3000,3033 +"26183",3000,12098 +"26184",3000,12937 +"26185",3000,87725 +"26186",3001,7080 +"26187",3001,7830 +"26188",3001,8997 +"26189",3001,15494 +"26190",3001,15769 +"26191",3001,25212 +"26192",3001,32194 +"26193",3001,33201 +"26194",3001,35904 +"26195",3001,36338 +"26196",3001,44615 +"26197",3001,50063 +"26198",3001,50216 +"26199",3001,50604 +"26200",3001,56266 +"26201",3001,62793 +"26202",3001,65362 +"26203",3001,80500 +"26204",3001,82845 +"26205",3001,89880 +"26206",3001,90824 +"26207",3001,93443 +"26208",3001,93820 +"26209",3001,97445 +"26210",3001,99263 +"26211",3001,99807 +"26212",3001,101336 +"26213",3001,102226 +"26214",3001,106679 +"26215",3002,3024 +"26216",3002,3064 +"26217",3002,3069 +"26218",3003,7544 +"26219",3003,10944 +"26220",3003,11534 +"26221",3003,11867 +"26222",3003,12223 +"26223",3003,12265 +"26224",3003,13495 +"26225",3003,13819 +"26226",3003,14185 +"26227",3003,14187 +"26228",3003,17831 +"26229",3003,18238 +"26230",3003,19523 +"26231",3003,21036 +"26232",3003,22530 +"26233",3003,24153 +"26234",3003,26233 +"26235",3003,26424 +"26236",3003,27726 +"26237",3003,33201 +"26238",3003,36415 +"26239",3003,36533 +"26240",3003,37405 +"26241",3003,37718 +"26242",3003,40841 +"26243",3003,46430 +"26244",3003,47271 +"26245",3003,49400 +"26246",3003,53261 +"26247",3003,57262 +"26248",3003,57326 +"26249",3003,57667 +"26250",3003,61683 +"26251",3003,63250 +"26252",3003,79945 +"26253",3003,86462 +"26254",3003,88531 +"26255",3003,90558 +"26256",3003,94684 +"26257",3003,94789 +"26258",3003,95777 +"26259",3003,100090 +"26260",3003,102914 +"26261",3003,109327 +"26262",3003,109721 +"26263",3003,111435 +"26264",3003,118434 +"26265",3004,6007 +"26266",3004,8976 +"26267",3004,10343 +"26268",3004,10739 +"26269",3004,18208 +"26270",3004,19532 +"26271",3004,20068 +"26272",3004,20334 +"26273",3004,29485 +"26274",3004,29545 +"26275",3004,31927 +"26276",3004,35336 +"26277",3004,42255 +"26278",3004,57063 +"26279",3004,57113 +"26280",3004,111457 +"26281",3005,16523 +"26282",3005,20271 +"26283",3005,21726 +"26284",3005,30072 +"26285",3005,57646 +"26286",3005,60597 +"26287",3005,79239 +"26288",3005,82608 +"26289",3005,87861 +"26290",3006,5151 +"26291",3006,5619 +"26292",3006,7162 +"26293",3006,7168 +"26294",3006,7861 +"26295",3006,16881 +"26296",3006,19827 +"26297",3006,26240 +"26298",3006,27592 +"26299",3006,29808 +"26300",3006,30494 +"26301",3006,35480 +"26302",3006,47516 +"26303",3006,55876 +"26304",3006,68044 +"26305",3006,69429 +"26306",3006,70480 +"26307",3006,79021 +"26308",3006,85555 +"26309",3006,114572 +"26310",3007,3877 +"26311",3007,6859 +"26312",3007,20021 +"26313",3007,21770 +"26314",3007,23285 +"26315",3007,35542 +"26316",3007,35682 +"26317",3007,41802 +"26318",3007,60161 +"26319",3007,70646 +"26320",3007,87198 +"26321",3007,90627 +"26322",3007,119555 +"26323",3008,13092 +"26324",3008,22363 +"26325",3008,77178 +"26326",3008,77182 +"26327",3008,79479 +"26328",3009,25648 +"26329",3009,62720 +"26330",3009,75919 +"26331",3009,76217 +"26332",3010,18954 +"26333",3010,45750 +"26334",3010,63555 +"26335",3010,85963 +"26336",3010,106569 +"26337",3010,114036 +"26338",3011,7024 +"26339",3011,9144 +"26340",3011,12725 +"26341",3011,14723 +"26342",3011,14821 +"26343",3011,17338 +"26344",3011,18393 +"26345",3011,19166 +"26346",3011,22273 +"26347",3011,24286 +"26348",3011,31531 +"26349",3011,32144 +"26350",3011,32633 +"26351",3011,36458 +"26352",3011,55855 +"26353",3011,57512 +"26354",3011,67654 +"26355",3011,75343 +"26356",3011,78838 +"26357",3011,78932 +"26358",3012,11318 +"26359",3012,30742 +"26360",3012,44157 +"26361",3012,88592 +"26362",3013,104503 +"26363",3014,3367 +"26364",3014,21577 +"26365",3014,33570 +"26366",3014,33646 +"26367",3014,54069 +"26368",3014,56531 +"26369",3014,107296 +"26370",3014,112344 +"26371",3014,112515 +"26372",3015,37141 +"26373",3016,6175 +"26374",3016,6375 +"26375",3016,6991 +"26376",3016,8667 +"26377",3016,10720 +"26378",3016,15501 +"26379",3016,16403 +"26380",3016,19340 +"26381",3016,37047 +"26382",3016,42115 +"26383",3016,45100 +"26384",3016,48892 +"26385",3016,54019 +"26386",3016,61330 +"26387",3016,62817 +"26388",3016,64639 +"26389",3016,64738 +"26390",3016,65072 +"26391",3016,65738 +"26392",3016,70695 +"26393",3016,78999 +"26394",3016,91569 +"26395",3016,96815 +"26396",3016,97113 +"26397",3016,105870 +"26398",3016,120847 +"26399",3017,31542 +"26400",3017,33146 +"26401",3017,61582 +"26402",3017,84419 +"26403",3017,110031 +"26404",3017,117916 +"26405",3018,5179 +"26406",3018,14161 +"26407",3018,27401 +"26408",3018,27497 +"26409",3018,31705 +"26410",3018,46900 +"26411",3018,53016 +"26412",3018,57710 +"26413",3018,57758 +"26414",3018,75780 +"26415",3019,3053 +"26416",3019,4349 +"26417",3019,43991 +"26418",3020,3582 +"26419",3020,4466 +"26420",3020,16762 +"26421",3020,30882 +"26422",3020,40619 +"26423",3020,49877 +"26424",3020,62437 +"26425",3020,102666 +"26426",3021,18381 +"26427",3021,34626 +"26428",3021,37636 +"26429",3022,5845 +"26430",3022,27797 +"26431",3022,42107 +"26432",3022,47219 +"26433",3022,47221 +"26434",3022,47383 +"26435",3022,54054 +"26436",3022,62044 +"26437",3023,20094 +"26438",3023,21750 +"26439",3023,56065 +"26440",3023,62789 +"26441",3023,79463 +"26442",3023,92507 +"26443",3023,107069 +"26444",3024,3064 +"26445",3024,3069 +"26446",3024,7406 +"26447",3024,18095 +"26448",3024,22136 +"26449",3024,22808 +"26450",3024,46614 +"26451",3024,56323 +"26452",3024,56499 +"26453",3024,63475 +"26454",3024,63503 +"26455",3024,63517 +"26456",3024,63563 +"26457",3024,63575 +"26458",3024,63592 +"26459",3025,3036 +"26460",3025,3151 +"26461",3025,5483 +"26462",3025,30249 +"26463",3025,43784 +"26464",3025,58779 +"26465",3026,3137 +"26466",3027,29544 +"26467",3027,43927 +"26468",3027,58843 +"26469",3027,67982 +"26470",3027,68088 +"26471",3027,115888 +"26472",3027,116433 +"26473",3028,9997 +"26474",3028,16781 +"26475",3028,31449 +"26476",3028,88305 +"26477",3029,3053 +"26478",3029,33135 +"26479",3029,60595 +"26480",3030,3485 +"26481",3030,3508 +"26482",3031,44471 +"26483",3031,110010 +"26484",3032,3037 +"26485",3032,3761 +"26486",3032,4148 +"26487",3032,7156 +"26488",3032,13417 +"26489",3032,20252 +"26490",3032,26642 +"26491",3032,39332 +"26492",3033,12098 +"26493",3033,24577 +"26494",3033,25080 +"26495",3033,34597 +"26496",3033,44793 +"26497",3033,50041 +"26498",3034,10822 +"26499",3034,13279 +"26500",3034,44614 +"26501",3034,55122 +"26502",3035,4355 +"26503",3035,9309 +"26504",3035,14367 +"26505",3035,15305 +"26506",3035,15556 +"26507",3035,20374 +"26508",3035,22207 +"26509",3035,22227 +"26510",3035,24615 +"26511",3035,31961 +"26512",3035,34682 +"26513",3035,35702 +"26514",3035,38335 +"26515",3035,40565 +"26516",3035,44403 +"26517",3035,46169 +"26518",3035,46487 +"26519",3035,50308 +"26520",3035,50623 +"26521",3035,53401 +"26522",3035,65404 +"26523",3035,68111 +"26524",3035,68249 +"26525",3035,68808 +"26526",3035,70235 +"26527",3035,71705 +"26528",3035,81255 +"26529",3035,82270 +"26530",3035,83572 +"26531",3035,88118 +"26532",3035,96825 +"26533",3035,97732 +"26534",3035,103578 +"26535",3035,119952 +"26536",3036,3151 +"26537",3037,42209 +"26538",3037,54995 +"26539",3037,66606 +"26540",3037,66668 +"26541",3038,10605 +"26542",3038,12089 +"26543",3038,33877 +"26544",3038,61052 +"26545",3039,15321 +"26546",3039,15383 +"26547",3039,18558 +"26548",3040,10444 +"26549",3040,19247 +"26550",3040,26219 +"26551",3040,32711 +"26552",3040,46972 +"26553",3040,48301 +"26554",3041,5703 +"26555",3041,9768 +"26556",3041,13120 +"26557",3041,27553 +"26558",3041,38787 +"26559",3041,41325 +"26560",3041,58959 +"26561",3041,58971 +"26562",3041,61338 +"26563",3041,69983 +"26564",3041,79677 +"26565",3041,94477 +"26566",3041,114636 +"26567",3043,30821 +"26568",3043,65195 +"26569",3043,75030 +"26570",3043,86725 +"26571",3043,95458 +"26572",3044,14811 +"26573",3044,27088 +"26574",3044,51869 +"26575",3045,7544 +"26576",3045,17092 +"26577",3045,17108 +"26578",3045,24050 +"26579",3045,24133 +"26580",3045,45284 +"26581",3045,47533 +"26582",3045,52264 +"26583",3045,52437 +"26584",3045,54278 +"26585",3045,60047 +"26586",3045,69613 +"26587",3045,76299 +"26588",3045,78794 +"26589",3045,80913 +"26590",3045,81713 +"26591",3045,87868 +"26592",3045,88712 +"26593",3045,91073 +"26594",3045,94098 +"26595",3045,108934 +"26596",3045,120433 +"26597",3046,6201 +"26598",3046,8152 +"26599",3046,8509 +"26600",3046,8747 +"26601",3046,8757 +"26602",3046,11717 +"26603",3046,22688 +"26604",3046,45994 +"26605",3046,50991 +"26606",3046,87614 +"26607",3047,33491 +"26608",3047,52991 +"26609",3047,62399 +"26610",3048,6065 +"26611",3049,77801 +"26612",3050,3835 +"26613",3050,5098 +"26614",3050,5113 +"26615",3050,5188 +"26616",3050,5193 +"26617",3050,6961 +"26618",3050,10265 +"26619",3050,11658 +"26620",3050,15548 +"26621",3050,20562 +"26622",3050,23709 +"26623",3050,24409 +"26624",3050,26838 +"26625",3050,26912 +"26626",3050,26983 +"26627",3050,27013 +"26628",3050,28922 +"26629",3050,28949 +"26630",3050,29601 +"26631",3050,32706 +"26632",3050,37258 +"26633",3050,37420 +"26634",3050,41062 +"26635",3050,41604 +"26636",3050,43266 +"26637",3050,50578 +"26638",3050,52670 +"26639",3050,52709 +"26640",3050,57879 +"26641",3050,58979 +"26642",3050,59395 +"26643",3050,59622 +"26644",3050,59765 +"26645",3050,66850 +"26646",3050,81502 +"26647",3050,83919 +"26648",3050,84868 +"26649",3050,88266 +"26650",3050,89020 +"26651",3050,96237 +"26652",3050,96275 +"26653",3051,10951 +"26654",3051,72875 +"26655",3052,5934 +"26656",3052,19714 +"26657",3052,59091 +"26658",3053,4349 +"26659",3053,12913 +"26660",3053,31589 +"26661",3053,38482 +"26662",3053,43991 +"26663",3053,53230 +"26664",3053,58872 +"26665",3053,88686 +"26666",3053,92445 +"26667",3053,94755 +"26668",3053,97831 +"26669",3053,97887 +"26670",3053,97893 +"26671",3053,104025 +"26672",3053,115608 +"26673",3054,6218 +"26674",3054,10929 +"26675",3055,3077 +"26676",3055,10680 +"26677",3055,14673 +"26678",3055,29533 +"26679",3055,109436 +"26680",3056,4742 +"26681",3056,6432 +"26682",3056,15493 +"26683",3056,18225 +"26684",3056,22063 +"26685",3056,24453 +"26686",3056,33736 +"26687",3056,33737 +"26688",3056,33738 +"26689",3056,40516 +"26690",3056,57241 +"26691",3056,87404 +"26692",3057,5538 +"26693",3057,7114 +"26694",3057,13150 +"26695",3057,18347 +"26696",3057,21995 +"26697",3057,24989 +"26698",3057,31833 +"26699",3057,40534 +"26700",3057,42280 +"26701",3057,55626 +"26702",3057,55865 +"26703",3057,71945 +"26704",3057,79417 +"26705",3057,79655 +"26706",3057,80033 +"26707",3057,90633 +"26708",3057,95374 +"26709",3057,102917 +"26710",3058,93156 +"26711",3058,102763 +"26712",3059,16136 +"26713",3059,45017 +"26714",3059,47654 +"26715",3059,47810 +"26716",3059,79074 +"26717",3059,85869 +"26718",3060,6030 +"26719",3060,9759 +"26720",3060,10583 +"26721",3060,32711 +"26722",3060,38965 +"26723",3060,39904 +"26724",3060,78903 +"26725",3061,7368 +"26726",3061,7838 +"26727",3061,10059 +"26728",3061,17777 +"26729",3061,44224 +"26730",3062,22555 +"26731",3062,32567 +"26732",3062,51052 +"26733",3062,87291 +"26734",3062,87301 +"26735",3062,87318 +"26736",3063,15968 +"26737",3063,17635 +"26738",3063,24254 +"26739",3063,35261 +"26740",3063,102966 +"26741",3063,119362 +"26742",3063,121350 +"26743",3064,3069 +"26744",3064,7298 +"26745",3064,8106 +"26746",3064,13581 +"26747",3064,15232 +"26748",3064,17481 +"26749",3064,20417 +"26750",3064,20616 +"26751",3064,25393 +"26752",3064,27706 +"26753",3064,27872 +"26754",3064,33982 +"26755",3064,42875 +"26756",3064,49941 +"26757",3064,50378 +"26758",3064,63896 +"26759",3064,75738 +"26760",3064,76375 +"26761",3064,78147 +"26762",3064,79570 +"26763",3064,85598 +"26764",3064,98456 +"26765",3064,98489 +"26766",3065,4064 +"26767",3065,9998 +"26768",3065,49194 +"26769",3066,3480 +"26770",3066,3525 +"26771",3066,3611 +"26772",3066,3624 +"26773",3066,3706 +"26774",3066,3722 +"26775",3067,42399 +"26776",3068,5312 +"26777",3068,8100 +"26778",3068,10143 +"26779",3068,17725 +"26780",3068,17897 +"26781",3068,19282 +"26782",3068,22057 +"26783",3068,26647 +"26784",3068,27941 +"26785",3068,28274 +"26786",3068,30850 +"26787",3068,46225 +"26788",3068,48823 +"26789",3068,55084 +"26790",3068,56026 +"26791",3068,68236 +"26792",3068,69283 +"26793",3068,88063 +"26794",3068,93037 +"26795",3068,95879 +"26796",3068,99172 +"26797",3068,106130 +"26798",3068,111593 +"26799",3070,6949 +"26800",3070,12445 +"26801",3070,63445 +"26802",3070,100416 +"26803",3070,122146 +"26804",3071,5188 +"26805",3071,5531 +"26806",3071,6348 +"26807",3071,12013 +"26808",3071,18250 +"26809",3071,36656 +"26810",3071,37095 +"26811",3071,37619 +"26812",3071,46096 +"26813",3071,53172 +"26814",3071,57404 +"26815",3071,58518 +"26816",3071,61060 +"26817",3071,72262 +"26818",3071,85016 +"26819",3072,3283 +"26820",3072,3286 +"26821",3072,3305 +"26822",3072,3354 +"26823",3072,77082 +"26824",3073,11448 +"26825",3073,16239 +"26826",3073,16455 +"26827",3073,16476 +"26828",3073,46721 +"26829",3073,56475 +"26830",3073,68967 +"26831",3073,91768 +"26832",3073,105065 +"26833",3074,6486 +"26834",3074,15109 +"26835",3074,32727 +"26836",3074,55058 +"26837",3074,69377 +"26838",3075,3503 +"26839",3075,21290 +"26840",3075,26016 +"26841",3075,26120 +"26842",3075,47133 +"26843",3075,56439 +"26844",3075,63375 +"26845",3075,79236 +"26846",3075,90533 +"26847",3076,8173 +"26848",3076,15813 +"26849",3076,19298 +"26850",3076,43923 +"26851",3077,7608 +"26852",3077,14719 +"26853",3077,20412 +"26854",3077,20580 +"26855",3077,21808 +"26856",3077,21822 +"26857",3077,23345 +"26858",3077,52147 +"26859",3078,8438 +"26860",3079,5118 +"26861",3079,24360 +"26862",3079,44339 +"26863",3079,44502 +"26864",3080,3239 +"26865",3080,7962 +"26866",3080,7966 +"26867",3080,8001 +"26868",3080,8002 +"26869",3080,8026 +"26870",3080,18530 +"26871",3080,26212 +"26872",3080,58252 +"26873",3081,4770 +"26874",3081,21026 +"26875",3081,37722 +"26876",3081,40142 +"26877",3081,43329 +"26878",3081,94256 +"26879",3082,10231 +"26880",3082,33463 +"26881",3082,78438 +"26882",3082,79032 +"26883",3082,86978 +"26884",3082,119459 +"26885",3083,3086 +"26886",3083,3213 +"26887",3083,3234 +"26888",3083,17921 +"26889",3083,18214 +"26890",3083,30141 +"26891",3083,49415 +"26892",3083,110696 +"26893",3084,17977 +"26894",3084,18866 +"26895",3084,24278 +"26896",3084,43204 +"26897",3084,61882 +"26898",3084,64864 +"26899",3084,76314 +"26900",3084,79130 +"26901",3084,83275 +"26902",3084,83858 +"26903",3084,93759 +"26904",3084,93790 +"26905",3085,5179 +"26906",3085,11462 +"26907",3085,17951 +"26908",3085,19173 +"26909",3085,20407 +"26910",3085,22785 +"26911",3086,3213 +"26912",3086,3234 +"26913",3086,4314 +"26914",3086,7378 +"26915",3086,13600 +"26916",3086,14861 +"26917",3086,17096 +"26918",3086,19513 +"26919",3086,35189 +"26920",3086,38021 +"26921",3086,52779 +"26922",3086,79983 +"26923",3086,81417 +"26924",3086,81418 +"26925",3086,110932 +"26926",3086,118516 +"26927",3087,6963 +"26928",3087,12328 +"26929",3087,19456 +"26930",3087,25737 +"26931",3087,36295 +"26932",3087,39999 +"26933",3087,40808 +"26934",3087,43174 +"26935",3087,43195 +"26936",3087,43204 +"26937",3087,63429 +"26938",3087,70469 +"26939",3087,72322 +"26940",3087,92292 +"26941",3087,106536 +"26942",3088,3629 +"26943",3088,5422 +"26944",3088,5427 +"26945",3088,18456 +"26946",3088,23255 +"26947",3088,30610 +"26948",3088,33072 +"26949",3088,33126 +"26950",3088,35256 +"26951",3088,40912 +"26952",3088,41116 +"26953",3088,42899 +"26954",3088,45001 +"26955",3088,46641 +"26956",3088,47355 +"26957",3088,47452 +"26958",3088,52407 +"26959",3088,53851 +"26960",3088,60484 +"26961",3088,104245 +"26962",3089,43208 +"26963",3089,74984 +"26964",3089,75189 +"26965",3090,8422 +"26966",3090,13035 +"26967",3090,17108 +"26968",3090,33520 +"26969",3090,39040 +"26970",3090,39433 +"26971",3090,93047 +"26972",3090,103530 +"26973",3090,103634 +"26974",3090,103851 +"26975",3090,104454 +"26976",3091,7842 +"26977",3091,8170 +"26978",3091,17520 +"26979",3091,22226 +"26980",3091,27946 +"26981",3091,32398 +"26982",3091,36498 +"26983",3091,38921 +"26984",3091,67859 +"26985",3091,84475 +"26986",3091,92157 +"26987",3092,14302 +"26988",3092,19451 +"26989",3092,43035 +"26990",3092,43062 +"26991",3092,52032 +"26992",3092,57891 +"26993",3092,63947 +"26994",3092,65502 +"26995",3092,71290 +"26996",3092,71291 +"26997",3093,3169 +"26998",3093,3183 +"26999",3093,3228 +"27000",3093,3249 +"27001",3093,3288 +"27002",3094,40048 +"27003",3094,45640 +"27004",3094,46593 +"27005",3094,49475 +"27006",3094,94864 +"27007",3095,6183 +"27008",3095,19504 +"27009",3095,21361 +"27010",3095,36927 +"27011",3095,37461 +"27012",3095,54046 +"27013",3095,65733 +"27014",3095,67047 +"27015",3095,74654 +"27016",3095,86429 +"27017",3095,86741 +"27018",3096,6983 +"27019",3096,18134 +"27020",3096,44074 +"27021",3096,45336 +"27022",3096,47375 +"27023",3096,53946 +"27024",3096,59896 +"27025",3096,63754 +"27026",3096,64865 +"27027",3096,65636 +"27028",3096,75060 +"27029",3096,77069 +"27030",3096,88261 +"27031",3096,100720 +"27032",3096,113144 +"27033",3097,3987 +"27034",3097,4016 +"27035",3097,4058 +"27036",3097,6346 +"27037",3097,7029 +"27038",3097,13252 +"27039",3097,21621 +"27040",3097,32090 +"27041",3097,94859 +"27042",3097,107037 +"27043",3098,4643 +"27044",3098,35499 +"27045",3098,51284 +"27046",3099,3129 +"27047",3099,8704 +"27048",3099,14967 +"27049",3099,56515 +"27050",3099,71965 +"27051",3099,75351 +"27052",3100,3134 +"27053",3100,3135 +"27054",3100,5004 +"27055",3100,5122 +"27056",3100,5146 +"27057",3100,9742 +"27058",3100,9922 +"27059",3100,21976 +"27060",3100,26567 +"27061",3100,44912 +"27062",3100,65223 +"27063",3100,84927 +"27064",3100,92106 +"27065",3101,3150 +"27066",3101,3158 +"27067",3101,5679 +"27068",3101,13893 +"27069",3101,18587 +"27070",3101,32197 +"27071",3101,33469 +"27072",3101,36274 +"27073",3101,41350 +"27074",3101,46172 +"27075",3101,51029 +"27076",3101,52654 +"27077",3101,57467 +"27078",3101,68902 +"27079",3101,76372 +"27080",3101,81504 +"27081",3101,84566 +"27082",3101,90010 +"27083",3102,3477 +"27084",3102,5301 +"27085",3102,5526 +"27086",3102,5806 +"27087",3102,6053 +"27088",3102,6063 +"27089",3102,6254 +"27090",3102,6560 +"27091",3102,7553 +"27092",3102,7581 +"27093",3102,8307 +"27094",3102,8534 +"27095",3102,9366 +"27096",3102,11229 +"27097",3102,11766 +"27098",3102,12735 +"27099",3102,12779 +"27100",3102,13360 +"27101",3102,13942 +"27102",3102,14656 +"27103",3102,15027 +"27104",3102,15185 +"27105",3102,15216 +"27106",3102,15964 +"27107",3102,16252 +"27108",3102,16527 +"27109",3102,16872 +"27110",3102,17145 +"27111",3102,17508 +"27112",3102,18060 +"27113",3102,18217 +"27114",3102,19101 +"27115",3102,20124 +"27116",3102,22462 +"27117",3102,22823 +"27118",3102,23147 +"27119",3102,23421 +"27120",3102,23632 +"27121",3102,23953 +"27122",3102,24495 +"27123",3102,24710 +"27124",3102,25143 +"27125",3102,25303 +"27126",3102,25664 +"27127",3102,26407 +"27128",3102,27174 +"27129",3102,27196 +"27130",3102,27710 +"27131",3102,28703 +"27132",3102,29253 +"27133",3102,29341 +"27134",3102,29560 +"27135",3102,29573 +"27136",3102,29868 +"27137",3102,30402 +"27138",3102,32438 +"27139",3102,32967 +"27140",3102,33223 +"27141",3102,33881 +"27142",3102,34097 +"27143",3102,34330 +"27144",3102,34513 +"27145",3102,35400 +"27146",3102,36476 +"27147",3102,36547 +"27148",3102,36745 +"27149",3102,37821 +"27150",3102,37931 +"27151",3102,38319 +"27152",3102,39398 +"27153",3102,39492 +"27154",3102,40320 +"27155",3102,40373 +"27156",3102,40542 +"27157",3102,40629 +"27158",3102,41182 +"27159",3102,42131 +"27160",3102,46843 +"27161",3102,48331 +"27162",3102,75009 +"27163",3102,92742 +"27164",3103,12546 +"27165",3103,12721 +"27166",3103,33506 +"27167",3103,36662 +"27168",3103,81468 +"27169",3103,81496 +"27170",3104,3904 +"27171",3104,3931 +"27172",3104,3932 +"27173",3104,4012 +"27174",3104,21009 +"27175",3104,23735 +"27176",3104,24232 +"27177",3105,3139 +"27178",3105,4724 +"27179",3105,6585 +"27180",3105,14198 +"27181",3105,18200 +"27182",3106,60283 +"27183",3106,66449 +"27184",3107,3241 +"27185",3108,3328 +"27186",3108,60751 +"27187",3108,60782 +"27188",3108,103150 +"27189",3108,103759 +"27190",3109,13602 +"27191",3109,51881 +"27192",3110,7194 +"27193",3110,15084 +"27194",3110,28705 +"27195",3110,29624 +"27196",3110,75989 +"27197",3110,97681 +"27198",3111,3245 +"27199",3111,92888 +"27200",3112,26066 +"27201",3112,41383 +"27202",3112,83843 +"27203",3112,113769 +"27204",3113,3197 +"27205",3113,3435 +"27206",3113,5316 +"27207",3113,52119 +"27208",3113,57279 +"27209",3113,76478 +"27210",3113,91629 +"27211",3113,119626 +"27212",3114,3978 +"27213",3114,4003 +"27214",3114,5052 +"27215",3114,6210 +"27216",3114,6408 +"27217",3114,6944 +"27218",3114,8402 +"27219",3114,8754 +"27220",3114,9414 +"27221",3114,9926 +"27222",3114,11216 +"27223",3114,11648 +"27224",3114,17700 +"27225",3114,20622 +"27226",3114,22117 +"27227",3114,23674 +"27228",3114,23782 +"27229",3114,24379 +"27230",3114,28181 +"27231",3114,41197 +"27232",3114,43844 +"27233",3114,46538 +"27234",3114,47232 +"27235",3114,50343 +"27236",3114,75338 +"27237",3114,82185 +"27238",3114,91067 +"27239",3115,3386 +"27240",3115,4884 +"27241",3115,4953 +"27242",3115,7227 +"27243",3115,7794 +"27244",3115,11869 +"27245",3115,15718 +"27246",3115,16639 +"27247",3115,17673 +"27248",3115,18740 +"27249",3115,19154 +"27250",3115,19991 +"27251",3115,23420 +"27252",3115,23723 +"27253",3115,23999 +"27254",3115,35587 +"27255",3115,38307 +"27256",3115,43455 +"27257",3115,43460 +"27258",3115,57377 +"27259",3115,59800 +"27260",3115,63895 +"27261",3115,63935 +"27262",3115,63947 +"27263",3115,63962 +"27264",3115,72285 +"27265",3115,97627 +"27266",3116,7531 +"27267",3116,47232 +"27268",3116,65840 +"27269",3116,109317 +"27270",3117,4003 +"27271",3117,4287 +"27272",3117,4373 +"27273",3117,4379 +"27274",3117,4381 +"27275",3117,5052 +"27276",3117,11079 +"27277",3117,15365 +"27278",3117,21387 +"27279",3117,39819 +"27280",3117,40461 +"27281",3117,46992 +"27282",3117,52619 +"27283",3117,55297 +"27284",3117,56851 +"27285",3117,94525 +"27286",3118,43175 +"27287",3118,90691 +"27288",3119,3501 +"27289",3120,9189 +"27290",3120,9193 +"27291",3120,10769 +"27292",3120,13053 +"27293",3120,14505 +"27294",3120,18004 +"27295",3120,20871 +"27296",3120,21198 +"27297",3120,29705 +"27298",3120,38772 +"27299",3120,46723 +"27300",3120,50219 +"27301",3120,54606 +"27302",3120,58652 +"27303",3120,84138 +"27304",3120,84193 +"27305",3121,11325 +"27306",3121,23084 +"27307",3121,35286 +"27308",3121,40270 +"27309",3121,58329 +"27310",3121,68171 +"27311",3121,82531 +"27312",3122,6365 +"27313",3122,17769 +"27314",3122,28107 +"27315",3122,41257 +"27316",3122,42167 +"27317",3122,45233 +"27318",3122,46435 +"27319",3122,58363 +"27320",3122,65844 +"27321",3122,73450 +"27322",3122,79945 +"27323",3122,88280 +"27324",3122,95606 +"27325",3122,98600 +"27326",3122,102746 +"27327",3122,114098 +"27328",3123,3157 +"27329",3123,3993 +"27330",3123,9467 +"27331",3123,10098 +"27332",3123,10633 +"27333",3123,12518 +"27334",3123,15670 +"27335",3123,17392 +"27336",3123,17474 +"27337",3123,27030 +"27338",3123,41092 +"27339",3123,46692 +"27340",3123,57594 +"27341",3123,73281 +"27342",3123,84900 +"27343",3124,9371 +"27344",3124,15616 +"27345",3124,18291 +"27346",3124,18343 +"27347",3124,18464 +"27348",3124,23360 +"27349",3124,24065 +"27350",3124,31961 +"27351",3124,46756 +"27352",3124,50308 +"27353",3124,87642 +"27354",3124,87661 +"27355",3124,93692 +"27356",3125,17705 +"27357",3125,47954 +"27358",3126,8306 +"27359",3126,9074 +"27360",3126,14632 +"27361",3126,117595 +"27362",3126,118803 +"27363",3127,8428 +"27364",3127,9227 +"27365",3127,18190 +"27366",3127,23539 +"27367",3127,31398 +"27368",3127,32228 +"27369",3127,40572 +"27370",3127,46486 +"27371",3127,50938 +"27372",3127,61192 +"27373",3127,92621 +"27374",3127,118702 +"27375",3127,118711 +"27376",3128,6716 +"27377",3128,53791 +"27378",3128,80052 +"27379",3129,5188 +"27380",3129,5660 +"27381",3129,14503 +"27382",3129,22376 +"27383",3129,40848 +"27384",3129,45536 +"27385",3129,56743 +"27386",3129,59364 +"27387",3129,62144 +"27388",3129,82005 +"27389",3129,120754 +"27390",3130,3914 +"27391",3130,4423 +"27392",3130,6660 +"27393",3130,15053 +"27394",3130,16118 +"27395",3130,17877 +"27396",3130,26332 +"27397",3130,29334 +"27398",3130,30127 +"27399",3130,31605 +"27400",3130,33395 +"27401",3130,37752 +"27402",3130,40840 +"27403",3130,45789 +"27404",3130,49326 +"27405",3130,50401 +"27406",3130,54060 +"27407",3130,55541 +"27408",3130,59039 +"27409",3130,59485 +"27410",3131,3140 +"27411",3132,7499 +"27412",3132,10700 +"27413",3132,11550 +"27414",3132,12705 +"27415",3132,13840 +"27416",3132,18201 +"27417",3132,20926 +"27418",3132,22746 +"27419",3132,23728 +"27420",3132,29398 +"27421",3132,31223 +"27422",3132,36615 +"27423",3132,46020 +"27424",3132,48084 +"27425",3132,52234 +"27426",3132,54712 +"27427",3132,66094 +"27428",3133,21458 +"27429",3134,3135 +"27430",3135,5004 +"27431",3135,5122 +"27432",3135,5146 +"27433",3135,23639 +"27434",3135,41204 +"27435",3135,41897 +"27436",3135,112111 +"27437",3136,6565 +"27438",3136,12571 +"27439",3136,20694 +"27440",3136,27810 +"27441",3136,31974 +"27442",3136,32399 +"27443",3136,38586 +"27444",3136,60475 +"27445",3136,69271 +"27446",3136,69868 +"27447",3136,112657 +"27448",3137,39644 +"27449",3137,45778 +"27450",3137,61693 +"27451",3137,115927 +"27452",3137,115938 +"27453",3138,91497 +"27454",3138,103488 +"27455",3138,105032 +"27456",3139,5803 +"27457",3139,6585 +"27458",3139,8793 +"27459",3139,12573 +"27460",3139,13479 +"27461",3139,13872 +"27462",3139,20940 +"27463",3139,24844 +"27464",3139,30692 +"27465",3139,30738 +"27466",3139,47605 +"27467",3139,51362 +"27468",3139,59693 +"27469",3139,70338 +"27470",3139,77950 +"27471",3139,83517 +"27472",3139,94140 +"27473",3140,30450 +"27474",3140,67664 +"27475",3141,30790 +"27476",3141,66839 +"27477",3142,8301 +"27478",3142,11869 +"27479",3142,11988 +"27480",3142,22930 +"27481",3142,23723 +"27482",3142,30858 +"27483",3142,31986 +"27484",3142,33811 +"27485",3142,37238 +"27486",3142,38896 +"27487",3142,39115 +"27488",3142,41351 +"27489",3142,41779 +"27490",3142,53353 +"27491",3143,29857 +"27492",3143,45298 +"27493",3143,49427 +"27494",3143,87230 +"27495",3143,103785 +"27496",3143,110363 +"27497",3144,8103 +"27498",3144,13482 +"27499",3144,17750 +"27500",3144,30222 +"27501",3144,31951 +"27502",3144,36185 +"27503",3144,55352 +"27504",3144,87276 +"27505",3144,89994 +"27506",3144,110916 +"27507",3146,3147 +"27508",3146,6938 +"27509",3146,7252 +"27510",3146,10208 +"27511",3146,11563 +"27512",3146,11610 +"27513",3146,11910 +"27514",3146,23884 +"27515",3146,30656 +"27516",3146,31310 +"27517",3146,31596 +"27518",3146,31771 +"27519",3146,41529 +"27520",3146,42335 +"27521",3146,42813 +"27522",3146,54919 +"27523",3146,55273 +"27524",3146,55564 +"27525",3146,58521 +"27526",3146,61074 +"27527",3146,63222 +"27528",3147,6945 +"27529",3147,10613 +"27530",3147,13779 +"27531",3147,14988 +"27532",3147,17026 +"27533",3147,18306 +"27534",3147,22961 +"27535",3147,23356 +"27536",3147,38584 +"27537",3147,39306 +"27538",3147,59732 +"27539",3147,64932 +"27540",3147,69726 +"27541",3147,107602 +"27542",3148,32129 +"27543",3148,34154 +"27544",3149,15811 +"27545",3149,16671 +"27546",3149,41425 +"27547",3150,3158 +"27548",3150,6223 +"27549",3150,11270 +"27550",3150,17496 +"27551",3150,18512 +"27552",3150,28763 +"27553",3150,29397 +"27554",3150,50496 +"27555",3150,76179 +"27556",3150,77722 +"27557",3150,102736 +"27558",3152,4011 +"27559",3152,9425 +"27560",3152,11882 +"27561",3152,27732 +"27562",3152,102229 +"27563",3153,4724 +"27564",3153,6635 +"27565",3153,7678 +"27566",3153,12005 +"27567",3153,12711 +"27568",3153,24251 +"27569",3153,32105 +"27570",3153,32631 +"27571",3153,45175 +"27572",3153,53935 +"27573",3153,78459 +"27574",3153,103262 +"27575",3153,103263 +"27576",3153,103273 +"27577",3154,3163 +"27578",3154,43780 +"27579",3155,58891 +"27580",3156,4140 +"27581",3156,35741 +"27582",3157,24849 +"27583",3157,41092 +"27584",3157,46692 +"27585",3157,84900 +"27586",3158,3623 +"27587",3158,6223 +"27588",3158,11270 +"27589",3158,12206 +"27590",3158,12717 +"27591",3158,12879 +"27592",3158,12966 +"27593",3158,13104 +"27594",3158,14266 +"27595",3158,18261 +"27596",3158,18512 +"27597",3158,19372 +"27598",3158,26437 +"27599",3158,26937 +"27600",3158,29397 +"27601",3158,31711 +"27602",3158,32805 +"27603",3158,42067 +"27604",3158,46172 +"27605",3158,50132 +"27606",3158,50448 +"27607",3158,50496 +"27608",3158,57221 +"27609",3158,60009 +"27610",3158,60466 +"27611",3158,77722 +"27612",3158,82103 +"27613",3158,84137 +"27614",3158,85411 +"27615",3158,85938 +"27616",3159,3329 +"27617",3159,4249 +"27618",3159,4548 +"27619",3159,4993 +"27620",3159,5842 +"27621",3159,7971 +"27622",3159,8244 +"27623",3159,9007 +"27624",3159,13806 +"27625",3159,14411 +"27626",3159,14994 +"27627",3159,15070 +"27628",3159,17809 +"27629",3159,18970 +"27630",3159,25631 +"27631",3159,37066 +"27632",3159,37067 +"27633",3159,37172 +"27634",3159,37910 +"27635",3159,37928 +"27636",3159,37929 +"27637",3159,37946 +"27638",3159,37978 +"27639",3159,37995 +"27640",3159,38015 +"27641",3159,38029 +"27642",3159,38033 +"27643",3159,38058 +"27644",3159,38060 +"27645",3159,43726 +"27646",3159,46880 +"27647",3159,69023 +"27648",3159,73333 +"27649",3160,24798 +"27650",3160,43736 +"27651",3160,43829 +"27652",3160,86122 +"27653",3161,5422 +"27654",3161,5492 +"27655",3161,9121 +"27656",3161,22130 +"27657",3161,31206 +"27658",3161,35256 +"27659",3161,35998 +"27660",3161,40019 +"27661",3161,54234 +"27662",3161,64394 +"27663",3161,64416 +"27664",3161,64443 +"27665",3161,85783 +"27666",3162,11707 +"27667",3162,14855 +"27668",3162,27238 +"27669",3162,42057 +"27670",3162,48051 +"27671",3162,57977 +"27672",3162,92822 +"27673",3163,16496 +"27674",3163,18735 +"27675",3163,21471 +"27676",3163,22653 +"27677",3163,25585 +"27678",3163,29707 +"27679",3163,29843 +"27680",3163,33556 +"27681",3163,33558 +"27682",3163,33559 +"27683",3163,33611 +"27684",3163,33678 +"27685",3163,45395 +"27686",3163,45897 +"27687",3163,46102 +"27688",3163,48900 +"27689",3163,49841 +"27690",3163,54746 +"27691",3163,54754 +"27692",3163,57555 +"27693",3164,6030 +"27694",3164,6832 +"27695",3164,6941 +"27696",3164,7066 +"27697",3164,16767 +"27698",3164,17957 +"27699",3164,20284 +"27700",3164,22566 +"27701",3164,27278 +"27702",3164,28050 +"27703",3164,28168 +"27704",3164,49019 +"27705",3164,51575 +"27706",3165,62933 +"27707",3166,3247 +"27708",3166,5755 +"27709",3166,7640 +"27710",3166,23250 +"27711",3166,31443 +"27712",3166,68027 +"27713",3167,6110 +"27714",3167,12312 +"27715",3167,15643 +"27716",3167,19899 +"27717",3167,29456 +"27718",3167,46467 +"27719",3167,67505 +"27720",3167,78094 +"27721",3167,78256 +"27722",3167,79244 +"27723",3167,81360 +"27724",3167,110816 +"27725",3168,3258 +"27726",3168,18866 +"27727",3169,3183 +"27728",3169,3228 +"27729",3169,3249 +"27730",3169,3288 +"27731",3170,3190 +"27732",3170,3780 +"27733",3170,5406 +"27734",3170,8227 +"27735",3170,9306 +"27736",3170,9623 +"27737",3170,9686 +"27738",3170,9785 +"27739",3170,11936 +"27740",3170,17830 +"27741",3170,17902 +"27742",3170,19584 +"27743",3170,20951 +"27744",3170,25651 +"27745",3170,33522 +"27746",3170,41436 +"27747",3170,41581 +"27748",3170,43363 +"27749",3170,52830 +"27750",3170,53147 +"27751",3171,5714 +"27752",3171,15453 +"27753",3171,16052 +"27754",3171,22591 +"27755",3171,22998 +"27756",3171,32334 +"27757",3171,35186 +"27758",3171,35877 +"27759",3171,42196 +"27760",3171,42642 +"27761",3171,50956 +"27762",3171,60516 +"27763",3171,84268 +"27764",3171,86735 +"27765",3171,90641 +"27766",3171,113479 +"27767",3173,14808 +"27768",3173,17595 +"27769",3173,18067 +"27770",3173,19124 +"27771",3173,44418 +"27772",3173,71441 +"27773",3173,90891 +"27774",3173,90908 +"27775",3173,91169 +"27776",3174,3177 +"27777",3174,5495 +"27778",3174,36000 +"27779",3174,39127 +"27780",3174,39243 +"27781",3175,3377 +"27782",3175,3896 +"27783",3175,14422 +"27784",3175,17084 +"27785",3175,36199 +"27786",3176,11828 +"27787",3176,16948 +"27788",3176,32155 +"27789",3176,39701 +"27790",3176,40171 +"27791",3176,40702 +"27792",3176,46872 +"27793",3176,70451 +"27794",3176,73249 +"27795",3176,78485 +"27796",3177,17523 +"27797",3177,21420 +"27798",3177,23816 +"27799",3177,24685 +"27800",3177,36000 +"27801",3177,39243 +"27802",3177,61333 +"27803",3177,87044 +"27804",3178,10645 +"27805",3178,23797 +"27806",3178,42923 +"27807",3179,5246 +"27808",3179,6312 +"27809",3179,7459 +"27810",3179,14883 +"27811",3179,15945 +"27812",3179,19603 +"27813",3179,20968 +"27814",3179,24814 +"27815",3179,32686 +"27816",3179,33858 +"27817",3179,36834 +"27818",3179,38697 +"27819",3179,55261 +"27820",3179,57563 +"27821",3179,67591 +"27822",3179,68720 +"27823",3179,68915 +"27824",3179,75971 +"27825",3180,11141 +"27826",3180,99754 +"27827",3180,101350 +"27828",3180,101351 +"27829",3180,103501 +"27830",3180,110019 +"27831",3180,110021 +"27832",3181,3223 +"27833",3181,5401 +"27834",3181,8141 +"27835",3181,30537 +"27836",3181,115224 +"27837",3181,118034 +"27838",3181,118341 +"27839",3182,5553 +"27840",3182,7215 +"27841",3182,17638 +"27842",3182,18203 +"27843",3182,19610 +"27844",3182,20155 +"27845",3182,21213 +"27846",3182,23860 +"27847",3182,24186 +"27848",3182,24232 +"27849",3182,31893 +"27850",3182,44334 +"27851",3182,44433 +"27852",3182,44603 +"27853",3182,75346 +"27854",3183,3228 +"27855",3183,3249 +"27856",3183,3288 +"27857",3183,54120 +"27858",3185,6262 +"27859",3185,6755 +"27860",3185,12441 +"27861",3185,16064 +"27862",3185,50434 +"27863",3186,8181 +"27864",3186,16755 +"27865",3186,30713 +"27866",3186,67951 +"27867",3187,3297 +"27868",3187,3332 +"27869",3187,3360 +"27870",3187,3366 +"27871",3187,11324 +"27872",3187,11391 +"27873",3187,20664 +"27874",3187,20680 +"27875",3187,26109 +"27876",3187,29371 +"27877",3187,32072 +"27878",3187,39102 +"27879",3187,42744 +"27880",3187,43907 +"27881",3187,58059 +"27882",3187,69141 +"27883",3187,73617 +"27884",3187,74878 +"27885",3187,80451 +"27886",3187,83225 +"27887",3187,85302 +"27888",3187,90155 +"27889",3187,100658 +"27890",3188,87231 +"27891",3188,95267 +"27892",3189,86748 +"27893",3189,97245 +"27894",3190,3821 +"27895",3190,4609 +"27896",3190,7419 +"27897",3190,9110 +"27898",3190,9686 +"27899",3190,9787 +"27900",3190,11829 +"27901",3190,19584 +"27902",3190,21474 +"27903",3190,23050 +"27904",3190,25090 +"27905",3190,26285 +"27906",3190,27581 +"27907",3190,28315 +"27908",3190,32458 +"27909",3190,32541 +"27910",3190,34205 +"27911",3190,41436 +"27912",3190,43696 +"27913",3190,45887 +"27914",3190,52830 +"27915",3190,53147 +"27916",3190,62280 +"27917",3190,74078 +"27918",3191,3285 +"27919",3191,3310 +"27920",3191,3314 +"27921",3191,3346 +"27922",3191,11206 +"27923",3191,35999 +"27924",3191,54909 +"27925",3191,75023 +"27926",3191,121926 +"27927",3191,121970 +"27928",3192,3272 +"27929",3192,16129 +"27930",3192,16184 +"27931",3192,19559 +"27932",3192,31489 +"27933",3192,33626 +"27934",3192,48712 +"27935",3192,49125 +"27936",3192,79693 +"27937",3192,86102 +"27938",3192,91219 +"27939",3193,5771 +"27940",3193,47270 +"27941",3193,47324 +"27942",3193,56457 +"27943",3193,56580 +"27944",3193,59760 +"27945",3193,60878 +"27946",3193,76055 +"27947",3193,87051 +"27948",3194,24356 +"27949",3194,70142 +"27950",3194,76891 +"27951",3194,85298 +"27952",3195,3410 +"27953",3195,13507 +"27954",3195,29433 +"27955",3195,32339 +"27956",3195,35620 +"27957",3195,40700 +"27958",3195,47365 +"27959",3195,58301 +"27960",3195,78931 +"27961",3196,14287 +"27962",3197,3275 +"27963",3197,3363 +"27964",3197,3427 +"27965",3197,3435 +"27966",3197,5316 +"27967",3197,48654 +"27968",3198,3397 +"27969",3198,3409 +"27970",3198,3411 +"27971",3198,3436 +"27972",3198,3453 +"27973",3199,3440 +"27974",3199,3450 +"27975",3199,56812 +"27976",3199,87681 +"27977",3200,3457 +"27978",3200,14325 +"27979",3200,18884 +"27980",3200,19976 +"27981",3200,20001 +"27982",3200,25592 +"27983",3200,31655 +"27984",3200,40783 +"27985",3200,45626 +"27986",3200,46986 +"27987",3200,48101 +"27988",3200,49997 +"27989",3200,52464 +"27990",3200,52858 +"27991",3200,69782 +"27992",3200,69832 +"27993",3201,23918 +"27994",3201,47858 +"27995",3201,83380 +"27996",3201,85962 +"27997",3201,101707 +"27998",3201,102081 +"27999",3202,3339 +"28000",3202,68717 +"28001",3202,73822 +"28002",3202,73845 +"28003",3202,73893 +"28004",3203,6215 +"28005",3203,6434 +"28006",3203,6750 +"28007",3203,6751 +"28008",3203,10105 +"28009",3203,10853 +"28010",3203,13307 +"28011",3203,13533 +"28012",3203,14666 +"28013",3203,20326 +"28014",3203,20737 +"28015",3203,23526 +"28016",3203,23626 +"28017",3203,23715 +"28018",3203,26857 +"28019",3203,27497 +"28020",3203,28693 +"28021",3203,33719 +"28022",3203,36317 +"28023",3203,46544 +"28024",3203,53220 +"28025",3203,60878 +"28026",3204,48497 +"28027",3205,3390 +"28028",3205,3499 +"28029",3205,14450 +"28030",3205,20410 +"28031",3205,22260 +"28032",3205,32064 +"28033",3205,32147 +"28034",3206,3214 +"28035",3207,3255 +"28036",3207,37168 +"28037",3207,39534 +"28038",3207,49347 +"28039",3207,51823 +"28040",3207,63691 +"28041",3208,18503 +"28042",3208,30190 +"28043",3208,44589 +"28044",3209,3897 +"28045",3209,3905 +"28046",3209,4498 +"28047",3209,13636 +"28048",3209,13700 +"28049",3209,13871 +"28050",3209,70089 +"28051",3209,72159 +"28052",3210,35174 +"28053",3210,60165 +"28054",3211,10028 +"28055",3211,80065 +"28056",3212,16877 +"28057",3212,28057 +"28058",3212,30768 +"28059",3212,42689 +"28060",3212,45475 +"28061",3212,91591 +"28062",3212,92754 +"28063",3212,94975 +"28064",3212,94990 +"28065",3212,95001 +"28066",3212,95032 +"28067",3212,104954 +"28068",3213,3234 +"28069",3213,6851 +"28070",3213,18214 +"28071",3213,25197 +"28072",3213,30141 +"28073",3214,5344 +"28074",3214,96879 +"28075",3215,25205 +"28076",3215,49697 +"28077",3215,75889 +"28078",3215,88326 +"28079",3215,91566 +"28080",3215,111812 +"28081",3215,113234 +"28082",3215,113899 +"28083",3216,5198 +"28084",3216,5543 +"28085",3216,5785 +"28086",3216,6777 +"28087",3216,9293 +"28088",3216,11517 +"28089",3216,11694 +"28090",3216,17520 +"28091",3216,27946 +"28092",3216,56812 +"28093",3216,69803 +"28094",3216,72847 +"28095",3216,78652 +"28096",3217,8464 +"28097",3217,13978 +"28098",3217,21787 +"28099",3217,27317 +"28100",3217,30366 +"28101",3217,42044 +"28102",3217,42378 +"28103",3217,42564 +"28104",3217,49947 +"28105",3217,57053 +"28106",3217,61002 +"28107",3217,88394 +"28108",3217,91140 +"28109",3218,3789 +"28110",3218,3945 +"28111",3218,4352 +"28112",3218,9315 +"28113",3218,23154 +"28114",3218,32757 +"28115",3218,39546 +"28116",3218,55570 +"28117",3218,57879 +"28118",3218,58581 +"28119",3218,74542 +"28120",3219,59536 +"28121",3219,63446 +"28122",3220,15407 +"28123",3220,34398 +"28124",3220,36987 +"28125",3220,40940 +"28126",3220,51751 +"28127",3220,77363 +"28128",3220,96884 +"28129",3221,28645 +"28130",3221,30724 +"28131",3221,53674 +"28132",3222,3250 +"28133",3222,16449 +"28134",3222,27417 +"28135",3222,31337 +"28136",3222,40343 +"28137",3222,86626 +"28138",3222,86731 +"28139",3223,42644 +"28140",3223,65487 +"28141",3223,97232 +"28142",3223,101166 +"28143",3223,121267 +"28144",3223,122512 +"28145",3224,67684 +"28146",3225,40933 +"28147",3226,4957 +"28148",3226,23470 +"28149",3226,41418 +"28150",3226,79100 +"28151",3227,15821 +"28152",3227,23726 +"28153",3227,56882 +"28154",3227,63047 +"28155",3228,3249 +"28156",3228,3288 +"28157",3228,84216 +"28158",3229,4883 +"28159",3229,4905 +"28160",3229,8948 +"28161",3229,12804 +"28162",3229,17660 +"28163",3229,30669 +"28164",3229,40706 +"28165",3230,43436 +"28166",3230,61810 +"28167",3230,62976 +"28168",3230,66381 +"28169",3231,22207 +"28170",3231,31996 +"28171",3233,3246 +"28172",3233,12846 +"28173",3233,17255 +"28174",3233,17956 +"28175",3233,18251 +"28176",3233,25759 +"28177",3235,5664 +"28178",3235,14807 +"28179",3235,20366 +"28180",3235,31930 +"28181",3235,32035 +"28182",3235,32595 +"28183",3235,40556 +"28184",3235,46050 +"28185",3235,47712 +"28186",3235,47737 +"28187",3235,91405 +"28188",3236,3257 +"28189",3237,9628 +"28190",3237,13357 +"28191",3237,13550 +"28192",3237,17321 +"28193",3237,22578 +"28194",3237,25146 +"28195",3237,60383 +"28196",3237,85218 +"28197",3237,91276 +"28198",3237,100201 +"28199",3238,5906 +"28200",3238,9849 +"28201",3239,24380 +"28202",3239,31548 +"28203",3239,31569 +"28204",3239,31732 +"28205",3239,47188 +"28206",3239,47282 +"28207",3239,62112 +"28208",3239,69377 +"28209",3239,89952 +"28210",3240,4539 +"28211",3240,13065 +"28212",3240,24027 +"28213",3240,44867 +"28214",3241,15478 +"28215",3241,24824 +"28216",3241,24891 +"28217",3241,29711 +"28218",3241,39104 +"28219",3242,4050 +"28220",3242,4098 +"28221",3242,5195 +"28222",3242,8621 +"28223",3242,10404 +"28224",3242,16164 +"28225",3242,17806 +"28226",3242,20563 +"28227",3242,21911 +"28228",3242,22753 +"28229",3242,23480 +"28230",3242,26516 +"28231",3242,27753 +"28232",3242,31423 +"28233",3242,31492 +"28234",3242,38145 +"28235",3242,39058 +"28236",3242,39714 +"28237",3242,44319 +"28238",3242,44858 +"28239",3242,50976 +"28240",3242,51654 +"28241",3242,52653 +"28242",3242,52971 +"28243",3242,57105 +"28244",3242,58035 +"28245",3242,64184 +"28246",3242,81455 +"28247",3242,83165 +"28248",3242,83906 +"28249",3242,83915 +"28250",3242,83949 +"28251",3242,98113 +"28252",3242,99884 +"28253",3242,100134 +"28254",3242,113306 +"28255",3243,107685 +"28256",3244,13199 +"28257",3244,13262 +"28258",3244,13263 +"28259",3244,14270 +"28260",3244,23116 +"28261",3244,23364 +"28262",3244,25014 +"28263",3244,25678 +"28264",3244,47793 +"28265",3244,49546 +"28266",3244,55231 +"28267",3244,62160 +"28268",3244,78339 +"28269",3244,81411 +"28270",3244,82241 +"28271",3244,82448 +"28272",3244,82451 +"28273",3244,82471 +"28274",3244,82484 +"28275",3244,82516 +"28276",3244,82518 +"28277",3244,105743 +"28278",3245,9136 +"28279",3245,14562 +"28280",3245,33801 +"28281",3245,37739 +"28282",3245,53475 +"28283",3245,69529 +"28284",3245,78137 +"28285",3245,79293 +"28286",3245,91560 +"28287",3245,91581 +"28288",3245,91584 +"28289",3245,91616 +"28290",3245,91620 +"28291",3246,57368 +"28292",3246,84675 +"28293",3247,4273 +"28294",3247,5755 +"28295",3247,10116 +"28296",3247,27393 +"28297",3247,55495 +"28298",3247,62515 +"28299",3248,48190 +"28300",3248,90425 +"28301",3249,3288 +"28302",3250,42180 +"28303",3250,58737 +"28304",3250,75743 +"28305",3250,82204 +"28306",3250,87538 +"28307",3250,87557 +"28308",3250,87683 +"28309",3251,23066 +"28310",3251,96043 +"28311",3252,7245 +"28312",3252,12447 +"28313",3252,15459 +"28314",3252,16199 +"28315",3252,18415 +"28316",3252,20563 +"28317",3252,23525 +"28318",3252,33873 +"28319",3252,37307 +"28320",3252,37335 +"28321",3252,38260 +"28322",3252,50367 +"28323",3252,51248 +"28324",3252,61778 +"28325",3252,62025 +"28326",3252,65162 +"28327",3252,65746 +"28328",3252,68475 +"28329",3252,76613 +"28330",3252,81508 +"28331",3252,90884 +"28332",3252,110994 +"28333",3252,120028 +"28334",3252,120929 +"28335",3252,120967 +"28336",3253,10509 +"28337",3253,12278 +"28338",3253,18777 +"28339",3253,22129 +"28340",3253,53502 +"28341",3253,70609 +"28342",3253,80762 +"28343",3253,83273 +"28344",3253,99230 +"28345",3254,17977 +"28346",3254,18124 +"28347",3254,19112 +"28348",3254,48219 +"28349",3254,51063 +"28350",3254,52845 +"28351",3254,58727 +"28352",3254,71517 +"28353",3254,76431 +"28354",3254,92453 +"28355",3254,110880 +"28356",3255,14761 +"28357",3255,17640 +"28358",3255,30916 +"28359",3255,37147 +"28360",3255,49347 +"28361",3255,65316 +"28362",3255,71673 +"28363",3255,76021 +"28364",3255,77326 +"28365",3256,7133 +"28366",3256,82082 +"28367",3257,37939 +"28368",3257,59238 +"28369",3257,63861 +"28370",3257,63901 +"28371",3257,71978 +"28372",3258,5306 +"28373",3258,7617 +"28374",3258,26596 +"28375",3258,31954 +"28376",3258,34985 +"28377",3258,49551 +"28378",3258,58701 +"28379",3258,69131 +"28380",3258,76489 +"28381",3259,36558 +"28382",3259,39067 +"28383",3259,39173 +"28384",3259,39174 +"28385",3260,5626 +"28386",3260,104243 +"28387",3260,123316 +"28388",3261,22970 +"28389",3261,31222 +"28390",3261,31302 +"28391",3261,48563 +"28392",3262,13097 +"28393",3262,35598 +"28394",3262,38357 +"28395",3262,51053 +"28396",3262,51086 +"28397",3262,51148 +"28398",3262,70735 +"28399",3262,101750 +"28400",3262,112990 +"28401",3262,113008 +"28402",3262,115690 +"28403",3263,34107 +"28404",3263,89792 +"28405",3264,4080 +"28406",3264,11152 +"28407",3264,14309 +"28408",3264,19573 +"28409",3264,34405 +"28410",3264,39135 +"28411",3264,48188 +"28412",3264,53712 +"28413",3264,59837 +"28414",3264,61218 +"28415",3264,83968 +"28416",3264,85386 +"28417",3264,89005 +"28418",3264,108172 +"28419",3264,109131 +"28420",3264,117741 +"28421",3264,121726 +"28422",3265,7062 +"28423",3265,8888 +"28424",3265,8942 +"28425",3265,9051 +"28426",3265,9762 +"28427",3265,11292 +"28428",3265,16940 +"28429",3265,35594 +"28430",3265,45113 +"28431",3265,55320 +"28432",3265,73510 +"28433",3265,79212 +"28434",3265,81503 +"28435",3265,96592 +"28436",3265,99446 +"28437",3267,76423 +"28438",3268,3286 +"28439",3268,15761 +"28440",3268,97488 +"28441",3268,102393 +"28442",3269,107136 +"28443",3270,10790 +"28444",3270,13751 +"28445",3270,23552 +"28446",3270,25239 +"28447",3270,25267 +"28448",3270,29173 +"28449",3270,32877 +"28450",3270,35693 +"28451",3270,42568 +"28452",3270,47511 +"28453",3270,52394 +"28454",3270,52436 +"28455",3270,102020 +"28456",3270,112536 +"28457",3271,3903 +"28458",3271,6347 +"28459",3271,7085 +"28460",3271,9270 +"28461",3271,9272 +"28462",3271,9505 +"28463",3271,11913 +"28464",3271,12428 +"28465",3271,12807 +"28466",3271,13142 +"28467",3271,16689 +"28468",3271,17705 +"28469",3271,19036 +"28470",3271,19391 +"28471",3271,23075 +"28472",3271,24729 +"28473",3271,25606 +"28474",3271,28530 +"28475",3271,30258 +"28476",3271,37752 +"28477",3271,38185 +"28478",3271,38683 +"28479",3271,40245 +"28480",3271,43226 +"28481",3271,44440 +"28482",3271,44655 +"28483",3271,44973 +"28484",3271,46177 +"28485",3271,47048 +"28486",3271,48110 +"28487",3271,58508 +"28488",3271,59731 +"28489",3271,62642 +"28490",3271,68091 +"28491",3271,69335 +"28492",3271,74586 +"28493",3271,75245 +"28494",3271,75776 +"28495",3271,75956 +"28496",3271,76387 +"28497",3271,78978 +"28498",3271,79086 +"28499",3271,79212 +"28500",3271,79241 +"28501",3271,79579 +"28502",3271,80239 +"28503",3271,80301 +"28504",3271,81397 +"28505",3271,88340 +"28506",3271,88749 +"28507",3271,89069 +"28508",3271,89373 +"28509",3271,89995 +"28510",3271,90919 +"28511",3271,90936 +"28512",3271,92861 +"28513",3271,93097 +"28514",3271,94231 +"28515",3271,95489 +"28516",3271,96247 +"28517",3271,96363 +"28518",3271,97898 +"28519",3271,112177 +"28520",3271,123201 +"28521",3272,8123 +"28522",3272,17389 +"28523",3272,28366 +"28524",3272,30186 +"28525",3272,31357 +"28526",3272,45403 +"28527",3272,93123 +"28528",3273,7780 +"28529",3273,8856 +"28530",3273,12394 +"28531",3273,18023 +"28532",3273,26335 +"28533",3273,42414 +"28534",3273,96956 +"28535",3273,110776 +"28536",3273,116833 +"28537",3274,5650 +"28538",3274,5701 +"28539",3274,13547 +"28540",3274,15853 +"28541",3274,24191 +"28542",3274,35665 +"28543",3274,37689 +"28544",3274,40117 +"28545",3274,49091 +"28546",3274,54004 +"28547",3274,60860 +"28548",3274,62083 +"28549",3274,63041 +"28550",3274,71858 +"28551",3274,98175 +"28552",3275,3363 +"28553",3276,3635 +"28554",3276,3833 +"28555",3276,3855 +"28556",3276,4581 +"28557",3276,5686 +"28558",3276,7713 +"28559",3276,8197 +"28560",3276,15104 +"28561",3276,15195 +"28562",3276,15430 +"28563",3276,16381 +"28564",3276,16949 +"28565",3276,18514 +"28566",3276,22299 +"28567",3276,23938 +"28568",3276,24250 +"28569",3276,26682 +"28570",3276,29741 +"28571",3276,30876 +"28572",3276,32393 +"28573",3276,32939 +"28574",3276,33113 +"28575",3276,38494 +"28576",3276,38932 +"28577",3276,40643 +"28578",3276,42017 +"28579",3276,42107 +"28580",3276,45787 +"28581",3276,47083 +"28582",3276,49231 +"28583",3276,50061 +"28584",3276,52450 +"28585",3276,54059 +"28586",3276,55370 +"28587",3276,57804 +"28588",3276,59615 +"28589",3276,59940 +"28590",3276,67363 +"28591",3276,71230 +"28592",3276,76278 +"28593",3276,76740 +"28594",3276,76786 +"28595",3276,77272 +"28596",3276,77357 +"28597",3276,77402 +"28598",3276,78248 +"28599",3276,78255 +"28600",3276,78339 +"28601",3276,78445 +"28602",3276,79022 +"28603",3276,79716 +"28604",3276,79989 +"28605",3276,80281 +"28606",3276,81728 +"28607",3276,82196 +"28608",3276,82383 +"28609",3276,82810 +"28610",3276,82854 +"28611",3276,83853 +"28612",3276,83884 +"28613",3276,84379 +"28614",3276,84613 +"28615",3276,85465 +"28616",3276,85610 +"28617",3276,86351 +"28618",3276,86451 +"28619",3276,86882 +"28620",3276,87175 +"28621",3276,87451 +"28622",3276,87521 +"28623",3276,87572 +"28624",3276,87663 +"28625",3276,87721 +"28626",3276,87862 +"28627",3277,20605 +"28628",3277,24289 +"28629",3277,58496 +"28630",3277,77584 +"28631",3277,77609 +"28632",3278,12688 +"28633",3278,16646 +"28634",3278,18920 +"28635",3278,25258 +"28636",3278,38471 +"28637",3279,9448 +"28638",3279,10788 +"28639",3279,14191 +"28640",3279,14708 +"28641",3279,17857 +"28642",3279,19068 +"28643",3279,19082 +"28644",3279,19121 +"28645",3279,21918 +"28646",3279,25013 +"28647",3279,25150 +"28648",3279,25639 +"28649",3279,36954 +"28650",3279,37307 +"28651",3279,41455 +"28652",3279,43149 +"28653",3279,44687 +"28654",3279,50207 +"28655",3279,50488 +"28656",3279,52112 +"28657",3279,53415 +"28658",3279,56357 +"28659",3279,57636 +"28660",3279,58482 +"28661",3279,59798 +"28662",3279,68982 +"28663",3279,70907 +"28664",3279,71683 +"28665",3279,75086 +"28666",3279,77125 +"28667",3279,78398 +"28668",3279,82426 +"28669",3279,84343 +"28670",3279,85000 +"28671",3279,85101 +"28672",3279,91682 +"28673",3279,95267 +"28674",3279,96257 +"28675",3279,97580 +"28676",3279,98727 +"28677",3279,98776 +"28678",3279,100795 +"28679",3279,106824 +"28680",3279,108879 +"28681",3279,109166 +"28682",3279,109858 +"28683",3279,109878 +"28684",3279,112962 +"28685",3279,113990 +"28686",3279,115413 +"28687",3279,116123 +"28688",3279,117258 +"28689",3279,117560 +"28690",3279,118128 +"28691",3279,118836 +"28692",3279,118866 +"28693",3279,118873 +"28694",3279,119131 +"28695",3279,119513 +"28696",3279,119716 +"28697",3279,119769 +"28698",3279,120123 +"28699",3279,120169 +"28700",3279,120725 +"28701",3279,120944 +"28702",3279,121609 +"28703",3279,122007 +"28704",3279,122032 +"28705",3279,122035 +"28706",3279,122724 +"28707",3279,123070 +"28708",3279,123394 +"28709",3279,123490 +"28710",3280,94636 +"28711",3281,3333 +"28712",3281,3338 +"28713",3281,19748 +"28714",3281,59941 +"28715",3281,64051 +"28716",3281,66046 +"28717",3281,68083 +"28718",3281,68097 +"28719",3281,68114 +"28720",3282,6236 +"28721",3282,16996 +"28722",3282,64156 +"28723",3282,95803 +"28724",3282,95910 +"28725",3283,3286 +"28726",3283,3305 +"28727",3283,3354 +"28728",3284,8813 +"28729",3284,11383 +"28730",3284,13019 +"28731",3284,13619 +"28732",3284,19545 +"28733",3284,19657 +"28734",3284,23784 +"28735",3284,25327 +"28736",3284,31765 +"28737",3284,32548 +"28738",3284,34116 +"28739",3284,36514 +"28740",3284,43338 +"28741",3284,46545 +"28742",3284,56284 +"28743",3284,56602 +"28744",3284,56664 +"28745",3284,66681 +"28746",3284,69391 +"28747",3284,76466 +"28748",3284,76707 +"28749",3284,85210 +"28750",3284,85221 +"28751",3284,85223 +"28752",3284,85235 +"28753",3284,85236 +"28754",3284,104861 +"28755",3285,3310 +"28756",3285,3314 +"28757",3285,3346 +"28758",3285,4242 +"28759",3285,8471 +"28760",3285,9716 +"28761",3285,29277 +"28762",3285,30245 +"28763",3285,32582 +"28764",3285,35663 +"28765",3285,54909 +"28766",3285,75747 +"28767",3285,78768 +"28768",3285,83810 +"28769",3285,84757 +"28770",3286,3305 +"28771",3286,3354 +"28772",3286,15761 +"28773",3286,97488 +"28774",3286,102393 +"28775",3287,12666 +"28776",3287,28631 +"28777",3288,64291 +"28778",3288,64677 +"28779",3289,4065 +"28780",3289,7109 +"28781",3289,7867 +"28782",3289,13701 +"28783",3289,27938 +"28784",3289,29791 +"28785",3289,33964 +"28786",3289,35502 +"28787",3289,39239 +"28788",3289,39247 +"28789",3289,39304 +"28790",3289,39305 +"28791",3289,43351 +"28792",3289,45727 +"28793",3289,58319 +"28794",3289,58718 +"28795",3290,34603 +"28796",3290,109767 +"28797",3291,21335 +"28798",3291,40370 +"28799",3291,68452 +"28800",3291,91522 +"28801",3291,91528 +"28802",3291,101912 +"28803",3292,3296 +"28804",3292,30531 +"28805",3292,60643 +"28806",3292,81856 +"28807",3293,3335 +"28808",3293,4202 +"28809",3293,17966 +"28810",3293,28898 +"28811",3293,30368 +"28812",3293,35895 +"28813",3293,52710 +"28814",3294,3336 +"28815",3295,3786 +"28816",3295,26567 +"28817",3295,100443 +"28818",3296,13884 +"28819",3296,46003 +"28820",3296,66111 +"28821",3297,3332 +"28822",3297,3360 +"28823",3297,3366 +"28824",3297,6769 +"28825",3297,17914 +"28826",3297,18820 +"28827",3297,18821 +"28828",3297,32423 +"28829",3297,65786 +"28830",3297,82193 +"28831",3298,78129 +"28832",3298,97060 +"28833",3298,105650 +"28834",3299,52267 +"28835",3299,61950 +"28836",3300,3315 +"28837",3300,4937 +"28838",3300,9031 +"28839",3300,10833 +"28840",3300,40938 +"28841",3300,49594 +"28842",3300,102691 +"28843",3300,105583 +"28844",3301,9342 +"28845",3301,18937 +"28846",3301,22199 +"28847",3301,26807 +"28848",3301,32629 +"28849",3301,37171 +"28850",3301,44312 +"28851",3301,48931 +"28852",3301,70809 +"28853",3301,74812 +"28854",3303,3324 +"28855",3303,16470 +"28856",3303,16513 +"28857",3303,56101 +"28858",3304,9681 +"28859",3305,3354 +"28860",3305,5747 +"28861",3305,6831 +"28862",3305,10032 +"28863",3305,10769 +"28864",3305,10789 +"28865",3305,11006 +"28866",3305,19719 +"28867",3305,20167 +"28868",3305,27694 +"28869",3305,31609 +"28870",3305,37285 +"28871",3305,64213 +"28872",3305,65405 +"28873",3305,90729 +"28874",3306,3361 +"28875",3306,3368 +"28876",3306,5105 +"28877",3306,5750 +"28878",3306,5784 +"28879",3306,6038 +"28880",3306,6713 +"28881",3306,11460 +"28882",3306,12930 +"28883",3306,13910 +"28884",3306,15003 +"28885",3306,20656 +"28886",3306,23976 +"28887",3306,26399 +"28888",3306,26732 +"28889",3306,26986 +"28890",3306,30594 +"28891",3306,33949 +"28892",3306,41099 +"28893",3306,47186 +"28894",3306,51466 +"28895",3306,51514 +"28896",3306,53814 +"28897",3306,59539 +"28898",3306,84434 +"28899",3307,8170 +"28900",3307,13828 +"28901",3307,36498 +"28902",3307,76306 +"28903",3308,20886 +"28904",3308,40602 +"28905",3308,54462 +"28906",3308,55349 +"28907",3308,55489 +"28908",3308,67300 +"28909",3308,103459 +"28910",3308,114527 +"28911",3308,118140 +"28912",3308,119790 +"28913",3309,29162 +"28914",3309,42046 +"28915",3309,87621 +"28916",3309,103383 +"28917",3309,109087 +"28918",3310,3314 +"28919",3310,3346 +"28920",3310,6952 +"28921",3310,11376 +"28922",3310,11404 +"28923",3310,28199 +"28924",3310,32582 +"28925",3310,41025 +"28926",3310,54909 +"28927",3310,115093 +"28928",3311,13378 +"28929",3312,15090 +"28930",3312,26959 +"28931",3312,80581 +"28932",3313,8295 +"28933",3313,12040 +"28934",3313,13295 +"28935",3313,19388 +"28936",3313,30927 +"28937",3313,34725 +"28938",3313,60325 +"28939",3313,79432 +"28940",3313,92160 +"28941",3313,94361 +"28942",3313,113896 +"28943",3313,120492 +"28944",3314,3346 +"28945",3314,8763 +"28946",3314,13886 +"28947",3314,14626 +"28948",3314,42410 +"28949",3314,54903 +"28950",3314,54909 +"28951",3314,66494 +"28952",3314,69436 +"28953",3314,70776 +"28954",3314,70830 +"28955",3314,70839 +"28956",3314,83538 +"28957",3315,4907 +"28958",3315,4937 +"28959",3315,9031 +"28960",3315,10833 +"28961",3315,21517 +"28962",3315,31830 +"28963",3315,45113 +"28964",3315,49594 +"28965",3315,105583 +"28966",3315,112513 +"28967",3315,112538 +"28968",3316,20302 +"28969",3316,38264 +"28970",3316,39024 +"28971",3316,48006 +"28972",3316,52020 +"28973",3316,82764 +"28974",3317,10334 +"28975",3317,12846 +"28976",3317,17255 +"28977",3317,20708 +"28978",3317,30767 +"28979",3317,42914 +"28980",3317,43283 +"28981",3317,47940 +"28982",3317,48688 +"28983",3317,48812 +"28984",3317,49260 +"28985",3317,53491 +"28986",3317,55485 +"28987",3317,56429 +"28988",3317,69597 +"28989",3317,81489 +"28990",3317,84816 +"28991",3317,85404 +"28992",3317,92183 +"28993",3317,97936 +"28994",3317,109843 +"28995",3318,3327 +"28996",3318,14502 +"28997",3318,15089 +"28998",3318,21133 +"28999",3318,31349 +"29000",3318,35891 +"29001",3318,36971 +"29002",3318,40928 +"29003",3318,58017 +"29004",3318,62663 +"29005",3318,77356 +"29006",3319,10135 +"29007",3319,10960 +"29008",3319,11775 +"29009",3319,12265 +"29010",3319,12828 +"29011",3319,20349 +"29012",3319,21153 +"29013",3319,35971 +"29014",3319,41372 +"29015",3319,53006 +"29016",3319,71735 +"29017",3319,88721 +"29018",3319,96978 +"29019",3319,97638 +"29020",3319,98543 +"29021",3319,99338 +"29022",3319,100496 +"29023",3319,111306 +"29024",3319,111312 +"29025",3319,112574 +"29026",3319,116832 +"29027",3319,117013 +"29028",3319,117043 +"29029",3320,22630 +"29030",3320,73202 +"29031",3320,82089 +"29032",3320,110831 +"29033",3321,36753 +"29034",3321,49729 +"29035",3321,53691 +"29036",3322,18680 +"29037",3322,101332 +"29038",3322,111074 +"29039",3322,111090 +"29040",3323,13321 +"29041",3323,18411 +"29042",3323,19429 +"29043",3323,25776 +"29044",3323,39802 +"29045",3323,40404 +"29046",3323,42643 +"29047",3323,59178 +"29048",3323,78253 +"29049",3323,87133 +"29050",3323,108641 +"29051",3323,109374 +"29052",3323,110771 +"29053",3323,111975 +"29054",3323,117674 +"29055",3324,3464 +"29056",3324,6755 +"29057",3324,14293 +"29058",3324,26404 +"29059",3324,32070 +"29060",3324,60644 +"29061",3324,86827 +"29062",3324,92463 +"29063",3325,38766 +"29064",3326,3345 +"29065",3326,3367 +"29066",3326,20656 +"29067",3326,28751 +"29068",3326,28986 +"29069",3326,35742 +"29070",3327,4568 +"29071",3327,14502 +"29072",3327,15089 +"29073",3327,15962 +"29074",3327,16926 +"29075",3327,19483 +"29076",3327,28577 +"29077",3327,29935 +"29078",3327,30222 +"29079",3327,31349 +"29080",3327,32376 +"29081",3327,32503 +"29082",3327,35891 +"29083",3327,36185 +"29084",3327,36971 +"29085",3327,37263 +"29086",3327,39696 +"29087",3327,40928 +"29088",3327,52105 +"29089",3327,56544 +"29090",3327,58017 +"29091",3327,62663 +"29092",3327,73675 +"29093",3327,75253 +"29094",3327,85332 +"29095",3327,92316 +"29096",3327,103642 +"29097",3327,105137 +"29098",3327,107900 +"29099",3327,121291 +"29100",3328,7815 +"29101",3328,10901 +"29102",3328,20323 +"29103",3328,23966 +"29104",3328,26861 +"29105",3328,30017 +"29106",3328,59528 +"29107",3328,94219 +"29108",3328,101907 +"29109",3329,4249 +"29110",3329,8244 +"29111",3329,14994 +"29112",3329,15070 +"29113",3329,19749 +"29114",3329,20591 +"29115",3329,38378 +"29116",3329,55105 +"29117",3329,86410 +"29118",3329,87194 +"29119",3330,26107 +"29120",3330,33012 +"29121",3331,27192 +"29122",3331,27952 +"29123",3331,28400 +"29124",3331,59178 +"29125",3331,62144 +"29126",3331,62699 +"29127",3331,65523 +"29128",3331,70960 +"29129",3331,75522 +"29130",3331,76518 +"29131",3331,119608 +"29132",3332,3360 +"29133",3332,3366 +"29134",3332,17914 +"29135",3332,20680 +"29136",3332,38455 +"29137",3332,39102 +"29138",3332,74878 +"29139",3332,89298 +"29140",3332,100658 +"29141",3332,103847 +"29142",3333,3338 +"29143",3334,21837 +"29144",3334,40359 +"29145",3334,102591 +"29146",3334,102769 +"29147",3334,103094 +"29148",3335,66739 +"29149",3336,6363 +"29150",3336,6403 +"29151",3336,7582 +"29152",3336,11501 +"29153",3336,37285 +"29154",3336,65794 +"29155",3337,83973 +"29156",3339,11725 +"29157",3339,23380 +"29158",3339,26997 +"29159",3339,27663 +"29160",3339,31120 +"29161",3339,34134 +"29162",3339,44259 +"29163",3339,47979 +"29164",3339,51402 +"29165",3339,53095 +"29166",3339,53121 +"29167",3339,53153 +"29168",3339,53573 +"29169",3340,3955 +"29170",3340,5085 +"29171",3340,5363 +"29172",3340,12201 +"29173",3340,12676 +"29174",3340,20121 +"29175",3340,20501 +"29176",3340,23352 +"29177",3340,25126 +"29178",3340,25897 +"29179",3340,41146 +"29180",3340,41957 +"29181",3340,44009 +"29182",3340,44083 +"29183",3340,47791 +"29184",3340,50739 +"29185",3340,52143 +"29186",3340,86878 +"29187",3340,91265 +"29188",3340,93709 +"29189",3340,109875 +"29190",3341,4569 +"29191",3341,13030 +"29192",3341,13632 +"29193",3341,18924 +"29194",3341,21711 +"29195",3341,21746 +"29196",3341,26991 +"29197",3341,32991 +"29198",3341,34495 +"29199",3341,37055 +"29200",3341,38394 +"29201",3341,51462 +"29202",3341,54089 +"29203",3341,59748 +"29204",3341,64108 +"29205",3341,65290 +"29206",3341,65335 +"29207",3341,70400 +"29208",3341,73987 +"29209",3341,95012 +"29210",3342,40804 +"29211",3343,33880 +"29212",3343,82814 +"29213",3344,4435 +"29214",3344,110854 +"29215",3344,118912 +"29216",3345,3367 +"29217",3345,10527 +"29218",3345,21024 +"29219",3345,25672 +"29220",3345,28057 +"29221",3345,28986 +"29222",3345,35420 +"29223",3345,37633 +"29224",3345,38218 +"29225",3345,41023 +"29226",3345,41152 +"29227",3345,42725 +"29228",3345,51921 +"29229",3345,64906 +"29230",3345,69527 +"29231",3345,122961 +"29232",3346,4242 +"29233",3346,10073 +"29234",3346,11206 +"29235",3346,11376 +"29236",3346,38653 +"29237",3346,53793 +"29238",3346,54909 +"29239",3346,87527 +"29240",3347,21657 +"29241",3347,40419 +"29242",3347,58153 +"29243",3347,108304 +"29244",3347,108310 +"29245",3347,119006 +"29246",3348,55852 +"29247",3349,56189 +"29248",3350,3371 +"29249",3350,3418 +"29250",3350,8380 +"29251",3350,15282 +"29252",3350,15580 +"29253",3350,18200 +"29254",3350,19598 +"29255",3350,22892 +"29256",3350,32877 +"29257",3350,64031 +"29258",3351,4143 +"29259",3351,10066 +"29260",3351,17052 +"29261",3351,24292 +"29262",3351,26043 +"29263",3351,29482 +"29264",3351,33436 +"29265",3351,43708 +"29266",3351,44830 +"29267",3351,50487 +"29268",3351,58820 +"29269",3351,69090 +"29270",3351,77599 +"29271",3351,84035 +"29272",3351,89002 +"29273",3351,89826 +"29274",3352,8847 +"29275",3352,10553 +"29276",3352,45678 +"29277",3352,47453 +"29278",3352,53155 +"29279",3352,60281 +"29280",3352,67614 +"29281",3352,85823 +"29282",3352,93056 +"29283",3352,98374 +"29284",3353,3980 +"29285",3353,11833 +"29286",3353,11863 +"29287",3353,11986 +"29288",3353,12009 +"29289",3353,12071 +"29290",3353,17991 +"29291",3353,19103 +"29292",3353,24975 +"29293",3353,33630 +"29294",3353,37518 +"29295",3353,56535 +"29296",3353,82986 +"29297",3354,21730 +"29298",3354,25235 +"29299",3354,39469 +"29300",3354,44908 +"29301",3354,86021 +"29302",3354,93952 +"29303",3355,3433 +"29304",3356,14142 +"29305",3356,15929 +"29306",3356,18750 +"29307",3356,23359 +"29308",3356,26916 +"29309",3356,30795 +"29310",3356,38625 +"29311",3356,50086 +"29312",3356,52559 +"29313",3356,54756 +"29314",3356,55998 +"29315",3356,60363 +"29316",3356,65835 +"29317",3356,69754 +"29318",3356,72142 +"29319",3356,77223 +"29320",3356,92931 +"29321",3356,96421 +"29322",3356,103318 +"29323",3356,108547 +"29324",3356,108664 +"29325",3356,109527 +"29326",3357,10582 +"29327",3357,18547 +"29328",3357,20221 +"29329",3357,31664 +"29330",3357,36141 +"29331",3357,45849 +"29332",3357,59025 +"29333",3357,61198 +"29334",3357,91706 +"29335",3357,92741 +"29336",3357,103805 +"29337",3357,103859 +"29338",3357,111536 +"29339",3359,14558 +"29340",3359,41338 +"29341",3359,54314 +"29342",3359,103392 +"29343",3360,3366 +"29344",3360,27074 +"29345",3360,28452 +"29346",3360,51007 +"29347",3360,56312 +"29348",3360,74878 +"29349",3360,75198 +"29350",3360,86411 +"29351",3360,87190 +"29352",3360,88304 +"29353",3360,89258 +"29354",3360,90630 +"29355",3360,91062 +"29356",3360,96681 +"29357",3360,102934 +"29358",3361,3368 +"29359",3361,5105 +"29360",3361,6038 +"29361",3361,20656 +"29362",3361,26399 +"29363",3361,58429 +"29364",3361,98764 +"29365",3361,102139 +"29366",3362,77553 +"29367",3363,5764 +"29368",3363,10342 +"29369",3363,94621 +"29370",3363,103135 +"29371",3363,108253 +"29372",3363,109533 +"29373",3363,119883 +"29374",3364,14664 +"29375",3364,16567 +"29376",3364,19060 +"29377",3364,22173 +"29378",3364,31381 +"29379",3364,36680 +"29380",3364,97215 +"29381",3365,16155 +"29382",3365,27514 +"29383",3365,94778 +"29384",3365,95922 +"29385",3366,11324 +"29386",3366,11391 +"29387",3366,12890 +"29388",3366,13609 +"29389",3366,16323 +"29390",3366,20680 +"29391",3366,26109 +"29392",3366,28388 +"29393",3366,28452 +"29394",3366,28851 +"29395",3366,28927 +"29396",3366,28970 +"29397",3366,32072 +"29398",3366,39102 +"29399",3366,42744 +"29400",3366,45252 +"29401",3366,48858 +"29402",3366,56312 +"29403",3366,58059 +"29404",3366,63773 +"29405",3366,80451 +"29406",3366,90155 +"29407",3366,100658 +"29408",3366,103847 +"29409",3366,105007 +"29410",3367,5120 +"29411",3367,5123 +"29412",3367,6389 +"29413",3367,6686 +"29414",3367,8577 +"29415",3367,18211 +"29416",3367,20656 +"29417",3367,21627 +"29418",3367,28057 +"29419",3367,28751 +"29420",3367,28986 +"29421",3367,32063 +"29422",3367,32901 +"29423",3367,33570 +"29424",3367,33621 +"29425",3367,33646 +"29426",3367,35742 +"29427",3367,38218 +"29428",3367,42725 +"29429",3367,48692 +"29430",3367,48964 +"29431",3367,51921 +"29432",3367,58855 +"29433",3367,84784 +"29434",3367,92491 +"29435",3367,93559 +"29436",3367,93560 +"29437",3367,95172 +"29438",3368,8456 +"29439",3368,8708 +"29440",3368,14080 +"29441",3368,15632 +"29442",3368,18588 +"29443",3368,19474 +"29444",3368,20656 +"29445",3368,23521 +"29446",3368,34015 +"29447",3368,34989 +"29448",3368,46795 +"29449",3368,48023 +"29450",3368,50204 +"29451",3368,51476 +"29452",3368,51689 +"29453",3368,55185 +"29454",3368,55450 +"29455",3368,64427 +"29456",3368,67788 +"29457",3368,77376 +"29458",3368,79687 +"29459",3368,79718 +"29460",3368,87251 +"29461",3369,105590 +"29462",3369,107277 +"29463",3370,12818 +"29464",3370,12968 +"29465",3370,27061 +"29466",3370,45251 +"29467",3370,63695 +"29468",3370,68406 +"29469",3370,71177 +"29470",3371,3418 +"29471",3371,19598 +"29472",3371,22892 +"29473",3371,24331 +"29474",3371,45981 +"29475",3371,70046 +"29476",3371,77961 +"29477",3371,84909 +"29478",3371,86382 +"29479",3371,89274 +"29480",3372,15004 +"29481",3372,26916 +"29482",3372,72791 +"29483",3373,58872 +"29484",3374,3593 +"29485",3374,17122 +"29486",3374,22629 +"29487",3374,46584 +"29488",3374,53612 +"29489",3374,54410 +"29490",3374,65410 +"29491",3374,68939 +"29492",3375,12013 +"29493",3375,75082 +"29494",3375,105773 +"29495",3376,12043 +"29496",3376,92415 +"29497",3377,3460 +"29498",3377,4919 +"29499",3377,14422 +"29500",3377,15453 +"29501",3377,20108 +"29502",3377,30746 +"29503",3377,36586 +"29504",3377,90886 +"29505",3378,3479 +"29506",3379,32516 +"29507",3380,57666 +"29508",3380,57970 +"29509",3380,61712 +"29510",3381,5064 +"29511",3382,3483 +"29512",3382,90931 +"29513",3383,12759 +"29514",3383,31249 +"29515",3383,45867 +"29516",3383,70844 +"29517",3384,3523 +"29518",3384,30504 +"29519",3385,3506 +"29520",3385,6621 +"29521",3385,37786 +"29522",3385,57244 +"29523",3386,19991 +"29524",3386,23999 +"29525",3386,72285 +"29526",3386,97627 +"29527",3387,4396 +"29528",3387,16321 +"29529",3387,16435 +"29530",3387,16705 +"29531",3388,31369 +"29532",3388,44901 +"29533",3388,60230 +"29534",3388,66578 +"29535",3389,3496 +"29536",3389,22384 +"29537",3389,26348 +"29538",3389,64080 +"29539",3389,93502 +"29540",3389,97042 +"29541",3389,106724 +"29542",3389,120765 +"29543",3390,6672 +"29544",3390,8582 +"29545",3390,9947 +"29546",3390,11484 +"29547",3390,12510 +"29548",3390,12820 +"29549",3390,20646 +"29550",3390,23999 +"29551",3390,26451 +"29552",3390,37190 +"29553",3390,54150 +"29554",3390,60925 +"29555",3390,68280 +"29556",3390,83896 +"29557",3390,94595 +"29558",3391,46692 +"29559",3392,3890 +"29560",3392,6390 +"29561",3392,7063 +"29562",3392,7320 +"29563",3392,7371 +"29564",3392,7823 +"29565",3392,8319 +"29566",3392,9689 +"29567",3392,10079 +"29568",3392,12910 +"29569",3392,15841 +"29570",3392,19975 +"29571",3392,20262 +"29572",3392,22072 +"29573",3392,24326 +"29574",3392,27158 +"29575",3392,36439 +"29576",3392,46483 +"29577",3392,47585 +"29578",3392,50063 +"29579",3392,62407 +"29580",3392,63035 +"29581",3392,68569 +"29582",3392,73025 +"29583",3392,73374 +"29584",3392,78925 +"29585",3392,90643 +"29586",3392,92592 +"29587",3392,94027 +"29588",3392,100502 +"29589",3392,105903 +"29590",3392,105988 +"29591",3393,3394 +"29592",3393,113229 +"29593",3394,14037 +"29594",3394,31252 +"29595",3394,67497 +"29596",3394,68907 +"29597",3395,3397 +"29598",3395,3436 +"29599",3395,3453 +"29600",3395,12523 +"29601",3395,13275 +"29602",3395,17502 +"29603",3395,18641 +"29604",3395,24968 +"29605",3395,27060 +"29606",3395,33013 +"29607",3395,43902 +"29608",3395,44201 +"29609",3395,45977 +"29610",3395,84365 +"29611",3395,87458 +"29612",3395,87618 +"29613",3395,91812 +"29614",3396,3458 +"29615",3396,3495 +"29616",3396,5126 +"29617",3396,7947 +"29618",3396,20162 +"29619",3396,22917 +"29620",3396,27523 +"29621",3396,31731 +"29622",3396,33558 +"29623",3396,85082 +"29624",3397,3409 +"29625",3397,3411 +"29626",3397,3436 +"29627",3397,3453 +"29628",3397,9667 +"29629",3397,13275 +"29630",3398,37685 +"29631",3398,48095 +"29632",3398,78312 +"29633",3398,87444 +"29634",3398,93274 +"29635",3398,98394 +"29636",3398,101426 +"29637",3399,5769 +"29638",3399,43494 +"29639",3399,104836 +"29640",3401,3424 +"29641",3401,6617 +"29642",3401,6619 +"29643",3401,6653 +"29644",3401,17235 +"29645",3401,17337 +"29646",3401,17838 +"29647",3401,17877 +"29648",3401,21245 +"29649",3401,27149 +"29650",3401,29402 +"29651",3401,55010 +"29652",3402,7075 +"29653",3402,11956 +"29654",3402,13806 +"29655",3402,14992 +"29656",3402,15070 +"29657",3402,15166 +"29658",3402,19639 +"29659",3402,20243 +"29660",3402,20591 +"29661",3402,32494 +"29662",3402,33877 +"29663",3402,34658 +"29664",3402,34831 +"29665",3402,44150 +"29666",3402,44258 +"29667",3402,54968 +"29668",3402,55420 +"29669",3402,59958 +"29670",3402,60997 +"29671",3402,64526 +"29672",3402,64760 +"29673",3402,77661 +"29674",3402,78588 +"29675",3402,79009 +"29676",3402,79041 +"29677",3402,98477 +"29678",3403,3405 +"29679",3403,3434 +"29680",3403,3462 +"29681",3403,11022 +"29682",3403,12519 +"29683",3403,13224 +"29684",3403,14397 +"29685",3403,37865 +"29686",3403,88830 +"29687",3403,95202 +"29688",3403,119268 +"29689",3404,6324 +"29690",3404,8639 +"29691",3404,8769 +"29692",3404,9354 +"29693",3404,14855 +"29694",3404,19149 +"29695",3404,26659 +"29696",3404,27171 +"29697",3404,32848 +"29698",3404,37438 +"29699",3404,43153 +"29700",3404,43910 +"29701",3404,46139 +"29702",3404,47348 +"29703",3404,49783 +"29704",3404,55219 +"29705",3404,61034 +"29706",3404,70806 +"29707",3404,80219 +"29708",3404,86490 +"29709",3404,88851 +"29710",3404,89556 +"29711",3405,3434 +"29712",3405,3462 +"29713",3405,7883 +"29714",3405,34334 +"29715",3405,68846 +"29716",3406,3455 +"29717",3406,14972 +"29718",3406,21902 +"29719",3406,108024 +"29720",3407,4613 +"29721",3407,5019 +"29722",3407,6252 +"29723",3407,7063 +"29724",3407,7320 +"29725",3407,8055 +"29726",3407,10079 +"29727",3407,13294 +"29728",3407,14108 +"29729",3407,16946 +"29730",3407,17013 +"29731",3407,22381 +"29732",3407,22641 +"29733",3407,23298 +"29734",3407,23808 +"29735",3407,24326 +"29736",3407,24429 +"29737",3407,25287 +"29738",3407,25565 +"29739",3407,28808 +"29740",3407,39784 +"29741",3407,41719 +"29742",3407,46621 +"29743",3407,47451 +"29744",3407,55795 +"29745",3407,61785 +"29746",3407,69983 +"29747",3407,80305 +"29748",3407,83865 +"29749",3407,84744 +"29750",3407,88232 +"29751",3407,88237 +"29752",3407,91411 +"29753",3407,92592 +"29754",3407,100606 +"29755",3407,101016 +"29756",3407,103031 +"29757",3407,103066 +"29758",3408,45163 +"29759",3408,45523 +"29760",3408,55267 +"29761",3408,56900 +"29762",3408,56923 +"29763",3408,56925 +"29764",3409,3411 +"29765",3409,3436 +"29766",3409,3453 +"29767",3409,17272 +"29768",3409,18641 +"29769",3409,23460 +"29770",3410,11603 +"29771",3410,13507 +"29772",3410,56787 +"29773",3411,3436 +"29774",3411,3453 +"29775",3411,6492 +"29776",3411,9667 +"29777",3411,21933 +"29778",3411,33013 +"29779",3411,40879 +"29780",3411,52699 +"29781",3411,78057 +"29782",3411,87259 +"29783",3411,87458 +"29784",3412,16451 +"29785",3412,24107 +"29786",3412,43045 +"29787",3412,58745 +"29788",3413,9986 +"29789",3413,13201 +"29790",3413,20199 +"29791",3413,43431 +"29792",3413,43924 +"29793",3413,44807 +"29794",3413,46116 +"29795",3413,68770 +"29796",3413,77570 +"29797",3414,7311 +"29798",3414,13064 +"29799",3414,18810 +"29800",3414,47592 +"29801",3414,51193 +"29802",3414,54869 +"29803",3414,62505 +"29804",3414,62731 +"29805",3414,65264 +"29806",3414,66698 +"29807",3414,111446 +"29808",3415,3437 +"29809",3415,28804 +"29810",3415,46793 +"29811",3416,12080 +"29812",3416,12559 +"29813",3416,13655 +"29814",3416,14738 +"29815",3416,15433 +"29816",3416,16482 +"29817",3416,45155 +"29818",3416,61927 +"29819",3417,15300 +"29820",3417,25205 +"29821",3417,25505 +"29822",3417,30871 +"29823",3417,42149 +"29824",3417,48466 +"29825",3417,58235 +"29826",3417,61200 +"29827",3417,62455 +"29828",3417,65236 +"29829",3417,65764 +"29830",3417,68680 +"29831",3418,19598 +"29832",3418,22892 +"29833",3418,25367 +"29834",3418,27926 +"29835",3418,39380 +"29836",3418,48698 +"29837",3418,48982 +"29838",3418,52141 +"29839",3418,89965 +"29840",3418,100630 +"29841",3418,100964 +"29842",3418,121279 +"29843",3419,21772 +"29844",3419,37185 +"29845",3419,54962 +"29846",3419,62291 +"29847",3419,73612 +"29848",3419,73645 +"29849",3420,23956 +"29850",3420,35959 +"29851",3420,41418 +"29852",3420,50969 +"29853",3420,53091 +"29854",3420,61623 +"29855",3420,81751 +"29856",3421,31572 +"29857",3421,31642 +"29858",3421,34689 +"29859",3421,37723 +"29860",3421,103014 +"29861",3422,27471 +"29862",3423,22519 +"29863",3423,70984 +"29864",3424,3761 +"29865",3424,10286 +"29866",3424,15036 +"29867",3424,16404 +"29868",3424,16574 +"29869",3424,23176 +"29870",3424,26929 +"29871",3424,37090 +"29872",3424,68186 +"29873",3425,11253 +"29874",3426,5861 +"29875",3426,9812 +"29876",3426,16117 +"29877",3426,28632 +"29878",3426,32121 +"29879",3426,40438 +"29880",3426,41592 +"29881",3426,49557 +"29882",3426,78860 +"29883",3426,85837 +"29884",3426,88986 +"29885",3426,90048 +"29886",3427,5810 +"29887",3427,5849 +"29888",3427,20362 +"29889",3427,31657 +"29890",3427,45401 +"29891",3428,13194 +"29892",3428,72555 +"29893",3428,75426 +"29894",3428,80887 +"29895",3428,90767 +"29896",3428,107121 +"29897",3429,14449 +"29898",3429,75359 +"29899",3430,24553 +"29900",3430,60339 +"29901",3430,94092 +"29902",3430,115879 +"29903",3431,61088 +"29904",3432,3522 +"29905",3432,5320 +"29906",3432,33219 +"29907",3432,43905 +"29908",3432,93111 +"29909",3432,95068 +"29910",3433,41165 +"29911",3433,72761 +"29912",3433,111185 +"29913",3434,3462 +"29914",3434,9873 +"29915",3434,38538 +"29916",3434,113073 +"29917",3435,5316 +"29918",3435,19479 +"29919",3436,3453 +"29920",3436,6492 +"29921",3436,13275 +"29922",3436,26825 +"29923",3436,40879 +"29924",3436,52699 +"29925",3436,78057 +"29926",3436,83286 +"29927",3436,83291 +"29928",3436,87259 +"29929",3436,87458 +"29930",3437,19093 +"29931",3438,7358 +"29932",3438,10125 +"29933",3438,65224 +"29934",3438,71080 +"29935",3438,71083 +"29936",3438,71149 +"29937",3439,7781 +"29938",3439,79787 +"29939",3440,3450 +"29940",3441,18297 +"29941",3441,19141 +"29942",3441,23521 +"29943",3441,24559 +"29944",3441,53002 +"29945",3441,54918 +"29946",3441,58882 +"29947",3441,81563 +"29948",3441,81567 +"29949",3441,86952 +"29950",3441,87386 +"29951",3441,88031 +"29952",3441,94787 +"29953",3441,107846 +"29954",3442,9295 +"29955",3442,17013 +"29956",3442,17996 +"29957",3442,22967 +"29958",3442,32130 +"29959",3442,34384 +"29960",3442,40703 +"29961",3442,46231 +"29962",3442,58291 +"29963",3442,83780 +"29964",3442,103066 +"29965",3442,103247 +"29966",3442,110469 +"29967",3443,7365 +"29968",3443,8246 +"29969",3443,8790 +"29970",3443,17178 +"29971",3443,40309 +"29972",3443,43299 +"29973",3443,45766 +"29974",3443,63945 +"29975",3443,67827 +"29976",3444,12966 +"29977",3445,20005 +"29978",3446,70760 +"29979",3446,92475 +"29980",3447,37180 +"29981",3447,50522 +"29982",3447,56761 +"29983",3447,116485 +"29984",3448,70841 +"29985",3449,41556 +"29986",3449,101460 +"29987",3449,117321 +"29988",3449,118465 +"29989",3451,3642 +"29990",3451,11446 +"29991",3451,12265 +"29992",3451,12500 +"29993",3451,12757 +"29994",3451,15285 +"29995",3451,15303 +"29996",3451,16700 +"29997",3451,30399 +"29998",3451,30661 +"29999",3451,30992 +"30000",3451,41599 +"30001",3451,43410 +"30002",3451,43507 +"30003",3451,45228 +"30004",3451,50397 +"30005",3451,52437 +"30006",3451,58798 +"30007",3451,61683 +"30008",3451,62813 +"30009",3451,64744 +"30010",3451,66286 +"30011",3451,70498 +"30012",3451,71586 +"30013",3451,72335 +"30014",3451,74232 +"30015",3451,74472 +"30016",3451,76131 +"30017",3451,85119 +"30018",3451,85195 +"30019",3451,88363 +"30020",3451,88712 +"30021",3451,88764 +"30022",3451,88959 +"30023",3451,90491 +"30024",3451,90675 +"30025",3451,91702 +"30026",3451,91933 +"30027",3451,93587 +"30028",3451,96978 +"30029",3451,99162 +"30030",3451,99326 +"30031",3451,99815 +"30032",3451,100277 +"30033",3451,101212 +"30034",3451,106830 +"30035",3451,107575 +"30036",3451,107792 +"30037",3451,107844 +"30038",3451,108762 +"30039",3451,109758 +"30040",3451,116445 +"30041",3451,117073 +"30042",3451,121225 +"30043",3452,9676 +"30044",3453,6492 +"30045",3453,18641 +"30046",3453,21933 +"30047",3453,33013 +"30048",3453,40879 +"30049",3453,52699 +"30050",3453,77683 +"30051",3453,78057 +"30052",3453,78221 +"30053",3453,87259 +"30054",3453,87458 +"30055",3454,16575 +"30056",3454,24329 +"30057",3454,47055 +"30058",3454,49703 +"30059",3454,52685 +"30060",3454,61012 +"30061",3454,95718 +"30062",3454,123221 +"30063",3455,21902 +"30064",3455,24479 +"30065",3455,52327 +"30066",3455,63880 +"30067",3455,70233 +"30068",3455,79529 +"30069",3456,5819 +"30070",3456,21885 +"30071",3456,25788 +"30072",3456,32531 +"30073",3456,80501 +"30074",3457,12140 +"30075",3457,17191 +"30076",3457,18885 +"30077",3457,27543 +"30078",3457,38694 +"30079",3457,39491 +"30080",3457,39617 +"30081",3457,60750 +"30082",3457,60894 +"30083",3457,83744 +"30084",3457,99638 +"30085",3458,3495 +"30086",3458,7262 +"30087",3458,12355 +"30088",3458,31371 +"30089",3458,31731 +"30090",3458,56616 +"30091",3458,70253 +"30092",3459,3977 +"30093",3459,9782 +"30094",3459,22899 +"30095",3459,52303 +"30096",3459,66999 +"30097",3459,109960 +"30098",3460,4821 +"30099",3460,4919 +"30100",3460,14422 +"30101",3460,15453 +"30102",3460,20108 +"30103",3460,36586 +"30104",3460,41919 +"30105",3460,42642 +"30106",3461,36355 +"30107",3461,83571 +"30108",3462,9063 +"30109",3462,47559 +"30110",3462,58233 +"30111",3462,60558 +"30112",3462,88680 +"30113",3463,11734 +"30114",3463,36340 +"30115",3463,47036 +"30116",3463,56422 +"30117",3463,82498 +"30118",3464,3567 +"30119",3464,13150 +"30120",3464,14165 +"30121",3464,23668 +"30122",3464,28200 +"30123",3464,42280 +"30124",3464,46195 +"30125",3464,53230 +"30126",3464,71607 +"30127",3464,79089 +"30128",3464,81850 +"30129",3465,55773 +"30130",3465,59414 +"30131",3466,12087 +"30132",3466,15187 +"30133",3466,43311 +"30134",3467,95099 +"30135",3467,121933 +"30136",3468,3469 +"30137",3468,45140 +"30138",3468,50819 +"30139",3468,56884 +"30140",3468,107759 +"30141",3469,6499 +"30142",3469,9509 +"30143",3469,13603 +"30144",3469,39054 +"30145",3469,49019 +"30146",3469,53740 +"30147",3469,85432 +"30148",3469,89942 +"30149",3470,23548 +"30150",3470,51072 +"30151",3470,102640 +"30152",3471,38023 +"30153",3472,3494 +"30154",3472,20267 +"30155",3472,52773 +"30156",3472,70193 +"30157",3472,107180 +"30158",3473,3625 +"30159",3473,11990 +"30160",3474,16554 +"30161",3474,26566 +"30162",3474,61611 +"30163",3474,75255 +"30164",3474,90709 +"30165",3474,96073 +"30166",3475,3941 +"30167",3475,5833 +"30168",3475,13148 +"30169",3475,14160 +"30170",3475,14412 +"30171",3475,18421 +"30172",3475,20315 +"30173",3475,23418 +"30174",3475,24040 +"30175",3475,26154 +"30176",3475,26626 +"30177",3475,26635 +"30178",3475,26829 +"30179",3475,33589 +"30180",3475,42199 +"30181",3475,43445 +"30182",3475,43453 +"30183",3475,44478 +"30184",3475,44992 +"30185",3475,45507 +"30186",3475,61791 +"30187",3476,5905 +"30188",3476,6373 +"30189",3476,6575 +"30190",3476,7523 +"30191",3476,13754 +"30192",3476,16644 +"30193",3476,19165 +"30194",3476,31605 +"30195",3476,31606 +"30196",3476,57641 +"30197",3476,59485 +"30198",3476,61576 +"30199",3476,64593 +"30200",3476,68613 +"30201",3476,71399 +"30202",3477,5301 +"30203",3477,5526 +"30204",3477,5806 +"30205",3477,6053 +"30206",3477,6063 +"30207",3477,6254 +"30208",3477,6560 +"30209",3477,6673 +"30210",3477,6674 +"30211",3477,7581 +"30212",3477,7765 +"30213",3477,8307 +"30214",3477,8534 +"30215",3477,9366 +"30216",3477,10431 +"30217",3477,10585 +"30218",3477,11766 +"30219",3477,12735 +"30220",3477,12779 +"30221",3477,13360 +"30222",3477,13942 +"30223",3477,14396 +"30224",3477,15027 +"30225",3477,15185 +"30226",3477,15216 +"30227",3477,15964 +"30228",3477,16252 +"30229",3477,16872 +"30230",3477,16875 +"30231",3477,17145 +"30232",3477,17508 +"30233",3477,18060 +"30234",3477,18217 +"30235",3477,18342 +"30236",3477,19257 +"30237",3477,19258 +"30238",3477,21684 +"30239",3477,22462 +"30240",3477,22823 +"30241",3477,22897 +"30242",3477,23147 +"30243",3477,23421 +"30244",3477,23583 +"30245",3477,23632 +"30246",3477,23953 +"30247",3477,24327 +"30248",3477,24495 +"30249",3477,24710 +"30250",3477,25143 +"30251",3477,25303 +"30252",3477,25664 +"30253",3477,26407 +"30254",3477,26694 +"30255",3477,26729 +"30256",3477,26786 +"30257",3477,27111 +"30258",3477,27174 +"30259",3477,27196 +"30260",3477,27710 +"30261",3477,27712 +"30262",3477,27713 +"30263",3477,28703 +"30264",3477,29253 +"30265",3477,29341 +"30266",3477,29560 +"30267",3477,29573 +"30268",3477,29868 +"30269",3477,32438 +"30270",3477,32967 +"30271",3477,33223 +"30272",3477,33881 +"30273",3477,34097 +"30274",3477,34330 +"30275",3477,34513 +"30276",3477,35400 +"30277",3477,36476 +"30278",3477,36547 +"30279",3477,36745 +"30280",3477,37821 +"30281",3477,37931 +"30282",3477,38319 +"30283",3477,39398 +"30284",3477,39492 +"30285",3477,40284 +"30286",3477,40320 +"30287",3477,40373 +"30288",3477,40542 +"30289",3477,41182 +"30290",3477,42131 +"30291",3477,44959 +"30292",3477,46843 +"30293",3477,48331 +"30294",3478,3492 +"30295",3478,3495 +"30296",3478,3563 +"30297",3478,60319 +"30298",3479,6945 +"30299",3479,7202 +"30300",3479,7203 +"30301",3479,7204 +"30302",3479,7215 +"30303",3480,3525 +"30304",3480,3611 +"30305",3480,3624 +"30306",3480,3706 +"30307",3480,3722 +"30308",3480,10500 +"30309",3480,90244 +"30310",3480,90249 +"30311",3480,91915 +"30312",3480,95020 +"30313",3480,95429 +"30314",3481,12192 +"30315",3481,15253 +"30316",3481,19459 +"30317",3481,20443 +"30318",3481,25447 +"30319",3481,31317 +"30320",3481,44487 +"30321",3481,48008 +"30322",3481,49312 +"30323",3481,54214 +"30324",3481,57346 +"30325",3481,65033 +"30326",3481,66862 +"30327",3481,72441 +"30328",3481,74637 +"30329",3481,79586 +"30330",3481,102839 +"30331",3481,103283 +"30332",3482,3999 +"30333",3482,24769 +"30334",3482,51028 +"30335",3483,44209 +"30336",3483,55444 +"30337",3484,12166 +"30338",3484,12167 +"30339",3484,14014 +"30340",3484,23426 +"30341",3484,35182 +"30342",3484,49078 +"30343",3484,78064 +"30344",3484,80638 +"30345",3484,86262 +"30346",3485,3508 +"30347",3485,49081 +"30348",3485,60916 +"30349",3485,77663 +"30350",3486,34886 +"30351",3486,35000 +"30352",3486,56176 +"30353",3486,71953 +"30354",3486,91679 +"30355",3486,108140 +"30356",3487,3617 +"30357",3487,10068 +"30358",3487,13929 +"30359",3487,13970 +"30360",3487,17305 +"30361",3487,17446 +"30362",3487,33617 +"30363",3487,39434 +"30364",3487,40205 +"30365",3487,51746 +"30366",3487,65120 +"30367",3488,24681 +"30368",3488,25534 +"30369",3488,33980 +"30370",3488,37519 +"30371",3488,37884 +"30372",3488,38549 +"30373",3488,44200 +"30374",3488,62052 +"30375",3488,83263 +"30376",3489,10328 +"30377",3489,26734 +"30378",3489,43443 +"30379",3489,47492 +"30380",3489,49152 +"30381",3489,59100 +"30382",3489,74797 +"30383",3489,76551 +"30384",3490,9437 +"30385",3490,55828 +"30386",3490,69017 +"30387",3490,69555 +"30388",3490,70491 +"30389",3490,78502 +"30390",3490,88479 +"30391",3490,89869 +"30392",3490,90482 +"30393",3490,93017 +"30394",3490,94768 +"30395",3490,101023 +"30396",3490,108783 +"30397",3490,113418 +"30398",3490,122548 +"30399",3491,14207 +"30400",3492,3495 +"30401",3492,3563 +"30402",3493,4632 +"30403",3493,5957 +"30404",3493,7075 +"30405",3493,9555 +"30406",3493,10014 +"30407",3493,16200 +"30408",3493,18283 +"30409",3493,21666 +"30410",3493,24720 +"30411",3493,28118 +"30412",3493,33522 +"30413",3493,35583 +"30414",3493,37258 +"30415",3493,49282 +"30416",3493,51144 +"30417",3493,52136 +"30418",3493,56167 +"30419",3493,56211 +"30420",3493,57687 +"30421",3493,57879 +"30422",3493,66934 +"30423",3493,67893 +"30424",3493,69192 +"30425",3493,69485 +"30426",3493,73881 +"30427",3493,74599 +"30428",3493,89627 +"30429",3493,120020 +"30430",3493,121300 +"30431",3494,25032 +"30432",3494,45000 +"30433",3494,46921 +"30434",3494,53281 +"30435",3494,72039 +"30436",3494,100422 +"30437",3494,107526 +"30438",3494,108064 +"30439",3495,3563 +"30440",3495,7072 +"30441",3495,24431 +"30442",3495,31371 +"30443",3495,34539 +"30444",3495,35448 +"30445",3495,35473 +"30446",3495,56616 +"30447",3495,98387 +"30448",3497,9347 +"30449",3497,9355 +"30450",3497,9418 +"30451",3497,45007 +"30452",3497,46793 +"30453",3497,60902 +"30454",3497,64254 +"30455",3497,69865 +"30456",3498,6577 +"30457",3498,37030 +"30458",3498,59866 +"30459",3499,6554 +"30460",3499,7660 +"30461",3499,12245 +"30462",3499,12395 +"30463",3499,17577 +"30464",3499,22260 +"30465",3499,26366 +"30466",3499,29715 +"30467",3499,33142 +"30468",3499,34767 +"30469",3499,34811 +"30470",3499,37732 +"30471",3499,39880 +"30472",3499,42033 +"30473",3499,52376 +"30474",3499,55867 +"30475",3499,72868 +"30476",3499,75028 +"30477",3499,77836 +"30478",3499,88384 +"30479",3499,115319 +"30480",3500,37054 +"30481",3500,39818 +"30482",3501,4055 +"30483",3501,23392 +"30484",3501,93210 +"30485",3502,3788 +"30486",3502,6041 +"30487",3502,10225 +"30488",3502,13781 +"30489",3502,16854 +"30490",3502,23247 +"30491",3502,25767 +"30492",3502,26339 +"30493",3502,26992 +"30494",3502,33350 +"30495",3502,36205 +"30496",3502,40211 +"30497",3502,42364 +"30498",3502,42519 +"30499",3502,42874 +"30500",3502,46586 +"30501",3502,47348 +"30502",3502,51666 +"30503",3502,57058 +"30504",3502,57951 +"30505",3502,70236 +"30506",3502,80569 +"30507",3502,81613 +"30508",3502,89742 +"30509",3502,93263 +"30510",3502,93820 +"30511",3502,96081 +"30512",3502,99070 +"30513",3502,99870 +"30514",3502,100498 +"30515",3502,102215 +"30516",3502,102233 +"30517",3502,104266 +"30518",3502,104662 +"30519",3502,105207 +"30520",3502,105495 +"30521",3502,109622 +"30522",3502,113193 +"30523",3502,114090 +"30524",3502,114817 +"30525",3502,114870 +"30526",3502,120879 +"30527",3502,120961 +"30528",3503,8525 +"30529",3503,11252 +"30530",3503,15940 +"30531",3503,24115 +"30532",3503,26088 +"30533",3503,30907 +"30534",3503,64994 +"30535",3503,75895 +"30536",3503,79236 +"30537",3503,88811 +"30538",3503,88832 +"30539",3503,93562 +"30540",3504,9201 +"30541",3504,11329 +"30542",3504,23396 +"30543",3504,32364 +"30544",3504,36474 +"30545",3504,40763 +"30546",3504,40803 +"30547",3505,3655 +"30548",3506,4403 +"30549",3506,6621 +"30550",3506,11361 +"30551",3506,14880 +"30552",3506,32930 +"30553",3506,44750 +"30554",3506,54656 +"30555",3506,57244 +"30556",3506,70829 +"30557",3506,73428 +"30558",3506,73457 +"30559",3506,73458 +"30560",3507,6931 +"30561",3507,10238 +"30562",3507,33749 +"30563",3507,39214 +"30564",3507,41189 +"30565",3507,53219 +"30566",3507,59766 +"30567",3507,62537 +"30568",3507,67104 +"30569",3508,4396 +"30570",3508,8884 +"30571",3508,16882 +"30572",3508,36537 +"30573",3508,55774 +"30574",3508,76893 +"30575",3509,99902 +"30576",3510,18637 +"30577",3510,29430 +"30578",3510,33653 +"30579",3510,82505 +"30580",3510,83202 +"30581",3510,92061 +"30582",3510,101303 +"30583",3511,92157 +"30584",3512,7153 +"30585",3512,7220 +"30586",3512,27931 +"30587",3512,79723 +"30588",3513,9389 +"30589",3513,11770 +"30590",3513,12827 +"30591",3513,14472 +"30592",3513,15356 +"30593",3513,20128 +"30594",3513,23460 +"30595",3513,25084 +"30596",3513,27476 +"30597",3513,38198 +"30598",3513,39826 +"30599",3513,41785 +"30600",3513,41804 +"30601",3513,41859 +"30602",3513,46959 +"30603",3514,3543 +"30604",3514,4972 +"30605",3514,61477 +"30606",3515,8384 +"30607",3515,8418 +"30608",3515,8431 +"30609",3515,8437 +"30610",3515,12389 +"30611",3515,12415 +"30612",3515,12456 +"30613",3515,12471 +"30614",3515,16122 +"30615",3515,17422 +"30616",3515,21176 +"30617",3515,21849 +"30618",3515,22946 +"30619",3515,40493 +"30620",3515,45302 +"30621",3515,46151 +"30622",3515,48359 +"30623",3515,50701 +"30624",3515,59076 +"30625",3515,60370 +"30626",3515,65028 +"30627",3515,69827 +"30628",3515,80145 +"30629",3515,97051 +"30630",3516,11711 +"30631",3516,12945 +"30632",3516,13092 +"30633",3516,38266 +"30634",3516,59378 +"30635",3517,6197 +"30636",3517,28330 +"30637",3517,33884 +"30638",3517,61669 +"30639",3518,44812 +"30640",3518,96575 +"30641",3519,53734 +"30642",3520,5606 +"30643",3520,8340 +"30644",3520,9572 +"30645",3520,17194 +"30646",3520,18110 +"30647",3520,20517 +"30648",3520,31087 +"30649",3520,33500 +"30650",3520,37627 +"30651",3520,39372 +"30652",3520,40050 +"30653",3520,45498 +"30654",3520,45583 +"30655",3520,74380 +"30656",3521,5631 +"30657",3521,7995 +"30658",3521,10950 +"30659",3521,14182 +"30660",3521,18630 +"30661",3521,26158 +"30662",3521,30446 +"30663",3521,37381 +"30664",3521,39858 +"30665",3521,39870 +"30666",3521,45025 +"30667",3522,118019 +"30668",3524,64116 +"30669",3525,3611 +"30670",3525,3624 +"30671",3525,3706 +"30672",3525,3722 +"30673",3526,9919 +"30674",3526,9920 +"30675",3526,9986 +"30676",3526,10043 +"30677",3526,10053 +"30678",3526,13201 +"30679",3526,21068 +"30680",3526,23517 +"30681",3526,25530 +"30682",3526,27818 +"30683",3526,31521 +"30684",3526,56396 +"30685",3526,63699 +"30686",3526,65310 +"30687",3526,65366 +"30688",3526,65978 +"30689",3527,60105 +"30690",3527,93050 +"30691",3528,42222 +"30692",3528,77890 +"30693",3528,119515 +"30694",3529,3569 +"30695",3529,5403 +"30696",3529,5745 +"30697",3530,33179 +"30698",3531,7828 +"30699",3531,24942 +"30700",3531,50607 +"30701",3531,54250 +"30702",3532,5906 +"30703",3532,5918 +"30704",3532,26397 +"30705",3532,55750 +"30706",3532,55751 +"30707",3533,25154 +"30708",3533,25857 +"30709",3533,32005 +"30710",3534,6871 +"30711",3535,62676 +"30712",3535,73867 +"30713",3535,98516 +"30714",3535,98517 +"30715",3535,98518 +"30716",3535,102812 +"30717",3535,107205 +"30718",3536,10431 +"30719",3536,10585 +"30720",3536,43706 +"30721",3536,93328 +"30722",3537,3568 +"30723",3537,15180 +"30724",3537,20843 +"30725",3537,29289 +"30726",3537,29977 +"30727",3537,30305 +"30728",3538,3683 +"30729",3538,12321 +"30730",3538,16945 +"30731",3538,25115 +"30732",3538,49535 +"30733",3538,51811 +"30734",3538,60145 +"30735",3538,86530 +"30736",3539,13320 +"30737",3539,59845 +"30738",3539,59899 +"30739",3540,18550 +"30740",3540,20040 +"30741",3540,24400 +"30742",3540,41696 +"30743",3540,48761 +"30744",3540,80036 +"30745",3540,93054 +"30746",3540,116955 +"30747",3540,117969 +"30748",3541,15688 +"30749",3541,17304 +"30750",3541,37448 +"30751",3541,37534 +"30752",3541,69952 +"30753",3541,70622 +"30754",3542,18282 +"30755",3542,18429 +"30756",3542,71444 +"30757",3542,77972 +"30758",3543,69519 +"30759",3544,109333 +"30760",3545,66981 +"30761",3546,19743 +"30762",3546,88799 +"30763",3547,3660 +"30764",3548,17664 +"30765",3548,20349 +"30766",3548,35664 +"30767",3548,38128 +"30768",3548,53200 +"30769",3548,53415 +"30770",3548,68340 +"30771",3548,68428 +"30772",3549,27487 +"30773",3549,58708 +"30774",3549,74974 +"30775",3549,76709 +"30776",3549,81688 +"30777",3549,82515 +"30778",3551,50072 +"30779",3551,83182 +"30780",3552,3559 +"30781",3552,3586 +"30782",3552,86802 +"30783",3552,87474 +"30784",3552,95850 +"30785",3552,102850 +"30786",3552,104874 +"30787",3553,14514 +"30788",3553,63807 +"30789",3553,66933 +"30790",3553,97273 +"30791",3553,107965 +"30792",3555,14781 +"30793",3555,38252 +"30794",3555,54481 +"30795",3556,10230 +"30796",3557,19515 +"30797",3557,28039 +"30798",3557,55568 +"30799",3557,78262 +"30800",3557,88240 +"30801",3557,94172 +"30802",3558,61647 +"30803",3558,67574 +"30804",3558,78354 +"30805",3559,3586 +"30806",3559,4643 +"30807",3559,4812 +"30808",3559,16952 +"30809",3559,17085 +"30810",3559,76403 +"30811",3560,9607 +"30812",3560,30749 +"30813",3560,45343 +"30814",3560,105301 +"30815",3561,4101 +"30816",3561,4517 +"30817",3562,69218 +"30818",3562,94048 +"30819",3562,95077 +"30820",3563,8930 +"30821",3563,15444 +"30822",3563,21248 +"30823",3563,27402 +"30824",3563,37419 +"30825",3563,50866 +"30826",3564,35715 +"30827",3564,77410 +"30828",3564,84598 +"30829",3564,114156 +"30830",3565,20373 +"30831",3565,28739 +"30832",3565,64914 +"30833",3565,76762 +"30834",3565,81174 +"30835",3565,102412 +"30836",3566,18654 +"30837",3567,3578 +"30838",3567,13963 +"30839",3567,14918 +"30840",3567,41114 +"30841",3567,43573 +"30842",3568,9008 +"30843",3568,11023 +"30844",3568,32149 +"30845",3568,32384 +"30846",3568,38915 +"30847",3568,43888 +"30848",3568,50400 +"30849",3568,65396 +"30850",3568,88266 +"30851",3568,99743 +"30852",3568,112011 +"30853",3568,122582 +"30854",3568,122616 +"30855",3569,13967 +"30856",3569,40883 +"30857",3569,43500 +"30858",3569,84416 +"30859",3569,95064 +"30860",3570,3583 +"30861",3570,3621 +"30862",3570,4056 +"30863",3570,16587 +"30864",3570,23071 +"30865",3570,31697 +"30866",3571,15175 +"30867",3571,103361 +"30868",3572,8335 +"30869",3572,28439 +"30870",3572,39917 +"30871",3572,49236 +"30872",3573,21534 +"30873",3573,26165 +"30874",3573,42115 +"30875",3573,81292 +"30876",3573,81487 +"30877",3573,88697 +"30878",3573,100716 +"30879",3574,9232 +"30880",3574,42083 +"30881",3574,59888 +"30882",3574,62456 +"30883",3574,74964 +"30884",3574,75119 +"30885",3574,81945 +"30886",3574,96489 +"30887",3574,109315 +"30888",3574,112601 +"30889",3574,120718 +"30890",3575,3699 +"30891",3575,3700 +"30892",3575,4244 +"30893",3575,5195 +"30894",3575,9683 +"30895",3575,16164 +"30896",3575,19027 +"30897",3575,20700 +"30898",3575,41065 +"30899",3575,44636 +"30900",3575,50075 +"30901",3575,54676 +"30902",3575,57184 +"30903",3575,69264 +"30904",3575,93584 +"30905",3575,94603 +"30906",3575,95627 +"30907",3575,100037 +"30908",3575,101113 +"30909",3575,105094 +"30910",3575,108568 +"30911",3575,119320 +"30912",3576,26277 +"30913",3576,37121 +"30914",3577,4040 +"30915",3577,7544 +"30916",3577,9913 +"30917",3577,30033 +"30918",3577,42872 +"30919",3577,66004 +"30920",3577,75175 +"30921",3577,88490 +"30922",3577,92246 +"30923",3577,99553 +"30924",3577,100523 +"30925",3578,13345 +"30926",3578,20419 +"30927",3578,20769 +"30928",3578,30880 +"30929",3578,37981 +"30930",3578,67650 +"30931",3578,81727 +"30932",3578,105615 +"30933",3579,3610 +"30934",3579,6909 +"30935",3579,11578 +"30936",3579,15653 +"30937",3579,15722 +"30938",3579,21346 +"30939",3579,57246 +"30940",3579,91935 +"30941",3580,71280 +"30942",3580,81007 +"30943",3580,97130 +"30944",3581,23433 +"30945",3581,39380 +"30946",3581,48982 +"30947",3581,52141 +"30948",3581,81816 +"30949",3582,5600 +"30950",3582,6511 +"30951",3582,56529 +"30952",3582,56563 +"30953",3582,56564 +"30954",3582,56581 +"30955",3582,56587 +"30956",3583,3621 +"30957",3583,4127 +"30958",3583,36299 +"30959",3583,43135 +"30960",3583,49198 +"30961",3583,49243 +"30962",3584,22476 +"30963",3584,63836 +"30964",3584,66183 +"30965",3584,76687 +"30966",3584,81279 +"30967",3584,86374 +"30968",3584,94612 +"30969",3584,97347 +"30970",3584,97606 +"30971",3584,97680 +"30972",3584,97700 +"30973",3584,97701 +"30974",3585,8529 +"30975",3585,10438 +"30976",3585,15015 +"30977",3585,30285 +"30978",3585,34836 +"30979",3585,36972 +"30980",3585,43140 +"30981",3585,43591 +"30982",3585,44396 +"30983",3585,47614 +"30984",3585,61675 +"30985",3585,65006 +"30986",3585,65007 +"30987",3585,72468 +"30988",3585,75836 +"30989",3585,77208 +"30990",3585,91611 +"30991",3585,109186 +"30992",3585,109421 +"30993",3585,111002 +"30994",3585,114890 +"30995",3586,9020 +"30996",3586,11380 +"30997",3586,59821 +"30998",3586,63663 +"30999",3586,64716 +"31000",3586,64844 +"31001",3586,75649 +"31002",3586,77696 +"31003",3586,86802 +"31004",3586,88982 +"31005",3586,109590 +"31006",3586,109597 +"31007",3587,12417 +"31008",3587,114234 +"31009",3588,14311 +"31010",3588,68153 +"31011",3588,68282 +"31012",3588,79078 +"31013",3589,8800 +"31014",3589,11907 +"31015",3589,22721 +"31016",3589,54562 +"31017",3589,69106 +"31018",3590,3667 +"31019",3590,30491 +"31020",3590,78752 +"31021",3590,99301 +"31022",3590,99339 +"31023",3591,5599 +"31024",3591,20745 +"31025",3591,26336 +"31026",3591,61333 +"31027",3591,92698 +"31028",3591,122372 +"31029",3591,122373 +"31030",3592,25515 +"31031",3592,26853 +"31032",3592,29847 +"31033",3592,47538 +"31034",3592,56852 +"31035",3593,17122 +"31036",3593,22629 +"31037",3593,54132 +"31038",3593,57179 +"31039",3593,66433 +"31040",3593,95388 +"31041",3593,99475 +"31042",3593,99481 +"31043",3594,30703 +"31044",3594,34941 +"31045",3594,38602 +"31046",3595,4226 +"31047",3595,4747 +"31048",3595,6672 +"31049",3595,7023 +"31050",3595,12019 +"31051",3595,19674 +"31052",3595,19899 +"31053",3595,26345 +"31054",3595,26530 +"31055",3595,29073 +"31056",3595,30898 +"31057",3595,37893 +"31058",3595,48260 +"31059",3595,50780 +"31060",3595,58133 +"31061",3595,64960 +"31062",3596,3598 +"31063",3597,3633 +"31064",3597,10957 +"31065",3598,72367 +"31066",3598,75271 +"31067",3599,3620 +"31068",3600,3639 +"31069",3600,13113 +"31070",3600,23203 +"31071",3601,22072 +"31072",3601,53301 +"31073",3601,69983 +"31074",3601,101016 +"31075",3602,3656 +"31076",3602,3663 +"31077",3602,16283 +"31078",3602,29972 +"31079",3603,10582 +"31080",3603,12238 +"31081",3603,16660 +"31082",3603,22124 +"31083",3603,35494 +"31084",3603,49700 +"31085",3603,71533 +"31086",3604,3633 +"31087",3604,10957 +"31088",3604,11806 +"31089",3604,11933 +"31090",3604,24455 +"31091",3604,25930 +"31092",3604,27675 +"31093",3604,37740 +"31094",3604,115345 +"31095",3605,14298 +"31096",3605,16711 +"31097",3605,16856 +"31098",3605,16859 +"31099",3605,17846 +"31100",3606,3640 +"31101",3606,3790 +"31102",3606,30217 +"31103",3606,46513 +"31104",3606,48525 +"31105",3606,51408 +"31106",3607,9460 +"31107",3607,20184 +"31108",3607,34677 +"31109",3607,53999 +"31110",3607,76919 +"31111",3607,114308 +"31112",3608,4433 +"31113",3608,19422 +"31114",3608,28369 +"31115",3608,29037 +"31116",3608,34934 +"31117",3608,42212 +"31118",3608,65362 +"31119",3608,81722 +"31120",3608,84770 +"31121",3608,92881 +"31122",3608,99136 +"31123",3608,101117 +"31124",3608,109262 +"31125",3608,110196 +"31126",3608,110216 +"31127",3609,17706 +"31128",3609,25221 +"31129",3609,38479 +"31130",3609,45757 +"31131",3609,67038 +"31132",3609,71712 +"31133",3609,80911 +"31134",3609,80930 +"31135",3609,84247 +"31136",3609,92563 +"31137",3609,100110 +"31138",3609,103668 +"31139",3611,3624 +"31140",3611,3706 +"31141",3611,3722 +"31142",3612,17606 +"31143",3612,23480 +"31144",3612,38446 +"31145",3612,39190 +"31146",3612,92375 +"31147",3612,95862 +"31148",3612,102824 +"31149",3612,107971 +"31150",3613,33387 +"31151",3614,3983 +"31152",3614,4361 +"31153",3614,10350 +"31154",3614,17257 +"31155",3614,22038 +"31156",3614,24576 +"31157",3614,24972 +"31158",3614,26908 +"31159",3614,39544 +"31160",3614,43874 +"31161",3614,49241 +"31162",3614,58195 +"31163",3614,63041 +"31164",3614,77962 +"31165",3614,88773 +"31166",3615,9208 +"31167",3615,9758 +"31168",3615,27134 +"31169",3615,32553 +"31170",3615,89004 +"31171",3615,114499 +"31172",3616,42200 +"31173",3616,43410 +"31174",3617,5402 +"31175",3617,5924 +"31176",3617,6222 +"31177",3617,8170 +"31178",3617,8659 +"31179",3617,11517 +"31180",3617,12221 +"31181",3617,13828 +"31182",3617,14959 +"31183",3617,17582 +"31184",3617,36498 +"31185",3617,38921 +"31186",3617,47747 +"31187",3617,84475 +"31188",3617,93289 +"31189",3618,88052 +"31190",3619,6980 +"31191",3619,10086 +"31192",3619,13200 +"31193",3619,43078 +"31194",3620,23444 +"31195",3620,43493 +"31196",3620,45191 +"31197",3620,48661 +"31198",3620,71265 +"31199",3620,98922 +"31200",3620,102410 +"31201",3621,4127 +"31202",3621,22670 +"31203",3621,27339 +"31204",3621,35610 +"31205",3621,36299 +"31206",3621,76117 +"31207",3621,89824 +"31208",3622,23697 +"31209",3622,25824 +"31210",3622,27960 +"31211",3622,29749 +"31212",3622,38019 +"31213",3622,50685 +"31214",3622,51398 +"31215",3622,57006 +"31216",3622,58383 +"31217",3622,62245 +"31218",3622,63162 +"31219",3622,63357 +"31220",3622,69814 +"31221",3622,84138 +"31222",3622,84940 +"31223",3622,84941 +"31224",3622,84958 +"31225",3622,87168 +"31226",3622,103294 +"31227",3623,12717 +"31228",3623,18512 +"31229",3623,19372 +"31230",3623,26937 +"31231",3623,50132 +"31232",3623,57221 +"31233",3623,77722 +"31234",3624,3706 +"31235",3624,3722 +"31236",3624,7763 +"31237",3624,16933 +"31238",3624,24575 +"31239",3624,25050 +"31240",3624,29453 +"31241",3624,50550 +"31242",3624,74315 +"31243",3624,110870 +"31244",3624,113022 +"31245",3624,113818 +"31246",3624,118838 +"31247",3624,120590 +"31248",3624,120637 +"31249",3626,5774 +"31250",3626,22837 +"31251",3626,43834 +"31252",3626,49584 +"31253",3626,57637 +"31254",3626,64242 +"31255",3626,77011 +"31256",3626,88531 +"31257",3626,96388 +"31258",3627,6562 +"31259",3627,9134 +"31260",3627,10606 +"31261",3627,15129 +"31262",3627,20371 +"31263",3627,32259 +"31264",3627,42407 +"31265",3627,55730 +"31266",3627,62848 +"31267",3627,71128 +"31268",3627,78206 +"31269",3627,96974 +"31270",3627,99850 +"31271",3627,100252 +"31272",3627,101101 +"31273",3627,108082 +"31274",3628,5418 +"31275",3628,8762 +"31276",3628,9151 +"31277",3628,9191 +"31278",3628,11351 +"31279",3628,11499 +"31280",3628,21192 +"31281",3628,21884 +"31282",3628,30900 +"31283",3628,32369 +"31284",3628,34634 +"31285",3628,35235 +"31286",3628,35891 +"31287",3628,35893 +"31288",3628,39038 +"31289",3628,44778 +"31290",3628,45742 +"31291",3628,54376 +"31292",3628,55067 +"31293",3628,61388 +"31294",3628,63355 +"31295",3628,70592 +"31296",3628,70617 +"31297",3628,70618 +"31298",3628,71006 +"31299",3629,18456 +"31300",3629,23255 +"31301",3629,38156 +"31302",3629,51608 +"31303",3629,53851 +"31304",3629,56952 +"31305",3630,23822 +"31306",3630,60699 +"31307",3631,14821 +"31308",3631,15913 +"31309",3631,32948 +"31310",3631,43644 +"31311",3631,76949 +"31312",3631,77164 +"31313",3631,98912 +"31314",3631,101240 +"31315",3631,114374 +"31316",3631,114427 +"31317",3631,114434 +"31318",3632,9023 +"31319",3632,9859 +"31320",3632,10301 +"31321",3632,12034 +"31322",3632,41272 +"31323",3632,42925 +"31324",3632,56707 +"31325",3632,70082 +"31326",3632,86530 +"31327",3632,103960 +"31328",3632,114107 +"31329",3633,5142 +"31330",3633,6796 +"31331",3633,10798 +"31332",3633,10957 +"31333",3633,13962 +"31334",3633,16335 +"31335",3633,17838 +"31336",3633,22694 +"31337",3633,27222 +"31338",3633,35770 +"31339",3633,40776 +"31340",3633,41345 +"31341",3633,45066 +"31342",3633,51108 +"31343",3633,60494 +"31344",3633,65521 +"31345",3633,75514 +"31346",3633,79270 +"31347",3633,79451 +"31348",3633,96292 +"31349",3633,97227 +"31350",3633,100470 +"31351",3634,8852 +"31352",3634,9404 +"31353",3634,72296 +"31354",3635,3833 +"31355",3635,3855 +"31356",3635,4581 +"31357",3635,5686 +"31358",3635,7713 +"31359",3635,8197 +"31360",3635,8813 +"31361",3635,14731 +"31362",3635,15104 +"31363",3635,15195 +"31364",3635,15430 +"31365",3635,16381 +"31366",3635,16949 +"31367",3635,18514 +"31368",3635,22299 +"31369",3635,23938 +"31370",3635,24250 +"31371",3635,26682 +"31372",3635,29741 +"31373",3635,30876 +"31374",3635,32393 +"31375",3635,32939 +"31376",3635,33113 +"31377",3635,38494 +"31378",3635,38932 +"31379",3635,40643 +"31380",3635,42017 +"31381",3635,42107 +"31382",3635,45787 +"31383",3635,47083 +"31384",3635,49231 +"31385",3635,50061 +"31386",3635,52450 +"31387",3635,54059 +"31388",3635,55370 +"31389",3635,57804 +"31390",3635,58284 +"31391",3635,59615 +"31392",3635,59940 +"31393",3635,67363 +"31394",3635,71230 +"31395",3635,76278 +"31396",3635,76740 +"31397",3635,76786 +"31398",3635,77272 +"31399",3635,77357 +"31400",3635,77402 +"31401",3635,78248 +"31402",3635,78255 +"31403",3635,78339 +"31404",3635,78445 +"31405",3635,79022 +"31406",3635,79716 +"31407",3635,79989 +"31408",3635,80281 +"31409",3635,81728 +"31410",3635,82196 +"31411",3635,82383 +"31412",3635,82810 +"31413",3635,82854 +"31414",3635,83853 +"31415",3635,83884 +"31416",3635,84379 +"31417",3635,84613 +"31418",3635,85236 +"31419",3635,85465 +"31420",3635,85610 +"31421",3635,86351 +"31422",3635,86451 +"31423",3635,86882 +"31424",3635,87175 +"31425",3635,87451 +"31426",3635,87521 +"31427",3635,87572 +"31428",3635,87663 +"31429",3635,87721 +"31430",3635,87862 +"31431",3636,68972 +"31432",3636,70865 +"31433",3637,20966 +"31434",3637,78168 +"31435",3638,3671 +"31436",3638,32525 +"31437",3638,51966 +"31438",3638,81581 +"31439",3638,105644 +"31440",3639,10978 +"31441",3639,13113 +"31442",3639,21532 +"31443",3639,23203 +"31444",3639,23938 +"31445",3639,46485 +"31446",3639,55892 +"31447",3639,100928 +"31448",3640,3790 +"31449",3641,5287 +"31450",3641,5333 +"31451",3642,5577 +"31452",3642,7353 +"31453",3642,11589 +"31454",3642,20666 +"31455",3642,30881 +"31456",3642,46653 +"31457",3642,66369 +"31458",3642,84510 +"31459",3642,92035 +"31460",3642,93398 +"31461",3642,98985 +"31462",3642,100659 +"31463",3642,103485 +"31464",3643,11944 +"31465",3643,13205 +"31466",3643,19161 +"31467",3643,21503 +"31468",3643,39844 +"31469",3643,42127 +"31470",3643,44002 +"31471",3643,44010 +"31472",3643,44100 +"31473",3643,46348 +"31474",3643,47854 +"31475",3643,64953 +"31476",3643,66378 +"31477",3644,11303 +"31478",3644,16546 +"31479",3644,52426 +"31480",3644,62355 +"31481",3644,82774 +"31482",3644,100264 +"31483",3644,101228 +"31484",3644,110280 +"31485",3645,28069 +"31486",3645,38650 +"31487",3646,3657 +"31488",3646,6356 +"31489",3646,7301 +"31490",3646,13505 +"31491",3646,80101 +"31492",3646,115968 +"31493",3647,8134 +"31494",3647,31623 +"31495",3647,40576 +"31496",3648,18793 +"31497",3648,31726 +"31498",3648,31853 +"31499",3648,118332 +"31500",3649,4664 +"31501",3649,19208 +"31502",3649,22053 +"31503",3649,83842 +"31504",3650,31798 +"31505",3651,22837 +"31506",3651,82695 +"31507",3651,100770 +"31508",3651,100771 +"31509",3652,20435 +"31510",3653,12319 +"31511",3653,13149 +"31512",3653,14589 +"31513",3653,54018 +"31514",3653,54047 +"31515",3653,58256 +"31516",3653,58267 +"31517",3654,70948 +"31518",3654,76680 +"31519",3654,93930 +"31520",3655,15302 +"31521",3655,38112 +"31522",3655,66404 +"31523",3655,107459 +"31524",3656,3663 +"31525",3656,15983 +"31526",3656,16283 +"31527",3656,19662 +"31528",3656,22754 +"31529",3656,22945 +"31530",3656,27513 +"31531",3656,28904 +"31532",3656,31573 +"31533",3656,69625 +"31534",3656,80886 +"31535",3656,90154 +"31536",3656,91294 +"31537",3657,6633 +"31538",3657,10502 +"31539",3657,14586 +"31540",3657,14642 +"31541",3657,38642 +"31542",3657,52777 +"31543",3657,61551 +"31544",3658,13290 +"31545",3658,19562 +"31546",3658,21805 +"31547",3658,25185 +"31548",3658,34908 +"31549",3658,40927 +"31550",3658,55532 +"31551",3658,83102 +"31552",3658,99504 +"31553",3658,109540 +"31554",3659,9266 +"31555",3659,10813 +"31556",3659,11924 +"31557",3659,18674 +"31558",3659,30782 +"31559",3659,46659 +"31560",3659,47187 +"31561",3659,49311 +"31562",3659,52324 +"31563",3659,55595 +"31564",3659,63539 +"31565",3659,84654 +"31566",3659,84787 +"31567",3659,96421 +"31568",3659,96442 +"31569",3659,107957 +"31570",3659,116494 +"31571",3659,121027 +"31572",3660,21590 +"31573",3660,26052 +"31574",3660,37204 +"31575",3660,59746 +"31576",3660,69817 +"31577",3660,84253 +"31578",3660,113404 +"31579",3661,31132 +"31580",3662,5032 +"31581",3662,61278 +"31582",3662,69518 +"31583",3662,85446 +"31584",3662,112413 +"31585",3662,115528 +"31586",3662,119319 +"31587",3662,119321 +"31588",3663,16283 +"31589",3663,48441 +"31590",3664,52379 +"31591",3664,54905 +"31592",3664,54950 +"31593",3664,92482 +"31594",3664,94641 +"31595",3665,6224 +"31596",3665,10433 +"31597",3665,29712 +"31598",3665,30022 +"31599",3665,31587 +"31600",3665,37031 +"31601",3665,38091 +"31602",3665,40466 +"31603",3665,40559 +"31604",3665,41645 +"31605",3665,41739 +"31606",3665,53832 +"31607",3665,67817 +"31608",3665,74355 +"31609",3665,82423 +"31610",3665,84653 +"31611",3665,86526 +"31612",3665,88434 +"31613",3665,94572 +"31614",3666,68607 +"31615",3666,73722 +"31616",3666,93343 +"31617",3666,99746 +"31618",3667,9626 +"31619",3667,17550 +"31620",3667,18502 +"31621",3667,26361 +"31622",3667,46586 +"31623",3667,72957 +"31624",3667,99001 +"31625",3667,99070 +"31626",3667,102796 +"31627",3667,110380 +"31628",3667,117898 +"31629",3667,121331 +"31630",3667,121353 +"31631",3667,121358 +"31632",3668,5774 +"31633",3668,6669 +"31634",3668,8183 +"31635",3668,15929 +"31636",3668,19473 +"31637",3668,33635 +"31638",3668,46977 +"31639",3668,48996 +"31640",3668,50604 +"31641",3668,52125 +"31642",3668,54272 +"31643",3668,62278 +"31644",3668,75526 +"31645",3668,79964 +"31646",3668,98266 +"31647",3668,99953 +"31648",3668,108547 +"31649",3668,108579 +"31650",3668,108699 +"31651",3668,115226 +"31652",3668,117158 +"31653",3668,118446 +"31654",3668,119018 +"31655",3668,120022 +"31656",3669,7558 +"31657",3669,7652 +"31658",3669,10930 +"31659",3669,15891 +"31660",3669,35749 +"31661",3669,36630 +"31662",3669,43585 +"31663",3669,46489 +"31664",3669,54112 +"31665",3669,58321 +"31666",3669,85698 +"31667",3669,94054 +"31668",3669,118922 +"31669",3670,5032 +"31670",3670,5809 +"31671",3670,42978 +"31672",3670,85444 +"31673",3670,100735 +"31674",3672,4317 +"31675",3672,9376 +"31676",3672,10202 +"31677",3672,10453 +"31678",3672,13553 +"31679",3672,20697 +"31680",3672,21393 +"31681",3672,23825 +"31682",3672,44351 +"31683",3672,44411 +"31684",3672,59062 +"31685",3672,66270 +"31686",3672,73646 +"31687",3672,79543 +"31688",3672,86232 +"31689",3672,96296 +"31690",3672,108481 +"31691",3673,3703 +"31692",3673,38399 +"31693",3673,110302 +"31694",3674,25405 +"31695",3674,25654 +"31696",3674,29630 +"31697",3674,37008 +"31698",3674,37133 +"31699",3674,37776 +"31700",3674,40902 +"31701",3674,52216 +"31702",3674,66369 +"31703",3674,88869 +"31704",3674,89587 +"31705",3674,92618 +"31706",3674,107987 +"31707",3674,108436 +"31708",3675,8547 +"31709",3675,23947 +"31710",3675,28088 +"31711",3675,28306 +"31712",3675,31880 +"31713",3675,35235 +"31714",3675,40830 +"31715",3675,43170 +"31716",3675,68526 +"31717",3675,74555 +"31718",3675,81901 +"31719",3675,82322 +"31720",3676,21616 +"31721",3676,58840 +"31722",3677,14502 +"31723",3678,8497 +"31724",3678,15119 +"31725",3678,17576 +"31726",3678,24070 +"31727",3678,42622 +"31728",3678,61750 +"31729",3678,67939 +"31730",3678,69521 +"31731",3678,81922 +"31732",3678,82599 +"31733",3678,85062 +"31734",3678,91823 +"31735",3678,97615 +"31736",3678,108615 +"31737",3678,111711 +"31738",3678,113197 +"31739",3679,4226 +"31740",3679,34840 +"31741",3679,82203 +"31742",3680,10997 +"31743",3680,25365 +"31744",3680,29823 +"31745",3680,46313 +"31746",3680,61961 +"31747",3680,63005 +"31748",3680,65931 +"31749",3680,114041 +"31750",3681,4852 +"31751",3681,85024 +"31752",3682,4388 +"31753",3682,17889 +"31754",3682,17947 +"31755",3682,31251 +"31756",3682,52090 +"31757",3682,55161 +"31758",3682,62240 +"31759",3682,62890 +"31760",3683,10935 +"31761",3683,22106 +"31762",3683,25115 +"31763",3683,30308 +"31764",3683,43368 +"31765",3683,65973 +"31766",3683,81229 +"31767",3683,86530 +"31768",3684,6534 +"31769",3684,8620 +"31770",3684,64776 +"31771",3684,69637 +"31772",3684,108552 +"31773",3685,8610 +"31774",3685,15802 +"31775",3685,22003 +"31776",3685,33898 +"31777",3685,34658 +"31778",3685,35668 +"31779",3685,36514 +"31780",3685,38158 +"31781",3685,41091 +"31782",3685,42301 +"31783",3685,57570 +"31784",3685,64964 +"31785",3685,103837 +"31786",3686,6041 +"31787",3686,10139 +"31788",3686,38782 +"31789",3686,44615 +"31790",3686,99040 +"31791",3686,99043 +"31792",3687,63256 +"31793",3688,65763 +"31794",3688,75271 +"31795",3688,91779 +"31796",3689,15877 +"31797",3689,30231 +"31798",3689,122122 +"31799",3690,14474 +"31800",3690,49501 +"31801",3690,84897 +"31802",3690,111491 +"31803",3690,112499 +"31804",3691,13812 +"31805",3691,71335 +"31806",3691,101421 +"31807",3692,101340 +"31808",3693,3735 +"31809",3694,3709 +"31810",3694,12921 +"31811",3694,16338 +"31812",3694,46402 +"31813",3694,49717 +"31814",3694,86059 +"31815",3694,110453 +"31816",3695,3877 +"31817",3695,7109 +"31818",3695,11263 +"31819",3695,15674 +"31820",3695,20021 +"31821",3695,36780 +"31822",3695,42941 +"31823",3695,47470 +"31824",3695,53747 +"31825",3695,69239 +"31826",3695,70114 +"31827",3695,83713 +"31828",3696,37573 +"31829",3696,42801 +"31830",3697,5555 +"31831",3697,12511 +"31832",3697,33966 +"31833",3697,47934 +"31834",3697,79589 +"31835",3698,36255 +"31836",3698,58072 +"31837",3698,77064 +"31838",3699,3700 +"31839",3699,4708 +"31840",3699,4722 +"31841",3699,4763 +"31842",3699,4918 +"31843",3699,6683 +"31844",3699,6830 +"31845",3699,7994 +"31846",3699,10874 +"31847",3699,11986 +"31848",3699,12372 +"31849",3699,15184 +"31850",3699,15626 +"31851",3699,28218 +"31852",3699,31587 +"31853",3699,31588 +"31854",3699,32943 +"31855",3699,38091 +"31856",3699,39964 +"31857",3699,41645 +"31858",3699,51853 +"31859",3699,55590 +"31860",3699,67809 +"31861",3699,78696 +"31862",3700,4708 +"31863",3700,4722 +"31864",3700,4763 +"31865",3700,4918 +"31866",3700,6683 +"31867",3700,6830 +"31868",3700,23738 +"31869",3700,31799 +"31870",3700,37000 +"31871",3700,46039 +"31872",3701,3724 +"31873",3701,10022 +"31874",3701,17672 +"31875",3701,18680 +"31876",3701,19859 +"31877",3701,23955 +"31878",3701,26774 +"31879",3701,40173 +"31880",3701,41820 +"31881",3701,57648 +"31882",3701,69397 +"31883",3701,84208 +"31884",3701,85843 +"31885",3701,93198 +"31886",3701,93199 +"31887",3701,93201 +"31888",3701,93204 +"31889",3701,93211 +"31890",3702,3725 +"31891",3702,72299 +"31892",3702,72579 +"31893",3704,21434 +"31894",3704,26061 +"31895",3704,31819 +"31896",3704,31854 +"31897",3704,80108 +"31898",3705,6463 +"31899",3705,13350 +"31900",3705,13880 +"31901",3705,36753 +"31902",3705,47207 +"31903",3705,66146 +"31904",3705,87372 +"31905",3705,87383 +"31906",3705,87394 +"31907",3705,87405 +"31908",3706,3722 +"31909",3707,16664 +"31910",3707,46258 +"31911",3707,77554 +"31912",3707,80406 +"31913",3707,80407 +"31914",3708,3949 +"31915",3708,3951 +"31916",3708,4062 +"31917",3708,21919 +"31918",3708,21953 +"31919",3708,22013 +"31920",3708,22037 +"31921",3709,18715 +"31922",3709,21459 +"31923",3709,34781 +"31924",3710,15259 +"31925",3710,39194 +"31926",3710,41691 +"31927",3710,49428 +"31928",3711,87861 +"31929",3712,5790 +"31930",3712,25291 +"31931",3712,28629 +"31932",3712,34193 +"31933",3712,74883 +"31934",3712,113344 +"31935",3713,4153 +"31936",3713,22166 +"31937",3713,54176 +"31938",3714,3798 +"31939",3714,3824 +"31940",3714,74840 +"31941",3714,101983 +"31942",3714,107674 +"31943",3714,107675 +"31944",3714,107679 +"31945",3715,3827 +"31946",3715,5154 +"31947",3715,7557 +"31948",3715,20355 +"31949",3715,33927 +"31950",3715,58507 +"31951",3715,59180 +"31952",3715,64806 +"31953",3715,80879 +"31954",3715,97937 +"31955",3715,118748 +"31956",3716,8613 +"31957",3716,8892 +"31958",3716,9518 +"31959",3716,10304 +"31960",3716,12635 +"31961",3716,30981 +"31962",3716,36147 +"31963",3716,36194 +"31964",3716,36224 +"31965",3716,43112 +"31966",3716,46470 +"31967",3716,53063 +"31968",3716,70681 +"31969",3716,88977 +"31970",3716,107718 +"31971",3717,53409 +"31972",3718,25423 +"31973",3718,74006 +"31974",3718,84088 +"31975",3718,99542 +"31976",3719,19378 +"31977",3719,40220 +"31978",3720,10757 +"31979",3720,10787 +"31980",3720,25117 +"31981",3720,45442 +"31982",3720,94416 +"31983",3720,99442 +"31984",3720,102973 +"31985",3721,50590 +"31986",3722,4686 +"31987",3722,41131 +"31988",3722,86437 +"31989",3722,88431 +"31990",3722,103396 +"31991",3722,118244 +"31992",3723,8593 +"31993",3723,13792 +"31994",3723,17966 +"31995",3723,20801 +"31996",3723,34387 +"31997",3723,72009 +"31998",3723,78884 +"31999",3723,109076 +"32000",3726,19380 +"32001",3726,23772 +"32002",3726,26368 +"32003",3726,37214 +"32004",3726,43267 +"32005",3726,45630 +"32006",3726,95614 +"32007",3726,96385 +"32008",3727,6681 +"32009",3728,23469 +"32010",3728,24223 +"32011",3728,29512 +"32012",3728,31668 +"32013",3728,41585 +"32014",3728,42158 +"32015",3728,49359 +"32016",3728,63502 +"32017",3728,65058 +"32018",3728,71560 +"32019",3729,21563 +"32020",3729,21564 +"32021",3729,21625 +"32022",3729,22514 +"32023",3729,22516 +"32024",3729,32302 +"32025",3729,33034 +"32026",3729,78372 +"32027",3729,96019 +"32028",3729,97720 +"32029",3730,12782 +"32030",3731,16271 +"32031",3731,27154 +"32032",3731,51218 +"32033",3731,75324 +"32034",3731,80535 +"32035",3732,9003 +"32036",3732,44293 +"32037",3733,69927 +"32038",3733,90844 +"32039",3734,7145 +"32040",3734,41318 +"32041",3734,45484 +"32042",3734,49430 +"32043",3734,110530 +"32044",3735,8360 +"32045",3735,12118 +"32046",3735,35285 +"32047",3735,77138 +"32048",3735,93909 +"32049",3736,4660 +"32050",3736,9457 +"32051",3736,11062 +"32052",3736,25694 +"32053",3736,37859 +"32054",3736,38050 +"32055",3736,39269 +"32056",3736,44877 +"32057",3736,45749 +"32058",3736,58061 +"32059",3736,59218 +"32060",3736,63757 +"32061",3736,67068 +"32062",3736,82341 +"32063",3736,87194 +"32064",3736,92269 +"32065",3736,92297 +"32066",3736,93219 +"32067",3737,3878 +"32068",3737,9432 +"32069",3737,80429 +"32070",3737,94783 +"32071",3737,110119 +"32072",3738,5014 +"32073",3738,19807 +"32074",3739,3989 +"32075",3739,4064 +"32076",3739,7902 +"32077",3739,9998 +"32078",3739,10032 +"32079",3739,10204 +"32080",3740,11063 +"32081",3740,11471 +"32082",3740,73615 +"32083",3741,10973 +"32084",3742,4614 +"32085",3742,5860 +"32086",3743,7239 +"32087",3743,14022 +"32088",3743,17577 +"32089",3743,19058 +"32090",3743,37732 +"32091",3744,3763 +"32092",3744,4211 +"32093",3744,10357 +"32094",3744,20615 +"32095",3744,28719 +"32096",3744,33015 +"32097",3744,33735 +"32098",3744,56983 +"32099",3744,82023 +"32100",3744,94493 +"32101",3744,113847 +"32102",3745,10981 +"32103",3745,94581 +"32104",3746,3772 +"32105",3746,26808 +"32106",3747,7156 +"32107",3747,11473 +"32108",3747,17314 +"32109",3747,17706 +"32110",3747,17781 +"32111",3747,19798 +"32112",3747,21305 +"32113",3747,21707 +"32114",3747,22597 +"32115",3747,22668 +"32116",3747,22669 +"32117",3747,22683 +"32118",3747,22684 +"32119",3747,25505 +"32120",3747,32602 +"32121",3747,34936 +"32122",3747,50628 +"32123",3747,58759 +"32124",3747,59748 +"32125",3747,60223 +"32126",3747,66331 +"32127",3747,66729 +"32128",3747,74753 +"32129",3747,74844 +"32130",3747,90783 +"32131",3747,92033 +"32132",3747,92680 +"32133",3747,106339 +"32134",3747,108816 +"32135",3747,122193 +"32136",3748,15974 +"32137",3748,31476 +"32138",3748,39611 +"32139",3748,42436 +"32140",3748,53036 +"32141",3748,55288 +"32142",3748,55320 +"32143",3748,55791 +"32144",3748,67120 +"32145",3748,67157 +"32146",3748,111344 +"32147",3749,4496 +"32148",3749,4610 +"32149",3749,8587 +"32150",3749,22634 +"32151",3749,22677 +"32152",3749,61714 +"32153",3749,61952 +"32154",3749,73428 +"32155",3750,9959 +"32156",3750,30552 +"32157",3750,41272 +"32158",3750,48403 +"32159",3750,62450 +"32160",3750,67779 +"32161",3750,75969 +"32162",3750,80868 +"32163",3750,88230 +"32164",3750,89827 +"32165",3750,91824 +"32166",3750,100336 +"32167",3750,100621 +"32168",3750,103996 +"32169",3751,4161 +"32170",3751,4192 +"32171",3751,4405 +"32172",3751,7675 +"32173",3751,58352 +"32174",3751,75368 +"32175",3751,108952 +"32176",3752,4209 +"32177",3752,19745 +"32178",3752,72906 +"32179",3753,4232 +"32180",3753,9683 +"32181",3753,15844 +"32182",3753,16575 +"32183",3753,17521 +"32184",3753,20584 +"32185",3753,20621 +"32186",3753,20633 +"32187",3753,20780 +"32188",3753,21706 +"32189",3753,21788 +"32190",3753,21791 +"32191",3753,22451 +"32192",3753,22466 +"32193",3753,26210 +"32194",3753,34969 +"32195",3753,42574 +"32196",3753,54695 +"32197",3753,57979 +"32198",3753,58427 +"32199",3753,67488 +"32200",3753,76592 +"32201",3753,82693 +"32202",3753,90190 +"32203",3753,93125 +"32204",3753,95718 +"32205",3753,99274 +"32206",3753,103056 +"32207",3754,11457 +"32208",3754,12948 +"32209",3754,17167 +"32210",3754,20622 +"32211",3754,20934 +"32212",3754,29422 +"32213",3754,29434 +"32214",3754,40304 +"32215",3755,8777 +"32216",3755,8905 +"32217",3755,23277 +"32218",3755,28212 +"32219",3755,32978 +"32220",3755,36400 +"32221",3755,41091 +"32222",3755,52198 +"32223",3755,54373 +"32224",3755,62375 +"32225",3755,65275 +"32226",3755,65277 +"32227",3755,65286 +"32228",3755,65288 +"32229",3755,66681 +"32230",3755,107385 +"32231",3755,107398 +"32232",3756,7374 +"32233",3756,41466 +"32234",3757,24524 +"32235",3758,9295 +"32236",3758,13531 +"32237",3758,19314 +"32238",3758,21294 +"32239",3758,21325 +"32240",3758,59164 +"32241",3758,85525 +"32242",3758,91210 +"32243",3758,93184 +"32244",3759,3806 +"32245",3759,3817 +"32246",3759,38494 +"32247",3759,64546 +"32248",3759,66741 +"32249",3760,7723 +"32250",3760,18424 +"32251",3760,28812 +"32252",3760,82402 +"32253",3761,4148 +"32254",3761,4223 +"32255",3761,4353 +"32256",3761,7156 +"32257",3761,26642 +"32258",3762,4198 +"32259",3762,8354 +"32260",3763,4211 +"32261",3764,7836 +"32262",3764,14501 +"32263",3764,69567 +"32264",3764,76377 +"32265",3764,79500 +"32266",3764,84117 +"32267",3765,25153 +"32268",3765,48748 +"32269",3765,79382 +"32270",3765,79587 +"32271",3765,80268 +"32272",3766,32103 +"32273",3767,21080 +"32274",3767,29351 +"32275",3767,54714 +"32276",3767,64508 +"32277",3768,4162 +"32278",3769,9134 +"32279",3769,13034 +"32280",3769,13370 +"32281",3769,19542 +"32282",3769,20664 +"32283",3769,20680 +"32284",3769,23560 +"32285",3769,24225 +"32286",3769,26417 +"32287",3769,29416 +"32288",3769,30066 +"32289",3769,30569 +"32290",3769,32222 +"32291",3769,36051 +"32292",3769,42773 +"32293",3769,49250 +"32294",3769,71307 +"32295",3769,76611 +"32296",3769,78277 +"32297",3769,79699 +"32298",3769,81888 +"32299",3769,107436 +"32300",3770,3789 +"32301",3770,3945 +"32302",3770,14915 +"32303",3770,39546 +"32304",3770,46261 +"32305",3770,47984 +"32306",3771,5723 +"32307",3771,20792 +"32308",3771,30584 +"32309",3771,45112 +"32310",3771,46554 +"32311",3771,55875 +"32312",3771,91500 +"32313",3771,102010 +"32314",3771,102035 +"32315",3771,112915 +"32316",3771,119992 +"32317",3772,27494 +"32318",3773,4215 +"32319",3773,7341 +"32320",3773,11173 +"32321",3773,19614 +"32322",3773,20544 +"32323",3773,30089 +"32324",3773,30526 +"32325",3773,39009 +"32326",3773,82963 +"32327",3773,82970 +"32328",3773,84381 +"32329",3773,84407 +"32330",3774,4555 +"32331",3774,7475 +"32332",3774,9191 +"32333",3774,20656 +"32334",3775,12332 +"32335",3775,16849 +"32336",3775,50872 +"32337",3775,69015 +"32338",3775,95146 +"32339",3775,120175 +"32340",3776,4951 +"32341",3776,28287 +"32342",3776,28342 +"32343",3776,54847 +"32344",3777,4348 +"32345",3777,8145 +"32346",3777,10267 +"32347",3777,25630 +"32348",3777,53183 +"32349",3777,87284 +"32350",3777,91305 +"32351",3777,98542 +"32352",3777,115763 +"32353",3777,122497 +"32354",3778,20706 +"32355",3778,30167 +"32356",3778,39818 +"32357",3778,49131 +"32358",3778,49295 +"32359",3778,82039 +"32360",3778,105959 +"32361",3778,105981 +"32362",3779,3811 +"32363",3779,6744 +"32364",3779,25199 +"32365",3779,40650 +"32366",3780,4097 +"32367",3780,5406 +"32368",3780,6337 +"32369",3780,8395 +"32370",3780,9306 +"32371",3780,9623 +"32372",3780,9785 +"32373",3780,33522 +"32374",3780,37237 +"32375",3780,41349 +"32376",3780,41436 +"32377",3780,43363 +"32378",3780,54247 +"32379",3780,55564 +"32380",3780,118559 +"32381",3781,8010 +"32382",3781,14007 +"32383",3781,37250 +"32384",3781,39295 +"32385",3781,55847 +"32386",3781,75008 +"32387",3782,4667 +"32388",3782,17560 +"32389",3782,22900 +"32390",3782,23003 +"32391",3782,24338 +"32392",3782,31129 +"32393",3782,42019 +"32394",3782,74946 +"32395",3782,77441 +"32396",3782,77940 +"32397",3782,80663 +"32398",3782,95605 +"32399",3782,105688 +"32400",3782,108239 +"32401",3783,4009 +"32402",3784,3785 +"32403",3784,3801 +"32404",3784,3837 +"32405",3784,9867 +"32406",3784,24736 +"32407",3784,43154 +"32408",3784,76779 +"32409",3784,97802 +"32410",3785,3801 +"32411",3785,3837 +"32412",3785,10667 +"32413",3785,12442 +"32414",3785,15731 +"32415",3785,24736 +"32416",3785,28373 +"32417",3785,35631 +"32418",3785,46455 +"32419",3785,49516 +"32420",3785,53312 +"32421",3785,54400 +"32422",3785,58789 +"32423",3785,59667 +"32424",3785,89906 +"32425",3785,101156 +"32426",3785,107544 +"32427",3785,119065 +"32428",3785,120375 +"32429",3785,120455 +"32430",3785,120456 +"32431",3786,6691 +"32432",3786,8136 +"32433",3786,13818 +"32434",3786,14732 +"32435",3786,14876 +"32436",3786,14878 +"32437",3786,14923 +"32438",3786,17194 +"32439",3786,17352 +"32440",3786,17792 +"32441",3786,20517 +"32442",3786,26567 +"32443",3786,32864 +"32444",3787,9558 +"32445",3787,11699 +"32446",3787,13485 +"32447",3788,7695 +"32448",3788,13781 +"32449",3788,16854 +"32450",3788,17770 +"32451",3788,18543 +"32452",3788,24479 +"32453",3788,25152 +"32454",3788,25767 +"32455",3788,26992 +"32456",3788,29037 +"32457",3788,37875 +"32458",3788,38217 +"32459",3788,42682 +"32460",3788,46586 +"32461",3788,50604 +"32462",3788,51666 +"32463",3788,57270 +"32464",3788,58645 +"32465",3788,60307 +"32466",3788,60928 +"32467",3788,61552 +"32468",3788,61648 +"32469",3788,61689 +"32470",3788,61690 +"32471",3788,61708 +"32472",3788,65137 +"32473",3788,65400 +"32474",3788,80041 +"32475",3788,87914 +"32476",3788,89742 +"32477",3788,91770 +"32478",3788,97445 +"32479",3788,97485 +"32480",3788,99162 +"32481",3788,99575 +"32482",3788,101067 +"32483",3788,104662 +"32484",3788,105019 +"32485",3788,105207 +"32486",3788,107050 +"32487",3788,110380 +"32488",3788,110488 +"32489",3788,110719 +"32490",3788,111019 +"32491",3788,120879 +"32492",3788,120961 +"32493",3788,121290 +"32494",3788,121294 +"32495",3789,3945 +"32496",3789,7243 +"32497",3789,22204 +"32498",3789,45783 +"32499",3789,73211 +"32500",3789,86713 +"32501",3790,6546 +"32502",3790,8060 +"32503",3790,41748 +"32504",3790,74373 +"32505",3790,98348 +"32506",3791,7491 +"32507",3791,21819 +"32508",3791,30521 +"32509",3791,42881 +"32510",3791,45710 +"32511",3791,47776 +"32512",3791,51748 +"32513",3791,51789 +"32514",3791,103085 +"32515",3792,87479 +"32516",3792,109728 +"32517",3792,112680 +"32518",3792,112682 +"32519",3792,112693 +"32520",3792,112694 +"32521",3793,22948 +"32522",3794,4926 +"32523",3794,10531 +"32524",3794,17960 +"32525",3794,26460 +"32526",3794,31664 +"32527",3794,31772 +"32528",3794,32243 +"32529",3794,34472 +"32530",3794,40677 +"32531",3794,54734 +"32532",3794,62637 +"32533",3794,70958 +"32534",3794,79412 +"32535",3794,91309 +"32536",3794,100567 +"32537",3794,112749 +"32538",3795,59215 +"32539",3796,61757 +"32540",3796,100463 +"32541",3797,11663 +"32542",3797,31268 +"32543",3797,34662 +"32544",3797,78951 +"32545",3797,79061 +"32546",3798,3824 +"32547",3798,7343 +"32548",3798,12452 +"32549",3798,12769 +"32550",3798,13021 +"32551",3798,13025 +"32552",3798,13073 +"32553",3798,13267 +"32554",3798,15343 +"32555",3798,15693 +"32556",3798,15888 +"32557",3798,17021 +"32558",3798,17968 +"32559",3798,23404 +"32560",3798,23594 +"32561",3798,27047 +"32562",3798,29676 +"32563",3798,29834 +"32564",3798,29845 +"32565",3798,29882 +"32566",3798,29894 +"32567",3798,30007 +"32568",3798,36262 +"32569",3798,74840 +"32570",3798,80023 +"32571",3799,51548 +"32572",3799,72391 +"32573",3799,78529 +"32574",3799,80188 +"32575",3799,80340 +"32576",3799,80366 +"32577",3800,23946 +"32578",3800,30731 +"32579",3800,44864 +"32580",3800,65225 +"32581",3801,3837 +"32582",3801,4690 +"32583",3801,8384 +"32584",3801,10513 +"32585",3801,12724 +"32586",3801,19182 +"32587",3801,21506 +"32588",3801,22653 +"32589",3801,22946 +"32590",3801,24736 +"32591",3801,24938 +"32592",3801,34303 +"32593",3801,63075 +"32594",3801,78089 +"32595",3802,4184 +"32596",3802,16818 +"32597",3802,19214 +"32598",3802,20176 +"32599",3802,23837 +"32600",3802,24636 +"32601",3802,24637 +"32602",3802,25028 +"32603",3802,25905 +"32604",3802,31854 +"32605",3802,44944 +"32606",3802,56303 +"32607",3802,56719 +"32608",3802,57488 +"32609",3802,64524 +"32610",3802,86255 +"32611",3802,86359 +"32612",3802,89010 +"32613",3802,93983 +"32614",3802,109391 +"32615",3802,115727 +"32616",3803,95037 +"32617",3804,11507 +"32618",3804,21138 +"32619",3804,74731 +"32620",3804,74894 +"32621",3804,91249 +"32622",3804,101955 +"32623",3805,6201 +"32624",3805,9519 +"32625",3805,16007 +"32626",3805,17528 +"32627",3805,20059 +"32628",3805,59636 +"32629",3805,72427 +"32630",3805,105532 +"32631",3806,3817 +"32632",3806,16601 +"32633",3806,16629 +"32634",3806,17110 +"32635",3807,10299 +"32636",3807,53672 +"32637",3807,73496 +"32638",3807,94189 +"32639",3808,11260 +"32640",3808,19288 +"32641",3808,72573 +"32642",3808,76008 +"32643",3808,86158 +"32644",3808,107970 +"32645",3809,18782 +"32646",3809,54222 +"32647",3810,3843 +"32648",3810,7275 +"32649",3810,11858 +"32650",3810,13034 +"32651",3810,30427 +"32652",3810,42773 +"32653",3810,61667 +"32654",3810,73990 +"32655",3810,82312 +"32656",3810,85155 +"32657",3810,90070 +"32658",3810,103376 +"32659",3812,21095 +"32660",3812,119138 +"32661",3813,13003 +"32662",3813,30090 +"32663",3813,36611 +"32664",3814,19872 +"32665",3814,56745 +"32666",3814,56782 +"32667",3815,4672 +"32668",3815,8704 +"32669",3815,10379 +"32670",3815,15365 +"32671",3815,22786 +"32672",3815,38496 +"32673",3815,41186 +"32674",3815,50072 +"32675",3815,52217 +"32676",3815,79068 +"32677",3815,85560 +"32678",3815,98578 +"32679",3815,102426 +"32680",3816,17242 +"32681",3816,27534 +"32682",3816,52362 +"32683",3818,32571 +"32684",3819,5289 +"32685",3819,8906 +"32686",3819,17751 +"32687",3819,59807 +"32688",3819,68974 +"32689",3819,114059 +"32690",3820,16895 +"32691",3820,21606 +"32692",3820,32952 +"32693",3820,82849 +"32694",3821,57456 +"32695",3821,68327 +"32696",3822,13908 +"32697",3822,41230 +"32698",3822,47729 +"32699",3822,83341 +"32700",3822,122798 +"32701",3823,39026 +"32702",3823,65092 +"32703",3823,109866 +"32704",3824,9919 +"32705",3824,13021 +"32706",3824,13025 +"32707",3824,17021 +"32708",3824,17968 +"32709",3824,20074 +"32710",3824,23404 +"32711",3824,29845 +"32712",3824,36262 +"32713",3824,43607 +"32714",3824,65994 +"32715",3824,80023 +"32716",3824,84187 +"32717",3824,101748 +"32718",3824,105025 +"32719",3824,115064 +"32720",3824,119842 +"32721",3825,42690 +"32722",3825,82648 +"32723",3826,10037 +"32724",3826,13325 +"32725",3826,26807 +"32726",3826,88791 +"32727",3826,88803 +"32728",3827,5154 +"32729",3827,5698 +"32730",3827,7557 +"32731",3827,8041 +"32732",3827,10805 +"32733",3827,11976 +"32734",3827,16380 +"32735",3827,17451 +"32736",3827,20355 +"32737",3827,20424 +"32738",3827,21951 +"32739",3827,23576 +"32740",3827,32648 +"32741",3827,33927 +"32742",3827,36574 +"32743",3827,37992 +"32744",3827,38467 +"32745",3827,46932 +"32746",3827,78700 +"32747",3827,88336 +"32748",3827,90227 +"32749",3827,94644 +"32750",3828,94276 +"32751",3829,50026 +"32752",3829,54552 +"32753",3829,60632 +"32754",3829,106419 +"32755",3830,5427 +"32756",3830,5457 +"32757",3830,5462 +"32758",3830,5504 +"32759",3830,7363 +"32760",3830,7605 +"32761",3830,7755 +"32762",3830,8611 +"32763",3830,22006 +"32764",3830,22749 +"32765",3830,22803 +"32766",3830,28333 +"32767",3830,30324 +"32768",3830,33337 +"32769",3830,37682 +"32770",3830,38278 +"32771",3830,41278 +"32772",3830,54234 +"32773",3830,57950 +"32774",3830,70879 +"32775",3830,78115 +"32776",3830,90837 +"32777",3830,94440 +"32778",3831,4908 +"32779",3831,25965 +"32780",3831,28130 +"32781",3831,44830 +"32782",3831,56462 +"32783",3831,81094 +"32784",3831,94488 +"32785",3831,121797 +"32786",3832,4621 +"32787",3832,4658 +"32788",3832,4929 +"32789",3832,5284 +"32790",3832,6301 +"32791",3832,7298 +"32792",3832,8842 +"32793",3832,9331 +"32794",3832,9423 +"32795",3832,12081 +"32796",3832,17351 +"32797",3832,17549 +"32798",3832,17632 +"32799",3832,18450 +"32800",3832,18670 +"32801",3832,19607 +"32802",3832,20384 +"32803",3832,20417 +"32804",3832,20528 +"32805",3832,20529 +"32806",3832,20616 +"32807",3832,20722 +"32808",3832,20830 +"32809",3832,34411 +"32810",3832,39240 +"32811",3832,40860 +"32812",3832,44688 +"32813",3832,49470 +"32814",3832,58084 +"32815",3832,80492 +"32816",3832,80979 +"32817",3832,81490 +"32818",3833,3855 +"32819",3833,4216 +"32820",3833,4581 +"32821",3833,5686 +"32822",3833,7713 +"32823",3833,8181 +"32824",3833,8197 +"32825",3833,15104 +"32826",3833,15195 +"32827",3833,15430 +"32828",3833,16381 +"32829",3833,16949 +"32830",3833,18514 +"32831",3833,22299 +"32832",3833,22791 +"32833",3833,23938 +"32834",3833,24250 +"32835",3833,26682 +"32836",3833,29450 +"32837",3833,29741 +"32838",3833,30876 +"32839",3833,32393 +"32840",3833,32939 +"32841",3833,33113 +"32842",3833,34509 +"32843",3833,38494 +"32844",3833,38932 +"32845",3833,40643 +"32846",3833,42017 +"32847",3833,42107 +"32848",3833,45787 +"32849",3833,47083 +"32850",3833,49231 +"32851",3833,50061 +"32852",3833,52450 +"32853",3833,54059 +"32854",3833,55370 +"32855",3833,57804 +"32856",3833,59615 +"32857",3833,59940 +"32858",3833,65649 +"32859",3833,67363 +"32860",3833,71230 +"32861",3833,76278 +"32862",3833,76740 +"32863",3833,76786 +"32864",3833,77272 +"32865",3833,77357 +"32866",3833,77402 +"32867",3833,78248 +"32868",3833,78255 +"32869",3833,78339 +"32870",3833,78445 +"32871",3833,79022 +"32872",3833,79716 +"32873",3833,79989 +"32874",3833,80281 +"32875",3833,81728 +"32876",3833,82196 +"32877",3833,82383 +"32878",3833,82810 +"32879",3833,82854 +"32880",3833,83853 +"32881",3833,83884 +"32882",3833,84379 +"32883",3833,84613 +"32884",3833,85465 +"32885",3833,85610 +"32886",3833,86351 +"32887",3833,86451 +"32888",3833,86882 +"32889",3833,87175 +"32890",3833,87451 +"32891",3833,87521 +"32892",3833,87572 +"32893",3833,87663 +"32894",3833,87721 +"32895",3833,87862 +"32896",3833,93753 +"32897",3833,97276 +"32898",3833,106610 +"32899",3834,5402 +"32900",3834,5924 +"32901",3834,9136 +"32902",3834,9293 +"32903",3834,11517 +"32904",3834,12221 +"32905",3834,12460 +"32906",3834,21954 +"32907",3834,29095 +"32908",3834,33382 +"32909",3834,36569 +"32910",3834,62538 +"32911",3834,88863 +"32912",3834,92570 +"32913",3835,5098 +"32914",3835,5113 +"32915",3835,6961 +"32916",3835,9704 +"32917",3835,10265 +"32918",3835,15548 +"32919",3835,26983 +"32920",3836,4177 +"32921",3836,23625 +"32922",3837,24736 +"32923",3838,3839 +"32924",3838,18015 +"32925",3838,55451 +"32926",3840,7804 +"32927",3840,14295 +"32928",3840,15265 +"32929",3840,33416 +"32930",3840,33490 +"32931",3840,33790 +"32932",3840,54166 +"32933",3840,103945 +"32934",3840,104610 +"32935",3841,3880 +"32936",3841,12841 +"32937",3841,53478 +"32938",3841,53990 +"32939",3841,104169 +"32940",3841,105491 +"32941",3842,62303 +"32942",3843,7254 +"32943",3843,11858 +"32944",3843,18718 +"32945",3843,20704 +"32946",3843,40059 +"32947",3843,50234 +"32948",3843,61667 +"32949",3843,115511 +"32950",3843,120684 +"32951",3844,4303 +"32952",3844,4548 +"32953",3844,7203 +"32954",3844,11910 +"32955",3844,15497 +"32956",3844,35270 +"32957",3844,39053 +"32958",3844,42228 +"32959",3844,42335 +"32960",3845,16803 +"32961",3845,37498 +"32962",3845,51907 +"32963",3845,56728 +"32964",3845,82839 +"32965",3845,88600 +"32966",3845,99082 +"32967",3846,4418 +"32968",3846,11605 +"32969",3846,11646 +"32970",3846,11947 +"32971",3846,23482 +"32972",3846,30149 +"32973",3846,33037 +"32974",3846,40511 +"32975",3847,5130 +"32976",3847,5411 +"32977",3847,5412 +"32978",3847,6996 +"32979",3847,30057 +"32980",3847,30650 +"32981",3847,40716 +"32982",3847,43499 +"32983",3847,49392 +"32984",3847,53293 +"32985",3847,57549 +"32986",3847,58487 +"32987",3848,63715 +"32988",3849,16147 +"32989",3849,34529 +"32990",3849,58031 +"32991",3849,95996 +"32992",3849,105928 +"32993",3849,106150 +"32994",3850,4876 +"32995",3850,88886 +"32996",3850,98372 +"32997",3852,29207 +"32998",3853,4708 +"32999",3853,4709 +"33000",3853,4918 +"33001",3853,6830 +"33002",3853,8334 +"33003",3853,10017 +"33004",3853,32516 +"33005",3853,46039 +"33006",3853,49524 +"33007",3853,70859 +"33008",3853,71514 +"33009",3853,98860 +"33010",3854,4540 +"33011",3854,5008 +"33012",3855,4581 +"33013",3855,4621 +"33014",3855,5686 +"33015",3855,7713 +"33016",3855,8197 +"33017",3855,9423 +"33018",3855,15104 +"33019",3855,15195 +"33020",3855,15430 +"33021",3855,16381 +"33022",3855,16949 +"33023",3855,18514 +"33024",3855,20676 +"33025",3855,22299 +"33026",3855,23938 +"33027",3855,24250 +"33028",3855,26682 +"33029",3855,29741 +"33030",3855,30092 +"33031",3855,30876 +"33032",3855,32393 +"33033",3855,32939 +"33034",3855,33113 +"33035",3855,38494 +"33036",3855,38932 +"33037",3855,40643 +"33038",3855,42017 +"33039",3855,42107 +"33040",3855,45787 +"33041",3855,46023 +"33042",3855,47083 +"33043",3855,49231 +"33044",3855,50061 +"33045",3855,52450 +"33046",3855,54059 +"33047",3855,55370 +"33048",3855,57804 +"33049",3855,59615 +"33050",3855,59940 +"33051",3855,65628 +"33052",3855,67363 +"33053",3855,71230 +"33054",3855,76278 +"33055",3855,76740 +"33056",3855,76786 +"33057",3855,77272 +"33058",3855,77357 +"33059",3855,77402 +"33060",3855,78248 +"33061",3855,78255 +"33062",3855,78339 +"33063",3855,78445 +"33064",3855,79022 +"33065",3855,79716 +"33066",3855,79989 +"33067",3855,80281 +"33068",3855,81728 +"33069",3855,82196 +"33070",3855,82383 +"33071",3855,82810 +"33072",3855,82854 +"33073",3855,83853 +"33074",3855,83884 +"33075",3855,84379 +"33076",3855,84613 +"33077",3855,85465 +"33078",3855,85610 +"33079",3855,86351 +"33080",3855,86451 +"33081",3855,86882 +"33082",3855,87175 +"33083",3855,87451 +"33084",3855,87521 +"33085",3855,87572 +"33086",3855,87663 +"33087",3855,87721 +"33088",3855,87862 +"33089",3856,6597 +"33090",3856,12133 +"33091",3856,15825 +"33092",3856,47499 +"33093",3856,85811 +"33094",3856,86631 +"33095",3856,99048 +"33096",3856,119724 +"33097",3857,5026 +"33098",3857,5114 +"33099",3857,5137 +"33100",3858,12329 +"33101",3858,12395 +"33102",3858,34178 +"33103",3858,40595 +"33104",3858,52972 +"33105",3858,88384 +"33106",3859,26229 +"33107",3859,31667 +"33108",3860,3868 +"33109",3860,4968 +"33110",3860,8123 +"33111",3860,8869 +"33112",3860,13386 +"33113",3860,13938 +"33114",3860,13942 +"33115",3860,15023 +"33116",3860,15490 +"33117",3860,19349 +"33118",3860,20547 +"33119",3860,20623 +"33120",3860,21028 +"33121",3860,21804 +"33122",3860,23116 +"33123",3860,25876 +"33124",3860,25877 +"33125",3860,26099 +"33126",3860,28366 +"33127",3860,30902 +"33128",3860,32488 +"33129",3860,32697 +"33130",3860,32916 +"33131",3860,34247 +"33132",3860,35088 +"33133",3860,49547 +"33134",3860,51843 +"33135",3860,52372 +"33136",3860,53756 +"33137",3860,54385 +"33138",3860,63821 +"33139",3860,77056 +"33140",3860,79000 +"33141",3860,80025 +"33142",3860,84808 +"33143",3860,84828 +"33144",3860,101259 +"33145",3861,5713 +"33146",3861,6280 +"33147",3861,7868 +"33148",3861,9186 +"33149",3861,10313 +"33150",3861,13302 +"33151",3861,17933 +"33152",3861,25165 +"33153",3861,28776 +"33154",3861,46578 +"33155",3861,47078 +"33156",3861,61105 +"33157",3861,61400 +"33158",3861,62277 +"33159",3861,76572 +"33160",3861,86284 +"33161",3861,92835 +"33162",3861,92860 +"33163",3861,94300 +"33164",3861,96634 +"33165",3861,104987 +"33166",3862,3899 +"33167",3862,12204 +"33168",3862,17836 +"33169",3862,123152 +"33170",3863,4040 +"33171",3863,14676 +"33172",3863,20349 +"33173",3863,27726 +"33174",3863,28353 +"33175",3863,35561 +"33176",3863,36360 +"33177",3863,45152 +"33178",3863,54278 +"33179",3863,58423 +"33180",3863,76108 +"33181",3863,76449 +"33182",3863,88674 +"33183",3863,88716 +"33184",3863,90663 +"33185",3863,91900 +"33186",3863,92123 +"33187",3863,93408 +"33188",3863,99022 +"33189",3863,100144 +"33190",3863,100496 +"33191",3863,100523 +"33192",3863,102455 +"33193",3863,102474 +"33194",3863,110557 +"33195",3863,118083 +"33196",3864,90487 +"33197",3865,10685 +"33198",3865,18330 +"33199",3865,25278 +"33200",3865,39547 +"33201",3866,22790 +"33202",3866,43636 +"33203",3866,74561 +"33204",3866,89176 +"33205",3867,16080 +"33206",3867,22740 +"33207",3867,36124 +"33208",3867,46415 +"33209",3867,97565 +"33210",3867,120953 +"33211",3867,120963 +"33212",3868,13147 +"33213",3868,25709 +"33214",3868,48488 +"33215",3868,51702 +"33216",3868,63104 +"33217",3868,79892 +"33218",3868,106737 +"33219",3868,106755 +"33220",3869,47849 +"33221",3869,54155 +"33222",3870,4103 +"33223",3870,11080 +"33224",3870,16345 +"33225",3870,17081 +"33226",3870,55502 +"33227",3870,84153 +"33228",3870,95152 +"33229",3870,104278 +"33230",3870,108505 +"33231",3871,25096 +"33232",3871,30085 +"33233",3871,31442 +"33234",3871,49896 +"33235",3871,92181 +"33236",3871,93679 +"33237",3871,101550 +"33238",3872,4329 +"33239",3872,8945 +"33240",3872,9046 +"33241",3872,10688 +"33242",3872,10788 +"33243",3872,14448 +"33244",3872,15099 +"33245",3872,16669 +"33246",3872,19805 +"33247",3872,21098 +"33248",3872,21918 +"33249",3872,24939 +"33250",3872,25639 +"33251",3872,26432 +"33252",3872,26943 +"33253",3872,28499 +"33254",3872,30866 +"33255",3872,31700 +"33256",3872,32361 +"33257",3872,33275 +"33258",3872,33883 +"33259",3872,36286 +"33260",3872,36767 +"33261",3872,37937 +"33262",3872,40419 +"33263",3872,42608 +"33264",3872,44180 +"33265",3872,45818 +"33266",3872,51476 +"33267",3872,51892 +"33268",3872,53755 +"33269",3872,54168 +"33270",3872,57210 +"33271",3872,58482 +"33272",3872,59172 +"33273",3872,59816 +"33274",3872,61874 +"33275",3872,63274 +"33276",3872,66322 +"33277",3872,67327 +"33278",3872,70854 +"33279",3872,71683 +"33280",3872,72568 +"33281",3872,72628 +"33282",3872,73767 +"33283",3872,78532 +"33284",3872,81609 +"33285",3872,85885 +"33286",3872,91255 +"33287",3872,92247 +"33288",3872,92352 +"33289",3872,92362 +"33290",3872,92929 +"33291",3872,93719 +"33292",3872,94906 +"33293",3872,94946 +"33294",3872,95889 +"33295",3872,96093 +"33296",3872,97988 +"33297",3872,99309 +"33298",3872,99376 +"33299",3872,99450 +"33300",3872,99471 +"33301",3872,99474 +"33302",3872,100916 +"33303",3872,100944 +"33304",3872,101126 +"33305",3872,101329 +"33306",3872,105557 +"33307",3872,107199 +"33308",3872,108743 +"33309",3872,108980 +"33310",3872,109291 +"33311",3872,109933 +"33312",3872,110483 +"33313",3872,110567 +"33314",3872,110572 +"33315",3872,110630 +"33316",3872,110648 +"33317",3872,110711 +"33318",3872,110770 +"33319",3872,110869 +"33320",3872,110911 +"33321",3872,111285 +"33322",3872,111314 +"33323",3872,111362 +"33324",3872,111372 +"33325",3872,111424 +"33326",3872,111433 +"33327",3872,112422 +"33328",3872,113269 +"33329",3872,113430 +"33330",3872,114242 +"33331",3872,114842 +"33332",3872,115427 +"33333",3872,115521 +"33334",3872,115711 +"33335",3873,3989 +"33336",3874,4330 +"33337",3874,6697 +"33338",3874,13233 +"33339",3874,43091 +"33340",3874,43568 +"33341",3874,54752 +"33342",3874,57523 +"33343",3874,61316 +"33344",3874,73315 +"33345",3874,84603 +"33346",3874,105280 +"33347",3874,105285 +"33348",3875,3924 +"33349",3875,5523 +"33350",3875,7045 +"33351",3875,21548 +"33352",3875,40223 +"33353",3875,78386 +"33354",3875,84870 +"33355",3876,9567 +"33356",3876,60960 +"33357",3876,67816 +"33358",3876,68982 +"33359",3877,7109 +"33360",3877,15674 +"33361",3877,20021 +"33362",3877,21770 +"33363",3877,36768 +"33364",3877,36780 +"33365",3877,37683 +"33366",3877,49587 +"33367",3877,70646 +"33368",3877,83713 +"33369",3877,87198 +"33370",3877,90868 +"33371",3878,9432 +"33372",3878,38268 +"33373",3878,46641 +"33374",3878,50457 +"33375",3878,50518 +"33376",3878,60980 +"33377",3878,62602 +"33378",3878,80429 +"33379",3878,89361 +"33380",3878,89836 +"33381",3878,110119 +"33382",3881,9363 +"33383",3881,11018 +"33384",3881,13466 +"33385",3881,19477 +"33386",3881,23302 +"33387",3881,23309 +"33388",3881,23604 +"33389",3881,24933 +"33390",3881,27350 +"33391",3881,32939 +"33392",3881,35014 +"33393",3881,36843 +"33394",3881,37302 +"33395",3881,44956 +"33396",3881,52199 +"33397",3881,57504 +"33398",3881,62822 +"33399",3881,82987 +"33400",3881,101499 +"33401",3882,24322 +"33402",3882,64910 +"33403",3883,15928 +"33404",3883,17759 +"33405",3883,22167 +"33406",3883,23004 +"33407",3883,29891 +"33408",3883,32628 +"33409",3883,54494 +"33410",3883,58614 +"33411",3883,94812 +"33412",3883,94997 +"33413",3883,98105 +"33414",3883,102243 +"33415",3883,112263 +"33416",3883,112267 +"33417",3883,112456 +"33418",3883,112472 +"33419",3884,3897 +"33420",3884,3905 +"33421",3884,8196 +"33422",3884,9481 +"33423",3884,9623 +"33424",3884,10070 +"33425",3884,10450 +"33426",3884,10453 +"33427",3884,10546 +"33428",3884,11552 +"33429",3884,11583 +"33430",3884,11829 +"33431",3884,11936 +"33432",3884,13700 +"33433",3884,13715 +"33434",3884,16687 +"33435",3884,20757 +"33436",3884,26959 +"33437",3884,30770 +"33438",3884,30773 +"33439",3884,30924 +"33440",3884,33787 +"33441",3884,36912 +"33442",3884,39986 +"33443",3884,46578 +"33444",3884,50772 +"33445",3884,55723 +"33446",3884,72851 +"33447",3884,76143 +"33448",3885,10962 +"33449",3885,29445 +"33450",3885,36856 +"33451",3885,52725 +"33452",3885,104020 +"33453",3885,104031 +"33454",3885,104054 +"33455",3885,106075 +"33456",3886,4734 +"33457",3886,4735 +"33458",3886,4856 +"33459",3886,4986 +"33460",3886,5814 +"33461",3886,6582 +"33462",3886,7629 +"33463",3886,8989 +"33464",3886,10533 +"33465",3886,10534 +"33466",3886,12001 +"33467",3886,16955 +"33468",3886,17943 +"33469",3886,18011 +"33470",3886,23527 +"33471",3886,26385 +"33472",3886,28473 +"33473",3886,28677 +"33474",3886,28788 +"33475",3886,32161 +"33476",3886,34525 +"33477",3886,34821 +"33478",3886,35045 +"33479",3886,36495 +"33480",3886,37450 +"33481",3886,37809 +"33482",3886,53185 +"33483",3886,55615 +"33484",3886,60943 +"33485",3886,64720 +"33486",3886,92498 +"33487",3886,94286 +"33488",3887,5059 +"33489",3887,5115 +"33490",3887,5119 +"33491",3887,10116 +"33492",3887,44154 +"33493",3887,51218 +"33494",3888,14016 +"33495",3888,31896 +"33496",3888,39752 +"33497",3888,68829 +"33498",3888,111622 +"33499",3889,4805 +"33500",3889,15145 +"33501",3889,15928 +"33502",3889,35980 +"33503",3889,53037 +"33504",3889,55690 +"33505",3889,80456 +"33506",3889,87508 +"33507",3889,98088 +"33508",3889,99378 +"33509",3889,100464 +"33510",3889,116310 +"33511",3890,3902 +"33512",3890,3925 +"33513",3890,6390 +"33514",3890,9689 +"33515",3890,10581 +"33516",3890,15841 +"33517",3890,21426 +"33518",3890,27158 +"33519",3890,37363 +"33520",3890,37509 +"33521",3890,46483 +"33522",3890,47585 +"33523",3890,47619 +"33524",3890,62407 +"33525",3890,68569 +"33526",3890,72441 +"33527",3890,73374 +"33528",3890,78925 +"33529",3890,79136 +"33530",3890,90643 +"33531",3890,92592 +"33532",3890,94027 +"33533",3890,100502 +"33534",3890,101189 +"33535",3890,105903 +"33536",3890,105988 +"33537",3891,13329 +"33538",3891,13673 +"33539",3891,67879 +"33540",3892,4227 +"33541",3892,4235 +"33542",3892,4254 +"33543",3892,20315 +"33544",3892,26154 +"33545",3892,26635 +"33546",3892,39117 +"33547",3892,39124 +"33548",3892,49318 +"33549",3893,4718 +"33550",3893,84633 +"33551",3893,109331 +"33552",3893,112828 +"33553",3894,4256 +"33554",3894,7580 +"33555",3894,7604 +"33556",3894,8006 +"33557",3894,21889 +"33558",3894,54452 +"33559",3894,61003 +"33560",3894,71895 +"33561",3894,79483 +"33562",3894,105948 +"33563",3894,106618 +"33564",3894,115056 +"33565",3894,116231 +"33566",3895,3898 +"33567",3895,3977 +"33568",3895,11392 +"33569",3895,27390 +"33570",3895,29176 +"33571",3895,48482 +"33572",3895,108600 +"33573",3896,4821 +"33574",3896,4919 +"33575",3896,14638 +"33576",3896,36586 +"33577",3896,36650 +"33578",3896,42642 +"33579",3896,45055 +"33580",3896,54200 +"33581",3897,3905 +"33582",3897,5619 +"33583",3897,6883 +"33584",3897,7572 +"33585",3897,7621 +"33586",3897,9376 +"33587",3897,9481 +"33588",3897,9623 +"33589",3897,10070 +"33590",3897,10453 +"33591",3897,10546 +"33592",3897,11583 +"33593",3897,11936 +"33594",3897,13636 +"33595",3897,13700 +"33596",3897,13871 +"33597",3897,16687 +"33598",3897,17904 +"33599",3897,19087 +"33600",3897,19584 +"33601",3897,20220 +"33602",3897,26187 +"33603",3897,30924 +"33604",3897,33189 +"33605",3897,33291 +"33606",3897,36671 +"33607",3897,40396 +"33608",3897,41436 +"33609",3897,43696 +"33610",3897,43858 +"33611",3897,45873 +"33612",3897,56935 +"33613",3897,60042 +"33614",3897,70059 +"33615",3898,3977 +"33616",3898,3978 +"33617",3898,4361 +"33618",3898,5934 +"33619",3898,8855 +"33620",3898,8856 +"33621",3898,9782 +"33622",3898,12394 +"33623",3898,12759 +"33624",3898,18381 +"33625",3898,20688 +"33626",3898,24401 +"33627",3898,24474 +"33628",3898,25417 +"33629",3898,29530 +"33630",3898,31078 +"33631",3898,33851 +"33632",3898,37636 +"33633",3898,40453 +"33634",3898,41723 +"33635",3898,43655 +"33636",3898,44666 +"33637",3898,46339 +"33638",3898,58692 +"33639",3898,73148 +"33640",3898,88411 +"33641",3898,92077 +"33642",3898,112326 +"33643",3900,6375 +"33644",3900,14025 +"33645",3900,14064 +"33646",3902,3925 +"33647",3903,6347 +"33648",3903,7085 +"33649",3903,8790 +"33650",3903,9270 +"33651",3903,9272 +"33652",3903,9505 +"33653",3903,11913 +"33654",3903,12428 +"33655",3903,12807 +"33656",3903,13142 +"33657",3903,16689 +"33658",3903,19036 +"33659",3903,19391 +"33660",3903,20081 +"33661",3903,23075 +"33662",3903,25606 +"33663",3903,28530 +"33664",3903,30258 +"33665",3903,38185 +"33666",3903,38683 +"33667",3903,40245 +"33668",3903,43226 +"33669",3903,44655 +"33670",3903,44973 +"33671",3903,46177 +"33672",3903,47048 +"33673",3903,48110 +"33674",3903,58508 +"33675",3903,59731 +"33676",3903,62642 +"33677",3903,68091 +"33678",3903,69335 +"33679",3903,75245 +"33680",3903,75776 +"33681",3903,75956 +"33682",3903,76387 +"33683",3903,78978 +"33684",3903,79212 +"33685",3903,79241 +"33686",3903,79579 +"33687",3903,80239 +"33688",3903,80301 +"33689",3903,81397 +"33690",3903,88108 +"33691",3903,88340 +"33692",3903,88749 +"33693",3903,89069 +"33694",3903,89373 +"33695",3903,89995 +"33696",3903,90919 +"33697",3903,90936 +"33698",3903,92861 +"33699",3903,93097 +"33700",3903,94231 +"33701",3903,94428 +"33702",3903,95489 +"33703",3903,96247 +"33704",3903,96363 +"33705",3903,97898 +"33706",3904,3931 +"33707",3904,3932 +"33708",3904,4012 +"33709",3905,9623 +"33710",3905,10070 +"33711",3905,13636 +"33712",3905,13700 +"33713",3905,13871 +"33714",3905,50772 +"33715",3906,4274 +"33716",3906,4572 +"33717",3906,4651 +"33718",3906,12631 +"33719",3906,25899 +"33720",3906,26324 +"33721",3906,30302 +"33722",3906,37190 +"33723",3906,41423 +"33724",3906,57225 +"33725",3906,80809 +"33726",3907,10990 +"33727",3908,42464 +"33728",3908,55930 +"33729",3908,61034 +"33730",3908,65055 +"33731",3908,88912 +"33732",3909,25772 +"33733",3909,26912 +"33734",3909,59366 +"33735",3909,62905 +"33736",3910,12607 +"33737",3910,34037 +"33738",3911,3966 +"33739",3911,4372 +"33740",3911,4374 +"33741",3911,4402 +"33742",3911,29917 +"33743",3911,37373 +"33744",3911,42036 +"33745",3912,23966 +"33746",3912,31335 +"33747",3912,65553 +"33748",3912,78645 +"33749",3913,3929 +"33750",3913,7595 +"33751",3913,8169 +"33752",3913,8190 +"33753",3913,41259 +"33754",3913,77879 +"33755",3913,78075 +"33756",3914,4423 +"33757",3914,5090 +"33758",3914,6660 +"33759",3914,7967 +"33760",3914,17078 +"33761",3914,21751 +"33762",3914,28774 +"33763",3914,33395 +"33764",3914,40324 +"33765",3914,47338 +"33766",3914,48584 +"33767",3914,54060 +"33768",3914,57679 +"33769",3914,57750 +"33770",3914,57822 +"33771",3914,59485 +"33772",3914,100290 +"33773",3915,21037 +"33774",3915,86538 +"33775",3916,11482 +"33776",3916,21754 +"33777",3917,8198 +"33778",3917,18045 +"33779",3917,18113 +"33780",3917,18213 +"33781",3917,19873 +"33782",3917,23272 +"33783",3917,37308 +"33784",3917,41681 +"33785",3917,55539 +"33786",3917,56562 +"33787",3918,5027 +"33788",3919,5136 +"33789",3920,4669 +"33790",3920,23528 +"33791",3920,37562 +"33792",3920,40453 +"33793",3920,44879 +"33794",3920,52411 +"33795",3920,103554 +"33796",3921,33414 +"33797",3921,101073 +"33798",3922,11254 +"33799",3922,12150 +"33800",3922,22669 +"33801",3922,27154 +"33802",3922,69084 +"33803",3922,82285 +"33804",3922,100244 +"33805",3922,122335 +"33806",3923,28640 +"33807",3923,35516 +"33808",3923,41617 +"33809",3923,82492 +"33810",3923,97810 +"33811",3924,4744 +"33812",3924,7049 +"33813",3924,8409 +"33814",3924,29031 +"33815",3924,34246 +"33816",3924,50043 +"33817",3924,80022 +"33818",3926,88109 +"33819",3927,16911 +"33820",3927,69089 +"33821",3927,116408 +"33822",3928,4465 +"33823",3928,12653 +"33824",3928,17427 +"33825",3928,69836 +"33826",3928,69843 +"33827",3928,107226 +"33828",3928,123072 +"33829",3930,4720 +"33830",3930,53264 +"33831",3930,112673 +"33832",3930,112674 +"33833",3931,3932 +"33834",3931,4012 +"33835",3931,17210 +"33836",3931,20109 +"33837",3931,20154 +"33838",3931,20155 +"33839",3931,20185 +"33840",3932,4012 +"33841",3932,59850 +"33842",3932,67269 +"33843",3932,68936 +"33844",3933,16593 +"33845",3933,30556 +"33846",3933,58356 +"33847",3934,7823 +"33848",3934,7859 +"33849",3934,13272 +"33850",3934,21671 +"33851",3934,30807 +"33852",3935,8545 +"33853",3935,9855 +"33854",3935,33464 +"33855",3935,33846 +"33856",3935,78084 +"33857",3935,78121 +"33858",3935,78162 +"33859",3935,78175 +"33860",3935,84100 +"33861",3936,4558 +"33862",3936,4785 +"33863",3936,6564 +"33864",3936,22277 +"33865",3936,23319 +"33866",3936,25129 +"33867",3936,34335 +"33868",3936,35113 +"33869",3936,36177 +"33870",3936,57891 +"33871",3936,62841 +"33872",3937,4005 +"33873",3937,22955 +"33874",3937,70329 +"33875",3937,70342 +"33876",3937,70369 +"33877",3938,3988 +"33878",3939,3961 +"33879",3939,4289 +"33880",3939,6474 +"33881",3939,7115 +"33882",3939,9530 +"33883",3939,16127 +"33884",3939,20061 +"33885",3939,22402 +"33886",3939,24240 +"33887",3939,25069 +"33888",3939,29114 +"33889",3939,29194 +"33890",3939,37175 +"33891",3939,37987 +"33892",3939,44160 +"33893",3939,46906 +"33894",3939,79457 +"33895",3939,82930 +"33896",3939,83772 +"33897",3939,103687 +"33898",3940,13811 +"33899",3940,17950 +"33900",3940,94686 +"33901",3941,5938 +"33902",3941,14160 +"33903",3941,18150 +"33904",3941,18421 +"33905",3941,20315 +"33906",3941,23418 +"33907",3941,36854 +"33908",3941,71511 +"33909",3941,84895 +"33910",3942,25523 +"33911",3942,40939 +"33912",3942,50258 +"33913",3942,83004 +"33914",3943,3970 +"33915",3943,4045 +"33916",3943,4427 +"33917",3943,6326 +"33918",3943,6900 +"33919",3943,10474 +"33920",3943,24986 +"33921",3943,31909 +"33922",3943,56373 +"33923",3943,57373 +"33924",3943,58810 +"33925",3943,66730 +"33926",3943,67521 +"33927",3943,81674 +"33928",3943,91870 +"33929",3943,108794 +"33930",3943,112215 +"33931",3943,122026 +"33932",3944,63622 +"33933",3945,4352 +"33934",3945,7243 +"33935",3945,10263 +"33936",3945,22948 +"33937",3945,23154 +"33938",3945,26979 +"33939",3945,30436 +"33940",3945,34610 +"33941",3945,47678 +"33942",3945,73211 +"33943",3946,75820 +"33944",3946,84234 +"33945",3947,8609 +"33946",3947,30567 +"33947",3947,38433 +"33948",3948,3995 +"33949",3949,3951 +"33950",3949,4062 +"33951",3949,73499 +"33952",3949,82422 +"33953",3950,16334 +"33954",3950,37648 +"33955",3950,87494 +"33956",3951,4062 +"33957",3951,73499 +"33958",3951,82422 +"33959",3952,5436 +"33960",3953,44834 +"33961",3953,61576 +"33962",3954,12122 +"33963",3954,19311 +"33964",3954,24853 +"33965",3954,37199 +"33966",3954,38347 +"33967",3954,42420 +"33968",3954,44407 +"33969",3954,52119 +"33970",3954,63522 +"33971",3954,68708 +"33972",3954,76151 +"33973",3954,76208 +"33974",3954,92863 +"33975",3954,117620 +"33976",3955,12293 +"33977",3955,18355 +"33978",3955,38378 +"33979",3955,40910 +"33980",3955,58725 +"33981",3955,77028 +"33982",3955,78578 +"33983",3955,97655 +"33984",3956,32122 +"33985",3956,84449 +"33986",3957,10197 +"33987",3957,12778 +"33988",3957,42359 +"33989",3957,56125 +"33990",3957,85983 +"33991",3958,42691 +"33992",3958,42765 +"33993",3958,43448 +"33994",3958,44342 +"33995",3958,58050 +"33996",3958,86798 +"33997",3958,86822 +"33998",3959,4356 +"33999",3959,49191 +"34000",3959,49205 +"34001",3959,49233 +"34002",3959,49275 +"34003",3959,49285 +"34004",3959,49288 +"34005",3959,49316 +"34006",3960,54928 +"34007",3961,4289 +"34008",3961,4725 +"34009",3961,10358 +"34010",3961,20375 +"34011",3961,25588 +"34012",3961,26387 +"34013",3961,43344 +"34014",3961,47156 +"34015",3961,47421 +"34016",3961,58432 +"34017",3961,88439 +"34018",3961,88794 +"34019",3961,93885 +"34020",3961,100398 +"34021",3961,102506 +"34022",3961,111931 +"34023",3962,5281 +"34024",3962,8993 +"34025",3962,12735 +"34026",3962,64125 +"34027",3962,64717 +"34028",3963,6736 +"34029",3963,12070 +"34030",3963,13219 +"34031",3963,13424 +"34032",3963,33136 +"34033",3963,77073 +"34034",3964,11207 +"34035",3964,35987 +"34036",3964,78519 +"34037",3965,73721 +"34038",3965,87995 +"34039",3965,109736 +"34040",3965,112606 +"34041",3965,119846 +"34042",3966,4372 +"34043",3966,4374 +"34044",3966,4402 +"34045",3966,11605 +"34046",3966,16980 +"34047",3966,17931 +"34048",3966,25325 +"34049",3966,29757 +"34050",3966,29917 +"34051",3966,33209 +"34052",3966,34827 +"34053",3966,37373 +"34054",3966,37640 +"34055",3966,37670 +"34056",3966,37719 +"34057",3966,40417 +"34058",3966,42036 +"34059",3966,48445 +"34060",3966,90378 +"34061",3967,8595 +"34062",3967,8875 +"34063",3967,11012 +"34064",3967,13448 +"34065",3967,13789 +"34066",3967,21983 +"34067",3967,34949 +"34068",3967,34962 +"34069",3967,35038 +"34070",3967,35764 +"34071",3967,90006 +"34072",3967,122589 +"34073",3968,30375 +"34074",3968,62425 +"34075",3969,23207 +"34076",3969,26461 +"34077",3969,28801 +"34078",3969,68441 +"34079",3969,68726 +"34080",3969,70115 +"34081",3969,89251 +"34082",3969,93070 +"34083",3970,4045 +"34084",3970,37649 +"34085",3970,52113 +"34086",3970,57473 +"34087",3970,66361 +"34088",3971,25664 +"34089",3971,37780 +"34090",3972,19045 +"34091",3972,86720 +"34092",3973,4342 +"34093",3973,6699 +"34094",3973,32599 +"34095",3973,46976 +"34096",3973,74286 +"34097",3974,4035 +"34098",3974,4036 +"34099",3974,4076 +"34100",3974,4077 +"34101",3974,4078 +"34102",3974,57392 +"34103",3974,57786 +"34104",3975,41617 +"34105",3975,47341 +"34106",3975,87558 +"34107",3975,92495 +"34108",3976,10535 +"34109",3976,12122 +"34110",3976,22420 +"34111",3976,25111 +"34112",3976,25131 +"34113",3976,73959 +"34114",3976,79653 +"34115",3976,103009 +"34116",3976,111943 +"34117",3976,114239 +"34118",3976,114245 +"34119",3977,3978 +"34120",3977,4710 +"34121",3977,5934 +"34122",3977,8855 +"34123",3977,8856 +"34124",3977,9782 +"34125",3977,12394 +"34126",3977,12759 +"34127",3977,16515 +"34128",3977,18381 +"34129",3977,20574 +"34130",3977,20688 +"34131",3977,21632 +"34132",3977,26207 +"34133",3977,27692 +"34134",3977,41723 +"34135",3977,46339 +"34136",3977,49657 +"34137",3977,54693 +"34138",3977,88411 +"34139",3977,91720 +"34140",3977,100499 +"34141",3977,109960 +"34142",3978,4003 +"34143",3978,4303 +"34144",3978,4710 +"34145",3978,5867 +"34146",3978,5938 +"34147",3978,6408 +"34148",3978,6944 +"34149",3978,11216 +"34150",3978,15365 +"34151",3978,18381 +"34152",3978,20528 +"34153",3978,20574 +"34154",3978,22117 +"34155",3978,23614 +"34156",3978,28181 +"34157",3978,36593 +"34158",3978,43696 +"34159",3978,46339 +"34160",3978,49657 +"34161",3978,52168 +"34162",3978,64224 +"34163",3978,67306 +"34164",3978,68045 +"34165",3978,82185 +"34166",3979,19850 +"34167",3979,21821 +"34168",3979,24890 +"34169",3979,97006 +"34170",3979,99613 +"34171",3980,15235 +"34172",3980,24975 +"34173",3980,30092 +"34174",3980,30796 +"34175",3980,39246 +"34176",3980,55084 +"34177",3981,4926 +"34178",3981,7103 +"34179",3981,8499 +"34180",3981,17539 +"34181",3981,32243 +"34182",3981,36459 +"34183",3981,37073 +"34184",3981,54734 +"34185",3981,73753 +"34186",3981,91309 +"34187",3981,103967 +"34188",3981,105183 +"34189",3981,113453 +"34190",3982,19917 +"34191",3983,3990 +"34192",3983,7467 +"34193",3983,17257 +"34194",3983,21124 +"34195",3983,38160 +"34196",3983,58195 +"34197",3983,61211 +"34198",3983,96831 +"34199",3983,113121 +"34200",3984,4057 +"34201",3984,5444 +"34202",3984,8760 +"34203",3984,12221 +"34204",3984,15717 +"34205",3984,19748 +"34206",3984,22433 +"34207",3984,45145 +"34208",3984,55900 +"34209",3984,62544 +"34210",3985,56255 +"34211",3985,67109 +"34212",3985,69410 +"34213",3985,69445 +"34214",3985,80565 +"34215",3985,108034 +"34216",3985,108044 +"34217",3986,17819 +"34218",3986,27598 +"34219",3986,36192 +"34220",3986,36218 +"34221",3986,67817 +"34222",3986,72587 +"34223",3986,83422 +"34224",3986,93854 +"34225",3987,4016 +"34226",3987,4058 +"34227",3988,4774 +"34228",3988,6428 +"34229",3988,7354 +"34230",3988,14083 +"34231",3988,23460 +"34232",3988,24447 +"34233",3988,43594 +"34234",3988,55064 +"34235",3988,68047 +"34236",3988,74974 +"34237",3988,86582 +"34238",3988,87373 +"34239",3988,96894 +"34240",3989,4064 +"34241",3989,7902 +"34242",3989,8318 +"34243",3989,8510 +"34244",3989,9998 +"34245",3989,10032 +"34246",3989,10204 +"34247",3989,11021 +"34248",3989,38568 +"34249",3989,40493 +"34250",3989,75380 +"34251",3990,17550 +"34252",3990,81027 +"34253",3991,4007 +"34254",3991,15532 +"34255",3991,39810 +"34256",3991,95330 +"34257",3992,8123 +"34258",3992,12197 +"34259",3992,13386 +"34260",3992,15110 +"34261",3992,18276 +"34262",3992,39893 +"34263",3992,46177 +"34264",3992,63631 +"34265",3992,77056 +"34266",3992,110872 +"34267",3992,116210 +"34268",3993,10633 +"34269",3993,39242 +"34270",3993,56510 +"34271",3993,83780 +"34272",3995,26995 +"34273",3995,43715 +"34274",3995,46351 +"34275",3995,68000 +"34276",3995,70493 +"34277",3995,70517 +"34278",3995,93953 +"34279",3995,112706 +"34280",3995,119437 +"34281",3996,4108 +"34282",3996,30955 +"34283",3996,71269 +"34284",3996,75989 +"34285",3997,10277 +"34286",3997,20140 +"34287",3997,36624 +"34288",3997,38069 +"34289",3997,38589 +"34290",3997,51385 +"34291",3997,57632 +"34292",3997,57694 +"34293",3997,60981 +"34294",3997,61407 +"34295",3997,61454 +"34296",3997,95246 +"34297",3997,95253 +"34298",3997,115306 +"34299",3997,115320 +"34300",3998,18906 +"34301",3998,29267 +"34302",3998,37427 +"34303",3998,39062 +"34304",3998,47595 +"34305",3998,72682 +"34306",3999,15302 +"34307",3999,22876 +"34308",3999,31813 +"34309",3999,52066 +"34310",3999,74088 +"34311",3999,110783 +"34312",4000,5395 +"34313",4000,9048 +"34314",4000,10079 +"34315",4000,11455 +"34316",4000,15841 +"34317",4000,26469 +"34318",4000,26873 +"34319",4000,28354 +"34320",4000,33622 +"34321",4000,39588 +"34322",4000,45918 +"34323",4000,47585 +"34324",4000,52945 +"34325",4000,70975 +"34326",4000,75921 +"34327",4000,80305 +"34328",4000,82315 +"34329",4000,82808 +"34330",4000,84607 +"34331",4000,101410 +"34332",4001,6122 +"34333",4001,9082 +"34334",4001,11921 +"34335",4001,21007 +"34336",4001,22231 +"34337",4001,27686 +"34338",4001,28909 +"34339",4001,29837 +"34340",4001,29977 +"34341",4001,35053 +"34342",4001,38915 +"34343",4001,39787 +"34344",4001,43673 +"34345",4001,50195 +"34346",4001,55028 +"34347",4001,60906 +"34348",4001,62120 +"34349",4001,62426 +"34350",4001,63427 +"34351",4001,63432 +"34352",4002,12338 +"34353",4002,13489 +"34354",4002,30462 +"34355",4002,36416 +"34356",4002,40920 +"34357",4002,49568 +"34358",4002,50621 +"34359",4002,54458 +"34360",4002,54641 +"34361",4002,56107 +"34362",4002,57411 +"34363",4002,67364 +"34364",4002,67536 +"34365",4002,68659 +"34366",4002,71336 +"34367",4002,75141 +"34368",4002,75470 +"34369",4002,101009 +"34370",4003,4287 +"34371",4003,4373 +"34372",4003,4379 +"34373",4003,4381 +"34374",4003,4678 +"34375",4003,5052 +"34376",4003,6408 +"34377",4003,6944 +"34378",4003,6960 +"34379",4003,6977 +"34380",4003,6989 +"34381",4003,8442 +"34382",4003,10807 +"34383",4003,11216 +"34384",4003,11535 +"34385",4003,15365 +"34386",4003,22117 +"34387",4003,28181 +"34388",4003,40366 +"34389",4003,41197 +"34390",4003,41298 +"34391",4003,47232 +"34392",4003,75338 +"34393",4003,82185 +"34394",4003,89199 +"34395",4004,4041 +"34396",4004,4567 +"34397",4004,8181 +"34398",4004,13632 +"34399",4004,15045 +"34400",4004,15192 +"34401",4004,18293 +"34402",4004,18825 +"34403",4004,18924 +"34404",4004,21080 +"34405",4004,21711 +"34406",4004,21746 +"34407",4004,22519 +"34408",4004,24423 +"34409",4004,26312 +"34410",4004,27487 +"34411",4004,31091 +"34412",4004,33672 +"34413",4004,34252 +"34414",4004,34273 +"34415",4004,34284 +"34416",4004,34317 +"34417",4004,53265 +"34418",4004,56187 +"34419",4004,62801 +"34420",4004,68135 +"34421",4004,90256 +"34422",4004,91480 +"34423",4004,111788 +"34424",4005,26978 +"34425",4005,41838 +"34426",4005,67266 +"34427",4006,25195 +"34428",4006,47516 +"34429",4006,63569 +"34430",4006,64414 +"34431",4006,104912 +"34432",4007,25147 +"34433",4007,79278 +"34434",4008,19057 +"34435",4008,22206 +"34436",4008,22249 +"34437",4008,22313 +"34438",4008,32060 +"34439",4008,32235 +"34440",4008,32312 +"34441",4008,32343 +"34442",4008,35688 +"34443",4008,46239 +"34444",4008,66014 +"34445",4009,44979 +"34446",4010,22080 +"34447",4011,5054 +"34448",4011,6922 +"34449",4011,7049 +"34450",4011,8137 +"34451",4011,8601 +"34452",4011,9174 +"34453",4011,11815 +"34454",4011,11816 +"34455",4011,11831 +"34456",4011,11847 +"34457",4011,11848 +"34458",4011,11882 +"34459",4011,11895 +"34460",4011,11918 +"34461",4011,11938 +"34462",4011,11981 +"34463",4011,12060 +"34464",4011,12061 +"34465",4011,12079 +"34466",4011,23504 +"34467",4011,33533 +"34468",4011,40678 +"34469",4011,94456 +"34470",4011,101687 +"34471",4011,102229 +"34472",4011,108411 +"34473",4011,116763 +"34474",4012,5553 +"34475",4012,11688 +"34476",4012,16502 +"34477",4012,18803 +"34478",4012,21009 +"34479",4012,23735 +"34480",4012,24232 +"34481",4012,34424 +"34482",4012,35080 +"34483",4012,35946 +"34484",4012,68356 +"34485",4013,88432 +"34486",4013,88525 +"34487",4014,12676 +"34488",4014,20121 +"34489",4014,40793 +"34490",4014,68395 +"34491",4015,4369 +"34492",4015,34571 +"34493",4015,83610 +"34494",4016,4058 +"34495",4016,32860 +"34496",4016,39423 +"34497",4017,18642 +"34498",4017,28747 +"34499",4017,43898 +"34500",4017,66504 +"34501",4017,78398 +"34502",4017,100916 +"34503",4018,19343 +"34504",4019,13664 +"34505",4019,16595 +"34506",4019,89984 +"34507",4020,19339 +"34508",4020,26530 +"34509",4020,27926 +"34510",4020,47233 +"34511",4020,70133 +"34512",4021,4539 +"34513",4021,13148 +"34514",4021,20958 +"34515",4021,48682 +"34516",4021,65902 +"34517",4021,73323 +"34518",4022,26695 +"34519",4022,30995 +"34520",4022,63212 +"34521",4022,70219 +"34522",4022,109741 +"34523",4022,115130 +"34524",4023,4257 +"34525",4023,5919 +"34526",4023,6550 +"34527",4023,7243 +"34528",4023,9007 +"34529",4023,13667 +"34530",4023,14617 +"34531",4023,18126 +"34532",4023,22204 +"34533",4023,22263 +"34534",4023,22699 +"34535",4023,24119 +"34536",4023,32838 +"34537",4023,35133 +"34538",4023,37594 +"34539",4023,45107 +"34540",4023,48713 +"34541",4023,53295 +"34542",4023,55072 +"34543",4023,59118 +"34544",4023,64650 +"34545",4023,69210 +"34546",4023,76507 +"34547",4023,84042 +"34548",4023,90960 +"34549",4023,92900 +"34550",4023,108612 +"34551",4023,111870 +"34552",4023,118947 +"34553",4023,121171 +"34554",4024,38580 +"34555",4026,6302 +"34556",4026,15500 +"34557",4026,44200 +"34558",4026,44235 +"34559",4026,93307 +"34560",4027,27451 +"34561",4027,29845 +"34562",4027,67254 +"34563",4027,69682 +"34564",4027,78732 +"34565",4027,90409 +"34566",4027,97440 +"34567",4028,5043 +"34568",4028,14416 +"34569",4028,14896 +"34570",4028,17669 +"34571",4028,17724 +"34572",4028,28738 +"34573",4028,29319 +"34574",4028,34886 +"34575",4028,41499 +"34576",4028,41536 +"34577",4028,42953 +"34578",4028,44237 +"34579",4028,54875 +"34580",4028,96821 +"34581",4029,4758 +"34582",4029,5147 +"34583",4029,5154 +"34584",4029,5155 +"34585",4029,5175 +"34586",4029,8004 +"34587",4029,9217 +"34588",4029,9257 +"34589",4029,14345 +"34590",4029,14412 +"34591",4029,16559 +"34592",4029,16861 +"34593",4029,17303 +"34594",4029,29144 +"34595",4029,45685 +"34596",4029,47013 +"34597",4029,58022 +"34598",4029,86450 +"34599",4030,22208 +"34600",4031,4409 +"34601",4031,19048 +"34602",4032,5105 +"34603",4032,45301 +"34604",4032,51512 +"34605",4032,53964 +"34606",4032,54314 +"34607",4032,54387 +"34608",4032,73372 +"34609",4032,102148 +"34610",4032,115708 +"34611",4033,73741 +"34612",4033,89055 +"34613",4034,4086 +"34614",4034,10755 +"34615",4034,10756 +"34616",4035,4036 +"34617",4035,4076 +"34618",4035,4077 +"34619",4035,4078 +"34620",4036,4076 +"34621",4036,4077 +"34622",4036,4078 +"34623",4037,4342 +"34624",4037,4343 +"34625",4037,6727 +"34626",4037,6865 +"34627",4037,6875 +"34628",4037,7286 +"34629",4037,7287 +"34630",4037,56249 +"34631",4037,62359 +"34632",4037,71503 +"34633",4038,28557 +"34634",4038,53922 +"34635",4038,71774 +"34636",4038,106580 +"34637",4038,109988 +"34638",4039,4166 +"34639",4039,4171 +"34640",4039,4230 +"34641",4039,8664 +"34642",4040,5426 +"34643",4040,5800 +"34644",4040,7544 +"34645",4040,13746 +"34646",4040,26070 +"34647",4040,27726 +"34648",4040,28353 +"34649",4040,30033 +"34650",4040,44816 +"34651",4040,45152 +"34652",4040,45228 +"34653",4040,57326 +"34654",4040,73794 +"34655",4040,75421 +"34656",4040,75599 +"34657",4040,79977 +"34658",4040,84510 +"34659",4040,88674 +"34660",4040,88752 +"34661",4040,91742 +"34662",4040,91900 +"34663",4040,100377 +"34664",4040,101832 +"34665",4040,101886 +"34666",4040,101887 +"34667",4040,102455 +"34668",4040,102474 +"34669",4041,4567 +"34670",4041,8181 +"34671",4041,10476 +"34672",4041,13632 +"34673",4041,15045 +"34674",4041,15192 +"34675",4041,15371 +"34676",4041,17788 +"34677",4041,18293 +"34678",4041,18825 +"34679",4041,18924 +"34680",4041,21080 +"34681",4041,21711 +"34682",4041,21746 +"34683",4041,22519 +"34684",4041,24423 +"34685",4041,26312 +"34686",4041,27487 +"34687",4041,27676 +"34688",4041,31091 +"34689",4041,34252 +"34690",4041,34273 +"34691",4041,34284 +"34692",4041,34317 +"34693",4041,37904 +"34694",4041,45682 +"34695",4041,53265 +"34696",4041,65015 +"34697",4041,68135 +"34698",4041,70400 +"34699",4041,100781 +"34700",4042,4393 +"34701",4042,8912 +"34702",4043,16181 +"34703",4043,21144 +"34704",4043,37819 +"34705",4043,62332 +"34706",4043,66415 +"34707",4043,82333 +"34708",4043,83705 +"34709",4043,113529 +"34710",4044,4046 +"34711",4044,4113 +"34712",4044,32543 +"34713",4044,72855 +"34714",4044,73048 +"34715",4044,92333 +"34716",4046,4113 +"34717",4046,69276 +"34718",4046,74647 +"34719",4047,28409 +"34720",4048,37574 +"34721",4048,109605 +"34722",4049,4843 +"34723",4049,4870 +"34724",4050,4098 +"34725",4050,4244 +"34726",4050,5195 +"34727",4050,6233 +"34728",4050,12480 +"34729",4050,16074 +"34730",4050,16164 +"34731",4050,18771 +"34732",4050,20080 +"34733",4050,20824 +"34734",4050,23506 +"34735",4050,31423 +"34736",4050,31492 +"34737",4050,34492 +"34738",4050,36729 +"34739",4050,38848 +"34740",4050,39714 +"34741",4050,44319 +"34742",4050,44858 +"34743",4050,51022 +"34744",4050,51654 +"34745",4050,53703 +"34746",4050,55762 +"34747",4050,56961 +"34748",4050,57105 +"34749",4050,58035 +"34750",4050,65565 +"34751",4050,67434 +"34752",4050,79676 +"34753",4050,83165 +"34754",4050,83906 +"34755",4050,83915 +"34756",4050,83949 +"34757",4050,93887 +"34758",4050,94808 +"34759",4050,122220 +"34760",4051,76635 +"34761",4051,77071 +"34762",4052,4959 +"34763",4053,18935 +"34764",4054,6953 +"34765",4054,10930 +"34766",4054,17998 +"34767",4054,22109 +"34768",4054,52019 +"34769",4054,55775 +"34770",4054,57237 +"34771",4054,58053 +"34772",4054,60776 +"34773",4054,92026 +"34774",4054,119701 +"34775",4056,42486 +"34776",4056,78369 +"34777",4057,4940 +"34778",4057,7323 +"34779",4057,7605 +"34780",4057,9553 +"34781",4057,15273 +"34782",4057,22749 +"34783",4057,35256 +"34784",4057,37570 +"34785",4057,37682 +"34786",4057,39968 +"34787",4057,40019 +"34788",4057,64443 +"34789",4057,71415 +"34790",4057,71496 +"34791",4058,32860 +"34792",4058,39423 +"34793",4059,8948 +"34794",4059,14178 +"34795",4059,28891 +"34796",4059,35421 +"34797",4059,43972 +"34798",4059,44066 +"34799",4059,62876 +"34800",4059,73332 +"34801",4059,97520 +"34802",4059,97550 +"34803",4060,29460 +"34804",4060,29461 +"34805",4060,29497 +"34806",4060,29553 +"34807",4060,49708 +"34808",4060,66869 +"34809",4060,86561 +"34810",4062,15039 +"34811",4062,21575 +"34812",4062,30442 +"34813",4062,37953 +"34814",4062,40427 +"34815",4062,68986 +"34816",4062,77200 +"34817",4062,92625 +"34818",4062,95391 +"34819",4062,107065 +"34820",4062,107486 +"34821",4062,107601 +"34822",4063,4508 +"34823",4063,11154 +"34824",4063,12007 +"34825",4063,13671 +"34826",4063,16646 +"34827",4063,18097 +"34828",4063,18871 +"34829",4063,22744 +"34830",4063,31750 +"34831",4063,31794 +"34832",4063,31800 +"34833",4063,34200 +"34834",4063,35801 +"34835",4063,36444 +"34836",4063,40948 +"34837",4063,45515 +"34838",4063,49504 +"34839",4063,51233 +"34840",4063,58263 +"34841",4063,58730 +"34842",4063,69934 +"34843",4063,76643 +"34844",4063,86109 +"34845",4064,5429 +"34846",4064,7902 +"34847",4064,9998 +"34848",4064,10032 +"34849",4064,10204 +"34850",4064,11021 +"34851",4065,65813 +"34852",4066,4746 +"34853",4066,5987 +"34854",4066,6242 +"34855",4066,22291 +"34856",4066,22594 +"34857",4066,43283 +"34858",4066,47973 +"34859",4066,76686 +"34860",4066,80496 +"34861",4066,80497 +"34862",4067,34384 +"34863",4067,42428 +"34864",4067,42492 +"34865",4067,85177 +"34866",4068,12584 +"34867",4068,42342 +"34868",4068,51042 +"34869",4068,100354 +"34870",4069,4710 +"34871",4069,5159 +"34872",4069,6194 +"34873",4069,12579 +"34874",4069,22295 +"34875",4069,25564 +"34876",4069,29373 +"34877",4069,30519 +"34878",4069,33266 +"34879",4069,41528 +"34880",4069,42132 +"34881",4069,47840 +"34882",4069,50391 +"34883",4069,63150 +"34884",4069,80056 +"34885",4069,80091 +"34886",4070,5291 +"34887",4070,10948 +"34888",4071,7733 +"34889",4071,10622 +"34890",4071,11485 +"34891",4071,21010 +"34892",4071,29275 +"34893",4071,31182 +"34894",4071,46429 +"34895",4071,72591 +"34896",4071,73810 +"34897",4071,105347 +"34898",4071,106078 +"34899",4072,4074 +"34900",4072,6248 +"34901",4072,8911 +"34902",4072,8951 +"34903",4072,8970 +"34904",4072,10710 +"34905",4072,10784 +"34906",4072,13858 +"34907",4072,23165 +"34908",4072,59804 +"34909",4072,86850 +"34910",4072,93944 +"34911",4072,93954 +"34912",4073,5226 +"34913",4073,11106 +"34914",4073,17473 +"34915",4073,48571 +"34916",4073,48654 +"34917",4073,91922 +"34918",4073,97025 +"34919",4074,5275 +"34920",4075,6330 +"34921",4075,7582 +"34922",4075,30740 +"34923",4075,39702 +"34924",4076,4077 +"34925",4076,4078 +"34926",4076,32854 +"34927",4076,51483 +"34928",4076,80773 +"34929",4076,80775 +"34930",4076,80786 +"34931",4076,80803 +"34932",4076,80830 +"34933",4076,80831 +"34934",4077,4078 +"34935",4077,37210 +"34936",4079,18531 +"34937",4080,13140 +"34938",4080,19402 +"34939",4080,37561 +"34940",4080,86845 +"34941",4080,119814 +"34942",4081,4351 +"34943",4082,4083 +"34944",4082,19633 +"34945",4082,20094 +"34946",4082,21381 +"34947",4082,22394 +"34948",4082,39952 +"34949",4082,40667 +"34950",4082,43729 +"34951",4082,45115 +"34952",4082,45216 +"34953",4082,50707 +"34954",4082,56287 +"34955",4082,59082 +"34956",4082,68274 +"34957",4082,69928 +"34958",4082,72507 +"34959",4084,18296 +"34960",4084,38756 +"34961",4084,48012 +"34962",4085,20101 +"34963",4085,31495 +"34964",4085,75733 +"34965",4086,5524 +"34966",4086,7388 +"34967",4086,7648 +"34968",4086,8741 +"34969",4086,10320 +"34970",4086,10597 +"34971",4086,10694 +"34972",4086,14442 +"34973",4086,23190 +"34974",4086,24867 +"34975",4086,24868 +"34976",4086,25053 +"34977",4086,27794 +"34978",4086,28316 +"34979",4086,29354 +"34980",4086,29751 +"34981",4086,36996 +"34982",4086,41579 +"34983",4086,54608 +"34984",4086,68347 +"34985",4086,78938 +"34986",4086,84322 +"34987",4087,47460 +"34988",4087,54987 +"34989",4087,54992 +"34990",4088,7403 +"34991",4088,8287 +"34992",4088,13224 +"34993",4088,22503 +"34994",4088,78829 +"34995",4088,95502 +"34996",4089,4634 +"34997",4089,5037 +"34998",4089,8166 +"34999",4089,8839 +"35000",4089,9656 +"35001",4089,12634 +"35002",4089,13829 +"35003",4089,15281 +"35004",4089,16871 +"35005",4089,20709 +"35006",4089,21717 +"35007",4089,33090 +"35008",4089,33649 +"35009",4089,47882 +"35010",4089,52765 +"35011",4089,52848 +"35012",4089,52861 +"35013",4089,55106 +"35014",4089,61266 +"35015",4089,61942 +"35016",4089,88448 +"35017",4089,105927 +"35018",4089,107364 +"35019",4090,118998 +"35020",4091,6193 +"35021",4091,33410 +"35022",4091,79390 +"35023",4091,121471 +"35024",4092,4114 +"35025",4093,8648 +"35026",4093,8826 +"35027",4094,6052 +"35028",4094,7471 +"35029",4094,8686 +"35030",4094,8870 +"35031",4094,8888 +"35032",4094,8942 +"35033",4094,9741 +"35034",4094,12640 +"35035",4094,13313 +"35036",4094,14441 +"35037",4094,15378 +"35038",4094,17447 +"35039",4094,19034 +"35040",4094,19580 +"35041",4094,19791 +"35042",4094,23386 +"35043",4094,31235 +"35044",4094,39667 +"35045",4094,47733 +"35046",4094,75883 +"35047",4094,75888 +"35048",4094,75892 +"35049",4094,75893 +"35050",4094,75898 +"35051",4095,15668 +"35052",4095,41746 +"35053",4095,61088 +"35054",4095,62047 +"35055",4095,65151 +"35056",4095,66027 +"35057",4095,93662 +"35058",4095,94795 +"35059",4095,95030 +"35060",4096,27138 +"35061",4096,107474 +"35062",4097,5174 +"35063",4097,5897 +"35064",4097,8716 +"35065",4097,8790 +"35066",4097,10033 +"35067",4097,10332 +"35068",4097,11023 +"35069",4097,16126 +"35070",4097,17497 +"35071",4097,22706 +"35072",4097,23462 +"35073",4097,24810 +"35074",4097,26390 +"35075",4097,26521 +"35076",4097,26531 +"35077",4097,26763 +"35078",4097,50044 +"35079",4097,50213 +"35080",4097,52919 +"35081",4097,72410 +"35082",4097,81739 +"35083",4097,85776 +"35084",4097,88574 +"35085",4097,89928 +"35086",4097,100595 +"35087",4097,101157 +"35088",4097,103577 +"35089",4097,104798 +"35090",4098,15803 +"35091",4098,20824 +"35092",4098,25194 +"35093",4098,31423 +"35094",4098,31492 +"35095",4098,34216 +"35096",4098,38848 +"35097",4098,39714 +"35098",4098,44319 +"35099",4098,44858 +"35100",4098,51654 +"35101",4098,57105 +"35102",4098,58035 +"35103",4098,83165 +"35104",4098,83906 +"35105",4098,83915 +"35106",4098,83949 +"35107",4099,8613 +"35108",4099,16284 +"35109",4099,36548 +"35110",4099,69906 +"35111",4099,83526 +"35112",4099,91019 +"35113",4099,103639 +"35114",4099,103640 +"35115",4099,103850 +"35116",4099,117722 +"35117",4099,117737 +"35118",4100,46608 +"35119",4102,5264 +"35120",4102,13635 +"35121",4102,28580 +"35122",4102,37054 +"35123",4102,40155 +"35124",4102,44647 +"35125",4102,54399 +"35126",4102,58671 +"35127",4102,71561 +"35128",4103,24427 +"35129",4104,4246 +"35130",4104,16273 +"35131",4104,18182 +"35132",4104,31415 +"35133",4105,11531 +"35134",4106,8600 +"35135",4106,45886 +"35136",4106,47183 +"35137",4106,47184 +"35138",4107,4121 +"35139",4107,18891 +"35140",4107,28614 +"35141",4107,36637 +"35142",4107,45282 +"35143",4107,52077 +"35144",4107,56705 +"35145",4107,79837 +"35146",4107,96983 +"35147",4108,6700 +"35148",4108,11470 +"35149",4108,14138 +"35150",4108,15169 +"35151",4108,25835 +"35152",4108,29356 +"35153",4108,29362 +"35154",4108,30955 +"35155",4108,31809 +"35156",4108,45084 +"35157",4108,48096 +"35158",4108,60082 +"35159",4108,67362 +"35160",4108,79744 +"35161",4108,81160 +"35162",4108,81689 +"35163",4108,89675 +"35164",4109,5810 +"35165",4109,10790 +"35166",4109,14309 +"35167",4109,20694 +"35168",4109,24716 +"35169",4109,31219 +"35170",4109,32877 +"35171",4109,39444 +"35172",4109,39853 +"35173",4109,43143 +"35174",4109,48341 +"35175",4109,48414 +"35176",4109,59276 +"35177",4109,63132 +"35178",4109,68194 +"35179",4109,77414 +"35180",4109,78287 +"35181",4109,82368 +"35182",4109,83909 +"35183",4109,83956 +"35184",4109,83957 +"35185",4109,90840 +"35186",4109,93017 +"35187",4109,94353 +"35188",4109,94794 +"35189",4109,95082 +"35190",4109,95439 +"35191",4109,122094 +"35192",4110,6614 +"35193",4111,5852 +"35194",4111,6207 +"35195",4111,101365 +"35196",4112,25173 +"35197",4112,62930 +"35198",4113,10899 +"35199",4113,14090 +"35200",4114,18801 +"35201",4114,21187 +"35202",4114,22689 +"35203",4114,39188 +"35204",4114,52918 +"35205",4114,82510 +"35206",4114,85958 +"35207",4114,86653 +"35208",4116,6603 +"35209",4116,10067 +"35210",4116,16499 +"35211",4116,21905 +"35212",4116,24983 +"35213",4116,27299 +"35214",4116,27314 +"35215",4116,79823 +"35216",4116,88209 +"35217",4116,95448 +"35218",4116,120690 +"35219",4117,32340 +"35220",4117,51434 +"35221",4117,67815 +"35222",4117,92368 +"35223",4118,11148 +"35224",4118,28898 +"35225",4118,33472 +"35226",4118,70636 +"35227",4118,82675 +"35228",4118,82676 +"35229",4119,20333 +"35230",4120,6076 +"35231",4120,6596 +"35232",4120,9624 +"35233",4120,24166 +"35234",4120,28991 +"35235",4120,44674 +"35236",4121,18891 +"35237",4121,28614 +"35238",4121,29000 +"35239",4121,40074 +"35240",4121,52077 +"35241",4121,56705 +"35242",4121,91090 +"35243",4121,92280 +"35244",4121,106651 +"35245",4122,46162 +"35246",4122,62401 +"35247",4122,79028 +"35248",4122,86208 +"35249",4123,4213 +"35250",4123,28636 +"35251",4123,32710 +"35252",4123,80511 +"35253",4123,84532 +"35254",4123,85350 +"35255",4123,85353 +"35256",4123,90364 +"35257",4123,95818 +"35258",4124,107139 +"35259",4124,109785 +"35260",4125,6489 +"35261",4125,73903 +"35262",4125,93947 +"35263",4126,5553 +"35264",4126,12107 +"35265",4126,23305 +"35266",4126,107919 +"35267",4127,18713 +"35268",4127,21925 +"35269",4127,22050 +"35270",4127,22670 +"35271",4127,23071 +"35272",4127,27339 +"35273",4127,36299 +"35274",4127,54921 +"35275",4127,75946 +"35276",4127,91123 +"35277",4128,4189 +"35278",4128,4207 +"35279",4128,4210 +"35280",4128,4236 +"35281",4128,4398 +"35282",4128,4421 +"35283",4128,9463 +"35284",4128,9492 +"35285",4128,23387 +"35286",4128,44825 +"35287",4129,4669 +"35288",4129,4941 +"35289",4129,5304 +"35290",4129,5406 +"35291",4129,6189 +"35292",4129,6280 +"35293",4129,6298 +"35294",4129,7868 +"35295",4129,10365 +"35296",4129,11566 +"35297",4129,12994 +"35298",4129,13822 +"35299",4129,18066 +"35300",4129,22460 +"35301",4129,23528 +"35302",4129,24796 +"35303",4129,28869 +"35304",4129,30030 +"35305",4129,35612 +"35306",4129,37235 +"35307",4129,38736 +"35308",4129,39198 +"35309",4129,41197 +"35310",4129,41464 +"35311",4129,42746 +"35312",4129,50343 +"35313",4129,76482 +"35314",4129,78596 +"35315",4129,78640 +"35316",4129,78675 +"35317",4129,91275 +"35318",4130,4345 +"35319",4130,5315 +"35320",4130,6047 +"35321",4130,6121 +"35322",4130,8456 +"35323",4130,10358 +"35324",4130,12510 +"35325",4130,13364 +"35326",4130,14032 +"35327",4130,17493 +"35328",4130,20150 +"35329",4130,20253 +"35330",4130,21411 +"35331",4130,22088 +"35332",4130,23310 +"35333",4130,26076 +"35334",4130,27187 +"35335",4130,28514 +"35336",4130,29561 +"35337",4130,31767 +"35338",4130,44005 +"35339",4130,44581 +"35340",4130,44983 +"35341",4130,45506 +"35342",4130,46071 +"35343",4130,49424 +"35344",4130,51299 +"35345",4130,52924 +"35346",4130,62488 +"35347",4130,71693 +"35348",4130,74730 +"35349",4130,78032 +"35350",4130,82885 +"35351",4130,84434 +"35352",4130,92817 +"35353",4130,94653 +"35354",4130,98406 +"35355",4130,102881 +"35356",4130,110250 +"35357",4130,110343 +"35358",4130,112480 +"35359",4130,122076 +"35360",4131,4201 +"35361",4131,37879 +"35362",4132,4539 +"35363",4133,35511 +"35364",4133,100091 +"35365",4134,56807 +"35366",4134,69475 +"35367",4134,73844 +"35368",4134,77220 +"35369",4135,22458 +"35370",4135,31231 +"35371",4135,32272 +"35372",4135,33297 +"35373",4135,33314 +"35374",4135,34881 +"35375",4135,37688 +"35376",4135,46365 +"35377",4135,51835 +"35378",4136,4490 +"35379",4136,4564 +"35380",4136,4657 +"35381",4136,4824 +"35382",4136,4830 +"35383",4136,4831 +"35384",4136,5193 +"35385",4136,7215 +"35386",4136,14715 +"35387",4136,27773 +"35388",4136,29815 +"35389",4136,29825 +"35390",4136,30264 +"35391",4136,32814 +"35392",4136,33181 +"35393",4136,46329 +"35394",4136,54968 +"35395",4136,71206 +"35396",4137,51363 +"35397",4137,54363 +"35398",4138,4200 +"35399",4138,4231 +"35400",4138,4236 +"35401",4138,6241 +"35402",4138,13448 +"35403",4138,16603 +"35404",4138,16825 +"35405",4138,24405 +"35406",4138,40889 +"35407",4138,43246 +"35408",4138,70219 +"35409",4138,76065 +"35410",4138,81877 +"35411",4139,71618 +"35412",4139,90108 +"35413",4139,94829 +"35414",4139,97123 +"35415",4140,39910 +"35416",4140,46990 +"35417",4141,4779 +"35418",4141,5036 +"35419",4141,5075 +"35420",4141,5081 +"35421",4141,6221 +"35422",4141,48074 +"35423",4141,58829 +"35424",4141,71675 +"35425",4141,73261 +"35426",4142,29769 +"35427",4142,30076 +"35428",4142,32820 +"35429",4142,37985 +"35430",4142,39261 +"35431",4142,45541 +"35432",4142,46471 +"35433",4142,62244 +"35434",4142,63264 +"35435",4142,82200 +"35436",4142,92508 +"35437",4142,93078 +"35438",4142,93381 +"35439",4142,116926 +"35440",4143,17052 +"35441",4143,25950 +"35442",4143,26043 +"35443",4143,31519 +"35444",4143,36508 +"35445",4143,54476 +"35446",4143,78831 +"35447",4143,79371 +"35448",4143,84035 +"35449",4143,100708 +"35450",4143,100780 +"35451",4144,4673 +"35452",4144,14343 +"35453",4144,15502 +"35454",4144,18072 +"35455",4144,23152 +"35456",4144,32678 +"35457",4144,35911 +"35458",4144,47217 +"35459",4144,93111 +"35460",4145,10173 +"35461",4145,17499 +"35462",4145,17676 +"35463",4145,26527 +"35464",4145,26597 +"35465",4145,39524 +"35466",4145,39628 +"35467",4145,42382 +"35468",4145,46616 +"35469",4145,48644 +"35470",4145,53584 +"35471",4145,59538 +"35472",4145,92358 +"35473",4146,88501 +"35474",4146,91684 +"35475",4146,97050 +"35476",4147,9459 +"35477",4147,14035 +"35478",4148,5318 +"35479",4148,5452 +"35480",4148,6415 +"35481",4148,7130 +"35482",4148,9082 +"35483",4148,12680 +"35484",4148,12998 +"35485",4148,16075 +"35486",4148,16866 +"35487",4148,17942 +"35488",4148,18865 +"35489",4148,20176 +"35490",4148,20252 +"35491",4148,26355 +"35492",4148,26642 +"35493",4148,26929 +"35494",4148,27077 +"35495",4148,29482 +"35496",4148,35702 +"35497",4148,36270 +"35498",4148,41451 +"35499",4148,43757 +"35500",4148,44124 +"35501",4148,47133 +"35502",4148,47414 +"35503",4148,49106 +"35504",4148,57094 +"35505",4148,58898 +"35506",4148,59147 +"35507",4148,59237 +"35508",4148,59359 +"35509",4148,61563 +"35510",4148,61867 +"35511",4148,62007 +"35512",4148,62078 +"35513",4148,62375 +"35514",4148,62633 +"35515",4148,63395 +"35516",4148,64408 +"35517",4148,64418 +"35518",4148,64511 +"35519",4148,65230 +"35520",4148,66145 +"35521",4148,67503 +"35522",4148,67721 +"35523",4148,68816 +"35524",4148,68909 +"35525",4148,68938 +"35526",4148,69332 +"35527",4148,69681 +"35528",4148,70610 +"35529",4148,70611 +"35530",4148,70725 +"35531",4148,71211 +"35532",4148,71505 +"35533",4148,71887 +"35534",4149,8335 +"35535",4149,10769 +"35536",4149,14288 +"35537",4149,14350 +"35538",4149,20229 +"35539",4149,29572 +"35540",4149,29608 +"35541",4149,45617 +"35542",4149,56317 +"35543",4149,56388 +"35544",4149,61970 +"35545",4149,81588 +"35546",4149,85821 +"35547",4149,89097 +"35548",4149,101999 +"35549",4150,47741 +"35550",4150,67721 +"35551",4150,70546 +"35552",4150,94098 +"35553",4150,109297 +"35554",4151,4156 +"35555",4151,4183 +"35556",4151,4188 +"35557",4152,39875 +"35558",4153,4526 +"35559",4153,12677 +"35560",4153,15208 +"35561",4153,19714 +"35562",4153,19828 +"35563",4153,22166 +"35564",4153,25776 +"35565",4153,29102 +"35566",4153,48055 +"35567",4153,48466 +"35568",4153,72281 +"35569",4153,115162 +"35570",4154,31397 +"35571",4154,79194 +"35572",4155,4174 +"35573",4155,4374 +"35574",4155,4558 +"35575",4155,10769 +"35576",4155,12791 +"35577",4155,17083 +"35578",4155,18707 +"35579",4155,30052 +"35580",4155,54080 +"35581",4155,60421 +"35582",4155,63753 +"35583",4155,73991 +"35584",4155,76892 +"35585",4156,4183 +"35586",4156,4188 +"35587",4156,4560 +"35588",4156,9778 +"35589",4156,14838 +"35590",4156,16969 +"35591",4156,31567 +"35592",4156,32734 +"35593",4156,45198 +"35594",4156,58691 +"35595",4156,62695 +"35596",4157,29627 +"35597",4157,48700 +"35598",4157,54138 +"35599",4157,96050 +"35600",4158,6204 +"35601",4158,6321 +"35602",4158,11715 +"35603",4158,12295 +"35604",4158,14052 +"35605",4158,30055 +"35606",4158,30154 +"35607",4158,37069 +"35608",4158,44334 +"35609",4158,58334 +"35610",4158,66323 +"35611",4158,67499 +"35612",4158,73015 +"35613",4158,83444 +"35614",4158,99949 +"35615",4158,101914 +"35616",4158,103631 +"35617",4158,103723 +"35618",4158,103732 +"35619",4158,103759 +"35620",4158,103773 +"35621",4159,52203 +"35622",4159,59570 +"35623",4160,4497 +"35624",4160,87290 +"35625",4160,87304 +"35626",4161,10271 +"35627",4161,11769 +"35628",4161,25241 +"35629",4161,25529 +"35630",4161,25853 +"35631",4161,44529 +"35632",4161,52796 +"35633",4162,7702 +"35634",4162,12448 +"35635",4162,18354 +"35636",4162,18629 +"35637",4162,26794 +"35638",4162,48335 +"35639",4162,87773 +"35640",4163,5908 +"35641",4163,15574 +"35642",4163,17630 +"35643",4163,17722 +"35644",4163,30893 +"35645",4163,31952 +"35646",4163,56289 +"35647",4163,56309 +"35648",4164,36276 +"35649",4164,76998 +"35650",4164,77501 +"35651",4165,4473 +"35652",4165,4798 +"35653",4165,22321 +"35654",4165,22439 +"35655",4165,22449 +"35656",4165,22593 +"35657",4165,37157 +"35658",4165,48086 +"35659",4165,50724 +"35660",4165,63081 +"35661",4165,67704 +"35662",4165,72601 +"35663",4166,4171 +"35664",4166,4230 +"35665",4166,8664 +"35666",4167,4168 +"35667",4167,7656 +"35668",4167,30224 +"35669",4167,35586 +"35670",4167,51651 +"35671",4167,54227 +"35672",4167,60744 +"35673",4167,60838 +"35674",4167,70766 +"35675",4167,83318 +"35676",4167,95197 +"35677",4168,52027 +"35678",4169,8199 +"35679",4169,9851 +"35680",4169,13822 +"35681",4169,15515 +"35682",4169,21445 +"35683",4169,24176 +"35684",4169,31868 +"35685",4169,37905 +"35686",4169,94715 +"35687",4170,13779 +"35688",4171,4230 +"35689",4171,8664 +"35690",4172,4240 +"35691",4172,5599 +"35692",4172,23878 +"35693",4172,33353 +"35694",4172,35667 +"35695",4172,42544 +"35696",4172,44240 +"35697",4172,93090 +"35698",4172,93091 +"35699",4173,4178 +"35700",4173,4206 +"35701",4173,4241 +"35702",4174,4374 +"35703",4174,6052 +"35704",4174,12642 +"35705",4174,17083 +"35706",4174,18707 +"35707",4174,18995 +"35708",4174,21451 +"35709",4174,23697 +"35710",4174,27694 +"35711",4174,30052 +"35712",4174,30708 +"35713",4174,31609 +"35714",4174,32130 +"35715",4174,33569 +"35716",4174,34885 +"35717",4174,54080 +"35718",4174,56317 +"35719",4174,60421 +"35720",4174,73991 +"35721",4174,79973 +"35722",4174,112639 +"35723",4175,4289 +"35724",4175,4897 +"35725",4175,7115 +"35726",4175,7905 +"35727",4175,12975 +"35728",4175,18103 +"35729",4175,38227 +"35730",4175,40519 +"35731",4175,101734 +"35732",4175,101749 +"35733",4176,42958 +"35734",4176,43566 +"35735",4176,45269 +"35736",4178,4206 +"35737",4178,4241 +"35738",4178,12491 +"35739",4179,4203 +"35740",4179,4208 +"35741",4179,8556 +"35742",4179,8940 +"35743",4179,9662 +"35744",4179,9730 +"35745",4179,9765 +"35746",4179,9770 +"35747",4179,9817 +"35748",4179,9835 +"35749",4179,9844 +"35750",4179,9909 +"35751",4179,9930 +"35752",4179,9931 +"35753",4179,9938 +"35754",4179,18191 +"35755",4179,18925 +"35756",4179,36525 +"35757",4179,36576 +"35758",4179,41606 +"35759",4179,66355 +"35760",4180,7253 +"35761",4180,13538 +"35762",4180,17579 +"35763",4180,21081 +"35764",4180,34953 +"35765",4180,48114 +"35766",4180,97813 +"35767",4181,34505 +"35768",4181,52675 +"35769",4182,54503 +"35770",4182,111363 +"35771",4183,4188 +"35772",4183,4875 +"35773",4183,11868 +"35774",4183,15320 +"35775",4183,15784 +"35776",4183,17111 +"35777",4183,19266 +"35778",4183,24611 +"35779",4183,28078 +"35780",4183,37029 +"35781",4183,37494 +"35782",4183,49088 +"35783",4183,49172 +"35784",4183,55895 +"35785",4183,86153 +"35786",4184,17217 +"35787",4184,31854 +"35788",4184,38087 +"35789",4184,42069 +"35790",4184,44944 +"35791",4184,52679 +"35792",4184,62699 +"35793",4184,63205 +"35794",4184,65523 +"35795",4184,70960 +"35796",4184,86255 +"35797",4184,86359 +"35798",4184,90003 +"35799",4185,10198 +"35800",4186,57723 +"35801",4186,79965 +"35802",4187,38113 +"35803",4187,66861 +"35804",4187,116020 +"35805",4188,4229 +"35806",4188,4560 +"35807",4188,9778 +"35808",4188,20630 +"35809",4188,24481 +"35810",4188,32734 +"35811",4188,65722 +"35812",4188,87429 +"35813",4189,4207 +"35814",4189,4210 +"35815",4189,4398 +"35816",4189,4421 +"35817",4189,17030 +"35818",4189,39576 +"35819",4189,49848 +"35820",4189,53569 +"35821",4189,54361 +"35822",4189,63675 +"35823",4189,74977 +"35824",4189,76238 +"35825",4189,76240 +"35826",4189,76242 +"35827",4189,76253 +"35828",4189,76254 +"35829",4189,76258 +"35830",4189,76261 +"35831",4189,76263 +"35832",4189,76409 +"35833",4189,76411 +"35834",4190,14008 +"35835",4190,66306 +"35836",4191,4618 +"35837",4191,4809 +"35838",4191,4810 +"35839",4191,4822 +"35840",4191,4851 +"35841",4191,8772 +"35842",4191,17357 +"35843",4191,24447 +"35844",4191,25538 +"35845",4191,25608 +"35846",4191,25643 +"35847",4191,26271 +"35848",4191,29348 +"35849",4191,29745 +"35850",4191,31380 +"35851",4191,33574 +"35852",4191,39714 +"35853",4191,40293 +"35854",4191,51336 +"35855",4191,51396 +"35856",4191,51410 +"35857",4191,54553 +"35858",4191,64722 +"35859",4191,82208 +"35860",4191,83180 +"35861",4191,83674 +"35862",4191,83906 +"35863",4191,84646 +"35864",4191,87895 +"35865",4191,87897 +"35866",4191,110006 +"35867",4191,113555 +"35868",4192,19903 +"35869",4192,42257 +"35870",4192,46675 +"35871",4192,52023 +"35872",4192,53952 +"35873",4192,54226 +"35874",4192,91401 +"35875",4192,98061 +"35876",4192,115705 +"35877",4193,12945 +"35878",4194,16613 +"35879",4194,20412 +"35880",4194,39100 +"35881",4194,61382 +"35882",4195,7119 +"35883",4195,28969 +"35884",4195,63012 +"35885",4195,69561 +"35886",4195,80251 +"35887",4196,20297 +"35888",4196,39047 +"35889",4197,32662 +"35890",4197,59852 +"35891",4197,72385 +"35892",4197,81870 +"35893",4197,91779 +"35894",4197,108430 +"35895",4197,122496 +"35896",4197,122502 +"35897",4198,8354 +"35898",4198,28898 +"35899",4198,109303 +"35900",4199,21128 +"35901",4199,21270 +"35902",4199,21303 +"35903",4199,21342 +"35904",4199,21362 +"35905",4199,23990 +"35906",4199,39063 +"35907",4199,101762 +"35908",4200,4231 +"35909",4200,4236 +"35910",4201,18590 +"35911",4201,18657 +"35912",4201,19298 +"35913",4201,31119 +"35914",4201,34228 +"35915",4201,37938 +"35916",4201,39210 +"35917",4201,39228 +"35918",4201,41932 +"35919",4202,4448 +"35920",4202,4454 +"35921",4202,4557 +"35922",4202,4616 +"35923",4202,4617 +"35924",4202,8716 +"35925",4202,9376 +"35926",4202,9481 +"35927",4202,9739 +"35928",4202,10453 +"35929",4202,11313 +"35930",4202,11552 +"35931",4202,11582 +"35932",4202,11583 +"35933",4202,11642 +"35934",4202,11644 +"35935",4202,13871 +"35936",4202,15506 +"35937",4202,16687 +"35938",4202,17018 +"35939",4202,20697 +"35940",4202,22061 +"35941",4202,22617 +"35942",4202,30361 +"35943",4202,30368 +"35944",4202,30924 +"35945",4202,31542 +"35946",4202,33787 +"35947",4202,35895 +"35948",4202,40309 +"35949",4202,43574 +"35950",4202,45766 +"35951",4202,49636 +"35952",4202,54805 +"35953",4202,55824 +"35954",4202,56569 +"35955",4202,77478 +"35956",4202,81619 +"35957",4202,90102 +"35958",4202,93755 +"35959",4202,121505 +"35960",4203,4208 +"35961",4203,9246 +"35962",4203,57610 +"35963",4204,13817 +"35964",4204,33094 +"35965",4204,43220 +"35966",4205,4212 +"35967",4206,4241 +"35968",4207,4210 +"35969",4207,4398 +"35970",4207,4421 +"35971",4207,17030 +"35972",4207,49848 +"35973",4207,53569 +"35974",4207,54361 +"35975",4207,63675 +"35976",4207,74977 +"35977",4207,76238 +"35978",4207,76240 +"35979",4207,76242 +"35980",4207,76253 +"35981",4207,76254 +"35982",4207,76258 +"35983",4207,76261 +"35984",4207,76263 +"35985",4207,76409 +"35986",4207,76411 +"35987",4208,18302 +"35988",4208,26720 +"35989",4208,31374 +"35990",4208,32024 +"35991",4208,36712 +"35992",4210,4398 +"35993",4210,4421 +"35994",4211,11840 +"35995",4211,33015 +"35996",4211,33735 +"35997",4211,79752 +"35998",4211,84010 +"35999",4211,84011 +"36000",4212,35002 +"36001",4212,45077 +"36002",4212,45370 +"36003",4212,69359 +"36004",4213,4788 +"36005",4213,5577 +"36006",4213,8277 +"36007",4213,14185 +"36008",4213,18197 +"36009",4213,19221 +"36010",4213,20798 +"36011",4213,22797 +"36012",4213,24882 +"36013",4213,26273 +"36014",4213,34583 +"36015",4213,35041 +"36016",4213,40544 +"36017",4213,60753 +"36018",4213,62056 +"36019",4213,62878 +"36020",4213,63250 +"36021",4213,63424 +"36022",4213,67166 +"36023",4213,70931 +"36024",4213,73156 +"36025",4213,73374 +"36026",4213,88618 +"36027",4213,90675 +"36028",4213,92929 +"36029",4213,94400 +"36030",4213,99169 +"36031",4213,104144 +"36032",4213,105878 +"36033",4213,108844 +"36034",4213,116836 +"36035",4214,26888 +"36036",4214,54384 +"36037",4214,58882 +"36038",4214,69955 +"36039",4215,25560 +"36040",4215,96355 +"36041",4216,26889 +"36042",4216,75586 +"36043",4217,7616 +"36044",4217,12278 +"36045",4217,16539 +"36046",4217,28157 +"36047",4217,36784 +"36048",4217,42523 +"36049",4217,67556 +"36050",4217,74234 +"36051",4217,76646 +"36052",4217,82893 +"36053",4217,83273 +"36054",4217,85189 +"36055",4217,96564 +"36056",4217,96611 +"36057",4218,4283 +"36058",4218,17859 +"36059",4218,43601 +"36060",4218,109953 +"36061",4219,23729 +"36062",4219,52136 +"36063",4220,50649 +"36064",4220,59305 +"36065",4220,82052 +"36066",4221,36339 +"36067",4221,54209 +"36068",4221,57929 +"36069",4222,5517 +"36070",4222,13422 +"36071",4222,31139 +"36072",4222,53104 +"36073",4222,79965 +"36074",4223,20252 +"36075",4223,25221 +"36076",4223,26642 +"36077",4224,4310 +"36078",4224,4640 +"36079",4224,4691 +"36080",4224,111005 +"36081",4225,4634 +"36082",4225,5037 +"36083",4225,14490 +"36084",4225,26632 +"36085",4225,49240 +"36086",4225,49259 +"36087",4225,49389 +"36088",4225,49440 +"36089",4226,4692 +"36090",4226,4747 +"36091",4226,4765 +"36092",4226,4872 +"36093",4226,6491 +"36094",4226,6672 +"36095",4226,7023 +"36096",4226,10266 +"36097",4226,11078 +"36098",4226,15539 +"36099",4226,15643 +"36100",4226,19674 +"36101",4226,24789 +"36102",4226,25473 +"36103",4226,26130 +"36104",4226,26345 +"36105",4226,26451 +"36106",4226,32026 +"36107",4226,32811 +"36108",4226,43517 +"36109",4226,43518 +"36110",4226,48260 +"36111",4226,55543 +"36112",4226,58133 +"36113",4227,4235 +"36114",4227,4254 +"36115",4228,10218 +"36116",4228,11199 +"36117",4228,20994 +"36118",4228,25128 +"36119",4228,66141 +"36120",4228,81600 +"36121",4228,94637 +"36122",4228,117731 +"36123",4229,4560 +"36124",4229,20508 +"36125",4229,22235 +"36126",4229,29596 +"36127",4229,30245 +"36128",4230,8664 +"36129",4231,4236 +"36130",4231,36629 +"36131",4231,44782 +"36132",4231,44825 +"36133",4231,44839 +"36134",4231,45130 +"36135",4231,86766 +"36136",4233,4656 +"36137",4233,4661 +"36138",4234,4504 +"36139",4234,11944 +"36140",4234,12274 +"36141",4234,12355 +"36142",4234,30555 +"36143",4234,54640 +"36144",4235,4254 +"36145",4236,23387 +"36146",4236,36629 +"36147",4236,38974 +"36148",4236,44782 +"36149",4236,44825 +"36150",4236,44839 +"36151",4236,45130 +"36152",4236,89734 +"36153",4236,96597 +"36154",4237,8285 +"36155",4237,20231 +"36156",4237,57334 +"36157",4237,59127 +"36158",4237,61445 +"36159",4237,62513 +"36160",4237,96364 +"36161",4237,118798 +"36162",4238,7255 +"36163",4238,19024 +"36164",4238,20216 +"36165",4238,41514 +"36166",4238,47162 +"36167",4238,54731 +"36168",4238,70738 +"36169",4239,91381 +"36170",4239,97201 +"36171",4239,102978 +"36172",4239,103002 +"36173",4239,103016 +"36174",4240,20641 +"36175",4240,21198 +"36176",4240,23134 +"36177",4240,25384 +"36178",4240,29420 +"36179",4240,32751 +"36180",4240,36356 +"36181",4240,36972 +"36182",4240,53250 +"36183",4240,58530 +"36184",4240,64338 +"36185",4240,64792 +"36186",4240,84743 +"36187",4240,87865 +"36188",4240,121343 +"36189",4241,22328 +"36190",4242,6952 +"36191",4242,8471 +"36192",4242,9506 +"36193",4242,9716 +"36194",4242,10073 +"36195",4242,14626 +"36196",4242,29277 +"36197",4242,32582 +"36198",4242,35663 +"36199",4242,38653 +"36200",4242,53793 +"36201",4242,78768 +"36202",4242,83658 +"36203",4242,83810 +"36204",4242,84757 +"36205",4242,89724 +"36206",4243,16347 +"36207",4243,49379 +"36208",4243,52946 +"36209",4244,5046 +"36210",4244,5195 +"36211",4244,8621 +"36212",4244,10404 +"36213",4244,16164 +"36214",4244,16461 +"36215",4244,16688 +"36216",4244,22753 +"36217",4244,27753 +"36218",4244,30438 +"36219",4244,38449 +"36220",4244,39058 +"36221",4244,40695 +"36222",4244,43652 +"36223",4244,44319 +"36224",4244,51022 +"36225",4244,51654 +"36226",4244,54740 +"36227",4244,65565 +"36228",4244,79942 +"36229",4244,82919 +"36230",4244,85323 +"36231",4245,5974 +"36232",4245,9837 +"36233",4245,13743 +"36234",4245,15155 +"36235",4245,15954 +"36236",4245,18608 +"36237",4245,31403 +"36238",4245,37063 +"36239",4245,42282 +"36240",4245,43706 +"36241",4245,53837 +"36242",4245,82726 +"36243",4245,86139 +"36244",4245,113592 +"36245",4246,18182 +"36246",4246,41927 +"36247",4246,72575 +"36248",4247,4728 +"36249",4248,14103 +"36250",4248,14638 +"36251",4248,19337 +"36252",4248,27409 +"36253",4248,37052 +"36254",4248,44156 +"36255",4248,48431 +"36256",4248,49850 +"36257",4248,56414 +"36258",4248,56523 +"36259",4248,59789 +"36260",4248,60114 +"36261",4248,65654 +"36262",4248,65675 +"36263",4248,65710 +"36264",4248,65751 +"36265",4249,5114 +"36266",4249,6223 +"36267",4249,8244 +"36268",4249,10691 +"36269",4249,11092 +"36270",4249,14489 +"36271",4249,15782 +"36272",4249,17905 +"36273",4249,17926 +"36274",4249,17927 +"36275",4249,21299 +"36276",4249,22345 +"36277",4249,22533 +"36278",4249,22546 +"36279",4249,22731 +"36280",4249,23048 +"36281",4249,28648 +"36282",4249,29939 +"36283",4249,41476 +"36284",4249,45297 +"36285",4249,46010 +"36286",4249,56290 +"36287",4250,29585 +"36288",4251,4285 +"36289",4251,4318 +"36290",4252,7159 +"36291",4252,7161 +"36292",4252,15441 +"36293",4252,17884 +"36294",4252,20572 +"36295",4252,24948 +"36296",4252,24989 +"36297",4252,25048 +"36298",4252,51632 +"36299",4252,67288 +"36300",4253,11082 +"36301",4253,11752 +"36302",4253,24478 +"36303",4253,26748 +"36304",4253,41123 +"36305",4253,41972 +"36306",4253,42275 +"36307",4253,55666 +"36308",4253,60549 +"36309",4253,78080 +"36310",4253,110189 +"36311",4255,5102 +"36312",4255,6937 +"36313",4255,7998 +"36314",4255,10191 +"36315",4255,11371 +"36316",4255,12762 +"36317",4255,23613 +"36318",4255,23843 +"36319",4255,23985 +"36320",4255,47968 +"36321",4255,65520 +"36322",4255,77094 +"36323",4255,79974 +"36324",4255,84975 +"36325",4256,7604 +"36326",4256,8006 +"36327",4256,16538 +"36328",4256,21889 +"36329",4256,26743 +"36330",4256,39312 +"36331",4256,39931 +"36332",4256,47607 +"36333",4256,51152 +"36334",4256,58053 +"36335",4256,63631 +"36336",4256,67911 +"36337",4256,80375 +"36338",4257,9073 +"36339",4257,16766 +"36340",4257,22263 +"36341",4257,32838 +"36342",4257,34465 +"36343",4257,37594 +"36344",4257,40792 +"36345",4257,53080 +"36346",4257,59118 +"36347",4257,64574 +"36348",4257,83729 +"36349",4257,92900 +"36350",4257,96925 +"36351",4257,109343 +"36352",4258,4311 +"36353",4258,18970 +"36354",4258,29818 +"36355",4258,45088 +"36356",4258,49339 +"36357",4258,49776 +"36358",4258,90947 +"36359",4258,113552 +"36360",4259,14075 +"36361",4259,16365 +"36362",4259,21991 +"36363",4259,27150 +"36364",4259,35602 +"36365",4259,116264 +"36366",4259,117709 +"36367",4259,118436 +"36368",4259,119223 +"36369",4259,120639 +"36370",4260,27783 +"36371",4260,79030 +"36372",4260,87172 +"36373",4260,106708 +"36374",4261,4265 +"36375",4261,13741 +"36376",4261,35783 +"36377",4261,86517 +"36378",4262,10279 +"36379",4262,39647 +"36380",4262,53874 +"36381",4262,62822 +"36382",4262,112904 +"36383",4263,80511 +"36384",4263,122646 +"36385",4264,6723 +"36386",4264,18533 +"36387",4264,19823 +"36388",4264,26126 +"36389",4264,49707 +"36390",4264,50188 +"36391",4264,117781 +"36392",4266,5291 +"36393",4266,11457 +"36394",4266,11648 +"36395",4266,12219 +"36396",4266,12403 +"36397",4266,12570 +"36398",4266,15421 +"36399",4266,16650 +"36400",4266,17178 +"36401",4266,19031 +"36402",4266,20934 +"36403",4266,27878 +"36404",4266,34730 +"36405",4266,42133 +"36406",4266,42695 +"36407",4266,46640 +"36408",4266,50137 +"36409",4266,57535 +"36410",4266,59873 +"36411",4266,72597 +"36412",4266,75383 +"36413",4266,80624 +"36414",4266,97874 +"36415",4266,97997 +"36416",4267,6648 +"36417",4267,9839 +"36418",4267,10331 +"36419",4267,24621 +"36420",4267,34259 +"36421",4268,90510 +"36422",4269,37349 +"36423",4270,18357 +"36424",4270,34424 +"36425",4270,36117 +"36426",4270,52397 +"36427",4270,52497 +"36428",4271,32562 +"36429",4271,32576 +"36430",4271,32652 +"36431",4271,32707 +"36432",4271,49232 +"36433",4272,4742 +"36434",4272,4753 +"36435",4273,5755 +"36436",4273,6943 +"36437",4273,10116 +"36438",4273,16731 +"36439",4273,26122 +"36440",4273,27393 +"36441",4273,50052 +"36442",4273,60404 +"36443",4274,4651 +"36444",4274,7540 +"36445",4274,8510 +"36446",4274,8594 +"36447",4274,8636 +"36448",4274,12528 +"36449",4274,12631 +"36450",4274,12642 +"36451",4274,24448 +"36452",4274,25200 +"36453",4274,25288 +"36454",4274,25782 +"36455",4274,27275 +"36456",4274,27332 +"36457",4274,27388 +"36458",4274,27390 +"36459",4274,37031 +"36460",4274,40068 +"36461",4274,40522 +"36462",4274,40559 +"36463",4274,40616 +"36464",4274,51617 +"36465",4274,52299 +"36466",4274,52735 +"36467",4274,53422 +"36468",4274,57225 +"36469",4274,61158 +"36470",4274,67110 +"36471",4274,67652 +"36472",4274,67669 +"36473",4274,73710 +"36474",4274,80809 +"36475",4275,53866 +"36476",4275,58215 +"36477",4276,5903 +"36478",4276,10503 +"36479",4276,22889 +"36480",4276,26548 +"36481",4276,26723 +"36482",4276,29128 +"36483",4276,32320 +"36484",4276,45308 +"36485",4276,49197 +"36486",4276,65948 +"36487",4276,71106 +"36488",4276,86151 +"36489",4276,86584 +"36490",4276,89901 +"36491",4276,100909 +"36492",4277,5983 +"36493",4277,22127 +"36494",4277,68592 +"36495",4277,103281 +"36496",4277,116580 +"36497",4278,4315 +"36498",4278,11978 +"36499",4278,17499 +"36500",4278,19665 +"36501",4278,23919 +"36502",4278,24063 +"36503",4278,43701 +"36504",4278,46076 +"36505",4278,46648 +"36506",4278,68305 +"36507",4278,74152 +"36508",4278,76450 +"36509",4278,82190 +"36510",4278,85230 +"36511",4278,92627 +"36512",4279,27297 +"36513",4279,83907 +"36514",4279,112090 +"36515",4279,119794 +"36516",4280,4331 +"36517",4280,15251 +"36518",4280,24080 +"36519",4280,24792 +"36520",4280,24907 +"36521",4280,27453 +"36522",4280,27989 +"36523",4280,41849 +"36524",4280,46700 +"36525",4280,54775 +"36526",4281,6177 +"36527",4281,7196 +"36528",4281,8913 +"36529",4281,20626 +"36530",4281,26485 +"36531",4281,32988 +"36532",4281,36862 +"36533",4281,42909 +"36534",4281,46733 +"36535",4281,54729 +"36536",4281,63112 +"36537",4281,64326 +"36538",4281,74348 +"36539",4281,80055 +"36540",4281,80625 +"36541",4281,80748 +"36542",4281,80892 +"36543",4281,81046 +"36544",4281,89953 +"36545",4281,91159 +"36546",4281,91202 +"36547",4281,91315 +"36548",4281,91482 +"36549",4281,92757 +"36550",4281,98845 +"36551",4281,99207 +"36552",4281,118099 +"36553",4282,7316 +"36554",4282,15391 +"36555",4282,29030 +"36556",4282,35090 +"36557",4282,37625 +"36558",4282,41411 +"36559",4282,56864 +"36560",4282,59405 +"36561",4283,52177 +"36562",4283,52207 +"36563",4284,5960 +"36564",4284,41718 +"36565",4285,4318 +"36566",4285,103284 +"36567",4286,30200 +"36568",4286,53128 +"36569",4286,70139 +"36570",4286,102854 +"36571",4286,104518 +"36572",4287,4373 +"36573",4287,4379 +"36574",4287,4381 +"36575",4288,62762 +"36576",4288,82291 +"36577",4288,110110 +"36578",4289,7115 +"36579",4289,7290 +"36580",4289,29114 +"36581",4289,38227 +"36582",4289,46906 +"36583",4289,67043 +"36584",4289,79457 +"36585",4289,82930 +"36586",4289,103687 +"36587",4290,4368 +"36588",4290,4425 +"36589",4290,6241 +"36590",4290,7621 +"36591",4290,10859 +"36592",4290,24405 +"36593",4290,43198 +"36594",4290,60455 +"36595",4290,86609 +"36596",4291,23972 +"36597",4291,36144 +"36598",4291,52760 +"36599",4291,76612 +"36600",4291,76997 +"36601",4292,4431 +"36602",4294,25819 +"36603",4295,11150 +"36604",4296,4297 +"36605",4296,4440 +"36606",4296,16084 +"36607",4296,32016 +"36608",4296,67085 +"36609",4297,4440 +"36610",4297,15803 +"36611",4297,33388 +"36612",4297,51749 +"36613",4298,7066 +"36614",4298,15792 +"36615",4298,16221 +"36616",4298,20500 +"36617",4298,25872 +"36618",4298,26732 +"36619",4298,26845 +"36620",4298,26892 +"36621",4298,27608 +"36622",4298,28805 +"36623",4298,35649 +"36624",4298,47532 +"36625",4298,61699 +"36626",4298,80141 +"36627",4298,84952 +"36628",4298,94444 +"36629",4298,101185 +"36630",4298,105536 +"36631",4299,6294 +"36632",4299,97993 +"36633",4300,4502 +"36634",4301,20083 +"36635",4301,24709 +"36636",4301,57090 +"36637",4301,83051 +"36638",4301,120854 +"36639",4302,101933 +"36640",4303,4349 +"36641",4303,4516 +"36642",4303,8402 +"36643",4303,8856 +"36644",4303,11105 +"36645",4303,15365 +"36646",4303,16108 +"36647",4303,16444 +"36648",4303,18935 +"36649",4303,20299 +"36650",4303,35270 +"36651",4303,36593 +"36652",4303,36944 +"36653",4303,38222 +"36654",4303,41723 +"36655",4303,45982 +"36656",4303,46339 +"36657",4303,50585 +"36658",4303,52168 +"36659",4303,56907 +"36660",4303,57163 +"36661",4303,64224 +"36662",4303,71267 +"36663",4304,12379 +"36664",4304,14404 +"36665",4304,16540 +"36666",4304,16777 +"36667",4304,28505 +"36668",4304,30177 +"36669",4304,35424 +"36670",4304,36136 +"36671",4304,41397 +"36672",4304,53013 +"36673",4304,54955 +"36674",4304,80691 +"36675",4305,81360 +"36676",4306,4444 +"36677",4306,4746 +"36678",4306,13077 +"36679",4306,15732 +"36680",4306,17183 +"36681",4306,34472 +"36682",4306,49152 +"36683",4306,55016 +"36684",4306,90091 +"36685",4306,90183 +"36686",4306,90184 +"36687",4307,11963 +"36688",4307,13084 +"36689",4307,15128 +"36690",4307,16143 +"36691",4307,16254 +"36692",4307,18231 +"36693",4307,23628 +"36694",4307,24204 +"36695",4307,27439 +"36696",4307,29932 +"36697",4307,31985 +"36698",4307,32008 +"36699",4307,35933 +"36700",4307,50029 +"36701",4307,50153 +"36702",4307,98828 +"36703",4307,103789 +"36704",4307,106451 +"36705",4308,12809 +"36706",4308,54675 +"36707",4309,9404 +"36708",4309,19702 +"36709",4309,34042 +"36710",4309,46624 +"36711",4309,72296 +"36712",4309,85343 +"36713",4309,121470 +"36714",4310,13840 +"36715",4310,18801 +"36716",4310,21187 +"36717",4310,22710 +"36718",4310,23467 +"36719",4310,26720 +"36720",4310,82461 +"36721",4310,82510 +"36722",4310,82532 +"36723",4310,93198 +"36724",4312,67521 +"36725",4313,4698 +"36726",4313,7020 +"36727",4313,8253 +"36728",4313,9386 +"36729",4313,11946 +"36730",4313,40642 +"36731",4313,41541 +"36732",4313,42366 +"36733",4313,42487 +"36734",4313,42576 +"36735",4313,61518 +"36736",4313,80056 +"36737",4313,105047 +"36738",4314,10478 +"36739",4314,13600 +"36740",4314,14861 +"36741",4314,18214 +"36742",4314,23538 +"36743",4314,25302 +"36744",4314,29782 +"36745",4314,30141 +"36746",4314,35129 +"36747",4314,40463 +"36748",4314,42225 +"36749",4314,42622 +"36750",4314,43519 +"36751",4314,55973 +"36752",4314,60295 +"36753",4314,71725 +"36754",4314,76990 +"36755",4314,83986 +"36756",4314,89725 +"36757",4314,91232 +"36758",4314,92022 +"36759",4314,98541 +"36760",4314,100154 +"36761",4314,103679 +"36762",4314,105892 +"36763",4314,109339 +"36764",4314,113209 +"36765",4314,114266 +"36766",4314,114802 +"36767",4314,118335 +"36768",4314,120853 +"36769",4314,120858 +"36770",4315,74152 +"36771",4316,4993 +"36772",4316,7942 +"36773",4316,15465 +"36774",4316,18475 +"36775",4316,20422 +"36776",4316,32624 +"36777",4316,40906 +"36778",4316,46650 +"36779",4316,49184 +"36780",4316,56448 +"36781",4317,11348 +"36782",4317,14049 +"36783",4317,15408 +"36784",4317,15529 +"36785",4317,15793 +"36786",4317,16946 +"36787",4317,18422 +"36788",4317,23825 +"36789",4317,33059 +"36790",4317,40051 +"36791",4317,42095 +"36792",4317,44351 +"36793",4317,44411 +"36794",4317,59062 +"36795",4317,63300 +"36796",4317,65439 +"36797",4317,73646 +"36798",4317,90344 +"36799",4317,101858 +"36800",4318,6580 +"36801",4318,29599 +"36802",4318,47956 +"36803",4318,108721 +"36804",4319,34601 +"36805",4319,73375 +"36806",4320,29113 +"36807",4320,31444 +"36808",4320,38597 +"36809",4320,49309 +"36810",4320,49655 +"36811",4320,64530 +"36812",4320,67963 +"36813",4320,80385 +"36814",4320,109901 +"36815",4320,117744 +"36816",4321,4696 +"36817",4322,6679 +"36818",4322,33945 +"36819",4322,58851 +"36820",4322,86026 +"36821",4323,11405 +"36822",4323,12229 +"36823",4323,22340 +"36824",4324,7655 +"36825",4324,12759 +"36826",4324,14503 +"36827",4324,33375 +"36828",4324,63263 +"36829",4325,5528 +"36830",4325,11703 +"36831",4325,38886 +"36832",4325,56086 +"36833",4325,57643 +"36834",4326,5960 +"36835",4326,6479 +"36836",4326,14209 +"36837",4326,15492 +"36838",4326,22665 +"36839",4326,25843 +"36840",4326,27809 +"36841",4326,34402 +"36842",4326,57385 +"36843",4326,63119 +"36844",4326,67132 +"36845",4326,72588 +"36846",4326,77377 +"36847",4326,88102 +"36848",4326,96364 +"36849",4326,100220 +"36850",4326,100554 +"36851",4326,100719 +"36852",4327,5940 +"36853",4327,8210 +"36854",4327,12336 +"36855",4327,33534 +"36856",4327,61411 +"36857",4328,11941 +"36858",4328,75882 +"36859",4328,103386 +"36860",4328,103390 +"36861",4328,112453 +"36862",4329,5658 +"36863",4329,7650 +"36864",4329,8348 +"36865",4329,8945 +"36866",4329,9046 +"36867",4329,10639 +"36868",4329,10688 +"36869",4329,10788 +"36870",4329,12387 +"36871",4329,14236 +"36872",4329,14448 +"36873",4329,15099 +"36874",4329,16669 +"36875",4329,19242 +"36876",4329,19805 +"36877",4329,21098 +"36878",4329,21918 +"36879",4329,24939 +"36880",4329,25639 +"36881",4329,26432 +"36882",4329,26943 +"36883",4329,28332 +"36884",4329,28499 +"36885",4329,29318 +"36886",4329,30866 +"36887",4329,31700 +"36888",4329,32361 +"36889",4329,33275 +"36890",4329,33883 +"36891",4329,36286 +"36892",4329,36767 +"36893",4329,37720 +"36894",4329,37937 +"36895",4329,40419 +"36896",4329,42608 +"36897",4329,44180 +"36898",4329,44972 +"36899",4329,45818 +"36900",4329,51476 +"36901",4329,51892 +"36902",4329,53755 +"36903",4329,54168 +"36904",4329,54319 +"36905",4329,57210 +"36906",4329,58482 +"36907",4329,59172 +"36908",4329,59816 +"36909",4329,61874 +"36910",4329,62370 +"36911",4329,63274 +"36912",4329,66322 +"36913",4329,67327 +"36914",4329,70121 +"36915",4329,70854 +"36916",4329,71683 +"36917",4329,72568 +"36918",4329,72628 +"36919",4329,73767 +"36920",4329,74304 +"36921",4329,75026 +"36922",4329,78508 +"36923",4329,78532 +"36924",4329,79290 +"36925",4329,81609 +"36926",4329,85885 +"36927",4329,91255 +"36928",4329,92247 +"36929",4329,92352 +"36930",4329,92362 +"36931",4329,92929 +"36932",4329,93719 +"36933",4329,94906 +"36934",4329,94946 +"36935",4329,95889 +"36936",4329,96093 +"36937",4329,97988 +"36938",4329,99309 +"36939",4329,99376 +"36940",4329,99450 +"36941",4329,99471 +"36942",4329,99474 +"36943",4329,100916 +"36944",4329,100944 +"36945",4329,101126 +"36946",4329,101329 +"36947",4329,105557 +"36948",4329,107199 +"36949",4329,108743 +"36950",4329,108980 +"36951",4329,109291 +"36952",4329,109933 +"36953",4329,110483 +"36954",4329,110567 +"36955",4329,110572 +"36956",4329,110630 +"36957",4329,110648 +"36958",4329,110711 +"36959",4329,110770 +"36960",4329,110869 +"36961",4329,110911 +"36962",4329,111285 +"36963",4329,111314 +"36964",4329,111362 +"36965",4329,111372 +"36966",4329,111424 +"36967",4329,111433 +"36968",4329,112422 +"36969",4329,113269 +"36970",4329,113430 +"36971",4329,114242 +"36972",4329,114842 +"36973",4329,115427 +"36974",4329,115521 +"36975",4329,115711 +"36976",4329,118216 +"36977",4330,5859 +"36978",4330,16051 +"36979",4330,34124 +"36980",4330,43195 +"36981",4330,48822 +"36982",4330,48981 +"36983",4330,60907 +"36984",4330,61710 +"36985",4330,71645 +"36986",4330,77558 +"36987",4330,97709 +"36988",4330,101840 +"36989",4330,116343 +"36990",4330,116590 +"36991",4330,117818 +"36992",4330,117876 +"36993",4332,4774 +"36994",4332,5259 +"36995",4332,30477 +"36996",4332,31928 +"36997",4332,44755 +"36998",4332,50752 +"36999",4332,56021 +"37000",4332,60641 +"37001",4332,110891 +"37002",4332,110930 +"37003",4333,5812 +"37004",4333,33430 +"37005",4333,38347 +"37006",4334,66058 +"37007",4334,115553 +"37008",4335,7643 +"37009",4335,7797 +"37010",4335,20694 +"37011",4335,25212 +"37012",4335,26835 +"37013",4335,28141 +"37014",4335,31301 +"37015",4335,75901 +"37016",4335,92817 +"37017",4336,4399 +"37018",4336,38173 +"37019",4337,62113 +"37020",4337,97834 +"37021",4337,105783 +"37022",4338,83003 +"37023",4338,88088 +"37024",4338,99084 +"37025",4338,111680 +"37026",4339,4361 +"37027",4339,23066 +"37028",4339,73154 +"37029",4340,7442 +"37030",4340,7445 +"37031",4340,7472 +"37032",4340,22977 +"37033",4340,30044 +"37034",4340,30108 +"37035",4340,40143 +"37036",4340,88461 +"37037",4340,97414 +"37038",4340,97431 +"37039",4341,25880 +"37040",4341,36426 +"37041",4341,42053 +"37042",4341,74715 +"37043",4341,76435 +"37044",4341,79067 +"37045",4341,89935 +"37046",4341,109040 +"37047",4341,116938 +"37048",4342,4343 +"37049",4342,6699 +"37050",4342,6727 +"37051",4342,6875 +"37052",4342,18030 +"37053",4342,19800 +"37054",4342,32599 +"37055",4342,39115 +"37056",4342,46976 +"37057",4342,47947 +"37058",4342,53480 +"37059",4343,6257 +"37060",4343,6727 +"37061",4343,6865 +"37062",4343,6875 +"37063",4343,7286 +"37064",4343,7287 +"37065",4343,12642 +"37066",4343,25534 +"37067",4343,38101 +"37068",4343,44804 +"37069",4343,62359 +"37070",4343,66835 +"37071",4343,66882 +"37072",4343,70775 +"37073",4343,92791 +"37074",4343,116044 +"37075",4344,9878 +"37076",4344,27683 +"37077",4344,39328 +"37078",4344,74450 +"37079",4344,78310 +"37080",4345,5315 +"37081",4345,5440 +"37082",4345,5464 +"37083",4345,6811 +"37084",4345,37507 +"37085",4345,44581 +"37086",4345,44983 +"37087",4345,45506 +"37088",4345,48023 +"37089",4345,74730 +"37090",4345,87083 +"37091",4345,89389 +"37092",4345,98406 +"37093",4345,105145 +"37094",4345,110250 +"37095",4346,4364 +"37096",4346,4386 +"37097",4346,4387 +"37098",4346,92229 +"37099",4347,6080 +"37100",4347,6687 +"37101",4347,84048 +"37102",4348,5364 +"37103",4348,15287 +"37104",4348,15670 +"37105",4348,81335 +"37106",4348,84371 +"37107",4348,98542 +"37108",4349,4983 +"37109",4349,5344 +"37110",4349,10277 +"37111",4349,14798 +"37112",4349,20443 +"37113",4349,25901 +"37114",4349,33554 +"37115",4349,37371 +"37116",4349,43991 +"37117",4349,91254 +"37118",4349,102112 +"37119",4350,28679 +"37120",4350,31952 +"37121",4350,39527 +"37122",4350,52814 +"37123",4350,54500 +"37124",4350,58649 +"37125",4350,84399 +"37126",4350,84904 +"37127",4350,91347 +"37128",4350,91451 +"37129",4351,61758 +"37130",4352,7852 +"37131",4352,38240 +"37132",4352,38259 +"37133",4352,45647 +"37134",4352,49044 +"37135",4352,51879 +"37136",4352,52198 +"37137",4352,60100 +"37138",4352,65998 +"37139",4352,66416 +"37140",4352,71462 +"37141",4352,73809 +"37142",4352,82417 +"37143",4352,92236 +"37144",4352,101461 +"37145",4352,113454 +"37146",4352,115647 +"37147",4352,120677 +"37148",4352,120727 +"37149",4353,5313 +"37150",4353,6894 +"37151",4353,7156 +"37152",4353,7172 +"37153",4353,8905 +"37154",4353,26642 +"37155",4353,31411 +"37156",4353,34278 +"37157",4353,39332 +"37158",4353,40427 +"37159",4353,44571 +"37160",4353,54567 +"37161",4354,19857 +"37162",4354,45679 +"37163",4354,58848 +"37164",4355,15279 +"37165",4355,17294 +"37166",4355,20374 +"37167",4355,24037 +"37168",4355,34682 +"37169",4355,35367 +"37170",4355,47046 +"37171",4355,54850 +"37172",4355,72754 +"37173",4355,119090 +"37174",4355,120119 +"37175",4357,39554 +"37176",4357,73870 +"37177",4357,79673 +"37178",4358,23950 +"37179",4358,53578 +"37180",4358,70205 +"37181",4358,71578 +"37182",4358,108582 +"37183",4359,7366 +"37184",4359,14330 +"37185",4359,32939 +"37186",4360,7858 +"37187",4360,9065 +"37188",4360,14666 +"37189",4360,23889 +"37190",4360,30325 +"37191",4360,36018 +"37192",4360,52136 +"37193",4360,72207 +"37194",4361,17257 +"37195",4361,24474 +"37196",4361,24972 +"37197",4361,26104 +"37198",4361,33870 +"37199",4361,59298 +"37200",4361,65296 +"37201",4361,76818 +"37202",4361,91388 +"37203",4361,110697 +"37204",4361,117006 +"37205",4362,4954 +"37206",4362,5355 +"37207",4362,24551 +"37208",4362,29908 +"37209",4362,49412 +"37210",4362,73405 +"37211",4362,80865 +"37212",4362,88723 +"37213",4362,95332 +"37214",4363,94354 +"37215",4364,4386 +"37216",4364,4387 +"37217",4364,15210 +"37218",4364,17801 +"37219",4364,19565 +"37220",4364,19617 +"37221",4364,21702 +"37222",4364,21854 +"37223",4364,41095 +"37224",4364,78307 +"37225",4364,96070 +"37226",4365,6124 +"37227",4365,7555 +"37228",4365,16680 +"37229",4365,27607 +"37230",4365,29731 +"37231",4365,32032 +"37232",4365,32173 +"37233",4365,34152 +"37234",4365,48284 +"37235",4365,48290 +"37236",4365,49370 +"37237",4365,49419 +"37238",4365,56096 +"37239",4365,69394 +"37240",4366,61719 +"37241",4366,67709 +"37242",4366,96984 +"37243",4367,4408 +"37244",4367,9459 +"37245",4367,12347 +"37246",4367,13686 +"37247",4367,19849 +"37248",4367,20718 +"37249",4367,32085 +"37250",4367,37443 +"37251",4367,41019 +"37252",4367,48972 +"37253",4367,49977 +"37254",4367,81753 +"37255",4368,4425 +"37256",4368,6241 +"37257",4368,7056 +"37258",4368,10859 +"37259",4368,11746 +"37260",4368,19759 +"37261",4368,24405 +"37262",4368,25990 +"37263",4368,33944 +"37264",4368,37706 +"37265",4368,39278 +"37266",4368,42932 +"37267",4368,45176 +"37268",4368,45981 +"37269",4368,50492 +"37270",4368,52440 +"37271",4368,52488 +"37272",4368,52532 +"37273",4368,53342 +"37274",4368,60455 +"37275",4368,77726 +"37276",4368,89965 +"37277",4368,100807 +"37278",4368,106426 +"37279",4369,4381 +"37280",4369,5582 +"37281",4369,7785 +"37282",4369,32560 +"37283",4370,4749 +"37284",4370,4775 +"37285",4370,4971 +"37286",4370,19821 +"37287",4370,31523 +"37288",4370,40651 +"37289",4370,63242 +"37290",4370,81344 +"37291",4370,87353 +"37292",4371,15864 +"37293",4371,23442 +"37294",4371,29266 +"37295",4371,39370 +"37296",4371,59281 +"37297",4371,67700 +"37298",4371,67764 +"37299",4372,4374 +"37300",4372,4402 +"37301",4372,29917 +"37302",4372,37373 +"37303",4372,42036 +"37304",4373,4379 +"37305",4373,4381 +"37306",4373,6989 +"37307",4373,10807 +"37308",4373,11284 +"37309",4373,15365 +"37310",4373,22117 +"37311",4373,32323 +"37312",4373,40366 +"37313",4373,43228 +"37314",4373,52063 +"37315",4374,4402 +"37316",4374,17083 +"37317",4374,27694 +"37318",4374,34827 +"37319",4374,40417 +"37320",4374,48445 +"37321",4374,48522 +"37322",4374,65958 +"37323",4375,4477 +"37324",4375,12256 +"37325",4375,119017 +"37326",4376,4388 +"37327",4377,17868 +"37328",4377,44865 +"37329",4377,51758 +"37330",4377,52524 +"37331",4377,96218 +"37332",4377,96258 +"37333",4378,32485 +"37334",4378,32530 +"37335",4378,53950 +"37336",4378,64074 +"37337",4378,77865 +"37338",4379,4381 +"37339",4379,84504 +"37340",4380,14293 +"37341",4380,24973 +"37342",4380,27267 +"37343",4380,32070 +"37344",4380,47419 +"37345",4380,60644 +"37346",4380,86178 +"37347",4380,90305 +"37348",4380,95973 +"37349",4380,97600 +"37350",4380,99996 +"37351",4380,104785 +"37352",4380,109066 +"37353",4380,111792 +"37354",4380,120200 +"37355",4381,5052 +"37356",4381,5582 +"37357",4381,6944 +"37358",4381,6960 +"37359",4381,6977 +"37360",4381,6989 +"37361",4381,7785 +"37362",4381,8402 +"37363",4381,21980 +"37364",4381,22042 +"37365",4381,32560 +"37366",4381,36699 +"37367",4381,41298 +"37368",4381,46508 +"37369",4381,52603 +"37370",4381,52810 +"37371",4381,89199 +"37372",4382,5431 +"37373",4382,31853 +"37374",4382,43507 +"37375",4382,48707 +"37376",4382,51902 +"37377",4382,73344 +"37378",4382,107797 +"37379",4383,81330 +"37380",4384,6278 +"37381",4384,23748 +"37382",4384,26081 +"37383",4384,36942 +"37384",4384,48464 +"37385",4384,49437 +"37386",4384,59283 +"37387",4384,59488 +"37388",4384,70628 +"37389",4385,5414 +"37390",4385,6432 +"37391",4385,6433 +"37392",4385,22756 +"37393",4385,40561 +"37394",4385,44300 +"37395",4385,78915 +"37396",4385,79760 +"37397",4385,109910 +"37398",4385,117598 +"37399",4385,121555 +"37400",4386,4387 +"37401",4386,6595 +"37402",4386,76555 +"37403",4386,87899 +"37404",4386,99160 +"37405",4386,101133 +"37406",4386,103036 +"37407",4387,18717 +"37408",4387,21854 +"37409",4387,66402 +"37410",4387,82532 +"37411",4388,22149 +"37412",4388,55161 +"37413",4388,56153 +"37414",4388,62890 +"37415",4388,107758 +"37416",4388,119004 +"37417",4388,119123 +"37418",4389,13249 +"37419",4389,14386 +"37420",4389,26991 +"37421",4389,85854 +"37422",4390,34818 +"37423",4390,38229 +"37424",4390,56833 +"37425",4391,33179 +"37426",4391,35483 +"37427",4391,38288 +"37428",4391,63280 +"37429",4391,77645 +"37430",4391,89172 +"37431",4391,90903 +"37432",4391,93377 +"37433",4391,93926 +"37434",4392,5990 +"37435",4392,8895 +"37436",4392,10450 +"37437",4392,11886 +"37438",4392,15530 +"37439",4392,17029 +"37440",4392,17981 +"37441",4392,19087 +"37442",4392,28512 +"37443",4392,30579 +"37444",4392,33406 +"37445",4392,38259 +"37446",4392,38435 +"37447",4392,38459 +"37448",4392,38530 +"37449",4392,47360 +"37450",4392,52309 +"37451",4392,54493 +"37452",4392,62019 +"37453",4392,66474 +"37454",4392,72803 +"37455",4392,73453 +"37456",4392,77173 +"37457",4392,77346 +"37458",4392,77396 +"37459",4392,77401 +"37460",4392,77407 +"37461",4392,77417 +"37462",4392,77418 +"37463",4392,77480 +"37464",4392,77532 +"37465",4392,97790 +"37466",4392,97791 +"37467",4393,8912 +"37468",4393,64669 +"37469",4394,6006 +"37470",4394,6449 +"37471",4394,17549 +"37472",4394,20528 +"37473",4394,28249 +"37474",4394,39464 +"37475",4394,39983 +"37476",4394,41895 +"37477",4394,41945 +"37478",4394,44326 +"37479",4394,45239 +"37480",4394,46190 +"37481",4394,58084 +"37482",4394,69142 +"37483",4394,69162 +"37484",4395,9116 +"37485",4395,27728 +"37486",4395,42893 +"37487",4396,17801 +"37488",4397,5535 +"37489",4397,73210 +"37490",4397,98202 +"37491",4398,4421 +"37492",4399,117725 +"37493",4399,117727 +"37494",4400,9996 +"37495",4401,4403 +"37496",4401,56532 +"37497",4401,66919 +"37498",4402,7068 +"37499",4402,10997 +"37500",4402,20492 +"37501",4402,24507 +"37502",4402,32191 +"37503",4402,33211 +"37504",4402,34827 +"37505",4402,37033 +"37506",4402,37373 +"37507",4402,39109 +"37508",4402,39684 +"37509",4402,40493 +"37510",4402,42275 +"37511",4402,42902 +"37512",4402,48445 +"37513",4402,49110 +"37514",4402,51349 +"37515",4402,51974 +"37516",4402,57311 +"37517",4402,60133 +"37518",4402,81094 +"37519",4402,82908 +"37520",4403,12699 +"37521",4403,15244 +"37522",4403,32930 +"37523",4403,33571 +"37524",4403,44750 +"37525",4403,49779 +"37526",4403,54656 +"37527",4403,57493 +"37528",4403,57539 +"37529",4403,70829 +"37530",4404,35579 +"37531",4404,37491 +"37532",4404,50456 +"37533",4404,69497 +"37534",4404,101183 +"37535",4405,7520 +"37536",4405,7675 +"37537",4405,13910 +"37538",4405,14134 +"37539",4405,77682 +"37540",4406,6582 +"37541",4406,13941 +"37542",4406,38342 +"37543",4406,104011 +"37544",4407,48447 +"37545",4407,95251 +"37546",4407,98462 +"37547",4408,12469 +"37548",4409,19048 +"37549",4410,5844 +"37550",4410,21160 +"37551",4411,76855 +"37552",4412,21409 +"37553",4413,20442 +"37554",4413,49985 +"37555",4413,59636 +"37556",4413,59777 +"37557",4414,13354 +"37558",4414,13514 +"37559",4414,14210 +"37560",4414,14588 +"37561",4414,15909 +"37562",4414,16409 +"37563",4414,23311 +"37564",4414,30686 +"37565",4414,30693 +"37566",4414,30706 +"37567",4414,32762 +"37568",4414,43868 +"37569",4414,61541 +"37570",4414,73242 +"37571",4414,76369 +"37572",4414,87443 +"37573",4415,14380 +"37574",4415,16289 +"37575",4415,18287 +"37576",4415,20272 +"37577",4415,64287 +"37578",4415,105844 +"37579",4415,107467 +"37580",4416,57157 +"37581",4416,82323 +"37582",4417,5266 +"37583",4417,6752 +"37584",4417,8880 +"37585",4417,11429 +"37586",4417,16590 +"37587",4417,24282 +"37588",4417,25418 +"37589",4417,30886 +"37590",4417,33755 +"37591",4417,37342 +"37592",4417,41475 +"37593",4417,45192 +"37594",4417,49112 +"37595",4417,65531 +"37596",4418,4527 +"37597",4419,7531 +"37598",4419,20725 +"37599",4419,40729 +"37600",4419,56794 +"37601",4419,81473 +"37602",4420,45468 +"37603",4421,85700 +"37604",4421,85739 +"37605",4421,90473 +"37606",4421,90477 +"37607",4422,33937 +"37608",4423,6660 +"37609",4423,17107 +"37610",4423,33395 +"37611",4423,55541 +"37612",4423,59485 +"37613",4424,29205 +"37614",4424,34380 +"37615",4424,39209 +"37616",4424,72600 +"37617",4424,88829 +"37618",4424,94663 +"37619",4424,100590 +"37620",4424,112471 +"37621",4424,119972 +"37622",4424,120269 +"37623",4424,121199 +"37624",4425,6241 +"37625",4425,11746 +"37626",4425,45176 +"37627",4425,52440 +"37628",4425,52488 +"37629",4425,52532 +"37630",4426,21435 +"37631",4427,29923 +"37632",4427,34068 +"37633",4427,47241 +"37634",4427,52933 +"37635",4427,58810 +"37636",4427,121939 +"37637",4427,121943 +"37638",4428,4441 +"37639",4428,5845 +"37640",4428,24828 +"37641",4428,27483 +"37642",4429,8236 +"37643",4429,21981 +"37644",4429,53747 +"37645",4429,57463 +"37646",4430,4506 +"37647",4430,11341 +"37648",4430,33605 +"37649",4430,50921 +"37650",4430,56203 +"37651",4430,70473 +"37652",4430,75228 +"37653",4430,81952 +"37654",4430,86249 +"37655",4430,86310 +"37656",4430,88059 +"37657",4431,93172 +"37658",4431,99009 +"37659",4431,100120 +"37660",4431,103517 +"37661",4432,4435 +"37662",4432,43537 +"37663",4433,12589 +"37664",4433,13217 +"37665",4433,19422 +"37666",4433,28369 +"37667",4433,29037 +"37668",4433,42212 +"37669",4433,63551 +"37670",4433,65362 +"37671",4433,70811 +"37672",4433,72205 +"37673",4433,81722 +"37674",4433,84770 +"37675",4433,94075 +"37676",4433,97132 +"37677",4433,99136 +"37678",4433,101117 +"37679",4433,109262 +"37680",4433,110196 +"37681",4433,110216 +"37682",4433,117024 +"37683",4434,5775 +"37684",4434,40785 +"37685",4434,43823 +"37686",4434,99526 +"37687",4435,7930 +"37688",4435,19393 +"37689",4435,43537 +"37690",4435,73215 +"37691",4435,110854 +"37692",4436,4530 +"37693",4436,4556 +"37694",4436,20617 +"37695",4437,15038 +"37696",4437,41167 +"37697",4437,53395 +"37698",4437,105300 +"37699",4438,17562 +"37700",4438,61498 +"37701",4438,120480 +"37702",4439,41603 +"37703",4439,61202 +"37704",4439,98996 +"37705",4440,112495 +"37706",4440,113550 +"37707",4442,4960 +"37708",4442,9337 +"37709",4442,9633 +"37710",4442,13949 +"37711",4442,16269 +"37712",4442,30766 +"37713",4443,6206 +"37714",4443,13589 +"37715",4443,16822 +"37716",4443,19370 +"37717",4443,32626 +"37718",4443,32976 +"37719",4443,82610 +"37720",4444,8726 +"37721",4444,11625 +"37722",4444,19426 +"37723",4444,29137 +"37724",4444,51687 +"37725",4444,56360 +"37726",4444,64848 +"37727",4444,64964 +"37728",4445,25777 +"37729",4445,53481 +"37730",4445,57619 +"37731",4446,4460 +"37732",4446,4605 +"37733",4446,51567 +"37734",4446,56499 +"37735",4447,11061 +"37736",4447,16609 +"37737",4447,101077 +"37738",4447,108415 +"37739",4447,108623 +"37740",4448,4454 +"37741",4448,4557 +"37742",4448,4616 +"37743",4448,4617 +"37744",4449,4972 +"37745",4449,11876 +"37746",4449,12877 +"37747",4449,15070 +"37748",4449,20336 +"37749",4449,31724 +"37750",4449,44303 +"37751",4449,46781 +"37752",4449,57317 +"37753",4449,61534 +"37754",4449,82819 +"37755",4450,4492 +"37756",4450,4518 +"37757",4450,4521 +"37758",4450,4594 +"37759",4450,50230 +"37760",4450,55870 +"37761",4450,92764 +"37762",4450,97139 +"37763",4450,103747 +"37764",4451,4456 +"37765",4451,4485 +"37766",4452,4590 +"37767",4452,16016 +"37768",4452,88788 +"37769",4453,28696 +"37770",4453,30881 +"37771",4453,39209 +"37772",4453,45621 +"37773",4453,51968 +"37774",4453,88787 +"37775",4454,4557 +"37776",4454,4616 +"37777",4454,4617 +"37778",4455,44482 +"37779",4455,44483 +"37780",4455,55028 +"37781",4456,4485 +"37782",4456,19604 +"37783",4456,24914 +"37784",4456,25473 +"37785",4456,29996 +"37786",4456,34651 +"37787",4456,118755 +"37788",4456,121687 +"37789",4457,5573 +"37790",4457,6012 +"37791",4457,20873 +"37792",4457,26203 +"37793",4457,34851 +"37794",4457,67924 +"37795",4458,9474 +"37796",4458,12635 +"37797",4458,20641 +"37798",4458,20917 +"37799",4458,21118 +"37800",4458,23134 +"37801",4458,28124 +"37802",4458,38019 +"37803",4458,39238 +"37804",4458,63357 +"37805",4458,81493 +"37806",4458,88518 +"37807",4458,92220 +"37808",4458,105219 +"37809",4458,111515 +"37810",4458,115755 +"37811",4459,4529 +"37812",4460,4605 +"37813",4461,16764 +"37814",4461,72238 +"37815",4462,20679 +"37816",4462,48644 +"37817",4462,80610 +"37818",4462,91957 +"37819",4462,99017 +"37820",4463,7111 +"37821",4463,7228 +"37822",4463,7438 +"37823",4463,10433 +"37824",4463,11389 +"37825",4463,11434 +"37826",4463,23132 +"37827",4463,23273 +"37828",4463,28115 +"37829",4463,29419 +"37830",4463,29617 +"37831",4463,29965 +"37832",4463,30416 +"37833",4463,35302 +"37834",4463,40559 +"37835",4463,41851 +"37836",4463,50495 +"37837",4464,4494 +"37838",4464,13807 +"37839",4464,77491 +"37840",4464,104709 +"37841",4465,6293 +"37842",4465,14586 +"37843",4465,30332 +"37844",4465,51094 +"37845",4465,55541 +"37846",4465,82351 +"37847",4465,90965 +"37848",4465,99480 +"37849",4466,16762 +"37850",4466,30882 +"37851",4466,40619 +"37852",4466,55226 +"37853",4466,62437 +"37854",4466,88301 +"37855",4466,99046 +"37856",4466,104279 +"37857",4466,120543 +"37858",4467,28165 +"37859",4467,28768 +"37860",4467,30937 +"37861",4467,34799 +"37862",4467,36170 +"37863",4467,45843 +"37864",4467,62984 +"37865",4467,80851 +"37866",4467,89818 +"37867",4467,92399 +"37868",4467,101683 +"37869",4467,110310 +"37870",4467,121654 +"37871",4468,4920 +"37872",4468,5120 +"37873",4468,9202 +"37874",4468,30081 +"37875",4468,36759 +"37876",4468,45170 +"37877",4468,60312 +"37878",4468,62854 +"37879",4468,62885 +"37880",4468,71070 +"37881",4468,71406 +"37882",4468,71437 +"37883",4468,82590 +"37884",4469,11041 +"37885",4470,9869 +"37886",4470,45896 +"37887",4471,4586 +"37888",4471,4587 +"37889",4471,9822 +"37890",4471,14452 +"37891",4471,37571 +"37892",4471,37610 +"37893",4471,37648 +"37894",4471,65768 +"37895",4472,5549 +"37896",4472,30568 +"37897",4473,4798 +"37898",4473,16730 +"37899",4473,23721 +"37900",4473,55493 +"37901",4473,55494 +"37902",4473,55514 +"37903",4473,55557 +"37904",4473,55584 +"37905",4473,64463 +"37906",4473,66002 +"37907",4474,32885 +"37908",4474,52157 +"37909",4474,77476 +"37910",4474,83954 +"37911",4475,15188 +"37912",4475,36550 +"37913",4475,81517 +"37914",4475,111297 +"37915",4475,118856 +"37916",4475,118864 +"37917",4475,118886 +"37918",4476,7755 +"37919",4476,10770 +"37920",4476,22130 +"37921",4476,54234 +"37922",4476,90840 +"37923",4476,91431 +"37924",4477,20960 +"37925",4477,45819 +"37926",4477,53840 +"37927",4477,70791 +"37928",4477,94671 +"37929",4477,103292 +"37930",4477,103327 +"37931",4477,104344 +"37932",4478,13321 +"37933",4478,13790 +"37934",4478,14263 +"37935",4478,15090 +"37936",4478,21593 +"37937",4478,24947 +"37938",4478,26861 +"37939",4478,33978 +"37940",4478,36115 +"37941",4478,36116 +"37942",4478,36828 +"37943",4478,37632 +"37944",4478,37727 +"37945",4478,46209 +"37946",4478,47621 +"37947",4478,49082 +"37948",4478,49513 +"37949",4478,49798 +"37950",4478,58404 +"37951",4478,107832 +"37952",4479,4549 +"37953",4479,25270 +"37954",4479,81134 +"37955",4480,53608 +"37956",4481,4482 +"37957",4483,35573 +"37958",4483,37548 +"37959",4483,44749 +"37960",4483,50062 +"37961",4483,67981 +"37962",4484,5618 +"37963",4484,42968 +"37964",4484,45533 +"37965",4484,55763 +"37966",4484,56223 +"37967",4484,61408 +"37968",4484,61441 +"37969",4484,61467 +"37970",4484,61474 +"37971",4485,66711 +"37972",4485,98262 +"37973",4485,108975 +"37974",4486,7029 +"37975",4486,28640 +"37976",4486,56232 +"37977",4486,56845 +"37978",4486,60608 +"37979",4486,112695 +"37980",4486,121905 +"37981",4487,11324 +"37982",4487,34250 +"37983",4487,46076 +"37984",4487,110276 +"37985",4487,123253 +"37986",4487,123258 +"37987",4487,123260 +"37988",4488,21421 +"37989",4488,31228 +"37990",4488,32694 +"37991",4488,34705 +"37992",4488,71770 +"37993",4488,79084 +"37994",4488,88462 +"37995",4488,93488 +"37996",4489,22382 +"37997",4489,41002 +"37998",4489,57433 +"37999",4489,87887 +"38000",4489,93786 +"38001",4490,4564 +"38002",4490,4657 +"38003",4490,4831 +"38004",4490,5193 +"38005",4490,7215 +"38006",4490,20342 +"38007",4490,20441 +"38008",4490,24627 +"38009",4490,27773 +"38010",4490,29825 +"38011",4490,30264 +"38012",4490,46329 +"38013",4490,56390 +"38014",4490,77595 +"38015",4492,4518 +"38016",4492,4521 +"38017",4492,4594 +"38018",4493,53672 +"38019",4494,42331 +"38020",4494,54524 +"38021",4494,61647 +"38022",4494,80483 +"38023",4494,96923 +"38024",4494,108575 +"38025",4495,17072 +"38026",4495,20543 +"38027",4495,29248 +"38028",4495,34017 +"38029",4495,56506 +"38030",4495,83253 +"38031",4495,86403 +"38032",4496,4610 +"38033",4497,9933 +"38034",4497,64134 +"38035",4497,64155 +"38036",4498,4833 +"38037",4498,5102 +"38038",4498,10996 +"38039",4498,11023 +"38040",4498,11108 +"38041",4498,12781 +"38042",4498,12994 +"38043",4498,13822 +"38044",4498,15259 +"38045",4498,22120 +"38046",4498,22519 +"38047",4498,26551 +"38048",4498,30541 +"38049",4498,37320 +"38050",4498,44249 +"38051",4498,46786 +"38052",4498,47610 +"38053",4498,59550 +"38054",4498,62804 +"38055",4499,12336 +"38056",4499,14346 +"38057",4499,16557 +"38058",4499,25350 +"38059",4499,37655 +"38060",4499,38278 +"38061",4499,48344 +"38062",4499,73303 +"38063",4499,79770 +"38064",4499,90760 +"38065",4499,109439 +"38066",4499,111266 +"38067",4499,120059 +"38068",4500,5580 +"38069",4500,6074 +"38070",4500,6153 +"38071",4500,8192 +"38072",4500,8347 +"38073",4500,8457 +"38074",4500,9654 +"38075",4500,9709 +"38076",4500,15116 +"38077",4500,21260 +"38078",4500,21849 +"38079",4500,22380 +"38080",4500,24490 +"38081",4500,24945 +"38082",4500,28987 +"38083",4500,30991 +"38084",4500,44289 +"38085",4500,47423 +"38086",4500,67946 +"38087",4500,91002 +"38088",4500,119628 +"38089",4501,6080 +"38090",4501,10952 +"38091",4501,12564 +"38092",4501,14550 +"38093",4501,30171 +"38094",4501,33339 +"38095",4501,38704 +"38096",4501,46534 +"38097",4501,55421 +"38098",4501,89483 +"38099",4501,122602 +"38100",4502,9473 +"38101",4502,43755 +"38102",4502,76821 +"38103",4502,82587 +"38104",4503,22687 +"38105",4503,58566 +"38106",4504,11944 +"38107",4504,12274 +"38108",4504,12355 +"38109",4504,17718 +"38110",4504,17944 +"38111",4504,18721 +"38112",4504,20410 +"38113",4504,21461 +"38114",4504,22201 +"38115",4504,24512 +"38116",4504,30236 +"38117",4504,30555 +"38118",4504,31371 +"38119",4504,33558 +"38120",4504,33907 +"38121",4504,34906 +"38122",4504,38678 +"38123",4504,38679 +"38124",4504,38680 +"38125",4504,38732 +"38126",4504,38747 +"38127",4504,38759 +"38128",4504,38794 +"38129",4504,39195 +"38130",4504,39322 +"38131",4504,40261 +"38132",4504,56616 +"38133",4504,58047 +"38134",4504,61402 +"38135",4505,99815 +"38136",4506,5177 +"38137",4506,8598 +"38138",4506,11315 +"38139",4506,17303 +"38140",4506,19999 +"38141",4506,24268 +"38142",4506,26446 +"38143",4506,26491 +"38144",4506,26544 +"38145",4506,41590 +"38146",4506,45378 +"38147",4506,45806 +"38148",4506,47110 +"38149",4506,55647 +"38150",4506,58875 +"38151",4506,59156 +"38152",4506,73899 +"38153",4506,75154 +"38154",4506,91921 +"38155",4506,97282 +"38156",4506,97333 +"38157",4506,113721 +"38158",4507,78081 +"38159",4507,86257 +"38160",4507,86260 +"38161",4507,89568 +"38162",4507,89582 +"38163",4507,93771 +"38164",4508,34200 +"38165",4508,40948 +"38166",4509,75418 +"38167",4511,13476 +"38168",4511,46346 +"38169",4511,60934 +"38170",4511,86617 +"38171",4511,86830 +"38172",4511,101906 +"38173",4511,105343 +"38174",4511,111573 +"38175",4512,5490 +"38176",4512,18639 +"38177",4513,28839 +"38178",4513,46382 +"38179",4513,55395 +"38180",4513,64089 +"38181",4513,66143 +"38182",4513,91168 +"38183",4513,103853 +"38184",4514,25996 +"38185",4515,4860 +"38186",4515,11572 +"38187",4515,82878 +"38188",4515,89407 +"38189",4515,93464 +"38190",4515,102496 +"38191",4515,103602 +"38192",4515,106822 +"38193",4515,106841 +"38194",4515,106862 +"38195",4515,106888 +"38196",4515,110374 +"38197",4515,110410 +"38198",4517,66988 +"38199",4517,77969 +"38200",4518,4521 +"38201",4518,4594 +"38202",4519,4522 +"38203",4519,4523 +"38204",4519,4524 +"38205",4519,4576 +"38206",4519,4588 +"38207",4519,4589 +"38208",4519,18585 +"38209",4519,21190 +"38210",4519,37056 +"38211",4519,37057 +"38212",4519,37118 +"38213",4519,37165 +"38214",4519,37166 +"38215",4520,5491 +"38216",4520,15393 +"38217",4520,93812 +"38218",4520,93838 +"38219",4521,4594 +"38220",4521,39939 +"38221",4521,50230 +"38222",4521,55870 +"38223",4521,82382 +"38224",4521,92764 +"38225",4521,97139 +"38226",4521,103747 +"38227",4522,4523 +"38228",4522,4524 +"38229",4522,4576 +"38230",4522,4588 +"38231",4522,4589 +"38232",4522,21190 +"38233",4522,37056 +"38234",4522,37057 +"38235",4522,37118 +"38236",4522,37165 +"38237",4522,37166 +"38238",4523,4524 +"38239",4523,4576 +"38240",4523,4588 +"38241",4523,4589 +"38242",4523,18585 +"38243",4524,4576 +"38244",4524,4588 +"38245",4524,4589 +"38246",4525,7844 +"38247",4525,13306 +"38248",4525,17838 +"38249",4525,31605 +"38250",4525,37544 +"38251",4525,37752 +"38252",4525,57641 +"38253",4526,8905 +"38254",4526,11500 +"38255",4526,12677 +"38256",4526,15208 +"38257",4526,20942 +"38258",4526,21007 +"38259",4526,47784 +"38260",4526,52507 +"38261",4526,55491 +"38262",4526,59632 +"38263",4526,60820 +"38264",4526,62426 +"38265",4526,63367 +"38266",4527,40511 +"38267",4528,7894 +"38268",4528,16151 +"38269",4528,39483 +"38270",4528,47350 +"38271",4528,69216 +"38272",4528,123074 +"38273",4529,7975 +"38274",4529,7976 +"38275",4529,8018 +"38276",4529,8045 +"38277",4529,15609 +"38278",4529,15743 +"38279",4530,4556 +"38280",4530,20617 +"38281",4531,4532 +"38282",4531,21780 +"38283",4531,26249 +"38284",4531,36303 +"38285",4531,36698 +"38286",4531,40152 +"38287",4531,49871 +"38288",4532,13500 +"38289",4532,21645 +"38290",4532,21646 +"38291",4532,21648 +"38292",4532,21691 +"38293",4532,21742 +"38294",4532,21776 +"38295",4532,21780 +"38296",4532,21782 +"38297",4532,21792 +"38298",4532,21836 +"38299",4532,21838 +"38300",4532,21853 +"38301",4532,87449 +"38302",4533,29088 +"38303",4534,48816 +"38304",4534,53120 +"38305",4534,53152 +"38306",4534,59221 +"38307",4534,63048 +"38308",4534,67718 +"38309",4534,122055 +"38310",4535,13765 +"38311",4535,47280 +"38312",4536,4577 +"38313",4536,4841 +"38314",4537,50021 +"38315",4537,55476 +"38316",4537,67451 +"38317",4537,67761 +"38318",4538,112237 +"38319",4538,121593 +"38320",4538,121691 +"38321",4539,5959 +"38322",4539,8604 +"38323",4539,11105 +"38324",4539,13065 +"38325",4539,15479 +"38326",4539,24027 +"38327",4539,28776 +"38328",4539,44867 +"38329",4539,111200 +"38330",4540,5008 +"38331",4540,11719 +"38332",4540,18236 +"38333",4540,22586 +"38334",4540,27907 +"38335",4540,30395 +"38336",4540,30418 +"38337",4540,36651 +"38338",4540,40698 +"38339",4540,46953 +"38340",4540,64503 +"38341",4540,70966 +"38342",4540,78037 +"38343",4540,80519 +"38344",4540,88586 +"38345",4540,92374 +"38346",4540,109695 +"38347",4540,109699 +"38348",4540,109893 +"38349",4540,110362 +"38350",4541,14527 +"38351",4541,24237 +"38352",4541,25170 +"38353",4541,34239 +"38354",4541,50293 +"38355",4541,83409 +"38356",4541,116903 +"38357",4541,118445 +"38358",4542,13329 +"38359",4542,42612 +"38360",4542,45164 +"38361",4542,45201 +"38362",4543,4565 +"38363",4543,21763 +"38364",4543,38728 +"38365",4543,94498 +"38366",4543,94502 +"38367",4543,94503 +"38368",4544,79569 +"38369",4544,89282 +"38370",4544,95432 +"38371",4544,118962 +"38372",4545,25994 +"38373",4545,29052 +"38374",4545,29150 +"38375",4546,10048 +"38376",4546,11278 +"38377",4546,31303 +"38378",4546,33599 +"38379",4546,33618 +"38380",4546,33690 +"38381",4546,33727 +"38382",4547,14914 +"38383",4548,4564 +"38384",4548,6838 +"38385",4548,7971 +"38386",4548,9007 +"38387",4548,15497 +"38388",4548,17285 +"38389",4548,20315 +"38390",4548,21885 +"38391",4548,22008 +"38392",4548,30731 +"38393",4548,39053 +"38394",4548,43726 +"38395",4548,46516 +"38396",4548,57499 +"38397",4548,62929 +"38398",4548,74165 +"38399",4548,81631 +"38400",4548,87822 +"38401",4549,4669 +"38402",4549,28164 +"38403",4549,78446 +"38404",4550,27028 +"38405",4550,80187 +"38406",4550,114378 +"38407",4551,5303 +"38408",4551,7254 +"38409",4551,15146 +"38410",4551,18080 +"38411",4551,21027 +"38412",4551,33035 +"38413",4551,53236 +"38414",4551,53542 +"38415",4551,58945 +"38416",4551,82312 +"38417",4551,84520 +"38418",4551,89135 +"38419",4551,89263 +"38420",4551,99144 +"38421",4551,112176 +"38422",4551,120684 +"38423",4552,5190 +"38424",4552,6530 +"38425",4552,8038 +"38426",4552,13189 +"38427",4552,14721 +"38428",4552,14900 +"38429",4552,19937 +"38430",4552,22986 +"38431",4552,63477 +"38432",4553,25693 +"38433",4553,95712 +"38434",4554,4570 +"38435",4555,7475 +"38436",4555,9191 +"38437",4555,11232 +"38438",4555,20656 +"38439",4555,23001 +"38440",4555,71004 +"38441",4555,88694 +"38442",4555,104298 +"38443",4555,110366 +"38444",4555,119519 +"38445",4556,20617 +"38446",4557,4616 +"38447",4557,4617 +"38448",4558,4785 +"38449",4558,21197 +"38450",4558,23729 +"38451",4558,24853 +"38452",4558,34256 +"38453",4558,34335 +"38454",4558,34885 +"38455",4558,44500 +"38456",4558,52576 +"38457",4558,70902 +"38458",4558,106810 +"38459",4558,114753 +"38460",4559,8157 +"38461",4559,52615 +"38462",4559,55969 +"38463",4559,64439 +"38464",4559,78142 +"38465",4559,79506 +"38466",4559,106108 +"38467",4559,109974 +"38468",4560,9778 +"38469",4560,14838 +"38470",4560,22235 +"38471",4560,24481 +"38472",4560,32734 +"38473",4560,87429 +"38474",4561,6198 +"38475",4561,24354 +"38476",4561,46874 +"38477",4562,70520 +"38478",4563,4626 +"38479",4564,4657 +"38480",4564,4831 +"38481",4564,5193 +"38482",4564,6872 +"38483",4564,6889 +"38484",4564,7215 +"38485",4564,20342 +"38486",4564,20441 +"38487",4564,27773 +"38488",4566,5035 +"38489",4566,5040 +"38490",4566,5091 +"38491",4566,31590 +"38492",4566,39604 +"38493",4566,64528 +"38494",4567,4569 +"38495",4567,4934 +"38496",4567,4944 +"38497",4567,6327 +"38498",4567,13030 +"38499",4567,15045 +"38500",4567,17274 +"38501",4567,17339 +"38502",4567,17411 +"38503",4567,18825 +"38504",4567,21080 +"38505",4567,21711 +"38506",4567,21746 +"38507",4567,22519 +"38508",4567,22543 +"38509",4567,24423 +"38510",4567,26312 +"38511",4567,27487 +"38512",4567,31091 +"38513",4567,34252 +"38514",4567,34273 +"38515",4567,34284 +"38516",4567,34317 +"38517",4567,45682 +"38518",4567,73905 +"38519",4568,4825 +"38520",4568,5598 +"38521",4568,5902 +"38522",4568,10485 +"38523",4568,11593 +"38524",4568,14540 +"38525",4568,18317 +"38526",4568,19518 +"38527",4568,20993 +"38528",4568,21482 +"38529",4568,22579 +"38530",4568,22721 +"38531",4568,24378 +"38532",4568,28577 +"38533",4568,29550 +"38534",4568,31349 +"38535",4568,36185 +"38536",4568,37263 +"38537",4568,37890 +"38538",4568,42188 +"38539",4568,47502 +"38540",4568,49100 +"38541",4568,52105 +"38542",4568,52237 +"38543",4568,52253 +"38544",4568,52271 +"38545",4568,89784 +"38546",4568,90481 +"38547",4568,92316 +"38548",4568,93700 +"38549",4568,96837 +"38550",4568,105056 +"38551",4568,106532 +"38552",4568,106551 +"38553",4569,13030 +"38554",4569,21746 +"38555",4569,22248 +"38556",4569,22543 +"38557",4569,26312 +"38558",4569,26991 +"38559",4569,34495 +"38560",4569,45682 +"38561",4569,64108 +"38562",4569,65335 +"38563",4569,73905 +"38564",4569,73987 +"38565",4569,77362 +"38566",4569,109578 +"38567",4570,6220 +"38568",4570,30804 +"38569",4570,41421 +"38570",4570,45838 +"38571",4570,74015 +"38572",4570,102211 +"38573",4570,105546 +"38574",4570,105562 +"38575",4570,113491 +"38576",4572,4651 +"38577",4573,4817 +"38578",4573,13601 +"38579",4573,15522 +"38580",4573,41404 +"38581",4573,42354 +"38582",4573,42377 +"38583",4574,82046 +"38584",4574,111861 +"38585",4575,10081 +"38586",4575,18554 +"38587",4575,49092 +"38588",4576,4588 +"38589",4576,4589 +"38590",4577,4841 +"38591",4577,87921 +"38592",4578,18534 +"38593",4578,76837 +"38594",4578,82415 +"38595",4579,16245 +"38596",4579,20596 +"38597",4579,49428 +"38598",4579,50223 +"38599",4579,73605 +"38600",4579,78253 +"38601",4579,81471 +"38602",4580,16476 +"38603",4580,27889 +"38604",4580,41227 +"38605",4580,78257 +"38606",4580,98210 +"38607",4581,5686 +"38608",4581,7713 +"38609",4581,8197 +"38610",4581,9807 +"38611",4581,14877 +"38612",4581,15104 +"38613",4581,15195 +"38614",4581,15430 +"38615",4581,16381 +"38616",4581,16949 +"38617",4581,18514 +"38618",4581,22299 +"38619",4581,23609 +"38620",4581,23938 +"38621",4581,24250 +"38622",4581,26682 +"38623",4581,29741 +"38624",4581,30876 +"38625",4581,32393 +"38626",4581,32939 +"38627",4581,33113 +"38628",4581,34916 +"38629",4581,35551 +"38630",4581,36215 +"38631",4581,36272 +"38632",4581,38494 +"38633",4581,38932 +"38634",4581,40643 +"38635",4581,41510 +"38636",4581,42017 +"38637",4581,42107 +"38638",4581,45516 +"38639",4581,45585 +"38640",4581,45609 +"38641",4581,45787 +"38642",4581,47083 +"38643",4581,49231 +"38644",4581,50061 +"38645",4581,52450 +"38646",4581,54059 +"38647",4581,55370 +"38648",4581,57804 +"38649",4581,59615 +"38650",4581,59940 +"38651",4581,66442 +"38652",4581,67363 +"38653",4581,71230 +"38654",4581,75478 +"38655",4581,76278 +"38656",4581,76740 +"38657",4581,76786 +"38658",4581,77272 +"38659",4581,77357 +"38660",4581,77402 +"38661",4581,78248 +"38662",4581,78255 +"38663",4581,78339 +"38664",4581,78445 +"38665",4581,79022 +"38666",4581,79716 +"38667",4581,79989 +"38668",4581,80281 +"38669",4581,81728 +"38670",4581,82196 +"38671",4581,82383 +"38672",4581,82810 +"38673",4581,82854 +"38674",4581,83853 +"38675",4581,83884 +"38676",4581,84379 +"38677",4581,84613 +"38678",4581,85465 +"38679",4581,85610 +"38680",4581,86351 +"38681",4581,86451 +"38682",4581,86863 +"38683",4581,86882 +"38684",4581,87008 +"38685",4581,87175 +"38686",4581,87451 +"38687",4581,87521 +"38688",4581,87572 +"38689",4581,87663 +"38690",4581,87721 +"38691",4581,87862 +"38692",4581,100061 +"38693",4581,100062 +"38694",4582,7140 +"38695",4582,7561 +"38696",4582,13856 +"38697",4582,16725 +"38698",4582,16726 +"38699",4582,16727 +"38700",4582,16745 +"38701",4582,16942 +"38702",4582,21278 +"38703",4582,21890 +"38704",4582,23466 +"38705",4582,23700 +"38706",4582,23751 +"38707",4582,41828 +"38708",4582,78738 +"38709",4582,118736 +"38710",4583,6152 +"38711",4583,19764 +"38712",4583,22572 +"38713",4583,49726 +"38714",4584,10526 +"38715",4584,97219 +"38716",4585,13780 +"38717",4585,20646 +"38718",4585,29004 +"38719",4585,38965 +"38720",4585,55363 +"38721",4585,89067 +"38722",4585,103314 +"38723",4586,4587 +"38724",4586,9539 +"38725",4586,10137 +"38726",4587,11597 +"38727",4587,37571 +"38728",4587,37610 +"38729",4587,37648 +"38730",4587,49321 +"38731",4588,4589 +"38732",4589,15674 +"38733",4589,19026 +"38734",4589,21981 +"38735",4589,33259 +"38736",4589,76886 +"38737",4589,76889 +"38738",4590,61275 +"38739",4590,63110 +"38740",4590,67976 +"38741",4590,68116 +"38742",4590,87592 +"38743",4590,93222 +"38744",4590,96054 +"38745",4590,115791 +"38746",4591,4595 +"38747",4591,4608 +"38748",4591,51976 +"38749",4591,59754 +"38750",4591,90800 +"38751",4591,90954 +"38752",4592,5194 +"38753",4592,7880 +"38754",4592,13617 +"38755",4592,16781 +"38756",4592,18732 +"38757",4592,19377 +"38758",4592,25974 +"38759",4592,42416 +"38760",4592,84349 +"38761",4592,86665 +"38762",4593,68105 +"38763",4593,68144 +"38764",4593,74199 +"38765",4595,4608 +"38766",4595,51976 +"38767",4595,59754 +"38768",4595,76199 +"38769",4595,76206 +"38770",4595,76215 +"38771",4595,90800 +"38772",4595,90954 +"38773",4596,5839 +"38774",4596,13517 +"38775",4596,33652 +"38776",4596,34169 +"38777",4596,87500 +"38778",4597,17577 +"38779",4597,55537 +"38780",4598,22047 +"38781",4598,22059 +"38782",4598,40918 +"38783",4598,41729 +"38784",4598,49955 +"38785",4598,58353 +"38786",4598,59001 +"38787",4598,71760 +"38788",4598,78035 +"38789",4598,79115 +"38790",4598,79122 +"38791",4598,97040 +"38792",4599,16906 +"38793",4599,22874 +"38794",4599,30488 +"38795",4599,31386 +"38796",4599,80006 +"38797",4599,81003 +"38798",4599,103729 +"38799",4599,116592 +"38800",4600,6346 +"38801",4600,12806 +"38802",4600,20179 +"38803",4600,69996 +"38804",4601,22868 +"38805",4601,110490 +"38806",4602,4956 +"38807",4602,5448 +"38808",4602,31871 +"38809",4602,35936 +"38810",4602,38901 +"38811",4602,57013 +"38812",4602,71061 +"38813",4602,118127 +"38814",4603,11875 +"38815",4603,19058 +"38816",4603,33604 +"38817",4603,66358 +"38818",4604,18383 +"38819",4605,35448 +"38820",4605,95694 +"38821",4606,14038 +"38822",4606,14664 +"38823",4606,27192 +"38824",4606,60029 +"38825",4607,16021 +"38826",4607,26733 +"38827",4607,26900 +"38828",4607,27254 +"38829",4607,27502 +"38830",4607,28073 +"38831",4607,41957 +"38832",4607,59240 +"38833",4607,60166 +"38834",4607,69550 +"38835",4607,84700 +"38836",4607,95638 +"38837",4609,11829 +"38838",4609,12578 +"38839",4609,14345 +"38840",4609,21474 +"38841",4609,34205 +"38842",4609,34269 +"38843",4609,38287 +"38844",4609,39224 +"38845",4609,41436 +"38846",4609,43696 +"38847",4609,45685 +"38848",4609,47013 +"38849",4609,52845 +"38850",4609,53808 +"38851",4609,57911 +"38852",4609,65402 +"38853",4609,72921 +"38854",4609,73923 +"38855",4609,74399 +"38856",4609,78715 +"38857",4609,79534 +"38858",4609,95690 +"38859",4609,96004 +"38860",4609,98629 +"38861",4609,98634 +"38862",4609,120978 +"38863",4611,13069 +"38864",4612,10730 +"38865",4612,14518 +"38866",4612,27742 +"38867",4612,33871 +"38868",4612,67834 +"38869",4612,68539 +"38870",4612,71467 +"38871",4612,80134 +"38872",4612,91152 +"38873",4612,121963 +"38874",4613,16946 +"38875",4613,20557 +"38876",4613,24429 +"38877",4613,26663 +"38878",4613,38574 +"38879",4613,55288 +"38880",4613,61785 +"38881",4613,81838 +"38882",4613,84528 +"38883",4613,92592 +"38884",4613,95036 +"38885",4613,101652 +"38886",4614,32045 +"38887",4614,32306 +"38888",4614,118706 +"38889",4614,119976 +"38890",4614,119980 +"38891",4615,23984 +"38892",4615,24611 +"38893",4615,36003 +"38894",4615,44730 +"38895",4615,47978 +"38896",4615,48084 +"38897",4615,54157 +"38898",4615,62843 +"38899",4615,81096 +"38900",4615,81418 +"38901",4615,84401 +"38902",4615,86519 +"38903",4615,96700 +"38904",4615,96701 +"38905",4615,96724 +"38906",4615,98504 +"38907",4615,99646 +"38908",4615,99647 +"38909",4615,109945 +"38910",4616,4617 +"38911",4618,4809 +"38912",4618,4810 +"38913",4618,4822 +"38914",4618,4851 +"38915",4618,7933 +"38916",4618,9483 +"38917",4618,16164 +"38918",4618,36464 +"38919",4618,42248 +"38920",4618,48765 +"38921",4618,51396 +"38922",4618,55820 +"38923",4618,55913 +"38924",4618,67434 +"38925",4618,76573 +"38926",4618,79766 +"38927",4618,90441 +"38928",4618,101492 +"38929",4618,104990 +"38930",4619,4646 +"38931",4619,4808 +"38932",4619,16784 +"38933",4619,16791 +"38934",4619,18131 +"38935",4619,18555 +"38936",4619,37798 +"38937",4619,42222 +"38938",4619,47069 +"38939",4619,48686 +"38940",4619,51430 +"38941",4619,52205 +"38942",4619,54489 +"38943",4619,57287 +"38944",4619,59707 +"38945",4619,60709 +"38946",4619,85349 +"38947",4620,4678 +"38948",4620,8779 +"38949",4620,15564 +"38950",4620,15652 +"38951",4620,34223 +"38952",4621,4658 +"38953",4621,17351 +"38954",4621,17632 +"38955",4621,17938 +"38956",4621,18450 +"38957",4621,20528 +"38958",4621,20830 +"38959",4621,30092 +"38960",4621,41895 +"38961",4621,41900 +"38962",4621,41945 +"38963",4621,42028 +"38964",4621,42030 +"38965",4621,46023 +"38966",4621,46446 +"38967",4621,49470 +"38968",4621,65628 +"38969",4622,8307 +"38970",4622,9273 +"38971",4622,17848 +"38972",4622,17893 +"38973",4622,17894 +"38974",4622,24275 +"38975",4622,32904 +"38976",4622,34108 +"38977",4622,34179 +"38978",4622,35499 +"38979",4622,37105 +"38980",4622,42261 +"38981",4622,42891 +"38982",4622,55030 +"38983",4622,62975 +"38984",4622,86802 +"38985",4623,15162 +"38986",4623,27355 +"38987",4623,34158 +"38988",4623,39516 +"38989",4623,41491 +"38990",4623,51319 +"38991",4623,64786 +"38992",4623,85278 +"38993",4623,85708 +"38994",4623,85716 +"38995",4623,85717 +"38996",4623,85769 +"38997",4623,87805 +"38998",4623,90699 +"38999",4624,4676 +"39000",4624,8618 +"39001",4624,22816 +"39002",4624,27261 +"39003",4624,35251 +"39004",4624,40805 +"39005",4624,49980 +"39006",4624,55549 +"39007",4624,64908 +"39008",4624,83473 +"39009",4624,95971 +"39010",4625,59571 +"39011",4626,37857 +"39012",4626,69327 +"39013",4626,88859 +"39014",4626,115147 +"39015",4627,7883 +"39016",4627,34334 +"39017",4627,39733 +"39018",4627,69181 +"39019",4627,78041 +"39020",4627,92428 +"39021",4627,122102 +"39022",4628,15578 +"39023",4628,29176 +"39024",4628,40231 +"39025",4628,43844 +"39026",4629,4769 +"39027",4629,4770 +"39028",4630,13609 +"39029",4630,13759 +"39030",4630,16006 +"39031",4630,16045 +"39032",4630,16263 +"39033",4630,16323 +"39034",4630,17709 +"39035",4630,20680 +"39036",4630,33938 +"39037",4630,35616 +"39038",4630,39102 +"39039",4630,43937 +"39040",4631,54248 +"39041",4631,58444 +"39042",4631,61567 +"39043",4632,4777 +"39044",4632,5042 +"39045",4632,5957 +"39046",4632,6554 +"39047",4632,12300 +"39048",4632,15835 +"39049",4632,16863 +"39050",4632,18283 +"39051",4632,28118 +"39052",4632,35583 +"39053",4632,37258 +"39054",4632,45280 +"39055",4632,49282 +"39056",4632,52136 +"39057",4632,57687 +"39058",4632,67603 +"39059",4632,67893 +"39060",4632,67943 +"39061",4632,69192 +"39062",4632,69485 +"39063",4632,73881 +"39064",4632,74599 +"39065",4633,24275 +"39066",4633,30997 +"39067",4633,46894 +"39068",4633,74958 +"39069",4633,110657 +"39070",4633,121566 +"39071",4634,5037 +"39072",4634,13882 +"39073",4634,14480 +"39074",4634,14490 +"39075",4634,14509 +"39076",4634,16871 +"39077",4634,33090 +"39078",4635,6502 +"39079",4635,12091 +"39080",4635,16585 +"39081",4635,19020 +"39082",4635,19488 +"39083",4635,24322 +"39084",4635,26822 +"39085",4635,27189 +"39086",4635,28893 +"39087",4635,34192 +"39088",4635,42117 +"39089",4635,43214 +"39090",4635,43263 +"39091",4635,43414 +"39092",4635,54334 +"39093",4635,57067 +"39094",4635,60237 +"39095",4635,67499 +"39096",4635,76214 +"39097",4635,78931 +"39098",4635,95485 +"39099",4635,95561 +"39100",4635,109412 +"39101",4636,17951 +"39102",4636,23005 +"39103",4637,15626 +"39104",4637,22284 +"39105",4637,36763 +"39106",4637,39141 +"39107",4637,51478 +"39108",4637,62725 +"39109",4637,69324 +"39110",4637,69373 +"39111",4637,95697 +"39112",4638,5082 +"39113",4638,5826 +"39114",4638,17326 +"39115",4638,21158 +"39116",4638,29417 +"39117",4638,30019 +"39118",4638,36737 +"39119",4638,82022 +"39120",4638,86375 +"39121",4638,91164 +"39122",4638,93525 +"39123",4638,98165 +"39124",4638,99435 +"39125",4639,7364 +"39126",4639,11460 +"39127",4639,23148 +"39128",4639,23223 +"39129",4639,33319 +"39130",4639,37621 +"39131",4639,39532 +"39132",4640,4691 +"39133",4641,4802 +"39134",4642,12520 +"39135",4642,21414 +"39136",4642,79226 +"39137",4642,79253 +"39138",4642,80038 +"39139",4643,4812 +"39140",4643,19954 +"39141",4643,39406 +"39142",4643,51284 +"39143",4643,81848 +"39144",4643,100649 +"39145",4643,103525 +"39146",4644,4688 +"39147",4644,4804 +"39148",4645,8637 +"39149",4645,18859 +"39150",4645,41275 +"39151",4646,4808 +"39152",4646,23888 +"39153",4646,31770 +"39154",4646,37798 +"39155",4646,43576 +"39156",4646,47262 +"39157",4646,50155 +"39158",4646,51835 +"39159",4646,58262 +"39160",4646,101262 +"39161",4646,110613 +"39162",4646,110617 +"39163",4647,4649 +"39164",4647,16214 +"39165",4647,36898 +"39166",4647,86986 +"39167",4647,88807 +"39168",4648,4790 +"39169",4648,14120 +"39170",4648,22282 +"39171",4648,27973 +"39172",4648,28047 +"39173",4648,29749 +"39174",4648,33915 +"39175",4648,60922 +"39176",4648,73574 +"39177",4648,108141 +"39178",4650,11673 +"39179",4650,29561 +"39180",4650,87485 +"39181",4650,109357 +"39182",4650,109358 +"39183",4651,24448 +"39184",4651,25782 +"39185",4651,51617 +"39186",4651,73710 +"39187",4652,4653 +"39188",4652,4931 +"39189",4652,5095 +"39190",4652,5263 +"39191",4652,7222 +"39192",4652,7382 +"39193",4652,7398 +"39194",4652,12054 +"39195",4652,14347 +"39196",4652,25971 +"39197",4652,26659 +"39198",4652,27862 +"39199",4652,29561 +"39200",4652,34604 +"39201",4652,34735 +"39202",4652,36422 +"39203",4652,37016 +"39204",4652,37053 +"39205",4652,37085 +"39206",4652,37481 +"39207",4652,38462 +"39208",4652,42995 +"39209",4652,44743 +"39210",4652,51471 +"39211",4652,52562 +"39212",4652,55722 +"39213",4652,57254 +"39214",4652,61881 +"39215",4652,75939 +"39216",4652,76099 +"39217",4652,107702 +"39218",4652,118638 +"39219",4653,5095 +"39220",4653,7382 +"39221",4653,7398 +"39222",4653,25813 +"39223",4653,25971 +"39224",4653,31767 +"39225",4653,33893 +"39226",4653,34480 +"39227",4653,36422 +"39228",4653,44743 +"39229",4653,45426 +"39230",4653,51471 +"39231",4653,57254 +"39232",4653,70141 +"39233",4653,77388 +"39234",4653,80732 +"39235",4653,113960 +"39236",4654,8942 +"39237",4654,9058 +"39238",4654,11407 +"39239",4654,14655 +"39240",4654,22946 +"39241",4654,24736 +"39242",4654,24818 +"39243",4654,24861 +"39244",4654,24864 +"39245",4654,39373 +"39246",4654,51021 +"39247",4654,61932 +"39248",4655,7643 +"39249",4655,45079 +"39250",4655,62337 +"39251",4655,100029 +"39252",4656,4661 +"39253",4656,50293 +"39254",4656,90290 +"39255",4656,90300 +"39256",4657,4824 +"39257",4657,4830 +"39258",4657,4831 +"39259",4657,5193 +"39260",4657,7215 +"39261",4657,18203 +"39262",4657,20938 +"39263",4657,27076 +"39264",4657,27773 +"39265",4657,42877 +"39266",4657,54924 +"39267",4657,86813 +"39268",4657,99523 +"39269",4658,6821 +"39270",4658,9423 +"39271",4658,10543 +"39272",4658,17632 +"39273",4658,20528 +"39274",4658,27405 +"39275",4658,41537 +"39276",4658,50638 +"39277",4658,79858 +"39278",4658,80173 +"39279",4658,80211 +"39280",4658,84180 +"39281",4658,94298 +"39282",4658,94332 +"39283",4658,101945 +"39284",4659,5446 +"39285",4659,21932 +"39286",4659,38184 +"39287",4659,44591 +"39288",4659,49068 +"39289",4659,57061 +"39290",4659,58894 +"39291",4659,59768 +"39292",4659,92783 +"39293",4660,6877 +"39294",4660,21347 +"39295",4660,27686 +"39296",4660,30019 +"39297",4660,33173 +"39298",4660,33925 +"39299",4660,36487 +"39300",4660,40345 +"39301",4660,41910 +"39302",4660,61456 +"39303",4660,63641 +"39304",4660,63739 +"39305",4660,65497 +"39306",4660,65716 +"39307",4660,66717 +"39308",4660,71380 +"39309",4660,72535 +"39310",4660,76043 +"39311",4660,91164 +"39312",4660,93219 +"39313",4660,95721 +"39314",4660,96007 +"39315",4660,99435 +"39316",4661,54882 +"39317",4661,79740 +"39318",4661,86779 +"39319",4661,88496 +"39320",4661,114105 +"39321",4661,118526 +"39322",4661,121063 +"39323",4662,27321 +"39324",4662,33536 +"39325",4662,33538 +"39326",4663,10795 +"39327",4663,22207 +"39328",4663,23328 +"39329",4663,23360 +"39330",4663,24888 +"39331",4663,68111 +"39332",4664,4685 +"39333",4665,9555 +"39334",4665,10803 +"39335",4665,13807 +"39336",4665,14090 +"39337",4665,15834 +"39338",4665,16198 +"39339",4665,20938 +"39340",4665,20971 +"39341",4665,25209 +"39342",4665,29808 +"39343",4665,86747 +"39344",4665,94799 +"39345",4665,104706 +"39346",4666,54201 +"39347",4667,5089 +"39348",4667,17674 +"39349",4667,22900 +"39350",4667,42019 +"39351",4667,74946 +"39352",4667,77441 +"39353",4667,108239 +"39354",4668,4669 +"39355",4668,10365 +"39356",4668,13832 +"39357",4668,16715 +"39358",4668,38736 +"39359",4668,46142 +"39360",4668,47403 +"39361",4668,64578 +"39362",4668,98701 +"39363",4669,4678 +"39364",4669,4941 +"39365",4669,6298 +"39366",4669,14819 +"39367",4669,16715 +"39368",4669,18066 +"39369",4669,19797 +"39370",4669,23462 +"39371",4669,23528 +"39372",4669,24311 +"39373",4669,27775 +"39374",4669,28164 +"39375",4669,28212 +"39376",4669,40453 +"39377",4669,43844 +"39378",4669,44549 +"39379",4669,46142 +"39380",4669,46786 +"39381",4669,54723 +"39382",4669,64468 +"39383",4669,64578 +"39384",4669,77614 +"39385",4669,78446 +"39386",4669,80624 +"39387",4669,88537 +"39388",4669,99524 +"39389",4669,102552 +"39390",4669,107089 +"39391",4670,49413 +"39392",4671,5126 +"39393",4671,15122 +"39394",4671,48571 +"39395",4672,31548 +"39396",4673,64396 +"39397",4673,104111 +"39398",4674,27287 +"39399",4674,46056 +"39400",4674,47831 +"39401",4674,51170 +"39402",4674,70327 +"39403",4674,84610 +"39404",4675,7026 +"39405",4675,8417 +"39406",4675,12619 +"39407",4675,13863 +"39408",4675,21083 +"39409",4675,25210 +"39410",4675,25211 +"39411",4675,25279 +"39412",4675,25280 +"39413",4675,25480 +"39414",4675,25699 +"39415",4675,25749 +"39416",4675,25786 +"39417",4675,25808 +"39418",4675,25896 +"39419",4676,65495 +"39420",4676,87136 +"39421",4676,117951 +"39422",4677,8640 +"39423",4677,59064 +"39424",4677,67569 +"39425",4677,71478 +"39426",4678,6298 +"39427",4678,6989 +"39428",4678,10923 +"39429",4678,27775 +"39430",4678,29373 +"39431",4678,40412 +"39432",4678,89199 +"39433",4679,25866 +"39434",4680,56838 +"39435",4681,13836 +"39436",4681,17272 +"39437",4681,19364 +"39438",4681,43191 +"39439",4681,67015 +"39440",4681,67917 +"39441",4681,101634 +"39442",4681,106431 +"39443",4682,43815 +"39444",4682,72684 +"39445",4683,9661 +"39446",4683,24845 +"39447",4683,63133 +"39448",4683,88943 +"39449",4683,106269 +"39450",4684,20054 +"39451",4685,40685 +"39452",4686,4704 +"39453",4686,6841 +"39454",4686,11553 +"39455",4686,19157 +"39456",4686,19409 +"39457",4686,19612 +"39458",4686,50550 +"39459",4686,75930 +"39460",4686,86437 +"39461",4686,100713 +"39462",4686,103011 +"39463",4686,109457 +"39464",4686,118849 +"39465",4686,118860 +"39466",4687,4703 +"39467",4687,5578 +"39468",4687,8011 +"39469",4687,19791 +"39470",4687,25816 +"39471",4687,25958 +"39472",4687,26636 +"39473",4687,35695 +"39474",4687,44319 +"39475",4687,98466 +"39476",4688,4804 +"39477",4688,10305 +"39478",4689,4996 +"39479",4689,7423 +"39480",4689,9384 +"39481",4690,4715 +"39482",4690,8384 +"39483",4690,21506 +"39484",4690,34946 +"39485",4691,4967 +"39486",4691,40746 +"39487",4691,89796 +"39488",4691,89820 +"39489",4692,4747 +"39490",4692,4765 +"39491",4692,6491 +"39492",4692,6672 +"39493",4692,15643 +"39494",4692,17740 +"39495",4692,20311 +"39496",4692,22006 +"39497",4692,25150 +"39498",4692,26451 +"39499",4692,29486 +"39500",4692,30898 +"39501",4692,32811 +"39502",4692,33956 +"39503",4692,43040 +"39504",4692,48260 +"39505",4692,58133 +"39506",4692,64960 +"39507",4692,65884 +"39508",4692,75475 +"39509",4693,4745 +"39510",4693,4762 +"39511",4695,4766 +"39512",4695,5067 +"39513",4695,89906 +"39514",4695,107970 +"39515",4696,39289 +"39516",4696,74058 +"39517",4696,84790 +"39518",4696,84797 +"39519",4696,84798 +"39520",4696,84799 +"39521",4697,10714 +"39522",4697,12575 +"39523",4697,14011 +"39524",4697,26278 +"39525",4698,9386 +"39526",4698,16590 +"39527",4698,22894 +"39528",4698,22907 +"39529",4698,22957 +"39530",4698,22969 +"39531",4698,23170 +"39532",4698,23234 +"39533",4698,23321 +"39534",4698,41517 +"39535",4698,41541 +"39536",4698,47245 +"39537",4698,47279 +"39538",4699,25410 +"39539",4699,48980 +"39540",4699,52280 +"39541",4699,54488 +"39542",4699,54497 +"39543",4699,54816 +"39544",4699,55493 +"39545",4699,64473 +"39546",4699,82621 +"39547",4699,89518 +"39548",4700,21731 +"39549",4700,35763 +"39550",4700,55867 +"39551",4700,63053 +"39552",4700,74158 +"39553",4701,4791 +"39554",4701,4792 +"39555",4701,4917 +"39556",4701,18393 +"39557",4701,27849 +"39558",4701,80270 +"39559",4701,80298 +"39560",4701,80383 +"39561",4701,80384 +"39562",4702,12543 +"39563",4702,45978 +"39564",4702,53947 +"39565",4703,21251 +"39566",4703,71516 +"39567",4703,93555 +"39568",4703,102609 +"39569",4703,119929 +"39570",4704,82217 +"39571",4704,82235 +"39572",4705,7258 +"39573",4705,11339 +"39574",4705,14625 +"39575",4705,15734 +"39576",4705,23326 +"39577",4705,27151 +"39578",4705,34237 +"39579",4705,35545 +"39580",4705,41074 +"39581",4705,44948 +"39582",4705,44949 +"39583",4705,44950 +"39584",4705,55965 +"39585",4705,81469 +"39586",4705,102793 +"39587",4705,107188 +"39588",4705,115230 +"39589",4705,117425 +"39590",4706,4835 +"39591",4707,4716 +"39592",4707,18789 +"39593",4707,46159 +"39594",4707,49726 +"39595",4707,76157 +"39596",4708,4709 +"39597",4708,4722 +"39598",4708,4918 +"39599",4708,6683 +"39600",4708,40136 +"39601",4708,46039 +"39602",4708,46053 +"39603",4708,71514 +"39604",4708,98860 +"39605",4708,115889 +"39606",4709,4918 +"39607",4709,58811 +"39608",4709,58876 +"39609",4710,5531 +"39610",4710,5867 +"39611",4710,5938 +"39612",4710,6194 +"39613",4710,15228 +"39614",4710,18250 +"39615",4710,18381 +"39616",4710,20299 +"39617",4710,30519 +"39618",4710,36754 +"39619",4710,38641 +"39620",4710,41528 +"39621",4710,43252 +"39622",4710,46339 +"39623",4710,48947 +"39624",4710,53576 +"39625",4710,54693 +"39626",4710,65716 +"39627",4710,80056 +"39628",4710,80091 +"39629",4710,92605 +"39630",4710,92615 +"39631",4711,5306 +"39632",4711,6531 +"39633",4711,10031 +"39634",4711,13242 +"39635",4711,13408 +"39636",4711,14361 +"39637",4711,16437 +"39638",4711,16744 +"39639",4711,27193 +"39640",4711,32138 +"39641",4711,38461 +"39642",4711,41439 +"39643",4711,45480 +"39644",4711,49505 +"39645",4711,59039 +"39646",4712,6160 +"39647",4712,7598 +"39648",4712,9069 +"39649",4712,16262 +"39650",4712,18712 +"39651",4712,19017 +"39652",4712,21011 +"39653",4712,21535 +"39654",4712,28709 +"39655",4712,30123 +"39656",4712,33872 +"39657",4712,35288 +"39658",4712,36914 +"39659",4712,40292 +"39660",4712,41225 +"39661",4712,44758 +"39662",4712,50439 +"39663",4712,65590 +"39664",4712,68778 +"39665",4712,72729 +"39666",4712,79128 +"39667",4712,92636 +"39668",4713,5818 +"39669",4713,28587 +"39670",4713,28979 +"39671",4713,43649 +"39672",4713,43938 +"39673",4713,44688 +"39674",4713,44818 +"39675",4713,44827 +"39676",4713,44855 +"39677",4713,47106 +"39678",4713,53653 +"39679",4713,92597 +"39680",4713,94326 +"39681",4714,40789 +"39682",4714,81339 +"39683",4714,90169 +"39684",4715,66781 +"39685",4715,67488 +"39686",4716,45932 +"39687",4717,42358 +"39688",4717,82698 +"39689",4718,9261 +"39690",4718,10218 +"39691",4718,20994 +"39692",4718,76194 +"39693",4719,4850 +"39694",4719,36636 +"39695",4721,39229 +"39696",4721,79801 +"39697",4722,4763 +"39698",4722,4918 +"39699",4722,6683 +"39700",4722,10874 +"39701",4722,15184 +"39702",4723,4879 +"39703",4723,4904 +"39704",4723,30710 +"39705",4723,39627 +"39706",4723,42778 +"39707",4723,43880 +"39708",4723,46680 +"39709",4723,56455 +"39710",4724,4865 +"39711",4724,6585 +"39712",4724,7480 +"39713",4724,17200 +"39714",4724,19252 +"39715",4724,20811 +"39716",4724,45175 +"39717",4724,50317 +"39718",4724,70338 +"39719",4724,77950 +"39720",4724,88703 +"39721",4724,88748 +"39722",4725,8734 +"39723",4725,10358 +"39724",4725,11576 +"39725",4725,12544 +"39726",4725,13824 +"39727",4725,13967 +"39728",4725,16053 +"39729",4725,19637 +"39730",4725,20061 +"39731",4725,20067 +"39732",4725,20375 +"39733",4725,21706 +"39734",4725,23869 +"39735",4725,24562 +"39736",4725,26257 +"39737",4725,33801 +"39738",4725,35529 +"39739",4725,39563 +"39740",4725,42226 +"39741",4725,43344 +"39742",4725,47156 +"39743",4725,52924 +"39744",4725,53475 +"39745",4725,54283 +"39746",4725,59484 +"39747",4725,61108 +"39748",4725,63854 +"39749",4725,67902 +"39750",4725,70996 +"39751",4725,71890 +"39752",4725,74681 +"39753",4725,74730 +"39754",4725,75830 +"39755",4725,79619 +"39756",4725,81167 +"39757",4725,83772 +"39758",4725,86053 +"39759",4725,90114 +"39760",4725,92254 +"39761",4725,93984 +"39762",4725,96444 +"39763",4725,98406 +"39764",4725,100398 +"39765",4725,101088 +"39766",4725,104522 +"39767",4725,108399 +"39768",4725,108765 +"39769",4725,109174 +"39770",4725,121043 +"39771",4725,121999 +"39772",4725,123079 +"39773",4725,123085 +"39774",4726,8508 +"39775",4726,114669 +"39776",4727,4781 +"39777",4727,7489 +"39778",4727,10332 +"39779",4727,12023 +"39780",4727,13295 +"39781",4727,22754 +"39782",4727,27263 +"39783",4727,28904 +"39784",4727,31753 +"39785",4727,41077 +"39786",4727,50766 +"39787",4727,54372 +"39788",4727,65639 +"39789",4727,70488 +"39790",4727,81130 +"39791",4727,81902 +"39792",4727,90154 +"39793",4727,97951 +"39794",4727,97996 +"39795",4727,98315 +"39796",4727,105318 +"39797",4727,105324 +"39798",4727,105358 +"39799",4727,105565 +"39800",4727,119959 +"39801",4728,12962 +"39802",4728,69939 +"39803",4729,4754 +"39804",4729,5712 +"39805",4729,20307 +"39806",4729,39899 +"39807",4729,61119 +"39808",4729,86171 +"39809",4730,6133 +"39810",4730,7433 +"39811",4730,10616 +"39812",4730,19806 +"39813",4730,20291 +"39814",4730,21180 +"39815",4730,21741 +"39816",4730,22669 +"39817",4730,26008 +"39818",4730,27450 +"39819",4730,30442 +"39820",4730,31028 +"39821",4730,31274 +"39822",4730,34162 +"39823",4730,34251 +"39824",4730,35694 +"39825",4730,45760 +"39826",4730,52109 +"39827",4730,55775 +"39828",4730,56783 +"39829",4730,59300 +"39830",4730,81950 +"39831",4731,31934 +"39832",4731,38416 +"39833",4731,81465 +"39834",4731,105580 +"39835",4732,19573 +"39836",4733,4776 +"39837",4733,5844 +"39838",4733,24249 +"39839",4734,4735 +"39840",4734,4856 +"39841",4734,38042 +"39842",4734,65428 +"39843",4735,4856 +"39844",4735,19317 +"39845",4735,21961 +"39846",4735,22057 +"39847",4735,27224 +"39848",4735,29884 +"39849",4735,58163 +"39850",4735,70454 +"39851",4735,96149 +"39852",4735,106469 +"39853",4736,66112 +"39854",4736,90856 +"39855",4736,90876 +"39856",4736,91026 +"39857",4737,9704 +"39858",4737,65731 +"39859",4738,91831 +"39860",4738,92874 +"39861",4738,92890 +"39862",4739,12188 +"39863",4739,13518 +"39864",4739,20969 +"39865",4739,26010 +"39866",4739,47056 +"39867",4739,91875 +"39868",4740,5588 +"39869",4740,68450 +"39870",4740,77318 +"39871",4740,103908 +"39872",4740,108535 +"39873",4741,38783 +"39874",4742,4753 +"39875",4742,6432 +"39876",4742,13637 +"39877",4742,13810 +"39878",4742,15493 +"39879",4742,18225 +"39880",4742,21236 +"39881",4742,21639 +"39882",4742,21667 +"39883",4742,21807 +"39884",4742,22063 +"39885",4742,24453 +"39886",4742,33736 +"39887",4742,33737 +"39888",4742,33738 +"39889",4742,40516 +"39890",4742,41334 +"39891",4742,64312 +"39892",4743,9227 +"39893",4743,13939 +"39894",4743,15391 +"39895",4743,17666 +"39896",4743,18505 +"39897",4743,21885 +"39898",4743,26940 +"39899",4743,31827 +"39900",4743,36588 +"39901",4743,39440 +"39902",4743,40532 +"39903",4743,41446 +"39904",4743,50072 +"39905",4743,55205 +"39906",4743,56864 +"39907",4743,65553 +"39908",4743,76184 +"39909",4743,81248 +"39910",4743,88747 +"39911",4743,107463 +"39912",4744,4880 +"39913",4744,29031 +"39914",4744,34246 +"39915",4744,50043 +"39916",4744,96852 +"39917",4745,4762 +"39918",4745,14054 +"39919",4745,16680 +"39920",4745,27489 +"39921",4745,31957 +"39922",4745,45748 +"39923",4746,7014 +"39924",4746,7852 +"39925",4746,8726 +"39926",4746,12586 +"39927",4746,14055 +"39928",4746,15732 +"39929",4746,15764 +"39930",4746,15766 +"39931",4746,16265 +"39932",4746,17960 +"39933",4746,18965 +"39934",4746,19535 +"39935",4746,34472 +"39936",4746,37279 +"39937",4746,39440 +"39938",4746,40677 +"39939",4746,49152 +"39940",4746,49908 +"39941",4746,53924 +"39942",4746,57056 +"39943",4746,57897 +"39944",4746,59548 +"39945",4746,66138 +"39946",4746,72617 +"39947",4746,72660 +"39948",4746,72662 +"39949",4746,87416 +"39950",4746,90427 +"39951",4747,4765 +"39952",4747,11078 +"39953",4747,18270 +"39954",4747,19674 +"39955",4747,24789 +"39956",4747,24914 +"39957",4747,25473 +"39958",4747,26345 +"39959",4747,26530 +"39960",4747,32026 +"39961",4747,34651 +"39962",4747,37190 +"39963",4747,37893 +"39964",4747,48260 +"39965",4747,54805 +"39966",4747,58133 +"39967",4747,61822 +"39968",4747,85326 +"39969",4747,91322 +"39970",4747,99020 +"39971",4748,7188 +"39972",4748,23862 +"39973",4748,80650 +"39974",4748,111244 +"39975",4749,4775 +"39976",4749,7048 +"39977",4749,12792 +"39978",4749,14359 +"39979",4749,14864 +"39980",4749,14908 +"39981",4749,14938 +"39982",4749,27202 +"39983",4749,39283 +"39984",4749,52304 +"39985",4749,97312 +"39986",4750,22427 +"39987",4750,30120 +"39988",4750,41314 +"39989",4750,61397 +"39990",4750,69125 +"39991",4750,100512 +"39992",4750,116385 +"39993",4751,5165 +"39994",4751,5170 +"39995",4751,11513 +"39996",4751,11624 +"39997",4752,6103 +"39998",4752,79729 +"39999",4752,79747 +"40000",4753,7206 +"40001",4753,17437 +"40002",4753,21807 +"40003",4753,43014 +"40004",4753,53512 +"40005",4753,84452 +"40006",4753,113323 +"40007",4755,31764 +"40008",4755,34307 +"40009",4755,69339 +"40010",4755,117423 +"40011",4755,123104 +"40012",4756,62490 +"40013",4756,75962 +"40014",4756,87909 +"40015",4756,90541 +"40016",4757,24564 +"40017",4757,83003 +"40018",4757,117614 +"40019",4758,5147 +"40020",4758,5154 +"40021",4758,5155 +"40022",4759,5852 +"40023",4759,7890 +"40024",4759,11319 +"40025",4759,11627 +"40026",4759,11650 +"40027",4759,14192 +"40028",4759,14565 +"40029",4759,14654 +"40030",4759,14722 +"40031",4759,15469 +"40032",4759,15939 +"40033",4759,17805 +"40034",4759,17936 +"40035",4759,17970 +"40036",4759,18719 +"40037",4759,20301 +"40038",4759,20391 +"40039",4759,20848 +"40040",4759,29527 +"40041",4759,29557 +"40042",4759,32343 +"40043",4759,34554 +"40044",4759,36040 +"40045",4759,41509 +"40046",4759,44464 +"40047",4759,45158 +"40048",4759,47505 +"40049",4759,48181 +"40050",4759,52767 +"40051",4759,56197 +"40052",4759,68091 +"40053",4759,69990 +"40054",4759,78520 +"40055",4759,78750 +"40056",4759,78817 +"40057",4759,82226 +"40058",4759,82310 +"40059",4759,84262 +"40060",4759,98050 +"40061",4759,104142 +"40062",4760,9508 +"40063",4761,12330 +"40064",4761,12427 +"40065",4761,15809 +"40066",4761,60140 +"40067",4761,80728 +"40068",4761,85362 +"40069",4763,9458 +"40070",4763,10874 +"40071",4763,11474 +"40072",4763,26897 +"40073",4763,29952 +"40074",4763,44636 +"40075",4763,47484 +"40076",4763,62488 +"40077",4763,65406 +"40078",4763,77704 +"40079",4763,88259 +"40080",4763,93424 +"40081",4763,94853 +"40082",4763,95993 +"40083",4763,101344 +"40084",4763,101370 +"40085",4763,101372 +"40086",4764,44747 +"40087",4765,10266 +"40088",4765,26344 +"40089",4765,26535 +"40090",4765,27164 +"40091",4765,30898 +"40092",4765,31651 +"40093",4765,32811 +"40094",4765,37893 +"40095",4765,47720 +"40096",4765,48993 +"40097",4765,58133 +"40098",4765,62957 +"40099",4765,73728 +"40100",4765,107670 +"40101",4765,119444 +"40102",4765,120145 +"40103",4766,5067 +"40104",4766,26679 +"40105",4766,74622 +"40106",4766,86594 +"40107",4767,7614 +"40108",4767,12251 +"40109",4767,20684 +"40110",4767,54538 +"40111",4768,76399 +"40112",4768,118060 +"40113",4769,4770 +"40114",4769,19750 +"40115",4769,19962 +"40116",4770,13011 +"40117",4770,40142 +"40118",4770,65187 +"40119",4770,65202 +"40120",4770,70624 +"40121",4770,94256 +"40122",4771,68104 +"40123",4772,5311 +"40124",4772,51055 +"40125",4772,56468 +"40126",4772,56470 +"40127",4772,61958 +"40128",4772,68439 +"40129",4772,80453 +"40130",4772,97456 +"40131",4772,97457 +"40132",4772,97465 +"40133",4773,5959 +"40134",4773,10527 +"40135",4773,14523 +"40136",4773,18124 +"40137",4773,24498 +"40138",4773,37946 +"40139",4773,40776 +"40140",4773,48219 +"40141",4773,52627 +"40142",4773,53033 +"40143",4773,53075 +"40144",4773,53101 +"40145",4773,76431 +"40146",4773,80069 +"40147",4774,7354 +"40148",4774,10548 +"40149",4774,32496 +"40150",4774,96894 +"40151",4775,12792 +"40152",4775,14359 +"40153",4775,14864 +"40154",4775,14908 +"40155",4775,14938 +"40156",4775,28625 +"40157",4775,33385 +"40158",4775,35452 +"40159",4775,39283 +"40160",4775,52304 +"40161",4775,57092 +"40162",4776,5190 +"40163",4776,5844 +"40164",4776,6509 +"40165",4776,6745 +"40166",4776,7443 +"40167",4776,24249 +"40168",4777,5042 +"40169",4777,5695 +"40170",4777,5721 +"40171",4777,6554 +"40172",4777,6789 +"40173",4777,14344 +"40174",4777,55537 +"40175",4777,91237 +"40176",4778,5167 +"40177",4778,9336 +"40178",4778,9960 +"40179",4778,21319 +"40180",4778,26646 +"40181",4778,27861 +"40182",4778,38142 +"40183",4778,47615 +"40184",4778,50229 +"40185",4778,51390 +"40186",4778,63165 +"40187",4778,63192 +"40188",4778,64906 +"40189",4778,65636 +"40190",4778,107053 +"40191",4779,5036 +"40192",4779,5075 +"40193",4779,5081 +"40194",4779,7538 +"40195",4780,79734 +"40196",4781,8754 +"40197",4781,10324 +"40198",4781,12320 +"40199",4781,32491 +"40200",4781,32763 +"40201",4781,33404 +"40202",4781,35573 +"40203",4781,35612 +"40204",4781,35990 +"40205",4781,53865 +"40206",4782,4783 +"40207",4782,40113 +"40208",4783,5429 +"40209",4783,5432 +"40210",4783,11055 +"40211",4783,20500 +"40212",4783,20766 +"40213",4783,21706 +"40214",4783,22451 +"40215",4783,22466 +"40216",4783,23971 +"40217",4783,68359 +"40218",4783,90190 +"40219",4784,6020 +"40220",4784,11448 +"40221",4784,13595 +"40222",4784,21358 +"40223",4784,22873 +"40224",4784,28648 +"40225",4784,29939 +"40226",4784,34274 +"40227",4784,35304 +"40228",4784,41489 +"40229",4784,45297 +"40230",4784,46721 +"40231",4784,54240 +"40232",4784,55481 +"40233",4784,62269 +"40234",4784,68236 +"40235",4784,68807 +"40236",4784,68813 +"40237",4784,68826 +"40238",4784,68864 +"40239",4784,76580 +"40240",4784,76845 +"40241",4784,85678 +"40242",4784,90509 +"40243",4784,93626 +"40244",4784,93642 +"40245",4784,105432 +"40246",4785,23319 +"40247",4785,25010 +"40248",4785,34335 +"40249",4785,36177 +"40250",4785,37107 +"40251",4785,49210 +"40252",4785,53572 +"40253",4785,58746 +"40254",4785,61603 +"40255",4785,67821 +"40256",4785,73407 +"40257",4785,76985 +"40258",4786,5169 +"40259",4786,9808 +"40260",4786,14789 +"40261",4786,21732 +"40262",4786,22075 +"40263",4786,24190 +"40264",4786,29795 +"40265",4786,39618 +"40266",4786,44004 +"40267",4786,45248 +"40268",4786,50440 +"40269",4786,52460 +"40270",4786,54499 +"40271",4786,54684 +"40272",4786,55223 +"40273",4786,56262 +"40274",4786,56347 +"40275",4786,63562 +"40276",4786,68160 +"40277",4787,4807 +"40278",4788,8277 +"40279",4788,22797 +"40280",4788,94400 +"40281",4788,105878 +"40282",4788,116836 +"40283",4789,4803 +"40284",4789,10933 +"40285",4789,76001 +"40286",4789,76366 +"40287",4789,100930 +"40288",4789,110152 +"40289",4789,120351 +"40290",4790,4791 +"40291",4790,9233 +"40292",4790,11179 +"40293",4790,14678 +"40294",4790,15793 +"40295",4790,18004 +"40296",4790,22282 +"40297",4790,25931 +"40298",4790,27390 +"40299",4790,29694 +"40300",4790,29705 +"40301",4790,29732 +"40302",4790,29749 +"40303",4790,30698 +"40304",4790,38547 +"40305",4790,46723 +"40306",4790,52058 +"40307",4790,52945 +"40308",4790,57638 +"40309",4790,63652 +"40310",4790,65958 +"40311",4790,65977 +"40312",4790,66860 +"40313",4790,75948 +"40314",4790,79231 +"40315",4790,79322 +"40316",4790,84256 +"40317",4790,85309 +"40318",4790,90573 +"40319",4790,92220 +"40320",4790,99444 +"40321",4790,105873 +"40322",4790,109745 +"40323",4790,118667 +"40324",4791,4792 +"40325",4791,4917 +"40326",4791,15793 +"40327",4791,18393 +"40328",4791,28047 +"40329",4791,29705 +"40330",4791,36291 +"40331",4791,45894 +"40332",4791,63652 +"40333",4791,72816 +"40334",4791,73136 +"40335",4791,74073 +"40336",4791,74101 +"40337",4791,75948 +"40338",4791,83434 +"40339",4791,92220 +"40340",4791,99444 +"40341",4791,101817 +"40342",4791,108372 +"40343",4791,109745 +"40344",4792,4917 +"40345",4792,15005 +"40346",4792,15437 +"40347",4792,18393 +"40348",4792,22796 +"40349",4792,29124 +"40350",4792,31507 +"40351",4792,33892 +"40352",4792,40589 +"40353",4792,40687 +"40354",4792,45564 +"40355",4792,64428 +"40356",4792,66860 +"40357",4792,66891 +"40358",4792,75946 +"40359",4793,55735 +"40360",4793,88738 +"40361",4794,15069 +"40362",4794,19861 +"40363",4794,22951 +"40364",4794,24247 +"40365",4794,24373 +"40366",4794,49505 +"40367",4794,98177 +"40368",4794,98178 +"40369",4794,98197 +"40370",4794,98222 +"40371",4794,117320 +"40372",4795,98428 +"40373",4795,121496 +"40374",4796,27580 +"40375",4796,29624 +"40376",4796,52114 +"40377",4796,64922 +"40378",4797,57950 +"40379",4799,4834 +"40380",4799,4840 +"40381",4799,32560 +"40382",4799,35406 +"40383",4799,36324 +"40384",4799,41581 +"40385",4799,46764 +"40386",4799,62936 +"40387",4799,78375 +"40388",4799,84380 +"40389",4800,10101 +"40390",4800,16165 +"40391",4800,22792 +"40392",4800,32452 +"40393",4800,40311 +"40394",4801,20090 +"40395",4802,5745 +"40396",4802,6358 +"40397",4802,7693 +"40398",4802,8399 +"40399",4802,13802 +"40400",4802,21111 +"40401",4802,44795 +"40402",4802,49148 +"40403",4802,57912 +"40404",4802,65840 +"40405",4802,91978 +"40406",4802,92585 +"40407",4802,105158 +"40408",4802,105682 +"40409",4802,113040 +"40410",4802,117866 +"40411",4803,62681 +"40412",4803,104014 +"40413",4803,112283 +"40414",4804,10716 +"40415",4804,12090 +"40416",4804,35634 +"40417",4804,41157 +"40418",4804,41851 +"40419",4804,59490 +"40420",4804,59529 +"40421",4804,87245 +"40422",4805,28818 +"40423",4805,35395 +"40424",4805,39191 +"40425",4805,61424 +"40426",4805,62421 +"40427",4805,72273 +"40428",4805,80456 +"40429",4805,82069 +"40430",4805,89702 +"40431",4805,116310 +"40432",4806,4862 +"40433",4806,15521 +"40434",4806,49664 +"40435",4806,63867 +"40436",4806,88599 +"40437",4807,98788 +"40438",4807,103387 +"40439",4808,6711 +"40440",4808,7014 +"40441",4808,17960 +"40442",4808,20528 +"40443",4808,23124 +"40444",4808,37798 +"40445",4808,51430 +"40446",4808,51835 +"40447",4808,52221 +"40448",4808,56311 +"40449",4809,4810 +"40450",4809,4822 +"40451",4809,4851 +"40452",4809,8876 +"40453",4809,9483 +"40454",4809,10068 +"40455",4809,14879 +"40456",4809,20266 +"40457",4809,20319 +"40458",4809,22938 +"40459",4809,25643 +"40460",4809,28434 +"40461",4809,31383 +"40462",4809,34840 +"40463",4809,35544 +"40464",4809,38618 +"40465",4809,45596 +"40466",4809,48357 +"40467",4809,50239 +"40468",4809,50380 +"40469",4809,51396 +"40470",4809,58035 +"40471",4809,64031 +"40472",4809,65793 +"40473",4809,67434 +"40474",4809,77585 +"40475",4809,78875 +"40476",4809,79766 +"40477",4809,80471 +"40478",4809,82203 +"40479",4809,90441 +"40480",4809,95559 +"40481",4809,99969 +"40482",4809,101783 +"40483",4809,109319 +"40484",4809,111888 +"40485",4810,4822 +"40486",4810,4851 +"40487",4810,8772 +"40488",4810,31380 +"40489",4810,64722 +"40490",4810,79766 +"40491",4810,82208 +"40492",4810,87895 +"40493",4810,87897 +"40494",4811,10313 +"40495",4811,21056 +"40496",4811,34474 +"40497",4811,41387 +"40498",4811,43361 +"40499",4811,71920 +"40500",4811,75804 +"40501",4811,87330 +"40502",4811,96425 +"40503",4813,32103 +"40504",4813,35376 +"40505",4813,68162 +"40506",4814,4858 +"40507",4814,6653 +"40508",4814,8522 +"40509",4814,9164 +"40510",4814,9611 +"40511",4814,12530 +"40512",4814,27149 +"40513",4814,28414 +"40514",4814,28686 +"40515",4814,29402 +"40516",4814,33033 +"40517",4814,33522 +"40518",4814,35493 +"40519",4814,44249 +"40520",4814,51461 +"40521",4814,54622 +"40522",4814,55523 +"40523",4814,58304 +"40524",4814,58367 +"40525",4814,59513 +"40526",4814,68945 +"40527",4814,69207 +"40528",4814,84789 +"40529",4814,93114 +"40530",4814,104424 +"40531",4814,123482 +"40532",4815,9740 +"40533",4815,14255 +"40534",4815,14357 +"40535",4815,19998 +"40536",4815,30544 +"40537",4815,47033 +"40538",4815,73578 +"40539",4815,84883 +"40540",4815,101256 +"40541",4815,105780 +"40542",4816,74479 +"40543",4816,74480 +"40544",4817,6086 +"40545",4817,10512 +"40546",4817,13601 +"40547",4817,13978 +"40548",4817,14015 +"40549",4817,25997 +"40550",4817,28937 +"40551",4817,40172 +"40552",4818,9445 +"40553",4818,11121 +"40554",4818,11211 +"40555",4818,15412 +"40556",4818,15821 +"40557",4818,23823 +"40558",4818,26859 +"40559",4818,47534 +"40560",4818,53899 +"40561",4818,54253 +"40562",4818,64987 +"40563",4818,81527 +"40564",4819,19094 +"40565",4819,34142 +"40566",4820,43533 +"40567",4821,4919 +"40568",4821,11513 +"40569",4821,14638 +"40570",4821,36523 +"40571",4821,36586 +"40572",4821,36646 +"40573",4821,36650 +"40574",4821,40479 +"40575",4821,42642 +"40576",4821,45055 +"40577",4821,48510 +"40578",4821,54200 +"40579",4821,54825 +"40580",4821,63395 +"40581",4821,95334 +"40582",4822,4851 +"40583",4822,5725 +"40584",4822,8258 +"40585",4822,8553 +"40586",4822,8876 +"40587",4822,14019 +"40588",4822,16011 +"40589",4822,27725 +"40590",4822,29745 +"40591",4822,30138 +"40592",4822,30443 +"40593",4822,31380 +"40594",4822,31383 +"40595",4822,33574 +"40596",4822,33604 +"40597",4822,42248 +"40598",4822,51435 +"40599",4822,58035 +"40600",4822,59628 +"40601",4822,63753 +"40602",4822,64630 +"40603",4822,64667 +"40604",4822,90441 +"40605",4822,95559 +"40606",4823,5994 +"40607",4823,21690 +"40608",4823,36893 +"40609",4823,63800 +"40610",4823,69743 +"40611",4823,118892 +"40612",4823,119726 +"40613",4824,4830 +"40614",4824,4831 +"40615",4824,32814 +"40616",4824,44154 +"40617",4824,44159 +"40618",4824,46329 +"40619",4825,10883 +"40620",4825,16094 +"40621",4825,18317 +"40622",4825,31349 +"40623",4825,90481 +"40624",4825,96837 +"40625",4825,101740 +"40626",4825,105056 +"40627",4825,105403 +"40628",4825,108480 +"40629",4826,13841 +"40630",4826,25465 +"40631",4826,28522 +"40632",4826,32106 +"40633",4826,35239 +"40634",4826,35309 +"40635",4826,38764 +"40636",4826,46970 +"40637",4826,56018 +"40638",4826,58733 +"40639",4826,60584 +"40640",4826,119850 +"40641",4827,10364 +"40642",4827,72338 +"40643",4828,19443 +"40644",4829,4863 +"40645",4829,4864 +"40646",4829,4869 +"40647",4829,4911 +"40648",4829,4912 +"40649",4830,4831 +"40650",4830,54823 +"40651",4830,65300 +"40652",4830,86813 +"40653",4831,5193 +"40654",4831,10150 +"40655",4831,20342 +"40656",4831,20441 +"40657",4831,38626 +"40658",4831,87802 +"40659",4832,9332 +"40660",4832,10457 +"40661",4832,10471 +"40662",4832,15921 +"40663",4832,16271 +"40664",4832,18005 +"40665",4832,18224 +"40666",4832,25870 +"40667",4832,27044 +"40668",4832,28820 +"40669",4832,30586 +"40670",4832,43419 +"40671",4832,50879 +"40672",4832,52292 +"40673",4832,55165 +"40674",4832,70275 +"40675",4832,71219 +"40676",4832,88810 +"40677",4832,101218 +"40678",4832,110732 +"40679",4832,111978 +"40680",4832,116184 +"40681",4832,118305 +"40682",4833,5102 +"40683",4833,6070 +"40684",4833,6280 +"40685",4833,6298 +"40686",4833,6653 +"40687",4833,7868 +"40688",4833,12980 +"40689",4833,12994 +"40690",4833,13527 +"40691",4833,17178 +"40692",4833,27149 +"40693",4833,29770 +"40694",4833,38736 +"40695",4833,40108 +"40696",4833,50686 +"40697",4833,51108 +"40698",4833,54622 +"40699",4833,59550 +"40700",4833,59620 +"40701",4833,62344 +"40702",4833,62917 +"40703",4834,4840 +"40704",4834,27861 +"40705",4834,46299 +"40706",4834,77895 +"40707",4834,89335 +"40708",4835,71468 +"40709",4835,91004 +"40710",4836,31229 +"40711",4836,114535 +"40712",4837,23598 +"40713",4838,4993 +"40714",4838,17393 +"40715",4838,32531 +"40716",4838,41428 +"40717",4838,61633 +"40718",4838,62351 +"40719",4839,4849 +"40720",4839,5767 +"40721",4839,36560 +"40722",4839,38299 +"40723",4839,38484 +"40724",4839,49091 +"40725",4839,65553 +"40726",4840,38983 +"40727",4840,65133 +"40728",4840,68885 +"40729",4840,112598 +"40730",4841,7704 +"40731",4841,14522 +"40732",4841,30513 +"40733",4841,42196 +"40734",4841,46787 +"40735",4841,59562 +"40736",4841,61508 +"40737",4841,62968 +"40738",4841,77648 +"40739",4841,98360 +"40740",4841,102962 +"40741",4842,8319 +"40742",4842,8537 +"40743",4842,11751 +"40744",4842,13738 +"40745",4842,20407 +"40746",4842,22072 +"40747",4842,36565 +"40748",4842,38070 +"40749",4842,41719 +"40750",4842,43539 +"40751",4842,50173 +"40752",4842,52327 +"40753",4842,55795 +"40754",4842,58158 +"40755",4842,59326 +"40756",4842,66363 +"40757",4842,97590 +"40758",4842,100274 +"40759",4842,102537 +"40760",4842,102624 +"40761",4842,104131 +"40762",4842,105489 +"40763",4842,113339 +"40764",4843,4870 +"40765",4843,30183 +"40766",4845,9268 +"40767",4845,12866 +"40768",4845,14896 +"40769",4845,23696 +"40770",4845,23713 +"40771",4845,32160 +"40772",4845,41020 +"40773",4845,46072 +"40774",4845,46115 +"40775",4845,47365 +"40776",4845,64730 +"40777",4845,65214 +"40778",4845,67392 +"40779",4845,67443 +"40780",4845,68548 +"40781",4846,17381 +"40782",4846,24305 +"40783",4846,24530 +"40784",4846,27782 +"40785",4846,49535 +"40786",4846,83805 +"40787",4846,87638 +"40788",4846,99773 +"40789",4847,110315 +"40790",4848,13343 +"40791",4848,13982 +"40792",4848,17118 +"40793",4848,17553 +"40794",4848,31650 +"40795",4848,36572 +"40796",4848,36629 +"40797",4848,42109 +"40798",4848,52106 +"40799",4848,52224 +"40800",4848,73239 +"40801",4849,7957 +"40802",4849,16286 +"40803",4849,38482 +"40804",4849,41703 +"40805",4849,48385 +"40806",4849,50213 +"40807",4849,53055 +"40808",4849,53942 +"40809",4849,55591 +"40810",4849,62263 +"40811",4849,74263 +"40812",4849,74312 +"40813",4849,77432 +"40814",4849,95070 +"40815",4849,106628 +"40816",4849,116389 +"40817",4850,21691 +"40818",4850,31624 +"40819",4850,31626 +"40820",4850,31716 +"40821",4850,52506 +"40822",4850,68223 +"40823",4851,29712 +"40824",4851,29785 +"40825",4851,29786 +"40826",4852,23950 +"40827",4852,71578 +"40828",4853,71883 +"40829",4854,36692 +"40830",4855,4859 +"40831",4856,5209 +"40832",4856,10533 +"40833",4856,43193 +"40834",4857,14593 +"40835",4857,69066 +"40836",4857,92276 +"40837",4857,120737 +"40838",4857,120810 +"40839",4858,68945 +"40840",4858,69207 +"40841",4858,75482 +"40842",4859,45245 +"40843",4859,79152 +"40844",4859,79259 +"40845",4860,11572 +"40846",4860,24300 +"40847",4860,30914 +"40848",4860,84832 +"40849",4860,93464 +"40850",4860,108225 +"40851",4860,110374 +"40852",4860,110410 +"40853",4861,20137 +"40854",4861,65572 +"40855",4863,4864 +"40856",4863,4869 +"40857",4863,4911 +"40858",4863,4912 +"40859",4863,24530 +"40860",4863,31275 +"40861",4863,86231 +"40862",4864,4869 +"40863",4864,4911 +"40864",4864,4912 +"40865",4864,6302 +"40866",4864,16547 +"40867",4864,49343 +"40868",4864,51421 +"40869",4865,7434 +"40870",4865,14198 +"40871",4865,15913 +"40872",4865,19874 +"40873",4865,28917 +"40874",4865,36637 +"40875",4865,41637 +"40876",4865,59677 +"40877",4865,68403 +"40878",4865,103305 +"40879",4865,120859 +"40880",4866,15204 +"40881",4866,15412 +"40882",4866,16499 +"40883",4867,31059 +"40884",4867,69878 +"40885",4867,82049 +"40886",4868,7338 +"40887",4868,36620 +"40888",4869,4911 +"40889",4869,4912 +"40890",4871,8396 +"40891",4872,15539 +"40892",4872,15814 +"40893",4872,26130 +"40894",4872,32398 +"40895",4872,47733 +"40896",4872,61588 +"40897",4872,62851 +"40898",4872,72319 +"40899",4873,13472 +"40900",4873,25538 +"40901",4873,49211 +"40902",4873,72081 +"40903",4873,82071 +"40904",4873,87814 +"40905",4873,102159 +"40906",4874,8716 +"40907",4874,8717 +"40908",4874,15557 +"40909",4874,20213 +"40910",4874,34357 +"40911",4874,37681 +"40912",4874,47223 +"40913",4874,50523 +"40914",4874,74413 +"40915",4874,84217 +"40916",4874,88624 +"40917",4875,11868 +"40918",4875,15320 +"40919",4875,15784 +"40920",4875,19266 +"40921",4875,19513 +"40922",4875,24611 +"40923",4875,28078 +"40924",4875,32841 +"40925",4875,40978 +"40926",4875,77559 +"40927",4875,80988 +"40928",4876,18251 +"40929",4877,4894 +"40930",4877,5117 +"40931",4877,94414 +"40932",4878,88156 +"40933",4879,4904 +"40934",4879,8154 +"40935",4879,45091 +"40936",4879,48917 +"40937",4879,54502 +"40938",4879,58845 +"40939",4879,58868 +"40940",4879,64705 +"40941",4880,8210 +"40942",4880,12336 +"40943",4880,14340 +"40944",4880,18070 +"40945",4880,79020 +"40946",4881,5264 +"40947",4881,8606 +"40948",4882,11133 +"40949",4882,25388 +"40950",4882,79603 +"40951",4883,4905 +"40952",4883,5167 +"40953",4883,11441 +"40954",4883,16903 +"40955",4883,20512 +"40956",4883,20515 +"40957",4883,21393 +"40958",4883,22061 +"40959",4883,55486 +"40960",4883,82710 +"40961",4883,84503 +"40962",4883,102555 +"40963",4884,4953 +"40964",4884,4969 +"40965",4884,11869 +"40966",4884,12543 +"40967",4884,15381 +"40968",4884,15718 +"40969",4884,17673 +"40970",4884,18740 +"40971",4884,19154 +"40972",4884,19958 +"40973",4884,23420 +"40974",4884,23723 +"40975",4884,35587 +"40976",4884,38307 +"40977",4884,38371 +"40978",4884,38798 +"40979",4884,43455 +"40980",4884,43460 +"40981",4884,43793 +"40982",4884,44516 +"40983",4884,57377 +"40984",4884,59800 +"40985",4884,63895 +"40986",4884,63935 +"40987",4884,63947 +"40988",4884,63962 +"40989",4885,4916 +"40990",4886,29509 +"40991",4886,66097 +"40992",4886,74028 +"40993",4886,93305 +"40994",4886,111085 +"40995",4887,5187 +"40996",4887,56610 +"40997",4888,27300 +"40998",4888,29680 +"40999",4888,46364 +"41000",4888,62615 +"41001",4889,5771 +"41002",4889,7352 +"41003",4889,9763 +"41004",4889,9866 +"41005",4889,14972 +"41006",4889,15298 +"41007",4889,16162 +"41008",4889,24241 +"41009",4889,33183 +"41010",4889,39410 +"41011",4889,41217 +"41012",4889,44400 +"41013",4889,46732 +"41014",4889,49818 +"41015",4889,58187 +"41016",4889,59557 +"41017",4889,78080 +"41018",4890,26434 +"41019",4890,102928 +"41020",4891,5991 +"41021",4891,6285 +"41022",4891,15522 +"41023",4891,17917 +"41024",4891,19216 +"41025",4891,32411 +"41026",4891,50093 +"41027",4891,82559 +"41028",4891,93395 +"41029",4892,23417 +"41030",4892,27111 +"41031",4892,27662 +"41032",4892,44480 +"41033",4892,65970 +"41034",4892,66074 +"41035",4892,66236 +"41036",4893,4898 +"41037",4893,5216 +"41038",4894,5117 +"41039",4894,39382 +"41040",4894,43624 +"41041",4895,7716 +"41042",4895,10457 +"41043",4895,12861 +"41044",4895,15180 +"41045",4895,30305 +"41046",4895,46700 +"41047",4895,52638 +"41048",4895,68691 +"41049",4895,102364 +"41050",4896,4913 +"41051",4897,12047 +"41052",4897,101734 +"41053",4897,101749 +"41054",4898,5216 +"41055",4898,14797 +"41056",4898,15340 +"41057",4898,17058 +"41058",4898,18436 +"41059",4898,19118 +"41060",4898,20368 +"41061",4898,22128 +"41062",4898,22225 +"41063",4898,43439 +"41064",4898,50189 +"41065",4898,60336 +"41066",4898,60337 +"41067",4898,68694 +"41068",4899,27636 +"41069",4899,47250 +"41070",4899,76144 +"41071",4899,84912 +"41072",4899,85120 +"41073",4900,33103 +"41074",4900,37846 +"41075",4900,63312 +"41076",4900,76738 +"41077",4900,85451 +"41078",4901,14930 +"41079",4901,30717 +"41080",4901,120134 +"41081",4902,53668 +"41082",4902,88367 +"41083",4902,90471 +"41084",4903,5979 +"41085",4903,7467 +"41086",4903,12953 +"41087",4903,19303 +"41088",4903,20892 +"41089",4903,26186 +"41090",4903,27040 +"41091",4903,29999 +"41092",4903,32818 +"41093",4903,38451 +"41094",4903,39421 +"41095",4903,49640 +"41096",4903,55318 +"41097",4903,61916 +"41098",4903,70994 +"41099",4905,30669 +"41100",4905,37652 +"41101",4905,86667 +"41102",4906,11784 +"41103",4906,14103 +"41104",4906,68641 +"41105",4907,24147 +"41106",4907,102460 +"41107",4907,111395 +"41108",4908,25746 +"41109",4908,52657 +"41110",4908,54053 +"41111",4908,78865 +"41112",4908,106068 +"41113",4908,109693 +"41114",4908,118056 +"41115",4909,75937 +"41116",4909,88829 +"41117",4909,106747 +"41118",4910,5577 +"41119",4910,30385 +"41120",4910,76063 +"41121",4910,90785 +"41122",4910,90824 +"41123",4911,4912 +"41124",4913,9808 +"41125",4913,15073 +"41126",4913,15154 +"41127",4913,15891 +"41128",4913,18992 +"41129",4913,20392 +"41130",4913,20790 +"41131",4913,23680 +"41132",4913,23890 +"41133",4913,24463 +"41134",4913,26575 +"41135",4913,37435 +"41136",4913,56078 +"41137",4913,56154 +"41138",4913,56197 +"41139",4913,56224 +"41140",4913,82981 +"41141",4913,83133 +"41142",4914,20754 +"41143",4914,24284 +"41144",4914,24421 +"41145",4914,38126 +"41146",4914,38200 +"41147",4914,39159 +"41148",4914,62151 +"41149",4914,75299 +"41150",4914,75796 +"41151",4914,83576 +"41152",4914,92718 +"41153",4914,100116 +"41154",4915,11782 +"41155",4915,12390 +"41156",4915,31866 +"41157",4915,36593 +"41158",4915,38419 +"41159",4915,39550 +"41160",4915,44925 +"41161",4915,46591 +"41162",4915,49515 +"41163",4915,57682 +"41164",4915,63348 +"41165",4915,73769 +"41166",4915,87907 +"41167",4915,88411 +"41168",4915,89416 +"41169",4915,98950 +"41170",4916,7987 +"41171",4916,10129 +"41172",4916,10880 +"41173",4916,19412 +"41174",4916,22038 +"41175",4916,23465 +"41176",4916,26170 +"41177",4916,26519 +"41178",4916,36280 +"41179",4916,41323 +"41180",4916,43361 +"41181",4916,69139 +"41182",4916,80898 +"41183",4916,85013 +"41184",4917,18393 +"41185",4917,57986 +"41186",4917,101817 +"41187",4918,6683 +"41188",4918,7755 +"41189",4918,16313 +"41190",4918,41747 +"41191",4918,42405 +"41192",4918,45465 +"41193",4918,46039 +"41194",4918,71514 +"41195",4918,98860 +"41196",4919,14638 +"41197",4919,15453 +"41198",4919,20108 +"41199",4919,32711 +"41200",4919,36586 +"41201",4919,39914 +"41202",4919,42642 +"41203",4919,45055 +"41204",4920,4978 +"41205",4920,5491 +"41206",4920,7111 +"41207",4920,7179 +"41208",4920,17241 +"41209",4920,18151 +"41210",4920,21795 +"41211",4920,24363 +"41212",4920,30081 +"41213",4920,34189 +"41214",4920,34206 +"41215",4920,34222 +"41216",4920,44286 +"41217",4920,44287 +"41218",4920,44344 +"41219",4920,44395 +"41220",4920,77548 +"41221",4920,82524 +"41222",4920,82590 +"41223",4920,104378 +"41224",4921,15700 +"41225",4922,70341 +"41226",4923,6613 +"41227",4923,6795 +"41228",4924,4932 +"41229",4924,4977 +"41230",4924,4983 +"41231",4924,5974 +"41232",4924,6977 +"41233",4924,8402 +"41234",4924,12799 +"41235",4924,18426 +"41236",4924,19562 +"41237",4924,20443 +"41238",4924,22116 +"41239",4924,22335 +"41240",4924,23332 +"41241",4924,31606 +"41242",4924,31630 +"41243",4924,37364 +"41244",4924,40404 +"41245",4924,49798 +"41246",4924,74123 +"41247",4924,76890 +"41248",4924,81767 +"41249",4924,100878 +"41250",4924,109925 +"41251",4924,109939 +"41252",4925,14149 +"41253",4926,9882 +"41254",4926,13175 +"41255",4926,14823 +"41256",4926,17728 +"41257",4926,31772 +"41258",4926,32243 +"41259",4926,71816 +"41260",4926,73753 +"41261",4926,79412 +"41262",4926,113453 +"41263",4927,9577 +"41264",4928,43078 +"41265",4929,7105 +"41266",4929,7298 +"41267",4929,18857 +"41268",4929,19607 +"41269",4929,20384 +"41270",4929,20417 +"41271",4930,5046 +"41272",4930,14062 +"41273",4930,57474 +"41274",4931,5095 +"41275",4932,4977 +"41276",4932,4983 +"41277",4932,10364 +"41278",4932,11884 +"41279",4932,17770 +"41280",4932,19526 +"41281",4932,27255 +"41282",4932,38842 +"41283",4932,42619 +"41284",4932,45461 +"41285",4932,47382 +"41286",4932,50208 +"41287",4932,60832 +"41288",4932,63047 +"41289",4932,76296 +"41290",4933,30510 +"41291",4933,42185 +"41292",4933,50887 +"41293",4933,76184 +"41294",4933,77298 +"41295",4934,4944 +"41296",4934,51836 +"41297",4935,7526 +"41298",4935,17830 +"41299",4935,42054 +"41300",4935,71596 +"41301",4935,79235 +"41302",4935,113340 +"41303",4935,113392 +"41304",4935,113394 +"41305",4936,9646 +"41306",4936,26903 +"41307",4936,41809 +"41308",4936,43745 +"41309",4936,43758 +"41310",4936,43994 +"41311",4936,50658 +"41312",4936,62024 +"41313",4937,5967 +"41314",4937,10833 +"41315",4937,12510 +"41316",4937,49594 +"41317",4937,74613 +"41318",4937,99857 +"41319",4937,105583 +"41320",4937,111341 +"41321",4937,114152 +"41322",4938,24799 +"41323",4938,67731 +"41324",4939,90293 +"41325",4939,114304 +"41326",4940,4962 +"41327",4940,5078 +"41328",4940,5422 +"41329",4940,5427 +"41330",4940,5444 +"41331",4940,5457 +"41332",4940,5462 +"41333",4940,5489 +"41334",4940,5492 +"41335",4940,5504 +"41336",4940,7323 +"41337",4940,7605 +"41338",4940,8611 +"41339",4940,9553 +"41340",4940,19738 +"41341",4940,22749 +"41342",4940,22877 +"41343",4940,35256 +"41344",4940,37570 +"41345",4940,37682 +"41346",4940,40019 +"41347",4941,77614 +"41348",4942,13650 +"41349",4942,14193 +"41350",4942,25489 +"41351",4942,50517 +"41352",4942,62493 +"41353",4942,78776 +"41354",4942,80972 +"41355",4942,102764 +"41356",4942,106323 +"41357",4942,116473 +"41358",4943,29893 +"41359",4943,30415 +"41360",4943,59207 +"41361",4943,71422 +"41362",4943,102739 +"41363",4944,9084 +"41364",4944,12746 +"41365",4944,17645 +"41366",4944,20764 +"41367",4944,21906 +"41368",4944,25367 +"41369",4944,25413 +"41370",4944,43654 +"41371",4944,44135 +"41372",4944,44222 +"41373",4944,45161 +"41374",4944,46726 +"41375",4944,47167 +"41376",4944,48464 +"41377",4944,59915 +"41378",4944,62668 +"41379",4944,70473 +"41380",4944,70981 +"41381",4944,71825 +"41382",4944,71837 +"41383",4944,77625 +"41384",4944,79681 +"41385",4944,82452 +"41386",4944,88409 +"41387",4944,90883 +"41388",4944,91383 +"41389",4944,92113 +"41390",4944,97739 +"41391",4944,98904 +"41392",4944,102940 +"41393",4944,118577 +"41394",4944,119085 +"41395",4944,119224 +"41396",4944,119439 +"41397",4944,120085 +"41398",4944,120232 +"41399",4944,121213 +"41400",4945,6381 +"41401",4945,13731 +"41402",4945,19275 +"41403",4945,31575 +"41404",4945,47029 +"41405",4945,52750 +"41406",4945,52884 +"41407",4945,61854 +"41408",4945,61873 +"41409",4945,63041 +"41410",4945,74516 +"41411",4945,76792 +"41412",4945,76847 +"41413",4945,77517 +"41414",4945,77522 +"41415",4945,77528 +"41416",4945,77607 +"41417",4946,8268 +"41418",4946,10889 +"41419",4946,23039 +"41420",4946,23669 +"41421",4946,26273 +"41422",4946,41665 +"41423",4946,43747 +"41424",4946,49195 +"41425",4946,70551 +"41426",4946,71424 +"41427",4947,5728 +"41428",4947,10855 +"41429",4947,15820 +"41430",4947,16482 +"41431",4947,19185 +"41432",4947,20321 +"41433",4947,23115 +"41434",4947,26776 +"41435",4947,26868 +"41436",4947,27221 +"41437",4947,27599 +"41438",4947,38393 +"41439",4947,48836 +"41440",4948,15694 +"41441",4948,79633 +"41442",4948,117254 +"41443",4948,117264 +"41444",4948,117266 +"41445",4949,29122 +"41446",4949,82042 +"41447",4950,5023 +"41448",4950,5024 +"41449",4950,5051 +"41450",4950,14024 +"41451",4950,22053 +"41452",4950,32588 +"41453",4950,34660 +"41454",4950,58821 +"41455",4950,58927 +"41456",4950,58933 +"41457",4951,15865 +"41458",4952,46760 +"41459",4952,82353 +"41460",4952,85587 +"41461",4952,96210 +"41462",4953,4969 +"41463",4953,11869 +"41464",4953,12042 +"41465",4953,14200 +"41466",4953,15381 +"41467",4953,15718 +"41468",4953,15752 +"41469",4953,15952 +"41470",4953,16656 +"41471",4953,17673 +"41472",4953,18740 +"41473",4953,19154 +"41474",4953,19958 +"41475",4953,20444 +"41476",4953,21029 +"41477",4953,23420 +"41478",4953,23723 +"41479",4953,29869 +"41480",4953,30179 +"41481",4953,33011 +"41482",4953,33644 +"41483",4953,34281 +"41484",4953,35587 +"41485",4953,38307 +"41486",4953,39498 +"41487",4953,42418 +"41488",4953,43455 +"41489",4953,43460 +"41490",4953,43793 +"41491",4953,48066 +"41492",4953,48147 +"41493",4953,50515 +"41494",4953,51470 +"41495",4953,57377 +"41496",4953,58294 +"41497",4953,59800 +"41498",4953,63442 +"41499",4953,63895 +"41500",4953,63935 +"41501",4953,63947 +"41502",4953,63962 +"41503",4953,78024 +"41504",4953,84786 +"41505",4953,84818 +"41506",4954,5355 +"41507",4954,24551 +"41508",4955,6520 +"41509",4955,28395 +"41510",4955,52155 +"41511",4955,67619 +"41512",4955,73955 +"41513",4955,73985 +"41514",4955,73993 +"41515",4956,30451 +"41516",4956,31871 +"41517",4956,35936 +"41518",4956,39421 +"41519",4956,58872 +"41520",4957,16583 +"41521",4957,23430 +"41522",4957,23470 +"41523",4957,26300 +"41524",4957,27379 +"41525",4957,41418 +"41526",4957,41953 +"41527",4957,46021 +"41528",4957,50969 +"41529",4957,61245 +"41530",4957,61532 +"41531",4957,61623 +"41532",4958,5079 +"41533",4958,5502 +"41534",4958,26013 +"41535",4958,26356 +"41536",4958,57890 +"41537",4958,59710 +"41538",4958,59905 +"41539",4958,78052 +"41540",4959,6558 +"41541",4960,4964 +"41542",4960,5449 +"41543",4960,5827 +"41544",4960,9337 +"41545",4960,12204 +"41546",4960,16269 +"41547",4960,30766 +"41548",4960,38051 +"41549",4960,49739 +"41550",4961,6570 +"41551",4961,9977 +"41552",4961,10127 +"41553",4961,13027 +"41554",4961,21711 +"41555",4961,27962 +"41556",4961,47112 +"41557",4961,58226 +"41558",4961,63300 +"41559",4961,68135 +"41560",4961,70823 +"41561",4961,71246 +"41562",4961,72696 +"41563",4961,90012 +"41564",4961,90013 +"41565",4962,5078 +"41566",4962,5422 +"41567",4962,5427 +"41568",4962,5444 +"41569",4962,5457 +"41570",4962,5462 +"41571",4962,5489 +"41572",4962,5492 +"41573",4962,5504 +"41574",4962,6508 +"41575",4962,11409 +"41576",4962,12713 +"41577",4962,18615 +"41578",4962,19606 +"41579",4962,20646 +"41580",4962,20864 +"41581",4962,22006 +"41582",4962,51189 +"41583",4962,73227 +"41584",4962,86268 +"41585",4962,89590 +"41586",4962,90190 +"41587",4962,91286 +"41588",4963,6260 +"41589",4963,25577 +"41590",4963,30584 +"41591",4964,5449 +"41592",4964,12204 +"41593",4964,48605 +"41594",4964,49739 +"41595",4964,54847 +"41596",4965,4966 +"41597",4965,5439 +"41598",4965,5445 +"41599",4965,5461 +"41600",4965,5466 +"41601",4965,5470 +"41602",4965,5493 +"41603",4965,28174 +"41604",4965,96165 +"41605",4966,5439 +"41606",4966,5445 +"41607",4966,5461 +"41608",4966,5466 +"41609",4966,5470 +"41610",4966,5493 +"41611",4967,4968 +"41612",4967,18423 +"41613",4967,30659 +"41614",4967,36649 +"41615",4968,8123 +"41616",4968,8869 +"41617",4968,13208 +"41618",4968,13386 +"41619",4968,13938 +"41620",4968,15023 +"41621",4968,20547 +"41622",4968,20623 +"41623",4968,21804 +"41624",4968,23116 +"41625",4968,32697 +"41626",4968,35088 +"41627",4968,44226 +"41628",4968,45403 +"41629",4968,51843 +"41630",4968,53756 +"41631",4968,54385 +"41632",4968,79000 +"41633",4968,80025 +"41634",4968,83598 +"41635",4968,84808 +"41636",4968,84828 +"41637",4970,19515 +"41638",4970,77183 +"41639",4971,21006 +"41640",4971,63242 +"41641",4971,87353 +"41642",4971,94145 +"41643",4972,12877 +"41644",4972,19189 +"41645",4972,22709 +"41646",4972,31724 +"41647",4972,32673 +"41648",4972,40147 +"41649",4972,55472 +"41650",4972,61534 +"41651",4972,70265 +"41652",4972,73513 +"41653",4972,79537 +"41654",4972,79571 +"41655",4972,82819 +"41656",4973,26873 +"41657",4974,4990 +"41658",4974,5102 +"41659",4974,5124 +"41660",4974,5713 +"41661",4974,5866 +"41662",4974,7337 +"41663",4974,7706 +"41664",4974,7815 +"41665",4974,9431 +"41666",4974,10324 +"41667",4974,10527 +"41668",4974,10901 +"41669",4974,14396 +"41670",4974,14426 +"41671",4974,15259 +"41672",4974,27545 +"41673",4974,30584 +"41674",4974,32094 +"41675",4974,36744 +"41676",4974,43574 +"41677",4974,50216 +"41678",4974,51105 +"41679",4974,51927 +"41680",4974,60828 +"41681",4974,67039 +"41682",4974,73278 +"41683",4974,76483 +"41684",4974,78517 +"41685",4974,82499 +"41686",4974,88932 +"41687",4974,89185 +"41688",4974,108079 +"41689",4975,5198 +"41690",4975,7766 +"41691",4975,51466 +"41692",4975,51541 +"41693",4976,5178 +"41694",4976,33827 +"41695",4977,4983 +"41696",4977,11939 +"41697",4977,17645 +"41698",4977,43525 +"41699",4977,47797 +"41700",4977,56812 +"41701",4977,79579 +"41702",4977,81015 +"41703",4978,5491 +"41704",4978,7179 +"41705",4978,21795 +"41706",4978,26865 +"41707",4978,30081 +"41708",4978,34189 +"41709",4978,34222 +"41710",4978,44286 +"41711",4978,44287 +"41712",4978,44344 +"41713",4978,44395 +"41714",4978,66515 +"41715",4978,66577 +"41716",4978,77548 +"41717",4979,40338 +"41718",4979,42792 +"41719",4979,43211 +"41720",4979,48982 +"41721",4980,28731 +"41722",4980,34492 +"41723",4980,50976 +"41724",4980,51654 +"41725",4980,55015 +"41726",4981,9136 +"41727",4981,9311 +"41728",4981,27307 +"41729",4981,27378 +"41730",4981,27447 +"41731",4981,27499 +"41732",4982,5071 +"41733",4983,10471 +"41734",4983,17313 +"41735",4983,20443 +"41736",4983,22116 +"41737",4983,24525 +"41738",4983,37351 +"41739",4983,37364 +"41740",4983,37371 +"41741",4983,44675 +"41742",4983,47767 +"41743",4983,61758 +"41744",4983,77809 +"41745",4983,92706 +"41746",4983,115856 +"41747",4983,115867 +"41748",4984,88287 +"41749",4985,6710 +"41750",4985,7788 +"41751",4985,23027 +"41752",4985,40704 +"41753",4985,46938 +"41754",4985,47338 +"41755",4985,61576 +"41756",4985,74494 +"41757",4985,84700 +"41758",4985,103365 +"41759",4986,5452 +"41760",4986,5475 +"41761",4986,5476 +"41762",4986,5485 +"41763",4986,5814 +"41764",4986,10740 +"41765",4986,11116 +"41766",4986,19021 +"41767",4986,48655 +"41768",4987,24630 +"41769",4987,28404 +"41770",4987,29742 +"41771",4987,45236 +"41772",4987,51079 +"41773",4987,91726 +"41774",4987,95441 +"41775",4988,13232 +"41776",4988,25570 +"41777",4988,94429 +"41778",4988,110057 +"41779",4989,34957 +"41780",4990,5102 +"41781",4990,5124 +"41782",4991,16336 +"41783",4991,16525 +"41784",4991,16561 +"41785",4991,16562 +"41786",4991,38663 +"41787",4992,8340 +"41788",4992,34148 +"41789",4992,45299 +"41790",4992,58341 +"41791",4992,63903 +"41792",4992,66267 +"41793",4993,10129 +"41794",4993,13806 +"41795",4993,18970 +"41796",4993,32666 +"41797",4993,34111 +"41798",4993,40906 +"41799",4993,61633 +"41800",4993,62319 +"41801",4993,64526 +"41802",4993,73333 +"41803",4993,74211 +"41804",4993,77661 +"41805",4993,79041 +"41806",4994,24339 +"41807",4994,29445 +"41808",4994,96797 +"41809",4994,112015 +"41810",4994,115078 +"41811",4995,27534 +"41812",4995,46741 +"41813",4995,106929 +"41814",4997,9875 +"41815",4997,18429 +"41816",4997,34960 +"41817",4997,36305 +"41818",4997,73562 +"41819",4998,66435 +"41820",4998,67865 +"41821",4998,79169 +"41822",4998,97717 +"41823",4998,97777 +"41824",4998,97797 +"41825",4998,97808 +"41826",4998,97814 +"41827",4999,35978 +"41828",5000,39991 +"41829",5001,5083 +"41830",5002,5118 +"41831",5002,53779 +"41832",5003,5487 +"41833",5003,95921 +"41834",5004,5122 +"41835",5004,5146 +"41836",5005,6273 +"41837",5005,23488 +"41838",5005,24027 +"41839",5005,35417 +"41840",5005,35983 +"41841",5005,52535 +"41842",5005,81711 +"41843",5005,104457 +"41844",5005,104471 +"41845",5005,104501 +"41846",5006,9167 +"41847",5006,15002 +"41848",5006,69007 +"41849",5006,120599 +"41850",5007,70922 +"41851",5007,90687 +"41852",5008,41614 +"41853",5008,42408 +"41854",5008,51046 +"41855",5008,97619 +"41856",5009,5125 +"41857",5009,5160 +"41858",5009,31955 +"41859",5009,43173 +"41860",5009,57069 +"41861",5009,68556 +"41862",5009,73244 +"41863",5009,96837 +"41864",5010,5851 +"41865",5010,16286 +"41866",5010,24952 +"41867",5010,37036 +"41868",5010,77565 +"41869",5010,77637 +"41870",5010,78645 +"41871",5011,11182 +"41872",5011,12662 +"41873",5011,12948 +"41874",5011,15578 +"41875",5011,33012 +"41876",5011,39513 +"41877",5011,40231 +"41878",5011,40453 +"41879",5011,43844 +"41880",5011,45532 +"41881",5011,45869 +"41882",5011,49064 +"41883",5011,79422 +"41884",5011,80509 +"41885",5011,80624 +"41886",5011,82474 +"41887",5011,96787 +"41888",5011,111339 +"41889",5012,5069 +"41890",5013,5014 +"41891",5013,20138 +"41892",5013,21121 +"41893",5013,33067 +"41894",5013,41699 +"41895",5013,76370 +"41896",5013,85241 +"41897",5013,88773 +"41898",5013,104207 +"41899",5014,13519 +"41900",5014,16041 +"41901",5014,19807 +"41902",5014,28093 +"41903",5014,41754 +"41904",5014,48624 +"41905",5014,52497 +"41906",5014,63641 +"41907",5014,75454 +"41908",5014,87754 +"41909",5015,6092 +"41910",5015,26299 +"41911",5015,38373 +"41912",5015,41181 +"41913",5015,48699 +"41914",5015,60420 +"41915",5015,70741 +"41916",5015,81587 +"41917",5015,81666 +"41918",5016,6904 +"41919",5016,7425 +"41920",5016,21301 +"41921",5016,21665 +"41922",5016,42367 +"41923",5016,42389 +"41924",5016,42640 +"41925",5016,45619 +"41926",5016,56736 +"41927",5016,57015 +"41928",5016,63987 +"41929",5016,84598 +"41930",5016,89815 +"41931",5017,5962 +"41932",5017,6119 +"41933",5017,6840 +"41934",5017,8651 +"41935",5017,9793 +"41936",5017,10336 +"41937",5017,14520 +"41938",5017,25205 +"41939",5017,37560 +"41940",5017,56173 +"41941",5017,79420 +"41942",5017,95805 +"41943",5017,98715 +"41944",5018,5019 +"41945",5018,7318 +"41946",5018,7367 +"41947",5018,7371 +"41948",5018,13217 +"41949",5018,14108 +"41950",5018,15769 +"41951",5018,15901 +"41952",5018,19523 +"41953",5018,23554 +"41954",5018,34314 +"41955",5018,35802 +"41956",5018,36089 +"41957",5018,41085 +"41958",5018,44821 +"41959",5018,48123 +"41960",5018,50235 +"41961",5018,59210 +"41962",5018,62062 +"41963",5018,62063 +"41964",5018,66454 +"41965",5018,72573 +"41966",5018,81722 +"41967",5018,101016 +"41968",5018,101087 +"41969",5018,101967 +"41970",5018,102401 +"41971",5018,103326 +"41972",5018,105495 +"41973",5018,105955 +"41974",5018,116302 +"41975",5018,116315 +"41976",5018,116325 +"41977",5018,116331 +"41978",5019,6041 +"41979",5019,7551 +"41980",5019,13217 +"41981",5019,17013 +"41982",5019,22320 +"41983",5019,25431 +"41984",5019,25727 +"41985",5019,31266 +"41986",5019,32940 +"41987",5019,47585 +"41988",5019,50235 +"41989",5019,53453 +"41990",5019,63308 +"41991",5019,66030 +"41992",5019,68502 +"41993",5019,71006 +"41994",5019,100446 +"41995",5019,100453 +"41996",5019,100454 +"41997",5019,100606 +"41998",5019,103031 +"41999",5019,103066 +"42000",5019,104646 +"42001",5020,33144 +"42002",5020,47883 +"42003",5020,50399 +"42004",5020,50432 +"42005",5020,54572 +"42006",5020,54716 +"42007",5020,66190 +"42008",5020,114476 +"42009",5021,11948 +"42010",5021,31492 +"42011",5021,40293 +"42012",5021,44858 +"42013",5021,74452 +"42014",5021,79116 +"42015",5021,79145 +"42016",5021,96788 +"42017",5022,40157 +"42018",5022,40787 +"42019",5022,80319 +"42020",5023,5024 +"42021",5023,5051 +"42022",5023,57354 +"42023",5023,69064 +"42024",5024,5047 +"42025",5024,5051 +"42026",5024,14543 +"42027",5024,14752 +"42028",5024,17743 +"42029",5024,41721 +"42030",5024,53920 +"42031",5024,58103 +"42032",5025,5068 +"42033",5026,5114 +"42034",5026,5137 +"42035",5027,42697 +"42036",5028,7105 +"42037",5028,17642 +"42038",5028,18857 +"42039",5028,30128 +"42040",5029,6221 +"42041",5029,12067 +"42042",5029,24210 +"42043",5029,29312 +"42044",5029,45092 +"42045",5029,61890 +"42046",5029,64635 +"42047",5029,69718 +"42048",5029,74577 +"42049",5029,89217 +"42050",5029,111926 +"42051",5030,5049 +"42052",5030,5056 +"42053",5030,54531 +"42054",5031,5142 +"42055",5031,104255 +"42056",5032,15453 +"42057",5032,61278 +"42058",5032,69518 +"42059",5032,85444 +"42060",5032,85446 +"42061",5032,112413 +"42062",5032,115528 +"42063",5032,119319 +"42064",5032,119321 +"42065",5033,9681 +"42066",5033,23315 +"42067",5033,89189 +"42068",5033,89203 +"42069",5033,89978 +"42070",5033,96121 +"42071",5033,96139 +"42072",5033,96147 +"42073",5033,96165 +"42074",5034,12080 +"42075",5034,19106 +"42076",5034,38845 +"42077",5034,53939 +"42078",5035,5040 +"42079",5035,5091 +"42080",5035,41475 +"42081",5035,67188 +"42082",5036,5075 +"42083",5036,5081 +"42084",5036,25789 +"42085",5036,69359 +"42086",5037,8839 +"42087",5037,14480 +"42088",5037,14490 +"42089",5037,14509 +"42090",5037,47882 +"42091",5037,88448 +"42092",5037,93879 +"42093",5037,107364 +"42094",5038,17454 +"42095",5039,27370 +"42096",5039,27467 +"42097",5039,44595 +"42098",5039,61182 +"42099",5039,61259 +"42100",5039,65696 +"42101",5039,103622 +"42102",5040,5091 +"42103",5040,82365 +"42104",5041,5520 +"42105",5041,10358 +"42106",5041,20988 +"42107",5041,21752 +"42108",5041,24293 +"42109",5041,29050 +"42110",5041,29967 +"42111",5041,35807 +"42112",5041,48288 +"42113",5041,49928 +"42114",5041,55308 +"42115",5041,76009 +"42116",5041,94660 +"42117",5042,6554 +"42118",5042,32147 +"42119",5042,72154 +"42120",5042,73241 +"42121",5042,78406 +"42122",5042,82202 +"42123",5042,82203 +"42124",5043,29319 +"42125",5043,41536 +"42126",5043,43333 +"42127",5044,12552 +"42128",5044,12660 +"42129",5044,23129 +"42130",5045,28261 +"42131",5045,46352 +"42132",5045,52572 +"42133",5045,67807 +"42134",5045,69682 +"42135",5045,72567 +"42136",5045,77425 +"42137",5045,97471 +"42138",5046,15054 +"42139",5046,16095 +"42140",5046,24699 +"42141",5046,24854 +"42142",5046,25085 +"42143",5047,6129 +"42144",5047,14543 +"42145",5047,14752 +"42146",5047,33815 +"42147",5047,45503 +"42148",5047,45749 +"42149",5047,46107 +"42150",5047,57787 +"42151",5047,68217 +"42152",5047,70928 +"42153",5047,84302 +"42154",5047,84347 +"42155",5047,84348 +"42156",5047,86597 +"42157",5048,23605 +"42158",5048,39722 +"42159",5048,39967 +"42160",5048,43919 +"42161",5048,46327 +"42162",5048,47693 +"42163",5048,47801 +"42164",5049,5056 +"42165",5050,25517 +"42166",5050,38299 +"42167",5050,41838 +"42168",5050,45766 +"42169",5050,71692 +"42170",5050,79066 +"42171",5052,5531 +"42172",5052,6944 +"42173",5052,6960 +"42174",5052,6977 +"42175",5052,6989 +"42176",5052,8402 +"42177",5052,8442 +"42178",5052,9080 +"42179",5052,10431 +"42180",5052,11079 +"42181",5052,11216 +"42182",5052,13423 +"42183",5052,14077 +"42184",5052,15365 +"42185",5052,18239 +"42186",5052,19581 +"42187",5052,21980 +"42188",5052,22042 +"42189",5052,22117 +"42190",5052,24235 +"42191",5052,26466 +"42192",5052,28181 +"42193",5052,36953 +"42194",5052,37371 +"42195",5052,40253 +"42196",5052,40404 +"42197",5052,41197 +"42198",5052,46486 +"42199",5052,46868 +"42200",5052,47232 +"42201",5052,55297 +"42202",5052,65569 +"42203",5052,75338 +"42204",5052,80911 +"42205",5052,98226 +"42206",5053,11431 +"42207",5053,57542 +"42208",5053,99811 +"42209",5053,99822 +"42210",5054,6615 +"42211",5054,6922 +"42212",5054,7008 +"42213",5054,7049 +"42214",5054,8137 +"42215",5054,8409 +"42216",5054,8601 +"42217",5054,9174 +"42218",5054,11815 +"42219",5054,11816 +"42220",5054,11831 +"42221",5054,11847 +"42222",5054,11848 +"42223",5054,11882 +"42224",5054,11895 +"42225",5054,11918 +"42226",5054,11938 +"42227",5054,11981 +"42228",5054,12060 +"42229",5054,12061 +"42230",5054,12079 +"42231",5054,13950 +"42232",5054,14359 +"42233",5054,17479 +"42234",5054,17538 +"42235",5054,17946 +"42236",5054,19576 +"42237",5054,19821 +"42238",5054,21548 +"42239",5054,21750 +"42240",5054,29557 +"42241",5054,33704 +"42242",5054,33705 +"42243",5054,44464 +"42244",5054,66947 +"42245",5054,66955 +"42246",5054,67141 +"42247",5054,69357 +"42248",5055,9508 +"42249",5055,17255 +"42250",5055,30769 +"42251",5055,33222 +"42252",5055,35001 +"42253",5055,36078 +"42254",5055,41015 +"42255",5055,82257 +"42256",5055,82282 +"42257",5055,82744 +"42258",5055,86079 +"42259",5056,5227 +"42260",5056,6038 +"42261",5056,7826 +"42262",5056,11348 +"42263",5056,16780 +"42264",5056,23195 +"42265",5056,35536 +"42266",5056,37394 +"42267",5056,53618 +"42268",5056,54142 +"42269",5056,57568 +"42270",5056,58268 +"42271",5056,59010 +"42272",5056,76770 +"42273",5056,80251 +"42274",5056,81142 +"42275",5056,90592 +"42276",5056,94536 +"42277",5056,94554 +"42278",5057,7219 +"42279",5057,34688 +"42280",5057,44774 +"42281",5057,53632 +"42282",5057,89714 +"42283",5057,89722 +"42284",5057,94258 +"42285",5057,97707 +"42286",5058,18474 +"42287",5058,18670 +"42288",5058,19164 +"42289",5058,23423 +"42290",5058,23622 +"42291",5058,23688 +"42292",5058,79413 +"42293",5058,105720 +"42294",5059,5115 +"42295",5059,5119 +"42296",5059,44154 +"42297",5060,5128 +"42298",5060,10332 +"42299",5060,21690 +"42300",5060,59069 +"42301",5061,7694 +"42302",5061,29126 +"42303",5061,29581 +"42304",5061,35514 +"42305",5061,37219 +"42306",5061,37310 +"42307",5061,37382 +"42308",5061,43606 +"42309",5061,52943 +"42310",5061,63523 +"42311",5061,69011 +"42312",5061,75510 +"42313",5061,78549 +"42314",5062,12055 +"42315",5062,33849 +"42316",5062,46616 +"42317",5062,47607 +"42318",5063,5065 +"42319",5063,40634 +"42320",5063,96461 +"42321",5064,24718 +"42322",5064,30210 +"42323",5064,36709 +"42324",5064,36881 +"42325",5064,52604 +"42326",5064,63896 +"42327",5064,66691 +"42328",5064,66694 +"42329",5064,78323 +"42330",5064,79253 +"42331",5064,81599 +"42332",5064,84513 +"42333",5064,88718 +"42334",5064,88907 +"42335",5064,94516 +"42336",5065,6353 +"42337",5065,96461 +"42338",5066,14381 +"42339",5066,46642 +"42340",5066,113731 +"42341",5067,15587 +"42342",5067,30259 +"42343",5067,34159 +"42344",5067,57262 +"42345",5067,63033 +"42346",5067,66286 +"42347",5067,76921 +"42348",5067,80578 +"42349",5067,100998 +"42350",5067,106567 +"42351",5067,109259 +"42352",5067,114104 +"42353",5067,118636 +"42354",5067,120140 +"42355",5067,122429 +"42356",5067,122435 +"42357",5068,5981 +"42358",5068,14045 +"42359",5068,22777 +"42360",5068,28363 +"42361",5068,28364 +"42362",5068,28551 +"42363",5068,31786 +"42364",5068,79463 +"42365",5068,91312 +"42366",5068,92150 +"42367",5068,101763 +"42368",5068,116140 +"42369",5068,116483 +"42370",5069,44354 +"42371",5070,5096 +"42372",5070,31982 +"42373",5070,100859 +"42374",5071,16693 +"42375",5071,21417 +"42376",5071,29579 +"42377",5071,42330 +"42378",5071,53564 +"42379",5071,77095 +"42380",5071,84122 +"42381",5071,88435 +"42382",5071,116917 +"42383",5071,117041 +"42384",5072,5622 +"42385",5072,17400 +"42386",5072,30325 +"42387",5072,107886 +"42388",5073,7942 +"42389",5073,20348 +"42390",5073,30452 +"42391",5073,35287 +"42392",5073,56448 +"42393",5073,73147 +"42394",5073,94048 +"42395",5073,99441 +"42396",5073,101468 +"42397",5073,105139 +"42398",5073,109509 +"42399",5073,110797 +"42400",5073,112247 +"42401",5073,115307 +"42402",5073,116888 +"42403",5073,123051 +"42404",5073,123052 +"42405",5074,12430 +"42406",5074,76882 +"42407",5074,77651 +"42408",5075,5081 +"42409",5075,7799 +"42410",5075,9810 +"42411",5075,21885 +"42412",5075,25175 +"42413",5075,29912 +"42414",5075,34079 +"42415",5075,34199 +"42416",5075,41265 +"42417",5075,43961 +"42418",5075,45370 +"42419",5075,57481 +"42420",5075,59401 +"42421",5075,64967 +"42422",5075,65949 +"42423",5075,70254 +"42424",5075,92382 +"42425",5075,113144 +"42426",5076,14511 +"42427",5076,24287 +"42428",5076,24905 +"42429",5076,60343 +"42430",5076,80170 +"42431",5076,82436 +"42432",5076,99925 +"42433",5076,100152 +"42434",5077,30863 +"42435",5077,40452 +"42436",5078,5422 +"42437",5078,5427 +"42438",5078,5444 +"42439",5078,5457 +"42440",5078,5462 +"42441",5078,5489 +"42442",5078,5492 +"42443",5078,5504 +"42444",5079,5502 +"42445",5079,17851 +"42446",5079,94351 +"42447",5079,95313 +"42448",5080,15431 +"42449",5080,22648 +"42450",5080,24845 +"42451",5080,26873 +"42452",5080,38565 +"42453",5080,43549 +"42454",5080,45284 +"42455",5080,52608 +"42456",5080,53453 +"42457",5080,58648 +"42458",5080,60134 +"42459",5080,61572 +"42460",5080,64672 +"42461",5080,65333 +"42462",5080,68997 +"42463",5080,75825 +"42464",5080,77871 +"42465",5080,81914 +"42466",5080,87748 +"42467",5080,93662 +"42468",5080,101967 +"42469",5080,106186 +"42470",5080,107539 +"42471",5080,109337 +"42472",5080,109820 +"42473",5080,110380 +"42474",5080,110394 +"42475",5080,111086 +"42476",5080,119592 +"42477",5080,120033 +"42478",5081,10362 +"42479",5081,61606 +"42480",5083,17041 +"42481",5083,19930 +"42482",5083,35536 +"42483",5083,39982 +"42484",5083,48814 +"42485",5083,58268 +"42486",5084,8582 +"42487",5084,12237 +"42488",5084,13970 +"42489",5084,24312 +"42490",5084,55691 +"42491",5084,63443 +"42492",5084,73466 +"42493",5084,77043 +"42494",5084,90492 +"42495",5084,111832 +"42496",5084,114719 +"42497",5085,12676 +"42498",5085,12988 +"42499",5085,15965 +"42500",5085,16682 +"42501",5085,20121 +"42502",5085,25897 +"42503",5085,41957 +"42504",5086,15215 +"42505",5086,17097 +"42506",5086,39311 +"42507",5086,57070 +"42508",5086,82009 +"42509",5086,118049 +"42510",5086,118052 +"42511",5087,5088 +"42512",5088,7322 +"42513",5088,7366 +"42514",5088,16982 +"42515",5088,23680 +"42516",5088,41940 +"42517",5088,54657 +"42518",5088,59887 +"42519",5088,83932 +"42520",5088,93279 +"42521",5088,107595 +"42522",5088,107631 +"42523",5088,114612 +"42524",5088,115928 +"42525",5089,5395 +"42526",5089,6252 +"42527",5089,25097 +"42528",5089,25697 +"42529",5089,25727 +"42530",5089,41719 +"42531",5089,46850 +"42532",5089,55736 +"42533",5089,93707 +"42534",5089,94780 +"42535",5090,7967 +"42536",5091,66209 +"42537",5091,77502 +"42538",5091,97704 +"42539",5092,7547 +"42540",5092,18350 +"42541",5092,37975 +"42542",5093,23111 +"42543",5093,25293 +"42544",5094,8993 +"42545",5094,25877 +"42546",5094,32833 +"42547",5094,33515 +"42548",5094,33954 +"42549",5095,5263 +"42550",5095,7382 +"42551",5095,7398 +"42552",5095,9328 +"42553",5095,25813 +"42554",5095,25971 +"42555",5095,33893 +"42556",5095,34480 +"42557",5095,36422 +"42558",5095,44743 +"42559",5095,45426 +"42560",5095,51471 +"42561",5095,57254 +"42562",5095,70141 +"42563",5095,71103 +"42564",5095,77388 +"42565",5095,87889 +"42566",5096,11870 +"42567",5096,13117 +"42568",5096,36340 +"42569",5096,43857 +"42570",5096,78795 +"42571",5096,89108 +"42572",5097,5107 +"42573",5097,14589 +"42574",5097,56852 +"42575",5097,67304 +"42576",5097,105209 +"42577",5098,5113 +"42578",5099,18340 +"42579",5099,81935 +"42580",5100,62063 +"42581",5100,104514 +"42582",5101,8678 +"42583",5101,18529 +"42584",5101,19068 +"42585",5101,30847 +"42586",5101,38076 +"42587",5101,42096 +"42588",5101,45630 +"42589",5101,55449 +"42590",5102,5124 +"42591",5102,5234 +"42592",5102,7526 +"42593",5102,11611 +"42594",5102,15432 +"42595",5102,17178 +"42596",5102,19031 +"42597",5102,30541 +"42598",5102,31240 +"42599",5102,32114 +"42600",5102,33871 +"42601",5102,36724 +"42602",5102,46627 +"42603",5102,50137 +"42604",5102,52571 +"42605",5102,54823 +"42606",5102,59620 +"42607",5102,81068 +"42608",5102,85168 +"42609",5102,85169 +"42610",5102,93000 +"42611",5103,15282 +"42612",5103,22119 +"42613",5103,23712 +"42614",5103,26283 +"42615",5103,26370 +"42616",5103,28231 +"42617",5103,38335 +"42618",5103,47959 +"42619",5103,53031 +"42620",5103,58067 +"42621",5103,62429 +"42622",5103,70412 +"42623",5103,78209 +"42624",5104,62549 +"42625",5105,5750 +"42626",5105,11460 +"42627",5105,13910 +"42628",5105,15093 +"42629",5105,20656 +"42630",5105,51512 +"42631",5105,53964 +"42632",5105,54314 +"42633",5105,72738 +"42634",5105,102139 +"42635",5105,102148 +"42636",5106,16996 +"42637",5106,17326 +"42638",5106,17700 +"42639",5106,28345 +"42640",5106,37205 +"42641",5106,43843 +"42642",5106,56006 +"42643",5106,58537 +"42644",5106,74100 +"42645",5106,109919 +"42646",5106,117410 +"42647",5106,118365 +"42648",5107,7622 +"42649",5107,16203 +"42650",5107,25162 +"42651",5107,31969 +"42652",5107,60691 +"42653",5107,61456 +"42654",5107,87833 +"42655",5107,87946 +"42656",5107,88266 +"42657",5107,100719 +"42658",5108,9118 +"42659",5108,9269 +"42660",5108,16347 +"42661",5108,18506 +"42662",5108,22873 +"42663",5108,31987 +"42664",5108,33544 +"42665",5108,36251 +"42666",5108,36274 +"42667",5108,46124 +"42668",5108,89698 +"42669",5108,90070 +"42670",5108,92440 +"42671",5108,115497 +"42672",5109,34913 +"42673",5109,43973 +"42674",5109,47785 +"42675",5109,57143 +"42676",5109,67841 +"42677",5109,82172 +"42678",5109,83216 +"42679",5109,90080 +"42680",5109,102833 +"42681",5110,79334 +"42682",5111,18389 +"42683",5111,18405 +"42684",5111,21329 +"42685",5111,28855 +"42686",5111,33434 +"42687",5111,35908 +"42688",5111,35938 +"42689",5111,35939 +"42690",5111,35940 +"42691",5111,36011 +"42692",5111,36012 +"42693",5111,36013 +"42694",5111,36060 +"42695",5111,36178 +"42696",5112,25582 +"42697",5112,35726 +"42698",5112,48033 +"42699",5112,48034 +"42700",5112,68661 +"42701",5113,37558 +"42702",5113,52410 +"42703",5113,66057 +"42704",5113,88480 +"42705",5113,107084 +"42706",5114,5137 +"42707",5114,6223 +"42708",5114,9108 +"42709",5114,10124 +"42710",5114,15782 +"42711",5114,16316 +"42712",5114,17215 +"42713",5114,21130 +"42714",5114,21299 +"42715",5114,21358 +"42716",5114,22345 +"42717",5114,22533 +"42718",5114,22546 +"42719",5114,22731 +"42720",5114,28714 +"42721",5114,29939 +"42722",5114,38175 +"42723",5114,39330 +"42724",5114,65032 +"42725",5115,5119 +"42726",5115,31185 +"42727",5115,42228 +"42728",5115,44154 +"42729",5115,55028 +"42730",5115,60820 +"42731",5115,63019 +"42732",5115,63222 +"42733",5115,70112 +"42734",5115,116780 +"42735",5116,23209 +"42736",5118,12981 +"42737",5118,14137 +"42738",5118,21364 +"42739",5118,31558 +"42740",5118,37064 +"42741",5118,42306 +"42742",5118,44502 +"42743",5118,53779 +"42744",5119,44154 +"42745",5120,5123 +"42746",5120,9202 +"42747",5120,36759 +"42748",5120,42689 +"42749",5120,45170 +"42750",5120,54917 +"42751",5120,57901 +"42752",5120,71070 +"42753",5120,71406 +"42754",5120,71437 +"42755",5121,19813 +"42756",5121,21456 +"42757",5121,25874 +"42758",5121,40494 +"42759",5121,42546 +"42760",5121,102975 +"42761",5121,113910 +"42762",5122,5146 +"42763",5123,18900 +"42764",5123,28986 +"42765",5123,35420 +"42766",5123,42689 +"42767",5123,46608 +"42768",5123,54917 +"42769",5123,57901 +"42770",5123,57938 +"42771",5123,58854 +"42772",5123,80396 +"42773",5123,83672 +"42774",5123,94520 +"42775",5123,95001 +"42776",5123,102950 +"42777",5123,114679 +"42778",5123,114686 +"42779",5123,114687 +"42780",5125,5160 +"42781",5125,15765 +"42782",5125,17562 +"42783",5125,30222 +"42784",5125,31951 +"42785",5125,32503 +"42786",5125,45328 +"42787",5125,53985 +"42788",5125,58941 +"42789",5125,73675 +"42790",5125,74231 +"42791",5125,74796 +"42792",5125,79656 +"42793",5125,91406 +"42794",5125,91707 +"42795",5125,96837 +"42796",5125,104021 +"42797",5125,105137 +"42798",5126,5972 +"42799",5126,9440 +"42800",5126,11036 +"42801",5126,19717 +"42802",5126,20162 +"42803",5126,21868 +"42804",5126,22705 +"42805",5126,22759 +"42806",5126,34654 +"42807",5126,35955 +"42808",5126,36106 +"42809",5126,36292 +"42810",5126,37310 +"42811",5126,45561 +"42812",5126,47854 +"42813",5126,53181 +"42814",5126,59952 +"42815",5127,11496 +"42816",5127,76410 +"42817",5128,6229 +"42818",5128,21690 +"42819",5128,25722 +"42820",5128,112007 +"42821",5129,40125 +"42822",5129,78063 +"42823",5129,91243 +"42824",5129,91264 +"42825",5130,87032 +"42826",5131,91756 +"42827",5132,5140 +"42828",5133,105791 +"42829",5134,5261 +"42830",5134,10329 +"42831",5134,35702 +"42832",5134,44362 +"42833",5134,46927 +"42834",5134,51439 +"42835",5134,56206 +"42836",5134,56910 +"42837",5134,60163 +"42838",5134,68979 +"42839",5134,69092 +"42840",5134,69101 +"42841",5134,69115 +"42842",5134,69161 +"42843",5134,78643 +"42844",5134,79180 +"42845",5134,79527 +"42846",5134,80723 +"42847",5134,81070 +"42848",5134,90474 +"42849",5134,98459 +"42850",5135,19387 +"42851",5135,19672 +"42852",5135,47883 +"42853",5135,66887 +"42854",5135,87816 +"42855",5135,90181 +"42856",5135,101187 +"42857",5135,105596 +"42858",5136,36052 +"42859",5136,59607 +"42860",5136,59642 +"42861",5138,16310 +"42862",5138,18825 +"42863",5138,32981 +"42864",5138,45080 +"42865",5138,56187 +"42866",5138,81700 +"42867",5138,103590 +"42868",5139,17379 +"42869",5139,43781 +"42870",5140,74061 +"42871",5141,9102 +"42872",5142,13779 +"42873",5142,14047 +"42874",5142,15506 +"42875",5142,16335 +"42876",5142,21286 +"42877",5142,22875 +"42878",5142,23953 +"42879",5142,30834 +"42880",5142,30862 +"42881",5142,35406 +"42882",5142,37489 +"42883",5142,43528 +"42884",5142,45520 +"42885",5142,46786 +"42886",5142,51013 +"42887",5142,64468 +"42888",5142,75514 +"42889",5142,76143 +"42890",5142,79339 +"42891",5142,79642 +"42892",5142,86533 +"42893",5142,91020 +"42894",5143,31266 +"42895",5144,5816 +"42896",5144,13378 +"42897",5144,13425 +"42898",5144,13572 +"42899",5144,16781 +"42900",5144,25900 +"42901",5144,26038 +"42902",5144,26429 +"42903",5144,26458 +"42904",5144,26568 +"42905",5144,40682 +"42906",5144,41510 +"42907",5144,41831 +"42908",5144,60583 +"42909",5144,74186 +"42910",5144,78343 +"42911",5144,80080 +"42912",5144,80480 +"42913",5144,81715 +"42914",5144,81720 +"42915",5144,84284 +"42916",5144,85964 +"42917",5144,89988 +"42918",5144,100485 +"42919",5144,103888 +"42920",5144,110969 +"42921",5145,42440 +"42922",5145,109495 +"42923",5145,111950 +"42924",5146,16739 +"42925",5146,21704 +"42926",5146,22090 +"42927",5146,79025 +"42928",5146,100586 +"42929",5146,120395 +"42930",5146,120402 +"42931",5147,5154 +"42932",5147,5155 +"42933",5147,10420 +"42934",5147,64156 +"42935",5147,65525 +"42936",5147,66100 +"42937",5147,77331 +"42938",5147,101914 +"42939",5147,118415 +"42940",5148,5669 +"42941",5148,5725 +"42942",5148,8533 +"42943",5148,12845 +"42944",5148,28285 +"42945",5148,31458 +"42946",5148,36733 +"42947",5148,47947 +"42948",5148,60025 +"42949",5149,5951 +"42950",5149,38052 +"42951",5149,50604 +"42952",5149,66115 +"42953",5149,89887 +"42954",5149,101087 +"42955",5149,106576 +"42956",5149,108577 +"42957",5149,108836 +"42958",5150,26836 +"42959",5150,52696 +"42960",5150,63520 +"42961",5150,68119 +"42962",5150,69863 +"42963",5150,81616 +"42964",5150,84270 +"42965",5150,94627 +"42966",5150,104608 +"42967",5150,109377 +"42968",5150,112079 +"42969",5150,114688 +"42970",5150,115597 +"42971",5151,9615 +"42972",5151,19827 +"42973",5151,27929 +"42974",5151,35576 +"42975",5151,45088 +"42976",5151,68044 +"42977",5151,114306 +"42978",5152,30303 +"42979",5152,46856 +"42980",5152,47497 +"42981",5152,49524 +"42982",5152,69574 +"42983",5152,69575 +"42984",5152,70302 +"42985",5152,78001 +"42986",5153,20090 +"42987",5153,44206 +"42988",5154,5155 +"42989",5154,7557 +"42990",5154,13867 +"42991",5154,20355 +"42992",5154,33927 +"42993",5154,39518 +"42994",5154,64806 +"42995",5154,72522 +"42996",5154,91688 +"42997",5156,102377 +"42998",5157,11315 +"42999",5157,21375 +"43000",5157,21851 +"43001",5157,51214 +"43002",5157,68345 +"43003",5158,17190 +"43004",5159,11532 +"43005",5159,11668 +"43006",5159,32854 +"43007",5159,32936 +"43008",5159,44406 +"43009",5160,85730 +"43010",5161,7834 +"43011",5161,10127 +"43012",5161,22857 +"43013",5162,51749 +"43014",5162,97623 +"43015",5163,9601 +"43016",5163,41183 +"43017",5164,9337 +"43018",5164,58092 +"43019",5164,59221 +"43020",5164,96790 +"43021",5164,103404 +"43022",5165,5170 +"43023",5165,29181 +"43024",5165,41857 +"43025",5166,5243 +"43026",5166,6845 +"43027",5166,8062 +"43028",5166,8118 +"43029",5166,12226 +"43030",5166,17257 +"43031",5166,21219 +"43032",5166,21969 +"43033",5166,24664 +"43034",5166,27090 +"43035",5166,27448 +"43036",5166,27778 +"43037",5166,30995 +"43038",5166,33820 +"43039",5166,41446 +"43040",5166,46532 +"43041",5166,53132 +"43042",5166,73299 +"43043",5166,73348 +"43044",5166,81600 +"43045",5166,102672 +"43046",5166,110709 +"43047",5167,16903 +"43048",5167,55486 +"43049",5167,63461 +"43050",5167,76441 +"43051",5167,106189 +"43052",5167,115611 +"43053",5168,8671 +"43054",5168,15868 +"43055",5168,24734 +"43056",5168,39752 +"43057",5168,47705 +"43058",5168,52225 +"43059",5168,67648 +"43060",5168,77281 +"43061",5168,84003 +"43062",5168,99343 +"43063",5169,5230 +"43064",5169,6145 +"43065",5169,86169 +"43066",5171,13537 +"43067",5171,22948 +"43068",5171,25221 +"43069",5172,5193 +"43070",5172,16126 +"43071",5172,45763 +"43072",5172,53964 +"43073",5172,61849 +"43074",5172,106361 +"43075",5173,11406 +"43076",5174,16126 +"43077",5175,9217 +"43078",5175,9257 +"43079",5175,22120 +"43080",5175,41910 +"43081",5176,18066 +"43082",5176,32028 +"43083",5176,40381 +"43084",5176,40420 +"43085",5176,43873 +"43086",5176,55414 +"43087",5176,58795 +"43088",5176,60217 +"43089",5176,69207 +"43090",5176,69621 +"43091",5176,77614 +"43092",5176,78471 +"43093",5176,78641 +"43094",5176,78914 +"43095",5177,11315 +"43096",5177,24268 +"43097",5177,47116 +"43098",5177,76974 +"43099",5177,98871 +"43100",5177,113721 +"43101",5179,11140 +"43102",5179,11462 +"43103",5179,17951 +"43104",5179,19173 +"43105",5179,20407 +"43106",5179,24428 +"43107",5179,30410 +"43108",5179,50145 +"43109",5179,57710 +"43110",5181,38236 +"43111",5181,58657 +"43112",5182,63965 +"43113",5182,69569 +"43114",5183,62245 +"43115",5184,5185 +"43116",5184,13428 +"43117",5184,34696 +"43118",5184,49478 +"43119",5184,51733 +"43120",5184,87641 +"43121",5184,87672 +"43122",5185,16028 +"43123",5185,62682 +"43124",5186,19895 +"43125",5186,22495 +"43126",5186,45209 +"43127",5186,72801 +"43128",5186,90101 +"43129",5186,90224 +"43130",5186,91255 +"43131",5186,102168 +"43132",5186,112715 +"43133",5187,15176 +"43134",5187,27969 +"43135",5187,43538 +"43136",5187,57016 +"43137",5188,5189 +"43138",5188,5660 +"43139",5188,20562 +"43140",5188,32706 +"43141",5188,52708 +"43142",5188,57720 +"43143",5188,58979 +"43144",5188,61060 +"43145",5188,72262 +"43146",5188,87818 +"43147",5189,28578 +"43148",5189,30121 +"43149",5189,86179 +"43150",5189,100124 +"43151",5190,41637 +"43152",5190,49500 +"43153",5190,93841 +"43154",5191,6114 +"43155",5191,6155 +"43156",5191,8586 +"43157",5191,25784 +"43158",5191,25849 +"43159",5191,25869 +"43160",5191,25900 +"43161",5191,62212 +"43162",5192,7472 +"43163",5192,8586 +"43164",5192,11376 +"43165",5192,21504 +"43166",5192,21558 +"43167",5192,41389 +"43168",5193,6961 +"43169",5193,7004 +"43170",5193,7215 +"43171",5193,27773 +"43172",5193,29815 +"43173",5193,54307 +"43174",5194,11528 +"43175",5194,13425 +"43176",5194,19377 +"43177",5194,26100 +"43178",5194,53362 +"43179",5194,86665 +"43180",5195,8553 +"43181",5195,16164 +"43182",5195,20319 +"43183",5195,20824 +"43184",5195,23506 +"43185",5195,27137 +"43186",5195,30931 +"43187",5195,39058 +"43188",5195,44319 +"43189",5195,44364 +"43190",5195,45702 +"43191",5195,50312 +"43192",5195,51022 +"43193",5195,51322 +"43194",5195,51654 +"43195",5195,52971 +"43196",5195,55073 +"43197",5195,75874 +"43198",5195,98896 +"43199",5195,120851 +"43200",5195,122876 +"43201",5196,17836 +"43202",5196,18737 +"43203",5196,18922 +"43204",5196,18966 +"43205",5196,39620 +"43206",5197,7758 +"43207",5197,13230 +"43208",5197,15135 +"43209",5197,15395 +"43210",5197,23585 +"43211",5197,29489 +"43212",5197,33473 +"43213",5197,45528 +"43214",5197,47270 +"43215",5197,47324 +"43216",5197,47333 +"43217",5197,97237 +"43218",5198,6789 +"43219",5198,9394 +"43220",5198,12405 +"43221",5198,20293 +"43222",5198,20497 +"43223",5198,20514 +"43224",5198,23005 +"43225",5198,23151 +"43226",5198,25458 +"43227",5198,28596 +"43228",5198,28989 +"43229",5198,30883 +"43230",5198,31413 +"43231",5198,43708 +"43232",5198,47402 +"43233",5198,50487 +"43234",5198,56812 +"43235",5198,62820 +"43236",5198,72847 +"43237",5198,84475 +"43238",5198,88863 +"43239",5198,92570 +"43240",5198,92736 +"43241",5198,102008 +"43242",5198,102022 +"43243",5198,102616 +"43244",5198,102772 +"43245",5198,102815 +"43246",5198,103993 +"43247",5199,11038 +"43248",5199,15441 +"43249",5199,16385 +"43250",5199,28990 +"43251",5199,40050 +"43252",5199,86630 +"43253",5199,98208 +"43254",5199,104549 +"43255",5199,104684 +"43256",5200,6379 +"43257",5200,13676 +"43258",5200,40656 +"43259",5200,60669 +"43260",5200,66780 +"43261",5200,66831 +"43262",5200,66842 +"43263",5200,107139 +"43264",5201,106143 +"43265",5202,5723 +"43266",5202,30829 +"43267",5202,33188 +"43268",5202,48903 +"43269",5202,66198 +"43270",5202,66205 +"43271",5202,90709 +"43272",5203,6253 +"43273",5203,7557 +"43274",5203,20645 +"43275",5203,24642 +"43276",5203,33382 +"43277",5203,40821 +"43278",5203,54721 +"43279",5203,78700 +"43280",5203,86773 +"43281",5203,118688 +"43282",5204,12473 +"43283",5204,26295 +"43284",5204,35380 +"43285",5204,38413 +"43286",5204,69620 +"43287",5204,110784 +"43288",5204,110793 +"43289",5204,111566 +"43290",5205,13031 +"43291",5205,50024 +"43292",5205,55711 +"43293",5205,57258 +"43294",5205,68515 +"43295",5205,94648 +"43296",5205,104698 +"43297",5205,119977 +"43298",5205,120025 +"43299",5205,120038 +"43300",5206,28318 +"43301",5206,68970 +"43302",5206,76953 +"43303",5206,83620 +"43304",5206,83639 +"43305",5207,106681 +"43306",5208,11185 +"43307",5208,117520 +"43308",5208,119502 +"43309",5209,70827 +"43310",5210,11952 +"43311",5210,17316 +"43312",5210,50314 +"43313",5210,64262 +"43314",5210,77142 +"43315",5210,80946 +"43316",5210,84242 +"43317",5210,104422 +"43318",5211,17565 +"43319",5211,51438 +"43320",5211,53291 +"43321",5212,17097 +"43322",5212,20111 +"43323",5212,22403 +"43324",5212,26737 +"43325",5212,29372 +"43326",5212,31612 +"43327",5212,52876 +"43328",5212,53333 +"43329",5212,54760 +"43330",5212,57150 +"43331",5212,74285 +"43332",5212,81694 +"43333",5212,83364 +"43334",5213,7740 +"43335",5213,8328 +"43336",5213,40648 +"43337",5213,45923 +"43338",5213,55290 +"43339",5213,55361 +"43340",5214,34057 +"43341",5214,37894 +"43342",5214,43263 +"43343",5214,54334 +"43344",5214,57067 +"43345",5214,70977 +"43346",5214,89484 +"43347",5214,95775 +"43348",5214,95778 +"43349",5215,12794 +"43350",5215,12897 +"43351",5215,18535 +"43352",5215,29628 +"43353",5215,31485 +"43354",5215,32775 +"43355",5215,40056 +"43356",5215,42655 +"43357",5215,42668 +"43358",5215,42751 +"43359",5215,42762 +"43360",5215,42764 +"43361",5215,42786 +"43362",5215,42810 +"43363",5215,47302 +"43364",5215,60092 +"43365",5215,64525 +"43366",5215,71475 +"43367",5216,10710 +"43368",5216,12266 +"43369",5216,12341 +"43370",5216,15314 +"43371",5216,31851 +"43372",5216,37844 +"43373",5216,43905 +"43374",5216,43947 +"43375",5216,43960 +"43376",5216,49021 +"43377",5216,49040 +"43378",5216,49050 +"43379",5216,69606 +"43380",5216,82995 +"43381",5216,93914 +"43382",5217,31643 +"43383",5217,58875 +"43384",5217,113569 +"43385",5217,113589 +"43386",5218,45129 +"43387",5218,48584 +"43388",5219,42012 +"43389",5219,102789 +"43390",5220,16933 +"43391",5220,28929 +"43392",5220,33840 +"43393",5220,49475 +"43394",5220,52574 +"43395",5220,69313 +"43396",5220,76940 +"43397",5220,77016 +"43398",5221,7784 +"43399",5221,8092 +"43400",5221,17552 +"43401",5221,17568 +"43402",5221,29010 +"43403",5221,32747 +"43404",5221,35592 +"43405",5221,100887 +"43406",5222,6816 +"43407",5222,28892 +"43408",5222,36695 +"43409",5222,77873 +"43410",5222,83539 +"43411",5222,91587 +"43412",5222,101760 +"43413",5223,5245 +"43414",5223,5380 +"43415",5223,8410 +"43416",5223,45756 +"43417",5223,46335 +"43418",5223,46366 +"43419",5223,46400 +"43420",5223,61515 +"43421",5223,107150 +"43422",5223,107151 +"43423",5224,5289 +"43424",5224,53000 +"43425",5224,96802 +"43426",5225,10592 +"43427",5225,16390 +"43428",5225,41118 +"43429",5225,41892 +"43430",5225,69443 +"43431",5226,10001 +"43432",5226,15122 +"43433",5226,17473 +"43434",5226,24039 +"43435",5226,37108 +"43436",5226,48571 +"43437",5226,48654 +"43438",5226,49487 +"43439",5226,57475 +"43440",5226,69735 +"43441",5226,76534 +"43442",5226,90964 +"43443",5227,11348 +"43444",5227,13043 +"43445",5227,16518 +"43446",5227,16780 +"43447",5227,19930 +"43448",5227,33169 +"43449",5227,54142 +"43450",5227,57568 +"43451",5227,103787 +"43452",5228,9209 +"43453",5228,15363 +"43454",5228,61882 +"43455",5228,86996 +"43456",5228,95698 +"43457",5228,99362 +"43458",5228,104829 +"43459",5229,15358 +"43460",5229,16295 +"43461",5229,17057 +"43462",5229,20733 +"43463",5229,28987 +"43464",5229,30955 +"43465",5229,31024 +"43466",5229,31059 +"43467",5229,31124 +"43468",5229,32107 +"43469",5229,37146 +"43470",5229,56140 +"43471",5229,58493 +"43472",5229,67807 +"43473",5230,16741 +"43474",5230,19106 +"43475",5230,23258 +"43476",5230,43611 +"43477",5230,52688 +"43478",5230,63414 +"43479",5230,77875 +"43480",5231,40002 +"43481",5231,40014 +"43482",5231,40016 +"43483",5231,40082 +"43484",5231,40084 +"43485",5231,40118 +"43486",5231,40124 +"43487",5231,50044 +"43488",5232,62094 +"43489",5232,118802 +"43490",5233,8552 +"43491",5233,16629 +"43492",5234,5291 +"43493",5234,14348 +"43494",5234,15017 +"43495",5234,17178 +"43496",5234,19031 +"43497",5234,34911 +"43498",5234,54823 +"43499",5234,62936 +"43500",5234,85648 +"43501",5235,7824 +"43502",5235,9723 +"43503",5235,14924 +"43504",5235,18394 +"43505",5235,19179 +"43506",5235,19182 +"43507",5235,21331 +"43508",5235,26853 +"43509",5235,28535 +"43510",5235,28891 +"43511",5235,39216 +"43512",5235,43286 +"43513",5235,45382 +"43514",5235,49627 +"43515",5235,50077 +"43516",5235,50332 +"43517",5235,54745 +"43518",5235,54848 +"43519",5235,55611 +"43520",5235,57902 +"43521",5235,59037 +"43522",5235,63129 +"43523",5235,63690 +"43524",5235,65028 +"43525",5235,66316 +"43526",5235,66336 +"43527",5235,67345 +"43528",5236,50035 +"43529",5236,72048 +"43530",5237,15485 +"43531",5237,62701 +"43532",5237,98884 +"43533",5238,25626 +"43534",5238,40551 +"43535",5238,41069 +"43536",5238,47746 +"43537",5238,57330 +"43538",5238,68762 +"43539",5238,72649 +"43540",5238,77693 +"43541",5238,82404 +"43542",5238,82433 +"43543",5238,85461 +"43544",5238,89326 +"43545",5238,102422 +"43546",5239,7082 +"43547",5239,8922 +"43548",5239,10338 +"43549",5239,12754 +"43550",5239,14681 +"43551",5239,16259 +"43552",5239,16529 +"43553",5239,20621 +"43554",5239,24552 +"43555",5239,30803 +"43556",5239,38433 +"43557",5239,42909 +"43558",5239,56157 +"43559",5239,76275 +"43560",5239,84194 +"43561",5239,85437 +"43562",5239,93543 +"43563",5239,93603 +"43564",5240,27800 +"43565",5240,38168 +"43566",5240,40965 +"43567",5240,41310 +"43568",5240,47654 +"43569",5240,107794 +"43570",5240,111995 +"43571",5240,114623 +"43572",5241,19565 +"43573",5241,26315 +"43574",5241,34431 +"43575",5241,38931 +"43576",5241,45607 +"43577",5241,61287 +"43578",5241,82483 +"43579",5241,84893 +"43580",5241,102985 +"43581",5241,106119 +"43582",5241,109742 +"43583",5241,119940 +"43584",5242,5243 +"43585",5242,23260 +"43586",5242,99027 +"43587",5243,10582 +"43588",5243,21219 +"43589",5243,31077 +"43590",5243,56110 +"43591",5243,59025 +"43592",5243,64998 +"43593",5243,119130 +"43594",5243,120625 +"43595",5244,9289 +"43596",5244,14775 +"43597",5244,14992 +"43598",5244,19639 +"43599",5244,27412 +"43600",5244,30116 +"43601",5244,32108 +"43602",5244,33137 +"43603",5244,33567 +"43604",5244,34487 +"43605",5244,36403 +"43606",5244,40604 +"43607",5244,44467 +"43608",5244,47973 +"43609",5244,51230 +"43610",5244,51879 +"43611",5244,64804 +"43612",5244,69198 +"43613",5244,74650 +"43614",5244,81648 +"43615",5244,82932 +"43616",5244,87194 +"43617",5244,88817 +"43618",5244,88821 +"43619",5244,90427 +"43620",5244,90521 +"43621",5244,90531 +"43622",5244,92664 +"43623",5244,96916 +"43624",5244,99076 +"43625",5244,99141 +"43626",5244,99174 +"43627",5244,107365 +"43628",5246,6334 +"43629",5246,9190 +"43630",5246,13677 +"43631",5246,14883 +"43632",5246,19603 +"43633",5246,20968 +"43634",5246,29881 +"43635",5246,30066 +"43636",5246,31953 +"43637",5246,35931 +"43638",5246,36834 +"43639",5246,39753 +"43640",5247,8105 +"43641",5247,9704 +"43642",5247,34169 +"43643",5247,96076 +"43644",5248,8932 +"43645",5248,26953 +"43646",5248,36337 +"43647",5248,69172 +"43648",5248,121562 +"43649",5249,10326 +"43650",5249,28581 +"43651",5249,38014 +"43652",5249,76250 +"43653",5250,29842 +"43654",5250,46660 +"43655",5250,91038 +"43656",5251,109731 +"43657",5252,5378 +"43658",5252,5506 +"43659",5253,5436 +"43660",5253,11902 +"43661",5253,38429 +"43662",5253,44321 +"43663",5253,97320 +"43664",5254,5355 +"43665",5254,5367 +"43666",5254,5627 +"43667",5254,12007 +"43668",5254,12087 +"43669",5254,16646 +"43670",5254,17205 +"43671",5254,18920 +"43672",5254,45022 +"43673",5254,52897 +"43674",5255,5306 +"43675",5255,13720 +"43676",5255,23339 +"43677",5255,39569 +"43678",5255,44836 +"43679",5255,46678 +"43680",5255,58988 +"43681",5255,65242 +"43682",5255,80205 +"43683",5255,83018 +"43684",5256,30160 +"43685",5257,5583 +"43686",5258,15906 +"43687",5258,18502 +"43688",5258,18543 +"43689",5258,32194 +"43690",5258,37609 +"43691",5258,52327 +"43692",5258,55795 +"43693",5258,57612 +"43694",5258,68281 +"43695",5258,84033 +"43696",5258,88462 +"43697",5258,105925 +"43698",5259,31928 +"43699",5259,50333 +"43700",5259,50752 +"43701",5259,55842 +"43702",5259,110891 +"43703",5259,110930 +"43704",5260,5290 +"43705",5261,6906 +"43706",5262,5688 +"43707",5263,36422 +"43708",5263,51471 +"43709",5263,56375 +"43710",5263,67383 +"43711",5263,69339 +"43712",5263,75939 +"43713",5263,77388 +"43714",5263,108492 +"43715",5263,108812 +"43716",5265,11457 +"43717",5265,17167 +"43718",5265,26641 +"43719",5265,77673 +"43720",5265,81638 +"43721",5266,6752 +"43722",5266,8880 +"43723",5266,9386 +"43724",5266,14583 +"43725",5266,14761 +"43726",5266,24282 +"43727",5266,30734 +"43728",5266,30886 +"43729",5266,31506 +"43730",5266,33885 +"43731",5266,44626 +"43732",5266,45192 +"43733",5266,47948 +"43734",5266,49112 +"43735",5266,71026 +"43736",5266,74070 +"43737",5267,46920 +"43738",5268,5454 +"43739",5269,19430 +"43740",5269,20534 +"43741",5269,44632 +"43742",5269,77074 +"43743",5269,86469 +"43744",5269,97277 +"43745",5270,14270 +"43746",5270,14902 +"43747",5271,42988 +"43748",5271,43055 +"43749",5271,90135 +"43750",5272,5625 +"43751",5272,6869 +"43752",5272,6888 +"43753",5272,6893 +"43754",5272,10051 +"43755",5272,11396 +"43756",5272,36829 +"43757",5272,86885 +"43758",5273,14442 +"43759",5273,30295 +"43760",5273,39415 +"43761",5273,40248 +"43762",5273,47422 +"43763",5273,69053 +"43764",5273,77243 +"43765",5273,83770 +"43766",5273,85259 +"43767",5273,90182 +"43768",5273,91179 +"43769",5273,92773 +"43770",5273,107851 +"43771",5273,112760 +"43772",5273,112810 +"43773",5274,5451 +"43774",5275,5606 +"43775",5275,9490 +"43776",5275,17793 +"43777",5275,35760 +"43778",5275,39946 +"43779",5275,55436 +"43780",5275,71810 +"43781",5275,91657 +"43782",5275,96212 +"43783",5275,97830 +"43784",5276,5323 +"43785",5276,6234 +"43786",5276,6235 +"43787",5276,8497 +"43788",5276,12120 +"43789",5276,12167 +"43790",5276,12314 +"43791",5276,15239 +"43792",5276,16032 +"43793",5276,27811 +"43794",5276,29519 +"43795",5276,31756 +"43796",5276,31943 +"43797",5276,38503 +"43798",5276,41521 +"43799",5276,42927 +"43800",5276,44727 +"43801",5276,45966 +"43802",5276,49910 +"43803",5276,56214 +"43804",5276,58691 +"43805",5276,83238 +"43806",5276,101904 +"43807",5276,102267 +"43808",5276,102480 +"43809",5277,70408 +"43810",5277,77328 +"43811",5277,93741 +"43812",5277,117538 +"43813",5278,9769 +"43814",5278,35699 +"43815",5278,49400 +"43816",5278,57330 +"43817",5278,58985 +"43818",5278,76448 +"43819",5278,80913 +"43820",5278,84228 +"43821",5278,88484 +"43822",5278,88674 +"43823",5278,106406 +"43824",5279,23421 +"43825",5279,111984 +"43826",5280,61595 +"43827",5281,8993 +"43828",5281,12735 +"43829",5281,13208 +"43830",5281,20921 +"43831",5281,25877 +"43832",5281,43819 +"43833",5281,59455 +"43834",5281,63721 +"43835",5281,63871 +"43836",5281,64125 +"43837",5281,64717 +"43838",5282,21156 +"43839",5282,38108 +"43840",5283,5430 +"43841",5283,5697 +"43842",5283,5727 +"43843",5283,7359 +"43844",5283,8952 +"43845",5283,9532 +"43846",5283,11229 +"43847",5283,13361 +"43848",5283,14288 +"43849",5283,14495 +"43850",5283,15963 +"43851",5283,19843 +"43852",5283,19920 +"43853",5283,21693 +"43854",5283,22326 +"43855",5283,22362 +"43856",5283,22432 +"43857",5283,23222 +"43858",5283,25305 +"43859",5283,25758 +"43860",5283,29489 +"43861",5283,30002 +"43862",5283,30031 +"43863",5283,31902 +"43864",5283,41036 +"43865",5283,41037 +"43866",5283,43001 +"43867",5283,46265 +"43868",5283,50565 +"43869",5283,54705 +"43870",5283,56580 +"43871",5283,64749 +"43872",5283,69704 +"43873",5283,77176 +"43874",5283,78144 +"43875",5283,80242 +"43876",5283,81578 +"43877",5283,82249 +"43878",5283,84252 +"43879",5283,85344 +"43880",5283,87048 +"43881",5283,87060 +"43882",5283,87073 +"43883",5283,96347 +"43884",5283,105822 +"43885",5283,115735 +"43886",5284,6301 +"43887",5284,9423 +"43888",5284,10383 +"43889",5284,11530 +"43890",5284,12081 +"43891",5284,13270 +"43892",5284,15988 +"43893",5284,15989 +"43894",5284,18670 +"43895",5284,20417 +"43896",5284,20528 +"43897",5284,20529 +"43898",5284,20616 +"43899",5284,20722 +"43900",5284,20830 +"43901",5284,21811 +"43902",5284,21968 +"43903",5284,22057 +"43904",5284,22682 +"43905",5284,23469 +"43906",5284,24256 +"43907",5284,27622 +"43908",5284,28823 +"43909",5284,29512 +"43910",5284,31705 +"43911",5284,51234 +"43912",5284,70685 +"43913",5284,81771 +"43914",5284,82187 +"43915",5284,82412 +"43916",5284,88746 +"43917",5285,5289 +"43918",5287,5333 +"43919",5287,18490 +"43920",5287,73171 +"43921",5287,105384 +"43922",5287,115424 +"43923",5288,13381 +"43924",5288,26544 +"43925",5288,103214 +"43926",5289,53000 +"43927",5289,59807 +"43928",5289,96802 +"43929",5289,114059 +"43930",5289,115705 +"43931",5290,6696 +"43932",5290,7213 +"43933",5290,7704 +"43934",5290,7841 +"43935",5290,7865 +"43936",5290,58093 +"43937",5291,10948 +"43938",5291,10996 +"43939",5291,14348 +"43940",5291,14391 +"43941",5291,15432 +"43942",5291,17178 +"43943",5291,18648 +"43944",5291,27878 +"43945",5291,89294 +"43946",5291,92449 +"43947",5292,21620 +"43948",5292,100381 +"43949",5293,5295 +"43950",5293,6983 +"43951",5293,18110 +"43952",5293,20256 +"43953",5294,34315 +"43954",5294,41949 +"43955",5295,6983 +"43956",5295,20256 +"43957",5295,44074 +"43958",5295,44608 +"43959",5295,53225 +"43960",5295,57289 +"43961",5296,8362 +"43962",5296,20020 +"43963",5296,50685 +"43964",5296,77953 +"43965",5296,120063 +"43966",5297,11135 +"43967",5297,16545 +"43968",5297,20413 +"43969",5297,83923 +"43970",5297,85148 +"43971",5297,93317 +"43972",5297,107643 +"43973",5298,39566 +"43974",5298,44524 +"43975",5298,70986 +"43976",5299,5300 +"43977",5299,5324 +"43978",5299,27214 +"43979",5299,30386 +"43980",5299,62898 +"43981",5299,86256 +"43982",5300,5324 +"43983",5300,38278 +"43984",5301,5526 +"43985",5301,5806 +"43986",5301,6053 +"43987",5301,6063 +"43988",5301,6254 +"43989",5301,6560 +"43990",5301,7581 +"43991",5301,8307 +"43992",5301,8534 +"43993",5301,9366 +"43994",5301,11766 +"43995",5301,12735 +"43996",5301,12779 +"43997",5301,13360 +"43998",5301,13942 +"43999",5301,15027 +"44000",5301,15185 +"44001",5301,15216 +"44002",5301,15964 +"44003",5301,16252 +"44004",5301,16872 +"44005",5301,17145 +"44006",5301,17508 +"44007",5301,18060 +"44008",5301,18213 +"44009",5301,18217 +"44010",5301,22462 +"44011",5301,22823 +"44012",5301,23147 +"44013",5301,23421 +"44014",5301,23632 +"44015",5301,23953 +"44016",5301,24495 +"44017",5301,24710 +"44018",5301,25143 +"44019",5301,25303 +"44020",5301,25664 +"44021",5301,26407 +"44022",5301,27174 +"44023",5301,27196 +"44024",5301,27710 +"44025",5301,28703 +"44026",5301,29253 +"44027",5301,29341 +"44028",5301,29560 +"44029",5301,29573 +"44030",5301,29868 +"44031",5301,31474 +"44032",5301,32339 +"44033",5301,32438 +"44034",5301,32967 +"44035",5301,33223 +"44036",5301,33881 +"44037",5301,34097 +"44038",5301,34330 +"44039",5301,34513 +"44040",5301,35400 +"44041",5301,36476 +"44042",5301,36547 +"44043",5301,36745 +"44044",5301,37821 +"44045",5301,37931 +"44046",5301,38319 +"44047",5301,39398 +"44048",5301,39492 +"44049",5301,40307 +"44050",5301,40320 +"44051",5301,40373 +"44052",5301,40542 +"44053",5301,41182 +"44054",5301,42131 +"44055",5301,46843 +"44056",5301,48331 +"44057",5301,55940 +"44058",5301,76350 +"44059",5301,77788 +"44060",5301,88117 +"44061",5302,5643 +"44062",5302,5715 +"44063",5302,6254 +"44064",5302,25974 +"44065",5303,7254 +"44066",5303,15146 +"44067",5303,18718 +"44068",5303,62631 +"44069",5303,75194 +"44070",5303,90778 +"44071",5303,97575 +"44072",5303,97625 +"44073",5304,6280 +"44074",5304,6298 +"44075",5304,6653 +"44076",5304,7868 +"44077",5304,12994 +"44078",5304,13822 +"44079",5304,18066 +"44080",5304,23528 +"44081",5304,24796 +"44082",5304,28212 +"44083",5304,32670 +"44084",5304,34399 +"44085",5304,38736 +"44086",5304,43372 +"44087",5304,45357 +"44088",5304,64578 +"44089",5304,65878 +"44090",5304,68500 +"44091",5304,68702 +"44092",5304,76482 +"44093",5304,79451 +"44094",5304,84346 +"44095",5304,84353 +"44096",5304,87151 +"44097",5304,89762 +"44098",5305,9087 +"44099",5305,9452 +"44100",5305,28034 +"44101",5305,33208 +"44102",5305,77885 +"44103",5305,81408 +"44104",5305,83446 +"44105",5305,83750 +"44106",5305,97087 +"44107",5305,106740 +"44108",5305,112966 +"44109",5305,117575 +"44110",5305,119308 +"44111",5305,119312 +"44112",5305,119347 +"44113",5305,119349 +"44114",5305,119355 +"44115",5305,121845 +"44116",5306,5611 +"44117",5306,7617 +"44118",5306,9580 +"44119",5306,11840 +"44120",5306,16522 +"44121",5306,19068 +"44122",5306,23339 +"44123",5306,26647 +"44124",5306,30715 +"44125",5306,35914 +"44126",5306,39994 +"44127",5306,42920 +"44128",5306,43214 +"44129",5306,59178 +"44130",5306,74939 +"44131",5306,80205 +"44132",5306,81116 +"44133",5306,86455 +"44134",5306,96609 +"44135",5307,12098 +"44136",5308,15914 +"44137",5308,33840 +"44138",5308,45574 +"44139",5308,98248 +"44140",5309,5313 +"44141",5310,5440 +"44142",5310,5464 +"44143",5310,16577 +"44144",5310,20093 +"44145",5310,20186 +"44146",5310,34635 +"44147",5310,34636 +"44148",5310,44915 +"44149",5310,97546 +"44150",5311,5364 +"44151",5311,5486 +"44152",5311,16059 +"44153",5311,17773 +"44154",5311,19267 +"44155",5311,26559 +"44156",5311,36698 +"44157",5311,38281 +"44158",5311,48630 +"44159",5311,52506 +"44160",5311,61958 +"44161",5311,64799 +"44162",5311,68439 +"44163",5311,80453 +"44164",5311,81018 +"44165",5311,91069 +"44166",5311,91124 +"44167",5311,97456 +"44168",5311,97457 +"44169",5311,97465 +"44170",5312,5585 +"44171",5312,9440 +"44172",5312,17897 +"44173",5312,23333 +"44174",5312,55084 +"44175",5312,93037 +"44176",5313,6045 +"44177",5313,9703 +"44178",5313,22116 +"44179",5313,22117 +"44180",5313,22164 +"44181",5313,40059 +"44182",5313,41701 +"44183",5313,78837 +"44184",5314,9414 +"44185",5314,19582 +"44186",5314,53980 +"44187",5314,61743 +"44188",5314,61748 +"44189",5314,61749 +"44190",5314,61815 +"44191",5314,65953 +"44192",5314,89348 +"44193",5314,97170 +"44194",5314,112483 +"44195",5315,8000 +"44196",5315,29034 +"44197",5315,40893 +"44198",5315,44581 +"44199",5315,44983 +"44200",5315,45506 +"44201",5315,47887 +"44202",5315,50977 +"44203",5315,51377 +"44204",5315,60523 +"44205",5315,64806 +"44206",5315,67336 +"44207",5315,74730 +"44208",5315,98406 +"44209",5315,110250 +"44210",5316,9011 +"44211",5316,23144 +"44212",5316,24888 +"44213",5316,28655 +"44214",5316,54654 +"44215",5316,84622 +"44216",5316,113506 +"44217",5316,113541 +"44218",5317,7710 +"44219",5317,19502 +"44220",5317,70493 +"44221",5317,83642 +"44222",5317,98614 +"44223",5317,102315 +"44224",5318,6415 +"44225",5318,9082 +"44226",5318,12680 +"44227",5318,14869 +"44228",5318,16866 +"44229",5318,17942 +"44230",5318,18865 +"44231",5318,26355 +"44232",5318,27077 +"44233",5318,29482 +"44234",5318,35702 +"44235",5318,41451 +"44236",5318,44124 +"44237",5318,47133 +"44238",5318,47414 +"44239",5318,48451 +"44240",5318,49106 +"44241",5318,57094 +"44242",5318,58898 +"44243",5318,59147 +"44244",5318,59237 +"44245",5318,59359 +"44246",5318,61563 +"44247",5318,61867 +"44248",5318,62007 +"44249",5318,62078 +"44250",5318,62375 +"44251",5318,62633 +"44252",5318,63395 +"44253",5318,64408 +"44254",5318,64418 +"44255",5318,64511 +"44256",5318,65230 +"44257",5318,65870 +"44258",5318,66145 +"44259",5318,66323 +"44260",5318,67503 +"44261",5318,67721 +"44262",5318,68816 +"44263",5318,68909 +"44264",5318,68938 +"44265",5318,69332 +"44266",5318,69681 +"44267",5318,70610 +"44268",5318,70611 +"44269",5318,70725 +"44270",5318,70972 +"44271",5318,71211 +"44272",5318,71505 +"44273",5318,71887 +"44274",5319,10392 +"44275",5320,9063 +"44276",5320,34766 +"44277",5320,43905 +"44278",5320,93111 +"44279",5320,111040 +"44280",5321,9652 +"44281",5321,9653 +"44282",5321,12977 +"44283",5321,20319 +"44284",5321,21627 +"44285",5321,22839 +"44286",5321,22884 +"44287",5321,29951 +"44288",5321,31965 +"44289",5321,32731 +"44290",5321,33588 +"44291",5321,33621 +"44292",5321,33634 +"44293",5321,33728 +"44294",5321,33771 +"44295",5321,36343 +"44296",5321,47573 +"44297",5321,51041 +"44298",5321,74814 +"44299",5322,5573 +"44300",5322,8365 +"44301",5322,9383 +"44302",5322,12255 +"44303",5322,16072 +"44304",5322,26393 +"44305",5322,28409 +"44306",5322,51931 +"44307",5322,83383 +"44308",5322,88523 +"44309",5323,6234 +"44310",5323,6235 +"44311",5323,12314 +"44312",5323,18377 +"44313",5323,27811 +"44314",5323,44727 +"44315",5323,44728 +"44316",5323,56174 +"44317",5324,22561 +"44318",5324,68139 +"44319",5324,84503 +"44320",5325,14918 +"44321",5325,28322 +"44322",5325,34120 +"44323",5325,41288 +"44324",5325,65628 +"44325",5325,81315 +"44326",5326,5479 +"44327",5326,59208 +"44328",5327,5339 +"44329",5327,25520 +"44330",5328,9597 +"44331",5328,9801 +"44332",5328,9941 +"44333",5328,11649 +"44334",5328,11658 +"44335",5328,15373 +"44336",5328,25739 +"44337",5328,25811 +"44338",5328,25831 +"44339",5328,25832 +"44340",5328,25863 +"44341",5328,45359 +"44342",5328,83570 +"44343",5328,83609 +"44344",5328,93817 +"44345",5328,107418 +"44346",5329,5338 +"44347",5329,22918 +"44348",5329,34363 +"44349",5329,112219 +"44350",5330,11460 +"44351",5330,12635 +"44352",5330,20187 +"44353",5330,20917 +"44354",5330,20975 +"44355",5330,20988 +"44356",5330,21198 +"44357",5330,26749 +"44358",5330,44082 +"44359",5330,49302 +"44360",5330,50565 +"44361",5330,71342 +"44362",5330,72956 +"44363",5330,74109 +"44364",5330,80174 +"44365",5330,82410 +"44366",5330,82442 +"44367",5330,101134 +"44368",5330,105753 +"44369",5331,5503 +"44370",5331,5959 +"44371",5331,20713 +"44372",5332,5507 +"44373",5334,41621 +"44374",5334,73034 +"44375",5335,12432 +"44376",5335,12449 +"44377",5335,13869 +"44378",5335,15116 +"44379",5335,19881 +"44380",5335,21891 +"44381",5335,23059 +"44382",5335,23326 +"44383",5335,24338 +"44384",5335,24490 +"44385",5335,24558 +"44386",5335,24945 +"44387",5335,25319 +"44388",5335,28154 +"44389",5335,28208 +"44390",5335,28210 +"44391",5335,30983 +"44392",5335,31025 +"44393",5335,34276 +"44394",5335,54558 +"44395",5335,79869 +"44396",5335,81764 +"44397",5335,89757 +"44398",5336,10350 +"44399",5336,11747 +"44400",5336,24519 +"44401",5336,26214 +"44402",5336,62469 +"44403",5337,5357 +"44404",5337,5703 +"44405",5337,9763 +"44406",5337,9764 +"44407",5337,31445 +"44408",5337,55714 +"44409",5337,72665 +"44410",5337,76257 +"44411",5337,76264 +"44412",5337,78849 +"44413",5339,8790 +"44414",5339,23200 +"44415",5339,76318 +"44416",5339,80561 +"44417",5339,89928 +"44418",5339,103976 +"44419",5341,39405 +"44420",5341,49665 +"44421",5341,49691 +"44422",5341,49693 +"44423",5341,49725 +"44424",5342,7484 +"44425",5342,15542 +"44426",5342,23123 +"44427",5343,24745 +"44428",5344,5594 +"44429",5344,12706 +"44430",5344,19063 +"44431",5344,26620 +"44432",5344,33554 +"44433",5344,35553 +"44434",5344,36150 +"44435",5344,41694 +"44436",5344,43640 +"44437",5344,55482 +"44438",5344,60189 +"44439",5344,61668 +"44440",5344,61859 +"44441",5344,66994 +"44442",5345,8986 +"44443",5345,17006 +"44444",5345,20094 +"44445",5345,24599 +"44446",5345,25575 +"44447",5345,26183 +"44448",5345,33676 +"44449",5345,78965 +"44450",5346,6965 +"44451",5346,8976 +"44452",5346,10451 +"44453",5346,15207 +"44454",5346,15495 +"44455",5346,18550 +"44456",5346,21650 +"44457",5346,22351 +"44458",5346,25031 +"44459",5346,26216 +"44460",5346,28093 +"44461",5346,28353 +"44462",5346,29019 +"44463",5346,29026 +"44464",5346,30262 +"44465",5346,30854 +"44466",5346,32413 +"44467",5346,34614 +"44468",5346,34631 +"44469",5346,34668 +"44470",5346,35983 +"44471",5346,38270 +"44472",5346,40113 +"44473",5346,42289 +"44474",5346,48281 +"44475",5346,48380 +"44476",5346,49165 +"44477",5346,50662 +"44478",5346,54021 +"44479",5346,56216 +"44480",5346,59615 +"44481",5346,60918 +"44482",5346,62679 +"44483",5346,62690 +"44484",5346,63105 +"44485",5346,68001 +"44486",5346,68475 +"44487",5346,68917 +"44488",5346,69296 +"44489",5346,70341 +"44490",5346,71106 +"44491",5346,73201 +"44492",5346,73655 +"44493",5346,75767 +"44494",5346,76046 +"44495",5346,76459 +"44496",5346,76808 +"44497",5346,77727 +"44498",5346,78224 +"44499",5346,79222 +"44500",5346,82978 +"44501",5346,83306 +"44502",5346,84465 +"44503",5346,85027 +"44504",5346,88412 +"44505",5346,88732 +"44506",5346,90275 +"44507",5346,90426 +"44508",5346,91112 +"44509",5346,91526 +"44510",5346,93373 +"44511",5346,93425 +"44512",5346,93523 +"44513",5346,94025 +"44514",5346,94520 +"44515",5346,95954 +"44516",5346,97518 +"44517",5346,99544 +"44518",5346,99547 +"44519",5346,99554 +"44520",5346,100595 +"44521",5346,100739 +"44522",5346,100819 +"44523",5346,101898 +"44524",5346,101988 +"44525",5346,102146 +"44526",5346,102201 +"44527",5346,102309 +"44528",5346,102635 +"44529",5346,102730 +"44530",5346,102846 +"44531",5346,103790 +"44532",5346,104095 +"44533",5346,104574 +"44534",5346,104784 +"44535",5346,104845 +"44536",5346,107269 +"44537",5346,107623 +"44538",5346,107714 +"44539",5346,107879 +"44540",5346,107975 +"44541",5347,28183 +"44542",5348,5394 +"44543",5348,5783 +"44544",5348,5963 +"44545",5348,27938 +"44546",5348,28846 +"44547",5348,31638 +"44548",5348,34119 +"44549",5348,36027 +"44550",5348,36830 +"44551",5348,38578 +"44552",5348,41004 +"44553",5348,44477 +"44554",5348,50811 +"44555",5348,51623 +"44556",5348,53448 +"44557",5348,53493 +"44558",5348,53892 +"44559",5348,67811 +"44560",5348,67818 +"44561",5348,75146 +"44562",5348,92948 +"44563",5348,96027 +"44564",5348,96068 +"44565",5348,96766 +"44566",5348,99311 +"44567",5348,105077 +"44568",5349,5351 +"44569",5349,31360 +"44570",5350,8513 +"44571",5350,8798 +"44572",5350,9071 +"44573",5350,12462 +"44574",5350,14986 +"44575",5350,17539 +"44576",5350,29561 +"44577",5350,35926 +"44578",5350,36171 +"44579",5350,36779 +"44580",5350,46071 +"44581",5350,49424 +"44582",5350,53821 +"44583",5350,69716 +"44584",5350,76175 +"44585",5351,57050 +"44586",5351,101645 +"44587",5351,109809 +"44588",5352,9330 +"44589",5352,11008 +"44590",5352,16772 +"44591",5352,34864 +"44592",5352,34890 +"44593",5352,58519 +"44594",5352,66089 +"44595",5352,66870 +"44596",5352,102214 +"44597",5352,119015 +"44598",5353,5392 +"44599",5353,5615 +"44600",5353,7516 +"44601",5353,10355 +"44602",5353,12388 +"44603",5353,21248 +"44604",5353,23141 +"44605",5353,35907 +"44606",5353,42040 +"44607",5353,48082 +"44608",5353,48157 +"44609",5353,48186 +"44610",5354,5414 +"44611",5355,5367 +"44612",5355,12087 +"44613",5355,13709 +"44614",5355,15447 +"44615",5355,16646 +"44616",5355,17205 +"44617",5355,19294 +"44618",5355,22744 +"44619",5355,24551 +"44620",5355,29908 +"44621",5355,44342 +"44622",5355,50616 +"44623",5355,55377 +"44624",5355,64986 +"44625",5355,65259 +"44626",5356,5560 +"44627",5356,10785 +"44628",5356,19425 +"44629",5356,19514 +"44630",5356,19515 +"44631",5356,19705 +"44632",5356,22031 +"44633",5356,48651 +"44634",5356,56095 +"44635",5357,5986 +"44636",5357,6108 +"44637",5357,6366 +"44638",5357,11218 +"44639",5357,12682 +"44640",5357,20908 +"44641",5357,23987 +"44642",5357,29976 +"44643",5357,48935 +"44644",5357,67817 +"44645",5357,90006 +"44646",5357,105051 +"44647",5358,33585 +"44648",5359,11298 +"44649",5359,37011 +"44650",5359,86076 +"44651",5359,95918 +"44652",5359,102324 +"44653",5360,82180 +"44654",5361,12100 +"44655",5361,13227 +"44656",5361,13314 +"44657",5361,14913 +"44658",5361,16059 +"44659",5361,16174 +"44660",5361,17453 +"44661",5361,17824 +"44662",5361,20599 +"44663",5361,23517 +"44664",5361,23963 +"44665",5361,26756 +"44666",5361,27818 +"44667",5361,31619 +"44668",5361,41888 +"44669",5361,43285 +"44670",5361,43353 +"44671",5361,47178 +"44672",5361,51516 +"44673",5361,62045 +"44674",5361,70438 +"44675",5361,78699 +"44676",5361,85534 +"44677",5361,87478 +"44678",5361,90798 +"44679",5361,91115 +"44680",5361,101434 +"44681",5361,102651 +"44682",5361,102681 +"44683",5361,103728 +"44684",5361,103793 +"44685",5361,107920 +"44686",5362,30573 +"44687",5362,30707 +"44688",5363,12676 +"44689",5363,13213 +"44690",5363,20121 +"44691",5363,20182 +"44692",5363,23352 +"44693",5363,25126 +"44694",5363,25897 +"44695",5363,30866 +"44696",5363,44009 +"44697",5363,45573 +"44698",5363,81644 +"44699",5363,87797 +"44700",5363,91265 +"44701",5363,93709 +"44702",5363,96952 +"44703",5364,5486 +"44704",5364,15287 +"44705",5364,15670 +"44706",5364,46152 +"44707",5364,68378 +"44708",5364,81335 +"44709",5365,7972 +"44710",5365,13175 +"44711",5365,17875 +"44712",5365,24023 +"44713",5365,29239 +"44714",5365,50375 +"44715",5365,50402 +"44716",5366,9103 +"44717",5366,103840 +"44718",5367,12087 +"44719",5367,19294 +"44720",5367,37041 +"44721",5367,38044 +"44722",5367,56642 +"44723",5368,13156 +"44724",5368,49794 +"44725",5368,69599 +"44726",5369,7148 +"44727",5369,16499 +"44728",5369,19400 +"44729",5369,32865 +"44730",5369,52589 +"44731",5370,16673 +"44732",5370,22110 +"44733",5370,33911 +"44734",5370,42286 +"44735",5370,50748 +"44736",5370,65281 +"44737",5370,68041 +"44738",5371,17691 +"44739",5371,26171 +"44740",5371,55974 +"44741",5371,67882 +"44742",5371,70625 +"44743",5371,71257 +"44744",5372,5676 +"44745",5372,9511 +"44746",5372,12170 +"44747",5372,19335 +"44748",5372,21229 +"44749",5372,22567 +"44750",5372,40383 +"44751",5372,43941 +"44752",5372,50495 +"44753",5372,53611 +"44754",5372,58946 +"44755",5372,83766 +"44756",5372,83794 +"44757",5372,83795 +"44758",5373,5707 +"44759",5373,62073 +"44760",5373,62088 +"44761",5373,62329 +"44762",5373,62635 +"44763",5373,90072 +"44764",5373,90455 +"44765",5373,93761 +"44766",5373,94425 +"44767",5373,96646 +"44768",5373,96826 +"44769",5373,99451 +"44770",5373,101602 +"44771",5373,105642 +"44772",5373,105852 +"44773",5373,106761 +"44774",5373,108896 +"44775",5373,113061 +"44776",5373,115438 +"44777",5373,115635 +"44778",5373,116008 +"44779",5373,119474 +"44780",5373,120570 +"44781",5373,123456 +"44782",5374,13097 +"44783",5374,16848 +"44784",5374,77293 +"44785",5375,26612 +"44786",5376,5522 +"44787",5376,5950 +"44788",5376,22046 +"44789",5376,22670 +"44790",5376,36374 +"44791",5376,45832 +"44792",5376,60053 +"44793",5376,103162 +"44794",5376,109521 +"44795",5376,112993 +"44796",5376,113068 +"44797",5376,113072 +"44798",5376,114831 +"44799",5376,121231 +"44800",5376,121234 +"44801",5377,38512 +"44802",5378,5506 +"44803",5378,24877 +"44804",5379,5570 +"44805",5379,6162 +"44806",5380,9368 +"44807",5380,9405 +"44808",5380,9439 +"44809",5380,38614 +"44810",5380,40946 +"44811",5380,45756 +"44812",5380,46335 +"44813",5380,46366 +"44814",5380,46400 +"44815",5380,50774 +"44816",5380,54250 +"44817",5380,54480 +"44818",5380,54557 +"44819",5380,59108 +"44820",5380,59461 +"44821",5380,59505 +"44822",5380,59565 +"44823",5381,80936 +"44824",5382,5510 +"44825",5382,5541 +"44826",5383,5540 +"44827",5383,6119 +"44828",5383,22019 +"44829",5383,52282 +"44830",5383,53828 +"44831",5383,65258 +"44832",5383,73961 +"44833",5383,74489 +"44834",5383,75200 +"44835",5383,76818 +"44836",5383,92149 +"44837",5383,112653 +"44838",5384,6334 +"44839",5384,12520 +"44840",5384,26989 +"44841",5384,36165 +"44842",5384,39345 +"44843",5384,42382 +"44844",5384,115852 +"44845",5385,5572 +"44846",5386,79238 +"44847",5386,84629 +"44848",5386,87287 +"44849",5386,92591 +"44850",5386,102132 +"44851",5387,13276 +"44852",5387,46067 +"44853",5387,64010 +"44854",5387,90120 +"44855",5387,114457 +"44856",5388,5429 +"44857",5388,9683 +"44858",5388,11055 +"44859",5388,11123 +"44860",5388,22586 +"44861",5388,56125 +"44862",5388,117899 +"44863",5388,121792 +"44864",5389,25614 +"44865",5389,30040 +"44866",5389,37587 +"44867",5389,87713 +"44868",5390,39139 +"44869",5390,100193 +"44870",5390,110604 +"44871",5391,5396 +"44872",5391,5408 +"44873",5391,19627 +"44874",5391,34036 +"44875",5391,39058 +"44876",5391,51022 +"44877",5391,55590 +"44878",5391,99366 +"44879",5392,5615 +"44880",5392,12388 +"44881",5392,23617 +"44882",5392,28112 +"44883",5392,35476 +"44884",5392,36217 +"44885",5392,41804 +"44886",5392,54749 +"44887",5392,65991 +"44888",5392,80857 +"44889",5393,44832 +"44890",5393,55140 +"44891",5393,94229 +"44892",5394,5783 +"44893",5394,5963 +"44894",5395,6252 +"44895",5395,15929 +"44896",5395,20000 +"44897",5395,26469 +"44898",5395,26873 +"44899",5395,26992 +"44900",5395,36205 +"44901",5395,39588 +"44902",5395,41719 +"44903",5395,41746 +"44904",5395,45918 +"44905",5395,46621 +"44906",5395,46850 +"44907",5395,47104 +"44908",5395,47451 +"44909",5395,52327 +"44910",5395,55795 +"44911",5395,68569 +"44912",5395,70630 +"44913",5395,70925 +"44914",5395,80305 +"44915",5395,81109 +"44916",5395,82808 +"44917",5395,109596 +"44918",5395,115951 +"44919",5395,119046 +"44920",5395,119419 +"44921",5395,119454 +"44922",5395,123379 +"44923",5396,5408 +"44924",5396,80744 +"44925",5397,71022 +"44926",5398,5912 +"44927",5398,8029 +"44928",5398,16335 +"44929",5398,17484 +"44930",5398,21755 +"44931",5398,21914 +"44932",5398,29483 +"44933",5398,36926 +"44934",5399,5400 +"44935",5399,5711 +"44936",5400,5711 +"44937",5400,6805 +"44938",5400,9986 +"44939",5401,40895 +"44940",5401,106077 +"44941",5402,5924 +"44942",5402,6222 +"44943",5402,8170 +"44944",5402,8659 +"44945",5402,11517 +"44946",5402,12221 +"44947",5402,13828 +"44948",5402,14959 +"44949",5402,17582 +"44950",5402,24522 +"44951",5402,29095 +"44952",5402,30883 +"44953",5402,36498 +"44954",5402,38921 +"44955",5402,47747 +"44956",5402,70203 +"44957",5402,82878 +"44958",5402,84475 +"44959",5402,86021 +"44960",5402,88863 +"44961",5402,90562 +"44962",5402,92570 +"44963",5402,93289 +"44964",5402,93348 +"44965",5402,102963 +"44966",5402,102989 +"44967",5402,103032 +"44968",5402,103039 +"44969",5403,5745 +"44970",5403,8522 +"44971",5403,16796 +"44972",5403,20555 +"44973",5403,46691 +"44974",5403,58655 +"44975",5404,29078 +"44976",5404,40808 +"44977",5404,63151 +"44978",5404,70041 +"44979",5404,80685 +"44980",5404,96437 +"44981",5405,5622 +"44982",5405,12375 +"44983",5405,21346 +"44984",5405,34608 +"44985",5405,43213 +"44986",5405,55703 +"44987",5405,55706 +"44988",5405,55803 +"44989",5405,76048 +"44990",5406,6280 +"44991",5406,7868 +"44992",5406,9306 +"44993",5406,9623 +"44994",5406,9785 +"44995",5406,10365 +"44996",5406,11566 +"44997",5406,13822 +"44998",5406,22460 +"44999",5406,28869 +"45000",5406,33522 +"45001",5406,43363 +"45002",5407,45101 +"45003",5407,46329 +"45004",5408,10636 +"45005",5408,20435 +"45006",5408,29185 +"45007",5408,91841 +"45008",5408,94424 +"45009",5409,22797 +"45010",5409,85245 +"45011",5410,6909 +"45012",5410,54762 +"45013",5410,76049 +"45014",5410,95321 +"45015",5410,121965 +"45016",5411,5412 +"45017",5411,6996 +"45018",5412,6996 +"45019",5412,10110 +"45020",5412,25229 +"45021",5413,9567 +"45022",5413,11207 +"45023",5413,26300 +"45024",5413,33658 +"45025",5413,37668 +"45026",5413,46565 +"45027",5413,69182 +"45028",5413,97210 +"45029",5414,5941 +"45030",5414,6432 +"45031",5414,6433 +"45032",5414,22756 +"45033",5414,28741 +"45034",5414,28914 +"45035",5414,28971 +"45036",5414,40561 +"45037",5414,61382 +"45038",5414,67461 +"45039",5414,92400 +"45040",5414,97518 +"45041",5414,117598 +"45042",5415,10481 +"45043",5415,11515 +"45044",5415,14857 +"45045",5415,32429 +"45046",5415,33553 +"45047",5415,36446 +"45048",5415,51546 +"45049",5415,60314 +"45050",5415,64651 +"45051",5415,77326 +"45052",5415,78093 +"45053",5415,90027 +"45054",5416,13667 +"45055",5416,14915 +"45056",5416,21445 +"45057",5416,53491 +"45058",5416,76686 +"45059",5417,57550 +"45060",5417,85310 +"45061",5418,21884 +"45062",5418,26748 +"45063",5418,42312 +"45064",5418,44248 +"45065",5418,44778 +"45066",5418,45742 +"45067",5418,55067 +"45068",5418,93540 +"45069",5419,7043 +"45070",5419,20448 +"45071",5419,39578 +"45072",5419,39579 +"45073",5419,39610 +"45074",5419,39612 +"45075",5419,39631 +"45076",5419,39754 +"45077",5420,7307 +"45078",5420,12052 +"45079",5420,12164 +"45080",5420,30218 +"45081",5420,37860 +"45082",5420,40360 +"45083",5421,13992 +"45084",5421,14280 +"45085",5421,85136 +"45086",5422,5427 +"45087",5422,5444 +"45088",5422,5457 +"45089",5422,5462 +"45090",5422,5489 +"45091",5422,5492 +"45092",5422,5504 +"45093",5422,7323 +"45094",5422,7805 +"45095",5422,9121 +"45096",5422,19548 +"45097",5422,22130 +"45098",5422,31206 +"45099",5422,31671 +"45100",5422,33072 +"45101",5422,35256 +"45102",5422,37570 +"45103",5422,38048 +"45104",5422,40019 +"45105",5422,42899 +"45106",5422,44200 +"45107",5422,45001 +"45108",5422,46641 +"45109",5422,47535 +"45110",5422,47624 +"45111",5422,54234 +"45112",5422,64394 +"45113",5422,64416 +"45114",5422,64443 +"45115",5422,68610 +"45116",5422,68656 +"45117",5422,68666 +"45118",5422,68703 +"45119",5422,76364 +"45120",5422,81278 +"45121",5422,85430 +"45122",5422,89958 +"45123",5422,94440 +"45124",5422,96536 +"45125",5423,24535 +"45126",5424,55305 +"45127",5424,56889 +"45128",5425,7486 +"45129",5425,7736 +"45130",5425,8160 +"45131",5425,19543 +"45132",5425,55982 +"45133",5426,27726 +"45134",5426,45228 +"45135",5426,45293 +"45136",5426,57326 +"45137",5426,66391 +"45138",5426,73295 +"45139",5426,73794 +"45140",5426,75411 +"45141",5426,79977 +"45142",5426,84510 +"45143",5426,88787 +"45144",5426,96772 +"45145",5426,99575 +"45146",5426,100377 +"45147",5427,5444 +"45148",5427,5457 +"45149",5427,5462 +"45150",5427,5489 +"45151",5427,5492 +"45152",5427,5504 +"45153",5427,7755 +"45154",5427,8611 +"45155",5427,12658 +"45156",5427,14180 +"45157",5427,21649 +"45158",5427,22006 +"45159",5427,22130 +"45160",5427,22749 +"45161",5427,28216 +"45162",5427,30547 +"45163",5427,33072 +"45164",5427,35256 +"45165",5427,38048 +"45166",5427,42899 +"45167",5427,44254 +"45168",5427,45001 +"45169",5427,46641 +"45170",5427,54234 +"45171",5427,55556 +"45172",5427,69498 +"45173",5427,76364 +"45174",5427,81278 +"45175",5427,85430 +"45176",5427,89958 +"45177",5427,92176 +"45178",5427,94440 +"45179",5427,96536 +"45180",5428,5468 +"45181",5428,6001 +"45182",5428,16228 +"45183",5428,22472 +"45184",5428,32687 +"45185",5428,49776 +"45186",5428,75261 +"45187",5429,5432 +"45188",5429,6153 +"45189",5429,8510 +"45190",5429,9683 +"45191",5429,9998 +"45192",5429,11055 +"45193",5429,11123 +"45194",5429,12791 +"45195",5429,19248 +"45196",5429,20500 +"45197",5429,38313 +"45198",5429,38362 +"45199",5429,54695 +"45200",5430,5697 +"45201",5430,5971 +"45202",5430,6222 +"45203",5430,6264 +"45204",5430,11817 +"45205",5430,12398 +"45206",5430,15395 +"45207",5430,21330 +"45208",5430,23585 +"45209",5430,27112 +"45210",5430,29731 +"45211",5430,40028 +"45212",5430,45352 +"45213",5430,46173 +"45214",5430,50236 +"45215",5430,56082 +"45216",5430,57612 +"45217",5430,58918 +"45218",5430,59939 +"45219",5430,62041 +"45220",5430,70838 +"45221",5430,79082 +"45222",5430,97237 +"45223",5430,101793 +"45224",5430,108528 +"45225",5430,109663 +"45226",5430,122267 +"45227",5430,122312 +"45228",5431,10973 +"45229",5431,23810 +"45230",5431,30638 +"45231",5431,48707 +"45232",5431,51902 +"45233",5431,73344 +"45234",5431,101317 +"45235",5431,107797 +"45236",5432,21791 +"45237",5432,23971 +"45238",5433,5629 +"45239",5433,5652 +"45240",5433,27555 +"45241",5433,32976 +"45242",5433,42621 +"45243",5434,5441 +"45244",5434,42061 +"45245",5435,5487 +"45246",5435,8060 +"45247",5435,18227 +"45248",5437,19525 +"45249",5437,20415 +"45250",5437,56559 +"45251",5438,7690 +"45252",5438,29451 +"45253",5438,46741 +"45254",5438,46803 +"45255",5439,5445 +"45256",5439,5461 +"45257",5439,5466 +"45258",5439,5470 +"45259",5439,5493 +"45260",5439,9042 +"45261",5439,123162 +"45262",5440,5464 +"45263",5440,24045 +"45264",5440,35562 +"45265",5440,35630 +"45266",5440,37507 +"45267",5440,46283 +"45268",5440,48023 +"45269",5440,72155 +"45270",5440,87083 +"45271",5440,88336 +"45272",5441,27959 +"45273",5441,54006 +"45274",5441,54054 +"45275",5441,67312 +"45276",5441,79308 +"45277",5441,79848 +"45278",5441,111567 +"45279",5443,26974 +"45280",5444,5457 +"45281",5444,5462 +"45282",5444,5489 +"45283",5444,5492 +"45284",5444,5504 +"45285",5444,6508 +"45286",5444,7323 +"45287",5444,7805 +"45288",5444,19548 +"45289",5444,37570 +"45290",5444,47535 +"45291",5444,47624 +"45292",5444,68610 +"45293",5444,68656 +"45294",5444,68666 +"45295",5444,68703 +"45296",5445,5461 +"45297",5445,5466 +"45298",5445,5470 +"45299",5445,5493 +"45300",5445,26014 +"45301",5445,35238 +"45302",5445,38918 +"45303",5446,58894 +"45304",5448,38901 +"45305",5448,52055 +"45306",5448,74438 +"45307",5449,12204 +"45308",5449,26716 +"45309",5449,31217 +"45310",5449,39917 +"45311",5449,49739 +"45312",5449,53219 +"45313",5449,61751 +"45314",5450,16746 +"45315",5451,6517 +"45316",5451,7350 +"45317",5451,23705 +"45318",5451,27837 +"45319",5451,31072 +"45320",5451,34920 +"45321",5451,43634 +"45322",5451,56717 +"45323",5451,69380 +"45324",5451,71644 +"45325",5451,72546 +"45326",5451,95782 +"45327",5451,108141 +"45328",5451,108686 +"45329",5451,114470 +"45330",5451,120789 +"45331",5452,5475 +"45332",5452,5476 +"45333",5452,5485 +"45334",5453,23548 +"45335",5453,35141 +"45336",5454,6888 +"45337",5454,6893 +"45338",5454,25747 +"45339",5454,37449 +"45340",5454,59354 +"45341",5454,63535 +"45342",5454,75589 +"45343",5455,24111 +"45344",5455,57271 +"45345",5455,60625 +"45346",5455,115390 +"45347",5456,6624 +"45348",5456,16457 +"45349",5456,23597 +"45350",5456,29808 +"45351",5456,42479 +"45352",5456,44189 +"45353",5456,57043 +"45354",5456,76683 +"45355",5456,104063 +"45356",5456,106070 +"45357",5456,123368 +"45358",5457,5462 +"45359",5457,5489 +"45360",5457,5492 +"45361",5457,5504 +"45362",5457,9553 +"45363",5457,30324 +"45364",5457,40019 +"45365",5457,54234 +"45366",5458,21489 +"45367",5458,31631 +"45368",5459,31103 +"45369",5459,48764 +"45370",5459,89979 +"45371",5459,92110 +"45372",5459,92325 +"45373",5460,22045 +"45374",5460,71975 +"45375",5461,5466 +"45376",5461,5470 +"45377",5461,5493 +"45378",5461,34419 +"45379",5461,36168 +"45380",5462,5489 +"45381",5462,5492 +"45382",5462,5504 +"45383",5462,7363 +"45384",5462,8611 +"45385",5462,19606 +"45386",5462,21649 +"45387",5462,22006 +"45388",5462,22119 +"45389",5462,22130 +"45390",5462,22570 +"45391",5462,22749 +"45392",5462,22803 +"45393",5462,22877 +"45394",5462,23981 +"45395",5462,28497 +"45396",5462,30946 +"45397",5462,30956 +"45398",5462,31085 +"45399",5462,31206 +"45400",5462,31799 +"45401",5462,33072 +"45402",5462,33337 +"45403",5462,38048 +"45404",5462,38278 +"45405",5462,40735 +"45406",5462,43105 +"45407",5462,54234 +"45408",5462,57950 +"45409",5462,69498 +"45410",5462,76364 +"45411",5462,76465 +"45412",5462,81278 +"45413",5462,82011 +"45414",5462,85430 +"45415",5462,88696 +"45416",5462,89958 +"45417",5462,94440 +"45418",5462,96536 +"45419",5462,100622 +"45420",5462,103004 +"45421",5462,113783 +"45422",5462,117617 +"45423",5463,5524 +"45424",5463,7648 +"45425",5463,8741 +"45426",5463,14902 +"45427",5463,17490 +"45428",5463,17604 +"45429",5463,18455 +"45430",5463,18656 +"45431",5463,20881 +"45432",5463,24839 +"45433",5463,24867 +"45434",5463,24868 +"45435",5463,25053 +"45436",5463,31489 +"45437",5463,31785 +"45438",5463,32270 +"45439",5463,36880 +"45440",5463,46837 +"45441",5463,46849 +"45442",5463,46881 +"45443",5463,48712 +"45444",5463,55446 +"45445",5463,77676 +"45446",5463,79727 +"45447",5463,81848 +"45448",5463,83305 +"45449",5463,83846 +"45450",5463,91218 +"45451",5463,91465 +"45452",5463,95724 +"45453",5463,103324 +"45454",5463,103536 +"45455",5463,105110 +"45456",5463,106037 +"45457",5463,106975 +"45458",5463,114971 +"45459",5463,122930 +"45460",5464,34648 +"45461",5464,36077 +"45462",5464,37507 +"45463",5464,48023 +"45464",5464,60238 +"45465",5464,61413 +"45466",5464,76564 +"45467",5464,83526 +"45468",5464,91280 +"45469",5464,103397 +"45470",5465,5760 +"45471",5465,16300 +"45472",5465,19252 +"45473",5465,22952 +"45474",5465,30512 +"45475",5465,32406 +"45476",5465,50997 +"45477",5465,51328 +"45478",5465,93220 +"45479",5466,5470 +"45480",5466,5493 +"45481",5466,6418 +"45482",5466,7150 +"45483",5466,121383 +"45484",5467,13781 +"45485",5467,27403 +"45486",5467,46569 +"45487",5468,79933 +"45488",5469,13052 +"45489",5469,13732 +"45490",5469,14189 +"45491",5469,16313 +"45492",5469,19698 +"45493",5469,21712 +"45494",5469,23834 +"45495",5469,24362 +"45496",5469,26865 +"45497",5469,28217 +"45498",5469,30081 +"45499",5469,31603 +"45500",5469,33091 +"45501",5469,34470 +"45502",5469,34950 +"45503",5469,34965 +"45504",5469,36455 +"45505",5469,36962 +"45506",5469,37333 +"45507",5469,41575 +"45508",5469,46128 +"45509",5469,46706 +"45510",5469,53455 +"45511",5469,53473 +"45512",5469,59194 +"45513",5469,78738 +"45514",5469,79088 +"45515",5469,82456 +"45516",5469,82513 +"45517",5469,82521 +"45518",5469,82524 +"45519",5469,83096 +"45520",5469,86828 +"45521",5469,92495 +"45522",5469,93499 +"45523",5469,97635 +"45524",5469,110821 +"45525",5469,122644 +"45526",5470,5493 +"45527",5470,91998 +"45528",5471,5772 +"45529",5472,28661 +"45530",5472,40935 +"45531",5472,41036 +"45532",5472,77682 +"45533",5472,82909 +"45534",5472,122336 +"45535",5473,71502 +"45536",5474,37464 +"45537",5474,37508 +"45538",5474,50738 +"45539",5475,5476 +"45540",5475,5485 +"45541",5475,7194 +"45542",5475,10446 +"45543",5475,16955 +"45544",5475,26232 +"45545",5475,26362 +"45546",5475,28088 +"45547",5475,28917 +"45548",5476,5485 +"45549",5476,78062 +"45550",5477,44811 +"45551",5477,87807 +"45552",5478,24755 +"45553",5478,75215 +"45554",5478,92156 +"45555",5479,31235 +"45556",5479,43859 +"45557",5479,57544 +"45558",5479,81524 +"45559",5480,24222 +"45560",5480,35233 +"45561",5480,101810 +"45562",5480,104088 +"45563",5480,108954 +"45564",5480,121223 +"45565",5480,123167 +"45566",5482,18818 +"45567",5482,111670 +"45568",5483,25858 +"45569",5483,29370 +"45570",5483,30249 +"45571",5483,37312 +"45572",5483,43784 +"45573",5483,52917 +"45574",5483,58779 +"45575",5483,103497 +"45576",5484,7361 +"45577",5484,8704 +"45578",5484,12664 +"45579",5484,14800 +"45580",5484,17210 +"45581",5484,22349 +"45582",5484,26355 +"45583",5484,26884 +"45584",5484,31837 +"45585",5484,32738 +"45586",5484,32739 +"45587",5484,38714 +"45588",5484,39317 +"45589",5484,60524 +"45590",5484,73960 +"45591",5484,77624 +"45592",5484,93852 +"45593",5484,98578 +"45594",5484,99091 +"45595",5487,12753 +"45596",5487,31315 +"45597",5487,36423 +"45598",5487,37789 +"45599",5487,64016 +"45600",5487,74970 +"45601",5487,95921 +"45602",5488,62330 +"45603",5489,5492 +"45604",5489,5504 +"45605",5489,5569 +"45606",5489,6465 +"45607",5489,7066 +"45608",5489,7471 +"45609",5489,8866 +"45610",5489,8870 +"45611",5489,9362 +"45612",5489,15396 +"45613",5489,21577 +"45614",5489,24861 +"45615",5489,27946 +"45616",5489,32017 +"45617",5489,60811 +"45618",5489,77039 +"45619",5489,84932 +"45620",5491,7111 +"45621",5491,7179 +"45622",5491,15393 +"45623",5491,17241 +"45624",5491,18151 +"45625",5491,21795 +"45626",5491,23095 +"45627",5491,34206 +"45628",5491,35840 +"45629",5491,36950 +"45630",5491,52133 +"45631",5491,64632 +"45632",5491,64681 +"45633",5491,93812 +"45634",5491,93838 +"45635",5492,5504 +"45636",5492,9121 +"45637",5492,12713 +"45638",5492,13520 +"45639",5492,16609 +"45640",5492,17410 +"45641",5492,18510 +"45642",5492,22130 +"45643",5492,31206 +"45644",5492,31582 +"45645",5492,35256 +"45646",5492,36025 +"45647",5492,40019 +"45648",5492,40176 +"45649",5492,53925 +"45650",5492,54234 +"45651",5492,64394 +"45652",5492,64416 +"45653",5492,64443 +"45654",5492,77026 +"45655",5492,78444 +"45656",5492,79442 +"45657",5492,79443 +"45658",5492,84436 +"45659",5493,44168 +"45660",5494,7082 +"45661",5494,16820 +"45662",5494,23698 +"45663",5494,94866 +"45664",5494,99469 +"45665",5496,21824 +"45666",5496,41814 +"45667",5496,43684 +"45668",5496,44881 +"45669",5496,48969 +"45670",5496,48977 +"45671",5496,48983 +"45672",5496,49005 +"45673",5496,49010 +"45674",5496,49028 +"45675",5497,25341 +"45676",5497,26322 +"45677",5497,31010 +"45678",5497,52020 +"45679",5497,54069 +"45680",5497,54553 +"45681",5497,54896 +"45682",5497,60180 +"45683",5497,77796 +"45684",5497,85800 +"45685",5498,98909 +"45686",5499,21711 +"45687",5499,63351 +"45688",5499,65063 +"45689",5499,108822 +"45690",5499,109049 +"45691",5499,115375 +"45692",5500,16898 +"45693",5500,66250 +"45694",5500,91583 +"45695",5500,112023 +"45696",5500,115004 +"45697",5501,37568 +"45698",5501,73401 +"45699",5503,8391 +"45700",5503,37704 +"45701",5503,48381 +"45702",5503,51809 +"45703",5503,56372 +"45704",5504,7323 +"45705",5504,7363 +"45706",5504,7755 +"45707",5504,7805 +"45708",5504,8611 +"45709",5504,8621 +"45710",5504,15282 +"45711",5504,19548 +"45712",5504,21649 +"45713",5504,22006 +"45714",5504,22130 +"45715",5504,22570 +"45716",5504,22749 +"45717",5504,22803 +"45718",5504,22877 +"45719",5504,26075 +"45720",5504,30663 +"45721",5504,37570 +"45722",5504,47535 +"45723",5504,47624 +"45724",5504,54234 +"45725",5504,68610 +"45726",5504,68656 +"45727",5504,68666 +"45728",5504,68703 +"45729",5504,69498 +"45730",5504,71478 +"45731",5504,78502 +"45732",5504,80429 +"45733",5504,94440 +"45734",5504,101970 +"45735",5505,58621 +"45736",5507,13705 +"45737",5507,60636 +"45738",5507,77892 +"45739",5508,26478 +"45740",5508,41094 +"45741",5508,44792 +"45742",5509,39114 +"45743",5510,5541 +"45744",5510,7630 +"45745",5511,53740 +"45746",5511,60578 +"45747",5511,85043 +"45748",5511,94897 +"45749",5512,30119 +"45750",5512,40735 +"45751",5512,61731 +"45752",5512,94606 +"45753",5512,102050 +"45754",5513,7245 +"45755",5513,8165 +"45756",5513,8193 +"45757",5513,10036 +"45758",5513,31050 +"45759",5513,34450 +"45760",5513,41839 +"45761",5513,42224 +"45762",5513,45633 +"45763",5513,48932 +"45764",5513,49144 +"45765",5513,55641 +"45766",5514,9817 +"45767",5514,16810 +"45768",5514,25681 +"45769",5514,26279 +"45770",5514,29640 +"45771",5514,38737 +"45772",5514,40346 +"45773",5514,49588 +"45774",5514,54028 +"45775",5514,60569 +"45776",5514,85889 +"45777",5514,86604 +"45778",5515,10133 +"45779",5515,10207 +"45780",5515,34654 +"45781",5515,36786 +"45782",5515,52980 +"45783",5515,67596 +"45784",5515,67601 +"45785",5515,67679 +"45786",5515,72200 +"45787",5516,5576 +"45788",5516,17048 +"45789",5516,25224 +"45790",5516,27208 +"45791",5516,58209 +"45792",5517,8013 +"45793",5517,8069 +"45794",5517,13422 +"45795",5517,16372 +"45796",5517,31139 +"45797",5517,53104 +"45798",5517,112018 +"45799",5517,121168 +"45800",5518,6485 +"45801",5518,29562 +"45802",5518,56591 +"45803",5518,57008 +"45804",5519,13246 +"45805",5520,10358 +"45806",5520,20444 +"45807",5520,32919 +"45808",5520,33914 +"45809",5520,34750 +"45810",5520,35926 +"45811",5520,46071 +"45812",5520,62244 +"45813",5520,101133 +"45814",5520,110343 +"45815",5520,110499 +"45816",5521,7212 +"45817",5521,7239 +"45818",5522,83753 +"45819",5523,5557 +"45820",5523,5559 +"45821",5523,5573 +"45822",5523,5579 +"45823",5523,5872 +"45824",5523,7045 +"45825",5523,21548 +"45826",5523,78386 +"45827",5524,7388 +"45828",5524,7648 +"45829",5524,17032 +"45830",5524,24805 +"45831",5524,29067 +"45832",5524,36880 +"45833",5524,49125 +"45834",5524,60726 +"45835",5524,71538 +"45836",5525,5634 +"45837",5525,12877 +"45838",5525,14739 +"45839",5525,31825 +"45840",5525,45934 +"45841",5526,5548 +"45842",5526,5549 +"45843",5526,5806 +"45844",5526,6053 +"45845",5526,6063 +"45846",5526,6254 +"45847",5526,6560 +"45848",5526,7581 +"45849",5526,8307 +"45850",5526,8534 +"45851",5526,9366 +"45852",5526,11766 +"45853",5526,12735 +"45854",5526,12779 +"45855",5526,13360 +"45856",5526,13940 +"45857",5526,13942 +"45858",5526,14882 +"45859",5526,15027 +"45860",5526,15185 +"45861",5526,15216 +"45862",5526,15964 +"45863",5526,16252 +"45864",5526,16540 +"45865",5526,16872 +"45866",5526,17145 +"45867",5526,17508 +"45868",5526,18060 +"45869",5526,18217 +"45870",5526,22462 +"45871",5526,22823 +"45872",5526,23147 +"45873",5526,23358 +"45874",5526,23421 +"45875",5526,23474 +"45876",5526,23632 +"45877",5526,23953 +"45878",5526,24495 +"45879",5526,24710 +"45880",5526,25143 +"45881",5526,25303 +"45882",5526,25664 +"45883",5526,26407 +"45884",5526,27174 +"45885",5526,27196 +"45886",5526,27710 +"45887",5526,28584 +"45888",5526,28703 +"45889",5526,29253 +"45890",5526,29341 +"45891",5526,29560 +"45892",5526,29573 +"45893",5526,29868 +"45894",5526,32438 +"45895",5526,32967 +"45896",5526,33223 +"45897",5526,33881 +"45898",5526,34097 +"45899",5526,34330 +"45900",5526,34513 +"45901",5526,35400 +"45902",5526,36476 +"45903",5526,36547 +"45904",5526,36745 +"45905",5526,37821 +"45906",5526,37931 +"45907",5526,38319 +"45908",5526,39398 +"45909",5526,39492 +"45910",5526,40320 +"45911",5526,40373 +"45912",5526,40542 +"45913",5526,41182 +"45914",5526,42131 +"45915",5526,46843 +"45916",5526,48331 +"45917",5526,50033 +"45918",5526,52444 +"45919",5526,71241 +"45920",5526,76667 +"45921",5527,34893 +"45922",5527,39113 +"45923",5527,41253 +"45924",5527,91238 +"45925",5527,114181 +"45926",5528,11703 +"45927",5528,24219 +"45928",5528,24292 +"45929",5528,24315 +"45930",5528,24367 +"45931",5528,33486 +"45932",5529,5614 +"45933",5529,5628 +"45934",5529,26337 +"45935",5529,42488 +"45936",5529,56992 +"45937",5529,60252 +"45938",5529,65695 +"45939",5529,104263 +"45940",5529,121113 +"45941",5529,123127 +"45942",5530,5605 +"45943",5531,5867 +"45944",5531,6348 +"45945",5531,8402 +"45946",5531,15365 +"45947",5531,16444 +"45948",5531,18250 +"45949",5531,27989 +"45950",5531,34761 +"45951",5531,36754 +"45952",5531,44084 +"45953",5531,46339 +"45954",5531,52168 +"45955",5531,56976 +"45956",5531,57682 +"45957",5531,63348 +"45958",5531,71027 +"45959",5531,75678 +"45960",5531,75696 +"45961",5531,77900 +"45962",5532,16477 +"45963",5532,19767 +"45964",5532,20521 +"45965",5532,42010 +"45966",5532,43681 +"45967",5532,48847 +"45968",5532,50316 +"45969",5532,67913 +"45970",5532,78322 +"45971",5532,84334 +"45972",5532,107518 +"45973",5533,59269 +"45974",5533,91777 +"45975",5533,104947 +"45976",5533,110043 +"45977",5533,110044 +"45978",5534,11104 +"45979",5534,13806 +"45980",5534,37746 +"45981",5535,38270 +"45982",5535,51925 +"45983",5535,73210 +"45984",5535,87689 +"45985",5535,98202 +"45986",5535,119486 +"45987",5536,11036 +"45988",5536,18875 +"45989",5536,27959 +"45990",5536,35620 +"45991",5536,39341 +"45992",5536,42107 +"45993",5536,45345 +"45994",5536,48812 +"45995",5536,62044 +"45996",5536,102122 +"45997",5536,117213 +"45998",5537,52341 +"45999",5537,54570 +"46000",5538,6903 +"46001",5538,10279 +"46002",5538,81755 +"46003",5538,85940 +"46004",5539,12816 +"46005",5539,20116 +"46006",5539,24120 +"46007",5539,29104 +"46008",5539,33341 +"46009",5539,41633 +"46010",5539,91806 +"46011",5539,96931 +"46012",5539,115237 +"46013",5542,62004 +"46014",5542,71813 +"46015",5542,115159 +"46016",5543,9293 +"46017",5543,11517 +"46018",5543,11694 +"46019",5543,36715 +"46020",5543,36831 +"46021",5544,63519 +"46022",5545,15275 +"46023",5545,43783 +"46024",5545,45652 +"46025",5546,72157 +"46026",5546,72193 +"46027",5547,7582 +"46028",5547,11243 +"46029",5547,11501 +"46030",5547,11502 +"46031",5547,24284 +"46032",5547,24285 +"46033",5547,41901 +"46034",5547,58854 +"46035",5547,85077 +"46036",5547,94208 +"46037",5548,5549 +"46038",5548,10870 +"46039",5548,13940 +"46040",5548,14882 +"46041",5548,37991 +"46042",5548,41804 +"46043",5548,81634 +"46044",5548,108084 +"46045",5549,7158 +"46046",5549,9804 +"46047",5549,10978 +"46048",5549,12471 +"46049",5549,13113 +"46050",5549,13940 +"46051",5549,14882 +"46052",5549,23938 +"46053",5549,27221 +"46054",5549,30568 +"46055",5549,32120 +"46056",5549,39824 +"46057",5549,47723 +"46058",5549,49274 +"46059",5549,50954 +"46060",5549,56746 +"46061",5549,75869 +"46062",5549,87441 +"46063",5549,94394 +"46064",5550,29659 +"46065",5550,71582 +"46066",5551,5568 +"46067",5551,10956 +"46068",5551,44335 +"46069",5551,56985 +"46070",5551,57047 +"46071",5551,69074 +"46072",5551,80929 +"46073",5551,82852 +"46074",5552,13523 +"46075",5552,31446 +"46076",5552,60405 +"46077",5552,68286 +"46078",5553,11313 +"46079",5553,12107 +"46080",5553,19811 +"46081",5553,21114 +"46082",5553,31893 +"46083",5553,33929 +"46084",5553,34424 +"46085",5553,35080 +"46086",5553,35946 +"46087",5553,37293 +"46088",5553,48772 +"46089",5553,52565 +"46090",5553,65718 +"46091",5553,66297 +"46092",5553,75346 +"46093",5554,44599 +"46094",5555,12511 +"46095",5555,66320 +"46096",5555,79589 +"46097",5556,19119 +"46098",5556,30365 +"46099",5556,89929 +"46100",5556,89962 +"46101",5556,108885 +"46102",5556,110338 +"46103",5556,118694 +"46104",5556,118757 +"46105",5557,5559 +"46106",5557,5573 +"46107",5557,5579 +"46108",5557,5872 +"46109",5557,7220 +"46110",5557,14626 +"46111",5557,54865 +"46112",5557,57439 +"46113",5557,85314 +"46114",5557,96957 +"46115",5558,78387 +"46116",5558,88430 +"46117",5558,114048 +"46118",5559,5573 +"46119",5559,5579 +"46120",5559,5872 +"46121",5559,17198 +"46122",5560,6025 +"46123",5560,10037 +"46124",5560,22031 +"46125",5560,38119 +"46126",5561,8118 +"46127",5561,10090 +"46128",5561,10350 +"46129",5561,10582 +"46130",5561,15788 +"46131",5561,17498 +"46132",5561,20891 +"46133",5561,26908 +"46134",5561,29455 +"46135",5561,31969 +"46136",5561,32981 +"46137",5561,39282 +"46138",5561,58195 +"46139",5561,78377 +"46140",5561,93823 +"46141",5561,99433 +"46142",5561,105158 +"46143",5561,112004 +"46144",5562,42329 +"46145",5562,54938 +"46146",5562,100532 +"46147",5562,115203 +"46148",5563,9572 +"46149",5563,18743 +"46150",5563,26711 +"46151",5563,33614 +"46152",5563,88050 +"46153",5563,90128 +"46154",5564,25307 +"46155",5564,30235 +"46156",5564,30710 +"46157",5564,38204 +"46158",5564,53502 +"46159",5564,68803 +"46160",5564,87480 +"46161",5565,34678 +"46162",5565,79216 +"46163",5565,80528 +"46164",5565,106959 +"46165",5566,5880 +"46166",5566,5888 +"46167",5566,5914 +"46168",5566,5926 +"46169",5567,28492 +"46170",5567,30669 +"46171",5567,52555 +"46172",5568,7174 +"46173",5568,7638 +"46174",5568,13948 +"46175",5568,14029 +"46176",5568,23127 +"46177",5568,25639 +"46178",5568,30789 +"46179",5568,40772 +"46180",5568,44842 +"46181",5568,55892 +"46182",5568,58919 +"46183",5568,60250 +"46184",5568,61722 +"46185",5568,65792 +"46186",5568,68268 +"46187",5568,69074 +"46188",5568,73440 +"46189",5568,78868 +"46190",5568,82852 +"46191",5568,89139 +"46192",5568,89551 +"46193",5568,91698 +"46194",5569,5578 +"46195",5569,6465 +"46196",5569,6491 +"46197",5569,7471 +"46198",5569,8866 +"46199",5569,8870 +"46200",5569,8883 +"46201",5569,8888 +"46202",5569,9051 +"46203",5569,9362 +"46204",5569,9805 +"46205",5569,11407 +"46206",5569,15396 +"46207",5569,19361 +"46208",5569,24861 +"46209",5569,26066 +"46210",5569,26067 +"46211",5569,27946 +"46212",5569,28969 +"46213",5569,32017 +"46214",5569,34946 +"46215",5569,44648 +"46216",5569,47172 +"46217",5569,64962 +"46218",5569,77039 +"46219",5569,78089 +"46220",5569,84932 +"46221",5569,102006 +"46222",5569,118628 +"46223",5570,10918 +"46224",5570,32621 +"46225",5570,44633 +"46226",5570,44634 +"46227",5570,44635 +"46228",5571,17928 +"46229",5571,30561 +"46230",5571,78789 +"46231",5571,83617 +"46232",5571,83650 +"46233",5572,28347 +"46234",5572,39003 +"46235",5572,39099 +"46236",5573,5579 +"46237",5573,5872 +"46238",5573,7082 +"46239",5573,7148 +"46240",5573,7453 +"46241",5573,7791 +"46242",5573,7877 +"46243",5573,8111 +"46244",5573,9383 +"46245",5573,15808 +"46246",5573,16072 +"46247",5573,28391 +"46248",5573,37097 +"46249",5573,39309 +"46250",5573,39659 +"46251",5573,42445 +"46252",5573,50818 +"46253",5573,51620 +"46254",5573,51792 +"46255",5573,57355 +"46256",5573,63036 +"46257",5573,64747 +"46258",5573,83383 +"46259",5573,88523 +"46260",5573,94147 +"46261",5574,13357 +"46262",5574,13502 +"46263",5574,13524 +"46264",5574,13560 +"46265",5574,31945 +"46266",5574,85603 +"46267",5574,100201 +"46268",5575,7128 +"46269",5575,18783 +"46270",5575,19000 +"46271",5575,32531 +"46272",5575,35287 +"46273",5575,71445 +"46274",5575,88128 +"46275",5575,99091 +"46276",5577,6344 +"46277",5577,6367 +"46278",5577,11446 +"46279",5577,11777 +"46280",5577,12185 +"46281",5577,12665 +"46282",5577,13120 +"46283",5577,13654 +"46284",5577,14241 +"46285",5577,17690 +"46286",5577,18238 +"46287",5577,20113 +"46288",5577,24882 +"46289",5577,24939 +"46290",5577,30385 +"46291",5577,31291 +"46292",5577,35561 +"46293",5577,37346 +"46294",5577,39417 +"46295",5577,40551 +"46296",5577,40841 +"46297",5577,46186 +"46298",5577,46653 +"46299",5577,47741 +"46300",5577,53200 +"46301",5577,53261 +"46302",5577,56321 +"46303",5577,60753 +"46304",5577,69816 +"46305",5577,73794 +"46306",5577,74232 +"46307",5577,75941 +"46308",5577,76063 +"46309",5577,76131 +"46310",5577,77257 +"46311",5577,79977 +"46312",5577,81790 +"46313",5577,81884 +"46314",5577,84510 +"46315",5577,89880 +"46316",5577,90675 +"46317",5577,90785 +"46318",5577,90824 +"46319",5577,90836 +"46320",5577,98858 +"46321",5577,100090 +"46322",5577,102484 +"46323",5577,111435 +"46324",5577,112431 +"46325",5577,113226 +"46326",5577,117119 +"46327",5578,6491 +"46328",5578,8011 +"46329",5578,21928 +"46330",5578,24447 +"46331",5578,25816 +"46332",5578,27628 +"46333",5578,97290 +"46334",5578,103545 +"46335",5579,5872 +"46336",5580,9654 +"46337",5580,21929 +"46338",5580,23011 +"46339",5580,46755 +"46340",5580,49226 +"46341",5580,62679 +"46342",5580,91002 +"46343",5581,5751 +"46344",5581,76099 +"46345",5581,85595 +"46346",5582,7785 +"46347",5582,13321 +"46348",5582,13475 +"46349",5582,15090 +"46350",5582,18454 +"46351",5582,32560 +"46352",5582,32651 +"46353",5582,35797 +"46354",5582,59178 +"46355",5582,62936 +"46356",5582,79303 +"46357",5582,79395 +"46358",5582,109307 +"46359",5583,106656 +"46360",5584,64442 +"46361",5584,71043 +"46362",5585,15985 +"46363",5585,39473 +"46364",5585,45156 +"46365",5585,57021 +"46366",5585,71233 +"46367",5585,101410 +"46368",5585,102584 +"46369",5585,102604 +"46370",5586,21985 +"46371",5586,43482 +"46372",5586,46937 +"46373",5586,93577 +"46374",5586,99786 +"46375",5587,7235 +"46376",5587,15891 +"46377",5587,17950 +"46378",5587,18813 +"46379",5587,23680 +"46380",5587,23786 +"46381",5587,24109 +"46382",5587,25801 +"46383",5587,28772 +"46384",5587,31795 +"46385",5587,33955 +"46386",5587,37435 +"46387",5587,45408 +"46388",5587,45563 +"46389",5587,67522 +"46390",5587,69215 +"46391",5587,99191 +"46392",5587,105262 +"46393",5587,105867 +"46394",5587,107410 +"46395",5587,108872 +"46396",5587,111156 +"46397",5587,113532 +"46398",5587,114895 +"46399",5588,8871 +"46400",5588,9237 +"46401",5588,16984 +"46402",5588,24602 +"46403",5588,37167 +"46404",5588,74842 +"46405",5588,77318 +"46406",5588,97536 +"46407",5588,100937 +"46408",5589,48483 +"46409",5589,69680 +"46410",5589,73131 +"46411",5589,78153 +"46412",5590,14381 +"46413",5590,29674 +"46414",5590,31689 +"46415",5591,13620 +"46416",5591,42195 +"46417",5591,76383 +"46418",5591,81064 +"46419",5591,82761 +"46420",5591,95625 +"46421",5591,98358 +"46422",5592,7724 +"46423",5592,111890 +"46424",5593,109812 +"46425",5594,79974 +"46426",5595,24136 +"46427",5595,52356 +"46428",5595,96516 +"46429",5596,14714 +"46430",5597,27695 +"46431",5597,91653 +"46432",5597,104956 +"46433",5598,6041 +"46434",5598,10567 +"46435",5598,13813 +"46436",5598,28083 +"46437",5598,30471 +"46438",5598,36710 +"46439",5598,37890 +"46440",5598,40128 +"46441",5598,41224 +"46442",5598,81030 +"46443",5598,107136 +"46444",5599,13103 +"46445",5599,15651 +"46446",5599,20745 +"46447",5599,26336 +"46448",5599,42544 +"46449",5599,43183 +"46450",5599,50479 +"46451",5599,61240 +"46452",5599,61333 +"46453",5599,63099 +"46454",5599,69524 +"46455",5599,72173 +"46456",5599,92698 +"46457",5599,112573 +"46458",5599,122372 +"46459",5599,122373 +"46460",5600,6511 +"46461",5600,56529 +"46462",5600,56563 +"46463",5600,56564 +"46464",5600,56581 +"46465",5600,56587 +"46466",5600,114081 +"46467",5601,12600 +"46468",5601,17816 +"46469",5601,73082 +"46470",5602,5632 +"46471",5602,122830 +"46472",5603,18369 +"46473",5603,65478 +"46474",5604,39462 +"46475",5605,27737 +"46476",5605,52008 +"46477",5606,23904 +"46478",5606,58300 +"46479",5606,65979 +"46480",5606,73672 +"46481",5607,48538 +"46482",5607,60367 +"46483",5608,5633 +"46484",5608,68483 +"46485",5609,12123 +"46486",5609,14072 +"46487",5609,41642 +"46488",5609,55071 +"46489",5609,76298 +"46490",5609,96344 +"46491",5609,105523 +"46492",5610,8238 +"46493",5610,17387 +"46494",5610,22186 +"46495",5610,22807 +"46496",5610,23100 +"46497",5610,31890 +"46498",5610,33573 +"46499",5610,33828 +"46500",5610,39464 +"46501",5610,41968 +"46502",5610,49305 +"46503",5610,50001 +"46504",5610,54953 +"46505",5610,83387 +"46506",5611,5982 +"46507",5611,12874 +"46508",5611,19231 +"46509",5611,48524 +"46510",5611,58701 +"46511",5612,102455 +"46512",5613,11286 +"46513",5613,16715 +"46514",5613,27456 +"46515",5613,56986 +"46516",5613,64578 +"46517",5614,5628 +"46518",5614,45399 +"46519",5614,57996 +"46520",5614,60524 +"46521",5614,108338 +"46522",5615,12388 +"46523",5615,15444 +"46524",5615,17351 +"46525",5615,17519 +"46526",5615,18165 +"46527",5615,18404 +"46528",5615,18450 +"46529",5615,18465 +"46530",5615,18909 +"46531",5615,22359 +"46532",5615,23617 +"46533",5615,31734 +"46534",5615,36217 +"46535",5615,41682 +"46536",5615,41804 +"46537",5615,42837 +"46538",5615,48860 +"46539",5615,54749 +"46540",5615,67411 +"46541",5615,79405 +"46542",5616,51423 +"46543",5617,85289 +"46544",5617,90315 +"46545",5617,103646 +"46546",5618,20284 +"46547",5618,42968 +"46548",5618,45533 +"46549",5618,55763 +"46550",5618,56223 +"46551",5618,61408 +"46552",5618,61441 +"46553",5618,61467 +"46554",5618,61474 +"46555",5619,6197 +"46556",5619,9481 +"46557",5619,9623 +"46558",5619,10070 +"46559",5619,14764 +"46560",5619,15506 +"46561",5619,19655 +"46562",5619,20951 +"46563",5619,21207 +"46564",5619,29541 +"46565",5619,30770 +"46566",5619,34805 +"46567",5619,49164 +"46568",5619,51139 +"46569",5619,55582 +"46570",5619,68018 +"46571",5619,68044 +"46572",5619,82706 +"46573",5620,31692 +"46574",5620,37588 +"46575",5620,43305 +"46576",5620,46597 +"46577",5620,49809 +"46578",5620,55654 +"46579",5620,58989 +"46580",5620,61197 +"46581",5620,72943 +"46582",5620,72958 +"46583",5620,72962 +"46584",5620,72982 +"46585",5620,73026 +"46586",5620,85183 +"46587",5620,85239 +"46588",5621,18771 +"46589",5621,23576 +"46590",5621,41575 +"46591",5621,83651 +"46592",5622,5803 +"46593",5622,11218 +"46594",5622,12375 +"46595",5622,14063 +"46596",5622,15402 +"46597",5622,17400 +"46598",5622,21346 +"46599",5622,22036 +"46600",5622,23492 +"46601",5622,23725 +"46602",5622,24259 +"46603",5622,24365 +"46604",5622,29715 +"46605",5622,30325 +"46606",5622,30564 +"46607",5622,34608 +"46608",5622,36197 +"46609",5622,39079 +"46610",5622,39294 +"46611",5622,41178 +"46612",5622,42863 +"46613",5622,43213 +"46614",5622,45684 +"46615",5622,46019 +"46616",5622,55703 +"46617",5622,55706 +"46618",5622,55803 +"46619",5622,57414 +"46620",5622,65972 +"46621",5622,76048 +"46622",5622,76284 +"46623",5622,78929 +"46624",5622,84157 +"46625",5622,94480 +"46626",5622,120110 +"46627",5623,24844 +"46628",5624,8404 +"46629",5624,10625 +"46630",5624,19120 +"46631",5624,61168 +"46632",5624,76160 +"46633",5624,76169 +"46634",5626,38630 +"46635",5626,68094 +"46636",5626,74634 +"46637",5626,85806 +"46638",5626,105872 +"46639",5626,107636 +"46640",5626,123316 +"46641",5627,11154 +"46642",5627,12087 +"46643",5627,19294 +"46644",5627,23498 +"46645",5627,24611 +"46646",5627,25258 +"46647",5627,32233 +"46648",5627,38044 +"46649",5627,52897 +"46650",5627,86283 +"46651",5627,86294 +"46652",5627,97877 +"46653",5629,5652 +"46654",5629,28307 +"46655",5630,25776 +"46656",5630,117744 +"46657",5631,7995 +"46658",5631,13260 +"46659",5631,14182 +"46660",5631,18630 +"46661",5631,26133 +"46662",5631,26158 +"46663",5631,28181 +"46664",5631,30446 +"46665",5631,37381 +"46666",5631,45025 +"46667",5631,60654 +"46668",5631,61199 +"46669",5631,61208 +"46670",5632,27415 +"46671",5632,62401 +"46672",5632,90169 +"46673",5632,112387 +"46674",5632,116183 +"46675",5633,26650 +"46676",5633,26651 +"46677",5634,9272 +"46678",5634,12877 +"46679",5634,12934 +"46680",5634,14739 +"46681",5634,17573 +"46682",5634,20009 +"46683",5634,20247 +"46684",5634,21094 +"46685",5634,21257 +"46686",5634,28432 +"46687",5634,31825 +"46688",5634,32523 +"46689",5634,34033 +"46690",5634,39906 +"46691",5634,52215 +"46692",5634,52951 +"46693",5634,57204 +"46694",5634,74699 +"46695",5634,77077 +"46696",5634,77316 +"46697",5634,78890 +"46698",5634,80053 +"46699",5634,86023 +"46700",5634,90401 +"46701",5634,92468 +"46702",5634,101116 +"46703",5634,122649 +"46704",5634,122650 +"46705",5634,123050 +"46706",5634,123092 +"46707",5634,123111 +"46708",5635,7392 +"46709",5635,11793 +"46710",5635,31580 +"46711",5635,37489 +"46712",5635,41714 +"46713",5635,41999 +"46714",5635,44025 +"46715",5635,63234 +"46716",5635,98657 +"46717",5635,112167 +"46718",5636,30602 +"46719",5637,20679 +"46720",5637,29778 +"46721",5637,50741 +"46722",5637,60836 +"46723",5637,74332 +"46724",5637,79119 +"46725",5637,109995 +"46726",5638,77375 +"46727",5638,81811 +"46728",5638,95154 +"46729",5639,61202 +"46730",5639,79186 +"46731",5639,79386 +"46732",5639,115923 +"46733",5640,109045 +"46734",5641,15251 +"46735",5641,25335 +"46736",5641,25397 +"46737",5641,25851 +"46738",5641,42616 +"46739",5641,53880 +"46740",5641,54066 +"46741",5643,5715 +"46742",5643,6254 +"46743",5643,6262 +"46744",5643,83360 +"46745",5643,85896 +"46746",5644,5647 +"46747",5644,21810 +"46748",5644,23381 +"46749",5644,34488 +"46750",5644,79733 +"46751",5644,89374 +"46752",5645,55596 +"46753",5646,9838 +"46754",5646,32777 +"46755",5646,40660 +"46756",5646,82616 +"46757",5647,11157 +"46758",5647,26725 +"46759",5647,59248 +"46760",5647,70148 +"46761",5648,54674 +"46762",5649,5687 +"46763",5649,5695 +"46764",5649,7263 +"46765",5649,18886 +"46766",5649,19175 +"46767",5649,77975 +"46768",5650,15853 +"46769",5650,26954 +"46770",5650,65182 +"46771",5653,16770 +"46772",5653,45162 +"46773",5653,45199 +"46774",5654,26183 +"46775",5654,75450 +"46776",5654,75462 +"46777",5655,10116 +"46778",5655,30431 +"46779",5655,31443 +"46780",5655,32656 +"46781",5655,40490 +"46782",5655,43443 +"46783",5655,50763 +"46784",5655,59280 +"46785",5656,36321 +"46786",5656,51423 +"46787",5656,109998 +"46788",5657,6672 +"46789",5657,12562 +"46790",5657,17230 +"46791",5657,18496 +"46792",5657,30898 +"46793",5657,31651 +"46794",5657,53395 +"46795",5657,65571 +"46796",5657,74797 +"46797",5658,5659 +"46798",5658,6936 +"46799",5658,6959 +"46800",5658,15577 +"46801",5658,19479 +"46802",5658,37547 +"46803",5658,44502 +"46804",5658,64282 +"46805",5658,98374 +"46806",5659,6436 +"46807",5659,8470 +"46808",5659,11670 +"46809",5659,39625 +"46810",5659,45832 +"46811",5659,57389 +"46812",5659,81880 +"46813",5659,85934 +"46814",5659,113029 +"46815",5659,123306 +"46816",5660,52709 +"46817",5660,62144 +"46818",5660,74911 +"46819",5661,5684 +"46820",5661,44033 +"46821",5662,9979 +"46822",5662,12725 +"46823",5662,12886 +"46824",5662,16092 +"46825",5662,18393 +"46826",5662,21357 +"46827",5662,22455 +"46828",5662,34820 +"46829",5662,36259 +"46830",5662,36578 +"46831",5662,47503 +"46832",5662,49359 +"46833",5662,63478 +"46834",5662,76552 +"46835",5662,76560 +"46836",5662,79185 +"46837",5662,79246 +"46838",5663,5690 +"46839",5663,5693 +"46840",5663,5694 +"46841",5663,12297 +"46842",5663,45095 +"46843",5663,100015 +"46844",5664,8524 +"46845",5664,8868 +"46846",5664,12519 +"46847",5664,20366 +"46848",5664,20918 +"46849",5664,38259 +"46850",5664,46050 +"46851",5664,49770 +"46852",5664,52801 +"46853",5664,87817 +"46854",5664,102398 +"46855",5664,113747 +"46856",5665,6412 +"46857",5665,9031 +"46858",5665,45113 +"46859",5665,109209 +"46860",5666,29465 +"46861",5666,33201 +"46862",5666,49270 +"46863",5666,65362 +"46864",5667,14095 +"46865",5667,25331 +"46866",5667,57142 +"46867",5668,5673 +"46868",5668,73045 +"46869",5668,89996 +"46870",5668,91154 +"46871",5668,112817 +"46872",5669,5725 +"46873",5669,13642 +"46874",5669,22084 +"46875",5669,28285 +"46876",5669,31458 +"46877",5669,36036 +"46878",5669,36733 +"46879",5669,38034 +"46880",5669,42260 +"46881",5669,52701 +"46882",5669,59952 +"46883",5669,61612 +"46884",5669,61643 +"46885",5669,62840 +"46886",5670,20311 +"46887",5670,21453 +"46888",5670,29608 +"46889",5670,68323 +"46890",5670,68985 +"46891",5670,86250 +"46892",5670,95829 +"46893",5670,96824 +"46894",5671,6362 +"46895",5671,13180 +"46896",5671,18640 +"46897",5672,6170 +"46898",5672,11270 +"46899",5672,17859 +"46900",5672,64850 +"46901",5672,64881 +"46902",5672,64911 +"46903",5672,64924 +"46904",5672,68519 +"46905",5673,9128 +"46906",5673,13818 +"46907",5673,16324 +"46908",5673,21242 +"46909",5673,21895 +"46910",5673,22090 +"46911",5673,22889 +"46912",5673,22970 +"46913",5673,23330 +"46914",5673,26723 +"46915",5673,36613 +"46916",5673,52711 +"46917",5673,57974 +"46918",5673,58208 +"46919",5673,58591 +"46920",5673,68222 +"46921",5673,77968 +"46922",5673,83875 +"46923",5673,85242 +"46924",5673,88546 +"46925",5674,9692 +"46926",5675,47994 +"46927",5676,61813 +"46928",5676,116069 +"46929",5677,10959 +"46930",5677,26500 +"46931",5677,50092 +"46932",5677,50093 +"46933",5677,50142 +"46934",5678,11720 +"46935",5678,15828 +"46936",5678,22189 +"46937",5678,24283 +"46938",5678,28976 +"46939",5678,38688 +"46940",5679,36274 +"46941",5679,52654 +"46942",5679,76372 +"46943",5680,6177 +"46944",5680,7196 +"46945",5680,7985 +"46946",5680,8913 +"46947",5680,8922 +"46948",5680,10338 +"46949",5680,11133 +"46950",5680,13415 +"46951",5680,14943 +"46952",5680,15160 +"46953",5680,15401 +"46954",5680,15887 +"46955",5680,16259 +"46956",5680,16529 +"46957",5680,17828 +"46958",5680,24940 +"46959",5680,26713 +"46960",5680,26724 +"46961",5680,26882 +"46962",5680,28784 +"46963",5680,31478 +"46964",5680,32672 +"46965",5680,32988 +"46966",5680,44463 +"46967",5680,44720 +"46968",5680,45865 +"46969",5680,46132 +"46970",5680,46733 +"46971",5680,47438 +"46972",5680,65155 +"46973",5680,71033 +"46974",5680,73409 +"46975",5680,75568 +"46976",5680,80055 +"46977",5680,80625 +"46978",5680,84730 +"46979",5680,90968 +"46980",5680,90972 +"46981",5680,92334 +"46982",5680,92355 +"46983",5680,104590 +"46984",5680,108463 +"46985",5680,116534 +"46986",5680,116545 +"46987",5681,6147 +"46988",5681,41758 +"46989",5681,43888 +"46990",5681,61500 +"46991",5682,16832 +"46992",5682,21158 +"46993",5682,46409 +"46994",5683,5701 +"46995",5683,5706 +"46996",5683,15763 +"46997",5683,30600 +"46998",5683,31801 +"46999",5683,33173 +"47000",5683,45658 +"47001",5683,75250 +"47002",5683,86024 +"47003",5683,87185 +"47004",5683,101895 +"47005",5683,101907 +"47006",5685,6740 +"47007",5685,7491 +"47008",5685,23023 +"47009",5685,25129 +"47010",5685,30749 +"47011",5685,40996 +"47012",5685,41648 +"47013",5685,48371 +"47014",5685,51349 +"47015",5685,62708 +"47016",5685,64036 +"47017",5686,7713 +"47018",5686,8197 +"47019",5686,15104 +"47020",5686,15195 +"47021",5686,15430 +"47022",5686,16381 +"47023",5686,16949 +"47024",5686,18514 +"47025",5686,22299 +"47026",5686,23938 +"47027",5686,24250 +"47028",5686,26682 +"47029",5686,29741 +"47030",5686,30876 +"47031",5686,32393 +"47032",5686,32939 +"47033",5686,33113 +"47034",5686,38494 +"47035",5686,38932 +"47036",5686,40643 +"47037",5686,42017 +"47038",5686,42107 +"47039",5686,45787 +"47040",5686,47083 +"47041",5686,49231 +"47042",5686,50061 +"47043",5686,52450 +"47044",5686,53783 +"47045",5686,54059 +"47046",5686,55047 +"47047",5686,55370 +"47048",5686,57804 +"47049",5686,59615 +"47050",5686,59940 +"47051",5686,67363 +"47052",5686,71230 +"47053",5686,76278 +"47054",5686,76740 +"47055",5686,76786 +"47056",5686,77272 +"47057",5686,77357 +"47058",5686,77402 +"47059",5686,78248 +"47060",5686,78255 +"47061",5686,78339 +"47062",5686,78445 +"47063",5686,79022 +"47064",5686,79716 +"47065",5686,79989 +"47066",5686,80281 +"47067",5686,81728 +"47068",5686,82196 +"47069",5686,82383 +"47070",5686,82810 +"47071",5686,82854 +"47072",5686,83853 +"47073",5686,83884 +"47074",5686,84379 +"47075",5686,84613 +"47076",5686,85465 +"47077",5686,85610 +"47078",5686,86351 +"47079",5686,86451 +"47080",5686,86882 +"47081",5686,87175 +"47082",5686,87451 +"47083",5686,87521 +"47084",5686,87572 +"47085",5686,87663 +"47086",5686,87721 +"47087",5686,87862 +"47088",5687,5695 +"47089",5687,7230 +"47090",5687,32076 +"47091",5687,32112 +"47092",5687,46952 +"47093",5688,18934 +"47094",5688,64841 +"47095",5688,72269 +"47096",5688,96863 +"47097",5689,16274 +"47098",5689,26450 +"47099",5689,32335 +"47100",5689,46365 +"47101",5689,58739 +"47102",5689,87900 +"47103",5689,89538 +"47104",5690,5693 +"47105",5690,5694 +"47106",5690,12297 +"47107",5690,26121 +"47108",5690,27142 +"47109",5691,54452 +"47110",5691,76851 +"47111",5692,5808 +"47112",5692,6972 +"47113",5692,22443 +"47114",5692,83943 +"47115",5692,84832 +"47116",5692,90690 +"47117",5692,120331 +"47118",5693,5694 +"47119",5693,8837 +"47120",5695,5784 +"47121",5695,6789 +"47122",5695,7263 +"47123",5695,12421 +"47124",5695,32064 +"47125",5695,34238 +"47126",5695,34267 +"47127",5695,34282 +"47128",5695,55867 +"47129",5695,72799 +"47130",5695,77975 +"47131",5696,7165 +"47132",5696,16228 +"47133",5696,24729 +"47134",5696,25206 +"47135",5696,29818 +"47136",5696,31216 +"47137",5696,40747 +"47138",5696,41473 +"47139",5696,41679 +"47140",5696,49776 +"47141",5696,50854 +"47142",5696,52042 +"47143",5696,53062 +"47144",5696,55286 +"47145",5696,58745 +"47146",5696,62591 +"47147",5696,87791 +"47148",5696,119778 +"47149",5697,11229 +"47150",5697,19843 +"47151",5697,24550 +"47152",5697,24600 +"47153",5697,24626 +"47154",5697,46265 +"47155",5697,53814 +"47156",5697,61486 +"47157",5697,73651 +"47158",5697,84252 +"47159",5697,93582 +"47160",5697,114084 +"47161",5698,6968 +"47162",5698,16380 +"47163",5698,36574 +"47164",5698,39518 +"47165",5698,47688 +"47166",5698,88336 +"47167",5698,94644 +"47168",5698,101338 +"47169",5699,62153 +"47170",5699,69524 +"47171",5700,7422 +"47172",5701,5706 +"47173",5701,5959 +"47174",5701,12306 +"47175",5701,15763 +"47176",5701,24191 +"47177",5701,27192 +"47178",5701,36146 +"47179",5701,36994 +"47180",5701,37689 +"47181",5701,39396 +"47182",5701,51063 +"47183",5701,53541 +"47184",5701,54004 +"47185",5701,62083 +"47186",5701,65402 +"47187",5701,71858 +"47188",5701,75689 +"47189",5701,75815 +"47190",5702,5705 +"47191",5703,9768 +"47192",5703,21678 +"47193",5703,25035 +"47194",5703,34396 +"47195",5703,41325 +"47196",5703,56887 +"47197",5703,61219 +"47198",5703,61338 +"47199",5703,69709 +"47200",5703,78849 +"47201",5703,79677 +"47202",5703,94477 +"47203",5703,97452 +"47204",5703,98953 +"47205",5703,100098 +"47206",5704,5989 +"47207",5704,6049 +"47208",5704,12031 +"47209",5704,16244 +"47210",5704,24453 +"47211",5704,26293 +"47212",5704,45308 +"47213",5704,51003 +"47214",5704,57949 +"47215",5704,67472 +"47216",5704,78460 +"47217",5704,84602 +"47218",5704,85116 +"47219",5704,86151 +"47220",5704,97761 +"47221",5704,104065 +"47222",5704,105632 +"47223",5704,105666 +"47224",5704,105667 +"47225",5704,112032 +"47226",5704,116792 +"47227",5704,117689 +"47228",5705,6712 +"47229",5705,7944 +"47230",5705,8856 +"47231",5705,9933 +"47232",5705,12171 +"47233",5705,12341 +"47234",5705,12410 +"47235",5705,15019 +"47236",5705,15532 +"47237",5705,15908 +"47238",5705,17536 +"47239",5705,18270 +"47240",5705,20449 +"47241",5705,21088 +"47242",5705,23847 +"47243",5705,24012 +"47244",5705,24910 +"47245",5705,25758 +"47246",5705,26537 +"47247",5705,26872 +"47248",5705,28767 +"47249",5705,28871 +"47250",5705,30334 +"47251",5705,35496 +"47252",5705,37610 +"47253",5705,37636 +"47254",5705,37844 +"47255",5705,39435 +"47256",5705,40131 +"47257",5705,40166 +"47258",5705,40392 +"47259",5705,40905 +"47260",5705,41030 +"47261",5705,41527 +"47262",5705,41529 +"47263",5705,41778 +"47264",5705,43147 +"47265",5705,43234 +"47266",5705,43858 +"47267",5705,44828 +"47268",5705,45657 +"47269",5705,45933 +"47270",5705,46434 +"47271",5705,46788 +"47272",5705,47123 +"47273",5705,47488 +"47274",5705,48909 +"47275",5705,49859 +"47276",5705,50064 +"47277",5705,50067 +"47278",5705,50554 +"47279",5705,50879 +"47280",5705,51783 +"47281",5705,52018 +"47282",5705,53444 +"47283",5705,53527 +"47284",5705,53555 +"47285",5705,54275 +"47286",5705,56628 +"47287",5705,58004 +"47288",5705,58068 +"47289",5705,58633 +"47290",5705,58724 +"47291",5705,61111 +"47292",5705,61127 +"47293",5705,63257 +"47294",5705,63602 +"47295",5705,68287 +"47296",5706,15763 +"47297",5708,25607 +"47298",5708,33880 +"47299",5708,46576 +"47300",5709,41167 +"47301",5710,12372 +"47302",5710,12976 +"47303",5710,13591 +"47304",5710,13597 +"47305",5710,13663 +"47306",5710,18378 +"47307",5710,35872 +"47308",5710,43281 +"47309",5710,78563 +"47310",5710,78696 +"47311",5712,20307 +"47312",5713,10033 +"47313",5713,10070 +"47314",5713,10889 +"47315",5713,13124 +"47316",5713,14182 +"47317",5713,18345 +"47318",5713,24302 +"47319",5713,52764 +"47320",5713,62438 +"47321",5713,68096 +"47322",5713,86558 +"47323",5713,89270 +"47324",5714,9565 +"47325",5714,14699 +"47326",5714,16052 +"47327",5714,19637 +"47328",5714,44902 +"47329",5714,45956 +"47330",5714,48334 +"47331",5714,53935 +"47332",5714,76337 +"47333",5714,77548 +"47334",5714,78132 +"47335",5714,83492 +"47336",5714,88387 +"47337",5715,6254 +"47338",5715,83360 +"47339",5716,5984 +"47340",5716,5986 +"47341",5716,6108 +"47342",5716,6318 +"47343",5716,6366 +"47344",5716,6417 +"47345",5716,7222 +"47346",5716,7233 +"47347",5716,7272 +"47348",5716,8912 +"47349",5716,9978 +"47350",5716,10390 +"47351",5716,11218 +"47352",5716,11734 +"47353",5716,12042 +"47354",5716,14855 +"47355",5716,16352 +"47356",5716,17400 +"47357",5716,21447 +"47358",5716,21848 +"47359",5716,22381 +"47360",5716,23606 +"47361",5716,25264 +"47362",5716,26066 +"47363",5716,28002 +"47364",5716,29561 +"47365",5716,34735 +"47366",5716,34930 +"47367",5716,43344 +"47368",5716,51299 +"47369",5716,53134 +"47370",5716,54929 +"47371",5716,56236 +"47372",5716,67817 +"47373",5716,70806 +"47374",5716,70934 +"47375",5716,72204 +"47376",5716,76904 +"47377",5716,76991 +"47378",5716,77745 +"47379",5716,80219 +"47380",5716,83813 +"47381",5716,91443 +"47382",5717,87407 +"47383",5717,99830 +"47384",5718,12662 +"47385",5719,44032 +"47386",5719,64459 +"47387",5719,85253 +"47388",5720,82255 +"47389",5721,5799 +"47390",5721,7637 +"47391",5721,8824 +"47392",5721,8876 +"47393",5721,15410 +"47394",5721,20646 +"47395",5722,5797 +"47396",5722,12632 +"47397",5722,23099 +"47398",5722,31987 +"47399",5722,33312 +"47400",5722,36274 +"47401",5722,42859 +"47402",5722,43842 +"47403",5722,64803 +"47404",5722,70891 +"47405",5722,71289 +"47406",5722,72084 +"47407",5722,75723 +"47408",5722,76309 +"47409",5722,80808 +"47410",5722,94512 +"47411",5722,102394 +"47412",5722,114233 +"47413",5722,118248 +"47414",5723,30584 +"47415",5723,55875 +"47416",5723,90709 +"47417",5723,94765 +"47418",5723,112915 +"47419",5723,119992 +"47420",5723,121110 +"47421",5724,29045 +"47422",5724,78397 +"47423",5724,84411 +"47424",5725,8533 +"47425",5725,10887 +"47426",5725,12845 +"47427",5725,13642 +"47428",5725,18030 +"47429",5725,22084 +"47430",5725,28285 +"47431",5725,31458 +"47432",5725,33574 +"47433",5725,36036 +"47434",5725,36733 +"47435",5725,39049 +"47436",5725,39050 +"47437",5725,39051 +"47438",5725,39087 +"47439",5725,39115 +"47440",5725,39132 +"47441",5725,39136 +"47442",5725,41922 +"47443",5725,42260 +"47444",5725,47947 +"47445",5725,51435 +"47446",5725,52701 +"47447",5725,58035 +"47448",5725,59952 +"47449",5725,60025 +"47450",5725,61612 +"47451",5725,61643 +"47452",5725,62840 +"47453",5726,104502 +"47454",5728,9830 +"47455",5728,12471 +"47456",5728,13198 +"47457",5728,13405 +"47458",5728,19106 +"47459",5728,21374 +"47460",5728,21532 +"47461",5728,26776 +"47462",5728,27221 +"47463",5728,30413 +"47464",5728,37702 +"47465",5728,37855 +"47466",5728,48836 +"47467",5728,52759 +"47468",5728,59001 +"47469",5728,77576 +"47470",5729,8174 +"47471",5729,11109 +"47472",5729,11832 +"47473",5729,14340 +"47474",5729,14356 +"47475",5729,14485 +"47476",5729,18070 +"47477",5729,24052 +"47478",5729,24165 +"47479",5729,65122 +"47480",5729,67251 +"47481",5730,11163 +"47482",5730,51386 +"47483",5730,61635 +"47484",5730,61641 +"47485",5730,76959 +"47486",5730,76965 +"47487",5731,8523 +"47488",5731,23985 +"47489",5731,26392 +"47490",5731,36521 +"47491",5731,48349 +"47492",5731,49528 +"47493",5732,40533 +"47494",5732,53496 +"47495",5733,39917 +"47496",5733,54027 +"47497",5734,6937 +"47498",5734,12451 +"47499",5734,12814 +"47500",5734,37522 +"47501",5734,50903 +"47502",5734,78940 +"47503",5735,18666 +"47504",5735,34260 +"47505",5735,49473 +"47506",5735,50547 +"47507",5735,51900 +"47508",5735,65051 +"47509",5735,65323 +"47510",5735,69039 +"47511",5735,75997 +"47512",5735,92249 +"47513",5736,114977 +"47514",5737,32120 +"47515",5737,39273 +"47516",5737,44345 +"47517",5738,83558 +"47518",5738,113977 +"47519",5738,114295 +"47520",5739,14855 +"47521",5739,32694 +"47522",5739,45396 +"47523",5739,55234 +"47524",5739,55269 +"47525",5739,56604 +"47526",5740,5787 +"47527",5740,10371 +"47528",5740,10577 +"47529",5740,44092 +"47530",5741,5758 +"47531",5741,8675 +"47532",5741,16383 +"47533",5741,18931 +"47534",5741,52976 +"47535",5742,26841 +"47536",5742,27145 +"47537",5742,84365 +"47538",5743,7232 +"47539",5743,11670 +"47540",5743,22033 +"47541",5743,70613 +"47542",5744,6896 +"47543",5744,10493 +"47544",5744,90459 +"47545",5744,90476 +"47546",5745,6358 +"47547",5745,8781 +"47548",5745,29285 +"47549",5745,33706 +"47550",5745,34809 +"47551",5745,44795 +"47552",5745,49217 +"47553",5745,49230 +"47554",5745,57912 +"47555",5745,65111 +"47556",5745,69312 +"47557",5745,75346 +"47558",5746,5801 +"47559",5746,6046 +"47560",5747,6260 +"47561",5747,6750 +"47562",5747,6751 +"47563",5747,6806 +"47564",5747,10032 +"47565",5747,10789 +"47566",5747,11006 +"47567",5747,19248 +"47568",5747,19719 +"47569",5747,27694 +"47570",5747,29783 +"47571",5747,44960 +"47572",5747,49194 +"47573",5747,49302 +"47574",5747,61982 +"47575",5747,62331 +"47576",5747,65405 +"47577",5747,65947 +"47578",5748,13891 +"47579",5749,46609 +"47580",5749,77515 +"47581",5750,5751 +"47582",5750,5784 +"47583",5750,5899 +"47584",5750,6038 +"47585",5750,6051 +"47586",5750,7627 +"47587",5750,11460 +"47588",5750,12406 +"47589",5750,20656 +"47590",5750,22601 +"47591",5750,23976 +"47592",5750,26986 +"47593",5750,37394 +"47594",5750,43109 +"47595",5750,53618 +"47596",5750,53814 +"47597",5750,59010 +"47598",5750,61262 +"47599",5750,69948 +"47600",5750,80783 +"47601",5750,86742 +"47602",5751,5784 +"47603",5751,5899 +"47604",5751,16971 +"47605",5751,17754 +"47606",5751,67843 +"47607",5751,92410 +"47608",5752,12844 +"47609",5752,25136 +"47610",5754,25315 +"47611",5754,30730 +"47612",5754,30789 +"47613",5754,56605 +"47614",5755,7640 +"47615",5755,8513 +"47616",5755,10116 +"47617",5755,17300 +"47618",5755,27393 +"47619",5755,68027 +"47620",5755,73669 +"47621",5756,59987 +"47622",5756,64382 +"47623",5756,81188 +"47624",5757,6089 +"47625",5757,76725 +"47626",5759,26328 +"47627",5759,84500 +"47628",5759,108490 +"47629",5760,18779 +"47630",5761,45830 +"47631",5761,68372 +"47632",5761,73550 +"47633",5761,73590 +"47634",5762,5763 +"47635",5763,27861 +"47636",5763,69956 +"47637",5763,112400 +"47638",5763,114823 +"47639",5764,7331 +"47640",5764,18390 +"47641",5764,26896 +"47642",5764,29857 +"47643",5764,33854 +"47644",5764,33855 +"47645",5764,33949 +"47646",5764,85785 +"47647",5764,108253 +"47648",5764,109533 +"47649",5765,37617 +"47650",5765,89035 +"47651",5765,110973 +"47652",5766,9174 +"47653",5766,42947 +"47654",5766,43359 +"47655",5766,60299 +"47656",5766,87670 +"47657",5767,5768 +"47658",5767,32045 +"47659",5767,33337 +"47660",5767,38484 +"47661",5767,50769 +"47662",5767,50770 +"47663",5767,91183 +"47664",5768,13720 +"47665",5769,13532 +"47666",5769,13622 +"47667",5769,17091 +"47668",5769,27509 +"47669",5769,29698 +"47670",5769,34893 +"47671",5769,41663 +"47672",5769,43494 +"47673",5769,52960 +"47674",5769,61469 +"47675",5769,81149 +"47676",5769,84204 +"47677",5769,95497 +"47678",5769,97241 +"47679",5769,119672 +"47680",5770,5782 +"47681",5771,8301 +"47682",5771,14972 +"47683",5771,16162 +"47684",5771,24012 +"47685",5771,28105 +"47686",5771,32731 +"47687",5771,35518 +"47688",5771,41642 +"47689",5771,48548 +"47690",5771,51020 +"47691",5771,53353 +"47692",5771,59760 +"47693",5771,87126 +"47694",5772,23455 +"47695",5772,42810 +"47696",5772,57033 +"47697",5772,75571 +"47698",5772,91151 +"47699",5772,99994 +"47700",5772,105619 +"47701",5772,105659 +"47702",5773,49841 +"47703",5773,70253 +"47704",5774,6669 +"47705",5774,8322 +"47706",5774,11867 +"47707",5774,12539 +"47708",5774,14185 +"47709",5774,16223 +"47710",5774,19283 +"47711",5774,30881 +"47712",5774,42800 +"47713",5774,46977 +"47714",5774,52343 +"47715",5774,57667 +"47716",5774,61569 +"47717",5774,63548 +"47718",5774,64826 +"47719",5774,67795 +"47720",5774,76525 +"47721",5774,76716 +"47722",5774,79964 +"47723",5774,85723 +"47724",5774,86424 +"47725",5774,89655 +"47726",5774,89853 +"47727",5774,97815 +"47728",5774,100144 +"47729",5774,100207 +"47730",5774,103257 +"47731",5774,103398 +"47732",5774,109957 +"47733",5774,116235 +"47734",5774,119018 +"47735",5774,120022 +"47736",5775,13598 +"47737",5775,40353 +"47738",5775,40785 +"47739",5775,99526 +"47740",5775,117750 +"47741",5776,26553 +"47742",5776,72273 +"47743",5776,76294 +"47744",5776,82069 +"47745",5776,87856 +"47746",5776,89918 +"47747",5776,100464 +"47748",5776,110299 +"47749",5777,32476 +"47750",5777,49469 +"47751",5777,81845 +"47752",5777,82753 +"47753",5777,84615 +"47754",5777,93092 +"47755",5777,93135 +"47756",5777,118684 +"47757",5778,53670 +"47758",5778,104895 +"47759",5778,105312 +"47760",5779,72772 +"47761",5779,83546 +"47762",5779,110534 +"47763",5780,5781 +"47764",5781,12112 +"47765",5781,44288 +"47766",5781,90839 +"47767",5782,7786 +"47768",5782,11104 +"47769",5782,12416 +"47770",5782,24504 +"47771",5782,24983 +"47772",5782,38941 +"47773",5782,57452 +"47774",5783,5963 +"47775",5783,9600 +"47776",5783,13314 +"47777",5783,17824 +"47778",5783,26993 +"47779",5783,31638 +"47780",5783,34119 +"47781",5783,38578 +"47782",5783,38789 +"47783",5783,41888 +"47784",5783,44080 +"47785",5783,46602 +"47786",5783,47410 +"47787",5783,52145 +"47788",5783,58394 +"47789",5783,65911 +"47790",5783,70272 +"47791",5783,75146 +"47792",5783,79039 +"47793",5783,85750 +"47794",5783,91037 +"47795",5783,91115 +"47796",5783,92948 +"47797",5783,93878 +"47798",5783,96027 +"47799",5783,96068 +"47800",5783,99311 +"47801",5783,101270 +"47802",5783,101354 +"47803",5783,105077 +"47804",5783,109336 +"47805",5783,112701 +"47806",5783,112702 +"47807",5783,112751 +"47808",5783,116576 +"47809",5783,119514 +"47810",5783,120122 +"47811",5783,120133 +"47812",5784,5899 +"47813",5784,11064 +"47814",5784,12421 +"47815",5784,15756 +"47816",5784,32064 +"47817",5784,34238 +"47818",5784,34267 +"47819",5784,34282 +"47820",5784,58429 +"47821",5784,59539 +"47822",5784,60135 +"47823",5784,72799 +"47824",5785,22226 +"47825",5785,30157 +"47826",5785,44921 +"47827",5785,50487 +"47828",5785,51228 +"47829",5785,84475 +"47830",5785,99702 +"47831",5785,100780 +"47832",5785,107134 +"47833",5785,111325 +"47834",5785,112014 +"47835",5785,112932 +"47836",5786,6750 +"47837",5786,14839 +"47838",5786,24427 +"47839",5786,45691 +"47840",5786,48953 +"47841",5786,101314 +"47842",5786,101315 +"47843",5786,113698 +"47844",5787,12037 +"47845",5788,20319 +"47846",5788,26271 +"47847",5788,26322 +"47848",5788,50027 +"47849",5788,72587 +"47850",5788,87477 +"47851",5788,93854 +"47852",5788,102807 +"47853",5789,10824 +"47854",5789,10907 +"47855",5789,22876 +"47856",5789,27363 +"47857",5789,73415 +"47858",5789,80493 +"47859",5790,42513 +"47860",5790,42546 +"47861",5790,51775 +"47862",5790,91636 +"47863",5791,5795 +"47864",5791,62321 +"47865",5792,7815 +"47866",5792,16054 +"47867",5792,37652 +"47868",5792,46486 +"47869",5792,57995 +"47870",5792,81135 +"47871",5792,89185 +"47872",5792,90709 +"47873",5792,99332 +"47874",5793,21903 +"47875",5793,46912 +"47876",5793,72995 +"47877",5793,76180 +"47878",5794,19703 +"47879",5794,38415 +"47880",5794,40159 +"47881",5794,65507 +"47882",5794,68817 +"47883",5794,111218 +"47884",5795,16750 +"47885",5795,27391 +"47886",5796,25583 +"47887",5796,30296 +"47888",5796,32559 +"47889",5796,33352 +"47890",5796,36065 +"47891",5796,103109 +"47892",5798,6151 +"47893",5798,35803 +"47894",5798,111793 +"47895",5799,7239 +"47896",5799,26988 +"47897",5799,72799 +"47898",5799,77836 +"47899",5800,6216 +"47900",5800,27726 +"47901",5800,46850 +"47902",5800,63424 +"47903",5800,75599 +"47904",5800,76158 +"47905",5800,90475 +"47906",5800,90607 +"47907",5800,95777 +"47908",5800,112471 +"47909",5801,6046 +"47910",5801,7034 +"47911",5801,7654 +"47912",5801,17729 +"47913",5801,20319 +"47914",5801,20337 +"47915",5801,22792 +"47916",5801,25816 +"47917",5801,28468 +"47918",5801,35617 +"47919",5801,46577 +"47920",5801,46923 +"47921",5801,57129 +"47922",5801,82077 +"47923",5802,5839 +"47924",5802,5867 +"47925",5802,11499 +"47926",5802,13753 +"47927",5802,18039 +"47928",5802,19718 +"47929",5802,21597 +"47930",5802,25816 +"47931",5802,26342 +"47932",5802,40250 +"47933",5802,40931 +"47934",5802,50690 +"47935",5802,55374 +"47936",5802,59379 +"47937",5802,66417 +"47938",5803,6585 +"47939",5803,12797 +"47940",5803,15402 +"47941",5803,19128 +"47942",5803,23492 +"47943",5803,30325 +"47944",5803,39294 +"47945",5803,40215 +"47946",5803,56644 +"47947",5803,57836 +"47948",5803,59315 +"47949",5803,59693 +"47950",5803,68403 +"47951",5803,84157 +"47952",5803,87837 +"47953",5804,65879 +"47954",5804,76338 +"47955",5804,93843 +"47956",5804,95799 +"47957",5804,95844 +"47958",5805,6317 +"47959",5805,36760 +"47960",5806,6053 +"47961",5806,6063 +"47962",5806,6254 +"47963",5806,6560 +"47964",5806,7581 +"47965",5806,8307 +"47966",5806,8534 +"47967",5806,9366 +"47968",5806,11766 +"47969",5806,12735 +"47970",5806,12779 +"47971",5806,13360 +"47972",5806,13942 +"47973",5806,15027 +"47974",5806,15185 +"47975",5806,15216 +"47976",5806,15964 +"47977",5806,16252 +"47978",5806,16872 +"47979",5806,17145 +"47980",5806,17508 +"47981",5806,18060 +"47982",5806,18217 +"47983",5806,22462 +"47984",5806,22823 +"47985",5806,23147 +"47986",5806,23421 +"47987",5806,23632 +"47988",5806,23953 +"47989",5806,24495 +"47990",5806,24710 +"47991",5806,25143 +"47992",5806,25303 +"47993",5806,25664 +"47994",5806,26407 +"47995",5806,27174 +"47996",5806,27196 +"47997",5806,27710 +"47998",5806,28703 +"47999",5806,29253 +"48000",5806,29341 +"48001",5806,29560 +"48002",5806,29573 +"48003",5806,29868 +"48004",5806,32438 +"48005",5806,32967 +"48006",5806,33223 +"48007",5806,33881 +"48008",5806,34097 +"48009",5806,34330 +"48010",5806,34513 +"48011",5806,35400 +"48012",5806,36476 +"48013",5806,36547 +"48014",5806,36745 +"48015",5806,37821 +"48016",5806,37931 +"48017",5806,38319 +"48018",5806,39398 +"48019",5806,39492 +"48020",5806,40320 +"48021",5806,40373 +"48022",5806,40542 +"48023",5806,41182 +"48024",5806,42131 +"48025",5806,46843 +"48026",5806,48331 +"48027",5807,20524 +"48028",5808,100707 +"48029",5809,37997 +"48030",5809,61278 +"48031",5809,80623 +"48032",5809,80642 +"48033",5809,100735 +"48034",5810,5849 +"48035",5810,17448 +"48036",5810,25596 +"48037",5810,26608 +"48038",5810,29951 +"48039",5810,31219 +"48040",5810,31968 +"48041",5810,32300 +"48042",5810,53789 +"48043",5810,63132 +"48044",5810,71932 +"48045",5810,77414 +"48046",5810,86053 +"48047",5810,103290 +"48048",5811,9429 +"48049",5811,9499 +"48050",5811,17113 +"48051",5811,21012 +"48052",5811,34469 +"48053",5811,55479 +"48054",5812,5864 +"48055",5812,8301 +"48056",5812,11460 +"48057",5812,12480 +"48058",5812,22866 +"48059",5812,29141 +"48060",5812,29811 +"48061",5812,33319 +"48062",5812,35518 +"48063",5812,38789 +"48064",5812,41642 +"48065",5812,48295 +"48066",5812,53353 +"48067",5812,68432 +"48068",5812,78986 +"48069",5812,80867 +"48070",5812,90947 +"48071",5812,99629 +"48072",5812,111004 +"48073",5812,111055 +"48074",5813,7090 +"48075",5813,21035 +"48076",5813,29366 +"48077",5813,31978 +"48078",5813,32724 +"48079",5813,37248 +"48080",5813,40015 +"48081",5813,75248 +"48082",5814,10690 +"48083",5814,33751 +"48084",5814,43869 +"48085",5814,44006 +"48086",5815,22938 +"48087",5816,12829 +"48088",5816,13378 +"48089",5816,13425 +"48090",5816,16781 +"48091",5816,40682 +"48092",5816,41510 +"48093",5816,60583 +"48094",5816,78275 +"48095",5816,78333 +"48096",5816,78343 +"48097",5816,80080 +"48098",5816,81715 +"48099",5816,81720 +"48100",5816,83788 +"48101",5816,84152 +"48102",5817,25213 +"48103",5819,18535 +"48104",5819,31733 +"48105",5819,76472 +"48106",5819,104342 +"48107",5819,106123 +"48108",5820,5835 +"48109",5820,5840 +"48110",5820,5865 +"48111",5820,7406 +"48112",5820,8066 +"48113",5820,22808 +"48114",5820,36217 +"48115",5820,46617 +"48116",5820,49711 +"48117",5820,49952 +"48118",5820,50114 +"48119",5820,63475 +"48120",5820,64253 +"48121",5821,69633 +"48122",5822,9858 +"48123",5822,11556 +"48124",5822,13169 +"48125",5822,14848 +"48126",5822,47495 +"48127",5822,99597 +"48128",5822,99675 +"48129",5822,99676 +"48130",5822,101635 +"48131",5823,42969 +"48132",5823,109743 +"48133",5824,53330 +"48134",5824,81846 +"48135",5825,5826 +"48136",5825,14221 +"48137",5825,77123 +"48138",5825,87545 +"48139",5825,89007 +"48140",5825,104612 +"48141",5825,107317 +"48142",5826,28780 +"48143",5826,65728 +"48144",5826,92138 +"48145",5827,5843 +"48146",5827,5850 +"48147",5827,6255 +"48148",5827,9633 +"48149",5827,16269 +"48150",5827,19880 +"48151",5827,19947 +"48152",5827,19948 +"48153",5827,20495 +"48154",5827,48080 +"48155",5828,11702 +"48156",5828,23954 +"48157",5828,40003 +"48158",5828,51390 +"48159",5829,38564 +"48160",5829,119029 +"48161",5830,5863 +"48162",5830,6336 +"48163",5830,6343 +"48164",5831,29698 +"48165",5831,57082 +"48166",5831,61115 +"48167",5832,6152 +"48168",5832,76054 +"48169",5832,76153 +"48170",5832,82425 +"48171",5833,7321 +"48172",5833,7748 +"48173",5833,8783 +"48174",5833,8971 +"48175",5833,14665 +"48176",5833,15012 +"48177",5833,24040 +"48178",5833,27280 +"48179",5833,38461 +"48180",5833,39428 +"48181",5833,42199 +"48182",5833,43445 +"48183",5833,45435 +"48184",5833,45507 +"48185",5833,59279 +"48186",5833,61791 +"48187",5833,66019 +"48188",5833,67200 +"48189",5833,72062 +"48190",5833,82324 +"48191",5833,85366 +"48192",5833,88067 +"48193",5833,104523 +"48194",5833,110015 +"48195",5833,110124 +"48196",5833,112220 +"48197",5833,116894 +"48198",5834,76026 +"48199",5834,109665 +"48200",5835,5840 +"48201",5835,5865 +"48202",5836,7915 +"48203",5836,25176 +"48204",5836,57590 +"48205",5836,65657 +"48206",5836,74169 +"48207",5836,94035 +"48208",5836,95722 +"48209",5836,97505 +"48210",5837,101477 +"48211",5837,110149 +"48212",5838,39285 +"48213",5838,39396 +"48214",5838,67426 +"48215",5839,5867 +"48216",5839,7315 +"48217",5839,11351 +"48218",5839,17532 +"48219",5839,18343 +"48220",5839,18915 +"48221",5839,19718 +"48222",5839,33652 +"48223",5839,34169 +"48224",5839,40928 +"48225",5839,49120 +"48226",5839,59442 +"48227",5839,87500 +"48228",5840,5865 +"48229",5840,7185 +"48230",5840,7406 +"48231",5840,7429 +"48232",5840,7439 +"48233",5840,18854 +"48234",5840,23201 +"48235",5840,23252 +"48236",5840,23527 +"48237",5840,34692 +"48238",5840,36217 +"48239",5840,48070 +"48240",5840,49711 +"48241",5840,49952 +"48242",5840,50114 +"48243",5840,51300 +"48244",5840,56499 +"48245",5840,68217 +"48246",5841,47743 +"48247",5842,8248 +"48248",5842,18970 +"48249",5842,22424 +"48250",5842,41428 +"48251",5842,43552 +"48252",5842,61633 +"48253",5842,64153 +"48254",5842,116000 +"48255",5842,116037 +"48256",5843,5850 +"48257",5843,6255 +"48258",5843,26634 +"48259",5843,45940 +"48260",5844,15820 +"48261",5844,15899 +"48262",5844,19528 +"48263",5844,24249 +"48264",5844,27119 +"48265",5844,33259 +"48266",5844,51119 +"48267",5844,82525 +"48268",5844,92776 +"48269",5845,7723 +"48270",5845,11036 +"48271",5845,11184 +"48272",5845,21559 +"48273",5845,24828 +"48274",5845,27483 +"48275",5845,27959 +"48276",5845,28341 +"48277",5845,30625 +"48278",5845,31046 +"48279",5845,46072 +"48280",5845,49193 +"48281",5845,52186 +"48282",5845,54054 +"48283",5845,58301 +"48284",5845,75422 +"48285",5846,31700 +"48286",5846,32258 +"48287",5846,82825 +"48288",5846,83726 +"48289",5846,99149 +"48290",5846,99201 +"48291",5846,104762 +"48292",5847,6093 +"48293",5847,16102 +"48294",5847,37836 +"48295",5847,72235 +"48296",5847,89319 +"48297",5848,14676 +"48298",5848,19817 +"48299",5848,24188 +"48300",5848,33329 +"48301",5848,34067 +"48302",5848,45293 +"48303",5848,47444 +"48304",5848,105886 +"48305",5849,17596 +"48306",5849,84711 +"48307",5849,100303 +"48308",5850,6255 +"48309",5851,5890 +"48310",5851,5962 +"48311",5851,7565 +"48312",5851,8592 +"48313",5851,10336 +"48314",5851,11190 +"48315",5851,14140 +"48316",5851,16286 +"48317",5851,30390 +"48318",5851,41591 +"48319",5851,79374 +"48320",5852,6207 +"48321",5852,14192 +"48322",5852,14565 +"48323",5852,14722 +"48324",5852,17805 +"48325",5852,17936 +"48326",5852,17970 +"48327",5853,95890 +"48328",5854,27683 +"48329",5855,16683 +"48330",5855,24833 +"48331",5855,39871 +"48332",5855,59163 +"48333",5855,92827 +"48334",5856,9018 +"48335",5856,38991 +"48336",5856,110228 +"48337",5857,27262 +"48338",5857,44403 +"48339",5857,92718 +"48340",5858,6399 +"48341",5858,68498 +"48342",5858,121129 +"48343",5861,45690 +"48344",5861,88986 +"48345",5861,90048 +"48346",5862,6171 +"48347",5862,44620 +"48348",5862,54214 +"48349",5863,6336 +"48350",5863,6343 +"48351",5863,7330 +"48352",5863,7485 +"48353",5863,8274 +"48354",5863,8327 +"48355",5863,8330 +"48356",5863,8352 +"48357",5863,8357 +"48358",5863,8359 +"48359",5863,8434 +"48360",5863,22659 +"48361",5863,24653 +"48362",5863,27402 +"48363",5863,31117 +"48364",5863,33464 +"48365",5863,40012 +"48366",5863,41471 +"48367",5863,49615 +"48368",5863,53401 +"48369",5863,65153 +"48370",5864,8301 +"48371",5864,12480 +"48372",5864,16260 +"48373",5864,22081 +"48374",5864,34602 +"48375",5864,38059 +"48376",5864,38789 +"48377",5864,42219 +"48378",5864,48295 +"48379",5864,53353 +"48380",5864,54813 +"48381",5864,68432 +"48382",5864,76271 +"48383",5864,76272 +"48384",5864,76273 +"48385",5864,80867 +"48386",5864,99629 +"48387",5864,111004 +"48388",5864,111055 +"48389",5865,6574 +"48390",5865,7028 +"48391",5865,7056 +"48392",5865,7406 +"48393",5865,7410 +"48394",5865,7429 +"48395",5865,7439 +"48396",5865,9944 +"48397",5865,47591 +"48398",5866,78517 +"48399",5866,116886 +"48400",5867,15365 +"48401",5867,18250 +"48402",5867,33405 +"48403",5867,37095 +"48404",5867,44084 +"48405",5867,48586 +"48406",5867,53503 +"48407",5867,57682 +"48408",5868,6326 +"48409",5868,14257 +"48410",5869,43128 +"48411",5869,55943 +"48412",5869,73743 +"48413",5869,74685 +"48414",5869,80672 +"48415",5869,80880 +"48416",5869,80881 +"48417",5870,17804 +"48418",5871,5929 +"48419",5871,31889 +"48420",5871,90352 +"48421",5871,91268 +"48422",5872,14216 +"48423",5872,34502 +"48424",5872,43339 +"48425",5872,43407 +"48426",5873,12281 +"48427",5873,16546 +"48428",5874,6961 +"48429",5874,7655 +"48430",5874,10431 +"48431",5874,10585 +"48432",5874,15331 +"48433",5874,15597 +"48434",5874,24635 +"48435",5874,31403 +"48436",5874,38452 +"48437",5874,42282 +"48438",5874,43252 +"48439",5874,51273 +"48440",5874,55386 +"48441",5874,56100 +"48442",5874,60430 +"48443",5874,71252 +"48444",5874,75255 +"48445",5874,84459 +"48446",5874,86139 +"48447",5875,41835 +"48448",5875,75685 +"48449",5875,81865 +"48450",5876,8360 +"48451",5877,5910 +"48452",5878,119888 +"48453",5879,18639 +"48454",5879,98893 +"48455",5879,105861 +"48456",5879,106563 +"48457",5880,5888 +"48458",5880,5914 +"48459",5880,5926 +"48460",5881,10091 +"48461",5881,20071 +"48462",5881,20235 +"48463",5881,26326 +"48464",5881,37235 +"48465",5881,39979 +"48466",5881,44061 +"48467",5881,57413 +"48468",5881,57697 +"48469",5881,58390 +"48470",5881,59637 +"48471",5881,62809 +"48472",5881,66763 +"48473",5881,72318 +"48474",5881,103823 +"48475",5882,5961 +"48476",5882,10893 +"48477",5882,12241 +"48478",5882,17998 +"48479",5882,24465 +"48480",5882,25900 +"48481",5882,26100 +"48482",5882,30071 +"48483",5882,44095 +"48484",5882,77930 +"48485",5883,60447 +"48486",5884,12724 +"48487",5884,16165 +"48488",5885,16219 +"48489",5886,10203 +"48490",5886,83967 +"48491",5888,5914 +"48492",5888,5926 +"48493",5888,69537 +"48494",5888,116953 +"48495",5889,5934 +"48496",5889,12636 +"48497",5889,17691 +"48498",5889,30618 +"48499",5889,37258 +"48500",5889,46938 +"48501",5889,50877 +"48502",5889,51044 +"48503",5890,5962 +"48504",5890,6119 +"48505",5890,6467 +"48506",5890,8592 +"48507",5890,9116 +"48508",5890,10336 +"48509",5890,11190 +"48510",5890,13678 +"48511",5890,14140 +"48512",5890,14520 +"48513",5890,16286 +"48514",5890,18768 +"48515",5890,19090 +"48516",5890,19460 +"48517",5890,35369 +"48518",5890,37215 +"48519",5890,51121 +"48520",5890,51360 +"48521",5890,51764 +"48522",5890,53828 +"48523",5890,61801 +"48524",5890,70054 +"48525",5890,75404 +"48526",5890,75430 +"48527",5890,76818 +"48528",5890,77565 +"48529",5890,77637 +"48530",5890,78645 +"48531",5890,79420 +"48532",5890,87434 +"48533",5890,92855 +"48534",5890,104828 +"48535",5890,104832 +"48536",5891,7179 +"48537",5891,36900 +"48538",5891,45744 +"48539",5892,19248 +"48540",5892,21415 +"48541",5892,27694 +"48542",5892,56695 +"48543",5893,5906 +"48544",5893,5918 +"48545",5893,6762 +"48546",5893,22477 +"48547",5894,12789 +"48548",5895,12116 +"48549",5895,13572 +"48550",5895,22410 +"48551",5895,22541 +"48552",5895,23498 +"48553",5895,23560 +"48554",5895,41098 +"48555",5895,48501 +"48556",5895,58075 +"48557",5895,67377 +"48558",5895,75124 +"48559",5895,84285 +"48560",5895,88056 +"48561",5896,6293 +"48562",5896,6459 +"48563",5896,6997 +"48564",5896,7798 +"48565",5896,8865 +"48566",5896,13184 +"48567",5896,13808 +"48568",5896,16445 +"48569",5896,21217 +"48570",5896,22855 +"48571",5896,22989 +"48572",5896,23066 +"48573",5896,26739 +"48574",5896,27908 +"48575",5896,29267 +"48576",5896,29526 +"48577",5896,31635 +"48578",5896,32399 +"48579",5896,34172 +"48580",5896,35903 +"48581",5896,40199 +"48582",5896,41691 +"48583",5896,46486 +"48584",5896,51016 +"48585",5896,55861 +"48586",5896,57413 +"48587",5896,72318 +"48588",5896,77031 +"48589",5896,95155 +"48590",5896,96920 +"48591",5896,102561 +"48592",5896,107023 +"48593",5896,108620 +"48594",5896,114882 +"48595",5897,7526 +"48596",5897,10691 +"48597",5897,14194 +"48598",5897,17497 +"48599",5897,23624 +"48600",5897,28904 +"48601",5897,31774 +"48602",5897,50213 +"48603",5897,65402 +"48604",5897,65687 +"48605",5897,75176 +"48606",5897,85277 +"48607",5897,95269 +"48608",5897,96303 +"48609",5897,117675 +"48610",5898,13767 +"48611",5898,37683 +"48612",5899,6211 +"48613",5899,7627 +"48614",5899,15003 +"48615",5899,39982 +"48616",5899,52969 +"48617",5900,6348 +"48618",5901,6010 +"48619",5901,20765 +"48620",5901,24288 +"48621",5901,24303 +"48622",5901,24320 +"48623",5903,10503 +"48624",5903,18318 +"48625",5903,18428 +"48626",5903,26723 +"48627",5903,29128 +"48628",5903,39351 +"48629",5903,45308 +"48630",5903,51740 +"48631",5903,71106 +"48632",5903,78149 +"48633",5903,86151 +"48634",5903,100909 +"48635",5903,123235 +"48636",5904,12650 +"48637",5904,12943 +"48638",5904,13082 +"48639",5904,13421 +"48640",5905,6373 +"48641",5905,6575 +"48642",5905,7523 +"48643",5905,11003 +"48644",5905,16574 +"48645",5905,17337 +"48646",5905,18732 +"48647",5905,22955 +"48648",5905,33701 +"48649",5905,38716 +"48650",5905,66379 +"48651",5905,69956 +"48652",5905,70018 +"48653",5905,83739 +"48654",5906,5918 +"48655",5906,24631 +"48656",5906,25006 +"48657",5906,25421 +"48658",5906,25454 +"48659",5906,26397 +"48660",5906,55750 +"48661",5906,55751 +"48662",5907,6615 +"48663",5907,8217 +"48664",5907,22368 +"48665",5907,22929 +"48666",5907,29557 +"48667",5907,30651 +"48668",5907,43991 +"48669",5907,53358 +"48670",5908,18571 +"48671",5908,25199 +"48672",5908,28410 +"48673",5908,31693 +"48674",5908,33596 +"48675",5908,36129 +"48676",5908,38755 +"48677",5908,39105 +"48678",5908,46951 +"48679",5908,65726 +"48680",5908,68705 +"48681",5908,82801 +"48682",5908,85307 +"48683",5908,88493 +"48684",5908,94398 +"48685",5908,103826 +"48686",5909,11274 +"48687",5909,27590 +"48688",5909,30172 +"48689",5909,41382 +"48690",5909,47366 +"48691",5909,55880 +"48692",5909,59341 +"48693",5909,64460 +"48694",5909,64882 +"48695",5909,84065 +"48696",5909,90845 +"48697",5910,24746 +"48698",5910,26507 +"48699",5910,75302 +"48700",5910,75761 +"48701",5910,75762 +"48702",5910,75763 +"48703",5910,75764 +"48704",5910,75765 +"48705",5911,8094 +"48706",5911,8721 +"48707",5911,9008 +"48708",5911,10239 +"48709",5911,18597 +"48710",5911,18916 +"48711",5911,19524 +"48712",5911,20279 +"48713",5911,20942 +"48714",5911,21008 +"48715",5911,21241 +"48716",5911,25710 +"48717",5911,32706 +"48718",5911,34156 +"48719",5911,51657 +"48720",5911,60209 +"48721",5911,63056 +"48722",5911,70583 +"48723",5911,73960 +"48724",5911,79471 +"48725",5911,94746 +"48726",5911,96199 +"48727",5911,117766 +"48728",5911,117863 +"48729",5912,8029 +"48730",5912,16335 +"48731",5912,17484 +"48732",5912,21755 +"48733",5912,21914 +"48734",5912,29483 +"48735",5912,34618 +"48736",5912,36926 +"48737",5912,61696 +"48738",5913,8809 +"48739",5913,44153 +"48740",5913,63992 +"48741",5913,83785 +"48742",5913,111281 +"48743",5913,122613 +"48744",5914,5926 +"48745",5914,32424 +"48746",5915,20766 +"48747",5915,86444 +"48748",5916,5993 +"48749",5916,6005 +"48750",5916,12362 +"48751",5916,12901 +"48752",5916,20017 +"48753",5916,20095 +"48754",5916,20167 +"48755",5916,24806 +"48756",5916,38432 +"48757",5916,54514 +"48758",5917,24324 +"48759",5917,95573 +"48760",5918,24631 +"48761",5918,25006 +"48762",5918,25421 +"48763",5918,25454 +"48764",5918,26397 +"48765",5918,55750 +"48766",5918,55751 +"48767",5918,88890 +"48768",5918,103455 +"48769",5919,7243 +"48770",5919,9007 +"48771",5919,9178 +"48772",5919,13667 +"48773",5919,17875 +"48774",5919,22699 +"48775",5919,25296 +"48776",5919,62474 +"48777",5919,66587 +"48778",5919,66647 +"48779",5919,66718 +"48780",5919,68728 +"48781",5919,69646 +"48782",5919,72988 +"48783",5919,79666 +"48784",5919,89666 +"48785",5920,6449 +"48786",5920,8992 +"48787",5920,10543 +"48788",5920,13963 +"48789",5920,14918 +"48790",5920,18857 +"48791",5920,20850 +"48792",5920,24653 +"48793",5920,53989 +"48794",5920,65628 +"48795",5920,81315 +"48796",5921,8093 +"48797",5921,22984 +"48798",5921,38741 +"48799",5921,76234 +"48800",5921,83608 +"48801",5921,84782 +"48802",5921,112441 +"48803",5922,6393 +"48804",5922,10652 +"48805",5922,19502 +"48806",5922,23109 +"48807",5922,33872 +"48808",5922,36112 +"48809",5922,54117 +"48810",5922,64100 +"48811",5922,94892 +"48812",5922,94992 +"48813",5923,15142 +"48814",5923,42164 +"48815",5923,51372 +"48816",5923,88222 +"48817",5924,6222 +"48818",5924,6777 +"48819",5924,7556 +"48820",5924,7842 +"48821",5924,8170 +"48822",5924,8476 +"48823",5924,8659 +"48824",5924,9121 +"48825",5924,9135 +"48826",5924,9136 +"48827",5924,9160 +"48828",5924,9182 +"48829",5924,9189 +"48830",5924,9293 +"48831",5924,9311 +"48832",5924,9320 +"48833",5924,11133 +"48834",5924,11517 +"48835",5924,12221 +"48836",5924,13828 +"48837",5924,14561 +"48838",5924,14959 +"48839",5924,17034 +"48840",5924,17582 +"48841",5924,33473 +"48842",5924,36498 +"48843",5924,38921 +"48844",5924,47747 +"48845",5924,56812 +"48846",5924,71516 +"48847",5924,75513 +"48848",5924,84475 +"48849",5924,86129 +"48850",5924,93289 +"48851",5925,72485 +"48852",5927,27035 +"48853",5927,99579 +"48854",5928,37078 +"48855",5928,47878 +"48856",5928,50119 +"48857",5928,101778 +"48858",5928,115322 +"48859",5928,119997 +"48860",5930,45881 +"48861",5931,47955 +"48862",5931,57898 +"48863",5932,6898 +"48864",5932,7001 +"48865",5932,11665 +"48866",5932,16140 +"48867",5932,24954 +"48868",5932,25139 +"48869",5932,26101 +"48870",5932,35674 +"48871",5932,48885 +"48872",5932,50184 +"48873",5932,50660 +"48874",5932,51512 +"48875",5932,58654 +"48876",5932,69564 +"48877",5932,69631 +"48878",5932,75875 +"48879",5932,78544 +"48880",5932,92393 +"48881",5932,101613 +"48882",5932,112010 +"48883",5932,118309 +"48884",5933,14802 +"48885",5933,56139 +"48886",5934,8855 +"48887",5934,8856 +"48888",5934,12394 +"48889",5934,12636 +"48890",5934,12759 +"48891",5934,14361 +"48892",5934,16244 +"48893",5934,16515 +"48894",5934,17691 +"48895",5934,18381 +"48896",5934,18935 +"48897",5934,26207 +"48898",5934,30618 +"48899",5934,41187 +"48900",5934,41723 +"48901",5934,44209 +"48902",5934,46339 +"48903",5934,53273 +"48904",5934,82123 +"48905",5934,97835 +"48906",5935,8544 +"48907",5935,8802 +"48908",5935,11369 +"48909",5935,12947 +"48910",5935,13103 +"48911",5935,15179 +"48912",5935,19864 +"48913",5935,32606 +"48914",5935,33337 +"48915",5935,44269 +"48916",5935,57231 +"48917",5935,60602 +"48918",5935,60905 +"48919",5935,63237 +"48920",5935,63315 +"48921",5935,69346 +"48922",5935,91366 +"48923",5935,112805 +"48924",5935,112816 +"48925",5935,112819 +"48926",5935,120233 +"48927",5936,67285 +"48928",5936,84680 +"48929",5937,11679 +"48930",5937,15320 +"48931",5937,19262 +"48932",5937,22405 +"48933",5937,22406 +"48934",5937,22529 +"48935",5937,22851 +"48936",5937,22852 +"48937",5937,22982 +"48938",5937,22983 +"48939",5937,22994 +"48940",5937,22995 +"48941",5937,23960 +"48942",5937,25118 +"48943",5937,25826 +"48944",5937,32668 +"48945",5937,32841 +"48946",5937,37200 +"48947",5937,39720 +"48948",5937,40978 +"48949",5937,41324 +"48950",5937,41521 +"48951",5937,41825 +"48952",5937,43668 +"48953",5937,51880 +"48954",5937,53636 +"48955",5937,56413 +"48956",5937,62346 +"48957",5937,63073 +"48958",5937,63706 +"48959",5937,75532 +"48960",5937,75934 +"48961",5937,77436 +"48962",5937,78208 +"48963",5937,80988 +"48964",5937,82622 +"48965",5937,83757 +"48966",5937,84015 +"48967",5937,91056 +"48968",5937,92627 +"48969",5937,93703 +"48970",5937,100016 +"48971",5937,100056 +"48972",5937,101356 +"48973",5937,101361 +"48974",5937,101363 +"48975",5937,102059 +"48976",5937,107504 +"48977",5937,108099 +"48978",5937,113431 +"48979",5937,113432 +"48980",5937,120019 +"48981",5937,123011 +"48982",5938,15688 +"48983",5938,30818 +"48984",5938,37946 +"48985",5938,43620 +"48986",5939,17381 +"48987",5939,25687 +"48988",5939,26605 +"48989",5939,26653 +"48990",5939,26780 +"48991",5939,41642 +"48992",5939,48548 +"48993",5939,51765 +"48994",5939,69809 +"48995",5939,78286 +"48996",5939,82002 +"48997",5939,95997 +"48998",5939,113596 +"48999",5939,116522 +"49000",5940,8210 +"49001",5940,8510 +"49002",5940,9391 +"49003",5940,9998 +"49004",5940,10032 +"49005",5940,12336 +"49006",5940,14522 +"49007",5940,42368 +"49008",5940,71025 +"49009",5940,76155 +"49010",5940,78308 +"49011",5940,85313 +"49012",5941,6432 +"49013",5941,6433 +"49014",5941,13150 +"49015",5941,24458 +"49016",5941,38399 +"49017",5941,43014 +"49018",5942,75474 +"49019",5942,96273 +"49020",5943,6260 +"49021",5943,7359 +"49022",5943,21330 +"49023",5943,21693 +"49024",5943,32131 +"49025",5943,32296 +"49026",5943,36331 +"49027",5943,38948 +"49028",5944,7636 +"49029",5944,14081 +"49030",5944,19614 +"49031",5944,34331 +"49032",5944,79874 +"49033",5944,84381 +"49034",5944,99772 +"49035",5945,20812 +"49036",5946,9060 +"49037",5946,11611 +"49038",5946,13512 +"49039",5946,33522 +"49040",5946,43372 +"49041",5946,50195 +"49042",5946,50688 +"49043",5947,90375 +"49044",5947,90382 +"49045",5948,41762 +"49046",5948,43519 +"49047",5948,89315 +"49048",5949,39334 +"49049",5949,45026 +"49050",5949,95421 +"49051",5950,12381 +"49052",5950,22046 +"49053",5950,22423 +"49054",5950,22670 +"49055",5950,27014 +"49056",5950,45113 +"49057",5950,45832 +"49058",5950,45958 +"49059",5950,54344 +"49060",5950,60053 +"49061",5950,77277 +"49062",5950,82952 +"49063",5950,109521 +"49064",5950,111513 +"49065",5950,111539 +"49066",5950,114831 +"49067",5950,121231 +"49068",5950,121234 +"49069",5951,10132 +"49070",5951,11534 +"49071",5951,30590 +"49072",5951,38052 +"49073",5951,42579 +"49074",5951,46430 +"49075",5951,50604 +"49076",5951,66115 +"49077",5951,78355 +"49078",5951,89887 +"49079",5951,101087 +"49080",5951,106576 +"49081",5951,108577 +"49082",5951,108836 +"49083",5952,5955 +"49084",5952,22908 +"49085",5952,75149 +"49086",5953,88867 +"49087",5954,19096 +"49088",5954,53323 +"49089",5954,81838 +"49090",5956,8000 +"49091",5956,14072 +"49092",5956,30408 +"49093",5956,30421 +"49094",5956,39263 +"49095",5956,44911 +"49096",5956,46717 +"49097",5956,49156 +"49098",5956,76023 +"49099",5956,78836 +"49100",5956,78913 +"49101",5956,78957 +"49102",5956,88806 +"49103",5957,8082 +"49104",5957,18283 +"49105",5957,28118 +"49106",5957,35583 +"49107",5957,37258 +"49108",5957,49282 +"49109",5957,52136 +"49110",5957,57687 +"49111",5957,67893 +"49112",5957,69192 +"49113",5957,69485 +"49114",5957,73881 +"49115",5957,74599 +"49116",5958,7487 +"49117",5958,41483 +"49118",5959,10527 +"49119",5959,10678 +"49120",5959,14345 +"49121",5959,15365 +"49122",5959,17285 +"49123",5959,17904 +"49124",5959,18102 +"49125",5959,20574 +"49126",5959,20713 +"49127",5959,20990 +"49128",5959,24498 +"49129",5959,26207 +"49130",5959,31078 +"49131",5959,37636 +"49132",5959,52845 +"49133",5959,58847 +"49134",5959,59103 +"49135",5959,62279 +"49136",5959,75815 +"49137",5959,79880 +"49138",5959,111200 +"49139",5960,15492 +"49140",5960,32447 +"49141",5960,34402 +"49142",5960,36913 +"49143",5960,39486 +"49144",5960,40098 +"49145",5960,51806 +"49146",5960,57795 +"49147",5960,67132 +"49148",5960,67304 +"49149",5960,74797 +"49150",5960,85925 +"49151",5960,89579 +"49152",5960,94181 +"49153",5960,114322 +"49154",5962,6774 +"49155",5962,6819 +"49156",5962,8592 +"49157",5962,9422 +"49158",5962,18768 +"49159",5962,19781 +"49160",5962,24952 +"49161",5962,24996 +"49162",5962,25045 +"49163",5962,26982 +"49164",5962,37036 +"49165",5962,37560 +"49166",5962,38901 +"49167",5962,61377 +"49168",5962,65258 +"49169",5962,68877 +"49170",5962,77637 +"49171",5962,78645 +"49172",5963,23578 +"49173",5963,27938 +"49174",5963,36027 +"49175",5963,36830 +"49176",5963,41004 +"49177",5963,53448 +"49178",5963,53493 +"49179",5963,67811 +"49180",5963,67818 +"49181",5963,82520 +"49182",5964,12513 +"49183",5965,9246 +"49184",5965,33170 +"49185",5965,42184 +"49186",5965,79454 +"49187",5966,5980 +"49188",5966,6003 +"49189",5966,12171 +"49190",5966,19154 +"49191",5966,27992 +"49192",5966,54920 +"49193",5966,97684 +"49194",5966,98328 +"49195",5967,74613 +"49196",5967,99857 +"49197",5967,114152 +"49198",5968,17435 +"49199",5968,31559 +"49200",5969,24858 +"49201",5969,48342 +"49202",5969,123390 +"49203",5970,6013 +"49204",5970,26117 +"49205",5971,6264 +"49206",5971,10523 +"49207",5971,11817 +"49208",5971,12048 +"49209",5971,21330 +"49210",5971,23222 +"49211",5971,23585 +"49212",5971,25913 +"49213",5971,26867 +"49214",5971,27112 +"49215",5971,40028 +"49216",5971,40072 +"49217",5971,45352 +"49218",5971,46525 +"49219",5971,50236 +"49220",5971,53840 +"49221",5971,58918 +"49222",5971,69072 +"49223",5971,79082 +"49224",5971,89503 +"49225",5971,94671 +"49226",5971,97237 +"49227",5971,101793 +"49228",5971,109663 +"49229",5971,112437 +"49230",5971,112527 +"49231",5971,121127 +"49232",5972,9440 +"49233",5972,10964 +"49234",5972,11019 +"49235",5972,11036 +"49236",5972,11067 +"49237",5972,11195 +"49238",5972,11527 +"49239",5972,42107 +"49240",5972,45561 +"49241",5972,48688 +"49242",5972,48812 +"49243",5972,75607 +"49244",5972,84328 +"49245",5972,84662 +"49246",5972,94678 +"49247",5972,96058 +"49248",5973,30857 +"49249",5973,55565 +"49250",5973,64447 +"49251",5973,65123 +"49252",5973,72334 +"49253",5973,78782 +"49254",5973,81465 +"49255",5973,82291 +"49256",5973,89434 +"49257",5973,101878 +"49258",5973,105559 +"49259",5973,116844 +"49260",5973,117064 +"49261",5974,11841 +"49262",5974,13743 +"49263",5974,15954 +"49264",5974,16132 +"49265",5974,19562 +"49266",5974,23230 +"49267",5974,25340 +"49268",5974,31596 +"49269",5974,40404 +"49270",5974,40885 +"49271",5974,45591 +"49272",5974,52048 +"49273",5974,75929 +"49274",5974,77488 +"49275",5974,91735 +"49276",5974,93093 +"49277",5974,112088 +"49278",5974,113592 +"49279",5975,5995 +"49280",5975,40079 +"49281",5975,88581 +"49282",5975,95542 +"49283",5976,5988 +"49284",5976,18064 +"49285",5976,19935 +"49286",5976,27843 +"49287",5976,39026 +"49288",5976,39176 +"49289",5976,39178 +"49290",5976,80997 +"49291",5977,6051 +"49292",5977,9576 +"49293",5977,16680 +"49294",5977,19965 +"49295",5977,23186 +"49296",5977,25881 +"49297",5977,32032 +"49298",5977,32173 +"49299",5977,56676 +"49300",5977,59007 +"49301",5977,63939 +"49302",5977,73466 +"49303",5977,101294 +"49304",5978,52823 +"49305",5978,77246 +"49306",5979,5990 +"49307",5979,6398 +"49308",5979,7467 +"49309",5979,30451 +"49310",5979,65296 +"49311",5979,74438 +"49312",5979,78090 +"49313",5979,80315 +"49314",5979,84162 +"49315",5979,110200 +"49316",5980,6003 +"49317",5980,6473 +"49318",5980,28354 +"49319",5980,40762 +"49320",5980,51435 +"49321",5981,19633 +"49322",5981,19861 +"49323",5981,20094 +"49324",5981,28023 +"49325",5981,28551 +"49326",5982,5998 +"49327",5982,12874 +"49328",5982,19231 +"49329",5982,23453 +"49330",5982,38440 +"49331",5982,39482 +"49332",5982,56916 +"49333",5982,58701 +"49334",5982,86103 +"49335",5982,102677 +"49336",5983,6662 +"49337",5983,28642 +"49338",5983,33716 +"49339",5983,44158 +"49340",5983,48128 +"49341",5983,63674 +"49342",5983,75090 +"49343",5984,5986 +"49344",5984,6108 +"49345",5984,6366 +"49346",5984,6417 +"49347",5984,8798 +"49348",5984,11218 +"49349",5984,23022 +"49350",5984,28443 +"49351",5984,46026 +"49352",5984,56604 +"49353",5984,70645 +"49354",5984,81349 +"49355",5984,91402 +"49356",5985,64979 +"49357",5986,6047 +"49358",5986,6108 +"49359",5986,6366 +"49360",5986,6954 +"49361",5986,7068 +"49362",5986,7823 +"49363",5986,7893 +"49364",5986,8382 +"49365",5986,9119 +"49366",5986,10390 +"49367",5986,10668 +"49368",5986,10717 +"49369",5986,11082 +"49370",5986,11218 +"49371",5986,11927 +"49372",5986,12042 +"49373",5986,12459 +"49374",5986,12682 +"49375",5986,16169 +"49376",5986,16352 +"49377",5986,24478 +"49378",5986,26080 +"49379",5986,29976 +"49380",5986,41814 +"49381",5986,48897 +"49382",5986,55897 +"49383",5986,71990 +"49384",5986,73020 +"49385",5986,78464 +"49386",5986,87529 +"49387",5987,6390 +"49388",5988,17152 +"49389",5988,17232 +"49390",5988,17299 +"49391",5988,17356 +"49392",5988,17361 +"49393",5988,18064 +"49394",5988,19935 +"49395",5988,27843 +"49396",5988,39026 +"49397",5988,39176 +"49398",5988,39178 +"49399",5988,51565 +"49400",5988,69705 +"49401",5988,80997 +"49402",5988,86729 +"49403",5988,96613 +"49404",5988,97388 +"49405",5988,97412 +"49406",5990,15530 +"49407",5990,17981 +"49408",5990,33406 +"49409",5990,38259 +"49410",5990,52309 +"49411",5990,62019 +"49412",5990,66474 +"49413",5990,77173 +"49414",5990,77346 +"49415",5990,77396 +"49416",5990,77401 +"49417",5990,77407 +"49418",5990,77417 +"49419",5990,77418 +"49420",5990,77480 +"49421",5990,77532 +"49422",5991,6285 +"49423",5991,20565 +"49424",5991,28770 +"49425",5991,86771 +"49426",5991,108728 +"49427",5992,22690 +"49428",5993,6005 +"49429",5995,116674 +"49430",5996,43576 +"49431",5996,44269 +"49432",5996,121247 +"49433",5996,121256 +"49434",5997,39420 +"49435",5997,45410 +"49436",5997,47783 +"49437",5997,47835 +"49438",5997,47910 +"49439",5998,41439 +"49440",5998,70598 +"49441",5998,70612 +"49442",5998,83483 +"49443",5999,6012 +"49444",5999,19894 +"49445",5999,21834 +"49446",6000,42303 +"49447",6000,47805 +"49448",6001,19941 +"49449",6001,23068 +"49450",6001,32755 +"49451",6001,38258 +"49452",6001,41194 +"49453",6001,42563 +"49454",6001,43323 +"49455",6001,44790 +"49456",6001,44822 +"49457",6001,44841 +"49458",6001,51607 +"49459",6001,61047 +"49460",6001,70403 +"49461",6001,77996 +"49462",6001,82488 +"49463",6001,84070 +"49464",6001,85619 +"49465",6001,108715 +"49466",6001,109961 +"49467",6001,113116 +"49468",6002,41740 +"49469",6002,100014 +"49470",6002,112864 +"49471",6002,117100 +"49472",6004,87550 +"49473",6004,95451 +"49474",6005,8761 +"49475",6005,14959 +"49476",6005,39729 +"49477",6005,65510 +"49478",6006,7143 +"49479",6006,12081 +"49480",6006,16514 +"49481",6006,20528 +"49482",6006,28249 +"49483",6006,29289 +"49484",6006,38307 +"49485",6006,39983 +"49486",6006,41895 +"49487",6006,41945 +"49488",6006,49471 +"49489",6006,85005 +"49490",6007,29485 +"49491",6007,29545 +"49492",6007,55892 +"49493",6007,69651 +"49494",6007,89139 +"49495",6007,100928 +"49496",6008,6426 +"49497",6008,26834 +"49498",6008,67607 +"49499",6008,99482 +"49500",6008,104042 +"49501",6009,24839 +"49502",6009,51257 +"49503",6009,55180 +"49504",6009,55191 +"49505",6009,55204 +"49506",6009,55258 +"49507",6009,55259 +"49508",6010,62528 +"49509",6011,6632 +"49510",6011,11642 +"49511",6011,14037 +"49512",6011,26972 +"49513",6011,30288 +"49514",6011,91639 +"49515",6011,96248 +"49516",6012,8949 +"49517",6012,20873 +"49518",6013,10417 +"49519",6013,17858 +"49520",6014,6066 +"49521",6015,54295 +"49522",6016,6020 +"49523",6016,44547 +"49524",6016,49789 +"49525",6016,49889 +"49526",6016,105610 +"49527",6017,14523 +"49528",6017,29477 +"49529",6018,10752 +"49530",6018,16852 +"49531",6018,30819 +"49532",6018,45335 +"49533",6018,47873 +"49534",6018,58339 +"49535",6018,67099 +"49536",6018,83695 +"49537",6019,7538 +"49538",6019,22029 +"49539",6019,22447 +"49540",6019,30431 +"49541",6019,53395 +"49542",6020,10393 +"49543",6020,13595 +"49544",6020,14489 +"49545",6020,15030 +"49546",6020,15121 +"49547",6020,15123 +"49548",6020,18116 +"49549",6020,20132 +"49550",6020,21299 +"49551",6020,21358 +"49552",6020,22873 +"49553",6020,23048 +"49554",6020,28648 +"49555",6020,29939 +"49556",6020,34274 +"49557",6020,35304 +"49558",6020,41227 +"49559",6020,41489 +"49560",6020,45297 +"49561",6020,46721 +"49562",6020,48980 +"49563",6020,55481 +"49564",6020,62269 +"49565",6020,68236 +"49566",6020,75425 +"49567",6020,75497 +"49568",6020,76580 +"49569",6020,76589 +"49570",6020,77027 +"49571",6020,81967 +"49572",6020,85678 +"49573",6020,90509 +"49574",6020,91062 +"49575",6020,91768 +"49576",6020,93626 +"49577",6020,93642 +"49578",6020,100438 +"49579",6020,104486 +"49580",6020,107017 +"49581",6020,117271 +"49582",6020,121571 +"49583",6021,63164 +"49584",6021,84832 +"49585",6021,100542 +"49586",6021,117742 +"49587",6021,123367 +"49588",6022,12844 +"49589",6022,49456 +"49590",6023,9207 +"49591",6023,69759 +"49592",6023,79645 +"49593",6024,16914 +"49594",6024,46406 +"49595",6024,69774 +"49596",6024,85780 +"49597",6024,88535 +"49598",6025,20790 +"49599",6025,78915 +"49600",6025,90402 +"49601",6025,96362 +"49602",6025,96372 +"49603",6025,96373 +"49604",6025,96394 +"49605",6026,6057 +"49606",6026,23147 +"49607",6026,24902 +"49608",6026,33016 +"49609",6026,37087 +"49610",6026,47514 +"49611",6026,49759 +"49612",6026,50282 +"49613",6026,51538 +"49614",6026,54241 +"49615",6026,62299 +"49616",6026,63333 +"49617",6026,63383 +"49618",6026,63385 +"49619",6026,69544 +"49620",6026,70375 +"49621",6027,6072 +"49622",6027,6091 +"49623",6027,67235 +"49624",6028,31206 +"49625",6029,6073 +"49626",6030,17957 +"49627",6030,22566 +"49628",6030,28050 +"49629",6030,28168 +"49630",6030,38523 +"49631",6030,38869 +"49632",6030,38965 +"49633",6030,40473 +"49634",6030,54295 +"49635",6030,54768 +"49636",6030,59756 +"49637",6030,63265 +"49638",6031,14508 +"49639",6031,15176 +"49640",6031,28167 +"49641",6031,88174 +"49642",6031,102967 +"49643",6031,103026 +"49644",6032,49497 +"49645",6032,56485 +"49646",6032,56590 +"49647",6033,10015 +"49648",6033,19486 +"49649",6033,36540 +"49650",6033,37080 +"49651",6033,43862 +"49652",6033,71512 +"49653",6034,50531 +"49654",6035,102244 +"49655",6035,106612 +"49656",6036,6085 +"49657",6037,24089 +"49658",6038,6051 +"49659",6038,7627 +"49660",6038,7826 +"49661",6038,11460 +"49662",6038,12930 +"49663",6038,13910 +"49664",6038,15003 +"49665",6038,20656 +"49666",6038,22601 +"49667",6038,23725 +"49668",6038,24106 +"49669",6038,26399 +"49670",6038,26732 +"49671",6038,26986 +"49672",6038,29502 +"49673",6038,30594 +"49674",6038,37394 +"49675",6038,37439 +"49676",6038,37661 +"49677",6038,43109 +"49678",6038,44463 +"49679",6038,50134 +"49680",6038,53814 +"49681",6038,54929 +"49682",6038,58429 +"49683",6038,59010 +"49684",6038,67805 +"49685",6038,69948 +"49686",6038,79082 +"49687",6038,82154 +"49688",6038,84434 +"49689",6039,44847 +"49690",6039,69844 +"49691",6039,89256 +"49692",6039,103871 +"49693",6040,6064 +"49694",6040,7580 +"49695",6040,19177 +"49696",6040,19246 +"49697",6040,21978 +"49698",6040,70184 +"49699",6040,71841 +"49700",6040,72060 +"49701",6040,78611 +"49702",6040,79000 +"49703",6040,80983 +"49704",6040,81951 +"49705",6040,85191 +"49706",6041,10139 +"49707",6041,13813 +"49708",6041,14297 +"49709",6041,21304 +"49710",6041,25431 +"49711",6041,28083 +"49712",6041,29037 +"49713",6041,33201 +"49714",6041,33350 +"49715",6041,40128 +"49716",6041,41127 +"49717",6041,44615 +"49718",6041,56582 +"49719",6041,57951 +"49720",6041,59697 +"49721",6041,62605 +"49722",6041,65362 +"49723",6041,66030 +"49724",6041,73374 +"49725",6041,79806 +"49726",6041,85028 +"49727",6041,99043 +"49728",6041,100446 +"49729",6041,100453 +"49730",6041,100454 +"49731",6041,100549 +"49732",6041,100754 +"49733",6041,101016 +"49734",6041,102401 +"49735",6041,102590 +"49736",6041,102732 +"49737",6041,102796 +"49738",6042,6088 +"49739",6042,8655 +"49740",6042,63787 +"49741",6042,74116 +"49742",6042,79785 +"49743",6042,82684 +"49744",6043,10399 +"49745",6043,31590 +"49746",6043,61233 +"49747",6043,61556 +"49748",6043,81548 +"49749",6044,15752 +"49750",6044,32992 +"49751",6044,45541 +"49752",6044,46373 +"49753",6044,62516 +"49754",6044,68859 +"49755",6044,70858 +"49756",6044,90592 +"49757",6044,105838 +"49758",6044,112678 +"49759",6045,6853 +"49760",6045,8402 +"49761",6045,9703 +"49762",6045,10471 +"49763",6045,15043 +"49764",6045,17313 +"49765",6045,17645 +"49766",6045,20443 +"49767",6045,22116 +"49768",6045,22117 +"49769",6045,22164 +"49770",6045,29352 +"49771",6045,37351 +"49772",6045,40404 +"49773",6045,43679 +"49774",6045,47767 +"49775",6045,56229 +"49776",6045,70564 +"49777",6045,91254 +"49778",6045,92096 +"49779",6045,95707 +"49780",6045,95755 +"49781",6046,6472 +"49782",6046,9539 +"49783",6046,12188 +"49784",6046,17735 +"49785",6046,28513 +"49786",6046,29133 +"49787",6046,35104 +"49788",6046,37666 +"49789",6046,95088 +"49790",6046,95104 +"49791",6047,7553 +"49792",6047,12110 +"49793",6047,14032 +"49794",6047,17789 +"49795",6047,19225 +"49796",6047,23257 +"49797",6047,24859 +"49798",6047,26399 +"49799",6047,27187 +"49800",6047,28672 +"49801",6047,31767 +"49802",6047,38186 +"49803",6047,44005 +"49804",6047,44581 +"49805",6047,45506 +"49806",6047,45890 +"49807",6047,46071 +"49808",6047,48125 +"49809",6047,50395 +"49810",6047,51299 +"49811",6047,52924 +"49812",6047,63315 +"49813",6047,64441 +"49814",6047,66821 +"49815",6047,71544 +"49816",6047,78032 +"49817",6047,78464 +"49818",6047,83043 +"49819",6047,95141 +"49820",6047,105616 +"49821",6047,111679 +"49822",6047,122076 +"49823",6048,6076 +"49824",6048,11318 +"49825",6048,45732 +"49826",6048,46404 +"49827",6049,6562 +"49828",6049,6573 +"49829",6049,6688 +"49830",6049,12031 +"49831",6049,21490 +"49832",6049,24116 +"49833",6049,25886 +"49834",6049,26001 +"49835",6049,26293 +"49836",6049,30459 +"49837",6049,41051 +"49838",6049,41329 +"49839",6049,45308 +"49840",6049,50255 +"49841",6049,51003 +"49842",6049,53432 +"49843",6049,57949 +"49844",6049,95207 +"49845",6049,95211 +"49846",6049,99197 +"49847",6050,6077 +"49848",6051,11460 +"49849",6051,32173 +"49850",6051,35095 +"49851",6051,35550 +"49852",6051,56676 +"49853",6051,63939 +"49854",6051,101294 +"49855",6051,101817 +"49856",6051,110053 +"49857",6052,12640 +"49858",6052,16535 +"49859",6052,21451 +"49860",6052,21849 +"49861",6052,21929 +"49862",6052,31609 +"49863",6052,32452 +"49864",6052,34303 +"49865",6052,34885 +"49866",6052,42273 +"49867",6052,45302 +"49868",6052,48359 +"49869",6052,79973 +"49870",6052,112639 +"49871",6053,6063 +"49872",6053,6254 +"49873",6053,6560 +"49874",6053,7581 +"49875",6053,8307 +"49876",6053,8534 +"49877",6053,9366 +"49878",6053,11766 +"49879",6053,12735 +"49880",6053,12779 +"49881",6053,13360 +"49882",6053,13942 +"49883",6053,15027 +"49884",6053,15185 +"49885",6053,15216 +"49886",6053,15964 +"49887",6053,16252 +"49888",6053,16872 +"49889",6053,17145 +"49890",6053,17508 +"49891",6053,18060 +"49892",6053,18217 +"49893",6053,22462 +"49894",6053,22823 +"49895",6053,23147 +"49896",6053,23421 +"49897",6053,23632 +"49898",6053,23953 +"49899",6053,24495 +"49900",6053,24710 +"49901",6053,25143 +"49902",6053,25303 +"49903",6053,25664 +"49904",6053,26407 +"49905",6053,27174 +"49906",6053,27196 +"49907",6053,27710 +"49908",6053,28703 +"49909",6053,29253 +"49910",6053,29341 +"49911",6053,29560 +"49912",6053,29573 +"49913",6053,29868 +"49914",6053,32438 +"49915",6053,32967 +"49916",6053,33223 +"49917",6053,33881 +"49918",6053,34097 +"49919",6053,34330 +"49920",6053,34513 +"49921",6053,35400 +"49922",6053,36476 +"49923",6053,36547 +"49924",6053,36745 +"49925",6053,37821 +"49926",6053,37931 +"49927",6053,38319 +"49928",6053,39398 +"49929",6053,39492 +"49930",6053,40320 +"49931",6053,40373 +"49932",6053,40542 +"49933",6053,41182 +"49934",6053,42131 +"49935",6053,46843 +"49936",6053,48331 +"49937",6054,89982 +"49938",6054,97016 +"49939",6055,22213 +"49940",6055,47890 +"49941",6056,6067 +"49942",6056,12319 +"49943",6056,19921 +"49944",6056,26298 +"49945",6056,26299 +"49946",6056,26505 +"49947",6056,29599 +"49948",6056,29819 +"49949",6056,33400 +"49950",6056,34094 +"49951",6056,34637 +"49952",6056,38677 +"49953",6056,45011 +"49954",6056,48466 +"49955",6056,52486 +"49956",6056,53996 +"49957",6056,61831 +"49958",6056,79963 +"49959",6056,83804 +"49960",6056,99600 +"49961",6056,104134 +"49962",6056,111938 +"49963",6056,120645 +"49964",6057,28186 +"49965",6057,69133 +"49966",6057,70375 +"49967",6057,73833 +"49968",6057,73834 +"49969",6057,73849 +"49970",6057,75663 +"49971",6058,15499 +"49972",6058,58767 +"49973",6059,37181 +"49974",6059,39555 +"49975",6059,39566 +"49976",6059,39840 +"49977",6059,39841 +"49978",6059,39842 +"49979",6059,39843 +"49980",6059,39901 +"49981",6059,39902 +"49982",6059,39903 +"49983",6059,74032 +"49984",6059,84085 +"49985",6059,90006 +"49986",6060,28966 +"49987",6060,29062 +"49988",6060,29347 +"49989",6060,73036 +"49990",6061,6071 +"49991",6062,7055 +"49992",6062,7980 +"49993",6062,11025 +"49994",6062,16665 +"49995",6062,20614 +"49996",6062,21148 +"49997",6062,24497 +"49998",6062,32583 +"49999",6062,33251 +"50000",6062,36405 +"50001",6062,70243 +"50002",6063,6254 +"50003",6063,6560 +"50004",6063,7581 +"50005",6063,8307 +"50006",6063,8534 +"50007",6063,9366 +"50008",6063,11766 +"50009",6063,12427 +"50010",6063,12735 +"50011",6063,12779 +"50012",6063,13360 +"50013",6063,13792 +"50014",6063,13942 +"50015",6063,15027 +"50016",6063,15185 +"50017",6063,15216 +"50018",6063,15964 +"50019",6063,16252 +"50020",6063,16872 +"50021",6063,17145 +"50022",6063,17508 +"50023",6063,17751 +"50024",6063,18060 +"50025",6063,18217 +"50026",6063,21714 +"50027",6063,22462 +"50028",6063,22823 +"50029",6063,23117 +"50030",6063,23147 +"50031",6063,23421 +"50032",6063,23632 +"50033",6063,23953 +"50034",6063,24495 +"50035",6063,24710 +"50036",6063,25082 +"50037",6063,25143 +"50038",6063,25303 +"50039",6063,25664 +"50040",6063,26407 +"50041",6063,27174 +"50042",6063,27196 +"50043",6063,27710 +"50044",6063,28703 +"50045",6063,29253 +"50046",6063,29341 +"50047",6063,29560 +"50048",6063,29573 +"50049",6063,29868 +"50050",6063,32438 +"50051",6063,32967 +"50052",6063,33223 +"50053",6063,33373 +"50054",6063,33881 +"50055",6063,34097 +"50056",6063,34330 +"50057",6063,34513 +"50058",6063,35400 +"50059",6063,36424 +"50060",6063,36476 +"50061",6063,36547 +"50062",6063,36745 +"50063",6063,37821 +"50064",6063,37931 +"50065",6063,38319 +"50066",6063,39398 +"50067",6063,39492 +"50068",6063,40320 +"50069",6063,40373 +"50070",6063,40542 +"50071",6063,41182 +"50072",6063,42131 +"50073",6063,46843 +"50074",6063,48331 +"50075",6064,8839 +"50076",6064,23043 +"50077",6064,30188 +"50078",6064,34326 +"50079",6064,52434 +"50080",6064,54381 +"50081",6064,78611 +"50082",6064,78628 +"50083",6064,81540 +"50084",6064,103068 +"50085",6064,120234 +"50086",6065,6986 +"50087",6065,15827 +"50088",6065,49682 +"50089",6066,37321 +"50090",6066,65629 +"50091",6066,80502 +"50092",6067,26734 +"50093",6067,55389 +"50094",6068,54445 +"50095",6069,22051 +"50096",6069,25548 +"50097",6069,79674 +"50098",6069,84628 +"50099",6070,6247 +"50100",6071,14392 +"50101",6071,23840 +"50102",6071,26866 +"50103",6071,30830 +"50104",6071,44176 +"50105",6071,95407 +"50106",6072,6091 +"50107",6073,75036 +"50108",6073,75137 +"50109",6074,6075 +"50110",6074,8384 +"50111",6074,12640 +"50112",6074,12724 +"50113",6074,21849 +"50114",6074,22170 +"50115",6074,35952 +"50116",6074,37559 +"50117",6074,39095 +"50118",6074,40099 +"50119",6074,41099 +"50120",6074,45302 +"50121",6074,60087 +"50122",6074,65794 +"50123",6075,20436 +"50124",6076,11318 +"50125",6076,24166 +"50126",6076,45732 +"50127",6076,46404 +"50128",6076,54274 +"50129",6076,56334 +"50130",6077,16152 +"50131",6077,16182 +"50132",6077,24080 +"50133",6077,32895 +"50134",6077,39513 +"50135",6077,60494 +"50136",6077,63772 +"50137",6078,8251 +"50138",6078,9901 +"50139",6078,16545 +"50140",6078,23639 +"50141",6078,23840 +"50142",6078,24116 +"50143",6078,39823 +"50144",6078,46848 +"50145",6078,48171 +"50146",6078,56184 +"50147",6078,76934 +"50148",6078,78577 +"50149",6078,79236 +"50150",6078,81134 +"50151",6078,82174 +"50152",6078,83101 +"50153",6078,83133 +"50154",6078,92947 +"50155",6078,93763 +"50156",6078,103475 +"50157",6078,118232 +"50158",6079,8181 +"50159",6079,42680 +"50160",6079,91744 +"50161",6079,102544 +"50162",6080,6687 +"50163",6080,33339 +"50164",6080,44810 +"50165",6080,122602 +"50166",6081,9801 +"50167",6081,13714 +"50168",6081,27255 +"50169",6081,70436 +"50170",6082,10591 +"50171",6082,30203 +"50172",6082,36489 +"50173",6082,42731 +"50174",6082,77084 +"50175",6082,89961 +"50176",6082,98321 +"50177",6082,98325 +"50178",6083,10410 +"50179",6083,15557 +"50180",6083,18881 +"50181",6083,22138 +"50182",6083,28563 +"50183",6083,37673 +"50184",6083,43383 +"50185",6083,59463 +"50186",6083,67646 +"50187",6084,68977 +"50188",6085,10137 +"50189",6085,10975 +"50190",6085,10976 +"50191",6085,11865 +"50192",6085,11889 +"50193",6085,11891 +"50194",6085,63586 +"50195",6085,69467 +"50196",6086,28937 +"50197",6086,86937 +"50198",6087,79905 +"50199",6087,90863 +"50200",6087,105755 +"50201",6089,16673 +"50202",6089,17830 +"50203",6089,27545 +"50204",6089,29060 +"50205",6089,31535 +"50206",6089,32936 +"50207",6089,48927 +"50208",6089,74025 +"50209",6090,8000 +"50210",6090,13072 +"50211",6090,17649 +"50212",6090,23376 +"50213",6090,29686 +"50214",6090,32969 +"50215",6090,36174 +"50216",6090,44748 +"50217",6090,49521 +"50218",6090,96167 +"50219",6090,113650 +"50220",6090,113655 +"50221",6091,41661 +"50222",6091,51557 +"50223",6091,73377 +"50224",6091,73442 +"50225",6091,94841 +"50226",6091,106267 +"50227",6091,115181 +"50228",6091,122430 +"50229",6092,6738 +"50230",6092,37514 +"50231",6092,39136 +"50232",6092,41181 +"50233",6092,60420 +"50234",6092,70741 +"50235",6093,28002 +"50236",6094,6259 +"50237",6094,10678 +"50238",6094,23314 +"50239",6094,26725 +"50240",6094,50518 +"50241",6094,77905 +"50242",6094,86488 +"50243",6095,6313 +"50244",6095,6316 +"50245",6095,6333 +"50246",6095,7443 +"50247",6095,11349 +"50248",6095,11506 +"50249",6095,16549 +"50250",6095,18943 +"50251",6095,25396 +"50252",6095,26008 +"50253",6095,35319 +"50254",6095,38555 +"50255",6095,44335 +"50256",6095,45760 +"50257",6095,50692 +"50258",6095,81896 +"50259",6095,93208 +"50260",6095,100378 +"50261",6095,114328 +"50262",6096,9543 +"50263",6096,49803 +"50264",6097,32945 +"50265",6098,6123 +"50266",6098,6124 +"50267",6098,6129 +"50268",6098,6145 +"50269",6098,6309 +"50270",6099,6128 +"50271",6099,13032 +"50272",6099,27568 +"50273",6099,51531 +"50274",6099,67179 +"50275",6099,67185 +"50276",6099,95793 +"50277",6100,90190 +"50278",6101,40713 +"50279",6101,41540 +"50280",6101,42290 +"50281",6101,61364 +"50282",6101,64833 +"50283",6101,103680 +"50284",6101,117273 +"50285",6102,19182 +"50286",6102,33430 +"50287",6102,81476 +"50288",6102,83314 +"50289",6103,79747 +"50290",6103,89808 +"50291",6104,8075 +"50292",6104,13043 +"50293",6104,19212 +"50294",6104,30068 +"50295",6104,30961 +"50296",6104,32593 +"50297",6104,41107 +"50298",6104,58951 +"50299",6104,61170 +"50300",6104,83346 +"50301",6104,95276 +"50302",6104,114622 +"50303",6105,49305 +"50304",6105,82657 +"50305",6106,12162 +"50306",6106,115084 +"50307",6107,18155 +"50308",6107,23418 +"50309",6107,24027 +"50310",6107,28849 +"50311",6107,30055 +"50312",6107,30221 +"50313",6107,30291 +"50314",6107,31615 +"50315",6107,31723 +"50316",6107,31760 +"50317",6107,44905 +"50318",6107,46501 +"50319",6107,55464 +"50320",6107,55829 +"50321",6107,60985 +"50322",6107,83398 +"50323",6107,83414 +"50324",6107,84025 +"50325",6108,6366 +"50326",6108,6417 +"50327",6108,11082 +"50328",6108,11218 +"50329",6108,12042 +"50330",6108,12682 +"50331",6108,16352 +"50332",6108,26080 +"50333",6108,29976 +"50334",6108,85431 +"50335",6109,28019 +"50336",6109,55011 +"50337",6109,85517 +"50338",6109,99801 +"50339",6110,15643 +"50340",6110,17052 +"50341",6110,19899 +"50342",6110,61535 +"50343",6110,67505 +"50344",6110,78256 +"50345",6110,81360 +"50346",6110,82202 +"50347",6110,82203 +"50348",6110,89530 +"50349",6110,92274 +"50350",6110,110816 +"50351",6110,114188 +"50352",6110,119954 +"50353",6111,6841 +"50354",6111,21979 +"50355",6111,27900 +"50356",6111,35972 +"50357",6111,41267 +"50358",6111,72093 +"50359",6111,79807 +"50360",6111,85642 +"50361",6111,93341 +"50362",6111,94041 +"50363",6111,102508 +"50364",6111,103893 +"50365",6111,104361 +"50366",6111,104386 +"50367",6111,104401 +"50368",6111,106026 +"50369",6111,106055 +"50370",6112,112503 +"50371",6112,119599 +"50372",6113,8005 +"50373",6113,61995 +"50374",6113,68693 +"50375",6113,88702 +"50376",6113,98535 +"50377",6114,6155 +"50378",6114,8586 +"50379",6114,15719 +"50380",6114,25784 +"50381",6114,25849 +"50382",6114,25869 +"50383",6114,25900 +"50384",6115,11897 +"50385",6115,21295 +"50386",6115,23616 +"50387",6115,52720 +"50388",6115,53971 +"50389",6115,62126 +"50390",6117,6197 +"50391",6117,11657 +"50392",6117,16975 +"50393",6117,24343 +"50394",6117,24720 +"50395",6117,24787 +"50396",6117,39010 +"50397",6117,62280 +"50398",6117,69234 +"50399",6117,69287 +"50400",6118,6195 +"50401",6118,6415 +"50402",6118,85146 +"50403",6118,94944 +"50404",6119,7565 +"50405",6119,10336 +"50406",6119,14520 +"50407",6119,16286 +"50408",6119,18768 +"50409",6119,26402 +"50410",6119,37215 +"50411",6119,53828 +"50412",6119,71054 +"50413",6119,75200 +"50414",6119,76818 +"50415",6119,79147 +"50416",6119,79420 +"50417",6119,83872 +"50418",6119,92149 +"50419",6119,92855 +"50420",6119,109554 +"50421",6119,119184 +"50422",6120,55453 +"50423",6120,95196 +"50424",6121,24823 +"50425",6121,27529 +"50426",6121,37914 +"50427",6121,56786 +"50428",6121,98000 +"50429",6121,109576 +"50430",6121,117992 +"50431",6121,117998 +"50432",6122,9082 +"50433",6122,22231 +"50434",6122,29373 +"50435",6122,29977 +"50436",6122,44660 +"50437",6122,50195 +"50438",6123,6124 +"50439",6123,6129 +"50440",6123,6145 +"50441",6123,6309 +"50442",6123,8918 +"50443",6123,9047 +"50444",6123,28420 +"50445",6123,32369 +"50446",6123,36095 +"50447",6123,40311 +"50448",6123,67226 +"50449",6123,71650 +"50450",6124,6129 +"50451",6124,6145 +"50452",6124,6309 +"50453",6124,7555 +"50454",6124,27607 +"50455",6124,34152 +"50456",6124,48290 +"50457",6124,49370 +"50458",6124,49419 +"50459",6124,51165 +"50460",6125,14536 +"50461",6125,35929 +"50462",6125,41639 +"50463",6125,83350 +"50464",6125,85918 +"50465",6126,73195 +"50466",6127,6535 +"50467",6127,11328 +"50468",6127,15117 +"50469",6127,17566 +"50470",6127,17610 +"50471",6127,28362 +"50472",6127,46007 +"50473",6127,78216 +"50474",6127,88465 +"50475",6129,6145 +"50476",6129,6309 +"50477",6129,8918 +"50478",6129,9047 +"50479",6129,32369 +"50480",6129,33815 +"50481",6129,36095 +"50482",6129,36922 +"50483",6129,40311 +"50484",6129,46107 +"50485",6129,57787 +"50486",6129,67226 +"50487",6129,84302 +"50488",6129,84347 +"50489",6129,84348 +"50490",6130,8253 +"50491",6130,8675 +"50492",6130,8771 +"50493",6130,8833 +"50494",6130,8880 +"50495",6131,6453 +"50496",6131,9557 +"50497",6131,13817 +"50498",6131,13818 +"50499",6131,19348 +"50500",6131,19890 +"50501",6131,21895 +"50502",6131,24181 +"50503",6131,27228 +"50504",6131,30501 +"50505",6131,34762 +"50506",6131,42195 +"50507",6131,58320 +"50508",6131,72241 +"50509",6131,85193 +"50510",6131,86584 +"50511",6132,6204 +"50512",6132,14052 +"50513",6132,14754 +"50514",6132,27255 +"50515",6132,32339 +"50516",6132,32481 +"50517",6132,35233 +"50518",6132,38310 +"50519",6132,43214 +"50520",6132,67499 +"50521",6132,78931 +"50522",6132,114150 +"50523",6133,7433 +"50524",6133,8541 +"50525",6133,10616 +"50526",6133,18571 +"50527",6133,19806 +"50528",6133,21741 +"50529",6133,31274 +"50530",6133,32493 +"50531",6133,32698 +"50532",6133,33192 +"50533",6133,34251 +"50534",6133,36136 +"50535",6133,38770 +"50536",6133,48078 +"50537",6133,76132 +"50538",6133,76675 +"50539",6133,77397 +"50540",6133,81950 +"50541",6133,92912 +"50542",6133,111034 +"50543",6134,6154 +"50544",6134,6263 +"50545",6134,10799 +"50546",6134,13520 +"50547",6134,18510 +"50548",6134,19222 +"50549",6134,21314 +"50550",6134,37418 +"50551",6134,57104 +"50552",6134,72621 +"50553",6134,85365 +"50554",6134,89283 +"50555",6135,27227 +"50556",6136,94765 +"50557",6137,17322 +"50558",6137,17436 +"50559",6137,17999 +"50560",6137,34215 +"50561",6137,36662 +"50562",6137,47319 +"50563",6137,50233 +"50564",6137,51167 +"50565",6138,58805 +"50566",6139,86499 +"50567",6139,115344 +"50568",6140,28361 +"50569",6140,49651 +"50570",6140,77683 +"50571",6140,91812 +"50572",6140,94571 +"50573",6140,104162 +"50574",6141,27681 +"50575",6141,96175 +"50576",6141,111817 +"50577",6142,6185 +"50578",6142,35974 +"50579",6142,77078 +"50580",6143,6144 +"50581",6143,6174 +"50582",6143,33644 +"50583",6143,38925 +"50584",6143,50046 +"50585",6143,50060 +"50586",6144,6174 +"50587",6145,6309 +"50588",6146,6189 +"50589",6147,13070 +"50590",6147,106625 +"50591",6148,42962 +"50592",6148,69364 +"50593",6148,69371 +"50594",6149,54636 +"50595",6149,87268 +"50596",6149,107098 +"50597",6150,25639 +"50598",6150,29499 +"50599",6150,52410 +"50600",6152,9852 +"50601",6152,19764 +"50602",6152,22572 +"50603",6152,32113 +"50604",6152,36960 +"50605",6152,47082 +"50606",6152,49726 +"50607",6152,55820 +"50608",6152,73289 +"50609",6152,77774 +"50610",6152,77795 +"50611",6152,89086 +"50612",6152,95481 +"50613",6152,122970 +"50614",6153,15882 +"50615",6153,20500 +"50616",6153,21706 +"50617",6153,26806 +"50618",6153,34907 +"50619",6153,45224 +"50620",6153,49194 +"50621",6153,54695 +"50622",6153,65130 +"50623",6153,67488 +"50624",6153,73711 +"50625",6153,89223 +"50626",6153,119628 +"50627",6154,6263 +"50628",6154,12713 +"50629",6154,13520 +"50630",6154,15299 +"50631",6154,16304 +"50632",6154,18510 +"50633",6154,22130 +"50634",6154,32591 +"50635",6154,32638 +"50636",6154,33835 +"50637",6154,60064 +"50638",6154,89372 +"50639",6154,101466 +"50640",6154,115476 +"50641",6155,8586 +"50642",6155,25784 +"50643",6155,25849 +"50644",6155,25869 +"50645",6155,25900 +"50646",6156,30714 +"50647",6156,31273 +"50648",6156,46044 +"50649",6157,6304 +"50650",6157,8586 +"50651",6157,9438 +"50652",6157,18808 +"50653",6157,19050 +"50654",6157,21504 +"50655",6157,21558 +"50656",6157,25869 +"50657",6157,32236 +"50658",6157,37565 +"50659",6157,91016 +"50660",6158,6277 +"50661",6159,26812 +"50662",6159,55693 +"50663",6160,21535 +"50664",6160,36914 +"50665",6160,55418 +"50666",6160,62018 +"50667",6160,65590 +"50668",6160,79128 +"50669",6160,89834 +"50670",6160,91302 +"50671",6161,83964 +"50672",6162,6829 +"50673",6162,7330 +"50674",6162,9373 +"50675",6162,10390 +"50676",6162,14199 +"50677",6162,14993 +"50678",6162,20269 +"50679",6162,20588 +"50680",6162,24639 +"50681",6162,24721 +"50682",6162,28067 +"50683",6162,28491 +"50684",6162,28500 +"50685",6162,29636 +"50686",6162,32015 +"50687",6162,35251 +"50688",6162,35672 +"50689",6162,35888 +"50690",6162,46091 +"50691",6162,54879 +"50692",6162,63643 +"50693",6162,71651 +"50694",6162,72418 +"50695",6162,72462 +"50696",6162,72472 +"50697",6162,73197 +"50698",6163,6256 +"50699",6163,64539 +"50700",6164,25062 +"50701",6165,67556 +"50702",6165,67748 +"50703",6165,108417 +"50704",6166,15983 +"50705",6166,15984 +"50706",6167,10326 +"50707",6167,12623 +"50708",6167,34107 +"50709",6167,44748 +"50710",6167,89792 +"50711",6167,90226 +"50712",6168,6203 +"50713",6168,21392 +"50714",6168,43419 +"50715",6168,45054 +"50716",6168,45166 +"50717",6168,50781 +"50718",6168,84574 +"50719",6168,91671 +"50720",6168,93806 +"50721",6168,103028 +"50722",6169,31271 +"50723",6169,42120 +"50724",6169,70644 +"50725",6169,81485 +"50726",6169,113397 +"50727",6171,13013 +"50728",6171,13790 +"50729",6171,22016 +"50730",6171,30054 +"50731",6171,30805 +"50732",6171,54214 +"50733",6171,54971 +"50734",6171,55386 +"50735",6171,56020 +"50736",6171,56050 +"50737",6171,63541 +"50738",6172,15416 +"50739",6172,23507 +"50740",6173,11852 +"50741",6173,33032 +"50742",6173,40138 +"50743",6173,64318 +"50744",6173,87075 +"50745",6173,121211 +"50746",6174,12047 +"50747",6174,45381 +"50748",6175,6375 +"50749",6175,6991 +"50750",6175,10458 +"50751",6175,12338 +"50752",6175,16590 +"50753",6175,26668 +"50754",6175,45847 +"50755",6175,48892 +"50756",6175,61330 +"50757",6175,70656 +"50758",6176,6673 +"50759",6176,9717 +"50760",6176,14396 +"50761",6176,18342 +"50762",6176,19257 +"50763",6176,21684 +"50764",6176,22897 +"50765",6176,56100 +"50766",6176,67909 +"50767",6176,81135 +"50768",6176,81180 +"50769",6177,7196 +"50770",6177,7984 +"50771",6177,7985 +"50772",6177,8913 +"50773",6177,8922 +"50774",6177,11189 +"50775",6177,12312 +"50776",6177,13415 +"50777",6177,15160 +"50778",6177,15401 +"50779",6177,15887 +"50780",6177,16259 +"50781",6177,17828 +"50782",6177,21178 +"50783",6177,24630 +"50784",6177,26485 +"50785",6177,26882 +"50786",6177,28784 +"50787",6177,32672 +"50788",6177,32988 +"50789",6177,46733 +"50790",6177,47438 +"50791",6177,54215 +"50792",6177,54593 +"50793",6177,54729 +"50794",6177,55363 +"50795",6177,63112 +"50796",6177,63328 +"50797",6177,65155 +"50798",6177,71033 +"50799",6177,73409 +"50800",6177,75568 +"50801",6177,80625 +"50802",6177,81046 +"50803",6177,82721 +"50804",6177,90968 +"50805",6177,90972 +"50806",6177,91482 +"50807",6177,104590 +"50808",6177,108463 +"50809",6177,116534 +"50810",6177,116545 +"50811",6178,6298 +"50812",6179,19887 +"50813",6179,19897 +"50814",6179,76228 +"50815",6180,21220 +"50816",6180,28890 +"50817",6180,32071 +"50818",6180,63844 +"50819",6180,82837 +"50820",6180,88300 +"50821",6181,12443 +"50822",6181,37230 +"50823",6181,53312 +"50824",6181,54400 +"50825",6181,59915 +"50826",6181,79954 +"50827",6181,85300 +"50828",6182,20312 +"50829",6182,52776 +"50830",6182,78078 +"50831",6182,100673 +"50832",6183,18928 +"50833",6183,19504 +"50834",6183,36927 +"50835",6183,37461 +"50836",6183,54357 +"50837",6184,45205 +"50838",6184,47173 +"50839",6185,12606 +"50840",6185,62262 +"50841",6185,72162 +"50842",6186,7676 +"50843",6186,11708 +"50844",6186,12027 +"50845",6186,16642 +"50846",6186,60182 +"50847",6186,60253 +"50848",6186,60254 +"50849",6187,20331 +"50850",6187,33429 +"50851",6188,52365 +"50852",6188,52475 +"50853",6189,7010 +"50854",6189,22945 +"50855",6189,23462 +"50856",6189,31753 +"50857",6189,32935 +"50858",6189,45357 +"50859",6189,52462 +"50860",6189,55273 +"50861",6189,55995 +"50862",6189,61504 +"50863",6189,97068 +"50864",6189,114517 +"50865",6191,101597 +"50866",6192,6208 +"50867",6192,6626 +"50868",6192,12631 +"50869",6192,20250 +"50870",6192,29337 +"50871",6192,34612 +"50872",6192,34692 +"50873",6192,41764 +"50874",6192,41804 +"50875",6192,44711 +"50876",6192,50866 +"50877",6192,51610 +"50878",6192,55393 +"50879",6192,57267 +"50880",6192,61094 +"50881",6192,63670 +"50882",6192,71638 +"50883",6193,8686 +"50884",6193,8847 +"50885",6193,8866 +"50886",6193,8870 +"50887",6193,8942 +"50888",6193,8959 +"50889",6193,8961 +"50890",6193,12010 +"50891",6193,13313 +"50892",6193,15396 +"50893",6193,36087 +"50894",6193,49929 +"50895",6193,75921 +"50896",6193,79390 +"50897",6193,81837 +"50898",6193,81838 +"50899",6193,95162 +"50900",6194,27171 +"50901",6194,47840 +"50902",6194,80056 +"50903",6195,6415 +"50904",6196,35153 +"50905",6196,103375 +"50906",6196,105624 +"50907",6196,113077 +"50908",6197,24982 +"50909",6197,29626 +"50910",6197,33493 +"50911",6199,8620 +"50912",6199,35539 +"50913",6199,38251 +"50914",6199,51590 +"50915",6199,55504 +"50916",6199,66081 +"50917",6199,84622 +"50918",6200,6201 +"50919",6200,6202 +"50920",6200,9519 +"50921",6200,28009 +"50922",6201,6202 +"50923",6201,8509 +"50924",6201,9519 +"50925",6201,11717 +"50926",6201,17528 +"50927",6201,19290 +"50928",6201,19867 +"50929",6201,22688 +"50930",6201,28009 +"50931",6201,45994 +"50932",6201,50991 +"50933",6202,19290 +"50934",6204,6321 +"50935",6204,6358 +"50936",6204,11715 +"50937",6204,14052 +"50938",6204,16585 +"50939",6204,27255 +"50940",6204,30154 +"50941",6204,32339 +"50942",6204,37069 +"50943",6204,37385 +"50944",6204,39000 +"50945",6204,43214 +"50946",6204,45389 +"50947",6204,53987 +"50948",6204,58334 +"50949",6204,66323 +"50950",6204,67499 +"50951",6204,73015 +"50952",6204,78931 +"50953",6204,83444 +"50954",6204,87107 +"50955",6204,90529 +"50956",6204,99949 +"50957",6204,101914 +"50958",6204,103631 +"50959",6204,103723 +"50960",6204,103732 +"50961",6204,103759 +"50962",6204,103773 +"50963",6205,24669 +"50964",6205,31100 +"50965",6205,38091 +"50966",6205,60055 +"50967",6205,74355 +"50968",6206,6679 +"50969",6206,12250 +"50970",6206,35155 +"50971",6206,49545 +"50972",6206,63576 +"50973",6206,77395 +"50974",6207,7153 +"50975",6207,9758 +"50976",6207,11866 +"50977",6207,13431 +"50978",6207,19253 +"50979",6207,20470 +"50980",6207,28694 +"50981",6207,28795 +"50982",6207,35467 +"50983",6207,40933 +"50984",6207,52767 +"50985",6207,54865 +"50986",6207,54901 +"50987",6208,7186 +"50988",6208,17504 +"50989",6208,25895 +"50990",6208,33550 +"50991",6208,34444 +"50992",6208,35738 +"50993",6208,37246 +"50994",6208,43694 +"50995",6208,47806 +"50996",6208,56556 +"50997",6208,64797 +"50998",6208,64854 +"50999",6209,25388 +"51000",6209,58911 +"51001",6210,20130 +"51002",6210,31647 +"51003",6210,36397 +"51004",6210,50585 +"51005",6211,19643 +"51006",6211,42078 +"51007",6211,67023 +"51008",6212,43169 +"51009",6212,57474 +"51010",6212,61979 +"51011",6212,100099 +"51012",6213,56298 +"51013",6213,66573 +"51014",6214,34152 +"51015",6214,34779 +"51016",6214,34832 +"51017",6214,34843 +"51018",6214,48854 +"51019",6214,58218 +"51020",6214,58258 +"51021",6214,60043 +"51022",6214,63138 +"51023",6214,65847 +"51024",6214,65916 +"51025",6214,66140 +"51026",6214,66174 +"51027",6214,70936 +"51028",6214,73537 +"51029",6214,73938 +"51030",6214,74931 +"51031",6215,6750 +"51032",6215,6751 +"51033",6215,8369 +"51034",6215,9051 +"51035",6215,10105 +"51036",6215,13307 +"51037",6215,14656 +"51038",6215,14666 +"51039",6215,15396 +"51040",6215,18152 +"51041",6215,18394 +"51042",6215,19862 +"51043",6215,20737 +"51044",6215,21672 +"51045",6215,22027 +"51046",6215,22170 +"51047",6215,23526 +"51048",6215,23626 +"51049",6215,23715 +"51050",6215,24864 +"51051",6215,28477 +"51052",6215,28600 +"51053",6215,30031 +"51054",6215,32398 +"51055",6215,36704 +"51056",6215,40493 +"51057",6215,43001 +"51058",6215,44741 +"51059",6215,47214 +"51060",6215,48035 +"51061",6215,58439 +"51062",6216,7102 +"51063",6216,7423 +"51064",6216,17108 +"51065",6216,18750 +"51066",6216,28534 +"51067",6216,30590 +"51068",6216,34103 +"51069",6216,35943 +"51070",6216,36470 +"51071",6216,37472 +"51072",6216,38564 +"51073",6216,41009 +"51074",6216,41930 +"51075",6216,42999 +"51076",6216,46297 +"51077",6216,46653 +"51078",6216,46760 +"51079",6216,50086 +"51080",6216,52502 +"51081",6216,58100 +"51082",6216,60241 +"51083",6216,62605 +"51084",6216,62766 +"51085",6216,66027 +"51086",6216,69733 +"51087",6216,70233 +"51088",6216,70498 +"51089",6216,73294 +"51090",6216,79849 +"51091",6216,80032 +"51092",6216,87234 +"51093",6216,87389 +"51094",6216,88553 +"51095",6216,90824 +"51096",6216,91026 +"51097",6216,94523 +"51098",6216,97278 +"51099",6216,101052 +"51100",6216,102351 +"51101",6216,103201 +"51102",6216,103637 +"51103",6216,105625 +"51104",6216,105878 +"51105",6216,108190 +"51106",6216,112471 +"51107",6216,112608 +"51108",6216,113253 +"51109",6216,115957 +"51110",6216,117025 +"51111",6216,118083 +"51112",6216,118350 +"51113",6216,119288 +"51114",6216,119979 +"51115",6216,120463 +"51116",6216,120753 +"51117",6216,121167 +"51118",6216,121285 +"51119",6216,121330 +"51120",6216,122370 +"51121",6216,122380 +"51122",6216,123380 +"51123",6217,6800 +"51124",6217,16589 +"51125",6217,16623 +"51126",6217,16730 +"51127",6217,31223 +"51128",6217,31259 +"51129",6217,31756 +"51130",6217,31925 +"51131",6217,34367 +"51132",6217,35289 +"51133",6217,36052 +"51134",6217,51276 +"51135",6217,66398 +"51136",6217,100045 +"51137",6217,110038 +"51138",6217,112158 +"51139",6218,10181 +"51140",6219,74315 +"51141",6220,24962 +"51142",6220,45838 +"51143",6220,74015 +"51144",6220,78593 +"51145",6220,102211 +"51146",6220,105546 +"51147",6220,105562 +"51148",6220,113491 +"51149",6221,6821 +"51150",6221,8865 +"51151",6221,12067 +"51152",6221,19587 +"51153",6221,22030 +"51154",6221,26077 +"51155",6221,26207 +"51156",6221,31605 +"51157",6221,46691 +"51158",6221,74681 +"51159",6222,8170 +"51160",6222,8659 +"51161",6222,11517 +"51162",6222,12221 +"51163",6222,13828 +"51164",6222,14959 +"51165",6222,17582 +"51166",6222,29731 +"51167",6222,36498 +"51168",6222,38921 +"51169",6222,47747 +"51170",6222,84475 +"51171",6222,93289 +"51172",6223,21299 +"51173",6223,22731 +"51174",6223,28593 +"51175",6223,28688 +"51176",6223,28714 +"51177",6223,28763 +"51178",6223,29397 +"51179",6223,33687 +"51180",6223,36148 +"51181",6223,36376 +"51182",6223,37048 +"51183",6224,27837 +"51184",6224,31050 +"51185",6224,31072 +"51186",6224,35302 +"51187",6224,96746 +"51188",6224,107187 +"51189",6225,12954 +"51190",6225,47190 +"51191",6225,96126 +"51192",6226,6739 +"51193",6227,22759 +"51194",6227,26431 +"51195",6227,26499 +"51196",6227,29594 +"51197",6227,30504 +"51198",6227,54003 +"51199",6227,98963 +"51200",6228,23889 +"51201",6228,56070 +"51202",6228,56845 +"51203",6228,76131 +"51204",6228,97132 +"51205",6229,25722 +"51206",6229,110540 +"51207",6229,112007 +"51208",6229,115275 +"51209",6230,6297 +"51210",6230,66192 +"51211",6230,82940 +"51212",6230,103059 +"51213",6231,6853 +"51214",6231,43551 +"51215",6231,43679 +"51216",6231,58297 +"51217",6231,58298 +"51218",6232,6372 +"51219",6233,31271 +"51220",6233,56961 +"51221",6234,6235 +"51222",6234,16949 +"51223",6234,19003 +"51224",6234,20521 +"51225",6234,27811 +"51226",6234,28496 +"51227",6234,31537 +"51228",6234,37454 +"51229",6234,38503 +"51230",6234,41521 +"51231",6234,42688 +"51232",6234,42927 +"51233",6234,44727 +"51234",6234,45966 +"51235",6234,51287 +"51236",6234,58691 +"51237",6234,62669 +"51238",6234,65502 +"51239",6234,68060 +"51240",6234,74813 +"51241",6234,75003 +"51242",6234,82246 +"51243",6234,94655 +"51244",6234,97562 +"51245",6234,102267 +"51246",6234,102480 +"51247",6235,8211 +"51248",6235,8497 +"51249",6235,12024 +"51250",6235,12120 +"51251",6235,14591 +"51252",6235,15239 +"51253",6235,27811 +"51254",6235,31943 +"51255",6235,37454 +"51256",6235,38503 +"51257",6235,44727 +"51258",6235,74813 +"51259",6235,82459 +"51260",6235,83238 +"51261",6235,97562 +"51262",6235,101904 +"51263",6236,17326 +"51264",6236,20395 +"51265",6236,28345 +"51266",6236,30019 +"51267",6236,56067 +"51268",6236,58278 +"51269",6236,64156 +"51270",6236,69545 +"51271",6236,74100 +"51272",6236,91495 +"51273",6236,112650 +"51274",6237,6363 +"51275",6237,6370 +"51276",6237,6389 +"51277",6237,6402 +"51278",6237,6403 +"51279",6237,6404 +"51280",6237,6410 +"51281",6237,6414 +"51282",6237,13170 +"51283",6237,14279 +"51284",6237,23255 +"51285",6237,25198 +"51286",6237,32722 +"51287",6237,45311 +"51288",6237,47452 +"51289",6237,49488 +"51290",6237,51077 +"51291",6237,54328 +"51292",6238,6399 +"51293",6238,35553 +"51294",6238,39418 +"51295",6238,40056 +"51296",6238,65522 +"51297",6238,88284 +"51298",6238,88386 +"51299",6238,97313 +"51300",6239,10360 +"51301",6239,31061 +"51302",6240,9852 +"51303",6240,13801 +"51304",6240,34208 +"51305",6240,112050 +"51306",6241,10859 +"51307",6241,11746 +"51308",6241,14843 +"51309",6241,16248 +"51310",6241,24405 +"51311",6241,39278 +"51312",6241,40889 +"51313",6241,43246 +"51314",6241,45176 +"51315",6241,52440 +"51316",6241,52488 +"51317",6241,52532 +"51318",6241,60455 +"51319",6242,12394 +"51320",6242,13745 +"51321",6242,22291 +"51322",6242,36243 +"51323",6242,46903 +"51324",6242,53223 +"51325",6242,55690 +"51326",6242,55782 +"51327",6242,60283 +"51328",6243,88797 +"51329",6244,7484 +"51330",6244,9952 +"51331",6244,13723 +"51332",6244,46846 +"51333",6244,70003 +"51334",6244,105225 +"51335",6245,6765 +"51336",6245,16416 +"51337",6245,27286 +"51338",6245,27547 +"51339",6245,30153 +"51340",6245,34041 +"51341",6245,63214 +"51342",6245,64605 +"51343",6245,66171 +"51344",6245,67117 +"51345",6245,71266 +"51346",6245,71294 +"51347",6245,71343 +"51348",6246,8999 +"51349",6246,9032 +"51350",6246,9074 +"51351",6246,9115 +"51352",6246,9177 +"51353",6246,9178 +"51354",6246,9180 +"51355",6246,83098 +"51356",6247,102490 +"51357",6248,8911 +"51358",6248,8951 +"51359",6248,8970 +"51360",6248,10710 +"51361",6248,10784 +"51362",6248,23165 +"51363",6248,59804 +"51364",6248,86850 +"51365",6249,6265 +"51366",6249,24523 +"51367",6249,116663 +"51368",6250,13874 +"51369",6250,68760 +"51370",6250,86498 +"51371",6250,114302 +"51372",6251,21091 +"51373",6251,21135 +"51374",6251,21888 +"51375",6251,21912 +"51376",6251,21945 +"51377",6251,22047 +"51378",6251,22067 +"51379",6251,37986 +"51380",6251,38768 +"51381",6252,20524 +"51382",6252,20625 +"51383",6252,41719 +"51384",6252,48759 +"51385",6252,55376 +"51386",6252,69983 +"51387",6252,80305 +"51388",6253,95737 +"51389",6253,106355 +"51390",6254,6560 +"51391",6254,7581 +"51392",6254,8307 +"51393",6254,8534 +"51394",6254,9366 +"51395",6254,11110 +"51396",6254,11766 +"51397",6254,12735 +"51398",6254,12779 +"51399",6254,13360 +"51400",6254,13942 +"51401",6254,15027 +"51402",6254,15185 +"51403",6254,15216 +"51404",6254,15964 +"51405",6254,16252 +"51406",6254,16872 +"51407",6254,17145 +"51408",6254,17508 +"51409",6254,18060 +"51410",6254,18217 +"51411",6254,22462 +"51412",6254,22823 +"51413",6254,23147 +"51414",6254,23421 +"51415",6254,23632 +"51416",6254,23953 +"51417",6254,24495 +"51418",6254,24710 +"51419",6254,25143 +"51420",6254,25303 +"51421",6254,25664 +"51422",6254,26407 +"51423",6254,27174 +"51424",6254,27196 +"51425",6254,27710 +"51426",6254,28703 +"51427",6254,29253 +"51428",6254,29341 +"51429",6254,29560 +"51430",6254,29573 +"51431",6254,29868 +"51432",6254,32438 +"51433",6254,32967 +"51434",6254,33223 +"51435",6254,33881 +"51436",6254,34097 +"51437",6254,34330 +"51438",6254,34513 +"51439",6254,35400 +"51440",6254,36476 +"51441",6254,36547 +"51442",6254,36745 +"51443",6254,37821 +"51444",6254,37931 +"51445",6254,38319 +"51446",6254,39398 +"51447",6254,39492 +"51448",6254,40320 +"51449",6254,40373 +"51450",6254,40542 +"51451",6254,41182 +"51452",6254,42131 +"51453",6254,46843 +"51454",6254,48331 +"51455",6255,10003 +"51456",6255,34377 +"51457",6255,38607 +"51458",6255,50656 +"51459",6255,59071 +"51460",6255,59259 +"51461",6255,75637 +"51462",6256,23936 +"51463",6257,6699 +"51464",6257,6865 +"51465",6257,7286 +"51466",6257,7476 +"51467",6257,14577 +"51468",6257,31609 +"51469",6257,36813 +"51470",6257,72579 +"51471",6257,85190 +"51472",6257,108552 +"51473",6258,13379 +"51474",6258,13559 +"51475",6258,31727 +"51476",6258,41219 +"51477",6258,66788 +"51478",6259,8568 +"51479",6259,15317 +"51480",6259,54864 +"51481",6259,74187 +"51482",6259,78375 +"51483",6259,86488 +"51484",6260,15813 +"51485",6260,19248 +"51486",6260,25577 +"51487",6260,33394 +"51488",6260,34423 +"51489",6260,34885 +"51490",6260,75062 +"51491",6261,11846 +"51492",6261,36259 +"51493",6261,44827 +"51494",6261,46702 +"51495",6261,90356 +"51496",6262,6755 +"51497",6262,14560 +"51498",6262,16064 +"51499",6262,16075 +"51500",6262,31994 +"51501",6262,32040 +"51502",6262,32070 +"51503",6262,43531 +"51504",6262,85896 +"51505",6263,18510 +"51506",6263,21314 +"51507",6263,23362 +"51508",6263,29181 +"51509",6263,48937 +"51510",6263,77026 +"51511",6263,83269 +"51512",6263,84666 +"51513",6264,9624 +"51514",6264,10523 +"51515",6264,40028 +"51516",6264,70724 +"51517",6264,97237 +"51518",6264,101793 +"51519",6264,108528 +"51520",6265,22904 +"51521",6265,35613 +"51522",6266,22302 +"51523",6266,40168 +"51524",6266,48986 +"51525",6266,57609 +"51526",6266,78209 +"51527",6266,86675 +"51528",6266,117166 +"51529",6267,23405 +"51530",6267,33572 +"51531",6267,36042 +"51532",6267,40695 +"51533",6267,45633 +"51534",6267,54150 +"51535",6267,64410 +"51536",6267,65162 +"51537",6267,65691 +"51538",6267,70324 +"51539",6267,72141 +"51540",6267,80425 +"51541",6267,99091 +"51542",6267,120791 +"51543",6268,47019 +"51544",6268,80734 +"51545",6268,81244 +"51546",6269,14573 +"51547",6269,15830 +"51548",6269,36857 +"51549",6269,61406 +"51550",6269,69684 +"51551",6269,77977 +"51552",6269,80678 +"51553",6270,9362 +"51554",6270,15694 +"51555",6270,20063 +"51556",6270,21719 +"51557",6270,24249 +"51558",6270,39494 +"51559",6271,9958 +"51560",6271,11893 +"51561",6271,11955 +"51562",6271,22077 +"51563",6271,26279 +"51564",6271,26372 +"51565",6271,26383 +"51566",6271,26540 +"51567",6271,73212 +"51568",6271,87189 +"51569",6271,87313 +"51570",6271,87387 +"51571",6272,33451 +"51572",6272,33827 +"51573",6272,48339 +"51574",6272,65348 +"51575",6272,91947 +"51576",6272,92413 +"51577",6273,11641 +"51578",6273,15859 +"51579",6273,20109 +"51580",6273,20154 +"51581",6273,23418 +"51582",6273,24984 +"51583",6273,25011 +"51584",6273,28849 +"51585",6273,31723 +"51586",6273,46501 +"51587",6273,84025 +"51588",6274,34104 +"51589",6275,9729 +"51590",6275,15270 +"51591",6276,22467 +"51592",6276,76367 +"51593",6276,100207 +"51594",6276,100668 +"51595",6277,7478 +"51596",6277,15848 +"51597",6277,20528 +"51598",6277,20611 +"51599",6277,46510 +"51600",6278,15800 +"51601",6278,16357 +"51602",6278,22204 +"51603",6278,25442 +"51604",6278,28776 +"51605",6278,40484 +"51606",6278,49507 +"51607",6278,69139 +"51608",6279,6281 +"51609",6279,8797 +"51610",6279,13081 +"51611",6279,15289 +"51612",6279,16629 +"51613",6279,17184 +"51614",6279,22490 +"51615",6279,23717 +"51616",6279,24848 +"51617",6279,25299 +"51618",6279,30144 +"51619",6279,32874 +"51620",6279,35391 +"51621",6279,37353 +"51622",6279,40983 +"51623",6279,48520 +"51624",6279,52530 +"51625",6279,57522 +"51626",6279,60849 +"51627",6279,77481 +"51628",6279,79463 +"51629",6279,91520 +"51630",6279,92507 +"51631",6279,92816 +"51632",6279,93479 +"51633",6280,7868 +"51634",6280,10365 +"51635",6280,11566 +"51636",6280,13527 +"51637",6280,13822 +"51638",6280,16453 +"51639",6280,18066 +"51640",6280,22460 +"51641",6280,29541 +"51642",6280,44125 +"51643",6280,54622 +"51644",6280,62438 +"51645",6280,62917 +"51646",6280,63026 +"51647",6280,71659 +"51648",6280,73684 +"51649",6281,13081 +"51650",6281,15289 +"51651",6281,16629 +"51652",6281,19414 +"51653",6281,22490 +"51654",6281,24848 +"51655",6281,29499 +"51656",6281,30144 +"51657",6281,52530 +"51658",6281,55280 +"51659",6281,78088 +"51660",6281,80802 +"51661",6281,91520 +"51662",6281,92507 +"51663",6281,92816 +"51664",6281,93255 +"51665",6281,93321 +"51666",6281,93479 +"51667",6282,6387 +"51668",6282,8620 +"51669",6282,9337 +"51670",6282,9633 +"51671",6282,20665 +"51672",6282,28655 +"51673",6282,52957 +"51674",6283,19338 +"51675",6283,19492 +"51676",6283,36315 +"51677",6283,41231 +"51678",6283,41273 +"51679",6283,41312 +"51680",6284,7704 +"51681",6284,9418 +"51682",6284,42196 +"51683",6284,77830 +"51684",6285,6527 +"51685",6285,10714 +"51686",6285,11801 +"51687",6285,12245 +"51688",6285,12373 +"51689",6285,17917 +"51690",6285,19216 +"51691",6285,28770 +"51692",6285,29112 +"51693",6285,32411 +"51694",6285,62538 +"51695",6285,67352 +"51696",6285,69528 +"51697",6285,78570 +"51698",6285,79327 +"51699",6285,85639 +"51700",6285,87994 +"51701",6285,88174 +"51702",6285,90056 +"51703",6285,98800 +"51704",6285,107773 +"51705",6286,6323 +"51706",6287,8418 +"51707",6287,8437 +"51708",6287,16636 +"51709",6287,20370 +"51710",6287,20633 +"51711",6287,21176 +"51712",6287,21849 +"51713",6287,30285 +"51714",6287,42121 +"51715",6287,51017 +"51716",6287,51021 +"51717",6287,51035 +"51718",6287,51046 +"51719",6287,51047 +"51720",6287,63347 +"51721",6287,95720 +"51722",6288,24573 +"51723",6288,24762 +"51724",6288,34415 +"51725",6288,36280 +"51726",6288,39658 +"51727",6288,45554 +"51728",6288,69139 +"51729",6288,100531 +"51730",6289,70507 +"51731",6290,32477 +"51732",6290,69393 +"51733",6290,75992 +"51734",6290,88959 +"51735",6290,99880 +"51736",6290,116341 +"51737",6290,117074 +"51738",6290,117645 +"51739",6290,117655 +"51740",6291,8598 +"51741",6291,9385 +"51742",6291,14160 +"51743",6291,18421 +"51744",6291,40627 +"51745",6291,41091 +"51746",6292,25255 +"51747",6292,84070 +"51748",6292,85619 +"51749",6292,105707 +"51750",6293,11538 +"51751",6293,24242 +"51752",6293,32456 +"51753",6293,51094 +"51754",6293,54440 +"51755",6293,81408 +"51756",6293,108075 +"51757",6294,6582 +"51758",6294,8353 +"51759",6294,8491 +"51760",6294,24725 +"51761",6294,34012 +"51762",6294,47248 +"51763",6294,51017 +"51764",6294,63547 +"51765",6294,70020 +"51766",6294,74975 +"51767",6294,82977 +"51768",6294,90921 +"51769",6294,95460 +"51770",6294,95997 +"51771",6294,97993 +"51772",6294,117701 +"51773",6294,117703 +"51774",6294,117707 +"51775",6295,6312 +"51776",6295,6314 +"51777",6295,6334 +"51778",6295,9840 +"51779",6295,20695 +"51780",6295,32124 +"51781",6295,32770 +"51782",6295,47536 +"51783",6295,47537 +"51784",6295,47547 +"51785",6295,47639 +"51786",6295,66191 +"51787",6296,6806 +"51788",6296,18004 +"51789",6296,49332 +"51790",6296,50565 +"51791",6296,54305 +"51792",6296,71342 +"51793",6296,71473 +"51794",6296,81838 +"51795",6296,94565 +"51796",6296,96389 +"51797",6296,107544 +"51798",6296,119005 +"51799",6297,9676 +"51800",6297,113997 +"51801",6298,6511 +"51802",6298,7526 +"51803",6298,13407 +"51804",6298,14819 +"51805",6298,18027 +"51806",6298,18066 +"51807",6298,18415 +"51808",6298,24796 +"51809",6298,25531 +"51810",6298,25646 +"51811",6298,28212 +"51812",6298,33286 +"51813",6298,36183 +"51814",6298,38736 +"51815",6298,49623 +"51816",6298,65162 +"51817",6298,69520 +"51818",6298,76482 +"51819",6298,78811 +"51820",6298,82242 +"51821",6298,84682 +"51822",6298,91862 +"51823",6298,101134 +"51824",6298,101526 +"51825",6298,101965 +"51826",6298,102639 +"51827",6298,104139 +"51828",6299,6306 +"51829",6299,6992 +"51830",6301,6324 +"51831",6301,7105 +"51832",6301,8106 +"51833",6301,9423 +"51834",6301,12011 +"51835",6301,12081 +"51836",6301,13963 +"51837",6301,18670 +"51838",6301,18728 +"51839",6301,18857 +"51840",6301,20417 +"51841",6301,20528 +"51842",6301,20529 +"51843",6301,20616 +"51844",6301,20722 +"51845",6301,20830 +"51846",6301,21079 +"51847",6301,23147 +"51848",6301,28249 +"51849",6301,28695 +"51850",6301,37296 +"51851",6301,38307 +"51852",6301,42028 +"51853",6301,45311 +"51854",6301,48837 +"51855",6301,49470 +"51856",6301,57238 +"51857",6301,57437 +"51858",6301,60040 +"51859",6301,62901 +"51860",6301,63803 +"51861",6301,70536 +"51862",6301,70573 +"51863",6302,7195 +"51864",6302,15500 +"51865",6302,16547 +"51866",6302,17853 +"51867",6302,21576 +"51868",6302,32761 +"51869",6302,33826 +"51870",6302,37100 +"51871",6302,37677 +"51872",6302,44200 +"51873",6302,44235 +"51874",6302,45512 +"51875",6302,49343 +"51876",6302,51421 +"51877",6302,60301 +"51878",6302,60969 +"51879",6302,71702 +"51880",6302,71704 +"51881",6302,71716 +"51882",6302,71741 +"51883",6302,73637 +"51884",6302,93307 +"51885",6302,94918 +"51886",6302,94948 +"51887",6303,6469 +"51888",6303,6523 +"51889",6303,6634 +"51890",6303,25203 +"51891",6303,26453 +"51892",6303,42554 +"51893",6304,29020 +"51894",6305,26908 +"51895",6305,27040 +"51896",6306,48504 +"51897",6306,84482 +"51898",6307,13537 +"51899",6307,20635 +"51900",6307,23245 +"51901",6307,24640 +"51902",6307,24705 +"51903",6307,29140 +"51904",6307,30344 +"51905",6307,34487 +"51906",6307,37491 +"51907",6307,38805 +"51908",6308,7557 +"51909",6308,51876 +"51910",6311,36020 +"51911",6312,6314 +"51912",6312,6334 +"51913",6312,7459 +"51914",6312,9269 +"51915",6312,9840 +"51916",6312,11090 +"51917",6312,12914 +"51918",6312,14380 +"51919",6312,14429 +"51920",6312,14883 +"51921",6312,15926 +"51922",6312,15945 +"51923",6312,16599 +"51924",6312,20695 +"51925",6312,25748 +"51926",6312,32686 +"51927",6312,32966 +"51928",6312,38697 +"51929",6312,40379 +"51930",6312,46568 +"51931",6312,56364 +"51932",6312,65725 +"51933",6312,76796 +"51934",6312,80130 +"51935",6312,82528 +"51936",6312,85433 +"51937",6312,86880 +"51938",6312,94223 +"51939",6312,104735 +"51940",6312,110336 +"51941",6312,111881 +"51942",6312,115766 +"51943",6312,117032 +"51944",6312,121457 +"51945",6313,6824 +"51946",6313,6973 +"51947",6313,16473 +"51948",6313,16549 +"51949",6313,23556 +"51950",6313,33853 +"51951",6313,81896 +"51952",6314,6334 +"51953",6314,9840 +"51954",6314,9948 +"51955",6314,14429 +"51956",6314,20695 +"51957",6314,30089 +"51958",6314,32124 +"51959",6314,32770 +"51960",6314,41260 +"51961",6314,47536 +"51962",6314,47537 +"51963",6314,47547 +"51964",6314,47639 +"51965",6314,56364 +"51966",6314,56366 +"51967",6314,72352 +"51968",6314,76944 +"51969",6314,80090 +"51970",6314,111470 +"51971",6314,117567 +"51972",6315,11518 +"51973",6315,61673 +"51974",6316,6333 +"51975",6316,7278 +"51976",6316,45879 +"51977",6316,59907 +"51978",6317,22294 +"51979",6317,22295 +"51980",6317,24416 +"51981",6317,73561 +"51982",6317,80991 +"51983",6318,6417 +"51984",6318,8210 +"51985",6318,12035 +"51986",6318,12042 +"51987",6318,17400 +"51988",6318,23404 +"51989",6318,34053 +"51990",6318,41214 +"51991",6318,42357 +"51992",6318,49424 +"51993",6318,51299 +"51994",6318,51496 +"51995",6318,52442 +"51996",6318,64472 +"51997",6318,73411 +"51998",6318,76905 +"51999",6318,78587 +"52000",6318,90169 +"52001",6318,102302 +"52002",6318,114364 +"52003",6319,8595 +"52004",6319,15792 +"52005",6319,22261 +"52006",6319,40698 +"52007",6319,55232 +"52008",6319,55244 +"52009",6319,55460 +"52010",6319,57042 +"52011",6319,88007 +"52012",6320,8770 +"52013",6320,22457 +"52014",6320,48888 +"52015",6320,50652 +"52016",6320,83296 +"52017",6320,84034 +"52018",6320,88253 +"52019",6320,90909 +"52020",6320,108186 +"52021",6320,121669 +"52022",6321,7393 +"52023",6321,11715 +"52024",6321,14052 +"52025",6321,30154 +"52026",6321,37069 +"52027",6321,37448 +"52028",6321,37499 +"52029",6321,37534 +"52030",6321,40906 +"52031",6321,53987 +"52032",6321,58334 +"52033",6321,66323 +"52034",6321,67499 +"52035",6321,73015 +"52036",6321,83444 +"52037",6321,99949 +"52038",6321,101914 +"52039",6321,103631 +"52040",6321,103723 +"52041",6321,103732 +"52042",6321,103759 +"52043",6321,103773 +"52044",6322,11443 +"52045",6322,38942 +"52046",6323,17823 +"52047",6323,107567 +"52048",6323,112597 +"52049",6324,9354 +"52050",6324,9499 +"52051",6324,16187 +"52052",6324,51277 +"52053",6324,53596 +"52054",6324,72218 +"52055",6324,97632 +"52056",6325,8438 +"52057",6325,14549 +"52058",6326,7683 +"52059",6326,19938 +"52060",6326,30796 +"52061",6326,32934 +"52062",6326,52996 +"52063",6326,81784 +"52064",6326,93458 +"52065",6326,95123 +"52066",6326,106141 +"52067",6326,106143 +"52068",6326,118875 +"52069",6326,120290 +"52070",6326,120310 +"52071",6327,9647 +"52072",6327,17221 +"52073",6327,17274 +"52074",6327,17339 +"52075",6327,17411 +"52076",6327,18160 +"52077",6327,28128 +"52078",6327,28243 +"52079",6328,10482 +"52080",6329,11721 +"52081",6329,26051 +"52082",6329,36106 +"52083",6329,43586 +"52084",6329,55615 +"52085",6329,65002 +"52086",6330,22843 +"52087",6330,28944 +"52088",6330,39035 +"52089",6330,43770 +"52090",6330,71859 +"52091",6330,76959 +"52092",6330,82542 +"52093",6331,9630 +"52094",6331,27590 +"52095",6331,43478 +"52096",6331,47366 +"52097",6331,78925 +"52098",6331,82315 +"52099",6331,82768 +"52100",6333,29012 +"52101",6333,50692 +"52102",6334,7341 +"52103",6334,7636 +"52104",6334,9895 +"52105",6334,11090 +"52106",6334,12914 +"52107",6334,12915 +"52108",6334,14081 +"52109",6334,14429 +"52110",6334,15926 +"52111",6334,19614 +"52112",6334,29306 +"52113",6334,30066 +"52114",6334,36165 +"52115",6334,39753 +"52116",6334,43120 +"52117",6334,53829 +"52118",6334,56364 +"52119",6334,76796 +"52120",6335,15681 +"52121",6335,17947 +"52122",6335,18855 +"52123",6335,95248 +"52124",6335,95291 +"52125",6336,6343 +"52126",6336,22659 +"52127",6337,54247 +"52128",6337,57697 +"52129",6337,64883 +"52130",6337,96755 +"52131",6337,106802 +"52132",6337,115507 +"52133",6338,49199 +"52134",6339,21151 +"52135",6339,53765 +"52136",6339,84372 +"52137",6339,116289 +"52138",6340,11316 +"52139",6340,11701 +"52140",6340,25195 +"52141",6340,26375 +"52142",6340,35668 +"52143",6340,44381 +"52144",6340,46587 +"52145",6340,54433 +"52146",6340,54871 +"52147",6340,63040 +"52148",6340,64964 +"52149",6341,57530 +"52150",6341,67062 +"52151",6341,105810 +"52152",6342,15536 +"52153",6342,88363 +"52154",6342,88401 +"52155",6343,17738 +"52156",6343,35628 +"52157",6343,39664 +"52158",6343,41519 +"52159",6343,45202 +"52160",6343,45281 +"52161",6343,50864 +"52162",6343,64300 +"52163",6343,74254 +"52164",6343,74374 +"52165",6343,74376 +"52166",6343,75234 +"52167",6343,75246 +"52168",6343,76760 +"52169",6343,76761 +"52170",6344,18048 +"52171",6344,32375 +"52172",6344,47741 +"52173",6344,58637 +"52174",6344,64753 +"52175",6344,79977 +"52176",6344,98892 +"52177",6344,104208 +"52178",6344,107847 +"52179",6344,121213 +"52180",6345,9724 +"52181",6345,19665 +"52182",6345,23550 +"52183",6345,26597 +"52184",6345,32239 +"52185",6345,35278 +"52186",6345,53652 +"52187",6345,56491 +"52188",6345,57443 +"52189",6345,67813 +"52190",6345,76450 +"52191",6346,21353 +"52192",6346,25765 +"52193",6346,32266 +"52194",6346,36337 +"52195",6346,51756 +"52196",6346,100556 +"52197",6347,7085 +"52198",6347,9270 +"52199",6347,9272 +"52200",6347,9505 +"52201",6347,10956 +"52202",6347,11913 +"52203",6347,12428 +"52204",6347,12807 +"52205",6347,13142 +"52206",6347,16689 +"52207",6347,19036 +"52208",6347,19391 +"52209",6347,23075 +"52210",6347,23430 +"52211",6347,25606 +"52212",6347,28530 +"52213",6347,28679 +"52214",6347,30258 +"52215",6347,31678 +"52216",6347,35102 +"52217",6347,35793 +"52218",6347,38185 +"52219",6347,38683 +"52220",6347,40245 +"52221",6347,43226 +"52222",6347,44655 +"52223",6347,44973 +"52224",6347,46177 +"52225",6347,47048 +"52226",6347,48110 +"52227",6347,58508 +"52228",6347,59731 +"52229",6347,62642 +"52230",6347,68091 +"52231",6347,69335 +"52232",6347,75245 +"52233",6347,75776 +"52234",6347,75956 +"52235",6347,76387 +"52236",6347,78978 +"52237",6347,79212 +"52238",6347,79241 +"52239",6347,79579 +"52240",6347,80239 +"52241",6347,80301 +"52242",6347,81397 +"52243",6347,88340 +"52244",6347,88749 +"52245",6347,89069 +"52246",6347,89373 +"52247",6347,89995 +"52248",6347,90919 +"52249",6347,90936 +"52250",6347,92861 +"52251",6347,93097 +"52252",6347,94231 +"52253",6347,95489 +"52254",6347,96247 +"52255",6347,96363 +"52256",6347,97898 +"52257",6348,17053 +"52258",6348,18250 +"52259",6348,18381 +"52260",6348,18935 +"52261",6348,37258 +"52262",6348,44992 +"52263",6348,48187 +"52264",6348,56796 +"52265",6348,58368 +"52266",6348,61879 +"52267",6348,62426 +"52268",6348,63019 +"52269",6348,64173 +"52270",6348,66684 +"52271",6348,66851 +"52272",6349,71715 +"52273",6350,37279 +"52274",6350,44347 +"52275",6350,48998 +"52276",6350,50033 +"52277",6350,55325 +"52278",6351,12751 +"52279",6351,19835 +"52280",6351,21627 +"52281",6351,25338 +"52282",6351,28736 +"52283",6351,46924 +"52284",6351,59438 +"52285",6351,65513 +"52286",6351,68311 +"52287",6351,70894 +"52288",6351,83370 +"52289",6351,87690 +"52290",6351,88251 +"52291",6351,97931 +"52292",6351,102119 +"52293",6351,108704 +"52294",6351,111471 +"52295",6351,112436 +"52296",6351,112446 +"52297",6351,114606 +"52298",6351,114754 +"52299",6351,118999 +"52300",6351,119441 +"52301",6352,8038 +"52302",6352,13215 +"52303",6352,63698 +"52304",6352,76953 +"52305",6353,27996 +"52306",6353,34118 +"52307",6353,51941 +"52308",6353,60373 +"52309",6354,16655 +"52310",6354,23195 +"52311",6354,23427 +"52312",6354,72432 +"52313",6354,74521 +"52314",6354,80897 +"52315",6354,82683 +"52316",6354,113703 +"52317",6357,6358 +"52318",6358,7559 +"52319",6358,8399 +"52320",6358,16585 +"52321",6358,16950 +"52322",6358,18113 +"52323",6358,20216 +"52324",6358,21111 +"52325",6358,21502 +"52326",6358,22506 +"52327",6358,24563 +"52328",6358,29896 +"52329",6358,35727 +"52330",6358,37385 +"52331",6358,44019 +"52332",6358,44795 +"52333",6358,49148 +"52334",6358,63213 +"52335",6358,87107 +"52336",6358,91978 +"52337",6358,92585 +"52338",6358,112144 +"52339",6359,25737 +"52340",6359,50499 +"52341",6359,55226 +"52342",6359,62309 +"52343",6359,75303 +"52344",6359,85690 +"52345",6359,117424 +"52346",6360,8017 +"52347",6360,59608 +"52348",6360,86874 +"52349",6361,6368 +"52350",6361,50510 +"52351",6361,99244 +"52352",6362,40860 +"52353",6363,6370 +"52354",6363,6389 +"52355",6363,6402 +"52356",6363,6403 +"52357",6363,6404 +"52358",6363,6410 +"52359",6363,6414 +"52360",6363,7582 +"52361",6363,11501 +"52362",6363,12128 +"52363",6363,12989 +"52364",6363,13487 +"52365",6363,13533 +"52366",6363,14280 +"52367",6363,21627 +"52368",6363,25483 +"52369",6363,25985 +"52370",6363,26089 +"52371",6363,28228 +"52372",6363,30283 +"52373",6363,32965 +"52374",6363,47098 +"52375",6363,50785 +"52376",6363,51041 +"52377",6363,54306 +"52378",6363,54624 +"52379",6363,70216 +"52380",6364,18314 +"52381",6364,30152 +"52382",6364,44684 +"52383",6364,72122 +"52384",6364,76714 +"52385",6364,77855 +"52386",6364,85592 +"52387",6364,85695 +"52388",6364,86618 +"52389",6364,89668 +"52390",6364,93076 +"52391",6364,93414 +"52392",6364,104069 +"52393",6364,104381 +"52394",6364,105138 +"52395",6364,106702 +"52396",6365,24479 +"52397",6365,28107 +"52398",6365,35802 +"52399",6365,50152 +"52400",6365,87260 +"52401",6365,88308 +"52402",6365,89784 +"52403",6365,100502 +"52404",6365,104662 +"52405",6365,107678 +"52406",6365,109434 +"52407",6366,6417 +"52408",6366,7233 +"52409",6366,8513 +"52410",6366,9978 +"52411",6366,10390 +"52412",6366,11218 +"52413",6366,11576 +"52414",6366,12042 +"52415",6366,12242 +"52416",6366,12682 +"52417",6366,14855 +"52418",6366,15952 +"52419",6366,16127 +"52420",6366,20061 +"52421",6366,23159 +"52422",6366,29561 +"52423",6366,29976 +"52424",6366,33257 +"52425",6366,35658 +"52426",6366,38362 +"52427",6366,39109 +"52428",6366,43344 +"52429",6366,47986 +"52430",6366,48434 +"52431",6366,51299 +"52432",6366,53134 +"52433",6366,54349 +"52434",6366,54929 +"52435",6366,61187 +"52436",6366,62747 +"52437",6366,67894 +"52438",6366,70806 +"52439",6366,70934 +"52440",6366,73464 +"52441",6366,73919 +"52442",6366,81364 +"52443",6366,86490 +"52444",6366,89710 +"52445",6366,95604 +"52446",6366,99329 +"52447",6366,99341 +"52448",6366,103415 +"52449",6366,110246 +"52450",6366,113803 +"52451",6366,115195 +"52452",6366,115233 +"52453",6366,115255 +"52454",6366,115264 +"52455",6367,9949 +"52456",6367,39397 +"52457",6367,68123 +"52458",6368,29103 +"52459",6368,35087 +"52460",6369,7071 +"52461",6369,11790 +"52462",6369,21755 +"52463",6369,25085 +"52464",6369,31313 +"52465",6369,32376 +"52466",6369,35997 +"52467",6369,39384 +"52468",6369,42565 +"52469",6369,46440 +"52470",6369,52195 +"52471",6369,56082 +"52472",6369,87244 +"52473",6369,88479 +"52474",6369,99682 +"52475",6369,112703 +"52476",6369,112839 +"52477",6370,6389 +"52478",6370,6402 +"52479",6370,6403 +"52480",6370,6404 +"52481",6370,6410 +"52482",6370,6414 +"52483",6370,21627 +"52484",6370,26089 +"52485",6370,30283 +"52486",6370,33771 +"52487",6370,53851 +"52488",6370,66700 +"52489",6372,106730 +"52490",6372,108663 +"52491",6372,108724 +"52492",6373,6575 +"52493",6373,7523 +"52494",6374,6615 +"52495",6374,8137 +"52496",6374,8436 +"52497",6374,9506 +"52498",6374,26139 +"52499",6374,32553 +"52500",6374,52767 +"52501",6374,53438 +"52502",6374,78005 +"52503",6374,78768 +"52504",6374,88662 +"52505",6374,91083 +"52506",6374,92766 +"52507",6375,6991 +"52508",6375,14025 +"52509",6375,14064 +"52510",6375,18417 +"52511",6375,21468 +"52512",6375,21492 +"52513",6375,42880 +"52514",6375,45100 +"52515",6375,48892 +"52516",6375,61330 +"52517",6375,69560 +"52518",6375,78305 +"52519",6375,82426 +"52520",6375,85002 +"52521",6375,89733 +"52522",6375,91481 +"52523",6375,100574 +"52524",6376,13575 +"52525",6376,15901 +"52526",6376,20584 +"52527",6376,30930 +"52528",6376,40770 +"52529",6376,44708 +"52530",6376,55745 +"52531",6376,55746 +"52532",6376,67136 +"52533",6376,97308 +"52534",6376,99043 +"52535",6376,100542 +"52536",6376,122419 +"52537",6377,6498 +"52538",6378,41186 +"52539",6378,48946 +"52540",6378,95580 +"52541",6379,6638 +"52542",6379,13676 +"52543",6379,28486 +"52544",6379,35237 +"52545",6379,40656 +"52546",6379,46015 +"52547",6379,53974 +"52548",6379,57899 +"52549",6379,60669 +"52550",6379,63014 +"52551",6379,66780 +"52552",6379,66831 +"52553",6379,66842 +"52554",6379,70023 +"52555",6379,122574 +"52556",6380,36956 +"52557",6380,38208 +"52558",6380,61311 +"52559",6380,96838 +"52560",6381,13731 +"52561",6381,31575 +"52562",6381,51785 +"52563",6381,52750 +"52564",6381,52884 +"52565",6381,63041 +"52566",6381,74516 +"52567",6381,77517 +"52568",6381,77522 +"52569",6381,77528 +"52570",6381,77607 +"52571",6382,47696 +"52572",6382,70707 +"52573",6383,45467 +"52574",6383,51766 +"52575",6383,103075 +"52576",6384,20985 +"52577",6384,30527 +"52578",6384,73836 +"52579",6384,99013 +"52580",6385,6408 +"52581",6385,20080 +"52582",6385,53703 +"52583",6385,56025 +"52584",6385,57628 +"52585",6385,59361 +"52586",6385,59497 +"52587",6385,59498 +"52588",6385,75539 +"52589",6386,6877 +"52590",6386,11782 +"52591",6386,30017 +"52592",6386,105275 +"52593",6387,9337 +"52594",6387,28655 +"52595",6387,45909 +"52596",6387,45910 +"52597",6387,45939 +"52598",6388,22696 +"52599",6388,33548 +"52600",6388,40930 +"52601",6388,44368 +"52602",6388,54708 +"52603",6389,6402 +"52604",6389,6403 +"52605",6389,6404 +"52606",6389,6410 +"52607",6389,6414 +"52608",6389,18616 +"52609",6389,18664 +"52610",6389,25198 +"52611",6389,25433 +"52612",6389,32063 +"52613",6389,55081 +"52614",6389,69384 +"52615",6389,91286 +"52616",6389,100435 +"52617",6390,8011 +"52618",6390,9689 +"52619",6390,12199 +"52620",6390,16165 +"52621",6390,19034 +"52622",6390,19882 +"52623",6390,26462 +"52624",6390,27158 +"52625",6390,31235 +"52626",6390,32813 +"52627",6390,38608 +"52628",6390,46483 +"52629",6390,47435 +"52630",6390,47585 +"52631",6390,62407 +"52632",6390,62602 +"52633",6390,62711 +"52634",6390,63145 +"52635",6390,68569 +"52636",6390,73374 +"52637",6390,78925 +"52638",6390,85286 +"52639",6390,90643 +"52640",6390,92592 +"52641",6390,94027 +"52642",6390,100502 +"52643",6390,105903 +"52644",6390,105988 +"52645",6391,27128 +"52646",6391,27302 +"52647",6391,76999 +"52648",6391,98611 +"52649",6391,98939 +"52650",6392,6425 +"52651",6392,6560 +"52652",6392,21597 +"52653",6392,36807 +"52654",6392,59790 +"52655",6393,13424 +"52656",6393,14947 +"52657",6393,19502 +"52658",6393,21957 +"52659",6393,23109 +"52660",6393,31355 +"52661",6393,33872 +"52662",6393,54117 +"52663",6393,58889 +"52664",6393,83697 +"52665",6393,103276 +"52666",6393,104155 +"52667",6393,104193 +"52668",6394,7438 +"52669",6394,11389 +"52670",6394,11434 +"52671",6394,11516 +"52672",6394,13068 +"52673",6394,18104 +"52674",6394,20176 +"52675",6394,25378 +"52676",6394,27391 +"52677",6394,28815 +"52678",6394,31235 +"52679",6394,36968 +"52680",6394,48076 +"52681",6394,48526 +"52682",6394,62189 +"52683",6394,84415 +"52684",6394,98821 +"52685",6394,99541 +"52686",6394,114505 +"52687",6394,114702 +"52688",6395,40874 +"52689",6396,26997 +"52690",6396,31726 +"52691",6396,92273 +"52692",6397,6973 +"52693",6398,30451 +"52694",6398,38757 +"52695",6398,65296 +"52696",6398,74438 +"52697",6398,78090 +"52698",6399,32335 +"52699",6399,55696 +"52700",6399,99360 +"52701",6400,8428 +"52702",6400,9431 +"52703",6400,9787 +"52704",6400,12691 +"52705",6400,12781 +"52706",6400,13223 +"52707",6400,13446 +"52708",6400,13946 +"52709",6400,14287 +"52710",6400,14715 +"52711",6400,15036 +"52712",6400,15161 +"52713",6400,15515 +"52714",6400,16501 +"52715",6400,17830 +"52716",6400,17993 +"52717",6400,19388 +"52718",6400,20140 +"52719",6400,22120 +"52720",6400,22598 +"52721",6400,22945 +"52722",6400,23050 +"52723",6400,23131 +"52724",6400,24080 +"52725",6400,27866 +"52726",6400,28068 +"52727",6400,29147 +"52728",6400,30525 +"52729",6400,30868 +"52730",6400,31367 +"52731",6400,31670 +"52732",6400,36603 +"52733",6400,37235 +"52734",6400,37905 +"52735",6400,41269 +"52736",6400,41958 +"52737",6400,45357 +"52738",6400,48173 +"52739",6400,49075 +"52740",6400,55273 +"52741",6400,55829 +"52742",6400,61125 +"52743",6400,63772 +"52744",6400,64007 +"52745",6400,77432 +"52746",6400,81986 +"52747",6400,98355 +"52748",6401,73182 +"52749",6402,6403 +"52750",6402,6404 +"52751",6402,6410 +"52752",6402,6414 +"52753",6402,19643 +"52754",6402,25198 +"52755",6402,43609 +"52756",6402,46610 +"52757",6402,92737 +"52758",6402,94208 +"52759",6402,96189 +"52760",6402,96198 +"52761",6403,6404 +"52762",6403,6410 +"52763",6403,6414 +"52764",6403,7582 +"52765",6403,8992 +"52766",6403,11501 +"52767",6403,21402 +"52768",6403,33588 +"52769",6403,37377 +"52770",6403,39535 +"52771",6403,41901 +"52772",6403,46610 +"52773",6403,58796 +"52774",6403,62541 +"52775",6404,6410 +"52776",6404,6414 +"52777",6404,8992 +"52778",6404,19248 +"52779",6404,21402 +"52780",6404,22872 +"52781",6404,58855 +"52782",6404,81778 +"52783",6405,6406 +"52784",6405,11436 +"52785",6405,62588 +"52786",6405,77067 +"52787",6405,90167 +"52788",6405,117690 +"52789",6405,117695 +"52790",6407,12321 +"52791",6407,16945 +"52792",6407,60145 +"52793",6407,71604 +"52794",6407,75899 +"52795",6408,6944 +"52796",6408,11216 +"52797",6408,22117 +"52798",6408,24134 +"52799",6408,28181 +"52800",6408,46847 +"52801",6408,82185 +"52802",6409,6994 +"52803",6409,7786 +"52804",6409,9445 +"52805",6409,10002 +"52806",6409,11211 +"52807",6409,12254 +"52808",6409,12416 +"52809",6409,19400 +"52810",6409,21905 +"52811",6409,22267 +"52812",6409,28880 +"52813",6409,31352 +"52814",6409,47534 +"52815",6409,49550 +"52816",6409,53707 +"52817",6409,54253 +"52818",6409,79409 +"52819",6409,102851 +"52820",6410,6414 +"52821",6410,8992 +"52822",6410,21402 +"52823",6410,25985 +"52824",6410,26089 +"52825",6410,26091 +"52826",6410,37377 +"52827",6410,39535 +"52828",6410,41901 +"52829",6410,58796 +"52830",6410,62541 +"52831",6411,13849 +"52832",6411,32083 +"52833",6411,98660 +"52834",6412,31400 +"52835",6412,106507 +"52836",6413,11222 +"52837",6414,9292 +"52838",6414,9365 +"52839",6414,10702 +"52840",6414,14280 +"52841",6414,19248 +"52842",6414,20136 +"52843",6414,22555 +"52844",6414,25198 +"52845",6414,32421 +"52846",6414,33588 +"52847",6414,33661 +"52848",6414,33672 +"52849",6414,37377 +"52850",6414,39535 +"52851",6414,41901 +"52852",6414,46610 +"52853",6414,51041 +"52854",6414,58796 +"52855",6414,62541 +"52856",6414,81778 +"52857",6415,9082 +"52858",6415,12680 +"52859",6415,16866 +"52860",6415,17942 +"52861",6415,18865 +"52862",6415,26355 +"52863",6415,27077 +"52864",6415,29482 +"52865",6415,33809 +"52866",6415,35702 +"52867",6415,41451 +"52868",6415,44124 +"52869",6415,47133 +"52870",6415,47414 +"52871",6415,49106 +"52872",6415,57094 +"52873",6415,58898 +"52874",6415,59147 +"52875",6415,59237 +"52876",6415,59359 +"52877",6415,61350 +"52878",6415,61563 +"52879",6415,61867 +"52880",6415,62007 +"52881",6415,62078 +"52882",6415,62375 +"52883",6415,62633 +"52884",6415,63395 +"52885",6415,64408 +"52886",6415,64418 +"52887",6415,64511 +"52888",6415,65230 +"52889",6415,66145 +"52890",6415,67503 +"52891",6415,67721 +"52892",6415,68816 +"52893",6415,68909 +"52894",6415,68938 +"52895",6415,69332 +"52896",6415,69681 +"52897",6415,70610 +"52898",6415,70611 +"52899",6415,70725 +"52900",6415,71211 +"52901",6415,71505 +"52902",6415,71887 +"52903",6415,74691 +"52904",6415,106532 +"52905",6416,13955 +"52906",6416,17487 +"52907",6416,25745 +"52908",6416,28178 +"52909",6416,34544 +"52910",6416,42499 +"52911",6416,67349 +"52912",6417,7222 +"52913",6417,7233 +"52914",6417,8067 +"52915",6417,9978 +"52916",6417,11218 +"52917",6417,11576 +"52918",6417,16127 +"52919",6417,16352 +"52920",6417,20061 +"52921",6417,21447 +"52922",6417,22381 +"52923",6417,28002 +"52924",6417,29033 +"52925",6417,29976 +"52926",6417,33257 +"52927",6417,43344 +"52928",6417,48434 +"52929",6417,51299 +"52930",6417,53134 +"52931",6417,54929 +"52932",6417,56236 +"52933",6417,61187 +"52934",6417,67894 +"52935",6417,70806 +"52936",6417,70934 +"52937",6417,72204 +"52938",6417,73464 +"52939",6417,73919 +"52940",6417,81364 +"52941",6417,83813 +"52942",6417,86490 +"52943",6417,89710 +"52944",6417,91443 +"52945",6417,95604 +"52946",6417,99329 +"52947",6417,99341 +"52948",6417,110246 +"52949",6417,113803 +"52950",6417,115195 +"52951",6417,115233 +"52952",6417,115255 +"52953",6417,115264 +"52954",6418,7150 +"52955",6418,60791 +"52956",6419,14184 +"52957",6419,15838 +"52958",6419,16826 +"52959",6419,18103 +"52960",6419,25069 +"52961",6419,31069 +"52962",6419,31174 +"52963",6419,36536 +"52964",6419,36587 +"52965",6419,38227 +"52966",6419,40432 +"52967",6419,47386 +"52968",6419,70256 +"52969",6419,76208 +"52970",6419,76511 +"52971",6419,83772 +"52972",6419,84119 +"52973",6419,84318 +"52974",6419,84352 +"52975",6420,29246 +"52976",6420,42634 +"52977",6421,30014 +"52978",6421,74831 +"52979",6421,86197 +"52980",6422,46431 +"52981",6423,11415 +"52982",6423,20262 +"52983",6423,27089 +"52984",6423,61135 +"52985",6423,66903 +"52986",6424,15063 +"52987",6425,6560 +"52988",6425,7469 +"52989",6425,7654 +"52990",6425,12210 +"52991",6425,21597 +"52992",6425,25816 +"52993",6425,36807 +"52994",6425,38727 +"52995",6425,54069 +"52996",6425,57129 +"52997",6425,59790 +"52998",6426,8653 +"52999",6426,35682 +"53000",6426,38962 +"53001",6426,63413 +"53002",6426,110706 +"53003",6427,6428 +"53004",6427,6561 +"53005",6427,7034 +"53006",6427,17729 +"53007",6427,25816 +"53008",6427,32970 +"53009",6427,41171 +"53010",6427,41453 +"53011",6427,46577 +"53012",6427,46923 +"53013",6427,57129 +"53014",6427,72419 +"53015",6428,6491 +"53016",6428,6561 +"53017",6428,7654 +"53018",6428,7847 +"53019",6428,13167 +"53020",6428,24447 +"53021",6428,25816 +"53022",6428,36798 +"53023",6428,41453 +"53024",6428,45439 +"53025",6428,57544 +"53026",6429,36093 +"53027",6429,84976 +"53028",6429,113516 +"53029",6429,113600 +"53030",6430,58558 +"53031",6430,83079 +"53032",6431,60615 +"53033",6431,61233 +"53034",6431,74195 +"53035",6431,97153 +"53036",6432,6433 +"53037",6432,15493 +"53038",6432,18225 +"53039",6432,22063 +"53040",6432,24453 +"53041",6432,28741 +"53042",6432,33736 +"53043",6432,33737 +"53044",6432,33738 +"53045",6432,40516 +"53046",6432,76604 +"53047",6433,14560 +"53048",6433,22756 +"53049",6433,24712 +"53050",6433,28971 +"53051",6433,40561 +"53052",6433,61382 +"53053",6433,89329 +"53054",6433,117598 +"53055",6434,6564 +"53056",6435,30765 +"53057",6436,15785 +"53058",6436,45903 +"53059",6436,76021 +"53060",6436,89669 +"53061",6436,94527 +"53062",6436,121326 +"53063",6438,10659 +"53064",6438,12551 +"53065",6438,17335 +"53066",6438,20442 +"53067",6438,36017 +"53068",6438,48974 +"53069",6438,55380 +"53070",6438,66613 +"53071",6439,6484 +"53072",6439,40758 +"53073",6439,40759 +"53074",6440,13232 +"53075",6440,18875 +"53076",6440,26073 +"53077",6440,42107 +"53078",6440,42217 +"53079",6440,57266 +"53080",6440,62680 +"53081",6440,62692 +"53082",6440,89317 +"53083",6440,108888 +"53084",6441,6670 +"53085",6441,7039 +"53086",6441,10351 +"53087",6441,24031 +"53088",6441,24161 +"53089",6441,47317 +"53090",6442,6624 +"53091",6442,23012 +"53092",6442,25221 +"53093",6442,52052 +"53094",6443,6706 +"53095",6443,18918 +"53096",6443,32516 +"53097",6444,13704 +"53098",6444,20230 +"53099",6445,6877 +"53100",6445,15548 +"53101",6445,52709 +"53102",6445,60270 +"53103",6445,73126 +"53104",6445,84271 +"53105",6445,84272 +"53106",6446,15942 +"53107",6446,18244 +"53108",6446,26843 +"53109",6446,54518 +"53110",6446,55639 +"53111",6446,57203 +"53112",6446,65826 +"53113",6446,74373 +"53114",6446,82502 +"53115",6446,86837 +"53116",6446,93608 +"53117",6446,94665 +"53118",6446,106985 +"53119",6446,110980 +"53120",6446,115903 +"53121",6447,13273 +"53122",6448,15014 +"53123",6448,55534 +"53124",6449,9175 +"53125",6449,12770 +"53126",6449,18450 +"53127",6449,18857 +"53128",6449,20818 +"53129",6449,20850 +"53130",6449,28249 +"53131",6449,36057 +"53132",6449,45239 +"53133",6449,46190 +"53134",6449,47501 +"53135",6449,54590 +"53136",6450,13030 +"53137",6450,21746 +"53138",6450,22543 +"53139",6450,32292 +"53140",6450,32847 +"53141",6450,32991 +"53142",6450,36118 +"53143",6450,37889 +"53144",6450,54089 +"53145",6450,62364 +"53146",6450,70400 +"53147",6450,77362 +"53148",6450,89652 +"53149",6450,92546 +"53150",6450,114358 +"53151",6452,23038 +"53152",6452,48849 +"53153",6452,72648 +"53154",6453,13662 +"53155",6453,13818 +"53156",6453,16242 +"53157",6453,16324 +"53158",6453,16686 +"53159",6453,17219 +"53160",6453,21895 +"53161",6453,24181 +"53162",6453,34148 +"53163",6453,34217 +"53164",6453,43157 +"53165",6453,45455 +"53166",6453,46530 +"53167",6453,47292 +"53168",6453,47349 +"53169",6453,53620 +"53170",6453,61513 +"53171",6453,61540 +"53172",6453,66267 +"53173",6453,73161 +"53174",6454,7675 +"53175",6454,53846 +"53176",6454,55302 +"53177",6454,67952 +"53178",6454,75368 +"53179",6454,75781 +"53180",6454,94997 +"53181",6455,35875 +"53182",6455,50149 +"53183",6455,53554 +"53184",6455,66191 +"53185",6455,66578 +"53186",6455,101047 +"53187",6456,58381 +"53188",6456,58477 +"53189",6457,15136 +"53190",6457,17819 +"53191",6457,20585 +"53192",6457,21518 +"53193",6457,26688 +"53194",6458,82900 +"53195",6459,7798 +"53196",6459,8865 +"53197",6459,9420 +"53198",6459,10832 +"53199",6459,17242 +"53200",6459,18809 +"53201",6459,22201 +"53202",6459,24011 +"53203",6459,29454 +"53204",6459,34172 +"53205",6459,35903 +"53206",6459,42040 +"53207",6459,48519 +"53208",6459,55861 +"53209",6459,56018 +"53210",6459,63553 +"53211",6459,63558 +"53212",6459,65954 +"53213",6460,6759 +"53214",6460,46450 +"53215",6461,7301 +"53216",6462,7304 +"53217",6462,13381 +"53218",6462,19466 +"53219",6462,56193 +"53220",6462,61105 +"53221",6462,108069 +"53222",6462,108070 +"53223",6463,13699 +"53224",6463,13880 +"53225",6463,19522 +"53226",6463,46114 +"53227",6463,66146 +"53228",6463,76656 +"53229",6463,87372 +"53230",6463,87383 +"53231",6463,87394 +"53232",6463,87405 +"53233",6464,6505 +"53234",6464,25212 +"53235",6464,78746 +"53236",6465,7471 +"53237",6465,8866 +"53238",6465,8870 +"53239",6465,9362 +"53240",6465,15396 +"53241",6465,24861 +"53242",6465,27946 +"53243",6465,43480 +"53244",6465,61580 +"53245",6465,84932 +"53246",6466,6474 +"53247",6466,9978 +"53248",6466,16197 +"53249",6466,16249 +"53250",6466,16826 +"53251",6466,53343 +"53252",6466,77463 +"53253",6467,10336 +"53254",6467,13678 +"53255",6467,35369 +"53256",6467,51121 +"53257",6467,75430 +"53258",6467,77565 +"53259",6467,92855 +"53260",6467,104828 +"53261",6467,104832 +"53262",6467,122500 +"53263",6468,18036 +"53264",6469,6523 +"53265",6469,6634 +"53266",6469,28319 +"53267",6469,64087 +"53268",6469,77485 +"53269",6469,93177 +"53270",6470,6579 +"53271",6470,50482 +"53272",6470,64009 +"53273",6470,86181 +"53274",6470,86233 +"53275",6471,6621 +"53276",6471,6980 +"53277",6471,15830 +"53278",6471,66272 +"53279",6471,66274 +"53280",6471,72342 +"53281",6472,9539 +"53282",6472,23947 +"53283",6472,26462 +"53284",6472,28018 +"53285",6472,35434 +"53286",6472,37666 +"53287",6472,40235 +"53288",6472,52942 +"53289",6472,61088 +"53290",6472,69794 +"53291",6473,8533 +"53292",6473,8553 +"53293",6473,24528 +"53294",6473,36589 +"53295",6473,45530 +"53296",6473,47947 +"53297",6473,49975 +"53298",6473,63698 +"53299",6473,103265 +"53300",6473,103721 +"53301",6474,10626 +"53302",6474,16127 +"53303",6474,29194 +"53304",6475,7529 +"53305",6475,29617 +"53306",6476,22307 +"53307",6476,94570 +"53308",6477,6722 +"53309",6477,9727 +"53310",6477,21279 +"53311",6477,26723 +"53312",6477,40715 +"53313",6477,48198 +"53314",6477,49331 +"53315",6477,59762 +"53316",6477,62664 +"53317",6477,62704 +"53318",6477,72287 +"53319",6477,74098 +"53320",6477,92998 +"53321",6477,96499 +"53322",6477,100374 +"53323",6477,102830 +"53324",6477,114070 +"53325",6478,7281 +"53326",6478,7722 +"53327",6478,85316 +"53328",6478,110430 +"53329",6479,15492 +"53330",6479,23933 +"53331",6479,25843 +"53332",6479,28811 +"53333",6479,29044 +"53334",6479,34402 +"53335",6479,39796 +"53336",6479,46463 +"53337",6479,46528 +"53338",6479,46645 +"53339",6479,49558 +"53340",6479,76821 +"53341",6480,7253 +"53342",6480,7254 +"53343",6480,7275 +"53344",6480,7276 +"53345",6480,7284 +"53346",6480,11858 +"53347",6480,38930 +"53348",6480,88663 +"53349",6481,16220 +"53350",6481,34462 +"53351",6482,7453 +"53352",6482,7842 +"53353",6482,9136 +"53354",6482,13573 +"53355",6482,16461 +"53356",6482,17034 +"53357",6482,22463 +"53358",6482,22928 +"53359",6482,29095 +"53360",6482,33917 +"53361",6482,33918 +"53362",6482,43708 +"53363",6482,92566 +"53364",6482,96228 +"53365",6483,6642 +"53366",6483,6648 +"53367",6486,13692 +"53368",6486,32727 +"53369",6486,42328 +"53370",6486,74688 +"53371",6486,74898 +"53372",6487,7264 +"53373",6487,22508 +"53374",6487,27416 +"53375",6487,38774 +"53376",6487,63146 +"53377",6487,87267 +"53378",6487,93730 +"53379",6487,95264 +"53380",6487,103995 +"53381",6487,109140 +"53382",6487,109147 +"53383",6487,111153 +"53384",6488,40857 +"53385",6489,45316 +"53386",6489,71842 +"53387",6489,71946 +"53388",6489,71994 +"53389",6490,92623 +"53390",6491,15643 +"53391",6491,19361 +"53392",6491,19416 +"53393",6491,24447 +"53394",6491,27628 +"53395",6491,39390 +"53396",6491,40369 +"53397",6491,51095 +"53398",6491,57544 +"53399",6491,64962 +"53400",6491,64997 +"53401",6491,102006 +"53402",6491,118628 +"53403",6492,26825 +"53404",6492,40879 +"53405",6492,47152 +"53406",6492,49651 +"53407",6492,51741 +"53408",6492,52699 +"53409",6492,77683 +"53410",6492,78057 +"53411",6492,78221 +"53412",6492,87259 +"53413",6492,87458 +"53414",6492,116606 +"53415",6492,120185 +"53416",6493,52047 +"53417",6494,13438 +"53418",6494,23254 +"53419",6494,120180 +"53420",6495,23838 +"53421",6495,31822 +"53422",6495,36785 +"53423",6495,54544 +"53424",6496,6641 +"53425",6497,10218 +"53426",6497,10880 +"53427",6497,26520 +"53428",6497,29874 +"53429",6497,29960 +"53430",6497,36280 +"53431",6497,39658 +"53432",6497,43361 +"53433",6497,49241 +"53434",6497,49765 +"53435",6497,71646 +"53436",6497,74448 +"53437",6497,76212 +"53438",6497,76704 +"53439",6497,117400 +"53440",6497,117401 +"53441",6499,13603 +"53442",6500,16136 +"53443",6500,16176 +"53444",6500,18586 +"53445",6500,25376 +"53446",6500,34694 +"53447",6500,42045 +"53448",6500,47213 +"53449",6500,64680 +"53450",6500,83970 +"53451",6500,95675 +"53452",6500,95735 +"53453",6500,102415 +"53454",6501,6922 +"53455",6501,7012 +"53456",6501,7045 +"53457",6501,7048 +"53458",6501,7049 +"53459",6501,33385 +"53460",6501,52304 +"53461",6502,12431 +"53462",6502,22110 +"53463",6502,22269 +"53464",6502,36797 +"53465",6502,36800 +"53466",6502,38672 +"53467",6502,39090 +"53468",6502,43414 +"53469",6502,76214 +"53470",6502,95561 +"53471",6503,13387 +"53472",6503,33537 +"53473",6503,117481 +"53474",6504,13078 +"53475",6504,26973 +"53476",6504,28941 +"53477",6504,29286 +"53478",6504,33957 +"53479",6504,35709 +"53480",6504,49091 +"53481",6504,56500 +"53482",6504,77901 +"53483",6504,111879 +"53484",6504,119727 +"53485",6505,96880 +"53486",6505,111869 +"53487",6506,89219 +"53488",6506,107608 +"53489",6506,118104 +"53490",6506,118105 +"53491",6507,7494 +"53492",6507,7507 +"53493",6507,7580 +"53494",6507,7603 +"53495",6507,7604 +"53496",6507,87935 +"53497",6508,22006 +"53498",6508,32913 +"53499",6508,33072 +"53500",6508,35256 +"53501",6508,35768 +"53502",6508,46339 +"53503",6508,50095 +"53504",6508,59652 +"53505",6508,67556 +"53506",6508,102379 +"53507",6508,115509 +"53508",6509,6745 +"53509",6509,10343 +"53510",6509,11776 +"53511",6509,15183 +"53512",6509,15232 +"53513",6509,15770 +"53514",6509,16729 +"53515",6509,17328 +"53516",6509,21078 +"53517",6509,21369 +"53518",6509,23343 +"53519",6509,24547 +"53520",6509,25082 +"53521",6509,26062 +"53522",6509,26352 +"53523",6509,27799 +"53524",6509,31751 +"53525",6509,34988 +"53526",6509,36031 +"53527",6509,40441 +"53528",6509,43306 +"53529",6509,46620 +"53530",6509,60883 +"53531",6509,82533 +"53532",6509,83680 +"53533",6509,83744 +"53534",6509,89681 +"53535",6509,90234 +"53536",6509,90321 +"53537",6510,10687 +"53538",6510,16273 +"53539",6510,16275 +"53540",6510,22498 +"53541",6510,48355 +"53542",6510,57283 +"53543",6510,61216 +"53544",6510,66244 +"53545",6510,68716 +"53546",6510,68721 +"53547",6510,68779 +"53548",6510,69097 +"53549",6510,69098 +"53550",6511,36183 +"53551",6511,55678 +"53552",6511,56529 +"53553",6511,56563 +"53554",6511,56564 +"53555",6511,56581 +"53556",6511,56587 +"53557",6511,69520 +"53558",6511,91862 +"53559",6511,98940 +"53560",6512,20514 +"53561",6512,32857 +"53562",6512,43349 +"53563",6513,31381 +"53564",6513,48282 +"53565",6513,76680 +"53566",6514,29495 +"53567",6514,29713 +"53568",6514,82632 +"53569",6514,100590 +"53570",6514,103527 +"53571",6515,6600 +"53572",6515,6680 +"53573",6515,7479 +"53574",6515,17253 +"53575",6515,26368 +"53576",6515,30680 +"53577",6515,42552 +"53578",6515,61379 +"53579",6515,65034 +"53580",6515,69889 +"53581",6515,69891 +"53582",6515,69919 +"53583",6515,73852 +"53584",6515,79103 +"53585",6516,13948 +"53586",6516,30789 +"53587",6516,57123 +"53588",6516,69074 +"53589",6516,82405 +"53590",6516,84086 +"53591",6516,88638 +"53592",6516,120915 +"53593",6517,23587 +"53594",6517,23705 +"53595",6517,27837 +"53596",6517,28101 +"53597",6517,31072 +"53598",6517,34920 +"53599",6517,41739 +"53600",6517,43634 +"53601",6517,53129 +"53602",6517,54158 +"53603",6517,59301 +"53604",6517,71644 +"53605",6517,95782 +"53606",6517,96936 +"53607",6517,97290 +"53608",6517,105063 +"53609",6517,108141 +"53610",6517,108686 +"53611",6517,114455 +"53612",6517,114470 +"53613",6517,115494 +"53614",6518,51347 +"53615",6518,82915 +"53616",6518,99613 +"53617",6518,105622 +"53618",6518,107962 +"53619",6518,108844 +"53620",6518,122378 +"53621",6518,122434 +"53622",6518,122439 +"53623",6519,18891 +"53624",6519,29504 +"53625",6519,73532 +"53626",6520,6587 +"53627",6520,39477 +"53628",6520,55135 +"53629",6521,26621 +"53630",6522,6662 +"53631",6522,6801 +"53632",6522,10638 +"53633",6522,11768 +"53634",6522,13454 +"53635",6522,15357 +"53636",6522,21460 +"53637",6522,28582 +"53638",6522,31120 +"53639",6522,33503 +"53640",6522,34210 +"53641",6522,60222 +"53642",6522,61501 +"53643",6522,69335 +"53644",6522,69340 +"53645",6522,79970 +"53646",6522,80892 +"53647",6522,118812 +"53648",6523,6634 +"53649",6524,6569 +"53650",6524,6606 +"53651",6524,6658 +"53652",6524,33720 +"53653",6524,36840 +"53654",6524,41879 +"53655",6524,56553 +"53656",6524,79162 +"53657",6525,56449 +"53658",6525,114116 +"53659",6526,70999 +"53660",6526,95864 +"53661",6527,12245 +"53662",6527,12373 +"53663",6527,36100 +"53664",6527,62538 +"53665",6527,69528 +"53666",6527,78570 +"53667",6527,79327 +"53668",6527,90056 +"53669",6528,12589 +"53670",6528,22542 +"53671",6528,28126 +"53672",6528,33358 +"53673",6528,76057 +"53674",6529,6932 +"53675",6529,21787 +"53676",6529,23957 +"53677",6529,24440 +"53678",6529,41375 +"53679",6529,48881 +"53680",6529,49469 +"53681",6529,65186 +"53682",6529,90025 +"53683",6529,90877 +"53684",6529,98130 +"53685",6529,110449 +"53686",6530,37353 +"53687",6531,8068 +"53688",6531,13306 +"53689",6531,31372 +"53690",6531,37820 +"53691",6531,49551 +"53692",6531,64587 +"53693",6531,73842 +"53694",6531,81157 +"53695",6531,83483 +"53696",6531,94385 +"53697",6532,32996 +"53698",6533,7685 +"53699",6533,45859 +"53700",6533,65296 +"53701",6533,79193 +"53702",6534,9004 +"53703",6534,11572 +"53704",6534,22641 +"53705",6534,26229 +"53706",6534,28162 +"53707",6534,28448 +"53708",6534,32513 +"53709",6534,43370 +"53710",6534,76320 +"53711",6534,90141 +"53712",6534,108552 +"53713",6536,7011 +"53714",6536,91819 +"53715",6536,107442 +"53716",6536,114332 +"53717",6537,95835 +"53718",6538,49593 +"53719",6538,71911 +"53720",6538,120206 +"53721",6539,22902 +"53722",6539,30026 +"53723",6539,30069 +"53724",6539,30184 +"53725",6539,30242 +"53726",6539,30243 +"53727",6539,30258 +"53728",6539,30337 +"53729",6539,30338 +"53730",6539,30495 +"53731",6539,30496 +"53732",6539,30498 +"53733",6539,100934 +"53734",6539,110079 +"53735",6539,122245 +"53736",6539,122488 +"53737",6539,122510 +"53738",6540,30165 +"53739",6540,53877 +"53740",6540,118036 +"53741",6541,20754 +"53742",6541,24421 +"53743",6541,41886 +"53744",6541,61713 +"53745",6541,79738 +"53746",6541,85280 +"53747",6541,93938 +"53748",6542,82668 +"53749",6543,29700 +"53750",6543,57747 +"53751",6544,68940 +"53752",6544,69087 +"53753",6544,69199 +"53754",6545,23597 +"53755",6545,25160 +"53756",6545,28051 +"53757",6545,30549 +"53758",6545,31364 +"53759",6545,80363 +"53760",6545,81258 +"53761",6545,102482 +"53762",6545,102511 +"53763",6546,8060 +"53764",6546,13485 +"53765",6546,41748 +"53766",6546,55372 +"53767",6546,74373 +"53768",6546,98348 +"53769",6547,75876 +"53770",6548,6586 +"53771",6548,21867 +"53772",6548,26834 +"53773",6548,30256 +"53774",6548,34932 +"53775",6548,52626 +"53776",6548,56116 +"53777",6548,74068 +"53778",6548,88221 +"53779",6548,88288 +"53780",6548,89874 +"53781",6548,89887 +"53782",6548,96525 +"53783",6548,101624 +"53784",6548,101827 +"53785",6548,104981 +"53786",6548,105224 +"53787",6548,108430 +"53788",6549,6911 +"53789",6549,24538 +"53790",6549,45670 +"53791",6549,100175 +"53792",6549,115269 +"53793",6549,119112 +"53794",6550,6647 +"53795",6550,11518 +"53796",6550,13971 +"53797",6550,14617 +"53798",6550,16743 +"53799",6550,22204 +"53800",6550,22263 +"53801",6550,25570 +"53802",6550,26415 +"53803",6550,69210 +"53804",6550,80535 +"53805",6550,90762 +"53806",6550,90960 +"53807",6550,121171 +"53808",6551,6685 +"53809",6551,29307 +"53810",6552,86251 +"53811",6552,87116 +"53812",6553,6632 +"53813",6553,42620 +"53814",6553,105843 +"53815",6554,8267 +"53816",6554,16863 +"53817",6554,17577 +"53818",6554,21628 +"53819",6554,28190 +"53820",6554,32147 +"53821",6554,34811 +"53822",6554,46883 +"53823",6554,56348 +"53824",6554,61496 +"53825",6554,67603 +"53826",6554,67943 +"53827",6554,72154 +"53828",6554,73241 +"53829",6554,76284 +"53830",6554,82202 +"53831",6554,82203 +"53832",6554,83173 +"53833",6554,86029 +"53834",6554,90711 +"53835",6554,91922 +"53836",6554,114747 +"53837",6555,7014 +"53838",6555,51430 +"53839",6556,6577 +"53840",6556,51495 +"53841",6557,106564 +"53842",6557,108130 +"53843",6557,108154 +"53844",6558,44522 +"53845",6558,74443 +"53846",6560,7581 +"53847",6560,8307 +"53848",6560,8534 +"53849",6560,9366 +"53850",6560,11766 +"53851",6560,12735 +"53852",6560,12779 +"53853",6560,13360 +"53854",6560,13942 +"53855",6560,15027 +"53856",6560,15185 +"53857",6560,15216 +"53858",6560,15964 +"53859",6560,16252 +"53860",6560,16872 +"53861",6560,17145 +"53862",6560,17508 +"53863",6560,18060 +"53864",6560,18217 +"53865",6560,21597 +"53866",6560,22462 +"53867",6560,22823 +"53868",6560,23147 +"53869",6560,23421 +"53870",6560,23632 +"53871",6560,23953 +"53872",6560,24495 +"53873",6560,24710 +"53874",6560,25143 +"53875",6560,25303 +"53876",6560,25664 +"53877",6560,26407 +"53878",6560,27174 +"53879",6560,27196 +"53880",6560,27710 +"53881",6560,28703 +"53882",6560,29253 +"53883",6560,29341 +"53884",6560,29560 +"53885",6560,29573 +"53886",6560,29868 +"53887",6560,32438 +"53888",6560,32967 +"53889",6560,33223 +"53890",6560,33881 +"53891",6560,34097 +"53892",6560,34330 +"53893",6560,34513 +"53894",6560,35400 +"53895",6560,36476 +"53896",6560,36547 +"53897",6560,36745 +"53898",6560,36807 +"53899",6560,37821 +"53900",6560,37931 +"53901",6560,38319 +"53902",6560,39398 +"53903",6560,39492 +"53904",6560,40320 +"53905",6560,40373 +"53906",6560,40542 +"53907",6560,41182 +"53908",6560,42131 +"53909",6560,46843 +"53910",6560,48331 +"53911",6560,59790 +"53912",6561,7034 +"53913",6561,13167 +"53914",6561,16494 +"53915",6561,21208 +"53916",6561,29160 +"53917",6561,31190 +"53918",6562,6573 +"53919",6562,8136 +"53920",6562,8619 +"53921",6562,9402 +"53922",6562,13817 +"53923",6562,13818 +"53924",6562,14878 +"53925",6562,24116 +"53926",6562,25886 +"53927",6562,26001 +"53928",6562,26563 +"53929",6562,30459 +"53930",6562,41051 +"53931",6562,42151 +"53932",6562,45652 +"53933",6562,50255 +"53934",6562,52515 +"53935",6562,58393 +"53936",6562,60084 +"53937",6562,65314 +"53938",6562,77696 +"53939",6562,79435 +"53940",6562,79450 +"53941",6562,99197 +"53942",6563,6620 +"53943",6563,9369 +"53944",6563,19168 +"53945",6563,44379 +"53946",6563,45574 +"53947",6563,45612 +"53948",6563,68917 +"53949",6564,8112 +"53950",6564,11339 +"53951",6564,20862 +"53952",6564,22277 +"53953",6564,22309 +"53954",6564,25129 +"53955",6564,34483 +"53956",6564,40943 +"53957",6564,62841 +"53958",6565,31974 +"53959",6565,42722 +"53960",6565,65862 +"53961",6565,75076 +"53962",6566,110525 +"53963",6567,11534 +"53964",6567,38143 +"53965",6567,50473 +"53966",6567,60044 +"53967",6567,66760 +"53968",6567,78651 +"53969",6567,95288 +"53970",6567,101526 +"53971",6567,101635 +"53972",6567,106168 +"53973",6567,107359 +"53974",6567,114050 +"53975",6568,27677 +"53976",6569,6606 +"53977",6569,6658 +"53978",6569,14458 +"53979",6570,9977 +"53980",6570,10127 +"53981",6570,13632 +"53982",6570,16164 +"53983",6570,20647 +"53984",6570,20660 +"53985",6570,21711 +"53986",6570,24755 +"53987",6570,27962 +"53988",6570,43752 +"53989",6570,57268 +"53990",6570,63300 +"53991",6570,68135 +"53992",6570,71246 +"53993",6570,72696 +"53994",6570,77098 +"53995",6570,79511 +"53996",6570,96574 +"53997",6570,104303 +"53998",6570,109654 +"53999",6571,31891 +"54000",6572,6882 +"54001",6572,74243 +"54002",6572,74314 +"54003",6573,16848 +"54004",6573,17999 +"54005",6573,22616 +"54006",6573,24116 +"54007",6573,25886 +"54008",6573,26001 +"54009",6573,26005 +"54010",6573,30459 +"54011",6573,50255 +"54012",6573,99197 +"54013",6574,7028 +"54014",6574,7056 +"54015",6574,7406 +"54016",6574,7410 +"54017",6574,7429 +"54018",6574,7439 +"54019",6574,9564 +"54020",6574,21993 +"54021",6574,24031 +"54022",6574,27366 +"54023",6574,27430 +"54024",6574,47591 +"54025",6575,7523 +"54026",6575,26979 +"54027",6575,42851 +"54028",6575,57589 +"54029",6576,12056 +"54030",6576,18670 +"54031",6576,32047 +"54032",6576,48035 +"54033",6576,82657 +"54034",6577,9535 +"54035",6577,26113 +"54036",6577,31243 +"54037",6577,39676 +"54038",6577,91826 +"54039",6578,13348 +"54040",6578,14985 +"54041",6578,17194 +"54042",6578,24116 +"54043",6578,24564 +"54044",6578,29276 +"54045",6578,34953 +"54046",6578,56087 +"54047",6578,61808 +"54048",6578,67410 +"54049",6578,71089 +"54050",6578,72287 +"54051",6578,83890 +"54052",6578,91531 +"54053",6578,101642 +"54054",6578,122614 +"54055",6579,10079 +"54056",6579,13781 +"54057",6579,14912 +"54058",6579,20000 +"54059",6579,30638 +"54060",6579,41382 +"54061",6579,49396 +"54062",6579,52904 +"54063",6579,61785 +"54064",6579,70988 +"54065",6579,75633 +"54066",6579,76012 +"54067",6579,79529 +"54068",6579,80500 +"54069",6579,91517 +"54070",6579,96513 +"54071",6579,106280 +"54072",6579,119275 +"54073",6580,29599 +"54074",6581,7981 +"54075",6581,11377 +"54076",6581,19564 +"54077",6581,26308 +"54078",6581,51609 +"54079",6581,66475 +"54080",6581,81367 +"54081",6581,84316 +"54082",6581,91291 +"54083",6581,93156 +"54084",6581,97461 +"54085",6581,98260 +"54086",6581,115174 +"54087",6581,115276 +"54088",6581,116323 +"54089",6582,8353 +"54090",6582,17943 +"54091",6582,23527 +"54092",6582,28677 +"54093",6582,28788 +"54094",6582,34012 +"54095",6582,36495 +"54096",6582,47248 +"54097",6582,51017 +"54098",6582,63547 +"54099",6582,70020 +"54100",6582,74975 +"54101",6582,82977 +"54102",6582,90921 +"54103",6582,92498 +"54104",6582,95997 +"54105",6582,117701 +"54106",6582,117703 +"54107",6582,117707 +"54108",6583,10652 +"54109",6583,15540 +"54110",6583,39317 +"54111",6583,43030 +"54112",6583,57795 +"54113",6583,66506 +"54114",6583,84415 +"54115",6583,89691 +"54116",6583,96677 +"54117",6583,97268 +"54118",6583,101669 +"54119",6584,14735 +"54120",6584,16779 +"54121",6585,7480 +"54122",6585,7766 +"54123",6585,8692 +"54124",6585,9181 +"54125",6585,14198 +"54126",6585,19449 +"54127",6585,20156 +"54128",6585,21179 +"54129",6585,22510 +"54130",6585,50192 +"54131",6585,51122 +"54132",6585,53495 +"54133",6585,57836 +"54134",6585,59693 +"54135",6585,67788 +"54136",6585,68403 +"54137",6585,70338 +"54138",6585,77950 +"54139",6585,83517 +"54140",6585,86167 +"54141",6585,87837 +"54142",6585,88703 +"54143",6585,101883 +"54144",6585,112770 +"54145",6587,7405 +"54146",6587,24743 +"54147",6587,32323 +"54148",6587,34057 +"54149",6587,39477 +"54150",6587,45444 +"54151",6587,51758 +"54152",6587,79827 +"54153",6588,14656 +"54154",6588,14666 +"54155",6588,19957 +"54156",6588,20480 +"54157",6588,20927 +"54158",6588,23585 +"54159",6588,24748 +"54160",6588,28799 +"54161",6588,29489 +"54162",6588,35673 +"54163",6588,39301 +"54164",6588,39371 +"54165",6588,40028 +"54166",6588,45352 +"54167",6588,45611 +"54168",6588,46525 +"54169",6588,46526 +"54170",6588,46543 +"54171",6588,46544 +"54172",6588,46629 +"54173",6588,46670 +"54174",6588,49084 +"54175",6588,53303 +"54176",6588,60141 +"54177",6588,62411 +"54178",6588,72326 +"54179",6588,72794 +"54180",6588,77839 +"54181",6588,91912 +"54182",6588,101793 +"54183",6588,109663 +"54184",6588,110242 +"54185",6589,11628 +"54186",6589,33301 +"54187",6589,79747 +"54188",6589,87133 +"54189",6590,22069 +"54190",6590,40896 +"54191",6590,54592 +"54192",6591,23266 +"54193",6591,70768 +"54194",6591,75192 +"54195",6591,75309 +"54196",6591,113631 +"54197",6592,11047 +"54198",6592,16543 +"54199",6592,28605 +"54200",6593,74724 +"54201",6594,7241 +"54202",6594,9348 +"54203",6594,10958 +"54204",6594,21122 +"54205",6594,22892 +"54206",6594,24005 +"54207",6594,27017 +"54208",6594,27926 +"54209",6594,30898 +"54210",6594,43432 +"54211",6594,48698 +"54212",6594,49362 +"54213",6594,54304 +"54214",6594,55440 +"54215",6594,57950 +"54216",6594,62254 +"54217",6594,65884 +"54218",6594,75948 +"54219",6594,79912 +"54220",6594,82393 +"54221",6594,83314 +"54222",6594,88699 +"54223",6594,89274 +"54224",6594,98925 +"54225",6594,103275 +"54226",6594,108830 +"54227",6594,108867 +"54228",6594,120309 +"54229",6595,10990 +"54230",6595,20426 +"54231",6595,30569 +"54232",6595,32222 +"54233",6595,53249 +"54234",6595,76555 +"54235",6595,76611 +"54236",6595,77719 +"54237",6595,78277 +"54238",6595,78701 +"54239",6595,79938 +"54240",6595,80610 +"54241",6595,82976 +"54242",6595,85065 +"54243",6595,90721 +"54244",6595,92021 +"54245",6595,101133 +"54246",6595,103036 +"54247",6597,8656 +"54248",6597,8987 +"54249",6597,10736 +"54250",6597,11207 +"54251",6597,15121 +"54252",6597,21606 +"54253",6597,23057 +"54254",6597,33529 +"54255",6597,62587 +"54256",6597,72433 +"54257",6597,72568 +"54258",6597,72574 +"54259",6597,72685 +"54260",6597,73002 +"54261",6597,123432 +"54262",6598,6599 +"54263",6598,6636 +"54264",6598,6715 +"54265",6598,6760 +"54266",6598,6762 +"54267",6599,6636 +"54268",6599,6715 +"54269",6599,6760 +"54270",6599,6762 +"54271",6600,6680 +"54272",6600,10766 +"54273",6600,17253 +"54274",6600,30268 +"54275",6600,46007 +"54276",6600,56360 +"54277",6600,56784 +"54278",6601,37197 +"54279",6601,61679 +"54280",6601,61695 +"54281",6602,6900 +"54282",6602,8185 +"54283",6602,9200 +"54284",6602,10474 +"54285",6602,11884 +"54286",6602,13047 +"54287",6602,15131 +"54288",6602,15692 +"54289",6602,18163 +"54290",6602,18174 +"54291",6602,22627 +"54292",6602,28896 +"54293",6602,34820 +"54294",6602,40905 +"54295",6602,48702 +"54296",6602,53378 +"54297",6602,54200 +"54298",6602,80718 +"54299",6603,21905 +"54300",6603,24983 +"54301",6603,33444 +"54302",6603,79823 +"54303",6603,88209 +"54304",6603,95448 +"54305",6604,6605 +"54306",6604,6971 +"54307",6604,11602 +"54308",6604,21068 +"54309",6604,34693 +"54310",6605,6971 +"54311",6605,9645 +"54312",6605,11263 +"54313",6605,25556 +"54314",6605,74899 +"54315",6605,78219 +"54316",6605,95877 +"54317",6605,119289 +"54318",6606,6658 +"54319",6606,14458 +"54320",6607,17061 +"54321",6607,19985 +"54322",6607,24770 +"54323",6607,96583 +"54324",6608,17085 +"54325",6608,19075 +"54326",6608,19349 +"54327",6608,19667 +"54328",6608,30483 +"54329",6608,45607 +"54330",6608,69708 +"54331",6608,79000 +"54332",6608,81565 +"54333",6609,9756 +"54334",6609,52439 +"54335",6610,120849 +"54336",6611,12610 +"54337",6611,30033 +"54338",6611,48106 +"54339",6611,74643 +"54340",6611,81067 +"54341",6611,85245 +"54342",6611,92017 +"54343",6611,109053 +"54344",6612,12286 +"54345",6612,12301 +"54346",6612,25010 +"54347",6612,32039 +"54348",6612,73920 +"54349",6613,6795 +"54350",6613,22651 +"54351",6613,30567 +"54352",6613,33710 +"54353",6613,33989 +"54354",6615,8137 +"54355",6615,8217 +"54356",6615,9174 +"54357",6615,12061 +"54358",6615,13559 +"54359",6615,13950 +"54360",6615,15873 +"54361",6615,17479 +"54362",6615,17538 +"54363",6615,17541 +"54364",6615,17675 +"54365",6615,21548 +"54366",6615,22368 +"54367",6615,22929 +"54368",6615,24901 +"54369",6615,29557 +"54370",6615,30651 +"54371",6615,31727 +"54372",6615,37074 +"54373",6615,41509 +"54374",6615,41757 +"54375",6615,53358 +"54376",6615,55222 +"54377",6615,64695 +"54378",6615,76738 +"54379",6615,78081 +"54380",6615,78768 +"54381",6615,79453 +"54382",6615,80810 +"54383",6615,83024 +"54384",6615,92632 +"54385",6615,94215 +"54386",6615,94234 +"54387",6615,117382 +"54388",6616,6618 +"54389",6616,6649 +"54390",6616,6914 +"54391",6616,6926 +"54392",6616,6975 +"54393",6616,6976 +"54394",6616,15762 +"54395",6616,35471 +"54396",6616,35481 +"54397",6616,41490 +"54398",6616,59505 +"54399",6616,59699 +"54400",6616,67705 +"54401",6616,101927 +"54402",6617,6619 +"54403",6617,6653 +"54404",6617,8782 +"54405",6618,6649 +"54406",6618,6914 +"54407",6618,6926 +"54408",6618,6975 +"54409",6618,6976 +"54410",6618,35481 +"54411",6618,41490 +"54412",6618,61219 +"54413",6618,67705 +"54414",6618,90325 +"54415",6619,6653 +"54416",6620,100493 +"54417",6620,100511 +"54418",6621,15447 +"54419",6621,17205 +"54420",6621,57244 +"54421",6621,73100 +"54422",6622,8392 +"54423",6622,19155 +"54424",6622,32927 +"54425",6622,37409 +"54426",6623,92125 +"54427",6624,16386 +"54428",6624,16414 +"54429",6624,16457 +"54430",6624,16502 +"54431",6624,18110 +"54432",6624,19940 +"54433",6624,23597 +"54434",6624,24395 +"54435",6624,31774 +"54436",6624,37259 +"54437",6624,40515 +"54438",6624,42256 +"54439",6624,42562 +"54440",6624,44189 +"54441",6624,56169 +"54442",6624,57043 +"54443",6624,76683 +"54444",6624,106070 +"54445",6625,6748 +"54446",6625,42518 +"54447",6625,46739 +"54448",6625,54266 +"54449",6625,54296 +"54450",6626,8438 +"54451",6626,8669 +"54452",6626,9855 +"54453",6626,14549 +"54454",6626,18122 +"54455",6626,24615 +"54456",6626,50866 +"54457",6626,71638 +"54458",6626,74760 +"54459",6626,79456 +"54460",6626,82957 +"54461",6626,82994 +"54462",6626,93049 +"54463",6626,99507 +"54464",6626,115919 +"54465",6626,118961 +"54466",6626,119198 +"54467",6626,121397 +"54468",6626,121404 +"54469",6627,8205 +"54470",6627,21463 +"54471",6627,31028 +"54472",6627,36160 +"54473",6627,38224 +"54474",6627,39105 +"54475",6627,69600 +"54476",6627,70975 +"54477",6628,35926 +"54478",6628,76905 +"54479",6629,6645 +"54480",6629,58558 +"54481",6629,115553 +"54482",6630,6637 +"54483",6630,12740 +"54484",6630,24085 +"54485",6630,26073 +"54486",6630,42107 +"54487",6630,43993 +"54488",6630,44138 +"54489",6630,52621 +"54490",6630,54602 +"54491",6630,56051 +"54492",6630,66960 +"54493",6630,75829 +"54494",6630,92146 +"54495",6630,92147 +"54496",6630,92165 +"54497",6630,92183 +"54498",6631,12029 +"54499",6631,14615 +"54500",6632,32981 +"54501",6633,16823 +"54502",6633,33376 +"54503",6633,42367 +"54504",6633,57514 +"54505",6633,61670 +"54506",6633,63837 +"54507",6633,68833 +"54508",6633,73887 +"54509",6633,79068 +"54510",6633,83301 +"54511",6633,92850 +"54512",6633,115407 +"54513",6634,20264 +"54514",6634,28319 +"54515",6635,6734 +"54516",6635,6980 +"54517",6635,12005 +"54518",6636,6715 +"54519",6636,6760 +"54520",6636,6762 +"54521",6637,6943 +"54522",6637,28648 +"54523",6637,52346 +"54524",6637,76580 +"54525",6637,83242 +"54526",6637,85041 +"54527",6637,105639 +"54528",6638,29428 +"54529",6638,35237 +"54530",6638,46015 +"54531",6638,53974 +"54532",6638,57899 +"54533",6638,63014 +"54534",6638,70023 +"54535",6638,72183 +"54536",6639,13641 +"54537",6639,20004 +"54538",6639,20147 +"54539",6639,20174 +"54540",6639,38021 +"54541",6639,79983 +"54542",6640,19633 +"54543",6640,19810 +"54544",6641,18360 +"54545",6641,19014 +"54546",6641,19487 +"54547",6641,25290 +"54548",6641,37912 +"54549",6641,37941 +"54550",6641,37960 +"54551",6641,38841 +"54552",6641,39460 +"54553",6641,48672 +"54554",6641,48733 +"54555",6641,48751 +"54556",6641,55613 +"54557",6641,55629 +"54558",6641,55630 +"54559",6641,55646 +"54560",6641,55661 +"54561",6641,55669 +"54562",6642,6648 +"54563",6643,12451 +"54564",6643,26036 +"54565",6643,52777 +"54566",6643,60675 +"54567",6643,76853 +"54568",6644,37957 +"54569",6644,39485 +"54570",6644,53672 +"54571",6644,117603 +"54572",6646,34143 +"54573",6646,54956 +"54574",6646,86077 +"54575",6646,86089 +"54576",6646,86101 +"54577",6647,7957 +"54578",6647,37813 +"54579",6647,69872 +"54580",6647,70609 +"54581",6647,83254 +"54582",6647,84680 +"54583",6647,101509 +"54584",6648,45888 +"54585",6649,6914 +"54586",6649,6926 +"54587",6649,6975 +"54588",6649,6976 +"54589",6649,11769 +"54590",6649,11926 +"54591",6649,15762 +"54592",6649,17607 +"54593",6649,20031 +"54594",6649,23846 +"54595",6649,25223 +"54596",6649,29115 +"54597",6649,30626 +"54598",6649,35472 +"54599",6649,35481 +"54600",6649,35963 +"54601",6649,38694 +"54602",6649,38786 +"54603",6649,41490 +"54604",6649,44740 +"54605",6649,47337 +"54606",6649,48484 +"54607",6649,49364 +"54608",6649,55302 +"54609",6649,58052 +"54610",6649,60085 +"54611",6649,67705 +"54612",6649,68561 +"54613",6649,69075 +"54614",6649,71541 +"54615",6649,89308 +"54616",6649,90390 +"54617",6649,92441 +"54618",6649,94806 +"54619",6649,98166 +"54620",6649,105685 +"54621",6650,13718 +"54622",6650,100220 +"54623",6651,6945 +"54624",6651,6992 +"54625",6651,7995 +"54626",6651,8094 +"54627",6651,8629 +"54628",6651,10613 +"54629",6651,14988 +"54630",6651,16956 +"54631",6651,18757 +"54632",6651,27768 +"54633",6651,27944 +"54634",6651,32784 +"54635",6651,46566 +"54636",6651,56823 +"54637",6651,58307 +"54638",6651,62320 +"54639",6651,63323 +"54640",6651,90931 +"54641",6651,93956 +"54642",6652,11966 +"54643",6652,12049 +"54644",6652,12789 +"54645",6652,28168 +"54646",6652,32567 +"54647",6652,57714 +"54648",6652,73717 +"54649",6652,76666 +"54650",6652,77247 +"54651",6652,79585 +"54652",6652,86113 +"54653",6653,38736 +"54654",6653,43372 +"54655",6653,50686 +"54656",6653,51108 +"54657",6653,54622 +"54658",6653,58105 +"54659",6653,62344 +"54660",6653,64359 +"54661",6654,28518 +"54662",6654,73681 +"54663",6655,44079 +"54664",6655,64398 +"54665",6655,64437 +"54666",6656,28457 +"54667",6656,63219 +"54668",6656,104581 +"54669",6657,24894 +"54670",6657,106261 +"54671",6658,14837 +"54672",6658,18259 +"54673",6658,33720 +"54674",6658,37626 +"54675",6658,37643 +"54676",6658,43403 +"54677",6658,83416 +"54678",6658,103907 +"54679",6658,122866 +"54680",6659,41077 +"54681",6659,41290 +"54682",6659,96717 +"54683",6659,108221 +"54684",6659,116566 +"54685",6660,15011 +"54686",6660,33395 +"54687",6660,38076 +"54688",6660,59485 +"54689",6660,62268 +"54690",6661,22375 +"54691",6661,64682 +"54692",6662,38524 +"54693",6662,54677 +"54694",6663,47046 +"54695",6663,53401 +"54696",6663,65404 +"54697",6663,69250 +"54698",6663,76607 +"54699",6663,92264 +"54700",6664,12620 +"54701",6664,104999 +"54702",6665,29227 +"54703",6665,29361 +"54704",6665,40972 +"54705",6665,43206 +"54706",6665,43268 +"54707",6666,23468 +"54708",6667,8845 +"54709",6667,8866 +"54710",6667,8883 +"54711",6667,8888 +"54712",6667,9051 +"54713",6667,42294 +"54714",6668,46171 +"54715",6668,47139 +"54716",6668,63586 +"54717",6669,46977 +"54718",6669,79651 +"54719",6669,79964 +"54720",6669,119018 +"54721",6669,120022 +"54722",6670,7039 +"54723",6670,47317 +"54724",6670,48047 +"54725",6671,10074 +"54726",6671,17118 +"54727",6671,29190 +"54728",6671,38810 +"54729",6671,52224 +"54730",6672,7023 +"54731",6672,11321 +"54732",6672,12820 +"54733",6672,19674 +"54734",6672,23180 +"54735",6672,26451 +"54736",6672,30898 +"54737",6672,31651 +"54738",6672,33956 +"54739",6672,60925 +"54740",6672,64960 +"54741",6672,65884 +"54742",6673,6674 +"54743",6673,6766 +"54744",6673,10585 +"54745",6673,18342 +"54746",6673,21684 +"54747",6673,21815 +"54748",6673,22811 +"54749",6673,22897 +"54750",6673,26694 +"54751",6673,26729 +"54752",6673,26786 +"54753",6673,32465 +"54754",6673,56689 +"54755",6673,59812 +"54756",6673,75364 +"54757",6674,6766 +"54758",6674,16580 +"54759",6674,16875 +"54760",6674,21684 +"54761",6674,27111 +"54762",6675,31838 +"54763",6676,16518 +"54764",6676,62382 +"54765",6677,35374 +"54766",6678,6820 +"54767",6678,19515 +"54768",6678,24564 +"54769",6678,48651 +"54770",6678,55568 +"54771",6679,28948 +"54772",6679,66992 +"54773",6679,79685 +"54774",6679,86026 +"54775",6680,8506 +"54776",6680,15496 +"54777",6680,23049 +"54778",6680,50758 +"54779",6680,59489 +"54780",6680,102450 +"54781",6680,114744 +"54782",6680,114901 +"54783",6681,22193 +"54784",6681,52966 +"54785",6681,66325 +"54786",6681,88180 +"54787",6682,12968 +"54788",6682,81815 +"54789",6683,88259 +"54790",6684,19572 +"54791",6685,20005 +"54792",6686,18211 +"54793",6686,28057 +"54794",6686,32901 +"54795",6686,48692 +"54796",6686,115029 +"54797",6687,50576 +"54798",6689,6980 +"54799",6689,12213 +"54800",6689,18101 +"54801",6689,31898 +"54802",6690,6714 +"54803",6690,22060 +"54804",6690,29626 +"54805",6690,53857 +"54806",6690,64037 +"54807",6690,77654 +"54808",6691,6693 +"54809",6691,17792 +"54810",6691,32864 +"54811",6691,33518 +"54812",6692,25565 +"54813",6693,9402 +"54814",6693,19515 +"54815",6693,39138 +"54816",6693,64713 +"54817",6693,64714 +"54818",6693,67194 +"54819",6693,67598 +"54820",6693,74300 +"54821",6693,74324 +"54822",6694,6764 +"54823",6695,23544 +"54824",6695,24752 +"54825",6695,34103 +"54826",6695,38009 +"54827",6695,57582 +"54828",6695,77257 +"54829",6695,87745 +"54830",6695,88309 +"54831",6695,98985 +"54832",6695,107578 +"54833",6696,7213 +"54834",6696,7704 +"54835",6696,7841 +"54836",6696,7865 +"54837",6697,12470 +"54838",6697,21235 +"54839",6697,41187 +"54840",6697,43568 +"54841",6697,44452 +"54842",6697,57523 +"54843",6697,83848 +"54844",6697,84308 +"54845",6697,84823 +"54846",6698,79608 +"54847",6699,6727 +"54848",6699,6875 +"54849",6699,7476 +"54850",6699,8369 +"54851",6699,32599 +"54852",6699,46976 +"54853",6699,56249 +"54854",6699,85190 +"54855",6700,6723 +"54856",6700,25835 +"54857",6700,29362 +"54858",6700,81160 +"54859",6701,14157 +"54860",6701,21694 +"54861",6701,29312 +"54862",6701,44701 +"54863",6701,55786 +"54864",6701,58873 +"54865",6701,62345 +"54866",6702,13147 +"54867",6702,20921 +"54868",6702,24160 +"54869",6702,28703 +"54870",6702,41611 +"54871",6702,52953 +"54872",6702,54385 +"54873",6702,76403 +"54874",6702,77233 +"54875",6702,82099 +"54876",6702,96062 +"54877",6702,113173 +"54878",6703,71165 +"54879",6703,117390 +"54880",6704,26694 +"54881",6704,29642 +"54882",6704,97401 +"54883",6705,12196 +"54884",6706,10392 +"54885",6706,27051 +"54886",6706,60623 +"54887",6706,76171 +"54888",6706,91126 +"54889",6707,15225 +"54890",6707,71991 +"54891",6707,80143 +"54892",6707,80161 +"54893",6708,20515 +"54894",6708,30148 +"54895",6708,33061 +"54896",6708,50418 +"54897",6708,57511 +"54898",6708,84203 +"54899",6709,16914 +"54900",6709,115737 +"54901",6710,15575 +"54902",6710,19257 +"54903",6710,20817 +"54904",6710,20894 +"54905",6710,20896 +"54906",6710,20957 +"54907",6710,20965 +"54908",6710,27891 +"54909",6710,29667 +"54910",6710,36802 +"54911",6710,37752 +"54912",6710,38440 +"54913",6710,40704 +"54914",6710,47338 +"54915",6710,47558 +"54916",6710,57641 +"54917",6710,57671 +"54918",6710,59916 +"54919",6711,6786 +"54920",6711,16791 +"54921",6711,18555 +"54922",6711,21221 +"54923",6711,31770 +"54924",6711,37798 +"54925",6711,50155 +"54926",6711,52205 +"54927",6711,58262 +"54928",6711,62451 +"54929",6711,85653 +"54930",6711,114525 +"54931",6712,7944 +"54932",6712,8856 +"54933",6712,9933 +"54934",6712,12171 +"54935",6712,12410 +"54936",6712,15019 +"54937",6712,15532 +"54938",6712,15908 +"54939",6712,17536 +"54940",6712,18270 +"54941",6712,20449 +"54942",6712,21088 +"54943",6712,23847 +"54944",6712,24012 +"54945",6712,24910 +"54946",6712,25758 +"54947",6712,26537 +"54948",6712,26872 +"54949",6712,28284 +"54950",6712,28767 +"54951",6712,28871 +"54952",6712,30334 +"54953",6712,30705 +"54954",6712,35496 +"54955",6712,37610 +"54956",6712,37636 +"54957",6712,39435 +"54958",6712,40131 +"54959",6712,40166 +"54960",6712,40392 +"54961",6712,40905 +"54962",6712,41030 +"54963",6712,41527 +"54964",6712,41529 +"54965",6712,41778 +"54966",6712,43147 +"54967",6712,43234 +"54968",6712,43858 +"54969",6712,44828 +"54970",6712,45657 +"54971",6712,45933 +"54972",6712,46434 +"54973",6712,46567 +"54974",6712,46637 +"54975",6712,46639 +"54976",6712,46788 +"54977",6712,46996 +"54978",6712,47123 +"54979",6712,47488 +"54980",6712,48909 +"54981",6712,49859 +"54982",6712,50064 +"54983",6712,50067 +"54984",6712,50554 +"54985",6712,50879 +"54986",6712,51783 +"54987",6712,52018 +"54988",6712,53444 +"54989",6712,53527 +"54990",6712,53555 +"54991",6712,54275 +"54992",6712,55045 +"54993",6712,56628 +"54994",6712,58004 +"54995",6712,58068 +"54996",6712,58633 +"54997",6712,61111 +"54998",6712,61127 +"54999",6712,68287 +"55000",6712,73257 +"55001",6713,7553 +"55002",6713,23148 +"55003",6713,30594 +"55004",6713,30642 +"55005",6713,31319 +"55006",6713,31320 +"55007",6713,37050 +"55008",6713,38059 +"55009",6713,47527 +"55010",6713,86444 +"55011",6714,22060 +"55012",6714,27067 +"55013",6714,73906 +"55014",6715,6760 +"55015",6715,6762 +"55016",6716,9548 +"55017",6716,53791 +"55018",6716,56601 +"55019",6716,79963 +"55020",6716,82413 +"55021",6716,109724 +"55022",6716,114934 +"55023",6716,116383 +"55024",6718,6754 +"55025",6718,8952 +"55026",6718,14495 +"55027",6718,16025 +"55028",6718,17064 +"55029",6718,19920 +"55030",6718,19965 +"55031",6718,21399 +"55032",6718,22480 +"55033",6718,23222 +"55034",6718,29954 +"55035",6718,29987 +"55036",6718,30031 +"55037",6718,31902 +"55038",6718,45946 +"55039",6718,50181 +"55040",6718,56256 +"55041",6718,60878 +"55042",6718,64891 +"55043",6718,71654 +"55044",6718,92662 +"55045",6718,113850 +"55046",6719,10768 +"55047",6719,61649 +"55048",6720,7008 +"55049",6720,76566 +"55050",6720,83025 +"55051",6721,13154 +"55052",6721,15851 +"55053",6721,15852 +"55054",6721,65503 +"55055",6722,18265 +"55056",6722,32678 +"55057",6722,83161 +"55058",6722,96307 +"55059",6722,123075 +"55060",6723,10871 +"55061",6723,11470 +"55062",6723,12583 +"55063",6723,19516 +"55064",6723,19692 +"55065",6723,19693 +"55066",6723,20402 +"55067",6723,26126 +"55068",6723,28845 +"55069",6723,29356 +"55070",6723,29362 +"55071",6723,29375 +"55072",6723,67362 +"55073",6724,18443 +"55074",6724,97724 +"55075",6725,11531 +"55076",6726,13845 +"55077",6726,70808 +"55078",6727,6865 +"55079",6727,6875 +"55080",6727,7286 +"55081",6727,7287 +"55082",6727,56249 +"55083",6727,74286 +"55084",6728,48291 +"55085",6728,99800 +"55086",6729,20320 +"55087",6729,63305 +"55088",6729,69327 +"55089",6729,105023 +"55090",6730,33822 +"55091",6730,47755 +"55092",6730,54020 +"55093",6730,55497 +"55094",6731,15414 +"55095",6731,109481 +"55096",6731,120005 +"55097",6732,10857 +"55098",6732,17400 +"55099",6732,23492 +"55100",6732,29715 +"55101",6732,30325 +"55102",6732,30564 +"55103",6732,36197 +"55104",6732,39301 +"55105",6732,43652 +"55106",6732,54551 +"55107",6732,76284 +"55108",6732,91808 +"55109",6732,94480 +"55110",6732,105771 +"55111",6733,37752 +"55112",6733,52474 +"55113",6733,91025 +"55114",6734,6980 +"55115",6734,56968 +"55116",6735,14231 +"55117",6735,14850 +"55118",6735,34378 +"55119",6736,11169 +"55120",6736,12070 +"55121",6737,6747 +"55122",6737,6841 +"55123",6737,82109 +"55124",6738,69047 +"55125",6739,27680 +"55126",6739,83804 +"55127",6740,25129 +"55128",6740,46394 +"55129",6740,48371 +"55130",6740,53948 +"55131",6740,57466 +"55132",6740,83832 +"55133",6740,108567 +"55134",6740,108948 +"55135",6740,109122 +"55136",6741,7456 +"55137",6742,14838 +"55138",6742,15029 +"55139",6742,23802 +"55140",6742,44730 +"55141",6742,50641 +"55142",6742,65511 +"55143",6743,31953 +"55144",6744,58436 +"55145",6745,15183 +"55146",6745,17328 +"55147",6745,24547 +"55148",6745,25082 +"55149",6745,26062 +"55150",6745,26352 +"55151",6745,36031 +"55152",6745,40441 +"55153",6745,43306 +"55154",6746,7472 +"55155",6746,11614 +"55156",6746,22507 +"55157",6746,66199 +"55158",6746,67267 +"55159",6746,70419 +"55160",6746,105937 +"55161",6747,15452 +"55162",6747,35972 +"55163",6747,45921 +"55164",6747,49468 +"55165",6747,49600 +"55166",6747,50196 +"55167",6747,52053 +"55168",6747,71287 +"55169",6747,71337 +"55170",6747,85642 +"55171",6747,85664 +"55172",6747,95232 +"55173",6747,119560 +"55174",6747,119563 +"55175",6747,121537 +"55176",6747,121541 +"55177",6747,121559 +"55178",6748,20327 +"55179",6749,83433 +"55180",6750,6751 +"55181",6750,6831 +"55182",6750,7637 +"55183",6750,9821 +"55184",6750,13307 +"55185",6750,13533 +"55186",6750,14495 +"55187",6750,20326 +"55188",6750,20480 +"55189",6750,20737 +"55190",6750,21012 +"55191",6750,21672 +"55192",6750,23715 +"55193",6750,25492 +"55194",6750,27497 +"55195",6750,28477 +"55196",6750,28600 +"55197",6750,32131 +"55198",6750,33014 +"55199",6750,34537 +"55200",6750,35528 +"55201",6750,43455 +"55202",6750,46629 +"55203",6750,51165 +"55204",6750,58439 +"55205",6750,61982 +"55206",6750,62784 +"55207",6750,78597 +"55208",6750,78934 +"55209",6750,79347 +"55210",6750,81362 +"55211",6750,86369 +"55212",6750,86381 +"55213",6750,93512 +"55214",6751,8369 +"55215",6751,10105 +"55216",6751,11427 +"55217",6751,12640 +"55218",6751,13307 +"55219",6751,13533 +"55220",6751,14666 +"55221",6751,14936 +"55222",6751,20326 +"55223",6751,20480 +"55224",6751,20737 +"55225",6751,21012 +"55226",6751,21849 +"55227",6751,23526 +"55228",6751,23626 +"55229",6751,23715 +"55230",6751,47214 +"55231",6751,48359 +"55232",6751,62784 +"55233",6752,31506 +"55234",6752,37342 +"55235",6752,41475 +"55236",6752,45192 +"55237",6752,63184 +"55238",6752,70985 +"55239",6753,49146 +"55240",6753,57496 +"55241",6753,102808 +"55242",6755,12441 +"55243",6755,35250 +"55244",6755,71523 +"55245",6756,17476 +"55246",6756,18203 +"55247",6756,18651 +"55248",6756,44269 +"55249",6756,48886 +"55250",6756,62004 +"55251",6756,84499 +"55252",6756,85135 +"55253",6756,88149 +"55254",6757,48999 +"55255",6757,56987 +"55256",6757,59632 +"55257",6757,80728 +"55258",6757,81366 +"55259",6757,82435 +"55260",6757,83478 +"55261",6758,29193 +"55262",6758,56752 +"55263",6758,61908 +"55264",6759,8555 +"55265",6759,9373 +"55266",6759,28641 +"55267",6759,32853 +"55268",6759,34899 +"55269",6759,36142 +"55270",6759,36771 +"55271",6759,42415 +"55272",6759,42470 +"55273",6759,46450 +"55274",6759,49358 +"55275",6759,49380 +"55276",6759,65751 +"55277",6759,66958 +"55278",6760,6762 +"55279",6760,115601 +"55280",6760,115619 +"55281",6761,38396 +"55282",6761,42163 +"55283",6761,110931 +"55284",6762,22477 +"55285",6763,69711 +"55286",6764,7948 +"55287",6764,10814 +"55288",6764,13909 +"55289",6764,24013 +"55290",6764,39585 +"55291",6764,63968 +"55292",6764,82263 +"55293",6764,96722 +"55294",6764,103158 +"55295",6764,105867 +"55296",6765,12217 +"55297",6765,25140 +"55298",6765,66290 +"55299",6766,7369 +"55300",6766,8021 +"55301",6766,8361 +"55302",6766,16041 +"55303",6766,25044 +"55304",6766,49445 +"55305",6766,49984 +"55306",6767,9367 +"55307",6767,25734 +"55308",6767,36912 +"55309",6767,40776 +"55310",6767,110562 +"55311",6768,17552 +"55312",6768,17568 +"55313",6768,30651 +"55314",6768,43657 +"55315",6768,53644 +"55316",6768,55366 +"55317",6768,72549 +"55318",6768,97337 +"55319",6768,107686 +"55320",6768,107706 +"55321",6769,15993 +"55322",6769,55484 +"55323",6769,77591 +"55324",6769,81296 +"55325",6770,6800 +"55326",6770,9265 +"55327",6770,10297 +"55328",6770,29398 +"55329",6770,31547 +"55330",6770,34576 +"55331",6770,42246 +"55332",6770,45198 +"55333",6770,52244 +"55334",6770,93459 +"55335",6771,6790 +"55336",6771,21521 +"55337",6771,33803 +"55338",6771,33890 +"55339",6771,78639 +"55340",6771,78681 +"55341",6771,78945 +"55342",6772,15216 +"55343",6772,33314 +"55344",6772,43061 +"55345",6772,78692 +"55346",6772,83664 +"55347",6772,90314 +"55348",6772,106843 +"55349",6773,8229 +"55350",6773,84807 +"55351",6773,89958 +"55352",6773,106856 +"55353",6773,108750 +"55354",6773,114701 +"55355",6773,118184 +"55356",6774,6819 +"55357",6774,7573 +"55358",6774,8651 +"55359",6774,9544 +"55360",6774,9793 +"55361",6774,11714 +"55362",6774,13255 +"55363",6774,13320 +"55364",6774,13678 +"55365",6774,14578 +"55366",6774,18768 +"55367",6774,26982 +"55368",6774,35530 +"55369",6774,37215 +"55370",6774,47849 +"55371",6774,57329 +"55372",6774,61043 +"55373",6775,6782 +"55374",6775,16301 +"55375",6775,16520 +"55376",6775,21722 +"55377",6775,32375 +"55378",6775,52608 +"55379",6775,78522 +"55380",6775,80284 +"55381",6775,112902 +"55382",6775,116106 +"55383",6775,119656 +"55384",6775,120871 +"55385",6776,38332 +"55386",6776,41545 +"55387",6776,89365 +"55388",6777,6789 +"55389",6777,6831 +"55390",6777,7556 +"55391",6777,7842 +"55392",6777,8659 +"55393",6777,9293 +"55394",6777,11517 +"55395",6777,12460 +"55396",6777,15790 +"55397",6777,17520 +"55398",6777,18119 +"55399",6777,27946 +"55400",6777,56812 +"55401",6777,78652 +"55402",6778,23088 +"55403",6778,82478 +"55404",6779,14626 +"55405",6779,29442 +"55406",6779,30377 +"55407",6779,33240 +"55408",6779,57165 +"55409",6780,39957 +"55410",6780,95764 +"55411",6781,33653 +"55412",6782,10726 +"55413",6782,16747 +"55414",6782,34998 +"55415",6782,35020 +"55416",6782,49047 +"55417",6783,12223 +"55418",6783,45081 +"55419",6783,64242 +"55420",6783,78872 +"55421",6783,90446 +"55422",6783,109329 +"55423",6783,109946 +"55424",6784,115337 +"55425",6784,116223 +"55426",6784,116428 +"55427",6785,46866 +"55428",6785,69030 +"55429",6786,16791 +"55430",6786,31770 +"55431",6787,6803 +"55432",6787,6836 +"55433",6787,9848 +"55434",6787,34861 +"55435",6788,23361 +"55436",6788,24874 +"55437",6788,55327 +"55438",6788,94024 +"55439",6788,104596 +"55440",6789,6831 +"55441",6789,23151 +"55442",6789,30883 +"55443",6789,40494 +"55444",6789,42065 +"55445",6789,43708 +"55446",6789,50487 +"55447",6789,54508 +"55448",6789,88863 +"55449",6789,92570 +"55450",6789,92736 +"55451",6789,102008 +"55452",6789,102022 +"55453",6789,103993 +"55454",6790,26761 +"55455",6790,42709 +"55456",6790,59268 +"55457",6790,116751 +"55458",6791,30944 +"55459",6791,31781 +"55460",6792,22565 +"55461",6792,24942 +"55462",6792,39527 +"55463",6792,40703 +"55464",6792,53881 +"55465",6792,63711 +"55466",6792,76988 +"55467",6792,81689 +"55468",6793,12166 +"55469",6793,23493 +"55470",6793,31547 +"55471",6793,41652 +"55472",6793,95263 +"55473",6794,24001 +"55474",6794,73861 +"55475",6794,92943 +"55476",6794,106555 +"55477",6795,13332 +"55478",6796,13111 +"55479",6796,23462 +"55480",6796,50213 +"55481",6796,66395 +"55482",6796,81454 +"55483",6796,85776 +"55484",6796,85978 +"55485",6796,118484 +"55486",6797,7615 +"55487",6797,50943 +"55488",6797,55399 +"55489",6797,55435 +"55490",6797,55471 +"55491",6797,95672 +"55492",6797,98161 +"55493",6798,20009 +"55494",6799,45958 +"55495",6799,48374 +"55496",6800,22235 +"55497",6800,31756 +"55498",6800,43682 +"55499",6800,53931 +"55500",6800,68664 +"55501",6801,6824 +"55502",6801,9861 +"55503",6801,10638 +"55504",6801,11303 +"55505",6801,11506 +"55506",6801,16552 +"55507",6801,16594 +"55508",6801,27845 +"55509",6801,45760 +"55510",6801,61020 +"55511",6801,61442 +"55512",6801,69597 +"55513",6801,73981 +"55514",6802,7403 +"55515",6802,9425 +"55516",6802,14908 +"55517",6802,14938 +"55518",6802,20848 +"55519",6802,113751 +"55520",6803,6836 +"55521",6803,9154 +"55522",6803,14124 +"55523",6803,26471 +"55524",6803,78359 +"55525",6803,80783 +"55526",6803,96017 +"55527",6804,11139 +"55528",6804,30121 +"55529",6804,84884 +"55530",6804,101918 +"55531",6804,121073 +"55532",6805,9986 +"55533",6805,31354 +"55534",6805,104126 +"55535",6806,29600 +"55536",6806,34384 +"55537",6806,54305 +"55538",6806,82812 +"55539",6806,83396 +"55540",6806,89141 +"55541",6807,14106 +"55542",6807,84390 +"55543",6807,97283 +"55544",6808,6883 +"55545",6808,9376 +"55546",6808,10070 +"55547",6808,11936 +"55548",6808,13636 +"55549",6808,15506 +"55550",6808,16687 +"55551",6808,19695 +"55552",6808,20697 +"55553",6808,22769 +"55554",6808,23953 +"55555",6808,33787 +"55556",6808,40396 +"55557",6808,43631 +"55558",6808,51646 +"55559",6808,53743 +"55560",6808,61435 +"55561",6808,75816 +"55562",6808,78984 +"55563",6809,6994 +"55564",6809,7786 +"55565",6809,9801 +"55566",6809,21905 +"55567",6809,22868 +"55568",6809,24983 +"55569",6809,25570 +"55570",6809,31352 +"55571",6809,36506 +"55572",6809,40864 +"55573",6809,49663 +"55574",6809,50441 +"55575",6809,52589 +"55576",6809,122474 +"55577",6810,14780 +"55578",6810,19821 +"55579",6810,39618 +"55580",6810,39654 +"55581",6810,65068 +"55582",6810,69878 +"55583",6811,12400 +"55584",6811,13109 +"55585",6811,19892 +"55586",6811,20150 +"55587",6811,22374 +"55588",6811,29034 +"55589",6811,31213 +"55590",6811,34648 +"55591",6811,35562 +"55592",6811,40893 +"55593",6811,42388 +"55594",6811,42728 +"55595",6811,45903 +"55596",6811,54765 +"55597",6811,56955 +"55598",6811,60523 +"55599",6811,64502 +"55600",6811,66044 +"55601",6811,83526 +"55602",6811,86548 +"55603",6811,89669 +"55604",6811,89741 +"55605",6811,91279 +"55606",6811,96377 +"55607",6811,102827 +"55608",6811,104867 +"55609",6811,104940 +"55610",6812,6839 +"55611",6813,7588 +"55612",6813,7985 +"55613",6813,10117 +"55614",6813,12391 +"55615",6813,12889 +"55616",6813,18600 +"55617",6813,18767 +"55618",6813,20072 +"55619",6813,21505 +"55620",6813,21607 +"55621",6813,21665 +"55622",6813,23861 +"55623",6813,32630 +"55624",6813,34564 +"55625",6813,34620 +"55626",6813,38525 +"55627",6813,41713 +"55628",6813,42087 +"55629",6813,45047 +"55630",6813,45980 +"55631",6813,48202 +"55632",6813,48212 +"55633",6813,53132 +"55634",6813,53227 +"55635",6813,55111 +"55636",6813,58628 +"55637",6813,61801 +"55638",6813,64350 +"55639",6813,73044 +"55640",6813,73058 +"55641",6813,73335 +"55642",6813,78063 +"55643",6813,78429 +"55644",6813,78569 +"55645",6813,82143 +"55646",6813,83231 +"55647",6813,86471 +"55648",6813,90804 +"55649",6813,91022 +"55650",6813,91045 +"55651",6813,95675 +"55652",6813,101516 +"55653",6813,102387 +"55654",6813,108374 +"55655",6813,108587 +"55656",6813,108893 +"55657",6813,109101 +"55658",6813,109523 +"55659",6813,110993 +"55660",6813,111338 +"55661",6813,111398 +"55662",6813,111409 +"55663",6813,111480 +"55664",6813,112422 +"55665",6813,112648 +"55666",6813,112708 +"55667",6813,112820 +"55668",6813,112997 +"55669",6813,113597 +"55670",6813,114418 +"55671",6813,114582 +"55672",6813,115371 +"55673",6813,116028 +"55674",6813,116604 +"55675",6814,72137 +"55676",6815,7240 +"55677",6816,17527 +"55678",6816,28096 +"55679",6816,77873 +"55680",6816,85188 +"55681",6816,90481 +"55682",6816,101760 +"55683",6817,7685 +"55684",6817,13843 +"55685",6817,24200 +"55686",6817,26410 +"55687",6817,28237 +"55688",6817,32018 +"55689",6817,48338 +"55690",6817,57434 +"55691",6817,57435 +"55692",6817,57449 +"55693",6817,57450 +"55694",6817,59364 +"55695",6817,60766 +"55696",6817,60803 +"55697",6817,63892 +"55698",6817,64774 +"55699",6817,75101 +"55700",6818,7723 +"55701",6818,10438 +"55702",6818,12304 +"55703",6818,16917 +"55704",6818,17366 +"55705",6818,20538 +"55706",6818,45151 +"55707",6818,49915 +"55708",6818,63656 +"55709",6818,72569 +"55710",6818,82416 +"55711",6819,7966 +"55712",6819,8010 +"55713",6819,12475 +"55714",6819,13678 +"55715",6819,14525 +"55716",6819,24242 +"55717",6819,27908 +"55718",6819,28802 +"55719",6820,62484 +"55720",6820,81756 +"55721",6820,90839 +"55722",6820,93867 +"55723",6821,7039 +"55724",6821,7622 +"55725",6821,7799 +"55726",6821,7820 +"55727",6821,13696 +"55728",6821,16437 +"55729",6821,20596 +"55730",6821,31605 +"55731",6821,35380 +"55732",6821,38440 +"55733",6821,41900 +"55734",6821,56137 +"55735",6821,60802 +"55736",6821,62710 +"55737",6821,74304 +"55738",6821,79858 +"55739",6821,83460 +"55740",6821,83483 +"55741",6821,94298 +"55742",6821,94332 +"55743",6822,6826 +"55744",6822,31791 +"55745",6822,56471 +"55746",6822,62616 +"55747",6823,94597 +"55748",6823,102951 +"55749",6824,6973 +"55750",6824,10638 +"55751",6824,16473 +"55752",6824,16594 +"55753",6824,23556 +"55754",6824,33853 +"55755",6824,87270 +"55756",6824,108003 +"55757",6825,7658 +"55758",6825,10064 +"55759",6825,46139 +"55760",6825,66658 +"55761",6825,98313 +"55762",6825,117800 +"55763",6825,117814 +"55764",6825,118726 +"55765",6825,118727 +"55766",6826,7616 +"55767",6826,24323 +"55768",6826,30890 +"55769",6826,36784 +"55770",6826,37506 +"55771",6826,43916 +"55772",6826,62341 +"55773",6826,77611 +"55774",6826,108813 +"55775",6827,70218 +"55776",6827,89580 +"55777",6827,94643 +"55778",6828,6832 +"55779",6828,7992 +"55780",6828,8734 +"55781",6828,9185 +"55782",6828,14562 +"55783",6828,23869 +"55784",6828,28863 +"55785",6828,35181 +"55786",6828,36740 +"55787",6828,40883 +"55788",6828,50807 +"55789",6828,62510 +"55790",6829,15116 +"55791",6829,17938 +"55792",6829,20588 +"55793",6829,26595 +"55794",6829,35488 +"55795",6829,35516 +"55796",6829,39662 +"55797",6829,44306 +"55798",6829,50442 +"55799",6829,54069 +"55800",6829,61581 +"55801",6829,62903 +"55802",6829,69769 +"55803",6829,70507 +"55804",6829,73197 +"55805",6829,80487 +"55806",6830,9196 +"55807",6830,9664 +"55808",6830,10874 +"55809",6830,11203 +"55810",6830,15184 +"55811",6830,23738 +"55812",6830,37762 +"55813",6830,44636 +"55814",6830,46039 +"55815",6830,49846 +"55816",6830,56406 +"55817",6831,10769 +"55818",6831,10789 +"55819",6831,11006 +"55820",6831,23649 +"55821",6831,25577 +"55822",6831,52323 +"55823",6831,52371 +"55824",6831,66332 +"55825",6831,105536 +"55826",6832,6941 +"55827",6832,7066 +"55828",6832,27885 +"55829",6832,29043 +"55830",6832,30883 +"55831",6832,36740 +"55832",6832,40883 +"55833",6832,51247 +"55834",6832,57962 +"55835",6832,79278 +"55836",6833,20766 +"55837",6833,23280 +"55838",6833,37550 +"55839",6834,70559 +"55840",6835,18673 +"55841",6835,22944 +"55842",6835,26327 +"55843",6835,31221 +"55844",6835,33723 +"55845",6835,33858 +"55846",6835,42430 +"55847",6835,60816 +"55848",6835,83145 +"55849",6835,105186 +"55850",6836,16817 +"55851",6836,101213 +"55852",6837,43753 +"55853",6838,18916 +"55854",6838,21885 +"55855",6838,30731 +"55856",6838,74165 +"55857",6838,89529 +"55858",6839,53474 +"55859",6839,73050 +"55860",6839,94331 +"55861",6840,9227 +"55862",6840,56173 +"55863",6840,99433 +"55864",6840,115834 +"55865",6841,17670 +"55866",6841,21979 +"55867",6841,78736 +"55868",6841,85642 +"55869",6841,109457 +"55870",6841,118849 +"55871",6841,118860 +"55872",6842,6845 +"55873",6843,42778 +"55874",6843,60760 +"55875",6843,71024 +"55876",6843,71215 +"55877",6844,23966 +"55878",6845,10563 +"55879",6845,27778 +"55880",6845,60209 +"55881",6845,95788 +"55882",6845,95798 +"55883",6845,107822 +"55884",6845,107841 +"55885",6846,9136 +"55886",6846,33382 +"55887",6846,84475 +"55888",6847,77543 +"55889",6847,122868 +"55890",6848,51807 +"55891",6848,52755 +"55892",6849,10518 +"55893",6849,36324 +"55894",6849,50857 +"55895",6849,71008 +"55896",6849,76343 +"55897",6850,74857 +"55898",6850,115836 +"55899",6850,116728 +"55900",6851,9555 +"55901",6851,14090 +"55902",6851,22667 +"55903",6851,23966 +"55904",6851,31332 +"55905",6851,34138 +"55906",6851,39680 +"55907",6851,45546 +"55908",6851,55355 +"55909",6851,70583 +"55910",6851,73769 +"55911",6851,83660 +"55912",6851,87142 +"55913",6851,91450 +"55914",6851,94659 +"55915",6851,102652 +"55916",6851,111208 +"55917",6851,111992 +"55918",6851,121739 +"55919",6852,42113 +"55920",6853,15043 +"55921",6853,15540 +"55922",6853,20688 +"55923",6853,22116 +"55924",6853,22117 +"55925",6853,33978 +"55926",6853,35792 +"55927",6853,37582 +"55928",6853,40335 +"55929",6853,40404 +"55930",6853,44997 +"55931",6853,45951 +"55932",6853,47767 +"55933",6853,48119 +"55934",6853,49513 +"55935",6853,69678 +"55936",6853,84855 +"55937",6853,119847 +"55938",6854,14236 +"55939",6854,45989 +"55940",6854,83406 +"55941",6855,23242 +"55942",6856,9257 +"55943",6856,10645 +"55944",6856,21715 +"55945",6856,25031 +"55946",6856,41956 +"55947",6856,46192 +"55948",6856,46523 +"55949",6856,47768 +"55950",6857,34501 +"55951",6857,57362 +"55952",6857,69570 +"55953",6857,75804 +"55954",6857,93669 +"55955",6857,105416 +"55956",6857,110847 +"55957",6858,18325 +"55958",6858,43753 +"55959",6858,46439 +"55960",6859,23285 +"55961",6859,55828 +"55962",6859,80799 +"55963",6859,93510 +"55964",6859,119451 +"55965",6859,119452 +"55966",6860,6890 +"55967",6860,28847 +"55968",6860,77784 +"55969",6861,10897 +"55970",6861,28319 +"55971",6861,29801 +"55972",6861,56631 +"55973",6861,57581 +"55974",6861,60961 +"55975",6861,66031 +"55976",6861,77423 +"55977",6861,87840 +"55978",6862,19129 +"55979",6862,77116 +"55980",6862,84153 +"55981",6862,89226 +"55982",6862,93276 +"55983",6862,93292 +"55984",6862,95152 +"55985",6863,7787 +"55986",6863,21507 +"55987",6863,32058 +"55988",6863,38414 +"55989",6863,45881 +"55990",6863,49680 +"55991",6863,56316 +"55992",6863,71251 +"55993",6863,80025 +"55994",6864,15414 +"55995",6864,64311 +"55996",6864,82120 +"55997",6865,6875 +"55998",6865,7286 +"55999",6865,7287 +"56000",6865,14577 +"56001",6865,29083 +"56002",6865,32979 +"56003",6865,36621 +"56004",6865,39459 +"56005",6865,53915 +"56006",6865,86066 +"56007",6865,100461 +"56008",6865,103003 +"56009",6865,106599 +"56010",6866,7112 +"56011",6866,7152 +"56012",6866,8290 +"56013",6866,8332 +"56014",6866,10041 +"56015",6866,67629 +"56016",6866,70416 +"56017",6866,76903 +"56018",6866,101565 +"56019",6866,109154 +"56020",6867,15081 +"56021",6867,29589 +"56022",6868,16865 +"56023",6869,6888 +"56024",6869,6893 +"56025",6869,49728 +"56026",6869,69417 +"56027",6869,97709 +"56028",6869,112068 +"56029",6870,28971 +"56030",6870,44065 +"56031",6870,95693 +"56032",6870,104432 +"56033",6870,106226 +"56034",6871,7223 +"56035",6871,7752 +"56036",6871,63292 +"56037",6872,6889 +"56038",6872,12752 +"56039",6872,20180 +"56040",6872,25373 +"56041",6872,25447 +"56042",6872,31036 +"56043",6872,36754 +"56044",6872,41861 +"56045",6872,61998 +"56046",6872,71267 +"56047",6872,77701 +"56048",6872,80136 +"56049",6872,93390 +"56050",6873,31213 +"56051",6873,82782 +"56052",6874,9083 +"56053",6875,7286 +"56054",6875,7287 +"56055",6875,8369 +"56056",6875,11787 +"56057",6875,12554 +"56058",6875,21277 +"56059",6875,24592 +"56060",6875,37784 +"56061",6875,41839 +"56062",6875,44040 +"56063",6875,56249 +"56064",6875,57864 +"56065",6875,58676 +"56066",6875,68576 +"56067",6875,74286 +"56068",6876,52840 +"56069",6876,58759 +"56070",6876,62809 +"56071",6877,11782 +"56072",6877,15548 +"56073",6877,30017 +"56074",6877,52709 +"56075",6877,60270 +"56076",6877,64506 +"56077",6877,68739 +"56078",6877,105275 +"56079",6878,6905 +"56080",6878,7138 +"56081",6878,9545 +"56082",6878,13044 +"56083",6878,14852 +"56084",6878,18481 +"56085",6878,20451 +"56086",6878,23319 +"56087",6878,26582 +"56088",6878,31820 +"56089",6878,36569 +"56090",6878,45136 +"56091",6878,49962 +"56092",6878,52156 +"56093",6878,55297 +"56094",6878,57892 +"56095",6878,58659 +"56096",6878,72389 +"56097",6878,82125 +"56098",6878,82138 +"56099",6878,82139 +"56100",6878,82141 +"56101",6878,82150 +"56102",6878,82164 +"56103",6878,88765 +"56104",6879,22582 +"56105",6879,65860 +"56106",6879,66397 +"56107",6879,82089 +"56108",6879,94834 +"56109",6880,54536 +"56110",6880,92312 +"56111",6881,37762 +"56112",6881,79611 +"56113",6882,11109 +"56114",6882,15770 +"56115",6882,16968 +"56116",6882,17807 +"56117",6882,25819 +"56118",6882,34634 +"56119",6882,36062 +"56120",6882,59365 +"56121",6882,113310 +"56122",6882,115625 +"56123",6883,9376 +"56124",6883,10450 +"56125",6883,10453 +"56126",6883,10546 +"56127",6883,12136 +"56128",6883,13700 +"56129",6883,14749 +"56130",6883,16687 +"56131",6883,20697 +"56132",6883,24881 +"56133",6883,28068 +"56134",6883,29286 +"56135",6883,30770 +"56136",6883,40396 +"56137",6883,43631 +"56138",6883,53743 +"56139",6883,59975 +"56140",6883,61435 +"56141",6883,72597 +"56142",6883,72851 +"56143",6883,78773 +"56144",6884,13304 +"56145",6885,39372 +"56146",6885,45750 +"56147",6885,102644 +"56148",6886,51254 +"56149",6886,109137 +"56150",6886,109139 +"56151",6886,109142 +"56152",6887,46349 +"56153",6888,6893 +"56154",6888,11635 +"56155",6890,12195 +"56156",6890,13076 +"56157",6890,49161 +"56158",6890,93067 +"56159",6890,99610 +"56160",6890,110358 +"56161",6890,110370 +"56162",6890,111456 +"56163",6891,8120 +"56164",6891,10855 +"56165",6891,19605 +"56166",6891,27999 +"56167",6891,45175 +"56168",6891,72395 +"56169",6892,10708 +"56170",6892,45023 +"56171",6892,45036 +"56172",6892,45065 +"56173",6892,45108 +"56174",6892,45117 +"56175",6892,45118 +"56176",6892,45126 +"56177",6893,25747 +"56178",6893,47432 +"56179",6893,49728 +"56180",6893,72835 +"56181",6893,103926 +"56182",6894,7172 +"56183",6894,31411 +"56184",6894,40427 +"56185",6894,40873 +"56186",6894,45089 +"56187",6894,59847 +"56188",6895,45461 +"56189",6895,56260 +"56190",6895,56343 +"56191",6897,7109 +"56192",6897,35572 +"56193",6897,35618 +"56194",6897,52474 +"56195",6898,7001 +"56196",6898,25139 +"56197",6898,25886 +"56198",6898,35674 +"56199",6898,38266 +"56200",6898,48885 +"56201",6898,50184 +"56202",6898,50660 +"56203",6898,69564 +"56204",6898,69631 +"56205",6899,64003 +"56206",6899,82474 +"56207",6899,118724 +"56208",6900,7293 +"56209",6900,8185 +"56210",6900,10439 +"56211",6900,10474 +"56212",6900,11884 +"56213",6900,18163 +"56214",6900,18174 +"56215",6900,24410 +"56216",6900,24986 +"56217",6900,31909 +"56218",6900,34820 +"56219",6900,38851 +"56220",6900,40905 +"56221",6900,48702 +"56222",6900,56373 +"56223",6900,62630 +"56224",6900,66730 +"56225",6900,81674 +"56226",6900,100934 +"56227",6900,106095 +"56228",6900,117799 +"56229",6901,14231 +"56230",6901,19481 +"56231",6901,31493 +"56232",6901,39998 +"56233",6901,60932 +"56234",6901,76922 +"56235",6901,78841 +"56236",6901,83223 +"56237",6902,27229 +"56238",6902,70653 +"56239",6902,92841 +"56240",6902,110161 +"56241",6903,7187 +"56242",6903,7426 +"56243",6903,15376 +"56244",6903,16124 +"56245",6903,18347 +"56246",6903,20667 +"56247",6903,34297 +"56248",6903,44752 +"56249",6903,46437 +"56250",6903,63525 +"56251",6903,73490 +"56252",6903,81755 +"56253",6903,85940 +"56254",6903,99266 +"56255",6903,117694 +"56256",6904,84598 +"56257",6905,7138 +"56258",6907,23265 +"56259",6907,25277 +"56260",6907,38127 +"56261",6908,14851 +"56262",6908,18942 +"56263",6908,37808 +"56264",6908,47087 +"56265",6908,54661 +"56266",6908,70634 +"56267",6908,105257 +"56268",6908,106359 +"56269",6908,107246 +"56270",6908,117626 +"56271",6908,120690 +"56272",6909,15653 +"56273",6909,15722 +"56274",6909,23492 +"56275",6909,33699 +"56276",6909,54762 +"56277",6909,76049 +"56278",6909,95321 +"56279",6909,121965 +"56280",6910,36421 +"56281",6910,102697 +"56282",6911,7684 +"56283",6911,8562 +"56284",6911,22667 +"56285",6911,24538 +"56286",6911,29808 +"56287",6911,38087 +"56288",6911,43298 +"56289",6911,44749 +"56290",6911,49477 +"56291",6911,57280 +"56292",6911,60808 +"56293",6911,94645 +"56294",6911,99817 +"56295",6912,14409 +"56296",6912,14410 +"56297",6912,16889 +"56298",6912,18686 +"56299",6912,20541 +"56300",6912,33466 +"56301",6912,34265 +"56302",6912,38157 +"56303",6912,52363 +"56304",6912,64598 +"56305",6912,64641 +"56306",6912,64690 +"56307",6913,27642 +"56308",6913,29008 +"56309",6913,45993 +"56310",6914,6926 +"56311",6914,6975 +"56312",6914,6976 +"56313",6914,30274 +"56314",6914,49493 +"56315",6914,91904 +"56316",6915,25572 +"56317",6915,32205 +"56318",6915,45135 +"56319",6915,46465 +"56320",6915,51133 +"56321",6915,57014 +"56322",6915,58141 +"56323",6915,105584 +"56324",6915,108521 +"56325",6916,6919 +"56326",6916,7069 +"56327",6917,8777 +"56328",6917,12160 +"56329",6917,52790 +"56330",6917,65777 +"56331",6917,98576 +"56332",6917,98711 +"56333",6917,98712 +"56334",6918,24888 +"56335",6918,28150 +"56336",6918,31058 +"56337",6918,75581 +"56338",6918,84920 +"56339",6918,90945 +"56340",6918,93857 +"56341",6919,7069 +"56342",6919,118704 +"56343",6920,6997 +"56344",6921,6962 +"56345",6921,32278 +"56346",6921,71874 +"56347",6922,7012 +"56348",6922,7045 +"56349",6922,7048 +"56350",6922,7049 +"56351",6922,8137 +"56352",6922,8436 +"56353",6922,8601 +"56354",6922,9174 +"56355",6922,11815 +"56356",6922,11816 +"56357",6922,11831 +"56358",6922,11847 +"56359",6922,11848 +"56360",6922,11882 +"56361",6922,11895 +"56362",6922,11918 +"56363",6922,11938 +"56364",6922,11981 +"56365",6922,12060 +"56366",6922,12061 +"56367",6922,12079 +"56368",6922,14864 +"56369",6922,20778 +"56370",6922,23504 +"56371",6922,27382 +"56372",6922,62477 +"56373",6922,76434 +"56374",6922,77909 +"56375",6922,77967 +"56376",6922,80549 +"56377",6922,81292 +"56378",6922,81308 +"56379",6922,110837 +"56380",6923,35039 +"56381",6923,90707 +"56382",6923,113816 +"56383",6924,8721 +"56384",6924,41068 +"56385",6924,108312 +"56386",6924,115530 +"56387",6925,6969 +"56388",6925,6990 +"56389",6925,21692 +"56390",6925,55476 +"56391",6925,87617 +"56392",6926,6975 +"56393",6926,6976 +"56394",6926,15762 +"56395",6926,35471 +"56396",6926,35481 +"56397",6926,37515 +"56398",6926,68561 +"56399",6926,91904 +"56400",6927,33829 +"56401",6927,41588 +"56402",6927,55590 +"56403",6927,92326 +"56404",6928,40328 +"56405",6928,48703 +"56406",6928,83119 +"56407",6928,87925 +"56408",6928,91879 +"56409",6928,108089 +"56410",6929,13609 +"56411",6929,35827 +"56412",6929,90421 +"56413",6930,42800 +"56414",6930,62906 +"56415",6931,10238 +"56416",6931,17807 +"56417",6931,19170 +"56418",6931,32073 +"56419",6931,33749 +"56420",6931,39214 +"56421",6931,39792 +"56422",6931,44503 +"56423",6931,50834 +"56424",6931,59766 +"56425",6931,62400 +"56426",6931,62970 +"56427",6931,63154 +"56428",6931,64059 +"56429",6931,74269 +"56430",6932,18092 +"56431",6932,21787 +"56432",6932,30475 +"56433",6932,33286 +"56434",6932,43998 +"56435",6932,69520 +"56436",6932,84779 +"56437",6932,86220 +"56438",6932,90025 +"56439",6932,98130 +"56440",6932,110449 +"56441",6932,116609 +"56442",6933,6957 +"56443",6934,41882 +"56444",6934,59888 +"56445",6935,16655 +"56446",6935,44625 +"56447",6935,65964 +"56448",6936,6959 +"56449",6936,15577 +"56450",6936,19894 +"56451",6936,26764 +"56452",6936,37547 +"56453",6936,40256 +"56454",6936,48191 +"56455",6937,12451 +"56456",6937,41401 +"56457",6937,69232 +"56458",6938,7252 +"56459",6938,9082 +"56460",6938,11563 +"56461",6938,16015 +"56462",6938,20291 +"56463",6938,23847 +"56464",6938,25911 +"56465",6938,25977 +"56466",6938,42813 +"56467",6938,61568 +"56468",6938,69956 +"56469",6938,79642 +"56470",6938,81268 +"56471",6938,94296 +"56472",6938,101143 +"56473",6938,101168 +"56474",6938,101169 +"56475",6938,101206 +"56476",6939,17860 +"56477",6939,47679 +"56478",6939,88908 +"56479",6939,108642 +"56480",6939,114161 +"56481",6939,114905 +"56482",6940,7921 +"56483",6940,8885 +"56484",6940,9113 +"56485",6940,9117 +"56486",6940,9129 +"56487",6940,9145 +"56488",6940,9148 +"56489",6940,9156 +"56490",6940,9172 +"56491",6940,9176 +"56492",6940,9184 +"56493",6940,9291 +"56494",6940,9292 +"56495",6940,11161 +"56496",6940,50495 +"56497",6940,97323 +"56498",6941,18685 +"56499",6941,20284 +"56500",6941,24512 +"56501",6941,27278 +"56502",6941,27885 +"56503",6941,46199 +"56504",6941,51575 +"56505",6941,53840 +"56506",6941,57201 +"56507",6941,57714 +"56508",6941,60523 +"56509",6941,96381 +"56510",6942,17086 +"56511",6942,33010 +"56512",6942,48238 +"56513",6942,62420 +"56514",6942,63513 +"56515",6942,81210 +"56516",6942,107302 +"56517",6942,110938 +"56518",6942,118482 +"56519",6943,12627 +"56520",6943,13378 +"56521",6943,27797 +"56522",6943,28161 +"56523",6943,28796 +"56524",6943,42970 +"56525",6943,48294 +"56526",6943,50052 +"56527",6943,58506 +"56528",6943,64355 +"56529",6943,64425 +"56530",6944,6960 +"56531",6944,6977 +"56532",6944,6989 +"56533",6944,8402 +"56534",6944,9080 +"56535",6944,10807 +"56536",6944,11216 +"56537",6944,12932 +"56538",6944,21375 +"56539",6944,22117 +"56540",6944,28181 +"56541",6944,29721 +"56542",6944,55297 +"56543",6944,63072 +"56544",6944,82185 +"56545",6945,6992 +"56546",6945,7202 +"56547",6945,7203 +"56548",6945,7204 +"56549",6945,7215 +"56550",6945,8094 +"56551",6945,8629 +"56552",6945,10613 +"56553",6945,13779 +"56554",6945,17026 +"56555",6946,45859 +"56556",6946,47703 +"56557",6946,105824 +"56558",6946,112748 +"56559",6946,121871 +"56560",6947,7019 +"56561",6947,7022 +"56562",6948,67429 +"56563",6948,69757 +"56564",6948,100049 +"56565",6948,100051 +"56566",6948,101501 +"56567",6948,114031 +"56568",6948,120127 +"56569",6949,96187 +"56570",6950,7147 +"56571",6950,7288 +"56572",6950,7300 +"56573",6950,93653 +"56574",6950,117942 +"56575",6950,117960 +"56576",6951,7238 +"56577",6951,48709 +"56578",6951,67156 +"56579",6951,68831 +"56580",6951,94088 +"56581",6951,94138 +"56582",6951,109181 +"56583",6952,6953 +"56584",6952,10073 +"56585",6952,10117 +"56586",6952,11376 +"56587",6952,32582 +"56588",6952,83658 +"56589",6952,115093 +"56590",6953,10073 +"56591",6953,11206 +"56592",6953,12481 +"56593",6953,13264 +"56594",6953,22905 +"56595",6953,22977 +"56596",6953,27981 +"56597",6953,56138 +"56598",6953,63725 +"56599",6953,75967 +"56600",6953,84301 +"56601",6953,88173 +"56602",6953,88446 +"56603",6953,88469 +"56604",6953,89209 +"56605",6953,89230 +"56606",6954,22398 +"56607",6954,25264 +"56608",6954,28002 +"56609",6954,39261 +"56610",6954,42872 +"56611",6954,54183 +"56612",6954,82732 +"56613",6954,85318 +"56614",6954,86499 +"56615",6954,112335 +"56616",6955,26659 +"56617",6955,46940 +"56618",6955,83925 +"56619",6955,85395 +"56620",6955,96331 +"56621",6955,105717 +"56622",6955,109706 +"56623",6956,7243 +"56624",6956,22775 +"56625",6956,38050 +"56626",6956,51123 +"56627",6957,55481 +"56628",6958,36201 +"56629",6958,36287 +"56630",6958,36350 +"56631",6958,90829 +"56632",6958,95819 +"56633",6959,9832 +"56634",6959,15577 +"56635",6959,23969 +"56636",6959,30777 +"56637",6959,37547 +"56638",6959,39855 +"56639",6959,44387 +"56640",6959,49017 +"56641",6959,70688 +"56642",6959,70733 +"56643",6959,86033 +"56644",6959,102965 +"56645",6959,109025 +"56646",6960,6989 +"56647",6960,8402 +"56648",6960,22117 +"56649",6960,22353 +"56650",6960,40335 +"56651",6960,52025 +"56652",6960,90697 +"56653",6960,99081 +"56654",6960,101435 +"56655",6961,10265 +"56656",6961,21093 +"56657",6961,21666 +"56658",6961,21969 +"56659",6961,24268 +"56660",6961,24409 +"56661",6961,32384 +"56662",6961,50923 +"56663",6961,51273 +"56664",6961,57879 +"56665",6961,59395 +"56666",6961,81502 +"56667",6961,88266 +"56668",6961,89020 +"56669",6961,103190 +"56670",6961,113721 +"56671",6962,32278 +"56672",6962,68625 +"56673",6963,36295 +"56674",6963,39999 +"56675",6963,63429 +"56676",6963,70469 +"56677",6963,106536 +"56678",6964,22800 +"56679",6964,40201 +"56680",6964,70042 +"56681",6964,70078 +"56682",6965,8976 +"56683",6965,10451 +"56684",6965,13671 +"56685",6965,15207 +"56686",6965,15495 +"56687",6965,17657 +"56688",6965,18550 +"56689",6965,21650 +"56690",6965,22351 +"56691",6965,25031 +"56692",6965,26216 +"56693",6965,28093 +"56694",6965,28353 +"56695",6965,29019 +"56696",6965,29026 +"56697",6965,32413 +"56698",6965,34614 +"56699",6965,34631 +"56700",6965,34668 +"56701",6965,35983 +"56702",6965,38270 +"56703",6965,40113 +"56704",6965,42289 +"56705",6965,48281 +"56706",6965,48380 +"56707",6965,50662 +"56708",6965,51440 +"56709",6965,56216 +"56710",6965,59615 +"56711",6965,62679 +"56712",6965,63105 +"56713",6965,67588 +"56714",6965,68001 +"56715",6965,68475 +"56716",6965,68917 +"56717",6965,69296 +"56718",6965,70774 +"56719",6965,71106 +"56720",6965,73655 +"56721",6965,75767 +"56722",6965,76046 +"56723",6965,76459 +"56724",6965,76808 +"56725",6965,77727 +"56726",6965,78224 +"56727",6965,79222 +"56728",6965,80967 +"56729",6965,82978 +"56730",6965,83306 +"56731",6965,85027 +"56732",6965,88412 +"56733",6965,90275 +"56734",6965,90426 +"56735",6965,91112 +"56736",6965,91526 +"56737",6965,93425 +"56738",6965,93523 +"56739",6965,94520 +"56740",6965,95954 +"56741",6965,99544 +"56742",6965,99547 +"56743",6965,99554 +"56744",6965,100595 +"56745",6965,100739 +"56746",6965,100819 +"56747",6965,101898 +"56748",6965,101988 +"56749",6965,102146 +"56750",6965,102201 +"56751",6965,102309 +"56752",6965,102635 +"56753",6965,102730 +"56754",6965,102846 +"56755",6965,103790 +"56756",6965,104095 +"56757",6965,104574 +"56758",6965,104784 +"56759",6965,104845 +"56760",6965,105049 +"56761",6965,107269 +"56762",6965,107623 +"56763",6965,107714 +"56764",6965,107879 +"56765",6965,107975 +"56766",6965,112501 +"56767",6965,115610 +"56768",6965,115616 +"56769",6965,115617 +"56770",6965,120506 +"56771",6966,11373 +"56772",6967,32416 +"56773",6967,113672 +"56774",6968,7798 +"56775",6968,8613 +"56776",6968,9391 +"56777",6968,9594 +"56778",6968,9826 +"56779",6968,13841 +"56780",6968,14544 +"56781",6968,15690 +"56782",6968,16287 +"56783",6968,18971 +"56784",6968,22702 +"56785",6968,24512 +"56786",6968,25568 +"56787",6968,26076 +"56788",6968,41566 +"56789",6968,60923 +"56790",6968,64413 +"56791",6968,74035 +"56792",6968,75523 +"56793",6969,6990 +"56794",6969,21692 +"56795",6969,55476 +"56796",6969,87617 +"56797",6970,19943 +"56798",6970,30328 +"56799",6970,41215 +"56800",6970,73930 +"56801",6971,9645 +"56802",6971,9828 +"56803",6971,11602 +"56804",6971,13820 +"56805",6971,21068 +"56806",6971,24686 +"56807",6971,25246 +"56808",6971,25499 +"56809",6971,25540 +"56810",6971,25556 +"56811",6971,25598 +"56812",6971,29414 +"56813",6971,35729 +"56814",6971,37444 +"56815",6971,60136 +"56816",6971,68219 +"56817",6971,86076 +"56818",6971,87098 +"56819",6971,97516 +"56820",6971,104813 +"56821",6972,6978 +"56822",6972,22443 +"56823",6972,90690 +"56824",6973,8445 +"56825",6973,11001 +"56826",6973,11303 +"56827",6973,11381 +"56828",6973,11506 +"56829",6973,13172 +"56830",6973,13445 +"56831",6973,16473 +"56832",6973,16552 +"56833",6973,18943 +"56834",6973,23556 +"56835",6973,27008 +"56836",6973,32704 +"56837",6973,33853 +"56838",6973,35906 +"56839",6973,44801 +"56840",6973,46951 +"56841",6973,56338 +"56842",6973,66911 +"56843",6973,71962 +"56844",6973,73021 +"56845",6973,77572 +"56846",6973,81489 +"56847",6973,90990 +"56848",6973,94378 +"56849",6973,99799 +"56850",6973,117557 +"56851",6974,20261 +"56852",6974,38284 +"56853",6974,75498 +"56854",6974,118443 +"56855",6975,6976 +"56856",6975,15762 +"56857",6975,47337 +"56858",6976,15762 +"56859",6976,17607 +"56860",6976,29115 +"56861",6976,35471 +"56862",6976,35481 +"56863",6976,53179 +"56864",6976,62726 +"56865",6976,68120 +"56866",6976,70605 +"56867",6976,87352 +"56868",6976,92194 +"56869",6977,6989 +"56870",6977,11535 +"56871",6977,13321 +"56872",6977,13470 +"56873",6977,15879 +"56874",6977,21383 +"56875",6977,21455 +"56876",6977,21593 +"56877",6977,22116 +"56878",6977,27390 +"56879",6977,41435 +"56880",6977,42695 +"56881",6977,42802 +"56882",6977,44549 +"56883",6977,71851 +"56884",6977,72955 +"56885",6977,73300 +"56886",6977,76286 +"56887",6977,78833 +"56888",6977,96428 +"56889",6979,8248 +"56890",6979,11699 +"56891",6979,29343 +"56892",6979,42331 +"56893",6979,53825 +"56894",6979,79068 +"56895",6980,7607 +"56896",6980,13200 +"56897",6980,15830 +"56898",6980,24368 +"56899",6980,31370 +"56900",6980,31898 +"56901",6980,32031 +"56902",6980,38297 +"56903",6980,40023 +"56904",6980,66272 +"56905",6980,66274 +"56906",6980,72718 +"56907",6981,15964 +"56908",6981,86802 +"56909",6982,7009 +"56910",6982,7099 +"56911",6982,10194 +"56912",6982,10997 +"56913",6982,14103 +"56914",6982,14723 +"56915",6982,19337 +"56916",6982,22311 +"56917",6982,28982 +"56918",6982,43368 +"56919",6982,64892 +"56920",6982,78676 +"56921",6982,94139 +"56922",6982,108497 +"56923",6983,11271 +"56924",6983,11272 +"56925",6983,11315 +"56926",6983,11316 +"56927",6983,15545 +"56928",6983,17945 +"56929",6983,18816 +"56930",6983,20256 +"56931",6983,22295 +"56932",6983,39435 +"56933",6983,44074 +"56934",6983,47203 +"56935",6983,47208 +"56936",6983,47375 +"56937",6983,65636 +"56938",6983,69413 +"56939",6984,16991 +"56940",6986,13061 +"56941",6986,15827 +"56942",6986,19035 +"56943",6986,22612 +"56944",6986,22613 +"56945",6986,22771 +"56946",6986,22774 +"56947",6986,24911 +"56948",6986,35730 +"56949",6986,35890 +"56950",6986,49682 +"56951",6986,53094 +"56952",6986,71373 +"56953",6986,85006 +"56954",6986,85021 +"56955",6986,85046 +"56956",6986,85305 +"56957",6986,92697 +"56958",6987,29643 +"56959",6987,30448 +"56960",6987,39262 +"56961",6987,68842 +"56962",6987,87278 +"56963",6987,104350 +"56964",6987,116204 +"56965",6988,13554 +"56966",6988,26659 +"56967",6988,34786 +"56968",6988,37457 +"56969",6988,58877 +"56970",6988,73071 +"56971",6988,80219 +"56972",6988,81159 +"56973",6988,91967 +"56974",6988,104619 +"56975",6988,107091 +"56976",6988,119549 +"56977",6988,120681 +"56978",6988,120750 +"56979",6988,123375 +"56980",6989,8402 +"56981",6989,11284 +"56982",6989,18177 +"56983",6989,22117 +"56984",6989,36593 +"56985",6989,40335 +"56986",6989,45982 +"56987",6989,52168 +"56988",6989,81787 +"56989",6989,89199 +"56990",6991,10908 +"56991",6991,14064 +"56992",6991,16403 +"56993",6991,18855 +"56994",6991,19340 +"56995",6991,25718 +"56996",6991,32303 +"56997",6991,37766 +"56998",6991,42115 +"56999",6991,45100 +"57000",6991,48892 +"57001",6991,61330 +"57002",6991,62817 +"57003",6991,81392 +"57004",6991,85846 +"57005",6991,91214 +"57006",6991,95044 +"57007",6991,97113 +"57008",6991,107993 +"57009",6991,117975 +"57010",6991,117987 +"57011",6992,7995 +"57012",6992,8568 +"57013",6992,10208 +"57014",6992,10898 +"57015",6992,12445 +"57016",6992,15034 +"57017",6992,17026 +"57018",6992,35873 +"57019",6992,37492 +"57020",6992,37526 +"57021",6992,69880 +"57022",6992,74187 +"57023",6992,78418 +"57024",6992,92377 +"57025",6992,92674 +"57026",6992,116052 +"57027",6993,7207 +"57028",6993,12017 +"57029",6993,99310 +"57030",6994,7786 +"57031",6994,8121 +"57032",6994,15412 +"57033",6994,19341 +"57034",6994,23397 +"57035",6994,24499 +"57036",6994,24583 +"57037",6994,27299 +"57038",6994,31352 +"57039",6994,38214 +"57040",6994,47966 +"57041",6994,76630 +"57042",6994,76631 +"57043",6995,13662 +"57044",6995,20320 +"57045",6995,47249 +"57046",6995,70571 +"57047",6996,23333 +"57048",6996,53293 +"57049",6996,69153 +"57050",6996,77104 +"57051",6997,44781 +"57052",6997,57038 +"57053",6998,34114 +"57054",6998,36801 +"57055",6998,60624 +"57056",6998,63154 +"57057",6998,64747 +"57058",6998,75386 +"57059",6998,84007 +"57060",6999,7310 +"57061",6999,9648 +"57062",6999,9662 +"57063",6999,15281 +"57064",6999,26856 +"57065",6999,35278 +"57066",6999,35317 +"57067",6999,42407 +"57068",6999,44278 +"57069",6999,77633 +"57070",7000,7048 +"57071",7000,37342 +"57072",7001,16140 +"57073",7001,25139 +"57074",7001,35674 +"57075",7001,48885 +"57076",7001,50184 +"57077",7001,50660 +"57078",7001,69564 +"57079",7001,69631 +"57080",7002,32075 +"57081",7002,61111 +"57082",7003,11082 +"57083",7003,27130 +"57084",7003,35658 +"57085",7003,36374 +"57086",7003,60538 +"57087",7003,90569 +"57088",7003,90708 +"57089",7003,119416 +"57090",7004,8010 +"57091",7004,15039 +"57092",7004,23781 +"57093",7004,27685 +"57094",7004,35493 +"57095",7004,36346 +"57096",7004,37807 +"57097",7004,42131 +"57098",7004,48291 +"57099",7004,48867 +"57100",7004,52050 +"57101",7004,54307 +"57102",7004,59067 +"57103",7004,93407 +"57104",7005,7050 +"57105",7005,7051 +"57106",7005,7053 +"57107",7005,7081 +"57108",7005,7088 +"57109",7006,7751 +"57110",7006,47661 +"57111",7006,64285 +"57112",7007,7015 +"57113",7007,7061 +"57114",7007,7279 +"57115",7007,7845 +"57116",7008,8409 +"57117",7008,11938 +"57118",7008,14766 +"57119",7008,14844 +"57120",7008,20209 +"57121",7008,27394 +"57122",7008,29557 +"57123",7008,32556 +"57124",7008,32680 +"57125",7008,32682 +"57126",7008,33704 +"57127",7008,33705 +"57128",7008,66947 +"57129",7008,66955 +"57130",7008,67141 +"57131",7008,76738 +"57132",7008,78498 +"57133",7008,79850 +"57134",7008,94687 +"57135",7008,101534 +"57136",7009,7099 +"57137",7009,97011 +"57138",7010,47647 +"57139",7010,52947 +"57140",7010,55995 +"57141",7011,23757 +"57142",7011,38354 +"57143",7011,82791 +"57144",7011,87676 +"57145",7011,87688 +"57146",7011,89628 +"57147",7011,89658 +"57148",7011,107442 +"57149",7011,114332 +"57150",7012,7045 +"57151",7012,7048 +"57152",7012,7049 +"57153",7012,9807 +"57154",7012,25974 +"57155",7012,36974 +"57156",7012,47672 +"57157",7013,15844 +"57158",7013,20500 +"57159",7013,42409 +"57160",7013,57979 +"57161",7014,7852 +"57162",7014,8726 +"57163",7014,15647 +"57164",7014,23124 +"57165",7014,30241 +"57166",7014,42552 +"57167",7014,49908 +"57168",7014,51430 +"57169",7014,56311 +"57170",7014,72617 +"57171",7014,72660 +"57172",7014,72662 +"57173",7015,7061 +"57174",7015,7279 +"57175",7015,7845 +"57176",7016,7058 +"57177",7016,11809 +"57178",7016,13496 +"57179",7016,61585 +"57180",7016,87882 +"57181",7017,7062 +"57182",7017,54891 +"57183",7018,10717 +"57184",7018,13683 +"57185",7018,17015 +"57186",7018,20569 +"57187",7018,33471 +"57188",7018,41845 +"57189",7018,45007 +"57190",7018,50324 +"57191",7018,50344 +"57192",7018,89793 +"57193",7018,101809 +"57194",7019,7022 +"57195",7020,80056 +"57196",7020,105047 +"57197",7021,7064 +"57198",7022,38215 +"57199",7022,64309 +"57200",7023,25473 +"57201",7023,26344 +"57202",7023,26345 +"57203",7023,32811 +"57204",7023,48260 +"57205",7023,61979 +"57206",7023,67505 +"57207",7023,78256 +"57208",7023,82696 +"57209",7023,84505 +"57210",7023,94650 +"57211",7023,105638 +"57212",7024,12725 +"57213",7024,18393 +"57214",7024,24286 +"57215",7024,30494 +"57216",7024,32633 +"57217",7024,33241 +"57218",7024,33356 +"57219",7024,33433 +"57220",7024,35251 +"57221",7024,50311 +"57222",7024,78838 +"57223",7024,78932 +"57224",7025,37273 +"57225",7026,8417 +"57226",7026,12619 +"57227",7026,13863 +"57228",7026,21083 +"57229",7026,25210 +"57230",7026,25211 +"57231",7026,25279 +"57232",7026,25280 +"57233",7026,25480 +"57234",7026,25699 +"57235",7026,25749 +"57236",7026,25786 +"57237",7026,25808 +"57238",7026,25896 +"57239",7027,53357 +"57240",7027,58596 +"57241",7027,62866 +"57242",7027,62892 +"57243",7027,83120 +"57244",7027,87692 +"57245",7027,115007 +"57246",7027,117011 +"57247",7028,7056 +"57248",7028,7406 +"57249",7028,7410 +"57250",7028,7429 +"57251",7028,7439 +"57252",7028,23252 +"57253",7028,34692 +"57254",7028,45060 +"57255",7028,47591 +"57256",7028,48540 +"57257",7028,101774 +"57258",7028,101856 +"57259",7029,13205 +"57260",7029,20076 +"57261",7029,27195 +"57262",7029,28640 +"57263",7029,29263 +"57264",7029,56232 +"57265",7029,56845 +"57266",7029,65609 +"57267",7029,85631 +"57268",7029,121905 +"57269",7030,7129 +"57270",7030,7144 +"57271",7030,24719 +"57272",7030,25755 +"57273",7031,22970 +"57274",7031,31222 +"57275",7031,48021 +"57276",7031,69965 +"57277",7032,7414 +"57278",7032,8618 +"57279",7033,24394 +"57280",7033,39209 +"57281",7033,60241 +"57282",7033,70233 +"57283",7033,99961 +"57284",7033,108193 +"57285",7033,118083 +"57286",7033,121052 +"57287",7033,121057 +"57288",7034,7654 +"57289",7034,17729 +"57290",7034,21208 +"57291",7034,23216 +"57292",7034,23928 +"57293",7034,23947 +"57294",7034,25816 +"57295",7034,28468 +"57296",7034,40235 +"57297",7034,41453 +"57298",7034,41535 +"57299",7034,41562 +"57300",7034,57129 +"57301",7034,72419 +"57302",7035,7073 +"57303",7035,19633 +"57304",7036,9872 +"57305",7037,7067 +"57306",7037,10251 +"57307",7037,28549 +"57308",7038,7093 +"57309",7038,52661 +"57310",7038,90975 +"57311",7038,107529 +"57312",7039,19218 +"57313",7039,24031 +"57314",7039,24161 +"57315",7040,77786 +"57316",7040,81731 +"57317",7040,83870 +"57318",7040,89883 +"57319",7040,118811 +"57320",7041,9175 +"57321",7041,9845 +"57322",7041,89197 +"57323",7042,9160 +"57324",7042,23697 +"57325",7042,25931 +"57326",7042,33153 +"57327",7042,44485 +"57328",7042,44516 +"57329",7042,44561 +"57330",7042,49129 +"57331",7042,52576 +"57332",7043,39578 +"57333",7043,39579 +"57334",7043,39610 +"57335",7043,39612 +"57336",7043,39631 +"57337",7043,39754 +"57338",7044,13412 +"57339",7045,7048 +"57340",7045,7049 +"57341",7045,8601 +"57342",7045,21548 +"57343",7045,23504 +"57344",7045,36492 +"57345",7045,40933 +"57346",7045,78386 +"57347",7046,61315 +"57348",7046,86818 +"57349",7047,20760 +"57350",7047,55873 +"57351",7047,55904 +"57352",7047,83627 +"57353",7047,90445 +"57354",7047,91471 +"57355",7047,106234 +"57356",7048,7049 +"57357",7048,14850 +"57358",7048,16027 +"57359",7048,20414 +"57360",7048,27394 +"57361",7048,35017 +"57362",7048,37342 +"57363",7048,37421 +"57364",7049,7411 +"57365",7049,7444 +"57366",7049,8137 +"57367",7049,8601 +"57368",7049,9174 +"57369",7049,10957 +"57370",7049,11815 +"57371",7049,11816 +"57372",7049,11831 +"57373",7049,11847 +"57374",7049,11848 +"57375",7049,11882 +"57376",7049,11895 +"57377",7049,11918 +"57378",7049,11938 +"57379",7049,11981 +"57380",7049,12060 +"57381",7049,12061 +"57382",7049,12079 +"57383",7049,17682 +"57384",7049,19576 +"57385",7049,20778 +"57386",7049,23504 +"57387",7049,29319 +"57388",7049,29557 +"57389",7049,36492 +"57390",7049,40933 +"57391",7049,49353 +"57392",7049,54907 +"57393",7049,55720 +"57394",7049,55752 +"57395",7049,68725 +"57396",7049,76434 +"57397",7049,77909 +"57398",7049,81292 +"57399",7049,81308 +"57400",7049,90309 +"57401",7049,94131 +"57402",7050,7051 +"57403",7050,7053 +"57404",7050,7081 +"57405",7050,7088 +"57406",7051,7053 +"57407",7051,7081 +"57408",7051,7088 +"57409",7052,7091 +"57410",7052,12632 +"57411",7052,18275 +"57412",7052,20544 +"57413",7052,21740 +"57414",7052,22873 +"57415",7052,23099 +"57416",7052,25578 +"57417",7052,30096 +"57418",7052,30526 +"57419",7052,30727 +"57420",7052,30840 +"57421",7052,50720 +"57422",7052,70175 +"57423",7052,78728 +"57424",7053,7081 +"57425",7053,7088 +"57426",7054,7257 +"57427",7054,19001 +"57428",7054,50447 +"57429",7054,58711 +"57430",7054,71664 +"57431",7054,95347 +"57432",7054,108151 +"57433",7055,15002 +"57434",7055,15416 +"57435",7055,16630 +"57436",7055,21148 +"57437",7055,24916 +"57438",7055,24928 +"57439",7055,33251 +"57440",7055,38263 +"57441",7055,43481 +"57442",7055,69455 +"57443",7055,81065 +"57444",7055,85392 +"57445",7055,92465 +"57446",7055,96600 +"57447",7056,7406 +"57448",7056,7410 +"57449",7056,7429 +"57450",7056,7439 +"57451",7056,22379 +"57452",7056,22840 +"57453",7056,23252 +"57454",7056,23460 +"57455",7056,25084 +"57456",7056,29266 +"57457",7056,47591 +"57458",7056,52692 +"57459",7056,70140 +"57460",7056,101463 +"57461",7056,106426 +"57462",7057,58478 +"57463",7058,8349 +"57464",7058,13101 +"57465",7058,13806 +"57466",7058,13921 +"57467",7058,15070 +"57468",7058,18834 +"57469",7058,27762 +"57470",7058,31292 +"57471",7058,32062 +"57472",7058,37172 +"57473",7058,37978 +"57474",7058,38917 +"57475",7058,40239 +"57476",7058,40662 +"57477",7058,43726 +"57478",7058,44150 +"57479",7058,44157 +"57480",7058,44235 +"57481",7058,44255 +"57482",7058,44594 +"57483",7058,46684 +"57484",7058,46714 +"57485",7058,52100 +"57486",7058,87982 +"57487",7059,7191 +"57488",7059,7462 +"57489",7060,61818 +"57490",7060,62209 +"57491",7060,76485 +"57492",7060,78463 +"57493",7060,117491 +"57494",7060,117492 +"57495",7061,7279 +"57496",7061,7845 +"57497",7061,66435 +"57498",7062,16940 +"57499",7062,81503 +"57500",7062,96592 +"57501",7063,7371 +"57502",7063,10079 +"57503",7063,14529 +"57504",7063,15841 +"57505",7063,16946 +"57506",7063,17013 +"57507",7063,19718 +"57508",7063,19975 +"57509",7063,20407 +"57510",7063,21133 +"57511",7063,21682 +"57512",7063,22658 +"57513",7063,24326 +"57514",7063,24429 +"57515",7063,26406 +"57516",7063,28808 +"57517",7063,29538 +"57518",7063,31951 +"57519",7063,32940 +"57520",7063,33960 +"57521",7063,35692 +"57522",7063,41713 +"57523",7063,44103 +"57524",7063,46621 +"57525",7063,50179 +"57526",7063,60088 +"57527",7063,61785 +"57528",7063,65395 +"57529",7063,71983 +"57530",7063,74659 +"57531",7063,77612 +"57532",7063,79436 +"57533",7063,81250 +"57534",7063,83578 +"57535",7063,84607 +"57536",7063,88077 +"57537",7063,88155 +"57538",7063,88232 +"57539",7063,88237 +"57540",7063,88462 +"57541",7063,91411 +"57542",7063,94386 +"57543",7063,96144 +"57544",7063,96146 +"57545",7063,103452 +"57546",7063,104021 +"57547",7063,106271 +"57548",7063,114136 +"57549",7063,122346 +"57550",7063,122354 +"57551",7063,122362 +"57552",7064,7768 +"57553",7064,11655 +"57554",7064,15876 +"57555",7064,16540 +"57556",7064,17520 +"57557",7064,17582 +"57558",7064,33158 +"57559",7064,38921 +"57560",7064,42264 +"57561",7064,45125 +"57562",7064,47268 +"57563",7064,47323 +"57564",7064,47351 +"57565",7064,47535 +"57566",7064,47562 +"57567",7064,47623 +"57568",7064,47624 +"57569",7064,49025 +"57570",7064,50252 +"57571",7065,14158 +"57572",7065,69690 +"57573",7065,120930 +"57574",7066,16221 +"57575",7066,20292 +"57576",7066,20500 +"57577",7066,21570 +"57578",7066,26892 +"57579",7066,27278 +"57580",7066,27608 +"57581",7066,27885 +"57582",7066,28805 +"57583",7066,35649 +"57584",7066,47532 +"57585",7066,49019 +"57586",7066,51247 +"57587",7066,51575 +"57588",7066,56700 +"57589",7066,60811 +"57590",7066,61699 +"57591",7066,105536 +"57592",7068,10668 +"57593",7068,10717 +"57594",7068,14161 +"57595",7068,16169 +"57596",7068,81094 +"57597",7070,13360 +"57598",7070,20984 +"57599",7070,21013 +"57600",7070,24621 +"57601",7070,31578 +"57602",7070,36624 +"57603",7070,38069 +"57604",7070,38115 +"57605",7071,8637 +"57606",7071,12824 +"57607",7071,25188 +"57608",7071,25239 +"57609",7071,33572 +"57610",7071,46346 +"57611",7071,46440 +"57612",7071,49267 +"57613",7071,52195 +"57614",7071,78287 +"57615",7071,85540 +"57616",7071,88479 +"57617",7071,94369 +"57618",7071,104497 +"57619",7071,119953 +"57620",7071,119957 +"57621",7072,7296 +"57622",7072,11339 +"57623",7072,34483 +"57624",7072,34539 +"57625",7072,35448 +"57626",7072,35473 +"57627",7072,36059 +"57628",7072,56748 +"57629",7072,57023 +"57630",7072,69333 +"57631",7072,70561 +"57632",7072,72894 +"57633",7074,7285 +"57634",7075,23966 +"57635",7075,32744 +"57636",7075,32863 +"57637",7075,64526 +"57638",7075,78588 +"57639",7075,88365 +"57640",7075,97850 +"57641",7076,19773 +"57642",7076,55435 +"57643",7077,11033 +"57644",7078,15190 +"57645",7078,16747 +"57646",7078,19528 +"57647",7078,20021 +"57648",7078,24346 +"57649",7078,26141 +"57650",7078,26608 +"57651",7078,31968 +"57652",7078,32008 +"57653",7078,34327 +"57654",7078,35542 +"57655",7078,60786 +"57656",7078,60996 +"57657",7078,88086 +"57658",7079,15711 +"57659",7079,27547 +"57660",7079,27558 +"57661",7079,27560 +"57662",7079,27623 +"57663",7079,27635 +"57664",7079,27668 +"57665",7080,7830 +"57666",7080,8997 +"57667",7080,14476 +"57668",7080,23554 +"57669",7080,33201 +"57670",7080,43226 +"57671",7080,50604 +"57672",7080,56266 +"57673",7080,65362 +"57674",7080,70040 +"57675",7080,70063 +"57676",7080,82845 +"57677",7080,99807 +"57678",7080,106679 +"57679",7081,7088 +"57680",7081,28217 +"57681",7081,73196 +"57682",7081,74136 +"57683",7081,74137 +"57684",7081,74546 +"57685",7082,9421 +"57686",7082,9606 +"57687",7082,14681 +"57688",7082,15808 +"57689",7082,28391 +"57690",7082,29925 +"57691",7082,32929 +"57692",7082,33431 +"57693",7082,34158 +"57694",7082,40095 +"57695",7082,51620 +"57696",7082,52294 +"57697",7082,52378 +"57698",7083,29199 +"57699",7083,35558 +"57700",7084,7182 +"57701",7084,7929 +"57702",7084,19593 +"57703",7084,20931 +"57704",7084,21566 +"57705",7084,24123 +"57706",7084,27425 +"57707",7084,31213 +"57708",7084,33814 +"57709",7084,36454 +"57710",7084,42799 +"57711",7084,56903 +"57712",7084,74818 +"57713",7084,86852 +"57714",7084,92270 +"57715",7084,105484 +"57716",7085,9270 +"57717",7085,9272 +"57718",7085,9505 +"57719",7085,11913 +"57720",7085,12428 +"57721",7085,12807 +"57722",7085,13142 +"57723",7085,16689 +"57724",7085,19036 +"57725",7085,19391 +"57726",7085,23075 +"57727",7085,25606 +"57728",7085,28530 +"57729",7085,30258 +"57730",7085,38185 +"57731",7085,38683 +"57732",7085,40245 +"57733",7085,43226 +"57734",7085,44655 +"57735",7085,44973 +"57736",7085,46177 +"57737",7085,47048 +"57738",7085,48110 +"57739",7085,56142 +"57740",7085,58508 +"57741",7085,59731 +"57742",7085,62642 +"57743",7085,68091 +"57744",7085,69335 +"57745",7085,75245 +"57746",7085,75776 +"57747",7085,75956 +"57748",7085,76387 +"57749",7085,78978 +"57750",7085,79212 +"57751",7085,79241 +"57752",7085,79579 +"57753",7085,80239 +"57754",7085,80301 +"57755",7085,81397 +"57756",7085,88340 +"57757",7085,88749 +"57758",7085,89069 +"57759",7085,89373 +"57760",7085,89995 +"57761",7085,90919 +"57762",7085,90936 +"57763",7085,92861 +"57764",7085,93097 +"57765",7085,94231 +"57766",7085,95489 +"57767",7085,96247 +"57768",7085,96363 +"57769",7085,97898 +"57770",7085,107254 +"57771",7085,113668 +"57772",7087,19149 +"57773",7089,22828 +"57774",7089,30688 +"57775",7089,56014 +"57776",7089,56549 +"57777",7089,115849 +"57778",7090,8587 +"57779",7090,10462 +"57780",7090,21035 +"57781",7090,22755 +"57782",7090,50865 +"57783",7090,84556 +"57784",7091,12563 +"57785",7091,12817 +"57786",7091,18275 +"57787",7091,18870 +"57788",7091,19614 +"57789",7091,21740 +"57790",7091,25155 +"57791",7091,27369 +"57792",7091,30096 +"57793",7091,39009 +"57794",7091,50720 +"57795",7091,51750 +"57796",7091,58483 +"57797",7091,76123 +"57798",7091,78728 +"57799",7091,84149 +"57800",7091,85525 +"57801",7092,9505 +"57802",7093,11241 +"57803",7093,17067 +"57804",7093,20393 +"57805",7093,27381 +"57806",7093,28772 +"57807",7093,54166 +"57808",7093,88196 +"57809",7094,67895 +"57810",7095,13270 +"57811",7095,16423 +"57812",7095,17086 +"57813",7095,21811 +"57814",7095,30015 +"57815",7095,30519 +"57816",7095,42962 +"57817",7096,7308 +"57818",7096,7502 +"57819",7096,14556 +"57820",7096,32388 +"57821",7096,51334 +"57822",7096,74000 +"57823",7096,86976 +"57824",7097,9256 +"57825",7097,24789 +"57826",7098,32312 +"57827",7099,25786 +"57828",7099,39160 +"57829",7099,45053 +"57830",7099,62743 +"57831",7099,79239 +"57832",7099,83689 +"57833",7099,89647 +"57834",7099,93182 +"57835",7100,9039 +"57836",7100,53922 +"57837",7100,97875 +"57838",7100,97891 +"57839",7101,91695 +"57840",7101,103165 +"57841",7102,58808 +"57842",7102,72142 +"57843",7102,91194 +"57844",7103,15391 +"57845",7103,29030 +"57846",7103,37625 +"57847",7103,39157 +"57848",7103,53771 +"57849",7103,57159 +"57850",7104,62953 +"57851",7104,64096 +"57852",7104,104400 +"57853",7105,12081 +"57854",7105,17642 +"57855",7105,18857 +"57856",7105,20830 +"57857",7105,31117 +"57858",7105,37296 +"57859",7105,38307 +"57860",7105,45311 +"57861",7105,49470 +"57862",7105,60040 +"57863",7105,70536 +"57864",7105,70573 +"57865",7106,7854 +"57866",7107,7172 +"57867",7107,37953 +"57868",7107,46210 +"57869",7107,74387 +"57870",7107,75089 +"57871",7107,95391 +"57872",7108,7785 +"57873",7109,7825 +"57874",7109,7867 +"57875",7109,15620 +"57876",7109,15674 +"57877",7109,17241 +"57878",7109,18151 +"57879",7109,20021 +"57880",7109,29791 +"57881",7109,33338 +"57882",7109,35572 +"57883",7109,35618 +"57884",7109,36780 +"57885",7109,37683 +"57886",7109,43351 +"57887",7109,45727 +"57888",7109,52442 +"57889",7109,57731 +"57890",7109,58319 +"57891",7109,83713 +"57892",7109,111473 +"57893",7110,7827 +"57894",7110,9511 +"57895",7110,19721 +"57896",7110,50624 +"57897",7110,59318 +"57898",7110,74016 +"57899",7110,83773 +"57900",7110,113839 +"57901",7110,114439 +"57902",7110,118825 +"57903",7111,7867 +"57904",7111,10726 +"57905",7111,11863 +"57906",7111,12009 +"57907",7111,15620 +"57908",7111,16747 +"57909",7111,16890 +"57910",7111,17241 +"57911",7111,18151 +"57912",7111,21795 +"57913",7111,28114 +"57914",7111,30022 +"57915",7111,30239 +"57916",7111,34160 +"57917",7111,34206 +"57918",7111,40466 +"57919",7112,7152 +"57920",7112,121862 +"57921",7113,14969 +"57922",7113,18822 +"57923",7113,23492 +"57924",7113,30564 +"57925",7113,32574 +"57926",7113,34002 +"57927",7113,37402 +"57928",7113,37859 +"57929",7113,39906 +"57930",7113,40358 +"57931",7113,45934 +"57932",7113,52951 +"57933",7113,61036 +"57934",7113,80538 +"57935",7113,94069 +"57936",7113,97012 +"57937",7113,99240 +"57938",7113,103193 +"57939",7114,7134 +"57940",7114,7159 +"57941",7114,7161 +"57942",7114,7715 +"57943",7114,8028 +"57944",7114,13150 +"57945",7114,15441 +"57946",7114,20533 +"57947",7114,20667 +"57948",7114,21995 +"57949",7114,22858 +"57950",7114,42280 +"57951",7114,54061 +"57952",7114,63525 +"57953",7114,71945 +"57954",7114,93435 +"57955",7114,97341 +"57956",7114,110171 +"57957",7115,8609 +"57958",7115,9950 +"57959",7115,15561 +"57960",7115,16127 +"57961",7115,18103 +"57962",7115,20061 +"57963",7115,25069 +"57964",7115,35421 +"57965",7115,36781 +"57966",7115,38227 +"57967",7115,45182 +"57968",7115,56807 +"57969",7115,60535 +"57970",7115,82930 +"57971",7116,9895 +"57972",7116,14305 +"57973",7116,14398 +"57974",7116,14429 +"57975",7116,50755 +"57976",7116,57922 +"57977",7116,101716 +"57978",7117,48097 +"57979",7117,55406 +"57980",7117,116729 +"57981",7118,9316 +"57982",7118,24812 +"57983",7118,26710 +"57984",7118,51234 +"57985",7118,65634 +"57986",7118,66756 +"57987",7118,74126 +"57988",7118,106153 +"57989",7118,106165 +"57990",7119,19930 +"57991",7119,27173 +"57992",7119,41159 +"57993",7119,52618 +"57994",7119,57381 +"57995",7119,62967 +"57996",7119,81142 +"57997",7121,9050 +"57998",7121,115132 +"57999",7122,7124 +"58000",7122,7145 +"58001",7122,7164 +"58002",7122,7169 +"58003",7122,7170 +"58004",7122,17907 +"58005",7122,29075 +"58006",7122,31557 +"58007",7122,55294 +"58008",7122,68417 +"58009",7122,75882 +"58010",7122,77196 +"58011",7122,84200 +"58012",7122,85678 +"58013",7123,11361 +"58014",7123,13375 +"58015",7123,41075 +"58016",7123,94734 +"58017",7123,96387 +"58018",7123,97760 +"58019",7123,99492 +"58020",7123,99972 +"58021",7123,107921 +"58022",7123,109029 +"58023",7123,109031 +"58024",7124,7145 +"58025",7124,7164 +"58026",7124,7169 +"58027",7124,7170 +"58028",7124,31557 +"58029",7125,9532 +"58030",7125,16407 +"58031",7125,20142 +"58032",7125,27215 +"58033",7125,32567 +"58034",7125,69427 +"58035",7125,85460 +"58036",7126,7312 +"58037",7126,8909 +"58038",7126,9343 +"58039",7126,9361 +"58040",7126,9377 +"58041",7126,12988 +"58042",7126,21393 +"58043",7126,27154 +"58044",7126,34445 +"58045",7126,41482 +"58046",7126,41570 +"58047",7126,58560 +"58048",7126,59925 +"58049",7126,65074 +"58050",7126,73058 +"58051",7126,80085 +"58052",7126,80895 +"58053",7126,91017 +"58054",7126,106852 +"58055",7126,106857 +"58056",7126,106897 +"58057",7126,106901 +"58058",7127,17197 +"58059",7128,19829 +"58060",7128,31608 +"58061",7129,7144 +"58062",7130,7353 +"58063",7130,9711 +"58064",7130,10933 +"58065",7130,11254 +"58066",7130,19018 +"58067",7130,19061 +"58068",7130,19082 +"58069",7130,19135 +"58070",7130,22865 +"58071",7130,41501 +"58072",7130,43757 +"58073",7130,67311 +"58074",7130,71139 +"58075",7131,7329 +"58076",7131,7764 +"58077",7132,55381 +"58078",7133,7155 +"58079",7133,28316 +"58080",7133,43691 +"58081",7133,81991 +"58082",7133,82082 +"58083",7133,84265 +"58084",7133,98404 +"58085",7133,98405 +"58086",7133,122006 +"58087",7134,7159 +"58088",7134,7161 +"58089",7134,20667 +"58090",7134,22858 +"58091",7134,24948 +"58092",7134,33878 +"58093",7134,33940 +"58094",7134,34070 +"58095",7134,70428 +"58096",7135,8060 +"58097",7135,16202 +"58098",7135,26965 +"58099",7135,37352 +"58100",7135,46066 +"58101",7136,36602 +"58102",7136,44431 +"58103",7136,64019 +"58104",7137,45965 +"58105",7138,7185 +"58106",7138,7657 +"58107",7138,39434 +"58108",7138,60526 +"58109",7139,10366 +"58110",7139,24694 +"58111",7140,7561 +"58112",7140,16726 +"58113",7140,16745 +"58114",7140,21278 +"58115",7140,23466 +"58116",7140,23700 +"58117",7140,23751 +"58118",7140,27372 +"58119",7140,66784 +"58120",7140,66803 +"58121",7141,17670 +"58122",7141,19565 +"58123",7141,19859 +"58124",7141,36520 +"58125",7141,51956 +"58126",7141,62825 +"58127",7141,77037 +"58128",7141,80354 +"58129",7141,82483 +"58130",7141,84843 +"58131",7141,90243 +"58132",7141,90983 +"58133",7141,94486 +"58134",7141,96872 +"58135",7141,110528 +"58136",7141,121924 +"58137",7142,59888 +"58138",7143,7167 +"58139",7143,16550 +"58140",7143,20528 +"58141",7143,20830 +"58142",7143,21734 +"58143",7143,24328 +"58144",7143,26439 +"58145",7143,35380 +"58146",7143,35849 +"58147",7143,41895 +"58148",7143,46023 +"58149",7143,49471 +"58150",7143,67921 +"58151",7143,67933 +"58152",7143,67985 +"58153",7145,7164 +"58154",7145,7169 +"58155",7145,7170 +"58156",7145,18159 +"58157",7145,31557 +"58158",7145,91721 +"58159",7145,91736 +"58160",7146,8012 +"58161",7146,21122 +"58162",7146,21686 +"58163",7146,88200 +"58164",7147,7288 +"58165",7147,7300 +"58166",7148,7791 +"58167",7149,8740 +"58168",7149,8789 +"58169",7149,8794 +"58170",7149,19328 +"58171",7149,22435 +"58172",7149,34550 +"58173",7150,10176 +"58174",7151,7545 +"58175",7151,119376 +"58176",7152,14807 +"58177",7152,20112 +"58178",7152,41302 +"58179",7152,50915 +"58180",7152,51049 +"58181",7152,59177 +"58182",7152,63392 +"58183",7152,70111 +"58184",7152,76262 +"58185",7152,103034 +"58186",7153,9758 +"58187",7153,54865 +"58188",7153,79723 +"58189",7153,85819 +"58190",7154,7176 +"58191",7156,12998 +"58192",7156,14423 +"58193",7156,17172 +"58194",7156,17314 +"58195",7156,17706 +"58196",7156,17781 +"58197",7156,18437 +"58198",7156,19798 +"58199",7156,21305 +"58200",7156,21707 +"58201",7156,22597 +"58202",7156,22668 +"58203",7156,22669 +"58204",7156,22683 +"58205",7156,22684 +"58206",7156,36145 +"58207",7156,39332 +"58208",7156,42401 +"58209",7156,58902 +"58210",7156,58917 +"58211",7156,58981 +"58212",7156,67338 +"58213",7156,74844 +"58214",7157,17630 +"58215",7157,51460 +"58216",7157,60838 +"58217",7157,77873 +"58218",7157,77902 +"58219",7157,87861 +"58220",7157,123228 +"58221",7158,55373 +"58222",7158,66322 +"58223",7158,120142 +"58224",7159,7161 +"58225",7159,8817 +"58226",7159,9302 +"58227",7159,11364 +"58228",7159,14293 +"58229",7159,14394 +"58230",7159,14877 +"58231",7159,15441 +"58232",7159,19358 +"58233",7159,20667 +"58234",7159,22756 +"58235",7159,22858 +"58236",7159,24948 +"58237",7159,24989 +"58238",7159,26413 +"58239",7159,27267 +"58240",7159,31897 +"58241",7159,32070 +"58242",7159,33878 +"58243",7159,33940 +"58244",7159,34070 +"58245",7159,40561 +"58246",7159,46568 +"58247",7159,50659 +"58248",7159,54737 +"58249",7159,56168 +"58250",7159,60846 +"58251",7159,69291 +"58252",7159,75047 +"58253",7159,78073 +"58254",7159,79331 +"58255",7159,79417 +"58256",7159,79710 +"58257",7159,79711 +"58258",7159,79720 +"58259",7159,79725 +"58260",7159,79738 +"58261",7159,79748 +"58262",7159,79750 +"58263",7159,79754 +"58264",7159,79758 +"58265",7159,79760 +"58266",7159,79771 +"58267",7159,79780 +"58268",7159,79781 +"58269",7159,79803 +"58270",7160,28954 +"58271",7160,34774 +"58272",7160,83598 +"58273",7160,93680 +"58274",7161,8817 +"58275",7161,9302 +"58276",7161,11364 +"58277",7161,14293 +"58278",7161,14394 +"58279",7161,14877 +"58280",7161,15441 +"58281",7161,19358 +"58282",7161,20667 +"58283",7161,22756 +"58284",7161,22858 +"58285",7161,24948 +"58286",7161,24989 +"58287",7161,25048 +"58288",7161,26413 +"58289",7161,27267 +"58290",7161,31897 +"58291",7161,32070 +"58292",7161,33878 +"58293",7161,33940 +"58294",7161,34070 +"58295",7161,40561 +"58296",7161,46568 +"58297",7161,50659 +"58298",7161,54737 +"58299",7161,56168 +"58300",7161,60846 +"58301",7161,69291 +"58302",7161,78073 +"58303",7161,79331 +"58304",7161,79710 +"58305",7161,79711 +"58306",7161,79720 +"58307",7161,79725 +"58308",7161,79738 +"58309",7161,79748 +"58310",7161,79750 +"58311",7161,79754 +"58312",7161,79758 +"58313",7161,79760 +"58314",7161,79771 +"58315",7161,79780 +"58316",7161,79781 +"58317",7161,79803 +"58318",7161,83064 +"58319",7162,7168 +"58320",7162,10033 +"58321",7162,16876 +"58322",7162,17830 +"58323",7162,21485 +"58324",7162,23581 +"58325",7162,27545 +"58326",7162,34106 +"58327",7162,49640 +"58328",7162,51667 +"58329",7162,63077 +"58330",7162,68828 +"58331",7162,68943 +"58332",7162,74370 +"58333",7162,79074 +"58334",7162,80409 +"58335",7162,93028 +"58336",7162,101579 +"58337",7162,103438 +"58338",7163,18304 +"58339",7163,23651 +"58340",7164,7169 +"58341",7164,7170 +"58342",7164,9412 +"58343",7164,13014 +"58344",7164,31557 +"58345",7164,34404 +"58346",7164,68417 +"58347",7164,80789 +"58348",7164,80798 +"58349",7164,84200 +"58350",7165,12032 +"58351",7165,25206 +"58352",7165,43125 +"58353",7165,49507 +"58354",7165,55286 +"58355",7165,72834 +"58356",7165,75338 +"58357",7165,108653 +"58358",7166,25979 +"58359",7169,7170 +"58360",7169,31557 +"58361",7170,13153 +"58362",7170,14073 +"58363",7170,14282 +"58364",7170,14283 +"58365",7170,14389 +"58366",7170,31557 +"58367",7170,45006 +"58368",7170,56007 +"58369",7170,57161 +"58370",7170,61893 +"58371",7170,80679 +"58372",7171,81701 +"58373",7171,83053 +"58374",7171,96034 +"58375",7171,99189 +"58376",7171,106362 +"58377",7172,31411 +"58378",7172,40427 +"58379",7172,46210 +"58380",7172,87069 +"58381",7173,26377 +"58382",7173,38399 +"58383",7173,51054 +"58384",7173,54998 +"58385",7173,63165 +"58386",7174,10484 +"58387",7174,10933 +"58388",7174,11185 +"58389",7174,11207 +"58390",7174,12589 +"58391",7174,15893 +"58392",7174,16301 +"58393",7174,16388 +"58394",7174,16652 +"58395",7174,17259 +"58396",7174,18817 +"58397",7174,19398 +"58398",7174,22442 +"58399",7174,22726 +"58400",7174,22859 +"58401",7174,22924 +"58402",7174,25639 +"58403",7174,25837 +"58404",7174,28126 +"58405",7174,30789 +"58406",7174,31001 +"58407",7174,35285 +"58408",7174,37658 +"58409",7174,38118 +"58410",7174,41746 +"58411",7174,42364 +"58412",7174,52339 +"58413",7174,54065 +"58414",7174,62644 +"58415",7174,68555 +"58416",7174,69441 +"58417",7174,77125 +"58418",7174,83406 +"58419",7174,89299 +"58420",7174,90020 +"58421",7174,91698 +"58422",7174,105415 +"58423",7174,118170 +"58424",7175,32412 +"58425",7176,65211 +"58426",7176,74731 +"58427",7176,119103 +"58428",7177,7696 +"58429",7177,26374 +"58430",7177,32124 +"58431",7177,35482 +"58432",7177,36165 +"58433",7178,13823 +"58434",7179,7876 +"58435",7179,12313 +"58436",7179,13483 +"58437",7179,36900 +"58438",7179,45744 +"58439",7179,56994 +"58440",7179,58766 +"58441",7179,61426 +"58442",7179,61458 +"58443",7179,81729 +"58444",7180,21346 +"58445",7180,24270 +"58446",7180,30165 +"58447",7180,45684 +"58448",7180,56348 +"58449",7180,58694 +"58450",7180,63012 +"58451",7180,99215 +"58452",7180,99334 +"58453",7180,105334 +"58454",7180,109213 +"58455",7180,113599 +"58456",7181,13922 +"58457",7181,34260 +"58458",7181,34471 +"58459",7181,45822 +"58460",7181,58122 +"58461",7181,76289 +"58462",7181,76375 +"58463",7182,33814 +"58464",7182,34475 +"58465",7182,35772 +"58466",7182,74818 +"58467",7182,85356 +"58468",7182,96132 +"58469",7183,14560 +"58470",7183,29293 +"58471",7183,43808 +"58472",7183,68736 +"58473",7183,92400 +"58474",7183,92560 +"58475",7183,112265 +"58476",7184,13893 +"58477",7184,13976 +"58478",7184,18972 +"58479",7184,25877 +"58480",7184,36825 +"58481",7184,55625 +"58482",7184,86613 +"58483",7184,86623 +"58484",7185,7429 +"58485",7185,7439 +"58486",7185,9613 +"58487",7185,18854 +"58488",7185,23201 +"58489",7185,29454 +"58490",7185,34692 +"58491",7185,48070 +"58492",7185,51750 +"58493",7185,56499 +"58494",7185,86402 +"58495",7186,11037 +"58496",7186,11077 +"58497",7186,21415 +"58498",7186,25895 +"58499",7186,30852 +"58500",7186,35738 +"58501",7186,37246 +"58502",7186,43694 +"58503",7186,47806 +"58504",7186,48908 +"58505",7186,49734 +"58506",7186,50050 +"58507",7186,53920 +"58508",7186,62116 +"58509",7186,63326 +"58510",7186,68511 +"58511",7187,7426 +"58512",7187,16124 +"58513",7187,46437 +"58514",7187,51632 +"58515",7187,73490 +"58516",7187,81755 +"58517",7187,99266 +"58518",7188,23862 +"58519",7189,8770 +"58520",7189,10205 +"58521",7189,11654 +"58522",7189,14520 +"58523",7189,14578 +"58524",7189,15012 +"58525",7189,17708 +"58526",7189,33390 +"58527",7189,38094 +"58528",7189,62889 +"58529",7189,70437 +"58530",7189,71564 +"58531",7189,71565 +"58532",7189,75020 +"58533",7189,81640 +"58534",7189,83296 +"58535",7189,86337 +"58536",7189,105695 +"58537",7189,105700 +"58538",7189,112798 +"58539",7189,113495 +"58540",7190,26951 +"58541",7190,88812 +"58542",7191,7462 +"58543",7192,7199 +"58544",7192,94150 +"58545",7192,94161 +"58546",7193,21036 +"58547",7193,24874 +"58548",7193,26048 +"58549",7193,30848 +"58550",7193,32361 +"58551",7193,109253 +"58552",7194,7380 +"58553",7194,9429 +"58554",7194,75989 +"58555",7195,51810 +"58556",7195,71702 +"58557",7195,71704 +"58558",7195,71716 +"58559",7195,71741 +"58560",7195,103686 +"58561",7196,7984 +"58562",7196,7985 +"58563",7196,8922 +"58564",7196,11477 +"58565",7196,12698 +"58566",7196,12755 +"58567",7196,14681 +"58568",7196,14802 +"58569",7196,15160 +"58570",7196,16259 +"58571",7196,17828 +"58572",7196,22960 +"58573",7196,24940 +"58574",7196,28784 +"58575",7196,32672 +"58576",7196,32988 +"58577",7196,38219 +"58578",7196,44463 +"58579",7196,46733 +"58580",7196,54729 +"58581",7196,63112 +"58582",7196,71033 +"58583",7196,76428 +"58584",7196,81046 +"58585",7196,91482 +"58586",7196,96308 +"58587",7196,104590 +"58588",7197,22955 +"58589",7197,46689 +"58590",7197,87042 +"58591",7198,83101 +"58592",7198,89259 +"58593",7198,91976 +"58594",7199,7996 +"58595",7199,37431 +"58596",7199,39023 +"58597",7199,74257 +"58598",7199,74527 +"58599",7199,85375 +"58600",7199,87839 +"58601",7199,87852 +"58602",7200,16978 +"58603",7200,37288 +"58604",7200,111211 +"58605",7201,35839 +"58606",7201,39594 +"58607",7201,42193 +"58608",7202,7203 +"58609",7202,7204 +"58610",7202,7215 +"58611",7203,7204 +"58612",7203,7215 +"58613",7203,8679 +"58614",7203,17332 +"58615",7203,23597 +"58616",7203,24395 +"58617",7203,47944 +"58618",7203,93876 +"58619",7203,93900 +"58620",7203,93906 +"58621",7204,7215 +"58622",7205,10097 +"58623",7205,10563 +"58624",7205,10739 +"58625",7205,11688 +"58626",7205,34829 +"58627",7205,41282 +"58628",7205,42088 +"58629",7205,45520 +"58630",7205,68662 +"58631",7205,72893 +"58632",7205,76145 +"58633",7205,92692 +"58634",7206,21639 +"58635",7206,21807 +"58636",7206,76230 +"58637",7208,28619 +"58638",7208,32574 +"58639",7208,65517 +"58640",7208,116468 +"58641",7208,119093 +"58642",7209,23007 +"58643",7209,23804 +"58644",7209,23828 +"58645",7209,23845 +"58646",7209,23892 +"58647",7209,29953 +"58648",7209,31661 +"58649",7209,34075 +"58650",7209,35258 +"58651",7209,35988 +"58652",7209,36576 +"58653",7209,45942 +"58654",7209,48970 +"58655",7209,56979 +"58656",7209,57022 +"58657",7209,82113 +"58658",7210,9478 +"58659",7210,30757 +"58660",7210,31326 +"58661",7210,41297 +"58662",7210,49077 +"58663",7210,68335 +"58664",7211,8780 +"58665",7212,7239 +"58666",7213,7704 +"58667",7213,7841 +"58668",7213,7865 +"58669",7213,38925 +"58670",7214,8402 +"58671",7214,16091 +"58672",7214,25706 +"58673",7214,60248 +"58674",7215,18203 +"58675",7215,21724 +"58676",7215,27773 +"58677",7215,35417 +"58678",7215,68529 +"58679",7215,86540 +"58680",7216,13904 +"58681",7216,75505 +"58682",7216,95211 +"58683",7217,20363 +"58684",7217,31541 +"58685",7217,32637 +"58686",7217,39766 +"58687",7217,39814 +"58688",7217,41580 +"58689",7217,45289 +"58690",7217,78475 +"58691",7217,82160 +"58692",7217,84155 +"58693",7217,85767 +"58694",7217,87064 +"58695",7218,23253 +"58696",7219,27165 +"58697",7219,29855 +"58698",7219,32521 +"58699",7219,39388 +"58700",7219,40005 +"58701",7219,72223 +"58702",7219,101663 +"58703",7220,8478 +"58704",7220,54865 +"58705",7220,64349 +"58706",7220,85314 +"58707",7221,10106 +"58708",7221,19120 +"58709",7221,33996 +"58710",7222,14372 +"58711",7222,17715 +"58712",7222,22381 +"58713",7222,23606 +"58714",7222,27862 +"58715",7222,61881 +"58716",7222,72204 +"58717",7222,80219 +"58718",7222,83813 +"58719",7222,84563 +"58720",7222,104619 +"58721",7222,107702 +"58722",7223,46525 +"58723",7224,11665 +"58724",7224,13092 +"58725",7224,15265 +"58726",7224,24489 +"58727",7224,24523 +"58728",7224,24554 +"58729",7224,26101 +"58730",7224,55980 +"58731",7224,70410 +"58732",7224,78544 +"58733",7224,79353 +"58734",7224,87600 +"58735",7224,90567 +"58736",7224,94627 +"58737",7224,114226 +"58738",7224,115698 +"58739",7225,35747 +"58740",7225,54729 +"58741",7225,62080 +"58742",7225,80625 +"58743",7226,9150 +"58744",7226,14177 +"58745",7226,25132 +"58746",7226,28925 +"58747",7226,31100 +"58748",7226,32513 +"58749",7226,38091 +"58750",7226,80907 +"58751",7227,28333 +"58752",7228,10164 +"58753",7228,10433 +"58754",7228,11738 +"58755",7228,12202 +"58756",7228,13231 +"58757",7228,14144 +"58758",7228,28115 +"58759",7228,30052 +"58760",7228,30239 +"58761",7228,30420 +"58762",7228,31050 +"58763",7228,32579 +"58764",7228,32663 +"58765",7228,34160 +"58766",7228,36237 +"58767",7228,36978 +"58768",7228,37031 +"58769",7228,40466 +"58770",7228,40559 +"58771",7228,41739 +"58772",7228,41851 +"58773",7228,44994 +"58774",7228,52299 +"58775",7228,53196 +"58776",7228,57384 +"58777",7228,60421 +"58778",7228,75690 +"58779",7228,78809 +"58780",7228,107626 +"58781",7229,11572 +"58782",7229,24570 +"58783",7229,55196 +"58784",7229,64021 +"58785",7229,101798 +"58786",7230,32076 +"58787",7230,32112 +"58788",7231,7242 +"58789",7232,29773 +"58790",7232,37446 +"58791",7232,37495 +"58792",7232,39033 +"58793",7232,46107 +"58794",7232,67957 +"58795",7232,70928 +"58796",7232,76126 +"58797",7232,80996 +"58798",7232,84348 +"58799",7232,96822 +"58800",7232,96823 +"58801",7232,96849 +"58802",7232,96858 +"58803",7232,96859 +"58804",7233,9978 +"58805",7233,10390 +"58806",7233,11218 +"58807",7233,28443 +"58808",7233,30129 +"58809",7233,31786 +"58810",7233,32014 +"58811",7233,32563 +"58812",7233,35926 +"58813",7233,41964 +"58814",7233,43344 +"58815",7233,47348 +"58816",7233,51663 +"58817",7233,53134 +"58818",7233,54929 +"58819",7233,61322 +"58820",7233,70806 +"58821",7233,70934 +"58822",7233,76905 +"58823",7233,76991 +"58824",7233,78010 +"58825",7233,80035 +"58826",7233,102654 +"58827",7233,123025 +"58828",7234,12099 +"58829",7234,12175 +"58830",7234,12310 +"58831",7234,30325 +"58832",7235,15891 +"58833",7235,20251 +"58834",7235,23680 +"58835",7235,24109 +"58836",7235,25801 +"58837",7235,28772 +"58838",7235,31795 +"58839",7235,33549 +"58840",7235,33562 +"58841",7235,37435 +"58842",7235,45408 +"58843",7235,45563 +"58844",7235,53498 +"58845",7235,69215 +"58846",7235,99191 +"58847",7235,105262 +"58848",7235,107410 +"58849",7235,108872 +"58850",7235,111156 +"58851",7235,114895 +"58852",7236,11044 +"58853",7236,19122 +"58854",7236,21883 +"58855",7236,26190 +"58856",7236,35769 +"58857",7236,43118 +"58858",7236,45066 +"58859",7236,54535 +"58860",7236,57577 +"58861",7236,58726 +"58862",7237,16078 +"58863",7239,14022 +"58864",7239,19058 +"58865",7239,32147 +"58866",7239,37732 +"58867",7239,60923 +"58868",7240,9317 +"58869",7240,12288 +"58870",7240,13289 +"58871",7240,50215 +"58872",7240,52184 +"58873",7241,12384 +"58874",7241,13043 +"58875",7241,27926 +"58876",7241,48698 +"58877",7241,48982 +"58878",7241,49362 +"58879",7241,55440 +"58880",7241,79912 +"58881",7241,83314 +"58882",7241,104222 +"58883",7243,9007 +"58884",7243,13667 +"58885",7243,19590 +"58886",7243,22699 +"58887",7243,30548 +"58888",7243,31026 +"58889",7243,34610 +"58890",7243,42743 +"58891",7243,42852 +"58892",7243,43878 +"58893",7243,47678 +"58894",7243,60245 +"58895",7243,73211 +"58896",7243,85452 +"58897",7244,25560 +"58898",7244,26798 +"58899",7244,36093 +"58900",7244,43705 +"58901",7244,46571 +"58902",7244,48100 +"58903",7244,59143 +"58904",7244,62996 +"58905",7244,67778 +"58906",7244,82117 +"58907",7244,84558 +"58908",7244,84599 +"58909",7244,84976 +"58910",7244,91601 +"58911",7244,119262 +"58912",7245,7959 +"58913",7245,8165 +"58914",7245,8193 +"58915",7245,8369 +"58916",7245,8533 +"58917",7245,8553 +"58918",7245,9483 +"58919",7245,10036 +"58920",7245,12447 +"58921",7245,18415 +"58922",7245,20563 +"58923",7245,28839 +"58924",7245,30976 +"58925",7245,31050 +"58926",7245,33239 +"58927",7245,34126 +"58928",7245,37307 +"58929",7245,45633 +"58930",7245,48932 +"58931",7245,49144 +"58932",7245,66376 +"58933",7245,68475 +"58934",7245,76613 +"58935",7245,82593 +"58936",7245,82848 +"58937",7245,90884 +"58938",7245,95740 +"58939",7245,108734 +"58940",7245,115878 +"58941",7246,7248 +"58942",7246,16129 +"58943",7246,23190 +"58944",7246,42151 +"58945",7246,50647 +"58946",7246,51125 +"58947",7246,51822 +"58948",7246,55003 +"58949",7246,58302 +"58950",7246,60822 +"58951",7246,63046 +"58952",7247,13635 +"58953",7247,29540 +"58954",7247,36162 +"58955",7247,72601 +"58956",7247,72853 +"58957",7248,9273 +"58958",7248,38926 +"58959",7248,42996 +"58960",7248,69830 +"58961",7249,29916 +"58962",7250,20515 +"58963",7250,69957 +"58964",7251,9150 +"58965",7251,9292 +"58966",7251,12509 +"58967",7251,33771 +"58968",7251,61929 +"58969",7252,11563 +"58970",7252,11611 +"58971",7252,34833 +"58972",7252,42813 +"58973",7252,50278 +"58974",7252,93965 +"58975",7252,94012 +"58976",7253,7254 +"58977",7253,7275 +"58978",7253,7276 +"58979",7253,7284 +"58980",7253,10367 +"58981",7253,11858 +"58982",7253,12907 +"58983",7253,13538 +"58984",7253,15146 +"58985",7253,17579 +"58986",7253,18718 +"58987",7253,19509 +"58988",7253,19631 +"58989",7253,21027 +"58990",7253,21081 +"58991",7253,28268 +"58992",7253,34953 +"58993",7253,38930 +"58994",7253,50234 +"58995",7253,52380 +"58996",7253,53277 +"58997",7253,58945 +"58998",7253,59511 +"58999",7253,65890 +"59000",7253,70670 +"59001",7253,72390 +"59002",7253,76304 +"59003",7253,82312 +"59004",7253,84520 +"59005",7253,86090 +"59006",7253,88663 +"59007",7253,89135 +"59008",7253,89263 +"59009",7253,110033 +"59010",7254,7275 +"59011",7254,7276 +"59012",7254,7284 +"59013",7254,7580 +"59014",7254,11858 +"59015",7254,12907 +"59016",7254,13538 +"59017",7254,14958 +"59018",7254,15146 +"59019",7254,17022 +"59020",7254,17579 +"59021",7254,18701 +"59022",7254,18718 +"59023",7254,19509 +"59024",7254,19631 +"59025",7254,30800 +"59026",7254,40059 +"59027",7254,46174 +"59028",7254,53542 +"59029",7254,56119 +"59030",7254,75194 +"59031",7254,82312 +"59032",7254,83628 +"59033",7254,88663 +"59034",7254,89135 +"59035",7254,89263 +"59036",7254,94843 +"59037",7254,97575 +"59038",7254,97625 +"59039",7254,100831 +"59040",7254,115514 +"59041",7254,120684 +"59042",7255,10470 +"59043",7255,19024 +"59044",7255,20216 +"59045",7255,27133 +"59046",7256,7269 +"59047",7256,81550 +"59048",7257,12925 +"59049",7257,23043 +"59050",7257,55742 +"59051",7258,27151 +"59052",7258,28698 +"59053",7258,33850 +"59054",7258,41074 +"59055",7258,55965 +"59056",7258,74974 +"59057",7258,81469 +"59058",7258,102793 +"59059",7258,107188 +"59060",7258,115230 +"59061",7258,117425 +"59062",7259,92666 +"59063",7260,47154 +"59064",7260,72180 +"59065",7260,89023 +"59066",7261,7294 +"59067",7261,65610 +"59068",7261,73451 +"59069",7261,94894 +"59070",7262,12355 +"59071",7263,24169 +"59072",7263,33003 +"59073",7263,37064 +"59074",7263,77975 +"59075",7264,28223 +"59076",7265,8452 +"59077",7266,8622 +"59078",7266,10921 +"59079",7266,12521 +"59080",7266,17418 +"59081",7266,29282 +"59082",7266,33429 +"59083",7266,60474 +"59084",7266,64043 +"59085",7266,84689 +"59086",7266,100704 +"59087",7266,120235 +"59088",7266,122384 +"59089",7267,12233 +"59090",7267,12800 +"59091",7267,15121 +"59092",7267,19575 +"59093",7267,22546 +"59094",7267,41853 +"59095",7267,94120 +"59096",7268,11588 +"59097",7268,34496 +"59098",7268,64676 +"59099",7268,78055 +"59100",7268,101662 +"59101",7268,106659 +"59102",7269,10399 +"59103",7269,10914 +"59104",7269,19619 +"59105",7269,21463 +"59106",7269,26008 +"59107",7269,42604 +"59108",7269,44805 +"59109",7269,51633 +"59110",7269,55254 +"59111",7269,67838 +"59112",7269,72510 +"59113",7269,76132 +"59114",7269,101339 +"59115",7269,120336 +"59116",7270,8490 +"59117",7270,8663 +"59118",7270,8866 +"59119",7270,11292 +"59120",7270,15519 +"59121",7270,24864 +"59122",7270,38780 +"59123",7270,40194 +"59124",7270,52915 +"59125",7270,55320 +"59126",7270,103102 +"59127",7270,116361 +"59128",7271,22281 +"59129",7272,11218 +"59130",7272,17575 +"59131",7272,24365 +"59132",7272,35860 +"59133",7272,44717 +"59134",7272,91443 +"59135",7273,55048 +"59136",7274,7314 +"59137",7274,10347 +"59138",7274,12165 +"59139",7274,12474 +"59140",7274,14183 +"59141",7274,19309 +"59142",7274,29580 +"59143",7274,43035 +"59144",7274,45504 +"59145",7274,46627 +"59146",7274,49543 +"59147",7274,52475 +"59148",7274,55628 +"59149",7274,61162 +"59150",7275,7276 +"59151",7275,7284 +"59152",7275,18718 +"59153",7275,19509 +"59154",7275,19631 +"59155",7275,21081 +"59156",7275,21327 +"59157",7275,28268 +"59158",7275,34953 +"59159",7275,41241 +"59160",7275,47607 +"59161",7276,7284 +"59162",7276,11096 +"59163",7276,11180 +"59164",7276,67989 +"59165",7277,16594 +"59166",7278,83208 +"59167",7279,7845 +"59168",7280,25858 +"59169",7281,85316 +"59170",7282,45842 +"59171",7283,14038 +"59172",7283,14664 +"59173",7283,14754 +"59174",7283,24091 +"59175",7283,27192 +"59176",7283,32564 +"59177",7283,35914 +"59178",7283,37466 +"59179",7283,38838 +"59180",7283,40727 +"59181",7283,42117 +"59182",7283,43207 +"59183",7283,47156 +"59184",7283,54021 +"59185",7283,55539 +"59186",7283,60981 +"59187",7283,71174 +"59188",7283,75737 +"59189",7283,75815 +"59190",7283,80966 +"59191",7283,86574 +"59192",7284,7415 +"59193",7284,11858 +"59194",7284,12907 +"59195",7284,15146 +"59196",7284,17619 +"59197",7284,19509 +"59198",7284,19631 +"59199",7284,33035 +"59200",7284,36543 +"59201",7284,38930 +"59202",7284,40495 +"59203",7284,48114 +"59204",7284,53542 +"59205",7284,56119 +"59206",7284,59511 +"59207",7284,75194 +"59208",7284,82312 +"59209",7284,84442 +"59210",7284,84520 +"59211",7284,89263 +"59212",7284,101723 +"59213",7284,110033 +"59214",7284,120684 +"59215",7285,9389 +"59216",7285,21993 +"59217",7285,26911 +"59218",7285,41804 +"59219",7286,7287 +"59220",7286,14577 +"59221",7286,21277 +"59222",7286,23636 +"59223",7286,27215 +"59224",7286,50168 +"59225",7286,69369 +"59226",7286,90989 +"59227",7287,29083 +"59228",7287,39459 +"59229",7287,44804 +"59230",7287,51410 +"59231",7287,70775 +"59232",7287,88487 +"59233",7287,113741 +"59234",7287,113746 +"59235",7288,7300 +"59236",7289,25512 +"59237",7289,35848 +"59238",7289,49105 +"59239",7289,49819 +"59240",7289,54802 +"59241",7289,57166 +"59242",7289,57441 +"59243",7290,7330 +"59244",7290,7420 +"59245",7290,7430 +"59246",7290,17901 +"59247",7290,29832 +"59248",7290,29899 +"59249",7290,29900 +"59250",7290,30011 +"59251",7290,41163 +"59252",7290,46906 +"59253",7290,67043 +"59254",7290,77147 +"59255",7291,7490 +"59256",7291,36055 +"59257",7292,15630 +"59258",7292,23921 +"59259",7292,40922 +"59260",7292,59646 +"59261",7292,94224 +"59262",7292,101649 +"59263",7292,102820 +"59264",7292,111949 +"59265",7292,118375 +"59266",7292,118376 +"59267",7292,122495 +"59268",7293,62630 +"59269",7294,8873 +"59270",7294,15122 +"59271",7294,19479 +"59272",7294,110639 +"59273",7295,24253 +"59274",7295,27083 +"59275",7296,11339 +"59276",7296,14707 +"59277",7296,49787 +"59278",7296,49812 +"59279",7296,65572 +"59280",7296,65617 +"59281",7297,22442 +"59282",7297,28385 +"59283",7297,31163 +"59284",7297,32380 +"59285",7297,34409 +"59286",7297,37901 +"59287",7297,37903 +"59288",7297,38011 +"59289",7297,65835 +"59290",7298,8106 +"59291",7298,13581 +"59292",7298,15232 +"59293",7298,19607 +"59294",7298,20384 +"59295",7298,20417 +"59296",7298,20616 +"59297",7298,25393 +"59298",7298,27706 +"59299",7298,33982 +"59300",7298,42875 +"59301",7298,63896 +"59302",7298,66957 +"59303",7298,75738 +"59304",7298,76375 +"59305",7298,79570 +"59306",7298,85598 +"59307",7299,13302 +"59308",7299,44637 +"59309",7301,80101 +"59310",7301,115968 +"59311",7302,55959 +"59312",7303,8703 +"59313",7303,8762 +"59314",7303,32369 +"59315",7303,56008 +"59316",7303,57669 +"59317",7305,42105 +"59318",7305,53027 +"59319",7305,69171 +"59320",7305,73060 +"59321",7305,91208 +"59322",7306,20432 +"59323",7306,39614 +"59324",7306,39847 +"59325",7306,51842 +"59326",7306,58686 +"59327",7306,123333 +"59328",7307,40360 +"59329",7307,56053 +"59330",7307,90810 +"59331",7307,92047 +"59332",7308,7502 +"59333",7308,69420 +"59334",7309,24762 +"59335",7309,105139 +"59336",7310,12428 +"59337",7310,14431 +"59338",7310,35278 +"59339",7310,39817 +"59340",7310,54257 +"59341",7310,60463 +"59342",7310,80610 +"59343",7311,46912 +"59344",7311,57801 +"59345",7311,72197 +"59346",7312,7611 +"59347",7312,9343 +"59348",7313,8682 +"59349",7313,18028 +"59350",7313,91999 +"59351",7314,29457 +"59352",7315,11351 +"59353",7315,19718 +"59354",7315,21132 +"59355",7315,21133 +"59356",7315,36386 +"59357",7315,44167 +"59358",7315,49120 +"59359",7315,66417 +"59360",7316,15391 +"59361",7316,29030 +"59362",7316,35090 +"59363",7316,41411 +"59364",7316,55187 +"59365",7316,56864 +"59366",7316,67512 +"59367",7316,73066 +"59368",7316,90960 +"59369",7316,99421 +"59370",7317,91758 +"59371",7317,91821 +"59372",7317,120261 +"59373",7317,120264 +"59374",7318,7367 +"59375",7318,7371 +"59376",7318,7862 +"59377",7318,11534 +"59378",7318,20349 +"59379",7318,24872 +"59380",7318,26916 +"59381",7318,27726 +"59382",7318,30265 +"59383",7318,33119 +"59384",7318,34319 +"59385",7318,39313 +"59386",7318,45081 +"59387",7318,46850 +"59388",7318,52343 +"59389",7318,53261 +"59390",7318,63518 +"59391",7318,66454 +"59392",7318,75914 +"59393",7318,76131 +"59394",7318,79977 +"59395",7318,83892 +"59396",7318,90977 +"59397",7318,93785 +"59398",7318,94105 +"59399",7318,95513 +"59400",7318,97580 +"59401",7318,98249 +"59402",7318,100330 +"59403",7318,100998 +"59404",7318,102455 +"59405",7318,104510 +"59406",7318,110327 +"59407",7318,113577 +"59408",7318,116139 +"59409",7319,14526 +"59410",7319,15173 +"59411",7319,15331 +"59412",7319,28901 +"59413",7319,29297 +"59414",7319,34289 +"59415",7319,34777 +"59416",7319,43174 +"59417",7320,10079 +"59418",7320,10274 +"59419",7320,11942 +"59420",7320,13294 +"59421",7320,14108 +"59422",7320,18502 +"59423",7320,26992 +"59424",7320,30396 +"59425",7320,30853 +"59426",7320,36439 +"59427",7320,37363 +"59428",7320,41085 +"59429",7320,46621 +"59430",7320,50063 +"59431",7320,57612 +"59432",7320,58648 +"59433",7320,59603 +"59434",7320,62356 +"59435",7320,63124 +"59436",7320,65400 +"59437",7320,68569 +"59438",7320,73623 +"59439",7320,88232 +"59440",7320,88237 +"59441",7320,91411 +"59442",7320,101016 +"59443",7320,105950 +"59444",7320,110508 +"59445",7320,113237 +"59446",7320,119587 +"59447",7321,8783 +"59448",7321,14468 +"59449",7321,14702 +"59450",7321,16778 +"59451",7321,42923 +"59452",7321,45435 +"59453",7321,66019 +"59454",7321,98618 +"59455",7321,112220 +"59456",7322,7366 +"59457",7322,41232 +"59458",7322,46139 +"59459",7322,46581 +"59460",7322,70575 +"59461",7322,76565 +"59462",7322,79802 +"59463",7322,81882 +"59464",7322,86178 +"59465",7322,90305 +"59466",7322,95973 +"59467",7322,96944 +"59468",7322,115900 +"59469",7322,116720 +"59470",7322,117208 +"59471",7322,118086 +"59472",7322,118090 +"59473",7322,118091 +"59474",7322,118094 +"59475",7322,118098 +"59476",7322,118102 +"59477",7322,118112 +"59478",7323,7605 +"59479",7323,7670 +"59480",7323,7805 +"59481",7323,8760 +"59482",7323,9553 +"59483",7323,11007 +"59484",7323,19548 +"59485",7323,22749 +"59486",7323,35256 +"59487",7323,37570 +"59488",7323,37682 +"59489",7323,47535 +"59490",7323,47624 +"59491",7323,62496 +"59492",7323,68610 +"59493",7323,68633 +"59494",7323,68656 +"59495",7323,68666 +"59496",7323,68703 +"59497",7324,7346 +"59498",7324,48031 +"59499",7324,58630 +"59500",7325,7479 +"59501",7326,61358 +"59502",7326,66385 +"59503",7327,20022 +"59504",7327,34527 +"59505",7327,39360 +"59506",7327,87677 +"59507",7327,87678 +"59508",7328,20343 +"59509",7328,35484 +"59510",7328,72268 +"59511",7328,82224 +"59512",7329,7448 +"59513",7329,7449 +"59514",7329,7764 +"59515",7329,28985 +"59516",7329,54963 +"59517",7330,7420 +"59518",7330,7430 +"59519",7330,7485 +"59520",7330,8274 +"59521",7330,8327 +"59522",7330,8330 +"59523",7330,8352 +"59524",7330,8357 +"59525",7330,8359 +"59526",7330,8434 +"59527",7330,8930 +"59528",7330,10390 +"59529",7330,11514 +"59530",7330,15796 +"59531",7330,20269 +"59532",7330,24144 +"59533",7330,25555 +"59534",7330,25883 +"59535",7330,27402 +"59536",7330,32015 +"59537",7330,35251 +"59538",7330,35672 +"59539",7330,41682 +"59540",7330,45236 +"59541",7330,54879 +"59542",7330,55550 +"59543",7330,60302 +"59544",7330,79204 +"59545",7330,84431 +"59546",7331,7503 +"59547",7331,13075 +"59548",7331,19096 +"59549",7331,29857 +"59550",7331,33854 +"59551",7331,33855 +"59552",7331,33949 +"59553",7331,60688 +"59554",7331,61449 +"59555",7331,64200 +"59556",7331,66938 +"59557",7331,97218 +"59558",7332,7427 +"59559",7332,7440 +"59560",7332,7447 +"59561",7332,7452 +"59562",7332,7455 +"59563",7332,7463 +"59564",7332,7497 +"59565",7333,24502 +"59566",7333,42989 +"59567",7333,61973 +"59568",7333,94078 +"59569",7333,123199 +"59570",7333,123208 +"59571",7334,7392 +"59572",7334,60398 +"59573",7334,114134 +"59574",7335,27933 +"59575",7335,33803 +"59576",7335,51794 +"59577",7335,102818 +"59578",7335,110630 +"59579",7336,14334 +"59580",7336,17994 +"59581",7336,20341 +"59582",7336,56898 +"59583",7336,57108 +"59584",7336,104107 +"59585",7336,104342 +"59586",7337,7815 +"59587",7337,10901 +"59588",7337,11841 +"59589",7337,14396 +"59590",7337,20792 +"59591",7337,22897 +"59592",7337,28922 +"59593",7337,29088 +"59594",7337,30584 +"59595",7337,38452 +"59596",7337,38785 +"59597",7337,43852 +"59598",7337,44577 +"59599",7337,50736 +"59600",7337,51927 +"59601",7337,55830 +"59602",7337,60828 +"59603",7337,61007 +"59604",7337,63617 +"59605",7337,67039 +"59606",7337,77924 +"59607",7337,84533 +"59608",7337,88932 +"59609",7337,89185 +"59610",7337,99332 +"59611",7337,106328 +"59612",7338,7575 +"59613",7338,70719 +"59614",7338,91946 +"59615",7338,113852 +"59616",7339,11233 +"59617",7339,12340 +"59618",7339,12599 +"59619",7339,42747 +"59620",7339,46927 +"59621",7339,51720 +"59622",7339,56164 +"59623",7339,59509 +"59624",7339,59574 +"59625",7339,71271 +"59626",7339,73898 +"59627",7339,80544 +"59628",7339,80886 +"59629",7339,82319 +"59630",7339,94932 +"59631",7339,100559 +"59632",7339,109555 +"59633",7339,109669 +"59634",7339,110827 +"59635",7339,120192 +"59636",7339,120194 +"59637",7339,120197 +"59638",7339,120198 +"59639",7339,120199 +"59640",7339,120215 +"59641",7340,8161 +"59642",7340,8501 +"59643",7340,9591 +"59644",7340,9593 +"59645",7340,9599 +"59646",7340,64689 +"59647",7340,87446 +"59648",7341,7636 +"59649",7341,9840 +"59650",7341,11090 +"59651",7341,11173 +"59652",7341,14081 +"59653",7341,15926 +"59654",7341,19614 +"59655",7341,20544 +"59656",7341,30526 +"59657",7341,32830 +"59658",7341,43120 +"59659",7341,51729 +"59660",7341,55066 +"59661",7341,71084 +"59662",7341,76701 +"59663",7341,76843 +"59664",7341,81448 +"59665",7341,82737 +"59666",7341,82963 +"59667",7341,82970 +"59668",7341,84381 +"59669",7341,84407 +"59670",7341,89596 +"59671",7341,90070 +"59672",7341,99767 +"59673",7341,99771 +"59674",7341,99772 +"59675",7341,99775 +"59676",7341,99777 +"59677",7342,8797 +"59678",7343,12041 +"59679",7343,12452 +"59680",7343,15343 +"59681",7343,15693 +"59682",7343,15888 +"59683",7343,17021 +"59684",7343,17967 +"59685",7343,23120 +"59686",7343,23122 +"59687",7343,23301 +"59688",7343,23594 +"59689",7343,27047 +"59690",7343,29834 +"59691",7343,29845 +"59692",7343,29882 +"59693",7343,29894 +"59694",7343,30007 +"59695",7343,39152 +"59696",7343,52466 +"59697",7343,66373 +"59698",7344,23140 +"59699",7345,7387 +"59700",7345,64231 +"59701",7345,90338 +"59702",7346,118985 +"59703",7347,13098 +"59704",7347,48938 +"59705",7347,80708 +"59706",7348,8886 +"59707",7348,20949 +"59708",7348,29031 +"59709",7348,29680 +"59710",7349,7350 +"59711",7349,70569 +"59712",7350,56717 +"59713",7350,70569 +"59714",7351,27433 +"59715",7351,38119 +"59716",7352,8188 +"59717",7352,11265 +"59718",7352,13934 +"59719",7352,14072 +"59720",7352,17381 +"59721",7352,26052 +"59722",7352,39410 +"59723",7352,44720 +"59724",7352,55071 +"59725",7352,66078 +"59726",7352,78286 +"59727",7353,7838 +"59728",7353,8919 +"59729",7353,10933 +"59730",7353,18048 +"59731",7353,19018 +"59732",7353,19061 +"59733",7353,19082 +"59734",7353,19135 +"59735",7353,26273 +"59736",7353,28838 +"59737",7353,33508 +"59738",7353,34270 +"59739",7353,34319 +"59740",7353,41372 +"59741",7353,50086 +"59742",7353,62674 +"59743",7353,68340 +"59744",7353,70728 +"59745",7353,75427 +"59746",7353,78710 +"59747",7353,88357 +"59748",7353,99396 +"59749",7353,101807 +"59750",7353,101832 +"59751",7353,103074 +"59752",7353,118901 +"59753",7354,10548 +"59754",7354,31421 +"59755",7354,33674 +"59756",7354,38776 +"59757",7354,50464 +"59758",7354,50533 +"59759",7354,89947 +"59760",7354,96894 +"59761",7355,22766 +"59762",7355,25741 +"59763",7355,25871 +"59764",7355,37443 +"59765",7355,41338 +"59766",7355,45763 +"59767",7355,53964 +"59768",7355,61633 +"59769",7355,88413 +"59770",7355,97528 +"59771",7355,103234 +"59772",7355,103392 +"59773",7356,28471 +"59774",7356,87967 +"59775",7357,8470 +"59776",7357,50269 +"59777",7357,68299 +"59778",7357,78086 +"59779",7357,104762 +"59780",7358,38283 +"59781",7358,78194 +"59782",7358,83714 +"59783",7358,100598 +"59784",7359,7637 +"59785",7359,9532 +"59786",7359,13361 +"59787",7359,14288 +"59788",7359,18995 +"59789",7359,19920 +"59790",7359,21693 +"59791",7359,22326 +"59792",7359,22362 +"59793",7359,22432 +"59794",7359,27519 +"59795",7359,29731 +"59796",7359,30031 +"59797",7359,33129 +"59798",7359,36331 +"59799",7359,38019 +"59800",7359,38948 +"59801",7359,41036 +"59802",7359,43001 +"59803",7359,76422 +"59804",7359,78144 +"59805",7359,87060 +"59806",7359,87073 +"59807",7359,101797 +"59808",7360,16144 +"59809",7360,23560 +"59810",7360,32649 +"59811",7360,64611 +"59812",7360,98994 +"59813",7361,26355 +"59814",7361,50536 +"59815",7362,10822 +"59816",7362,37759 +"59817",7362,80582 +"59818",7362,84286 +"59819",7363,28553 +"59820",7363,50372 +"59821",7363,67585 +"59822",7363,84973 +"59823",7363,89092 +"59824",7363,99979 +"59825",7363,104875 +"59826",7363,115020 +"59827",7364,11477 +"59828",7364,12904 +"59829",7364,13415 +"59830",7364,23148 +"59831",7364,37621 +"59832",7365,20725 +"59833",7365,21589 +"59834",7365,45887 +"59835",7365,53052 +"59836",7365,72869 +"59837",7365,81473 +"59838",7366,10729 +"59839",7366,10894 +"59840",7366,16067 +"59841",7366,32413 +"59842",7366,42148 +"59843",7366,60941 +"59844",7366,65892 +"59845",7366,86905 +"59846",7366,91975 +"59847",7366,94060 +"59848",7366,100096 +"59849",7367,7371 +"59850",7367,8615 +"59851",7367,45397 +"59852",7367,46503 +"59853",7367,59326 +"59854",7367,60047 +"59855",7367,66454 +"59856",7367,90824 +"59857",7367,96336 +"59858",7367,97543 +"59859",7367,100751 +"59860",7367,111192 +"59861",7368,10059 +"59862",7368,17777 +"59863",7368,44224 +"59864",7368,55257 +"59865",7369,29313 +"59866",7370,14297 +"59867",7370,15431 +"59868",7370,15668 +"59869",7370,40128 +"59870",7370,48123 +"59871",7370,66073 +"59872",7370,77131 +"59873",7371,10079 +"59874",7371,15929 +"59875",7371,22072 +"59876",7371,28260 +"59877",7371,46503 +"59878",7371,61785 +"59879",7371,66454 +"59880",7371,69983 +"59881",7371,92913 +"59882",7371,100721 +"59883",7372,41333 +"59884",7372,94407 +"59885",7373,7660 +"59886",7373,24066 +"59887",7374,35533 +"59888",7374,41466 +"59889",7374,87016 +"59890",7375,32795 +"59891",7375,40264 +"59892",7375,51389 +"59893",7375,57081 +"59894",7375,57082 +"59895",7375,70811 +"59896",7375,71536 +"59897",7375,99730 +"59898",7375,114736 +"59899",7375,114738 +"59900",7376,28605 +"59901",7376,43650 +"59902",7376,47675 +"59903",7376,47789 +"59904",7376,84040 +"59905",7376,84090 +"59906",7377,33884 +"59907",7377,46040 +"59908",7377,58365 +"59909",7377,71226 +"59910",7377,77961 +"59911",7377,105591 +"59912",7377,107198 +"59913",7378,55172 +"59914",7378,118516 +"59915",7378,121825 +"59916",7379,27134 +"59917",7379,103791 +"59918",7380,13715 +"59919",7380,16560 +"59920",7380,16955 +"59921",7380,17071 +"59922",7380,61925 +"59923",7381,12794 +"59924",7381,15822 +"59925",7381,19879 +"59926",7381,22315 +"59927",7381,54666 +"59928",7381,54672 +"59929",7381,83806 +"59930",7382,7398 +"59931",7382,14944 +"59932",7382,20639 +"59933",7382,25971 +"59934",7382,27810 +"59935",7382,41103 +"59936",7382,44743 +"59937",7382,48703 +"59938",7382,57254 +"59939",7383,60986 +"59940",7383,100947 +"59941",7384,50747 +"59942",7384,88125 +"59943",7385,10465 +"59944",7385,23635 +"59945",7386,54939 +"59946",7386,76651 +"59947",7386,80303 +"59948",7386,92865 +"59949",7386,117145 +"59950",7386,117601 +"59951",7386,120023 +"59952",7386,122893 +"59953",7386,123409 +"59954",7387,39029 +"59955",7387,109927 +"59956",7388,7648 +"59957",7388,16184 +"59958",7388,23187 +"59959",7389,67566 +"59960",7389,78376 +"59961",7390,9895 +"59962",7390,9948 +"59963",7390,82227 +"59964",7392,7939 +"59965",7392,7966 +"59966",7392,13957 +"59967",7392,22029 +"59968",7392,23772 +"59969",7392,41999 +"59970",7392,51859 +"59971",7392,54332 +"59972",7392,59670 +"59973",7392,60398 +"59974",7392,63234 +"59975",7392,63709 +"59976",7392,68474 +"59977",7392,73610 +"59978",7392,90669 +"59979",7392,95278 +"59980",7392,108453 +"59981",7392,112167 +"59982",7392,114134 +"59983",7392,121467 +"59984",7393,37235 +"59985",7393,43214 +"59986",7393,53987 +"59987",7393,67499 +"59988",7394,20021 +"59989",7394,20172 +"59990",7394,20205 +"59991",7394,20226 +"59992",7394,33302 +"59993",7394,34206 +"59994",7394,37816 +"59995",7394,38078 +"59996",7394,51536 +"59997",7394,59522 +"59998",7395,10843 +"59999",7395,19453 +"60000",7395,33356 +"60001",7395,40708 +"60002",7395,53083 +"60003",7395,54156 +"60004",7395,64845 +"60005",7396,8085 +"60006",7396,33353 +"60007",7396,46813 +"60008",7396,97020 +"60009",7397,75021 +"60010",7398,25971 +"60011",7398,44743 +"60012",7398,48277 +"60013",7398,57254 +"60014",7398,77388 +"60015",7399,9302 +"60016",7399,11220 +"60017",7399,11364 +"60018",7399,15520 +"60019",7399,18536 +"60020",7399,29911 +"60021",7399,42263 +"60022",7399,49745 +"60023",7399,55908 +"60024",7399,75700 +"60025",7399,98144 +"60026",7399,98160 +"60027",7400,9529 +"60028",7400,13792 +"60029",7400,18570 +"60030",7400,18582 +"60031",7400,29330 +"60032",7400,34107 +"60033",7401,47142 +"60034",7402,118940 +"60035",7403,13060 +"60036",7403,14058 +"60037",7403,18571 +"60038",7403,19975 +"60039",7403,28883 +"60040",7403,36092 +"60041",7403,39860 +"60042",7403,46951 +"60043",7403,47384 +"60044",7403,48202 +"60045",7403,50105 +"60046",7403,67300 +"60047",7403,86340 +"60048",7403,103826 +"60049",7403,111095 +"60050",7403,113751 +"60051",7404,10134 +"60052",7404,25343 +"60053",7404,46964 +"60054",7404,83220 +"60055",7404,96327 +"60056",7404,112892 +"60057",7404,122222 +"60058",7404,123206 +"60059",7405,12033 +"60060",7405,15176 +"60061",7405,24743 +"60062",7405,32323 +"60063",7405,44022 +"60064",7405,67310 +"60065",7405,67885 +"60066",7405,79827 +"60067",7406,7410 +"60068",7406,7429 +"60069",7406,7439 +"60070",7406,8437 +"60071",7406,9564 +"60072",7406,18095 +"60073",7406,21176 +"60074",7406,22136 +"60075",7406,22808 +"60076",7406,22840 +"60077",7406,23252 +"60078",7406,36217 +"60079",7406,41804 +"60080",7406,42129 +"60081",7406,44100 +"60082",7406,46614 +"60083",7406,47591 +"60084",7406,49711 +"60085",7406,49952 +"60086",7406,50114 +"60087",7406,56323 +"60088",7406,56499 +"60089",7406,63475 +"60090",7406,63503 +"60091",7406,63517 +"60092",7406,63563 +"60093",7406,63575 +"60094",7406,63592 +"60095",7406,67131 +"60096",7406,86954 +"60097",7407,7504 +"60098",7407,12998 +"60099",7407,47885 +"60100",7408,18125 +"60101",7408,41681 +"60102",7408,58501 +"60103",7408,63216 +"60104",7408,63219 +"60105",7408,90417 +"60106",7408,108416 +"60107",7408,108434 +"60108",7408,110214 +"60109",7409,11959 +"60110",7409,15549 +"60111",7409,18810 +"60112",7409,33286 +"60113",7409,38850 +"60114",7409,41960 +"60115",7409,42822 +"60116",7409,63662 +"60117",7409,75067 +"60118",7409,93880 +"60119",7409,105424 +"60120",7410,7429 +"60121",7410,7439 +"60122",7410,22808 +"60123",7410,22840 +"60124",7410,42129 +"60125",7410,47591 +"60126",7410,63517 +"60127",7410,67131 +"60128",7410,86954 +"60129",7411,7444 +"60130",7411,11981 +"60131",7411,14626 +"60132",7411,17479 +"60133",7411,25025 +"60134",7411,29319 +"60135",7411,29557 +"60136",7411,39838 +"60137",7411,41185 +"60138",7411,52917 +"60139",7411,64412 +"60140",7411,78081 +"60141",7411,78768 +"60142",7411,83365 +"60143",7412,87708 +"60144",7413,42254 +"60145",7413,44076 +"60146",7413,117078 +"60147",7414,8618 +"60148",7414,41133 +"60149",7415,17619 +"60150",7415,40495 +"60151",7415,59511 +"60152",7416,38339 +"60153",7416,74224 +"60154",7416,88779 +"60155",7416,115447 +"60156",7417,7441 +"60157",7418,33918 +"60158",7418,40893 +"60159",7418,62170 +"60160",7418,101813 +"60161",7419,9186 +"60162",7419,14218 +"60163",7419,22237 +"60164",7419,28315 +"60165",7419,32541 +"60166",7419,45052 +"60167",7419,80483 +"60168",7419,101319 +"60169",7420,7430 +"60170",7420,12268 +"60171",7420,15768 +"60172",7420,17755 +"60173",7420,17901 +"60174",7420,45020 +"60175",7420,48194 +"60176",7420,49237 +"60177",7420,57837 +"60178",7421,75504 +"60179",7422,77348 +"60180",7422,78941 +"60181",7422,102217 +"60182",7423,41009 +"60183",7423,52916 +"60184",7423,58100 +"60185",7423,70063 +"60186",7423,75941 +"60187",7423,94523 +"60188",7423,98428 +"60189",7423,103465 +"60190",7423,103637 +"60191",7423,105878 +"60192",7423,112471 +"60193",7423,112608 +"60194",7423,114669 +"60195",7423,117153 +"60196",7423,118083 +"60197",7423,118350 +"60198",7423,119979 +"60199",7423,120753 +"60200",7423,121285 +"60201",7423,121330 +"60202",7424,23199 +"60203",7425,7450 +"60204",7425,22438 +"60205",7425,23246 +"60206",7425,56736 +"60207",7425,81930 +"60208",7425,110495 +"60209",7426,16124 +"60210",7426,27245 +"60211",7426,39483 +"60212",7426,46437 +"60213",7426,63839 +"60214",7426,73490 +"60215",7426,81755 +"60216",7426,97192 +"60217",7426,99266 +"60218",7427,7440 +"60219",7427,7447 +"60220",7427,7452 +"60221",7427,7455 +"60222",7427,7463 +"60223",7427,7497 +"60224",7428,8752 +"60225",7428,34170 +"60226",7428,61146 +"60227",7429,7439 +"60228",7429,11770 +"60229",7429,18854 +"60230",7429,23201 +"60231",7429,23252 +"60232",7429,25030 +"60233",7429,25084 +"60234",7429,29266 +"60235",7429,34692 +"60236",7429,47591 +"60237",7429,48070 +"60238",7429,52589 +"60239",7429,56499 +"60240",7429,70140 +"60241",7430,12268 +"60242",7430,16794 +"60243",7430,17755 +"60244",7430,21754 +"60245",7430,31341 +"60246",7430,36103 +"60247",7430,40299 +"60248",7430,43807 +"60249",7430,44623 +"60250",7430,46851 +"60251",7430,56393 +"60252",7430,61412 +"60253",7430,61925 +"60254",7430,65751 +"60255",7430,67339 +"60256",7430,76928 +"60257",7430,76956 +"60258",7430,96823 +"60259",7430,97954 +"60260",7430,97955 +"60261",7430,97972 +"60262",7430,97973 +"60263",7430,97981 +"60264",7430,97987 +"60265",7430,97994 +"60266",7430,97998 +"60267",7430,97999 +"60268",7430,98008 +"60269",7430,98474 +"60270",7431,36026 +"60271",7432,7814 +"60272",7432,54511 +"60273",7432,65857 +"60274",7432,67013 +"60275",7432,94700 +"60276",7433,10616 +"60277",7433,21741 +"60278",7433,31274 +"60279",7433,81950 +"60280",7434,36637 +"60281",7434,48648 +"60282",7434,57619 +"60283",7434,59955 +"60284",7435,12088 +"60285",7435,12181 +"60286",7435,28847 +"60287",7435,31070 +"60288",7435,40987 +"60289",7435,46974 +"60290",7435,46975 +"60291",7435,59121 +"60292",7435,80585 +"60293",7435,80628 +"60294",7435,92530 +"60295",7435,92541 +"60296",7435,108484 +"60297",7436,45472 +"60298",7436,48919 +"60299",7436,92331 +"60300",7436,116643 +"60301",7437,24908 +"60302",7437,112432 +"60303",7438,7529 +"60304",7438,11389 +"60305",7438,11434 +"60306",7438,11516 +"60307",7438,21000 +"60308",7438,23132 +"60309",7438,29419 +"60310",7438,29617 +"60311",7438,29965 +"60312",7438,30416 +"60313",7438,35302 +"60314",7438,50495 +"60315",7439,12631 +"60316",7439,12764 +"60317",7439,13072 +"60318",7439,13530 +"60319",7439,14472 +"60320",7439,15256 +"60321",7439,17694 +"60322",7439,18291 +"60323",7439,18854 +"60324",7439,19208 +"60325",7439,19605 +"60326",7439,20250 +"60327",7439,22840 +"60328",7439,23173 +"60329",7439,23201 +"60330",7439,23252 +"60331",7439,29266 +"60332",7439,31979 +"60333",7439,34692 +"60334",7439,34865 +"60335",7439,36217 +"60336",7439,39021 +"60337",7439,41804 +"60338",7439,41834 +"60339",7439,41859 +"60340",7439,42129 +"60341",7439,42189 +"60342",7439,45060 +"60343",7439,45444 +"60344",7439,46614 +"60345",7439,46617 +"60346",7439,47591 +"60347",7439,47982 +"60348",7439,48070 +"60349",7439,48871 +"60350",7439,51330 +"60351",7439,54749 +"60352",7439,56499 +"60353",7439,56883 +"60354",7439,58927 +"60355",7439,61608 +"60356",7439,63500 +"60357",7439,67556 +"60358",7440,7447 +"60359",7440,7452 +"60360",7440,7455 +"60361",7440,7463 +"60362",7440,7497 +"60363",7441,37768 +"60364",7441,97210 +"60365",7441,115305 +"60366",7441,118558 +"60367",7441,119035 +"60368",7442,7445 +"60369",7442,7472 +"60370",7442,12481 +"60371",7442,13818 +"60372",7442,14042 +"60373",7442,30044 +"60374",7442,30108 +"60375",7442,39037 +"60376",7442,39078 +"60377",7442,49514 +"60378",7442,63267 +"60379",7442,63725 +"60380",7443,7500 +"60381",7443,23989 +"60382",7443,26008 +"60383",7443,45760 +"60384",7443,100378 +"60385",7443,114328 +"60386",7444,10559 +"60387",7444,25025 +"60388",7444,29319 +"60389",7444,29557 +"60390",7444,78817 +"60391",7444,83365 +"60392",7445,7472 +"60393",7445,14042 +"60394",7445,30044 +"60395",7445,30108 +"60396",7445,41243 +"60397",7445,46378 +"60398",7445,61619 +"60399",7446,33655 +"60400",7446,61237 +"60401",7446,79349 +"60402",7446,80904 +"60403",7446,122338 +"60404",7447,7452 +"60405",7447,7455 +"60406",7447,7463 +"60407",7447,7497 +"60408",7448,7449 +"60409",7448,28985 +"60410",7449,28985 +"60411",7449,47874 +"60412",7450,22775 +"60413",7450,45107 +"60414",7451,12649 +"60415",7451,104006 +"60416",7452,7455 +"60417",7452,7463 +"60418",7452,7497 +"60419",7452,27511 +"60420",7452,49415 +"60421",7452,51499 +"60422",7452,51562 +"60423",7452,76931 +"60424",7452,81959 +"60425",7453,10338 +"60426",7453,13780 +"60427",7453,25069 +"60428",7453,32634 +"60429",7453,33917 +"60430",7453,33918 +"60431",7453,42445 +"60432",7453,49881 +"60433",7453,55363 +"60434",7453,98093 +"60435",7453,98252 +"60436",7454,10163 +"60437",7454,33910 +"60438",7454,41927 +"60439",7454,89064 +"60440",7454,113164 +"60441",7455,7463 +"60442",7455,7497 +"60443",7456,86099 +"60444",7457,26172 +"60445",7457,40934 +"60446",7457,43401 +"60447",7457,51099 +"60448",7457,58324 +"60449",7457,74799 +"60450",7457,83007 +"60451",7457,93317 +"60452",7457,97310 +"60453",7458,23488 +"60454",7458,55744 +"60455",7458,84905 +"60456",7459,14883 +"60457",7459,15945 +"60458",7459,27584 +"60459",7459,32686 +"60460",7459,38697 +"60461",7459,63664 +"60462",7460,19451 +"60463",7460,20485 +"60464",7460,21356 +"60465",7460,41300 +"60466",7460,41307 +"60467",7460,46468 +"60468",7460,49341 +"60469",7460,55507 +"60470",7460,55580 +"60471",7460,55581 +"60472",7460,73121 +"60473",7460,80883 +"60474",7460,83129 +"60475",7460,117261 +"60476",7461,82052 +"60477",7461,83084 +"60478",7461,118928 +"60479",7462,15754 +"60480",7462,38626 +"60481",7463,7497 +"60482",7463,23943 +"60483",7463,27345 +"60484",7463,45747 +"60485",7463,112908 +"60486",7463,115895 +"60487",7464,23282 +"60488",7464,105049 +"60489",7464,108166 +"60490",7464,110550 +"60491",7465,9134 +"60492",7465,44514 +"60493",7465,44878 +"60494",7465,49250 +"60495",7465,68498 +"60496",7465,75007 +"60497",7465,85034 +"60498",7465,88893 +"60499",7466,58040 +"60500",7466,62988 +"60501",7466,67455 +"60502",7466,99741 +"60503",7467,17257 +"60504",7467,51162 +"60505",7467,92446 +"60506",7468,16908 +"60507",7468,33904 +"60508",7468,52382 +"60509",7468,54673 +"60510",7468,67089 +"60511",7468,74319 +"60512",7468,116571 +"60513",7469,7670 +"60514",7469,20337 +"60515",7469,21597 +"60516",7469,38727 +"60517",7469,39968 +"60518",7469,44254 +"60519",7469,54069 +"60520",7469,57129 +"60521",7470,29017 +"60522",7470,29070 +"60523",7470,29107 +"60524",7471,8686 +"60525",7471,8866 +"60526",7471,8870 +"60527",7471,8883 +"60528",7471,8888 +"60529",7471,8942 +"60530",7471,9031 +"60531",7471,9051 +"60532",7471,9362 +"60533",7471,9741 +"60534",7471,9805 +"60535",7471,11407 +"60536",7471,12010 +"60537",7471,13313 +"60538",7471,14441 +"60539",7471,15378 +"60540",7471,15396 +"60541",7471,17447 +"60542",7471,19034 +"60543",7471,19580 +"60544",7471,19791 +"60545",7471,23386 +"60546",7471,24785 +"60547",7471,24861 +"60548",7471,24864 +"60549",7471,27946 +"60550",7471,31235 +"60551",7471,39667 +"60552",7471,47733 +"60553",7471,56496 +"60554",7471,75883 +"60555",7471,75888 +"60556",7471,75892 +"60557",7471,75893 +"60558",7471,75898 +"60559",7471,84932 +"60560",7471,98319 +"60561",7472,9038 +"60562",7472,14042 +"60563",7472,18808 +"60564",7472,22507 +"60565",7472,22977 +"60566",7472,25383 +"60567",7472,30044 +"60568",7472,30108 +"60569",7472,35567 +"60570",7472,35585 +"60571",7472,35650 +"60572",7472,35651 +"60573",7472,35662 +"60574",7472,37188 +"60575",7472,39938 +"60576",7472,41389 +"60577",7472,42453 +"60578",7472,47434 +"60579",7472,63725 +"60580",7472,79791 +"60581",7472,79860 +"60582",7472,79887 +"60583",7472,79962 +"60584",7472,81227 +"60585",7473,64981 +"60586",7474,26610 +"60587",7474,119286 +"60588",7474,119368 +"60589",7475,20656 +"60590",7475,85335 +"60591",7476,15685 +"60592",7476,85190 +"60593",7477,14977 +"60594",7477,30422 +"60595",7477,52021 +"60596",7477,104633 +"60597",7477,106976 +"60598",7477,109620 +"60599",7478,9082 +"60600",7478,12502 +"60601",7478,15806 +"60602",7478,16996 +"60603",7478,18229 +"60604",7478,20611 +"60605",7478,22349 +"60606",7478,31688 +"60607",7478,51168 +"60608",7479,8402 +"60609",7479,15251 +"60610",7479,20299 +"60611",7479,25183 +"60612",7479,25238 +"60613",7479,27989 +"60614",7479,30268 +"60615",7479,84882 +"60616",7480,12797 +"60617",7480,13479 +"60618",7480,13518 +"60619",7480,13872 +"60620",7480,30512 +"60621",7480,51122 +"60622",7481,33741 +"60623",7481,37872 +"60624",7481,43654 +"60625",7481,59852 +"60626",7481,64102 +"60627",7481,91573 +"60628",7481,92049 +"60629",7481,100139 +"60630",7481,102635 +"60631",7481,103583 +"60632",7481,109263 +"60633",7482,7584 +"60634",7482,18326 +"60635",7482,37138 +"60636",7482,37736 +"60637",7482,71683 +"60638",7482,77218 +"60639",7482,84228 +"60640",7482,88484 +"60641",7482,88717 +"60642",7482,89853 +"60643",7482,90942 +"60644",7482,92606 +"60645",7482,99575 +"60646",7482,101827 +"60647",7482,109472 +"60648",7483,37022 +"60649",7484,9952 +"60650",7484,15542 +"60651",7484,23123 +"60652",7484,43430 +"60653",7484,46910 +"60654",7484,64909 +"60655",7484,75697 +"60656",7485,8274 +"60657",7485,8327 +"60658",7485,8330 +"60659",7485,8352 +"60660",7485,8357 +"60661",7485,8359 +"60662",7485,8434 +"60663",7485,11514 +"60664",7485,18054 +"60665",7485,25555 +"60666",7485,41682 +"60667",7485,66833 +"60668",7486,8160 +"60669",7486,8738 +"60670",7486,15455 +"60671",7486,19543 +"60672",7486,26124 +"60673",7486,61830 +"60674",7486,65833 +"60675",7487,8495 +"60676",7487,23015 +"60677",7487,30572 +"60678",7487,39875 +"60679",7487,42948 +"60680",7487,46560 +"60681",7487,48026 +"60682",7487,55541 +"60683",7487,55700 +"60684",7487,65833 +"60685",7487,87344 +"60686",7488,7537 +"60687",7488,65002 +"60688",7488,67169 +"60689",7489,12023 +"60690",7489,13295 +"60691",7489,22754 +"60692",7489,26023 +"60693",7489,27263 +"60694",7489,31753 +"60695",7489,41077 +"60696",7489,50766 +"60697",7489,54372 +"60698",7489,77205 +"60699",7489,87980 +"60700",7489,105318 +"60701",7489,105324 +"60702",7489,105358 +"60703",7490,10513 +"60704",7490,24054 +"60705",7490,36055 +"60706",7490,60329 +"60707",7490,74613 +"60708",7490,109860 +"60709",7491,11297 +"60710",7491,30521 +"60711",7491,30749 +"60712",7491,41648 +"60713",7491,51349 +"60714",7491,54634 +"60715",7491,88049 +"60716",7491,103085 +"60717",7491,106999 +"60718",7492,8069 +"60719",7492,54030 +"60720",7493,11259 +"60721",7493,20487 +"60722",7493,23438 +"60723",7493,44730 +"60724",7494,7507 +"60725",7494,7580 +"60726",7494,7603 +"60727",7494,7604 +"60728",7494,40947 +"60729",7494,109295 +"60730",7494,118035 +"60731",7495,75497 +"60732",7495,97255 +"60733",7495,110425 +"60734",7496,11740 +"60735",7496,115123 +"60736",7497,10268 +"60737",7497,15594 +"60738",7497,41381 +"60739",7497,56684 +"60740",7497,60554 +"60741",7497,68398 +"60742",7498,38866 +"60743",7498,39288 +"60744",7498,105410 +"60745",7499,10250 +"60746",7499,22853 +"60747",7499,33103 +"60748",7499,37343 +"60749",7499,37846 +"60750",7499,37888 +"60751",7499,44112 +"60752",7499,82029 +"60753",7499,97654 +"60754",7499,102545 +"60755",7499,108314 +"60756",7500,56298 +"60757",7501,32273 +"60758",7501,79638 +"60759",7501,80113 +"60760",7502,74985 +"60761",7502,87883 +"60762",7502,109860 +"60763",7502,118781 +"60764",7503,40640 +"60765",7503,103240 +"60766",7505,16999 +"60767",7505,20395 +"60768",7505,43424 +"60769",7505,44139 +"60770",7505,48762 +"60771",7505,55344 +"60772",7506,12272 +"60773",7506,20742 +"60774",7506,25527 +"60775",7506,26728 +"60776",7506,44767 +"60777",7506,68087 +"60778",7506,73325 +"60779",7506,83363 +"60780",7506,102137 +"60781",7506,110416 +"60782",7506,120178 +"60783",7507,7580 +"60784",7507,7603 +"60785",7507,7604 +"60786",7508,10841 +"60787",7508,11922 +"60788",7508,15812 +"60789",7508,16380 +"60790",7508,33123 +"60791",7508,33272 +"60792",7508,79649 +"60793",7508,79680 +"60794",7508,84764 +"60795",7509,11062 +"60796",7509,16274 +"60797",7509,22831 +"60798",7509,26382 +"60799",7509,35797 +"60800",7509,37859 +"60801",7509,46758 +"60802",7509,50394 +"60803",7509,57562 +"60804",7509,61036 +"60805",7509,75801 +"60806",7509,79618 +"60807",7509,97088 +"60808",7509,109182 +"60809",7509,109788 +"60810",7509,110061 +"60811",7509,122702 +"60812",7510,19667 +"60813",7510,36949 +"60814",7510,94636 +"60815",7511,10947 +"60816",7511,22420 +"60817",7511,28234 +"60818",7511,28536 +"60819",7511,38365 +"60820",7511,50580 +"60821",7511,56707 +"60822",7511,62743 +"60823",7511,122595 +"60824",7512,14860 +"60825",7512,15144 +"60826",7512,16961 +"60827",7512,17817 +"60828",7512,22428 +"60829",7512,25702 +"60830",7512,28204 +"60831",7512,28922 +"60832",7512,30584 +"60833",7512,39396 +"60834",7512,46079 +"60835",7512,48345 +"60836",7512,52705 +"60837",7512,59016 +"60838",7512,63388 +"60839",7512,63610 +"60840",7512,63650 +"60841",7512,67039 +"60842",7512,71293 +"60843",7512,91231 +"60844",7512,92079 +"60845",7512,121769 +"60846",7512,121774 +"60847",7513,26855 +"60848",7513,47685 +"60849",7513,63693 +"60850",7513,65203 +"60851",7513,79063 +"60852",7513,79567 +"60853",7513,80748 +"60854",7513,81206 +"60855",7513,92336 +"60856",7513,100684 +"60857",7513,101490 +"60858",7513,113571 +"60859",7513,117332 +"60860",7513,120297 +"60861",7514,12016 +"60862",7514,27061 +"60863",7514,31388 +"60864",7514,31599 +"60865",7515,24663 +"60866",7515,25761 +"60867",7515,25976 +"60868",7515,30416 +"60869",7515,32947 +"60870",7515,52441 +"60871",7515,57926 +"60872",7515,63409 +"60873",7515,66664 +"60874",7515,90939 +"60875",7515,91905 +"60876",7515,107396 +"60877",7515,112765 +"60878",7515,112767 +"60879",7516,7517 +"60880",7516,7546 +"60881",7516,7703 +"60882",7516,7766 +"60883",7516,7770 +"60884",7516,7881 +"60885",7516,28626 +"60886",7516,41653 +"60887",7516,82270 +"60888",7517,7546 +"60889",7517,7703 +"60890",7517,7766 +"60891",7517,7770 +"60892",7517,7881 +"60893",7517,27962 +"60894",7517,41653 +"60895",7517,65532 +"60896",7518,15537 +"60897",7518,29218 +"60898",7518,42302 +"60899",7518,47084 +"60900",7518,56926 +"60901",7518,64502 +"60902",7518,81356 +"60903",7518,85736 +"60904",7518,107461 +"60905",7519,13097 +"60906",7519,43581 +"60907",7519,48934 +"60908",7519,62445 +"60909",7519,63075 +"60910",7519,63552 +"60911",7519,71879 +"60912",7519,75984 +"60913",7519,77017 +"60914",7519,80157 +"60915",7519,81779 +"60916",7519,95924 +"60917",7519,105048 +"60918",7520,7521 +"60919",7520,11769 +"60920",7520,13910 +"60921",7520,14134 +"60922",7520,18257 +"60923",7520,31036 +"60924",7520,34254 +"60925",7520,90390 +"60926",7521,49100 +"60927",7522,7915 +"60928",7522,14848 +"60929",7523,9580 +"60930",7523,11352 +"60931",7523,16644 +"60932",7523,41513 +"60933",7523,64593 +"60934",7524,58733 +"60935",7525,49651 +"60936",7525,100801 +"60937",7525,103351 +"60938",7525,111942 +"60939",7526,7706 +"60940",7526,7872 +"60941",7526,9186 +"60942",7526,9214 +"60943",7526,9875 +"60944",7526,16485 +"60945",7526,17830 +"60946",7526,18978 +"60947",7526,23462 +"60948",7526,24027 +"60949",7526,27742 +"60950",7526,33870 +"60951",7526,33871 +"60952",7526,34114 +"60953",7526,34640 +"60954",7526,37352 +"60955",7526,38042 +"60956",7526,39504 +"60957",7526,40352 +"60958",7526,41023 +"60959",7526,41062 +"60960",7526,47237 +"60961",7526,48219 +"60962",7526,52845 +"60963",7526,57697 +"60964",7526,62936 +"60965",7526,63188 +"60966",7526,69873 +"60967",7526,74273 +"60968",7526,79235 +"60969",7526,80409 +"60970",7526,81137 +"60971",7526,85648 +"60972",7526,91849 +"60973",7527,75244 +"60974",7528,12171 +"60975",7528,13086 +"60976",7528,37649 +"60977",7528,40136 +"60978",7528,59498 +"60979",7528,72566 +"60980",7528,75213 +"60981",7528,83508 +"60982",7528,85473 +"60983",7529,8011 +"60984",7529,8885 +"60985",7529,11389 +"60986",7529,12199 +"60987",7529,19882 +"60988",7529,24568 +"60989",7529,26462 +"60990",7529,30416 +"60991",7529,63409 +"60992",7529,63846 +"60993",7529,80429 +"60994",7529,88409 +"60995",7529,89836 +"60996",7529,107649 +"60997",7529,111534 +"60998",7530,10012 +"60999",7530,19027 +"61000",7530,29456 +"61001",7530,41832 +"61002",7530,78743 +"61003",7530,87566 +"61004",7531,9306 +"61005",7531,15788 +"61006",7531,40643 +"61007",7531,40729 +"61008",7531,41679 +"61009",7531,45887 +"61010",7531,56794 +"61011",7531,57228 +"61012",7531,57259 +"61013",7531,71137 +"61014",7531,107836 +"61015",7532,43872 +"61016",7532,47485 +"61017",7532,67540 +"61018",7532,94798 +"61019",7532,101402 +"61020",7532,112301 +"61021",7533,11066 +"61022",7534,72872 +"61023",7534,102688 +"61024",7534,102693 +"61025",7535,39373 +"61026",7535,39448 +"61027",7535,53111 +"61028",7535,53123 +"61029",7536,9655 +"61030",7538,10328 +"61031",7538,19122 +"61032",7538,22029 +"61033",7538,33923 +"61034",7538,50763 +"61035",7538,58954 +"61036",7538,79203 +"61037",7538,81310 +"61038",7538,85925 +"61039",7539,87088 +"61040",7540,16068 +"61041",7540,18774 +"61042",7540,24390 +"61043",7540,24448 +"61044",7540,36225 +"61045",7540,38806 +"61046",7540,53610 +"61047",7540,59534 +"61048",7540,64510 +"61049",7540,83885 +"61050",7540,83886 +"61051",7541,17990 +"61052",7541,21092 +"61053",7541,45031 +"61054",7541,50811 +"61055",7541,76347 +"61056",7541,84205 +"61057",7541,100211 +"61058",7541,101983 +"61059",7541,108805 +"61060",7541,110601 +"61061",7541,110614 +"61062",7541,116147 +"61063",7541,116180 +"61064",7542,7813 +"61065",7542,7823 +"61066",7542,7859 +"61067",7542,7893 +"61068",7542,30173 +"61069",7542,32492 +"61070",7543,37532 +"61071",7543,42312 +"61072",7543,58915 +"61073",7544,24050 +"61074",7544,30033 +"61075",7544,35561 +"61076",7544,52437 +"61077",7544,58373 +"61078",7544,88712 +"61079",7544,94098 +"61080",7544,108934 +"61081",7544,110165 +"61082",7544,118351 +"61083",7545,32440 +"61084",7545,105238 +"61085",7545,116603 +"61086",7545,116614 +"61087",7546,7703 +"61088",7546,7766 +"61089",7546,7770 +"61090",7546,7881 +"61091",7546,41653 +"61092",7548,10158 +"61093",7548,13515 +"61094",7548,31909 +"61095",7548,49581 +"61096",7548,102483 +"61097",7549,21448 +"61098",7549,23232 +"61099",7549,57087 +"61100",7550,29190 +"61101",7550,31260 +"61102",7550,50241 +"61103",7550,76437 +"61104",7551,13217 +"61105",7551,25727 +"61106",7551,53453 +"61107",7551,68502 +"61108",7551,104646 +"61109",7551,108412 +"61110",7552,26677 +"61111",7552,35443 +"61112",7552,78623 +"61113",7552,120916 +"61114",7553,11817 +"61115",7553,14656 +"61116",7553,17789 +"61117",7553,19101 +"61118",7553,20124 +"61119",7553,24859 +"61120",7553,26399 +"61121",7553,30564 +"61122",7553,39301 +"61123",7553,40629 +"61124",7553,52136 +"61125",7553,56082 +"61126",7553,65972 +"61127",7553,86444 +"61128",7553,91184 +"61129",7553,94671 +"61130",7553,111679 +"61131",7554,8087 +"61132",7555,16680 +"61133",7555,24025 +"61134",7555,27607 +"61135",7555,32032 +"61136",7555,32173 +"61137",7555,34152 +"61138",7555,48290 +"61139",7555,49370 +"61140",7555,49419 +"61141",7555,56096 +"61142",7555,61666 +"61143",7555,69394 +"61144",7555,84252 +"61145",7555,95994 +"61146",7555,108232 +"61147",7555,109663 +"61148",7556,11517 +"61149",7556,28062 +"61150",7556,39705 +"61151",7557,11103 +"61152",7557,16380 +"61153",7557,32679 +"61154",7557,33382 +"61155",7557,33812 +"61156",7557,33834 +"61157",7557,33927 +"61158",7557,36574 +"61159",7557,38467 +"61160",7557,39518 +"61161",7557,40821 +"61162",7557,43945 +"61163",7557,46932 +"61164",7557,54721 +"61165",7557,64806 +"61166",7557,80879 +"61167",7557,86773 +"61168",7558,7652 +"61169",7558,74774 +"61170",7558,93098 +"61171",7559,7572 +"61172",7559,7619 +"61173",7559,7621 +"61174",7559,7631 +"61175",7559,7651 +"61176",7559,8058 +"61177",7559,8059 +"61178",7559,8076 +"61179",7559,8083 +"61180",7559,9503 +"61181",7559,13592 +"61182",7559,16735 +"61183",7559,18161 +"61184",7559,21213 +"61185",7559,21430 +"61186",7559,22506 +"61187",7560,21278 +"61188",7560,46383 +"61189",7560,66803 +"61190",7561,16725 +"61191",7561,16726 +"61192",7561,16745 +"61193",7561,21278 +"61194",7561,23466 +"61195",7561,23700 +"61196",7561,23751 +"61197",7561,28035 +"61198",7561,31307 +"61199",7562,43699 +"61200",7562,95485 +"61201",7563,51762 +"61202",7563,52487 +"61203",7563,63259 +"61204",7563,75342 +"61205",7563,75344 +"61206",7564,7630 +"61207",7564,27037 +"61208",7564,62423 +"61209",7565,9742 +"61210",7565,9901 +"61211",7565,10336 +"61212",7565,15902 +"61213",7565,16706 +"61214",7565,21455 +"61215",7565,21593 +"61216",7565,25447 +"61217",7565,30501 +"61218",7565,63029 +"61219",7565,82219 +"61220",7565,111227 +"61221",7565,111234 +"61222",7566,55990 +"61223",7566,72336 +"61224",7566,111994 +"61225",7566,112168 +"61226",7566,112173 +"61227",7567,58791 +"61228",7567,74459 +"61229",7568,80644 +"61230",7568,83444 +"61231",7569,9040 +"61232",7569,23024 +"61233",7569,36431 +"61234",7570,7729 +"61235",7570,9508 +"61236",7570,13060 +"61237",7570,14324 +"61238",7570,17255 +"61239",7570,29146 +"61240",7570,34451 +"61241",7570,47940 +"61242",7570,70747 +"61243",7570,84919 +"61244",7570,92819 +"61245",7570,120794 +"61246",7571,19280 +"61247",7571,67397 +"61248",7572,7619 +"61249",7572,7621 +"61250",7572,7631 +"61251",7572,7651 +"61252",7572,8058 +"61253",7572,8059 +"61254",7572,8076 +"61255",7572,8083 +"61256",7572,13700 +"61257",7572,17904 +"61258",7572,21219 +"61259",7572,21220 +"61260",7572,21240 +"61261",7572,21241 +"61262",7572,21256 +"61263",7572,31918 +"61264",7572,61435 +"61265",7572,72597 +"61266",7572,76601 +"61267",7573,13320 +"61268",7573,14520 +"61269",7573,14578 +"61270",7573,16286 +"61271",7573,47849 +"61272",7574,8209 +"61273",7574,15919 +"61274",7574,18820 +"61275",7574,18821 +"61276",7574,20378 +"61277",7574,32423 +"61278",7574,34545 +"61279",7574,37218 +"61280",7574,46945 +"61281",7574,55235 +"61282",7574,56637 +"61283",7574,61893 +"61284",7574,108334 +"61285",7574,119431 +"61286",7574,119931 +"61287",7575,11814 +"61288",7575,53168 +"61289",7575,75953 +"61290",7575,93116 +"61291",7576,10057 +"61292",7576,91085 +"61293",7576,122026 +"61294",7577,7978 +"61295",7577,19907 +"61296",7578,16605 +"61297",7578,16827 +"61298",7578,17613 +"61299",7579,14062 +"61300",7579,18826 +"61301",7579,37959 +"61302",7579,41912 +"61303",7580,7603 +"61304",7580,7604 +"61305",7580,8006 +"61306",7580,19246 +"61307",7580,46130 +"61308",7580,53584 +"61309",7580,70184 +"61310",7580,78611 +"61311",7580,80983 +"61312",7580,81415 +"61313",7580,81951 +"61314",7580,85191 +"61315",7581,8307 +"61316",7581,8534 +"61317",7581,9366 +"61318",7581,11766 +"61319",7581,12735 +"61320",7581,12779 +"61321",7581,13360 +"61322",7581,13942 +"61323",7581,14817 +"61324",7581,15027 +"61325",7581,15185 +"61326",7581,15216 +"61327",7581,15964 +"61328",7581,16252 +"61329",7581,16872 +"61330",7581,17145 +"61331",7581,17508 +"61332",7581,18060 +"61333",7581,18217 +"61334",7581,22462 +"61335",7581,22823 +"61336",7581,23147 +"61337",7581,23421 +"61338",7581,23632 +"61339",7581,23953 +"61340",7581,24495 +"61341",7581,24710 +"61342",7581,25143 +"61343",7581,25303 +"61344",7581,25664 +"61345",7581,26407 +"61346",7581,27174 +"61347",7581,27196 +"61348",7581,27710 +"61349",7581,28703 +"61350",7581,29253 +"61351",7581,29267 +"61352",7581,29341 +"61353",7581,29560 +"61354",7581,29573 +"61355",7581,29868 +"61356",7581,30486 +"61357",7581,32438 +"61358",7581,32967 +"61359",7581,33223 +"61360",7581,33881 +"61361",7581,34097 +"61362",7581,34330 +"61363",7581,34513 +"61364",7581,35400 +"61365",7581,35706 +"61366",7581,36476 +"61367",7581,36547 +"61368",7581,36745 +"61369",7581,37821 +"61370",7581,37931 +"61371",7581,38319 +"61372",7581,39398 +"61373",7581,39492 +"61374",7581,40320 +"61375",7581,40373 +"61376",7581,40542 +"61377",7581,41182 +"61378",7581,42131 +"61379",7581,46843 +"61380",7581,47396 +"61381",7581,47595 +"61382",7581,48331 +"61383",7581,95178 +"61384",7581,110222 +"61385",7582,11243 +"61386",7582,11501 +"61387",7582,14280 +"61388",7582,29294 +"61389",7582,34464 +"61390",7582,39535 +"61391",7582,57149 +"61392",7582,62541 +"61393",7582,68523 +"61394",7582,74347 +"61395",7582,83093 +"61396",7582,90223 +"61397",7582,111098 +"61398",7583,10969 +"61399",7583,81404 +"61400",7585,89435 +"61401",7585,96394 +"61402",7586,11773 +"61403",7586,24775 +"61404",7586,25863 +"61405",7586,44866 +"61406",7586,48145 +"61407",7586,85070 +"61408",7586,96318 +"61409",7586,104566 +"61410",7586,106456 +"61411",7587,16283 +"61412",7587,16598 +"61413",7587,73820 +"61414",7587,102933 +"61415",7588,7985 +"61416",7588,10117 +"61417",7588,12391 +"61418",7588,12889 +"61419",7588,18600 +"61420",7588,18767 +"61421",7588,20072 +"61422",7588,21505 +"61423",7588,21607 +"61424",7588,21665 +"61425",7588,23861 +"61426",7588,27279 +"61427",7588,32630 +"61428",7588,34564 +"61429",7588,34620 +"61430",7588,38525 +"61431",7588,41713 +"61432",7588,42087 +"61433",7588,45047 +"61434",7588,45980 +"61435",7588,48202 +"61436",7588,48212 +"61437",7588,53132 +"61438",7588,53227 +"61439",7588,55111 +"61440",7588,58628 +"61441",7588,61801 +"61442",7588,64350 +"61443",7588,73044 +"61444",7588,73058 +"61445",7588,73335 +"61446",7588,78063 +"61447",7588,78429 +"61448",7588,78569 +"61449",7588,82143 +"61450",7588,83231 +"61451",7588,86471 +"61452",7588,90804 +"61453",7588,91022 +"61454",7588,91045 +"61455",7588,95675 +"61456",7588,101516 +"61457",7588,102387 +"61458",7588,108374 +"61459",7588,108893 +"61460",7588,109101 +"61461",7588,109523 +"61462",7588,110993 +"61463",7588,111338 +"61464",7588,111398 +"61465",7588,111409 +"61466",7588,111480 +"61467",7588,112422 +"61468",7588,112648 +"61469",7588,112708 +"61470",7588,112820 +"61471",7588,112997 +"61472",7588,113597 +"61473",7588,114418 +"61474",7588,114582 +"61475",7588,115371 +"61476",7588,116028 +"61477",7588,116604 +"61478",7588,122962 +"61479",7589,7596 +"61480",7589,34993 +"61481",7590,12929 +"61482",7590,33063 +"61483",7591,7605 +"61484",7592,12398 +"61485",7592,17074 +"61486",7592,101962 +"61487",7593,30985 +"61488",7593,40721 +"61489",7593,48589 +"61490",7593,58363 +"61491",7593,66588 +"61492",7593,77690 +"61493",7593,77741 +"61494",7593,103711 +"61495",7593,104244 +"61496",7594,45759 +"61497",7594,46741 +"61498",7594,46803 +"61499",7594,47769 +"61500",7594,70752 +"61501",7594,96029 +"61502",7595,74479 +"61503",7596,34034 +"61504",7597,18804 +"61505",7597,19063 +"61506",7597,54052 +"61507",7597,74836 +"61508",7597,96622 +"61509",7597,99029 +"61510",7598,8315 +"61511",7598,9069 +"61512",7598,10221 +"61513",7598,14235 +"61514",7598,17217 +"61515",7598,19017 +"61516",7598,19934 +"61517",7598,40292 +"61518",7598,41225 +"61519",7598,42643 +"61520",7598,46432 +"61521",7598,57675 +"61522",7598,61905 +"61523",7598,89834 +"61524",7598,106958 +"61525",7598,107577 +"61526",7599,11580 +"61527",7599,45646 +"61528",7599,47021 +"61529",7599,105250 +"61530",7600,72995 +"61531",7600,98861 +"61532",7600,113328 +"61533",7600,113512 +"61534",7601,7729 +"61535",7602,13724 +"61536",7602,23783 +"61537",7602,25191 +"61538",7602,97090 +"61539",7603,7604 +"61540",7603,40947 +"61541",7603,59869 +"61542",7603,59912 +"61543",7603,59913 +"61544",7603,70213 +"61545",7604,9203 +"61546",7604,9270 +"61547",7604,15243 +"61548",7604,18184 +"61549",7604,21028 +"61550",7604,21889 +"61551",7604,24515 +"61552",7604,31684 +"61553",7604,38820 +"61554",7604,39312 +"61555",7604,42382 +"61556",7604,46616 +"61557",7604,47607 +"61558",7604,53584 +"61559",7604,73264 +"61560",7604,78341 +"61561",7604,80928 +"61562",7604,82082 +"61563",7604,84591 +"61564",7604,86504 +"61565",7604,87915 +"61566",7604,92487 +"61567",7604,99425 +"61568",7604,107481 +"61569",7605,8611 +"61570",7605,9553 +"61571",7605,22749 +"61572",7605,35256 +"61573",7605,37570 +"61574",7605,37682 +"61575",7606,23574 +"61576",7606,72514 +"61577",7606,91668 +"61578",7606,107638 +"61579",7607,24368 +"61580",7607,31370 +"61581",7607,60700 +"61582",7607,84048 +"61583",7607,88479 +"61584",7607,112782 +"61585",7607,114559 +"61586",7609,7644 +"61587",7609,11351 +"61588",7609,16793 +"61589",7609,37224 +"61590",7610,19448 +"61591",7610,22180 +"61592",7610,22455 +"61593",7610,39765 +"61594",7610,62556 +"61595",7611,23608 +"61596",7611,23773 +"61597",7611,44456 +"61598",7611,44471 +"61599",7611,63610 +"61600",7611,69023 +"61601",7611,72093 +"61602",7611,78671 +"61603",7611,103853 +"61604",7612,55067 +"61605",7612,55128 +"61606",7613,13516 +"61607",7613,16063 +"61608",7613,21328 +"61609",7613,33102 +"61610",7613,82173 +"61611",7614,19586 +"61612",7614,21303 +"61613",7614,29604 +"61614",7614,37010 +"61615",7614,64974 +"61616",7614,69905 +"61617",7614,70477 +"61618",7614,77811 +"61619",7614,96019 +"61620",7614,96405 +"61621",7614,103972 +"61622",7614,103973 +"61623",7614,103977 +"61624",7614,103986 +"61625",7614,103999 +"61626",7615,30974 +"61627",7615,39495 +"61628",7615,39832 +"61629",7615,59921 +"61630",7615,60531 +"61631",7615,75722 +"61632",7615,102426 +"61633",7615,112968 +"61634",7615,121499 +"61635",7616,9871 +"61636",7616,9944 +"61637",7616,12712 +"61638",7616,16539 +"61639",7616,16680 +"61640",7616,21089 +"61641",7616,25490 +"61642",7616,26002 +"61643",7616,26911 +"61644",7616,27622 +"61645",7616,27649 +"61646",7616,29158 +"61647",7616,34245 +"61648",7616,36784 +"61649",7616,39159 +"61650",7616,39761 +"61651",7616,42523 +"61652",7616,43916 +"61653",7616,54152 +"61654",7616,59161 +"61655",7616,65664 +"61656",7616,65700 +"61657",7616,65752 +"61658",7616,77611 +"61659",7616,82332 +"61660",7616,82337 +"61661",7616,82523 +"61662",7616,82893 +"61663",7616,83032 +"61664",7616,95224 +"61665",7617,39814 +"61666",7617,46643 +"61667",7618,8050 +"61668",7618,23181 +"61669",7618,28578 +"61670",7618,45048 +"61671",7619,7621 +"61672",7619,7631 +"61673",7619,7651 +"61674",7619,8058 +"61675",7619,8059 +"61676",7619,8076 +"61677",7619,8083 +"61678",7619,42228 +"61679",7620,8854 +"61680",7620,11418 +"61681",7620,44386 +"61682",7620,63727 +"61683",7620,63759 +"61684",7621,7631 +"61685",7621,7651 +"61686",7621,8058 +"61687",7621,8059 +"61688",7621,8076 +"61689",7621,8083 +"61690",7621,11105 +"61691",7621,11392 +"61692",7621,11859 +"61693",7621,19584 +"61694",7621,30038 +"61695",7621,36320 +"61696",7621,43198 +"61697",7621,45729 +"61698",7621,60128 +"61699",7621,60129 +"61700",7621,86609 +"61701",7622,7820 +"61702",7622,7844 +"61703",7622,10691 +"61704",7622,26874 +"61705",7622,31969 +"61706",7622,39249 +"61707",7622,42142 +"61708",7622,42851 +"61709",7622,57816 +"61710",7622,60802 +"61711",7622,71454 +"61712",7622,74304 +"61713",7622,76660 +"61714",7622,80072 +"61715",7622,97894 +"61716",7622,100006 +"61717",7622,100705 +"61718",7622,100719 +"61719",7623,33918 +"61720",7623,50818 +"61721",7623,54516 +"61722",7624,8132 +"61723",7624,11074 +"61724",7624,17396 +"61725",7624,21518 +"61726",7624,21587 +"61727",7624,22331 +"61728",7624,23417 +"61729",7624,25443 +"61730",7624,28092 +"61731",7624,33113 +"61732",7624,33383 +"61733",7624,33399 +"61734",7624,37439 +"61735",7624,41433 +"61736",7624,57151 +"61737",7624,59043 +"61738",7624,60552 +"61739",7624,66601 +"61740",7624,67860 +"61741",7624,71623 +"61742",7624,80907 +"61743",7624,93173 +"61744",7624,93316 +"61745",7624,93865 +"61746",7624,99428 +"61747",7624,103038 +"61748",7625,42903 +"61749",7625,102646 +"61750",7625,106882 +"61751",7625,106898 +"61752",7626,15548 +"61753",7626,27292 +"61754",7626,54959 +"61755",7626,66455 +"61756",7626,76125 +"61757",7626,82746 +"61758",7627,7666 +"61759",7627,37394 +"61760",7627,38101 +"61761",7627,53814 +"61762",7628,62208 +"61763",7629,8989 +"61764",7629,10533 +"61765",7629,10534 +"61766",7629,15096 +"61767",7629,30172 +"61768",7629,34525 +"61769",7629,35045 +"61770",7629,37809 +"61771",7629,44540 +"61772",7629,79508 +"61773",7630,8234 +"61774",7630,10420 +"61775",7630,13372 +"61776",7630,48197 +"61777",7630,84217 +"61778",7630,99527 +"61779",7630,106292 +"61780",7631,7651 +"61781",7631,8058 +"61782",7631,8059 +"61783",7631,8076 +"61784",7631,8083 +"61785",7631,18873 +"61786",7631,24743 +"61787",7631,29611 +"61788",7631,32323 +"61789",7631,45444 +"61790",7631,47529 +"61791",7632,12323 +"61792",7633,9900 +"61793",7633,48184 +"61794",7633,69314 +"61795",7633,118632 +"61796",7634,63623 +"61797",7634,85335 +"61798",7635,40712 +"61799",7635,46382 +"61800",7635,50367 +"61801",7635,65691 +"61802",7635,76613 +"61803",7635,80425 +"61804",7635,83479 +"61805",7635,84682 +"61806",7636,14081 +"61807",7636,27706 +"61808",7636,34331 +"61809",7636,79874 +"61810",7637,8824 +"61811",7637,8876 +"61812",7637,14495 +"61813",7637,15410 +"61814",7637,20646 +"61815",7637,21672 +"61816",7637,27519 +"61817",7637,30031 +"61818",7637,32131 +"61819",7637,33129 +"61820",7638,12478 +"61821",7638,14428 +"61822",7638,29053 +"61823",7638,47553 +"61824",7638,56097 +"61825",7638,69651 +"61826",7638,69666 +"61827",7639,26869 +"61828",7639,33395 +"61829",7639,39443 +"61830",7639,39569 +"61831",7639,39916 +"61832",7639,55541 +"61833",7639,60536 +"61834",7639,70535 +"61835",7639,114279 +"61836",7640,34987 +"61837",7640,68027 +"61838",7641,7716 +"61839",7641,10165 +"61840",7641,20341 +"61841",7641,28207 +"61842",7641,76420 +"61843",7641,76439 +"61844",7642,27123 +"61845",7642,110231 +"61846",7642,110255 +"61847",7643,7797 +"61848",7643,14731 +"61849",7643,35714 +"61850",7643,38063 +"61851",7643,45079 +"61852",7643,49438 +"61853",7643,62337 +"61854",7643,67298 +"61855",7643,75901 +"61856",7643,92817 +"61857",7643,100029 +"61858",7643,102997 +"61859",7644,8703 +"61860",7644,8762 +"61861",7644,35428 +"61862",7644,57669 +"61863",7644,63981 +"61864",7644,64362 +"61865",7645,25045 +"61866",7646,67133 +"61867",7646,95306 +"61868",7647,57319 +"61869",7647,61048 +"61870",7647,73071 +"61871",7647,76495 +"61872",7647,77734 +"61873",7647,79116 +"61874",7647,101598 +"61875",7647,109103 +"61876",7647,117035 +"61877",7648,8741 +"61878",7648,9273 +"61879",7648,10694 +"61880",7648,16184 +"61881",7648,18656 +"61882",7648,23187 +"61883",7648,24805 +"61884",7648,24867 +"61885",7648,36880 +"61886",7648,38926 +"61887",7648,41579 +"61888",7648,41669 +"61889",7648,45900 +"61890",7648,45901 +"61891",7648,48712 +"61892",7648,60822 +"61893",7648,71538 +"61894",7648,79727 +"61895",7649,17882 +"61896",7649,28601 +"61897",7649,39027 +"61898",7649,39984 +"61899",7649,52646 +"61900",7650,7668 +"61901",7650,11765 +"61902",7650,13891 +"61903",7650,14635 +"61904",7650,16582 +"61905",7650,19242 +"61906",7650,22726 +"61907",7650,28332 +"61908",7650,50021 +"61909",7650,70813 +"61910",7650,83047 +"61911",7650,99478 +"61912",7651,8058 +"61913",7651,8059 +"61914",7651,8076 +"61915",7651,8083 +"61916",7652,33685 +"61917",7652,34512 +"61918",7652,93882 +"61919",7653,12663 +"61920",7653,13882 +"61921",7653,16963 +"61922",7653,34150 +"61923",7653,34243 +"61924",7654,7847 +"61925",7654,12210 +"61926",7654,13167 +"61927",7654,16888 +"61928",7654,17729 +"61929",7654,23633 +"61930",7654,25816 +"61931",7654,28468 +"61932",7654,36798 +"61933",7654,40524 +"61934",7654,41171 +"61935",7654,57129 +"61936",7655,14503 +"61937",7655,15331 +"61938",7655,86139 +"61939",7656,54227 +"61940",7656,60744 +"61941",7656,60838 +"61942",7657,8880 +"61943",7657,11429 +"61944",7657,30886 +"61945",7657,33327 +"61946",7657,33684 +"61947",7657,33985 +"61948",7657,34010 +"61949",7657,34479 +"61950",7657,40392 +"61951",7657,45192 +"61952",7657,45792 +"61953",7657,47352 +"61954",7657,50936 +"61955",7657,58385 +"61956",7657,60098 +"61957",7657,63051 +"61958",7658,26498 +"61959",7658,36049 +"61960",7658,46139 +"61961",7658,47739 +"61962",7658,49914 +"61963",7658,65279 +"61964",7658,65658 +"61965",7658,69143 +"61966",7658,98313 +"61967",7658,117800 +"61968",7658,117814 +"61969",7658,118726 +"61970",7658,118727 +"61971",7660,23569 +"61972",7660,24066 +"61973",7660,45280 +"61974",7660,54305 +"61975",7660,66052 +"61976",7660,77836 +"61977",7660,89479 +"61978",7660,92820 +"61979",7660,93735 +"61980",7660,98593 +"61981",7660,116767 +"61982",7661,32891 +"61983",7662,8257 +"61984",7662,37668 +"61985",7662,41052 +"61986",7662,55947 +"61987",7662,73338 +"61988",7662,79343 +"61989",7663,8345 +"61990",7663,29750 +"61991",7663,33119 +"61992",7663,35464 +"61993",7663,42619 +"61994",7663,43046 +"61995",7663,44436 +"61996",7663,44857 +"61997",7663,52492 +"61998",7663,66313 +"61999",7663,69868 +"62000",7663,70442 +"62001",7663,71932 +"62002",7663,90922 +"62003",7663,92713 +"62004",7663,92817 +"62005",7663,97317 +"62006",7663,98948 +"62007",7663,114647 +"62008",7664,11526 +"62009",7665,20023 +"62010",7665,36907 +"62011",7665,44909 +"62012",7665,70488 +"62013",7665,75549 +"62014",7665,81902 +"62015",7665,92578 +"62016",7666,14423 +"62017",7667,8140 +"62018",7667,8980 +"62019",7667,16262 +"62020",7667,16857 +"62021",7667,27255 +"62022",7667,28069 +"62023",7667,39394 +"62024",7667,39443 +"62025",7667,39875 +"62026",7667,39916 +"62027",7667,39958 +"62028",7667,41980 +"62029",7667,50964 +"62030",7667,52225 +"62031",7667,60815 +"62032",7669,11275 +"62033",7669,36839 +"62034",7669,56122 +"62035",7669,94183 +"62036",7669,100978 +"62037",7670,29173 +"62038",7670,30919 +"62039",7670,37682 +"62040",7670,38775 +"62041",7670,39444 +"62042",7670,39853 +"62043",7670,39968 +"62044",7670,44254 +"62045",7670,55556 +"62046",7670,68633 +"62047",7671,31638 +"62048",7671,77425 +"62049",7671,78991 +"62050",7672,32832 +"62051",7672,42012 +"62052",7672,53624 +"62053",7672,68844 +"62054",7673,7948 +"62055",7674,7676 +"62056",7674,9357 +"62057",7674,21872 +"62058",7674,22005 +"62059",7674,24723 +"62060",7674,71778 +"62061",7674,77715 +"62062",7674,81172 +"62063",7674,91648 +"62064",7674,110028 +"62065",7675,7701 +"62066",7675,8821 +"62067",7675,10271 +"62068",7675,11769 +"62069",7675,25044 +"62070",7675,25241 +"62071",7675,25853 +"62072",7675,26664 +"62073",7675,28399 +"62074",7675,29133 +"62075",7675,29376 +"62076",7675,35187 +"62077",7675,40734 +"62078",7675,45339 +"62079",7675,52796 +"62080",7675,53081 +"62081",7675,53846 +"62082",7675,55302 +"62083",7675,56780 +"62084",7675,58414 +"62085",7675,58418 +"62086",7675,67952 +"62087",7675,75368 +"62088",7675,80029 +"62089",7675,94784 +"62090",7676,43752 +"62091",7676,74649 +"62092",7676,96574 +"62093",7676,96580 +"62094",7676,96586 +"62095",7677,7905 +"62096",7677,11988 +"62097",7678,10817 +"62098",7678,12005 +"62099",7678,12155 +"62100",7678,13075 +"62101",7678,32105 +"62102",7678,32631 +"62103",7678,34471 +"62104",7678,40215 +"62105",7678,78459 +"62106",7679,66595 +"62107",7679,82653 +"62108",7679,86443 +"62109",7679,96366 +"62110",7680,13371 +"62111",7680,19651 +"62112",7680,19704 +"62113",7681,32094 +"62114",7681,42287 +"62115",7681,43433 +"62116",7681,43658 +"62117",7681,75859 +"62118",7681,98738 +"62119",7681,111044 +"62120",7682,15092 +"62121",7682,23310 +"62122",7682,74982 +"62123",7683,7951 +"62124",7683,7955 +"62125",7683,30250 +"62126",7683,32934 +"62127",7683,74265 +"62128",7683,81784 +"62129",7683,93889 +"62130",7683,93890 +"62131",7683,93937 +"62132",7683,93945 +"62133",7683,106143 +"62134",7683,118875 +"62135",7683,120290 +"62136",7683,120310 +"62137",7685,24200 +"62138",7685,24264 +"62139",7685,26410 +"62140",7685,54487 +"62141",7685,59814 +"62142",7685,74862 +"62143",7685,106184 +"62144",7686,25293 +"62145",7686,27290 +"62146",7686,27383 +"62147",7686,27427 +"62148",7686,30512 +"62149",7687,67962 +"62150",7688,31964 +"62151",7689,13584 +"62152",7689,21880 +"62153",7689,38439 +"62154",7689,56813 +"62155",7689,77768 +"62156",7690,8387 +"62157",7690,8403 +"62158",7690,14842 +"62159",7690,27128 +"62160",7690,29451 +"62161",7690,38055 +"62162",7690,43182 +"62163",7690,44411 +"62164",7690,46803 +"62165",7690,92265 +"62166",7690,122254 +"62167",7690,122266 +"62168",7691,35487 +"62169",7691,42999 +"62170",7691,57234 +"62171",7692,7707 +"62172",7692,62113 +"62173",7694,29126 +"62174",7694,35514 +"62175",7694,37219 +"62176",7694,37310 +"62177",7694,37382 +"62178",7694,63523 +"62179",7694,69011 +"62180",7694,78549 +"62181",7694,97260 +"62182",7695,8294 +"62183",7695,17770 +"62184",7695,25767 +"62185",7695,30638 +"62186",7695,40654 +"62187",7695,42682 +"62188",7695,43046 +"62189",7695,50604 +"62190",7695,55136 +"62191",7695,56163 +"62192",7695,57270 +"62193",7695,58645 +"62194",7695,59210 +"62195",7695,59326 +"62196",7695,60928 +"62197",7695,65137 +"62198",7695,72957 +"62199",7695,75953 +"62200",7695,80041 +"62201",7695,80978 +"62202",7695,83029 +"62203",7695,88280 +"62204",7695,89059 +"62205",7695,94762 +"62206",7695,99575 +"62207",7695,101067 +"62208",7695,103201 +"62209",7695,103412 +"62210",7695,104750 +"62211",7695,107050 +"62212",7695,111903 +"62213",7695,112062 +"62214",7695,113534 +"62215",7695,116107 +"62216",7695,118428 +"62217",7695,119327 +"62218",7695,121359 +"62219",7696,14883 +"62220",7696,61631 +"62221",7696,71483 +"62222",7696,87274 +"62223",7697,32156 +"62224",7697,49136 +"62225",7698,17686 +"62226",7698,32042 +"62227",7698,62274 +"62228",7699,7700 +"62229",7699,7927 +"62230",7699,13653 +"62231",7699,13719 +"62232",7699,13731 +"62233",7699,59234 +"62234",7699,119636 +"62235",7700,7927 +"62236",7701,8821 +"62237",7701,10716 +"62238",7701,12188 +"62239",7701,18469 +"62240",7701,25044 +"62241",7701,25241 +"62242",7701,26702 +"62243",7701,29133 +"62244",7701,35187 +"62245",7701,40734 +"62246",7701,52796 +"62247",7701,53081 +"62248",7702,7820 +"62249",7702,18354 +"62250",7702,18629 +"62251",7702,26794 +"62252",7702,29373 +"62253",7702,36802 +"62254",7702,37843 +"62255",7702,39581 +"62256",7702,42214 +"62257",7702,48335 +"62258",7702,79270 +"62259",7703,7766 +"62260",7703,7770 +"62261",7703,7881 +"62262",7703,19883 +"62263",7703,41653 +"62264",7703,53144 +"62265",7703,53569 +"62266",7703,62238 +"62267",7703,104260 +"62268",7703,109409 +"62269",7703,109427 +"62270",7703,109437 +"62271",7704,7841 +"62272",7704,7865 +"62273",7704,9418 +"62274",7704,14522 +"62275",7704,30513 +"62276",7704,42196 +"62277",7704,59562 +"62278",7704,77648 +"62279",7704,77830 +"62280",7705,69606 +"62281",7705,81786 +"62282",7705,108871 +"62283",7705,120860 +"62284",7706,7872 +"62285",7706,42282 +"62286",7706,83020 +"62287",7706,108269 +"62288",7707,9966 +"62289",7707,11942 +"62290",7707,14175 +"62291",7707,14241 +"62292",7707,32740 +"62293",7707,33313 +"62294",7707,47248 +"62295",7707,59389 +"62296",7707,60418 +"62297",7707,68562 +"62298",7707,69845 +"62299",7707,71717 +"62300",7707,76861 +"62301",7707,91192 +"62302",7707,98140 +"62303",7707,100300 +"62304",7707,100774 +"62305",7707,107539 +"62306",7707,110487 +"62307",7707,110488 +"62308",7707,110492 +"62309",7707,118013 +"62310",7708,7957 +"62311",7708,61833 +"62312",7709,78472 +"62313",7710,30735 +"62314",7710,31434 +"62315",7710,59879 +"62316",7710,70493 +"62317",7710,108520 +"62318",7711,9534 +"62319",7711,47975 +"62320",7711,85479 +"62321",7712,18293 +"62322",7712,18924 +"62323",7712,19093 +"62324",7712,27377 +"62325",7712,44413 +"62326",7712,70568 +"62327",7712,75987 +"62328",7712,81272 +"62329",7713,8197 +"62330",7713,9249 +"62331",7713,15104 +"62332",7713,15195 +"62333",7713,15430 +"62334",7713,16381 +"62335",7713,16949 +"62336",7713,18514 +"62337",7713,22299 +"62338",7713,23938 +"62339",7713,24250 +"62340",7713,26682 +"62341",7713,29741 +"62342",7713,30876 +"62343",7713,32393 +"62344",7713,32939 +"62345",7713,33113 +"62346",7713,38494 +"62347",7713,38932 +"62348",7713,40643 +"62349",7713,42017 +"62350",7713,42107 +"62351",7713,45787 +"62352",7713,45936 +"62353",7713,47083 +"62354",7713,49231 +"62355",7713,50061 +"62356",7713,52450 +"62357",7713,54059 +"62358",7713,55370 +"62359",7713,57804 +"62360",7713,59615 +"62361",7713,59940 +"62362",7713,65580 +"62363",7713,67363 +"62364",7713,71230 +"62365",7713,76278 +"62366",7713,76740 +"62367",7713,76786 +"62368",7713,77272 +"62369",7713,77357 +"62370",7713,77402 +"62371",7713,78248 +"62372",7713,78255 +"62373",7713,78339 +"62374",7713,78445 +"62375",7713,79022 +"62376",7713,79716 +"62377",7713,79989 +"62378",7713,80281 +"62379",7713,81728 +"62380",7713,82196 +"62381",7713,82383 +"62382",7713,82810 +"62383",7713,82854 +"62384",7713,83853 +"62385",7713,83884 +"62386",7713,84379 +"62387",7713,84613 +"62388",7713,85465 +"62389",7713,85610 +"62390",7713,86351 +"62391",7713,86451 +"62392",7713,86882 +"62393",7713,87175 +"62394",7713,87451 +"62395",7713,87521 +"62396",7713,87572 +"62397",7713,87663 +"62398",7713,87721 +"62399",7713,87862 +"62400",7714,12343 +"62401",7714,67690 +"62402",7714,98708 +"62403",7715,14164 +"62404",7715,15441 +"62405",7715,20667 +"62406",7715,27874 +"62407",7715,35047 +"62408",7715,47554 +"62409",7715,55364 +"62410",7715,55908 +"62411",7715,68654 +"62412",7715,79655 +"62413",7715,79709 +"62414",7715,79712 +"62415",7715,79737 +"62416",7715,79739 +"62417",7715,79749 +"62418",7715,79751 +"62419",7715,79757 +"62420",7715,79762 +"62421",7715,79767 +"62422",7715,79772 +"62423",7715,79773 +"62424",7715,79793 +"62425",7715,79798 +"62426",7715,79802 +"62427",7715,79811 +"62428",7715,79812 +"62429",7715,85238 +"62430",7715,90633 +"62431",7715,93435 +"62432",7715,97341 +"62433",7715,110171 +"62434",7715,122144 +"62435",7716,68691 +"62436",7716,102364 +"62437",7717,7747 +"62438",7718,28568 +"62439",7718,32363 +"62440",7718,46429 +"62441",7718,52709 +"62442",7718,63904 +"62443",7718,69887 +"62444",7718,74911 +"62445",7718,88920 +"62446",7719,8893 +"62447",7719,14479 +"62448",7719,19712 +"62449",7719,24835 +"62450",7719,27460 +"62451",7719,27785 +"62452",7719,28806 +"62453",7719,37637 +"62454",7719,54268 +"62455",7719,70297 +"62456",7719,80622 +"62457",7719,98082 +"62458",7720,99276 +"62459",7720,109940 +"62460",7721,7740 +"62461",7722,7741 +"62462",7722,13103 +"62463",7722,19552 +"62464",7722,32606 +"62465",7722,41691 +"62466",7722,44269 +"62467",7722,60602 +"62468",7722,74105 +"62469",7722,110430 +"62470",7723,11036 +"62471",7723,17366 +"62472",7723,21559 +"62473",7723,27959 +"62474",7723,72569 +"62475",7724,34270 +"62476",7724,102452 +"62477",7724,111890 +"62478",7724,118457 +"62479",7724,118832 +"62480",7725,20110 +"62481",7725,54570 +"62482",7726,41406 +"62483",7726,106396 +"62484",7726,115870 +"62485",7727,53953 +"62486",7727,64917 +"62487",7727,69650 +"62488",7727,92470 +"62489",7727,92493 +"62490",7728,32907 +"62491",7728,53032 +"62492",7728,62717 +"62493",7728,91718 +"62494",7729,17956 +"62495",7729,40702 +"62496",7729,50033 +"62497",7730,75850 +"62498",7730,103565 +"62499",7730,103894 +"62500",7730,113504 +"62501",7730,113519 +"62502",7731,12120 +"62503",7731,43519 +"62504",7732,78266 +"62505",7732,89771 +"62506",7732,103695 +"62507",7733,10622 +"62508",7733,11485 +"62509",7734,7926 +"62510",7734,22776 +"62511",7734,22999 +"62512",7735,22008 +"62513",7737,15770 +"62514",7737,32513 +"62515",7737,33960 +"62516",7737,37417 +"62517",7737,38643 +"62518",7737,60798 +"62519",7737,66083 +"62520",7737,78924 +"62521",7737,95400 +"62522",7737,95908 +"62523",7738,41448 +"62524",7739,34238 +"62525",7739,46667 +"62526",7740,26949 +"62527",7740,40648 +"62528",7740,45923 +"62529",7743,9086 +"62530",7743,9382 +"62531",7743,14247 +"62532",7743,19504 +"62533",7743,22793 +"62534",7743,25255 +"62535",7743,26912 +"62536",7743,38654 +"62537",7743,65830 +"62538",7743,77415 +"62539",7743,83253 +"62540",7743,88773 +"62541",7743,93632 +"62542",7743,101012 +"62543",7744,7931 +"62544",7744,15877 +"62545",7744,58817 +"62546",7744,77287 +"62547",7745,10031 +"62548",7745,68271 +"62549",7746,36179 +"62550",7746,36269 +"62551",7746,48618 +"62552",7746,76806 +"62553",7746,81215 +"62554",7747,23833 +"62555",7748,8783 +"62556",7748,8971 +"62557",7748,19238 +"62558",7748,27182 +"62559",7748,27720 +"62560",7748,30867 +"62561",7748,31783 +"62562",7748,33097 +"62563",7748,34402 +"62564",7748,39428 +"62565",7748,41439 +"62566",7748,42480 +"62567",7748,44786 +"62568",7748,45435 +"62569",7748,45480 +"62570",7748,48584 +"62571",7748,59039 +"62572",7748,66128 +"62573",7748,68613 +"62574",7748,81721 +"62575",7748,83460 +"62576",7748,100290 +"62577",7748,100782 +"62578",7748,109603 +"62579",7748,112132 +"62580",7748,113057 +"62581",7748,116894 +"62582",7749,12856 +"62583",7749,19712 +"62584",7749,19734 +"62585",7749,24835 +"62586",7749,34225 +"62587",7750,7758 +"62588",7750,32400 +"62589",7751,69918 +"62590",7751,77070 +"62591",7752,15887 +"62592",7752,16259 +"62593",7753,7855 +"62594",7753,38808 +"62595",7754,26874 +"62596",7754,26984 +"62597",7754,39394 +"62598",7754,65938 +"62599",7754,73925 +"62600",7755,8731 +"62601",7755,9553 +"62602",7755,10276 +"62603",7755,10770 +"62604",7755,19738 +"62605",7755,22130 +"62606",7755,27478 +"62607",7755,27992 +"62608",7755,31085 +"62609",7755,31799 +"62610",7755,32974 +"62611",7755,33337 +"62612",7755,35256 +"62613",7755,38048 +"62614",7755,38204 +"62615",7755,41747 +"62616",7755,42405 +"62617",7755,45465 +"62618",7755,46053 +"62619",7755,46681 +"62620",7755,50632 +"62621",7755,53031 +"62622",7755,53635 +"62623",7755,54234 +"62624",7755,56122 +"62625",7755,71434 +"62626",7755,85011 +"62627",7755,87081 +"62628",7755,90840 +"62629",7755,91431 +"62630",7755,94440 +"62631",7755,96536 +"62632",7755,103004 +"62633",7755,105739 +"62634",7755,107464 +"62635",7756,66498 +"62636",7756,70848 +"62637",7757,11342 +"62638",7757,12268 +"62639",7757,83613 +"62640",7758,13248 +"62641",7758,15135 +"62642",7758,16300 +"62643",7758,23585 +"62644",7758,29489 +"62645",7758,33473 +"62646",7758,45528 +"62647",7758,47270 +"62648",7758,47324 +"62649",7758,47333 +"62650",7758,54977 +"62651",7759,15196 +"62652",7759,15266 +"62653",7759,17275 +"62654",7759,33059 +"62655",7759,36625 +"62656",7759,37904 +"62657",7759,61796 +"62658",7759,72257 +"62659",7759,72665 +"62660",7759,76453 +"62661",7759,119668 +"62662",7759,121193 +"62663",7760,43748 +"62664",7760,46984 +"62665",7760,58407 +"62666",7760,63168 +"62667",7760,64089 +"62668",7760,74781 +"62669",7760,82695 +"62670",7760,84550 +"62671",7760,91192 +"62672",7760,91925 +"62673",7760,92595 +"62674",7760,108829 +"62675",7760,119707 +"62676",7761,16228 +"62677",7761,22183 +"62678",7761,35312 +"62679",7761,46726 +"62680",7761,50996 +"62681",7761,62668 +"62682",7762,20381 +"62683",7762,25050 +"62684",7762,45644 +"62685",7762,68787 +"62686",7762,69741 +"62687",7762,83983 +"62688",7762,87870 +"62689",7762,103011 +"62690",7762,109445 +"62691",7762,109449 +"62692",7762,109450 +"62693",7762,109457 +"62694",7763,24575 +"62695",7763,43845 +"62696",7763,45838 +"62697",7763,50550 +"62698",7763,74315 +"62699",7763,77171 +"62700",7763,86437 +"62701",7763,102539 +"62702",7763,102543 +"62703",7763,102700 +"62704",7763,103396 +"62705",7763,110870 +"62706",7763,118670 +"62707",7763,118838 +"62708",7765,7803 +"62709",7765,8402 +"62710",7765,10585 +"62711",7765,10652 +"62712",7765,10865 +"62713",7765,10901 +"62714",7765,13939 +"62715",7765,19251 +"62716",7765,19257 +"62717",7765,19258 +"62718",7765,20532 +"62719",7765,20539 +"62720",7765,23417 +"62721",7765,26729 +"62722",7765,27063 +"62723",7765,28709 +"62724",7765,28893 +"62725",7765,31403 +"62726",7765,37696 +"62727",7765,40230 +"62728",7765,40284 +"62729",7765,43706 +"62730",7765,43864 +"62731",7765,43946 +"62732",7765,43980 +"62733",7765,56100 +"62734",7765,57675 +"62735",7765,60430 +"62736",7765,62844 +"62737",7765,68191 +"62738",7765,69557 +"62739",7765,94205 +"62740",7766,7770 +"62741",7766,7881 +"62742",7766,8692 +"62743",7766,10281 +"62744",7766,25260 +"62745",7766,27549 +"62746",7766,32496 +"62747",7766,41653 +"62748",7766,51541 +"62749",7766,59677 +"62750",7766,91855 +"62751",7767,7831 +"62752",7767,7848 +"62753",7767,7870 +"62754",7768,7805 +"62755",7768,11655 +"62756",7768,15876 +"62757",7768,17520 +"62758",7768,17582 +"62759",7768,25794 +"62760",7768,33158 +"62761",7768,34787 +"62762",7768,35549 +"62763",7768,38921 +"62764",7768,42264 +"62765",7768,47268 +"62766",7768,47323 +"62767",7768,47351 +"62768",7768,47535 +"62769",7768,47562 +"62770",7768,47623 +"62771",7768,47624 +"62772",7768,49025 +"62773",7768,50252 +"62774",7768,69482 +"62775",7768,69483 +"62776",7768,69484 +"62777",7768,69527 +"62778",7768,69676 +"62779",7768,69694 +"62780",7768,69800 +"62781",7768,69894 +"62782",7768,69917 +"62783",7769,10286 +"62784",7769,10453 +"62785",7769,10549 +"62786",7769,30758 +"62787",7769,63588 +"62788",7769,73906 +"62789",7769,78142 +"62790",7769,78143 +"62791",7769,87165 +"62792",7769,88036 +"62793",7769,109800 +"62794",7770,7881 +"62795",7770,41653 +"62796",7770,53110 +"62797",7771,7849 +"62798",7771,83693 +"62799",7772,56090 +"62800",7773,9234 +"62801",7773,12842 +"62802",7773,14064 +"62803",7773,15501 +"62804",7774,12060 +"62805",7774,15384 +"62806",7774,39166 +"62807",7774,39412 +"62808",7774,39414 +"62809",7774,39422 +"62810",7774,39476 +"62811",7774,39478 +"62812",7774,69370 +"62813",7774,97490 +"62814",7775,18736 +"62815",7775,30429 +"62816",7776,8001 +"62817",7776,16041 +"62818",7776,39989 +"62819",7776,52699 +"62820",7776,57832 +"62821",7776,66847 +"62822",7776,74021 +"62823",7777,7875 +"62824",7777,8153 +"62825",7777,9462 +"62826",7777,32643 +"62827",7777,34541 +"62828",7777,52743 +"62829",7777,68794 +"62830",7778,7861 +"62831",7778,21823 +"62832",7778,42303 +"62833",7779,59743 +"62834",7779,60101 +"62835",7779,105984 +"62836",7779,106740 +"62837",7779,119051 +"62838",7780,25413 +"62839",7780,26335 +"62840",7780,42414 +"62841",7780,81994 +"62842",7780,103771 +"62843",7780,114555 +"62844",7781,92867 +"62845",7782,18336 +"62846",7782,29715 +"62847",7782,29986 +"62848",7782,38362 +"62849",7782,42016 +"62850",7782,63059 +"62851",7782,74307 +"62852",7782,75113 +"62853",7782,84047 +"62854",7782,94683 +"62855",7783,24133 +"62856",7783,30471 +"62857",7783,43507 +"62858",7783,47271 +"62859",7783,59584 +"62860",7783,99534 +"62861",7783,99613 +"62862",7783,106338 +"62863",7784,29010 +"62864",7784,32747 +"62865",7784,35592 +"62866",7784,77473 +"62867",7784,93463 +"62868",7785,13475 +"62869",7785,18194 +"62870",7785,18748 +"62871",7785,18978 +"62872",7785,23624 +"62873",7785,32532 +"62874",7785,32560 +"62875",7785,32651 +"62876",7785,35797 +"62877",7785,62936 +"62878",7785,65377 +"62879",7785,79303 +"62880",7785,79395 +"62881",7785,85798 +"62882",7785,100500 +"62883",7786,12359 +"62884",7786,12416 +"62885",7786,19400 +"62886",7786,21905 +"62887",7786,23397 +"62888",7786,24504 +"62889",7786,24983 +"62890",7786,28880 +"62891",7786,33422 +"62892",7786,38941 +"62893",7786,53605 +"62894",7786,88209 +"62895",7786,89822 +"62896",7786,94243 +"62897",7786,100163 +"62898",7786,122474 +"62899",7787,9563 +"62900",7787,12511 +"62901",7787,12516 +"62902",7787,25372 +"62903",7787,47934 +"62904",7787,47945 +"62905",7787,53843 +"62906",7787,64745 +"62907",7787,68818 +"62908",7787,69299 +"62909",7787,71251 +"62910",7789,14212 +"62911",7789,17050 +"62912",7789,20658 +"62913",7789,56491 +"62914",7789,81897 +"62915",7789,95510 +"62916",7789,116940 +"62917",7790,7914 +"62918",7790,8242 +"62919",7792,41759 +"62920",7792,101125 +"62921",7793,37875 +"62922",7793,41304 +"62923",7793,101568 +"62924",7793,104646 +"62925",7794,12217 +"62926",7794,25121 +"62927",7794,29506 +"62928",7794,50560 +"62929",7794,60943 +"62930",7794,61803 +"62931",7794,65799 +"62932",7795,10772 +"62933",7795,15613 +"62934",7795,17581 +"62935",7795,34706 +"62936",7795,34722 +"62937",7795,39681 +"62938",7795,41929 +"62939",7795,45979 +"62940",7795,61252 +"62941",7795,61620 +"62942",7795,63775 +"62943",7796,8177 +"62944",7796,8217 +"62945",7796,14260 +"62946",7796,16949 +"62947",7796,19857 +"62948",7796,62171 +"62949",7796,82792 +"62950",7796,82910 +"62951",7797,8243 +"62952",7797,27006 +"62953",7797,75901 +"62954",7797,92817 +"62955",7798,8865 +"62956",7798,9391 +"62957",7798,9594 +"62958",7798,10148 +"62959",7798,14544 +"62960",7798,15690 +"62961",7798,30906 +"62962",7798,31116 +"62963",7798,34172 +"62964",7798,35903 +"62965",7798,38253 +"62966",7798,40318 +"62967",7798,41438 +"62968",7798,42715 +"62969",7798,53279 +"62970",7798,55861 +"62971",7798,60572 +"62972",7798,60923 +"62973",7798,64413 +"62974",7798,74035 +"62975",7798,75523 +"62976",7798,77253 +"62977",7799,9444 +"62978",7799,12515 +"62979",7799,12802 +"62980",7799,13696 +"62981",7799,20596 +"62982",7799,21885 +"62983",7799,23646 +"62984",7799,26714 +"62985",7799,29912 +"62986",7799,30891 +"62987",7799,31827 +"62988",7799,34199 +"62989",7799,35171 +"62990",7799,37782 +"62991",7799,39581 +"62992",7799,57481 +"62993",7799,59401 +"62994",7799,62762 +"62995",7799,64967 +"62996",7799,65949 +"62997",7799,67935 +"62998",7799,67942 +"62999",7799,67991 +"63000",7799,90725 +"63001",7799,95958 +"63002",7799,96008 +"63003",7799,117125 +"63004",7799,117141 +"63005",7800,45318 +"63006",7800,64409 +"63007",7800,74593 +"63008",7802,67724 +"63009",7804,14295 +"63010",7804,15265 +"63011",7804,18731 +"63012",7804,33416 +"63013",7804,33790 +"63014",7804,103945 +"63015",7804,107003 +"63016",7805,19548 +"63017",7805,37570 +"63018",7805,47535 +"63019",7805,47624 +"63020",7805,54681 +"63021",7805,68610 +"63022",7805,68656 +"63023",7805,68666 +"63024",7805,68703 +"63025",7806,89375 +"63026",7807,21345 +"63027",7807,23312 +"63028",7807,38207 +"63029",7807,71087 +"63030",7808,96953 +"63031",7809,8972 +"63032",7809,15393 +"63033",7810,15052 +"63034",7810,18430 +"63035",7810,19038 +"63036",7810,25043 +"63037",7810,25269 +"63038",7810,25390 +"63039",7810,46884 +"63040",7810,60992 +"63041",7810,63765 +"63042",7811,25147 +"63043",7811,61393 +"63044",7811,87173 +"63045",7811,104413 +"63046",7812,13318 +"63047",7812,16209 +"63048",7812,38043 +"63049",7812,67322 +"63050",7813,7823 +"63051",7813,7859 +"63052",7813,7893 +"63053",7813,53547 +"63054",7814,65857 +"63055",7814,67013 +"63056",7814,94700 +"63057",7815,8395 +"63058",7815,10585 +"63059",7815,10761 +"63060",7815,10901 +"63061",7815,11841 +"63062",7815,14077 +"63063",7815,14396 +"63064",7815,14426 +"63065",7815,15076 +"63066",7815,15226 +"63067",7815,22585 +"63068",7815,22719 +"63069",7815,22897 +"63070",7815,24327 +"63071",7815,25884 +"63072",7815,28922 +"63073",7815,29088 +"63074",7815,30584 +"63075",7815,30784 +"63076",7815,31403 +"63077",7815,33511 +"63078",7815,36146 +"63079",7815,37652 +"63080",7815,38785 +"63081",7815,39396 +"63082",7815,43174 +"63083",7815,43706 +"63084",7815,43852 +"63085",7815,46486 +"63086",7815,53071 +"63087",7815,57995 +"63088",7815,58970 +"63089",7815,60430 +"63090",7815,63617 +"63091",7815,64215 +"63092",7815,67039 +"63093",7815,69119 +"63094",7815,72715 +"63095",7815,76345 +"63096",7815,76483 +"63097",7815,80555 +"63098",7815,81135 +"63099",7815,82499 +"63100",7815,88932 +"63101",7815,89185 +"63102",7815,89688 +"63103",7815,89732 +"63104",7815,90709 +"63105",7815,99332 +"63106",7815,119754 +"63107",7816,10495 +"63108",7816,23406 +"63109",7817,12917 +"63110",7817,103348 +"63111",7817,115648 +"63112",7817,117638 +"63113",7817,119584 +"63114",7817,120672 +"63115",7817,120675 +"63116",7817,120680 +"63117",7817,120682 +"63118",7818,22552 +"63119",7818,35882 +"63120",7818,38916 +"63121",7818,61357 +"63122",7818,83495 +"63123",7818,88791 +"63124",7818,91328 +"63125",7818,122071 +"63126",7819,19277 +"63127",7819,52403 +"63128",7819,78212 +"63129",7820,7844 +"63130",7820,8523 +"63131",7820,9132 +"63132",7820,24396 +"63133",7820,26329 +"63134",7820,26330 +"63135",7820,26332 +"63136",7820,26874 +"63137",7820,36802 +"63138",7820,38440 +"63139",7820,39581 +"63140",7821,95087 +"63141",7822,40269 +"63142",7822,65982 +"63143",7823,7859 +"63144",7823,7893 +"63145",7823,10390 +"63146",7823,11082 +"63147",7823,11927 +"63148",7823,12543 +"63149",7823,20262 +"63150",7823,24478 +"63151",7823,28006 +"63152",7823,41814 +"63153",7823,48826 +"63154",7823,55897 +"63155",7823,71990 +"63156",7823,73020 +"63157",7823,87529 +"63158",7824,15507 +"63159",7824,19643 +"63160",7824,72355 +"63161",7825,7867 +"63162",7825,16747 +"63163",7825,18151 +"63164",7826,10359 +"63165",7826,37394 +"63166",7826,59010 +"63167",7828,21003 +"63168",7828,24473 +"63169",7828,24942 +"63170",7828,35562 +"63171",7828,40893 +"63172",7828,109530 +"63173",7829,11221 +"63174",7829,23802 +"63175",7829,106333 +"63176",7830,8997 +"63177",7830,17557 +"63178",7830,20122 +"63179",7830,25727 +"63180",7830,26536 +"63181",7830,33119 +"63182",7830,33201 +"63183",7830,50604 +"63184",7830,55653 +"63185",7830,56266 +"63186",7830,65362 +"63187",7830,65400 +"63188",7830,66744 +"63189",7830,78451 +"63190",7830,82845 +"63191",7830,84607 +"63192",7830,92931 +"63193",7830,99807 +"63194",7830,104662 +"63195",7830,106679 +"63196",7830,110272 +"63197",7830,110588 +"63198",7830,110603 +"63199",7830,111019 +"63200",7830,115817 +"63201",7830,116107 +"63202",7830,116108 +"63203",7830,116109 +"63204",7831,7848 +"63205",7831,7870 +"63206",7832,62893 +"63207",7832,71901 +"63208",7832,75934 +"63209",7832,79187 +"63210",7832,103033 +"63211",7832,103044 +"63212",7833,7853 +"63213",7833,13378 +"63214",7833,26100 +"63215",7833,26568 +"63216",7833,47057 +"63217",7833,47067 +"63218",7834,10127 +"63219",7834,22857 +"63220",7834,67622 +"63221",7835,29191 +"63222",7836,8806 +"63223",7836,9323 +"63224",7836,11790 +"63225",7836,14501 +"63226",7837,7839 +"63227",7837,21220 +"63228",7837,23385 +"63229",7837,27122 +"63230",7837,27686 +"63231",7837,41881 +"63232",7837,43067 +"63233",7837,44873 +"63234",7837,47516 +"63235",7837,73476 +"63236",7837,74202 +"63237",7837,77433 +"63238",7837,84620 +"63239",7837,98181 +"63240",7837,110281 +"63241",7837,110287 +"63242",7837,110300 +"63243",7837,110309 +"63244",7837,116115 +"63245",7838,18793 +"63246",7838,26186 +"63247",7838,46056 +"63248",7838,70728 +"63249",7838,100610 +"63250",7838,104717 +"63251",7838,117645 +"63252",7839,11313 +"63253",7839,13982 +"63254",7839,26096 +"63255",7839,52391 +"63256",7839,62049 +"63257",7840,13846 +"63258",7840,15743 +"63259",7840,22422 +"63260",7840,31909 +"63261",7840,42491 +"63262",7840,87998 +"63263",7840,104420 +"63264",7840,116193 +"63265",7840,116194 +"63266",7841,7865 +"63267",7841,65181 +"63268",7841,69972 +"63269",7841,70257 +"63270",7842,8170 +"63271",7842,8476 +"63272",7842,8659 +"63273",7842,9121 +"63274",7842,9135 +"63275",7842,9136 +"63276",7842,9160 +"63277",7842,9182 +"63278",7842,9189 +"63279",7842,9293 +"63280",7842,9311 +"63281",7842,9320 +"63282",7842,11517 +"63283",7842,17034 +"63284",7842,17520 +"63285",7842,29095 +"63286",7842,36498 +"63287",7842,38921 +"63288",7842,43708 +"63289",7842,56812 +"63290",7842,84475 +"63291",7842,92157 +"63292",7843,58614 +"63293",7843,59020 +"63294",7843,76704 +"63295",7844,17838 +"63296",7844,18213 +"63297",7844,26874 +"63298",7844,31605 +"63299",7844,37045 +"63300",7844,37544 +"63301",7844,37752 +"63302",7844,38440 +"63303",7844,38452 +"63304",7844,38461 +"63305",7844,41358 +"63306",7844,54060 +"63307",7844,56962 +"63308",7844,57641 +"63309",7844,72300 +"63310",7844,76483 +"63311",7844,81163 +"63312",7844,83483 +"63313",7844,84710 +"63314",7844,89185 +"63315",7845,80758 +"63316",7846,11629 +"63317",7846,22826 +"63318",7846,29044 +"63319",7846,39916 +"63320",7846,42462 +"63321",7846,45477 +"63322",7846,45598 +"63323",7846,46050 +"63324",7846,110742 +"63325",7847,22885 +"63326",7847,24447 +"63327",7847,26322 +"63328",7847,31576 +"63329",7847,41081 +"63330",7847,46577 +"63331",7847,58968 +"63332",7847,64181 +"63333",7847,80065 +"63334",7847,92265 +"63335",7847,114125 +"63336",7848,7870 +"63337",7849,9685 +"63338",7849,9843 +"63339",7849,9905 +"63340",7850,18189 +"63341",7850,25055 +"63342",7850,25715 +"63343",7850,34201 +"63344",7850,70511 +"63345",7850,81702 +"63346",7850,91075 +"63347",7850,91836 +"63348",7850,93826 +"63349",7851,48412 +"63350",7851,82414 +"63351",7851,111893 +"63352",7852,15547 +"63353",7852,15766 +"63354",7852,19535 +"63355",7852,26368 +"63356",7852,31488 +"63357",7852,38259 +"63358",7852,42552 +"63359",7852,51879 +"63360",7852,54395 +"63361",7852,75871 +"63362",7852,75876 +"63363",7852,75877 +"63364",7853,9807 +"63365",7853,11609 +"63366",7853,11756 +"63367",7853,12675 +"63368",7853,18057 +"63369",7853,21687 +"63370",7853,25974 +"63371",7853,27797 +"63372",7853,40671 +"63373",7853,40682 +"63374",7853,41510 +"63375",7853,45585 +"63376",7853,46140 +"63377",7853,64268 +"63378",7853,86311 +"63379",7854,101817 +"63380",7856,47188 +"63381",7856,94032 +"63382",7856,111138 +"63383",7857,10301 +"63384",7857,18553 +"63385",7857,25253 +"63386",7858,10099 +"63387",7858,14604 +"63388",7858,33850 +"63389",7858,34582 +"63390",7858,40764 +"63391",7858,44998 +"63392",7858,50284 +"63393",7858,74974 +"63394",7858,92529 +"63395",7858,104535 +"63396",7859,7893 +"63397",7859,28006 +"63398",7859,32492 +"63399",7859,49110 +"63400",7860,40209 +"63401",7860,40241 +"63402",7861,11208 +"63403",7861,12051 +"63404",7861,17391 +"63405",7861,22714 +"63406",7861,34509 +"63407",7861,42474 +"63408",7861,43144 +"63409",7861,52144 +"63410",7861,56175 +"63411",7861,60304 +"63412",7861,67744 +"63413",7861,83300 +"63414",7861,87255 +"63415",7862,11534 +"63416",7862,11821 +"63417",7862,31982 +"63418",7862,37354 +"63419",7862,38564 +"63420",7862,40551 +"63421",7862,41746 +"63422",7862,62605 +"63423",7862,78543 +"63424",7862,88764 +"63425",7862,96525 +"63426",7862,99736 +"63427",7862,105057 +"63428",7862,108335 +"63429",7863,76255 +"63430",7863,88553 +"63431",7864,36735 +"63432",7864,74768 +"63433",7864,96313 +"63434",7865,65756 +"63435",7865,119058 +"63436",7866,21009 +"63437",7866,25263 +"63438",7866,42699 +"63439",7866,66782 +"63440",7866,79484 +"63441",7867,8236 +"63442",7867,9354 +"63443",7867,14709 +"63444",7867,21712 +"63445",7867,21795 +"63446",7867,22554 +"63447",7867,29195 +"63448",7867,29791 +"63449",7867,34594 +"63450",7867,34950 +"63451",7867,43351 +"63452",7867,45727 +"63453",7867,58319 +"63454",7867,109968 +"63455",7868,10365 +"63456",7868,11566 +"63457",7868,12994 +"63458",7868,13822 +"63459",7868,16715 +"63460",7868,18066 +"63461",7868,22460 +"63462",7868,23528 +"63463",7868,24080 +"63464",7868,24796 +"63465",7868,28869 +"63466",7868,37235 +"63467",7868,39198 +"63468",7868,40453 +"63469",7868,41197 +"63470",7868,41464 +"63471",7868,45357 +"63472",7868,50343 +"63473",7868,58338 +"63474",7868,64578 +"63475",7868,73250 +"63476",7868,82085 +"63477",7868,98602 +"63478",7868,98626 +"63479",7869,11965 +"63480",7869,23469 +"63481",7869,30666 +"63482",7869,36092 +"63483",7869,36280 +"63484",7869,43780 +"63485",7869,45503 +"63486",7869,51234 +"63487",7869,61326 +"63488",7869,104007 +"63489",7869,106468 +"63490",7869,112128 +"63491",7869,117285 +"63492",7870,36404 +"63493",7870,83696 +"63494",7870,90691 +"63495",7870,90714 +"63496",7870,90737 +"63497",7870,90766 +"63498",7871,71010 +"63499",7871,94271 +"63500",7872,23847 +"63501",7873,10812 +"63502",7873,19934 +"63503",7873,47345 +"63504",7873,92778 +"63505",7873,106468 +"63506",7874,69139 +"63507",7876,58766 +"63508",7877,8111 +"63509",7877,11525 +"63510",7877,20553 +"63511",7877,64264 +"63512",7877,67667 +"63513",7877,80654 +"63514",7877,80961 +"63515",7877,81032 +"63516",7878,24953 +"63517",7878,35742 +"63518",7878,39928 +"63519",7878,43710 +"63520",7878,44819 +"63521",7878,74073 +"63522",7878,100129 +"63523",7878,108613 +"63524",7879,25495 +"63525",7880,16781 +"63526",7880,31562 +"63527",7880,42416 +"63528",7880,104431 +"63529",7880,116038 +"63530",7881,10072 +"63531",7881,18566 +"63532",7881,20070 +"63533",7881,22565 +"63534",7881,22653 +"63535",7881,22787 +"63536",7881,25632 +"63537",7881,28626 +"63538",7881,33689 +"63539",7881,33743 +"63540",7881,41653 +"63541",7881,56497 +"63542",7881,57623 +"63543",7881,82270 +"63544",7881,93893 +"63545",7881,115241 +"63546",7882,24476 +"63547",7882,60529 +"63548",7882,62916 +"63549",7882,83123 +"63550",7882,87992 +"63551",7883,14397 +"63552",7883,24023 +"63553",7883,26799 +"63554",7883,29641 +"63555",7883,34144 +"63556",7883,36181 +"63557",7883,38538 +"63558",7883,39733 +"63559",7883,62704 +"63560",7883,63668 +"63561",7883,70423 +"63562",7883,89347 +"63563",7883,89351 +"63564",7883,95478 +"63565",7883,113073 +"63566",7884,16081 +"63567",7884,17679 +"63568",7884,69861 +"63569",7884,113531 +"63570",7885,8801 +"63571",7885,12103 +"63572",7885,13241 +"63573",7885,31116 +"63574",7885,40091 +"63575",7885,40094 +"63576",7885,61972 +"63577",7885,65129 +"63578",7885,86649 +"63579",7885,89578 +"63580",7885,107559 +"63581",7886,24184 +"63582",7886,63023 +"63583",7886,67263 +"63584",7886,70021 +"63585",7887,39558 +"63586",7887,39679 +"63587",7887,63893 +"63588",7887,69233 +"63589",7887,69318 +"63590",7887,75691 +"63591",7887,75751 +"63592",7888,73492 +"63593",7888,73663 +"63594",7889,14348 +"63595",7889,75602 +"63596",7890,12818 +"63597",7890,15739 +"63598",7890,17090 +"63599",7890,20391 +"63600",7890,35231 +"63601",7890,45733 +"63602",7890,51132 +"63603",7890,53650 +"63604",7890,55171 +"63605",7890,60724 +"63606",7890,68488 +"63607",7890,69273 +"63608",7891,9036 +"63609",7891,47925 +"63610",7891,59580 +"63611",7892,13177 +"63612",7892,37387 +"63613",7892,39732 +"63614",7892,43327 +"63615",7892,63033 +"63616",7892,76136 +"63617",7892,76324 +"63618",7892,77358 +"63619",7892,86938 +"63620",7893,10390 +"63621",7893,11082 +"63622",7893,11927 +"63623",7893,24478 +"63624",7893,41814 +"63625",7893,55897 +"63626",7893,71990 +"63627",7893,73020 +"63628",7893,87529 +"63629",7894,47350 +"63630",7895,61430 +"63631",7895,79910 +"63632",7895,93537 +"63633",7896,15080 +"63634",7896,28384 +"63635",7896,30510 +"63636",7896,31865 +"63637",7896,51758 +"63638",7896,100196 +"63639",7897,11294 +"63640",7897,62104 +"63641",7898,7900 +"63642",7898,7903 +"63643",7898,7924 +"63644",7898,7932 +"63645",7898,7935 +"63646",7898,7941 +"63647",7898,11361 +"63648",7898,16866 +"63649",7898,44724 +"63650",7898,45449 +"63651",7898,47818 +"63652",7898,47819 +"63653",7898,47823 +"63654",7898,48931 +"63655",7898,49930 +"63656",7898,54913 +"63657",7898,54978 +"63658",7898,55493 +"63659",7898,65420 +"63660",7898,66852 +"63661",7898,67871 +"63662",7898,93346 +"63663",7899,11239 +"63664",7899,11310 +"63665",7899,13129 +"63666",7899,17172 +"63667",7899,17573 +"63668",7899,18809 +"63669",7899,18901 +"63670",7899,21612 +"63671",7899,32401 +"63672",7899,34831 +"63673",7899,41580 +"63674",7899,43236 +"63675",7899,55472 +"63676",7899,63498 +"63677",7899,67127 +"63678",7899,67331 +"63679",7899,69311 +"63680",7899,71718 +"63681",7899,85496 +"63682",7900,7903 +"63683",7900,7924 +"63684",7900,7932 +"63685",7900,7935 +"63686",7900,7941 +"63687",7900,67871 +"63688",7901,11339 +"63689",7901,12773 +"63690",7901,13808 +"63691",7901,25078 +"63692",7901,100482 +"63693",7901,100700 +"63694",7902,9998 +"63695",7902,10032 +"63696",7902,10204 +"63697",7902,30017 +"63698",7902,52709 +"63699",7902,66850 +"63700",7902,83490 +"63701",7903,7924 +"63702",7903,7932 +"63703",7903,7935 +"63704",7903,7941 +"63705",7903,11398 +"63706",7903,14362 +"63707",7903,14430 +"63708",7903,30718 +"63709",7903,30728 +"63710",7903,31990 +"63711",7903,37786 +"63712",7903,37801 +"63713",7903,44294 +"63714",7903,44307 +"63715",7903,44312 +"63716",7903,44388 +"63717",7903,44408 +"63718",7903,44421 +"63719",7903,44479 +"63720",7903,44505 +"63721",7903,44507 +"63722",7903,67871 +"63723",7904,39317 +"63724",7905,15923 +"63725",7905,21754 +"63726",7905,25044 +"63727",7905,26232 +"63728",7905,40519 +"63729",7905,44345 +"63730",7905,52892 +"63731",7906,14893 +"63732",7906,19042 +"63733",7906,19502 +"63734",7906,21274 +"63735",7906,21957 +"63736",7906,28603 +"63737",7906,29101 +"63738",7906,39573 +"63739",7906,40268 +"63740",7906,41250 +"63741",7906,49477 +"63742",7906,54117 +"63743",7906,76935 +"63744",7906,102426 +"63745",7906,109172 +"63746",7906,115797 +"63747",7906,119433 +"63748",7907,34625 +"63749",7907,55344 +"63750",7907,81993 +"63751",7907,82667 +"63752",7908,37211 +"63753",7908,38265 +"63754",7909,45279 +"63755",7909,69993 +"63756",7909,73295 +"63757",7909,77903 +"63758",7909,108025 +"63759",7910,78883 +"63760",7911,8139 +"63761",7912,46368 +"63762",7912,71527 +"63763",7912,77840 +"63764",7912,116883 +"63765",7913,10794 +"63766",7913,59099 +"63767",7913,64405 +"63768",7914,8242 +"63769",7915,23995 +"63770",7915,84714 +"63771",7915,94035 +"63772",7915,95300 +"63773",7915,123195 +"63774",7916,8283 +"63775",7916,21441 +"63776",7916,29186 +"63777",7916,53446 +"63778",7916,57842 +"63779",7916,95159 +"63780",7917,20419 +"63781",7917,90551 +"63782",7917,91101 +"63783",7918,7925 +"63784",7918,7938 +"63785",7918,8167 +"63786",7918,8626 +"63787",7918,28042 +"63788",7918,59356 +"63789",7918,62730 +"63790",7919,32157 +"63791",7920,8288 +"63792",7920,25427 +"63793",7920,36738 +"63794",7920,45053 +"63795",7920,49342 +"63796",7920,54067 +"63797",7920,55190 +"63798",7920,55542 +"63799",7920,60386 +"63800",7920,70992 +"63801",7920,99276 +"63802",7920,101217 +"63803",7920,104891 +"63804",7921,8472 +"63805",7921,8494 +"63806",7921,8885 +"63807",7921,9113 +"63808",7921,9117 +"63809",7921,9129 +"63810",7921,9145 +"63811",7921,9148 +"63812",7921,9156 +"63813",7921,9172 +"63814",7921,9176 +"63815",7921,9184 +"63816",7921,9291 +"63817",7921,9292 +"63818",7921,14576 +"63819",7921,21205 +"63820",7921,22213 +"63821",7921,29850 +"63822",7921,36650 +"63823",7921,38138 +"63824",7921,38706 +"63825",7921,40756 +"63826",7921,41166 +"63827",7921,41879 +"63828",7921,55268 +"63829",7921,58277 +"63830",7921,71302 +"63831",7921,74291 +"63832",7921,75290 +"63833",7921,75353 +"63834",7921,75384 +"63835",7922,22471 +"63836",7922,25039 +"63837",7922,41491 +"63838",7922,80314 +"63839",7922,80815 +"63840",7922,107324 +"63841",7922,107349 +"63842",7923,13781 +"63843",7923,14693 +"63844",7923,35904 +"63845",7923,42217 +"63846",7923,50482 +"63847",7923,58903 +"63848",7923,74575 +"63849",7923,92341 +"63850",7923,94436 +"63851",7923,96513 +"63852",7923,100164 +"63853",7923,100274 +"63854",7924,7932 +"63855",7924,7935 +"63856",7924,7941 +"63857",7924,9088 +"63858",7924,20812 +"63859",7924,22493 +"63860",7924,26045 +"63861",7924,38431 +"63862",7924,44294 +"63863",7924,67871 +"63864",7924,99473 +"63865",7925,7938 +"63866",7925,8167 +"63867",7925,8626 +"63868",7925,25762 +"63869",7925,59356 +"63870",7925,66932 +"63871",7925,67874 +"63872",7927,10339 +"63873",7927,20421 +"63874",7927,30979 +"63875",7927,41687 +"63876",7927,70757 +"63877",7927,70950 +"63878",7927,77511 +"63879",7927,98863 +"63880",7927,99698 +"63881",7928,8008 +"63882",7929,33814 +"63883",7929,63312 +"63884",7929,81694 +"63885",7929,90974 +"63886",7929,101913 +"63887",7930,17051 +"63888",7930,73215 +"63889",7930,77864 +"63890",7931,29030 +"63891",7931,57159 +"63892",7932,7935 +"63893",7932,7941 +"63894",7932,10610 +"63895",7932,11361 +"63896",7932,32777 +"63897",7932,41075 +"63898",7932,44724 +"63899",7932,45449 +"63900",7932,47818 +"63901",7932,47819 +"63902",7932,47823 +"63903",7932,48931 +"63904",7932,67871 +"63905",7932,99473 +"63906",7932,116895 +"63907",7933,10875 +"63908",7933,12096 +"63909",7933,13954 +"63910",7933,16164 +"63911",7933,24219 +"63912",7933,24755 +"63913",7933,25341 +"63914",7933,26570 +"63915",7933,27278 +"63916",7933,31284 +"63917",7933,34126 +"63918",7933,46108 +"63919",7933,50387 +"63920",7933,51396 +"63921",7933,51819 +"63922",7933,53546 +"63923",7933,55277 +"63924",7933,56476 +"63925",7933,58035 +"63926",7933,58230 +"63927",7933,73384 +"63928",7933,75244 +"63929",7933,80471 +"63930",7933,82767 +"63931",7933,83747 +"63932",7933,89086 +"63933",7933,89087 +"63934",7933,90441 +"63935",7933,94308 +"63936",7933,95482 +"63937",7933,100396 +"63938",7933,106875 +"63939",7934,90597 +"63940",7935,7941 +"63941",7935,67871 +"63942",7936,21088 +"63943",7936,42939 +"63944",7936,47192 +"63945",7936,81887 +"63946",7936,89780 +"63947",7936,104634 +"63948",7937,9801 +"63949",7937,9941 +"63950",7937,13640 +"63951",7937,15076 +"63952",7937,25833 +"63953",7937,32339 +"63954",7937,57759 +"63955",7937,80483 +"63956",7937,94790 +"63957",7938,8167 +"63958",7939,19979 +"63959",7939,39583 +"63960",7939,67963 +"63961",7939,68474 +"63962",7939,69387 +"63963",7939,104673 +"63964",7939,108453 +"63965",7939,114123 +"63966",7940,38127 +"63967",7940,118909 +"63968",7941,22595 +"63969",7941,27889 +"63970",7941,40510 +"63971",7941,67871 +"63972",7941,84581 +"63973",7941,86230 +"63974",7941,111590 +"63975",7941,123410 +"63976",7941,123412 +"63977",7942,16271 +"63978",7942,20348 +"63979",7942,22183 +"63980",7942,27866 +"63981",7942,35287 +"63982",7942,36724 +"63983",7942,47927 +"63984",7942,52507 +"63985",7942,52947 +"63986",7942,56448 +"63987",7942,58233 +"63988",7942,70676 +"63989",7942,72882 +"63990",7942,73147 +"63991",7942,86416 +"63992",7942,93358 +"63993",7942,93359 +"63994",7942,94048 +"63995",7942,96161 +"63996",7942,100878 +"63997",7942,104121 +"63998",7942,105139 +"63999",7942,108808 +"64000",7942,109509 +"64001",7942,116888 +"64002",7942,123051 +"64003",7942,123052 +"64004",7943,11797 +"64005",7943,13660 +"64006",7943,20372 +"64007",7943,20494 +"64008",7943,33356 +"64009",7943,34204 +"64010",7943,38204 +"64011",7943,38755 +"64012",7943,63513 +"64013",7943,64272 +"64014",7943,65551 +"64015",7943,66574 +"64016",7943,67316 +"64017",7943,74267 +"64018",7943,81210 +"64019",7943,88539 +"64020",7943,88645 +"64021",7943,98078 +"64022",7943,110159 +"64023",7943,111698 +"64024",7944,8856 +"64025",7944,9933 +"64026",7944,12171 +"64027",7944,12410 +"64028",7944,15019 +"64029",7944,15532 +"64030",7944,15908 +"64031",7944,17536 +"64032",7944,18270 +"64033",7944,20449 +"64034",7944,21088 +"64035",7944,23847 +"64036",7944,24012 +"64037",7944,24910 +"64038",7944,25758 +"64039",7944,26537 +"64040",7944,26872 +"64041",7944,28767 +"64042",7944,28871 +"64043",7944,30334 +"64044",7944,35496 +"64045",7944,37610 +"64046",7944,37636 +"64047",7944,39435 +"64048",7944,40131 +"64049",7944,40166 +"64050",7944,40392 +"64051",7944,40905 +"64052",7944,41030 +"64053",7944,41527 +"64054",7944,41529 +"64055",7944,41778 +"64056",7944,43147 +"64057",7944,43234 +"64058",7944,43858 +"64059",7944,44828 +"64060",7944,45657 +"64061",7944,45933 +"64062",7944,46434 +"64063",7944,46788 +"64064",7944,47123 +"64065",7944,47488 +"64066",7944,48909 +"64067",7944,49859 +"64068",7944,50064 +"64069",7944,50067 +"64070",7944,50554 +"64071",7944,50879 +"64072",7944,51783 +"64073",7944,52018 +"64074",7944,53354 +"64075",7944,53444 +"64076",7944,53527 +"64077",7944,53555 +"64078",7944,54275 +"64079",7944,56447 +"64080",7944,56628 +"64081",7944,58004 +"64082",7944,58068 +"64083",7944,58633 +"64084",7944,61111 +"64085",7944,61127 +"64086",7944,68287 +"64087",7944,92447 +"64088",7944,111136 +"64089",7945,8221 +"64090",7946,43572 +"64091",7947,11944 +"64092",7947,20268 +"64093",7947,30555 +"64094",7947,33558 +"64095",7947,59242 +"64096",7947,85082 +"64097",7948,9034 +"64098",7948,10727 +"64099",7948,16795 +"64100",7948,23253 +"64101",7948,24104 +"64102",7948,27579 +"64103",7948,27614 +"64104",7948,32372 +"64105",7948,96722 +"64106",7948,97883 +"64107",7948,100361 +"64108",7949,20115 +"64109",7949,65297 +"64110",7949,97771 +"64111",7949,103829 +"64112",7950,8308 +"64113",7950,41675 +"64114",7950,44160 +"64115",7950,64070 +"64116",7950,89584 +"64117",7950,96229 +"64118",7950,97502 +"64119",7950,101655 +"64120",7950,101657 +"64121",7951,7955 +"64122",7951,26341 +"64123",7951,26381 +"64124",7951,26435 +"64125",7951,26487 +"64126",7951,51364 +"64127",7952,56769 +"64128",7953,15196 +"64129",7953,23825 +"64130",7953,69745 +"64131",7953,72257 +"64132",7953,120670 +"64133",7954,9560 +"64134",7954,10008 +"64135",7954,12342 +"64136",7955,26341 +"64137",7955,26381 +"64138",7955,26435 +"64139",7955,26487 +"64140",7955,51364 +"64141",7955,97224 +"64142",7957,61517 +"64143",7957,62744 +"64144",7957,101509 +"64145",7958,32215 +"64146",7958,70575 +"64147",7959,8165 +"64148",7959,8193 +"64149",7959,8369 +"64150",7959,8533 +"64151",7959,8553 +"64152",7960,8678 +"64153",7960,15101 +"64154",7960,16246 +"64155",7960,20341 +"64156",7960,22177 +"64157",7960,22317 +"64158",7960,23798 +"64159",7960,26521 +"64160",7960,33043 +"64161",7960,50044 +"64162",7960,63683 +"64163",7960,71882 +"64164",7960,87077 +"64165",7960,88268 +"64166",7960,105355 +"64167",7960,107352 +"64168",7960,107489 +"64169",7961,7988 +"64170",7962,7966 +"64171",7962,8001 +"64172",7962,8002 +"64173",7962,8026 +"64174",7963,16302 +"64175",7963,23027 +"64176",7963,32085 +"64177",7964,91484 +"64178",7965,8373 +"64179",7966,8001 +"64180",7966,8002 +"64181",7966,8026 +"64182",7966,11104 +"64183",7966,14525 +"64184",7966,34918 +"64185",7966,42502 +"64186",7967,54251 +"64187",7968,11144 +"64188",7968,22696 +"64189",7968,29139 +"64190",7968,49792 +"64191",7968,69023 +"64192",7968,75110 +"64193",7969,18485 +"64194",7970,10528 +"64195",7970,12673 +"64196",7970,14050 +"64197",7970,19266 +"64198",7970,22180 +"64199",7970,22455 +"64200",7970,27124 +"64201",7970,61578 +"64202",7970,69528 +"64203",7970,79940 +"64204",7970,93982 +"64205",7970,94122 +"64206",7970,118015 +"64207",7971,9007 +"64208",7971,17324 +"64209",7971,26970 +"64210",7971,31559 +"64211",7971,43696 +"64212",7971,43726 +"64213",7971,55420 +"64214",7971,64368 +"64215",7971,65445 +"64216",7971,67548 +"64217",7972,13175 +"64218",7973,16643 +"64219",7973,17322 +"64220",7973,17999 +"64221",7973,22015 +"64222",7973,23739 +"64223",7973,33506 +"64224",7973,34242 +"64225",7973,36515 +"64226",7973,36662 +"64227",7973,55046 +"64228",7973,85091 +"64229",7973,89004 +"64230",7973,89073 +"64231",7973,89435 +"64232",7973,101278 +"64233",7973,108608 +"64234",7973,108610 +"64235",7973,114226 +"64236",7974,7992 +"64237",7975,7976 +"64238",7975,8018 +"64239",7975,8045 +"64240",7975,21116 +"64241",7975,21191 +"64242",7975,21234 +"64243",7975,21320 +"64244",7976,8018 +"64245",7976,8045 +"64246",7977,17874 +"64247",7977,26314 +"64248",7977,27302 +"64249",7978,14945 +"64250",7978,32069 +"64251",7978,36446 +"64252",7978,38520 +"64253",7978,64651 +"64254",7978,68729 +"64255",7978,90680 +"64256",7979,59982 +"64257",7979,109247 +"64258",7979,110377 +"64259",7980,16665 +"64260",7980,16748 +"64261",7980,20614 +"64262",7980,21148 +"64263",7980,22659 +"64264",7980,24497 +"64265",7980,32583 +"64266",7980,33251 +"64267",7980,73203 +"64268",7980,78766 +"64269",7981,31715 +"64270",7981,97461 +"64271",7982,8810 +"64272",7982,16992 +"64273",7982,30681 +"64274",7982,76087 +"64275",7983,27124 +"64276",7983,34316 +"64277",7983,44418 +"64278",7983,44777 +"64279",7983,62365 +"64280",7983,81220 +"64281",7984,7985 +"64282",7984,8922 +"64283",7984,11477 +"64284",7984,17828 +"64285",7984,20998 +"64286",7984,22960 +"64287",7984,23991 +"64288",7984,25562 +"64289",7984,27463 +"64290",7984,28784 +"64291",7984,32672 +"64292",7984,36253 +"64293",7984,60929 +"64294",7984,76917 +"64295",7984,91527 +"64296",7984,104590 +"64297",7985,8913 +"64298",7985,8922 +"64299",7985,10117 +"64300",7985,12391 +"64301",7985,12754 +"64302",7985,12889 +"64303",7985,13415 +"64304",7985,15160 +"64305",7985,15401 +"64306",7985,15887 +"64307",7985,16259 +"64308",7985,17828 +"64309",7985,18600 +"64310",7985,18767 +"64311",7985,19723 +"64312",7985,20072 +"64313",7985,21505 +"64314",7985,21607 +"64315",7985,21665 +"64316",7985,23861 +"64317",7985,26882 +"64318",7985,28784 +"64319",7985,30567 +"64320",7985,31478 +"64321",7985,32630 +"64322",7985,32672 +"64323",7985,32988 +"64324",7985,34564 +"64325",7985,34620 +"64326",7985,38525 +"64327",7985,41713 +"64328",7985,42087 +"64329",7985,45047 +"64330",7985,45980 +"64331",7985,47438 +"64332",7985,48202 +"64333",7985,48212 +"64334",7985,53132 +"64335",7985,53227 +"64336",7985,53343 +"64337",7985,55111 +"64338",7985,58628 +"64339",7985,61801 +"64340",7985,64350 +"64341",7985,65155 +"64342",7985,65607 +"64343",7985,71033 +"64344",7985,73044 +"64345",7985,73058 +"64346",7985,73335 +"64347",7985,73409 +"64348",7985,75568 +"64349",7985,76428 +"64350",7985,78063 +"64351",7985,78429 +"64352",7985,78569 +"64353",7985,80625 +"64354",7985,82143 +"64355",7985,83231 +"64356",7985,86471 +"64357",7985,89980 +"64358",7985,90804 +"64359",7985,90968 +"64360",7985,91022 +"64361",7985,91045 +"64362",7985,95675 +"64363",7985,96352 +"64364",7985,101516 +"64365",7985,101873 +"64366",7985,102387 +"64367",7985,104590 +"64368",7985,108374 +"64369",7985,108463 +"64370",7985,108893 +"64371",7985,109101 +"64372",7985,109523 +"64373",7985,110993 +"64374",7985,111338 +"64375",7985,111398 +"64376",7985,111409 +"64377",7985,111480 +"64378",7985,112422 +"64379",7985,112648 +"64380",7985,112708 +"64381",7985,112820 +"64382",7985,112997 +"64383",7985,113597 +"64384",7985,114418 +"64385",7985,114582 +"64386",7985,115371 +"64387",7985,116028 +"64388",7985,116534 +"64389",7985,116545 +"64390",7985,116604 +"64391",7986,8556 +"64392",7986,8557 +"64393",7987,29874 +"64394",7987,29960 +"64395",7987,30170 +"64396",7987,32796 +"64397",7987,47397 +"64398",7987,47526 +"64399",7987,56889 +"64400",7987,69139 +"64401",7987,72634 +"64402",7987,81600 +"64403",7988,20036 +"64404",7988,23297 +"64405",7988,51276 +"64406",7988,80705 +"64407",7988,108159 +"64408",7989,16989 +"64409",7989,17043 +"64410",7989,17044 +"64411",7989,18639 +"64412",7989,106563 +"64413",7990,29662 +"64414",7990,38400 +"64415",7990,51202 +"64416",7990,68240 +"64417",7990,88566 +"64418",7990,111014 +"64419",7991,20775 +"64420",7991,88757 +"64421",7991,88782 +"64422",7992,9293 +"64423",7992,14562 +"64424",7992,14633 +"64425",7992,14718 +"64426",7992,14755 +"64427",7992,14806 +"64428",7992,15028 +"64429",7992,23869 +"64430",7992,28863 +"64431",7992,40883 +"64432",7992,50807 +"64433",7993,50549 +"64434",7993,59621 +"64435",7993,59653 +"64436",7993,69294 +"64437",7994,11986 +"64438",7994,12372 +"64439",7994,15287 +"64440",7994,28218 +"64441",7994,39964 +"64442",7994,69514 +"64443",7994,78696 +"64444",7995,8219 +"64445",7995,8568 +"64446",7995,8629 +"64447",7995,8984 +"64448",7995,10613 +"64449",7995,13779 +"64450",7995,14182 +"64451",7995,16956 +"64452",7995,17748 +"64453",7995,18310 +"64454",7995,18577 +"64455",7995,18630 +"64456",7995,26158 +"64457",7995,27876 +"64458",7995,27944 +"64459",7995,32784 +"64460",7995,33522 +"64461",7995,37381 +"64462",7995,45025 +"64463",7995,46378 +"64464",7995,56823 +"64465",7995,56899 +"64466",7995,61125 +"64467",7996,29214 +"64468",7996,33707 +"64469",7996,37431 +"64470",7996,74257 +"64471",7996,74527 +"64472",7996,85375 +"64473",7996,87839 +"64474",7996,87852 +"64475",7997,34269 +"64476",7997,65553 +"64477",7997,78645 +"64478",7998,8047 +"64479",7998,12129 +"64480",7998,15597 +"64481",7998,47968 +"64482",7998,65520 +"64483",7998,77094 +"64484",7998,77867 +"64485",7998,79974 +"64486",7998,110441 +"64487",7999,24957 +"64488",7999,31445 +"64489",8000,8367 +"64490",8000,14072 +"64491",8000,17649 +"64492",8000,18681 +"64493",8000,27484 +"64494",8000,32969 +"64495",8000,46717 +"64496",8000,49156 +"64497",8000,67336 +"64498",8000,88806 +"64499",8001,8002 +"64500",8001,8026 +"64501",8001,16041 +"64502",8002,8026 +"64503",8003,81834 +"64504",8004,14160 +"64505",8004,14345 +"64506",8004,15688 +"64507",8004,16485 +"64508",8004,17303 +"64509",8004,26275 +"64510",8004,35812 +"64511",8004,37258 +"64512",8004,40627 +"64513",8004,45685 +"64514",8004,46982 +"64515",8004,47013 +"64516",8004,47768 +"64517",8004,48690 +"64518",8004,52845 +"64519",8004,54060 +"64520",8004,54160 +"64521",8004,54187 +"64522",8004,58022 +"64523",8004,78031 +"64524",8004,86450 +"64525",8004,88981 +"64526",8004,91921 +"64527",8004,119423 +"64528",8005,37633 +"64529",8005,61995 +"64530",8005,72688 +"64531",8005,74868 +"64532",8005,83539 +"64533",8005,98535 +"64534",8005,101512 +"64535",8005,101576 +"64536",8005,101577 +"64537",8005,107995 +"64538",8005,112086 +"64539",8005,113777 +"64540",8006,14212 +"64541",8006,21889 +"64542",8006,26743 +"64543",8006,33312 +"64544",8006,35092 +"64545",8006,36399 +"64546",8006,39931 +"64547",8006,47607 +"64548",8006,48237 +"64549",8006,48963 +"64550",8006,51152 +"64551",8006,58053 +"64552",8006,67911 +"64553",8006,69068 +"64554",8006,76929 +"64555",8006,80375 +"64556",8006,95361 +"64557",8006,96505 +"64558",8006,98316 +"64559",8006,114164 +"64560",8007,16248 +"64561",8007,28328 +"64562",8008,24037 +"64563",8008,77911 +"64564",8008,92718 +"64565",8008,92739 +"64566",8009,12155 +"64567",8009,13110 +"64568",8009,15928 +"64569",8009,19891 +"64570",8009,35085 +"64571",8009,40824 +"64572",8009,41801 +"64573",8009,45375 +"64574",8009,51198 +"64575",8009,54109 +"64576",8009,64252 +"64577",8009,67427 +"64578",8010,18203 +"64579",8010,24027 +"64580",8010,24242 +"64581",8010,27908 +"64582",8010,44073 +"64583",8010,47648 +"64584",8010,52198 +"64585",8010,53955 +"64586",8010,57589 +"64587",8010,62040 +"64588",8010,86133 +"64589",8010,91047 +"64590",8010,98984 +"64591",8011,11389 +"64592",8011,11434 +"64593",8011,12199 +"64594",8011,13895 +"64595",8011,14078 +"64596",8011,16165 +"64597",8011,19882 +"64598",8011,25816 +"64599",8011,26462 +"64600",8011,29807 +"64601",8011,34731 +"64602",8011,45377 +"64603",8011,62602 +"64604",8011,63145 +"64605",8011,84168 +"64606",8011,85286 +"64607",8011,87734 +"64608",8011,101632 +"64609",8012,21122 +"64610",8012,21686 +"64611",8013,8014 +"64612",8014,65171 +"64613",8015,14417 +"64614",8015,28767 +"64615",8015,105898 +"64616",8016,8151 +"64617",8016,22124 +"64618",8016,51687 +"64619",8017,14334 +"64620",8017,42213 +"64621",8017,48446 +"64622",8017,87516 +"64623",8017,97012 +"64624",8017,103593 +"64625",8018,8045 +"64626",8018,21116 +"64627",8018,21191 +"64628",8018,21234 +"64629",8018,21320 +"64630",8018,60728 +"64631",8018,64664 +"64632",8018,78336 +"64633",8018,80847 +"64634",8018,88361 +"64635",8018,88369 +"64636",8018,88429 +"64637",8019,23697 +"64638",8019,31105 +"64639",8019,31158 +"64640",8019,78527 +"64641",8019,78531 +"64642",8020,16251 +"64643",8020,25427 +"64644",8020,35896 +"64645",8020,47895 +"64646",8020,52768 +"64647",8020,68887 +"64648",8020,81820 +"64649",8021,8361 +"64650",8021,10704 +"64651",8021,16041 +"64652",8021,49445 +"64653",8021,49984 +"64654",8021,71046 +"64655",8022,8267 +"64656",8022,59568 +"64657",8022,97034 +"64658",8023,28370 +"64659",8023,50014 +"64660",8023,102160 +"64661",8023,104702 +"64662",8023,108759 +"64663",8023,109088 +"64664",8024,64145 +"64665",8025,101897 +"64666",8026,26212 +"64667",8026,62508 +"64668",8026,68474 +"64669",8027,8040 +"64670",8028,50264 +"64671",8028,52686 +"64672",8028,54061 +"64673",8029,13399 +"64674",8029,16335 +"64675",8029,17484 +"64676",8029,21755 +"64677",8029,21914 +"64678",8029,29483 +"64679",8029,34259 +"64680",8029,36926 +"64681",8030,8175 +"64682",8030,8208 +"64683",8030,8252 +"64684",8031,32203 +"64685",8031,32448 +"64686",8031,80250 +"64687",8032,8184 +"64688",8033,8055 +"64689",8033,36205 +"64690",8034,12845 +"64691",8034,15410 +"64692",8035,26405 +"64693",8036,52903 +"64694",8037,13576 +"64695",8037,19570 +"64696",8037,42704 +"64697",8037,42729 +"64698",8038,21783 +"64699",8038,25018 +"64700",8038,57522 +"64701",8039,32879 +"64702",8039,69218 +"64703",8040,21427 +"64704",8040,91450 +"64705",8041,17451 +"64706",8041,21951 +"64707",8041,22575 +"64708",8041,25509 +"64709",8041,78892 +"64710",8041,113781 +"64711",8042,8043 +"64712",8042,8374 +"64713",8042,12633 +"64714",8042,14036 +"64715",8042,16396 +"64716",8042,16507 +"64717",8042,16528 +"64718",8042,16558 +"64719",8042,18764 +"64720",8042,31852 +"64721",8042,76380 +"64722",8042,77167 +"64723",8042,78136 +"64724",8042,78791 +"64725",8043,8374 +"64726",8043,13930 +"64727",8043,14658 +"64728",8043,18764 +"64729",8043,20916 +"64730",8043,36289 +"64731",8043,53360 +"64732",8043,60221 +"64733",8044,8099 +"64734",8044,10098 +"64735",8044,10649 +"64736",8044,13237 +"64737",8044,84384 +"64738",8044,97522 +"64739",8044,100236 +"64740",8044,116731 +"64741",8044,120099 +"64742",8046,22298 +"64743",8046,29294 +"64744",8046,102065 +"64745",8047,44133 +"64746",8047,56195 +"64747",8047,68828 +"64748",8047,116812 +"64749",8048,31074 +"64750",8048,55154 +"64751",8048,56067 +"64752",8048,82964 +"64753",8048,95803 +"64754",8049,8097 +"64755",8049,8108 +"64756",8049,17518 +"64757",8049,22375 +"64758",8049,24614 +"64759",8049,40156 +"64760",8049,40754 +"64761",8049,71594 +"64762",8049,95646 +"64763",8049,104775 +"64764",8051,76703 +"64765",8051,79176 +"64766",8051,83042 +"64767",8051,110659 +"64768",8052,46239 +"64769",8052,59427 +"64770",8052,61516 +"64771",8052,64189 +"64772",8053,8140 +"64773",8053,10980 +"64774",8053,11008 +"64775",8053,35822 +"64776",8053,66034 +"64777",8053,72520 +"64778",8054,12571 +"64779",8054,20694 +"64780",8054,39629 +"64781",8054,44289 +"64782",8054,45228 +"64783",8054,80212 +"64784",8054,103013 +"64785",8054,107556 +"64786",8054,113483 +"64787",8055,13294 +"64788",8055,20407 +"64789",8055,21884 +"64790",8055,22381 +"64791",8055,23808 +"64792",8055,36205 +"64793",8055,36439 +"64794",8055,39784 +"64795",8055,41719 +"64796",8055,53011 +"64797",8055,62407 +"64798",8055,68569 +"64799",8055,76127 +"64800",8055,77441 +"64801",8055,84744 +"64802",8056,43214 +"64803",8057,21358 +"64804",8057,23048 +"64805",8057,63827 +"64806",8058,8059 +"64807",8058,8076 +"64808",8058,8083 +"64809",8059,8076 +"64810",8059,8083 +"64811",8059,35778 +"64812",8060,10241 +"64813",8060,22434 +"64814",8060,23664 +"64815",8060,24305 +"64816",8060,26965 +"64817",8060,41748 +"64818",8060,42875 +"64819",8060,42937 +"64820",8060,44635 +"64821",8060,58241 +"64822",8060,58250 +"64823",8060,58306 +"64824",8060,58353 +"64825",8060,58364 +"64826",8060,58430 +"64827",8060,74373 +"64828",8060,98348 +"64829",8061,10173 +"64830",8061,12716 +"64831",8061,12717 +"64832",8061,13840 +"64833",8061,14427 +"64834",8061,14612 +"64835",8061,14957 +"64836",8061,16340 +"64837",8061,16576 +"64838",8061,18262 +"64839",8061,21450 +"64840",8061,23955 +"64841",8061,29933 +"64842",8061,31711 +"64843",8061,41500 +"64844",8061,41605 +"64845",8061,72163 +"64846",8061,80003 +"64847",8061,80354 +"64848",8061,84843 +"64849",8061,97052 +"64850",8061,116721 +"64851",8062,8118 +"64852",8062,8856 +"64853",8062,12519 +"64854",8062,13537 +"64855",8062,22826 +"64856",8062,25373 +"64857",8062,27666 +"64858",8062,34818 +"64859",8062,44224 +"64860",8062,49241 +"64861",8062,49640 +"64862",8062,51427 +"64863",8062,52957 +"64864",8062,53390 +"64865",8062,61191 +"64866",8062,66718 +"64867",8062,68604 +"64868",8062,77493 +"64869",8062,79149 +"64870",8062,106965 +"64871",8063,8366 +"64872",8063,13298 +"64873",8063,51952 +"64874",8064,14164 +"64875",8064,17884 +"64876",8064,65447 +"64877",8065,20081 +"64878",8066,22808 +"64879",8066,28279 +"64880",8066,46617 +"64881",8066,63475 +"64882",8066,64253 +"64883",8066,109250 +"64884",8067,16626 +"64885",8067,24253 +"64886",8067,58187 +"64887",8068,27032 +"64888",8068,39943 +"64889",8068,39949 +"64890",8069,16372 +"64891",8069,54030 +"64892",8069,112018 +"64893",8069,121168 +"64894",8070,77201 +"64895",8070,83479 +"64896",8070,103824 +"64897",8071,11902 +"64898",8071,20685 +"64899",8071,23279 +"64900",8071,23562 +"64901",8071,102814 +"64902",8072,44065 +"64903",8073,29504 +"64904",8073,34082 +"64905",8073,44373 +"64906",8073,67719 +"64907",8073,73151 +"64908",8073,112736 +"64909",8074,8938 +"64910",8074,9303 +"64911",8074,61016 +"64912",8075,30068 +"64913",8076,8083 +"64914",8076,21430 +"64915",8076,37480 +"64916",8077,21097 +"64917",8077,46978 +"64918",8077,54255 +"64919",8077,54259 +"64920",8077,54295 +"64921",8077,117168 +"64922",8078,13276 +"64923",8078,14952 +"64924",8078,18120 +"64925",8078,22413 +"64926",8078,29368 +"64927",8078,60610 +"64928",8078,64955 +"64929",8078,83037 +"64930",8078,90120 +"64931",8078,99023 +"64932",8078,108039 +"64933",8078,108145 +"64934",8079,55839 +"64935",8080,56226 +"64936",8081,8098 +"64937",8081,8495 +"64938",8081,23015 +"64939",8081,81087 +"64940",8082,23571 +"64941",8082,75639 +"64942",8082,101214 +"64943",8082,117099 +"64944",8083,46724 +"64945",8084,18670 +"64946",8084,88516 +"64947",8084,107954 +"64948",8085,63658 +"64949",8085,79368 +"64950",8086,69279 +"64951",8086,103053 +"64952",8087,12293 +"64953",8087,12947 +"64954",8087,13686 +"64955",8087,30809 +"64956",8087,32606 +"64957",8087,37711 +"64958",8087,102911 +"64959",8088,12103 +"64960",8088,13716 +"64961",8088,21628 +"64962",8088,36499 +"64963",8088,47280 +"64964",8088,83173 +"64965",8088,89606 +"64966",8089,12679 +"64967",8089,46194 +"64968",8089,57440 +"64969",8089,59309 +"64970",8089,69245 +"64971",8089,96865 +"64972",8089,113225 +"64973",8090,10594 +"64974",8090,42509 +"64975",8090,63100 +"64976",8090,77222 +"64977",8091,61600 +"64978",8091,64536 +"64979",8091,64537 +"64980",8091,64559 +"64981",8091,82594 +"64982",8093,55887 +"64983",8093,102463 +"64984",8094,8219 +"64985",8094,8721 +"64986",8094,11365 +"64987",8094,12403 +"64988",8094,17252 +"64989",8094,18648 +"64990",8094,22120 +"64991",8094,29305 +"64992",8094,30351 +"64993",8094,60209 +"64994",8094,61816 +"64995",8094,69956 +"64996",8094,70455 +"64997",8094,77432 +"64998",8094,90584 +"64999",8094,118451 +"65000",8095,49692 +"65001",8095,50139 +"65002",8096,8142 +"65003",8097,8108 +"65004",8097,16609 +"65005",8097,17519 +"65006",8097,22375 +"65007",8097,95646 +"65008",8097,108620 +"65009",8099,10098 +"65010",8099,10650 +"65011",8099,11168 +"65012",8099,36554 +"65013",8099,51546 +"65014",8099,60306 +"65015",8099,62754 +"65016",8101,55690 +"65017",8102,11576 +"65018",8102,11972 +"65019",8102,12635 +"65020",8102,16120 +"65021",8102,19407 +"65022",8102,22347 +"65023",8102,25472 +"65024",8102,33332 +"65025",8102,36316 +"65026",8102,41454 +"65027",8102,64070 +"65028",8102,74681 +"65029",8102,74894 +"65030",8102,91676 +"65031",8102,111521 +"65032",8102,112679 +"65033",8103,13482 +"65034",8103,62623 +"65035",8103,68168 +"65036",8103,85248 +"65037",8103,89994 +"65038",8103,92986 +"65039",8103,106855 +"65040",8103,106872 +"65041",8103,110916 +"65042",8104,66176 +"65043",8104,79968 +"65044",8104,83813 +"65045",8104,83826 +"65046",8105,9704 +"65047",8105,34169 +"65048",8105,36775 +"65049",8105,38337 +"65050",8105,39201 +"65051",8106,12011 +"65052",8106,12081 +"65053",8106,13581 +"65054",8106,15232 +"65055",8106,20417 +"65056",8106,20616 +"65057",8106,25393 +"65058",8106,27706 +"65059",8106,33982 +"65060",8106,42875 +"65061",8106,63896 +"65062",8106,65754 +"65063",8106,75738 +"65064",8106,76375 +"65065",8106,79570 +"65066",8106,85598 +"65067",8107,13706 +"65068",8107,18409 +"65069",8107,18654 +"65070",8107,35664 +"65071",8107,53834 +"65072",8107,57834 +"65073",8107,61818 +"65074",8107,63369 +"65075",8107,98440 +"65076",8107,110765 +"65077",8108,10143 +"65078",8108,15686 +"65079",8108,15735 +"65080",8108,40754 +"65081",8108,41866 +"65082",8108,70409 +"65083",8108,71594 +"65084",8109,45028 +"65085",8109,67804 +"65086",8110,48264 +"65087",8110,50910 +"65088",8110,73626 +"65089",8110,103173 +"65090",8110,104133 +"65091",8111,108011 +"65092",8111,108012 +"65093",8112,19845 +"65094",8112,41125 +"65095",8112,42584 +"65096",8112,51583 +"65097",8113,20496 +"65098",8113,23564 +"65099",8113,24444 +"65100",8113,26248 +"65101",8113,33221 +"65102",8113,35373 +"65103",8113,41793 +"65104",8113,44350 +"65105",8113,46243 +"65106",8113,46637 +"65107",8113,46639 +"65108",8113,48992 +"65109",8113,56859 +"65110",8113,61702 +"65111",8113,62137 +"65112",8113,62228 +"65113",8113,62296 +"65114",8113,62739 +"65115",8113,66523 +"65116",8113,71510 +"65117",8113,72065 +"65118",8113,72069 +"65119",8113,72070 +"65120",8113,72072 +"65121",8113,72077 +"65122",8113,72088 +"65123",8113,72102 +"65124",8113,72106 +"65125",8113,72107 +"65126",8113,74742 +"65127",8114,57107 +"65128",8114,88133 +"65129",8114,104797 +"65130",8115,23759 +"65131",8115,30827 +"65132",8115,38284 +"65133",8115,54675 +"65134",8115,56026 +"65135",8115,64152 +"65136",8116,40243 +"65137",8116,62727 +"65138",8116,91449 +"65139",8116,94634 +"65140",8116,104589 +"65141",8117,27063 +"65142",8117,55435 +"65143",8117,55694 +"65144",8117,61799 +"65145",8117,64781 +"65146",8117,64995 +"65147",8117,67361 +"65148",8117,71612 +"65149",8117,82972 +"65150",8118,17257 +"65151",8118,31394 +"65152",8118,93367 +"65153",8119,10066 +"65154",8119,17052 +"65155",8119,19685 +"65156",8119,20161 +"65157",8119,21136 +"65158",8119,30883 +"65159",8119,31413 +"65160",8119,39704 +"65161",8119,40637 +"65162",8119,50149 +"65163",8119,53460 +"65164",8119,56336 +"65165",8119,58060 +"65166",8119,73601 +"65167",8119,78184 +"65168",8119,88724 +"65169",8119,88975 +"65170",8119,111494 +"65171",8119,116608 +"65172",8119,121996 +"65173",8119,122000 +"65174",8119,122003 +"65175",8120,15709 +"65176",8120,27725 +"65177",8120,30650 +"65178",8120,33708 +"65179",8120,36097 +"65180",8120,42680 +"65181",8120,49208 +"65182",8120,49215 +"65183",8120,49244 +"65184",8120,81015 +"65185",8121,10002 +"65186",8121,11121 +"65187",8121,19400 +"65188",8121,23397 +"65189",8121,36506 +"65190",8121,54791 +"65191",8121,62395 +"65192",8122,8664 +"65193",8122,54300 +"65194",8123,8869 +"65195",8123,13386 +"65196",8123,13938 +"65197",8123,15023 +"65198",8123,15110 +"65199",8123,17389 +"65200",8123,19916 +"65201",8123,20547 +"65202",8123,20623 +"65203",8123,21804 +"65204",8123,23116 +"65205",8123,23454 +"65206",8123,25518 +"65207",8123,28290 +"65208",8123,28366 +"65209",8123,31357 +"65210",8123,32697 +"65211",8123,35088 +"65212",8123,39427 +"65213",8123,45403 +"65214",8123,51843 +"65215",8123,53756 +"65216",8123,54385 +"65217",8123,56485 +"65218",8123,63631 +"65219",8123,76403 +"65220",8123,79000 +"65221",8123,80025 +"65222",8123,82100 +"65223",8123,84299 +"65224",8123,84808 +"65225",8123,84828 +"65226",8123,86339 +"65227",8123,93619 +"65228",8123,94391 +"65229",8123,108578 +"65230",8123,111170 +"65231",8123,112955 +"65232",8123,116210 +"65233",8124,42956 +"65234",8125,11123 +"65235",8125,38504 +"65236",8125,47680 +"65237",8125,47732 +"65238",8125,47771 +"65239",8125,47773 +"65240",8125,54586 +"65241",8125,85376 +"65242",8125,85394 +"65243",8125,85431 +"65244",8126,15143 +"65245",8126,25030 +"65246",8126,37627 +"65247",8126,50254 +"65248",8126,56848 +"65249",8126,77135 +"65250",8126,81170 +"65251",8126,109681 +"65252",8127,38758 +"65253",8127,94105 +"65254",8128,8178 +"65255",8128,8254 +"65256",8128,8255 +"65257",8128,61295 +"65258",8128,61296 +"65259",8128,67219 +"65260",8128,67637 +"65261",8128,73986 +"65262",8128,74207 +"65263",8128,74215 +"65264",8129,8146 +"65265",8129,31032 +"65266",8130,12552 +"65267",8130,12553 +"65268",8130,12623 +"65269",8130,12659 +"65270",8130,12660 +"65271",8130,12661 +"65272",8130,23429 +"65273",8130,24820 +"65274",8131,30450 +"65275",8131,52439 +"65276",8131,55356 +"65277",8131,55357 +"65278",8131,55359 +"65279",8131,71498 +"65280",8131,74447 +"65281",8131,81471 +"65282",8132,11074 +"65283",8132,21587 +"65284",8132,25443 +"65285",8132,28092 +"65286",8132,33113 +"65287",8132,33383 +"65288",8132,33399 +"65289",8134,31623 +"65290",8134,32604 +"65291",8134,36993 +"65292",8134,52435 +"65293",8134,99910 +"65294",8135,15336 +"65295",8135,36475 +"65296",8135,48611 +"65297",8135,75803 +"65298",8135,114441 +"65299",8136,14732 +"65300",8136,14876 +"65301",8136,14878 +"65302",8136,14923 +"65303",8136,17194 +"65304",8136,17352 +"65305",8136,32479 +"65306",8136,39559 +"65307",8136,40406 +"65308",8136,51092 +"65309",8136,77696 +"65310",8136,79435 +"65311",8136,79450 +"65312",8136,80232 +"65313",8136,84928 +"65314",8136,85647 +"65315",8136,96161 +"65316",8136,103203 +"65317",8136,104249 +"65318",8136,106808 +"65319",8137,8601 +"65320",8137,9174 +"65321",8137,11711 +"65322",8137,11815 +"65323",8137,11816 +"65324",8137,11831 +"65325",8137,11847 +"65326",8137,11848 +"65327",8137,11882 +"65328",8137,11895 +"65329",8137,11918 +"65330",8137,11938 +"65331",8137,11981 +"65332",8137,12060 +"65333",8137,12061 +"65334",8137,12079 +"65335",8137,14192 +"65336",8137,14359 +"65337",8137,17479 +"65338",8137,17541 +"65339",8137,17675 +"65340",8137,17805 +"65341",8137,19454 +"65342",8137,19821 +"65343",8137,21548 +"65344",8137,21750 +"65345",8137,22368 +"65346",8137,22869 +"65347",8137,23191 +"65348",8137,27247 +"65349",8137,29557 +"65350",8137,44464 +"65351",8137,52767 +"65352",8137,64087 +"65353",8137,78005 +"65354",8137,78081 +"65355",8137,78817 +"65356",8137,92699 +"65357",8137,93771 +"65358",8137,106523 +"65359",8138,23434 +"65360",8139,12034 +"65361",8139,19149 +"65362",8139,28387 +"65363",8139,31040 +"65364",8139,34858 +"65365",8139,73764 +"65366",8140,10980 +"65367",8140,15427 +"65368",8140,16857 +"65369",8140,18491 +"65370",8140,23156 +"65371",8140,31355 +"65372",8140,35090 +"65373",8140,60815 +"65374",8140,65010 +"65375",8141,51594 +"65376",8141,89007 +"65377",8141,113281 +"65378",8141,115224 +"65379",8142,16058 +"65380",8142,32745 +"65381",8142,62086 +"65382",8142,81891 +"65383",8142,98820 +"65384",8143,19983 +"65385",8144,8147 +"65386",8144,8560 +"65387",8144,13940 +"65388",8144,17822 +"65389",8144,19872 +"65390",8144,23345 +"65391",8144,26311 +"65392",8144,30529 +"65393",8144,74502 +"65394",8145,10267 +"65395",8145,34316 +"65396",8145,53183 +"65397",8145,71376 +"65398",8146,20906 +"65399",8146,38495 +"65400",8146,57592 +"65401",8146,86463 +"65402",8146,110031 +"65403",8147,8560 +"65404",8147,17822 +"65405",8148,63622 +"65406",8149,16064 +"65407",8150,8171 +"65408",8150,8172 +"65409",8150,23030 +"65410",8150,42127 +"65411",8150,58065 +"65412",8153,32643 +"65413",8153,34541 +"65414",8153,35495 +"65415",8153,39947 +"65416",8153,52743 +"65417",8153,59510 +"65418",8154,8509 +"65419",8154,8602 +"65420",8154,45091 +"65421",8154,54502 +"65422",8154,58845 +"65423",8154,58868 +"65424",8154,59541 +"65425",8154,62354 +"65426",8154,66518 +"65427",8155,14445 +"65428",8155,84004 +"65429",8156,51124 +"65430",8156,51971 +"65431",8156,77495 +"65432",8157,10990 +"65433",8157,20910 +"65434",8157,46308 +"65435",8157,49059 +"65436",8157,55775 +"65437",8157,79506 +"65438",8157,94457 +"65439",8157,111150 +"65440",8157,111229 +"65441",8157,114430 +"65442",8158,82398 +"65443",8159,77923 +"65444",8159,115450 +"65445",8159,121114 +"65446",8160,8679 +"65447",8160,10392 +"65448",8160,19543 +"65449",8160,23445 +"65450",8160,44154 +"65451",8160,54523 +"65452",8160,63971 +"65453",8160,78870 +"65454",8161,8501 +"65455",8161,9591 +"65456",8161,9593 +"65457",8161,9599 +"65458",8162,23678 +"65459",8162,47790 +"65460",8162,56991 +"65461",8162,59359 +"65462",8163,39874 +"65463",8163,41263 +"65464",8163,44223 +"65465",8163,45553 +"65466",8163,68145 +"65467",8164,45440 +"65468",8164,66007 +"65469",8164,66008 +"65470",8165,8193 +"65471",8165,8369 +"65472",8165,8533 +"65473",8165,8553 +"65474",8165,10036 +"65475",8165,16712 +"65476",8165,17898 +"65477",8165,18003 +"65478",8165,27241 +"65479",8165,31050 +"65480",8165,34450 +"65481",8165,39866 +"65482",8165,42224 +"65483",8165,42598 +"65484",8165,45633 +"65485",8165,48932 +"65486",8165,49144 +"65487",8165,52944 +"65488",8165,68475 +"65489",8165,68496 +"65490",8166,9783 +"65491",8166,10250 +"65492",8166,33649 +"65493",8166,35222 +"65494",8166,41097 +"65495",8166,46949 +"65496",8166,47225 +"65497",8166,50083 +"65498",8166,52765 +"65499",8166,52848 +"65500",8166,52861 +"65501",8166,55725 +"65502",8166,57085 +"65503",8166,102648 +"65504",8166,102664 +"65505",8168,8538 +"65506",8168,13747 +"65507",8168,21142 +"65508",8168,40736 +"65509",8168,66928 +"65510",8168,72678 +"65511",8169,8190 +"65512",8170,8659 +"65513",8170,9320 +"65514",8170,11517 +"65515",8170,12221 +"65516",8170,13828 +"65517",8170,14959 +"65518",8170,15790 +"65519",8170,17520 +"65520",8170,17582 +"65521",8170,21644 +"65522",8170,36498 +"65523",8170,38921 +"65524",8170,44885 +"65525",8170,45197 +"65526",8170,47747 +"65527",8170,57497 +"65528",8170,76306 +"65529",8170,84475 +"65530",8170,85297 +"65531",8170,92157 +"65532",8170,93289 +"65533",8171,8172 +"65534",8172,12245 +"65535",8172,24648 +"65536",8172,24825 +"65537",8172,28599 +"65538",8172,35360 +"65539",8172,39370 +"65540",8172,52666 +"65541",8172,58485 +"65542",8172,75860 +"65543",8172,79238 +"65544",8173,15813 +"65545",8173,24517 +"65546",8173,78864 +"65547",8174,10620 +"65548",8174,11738 +"65549",8174,41148 +"65550",8174,45927 +"65551",8174,46114 +"65552",8174,82211 +"65553",8175,8208 +"65554",8175,8252 +"65555",8176,9316 +"65556",8176,14880 +"65557",8176,16994 +"65558",8176,48244 +"65559",8176,82284 +"65560",8176,95680 +"65561",8176,104695 +"65562",8176,104710 +"65563",8176,104724 +"65564",8176,104727 +"65565",8176,104729 +"65566",8177,8217 +"65567",8178,8254 +"65568",8178,8255 +"65569",8179,11267 +"65570",8179,13249 +"65571",8179,19014 +"65572",8179,54970 +"65573",8179,55669 +"65574",8179,62934 +"65575",8179,72539 +"65576",8179,77518 +"65577",8179,77689 +"65578",8180,8986 +"65579",8181,12018 +"65580",8181,13409 +"65581",8181,15045 +"65582",8181,15225 +"65583",8181,18293 +"65584",8181,18825 +"65585",8181,18924 +"65586",8181,30095 +"65587",8181,34273 +"65588",8181,41837 +"65589",8181,42680 +"65590",8181,48556 +"65591",8181,56293 +"65592",8181,89252 +"65593",8181,110000 +"65594",8182,10186 +"65595",8182,10594 +"65596",8182,108245 +"65597",8182,112340 +"65598",8183,13870 +"65599",8183,15929 +"65600",8183,33635 +"65601",8183,48996 +"65602",8183,49939 +"65603",8183,50467 +"65604",8183,50544 +"65605",8183,50569 +"65606",8183,52125 +"65607",8183,54272 +"65608",8183,60611 +"65609",8183,62278 +"65610",8183,108699 +"65611",8183,117158 +"65612",8184,69377 +"65613",8184,85341 +"65614",8185,8237 +"65615",8185,10474 +"65616",8185,10782 +"65617",8185,11884 +"65618",8185,15131 +"65619",8185,18163 +"65620",8185,18174 +"65621",8185,22181 +"65622",8185,34820 +"65623",8185,37757 +"65624",8185,40905 +"65625",8185,45437 +"65626",8185,48702 +"65627",8185,53378 +"65628",8185,56373 +"65629",8185,68513 +"65630",8185,73184 +"65631",8186,11657 +"65632",8186,14568 +"65633",8186,31296 +"65634",8186,52982 +"65635",8187,29608 +"65636",8187,41809 +"65637",8187,47428 +"65638",8187,54219 +"65639",8187,66731 +"65640",8187,81795 +"65641",8187,83733 +"65642",8187,89036 +"65643",8187,95829 +"65644",8187,95836 +"65645",8187,103947 +"65646",8187,114870 +"65647",8188,9872 +"65648",8188,11265 +"65649",8188,13934 +"65650",8188,14072 +"65651",8188,26052 +"65652",8188,44720 +"65653",8188,49067 +"65654",8188,55071 +"65655",8189,17699 +"65656",8189,54761 +"65657",8189,108925 +"65658",8190,71769 +"65659",8191,9563 +"65660",8191,21507 +"65661",8191,79337 +"65662",8191,96779 +"65663",8192,8347 +"65664",8192,8376 +"65665",8192,8457 +"65666",8192,15116 +"65667",8192,23059 +"65668",8192,24558 +"65669",8192,26671 +"65670",8192,30983 +"65671",8192,33591 +"65672",8192,34276 +"65673",8192,40580 +"65674",8192,81725 +"65675",8193,8369 +"65676",8193,8533 +"65677",8193,8553 +"65678",8193,18415 +"65679",8193,23480 +"65680",8193,28839 +"65681",8193,34126 +"65682",8193,37307 +"65683",8193,39248 +"65684",8193,42315 +"65685",8193,68475 +"65686",8193,90668 +"65687",8193,101994 +"65688",8194,12533 +"65689",8194,16845 +"65690",8194,28237 +"65691",8194,28995 +"65692",8194,31566 +"65693",8194,40796 +"65694",8194,47264 +"65695",8194,50921 +"65696",8194,52486 +"65697",8194,52554 +"65698",8194,69571 +"65699",8195,30971 +"65700",8195,37182 +"65701",8195,40773 +"65702",8195,48557 +"65703",8195,59839 +"65704",8195,69871 +"65705",8195,70919 +"65706",8196,8227 +"65707",8196,25651 +"65708",8196,37619 +"65709",8196,38712 +"65710",8196,39402 +"65711",8196,43642 +"65712",8196,50772 +"65713",8196,60808 +"65714",8197,14246 +"65715",8197,15104 +"65716",8197,15195 +"65717",8197,15430 +"65718",8197,15772 +"65719",8197,16381 +"65720",8197,16949 +"65721",8197,18514 +"65722",8197,22299 +"65723",8197,23938 +"65724",8197,24250 +"65725",8197,26682 +"65726",8197,29741 +"65727",8197,30876 +"65728",8197,32393 +"65729",8197,32939 +"65730",8197,33113 +"65731",8197,38494 +"65732",8197,38932 +"65733",8197,40643 +"65734",8197,42017 +"65735",8197,42107 +"65736",8197,45787 +"65737",8197,47083 +"65738",8197,49231 +"65739",8197,50061 +"65740",8197,52450 +"65741",8197,54059 +"65742",8197,55370 +"65743",8197,57804 +"65744",8197,59615 +"65745",8197,59940 +"65746",8197,67363 +"65747",8197,71230 +"65748",8197,76278 +"65749",8197,76740 +"65750",8197,76786 +"65751",8197,77272 +"65752",8197,77357 +"65753",8197,77402 +"65754",8197,78248 +"65755",8197,78255 +"65756",8197,78339 +"65757",8197,78445 +"65758",8197,79022 +"65759",8197,79716 +"65760",8197,79989 +"65761",8197,80281 +"65762",8197,81728 +"65763",8197,82196 +"65764",8197,82383 +"65765",8197,82810 +"65766",8197,82854 +"65767",8197,83853 +"65768",8197,83884 +"65769",8197,84379 +"65770",8197,84613 +"65771",8197,85465 +"65772",8197,85610 +"65773",8197,86351 +"65774",8197,86451 +"65775",8197,86882 +"65776",8197,87175 +"65777",8197,87451 +"65778",8197,87521 +"65779",8197,87572 +"65780",8197,87663 +"65781",8197,87721 +"65782",8197,87862 +"65783",8198,15826 +"65784",8198,15846 +"65785",8198,24027 +"65786",8198,27276 +"65787",8198,38457 +"65788",8198,61007 +"65789",8198,64825 +"65790",8199,43156 +"65791",8199,43571 +"65792",8200,26382 +"65793",8200,32509 +"65794",8201,8377 +"65795",8201,58663 +"65796",8201,77490 +"65797",8201,88327 +"65798",8201,96375 +"65799",8202,14008 +"65800",8203,8223 +"65801",8204,9881 +"65802",8204,14051 +"65803",8204,16230 +"65804",8204,28515 +"65805",8204,31515 +"65806",8204,41912 +"65807",8204,43594 +"65808",8204,61857 +"65809",8204,92412 +"65810",8205,8678 +"65811",8205,8719 +"65812",8205,9568 +"65813",8205,13139 +"65814",8205,14170 +"65815",8205,14173 +"65816",8205,14425 +"65817",8205,16118 +"65818",8205,34354 +"65819",8206,15286 +"65820",8206,43836 +"65821",8206,97305 +"65822",8207,8251 +"65823",8207,85148 +"65824",8207,85975 +"65825",8207,91531 +"65826",8207,113956 +"65827",8208,8252 +"65828",8208,12041 +"65829",8208,28504 +"65830",8208,79283 +"65831",8208,79291 +"65832",8208,79335 +"65833",8209,20378 +"65834",8209,46945 +"65835",8210,10717 +"65836",8210,12035 +"65837",8210,12336 +"65838",8210,23404 +"65839",8210,34053 +"65840",8210,41214 +"65841",8210,42368 +"65842",8210,52442 +"65843",8210,79020 +"65844",8211,14591 +"65845",8211,31021 +"65846",8211,82459 +"65847",8212,14213 +"65848",8212,34139 +"65849",8212,56621 +"65850",8212,91826 +"65851",8213,27537 +"65852",8213,44173 +"65853",8213,104417 +"65854",8213,104531 +"65855",8213,107660 +"65856",8213,107715 +"65857",8214,31663 +"65858",8214,43786 +"65859",8214,43809 +"65860",8214,43850 +"65861",8215,55451 +"65862",8216,41041 +"65863",8216,84158 +"65864",8217,12621 +"65865",8217,14260 +"65866",8217,22929 +"65867",8217,30651 +"65868",8217,53636 +"65869",8217,69847 +"65870",8218,13504 +"65871",8218,57086 +"65872",8218,57167 +"65873",8218,64971 +"65874",8218,69852 +"65875",8218,81783 +"65876",8218,98861 +"65877",8218,100723 +"65878",8218,113371 +"65879",8218,117563 +"65880",8218,117564 +"65881",8219,10613 +"65882",8219,11563 +"65883",8219,18577 +"65884",8219,18630 +"65885",8219,50812 +"65886",8219,58448 +"65887",8219,76986 +"65888",8220,47867 +"65889",8221,8941 +"65890",8221,11067 +"65891",8221,18875 +"65892",8221,29578 +"65893",8221,44284 +"65894",8221,62044 +"65895",8221,80572 +"65896",8222,22786 +"65897",8222,23021 +"65898",8222,50759 +"65899",8222,77856 +"65900",8222,90871 +"65901",8223,25100 +"65902",8224,22505 +"65903",8225,40957 +"65904",8225,41056 +"65905",8225,52466 +"65906",8225,53374 +"65907",8226,8424 +"65908",8226,11775 +"65909",8227,9162 +"65910",8227,10979 +"65911",8227,13124 +"65912",8227,14454 +"65913",8227,17830 +"65914",8227,17902 +"65915",8227,20951 +"65916",8227,25651 +"65917",8227,33612 +"65918",8227,37619 +"65919",8227,68197 +"65920",8228,8233 +"65921",8228,8234 +"65922",8229,8755 +"65923",8229,33339 +"65924",8229,89958 +"65925",8229,102050 +"65926",8229,103426 +"65927",8229,119934 +"65928",8230,22377 +"65929",8230,22411 +"65930",8230,22425 +"65931",8231,17766 +"65932",8231,24133 +"65933",8231,24585 +"65934",8231,36470 +"65935",8231,37776 +"65936",8231,41127 +"65937",8231,72367 +"65938",8231,89335 +"65939",8231,97580 +"65940",8231,105587 +"65941",8232,17774 +"65942",8232,47904 +"65943",8233,8234 +"65944",8233,18038 +"65945",8233,38498 +"65946",8233,85675 +"65947",8234,13372 +"65948",8234,106292 +"65949",8234,123285 +"65950",8235,24850 +"65951",8236,9277 +"65952",8236,14709 +"65953",8236,21404 +"65954",8236,21712 +"65955",8236,21795 +"65956",8236,21981 +"65957",8236,25917 +"65958",8236,26133 +"65959",8236,29195 +"65960",8236,29437 +"65961",8236,31819 +"65962",8236,33401 +"65963",8236,33665 +"65964",8236,34594 +"65965",8236,34950 +"65966",8236,48293 +"65967",8236,53064 +"65968",8236,53504 +"65969",8236,53747 +"65970",8236,57463 +"65971",8236,62609 +"65972",8236,65988 +"65973",8236,65997 +"65974",8236,69062 +"65975",8236,69541 +"65976",8236,77464 +"65977",8236,84220 +"65978",8236,91980 +"65979",8236,95417 +"65980",8236,97833 +"65981",8236,105778 +"65982",8236,113524 +"65983",8237,22373 +"65984",8237,68513 +"65985",8237,85875 +"65986",8237,118169 +"65987",8237,119375 +"65988",8237,119994 +"65989",8237,119995 +"65990",8237,120001 +"65991",8238,9236 +"65992",8238,12473 +"65993",8238,20859 +"65994",8238,20977 +"65995",8238,27796 +"65996",8238,31890 +"65997",8238,43008 +"65998",8238,47564 +"65999",8238,61050 +"66000",8238,64857 +"66001",8238,83387 +"66002",8239,28161 +"66003",8239,33525 +"66004",8239,43676 +"66005",8239,45481 +"66006",8239,77342 +"66007",8239,77348 +"66008",8240,9427 +"66009",8240,30512 +"66010",8241,14465 +"66011",8241,17304 +"66012",8241,18875 +"66013",8241,27020 +"66014",8241,27673 +"66015",8241,34514 +"66016",8241,35000 +"66017",8241,37448 +"66018",8241,37563 +"66019",8241,59300 +"66020",8241,82386 +"66021",8242,39740 +"66022",8242,84396 +"66023",8242,93903 +"66024",8243,10396 +"66025",8243,28466 +"66026",8244,8861 +"66027",8244,15436 +"66028",8244,15452 +"66029",8244,15705 +"66030",8244,33717 +"66031",8244,42239 +"66032",8244,45921 +"66033",8244,52053 +"66034",8244,56659 +"66035",8244,70163 +"66036",8244,74477 +"66037",8244,74478 +"66038",8244,74513 +"66039",8244,74560 +"66040",8244,81967 +"66041",8245,30163 +"66042",8245,44551 +"66043",8245,79236 +"66044",8245,79972 +"66045",8245,112037 +"66046",8245,118475 +"66047",8246,8577 +"66048",8246,25756 +"66049",8246,52461 +"66050",8247,19309 +"66051",8247,49109 +"66052",8247,53280 +"66053",8247,121731 +"66054",8248,8933 +"66055",8248,9343 +"66056",8248,10595 +"66057",8248,11699 +"66058",8248,14577 +"66059",8248,16412 +"66060",8248,23985 +"66061",8248,25376 +"66062",8248,29343 +"66063",8248,38168 +"66064",8248,40335 +"66065",8248,40404 +"66066",8248,41096 +"66067",8248,41237 +"66068",8248,41248 +"66069",8248,42331 +"66070",8248,53825 +"66071",8248,54398 +"66072",8248,56862 +"66073",8248,70101 +"66074",8248,79068 +"66075",8248,83638 +"66076",8248,85704 +"66077",8249,15124 +"66078",8249,32265 +"66079",8249,35966 +"66080",8249,40511 +"66081",8249,46752 +"66082",8249,52688 +"66083",8249,63632 +"66084",8249,70982 +"66085",8249,73193 +"66086",8249,82281 +"66087",8249,82997 +"66088",8249,86623 +"66089",8249,98686 +"66090",8249,98703 +"66091",8249,98706 +"66092",8250,8302 +"66093",8251,56184 +"66094",8251,116392 +"66095",8252,12041 +"66096",8252,28504 +"66097",8252,67557 +"66098",8252,79283 +"66099",8252,79291 +"66100",8252,79335 +"66101",8253,8675 +"66102",8253,8771 +"66103",8253,8833 +"66104",8253,8880 +"66105",8253,43276 +"66106",8254,8255 +"66107",8256,9239 +"66108",8256,9240 +"66109",8256,37422 +"66110",8256,37533 +"66111",8256,46210 +"66112",8257,10095 +"66113",8257,16991 +"66114",8257,18996 +"66115",8257,22322 +"66116",8257,22859 +"66117",8257,37668 +"66118",8257,44304 +"66119",8257,48249 +"66120",8257,61605 +"66121",8257,62644 +"66122",8257,73338 +"66123",8257,79343 +"66124",8257,83458 +"66125",8257,117061 +"66126",8257,121164 +"66127",8257,123145 +"66128",8258,14019 +"66129",8258,16011 +"66130",8258,23296 +"66131",8258,27725 +"66132",8258,30443 +"66133",8258,33604 +"66134",8258,50186 +"66135",8258,52011 +"66136",8258,59628 +"66137",8258,63753 +"66138",8258,64630 +"66139",8258,64667 +"66140",8258,79211 +"66141",8258,79224 +"66142",8259,13200 +"66143",8259,14655 +"66144",8259,15770 +"66145",8260,22924 +"66146",8261,28893 +"66147",8262,39418 +"66148",8263,53814 +"66149",8264,18264 +"66150",8264,21167 +"66151",8264,21619 +"66152",8264,25435 +"66153",8264,35407 +"66154",8264,67597 +"66155",8264,69316 +"66156",8264,70159 +"66157",8264,72936 +"66158",8264,89062 +"66159",8264,89120 +"66160",8264,89606 +"66161",8264,90416 +"66162",8264,91060 +"66163",8264,91063 +"66164",8264,91397 +"66165",8264,93033 +"66166",8264,96155 +"66167",8264,96769 +"66168",8264,96771 +"66169",8264,98930 +"66170",8264,108296 +"66171",8265,86856 +"66172",8266,8331 +"66173",8266,10760 +"66174",8266,11485 +"66175",8266,11946 +"66176",8266,14891 +"66177",8266,18397 +"66178",8266,20653 +"66179",8266,22876 +"66180",8266,26443 +"66181",8266,28043 +"66182",8266,28438 +"66183",8266,28568 +"66184",8266,29296 +"66185",8266,31168 +"66186",8266,31170 +"66187",8266,31181 +"66188",8266,31182 +"66189",8266,31184 +"66190",8266,31238 +"66191",8266,31247 +"66192",8266,31269 +"66193",8266,31314 +"66194",8266,52225 +"66195",8266,65557 +"66196",8266,68923 +"66197",8266,74711 +"66198",8267,8393 +"66199",8267,11078 +"66200",8267,21628 +"66201",8267,25771 +"66202",8267,28190 +"66203",8267,31368 +"66204",8267,36499 +"66205",8267,46883 +"66206",8267,52376 +"66207",8267,70506 +"66208",8267,82993 +"66209",8267,89561 +"66210",8267,90528 +"66211",8267,109266 +"66212",8267,120406 +"66213",8267,122575 +"66214",8268,37362 +"66215",8268,37987 +"66216",8268,55712 +"66217",8269,37906 +"66218",8269,46889 +"66219",8269,50109 +"66220",8269,58231 +"66221",8269,72964 +"66222",8269,73074 +"66223",8269,87754 +"66224",8269,110925 +"66225",8269,114124 +"66226",8270,10864 +"66227",8270,17600 +"66228",8270,20683 +"66229",8270,36233 +"66230",8270,38838 +"66231",8270,38893 +"66232",8270,64555 +"66233",8270,78731 +"66234",8270,90524 +"66235",8270,100198 +"66236",8270,103297 +"66237",8270,117628 +"66238",8271,87159 +"66239",8272,8346 +"66240",8272,8967 +"66241",8272,17316 +"66242",8272,42846 +"66243",8272,49717 +"66244",8273,36204 +"66245",8274,8327 +"66246",8274,8330 +"66247",8274,8352 +"66248",8274,8357 +"66249",8274,8359 +"66250",8274,8434 +"66251",8274,11514 +"66252",8274,12080 +"66253",8274,18054 +"66254",8274,20250 +"66255",8274,23569 +"66256",8274,24144 +"66257",8274,25883 +"66258",8274,27445 +"66259",8274,28325 +"66260",8274,30863 +"66261",8274,31377 +"66262",8274,37419 +"66263",8274,38935 +"66264",8274,48274 +"66265",8274,50866 +"66266",8274,55550 +"66267",8274,60302 +"66268",8274,70976 +"66269",8274,79204 +"66270",8274,79616 +"66271",8274,84431 +"66272",8274,91579 +"66273",8274,91585 +"66274",8274,98921 +"66275",8274,99134 +"66276",8274,114779 +"66277",8275,19917 +"66278",8275,20931 +"66279",8275,34475 +"66280",8275,43813 +"66281",8275,44139 +"66282",8275,74267 +"66283",8275,76332 +"66284",8276,21340 +"66285",8276,23045 +"66286",8277,12129 +"66287",8277,17188 +"66288",8277,18238 +"66289",8277,22797 +"66290",8277,25438 +"66291",8277,42282 +"66292",8277,56915 +"66293",8277,65734 +"66294",8277,69866 +"66295",8277,70195 +"66296",8277,77511 +"66297",8277,90751 +"66298",8277,90946 +"66299",8277,94400 +"66300",8277,99143 +"66301",8277,99164 +"66302",8277,105878 +"66303",8277,108926 +"66304",8277,108937 +"66305",8277,113846 +"66306",8277,116476 +"66307",8277,116836 +"66308",8277,118333 +"66309",8278,56296 +"66310",8279,8312 +"66311",8279,8435 +"66312",8279,8600 +"66313",8279,22391 +"66314",8279,22954 +"66315",8279,39727 +"66316",8280,9257 +"66317",8280,23797 +"66318",8280,23824 +"66319",8280,23854 +"66320",8280,23858 +"66321",8280,23874 +"66322",8280,41910 +"66323",8280,63371 +"66324",8280,91164 +"66325",8281,29703 +"66326",8281,54653 +"66327",8281,61312 +"66328",8281,90478 +"66329",8281,97112 +"66330",8281,104458 +"66331",8281,115078 +"66332",8282,9039 +"66333",8282,12262 +"66334",8282,25210 +"66335",8282,28557 +"66336",8282,30011 +"66337",8282,81585 +"66338",8282,81621 +"66339",8284,36826 +"66340",8284,102218 +"66341",8285,53716 +"66342",8285,57334 +"66343",8285,61445 +"66344",8285,62513 +"66345",8285,89764 +"66346",8285,96364 +"66347",8285,118798 +"66348",8286,27039 +"66349",8286,42618 +"66350",8286,98435 +"66351",8286,102680 +"66352",8286,113370 +"66353",8286,117105 +"66354",8287,13224 +"66355",8287,19116 +"66356",8287,22503 +"66357",8287,53542 +"66358",8287,61209 +"66359",8287,78829 +"66360",8287,84520 +"66361",8287,95502 +"66362",8289,11546 +"66363",8289,12312 +"66364",8289,16496 +"66365",8289,18735 +"66366",8289,29456 +"66367",8289,29707 +"66368",8289,32988 +"66369",8289,42505 +"66370",8289,45395 +"66371",8289,47421 +"66372",8289,54553 +"66373",8289,55139 +"66374",8289,56955 +"66375",8289,58553 +"66376",8289,66345 +"66377",8289,69347 +"66378",8289,77664 +"66379",8289,79743 +"66380",8289,97160 +"66381",8289,99207 +"66382",8289,115040 +"66383",8290,8332 +"66384",8290,16369 +"66385",8290,73473 +"66386",8290,76903 +"66387",8290,82089 +"66388",8290,83153 +"66389",8290,98891 +"66390",8290,99313 +"66391",8290,99325 +"66392",8290,99337 +"66393",8290,102485 +"66394",8290,111246 +"66395",8290,121904 +"66396",8291,37139 +"66397",8291,94270 +"66398",8292,8337 +"66399",8292,46059 +"66400",8293,12888 +"66401",8293,27800 +"66402",8293,70283 +"66403",8294,8342 +"66404",8294,59210 +"66405",8294,83029 +"66406",8294,109837 +"66407",8294,111903 +"66408",8294,116107 +"66409",8295,13295 +"66410",8295,94361 +"66411",8296,47498 +"66412",8296,62125 +"66413",8296,68593 +"66414",8297,27350 +"66415",8298,8300 +"66416",8298,10307 +"66417",8298,10994 +"66418",8298,11353 +"66419",8298,11562 +"66420",8298,11592 +"66421",8298,29231 +"66422",8298,43940 +"66423",8298,56174 +"66424",8298,56867 +"66425",8298,85387 +"66426",8299,8325 +"66427",8299,31633 +"66428",8299,44473 +"66429",8299,44501 +"66430",8300,10374 +"66431",8300,11244 +"66432",8300,12162 +"66433",8300,17576 +"66434",8300,20225 +"66435",8300,25826 +"66436",8300,27485 +"66437",8300,27538 +"66438",8300,27677 +"66439",8300,43940 +"66440",8300,76997 +"66441",8300,81770 +"66442",8300,81776 +"66443",8300,86576 +"66444",8300,95366 +"66445",8300,95473 +"66446",8301,11781 +"66447",8301,11869 +"66448",8301,12480 +"66449",8301,22866 +"66450",8301,24012 +"66451",8301,32731 +"66452",8301,33158 +"66453",8301,34397 +"66454",8301,35518 +"66455",8301,37238 +"66456",8301,38789 +"66457",8301,41351 +"66458",8301,41779 +"66459",8301,48295 +"66460",8301,48889 +"66461",8301,53353 +"66462",8301,54059 +"66463",8301,57147 +"66464",8301,68432 +"66465",8301,80867 +"66466",8301,90947 +"66467",8301,92550 +"66468",8301,99629 +"66469",8301,111004 +"66470",8301,111055 +"66471",8302,11916 +"66472",8302,16388 +"66473",8302,22442 +"66474",8302,27726 +"66475",8302,35067 +"66476",8302,45332 +"66477",8302,71055 +"66478",8302,99281 +"66479",8302,99729 +"66480",8302,108189 +"66481",8302,109795 +"66482",8303,23065 +"66483",8303,46285 +"66484",8303,83034 +"66485",8303,115072 +"66486",8304,22291 +"66487",8304,58625 +"66488",8306,9178 +"66489",8306,14632 +"66490",8306,37505 +"66491",8306,57681 +"66492",8306,68876 +"66493",8306,69232 +"66494",8307,8534 +"66495",8307,9366 +"66496",8307,9831 +"66497",8307,10425 +"66498",8307,11766 +"66499",8307,12735 +"66500",8307,12779 +"66501",8307,13360 +"66502",8307,13717 +"66503",8307,13942 +"66504",8307,15027 +"66505",8307,15185 +"66506",8307,15216 +"66507",8307,15964 +"66508",8307,16252 +"66509",8307,16872 +"66510",8307,17145 +"66511",8307,17508 +"66512",8307,17604 +"66513",8307,18060 +"66514",8307,18217 +"66515",8307,21037 +"66516",8307,22462 +"66517",8307,22823 +"66518",8307,23147 +"66519",8307,23421 +"66520",8307,23632 +"66521",8307,23953 +"66522",8307,24495 +"66523",8307,24710 +"66524",8307,25143 +"66525",8307,25303 +"66526",8307,25664 +"66527",8307,26407 +"66528",8307,27174 +"66529",8307,27196 +"66530",8307,27710 +"66531",8307,28703 +"66532",8307,29253 +"66533",8307,29341 +"66534",8307,29560 +"66535",8307,29573 +"66536",8307,29868 +"66537",8307,32438 +"66538",8307,32967 +"66539",8307,33223 +"66540",8307,33881 +"66541",8307,34097 +"66542",8307,34330 +"66543",8307,34513 +"66544",8307,35400 +"66545",8307,35499 +"66546",8307,36476 +"66547",8307,36547 +"66548",8307,36745 +"66549",8307,37821 +"66550",8307,37931 +"66551",8307,38319 +"66552",8307,39398 +"66553",8307,39492 +"66554",8307,40320 +"66555",8307,40373 +"66556",8307,40542 +"66557",8307,41182 +"66558",8307,42131 +"66559",8307,46843 +"66560",8307,48331 +"66561",8307,48712 +"66562",8307,56179 +"66563",8307,76503 +"66564",8307,83285 +"66565",8307,84317 +"66566",8307,84796 +"66567",8307,85737 +"66568",8307,88739 +"66569",8307,103417 +"66570",8307,105567 +"66571",8307,109597 +"66572",8307,110910 +"66573",8307,112421 +"66574",8308,89584 +"66575",8308,97502 +"66576",8309,8328 +"66577",8310,13329 +"66578",8311,29913 +"66579",8311,85590 +"66580",8311,97196 +"66581",8312,8435 +"66582",8312,31119 +"66583",8312,62832 +"66584",8312,78955 +"66585",8313,8341 +"66586",8314,8340 +"66587",8314,8350 +"66588",8314,13878 +"66589",8314,25166 +"66590",8314,98913 +"66591",8314,105828 +"66592",8314,105833 +"66593",8315,13939 +"66594",8315,17838 +"66595",8315,19734 +"66596",8315,19865 +"66597",8315,19934 +"66598",8315,42643 +"66599",8315,57675 +"66600",8315,61978 +"66601",8315,69788 +"66602",8315,110760 +"66603",8316,19525 +"66604",8316,19659 +"66605",8317,18846 +"66606",8317,39929 +"66607",8317,81866 +"66608",8317,92762 +"66609",8317,103061 +"66610",8318,8510 +"66611",8318,10871 +"66612",8319,13738 +"66613",8319,26873 +"66614",8319,28260 +"66615",8319,65362 +"66616",8319,102537 +"66617",8319,102624 +"66618",8319,105489 +"66619",8320,52996 +"66620",8321,14774 +"66621",8321,17338 +"66622",8321,28545 +"66623",8321,64651 +"66624",8321,113423 +"66625",8322,11867 +"66626",8322,14185 +"66627",8322,40447 +"66628",8322,40551 +"66629",8322,50901 +"66630",8322,53187 +"66631",8322,65231 +"66632",8322,68385 +"66633",8322,69629 +"66634",8322,77011 +"66635",8322,94035 +"66636",8322,94105 +"66637",8322,99575 +"66638",8322,102177 +"66639",8322,114705 +"66640",8323,11881 +"66641",8324,14527 +"66642",8324,46813 +"66643",8324,120358 +"66644",8325,8569 +"66645",8325,20793 +"66646",8325,23475 +"66647",8325,24545 +"66648",8325,46828 +"66649",8326,23220 +"66650",8326,43695 +"66651",8326,45774 +"66652",8326,48122 +"66653",8326,80640 +"66654",8326,99087 +"66655",8326,117906 +"66656",8327,8330 +"66657",8327,8352 +"66658",8327,8357 +"66659",8327,8359 +"66660",8327,8434 +"66661",8327,11514 +"66662",8327,24144 +"66663",8327,25883 +"66664",8327,32097 +"66665",8327,60302 +"66666",8327,76746 +"66667",8327,79204 +"66668",8327,84431 +"66669",8329,18268 +"66670",8329,23737 +"66671",8329,93675 +"66672",8330,8352 +"66673",8330,8357 +"66674",8330,8359 +"66675",8330,8434 +"66676",8330,16383 +"66677",8330,38198 +"66678",8330,41058 +"66679",8330,48090 +"66680",8330,50480 +"66681",8331,21196 +"66682",8331,35503 +"66683",8331,43127 +"66684",8331,49495 +"66685",8332,35316 +"66686",8332,38543 +"66687",8332,74564 +"66688",8332,76903 +"66689",8332,77891 +"66690",8332,79905 +"66691",8332,105953 +"66692",8332,106711 +"66693",8332,110415 +"66694",8333,16361 +"66695",8333,16488 +"66696",8333,18402 +"66697",8333,22571 +"66698",8333,25885 +"66699",8333,51099 +"66700",8333,53347 +"66701",8333,82916 +"66702",8333,90701 +"66703",8333,95354 +"66704",8333,96720 +"66705",8333,96722 +"66706",8334,10017 +"66707",8334,14625 +"66708",8334,49524 +"66709",8334,70859 +"66710",8335,10588 +"66711",8335,12238 +"66712",8335,20229 +"66713",8335,23945 +"66714",8335,24317 +"66715",8335,60334 +"66716",8335,60503 +"66717",8335,66692 +"66718",8336,18743 +"66719",8338,24747 +"66720",8338,24857 +"66721",8339,25392 +"66722",8339,33119 +"66723",8339,45429 +"66724",8339,64975 +"66725",8340,8350 +"66726",8340,12288 +"66727",8340,16244 +"66728",8340,17194 +"66729",8340,22221 +"66730",8340,24181 +"66731",8340,33500 +"66732",8340,34148 +"66733",8340,45299 +"66734",8340,45498 +"66735",8340,45583 +"66736",8340,58341 +"66737",8340,66267 +"66738",8340,69512 +"66739",8341,58894 +"66740",8343,12405 +"66741",8343,19161 +"66742",8343,24271 +"66743",8343,24807 +"66744",8343,25508 +"66745",8343,25979 +"66746",8343,36048 +"66747",8343,38051 +"66748",8343,49677 +"66749",8343,53113 +"66750",8343,56741 +"66751",8343,61082 +"66752",8343,61609 +"66753",8343,68960 +"66754",8344,20438 +"66755",8344,47303 +"66756",8345,22833 +"66757",8345,25605 +"66758",8345,33119 +"66759",8345,43046 +"66760",8345,48411 +"66761",8345,52023 +"66762",8345,52492 +"66763",8345,56116 +"66764",8345,66629 +"66765",8345,69355 +"66766",8345,69383 +"66767",8345,71932 +"66768",8345,72367 +"66769",8345,74068 +"66770",8345,86158 +"66771",8345,90818 +"66772",8345,90922 +"66773",8345,92713 +"66774",8345,97317 +"66775",8345,98948 +"66776",8345,103152 +"66777",8345,105224 +"66778",8345,108886 +"66779",8347,8376 +"66780",8347,8457 +"66781",8347,9044 +"66782",8347,15116 +"66783",8347,19881 +"66784",8347,24558 +"66785",8347,26671 +"66786",8347,37800 +"66787",8347,85771 +"66788",8348,27503 +"66789",8348,31373 +"66790",8348,33741 +"66791",8348,44972 +"66792",8348,70121 +"66793",8348,101702 +"66794",8349,27762 +"66795",8349,46684 +"66796",8349,71063 +"66797",8349,87982 +"66798",8350,17464 +"66799",8350,19494 +"66800",8350,22324 +"66801",8350,25261 +"66802",8350,40046 +"66803",8350,45014 +"66804",8350,48004 +"66805",8350,103073 +"66806",8350,108705 +"66807",8350,118182 +"66808",8351,34461 +"66809",8351,85453 +"66810",8352,8357 +"66811",8352,8359 +"66812",8352,8434 +"66813",8352,11514 +"66814",8352,24144 +"66815",8352,25883 +"66816",8352,28325 +"66817",8352,29280 +"66818",8352,30863 +"66819",8352,31377 +"66820",8352,38935 +"66821",8352,60302 +"66822",8352,65153 +"66823",8352,79204 +"66824",8352,84431 +"66825",8352,98921 +"66826",8352,99134 +"66827",8352,114779 +"66828",8353,8406 +"66829",8353,8432 +"66830",8353,8433 +"66831",8353,34012 +"66832",8353,47248 +"66833",8353,51017 +"66834",8353,63547 +"66835",8353,70020 +"66836",8353,74975 +"66837",8353,82977 +"66838",8353,90921 +"66839",8353,95997 +"66840",8353,117701 +"66841",8353,117703 +"66842",8353,117707 +"66843",8354,8355 +"66844",8354,8738 +"66845",8354,9766 +"66846",8354,10473 +"66847",8354,11091 +"66848",8354,11857 +"66849",8354,15310 +"66850",8354,15350 +"66851",8354,15446 +"66852",8354,15486 +"66853",8354,22173 +"66854",8354,23277 +"66855",8354,26203 +"66856",8354,35706 +"66857",8354,87162 +"66858",8356,8404 +"66859",8356,8426 +"66860",8356,8470 +"66861",8356,20681 +"66862",8356,23846 +"66863",8356,24865 +"66864",8357,8359 +"66865",8357,8434 +"66866",8357,11514 +"66867",8357,24144 +"66868",8357,25883 +"66869",8357,32097 +"66870",8357,60302 +"66871",8357,62504 +"66872",8357,67743 +"66873",8357,76746 +"66874",8357,79204 +"66875",8357,83245 +"66876",8357,84431 +"66877",8357,106079 +"66878",8357,116944 +"66879",8358,9798 +"66880",8358,13572 +"66881",8358,14290 +"66882",8358,20371 +"66883",8359,8434 +"66884",8360,16631 +"66885",8360,17314 +"66886",8360,35285 +"66887",8360,44171 +"66888",8360,60960 +"66889",8360,77457 +"66890",8360,82724 +"66891",8360,83520 +"66892",8361,14202 +"66893",8361,15567 +"66894",8361,16041 +"66895",8361,49445 +"66896",8361,49984 +"66897",8362,20020 +"66898",8362,50685 +"66899",8362,75524 +"66900",8362,75953 +"66901",8362,77953 +"66902",8362,78316 +"66903",8362,100616 +"66904",8362,114507 +"66905",8362,117017 +"66906",8362,117020 +"66907",8363,8396 +"66908",8363,88194 +"66909",8363,96700 +"66910",8363,103212 +"66911",8363,110868 +"66912",8363,111684 +"66913",8363,113079 +"66914",8364,15136 +"66915",8365,11311 +"66916",8365,26393 +"66917",8365,28409 +"66918",8365,51931 +"66919",8365,61657 +"66920",8366,18475 +"66921",8366,80866 +"66922",8366,97460 +"66923",8366,106425 +"66924",8366,111417 +"66925",8366,111421 +"66926",8367,27484 +"66927",8367,68349 +"66928",8368,9881 +"66929",8368,17821 +"66930",8368,20361 +"66931",8368,31649 +"66932",8368,78853 +"66933",8368,91093 +"66934",8368,102417 +"66935",8368,107000 +"66936",8369,8533 +"66937",8369,8553 +"66938",8369,47214 +"66939",8369,51435 +"66940",8369,57977 +"66941",8370,8567 +"66942",8370,17238 +"66943",8370,23089 +"66944",8370,53018 +"66945",8370,63022 +"66946",8370,72752 +"66947",8371,8443 +"66948",8371,8480 +"66949",8371,31042 +"66950",8371,43516 +"66951",8371,94151 +"66952",8372,47267 +"66953",8372,67776 +"66954",8372,98851 +"66955",8373,18214 +"66956",8373,18416 +"66957",8373,19557 +"66958",8373,20011 +"66959",8373,20012 +"66960",8373,28727 +"66961",8373,30194 +"66962",8373,65243 +"66963",8373,69521 +"66964",8373,76867 +"66965",8373,85549 +"66966",8373,94495 +"66967",8373,96933 +"66968",8373,100247 +"66969",8374,14036 +"66970",8374,16558 +"66971",8374,18764 +"66972",8374,22039 +"66973",8374,31852 +"66974",8374,33312 +"66975",8374,42541 +"66976",8374,43725 +"66977",8374,47129 +"66978",8374,52022 +"66979",8374,53360 +"66980",8374,53801 +"66981",8374,64052 +"66982",8374,77167 +"66983",8374,78136 +"66984",8374,78791 +"66985",8374,96540 +"66986",8374,96635 +"66987",8374,96692 +"66988",8374,102510 +"66989",8375,79661 +"66990",8376,8457 +"66991",8376,9175 +"66992",8376,12358 +"66993",8376,19881 +"66994",8376,20164 +"66995",8376,20316 +"66996",8376,28154 +"66997",8376,30983 +"66998",8376,33591 +"66999",8376,40580 +"67000",8376,81725 +"67001",8378,31184 +"67002",8378,70780 +"67003",8378,123307 +"67004",8379,8627 +"67005",8380,18200 +"67006",8380,22892 +"67007",8380,24242 +"67008",8380,46833 +"67009",8380,64031 +"67010",8381,21165 +"67011",8381,27061 +"67012",8381,31987 +"67013",8381,39719 +"67014",8381,66931 +"67015",8381,73420 +"67016",8381,77700 +"67017",8381,78391 +"67018",8381,84663 +"67019",8381,119241 +"67020",8381,120301 +"67021",8382,11218 +"67022",8382,12042 +"67023",8382,48897 +"67024",8383,15251 +"67025",8383,16444 +"67026",8383,18005 +"67027",8383,23923 +"67028",8383,30626 +"67029",8383,34761 +"67030",8383,35682 +"67031",8383,36593 +"67032",8383,38917 +"67033",8383,40028 +"67034",8383,42616 +"67035",8383,44675 +"67036",8383,45729 +"67037",8383,46578 +"67038",8383,46819 +"67039",8383,47767 +"67040",8383,48466 +"67041",8383,49282 +"67042",8383,52168 +"67043",8383,52853 +"67044",8383,56082 +"67045",8383,56976 +"67046",8383,57647 +"67047",8383,60800 +"67048",8383,61023 +"67049",8383,62041 +"67050",8383,63396 +"67051",8383,64947 +"67052",8383,66506 +"67053",8383,107075 +"67054",8384,8418 +"67055",8384,8431 +"67056",8384,9003 +"67057",8384,10513 +"67058",8384,12471 +"67059",8384,12640 +"67060",8384,12724 +"67061",8384,15671 +"67062",8384,16679 +"67063",8384,21849 +"67064",8384,22170 +"67065",8384,34303 +"67066",8384,35808 +"67067",8384,38798 +"67068",8384,40099 +"67069",8384,42831 +"67070",8384,46091 +"67071",8384,51017 +"67072",8384,65604 +"67073",8384,80145 +"67074",8384,84720 +"67075",8384,97051 +"67076",8385,55323 +"67077",8385,117073 +"67078",8386,8453 +"67079",8386,21131 +"67080",8386,23802 +"67081",8386,30558 +"67082",8386,32734 +"67083",8386,50161 +"67084",8386,51287 +"67085",8387,8403 +"67086",8388,8390 +"67087",8388,8412 +"67088",8388,33594 +"67089",8388,34115 +"67090",8388,107696 +"67091",8388,107774 +"67092",8389,23576 +"67093",8390,8412 +"67094",8390,13774 +"67095",8390,14623 +"67096",8390,19477 +"67097",8390,21708 +"67098",8390,23302 +"67099",8390,23309 +"67100",8390,24610 +"67101",8390,28054 +"67102",8390,30317 +"67103",8390,30365 +"67104",8390,30378 +"67105",8390,34570 +"67106",8390,36085 +"67107",8390,45131 +"67108",8390,45250 +"67109",8390,45296 +"67110",8391,8609 +"67111",8391,11415 +"67112",8391,12204 +"67113",8391,13205 +"67114",8391,16240 +"67115",8391,18344 +"67116",8391,24431 +"67117",8391,32056 +"67118",8391,32261 +"67119",8391,37704 +"67120",8391,39917 +"67121",8391,46348 +"67122",8391,48381 +"67123",8391,60931 +"67124",8391,68068 +"67125",8392,22996 +"67126",8392,25546 +"67127",8392,44511 +"67128",8392,54532 +"67129",8393,50081 +"67130",8393,76316 +"67131",8394,76174 +"67132",8394,94531 +"67133",8395,9837 +"67134",8395,10585 +"67135",8395,11647 +"67136",8395,19234 +"67137",8395,22246 +"67138",8395,48285 +"67139",8395,48935 +"67140",8395,49825 +"67141",8395,60228 +"67142",8395,65179 +"67143",8395,100788 +"67144",8395,111676 +"67145",8397,19088 +"67146",8397,19522 +"67147",8398,38409 +"67148",8398,72849 +"67149",8398,118464 +"67150",8399,8546 +"67151",8399,16409 +"67152",8399,21111 +"67153",8399,40309 +"67154",8399,40869 +"67155",8399,44795 +"67156",8399,49148 +"67157",8399,58557 +"67158",8399,84438 +"67159",8399,91978 +"67160",8399,92585 +"67161",8399,103720 +"67162",8400,10944 +"67163",8401,11618 +"67164",8401,56535 +"67165",8402,8732 +"67166",8402,10431 +"67167",8402,10901 +"67168",8402,11639 +"67169",8402,14077 +"67170",8402,14396 +"67171",8402,15251 +"67172",8402,16444 +"67173",8402,17313 +"67174",8402,17645 +"67175",8402,19257 +"67176",8402,20299 +"67177",8402,20443 +"67178",8402,20532 +"67179",8402,21093 +"67180",8402,22117 +"67181",8402,23131 +"67182",8402,26694 +"67183",8402,27063 +"67184",8402,27989 +"67185",8402,33489 +"67186",8402,38222 +"67187",8402,39405 +"67188",8402,40253 +"67189",8402,40335 +"67190",8402,40366 +"67191",8402,41712 +"67192",8402,42236 +"67193",8402,42439 +"67194",8402,42723 +"67195",8402,43679 +"67196",8402,46339 +"67197",8402,46486 +"67198",8402,49163 +"67199",8402,54341 +"67200",8402,61906 +"67201",8402,63364 +"67202",8402,75351 +"67203",8402,77308 +"67204",8402,84882 +"67205",8402,86925 +"67206",8402,87101 +"67207",8403,20009 +"67208",8403,44370 +"67209",8404,8426 +"67210",8404,8470 +"67211",8404,13841 +"67212",8404,33036 +"67213",8404,61168 +"67214",8404,94366 +"67215",8404,94370 +"67216",8405,54495 +"67217",8405,108457 +"67218",8405,112615 +"67219",8405,117813 +"67220",8406,8432 +"67221",8406,8433 +"67222",8406,40041 +"67223",8406,49966 +"67224",8406,78814 +"67225",8407,38052 +"67226",8408,8409 +"67227",8408,8436 +"67228",8408,98972 +"67229",8408,112427 +"67230",8409,8436 +"67231",8409,29557 +"67232",8409,33704 +"67233",8409,33705 +"67234",8409,36563 +"67235",8409,45510 +"67236",8409,52233 +"67237",8409,66947 +"67238",8409,66955 +"67239",8409,67141 +"67240",8409,72005 +"67241",8409,85436 +"67242",8409,91656 +"67243",8410,107150 +"67244",8410,107151 +"67245",8411,53385 +"67246",8412,12241 +"67247",8412,63537 +"67248",8412,92026 +"67249",8413,39500 +"67250",8414,15371 +"67251",8414,37904 +"67252",8414,45682 +"67253",8414,110750 +"67254",8415,26773 +"67255",8415,84005 +"67256",8415,84013 +"67257",8415,84014 +"67258",8416,9348 +"67259",8416,12374 +"67260",8416,15282 +"67261",8416,22046 +"67262",8416,22648 +"67263",8416,24716 +"67264",8416,32017 +"67265",8416,37800 +"67266",8416,39367 +"67267",8416,39444 +"67268",8416,39853 +"67269",8416,39865 +"67270",8416,39968 +"67271",8416,40072 +"67272",8416,59939 +"67273",8416,77043 +"67274",8416,88218 +"67275",8416,88699 +"67276",8416,91912 +"67277",8416,94671 +"67278",8416,100212 +"67279",8416,100230 +"67280",8417,12619 +"67281",8417,13863 +"67282",8417,21083 +"67283",8417,25210 +"67284",8417,25211 +"67285",8417,25279 +"67286",8417,25280 +"67287",8417,25480 +"67288",8417,25699 +"67289",8417,25749 +"67290",8417,25786 +"67291",8417,25808 +"67292",8417,25896 +"67293",8418,8431 +"67294",8418,8437 +"67295",8418,9003 +"67296",8418,12456 +"67297",8418,12471 +"67298",8418,15671 +"67299",8418,16122 +"67300",8418,17422 +"67301",8418,21176 +"67302",8418,21849 +"67303",8418,22946 +"67304",8418,30285 +"67305",8418,35808 +"67306",8418,39373 +"67307",8418,41686 +"67308",8418,42273 +"67309",8418,42831 +"67310",8418,45302 +"67311",8418,48359 +"67312",8418,51017 +"67313",8418,51021 +"67314",8418,51035 +"67315",8418,51046 +"67316",8418,51047 +"67317",8418,51568 +"67318",8418,54848 +"67319",8418,60370 +"67320",8418,60371 +"67321",8418,65028 +"67322",8418,69827 +"67323",8419,70219 +"67324",8419,84050 +"67325",8420,10694 +"67326",8421,8884 +"67327",8422,104454 +"67328",8423,10024 +"67329",8423,11880 +"67330",8423,26474 +"67331",8423,59476 +"67332",8423,81122 +"67333",8423,82607 +"67334",8423,90082 +"67335",8423,95882 +"67336",8424,9761 +"67337",8424,11775 +"67338",8424,28013 +"67339",8424,32290 +"67340",8424,34739 +"67341",8424,38608 +"67342",8424,66306 +"67343",8424,102314 +"67344",8424,106252 +"67345",8425,12172 +"67346",8425,21085 +"67347",8425,40609 +"67348",8425,66110 +"67349",8425,68527 +"67350",8425,93248 +"67351",8425,113367 +"67352",8425,113370 +"67353",8425,114946 +"67354",8425,115179 +"67355",8426,8470 +"67356",8426,10650 +"67357",8426,10779 +"67358",8426,10840 +"67359",8426,20170 +"67360",8426,65368 +"67361",8426,115333 +"67362",8427,25792 +"67363",8427,51595 +"67364",8427,87955 +"67365",8428,9227 +"67366",8428,13802 +"67367",8428,16710 +"67368",8428,17210 +"67369",8428,21500 +"67370",8428,23488 +"67371",8428,24508 +"67372",8428,40572 +"67373",8428,46486 +"67374",8428,61192 +"67375",8428,64007 +"67376",8428,77308 +"67377",8429,15284 +"67378",8429,54510 +"67379",8430,19233 +"67380",8430,32836 +"67381",8431,8437 +"67382",8431,9003 +"67383",8431,9821 +"67384",8431,12471 +"67385",8431,14986 +"67386",8431,15671 +"67387",8431,16122 +"67388",8431,17422 +"67389",8431,19182 +"67390",8431,21176 +"67391",8431,21847 +"67392",8431,21849 +"67393",8431,21929 +"67394",8431,22170 +"67395",8431,22946 +"67396",8431,25124 +"67397",8431,32452 +"67398",8431,34303 +"67399",8431,35808 +"67400",8431,37087 +"67401",8431,38186 +"67402",8431,39373 +"67403",8431,41686 +"67404",8431,42273 +"67405",8431,42831 +"67406",8431,50701 +"67407",8431,51568 +"67408",8431,51866 +"67409",8431,54848 +"67410",8431,60370 +"67411",8431,60371 +"67412",8431,65028 +"67413",8431,66452 +"67414",8431,71127 +"67415",8432,8433 +"67416",8434,11514 +"67417",8434,24144 +"67418",8434,25883 +"67419",8434,27127 +"67420",8434,27445 +"67421",8434,28326 +"67422",8434,32097 +"67423",8434,38919 +"67424",8434,55550 +"67425",8434,60302 +"67426",8434,63748 +"67427",8434,79204 +"67428",8434,84431 +"67429",8434,87699 +"67430",8434,90294 +"67431",8434,90306 +"67432",8436,9506 +"67433",8436,11815 +"67434",8436,14766 +"67435",8436,26139 +"67436",8436,32556 +"67437",8436,32680 +"67438",8436,52767 +"67439",8436,69357 +"67440",8436,78768 +"67441",8436,79850 +"67442",8436,91083 +"67443",8436,101534 +"67444",8436,110836 +"67445",8436,111731 +"67446",8437,14986 +"67447",8437,17422 +"67448",8437,21176 +"67449",8437,21849 +"67450",8437,23252 +"67451",8437,30285 +"67452",8437,42129 +"67453",8437,44100 +"67454",8437,48020 +"67455",8437,51017 +"67456",8437,51021 +"67457",8437,51035 +"67458",8437,51046 +"67459",8437,51047 +"67460",8438,9855 +"67461",8438,14034 +"67462",8438,14549 +"67463",8438,42825 +"67464",8438,49578 +"67465",8438,50409 +"67466",8438,79456 +"67467",8438,82957 +"67468",8438,82994 +"67469",8438,84726 +"67470",8439,10313 +"67471",8439,14218 +"67472",8439,17711 +"67473",8439,48936 +"67474",8439,86474 +"67475",8439,111111 +"67476",8440,33312 +"67477",8440,44086 +"67478",8440,87110 +"67479",8441,23820 +"67480",8441,26548 +"67481",8441,30429 +"67482",8441,62303 +"67483",8441,67763 +"67484",8441,83793 +"67485",8441,115776 +"67486",8442,91341 +"67487",8443,8480 +"67488",8443,68187 +"67489",8444,18348 +"67490",8444,23712 +"67491",8444,37551 +"67492",8444,74175 +"67493",8444,93017 +"67494",8444,97366 +"67495",8445,11001 +"67496",8445,13172 +"67497",8445,32291 +"67498",8445,44801 +"67499",8445,53491 +"67500",8445,59882 +"67501",8446,38610 +"67502",8446,41622 +"67503",8446,41623 +"67504",8446,81665 +"67505",8446,94107 +"67506",8447,8596 +"67507",8447,101863 +"67508",8447,121306 +"67509",8448,15616 +"67510",8448,18055 +"67511",8448,23496 +"67512",8448,26710 +"67513",8448,36209 +"67514",8448,39120 +"67515",8449,10471 +"67516",8449,11648 +"67517",8449,22725 +"67518",8449,40730 +"67519",8449,70488 +"67520",8449,77809 +"67521",8449,88266 +"67522",8449,114940 +"67523",8450,112876 +"67524",8451,43777 +"67525",8452,38963 +"67526",8452,65537 +"67527",8452,93362 +"67528",8453,11862 +"67529",8453,12482 +"67530",8453,12628 +"67531",8453,20992 +"67532",8453,21063 +"67533",8453,30558 +"67534",8453,69964 +"67535",8453,81203 +"67536",8453,98558 +"67537",8453,98566 +"67538",8454,14785 +"67539",8454,114103 +"67540",8455,8647 +"67541",8456,10181 +"67542",8456,12954 +"67543",8456,13910 +"67544",8456,15867 +"67545",8456,22088 +"67546",8456,31949 +"67547",8456,34129 +"67548",8456,35042 +"67549",8456,44855 +"67550",8456,45186 +"67551",8456,48023 +"67552",8456,56723 +"67553",8456,56788 +"67554",8456,60603 +"67555",8456,67788 +"67556",8456,75083 +"67557",8456,83043 +"67558",8456,87603 +"67559",8456,93677 +"67560",8456,103682 +"67561",8456,117828 +"67562",8457,15116 +"67563",8457,23059 +"67564",8457,24558 +"67565",8457,26671 +"67566",8457,30983 +"67567",8457,33591 +"67568",8457,34276 +"67569",8457,40580 +"67570",8457,53317 +"67571",8457,75847 +"67572",8457,81725 +"67573",8457,82691 +"67574",8458,62454 +"67575",8458,95374 +"67576",8458,96778 +"67577",8459,85369 +"67578",8460,34963 +"67579",8461,13531 +"67580",8461,24982 +"67581",8461,46231 +"67582",8461,91310 +"67583",8462,60068 +"67584",8462,71333 +"67585",8462,122471 +"67586",8463,16871 +"67587",8463,58125 +"67588",8463,86429 +"67589",8464,21132 +"67590",8464,77136 +"67591",8465,10364 +"67592",8465,15084 +"67593",8465,17685 +"67594",8465,29431 +"67595",8465,45662 +"67596",8465,56913 +"67597",8465,57181 +"67598",8467,11727 +"67599",8467,11883 +"67600",8467,12453 +"67601",8467,13599 +"67602",8467,42301 +"67603",8467,53320 +"67604",8467,70753 +"67605",8468,8898 +"67606",8468,29064 +"67607",8469,22965 +"67608",8469,50713 +"67609",8469,84387 +"67610",8469,102502 +"67611",8470,11670 +"67612",8470,12672 +"67613",8470,31099 +"67614",8470,57389 +"67615",8470,57416 +"67616",8470,109075 +"67617",8470,121421 +"67618",8471,8478 +"67619",8471,9506 +"67620",8471,9716 +"67621",8471,11938 +"67622",8471,13454 +"67623",8471,14626 +"67624",8471,20209 +"67625",8471,23504 +"67626",8471,27807 +"67627",8471,32553 +"67628",8471,32642 +"67629",8471,32682 +"67630",8471,33757 +"67631",8471,46125 +"67632",8471,51027 +"67633",8471,54901 +"67634",8471,58544 +"67635",8471,59209 +"67636",8471,76839 +"67637",8471,78768 +"67638",8471,81708 +"67639",8471,83810 +"67640",8471,84757 +"67641",8471,88406 +"67642",8471,88896 +"67643",8471,89142 +"67644",8471,89724 +"67645",8471,90370 +"67646",8471,94387 +"67647",8471,94867 +"67648",8471,97873 +"67649",8471,98217 +"67650",8471,118247 +"67651",8471,118431 +"67652",8472,8494 +"67653",8472,31820 +"67654",8472,43904 +"67655",8472,58355 +"67656",8472,64270 +"67657",8473,15242 +"67658",8473,15446 +"67659",8473,33406 +"67660",8473,84890 +"67661",8474,13728 +"67662",8474,16192 +"67663",8474,35369 +"67664",8474,38597 +"67665",8474,40959 +"67666",8474,41186 +"67667",8474,58540 +"67668",8474,81151 +"67669",8475,62998 +"67670",8475,112109 +"67671",8476,9121 +"67672",8476,9135 +"67673",8476,9136 +"67674",8476,9160 +"67675",8476,9182 +"67676",8476,9189 +"67677",8476,9293 +"67678",8476,9311 +"67679",8476,9320 +"67680",8476,19719 +"67681",8476,21198 +"67682",8476,23823 +"67683",8476,33153 +"67684",8476,34122 +"67685",8476,40079 +"67686",8476,42049 +"67687",8476,56388 +"67688",8476,66280 +"67689",8476,68801 +"67690",8476,74228 +"67691",8477,9396 +"67692",8477,15788 +"67693",8477,16837 +"67694",8477,18204 +"67695",8477,25740 +"67696",8478,9716 +"67697",8478,9758 +"67698",8478,20845 +"67699",8478,32553 +"67700",8478,32582 +"67701",8478,32642 +"67702",8478,33316 +"67703",8478,33533 +"67704",8478,40678 +"67705",8478,53157 +"67706",8478,53208 +"67707",8478,64504 +"67708",8478,76839 +"67709",8478,78768 +"67710",8478,83798 +"67711",8478,88406 +"67712",8478,91139 +"67713",8478,94457 +"67714",8478,97547 +"67715",8478,100599 +"67716",8478,108403 +"67717",8478,108411 +"67718",8479,22496 +"67719",8479,49928 +"67720",8479,99124 +"67721",8479,100107 +"67722",8481,32478 +"67723",8481,60937 +"67724",8481,104094 +"67725",8481,107211 +"67726",8481,120559 +"67727",8482,51115 +"67728",8482,51129 +"67729",8482,51171 +"67730",8482,51177 +"67731",8482,101195 +"67732",8483,51683 +"67733",8483,51725 +"67734",8483,76778 +"67735",8484,8496 +"67736",8484,15507 +"67737",8484,34414 +"67738",8484,34425 +"67739",8485,9301 +"67740",8485,17794 +"67741",8486,25163 +"67742",8486,32782 +"67743",8486,33590 +"67744",8486,38209 +"67745",8486,62404 +"67746",8486,73217 +"67747",8486,75239 +"67748",8486,79534 +"67749",8486,81285 +"67750",8486,91152 +"67751",8486,100370 +"67752",8486,101529 +"67753",8486,109074 +"67754",8486,112155 +"67755",8486,116087 +"67756",8487,13046 +"67757",8487,23268 +"67758",8487,46104 +"67759",8487,55040 +"67760",8487,55149 +"67761",8487,101680 +"67762",8487,113576 +"67763",8487,114777 +"67764",8488,24528 +"67765",8488,26351 +"67766",8488,28285 +"67767",8488,30149 +"67768",8488,35718 +"67769",8488,76468 +"67770",8488,97335 +"67771",8488,103249 +"67772",8488,103265 +"67773",8488,122176 +"67774",8489,22250 +"67775",8489,27748 +"67776",8489,28630 +"67777",8489,40699 +"67778",8489,45931 +"67779",8489,57294 +"67780",8489,58502 +"67781",8489,63890 +"67782",8489,78324 +"67783",8489,92331 +"67784",8489,122305 +"67785",8490,8894 +"67786",8490,20988 +"67787",8490,25027 +"67788",8490,25157 +"67789",8490,29783 +"67790",8490,44823 +"67791",8490,45976 +"67792",8490,75116 +"67793",8490,77682 +"67794",8490,81872 +"67795",8490,92711 +"67796",8490,93164 +"67797",8490,106564 +"67798",8490,107857 +"67799",8490,107865 +"67800",8491,35550 +"67801",8492,26656 +"67802",8492,47243 +"67803",8492,61577 +"67804",8492,106744 +"67805",8493,37745 +"67806",8493,47408 +"67807",8495,23015 +"67808",8495,26869 +"67809",8495,32798 +"67810",8495,39875 +"67811",8495,42948 +"67812",8495,55541 +"67813",8495,81087 +"67814",8497,12167 +"67815",8497,12628 +"67816",8497,15239 +"67817",8497,31756 +"67818",8497,56214 +"67819",8497,63079 +"67820",8497,74592 +"67821",8497,83238 +"67822",8498,13247 +"67823",8498,17599 +"67824",8498,85914 +"67825",8498,86992 +"67826",8499,14055 +"67827",8499,36459 +"67828",8499,86585 +"67829",8499,91309 +"67830",8499,105183 +"67831",8499,107990 +"67832",8500,27255 +"67833",8500,39619 +"67834",8500,71012 +"67835",8500,85099 +"67836",8500,91978 +"67837",8500,108478 +"67838",8501,9591 +"67839",8501,9593 +"67840",8501,9599 +"67841",8501,14892 +"67842",8501,48941 +"67843",8501,70653 +"67844",8501,111616 +"67845",8501,111674 +"67846",8502,8578 +"67847",8502,32776 +"67848",8502,32852 +"67849",8502,43503 +"67850",8503,15449 +"67851",8503,23804 +"67852",8503,25709 +"67853",8503,33723 +"67854",8503,46800 +"67855",8503,46801 +"67856",8503,79201 +"67857",8503,88400 +"67858",8503,106726 +"67859",8503,107028 +"67860",8503,107042 +"67861",8503,111841 +"67862",8504,99280 +"67863",8505,25785 +"67864",8505,62857 +"67865",8505,95090 +"67866",8506,8523 +"67867",8506,23049 +"67868",8506,34807 +"67869",8506,37045 +"67870",8506,38989 +"67871",8506,42286 +"67872",8506,43893 +"67873",8506,46551 +"67874",8506,103344 +"67875",8506,114901 +"67876",8507,12081 +"67877",8508,12146 +"67878",8508,13047 +"67879",8508,18793 +"67880",8508,31853 +"67881",8508,37354 +"67882",8508,48653 +"67883",8508,69355 +"67884",8508,77511 +"67885",8508,90558 +"67886",8508,99534 +"67887",8508,105661 +"67888",8508,107216 +"67889",8509,8602 +"67890",8509,11717 +"67891",8509,22688 +"67892",8509,45994 +"67893",8509,50991 +"67894",8510,8636 +"67895",8510,9391 +"67896",8510,9998 +"67897",8510,14522 +"67898",8510,24448 +"67899",8510,38313 +"67900",8510,38362 +"67901",8510,52299 +"67902",8510,61158 +"67903",8510,67110 +"67904",8510,67652 +"67905",8510,67669 +"67906",8510,68358 +"67907",8510,68373 +"67908",8511,57683 +"67909",8511,72356 +"67910",8512,24233 +"67911",8512,26308 +"67912",8512,37378 +"67913",8512,38202 +"67914",8512,42089 +"67915",8512,45335 +"67916",8512,71742 +"67917",8512,81602 +"67918",8512,120054 +"67919",8513,10390 +"67920",8513,10505 +"67921",8513,12042 +"67922",8513,12462 +"67923",8513,15481 +"67924",8513,15952 +"67925",8513,21848 +"67926",8513,22005 +"67927",8513,23806 +"67928",8513,47986 +"67929",8513,51071 +"67930",8513,62747 +"67931",8513,73406 +"67932",8513,76030 +"67933",8513,89675 +"67934",8513,98529 +"67935",8513,105389 +"67936",8514,29158 +"67937",8514,32588 +"67938",8514,32589 +"67939",8514,32754 +"67940",8515,63961 +"67941",8516,60157 +"67942",8516,60754 +"67943",8517,27986 +"67944",8517,56269 +"67945",8517,62411 +"67946",8518,12029 +"67947",8519,19376 +"67948",8519,93615 +"67949",8519,96470 +"67950",8520,10534 +"67951",8520,14551 +"67952",8520,14576 +"67953",8520,14601 +"67954",8520,21164 +"67955",8520,36097 +"67956",8521,67004 +"67957",8521,87685 +"67958",8521,92422 +"67959",8521,92442 +"67960",8522,8564 +"67961",8522,10470 +"67962",8522,15826 +"67963",8522,29896 +"67964",8522,35438 +"67965",8522,36233 +"67966",8522,58469 +"67967",8522,58491 +"67968",8522,58500 +"67969",8522,58546 +"67970",8522,58655 +"67971",8523,9132 +"67972",8523,17265 +"67973",8523,17838 +"67974",8523,42286 +"67975",8523,49551 +"67976",8525,16819 +"67977",8525,20466 +"67978",8525,44996 +"67979",8525,46139 +"67980",8525,75895 +"67981",8525,79306 +"67982",8525,85543 +"67983",8525,117208 +"67984",8525,117314 +"67985",8525,118014 +"67986",8526,24382 +"67987",8526,28219 +"67988",8526,29873 +"67989",8526,49793 +"67990",8526,54063 +"67991",8526,89159 +"67992",8526,93301 +"67993",8526,114330 +"67994",8526,118243 +"67995",8527,50775 +"67996",8527,82402 +"67997",8528,105198 +"67998",8528,105220 +"67999",8529,10438 +"68000",8529,13100 +"68001",8529,13313 +"68002",8529,13526 +"68003",8529,19096 +"68004",8529,20538 +"68005",8529,27242 +"68006",8529,35584 +"68007",8529,39389 +"68008",8529,41613 +"68009",8529,62694 +"68010",8529,65006 +"68011",8529,67678 +"68012",8529,77613 +"68013",8529,100715 +"68014",8529,102523 +"68015",8529,111002 +"68016",8530,57665 +"68017",8530,62234 +"68018",8530,69061 +"68019",8531,25117 +"68020",8531,28173 +"68021",8531,37506 +"68022",8531,47743 +"68023",8533,8553 +"68024",8533,12845 +"68025",8533,17898 +"68026",8533,27241 +"68027",8533,28285 +"68028",8533,29073 +"68029",8533,31383 +"68030",8533,31458 +"68031",8533,34450 +"68032",8533,36589 +"68033",8533,42224 +"68034",8533,47947 +"68035",8533,49975 +"68036",8533,51435 +"68037",8533,53300 +"68038",8533,57977 +"68039",8533,60025 +"68040",8533,62840 +"68041",8533,62860 +"68042",8533,64891 +"68043",8533,65566 +"68044",8533,71562 +"68045",8533,77726 +"68046",8533,82356 +"68047",8533,85018 +"68048",8534,9366 +"68049",8534,11766 +"68050",8534,12735 +"68051",8534,12779 +"68052",8534,13360 +"68053",8534,13942 +"68054",8534,15027 +"68055",8534,15185 +"68056",8534,15216 +"68057",8534,15964 +"68058",8534,16252 +"68059",8534,16872 +"68060",8534,17145 +"68061",8534,17508 +"68062",8534,18060 +"68063",8534,18217 +"68064",8534,22462 +"68065",8534,22823 +"68066",8534,23147 +"68067",8534,23421 +"68068",8534,23632 +"68069",8534,23953 +"68070",8534,24495 +"68071",8534,24710 +"68072",8534,25143 +"68073",8534,25303 +"68074",8534,25664 +"68075",8534,26407 +"68076",8534,27174 +"68077",8534,27196 +"68078",8534,27710 +"68079",8534,28703 +"68080",8534,29253 +"68081",8534,29341 +"68082",8534,29560 +"68083",8534,29573 +"68084",8534,29868 +"68085",8534,32438 +"68086",8534,32967 +"68087",8534,33223 +"68088",8534,33881 +"68089",8534,34097 +"68090",8534,34330 +"68091",8534,34513 +"68092",8534,35400 +"68093",8534,36476 +"68094",8534,36547 +"68095",8534,36745 +"68096",8534,37821 +"68097",8534,37931 +"68098",8534,38319 +"68099",8534,39398 +"68100",8534,39492 +"68101",8534,40320 +"68102",8534,40373 +"68103",8534,40542 +"68104",8534,41182 +"68105",8534,42131 +"68106",8534,46843 +"68107",8534,48331 +"68108",8535,27256 +"68109",8535,92252 +"68110",8535,94521 +"68111",8535,110636 +"68112",8536,9498 +"68113",8536,20515 +"68114",8536,20638 +"68115",8536,21283 +"68116",8536,30668 +"68117",8536,30669 +"68118",8536,31410 +"68119",8536,31435 +"68120",8536,31449 +"68121",8536,31506 +"68122",8536,39594 +"68123",8536,42942 +"68124",8536,51406 +"68125",8536,71857 +"68126",8536,71860 +"68127",8536,72047 +"68128",8537,10079 +"68129",8537,10242 +"68130",8537,17013 +"68131",8537,19975 +"68132",8537,20407 +"68133",8537,22165 +"68134",8537,33990 +"68135",8537,51689 +"68136",8537,52327 +"68137",8537,62340 +"68138",8537,62374 +"68139",8537,71176 +"68140",8537,75921 +"68141",8537,78582 +"68142",8538,12701 +"68143",8538,18627 +"68144",8538,84120 +"68145",8538,84126 +"68146",8538,84145 +"68147",8539,9910 +"68148",8540,34700 +"68149",8541,10616 +"68150",8541,36136 +"68151",8541,64642 +"68152",8541,64743 +"68153",8541,90285 +"68154",8542,55360 +"68155",8542,120589 +"68156",8543,32714 +"68157",8544,8802 +"68158",8544,11369 +"68159",8544,19491 +"68160",8544,24719 +"68161",8544,27302 +"68162",8544,33337 +"68163",8544,36514 +"68164",8544,41691 +"68165",8544,43183 +"68166",8544,44269 +"68167",8544,46079 +"68168",8544,57231 +"68169",8544,58909 +"68170",8544,60264 +"68171",8544,69346 +"68172",8544,69524 +"68173",8544,83135 +"68174",8544,95092 +"68175",8544,96722 +"68176",8545,24014 +"68177",8545,33846 +"68178",8545,35217 +"68179",8545,86883 +"68180",8545,104707 +"68181",8547,68526 +"68182",8547,82322 +"68183",8548,19406 +"68184",8548,35004 +"68185",8548,79871 +"68186",8548,80606 +"68187",8548,87228 +"68188",8549,10645 +"68189",8549,81150 +"68190",8550,24387 +"68191",8550,36691 +"68192",8550,39349 +"68193",8550,39350 +"68194",8550,39455 +"68195",8550,50151 +"68196",8550,70507 +"68197",8550,103102 +"68198",8551,24983 +"68199",8551,30084 +"68200",8551,30403 +"68201",8551,70539 +"68202",8551,111112 +"68203",8552,17209 +"68204",8552,28106 +"68205",8552,47689 +"68206",8553,20767 +"68207",8553,27241 +"68208",8553,36589 +"68209",8553,47947 +"68210",8553,49975 +"68211",8553,51435 +"68212",8553,57977 +"68213",8553,59207 +"68214",8554,70845 +"68215",8555,9373 +"68216",8555,9669 +"68217",8555,13601 +"68218",8555,13880 +"68219",8555,21526 +"68220",8555,26141 +"68221",8555,30232 +"68222",8555,40299 +"68223",8555,45846 +"68224",8555,54827 +"68225",8555,61990 +"68226",8555,63633 +"68227",8555,63639 +"68228",8555,63643 +"68229",8555,63679 +"68230",8556,8557 +"68231",8556,8940 +"68232",8556,9662 +"68233",8556,9730 +"68234",8556,9765 +"68235",8556,9770 +"68236",8556,9817 +"68237",8556,9835 +"68238",8556,9844 +"68239",8556,9909 +"68240",8556,9930 +"68241",8556,9931 +"68242",8556,9938 +"68243",8556,14607 +"68244",8556,17730 +"68245",8556,18925 +"68246",8556,23845 +"68247",8556,32482 +"68248",8556,34076 +"68249",8556,35416 +"68250",8556,35504 +"68251",8556,35522 +"68252",8556,35534 +"68253",8556,43201 +"68254",8556,48541 +"68255",8556,76826 +"68256",8558,92794 +"68257",8559,12211 +"68258",8559,12212 +"68259",8559,16531 +"68260",8559,23327 +"68261",8559,24103 +"68262",8559,32577 +"68263",8559,56259 +"68264",8559,57151 +"68265",8559,61612 +"68266",8560,17822 +"68267",8560,38506 +"68268",8560,72279 +"68269",8561,16626 +"68270",8561,52752 +"68271",8562,13939 +"68272",8562,18104 +"68273",8562,18935 +"68274",8562,20363 +"68275",8562,20532 +"68276",8562,27063 +"68277",8562,30123 +"68278",8562,32108 +"68279",8562,34978 +"68280",8562,36914 +"68281",8562,40797 +"68282",8562,50890 +"68283",8562,58229 +"68284",8562,62844 +"68285",8562,65307 +"68286",8562,67347 +"68287",8562,79128 +"68288",8562,89281 +"68289",8563,8616 +"68290",8563,14815 +"68291",8563,19935 +"68292",8563,32115 +"68293",8563,32171 +"68294",8563,86155 +"68295",8563,86213 +"68296",8563,86218 +"68297",8563,86729 +"68298",8563,86885 +"68299",8564,10331 +"68300",8564,20984 +"68301",8564,39594 +"68302",8564,42193 +"68303",8564,75771 +"68304",8565,39493 +"68305",8566,85710 +"68306",8566,120306 +"68307",8567,29085 +"68308",8568,29305 +"68309",8568,36449 +"68310",8568,46786 +"68311",8568,54864 +"68312",8568,74187 +"68313",8568,78375 +"68314",8569,8570 +"68315",8569,23475 +"68316",8569,24545 +"68317",8569,29814 +"68318",8569,32904 +"68319",8569,34179 +"68320",8569,42597 +"68321",8569,62975 +"68322",8569,65962 +"68323",8571,16542 +"68324",8571,86243 +"68325",8571,100465 +"68326",8571,102974 +"68327",8571,104682 +"68328",8572,9000 +"68329",8572,41871 +"68330",8572,72045 +"68331",8572,78036 +"68332",8572,78042 +"68333",8572,78043 +"68334",8572,78232 +"68335",8572,78234 +"68336",8573,19747 +"68337",8573,57043 +"68338",8574,23573 +"68339",8575,8633 +"68340",8575,53196 +"68341",8575,56317 +"68342",8575,86648 +"68343",8575,110997 +"68344",8576,8620 +"68345",8577,28986 +"68346",8577,29439 +"68347",8577,30283 +"68348",8577,39523 +"68349",8577,42725 +"68350",8577,58854 +"68351",8577,68043 +"68352",8577,94520 +"68353",8577,100371 +"68354",8578,9667 +"68355",8578,15479 +"68356",8578,16112 +"68357",8578,16158 +"68358",8578,16180 +"68359",8578,16185 +"68360",8578,16186 +"68361",8578,16208 +"68362",8578,16225 +"68363",8578,16227 +"68364",8579,8614 +"68365",8579,8623 +"68366",8579,8629 +"68367",8580,14690 +"68368",8580,45811 +"68369",8581,8889 +"68370",8581,14583 +"68371",8581,14726 +"68372",8581,14761 +"68373",8581,35557 +"68374",8581,40392 +"68375",8581,48657 +"68376",8581,58086 +"68377",8581,64885 +"68378",8582,9947 +"68379",8582,12237 +"68380",8582,13954 +"68381",8582,13970 +"68382",8582,13996 +"68383",8582,14091 +"68384",8582,20646 +"68385",8582,23999 +"68386",8582,24312 +"68387",8582,48076 +"68388",8582,51652 +"68389",8582,55691 +"68390",8582,57536 +"68391",8582,60300 +"68392",8582,64410 +"68393",8582,65041 +"68394",8582,68280 +"68395",8582,72946 +"68396",8582,73072 +"68397",8582,94595 +"68398",8582,106204 +"68399",8582,111693 +"68400",8582,111832 +"68401",8582,122293 +"68402",8583,8630 +"68403",8583,26300 +"68404",8583,65632 +"68405",8583,81319 +"68406",8583,120214 +"68407",8584,25442 +"68408",8584,34736 +"68409",8584,35423 +"68410",8584,94637 +"68411",8584,97637 +"68412",8585,12135 +"68413",8586,21558 +"68414",8586,25784 +"68415",8586,25849 +"68416",8586,25869 +"68417",8586,25900 +"68418",8586,35264 +"68419",8586,37565 +"68420",8586,65539 +"68421",8586,87703 +"68422",8587,21035 +"68423",8587,73179 +"68424",8587,75841 +"68425",8587,113805 +"68426",8588,21952 +"68427",8589,10330 +"68428",8589,35584 +"68429",8589,38780 +"68430",8589,59340 +"68431",8589,63449 +"68432",8590,8619 +"68433",8590,12861 +"68434",8590,14061 +"68435",8590,17847 +"68436",8590,18352 +"68437",8590,18423 +"68438",8590,20371 +"68439",8590,20398 +"68440",8590,20455 +"68441",8590,32259 +"68442",8590,32412 +"68443",8590,57874 +"68444",8590,58532 +"68445",8591,9881 +"68446",8591,20361 +"68447",8591,30981 +"68448",8591,59560 +"68449",8592,8651 +"68450",8592,9116 +"68451",8592,10336 +"68452",8592,11190 +"68453",8592,13255 +"68454",8592,13320 +"68455",8592,13678 +"68456",8592,14140 +"68457",8592,16286 +"68458",8592,19460 +"68459",8592,19781 +"68460",8592,26982 +"68461",8592,37036 +"68462",8592,38206 +"68463",8592,87262 +"68464",8592,87434 +"68465",8592,99433 +"68466",8593,13792 +"68467",8593,17966 +"68468",8593,35665 +"68469",8593,36424 +"68470",8593,81118 +"68471",8593,109076 +"68472",8594,9511 +"68473",8594,12528 +"68474",8594,25200 +"68475",8594,25288 +"68476",8594,49186 +"68477",8595,11143 +"68478",8595,16277 +"68479",8595,35764 +"68480",8595,42678 +"68481",8595,53419 +"68482",8595,88007 +"68483",8595,97567 +"68484",8595,100329 +"68485",8595,104077 +"68486",8596,8644 +"68487",8596,8960 +"68488",8596,10050 +"68489",8596,10156 +"68490",8596,17456 +"68491",8596,18529 +"68492",8596,36445 +"68493",8596,38532 +"68494",8596,59666 +"68495",8596,80410 +"68496",8596,105984 +"68497",8597,19770 +"68498",8597,34866 +"68499",8597,61794 +"68500",8598,18421 +"68501",8598,26838 +"68502",8598,35812 +"68503",8598,40627 +"68504",8598,43620 +"68505",8598,47110 +"68506",8598,54589 +"68507",8599,8605 +"68508",8599,21689 +"68509",8599,28420 +"68510",8599,35916 +"68511",8599,37009 +"68512",8599,38331 +"68513",8599,45361 +"68514",8600,42268 +"68515",8601,9174 +"68516",8601,10957 +"68517",8601,11815 +"68518",8601,11816 +"68519",8601,11831 +"68520",8601,11847 +"68521",8601,11848 +"68522",8601,11882 +"68523",8601,11895 +"68524",8601,11918 +"68525",8601,11938 +"68526",8601,11981 +"68527",8601,12060 +"68528",8601,12061 +"68529",8601,12079 +"68530",8601,19576 +"68531",8601,20778 +"68532",8601,21548 +"68533",8601,29557 +"68534",8601,36492 +"68535",8601,42953 +"68536",8601,55720 +"68537",8601,55752 +"68538",8601,76434 +"68539",8601,77909 +"68540",8601,81028 +"68541",8601,81292 +"68542",8601,81308 +"68543",8603,20471 +"68544",8604,15479 +"68545",8606,87090 +"68546",8606,87091 +"68547",8607,8724 +"68548",8607,12807 +"68549",8607,22345 +"68550",8607,28413 +"68551",8607,28427 +"68552",8607,33723 +"68553",8607,79374 +"68554",8607,86771 +"68555",8607,89053 +"68556",8607,96608 +"68557",8607,100256 +"68558",8607,103095 +"68559",8607,109078 +"68560",8608,9352 +"68561",8608,22783 +"68562",8608,38285 +"68563",8608,47047 +"68564",8608,47215 +"68565",8608,95544 +"68566",8608,95553 +"68567",8609,16127 +"68568",8609,21429 +"68569",8609,24864 +"68570",8609,32672 +"68571",8609,34172 +"68572",8609,45182 +"68573",8609,82930 +"68574",8609,90968 +"68575",8609,107566 +"68576",8610,9242 +"68577",8610,12306 +"68578",8610,23740 +"68579",8610,24009 +"68580",8610,24627 +"68581",8610,26715 +"68582",8610,27709 +"68583",8610,35668 +"68584",8610,36514 +"68585",8610,38158 +"68586",8610,41091 +"68587",8610,57570 +"68588",8610,64964 +"68589",8610,83719 +"68590",8610,86045 +"68591",8610,89772 +"68592",8610,91955 +"68593",8611,21649 +"68594",8611,22006 +"68595",8611,22119 +"68596",8611,22130 +"68597",8611,22803 +"68598",8611,22877 +"68599",8611,28216 +"68600",8611,28497 +"68601",8611,30547 +"68602",8611,33337 +"68603",8611,37682 +"68604",8611,41278 +"68605",8611,57950 +"68606",8611,69498 +"68607",8611,94440 +"68608",8611,96466 +"68609",8612,74467 +"68610",8612,112216 +"68611",8612,119518 +"68612",8612,119528 +"68613",8612,119597 +"68614",8612,119612 +"68615",8613,16284 +"68616",8613,22702 +"68617",8613,36258 +"68618",8613,60923 +"68619",8613,91019 +"68620",8613,117722 +"68621",8613,117737 +"68622",8613,120403 +"68623",8614,8623 +"68624",8614,8629 +"68625",8615,45397 +"68626",8615,59088 +"68627",8615,90687 +"68628",8615,90824 +"68629",8615,91026 +"68630",8615,96336 +"68631",8616,71304 +"68632",8616,73804 +"68633",8617,66976 +"68634",8618,19379 +"68635",8618,22816 +"68636",8618,42739 +"68637",8618,55549 +"68638",8619,11803 +"68639",8619,12861 +"68640",8619,14061 +"68641",8619,14409 +"68642",8619,18413 +"68643",8619,20455 +"68644",8619,21978 +"68645",8619,26563 +"68646",8619,41339 +"68647",8619,42151 +"68648",8619,51216 +"68649",8619,51217 +"68650",8619,51276 +"68651",8619,51313 +"68652",8619,62872 +"68653",8620,9633 +"68654",8620,66081 +"68655",8620,84622 +"68656",8621,14573 +"68657",8621,15539 +"68658",8621,15938 +"68659",8621,16074 +"68660",8621,16164 +"68661",8621,16461 +"68662",8621,20080 +"68663",8621,20563 +"68664",8621,26516 +"68665",8621,34145 +"68666",8621,37418 +"68667",8621,38145 +"68668",8621,47802 +"68669",8621,48347 +"68670",8621,48473 +"68671",8621,52653 +"68672",8621,52971 +"68673",8621,56836 +"68674",8621,57172 +"68675",8621,57977 +"68676",8621,60064 +"68677",8621,69326 +"68678",8621,79942 +"68679",8621,80678 +"68680",8622,10921 +"68681",8622,22521 +"68682",8622,29053 +"68683",8622,36784 +"68684",8622,47049 +"68685",8622,62029 +"68686",8622,64043 +"68687",8622,87083 +"68688",8622,115972 +"68689",8622,118569 +"68690",8622,118572 +"68691",8623,8629 +"68692",8623,17419 +"68693",8623,21615 +"68694",8623,46853 +"68695",8623,85459 +"68696",8624,9102 +"68697",8624,13888 +"68698",8624,21372 +"68699",8624,23069 +"68700",8624,47923 +"68701",8624,56153 +"68702",8624,57829 +"68703",8624,57973 +"68704",8624,67854 +"68705",8624,70423 +"68706",8624,104878 +"68707",8625,11482 +"68708",8625,24255 +"68709",8625,30111 +"68710",8625,33380 +"68711",8625,51882 +"68712",8625,54758 +"68713",8625,55401 +"68714",8625,56836 +"68715",8625,66544 +"68716",8625,66593 +"68717",8626,59356 +"68718",8627,18251 +"68719",8628,38050 +"68720",8628,69276 +"68721",8629,27876 +"68722",8629,56823 +"68723",8629,58200 +"68724",8629,58458 +"68725",8629,58465 +"68726",8629,58547 +"68727",8629,61125 +"68728",8631,8712 +"68729",8632,34602 +"68730",8632,34673 +"68731",8634,26817 +"68732",8635,10427 +"68733",8635,26339 +"68734",8635,29465 +"68735",8635,30471 +"68736",8635,38009 +"68737",8635,40658 +"68738",8635,41643 +"68739",8635,45726 +"68740",8635,52626 +"68741",8635,63518 +"68742",8635,73138 +"68743",8635,75271 +"68744",8635,76047 +"68745",8635,78487 +"68746",8635,81474 +"68747",8635,85100 +"68748",8635,88309 +"68749",8635,91779 +"68750",8635,102535 +"68751",8635,106275 +"68752",8635,106280 +"68753",8635,110092 +"68754",8636,11274 +"68755",8636,24448 +"68756",8636,27275 +"68757",8636,34412 +"68758",8636,35094 +"68759",8636,35095 +"68760",8636,51762 +"68761",8636,52299 +"68762",8636,61158 +"68763",8636,66735 +"68764",8636,67110 +"68765",8636,67652 +"68766",8636,67669 +"68767",8637,18859 +"68768",8637,76685 +"68769",8637,93197 +"68770",8638,11974 +"68771",8638,12217 +"68772",8639,43910 +"68773",8639,46139 +"68774",8639,49783 +"68775",8640,12794 +"68776",8641,9236 +"68777",8641,10601 +"68778",8641,15279 +"68779",8641,31038 +"68780",8641,34682 +"68781",8641,51234 +"68782",8642,21428 +"68783",8642,32968 +"68784",8642,39916 +"68785",8642,42948 +"68786",8642,65833 +"68787",8642,87526 +"68788",8642,98165 +"68789",8643,25498 +"68790",8643,84328 +"68791",8644,8960 +"68792",8644,10050 +"68793",8644,10156 +"68794",8644,14599 +"68795",8644,15780 +"68796",8644,25230 +"68797",8644,28003 +"68798",8644,44822 +"68799",8644,50418 +"68800",8644,61074 +"68801",8644,88225 +"68802",8644,107060 +"68803",8644,109273 +"68804",8645,13682 +"68805",8645,18874 +"68806",8645,24530 +"68807",8645,81364 +"68808",8645,86600 +"68809",8645,88650 +"68810",8645,95604 +"68811",8645,96099 +"68812",8645,99210 +"68813",8645,102353 +"68814",8645,106528 +"68815",8645,109371 +"68816",8645,109373 +"68817",8645,111155 +"68818",8646,8723 +"68819",8646,9149 +"68820",8646,41763 +"68821",8647,37369 +"68822",8647,42060 +"68823",8647,64890 +"68824",8647,98687 +"68825",8648,8826 +"68826",8648,80366 +"68827",8649,20037 +"68828",8649,29974 +"68829",8649,29975 +"68830",8649,40960 +"68831",8649,73103 +"68832",8649,77897 +"68833",8649,78828 +"68834",8649,82494 +"68835",8649,83558 +"68836",8650,18431 +"68837",8650,33347 +"68838",8651,9793 +"68839",8651,10336 +"68840",8651,11190 +"68841",8651,13320 +"68842",8651,14520 +"68843",8651,16286 +"68844",8651,24952 +"68845",8651,37036 +"68846",8651,56148 +"68847",8651,57329 +"68848",8651,65258 +"68849",8651,98715 +"68850",8652,15041 +"68851",8652,17374 +"68852",8652,18286 +"68853",8652,22131 +"68854",8652,27034 +"68855",8652,28759 +"68856",8652,31279 +"68857",8652,31658 +"68858",8652,36051 +"68859",8652,37653 +"68860",8652,37966 +"68861",8652,44983 +"68862",8652,45709 +"68863",8652,47688 +"68864",8652,50102 +"68865",8652,51863 +"68866",8652,57783 +"68867",8652,59646 +"68868",8652,65800 +"68869",8652,67564 +"68870",8652,69362 +"68871",8652,71693 +"68872",8652,75905 +"68873",8652,76590 +"68874",8652,80852 +"68875",8652,83115 +"68876",8652,86600 +"68877",8652,88782 +"68878",8652,89403 +"68879",8652,92517 +"68880",8652,95356 +"68881",8652,100140 +"68882",8652,105198 +"68883",8652,110250 +"68884",8652,117836 +"68885",8652,122588 +"68886",8652,122819 +"68887",8652,122852 +"68888",8652,122861 +"68889",8652,122863 +"68890",8652,122864 +"68891",8653,14904 +"68892",8654,31656 +"68893",8656,19398 +"68894",8656,33529 +"68895",8657,8658 +"68896",8657,11568 +"68897",8657,24479 +"68898",8657,41551 +"68899",8658,77128 +"68900",8659,11517 +"68901",8659,12221 +"68902",8659,13828 +"68903",8659,14959 +"68904",8659,17034 +"68905",8659,17582 +"68906",8659,19408 +"68907",8659,25680 +"68908",8659,29661 +"68909",8659,31936 +"68910",8659,32577 +"68911",8659,36498 +"68912",8659,38921 +"68913",8659,47747 +"68914",8659,84475 +"68915",8659,92072 +"68916",8659,93289 +"68917",8659,116450 +"68918",8659,122339 +"68919",8660,8714 +"68920",8660,8946 +"68921",8660,9265 +"68922",8660,31756 +"68923",8660,43681 +"68924",8660,45384 +"68925",8660,53648 +"68926",8660,56200 +"68927",8660,67913 +"68928",8660,78322 +"68929",8660,93405 +"68930",8660,93459 +"68931",8660,99291 +"68932",8660,103968 +"68933",8660,103998 +"68934",8661,8662 +"68935",8661,34138 +"68936",8661,83479 +"68937",8661,91442 +"68938",8661,97079 +"68939",8662,66709 +"68940",8662,92006 +"68941",8662,97079 +"68942",8663,15519 +"68943",8663,24864 +"68944",8663,36069 +"68945",8663,40194 +"68946",8663,52915 +"68947",8665,11507 +"68948",8665,85825 +"68949",8666,61926 +"68950",8667,10720 +"68951",8667,37766 +"68952",8667,48021 +"68953",8667,107634 +"68954",8667,121473 +"68955",8667,121477 +"68956",8668,51596 +"68957",8668,114922 +"68958",8669,55507 +"68959",8669,55581 +"68960",8669,74760 +"68961",8669,80736 +"68962",8669,80824 +"68963",8669,93049 +"68964",8670,8680 +"68965",8670,10803 +"68966",8670,23021 +"68967",8670,28252 +"68968",8670,30433 +"68969",8670,36284 +"68970",8670,37259 +"68971",8670,42562 +"68972",8670,64614 +"68973",8670,66782 +"68974",8670,69944 +"68975",8670,76369 +"68976",8670,76696 +"68977",8670,99523 +"68978",8670,119689 +"68979",8670,121474 +"68980",8671,24734 +"68981",8671,33445 +"68982",8671,39752 +"68983",8671,53874 +"68984",8671,102748 +"68985",8672,25575 +"68986",8672,58024 +"68987",8673,20783 +"68988",8673,50049 +"68989",8674,11769 +"68990",8674,18257 +"68991",8674,21145 +"68992",8674,120998 +"68993",8675,8771 +"68994",8675,8833 +"68995",8675,8880 +"68996",8675,9386 +"68997",8675,10200 +"68998",8675,11429 +"68999",8675,30734 +"69000",8675,55225 +"69001",8675,68923 +"69002",8676,9470 +"69003",8676,12462 +"69004",8676,53155 +"69005",8676,85604 +"69006",8676,95418 +"69007",8676,96513 +"69008",8676,105019 +"69009",8676,110450 +"69010",8677,28408 +"69011",8677,38461 +"69012",8677,59039 +"69013",8677,83483 +"69014",8677,94330 +"69015",8678,8679 +"69016",8678,10901 +"69017",8678,13139 +"69018",8678,14814 +"69019",8678,16246 +"69020",8678,37372 +"69021",8678,46027 +"69022",8678,55449 +"69023",8678,56100 +"69024",8678,62844 +"69025",8679,17332 +"69026",8679,21629 +"69027",8679,93876 +"69028",8679,93900 +"69029",8679,93906 +"69030",8680,10803 +"69031",8680,27076 +"69032",8680,28252 +"69033",8680,30433 +"69034",8680,37259 +"69035",8680,40515 +"69036",8680,42562 +"69037",8680,46691 +"69038",8680,50541 +"69039",8680,52704 +"69040",8680,76369 +"69041",8680,77160 +"69042",8680,77175 +"69043",8680,77179 +"69044",8680,100355 +"69045",8681,18001 +"69046",8681,58886 +"69047",8681,61844 +"69048",8681,64582 +"69049",8682,28791 +"69050",8682,120161 +"69051",8683,43958 +"69052",8684,43843 +"69053",8684,46552 +"69054",8684,112256 +"69055",8684,112260 +"69056",8685,32992 +"69057",8685,94291 +"69058",8686,8847 +"69059",8686,8866 +"69060",8686,8870 +"69061",8686,8883 +"69062",8686,8888 +"69063",8686,8942 +"69064",8686,8959 +"69065",8686,8961 +"69066",8686,9741 +"69067",8686,13313 +"69068",8686,14441 +"69069",8686,15378 +"69070",8686,17447 +"69071",8686,19034 +"69072",8686,19791 +"69073",8686,23386 +"69074",8686,28969 +"69075",8686,31235 +"69076",8686,47733 +"69077",8686,75883 +"69078",8686,75888 +"69079",8686,75892 +"69080",8686,75893 +"69081",8686,75898 +"69082",8686,81211 +"69083",8686,90562 +"69084",8686,114798 +"69085",8687,57305 +"69086",8687,57306 +"69087",8687,62403 +"69088",8688,30297 +"69089",8688,40621 +"69090",8689,25862 +"69091",8689,53308 +"69092",8690,44667 +"69093",8690,63767 +"69094",8690,64000 +"69095",8691,11558 +"69096",8691,41867 +"69097",8691,56634 +"69098",8692,9071 +"69099",8692,13949 +"69100",8692,27740 +"69101",8692,80633 +"69102",8692,93713 +"69103",8694,14503 +"69104",8694,53726 +"69105",8694,83275 +"69106",8694,87636 +"69107",8694,93790 +"69108",8695,23716 +"69109",8696,68996 +"69110",8697,24129 +"69111",8697,75693 +"69112",8697,100132 +"69113",8698,13234 +"69114",8698,18524 +"69115",8698,19143 +"69116",8698,19226 +"69117",8698,21799 +"69118",8698,29473 +"69119",8698,38287 +"69120",8698,41062 +"69121",8698,46747 +"69122",8698,58547 +"69123",8698,63011 +"69124",8698,67358 +"69125",8698,85560 +"69126",8698,97410 +"69127",8698,107383 +"69128",8698,123010 +"69129",8699,8844 +"69130",8699,46444 +"69131",8699,61220 +"69132",8699,94101 +"69133",8700,8772 +"69134",8700,9298 +"69135",8700,9483 +"69136",8700,35544 +"69137",8700,88710 +"69138",8701,19194 +"69139",8701,31882 +"69140",8701,37385 +"69141",8701,38552 +"69142",8701,39699 +"69143",8701,76833 +"69144",8701,84657 +"69145",8701,89292 +"69146",8701,90529 +"69147",8701,112585 +"69148",8701,116176 +"69149",8701,117244 +"69150",8701,123186 +"69151",8702,9917 +"69152",8702,106364 +"69153",8703,8762 +"69154",8703,11499 +"69155",8703,13982 +"69156",8703,18039 +"69157",8703,21164 +"69158",8703,30900 +"69159",8703,31880 +"69160",8703,32369 +"69161",8703,34634 +"69162",8703,44704 +"69163",8703,56008 +"69164",8703,57669 +"69165",8703,62313 +"69166",8704,8709 +"69167",8704,14967 +"69168",8704,23571 +"69169",8704,24685 +"69170",8704,29840 +"69171",8704,29927 +"69172",8704,43555 +"69173",8704,44330 +"69174",8704,45469 +"69175",8704,48598 +"69176",8704,50072 +"69177",8704,50489 +"69178",8704,54108 +"69179",8704,79820 +"69180",8704,81883 +"69181",8704,88328 +"69182",8704,122580 +"69183",8705,8734 +"69184",8705,16625 +"69185",8705,19723 +"69186",8705,24446 +"69187",8705,30567 +"69188",8705,30803 +"69189",8705,38433 +"69190",8705,46059 +"69191",8705,55108 +"69192",8705,55162 +"69193",8705,70382 +"69194",8706,9827 +"69195",8706,12654 +"69196",8706,70363 +"69197",8706,101418 +"69198",8707,19973 +"69199",8707,22459 +"69200",8707,71550 +"69201",8707,74364 +"69202",8707,88791 +"69203",8707,88803 +"69204",8707,89789 +"69205",8707,100503 +"69206",8707,112229 +"69207",8707,116239 +"69208",8708,18588 +"69209",8708,38362 +"69210",8708,51476 +"69211",8708,53607 +"69212",8708,71205 +"69213",8708,79687 +"69214",8708,84446 +"69215",8710,54781 +"69216",8710,54782 +"69217",8711,34644 +"69218",8711,52477 +"69219",8711,90484 +"69220",8711,99278 +"69221",8712,10127 +"69222",8712,11580 +"69223",8712,17788 +"69224",8712,20914 +"69225",8712,21711 +"69226",8712,27487 +"69227",8712,30095 +"69228",8712,60019 +"69229",8712,60624 +"69230",8712,70400 +"69231",8712,77362 +"69232",8712,82515 +"69233",8712,92196 +"69234",8712,104132 +"69235",8712,108666 +"69236",8712,120291 +"69237",8712,120293 +"69238",8713,29929 +"69239",8713,102956 +"69240",8714,26042 +"69241",8714,55074 +"69242",8714,65568 +"69243",8714,80992 +"69244",8715,32536 +"69245",8715,49320 +"69246",8715,65935 +"69247",8715,96472 +"69248",8716,8717 +"69249",8716,8790 +"69250",8716,9481 +"69251",8716,10453 +"69252",8716,11583 +"69253",8716,15506 +"69254",8716,20697 +"69255",8716,22224 +"69256",8716,26521 +"69257",8716,29662 +"69258",8716,30686 +"69259",8716,31918 +"69260",8716,35493 +"69261",8716,40380 +"69262",8716,50044 +"69263",8716,78773 +"69264",8716,81739 +"69265",8716,85343 +"69266",8716,85853 +"69267",8716,88160 +"69268",8716,95244 +"69269",8716,95577 +"69270",8716,121892 +"69271",8717,11441 +"69272",8717,15181 +"69273",8717,17902 +"69274",8717,34357 +"69275",8717,50726 +"69276",8717,52319 +"69277",8717,69957 +"69278",8717,92859 +"69279",8717,100100 +"69280",8717,100598 +"69281",8717,105422 +"69282",8717,110023 +"69283",8717,111111 +"69284",8717,111236 +"69285",8717,111247 +"69286",8717,111256 +"69287",8718,15799 +"69288",8718,47167 +"69289",8718,99468 +"69290",8718,99648 +"69291",8718,109368 +"69292",8719,13139 +"69293",8719,13219 +"69294",8719,16163 +"69295",8719,18712 +"69296",8719,19017 +"69297",8719,26805 +"69298",8719,47615 +"69299",8719,48918 +"69300",8719,49201 +"69301",8719,75612 +"69302",8719,89779 +"69303",8719,93259 +"69304",8719,94106 +"69305",8719,94705 +"69306",8719,103446 +"69307",8720,8779 +"69308",8721,8796 +"69309",8721,21241 +"69310",8721,60209 +"69311",8722,10328 +"69312",8722,27393 +"69313",8722,29847 +"69314",8722,29991 +"69315",8722,30802 +"69316",8722,38050 +"69317",8722,40490 +"69318",8722,42149 +"69319",8722,47492 +"69320",8722,56831 +"69321",8723,9149 +"69322",8723,41763 +"69323",8724,31264 +"69324",8725,16857 +"69325",8725,46003 +"69326",8725,55241 +"69327",8725,59806 +"69328",8726,11531 +"69329",8726,13077 +"69330",8726,13530 +"69331",8726,15262 +"69332",8726,17923 +"69333",8726,19273 +"69334",8726,19807 +"69335",8726,28081 +"69336",8726,34100 +"69337",8726,36589 +"69338",8726,45359 +"69339",8726,49908 +"69340",8726,56103 +"69341",8726,57167 +"69342",8726,57186 +"69343",8726,62234 +"69344",8726,71487 +"69345",8726,72317 +"69346",8726,72617 +"69347",8726,72660 +"69348",8726,72662 +"69349",8726,104435 +"69350",8727,25157 +"69351",8727,30676 +"69352",8727,96171 +"69353",8727,102931 +"69354",8727,109784 +"69355",8728,50726 +"69356",8728,61611 +"69357",8729,39526 +"69358",8729,50242 +"69359",8730,23823 +"69360",8730,33523 +"69361",8730,47534 +"69362",8730,48294 +"69363",8730,48715 +"69364",8730,51288 +"69365",8730,65023 +"69366",8730,67246 +"69367",8731,9836 +"69368",8731,10276 +"69369",8731,27478 +"69370",8731,31085 +"69371",8731,38048 +"69372",8731,46681 +"69373",8731,53031 +"69374",8731,53635 +"69375",8731,56122 +"69376",8731,56333 +"69377",8731,56341 +"69378",8731,71434 +"69379",8731,107825 +"69380",8731,117680 +"69381",8732,40089 +"69382",8732,41197 +"69383",8732,46486 +"69384",8732,71245 +"69385",8733,17255 +"69386",8733,17956 +"69387",8733,40635 +"69388",8733,40702 +"69389",8733,50135 +"69390",8733,55850 +"69391",8733,55886 +"69392",8733,79608 +"69393",8734,13967 +"69394",8734,14562 +"69395",8734,23869 +"69396",8734,28863 +"69397",8734,35181 +"69398",8734,43963 +"69399",8735,14451 +"69400",8735,15007 +"69401",8735,30312 +"69402",8735,47075 +"69403",8736,17047 +"69404",8736,109944 +"69405",8736,116067 +"69406",8737,9424 +"69407",8737,45537 +"69408",8737,46139 +"69409",8737,48422 +"69410",8737,73309 +"69411",8737,110444 +"69412",8738,10473 +"69413",8738,11022 +"69414",8738,12070 +"69415",8738,13792 +"69416",8738,15455 +"69417",8738,16445 +"69418",8738,20140 +"69419",8738,24017 +"69420",8738,35706 +"69421",8738,38906 +"69422",8738,61918 +"69423",8739,11641 +"69424",8739,20109 +"69425",8739,20221 +"69426",8739,46432 +"69427",8739,52465 +"69428",8739,52503 +"69429",8739,52504 +"69430",8739,52505 +"69431",8739,77462 +"69432",8739,105723 +"69433",8740,8789 +"69434",8740,8794 +"69435",8740,19328 +"69436",8740,22435 +"69437",8741,9273 +"69438",8741,9462 +"69439",8741,14591 +"69440",8741,17768 +"69441",8741,19559 +"69442",8741,23187 +"69443",8741,24867 +"69444",8741,25053 +"69445",8741,28316 +"69446",8741,29596 +"69447",8741,36880 +"69448",8741,38926 +"69449",8741,39750 +"69450",8741,46881 +"69451",8741,49701 +"69452",8741,50255 +"69453",8741,54077 +"69454",8741,55446 +"69455",8741,82340 +"69456",8741,83846 +"69457",8741,88093 +"69458",8741,90193 +"69459",8741,95126 +"69460",8741,95157 +"69461",8741,105674 +"69462",8742,11887 +"69463",8742,31082 +"69464",8742,46401 +"69465",8742,54648 +"69466",8742,59393 +"69467",8742,72763 +"69468",8742,87741 +"69469",8742,87742 +"69470",8743,8744 +"69471",8743,8795 +"69472",8743,20202 +"69473",8743,44393 +"69474",8743,45786 +"69475",8743,63488 +"69476",8743,79121 +"69477",8743,86460 +"69478",8744,8795 +"69479",8745,9709 +"69480",8745,49391 +"69481",8745,52656 +"69482",8745,66315 +"69483",8745,74112 +"69484",8745,99070 +"69485",8745,99904 +"69486",8746,9128 +"69487",8746,9146 +"69488",8746,9636 +"69489",8747,8757 +"69490",8747,19928 +"69491",8747,87614 +"69492",8748,34669 +"69493",8748,34719 +"69494",8748,38631 +"69495",8748,57938 +"69496",8748,59722 +"69497",8748,63420 +"69498",8748,82708 +"69499",8748,116795 +"69500",8749,8967 +"69501",8749,32659 +"69502",8749,46296 +"69503",8750,23761 +"69504",8751,41526 +"69505",8751,43724 +"69506",8751,100679 +"69507",8751,107743 +"69508",8752,45306 +"69509",8752,52649 +"69510",8752,61146 +"69511",8753,15243 +"69512",8753,16441 +"69513",8753,16505 +"69514",8753,16506 +"69515",8753,16944 +"69516",8753,16965 +"69517",8753,17079 +"69518",8753,53584 +"69519",8754,10324 +"69520",8754,23674 +"69521",8754,24379 +"69522",8754,24662 +"69523",8754,32491 +"69524",8754,35573 +"69525",8754,35612 +"69526",8754,35990 +"69527",8755,25355 +"69528",8755,88478 +"69529",8756,102093 +"69530",8756,114639 +"69531",8757,19928 +"69532",8757,23286 +"69533",8758,21806 +"69534",8758,38183 +"69535",8758,52686 +"69536",8758,60854 +"69537",8758,84800 +"69538",8759,8767 +"69539",8759,47252 +"69540",8760,28662 +"69541",8760,28724 +"69542",8760,51126 +"69543",8760,52764 +"69544",8760,55081 +"69545",8761,14959 +"69546",8761,65510 +"69547",8761,87903 +"69548",8762,9532 +"69549",8762,9689 +"69550",8762,11351 +"69551",8762,11499 +"69552",8762,18360 +"69553",8762,20288 +"69554",8762,24398 +"69555",8762,35428 +"69556",8762,36807 +"69557",8762,40099 +"69558",8762,40494 +"69559",8762,42449 +"69560",8762,55872 +"69561",8762,56008 +"69562",8762,57669 +"69563",8762,63355 +"69564",8762,63981 +"69565",8762,64362 +"69566",8762,70592 +"69567",8762,70617 +"69568",8762,70618 +"69569",8762,82091 +"69570",8763,8774 +"69571",8763,9487 +"69572",8763,9506 +"69573",8763,54903 +"69574",8763,69436 +"69575",8763,70776 +"69576",8763,70830 +"69577",8763,70839 +"69578",8765,22261 +"69579",8765,83174 +"69580",8766,14077 +"69581",8766,41709 +"69582",8766,48653 +"69583",8766,52659 +"69584",8767,47252 +"69585",8768,25722 +"69586",8768,26175 +"69587",8768,26176 +"69588",8768,26284 +"69589",8768,26285 +"69590",8768,26286 +"69591",8768,26323 +"69592",8768,26496 +"69593",8768,33388 +"69594",8768,34501 +"69595",8768,43789 +"69596",8769,10301 +"69597",8770,15083 +"69598",8770,16573 +"69599",8770,22457 +"69600",8770,33390 +"69601",8770,48888 +"69602",8770,57275 +"69603",8770,57276 +"69604",8770,57491 +"69605",8770,57492 +"69606",8770,72576 +"69607",8770,72577 +"69608",8770,74935 +"69609",8770,75020 +"69610",8770,79980 +"69611",8770,81640 +"69612",8770,83296 +"69613",8770,86337 +"69614",8770,88253 +"69615",8770,94118 +"69616",8770,101593 +"69617",8770,112798 +"69618",8770,121961 +"69619",8771,8833 +"69620",8771,8880 +"69621",8771,11429 +"69622",8771,24261 +"69623",8771,24282 +"69624",8771,33378 +"69625",8771,40392 +"69626",8771,78768 +"69627",8771,91342 +"69628",8772,9298 +"69629",8772,9483 +"69630",8772,21269 +"69631",8772,29456 +"69632",8772,31380 +"69633",8772,40472 +"69634",8772,44761 +"69635",8772,46391 +"69636",8772,64722 +"69637",8772,68276 +"69638",8772,73698 +"69639",8772,76573 +"69640",8772,82208 +"69641",8772,87895 +"69642",8772,87897 +"69643",8772,92791 +"69644",8772,100917 +"69645",8773,8909 +"69646",8774,9487 +"69647",8774,9506 +"69648",8775,9049 +"69649",8775,9505 +"69650",8775,29738 +"69651",8775,30584 +"69652",8775,30585 +"69653",8775,63131 +"69654",8775,69678 +"69655",8776,13040 +"69656",8776,13041 +"69657",8776,13132 +"69658",8776,13183 +"69659",8776,13268 +"69660",8777,8905 +"69661",8777,9767 +"69662",8777,13099 +"69663",8777,20289 +"69664",8777,28212 +"69665",8777,29137 +"69666",8777,41091 +"69667",8777,42653 +"69668",8777,47764 +"69669",8777,48282 +"69670",8777,48929 +"69671",8777,57749 +"69672",8777,65777 +"69673",8777,75589 +"69674",8777,75632 +"69675",8777,77705 +"69676",8777,98576 +"69677",8777,98711 +"69678",8777,98712 +"69679",8777,107385 +"69680",8777,107398 +"69681",8778,65696 +"69682",8778,77053 +"69683",8778,77207 +"69684",8778,108798 +"69685",8778,108809 +"69686",8779,15564 +"69687",8779,15652 +"69688",8779,37362 +"69689",8779,45313 +"69690",8779,45366 +"69691",8779,47987 +"69692",8779,48118 +"69693",8779,63887 +"69694",8780,9573 +"69695",8780,32051 +"69696",8780,46939 +"69697",8780,67879 +"69698",8780,68702 +"69699",8781,116997 +"69700",8783,13068 +"69701",8783,24120 +"69702",8783,39428 +"69703",8783,45435 +"69704",8783,58988 +"69705",8783,66019 +"69706",8783,76066 +"69707",8783,112220 +"69708",8783,112506 +"69709",8783,116894 +"69710",8784,10942 +"69711",8784,37990 +"69712",8784,94916 +"69713",8784,110724 +"69714",8785,8979 +"69715",8785,10395 +"69716",8785,17814 +"69717",8785,22826 +"69718",8785,24640 +"69719",8785,31857 +"69720",8785,32109 +"69721",8785,51427 +"69722",8785,52838 +"69723",8785,56263 +"69724",8786,47686 +"69725",8787,21423 +"69726",8787,28378 +"69727",8787,28527 +"69728",8787,90824 +"69729",8788,12288 +"69730",8788,13224 +"69731",8788,17823 +"69732",8788,17948 +"69733",8788,18323 +"69734",8788,44127 +"69735",8788,53874 +"69736",8788,67684 +"69737",8789,8794 +"69738",8789,18488 +"69739",8789,19328 +"69740",8789,39886 +"69741",8789,79100 +"69742",8789,97942 +"69743",8789,98310 +"69744",8789,98311 +"69745",8790,9503 +"69746",8790,9587 +"69747",8790,9623 +"69748",8790,10453 +"69749",8790,11552 +"69750",8790,19794 +"69751",8790,26521 +"69752",8790,50044 +"69753",8790,63588 +"69754",8790,72858 +"69755",8790,78773 +"69756",8790,81739 +"69757",8791,16690 +"69758",8791,30926 +"69759",8791,38879 +"69760",8792,22521 +"69761",8792,25409 +"69762",8792,50878 +"69763",8792,73813 +"69764",8792,86575 +"69765",8792,100811 +"69766",8792,112154 +"69767",8793,13794 +"69768",8793,17369 +"69769",8793,24844 +"69770",8793,29491 +"69771",8793,51243 +"69772",8793,51328 +"69773",8793,55095 +"69774",8793,73571 +"69775",8794,19328 +"69776",8794,34550 +"69777",8794,37787 +"69778",8794,48900 +"69779",8794,52283 +"69780",8794,53722 +"69781",8794,107952 +"69782",8794,111497 +"69783",8794,121321 +"69784",8794,121329 +"69785",8794,121335 +"69786",8794,121342 +"69787",8794,121392 +"69788",8795,36675 +"69789",8795,90494 +"69790",8795,93375 +"69791",8796,35364 +"69792",8796,43974 +"69793",8797,17006 +"69794",8797,24599 +"69795",8797,25575 +"69796",8797,32874 +"69797",8797,37353 +"69798",8797,47107 +"69799",8797,47173 +"69800",8797,60849 +"69801",8797,73882 +"69802",8798,10358 +"69803",8798,10390 +"69804",8798,11218 +"69805",8798,12682 +"69806",8799,43742 +"69807",8799,43763 +"69808",8800,9141 +"69809",8801,11508 +"69810",8801,12103 +"69811",8801,13241 +"69812",8801,36232 +"69813",8801,61972 +"69814",8801,62976 +"69815",8801,64413 +"69816",8801,70467 +"69817",8802,8820 +"69818",8802,11369 +"69819",8802,14369 +"69820",8802,33337 +"69821",8802,57231 +"69822",8802,83506 +"69823",8802,99340 +"69824",8803,24050 +"69825",8803,35296 +"69826",8803,37676 +"69827",8803,48693 +"69828",8803,69488 +"69829",8803,87206 +"69830",8803,94532 +"69831",8803,96545 +"69832",8803,103625 +"69833",8803,111880 +"69834",8804,8805 +"69835",8804,59866 +"69836",8805,24714 +"69837",8805,82081 +"69838",8805,100963 +"69839",8806,9323 +"69840",8806,16995 +"69841",8807,41234 +"69842",8807,56200 +"69843",8807,78320 +"69844",8807,99113 +"69845",8808,8814 +"69846",8808,12887 +"69847",8808,17643 +"69848",8808,29420 +"69849",8808,29705 +"69850",8808,43575 +"69851",8808,50839 +"69852",8808,63163 +"69853",8808,66933 +"69854",8808,70053 +"69855",8808,76127 +"69856",8808,77188 +"69857",8808,78316 +"69858",8808,80725 +"69859",8808,82949 +"69860",8808,88193 +"69861",8808,96103 +"69862",8808,100448 +"69863",8808,101094 +"69864",8808,102685 +"69865",8809,44153 +"69866",8809,83785 +"69867",8809,111281 +"69868",8809,122613 +"69869",8810,9232 +"69870",8810,62249 +"69871",8810,108909 +"69872",8811,23632 +"69873",8811,57818 +"69874",8811,62536 +"69875",8811,79547 +"69876",8811,80798 +"69877",8811,88719 +"69878",8812,9279 +"69879",8812,13251 +"69880",8812,40292 +"69881",8812,99986 +"69882",8813,9016 +"69883",8813,31765 +"69884",8813,32949 +"69885",8813,34116 +"69886",8813,46545 +"69887",8813,64485 +"69888",8813,65456 +"69889",8813,66681 +"69890",8813,68150 +"69891",8813,85210 +"69892",8813,85221 +"69893",8813,85223 +"69894",8813,85235 +"69895",8813,85236 +"69896",8813,94180 +"69897",8813,109514 +"69898",8813,121517 +"69899",8814,12887 +"69900",8814,43575 +"69901",8814,76127 +"69902",8814,77188 +"69903",8814,78316 +"69904",8814,82949 +"69905",8814,88193 +"69906",8815,78305 +"69907",8815,93856 +"69908",8815,94758 +"69909",8815,98313 +"69910",8815,100967 +"69911",8815,102095 +"69912",8816,30581 +"69913",8816,36792 +"69914",8816,45986 +"69915",8816,64230 +"69916",8816,67223 +"69917",8817,9302 +"69918",8817,11364 +"69919",8817,14293 +"69920",8817,14394 +"69921",8817,14877 +"69922",8817,15441 +"69923",8817,19358 +"69924",8817,20667 +"69925",8817,22756 +"69926",8817,24948 +"69927",8817,24989 +"69928",8817,26413 +"69929",8817,27267 +"69930",8817,31897 +"69931",8817,32070 +"69932",8817,40561 +"69933",8817,46568 +"69934",8817,50659 +"69935",8817,54737 +"69936",8817,56168 +"69937",8817,60846 +"69938",8817,69291 +"69939",8817,78073 +"69940",8817,79331 +"69941",8817,79710 +"69942",8817,79711 +"69943",8817,79720 +"69944",8817,79725 +"69945",8817,79738 +"69946",8817,79748 +"69947",8817,79750 +"69948",8817,79754 +"69949",8817,79758 +"69950",8817,79760 +"69951",8817,79771 +"69952",8817,79780 +"69953",8817,79781 +"69954",8817,79803 +"69955",8818,24748 +"69956",8818,25581 +"69957",8818,29420 +"69958",8818,37249 +"69959",8818,57048 +"69960",8818,76585 +"69961",8818,85227 +"69962",8818,109464 +"69963",8820,26480 +"69964",8820,36128 +"69965",8820,48499 +"69966",8820,70579 +"69967",8820,78709 +"69968",8820,81568 +"69969",8820,93059 +"69970",8820,105232 +"69971",8821,12188 +"69972",8821,12531 +"69973",8821,18435 +"69974",8821,25044 +"69975",8821,29133 +"69976",8821,29376 +"69977",8821,35187 +"69978",8821,40734 +"69979",8821,45665 +"69980",8822,71455 +"69981",8823,24253 +"69982",8823,70362 +"69983",8823,87238 +"69984",8824,8876 +"69985",8824,15410 +"69986",8824,20646 +"69987",8824,31383 +"69988",8824,46127 +"69989",8824,78528 +"69990",8825,31908 +"69991",8826,8956 +"69992",8826,15613 +"69993",8826,15752 +"69994",8826,17365 +"69995",8826,24253 +"69996",8826,24644 +"69997",8826,34706 +"69998",8826,41909 +"69999",8826,43793 +"70000",8826,43796 +"70001",8826,47260 +"70002",8826,58187 +"70003",8826,63442 +"70004",8826,63775 +"70005",8826,64423 +"70006",8826,65407 +"70007",8826,65415 +"70008",8826,65538 +"70009",8826,65627 +"70010",8827,18712 +"70011",8827,26939 +"70012",8827,27861 +"70013",8827,29426 +"70014",8827,37372 +"70015",8827,39482 +"70016",8827,71772 +"70017",8828,8829 +"70018",8829,12202 +"70019",8830,36858 +"70020",8830,54793 +"70021",8830,80154 +"70022",8830,102798 +"70023",8830,102959 +"70024",8831,71240 +"70025",8831,91948 +"70026",8831,101221 +"70027",8831,108935 +"70028",8831,120411 +"70029",8832,12669 +"70030",8832,18764 +"70031",8832,23167 +"70032",8832,33312 +"70033",8832,66931 +"70034",8832,73420 +"70035",8832,78283 +"70036",8832,78391 +"70037",8832,81974 +"70038",8832,90046 +"70039",8832,91795 +"70040",8832,95568 +"70041",8832,107047 +"70042",8833,8880 +"70043",8833,9716 +"70044",8833,20318 +"70045",8833,40392 +"70046",8834,26171 +"70047",8834,49765 +"70048",8834,57359 +"70049",8834,59958 +"70050",8834,65182 +"70051",8834,85435 +"70052",8834,105112 +"70053",8835,13571 +"70054",8835,43373 +"70055",8835,71618 +"70056",8835,82055 +"70057",8835,100070 +"70058",8836,25965 +"70059",8836,27774 +"70060",8836,27961 +"70061",8836,28062 +"70062",8836,28063 +"70063",8836,28130 +"70064",8836,28131 +"70065",8837,8838 +"70066",8837,28667 +"70067",8837,45270 +"70068",8837,60486 +"70069",8837,69415 +"70070",8839,10912 +"70071",8839,12634 +"70072",8839,23043 +"70073",8839,34326 +"70074",8839,47882 +"70075",8839,52434 +"70076",8839,54381 +"70077",8839,55725 +"70078",8839,61942 +"70079",8839,65112 +"70080",8839,67150 +"70081",8839,78227 +"70082",8839,78611 +"70083",8839,81540 +"70084",8839,88448 +"70085",8839,90253 +"70086",8839,90546 +"70087",8839,90563 +"70088",8839,95347 +"70089",8839,107364 +"70090",8840,91679 +"70091",8841,8877 +"70092",8841,9337 +"70093",8842,49909 +"70094",8843,15860 +"70095",8843,33762 +"70096",8843,55571 +"70097",8843,104363 +"70098",8845,8866 +"70099",8845,8883 +"70100",8845,8888 +"70101",8845,9051 +"70102",8845,36984 +"70103",8846,9194 +"70104",8846,11534 +"70105",8846,14185 +"70106",8846,14390 +"70107",8846,19647 +"70108",8846,24845 +"70109",8846,34413 +"70110",8846,37354 +"70111",8846,38564 +"70112",8846,65734 +"70113",8846,82010 +"70114",8846,91128 +"70115",8846,101811 +"70116",8846,115372 +"70117",8846,118598 +"70118",8847,8866 +"70119",8847,8870 +"70120",8847,8942 +"70121",8847,8959 +"70122",8847,8961 +"70123",8847,38947 +"70124",8847,84586 +"70125",8848,15208 +"70126",8848,36610 +"70127",8849,57157 +"70128",8850,25558 +"70129",8850,74942 +"70130",8850,94534 +"70131",8851,10677 +"70132",8851,15612 +"70133",8851,33581 +"70134",8851,100775 +"70135",8851,117383 +"70136",8853,18172 +"70137",8854,32193 +"70138",8854,32210 +"70139",8854,63727 +"70140",8854,63759 +"70141",8855,8856 +"70142",8855,12394 +"70143",8855,12752 +"70144",8855,18381 +"70145",8855,23156 +"70146",8855,24622 +"70147",8855,25373 +"70148",8855,30038 +"70149",8855,32262 +"70150",8855,46339 +"70151",8855,47971 +"70152",8855,50474 +"70153",8855,50490 +"70154",8855,50531 +"70155",8855,71267 +"70156",8856,9933 +"70157",8856,11105 +"70158",8856,12171 +"70159",8856,12394 +"70160",8856,12410 +"70161",8856,12759 +"70162",8856,13537 +"70163",8856,15019 +"70164",8856,15532 +"70165",8856,15908 +"70166",8856,16108 +"70167",8856,17536 +"70168",8856,17691 +"70169",8856,18023 +"70170",8856,18270 +"70171",8856,18381 +"70172",8856,18600 +"70173",8856,18935 +"70174",8856,20449 +"70175",8856,20688 +"70176",8856,20985 +"70177",8856,21088 +"70178",8856,21683 +"70179",8856,23156 +"70180",8856,23847 +"70181",8856,24012 +"70182",8856,24910 +"70183",8856,25373 +"70184",8856,25758 +"70185",8856,26537 +"70186",8856,26872 +"70187",8856,28767 +"70188",8856,28871 +"70189",8856,30334 +"70190",8856,35496 +"70191",8856,37610 +"70192",8856,37636 +"70193",8856,39435 +"70194",8856,40131 +"70195",8856,40166 +"70196",8856,40392 +"70197",8856,40905 +"70198",8856,41030 +"70199",8856,41527 +"70200",8856,41529 +"70201",8856,41723 +"70202",8856,41778 +"70203",8856,43147 +"70204",8856,43234 +"70205",8856,43858 +"70206",8856,44209 +"70207",8856,44666 +"70208",8856,44828 +"70209",8856,45657 +"70210",8856,45933 +"70211",8856,46434 +"70212",8856,46788 +"70213",8856,47123 +"70214",8856,47488 +"70215",8856,48909 +"70216",8856,49657 +"70217",8856,49859 +"70218",8856,50064 +"70219",8856,50067 +"70220",8856,50554 +"70221",8856,50879 +"70222",8856,51427 +"70223",8856,51783 +"70224",8856,52018 +"70225",8856,53390 +"70226",8856,53444 +"70227",8856,53527 +"70228",8856,53555 +"70229",8856,54275 +"70230",8856,56628 +"70231",8856,58004 +"70232",8856,58068 +"70233",8856,58633 +"70234",8856,61111 +"70235",8856,61127 +"70236",8856,61191 +"70237",8856,66718 +"70238",8856,68287 +"70239",8856,68604 +"70240",8856,78976 +"70241",8856,79149 +"70242",8856,106965 +"70243",8857,50679 +"70244",8858,11808 +"70245",8858,29494 +"70246",8858,31892 +"70247",8858,45655 +"70248",8858,83862 +"70249",8858,95880 +"70250",8859,68349 +"70251",8860,9602 +"70252",8860,22281 +"70253",8860,29599 +"70254",8860,32834 +"70255",8860,33400 +"70256",8860,33491 +"70257",8860,47949 +"70258",8860,51686 +"70259",8860,63398 +"70260",8860,67016 +"70261",8860,67037 +"70262",8860,67038 +"70263",8860,73580 +"70264",8861,50196 +"70265",8861,52053 +"70266",8861,74513 +"70267",8862,13634 +"70268",8862,32704 +"70269",8863,8981 +"70270",8863,14978 +"70271",8864,27241 +"70272",8864,27303 +"70273",8864,30294 +"70274",8864,35104 +"70275",8864,83364 +"70276",8865,9080 +"70277",8865,12067 +"70278",8865,22030 +"70279",8865,25255 +"70280",8865,34172 +"70281",8865,35903 +"70282",8865,55861 +"70283",8865,69232 +"70284",8865,69298 +"70285",8865,78992 +"70286",8866,8870 +"70287",8866,8883 +"70288",8866,8888 +"70289",8866,8942 +"70290",8866,8959 +"70291",8866,8961 +"70292",8866,9031 +"70293",8866,9051 +"70294",8866,9362 +"70295",8866,9741 +"70296",8866,11407 +"70297",8866,12010 +"70298",8866,13313 +"70299",8866,15396 +"70300",8866,21828 +"70301",8866,24785 +"70302",8866,24861 +"70303",8866,26623 +"70304",8866,27946 +"70305",8866,45650 +"70306",8866,45977 +"70307",8866,56496 +"70308",8866,84932 +"70309",8866,98319 +"70310",8867,13847 +"70311",8867,114251 +"70312",8868,9137 +"70313",8868,12208 +"70314",8868,14326 +"70315",8868,14807 +"70316",8868,16504 +"70317",8868,20918 +"70318",8868,22924 +"70319",8868,34873 +"70320",8868,38259 +"70321",8868,38639 +"70322",8868,43355 +"70323",8868,43579 +"70324",8868,69823 +"70325",8868,78258 +"70326",8868,86875 +"70327",8868,107052 +"70328",8869,13147 +"70329",8869,13386 +"70330",8869,13938 +"70331",8869,13942 +"70332",8869,15023 +"70333",8869,19349 +"70334",8869,20547 +"70335",8869,20623 +"70336",8869,21804 +"70337",8869,23116 +"70338",8869,25567 +"70339",8869,32697 +"70340",8869,35088 +"70341",8869,46919 +"70342",8869,49547 +"70343",8869,51399 +"70344",8869,51843 +"70345",8869,52591 +"70346",8869,53756 +"70347",8869,54385 +"70348",8869,54407 +"70349",8869,79000 +"70350",8869,80025 +"70351",8869,84808 +"70352",8869,84828 +"70353",8869,106808 +"70354",8869,110737 +"70355",8870,8888 +"70356",8870,8942 +"70357",8870,8959 +"70358",8870,8961 +"70359",8870,9362 +"70360",8870,9741 +"70361",8870,13313 +"70362",8870,14441 +"70363",8870,15378 +"70364",8870,15396 +"70365",8870,17447 +"70366",8870,19034 +"70367",8870,19580 +"70368",8870,19791 +"70369",8870,23386 +"70370",8870,24861 +"70371",8870,27946 +"70372",8870,31235 +"70373",8870,39667 +"70374",8870,47733 +"70375",8870,75883 +"70376",8870,75888 +"70377",8870,75892 +"70378",8870,75893 +"70379",8870,75898 +"70380",8870,84932 +"70381",8872,48535 +"70382",8873,13857 +"70383",8873,19479 +"70384",8873,41277 +"70385",8873,85391 +"70386",8873,85400 +"70387",8874,23266 +"70388",8874,43130 +"70389",8875,11012 +"70390",8875,34949 +"70391",8875,34962 +"70392",8875,35038 +"70393",8875,50221 +"70394",8875,65804 +"70395",8875,69278 +"70396",8875,107469 +"70397",8876,12845 +"70398",8876,15410 +"70399",8876,20646 +"70400",8876,28285 +"70401",8876,31383 +"70402",8876,36733 +"70403",8876,39051 +"70404",8876,39115 +"70405",8876,47947 +"70406",8876,49408 +"70407",8876,53817 +"70408",8876,95559 +"70409",8877,9337 +"70410",8878,13622 +"70411",8878,49157 +"70412",8879,33221 +"70413",8879,52200 +"70414",8879,62995 +"70415",8879,64269 +"70416",8880,9386 +"70417",8880,11429 +"70418",8880,14583 +"70419",8880,14726 +"70420",8880,14761 +"70421",8880,24282 +"70422",8880,30734 +"70423",8880,30886 +"70424",8880,40202 +"70425",8880,40392 +"70426",8880,44626 +"70427",8880,45192 +"70428",8880,64104 +"70429",8880,67698 +"70430",8880,71026 +"70431",8880,86418 +"70432",8880,93387 +"70433",8881,14834 +"70434",8881,21053 +"70435",8881,32017 +"70436",8881,34836 +"70437",8881,38019 +"70438",8881,41315 +"70439",8881,65006 +"70440",8881,71597 +"70441",8881,72468 +"70442",8881,77613 +"70443",8881,86232 +"70444",8881,103259 +"70445",8881,103300 +"70446",8881,105092 +"70447",8881,109186 +"70448",8882,83397 +"70449",8882,83564 +"70450",8883,8888 +"70451",8883,8942 +"70452",8883,9031 +"70453",8883,9051 +"70454",8883,9805 +"70455",8883,11350 +"70456",8883,11407 +"70457",8883,12010 +"70458",8883,15396 +"70459",8883,24785 +"70460",8883,24938 +"70461",8883,26623 +"70462",8883,28969 +"70463",8883,45650 +"70464",8883,45977 +"70465",8883,50296 +"70466",8883,56496 +"70467",8883,90562 +"70468",8883,98319 +"70469",8884,16882 +"70470",8884,55774 +"70471",8884,76893 +"70472",8885,9113 +"70473",8885,9117 +"70474",8885,9129 +"70475",8885,9145 +"70476",8885,9148 +"70477",8885,9156 +"70478",8885,9172 +"70479",8885,9176 +"70480",8885,9184 +"70481",8885,9291 +"70482",8885,9292 +"70483",8885,11389 +"70484",8885,24568 +"70485",8885,30416 +"70486",8885,63409 +"70487",8885,63846 +"70488",8885,66664 +"70489",8885,73305 +"70490",8885,88409 +"70491",8885,101616 +"70492",8885,102705 +"70493",8886,14923 +"70494",8886,34246 +"70495",8887,13573 +"70496",8887,13793 +"70497",8887,14002 +"70498",8887,20186 +"70499",8887,24404 +"70500",8887,24687 +"70501",8887,33812 +"70502",8887,49251 +"70503",8887,84018 +"70504",8887,86105 +"70505",8887,86346 +"70506",8887,94250 +"70507",8888,8942 +"70508",8888,9031 +"70509",8888,9051 +"70510",8888,9741 +"70511",8888,9805 +"70512",8888,11407 +"70513",8888,12010 +"70514",8888,13313 +"70515",8888,14441 +"70516",8888,15378 +"70517",8888,17447 +"70518",8888,19034 +"70519",8888,19791 +"70520",8888,22027 +"70521",8888,23386 +"70522",8888,24785 +"70523",8888,31235 +"70524",8888,35594 +"70525",8888,45113 +"70526",8888,47733 +"70527",8888,56496 +"70528",8888,75883 +"70529",8888,75888 +"70530",8888,75892 +"70531",8888,75893 +"70532",8888,75898 +"70533",8888,98319 +"70534",8889,34332 +"70535",8889,57394 +"70536",8890,8936 +"70537",8890,8948 +"70538",8890,9045 +"70539",8890,9239 +"70540",8890,9240 +"70541",8890,9282 +"70542",8890,16409 +"70543",8890,18535 +"70544",8890,22061 +"70545",8890,29249 +"70546",8890,32700 +"70547",8890,37142 +"70548",8890,47198 +"70549",8890,55312 +"70550",8890,57560 +"70551",8890,73058 +"70552",8890,76007 +"70553",8890,95966 +"70554",8890,103491 +"70555",8891,25653 +"70556",8891,29902 +"70557",8891,40628 +"70558",8891,43428 +"70559",8891,45794 +"70560",8891,57737 +"70561",8891,59544 +"70562",8891,65151 +"70563",8891,68821 +"70564",8891,76816 +"70565",8891,85202 +"70566",8891,109692 +"70567",8892,9518 +"70568",8892,10304 +"70569",8892,29105 +"70570",8892,30981 +"70571",8892,31649 +"70572",8892,36147 +"70573",8892,36194 +"70574",8892,36224 +"70575",8892,41912 +"70576",8892,44178 +"70577",8892,49677 +"70578",8892,54388 +"70579",8892,59560 +"70580",8892,69011 +"70581",8892,88079 +"70582",8892,116161 +"70583",8894,25157 +"70584",8895,9416 +"70585",8895,12361 +"70586",8895,15924 +"70587",8895,15965 +"70588",8895,15979 +"70589",8895,16228 +"70590",8895,30586 +"70591",8895,36797 +"70592",8895,40338 +"70593",8895,77280 +"70594",8895,97790 +"70595",8896,14227 +"70596",8896,15919 +"70597",8896,17733 +"70598",8896,18820 +"70599",8896,40267 +"70600",8896,42311 +"70601",8896,65786 +"70602",8896,87396 +"70603",8896,100524 +"70604",8897,9077 +"70605",8897,33110 +"70606",8898,14372 +"70607",8898,29064 +"70608",8898,61937 +"70609",8898,73708 +"70610",8899,8944 +"70611",8899,36003 +"70612",8899,43352 +"70613",8899,46785 +"70614",8900,9013 +"70615",8900,19893 +"70616",8900,60207 +"70617",8900,113767 +"70618",8901,36440 +"70619",8901,40784 +"70620",8901,73531 +"70621",8901,76277 +"70622",8901,77181 +"70623",8901,99958 +"70624",8901,99965 +"70625",8901,101897 +"70626",8901,120748 +"70627",8902,52165 +"70628",8902,52196 +"70629",8902,52246 +"70630",8903,70047 +"70631",8903,81736 +"70632",8903,115197 +"70633",8903,122881 +"70634",8904,8965 +"70635",8904,27021 +"70636",8904,67243 +"70637",8905,11500 +"70638",8905,13812 +"70639",8905,28212 +"70640",8905,41091 +"70641",8905,107385 +"70642",8905,107398 +"70643",8906,11501 +"70644",8906,21968 +"70645",8906,23930 +"70646",8906,24256 +"70647",8906,26775 +"70648",8906,29930 +"70649",8906,31705 +"70650",8906,33774 +"70651",8906,41081 +"70652",8906,47137 +"70653",8906,74926 +"70654",8906,81422 +"70655",8906,84263 +"70656",8906,110844 +"70657",8907,77682 +"70658",8907,78298 +"70659",8908,9597 +"70660",8908,46496 +"70661",8908,81982 +"70662",8908,91227 +"70663",8909,9361 +"70664",8909,21393 +"70665",8909,34445 +"70666",8909,41570 +"70667",8909,59925 +"70668",8909,73058 +"70669",8909,80085 +"70670",8909,80895 +"70671",8909,91017 +"70672",8909,106852 +"70673",8909,106857 +"70674",8909,106897 +"70675",8909,106901 +"70676",8909,110229 +"70677",8910,9762 +"70678",8910,36109 +"70679",8910,67531 +"70680",8910,95162 +"70681",8911,8951 +"70682",8911,8970 +"70683",8911,10710 +"70684",8911,10727 +"70685",8911,10784 +"70686",8911,10814 +"70687",8911,23165 +"70688",8911,25055 +"70689",8911,86850 +"70690",8912,10390 +"70691",8912,11734 +"70692",8913,8922 +"70693",8913,13415 +"70694",8913,15160 +"70695",8913,15401 +"70696",8913,15887 +"70697",8913,16259 +"70698",8913,17828 +"70699",8913,20626 +"70700",8913,24809 +"70701",8913,26882 +"70702",8913,32672 +"70703",8913,32988 +"70704",8913,47438 +"70705",8913,65155 +"70706",8913,71033 +"70707",8913,73409 +"70708",8913,75568 +"70709",8913,80625 +"70710",8913,80892 +"70711",8913,90968 +"70712",8913,92757 +"70713",8913,98845 +"70714",8913,104590 +"70715",8913,108463 +"70716",8913,113733 +"70717",8913,116534 +"70718",8913,116545 +"70719",8913,118099 +"70720",8913,122202 +"70721",8914,11547 +"70722",8914,34085 +"70723",8914,115429 +"70724",8915,33049 +"70725",8915,63487 +"70726",8915,73330 +"70727",8915,85491 +"70728",8915,85506 +"70729",8916,20221 +"70730",8916,30623 +"70731",8916,45849 +"70732",8916,81549 +"70733",8916,82370 +"70734",8916,111375 +"70735",8917,8969 +"70736",8918,9022 +"70737",8918,9044 +"70738",8918,9047 +"70739",8918,11618 +"70740",8919,78710 +"70741",8919,103074 +"70742",8920,8921 +"70743",8920,14340 +"70744",8920,121243 +"70745",8920,121275 +"70746",8921,14340 +"70747",8921,19550 +"70748",8922,13415 +"70749",8922,14681 +"70750",8922,15160 +"70751",8922,15401 +"70752",8922,15887 +"70753",8922,16259 +"70754",8922,17828 +"70755",8922,25562 +"70756",8922,26882 +"70757",8922,32672 +"70758",8922,32988 +"70759",8922,36253 +"70760",8922,42909 +"70761",8922,47438 +"70762",8922,65155 +"70763",8922,71033 +"70764",8922,73409 +"70765",8922,75568 +"70766",8922,76428 +"70767",8922,80625 +"70768",8922,84194 +"70769",8922,85258 +"70770",8922,90968 +"70771",8922,90972 +"70772",8922,91527 +"70773",8922,104590 +"70774",8922,108138 +"70775",8922,108463 +"70776",8922,116534 +"70777",8922,116545 +"70778",8923,9162 +"70779",8923,15300 +"70780",8923,22166 +"70781",8923,22376 +"70782",8923,32377 +"70783",8923,83624 +"70784",8925,17327 +"70785",8925,53685 +"70786",8925,87969 +"70787",8925,98441 +"70788",8926,40370 +"70789",8926,100554 +"70790",8926,107213 +"70791",8927,12688 +"70792",8927,17042 +"70793",8927,17733 +"70794",8927,36444 +"70795",8927,54878 +"70796",8927,69349 +"70797",8928,38641 +"70798",8928,43252 +"70799",8928,48674 +"70800",8928,75957 +"70801",8929,15589 +"70802",8929,17721 +"70803",8929,26151 +"70804",8929,34780 +"70805",8929,43703 +"70806",8929,49031 +"70807",8929,63055 +"70808",8929,64502 +"70809",8929,68382 +"70810",8929,87309 +"70811",8929,108496 +"70812",8929,110965 +"70813",8930,86295 +"70814",8931,9269 +"70815",8931,13721 +"70816",8931,20695 +"70817",8931,26821 +"70818",8931,32770 +"70819",8931,63570 +"70820",8931,87915 +"70821",8932,9204 +"70822",8932,26953 +"70823",8932,56871 +"70824",8932,59505 +"70825",8932,74506 +"70826",8932,91904 +"70827",8932,98166 +"70828",8932,113438 +"70829",8933,9595 +"70830",8933,28352 +"70831",8933,56662 +"70832",8933,73829 +"70833",8933,83568 +"70834",8933,95600 +"70835",8933,105604 +"70836",8933,111520 +"70837",8933,112530 +"70838",8933,113191 +"70839",8934,12900 +"70840",8934,13109 +"70841",8934,22374 +"70842",8934,37495 +"70843",8934,40893 +"70844",8935,9657 +"70845",8935,15409 +"70846",8935,26947 +"70847",8935,62871 +"70848",8935,108161 +"70849",8936,8948 +"70850",8936,9045 +"70851",8936,9239 +"70852",8936,9240 +"70853",8936,9282 +"70854",8936,23488 +"70855",8936,47198 +"70856",8937,14231 +"70857",8937,17804 +"70858",8937,18622 +"70859",8938,12187 +"70860",8938,44285 +"70861",8938,47075 +"70862",8938,55816 +"70863",8938,70372 +"70864",8938,106357 +"70865",8939,26087 +"70866",8940,9662 +"70867",8940,9730 +"70868",8940,9765 +"70869",8940,9770 +"70870",8940,9817 +"70871",8940,9835 +"70872",8940,9844 +"70873",8940,9909 +"70874",8940,9930 +"70875",8940,9931 +"70876",8940,9938 +"70877",8941,11036 +"70878",8941,11067 +"70879",8941,15412 +"70880",8941,17390 +"70881",8941,19400 +"70882",8941,29578 +"70883",8941,36472 +"70884",8941,42107 +"70885",8941,45699 +"70886",8941,46385 +"70887",8941,53787 +"70888",8941,56429 +"70889",8941,92452 +"70890",8941,95678 +"70891",8941,96260 +"70892",8941,96689 +"70893",8941,107880 +"70894",8941,114939 +"70895",8942,8959 +"70896",8942,8961 +"70897",8942,9741 +"70898",8942,11407 +"70899",8942,12010 +"70900",8942,13313 +"70901",8942,13953 +"70902",8942,14655 +"70903",8942,19580 +"70904",8942,24736 +"70905",8942,24818 +"70906",8942,24861 +"70907",8942,24864 +"70908",8942,28969 +"70909",8942,35594 +"70910",8942,39667 +"70911",8942,45113 +"70912",8942,47733 +"70913",8942,64200 +"70914",8942,75605 +"70915",8942,90562 +"70916",8942,104050 +"70917",8942,114798 +"70918",8943,18927 +"70919",8944,18500 +"70920",8944,26026 +"70921",8944,30301 +"70922",8944,30990 +"70923",8944,36003 +"70924",8944,43352 +"70925",8944,46785 +"70926",8944,81451 +"70927",8945,9046 +"70928",8945,10688 +"70929",8945,10788 +"70930",8945,14448 +"70931",8945,15099 +"70932",8945,16669 +"70933",8945,19805 +"70934",8945,21098 +"70935",8945,21918 +"70936",8945,24939 +"70937",8945,25639 +"70938",8945,26432 +"70939",8945,26943 +"70940",8945,28499 +"70941",8945,30866 +"70942",8945,31700 +"70943",8945,32361 +"70944",8945,33275 +"70945",8945,33883 +"70946",8945,35442 +"70947",8945,36286 +"70948",8945,36767 +"70949",8945,37937 +"70950",8945,40419 +"70951",8945,42608 +"70952",8945,44180 +"70953",8945,45818 +"70954",8945,51476 +"70955",8945,51892 +"70956",8945,53755 +"70957",8945,54168 +"70958",8945,57210 +"70959",8945,58482 +"70960",8945,59172 +"70961",8945,59816 +"70962",8945,61874 +"70963",8945,63274 +"70964",8945,66322 +"70965",8945,67327 +"70966",8945,70854 +"70967",8945,71683 +"70968",8945,72568 +"70969",8945,72628 +"70970",8945,73767 +"70971",8945,78532 +"70972",8945,81609 +"70973",8945,85885 +"70974",8945,91255 +"70975",8945,92247 +"70976",8945,92352 +"70977",8945,92362 +"70978",8945,92929 +"70979",8945,93719 +"70980",8945,94906 +"70981",8945,94946 +"70982",8945,95889 +"70983",8945,96093 +"70984",8945,97988 +"70985",8945,99309 +"70986",8945,99376 +"70987",8945,99450 +"70988",8945,99471 +"70989",8945,99474 +"70990",8945,100916 +"70991",8945,100944 +"70992",8945,101126 +"70993",8945,101329 +"70994",8945,105557 +"70995",8945,107199 +"70996",8945,108743 +"70997",8945,108980 +"70998",8945,109291 +"70999",8945,109933 +"71000",8945,110483 +"71001",8945,110567 +"71002",8945,110572 +"71003",8945,110630 +"71004",8945,110648 +"71005",8945,110711 +"71006",8945,110770 +"71007",8945,110869 +"71008",8945,110911 +"71009",8945,111285 +"71010",8945,111314 +"71011",8945,111362 +"71012",8945,111372 +"71013",8945,111424 +"71014",8945,111433 +"71015",8945,112422 +"71016",8945,113269 +"71017",8945,113430 +"71018",8945,114242 +"71019",8945,114842 +"71020",8945,115427 +"71021",8945,115521 +"71022",8945,115711 +"71023",8946,11172 +"71024",8946,11466 +"71025",8946,13671 +"71026",8946,13735 +"71027",8946,16590 +"71028",8946,31816 +"71029",8946,39220 +"71030",8946,43311 +"71031",8946,52245 +"71032",8946,53648 +"71033",8946,54208 +"71034",8946,67913 +"71035",8946,69934 +"71036",8946,79720 +"71037",8946,82325 +"71038",8946,103212 +"71039",8947,11279 +"71040",8947,19330 +"71041",8947,26018 +"71042",8947,58768 +"71043",8948,9045 +"71044",8948,9239 +"71045",8948,9240 +"71046",8948,9282 +"71047",8948,12804 +"71048",8948,14178 +"71049",8948,30669 +"71050",8948,43972 +"71051",8948,44066 +"71052",8948,47198 +"71053",8948,83069 +"71054",8948,84767 +"71055",8949,20432 +"71056",8949,23358 +"71057",8949,44419 +"71058",8949,52934 +"71059",8949,78548 +"71060",8950,59888 +"71061",8950,97956 +"71062",8951,8970 +"71063",8951,10710 +"71064",8951,10727 +"71065",8951,10814 +"71066",8951,20581 +"71067",8951,20755 +"71068",8951,25055 +"71069",8951,86850 +"71070",8951,102889 +"71071",8952,13361 +"71072",8952,22362 +"71073",8952,29489 +"71074",8952,29705 +"71075",8952,29987 +"71076",8952,30002 +"71077",8952,41037 +"71078",8952,42687 +"71079",8952,56580 +"71080",8952,67018 +"71081",8952,77176 +"71082",8952,80242 +"71083",8952,81578 +"71084",8952,85344 +"71085",8952,96347 +"71086",8953,25726 +"71087",8953,29855 +"71088",8953,39872 +"71089",8953,43457 +"71090",8953,96536 +"71091",8954,22372 +"71092",8954,42648 +"71093",8954,93264 +"71094",8955,9018 +"71095",8955,9033 +"71096",8955,24440 +"71097",8955,71926 +"71098",8955,88337 +"71099",8955,109988 +"71100",8955,116824 +"71101",8956,9002 +"71102",8956,9193 +"71103",8956,15752 +"71104",8956,17616 +"71105",8956,36171 +"71106",8956,41909 +"71107",8956,44747 +"71108",8956,45854 +"71109",8956,47260 +"71110",8956,58187 +"71111",8956,61938 +"71112",8956,63442 +"71113",8956,63775 +"71114",8956,94104 +"71115",8956,102238 +"71116",8957,24045 +"71117",8957,33188 +"71118",8957,37108 +"71119",8957,44151 +"71120",8957,90187 +"71121",8957,94343 +"71122",8957,101383 +"71123",8958,41739 +"71124",8958,45269 +"71125",8958,59968 +"71126",8958,64181 +"71127",8958,65625 +"71128",8958,66413 +"71129",8958,74628 +"71130",8958,105063 +"71131",8958,114174 +"71132",8958,114178 +"71133",8959,8961 +"71134",8960,10050 +"71135",8960,10156 +"71136",8960,78931 +"71137",8961,9702 +"71138",8961,19759 +"71139",8961,62485 +"71140",8962,8976 +"71141",8962,52251 +"71142",8962,70415 +"71143",8964,19112 +"71144",8964,115629 +"71145",8966,76024 +"71146",8966,76470 +"71147",8966,79566 +"71148",8966,105539 +"71149",8967,49717 +"71150",8967,50625 +"71151",8968,9009 +"71152",8968,69069 +"71153",8968,104509 +"71154",8969,15171 +"71155",8969,45274 +"71156",8969,96974 +"71157",8969,100107 +"71158",8969,111589 +"71159",8970,10710 +"71160",8970,10727 +"71161",8970,10814 +"71162",8970,13050 +"71163",8970,13122 +"71164",8970,13858 +"71165",8970,16046 +"71166",8970,17589 +"71167",8970,18525 +"71168",8970,22512 +"71169",8970,25055 +"71170",8970,28355 +"71171",8970,29117 +"71172",8970,29122 +"71173",8970,30811 +"71174",8970,34279 +"71175",8970,34614 +"71176",8970,42713 +"71177",8970,49147 +"71178",8970,54061 +"71179",8970,54847 +"71180",8970,59804 +"71181",8970,62458 +"71182",8970,78572 +"71183",8970,84184 +"71184",8970,88199 +"71185",8970,88345 +"71186",8970,96504 +"71187",8970,102889 +"71188",8970,107963 +"71189",8970,111970 +"71190",8971,10042 +"71191",8971,46678 +"71192",8971,51490 +"71193",8971,53524 +"71194",8971,53769 +"71195",8971,71356 +"71196",8971,81721 +"71197",8971,83483 +"71198",8971,87263 +"71199",8971,93678 +"71200",8971,100782 +"71201",8971,112132 +"71202",8971,113863 +"71203",8971,116898 +"71204",8973,45832 +"71205",8973,67352 +"71206",8973,83309 +"71207",8973,85042 +"71208",8973,100060 +"71209",8973,109428 +"71210",8974,24080 +"71211",8974,31018 +"71212",8975,17655 +"71213",8975,26294 +"71214",8975,48749 +"71215",8976,10451 +"71216",8976,12311 +"71217",8976,15207 +"71218",8976,15495 +"71219",8976,17685 +"71220",8976,18163 +"71221",8976,18550 +"71222",8976,18780 +"71223",8976,18782 +"71224",8976,18957 +"71225",8976,21650 +"71226",8976,22351 +"71227",8976,25031 +"71228",8976,26216 +"71229",8976,28093 +"71230",8976,28353 +"71231",8976,28734 +"71232",8976,29019 +"71233",8976,29026 +"71234",8976,29633 +"71235",8976,32413 +"71236",8976,34614 +"71237",8976,34631 +"71238",8976,34668 +"71239",8976,35983 +"71240",8976,38270 +"71241",8976,39490 +"71242",8976,40113 +"71243",8976,42255 +"71244",8976,42289 +"71245",8976,44238 +"71246",8976,47501 +"71247",8976,48281 +"71248",8976,48380 +"71249",8976,50662 +"71250",8976,51979 +"71251",8976,56216 +"71252",8976,56913 +"71253",8976,59010 +"71254",8976,59615 +"71255",8976,62679 +"71256",8976,63105 +"71257",8976,65886 +"71258",8976,68001 +"71259",8976,68475 +"71260",8976,68917 +"71261",8976,69296 +"71262",8976,71106 +"71263",8976,73618 +"71264",8976,73622 +"71265",8976,73655 +"71266",8976,75767 +"71267",8976,76046 +"71268",8976,76459 +"71269",8976,76808 +"71270",8976,77727 +"71271",8976,78224 +"71272",8976,79222 +"71273",8976,82978 +"71274",8976,83306 +"71275",8976,85027 +"71276",8976,87200 +"71277",8976,88412 +"71278",8976,90275 +"71279",8976,90426 +"71280",8976,91112 +"71281",8976,91526 +"71282",8976,93425 +"71283",8976,93523 +"71284",8976,94520 +"71285",8976,95954 +"71286",8976,97687 +"71287",8976,97728 +"71288",8976,97757 +"71289",8976,99544 +"71290",8976,99547 +"71291",8976,99554 +"71292",8976,100595 +"71293",8976,100739 +"71294",8976,100819 +"71295",8976,101898 +"71296",8976,101988 +"71297",8976,102146 +"71298",8976,102201 +"71299",8976,102309 +"71300",8976,102635 +"71301",8976,102730 +"71302",8976,102846 +"71303",8976,103790 +"71304",8976,104095 +"71305",8976,104574 +"71306",8976,104784 +"71307",8976,104845 +"71308",8976,107269 +"71309",8976,107623 +"71310",8976,107714 +"71311",8976,107879 +"71312",8976,107975 +"71313",8977,8978 +"71314",8978,38349 +"71315",8978,85912 +"71316",8978,87264 +"71317",8978,104179 +"71318",8978,117869 +"71319",8979,10185 +"71320",8979,10447 +"71321",8979,23354 +"71322",8979,32109 +"71323",8979,32280 +"71324",8979,35596 +"71325",8979,50456 +"71326",8979,78193 +"71327",8980,10818 +"71328",8980,109003 +"71329",8980,122017 +"71330",8981,11058 +"71331",8981,12091 +"71332",8981,39000 +"71333",8981,45310 +"71334",8981,62638 +"71335",8982,14073 +"71336",8982,15390 +"71337",8982,17907 +"71338",8982,32562 +"71339",8982,42430 +"71340",8982,57854 +"71341",8982,68765 +"71342",8982,80445 +"71343",8983,25150 +"71344",8983,26130 +"71345",8983,28963 +"71346",8983,29073 +"71347",8984,10613 +"71348",8984,18354 +"71349",8984,19806 +"71350",8984,20291 +"71351",8984,25656 +"71352",8984,41955 +"71353",8984,42530 +"71354",8984,42586 +"71355",8984,72181 +"71356",8984,75750 +"71357",8984,91067 +"71358",8984,94579 +"71359",8985,11755 +"71360",8985,28998 +"71361",8985,39326 +"71362",8985,41342 +"71363",8985,41437 +"71364",8986,14026 +"71365",8986,20059 +"71366",8986,21540 +"71367",8986,34633 +"71368",8986,37777 +"71369",8986,45038 +"71370",8986,51249 +"71371",8986,84901 +"71372",8987,9017 +"71373",8987,13694 +"71374",8987,62587 +"71375",8987,106117 +"71376",8988,11200 +"71377",8988,18258 +"71378",8988,21346 +"71379",8988,38403 +"71380",8988,67994 +"71381",8988,89105 +"71382",8989,12001 +"71383",8989,34525 +"71384",8989,35045 +"71385",8989,37809 +"71386",8990,25096 +"71387",8990,42812 +"71388",8990,49898 +"71389",8990,74980 +"71390",8990,102665 +"71391",8991,28681 +"71392",8991,103069 +"71393",8992,10543 +"71394",8992,13963 +"71395",8992,14325 +"71396",8992,21402 +"71397",8992,23096 +"71398",8992,23999 +"71399",8992,34659 +"71400",8992,40764 +"71401",8992,65628 +"71402",8992,81315 +"71403",8993,12735 +"71404",8993,25877 +"71405",8993,44965 +"71406",8993,64125 +"71407",8993,64717 +"71408",8994,49035 +"71409",8994,57713 +"71410",8994,81440 +"71411",8994,98795 +"71412",8994,116665 +"71413",8995,70222 +"71414",8995,74064 +"71415",8996,64172 +"71416",8996,64670 +"71417",8996,80080 +"71418",8996,121721 +"71419",8997,24735 +"71420",8997,26873 +"71421",8997,33201 +"71422",8997,39739 +"71423",8997,50604 +"71424",8997,56266 +"71425",8997,65362 +"71426",8997,81858 +"71427",8997,82845 +"71428",8997,96261 +"71429",8997,99677 +"71430",8997,99807 +"71431",8997,100415 +"71432",8997,104044 +"71433",8997,104085 +"71434",8997,105495 +"71435",8997,106679 +"71436",8997,122285 +"71437",8998,25344 +"71438",8998,54534 +"71439",8998,87800 +"71440",8998,89923 +"71441",8999,9032 +"71442",8999,9074 +"71443",8999,9115 +"71444",8999,9177 +"71445",8999,9178 +"71446",8999,9180 +"71447",8999,38082 +"71448",8999,59683 +"71449",8999,75031 +"71450",9000,41871 +"71451",9000,72045 +"71452",9000,78036 +"71453",9000,78042 +"71454",9000,78043 +"71455",9000,78232 +"71456",9000,78234 +"71457",9001,9039 +"71458",9001,32855 +"71459",9001,34713 +"71460",9001,56159 +"71461",9001,86220 +"71462",9001,86664 +"71463",9003,12471 +"71464",9003,12724 +"71465",9003,15671 +"71466",9003,21176 +"71467",9003,35808 +"71468",9003,42831 +"71469",9003,44293 +"71470",9003,54848 +"71471",9003,57634 +"71472",9003,79038 +"71473",9004,9005 +"71474",9004,46420 +"71475",9004,113725 +"71476",9005,21129 +"71477",9005,32523 +"71478",9005,33993 +"71479",9005,34002 +"71480",9005,34033 +"71481",9005,36010 +"71482",9005,65448 +"71483",9005,68386 +"71484",9005,91744 +"71485",9006,11358 +"71486",9006,17000 +"71487",9006,22610 +"71488",9006,22723 +"71489",9006,69532 +"71490",9006,69646 +"71491",9006,71008 +"71492",9007,13250 +"71493",9007,13667 +"71494",9007,15349 +"71495",9007,21010 +"71496",9007,22699 +"71497",9007,35668 +"71498",9007,38620 +"71499",9007,43726 +"71500",9007,49795 +"71501",9007,50679 +"71502",9007,90230 +"71503",9008,11023 +"71504",9008,21737 +"71505",9008,25533 +"71506",9008,28765 +"71507",9008,32384 +"71508",9008,37205 +"71509",9008,38915 +"71510",9008,43258 +"71511",9008,43888 +"71512",9008,63056 +"71513",9008,68853 +"71514",9008,70583 +"71515",9008,99743 +"71516",9008,122582 +"71517",9008,122616 +"71518",9009,15405 +"71519",9009,32421 +"71520",9009,82872 +"71521",9009,84728 +"71522",9009,84729 +"71523",9009,84777 +"71524",9009,84778 +"71525",9010,75711 +"71526",9011,23144 +"71527",9011,24888 +"71528",9011,27441 +"71529",9011,42955 +"71530",9012,60290 +"71531",9012,67200 +"71532",9012,90702 +"71533",9012,92079 +"71534",9012,99803 +"71535",9013,18779 +"71536",9013,18927 +"71537",9013,19004 +"71538",9014,9027 +"71539",9014,56974 +"71540",9014,81181 +"71541",9015,36550 +"71542",9016,83602 +"71543",9017,11112 +"71544",9017,29416 +"71545",9018,9033 +"71546",9019,27799 +"71547",9019,42582 +"71548",9020,22532 +"71549",9020,24035 +"71550",9020,26587 +"71551",9020,34108 +"71552",9020,41477 +"71553",9020,42861 +"71554",9020,45474 +"71555",9020,55307 +"71556",9020,56155 +"71557",9020,56160 +"71558",9020,56179 +"71559",9020,56226 +"71560",9020,56239 +"71561",9020,56251 +"71562",9020,56267 +"71563",9020,56291 +"71564",9020,56359 +"71565",9020,59821 +"71566",9020,64716 +"71567",9020,86802 +"71568",9020,109590 +"71569",9020,109597 +"71570",9021,12034 +"71571",9021,24174 +"71572",9021,35888 +"71573",9021,36539 +"71574",9021,43877 +"71575",9021,49535 +"71576",9021,49560 +"71577",9021,49561 +"71578",9022,9044 +"71579",9022,9047 +"71580",9022,25707 +"71581",9022,45003 +"71582",9022,58140 +"71583",9022,65576 +"71584",9022,115677 +"71585",9022,117621 +"71586",9022,117672 +"71587",9023,42925 +"71588",9023,86530 +"71589",9024,23484 +"71590",9024,48981 +"71591",9024,70449 +"71592",9024,101840 +"71593",9025,103168 +"71594",9026,24493 +"71595",9026,82699 +"71596",9026,82736 +"71597",9028,11886 +"71598",9028,16118 +"71599",9028,29426 +"71600",9028,38600 +"71601",9028,42520 +"71602",9028,60106 +"71603",9029,9416 +"71604",9029,9617 +"71605",9029,13971 +"71606",9029,14003 +"71607",9029,15443 +"71608",9029,16271 +"71609",9029,18970 +"71610",9029,23115 +"71611",9029,31216 +"71612",9029,31884 +"71613",9029,39256 +"71614",9029,49776 +"71615",9029,62528 +"71616",9029,76165 +"71617",9029,76572 +"71618",9029,80292 +"71619",9029,89367 +"71620",9029,99068 +"71621",9029,99078 +"71622",9030,16029 +"71623",9030,18314 +"71624",9030,24543 +"71625",9030,27482 +"71626",9030,44729 +"71627",9030,51536 +"71628",9030,64938 +"71629",9030,65508 +"71630",9030,76484 +"71631",9030,87061 +"71632",9030,87156 +"71633",9030,88583 +"71634",9030,90057 +"71635",9031,9058 +"71636",9031,9780 +"71637",9031,11407 +"71638",9031,12010 +"71639",9031,21517 +"71640",9031,22027 +"71641",9031,24338 +"71642",9031,31830 +"71643",9031,35954 +"71644",9031,56496 +"71645",9031,77227 +"71646",9031,98319 +"71647",9031,112513 +"71648",9031,112538 +"71649",9031,118453 +"71650",9032,9074 +"71651",9032,9115 +"71652",9032,9177 +"71653",9032,9178 +"71654",9032,9180 +"71655",9032,23125 +"71656",9032,59683 +"71657",9032,60273 +"71658",9032,61761 +"71659",9032,61767 +"71660",9032,66587 +"71661",9032,72689 +"71662",9034,10727 +"71663",9034,16795 +"71664",9034,23253 +"71665",9034,27579 +"71666",9034,27614 +"71667",9034,28996 +"71668",9034,67408 +"71669",9034,82680 +"71670",9034,85276 +"71671",9034,85423 +"71672",9034,85852 +"71673",9034,87005 +"71674",9035,9376 +"71675",9035,16272 +"71676",9035,17018 +"71677",9035,17035 +"71678",9035,17037 +"71679",9035,20220 +"71680",9035,85131 +"71681",9036,11399 +"71682",9036,12205 +"71683",9036,22054 +"71684",9036,23595 +"71685",9036,39056 +"71686",9036,40811 +"71687",9036,43088 +"71688",9036,54032 +"71689",9036,91643 +"71690",9036,92852 +"71691",9036,97624 +"71692",9036,97628 +"71693",9036,97900 +"71694",9037,11470 +"71695",9037,19516 +"71696",9037,51410 +"71697",9037,67362 +"71698",9038,10514 +"71699",9038,35567 +"71700",9038,35585 +"71701",9038,35650 +"71702",9038,35651 +"71703",9038,35662 +"71704",9038,37188 +"71705",9039,12262 +"71706",9039,12303 +"71707",9039,28557 +"71708",9039,30011 +"71709",9039,32855 +"71710",9039,34713 +"71711",9039,42564 +"71712",9039,53922 +"71713",9039,56159 +"71714",9039,61960 +"71715",9039,65316 +"71716",9039,81585 +"71717",9039,81621 +"71718",9039,97875 +"71719",9039,97891 +"71720",9039,98066 +"71721",9041,16749 +"71722",9041,58382 +"71723",9042,123162 +"71724",9043,41829 +"71725",9043,74538 +"71726",9043,91050 +"71727",9043,94051 +"71728",9044,9047 +"71729",9044,16122 +"71730",9044,19881 +"71731",9044,20316 +"71732",9044,24558 +"71733",9044,25679 +"71734",9044,26671 +"71735",9044,37800 +"71736",9044,50134 +"71737",9044,85771 +"71738",9045,9239 +"71739",9045,9240 +"71740",9045,9282 +"71741",9045,47198 +"71742",9045,122100 +"71743",9045,122101 +"71744",9046,10688 +"71745",9046,10788 +"71746",9046,13908 +"71747",9046,14448 +"71748",9046,15099 +"71749",9046,16648 +"71750",9046,16669 +"71751",9046,19805 +"71752",9046,21098 +"71753",9046,21918 +"71754",9046,24939 +"71755",9046,25639 +"71756",9046,26432 +"71757",9046,26943 +"71758",9046,28499 +"71759",9046,30866 +"71760",9046,31700 +"71761",9046,32361 +"71762",9046,33275 +"71763",9046,33883 +"71764",9046,35383 +"71765",9046,36286 +"71766",9046,36767 +"71767",9046,37937 +"71768",9046,38765 +"71769",9046,40419 +"71770",9046,42608 +"71771",9046,44180 +"71772",9046,44304 +"71773",9046,45818 +"71774",9046,51476 +"71775",9046,51892 +"71776",9046,53755 +"71777",9046,54168 +"71778",9046,57210 +"71779",9046,58482 +"71780",9046,59172 +"71781",9046,59816 +"71782",9046,61874 +"71783",9046,63274 +"71784",9046,66322 +"71785",9046,67327 +"71786",9046,70854 +"71787",9046,71683 +"71788",9046,72568 +"71789",9046,72628 +"71790",9046,73767 +"71791",9046,78532 +"71792",9046,81609 +"71793",9046,85885 +"71794",9046,91255 +"71795",9046,92247 +"71796",9046,92352 +"71797",9046,92362 +"71798",9046,92929 +"71799",9046,93719 +"71800",9046,94906 +"71801",9046,94946 +"71802",9046,95889 +"71803",9046,96093 +"71804",9046,97988 +"71805",9046,99309 +"71806",9046,99376 +"71807",9046,99450 +"71808",9046,99471 +"71809",9046,99474 +"71810",9046,100916 +"71811",9046,100944 +"71812",9046,101126 +"71813",9046,101329 +"71814",9046,105557 +"71815",9046,107199 +"71816",9046,108743 +"71817",9046,108980 +"71818",9046,109291 +"71819",9046,109933 +"71820",9046,110483 +"71821",9046,110567 +"71822",9046,110572 +"71823",9046,110630 +"71824",9046,110648 +"71825",9046,110711 +"71826",9046,110770 +"71827",9046,110869 +"71828",9046,110911 +"71829",9046,111285 +"71830",9046,111314 +"71831",9046,111362 +"71832",9046,111372 +"71833",9046,111424 +"71834",9046,111433 +"71835",9046,112422 +"71836",9046,113269 +"71837",9046,113430 +"71838",9046,114242 +"71839",9046,114842 +"71840",9046,115427 +"71841",9046,115521 +"71842",9046,115711 +"71843",9047,30783 +"71844",9047,60200 +"71845",9047,106966 +"71846",9048,11455 +"71847",9048,28354 +"71848",9048,38951 +"71849",9048,46423 +"71850",9048,52945 +"71851",9048,67843 +"71852",9048,70975 +"71853",9048,101410 +"71854",9049,9505 +"71855",9049,19562 +"71856",9049,29738 +"71857",9049,30010 +"71858",9049,30584 +"71859",9049,30585 +"71860",9049,40333 +"71861",9049,40875 +"71862",9050,16833 +"71863",9050,25139 +"71864",9050,29129 +"71865",9050,34441 +"71866",9050,45455 +"71867",9050,70410 +"71868",9050,73322 +"71869",9050,98123 +"71870",9050,104659 +"71871",9050,115132 +"71872",9050,117283 +"71873",9051,9805 +"71874",9051,11407 +"71875",9051,14656 +"71876",9051,24864 +"71877",9051,32398 +"71878",9051,55320 +"71879",9052,11283 +"71880",9052,54457 +"71881",9052,65271 +"71882",9052,97837 +"71883",9052,100102 +"71884",9052,117342 +"71885",9053,10800 +"71886",9053,20173 +"71887",9053,24813 +"71888",9053,27465 +"71889",9053,39386 +"71890",9053,39572 +"71891",9053,57805 +"71892",9053,60372 +"71893",9053,68876 +"71894",9053,69232 +"71895",9053,94025 +"71896",9053,96624 +"71897",9053,97990 +"71898",9053,100620 +"71899",9054,37202 +"71900",9054,44302 +"71901",9054,59245 +"71902",9054,82389 +"71903",9054,110022 +"71904",9055,13262 +"71905",9055,16927 +"71906",9055,52551 +"71907",9055,55638 +"71908",9055,64083 +"71909",9055,64093 +"71910",9055,64118 +"71911",9055,72716 +"71912",9056,35831 +"71913",9056,41786 +"71914",9056,49351 +"71915",9056,57226 +"71916",9057,66731 +"71917",9057,67360 +"71918",9057,80777 +"71919",9057,94290 +"71920",9057,95595 +"71921",9058,9068 +"71922",9058,9780 +"71923",9058,10142 +"71924",9058,14879 +"71925",9058,19808 +"71926",9058,29637 +"71927",9058,31456 +"71928",9058,40343 +"71929",9058,71205 +"71930",9058,77329 +"71931",9058,91412 +"71932",9058,94194 +"71933",9058,101867 +"71934",9059,9085 +"71935",9059,85597 +"71936",9060,13611 +"71937",9060,37905 +"71938",9061,9097 +"71939",9061,28094 +"71940",9061,68365 +"71941",9061,71222 +"71942",9061,71407 +"71943",9061,71455 +"71944",9062,13431 +"71945",9062,26922 +"71946",9062,54909 +"71947",9063,12201 +"71948",9063,21372 +"71949",9063,31035 +"71950",9063,58233 +"71951",9063,88680 +"71952",9064,9066 +"71953",9064,16264 +"71954",9064,35866 +"71955",9064,47912 +"71956",9064,48442 +"71957",9065,17941 +"71958",9065,19249 +"71959",9065,23803 +"71960",9065,23889 +"71961",9065,24683 +"71962",9065,35223 +"71963",9065,36018 +"71964",9065,38756 +"71965",9065,41739 +"71966",9065,48012 +"71967",9065,49143 +"71968",9065,51258 +"71969",9065,67314 +"71970",9065,82003 +"71971",9065,95718 +"71972",9065,106637 +"71973",9065,109272 +"71974",9066,16264 +"71975",9066,35866 +"71976",9066,47912 +"71977",9066,48442 +"71978",9067,55071 +"71979",9067,92161 +"71980",9067,99912 +"71981",9068,10142 +"71982",9069,19017 +"71983",9069,22204 +"71984",9069,24636 +"71985",9069,40292 +"71986",9069,41225 +"71987",9069,42233 +"71988",9069,47615 +"71989",9069,81201 +"71990",9069,98092 +"71991",9069,110217 +"71992",9069,111100 +"71993",9069,113145 +"71994",9070,17039 +"71995",9070,28838 +"71996",9070,38143 +"71997",9070,41976 +"71998",9070,43507 +"71999",9070,44410 +"72000",9070,72972 +"72001",9070,93565 +"72002",9070,95130 +"72003",9070,100553 +"72004",9070,101089 +"72005",9070,107468 +"72006",9070,107490 +"72007",9070,107493 +"72008",9071,13949 +"72009",9071,13992 +"72010",9071,14986 +"72011",9071,16420 +"72012",9071,20628 +"72013",9071,27740 +"72014",9071,29561 +"72015",9071,48718 +"72016",9071,70009 +"72017",9071,71039 +"72018",9071,76175 +"72019",9071,80633 +"72020",9071,83826 +"72021",9071,93713 +"72022",9071,111957 +"72023",9072,27646 +"72024",9072,115448 +"72025",9072,115453 +"72026",9072,115458 +"72027",9073,9080 +"72028",9073,13068 +"72029",9073,13139 +"72030",9073,13219 +"72031",9073,15625 +"72032",9073,18071 +"72033",9073,61192 +"72034",9073,121974 +"72035",9074,9115 +"72036",9074,9177 +"72037",9074,9178 +"72038",9074,9180 +"72039",9074,14632 +"72040",9074,21528 +"72041",9074,82447 +"72042",9074,89028 +"72043",9074,94177 +"72044",9074,116119 +"72045",9075,28269 +"72046",9075,31608 +"72047",9075,37003 +"72048",9075,60546 +"72049",9075,96333 +"72050",9075,108360 +"72051",9075,108995 +"72052",9075,116843 +"72053",9075,117777 +"72054",9075,117779 +"72055",9076,16876 +"72056",9076,116506 +"72057",9078,61346 +"72058",9079,60633 +"72059",9080,12067 +"72060",9080,14077 +"72061",9080,15365 +"72062",9080,40366 +"72063",9080,41298 +"72064",9080,46486 +"72065",9080,48451 +"72066",9080,48796 +"72067",9080,61192 +"72068",9080,115469 +"72069",9080,121974 +"72070",9081,26370 +"72071",9081,32088 +"72072",9082,10464 +"72073",9082,11921 +"72074",9082,12680 +"72075",9082,16866 +"72076",9082,17942 +"72077",9082,18865 +"72078",9082,22231 +"72079",9082,25977 +"72080",9082,26355 +"72081",9082,27077 +"72082",9082,28904 +"72083",9082,29482 +"72084",9082,31427 +"72085",9082,32285 +"72086",9082,34804 +"72087",9082,35702 +"72088",9082,41451 +"72089",9082,42813 +"72090",9082,44124 +"72091",9082,46069 +"72092",9082,47133 +"72093",9082,47414 +"72094",9082,49106 +"72095",9082,50195 +"72096",9082,50575 +"72097",9082,57094 +"72098",9082,58898 +"72099",9082,59147 +"72100",9082,59237 +"72101",9082,59359 +"72102",9082,60219 +"72103",9082,61563 +"72104",9082,61867 +"72105",9082,62007 +"72106",9082,62078 +"72107",9082,62375 +"72108",9082,62633 +"72109",9082,63395 +"72110",9082,64408 +"72111",9082,64418 +"72112",9082,64511 +"72113",9082,65230 +"72114",9082,66145 +"72115",9082,67503 +"72116",9082,67721 +"72117",9082,68816 +"72118",9082,68909 +"72119",9082,68938 +"72120",9082,69332 +"72121",9082,69681 +"72122",9082,70455 +"72123",9082,70610 +"72124",9082,70611 +"72125",9082,70725 +"72126",9082,71211 +"72127",9082,71505 +"72128",9082,71887 +"72129",9082,79642 +"72130",9082,106861 +"72131",9083,19774 +"72132",9084,12746 +"72133",9084,17645 +"72134",9084,20764 +"72135",9084,21906 +"72136",9084,25367 +"72137",9084,25413 +"72138",9084,43654 +"72139",9084,44222 +"72140",9084,45161 +"72141",9084,46726 +"72142",9084,47167 +"72143",9084,48464 +"72144",9084,59915 +"72145",9084,62668 +"72146",9084,70473 +"72147",9084,70981 +"72148",9084,71825 +"72149",9084,71837 +"72150",9084,77625 +"72151",9084,79681 +"72152",9084,82452 +"72153",9084,88409 +"72154",9084,90883 +"72155",9084,91383 +"72156",9084,92113 +"72157",9084,98904 +"72158",9084,102940 +"72159",9084,118577 +"72160",9084,119085 +"72161",9084,119224 +"72162",9084,119439 +"72163",9084,120085 +"72164",9084,120232 +"72165",9084,121213 +"72166",9085,11819 +"72167",9085,25368 +"72168",9085,34771 +"72169",9085,39723 +"72170",9085,50053 +"72171",9085,69517 +"72172",9085,69521 +"72173",9085,75316 +"72174",9086,9382 +"72175",9086,17056 +"72176",9086,19504 +"72177",9086,25255 +"72178",9086,26912 +"72179",9086,46510 +"72180",9086,53787 +"72181",9086,57404 +"72182",9086,65830 +"72183",9086,66667 +"72184",9086,75350 +"72185",9086,75417 +"72186",9086,83253 +"72187",9086,88773 +"72188",9086,93632 +"72189",9086,95492 +"72190",9086,101012 +"72191",9086,105585 +"72192",9087,9452 +"72193",9087,12919 +"72194",9087,27891 +"72195",9087,28034 +"72196",9087,33208 +"72197",9087,38570 +"72198",9087,77885 +"72199",9087,81408 +"72200",9087,83446 +"72201",9087,83750 +"72202",9087,92772 +"72203",9087,95143 +"72204",9087,97087 +"72205",9087,106740 +"72206",9087,107630 +"72207",9087,112966 +"72208",9087,117575 +"72209",9087,119308 +"72210",9087,119312 +"72211",9087,119347 +"72212",9087,119349 +"72213",9087,119355 +"72214",9087,121845 +"72215",9088,13375 +"72216",9088,13712 +"72217",9088,30045 +"72218",9088,32629 +"72219",9088,38431 +"72220",9088,40216 +"72221",9088,40567 +"72222",9088,53445 +"72223",9088,82853 +"72224",9088,97525 +"72225",9088,99965 +"72226",9088,101956 +"72227",9088,104997 +"72228",9089,11954 +"72229",9089,14533 +"72230",9089,17407 +"72231",9089,17598 +"72232",9089,53310 +"72233",9089,74265 +"72234",9089,86007 +"72235",9089,87582 +"72236",9089,90675 +"72237",9089,93934 +"72238",9089,102572 +"72239",9089,104408 +"72240",9089,110172 +"72241",9089,118274 +"72242",9089,118812 +"72243",9090,9243 +"72244",9090,22334 +"72245",9090,25829 +"72246",9090,79181 +"72247",9090,79384 +"72248",9091,81274 +"72249",9091,99242 +"72250",9091,103018 +"72251",9091,106961 +"72252",9092,9161 +"72253",9093,76441 +"72254",9093,121159 +"72255",9094,57694 +"72256",9094,77047 +"72257",9094,77048 +"72258",9095,22244 +"72259",9096,11708 +"72260",9096,57333 +"72261",9097,11925 +"72262",9097,12068 +"72263",9097,26148 +"72264",9097,28112 +"72265",9097,28882 +"72266",9097,32726 +"72267",9097,33380 +"72268",9097,40326 +"72269",9097,42944 +"72270",9097,48716 +"72271",9097,48732 +"72272",9097,68795 +"72273",9097,92339 +"72274",9097,98587 +"72275",9098,47687 +"72276",9098,93403 +"72277",9098,121725 +"72278",9099,37614 +"72279",9099,72394 +"72280",9100,46569 +"72281",9100,64188 +"72282",9100,89501 +"72283",9101,24069 +"72284",9101,90084 +"72285",9102,34334 +"72286",9102,56153 +"72287",9102,67854 +"72288",9103,14863 +"72289",9103,35293 +"72290",9104,27523 +"72291",9104,33481 +"72292",9105,12442 +"72293",9105,22215 +"72294",9105,29969 +"72295",9105,34560 +"72296",9105,34763 +"72297",9105,41315 +"72298",9105,48376 +"72299",9105,53322 +"72300",9105,62694 +"72301",9105,71028 +"72302",9106,30281 +"72303",9107,9702 +"72304",9107,12391 +"72305",9107,16881 +"72306",9107,18915 +"72307",9107,19753 +"72308",9107,24740 +"72309",9107,32163 +"72310",9107,35735 +"72311",9107,39465 +"72312",9107,56599 +"72313",9107,57087 +"72314",9107,70784 +"72315",9107,77427 +"72316",9107,85244 +"72317",9107,93102 +"72318",9107,99384 +"72319",9107,101024 +"72320",9107,106322 +"72321",9107,109385 +"72322",9107,114542 +"72323",9107,115545 +"72324",9107,115644 +"72325",9108,12851 +"72326",9108,38175 +"72327",9108,39330 +"72328",9108,52212 +"72329",9108,65032 +"72330",9108,83441 +"72331",9109,9175 +"72332",9110,74078 +"72333",9112,31431 +"72334",9113,9117 +"72335",9113,9129 +"72336",9113,9145 +"72337",9113,9148 +"72338",9113,9156 +"72339",9113,9172 +"72340",9113,9176 +"72341",9113,9184 +"72342",9113,9291 +"72343",9113,9292 +"72344",9114,12405 +"72345",9114,20514 +"72346",9114,21718 +"72347",9114,25458 +"72348",9114,25491 +"72349",9114,25508 +"72350",9114,77561 +"72351",9114,97489 +"72352",9115,9177 +"72353",9115,9178 +"72354",9115,9180 +"72355",9115,37475 +"72356",9115,38082 +"72357",9115,47249 +"72358",9115,66587 +"72359",9115,68682 +"72360",9115,68691 +"72361",9115,68876 +"72362",9116,19460 +"72363",9116,20531 +"72364",9116,87434 +"72365",9117,9129 +"72366",9117,9145 +"72367",9117,9148 +"72368",9117,9156 +"72369",9117,9172 +"72370",9117,9176 +"72371",9117,9184 +"72372",9117,9291 +"72373",9117,9292 +"72374",9118,9269 +"72375",9118,16347 +"72376",9118,36274 +"72377",9118,83447 +"72378",9118,84992 +"72379",9118,89698 +"72380",9118,90070 +"72381",9118,103724 +"72382",9118,105159 +"72383",9118,105179 +"72384",9119,12459 +"72385",9119,12682 +"72386",9120,57797 +"72387",9120,75666 +"72388",9120,95854 +"72389",9121,9135 +"72390",9121,9136 +"72391",9121,9160 +"72392",9121,9182 +"72393",9121,9189 +"72394",9121,9293 +"72395",9121,9311 +"72396",9121,9320 +"72397",9121,22130 +"72398",9121,31206 +"72399",9121,35256 +"72400",9121,40019 +"72401",9121,52576 +"72402",9121,54234 +"72403",9121,64394 +"72404",9121,64416 +"72405",9121,64443 +"72406",9122,25016 +"72407",9122,25297 +"72408",9122,30192 +"72409",9122,44301 +"72410",9122,53612 +"72411",9122,64553 +"72412",9122,75946 +"72413",9123,29501 +"72414",9123,44053 +"72415",9123,70521 +"72416",9124,9745 +"72417",9124,17539 +"72418",9124,19792 +"72419",9124,24870 +"72420",9124,28367 +"72421",9124,43361 +"72422",9124,44141 +"72423",9124,51539 +"72424",9124,79237 +"72425",9124,89512 +"72426",9124,106632 +"72427",9124,106711 +"72428",9124,122069 +"72429",9124,122074 +"72430",9125,94135 +"72431",9125,98427 +"72432",9126,82263 +"72433",9127,56575 +"72434",9128,9146 +"72435",9128,9636 +"72436",9128,19036 +"72437",9128,21242 +"72438",9128,57974 +"72439",9128,77968 +"72440",9128,97906 +"72441",9129,9145 +"72442",9129,9148 +"72443",9129,9156 +"72444",9129,9172 +"72445",9129,9176 +"72446",9129,9184 +"72447",9129,9291 +"72448",9129,9292 +"72449",9130,76468 +"72450",9131,9155 +"72451",9132,11840 +"72452",9132,27280 +"72453",9132,45480 +"72454",9132,65771 +"72455",9132,83483 +"72456",9132,106454 +"72457",9133,9153 +"72458",9133,9234 +"72459",9133,17947 +"72460",9133,64391 +"72461",9134,13370 +"72462",9134,15214 +"72463",9134,17163 +"72464",9134,19476 +"72465",9134,19542 +"72466",9134,20038 +"72467",9134,24225 +"72468",9134,30569 +"72469",9134,30864 +"72470",9134,38308 +"72471",9134,40317 +"72472",9134,42407 +"72473",9134,49250 +"72474",9134,51472 +"72475",9134,68498 +"72476",9134,71307 +"72477",9134,75007 +"72478",9134,77719 +"72479",9134,78277 +"72480",9134,85034 +"72481",9134,85170 +"72482",9134,90649 +"72483",9134,101133 +"72484",9134,109726 +"72485",9134,120495 +"72486",9135,9136 +"72487",9135,9160 +"72488",9135,9182 +"72489",9135,9189 +"72490",9135,9293 +"72491",9135,9311 +"72492",9135,9320 +"72493",9135,24568 +"72494",9135,48932 +"72495",9135,63409 +"72496",9136,9160 +"72497",9136,9182 +"72498",9136,9189 +"72499",9136,9293 +"72500",9136,9311 +"72501",9136,9320 +"72502",9136,14562 +"72503",9136,18510 +"72504",9136,21385 +"72505",9136,21954 +"72506",9136,23180 +"72507",9136,27307 +"72508",9136,27378 +"72509",9136,27447 +"72510",9136,27499 +"72511",9136,29095 +"72512",9136,33037 +"72513",9136,33382 +"72514",9136,33801 +"72515",9136,37739 +"72516",9136,43433 +"72517",9136,43708 +"72518",9136,48357 +"72519",9136,53475 +"72520",9136,62538 +"72521",9136,66903 +"72522",9136,69529 +"72523",9136,78137 +"72524",9136,79293 +"72525",9136,84475 +"72526",9136,88863 +"72527",9136,91560 +"72528",9136,91581 +"72529",9136,91584 +"72530",9136,91616 +"72531",9136,91620 +"72532",9136,92570 +"72533",9138,9188 +"72534",9138,23110 +"72535",9138,77124 +"72536",9139,10894 +"72537",9139,14111 +"72538",9139,14224 +"72539",9139,14242 +"72540",9139,14719 +"72541",9139,31087 +"72542",9139,37868 +"72543",9139,47896 +"72544",9139,53749 +"72545",9139,94617 +"72546",9139,120394 +"72547",9140,9326 +"72548",9140,20118 +"72549",9142,73044 +"72550",9143,12105 +"72551",9143,16620 +"72552",9143,46298 +"72553",9143,46962 +"72554",9144,13978 +"72555",9144,14137 +"72556",9144,19166 +"72557",9144,24286 +"72558",9144,25311 +"72559",9144,32144 +"72560",9144,33003 +"72561",9144,55855 +"72562",9144,60597 +"72563",9144,80018 +"72564",9145,9148 +"72565",9145,9156 +"72566",9145,9172 +"72567",9145,9176 +"72568",9145,9184 +"72569",9145,9291 +"72570",9145,9292 +"72571",9145,68339 +"72572",9146,9636 +"72573",9146,13679 +"72574",9147,20361 +"72575",9147,30981 +"72576",9147,87874 +"72577",9148,9156 +"72578",9148,9172 +"72579",9148,9176 +"72580",9148,9184 +"72581",9148,9291 +"72582",9148,9292 +"72583",9148,46092 +"72584",9149,41763 +"72585",9149,53360 +"72586",9149,53413 +"72587",9150,12509 +"72588",9150,28018 +"72589",9150,55978 +"72590",9151,9191 +"72591",9151,51816 +"72592",9151,59465 +"72593",9152,14735 +"72594",9152,51891 +"72595",9152,64683 +"72596",9152,75470 +"72597",9152,77354 +"72598",9152,90915 +"72599",9153,9234 +"72600",9153,17947 +"72601",9153,64391 +"72602",9153,98190 +"72603",9154,11098 +"72604",9154,12152 +"72605",9154,13920 +"72606",9154,15254 +"72607",9154,20781 +"72608",9154,25205 +"72609",9154,38094 +"72610",9154,39834 +"72611",9154,59024 +"72612",9154,59610 +"72613",9154,62756 +"72614",9154,74907 +"72615",9154,79420 +"72616",9154,83740 +"72617",9154,96017 +"72618",9154,103573 +"72619",9155,34903 +"72620",9155,44940 +"72621",9155,64288 +"72622",9155,93376 +"72623",9155,112989 +"72624",9155,115850 +"72625",9155,116709 +"72626",9156,9172 +"72627",9156,9176 +"72628",9156,9184 +"72629",9156,9291 +"72630",9156,9292 +"72631",9156,25752 +"72632",9156,39693 +"72633",9156,39724 +"72634",9156,39725 +"72635",9156,39726 +"72636",9157,23159 +"72637",9157,48897 +"72638",9157,97598 +"72639",9158,9312 +"72640",9159,19968 +"72641",9159,37134 +"72642",9159,72728 +"72643",9159,84019 +"72644",9159,98575 +"72645",9160,9182 +"72646",9160,9189 +"72647",9160,9293 +"72648",9160,9311 +"72649",9160,9320 +"72650",9160,10021 +"72651",9160,11774 +"72652",9160,12667 +"72653",9160,19719 +"72654",9160,23697 +"72655",9160,25931 +"72656",9160,33153 +"72657",9160,34122 +"72658",9160,34802 +"72659",9160,34885 +"72660",9160,46312 +"72661",9160,49129 +"72662",9160,52576 +"72663",9160,56388 +"72664",9161,29952 +"72665",9161,36033 +"72666",9161,37917 +"72667",9161,47942 +"72668",9161,51572 +"72669",9161,65800 +"72670",9161,68959 +"72671",9161,78775 +"72672",9161,95434 +"72673",9161,108568 +"72674",9162,9750 +"72675",9162,10979 +"72676",9162,13124 +"72677",9162,13700 +"72678",9162,17397 +"72679",9162,28571 +"72680",9162,37963 +"72681",9162,40396 +"72682",9162,41770 +"72683",9162,51366 +"72684",9162,57238 +"72685",9162,70614 +"72686",9162,86376 +"72687",9162,86558 +"72688",9162,86669 +"72689",9162,105704 +"72690",9163,17351 +"72691",9163,18418 +"72692",9163,18473 +"72693",9163,42839 +"72694",9164,9611 +"72695",9164,58367 +"72696",9165,18231 +"72697",9166,10122 +"72698",9166,11900 +"72699",9166,37659 +"72700",9166,39057 +"72701",9166,47024 +"72702",9166,49106 +"72703",9166,50320 +"72704",9166,55223 +"72705",9166,62212 +"72706",9166,64384 +"72707",9166,64933 +"72708",9166,65941 +"72709",9166,66575 +"72710",9166,66595 +"72711",9166,75412 +"72712",9167,9211 +"72713",9167,15002 +"72714",9167,69007 +"72715",9167,120599 +"72716",9168,9754 +"72717",9169,10823 +"72718",9169,11990 +"72719",9169,24127 +"72720",9169,30478 +"72721",9169,39999 +"72722",9169,90485 +"72723",9171,10191 +"72724",9172,9176 +"72725",9172,9184 +"72726",9172,9291 +"72727",9172,9292 +"72728",9172,18689 +"72729",9172,45667 +"72730",9172,50334 +"72731",9173,24786 +"72732",9173,25215 +"72733",9173,25217 +"72734",9173,58266 +"72735",9173,88190 +"72736",9173,88191 +"72737",9174,11815 +"72738",9174,11816 +"72739",9174,11831 +"72740",9174,11847 +"72741",9174,11848 +"72742",9174,11882 +"72743",9174,11895 +"72744",9174,11918 +"72745",9174,11938 +"72746",9174,11981 +"72747",9174,12060 +"72748",9174,12061 +"72749",9174,12079 +"72750",9174,13379 +"72751",9174,13559 +"72752",9174,14954 +"72753",9174,21548 +"72754",9174,31727 +"72755",9174,31858 +"72756",9174,33240 +"72757",9174,35451 +"72758",9174,41509 +"72759",9174,41757 +"72760",9174,54986 +"72761",9174,61877 +"72762",9174,62477 +"72763",9174,64978 +"72764",9174,76738 +"72765",9174,87670 +"72766",9174,119919 +"72767",9175,9845 +"72768",9175,20818 +"72769",9175,24558 +"72770",9175,26232 +"72771",9175,30983 +"72772",9175,34276 +"72773",9175,36057 +"72774",9175,45239 +"72775",9175,46190 +"72776",9175,47501 +"72777",9175,54590 +"72778",9175,59253 +"72779",9175,89197 +"72780",9176,9184 +"72781",9176,9291 +"72782",9176,9292 +"72783",9177,9178 +"72784",9177,9180 +"72785",9177,37475 +"72786",9177,47249 +"72787",9177,68682 +"72788",9177,68691 +"72789",9177,68876 +"72790",9177,85106 +"72791",9178,9180 +"72792",9178,27865 +"72793",9178,57681 +"72794",9179,33525 +"72795",9179,87764 +"72796",9179,112274 +"72797",9180,59683 +"72798",9181,11776 +"72799",9181,20070 +"72800",9181,22510 +"72801",9181,22627 +"72802",9181,22722 +"72803",9181,23861 +"72804",9181,25260 +"72805",9181,27549 +"72806",9181,27606 +"72807",9181,28896 +"72808",9181,29525 +"72809",9181,36031 +"72810",9181,40734 +"72811",9181,70318 +"72812",9181,74995 +"72813",9181,83292 +"72814",9182,9189 +"72815",9182,9293 +"72816",9182,9311 +"72817",9182,9320 +"72818",9182,34374 +"72819",9182,64245 +"72820",9183,74564 +"72821",9184,9291 +"72822",9184,9292 +"72823",9184,13794 +"72824",9184,48193 +"72825",9184,68576 +"72826",9185,26925 +"72827",9185,89417 +"72828",9186,10434 +"72829",9186,17178 +"72830",9186,22519 +"72831",9186,25436 +"72832",9186,27742 +"72833",9186,31355 +"72834",9186,34446 +"72835",9186,52769 +"72836",9186,62277 +"72837",9186,85648 +"72838",9186,90854 +"72839",9186,92835 +"72840",9186,92860 +"72841",9186,101821 +"72842",9186,111111 +"72843",9187,38442 +"72844",9187,88828 +"72845",9187,106269 +"72846",9187,116029 +"72847",9187,121370 +"72848",9187,121410 +"72849",9187,121411 +"72850",9188,52060 +"72851",9188,89745 +"72852",9189,9293 +"72853",9189,9311 +"72854",9189,9320 +"72855",9189,10769 +"72856",9189,12667 +"72857",9189,13053 +"72858",9189,14273 +"72859",9189,14350 +"72860",9189,19719 +"72861",9189,26066 +"72862",9189,34122 +"72863",9189,34802 +"72864",9189,38019 +"72865",9189,54354 +"72866",9189,56388 +"72867",9189,93713 +"72868",9190,20968 +"72869",9190,21237 +"72870",9190,29881 +"72871",9190,31953 +"72872",9190,35931 +"72873",9190,36250 +"72874",9191,24957 +"72875",9191,31445 +"72876",9191,70181 +"72877",9191,119610 +"72878",9192,15165 +"72879",9192,82630 +"72880",9192,82631 +"72881",9192,82635 +"72882",9192,82653 +"72883",9193,9233 +"72884",9193,12863 +"72885",9193,18004 +"72886",9193,20871 +"72887",9193,21198 +"72888",9193,26305 +"72889",9193,28047 +"72890",9193,29705 +"72891",9193,29732 +"72892",9193,29749 +"72893",9193,32601 +"72894",9193,38772 +"72895",9193,46723 +"72896",9193,48414 +"72897",9193,50219 +"72898",9193,51398 +"72899",9193,84138 +"72900",9193,84193 +"72901",9193,101545 +"72902",9193,115613 +"72903",9194,16047 +"72904",9194,16077 +"72905",9194,20168 +"72906",9194,99961 +"72907",9194,115092 +"72908",9194,121715 +"72909",9195,9216 +"72910",9195,9271 +"72911",9195,15289 +"72912",9195,29382 +"72913",9195,52356 +"72914",9195,81599 +"72915",9195,103534 +"72916",9197,20873 +"72917",9197,34834 +"72918",9197,39145 +"72919",9197,39445 +"72920",9198,30521 +"72921",9198,77345 +"72922",9199,30385 +"72923",9199,38565 +"72924",9199,83217 +"72925",9199,84668 +"72926",9199,85036 +"72927",9200,9201 +"72928",9200,13047 +"72929",9200,15692 +"72930",9200,17328 +"72931",9200,22627 +"72932",9200,26245 +"72933",9200,27549 +"72934",9200,36031 +"72935",9200,37442 +"72936",9200,47423 +"72937",9200,52429 +"72938",9200,59828 +"72939",9200,74995 +"72940",9200,107621 +"72941",9201,11329 +"72942",9201,11482 +"72943",9201,15532 +"72944",9201,15692 +"72945",9201,23396 +"72946",9201,40476 +"72947",9201,71194 +"72948",9201,100948 +"72949",9202,16275 +"72950",9202,36759 +"72951",9202,42689 +"72952",9202,45170 +"72953",9202,57094 +"72954",9202,71070 +"72955",9202,71406 +"72956",9202,71437 +"72957",9202,83913 +"72958",9202,102003 +"72959",9203,9270 +"72960",9203,9627 +"72961",9203,12428 +"72962",9203,17079 +"72963",9203,35278 +"72964",9204,26953 +"72965",9204,56871 +"72966",9204,59505 +"72967",9204,74506 +"72968",9204,91904 +"72969",9204,98166 +"72970",9205,9206 +"72971",9205,63149 +"72972",9205,63182 +"72973",9205,63191 +"72974",9205,63202 +"72975",9205,63304 +"72976",9205,63325 +"72977",9205,63334 +"72978",9205,63335 +"72979",9205,63345 +"72980",9205,63359 +"72981",9205,63376 +"72982",9206,32218 +"72983",9206,32322 +"72984",9206,63149 +"72985",9206,63182 +"72986",9206,63191 +"72987",9206,63202 +"72988",9206,63304 +"72989",9206,63325 +"72990",9206,63334 +"72991",9206,63335 +"72992",9206,63345 +"72993",9206,63359 +"72994",9206,63376 +"72995",9207,79721 +"72996",9207,103250 +"72997",9208,27134 +"72998",9208,89004 +"72999",9209,23882 +"73000",9209,42083 +"73001",9209,74735 +"73002",9209,80690 +"73003",9209,85735 +"73004",9209,89007 +"73005",9209,117054 +"73006",9210,9228 +"73007",9210,13936 +"73008",9210,20928 +"73009",9210,28451 +"73010",9210,56279 +"73011",9210,57154 +"73012",9210,57553 +"73013",9210,74084 +"73014",9210,96587 +"73015",9210,101080 +"73016",9212,12052 +"73017",9213,15003 +"73018",9213,16428 +"73019",9213,20656 +"73020",9213,33195 +"73021",9213,41107 +"73022",9213,69804 +"73023",9213,70073 +"73024",9214,17398 +"73025",9214,22754 +"73026",9214,31317 +"73027",9214,49533 +"73028",9214,51274 +"73029",9214,56817 +"73030",9214,58686 +"73031",9214,62344 +"73032",9214,64491 +"73033",9214,84078 +"73034",9215,9224 +"73035",9215,9229 +"73036",9215,9252 +"73037",9215,9276 +"73038",9215,26455 +"73039",9216,9271 +"73040",9216,15289 +"73041",9216,15656 +"73042",9216,26554 +"73043",9216,29378 +"73044",9216,29382 +"73045",9216,50286 +"73046",9216,52356 +"73047",9216,112055 +"73048",9216,112124 +"73049",9216,114435 +"73050",9217,9257 +"73051",9217,11519 +"73052",9217,17008 +"73053",9217,28816 +"73054",9217,36755 +"73055",9217,37072 +"73056",9217,46192 +"73057",9217,46257 +"73058",9217,47353 +"73059",9217,52770 +"73060",9217,78287 +"73061",9217,83373 +"73062",9217,85971 +"73063",9217,86261 +"73064",9218,12577 +"73065",9218,12596 +"73066",9218,14351 +"73067",9218,15222 +"73068",9218,16205 +"73069",9218,19592 +"73070",9218,22974 +"73071",9218,33385 +"73072",9218,43283 +"73073",9218,44181 +"73074",9218,47777 +"73075",9218,53128 +"73076",9218,53141 +"73077",9218,55315 +"73078",9218,80548 +"73079",9218,80755 +"73080",9218,80797 +"73081",9219,12672 +"73082",9219,22033 +"73083",9219,76772 +"73084",9219,91988 +"73085",9220,9221 +"73086",9220,122835 +"73087",9221,32518 +"73088",9221,37693 +"73089",9221,56285 +"73090",9221,61124 +"73091",9222,41880 +"73092",9223,16049 +"73093",9223,95243 +"73094",9224,9229 +"73095",9224,9252 +"73096",9224,9276 +"73097",9224,34573 +"73098",9224,34574 +"73099",9224,85099 +"73100",9225,76173 +"73101",9226,26624 +"73102",9226,30445 +"73103",9226,45623 +"73104",9226,112627 +"73105",9226,122318 +"73106",9227,13074 +"73107",9227,15391 +"73108",9227,20071 +"73109",9227,20112 +"73110",9227,20235 +"73111",9227,21024 +"73112",9227,24952 +"73113",9227,33137 +"73114",9227,39440 +"73115",9227,40436 +"73116",9227,40572 +"73117",9227,44474 +"73118",9227,57995 +"73119",9227,61192 +"73120",9227,62856 +"73121",9227,67211 +"73122",9227,71142 +"73123",9227,77308 +"73124",9227,95389 +"73125",9227,99947 +"73126",9227,111283 +"73127",9227,111465 +"73128",9227,122182 +"73129",9229,9252 +"73130",9229,9276 +"73131",9229,10625 +"73132",9229,59072 +"73133",9229,97075 +"73134",9230,56939 +"73135",9230,59733 +"73136",9230,61971 +"73137",9230,62520 +"73138",9231,9251 +"73139",9232,25333 +"73140",9232,42661 +"73141",9232,45293 +"73142",9232,62249 +"73143",9232,84444 +"73144",9232,102898 +"73145",9232,112601 +"73146",9232,122551 +"73147",9233,12863 +"73148",9233,29732 +"73149",9233,51398 +"73150",9233,84138 +"73151",9234,17947 +"73152",9234,64391 +"73153",9235,9246 +"73154",9235,9341 +"73155",9235,59065 +"73156",9235,61107 +"73157",9236,9309 +"73158",9236,9316 +"73159",9236,10601 +"73160",9236,15279 +"73161",9236,15988 +"73162",9236,22682 +"73163",9236,23469 +"73164",9236,27796 +"73165",9236,31038 +"73166",9236,34682 +"73167",9236,36106 +"73168",9236,51234 +"73169",9236,53401 +"73170",9236,65455 +"73171",9236,88746 +"73172",9236,114593 +"73173",9236,114594 +"73174",9237,12750 +"73175",9237,15178 +"73176",9237,17983 +"73177",9237,27069 +"73178",9237,28485 +"73179",9237,30951 +"73180",9237,47004 +"73181",9237,74842 +"73182",9237,95388 +"73183",9237,98424 +"73184",9237,101198 +"73185",9237,109127 +"73186",9237,114739 +"73187",9237,116897 +"73188",9238,18515 +"73189",9238,38220 +"73190",9238,46373 +"73191",9238,52734 +"73192",9238,54761 +"73193",9238,83048 +"73194",9239,9240 +"73195",9239,9282 +"73196",9239,16855 +"73197",9239,37422 +"73198",9239,37533 +"73199",9239,37861 +"73200",9239,46210 +"73201",9239,47198 +"73202",9239,75561 +"73203",9240,9282 +"73204",9240,23325 +"73205",9240,26158 +"73206",9240,37142 +"73207",9240,37422 +"73208",9240,37533 +"73209",9240,40008 +"73210",9240,42102 +"73211",9240,46210 +"73212",9240,47198 +"73213",9240,52483 +"73214",9240,78928 +"73215",9240,80870 +"73216",9240,82360 +"73217",9240,82596 +"73218",9240,94418 +"73219",9240,106870 +"73220",9240,106894 +"73221",9241,9580 +"73222",9241,14207 +"73223",9241,42117 +"73224",9241,43207 +"73225",9241,43264 +"73226",9241,43266 +"73227",9241,51082 +"73228",9241,52670 +"73229",9241,61429 +"73230",9241,64751 +"73231",9241,77304 +"73232",9241,77534 +"73233",9242,10332 +"73234",9242,19386 +"73235",9242,22945 +"73236",9242,33173 +"73237",9242,53320 +"73238",9242,53531 +"73239",9242,57128 +"73240",9242,77133 +"73241",9242,90154 +"73242",9242,90235 +"73243",9242,108489 +"73244",9243,22334 +"73245",9243,25829 +"73246",9243,43607 +"73247",9243,79181 +"73248",9244,9579 +"73249",9244,104075 +"73250",9245,9494 +"73251",9245,29488 +"73252",9245,33103 +"73253",9245,34113 +"73254",9245,36615 +"73255",9245,58106 +"73256",9245,68645 +"73257",9245,80473 +"73258",9245,105398 +"73259",9245,107996 +"73260",9245,108314 +"73261",9246,9341 +"73262",9246,18592 +"73263",9246,20439 +"73264",9246,32024 +"73265",9246,57610 +"73266",9246,79454 +"73267",9247,76896 +"73268",9248,93422 +"73269",9250,23472 +"73270",9250,29137 +"73271",9250,35046 +"73272",9250,51193 +"73273",9250,52119 +"73274",9250,53936 +"73275",9250,55078 +"73276",9250,56756 +"73277",9250,63348 +"73278",9250,76208 +"73279",9251,20390 +"73280",9251,27790 +"73281",9251,41301 +"73282",9252,9276 +"73283",9252,34573 +"73284",9252,34574 +"73285",9253,9254 +"73286",9253,16633 +"73287",9254,92129 +"73288",9254,93216 +"73289",9255,12865 +"73290",9255,12902 +"73291",9255,13605 +"73292",9255,22659 +"73293",9255,73203 +"73294",9256,11427 +"73295",9256,23094 +"73296",9256,30760 +"73297",9256,30815 +"73298",9256,32267 +"73299",9256,32761 +"73300",9256,37100 +"73301",9256,59625 +"73302",9256,98601 +"73303",9256,98631 +"73304",9257,10645 +"73305",9257,14412 +"73306",9257,15853 +"73307",9257,16485 +"73308",9257,23797 +"73309",9257,23824 +"73310",9257,23854 +"73311",9257,23858 +"73312",9257,23874 +"73313",9257,25160 +"73314",9257,25469 +"73315",9257,25497 +"73316",9257,25513 +"73317",9257,41062 +"73318",9257,41910 +"73319",9257,43988 +"73320",9257,61193 +"73321",9257,74273 +"73322",9257,74573 +"73323",9257,100943 +"73324",9257,109971 +"73325",9257,115692 +"73326",9257,115993 +"73327",9258,30815 +"73328",9258,46661 +"73329",9258,58111 +"73330",9258,63587 +"73331",9258,65071 +"73332",9258,70608 +"73333",9259,12503 +"73334",9259,15809 +"73335",9259,22680 +"73336",9259,28020 +"73337",9259,41850 +"73338",9259,68460 +"73339",9259,68862 +"73340",9259,74821 +"73341",9259,77217 +"73342",9259,80728 +"73343",9259,83163 +"73344",9259,83914 +"73345",9259,89685 +"73346",9259,89955 +"73347",9259,101146 +"73348",9259,101642 +"73349",9259,119867 +"73350",9260,13506 +"73351",9260,22108 +"73352",9260,23466 +"73353",9260,32611 +"73354",9260,33694 +"73355",9260,39793 +"73356",9260,46051 +"73357",9260,46681 +"73358",9260,52195 +"73359",9260,57781 +"73360",9260,60376 +"73361",9260,60732 +"73362",9260,60759 +"73363",9260,67233 +"73364",9260,78867 +"73365",9260,98852 +"73366",9260,107825 +"73367",9260,119908 +"73368",9261,10218 +"73369",9261,20994 +"73370",9261,32677 +"73371",9261,35109 +"73372",9261,76194 +"73373",9261,81600 +"73374",9261,97292 +"73375",9261,99584 +"73376",9262,12388 +"73377",9262,17783 +"73378",9262,17844 +"73379",9262,17845 +"73380",9262,17911 +"73381",9262,18388 +"73382",9262,18389 +"73383",9262,18405 +"73384",9262,36060 +"73385",9262,60305 +"73386",9262,68767 +"73387",9263,19189 +"73388",9263,23262 +"73389",9263,28432 +"73390",9263,34831 +"73391",9263,76301 +"73392",9263,76303 +"73393",9264,17328 +"73394",9264,66459 +"73395",9264,86841 +"73396",9265,10297 +"73397",9265,22614 +"73398",9265,29398 +"73399",9265,31756 +"73400",9265,43681 +"73401",9265,51287 +"73402",9265,55788 +"73403",9265,56200 +"73404",9265,67913 +"73405",9265,78322 +"73406",9265,85998 +"73407",9265,89683 +"73408",9265,93405 +"73409",9265,93459 +"73410",9265,97783 +"73411",9265,101601 +"73412",9265,108336 +"73413",9266,10520 +"73414",9266,76585 +"73415",9266,84787 +"73416",9266,108373 +"73417",9267,9268 +"73418",9267,71487 +"73419",9267,73434 +"73420",9268,14896 +"73421",9268,46115 +"73422",9268,67299 +"73423",9268,72149 +"73424",9268,92333 +"73425",9269,9840 +"73426",9269,9895 +"73427",9269,11090 +"73428",9269,11204 +"73429",9269,11361 +"73430",9269,13721 +"73431",9269,15926 +"73432",9269,16347 +"73433",9269,16599 +"73434",9269,16672 +"73435",9269,16793 +"73436",9269,19298 +"73437",9269,20695 +"73438",9269,25748 +"73439",9269,26740 +"73440",9269,26760 +"73441",9269,26821 +"73442",9269,29084 +"73443",9269,29416 +"73444",9269,34331 +"73445",9269,36274 +"73446",9269,36330 +"73447",9269,40379 +"73448",9269,41067 +"73449",9269,44744 +"73450",9269,49976 +"73451",9269,50319 +"73452",9269,56364 +"73453",9269,63329 +"73454",9269,65725 +"73455",9269,66055 +"73456",9269,70778 +"73457",9269,72060 +"73458",9269,73051 +"73459",9269,76843 +"73460",9269,80801 +"73461",9269,80938 +"73462",9269,80939 +"73463",9269,80940 +"73464",9269,80941 +"73465",9269,80949 +"73466",9269,80955 +"73467",9269,80956 +"73468",9269,80957 +"73469",9269,80985 +"73470",9269,80989 +"73471",9269,81007 +"73472",9269,81022 +"73473",9269,81026 +"73474",9269,81036 +"73475",9269,81037 +"73476",9269,81038 +"73477",9269,81139 +"73478",9269,82528 +"73479",9269,84591 +"73480",9269,85433 +"73481",9269,85926 +"73482",9269,87915 +"73483",9269,89698 +"73484",9269,90070 +"73485",9269,90784 +"73486",9269,99250 +"73487",9269,101208 +"73488",9269,101666 +"73489",9269,104735 +"73490",9269,110336 +"73491",9269,120465 +"73492",9270,9272 +"73493",9270,9505 +"73494",9270,9571 +"73495",9270,9627 +"73496",9270,11469 +"73497",9270,11913 +"73498",9270,12428 +"73499",9270,12807 +"73500",9270,13142 +"73501",9270,16689 +"73502",9270,19036 +"73503",9270,19391 +"73504",9270,19658 +"73505",9270,23075 +"73506",9270,25606 +"73507",9270,27714 +"73508",9270,28530 +"73509",9270,30258 +"73510",9270,38185 +"73511",9270,38683 +"73512",9270,40245 +"73513",9270,43226 +"73514",9270,44655 +"73515",9270,44973 +"73516",9270,46177 +"73517",9270,47048 +"73518",9270,48110 +"73519",9270,49546 +"73520",9270,58508 +"73521",9270,59731 +"73522",9270,62642 +"73523",9270,67049 +"73524",9270,68091 +"73525",9270,69335 +"73526",9270,75245 +"73527",9270,75776 +"73528",9270,75956 +"73529",9270,76387 +"73530",9270,77812 +"73531",9270,78978 +"73532",9270,79212 +"73533",9270,79241 +"73534",9270,79579 +"73535",9270,80239 +"73536",9270,80301 +"73537",9270,81397 +"73538",9270,82039 +"73539",9270,88340 +"73540",9270,88749 +"73541",9270,89069 +"73542",9270,89373 +"73543",9270,89995 +"73544",9270,90919 +"73545",9270,90936 +"73546",9270,92861 +"73547",9270,93097 +"73548",9270,94231 +"73549",9270,95489 +"73550",9270,96247 +"73551",9270,96363 +"73552",9270,97898 +"73553",9272,9505 +"73554",9272,11913 +"73555",9272,12428 +"73556",9272,12807 +"73557",9272,13142 +"73558",9272,16689 +"73559",9272,19036 +"73560",9272,19391 +"73561",9272,23075 +"73562",9272,23339 +"73563",9272,25606 +"73564",9272,28432 +"73565",9272,28530 +"73566",9272,30258 +"73567",9272,33884 +"73568",9272,38185 +"73569",9272,38683 +"73570",9272,40245 +"73571",9272,43226 +"73572",9272,44655 +"73573",9272,44973 +"73574",9272,46177 +"73575",9272,47048 +"73576",9272,48110 +"73577",9272,57204 +"73578",9272,58508 +"73579",9272,59731 +"73580",9272,62642 +"73581",9272,68091 +"73582",9272,69335 +"73583",9272,74699 +"73584",9272,75245 +"73585",9272,75776 +"73586",9272,75956 +"73587",9272,76387 +"73588",9272,78890 +"73589",9272,78978 +"73590",9272,79212 +"73591",9272,79241 +"73592",9272,79579 +"73593",9272,80239 +"73594",9272,80301 +"73595",9272,81397 +"73596",9272,88340 +"73597",9272,88749 +"73598",9272,89069 +"73599",9272,89373 +"73600",9272,89995 +"73601",9272,90919 +"73602",9272,90936 +"73603",9272,92861 +"73604",9272,93097 +"73605",9272,94231 +"73606",9272,95489 +"73607",9272,96247 +"73608",9272,96363 +"73609",9272,97898 +"73610",9273,9831 +"73611",9273,13147 +"73612",9273,16129 +"73613",9273,16184 +"73614",9273,23187 +"73615",9273,23190 +"73616",9273,29354 +"73617",9273,32904 +"73618",9273,34179 +"73619",9273,37105 +"73620",9273,38926 +"73621",9273,42891 +"73622",9273,42996 +"73623",9273,47094 +"73624",9273,48712 +"73625",9273,50647 +"73626",9273,50761 +"73627",9273,50776 +"73628",9273,54956 +"73629",9274,45505 +"73630",9275,99729 +"73631",9277,20176 +"73632",9277,20560 +"73633",9277,21404 +"73634",9277,21434 +"73635",9277,25378 +"73636",9277,29016 +"73637",9277,29437 +"73638",9277,33401 +"73639",9277,33665 +"73640",9277,38373 +"73641",9277,64993 +"73642",9277,73969 +"73643",9277,74831 +"73644",9277,82603 +"73645",9277,86255 +"73646",9277,88300 +"73647",9277,96279 +"73648",9277,97833 +"73649",9277,105778 +"73650",9277,107292 +"73651",9277,120516 +"73652",9278,84512 +"73653",9280,40804 +"73654",9280,122543 +"73655",9281,23000 +"73656",9281,43298 +"73657",9282,47198 +"73658",9283,41447 +"73659",9284,12368 +"73660",9284,18979 +"73661",9284,31764 +"73662",9284,38950 +"73663",9284,69734 +"73664",9284,89631 +"73665",9284,91564 +"73666",9284,91604 +"73667",9284,91605 +"73668",9284,92013 +"73669",9284,102605 +"73670",9285,13572 +"73671",9285,32792 +"73672",9286,14263 +"73673",9286,45681 +"73674",9287,37363 +"73675",9287,58728 +"73676",9287,78925 +"73677",9287,83224 +"73678",9287,94027 +"73679",9287,100841 +"73680",9288,36483 +"73681",9288,79132 +"73682",9289,14775 +"73683",9289,14992 +"73684",9289,19639 +"73685",9289,27412 +"73686",9289,30116 +"73687",9289,33137 +"73688",9289,33567 +"73689",9289,36403 +"73690",9289,51230 +"73691",9289,51879 +"73692",9289,53160 +"73693",9289,69198 +"73694",9289,74817 +"73695",9289,81648 +"73696",9289,82932 +"73697",9289,88817 +"73698",9289,88821 +"73699",9290,29181 +"73700",9290,33048 +"73701",9290,90837 +"73702",9291,9292 +"73703",9291,48193 +"73704",9291,49274 +"73705",9291,51339 +"73706",9291,55050 +"73707",9291,55232 +"73708",9292,18046 +"73709",9292,19248 +"73710",9292,23523 +"73711",9292,25198 +"73712",9292,32687 +"73713",9292,33771 +"73714",9292,40836 +"73715",9292,44993 +"73716",9292,51041 +"73717",9292,54171 +"73718",9292,61929 +"73719",9293,9311 +"73720",9293,9320 +"73721",9293,11517 +"73722",9293,11655 +"73723",9293,11694 +"73724",9293,12221 +"73725",9293,12778 +"73726",9293,35960 +"73727",9293,39692 +"73728",9293,56812 +"73729",9294,72232 +"73730",9295,9387 +"73731",9295,9584 +"73732",9295,13531 +"73733",9295,15692 +"73734",9295,17996 +"73735",9295,21325 +"73736",9295,34578 +"73737",9295,40703 +"73738",9295,59164 +"73739",9295,75065 +"73740",9295,83894 +"73741",9295,85525 +"73742",9295,91210 +"73743",9295,93184 +"73744",9295,115602 +"73745",9296,30586 +"73746",9296,35252 +"73747",9296,35267 +"73748",9296,63419 +"73749",9296,67072 +"73750",9297,9441 +"73751",9297,38361 +"73752",9297,50605 +"73753",9297,81152 +"73754",9297,110407 +"73755",9298,9483 +"73756",9298,43013 +"73757",9298,51558 +"73758",9298,53633 +"73759",9298,63796 +"73760",9298,88710 +"73761",9298,94947 +"73762",9298,102810 +"73763",9298,103140 +"73764",9299,20798 +"73765",9299,22797 +"73766",9299,85245 +"73767",9299,116836 +"73768",9300,17372 +"73769",9300,17751 +"73770",9300,34891 +"73771",9300,54710 +"73772",9301,29016 +"73773",9301,39225 +"73774",9301,47338 +"73775",9301,47558 +"73776",9302,11220 +"73777",9302,11364 +"73778",9302,14293 +"73779",9302,14394 +"73780",9302,14877 +"73781",9302,15441 +"73782",9302,18536 +"73783",9302,19190 +"73784",9302,19358 +"73785",9302,20667 +"73786",9302,22756 +"73787",9302,24948 +"73788",9302,24989 +"73789",9302,26413 +"73790",9302,27267 +"73791",9302,29911 +"73792",9302,31897 +"73793",9302,32070 +"73794",9302,40561 +"73795",9302,42263 +"73796",9302,46568 +"73797",9302,50659 +"73798",9302,54737 +"73799",9302,55908 +"73800",9302,56168 +"73801",9302,60846 +"73802",9302,69291 +"73803",9302,78073 +"73804",9302,79331 +"73805",9302,79710 +"73806",9302,79711 +"73807",9302,79720 +"73808",9302,79725 +"73809",9302,79738 +"73810",9302,79748 +"73811",9302,79750 +"73812",9302,79754 +"73813",9302,79758 +"73814",9302,79760 +"73815",9302,79771 +"73816",9302,79780 +"73817",9302,79781 +"73818",9302,79803 +"73819",9302,88536 +"73820",9302,92553 +"73821",9304,19675 +"73822",9304,112596 +"73823",9304,113856 +"73824",9305,12217 +"73825",9305,12623 +"73826",9305,22697 +"73827",9305,31558 +"73828",9305,39800 +"73829",9305,41789 +"73830",9305,114449 +"73831",9306,9307 +"73832",9306,9623 +"73833",9306,9785 +"73834",9306,15276 +"73835",9306,15788 +"73836",9306,21474 +"73837",9306,33522 +"73838",9306,40643 +"73839",9306,43299 +"73840",9306,43363 +"73841",9306,45887 +"73842",9306,57228 +"73843",9306,57259 +"73844",9306,59436 +"73845",9306,71137 +"73846",9308,32828 +"73847",9309,9316 +"73848",9309,22227 +"73849",9309,70235 +"73850",9310,21089 +"73851",9310,27190 +"73852",9310,27323 +"73853",9310,32419 +"73854",9310,37483 +"73855",9310,42962 +"73856",9310,64043 +"73857",9310,88628 +"73858",9310,89358 +"73859",9310,97111 +"73860",9310,103310 +"73861",9310,103384 +"73862",9311,9320 +"73863",9311,10843 +"73864",9311,11013 +"73865",9311,14699 +"73866",9311,15626 +"73867",9311,27307 +"73868",9311,27378 +"73869",9311,27447 +"73870",9311,27499 +"73871",9311,30906 +"73872",9311,33218 +"73873",9311,33241 +"73874",9311,33356 +"73875",9311,33433 +"73876",9311,34707 +"73877",9311,36259 +"73878",9311,40708 +"73879",9311,43368 +"73880",9311,49359 +"73881",9311,49540 +"73882",9311,56049 +"73883",9311,59113 +"73884",9311,59786 +"73885",9311,59937 +"73886",9311,64623 +"73887",9311,67841 +"73888",9311,68138 +"73889",9311,74190 +"73890",9311,74318 +"73891",9311,78932 +"73892",9311,82253 +"73893",9311,94909 +"73894",9311,96873 +"73895",9311,99302 +"73896",9311,99321 +"73897",9311,116713 +"73898",9312,15585 +"73899",9312,15801 +"73900",9313,9321 +"73901",9313,14123 +"73902",9313,15978 +"73903",9313,19545 +"73904",9313,19921 +"73905",9313,23784 +"73906",9313,26553 +"73907",9313,29819 +"73908",9313,32283 +"73909",9313,34088 +"73910",9313,37266 +"73911",9313,42045 +"73912",9313,42361 +"73913",9313,61831 +"73914",9313,88041 +"73915",9313,88045 +"73916",9313,110041 +"73917",9314,26318 +"73918",9314,76430 +"73919",9314,106928 +"73920",9314,114404 +"73921",9314,122941 +"73922",9315,15845 +"73923",9315,18545 +"73924",9315,23154 +"73925",9315,25008 +"73926",9315,39546 +"73927",9315,55570 +"73928",9315,57879 +"73929",9316,24812 +"73930",9316,51234 +"73931",9316,64456 +"73932",9316,65634 +"73933",9316,66756 +"73934",9316,76196 +"73935",9316,79941 +"73936",9316,81429 +"73937",9316,87973 +"73938",9316,106153 +"73939",9316,106165 +"73940",9316,109049 +"73941",9317,13289 +"73942",9317,50215 +"73943",9317,52184 +"73944",9318,9879 +"73945",9318,17901 +"73946",9318,19058 +"73947",9318,22287 +"73948",9318,31057 +"73949",9318,41163 +"73950",9318,47575 +"73951",9318,47590 +"73952",9318,87358 +"73953",9319,28698 +"73954",9319,35527 +"73955",9319,43404 +"73956",9319,55084 +"73957",9319,63984 +"73958",9319,72664 +"73959",9319,84505 +"73960",9319,111593 +"73961",9320,21248 +"73962",9321,19921 +"73963",9321,28094 +"73964",9321,32558 +"73965",9321,34872 +"73966",9321,37266 +"73967",9321,37811 +"73968",9321,43465 +"73969",9321,61673 +"73970",9321,61831 +"73971",9321,62371 +"73972",9321,67547 +"73973",9321,77268 +"73974",9321,110041 +"73975",9321,122467 +"73976",9322,13904 +"73977",9322,15573 +"73978",9322,15960 +"73979",9322,19661 +"73980",9322,25541 +"73981",9322,28769 +"73982",9322,33623 +"73983",9322,37839 +"73984",9322,41111 +"73985",9322,45664 +"73986",9322,48521 +"73987",9322,54212 +"73988",9322,62193 +"73989",9322,63490 +"73990",9322,74809 +"73991",9322,75614 +"73992",9322,76639 +"73993",9322,76640 +"73994",9322,77040 +"73995",9322,77055 +"73996",9322,77057 +"73997",9322,77066 +"73998",9322,77095 +"73999",9322,77096 +"74000",9322,77101 +"74001",9322,77102 +"74002",9322,77103 +"74003",9322,77106 +"74004",9322,78665 +"74005",9322,81239 +"74006",9322,91393 +"74007",9322,92785 +"74008",9322,102255 +"74009",9322,103778 +"74010",9322,118007 +"74011",9322,118396 +"74012",9322,122014 +"74013",9322,122969 +"74014",9324,12881 +"74015",9324,13927 +"74016",9324,28118 +"74017",9324,86301 +"74018",9325,16457 +"74019",9325,43027 +"74020",9325,49712 +"74021",9325,78657 +"74022",9325,88396 +"74023",9325,93259 +"74024",9325,93688 +"74025",9325,118730 +"74026",9325,118732 +"74027",9325,120828 +"74028",9327,60143 +"74029",9328,17604 +"74030",9328,31281 +"74031",9328,79693 +"74032",9328,93015 +"74033",9329,9340 +"74034",9329,14792 +"74035",9329,27233 +"74036",9330,16772 +"74037",9331,9968 +"74038",9331,10366 +"74039",9331,11557 +"74040",9331,17351 +"74041",9331,17549 +"74042",9331,17632 +"74043",9331,19468 +"74044",9331,20830 +"74045",9331,20886 +"74046",9331,22643 +"74047",9331,24456 +"74048",9331,34411 +"74049",9331,44688 +"74050",9331,45705 +"74051",9331,58084 +"74052",9331,63946 +"74053",9331,76909 +"74054",9331,80979 +"74055",9331,81490 +"74056",9331,91042 +"74057",9331,100561 +"74058",9331,108677 +"74059",9332,11564 +"74060",9332,16457 +"74061",9332,20382 +"74062",9332,28497 +"74063",9332,30545 +"74064",9332,30586 +"74065",9332,38498 +"74066",9332,40182 +"74067",9332,49712 +"74068",9332,53687 +"74069",9332,55165 +"74070",9332,64864 +"74071",9332,66560 +"74072",9332,68415 +"74073",9332,77753 +"74074",9332,83275 +"74075",9332,88619 +"74076",9332,96245 +"74077",9332,110455 +"74078",9332,110653 +"74079",9333,10328 +"74080",9333,12864 +"74081",9333,14754 +"74082",9333,26102 +"74083",9333,26174 +"74084",9333,38391 +"74085",9333,43826 +"74086",9333,53328 +"74087",9333,55539 +"74088",9333,87006 +"74089",9333,95223 +"74090",9333,95346 +"74091",9334,39535 +"74092",9334,50271 +"74093",9334,84756 +"74094",9334,108940 +"74095",9334,113285 +"74096",9335,88781 +"74097",9336,19615 +"74098",9336,19662 +"74099",9336,20273 +"74100",9336,22945 +"74101",9336,43961 +"74102",9336,44074 +"74103",9336,49283 +"74104",9336,52731 +"74105",9336,63165 +"74106",9336,65636 +"74107",9336,66981 +"74108",9336,68898 +"74109",9336,69891 +"74110",9336,79266 +"74111",9336,79756 +"74112",9336,84491 +"74113",9336,86699 +"74114",9336,89538 +"74115",9336,112890 +"74116",9336,113144 +"74117",9337,10576 +"74118",9337,10827 +"74119",9337,14700 +"74120",9337,15147 +"74121",9337,16269 +"74122",9337,24334 +"74123",9337,24694 +"74124",9337,28655 +"74125",9337,30766 +"74126",9337,33252 +"74127",9337,59221 +"74128",9337,77589 +"74129",9337,84140 +"74130",9337,96790 +"74131",9338,15583 +"74132",9338,24285 +"74133",9338,92255 +"74134",9339,66611 +"74135",9341,33170 +"74136",9341,50319 +"74137",9341,61107 +"74138",9342,15244 +"74139",9342,26807 +"74140",9342,30518 +"74141",9342,31211 +"74142",9342,37171 +"74143",9342,63783 +"74144",9342,70809 +"74145",9342,74666 +"74146",9342,86606 +"74147",9342,88264 +"74148",9342,109031 +"74149",9342,110853 +"74150",9343,41695 +"74151",9343,53759 +"74152",9344,39778 +"74153",9344,43846 +"74154",9344,52718 +"74155",9344,52802 +"74156",9344,52822 +"74157",9344,52828 +"74158",9344,52829 +"74159",9345,14901 +"74160",9345,17014 +"74161",9345,17303 +"74162",9345,40627 +"74163",9345,46982 +"74164",9345,48631 +"74165",9345,48690 +"74166",9345,55434 +"74167",9345,58940 +"74168",9346,32537 +"74169",9347,9355 +"74170",9347,9418 +"74171",9347,18678 +"74172",9347,26366 +"74173",9347,30309 +"74174",9347,38973 +"74175",9347,46614 +"74176",9347,46793 +"74177",9347,82150 +"74178",9347,97851 +"74179",9348,12374 +"74180",9348,24005 +"74181",9348,25132 +"74182",9348,27926 +"74183",9348,32017 +"74184",9348,37800 +"74185",9348,39865 +"74186",9348,40072 +"74187",9348,59939 +"74188",9348,79912 +"74189",9348,88699 +"74190",9348,91912 +"74191",9348,94671 +"74192",9348,98925 +"74193",9348,100230 +"74194",9348,108830 +"74195",9348,108867 +"74196",9349,9398 +"74197",9349,9560 +"74198",9349,10235 +"74199",9349,10278 +"74200",9349,39674 +"74201",9349,43963 +"74202",9349,45775 +"74203",9350,10538 +"74204",9350,25226 +"74205",9350,25308 +"74206",9350,25381 +"74207",9350,27795 +"74208",9350,74391 +"74209",9350,77803 +"74210",9351,29796 +"74211",9351,38922 +"74212",9351,42312 +"74213",9351,46805 +"74214",9351,51564 +"74215",9351,56595 +"74216",9351,56694 +"74217",9351,59425 +"74218",9353,83543 +"74219",9353,97441 +"74220",9353,111115 +"74221",9353,116822 +"74222",9354,18196 +"74223",9354,83857 +"74224",9355,9418 +"74225",9355,15797 +"74226",9355,32136 +"74227",9355,34475 +"74228",9355,46793 +"74229",9356,9671 +"74230",9356,9687 +"74231",9356,9688 +"74232",9357,11353 +"74233",9357,40631 +"74234",9357,80838 +"74235",9357,91648 +"74236",9358,18605 +"74237",9358,32426 +"74238",9358,34306 +"74239",9358,34340 +"74240",9359,58526 +"74241",9359,60361 +"74242",9359,60655 +"74243",9359,60754 +"74244",9359,61809 +"74245",9360,10078 +"74246",9361,21393 +"74247",9361,34445 +"74248",9361,41479 +"74249",9361,41570 +"74250",9361,44425 +"74251",9361,59925 +"74252",9361,73058 +"74253",9361,80085 +"74254",9361,80895 +"74255",9361,91017 +"74256",9361,93302 +"74257",9361,106852 +"74258",9361,106857 +"74259",9361,106897 +"74260",9361,106901 +"74261",9362,15396 +"74262",9362,15632 +"74263",9362,24242 +"74264",9362,24861 +"74265",9362,27946 +"74266",9362,39494 +"74267",9362,46040 +"74268",9362,64232 +"74269",9362,84932 +"74270",9362,87929 +"74271",9363,19119 +"74272",9363,41406 +"74273",9363,42669 +"74274",9363,69206 +"74275",9363,117140 +"74276",9364,16332 +"74277",9364,19101 +"74278",9364,20975 +"74279",9364,25027 +"74280",9364,29783 +"74281",9364,30592 +"74282",9364,36361 +"74283",9364,36972 +"74284",9364,43385 +"74285",9364,43575 +"74286",9364,45151 +"74287",9364,66280 +"74288",9364,72956 +"74289",9364,76284 +"74290",9364,84460 +"74291",9364,98781 +"74292",9364,114072 +"74293",9365,9397 +"74294",9365,11501 +"74295",9365,21929 +"74296",9365,23724 +"74297",9365,37377 +"74298",9365,46610 +"74299",9365,69278 +"74300",9366,11766 +"74301",9366,12735 +"74302",9366,12779 +"74303",9366,13360 +"74304",9366,13942 +"74305",9366,15027 +"74306",9366,15185 +"74307",9366,15216 +"74308",9366,15964 +"74309",9366,16252 +"74310",9366,16872 +"74311",9366,17145 +"74312",9366,17508 +"74313",9366,18060 +"74314",9366,18217 +"74315",9366,22462 +"74316",9366,22823 +"74317",9366,23147 +"74318",9366,23421 +"74319",9366,23632 +"74320",9366,23953 +"74321",9366,24495 +"74322",9366,24710 +"74323",9366,25143 +"74324",9366,25303 +"74325",9366,25664 +"74326",9366,26407 +"74327",9366,27174 +"74328",9366,27196 +"74329",9366,27710 +"74330",9366,28588 +"74331",9366,28703 +"74332",9366,29253 +"74333",9366,29341 +"74334",9366,29560 +"74335",9366,29573 +"74336",9366,29868 +"74337",9366,32438 +"74338",9366,32967 +"74339",9366,33223 +"74340",9366,33881 +"74341",9366,34097 +"74342",9366,34330 +"74343",9366,34513 +"74344",9366,35400 +"74345",9366,36476 +"74346",9366,36547 +"74347",9366,36745 +"74348",9366,37821 +"74349",9366,37931 +"74350",9366,38319 +"74351",9366,39398 +"74352",9366,39492 +"74353",9366,40320 +"74354",9366,40373 +"74355",9366,40542 +"74356",9366,41182 +"74357",9366,42131 +"74358",9366,44201 +"74359",9366,46843 +"74360",9366,48331 +"74361",9366,101243 +"74362",9367,30280 +"74363",9367,49091 +"74364",9367,57207 +"74365",9367,70358 +"74366",9367,91974 +"74367",9367,110562 +"74368",9368,9405 +"74369",9368,9439 +"74370",9369,17095 +"74371",9369,29094 +"74372",9369,70323 +"74373",9369,94979 +"74374",9370,22072 +"74375",9370,31214 +"74376",9370,34945 +"74377",9370,46503 +"74378",9370,68569 +"74379",9370,71627 +"74380",9370,80723 +"74381",9370,100583 +"74382",9371,15616 +"74383",9371,18291 +"74384",9371,18343 +"74385",9371,18464 +"74386",9371,24065 +"74387",9372,9411 +"74388",9373,24639 +"74389",9373,28067 +"74390",9373,28070 +"74391",9373,28491 +"74392",9373,35888 +"74393",9373,36695 +"74394",9373,42606 +"74395",9373,49359 +"74396",9373,72418 +"74397",9373,91587 +"74398",9374,9521 +"74399",9374,58582 +"74400",9374,89114 +"74401",9374,91800 +"74402",9375,16583 +"74403",9376,9481 +"74404",9376,9503 +"74405",9376,10453 +"74406",9376,13715 +"74407",9376,15455 +"74408",9376,15506 +"74409",9376,20220 +"74410",9376,20697 +"74411",9376,24274 +"74412",9376,31918 +"74413",9376,53743 +"74414",9376,66270 +"74415",9376,76795 +"74416",9376,81619 +"74417",9376,85131 +"74418",9376,85941 +"74419",9376,96296 +"74420",9377,99538 +"74421",9378,16729 +"74422",9378,34654 +"74423",9378,35474 +"74424",9378,47197 +"74425",9378,58091 +"74426",9378,59573 +"74427",9378,65583 +"74428",9379,9570 +"74429",9379,17925 +"74430",9379,75248 +"74431",9380,9977 +"74432",9380,13632 +"74433",9380,13656 +"74434",9380,13864 +"74435",9381,66464 +"74436",9381,66465 +"74437",9381,100456 +"74438",9382,19504 +"74439",9382,25255 +"74440",9382,26912 +"74441",9382,27772 +"74442",9382,65830 +"74443",9382,83253 +"74444",9382,88773 +"74445",9382,93632 +"74446",9382,101012 +"74447",9383,15541 +"74448",9383,25399 +"74449",9383,37097 +"74450",9383,37242 +"74451",9383,37360 +"74452",9383,37383 +"74453",9384,75941 +"74454",9385,41091 +"74455",9386,11429 +"74456",9386,11946 +"74457",9386,30734 +"74458",9386,38155 +"74459",9386,41517 +"74460",9386,41541 +"74461",9386,42366 +"74462",9386,42487 +"74463",9386,42576 +"74464",9386,44626 +"74465",9386,45192 +"74466",9386,54356 +"74467",9387,9584 +"74468",9388,34439 +"74469",9388,45446 +"74470",9388,47039 +"74471",9388,51192 +"74472",9388,51232 +"74473",9388,88101 +"74474",9388,92338 +"74475",9388,92349 +"74476",9388,92360 +"74477",9388,92376 +"74478",9388,92388 +"74479",9388,92391 +"74480",9389,11770 +"74481",9389,12827 +"74482",9389,14472 +"74483",9389,15356 +"74484",9389,17156 +"74485",9389,20128 +"74486",9389,21950 +"74487",9389,21993 +"74488",9389,22292 +"74489",9389,23100 +"74490",9389,23460 +"74491",9389,24323 +"74492",9389,25030 +"74493",9389,25084 +"74494",9389,26911 +"74495",9389,38176 +"74496",9389,38198 +"74497",9389,38692 +"74498",9389,39826 +"74499",9389,41785 +"74500",9389,41804 +"74501",9389,41859 +"74502",9389,50001 +"74503",9389,64321 +"74504",9389,69826 +"74505",9389,83371 +"74506",9390,27082 +"74507",9390,30657 +"74508",9390,68899 +"74509",9391,9594 +"74510",9391,9998 +"74511",9391,12310 +"74512",9391,14522 +"74513",9391,15560 +"74514",9391,15690 +"74515",9391,21472 +"74516",9391,22762 +"74517",9391,26486 +"74518",9391,27124 +"74519",9391,28569 +"74520",9391,30906 +"74521",9391,31418 +"74522",9391,59698 +"74523",9391,75523 +"74524",9391,92346 +"74525",9392,29493 +"74526",9392,47974 +"74527",9392,48204 +"74528",9392,76937 +"74529",9392,82275 +"74530",9392,94483 +"74531",9392,95549 +"74532",9392,95563 +"74533",9392,106444 +"74534",9393,9455 +"74535",9393,10059 +"74536",9393,11424 +"74537",9393,12306 +"74538",9393,13079 +"74539",9393,13124 +"74540",9393,13191 +"74541",9393,17923 +"74542",9393,21703 +"74543",9393,33925 +"74544",9393,39544 +"74545",9393,39882 +"74546",9393,42132 +"74547",9393,43604 +"74548",9393,48291 +"74549",9393,48522 +"74550",9393,51512 +"74551",9393,75689 +"74552",9393,77320 +"74553",9393,98625 +"74554",9394,11446 +"74555",9394,18238 +"74556",9394,18326 +"74557",9394,26926 +"74558",9394,31413 +"74559",9394,31460 +"74560",9394,36089 +"74561",9394,71899 +"74562",9394,84770 +"74563",9394,88712 +"74564",9394,102341 +"74565",9394,102616 +"74566",9394,104277 +"74567",9394,111983 +"74568",9395,9719 +"74569",9395,18213 +"74570",9395,55539 +"74571",9395,61477 +"74572",9396,9554 +"74573",9397,10294 +"74574",9397,18393 +"74575",9397,22664 +"74576",9397,22695 +"74577",9397,22720 +"74578",9397,22732 +"74579",9397,22741 +"74580",9397,22758 +"74581",9397,22796 +"74582",9397,32996 +"74583",9397,42242 +"74584",9397,66066 +"74585",9397,78891 +"74586",9398,9560 +"74587",9398,10235 +"74588",9398,10278 +"74589",9398,39674 +"74590",9399,9404 +"74591",9400,9406 +"74592",9400,9407 +"74593",9401,9420 +"74594",9401,12934 +"74595",9401,18809 +"74596",9401,24454 +"74597",9401,25336 +"74598",9401,31724 +"74599",9401,36817 +"74600",9401,41804 +"74601",9401,51221 +"74602",9401,69756 +"74603",9402,13817 +"74604",9402,13818 +"74605",9402,15014 +"74606",9402,41051 +"74607",9402,45652 +"74608",9402,52515 +"74609",9402,53122 +"74610",9402,58393 +"74611",9402,60032 +"74612",9402,60057 +"74613",9402,60084 +"74614",9402,65314 +"74615",9402,71831 +"74616",9402,72637 +"74617",9402,72908 +"74618",9402,72909 +"74619",9403,18400 +"74620",9403,28288 +"74621",9403,38625 +"74622",9403,42217 +"74623",9403,47506 +"74624",9403,48123 +"74625",9403,53672 +"74626",9403,65052 +"74627",9403,65103 +"74628",9403,79450 +"74629",9403,81594 +"74630",9403,81613 +"74631",9403,85916 +"74632",9403,117109 +"74633",9403,122678 +"74634",9404,46209 +"74635",9404,46891 +"74636",9404,59016 +"74637",9404,72296 +"74638",9404,92744 +"74639",9404,106564 +"74640",9404,110436 +"74641",9404,115364 +"74642",9405,9439 +"74643",9405,21730 +"74644",9405,39036 +"74645",9405,39441 +"74646",9405,39469 +"74647",9405,39488 +"74648",9405,39506 +"74649",9405,66860 +"74650",9405,95865 +"74651",9405,108697 +"74652",9405,115987 +"74653",9406,9407 +"74654",9406,34754 +"74655",9407,10381 +"74656",9407,11144 +"74657",9407,13329 +"74658",9407,66633 +"74659",9407,84351 +"74660",9407,85967 +"74661",9407,89130 +"74662",9408,40204 +"74663",9408,51772 +"74664",9408,83022 +"74665",9408,83057 +"74666",9408,83063 +"74667",9408,83078 +"74668",9409,12041 +"74669",9409,17063 +"74670",9409,46942 +"74671",9409,63490 +"74672",9409,97099 +"74673",9410,9464 +"74674",9411,19485 +"74675",9412,41830 +"74676",9412,68417 +"74677",9412,68447 +"74678",9412,84200 +"74679",9413,59923 +"74680",9414,12530 +"74681",9414,53980 +"74682",9414,61743 +"74683",9414,61748 +"74684",9414,61749 +"74685",9414,61815 +"74686",9415,12039 +"74687",9415,41071 +"74688",9415,114936 +"74689",9416,9617 +"74690",9416,14003 +"74691",9416,30859 +"74692",9416,31884 +"74693",9416,32347 +"74694",9416,61632 +"74695",9416,102601 +"74696",9417,9477 +"74697",9417,9485 +"74698",9417,11872 +"74699",9417,25031 +"74700",9417,26692 +"74701",9417,34745 +"74702",9417,41710 +"74703",9417,41960 +"74704",9417,78105 +"74705",9417,88872 +"74706",9417,107084 +"74707",9418,12789 +"74708",9418,30513 +"74709",9418,32020 +"74710",9418,40883 +"74711",9418,42196 +"74712",9418,46793 +"74713",9418,49881 +"74714",9418,77830 +"74715",9418,81816 +"74716",9418,87022 +"74717",9419,31538 +"74718",9419,31848 +"74719",9419,82581 +"74720",9420,12934 +"74721",9420,16816 +"74722",9420,17162 +"74723",9420,18247 +"74724",9420,18809 +"74725",9420,18834 +"74726",9420,20206 +"74727",9420,22201 +"74728",9420,25336 +"74729",9420,41804 +"74730",9420,42040 +"74731",9420,56018 +"74732",9420,65954 +"74733",9420,86023 +"74734",9420,90401 +"74735",9421,9606 +"74736",9422,10336 +"74737",9422,16286 +"74738",9422,18768 +"74739",9422,23053 +"74740",9422,24952 +"74741",9422,24996 +"74742",9422,25045 +"74743",9422,28380 +"74744",9422,37503 +"74745",9422,51121 +"74746",9422,55951 +"74747",9422,60617 +"74748",9422,68877 +"74749",9422,71534 +"74750",9423,12081 +"74751",9423,17351 +"74752",9423,17549 +"74753",9423,17632 +"74754",9423,18450 +"74755",9423,18670 +"74756",9423,20417 +"74757",9423,20528 +"74758",9423,20529 +"74759",9423,20616 +"74760",9423,20722 +"74761",9423,20830 +"74762",9423,27405 +"74763",9423,30892 +"74764",9423,41114 +"74765",9423,41537 +"74766",9423,44688 +"74767",9423,58084 +"74768",9423,61795 +"74769",9423,72218 +"74770",9423,80173 +"74771",9423,80211 +"74772",9424,45537 +"74773",9425,11366 +"74774",9425,27059 +"74775",9425,27732 +"74776",9425,77508 +"74777",9425,80549 +"74778",9425,91959 +"74779",9425,91995 +"74780",9425,102229 +"74781",9426,93719 +"74782",9427,13479 +"74783",9427,19252 +"74784",9427,30512 +"74785",9427,32922 +"74786",9428,15636 +"74787",9428,19637 +"74788",9428,32857 +"74789",9428,38576 +"74790",9428,50269 +"74791",9428,50656 +"74792",9428,53935 +"74793",9428,56835 +"74794",9428,63915 +"74795",9428,77969 +"74796",9429,12169 +"74797",9429,15813 +"74798",9429,17113 +"74799",9429,19123 +"74800",9429,21012 +"74801",9429,25577 +"74802",9429,46579 +"74803",9429,59253 +"74804",9429,67946 +"74805",9429,78691 +"74806",9429,80287 +"74807",9429,90727 +"74808",9430,9603 +"74809",9430,10190 +"74810",9430,14076 +"74811",9431,50137 +"74812",9431,55273 +"74813",9431,62272 +"74814",9431,77432 +"74815",9432,24663 +"74816",9432,29684 +"74817",9432,34731 +"74818",9432,60980 +"74819",9432,71654 +"74820",9432,73283 +"74821",9432,79804 +"74822",9432,80429 +"74823",9432,89361 +"74824",9432,98045 +"74825",9432,101616 +"74826",9432,110119 +"74827",9432,110863 +"74828",9433,25862 +"74829",9433,27335 +"74830",9433,31986 +"74831",9433,42126 +"74832",9433,43137 +"74833",9433,43919 +"74834",9434,43516 +"74835",9435,16289 +"74836",9435,72685 +"74837",9436,9515 +"74838",9437,14378 +"74839",9438,30268 +"74840",9438,35847 +"74841",9439,17100 +"74842",9439,18705 +"74843",9439,41142 +"74844",9439,45330 +"74845",9439,67242 +"74846",9439,80839 +"74847",9439,82950 +"74848",9439,82951 +"74849",9439,82979 +"74850",9440,11019 +"74851",9440,11036 +"74852",9440,27959 +"74853",9440,33185 +"74854",9440,45561 +"74855",9440,48688 +"74856",9440,98228 +"74857",9440,106032 +"74858",9441,38361 +"74859",9441,50605 +"74860",9441,53667 +"74861",9441,81152 +"74862",9441,110407 +"74863",9441,111367 +"74864",9441,118286 +"74865",9441,121590 +"74866",9442,28142 +"74867",9442,28219 +"74868",9442,42998 +"74869",9442,46365 +"74870",9442,53971 +"74871",9442,62660 +"74872",9442,88819 +"74873",9442,89552 +"74874",9442,99634 +"74875",9442,100988 +"74876",9442,110211 +"74877",9443,11047 +"74878",9443,19602 +"74879",9443,25380 +"74880",9443,26824 +"74881",9443,74052 +"74882",9443,85334 +"74883",9443,111497 +"74884",9443,111502 +"74885",9444,13842 +"74886",9444,20745 +"74887",9444,21624 +"74888",9444,23646 +"74889",9444,26714 +"74890",9444,33538 +"74891",9444,34682 +"74892",9444,39581 +"74893",9444,42066 +"74894",9444,46275 +"74895",9444,91532 +"74896",9444,95958 +"74897",9444,96008 +"74898",9444,108143 +"74899",9444,117125 +"74900",9444,117141 +"74901",9444,117230 +"74902",9445,11211 +"74903",9445,19400 +"74904",9445,23823 +"74905",9445,26859 +"74906",9445,31352 +"74907",9445,40864 +"74908",9445,47534 +"74909",9445,53707 +"74910",9445,53899 +"74911",9445,54253 +"74912",9445,62395 +"74913",9445,79409 +"74914",9446,36981 +"74915",9446,55691 +"74916",9446,55975 +"74917",9446,59480 +"74918",9446,59481 +"74919",9446,64141 +"74920",9446,83712 +"74921",9446,83743 +"74922",9446,83747 +"74923",9447,10098 +"74924",9448,10788 +"74925",9448,14191 +"74926",9448,14708 +"74927",9448,17857 +"74928",9448,19068 +"74929",9448,19082 +"74930",9448,21918 +"74931",9448,25013 +"74932",9448,25150 +"74933",9448,25639 +"74934",9448,36954 +"74935",9448,37307 +"74936",9448,41455 +"74937",9448,43149 +"74938",9448,44687 +"74939",9448,50207 +"74940",9448,50488 +"74941",9448,52112 +"74942",9448,53415 +"74943",9448,56357 +"74944",9448,57636 +"74945",9448,58482 +"74946",9448,59798 +"74947",9448,70907 +"74948",9448,71683 +"74949",9448,77125 +"74950",9448,78398 +"74951",9448,82426 +"74952",9448,84343 +"74953",9448,85000 +"74954",9448,85101 +"74955",9448,91682 +"74956",9448,95267 +"74957",9448,97580 +"74958",9448,98727 +"74959",9448,98776 +"74960",9448,100795 +"74961",9448,106824 +"74962",9448,108879 +"74963",9448,109166 +"74964",9448,109858 +"74965",9448,109878 +"74966",9448,112962 +"74967",9448,113990 +"74968",9448,115413 +"74969",9448,116123 +"74970",9448,117258 +"74971",9448,117560 +"74972",9448,118128 +"74973",9448,118836 +"74974",9448,118866 +"74975",9448,118873 +"74976",9448,119131 +"74977",9448,119513 +"74978",9448,119716 +"74979",9448,119769 +"74980",9448,120123 +"74981",9448,120169 +"74982",9448,120725 +"74983",9448,120944 +"74984",9448,121609 +"74985",9448,122007 +"74986",9448,122032 +"74987",9448,122035 +"74988",9448,122724 +"74989",9448,123070 +"74990",9448,123394 +"74991",9448,123490 +"74992",9449,18532 +"74993",9449,43737 +"74994",9449,47817 +"74995",9449,48161 +"74996",9449,55222 +"74997",9449,98399 +"74998",9450,108380 +"74999",9451,9852 +"75000",9451,10419 +"75001",9451,16146 +"75002",9451,37922 +"75003",9451,38059 +"75004",9451,69403 +"75005",9451,89684 +"75006",9451,98014 +"75007",9451,106865 +"75008",9451,111407 +"75009",9451,113393 +"75010",9451,115818 +"75011",9452,28034 +"75012",9452,33208 +"75013",9452,77885 +"75014",9452,81408 +"75015",9452,83446 +"75016",9452,83750 +"75017",9452,97087 +"75018",9452,106740 +"75019",9452,112966 +"75020",9452,117575 +"75021",9452,119308 +"75022",9452,119312 +"75023",9452,119347 +"75024",9452,119349 +"75025",9452,119355 +"75026",9452,121845 +"75027",9453,14188 +"75028",9453,14731 +"75029",9453,24256 +"75030",9453,26034 +"75031",9453,26834 +"75032",9453,39253 +"75033",9453,45152 +"75034",9453,50294 +"75035",9453,57367 +"75036",9453,59230 +"75037",9453,73294 +"75038",9453,84607 +"75039",9453,86332 +"75040",9453,89655 +"75041",9453,92926 +"75042",9453,94722 +"75043",9453,100553 +"75044",9453,101299 +"75045",9453,102396 +"75046",9454,25838 +"75047",9454,28522 +"75048",9454,29568 +"75049",9454,45764 +"75050",9454,50014 +"75051",9454,55862 +"75052",9454,57857 +"75053",9454,58573 +"75054",9454,77025 +"75055",9454,113987 +"75056",9455,13124 +"75057",9455,13822 +"75058",9455,18168 +"75059",9455,39544 +"75060",9455,40111 +"75061",9455,77945 +"75062",9455,93243 +"75063",9456,30998 +"75064",9457,13356 +"75065",9457,18600 +"75066",9457,20991 +"75067",9457,44877 +"75068",9457,45749 +"75069",9457,58061 +"75070",9457,59218 +"75071",9457,63757 +"75072",9457,67068 +"75073",9457,77929 +"75074",9457,82341 +"75075",9457,92269 +"75076",9457,92297 +"75077",9459,12347 +"75078",9459,14035 +"75079",9459,14202 +"75080",9459,15549 +"75081",9459,21292 +"75082",9459,28195 +"75083",9459,30702 +"75084",9459,81753 +"75085",9461,14091 +"75086",9461,16747 +"75087",9461,17125 +"75088",9461,17586 +"75089",9461,22216 +"75090",9461,37884 +"75091",9461,39173 +"75092",9461,47947 +"75093",9461,52268 +"75094",9461,57307 +"75095",9461,57843 +"75096",9461,57913 +"75097",9461,60348 +"75098",9461,61478 +"75099",9461,73771 +"75100",9461,73772 +"75101",9461,79104 +"75102",9462,9831 +"75103",9462,10435 +"75104",9462,10597 +"75105",9462,14902 +"75106",9462,18656 +"75107",9462,19559 +"75108",9462,24275 +"75109",9462,28316 +"75110",9462,30198 +"75111",9462,48712 +"75112",9462,49884 +"75113",9462,50255 +"75114",9462,67939 +"75115",9462,84462 +"75116",9462,88093 +"75117",9463,9492 +"75118",9463,51140 +"75119",9463,97978 +"75120",9463,97984 +"75121",9463,98001 +"75122",9464,110951 +"75123",9465,18544 +"75124",9465,25501 +"75125",9465,43097 +"75126",9465,62155 +"75127",9465,87756 +"75128",9465,88943 +"75129",9465,108926 +"75130",9465,117044 +"75131",9465,118271 +"75132",9465,119977 +"75133",9465,123198 +"75134",9466,30762 +"75135",9466,31987 +"75136",9466,40183 +"75137",9466,43271 +"75138",9466,51229 +"75139",9466,51343 +"75140",9466,52259 +"75141",9466,100562 +"75142",9467,12518 +"75143",9467,15670 +"75144",9467,17392 +"75145",9467,17474 +"75146",9467,21774 +"75147",9467,27030 +"75148",9467,29737 +"75149",9467,38049 +"75150",9467,75910 +"75151",9468,54904 +"75152",9469,9480 +"75153",9469,9832 +"75154",9469,10118 +"75155",9469,11662 +"75156",9469,12672 +"75157",9469,13988 +"75158",9469,14615 +"75159",9469,15636 +"75160",9469,16013 +"75161",9469,23787 +"75162",9469,29095 +"75163",9469,31177 +"75164",9469,34168 +"75165",9469,49962 +"75166",9469,52308 +"75167",9469,54229 +"75168",9469,95728 +"75169",9470,39218 +"75170",9470,53155 +"75171",9470,62450 +"75172",9470,63637 +"75173",9470,111117 +"75174",9471,24996 +"75175",9471,35596 +"75176",9471,83090 +"75177",9472,33083 +"75178",9472,76405 +"75179",9473,25841 +"75180",9473,48466 +"75181",9473,51123 +"75182",9473,63221 +"75183",9473,118651 +"75184",9475,59178 +"75185",9475,74939 +"75186",9475,80329 +"75187",9476,120027 +"75188",9477,9485 +"75189",9477,37998 +"75190",9477,46257 +"75191",9477,58841 +"75192",9477,77638 +"75193",9477,82450 +"75194",9477,82509 +"75195",9478,11153 +"75196",9478,30757 +"75197",9478,31326 +"75198",9478,41297 +"75199",9478,49077 +"75200",9478,50161 +"75201",9478,52244 +"75202",9478,56799 +"75203",9478,63486 +"75204",9478,68335 +"75205",9478,69163 +"75206",9478,69195 +"75207",9478,69211 +"75208",9478,69213 +"75209",9478,88726 +"75210",9479,40781 +"75211",9479,76392 +"75212",9480,9832 +"75213",9480,10118 +"75214",9481,10387 +"75215",9481,10453 +"75216",9481,11552 +"75217",9481,11582 +"75218",9481,11583 +"75219",9481,11642 +"75220",9481,11644 +"75221",9481,11936 +"75222",9481,13871 +"75223",9481,15506 +"75224",9481,16553 +"75225",9481,16687 +"75226",9481,20220 +"75227",9481,20697 +"75228",9481,24274 +"75229",9481,30770 +"75230",9481,30773 +"75231",9481,30924 +"75232",9481,33787 +"75233",9481,41220 +"75234",9481,45766 +"75235",9481,47302 +"75236",9481,54794 +"75237",9481,55824 +"75238",9481,113264 +"75239",9482,60024 +"75240",9482,70269 +"75241",9482,80544 +"75242",9482,90802 +"75243",9483,25643 +"75244",9483,33239 +"75245",9483,36464 +"75246",9483,50239 +"75247",9483,67434 +"75248",9483,76573 +"75249",9483,104990 +"75250",9484,11105 +"75251",9484,15338 +"75252",9484,17933 +"75253",9484,18218 +"75254",9484,18772 +"75255",9484,21001 +"75256",9484,25656 +"75257",9484,29681 +"75258",9484,39418 +"75259",9484,40723 +"75260",9484,40727 +"75261",9484,47482 +"75262",9484,52847 +"75263",9484,89944 +"75264",9484,97297 +"75265",9484,106868 +"75266",9484,108668 +"75267",9485,30749 +"75268",9486,32720 +"75269",9486,65703 +"75270",9486,81282 +"75271",9486,81314 +"75272",9487,9506 +"75273",9487,33697 +"75274",9488,13055 +"75275",9489,9757 +"75276",9489,10525 +"75277",9489,10814 +"75278",9489,13221 +"75279",9489,25055 +"75280",9489,35932 +"75281",9489,36058 +"75282",9489,51400 +"75283",9489,55939 +"75284",9489,65909 +"75285",9490,17793 +"75286",9490,35760 +"75287",9490,39946 +"75288",9490,96212 +"75289",9490,97830 +"75290",9491,10868 +"75291",9491,11282 +"75292",9491,13082 +"75293",9491,21465 +"75294",9491,26928 +"75295",9492,14554 +"75296",9492,16747 +"75297",9492,20452 +"75298",9492,36064 +"75299",9492,39387 +"75300",9492,42473 +"75301",9492,44760 +"75302",9492,45173 +"75303",9492,45256 +"75304",9493,10904 +"75305",9493,30116 +"75306",9493,32329 +"75307",9493,40604 +"75308",9493,45630 +"75309",9493,59100 +"75310",9493,89738 +"75311",9493,90525 +"75312",9493,98391 +"75313",9493,107351 +"75314",9493,108170 +"75315",9493,115498 +"75316",9493,117671 +"75317",9494,50115 +"75318",9495,41323 +"75319",9495,73563 +"75320",9495,77592 +"75321",9495,78098 +"75322",9495,112417 +"75323",9495,115220 +"75324",9497,86530 +"75325",9498,20515 +"75326",9498,31410 +"75327",9498,31435 +"75328",9498,35765 +"75329",9498,39594 +"75330",9498,42942 +"75331",9498,51406 +"75332",9498,71857 +"75333",9498,71860 +"75334",9498,72047 +"75335",9499,51277 +"75336",9499,53596 +"75337",9499,97632 +"75338",9500,9512 +"75339",9500,9592 +"75340",9500,9850 +"75341",9500,51629 +"75342",9501,17800 +"75343",9501,82313 +"75344",9501,98539 +"75345",9501,111830 +"75346",9501,121758 +"75347",9501,121764 +"75348",9502,27397 +"75349",9502,35854 +"75350",9503,9587 +"75351",9503,9623 +"75352",9503,10453 +"75353",9503,14715 +"75354",9503,16687 +"75355",9503,19794 +"75356",9503,19827 +"75357",9503,23953 +"75358",9503,31234 +"75359",9503,33962 +"75360",9503,44181 +"75361",9503,53743 +"75362",9503,63588 +"75363",9503,67872 +"75364",9503,72858 +"75365",9503,74370 +"75366",9503,78773 +"75367",9503,83243 +"75368",9503,88574 +"75369",9504,11081 +"75370",9504,27123 +"75371",9504,38094 +"75372",9504,47654 +"75373",9504,52633 +"75374",9504,55226 +"75375",9504,81796 +"75376",9504,84788 +"75377",9504,94350 +"75378",9505,11913 +"75379",9505,12428 +"75380",9505,12807 +"75381",9505,13142 +"75382",9505,16689 +"75383",9505,19036 +"75384",9505,19391 +"75385",9505,23075 +"75386",9505,25606 +"75387",9505,28530 +"75388",9505,30258 +"75389",9505,35368 +"75390",9505,38185 +"75391",9505,38683 +"75392",9505,40245 +"75393",9505,41824 +"75394",9505,43226 +"75395",9505,44655 +"75396",9505,44973 +"75397",9505,46177 +"75398",9505,47048 +"75399",9505,48110 +"75400",9505,57536 +"75401",9505,58508 +"75402",9505,59731 +"75403",9505,62642 +"75404",9505,68091 +"75405",9505,69335 +"75406",9505,69678 +"75407",9505,75245 +"75408",9505,75776 +"75409",9505,75956 +"75410",9505,76387 +"75411",9505,78978 +"75412",9505,79212 +"75413",9505,79241 +"75414",9505,79579 +"75415",9505,80239 +"75416",9505,80301 +"75417",9505,81397 +"75418",9505,88340 +"75419",9505,88749 +"75420",9505,89069 +"75421",9505,89373 +"75422",9505,89995 +"75423",9505,90919 +"75424",9505,90936 +"75425",9505,91231 +"75426",9505,92861 +"75427",9505,93097 +"75428",9505,94231 +"75429",9505,95489 +"75430",9505,96247 +"75431",9505,96363 +"75432",9505,97898 +"75433",9506,9716 +"75434",9506,14789 +"75435",9506,22977 +"75436",9506,26139 +"75437",9506,29557 +"75438",9506,31929 +"75439",9506,32553 +"75440",9506,32582 +"75441",9506,32642 +"75442",9506,32664 +"75443",9506,40678 +"75444",9506,51027 +"75445",9506,52767 +"75446",9506,56138 +"75447",9506,59209 +"75448",9506,69114 +"75449",9506,69231 +"75450",9506,69436 +"75451",9506,76839 +"75452",9506,78768 +"75453",9506,88173 +"75454",9506,88406 +"75455",9506,88896 +"75456",9506,89142 +"75457",9506,90370 +"75458",9506,91083 +"75459",9506,91715 +"75460",9506,92766 +"75461",9506,94387 +"75462",9506,97266 +"75463",9506,97873 +"75464",9506,102409 +"75465",9506,107905 +"75466",9506,119489 +"75467",9507,43644 +"75468",9508,13060 +"75469",9508,14324 +"75470",9508,17255 +"75471",9508,29146 +"75472",9508,33080 +"75473",9508,34451 +"75474",9508,40505 +"75475",9508,43283 +"75476",9508,46642 +"75477",9508,47384 +"75478",9508,47940 +"75479",9508,63686 +"75480",9508,85777 +"75481",9508,92819 +"75482",9508,120794 +"75483",9509,39054 +"75484",9509,49019 +"75485",9509,53740 +"75486",9509,85432 +"75487",9509,89942 +"75488",9510,52831 +"75489",9510,62163 +"75490",9510,62195 +"75491",9510,62559 +"75492",9510,82397 +"75493",9510,82549 +"75494",9510,82551 +"75495",9510,82565 +"75496",9511,12170 +"75497",9511,12618 +"75498",9511,12642 +"75499",9511,19335 +"75500",9511,21229 +"75501",9511,22567 +"75502",9511,23132 +"75503",9511,25899 +"75504",9511,30302 +"75505",9511,38798 +"75506",9511,40383 +"75507",9511,43941 +"75508",9511,50495 +"75509",9511,53611 +"75510",9511,58946 +"75511",9511,68564 +"75512",9511,83766 +"75513",9511,83794 +"75514",9511,83795 +"75515",9511,91619 +"75516",9512,51629 +"75517",9512,74246 +"75518",9513,11549 +"75519",9513,38277 +"75520",9513,55206 +"75521",9513,89909 +"75522",9513,95682 +"75523",9514,77202 +"75524",9515,48085 +"75525",9515,71203 +"75526",9515,71713 +"75527",9516,19899 +"75528",9516,27422 +"75529",9516,34596 +"75530",9516,47759 +"75531",9516,95658 +"75532",9516,103093 +"75533",9517,9563 +"75534",9518,10304 +"75535",9518,30981 +"75536",9518,36147 +"75537",9518,36194 +"75538",9518,36224 +"75539",9518,74788 +"75540",9518,84764 +"75541",9519,9520 +"75542",9519,9541 +"75543",9519,17528 +"75544",9519,28009 +"75545",9519,29462 +"75546",9519,85355 +"75547",9520,9541 +"75548",9520,17528 +"75549",9521,106541 +"75550",9522,13077 +"75551",9522,19807 +"75552",9522,20009 +"75553",9522,21220 +"75554",9522,22124 +"75555",9522,26734 +"75556",9522,32835 +"75557",9522,34100 +"75558",9522,36888 +"75559",9522,37611 +"75560",9522,37731 +"75561",9522,39440 +"75562",9522,46193 +"75563",9522,47500 +"75564",9522,50609 +"75565",9522,50751 +"75566",9522,56360 +"75567",9522,57196 +"75568",9523,13853 +"75569",9523,16364 +"75570",9523,21901 +"75571",9523,24551 +"75572",9523,29590 +"75573",9523,29908 +"75574",9523,31029 +"75575",9523,68354 +"75576",9524,14693 +"75577",9524,59307 +"75578",9524,63091 +"75579",9524,86431 +"75580",9524,97718 +"75581",9525,9983 +"75582",9525,10297 +"75583",9525,27728 +"75584",9525,31756 +"75585",9525,51287 +"75586",9525,56200 +"75587",9525,76248 +"75588",9525,78320 +"75589",9525,83222 +"75590",9526,15087 +"75591",9526,29579 +"75592",9526,33819 +"75593",9526,33922 +"75594",9526,33941 +"75595",9527,87355 +"75596",9528,30432 +"75597",9529,13359 +"75598",9529,13792 +"75599",9529,16160 +"75600",9529,16830 +"75601",9529,18570 +"75602",9529,18582 +"75603",9529,19587 +"75604",9529,26272 +"75605",9529,28898 +"75606",9529,46691 +"75607",9529,52583 +"75608",9529,106260 +"75609",9530,24240 +"75610",9530,37175 +"75611",9530,37987 +"75612",9531,30916 +"75613",9531,31763 +"75614",9531,36446 +"75615",9531,40997 +"75616",9531,49759 +"75617",9531,49917 +"75618",9532,9689 +"75619",9532,13361 +"75620",9532,14288 +"75621",9532,16407 +"75622",9532,19920 +"75623",9532,21693 +"75624",9532,22326 +"75625",9532,22362 +"75626",9532,22432 +"75627",9532,24398 +"75628",9532,30031 +"75629",9532,40099 +"75630",9532,40494 +"75631",9532,41036 +"75632",9532,43001 +"75633",9532,78144 +"75634",9532,87060 +"75635",9532,87073 +"75636",9533,94108 +"75637",9533,96439 +"75638",9533,121955 +"75639",9535,12210 +"75640",9535,23529 +"75641",9535,25311 +"75642",9535,31842 +"75643",9535,43049 +"75644",9535,52156 +"75645",9535,55975 +"75646",9535,55992 +"75647",9535,70901 +"75648",9535,71146 +"75649",9536,38550 +"75650",9536,94637 +"75651",9537,9565 +"75652",9537,9566 +"75653",9538,9799 +"75654",9538,35781 +"75655",9538,39545 +"75656",9538,43610 +"75657",9538,51428 +"75658",9538,60201 +"75659",9538,62357 +"75660",9538,74237 +"75661",9538,77719 +"75662",9538,86358 +"75663",9538,92682 +"75664",9538,93710 +"75665",9538,94697 +"75666",9538,111119 +"75667",9538,121143 +"75668",9539,10137 +"75669",9539,12188 +"75670",9539,12680 +"75671",9539,18192 +"75672",9539,29133 +"75673",9539,37666 +"75674",9539,44529 +"75675",9539,78044 +"75676",9540,9810 +"75677",9540,9984 +"75678",9540,12502 +"75679",9540,13321 +"75680",9540,40253 +"75681",9540,78334 +"75682",9540,99156 +"75683",9541,17528 +"75684",9541,22855 +"75685",9541,26013 +"75686",9542,12837 +"75687",9542,23197 +"75688",9542,36388 +"75689",9542,59175 +"75690",9542,76230 +"75691",9542,87492 +"75692",9542,102251 +"75693",9542,105282 +"75694",9543,30650 +"75695",9543,39276 +"75696",9543,49803 +"75697",9543,54186 +"75698",9543,103452 +"75699",9544,9726 +"75700",9544,13255 +"75701",9544,13320 +"75702",9544,19315 +"75703",9544,19316 +"75704",9544,29120 +"75705",9544,35530 +"75706",9544,66899 +"75707",9545,10154 +"75708",9545,10229 +"75709",9545,12157 +"75710",9545,13044 +"75711",9545,14852 +"75712",9545,18481 +"75713",9545,21422 +"75714",9545,25141 +"75715",9545,31820 +"75716",9545,44142 +"75717",9545,45136 +"75718",9545,49962 +"75719",9545,50169 +"75720",9545,50276 +"75721",9545,55297 +"75722",9545,57892 +"75723",9545,58659 +"75724",9545,70996 +"75725",9545,71004 +"75726",9545,82125 +"75727",9545,82138 +"75728",9545,82139 +"75729",9545,82141 +"75730",9545,82150 +"75731",9545,82164 +"75732",9547,65935 +"75733",9547,72757 +"75734",9547,74548 +"75735",9548,9550 +"75736",9548,13798 +"75737",9548,29892 +"75738",9548,41072 +"75739",9548,44224 +"75740",9548,53791 +"75741",9548,57250 +"75742",9548,75077 +"75743",9548,77375 +"75744",9548,79963 +"75745",9548,83833 +"75746",9548,86816 +"75747",9548,112191 +"75748",9549,26081 +"75749",9549,35780 +"75750",9549,39030 +"75751",9549,47200 +"75752",9549,59224 +"75753",9549,70948 +"75754",9549,77280 +"75755",9549,84207 +"75756",9549,99584 +"75757",9550,29892 +"75758",9550,41072 +"75759",9550,48469 +"75760",9550,51911 +"75761",9550,60645 +"75762",9550,61435 +"75763",9550,75077 +"75764",9550,78788 +"75765",9550,106879 +"75766",9551,38202 +"75767",9551,119305 +"75768",9551,119318 +"75769",9552,41908 +"75770",9552,52517 +"75771",9552,105113 +"75772",9553,19606 +"75773",9553,22749 +"75774",9553,30647 +"75775",9553,35256 +"75776",9553,37570 +"75777",9553,37682 +"75778",9553,40019 +"75779",9553,57710 +"75780",9553,75780 +"75781",9553,81230 +"75782",9555,10844 +"75783",9555,16198 +"75784",9555,16200 +"75785",9555,21877 +"75786",9555,22667 +"75787",9555,30034 +"75788",9555,30993 +"75789",9555,33938 +"75790",9555,34415 +"75791",9555,40112 +"75792",9555,87142 +"75793",9555,89627 +"75794",9555,89730 +"75795",9555,111208 +"75796",9555,120020 +"75797",9555,121300 +"75798",9555,121739 +"75799",9556,19242 +"75800",9556,27726 +"75801",9556,75915 +"75802",9556,110422 +"75803",9556,112105 +"75804",9557,13818 +"75805",9557,19348 +"75806",9557,27228 +"75807",9557,34762 +"75808",9558,11699 +"75809",9558,13485 +"75810",9558,21542 +"75811",9558,56194 +"75812",9558,57141 +"75813",9558,98995 +"75814",9559,80897 +"75815",9560,10235 +"75816",9560,10278 +"75817",9560,12342 +"75818",9560,15491 +"75819",9560,39674 +"75820",9560,52969 +"75821",9560,76620 +"75822",9560,83004 +"75823",9561,9657 +"75824",9561,72353 +"75825",9562,15401 +"75826",9562,28689 +"75827",9562,35841 +"75828",9562,50116 +"75829",9562,50308 +"75830",9563,10822 +"75831",9563,18144 +"75832",9563,21397 +"75833",9563,34229 +"75834",9563,37785 +"75835",9563,37810 +"75836",9563,45050 +"75837",9563,46473 +"75838",9563,47945 +"75839",9563,50884 +"75840",9563,64626 +"75841",9563,64627 +"75842",9563,64661 +"75843",9563,64745 +"75844",9563,67033 +"75845",9563,79337 +"75846",9563,88147 +"75847",9563,96779 +"75848",9564,13324 +"75849",9564,13530 +"75850",9564,21993 +"75851",9564,23252 +"75852",9564,24031 +"75853",9564,27366 +"75854",9564,27430 +"75855",9564,33435 +"75856",9564,41288 +"75857",9564,47564 +"75858",9565,9566 +"75859",9565,19637 +"75860",9565,50269 +"75861",9565,53063 +"75862",9565,53935 +"75863",9565,68405 +"75864",9565,71529 +"75865",9565,73546 +"75866",9565,73603 +"75867",9565,83492 +"75868",9565,84950 +"75869",9565,99149 +"75870",9565,112556 +"75871",9565,113056 +"75872",9565,114925 +"75873",9565,119993 +"75874",9566,89402 +"75875",9567,42971 +"75876",9567,67816 +"75877",9567,68756 +"75878",9567,68982 +"75879",9567,112474 +"75880",9568,42101 +"75881",9568,44582 +"75882",9568,56303 +"75883",9568,63583 +"75884",9569,12113 +"75885",9569,44520 +"75886",9569,45008 +"75887",9569,120414 +"75888",9569,120430 +"75889",9569,123382 +"75890",9570,45745 +"75891",9570,59731 +"75892",9570,81007 +"75893",9570,90010 +"75894",9570,99492 +"75895",9571,9627 +"75896",9571,27714 +"75897",9571,50741 +"75898",9571,67049 +"75899",9571,82039 +"75900",9571,82274 +"75901",9571,82280 +"75902",9571,93553 +"75903",9572,10064 +"75904",9572,14732 +"75905",9572,16165 +"75906",9572,16545 +"75907",9572,19210 +"75908",9572,21352 +"75909",9572,39372 +"75910",9572,40050 +"75911",9572,47011 +"75912",9572,49212 +"75913",9572,59764 +"75914",9572,74380 +"75915",9572,79722 +"75916",9572,82131 +"75917",9572,82948 +"75918",9572,91637 +"75919",9572,91772 +"75920",9572,92163 +"75921",9572,97240 +"75922",9572,98208 +"75923",9572,114856 +"75924",9572,117325 +"75925",9573,9575 +"75926",9573,9621 +"75927",9574,9622 +"75928",9575,9621 +"75929",9575,107103 +"75930",9576,9614 +"75931",9576,9615 +"75932",9576,14054 +"75933",9576,16680 +"75934",9576,32173 +"75935",9576,73466 +"75936",9576,96370 +"75937",9577,41823 +"75938",9577,70503 +"75939",9578,12056 +"75940",9578,18894 +"75941",9578,29773 +"75942",9578,33815 +"75943",9578,45503 +"75944",9578,46107 +"75945",9578,70928 +"75946",9578,76126 +"75947",9578,76564 +"75948",9579,19379 +"75949",9579,31952 +"75950",9579,40296 +"75951",9579,45797 +"75952",9579,65726 +"75953",9579,79143 +"75954",9580,11441 +"75955",9580,39396 +"75956",9580,86455 +"75957",9580,91775 +"75958",9581,11571 +"75959",9581,27543 +"75960",9581,39617 +"75961",9581,49149 +"75962",9581,76547 +"75963",9581,94002 +"75964",9582,26543 +"75965",9583,23039 +"75966",9584,10157 +"75967",9584,87656 +"75968",9585,16341 +"75969",9585,20770 +"75970",9585,31800 +"75971",9585,38021 +"75972",9585,39439 +"75973",9585,53775 +"75974",9585,55973 +"75975",9585,64390 +"75976",9585,67783 +"75977",9585,79983 +"75978",9585,91232 +"75979",9585,93630 +"75980",9585,100942 +"75981",9585,113514 +"75982",9585,113587 +"75983",9586,95289 +"75984",9586,104412 +"75985",9586,112546 +"75986",9586,122623 +"75987",9586,122629 +"75988",9587,9623 +"75989",9587,35589 +"75990",9587,35724 +"75991",9587,87767 +"75992",9587,87855 +"75993",9588,33023 +"75994",9588,37656 +"75995",9589,34804 +"75996",9589,35980 +"75997",9589,56629 +"75998",9590,78577 +"75999",9590,82687 +"76000",9590,82989 +"76001",9591,9593 +"76002",9591,9599 +"76003",9591,16299 +"76004",9592,9850 +"76005",9592,13582 +"76006",9592,18649 +"76007",9592,69081 +"76008",9593,9599 +"76009",9593,73909 +"76010",9593,74568 +"76011",9593,75239 +"76012",9593,122382 +"76013",9593,122407 +"76014",9594,10148 +"76015",9594,10181 +"76016",9594,15560 +"76017",9594,17295 +"76018",9594,23508 +"76019",9594,26486 +"76020",9594,36781 +"76021",9594,42715 +"76022",9594,44772 +"76023",9594,45182 +"76024",9594,46444 +"76025",9594,53279 +"76026",9594,77253 +"76027",9594,78192 +"76028",9594,101338 +"76029",9595,15329 +"76030",9595,21392 +"76031",9595,28748 +"76032",9595,87858 +"76033",9595,107448 +"76034",9595,119787 +"76035",9596,10055 +"76036",9596,39047 +"76037",9597,11649 +"76038",9597,11658 +"76039",9597,15373 +"76040",9597,22494 +"76041",9597,23230 +"76042",9597,25739 +"76043",9597,25811 +"76044",9597,25831 +"76045",9597,25832 +"76046",9597,25863 +"76047",9597,45359 +"76048",9597,81934 +"76049",9597,81982 +"76050",9597,82880 +"76051",9598,30026 +"76052",9598,56853 +"76053",9598,62555 +"76054",9598,76223 +"76055",9598,76224 +"76056",9598,76451 +"76057",9598,76455 +"76058",9598,76456 +"76059",9598,76476 +"76060",9599,14892 +"76061",9599,21750 +"76062",9599,24848 +"76063",9599,30144 +"76064",9599,94688 +"76065",9600,9641 +"76066",9600,36027 +"76067",9600,39762 +"76068",9600,46602 +"76069",9600,70272 +"76070",9601,15431 +"76071",9601,41183 +"76072",9601,42832 +"76073",9601,51751 +"76074",9601,69201 +"76075",9601,73473 +"76076",9601,76783 +"76077",9601,77621 +"76078",9601,90743 +"76079",9602,11057 +"76080",9602,11124 +"76081",9602,12126 +"76082",9602,16588 +"76083",9602,18309 +"76084",9602,21057 +"76085",9602,29196 +"76086",9602,32834 +"76087",9602,33400 +"76088",9602,47949 +"76089",9603,10190 +"76090",9604,31494 +"76091",9604,43527 +"76092",9604,47064 +"76093",9604,52473 +"76094",9604,53434 +"76095",9605,13839 +"76096",9605,29738 +"76097",9605,36932 +"76098",9605,40229 +"76099",9605,55226 +"76100",9605,55459 +"76101",9605,78592 +"76102",9605,83437 +"76103",9605,111848 +"76104",9605,122151 +"76105",9607,57733 +"76106",9608,113638 +"76107",9609,13461 +"76108",9609,25305 +"76109",9609,29962 +"76110",9609,30002 +"76111",9609,57638 +"76112",9609,60428 +"76113",9609,66159 +"76114",9609,67018 +"76115",9609,70166 +"76116",9610,31862 +"76117",9610,81403 +"76118",9610,91221 +"76119",9610,112012 +"76120",9611,16444 +"76121",9611,30479 +"76122",9611,40404 +"76123",9611,56229 +"76124",9611,58367 +"76125",9612,33718 +"76126",9612,39561 +"76127",9612,76464 +"76128",9613,17242 +"76129",9613,19605 +"76130",9613,20162 +"76131",9613,29454 +"76132",9613,32741 +"76133",9613,38792 +"76134",9613,45329 +"76135",9613,72232 +"76136",9613,86402 +"76137",9613,95046 +"76138",9614,9615 +"76139",9614,18027 +"76140",9614,23582 +"76141",9615,37503 +"76142",9615,52315 +"76143",9615,53975 +"76144",9615,62039 +"76145",9615,76722 +"76146",9616,13674 +"76147",9616,13879 +"76148",9616,15548 +"76149",9616,29147 +"76150",9616,46174 +"76151",9616,46562 +"76152",9616,52068 +"76153",9616,54932 +"76154",9616,61700 +"76155",9616,67239 +"76156",9616,81212 +"76157",9616,81545 +"76158",9616,85441 +"76159",9616,103167 +"76160",9617,10230 +"76161",9617,14003 +"76162",9617,15921 +"76163",9617,18970 +"76164",9617,25351 +"76165",9617,29387 +"76166",9617,29818 +"76167",9617,41679 +"76168",9617,47213 +"76169",9617,56787 +"76170",9617,69037 +"76171",9617,81381 +"76172",9617,98243 +"76173",9617,103890 +"76174",9617,112875 +"76175",9617,113552 +"76176",9618,11213 +"76177",9618,15078 +"76178",9619,33286 +"76179",9619,79210 +"76180",9619,95027 +"76181",9619,100225 +"76182",9619,111512 +"76183",9620,32897 +"76184",9620,56542 +"76185",9620,87626 +"76186",9621,36320 +"76187",9621,39741 +"76188",9621,40956 +"76189",9621,55090 +"76190",9622,28573 +"76191",9622,38239 +"76192",9622,82992 +"76193",9622,85817 +"76194",9622,102094 +"76195",9623,9785 +"76196",9623,10070 +"76197",9623,10546 +"76198",9623,11829 +"76199",9623,13592 +"76200",9623,16687 +"76201",9623,17285 +"76202",9623,19087 +"76203",9623,30770 +"76204",9623,30924 +"76205",9623,33522 +"76206",9623,36671 +"76207",9623,43363 +"76208",9623,50772 +"76209",9623,51375 +"76210",9623,51519 +"76211",9623,53743 +"76212",9623,59803 +"76213",9623,60645 +"76214",9624,36423 +"76215",9624,75968 +"76216",9624,77498 +"76217",9624,81912 +"76218",9624,105124 +"76219",9624,120010 +"76220",9625,17603 +"76221",9625,24545 +"76222",9625,112882 +"76223",9626,46586 +"76224",9626,49576 +"76225",9626,64612 +"76226",9626,72957 +"76227",9626,99070 +"76228",9626,102796 +"76229",9626,110380 +"76230",9626,121331 +"76231",9626,121353 +"76232",9626,121358 +"76233",9627,9724 +"76234",9627,12428 +"76235",9627,27714 +"76236",9627,50741 +"76237",9627,82274 +"76238",9627,82280 +"76239",9628,10253 +"76240",9628,13357 +"76241",9628,13550 +"76242",9628,13875 +"76243",9628,22578 +"76244",9628,30968 +"76245",9628,43447 +"76246",9628,52887 +"76247",9628,65068 +"76248",9628,76395 +"76249",9628,82272 +"76250",9628,85218 +"76251",9628,91276 +"76252",9628,97013 +"76253",9628,100201 +"76254",9628,102800 +"76255",9628,115846 +"76256",9629,37175 +"76257",9629,91987 +"76258",9630,11274 +"76259",9630,11455 +"76260",9630,27590 +"76261",9630,38223 +"76262",9630,47366 +"76263",9630,50978 +"76264",9630,53186 +"76265",9630,82768 +"76266",9630,85038 +"76267",9630,110203 +"76268",9631,19096 +"76269",9631,23312 +"76270",9631,25282 +"76271",9631,37108 +"76272",9631,38707 +"76273",9631,45954 +"76274",9631,46185 +"76275",9631,53120 +"76276",9631,67011 +"76277",9631,85358 +"76278",9631,104090 +"76279",9632,13382 +"76280",9632,17668 +"76281",9632,44727 +"76282",9632,54957 +"76283",9632,118335 +"76284",9633,10576 +"76285",9633,11103 +"76286",9633,13949 +"76287",9633,16269 +"76288",9633,20260 +"76289",9633,21503 +"76290",9633,24694 +"76291",9633,35752 +"76292",9633,37478 +"76293",9633,39708 +"76294",9633,52751 +"76295",9633,52824 +"76296",9633,80832 +"76297",9633,111593 +"76298",9634,29080 +"76299",9634,40680 +"76300",9634,53404 +"76301",9634,92908 +"76302",9635,9768 +"76303",9635,33300 +"76304",9635,63829 +"76305",9635,74941 +"76306",9635,79677 +"76307",9637,63702 +"76308",9638,39249 +"76309",9638,44742 +"76310",9638,88673 +"76311",9638,90003 +"76312",9639,10052 +"76313",9640,81260 +"76314",9640,82795 +"76315",9642,24051 +"76316",9642,85745 +"76317",9642,119434 +"76318",9642,122189 +"76319",9642,122219 +"76320",9643,9666 +"76321",9643,9823 +"76322",9643,9877 +"76323",9643,10640 +"76324",9643,10830 +"76325",9644,23449 +"76326",9644,25535 +"76327",9644,48392 +"76328",9644,71417 +"76329",9644,80777 +"76330",9644,80995 +"76331",9644,106988 +"76332",9645,9649 +"76333",9645,9733 +"76334",9645,9803 +"76335",9645,9828 +"76336",9645,13964 +"76337",9645,14455 +"76338",9645,21068 +"76339",9645,25530 +"76340",9645,25540 +"76341",9645,25556 +"76342",9645,37444 +"76343",9645,63821 +"76344",9645,71913 +"76345",9645,75805 +"76346",9645,95858 +"76347",9645,95863 +"76348",9645,95877 +"76349",9646,19799 +"76350",9646,22278 +"76351",9646,26903 +"76352",9646,27319 +"76353",9646,34123 +"76354",9646,47106 +"76355",9646,47852 +"76356",9646,49870 +"76357",9646,66234 +"76358",9646,72345 +"76359",9646,75160 +"76360",9646,83440 +"76361",9647,18160 +"76362",9647,23441 +"76363",9647,28243 +"76364",9647,55942 +"76365",9648,12000 +"76366",9648,12624 +"76367",9648,27937 +"76368",9648,41792 +"76369",9648,45309 +"76370",9648,77228 +"76371",9648,77229 +"76372",9648,77259 +"76373",9649,9803 +"76374",9649,9828 +"76375",9649,13964 +"76376",9649,51497 +"76377",9649,52061 +"76378",9649,67425 +"76379",9649,75805 +"76380",9650,10157 +"76381",9650,53220 +"76382",9650,61298 +"76383",9650,63302 +"76384",9651,15767 +"76385",9651,68243 +"76386",9652,9653 +"76387",9652,12977 +"76388",9652,13174 +"76389",9652,20319 +"76390",9652,21627 +"76391",9652,22839 +"76392",9652,22884 +"76393",9652,31965 +"76394",9652,33588 +"76395",9652,33621 +"76396",9652,33634 +"76397",9652,33728 +"76398",9652,33771 +"76399",9652,51041 +"76400",9652,77961 +"76401",9652,83093 +"76402",9652,119326 +"76403",9653,22839 +"76404",9653,33588 +"76405",9653,39124 +"76406",9653,43453 +"76407",9653,47468 +"76408",9654,19225 +"76409",9654,21929 +"76410",9654,23011 +"76411",9654,23257 +"76412",9654,28987 +"76413",9654,34613 +"76414",9654,40113 +"76415",9654,52293 +"76416",9654,56624 +"76417",9654,60088 +"76418",9654,62679 +"76419",9654,67726 +"76420",9654,75470 +"76421",9654,82625 +"76422",9654,91002 +"76423",9655,22222 +"76424",9655,22856 +"76425",9655,23591 +"76426",9655,27691 +"76427",9656,13034 +"76428",9656,15214 +"76429",9656,15281 +"76430",9656,18646 +"76431",9656,20679 +"76432",9656,24536 +"76433",9656,55325 +"76434",9656,73520 +"76435",9656,73990 +"76436",9656,78524 +"76437",9656,80485 +"76438",9656,80610 +"76439",9656,80611 +"76440",9656,93553 +"76441",9656,93774 +"76442",9656,94297 +"76443",9656,97257 +"76444",9656,102760 +"76445",9656,105927 +"76446",9656,105981 +"76447",9656,106518 +"76448",9656,118552 +"76449",9657,26947 +"76450",9657,47478 +"76451",9657,61607 +"76452",9657,62871 +"76453",9658,9766 +"76454",9658,9767 +"76455",9658,9892 +"76456",9658,60340 +"76457",9658,79623 +"76458",9658,91580 +"76459",9658,91623 +"76460",9659,9683 +"76461",9659,9893 +"76462",9659,38497 +"76463",9659,70012 +"76464",9659,113341 +"76465",9660,9695 +"76466",9660,11817 +"76467",9660,20230 +"76468",9660,21176 +"76469",9660,29468 +"76470",9660,80014 +"76471",9660,93666 +"76472",9661,24845 +"76473",9661,63133 +"76474",9661,88943 +"76475",9662,9730 +"76476",9662,9765 +"76477",9662,9770 +"76478",9662,9817 +"76479",9662,9835 +"76480",9662,9844 +"76481",9662,9909 +"76482",9662,9930 +"76483",9662,9931 +"76484",9662,9938 +"76485",9662,16889 +"76486",9662,31453 +"76487",9662,39818 +"76488",9662,48541 +"76489",9663,25116 +"76490",9663,25737 +"76491",9664,9865 +"76492",9664,9951 +"76493",9664,11203 +"76494",9664,49846 +"76495",9664,56406 +"76496",9665,9773 +"76497",9665,28838 +"76498",9665,39114 +"76499",9665,45974 +"76500",9665,62769 +"76501",9665,66291 +"76502",9665,66332 +"76503",9665,72329 +"76504",9665,85908 +"76505",9665,100245 +"76506",9666,9823 +"76507",9666,9877 +"76508",9666,10640 +"76509",9666,10830 +"76510",9667,53175 +"76511",9667,96973 +"76512",9667,96986 +"76513",9667,103705 +"76514",9668,20641 +"76515",9668,37597 +"76516",9669,13880 +"76517",9669,24639 +"76518",9669,30232 +"76519",9669,45846 +"76520",9670,10498 +"76521",9670,28998 +"76522",9670,32780 +"76523",9670,32947 +"76524",9670,34837 +"76525",9670,85676 +"76526",9670,115268 +"76527",9671,9687 +"76528",9671,9688 +"76529",9672,20804 +"76530",9672,24746 +"76531",9672,24917 +"76532",9672,38063 +"76533",9673,10173 +"76534",9673,10701 +"76535",9673,16026 +"76536",9673,18673 +"76537",9673,32169 +"76538",9673,42390 +"76539",9673,71999 +"76540",9673,80171 +"76541",9673,80304 +"76542",9674,18305 +"76543",9674,92120 +"76544",9674,109877 +"76545",9674,111670 +"76546",9674,115916 +"76547",9675,20713 +"76548",9676,121768 +"76549",9677,20947 +"76550",9677,55412 +"76551",9678,11823 +"76552",9678,19113 +"76553",9678,36930 +"76554",9678,45550 +"76555",9678,77802 +"76556",9678,94500 +"76557",9678,101911 +"76558",9679,15649 +"76559",9679,50748 +"76560",9679,55576 +"76561",9679,65798 +"76562",9679,65837 +"76563",9680,10727 +"76564",9680,13909 +"76565",9680,32664 +"76566",9680,53347 +"76567",9681,11334 +"76568",9681,23315 +"76569",9681,83969 +"76570",9681,89189 +"76571",9681,89203 +"76572",9681,89654 +"76573",9681,89978 +"76574",9681,96121 +"76575",9681,96139 +"76576",9681,96147 +"76577",9681,96165 +"76578",9682,9697 +"76579",9682,19277 +"76580",9682,52964 +"76581",9682,65722 +"76582",9682,67913 +"76583",9683,9893 +"76584",9683,11055 +"76585",9683,11123 +"76586",9683,15844 +"76587",9683,16575 +"76588",9683,17521 +"76589",9683,19027 +"76590",9683,19901 +"76591",9683,26210 +"76592",9683,34969 +"76593",9683,44636 +"76594",9683,52685 +"76595",9683,54676 +"76596",9683,57184 +"76597",9683,57979 +"76598",9683,65130 +"76599",9683,70012 +"76600",9683,81779 +"76601",9683,82693 +"76602",9683,91908 +"76603",9683,93125 +"76604",9683,93584 +"76605",9683,95627 +"76606",9683,101113 +"76607",9683,103733 +"76608",9683,119320 +"76609",9684,9933 +"76610",9684,43346 +"76611",9684,87304 +"76612",9684,95128 +"76613",9684,102054 +"76614",9684,106321 +"76615",9685,9843 +"76616",9685,9905 +"76617",9686,9785 +"76618",9686,12709 +"76619",9686,15276 +"76620",9686,15593 +"76621",9686,15921 +"76622",9686,17053 +"76623",9686,17825 +"76624",9686,19584 +"76625",9686,20117 +"76626",9686,20725 +"76627",9686,26275 +"76628",9686,32458 +"76629",9686,40643 +"76630",9686,45887 +"76631",9686,49513 +"76632",9686,49806 +"76633",9686,54519 +"76634",9686,74078 +"76635",9686,82968 +"76636",9686,86450 +"76637",9687,9688 +"76638",9687,21775 +"76639",9687,21794 +"76640",9687,28549 +"76641",9689,17013 +"76642",9689,24398 +"76643",9689,27158 +"76644",9689,40099 +"76645",9689,40494 +"76646",9689,46483 +"76647",9689,47585 +"76648",9689,62407 +"76649",9689,68569 +"76650",9689,73374 +"76651",9689,78925 +"76652",9689,90643 +"76653",9689,92592 +"76654",9689,94027 +"76655",9689,100502 +"76656",9689,105903 +"76657",9689,105988 +"76658",9690,9804 +"76659",9690,9830 +"76660",9690,9870 +"76661",9690,35782 +"76662",9690,53604 +"76663",9691,15426 +"76664",9691,49490 +"76665",9691,72263 +"76666",9692,75305 +"76667",9692,75460 +"76668",9693,82438 +"76669",9694,10207 +"76670",9694,14987 +"76671",9694,15019 +"76672",9694,15205 +"76673",9695,20230 +"76674",9696,9742 +"76675",9696,9901 +"76676",9696,9922 +"76677",9696,47446 +"76678",9696,63029 +"76679",9696,80011 +"76680",9697,13748 +"76681",9697,17416 +"76682",9698,48282 +"76683",9699,24496 +"76684",9699,24671 +"76685",9699,60178 +"76686",9699,90564 +"76687",9699,96074 +"76688",9700,74586 +"76689",9701,10502 +"76690",9701,25062 +"76691",9701,41951 +"76692",9701,51700 +"76693",9701,57394 +"76694",9701,67270 +"76695",9701,81176 +"76696",9702,23521 +"76697",9702,35525 +"76698",9702,51680 +"76699",9702,68801 +"76700",9702,76766 +"76701",9702,91020 +"76702",9702,101743 +"76703",9702,107691 +"76704",9703,18005 +"76705",9703,22116 +"76706",9703,22117 +"76707",9703,22164 +"76708",9703,34600 +"76709",9703,37364 +"76710",9703,45951 +"76711",9703,47232 +"76712",9703,48451 +"76713",9703,91370 +"76714",9703,95707 +"76715",9704,9705 +"76716",9704,34169 +"76717",9704,35107 +"76718",9704,73754 +"76719",9704,86470 +"76720",9704,91061 +"76721",9705,97966 +"76722",9706,27585 +"76723",9706,33863 +"76724",9706,89555 +"76725",9707,9875 +"76726",9708,27444 +"76727",9708,31228 +"76728",9708,38961 +"76729",9708,45603 +"76730",9708,71806 +"76731",9708,120155 +"76732",9708,120186 +"76733",9709,9805 +"76734",9709,11777 +"76735",9709,13413 +"76736",9709,14865 +"76737",9709,20694 +"76738",9709,21260 +"76739",9709,26440 +"76740",9709,35904 +"76741",9709,36205 +"76742",9709,38575 +"76743",9709,43654 +"76744",9709,44289 +"76745",9709,47423 +"76746",9709,50235 +"76747",9709,52656 +"76748",9709,52904 +"76749",9709,53252 +"76750",9709,56474 +"76751",9709,62793 +"76752",9709,66315 +"76753",9709,74112 +"76754",9709,78102 +"76755",9709,79136 +"76756",9709,79183 +"76757",9709,99070 +"76758",9709,99904 +"76759",9709,101155 +"76760",9709,101189 +"76761",9709,102226 +"76762",9710,11000 +"76763",9710,17765 +"76764",9710,36134 +"76765",9710,44085 +"76766",9710,45817 +"76767",9710,46405 +"76768",9710,52575 +"76769",9710,76127 +"76770",9710,88525 +"76771",9711,51103 +"76772",9711,53200 +"76773",9711,67311 +"76774",9711,120140 +"76775",9712,17243 +"76776",9712,72922 +"76777",9712,101112 +"76778",9713,9789 +"76779",9713,20133 +"76780",9713,33395 +"76781",9713,77377 +"76782",9713,91317 +"76783",9714,9916 +"76784",9715,9797 +"76785",9715,9879 +"76786",9716,9800 +"76787",9716,13036 +"76788",9716,19205 +"76789",9716,24261 +"76790",9716,31929 +"76791",9716,32553 +"76792",9716,32582 +"76793",9716,32664 +"76794",9716,40392 +"76795",9716,41185 +"76796",9716,46125 +"76797",9716,52210 +"76798",9716,53270 +"76799",9716,56138 +"76800",9716,58544 +"76801",9716,65360 +"76802",9716,69231 +"76803",9716,69436 +"76804",9716,76839 +"76805",9716,78768 +"76806",9716,83810 +"76807",9716,84757 +"76808",9716,98217 +"76809",9716,105436 +"76810",9716,108403 +"76811",9716,118247 +"76812",9716,118431 +"76813",9717,14396 +"76814",9717,56100 +"76815",9717,81135 +"76816",9717,81180 +"76817",9718,12230 +"76818",9718,49133 +"76819",9718,70621 +"76820",9718,70648 +"76821",9718,94601 +"76822",9718,94723 +"76823",9718,94724 +"76824",9720,9766 +"76825",9720,18357 +"76826",9721,36182 +"76827",9722,13258 +"76828",9722,13759 +"76829",9722,18864 +"76830",9722,34142 +"76831",9722,55083 +"76832",9722,61274 +"76833",9722,82112 +"76834",9723,11239 +"76835",9723,16850 +"76836",9723,19215 +"76837",9723,22580 +"76838",9723,22581 +"76839",9723,22657 +"76840",9723,22709 +"76841",9723,22767 +"76842",9723,26853 +"76843",9723,28535 +"76844",9723,28891 +"76845",9723,31718 +"76846",9723,36187 +"76847",9723,40358 +"76848",9723,42529 +"76849",9723,42578 +"76850",9723,42662 +"76851",9723,43286 +"76852",9723,45382 +"76853",9723,49061 +"76854",9723,49627 +"76855",9723,50077 +"76856",9723,50332 +"76857",9723,54745 +"76858",9723,55611 +"76859",9723,57902 +"76860",9723,59037 +"76861",9724,16713 +"76862",9724,17531 +"76863",9724,21789 +"76864",9724,23550 +"76865",9724,23689 +"76866",9724,29543 +"76867",9724,32350 +"76868",9724,37684 +"76869",9724,38099 +"76870",9724,42956 +"76871",9724,45440 +"76872",9724,53652 +"76873",9724,56491 +"76874",9724,59784 +"76875",9724,68587 +"76876",9724,69220 +"76877",9724,74378 +"76878",9724,74654 +"76879",9724,76450 +"76880",9724,79045 +"76881",9724,89053 +"76882",9724,91763 +"76883",9725,9743 +"76884",9725,32268 +"76885",9725,49189 +"76886",9725,59147 +"76887",9725,101324 +"76888",9725,121269 +"76889",9726,29120 +"76890",9727,10093 +"76891",9727,15463 +"76892",9727,33244 +"76893",9727,58168 +"76894",9727,107951 +"76895",9728,50362 +"76896",9728,50957 +"76897",9728,50958 +"76898",9729,22546 +"76899",9729,36840 +"76900",9729,41853 +"76901",9729,60653 +"76902",9730,9765 +"76903",9730,9770 +"76904",9730,9817 +"76905",9730,9835 +"76906",9730,9844 +"76907",9730,9909 +"76908",9730,9930 +"76909",9730,9931 +"76910",9730,9938 +"76911",9730,81174 +"76912",9731,12770 +"76913",9731,106904 +"76914",9731,106925 +"76915",9732,9795 +"76916",9733,86674 +"76917",9734,15525 +"76918",9734,42538 +"76919",9735,19358 +"76920",9735,32070 +"76921",9735,104161 +"76922",9736,26433 +"76923",9736,31594 +"76924",9736,42192 +"76925",9736,54757 +"76926",9736,54795 +"76927",9737,21384 +"76928",9737,30900 +"76929",9737,35428 +"76930",9737,36798 +"76931",9737,40946 +"76932",9737,42449 +"76933",9737,44704 +"76934",9737,49235 +"76935",9737,55954 +"76936",9737,56556 +"76937",9737,57669 +"76938",9737,59534 +"76939",9737,61783 +"76940",9738,118070 +"76941",9738,118071 +"76942",9739,10070 +"76943",9739,10387 +"76944",9739,10450 +"76945",9739,10546 +"76946",9739,20220 +"76947",9739,20697 +"76948",9739,22120 +"76949",9739,23455 +"76950",9739,29147 +"76951",9739,54805 +"76952",9739,58348 +"76953",9739,62204 +"76954",9739,64864 +"76955",9739,89217 +"76956",9739,90342 +"76957",9739,93755 +"76958",9740,9802 +"76959",9740,9899 +"76960",9740,13551 +"76961",9740,14255 +"76962",9740,19998 +"76963",9740,30544 +"76964",9740,47033 +"76965",9740,73578 +"76966",9740,80003 +"76967",9740,82569 +"76968",9740,84883 +"76969",9740,95238 +"76970",9740,95258 +"76971",9740,98136 +"76972",9740,101256 +"76973",9740,105687 +"76974",9740,105780 +"76975",9740,116294 +"76976",9740,116295 +"76977",9741,13313 +"76978",9741,14441 +"76979",9741,15378 +"76980",9741,17447 +"76981",9741,19034 +"76982",9741,19580 +"76983",9741,19791 +"76984",9741,23386 +"76985",9741,24785 +"76986",9741,31235 +"76987",9741,38780 +"76988",9741,39667 +"76989",9741,47733 +"76990",9741,75883 +"76991",9741,75888 +"76992",9741,75892 +"76993",9741,75893 +"76994",9741,75898 +"76995",9742,9901 +"76996",9742,9922 +"76997",9742,18516 +"76998",9742,46255 +"76999",9742,63029 +"77000",9742,88910 +"77001",9742,92106 +"77002",9742,109005 +"77003",9742,121698 +"77004",9744,9825 +"77005",9745,62330 +"77006",9745,79375 +"77007",9745,83926 +"77008",9746,14084 +"77009",9746,54504 +"77010",9747,43111 +"77011",9747,43194 +"77012",9748,55849 +"77013",9748,57607 +"77014",9749,74300 +"77015",9749,75236 +"77016",9749,103493 +"77017",9750,13700 +"77018",9751,25473 +"77019",9751,67823 +"77020",9751,87243 +"77021",9751,106853 +"77022",9751,119388 +"77023",9751,119394 +"77024",9752,36018 +"77025",9752,78694 +"77026",9752,104198 +"77027",9753,82161 +"77028",9753,114237 +"77029",9754,9755 +"77030",9754,87589 +"77031",9755,55467 +"77032",9755,55478 +"77033",9755,55488 +"77034",9756,20902 +"77035",9756,23101 +"77036",9756,39656 +"77037",9756,40283 +"77038",9756,49974 +"77039",9756,53190 +"77040",9756,58036 +"77041",9756,69366 +"77042",9756,75469 +"77043",9756,86434 +"77044",9756,92273 +"77045",9756,94790 +"77046",9756,97248 +"77047",9756,97267 +"77048",9756,97270 +"77049",9758,9800 +"77050",9758,23974 +"77051",9758,32553 +"77052",9758,32712 +"77053",9758,33533 +"77054",9758,40678 +"77055",9758,45263 +"77056",9758,54865 +"77057",9758,74912 +"77058",9758,76839 +"77059",9758,78695 +"77060",9758,78726 +"77061",9758,78768 +"77062",9758,80834 +"77063",9758,91139 +"77064",9758,91856 +"77065",9758,102163 +"77066",9758,108403 +"77067",9758,110359 +"77068",9759,93834 +"77069",9760,31627 +"77070",9761,66306 +"77071",9761,84153 +"77072",9762,11292 +"77073",9762,13859 +"77074",9762,33965 +"77075",9762,41427 +"77076",9762,44504 +"77077",9762,53323 +"77078",9762,54580 +"77079",9762,66212 +"77080",9762,67531 +"77081",9762,81838 +"77082",9762,88126 +"77083",9762,95162 +"77084",9763,9764 +"77085",9763,30103 +"77086",9763,58187 +"77087",9764,16366 +"77088",9764,33809 +"77089",9764,48222 +"77090",9764,92059 +"77091",9764,92279 +"77092",9765,9770 +"77093",9765,9817 +"77094",9765,9835 +"77095",9765,9844 +"77096",9765,9909 +"77097",9765,9930 +"77098",9765,9931 +"77099",9765,9938 +"77100",9766,9767 +"77101",9766,9892 +"77102",9766,11857 +"77103",9766,15242 +"77104",9766,34819 +"77105",9766,114891 +"77106",9767,9892 +"77107",9767,15854 +"77108",9767,16482 +"77109",9767,17206 +"77110",9767,24358 +"77111",9767,46485 +"77112",9767,50449 +"77113",9767,52306 +"77114",9767,60170 +"77115",9767,74184 +"77116",9767,77705 +"77117",9767,98576 +"77118",9768,13120 +"77119",9768,38787 +"77120",9768,58959 +"77121",9768,58971 +"77122",9768,61338 +"77123",9768,62224 +"77124",9768,79677 +"77125",9768,94477 +"77126",9769,12545 +"77127",9769,12610 +"77128",9769,13163 +"77129",9769,14274 +"77130",9769,18836 +"77131",9769,28369 +"77132",9769,30129 +"77133",9769,35296 +"77134",9769,38648 +"77135",9769,46026 +"77136",9769,53200 +"77137",9769,57330 +"77138",9769,80913 +"77139",9769,86430 +"77140",9769,88484 +"77141",9769,88899 +"77142",9769,89320 +"77143",9769,89760 +"77144",9769,91779 +"77145",9769,91798 +"77146",9769,95469 +"77147",9769,100859 +"77148",9769,114706 +"77149",9769,123298 +"77150",9770,9817 +"77151",9770,9835 +"77152",9770,9844 +"77153",9770,9909 +"77154",9770,9930 +"77155",9770,9931 +"77156",9770,9938 +"77157",9771,9852 +"77158",9771,9935 +"77159",9771,29189 +"77160",9772,34983 +"77161",9772,70039 +"77162",9772,102947 +"77163",9773,31706 +"77164",9773,45974 +"77165",9773,66291 +"77166",9773,66332 +"77167",9774,93533 +"77168",9775,47617 +"77169",9775,47618 +"77170",9776,35441 +"77171",9777,28508 +"77172",9777,32691 +"77173",9777,46017 +"77174",9777,46029 +"77175",9777,46290 +"77176",9777,46323 +"77177",9778,11153 +"77178",9778,32734 +"77179",9778,50644 +"77180",9778,57388 +"77181",9778,57617 +"77182",9778,62695 +"77183",9778,62697 +"77184",9778,65722 +"77185",9778,71697 +"77186",9778,71732 +"77187",9779,13735 +"77188",9779,16590 +"77189",9779,23234 +"77190",9779,25331 +"77191",9779,49921 +"77192",9780,12449 +"77193",9780,15116 +"77194",9780,24066 +"77195",9780,33856 +"77196",9781,28801 +"77197",9781,47389 +"77198",9781,68688 +"77199",9781,70115 +"77200",9782,12394 +"77201",9782,12759 +"77202",9782,18381 +"77203",9782,20688 +"77204",9782,21632 +"77205",9782,24695 +"77206",9782,25373 +"77207",9782,37636 +"77208",9782,38419 +"77209",9782,41723 +"77210",9782,43655 +"77211",9782,45654 +"77212",9782,50585 +"77213",9782,52255 +"77214",9782,58692 +"77215",9782,60039 +"77216",9782,69688 +"77217",9782,69818 +"77218",9782,73148 +"77219",9782,84084 +"77220",9782,91720 +"77221",9782,93421 +"77222",9782,100499 +"77223",9782,109960 +"77224",9782,112326 +"77225",9783,10107 +"77226",9783,12892 +"77227",9783,33649 +"77228",9783,50083 +"77229",9783,55725 +"77230",9783,102648 +"77231",9783,102664 +"77232",9784,10087 +"77233",9784,58813 +"77234",9784,84785 +"77235",9785,15965 +"77236",9785,33522 +"77237",9785,43363 +"77238",9785,44024 +"77239",9785,52526 +"77240",9786,36810 +"77241",9786,36811 +"77242",9786,42335 +"77243",9786,44219 +"77244",9786,54919 +"77245",9786,58521 +"77246",9787,12781 +"77247",9787,12816 +"77248",9787,15506 +"77249",9787,16501 +"77250",9787,18345 +"77251",9787,25163 +"77252",9787,28068 +"77253",9787,33962 +"77254",9787,41633 +"77255",9787,47232 +"77256",9787,48955 +"77257",9787,62280 +"77258",9787,86864 +"77259",9787,86873 +"77260",9788,64609 +"77261",9788,83104 +"77262",9789,20133 +"77263",9790,10303 +"77264",9790,11156 +"77265",9790,12004 +"77266",9790,17756 +"77267",9790,21571 +"77268",9790,22504 +"77269",9790,38426 +"77270",9790,41921 +"77271",9790,52540 +"77272",9790,55060 +"77273",9790,67386 +"77274",9790,85064 +"77275",9790,92460 +"77276",9790,100036 +"77277",9791,16995 +"77278",9791,18135 +"77279",9791,39482 +"77280",9791,41133 +"77281",9791,45565 +"77282",9791,45859 +"77283",9791,59184 +"77284",9791,64439 +"77285",9791,67741 +"77286",9791,76696 +"77287",9792,57326 +"77288",9792,67465 +"77289",9793,10336 +"77290",9793,16921 +"77291",9793,17137 +"77292",9793,32900 +"77293",9793,37036 +"77294",9793,37215 +"77295",9793,48338 +"77296",9793,63445 +"77297",9793,70473 +"77298",9793,81805 +"77299",9793,97466 +"77300",9793,102982 +"77301",9794,36931 +"77302",9794,58590 +"77303",9795,37730 +"77304",9795,44546 +"77305",9795,48599 +"77306",9795,49263 +"77307",9795,54759 +"77308",9795,103110 +"77309",9795,116172 +"77310",9796,27087 +"77311",9797,9879 +"77312",9797,21710 +"77313",9797,112617 +"77314",9797,121800 +"77315",9798,9799 +"77316",9798,43610 +"77317",9798,59010 +"77318",9798,86358 +"77319",9798,112478 +"77320",9798,113808 +"77321",9799,16317 +"77322",9799,20822 +"77323",9799,35781 +"77324",9799,43005 +"77325",9799,43610 +"77326",9799,50741 +"77327",9799,60201 +"77328",9799,62357 +"77329",9799,81888 +"77330",9799,86358 +"77331",9799,86571 +"77332",9799,93710 +"77333",9799,94697 +"77334",9799,99159 +"77335",9799,100880 +"77336",9799,104937 +"77337",9799,111119 +"77338",9800,33215 +"77339",9800,40678 +"77340",9800,45263 +"77341",9800,64131 +"77342",9800,72723 +"77343",9800,75305 +"77344",9800,78726 +"77345",9800,78768 +"77346",9800,84757 +"77347",9800,99599 +"77348",9801,9941 +"77349",9801,11707 +"77350",9801,15373 +"77351",9801,17213 +"77352",9801,25833 +"77353",9801,32339 +"77354",9801,36506 +"77355",9801,84665 +"77356",9801,93817 +"77357",9801,107418 +"77358",9802,9899 +"77359",9802,12717 +"77360",9802,13551 +"77361",9802,14234 +"77362",9802,14266 +"77363",9802,14357 +"77364",9802,14574 +"77365",9802,50191 +"77366",9802,61169 +"77367",9802,82569 +"77368",9802,116294 +"77369",9802,119302 +"77370",9802,119645 +"77371",9803,9828 +"77372",9803,16733 +"77373",9803,21047 +"77374",9803,25556 +"77375",9803,65366 +"77376",9803,84820 +"77377",9804,9830 +"77378",9804,9870 +"77379",9804,12478 +"77380",9804,24977 +"77381",9804,37634 +"77382",9804,39824 +"77383",9804,50954 +"77384",9805,11407 +"77385",9805,24938 +"77386",9805,31509 +"77387",9806,9959 +"77388",9807,25974 +"77389",9807,34916 +"77390",9807,41510 +"77391",9807,45516 +"77392",9807,45585 +"77393",9807,45609 +"77394",9808,14789 +"77395",9808,15073 +"77396",9808,16771 +"77397",9808,20018 +"77398",9808,23197 +"77399",9808,24028 +"77400",9808,24097 +"77401",9808,24125 +"77402",9808,28891 +"77403",9808,46139 +"77404",9808,112439 +"77405",9809,16178 +"77406",9809,31124 +"77407",9809,55970 +"77408",9809,55989 +"77409",9809,73214 +"77410",9809,77641 +"77411",9809,96641 +"77412",9810,9984 +"77413",9810,12502 +"77414",9810,13915 +"77415",9810,25175 +"77416",9810,45370 +"77417",9810,46664 +"77418",9810,65949 +"77419",9811,56454 +"77420",9811,68214 +"77421",9811,88627 +"77422",9811,111608 +"77423",9812,10155 +"77424",9812,32121 +"77425",9812,40441 +"77426",9812,41592 +"77427",9812,55712 +"77428",9813,9888 +"77429",9813,11890 +"77430",9813,53802 +"77431",9813,61790 +"77432",9813,74844 +"77433",9814,9815 +"77434",9814,15783 +"77435",9814,32775 +"77436",9814,60671 +"77437",9814,72434 +"77438",9816,19119 +"77439",9816,20264 +"77440",9816,27350 +"77441",9816,57504 +"77442",9816,67353 +"77443",9816,74432 +"77444",9816,74487 +"77445",9816,74598 +"77446",9816,74600 +"77447",9816,80232 +"77448",9816,82652 +"77449",9816,95776 +"77450",9816,101499 +"77451",9816,116758 +"77452",9817,9835 +"77453",9817,9844 +"77454",9817,9909 +"77455",9817,9930 +"77456",9817,9931 +"77457",9817,9938 +"77458",9817,25681 +"77459",9817,81174 +"77460",9818,21688 +"77461",9818,66923 +"77462",9819,63142 +"77463",9820,10834 +"77464",9821,13533 +"77465",9821,16122 +"77466",9821,19182 +"77467",9821,20326 +"77468",9821,21176 +"77469",9821,21847 +"77470",9821,50701 +"77471",9821,65028 +"77472",9821,71127 +"77473",9821,83998 +"77474",9821,86369 +"77475",9821,86381 +"77476",9822,65768 +"77477",9823,9877 +"77478",9823,10640 +"77479",9823,10830 +"77480",9824,92513 +"77481",9824,104737 +"77482",9825,21662 +"77483",9825,24172 +"77484",9825,24581 +"77485",9825,40701 +"77486",9825,40736 +"77487",9825,46009 +"77488",9825,46191 +"77489",9825,63003 +"77490",9826,72674 +"77491",9826,110876 +"77492",9827,9848 +"77493",9827,9886 +"77494",9827,10765 +"77495",9827,12654 +"77496",9827,70363 +"77497",9827,101418 +"77498",9828,12245 +"77499",9828,71276 +"77500",9828,71311 +"77501",9828,87098 +"77502",9829,9957 +"77503",9829,79513 +"77504",9829,79734 +"77505",9830,9870 +"77506",9830,21374 +"77507",9830,37855 +"77508",9831,13717 +"77509",9831,24275 +"77510",9831,27794 +"77511",9831,58536 +"77512",9831,80975 +"77513",9831,80993 +"77514",9831,84495 +"77515",9832,10118 +"77516",9832,11662 +"77517",9832,17609 +"77518",9832,31177 +"77519",9832,73422 +"77520",9832,86033 +"77521",9832,86756 +"77522",9832,109025 +"77523",9833,12857 +"77524",9833,20249 +"77525",9833,23878 +"77526",9833,25989 +"77527",9833,35667 +"77528",9834,14923 +"77529",9834,23240 +"77530",9834,44065 +"77531",9835,9844 +"77532",9835,9909 +"77533",9835,9930 +"77534",9835,9931 +"77535",9835,9938 +"77536",9836,10276 +"77537",9836,10455 +"77538",9836,36446 +"77539",9836,45377 +"77540",9836,48398 +"77541",9836,56333 +"77542",9836,56341 +"77543",9836,97864 +"77544",9836,112451 +"77545",9836,113918 +"77546",9837,12129 +"77547",9837,18608 +"77548",9837,42282 +"77549",9837,53837 +"77550",9837,82726 +"77551",9837,103184 +"77552",9838,32777 +"77553",9838,40660 +"77554",9838,82128 +"77555",9838,85565 +"77556",9838,107513 +"77557",9839,97363 +"77558",9840,9910 +"77559",9840,11090 +"77560",9840,16478 +"77561",9840,20695 +"77562",9840,21044 +"77563",9840,32124 +"77564",9840,32770 +"77565",9840,40379 +"77566",9840,47536 +"77567",9840,47537 +"77568",9840,47547 +"77569",9840,47639 +"77570",9840,49708 +"77571",9840,53345 +"77572",9840,55066 +"77573",9840,68262 +"77574",9840,71084 +"77575",9840,76701 +"77576",9840,79891 +"77577",9840,80130 +"77578",9840,82737 +"77579",9840,82970 +"77580",9840,83455 +"77581",9840,84591 +"77582",9840,89596 +"77583",9840,95274 +"77584",9840,99767 +"77585",9840,99771 +"77586",9840,99772 +"77587",9840,99775 +"77588",9840,99777 +"77589",9840,101208 +"77590",9840,101766 +"77591",9840,104735 +"77592",9840,104905 +"77593",9840,107619 +"77594",9840,117650 +"77595",9840,117654 +"77596",9840,117665 +"77597",9840,118372 +"77598",9840,122988 +"77599",9841,51587 +"77600",9841,103492 +"77601",9842,15040 +"77602",9843,9905 +"77603",9844,9909 +"77604",9844,9930 +"77605",9844,9931 +"77606",9844,9938 +"77607",9845,24337 +"77608",9845,35488 +"77609",9845,89197 +"77610",9845,95605 +"77611",9846,9847 +"77612",9846,9860 +"77613",9846,84302 +"77614",9847,9860 +"77615",9847,16742 +"77616",9847,42703 +"77617",9847,55205 +"77618",9847,81361 +"77619",9847,98565 +"77620",9847,98571 +"77621",9847,98588 +"77622",9848,9886 +"77623",9848,10765 +"77624",9848,34861 +"77625",9848,73401 +"77626",9851,21445 +"77627",9851,22269 +"77628",9851,24176 +"77629",9851,25035 +"77630",9851,45166 +"77631",9851,76278 +"77632",9852,10875 +"77633",9852,13248 +"77634",9852,13801 +"77635",9852,16059 +"77636",9852,16174 +"77637",9852,16572 +"77638",9852,16740 +"77639",9852,20643 +"77640",9852,22174 +"77641",9852,23148 +"77642",9852,32113 +"77643",9852,34208 +"77644",9852,37922 +"77645",9852,38059 +"77646",9852,41504 +"77647",9852,42219 +"77648",9852,43458 +"77649",9852,47082 +"77650",9852,73289 +"77651",9852,90492 +"77652",9852,107487 +"77653",9852,111407 +"77654",9852,122970 +"77655",9853,39535 +"77656",9853,61642 +"77657",9854,38099 +"77658",9855,14549 +"77659",9855,33464 +"77660",9855,79456 +"77661",9855,82957 +"77662",9855,82994 +"77663",9855,90149 +"77664",9855,90160 +"77665",9856,18452 +"77666",9856,24877 +"77667",9856,41351 +"77668",9856,42379 +"77669",9856,74719 +"77670",9856,81820 +"77671",9856,83061 +"77672",9856,88439 +"77673",9856,97918 +"77674",9856,111105 +"77675",9857,44384 +"77676",9857,84573 +"77677",9858,11556 +"77678",9858,13169 +"77679",9858,14848 +"77680",9858,47495 +"77681",9858,51846 +"77682",9858,58001 +"77683",9858,64762 +"77684",9858,92116 +"77685",9858,99333 +"77686",9858,99597 +"77687",9858,99675 +"77688",9858,99676 +"77689",9858,101635 +"77690",9859,9883 +"77691",9859,17906 +"77692",9859,18869 +"77693",9859,24405 +"77694",9859,40889 +"77695",9860,12164 +"77696",9860,14204 +"77697",9860,16541 +"77698",9860,21512 +"77699",9860,24847 +"77700",9860,34491 +"77701",9860,49200 +"77702",9860,52041 +"77703",9860,53350 +"77704",9860,64862 +"77705",9860,67229 +"77706",9860,97806 +"77707",9861,64116 +"77708",9862,9939 +"77709",9862,14673 +"77710",9862,23752 +"77711",9862,33348 +"77712",9862,86672 +"77713",9862,87310 +"77714",9862,98025 +"77715",9863,56431 +"77716",9863,59394 +"77717",9863,69779 +"77718",9863,88457 +"77719",9863,110886 +"77720",9864,50263 +"77721",9864,59823 +"77722",9865,9951 +"77723",9865,16727 +"77724",9865,22202 +"77725",9865,37519 +"77726",9866,14972 +"77727",9866,15298 +"77728",9866,17134 +"77729",9866,44400 +"77730",9866,54178 +"77731",9866,59633 +"77732",9866,63018 +"77733",9866,67098 +"77734",9867,43154 +"77735",9867,74788 +"77736",9867,76779 +"77737",9867,97802 +"77738",9868,22004 +"77739",9868,51133 +"77740",9868,51835 +"77741",9868,102947 +"77742",9869,45896 +"77743",9869,70626 +"77744",9871,9944 +"77745",9871,13270 +"77746",9871,16539 +"77747",9871,26911 +"77748",9871,27649 +"77749",9871,29158 +"77750",9871,36784 +"77751",9871,38963 +"77752",9871,39159 +"77753",9871,39761 +"77754",9871,45705 +"77755",9871,47049 +"77756",9871,52258 +"77757",9871,52594 +"77758",9871,54152 +"77759",9871,59161 +"77760",9871,59308 +"77761",9871,65700 +"77762",9871,65752 +"77763",9871,82187 +"77764",9871,82332 +"77765",9871,82337 +"77766",9871,82893 +"77767",9871,100924 +"77768",9871,118432 +"77769",9872,11265 +"77770",9872,13934 +"77771",9872,14072 +"77772",9872,17017 +"77773",9872,39755 +"77774",9872,39770 +"77775",9872,41870 +"77776",9872,54059 +"77777",9872,79898 +"77778",9873,38538 +"77779",9873,65004 +"77780",9873,85308 +"77781",9873,95068 +"77782",9873,100068 +"77783",9873,113073 +"77784",9873,118869 +"77785",9874,18283 +"77786",9874,112364 +"77787",9875,34960 +"77788",9875,47155 +"77789",9876,10161 +"77790",9876,14790 +"77791",9876,16383 +"77792",9876,27841 +"77793",9876,28120 +"77794",9876,42824 +"77795",9876,42825 +"77796",9876,42876 +"77797",9876,42907 +"77798",9876,46493 +"77799",9876,46748 +"77800",9876,55507 +"77801",9876,57455 +"77802",9876,58661 +"77803",9876,78380 +"77804",9876,117616 +"77805",9877,10640 +"77806",9877,10830 +"77807",9877,18492 +"77808",9877,27587 +"77809",9877,30836 +"77810",9877,48965 +"77811",9878,22966 +"77812",9878,25004 +"77813",9878,27683 +"77814",9878,62089 +"77815",9878,74450 +"77816",9878,76721 +"77817",9878,78310 +"77818",9878,97540 +"77819",9878,97741 +"77820",9878,105848 +"77821",9879,31057 +"77822",9879,33732 +"77823",9879,45618 +"77824",9879,47575 +"77825",9879,47590 +"77826",9879,59677 +"77827",9879,70105 +"77828",9879,77660 +"77829",9879,86084 +"77830",9880,41266 +"77831",9881,9923 +"77832",9881,14762 +"77833",9881,15430 +"77834",9881,20073 +"77835",9881,20361 +"77836",9881,26579 +"77837",9881,30015 +"77838",9881,30981 +"77839",9881,31515 +"77840",9881,31649 +"77841",9881,34304 +"77842",9881,35916 +"77843",9881,36095 +"77844",9881,41912 +"77845",9881,43594 +"77846",9881,49526 +"77847",9881,54388 +"77848",9881,61857 +"77849",9881,69502 +"77850",9881,82262 +"77851",9881,88571 +"77852",9881,92412 +"77853",9881,100433 +"77854",9881,102417 +"77855",9881,102550 +"77856",9881,107000 +"77857",9882,13175 +"77858",9882,14823 +"77859",9882,48474 +"77860",9882,80257 +"77861",9882,103089 +"77862",9884,19702 +"77863",9884,20204 +"77864",9884,24290 +"77865",9884,24453 +"77866",9884,30675 +"77867",9884,42572 +"77868",9884,57841 +"77869",9884,57959 +"77870",9884,75213 +"77871",9884,79817 +"77872",9884,90510 +"77873",9884,92425 +"77874",9884,108591 +"77875",9884,113802 +"77876",9885,10758 +"77877",9886,10765 +"77878",9886,50937 +"77879",9887,49274 +"77880",9888,20648 +"77881",9888,116967 +"77882",9889,25144 +"77883",9890,71757 +"77884",9891,88741 +"77885",9893,14738 +"77886",9893,17521 +"77887",9893,19901 +"77888",9893,20766 +"77889",9893,34969 +"77890",9893,38313 +"77891",9893,42409 +"77892",9893,75567 +"77893",9893,81779 +"77894",9893,82693 +"77895",9893,91314 +"77896",9893,98196 +"77897",9894,9906 +"77898",9894,16057 +"77899",9894,65369 +"77900",9895,9948 +"77901",9895,11090 +"77902",9895,12914 +"77903",9895,12915 +"77904",9895,14305 +"77905",9895,14398 +"77906",9895,14429 +"77907",9895,15926 +"77908",9895,15995 +"77909",9895,19711 +"77910",9895,25345 +"77911",9895,26760 +"77912",9895,26821 +"77913",9895,29306 +"77914",9895,36330 +"77915",9895,49976 +"77916",9895,56041 +"77917",9895,68251 +"77918",9895,68262 +"77919",9895,73051 +"77920",9895,77947 +"77921",9895,80801 +"77922",9895,84591 +"77923",9895,90070 +"77924",9895,90784 +"77925",9895,99250 +"77926",9895,101208 +"77927",9895,101666 +"77928",9896,48252 +"77929",9896,48753 +"77930",9896,80325 +"77931",9897,23598 +"77932",9897,69677 +"77933",9897,82395 +"77934",9897,84734 +"77935",9897,90639 +"77936",9898,13124 +"77937",9898,14454 +"77938",9898,19827 +"77939",9898,21458 +"77940",9898,29808 +"77941",9898,120620 +"77942",9898,122611 +"77943",9899,12717 +"77944",9899,30839 +"77945",9899,74631 +"77946",9899,111132 +"77947",9899,113426 +"77948",9899,116294 +"77949",9899,116971 +"77950",9901,9922 +"77951",9901,15646 +"77952",9901,16593 +"77953",9901,30501 +"77954",9901,47446 +"77955",9901,52202 +"77956",9901,52369 +"77957",9901,59264 +"77958",9901,63029 +"77959",9901,65223 +"77960",9901,80011 +"77961",9901,82219 +"77962",9901,83101 +"77963",9901,83966 +"77964",9901,84440 +"77965",9901,88074 +"77966",9901,88425 +"77967",9901,88910 +"77968",9901,92106 +"77969",9901,93658 +"77970",9901,95059 +"77971",9901,95354 +"77972",9901,95611 +"77973",9901,99658 +"77974",9901,101802 +"77975",9901,105373 +"77976",9901,108996 +"77977",9901,118232 +"77978",9902,10838 +"77979",9902,11240 +"77980",9902,12862 +"77981",9902,80438 +"77982",9902,97199 +"77983",9903,19146 +"77984",9903,19309 +"77985",9903,23964 +"77986",9903,27442 +"77987",9903,29346 +"77988",9903,31639 +"77989",9903,40368 +"77990",9903,41238 +"77991",9903,52756 +"77992",9903,64857 +"77993",9903,69250 +"77994",9903,71560 +"77995",9903,71947 +"77996",9903,80173 +"77997",9904,18759 +"77998",9904,38160 +"77999",9907,89302 +"78000",9907,106496 +"78001",9907,106502 +"78002",9908,10078 +"78003",9908,25630 +"78004",9908,27867 +"78005",9908,31228 +"78006",9908,79609 +"78007",9908,82798 +"78008",9908,87102 +"78009",9908,87120 +"78010",9908,98028 +"78011",9908,98157 +"78012",9908,98176 +"78013",9909,9930 +"78014",9909,9931 +"78015",9909,9938 +"78016",9909,23174 +"78017",9909,32010 +"78018",9910,9948 +"78019",9910,11090 +"78020",9910,15478 +"78021",9910,15926 +"78022",9910,20695 +"78023",9910,23155 +"78024",9910,26718 +"78025",9910,26719 +"78026",9910,73051 +"78027",9910,88951 +"78028",9910,110336 +"78029",9910,115877 +"78030",9910,120263 +"78031",9910,122558 +"78032",9911,20928 +"78033",9912,11135 +"78034",9912,15809 +"78035",9912,24483 +"78036",9912,27848 +"78037",9912,45487 +"78038",9912,50893 +"78039",9912,63970 +"78040",9912,77217 +"78041",9912,79504 +"78042",9912,93317 +"78043",9912,102999 +"78044",9913,42872 +"78045",9913,55785 +"78046",9913,66004 +"78047",9913,77501 +"78048",9913,88490 +"78049",9913,92246 +"78050",9913,99553 +"78051",9913,100523 +"78052",9914,51295 +"78053",9915,78667 +"78054",9916,13711 +"78055",9916,25430 +"78056",9916,33352 +"78057",9916,84124 +"78058",9916,87898 +"78059",9917,13824 +"78060",9917,106364 +"78061",9918,19685 +"78062",9918,79288 +"78063",9918,79643 +"78064",9919,9920 +"78065",9919,9986 +"78066",9919,10043 +"78067",9919,10053 +"78068",9919,13201 +"78069",9919,23628 +"78070",9919,29202 +"78071",9919,65994 +"78072",9919,93052 +"78073",9919,101748 +"78074",9919,109164 +"78075",9920,9986 +"78076",9920,10043 +"78077",9920,10053 +"78078",9920,13201 +"78079",9920,23628 +"78080",9920,26751 +"78081",9920,29202 +"78082",9920,31520 +"78083",9920,31521 +"78084",9920,31554 +"78085",9920,31659 +"78086",9920,31660 +"78087",9920,40838 +"78088",9920,54113 +"78089",9920,72902 +"78090",9921,10056 +"78091",9921,10195 +"78092",9921,10196 +"78093",9921,20742 +"78094",9921,28028 +"78095",9922,15646 +"78096",9922,16593 +"78097",9922,18516 +"78098",9922,19348 +"78099",9922,47446 +"78100",9922,52369 +"78101",9922,63029 +"78102",9922,80011 +"78103",9922,92106 +"78104",9922,95059 +"78105",9923,41912 +"78106",9924,89362 +"78107",9925,36842 +"78108",9927,13609 +"78109",9927,42744 +"78110",9927,43907 +"78111",9927,58059 +"78112",9928,11218 +"78113",9928,14032 +"78114",9928,45506 +"78115",9929,55372 +"78116",9929,93662 +"78117",9930,9931 +"78118",9930,9938 +"78119",9931,9938 +"78120",9932,24221 +"78121",9932,106880 +"78122",9932,121984 +"78123",9933,12171 +"78124",9933,12410 +"78125",9933,15019 +"78126",9933,15532 +"78127",9933,15908 +"78128",9933,17536 +"78129",9933,18270 +"78130",9933,20449 +"78131",9933,21088 +"78132",9933,23847 +"78133",9933,24012 +"78134",9933,24910 +"78135",9933,25758 +"78136",9933,26537 +"78137",9933,26872 +"78138",9933,28767 +"78139",9933,28871 +"78140",9933,30334 +"78141",9933,35496 +"78142",9933,37610 +"78143",9933,37636 +"78144",9933,39435 +"78145",9933,40131 +"78146",9933,40166 +"78147",9933,40392 +"78148",9933,40905 +"78149",9933,41030 +"78150",9933,41527 +"78151",9933,41529 +"78152",9933,41778 +"78153",9933,43147 +"78154",9933,43234 +"78155",9933,43858 +"78156",9933,44828 +"78157",9933,45657 +"78158",9933,45933 +"78159",9933,46434 +"78160",9933,46788 +"78161",9933,47123 +"78162",9933,47488 +"78163",9933,48909 +"78164",9933,49859 +"78165",9933,50064 +"78166",9933,50067 +"78167",9933,50554 +"78168",9933,50879 +"78169",9933,51783 +"78170",9933,52018 +"78171",9933,53444 +"78172",9933,53527 +"78173",9933,53555 +"78174",9933,54275 +"78175",9933,56628 +"78176",9933,58004 +"78177",9933,58068 +"78178",9933,58633 +"78179",9933,61111 +"78180",9933,61127 +"78181",9933,68287 +"78182",9934,79388 +"78183",9935,10221 +"78184",9935,13068 +"78185",9935,19475 +"78186",9935,19934 +"78187",9935,20832 +"78188",9935,25711 +"78189",9935,30123 +"78190",9935,30586 +"78191",9935,32684 +"78192",9935,33502 +"78193",9935,34394 +"78194",9935,36914 +"78195",9935,38087 +"78196",9935,38109 +"78197",9935,38498 +"78198",9935,40035 +"78199",9935,40797 +"78200",9935,41557 +"78201",9935,54742 +"78202",9935,57675 +"78203",9935,61058 +"78204",9935,61175 +"78205",9935,62844 +"78206",9935,66436 +"78207",9935,66478 +"78208",9935,66503 +"78209",9935,66890 +"78210",9935,119126 +"78211",9935,119127 +"78212",9936,116963 +"78213",9937,27056 +"78214",9937,34611 +"78215",9939,81899 +"78216",9939,84588 +"78217",9939,103661 +"78218",9939,112360 +"78219",9940,40290 +"78220",9940,90478 +"78221",9941,13640 +"78222",9941,25833 +"78223",9941,26205 +"78224",9941,83570 +"78225",9941,83609 +"78226",9941,85299 +"78227",9942,72944 +"78228",9943,16131 +"78229",9944,12923 +"78230",9944,14190 +"78231",9944,15632 +"78232",9944,16539 +"78233",9944,19894 +"78234",9944,24299 +"78235",9944,27649 +"78236",9944,29158 +"78237",9944,36878 +"78238",9944,45705 +"78239",9944,54152 +"78240",9944,65439 +"78241",9944,65700 +"78242",9944,65752 +"78243",9945,11636 +"78244",9945,98278 +"78245",9946,103222 +"78246",9947,20646 +"78247",9947,23999 +"78248",9947,29657 +"78249",9947,34976 +"78250",9947,68280 +"78251",9947,82208 +"78252",9947,93959 +"78253",9947,94595 +"78254",9947,107010 +"78255",9947,107019 +"78256",9947,107024 +"78257",9947,107032 +"78258",9947,107040 +"78259",9947,107058 +"78260",9948,11090 +"78261",9948,14380 +"78262",9948,15926 +"78263",9948,20695 +"78264",9948,29306 +"78265",9948,73051 +"78266",9948,85433 +"78267",9948,107481 +"78268",9948,115877 +"78269",9948,117032 +"78270",9948,117567 +"78271",9949,23610 +"78272",9949,46598 +"78273",9949,69429 +"78274",9949,71515 +"78275",9950,17158 +"78276",9950,18399 +"78277",9950,25069 +"78278",9950,28409 +"78279",9950,35421 +"78280",9950,36781 +"78281",9950,38135 +"78282",9950,42250 +"78283",9950,45182 +"78284",9950,50990 +"78285",9950,51222 +"78286",9950,61031 +"78287",9950,70727 +"78288",9950,82919 +"78289",9950,82929 +"78290",9950,82930 +"78291",9950,84146 +"78292",9950,86423 +"78293",9950,93280 +"78294",9952,20897 +"78295",9952,23123 +"78296",9952,64909 +"78297",9952,84890 +"78298",9952,113475 +"78299",9952,113663 +"78300",9953,12364 +"78301",9953,12509 +"78302",9953,35790 +"78303",9953,37082 +"78304",9953,51417 +"78305",9953,72119 +"78306",9953,72276 +"78307",9953,81101 +"78308",9953,81104 +"78309",9954,12683 +"78310",9954,18985 +"78311",9954,38028 +"78312",9954,48264 +"78313",9954,62504 +"78314",9954,75677 +"78315",9954,75918 +"78316",9954,77960 +"78317",9954,78990 +"78318",9954,82701 +"78319",9954,89671 +"78320",9954,95620 +"78321",9954,100556 +"78322",9954,101170 +"78323",9954,110226 +"78324",9955,20082 +"78325",9955,45827 +"78326",9955,46822 +"78327",9955,51058 +"78328",9955,81618 +"78329",9955,82483 +"78330",9955,84893 +"78331",9955,92553 +"78332",9955,97298 +"78333",9955,100054 +"78334",9956,94483 +"78335",9957,117591 +"78336",9958,11893 +"78337",9958,11955 +"78338",9958,17269 +"78339",9958,26383 +"78340",9958,50210 +"78341",9958,59811 +"78342",9958,72080 +"78343",9959,48403 +"78344",9959,75969 +"78345",9959,78935 +"78346",9959,99110 +"78347",9959,102725 +"78348",9959,119470 +"78349",9959,120166 +"78350",9960,34883 +"78351",9960,57346 +"78352",9960,59032 +"78353",9960,66815 +"78354",9960,83203 +"78355",9960,90097 +"78356",9960,94180 +"78357",9960,111760 +"78358",9961,9963 +"78359",9961,80058 +"78360",9961,85878 +"78361",9961,89346 +"78362",9961,91691 +"78363",9961,98065 +"78364",9961,103429 +"78365",9961,104233 +"78366",9961,104240 +"78367",9962,10083 +"78368",9962,10147 +"78369",9963,30096 +"78370",9963,64257 +"78371",9963,78203 +"78372",9963,78323 +"78373",9963,80058 +"78374",9963,89346 +"78375",9963,98065 +"78376",9963,103429 +"78377",9963,104233 +"78378",9963,104240 +"78379",9964,101181 +"78380",9965,9966 +"78381",9966,91192 +"78382",9966,107915 +"78383",9967,10024 +"78384",9968,17549 +"78385",9968,24456 +"78386",9968,76909 +"78387",9969,46693 +"78388",9969,66699 +"78389",9969,77189 +"78390",9969,96521 +"78391",9970,10086 +"78392",9970,10212 +"78393",9971,10006 +"78394",9971,10096 +"78395",9971,10097 +"78396",9972,13248 +"78397",9972,24353 +"78398",9972,51319 +"78399",9972,55802 +"78400",9972,70715 +"78401",9972,82813 +"78402",9972,84219 +"78403",9972,85708 +"78404",9972,95668 +"78405",9972,100113 +"78406",9972,100148 +"78407",9973,10125 +"78408",9973,10182 +"78409",9974,9992 +"78410",9974,9994 +"78411",9974,9995 +"78412",9974,10060 +"78413",9974,10061 +"78414",9974,10062 +"78415",9974,10063 +"78416",9974,10080 +"78417",9974,10103 +"78418",9974,31646 +"78419",9974,43778 +"78420",9974,43785 +"78421",9974,43838 +"78422",9974,43849 +"78423",9975,17863 +"78424",9975,36415 +"78425",9976,12143 +"78426",9976,28278 +"78427",9976,28778 +"78428",9976,44336 +"78429",9976,45770 +"78430",9976,82250 +"78431",9976,83011 +"78432",9977,10127 +"78433",9977,13631 +"78434",9977,15205 +"78435",9977,20629 +"78436",9977,21711 +"78437",9977,63300 +"78438",9977,64108 +"78439",9977,68135 +"78440",9977,71246 +"78441",9977,72696 +"78442",9977,100309 +"78443",9977,105117 +"78444",9978,11218 +"78445",9978,14855 +"78446",9978,16197 +"78447",9978,16249 +"78448",9978,16352 +"78449",9978,21178 +"78450",9978,21411 +"78451",9978,26818 +"78452",9978,29561 +"78453",9978,33281 +"78454",9978,43191 +"78455",9978,43344 +"78456",9978,48434 +"78457",9978,53134 +"78458",9978,53618 +"78459",9978,54929 +"78460",9978,70806 +"78461",9978,70934 +"78462",9978,71693 +"78463",9978,84434 +"78464",9978,91443 +"78465",9978,94718 +"78466",9979,70131 +"78467",9979,79185 +"78468",9979,79246 +"78469",9980,10017 +"78470",9980,10224 +"78471",9980,25078 +"78472",9980,37392 +"78473",9981,10269 +"78474",9982,26969 +"78475",9982,27911 +"78476",9982,30887 +"78477",9984,12502 +"78478",9984,15806 +"78479",9984,20611 +"78480",9984,31688 +"78481",9984,56706 +"78482",9984,56847 +"78483",9984,56849 +"78484",9985,12737 +"78485",9985,68256 +"78486",9985,69591 +"78487",9985,82371 +"78488",9985,84628 +"78489",9985,101489 +"78490",9986,10043 +"78491",9986,10053 +"78492",9986,13201 +"78493",9986,16056 +"78494",9986,20199 +"78495",9986,23628 +"78496",9986,29202 +"78497",9986,31520 +"78498",9986,31521 +"78499",9986,31554 +"78500",9986,31659 +"78501",9986,31660 +"78502",9986,43431 +"78503",9986,54113 +"78504",9986,57091 +"78505",9986,65994 +"78506",9986,93052 +"78507",9987,26241 +"78508",9987,32775 +"78509",9987,41053 +"78510",9987,45373 +"78511",9987,50323 +"78512",9987,60171 +"78513",9987,66775 +"78514",9987,69758 +"78515",9987,89790 +"78516",9987,95005 +"78517",9988,12195 +"78518",9988,12260 +"78519",9988,12333 +"78520",9989,15415 +"78521",9989,48076 +"78522",9989,58243 +"78523",9990,10099 +"78524",9991,10121 +"78525",9991,22569 +"78526",9991,26337 +"78527",9991,34768 +"78528",9991,42488 +"78529",9991,53311 +"78530",9991,54037 +"78531",9991,59867 +"78532",9991,79032 +"78533",9991,81356 +"78534",9991,112467 +"78535",9992,9994 +"78536",9992,9995 +"78537",9992,10060 +"78538",9992,10061 +"78539",9992,10062 +"78540",9992,10063 +"78541",9992,10080 +"78542",9992,10103 +"78543",9992,38658 +"78544",9992,42307 +"78545",9992,44937 +"78546",9992,61802 +"78547",9992,81582 +"78548",9992,82636 +"78549",9992,82784 +"78550",9992,82800 +"78551",9992,82833 +"78552",9992,82969 +"78553",9992,103012 +"78554",9993,12958 +"78555",9993,13336 +"78556",9993,25008 +"78557",9993,30344 +"78558",9993,33596 +"78559",9993,101250 +"78560",9994,9995 +"78561",9994,10060 +"78562",9994,10061 +"78563",9994,10062 +"78564",9994,10063 +"78565",9994,10080 +"78566",9994,10103 +"78567",9994,28423 +"78568",9994,28481 +"78569",9995,10060 +"78570",9995,10061 +"78571",9995,10062 +"78572",9995,10063 +"78573",9995,10080 +"78574",9995,10103 +"78575",9995,32115 +"78576",9995,32171 +"78577",9995,36795 +"78578",9995,37465 +"78579",9995,59201 +"78580",9995,59302 +"78581",9995,59328 +"78582",9995,66736 +"78583",9996,20138 +"78584",9996,26415 +"78585",9996,51430 +"78586",9997,16781 +"78587",9997,26944 +"78588",9997,26955 +"78589",9997,27532 +"78590",9997,31449 +"78591",9997,54861 +"78592",9997,56222 +"78593",9998,10032 +"78594",9998,10204 +"78595",9998,14522 +"78596",9998,38313 +"78597",9998,38362 +"78598",9999,45821 +"78599",9999,48038 +"78600",9999,77508 +"78601",9999,109105 +"78602",10000,42046 +"78603",10002,38302 +"78604",10002,58955 +"78605",10002,65790 +"78606",10002,71209 +"78607",10002,72187 +"78608",10002,102851 +"78609",10003,10136 +"78610",10003,34377 +"78611",10003,38607 +"78612",10003,59071 +"78613",10003,75637 +"78614",10004,10037 +"78615",10004,26138 +"78616",10004,39484 +"78617",10004,51323 +"78618",10004,67797 +"78619",10004,106161 +"78620",10005,11018 +"78621",10005,11038 +"78622",10005,11129 +"78623",10005,11130 +"78624",10005,19477 +"78625",10005,27350 +"78626",10005,57727 +"78627",10005,63780 +"78628",10006,10096 +"78629",10006,10097 +"78630",10006,32094 +"78631",10006,37837 +"78632",10006,40827 +"78633",10007,23055 +"78634",10007,107454 +"78635",10008,10046 +"78636",10008,12342 +"78637",10009,16428 +"78638",10009,22008 +"78639",10009,57724 +"78640",10009,94814 +"78641",10009,107751 +"78642",10010,20419 +"78643",10010,25490 +"78644",10010,50254 +"78645",10010,54705 +"78646",10010,67556 +"78647",10010,75275 +"78648",10010,120488 +"78649",10011,19044 +"78650",10011,19146 +"78651",10011,56806 +"78652",10011,72326 +"78653",10012,10130 +"78654",10012,18277 +"78655",10012,30488 +"78656",10012,30636 +"78657",10012,32409 +"78658",10012,40041 +"78659",10012,40951 +"78660",10012,41486 +"78661",10012,42748 +"78662",10012,53031 +"78663",10012,58221 +"78664",10012,64395 +"78665",10012,82161 +"78666",10012,82409 +"78667",10012,87566 +"78668",10012,93615 +"78669",10012,101970 +"78670",10012,103426 +"78671",10012,108718 +"78672",10012,119943 +"78673",10012,122098 +"78674",10012,122541 +"78675",10013,10250 +"78676",10014,10819 +"78677",10014,16200 +"78678",10014,21957 +"78679",10014,22243 +"78680",10014,22244 +"78681",10014,23966 +"78682",10014,31332 +"78683",10014,31335 +"78684",10014,51352 +"78685",10014,56211 +"78686",10014,70583 +"78687",10014,80664 +"78688",10014,87907 +"78689",10014,89627 +"78690",10014,91450 +"78691",10014,112104 +"78692",10014,115339 +"78693",10015,13827 +"78694",10015,15316 +"78695",10015,17268 +"78696",10015,26243 +"78697",10015,27689 +"78698",10015,36161 +"78699",10015,41067 +"78700",10015,43922 +"78701",10015,85551 +"78702",10016,29458 +"78703",10016,76771 +"78704",10016,86238 +"78705",10016,90694 +"78706",10017,10224 +"78707",10017,34237 +"78708",10017,34338 +"78709",10017,49524 +"78710",10017,60211 +"78711",10017,66124 +"78712",10017,70859 +"78713",10018,53867 +"78714",10018,72209 +"78715",10019,10124 +"78716",10019,10220 +"78717",10020,51873 +"78718",10020,95166 +"78719",10021,10115 +"78720",10021,11774 +"78721",10021,79324 +"78722",10021,108266 +"78723",10022,10860 +"78724",10022,17672 +"78725",10022,18680 +"78726",10022,33466 +"78727",10022,34142 +"78728",10022,34769 +"78729",10022,35240 +"78730",10022,35829 +"78731",10022,42032 +"78732",10022,59212 +"78733",10022,61351 +"78734",10022,61512 +"78735",10022,69397 +"78736",10022,75352 +"78737",10022,105877 +"78738",10022,116782 +"78739",10023,23270 +"78740",10023,27014 +"78741",10023,32823 +"78742",10023,90328 +"78743",10023,104810 +"78744",10023,109521 +"78745",10023,115452 +"78746",10023,115456 +"78747",10024,11212 +"78748",10024,11423 +"78749",10024,11880 +"78750",10024,26474 +"78751",10024,27535 +"78752",10024,28089 +"78753",10024,38717 +"78754",10024,51102 +"78755",10024,61483 +"78756",10024,62358 +"78757",10024,65305 +"78758",10024,71582 +"78759",10024,74369 +"78760",10024,76252 +"78761",10024,76427 +"78762",10024,81122 +"78763",10024,81817 +"78764",10024,96436 +"78765",10025,21850 +"78766",10026,39262 +"78767",10027,10794 +"78768",10027,28049 +"78769",10027,30884 +"78770",10027,32791 +"78771",10027,32799 +"78772",10027,32816 +"78773",10027,32846 +"78774",10027,32873 +"78775",10027,32887 +"78776",10027,32910 +"78777",10027,32942 +"78778",10027,32987 +"78779",10027,33050 +"78780",10027,33051 +"78781",10027,33109 +"78782",10027,84555 +"78783",10028,18164 +"78784",10028,25386 +"78785",10028,31933 +"78786",10028,83855 +"78787",10029,25985 +"78788",10030,26156 +"78789",10031,36708 +"78790",10031,38461 +"78791",10031,41439 +"78792",10031,45480 +"78793",10031,59039 +"78794",10031,102636 +"78795",10032,10204 +"78796",10032,11055 +"78797",10032,13288 +"78798",10032,14225 +"78799",10032,14294 +"78800",10032,14304 +"78801",10032,14364 +"78802",10032,14384 +"78803",10032,29070 +"78804",10032,38313 +"78805",10032,65405 +"78806",10032,66224 +"78807",10033,10258 +"78808",10033,11023 +"78809",10033,11099 +"78810",10033,14338 +"78811",10033,14401 +"78812",10033,15548 +"78813",10033,17830 +"78814",10033,19807 +"78815",10033,21485 +"78816",10033,23462 +"78817",10033,23581 +"78818",10033,26390 +"78819",10033,26521 +"78820",10033,26531 +"78821",10033,29403 +"78822",10033,30758 +"78823",10033,47188 +"78824",10033,47282 +"78825",10033,50213 +"78826",10033,51245 +"78827",10033,51329 +"78828",10033,59662 +"78829",10033,68096 +"78830",10033,69718 +"78831",10033,72410 +"78832",10033,75686 +"78833",10033,98133 +"78834",10033,101721 +"78835",10034,26333 +"78836",10034,76377 +"78837",10034,93290 +"78838",10034,94908 +"78839",10034,99112 +"78840",10034,99121 +"78841",10034,101999 +"78842",10034,120666 +"78843",10034,122959 +"78844",10035,47917 +"78845",10035,53687 +"78846",10035,54523 +"78847",10035,56274 +"78848",10035,56305 +"78849",10035,56368 +"78850",10035,63296 +"78851",10036,28839 +"78852",10036,30976 +"78853",10036,31050 +"78854",10036,45633 +"78855",10036,48932 +"78856",10036,49144 +"78857",10036,50367 +"78858",10036,71973 +"78859",10036,100717 +"78860",10037,18992 +"78861",10037,19056 +"78862",10037,20313 +"78863",10037,26807 +"78864",10037,33070 +"78865",10037,82030 +"78866",10038,42382 +"78867",10038,102645 +"78868",10039,13707 +"78869",10039,22719 +"78870",10040,10209 +"78871",10040,10260 +"78872",10041,43397 +"78873",10041,59591 +"78874",10041,67629 +"78875",10041,70416 +"78876",10041,104822 +"78877",10042,53769 +"78878",10042,81721 +"78879",10042,100782 +"78880",10042,113863 +"78881",10043,10053 +"78882",10043,13201 +"78883",10043,34543 +"78884",10043,77260 +"78885",10043,77425 +"78886",10043,77426 +"78887",10044,30182 +"78888",10044,41412 +"78889",10044,44627 +"78890",10044,58777 +"78891",10044,66740 +"78892",10044,72782 +"78893",10044,83304 +"78894",10044,83337 +"78895",10044,101231 +"78896",10045,34739 +"78897",10045,60837 +"78898",10047,10427 +"78899",10047,16110 +"78900",10047,24341 +"78901",10047,76084 +"78902",10047,79345 +"78903",10047,88597 +"78904",10047,96542 +"78905",10047,99070 +"78906",10047,101235 +"78907",10047,119236 +"78908",10047,119239 +"78909",10048,11278 +"78910",10048,31303 +"78911",10048,33599 +"78912",10048,33618 +"78913",10048,33690 +"78914",10048,33727 +"78915",10048,90273 +"78916",10049,32654 +"78917",10050,10156 +"78918",10050,14588 +"78919",10050,22289 +"78920",10050,26297 +"78921",10050,28003 +"78922",10050,36445 +"78923",10050,38532 +"78924",10050,42412 +"78925",10050,43852 +"78926",10050,44822 +"78927",10050,48682 +"78928",10050,52319 +"78929",10050,60841 +"78930",10050,63691 +"78931",10050,65529 +"78932",10050,88225 +"78933",10050,89446 +"78934",10050,93951 +"78935",10050,104294 +"78936",10050,105984 +"78937",10050,110383 +"78938",10051,11396 +"78939",10051,36829 +"78940",10052,25897 +"78941",10052,59664 +"78942",10053,13201 +"78943",10053,103728 +"78944",10053,114108 +"78945",10054,35828 +"78946",10054,41640 +"78947",10054,85804 +"78948",10055,11775 +"78949",10056,10195 +"78950",10056,10196 +"78951",10056,17455 +"78952",10056,35623 +"78953",10056,84357 +"78954",10057,60967 +"78955",10057,97338 +"78956",10057,97378 +"78957",10058,69751 +"78958",10059,13790 +"78959",10059,13915 +"78960",10059,17777 +"78961",10059,25288 +"78962",10059,25802 +"78963",10059,28288 +"78964",10059,42985 +"78965",10059,44224 +"78966",10059,50677 +"78967",10059,64744 +"78968",10059,110726 +"78969",10060,10061 +"78970",10060,10062 +"78971",10060,10063 +"78972",10060,10080 +"78973",10060,10103 +"78974",10061,10062 +"78975",10061,10063 +"78976",10061,10080 +"78977",10061,10103 +"78978",10061,38658 +"78979",10061,42307 +"78980",10061,61802 +"78981",10061,79820 +"78982",10061,81582 +"78983",10061,82636 +"78984",10061,82784 +"78985",10061,82800 +"78986",10061,82833 +"78987",10061,82969 +"78988",10061,88836 +"78989",10061,89663 +"78990",10061,89738 +"78991",10061,89740 +"78992",10062,10063 +"78993",10062,10080 +"78994",10062,10103 +"78995",10062,28423 +"78996",10062,28481 +"78997",10063,10080 +"78998",10063,10103 +"78999",10063,38658 +"79000",10063,42307 +"79001",10063,44937 +"79002",10063,61802 +"79003",10063,81582 +"79004",10063,82636 +"79005",10063,82784 +"79006",10063,82800 +"79007",10063,82833 +"79008",10063,82969 +"79009",10063,103012 +"79010",10064,59764 +"79011",10064,117325 +"79012",10065,22574 +"79013",10065,45769 +"79014",10065,67222 +"79015",10065,81503 +"79016",10065,104460 +"79017",10065,113656 +"79018",10065,113662 +"79019",10066,12460 +"79020",10066,17034 +"79021",10066,17052 +"79022",10066,25951 +"79023",10066,30883 +"79024",10066,31413 +"79025",10066,56812 +"79026",10066,63777 +"79027",10066,94019 +"79028",10066,123220 +"79029",10067,20104 +"79030",10067,27399 +"79031",10067,38014 +"79032",10067,39987 +"79033",10067,60664 +"79034",10067,65651 +"79035",10067,65742 +"79036",10067,73010 +"79037",10068,10149 +"79038",10068,13929 +"79039",10068,13970 +"79040",10068,25643 +"79041",10068,26264 +"79042",10068,33612 +"79043",10068,58432 +"79044",10068,58871 +"79045",10068,60656 +"79046",10068,73570 +"79047",10068,74393 +"79048",10068,88439 +"79049",10068,94603 +"79050",10068,99969 +"79051",10068,106714 +"79052",10068,106717 +"79053",10069,25828 +"79054",10069,26797 +"79055",10069,92696 +"79056",10069,96675 +"79057",10069,101058 +"79058",10069,103364 +"79059",10070,10387 +"79060",10070,10450 +"79061",10070,10453 +"79062",10070,10546 +"79063",10070,11552 +"79064",10070,11936 +"79065",10070,15506 +"79066",10070,16987 +"79067",10070,22769 +"79068",10070,23953 +"79069",10070,24919 +"79070",10070,30924 +"79071",10070,36671 +"79072",10070,43858 +"79073",10070,50772 +"79074",10070,51625 +"79075",10070,61435 +"79076",10070,78984 +"79077",10071,13638 +"79078",10071,96262 +"79079",10072,22565 +"79080",10072,22653 +"79081",10072,22787 +"79082",10073,10117 +"79083",10073,11206 +"79084",10073,13264 +"79085",10073,38653 +"79086",10073,53793 +"79087",10073,102345 +"79088",10074,27567 +"79089",10075,18172 +"79090",10076,10143 +"79091",10076,17897 +"79092",10076,29246 +"79093",10076,33965 +"79094",10076,46023 +"79095",10076,86285 +"79096",10076,119520 +"79097",10077,17306 +"79098",10077,19497 +"79099",10077,36152 +"79100",10077,43428 +"79101",10077,70711 +"79102",10077,76855 +"79103",10077,81002 +"79104",10077,89784 +"79105",10077,109390 +"79106",10078,25630 +"79107",10078,27867 +"79108",10078,63572 +"79109",10078,84006 +"79110",10078,92477 +"79111",10078,110782 +"79112",10079,13294 +"79113",10079,13781 +"79114",10079,14108 +"79115",10079,15841 +"79116",10079,17013 +"79117",10079,19975 +"79118",10079,20000 +"79119",10079,20407 +"79120",10079,21133 +"79121",10079,22072 +"79122",10079,22641 +"79123",10079,24326 +"79124",10079,24429 +"79125",10079,28808 +"79126",10079,31951 +"79127",10079,32940 +"79128",10079,38213 +"79129",10079,41713 +"79130",10079,46621 +"79131",10079,47585 +"79132",10079,49620 +"79133",10079,52136 +"79134",10079,55795 +"79135",10079,61785 +"79136",10079,64361 +"79137",10079,71176 +"79138",10079,74636 +"79139",10079,74659 +"79140",10079,75921 +"79141",10079,76029 +"79142",10079,78582 +"79143",10079,80222 +"79144",10079,80305 +"79145",10079,81250 +"79146",10079,82315 +"79147",10079,82965 +"79148",10079,83578 +"79149",10079,83865 +"79150",10079,84607 +"79151",10079,88232 +"79152",10079,88237 +"79153",10079,88895 +"79154",10079,91411 +"79155",10079,91562 +"79156",10079,94909 +"79157",10079,96144 +"79158",10079,96146 +"79159",10079,96837 +"79160",10079,97766 +"79161",10079,101016 +"79162",10079,104286 +"79163",10079,114622 +"79164",10080,10103 +"79165",10080,19195 +"79166",10080,38658 +"79167",10080,42307 +"79168",10080,57698 +"79169",10080,61802 +"79170",10080,74430 +"79171",10080,77428 +"79172",10080,81582 +"79173",10080,82636 +"79174",10080,82784 +"79175",10080,82800 +"79176",10080,82833 +"79177",10080,82969 +"79178",10080,112550 +"79179",10080,112557 +"79180",10080,112558 +"79181",10080,112563 +"79182",10081,16587 +"79183",10081,18554 +"79184",10081,23071 +"79185",10081,39967 +"79186",10081,49092 +"79187",10081,58413 +"79188",10081,60424 +"79189",10081,67182 +"79190",10081,68600 +"79191",10082,90953 +"79192",10082,108293 +"79193",10083,10147 +"79194",10083,56205 +"79195",10084,28250 +"79196",10084,58880 +"79197",10085,52885 +"79198",10086,10212 +"79199",10086,64821 +"79200",10087,11127 +"79201",10087,22553 +"79202",10087,30153 +"79203",10087,33491 +"79204",10087,48918 +"79205",10087,84785 +"79206",10087,89743 +"79207",10087,94602 +"79208",10088,14387 +"79209",10088,21518 +"79210",10088,42792 +"79211",10089,20309 +"79212",10089,23900 +"79213",10089,54538 +"79214",10090,10582 +"79215",10090,20891 +"79216",10090,24041 +"79217",10090,24176 +"79218",10090,24191 +"79219",10090,25035 +"79220",10090,31969 +"79221",10090,41992 +"79222",10090,78377 +"79223",10090,78677 +"79224",10090,84044 +"79225",10090,90664 +"79226",10090,92192 +"79227",10090,105158 +"79228",10091,14794 +"79229",10091,20071 +"79230",10091,20235 +"79231",10091,21298 +"79232",10091,24242 +"79233",10091,57413 +"79234",10091,101552 +"79235",10091,112573 +"79236",10092,57209 +"79237",10092,78243 +"79238",10093,15463 +"79239",10093,67026 +"79240",10093,67054 +"79241",10093,67055 +"79242",10093,67326 +"79243",10093,67343 +"79244",10093,107951 +"79245",10093,119692 +"79246",10094,86671 +"79247",10095,32979 +"79248",10095,52339 +"79249",10095,53090 +"79250",10095,57846 +"79251",10095,68499 +"79252",10095,71852 +"79253",10095,74938 +"79254",10095,82473 +"79255",10095,112795 +"79256",10095,113360 +"79257",10095,119602 +"79258",10095,123473 +"79259",10096,10097 +"79260",10097,10739 +"79261",10097,28997 +"79262",10097,32094 +"79263",10097,45520 +"79264",10098,10480 +"79265",10098,10481 +"79266",10098,10482 +"79267",10098,10533 +"79268",10098,10633 +"79269",10098,10650 +"79270",10098,11168 +"79271",10098,18120 +"79272",10098,27030 +"79273",10098,36554 +"79274",10098,43736 +"79275",10098,47726 +"79276",10098,51546 +"79277",10098,57594 +"79278",10098,60306 +"79279",10098,66153 +"79280",10098,101993 +"79281",10098,113486 +"79282",10099,22627 +"79283",10099,23861 +"79284",10099,24433 +"79285",10099,33524 +"79286",10099,33850 +"79287",10099,39564 +"79288",10099,74974 +"79289",10100,73750 +"79290",10100,75901 +"79291",10100,78806 +"79292",10100,82045 +"79293",10100,95469 +"79294",10101,10144 +"79295",10102,10183 +"79296",10102,43308 +"79297",10102,55769 +"79298",10102,65561 +"79299",10102,111257 +"79300",10103,58252 +"79301",10104,10145 +"79302",10104,10146 +"79303",10104,10254 +"79304",10104,14000 +"79305",10104,16614 +"79306",10104,17059 +"79307",10104,17102 +"79308",10104,17211 +"79309",10104,17212 +"79310",10104,17355 +"79311",10104,18165 +"79312",10104,19744 +"79313",10104,19980 +"79314",10104,21420 +"79315",10104,23098 +"79316",10104,26623 +"79317",10104,29172 +"79318",10104,29332 +"79319",10104,30622 +"79320",10104,30665 +"79321",10104,30697 +"79322",10104,31525 +"79323",10104,32190 +"79324",10104,32294 +"79325",10104,40030 +"79326",10104,41558 +"79327",10104,43087 +"79328",10104,46757 +"79329",10104,50358 +"79330",10104,56905 +"79331",10104,90582 +"79332",10105,14666 +"79333",10105,20326 +"79334",10105,20737 +"79335",10105,23526 +"79336",10105,23626 +"79337",10105,23715 +"79338",10105,24443 +"79339",10105,29715 +"79340",10105,30875 +"79341",10105,31307 +"79342",10105,69791 +"79343",10105,106249 +"79344",10105,120094 +"79345",10105,120875 +"79346",10106,10164 +"79347",10106,33996 +"79348",10107,16082 +"79349",10107,36212 +"79350",10107,54381 +"79351",10108,14909 +"79352",10108,54619 +"79353",10108,74341 +"79354",10109,18204 +"79355",10110,10153 +"79356",10111,10255 +"79357",10112,10494 +"79358",10112,37199 +"79359",10112,52707 +"79360",10112,76942 +"79361",10112,81001 +"79362",10112,98759 +"79363",10113,24701 +"79364",10114,111992 +"79365",10114,121627 +"79366",10115,79324 +"79367",10115,108266 +"79368",10116,27016 +"79369",10116,27393 +"79370",10116,31443 +"79371",10116,40098 +"79372",10117,12391 +"79373",10117,12889 +"79374",10117,18600 +"79375",10117,18767 +"79376",10117,20072 +"79377",10117,21505 +"79378",10117,21607 +"79379",10117,21665 +"79380",10117,23861 +"79381",10117,32630 +"79382",10117,34564 +"79383",10117,34620 +"79384",10117,38525 +"79385",10117,41713 +"79386",10117,42087 +"79387",10117,42201 +"79388",10117,45047 +"79389",10117,45980 +"79390",10117,48202 +"79391",10117,48212 +"79392",10117,53132 +"79393",10117,53227 +"79394",10117,55111 +"79395",10117,58628 +"79396",10117,61801 +"79397",10117,64350 +"79398",10117,73044 +"79399",10117,73058 +"79400",10117,73335 +"79401",10117,78063 +"79402",10117,78413 +"79403",10117,78429 +"79404",10117,78569 +"79405",10117,82143 +"79406",10117,83231 +"79407",10117,86471 +"79408",10117,90804 +"79409",10117,91022 +"79410",10117,91045 +"79411",10117,95675 +"79412",10117,101516 +"79413",10117,102387 +"79414",10117,108374 +"79415",10117,108893 +"79416",10117,109101 +"79417",10117,109523 +"79418",10117,110993 +"79419",10117,111338 +"79420",10117,111398 +"79421",10117,111409 +"79422",10117,111480 +"79423",10117,112422 +"79424",10117,112648 +"79425",10117,112708 +"79426",10117,112820 +"79427",10117,112997 +"79428",10117,113597 +"79429",10117,114418 +"79430",10117,114582 +"79431",10117,115371 +"79432",10117,116028 +"79433",10117,116604 +"79434",10117,117798 +"79435",10117,117809 +"79436",10117,117819 +"79437",10119,12121 +"79438",10119,13759 +"79439",10119,32707 +"79440",10119,78778 +"79441",10119,79913 +"79442",10119,112898 +"79443",10120,31268 +"79444",10120,62194 +"79445",10120,110710 +"79446",10120,111709 +"79447",10120,119136 +"79448",10121,15569 +"79449",10121,22569 +"79450",10121,26337 +"79451",10121,47190 +"79452",10121,53311 +"79453",10121,68029 +"79454",10121,78157 +"79455",10121,81356 +"79456",10121,93927 +"79457",10121,96550 +"79458",10123,10208 +"79459",10123,29305 +"79460",10123,34833 +"79461",10123,35406 +"79462",10123,36449 +"79463",10123,41916 +"79464",10123,43159 +"79465",10123,55273 +"79466",10123,64468 +"79467",10123,87443 +"79468",10124,10220 +"79469",10124,15270 +"79470",10124,17905 +"79471",10124,22039 +"79472",10124,22533 +"79473",10124,52022 +"79474",10124,74074 +"79475",10124,86083 +"79476",10124,86117 +"79477",10125,10182 +"79478",10125,65224 +"79479",10125,71080 +"79480",10125,71083 +"79481",10125,71149 +"79482",10126,42509 +"79483",10126,72727 +"79484",10126,112713 +"79485",10127,11580 +"79486",10127,11949 +"79487",10127,13864 +"79488",10127,16608 +"79489",10127,20629 +"79490",10127,20914 +"79491",10127,22857 +"79492",10127,37055 +"79493",10127,68698 +"79494",10127,68903 +"79495",10127,76884 +"79496",10127,106195 +"79497",10127,121968 +"79498",10128,15151 +"79499",10128,16613 +"79500",10128,16814 +"79501",10128,17159 +"79502",10128,20580 +"79503",10128,21146 +"79504",10128,26138 +"79505",10128,30954 +"79506",10128,33278 +"79507",10128,39100 +"79508",10128,46944 +"79509",10128,71745 +"79510",10128,75886 +"79511",10128,84422 +"79512",10128,97261 +"79513",10128,97266 +"79514",10128,98025 +"79515",10128,98099 +"79516",10128,107421 +"79517",10129,13806 +"79518",10129,29116 +"79519",10129,41323 +"79520",10129,43361 +"79521",10129,50148 +"79522",10129,64526 +"79523",10129,69139 +"79524",10129,74211 +"79525",10129,77592 +"79526",10129,77661 +"79527",10129,79041 +"79528",10129,85013 +"79529",10130,83148 +"79530",10130,94850 +"79531",10130,105301 +"79532",10130,113283 +"79533",10130,114398 +"79534",10130,120032 +"79535",10131,31177 +"79536",10132,42579 +"79537",10132,46430 +"79538",10132,78355 +"79539",10133,10207 +"79540",10133,36786 +"79541",10135,10188 +"79542",10135,18233 +"79543",10135,21511 +"79544",10135,34308 +"79545",10135,41372 +"79546",10135,48215 +"79547",10135,53006 +"79548",10135,58371 +"79549",10135,64018 +"79550",10135,71599 +"79551",10135,88721 +"79552",10135,100496 +"79553",10135,111306 +"79554",10135,111312 +"79555",10135,111732 +"79556",10135,116832 +"79557",10137,63586 +"79558",10137,87322 +"79559",10138,15117 +"79560",10138,17737 +"79561",10138,28893 +"79562",10138,56794 +"79563",10138,73035 +"79564",10139,44615 +"79565",10140,13807 +"79566",10140,16106 +"79567",10140,28358 +"79568",10140,30017 +"79569",10140,33682 +"79570",10140,41187 +"79571",10140,49164 +"79572",10140,55449 +"79573",10140,76574 +"79574",10140,105618 +"79575",10141,10214 +"79576",10141,10650 +"79577",10141,11005 +"79578",10141,46763 +"79579",10141,114303 +"79580",10142,12170 +"79581",10142,13658 +"79582",10142,17663 +"79583",10142,18957 +"79584",10142,65101 +"79585",10143,11450 +"79586",10143,11682 +"79587",10143,12456 +"79588",10143,15235 +"79589",10143,20343 +"79590",10143,28091 +"79591",10143,28274 +"79592",10143,30092 +"79593",10143,30827 +"79594",10143,40146 +"79595",10143,40579 +"79596",10143,42216 +"79597",10143,55084 +"79598",10143,71594 +"79599",10143,113434 +"79600",10144,50602 +"79601",10144,51756 +"79602",10145,10146 +"79603",10145,10254 +"79604",10145,11559 +"79605",10145,13551 +"79606",10145,14000 +"79607",10145,14001 +"79608",10145,14145 +"79609",10145,16614 +"79610",10145,17059 +"79611",10145,18165 +"79612",10145,19744 +"79613",10145,19980 +"79614",10145,29332 +"79615",10145,30827 +"79616",10145,32513 +"79617",10145,43087 +"79618",10145,46757 +"79619",10145,47549 +"79620",10145,61706 +"79621",10145,68217 +"79622",10146,10254 +"79623",10146,11559 +"79624",10146,12717 +"79625",10146,14000 +"79626",10146,16614 +"79627",10146,17059 +"79628",10146,17212 +"79629",10146,30074 +"79630",10146,30176 +"79631",10146,33309 +"79632",10146,42895 +"79633",10146,46757 +"79634",10146,66129 +"79635",10146,79024 +"79636",10146,105003 +"79637",10146,105043 +"79638",10147,12574 +"79639",10147,78954 +"79640",10147,78981 +"79641",10148,10181 +"79642",10148,10628 +"79643",10148,14544 +"79644",10148,21472 +"79645",10148,23508 +"79646",10148,27124 +"79647",10148,36258 +"79648",10148,42715 +"79649",10148,84405 +"79650",10148,108540 +"79651",10148,114922 +"79652",10149,20178 +"79653",10149,23989 +"79654",10149,71807 +"79655",10151,10322 +"79656",10151,20083 +"79657",10151,28838 +"79658",10151,56254 +"79659",10151,83051 +"79660",10151,107185 +"79661",10151,115821 +"79662",10151,115839 +"79663",10152,16925 +"79664",10152,68315 +"79665",10152,69950 +"79666",10154,10229 +"79667",10156,47648 +"79668",10156,74005 +"79669",10157,52064 +"79670",10157,61298 +"79671",10158,10843 +"79672",10158,12790 +"79673",10158,22870 +"79674",10158,25797 +"79675",10158,27261 +"79676",10158,31683 +"79677",10158,31693 +"79678",10158,31814 +"79679",10158,31909 +"79680",10158,33433 +"79681",10158,35251 +"79682",10158,53083 +"79683",10158,53108 +"79684",10158,53513 +"79685",10158,73848 +"79686",10158,82149 +"79687",10158,85188 +"79688",10158,101780 +"79689",10159,46676 +"79690",10159,46765 +"79691",10159,70908 +"79692",10159,75310 +"79693",10159,87323 +"79694",10160,27449 +"79695",10160,48005 +"79696",10160,62456 +"79697",10160,123329 +"79698",10161,14790 +"79699",10161,35755 +"79700",10161,46748 +"79701",10161,57455 +"79702",10161,58661 +"79703",10161,77958 +"79704",10162,14352 +"79705",10162,25218 +"79706",10162,50798 +"79707",10162,57823 +"79708",10163,28604 +"79709",10163,52808 +"79710",10163,53985 +"79711",10163,59467 +"79712",10163,66618 +"79713",10163,89064 +"79714",10164,14144 +"79715",10164,29337 +"79716",10164,30052 +"79717",10164,32663 +"79718",10164,34444 +"79719",10164,34654 +"79720",10164,35798 +"79721",10164,35955 +"79722",10164,52299 +"79723",10164,60421 +"79724",10164,62729 +"79725",10164,75690 +"79726",10165,20341 +"79727",10165,55029 +"79728",10166,28889 +"79729",10166,43898 +"79730",10166,54394 +"79731",10166,83997 +"79732",10167,41311 +"79733",10167,68558 +"79734",10168,47208 +"79735",10169,15962 +"79736",10170,21596 +"79737",10171,19924 +"79738",10171,122391 +"79739",10172,103139 +"79740",10172,114528 +"79741",10173,10701 +"79742",10173,12807 +"79743",10173,13951 +"79744",10173,14427 +"79745",10173,16871 +"79746",10173,16963 +"79747",10173,17556 +"79748",10173,17676 +"79749",10173,21450 +"79750",10173,24515 +"79751",10173,24760 +"79752",10173,26527 +"79753",10173,26597 +"79754",10173,30966 +"79755",10173,33723 +"79756",10173,43701 +"79757",10173,52648 +"79758",10173,87321 +"79759",10174,10226 +"79760",10174,58779 +"79761",10175,28707 +"79762",10175,46522 +"79763",10175,68735 +"79764",10175,72332 +"79765",10175,110824 +"79766",10177,104718 +"79767",10178,118044 +"79768",10178,122458 +"79769",10179,33913 +"79770",10180,17890 +"79771",10180,79123 +"79772",10181,22407 +"79773",10181,22750 +"79774",10181,22762 +"79775",10181,23508 +"79776",10181,36258 +"79777",10181,45186 +"79778",10181,60603 +"79779",10182,83320 +"79780",10183,43463 +"79781",10184,27824 +"79782",10184,42941 +"79783",10184,49998 +"79784",10184,106809 +"79785",10184,114830 +"79786",10185,29612 +"79787",10185,88686 +"79788",10186,50529 +"79789",10187,101924 +"79790",10189,14712 +"79791",10189,25987 +"79792",10189,42644 +"79793",10189,60672 +"79794",10189,100959 +"79795",10189,101032 +"79796",10192,26730 +"79797",10192,31138 +"79798",10192,46564 +"79799",10192,46927 +"79800",10192,69140 +"79801",10192,102361 +"79802",10192,115415 +"79803",10192,115442 +"79804",10192,115488 +"79805",10193,30288 +"79806",10194,28874 +"79807",10194,34015 +"79808",10194,64949 +"79809",10194,74087 +"79810",10194,74365 +"79811",10194,102096 +"79812",10194,102120 +"79813",10195,10196 +"79814",10196,20585 +"79815",10196,26608 +"79816",10196,43275 +"79817",10196,72744 +"79818",10197,12778 +"79819",10197,18034 +"79820",10197,18192 +"79821",10198,21422 +"79822",10198,23001 +"79823",10198,52485 +"79824",10198,61220 +"79825",10198,92296 +"79826",10199,14914 +"79827",10199,26425 +"79828",10199,27229 +"79829",10199,38612 +"79830",10199,39236 +"79831",10199,82655 +"79832",10200,10502 +"79833",10200,33805 +"79834",10200,68923 +"79835",10200,102549 +"79836",10201,10217 +"79837",10201,17716 +"79838",10201,49033 +"79839",10202,11572 +"79840",10202,13553 +"79841",10202,17221 +"79842",10202,23086 +"79843",10202,23133 +"79844",10202,28162 +"79845",10202,55775 +"79846",10202,62324 +"79847",10202,88543 +"79848",10203,53539 +"79849",10203,83967 +"79850",10204,13288 +"79851",10204,14225 +"79852",10204,14294 +"79853",10204,14304 +"79854",10204,14364 +"79855",10204,14384 +"79856",10205,11654 +"79857",10205,14520 +"79858",10205,14578 +"79859",10205,15012 +"79860",10205,71565 +"79861",10205,73926 +"79862",10205,90909 +"79863",10205,94279 +"79864",10205,94350 +"79865",10206,21468 +"79866",10206,75891 +"79867",10206,99044 +"79868",10206,107635 +"79869",10206,119372 +"79870",10207,11965 +"79871",10207,14987 +"79872",10207,15019 +"79873",10207,15205 +"79874",10207,28758 +"79875",10207,36786 +"79876",10207,48564 +"79877",10207,69271 +"79878",10207,88793 +"79879",10208,12445 +"79880",10208,31596 +"79881",10208,33341 +"79882",10208,35406 +"79883",10208,36449 +"79884",10208,41916 +"79885",10208,55273 +"79886",10208,61074 +"79887",10208,64468 +"79888",10208,64499 +"79889",10208,74187 +"79890",10208,77800 +"79891",10208,80391 +"79892",10208,104636 +"79893",10209,10260 +"79894",10210,12380 +"79895",10210,35715 +"79896",10210,51916 +"79897",10210,71874 +"79898",10210,110772 +"79899",10211,39233 +"79900",10211,93578 +"79901",10212,52635 +"79902",10212,94137 +"79903",10213,48297 +"79904",10213,78807 +"79905",10213,99033 +"79906",10213,99821 +"79907",10213,120622 +"79908",10213,120624 +"79909",10215,23081 +"79910",10215,23259 +"79911",10215,23268 +"79912",10215,23533 +"79913",10215,50693 +"79914",10215,60876 +"79915",10215,63170 +"79916",10215,95958 +"79917",10215,96008 +"79918",10215,96223 +"79919",10216,22376 +"79920",10217,17716 +"79921",10217,49033 +"79922",10218,20994 +"79923",10218,25128 +"79924",10218,35109 +"79925",10218,39658 +"79926",10218,48921 +"79927",10218,51427 +"79928",10218,66141 +"79929",10218,76194 +"79930",10218,76212 +"79931",10218,81600 +"79932",10218,92494 +"79933",10218,99584 +"79934",10218,110747 +"79935",10219,28893 +"79936",10219,52404 +"79937",10219,74206 +"79938",10220,26597 +"79939",10220,26604 +"79940",10220,56590 +"79941",10221,10652 +"79942",10221,13068 +"79943",10221,14235 +"79944",10221,17838 +"79945",10221,19934 +"79946",10221,20832 +"79947",10221,40926 +"79948",10221,42069 +"79949",10221,57675 +"79950",10221,61175 +"79951",10221,62699 +"79952",10221,62844 +"79953",10221,73976 +"79954",10221,89834 +"79955",10221,90003 +"79956",10222,11142 +"79957",10222,14631 +"79958",10222,14983 +"79959",10222,16583 +"79960",10222,21003 +"79961",10222,24198 +"79962",10222,30636 +"79963",10222,34653 +"79964",10222,40895 +"79965",10222,42188 +"79966",10222,42748 +"79967",10222,46512 +"79968",10222,47277 +"79969",10222,47939 +"79970",10222,49348 +"79971",10222,54694 +"79972",10222,60085 +"79973",10222,78300 +"79974",10222,81413 +"79975",10222,102414 +"79976",10222,107371 +"79977",10223,17687 +"79978",10223,26869 +"79979",10223,27467 +"79980",10223,42948 +"79981",10223,60536 +"79982",10223,67137 +"79983",10223,94335 +"79984",10224,44134 +"79985",10225,25727 +"79986",10225,41719 +"79987",10225,46850 +"79988",10225,49402 +"79989",10225,66950 +"79990",10225,69257 +"79991",10225,88462 +"79992",10225,92077 +"79993",10225,92285 +"79994",10225,92305 +"79995",10225,95804 +"79996",10225,99263 +"79997",10225,99491 +"79998",10225,99677 +"79999",10225,104266 +"80000",10225,105019 +"80001",10225,105030 +"80002",10225,110563 +"80003",10226,12506 +"80004",10227,21158 +"80005",10227,30493 +"80006",10227,37946 +"80007",10227,53763 +"80008",10227,54081 +"80009",10227,64310 +"80010",10228,57725 +"80011",10228,58359 +"80012",10228,67641 +"80013",10229,31479 +"80014",10230,15921 +"80015",10230,29387 +"80016",10230,29818 +"80017",10230,43419 +"80018",10230,71219 +"80019",10230,107877 +"80020",10231,27496 +"80021",10231,78438 +"80022",10231,79032 +"80023",10231,86978 +"80024",10232,18118 +"80025",10232,48937 +"80026",10232,86032 +"80027",10233,10531 +"80028",10233,13705 +"80029",10233,17585 +"80030",10233,25148 +"80031",10233,33450 +"80032",10233,38320 +"80033",10233,42852 +"80034",10233,47927 +"80035",10233,48325 +"80036",10233,48389 +"80037",10233,54802 +"80038",10233,56740 +"80039",10233,56993 +"80040",10233,79534 +"80041",10233,87416 +"80042",10233,89453 +"80043",10233,103089 +"80044",10233,109489 +"80045",10234,10437 +"80046",10235,10278 +"80047",10235,39674 +"80048",10236,28537 +"80049",10236,28726 +"80050",10236,43703 +"80051",10236,80210 +"80052",10237,36353 +"80053",10237,37310 +"80054",10237,48418 +"80055",10237,51845 +"80056",10238,10325 +"80057",10238,10327 +"80058",10238,10505 +"80059",10238,10506 +"80060",10239,17612 +"80061",10239,25710 +"80062",10239,27987 +"80063",10239,33380 +"80064",10239,40295 +"80065",10239,48869 +"80066",10239,70024 +"80067",10239,85871 +"80068",10239,87472 +"80069",10240,50456 +"80070",10240,71371 +"80071",10240,106090 +"80072",10240,108525 +"80073",10240,112068 +"80074",10241,10308 +"80075",10241,10469 +"80076",10241,10507 +"80077",10241,15952 +"80078",10241,22434 +"80079",10241,31979 +"80080",10241,33555 +"80081",10241,42508 +"80082",10241,42937 +"80083",10241,44635 +"80084",10241,45970 +"80085",10241,47982 +"80086",10241,48066 +"80087",10241,48179 +"80088",10241,55517 +"80089",10241,57390 +"80090",10241,58241 +"80091",10241,58250 +"80092",10241,58294 +"80093",10241,58306 +"80094",10241,58353 +"80095",10241,58364 +"80096",10241,58430 +"80097",10241,59120 +"80098",10241,60976 +"80099",10241,64921 +"80100",10242,28391 +"80101",10242,62340 +"80102",10242,62374 +"80103",10242,84744 +"80104",10243,11324 +"80105",10243,11390 +"80106",10243,11391 +"80107",10243,11468 +"80108",10243,85134 +"80109",10243,85164 +"80110",10244,10472 +"80111",10244,10591 +"80112",10244,21055 +"80113",10244,35086 +"80114",10244,97191 +"80115",10244,97212 +"80116",10244,105227 +"80117",10245,68095 +"80118",10245,104745 +"80119",10245,114079 +"80120",10246,11765 +"80121",10246,16397 +"80122",10246,85036 +"80123",10246,95739 +"80124",10246,95769 +"80125",10247,10282 +"80126",10247,10406 +"80127",10247,10514 +"80128",10247,10515 +"80129",10247,11370 +"80130",10247,11497 +"80131",10247,30082 +"80132",10247,30888 +"80133",10247,43698 +"80134",10247,48744 +"80135",10247,52603 +"80136",10247,62985 +"80137",10247,75371 +"80138",10247,81343 +"80139",10247,96321 +"80140",10247,96337 +"80141",10247,99731 +"80142",10247,101323 +"80143",10247,102845 +"80144",10247,104957 +"80145",10247,109815 +"80146",10247,111066 +"80147",10247,113278 +"80148",10247,113314 +"80149",10247,114723 +"80150",10247,116644 +"80151",10247,117804 +"80152",10247,121414 +"80153",10247,122345 +"80154",10247,122353 +"80155",10247,122358 +"80156",10247,122360 +"80157",10247,122366 +"80158",10247,122367 +"80159",10247,122376 +"80160",10247,122383 +"80161",10247,122393 +"80162",10247,122394 +"80163",10247,122398 +"80164",10247,122402 +"80165",10247,122403 +"80166",10247,122409 +"80167",10247,122412 +"80168",10247,122414 +"80169",10247,122415 +"80170",10247,122417 +"80171",10247,122418 +"80172",10247,122421 +"80173",10247,122422 +"80174",10247,122437 +"80175",10247,122438 +"80176",10247,122440 +"80177",10247,123424 +"80178",10248,22640 +"80179",10248,84056 +"80180",10248,99111 +"80181",10248,121108 +"80182",10249,70443 +"80183",10249,70467 +"80184",10250,17480 +"80185",10250,26464 +"80186",10250,34845 +"80187",10250,41097 +"80188",10250,46949 +"80189",10250,47225 +"80190",10250,57085 +"80191",10250,59701 +"80192",10250,66094 +"80193",10250,66165 +"80194",10250,66166 +"80195",10250,66167 +"80196",10250,71444 +"80197",10251,28549 +"80198",10251,33849 +"80199",10252,35401 +"80200",10253,13875 +"80201",10253,58239 +"80202",10253,65068 +"80203",10254,11559 +"80204",10254,14000 +"80205",10254,16614 +"80206",10254,17059 +"80207",10254,17102 +"80208",10254,17211 +"80209",10254,17212 +"80210",10254,17355 +"80211",10254,22153 +"80212",10254,23098 +"80213",10254,29332 +"80214",10254,32513 +"80215",10254,40030 +"80216",10254,61321 +"80217",10254,61706 +"80218",10254,68217 +"80219",10254,77341 +"80220",10254,92264 +"80221",10254,94087 +"80222",10256,12041 +"80223",10256,13073 +"80224",10256,13904 +"80225",10256,19661 +"80226",10256,23542 +"80227",10256,24934 +"80228",10256,29211 +"80229",10256,29756 +"80230",10256,29758 +"80231",10256,29805 +"80232",10256,29882 +"80233",10256,31985 +"80234",10256,35436 +"80235",10256,35460 +"80236",10256,36850 +"80237",10256,53535 +"80238",10256,60063 +"80239",10256,83841 +"80240",10256,83945 +"80241",10256,86796 +"80242",10256,96301 +"80243",10256,98592 +"80244",10256,104489 +"80245",10256,107949 +"80246",10256,110496 +"80247",10256,111226 +"80248",10256,115099 +"80249",10256,115725 +"80250",10256,115753 +"80251",10256,117130 +"80252",10256,118454 +"80253",10256,122014 +"80254",10257,32649 +"80255",10257,43297 +"80256",10257,47852 +"80257",10257,48819 +"80258",10257,51590 +"80259",10257,58361 +"80260",10258,11023 +"80261",10258,14401 +"80262",10258,21207 +"80263",10258,24451 +"80264",10258,26444 +"80265",10258,27395 +"80266",10258,43642 +"80267",10258,67617 +"80268",10258,69718 +"80269",10258,72203 +"80270",10258,109738 +"80271",10259,70362 +"80272",10260,91233 +"80273",10261,10286 +"80274",10261,17056 +"80275",10261,17684 +"80276",10261,18550 +"80277",10261,26620 +"80278",10261,35797 +"80279",10261,53478 +"80280",10261,55226 +"80281",10261,85632 +"80282",10261,96617 +"80283",10262,21233 +"80284",10262,44022 +"80285",10262,50634 +"80286",10262,52958 +"80287",10262,111844 +"80288",10263,10940 +"80289",10263,24096 +"80290",10263,45729 +"80291",10263,46261 +"80292",10263,57897 +"80293",10263,59909 +"80294",10263,59976 +"80295",10263,80933 +"80296",10264,36578 +"80297",10264,46229 +"80298",10264,51197 +"80299",10264,62903 +"80300",10264,65713 +"80301",10264,75343 +"80302",10265,21665 +"80303",10265,21666 +"80304",10265,26983 +"80305",10265,35655 +"80306",10265,41604 +"80307",10265,43266 +"80308",10265,52670 +"80309",10265,59632 +"80310",10265,59765 +"80311",10265,60691 +"80312",10265,61456 +"80313",10265,81502 +"80314",10265,83490 +"80315",10265,83919 +"80316",10265,84868 +"80317",10265,85933 +"80318",10265,89020 +"80319",10265,101907 +"80320",10265,112960 +"80321",10265,115843 +"80322",10266,10958 +"80323",10266,15643 +"80324",10266,19674 +"80325",10266,25005 +"80326",10266,25473 +"80327",10266,26451 +"80328",10266,26530 +"80329",10266,48260 +"80330",10266,50063 +"80331",10266,58133 +"80332",10266,71006 +"80333",10266,74906 +"80334",10266,77267 +"80335",10266,78256 +"80336",10266,84194 +"80337",10267,20070 +"80338",10267,28826 +"80339",10267,33754 +"80340",10267,37962 +"80341",10267,43104 +"80342",10267,43198 +"80343",10267,45886 +"80344",10267,51769 +"80345",10267,53183 +"80346",10267,62782 +"80347",10268,15594 +"80348",10268,25194 +"80349",10268,31230 +"80350",10268,41381 +"80351",10268,56684 +"80352",10268,68398 +"80353",10268,77905 +"80354",10268,95708 +"80355",10268,114560 +"80356",10269,12566 +"80357",10269,12882 +"80358",10269,15304 +"80359",10269,23421 +"80360",10269,39767 +"80361",10269,89222 +"80362",10270,38364 +"80363",10270,93505 +"80364",10270,98639 +"80365",10270,121967 +"80366",10270,121973 +"80367",10271,11769 +"80368",10271,15526 +"80369",10271,25241 +"80370",10271,25529 +"80371",10271,25853 +"80372",10271,29133 +"80373",10271,40134 +"80374",10271,44529 +"80375",10271,44713 +"80376",10271,44740 +"80377",10271,52796 +"80378",10271,57707 +"80379",10271,58414 +"80380",10271,58418 +"80381",10272,17106 +"80382",10273,10276 +"80383",10273,10290 +"80384",10273,10463 +"80385",10273,10489 +"80386",10273,10490 +"80387",10274,11423 +"80388",10274,11942 +"80389",10274,16010 +"80390",10274,18502 +"80391",10274,26992 +"80392",10274,30396 +"80393",10274,35802 +"80394",10274,37363 +"80395",10274,41128 +"80396",10274,46503 +"80397",10274,53397 +"80398",10274,57612 +"80399",10274,57746 +"80400",10274,58648 +"80401",10274,59603 +"80402",10274,62356 +"80403",10274,63124 +"80404",10274,65400 +"80405",10274,67167 +"80406",10274,68481 +"80407",10274,73623 +"80408",10274,105950 +"80409",10274,110508 +"80410",10274,113237 +"80411",10274,119210 +"80412",10274,119587 +"80413",10275,51967 +"80414",10275,117459 +"80415",10276,10290 +"80416",10276,10463 +"80417",10276,10489 +"80418",10276,10490 +"80419",10276,24592 +"80420",10276,27478 +"80421",10276,31085 +"80422",10276,34443 +"80423",10276,38048 +"80424",10276,40296 +"80425",10276,46681 +"80426",10276,53031 +"80427",10276,53635 +"80428",10276,54371 +"80429",10276,56022 +"80430",10276,56122 +"80431",10276,56333 +"80432",10276,56341 +"80433",10276,71434 +"80434",10276,84897 +"80435",10276,98204 +"80436",10276,122025 +"80437",10277,25564 +"80438",10277,25901 +"80439",10277,44341 +"80440",10277,76419 +"80441",10277,102112 +"80442",10278,39674 +"80443",10278,45775 +"80444",10279,20279 +"80445",10279,21059 +"80446",10279,22936 +"80447",10279,39647 +"80448",10279,45465 +"80449",10279,48150 +"80450",10279,53729 +"80451",10279,53730 +"80452",10279,53874 +"80453",10279,55865 +"80454",10279,62822 +"80455",10279,64576 +"80456",10279,81287 +"80457",10279,86453 +"80458",10279,89301 +"80459",10279,90518 +"80460",10279,91550 +"80461",10279,93524 +"80462",10279,98743 +"80463",10279,103367 +"80464",10279,109545 +"80465",10279,112904 +"80466",10279,113718 +"80467",10279,120641 +"80468",10280,10291 +"80469",10280,48815 +"80470",10281,12071 +"80471",10281,52762 +"80472",10282,10406 +"80473",10282,10514 +"80474",10282,10515 +"80475",10282,11370 +"80476",10282,11497 +"80477",10282,79289 +"80478",10282,83463 +"80479",10282,85224 +"80480",10282,86168 +"80481",10282,90929 +"80482",10282,90935 +"80483",10282,91066 +"80484",10282,91070 +"80485",10282,91094 +"80486",10282,91095 +"80487",10282,91096 +"80488",10282,91100 +"80489",10283,77747 +"80490",10285,13680 +"80491",10285,51067 +"80492",10285,69921 +"80493",10285,74045 +"80494",10285,97458 +"80495",10285,97486 +"80496",10286,10453 +"80497",10286,10549 +"80498",10286,11108 +"80499",10286,13296 +"80500",10286,16404 +"80501",10286,16574 +"80502",10286,17993 +"80503",10286,26694 +"80504",10286,32620 +"80505",10286,40055 +"80506",10286,49640 +"80507",10286,55226 +"80508",10286,56042 +"80509",10286,57912 +"80510",10286,61787 +"80511",10286,85632 +"80512",10286,96617 +"80513",10286,101367 +"80514",10287,10357 +"80515",10287,10391 +"80516",10287,10545 +"80517",10287,58867 +"80518",10287,85243 +"80519",10287,103649 +"80520",10287,119616 +"80521",10287,120823 +"80522",10288,14864 +"80523",10290,10463 +"80524",10290,10489 +"80525",10290,10490 +"80526",10291,48815 +"80527",10292,13007 +"80528",10293,38061 +"80529",10293,53921 +"80530",10293,111483 +"80531",10294,10454 +"80532",10294,18393 +"80533",10294,22664 +"80534",10294,22695 +"80535",10294,22720 +"80536",10294,22732 +"80537",10294,22741 +"80538",10294,22758 +"80539",10294,22796 +"80540",10294,74944 +"80541",10294,101679 +"80542",10294,101854 +"80543",10294,101874 +"80544",10295,19526 +"80545",10295,74591 +"80546",10295,76355 +"80547",10295,76390 +"80548",10295,101179 +"80549",10295,108017 +"80550",10296,17385 +"80551",10296,33042 +"80552",10296,36310 +"80553",10296,36311 +"80554",10296,36322 +"80555",10296,36368 +"80556",10296,36373 +"80557",10296,36406 +"80558",10296,36407 +"80559",10296,38485 +"80560",10296,40043 +"80561",10296,90674 +"80562",10297,10483 +"80563",10297,10573 +"80564",10297,11562 +"80565",10297,17875 +"80566",10297,31756 +"80567",10297,45384 +"80568",10297,51287 +"80569",10297,56105 +"80570",10297,56200 +"80571",10297,78320 +"80572",10297,93459 +"80573",10299,12823 +"80574",10299,12930 +"80575",10299,17474 +"80576",10299,20780 +"80577",10299,34578 +"80578",10299,38197 +"80579",10299,39028 +"80580",10299,39403 +"80581",10299,40632 +"80582",10299,47106 +"80583",10299,49323 +"80584",10299,53672 +"80585",10299,55489 +"80586",10299,56469 +"80587",10299,59964 +"80588",10299,71481 +"80589",10299,73496 +"80590",10300,10457 +"80591",10300,10499 +"80592",10300,14819 +"80593",10300,29116 +"80594",10300,30586 +"80595",10300,68423 +"80596",10301,18553 +"80597",10301,23389 +"80598",10301,23390 +"80599",10301,28536 +"80600",10301,31315 +"80601",10301,56592 +"80602",10301,65695 +"80603",10301,68404 +"80604",10301,71099 +"80605",10301,90655 +"80606",10301,95949 +"80607",10301,114335 +"80608",10302,10399 +"80609",10303,10416 +"80610",10303,17756 +"80611",10303,43656 +"80612",10303,67386 +"80613",10304,15967 +"80614",10304,30981 +"80615",10304,36147 +"80616",10304,36194 +"80617",10304,36224 +"80618",10304,49085 +"80619",10304,85760 +"80620",10306,10408 +"80621",10307,10994 +"80622",10307,11562 +"80623",10307,11592 +"80624",10307,50825 +"80625",10308,10469 +"80626",10308,10507 +"80627",10309,10410 +"80628",10309,10411 +"80629",10309,10564 +"80630",10309,10600 +"80631",10310,11493 +"80632",10310,12105 +"80633",10310,12639 +"80634",10310,35217 +"80635",10310,44894 +"80636",10310,62307 +"80637",10310,75878 +"80638",10310,81506 +"80639",10310,94086 +"80640",10310,108982 +"80641",10310,119893 +"80642",10311,33835 +"80643",10311,60064 +"80644",10312,14957 +"80645",10312,20392 +"80646",10312,20393 +"80647",10312,21113 +"80648",10312,23786 +"80649",10312,25801 +"80650",10312,33598 +"80651",10312,33961 +"80652",10312,50071 +"80653",10312,63013 +"80654",10312,71493 +"80655",10312,82427 +"80656",10312,86395 +"80657",10313,14218 +"80658",10313,17711 +"80659",10313,34474 +"80660",10313,48731 +"80661",10313,48936 +"80662",10313,50322 +"80663",10313,71909 +"80664",10313,85804 +"80665",10313,96425 +"80666",10314,28286 +"80667",10314,58104 +"80668",10314,69060 +"80669",10314,105211 +"80670",10314,117854 +"80671",10314,119346 +"80672",10315,40142 +"80673",10315,109694 +"80674",10316,12335 +"80675",10316,30895 +"80676",10316,89514 +"80677",10316,109144 +"80678",10317,12361 +"80679",10317,71074 +"80680",10318,10949 +"80681",10318,11122 +"80682",10318,56734 +"80683",10318,56785 +"80684",10319,10422 +"80685",10319,10501 +"80686",10319,84480 +"80687",10319,120956 +"80688",10320,10435 +"80689",10320,10511 +"80690",10320,31146 +"80691",10321,60758 +"80692",10321,71714 +"80693",10321,89125 +"80694",10322,118339 +"80695",10323,10402 +"80696",10324,10527 +"80697",10324,10996 +"80698",10324,11648 +"80699",10324,11657 +"80700",10324,12320 +"80701",10324,19031 +"80702",10324,19362 +"80703",10324,24379 +"80704",10324,24662 +"80705",10324,29203 +"80706",10324,29422 +"80707",10324,29434 +"80708",10324,31321 +"80709",10324,32491 +"80710",10324,35573 +"80711",10324,35612 +"80712",10324,42695 +"80713",10324,42700 +"80714",10324,42740 +"80715",10324,42741 +"80716",10324,51108 +"80717",10324,57487 +"80718",10324,65840 +"80719",10324,81684 +"80720",10325,10327 +"80721",10325,10505 +"80722",10325,10506 +"80723",10325,28601 +"80724",10325,33241 +"80725",10326,10359 +"80726",10326,12623 +"80727",10326,34107 +"80728",10326,41789 +"80729",10326,44748 +"80730",10326,45773 +"80731",10326,76250 +"80732",10326,77601 +"80733",10326,89792 +"80734",10326,90226 +"80735",10326,93924 +"80736",10327,10505 +"80737",10327,10506 +"80738",10327,56450 +"80739",10328,12249 +"80740",10328,21669 +"80741",10328,23948 +"80742",10328,26661 +"80743",10328,28459 +"80744",10328,29104 +"80745",10328,29847 +"80746",10328,33923 +"80747",10328,36411 +"80748",10328,40490 +"80749",10328,42149 +"80750",10328,50763 +"80751",10328,74518 +"80752",10328,81310 +"80753",10328,90658 +"80754",10329,44362 +"80755",10329,111764 +"80756",10330,16269 +"80757",10330,20538 +"80758",10330,27964 +"80759",10330,63448 +"80760",10331,12403 +"80761",10331,13360 +"80762",10331,15201 +"80763",10331,15251 +"80764",10331,16685 +"80765",10331,20984 +"80766",10331,21013 +"80767",10331,29267 +"80768",10331,38069 +"80769",10331,39594 +"80770",10331,40360 +"80771",10331,43147 +"80772",10331,56817 +"80773",10332,10551 +"80774",10332,13779 +"80775",10332,22945 +"80776",10332,27742 +"80777",10332,27914 +"80778",10332,34805 +"80779",10332,59069 +"80780",10332,68687 +"80781",10332,72410 +"80782",10332,75200 +"80783",10332,79266 +"80784",10332,90154 +"80785",10332,94710 +"80786",10332,103577 +"80787",10332,108489 +"80788",10332,112624 +"80789",10333,22838 +"80790",10333,26478 +"80791",10333,26561 +"80792",10333,42559 +"80793",10333,64019 +"80794",10333,96898 +"80795",10333,103543 +"80796",10333,103906 +"80797",10333,117496 +"80798",10333,118203 +"80799",10333,118204 +"80800",10334,42914 +"80801",10334,43283 +"80802",10334,47940 +"80803",10334,48688 +"80804",10334,48812 +"80805",10334,49260 +"80806",10334,53491 +"80807",10334,69597 +"80808",10334,84816 +"80809",10335,51468 +"80810",10335,51527 +"80811",10336,11190 +"80812",10336,13678 +"80813",10336,16286 +"80814",10336,35369 +"80815",10336,37036 +"80816",10336,37516 +"80817",10336,40331 +"80818",10336,41591 +"80819",10336,51121 +"80820",10336,63041 +"80821",10336,65258 +"80822",10336,75430 +"80823",10336,76818 +"80824",10336,77565 +"80825",10336,77637 +"80826",10336,79374 +"80827",10336,86644 +"80828",10336,87305 +"80829",10336,92855 +"80830",10336,99433 +"80831",10336,104828 +"80832",10336,104832 +"80833",10337,18072 +"80834",10337,18319 +"80835",10337,72829 +"80836",10337,79864 +"80837",10337,103782 +"80838",10338,12754 +"80839",10338,13780 +"80840",10338,14681 +"80841",10338,16529 +"80842",10338,25069 +"80843",10338,30803 +"80844",10338,38433 +"80845",10338,47438 +"80846",10338,76275 +"80847",10338,90972 +"80848",10338,92334 +"80849",10338,92355 +"80850",10338,93543 +"80851",10338,93603 +"80852",10338,98093 +"80853",10338,98252 +"80854",10339,30979 +"80855",10339,47128 +"80856",10339,98863 +"80857",10339,99698 +"80858",10339,117189 +"80859",10340,32412 +"80860",10340,93371 +"80861",10340,93600 +"80862",10341,39487 +"80863",10341,60839 +"80864",10341,73972 +"80865",10342,70387 +"80866",10343,11776 +"80867",10343,15232 +"80868",10343,15770 +"80869",10343,16729 +"80870",10343,19532 +"80871",10343,20049 +"80872",10343,21078 +"80873",10343,21369 +"80874",10343,25798 +"80875",10343,25799 +"80876",10343,25834 +"80877",10343,31751 +"80878",10343,31927 +"80879",10343,32090 +"80880",10343,34988 +"80881",10343,36031 +"80882",10343,60883 +"80883",10343,82533 +"80884",10343,83680 +"80885",10343,83744 +"80886",10343,89681 +"80887",10343,90234 +"80888",10343,90321 +"80889",10343,91271 +"80890",10343,111457 +"80891",10344,10456 +"80892",10344,19866 +"80893",10344,94123 +"80894",10344,103389 +"80895",10345,17475 +"80896",10345,59310 +"80897",10345,86216 +"80898",10346,10677 +"80899",10346,10679 +"80900",10346,38507 +"80901",10348,74358 +"80902",10349,20874 +"80903",10349,31257 +"80904",10349,56825 +"80905",10349,70607 +"80906",10350,11747 +"80907",10350,17257 +"80908",10350,24972 +"80909",10350,30125 +"80910",10350,35589 +"80911",10350,39544 +"80912",10350,49241 +"80913",10350,52750 +"80914",10350,63041 +"80915",10350,74516 +"80916",10350,81027 +"80917",10350,89900 +"80918",10350,112004 +"80919",10352,38077 +"80920",10352,40200 +"80921",10353,10413 +"80922",10353,20902 +"80923",10353,56622 +"80924",10353,62220 +"80925",10353,75237 +"80926",10353,103446 +"80927",10354,11380 +"80928",10354,11764 +"80929",10354,26735 +"80930",10354,33270 +"80931",10354,36329 +"80932",10354,55258 +"80933",10354,97666 +"80934",10355,21248 +"80935",10355,21269 +"80936",10355,23141 +"80937",10355,35907 +"80938",10355,37339 +"80939",10355,42040 +"80940",10355,48082 +"80941",10355,48157 +"80942",10355,48186 +"80943",10356,41093 +"80944",10356,77427 +"80945",10357,10391 +"80946",10357,10545 +"80947",10357,27291 +"80948",10357,27465 +"80949",10357,45208 +"80950",10357,47663 +"80951",10357,47664 +"80952",10357,47760 +"80953",10357,56983 +"80954",10357,82023 +"80955",10357,113847 +"80956",10358,10390 +"80957",10358,14032 +"80958",10358,20150 +"80959",10358,20375 +"80960",10358,32919 +"80961",10358,33914 +"80962",10358,34632 +"80963",10358,35926 +"80964",10358,43344 +"80965",10358,46071 +"80966",10358,46471 +"80967",10358,47156 +"80968",10358,51299 +"80969",10358,62244 +"80970",10358,74796 +"80971",10358,82885 +"80972",10358,94306 +"80973",10358,99371 +"80974",10358,100398 +"80975",10358,102881 +"80976",10358,110343 +"80977",10359,31703 +"80978",10359,35100 +"80979",10359,54336 +"80980",10359,57599 +"80981",10359,73181 +"80982",10359,106915 +"80983",10359,112586 +"80984",10360,82563 +"80985",10360,104955 +"80986",10361,52208 +"80987",10361,91285 +"80988",10361,108097 +"80989",10361,108102 +"80990",10362,12515 +"80991",10362,13246 +"80992",10362,13480 +"80993",10362,13579 +"80994",10362,13696 +"80995",10362,28113 +"80996",10362,30891 +"80997",10362,31606 +"80998",10362,33413 +"80999",10362,40623 +"81000",10362,58829 +"81001",10362,61606 +"81002",10362,62732 +"81003",10362,65070 +"81004",10362,117141 +"81005",10362,117142 +"81006",10362,118591 +"81007",10362,118711 +"81008",10362,119921 +"81009",10362,120494 +"81010",10362,120546 +"81011",10362,120579 +"81012",10363,10556 +"81013",10363,36931 +"81014",10363,77982 +"81015",10363,94339 +"81016",10364,10415 +"81017",10364,11350 +"81018",10364,12202 +"81019",10364,14551 +"81020",10364,15084 +"81021",10364,19526 +"81022",10364,31061 +"81023",10364,35825 +"81024",10364,38138 +"81025",10364,41855 +"81026",10364,47382 +"81027",10364,71932 +"81028",10364,106674 +"81029",10365,10395 +"81030",10365,11566 +"81031",10365,13822 +"81032",10365,13832 +"81033",10365,22460 +"81034",10365,47256 +"81035",10365,81145 +"81036",10366,10532 +"81037",10366,10576 +"81038",10366,11478 +"81039",10366,19989 +"81040",10366,22643 +"81041",10366,45705 +"81042",10366,80211 +"81043",10366,83241 +"81044",10366,96130 +"81045",10366,112933 +"81046",10367,52380 +"81047",10367,70670 +"81048",10368,10542 +"81049",10368,89700 +"81050",10368,94797 +"81051",10368,94805 +"81052",10368,94810 +"81053",10369,42569 +"81054",10370,19093 +"81055",10370,19202 +"81056",10370,19891 +"81057",10370,27377 +"81058",10370,44089 +"81059",10370,57462 +"81060",10371,10577 +"81061",10371,10930 +"81062",10371,32883 +"81063",10371,51808 +"81064",10371,91850 +"81065",10372,79219 +"81066",10373,13696 +"81067",10373,16437 +"81068",10373,54731 +"81069",10373,57671 +"81070",10374,11244 +"81071",10374,20225 +"81072",10374,27538 +"81073",10374,27677 +"81074",10374,29782 +"81075",10374,37058 +"81076",10374,86576 +"81077",10375,45800 +"81078",10376,10584 +"81079",10376,18181 +"81080",10376,23664 +"81081",10376,23746 +"81082",10376,26598 +"81083",10376,27033 +"81084",10376,39662 +"81085",10376,90934 +"81086",10377,10562 +"81087",10377,11445 +"81088",10377,14226 +"81089",10377,50660 +"81090",10377,78928 +"81091",10378,10493 +"81092",10378,10587 +"81093",10378,10599 +"81094",10379,16818 +"81095",10379,41186 +"81096",10379,57757 +"81097",10380,33464 +"81098",10380,47297 +"81099",10380,57988 +"81100",10380,88288 +"81101",10381,66633 +"81102",10381,77542 +"81103",10381,84351 +"81104",10382,33825 +"81105",10382,48155 +"81106",10382,60066 +"81107",10382,64502 +"81108",10383,12388 +"81109",10383,22359 +"81110",10383,23688 +"81111",10383,25033 +"81112",10383,28412 +"81113",10383,36784 +"81114",10383,45545 +"81115",10383,66756 +"81116",10383,68727 +"81117",10384,42809 +"81118",10384,47440 +"81119",10384,56141 +"81120",10384,56645 +"81121",10384,73392 +"81122",10384,80016 +"81123",10384,98134 +"81124",10384,98318 +"81125",10384,99824 +"81126",10385,10476 +"81127",10385,15266 +"81128",10385,22543 +"81129",10385,32847 +"81130",10385,37417 +"81131",10385,62145 +"81132",10385,69250 +"81133",10385,72257 +"81134",10385,76399 +"81135",10386,82130 +"81136",10387,10450 +"81137",10387,10546 +"81138",10387,20220 +"81139",10387,24274 +"81140",10387,33768 +"81141",10387,41220 +"81142",10387,47480 +"81143",10387,53743 +"81144",10387,72597 +"81145",10387,78773 +"81146",10387,92775 +"81147",10387,99818 +"81148",10387,99827 +"81149",10387,99828 +"81150",10388,10547 +"81151",10388,26034 +"81152",10388,32161 +"81153",10388,47290 +"81154",10388,50346 +"81155",10388,52013 +"81156",10388,57787 +"81157",10388,67788 +"81158",10388,107228 +"81159",10389,10561 +"81160",10389,16495 +"81161",10389,19069 +"81162",10389,22057 +"81163",10389,29884 +"81164",10389,79320 +"81165",10390,11082 +"81166",10390,11218 +"81167",10390,11734 +"81168",10390,11927 +"81169",10390,12042 +"81170",10390,15952 +"81171",10390,20269 +"81172",10390,24478 +"81173",10390,31337 +"81174",10390,31786 +"81175",10390,32015 +"81176",10390,35251 +"81177",10390,35672 +"81178",10390,39960 +"81179",10390,41814 +"81180",10390,41964 +"81181",10390,47348 +"81182",10390,47986 +"81183",10390,54879 +"81184",10390,55897 +"81185",10390,62747 +"81186",10390,65425 +"81187",10390,71990 +"81188",10390,72466 +"81189",10390,73020 +"81190",10390,76991 +"81191",10390,80035 +"81192",10390,87529 +"81193",10390,123025 +"81194",10391,10545 +"81195",10392,28922 +"81196",10392,38785 +"81197",10392,63019 +"81198",10392,63550 +"81199",10392,63730 +"81200",10392,68103 +"81201",10392,70325 +"81202",10393,28648 +"81203",10393,41227 +"81204",10393,87025 +"81205",10393,104760 +"81206",10393,104780 +"81207",10394,11192 +"81208",10394,31433 +"81209",10394,51422 +"81210",10394,55215 +"81211",10394,64374 +"81212",10394,103211 +"81213",10395,56263 +"81214",10396,24777 +"81215",10396,41245 +"81216",10396,47150 +"81217",10396,55955 +"81218",10397,32574 +"81219",10397,52215 +"81220",10398,10400 +"81221",10398,14965 +"81222",10398,36144 +"81223",10398,48117 +"81224",10398,59420 +"81225",10398,59434 +"81226",10399,10914 +"81227",10399,21463 +"81228",10399,67838 +"81229",10399,97016 +"81230",10399,99300 +"81231",10399,107025 +"81232",10400,14838 +"81233",10400,29371 +"81234",10400,36144 +"81235",10400,48117 +"81236",10400,55321 +"81237",10400,59420 +"81238",10400,59434 +"81239",10400,101376 +"81240",10400,113857 +"81241",10400,113875 +"81242",10401,10528 +"81243",10401,13413 +"81244",10401,19448 +"81245",10401,39765 +"81246",10401,49378 +"81247",10401,54894 +"81248",10401,65971 +"81249",10401,65981 +"81250",10401,86060 +"81251",10401,89799 +"81252",10401,95613 +"81253",10402,12969 +"81254",10402,85358 +"81255",10403,16179 +"81256",10403,20098 +"81257",10404,38391 +"81258",10404,39058 +"81259",10404,54740 +"81260",10404,64184 +"81261",10405,74108 +"81262",10406,10514 +"81263",10406,10515 +"81264",10406,11370 +"81265",10406,11497 +"81266",10406,96085 +"81267",10408,51935 +"81268",10409,11041 +"81269",10409,17108 +"81270",10409,28127 +"81271",10409,53985 +"81272",10409,74369 +"81273",10409,74664 +"81274",10409,75017 +"81275",10409,94732 +"81276",10409,101089 +"81277",10409,101288 +"81278",10409,101364 +"81279",10409,101369 +"81280",10409,104716 +"81281",10409,104730 +"81282",10410,10411 +"81283",10410,10564 +"81284",10410,10600 +"81285",10410,45257 +"81286",10410,59463 +"81287",10410,67646 +"81288",10411,10564 +"81289",10411,10600 +"81290",10412,10510 +"81291",10412,15265 +"81292",10412,40303 +"81293",10412,40362 +"81294",10412,49822 +"81295",10412,64534 +"81296",10412,111379 +"81297",10413,56622 +"81298",10413,74782 +"81299",10413,96581 +"81300",10414,10497 +"81301",10414,26045 +"81302",10414,36440 +"81303",10414,38195 +"81304",10414,44572 +"81305",10414,81461 +"81306",10416,34707 +"81307",10417,10560 +"81308",10417,17858 +"81309",10417,28262 +"81310",10417,55260 +"81311",10418,10529 +"81312",10418,18522 +"81313",10418,109360 +"81314",10418,120826 +"81315",10419,26654 +"81316",10419,34208 +"81317",10419,37050 +"81318",10419,39156 +"81319",10419,64429 +"81320",10419,80841 +"81321",10419,103098 +"81322",10419,115833 +"81323",10420,12067 +"81324",10420,13427 +"81325",10420,16445 +"81326",10420,17008 +"81327",10420,23568 +"81328",10420,24277 +"81329",10420,25011 +"81330",10420,28816 +"81331",10420,30972 +"81332",10420,31416 +"81333",10420,33253 +"81334",10420,38513 +"81335",10420,45671 +"81336",10420,59965 +"81337",10420,97151 +"81338",10421,10579 +"81339",10421,14861 +"81340",10421,25197 +"81341",10421,42246 +"81342",10421,43633 +"81343",10421,63910 +"81344",10422,10501 +"81345",10423,71848 +"81346",10423,92963 +"81347",10424,28608 +"81348",10424,82377 +"81349",10425,29015 +"81350",10425,31633 +"81351",10425,45899 +"81352",10425,64461 +"81353",10425,68347 +"81354",10425,78315 +"81355",10425,84751 +"81356",10425,103878 +"81357",10425,109493 +"81358",10426,83565 +"81359",10426,88595 +"81360",10427,16110 +"81361",10427,21867 +"81362",10427,24341 +"81363",10427,26339 +"81364",10427,27726 +"81365",10427,29465 +"81366",10427,30471 +"81367",10427,38009 +"81368",10427,41643 +"81369",10427,45726 +"81370",10427,50173 +"81371",10427,52002 +"81372",10427,52626 +"81373",10427,54168 +"81374",10427,63518 +"81375",10427,69067 +"81376",10427,73138 +"81377",10427,75271 +"81378",10427,75633 +"81379",10427,76047 +"81380",10427,78487 +"81381",10427,79227 +"81382",10427,79345 +"81383",10427,81474 +"81384",10427,88309 +"81385",10427,88597 +"81386",10427,91779 +"81387",10427,92996 +"81388",10427,94791 +"81389",10427,96542 +"81390",10427,99070 +"81391",10427,99583 +"81392",10427,101235 +"81393",10427,102535 +"81394",10427,106217 +"81395",10427,106275 +"81396",10427,106280 +"81397",10427,115326 +"81398",10427,119236 +"81399",10427,119239 +"81400",10428,25500 +"81401",10428,106043 +"81402",10429,10605 +"81403",10429,16905 +"81404",10429,24358 +"81405",10429,90579 +"81406",10430,18951 +"81407",10431,10585 +"81408",10431,11841 +"81409",10431,14396 +"81410",10431,19258 +"81411",10431,20785 +"81412",10431,22585 +"81413",10431,22748 +"81414",10431,31403 +"81415",10431,33511 +"81416",10431,39339 +"81417",10431,40307 +"81418",10431,56100 +"81419",10431,60430 +"81420",10431,76483 +"81421",10431,77924 +"81422",10431,91231 +"81423",10432,47387 +"81424",10432,92853 +"81425",10432,95891 +"81426",10433,28114 +"81427",10433,28115 +"81428",10433,29712 +"81429",10433,40466 +"81430",10433,40559 +"81431",10433,41851 +"81432",10433,53832 +"81433",10434,31355 +"81434",10434,34162 +"81435",10434,45728 +"81436",10435,10511 +"81437",10435,16129 +"81438",10435,17270 +"81439",10435,30198 +"81440",10436,14319 +"81441",10436,16659 +"81442",10436,78509 +"81443",10436,78510 +"81444",10436,78539 +"81445",10436,99030 +"81446",10437,28824 +"81447",10437,30959 +"81448",10437,33506 +"81449",10437,39935 +"81450",10437,43127 +"81451",10437,84118 +"81452",10437,94405 +"81453",10437,94409 +"81454",10437,103378 +"81455",10438,12304 +"81456",10438,15015 +"81457",10438,20538 +"81458",10438,34836 +"81459",10438,43140 +"81460",10438,43591 +"81461",10438,45151 +"81462",10438,47614 +"81463",10438,49915 +"81464",10438,61675 +"81465",10438,63656 +"81466",10438,65006 +"81467",10438,65007 +"81468",10438,72468 +"81469",10438,77208 +"81470",10438,82416 +"81471",10438,109186 +"81472",10438,109421 +"81473",10438,114890 +"81474",10439,10474 +"81475",10439,15925 +"81476",10439,24410 +"81477",10439,25401 +"81478",10439,31909 +"81479",10439,53237 +"81480",10439,56373 +"81481",10439,56411 +"81482",10439,57373 +"81483",10439,102301 +"81484",10439,113955 +"81485",10440,63409 +"81486",10441,17539 +"81487",10441,17666 +"81488",10441,48468 +"81489",10441,71816 +"81490",10441,83825 +"81491",10441,112126 +"81492",10442,11290 +"81493",10442,29332 +"81494",10442,32513 +"81495",10442,45875 +"81496",10442,74061 +"81497",10442,80828 +"81498",10442,105248 +"81499",10442,117936 +"81500",10442,119620 +"81501",10443,12196 +"81502",10443,16216 +"81503",10443,47507 +"81504",10444,30638 +"81505",10444,33903 +"81506",10444,42542 +"81507",10444,73136 +"81508",10445,60845 +"81509",10445,69888 +"81510",10445,95114 +"81511",10445,104492 +"81512",10445,107097 +"81513",10445,107108 +"81514",10445,107110 +"81515",10445,107114 +"81516",10445,107127 +"81517",10445,107140 +"81518",10445,122662 +"81519",10445,122672 +"81520",10445,122708 +"81521",10446,16955 +"81522",10446,26232 +"81523",10446,28088 +"81524",10446,30239 +"81525",10447,20635 +"81526",10447,23245 +"81527",10447,23354 +"81528",10447,23355 +"81529",10447,28891 +"81530",10447,30866 +"81531",10447,32280 +"81532",10447,34730 +"81533",10447,36527 +"81534",10447,50456 +"81535",10447,52420 +"81536",10447,52838 +"81537",10447,61191 +"81538",10447,66652 +"81539",10447,69497 +"81540",10447,77565 +"81541",10447,88236 +"81542",10448,45616 +"81543",10449,73268 +"81544",10450,10453 +"81545",10450,10546 +"81546",10450,11417 +"81547",10450,11552 +"81548",10450,11936 +"81549",10450,13700 +"81550",10450,13715 +"81551",10450,15816 +"81552",10450,22364 +"81553",10450,24881 +"81554",10450,27771 +"81555",10450,28068 +"81556",10450,29286 +"81557",10450,30770 +"81558",10450,49813 +"81559",10450,59975 +"81560",10451,15207 +"81561",10451,15495 +"81562",10451,18550 +"81563",10451,21650 +"81564",10451,22351 +"81565",10451,25031 +"81566",10451,26216 +"81567",10451,28093 +"81568",10451,28353 +"81569",10451,29019 +"81570",10451,29026 +"81571",10451,32413 +"81572",10451,34614 +"81573",10451,34631 +"81574",10451,34668 +"81575",10451,35750 +"81576",10451,35983 +"81577",10451,38270 +"81578",10451,40113 +"81579",10451,40275 +"81580",10451,42289 +"81581",10451,48281 +"81582",10451,48380 +"81583",10451,50662 +"81584",10451,53883 +"81585",10451,56216 +"81586",10451,59615 +"81587",10451,62679 +"81588",10451,63105 +"81589",10451,68001 +"81590",10451,68475 +"81591",10451,68917 +"81592",10451,69296 +"81593",10451,71106 +"81594",10451,73655 +"81595",10451,75767 +"81596",10451,76046 +"81597",10451,76459 +"81598",10451,76808 +"81599",10451,77727 +"81600",10451,78224 +"81601",10451,79222 +"81602",10451,82978 +"81603",10451,83306 +"81604",10451,85027 +"81605",10451,88412 +"81606",10451,90275 +"81607",10451,90426 +"81608",10451,91112 +"81609",10451,91526 +"81610",10451,93425 +"81611",10451,93523 +"81612",10451,94520 +"81613",10451,95954 +"81614",10451,99544 +"81615",10451,99547 +"81616",10451,99554 +"81617",10451,100595 +"81618",10451,100739 +"81619",10451,100819 +"81620",10451,101898 +"81621",10451,101988 +"81622",10451,102146 +"81623",10451,102201 +"81624",10451,102309 +"81625",10451,102635 +"81626",10451,102730 +"81627",10451,102846 +"81628",10451,103790 +"81629",10451,104095 +"81630",10451,104574 +"81631",10451,104784 +"81632",10451,104845 +"81633",10451,107269 +"81634",10451,107623 +"81635",10451,107714 +"81636",10451,107879 +"81637",10451,107975 +"81638",10452,16534 +"81639",10452,61973 +"81640",10453,10549 +"81641",10453,11552 +"81642",10453,11582 +"81643",10453,11583 +"81644",10453,11642 +"81645",10453,11644 +"81646",10453,11936 +"81647",10453,13700 +"81648",10453,13715 +"81649",10453,15506 +"81650",10453,17904 +"81651",10453,19087 +"81652",10453,20220 +"81653",10453,20697 +"81654",10453,24274 +"81655",10453,24881 +"81656",10453,28068 +"81657",10453,29286 +"81658",10453,30770 +"81659",10453,33962 +"81660",10453,40396 +"81661",10453,45873 +"81662",10453,53743 +"81663",10453,59975 +"81664",10453,66270 +"81665",10453,70059 +"81666",10453,72597 +"81667",10453,81619 +"81668",10453,96296 +"81669",10453,103549 +"81670",10453,112048 +"81671",10453,112054 +"81672",10455,36446 +"81673",10455,119899 +"81674",10457,15921 +"81675",10457,52638 +"81676",10457,68423 +"81677",10457,111978 +"81678",10458,10522 +"81679",10458,11065 +"81680",10458,12338 +"81681",10458,16590 +"81682",10458,19347 +"81683",10458,26668 +"81684",10458,27201 +"81685",10458,45847 +"81686",10458,46666 +"81687",10458,54124 +"81688",10458,61330 +"81689",10458,80377 +"81690",10458,88582 +"81691",10458,90540 +"81692",10458,91476 +"81693",10458,117514 +"81694",10459,31958 +"81695",10460,29566 +"81696",10461,60060 +"81697",10461,71281 +"81698",10461,73460 +"81699",10462,21035 +"81700",10462,22755 +"81701",10462,28651 +"81702",10462,28759 +"81703",10462,56532 +"81704",10462,56588 +"81705",10462,63808 +"81706",10462,64067 +"81707",10462,81332 +"81708",10462,84556 +"81709",10463,10489 +"81710",10463,10490 +"81711",10463,21982 +"81712",10463,53809 +"81713",10464,32285 +"81714",10464,49765 +"81715",10464,60219 +"81716",10465,10534 +"81717",10465,12779 +"81718",10465,23635 +"81719",10465,30555 +"81720",10465,37301 +"81721",10465,46059 +"81722",10465,53349 +"81723",10465,56616 +"81724",10465,56639 +"81725",10465,58531 +"81726",10465,59196 +"81727",10465,72068 +"81728",10465,72113 +"81729",10466,18841 +"81730",10467,10525 +"81731",10467,87423 +"81732",10468,34398 +"81733",10469,10507 +"81734",10470,15826 +"81735",10470,20216 +"81736",10470,35438 +"81737",10471,11603 +"81738",10471,11648 +"81739",10471,20443 +"81740",10471,22116 +"81741",10471,30251 +"81742",10471,37351 +"81743",10471,37371 +"81744",10471,38287 +"81745",10471,47767 +"81746",10471,67895 +"81747",10471,68423 +"81748",10471,92096 +"81749",10471,96616 +"81750",10471,98785 +"81751",10471,101218 +"81752",10471,103741 +"81753",10471,107408 +"81754",10471,111978 +"81755",10471,114667 +"81756",10472,21055 +"81757",10472,25616 +"81758",10472,84811 +"81759",10473,10590 +"81760",10473,23277 +"81761",10473,35706 +"81762",10473,87162 +"81763",10474,10782 +"81764",10474,10924 +"81765",10474,11884 +"81766",10474,15131 +"81767",10474,18163 +"81768",10474,18174 +"81769",10474,22181 +"81770",10474,24410 +"81771",10474,24986 +"81772",10474,31441 +"81773",10474,31909 +"81774",10474,32267 +"81775",10474,34820 +"81776",10474,40905 +"81777",10474,45151 +"81778",10474,45437 +"81779",10474,48702 +"81780",10474,56373 +"81781",10474,66730 +"81782",10474,77111 +"81783",10474,80268 +"81784",10474,81674 +"81785",10474,90008 +"81786",10474,90009 +"81787",10475,12228 +"81788",10475,27527 +"81789",10475,42062 +"81790",10475,44978 +"81791",10475,62989 +"81792",10475,66997 +"81793",10475,79036 +"81794",10475,83435 +"81795",10475,84768 +"81796",10475,87968 +"81797",10475,117000 +"81798",10475,117554 +"81799",10475,123413 +"81800",10476,11721 +"81801",10476,14952 +"81802",10476,15371 +"81803",10476,34495 +"81804",10476,49772 +"81805",10476,51080 +"81806",10476,73987 +"81807",10476,91434 +"81808",10477,14383 +"81809",10477,18402 +"81810",10477,24130 +"81811",10477,25886 +"81812",10477,53372 +"81813",10477,59003 +"81814",10477,80784 +"81815",10477,104587 +"81816",10478,23538 +"81817",10478,42622 +"81818",10478,54957 +"81819",10478,76990 +"81820",10478,91232 +"81821",10478,109339 +"81822",10478,114266 +"81823",10478,118335 +"81824",10478,120853 +"81825",10478,120858 +"81826",10479,16270 +"81827",10479,42229 +"81828",10479,61204 +"81829",10479,68753 +"81830",10480,10481 +"81831",10480,10482 +"81832",10480,10633 +"81833",10480,11168 +"81834",10481,10482 +"81835",10481,10633 +"81836",10481,10920 +"81837",10481,11168 +"81838",10481,17301 +"81839",10481,40796 +"81840",10481,51546 +"81841",10481,53215 +"81842",10481,66569 +"81843",10481,79046 +"81844",10481,115333 +"81845",10481,115335 +"81846",10481,118534 +"81847",10482,10633 +"81848",10482,11168 +"81849",10482,80189 +"81850",10482,91929 +"81851",10483,10573 +"81852",10483,25713 +"81853",10483,108633 +"81854",10484,13908 +"81855",10484,16388 +"81856",10484,16652 +"81857",10484,34533 +"81858",10484,35470 +"81859",10484,37668 +"81860",10484,61806 +"81861",10484,83406 +"81862",10484,89288 +"81863",10485,19518 +"81864",10485,31955 +"81865",10485,83578 +"81866",10486,80855 +"81867",10486,95484 +"81868",10487,32964 +"81869",10487,62831 +"81870",10487,75332 +"81871",10487,86537 +"81872",10488,11078 +"81873",10488,12398 +"81874",10488,14666 +"81875",10488,18394 +"81876",10488,20737 +"81877",10488,23725 +"81878",10488,27497 +"81879",10488,27586 +"81880",10488,30325 +"81881",10488,30564 +"81882",10488,46173 +"81883",10488,46196 +"81884",10488,52136 +"81885",10488,54556 +"81886",10488,56082 +"81887",10488,57968 +"81888",10488,60878 +"81889",10488,61153 +"81890",10488,66827 +"81891",10488,67763 +"81892",10488,72207 +"81893",10488,97295 +"81894",10489,10490 +"81895",10489,39928 +"81896",10490,30048 +"81897",10490,33636 +"81898",10490,85719 +"81899",10490,89841 +"81900",10490,90492 +"81901",10491,23819 +"81902",10491,30071 +"81903",10491,41025 +"81904",10491,93925 +"81905",10491,94114 +"81906",10491,110768 +"81907",10491,110807 +"81908",10492,36580 +"81909",10492,101696 +"81910",10493,10587 +"81911",10493,10599 +"81912",10493,90459 +"81913",10493,90476 +"81914",10495,23406 +"81915",10496,68022 +"81916",10496,71322 +"81917",10499,31216 +"81918",10499,101072 +"81919",10500,80811 +"81920",10500,85887 +"81921",10500,90249 +"81922",10500,91915 +"81923",10502,11629 +"81924",10502,12280 +"81925",10502,20363 +"81926",10502,25062 +"81927",10502,31541 +"81928",10502,32637 +"81929",10502,41951 +"81930",10502,42374 +"81931",10502,42462 +"81932",10502,42549 +"81933",10502,45624 +"81934",10502,45874 +"81935",10502,48345 +"81936",10502,57394 +"81937",10502,68923 +"81938",10502,79510 +"81939",10502,113605 +"81940",10502,113612 +"81941",10503,12031 +"81942",10503,26723 +"81943",10503,29128 +"81944",10503,34392 +"81945",10503,41989 +"81946",10503,45308 +"81947",10503,55436 +"81948",10503,59672 +"81949",10503,59804 +"81950",10503,71106 +"81951",10503,81052 +"81952",10503,81066 +"81953",10503,83191 +"81954",10503,86151 +"81955",10503,90399 +"81956",10503,100909 +"81957",10503,106494 +"81958",10503,117686 +"81959",10504,10673 +"81960",10504,34744 +"81961",10504,98062 +"81962",10504,114067 +"81963",10505,10506 +"81964",10505,15481 +"81965",10505,21029 +"81966",10505,22005 +"81967",10505,23806 +"81968",10505,35732 +"81969",10505,38406 +"81970",10505,51071 +"81971",10505,67823 +"81972",10505,73406 +"81973",10505,76030 +"81974",10505,98529 +"81975",10505,105389 +"81976",10507,15952 +"81977",10507,17892 +"81978",10507,20672 +"81979",10507,32726 +"81980",10507,33555 +"81981",10507,42508 +"81982",10507,42937 +"81983",10507,45970 +"81984",10507,47238 +"81985",10507,48066 +"81986",10507,48147 +"81987",10507,48179 +"81988",10507,51031 +"81989",10507,52716 +"81990",10507,57390 +"81991",10507,58241 +"81992",10507,58294 +"81993",10507,59120 +"81994",10507,63450 +"81995",10507,72403 +"81996",10507,74789 +"81997",10507,75055 +"81998",10507,75099 +"81999",10507,75327 +"82000",10507,75448 +"82001",10508,11054 +"82002",10508,11148 +"82003",10508,11191 +"82004",10510,17999 +"82005",10511,13980 +"82006",10511,27749 +"82007",10511,27765 +"82008",10511,27794 +"82009",10511,31146 +"82010",10511,31903 +"82011",10511,44063 +"82012",10511,64454 +"82013",10511,71854 +"82014",10512,13601 +"82015",10512,13978 +"82016",10512,25997 +"82017",10512,116724 +"82018",10513,15974 +"82019",10513,19182 +"82020",10513,21506 +"82021",10513,23649 +"82022",10513,24054 +"82023",10513,24938 +"82024",10513,34946 +"82025",10513,35719 +"82026",10513,49674 +"82027",10513,51017 +"82028",10513,51021 +"82029",10513,60329 +"82030",10513,66280 +"82031",10513,68043 +"82032",10513,69712 +"82033",10513,71342 +"82034",10513,74613 +"82035",10513,78089 +"82036",10513,79004 +"82037",10513,80825 +"82038",10513,84720 +"82039",10513,87019 +"82040",10513,87883 +"82041",10513,109860 +"82042",10514,10515 +"82043",10514,11370 +"82044",10514,11497 +"82045",10515,11370 +"82046",10515,11497 +"82047",10515,57111 +"82048",10515,57601 +"82049",10515,90929 +"82050",10516,13934 +"82051",10516,44720 +"82052",10516,55071 +"82053",10516,68563 +"82054",10516,88873 +"82055",10516,88876 +"82056",10516,122799 +"82057",10517,43016 +"82058",10517,65942 +"82059",10517,122953 +"82060",10518,31047 +"82061",10518,36324 +"82062",10518,71008 +"82063",10518,76343 +"82064",10519,50466 +"82065",10519,89334 +"82066",10521,76201 +"82067",10522,11065 +"82068",10522,56116 +"82069",10522,78356 +"82070",10522,82637 +"82071",10522,91476 +"82072",10522,95293 +"82073",10522,103693 +"82074",10522,115564 +"82075",10522,115570 +"82076",10523,20552 +"82077",10523,40028 +"82078",10523,79804 +"82079",10523,82776 +"82080",10523,89503 +"82081",10523,91935 +"82082",10523,97237 +"82083",10523,101793 +"82084",10524,12934 +"82085",10524,17172 +"82086",10524,18809 +"82087",10524,24438 +"82088",10524,37257 +"82089",10524,42578 +"82090",10524,66239 +"82091",10524,77736 +"82092",10525,29122 +"82093",10525,51400 +"82094",10526,43780 +"82095",10526,66811 +"82096",10527,11607 +"82097",10527,21024 +"82098",10527,21474 +"82099",10527,25672 +"82100",10527,32609 +"82101",10527,34269 +"82102",10527,36755 +"82103",10527,37633 +"82104",10527,41023 +"82105",10527,41910 +"82106",10527,42699 +"82107",10527,46200 +"82108",10527,48005 +"82109",10527,53943 +"82110",10527,54401 +"82111",10527,64906 +"82112",10527,67039 +"82113",10527,118273 +"82114",10527,122961 +"82115",10528,12340 +"82116",10528,13413 +"82117",10528,14050 +"82118",10528,20797 +"82119",10528,22180 +"82120",10528,24661 +"82121",10528,79937 +"82122",10528,85397 +"82123",10528,90958 +"82124",10528,93982 +"82125",10528,114106 +"82126",10528,114107 +"82127",10529,14029 +"82128",10529,34411 +"82129",10529,38369 +"82130",10529,52817 +"82131",10529,60229 +"82132",10529,61790 +"82133",10529,68528 +"82134",10530,93027 +"82135",10530,110683 +"82136",10530,118353 +"82137",10530,118355 +"82138",10530,122966 +"82139",10531,17960 +"82140",10531,19239 +"82141",10531,31664 +"82142",10531,35438 +"82143",10531,40677 +"82144",10531,42852 +"82145",10531,47256 +"82146",10531,48325 +"82147",10531,48389 +"82148",10531,50278 +"82149",10531,56740 +"82150",10531,73840 +"82151",10531,79106 +"82152",10531,101497 +"82153",10532,10576 +"82154",10532,10827 +"82155",10532,15147 +"82156",10532,20260 +"82157",10532,28655 +"82158",10533,10534 +"82159",10533,20633 +"82160",10533,35045 +"82161",10533,38197 +"82162",10533,81416 +"82163",10533,88011 +"82164",10534,28473 +"82165",10534,35045 +"82166",10534,84850 +"82167",10534,90289 +"82168",10536,41250 +"82169",10536,42432 +"82170",10536,75188 +"82171",10536,88605 +"82172",10537,11864 +"82173",10537,34565 +"82174",10537,67945 +"82175",10537,80986 +"82176",10537,92710 +"82177",10537,105359 +"82178",10538,10586 +"82179",10538,74391 +"82180",10539,22357 +"82181",10539,48250 +"82182",10539,63079 +"82183",10539,102716 +"82184",10539,115816 +"82185",10541,18962 +"82186",10541,85894 +"82187",10541,116647 +"82188",10542,27952 +"82189",10542,38221 +"82190",10542,42848 +"82191",10542,49477 +"82192",10542,69413 +"82193",10542,74526 +"82194",10543,13868 +"82195",10543,13963 +"82196",10543,14918 +"82197",10543,17351 +"82198",10543,20419 +"82199",10543,27642 +"82200",10543,31992 +"82201",10543,32422 +"82202",10543,34120 +"82203",10543,39077 +"82204",10543,44326 +"82205",10543,45635 +"82206",10543,46042 +"82207",10543,53989 +"82208",10543,65628 +"82209",10543,69642 +"82210",10543,69652 +"82211",10543,81315 +"82212",10543,94325 +"82213",10543,101446 +"82214",10543,107716 +"82215",10543,107893 +"82216",10543,107894 +"82217",10543,118655 +"82218",10544,104406 +"82219",10545,29997 +"82220",10545,47664 +"82221",10545,95062 +"82222",10546,11936 +"82223",10546,13111 +"82224",10546,13636 +"82225",10546,14749 +"82226",10546,15506 +"82227",10546,15816 +"82228",10546,30924 +"82229",10546,36671 +"82230",10546,40396 +"82231",10546,41436 +"82232",10546,42315 +"82233",10547,24291 +"82234",10547,76190 +"82235",10547,81095 +"82236",10547,82256 +"82237",10547,103358 +"82238",10547,119062 +"82239",10548,10716 +"82240",10548,11487 +"82241",10548,31421 +"82242",10548,33850 +"82243",10548,40605 +"82244",10548,47199 +"82245",10548,60433 +"82246",10548,89947 +"82247",10548,115520 +"82248",10550,20569 +"82249",10550,31828 +"82250",10550,34158 +"82251",10550,40095 +"82252",10550,51319 +"82253",10550,52579 +"82254",10550,70715 +"82255",10550,80871 +"82256",10550,80912 +"82257",10550,83641 +"82258",10550,100551 +"82259",10551,10658 +"82260",10551,11990 +"82261",10551,22945 +"82262",10551,24080 +"82263",10551,25442 +"82264",10551,28904 +"82265",10551,30525 +"82266",10551,35109 +"82267",10551,38716 +"82268",10551,54372 +"82269",10551,55273 +"82270",10551,72410 +"82271",10551,90154 +"82272",10551,92744 +"82273",10551,94492 +"82274",10551,103577 +"82275",10551,105913 +"82276",10551,110234 +"82277",10552,11598 +"82278",10552,43019 +"82279",10553,15439 +"82280",10553,17240 +"82281",10553,20093 +"82282",10553,24348 +"82283",10553,25267 +"82284",10553,37191 +"82285",10553,39154 +"82286",10553,49768 +"82287",10553,49965 +"82288",10553,53155 +"82289",10553,58763 +"82290",10553,69808 +"82291",10553,72076 +"82292",10553,72111 +"82293",10553,88230 +"82294",10553,96536 +"82295",10553,119452 +"82296",10553,119914 +"82297",10554,31186 +"82298",10554,36233 +"82299",10555,30059 +"82300",10557,10931 +"82301",10557,14972 +"82302",10557,17381 +"82303",10557,24012 +"82304",10557,34104 +"82305",10557,50435 +"82306",10557,54715 +"82307",10557,57459 +"82308",10557,63155 +"82309",10557,74290 +"82310",10557,81981 +"82311",10557,89169 +"82312",10557,100132 +"82313",10558,25556 +"82314",10558,32128 +"82315",10558,34053 +"82316",10558,55681 +"82317",10558,108098 +"82318",10559,10635 +"82319",10559,14433 +"82320",10559,14626 +"82321",10559,14722 +"82322",10559,16956 +"82323",10559,20291 +"82324",10559,26441 +"82325",10559,30377 +"82326",10559,40571 +"82327",10559,55221 +"82328",10559,64174 +"82329",10559,79642 +"82330",10559,86859 +"82331",10559,95578 +"82332",10559,95754 +"82333",10559,96570 +"82334",10560,10888 +"82335",10560,11034 +"82336",10560,16034 +"82337",10560,16298 +"82338",10560,73842 +"82339",10561,10571 +"82340",10561,11032 +"82341",10561,16495 +"82342",10561,19069 +"82343",10561,22057 +"82344",10561,29884 +"82345",10561,56639 +"82346",10561,68988 +"82347",10561,79320 +"82348",10561,93128 +"82349",10562,11445 +"82350",10563,42890 +"82351",10563,45520 +"82352",10563,46624 +"82353",10563,89020 +"82354",10563,95788 +"82355",10563,95798 +"82356",10564,10600 +"82357",10565,23476 +"82358",10566,11398 +"82359",10566,38431 +"82360",10566,40013 +"82361",10566,40216 +"82362",10566,44294 +"82363",10566,51029 +"82364",10566,58589 +"82365",10566,77181 +"82366",10566,85565 +"82367",10566,90113 +"82368",10566,97706 +"82369",10566,105050 +"82370",10566,115338 +"82371",10566,115820 +"82372",10566,119086 +"82373",10568,14761 +"82374",10568,21154 +"82375",10568,21156 +"82376",10569,13793 +"82377",10569,58141 +"82378",10570,24009 +"82379",10571,11032 +"82380",10571,15106 +"82381",10571,23572 +"82382",10571,30424 +"82383",10571,31152 +"82384",10571,61242 +"82385",10571,65172 +"82386",10572,27984 +"82387",10572,31462 +"82388",10572,38876 +"82389",10572,66475 +"82390",10572,82990 +"82391",10573,56937 +"82392",10573,94018 +"82393",10573,108275 +"82394",10573,123357 +"82395",10573,123358 +"82396",10574,33762 +"82397",10574,109011 +"82398",10575,41542 +"82399",10576,14700 +"82400",10576,15147 +"82401",10576,20260 +"82402",10576,45611 +"82403",10576,63315 +"82404",10576,91661 +"82405",10576,97498 +"82406",10576,114522 +"82407",10577,12193 +"82408",10577,15834 +"82409",10577,24376 +"82410",10577,30093 +"82411",10577,49964 +"82412",10578,15375 +"82413",10578,16192 +"82414",10578,21395 +"82415",10578,37063 +"82416",10578,53837 +"82417",10578,81934 +"82418",10578,86891 +"82419",10578,100791 +"82420",10579,35289 +"82421",10579,39720 +"82422",10579,48719 +"82423",10579,66670 +"82424",10580,80537 +"82425",10581,22537 +"82426",10581,74208 +"82427",10581,95932 +"82428",10582,10737 +"82429",10582,12238 +"82430",10582,20891 +"82431",10582,23645 +"82432",10582,31664 +"82433",10582,31969 +"82434",10582,36141 +"82435",10582,66614 +"82436",10582,78377 +"82437",10582,92741 +"82438",10582,105158 +"82439",10582,109416 +"82440",10582,121677 +"82441",10583,11513 +"82442",10583,32711 +"82443",10583,66772 +"82444",10583,78903 +"82445",10583,83407 +"82446",10583,85232 +"82447",10584,26598 +"82448",10584,27033 +"82449",10584,27170 +"82450",10584,35773 +"82451",10584,64226 +"82452",10584,70027 +"82453",10584,79367 +"82454",10584,92599 +"82455",10585,10761 +"82456",10585,11841 +"82457",10585,13939 +"82458",10585,15226 +"82459",10585,18342 +"82460",10585,19257 +"82461",10585,20792 +"82462",10585,21431 +"82463",10585,21467 +"82464",10585,24635 +"82465",10585,26694 +"82466",10585,26729 +"82467",10585,26786 +"82468",10585,26912 +"82469",10585,31403 +"82470",10585,43852 +"82471",10585,53071 +"82472",10585,56100 +"82473",10585,58970 +"82474",10585,60430 +"82475",10585,69932 +"82476",10585,94898 +"82477",10585,99010 +"82478",10587,10599 +"82479",10588,12238 +"82480",10588,23945 +"82481",10588,37255 +"82482",10589,12551 +"82483",10589,15466 +"82484",10589,36720 +"82485",10589,96464 +"82486",10590,26203 +"82487",10591,12332 +"82488",10591,22247 +"82489",10591,27031 +"82490",10591,27179 +"82491",10591,30203 +"82492",10591,36489 +"82493",10591,42731 +"82494",10591,49277 +"82495",10591,50872 +"82496",10591,54960 +"82497",10591,77849 +"82498",10591,95146 +"82499",10591,98321 +"82500",10591,98325 +"82501",10592,14248 +"82502",10592,27001 +"82503",10592,79406 +"82504",10592,83419 +"82505",10592,85419 +"82506",10592,99247 +"82507",10592,107934 +"82508",10592,112050 +"82509",10593,41142 +"82510",10593,59012 +"82511",10593,91512 +"82512",10594,63100 +"82513",10594,72972 +"82514",10594,85294 +"82515",10595,14577 +"82516",10595,17498 +"82517",10595,34239 +"82518",10595,41096 +"82519",10595,81077 +"82520",10595,109194 +"82521",10596,13416 +"82522",10596,40797 +"82523",10596,58875 +"82524",10596,71042 +"82525",10596,95255 +"82526",10596,97062 +"82527",10596,104377 +"82528",10597,11803 +"82529",10597,14061 +"82530",10597,24868 +"82531",10597,29354 +"82532",10597,32259 +"82533",10597,48712 +"82534",10597,49805 +"82535",10597,54608 +"82536",10597,67939 +"82537",10597,77519 +"82538",10597,80653 +"82539",10597,91539 +"82540",10597,103536 +"82541",10597,107322 +"82542",10597,107423 +"82543",10597,107428 +"82544",10597,108631 +"82545",10598,42353 +"82546",10598,81683 +"82547",10599,65484 +"82548",10599,102466 +"82549",10600,42442 +"82550",10601,15279 +"82551",10601,21868 +"82552",10601,23918 +"82553",10601,30555 +"82554",10601,31038 +"82555",10601,34193 +"82556",10601,34682 +"82557",10601,35702 +"82558",10601,41739 +"82559",10601,46725 +"82560",10601,48987 +"82561",10601,51234 +"82562",10601,74628 +"82563",10601,74883 +"82564",10601,77332 +"82565",10601,81272 +"82566",10601,93461 +"82567",10601,104693 +"82568",10602,11318 +"82569",10602,11855 +"82570",10602,12877 +"82571",10602,13223 +"82572",10602,14992 +"82573",10602,22548 +"82574",10602,28481 +"82575",10602,32311 +"82576",10602,32349 +"82577",10602,34033 +"82578",10602,36010 +"82579",10602,41904 +"82580",10602,45696 +"82581",10602,47686 +"82582",10602,47973 +"82583",10602,50425 +"82584",10602,57253 +"82585",10602,66261 +"82586",10602,68457 +"82587",10602,69198 +"82588",10602,77565 +"82589",10602,78974 +"82590",10602,86023 +"82591",10602,86497 +"82592",10602,87813 +"82593",10602,88773 +"82594",10602,90993 +"82595",10602,90994 +"82596",10602,92417 +"82597",10602,100319 +"82598",10602,101250 +"82599",10602,101462 +"82600",10602,109885 +"82601",10602,110742 +"82602",10602,112606 +"82603",10602,116142 +"82604",10602,116150 +"82605",10602,116151 +"82606",10602,116152 +"82607",10602,116155 +"82608",10602,116159 +"82609",10602,116163 +"82610",10602,116165 +"82611",10602,116166 +"82612",10602,116171 +"82613",10602,116677 +"82614",10602,116678 +"82615",10603,18715 +"82616",10603,52390 +"82617",10603,56440 +"82618",10603,56930 +"82619",10603,61063 +"82620",10603,63413 +"82621",10603,66890 +"82622",10604,31983 +"82623",10605,13260 +"82624",10605,14994 +"82625",10605,16905 +"82626",10605,16907 +"82627",10605,17031 +"82628",10605,32490 +"82629",10605,33877 +"82630",10606,39489 +"82631",10606,60835 +"82632",10606,91418 +"82633",10606,99681 +"82634",10606,113710 +"82635",10606,117585 +"82636",10606,121088 +"82637",10607,18580 +"82638",10607,33690 +"82639",10607,38705 +"82640",10607,38867 +"82641",10607,46700 +"82642",10607,62142 +"82643",10607,101612 +"82644",10608,42972 +"82645",10608,67142 +"82646",10608,122641 +"82647",10609,61150 +"82648",10610,11361 +"82649",10610,17925 +"82650",10610,32777 +"82651",10611,12380 +"82652",10611,15699 +"82653",10612,11025 +"82654",10612,11606 +"82655",10612,13760 +"82656",10612,22931 +"82657",10612,24497 +"82658",10612,49664 +"82659",10612,54929 +"82660",10612,54940 +"82661",10612,70379 +"82662",10612,79752 +"82663",10612,100089 +"82664",10612,108333 +"82665",10613,10634 +"82666",10613,11563 +"82667",10613,13779 +"82668",10613,17026 +"82669",10613,50812 +"82670",10613,58448 +"82671",10614,10697 +"82672",10614,10804 +"82673",10615,10836 +"82674",10615,10941 +"82675",10615,29890 +"82676",10615,65163 +"82677",10615,70020 +"82678",10615,74453 +"82679",10616,11255 +"82680",10616,21741 +"82681",10616,31274 +"82682",10616,52109 +"82683",10616,56783 +"82684",10616,58629 +"82685",10616,76132 +"82686",10616,76675 +"82687",10616,81950 +"82688",10617,12930 +"82689",10618,11075 +"82690",10618,23760 +"82691",10618,48974 +"82692",10618,106873 +"82693",10618,107439 +"82694",10619,10936 +"82695",10619,20294 +"82696",10620,11427 +"82697",10620,12313 +"82698",10620,19264 +"82699",10620,33799 +"82700",10620,34594 +"82701",10620,40775 +"82702",10620,41148 +"82703",10620,41158 +"82704",10620,45927 +"82705",10620,46114 +"82706",10621,21000 +"82707",10621,54660 +"82708",10621,83873 +"82709",10622,14891 +"82710",10622,67582 +"82711",10622,84936 +"82712",10622,86357 +"82713",10622,88913 +"82714",10622,90255 +"82715",10622,102191 +"82716",10622,111540 +"82717",10623,10684 +"82718",10623,33148 +"82719",10623,40218 +"82720",10623,42960 +"82721",10623,91735 +"82722",10624,10676 +"82723",10624,10706 +"82724",10624,10815 +"82725",10624,10854 +"82726",10624,60195 +"82727",10624,91296 +"82728",10625,23388 +"82729",10625,26917 +"82730",10625,33592 +"82731",10625,33594 +"82732",10625,43817 +"82733",10625,45593 +"82734",10625,48906 +"82735",10625,54773 +"82736",10625,56645 +"82737",10625,76396 +"82738",10625,76728 +"82739",10625,76900 +"82740",10625,77017 +"82741",10625,77965 +"82742",10625,85736 +"82743",10625,96353 +"82744",10625,96926 +"82745",10625,96927 +"82746",10625,97957 +"82747",10625,98449 +"82748",10625,103864 +"82749",10625,106407 +"82750",10626,29194 +"82751",10626,63252 +"82752",10626,105414 +"82753",10627,25931 +"82754",10627,26082 +"82755",10627,43382 +"82756",10628,10875 +"82757",10628,11811 +"82758",10628,20783 +"82759",10628,21394 +"82760",10628,23531 +"82761",10628,25122 +"82762",10628,108540 +"82763",10628,114922 +"82764",10629,23444 +"82765",10629,35000 +"82766",10629,63377 +"82767",10630,70504 +"82768",10630,84359 +"82769",10631,11159 +"82770",10631,14695 +"82771",10631,36894 +"82772",10631,39302 +"82773",10631,43833 +"82774",10631,46422 +"82775",10631,49320 +"82776",10631,53667 +"82777",10631,65671 +"82778",10631,75984 +"82779",10631,80062 +"82780",10631,86621 +"82781",10631,89954 +"82782",10631,97843 +"82783",10631,98294 +"82784",10631,101933 +"82785",10631,108860 +"82786",10631,109387 +"82787",10631,109405 +"82788",10631,109410 +"82789",10631,110049 +"82790",10631,110052 +"82791",10631,110166 +"82792",10631,122731 +"82793",10632,80130 +"82794",10632,101766 +"82795",10633,11168 +"82796",10633,21975 +"82797",10633,36554 +"82798",10633,57594 +"82799",10633,73205 +"82800",10635,14626 +"82801",10636,10637 +"82802",10636,10826 +"82803",10636,20435 +"82804",10636,62166 +"82805",10636,79869 +"82806",10636,91841 +"82807",10636,94424 +"82808",10637,10826 +"82809",10637,15116 +"82810",10637,18277 +"82811",10637,20435 +"82812",10637,21891 +"82813",10637,74433 +"82814",10637,81764 +"82815",10637,85290 +"82816",10637,95233 +"82817",10637,96590 +"82818",10638,13172 +"82819",10638,16552 +"82820",10638,16777 +"82821",10638,23556 +"82822",10638,27008 +"82823",10638,43081 +"82824",10638,68761 +"82825",10638,79599 +"82826",10638,85778 +"82827",10638,109347 +"82828",10638,119364 +"82829",10639,22442 +"82830",10639,24745 +"82831",10639,25371 +"82832",10639,41561 +"82833",10639,44842 +"82834",10639,54278 +"82835",10639,56178 +"82836",10639,60960 +"82837",10639,61615 +"82838",10639,83406 +"82839",10639,91068 +"82840",10639,99299 +"82841",10640,10830 +"82842",10640,27587 +"82843",10640,30836 +"82844",10640,48965 +"82845",10641,14116 +"82846",10641,23568 +"82847",10641,91005 +"82848",10642,10912 +"82849",10642,65164 +"82850",10643,20729 +"82851",10643,28394 +"82852",10644,24105 +"82853",10645,21715 +"82854",10645,23797 +"82855",10645,23854 +"82856",10645,25031 +"82857",10645,29417 +"82858",10645,33753 +"82859",10645,39501 +"82860",10645,40563 +"82861",10645,42923 +"82862",10645,46192 +"82863",10645,46257 +"82864",10645,46258 +"82865",10645,47768 +"82866",10645,51060 +"82867",10645,52750 +"82868",10645,52770 +"82869",10645,52773 +"82870",10645,64864 +"82871",10645,82022 +"82872",10645,89708 +"82873",10645,99435 +"82874",10646,16849 +"82875",10646,43432 +"82876",10646,99173 +"82877",10646,101653 +"82878",10646,108647 +"82879",10646,112853 +"82880",10647,10899 +"82881",10648,25748 +"82882",10648,39507 +"82883",10648,47178 +"82884",10649,10650 +"82885",10649,10779 +"82886",10649,10920 +"82887",10649,11005 +"82888",10650,10779 +"82889",10650,10920 +"82890",10650,11005 +"82891",10650,11168 +"82892",10650,25594 +"82893",10650,36554 +"82894",10650,60306 +"82895",10651,10871 +"82896",10651,22516 +"82897",10651,30418 +"82898",10651,50508 +"82899",10651,55712 +"82900",10651,64503 +"82901",10651,72530 +"82902",10651,88986 +"82903",10651,104280 +"82904",10651,112884 +"82905",10652,15540 +"82906",10652,19017 +"82907",10652,19502 +"82908",10652,24832 +"82909",10652,28630 +"82910",10652,36112 +"82911",10652,39447 +"82912",10652,40926 +"82913",10652,41077 +"82914",10652,51075 +"82915",10652,64100 +"82916",10652,81056 +"82917",10652,81125 +"82918",10652,90893 +"82919",10652,92904 +"82920",10652,94892 +"82921",10652,94992 +"82922",10652,94995 +"82923",10652,105665 +"82924",10653,10850 +"82925",10653,11099 +"82926",10653,27123 +"82927",10653,38094 +"82928",10653,83917 +"82929",10654,34372 +"82930",10654,35074 +"82931",10654,35114 +"82932",10654,35115 +"82933",10654,35116 +"82934",10654,35117 +"82935",10654,35118 +"82936",10654,35119 +"82937",10654,35120 +"82938",10654,35121 +"82939",10654,35122 +"82940",10654,35125 +"82941",10654,35126 +"82942",10654,35127 +"82943",10654,35128 +"82944",10654,35130 +"82945",10654,35138 +"82946",10654,35139 +"82947",10654,35144 +"82948",10654,35145 +"82949",10654,35149 +"82950",10654,35150 +"82951",10654,35151 +"82952",10654,35152 +"82953",10654,35164 +"82954",10654,35165 +"82955",10654,35166 +"82956",10654,35167 +"82957",10654,35168 +"82958",10654,35169 +"82959",10654,35170 +"82960",10654,35190 +"82961",10654,35191 +"82962",10654,35192 +"82963",10654,35193 +"82964",10654,35194 +"82965",10654,35197 +"82966",10654,35198 +"82967",10654,35199 +"82968",10654,35200 +"82969",10654,35204 +"82970",10654,35205 +"82971",10654,35206 +"82972",10654,35207 +"82973",10654,35208 +"82974",10654,35210 +"82975",10654,35211 +"82976",10654,35212 +"82977",10654,35213 +"82978",10654,35220 +"82979",10654,35221 +"82980",10654,35225 +"82981",10654,35226 +"82982",10654,35227 +"82983",10654,35228 +"82984",10654,35229 +"82985",10654,35246 +"82986",10654,35247 +"82987",10654,35248 +"82988",10654,35249 +"82989",10654,35255 +"82990",10654,35271 +"82991",10654,35272 +"82992",10654,35273 +"82993",10654,35274 +"82994",10654,35275 +"82995",10654,35276 +"82996",10654,35277 +"82997",10654,35279 +"82998",10654,35280 +"82999",10654,35297 +"83000",10654,35298 +"83001",10654,35300 +"83002",10654,35310 +"83003",10654,35311 +"83004",10654,35313 +"83005",10654,35314 +"83006",10654,35315 +"83007",10654,35321 +"83008",10654,35322 +"83009",10654,35323 +"83010",10654,35324 +"83011",10654,35326 +"83012",10654,35327 +"83013",10654,35328 +"83014",10654,35330 +"83015",10654,35331 +"83016",10654,35332 +"83017",10654,35337 +"83018",10654,35343 +"83019",10654,35344 +"83020",10654,35345 +"83021",10654,35346 +"83022",10654,35347 +"83023",10654,35348 +"83024",10654,35353 +"83025",10654,35354 +"83026",10654,35355 +"83027",10654,35356 +"83028",10654,35357 +"83029",10654,35362 +"83030",10654,35363 +"83031",10654,35461 +"83032",10654,35685 +"83033",10654,35686 +"83034",10654,35687 +"83035",10654,35862 +"83036",10654,35863 +"83037",10654,35864 +"83038",10654,35865 +"83039",10654,35866 +"83040",10654,35867 +"83041",10654,35956 +"83042",10654,35957 +"83043",10654,35968 +"83044",10654,35969 +"83045",10654,35970 +"83046",10654,36094 +"83047",10654,51445 +"83048",10654,59531 +"83049",10654,63789 +"83050",10655,10775 +"83051",10655,41054 +"83052",10655,62411 +"83053",10655,77240 +"83054",10655,120476 +"83055",10656,16014 +"83056",10656,44845 +"83057",10656,55044 +"83058",10656,106525 +"83059",10657,23353 +"83060",10657,27999 +"83061",10657,30796 +"83062",10657,45329 +"83063",10657,67571 +"83064",10658,77384 +"83065",10658,103577 +"83066",10659,11075 +"83067",10659,12551 +"83068",10659,16115 +"83069",10659,17335 +"83070",10659,26504 +"83071",10659,36017 +"83072",10659,48974 +"83073",10659,49985 +"83074",10659,57693 +"83075",10659,57958 +"83076",10660,16326 +"83077",10661,25140 +"83078",10661,72910 +"83079",10662,79685 +"83080",10663,11014 +"83081",10663,42433 +"83082",10663,66277 +"83083",10663,69030 +"83084",10663,86065 +"83085",10664,45693 +"83086",10664,62095 +"83087",10664,76427 +"83088",10664,93684 +"83089",10665,10861 +"83090",10665,13160 +"83091",10665,17066 +"83092",10665,27012 +"83093",10665,32077 +"83094",10665,33552 +"83095",10666,44001 +"83096",10667,15731 +"83097",10667,28373 +"83098",10667,35631 +"83099",10667,58789 +"83100",10667,59667 +"83101",10667,73277 +"83102",10667,89906 +"83103",10667,97279 +"83104",10667,120455 +"83105",10667,120456 +"83106",10668,10717 +"83107",10668,11514 +"83108",10668,14161 +"83109",10668,16169 +"83110",10668,26066 +"83111",10668,26080 +"83112",10668,32975 +"83113",10668,37985 +"83114",10668,41972 +"83115",10668,42429 +"83116",10668,53442 +"83117",10668,54003 +"83118",10668,55666 +"83119",10668,62244 +"83120",10668,94107 +"83121",10668,115840 +"83122",10669,97077 +"83123",10670,29841 +"83124",10670,32481 +"83125",10670,36351 +"83126",10670,53969 +"83127",10670,66645 +"83128",10670,72706 +"83129",10670,82146 +"83130",10670,84198 +"83131",10671,14067 +"83132",10672,12261 +"83133",10672,19699 +"83134",10672,71429 +"83135",10672,100845 +"83136",10674,23911 +"83137",10674,43141 +"83138",10674,74624 +"83139",10675,14501 +"83140",10675,48722 +"83141",10676,10706 +"83142",10676,10815 +"83143",10676,10854 +"83144",10677,10679 +"83145",10677,33581 +"83146",10677,117383 +"83147",10678,12655 +"83148",10678,26725 +"83149",10678,33599 +"83150",10680,14673 +"83151",10680,21808 +"83152",10680,41515 +"83153",10680,84202 +"83154",10680,99406 +"83155",10680,103661 +"83156",10680,109436 +"83157",10680,113749 +"83158",10680,120182 +"83159",10680,120434 +"83160",10681,10733 +"83161",10681,60836 +"83162",10682,10831 +"83163",10682,67706 +"83164",10685,10744 +"83165",10685,10851 +"83166",10685,14371 +"83167",10685,14386 +"83168",10685,18330 +"83169",10685,22351 +"83170",10685,25278 +"83171",10685,27144 +"83172",10685,31013 +"83173",10685,77933 +"83174",10685,83333 +"83175",10685,83363 +"83176",10686,10759 +"83177",10686,10834 +"83178",10686,10919 +"83179",10686,74861 +"83180",10686,74992 +"83181",10687,48355 +"83182",10687,52487 +"83183",10687,57283 +"83184",10687,61216 +"83185",10687,66244 +"83186",10687,68716 +"83187",10687,68721 +"83188",10687,68779 +"83189",10687,69097 +"83190",10687,69098 +"83191",10688,10788 +"83192",10688,14448 +"83193",10688,15099 +"83194",10688,16669 +"83195",10688,19805 +"83196",10688,21098 +"83197",10688,21918 +"83198",10688,24939 +"83199",10688,25639 +"83200",10688,26432 +"83201",10688,26943 +"83202",10688,28499 +"83203",10688,30866 +"83204",10688,31700 +"83205",10688,32361 +"83206",10688,33275 +"83207",10688,33883 +"83208",10688,36286 +"83209",10688,36767 +"83210",10688,37937 +"83211",10688,40419 +"83212",10688,42608 +"83213",10688,44180 +"83214",10688,45818 +"83215",10688,51476 +"83216",10688,51892 +"83217",10688,53755 +"83218",10688,54168 +"83219",10688,57210 +"83220",10688,58482 +"83221",10688,59172 +"83222",10688,59816 +"83223",10688,61874 +"83224",10688,63274 +"83225",10688,66322 +"83226",10688,67327 +"83227",10688,70854 +"83228",10688,71683 +"83229",10688,72568 +"83230",10688,72628 +"83231",10688,73767 +"83232",10688,78532 +"83233",10688,81609 +"83234",10688,85885 +"83235",10688,91255 +"83236",10688,92247 +"83237",10688,92352 +"83238",10688,92362 +"83239",10688,92929 +"83240",10688,93719 +"83241",10688,94906 +"83242",10688,94946 +"83243",10688,95889 +"83244",10688,96093 +"83245",10688,97988 +"83246",10688,99309 +"83247",10688,99376 +"83248",10688,99450 +"83249",10688,99471 +"83250",10688,99474 +"83251",10688,100916 +"83252",10688,100944 +"83253",10688,101126 +"83254",10688,101329 +"83255",10688,105557 +"83256",10688,107199 +"83257",10688,108743 +"83258",10688,108980 +"83259",10688,109291 +"83260",10688,109933 +"83261",10688,110483 +"83262",10688,110567 +"83263",10688,110572 +"83264",10688,110630 +"83265",10688,110648 +"83266",10688,110711 +"83267",10688,110770 +"83268",10688,110869 +"83269",10688,110911 +"83270",10688,111285 +"83271",10688,111314 +"83272",10688,111362 +"83273",10688,111372 +"83274",10688,111424 +"83275",10688,111433 +"83276",10688,112422 +"83277",10688,113269 +"83278",10688,113430 +"83279",10688,114242 +"83280",10688,114842 +"83281",10688,115427 +"83282",10688,115521 +"83283",10688,115711 +"83284",10689,47388 +"83285",10690,30636 +"83286",10690,43869 +"83287",10690,44006 +"83288",10690,73128 +"83289",10690,96122 +"83290",10691,11092 +"83291",10691,21404 +"83292",10691,23837 +"83293",10691,25519 +"83294",10691,28687 +"83295",10691,31819 +"83296",10691,32340 +"83297",10691,38301 +"83298",10691,39249 +"83299",10691,41476 +"83300",10691,46349 +"83301",10691,53328 +"83302",10691,57795 +"83303",10691,64547 +"83304",10691,65687 +"83305",10691,72721 +"83306",10691,76173 +"83307",10691,80324 +"83308",10691,96279 +"83309",10692,10693 +"83310",10692,10698 +"83311",10692,10873 +"83312",10692,10927 +"83313",10692,11010 +"83314",10692,13940 +"83315",10692,28095 +"83316",10692,30159 +"83317",10692,30190 +"83318",10692,34718 +"83319",10692,69965 +"83320",10692,75347 +"83321",10692,85420 +"83322",10693,10698 +"83323",10693,10873 +"83324",10693,10927 +"83325",10693,28095 +"83326",10693,30159 +"83327",10694,23190 +"83328",10694,27794 +"83329",10694,36880 +"83330",10694,41579 +"83331",10694,41669 +"83332",10694,54608 +"83333",10694,119690 +"83334",10695,10923 +"83335",10696,104341 +"83336",10697,10804 +"83337",10697,116141 +"83338",10698,10873 +"83339",10698,10927 +"83340",10698,28095 +"83341",10698,30190 +"83342",10698,46848 +"83343",10698,64494 +"83344",10698,69965 +"83345",10698,107787 +"83346",10699,24200 +"83347",10699,27634 +"83348",10699,29055 +"83349",10699,39583 +"83350",10699,46578 +"83351",10699,61681 +"83352",10699,71858 +"83353",10699,92568 +"83354",10700,11550 +"83355",10700,15654 +"83356",10700,18201 +"83357",10700,20926 +"83358",10700,22073 +"83359",10700,43512 +"83360",10700,46386 +"83361",10700,52234 +"83362",10700,76612 +"83363",10700,81611 +"83364",10700,83735 +"83365",10701,16026 +"83366",10701,16340 +"83367",10701,16713 +"83368",10701,17695 +"83369",10701,21450 +"83370",10701,21896 +"83371",10701,32169 +"83372",10701,33723 +"83373",10701,43701 +"83374",10701,46648 +"83375",10701,50468 +"83376",10701,76510 +"83377",10701,80171 +"83378",10701,80304 +"83379",10701,83184 +"83380",10701,83773 +"83381",10701,86117 +"83382",10701,88480 +"83383",10701,91207 +"83384",10701,91220 +"83385",10701,92537 +"83386",10701,97442 +"83387",10701,110956 +"83388",10701,111140 +"83389",10701,115926 +"83390",10701,118554 +"83391",10701,118565 +"83392",10701,118634 +"83393",10701,118639 +"83394",10702,32178 +"83395",10702,37000 +"83396",10702,50126 +"83397",10702,58796 +"83398",10702,73052 +"83399",10703,35654 +"83400",10703,81847 +"83401",10703,95727 +"83402",10703,97614 +"83403",10704,71046 +"83404",10705,11569 +"83405",10706,10815 +"83406",10706,10854 +"83407",10707,42847 +"83408",10707,63248 +"83409",10708,10918 +"83410",10708,45023 +"83411",10708,45036 +"83412",10708,45065 +"83413",10708,45108 +"83414",10708,45117 +"83415",10708,45118 +"83416",10708,45126 +"83417",10709,22670 +"83418",10709,27014 +"83419",10709,27609 +"83420",10709,82498 +"83421",10709,92883 +"83422",10709,109521 +"83423",10709,117532 +"83424",10710,10727 +"83425",10710,10814 +"83426",10710,13050 +"83427",10710,13122 +"83428",10710,25055 +"83429",10711,10729 +"83430",10711,10846 +"83431",10711,10894 +"83432",10711,86668 +"83433",10711,97316 +"83434",10711,112725 +"83435",10711,113028 +"83436",10712,19994 +"83437",10712,23754 +"83438",10712,29836 +"83439",10712,34175 +"83440",10712,42752 +"83441",10712,46138 +"83442",10712,64648 +"83443",10712,69274 +"83444",10713,11252 +"83445",10713,14350 +"83446",10713,14505 +"83447",10713,56317 +"83448",10713,82180 +"83449",10714,68058 +"83450",10714,76152 +"83451",10714,83127 +"83452",10714,83137 +"83453",10714,103484 +"83454",10715,18363 +"83455",10715,86493 +"83456",10715,92460 +"83457",10715,94773 +"83458",10716,11487 +"83459",10716,26702 +"83460",10716,29907 +"83461",10716,35634 +"83462",10716,40605 +"83463",10716,41168 +"83464",10716,42407 +"83465",10716,47199 +"83466",10716,53365 +"83467",10716,59529 +"83468",10716,65371 +"83469",10716,77874 +"83470",10716,98637 +"83471",10716,98648 +"83472",10716,115520 +"83473",10717,16169 +"83474",10717,17015 +"83475",10717,33471 +"83476",10717,41845 +"83477",10717,45007 +"83478",10717,50324 +"83479",10717,50344 +"83480",10717,70398 +"83481",10717,75778 +"83482",10718,10817 +"83483",10718,10855 +"83484",10718,26018 +"83485",10718,27360 +"83486",10718,27440 +"83487",10718,42990 +"83488",10718,67436 +"83489",10718,67460 +"83490",10718,67462 +"83491",10718,69505 +"83492",10719,11584 +"83493",10719,23257 +"83494",10719,36130 +"83495",10719,63237 +"83496",10719,63315 +"83497",10720,10849 +"83498",10720,10908 +"83499",10720,31431 +"83500",10720,38665 +"83501",10720,45100 +"83502",10720,74679 +"83503",10720,89549 +"83504",10720,91569 +"83505",10720,91801 +"83506",10720,93796 +"83507",10720,110129 +"83508",10720,110137 +"83509",10720,123263 +"83510",10720,123402 +"83511",10721,63176 +"83512",10721,66476 +"83513",10721,71456 +"83514",10721,104269 +"83515",10722,12804 +"83516",10722,18217 +"83517",10722,19351 +"83518",10722,85917 +"83519",10723,45593 +"83520",10723,60066 +"83521",10724,74321 +"83522",10724,77848 +"83523",10725,10886 +"83524",10725,25573 +"83525",10726,16747 +"83526",10726,34998 +"83527",10726,35020 +"83528",10726,36056 +"83529",10726,55987 +"83530",10726,93102 +"83531",10726,100007 +"83532",10727,10814 +"83533",10727,12670 +"83534",10727,13909 +"83535",10727,16795 +"83536",10727,23253 +"83537",10727,24104 +"83538",10727,25055 +"83539",10727,27579 +"83540",10727,27614 +"83541",10727,96722 +"83542",10727,97883 +"83543",10728,14809 +"83544",10729,10846 +"83545",10729,10894 +"83546",10729,16067 +"83547",10729,32413 +"83548",10729,42148 +"83549",10729,60941 +"83550",10729,65892 +"83551",10729,86905 +"83552",10729,91975 +"83553",10729,94060 +"83554",10730,68539 +"83555",10730,80134 +"83556",10730,91152 +"83557",10731,10751 +"83558",10731,44145 +"83559",10731,57502 +"83560",10731,57503 +"83561",10731,57524 +"83562",10731,57543 +"83563",10731,57555 +"83564",10732,10866 +"83565",10732,37817 +"83566",10732,49926 +"83567",10732,67599 +"83568",10732,81106 +"83569",10732,81124 +"83570",10732,85890 +"83571",10732,86651 +"83572",10734,11052 +"83573",10734,21411 +"83574",10735,13784 +"83575",10735,101247 +"83576",10736,14489 +"83577",10736,15121 +"83578",10736,23057 +"83579",10736,84893 +"83580",10737,19734 +"83581",10737,23645 +"83582",10737,31447 +"83583",10737,45849 +"83584",10737,46218 +"83585",10737,47965 +"83586",10737,55239 +"83587",10737,59732 +"83588",10737,68374 +"83589",10737,92805 +"83590",10737,101857 +"83591",10737,109416 +"83592",10737,109490 +"83593",10738,12382 +"83594",10738,42093 +"83595",10738,63766 +"83596",10738,64815 +"83597",10738,76633 +"83598",10738,76634 +"83599",10738,76656 +"83600",10738,76661 +"83601",10738,76775 +"83602",10738,76949 +"83603",10738,76950 +"83604",10738,76951 +"83605",10739,15336 +"83606",10739,15338 +"83607",10739,16595 +"83608",10739,43188 +"83609",10739,45508 +"83610",10739,45520 +"83611",10739,62513 +"83612",10739,77275 +"83613",10740,11049 +"83614",10740,11050 +"83615",10740,11116 +"83616",10740,48655 +"83617",10741,58559 +"83618",10742,11214 +"83619",10742,23492 +"83620",10742,36197 +"83621",10742,54556 +"83622",10742,59376 +"83623",10743,12332 +"83624",10743,19207 +"83625",10743,22942 +"83626",10743,32041 +"83627",10743,59843 +"83628",10744,10851 +"83629",10744,15529 +"83630",10744,27099 +"83631",10744,28037 +"83632",10744,57633 +"83633",10744,61033 +"83634",10744,69250 +"83635",10744,90256 +"83636",10744,91308 +"83637",10744,112724 +"83638",10745,12943 +"83639",10746,10859 +"83640",10746,14253 +"83641",10746,16881 +"83642",10747,14740 +"83643",10747,15601 +"83644",10747,16894 +"83645",10747,17354 +"83646",10747,18765 +"83647",10747,19506 +"83648",10747,19536 +"83649",10747,33551 +"83650",10747,44662 +"83651",10747,49992 +"83652",10747,52180 +"83653",10747,55712 +"83654",10747,62188 +"83655",10747,79870 +"83656",10747,88029 +"83657",10747,88695 +"83658",10747,88986 +"83659",10747,90790 +"83660",10747,91162 +"83661",10747,91163 +"83662",10747,91165 +"83663",10747,91170 +"83664",10747,91201 +"83665",10747,109892 +"83666",10748,97743 +"83667",10749,12632 +"83668",10749,19318 +"83669",10749,23099 +"83670",10749,42340 +"83671",10749,42461 +"83672",10749,42859 +"83673",10749,75723 +"83674",10749,82628 +"83675",10749,85643 +"83676",10749,99045 +"83677",10749,114360 +"83678",10749,122243 +"83679",10749,123209 +"83680",10749,123222 +"83681",10749,123224 +"83682",10749,123229 +"83683",10749,123232 +"83684",10749,123234 +"83685",10749,123250 +"83686",10750,10764 +"83687",10750,105370 +"83688",10752,15370 +"83689",10752,15387 +"83690",10752,15388 +"83691",10752,15448 +"83692",10752,15528 +"83693",10752,16852 +"83694",10752,40910 +"83695",10752,47343 +"83696",10752,47873 +"83697",10752,49589 +"83698",10752,51589 +"83699",10752,58339 +"83700",10752,59100 +"83701",10752,83695 +"83702",10753,18108 +"83703",10753,79763 +"83704",10753,89431 +"83705",10753,109859 +"83706",10754,19680 +"83707",10754,46486 +"83708",10755,10756 +"83709",10755,12214 +"83710",10755,80117 +"83711",10755,91823 +"83712",10756,46849 +"83713",10757,10787 +"83714",10758,39791 +"83715",10758,39805 +"83716",10758,52564 +"83717",10758,73288 +"83718",10758,94365 +"83719",10759,10834 +"83720",10759,10919 +"83721",10760,11485 +"83722",10760,11946 +"83723",10760,14891 +"83724",10760,18397 +"83725",10760,20653 +"83726",10760,21976 +"83727",10760,26443 +"83728",10760,28043 +"83729",10760,28438 +"83730",10760,28568 +"83731",10760,29296 +"83732",10760,31168 +"83733",10760,31170 +"83734",10760,31181 +"83735",10760,31182 +"83736",10760,31184 +"83737",10760,31238 +"83738",10760,31247 +"83739",10760,31269 +"83740",10760,31314 +"83741",10760,31829 +"83742",10760,31913 +"83743",10760,74662 +"83744",10760,77109 +"83745",10761,10901 +"83746",10761,12159 +"83747",10761,15226 +"83748",10761,22585 +"83749",10761,24327 +"83750",10761,38062 +"83751",10761,43706 +"83752",10761,53071 +"83753",10761,58970 +"83754",10761,60430 +"83755",10761,81135 +"83756",10761,87050 +"83757",10762,10798 +"83758",10762,30463 +"83759",10762,45127 +"83760",10762,49644 +"83761",10762,50652 +"83762",10762,74167 +"83763",10762,78359 +"83764",10762,105759 +"83765",10762,107435 +"83766",10762,107908 +"83767",10762,107913 +"83768",10762,107924 +"83769",10762,107930 +"83770",10762,107978 +"83771",10762,115679 +"83772",10763,10844 +"83773",10764,14196 +"83774",10764,49536 +"83775",10764,51205 +"83776",10764,78635 +"83777",10765,43687 +"83778",10765,53329 +"83779",10766,14915 +"83780",10766,46261 +"83781",10767,18171 +"83782",10768,14917 +"83783",10768,46951 +"83784",10768,54856 +"83785",10768,100248 +"83786",10768,100270 +"83787",10769,10789 +"83788",10769,11006 +"83789",10769,12791 +"83790",10769,13053 +"83791",10769,16432 +"83792",10769,17931 +"83793",10769,19248 +"83794",10769,19719 +"83795",10769,21861 +"83796",10769,23697 +"83797",10769,49194 +"83798",10769,52570 +"83799",10769,54354 +"83800",10769,56388 +"83801",10769,61982 +"83802",10769,62841 +"83803",10769,76892 +"83804",10770,22130 +"83805",10770,54234 +"83806",10770,90840 +"83807",10770,91431 +"83808",10771,20991 +"83809",10771,49282 +"83810",10771,54708 +"83811",10772,17581 +"83812",10772,20790 +"83813",10772,107105 +"83814",10772,110507 +"83815",10773,26762 +"83816",10773,35085 +"83817",10773,45379 +"83818",10773,50668 +"83819",10773,79502 +"83820",10773,109048 +"83821",10773,109071 +"83822",10773,111052 +"83823",10774,52624 +"83824",10774,73444 +"83825",10774,92601 +"83826",10774,92602 +"83827",10775,45998 +"83828",10776,11131 +"83829",10776,27978 +"83830",10776,63101 +"83831",10777,17315 +"83832",10777,32782 +"83833",10778,27845 +"83834",10779,10920 +"83835",10779,11005 +"83836",10779,11251 +"83837",10779,26076 +"83838",10779,28639 +"83839",10779,47688 +"83840",10779,94653 +"83841",10779,96476 +"83842",10780,83211 +"83843",10781,14051 +"83844",10782,18174 +"83845",10782,27042 +"83846",10782,32267 +"83847",10782,48702 +"83848",10782,98263 +"83849",10782,98264 +"83850",10782,98288 +"83851",10783,12139 +"83852",10783,13294 +"83853",10783,29170 +"83854",10783,32861 +"83855",10783,32940 +"83856",10783,53543 +"83857",10784,23165 +"83858",10784,33939 +"83859",10785,18493 +"83860",10785,19056 +"83861",10785,19137 +"83862",10785,19425 +"83863",10785,19514 +"83864",10785,19515 +"83865",10785,19679 +"83866",10785,19705 +"83867",10785,20313 +"83868",10785,22031 +"83869",10785,22810 +"83870",10785,30164 +"83871",10785,33019 +"83872",10786,21383 +"83873",10786,46379 +"83874",10786,52573 +"83875",10786,55312 +"83876",10786,78138 +"83877",10786,82171 +"83878",10786,87772 +"83879",10787,15875 +"83880",10787,41195 +"83881",10787,48223 +"83882",10787,77359 +"83883",10788,14191 +"83884",10788,14448 +"83885",10788,14708 +"83886",10788,15099 +"83887",10788,16669 +"83888",10788,17857 +"83889",10788,19068 +"83890",10788,19082 +"83891",10788,19805 +"83892",10788,21098 +"83893",10788,21918 +"83894",10788,23316 +"83895",10788,23361 +"83896",10788,24939 +"83897",10788,25013 +"83898",10788,25150 +"83899",10788,25639 +"83900",10788,26432 +"83901",10788,26943 +"83902",10788,28499 +"83903",10788,30866 +"83904",10788,31700 +"83905",10788,32361 +"83906",10788,33275 +"83907",10788,33883 +"83908",10788,36286 +"83909",10788,36767 +"83910",10788,36954 +"83911",10788,37307 +"83912",10788,37937 +"83913",10788,40419 +"83914",10788,41455 +"83915",10788,42608 +"83916",10788,43149 +"83917",10788,44180 +"83918",10788,44687 +"83919",10788,45818 +"83920",10788,45990 +"83921",10788,50207 +"83922",10788,50488 +"83923",10788,51476 +"83924",10788,51892 +"83925",10788,52112 +"83926",10788,53415 +"83927",10788,53755 +"83928",10788,54168 +"83929",10788,56357 +"83930",10788,57210 +"83931",10788,57636 +"83932",10788,58482 +"83933",10788,59172 +"83934",10788,59798 +"83935",10788,59816 +"83936",10788,61874 +"83937",10788,63274 +"83938",10788,66322 +"83939",10788,67327 +"83940",10788,70854 +"83941",10788,70907 +"83942",10788,71683 +"83943",10788,72568 +"83944",10788,72628 +"83945",10788,72891 +"83946",10788,73767 +"83947",10788,77125 +"83948",10788,78398 +"83949",10788,78532 +"83950",10788,81609 +"83951",10788,82426 +"83952",10788,84343 +"83953",10788,85000 +"83954",10788,85101 +"83955",10788,85885 +"83956",10788,91255 +"83957",10788,91682 +"83958",10788,92247 +"83959",10788,92352 +"83960",10788,92362 +"83961",10788,92929 +"83962",10788,93719 +"83963",10788,94906 +"83964",10788,94946 +"83965",10788,95206 +"83966",10788,95267 +"83967",10788,95889 +"83968",10788,96093 +"83969",10788,97580 +"83970",10788,97988 +"83971",10788,98727 +"83972",10788,98776 +"83973",10788,99309 +"83974",10788,99376 +"83975",10788,99450 +"83976",10788,99471 +"83977",10788,99474 +"83978",10788,100795 +"83979",10788,100916 +"83980",10788,100944 +"83981",10788,101126 +"83982",10788,101329 +"83983",10788,105557 +"83984",10788,106824 +"83985",10788,107199 +"83986",10788,108743 +"83987",10788,108879 +"83988",10788,108980 +"83989",10788,109166 +"83990",10788,109291 +"83991",10788,109858 +"83992",10788,109878 +"83993",10788,109933 +"83994",10788,110483 +"83995",10788,110567 +"83996",10788,110572 +"83997",10788,110630 +"83998",10788,110648 +"83999",10788,110711 +"84000",10788,110770 +"84001",10788,110869 +"84002",10788,110911 +"84003",10788,111285 +"84004",10788,111314 +"84005",10788,111362 +"84006",10788,111372 +"84007",10788,111424 +"84008",10788,111433 +"84009",10788,112422 +"84010",10788,112962 +"84011",10788,113269 +"84012",10788,113430 +"84013",10788,113990 +"84014",10788,114242 +"84015",10788,114842 +"84016",10788,115413 +"84017",10788,115427 +"84018",10788,115521 +"84019",10788,115711 +"84020",10788,116123 +"84021",10788,117258 +"84022",10788,117560 +"84023",10788,118128 +"84024",10788,118836 +"84025",10788,118866 +"84026",10788,118873 +"84027",10788,119131 +"84028",10788,119513 +"84029",10788,119716 +"84030",10788,119769 +"84031",10788,120123 +"84032",10788,120169 +"84033",10788,120725 +"84034",10788,120944 +"84035",10788,121609 +"84036",10788,122007 +"84037",10788,122032 +"84038",10788,122035 +"84039",10788,122724 +"84040",10788,123070 +"84041",10788,123394 +"84042",10788,123490 +"84043",10789,11006 +"84044",10789,25027 +"84045",10789,27694 +"84046",10789,31297 +"84047",10789,49194 +"84048",10789,49302 +"84049",10789,76330 +"84050",10789,87538 +"84051",10789,87557 +"84052",10789,102713 +"84053",10790,14115 +"84054",10790,15190 +"84055",10790,20694 +"84056",10790,24716 +"84057",10790,25267 +"84058",10790,30386 +"84059",10790,35693 +"84060",10790,39395 +"84061",10790,53271 +"84062",10790,59699 +"84063",10790,76862 +"84064",10790,78669 +"84065",10790,90188 +"84066",10790,90840 +"84067",10790,95418 +"84068",10790,95439 +"84069",10790,96305 +"84070",10790,112073 +"84071",10790,112096 +"84072",10791,70182 +"84073",10791,121362 +"84074",10792,95639 +"84075",10793,17288 +"84076",10793,22173 +"84077",10793,26336 +"84078",10793,36725 +"84079",10793,51738 +"84080",10793,56053 +"84081",10793,91778 +"84082",10794,28049 +"84083",10794,32791 +"84084",10794,32799 +"84085",10794,32816 +"84086",10794,32846 +"84087",10794,32873 +"84088",10794,32887 +"84089",10794,32910 +"84090",10794,32942 +"84091",10794,32987 +"84092",10794,33050 +"84093",10794,33051 +"84094",10794,33109 +"84095",10795,22207 +"84096",10795,68111 +"84097",10796,44892 +"84098",10796,97659 +"84099",10797,10872 +"84100",10797,25531 +"84101",10797,34239 +"84102",10797,43574 +"84103",10797,69617 +"84104",10797,109194 +"84105",10798,10957 +"84106",10798,30463 +"84107",10798,35770 +"84108",10798,45127 +"84109",10798,49644 +"84110",10798,50652 +"84111",10798,74167 +"84112",10798,78359 +"84113",10798,105759 +"84114",10798,107435 +"84115",10798,107908 +"84116",10798,107913 +"84117",10798,107924 +"84118",10798,107930 +"84119",10798,107978 +"84120",10799,11048 +"84121",10799,16609 +"84122",10799,18510 +"84123",10799,26155 +"84124",10799,31579 +"84125",10799,31582 +"84126",10799,31671 +"84127",10799,33835 +"84128",10799,40176 +"84129",10799,47771 +"84130",10799,48937 +"84131",10799,59843 +"84132",10799,70990 +"84133",10799,78444 +"84134",10799,85365 +"84135",10799,89283 +"84136",10799,97583 +"84137",10800,15195 +"84138",10800,44431 +"84139",10800,57805 +"84140",10800,80950 +"84141",10800,97990 +"84142",10800,99809 +"84143",10800,100620 +"84144",10800,101617 +"84145",10800,105826 +"84146",10800,109158 +"84147",10800,118975 +"84148",10800,118979 +"84149",10801,61473 +"84150",10801,99644 +"84151",10802,18897 +"84152",10803,14715 +"84153",10803,18345 +"84154",10803,19239 +"84155",10803,20995 +"84156",10803,23781 +"84157",10803,30433 +"84158",10803,42234 +"84159",10803,42328 +"84160",10803,42562 +"84161",10803,42877 +"84162",10803,54584 +"84163",10803,76369 +"84164",10803,77175 +"84165",10803,84614 +"84166",10804,25152 +"84167",10805,11062 +"84168",10805,33927 +"84169",10805,37992 +"84170",10805,57155 +"84171",10805,78700 +"84172",10805,90227 +"84173",10806,32312 +"84174",10806,32343 +"84175",10806,57374 +"84176",10807,14023 +"84177",10807,15365 +"84178",10807,21375 +"84179",10807,22117 +"84180",10807,22561 +"84181",10807,23539 +"84182",10807,29721 +"84183",10807,40335 +"84184",10807,40366 +"84185",10807,44805 +"84186",10807,60392 +"84187",10808,94354 +"84188",10808,100321 +"84189",10808,100561 +"84190",10808,107531 +"84191",10808,122919 +"84192",10809,27415 +"84193",10809,73451 +"84194",10810,11608 +"84195",10810,11724 +"84196",10810,11757 +"84197",10810,32893 +"84198",10810,56573 +"84199",10811,14809 +"84200",10811,20180 +"84201",10811,41679 +"84202",10813,44274 +"84203",10813,46659 +"84204",10813,52324 +"84205",10813,52890 +"84206",10813,60633 +"84207",10813,61571 +"84208",10813,88530 +"84209",10814,16795 +"84210",10814,25055 +"84211",10814,35932 +"84212",10814,36058 +"84213",10814,85423 +"84214",10814,85852 +"84215",10814,103158 +"84216",10815,10854 +"84217",10816,13526 +"84218",10816,38564 +"84219",10817,10855 +"84220",10817,12155 +"84221",10817,13075 +"84222",10817,18927 +"84223",10817,32273 +"84224",10817,34471 +"84225",10817,40215 +"84226",10817,46518 +"84227",10817,59315 +"84228",10817,62023 +"84229",10817,64059 +"84230",10818,100351 +"84231",10818,122017 +"84232",10819,16200 +"84233",10819,21957 +"84234",10819,22243 +"84235",10819,22244 +"84236",10819,25165 +"84237",10819,25601 +"84238",10819,31335 +"84239",10819,80664 +"84240",10819,87907 +"84241",10819,91450 +"84242",10819,110465 +"84243",10819,112102 +"84244",10819,112104 +"84245",10819,114692 +"84246",10819,115339 +"84247",10820,26994 +"84248",10820,28219 +"84249",10820,31810 +"84250",10820,57725 +"84251",10820,91854 +"84252",10820,95933 +"84253",10820,101236 +"84254",10820,101775 +"84255",10820,106738 +"84256",10821,10856 +"84257",10821,52414 +"84258",10821,53608 +"84259",10821,77083 +"84260",10821,81838 +"84261",10821,91611 +"84262",10821,94759 +"84263",10821,106490 +"84264",10821,109133 +"84265",10821,110667 +"84266",10821,111235 +"84267",10821,111486 +"84268",10821,120375 +"84269",10822,16109 +"84270",10822,18144 +"84271",10822,26946 +"84272",10822,37759 +"84273",10822,44614 +"84274",10822,45050 +"84275",10822,55122 +"84276",10822,64626 +"84277",10822,64627 +"84278",10822,64661 +"84279",10822,80582 +"84280",10822,81245 +"84281",10823,11441 +"84282",10823,24127 +"84283",10823,35914 +"84284",10823,39999 +"84285",10823,44074 +"84286",10823,51848 +"84287",10823,63165 +"84288",10823,79266 +"84289",10823,82205 +"84290",10823,90232 +"84291",10823,106641 +"84292",10823,106662 +"84293",10823,117297 +"84294",10824,10907 +"84295",10824,45593 +"84296",10824,89243 +"84297",10824,93379 +"84298",10825,13903 +"84299",10825,83480 +"84300",10825,100536 +"84301",10825,106062 +"84302",10825,106079 +"84303",10825,107692 +"84304",10826,62166 +"84305",10826,74433 +"84306",10826,79869 +"84307",10826,89757 +"84308",10827,16578 +"84309",10827,37408 +"84310",10827,52824 +"84311",10827,116730 +"84312",10828,25097 +"84313",10828,79508 +"84314",10829,18989 +"84315",10829,91355 +"84316",10830,27587 +"84317",10830,30836 +"84318",10830,48965 +"84319",10831,44630 +"84320",10831,48332 +"84321",10831,57458 +"84322",10831,60356 +"84323",10831,67706 +"84324",10832,17944 +"84325",10832,29983 +"84326",10832,30092 +"84327",10832,30284 +"84328",10832,30850 +"84329",10832,32252 +"84330",10832,44086 +"84331",10832,48519 +"84332",10832,56535 +"84333",10832,60179 +"84334",10832,63553 +"84335",10832,63558 +"84336",10832,72925 +"84337",10832,75692 +"84338",10833,10895 +"84339",10833,20124 +"84340",10833,24054 +"84341",10833,30285 +"84342",10833,37353 +"84343",10833,49594 +"84344",10833,60798 +"84345",10833,63237 +"84346",10833,73715 +"84347",10833,76732 +"84348",10833,105583 +"84349",10834,10919 +"84350",10834,14789 +"84351",10834,16353 +"84352",10834,34559 +"84353",10834,34575 +"84354",10834,35749 +"84355",10834,46489 +"84356",10834,50517 +"84357",10834,58687 +"84358",10834,62214 +"84359",10835,34270 +"84360",10835,53288 +"84361",10835,70004 +"84362",10835,75312 +"84363",10835,78240 +"84364",10835,103816 +"84365",10835,123355 +"84366",10836,10941 +"84367",10836,60557 +"84368",10836,62010 +"84369",10837,11392 +"84370",10837,21001 +"84371",10837,27685 +"84372",10837,34496 +"84373",10837,45801 +"84374",10837,55829 +"84375",10837,55843 +"84376",10837,55844 +"84377",10837,55860 +"84378",10837,55871 +"84379",10837,55883 +"84380",10837,55888 +"84381",10837,55912 +"84382",10837,55946 +"84383",10837,55957 +"84384",10838,11125 +"84385",10838,80438 +"84386",10839,20666 +"84387",10839,63250 +"84388",10839,102977 +"84389",10841,11922 +"84390",10841,12082 +"84391",10841,12544 +"84392",10841,12637 +"84393",10841,13237 +"84394",10841,16544 +"84395",10841,19561 +"84396",10841,20714 +"84397",10841,23148 +"84398",10841,25562 +"84399",10841,26732 +"84400",10841,27226 +"84401",10841,38467 +"84402",10841,39705 +"84403",10841,50406 +"84404",10841,52203 +"84405",10841,66358 +"84406",10841,83429 +"84407",10841,92471 +"84408",10841,92505 +"84409",10842,14542 +"84410",10842,17869 +"84411",10842,19590 +"84412",10842,21843 +"84413",10842,27525 +"84414",10843,11013 +"84415",10843,13703 +"84416",10843,15626 +"84417",10843,19453 +"84418",10843,29995 +"84419",10843,31814 +"84420",10843,33356 +"84421",10843,33433 +"84422",10843,40708 +"84423",10843,43368 +"84424",10843,49696 +"84425",10843,50946 +"84426",10843,53083 +"84427",10843,54156 +"84428",10843,59113 +"84429",10843,64845 +"84430",10843,68138 +"84431",10843,74318 +"84432",10843,113702 +"84433",10844,21011 +"84434",10844,28753 +"84435",10844,35709 +"84436",10844,69927 +"84437",10845,25895 +"84438",10845,47778 +"84439",10845,57351 +"84440",10845,57549 +"84441",10845,57803 +"84442",10845,63556 +"84443",10845,63753 +"84444",10845,75181 +"84445",10845,81687 +"84446",10845,81806 +"84447",10846,10894 +"84448",10846,64452 +"84449",10847,19438 +"84450",10847,43831 +"84451",10847,93408 +"84452",10848,10903 +"84453",10848,11241 +"84454",10848,18477 +"84455",10848,19006 +"84456",10848,20790 +"84457",10848,49118 +"84458",10848,102321 +"84459",10849,42648 +"84460",10849,68992 +"84461",10849,78705 +"84462",10849,106224 +"84463",10849,106707 +"84464",10851,12783 +"84465",10851,12923 +"84466",10851,53712 +"84467",10852,16625 +"84468",10852,24279 +"84469",10852,24347 +"84470",10853,26857 +"84471",10855,12456 +"84472",10855,19185 +"84473",10855,19605 +"84474",10855,23115 +"84475",10855,24024 +"84476",10855,27999 +"84477",10855,34277 +"84478",10855,38393 +"84479",10855,84853 +"84480",10856,34200 +"84481",10856,100830 +"84482",10856,101202 +"84483",10857,12465 +"84484",10857,14656 +"84485",10857,15722 +"84486",10857,17400 +"84487",10857,17662 +"84488",10857,19907 +"84489",10857,23492 +"84490",10857,23725 +"84491",10857,24259 +"84492",10857,24365 +"84493",10857,24578 +"84494",10857,25927 +"84495",10857,29715 +"84496",10857,30325 +"84497",10857,30564 +"84498",10857,31970 +"84499",10857,33893 +"84500",10857,34480 +"84501",10857,36197 +"84502",10857,39301 +"84503",10857,43652 +"84504",10857,43803 +"84505",10857,54551 +"84506",10857,76208 +"84507",10857,76284 +"84508",10857,79346 +"84509",10857,79349 +"84510",10857,82919 +"84511",10857,84047 +"84512",10857,91808 +"84513",10857,94480 +"84514",10857,114829 +"84515",10858,11307 +"84516",10859,12034 +"84517",10859,18749 +"84518",10859,24405 +"84519",10859,24979 +"84520",10859,29385 +"84521",10859,38145 +"84522",10859,42295 +"84523",10859,59729 +"84524",10859,60455 +"84525",10859,68372 +"84526",10859,71749 +"84527",10859,81313 +"84528",10859,81338 +"84529",10859,84799 +"84530",10859,85178 +"84531",10859,85535 +"84532",10859,85536 +"84533",10861,21140 +"84534",10861,43056 +"84535",10862,19381 +"84536",10862,94472 +"84537",10863,46585 +"84538",10865,51289 +"84539",10865,57479 +"84540",10865,95209 +"84541",10866,37817 +"84542",10866,49926 +"84543",10866,63972 +"84544",10866,67599 +"84545",10866,86651 +"84546",10867,58040 +"84547",10868,13082 +"84548",10868,21465 +"84549",10868,26928 +"84550",10868,43437 +"84551",10869,48313 +"84552",10869,108103 +"84553",10870,23127 +"84554",10870,23196 +"84555",10870,28770 +"84556",10870,29930 +"84557",10870,30479 +"84558",10870,41418 +"84559",10870,70056 +"84560",10870,86669 +"84561",10870,103960 +"84562",10870,116802 +"84563",10871,11470 +"84564",10871,12583 +"84565",10871,15523 +"84566",10871,19516 +"84567",10871,20402 +"84568",10871,24276 +"84569",10871,28845 +"84570",10871,29356 +"84571",10871,29375 +"84572",10871,30260 +"84573",10871,31124 +"84574",10871,31462 +"84575",10871,35195 +"84576",10871,38362 +"84577",10871,45305 +"84578",10871,59013 +"84579",10871,59022 +"84580",10871,70250 +"84581",10871,79744 +"84582",10871,86702 +"84583",10871,92846 +"84584",10871,97434 +"84585",10871,97435 +"84586",10871,108727 +"84587",10872,12878 +"84588",10872,15159 +"84589",10872,17008 +"84590",10872,18648 +"84591",10872,47768 +"84592",10872,54589 +"84593",10872,64192 +"84594",10872,80397 +"84595",10872,91550 +"84596",10873,10927 +"84597",10873,30190 +"84598",10874,15184 +"84599",10874,19027 +"84600",10874,26141 +"84601",10874,41625 +"84602",10874,44636 +"84603",10874,46039 +"84604",10874,48768 +"84605",10874,76284 +"84606",10874,80951 +"84607",10874,88258 +"84608",10874,88259 +"84609",10875,12096 +"84610",10875,16059 +"84611",10875,16174 +"84612",10875,16572 +"84613",10875,16740 +"84614",10875,34126 +"84615",10875,71816 +"84616",10875,80535 +"84617",10875,89086 +"84618",10875,89087 +"84619",10875,90492 +"84620",10875,94308 +"84621",10875,95482 +"84622",10876,39927 +"84623",10876,40348 +"84624",10876,41715 +"84625",10876,44764 +"84626",10876,53294 +"84627",10876,66189 +"84628",10876,86826 +"84629",10877,10902 +"84630",10878,12069 +"84631",10878,13276 +"84632",10878,39220 +"84633",10878,39645 +"84634",10878,47285 +"84635",10878,48541 +"84636",10878,53016 +"84637",10878,61829 +"84638",10878,71330 +"84639",10878,83927 +"84640",10879,17474 +"84641",10879,41818 +"84642",10879,50333 +"84643",10879,55842 +"84644",10879,75032 +"84645",10879,79369 +"84646",10879,87376 +"84647",10880,11027 +"84648",10880,13065 +"84649",10880,23465 +"84650",10880,24027 +"84651",10880,24041 +"84652",10880,24142 +"84653",10880,24176 +"84654",10880,24191 +"84655",10880,41323 +"84656",10880,45166 +"84657",10880,49241 +"84658",10880,49765 +"84659",10880,54824 +"84660",10880,54890 +"84661",10881,47312 +"84662",10881,108178 +"84663",10881,108398 +"84664",10881,116269 +"84665",10882,16908 +"84666",10883,52105 +"84667",10883,52219 +"84668",10883,52271 +"84669",10883,69410 +"84670",10883,92881 +"84671",10883,101740 +"84672",10883,102571 +"84673",10883,103719 +"84674",10883,112242 +"84675",10883,114668 +"84676",10883,121773 +"84677",10884,10988 +"84678",10884,50737 +"84679",10884,54050 +"84680",10884,69382 +"84681",10884,78790 +"84682",10884,89938 +"84683",10884,95153 +"84684",10884,97977 +"84685",10884,98137 +"84686",10885,37181 +"84687",10885,48230 +"84688",10886,25573 +"84689",10886,72622 +"84690",10886,85406 +"84691",10887,28285 +"84692",10887,36733 +"84693",10887,41922 +"84694",10887,49408 +"84695",10887,59952 +"84696",10888,11034 +"84697",10888,13806 +"84698",10888,42071 +"84699",10889,27462 +"84700",10889,29566 +"84701",10889,32531 +"84702",10889,40160 +"84703",10889,51011 +"84704",10889,54021 +"84705",10890,11035 +"84706",10890,14661 +"84707",10890,39058 +"84708",10890,44319 +"84709",10890,51022 +"84710",10891,11077 +"84711",10891,11134 +"84712",10891,11210 +"84713",10893,13602 +"84714",10893,18188 +"84715",10893,25900 +"84716",10893,26038 +"84717",10893,26100 +"84718",10893,36630 +"84719",10893,41831 +"84720",10893,42463 +"84721",10893,42840 +"84722",10893,42887 +"84723",10893,44095 +"84724",10893,89524 +"84725",10894,14224 +"84726",10894,14242 +"84727",10894,16067 +"84728",10894,32413 +"84729",10894,42148 +"84730",10894,60941 +"84731",10894,65892 +"84732",10894,82184 +"84733",10894,83789 +"84734",10894,86905 +"84735",10894,91975 +"84736",10894,94060 +"84737",10895,47869 +"84738",10895,52695 +"84739",10896,23637 +"84740",10896,27798 +"84741",10896,31629 +"84742",10896,51775 +"84743",10897,28319 +"84744",10897,60961 +"84745",10897,66031 +"84746",10897,77423 +"84747",10897,87840 +"84748",10898,44792 +"84749",10898,47739 +"84750",10898,49794 +"84751",10898,52925 +"84752",10899,87000 +"84753",10900,90590 +"84754",10900,93350 +"84755",10901,11841 +"84756",10901,13939 +"84757",10901,14426 +"84758",10901,18342 +"84759",10901,19257 +"84760",10901,20532 +"84761",10901,22897 +"84762",10901,23417 +"84763",10901,24327 +"84764",10901,27063 +"84765",10901,28893 +"84766",10901,29088 +"84767",10901,38452 +"84768",10901,45999 +"84769",10901,51927 +"84770",10901,52057 +"84771",10901,56100 +"84772",10901,57765 +"84773",10901,63949 +"84774",10901,69472 +"84775",10901,69557 +"84776",10901,76483 +"84777",10901,82499 +"84778",10901,88932 +"84779",10902,29199 +"84780",10902,36478 +"84781",10902,39208 +"84782",10902,43871 +"84783",10902,44187 +"84784",10902,52550 +"84785",10902,65704 +"84786",10902,87644 +"84787",10902,87649 +"84788",10903,19006 +"84789",10903,83671 +"84790",10903,91628 +"84791",10903,108176 +"84792",10905,56783 +"84793",10905,64948 +"84794",10905,78443 +"84795",10905,102132 +"84796",10905,102862 +"84797",10905,102884 +"84798",10905,102906 +"84799",10906,11223 +"84800",10906,48059 +"84801",10906,71364 +"84802",10907,28146 +"84803",10908,14025 +"84804",10908,15501 +"84805",10908,18855 +"84806",10908,37330 +"84807",10908,43932 +"84808",10908,45100 +"84809",10908,72722 +"84810",10908,89549 +"84811",10908,91569 +"84812",10909,14648 +"84813",10909,17973 +"84814",10909,39785 +"84815",10909,75624 +"84816",10909,106661 +"84817",10909,108468 +"84818",10910,14539 +"84819",10910,40227 +"84820",10911,12874 +"84821",10911,27551 +"84822",10911,39374 +"84823",10911,44075 +"84824",10911,46662 +"84825",10912,12634 +"84826",10912,23043 +"84827",10912,45569 +"84828",10912,55725 +"84829",10912,56504 +"84830",10912,70264 +"84831",10912,86912 +"84832",10913,59234 +"84833",10913,91141 +"84834",10914,11506 +"84835",10914,11697 +"84836",10914,16462 +"84837",10914,16483 +"84838",10914,16552 +"84839",10914,18343 +"84840",10914,18943 +"84841",10914,19984 +"84842",10914,20432 +"84843",10914,21276 +"84844",10914,21463 +"84845",10914,28099 +"84846",10914,31164 +"84847",10914,32449 +"84848",10914,32897 +"84849",10914,36136 +"84850",10914,38699 +"84851",10914,44419 +"84852",10914,45443 +"84853",10914,50238 +"84854",10914,50889 +"84855",10914,63878 +"84856",10914,67838 +"84857",10914,68628 +"84858",10914,78548 +"84859",10914,85681 +"84860",10914,86237 +"84861",10915,13963 +"84862",10915,28568 +"84863",10915,62334 +"84864",10915,66805 +"84865",10915,107997 +"84866",10916,10969 +"84867",10916,18373 +"84868",10916,24369 +"84869",10916,36431 +"84870",10916,80372 +"84871",10916,92585 +"84872",10916,112144 +"84873",10917,18006 +"84874",10917,19872 +"84875",10917,77093 +"84876",10917,77659 +"84877",10918,13865 +"84878",10918,24639 +"84879",10918,28491 +"84880",10918,32621 +"84881",10918,44633 +"84882",10918,44634 +"84883",10918,44635 +"84884",10918,57866 +"84885",10920,11005 +"84886",10920,17301 +"84887",10920,53215 +"84888",10920,79046 +"84889",10920,118534 +"84890",10921,17929 +"84891",10921,47049 +"84892",10921,48681 +"84893",10921,64043 +"84894",10921,105249 +"84895",10921,114511 +"84896",10922,25318 +"84897",10922,28584 +"84898",10922,60849 +"84899",10922,81277 +"84900",10922,86428 +"84901",10922,86445 +"84902",10923,11771 +"84903",10923,25032 +"84904",10923,29373 +"84905",10923,40980 +"84906",10923,41783 +"84907",10923,46921 +"84908",10923,72590 +"84909",10923,88957 +"84910",10923,119287 +"84911",10924,15131 +"84912",10924,48702 +"84913",10924,57608 +"84914",10924,77111 +"84915",10924,90008 +"84916",10924,90009 +"84917",10925,46698 +"84918",10926,24208 +"84919",10926,55602 +"84920",10926,55603 +"84921",10926,73435 +"84922",10927,20002 +"84923",10927,28095 +"84924",10927,46848 +"84925",10928,19579 +"84926",10928,62060 +"84927",10928,70693 +"84928",10929,19733 +"84929",10929,59070 +"84930",10929,86974 +"84931",10929,89203 +"84932",10929,89940 +"84933",10929,107335 +"84934",10930,10990 +"84935",10930,11528 +"84936",10930,26100 +"84937",10930,43585 +"84938",10930,46489 +"84939",10930,54112 +"84940",10930,57982 +"84941",10930,58171 +"84942",10930,58174 +"84943",10930,91850 +"84944",10932,19363 +"84945",10932,81126 +"84946",10933,11207 +"84947",10933,17314 +"84948",10933,17982 +"84949",10933,19018 +"84950",10933,19061 +"84951",10933,19082 +"84952",10933,19135 +"84953",10933,35383 +"84954",10933,38565 +"84955",10933,40841 +"84956",10933,44171 +"84957",10933,52339 +"84958",10933,60635 +"84959",10933,65231 +"84960",10933,75421 +"84961",10933,81191 +"84962",10933,88716 +"84963",10933,99623 +"84964",10934,32622 +"84965",10934,33231 +"84966",10934,49006 +"84967",10934,49668 +"84968",10934,53225 +"84969",10934,63176 +"84970",10934,84657 +"84971",10934,118713 +"84972",10935,20873 +"84973",10935,25029 +"84974",10935,25115 +"84975",10935,71604 +"84976",10935,86530 +"84977",10936,21819 +"84978",10936,21820 +"84979",10936,39368 +"84980",10937,31101 +"84981",10937,53839 +"84982",10937,73534 +"84983",10937,81598 +"84984",10937,110494 +"84985",10938,62909 +"84986",10939,19373 +"84987",10939,27543 +"84988",10939,30626 +"84989",10939,41962 +"84990",10939,94907 +"84991",10940,14202 +"84992",10940,22124 +"84993",10940,25840 +"84994",10940,34804 +"84995",10940,51193 +"84996",10940,51687 +"84997",10940,52974 +"84998",10940,53074 +"84999",10940,53080 +"85000",10940,53570 +"85001",10940,56360 +"85002",10940,57897 +"85003",10940,59976 +"85004",10940,59986 +"85005",10940,69547 +"85006",10941,29956 +"85007",10941,36190 +"85008",10941,39173 +"85009",10941,44828 +"85010",10941,48206 +"85011",10941,48268 +"85012",10941,48296 +"85013",10941,51626 +"85014",10941,57811 +"85015",10941,57843 +"85016",10943,40290 +"85017",10943,58541 +"85018",10943,59883 +"85019",10943,63436 +"85020",10943,84454 +"85021",10943,85945 +"85022",10943,102871 +"85023",10944,13813 +"85024",10944,16073 +"85025",10944,18238 +"85026",10944,38120 +"85027",10944,55998 +"85028",10944,57210 +"85029",10944,59088 +"85030",10944,89300 +"85031",10944,90607 +"85032",10944,90675 +"85033",10944,90946 +"85034",10944,91900 +"85035",10944,96632 +"85036",10944,99482 +"85037",10944,100144 +"85038",10944,103422 +"85039",10944,104204 +"85040",10944,104447 +"85041",10944,108193 +"85042",10944,108802 +"85043",10944,115092 +"85044",10944,116377 +"85045",10944,117044 +"85046",10944,119634 +"85047",10945,11419 +"85048",10945,17507 +"85049",10945,27311 +"85050",10945,32990 +"85051",10945,35436 +"85052",10945,39063 +"85053",10945,39375 +"85054",10945,52401 +"85055",10945,59614 +"85056",10945,61077 +"85057",10945,63817 +"85058",10945,73266 +"85059",10945,74183 +"85060",10945,77097 +"85061",10945,104124 +"85062",10945,106312 +"85063",10945,111226 +"85064",10945,117932 +"85065",10945,118913 +"85066",10946,54930 +"85067",10946,92073 +"85068",10947,21516 +"85069",10947,22420 +"85070",10947,28454 +"85071",10947,35525 +"85072",10947,38365 +"85073",10948,39442 +"85074",10948,42499 +"85075",10948,42700 +"85076",10948,45357 +"85077",10948,81421 +"85078",10948,88575 +"85079",10949,11122 +"85080",10949,75927 +"85081",10950,17808 +"85082",10950,65702 +"85083",10951,21760 +"85084",10951,21967 +"85085",10951,22018 +"85086",10951,72875 +"85087",10952,11213 +"85088",10952,89483 +"85089",10953,27459 +"85090",10953,59413 +"85091",10953,75770 +"85092",10954,28234 +"85093",10954,39509 +"85094",10954,117295 +"85095",10954,117310 +"85096",10955,14236 +"85097",10955,52339 +"85098",10955,97912 +"85099",10956,23385 +"85100",10956,23430 +"85101",10956,31064 +"85102",10956,31678 +"85103",10956,31894 +"85104",10956,41042 +"85105",10956,41732 +"85106",10956,50969 +"85107",10956,56097 +"85108",10956,61532 +"85109",10956,87113 +"85110",10956,92551 +"85111",10957,19530 +"85112",10957,35770 +"85113",10957,35792 +"85114",10957,41345 +"85115",10957,42919 +"85116",10957,45066 +"85117",10957,96292 +"85118",10958,10959 +"85119",10958,12374 +"85120",10958,27017 +"85121",10958,43432 +"85122",10958,48212 +"85123",10958,48260 +"85124",10958,52141 +"85125",10958,54304 +"85126",10958,78256 +"85127",10958,79912 +"85128",10958,87415 +"85129",10958,92012 +"85130",10958,98293 +"85131",10958,115121 +"85132",10959,26500 +"85133",10959,50092 +"85134",10959,50093 +"85135",10959,50142 +"85136",10960,12772 +"85137",10960,14288 +"85138",10960,14769 +"85139",10960,14770 +"85140",10960,14788 +"85141",10960,14999 +"85142",10960,21119 +"85143",10960,21153 +"85144",10960,45316 +"85145",10960,49879 +"85146",10960,59700 +"85147",10960,82180 +"85148",10960,83615 +"85149",10960,86793 +"85150",10961,11111 +"85151",10961,11135 +"85152",10962,60328 +"85153",10963,27750 +"85154",10963,42709 +"85155",10963,43142 +"85156",10963,50273 +"85157",10963,50333 +"85158",10963,51373 +"85159",10963,93858 +"85160",10963,93989 +"85161",10963,94578 +"85162",10963,118867 +"85163",10963,119157 +"85164",10963,119161 +"85165",10963,119164 +"85166",10963,120091 +"85167",10964,11019 +"85168",10964,11067 +"85169",10964,11195 +"85170",10964,11527 +"85171",10964,42107 +"85172",10965,33023 +"85173",10965,35880 +"85174",10965,86019 +"85175",10965,95785 +"85176",10966,10982 +"85177",10966,37962 +"85178",10966,44347 +"85179",10966,54879 +"85180",10967,79222 +"85181",10967,100731 +"85182",10968,11934 +"85183",10968,12069 +"85184",10968,12087 +"85185",10968,13671 +"85186",10968,19095 +"85187",10968,37899 +"85188",10968,40961 +"85189",10968,46666 +"85190",10968,58804 +"85191",10968,68392 +"85192",10968,76293 +"85193",10968,79821 +"85194",10968,85638 +"85195",10968,85661 +"85196",10968,88304 +"85197",10969,19729 +"85198",10969,21214 +"85199",10969,21502 +"85200",10969,42381 +"85201",10969,80372 +"85202",10969,82115 +"85203",10969,83402 +"85204",10969,92585 +"85205",10969,112144 +"85206",10970,41924 +"85207",10970,62423 +"85208",10970,82947 +"85209",10970,100951 +"85210",10970,101025 +"85211",10970,101442 +"85212",10970,101475 +"85213",10971,68067 +"85214",10971,71063 +"85215",10972,90806 +"85216",10973,23810 +"85217",10973,27069 +"85218",10973,30638 +"85219",10973,90946 +"85220",10973,98858 +"85221",10973,100477 +"85222",10973,101445 +"85223",10973,110896 +"85224",10973,112916 +"85225",10974,82270 +"85226",10975,10976 +"85227",10975,11865 +"85228",10975,11889 +"85229",10975,11891 +"85230",10975,20405 +"85231",10975,23121 +"85232",10975,31641 +"85233",10975,38216 +"85234",10975,48812 +"85235",10975,67919 +"85236",10975,69297 +"85237",10975,84327 +"85238",10976,11865 +"85239",10976,11889 +"85240",10976,11891 +"85241",10977,13526 +"85242",10977,53323 +"85243",10977,59340 +"85244",10977,59346 +"85245",10977,59357 +"85246",10978,12471 +"85247",10978,21532 +"85248",10978,23938 +"85249",10978,27221 +"85250",10978,32120 +"85251",10978,49274 +"85252",10978,50954 +"85253",10978,56746 +"85254",10978,75869 +"85255",10978,80154 +"85256",10978,90096 +"85257",10978,100928 +"85258",10980,11079 +"85259",10980,11371 +"85260",10980,13834 +"85261",10980,13873 +"85262",10980,18586 +"85263",10980,19311 +"85264",10980,31926 +"85265",10980,33273 +"85266",10980,38931 +"85267",10980,38983 +"85268",10980,41096 +"85269",10980,41546 +"85270",10980,42317 +"85271",10980,45017 +"85272",10980,47810 +"85273",10980,55744 +"85274",10980,56195 +"85275",10980,70397 +"85276",10980,79068 +"85277",10980,79074 +"85278",10980,80421 +"85279",10980,98124 +"85280",10980,99832 +"85281",10980,117658 +"85282",10981,70578 +"85283",10982,29421 +"85284",10982,40983 +"85285",10982,45245 +"85286",10982,50707 +"85287",10982,72507 +"85288",10983,11147 +"85289",10983,11264 +"85290",10983,11442 +"85291",10983,16170 +"85292",10983,41014 +"85293",10983,41622 +"85294",10983,51575 +"85295",10983,76210 +"85296",10983,86598 +"85297",10983,86619 +"85298",10984,11636 +"85299",10984,74323 +"85300",10985,12041 +"85301",10985,17967 +"85302",10985,19661 +"85303",10985,52147 +"85304",10985,66373 +"85305",10985,72567 +"85306",10985,78665 +"85307",10985,79197 +"85308",10985,86362 +"85309",10986,11081 +"85310",10986,11098 +"85311",10986,11099 +"85312",10986,11100 +"85313",10987,25620 +"85314",10987,35112 +"85315",10987,102441 +"85316",10987,113409 +"85317",10989,17733 +"85318",10989,18821 +"85319",10989,18940 +"85320",10989,19048 +"85321",10989,24827 +"85322",10989,29590 +"85323",10989,33460 +"85324",10989,37218 +"85325",10989,40175 +"85326",10989,41765 +"85327",10989,41768 +"85328",10989,41869 +"85329",10989,46729 +"85330",10989,46807 +"85331",10989,46808 +"85332",10989,46929 +"85333",10989,46945 +"85334",10990,14212 +"85335",10990,20426 +"85336",10990,32222 +"85337",10990,58171 +"85338",10990,58174 +"85339",10990,59239 +"85340",10990,90721 +"85341",10990,113112 +"85342",10991,11174 +"85343",10991,60604 +"85344",10991,66003 +"85345",10991,66207 +"85346",10991,70915 +"85347",10992,12041 +"85348",10993,12826 +"85349",10993,33099 +"85350",10993,33112 +"85351",10993,97979 +"85352",10993,99323 +"85353",10993,118455 +"85354",10994,11562 +"85355",10994,11592 +"85356",10995,29152 +"85357",10995,41416 +"85358",10995,50506 +"85359",10996,11023 +"85360",10996,11108 +"85361",10996,14348 +"85362",10996,18648 +"85363",10996,31321 +"85364",10996,33871 +"85365",10996,37344 +"85366",10996,39442 +"85367",10996,39944 +"85368",10996,46343 +"85369",10996,62262 +"85370",10996,65840 +"85371",10996,72885 +"85372",10996,81197 +"85373",10996,81684 +"85374",10996,92449 +"85375",10996,104063 +"85376",10997,29823 +"85377",10997,41347 +"85378",10997,46313 +"85379",10997,48709 +"85380",10997,63005 +"85381",10997,65931 +"85382",10997,82908 +"85383",10998,14722 +"85384",10998,14864 +"85385",10998,68542 +"85386",10998,78750 +"85387",10998,110332 +"85388",10999,56759 +"85389",11000,17765 +"85390",11000,20224 +"85391",11000,44085 +"85392",11000,46405 +"85393",11000,51599 +"85394",11001,13172 +"85395",11001,16546 +"85396",11001,16552 +"85397",11001,36092 +"85398",11001,44801 +"85399",11002,17841 +"85400",11002,20648 +"85401",11002,31678 +"85402",11003,45708 +"85403",11003,50573 +"85404",11003,65173 +"85405",11004,32043 +"85406",11004,37292 +"85407",11004,44781 +"85408",11004,99640 +"85409",11004,100282 +"85410",11004,101557 +"85411",11005,20689 +"85412",11006,19248 +"85413",11006,19719 +"85414",11006,29783 +"85415",11006,44960 +"85416",11006,49302 +"85417",11006,61982 +"85418",11006,65947 +"85419",11008,11429 +"85420",11008,24207 +"85421",11008,25747 +"85422",11008,40906 +"85423",11008,41883 +"85424",11008,49158 +"85425",11008,72520 +"85426",11008,75984 +"85427",11008,80223 +"85428",11008,80329 +"85429",11008,101750 +"85430",11008,108732 +"85431",11008,121220 +"85432",11009,56717 +"85433",11009,98998 +"85434",11010,69965 +"85435",11010,85420 +"85436",11011,27342 +"85437",11012,34949 +"85438",11012,34962 +"85439",11012,35038 +"85440",11013,15626 +"85441",11013,33433 +"85442",11013,43368 +"85443",11013,59113 +"85444",11013,68138 +"85445",11015,36163 +"85446",11016,18553 +"85447",11016,65751 +"85448",11018,11038 +"85449",11018,11129 +"85450",11018,11130 +"85451",11018,11750 +"85452",11018,19119 +"85453",11018,19477 +"85454",11018,20705 +"85455",11018,21424 +"85456",11018,27350 +"85457",11018,32203 +"85458",11018,32939 +"85459",11018,45463 +"85460",11018,52199 +"85461",11018,52813 +"85462",11018,70323 +"85463",11018,84422 +"85464",11018,89458 +"85465",11018,92557 +"85466",11018,96188 +"85467",11018,96197 +"85468",11018,101499 +"85469",11018,102079 +"85470",11018,103270 +"85471",11018,103678 +"85472",11018,109115 +"85473",11018,109116 +"85474",11018,109119 +"85475",11018,109121 +"85476",11019,11067 +"85477",11019,11195 +"85478",11019,11527 +"85479",11019,27959 +"85480",11019,42107 +"85481",11019,48688 +"85482",11019,62044 +"85483",11019,87619 +"85484",11019,119149 +"85485",11020,32183 +"85486",11021,22451 +"85487",11021,106506 +"85488",11022,12671 +"85489",11022,15455 +"85490",11022,20555 +"85491",11022,24017 +"85492",11022,69920 +"85493",11022,95202 +"85494",11022,122995 +"85495",11023,11108 +"85496",11023,12424 +"85497",11023,14401 +"85498",11023,17053 +"85499",11023,20942 +"85500",11023,26521 +"85501",11023,27686 +"85502",11023,31802 +"85503",11023,32384 +"85504",11023,38615 +"85505",11023,38915 +"85506",11023,43138 +"85507",11023,43888 +"85508",11023,50313 +"85509",11023,55491 +"85510",11023,56001 +"85511",11023,59703 +"85512",11023,61879 +"85513",11023,63019 +"85514",11023,63703 +"85515",11023,64465 +"85516",11023,67600 +"85517",11023,86472 +"85518",11023,99743 +"85519",11023,122582 +"85520",11023,122616 +"85521",11024,21681 +"85522",11024,58628 +"85523",11024,115791 +"85524",11025,11138 +"85525",11025,11456 +"85526",11025,18551 +"85527",11025,24497 +"85528",11025,36405 +"85529",11025,45007 +"85530",11025,48569 +"85531",11025,54163 +"85532",11025,70243 +"85533",11025,73296 +"85534",11025,81094 +"85535",11025,81466 +"85536",11026,11029 +"85537",11027,29874 +"85538",11027,34474 +"85539",11027,49765 +"85540",11028,31001 +"85541",11028,105497 +"85542",11029,13678 +"85543",11029,14140 +"85544",11029,16754 +"85545",11029,30344 +"85546",11029,35596 +"85547",11029,37095 +"85548",11029,67199 +"85549",11029,74460 +"85550",11030,45883 +"85551",11030,58894 +"85552",11030,65496 +"85553",11030,84943 +"85554",11030,105498 +"85555",11030,115493 +"85556",11031,93678 +"85557",11031,111960 +"85558",11031,117061 +"85559",11032,23447 +"85560",11032,29884 +"85561",11032,43265 +"85562",11033,26842 +"85563",11033,32785 +"85564",11033,57582 +"85565",11033,91253 +"85566",11034,12480 +"85567",11034,23340 +"85568",11034,62956 +"85569",11034,75911 +"85570",11034,110162 +"85571",11036,14465 +"85572",11036,15412 +"85573",11036,17390 +"85574",11036,19400 +"85575",11036,20999 +"85576",11036,21559 +"85577",11036,24195 +"85578",11036,27020 +"85579",11036,27959 +"85580",11036,34514 +"85581",11036,35000 +"85582",11036,42107 +"85583",11036,45345 +"85584",11036,45561 +"85585",11036,45699 +"85586",11036,48459 +"85587",11036,48812 +"85588",11036,51346 +"85589",11036,52499 +"85590",11036,54450 +"85591",11036,54570 +"85592",11036,54895 +"85593",11036,62044 +"85594",11036,77303 +"85595",11036,81957 +"85596",11036,89922 +"85597",11036,102122 +"85598",11036,107880 +"85599",11036,113038 +"85600",11037,11077 +"85601",11037,21415 +"85602",11037,30852 +"85603",11037,37246 +"85604",11037,53920 +"85605",11037,62116 +"85606",11037,63326 +"85607",11038,11129 +"85608",11038,11130 +"85609",11038,96854 +"85610",11039,11444 +"85611",11040,72852 +"85612",11040,116270 +"85613",11041,17108 +"85614",11041,28127 +"85615",11041,36363 +"85616",11041,74369 +"85617",11041,74664 +"85618",11041,75017 +"85619",11041,94033 +"85620",11041,101089 +"85621",11041,101288 +"85622",11041,101364 +"85623",11041,101369 +"85624",11041,106586 +"85625",11042,11132 +"85626",11042,82366 +"85627",11043,12964 +"85628",11043,17770 +"85629",11043,18528 +"85630",11043,28838 +"85631",11043,30339 +"85632",11043,37260 +"85633",11043,41976 +"85634",11043,50922 +"85635",11043,54912 +"85636",11043,64102 +"85637",11043,66369 +"85638",11043,69355 +"85639",11043,102169 +"85640",11043,105070 +"85641",11043,123048 +"85642",11044,19122 +"85643",11044,33032 +"85644",11044,43118 +"85645",11044,45066 +"85646",11044,57577 +"85647",11044,93951 +"85648",11044,112415 +"85649",11045,44877 +"85650",11045,46901 +"85651",11045,56984 +"85652",11045,66956 +"85653",11045,74766 +"85654",11045,86555 +"85655",11046,15507 +"85656",11046,16932 +"85657",11046,30136 +"85658",11046,74954 +"85659",11047,16543 +"85660",11047,24187 +"85661",11047,25380 +"85662",11047,28605 +"85663",11047,60488 +"85664",11047,60532 +"85665",11047,90335 +"85666",11047,105711 +"85667",11047,111497 +"85668",11047,111502 +"85669",11049,11050 +"85670",11049,11116 +"85671",11049,48591 +"85672",11049,48592 +"85673",11049,48643 +"85674",11049,48655 +"85675",11049,48662 +"85676",11049,51312 +"85677",11050,11116 +"85678",11050,48591 +"85679",11050,48592 +"85680",11050,48643 +"85681",11050,48655 +"85682",11050,48662 +"85683",11050,51312 +"85684",11051,97061 +"85685",11051,111862 +"85686",11052,35629 +"85687",11053,13786 +"85688",11053,46561 +"85689",11053,50214 +"85690",11053,58628 +"85691",11054,11148 +"85692",11054,11191 +"85693",11054,28266 +"85694",11054,28276 +"85695",11054,28334 +"85696",11054,28657 +"85697",11055,11123 +"85698",11055,11620 +"85699",11055,19901 +"85700",11055,20500 +"85701",11055,22586 +"85702",11055,27501 +"85703",11055,44796 +"85704",11055,52685 +"85705",11055,79136 +"85706",11055,84183 +"85707",11055,90211 +"85708",11055,91492 +"85709",11055,91523 +"85710",11055,91553 +"85711",11056,28088 +"85712",11056,31880 +"85713",11056,41246 +"85714",11057,11124 +"85715",11057,19295 +"85716",11057,22281 +"85717",11057,47949 +"85718",11058,11958 +"85719",11058,44140 +"85720",11058,45310 +"85721",11058,62146 +"85722",11058,62638 +"85723",11058,88564 +"85724",11058,94881 +"85725",11058,94882 +"85726",11058,94891 +"85727",11059,33162 +"85728",11060,23964 +"85729",11060,67760 +"85730",11061,45711 +"85731",11062,15074 +"85732",11062,19364 +"85733",11062,25694 +"85734",11062,28859 +"85735",11062,31148 +"85736",11062,31718 +"85737",11062,32574 +"85738",11062,39269 +"85739",11062,39906 +"85740",11062,50394 +"85741",11062,57204 +"85742",11062,61036 +"85743",11062,66287 +"85744",11062,74405 +"85745",11062,79267 +"85746",11062,94069 +"85747",11062,109182 +"85748",11062,109788 +"85749",11062,110061 +"85750",11063,11471 +"85751",11063,73615 +"85752",11064,31336 +"85753",11064,34738 +"85754",11064,68620 +"85755",11065,13671 +"85756",11065,13709 +"85757",11065,13735 +"85758",11065,13861 +"85759",11065,18097 +"85760",11065,20139 +"85761",11065,20201 +"85762",11065,26649 +"85763",11065,26656 +"85764",11065,26668 +"85765",11065,27141 +"85766",11065,28945 +"85767",11065,33973 +"85768",11065,67588 +"85769",11065,89695 +"85770",11065,101604 +"85771",11065,103097 +"85772",11065,103118 +"85773",11065,103143 +"85774",11065,120941 +"85775",11065,120946 +"85776",11066,12151 +"85777",11067,11195 +"85778",11067,11527 +"85779",11067,29578 +"85780",11067,42107 +"85781",11067,56429 +"85782",11067,121391 +"85783",11068,55036 +"85784",11068,55068 +"85785",11069,23293 +"85786",11069,53412 +"85787",11069,69803 +"85788",11069,103362 +"85789",11070,15342 +"85790",11071,11160 +"85791",11071,35005 +"85792",11072,41848 +"85793",11073,14113 +"85794",11073,21886 +"85795",11073,42680 +"85796",11073,76209 +"85797",11073,76290 +"85798",11073,99216 +"85799",11073,110102 +"85800",11073,110708 +"85801",11074,21518 +"85802",11074,21587 +"85803",11074,25443 +"85804",11074,26688 +"85805",11074,28092 +"85806",11074,29114 +"85807",11074,29295 +"85808",11074,31307 +"85809",11074,33113 +"85810",11074,33383 +"85811",11074,33399 +"85812",11074,58753 +"85813",11074,58799 +"85814",11074,64413 +"85815",11074,76336 +"85816",11074,82377 +"85817",11074,101046 +"85818",11075,16115 +"85819",11075,23760 +"85820",11075,24120 +"85821",11075,36017 +"85822",11075,37504 +"85823",11075,48974 +"85824",11075,56081 +"85825",11076,57640 +"85826",11076,65234 +"85827",11076,70932 +"85828",11077,11134 +"85829",11077,11210 +"85830",11077,14239 +"85831",11077,21415 +"85832",11077,30852 +"85833",11077,37246 +"85834",11077,53920 +"85835",11077,57616 +"85836",11077,57622 +"85837",11077,62116 +"85838",11077,63326 +"85839",11078,24789 +"85840",11078,30942 +"85841",11078,36499 +"85842",11078,38523 +"85843",11078,50170 +"85844",11078,55827 +"85845",11078,58451 +"85846",11078,70506 +"85847",11078,71654 +"85848",11078,76469 +"85849",11078,109266 +"85850",11079,13887 +"85851",11079,15365 +"85852",11079,18122 +"85853",11079,20688 +"85854",11079,34625 +"85855",11079,38419 +"85856",11079,38981 +"85857",11079,54739 +"85858",11079,55297 +"85859",11079,72673 +"85860",11079,82790 +"85861",11079,93449 +"85862",11079,94525 +"85863",11080,14286 +"85864",11080,16345 +"85865",11080,74180 +"85866",11080,78271 +"85867",11080,84153 +"85868",11080,95152 +"85869",11080,104278 +"85870",11081,11098 +"85871",11081,11099 +"85872",11081,11100 +"85873",11081,13720 +"85874",11081,21445 +"85875",11081,27123 +"85876",11081,50747 +"85877",11081,53151 +"85878",11081,62533 +"85879",11081,84788 +"85880",11081,90499 +"85881",11082,11218 +"85882",11082,11927 +"85883",11082,12042 +"85884",11082,12543 +"85885",11082,12682 +"85886",11082,16352 +"85887",11082,20376 +"85888",11082,20377 +"85889",11082,20516 +"85890",11082,24478 +"85891",11082,26080 +"85892",11082,26119 +"85893",11082,32191 +"85894",11082,32492 +"85895",11082,33211 +"85896",11082,38398 +"85897",11082,41814 +"85898",11082,41972 +"85899",11082,42275 +"85900",11082,49084 +"85901",11082,49110 +"85902",11082,55897 +"85903",11082,57311 +"85904",11082,61920 +"85905",11082,71990 +"85906",11082,73020 +"85907",11082,87529 +"85908",11083,16923 +"85909",11083,22394 +"85910",11083,44384 +"85911",11083,96684 +"85912",11084,86357 +"85913",11085,11817 +"85914",11085,53005 +"85915",11085,63954 +"85916",11086,11462 +"85917",11086,11463 +"85918",11086,34574 +"85919",11086,35683 +"85920",11086,68929 +"85921",11087,48714 +"85922",11087,84544 +"85923",11087,86250 +"85924",11088,11115 +"85925",11088,55779 +"85926",11088,84621 +"85927",11088,85368 +"85928",11088,115432 +"85929",11089,11101 +"85930",11089,120817 +"85931",11089,120873 +"85932",11090,12914 +"85933",11090,14380 +"85934",11090,14429 +"85935",11090,15926 +"85936",11090,15945 +"85937",11090,16793 +"85938",11090,20695 +"85939",11090,25345 +"85940",11090,29306 +"85941",11090,29416 +"85942",11090,45810 +"85943",11090,45841 +"85944",11090,46249 +"85945",11090,47537 +"85946",11090,56041 +"85947",11090,56364 +"85948",11090,73051 +"85949",11090,76843 +"85950",11090,77947 +"85951",11090,80801 +"85952",11090,81707 +"85953",11090,81926 +"85954",11090,83455 +"85955",11090,84263 +"85956",11090,84591 +"85957",11090,85433 +"85958",11090,87915 +"85959",11090,90070 +"85960",11090,101122 +"85961",11090,101208 +"85962",11090,101666 +"85963",11090,102840 +"85964",11090,104715 +"85965",11090,107481 +"85966",11090,114866 +"85967",11090,114923 +"85968",11090,115877 +"85969",11090,117032 +"85970",11091,18965 +"85971",11091,34192 +"85972",11091,61337 +"85973",11091,61908 +"85974",11092,41476 +"85975",11092,51037 +"85976",11093,11095 +"85977",11093,14208 +"85978",11093,14810 +"85979",11093,17672 +"85980",11093,39721 +"85981",11093,51918 +"85982",11093,84002 +"85983",11093,95524 +"85984",11093,97678 +"85985",11094,27512 +"85986",11094,30627 +"85987",11094,71128 +"85988",11094,100252 +"85989",11094,104433 +"85990",11096,11180 +"85991",11096,32878 +"85992",11096,56331 +"85993",11096,56361 +"85994",11097,23291 +"85995",11098,11099 +"85996",11098,11100 +"85997",11098,15254 +"85998",11098,24952 +"85999",11098,27123 +"86000",11098,29961 +"86001",11098,38094 +"86002",11098,42039 +"86003",11098,50747 +"86004",11098,56094 +"86005",11098,63644 +"86006",11098,74907 +"86007",11098,83740 +"86008",11098,111791 +"86009",11098,118845 +"86010",11099,11100 +"86011",11099,17497 +"86012",11099,19501 +"86013",11099,20421 +"86014",11099,23581 +"86015",11099,25734 +"86016",11099,27123 +"86017",11099,27545 +"86018",11099,29403 +"86019",11099,38094 +"86020",11099,52217 +"86021",11099,59662 +"86022",11099,59885 +"86023",11099,62066 +"86024",11099,65017 +"86025",11099,83917 +"86026",11099,88997 +"86027",11099,94933 +"86028",11100,38094 +"86029",11100,99467 +"86030",11101,45818 +"86031",11101,89880 +"86032",11102,11478 +"86033",11102,11666 +"86034",11102,19789 +"86035",11102,111580 +"86036",11102,121650 +"86037",11103,13205 +"86038",11103,16269 +"86039",11103,17473 +"86040",11103,21503 +"86041",11103,24065 +"86042",11103,29930 +"86043",11103,31217 +"86044",11103,36574 +"86045",11103,37478 +"86046",11103,39426 +"86047",11103,39517 +"86048",11103,39518 +"86049",11103,58046 +"86050",11103,58047 +"86051",11103,58124 +"86052",11103,68643 +"86053",11103,70975 +"86054",11103,85482 +"86055",11103,85483 +"86056",11103,101548 +"86057",11104,11209 +"86058",11104,13195 +"86059",11104,32936 +"86060",11104,42502 +"86061",11105,15365 +"86062",11105,17218 +"86063",11105,18935 +"86064",11105,29307 +"86065",11105,43660 +"86066",11105,52168 +"86067",11105,57163 +"86068",11106,36422 +"86069",11106,58013 +"86070",11106,91922 +"86071",11106,97025 +"86072",11107,44555 +"86073",11108,26551 +"86074",11108,38736 +"86075",11109,14485 +"86076",11109,52142 +"86077",11109,52176 +"86078",11109,65122 +"86079",11109,67251 +"86080",11110,13958 +"86081",11110,20085 +"86082",11110,22784 +"86083",11110,49367 +"86084",11110,58324 +"86085",11110,62445 +"86086",11110,68460 +"86087",11110,79779 +"86088",11110,79789 +"86089",11110,107259 +"86090",11111,11135 +"86091",11112,29416 +"86092",11112,56503 +"86093",11113,18896 +"86094",11113,96527 +"86095",11113,96528 +"86096",11113,96529 +"86097",11113,96530 +"86098",11113,96546 +"86099",11113,96547 +"86100",11113,96548 +"86101",11113,96549 +"86102",11113,96555 +"86103",11113,96559 +"86104",11113,96567 +"86105",11113,96584 +"86106",11113,96670 +"86107",11114,59399 +"86108",11115,83432 +"86109",11115,122213 +"86110",11116,48655 +"86111",11117,19832 +"86112",11118,28193 +"86113",11118,38280 +"86114",11118,51639 +"86115",11118,51644 +"86116",11118,121095 +"86117",11119,12631 +"86118",11119,19605 +"86119",11119,40891 +"86120",11119,46247 +"86121",11120,71394 +"86122",11120,106282 +"86123",11120,106293 +"86124",11120,106305 +"86125",11121,11211 +"86126",11121,13984 +"86127",11121,15412 +"86128",11121,19400 +"86129",11121,50052 +"86130",11121,60583 +"86131",11121,115518 +"86132",11123,38504 +"86133",11123,47680 +"86134",11123,47732 +"86135",11123,47771 +"86136",11123,47773 +"86137",11123,69707 +"86138",11124,54728 +"86139",11124,66848 +"86140",11124,66868 +"86141",11124,66910 +"86142",11124,66924 +"86143",11125,13055 +"86144",11125,23800 +"86145",11125,25634 +"86146",11125,35679 +"86147",11125,35964 +"86148",11125,36059 +"86149",11125,36121 +"86150",11125,40882 +"86151",11125,57718 +"86152",11125,116265 +"86153",11126,21330 +"86154",11126,23585 +"86155",11126,23667 +"86156",11126,27519 +"86157",11126,39909 +"86158",11126,49349 +"86159",11126,70123 +"86160",11126,76693 +"86161",11126,87048 +"86162",11126,87051 +"86163",11126,111971 +"86164",11126,112951 +"86165",11126,114461 +"86166",11127,12381 +"86167",11127,13121 +"86168",11127,17061 +"86169",11127,22012 +"86170",11127,22553 +"86171",11127,24770 +"86172",11127,27162 +"86173",11127,27286 +"86174",11127,28065 +"86175",11127,30153 +"86176",11127,33002 +"86177",11127,37482 +"86178",11127,43049 +"86179",11127,49642 +"86180",11127,57828 +"86181",11127,67034 +"86182",11127,68919 +"86183",11127,80124 +"86184",11127,82914 +"86185",11127,82937 +"86186",11128,21086 +"86187",11128,30863 +"86188",11128,30892 +"86189",11129,11130 +"86190",11129,24016 +"86191",11131,117182 +"86192",11132,18728 +"86193",11132,18746 +"86194",11132,18824 +"86195",11132,18841 +"86196",11132,18850 +"86197",11133,16259 +"86198",11133,26724 +"86199",11133,28784 +"86200",11133,79603 +"86201",11133,93289 +"86202",11133,102531 +"86203",11134,11210 +"86204",11135,13224 +"86205",11135,15502 +"86206",11135,15809 +"86207",11135,19687 +"86208",11135,24483 +"86209",11135,25270 +"86210",11135,26567 +"86211",11135,27544 +"86212",11135,27848 +"86213",11135,31222 +"86214",11135,31302 +"86215",11135,45455 +"86216",11135,45487 +"86217",11135,46848 +"86218",11135,48764 +"86219",11135,51448 +"86220",11135,52742 +"86221",11135,58168 +"86222",11135,63970 +"86223",11135,67458 +"86224",11135,68501 +"86225",11135,72241 +"86226",11135,75824 +"86227",11135,75838 +"86228",11135,76934 +"86229",11135,78662 +"86230",11135,83191 +"86231",11135,83193 +"86232",11135,84487 +"86233",11135,84527 +"86234",11135,85673 +"86235",11135,89979 +"86236",11135,89990 +"86237",11135,92261 +"86238",11135,93317 +"86239",11135,95443 +"86240",11135,95661 +"86241",11135,108976 +"86242",11135,110023 +"86243",11136,18547 +"86244",11136,23645 +"86245",11136,30742 +"86246",11136,41338 +"86247",11136,44474 +"86248",11136,46767 +"86249",11136,48686 +"86250",11136,51087 +"86251",11136,56977 +"86252",11136,58235 +"86253",11136,89772 +"86254",11136,103466 +"86255",11137,40463 +"86256",11137,80098 +"86257",11137,101331 +"86258",11137,101404 +"86259",11138,48569 +"86260",11139,30121 +"86261",11139,84884 +"86262",11140,11305 +"86263",11140,50765 +"86264",11140,111121 +"86265",11140,118152 +"86266",11141,63635 +"86267",11141,99754 +"86268",11141,101350 +"86269",11141,101351 +"86270",11142,21003 +"86271",11142,30636 +"86272",11142,33576 +"86273",11142,42188 +"86274",11142,42748 +"86275",11142,47939 +"86276",11142,60085 +"86277",11142,62726 +"86278",11142,78300 +"86279",11142,78332 +"86280",11142,101112 +"86281",11142,107371 +"86282",11143,15038 +"86283",11143,17128 +"86284",11143,118850 +"86285",11144,22117 +"86286",11144,52018 +"86287",11144,70946 +"86288",11144,77712 +"86289",11145,18847 +"86290",11145,105262 +"86291",11145,110659 +"86292",11146,20518 +"86293",11146,21134 +"86294",11146,32930 +"86295",11146,33789 +"86296",11146,52822 +"86297",11146,57521 +"86298",11146,57545 +"86299",11146,63976 +"86300",11147,11264 +"86301",11147,11442 +"86302",11148,11191 +"86303",11148,28266 +"86304",11148,28276 +"86305",11148,28334 +"86306",11148,28657 +"86307",11148,33472 +"86308",11148,70636 +"86309",11148,82675 +"86310",11148,82676 +"86311",11149,94414 +"86312",11150,21573 +"86313",11150,25852 +"86314",11150,40514 +"86315",11150,40597 +"86316",11150,51199 +"86317",11150,76711 +"86318",11150,90834 +"86319",11150,116755 +"86320",11151,11245 +"86321",11151,18773 +"86322",11152,19573 +"86323",11152,27696 +"86324",11152,34405 +"86325",11152,39135 +"86326",11152,48188 +"86327",11152,53968 +"86328",11152,61253 +"86329",11152,85386 +"86330",11152,89005 +"86331",11153,57617 +"86332",11153,65722 +"86333",11153,71697 +"86334",11153,71732 +"86335",11154,12007 +"86336",11154,18097 +"86337",11154,18871 +"86338",11154,25258 +"86339",11154,31751 +"86340",11154,38044 +"86341",11154,43448 +"86342",11154,51440 +"86343",11154,97877 +"86344",11155,38716 +"86345",11155,74871 +"86346",11155,90931 +"86347",11156,12004 +"86348",11156,22504 +"86349",11157,11637 +"86350",11157,59248 +"86351",11157,70148 +"86352",11158,36344 +"86353",11158,40754 +"86354",11158,89636 +"86355",11159,64849 +"86356",11159,75639 +"86357",11159,82222 +"86358",11159,98578 +"86359",11160,26697 +"86360",11160,26775 +"86361",11160,35005 +"86362",11160,44600 +"86363",11160,45458 +"86364",11160,65861 +"86365",11160,90111 +"86366",11161,12461 +"86367",11161,97323 +"86368",11162,96429 +"86369",11162,96446 +"86370",11162,112122 +"86371",11163,61635 +"86372",11163,61641 +"86373",11164,19325 +"86374",11164,21144 +"86375",11164,25097 +"86376",11164,109834 +"86377",11165,97566 +"86378",11166,38476 +"86379",11166,65907 +"86380",11166,76325 +"86381",11167,34947 +"86382",11167,38075 +"86383",11167,74427 +"86384",11168,25823 +"86385",11168,36554 +"86386",11168,60306 +"86387",11168,95009 +"86388",11169,24843 +"86389",11169,32909 +"86390",11169,60112 +"86391",11170,43922 +"86392",11170,54743 +"86393",11171,19451 +"86394",11171,19508 +"86395",11171,19638 +"86396",11171,22499 +"86397",11171,24850 +"86398",11171,28959 +"86399",11171,30413 +"86400",11171,73808 +"86401",11172,13735 +"86402",11172,16590 +"86403",11172,20139 +"86404",11172,20201 +"86405",11172,28008 +"86406",11172,28945 +"86407",11172,28983 +"86408",11172,49921 +"86409",11172,82325 +"86410",11173,19614 +"86411",11173,20544 +"86412",11173,27369 +"86413",11173,30526 +"86414",11173,39009 +"86415",11173,39671 +"86416",11173,39672 +"86417",11173,39709 +"86418",11173,82963 +"86419",11173,82970 +"86420",11173,84381 +"86421",11173,84407 +"86422",11173,87056 +"86423",11175,106049 +"86424",11176,42444 +"86425",11177,17631 +"86426",11177,46049 +"86427",11177,52053 +"86428",11178,17714 +"86429",11178,21695 +"86430",11178,36226 +"86431",11178,118171 +"86432",11179,14678 +"86433",11179,27390 +"86434",11179,52945 +"86435",11179,57638 +"86436",11179,85309 +"86437",11181,11182 +"86438",11182,29422 +"86439",11182,101371 +"86440",11183,63557 +"86441",11183,72057 +"86442",11183,73749 +"86443",11183,74831 +"86444",11183,91293 +"86445",11183,93696 +"86446",11183,104563 +"86447",11184,17944 +"86448",11184,38794 +"86449",11184,79902 +"86450",11185,14301 +"86451",11185,27594 +"86452",11185,35285 +"86453",11185,77125 +"86454",11185,96839 +"86455",11186,14879 +"86456",11186,14895 +"86457",11186,14926 +"86458",11187,25299 +"86459",11187,42394 +"86460",11187,53823 +"86461",11187,54750 +"86462",11187,56753 +"86463",11188,29146 +"86464",11189,21178 +"86465",11189,24630 +"86466",11189,47126 +"86467",11189,54593 +"86468",11189,55363 +"86469",11189,61144 +"86470",11189,63328 +"86471",11189,81816 +"86472",11189,90968 +"86473",11190,14140 +"86474",11190,16286 +"86475",11190,29628 +"86476",11190,47342 +"86477",11190,51941 +"86478",11191,28266 +"86479",11191,28276 +"86480",11191,28334 +"86481",11191,28657 +"86482",11192,17478 +"86483",11192,17679 +"86484",11192,27978 +"86485",11192,28313 +"86486",11192,35450 +"86487",11192,91746 +"86488",11192,106655 +"86489",11193,19493 +"86490",11193,23601 +"86491",11193,36104 +"86492",11193,37603 +"86493",11194,15732 +"86494",11194,100118 +"86495",11195,11527 +"86496",11195,38699 +"86497",11195,42107 +"86498",11196,17207 +"86499",11196,25956 +"86500",11196,40969 +"86501",11196,40991 +"86502",11196,49007 +"86503",11196,63533 +"86504",11196,71892 +"86505",11196,93343 +"86506",11196,98031 +"86507",11197,31026 +"86508",11198,16381 +"86509",11198,92773 +"86510",11199,15721 +"86511",11199,18131 +"86512",11199,20994 +"86513",11199,25128 +"86514",11199,117731 +"86515",11200,38403 +"86516",11200,67994 +"86517",11200,79800 +"86518",11201,11819 +"86519",11201,78648 +"86520",11202,46061 +"86521",11202,102072 +"86522",11203,49846 +"86523",11203,56406 +"86524",11204,11281 +"86525",11204,12915 +"86526",11204,14883 +"86527",11204,16599 +"86528",11204,16672 +"86529",11204,19603 +"86530",11204,20968 +"86531",11204,26821 +"86532",11204,31953 +"86533",11204,32486 +"86534",11204,32570 +"86535",11205,11330 +"86536",11206,11376 +"86537",11206,13264 +"86538",11206,13823 +"86539",11206,19130 +"86540",11206,19700 +"86541",11206,22453 +"86542",11206,33336 +"86543",11206,43378 +"86544",11206,53793 +"86545",11206,67134 +"86546",11206,71901 +"86547",11206,87527 +"86548",11207,13750 +"86549",11207,14088 +"86550",11207,15825 +"86551",11207,25909 +"86552",11207,33658 +"86553",11207,35987 +"86554",11207,37601 +"86555",11207,46338 +"86556",11207,46565 +"86557",11207,52339 +"86558",11207,53539 +"86559",11207,55198 +"86560",11207,78019 +"86561",11207,78240 +"86562",11207,83081 +"86563",11207,92105 +"86564",11207,97210 +"86565",11207,106567 +"86566",11207,121678 +"86567",11208,13591 +"86568",11208,17391 +"86569",11208,22714 +"86570",11208,26766 +"86571",11208,32842 +"86572",11208,43144 +"86573",11208,52144 +"86574",11208,74250 +"86575",11208,81482 +"86576",11208,87255 +"86577",11208,88347 +"86578",11208,97091 +"86579",11208,100127 +"86580",11208,115353 +"86581",11211,15412 +"86582",11211,15821 +"86583",11211,19102 +"86584",11211,19400 +"86585",11211,19956 +"86586",11211,24195 +"86587",11211,28918 +"86588",11211,35430 +"86589",11211,40864 +"86590",11211,43996 +"86591",11211,47534 +"86592",11211,53530 +"86593",11211,53707 +"86594",11211,79409 +"86595",11211,97245 +"86596",11211,106664 +"86597",11211,108074 +"86598",11212,16844 +"86599",11212,51102 +"86600",11213,15078 +"86601",11213,32920 +"86602",11213,43961 +"86603",11213,56755 +"86604",11213,73198 +"86605",11214,30325 +"86606",11214,47126 +"86607",11214,98805 +"86608",11215,21061 +"86609",11216,22117 +"86610",11216,28181 +"86611",11216,41197 +"86612",11216,47232 +"86613",11216,75338 +"86614",11216,82185 +"86615",11217,21152 +"86616",11218,12042 +"86617",11218,12682 +"86618",11218,14656 +"86619",11218,14666 +"86620",11218,14855 +"86621",11218,16352 +"86622",11218,16557 +"86623",11218,16577 +"86624",11218,24365 +"86625",11218,26080 +"86626",11218,26818 +"86627",11218,29561 +"86628",11218,29976 +"86629",11218,35860 +"86630",11218,39294 +"86631",11218,43344 +"86632",11218,44717 +"86633",11218,48935 +"86634",11218,53134 +"86635",11218,54929 +"86636",11218,70806 +"86637",11218,70934 +"86638",11219,11295 +"86639",11219,11320 +"86640",11219,120821 +"86641",11220,11364 +"86642",11220,13258 +"86643",11220,18536 +"86644",11220,23721 +"86645",11220,24044 +"86646",11220,29911 +"86647",11220,42263 +"86648",11220,48858 +"86649",11220,55908 +"86650",11220,59542 +"86651",11220,82112 +"86652",11221,11353 +"86653",11221,11807 +"86654",11221,14260 +"86655",11221,78217 +"86656",11223,18227 +"86657",11223,21338 +"86658",11223,21343 +"86659",11223,23216 +"86660",11223,69941 +"86661",11224,11507 +"86662",11224,18741 +"86663",11224,20329 +"86664",11224,27025 +"86665",11224,42022 +"86666",11224,57426 +"86667",11224,57466 +"86668",11224,77717 +"86669",11224,88939 +"86670",11225,11503 +"86671",11226,51185 +"86672",11226,51256 +"86673",11226,51262 +"86674",11226,51266 +"86675",11227,13657 +"86676",11227,88320 +"86677",11227,94238 +"86678",11227,112337 +"86679",11228,14772 +"86680",11228,16143 +"86681",11228,16254 +"86682",11228,21212 +"86683",11228,23517 +"86684",11228,39008 +"86685",11229,16578 +"86686",11229,21340 +"86687",11229,40028 +"86688",11229,45441 +"86689",11229,46265 +"86690",11229,53005 +"86691",11229,57246 +"86692",11229,79082 +"86693",11229,80326 +"86694",11229,80390 +"86695",11230,24359 +"86696",11230,51546 +"86697",11230,82145 +"86698",11230,87970 +"86699",11231,11258 +"86700",11231,11326 +"86701",11231,11377 +"86702",11231,80630 +"86703",11232,11805 +"86704",11232,71004 +"86705",11232,72510 +"86706",11232,88694 +"86707",11232,110366 +"86708",11233,12599 +"86709",11233,51720 +"86710",11233,56164 +"86711",11233,73898 +"86712",11233,82319 +"86713",11233,100559 +"86714",11233,101872 +"86715",11233,109555 +"86716",11233,109669 +"86717",11233,120192 +"86718",11233,120194 +"86719",11233,120197 +"86720",11233,120198 +"86721",11233,120199 +"86722",11233,120215 +"86723",11234,75950 +"86724",11235,14098 +"86725",11235,15229 +"86726",11235,32701 +"86727",11235,69792 +"86728",11235,106050 +"86729",11236,11428 +"86730",11236,31376 +"86731",11236,31378 +"86732",11236,31409 +"86733",11236,31425 +"86734",11236,41351 +"86735",11236,81889 +"86736",11236,82021 +"86737",11237,50666 +"86738",11237,106278 +"86739",11237,110507 +"86740",11238,37690 +"86741",11239,17573 +"86742",11239,21612 +"86743",11239,27195 +"86744",11239,28432 +"86745",11239,32401 +"86746",11239,33528 +"86747",11239,57204 +"86748",11239,102886 +"86749",11239,102893 +"86750",11240,97199 +"86751",11241,11429 +"86752",11241,12259 +"86753",11241,12721 +"86754",11241,12913 +"86755",11241,12968 +"86756",11241,22784 +"86757",11241,44055 +"86758",11241,54166 +"86759",11241,91628 +"86760",11242,66697 +"86761",11242,92398 +"86762",11242,103336 +"86763",11242,104919 +"86764",11242,105448 +"86765",11242,105461 +"86766",11242,120397 +"86767",11242,122758 +"86768",11242,122762 +"86769",11243,11501 +"86770",11243,11502 +"86771",11243,90223 +"86772",11244,11259 +"86773",11244,18220 +"86774",11244,18634 +"86775",11244,19003 +"86776",11244,22982 +"86777",11244,27538 +"86778",11244,27677 +"86779",11244,31744 +"86780",11244,43940 +"86781",11244,76764 +"86782",11244,76997 +"86783",11244,79317 +"86784",11244,79877 +"86785",11244,100566 +"86786",11244,101869 +"86787",11244,101881 +"86788",11244,113333 +"86789",11244,114484 +"86790",11244,114486 +"86791",11244,114534 +"86792",11246,11355 +"86793",11246,11454 +"86794",11246,114665 +"86795",11247,94343 +"86796",11248,11601 +"86797",11248,37196 +"86798",11248,39563 +"86799",11248,39865 +"86800",11248,54013 +"86801",11248,106875 +"86802",11248,118291 +"86803",11249,14856 +"86804",11249,30916 +"86805",11250,18279 +"86806",11250,35769 +"86807",11250,46712 +"86808",11251,12717 +"86809",11251,14574 +"86810",11252,14392 +"86811",11252,15553 +"86812",11252,24115 +"86813",11252,24209 +"86814",11252,25850 +"86815",11252,26088 +"86816",11253,21093 +"86817",11253,50099 +"86818",11253,50494 +"86819",11254,19858 +"86820",11254,22669 +"86821",11254,22684 +"86822",11254,24802 +"86823",11254,75648 +"86824",11254,80905 +"86825",11254,97135 +"86826",11254,120061 +"86827",11255,58629 +"86828",11256,32513 +"86829",11256,71166 +"86830",11256,79899 +"86831",11256,94553 +"86832",11256,106929 +"86833",11256,110606 +"86834",11257,11389 +"86835",11257,11434 +"86836",11257,11516 +"86837",11257,15241 +"86838",11257,34731 +"86839",11257,45377 +"86840",11257,63846 +"86841",11257,82926 +"86842",11257,102433 +"86843",11258,11326 +"86844",11258,11377 +"86845",11259,20004 +"86846",11259,20487 +"86847",11259,22235 +"86848",11259,22251 +"86849",11259,24248 +"86850",11259,44730 +"86851",11259,99405 +"86852",11259,102829 +"86853",11259,113333 +"86854",11259,118369 +"86855",11260,17829 +"86856",11260,48996 +"86857",11260,75526 +"86858",11260,83307 +"86859",11260,100454 +"86860",11261,44808 +"86861",11261,48521 +"86862",11261,79050 +"86863",11261,79975 +"86864",11261,95477 +"86865",11261,95862 +"86866",11261,98322 +"86867",11261,117808 +"86868",11262,24850 +"86869",11262,31159 +"86870",11263,11368 +"86871",11263,11605 +"86872",11263,26253 +"86873",11263,52448 +"86874",11263,74899 +"86875",11263,95877 +"86876",11263,119289 +"86877",11264,11442 +"86878",11265,13934 +"86879",11265,14072 +"86880",11265,18463 +"86881",11265,26052 +"86882",11265,44720 +"86883",11265,55071 +"86884",11265,59756 +"86885",11265,78286 +"86886",11265,104070 +"86887",11266,20558 +"86888",11267,12783 +"86889",11267,13249 +"86890",11267,19394 +"86891",11267,24826 +"86892",11267,28196 +"86893",11267,33204 +"86894",11267,36455 +"86895",11267,42980 +"86896",11267,45406 +"86897",11267,45517 +"86898",11267,54970 +"86899",11267,58137 +"86900",11267,58194 +"86901",11267,58852 +"86902",11267,60005 +"86903",11267,72539 +"86904",11267,94389 +"86905",11268,69396 +"86906",11269,11288 +"86907",11269,11406 +"86908",11269,13348 +"86909",11269,21236 +"86910",11269,28760 +"86911",11269,91979 +"86912",11269,113323 +"86913",11270,12717 +"86914",11270,14266 +"86915",11270,20365 +"86916",11270,31711 +"86917",11270,43728 +"86918",11270,46172 +"86919",11270,50640 +"86920",11270,77722 +"86921",11270,84137 +"86922",11270,84566 +"86923",11270,85938 +"86924",11271,11272 +"86925",11271,11315 +"86926",11271,11316 +"86927",11271,22740 +"86928",11271,27882 +"86929",11271,44073 +"86930",11271,44074 +"86931",11271,50964 +"86932",11271,53946 +"86933",11272,11315 +"86934",11272,11316 +"86935",11272,35553 +"86936",11272,35797 +"86937",11272,37688 +"86938",11272,44073 +"86939",11272,44495 +"86940",11272,44579 +"86941",11272,50964 +"86942",11272,58348 +"86943",11272,59218 +"86944",11272,60940 +"86945",11272,65980 +"86946",11272,93189 +"86947",11272,113976 +"86948",11273,11411 +"86949",11273,24680 +"86950",11273,74081 +"86951",11273,78537 +"86952",11273,78540 +"86953",11273,116050 +"86954",11274,11393 +"86955",11274,27590 +"86956",11274,30172 +"86957",11274,34412 +"86958",11274,35094 +"86959",11274,35095 +"86960",11274,38223 +"86961",11274,41382 +"86962",11274,47366 +"86963",11274,49467 +"86964",11274,50978 +"86965",11274,59341 +"86966",11274,84065 +"86967",11274,85038 +"86968",11275,56122 +"86969",11275,94183 +"86970",11275,100978 +"86971",11276,12114 +"86972",11276,17275 +"86973",11276,44355 +"86974",11277,21667 +"86975",11277,77595 +"86976",11277,117177 +"86977",11278,16351 +"86978",11278,22702 +"86979",11278,33618 +"86980",11278,41892 +"86981",11278,56308 +"86982",11278,87627 +"86983",11278,101949 +"86984",11278,118718 +"86985",11279,18689 +"86986",11279,19330 +"86987",11279,26018 +"86988",11279,44148 +"86989",11279,45171 +"86990",11279,45304 +"86991",11279,50327 +"86992",11279,50334 +"86993",11279,50932 +"86994",11280,11440 +"86995",11281,32486 +"86996",11282,11455 +"86997",11282,29516 +"86998",11282,74359 +"86999",11283,117342 +"87000",11284,16444 +"87001",11284,18005 +"87002",11284,28211 +"87003",11285,11327 +"87004",11285,11378 +"87005",11285,44368 +"87006",11285,52659 +"87007",11285,56889 +"87008",11285,63419 +"87009",11285,100432 +"87010",11285,102637 +"87011",11285,123475 +"87012",11286,16715 +"87013",11286,27456 +"87014",11286,65175 +"87015",11286,79421 +"87016",11286,82334 +"87017",11287,12194 +"87018",11287,19094 +"87019",11287,19190 +"87020",11287,26698 +"87021",11287,28851 +"87022",11287,28970 +"87023",11287,30993 +"87024",11287,35513 +"87025",11287,36919 +"87026",11287,47367 +"87027",11287,103924 +"87028",11287,103941 +"87029",11288,11406 +"87030",11288,30003 +"87031",11288,31829 +"87032",11288,63838 +"87033",11288,68589 +"87034",11288,121165 +"87035",11289,19010 +"87036",11289,31154 +"87037",11289,51407 +"87038",11289,71889 +"87039",11290,22153 +"87040",11290,29332 +"87041",11290,30665 +"87042",11290,39120 +"87043",11290,69009 +"87044",11290,74061 +"87045",11290,90484 +"87046",11290,91112 +"87047",11291,25198 +"87048",11291,36516 +"87049",11291,40145 +"87050",11291,52384 +"87051",11291,87163 +"87052",11291,105385 +"87053",11292,11465 +"87054",11292,13521 +"87055",11292,15396 +"87056",11292,22027 +"87057",11292,31476 +"87058",11292,33166 +"87059",11292,34836 +"87060",11292,38019 +"87061",11292,38780 +"87062",11292,41315 +"87063",11292,49675 +"87064",11292,51334 +"87065",11292,54550 +"87066",11292,85835 +"87067",11292,86232 +"87068",11292,92327 +"87069",11292,94605 +"87070",11292,103589 +"87071",11292,105092 +"87072",11293,17959 +"87073",11293,27479 +"87074",11293,32117 +"87075",11293,41451 +"87076",11294,21780 +"87077",11294,21836 +"87078",11294,41919 +"87079",11294,62104 +"87080",11294,89554 +"87081",11295,11320 +"87082",11295,80964 +"87083",11296,69766 +"87084",11297,17734 +"87085",11297,30749 +"87086",11297,38848 +"87087",11297,88049 +"87088",11297,94913 +"87089",11297,103572 +"87090",11297,103624 +"87091",11298,13361 +"87092",11298,13412 +"87093",11298,24362 +"87094",11298,37011 +"87095",11298,45049 +"87096",11298,82306 +"87097",11298,86076 +"87098",11298,89987 +"87099",11298,97172 +"87100",11298,102324 +"87101",11299,13494 +"87102",11299,36792 +"87103",11299,66655 +"87104",11299,99921 +"87105",11299,100746 +"87106",11299,118965 +"87107",11299,118966 +"87108",11299,119918 +"87109",11300,11388 +"87110",11300,11498 +"87111",11300,77485 +"87112",11300,97314 +"87113",11301,14149 +"87114",11301,44945 +"87115",11301,51119 +"87116",11301,87135 +"87117",11301,116550 +"87118",11302,12695 +"87119",11302,14227 +"87120",11302,15521 +"87121",11302,21028 +"87122",11302,42263 +"87123",11302,64628 +"87124",11302,65412 +"87125",11302,70212 +"87126",11302,73658 +"87127",11302,93774 +"87128",11302,117783 +"87129",11303,11349 +"87130",11303,11381 +"87131",11303,11506 +"87132",11303,16473 +"87133",11303,16540 +"87134",11303,16546 +"87135",11303,16552 +"87136",11303,16777 +"87137",11303,21460 +"87138",11303,27845 +"87139",11303,30177 +"87140",11303,30200 +"87141",11303,33853 +"87142",11303,41560 +"87143",11303,45443 +"87144",11303,51492 +"87145",11303,52332 +"87146",11303,53258 +"87147",11303,60117 +"87148",11303,80840 +"87149",11303,81489 +"87150",11303,82744 +"87151",11303,100264 +"87152",11303,101228 +"87153",11303,101564 +"87154",11303,103826 +"87155",11303,110280 +"87156",11303,114115 +"87157",11303,115160 +"87158",11303,120668 +"87159",11304,11403 +"87160",11305,28556 +"87161",11305,30648 +"87162",11305,30790 +"87163",11305,32965 +"87164",11305,33513 +"87165",11305,40466 +"87166",11305,41812 +"87167",11305,46816 +"87168",11306,29727 +"87169",11306,34433 +"87170",11306,84309 +"87171",11307,21024 +"87172",11308,13485 +"87173",11309,11639 +"87174",11309,77331 +"87175",11309,102946 +"87176",11309,103311 +"87177",11310,12586 +"87178",11310,19189 +"87179",11310,20160 +"87180",11310,20767 +"87181",11310,25671 +"87182",11310,28432 +"87183",11310,30721 +"87184",11310,32401 +"87185",11310,34831 +"87186",11310,41580 +"87187",11310,43236 +"87188",11310,55472 +"87189",11310,59922 +"87190",11310,69311 +"87191",11310,73553 +"87192",11310,83837 +"87193",11310,85496 +"87194",11311,11496 +"87195",11312,19621 +"87196",11312,49086 +"87197",11312,73898 +"87198",11312,98939 +"87199",11312,112148 +"87200",11313,21107 +"87201",11313,21114 +"87202",11313,21316 +"87203",11313,31893 +"87204",11313,40309 +"87205",11313,56569 +"87206",11313,62049 +"87207",11314,17522 +"87208",11314,43291 +"87209",11314,64175 +"87210",11314,88234 +"87211",11315,11316 +"87212",11315,24268 +"87213",11315,35565 +"87214",11315,68345 +"87215",11315,87726 +"87216",11315,95690 +"87217",11315,113721 +"87218",11316,46587 +"87219",11316,54871 +"87220",11317,26757 +"87221",11317,53475 +"87222",11317,55112 +"87223",11317,73492 +"87224",11317,74730 +"87225",11317,84416 +"87226",11317,89829 +"87227",11317,93366 +"87228",11317,99742 +"87229",11317,103128 +"87230",11317,111988 +"87231",11317,115131 +"87232",11318,30742 +"87233",11318,32311 +"87234",11318,45732 +"87235",11318,46404 +"87236",11318,47686 +"87237",11318,52969 +"87238",11319,11627 +"87239",11319,11650 +"87240",11319,14249 +"87241",11319,18719 +"87242",11319,117121 +"87243",11320,47034 +"87244",11321,11869 +"87245",11321,12019 +"87246",11321,12374 +"87247",11321,19339 +"87248",11321,24078 +"87249",11321,26344 +"87250",11321,29996 +"87251",11321,30898 +"87252",11321,34651 +"87253",11321,35633 +"87254",11321,37893 +"87255",11321,48260 +"87256",11321,86744 +"87257",11322,13136 +"87258",11322,43711 +"87259",11323,94658 +"87260",11323,110463 +"87261",11323,111572 +"87262",11323,111585 +"87263",11323,111598 +"87264",11324,11390 +"87265",11324,11391 +"87266",11324,11468 +"87267",11324,13609 +"87268",11324,16323 +"87269",11324,20664 +"87270",11324,20680 +"87271",11324,26109 +"87272",11324,32072 +"87273",11324,34250 +"87274",11324,39102 +"87275",11324,42744 +"87276",11324,58059 +"87277",11324,63773 +"87278",11324,67227 +"87279",11324,75190 +"87280",11324,80451 +"87281",11324,98911 +"87282",11324,100524 +"87283",11324,102586 +"87284",11324,103847 +"87285",11324,110276 +"87286",11324,113919 +"87287",11324,117832 +"87288",11324,122628 +"87289",11325,19655 +"87290",11325,19802 +"87291",11325,21383 +"87292",11326,11377 +"87293",11327,11378 +"87294",11328,11412 +"87295",11328,17566 +"87296",11328,17610 +"87297",11328,33627 +"87298",11329,11482 +"87299",11329,14887 +"87300",11329,15692 +"87301",11329,23396 +"87302",11329,40476 +"87303",11329,52362 +"87304",11330,31396 +"87305",11330,48043 +"87306",11331,12563 +"87307",11331,39012 +"87308",11332,25278 +"87309",11332,32001 +"87310",11332,37050 +"87311",11332,42991 +"87312",11332,78580 +"87313",11332,84856 +"87314",11333,41567 +"87315",11333,51133 +"87316",11334,77779 +"87317",11334,83969 +"87318",11334,84116 +"87319",11334,84131 +"87320",11335,17342 +"87321",11335,32637 +"87322",11335,38440 +"87323",11335,45983 +"87324",11335,46463 +"87325",11335,48348 +"87326",11335,82827 +"87327",11336,29626 +"87328",11336,42819 +"87329",11336,58521 +"87330",11337,11338 +"87331",11338,13586 +"87332",11338,15114 +"87333",11338,44587 +"87334",11338,66962 +"87335",11338,68157 +"87336",11338,86637 +"87337",11338,95147 +"87338",11339,12773 +"87339",11339,14625 +"87340",11339,15734 +"87341",11339,20061 +"87342",11339,25078 +"87343",11339,28409 +"87344",11339,34237 +"87345",11339,34483 +"87346",11339,35545 +"87347",11339,36227 +"87348",11339,40943 +"87349",11339,41050 +"87350",11339,49787 +"87351",11339,49812 +"87352",11339,62590 +"87353",11339,64254 +"87354",11339,69333 +"87355",11339,70561 +"87356",11339,72894 +"87357",11340,33444 +"87358",11341,45643 +"87359",11341,47634 +"87360",11341,81686 +"87361",11342,36071 +"87362",11342,36263 +"87363",11342,42332 +"87364",11342,50965 +"87365",11342,53567 +"87366",11342,53713 +"87367",11342,53719 +"87368",11342,59880 +"87369",11343,28132 +"87370",11343,43218 +"87371",11343,103083 +"87372",11343,103154 +"87373",11343,107336 +"87374",11343,115122 +"87375",11344,89845 +"87376",11345,34840 +"87377",11346,39878 +"87378",11346,49351 +"87379",11346,79900 +"87380",11347,12781 +"87381",11347,22120 +"87382",11347,24020 +"87383",11347,24302 +"87384",11347,44603 +"87385",11347,45779 +"87386",11347,53617 +"87387",11347,61192 +"87388",11347,71467 +"87389",11347,88427 +"87390",11347,94132 +"87391",11348,11586 +"87392",11348,15529 +"87393",11348,16780 +"87394",11348,28455 +"87395",11348,32991 +"87396",11348,44351 +"87397",11348,44411 +"87398",11348,54142 +"87399",11348,62819 +"87400",11348,79373 +"87401",11348,90586 +"87402",11348,95810 +"87403",11348,104289 +"87404",11348,108142 +"87405",11348,112430 +"87406",11349,11381 +"87407",11349,11506 +"87408",11349,16594 +"87409",11349,25396 +"87410",11349,35319 +"87411",11349,38555 +"87412",11349,50135 +"87413",11349,50692 +"87414",11349,81426 +"87415",11350,11884 +"87416",11350,12202 +"87417",11350,26834 +"87418",11350,31061 +"87419",11350,45152 +"87420",11350,71932 +"87421",11350,99901 +"87422",11351,11499 +"87423",11351,16793 +"87424",11351,19718 +"87425",11351,22021 +"87426",11351,37224 +"87427",11351,44796 +"87428",11351,49120 +"87429",11351,70592 +"87430",11351,70617 +"87431",11351,70618 +"87432",11352,19165 +"87433",11352,21080 +"87434",11352,22107 +"87435",11352,52284 +"87436",11352,60260 +"87437",11352,82165 +"87438",11353,19767 +"87439",11353,40631 +"87440",11353,43940 +"87441",11353,65923 +"87442",11353,78217 +"87443",11353,80838 +"87444",11353,85387 +"87445",11354,47957 +"87446",11355,11454 +"87447",11355,14323 +"87448",11356,14789 +"87449",11356,17454 +"87450",11356,17526 +"87451",11356,28585 +"87452",11356,35598 +"87453",11356,45100 +"87454",11356,91750 +"87455",11356,104478 +"87456",11356,105118 +"87457",11356,107337 +"87458",11357,24612 +"87459",11357,33284 +"87460",11357,34232 +"87461",11357,51224 +"87462",11358,13136 +"87463",11358,13406 +"87464",11358,15140 +"87465",11358,15895 +"87466",11358,25295 +"87467",11358,25296 +"87468",11358,31186 +"87469",11358,38721 +"87470",11358,38824 +"87471",11358,40101 +"87472",11358,64110 +"87473",11358,75537 +"87474",11358,106709 +"87475",11359,26843 +"87476",11359,27277 +"87477",11359,28566 +"87478",11359,86837 +"87479",11360,41330 +"87480",11360,41448 +"87481",11360,67091 +"87482",11360,78975 +"87483",11360,80343 +"87484",11360,93989 +"87485",11360,97834 +"87486",11360,98887 +"87487",11360,106906 +"87488",11361,14880 +"87489",11361,17925 +"87490",11361,29084 +"87491",11361,31211 +"87492",11361,32777 +"87493",11361,36440 +"87494",11361,40567 +"87495",11361,41067 +"87496",11361,41075 +"87497",11361,44724 +"87498",11361,44744 +"87499",11361,45449 +"87500",11361,47818 +"87501",11361,47819 +"87502",11361,47823 +"87503",11361,48931 +"87504",11361,50319 +"87505",11361,56156 +"87506",11361,63940 +"87507",11361,66055 +"87508",11361,70778 +"87509",11361,72060 +"87510",11361,80938 +"87511",11361,80939 +"87512",11361,80940 +"87513",11361,80941 +"87514",11361,80949 +"87515",11361,80955 +"87516",11361,80956 +"87517",11361,80957 +"87518",11361,80985 +"87519",11361,80989 +"87520",11361,81007 +"87521",11361,81022 +"87522",11361,81026 +"87523",11361,81036 +"87524",11361,81037 +"87525",11361,81038 +"87526",11361,81139 +"87527",11361,92833 +"87528",11361,93162 +"87529",11361,94956 +"87530",11361,95524 +"87531",11361,96387 +"87532",11361,97760 +"87533",11361,107921 +"87534",11361,109029 +"87535",11361,109031 +"87536",11362,16415 +"87537",11362,17156 +"87538",11362,22950 +"87539",11362,31572 +"87540",11362,50619 +"87541",11362,55911 +"87542",11362,67317 +"87543",11362,72449 +"87544",11362,107407 +"87545",11363,15439 +"87546",11363,17448 +"87547",11363,19528 +"87548",11363,20034 +"87549",11363,20135 +"87550",11363,26608 +"87551",11364,14293 +"87552",11364,14394 +"87553",11364,14877 +"87554",11364,15441 +"87555",11364,18536 +"87556",11364,19358 +"87557",11364,20667 +"87558",11364,22756 +"87559",11364,24948 +"87560",11364,24989 +"87561",11364,26413 +"87562",11364,27267 +"87563",11364,29911 +"87564",11364,31897 +"87565",11364,32070 +"87566",11364,40561 +"87567",11364,42263 +"87568",11364,46568 +"87569",11364,48970 +"87570",11364,50659 +"87571",11364,54737 +"87572",11364,55908 +"87573",11364,56168 +"87574",11364,60846 +"87575",11364,69291 +"87576",11364,78073 +"87577",11364,79331 +"87578",11364,79710 +"87579",11364,79711 +"87580",11364,79720 +"87581",11364,79725 +"87582",11364,79738 +"87583",11364,79748 +"87584",11364,79750 +"87585",11364,79754 +"87586",11364,79758 +"87587",11364,79760 +"87588",11364,79771 +"87589",11364,79780 +"87590",11364,79781 +"87591",11364,79803 +"87592",11364,98144 +"87593",11364,98160 +"87594",11365,40110 +"87595",11365,70455 +"87596",11366,20851 +"87597",11366,27382 +"87598",11366,80549 +"87599",11366,89564 +"87600",11366,89797 +"87601",11366,97226 +"87602",11366,112317 +"87603",11366,113206 +"87604",11366,121179 +"87605",11366,123024 +"87606",11366,123027 +"87607",11367,15961 +"87608",11367,58522 +"87609",11368,58568 +"87610",11368,73042 +"87611",11368,78873 +"87612",11368,115630 +"87613",11369,12947 +"87614",11369,13222 +"87615",11369,14800 +"87616",11369,17478 +"87617",11369,27302 +"87618",11369,30874 +"87619",11369,31905 +"87620",11369,33337 +"87621",11369,36105 +"87622",11369,56147 +"87623",11369,57231 +"87624",11369,60905 +"87625",11369,63315 +"87626",11369,79032 +"87627",11369,94106 +"87628",11369,104356 +"87629",11369,111913 +"87630",11369,111914 +"87631",11369,111955 +"87632",11369,120333 +"87633",11370,11497 +"87634",11371,13834 +"87635",11371,13873 +"87636",11371,19311 +"87637",11371,31926 +"87638",11371,41096 +"87639",11371,42317 +"87640",11371,42331 +"87641",11372,13268 +"87642",11372,17252 +"87643",11372,25098 +"87644",11372,42787 +"87645",11372,45860 +"87646",11372,48116 +"87647",11372,53499 +"87648",11372,69175 +"87649",11372,77467 +"87650",11372,79360 +"87651",11372,86896 +"87652",11373,54003 +"87653",11374,85024 +"87654",11375,41811 +"87655",11375,42119 +"87656",11375,70685 +"87657",11375,85280 +"87658",11375,85463 +"87659",11375,103874 +"87660",11376,11404 +"87661",11376,28199 +"87662",11376,29277 +"87663",11376,32582 +"87664",11376,53793 +"87665",11376,87527 +"87666",11376,115093 +"87667",11377,17936 +"87668",11377,26308 +"87669",11377,45335 +"87670",11377,48486 +"87671",11377,51609 +"87672",11378,104008 +"87673",11379,20374 +"87674",11379,24366 +"87675",11379,39114 +"87676",11379,42778 +"87677",11379,50308 +"87678",11379,50623 +"87679",11379,50624 +"87680",11379,51234 +"87681",11379,53105 +"87682",11379,56735 +"87683",11379,56766 +"87684",11379,66062 +"87685",11379,68065 +"87686",11379,104656 +"87687",11380,26735 +"87688",11380,33270 +"87689",11380,36329 +"87690",11380,63663 +"87691",11380,64844 +"87692",11380,75649 +"87693",11381,11506 +"87694",11381,13172 +"87695",11381,23556 +"87696",11381,31120 +"87697",11381,44801 +"87698",11381,72067 +"87699",11381,76717 +"87700",11382,13610 +"87701",11382,49532 +"87702",11382,52461 +"87703",11382,57998 +"87704",11382,62343 +"87705",11382,72414 +"87706",11382,73488 +"87707",11382,78654 +"87708",11382,79621 +"87709",11382,83386 +"87710",11382,83415 +"87711",11382,104003 +"87712",11383,12794 +"87713",11383,13545 +"87714",11383,13619 +"87715",11383,18983 +"87716",11383,25327 +"87717",11383,26788 +"87718",11383,32548 +"87719",11383,36514 +"87720",11383,51724 +"87721",11383,56418 +"87722",11383,56602 +"87723",11383,56664 +"87724",11383,56855 +"87725",11383,67127 +"87726",11383,81421 +"87727",11383,90823 +"87728",11383,108345 +"87729",11384,26071 +"87730",11384,46680 +"87731",11384,117899 +"87732",11384,117901 +"87733",11385,31877 +"87734",11385,69427 +"87735",11385,71908 +"87736",11385,72893 +"87737",11385,87254 +"87738",11385,90036 +"87739",11385,114628 +"87740",11386,12501 +"87741",11386,13096 +"87742",11386,13453 +"87743",11386,18786 +"87744",11386,22595 +"87745",11386,22763 +"87746",11386,22804 +"87747",11386,45449 +"87748",11386,66852 +"87749",11386,69885 +"87750",11386,84098 +"87751",11386,84576 +"87752",11386,89492 +"87753",11386,89520 +"87754",11386,89525 +"87755",11386,89540 +"87756",11386,90852 +"87757",11387,86704 +"87758",11388,11498 +"87759",11389,11434 +"87760",11389,11516 +"87761",11389,12199 +"87762",11389,19882 +"87763",11389,23132 +"87764",11389,24568 +"87765",11389,26462 +"87766",11389,29419 +"87767",11389,29617 +"87768",11389,29762 +"87769",11389,29965 +"87770",11389,30416 +"87771",11389,34731 +"87772",11389,35302 +"87773",11389,40783 +"87774",11389,50495 +"87775",11389,57926 +"87776",11389,63409 +"87777",11389,63846 +"87778",11389,71285 +"87779",11389,74127 +"87780",11389,76127 +"87781",11389,80429 +"87782",11389,88409 +"87783",11389,88808 +"87784",11389,89836 +"87785",11389,99353 +"87786",11389,107649 +"87787",11390,11391 +"87788",11390,11468 +"87789",11391,11468 +"87790",11391,13609 +"87791",11391,16045 +"87792",11391,16323 +"87793",11391,20680 +"87794",11391,26109 +"87795",11391,35616 +"87796",11391,39102 +"87797",11391,42744 +"87798",11391,58059 +"87799",11391,80451 +"87800",11392,11859 +"87801",11392,12173 +"87802",11392,15072 +"87803",11392,15338 +"87804",11392,19584 +"87805",11392,20273 +"87806",11392,20662 +"87807",11392,20953 +"87808",11392,21001 +"87809",11392,27390 +"87810",11392,27685 +"87811",11392,30257 +"87812",11392,34496 +"87813",11392,37624 +"87814",11392,45729 +"87815",11392,45801 +"87816",11392,48482 +"87817",11392,49456 +"87818",11392,55829 +"87819",11392,55843 +"87820",11392,55844 +"87821",11392,55860 +"87822",11392,55871 +"87823",11392,55883 +"87824",11392,55888 +"87825",11392,55912 +"87826",11392,55946 +"87827",11392,55957 +"87828",11392,62842 +"87829",11392,77800 +"87830",11392,78055 +"87831",11392,107435 +"87832",11392,114195 +"87833",11392,120148 +"87834",11392,120152 +"87835",11393,18314 +"87836",11393,35094 +"87837",11393,39122 +"87838",11393,43832 +"87839",11393,49373 +"87840",11393,52327 +"87841",11394,45701 +"87842",11394,60055 +"87843",11394,96595 +"87844",11395,28135 +"87845",11395,66089 +"87846",11395,68798 +"87847",11395,113552 +"87848",11395,119884 +"87849",11396,14534 +"87850",11396,14749 +"87851",11396,23949 +"87852",11396,23966 +"87853",11396,32012 +"87854",11396,36829 +"87855",11396,59827 +"87856",11396,67767 +"87857",11396,73217 +"87858",11396,73225 +"87859",11396,74763 +"87860",11396,83105 +"87861",11396,87878 +"87862",11396,87892 +"87863",11397,12086 +"87864",11397,55951 +"87865",11398,14362 +"87866",11398,14430 +"87867",11398,30718 +"87868",11398,30728 +"87869",11398,31990 +"87870",11398,37786 +"87871",11398,37801 +"87872",11398,38431 +"87873",11398,40013 +"87874",11398,40216 +"87875",11398,44294 +"87876",11398,44307 +"87877",11398,44312 +"87878",11398,44388 +"87879",11398,44408 +"87880",11398,44421 +"87881",11398,44479 +"87882",11398,44505 +"87883",11398,44507 +"87884",11398,58589 +"87885",11398,77181 +"87886",11398,85565 +"87887",11398,97706 +"87888",11398,105050 +"87889",11398,115338 +"87890",11398,115820 +"87891",11398,119086 +"87892",11399,92852 +"87893",11400,57013 +"87894",11400,123369 +"87895",11401,37554 +"87896",11401,123378 +"87897",11402,88103 +"87898",11402,116249 +"87899",11403,16776 +"87900",11403,100775 +"87901",11404,114575 +"87902",11405,38489 +"87903",11405,49580 +"87904",11405,60814 +"87905",11405,94960 +"87906",11405,96739 +"87907",11405,99209 +"87908",11405,102356 +"87909",11405,108983 +"87910",11405,109067 +"87911",11407,12010 +"87912",11407,14655 +"87913",11407,17447 +"87914",11407,24736 +"87915",11407,24785 +"87916",11407,24818 +"87917",11407,24861 +"87918",11407,24864 +"87919",11407,37790 +"87920",11407,56496 +"87921",11407,98319 +"87922",11408,31718 +"87923",11408,54236 +"87924",11409,18615 +"87925",11409,20646 +"87926",11409,51189 +"87927",11409,89590 +"87928",11409,90190 +"87929",11409,91286 +"87930",11410,75593 +"87931",11410,92048 +"87932",11410,106414 +"87933",11410,121934 +"87934",11412,74563 +"87935",11413,13764 +"87936",11413,72449 +"87937",11414,11777 +"87938",11414,48922 +"87939",11414,95002 +"87940",11415,13205 +"87941",11415,16240 +"87942",11415,18344 +"87943",11415,20262 +"87944",11415,27195 +"87945",11415,29930 +"87946",11415,49739 +"87947",11415,55726 +"87948",11415,60931 +"87949",11416,11488 +"87950",11416,54029 +"87951",11419,14742 +"87952",11419,15547 +"87953",11419,18328 +"87954",11419,27311 +"87955",11419,35436 +"87956",11419,39375 +"87957",11419,63817 +"87958",11419,65742 +"87959",11419,73266 +"87960",11419,74183 +"87961",11419,104124 +"87962",11419,111226 +"87963",11419,117932 +"87964",11420,54206 +"87965",11421,12204 +"87966",11421,14976 +"87967",11421,55529 +"87968",11422,83202 +"87969",11423,19652 +"87970",11423,27535 +"87971",11423,38717 +"87972",11423,61840 +"87973",11423,62358 +"87974",11423,68481 +"87975",11423,76252 +"87976",11423,76509 +"87977",11424,13079 +"87978",11424,13191 +"87979",11425,26940 +"87980",11425,46532 +"87981",11425,79286 +"87982",11425,91266 +"87983",11426,18967 +"87984",11426,20391 +"87985",11426,38005 +"87986",11426,67648 +"87987",11426,80529 +"87988",11426,80542 +"87989",11426,106645 +"87990",11427,12640 +"87991",11427,19264 +"87992",11427,20326 +"87993",11427,20737 +"87994",11427,21849 +"87995",11427,30760 +"87996",11427,37100 +"87997",11427,48359 +"87998",11428,31376 +"87999",11428,31378 +"88000",11428,31409 +"88001",11428,31425 +"88002",11428,41351 +"88003",11429,11511 +"88004",11429,14761 +"88005",11429,24207 +"88006",11429,30734 +"88007",11429,31431 +"88008",11429,34818 +"88009",11429,37342 +"88010",11429,40392 +"88011",11429,47245 +"88012",11429,49112 +"88013",11429,49158 +"88014",11429,67828 +"88015",11429,89685 +"88016",11429,99067 +"88017",11430,18621 +"88018",11430,23392 +"88019",11430,93119 +"88020",11431,31667 +"88021",11431,57542 +"88022",11431,72876 +"88023",11431,107629 +"88024",11432,16652 +"88025",11432,38445 +"88026",11432,43249 +"88027",11433,12041 +"88028",11433,14921 +"88029",11433,15059 +"88030",11433,15693 +"88031",11433,16943 +"88032",11433,16967 +"88033",11433,17004 +"88034",11433,17021 +"88035",11433,17063 +"88036",11433,21417 +"88037",11433,23120 +"88038",11433,23404 +"88039",11433,27047 +"88040",11433,31826 +"88041",11433,33360 +"88042",11433,37512 +"88043",11434,11516 +"88044",11434,14078 +"88045",11434,19882 +"88046",11434,23132 +"88047",11434,24568 +"88048",11434,29419 +"88049",11434,29617 +"88050",11434,29965 +"88051",11434,30416 +"88052",11434,34731 +"88053",11434,35302 +"88054",11434,38016 +"88055",11434,45377 +"88056",11434,50495 +"88057",11434,62219 +"88058",11434,79640 +"88059",11434,82965 +"88060",11434,107297 +"88061",11435,11500 +"88062",11435,33327 +"88063",11436,27810 +"88064",11436,42701 +"88065",11436,47404 +"88066",11436,62588 +"88067",11436,75233 +"88068",11436,88089 +"88069",11436,90167 +"88070",11436,117690 +"88071",11436,117695 +"88072",11437,11481 +"88073",11437,41554 +"88074",11437,59345 +"88075",11437,59387 +"88076",11437,59910 +"88077",11437,106285 +"88078",11438,11581 +"88079",11439,38731 +"88080",11439,96892 +"88081",11440,19248 +"88082",11440,23509 +"88083",11440,49879 +"88084",11440,63075 +"88085",11440,86021 +"88086",11441,14523 +"88087",11441,15181 +"88088",11441,15879 +"88089",11441,22061 +"88090",11441,26822 +"88091",11441,27192 +"88092",11441,35914 +"88093",11441,37142 +"88094",11441,38838 +"88095",11441,42920 +"88096",11441,46082 +"88097",11441,63394 +"88098",11441,74413 +"88099",11441,81316 +"88100",11441,86463 +"88101",11441,95165 +"88102",11441,114536 +"88103",11441,115096 +"88104",11443,11490 +"88105",11443,28840 +"88106",11443,29063 +"88107",11443,95622 +"88108",11443,102832 +"88109",11443,111875 +"88110",11444,25676 +"88111",11444,25791 +"88112",11444,49985 +"88113",11444,65822 +"88114",11444,79696 +"88115",11444,82480 +"88116",11444,122140 +"88117",11445,12701 +"88118",11445,15441 +"88119",11445,62126 +"88120",11445,99930 +"88121",11445,103434 +"88122",11446,30661 +"88123",11446,64672 +"88124",11446,67127 +"88125",11446,74232 +"88126",11446,77311 +"88127",11446,80913 +"88128",11446,88712 +"88129",11446,91933 +"88130",11446,99736 +"88131",11446,100090 +"88132",11446,101682 +"88133",11446,104277 +"88134",11446,111435 +"88135",11447,22447 +"88136",11447,23997 +"88137",11447,24030 +"88138",11447,24208 +"88139",11447,26590 +"88140",11447,29847 +"88141",11447,29991 +"88142",11447,32454 +"88143",11447,37308 +"88144",11447,41401 +"88145",11447,41428 +"88146",11447,45295 +"88147",11447,59848 +"88148",11448,13595 +"88149",11448,16239 +"88150",11448,16455 +"88151",11448,16476 +"88152",11448,21358 +"88153",11448,28648 +"88154",11448,35304 +"88155",11448,45297 +"88156",11448,68967 +"88157",11448,76580 +"88158",11448,76589 +"88159",11448,76845 +"88160",11448,79045 +"88161",11449,55647 +"88162",11449,95610 +"88163",11450,11682 +"88164",11450,14332 +"88165",11450,15235 +"88166",11450,28091 +"88167",11450,30850 +"88168",11450,32021 +"88169",11450,40146 +"88170",11450,40579 +"88171",11450,43404 +"88172",11450,54675 +"88173",11450,55084 +"88174",11450,66544 +"88175",11450,96997 +"88176",11451,11452 +"88177",11451,43789 +"88178",11451,99949 +"88179",11452,104998 +"88180",11453,43434 +"88181",11453,87510 +"88182",11454,25143 +"88183",11454,31471 +"88184",11454,95044 +"88185",11455,28354 +"88186",11455,30751 +"88187",11455,52945 +"88188",11455,62736 +"88189",11455,70975 +"88190",11455,101410 +"88191",11455,110203 +"88192",11456,18551 +"88193",11456,26095 +"88194",11456,29004 +"88195",11456,33485 +"88196",11456,47276 +"88197",11456,48569 +"88198",11456,81094 +"88199",11456,81466 +"88200",11457,17167 +"88201",11457,26641 +"88202",11457,29422 +"88203",11457,29434 +"88204",11457,43528 +"88205",11457,54433 +"88206",11457,112159 +"88207",11458,40462 +"88208",11458,53592 +"88209",11458,71956 +"88210",11458,72011 +"88211",11458,102477 +"88212",11459,11677 +"88213",11459,11737 +"88214",11459,12408 +"88215",11460,11512 +"88216",11460,20656 +"88217",11460,20766 +"88218",11460,21198 +"88219",11460,22601 +"88220",11460,26749 +"88221",11460,33949 +"88222",11460,37394 +"88223",11460,39532 +"88224",11460,41099 +"88225",11460,41642 +"88226",11460,44082 +"88227",11460,47186 +"88228",11460,49302 +"88229",11460,50565 +"88230",11460,53618 +"88231",11460,61262 +"88232",11460,65653 +"88233",11460,65655 +"88234",11460,65663 +"88235",11460,65674 +"88236",11460,65717 +"88237",11460,71342 +"88238",11460,72956 +"88239",11460,80783 +"88240",11460,82350 +"88241",11460,82410 +"88242",11460,82442 +"88243",11460,110053 +"88244",11461,19248 +"88245",11461,36121 +"88246",11461,47890 +"88247",11461,48605 +"88248",11461,56695 +"88249",11461,63075 +"88250",11462,11463 +"88251",11462,17951 +"88252",11462,19173 +"88253",11462,20407 +"88254",11463,11685 +"88255",11463,19453 +"88256",11463,32753 +"88257",11463,83737 +"88258",11463,84942 +"88259",11463,88072 +"88260",11463,117418 +"88261",11464,70781 +"88262",11465,52553 +"88263",11465,102540 +"88264",11465,102557 +"88265",11466,14079 +"88266",11466,19902 +"88267",11466,32079 +"88268",11466,42737 +"88269",11466,48084 +"88270",11466,48253 +"88271",11466,49232 +"88272",11466,51233 +"88273",11466,71489 +"88274",11466,79415 +"88275",11466,103212 +"88276",11467,11483 +"88277",11467,26659 +"88278",11467,26688 +"88279",11467,26900 +"88280",11467,30129 +"88281",11467,36691 +"88282",11467,42083 +"88283",11467,42995 +"88284",11467,77823 +"88285",11467,90799 +"88286",11467,92219 +"88287",11467,109509 +"88288",11467,111001 +"88289",11467,122043 +"88290",11469,13340 +"88291",11469,15214 +"88292",11469,19658 +"88293",11469,24225 +"88294",11469,43242 +"88295",11469,46291 +"88296",11469,77812 +"88297",11470,15169 +"88298",11470,19516 +"88299",11470,19692 +"88300",11470,19693 +"88301",11470,20402 +"88302",11470,28845 +"88303",11470,28987 +"88304",11470,29356 +"88305",11470,29362 +"88306",11470,29375 +"88307",11470,30029 +"88308",11470,30260 +"88309",11470,30955 +"88310",11470,48096 +"88311",11470,51410 +"88312",11470,67362 +"88313",11470,79744 +"88314",11470,81689 +"88315",11470,89675 +"88316",11471,44364 +"88317",11471,73615 +"88318",11472,19709 +"88319",11472,19728 +"88320",11472,77778 +"88321",11472,113811 +"88322",11473,17795 +"88323",11473,21189 +"88324",11473,114058 +"88325",11474,17742 +"88326",11474,21778 +"88327",11474,26895 +"88328",11474,29952 +"88329",11474,47484 +"88330",11475,13592 +"88331",11475,14047 +"88332",11475,24027 +"88333",11475,32789 +"88334",11475,33049 +"88335",11475,34052 +"88336",11475,38042 +"88337",11475,39217 +"88338",11475,40352 +"88339",11475,47237 +"88340",11475,49854 +"88341",11476,17477 +"88342",11476,18080 +"88343",11476,24120 +"88344",11476,24487 +"88345",11476,24685 +"88346",11476,26355 +"88347",11476,30841 +"88348",11476,39369 +"88349",11476,41445 +"88350",11477,11781 +"88351",11477,13415 +"88352",11477,20149 +"88353",11477,20375 +"88354",11477,24012 +"88355",11477,25743 +"88356",11477,31208 +"88357",11477,37550 +"88358",11477,59772 +"88359",11477,65972 +"88360",11477,66227 +"88361",11477,84234 +"88362",11477,86444 +"88363",11477,89631 +"88364",11477,102025 +"88365",11477,120104 +"88366",11478,11666 +"88367",11478,56408 +"88368",11478,96130 +"88369",11478,98526 +"88370",11478,103715 +"88371",11478,111580 +"88372",11478,121650 +"88373",11479,58105 +"88374",11479,62999 +"88375",11479,63000 +"88376",11479,63026 +"88377",11480,23865 +"88378",11480,26410 +"88379",11481,60337 +"88380",11481,60932 +"88381",11481,71696 +"88382",11481,77798 +"88383",11482,12127 +"88384",11482,12146 +"88385",11482,13047 +"88386",11482,13135 +"88387",11482,14887 +"88388",11482,15692 +"88389",11482,23396 +"88390",11482,23959 +"88391",11482,35756 +"88392",11482,36390 +"88393",11482,40476 +"88394",11482,42296 +"88395",11482,53835 +"88396",11482,115508 +"88397",11483,13123 +"88398",11483,49821 +"88399",11483,61028 +"88400",11483,65055 +"88401",11485,11946 +"88402",11485,12174 +"88403",11485,14891 +"88404",11485,18397 +"88405",11485,20653 +"88406",11485,26443 +"88407",11485,28043 +"88408",11485,28438 +"88409",11485,28568 +"88410",11485,29296 +"88411",11485,31168 +"88412",11485,31170 +"88413",11485,31181 +"88414",11485,31182 +"88415",11485,31184 +"88416",11485,31238 +"88417",11485,31247 +"88418",11485,31269 +"88419",11485,31314 +"88420",11485,57383 +"88421",11485,74088 +"88422",11485,77109 +"88423",11485,80162 +"88424",11486,16000 +"88425",11486,20375 +"88426",11486,26732 +"88427",11486,31191 +"88428",11486,31208 +"88429",11486,35591 +"88430",11486,47654 +"88431",11486,52198 +"88432",11486,62943 +"88433",11486,85509 +"88434",11486,104718 +"88435",11487,40605 +"88436",11487,47199 +"88437",11487,115520 +"88438",11489,19401 +"88439",11489,62952 +"88440",11489,71707 +"88441",11491,121462 +"88442",11492,37812 +"88443",11493,12371 +"88444",11493,12639 +"88445",11493,13877 +"88446",11493,14845 +"88447",11493,16620 +"88448",11493,29930 +"88449",11493,46969 +"88450",11493,55581 +"88451",11493,61162 +"88452",11493,62307 +"88453",11493,97249 +"88454",11494,23725 +"88455",11494,38406 +"88456",11494,56551 +"88457",11494,84085 +"88458",11494,91087 +"88459",11495,28126 +"88460",11495,28288 +"88461",11495,37658 +"88462",11495,76581 +"88463",11495,88151 +"88464",11495,93002 +"88465",11495,95206 +"88466",11496,24576 +"88467",11496,26941 +"88468",11497,57111 +"88469",11497,57601 +"88470",11497,90929 +"88471",11498,77485 +"88472",11499,18039 +"88473",11499,19718 +"88474",11499,24998 +"88475",11499,42264 +"88476",11499,44704 +"88477",11499,51608 +"88478",11499,70592 +"88479",11499,70617 +"88480",11499,70618 +"88481",11500,11852 +"88482",11500,14847 +"88483",11500,21944 +"88484",11500,31546 +"88485",11500,36107 +"88486",11500,36725 +"88487",11500,37662 +"88488",11500,51738 +"88489",11500,51924 +"88490",11500,54844 +"88491",11500,60054 +"88492",11500,68530 +"88493",11500,79432 +"88494",11500,91521 +"88495",11500,91734 +"88496",11500,98815 +"88497",11501,11502 +"88498",11501,14280 +"88499",11501,29294 +"88500",11501,37377 +"88501",11501,39535 +"88502",11501,41033 +"88503",11501,41901 +"88504",11501,62541 +"88505",11501,66429 +"88506",11501,76200 +"88507",11502,14280 +"88508",11502,37377 +"88509",11502,41901 +"88510",11502,51781 +"88511",11502,58854 +"88512",11502,89052 +"88513",11502,92982 +"88514",11502,114112 +"88515",11503,22640 +"88516",11503,39588 +"88517",11503,64025 +"88518",11503,79602 +"88519",11503,79658 +"88520",11503,84652 +"88521",11504,14031 +"88522",11504,42465 +"88523",11505,12620 +"88524",11505,40857 +"88525",11505,47124 +"88526",11505,63526 +"88527",11506,14404 +"88528",11506,16552 +"88529",11506,16925 +"88530",11506,18943 +"88531",11506,21132 +"88532",11506,28099 +"88533",11506,31164 +"88534",11506,32449 +"88535",11506,38699 +"88536",11506,44335 +"88537",11506,45760 +"88538",11506,46874 +"88539",11506,48161 +"88540",11506,50238 +"88541",11506,52878 +"88542",11506,60875 +"88543",11506,68628 +"88544",11506,73981 +"88545",11506,82879 +"88546",11506,83005 +"88547",11506,104366 +"88548",11507,12351 +"88549",11507,21138 +"88550",11507,34509 +"88551",11507,63879 +"88552",11507,67744 +"88553",11507,70605 +"88554",11507,74894 +"88555",11507,79410 +"88556",11507,85825 +"88557",11507,91744 +"88558",11507,95197 +"88559",11507,101955 +"88560",11508,23491 +"88561",11508,33891 +"88562",11508,36232 +"88563",11508,46596 +"88564",11508,54680 +"88565",11508,62976 +"88566",11508,64413 +"88567",11508,65003 +"88568",11510,57297 +"88569",11510,63497 +"88570",11510,95669 +"88571",11511,15455 +"88572",11511,22686 +"88573",11511,82959 +"88574",11513,17782 +"88575",11513,32711 +"88576",11513,33052 +"88577",11513,76019 +"88578",11513,87620 +"88579",11514,12080 +"88580",11514,16169 +"88581",11514,24144 +"88582",11514,25883 +"88583",11514,27445 +"88584",11514,28325 +"88585",11514,42429 +"88586",11514,55550 +"88587",11514,60302 +"88588",11514,79204 +"88589",11514,79616 +"88590",11514,81140 +"88591",11514,84431 +"88592",11514,115840 +"88593",11515,33583 +"88594",11515,66423 +"88595",11515,82119 +"88596",11515,90027 +"88597",11516,16165 +"88598",11516,19322 +"88599",11516,21000 +"88600",11516,24568 +"88601",11516,24663 +"88602",11516,34731 +"88603",11516,34739 +"88604",11516,45377 +"88605",11516,54855 +"88606",11516,57926 +"88607",11516,62219 +"88608",11516,63409 +"88609",11517,11694 +"88610",11517,12221 +"88611",11517,13828 +"88612",11517,14959 +"88613",11517,17034 +"88614",11517,17520 +"88615",11517,17582 +"88616",11517,27946 +"88617",11517,36498 +"88618",11517,38921 +"88619",11517,47747 +"88620",11517,56812 +"88621",11517,78652 +"88622",11517,84475 +"88623",11517,93289 +"88624",11518,12052 +"88625",11518,12533 +"88626",11518,13971 +"88627",11518,14617 +"88628",11518,21025 +"88629",11518,22204 +"88630",11518,22263 +"88631",11518,22462 +"88632",11518,24264 +"88633",11518,24847 +"88634",11518,33827 +"88635",11518,35780 +"88636",11518,61673 +"88637",11518,69210 +"88638",11518,108791 +"88639",11518,110456 +"88640",11518,115035 +"88641",11519,17008 +"88642",11519,28816 +"88643",11519,34785 +"88644",11519,36755 +"88645",11519,46257 +"88646",11519,85971 +"88647",11520,20088 +"88648",11520,44055 +"88649",11520,94320 +"88650",11520,95319 +"88651",11521,18645 +"88652",11521,39194 +"88653",11521,40173 +"88654",11521,52287 +"88655",11521,57773 +"88656",11521,72710 +"88657",11521,115667 +"88658",11522,42197 +"88659",11522,58809 +"88660",11522,86439 +"88661",11522,109932 +"88662",11522,111966 +"88663",11522,117129 +"88664",11522,120496 +"88665",11523,76039 +"88666",11523,84689 +"88667",11524,49464 +"88668",11524,59441 +"88669",11525,20553 +"88670",11525,67232 +"88671",11526,36196 +"88672",11526,103932 +"88673",11527,42107 +"88674",11528,13425 +"88675",11528,13602 +"88676",11528,18188 +"88677",11528,26100 +"88678",11529,49980 +"88679",11529,55760 +"88680",11530,16850 +"88681",11530,18670 +"88682",11530,20754 +"88683",11530,21968 +"88684",11530,22682 +"88685",11530,27128 +"88686",11530,31705 +"88687",11530,33435 +"88688",11530,48861 +"88689",11530,52597 +"88690",11530,61975 +"88691",11530,63477 +"88692",11530,71260 +"88693",11530,81771 +"88694",11530,88746 +"88695",11530,102994 +"88696",11531,19807 +"88697",11531,57167 +"88698",11531,57186 +"88699",11532,32854 +"88700",11532,32936 +"88701",11532,33898 +"88702",11532,63070 +"88703",11532,63071 +"88704",11532,64964 +"88705",11533,22770 +"88706",11533,29820 +"88707",11533,39890 +"88708",11533,44616 +"88709",11533,57054 +"88710",11534,11777 +"88711",11534,12500 +"88712",11534,14185 +"88713",11534,14390 +"88714",11534,22797 +"88715",11534,24845 +"88716",11534,27147 +"88717",11534,31982 +"88718",11534,32226 +"88719",11534,34103 +"88720",11534,38143 +"88721",11534,38536 +"88722",11534,38564 +"88723",11534,40551 +"88724",11534,43287 +"88725",11534,47444 +"88726",11534,48160 +"88727",11534,50473 +"88728",11534,51111 +"88729",11534,53200 +"88730",11534,53261 +"88731",11534,63518 +"88732",11534,65734 +"88733",11534,66760 +"88734",11534,74232 +"88735",11534,79227 +"88736",11534,80913 +"88737",11534,83892 +"88738",11534,85245 +"88739",11534,88109 +"88740",11534,88280 +"88741",11534,88291 +"88742",11534,88308 +"88743",11534,91128 +"88744",11534,92017 +"88745",11534,94608 +"88746",11534,94789 +"88747",11534,95288 +"88748",11534,98185 +"88749",11534,99034 +"88750",11534,99575 +"88751",11534,101811 +"88752",11534,102484 +"88753",11534,107359 +"88754",11534,108131 +"88755",11534,114050 +"88756",11535,15226 +"88757",11535,34195 +"88758",11535,34744 +"88759",11535,34757 +"88760",11535,34804 +"88761",11535,43463 +"88762",11535,51518 +"88763",11535,76161 +"88764",11535,76606 +"88765",11535,76647 +"88766",11535,76648 +"88767",11535,76673 +"88768",11535,81162 +"88769",11535,88426 +"88770",11536,29057 +"88771",11537,26700 +"88772",11537,72465 +"88773",11538,33662 +"88774",11538,59134 +"88775",11539,11836 +"88776",11539,12847 +"88777",11539,28998 +"88778",11539,30155 +"88779",11539,49892 +"88780",11539,75606 +"88781",11539,86927 +"88782",11540,11576 +"88783",11540,12635 +"88784",11540,13418 +"88785",11540,15872 +"88786",11540,18941 +"88787",11540,21138 +"88788",11540,29435 +"88789",11540,40481 +"88790",11540,44611 +"88791",11540,51017 +"88792",11540,55784 +"88793",11540,71544 +"88794",11540,74894 +"88795",11540,87692 +"88796",11540,90802 +"88797",11540,90850 +"88798",11540,101395 +"88799",11540,104084 +"88800",11540,110650 +"88801",11541,11696 +"88802",11541,11788 +"88803",11542,57060 +"88804",11542,57153 +"88805",11542,73635 +"88806",11542,88089 +"88807",11543,11544 +"88808",11544,57853 +"88809",11544,60242 +"88810",11544,76193 +"88811",11544,99161 +"88812",11545,11806 +"88813",11546,16496 +"88814",11546,18735 +"88815",11546,29707 +"88816",11546,45395 +"88817",11546,69347 +"88818",11547,35615 +"88819",11547,36828 +"88820",11547,54696 +"88821",11547,88991 +"88822",11548,12046 +"88823",11548,12092 +"88824",11548,21466 +"88825",11548,58095 +"88826",11548,58588 +"88827",11549,14590 +"88828",11549,37914 +"88829",11549,38277 +"88830",11549,42641 +"88831",11549,55206 +"88832",11549,68453 +"88833",11549,95682 +"88834",11550,11669 +"88835",11550,12024 +"88836",11550,12705 +"88837",11550,13429 +"88838",11550,13840 +"88839",11550,15558 +"88840",11550,15728 +"88841",11550,15744 +"88842",11550,17727 +"88843",11550,18201 +"88844",11550,18427 +"88845",11550,21160 +"88846",11550,22073 +"88847",11550,22746 +"88848",11550,23728 +"88849",11550,23730 +"88850",11550,23910 +"88851",11550,29782 +"88852",11550,34018 +"88853",11550,34576 +"88854",11550,42225 +"88855",11550,42688 +"88856",11550,42692 +"88857",11550,42774 +"88858",11550,48084 +"88859",11550,52234 +"88860",11550,65246 +"88861",11550,68768 +"88862",11550,69670 +"88863",11550,83735 +"88864",11550,92085 +"88865",11550,92669 +"88866",11550,122277 +"88867",11550,122279 +"88868",11551,113329 +"88869",11552,11936 +"88870",11552,13715 +"88871",11552,13871 +"88872",11552,16687 +"88873",11552,30924 +"88874",11552,33787 +"88875",11552,45766 +"88876",11552,55824 +"88877",11553,19157 +"88878",11553,19409 +"88879",11553,24575 +"88880",11553,25941 +"88881",11553,26092 +"88882",11553,33108 +"88883",11553,34782 +"88884",11553,50220 +"88885",11553,50277 +"88886",11553,53761 +"88887",11553,72657 +"88888",11553,75930 +"88889",11554,21618 +"88890",11554,27631 +"88891",11554,33654 +"88892",11554,42081 +"88893",11554,78177 +"88894",11554,80266 +"88895",11554,85608 +"88896",11554,92642 +"88897",11555,14068 +"88898",11555,31804 +"88899",11555,39918 +"88900",11555,76901 +"88901",11555,103909 +"88902",11556,13169 +"88903",11556,14848 +"88904",11556,33024 +"88905",11556,47495 +"88906",11556,65075 +"88907",11556,65192 +"88908",11556,99597 +"88909",11556,99675 +"88910",11556,99676 +"88911",11556,101635 +"88912",11558,21232 +"88913",11558,65161 +"88914",11559,12717 +"88915",11559,14000 +"88916",11559,16614 +"88917",11559,17059 +"88918",11559,20979 +"88919",11559,29332 +"88920",11559,30074 +"88921",11559,32513 +"88922",11559,40155 +"88923",11559,42372 +"88924",11559,42895 +"88925",11559,46757 +"88926",11559,61706 +"88927",11559,66129 +"88928",11559,68217 +"88929",11560,58604 +"88930",11560,71949 +"88931",11560,76070 +"88932",11561,18202 +"88933",11561,60111 +"88934",11561,61283 +"88935",11561,102063 +"88936",11561,109978 +"88937",11561,109979 +"88938",11561,109980 +"88939",11561,109981 +"88940",11562,11592 +"88941",11562,35289 +"88942",11562,51287 +"88943",11562,56105 +"88944",11562,56200 +"88945",11562,58512 +"88946",11562,59682 +"88947",11562,61202 +"88948",11562,83222 +"88949",11562,95745 +"88950",11562,98541 +"88951",11562,113930 +"88952",11563,16286 +"88953",11563,40008 +"88954",11563,42813 +"88955",11563,50812 +"88956",11563,58448 +"88957",11563,83882 +"88958",11563,91483 +"88959",11563,95938 +"88960",11564,11809 +"88961",11565,24019 +"88962",11565,40255 +"88963",11565,42752 +"88964",11565,51851 +"88965",11566,13822 +"88966",11566,14004 +"88967",11566,22460 +"88968",11567,11632 +"88969",11567,11888 +"88970",11568,41551 +"88971",11569,16387 +"88972",11569,17348 +"88973",11569,29225 +"88974",11569,46789 +"88975",11569,58323 +"88976",11569,75470 +"88977",11569,84986 +"88978",11569,86503 +"88979",11569,88158 +"88980",11570,19939 +"88981",11570,67215 +"88982",11571,11996 +"88983",11571,17043 +"88984",11571,29171 +"88985",11571,36609 +"88986",11571,41543 +"88987",11571,52204 +"88988",11571,62297 +"88989",11572,14842 +"88990",11572,15420 +"88991",11572,16729 +"88992",11572,20358 +"88993",11572,22641 +"88994",11572,24570 +"88995",11572,26229 +"88996",11572,28162 +"88997",11572,32513 +"88998",11572,32921 +"88999",11572,40621 +"89000",11572,46420 +"89001",11572,46447 +"89002",11572,46838 +"89003",11572,62324 +"89004",11572,64021 +"89005",11572,79899 +"89006",11572,93464 +"89007",11572,101798 +"89008",11572,110374 +"89009",11572,110410 +"89010",11572,121318 +"89011",11573,14139 +"89012",11573,24299 +"89013",11573,53485 +"89014",11573,71481 +"89015",11574,77209 +"89016",11574,104508 +"89017",11575,55136 +"89018",11576,12110 +"89019",11576,12635 +"89020",11576,13418 +"89021",11576,16120 +"89022",11576,16127 +"89023",11576,19407 +"89024",11576,20061 +"89025",11576,21138 +"89026",11576,22347 +"89027",11576,25281 +"89028",11576,29435 +"89029",11576,33257 +"89030",11576,33332 +"89031",11576,36706 +"89032",11576,37866 +"89033",11576,44611 +"89034",11576,45007 +"89035",11576,48434 +"89036",11576,51017 +"89037",11576,51299 +"89038",11576,52924 +"89039",11576,54283 +"89040",11576,55784 +"89041",11576,61187 +"89042",11576,64070 +"89043",11576,67894 +"89044",11576,67902 +"89045",11576,71544 +"89046",11576,73464 +"89047",11576,73919 +"89048",11576,74681 +"89049",11576,74894 +"89050",11576,81364 +"89051",11576,83772 +"89052",11576,86490 +"89053",11576,87692 +"89054",11576,89710 +"89055",11576,90114 +"89056",11576,90802 +"89057",11576,90850 +"89058",11576,95604 +"89059",11576,98406 +"89060",11576,99329 +"89061",11576,99341 +"89062",11576,101395 +"89063",11576,108765 +"89064",11576,110246 +"89065",11576,113803 +"89066",11576,115195 +"89067",11576,115233 +"89068",11576,115255 +"89069",11576,115264 +"89070",11576,116660 +"89071",11576,121043 +"89072",11576,121999 +"89073",11576,123079 +"89074",11576,123085 +"89075",11577,19504 +"89076",11577,35726 +"89077",11577,47081 +"89078",11577,55472 +"89079",11577,58976 +"89080",11578,21346 +"89081",11578,29585 +"89082",11578,57246 +"89083",11578,91935 +"89084",11579,35098 +"89085",11579,52997 +"89086",11580,20629 +"89087",11580,20914 +"89088",11580,23825 +"89089",11580,27128 +"89090",11580,27302 +"89091",11580,27306 +"89092",11580,31743 +"89093",11580,36789 +"89094",11580,37055 +"89095",11580,47021 +"89096",11580,53631 +"89097",11580,58877 +"89098",11580,60686 +"89099",11580,63237 +"89100",11580,65439 +"89101",11580,74318 +"89102",11580,76392 +"89103",11580,92265 +"89104",11580,92310 +"89105",11580,97039 +"89106",11580,105117 +"89107",11580,105250 +"89108",11580,111463 +"89109",11580,119663 +"89110",11580,123330 +"89111",11581,38019 +"89112",11581,40062 +"89113",11581,50892 +"89114",11581,89243 +"89115",11581,95770 +"89116",11581,100642 +"89117",11581,113504 +"89118",11581,121187 +"89119",11582,11583 +"89120",11582,11642 +"89121",11582,11644 +"89122",11583,11642 +"89123",11583,11644 +"89124",11583,11936 +"89125",11583,16687 +"89126",11583,17904 +"89127",11583,22335 +"89128",11583,31918 +"89129",11583,36912 +"89130",11583,78773 +"89131",11584,11645 +"89132",11584,23257 +"89133",11584,36130 +"89134",11584,63315 +"89135",11585,11793 +"89136",11585,19063 +"89137",11585,29851 +"89138",11585,29888 +"89139",11585,29889 +"89140",11585,29997 +"89141",11586,23511 +"89142",11587,11810 +"89143",11587,20175 +"89144",11587,34324 +"89145",11587,34509 +"89146",11587,38522 +"89147",11587,38853 +"89148",11587,57466 +"89149",11587,66427 +"89150",11587,114007 +"89151",11587,115699 +"89152",11587,116629 +"89153",11588,11783 +"89154",11588,18218 +"89155",11588,31353 +"89156",11588,34496 +"89157",11588,35680 +"89158",11588,36346 +"89159",11588,40316 +"89160",11588,64676 +"89161",11588,69831 +"89162",11588,70275 +"89163",11588,75675 +"89164",11588,77389 +"89165",11588,78055 +"89166",11588,110398 +"89167",11589,11977 +"89168",11589,17562 +"89169",11589,24429 +"89170",11589,30881 +"89171",11589,38022 +"89172",11589,46850 +"89173",11589,60481 +"89174",11589,62527 +"89175",11589,79376 +"89176",11589,85942 +"89177",11589,88911 +"89178",11589,91770 +"89179",11589,93398 +"89180",11589,96518 +"89181",11589,99735 +"89182",11589,100659 +"89183",11589,102734 +"89184",11589,110380 +"89185",11589,119237 +"89186",11589,119795 +"89187",11590,25920 +"89188",11590,26382 +"89189",11590,26450 +"89190",11590,37688 +"89191",11590,52670 +"89192",11590,55345 +"89193",11590,77769 +"89194",11591,42969 +"89195",11591,52793 +"89196",11591,88442 +"89197",11591,105632 +"89198",11591,113756 +"89199",11591,113760 +"89200",11591,113764 +"89201",11593,11600 +"89202",11593,20993 +"89203",11593,37890 +"89204",11593,42188 +"89205",11593,49100 +"89206",11593,50001 +"89207",11593,50784 +"89208",11593,52237 +"89209",11593,52253 +"89210",11593,52271 +"89211",11594,71861 +"89212",11594,110934 +"89213",11594,123470 +"89214",11595,14072 +"89215",11595,16430 +"89216",11595,17381 +"89217",11595,20400 +"89218",11595,23056 +"89219",11595,61440 +"89220",11595,78286 +"89221",11595,90827 +"89222",11596,27657 +"89223",11596,31861 +"89224",11596,53741 +"89225",11596,53853 +"89226",11596,57886 +"89227",11597,27990 +"89228",11599,54023 +"89229",11599,100575 +"89230",11600,11792 +"89231",11600,69507 +"89232",11600,76002 +"89233",11601,12096 +"89234",11601,22524 +"89235",11601,26570 +"89236",11601,28460 +"89237",11601,28560 +"89238",11601,28639 +"89239",11601,37196 +"89240",11601,39865 +"89241",11601,41544 +"89242",11601,45390 +"89243",11601,46108 +"89244",11601,51819 +"89245",11601,58230 +"89246",11601,79244 +"89247",11601,86325 +"89248",11601,100396 +"89249",11601,106875 +"89250",11601,115537 +"89251",11601,115718 +"89252",11601,118291 +"89253",11602,11675 +"89254",11602,13820 +"89255",11602,21068 +"89256",11602,24686 +"89257",11602,25246 +"89258",11602,25499 +"89259",11602,25530 +"89260",11602,25540 +"89261",11602,25556 +"89262",11602,25598 +"89263",11602,31797 +"89264",11602,34693 +"89265",11602,41575 +"89266",11602,65376 +"89267",11603,61174 +"89268",11603,103741 +"89269",11603,111978 +"89270",11604,16855 +"89271",11605,11646 +"89272",11605,15557 +"89273",11605,15771 +"89274",11605,16980 +"89275",11605,17931 +"89276",11605,26253 +"89277",11605,33209 +"89278",11605,52448 +"89279",11605,68532 +"89280",11605,82367 +"89281",11605,86799 +"89282",11606,12389 +"89283",11606,13760 +"89284",11606,17807 +"89285",11606,54940 +"89286",11607,33870 +"89287",11607,39526 +"89288",11608,11724 +"89289",11608,11757 +"89290",11609,11756 +"89291",11609,13634 +"89292",11609,21687 +"89293",11609,21909 +"89294",11609,40671 +"89295",11609,46140 +"89296",11611,27852 +"89297",11611,34833 +"89298",11611,36724 +"89299",11611,59963 +"89300",11611,93965 +"89301",11611,94012 +"89302",11612,25068 +"89303",11613,25230 +"89304",11613,77477 +"89305",11614,23249 +"89306",11614,66199 +"89307",11614,67267 +"89308",11614,70587 +"89309",11615,11687 +"89310",11615,85222 +"89311",11616,20954 +"89312",11616,30733 +"89313",11616,30982 +"89314",11616,31035 +"89315",11616,59154 +"89316",11616,61436 +"89317",11616,63657 +"89318",11616,70953 +"89319",11616,71830 +"89320",11617,16559 +"89321",11617,16653 +"89322",11618,24194 +"89323",11618,33995 +"89324",11618,45566 +"89325",11618,47517 +"89326",11618,54200 +"89327",11618,56535 +"89328",11618,77203 +"89329",11618,97299 +"89330",11619,115460 +"89331",11620,12054 +"89332",11620,20311 +"89333",11620,22586 +"89334",11620,27501 +"89335",11620,91492 +"89336",11620,91523 +"89337",11620,91553 +"89338",11621,11754 +"89339",11621,11838 +"89340",11621,67427 +"89341",11622,22887 +"89342",11622,43986 +"89343",11622,48483 +"89344",11622,58628 +"89345",11622,71764 +"89346",11622,117697 +"89347",11623,45003 +"89348",11624,42642 +"89349",11624,44612 +"89350",11624,116768 +"89351",11625,19426 +"89352",11625,20343 +"89353",11625,29137 +"89354",11625,40711 +"89355",11625,52538 +"89356",11625,54675 +"89357",11625,55084 +"89358",11625,57417 +"89359",11625,57963 +"89360",11625,63448 +"89361",11625,64964 +"89362",11626,11686 +"89363",11626,13630 +"89364",11626,31124 +"89365",11626,50637 +"89366",11626,56682 +"89367",11626,56691 +"89368",11627,11650 +"89369",11627,18719 +"89370",11627,20935 +"89371",11627,50238 +"89372",11627,52767 +"89373",11627,60380 +"89374",11627,64723 +"89375",11627,65244 +"89376",11627,65301 +"89377",11627,74066 +"89378",11627,83709 +"89379",11628,54547 +"89380",11628,58964 +"89381",11628,87046 +"89382",11629,20468 +"89383",11629,29044 +"89384",11629,32637 +"89385",11629,33735 +"89386",11629,39916 +"89387",11629,41951 +"89388",11629,42374 +"89389",11629,42462 +"89390",11629,45477 +"89391",11629,45598 +"89392",11629,81954 +"89393",11630,11925 +"89394",11630,12068 +"89395",11630,91329 +"89396",11631,13452 +"89397",11631,18196 +"89398",11631,22549 +"89399",11631,22659 +"89400",11632,11888 +"89401",11633,11635 +"89402",11633,11713 +"89403",11634,52582 +"89404",11635,11713 +"89405",11635,23614 +"89406",11635,33680 +"89407",11635,41091 +"89408",11635,47166 +"89409",11635,52538 +"89410",11635,57523 +"89411",11635,58875 +"89412",11635,63453 +"89413",11636,73337 +"89414",11636,79212 +"89415",11636,98278 +"89416",11638,19531 +"89417",11638,27719 +"89418",11638,27798 +"89419",11638,37853 +"89420",11638,60690 +"89421",11638,74578 +"89422",11639,29535 +"89423",11639,46339 +"89424",11639,98463 +"89425",11639,103091 +"89426",11640,27901 +"89427",11640,27902 +"89428",11641,17210 +"89429",11641,20109 +"89430",11641,20154 +"89431",11641,23797 +"89432",11641,24027 +"89433",11641,28849 +"89434",11641,30055 +"89435",11641,30221 +"89436",11641,31723 +"89437",11641,35417 +"89438",11641,46501 +"89439",11641,67535 +"89440",11641,76890 +"89441",11641,80555 +"89442",11641,81711 +"89443",11642,11644 +"89444",11642,16798 +"89445",11642,50947 +"89446",11642,58576 +"89447",11642,59184 +"89448",11642,85892 +"89449",11642,96248 +"89450",11643,11795 +"89451",11644,31738 +"89452",11646,23573 +"89453",11646,52961 +"89454",11647,13150 +"89455",11647,23668 +"89456",11647,28200 +"89457",11647,46195 +"89458",11647,57574 +"89459",11648,12570 +"89460",11648,19031 +"89461",11648,19362 +"89462",11648,20934 +"89463",11648,22117 +"89464",11648,23539 +"89465",11648,33012 +"89466",11648,37351 +"89467",11648,40026 +"89468",11648,42695 +"89469",11648,57478 +"89470",11649,11658 +"89471",11649,14170 +"89472",11649,22897 +"89473",11649,25739 +"89474",11649,25811 +"89475",11649,25831 +"89476",11649,25832 +"89477",11649,25863 +"89478",11649,28893 +"89479",11649,37385 +"89480",11649,43214 +"89481",11649,45359 +"89482",11649,56795 +"89483",11649,56805 +"89484",11650,18719 +"89485",11650,84534 +"89486",11650,87940 +"89487",11651,17189 +"89488",11651,19605 +"89489",11651,22972 +"89490",11651,23350 +"89491",11651,34752 +"89492",11651,37026 +"89493",11651,41418 +"89494",11651,60250 +"89495",11651,79100 +"89496",11651,80180 +"89497",11652,30348 +"89498",11652,57027 +"89499",11652,68299 +"89500",11652,70457 +"89501",11653,41198 +"89502",11653,86114 +"89503",11653,99416 +"89504",11653,111538 +"89505",11654,14520 +"89506",11654,14578 +"89507",11654,15012 +"89508",11655,12778 +"89509",11655,13835 +"89510",11655,15876 +"89511",11655,17520 +"89512",11655,17582 +"89513",11655,33158 +"89514",11655,35960 +"89515",11655,38921 +"89516",11655,39692 +"89517",11655,42264 +"89518",11655,47268 +"89519",11655,47323 +"89520",11655,47351 +"89521",11655,47535 +"89522",11655,47562 +"89523",11655,47623 +"89524",11655,47624 +"89525",11655,49025 +"89526",11655,50252 +"89527",11656,11726 +"89528",11656,19486 +"89529",11657,12320 +"89530",11657,16574 +"89531",11657,29402 +"89532",11657,31296 +"89533",11657,37068 +"89534",11657,38736 +"89535",11657,52982 +"89536",11657,62280 +"89537",11658,12091 +"89538",11658,13915 +"89539",11658,15373 +"89540",11658,15562 +"89541",11658,16585 +"89542",11658,23230 +"89543",11658,39000 +"89544",11658,41062 +"89545",11658,50519 +"89546",11658,60994 +"89547",11658,71012 +"89548",11658,81934 +"89549",11658,82880 +"89550",11658,88212 +"89551",11659,50807 +"89552",11660,49051 +"89553",11660,58804 +"89554",11660,90262 +"89555",11661,11698 +"89556",11662,14615 +"89557",11662,16013 +"89558",11662,18372 +"89559",11662,23787 +"89560",11662,29095 +"89561",11662,30296 +"89562",11662,31177 +"89563",11662,51628 +"89564",11662,79591 +"89565",11662,88527 +"89566",11662,93337 +"89567",11663,34662 +"89568",11663,78951 +"89569",11663,79061 +"89570",11663,83596 +"89571",11664,24265 +"89572",11664,36618 +"89573",11665,18701 +"89574",11665,26101 +"89575",11665,32923 +"89576",11665,50331 +"89577",11665,55980 +"89578",11665,90567 +"89579",11665,96323 +"89580",11665,96543 +"89581",11665,96605 +"89582",11666,31283 +"89583",11666,45431 +"89584",11666,67992 +"89585",11666,111580 +"89586",11666,121650 +"89587",11670,22033 +"89588",11670,36461 +"89589",11670,37547 +"89590",11670,39556 +"89591",11670,48392 +"89592",11670,50001 +"89593",11670,57389 +"89594",11670,59412 +"89595",11670,81880 +"89596",11670,91988 +"89597",11670,104637 +"89598",11671,23217 +"89599",11671,28115 +"89600",11671,47092 +"89601",11671,54751 +"89602",11671,74329 +"89603",11671,74384 +"89604",11672,50294 +"89605",11673,87485 +"89606",11673,109357 +"89607",11674,11677 +"89608",11674,26628 +"89609",11676,25193 +"89610",11676,40406 +"89611",11676,46157 +"89612",11676,81965 +"89613",11676,95242 +"89614",11676,113405 +"89615",11677,11737 +"89616",11677,12408 +"89617",11678,112930 +"89618",11679,11868 +"89619",11679,13854 +"89620",11679,15654 +"89621",11679,22983 +"89622",11679,39720 +"89623",11679,41170 +"89624",11679,70633 +"89625",11679,75034 +"89626",11679,78208 +"89627",11679,89258 +"89628",11679,91056 +"89629",11679,98906 +"89630",11680,24667 +"89631",11680,37733 +"89632",11680,40550 +"89633",11680,67780 +"89634",11680,79057 +"89635",11680,97177 +"89636",11680,97689 +"89637",11681,48481 +"89638",11681,52588 +"89639",11681,95294 +"89640",11682,28091 +"89641",11682,34080 +"89642",11682,39135 +"89643",11682,40579 +"89644",11682,58749 +"89645",11683,11973 +"89646",11683,63426 +"89647",11684,32338 +"89648",11685,11798 +"89649",11685,18990 +"89650",11685,27899 +"89651",11685,57573 +"89652",11685,83737 +"89653",11688,18203 +"89654",11688,19239 +"89655",11688,34829 +"89656",11688,35417 +"89657",11688,41282 +"89658",11688,68662 +"89659",11688,76145 +"89660",11689,44947 +"89661",11689,87352 +"89662",11690,14235 +"89663",11690,35553 +"89664",11691,11749 +"89665",11691,49899 +"89666",11691,49906 +"89667",11691,49913 +"89668",11692,45133 +"89669",11692,49120 +"89670",11692,58354 +"89671",11692,82344 +"89672",11692,103642 +"89673",11693,70520 +"89674",11694,97481 +"89675",11695,19265 +"89676",11695,51455 +"89677",11695,110507 +"89678",11696,11788 +"89679",11696,20089 +"89680",11696,20678 +"89681",11696,92220 +"89682",11697,11876 +"89683",11697,12627 +"89684",11697,20432 +"89685",11697,22346 +"89686",11697,33523 +"89687",11697,41923 +"89688",11697,56472 +"89689",11697,59005 +"89690",11698,22109 +"89691",11698,62097 +"89692",11698,63325 +"89693",11699,13485 +"89694",11699,29343 +"89695",11699,40674 +"89696",11699,42045 +"89697",11699,42331 +"89698",11699,46090 +"89699",11699,50972 +"89700",11699,53825 +"89701",11699,55551 +"89702",11699,64680 +"89703",11699,69617 +"89704",11699,79068 +"89705",11699,85728 +"89706",11699,90186 +"89707",11699,112045 +"89708",11700,63156 +"89709",11700,74864 +"89710",11700,74887 +"89711",11702,13643 +"89712",11702,17539 +"89713",11702,24289 +"89714",11702,25119 +"89715",11702,28098 +"89716",11702,60825 +"89717",11702,77497 +"89718",11702,92036 +"89719",11702,106056 +"89720",11702,106072 +"89721",11703,12544 +"89722",11703,16544 +"89723",11703,18557 +"89724",11703,18807 +"89725",11703,24468 +"89726",11703,32013 +"89727",11703,37569 +"89728",11703,46285 +"89729",11703,56397 +"89730",11703,60780 +"89731",11704,36152 +"89732",11704,57951 +"89733",11705,36386 +"89734",11705,53485 +"89735",11705,118460 +"89736",11706,11839 +"89737",11706,99890 +"89738",11707,48051 +"89739",11707,57814 +"89740",11708,60182 +"89741",11708,60253 +"89742",11708,60254 +"89743",11708,93888 +"89744",11709,16115 +"89745",11709,55476 +"89746",11709,57846 +"89747",11709,58587 +"89748",11709,59136 +"89749",11709,68389 +"89750",11709,68671 +"89751",11709,75915 +"89752",11709,78810 +"89753",11709,92593 +"89754",11709,98859 +"89755",11710,59322 +"89756",11710,84638 +"89757",11710,86435 +"89758",11710,92055 +"89759",11710,94076 +"89760",11711,59378 +"89761",11712,12027 +"89762",11714,19960 +"89763",11714,34465 +"89764",11714,35530 +"89765",11714,40230 +"89766",11714,44152 +"89767",11714,66240 +"89768",11715,14052 +"89769",11715,30154 +"89770",11715,37069 +"89771",11715,44721 +"89772",11715,58334 +"89773",11715,66323 +"89774",11715,67499 +"89775",11715,73015 +"89776",11715,83444 +"89777",11715,99949 +"89778",11715,101914 +"89779",11715,103631 +"89780",11715,103723 +"89781",11715,103732 +"89782",11715,103759 +"89783",11715,103773 +"89784",11716,17810 +"89785",11716,60690 +"89786",11716,69545 +"89787",11716,109919 +"89788",11717,22688 +"89789",11717,22875 +"89790",11717,45994 +"89791",11717,50991 +"89792",11717,67368 +"89793",11718,19043 +"89794",11718,51928 +"89795",11718,93197 +"89796",11718,106701 +"89797",11718,107618 +"89798",11718,115841 +"89799",11719,20020 +"89800",11719,26655 +"89801",11719,30395 +"89802",11719,34022 +"89803",11719,88586 +"89804",11719,90840 +"89805",11719,92374 +"89806",11719,96117 +"89807",11719,109893 +"89808",11719,110362 +"89809",11719,113644 +"89810",11720,22189 +"89811",11720,42742 +"89812",11720,45404 +"89813",11720,45486 +"89814",11721,12473 +"89815",11721,17632 +"89816",11721,34578 +"89817",11721,55615 +"89818",11722,112617 +"89819",11722,121596 +"89820",11723,24119 +"89821",11723,40806 +"89822",11723,49536 +"89823",11723,71893 +"89824",11724,11757 +"89825",11724,26088 +"89826",11724,46985 +"89827",11724,74956 +"89828",11724,107301 +"89829",11724,107410 +"89830",11725,23380 +"89831",11725,26997 +"89832",11725,27663 +"89833",11725,31120 +"89834",11725,34134 +"89835",11725,44259 +"89836",11725,47979 +"89837",11725,53095 +"89838",11725,53121 +"89839",11725,53153 +"89840",11725,53573 +"89841",11726,14259 +"89842",11726,14442 +"89843",11726,63519 +"89844",11726,74046 +"89845",11726,98789 +"89846",11726,100019 +"89847",11726,100034 +"89848",11726,100994 +"89849",11727,11883 +"89850",11727,12453 +"89851",11727,13599 +"89852",11727,42301 +"89853",11727,53320 +"89854",11727,60713 +"89855",11727,106306 +"89856",11728,14807 +"89857",11728,17005 +"89858",11728,17051 +"89859",11728,17065 +"89860",11728,22548 +"89861",11728,28401 +"89862",11728,28402 +"89863",11728,30609 +"89864",11728,38639 +"89865",11728,46050 +"89866",11728,59177 +"89867",11729,11771 +"89868",11730,41865 +"89869",11730,72552 +"89870",11733,25878 +"89871",11734,56422 +"89872",11735,35367 +"89873",11735,117355 +"89874",11736,14429 +"89875",11737,12408 +"89876",11738,11927 +"89877",11738,14144 +"89878",11738,29962 +"89879",11738,45454 +"89880",11738,82211 +"89881",11739,79723 +"89882",11740,13303 +"89883",11740,14072 +"89884",11740,14972 +"89885",11740,15298 +"89886",11740,32731 +"89887",11740,51119 +"89888",11740,54059 +"89889",11740,55055 +"89890",11740,55071 +"89891",11740,99256 +"89892",11740,115123 +"89893",11741,28041 +"89894",11741,38032 +"89895",11741,75337 +"89896",11742,15567 +"89897",11742,18710 +"89898",11742,37742 +"89899",11742,38560 +"89900",11742,43452 +"89901",11742,43454 +"89902",11742,44240 +"89903",11743,11951 +"89904",11743,12020 +"89905",11744,47879 +"89906",11745,16301 +"89907",11745,88511 +"89908",11745,89288 +"89909",11745,89983 +"89910",11745,96522 +"89911",11745,98155 +"89912",11746,14843 +"89913",11746,17122 +"89914",11746,19759 +"89915",11746,23252 +"89916",11746,24099 +"89917",11746,25990 +"89918",11746,39278 +"89919",11746,43198 +"89920",11746,45176 +"89921",11746,47362 +"89922",11746,52440 +"89923",11746,52488 +"89924",11746,52532 +"89925",11746,62071 +"89926",11746,64963 +"89927",11746,73240 +"89928",11746,105693 +"89929",11747,16551 +"89930",11747,18586 +"89931",11747,29858 +"89932",11747,35447 +"89933",11747,55573 +"89934",11747,56448 +"89935",11747,60827 +"89936",11747,77094 +"89937",11747,82716 +"89938",11747,106858 +"89939",11748,11764 +"89940",11749,47804 +"89941",11749,49899 +"89942",11749,49906 +"89943",11749,49913 +"89944",11750,19119 +"89945",11750,27350 +"89946",11750,30375 +"89947",11750,41954 +"89948",11750,45463 +"89949",11750,89458 +"89950",11750,96188 +"89951",11750,96197 +"89952",11751,22965 +"89953",11751,38070 +"89954",11751,50173 +"89955",11751,100274 +"89956",11752,41123 +"89957",11752,60549 +"89958",11752,78080 +"89959",11752,84928 +"89960",11753,49754 +"89961",11753,49761 +"89962",11753,49784 +"89963",11754,11838 +"89964",11754,26681 +"89965",11754,83985 +"89966",11754,102547 +"89967",11754,102563 +"89968",11755,27653 +"89969",11755,28998 +"89970",11755,39326 +"89971",11755,41342 +"89972",11755,41437 +"89973",11756,21687 +"89974",11756,40671 +"89975",11756,46140 +"89976",11758,77147 +"89977",11758,97396 +"89978",11758,99625 +"89979",11759,63878 +"89980",11759,64383 +"89981",11759,82333 +"89982",11759,95209 +"89983",11760,14882 +"89984",11760,23430 +"89985",11760,41561 +"89986",11760,50710 +"89987",11760,69576 +"89988",11760,88373 +"89989",11760,94910 +"89990",11760,123160 +"89991",11760,123163 +"89992",11761,15682 +"89993",11762,14738 +"89994",11763,50152 +"89995",11763,85408 +"89996",11764,55258 +"89997",11765,21630 +"89998",11765,47188 +"89999",11765,50021 +"90000",11765,55476 +"90001",11765,57310 +"90002",11765,65747 +"90003",11765,83287 +"90004",11765,83630 +"90005",11765,85036 +"90006",11765,87208 +"90007",11765,93888 +"90008",11765,99114 +"90009",11765,108811 +"90010",11765,115305 +"90011",11766,12735 +"90012",11766,12779 +"90013",11766,13360 +"90014",11766,13942 +"90015",11766,15027 +"90016",11766,15185 +"90017",11766,15216 +"90018",11766,15964 +"90019",11766,16252 +"90020",11766,16872 +"90021",11766,17145 +"90022",11766,17508 +"90023",11766,18060 +"90024",11766,18217 +"90025",11766,22462 +"90026",11766,22823 +"90027",11766,23147 +"90028",11766,23421 +"90029",11766,23632 +"90030",11766,23953 +"90031",11766,24495 +"90032",11766,24710 +"90033",11766,25143 +"90034",11766,25303 +"90035",11766,25664 +"90036",11766,26407 +"90037",11766,27174 +"90038",11766,27196 +"90039",11766,27710 +"90040",11766,28703 +"90041",11766,29253 +"90042",11766,29341 +"90043",11766,29560 +"90044",11766,29573 +"90045",11766,29868 +"90046",11766,32438 +"90047",11766,32967 +"90048",11766,33223 +"90049",11766,33881 +"90050",11766,34097 +"90051",11766,34330 +"90052",11766,34513 +"90053",11766,35400 +"90054",11766,36476 +"90055",11766,36547 +"90056",11766,36745 +"90057",11766,37821 +"90058",11766,37931 +"90059",11766,38319 +"90060",11766,39398 +"90061",11766,39492 +"90062",11766,40320 +"90063",11766,40373 +"90064",11766,40542 +"90065",11766,41182 +"90066",11766,42131 +"90067",11766,46843 +"90068",11766,48331 +"90069",11767,39820 +"90070",11767,51806 +"90071",11767,62061 +"90072",11767,79722 +"90073",11767,99970 +"90074",11768,23227 +"90075",11768,44840 +"90076",11768,104765 +"90077",11769,17607 +"90078",11769,18257 +"90079",11769,18588 +"90080",11769,24617 +"90081",11769,25223 +"90082",11769,25529 +"90083",11769,29376 +"90084",11769,34254 +"90085",11769,39433 +"90086",11769,44740 +"90087",11769,46181 +"90088",11769,54846 +"90089",11769,55302 +"90090",11769,60085 +"90091",11769,62926 +"90092",11769,69075 +"90093",11769,86164 +"90094",11769,87220 +"90095",11769,87902 +"90096",11769,89308 +"90097",11769,90390 +"90098",11769,95604 +"90099",11770,12827 +"90100",11770,14472 +"90101",11770,15356 +"90102",11770,17156 +"90103",11770,20128 +"90104",11770,23460 +"90105",11770,24323 +"90106",11770,25030 +"90107",11770,25084 +"90108",11770,38198 +"90109",11770,39826 +"90110",11770,41785 +"90111",11770,41804 +"90112",11770,41859 +"90113",11771,33432 +"90114",11771,69119 +"90115",11771,88957 +"90116",11771,119287 +"90117",11772,21520 +"90118",11772,94403 +"90119",11772,116097 +"90120",11773,15331 +"90121",11773,29300 +"90122",11773,47460 +"90123",11773,60828 +"90124",11773,84658 +"90125",11774,12210 +"90126",11774,119448 +"90127",11775,40053 +"90128",11775,57258 +"90129",11775,59309 +"90130",11775,74068 +"90131",11775,88712 +"90132",11776,15232 +"90133",11776,15770 +"90134",11776,16729 +"90135",11776,21078 +"90136",11776,21369 +"90137",11776,23861 +"90138",11776,27549 +"90139",11776,31751 +"90140",11776,34988 +"90141",11776,36031 +"90142",11776,54200 +"90143",11776,60883 +"90144",11776,74995 +"90145",11776,82533 +"90146",11776,83680 +"90147",11776,83744 +"90148",11776,89681 +"90149",11776,90234 +"90150",11776,90321 +"90151",11777,13654 +"90152",11777,24939 +"90153",11777,26440 +"90154",11777,31123 +"90155",11777,32226 +"90156",11777,35904 +"90157",11777,36205 +"90158",11777,38575 +"90159",11777,46186 +"90160",11777,48160 +"90161",11777,50235 +"90162",11777,51111 +"90163",11777,53252 +"90164",11777,62793 +"90165",11777,78102 +"90166",11777,79183 +"90167",11777,81790 +"90168",11777,88280 +"90169",11777,88291 +"90170",11777,88308 +"90171",11777,89880 +"90172",11777,97132 +"90173",11777,97141 +"90174",11777,101155 +"90175",11777,101189 +"90176",11778,15737 +"90177",11778,24266 +"90178",11778,29761 +"90179",11778,39211 +"90180",11778,44101 +"90181",11778,54646 +"90182",11778,72536 +"90183",11778,74300 +"90184",11778,86185 +"90185",11778,87149 +"90186",11778,99823 +"90187",11779,50858 +"90188",11779,56600 +"90189",11780,13794 +"90190",11781,20671 +"90191",11781,24012 +"90192",11781,43760 +"90193",11781,43816 +"90194",11781,90947 +"90195",11782,21665 +"90196",11782,30017 +"90197",11782,33870 +"90198",11782,57879 +"90199",11782,76078 +"90200",11782,81502 +"90201",11782,105275 +"90202",11783,33882 +"90203",11783,33894 +"90204",11783,35162 +"90205",11783,36346 +"90206",11783,40727 +"90207",11783,42451 +"90208",11783,61919 +"90209",11783,64676 +"90210",11783,71793 +"90211",11783,89311 +"90212",11784,14103 +"90213",11784,14723 +"90214",11784,15218 +"90215",11784,18553 +"90216",11784,22311 +"90217",11784,63196 +"90218",11784,68641 +"90219",11784,87086 +"90220",11784,87939 +"90221",11785,12091 +"90222",11785,39425 +"90223",11787,15942 +"90224",11787,34758 +"90225",11787,43240 +"90226",11787,56661 +"90227",11787,94665 +"90228",11787,110823 +"90229",11789,11800 +"90230",11789,13373 +"90231",11789,63778 +"90232",11789,79604 +"90233",11791,80772 +"90234",11791,81826 +"90235",11792,69507 +"90236",11793,16829 +"90237",11793,52671 +"90238",11793,62208 +"90239",11794,28369 +"90240",11794,45726 +"90241",11795,47640 +"90242",11795,81830 +"90243",11796,82700 +"90244",11797,34204 +"90245",11797,66574 +"90246",11797,86707 +"90247",11797,122604 +"90248",11799,73659 +"90249",11800,59554 +"90250",11801,55337 +"90251",11802,11940 +"90252",11802,12998 +"90253",11802,18380 +"90254",11802,24802 +"90255",11802,25505 +"90256",11802,37483 +"90257",11802,47148 +"90258",11802,70678 +"90259",11802,75648 +"90260",11802,80477 +"90261",11802,81615 +"90262",11802,100758 +"90263",11802,100776 +"90264",11803,14061 +"90265",11803,17847 +"90266",11803,18413 +"90267",11803,20371 +"90268",11803,20455 +"90269",11803,26563 +"90270",11803,32259 +"90271",11803,32412 +"90272",11803,37096 +"90273",11803,49805 +"90274",11803,51216 +"90275",11803,51217 +"90276",11803,51276 +"90277",11803,51313 +"90278",11803,74054 +"90279",11803,77519 +"90280",11803,80653 +"90281",11803,105303 +"90282",11803,106065 +"90283",11803,107322 +"90284",11803,107423 +"90285",11803,107428 +"90286",11804,81913 +"90287",11804,82057 +"90288",11805,44075 +"90289",11805,111832 +"90290",11805,111860 +"90291",11806,11933 +"90292",11806,44812 +"90293",11806,49041 +"90294",11806,79245 +"90295",11806,82271 +"90296",11806,86551 +"90297",11806,115345 +"90298",11806,122875 +"90299",11807,43657 +"90300",11807,104657 +"90301",11807,104666 +"90302",11808,38797 +"90303",11808,61603 +"90304",11808,83862 +"90305",11808,89615 +"90306",11808,89620 +"90307",11809,13496 +"90308",11809,61585 +"90309",11809,87882 +"90310",11811,12316 +"90311",11811,12867 +"90312",11811,20783 +"90313",11811,25122 +"90314",11811,32730 +"90315",11811,47606 +"90316",11811,79774 +"90317",11811,82609 +"90318",11811,89319 +"90319",11812,11894 +"90320",11812,11896 +"90321",11812,12072 +"90322",11812,12487 +"90323",11812,12488 +"90324",11812,12641 +"90325",11813,27485 +"90326",11813,27538 +"90327",11813,27677 +"90328",11813,31925 +"90329",11813,53959 +"90330",11813,62902 +"90331",11814,53168 +"90332",11814,75953 +"90333",11814,93116 +"90334",11815,11816 +"90335",11815,11831 +"90336",11815,11847 +"90337",11815,11848 +"90338",11815,11882 +"90339",11815,11895 +"90340",11815,11918 +"90341",11815,11938 +"90342",11815,11981 +"90343",11815,12060 +"90344",11815,12061 +"90345",11815,12079 +"90346",11815,14626 +"90347",11815,18057 +"90348",11815,26139 +"90349",11815,30404 +"90350",11815,32642 +"90351",11815,40678 +"90352",11815,76913 +"90353",11815,78005 +"90354",11815,79391 +"90355",11815,81462 +"90356",11815,81544 +"90357",11815,86560 +"90358",11815,88374 +"90359",11815,88662 +"90360",11815,102229 +"90361",11815,108411 +"90362",11815,110836 +"90363",11815,111731 +"90364",11815,123348 +"90365",11816,11831 +"90366",11816,11847 +"90367",11816,11848 +"90368",11816,11882 +"90369",11816,11895 +"90370",11816,11918 +"90371",11816,11938 +"90372",11816,11981 +"90373",11816,12060 +"90374",11816,12061 +"90375",11816,12079 +"90376",11816,17682 +"90377",11816,23504 +"90378",11816,27687 +"90379",11816,36240 +"90380",11816,49353 +"90381",11816,62477 +"90382",11816,76434 +"90383",11816,78604 +"90384",11816,80088 +"90385",11816,81939 +"90386",11816,89261 +"90387",11816,109242 +"90388",11816,109252 +"90389",11816,109923 +"90390",11816,110799 +"90391",11816,111729 +"90392",11816,117161 +"90393",11816,117169 +"90394",11816,117174 +"90395",11816,123191 +"90396",11816,123192 +"90397",11817,12048 +"90398",11817,15395 +"90399",11817,16352 +"90400",11817,16578 +"90401",11817,20230 +"90402",11817,22197 +"90403",11817,23585 +"90404",11817,26867 +"90405",11817,39570 +"90406",11817,40028 +"90407",11817,40072 +"90408",11817,49084 +"90409",11817,50236 +"90410",11817,53005 +"90411",11817,56082 +"90412",11817,63954 +"90413",11817,67998 +"90414",11817,70838 +"90415",11817,74109 +"90416",11817,79082 +"90417",11817,80242 +"90418",11817,94671 +"90419",11817,97237 +"90420",11817,101793 +"90421",11817,109663 +"90422",11817,114713 +"90423",11817,122267 +"90424",11817,122312 +"90425",11818,18772 +"90426",11818,29886 +"90427",11819,25368 +"90428",11819,34771 +"90429",11819,39723 +"90430",11819,75316 +"90431",11819,78648 +"90432",11820,51295 +"90433",11820,73125 +"90434",11821,12185 +"90435",11821,12500 +"90436",11821,20048 +"90437",11821,31982 +"90438",11821,37354 +"90439",11821,38564 +"90440",11821,38625 +"90441",11821,40768 +"90442",11821,61963 +"90443",11821,66286 +"90444",11821,76347 +"90445",11821,88764 +"90446",11821,90677 +"90447",11821,99510 +"90448",11821,99618 +"90449",11821,99736 +"90450",11821,104808 +"90451",11821,106214 +"90452",11822,44014 +"90453",11822,52872 +"90454",11823,17413 +"90455",11823,19113 +"90456",11823,22566 +"90457",11823,29537 +"90458",11823,33354 +"90459",11823,35466 +"90460",11823,45269 +"90461",11823,77802 +"90462",11823,85712 +"90463",11823,100818 +"90464",11824,12781 +"90465",11824,22120 +"90466",11824,35640 +"90467",11824,72004 +"90468",11825,41468 +"90469",11825,44670 +"90470",11825,99067 +"90471",11826,36746 +"90472",11826,86499 +"90473",11826,108499 +"90474",11826,119532 +"90475",11827,11980 +"90476",11827,14487 +"90477",11827,14610 +"90478",11827,35757 +"90479",11827,82058 +"90480",11827,109876 +"90481",11828,14125 +"90482",11828,53267 +"90483",11829,13592 +"90484",11829,15276 +"90485",11829,16687 +"90486",11829,17285 +"90487",11829,19087 +"90488",11829,21474 +"90489",11829,30924 +"90490",11829,34205 +"90491",11829,40169 +"90492",11829,41436 +"90493",11829,43696 +"90494",11829,43858 +"90495",11829,51375 +"90496",11829,76143 +"90497",11830,11892 +"90498",11830,11968 +"90499",11830,12003 +"90500",11831,11847 +"90501",11831,11848 +"90502",11831,11882 +"90503",11831,11895 +"90504",11831,11918 +"90505",11831,11938 +"90506",11831,11981 +"90507",11831,12060 +"90508",11831,12061 +"90509",11831,12079 +"90510",11831,14844 +"90511",11831,23504 +"90512",11831,49353 +"90513",11831,78604 +"90514",11831,80088 +"90515",11831,81939 +"90516",11831,107595 +"90517",11831,109252 +"90518",11831,112534 +"90519",11831,123191 +"90520",11831,123192 +"90521",11832,14340 +"90522",11832,14485 +"90523",11832,22599 +"90524",11832,24052 +"90525",11832,24165 +"90526",11832,28108 +"90527",11833,11863 +"90528",11833,11986 +"90529",11833,12009 +"90530",11833,12071 +"90531",11833,32277 +"90532",11833,34016 +"90533",11833,85920 +"90534",11833,105895 +"90535",11834,22461 +"90536",11834,22914 +"90537",11834,28300 +"90538",11834,36210 +"90539",11834,40581 +"90540",11834,48312 +"90541",11834,52041 +"90542",11834,68433 +"90543",11835,12062 +"90544",11835,46943 +"90545",11836,59113 +"90546",11837,12008 +"90547",11837,19770 +"90548",11837,24471 +"90549",11837,46212 +"90550",11837,57510 +"90551",11837,58842 +"90552",11837,58940 +"90553",11837,75326 +"90554",11838,39992 +"90555",11838,67427 +"90556",11840,11904 +"90557",11840,19231 +"90558",11840,23448 +"90559",11840,29667 +"90560",11840,33413 +"90561",11840,39449 +"90562",11840,41439 +"90563",11840,47558 +"90564",11840,48625 +"90565",11840,49551 +"90566",11840,50662 +"90567",11840,54060 +"90568",11840,59039 +"90569",11840,65771 +"90570",11840,67130 +"90571",11840,71454 +"90572",11840,74795 +"90573",11840,77280 +"90574",11840,83460 +"90575",11840,83483 +"90576",11840,99717 +"90577",11840,118292 +"90578",11841,16585 +"90579",11841,20532 +"90580",11841,22585 +"90581",11841,23230 +"90582",11841,24327 +"90583",11841,30584 +"90584",11841,31403 +"90585",11841,40848 +"90586",11841,43706 +"90587",11841,43852 +"90588",11841,47081 +"90589",11841,52048 +"90590",11841,56100 +"90591",11841,58970 +"90592",11841,76483 +"90593",11841,77488 +"90594",11841,83673 +"90595",11841,84533 +"90596",11841,89185 +"90597",11841,91231 +"90598",11842,90897 +"90599",11842,95630 +"90600",11842,117059 +"90601",11843,17511 +"90602",11843,22431 +"90603",11843,50776 +"90604",11844,12025 +"90605",11844,55460 +"90606",11844,80220 +"90607",11844,81382 +"90608",11845,31110 +"90609",11846,12094 +"90610",11846,16092 +"90611",11846,29197 +"90612",11846,30936 +"90613",11846,36259 +"90614",11846,71440 +"90615",11846,90356 +"90616",11847,11848 +"90617",11847,11882 +"90618",11847,11895 +"90619",11847,11918 +"90620",11847,11938 +"90621",11847,11981 +"90622",11847,12060 +"90623",11847,12061 +"90624",11847,12079 +"90625",11847,14864 +"90626",11847,17682 +"90627",11847,20778 +"90628",11847,25692 +"90629",11847,49353 +"90630",11847,55275 +"90631",11847,76434 +"90632",11847,81308 +"90633",11847,81939 +"90634",11847,82011 +"90635",11847,82328 +"90636",11847,85990 +"90637",11847,109242 +"90638",11847,109252 +"90639",11847,109923 +"90640",11847,110778 +"90641",11847,117174 +"90642",11848,11882 +"90643",11848,11895 +"90644",11848,11918 +"90645",11848,11938 +"90646",11848,11981 +"90647",11848,12060 +"90648",11848,12061 +"90649",11848,12079 +"90650",11849,95907 +"90651",11849,95914 +"90652",11850,15574 +"90653",11850,57713 +"90654",11850,85188 +"90655",11850,88538 +"90656",11851,22376 +"90657",11851,53296 +"90658",11851,53843 +"90659",11851,78477 +"90660",11852,20173 +"90661",11852,21944 +"90662",11852,36107 +"90663",11852,36400 +"90664",11852,37662 +"90665",11852,42500 +"90666",11852,48710 +"90667",11852,51924 +"90668",11852,65398 +"90669",11852,68530 +"90670",11852,70209 +"90671",11852,73315 +"90672",11852,76680 +"90673",11852,91521 +"90674",11852,101262 +"90675",11852,113567 +"90676",11852,114219 +"90677",11852,114558 +"90678",11853,22033 +"90679",11854,41842 +"90680",11855,12877 +"90681",11855,13223 +"90682",11855,14992 +"90683",11855,22548 +"90684",11855,28481 +"90685",11855,32349 +"90686",11855,34033 +"90687",11855,36010 +"90688",11855,41904 +"90689",11855,45696 +"90690",11855,47973 +"90691",11855,50425 +"90692",11855,57253 +"90693",11855,66261 +"90694",11855,68457 +"90695",11855,69198 +"90696",11855,77565 +"90697",11855,78974 +"90698",11855,86023 +"90699",11855,87813 +"90700",11855,88773 +"90701",11855,90993 +"90702",11855,90994 +"90703",11855,92417 +"90704",11855,100319 +"90705",11855,101250 +"90706",11855,101462 +"90707",11855,109885 +"90708",11855,110742 +"90709",11855,112606 +"90710",11855,116142 +"90711",11855,116150 +"90712",11855,116151 +"90713",11855,116152 +"90714",11855,116155 +"90715",11855,116159 +"90716",11855,116163 +"90717",11855,116165 +"90718",11855,116166 +"90719",11855,116171 +"90720",11855,116677 +"90721",11855,116678 +"90722",11856,11985 +"90723",11856,12550 +"90724",11856,51065 +"90725",11856,54061 +"90726",11856,72127 +"90727",11856,83476 +"90728",11856,83496 +"90729",11857,20130 +"90730",11857,22173 +"90731",11857,28093 +"90732",11857,41982 +"90733",11857,44370 +"90734",11857,54489 +"90735",11857,54718 +"90736",11857,79819 +"90737",11857,91028 +"90738",11857,103825 +"90739",11858,12487 +"90740",11858,12907 +"90741",11858,15146 +"90742",11858,17022 +"90743",11858,17579 +"90744",11858,18144 +"90745",11858,19509 +"90746",11858,19631 +"90747",11858,36543 +"90748",11858,38930 +"90749",11858,48152 +"90750",11858,48218 +"90751",11858,48237 +"90752",11858,48245 +"90753",11858,48303 +"90754",11858,48305 +"90755",11858,57880 +"90756",11858,59538 +"90757",11858,61667 +"90758",11858,67837 +"90759",11858,82312 +"90760",11858,88663 +"90761",11858,89135 +"90762",11858,89263 +"90763",11858,101824 +"90764",11858,110033 +"90765",11858,114026 +"90766",11859,12080 +"90767",11859,18122 +"90768",11859,19584 +"90769",11859,27390 +"90770",11859,32863 +"90771",11859,33522 +"90772",11859,37841 +"90773",11859,38419 +"90774",11859,45729 +"90775",11859,50816 +"90776",11859,54739 +"90777",11859,107903 +"90778",11859,107911 +"90779",11860,13593 +"90780",11860,13805 +"90781",11860,15560 +"90782",11860,19597 +"90783",11860,21230 +"90784",11860,25114 +"90785",11860,31418 +"90786",11860,36882 +"90787",11860,44156 +"90788",11860,59698 +"90789",11860,66248 +"90790",11860,69841 +"90791",11860,84191 +"90792",11861,45920 +"90793",11861,53792 +"90794",11861,53848 +"90795",11862,21568 +"90796",11862,45680 +"90797",11862,86086 +"90798",11863,11986 +"90799",11863,12009 +"90800",11863,12071 +"90801",11863,15620 +"90802",11863,16747 +"90803",11863,16890 +"90804",11863,39236 +"90805",11865,11889 +"90806",11865,11891 +"90807",11866,28694 +"90808",11866,28795 +"90809",11867,12123 +"90810",11867,13482 +"90811",11867,14185 +"90812",11867,27726 +"90813",11867,38565 +"90814",11867,44037 +"90815",11867,52264 +"90816",11867,70728 +"90817",11867,73515 +"90818",11867,74232 +"90819",11867,79450 +"90820",11867,99263 +"90821",11868,15320 +"90822",11868,15451 +"90823",11868,22983 +"90824",11868,24611 +"90825",11868,26722 +"90826",11868,37029 +"90827",11868,37494 +"90828",11868,49088 +"90829",11868,49172 +"90830",11868,50455 +"90831",11868,50516 +"90832",11868,50528 +"90833",11868,78208 +"90834",11868,80988 +"90835",11869,11988 +"90836",11869,12081 +"90837",11869,15718 +"90838",11869,17673 +"90839",11869,18740 +"90840",11869,19154 +"90841",11869,20616 +"90842",11869,23420 +"90843",11869,23723 +"90844",11869,28259 +"90845",11869,29289 +"90846",11869,35587 +"90847",11869,36315 +"90848",11869,37238 +"90849",11869,38307 +"90850",11869,41351 +"90851",11869,41779 +"90852",11869,43455 +"90853",11869,43460 +"90854",11869,44327 +"90855",11869,45310 +"90856",11869,50113 +"90857",11869,53353 +"90858",11869,57377 +"90859",11869,59800 +"90860",11869,63895 +"90861",11869,63935 +"90862",11869,63947 +"90863",11869,63962 +"90864",11869,86744 +"90865",11870,11971 +"90866",11870,18341 +"90867",11870,20609 +"90868",11870,23168 +"90869",11870,25557 +"90870",11870,32811 +"90871",11870,36340 +"90872",11870,37167 +"90873",11870,63953 +"90874",11870,65052 +"90875",11870,79212 +"90876",11870,89108 +"90877",11870,99051 +"90878",11870,107673 +"90879",11870,107684 +"90880",11871,26054 +"90881",11871,39507 +"90882",11871,40004 +"90883",11871,61921 +"90884",11872,27531 +"90885",11872,46258 +"90886",11872,80262 +"90887",11872,80337 +"90888",11872,83644 +"90889",11872,83729 +"90890",11872,94557 +"90891",11873,79334 +"90892",11874,35599 +"90893",11874,37498 +"90894",11874,47495 +"90895",11874,51751 +"90896",11874,54125 +"90897",11874,81741 +"90898",11874,87116 +"90899",11875,27522 +"90900",11875,27547 +"90901",11875,31836 +"90902",11875,33604 +"90903",11875,43224 +"90904",11875,49174 +"90905",11875,53708 +"90906",11876,12627 +"90907",11876,13454 +"90908",11876,17088 +"90909",11876,20336 +"90910",11876,22346 +"90911",11876,30417 +"90912",11876,38073 +"90913",11876,50692 +"90914",11876,52444 +"90915",11876,52988 +"90916",11876,56472 +"90917",11876,56555 +"90918",11876,59005 +"90919",11878,17594 +"90920",11878,17602 +"90921",11878,59415 +"90922",11879,11928 +"90923",11879,40466 +"90924",11880,26474 +"90925",11880,28083 +"90926",11880,76915 +"90927",11880,81122 +"90928",11880,87925 +"90929",11880,103323 +"90930",11881,47883 +"90931",11882,11895 +"90932",11882,11918 +"90933",11882,11938 +"90934",11882,11981 +"90935",11882,12060 +"90936",11882,12061 +"90937",11882,12079 +"90938",11882,66959 +"90939",11883,12453 +"90940",11883,13599 +"90941",11883,23208 +"90942",11883,50465 +"90943",11883,70753 +"90944",11883,89680 +"90945",11884,12202 +"90946",11884,15084 +"90947",11884,18163 +"90948",11884,18174 +"90949",11884,25605 +"90950",11884,31061 +"90951",11884,31915 +"90952",11884,34820 +"90953",11884,35825 +"90954",11884,40905 +"90955",11884,48702 +"90956",11884,118223 +"90957",11885,58964 +"90958",11886,12581 +"90959",11886,16118 +"90960",11886,19087 +"90961",11886,29426 +"90962",11886,30579 +"90963",11886,38435 +"90964",11886,38459 +"90965",11886,38530 +"90966",11886,42520 +"90967",11886,60106 +"90968",11887,76040 +"90969",11887,105357 +"90970",11888,23959 +"90971",11888,47797 +"90972",11889,11891 +"90973",11890,16631 +"90974",11890,53802 +"90975",11890,61790 +"90976",11890,74844 +"90977",11890,94186 +"90978",11891,47179 +"90979",11891,53508 +"90980",11891,55538 +"90981",11891,63689 +"90982",11891,81762 +"90983",11892,11968 +"90984",11892,12003 +"90985",11893,11955 +"90986",11893,35928 +"90987",11893,47332 +"90988",11893,47343 +"90989",11893,56512 +"90990",11893,56572 +"90991",11893,74682 +"90992",11894,11896 +"90993",11894,12072 +"90994",11894,12487 +"90995",11894,12488 +"90996",11894,12641 +"90997",11895,11918 +"90998",11895,11938 +"90999",11895,11981 +"91000",11895,12060 +"91001",11895,12061 +"91002",11895,12079 +"91003",11896,12072 +"91004",11896,12487 +"91005",11896,12488 +"91006",11896,12641 +"91007",11897,14467 +"91008",11897,14719 +"91009",11897,14750 +"91010",11897,21295 +"91011",11897,38399 +"91012",11897,51551 +"91013",11897,52720 +"91014",11897,54461 +"91015",11897,57037 +"91016",11897,62126 +"91017",11897,79780 +"91018",11897,80382 +"91019",11897,83006 +"91020",11897,104820 +"91021",11897,112814 +"91022",11897,113886 +"91023",11898,16410 +"91024",11899,12489 +"91025",11899,46896 +"91026",11899,46903 +"91027",11899,61908 +"91028",11901,15790 +"91029",11901,53604 +"91030",11901,58700 +"91031",11902,20685 +"91032",11902,63978 +"91033",11902,82619 +"91034",11903,12083 +"91035",11904,14606 +"91036",11904,17248 +"91037",11904,32221 +"91038",11904,32637 +"91039",11904,57094 +"91040",11904,77520 +"91041",11904,110923 +"91042",11905,33958 +"91043",11906,88763 +"91044",11907,46850 +"91045",11907,99424 +"91046",11908,23901 +"91047",11908,29154 +"91048",11908,50663 +"91049",11908,52055 +"91050",11908,58628 +"91051",11910,15497 +"91052",11910,24395 +"91053",11910,31802 +"91054",11910,41529 +"91055",11910,42228 +"91056",11910,42335 +"91057",11910,54919 +"91058",11910,55564 +"91059",11910,56172 +"91060",11910,63222 +"91061",11911,15957 +"91062",11911,16151 +"91063",11911,39576 +"91064",11911,39605 +"91065",11911,39606 +"91066",11911,100609 +"91067",11911,109318 +"91068",11912,12122 +"91069",11912,19893 +"91070",11912,34346 +"91071",11912,43474 +"91072",11912,44089 +"91073",11912,49046 +"91074",11912,53653 +"91075",11912,74280 +"91076",11913,12428 +"91077",11913,12807 +"91078",11913,13142 +"91079",11913,16689 +"91080",11913,17364 +"91081",11913,19036 +"91082",11913,19391 +"91083",11913,23075 +"91084",11913,25606 +"91085",11913,28530 +"91086",11913,30258 +"91087",11913,35154 +"91088",11913,38185 +"91089",11913,38683 +"91090",11913,40245 +"91091",11913,43226 +"91092",11913,44655 +"91093",11913,44973 +"91094",11913,46177 +"91095",11913,47048 +"91096",11913,48110 +"91097",11913,50479 +"91098",11913,58508 +"91099",11913,59054 +"91100",11913,59731 +"91101",11913,62642 +"91102",11913,64522 +"91103",11913,68091 +"91104",11913,69335 +"91105",11913,75245 +"91106",11913,75776 +"91107",11913,75956 +"91108",11913,76387 +"91109",11913,78978 +"91110",11913,79212 +"91111",11913,79241 +"91112",11913,79579 +"91113",11913,80239 +"91114",11913,80301 +"91115",11913,81397 +"91116",11913,88340 +"91117",11913,88749 +"91118",11913,89069 +"91119",11913,89373 +"91120",11913,89995 +"91121",11913,90919 +"91122",11913,90936 +"91123",11913,92861 +"91124",11913,93097 +"91125",11913,94231 +"91126",11913,95489 +"91127",11913,96247 +"91128",11913,96363 +"91129",11913,97898 +"91130",11913,108139 +"91131",11914,28906 +"91132",11914,29075 +"91133",11914,46271 +"91134",11915,12050 +"91135",11916,13891 +"91136",11916,18606 +"91137",11916,21103 +"91138",11916,22442 +"91139",11916,43430 +"91140",11916,69419 +"91141",11916,71055 +"91142",11917,12016 +"91143",11917,12259 +"91144",11917,39719 +"91145",11917,73420 +"91146",11917,82972 +"91147",11918,11938 +"91148",11918,11981 +"91149",11918,12060 +"91150",11918,12061 +"91151",11918,12079 +"91152",11918,25692 +"91153",11918,27732 +"91154",11918,78604 +"91155",11919,23586 +"91156",11919,65399 +"91157",11919,65431 +"91158",11919,65432 +"91159",11919,65465 +"91160",11919,65466 +"91161",11919,65950 +"91162",11920,26858 +"91163",11921,20315 +"91164",11921,25046 +"91165",11921,28119 +"91166",11921,28816 +"91167",11921,32863 +"91168",11921,35053 +"91169",11921,38615 +"91170",11921,43673 +"91171",11921,44322 +"91172",11921,49643 +"91173",11921,55028 +"91174",11921,56900 +"91175",11921,58643 +"91176",11921,60820 +"91177",11921,62120 +"91178",11921,62426 +"91179",11921,63408 +"91180",11921,63427 +"91181",11921,63432 +"91182",11921,72059 +"91183",11921,73246 +"91184",11921,73387 +"91185",11923,13637 +"91186",11924,49311 +"91187",11924,63539 +"91188",11925,12068 +"91189",11925,19248 +"91190",11925,28112 +"91191",11925,28882 +"91192",11925,32726 +"91193",11925,33352 +"91194",11925,33380 +"91195",11925,35281 +"91196",11925,42944 +"91197",11925,48716 +"91198",11925,48732 +"91199",11925,68795 +"91200",11925,75633 +"91201",11926,15762 +"91202",11926,20031 +"91203",11926,22466 +"91204",11926,29115 +"91205",11926,35471 +"91206",11926,35481 +"91207",11926,35963 +"91208",11926,47337 +"91209",11926,48484 +"91210",11926,49364 +"91211",11926,58052 +"91212",11926,59505 +"91213",11926,68120 +"91214",11926,68561 +"91215",11926,71541 +"91216",11926,78076 +"91217",11926,91904 +"91218",11926,92441 +"91219",11926,94806 +"91220",11926,98166 +"91221",11926,101927 +"91222",11926,105685 +"91223",11927,20492 +"91224",11927,24478 +"91225",11927,24507 +"91226",11927,26721 +"91227",11927,31122 +"91228",11927,38398 +"91229",11927,38568 +"91230",11927,41190 +"91231",11927,41814 +"91232",11927,41839 +"91233",11927,42959 +"91234",11927,50328 +"91235",11927,55897 +"91236",11927,61067 +"91237",11927,71990 +"91238",11927,73020 +"91239",11927,87529 +"91240",11928,26524 +"91241",11928,53604 +"91242",11928,53988 +"91243",11928,67511 +"91244",11929,46651 +"91245",11929,62603 +"91246",11929,68617 +"91247",11929,79677 +"91248",11929,99721 +"91249",11930,12138 +"91250",11930,13296 +"91251",11930,30017 +"91252",11930,81502 +"91253",11930,104334 +"91254",11931,33942 +"91255",11931,89023 +"91256",11931,105178 +"91257",11932,25054 +"91258",11933,46497 +"91259",11933,52659 +"91260",11933,68895 +"91261",11933,82123 +"91262",11933,97426 +"91263",11933,115345 +"91264",11934,12069 +"91265",11934,12087 +"91266",11934,17709 +"91267",11934,42911 +"91268",11934,76826 +"91269",11935,30131 +"91270",11935,48619 +"91271",11935,105609 +"91272",11935,119026 +"91273",11935,122078 +"91274",11935,122079 +"91275",11935,122080 +"91276",11936,13715 +"91277",11936,15506 +"91278",11936,15816 +"91279",11936,17904 +"91280",11936,19794 +"91281",11936,21207 +"91282",11936,22335 +"91283",11936,22769 +"91284",11936,25651 +"91285",11936,26310 +"91286",11936,30770 +"91287",11936,30773 +"91288",11936,30924 +"91289",11936,36912 +"91290",11936,41581 +"91291",11936,51146 +"91292",11936,53743 +"91293",11936,61435 +"91294",11936,78984 +"91295",11936,85560 +"91296",11937,35175 +"91297",11937,35538 +"91298",11937,38312 +"91299",11937,41543 +"91300",11937,48101 +"91301",11937,51818 +"91302",11937,53875 +"91303",11937,60925 +"91304",11937,61579 +"91305",11937,62476 +"91306",11937,65316 +"91307",11937,71451 +"91308",11937,72346 +"91309",11937,75163 +"91310",11937,85109 +"91311",11937,86664 +"91312",11938,11981 +"91313",11938,12060 +"91314",11938,12061 +"91315",11938,12079 +"91316",11938,13454 +"91317",11938,14626 +"91318",11938,14844 +"91319",11938,20209 +"91320",11938,20778 +"91321",11938,20848 +"91322",11938,23504 +"91323",11938,27807 +"91324",11938,29557 +"91325",11938,32556 +"91326",11938,33757 +"91327",11938,49353 +"91328",11938,62477 +"91329",11938,64695 +"91330",11938,69946 +"91331",11938,76434 +"91332",11938,76839 +"91333",11938,78604 +"91334",11938,80088 +"91335",11938,81308 +"91336",11938,81443 +"91337",11938,81462 +"91338",11938,81708 +"91339",11938,81939 +"91340",11938,88374 +"91341",11938,89286 +"91342",11938,94867 +"91343",11938,100599 +"91344",11938,101534 +"91345",11938,101684 +"91346",11938,101685 +"91347",11938,101706 +"91348",11938,102163 +"91349",11938,102175 +"91350",11938,102193 +"91351",11938,102200 +"91352",11938,107595 +"91353",11938,107960 +"91354",11938,109252 +"91355",11938,110837 +"91356",11938,111729 +"91357",11938,112534 +"91358",11938,123191 +"91359",11938,123192 +"91360",11940,39332 +"91361",11940,47244 +"91362",11940,47284 +"91363",11940,47326 +"91364",11940,47354 +"91365",11941,69225 +"91366",11941,81881 +"91367",11941,98522 +"91368",11941,98527 +"91369",11941,104668 +"91370",11941,112453 +"91371",11942,18502 +"91372",11942,26992 +"91373",11942,30396 +"91374",11942,32740 +"91375",11942,35973 +"91376",11942,36205 +"91377",11942,37363 +"91378",11942,47248 +"91379",11942,57612 +"91380",11942,58648 +"91381",11942,59603 +"91382",11942,62356 +"91383",11942,63124 +"91384",11942,65400 +"91385",11942,71717 +"91386",11942,73623 +"91387",11942,88462 +"91388",11942,94443 +"91389",11942,98140 +"91390",11942,98955 +"91391",11942,99043 +"91392",11942,100300 +"91393",11942,105330 +"91394",11942,105349 +"91395",11942,105950 +"91396",11942,110508 +"91397",11942,113237 +"91398",11942,119587 +"91399",11943,12192 +"91400",11944,12274 +"91401",11944,12355 +"91402",11944,17718 +"91403",11944,17944 +"91404",11944,19161 +"91405",11944,20268 +"91406",11944,20410 +"91407",11944,21461 +"91408",11944,22201 +"91409",11944,30236 +"91410",11944,30555 +"91411",11944,31371 +"91412",11944,33907 +"91413",11944,34906 +"91414",11944,38678 +"91415",11944,38679 +"91416",11944,38680 +"91417",11944,38732 +"91418",11944,38747 +"91419",11944,38759 +"91420",11944,38794 +"91421",11944,39195 +"91422",11944,39322 +"91423",11944,42127 +"91424",11944,49565 +"91425",11944,59242 +"91426",11944,64953 +"91427",11944,102133 +"91428",11945,21644 +"91429",11945,34669 +"91430",11945,46034 +"91431",11945,61762 +"91432",11945,67721 +"91433",11945,80106 +"91434",11945,94741 +"91435",11945,111574 +"91436",11946,14891 +"91437",11946,18397 +"91438",11946,20653 +"91439",11946,26443 +"91440",11946,28043 +"91441",11946,28438 +"91442",11946,28568 +"91443",11946,29296 +"91444",11946,31168 +"91445",11946,31170 +"91446",11946,31181 +"91447",11946,31182 +"91448",11946,31184 +"91449",11946,31238 +"91450",11946,31247 +"91451",11946,31269 +"91452",11946,31314 +"91453",11946,58923 +"91454",11946,62569 +"91455",11947,18974 +"91456",11947,28919 +"91457",11947,29003 +"91458",11947,33037 +"91459",11947,36673 +"91460",11947,42049 +"91461",11947,43381 +"91462",11948,25559 +"91463",11948,28310 +"91464",11948,32461 +"91465",11948,38193 +"91466",11948,40446 +"91467",11948,49838 +"91468",11948,51486 +"91469",11948,55805 +"91470",11948,70139 +"91471",11948,70535 +"91472",11948,84215 +"91473",11948,89703 +"91474",11948,96788 +"91475",11948,99714 +"91476",11948,102019 +"91477",11948,104252 +"91478",11948,104383 +"91479",11948,108450 +"91480",11949,28350 +"91481",11949,58313 +"91482",11949,68903 +"91483",11949,106195 +"91484",11950,12244 +"91485",11950,14330 +"91486",11950,33299 +"91487",11951,12020 +"91488",11951,59349 +"91489",11952,17316 +"91490",11952,50314 +"91491",11952,80946 +"91492",11952,84242 +"91493",11953,31016 +"91494",11953,39567 +"91495",11954,15581 +"91496",11954,18409 +"91497",11954,19180 +"91498",11954,19601 +"91499",11954,31001 +"91500",11954,44903 +"91501",11954,76057 +"91502",11954,101567 +"91503",11955,26383 +"91504",11955,50210 +"91505",11956,13806 +"91506",11956,14992 +"91507",11956,19639 +"91508",11956,20591 +"91509",11956,32494 +"91510",11956,33405 +"91511",11956,34831 +"91512",11956,44258 +"91513",11956,54968 +"91514",11956,59958 +"91515",11956,64760 +"91516",11956,77661 +"91517",11956,79009 +"91518",11956,79041 +"91519",11957,22567 +"91520",11957,32338 +"91521",11957,52276 +"91522",11957,52557 +"91523",11957,68564 +"91524",11957,83795 +"91525",11957,91596 +"91526",11957,91619 +"91527",11957,95167 +"91528",11957,118749 +"91529",11958,15180 +"91530",11958,15683 +"91531",11958,38834 +"91532",11958,46700 +"91533",11958,54528 +"91534",11958,66907 +"91535",11958,74484 +"91536",11958,88564 +"91537",11959,15058 +"91538",11959,18810 +"91539",11959,33286 +"91540",11959,52730 +"91541",11959,105424 +"91542",11960,16464 +"91543",11960,53059 +"91544",11961,33201 +"91545",11961,38782 +"91546",11961,40128 +"91547",11961,63531 +"91548",11961,88943 +"91549",11961,99070 +"91550",11961,99344 +"91551",11961,99695 +"91552",11961,99707 +"91553",11961,115474 +"91554",11961,121568 +"91555",11962,12038 +"91556",11962,66968 +"91557",11963,13084 +"91558",11963,15128 +"91559",11963,16143 +"91560",11963,16254 +"91561",11963,18231 +"91562",11963,23628 +"91563",11963,24204 +"91564",11963,27139 +"91565",11963,27439 +"91566",11963,29932 +"91567",11963,31985 +"91568",11963,32008 +"91569",11963,50153 +"91570",11963,52456 +"91571",11963,59372 +"91572",11963,74809 +"91573",11963,97440 +"91574",11963,106451 +"91575",11964,11965 +"91576",11965,23469 +"91577",11965,51234 +"91578",11965,56780 +"91579",11965,66756 +"91580",11965,69271 +"91581",11965,88793 +"91582",11965,112128 +"91583",11966,12049 +"91584",11966,21571 +"91585",11966,22566 +"91586",11966,27885 +"91587",11966,28064 +"91588",11966,32567 +"91589",11966,49019 +"91590",11966,53840 +"91591",11966,57714 +"91592",11966,73717 +"91593",11967,19312 +"91594",11968,12003 +"91595",11968,119803 +"91596",11968,119838 +"91597",11969,58635 +"91598",11969,111429 +"91599",11969,121244 +"91600",11970,11987 +"91601",11970,12007 +"91602",11971,20609 +"91603",11971,23168 +"91604",11971,65052 +"91605",11972,12635 +"91606",11972,37268 +"91607",11972,74894 +"91608",11973,19797 +"91609",11973,35019 +"91610",11973,110104 +"91611",11973,117233 +"91612",11973,117234 +"91613",11974,12217 +"91614",11974,24167 +"91615",11974,31248 +"91616",11974,48984 +"91617",11974,56770 +"91618",11975,29505 +"91619",11975,49919 +"91620",11976,16567 +"91621",11976,22420 +"91622",11976,23924 +"91623",11976,32648 +"91624",11976,33927 +"91625",11976,38365 +"91626",11976,54847 +"91627",11976,64415 +"91628",11976,118147 +"91629",11977,27654 +"91630",11977,37008 +"91631",11977,80932 +"91632",11977,82859 +"91633",11977,97132 +"91634",11977,98818 +"91635",11978,23919 +"91636",11978,24063 +"91637",11978,39524 +"91638",11978,47586 +"91639",11978,76450 +"91640",11978,82190 +"91641",11978,85230 +"91642",11978,92627 +"91643",11979,25291 +"91644",11979,30853 +"91645",11979,38032 +"91646",11979,41462 +"91647",11979,69257 +"91648",11980,14946 +"91649",11980,15779 +"91650",11980,15933 +"91651",11980,16004 +"91652",11981,12060 +"91653",11981,12061 +"91654",11981,12079 +"91655",11981,13379 +"91656",11981,14626 +"91657",11981,29319 +"91658",11981,62477 +"91659",11981,64412 +"91660",11982,15054 +"91661",11982,15122 +"91662",11983,13837 +"91663",11983,15937 +"91664",11983,16971 +"91665",11983,25976 +"91666",11983,50933 +"91667",11983,62629 +"91668",11983,92322 +"91669",11983,94783 +"91670",11983,109350 +"91671",11983,113302 +"91672",11984,12075 +"91673",11984,20180 +"91674",11985,72127 +"91675",11985,83476 +"91676",11985,83496 +"91677",11986,12009 +"91678",11986,12071 +"91679",11986,12372 +"91680",11986,17991 +"91681",11986,28218 +"91682",11986,33630 +"91683",11986,37518 +"91684",11986,39964 +"91685",11986,56535 +"91686",11986,78696 +"91687",11986,82986 +"91688",11987,12007 +"91689",11988,17535 +"91690",11988,18452 +"91691",11988,23559 +"91692",11988,23722 +"91693",11988,23723 +"91694",11988,30858 +"91695",11988,31986 +"91696",11988,32581 +"91697",11988,33158 +"91698",11988,33811 +"91699",11988,38896 +"91700",11988,40312 +"91701",11988,40437 +"91702",11988,42126 +"91703",11988,48070 +"91704",11988,48545 +"91705",11988,59001 +"91706",11988,62021 +"91707",11988,62116 +"91708",11989,52654 +"91709",11989,103232 +"91710",11990,22503 +"91711",11990,22754 +"91712",11990,24127 +"91713",11990,25788 +"91714",11990,38386 +"91715",11990,38716 +"91716",11990,44795 +"91717",11990,45526 +"91718",11990,54372 +"91719",11990,86699 +"91720",11990,102476 +"91721",11990,104180 +"91722",11990,104539 +"91723",11990,104555 +"91724",11991,12086 +"91725",11992,27707 +"91726",11993,16522 +"91727",11993,51916 +"91728",11993,56147 +"91729",11993,58559 +"91730",11994,61896 +"91731",11995,62774 +"91732",11995,78065 +"91733",11995,95758 +"91734",11995,111370 +"91735",11997,45854 +"91736",11998,28781 +"91737",11998,47271 +"91738",11999,12780 +"91739",11999,12984 +"91740",11999,22270 +"91741",11999,27063 +"91742",11999,32670 +"91743",11999,45189 +"91744",11999,57675 +"91745",11999,57765 +"91746",11999,70047 +"91747",12000,13125 +"91748",12000,13671 +"91749",12000,27937 +"91750",12000,32233 +"91751",12000,45309 +"91752",12000,77228 +"91753",12000,77229 +"91754",12000,77259 +"91755",12000,90443 +"91756",12001,86282 +"91757",12002,23481 +"91758",12002,57604 +"91759",12002,57950 +"91760",12002,87308 +"91761",12002,89257 +"91762",12002,89283 +"91763",12002,89287 +"91764",12002,97583 +"91765",12003,56028 +"91766",12003,85537 +"91767",12003,103474 +"91768",12004,17756 +"91769",12004,18363 +"91770",12004,19072 +"91771",12004,21570 +"91772",12004,22504 +"91773",12004,27885 +"91774",12004,45876 +"91775",12004,67725 +"91776",12004,83093 +"91777",12004,110735 +"91778",12005,19128 +"91779",12005,32105 +"91780",12005,32631 +"91781",12005,71525 +"91782",12005,73114 +"91783",12006,74469 +"91784",12007,12688 +"91785",12007,17678 +"91786",12007,18871 +"91787",12007,18920 +"91788",12007,23483 +"91789",12007,45022 +"91790",12007,69934 +"91791",12007,84027 +"91792",12007,89258 +"91793",12007,100830 +"91794",12008,48756 +"91795",12008,48757 +"91796",12008,48782 +"91797",12009,12071 +"91798",12009,15620 +"91799",12009,16747 +"91800",12009,16890 +"91801",12009,41396 +"91802",12010,13953 +"91803",12010,24864 +"91804",12010,31509 +"91805",12010,32300 +"91806",12010,56496 +"91807",12010,71776 +"91808",12010,75605 +"91809",12010,75921 +"91810",12010,98319 +"91811",12011,12081 +"91812",12012,20314 +"91813",12012,28776 +"91814",12012,38226 +"91815",12012,39030 +"91816",12012,76704 +"91817",12012,80506 +"91818",12012,87206 +"91819",12012,88135 +"91820",12012,105416 +"91821",12012,114189 +"91822",12013,37095 +"91823",12014,80578 +"91824",12015,33607 +"91825",12015,47925 +"91826",12015,72833 +"91827",12016,12259 +"91828",12016,27061 +"91829",12016,79972 +"91830",12016,82972 +"91831",12016,83019 +"91832",12016,91379 +"91833",12017,13329 +"91834",12017,30451 +"91835",12017,69623 +"91836",12017,99310 +"91837",12017,99565 +"91838",12017,110340 +"91839",12018,14952 +"91840",12018,15045 +"91841",12018,19093 +"91842",12018,21711 +"91843",12018,26170 +"91844",12018,26652 +"91845",12018,29097 +"91846",12018,34273 +"91847",12018,41407 +"91848",12018,48556 +"91849",12018,85683 +"91850",12018,85780 +"91851",12018,103195 +"91852",12019,12374 +"91853",12019,23664 +"91854",12019,24078 +"91855",12019,26965 +"91856",12019,29996 +"91857",12019,30898 +"91858",12019,34726 +"91859",12019,37893 +"91860",12020,59349 +"91861",12021,29750 +"91862",12021,49302 +"91863",12022,15575 +"91864",12022,30675 +"91865",12022,36420 +"91866",12022,87871 +"91867",12023,12037 +"91868",12023,13295 +"91869",12023,19662 +"91870",12023,22754 +"91871",12023,27263 +"91872",12023,31753 +"91873",12023,38716 +"91874",12023,41077 +"91875",12023,50766 +"91876",12023,54372 +"91877",12023,73797 +"91878",12023,103554 +"91879",12023,103577 +"91880",12023,105318 +"91881",12023,105324 +"91882",12023,105358 +"91883",12023,106969 +"91884",12023,110241 +"91885",12024,14591 +"91886",12024,15558 +"91887",12024,17727 +"91888",12024,34576 +"91889",12024,61750 +"91890",12024,74813 +"91891",12024,78335 +"91892",12024,83238 +"91893",12024,97562 +"91894",12026,12104 +"91895",12026,12317 +"91896",12026,12370 +"91897",12026,86556 +"91898",12027,39996 +"91899",12027,108359 +"91900",12028,21488 +"91901",12029,37000 +"91902",12029,39093 +"91903",12030,32178 +"91904",12030,32317 +"91905",12031,26293 +"91906",12031,45308 +"91907",12031,51003 +"91908",12031,57949 +"91909",12032,75338 +"91910",12032,109868 +"91911",12033,15176 +"91912",12033,17135 +"91913",12033,17630 +"91914",12033,17951 +"91915",12033,27297 +"91916",12033,38808 +"91917",12033,50459 +"91918",12033,58535 +"91919",12033,86113 +"91920",12034,23978 +"91921",12034,24174 +"91922",12034,24669 +"91923",12034,24979 +"91924",12034,28387 +"91925",12034,31040 +"91926",12034,32943 +"91927",12034,34858 +"91928",12034,35888 +"91929",12034,36539 +"91930",12034,38091 +"91931",12034,43877 +"91932",12034,49406 +"91933",12034,49535 +"91934",12034,49560 +"91935",12034,49561 +"91936",12034,59191 +"91937",12035,23404 +"91938",12035,24511 +"91939",12035,28144 +"91940",12035,34053 +"91941",12035,41214 +"91942",12035,51883 +"91943",12035,52442 +"91944",12035,69154 +"91945",12036,30439 +"91946",12036,44550 +"91947",12036,47852 +"91948",12036,65560 +"91949",12036,99700 +"91950",12038,36657 +"91951",12038,50217 +"91952",12038,61604 +"91953",12039,14674 +"91954",12039,19885 +"91955",12039,39031 +"91956",12039,104135 +"91957",12039,118441 +"91958",12040,19388 +"91959",12040,30927 +"91960",12041,13073 +"91961",12041,15343 +"91962",12041,15693 +"91963",12041,16853 +"91964",12041,16943 +"91965",12041,16967 +"91966",12041,17004 +"91967",12041,17021 +"91968",12041,17063 +"91969",12041,17967 +"91970",12041,19661 +"91971",12041,23120 +"91972",12041,23542 +"91973",12041,28504 +"91974",12041,35436 +"91975",12041,52466 +"91976",12041,63490 +"91977",12041,66373 +"91978",12041,78665 +"91979",12041,79197 +"91980",12041,79283 +"91981",12041,79291 +"91982",12041,79335 +"91983",12041,83841 +"91984",12041,86607 +"91985",12041,86796 +"91986",12041,91213 +"91987",12041,91217 +"91988",12041,110496 +"91989",12042,12674 +"91990",12042,12682 +"91991",12042,15952 +"91992",12042,16352 +"91993",12042,17400 +"91994",12042,26080 +"91995",12042,29976 +"91996",12042,33011 +"91997",12042,33644 +"91998",12042,34281 +"91999",12042,39109 +"92000",12042,42418 +"92001",12042,47986 +"92002",12042,48066 +"92003",12042,48147 +"92004",12042,54349 +"92005",12042,58294 +"92006",12042,62747 +"92007",12044,19332 +"92008",12044,22354 +"92009",12044,25152 +"92010",12044,33349 +"92011",12044,38625 +"92012",12045,20951 +"92013",12045,21698 +"92014",12045,21877 +"92015",12045,34155 +"92016",12045,38282 +"92017",12045,45766 +"92018",12045,95938 +"92019",12045,97719 +"92020",12046,12092 +"92021",12046,32009 +"92022",12047,45381 +"92023",12048,26867 +"92024",12048,50236 +"92025",12048,101793 +"92026",12049,12789 +"92027",12049,79585 +"92028",12050,43830 +"92029",12051,42474 +"92030",12051,52144 +"92031",12051,60304 +"92032",12051,116877 +"92033",12052,12164 +"92034",12052,24847 +"92035",12052,30218 +"92036",12052,33968 +"92037",12052,44467 +"92038",12052,50651 +"92039",12052,59814 +"92040",12052,85063 +"92041",12053,14155 +"92042",12054,30732 +"92043",12054,42260 +"92044",12054,55722 +"92045",12055,17426 +"92046",12055,33849 +"92047",12055,46616 +"92048",12055,47607 +"92049",12055,56513 +"92050",12055,79229 +"92051",12055,91510 +"92052",12055,112737 +"92053",12055,117152 +"92054",12056,48035 +"92055",12057,17587 +"92056",12058,14345 +"92057",12058,67021 +"92058",12059,72732 +"92059",12060,12061 +"92060",12060,12079 +"92061",12060,12288 +"92062",12060,19454 +"92063",12060,21548 +"92064",12060,22368 +"92065",12060,22557 +"92066",12060,22869 +"92067",12060,27247 +"92068",12060,40835 +"92069",12060,64087 +"92070",12060,64695 +"92071",12060,76042 +"92072",12060,78267 +"92073",12060,81042 +"92074",12060,89321 +"92075",12061,12079 +"92076",12061,13950 +"92077",12061,14954 +"92078",12061,15312 +"92079",12061,17538 +"92080",12061,17588 +"92081",12061,19441 +"92082",12061,19454 +"92083",12061,20848 +"92084",12061,21548 +"92085",12061,22368 +"92086",12061,22869 +"92087",12061,25025 +"92088",12061,27247 +"92089",12061,29557 +"92090",12061,35451 +"92091",12061,41509 +"92092",12061,41757 +"92093",12061,56737 +"92094",12061,61877 +"92095",12061,76738 +"92096",12061,78768 +"92097",12061,94215 +"92098",12061,94234 +"92099",12061,96647 +"92100",12061,97517 +"92101",12062,50948 +"92102",12062,51348 +"92103",12063,47317 +"92104",12063,55021 +"92105",12063,72089 +"92106",12064,104339 +"92107",12066,12080 +"92108",12067,12080 +"92109",12067,15826 +"92110",12067,16445 +"92111",12067,16696 +"92112",12067,19433 +"92113",12067,26158 +"92114",12067,27454 +"92115",12067,29526 +"92116",12067,34017 +"92117",12067,34359 +"92118",12067,37638 +"92119",12067,38513 +"92120",12067,38816 +"92121",12067,39062 +"92122",12067,39741 +"92123",12067,40331 +"92124",12067,42455 +"92125",12067,52249 +"92126",12067,52302 +"92127",12067,52952 +"92128",12067,54581 +"92129",12067,57231 +"92130",12067,78216 +"92131",12067,103788 +"92132",12067,115779 +"92133",12068,28112 +"92134",12068,28882 +"92135",12068,32726 +"92136",12068,33380 +"92137",12068,42944 +"92138",12068,48716 +"92139",12068,48732 +"92140",12068,68795 +"92141",12069,12087 +"92142",12069,39220 +"92143",12069,40961 +"92144",12069,79821 +"92145",12069,85638 +"92146",12069,85661 +"92147",12070,13792 +"92148",12070,42178 +"92149",12070,57776 +"92150",12070,90813 +"92151",12071,15775 +"92152",12071,17221 +"92153",12071,19394 +"92154",12071,25546 +"92155",12071,28157 +"92156",12071,28659 +"92157",12072,12487 +"92158",12072,12488 +"92159",12072,12641 +"92160",12073,44530 +"92161",12073,48081 +"92162",12073,74824 +"92163",12073,84602 +"92164",12073,88546 +"92165",12074,14285 +"92166",12074,30584 +"92167",12075,15959 +"92168",12075,18530 +"92169",12075,18843 +"92170",12075,34614 +"92171",12075,88464 +"92172",12075,89304 +"92173",12076,56261 +"92174",12076,71353 +"92175",12076,82498 +"92176",12076,94099 +"92177",12077,67030 +"92178",12077,73500 +"92179",12078,15549 +"92180",12078,30847 +"92181",12078,49837 +"92182",12078,60580 +"92183",12078,61916 +"92184",12078,66917 +"92185",12079,23504 +"92186",12079,25692 +"92187",12079,32423 +"92188",12079,49353 +"92189",12079,62477 +"92190",12079,63463 +"92191",12079,69357 +"92192",12079,76913 +"92193",12079,80088 +"92194",12079,81939 +"92195",12079,89261 +"92196",12079,107960 +"92197",12079,109252 +"92198",12079,117161 +"92199",12079,117169 +"92200",12079,117174 +"92201",12079,122842 +"92202",12080,27390 +"92203",12080,27445 +"92204",12080,28325 +"92205",12080,28326 +"92206",12080,37841 +"92207",12080,38816 +"92208",12080,55550 +"92209",12080,60302 +"92210",12080,77404 +"92211",12080,79204 +"92212",12080,79616 +"92213",12081,16514 +"92214",12081,18670 +"92215",12081,18857 +"92216",12081,20417 +"92217",12081,20528 +"92218",12081,20529 +"92219",12081,20616 +"92220",12081,20722 +"92221",12081,20830 +"92222",12081,29289 +"92223",12081,37296 +"92224",12081,38307 +"92225",12081,45310 +"92226",12081,45311 +"92227",12081,49470 +"92228",12081,50113 +"92229",12081,60040 +"92230",12081,70536 +"92231",12081,70573 +"92232",12082,12637 +"92233",12083,17033 +"92234",12083,17326 +"92235",12083,47432 +"92236",12083,78715 +"92237",12083,109919 +"92238",12083,110366 +"92239",12084,17824 +"92240",12084,23879 +"92241",12084,23963 +"92242",12084,26756 +"92243",12084,41888 +"92244",12084,61325 +"92245",12084,65896 +"92246",12084,65911 +"92247",12084,67005 +"92248",12084,67948 +"92249",12085,44407 +"92250",12085,63180 +"92251",12085,67485 +"92252",12085,77873 +"92253",12085,111613 +"92254",12085,112179 +"92255",12086,20176 +"92256",12086,28380 +"92257",12086,31686 +"92258",12086,37516 +"92259",12086,41760 +"92260",12086,55951 +"92261",12086,64146 +"92262",12086,68877 +"92263",12086,92778 +"92264",12087,15187 +"92265",12087,16646 +"92266",12087,17205 +"92267",12087,20923 +"92268",12087,22744 +"92269",12087,24611 +"92270",12087,36444 +"92271",12087,37041 +"92272",12087,37899 +"92273",12087,41035 +"92274",12087,79821 +"92275",12088,26367 +"92276",12088,34758 +"92277",12088,61624 +"92278",12088,99413 +"92279",12089,81459 +"92280",12090,40734 +"92281",12090,40790 +"92282",12090,87245 +"92283",12091,16585 +"92284",12091,19099 +"92285",12091,32360 +"92286",12091,39000 +"92287",12091,43263 +"92288",12091,71012 +"92289",12091,106786 +"92290",12092,32964 +"92291",12092,73470 +"92292",12093,34738 +"92293",12093,43825 +"92294",12093,56033 +"92295",12093,85257 +"92296",12094,16092 +"92297",12094,18393 +"92298",12094,29197 +"92299",12094,30936 +"92300",12094,62903 +"92301",12094,71440 +"92302",12095,105582 +"92303",12096,14879 +"92304",12096,22524 +"92305",12096,26570 +"92306",12096,28434 +"92307",12096,34126 +"92308",12096,51819 +"92309",12096,58230 +"92310",12096,77774 +"92311",12096,86325 +"92312",12096,89086 +"92313",12096,89087 +"92314",12096,91412 +"92315",12096,94308 +"92316",12096,95482 +"92317",12096,100396 +"92318",12096,109814 +"92319",12096,115718 +"92320",12096,119313 +"92321",12097,12101 +"92322",12097,12339 +"92323",12097,12384 +"92324",12097,24922 +"92325",12097,28170 +"92326",12097,28275 +"92327",12098,13002 +"92328",12098,44793 +"92329",12098,110707 +"92330",12099,12175 +"92331",12099,12310 +"92332",12099,30325 +"92333",12100,16910 +"92334",12100,17453 +"92335",12100,23517 +"92336",12100,23963 +"92337",12100,25644 +"92338",12100,34591 +"92339",12100,35972 +"92340",12100,43285 +"92341",12100,43353 +"92342",12100,43811 +"92343",12100,43895 +"92344",12100,43935 +"92345",12100,43966 +"92346",12100,43968 +"92347",12100,43992 +"92348",12100,43997 +"92349",12100,43999 +"92350",12100,44000 +"92351",12100,53387 +"92352",12101,12339 +"92353",12101,12384 +"92354",12101,47156 +"92355",12101,94519 +"92356",12101,112647 +"92357",12102,12177 +"92358",12102,12180 +"92359",12102,12249 +"92360",12102,12397 +"92361",12102,80708 +"92362",12102,103227 +"92363",12103,16040 +"92364",12103,17475 +"92365",12103,30906 +"92366",12103,31116 +"92367",12103,33822 +"92368",12103,33831 +"92369",12103,40091 +"92370",12103,40094 +"92371",12103,49614 +"92372",12103,50203 +"92373",12103,54680 +"92374",12103,54840 +"92375",12103,70467 +"92376",12104,12317 +"92377",12104,12370 +"92378",12104,45002 +"92379",12105,12371 +"92380",12105,12639 +"92381",12105,16620 +"92382",12105,17165 +"92383",12105,20701 +"92384",12105,21566 +"92385",12105,22053 +"92386",12105,23006 +"92387",12105,28988 +"92388",12105,31497 +"92389",12105,35217 +"92390",12105,44894 +"92391",12105,46298 +"92392",12105,46962 +"92393",12105,52926 +"92394",12105,79126 +"92395",12105,79472 +"92396",12106,41903 +"92397",12106,52759 +"92398",12106,59896 +"92399",12106,64574 +"92400",12108,39975 +"92401",12109,12110 +"92402",12109,82437 +"92403",12109,95895 +"92404",12110,36756 +"92405",12110,43603 +"92406",12110,51299 +"92407",12110,69093 +"92408",12110,71544 +"92409",12110,76830 +"92410",12110,76904 +"92411",12110,105616 +"92412",12111,32611 +"92413",12111,35440 +"92414",12111,46681 +"92415",12111,61190 +"92416",12111,77489 +"92417",12111,88926 +"92418",12112,44276 +"92419",12112,44288 +"92420",12112,90839 +"92421",12112,94278 +"92422",12112,97769 +"92423",12113,44520 +"92424",12113,45008 +"92425",12113,81978 +"92426",12113,120414 +"92427",12113,120430 +"92428",12113,123382 +"92429",12114,17221 +"92430",12114,23133 +"92431",12115,12993 +"92432",12115,55365 +"92433",12116,13340 +"92434",12116,22410 +"92435",12116,33940 +"92436",12116,36840 +"92437",12116,42407 +"92438",12116,48501 +"92439",12116,55605 +"92440",12116,67787 +"92441",12116,78524 +"92442",12117,12311 +"92443",12117,18270 +"92444",12117,35714 +"92445",12117,38178 +"92446",12117,42085 +"92447",12117,44238 +"92448",12117,50823 +"92449",12117,61001 +"92450",12117,73486 +"92451",12117,102106 +"92452",12117,107185 +"92453",12118,12150 +"92454",12119,12273 +"92455",12119,30833 +"92456",12119,80027 +"92457",12120,27811 +"92458",12120,31794 +"92459",12120,31800 +"92460",12120,31943 +"92461",12120,34191 +"92462",12120,34248 +"92463",12120,43519 +"92464",12120,44088 +"92465",12120,56867 +"92466",12120,83238 +"92467",12120,85201 +"92468",12120,91830 +"92469",12120,101904 +"92470",12121,13609 +"92471",12121,13759 +"92472",12121,17709 +"92473",12121,19002 +"92474",12121,32707 +"92475",12121,33938 +"92476",12121,34616 +"92477",12121,42733 +"92478",12121,42744 +"92479",12121,42911 +"92480",12121,48858 +"92481",12121,70032 +"92482",12121,76826 +"92483",12121,88536 +"92484",12121,92553 +"92485",12121,97213 +"92486",12121,105181 +"92487",12121,107008 +"92488",12121,107043 +"92489",12121,107044 +"92490",12121,108214 +"92491",12122,36784 +"92492",12122,38347 +"92493",12122,42420 +"92494",12122,42483 +"92495",12122,43474 +"92496",12122,44089 +"92497",12122,49800 +"92498",12122,53653 +"92499",12122,82758 +"92500",12122,84131 +"92501",12122,111943 +"92502",12123,25648 +"92503",12123,33635 +"92504",12123,41642 +"92505",12123,42197 +"92506",12123,55071 +"92507",12123,62750 +"92508",12123,68284 +"92509",12123,76298 +"92510",12123,96344 +"92511",12123,102749 +"92512",12123,110319 +"92513",12124,78610 +"92514",12124,103924 +"92515",12124,104937 +"92516",12125,12266 +"92517",12125,12341 +"92518",12126,21057 +"92519",12126,26488 +"92520",12126,34357 +"92521",12127,12146 +"92522",12127,13047 +"92523",12127,13135 +"92524",12127,70057 +"92525",12128,12480 +"92526",12128,13487 +"92527",12128,18520 +"92528",12128,22017 +"92529",12128,25483 +"92530",12128,30564 +"92531",12128,47098 +"92532",12128,50785 +"92533",12128,54306 +"92534",12128,63179 +"92535",12128,65972 +"92536",12128,70216 +"92537",12128,86793 +"92538",12128,90541 +"92539",12129,42282 +"92540",12129,69866 +"92541",12129,103184 +"92542",12130,12334 +"92543",12130,28874 +"92544",12130,36175 +"92545",12130,60643 +"92546",12130,75144 +"92547",12131,25104 +"92548",12131,27740 +"92549",12131,37596 +"92550",12131,109196 +"92551",12132,12566 +"92552",12132,12903 +"92553",12132,20070 +"92554",12132,36194 +"92555",12132,36437 +"92556",12132,68385 +"92557",12134,91371 +"92558",12134,91412 +"92559",12134,91413 +"92560",12135,19851 +"92561",12135,22153 +"92562",12135,41518 +"92563",12135,67748 +"92564",12135,73792 +"92565",12135,77611 +"92566",12136,12203 +"92567",12136,12287 +"92568",12136,20223 +"92569",12136,21485 +"92570",12136,28068 +"92571",12136,28400 +"92572",12136,50354 +"92573",12136,51245 +"92574",12136,62929 +"92575",12136,76518 +"92576",12136,83913 +"92577",12136,85560 +"92578",12136,95821 +"92579",12136,102915 +"92580",12136,103356 +"92581",12136,110284 +"92582",12136,114517 +"92583",12137,12165 +"92584",12140,27543 +"92585",12140,28363 +"92586",12140,31389 +"92587",12140,39617 +"92588",12140,46263 +"92589",12140,48101 +"92590",12140,48809 +"92591",12141,20684 +"92592",12141,39065 +"92593",12141,46964 +"92594",12142,12412 +"92595",12142,30945 +"92596",12142,31129 +"92597",12142,33638 +"92598",12143,12294 +"92599",12143,12379 +"92600",12143,15206 +"92601",12143,24766 +"92602",12143,85589 +"92603",12143,87248 +"92604",12143,95266 +"92605",12144,19973 +"92606",12145,36016 +"92607",12145,60300 +"92608",12146,13047 +"92609",12146,13135 +"92610",12146,15692 +"92611",12146,22627 +"92612",12146,22722 +"92613",12146,54200 +"92614",12146,61543 +"92615",12146,107603 +"92616",12147,12148 +"92617",12147,12230 +"92618",12148,12230 +"92619",12149,12232 +"92620",12149,12282 +"92621",12149,12318 +"92622",12149,59085 +"92623",12149,69031 +"92624",12150,19444 +"92625",12150,20582 +"92626",12150,37483 +"92627",12150,53090 +"92628",12150,93888 +"92629",12150,107530 +"92630",12150,109008 +"92631",12150,109584 +"92632",12150,117212 +"92633",12151,26904 +"92634",12151,59171 +"92635",12151,66306 +"92636",12151,84153 +"92637",12151,84841 +"92638",12151,98783 +"92639",12152,12153 +"92640",12152,12957 +"92641",12152,18390 +"92642",12152,19303 +"92643",12152,19491 +"92644",12152,24972 +"92645",12152,25205 +"92646",12152,31905 +"92647",12152,42431 +"92648",12152,46767 +"92649",12152,48972 +"92650",12152,51528 +"92651",12152,59602 +"92652",12152,79158 +"92653",12152,79420 +"92654",12152,96248 +"92655",12152,120840 +"92656",12153,16510 +"92657",12153,49022 +"92658",12153,58238 +"92659",12154,34796 +"92660",12155,13110 +"92661",12155,17996 +"92662",12155,40824 +"92663",12155,41801 +"92664",12155,45375 +"92665",12155,51198 +"92666",12155,62023 +"92667",12155,64252 +"92668",12155,76657 +"92669",12156,49181 +"92670",12156,64315 +"92671",12156,67457 +"92672",12156,116070 +"92673",12158,14874 +"92674",12158,23278 +"92675",12158,24729 +"92676",12158,29351 +"92677",12158,36927 +"92678",12158,41881 +"92679",12158,43067 +"92680",12158,45308 +"92681",12158,50969 +"92682",12158,52671 +"92683",12158,77728 +"92684",12158,100909 +"92685",12158,116115 +"92686",12158,121959 +"92687",12159,14426 +"92688",12159,38452 +"92689",12159,76314 +"92690",12159,78173 +"92691",12160,37832 +"92692",12160,42088 +"92693",12161,21098 +"92694",12161,73597 +"92695",12161,74646 +"92696",12161,86628 +"92697",12161,92928 +"92698",12161,99423 +"92699",12161,109143 +"92700",12161,111373 +"92701",12162,17576 +"92702",12162,53321 +"92703",12162,71732 +"92704",12162,115084 +"92705",12163,15391 +"92706",12163,29057 +"92707",12163,40881 +"92708",12163,41411 +"92709",12163,69338 +"92710",12163,83700 +"92711",12163,92036 +"92712",12164,14204 +"92713",12164,21512 +"92714",12164,30218 +"92715",12164,49200 +"92716",12164,53350 +"92717",12164,64862 +"92718",12165,12474 +"92719",12165,55554 +"92720",12165,61162 +"92721",12166,12167 +"92722",12166,20139 +"92723",12166,25233 +"92724",12166,31547 +"92725",12167,15239 +"92726",12167,31756 +"92727",12167,56214 +"92728",12168,13244 +"92729",12169,17113 +"92730",12170,17663 +"92731",12170,18957 +"92732",12170,21229 +"92733",12170,27110 +"92734",12170,64217 +"92735",12170,86553 +"92736",12171,12410 +"92737",12171,15019 +"92738",12171,15532 +"92739",12171,15908 +"92740",12171,17536 +"92741",12171,18270 +"92742",12171,20449 +"92743",12171,21088 +"92744",12171,23847 +"92745",12171,24012 +"92746",12171,24910 +"92747",12171,25758 +"92748",12171,26537 +"92749",12171,26872 +"92750",12171,28767 +"92751",12171,28871 +"92752",12171,30334 +"92753",12171,35496 +"92754",12171,37610 +"92755",12171,37636 +"92756",12171,39435 +"92757",12171,40131 +"92758",12171,40166 +"92759",12171,40392 +"92760",12171,40905 +"92761",12171,41030 +"92762",12171,41527 +"92763",12171,41529 +"92764",12171,41778 +"92765",12171,43147 +"92766",12171,43234 +"92767",12171,43858 +"92768",12171,44828 +"92769",12171,45657 +"92770",12171,45933 +"92771",12171,46434 +"92772",12171,46788 +"92773",12171,47123 +"92774",12171,47488 +"92775",12171,48909 +"92776",12171,49859 +"92777",12171,50064 +"92778",12171,50067 +"92779",12171,50554 +"92780",12171,50879 +"92781",12171,51783 +"92782",12171,52018 +"92783",12171,53444 +"92784",12171,53527 +"92785",12171,53555 +"92786",12171,54275 +"92787",12171,56628 +"92788",12171,58004 +"92789",12171,58068 +"92790",12171,58633 +"92791",12171,61111 +"92792",12171,61127 +"92793",12171,68287 +"92794",12172,58707 +"92795",12172,110111 +"92796",12172,110616 +"92797",12172,115179 +"92798",12173,12193 +"92799",12173,20273 +"92800",12173,20662 +"92801",12173,20953 +"92802",12173,21001 +"92803",12174,19515 +"92804",12174,20790 +"92805",12174,26443 +"92806",12174,31314 +"92807",12174,46429 +"92808",12174,46464 +"92809",12175,12310 +"92810",12175,30325 +"92811",12175,68026 +"92812",12175,82007 +"92813",12175,85124 +"92814",12175,90577 +"92815",12175,91145 +"92816",12175,100344 +"92817",12175,118585 +"92818",12175,119894 +"92819",12175,120757 +"92820",12175,120758 +"92821",12176,79780 +"92822",12176,84669 +"92823",12176,90398 +"92824",12176,99138 +"92825",12176,102012 +"92826",12176,103203 +"92827",12176,104161 +"92828",12176,105890 +"92829",12176,114479 +"92830",12177,12180 +"92831",12177,12249 +"92832",12177,12397 +"92833",12177,48594 +"92834",12177,60247 +"92835",12177,105596 +"92836",12177,117782 +"92837",12178,21235 +"92838",12178,53737 +"92839",12178,62877 +"92840",12178,77317 +"92841",12179,45139 +"92842",12179,46272 +"92843",12179,53691 +"92844",12179,63226 +"92845",12179,71513 +"92846",12180,12249 +"92847",12180,12397 +"92848",12180,114574 +"92849",12181,28770 +"92850",12181,28847 +"92851",12181,31070 +"92852",12181,33337 +"92853",12181,41278 +"92854",12181,45987 +"92855",12181,48579 +"92856",12181,58265 +"92857",12181,76266 +"92858",12181,80585 +"92859",12181,80628 +"92860",12181,90837 +"92861",12182,71011 +"92862",12183,12297 +"92863",12184,28909 +"92864",12184,61456 +"92865",12184,65422 +"92866",12185,12500 +"92867",12185,21105 +"92868",12185,22837 +"92869",12185,26592 +"92870",12185,28623 +"92871",12185,37354 +"92872",12185,38625 +"92873",12185,39417 +"92874",12185,40551 +"92875",12185,40768 +"92876",12185,42064 +"92877",12185,45350 +"92878",12185,57258 +"92879",12185,61963 +"92880",12185,62878 +"92881",12185,76131 +"92882",12185,78806 +"92883",12185,79977 +"92884",12185,84510 +"92885",12185,88764 +"92886",12185,99618 +"92887",12185,100390 +"92888",12185,101615 +"92889",12185,103090 +"92890",12186,98463 +"92891",12187,17056 +"92892",12187,29353 +"92893",12187,31682 +"92894",12187,34700 +"92895",12187,57404 +"92896",12187,64849 +"92897",12187,70372 +"92898",12187,98458 +"92899",12187,103460 +"92900",12187,104169 +"92901",12187,115548 +"92902",12188,12703 +"92903",12188,23664 +"92904",12188,26010 +"92905",12188,29133 +"92906",12188,40790 +"92907",12188,95464 +"92908",12188,106949 +"92909",12189,24493 +"92910",12189,24548 +"92911",12189,99525 +"92912",12190,32193 +"92913",12190,32210 +"92914",12191,12854 +"92915",12191,53239 +"92916",12192,15251 +"92917",12192,15253 +"92918",12192,17802 +"92919",12192,18005 +"92920",12192,27989 +"92921",12192,30974 +"92922",12192,34486 +"92923",12192,40349 +"92924",12192,41950 +"92925",12192,54214 +"92926",12192,102425 +"92927",12193,15338 +"92928",12193,16539 +"92929",12193,18218 +"92930",12193,21001 +"92931",12193,22129 +"92932",12193,24376 +"92933",12193,30093 +"92934",12193,40269 +"92935",12193,46262 +"92936",12193,53408 +"92937",12193,56295 +"92938",12193,66943 +"92939",12193,67767 +"92940",12194,19094 +"92941",12194,19190 +"92942",12194,34616 +"92943",12194,35513 +"92944",12194,36919 +"92945",12194,78301 +"92946",12194,92553 +"92947",12194,97530 +"92948",12194,107158 +"92949",12195,12260 +"92950",12195,12333 +"92951",12196,12331 +"92952",12196,40538 +"92953",12196,44599 +"92954",12196,57684 +"92955",12196,61924 +"92956",12196,76936 +"92957",12196,91752 +"92958",12196,96026 +"92959",12196,98367 +"92960",12197,45024 +"92961",12197,81663 +"92962",12198,12220 +"92963",12198,12779 +"92964",12198,13899 +"92965",12198,16154 +"92966",12198,31152 +"92967",12198,46611 +"92968",12198,104119 +"92969",12198,108498 +"92970",12199,13167 +"92971",12199,14668 +"92972",12199,19034 +"92973",12199,19104 +"92974",12199,19105 +"92975",12199,19188 +"92976",12199,19882 +"92977",12199,21439 +"92978",12199,22792 +"92979",12199,25842 +"92980",12199,26462 +"92981",12199,26636 +"92982",12199,28018 +"92983",12199,31235 +"92984",12199,46469 +"92985",12199,47435 +"92986",12199,47445 +"92987",12199,49737 +"92988",12199,51790 +"92989",12199,52327 +"92990",12199,62711 +"92991",12199,73448 +"92992",12199,97823 +"92993",12200,12818 +"92994",12200,15265 +"92995",12200,41601 +"92996",12200,118257 +"92997",12201,12676 +"92998",12201,17000 +"92999",12201,20501 +"93000",12201,24023 +"93001",12201,37774 +"93002",12201,41146 +"93003",12201,41957 +"93004",12201,50739 +"93005",12201,51458 +"93006",12201,52143 +"93007",12201,63668 +"93008",12201,65004 +"93009",12201,73190 +"93010",12201,74786 +"93011",12201,93975 +"93012",12201,104034 +"93013",12201,107783 +"93014",12202,13231 +"93015",12202,15084 +"93016",12202,42216 +"93017",12202,52626 +"93018",12202,56913 +"93019",12202,93808 +"93020",12203,12287 +"93021",12204,13205 +"93022",12204,13780 +"93023",12204,15887 +"93024",12204,23857 +"93025",12204,24431 +"93026",12204,24434 +"93027",12204,30747 +"93028",12204,30803 +"93029",12204,30849 +"93030",12204,39917 +"93031",12204,40981 +"93032",12204,49739 +"93033",12205,24314 +"93034",12205,24420 +"93035",12205,37775 +"93036",12205,39056 +"93037",12205,43088 +"93038",12205,58934 +"93039",12205,77370 +"93040",12206,12879 +"93041",12206,12966 +"93042",12207,15752 +"93043",12208,12293 +"93044",12208,12357 +"93045",12208,14807 +"93046",12208,20364 +"93047",12208,20918 +"93048",12208,22077 +"93049",12208,30609 +"93050",12208,31488 +"93051",12208,33787 +"93052",12208,52801 +"93053",12208,59791 +"93054",12208,62781 +"93055",12208,66042 +"93056",12208,68906 +"93057",12208,96415 +"93058",12209,12225 +"93059",12209,12315 +"93060",12209,12731 +"93061",12210,22179 +"93062",12210,23928 +"93063",12210,25124 +"93064",12210,25816 +"93065",12210,28468 +"93066",12210,31842 +"93067",12210,38576 +"93068",12210,41453 +"93069",12210,52156 +"93070",12210,55992 +"93071",12210,57447 +"93072",12210,70901 +"93073",12210,71146 +"93074",12210,82077 +"93075",12210,119448 +"93076",12211,16531 +"93077",12211,24103 +"93078",12212,50797 +"93079",12213,45343 +"93080",12213,61019 +"93081",12213,65594 +"93082",12213,83215 +"93083",12213,97198 +"93084",12214,14442 +"93085",12214,17032 +"93086",12214,25678 +"93087",12214,44435 +"93088",12214,58346 +"93089",12214,59289 +"93090",12214,78938 +"93091",12214,96976 +"93092",12215,91814 +"93093",12215,91860 +"93094",12215,91966 +"93095",12216,37297 +"93096",12217,25140 +"93097",12217,27256 +"93098",12217,29506 +"93099",12217,49373 +"93100",12217,60338 +"93101",12217,61803 +"93102",12217,63868 +"93103",12217,63874 +"93104",12217,64605 +"93105",12217,65799 +"93106",12217,66171 +"93107",12218,21229 +"93108",12218,23001 +"93109",12218,24981 +"93110",12218,25141 +"93111",12218,48711 +"93112",12219,19031 +"93113",12219,80624 +"93114",12220,13899 +"93115",12220,22025 +"93116",12220,22057 +"93117",12220,31152 +"93118",12220,39923 +"93119",12220,46222 +"93120",12220,58110 +"93121",12220,58163 +"93122",12220,58164 +"93123",12220,84886 +"93124",12221,13828 +"93125",12221,14959 +"93126",12221,17582 +"93127",12221,19748 +"93128",12221,36498 +"93129",12221,38921 +"93130",12221,45145 +"93131",12221,47747 +"93132",12221,55900 +"93133",12221,62544 +"93134",12221,84475 +"93135",12221,93289 +"93136",12222,33504 +"93137",12222,46269 +"93138",12223,12265 +"93139",12223,18238 +"93140",12223,20666 +"93141",12223,26273 +"93142",12223,33201 +"93143",12223,36533 +"93144",12223,42052 +"93145",12223,78872 +"93146",12223,83892 +"93147",12223,88764 +"93148",12223,90446 +"93149",12223,92035 +"93150",12223,101100 +"93151",12223,104204 +"93152",12223,108193 +"93153",12224,19296 +"93154",12224,19347 +"93155",12224,23570 +"93156",12224,61241 +"93157",12224,88171 +"93158",12225,12315 +"93159",12225,12731 +"93160",12226,17257 +"93161",12226,41992 +"93162",12226,42792 +"93163",12226,50108 +"93164",12226,53132 +"93165",12226,92671 +"93166",12226,106268 +"93167",12226,116234 +"93168",12227,12985 +"93169",12227,46093 +"93170",12227,87613 +"93171",12228,21250 +"93172",12228,32748 +"93173",12228,41243 +"93174",12228,44996 +"93175",12228,59078 +"93176",12228,61349 +"93177",12228,66564 +"93178",12228,79036 +"93179",12228,81392 +"93180",12228,83435 +"93181",12228,84768 +"93182",12228,87968 +"93183",12228,89721 +"93184",12228,89724 +"93185",12228,89728 +"93186",12229,35233 +"93187",12229,36935 +"93188",12229,72039 +"93189",12230,26304 +"93190",12230,42820 +"93191",12230,45123 +"93192",12230,45542 +"93193",12230,65885 +"93194",12230,70621 +"93195",12230,70648 +"93196",12230,94601 +"93197",12230,94723 +"93198",12230,94724 +"93199",12231,33425 +"93200",12231,69737 +"93201",12231,101939 +"93202",12232,12282 +"93203",12232,12318 +"93204",12233,12800 +"93205",12233,17038 +"93206",12233,17499 +"93207",12233,24760 +"93208",12233,28215 +"93209",12233,56525 +"93210",12233,67869 +"93211",12234,22467 +"93212",12234,25471 +"93213",12234,55942 +"93214",12234,59322 +"93215",12234,67311 +"93216",12234,72568 +"93217",12234,75763 +"93218",12234,76077 +"93219",12234,78872 +"93220",12234,84819 +"93221",12234,103331 +"93222",12234,112779 +"93223",12234,112787 +"93224",12234,112849 +"93225",12234,113692 +"93226",12234,114200 +"93227",12235,45402 +"93228",12236,22422 +"93229",12236,65713 +"93230",12236,67842 +"93231",12236,94450 +"93232",12237,13970 +"93233",12237,24312 +"93234",12237,55691 +"93235",12237,73466 +"93236",12237,77043 +"93237",12237,90492 +"93238",12237,114719 +"93239",12238,13130 +"93240",12238,14116 +"93241",12238,16660 +"93242",12238,23260 +"93243",12238,23945 +"93244",12238,31447 +"93245",12238,31614 +"93246",12238,32110 +"93247",12238,39487 +"93248",12238,39977 +"93249",12238,42635 +"93250",12238,42716 +"93251",12238,44020 +"93252",12238,52940 +"93253",12238,74008 +"93254",12238,92805 +"93255",12238,99662 +"93256",12238,115059 +"93257",12239,12325 +"93258",12240,12409 +"93259",12240,32044 +"93260",12241,17998 +"93261",12241,24523 +"93262",12241,26100 +"93263",12241,52186 +"93264",12241,55775 +"93265",12241,60776 +"93266",12241,62562 +"93267",12241,63537 +"93268",12241,77046 +"93269",12241,77930 +"93270",12241,80570 +"93271",12241,85972 +"93272",12241,90412 +"93273",12241,91117 +"93274",12241,91120 +"93275",12241,92026 +"93276",12242,12949 +"93277",12242,35658 +"93278",12242,38362 +"93279",12242,84881 +"93280",12243,72440 +"93281",12245,12373 +"93282",12245,16459 +"93283",12245,18796 +"93284",12245,28599 +"93285",12245,32737 +"93286",12245,33320 +"93287",12245,37915 +"93288",12245,44561 +"93289",12245,53662 +"93290",12245,55867 +"93291",12245,57864 +"93292",12245,58997 +"93293",12245,62538 +"93294",12245,69528 +"93295",12245,75028 +"93296",12245,78570 +"93297",12245,79327 +"93298",12245,86820 +"93299",12245,87896 +"93300",12245,90056 +"93301",12245,115319 +"93302",12246,25466 +"93303",12246,38473 +"93304",12247,23275 +"93305",12248,40968 +"93306",12248,41086 +"93307",12248,41343 +"93308",12248,76226 +"93309",12248,81867 +"93310",12248,100842 +"93311",12248,113679 +"93312",12248,120151 +"93313",12248,120154 +"93314",12249,12397 +"93315",12249,26661 +"93316",12249,36411 +"93317",12250,12537 +"93318",12250,22640 +"93319",12250,67488 +"93320",12251,28742 +"93321",12251,33930 +"93322",12251,35464 +"93323",12251,41150 +"93324",12251,42577 +"93325",12251,43688 +"93326",12251,62665 +"93327",12251,66423 +"93328",12251,73415 +"93329",12251,110635 +"93330",12251,110683 +"93331",12251,110687 +"93332",12252,12685 +"93333",12252,44480 +"93334",12252,100983 +"93335",12253,32208 +"93336",12253,32248 +"93337",12253,35616 +"93338",12253,93445 +"93339",12254,38102 +"93340",12254,106332 +"93341",12254,116912 +"93342",12255,12369 +"93343",12256,12365 +"93344",12257,12620 +"93345",12257,42146 +"93346",12257,57119 +"93347",12257,90900 +"93348",12257,95234 +"93349",12257,104647 +"93350",12257,109707 +"93351",12257,116924 +"93352",12257,117544 +"93353",12258,42957 +"93354",12258,65442 +"93355",12259,12721 +"93356",12259,12913 +"93357",12259,14291 +"93358",12259,14493 +"93359",12259,15228 +"93360",12259,15265 +"93361",12259,17067 +"93362",12259,18731 +"93363",12259,19419 +"93364",12259,20844 +"93365",12259,20867 +"93366",12259,20884 +"93367",12259,21165 +"93368",12259,21290 +"93369",12259,27061 +"93370",12259,45839 +"93371",12259,79972 +"93372",12259,82360 +"93373",12259,82972 +"93374",12259,91379 +"93375",12259,91628 +"93376",12260,12333 +"93377",12261,41180 +"93378",12261,92074 +"93379",12261,92330 +"93380",12262,28557 +"93381",12262,30011 +"93382",12262,43998 +"93383",12262,81585 +"93384",12262,81621 +"93385",12263,19492 +"93386",12263,26865 +"93387",12263,29482 +"93388",12263,30081 +"93389",12264,16695 +"93390",12264,23173 +"93391",12265,13756 +"93392",12265,16981 +"93393",12265,17229 +"93394",12265,18238 +"93395",12265,19030 +"93396",12265,25501 +"93397",12265,30881 +"93398",12265,33201 +"93399",12265,36533 +"93400",12265,37354 +"93401",12265,38586 +"93402",12265,50057 +"93403",12265,57330 +"93404",12265,65108 +"93405",12265,65231 +"93406",12265,79227 +"93407",12265,85738 +"93408",12265,90558 +"93409",12265,90836 +"93410",12265,91192 +"93411",12265,94168 +"93412",12265,97638 +"93413",12265,99326 +"93414",12265,99613 +"93415",12265,99736 +"93416",12265,100629 +"93417",12265,109882 +"93418",12265,109958 +"93419",12266,12341 +"93420",12266,17952 +"93421",12266,21372 +"93422",12266,37844 +"93423",12266,43905 +"93424",12266,43947 +"93425",12266,43960 +"93426",12266,49021 +"93427",12266,49040 +"93428",12266,49050 +"93429",12266,51032 +"93430",12266,51092 +"93431",12266,82995 +"93432",12267,79833 +"93433",12268,13115 +"93434",12268,18807 +"93435",12268,43807 +"93436",12268,63643 +"93437",12269,19333 +"93438",12269,59064 +"93439",12270,34140 +"93440",12271,12305 +"93441",12272,20742 +"93442",12272,120178 +"93443",12273,51751 +"93444",12273,87220 +"93445",12273,99583 +"93446",12274,12355 +"93447",12274,24789 +"93448",12274,30555 +"93449",12275,12354 +"93450",12276,22881 +"93451",12276,33702 +"93452",12276,45567 +"93453",12276,49441 +"93454",12276,49604 +"93455",12276,49605 +"93456",12276,49617 +"93457",12276,49629 +"93458",12276,49633 +"93459",12276,49634 +"93460",12276,49637 +"93461",12276,49638 +"93462",12276,49639 +"93463",12276,49648 +"93464",12276,49656 +"93465",12276,49659 +"93466",12276,49669 +"93467",12276,49670 +"93468",12276,49676 +"93469",12276,49684 +"93470",12276,49685 +"93471",12276,49686 +"93472",12276,49687 +"93473",12276,49702 +"93474",12276,49704 +"93475",12276,49705 +"93476",12276,49706 +"93477",12276,49721 +"93478",12276,49732 +"93479",12276,49735 +"93480",12276,49736 +"93481",12276,49740 +"93482",12276,49750 +"93483",12276,49852 +"93484",12276,64531 +"93485",12276,84582 +"93486",12276,116943 +"93487",12277,29472 +"93488",12278,16539 +"93489",12278,16680 +"93490",12278,19894 +"93491",12278,22129 +"93492",12278,26911 +"93493",12278,27084 +"93494",12278,32728 +"93495",12278,34865 +"93496",12278,41664 +"93497",12278,42189 +"93498",12278,42279 +"93499",12278,42523 +"93500",12278,45918 +"93501",12278,60629 +"93502",12278,63502 +"93503",12278,67556 +"93504",12278,76646 +"93505",12278,80762 +"93506",12278,82332 +"93507",12278,82893 +"93508",12278,83273 +"93509",12278,85189 +"93510",12278,86125 +"93511",12278,91993 +"93512",12278,97181 +"93513",12278,99230 +"93514",12279,41454 +"93515",12279,85372 +"93516",12280,20363 +"93517",12280,21580 +"93518",12280,31541 +"93519",12280,34491 +"93520",12280,39572 +"93521",12280,41979 +"93522",12280,53650 +"93523",12280,57394 +"93524",12282,12318 +"93525",12282,52977 +"93526",12282,74328 +"93527",12282,74343 +"93528",12282,75139 +"93529",12283,31654 +"93530",12283,33228 +"93531",12284,27851 +"93532",12285,31987 +"93533",12286,12301 +"93534",12288,13224 +"93535",12288,16244 +"93536",12288,17823 +"93537",12288,17948 +"93538",12288,18323 +"93539",12288,22221 +"93540",12288,26548 +"93541",12288,44127 +"93542",12288,45299 +"93543",12288,48967 +"93544",12288,64695 +"93545",12288,76042 +"93546",12289,33046 +"93547",12289,85261 +"93548",12290,12378 +"93549",12290,16363 +"93550",12290,34572 +"93551",12290,43139 +"93552",12290,65252 +"93553",12290,65618 +"93554",12290,104922 +"93555",12290,104936 +"93556",12290,108889 +"93557",12290,109333 +"93558",12291,12377 +"93559",12291,13473 +"93560",12291,20679 +"93561",12291,101931 +"93562",12292,20622 +"93563",12292,28227 +"93564",12292,34686 +"93565",12292,40304 +"93566",12292,49064 +"93567",12292,86312 +"93568",12292,103726 +"93569",12292,103751 +"93570",12293,12357 +"93571",12293,24021 +"93572",12293,47737 +"93573",12293,78578 +"93574",12293,82418 +"93575",12293,97655 +"93576",12294,12379 +"93577",12296,17998 +"93578",12296,23839 +"93579",12296,42677 +"93580",12298,12382 +"93581",12298,12981 +"93582",12298,20472 +"93583",12298,21364 +"93584",12298,34035 +"93585",12298,35433 +"93586",12298,96400 +"93587",12299,23703 +"93588",12299,90457 +"93589",12299,112463 +"93590",12300,36512 +"93591",12300,37023 +"93592",12300,39448 +"93593",12301,24117 +"93594",12302,12951 +"93595",12302,12993 +"93596",12302,108356 +"93597",12303,30070 +"93598",12304,20538 +"93599",12304,45151 +"93600",12304,45170 +"93601",12304,49915 +"93602",12304,63656 +"93603",12304,82416 +"93604",12304,122685 +"93605",12305,25783 +"93606",12305,55288 +"93607",12305,102577 +"93608",12306,13550 +"93609",12306,15567 +"93610",12306,42132 +"93611",12306,57570 +"93612",12306,83719 +"93613",12306,100675 +"93614",12308,15366 +"93615",12308,32528 +"93616",12308,35158 +"93617",12308,52445 +"93618",12309,12329 +"93619",12310,21472 +"93620",12310,22762 +"93621",12310,27124 +"93622",12310,30325 +"93623",12310,59698 +"93624",12310,110810 +"93625",12311,19713 +"93626",12311,24878 +"93627",12311,27612 +"93628",12311,30574 +"93629",12311,48273 +"93630",12311,48327 +"93631",12311,48407 +"93632",12311,48853 +"93633",12311,57569 +"93634",12312,12583 +"93635",12312,21269 +"93636",12312,26485 +"93637",12312,26882 +"93638",12312,27740 +"93639",12312,28731 +"93640",12312,29456 +"93641",12312,30256 +"93642",12312,31492 +"93643",12312,32988 +"93644",12312,38449 +"93645",12312,40695 +"93646",12312,48829 +"93647",12312,51410 +"93648",12312,51944 +"93649",12312,54096 +"93650",12312,71296 +"93651",12312,73391 +"93652",12312,74730 +"93653",12312,79244 +"93654",12312,79743 +"93655",12312,81689 +"93656",12312,82767 +"93657",12312,83165 +"93658",12312,83180 +"93659",12312,83949 +"93660",12312,88714 +"93661",12312,92648 +"93662",12312,113306 +"93663",12312,114864 +"93664",12312,115040 +"93665",12313,56994 +"93666",12313,61426 +"93667",12313,61458 +"93668",12314,29231 +"93669",12315,12731 +"93670",12316,25294 +"93671",12316,26254 +"93672",12316,56014 +"93673",12316,103175 +"93674",12317,12370 +"93675",12317,86556 +"93676",12319,13149 +"93677",12319,14760 +"93678",12319,26298 +"93679",12319,26299 +"93680",12319,26505 +"93681",12319,33769 +"93682",12319,34467 +"93683",12319,51534 +"93684",12319,52494 +"93685",12319,54018 +"93686",12319,54047 +"93687",12320,12411 +"93688",12320,32763 +"93689",12320,40572 +"93690",12320,72294 +"93691",12320,74144 +"93692",12321,22140 +"93693",12321,49535 +"93694",12321,51811 +"93695",12321,60145 +"93696",12321,71604 +"93697",12322,26428 +"93698",12322,59926 +"93699",12322,87549 +"93700",12323,14122 +"93701",12323,109150 +"93702",12324,12353 +"93703",12324,22806 +"93704",12324,25002 +"93705",12324,33573 +"93706",12324,47803 +"93707",12324,57301 +"93708",12324,95155 +"93709",12324,104288 +"93710",12324,104304 +"93711",12326,12460 +"93712",12326,14681 +"93713",12326,16541 +"93714",12326,23293 +"93715",12326,25967 +"93716",12326,27860 +"93717",12326,31519 +"93718",12326,36569 +"93719",12326,54522 +"93720",12326,78997 +"93721",12326,86650 +"93722",12326,87780 +"93723",12326,97759 +"93724",12327,34729 +"93725",12327,90971 +"93726",12327,116040 +"93727",12327,116929 +"93728",12329,12395 +"93729",12329,34178 +"93730",12329,40595 +"93731",12329,52972 +"93732",12329,88384 +"93733",12330,12427 +"93734",12330,12503 +"93735",12330,13024 +"93736",12330,88141 +"93737",12330,95511 +"93738",12331,61063 +"93739",12331,68413 +"93740",12331,95967 +"93741",12332,15661 +"93742",12332,22247 +"93743",12332,27420 +"93744",12332,49277 +"93745",12332,59205 +"93746",12332,77849 +"93747",12332,95146 +"93748",12332,100978 +"93749",12332,103120 +"93750",12332,111438 +"93751",12334,36175 +"93752",12334,65047 +"93753",12334,72596 +"93754",12334,73573 +"93755",12334,73856 +"93756",12334,75144 +"93757",12336,103457 +"93758",12337,85966 +"93759",12337,121506 +"93760",12338,16590 +"93761",12338,19296 +"93762",12338,19297 +"93763",12338,19347 +"93764",12338,26668 +"93765",12338,28961 +"93766",12338,36088 +"93767",12338,40920 +"93768",12338,45847 +"93769",12338,46666 +"93770",12338,47050 +"93771",12338,48892 +"93772",12338,50621 +"93773",12338,57411 +"93774",12338,67536 +"93775",12338,69057 +"93776",12338,70656 +"93777",12338,71336 +"93778",12338,88723 +"93779",12338,91476 +"93780",12338,109201 +"93781",12338,122015 +"93782",12339,12384 +"93783",12339,22738 +"93784",12339,22984 +"93785",12339,94015 +"93786",12339,94519 +"93787",12339,99209 +"93788",12340,13413 +"93789",12340,15644 +"93790",12340,20797 +"93791",12340,25484 +"93792",12340,34338 +"93793",12340,46927 +"93794",12340,60330 +"93795",12340,62590 +"93796",12340,74373 +"93797",12340,75032 +"93798",12340,80886 +"93799",12340,90958 +"93800",12340,90968 +"93801",12341,26038 +"93802",12341,31851 +"93803",12341,37844 +"93804",12341,39321 +"93805",12341,40826 +"93806",12341,43905 +"93807",12341,43947 +"93808",12341,43960 +"93809",12341,49021 +"93810",12341,49040 +"93811",12341,49050 +"93812",12341,53362 +"93813",12341,58724 +"93814",12341,63257 +"93815",12341,69606 +"93816",12341,88469 +"93817",12341,93914 +"93818",12342,14974 +"93819",12343,12383 +"93820",12343,22282 +"93821",12343,30698 +"93822",12343,35095 +"93823",12343,43836 +"93824",12343,50219 +"93825",12343,50913 +"93826",12343,55438 +"93827",12343,73138 +"93828",12343,79958 +"93829",12343,86646 +"93830",12343,98708 +"93831",12344,28675 +"93832",12344,49090 +"93833",12345,12349 +"93834",12345,25921 +"93835",12346,84609 +"93836",12346,95220 +"93837",12346,101489 +"93838",12346,113479 +"93839",12346,117801 +"93840",12347,81753 +"93841",12348,30106 +"93842",12349,89869 +"93843",12350,36483 +"93844",12350,53861 +"93845",12350,69862 +"93846",12350,69888 +"93847",12351,34509 +"93848",12351,61152 +"93849",12351,79410 +"93850",12351,112463 +"93851",12352,20549 +"93852",12352,43420 +"93853",12352,53796 +"93854",12352,60433 +"93855",12352,82678 +"93856",12353,37511 +"93857",12354,117567 +"93858",12355,24645 +"93859",12355,30555 +"93860",12355,31731 +"93861",12355,47490 +"93862",12356,12413 +"93863",12356,17043 +"93864",12356,48101 +"93865",12356,49149 +"93866",12356,55577 +"93867",12356,59087 +"93868",12356,66722 +"93869",12356,90393 +"93870",12356,113682 +"93871",12357,45348 +"93872",12358,15026 +"93873",12358,15116 +"93874",12358,19123 +"93875",12358,19881 +"93876",12358,20164 +"93877",12358,20316 +"93878",12358,23059 +"93879",12358,24338 +"93880",12358,24945 +"93881",12358,25526 +"93882",12358,25980 +"93883",12358,28154 +"93884",12358,30983 +"93885",12358,33591 +"93886",12358,50505 +"93887",12358,72598 +"93888",12358,75897 +"93889",12358,91033 +"93890",12358,99089 +"93891",12358,99765 +"93892",12360,29323 +"93893",12360,46890 +"93894",12360,50023 +"93895",12360,54385 +"93896",12360,57017 +"93897",12360,76403 +"93898",12360,77056 +"93899",12360,83598 +"93900",12360,85072 +"93901",12360,96062 +"93902",12360,104866 +"93903",12360,105721 +"93904",12360,107154 +"93905",12361,15443 +"93906",12361,15921 +"93907",12361,16228 +"93908",12361,19655 +"93909",12361,27044 +"93910",12361,28163 +"93911",12361,28257 +"93912",12361,28283 +"93913",12361,28315 +"93914",12361,30586 +"93915",12361,44368 +"93916",12361,52638 +"93917",12361,77280 +"93918",12361,96304 +"93919",12362,12901 +"93920",12362,13053 +"93921",12362,13075 +"93922",12362,14537 +"93923",12362,18073 +"93924",12362,20940 +"93925",12362,21179 +"93926",12362,21285 +"93927",12362,24806 +"93928",12362,44148 +"93929",12362,44654 +"93930",12362,53604 +"93931",12362,63048 +"93932",12362,67511 +"93933",12362,79257 +"93934",12362,84298 +"93935",12362,86520 +"93936",12363,23416 +"93937",12364,12509 +"93938",12364,67339 +"93939",12365,40090 +"93940",12366,82194 +"93941",12366,95281 +"93942",12367,38773 +"93943",12367,39980 +"93944",12367,76081 +"93945",12368,18979 +"93946",12368,19261 +"93947",12368,38950 +"93948",12368,54007 +"93949",12368,59263 +"93950",12368,69734 +"93951",12368,89631 +"93952",12371,12639 +"93953",12371,14845 +"93954",12371,17165 +"93955",12371,29930 +"93956",12371,33184 +"93957",12371,37735 +"93958",12371,41247 +"93959",12371,46969 +"93960",12371,51366 +"93961",12371,62307 +"93962",12371,79472 +"93963",12371,82877 +"93964",12371,97249 +"93965",12371,107285 +"93966",12372,12775 +"93967",12372,12976 +"93968",12372,28218 +"93969",12372,39964 +"93970",12372,43281 +"93971",12372,78563 +"93972",12372,78696 +"93973",12373,27011 +"93974",12373,32769 +"93975",12373,62538 +"93976",12373,63840 +"93977",12373,69528 +"93978",12373,78570 +"93979",12373,79327 +"93980",12373,90056 +"93981",12373,110808 +"93982",12374,13261 +"93983",12374,19899 +"93984",12374,24005 +"93985",12374,24078 +"93986",12374,29996 +"93987",12374,30898 +"93988",12374,32017 +"93989",12374,32811 +"93990",12374,34136 +"93991",12374,37800 +"93992",12374,39865 +"93993",12374,40072 +"93994",12374,40135 +"93995",12374,43432 +"93996",12374,48698 +"93997",12374,59939 +"93998",12374,78256 +"93999",12374,81148 +"94000",12374,82393 +"94001",12374,88699 +"94002",12374,91912 +"94003",12374,94671 +"94004",12374,100230 +"94005",12374,115121 +"94006",12375,21346 +"94007",12375,34608 +"94008",12375,55703 +"94009",12375,55706 +"94010",12375,55803 +"94011",12375,57414 +"94012",12376,44012 +"94013",12376,89248 +"94014",12376,115969 +"94015",12377,20679 +"94016",12379,14404 +"94017",12379,41397 +"94018",12379,53724 +"94019",12379,54955 +"94020",12379,77197 +"94021",12379,80691 +"94022",12380,15699 +"94023",12380,61119 +"94024",12380,72612 +"94025",12380,85807 +"94026",12381,12386 +"94027",12381,25584 +"94028",12381,26619 +"94029",12381,27162 +"94030",12381,30153 +"94031",12381,37482 +"94032",12381,45576 +"94033",12381,45958 +"94034",12381,57828 +"94035",12381,82914 +"94036",12381,82937 +"94037",12381,90860 +"94038",12381,122056 +"94039",12382,12981 +"94040",12382,24161 +"94041",12382,45347 +"94042",12382,62748 +"94043",12382,64876 +"94044",12383,28626 +"94045",12383,53632 +"94046",12384,25230 +"94047",12384,27495 +"94048",12384,30487 +"94049",12384,39839 +"94050",12384,54304 +"94051",12384,71085 +"94052",12384,98925 +"94053",12384,105417 +"94054",12384,105782 +"94055",12385,44932 +"94056",12385,93440 +"94057",12385,122631 +"94058",12385,123504 +"94059",12386,27668 +"94060",12387,14236 +"94061",12387,115890 +"94062",12387,116967 +"94063",12388,15444 +"94064",12388,17783 +"94065",12388,17844 +"94066",12388,17845 +"94067",12388,17911 +"94068",12388,18388 +"94069",12388,18389 +"94070",12388,18404 +"94071",12388,18405 +"94072",12388,22359 +"94073",12388,23617 +"94074",12388,28112 +"94075",12388,36217 +"94076",12388,41804 +"94077",12388,41948 +"94078",12388,53333 +"94079",12388,54749 +"94080",12388,65991 +"94081",12388,66857 +"94082",12388,67189 +"94083",12388,67221 +"94084",12388,68767 +"94085",12388,81989 +"94086",12388,82009 +"94087",12389,12415 +"94088",12389,17807 +"94089",12389,50701 +"94090",12390,46591 +"94091",12391,12889 +"94092",12391,18600 +"94093",12391,18767 +"94094",12391,20072 +"94095",12391,21505 +"94096",12391,21607 +"94097",12391,21665 +"94098",12391,23861 +"94099",12391,24555 +"94100",12391,31130 +"94101",12391,32630 +"94102",12391,34564 +"94103",12391,34620 +"94104",12391,38525 +"94105",12391,41713 +"94106",12391,42087 +"94107",12391,45047 +"94108",12391,45980 +"94109",12391,48202 +"94110",12391,48212 +"94111",12391,49265 +"94112",12391,53132 +"94113",12391,53227 +"94114",12391,55111 +"94115",12391,57380 +"94116",12391,58628 +"94117",12391,61801 +"94118",12391,64350 +"94119",12391,73044 +"94120",12391,73058 +"94121",12391,73335 +"94122",12391,78063 +"94123",12391,78429 +"94124",12391,78569 +"94125",12391,82143 +"94126",12391,83231 +"94127",12391,86471 +"94128",12391,90191 +"94129",12391,90804 +"94130",12391,91022 +"94131",12391,91045 +"94132",12391,92306 +"94133",12391,93102 +"94134",12391,95675 +"94135",12391,101516 +"94136",12391,102387 +"94137",12391,108374 +"94138",12391,108893 +"94139",12391,109101 +"94140",12391,109523 +"94141",12391,110993 +"94142",12391,111338 +"94143",12391,111398 +"94144",12391,111409 +"94145",12391,111480 +"94146",12391,112422 +"94147",12391,112648 +"94148",12391,112708 +"94149",12391,112820 +"94150",12391,112997 +"94151",12391,113597 +"94152",12391,114418 +"94153",12391,114582 +"94154",12391,115371 +"94155",12391,115644 +"94156",12391,116028 +"94157",12391,116604 +"94158",12392,27506 +"94159",12392,27613 +"94160",12392,30150 +"94161",12392,89510 +"94162",12393,12945 +"94163",12393,42604 +"94164",12394,12759 +"94165",12394,13745 +"94166",12394,16515 +"94167",12394,18023 +"94168",12394,18381 +"94169",12394,18935 +"94170",12394,20688 +"94171",12394,21632 +"94172",12394,25373 +"94173",12394,26207 +"94174",12394,31429 +"94175",12394,32262 +"94176",12394,37832 +"94177",12394,38847 +"94178",12394,41723 +"94179",12394,46640 +"94180",12394,49657 +"94181",12394,50585 +"94182",12395,21628 +"94183",12395,32147 +"94184",12395,34178 +"94185",12395,36236 +"94186",12395,40595 +"94187",12395,46883 +"94188",12395,52376 +"94189",12395,52972 +"94190",12395,88384 +"94191",12396,29969 +"94192",12396,41875 +"94193",12396,45109 +"94194",12396,73965 +"94195",12398,19965 +"94196",12398,47435 +"94197",12398,52136 +"94198",12398,55727 +"94199",12398,56082 +"94200",12398,79804 +"94201",12399,20705 +"94202",12399,23604 +"94203",12399,32939 +"94204",12399,44956 +"94205",12399,52199 +"94206",12399,101074 +"94207",12399,101499 +"94208",12399,103151 +"94209",12399,103206 +"94210",12400,40893 +"94211",12400,42728 +"94212",12400,91279 +"94213",12400,111343 +"94214",12401,12402 +"94215",12401,26883 +"94216",12401,62448 +"94217",12402,16804 +"94218",12402,17143 +"94219",12402,62448 +"94220",12402,77675 +"94221",12403,17252 +"94222",12403,21013 +"94223",12403,22120 +"94224",12403,46640 +"94225",12403,69956 +"94226",12403,69995 +"94227",12403,70455 +"94228",12404,33431 +"94229",12405,25458 +"94230",12405,25491 +"94231",12405,25508 +"94232",12405,25979 +"94233",12405,28596 +"94234",12405,28989 +"94235",12405,35011 +"94236",12405,36048 +"94237",12405,38051 +"94238",12405,40095 +"94239",12405,42935 +"94240",12405,61082 +"94241",12405,61609 +"94242",12405,66345 +"94243",12405,68960 +"94244",12405,78516 +"94245",12406,45658 +"94246",12406,49245 +"94247",12407,68901 +"94248",12408,26628 +"94249",12408,45473 +"94250",12408,70973 +"94251",12409,17321 +"94252",12409,18128 +"94253",12409,29960 +"94254",12409,36473 +"94255",12409,37689 +"94256",12409,50633 +"94257",12409,66514 +"94258",12409,69525 +"94259",12409,94722 +"94260",12410,15019 +"94261",12410,15095 +"94262",12410,15532 +"94263",12410,15908 +"94264",12410,17536 +"94265",12410,18056 +"94266",12410,18123 +"94267",12410,18124 +"94268",12410,18150 +"94269",12410,18170 +"94270",12410,18270 +"94271",12410,20010 +"94272",12410,20449 +"94273",12410,21088 +"94274",12410,23847 +"94275",12410,24012 +"94276",12410,24910 +"94277",12410,25758 +"94278",12410,26537 +"94279",12410,26872 +"94280",12410,28767 +"94281",12410,28871 +"94282",12410,30334 +"94283",12410,35496 +"94284",12410,37610 +"94285",12410,37636 +"94286",12410,39435 +"94287",12410,40131 +"94288",12410,40166 +"94289",12410,40392 +"94290",12410,40905 +"94291",12410,41030 +"94292",12410,41527 +"94293",12410,41529 +"94294",12410,41778 +"94295",12410,43147 +"94296",12410,43234 +"94297",12410,43858 +"94298",12410,44341 +"94299",12410,44828 +"94300",12410,45657 +"94301",12410,45933 +"94302",12410,46434 +"94303",12410,46788 +"94304",12410,47123 +"94305",12410,47488 +"94306",12410,48219 +"94307",12410,48909 +"94308",12410,49859 +"94309",12410,50064 +"94310",12410,50067 +"94311",12410,50554 +"94312",12410,50879 +"94313",12410,51783 +"94314",12410,52018 +"94315",12410,52845 +"94316",12410,53444 +"94317",12410,53527 +"94318",12410,53555 +"94319",12410,54275 +"94320",12410,56628 +"94321",12410,56796 +"94322",12410,58004 +"94323",12410,58068 +"94324",12410,58633 +"94325",12410,59965 +"94326",12410,61111 +"94327",12410,61127 +"94328",12410,65402 +"94329",12410,67839 +"94330",12410,68287 +"94331",12410,85346 +"94332",12410,99298 +"94333",12410,109384 +"94334",12413,61090 +"94335",12415,21847 +"94336",12415,21929 +"94337",12415,45302 +"94338",12415,48359 +"94339",12415,50701 +"94340",12415,51568 +"94341",12415,51866 +"94342",12415,57225 +"94343",12415,66023 +"94344",12416,13235 +"94345",12416,15794 +"94346",12416,24504 +"94347",12416,24983 +"94348",12416,38941 +"94349",12417,22596 +"94350",12417,114234 +"94351",12418,12578 +"94352",12418,92453 +"94353",12418,93334 +"94354",12419,16400 +"94355",12420,12440 +"94356",12420,12518 +"94357",12420,15713 +"94358",12420,28735 +"94359",12420,46887 +"94360",12420,48010 +"94361",12420,53458 +"94362",12420,55012 +"94363",12420,64025 +"94364",12420,66791 +"94365",12420,69011 +"94366",12420,81153 +"94367",12420,97260 +"94368",12420,99545 +"94369",12420,99572 +"94370",12421,32064 +"94371",12421,34238 +"94372",12421,34267 +"94373",12421,34282 +"94374",12421,72799 +"94375",12422,15932 +"94376",12422,16114 +"94377",12423,15937 +"94378",12423,29158 +"94379",12423,33653 +"94380",12423,76314 +"94381",12423,92321 +"94382",12423,104141 +"94383",12423,114643 +"94384",12424,17053 +"94385",12424,38615 +"94386",12424,38813 +"94387",12424,43138 +"94388",12424,54589 +"94389",12424,55491 +"94390",12424,63703 +"94391",12425,12612 +"94392",12425,12614 +"94393",12425,60702 +"94394",12425,90428 +"94395",12426,14158 +"94396",12426,22198 +"94397",12426,27554 +"94398",12426,80898 +"94399",12427,12503 +"94400",12427,13024 +"94401",12427,58609 +"94402",12428,12624 +"94403",12428,12807 +"94404",12428,13142 +"94405",12428,16689 +"94406",12428,18398 +"94407",12428,19036 +"94408",12428,19391 +"94409",12428,23075 +"94410",12428,25606 +"94411",12428,28530 +"94412",12428,30258 +"94413",12428,38185 +"94414",12428,38683 +"94415",12428,40245 +"94416",12428,43226 +"94417",12428,44655 +"94418",12428,44973 +"94419",12428,46177 +"94420",12428,47048 +"94421",12428,48110 +"94422",12428,58508 +"94423",12428,59731 +"94424",12428,62642 +"94425",12428,68091 +"94426",12428,69335 +"94427",12428,75245 +"94428",12428,75776 +"94429",12428,75956 +"94430",12428,76387 +"94431",12428,78978 +"94432",12428,79212 +"94433",12428,79241 +"94434",12428,79579 +"94435",12428,80239 +"94436",12428,80301 +"94437",12428,81397 +"94438",12428,88340 +"94439",12428,88749 +"94440",12428,89069 +"94441",12428,89373 +"94442",12428,89995 +"94443",12428,90919 +"94444",12428,90936 +"94445",12428,92861 +"94446",12428,93097 +"94447",12428,94231 +"94448",12428,95489 +"94449",12428,96247 +"94450",12428,96363 +"94451",12428,97898 +"94452",12429,12559 +"94453",12429,37277 +"94454",12429,50706 +"94455",12429,52517 +"94456",12429,60050 +"94457",12429,61781 +"94458",12429,92209 +"94459",12429,94346 +"94460",12429,101300 +"94461",12429,104268 +"94462",12429,118328 +"94463",12430,48788 +"94464",12430,81781 +"94465",12431,40153 +"94466",12431,40164 +"94467",12431,40253 +"94468",12431,43284 +"94469",12431,57547 +"94470",12432,12449 +"94471",12432,24066 +"94472",12432,25319 +"94473",12432,25720 +"94474",12432,79869 +"94475",12432,81764 +"94476",12432,89757 +"94477",12433,12512 +"94478",12433,50445 +"94479",12433,50805 +"94480",12434,14717 +"94481",12434,25119 +"94482",12434,27604 +"94483",12434,43837 +"94484",12434,47669 +"94485",12434,68958 +"94486",12435,32765 +"94487",12435,39549 +"94488",12435,66849 +"94489",12435,69439 +"94490",12436,23025 +"94491",12436,24135 +"94492",12437,16413 +"94493",12437,57386 +"94494",12437,64145 +"94495",12438,81676 +"94496",12438,99151 +"94497",12439,12498 +"94498",12439,12649 +"94499",12440,12518 +"94500",12440,51546 +"94501",12442,29969 +"94502",12442,41315 +"94503",12442,46455 +"94504",12442,53312 +"94505",12442,53322 +"94506",12442,54400 +"94507",12442,85017 +"94508",12442,101156 +"94509",12442,107544 +"94510",12442,119065 +"94511",12442,120375 +"94512",12443,20058 +"94513",12443,21435 +"94514",12443,31657 +"94515",12443,44439 +"94516",12443,49332 +"94517",12443,53312 +"94518",12443,54400 +"94519",12443,59915 +"94520",12443,79954 +"94521",12443,85300 +"94522",12443,92467 +"94523",12443,100412 +"94524",12443,105283 +"94525",12443,110954 +"94526",12443,118408 +"94527",12444,64307 +"94528",12445,56779 +"94529",12445,100416 +"94530",12446,12681 +"94531",12446,13699 +"94532",12446,33782 +"94533",12446,33933 +"94534",12446,42546 +"94535",12446,61747 +"94536",12446,62158 +"94537",12446,62173 +"94538",12447,12583 +"94539",12447,18415 +"94540",12447,76613 +"94541",12447,90884 +"94542",12448,12774 +"94543",12448,33374 +"94544",12448,34628 +"94545",12448,35553 +"94546",12448,40309 +"94547",12448,57369 +"94548",12448,61744 +"94549",12448,66870 +"94550",12449,13869 +"94551",12449,15116 +"94552",12449,25319 +"94553",12449,34036 +"94554",12449,42269 +"94555",12449,48274 +"94556",12449,61581 +"94557",12449,81764 +"94558",12449,89757 +"94559",12450,34725 +"94560",12450,43545 +"94561",12450,76947 +"94562",12450,83409 +"94563",12450,121328 +"94564",12451,12814 +"94565",12451,32211 +"94566",12452,12684 +"94567",12452,15343 +"94568",12452,15693 +"94569",12452,15888 +"94570",12452,15960 +"94571",12452,15976 +"94572",12452,16043 +"94573",12452,17021 +"94574",12452,23594 +"94575",12452,23972 +"94576",12452,27047 +"94577",12452,29834 +"94578",12452,29845 +"94579",12452,29882 +"94580",12452,29894 +"94581",12452,30007 +"94582",12452,75320 +"94583",12453,13599 +"94584",12453,19680 +"94585",12453,20781 +"94586",12453,28681 +"94587",12453,61030 +"94588",12453,67883 +"94589",12454,38657 +"94590",12454,93825 +"94591",12454,93833 +"94592",12454,93860 +"94593",12455,12473 +"94594",12455,12632 +"94595",12455,12633 +"94596",12456,16122 +"94597",12456,20343 +"94598",12456,21176 +"94599",12456,30092 +"94600",12456,30827 +"94601",12456,40146 +"94602",12456,42216 +"94603",12456,45302 +"94604",12456,48359 +"94605",12456,55084 +"94606",12456,65028 +"94607",12456,69827 +"94608",12456,84853 +"94609",12457,72673 +"94610",12458,18583 +"94611",12458,27025 +"94612",12458,57466 +"94613",12458,110232 +"94614",12459,12682 +"94615",12459,14372 +"94616",12459,27780 +"94617",12459,36691 +"94618",12459,80219 +"94619",12459,81159 +"94620",12459,84563 +"94621",12459,102654 +"94622",12459,104202 +"94623",12459,108801 +"94624",12459,118584 +"94625",12460,17034 +"94626",12460,23293 +"94627",12460,31519 +"94628",12460,36569 +"94629",12460,54522 +"94630",12460,56812 +"94631",12460,58846 +"94632",12460,97759 +"94633",12460,100780 +"94634",12461,12528 +"94635",12461,12602 +"94636",12461,29419 +"94637",12461,81190 +"94638",12462,36442 +"94639",12462,38277 +"94640",12462,55206 +"94641",12462,73192 +"94642",12462,84458 +"94643",12462,95418 +"94644",12463,30199 +"94645",12464,12499 +"94646",12464,12538 +"94647",12464,12643 +"94648",12464,12699 +"94649",12464,13607 +"94650",12464,13661 +"94651",12465,25190 +"94652",12465,31618 +"94653",12465,31970 +"94654",12465,33893 +"94655",12465,34480 +"94656",12465,54551 +"94657",12466,39621 +"94658",12466,83043 +"94659",12466,96226 +"94660",12466,98173 +"94661",12466,102312 +"94662",12466,103817 +"94663",12467,58100 +"94664",12467,75179 +"94665",12467,82927 +"94666",12467,89585 +"94667",12467,90600 +"94668",12467,91274 +"94669",12467,103625 +"94670",12467,108384 +"94671",12468,46277 +"94672",12468,59237 +"94673",12468,96968 +"94674",12470,18789 +"94675",12470,72615 +"94676",12470,75921 +"94677",12470,77750 +"94678",12470,122534 +"94679",12471,12640 +"94680",12471,12724 +"94681",12471,13198 +"94682",12471,13283 +"94683",12471,15671 +"94684",12471,17422 +"94685",12471,21176 +"94686",12471,21532 +"94687",12471,22846 +"94688",12471,22946 +"94689",12471,23938 +"94690",12471,27221 +"94691",12471,32120 +"94692",12471,34303 +"94693",12471,34316 +"94694",12471,35808 +"94695",12471,42216 +"94696",12471,42831 +"94697",12471,48359 +"94698",12471,49274 +"94699",12471,50954 +"94700",12471,57168 +"94701",12471,69367 +"94702",12471,75869 +"94703",12472,12493 +"94704",12472,56962 +"94705",12472,56982 +"94706",12472,73611 +"94707",12472,98300 +"94708",12473,12632 +"94709",12473,12633 +"94710",12473,13072 +"94711",12473,17632 +"94712",12473,19894 +"94713",12473,22875 +"94714",12473,24323 +"94715",12473,26295 +"94716",12473,26911 +"94717",12473,28695 +"94718",12473,31890 +"94719",12473,32961 +"94720",12473,35350 +"94721",12473,38413 +"94722",12473,43008 +"94723",12473,47564 +"94724",12473,69620 +"94725",12473,77611 +"94726",12473,110784 +"94727",12473,110793 +"94728",12473,111566 +"94729",12473,117771 +"94730",12474,23725 +"94731",12474,24935 +"94732",12474,30564 +"94733",12474,33778 +"94734",12474,35673 +"94735",12474,47126 +"94736",12474,54551 +"94737",12474,55628 +"94738",12474,61162 +"94739",12474,77839 +"94740",12474,103193 +"94741",12475,28802 +"94742",12475,53014 +"94743",12475,70392 +"94744",12475,82766 +"94745",12475,90775 +"94746",12475,101614 +"94747",12475,114400 +"94748",12475,120717 +"94749",12476,12627 +"94750",12476,19571 +"94751",12476,35000 +"94752",12476,75422 +"94753",12477,18365 +"94754",12477,19241 +"94755",12477,22644 +"94756",12477,54308 +"94757",12478,14428 +"94758",12478,29053 +"94759",12478,39824 +"94760",12478,47553 +"94761",12478,56097 +"94762",12478,67191 +"94763",12478,69651 +"94764",12478,69666 +"94765",12479,12604 +"94766",12479,23377 +"94767",12479,23440 +"94768",12480,17852 +"94769",12480,22017 +"94770",12480,25483 +"94771",12480,38789 +"94772",12480,40735 +"94773",12480,41491 +"94774",12480,48295 +"94775",12480,53353 +"94776",12480,67662 +"94777",12480,68432 +"94778",12480,80867 +"94779",12480,86793 +"94780",12480,99629 +"94781",12480,111004 +"94782",12480,111055 +"94783",12481,13818 +"94784",12481,22765 +"94785",12481,22977 +"94786",12481,39037 +"94787",12481,50719 +"94788",12481,56138 +"94789",12481,75967 +"94790",12481,88173 +"94791",12481,88446 +"94792",12481,88469 +"94793",12482,15744 +"94794",12482,19767 +"94795",12482,21063 +"94796",12482,24332 +"94797",12482,27511 +"94798",12482,28638 +"94799",12482,32079 +"94800",12482,40631 +"94801",12482,41925 +"94802",12482,49786 +"94803",12482,50243 +"94804",12482,50244 +"94805",12482,51233 +"94806",12482,52036 +"94807",12482,76505 +"94808",12482,79415 +"94809",12482,81396 +"94810",12482,121534 +"94811",12482,123158 +"94812",12483,25526 +"94813",12484,32163 +"94814",12485,33752 +"94815",12485,51157 +"94816",12486,12526 +"94817",12487,12488 +"94818",12487,12641 +"94819",12487,17579 +"94820",12487,18144 +"94821",12487,48152 +"94822",12487,48218 +"94823",12487,48237 +"94824",12487,48245 +"94825",12487,48303 +"94826",12487,48305 +"94827",12488,12641 +"94828",12488,19779 +"94829",12488,99241 +"94830",12489,31292 +"94831",12489,35375 +"94832",12490,18079 +"94833",12490,18730 +"94834",12490,23692 +"94835",12490,68396 +"94836",12490,81077 +"94837",12490,83430 +"94838",12490,86081 +"94839",12490,86861 +"94840",12490,100687 +"94841",12490,108852 +"94842",12490,119403 +"94843",12490,119406 +"94844",12491,13568 +"94845",12491,22556 +"94846",12491,39765 +"94847",12492,27483 +"94848",12492,28805 +"94849",12492,30557 +"94850",12492,46732 +"94851",12492,54178 +"94852",12492,55071 +"94853",12492,59221 +"94854",12492,66976 +"94855",12494,12667 +"94856",12494,49924 +"94857",12494,49925 +"94858",12495,12496 +"94859",12495,13543 +"94860",12495,22734 +"94861",12495,54407 +"94862",12495,97459 +"94863",12495,110737 +"94864",12495,121714 +"94865",12496,13543 +"94866",12497,62746 +"94867",12497,78120 +"94868",12498,12649 +"94869",12499,12538 +"94870",12499,12643 +"94871",12499,12699 +"94872",12499,13607 +"94873",12499,13661 +"94874",12499,40413 +"94875",12500,18238 +"94876",12500,22797 +"94877",12500,30086 +"94878",12500,30290 +"94879",12500,31982 +"94880",12500,32174 +"94881",12500,32740 +"94882",12500,35971 +"94883",12500,38536 +"94884",12500,38625 +"94885",12500,38648 +"94886",12500,40203 +"94887",12500,40768 +"94888",12500,53200 +"94889",12500,59309 +"94890",12500,59816 +"94891",12500,61963 +"94892",12500,63518 +"94893",12500,70233 +"94894",12500,72329 +"94895",12500,75825 +"94896",12500,76131 +"94897",12500,86373 +"94898",12500,88712 +"94899",12500,88764 +"94900",12500,89760 +"94901",12500,90663 +"94902",12500,90875 +"94903",12500,91167 +"94904",12500,92017 +"94905",12500,92606 +"94906",12500,98647 +"94907",12500,99618 +"94908",12500,102093 +"94909",12500,102484 +"94910",12500,103111 +"94911",12500,108762 +"94912",12500,108926 +"94913",12500,108937 +"94914",12500,112945 +"94915",12501,69885 +"94916",12501,89492 +"94917",12501,89520 +"94918",12501,89525 +"94919",12501,89540 +"94920",12502,12653 +"94921",12502,16996 +"94922",12502,18229 +"94923",12502,28765 +"94924",12503,13024 +"94925",12503,15809 +"94926",12503,30459 +"94927",12503,66060 +"94928",12503,68460 +"94929",12503,69844 +"94930",12503,77686 +"94931",12503,80728 +"94932",12503,85481 +"94933",12503,89685 +"94934",12504,27694 +"94935",12504,29783 +"94936",12504,60034 +"94937",12504,70810 +"94938",12504,72389 +"94939",12505,12548 +"94940",12506,114408 +"94941",12507,30129 +"94942",12507,35531 +"94943",12507,70255 +"94944",12508,12537 +"94945",12509,16579 +"94946",12509,52721 +"94947",12510,14032 +"94948",12510,45506 +"94949",12510,77745 +"94950",12510,108962 +"94951",12511,12516 +"94952",12511,47934 +"94953",12511,79589 +"94954",12511,91652 +"94955",12511,92024 +"94956",12511,109108 +"94957",12511,111712 +"94958",12513,33785 +"94959",12513,93288 +"94960",12513,115750 +"94961",12515,13696 +"94962",12515,15712 +"94963",12515,20596 +"94964",12515,23646 +"94965",12515,62732 +"94966",12515,62762 +"94967",12515,68520 +"94968",12515,79646 +"94969",12515,90725 +"94970",12515,104983 +"94971",12515,107273 +"94972",12516,18283 +"94973",12516,52071 +"94974",12517,12729 +"94975",12517,20977 +"94976",12517,39464 +"94977",12517,42652 +"94978",12517,56854 +"94979",12517,57905 +"94980",12518,15670 +"94981",12518,17392 +"94982",12518,17474 +"94983",12518,27030 +"94984",12518,27116 +"94985",12518,38359 +"94986",12518,51546 +"94987",12518,116542 +"94988",12519,20991 +"94989",12519,22723 +"94990",12519,33268 +"94991",12519,34334 +"94992",12519,37853 +"94993",12519,37865 +"94994",12519,38206 +"94995",12519,43379 +"94996",12519,46815 +"94997",12519,62595 +"94998",12519,88830 +"94999",12519,95073 +"95000",12519,104279 +"95001",12519,119760 +"95002",12520,39345 +"95003",12520,79226 +"95004",12520,79253 +"95005",12520,80038 +"95006",12522,28148 +"95007",12523,43902 +"95008",12523,45977 +"95009",12523,63907 +"95010",12523,84365 +"95011",12523,87618 +"95012",12524,12686 +"95013",12524,17460 +"95014",12524,20742 +"95015",12524,22185 +"95016",12524,24658 +"95017",12524,26062 +"95018",12524,29051 +"95019",12524,44532 +"95020",12524,44557 +"95021",12524,45181 +"95022",12524,56464 +"95023",12524,57690 +"95024",12524,61601 +"95025",12524,82087 +"95026",12524,82411 +"95027",12524,82535 +"95028",12524,117550 +"95029",12524,118258 +"95030",12525,72915 +"95031",12525,72942 +"95032",12526,32828 +"95033",12527,14269 +"95034",12527,45941 +"95035",12527,87362 +"95036",12528,12602 +"95037",12528,25200 +"95038",12528,25288 +"95039",12529,105877 +"95040",12530,13871 +"95041",12530,19524 +"95042",12530,19584 +"95043",12530,24787 +"95044",12530,25046 +"95045",12530,26285 +"95046",12530,29541 +"95047",12530,33033 +"95048",12530,36324 +"95049",12530,39820 +"95050",12530,41581 +"95051",12530,62986 +"95052",12530,71659 +"95053",12530,71910 +"95054",12530,73960 +"95055",12530,84789 +"95056",12530,89726 +"95057",12530,114253 +"95058",12532,87001 +"95059",12533,18662 +"95060",12533,21025 +"95061",12533,33451 +"95062",12533,35780 +"95063",12533,115315 +"95064",12534,13293 +"95065",12534,15808 +"95066",12534,31947 +"95067",12534,35636 +"95068",12534,35677 +"95069",12534,52795 +"95070",12535,12554 +"95071",12535,13732 +"95072",12535,16941 +"95073",12535,25175 +"95074",12535,29498 +"95075",12535,45370 +"95076",12535,97917 +"95077",12536,72064 +"95078",12538,12643 +"95079",12538,12699 +"95080",12538,13607 +"95081",12538,13661 +"95082",12539,18168 +"95083",12539,18739 +"95084",12539,18916 +"95085",12539,20657 +"95086",12539,21972 +"95087",12539,52633 +"95088",12539,74580 +"95089",12540,76602 +"95090",12540,79971 +"95091",12540,80880 +"95092",12540,92928 +"95093",12540,96713 +"95094",12541,47865 +"95095",12541,69471 +"95096",12541,75670 +"95097",12541,81758 +"95098",12541,93766 +"95099",12541,112209 +"95100",12542,12929 +"95101",12542,16881 +"95102",12542,36377 +"95103",12542,68372 +"95104",12543,12930 +"95105",12543,24478 +"95106",12543,38341 +"95107",12543,40312 +"95108",12543,44499 +"95109",12543,48104 +"95110",12543,48183 +"95111",12543,48525 +"95112",12544,16544 +"95113",12544,18058 +"95114",12544,19637 +"95115",12544,20714 +"95116",12544,25562 +"95117",12544,27226 +"95118",12544,28470 +"95119",12544,35529 +"95120",12544,36298 +"95121",12544,38467 +"95122",12544,42226 +"95123",12544,63854 +"95124",12544,74730 +"95125",12544,82657 +"95126",12544,92471 +"95127",12544,92505 +"95128",12544,109174 +"95129",12545,28369 +"95130",12545,50397 +"95131",12545,59088 +"95132",12545,63424 +"95133",12545,68933 +"95134",12545,71932 +"95135",12545,72319 +"95136",12545,72770 +"95137",12545,74045 +"95138",12545,88752 +"95139",12545,89825 +"95140",12545,91900 +"95141",12545,102339 +"95142",12545,103258 +"95143",12546,12721 +"95144",12546,36662 +"95145",12546,81468 +"95146",12546,81496 +"95147",12547,18020 +"95148",12547,32260 +"95149",12547,44618 +"95150",12547,64668 +"95151",12549,16334 +"95152",12549,16363 +"95153",12549,16385 +"95154",12549,35498 +"95155",12549,35519 +"95156",12550,60415 +"95157",12550,104984 +"95158",12551,17335 +"95159",12551,36017 +"95160",12551,48974 +"95161",12551,55380 +"95162",12552,12553 +"95163",12552,12623 +"95164",12552,12659 +"95165",12552,12660 +"95166",12552,12661 +"95167",12552,23129 +"95168",12552,26602 +"95169",12553,12623 +"95170",12553,12659 +"95171",12553,12660 +"95172",12553,12661 +"95173",12553,35965 +"95174",12553,35979 +"95175",12553,36022 +"95176",12554,13732 +"95177",12554,16941 +"95178",12554,59492 +"95179",12555,12662 +"95180",12556,12680 +"95181",12557,15215 +"95182",12557,15377 +"95183",12557,22112 +"95184",12557,45489 +"95185",12558,24357 +"95186",12558,67964 +"95187",12558,96554 +"95188",12558,106138 +"95189",12559,13655 +"95190",12559,23194 +"95191",12559,43718 +"95192",12559,59269 +"95193",12559,59940 +"95194",12559,68942 +"95195",12559,77639 +"95196",12559,92867 +"95197",12560,35350 +"95198",12560,53845 +"95199",12560,62130 +"95200",12561,12605 +"95201",12561,39531 +"95202",12562,15879 +"95203",12562,31651 +"95204",12562,32155 +"95205",12562,65571 +"95206",12562,111283 +"95207",12562,111465 +"95208",12563,15832 +"95209",12563,15897 +"95210",12563,15898 +"95211",12563,21740 +"95212",12563,43705 +"95213",12563,43740 +"95214",12563,43750 +"95215",12563,43791 +"95216",12563,43797 +"95217",12564,13704 +"95218",12564,14550 +"95219",12564,30171 +"95220",12564,102949 +"95221",12565,14335 +"95222",12566,16894 +"95223",12566,30477 +"95224",12566,42962 +"95225",12566,46506 +"95226",12566,83053 +"95227",12566,112717 +"95228",12567,13783 +"95229",12568,83761 +"95230",12569,28079 +"95231",12569,60608 +"95232",12569,119267 +"95233",12570,20934 +"95234",12570,29434 +"95235",12570,33871 +"95236",12570,42695 +"95237",12570,53998 +"95238",12571,14188 +"95239",12571,16442 +"95240",12571,20694 +"95241",12571,44289 +"95242",12571,45228 +"95243",12571,59760 +"95244",12571,67607 +"95245",12571,71753 +"95246",12571,80212 +"95247",12571,87473 +"95248",12571,99566 +"95249",12571,103013 +"95250",12571,107556 +"95251",12571,113483 +"95252",12571,114140 +"95253",12572,12648 +"95254",12572,12650 +"95255",12572,12651 +"95256",12572,12668 +"95257",12572,12943 +"95258",12572,13082 +"95259",12572,13421 +"95260",12572,13549 +"95261",12572,14848 +"95262",12572,107483 +"95263",12573,51362 +"95264",12573,77950 +"95265",12575,14011 +"95266",12575,26277 +"95267",12575,26278 +"95268",12575,38387 +"95269",12575,38856 +"95270",12575,87735 +"95271",12577,12595 +"95272",12577,12596 +"95273",12577,14351 +"95274",12577,15222 +"95275",12577,16205 +"95276",12577,19592 +"95277",12577,33385 +"95278",12577,44181 +"95279",12577,80548 +"95280",12577,80755 +"95281",12577,80797 +"95282",12578,14345 +"95283",12578,31416 +"95284",12578,31707 +"95285",12578,35921 +"95286",12578,36019 +"95287",12578,36915 +"95288",12578,36994 +"95289",12578,45685 +"95290",12578,46653 +"95291",12578,62715 +"95292",12578,65402 +"95293",12578,73923 +"95294",12578,74399 +"95295",12578,78715 +"95296",12578,90507 +"95297",12578,95690 +"95298",12579,24608 +"95299",12579,28069 +"95300",12579,29576 +"95301",12579,34880 +"95302",12580,12611 +"95303",12580,20026 +"95304",12580,26125 +"95305",12580,80543 +"95306",12580,85259 +"95307",12580,85295 +"95308",12581,23052 +"95309",12581,36156 +"95310",12581,45689 +"95311",12582,18495 +"95312",12582,18619 +"95313",12582,18620 +"95314",12582,49793 +"95315",12582,53506 +"95316",12582,64386 +"95317",12583,26031 +"95318",12583,27740 +"95319",12583,29362 +"95320",12583,29375 +"95321",12583,30260 +"95322",12583,31124 +"95323",12583,35195 +"95324",12583,47119 +"95325",12583,54096 +"95326",12583,54100 +"95327",12583,67362 +"95328",12583,73391 +"95329",12583,79743 +"95330",12583,81689 +"95331",12583,90897 +"95332",12584,51042 +"95333",12584,85738 +"95334",12584,96202 +"95335",12584,99326 +"95336",12585,20698 +"95337",12585,52807 +"95338",12585,66065 +"95339",12586,19364 +"95340",12586,40604 +"95341",12586,46668 +"95342",12586,49044 +"95343",12586,49346 +"95344",12586,68823 +"95345",12586,73553 +"95346",12586,90427 +"95347",12587,15294 +"95348",12587,42119 +"95349",12587,62151 +"95350",12587,91568 +"95351",12588,12657 +"95352",12588,33098 +"95353",12588,37775 +"95354",12588,76946 +"95355",12588,90397 +"95356",12588,106951 +"95357",12589,12591 +"95358",12589,12665 +"95359",12589,23872 +"95360",12589,25837 +"95361",12589,53656 +"95362",12589,74338 +"95363",12589,94075 +"95364",12589,121351 +"95365",12590,23215 +"95366",12590,93043 +"95367",12591,12665 +"95368",12592,43996 +"95369",12593,12742 +"95370",12593,44142 +"95371",12593,46695 +"95372",12594,76970 +"95373",12595,12596 +"95374",12596,14351 +"95375",12596,15222 +"95376",12596,16205 +"95377",12596,19592 +"95378",12596,33385 +"95379",12596,44181 +"95380",12596,80548 +"95381",12596,80755 +"95382",12596,80797 +"95383",12597,14241 +"95384",12598,12611 +"95385",12598,13938 +"95386",12598,14259 +"95387",12598,14442 +"95388",12598,14594 +"95389",12598,14595 +"95390",12598,14658 +"95391",12598,17389 +"95392",12598,28366 +"95393",12598,32488 +"95394",12598,33403 +"95395",12598,38959 +"95396",12599,21682 +"95397",12599,34173 +"95398",12599,51720 +"95399",12599,56164 +"95400",12599,70365 +"95401",12599,73898 +"95402",12599,79436 +"95403",12599,82319 +"95404",12599,98549 +"95405",12599,100559 +"95406",12599,109555 +"95407",12599,109669 +"95408",12599,120192 +"95409",12599,120194 +"95410",12599,120197 +"95411",12599,120198 +"95412",12599,120199 +"95413",12599,120215 +"95414",12600,24047 +"95415",12600,74878 +"95416",12600,114581 +"95417",12601,23948 +"95418",12601,40335 +"95419",12601,60799 +"95420",12601,68741 +"95421",12601,92459 +"95422",12601,97204 +"95423",12601,111575 +"95424",12601,121302 +"95425",12602,34946 +"95426",12602,52735 +"95427",12602,54161 +"95428",12602,72674 +"95429",12602,78089 +"95430",12602,90606 +"95431",12602,122218 +"95432",12603,12697 +"95433",12606,73304 +"95434",12606,83226 +"95435",12607,43216 +"95436",12608,29110 +"95437",12608,93342 +"95438",12609,85887 +"95439",12610,19030 +"95440",12610,26273 +"95441",12610,30033 +"95442",12610,30881 +"95443",12610,39417 +"95444",12610,45081 +"95445",12610,48106 +"95446",12610,50901 +"95447",12610,65670 +"95448",12610,85245 +"95449",12610,92017 +"95450",12610,97580 +"95451",12610,98249 +"95452",12610,109879 +"95453",12610,110826 +"95454",12610,113417 +"95455",12610,116341 +"95456",12611,14259 +"95457",12611,20026 +"95458",12611,31146 +"95459",12611,69649 +"95460",12611,80167 +"95461",12611,81290 +"95462",12611,81328 +"95463",12611,81333 +"95464",12612,12614 +"95465",12612,60702 +"95466",12613,34623 +"95467",12613,82054 +"95468",12613,82079 +"95469",12614,34910 +"95470",12614,60702 +"95471",12615,57487 +"95472",12616,48752 +"95473",12616,120361 +"95474",12617,24429 +"95475",12617,26873 +"95476",12617,58777 +"95477",12617,62605 +"95478",12617,65362 +"95479",12617,99424 +"95480",12617,110327 +"95481",12617,121099 +"95482",12618,12642 +"95483",12618,39590 +"95484",12618,55454 +"95485",12618,93875 +"95486",12619,13863 +"95487",12619,21083 +"95488",12619,25210 +"95489",12619,25211 +"95490",12619,25279 +"95491",12619,25280 +"95492",12619,25480 +"95493",12619,25699 +"95494",12619,25749 +"95495",12619,25786 +"95496",12619,25808 +"95497",12619,25896 +"95498",12620,21722 +"95499",12620,22981 +"95500",12620,47453 +"95501",12620,53788 +"95502",12620,77642 +"95503",12620,77941 +"95504",12620,120248 +"95505",12621,14260 +"95506",12622,48067 +"95507",12622,97619 +"95508",12622,106778 +"95509",12623,12659 +"95510",12623,12660 +"95511",12623,12661 +"95512",12623,34107 +"95513",12623,44748 +"95514",12623,89792 +"95515",12623,90226 +"95516",12624,35317 +"95517",12624,41792 +"95518",12624,82612 +"95519",12625,14423 +"95520",12625,25225 +"95521",12625,40167 +"95522",12625,49755 +"95523",12625,49857 +"95524",12625,107183 +"95525",12626,25041 +"95526",12626,50491 +"95527",12627,13378 +"95528",12627,13454 +"95529",12627,22346 +"95530",12627,27797 +"95531",12627,28161 +"95532",12627,32704 +"95533",12627,34442 +"95534",12627,38123 +"95535",12627,42970 +"95536",12627,50052 +"95537",12627,56472 +"95538",12627,56555 +"95539",12627,58301 +"95540",12627,58506 +"95541",12627,58772 +"95542",12627,59005 +"95543",12627,60875 +"95544",12627,67443 +"95545",12627,69950 +"95546",12627,70451 +"95547",12628,69964 +"95548",12628,98558 +"95549",12628,98566 +"95550",12629,42575 +"95551",12630,57676 +"95552",12630,77450 +"95553",12631,13072 +"95554",12631,13530 +"95555",12631,14472 +"95556",12631,17189 +"95557",12631,19208 +"95558",12631,20250 +"95559",12631,29266 +"95560",12631,32281 +"95561",12631,32596 +"95562",12631,34865 +"95563",12631,38137 +"95564",12631,39552 +"95565",12631,48871 +"95566",12631,57225 +"95567",12631,67556 +"95568",12631,80809 +"95569",12632,12633 +"95570",12632,14380 +"95571",12632,16347 +"95572",12632,23099 +"95573",12632,31987 +"95574",12632,33312 +"95575",12632,33544 +"95576",12632,36274 +"95577",12632,42461 +"95578",12632,42859 +"95579",12632,43271 +"95580",12632,58392 +"95581",12632,58411 +"95582",12632,61678 +"95583",12632,70891 +"95584",12632,72084 +"95585",12632,75646 +"95586",12632,75723 +"95587",12632,76309 +"95588",12632,76372 +"95589",12632,80808 +"95590",12632,82100 +"95591",12632,82948 +"95592",12632,85643 +"95593",12632,94512 +"95594",12632,102394 +"95595",12632,114233 +"95596",12632,118199 +"95597",12633,22873 +"95598",12633,30066 +"95599",12633,31852 +"95600",12633,36274 +"95601",12633,42900 +"95602",12633,70366 +"95603",12633,76179 +"95604",12633,76372 +"95605",12633,76380 +"95606",12633,81960 +"95607",12633,102936 +"95608",12634,54381 +"95609",12634,55106 +"95610",12634,58711 +"95611",12634,61942 +"95612",12634,67150 +"95613",12634,80518 +"95614",12634,80908 +"95615",12634,90670 +"95616",12634,95593 +"95617",12635,14288 +"95618",12635,20061 +"95619",12635,20917 +"95620",12635,20975 +"95621",12635,20988 +"95622",12635,21138 +"95623",12635,29435 +"95624",12635,44611 +"95625",12635,49129 +"95626",12635,51017 +"95627",12635,55784 +"95628",12635,66280 +"95629",12635,71544 +"95630",12635,74894 +"95631",12635,87692 +"95632",12635,90802 +"95633",12635,90850 +"95634",12635,101395 +"95635",12635,111521 +"95636",12636,17691 +"95637",12636,23322 +"95638",12636,30618 +"95639",12636,38722 +"95640",12636,81150 +"95641",12636,106296 +"95642",12636,110124 +"95643",12638,14959 +"95644",12638,15632 +"95645",12638,20164 +"95646",12638,36086 +"95647",12638,39271 +"95648",12638,41689 +"95649",12638,48711 +"95650",12638,55577 +"95651",12638,85255 +"95652",12638,88186 +"95653",12638,88202 +"95654",12638,104988 +"95655",12639,17165 +"95656",12639,21566 +"95657",12639,22053 +"95658",12639,23006 +"95659",12639,31497 +"95660",12639,32954 +"95661",12639,35217 +"95662",12639,44894 +"95663",12639,46043 +"95664",12639,46962 +"95665",12639,48860 +"95666",12639,52926 +"95667",12639,78331 +"95668",12640,12724 +"95669",12640,16535 +"95670",12640,16564 +"95671",12640,18596 +"95672",12640,20326 +"95673",12640,20737 +"95674",12640,21682 +"95675",12640,21828 +"95676",12640,21847 +"95677",12640,21849 +"95678",12640,21929 +"95679",12640,22170 +"95680",12640,29538 +"95681",12640,31197 +"95682",12640,32452 +"95683",12640,33981 +"95684",12640,34303 +"95685",12640,40099 +"95686",12640,40493 +"95687",12640,48359 +"95688",12640,49226 +"95689",12640,49645 +"95690",12640,50445 +"95691",12640,51765 +"95692",12640,60088 +"95693",12640,64099 +"95694",12642,17083 +"95695",12642,17878 +"95696",12642,18995 +"95697",12642,27275 +"95698",12642,31609 +"95699",12642,33569 +"95700",12642,52735 +"95701",12642,56317 +"95702",12642,116044 +"95703",12643,12699 +"95704",12643,13607 +"95705",12643,13661 +"95706",12644,33333 +"95707",12644,88635 +"95708",12645,46071 +"95709",12645,60280 +"95710",12645,60475 +"95711",12645,61034 +"95712",12645,72112 +"95713",12645,77400 +"95714",12645,89646 +"95715",12646,13584 +"95716",12647,14728 +"95717",12647,64135 +"95718",12647,70252 +"95719",12647,112249 +"95720",12647,112254 +"95721",12647,112259 +"95722",12648,12650 +"95723",12648,12651 +"95724",12648,12668 +"95725",12648,12943 +"95726",12648,13082 +"95727",12648,13421 +"95728",12648,13549 +"95729",12648,51338 +"95730",12648,54873 +"95731",12648,54997 +"95732",12648,64278 +"95733",12648,75587 +"95734",12648,99182 +"95735",12648,99897 +"95736",12649,30310 +"95737",12649,34700 +"95738",12649,61531 +"95739",12649,104006 +"95740",12650,12651 +"95741",12650,12668 +"95742",12650,12943 +"95743",12650,13082 +"95744",12650,13421 +"95745",12650,13549 +"95746",12650,51685 +"95747",12651,12668 +"95748",12651,12943 +"95749",12651,13082 +"95750",12651,13421 +"95751",12651,13549 +"95752",12651,28632 +"95753",12651,51619 +"95754",12651,62579 +"95755",12652,29314 +"95756",12652,39884 +"95757",12652,42235 +"95758",12652,42337 +"95759",12653,15038 +"95760",12653,17382 +"95761",12653,17427 +"95762",12653,17491 +"95763",12653,107585 +"95764",12654,62082 +"95765",12654,70363 +"95766",12654,101418 +"95767",12655,20379 +"95768",12655,91206 +"95769",12656,32446 +"95770",12656,32644 +"95771",12656,32685 +"95772",12656,32698 +"95773",12656,32749 +"95774",12656,34961 +"95775",12656,102553 +"95776",12657,33098 +"95777",12657,66999 +"95778",12657,76946 +"95779",12657,90397 +"95780",12657,97111 +"95781",12657,106951 +"95782",12657,115164 +"95783",12659,12660 +"95784",12659,12661 +"95785",12659,28542 +"95786",12659,43747 +"95787",12659,58562 +"95788",12659,58641 +"95789",12660,12661 +"95790",12660,23129 +"95791",12661,72990 +"95792",12662,15578 +"95793",12662,39470 +"95794",12662,43844 +"95795",12662,61205 +"95796",12662,79422 +"95797",12663,13882 +"95798",12663,14357 +"95799",12663,16963 +"95800",12663,34150 +"95801",12663,34243 +"95802",12663,82191 +"95803",12664,23101 +"95804",12664,48598 +"95805",12665,70813 +"95806",12665,111409 +"95807",12666,66666 +"95808",12667,18995 +"95809",12667,82080 +"95810",12667,86921 +"95811",12667,123360 +"95812",12668,12943 +"95813",12668,13082 +"95814",12668,13421 +"95815",12668,13549 +"95816",12669,18764 +"95817",12669,90046 +"95818",12669,95568 +"95819",12669,107047 +"95820",12671,14079 +"95821",12671,16830 +"95822",12671,29763 +"95823",12671,33289 +"95824",12671,33373 +"95825",12671,35895 +"95826",12671,46691 +"95827",12671,47920 +"95828",12671,55000 +"95829",12671,69920 +"95830",12671,71436 +"95831",12671,72944 +"95832",12671,81519 +"95833",12671,103391 +"95834",12671,118890 +"95835",12672,13988 +"95836",12672,15636 +"95837",12672,22033 +"95838",12672,23787 +"95839",12672,34168 +"95840",12672,36254 +"95841",12672,49722 +"95842",12672,49962 +"95843",12672,76772 +"95844",12672,82798 +"95845",12672,82892 +"95846",12672,91988 +"95847",12673,15913 +"95848",12673,20797 +"95849",12673,39556 +"95850",12673,41617 +"95851",12673,54478 +"95852",12673,85839 +"95853",12675,18057 +"95854",12675,40682 +"95855",12675,86311 +"95856",12676,12988 +"95857",12676,20121 +"95858",12676,20182 +"95859",12676,20501 +"95860",12676,23352 +"95861",12676,25126 +"95862",12676,28390 +"95863",12676,40793 +"95864",12676,41146 +"95865",12676,41957 +"95866",12676,43976 +"95867",12676,44009 +"95868",12676,44083 +"95869",12676,46282 +"95870",12676,50341 +"95871",12676,50739 +"95872",12676,52143 +"95873",12676,62592 +"95874",12676,73190 +"95875",12676,87797 +"95876",12676,91265 +"95877",12676,96952 +"95878",12677,15208 +"95879",12677,22029 +"95880",12677,31111 +"95881",12677,35596 +"95882",12677,41498 +"95883",12677,41530 +"95884",12677,41969 +"95885",12677,58829 +"95886",12677,59619 +"95887",12677,63377 +"95888",12677,67393 +"95889",12677,70070 +"95890",12677,84199 +"95891",12677,100237 +"95892",12677,100272 +"95893",12677,109551 +"95894",12678,90537 +"95895",12678,112465 +"95896",12678,112906 +"95897",12678,112910 +"95898",12679,35599 +"95899",12679,43553 +"95900",12679,79950 +"95901",12680,16866 +"95902",12680,17942 +"95903",12680,18865 +"95904",12680,26355 +"95905",12680,27077 +"95906",12680,29482 +"95907",12680,35702 +"95908",12680,41451 +"95909",12680,44124 +"95910",12680,47133 +"95911",12680,47414 +"95912",12680,49106 +"95913",12680,56633 +"95914",12680,57094 +"95915",12680,58898 +"95916",12680,59147 +"95917",12680,59237 +"95918",12680,59359 +"95919",12680,61563 +"95920",12680,61867 +"95921",12680,62007 +"95922",12680,62078 +"95923",12680,62375 +"95924",12680,62633 +"95925",12680,63395 +"95926",12680,64408 +"95927",12680,64418 +"95928",12680,64511 +"95929",12680,65230 +"95930",12680,66145 +"95931",12680,67503 +"95932",12680,67721 +"95933",12680,68816 +"95934",12680,68909 +"95935",12680,68938 +"95936",12680,69332 +"95937",12680,69681 +"95938",12680,70610 +"95939",12680,70611 +"95940",12680,70725 +"95941",12680,71211 +"95942",12680,71505 +"95943",12680,71887 +"95944",12680,78044 +"95945",12682,14656 +"95946",12682,14666 +"95947",12682,16352 +"95948",12682,26080 +"95949",12682,29976 +"95950",12683,12801 +"95951",12683,18985 +"95952",12683,24732 +"95953",12683,29666 +"95954",12683,38028 +"95955",12683,78990 +"95956",12683,79379 +"95957",12683,84863 +"95958",12683,85417 +"95959",12683,86698 +"95960",12683,95620 +"95961",12683,100556 +"95962",12683,102792 +"95963",12686,20742 +"95964",12686,44666 +"95965",12686,52670 +"95966",12686,55673 +"95967",12686,70488 +"95968",12686,82411 +"95969",12687,15226 +"95970",12687,32346 +"95971",12687,56100 +"95972",12687,71519 +"95973",12688,16646 +"95974",12688,18920 +"95975",12688,25258 +"95976",12688,36444 +"95977",12688,49504 +"95978",12688,69934 +"95979",12688,89674 +"95980",12688,96625 +"95981",12689,48962 +"95982",12689,73090 +"95983",12689,86138 +"95984",12689,88171 +"95985",12689,92730 +"95986",12690,68552 +"95987",12690,94898 +"95988",12691,19722 +"95989",12691,22598 +"95990",12691,22945 +"95991",12691,23050 +"95992",12691,25898 +"95993",12691,27650 +"95994",12691,27742 +"95995",12691,27866 +"95996",12691,27914 +"95997",12691,30541 +"95998",12691,33625 +"95999",12691,33701 +"96000",12691,33779 +"96001",12691,36724 +"96002",12691,61439 +"96003",12691,77513 +"96004",12691,79451 +"96005",12691,85396 +"96006",12691,96960 +"96007",12692,25069 +"96008",12692,36454 +"96009",12692,49086 +"96010",12692,58184 +"96011",12692,82930 +"96012",12693,15338 +"96013",12693,18218 +"96014",12693,18672 +"96015",12693,21001 +"96016",12693,29681 +"96017",12693,38187 +"96018",12693,55486 +"96019",12693,55829 +"96020",12693,55860 +"96021",12693,62842 +"96022",12693,66943 +"96023",12693,78969 +"96024",12693,84148 +"96025",12693,86564 +"96026",12694,15061 +"96027",12694,25405 +"96028",12695,15521 +"96029",12695,70212 +"96030",12695,110700 +"96031",12695,110755 +"96032",12696,33916 +"96033",12696,55148 +"96034",12696,80241 +"96035",12697,41756 +"96036",12698,14802 +"96037",12698,26882 +"96038",12698,27463 +"96039",12698,32988 +"96040",12698,37664 +"96041",12698,37973 +"96042",12698,38219 +"96043",12698,39299 +"96044",12698,54729 +"96045",12698,60805 +"96046",12698,65322 +"96047",12698,71033 +"96048",12698,71753 +"96049",12698,71917 +"96050",12698,76428 +"96051",12698,80625 +"96052",12698,84194 +"96053",12698,91916 +"96054",12698,96308 +"96055",12698,96749 +"96056",12698,96756 +"96057",12699,13607 +"96058",12699,13661 +"96059",12699,38822 +"96060",12699,57539 +"96061",12700,24222 +"96062",12700,116133 +"96063",12701,15441 +"96064",12701,18627 +"96065",12701,62126 +"96066",12701,99930 +"96067",12702,63881 +"96068",12703,15942 +"96069",12703,22311 +"96070",12703,23664 +"96071",12703,39097 +"96072",12703,64996 +"96073",12703,77366 +"96074",12704,44752 +"96075",12704,64903 +"96076",12704,121600 +"96077",12704,121604 +"96078",12704,121608 +"96079",12705,14260 +"96080",12705,15558 +"96081",12705,15728 +"96082",12705,16949 +"96083",12705,17727 +"96084",12705,18427 +"96085",12705,20926 +"96086",12705,22746 +"96087",12705,23728 +"96088",12705,23730 +"96089",12705,23910 +"96090",12705,31223 +"96091",12705,32234 +"96092",12705,34576 +"96093",12705,36615 +"96094",12705,53644 +"96095",12705,54712 +"96096",12705,60681 +"96097",12705,61860 +"96098",12705,62573 +"96099",12705,64450 +"96100",12705,66094 +"96101",12705,66820 +"96102",12706,20273 +"96103",12706,23010 +"96104",12706,26620 +"96105",12706,27192 +"96106",12706,43017 +"96107",12706,43933 +"96108",12706,45591 +"96109",12706,51082 +"96110",12706,61668 +"96111",12706,91041 +"96112",12707,31293 +"96113",12708,46459 +"96114",12708,67887 +"96115",12709,20725 +"96116",12709,24268 +"96117",12709,31732 +"96118",12709,96351 +"96119",12710,12853 +"96120",12710,20591 +"96121",12711,53935 +"96122",12712,13236 +"96123",12712,15143 +"96124",12712,16539 +"96125",12712,16790 +"96126",12712,23789 +"96127",12712,26911 +"96128",12712,27649 +"96129",12712,28173 +"96130",12712,29266 +"96131",12712,36784 +"96132",12712,39761 +"96133",12712,41664 +"96134",12712,42523 +"96135",12712,49800 +"96136",12712,63500 +"96137",12712,63502 +"96138",12712,65700 +"96139",12712,82332 +"96140",12712,83032 +"96141",12712,87844 +"96142",12712,90774 +"96143",12712,90944 +"96144",12713,13520 +"96145",12713,16304 +"96146",12713,17410 +"96147",12713,18510 +"96148",12713,20864 +"96149",12713,22130 +"96150",12713,23482 +"96151",12713,31430 +"96152",12713,32591 +"96153",12713,32638 +"96154",12713,38448 +"96155",12713,40176 +"96156",12713,41137 +"96157",12713,53925 +"96158",12713,62129 +"96159",12713,78444 +"96160",12713,84435 +"96161",12713,84436 +"96162",12713,86842 +"96163",12713,89372 +"96164",12713,100656 +"96165",12713,101466 +"96166",12713,115476 +"96167",12714,12741 +"96168",12714,74064 +"96169",12714,105642 +"96170",12715,83289 +"96171",12715,92771 +"96172",12715,92794 +"96173",12716,12717 +"96174",12716,18262 +"96175",12716,31711 +"96176",12716,72163 +"96177",12717,14266 +"96178",12717,14357 +"96179",12717,14429 +"96180",12717,14574 +"96181",12717,17499 +"96182",12717,18262 +"96183",12717,18512 +"96184",12717,19372 +"96185",12717,22345 +"96186",12717,27917 +"96187",12717,28881 +"96188",12717,29933 +"96189",12717,30074 +"96190",12717,30839 +"96191",12717,31420 +"96192",12717,31711 +"96193",12717,34183 +"96194",12717,41500 +"96195",12717,41605 +"96196",12717,42895 +"96197",12717,46757 +"96198",12717,51212 +"96199",12717,66129 +"96200",12717,72163 +"96201",12717,77722 +"96202",12717,80003 +"96203",12717,84137 +"96204",12717,85938 +"96205",12718,99248 +"96206",12719,12843 +"96207",12719,16640 +"96208",12719,57894 +"96209",12719,63859 +"96210",12719,66187 +"96211",12719,70916 +"96212",12719,71131 +"96213",12719,72832 +"96214",12720,44909 +"96215",12720,44943 +"96216",12721,12913 +"96217",12721,12968 +"96218",12721,14493 +"96219",12721,15228 +"96220",12721,15265 +"96221",12721,17067 +"96222",12721,27061 +"96223",12721,33765 +"96224",12721,33790 +"96225",12721,35598 +"96226",12721,36662 +"96227",12721,72553 +"96228",12721,79399 +"96229",12721,81468 +"96230",12721,81496 +"96231",12722,81633 +"96232",12723,25065 +"96233",12724,15671 +"96234",12724,15761 +"96235",12724,17422 +"96236",12724,21176 +"96237",12724,21849 +"96238",12724,22170 +"96239",12724,32452 +"96240",12724,34303 +"96241",12724,37278 +"96242",12724,38186 +"96243",12724,39095 +"96244",12724,40099 +"96245",12724,42216 +"96246",12724,46730 +"96247",12724,48359 +"96248",12724,49226 +"96249",12724,50445 +"96250",12724,54848 +"96251",12724,57634 +"96252",12724,66992 +"96253",12725,12744 +"96254",12725,12886 +"96255",12725,34820 +"96256",12725,36578 +"96257",12725,49359 +"96258",12726,17866 +"96259",12727,12855 +"96260",12728,18232 +"96261",12728,19604 +"96262",12728,24025 +"96263",12728,30137 +"96264",12728,31957 +"96265",12728,46589 +"96266",12728,63075 +"96267",12728,63494 +"96268",12728,70981 +"96269",12728,77184 +"96270",12728,78507 +"96271",12728,78550 +"96272",12728,78551 +"96273",12729,12847 +"96274",12729,14161 +"96275",12729,15008 +"96276",12729,15729 +"96277",12729,16318 +"96278",12729,17867 +"96279",12729,18740 +"96280",12729,18756 +"96281",12729,18912 +"96282",12729,19062 +"96283",12729,20606 +"96284",12729,20722 +"96285",12729,20977 +"96286",12729,26238 +"96287",12729,28084 +"96288",12729,42508 +"96289",12729,42652 +"96290",12729,42724 +"96291",12729,54016 +"96292",12729,69384 +"96293",12730,71234 +"96294",12730,94540 +"96295",12730,101923 +"96296",12730,104972 +"96297",12731,58556 +"96298",12731,74782 +"96299",12732,18867 +"96300",12732,22513 +"96301",12732,28424 +"96302",12733,12734 +"96303",12733,12938 +"96304",12734,12938 +"96305",12735,12779 +"96306",12735,13360 +"96307",12735,13918 +"96308",12735,13938 +"96309",12735,13942 +"96310",12735,15023 +"96311",12735,15027 +"96312",12735,15185 +"96313",12735,15216 +"96314",12735,15964 +"96315",12735,16252 +"96316",12735,16872 +"96317",12735,17145 +"96318",12735,17508 +"96319",12735,18060 +"96320",12735,18217 +"96321",12735,20623 +"96322",12735,22462 +"96323",12735,22823 +"96324",12735,23147 +"96325",12735,23421 +"96326",12735,23632 +"96327",12735,23953 +"96328",12735,24495 +"96329",12735,24710 +"96330",12735,25143 +"96331",12735,25303 +"96332",12735,25664 +"96333",12735,26407 +"96334",12735,27174 +"96335",12735,27196 +"96336",12735,27710 +"96337",12735,28703 +"96338",12735,29253 +"96339",12735,29341 +"96340",12735,29560 +"96341",12735,29573 +"96342",12735,29868 +"96343",12735,32438 +"96344",12735,32967 +"96345",12735,33223 +"96346",12735,33470 +"96347",12735,33881 +"96348",12735,34097 +"96349",12735,34330 +"96350",12735,34513 +"96351",12735,35400 +"96352",12735,36476 +"96353",12735,36547 +"96354",12735,36745 +"96355",12735,37821 +"96356",12735,37931 +"96357",12735,38319 +"96358",12735,39398 +"96359",12735,39492 +"96360",12735,40320 +"96361",12735,40373 +"96362",12735,40542 +"96363",12735,41182 +"96364",12735,42131 +"96365",12735,46843 +"96366",12735,48331 +"96367",12735,64125 +"96368",12735,64717 +"96369",12735,77056 +"96370",12735,108973 +"96371",12736,20678 +"96372",12736,27781 +"96373",12737,29450 +"96374",12737,50990 +"96375",12737,69591 +"96376",12737,93584 +"96377",12738,12924 +"96378",12738,69186 +"96379",12739,12742 +"96380",12739,12859 +"96381",12740,14315 +"96382",12740,17519 +"96383",12740,18666 +"96384",12740,24085 +"96385",12740,26073 +"96386",12740,37690 +"96387",12740,37691 +"96388",12740,40568 +"96389",12740,42107 +"96390",12740,43993 +"96391",12740,44138 +"96392",12740,52621 +"96393",12740,54602 +"96394",12740,56051 +"96395",12740,57613 +"96396",12740,66960 +"96397",12740,75829 +"96398",12740,86552 +"96399",12740,92146 +"96400",12740,92147 +"96401",12740,92165 +"96402",12740,92183 +"96403",12741,31425 +"96404",12741,43031 +"96405",12741,59996 +"96406",12741,72097 +"96407",12741,90453 +"96408",12741,90454 +"96409",12741,90466 +"96410",12742,12859 +"96411",12742,44142 +"96412",12742,46695 +"96413",12743,20941 +"96414",12743,20942 +"96415",12743,21007 +"96416",12743,21008 +"96417",12743,29013 +"96418",12743,36598 +"96419",12744,12886 +"96420",12745,29180 +"96421",12746,12941 +"96422",12746,17645 +"96423",12746,20764 +"96424",12746,21906 +"96425",12746,25367 +"96426",12746,25413 +"96427",12746,43654 +"96428",12746,44222 +"96429",12746,45161 +"96430",12746,46726 +"96431",12746,47167 +"96432",12746,48464 +"96433",12746,52756 +"96434",12746,56806 +"96435",12746,59915 +"96436",12746,62668 +"96437",12746,70473 +"96438",12746,70981 +"96439",12746,71825 +"96440",12746,71837 +"96441",12746,77625 +"96442",12746,78763 +"96443",12746,79681 +"96444",12746,82452 +"96445",12746,88409 +"96446",12746,90883 +"96447",12746,91383 +"96448",12746,92113 +"96449",12746,98904 +"96450",12746,102940 +"96451",12746,118577 +"96452",12746,119085 +"96453",12746,119224 +"96454",12746,119439 +"96455",12746,120085 +"96456",12746,120232 +"96457",12746,121213 +"96458",12747,12751 +"96459",12747,24919 +"96460",12748,19000 +"96461",12749,13913 +"96462",12749,13986 +"96463",12749,20860 +"96464",12749,112258 +"96465",12750,12960 +"96466",12750,17983 +"96467",12750,33031 +"96468",12750,47004 +"96469",12750,49266 +"96470",12750,97929 +"96471",12750,109127 +"96472",12751,20319 +"96473",12751,21627 +"96474",12751,22839 +"96475",12751,22884 +"96476",12751,22888 +"96477",12751,59438 +"96478",12751,68311 +"96479",12751,81827 +"96480",12751,83370 +"96481",12752,25373 +"96482",12752,29168 +"96483",12752,31036 +"96484",12752,50474 +"96485",12752,50490 +"96486",12752,50531 +"96487",12752,69499 +"96488",12752,84464 +"96489",12752,97207 +"96490",12752,113989 +"96491",12752,120537 +"96492",12753,13923 +"96493",12753,31315 +"96494",12753,63406 +"96495",12753,87841 +"96496",12753,95388 +"96497",12753,114069 +"96498",12753,114075 +"96499",12754,14681 +"96500",12754,16529 +"96501",12754,30803 +"96502",12754,31478 +"96503",12754,38433 +"96504",12754,76275 +"96505",12754,76428 +"96506",12754,93543 +"96507",12754,93603 +"96508",12754,101873 +"96509",12755,16259 +"96510",12755,25522 +"96511",12755,40045 +"96512",12755,40093 +"96513",12755,76428 +"96514",12756,12880 +"96515",12756,12893 +"96516",12757,88712 +"96517",12757,90491 +"96518",12757,99396 +"96519",12758,12805 +"96520",12759,18381 +"96521",12759,20688 +"96522",12759,21632 +"96523",12759,23842 +"96524",12759,25373 +"96525",12759,26207 +"96526",12759,31249 +"96527",12759,34505 +"96528",12759,41723 +"96529",12759,44209 +"96530",12759,46640 +"96531",12759,53274 +"96532",12759,55344 +"96533",12759,78976 +"96534",12759,88064 +"96535",12759,94525 +"96536",12759,97835 +"96537",12760,19055 +"96538",12760,37702 +"96539",12761,37558 +"96540",12761,42727 +"96541",12761,104004 +"96542",12761,121723 +"96543",12762,12814 +"96544",12762,32442 +"96545",12762,36986 +"96546",12762,48217 +"96547",12762,52633 +"96548",12762,68374 +"96549",12762,86810 +"96550",12763,12765 +"96551",12763,18750 +"96552",12763,22408 +"96553",12763,26536 +"96554",12763,26592 +"96555",12763,40350 +"96556",12763,42441 +"96557",12763,46186 +"96558",12763,62295 +"96559",12763,89689 +"96560",12763,94396 +"96561",12763,105550 +"96562",12764,35960 +"96563",12764,36172 +"96564",12764,37157 +"96565",12764,39692 +"96566",12764,59140 +"96567",12765,57050 +"96568",12765,87241 +"96569",12765,87898 +"96570",12766,20876 +"96571",12766,48306 +"96572",12766,55573 +"96573",12766,74371 +"96574",12766,110277 +"96575",12766,110375 +"96576",12767,14886 +"96577",12767,15091 +"96578",12767,15642 +"96579",12767,33449 +"96580",12767,47293 +"96581",12767,51414 +"96582",12767,75637 +"96583",12767,76323 +"96584",12767,76327 +"96585",12768,37119 +"96586",12768,52261 +"96587",12769,12821 +"96588",12769,12962 +"96589",12769,13021 +"96590",12769,13025 +"96591",12769,13073 +"96592",12769,13267 +"96593",12769,49407 +"96594",12769,69070 +"96595",12769,96726 +"96596",12769,118272 +"96597",12770,12823 +"96598",12770,13162 +"96599",12770,15670 +"96600",12770,30176 +"96601",12770,40632 +"96602",12770,52064 +"96603",12770,90282 +"96604",12770,92654 +"96605",12771,14141 +"96606",12771,76132 +"96607",12772,12810 +"96608",12772,12811 +"96609",12772,12978 +"96610",12772,13423 +"96611",12772,14288 +"96612",12772,22417 +"96613",12772,80911 +"96614",12772,82180 +"96615",12773,12852 +"96616",12773,13808 +"96617",12773,22145 +"96618",12773,22195 +"96619",12773,25078 +"96620",12773,46742 +"96621",12773,46842 +"96622",12773,49787 +"96623",12773,61783 +"96624",12773,62326 +"96625",12773,83862 +"96626",12774,26736 +"96627",12774,33374 +"96628",12774,35553 +"96629",12774,40309 +"96630",12774,52519 +"96631",12774,59493 +"96632",12774,61744 +"96633",12774,71195 +"96634",12775,12976 +"96635",12776,12779 +"96636",12776,19317 +"96637",12776,21275 +"96638",12776,22057 +"96639",12776,41565 +"96640",12776,43077 +"96641",12776,49255 +"96642",12776,58163 +"96643",12776,83009 +"96644",12776,83844 +"96645",12776,85910 +"96646",12776,89921 +"96647",12776,95992 +"96648",12776,96013 +"96649",12777,13216 +"96650",12777,15264 +"96651",12777,35813 +"96652",12777,37045 +"96653",12777,85502 +"96654",12777,102887 +"96655",12778,15790 +"96656",12778,17245 +"96657",12778,17502 +"96658",12778,19608 +"96659",12778,20424 +"96660",12778,21933 +"96661",12778,24753 +"96662",12778,26704 +"96663",12778,35960 +"96664",12778,39692 +"96665",12778,52699 +"96666",12778,60899 +"96667",12779,13360 +"96668",12779,13899 +"96669",12779,13942 +"96670",12779,15027 +"96671",12779,15185 +"96672",12779,15216 +"96673",12779,15964 +"96674",12779,16154 +"96675",12779,16252 +"96676",12779,16495 +"96677",12779,16872 +"96678",12779,17145 +"96679",12779,17508 +"96680",12779,18060 +"96681",12779,18217 +"96682",12779,19317 +"96683",12779,20343 +"96684",12779,22462 +"96685",12779,22823 +"96686",12779,23147 +"96687",12779,23421 +"96688",12779,23632 +"96689",12779,23953 +"96690",12779,24495 +"96691",12779,24710 +"96692",12779,25143 +"96693",12779,25303 +"96694",12779,25664 +"96695",12779,26407 +"96696",12779,27174 +"96697",12779,27196 +"96698",12779,27710 +"96699",12779,28703 +"96700",12779,29253 +"96701",12779,29341 +"96702",12779,29560 +"96703",12779,29573 +"96704",12779,29868 +"96705",12779,32438 +"96706",12779,32967 +"96707",12779,33223 +"96708",12779,33881 +"96709",12779,34097 +"96710",12779,34330 +"96711",12779,34513 +"96712",12779,35400 +"96713",12779,36476 +"96714",12779,36547 +"96715",12779,36745 +"96716",12779,37301 +"96717",12779,37821 +"96718",12779,37931 +"96719",12779,38319 +"96720",12779,39398 +"96721",12779,39492 +"96722",12779,40320 +"96723",12779,40373 +"96724",12779,40542 +"96725",12779,41182 +"96726",12779,42131 +"96727",12779,46611 +"96728",12779,46843 +"96729",12779,48331 +"96730",12779,53349 +"96731",12779,56616 +"96732",12779,56639 +"96733",12779,58163 +"96734",12779,65513 +"96735",12779,88882 +"96736",12779,88895 +"96737",12779,88897 +"96738",12779,96013 +"96739",12780,12984 +"96740",12781,12994 +"96741",12781,13822 +"96742",12781,13946 +"96743",12781,15515 +"96744",12781,16987 +"96745",12781,22064 +"96746",12781,22120 +"96747",12781,27453 +"96748",12781,29147 +"96749",12781,29417 +"96750",12781,37977 +"96751",12781,46384 +"96752",12781,54173 +"96753",12781,61192 +"96754",12781,64376 +"96755",12781,71467 +"96756",12781,77432 +"96757",12781,97365 +"96758",12781,108815 +"96759",12781,114648 +"96760",12781,121888 +"96761",12782,16007 +"96762",12783,12923 +"96763",12783,13249 +"96764",12783,58194 +"96765",12783,60005 +"96766",12783,94389 +"96767",12784,30141 +"96768",12784,94495 +"96769",12785,12858 +"96770",12785,15860 +"96771",12786,23139 +"96772",12786,62590 +"96773",12786,70092 +"96774",12786,72959 +"96775",12787,28439 +"96776",12787,73109 +"96777",12788,12972 +"96778",12788,19685 +"96779",12788,33526 +"96780",12788,59299 +"96781",12789,15397 +"96782",12789,18977 +"96783",12789,21924 +"96784",12789,22059 +"96785",12789,26608 +"96786",12789,45711 +"96787",12789,76741 +"96788",12789,77830 +"96789",12789,79585 +"96790",12789,96593 +"96791",12790,12918 +"96792",12790,33588 +"96793",12790,43275 +"96794",12790,85188 +"96795",12790,93336 +"96796",12791,19248 +"96797",12791,25384 +"96798",12791,25385 +"96799",12791,25813 +"96800",12791,27275 +"96801",12791,56514 +"96802",12791,56942 +"96803",12791,59196 +"96804",12791,70993 +"96805",12791,76892 +"96806",12792,14059 +"96807",12792,14359 +"96808",12792,14864 +"96809",12792,14908 +"96810",12792,14938 +"96811",12792,39283 +"96812",12792,57423 +"96813",12792,57945 +"96814",12793,12795 +"96815",12793,12796 +"96816",12793,12812 +"96817",12793,12849 +"96818",12794,12897 +"96819",12794,13619 +"96820",12794,21207 +"96821",12794,29628 +"96822",12794,31485 +"96823",12794,32775 +"96824",12794,42655 +"96825",12794,42668 +"96826",12794,42751 +"96827",12794,42762 +"96828",12794,42764 +"96829",12794,42786 +"96830",12794,42810 +"96831",12794,47302 +"96832",12794,49765 +"96833",12794,51205 +"96834",12794,54666 +"96835",12794,54672 +"96836",12794,63498 +"96837",12794,64158 +"96838",12794,64260 +"96839",12794,73398 +"96840",12794,73733 +"96841",12794,87418 +"96842",12794,95352 +"96843",12795,12796 +"96844",12795,12812 +"96845",12795,12849 +"96846",12796,12812 +"96847",12796,12849 +"96848",12797,13479 +"96849",12797,13518 +"96850",12797,13872 +"96851",12797,30998 +"96852",12797,57960 +"96853",12797,67007 +"96854",12797,69571 +"96855",12797,73945 +"96856",12798,24336 +"96857",12798,67941 +"96858",12798,88436 +"96859",12798,94713 +"96860",12799,22561 +"96861",12799,27454 +"96862",12799,30450 +"96863",12799,40253 +"96864",12799,41861 +"96865",12799,60614 +"96866",12799,89982 +"96867",12799,94397 +"96868",12799,109925 +"96869",12799,109939 +"96870",12800,48410 +"96871",12800,48419 +"96872",12800,63997 +"96873",12800,76814 +"96874",12801,79379 +"96875",12801,85417 +"96876",12802,31630 +"96877",12802,77809 +"96878",12803,30121 +"96879",12803,106358 +"96880",12803,106375 +"96881",12804,19351 +"96882",12804,24126 +"96883",12804,30669 +"96884",12804,32504 +"96885",12804,87838 +"96886",12804,92878 +"96887",12804,105255 +"96888",12804,105304 +"96889",12805,61789 +"96890",12806,13801 +"96891",12806,17041 +"96892",12806,69996 +"96893",12807,13142 +"96894",12807,14427 +"96895",12807,16340 +"96896",12807,16689 +"96897",12807,17556 +"96898",12807,19036 +"96899",12807,19391 +"96900",12807,22345 +"96901",12807,22546 +"96902",12807,23075 +"96903",12807,25606 +"96904",12807,28530 +"96905",12807,28691 +"96906",12807,30258 +"96907",12807,38185 +"96908",12807,38683 +"96909",12807,40245 +"96910",12807,43226 +"96911",12807,44655 +"96912",12807,44973 +"96913",12807,46177 +"96914",12807,47048 +"96915",12807,48110 +"96916",12807,56659 +"96917",12807,58508 +"96918",12807,59731 +"96919",12807,62642 +"96920",12807,68091 +"96921",12807,69335 +"96922",12807,75245 +"96923",12807,75776 +"96924",12807,75956 +"96925",12807,76387 +"96926",12807,78978 +"96927",12807,79212 +"96928",12807,79241 +"96929",12807,79579 +"96930",12807,80239 +"96931",12807,80301 +"96932",12807,81397 +"96933",12807,84848 +"96934",12807,84866 +"96935",12807,88340 +"96936",12807,88749 +"96937",12807,89053 +"96938",12807,89069 +"96939",12807,89373 +"96940",12807,89995 +"96941",12807,90919 +"96942",12807,90936 +"96943",12807,91015 +"96944",12807,92861 +"96945",12807,93097 +"96946",12807,94231 +"96947",12807,95489 +"96948",12807,96247 +"96949",12807,96363 +"96950",12807,96608 +"96951",12807,97898 +"96952",12808,41852 +"96953",12808,76005 +"96954",12808,93290 +"96955",12808,120804 +"96956",12809,12908 +"96957",12809,24359 +"96958",12809,33120 +"96959",12809,36348 +"96960",12809,122690 +"96961",12810,12811 +"96962",12810,12978 +"96963",12811,12978 +"96964",12812,12849 +"96965",12812,31846 +"96966",12812,43338 +"96967",12812,46701 +"96968",12812,64829 +"96969",12812,80635 +"96970",12813,13881 +"96971",12814,32211 +"96972",12814,33273 +"96973",12814,92052 +"96974",12814,98062 +"96975",12814,98124 +"96976",12814,104185 +"96977",12814,121465 +"96978",12815,13620 +"96979",12815,13650 +"96980",12815,14193 +"96981",12815,14337 +"96982",12815,24218 +"96983",12815,25489 +"96984",12815,31550 +"96985",12815,34559 +"96986",12815,34575 +"96987",12815,39823 +"96988",12815,44244 +"96989",12815,50517 +"96990",12815,58415 +"96991",12815,82038 +"96992",12815,83541 +"96993",12815,107701 +"96994",12816,18345 +"96995",12816,20116 +"96996",12816,41633 +"96997",12816,48598 +"96998",12816,74187 +"96999",12816,87610 +"97000",12816,102462 +"97001",12816,111661 +"97002",12816,115724 +"97003",12817,18870 +"97004",12817,25560 +"97005",12817,36093 +"97006",12817,45862 +"97007",12817,46571 +"97008",12817,78819 +"97009",12817,84558 +"97010",12817,91601 +"97011",12817,101935 +"97012",12817,104823 +"97013",12818,12968 +"97014",12818,15739 +"97015",12818,17090 +"97016",12818,18731 +"97017",12818,27061 +"97018",12818,34643 +"97019",12818,35231 +"97020",12818,41601 +"97021",12818,45251 +"97022",12818,45733 +"97023",12818,51132 +"97024",12818,53650 +"97025",12818,60724 +"97026",12818,63695 +"97027",12818,67794 +"97028",12818,68341 +"97029",12818,68406 +"97030",12818,68488 +"97031",12818,69273 +"97032",12818,69305 +"97033",12818,92241 +"97034",12818,116243 +"97035",12819,15496 +"97036",12819,18547 +"97037",12819,20086 +"97038",12819,20146 +"97039",12819,20221 +"97040",12819,29353 +"97041",12819,30631 +"97042",12819,30742 +"97043",12819,52095 +"97044",12819,65089 +"97045",12819,74561 +"97046",12819,88665 +"97047",12819,97189 +"97048",12819,102152 +"97049",12819,113150 +"97050",12819,118360 +"97051",12820,26451 +"97052",12820,60925 +"97053",12820,92012 +"97054",12820,103648 +"97055",12821,12962 +"97056",12821,27191 +"97057",12821,35933 +"97058",12821,49407 +"97059",12821,53535 +"97060",12821,53564 +"97061",12822,12934 +"97062",12822,20206 +"97063",12822,80923 +"97064",12823,12903 +"97065",12823,12930 +"97066",12823,14126 +"97067",12823,14139 +"97068",12823,15670 +"97069",12823,17474 +"97070",12823,30176 +"97071",12823,41883 +"97072",12823,59964 +"97073",12823,81798 +"97074",12823,100846 +"97075",12823,101610 +"97076",12823,105851 +"97077",12824,94369 +"97078",12825,12979 +"97079",12825,106407 +"97080",12826,23584 +"97081",12827,14472 +"97082",12827,15356 +"97083",12827,20128 +"97084",12827,20979 +"97085",12827,23460 +"97086",12827,25084 +"97087",12827,32957 +"97088",12827,38198 +"97089",12827,39826 +"97090",12827,41785 +"97091",12827,41804 +"97092",12827,41859 +"97093",12827,42232 +"97094",12827,48070 +"97095",12827,48545 +"97096",12827,50965 +"97097",12827,58377 +"97098",12827,61706 +"97099",12827,68217 +"97100",12827,75657 +"97101",12828,34090 +"97102",12828,35041 +"97103",12828,59805 +"97104",12828,71735 +"97105",12828,74309 +"97106",12828,79849 +"97107",12828,82677 +"97108",12828,100496 +"97109",12828,106566 +"97110",12830,16610 +"97111",12830,53169 +"97112",12831,66998 +"97113",12832,20199 +"97114",12832,41188 +"97115",12832,43924 +"97116",12832,44725 +"97117",12832,44753 +"97118",12832,44807 +"97119",12832,63699 +"97120",12833,57187 +"97121",12834,24624 +"97122",12834,94190 +"97123",12835,14731 +"97124",12835,26019 +"97125",12835,48106 +"97126",12835,60483 +"97127",12835,69816 +"97128",12835,73063 +"97129",12835,88407 +"97130",12835,96651 +"97131",12835,108754 +"97132",12835,108763 +"97133",12835,108886 +"97134",12836,42762 +"97135",12836,63856 +"97136",12836,117595 +"97137",12837,20131 +"97138",12837,36388 +"97139",12837,87492 +"97140",12837,105282 +"97141",12838,20235 +"97142",12838,21298 +"97143",12838,49731 +"97144",12838,57413 +"97145",12838,72470 +"97146",12838,89332 +"97147",12838,104784 +"97148",12838,105366 +"97149",12839,109245 +"97150",12840,17426 +"97151",12841,48367 +"97152",12841,61835 +"97153",12841,72248 +"97154",12841,86739 +"97155",12841,91138 +"97156",12842,14064 +"97157",12842,15501 +"97158",12842,19210 +"97159",12842,19896 +"97160",12842,21300 +"97161",12844,54128 +"97162",12844,79216 +"97163",12844,95775 +"97164",12845,18030 +"97165",12845,26351 +"97166",12845,28285 +"97167",12845,31458 +"97168",12845,39051 +"97169",12845,43429 +"97170",12845,47947 +"97171",12845,53817 +"97172",12845,60025 +"97173",12846,30767 +"97174",12847,18775 +"97175",12847,30155 +"97176",12847,41437 +"97177",12847,69384 +"97178",12848,25077 +"97179",12848,40939 +"97180",12848,65947 +"97181",12848,66280 +"97182",12848,66687 +"97183",12849,24160 +"97184",12849,24332 +"97185",12849,30194 +"97186",12849,76955 +"97187",12849,93462 +"97188",12849,96174 +"97189",12850,30072 +"97190",12850,54351 +"97191",12850,100807 +"97192",12850,106031 +"97193",12851,24905 +"97194",12851,28691 +"97195",12851,28743 +"97196",12851,31526 +"97197",12851,56465 +"97198",12851,80600 +"97199",12851,83441 +"97200",12851,85635 +"97201",12852,13808 +"97202",12853,14395 +"97203",12853,27672 +"97204",12853,36726 +"97205",12853,80439 +"97206",12854,13135 +"97207",12854,22510 +"97208",12854,33674 +"97209",12854,33732 +"97210",12854,34459 +"97211",12854,59524 +"97212",12854,59525 +"97213",12855,57674 +"97214",12856,19734 +"97215",12856,21347 +"97216",12856,21626 +"97217",12856,24835 +"97218",12856,39883 +"97219",12856,46664 +"97220",12856,48074 +"97221",12856,59100 +"97222",12856,68520 +"97223",12857,26348 +"97224",12857,73050 +"97225",12857,116965 +"97226",12858,112353 +"97227",12860,25790 +"97228",12860,31982 +"97229",12860,66553 +"97230",12860,67739 +"97231",12860,109957 +"97232",12860,116837 +"97233",12861,14061 +"97234",12861,15180 +"97235",12861,17847 +"97236",12861,20371 +"97237",12861,20455 +"97238",12861,29821 +"97239",12861,32259 +"97240",12861,46700 +"97241",12861,77519 +"97242",12861,91053 +"97243",12861,107290 +"97244",12861,107423 +"97245",12862,16530 +"97246",12863,29732 +"97247",12863,41018 +"97248",12863,51398 +"97249",12863,78304 +"97250",12863,80735 +"97251",12863,84138 +"97252",12864,29708 +"97253",12864,38391 +"97254",12865,12902 +"97255",12865,16748 +"97256",12865,25357 +"97257",12865,26643 +"97258",12865,42623 +"97259",12865,62012 +"97260",12866,68548 +"97261",12866,71408 +"97262",12867,20783 +"97263",12867,25122 +"97264",12867,27607 +"97265",12867,89319 +"97266",12868,26267 +"97267",12868,27398 +"97268",12868,27737 +"97269",12868,46861 +"97270",12868,75279 +"97271",12869,12870 +"97272",12869,72163 +"97273",12870,72163 +"97274",12871,12872 +"97275",12871,73886 +"97276",12871,73900 +"97277",12871,95965 +"97278",12871,100813 +"97279",12872,54505 +"97280",12872,58672 +"97281",12873,14972 +"97282",12873,41870 +"97283",12873,54059 +"97284",12873,59557 +"97285",12874,19231 +"97286",12874,20029 +"97287",12874,46662 +"97288",12874,58701 +"97289",12874,62138 +"97290",12874,76480 +"97291",12874,90842 +"97292",12875,13752 +"97293",12875,32795 +"97294",12875,43402 +"97295",12875,75812 +"97296",12875,87514 +"97297",12875,98115 +"97298",12875,98126 +"97299",12876,25765 +"97300",12876,28389 +"97301",12876,68242 +"97302",12876,100556 +"97303",12877,13223 +"97304",12877,14739 +"97305",12877,14992 +"97306",12877,22548 +"97307",12877,28481 +"97308",12877,31724 +"97309",12877,31825 +"97310",12877,32349 +"97311",12877,34033 +"97312",12877,36010 +"97313",12877,41904 +"97314",12877,41926 +"97315",12877,45696 +"97316",12877,47973 +"97317",12877,50425 +"97318",12877,57253 +"97319",12877,61534 +"97320",12877,66261 +"97321",12877,68457 +"97322",12877,69198 +"97323",12877,77565 +"97324",12877,78974 +"97325",12877,82819 +"97326",12877,83202 +"97327",12877,86023 +"97328",12877,87813 +"97329",12877,88773 +"97330",12877,90993 +"97331",12877,90994 +"97332",12877,92417 +"97333",12877,96612 +"97334",12877,100319 +"97335",12877,101250 +"97336",12877,101462 +"97337",12877,109885 +"97338",12877,110742 +"97339",12877,112606 +"97340",12877,116142 +"97341",12877,116150 +"97342",12877,116151 +"97343",12877,116152 +"97344",12877,116155 +"97345",12877,116159 +"97346",12877,116163 +"97347",12877,116165 +"97348",12877,116166 +"97349",12877,116171 +"97350",12877,116677 +"97351",12877,116678 +"97352",12878,15159 +"97353",12878,47768 +"97354",12878,64192 +"97355",12879,12966 +"97356",12879,16871 +"97357",12879,16963 +"97358",12879,18261 +"97359",12879,53340 +"97360",12879,76179 +"97361",12879,81504 +"97362",12879,82430 +"97363",12880,12893 +"97364",12880,45001 +"97365",12881,13683 +"97366",12881,13927 +"97367",12881,54508 +"97368",12881,80826 +"97369",12881,82071 +"97370",12881,86301 +"97371",12883,33220 +"97372",12884,43604 +"97373",12884,62534 +"97374",12885,39457 +"97375",12885,117782 +"97376",12885,120176 +"97377",12886,16092 +"97378",12886,18393 +"97379",12886,21357 +"97380",12886,22455 +"97381",12886,33241 +"97382",12886,35351 +"97383",12886,36259 +"97384",12886,40935 +"97385",12886,44565 +"97386",12886,45023 +"97387",12886,47503 +"97388",12886,60027 +"97389",12886,61853 +"97390",12886,61866 +"97391",12886,70734 +"97392",12886,76552 +"97393",12886,76560 +"97394",12887,17376 +"97395",12887,20089 +"97396",12887,21399 +"97397",12887,23395 +"97398",12887,29420 +"97399",12887,43575 +"97400",12887,76127 +"97401",12887,77188 +"97402",12887,78316 +"97403",12887,78568 +"97404",12887,81912 +"97405",12887,82949 +"97406",12887,88193 +"97407",12887,110039 +"97408",12888,27800 +"97409",12888,70283 +"97410",12889,18600 +"97411",12889,18767 +"97412",12889,20072 +"97413",12889,21505 +"97414",12889,21607 +"97415",12889,21665 +"97416",12889,23861 +"97417",12889,32630 +"97418",12889,34564 +"97419",12889,34620 +"97420",12889,35499 +"97421",12889,38525 +"97422",12889,41713 +"97423",12889,42087 +"97424",12889,45047 +"97425",12889,45980 +"97426",12889,48202 +"97427",12889,48212 +"97428",12889,53132 +"97429",12889,53227 +"97430",12889,55111 +"97431",12889,58628 +"97432",12889,61801 +"97433",12889,64350 +"97434",12889,72333 +"97435",12889,73044 +"97436",12889,73058 +"97437",12889,73335 +"97438",12889,78063 +"97439",12889,78429 +"97440",12889,78569 +"97441",12889,82143 +"97442",12889,83231 +"97443",12889,86339 +"97444",12889,86471 +"97445",12889,86802 +"97446",12889,90804 +"97447",12889,91022 +"97448",12889,91045 +"97449",12889,95117 +"97450",12889,95675 +"97451",12889,101516 +"97452",12889,102387 +"97453",12889,108374 +"97454",12889,108893 +"97455",12889,109101 +"97456",12889,109523 +"97457",12889,109573 +"97458",12889,109590 +"97459",12889,109597 +"97460",12889,110993 +"97461",12889,111338 +"97462",12889,111398 +"97463",12889,111409 +"97464",12889,111480 +"97465",12889,112422 +"97466",12889,112648 +"97467",12889,112708 +"97468",12889,112820 +"97469",12889,112937 +"97470",12889,112997 +"97471",12889,113597 +"97472",12889,114418 +"97473",12889,114582 +"97474",12889,115371 +"97475",12889,116028 +"97476",12889,116604 +"97477",12890,28388 +"97478",12890,28452 +"97479",12890,28851 +"97480",12890,28970 +"97481",12891,14518 +"97482",12891,27897 +"97483",12891,29417 +"97484",12891,107661 +"97485",12893,49032 +"97486",12893,50610 +"97487",12893,50790 +"97488",12893,67633 +"97489",12893,71414 +"97490",12894,24138 +"97491",12894,25012 +"97492",12894,34905 +"97493",12894,43250 +"97494",12894,48350 +"97495",12894,64926 +"97496",12894,92927 +"97497",12894,102468 +"97498",12895,24728 +"97499",12895,51859 +"97500",12895,53476 +"97501",12895,58296 +"97502",12895,85446 +"97503",12895,115528 +"97504",12895,121675 +"97505",12896,34023 +"97506",12897,29628 +"97507",12897,31485 +"97508",12897,32775 +"97509",12897,42655 +"97510",12897,42668 +"97511",12897,42751 +"97512",12897,42762 +"97513",12897,42764 +"97514",12897,42786 +"97515",12897,42810 +"97516",12897,49164 +"97517",12897,69174 +"97518",12897,117139 +"97519",12898,24783 +"97520",12898,91498 +"97521",12899,17864 +"97522",12899,24463 +"97523",12899,104622 +"97524",12899,107119 +"97525",12900,34723 +"97526",12900,57340 +"97527",12900,111965 +"97528",12901,12982 +"97529",12901,20017 +"97530",12901,24806 +"97531",12901,28300 +"97532",12901,30970 +"97533",12901,32249 +"97534",12901,32913 +"97535",12901,36082 +"97536",12901,38432 +"97537",12901,39212 +"97538",12901,46040 +"97539",12901,48225 +"97540",12901,48283 +"97541",12901,55968 +"97542",12901,57281 +"97543",12901,66222 +"97544",12901,66223 +"97545",12901,66263 +"97546",12901,66312 +"97547",12901,66353 +"97548",12901,67501 +"97549",12901,67511 +"97550",12901,87651 +"97551",12903,12930 +"97552",12903,17474 +"97553",12903,30176 +"97554",12903,36194 +"97555",12903,36437 +"97556",12903,40909 +"97557",12903,53485 +"97558",12903,68385 +"97559",12905,76012 +"97560",12905,111733 +"97561",12906,36523 +"97562",12906,36586 +"97563",12906,42642 +"97564",12906,47440 +"97565",12906,54200 +"97566",12906,60516 +"97567",12906,78259 +"97568",12906,84702 +"97569",12907,15146 +"97570",12907,18718 +"97571",12907,19509 +"97572",12907,19631 +"97573",12907,21027 +"97574",12907,52380 +"97575",12907,58945 +"97576",12907,59511 +"97577",12907,72390 +"97578",12907,77023 +"97579",12907,82312 +"97580",12907,84520 +"97581",12907,86090 +"97582",12907,88663 +"97583",12907,89135 +"97584",12907,110033 +"97585",12908,36348 +"97586",12908,74335 +"97587",12909,30795 +"97588",12909,42524 +"97589",12909,117178 +"97590",12910,12911 +"97591",12910,16946 +"97592",12910,18958 +"97593",12910,20000 +"97594",12910,31214 +"97595",12910,46621 +"97596",12910,50235 +"97597",12910,59326 +"97598",12910,61785 +"97599",12910,62793 +"97600",12910,67825 +"97601",12910,68844 +"97602",12910,70925 +"97603",12910,77441 +"97604",12910,95030 +"97605",12910,98343 +"97606",12910,100502 +"97607",12910,100583 +"97608",12910,102204 +"97609",12910,102731 +"97610",12911,17013 +"97611",12911,21870 +"97612",12911,22641 +"97613",12912,12953 +"97614",12912,41914 +"97615",12913,12968 +"97616",12913,14493 +"97617",12913,15228 +"97618",12913,27061 +"97619",12913,33765 +"97620",12913,94755 +"97621",12913,97887 +"97622",12913,97893 +"97623",12914,12915 +"97624",12914,14429 +"97625",12914,15478 +"97626",12914,15926 +"97627",12914,15995 +"97628",12914,16793 +"97629",12914,20695 +"97630",12914,32966 +"97631",12914,52809 +"97632",12914,76796 +"97633",12915,14883 +"97634",12915,19603 +"97635",12915,20968 +"97636",12915,26821 +"97637",12915,31953 +"97638",12915,32486 +"97639",12915,32570 +"97640",12915,82528 +"97641",12915,86089 +"97642",12915,89151 +"97643",12915,92630 +"97644",12915,95236 +"97645",12915,95268 +"97646",12915,95273 +"97647",12915,95274 +"97648",12915,95275 +"97649",12916,41911 +"97650",12916,43212 +"97651",12916,83464 +"97652",12916,92927 +"97653",12916,95648 +"97654",12917,88672 +"97655",12917,103348 +"97656",12917,115648 +"97657",12917,117638 +"97658",12917,119584 +"97659",12917,120672 +"97660",12917,120675 +"97661",12917,120680 +"97662",12917,120682 +"97663",12920,57480 +"97664",12920,72057 +"97665",12921,57947 +"97666",12922,112601 +"97667",12923,15632 +"97668",12923,28632 +"97669",12923,48607 +"97670",12923,54265 +"97671",12923,57212 +"97672",12923,65081 +"97673",12924,45494 +"97674",12924,59136 +"97675",12924,68053 +"97676",12924,100318 +"97677",12924,123465 +"97678",12925,20489 +"97679",12925,20709 +"97680",12925,21034 +"97681",12925,34326 +"97682",12926,93851 +"97683",12927,65744 +"97684",12928,17475 +"97685",12928,18877 +"97686",12928,26343 +"97687",12928,26468 +"97688",12928,35707 +"97689",12928,45067 +"97690",12928,47422 +"97691",12928,77243 +"97692",12928,79129 +"97693",12928,81980 +"97694",12928,97468 +"97695",12929,28387 +"97696",12929,33063 +"97697",12929,44449 +"97698",12930,14126 +"97699",12930,15670 +"97700",12930,27600 +"97701",12930,32004 +"97702",12930,41127 +"97703",12930,41717 +"97704",12930,42818 +"97705",12930,57965 +"97706",12930,59964 +"97707",12930,84434 +"97708",12930,95101 +"97709",12931,62650 +"97710",12931,65580 +"97711",12931,72322 +"97712",12931,75853 +"97713",12931,81199 +"97714",12931,81233 +"97715",12931,81234 +"97716",12931,109827 +"97717",12931,112983 +"97718",12932,30413 +"97719",12932,47695 +"97720",12932,47723 +"97721",12932,47724 +"97722",12932,47758 +"97723",12932,55566 +"97724",12932,70982 +"97725",12933,30545 +"97726",12933,72118 +"97727",12934,17162 +"97728",12934,17172 +"97729",12934,18809 +"97730",12934,18834 +"97731",12934,24438 +"97732",12934,25336 +"97733",12934,42578 +"97734",12934,67047 +"97735",12934,79618 +"97736",12934,80053 +"97737",12934,84959 +"97738",12934,86023 +"97739",12934,90401 +"97740",12934,94069 +"97741",12935,25624 +"97742",12936,20595 +"97743",12936,20598 +"97744",12936,20663 +"97745",12937,21780 +"97746",12937,36698 +"97747",12937,48763 +"97748",12937,76634 +"97749",12937,77521 +"97750",12937,87725 +"97751",12938,41515 +"97752",12938,48639 +"97753",12938,55651 +"97754",12938,99406 +"97755",12939,59239 +"97756",12940,32176 +"97757",12942,16520 +"97758",12942,37870 +"97759",12942,89776 +"97760",12943,13082 +"97761",12943,13421 +"97762",12943,13549 +"97763",12943,27683 +"97764",12943,56972 +"97765",12943,62579 +"97766",12943,76406 +"97767",12943,77352 +"97768",12943,77643 +"97769",12944,13933 +"97770",12944,14107 +"97771",12945,39466 +"97772",12946,68275 +"97773",12947,13222 +"97774",12947,30794 +"97775",12947,30874 +"97776",12947,31905 +"97777",12947,32606 +"97778",12947,33337 +"97779",12947,36105 +"97780",12947,39282 +"97781",12947,41252 +"97782",12947,41691 +"97783",12947,56147 +"97784",12947,57231 +"97785",12947,72173 +"97786",12947,81499 +"97787",12947,94106 +"97788",12947,111913 +"97789",12947,111914 +"97790",12947,111955 +"97791",12947,112805 +"97792",12947,112816 +"97793",12947,112819 +"97794",12948,14173 +"97795",12948,17178 +"97796",12948,17972 +"97797",12948,18794 +"97798",12948,26542 +"97799",12948,30380 +"97800",12948,33012 +"97801",12948,36327 +"97802",12948,40231 +"97803",12948,40304 +"97804",12948,40453 +"97805",12948,41435 +"97806",12948,42695 +"97807",12948,42700 +"97808",12948,44549 +"97809",12948,45518 +"97810",12948,45532 +"97811",12948,45869 +"97812",12948,49064 +"97813",12948,50072 +"97814",12948,57478 +"97815",12948,58138 +"97816",12948,61293 +"97817",12948,71914 +"97818",12948,72520 +"97819",12948,74144 +"97820",12948,77459 +"97821",12948,79057 +"97822",12948,79422 +"97823",12948,82474 +"97824",12948,96232 +"97825",12948,99758 +"97826",12948,101460 +"97827",12948,105876 +"97828",12950,27273 +"97829",12950,58451 +"97830",12950,78691 +"97831",12950,83331 +"97832",12950,83374 +"97833",12951,12993 +"97834",12951,27475 +"97835",12952,13247 +"97836",12953,29999 +"97837",12953,69810 +"97838",12954,47190 +"97839",12954,52985 +"97840",12954,54037 +"97841",12954,96126 +"97842",12955,23222 +"97843",12955,23585 +"97844",12955,57474 +"97845",12955,120802 +"97846",12956,22618 +"97847",12956,51836 +"97848",12956,53979 +"97849",12956,57880 +"97850",12956,74892 +"97851",12956,84520 +"97852",12957,42431 +"97853",12958,25008 +"97854",12958,30344 +"97855",12958,101250 +"97856",12959,18336 +"97857",12959,44390 +"97858",12959,95523 +"97859",12961,25243 +"97860",12962,23817 +"97861",12962,26149 +"97862",12962,29758 +"97863",12962,35933 +"97864",12962,49330 +"97865",12962,49407 +"97866",12962,50848 +"97867",12962,52466 +"97868",12962,53535 +"97869",12962,53564 +"97870",12962,69939 +"97871",12962,82830 +"97872",12962,110072 +"97873",12962,112891 +"97874",12962,112976 +"97875",12963,14921 +"97876",12963,33360 +"97877",12963,45512 +"97878",12963,49741 +"97879",12963,91177 +"97880",12963,91761 +"97881",12963,91796 +"97882",12964,28838 +"97883",12964,41976 +"97884",12964,63250 +"97885",12964,105070 +"97886",12965,17830 +"97887",12965,57571 +"97888",12965,89903 +"97889",12966,16871 +"97890",12966,31221 +"97891",12966,43377 +"97892",12966,51505 +"97893",12966,53340 +"97894",12966,62868 +"97895",12966,81504 +"97896",12966,85905 +"97897",12966,91514 +"97898",12966,99831 +"97899",12966,103516 +"97900",12966,103692 +"97901",12966,110500 +"97902",12966,118708 +"97903",12966,118710 +"97904",12967,49019 +"97905",12968,13024 +"97906",12968,15265 +"97907",12968,20867 +"97908",12968,22512 +"97909",12968,25718 +"97910",12968,25719 +"97911",12968,25764 +"97912",12968,25912 +"97913",12968,27061 +"97914",12968,33790 +"97915",12968,45251 +"97916",12968,48174 +"97917",12968,63695 +"97918",12968,68338 +"97919",12968,68406 +"97920",12968,81815 +"97921",12968,81847 +"97922",12968,85764 +"97923",12970,22317 +"97924",12970,29142 +"97925",12970,64932 +"97926",12970,88286 +"97927",12970,90196 +"97928",12971,27228 +"97929",12971,84825 +"97930",12972,38182 +"97931",12972,61757 +"97932",12972,67273 +"97933",12972,71159 +"97934",12972,108988 +"97935",12973,42883 +"97936",12973,80950 +"97937",12974,54863 +"97938",12974,81331 +"97939",12975,18103 +"97940",12976,13703 +"97941",12976,43281 +"97942",12976,78563 +"97943",12976,78696 +"97944",12977,33588 +"97945",12977,33621 +"97946",12977,41637 +"97947",12980,12994 +"97948",12981,14713 +"97949",12981,31558 +"97950",12981,37728 +"97951",12981,42306 +"97952",12982,14652 +"97953",12982,20167 +"97954",12982,21350 +"97955",12982,69384 +"97956",12983,44548 +"97957",12983,90921 +"97958",12984,50153 +"97959",12984,62950 +"97960",12984,67187 +"97961",12984,70852 +"97962",12984,70871 +"97963",12986,44224 +"97964",12987,13377 +"97965",12987,13463 +"97966",12987,21472 +"97967",12987,22762 +"97968",12987,49314 +"97969",12987,56774 +"97970",12987,60148 +"97971",12987,63545 +"97972",12988,27154 +"97973",12989,13487 +"97974",12989,50785 +"97975",12989,113503 +"97976",12990,54830 +"97977",12990,84437 +"97978",12990,84468 +"97979",12991,12992 +"97980",12991,14247 +"97981",12991,14411 +"97982",12991,83418 +"97983",12992,14247 +"97984",12992,14411 +"97985",12992,38584 +"97986",12993,20559 +"97987",12993,27522 +"97988",12993,55097 +"97989",12993,57673 +"97990",12993,59024 +"97991",12994,13822 +"97992",12994,14819 +"97993",12994,23528 +"97994",12994,25531 +"97995",12994,39198 +"97996",12994,41197 +"97997",12994,44129 +"97998",12994,45357 +"97999",12994,46786 +"98000",12994,49064 +"98001",12994,51895 +"98002",12994,64468 +"98003",12994,64578 +"98004",12994,76416 +"98005",12995,12997 +"98006",12996,31333 +"98007",12996,36793 +"98008",12996,59072 +"98009",12996,77631 +"98010",12997,91509 +"98011",12998,16075 +"98012",12998,18380 +"98013",12998,31089 +"98014",12998,37211 +"98015",12998,38479 +"98016",12998,45757 +"98017",12998,47885 +"98018",12998,74577 +"98019",12998,80911 +"98020",12998,80930 +"98021",12998,88306 +"98022",12998,89104 +"98023",12998,91825 +"98024",12998,93606 +"98025",12998,103668 +"98026",12998,104551 +"98027",12999,70063 +"98028",13000,42882 +"98029",13000,46397 +"98030",13000,73806 +"98031",13000,84412 +"98032",13000,117237 +"98033",13001,14307 +"98034",13001,29800 +"98035",13001,39861 +"98036",13001,73676 +"98037",13001,93873 +"98038",13001,121909 +"98039",13002,13954 +"98040",13002,31380 +"98041",13002,44761 +"98042",13002,54304 +"98043",13002,110707 +"98044",13003,68698 +"98045",13003,80754 +"98046",13003,97529 +"98047",13003,114635 +"98048",13003,120850 +"98049",13003,120852 +"98050",13003,121033 +"98051",13003,121037 +"98052",13004,13005 +"98053",13004,22305 +"98054",13004,25350 +"98055",13004,64688 +"98056",13005,39327 +"98057",13005,55426 +"98058",13006,13046 +"98059",13006,13240 +"98060",13007,24264 +"98061",13007,31512 +"98062",13007,32317 +"98063",13007,32497 +"98064",13007,34117 +"98065",13007,43689 +"98066",13007,52041 +"98067",13007,58211 +"98068",13007,59814 +"98069",13007,67165 +"98070",13007,73659 +"98071",13007,73743 +"98072",13007,73875 +"98073",13007,73896 +"98074",13008,33274 +"98075",13008,35668 +"98076",13008,61355 +"98077",13008,95069 +"98078",13009,46697 +"98079",13009,113492 +"98080",13010,13628 +"98081",13010,101868 +"98082",13011,13085 +"98083",13011,22811 +"98084",13011,26382 +"98085",13011,65187 +"98086",13011,65202 +"98087",13011,70624 +"98088",13011,71141 +"98089",13011,71180 +"98090",13012,13665 +"98091",13012,41857 +"98092",13012,48937 +"98093",13012,82216 +"98094",13012,101390 +"98095",13012,104883 +"98096",13012,120189 +"98097",13013,14725 +"98098",13013,26035 +"98099",13013,40253 +"98100",13013,40335 +"98101",13013,51317 +"98102",13013,87961 +"98103",13013,116858 +"98104",13014,34404 +"98105",13014,46232 +"98106",13014,80789 +"98107",13014,80798 +"98108",13015,13133 +"98109",13015,32814 +"98110",13015,51354 +"98111",13015,51355 +"98112",13015,65289 +"98113",13015,73313 +"98114",13015,74185 +"98115",13015,74467 +"98116",13015,74957 +"98117",13015,94998 +"98118",13015,97106 +"98119",13015,108110 +"98120",13015,118195 +"98121",13015,118200 +"98122",13015,118202 +"98123",13015,118226 +"98124",13016,32616 +"98125",13016,90873 +"98126",13017,78066 +"98127",13017,116083 +"98128",13018,16851 +"98129",13018,18043 +"98130",13018,21254 +"98131",13018,22491 +"98132",13018,22492 +"98133",13020,14060 +"98134",13020,22552 +"98135",13020,64293 +"98136",13020,64656 +"98137",13020,73178 +"98138",13021,13025 +"98139",13021,13073 +"98140",13021,13267 +"98141",13021,29845 +"98142",13021,71913 +"98143",13022,35669 +"98144",13022,100175 +"98145",13023,13484 +"98146",13023,57967 +"98147",13024,15265 +"98148",13024,17067 +"98149",13024,18731 +"98150",13024,60340 +"98151",13024,81847 +"98152",13024,102128 +"98153",13024,115698 +"98154",13024,115760 +"98155",13025,13073 +"98156",13025,13267 +"98157",13025,19661 +"98158",13025,29845 +"98159",13025,30007 +"98160",13025,63490 +"98161",13026,14229 +"98162",13027,31479 +"98163",13027,32502 +"98164",13027,47101 +"98165",13027,73316 +"98166",13028,113460 +"98167",13029,13350 +"98168",13029,31984 +"98169",13029,42575 +"98170",13029,49729 +"98171",13029,56367 +"98172",13029,66057 +"98173",13029,78352 +"98174",13029,87412 +"98175",13029,91593 +"98176",13029,101242 +"98177",13030,14952 +"98178",13030,17785 +"98179",13030,17830 +"98180",13030,21746 +"98181",13030,22543 +"98182",13030,26312 +"98183",13030,26991 +"98184",13030,28243 +"98185",13030,34317 +"98186",13030,34495 +"98187",13030,36118 +"98188",13030,38394 +"98189",13030,45682 +"98190",13030,47683 +"98191",13030,62801 +"98192",13030,64108 +"98193",13030,69250 +"98194",13030,70400 +"98195",13030,73905 +"98196",13030,73987 +"98197",13030,78009 +"98198",13030,81641 +"98199",13030,85995 +"98200",13030,90256 +"98201",13030,93802 +"98202",13030,93910 +"98203",13030,106733 +"98204",13030,108666 +"98205",13030,110416 +"98206",13031,46592 +"98207",13031,83350 +"98208",13031,100008 +"98209",13032,51531 +"98210",13032,67179 +"98211",13032,67185 +"98212",13033,47855 +"98213",13033,111069 +"98214",13033,118319 +"98215",13034,13370 +"98216",13034,16935 +"98217",13034,18646 +"98218",13034,26554 +"98219",13034,29378 +"98220",13034,42773 +"98221",13034,55481 +"98222",13034,60768 +"98223",13034,61667 +"98224",13034,71015 +"98225",13034,83874 +"98226",13034,85155 +"98227",13034,95265 +"98228",13034,105859 +"98229",13034,105981 +"98230",13034,109826 +"98231",13034,111181 +"98232",13034,111426 +"98233",13034,111440 +"98234",13035,32161 +"98235",13035,33520 +"98236",13035,39040 +"98237",13035,39433 +"98238",13035,74220 +"98239",13035,93047 +"98240",13035,103530 +"98241",13035,103634 +"98242",13035,103851 +"98243",13036,13171 +"98244",13037,62654 +"98245",13037,76827 +"98246",13037,77938 +"98247",13038,25302 +"98248",13038,38021 +"98249",13038,83229 +"98250",13038,84516 +"98251",13038,89725 +"98252",13038,107768 +"98253",13038,108501 +"98254",13038,109945 +"98255",13038,112246 +"98256",13038,113016 +"98257",13038,118998 +"98258",13038,119352 +"98259",13038,123068 +"98260",13038,123080 +"98261",13038,123083 +"98262",13038,123095 +"98263",13039,39098 +"98264",13039,46067 +"98265",13039,64580 +"98266",13040,13041 +"98267",13040,13132 +"98268",13040,13183 +"98269",13040,13268 +"98270",13041,13132 +"98271",13041,13183 +"98272",13041,13268 +"98273",13041,80971 +"98274",13042,13146 +"98275",13043,17632 +"98276",13043,19930 +"98277",13043,30068 +"98278",13043,33169 +"98279",13043,35536 +"98280",13043,54484 +"98281",13043,58951 +"98282",13043,91277 +"98283",13043,104418 +"98284",13043,114578 +"98285",13043,119185 +"98286",13044,14852 +"98287",13044,18481 +"98288",13044,31820 +"98289",13044,45136 +"98290",13044,49962 +"98291",13044,55297 +"98292",13044,57892 +"98293",13044,58659 +"98294",13044,82125 +"98295",13044,82138 +"98296",13044,82139 +"98297",13044,82141 +"98298",13044,82150 +"98299",13044,82164 +"98300",13045,43314 +"98301",13045,57615 +"98302",13045,59973 +"98303",13045,79538 +"98304",13046,13240 +"98305",13046,13388 +"98306",13046,14373 +"98307",13046,15990 +"98308",13046,17625 +"98309",13046,20732 +"98310",13046,23726 +"98311",13046,26506 +"98312",13046,44404 +"98313",13046,46104 +"98314",13046,50382 +"98315",13046,55500 +"98316",13046,56490 +"98317",13046,59484 +"98318",13046,64103 +"98319",13046,70406 +"98320",13046,105635 +"98321",13046,113576 +"98322",13046,114777 +"98323",13047,13135 +"98324",13047,22627 +"98325",13047,36390 +"98326",13047,38837 +"98327",13047,47797 +"98328",13047,59828 +"98329",13047,61543 +"98330",13047,74995 +"98331",13047,83708 +"98332",13047,90205 +"98333",13048,13170 +"98334",13048,13198 +"98335",13048,13282 +"98336",13048,13283 +"98337",13049,57013 +"98338",13049,63856 +"98339",13050,13122 +"98340",13050,57237 +"98341",13050,103945 +"98342",13051,93913 +"98343",13051,116634 +"98344",13052,13732 +"98345",13052,19698 +"98346",13052,21712 +"98347",13052,26865 +"98348",13052,30081 +"98349",13052,33091 +"98350",13052,34470 +"98351",13052,34950 +"98352",13052,34965 +"98353",13052,36455 +"98354",13052,41575 +"98355",13052,46128 +"98356",13052,57184 +"98357",13052,78738 +"98358",13052,82456 +"98359",13052,82513 +"98360",13052,82521 +"98361",13052,82524 +"98362",13053,13075 +"98363",13053,14537 +"98364",13053,18073 +"98365",13053,38432 +"98366",13053,44148 +"98367",13053,67501 +"98368",13053,67511 +"98369",13054,30191 +"98370",13054,64450 +"98371",13055,15184 +"98372",13055,15202 +"98373",13055,23800 +"98374",13055,25634 +"98375",13055,32833 +"98376",13055,35964 +"98377",13055,36059 +"98378",13055,36121 +"98379",13055,87941 +"98380",13056,36523 +"98381",13057,100825 +"98382",13057,100835 +"98383",13058,37491 +"98384",13059,78011 +"98385",13059,85618 +"98386",13059,114296 +"98387",13059,114426 +"98388",13060,22297 +"98389",13060,27504 +"98390",13060,40505 +"98391",13060,43283 +"98392",13060,43751 +"98393",13060,46642 +"98394",13060,47384 +"98395",13060,50135 +"98396",13060,71624 +"98397",13060,85777 +"98398",13061,16373 +"98399",13061,17394 +"98400",13061,19035 +"98401",13061,24911 +"98402",13061,85046 +"98403",13061,85305 +"98404",13061,92697 +"98405",13062,16646 +"98406",13062,18500 +"98407",13062,18871 +"98408",13062,26577 +"98409",13062,27235 +"98410",13062,58761 +"98411",13062,61232 +"98412",13062,62536 +"98413",13062,81923 +"98414",13062,89695 +"98415",13062,107102 +"98416",13063,13766 +"98417",13063,14143 +"98418",13063,48184 +"98419",13063,107516 +"98420",13063,113503 +"98421",13064,47592 +"98422",13064,62505 +"98423",13065,13655 +"98424",13065,13920 +"98425",13065,41636 +"98426",13065,43361 +"98427",13065,74848 +"98428",13065,90499 +"98429",13065,91427 +"98430",13065,91455 +"98431",13065,106931 +"98432",13065,107491 +"98433",13065,109586 +"98434",13065,109588 +"98435",13066,13083 +"98436",13066,13137 +"98437",13066,13138 +"98438",13066,13218 +"98439",13066,13277 +"98440",13066,13815 +"98441",13066,68440 +"98442",13067,13155 +"98443",13067,95455 +"98444",13068,13139 +"98445",13068,13219 +"98446",13068,18104 +"98447",13068,19934 +"98448",13068,20832 +"98449",13068,25378 +"98450",13068,39927 +"98451",13068,42643 +"98452",13068,44480 +"98453",13068,47162 +"98454",13068,50242 +"98455",13068,58988 +"98456",13068,61175 +"98457",13068,62189 +"98458",13068,62844 +"98459",13068,87946 +"98460",13068,90715 +"98461",13068,91713 +"98462",13068,93259 +"98463",13068,95163 +"98464",13068,99144 +"98465",13068,105791 +"98466",13068,111100 +"98467",13068,112409 +"98468",13068,112506 +"98469",13068,114740 +"98470",13069,44040 +"98471",13069,89920 +"98472",13069,93453 +"98473",13070,28240 +"98474",13070,55699 +"98475",13070,55753 +"98476",13070,55755 +"98477",13070,59563 +"98478",13071,13391 +"98479",13071,13474 +"98480",13071,13477 +"98481",13071,13513 +"98482",13071,13536 +"98483",13071,23950 +"98484",13071,34050 +"98485",13071,67066 +"98486",13071,67255 +"98487",13072,13178 +"98488",13072,13249 +"98489",13072,13530 +"98490",13072,19208 +"98491",13072,19894 +"98492",13072,20250 +"98493",13072,22136 +"98494",13072,29266 +"98495",13072,29686 +"98496",13072,33486 +"98497",13072,34865 +"98498",13072,36837 +"98499",13072,38916 +"98500",13072,48871 +"98501",13072,49957 +"98502",13072,53497 +"98503",13072,57925 +"98504",13072,63477 +"98505",13072,67556 +"98506",13072,77611 +"98507",13072,97275 +"98508",13072,100241 +"98509",13072,102116 +"98510",13072,102240 +"98511",13073,13267 +"98512",13073,14669 +"98513",13073,19661 +"98514",13073,23542 +"98515",13073,35436 +"98516",13073,74809 +"98517",13073,83841 +"98518",13073,86796 +"98519",13073,110496 +"98520",13074,17000 +"98521",13074,20071 +"98522",13074,20235 +"98523",13074,33946 +"98524",13074,45051 +"98525",13074,62856 +"98526",13074,67211 +"98527",13074,67515 +"98528",13074,70087 +"98529",13074,71142 +"98530",13074,77776 +"98531",13074,92198 +"98532",13074,93190 +"98533",13074,94611 +"98534",13074,99947 +"98535",13074,102822 +"98536",13074,115911 +"98537",13074,115925 +"98538",13074,115974 +"98539",13074,116300 +"98540",13075,14537 +"98541",13075,14548 +"98542",13075,34471 +"98543",13075,40215 +"98544",13075,48283 +"98545",13075,48816 +"98546",13075,61449 +"98547",13075,66938 +"98548",13075,97218 +"98549",13076,15706 +"98550",13076,49161 +"98551",13076,79530 +"98552",13076,87379 +"98553",13076,109056 +"98554",13077,20009 +"98555",13077,32835 +"98556",13077,36589 +"98557",13077,46824 +"98558",13077,47500 +"98559",13077,55016 +"98560",13077,56103 +"98561",13077,71487 +"98562",13079,13191 +"98563",13079,40856 +"98564",13079,42985 +"98565",13079,47756 +"98566",13079,62011 +"98567",13079,97941 +"98568",13080,13107 +"98569",13080,13144 +"98570",13080,13209 +"98571",13080,13269 +"98572",13081,15289 +"98573",13081,16629 +"98574",13081,22490 +"98575",13081,24848 +"98576",13081,30144 +"98577",13081,52530 +"98578",13081,78088 +"98579",13081,91520 +"98580",13081,92507 +"98581",13081,92816 +"98582",13081,93255 +"98583",13081,93321 +"98584",13081,93479 +"98585",13082,13421 +"98586",13082,13549 +"98587",13082,14848 +"98588",13082,21465 +"98589",13082,25696 +"98590",13082,25698 +"98591",13082,25773 +"98592",13082,25809 +"98593",13082,25810 +"98594",13082,26928 +"98595",13082,32946 +"98596",13083,13137 +"98597",13083,13138 +"98598",13083,13218 +"98599",13083,13277 +"98600",13083,13815 +"98601",13083,62895 +"98602",13084,15128 +"98603",13084,18231 +"98604",13084,24204 +"98605",13084,29932 +"98606",13084,39780 +"98607",13084,50153 +"98608",13084,79069 +"98609",13084,94808 +"98610",13084,105374 +"98611",13084,105729 +"98612",13084,105730 +"98613",13084,105761 +"98614",13084,106451 +"98615",13087,26146 +"98616",13087,27642 +"98617",13087,43008 +"98618",13087,44212 +"98619",13087,46887 +"98620",13087,51417 +"98621",13087,63573 +"98622",13087,63973 +"98623",13087,83000 +"98624",13087,84102 +"98625",13087,98979 +"98626",13087,111118 +"98627",13087,111139 +"98628",13087,111145 +"98629",13087,111147 +"98630",13087,111148 +"98631",13087,111157 +"98632",13087,111158 +"98633",13087,111161 +"98634",13087,114125 +"98635",13087,123194 +"98636",13088,13160 +"98637",13088,13253 +"98638",13089,13165 +"98639",13090,13127 +"98640",13090,18833 +"98641",13090,23504 +"98642",13090,27382 +"98643",13090,62477 +"98644",13090,80549 +"98645",13090,110778 +"98646",13091,13109 +"98647",13091,15079 +"98648",13091,64211 +"98649",13092,14265 +"98650",13092,22363 +"98651",13092,38266 +"98652",13092,77178 +"98653",13092,77182 +"98654",13092,79353 +"98655",13093,13096 +"98656",13093,13712 +"98657",13093,38195 +"98658",13093,41075 +"98659",13093,99473 +"98660",13093,105954 +"98661",13094,13955 +"98662",13094,19031 +"98663",13095,29302 +"98664",13095,55725 +"98665",13096,13335 +"98666",13096,13712 +"98667",13096,27889 +"98668",13096,45449 +"98669",13096,45450 +"98670",13096,45562 +"98671",13096,48781 +"98672",13096,54913 +"98673",13096,66852 +"98674",13096,79359 +"98675",13096,79639 +"98676",13096,86214 +"98677",13096,90852 +"98678",13096,100084 +"98679",13096,100359 +"98680",13096,116395 +"98681",13096,116484 +"98682",13097,17999 +"98683",13097,18209 +"98684",13097,20027 +"98685",13097,45938 +"98686",13097,51148 +"98687",13097,60267 +"98688",13097,62445 +"98689",13097,63075 +"98690",13097,72926 +"98691",13097,77293 +"98692",13097,85855 +"98693",13097,91193 +"98694",13097,91603 +"98695",13097,95924 +"98696",13097,101750 +"98697",13097,112773 +"98698",13097,112990 +"98699",13097,113008 +"98700",13097,115690 +"98701",13098,101514 +"98702",13099,43545 +"98703",13099,47114 +"98704",13099,48981 +"98705",13099,52235 +"98706",13099,57897 +"98707",13100,13526 +"98708",13100,19096 +"98709",13100,20538 +"98710",13100,27242 +"98711",13100,41613 +"98712",13100,43527 +"98713",13100,67678 +"98714",13100,109601 +"98715",13102,21744 +"98716",13102,67023 +"98717",13103,13176 +"98718",13103,13250 +"98719",13103,15349 +"98720",13103,24719 +"98721",13103,27944 +"98722",13103,29104 +"98723",13103,32606 +"98724",13103,34376 +"98725",13103,35140 +"98726",13103,35141 +"98727",13103,42205 +"98728",13103,58132 +"98729",13103,60264 +"98730",13103,60602 +"98731",13103,60905 +"98732",13103,63237 +"98733",13103,63315 +"98734",13103,67304 +"98735",13103,69524 +"98736",13103,72173 +"98737",13103,83996 +"98738",13103,112573 +"98739",13104,13688 +"98740",13104,45297 +"98741",13104,49029 +"98742",13104,56342 +"98743",13104,77722 +"98744",13105,46205 +"98745",13105,57213 +"98746",13105,58648 +"98747",13105,68903 +"98748",13105,69257 +"98749",13106,55356 +"98750",13107,13144 +"98751",13107,13209 +"98752",13107,13269 +"98753",13107,22002 +"98754",13108,14160 +"98755",13108,15575 +"98756",13108,39913 +"98757",13108,106831 +"98758",13109,17707 +"98759",13109,22374 +"98760",13109,31003 +"98761",13109,36077 +"98762",13109,40893 +"98763",13109,48602 +"98764",13109,66044 +"98765",13109,69636 +"98766",13109,82189 +"98767",13109,100229 +"98768",13109,109220 +"98769",13110,20787 +"98770",13110,26699 +"98771",13110,26700 +"98772",13110,26830 +"98773",13110,26831 +"98774",13110,40824 +"98775",13110,41801 +"98776",13110,45375 +"98777",13110,51198 +"98778",13110,54109 +"98779",13110,64252 +"98780",13111,15506 +"98781",13111,23462 +"98782",13111,30904 +"98783",13111,36944 +"98784",13111,50213 +"98785",13111,52168 +"98786",13111,67440 +"98787",13111,67845 +"98788",13111,76417 +"98789",13111,84201 +"98790",13111,91267 +"98791",13111,94063 +"98792",13111,118484 +"98793",13112,21614 +"98794",13112,79859 +"98795",13112,79879 +"98796",13112,86280 +"98797",13112,111358 +"98798",13112,111605 +"98799",13113,23203 +"98800",13113,23938 +"98801",13113,45068 +"98802",13113,55892 +"98803",13113,100928 +"98804",13114,14583 +"98805",13114,14726 +"98806",13114,14761 +"98807",13114,82238 +"98808",13116,50660 +"98809",13116,87912 +"98810",13116,98812 +"98811",13117,113471 +"98812",13117,113478 +"98813",13118,20619 +"98814",13118,98408 +"98815",13119,16843 +"98816",13119,17515 +"98817",13119,20525 +"98818",13119,53661 +"98819",13119,119414 +"98820",13120,34542 +"98821",13120,51990 +"98822",13120,52536 +"98823",13120,61338 +"98824",13120,77471 +"98825",13120,87828 +"98826",13120,97444 +"98827",13120,99344 +"98828",13120,118113 +"98829",13120,119895 +"98830",13121,80124 +"98831",13123,13141 +"98832",13123,38196 +"98833",13123,39537 +"98834",13123,39616 +"98835",13123,40053 +"98836",13123,53406 +"98837",13123,75634 +"98838",13123,101646 +"98839",13123,119673 +"98840",13123,122981 +"98841",13124,14454 +"98842",13124,22578 +"98843",13124,23322 +"98844",13124,24538 +"98845",13124,25502 +"98846",13124,27927 +"98847",13124,27929 +"98848",13124,31112 +"98849",13124,37977 +"98850",13124,43872 +"98851",13124,43876 +"98852",13124,43906 +"98853",13124,43982 +"98854",13124,45579 +"98855",13124,47516 +"98856",13124,47873 +"98857",13124,51847 +"98858",13124,55748 +"98859",13124,69692 +"98860",13126,17349 +"98861",13126,18271 +"98862",13126,22311 +"98863",13126,77382 +"98864",13126,87080 +"98865",13127,107029 +"98866",13128,14773 +"98867",13129,13243 +"98868",13129,24438 +"98869",13129,28678 +"98870",13129,31724 +"98871",13129,40238 +"98872",13129,52215 +"98873",13129,56763 +"98874",13129,58837 +"98875",13129,58838 +"98876",13129,63498 +"98877",13129,66985 +"98878",13129,67127 +"98879",13129,67331 +"98880",13129,67450 +"98881",13129,71718 +"98882",13130,38554 +"98883",13131,34763 +"98884",13131,42443 +"98885",13131,42457 +"98886",13131,42501 +"98887",13131,60479 +"98888",13131,86681 +"98889",13132,13183 +"98890",13132,13268 +"98891",13134,60682 +"98892",13134,65341 +"98893",13135,33732 +"98894",13136,13770 +"98895",13136,14401 +"98896",13136,15140 +"98897",13136,25295 +"98898",13136,31186 +"98899",13136,34021 +"98900",13136,36631 +"98901",13136,40101 +"98902",13136,41068 +"98903",13136,43711 +"98904",13136,92835 +"98905",13136,92860 +"98906",13136,103353 +"98907",13137,13138 +"98908",13137,13218 +"98909",13137,13277 +"98910",13137,13815 +"98911",13138,13218 +"98912",13138,13277 +"98913",13138,13815 +"98914",13139,13219 +"98915",13139,13424 +"98916",13139,14947 +"98917",13139,26805 +"98918",13139,37372 +"98919",13139,38611 +"98920",13139,40292 +"98921",13139,55132 +"98922",13139,55449 +"98923",13139,61591 +"98924",13139,94705 +"98925",13139,106705 +"98926",13139,111374 +"98927",13139,111977 +"98928",13139,112172 +"98929",13140,13203 +"98930",13140,25860 +"98931",13140,37561 +"98932",13142,16689 +"98933",13142,19036 +"98934",13142,19391 +"98935",13142,23075 +"98936",13142,25606 +"98937",13142,28530 +"98938",13142,30258 +"98939",13142,38185 +"98940",13142,38683 +"98941",13142,40245 +"98942",13142,43226 +"98943",13142,44655 +"98944",13142,44973 +"98945",13142,46177 +"98946",13142,47048 +"98947",13142,48110 +"98948",13142,58508 +"98949",13142,59731 +"98950",13142,62642 +"98951",13142,68091 +"98952",13142,69335 +"98953",13142,75245 +"98954",13142,75776 +"98955",13142,75956 +"98956",13142,76387 +"98957",13142,78978 +"98958",13142,79212 +"98959",13142,79241 +"98960",13142,79579 +"98961",13142,80239 +"98962",13142,80301 +"98963",13142,81397 +"98964",13142,88340 +"98965",13142,88749 +"98966",13142,89069 +"98967",13142,89373 +"98968",13142,89995 +"98969",13142,90919 +"98970",13142,90936 +"98971",13142,92861 +"98972",13142,93097 +"98973",13142,94231 +"98974",13142,95489 +"98975",13142,96247 +"98976",13142,96363 +"98977",13142,97898 +"98978",13143,13725 +"98979",13143,13806 +"98980",13143,13868 +"98981",13143,55349 +"98982",13144,13209 +"98983",13144,13269 +"98984",13145,20230 +"98985",13145,43295 +"98986",13145,49185 +"98987",13146,47392 +"98988",13146,59657 +"98989",13146,118662 +"98990",13147,13860 +"98991",13147,13938 +"98992",13147,16952 +"98993",13147,41611 +"98994",13147,96062 +"98995",13148,20958 +"98996",13148,21213 +"98997",13148,23226 +"98998",13148,24232 +"98999",13148,44334 +"99000",13148,48682 +"99001",13148,50349 +"99002",13148,61551 +"99003",13149,15391 +"99004",13149,54018 +"99005",13149,54047 +"99006",13149,55187 +"99007",13149,55205 +"99008",13149,65062 +"99009",13150,14674 +"99010",13150,16797 +"99011",13150,18112 +"99012",13150,21995 +"99013",13150,23091 +"99014",13150,23668 +"99015",13150,28187 +"99016",13150,28200 +"99017",13150,28424 +"99018",13150,32389 +"99019",13150,39647 +"99020",13150,41618 +"99021",13150,42280 +"99022",13150,43929 +"99023",13150,45407 +"99024",13150,46195 +"99025",13150,52544 +"99026",13150,52584 +"99027",13150,53230 +"99028",13150,61948 +"99029",13150,71607 +"99030",13150,71945 +"99031",13150,79075 +"99032",13150,79089 +"99033",13150,79131 +"99034",13150,81850 +"99035",13150,83006 +"99036",13150,85832 +"99037",13150,93085 +"99038",13150,99199 +"99039",13150,107125 +"99040",13150,107131 +"99041",13150,121492 +"99042",13151,16347 +"99043",13151,36274 +"99044",13151,52654 +"99045",13151,59143 +"99046",13151,76309 +"99047",13151,102394 +"99048",13151,102527 +"99049",13151,103674 +"99050",13152,13215 +"99051",13153,14073 +"99052",13153,14283 +"99053",13153,35384 +"99054",13153,45006 +"99055",13153,56007 +"99056",13153,66584 +"99057",13153,70145 +"99058",13154,15851 +"99059",13154,15852 +"99060",13154,67959 +"99061",13155,48475 +"99062",13156,15553 +"99063",13156,17093 +"99064",13156,24115 +"99065",13156,36577 +"99066",13156,40815 +"99067",13156,49621 +"99068",13156,53926 +"99069",13156,64172 +"99070",13156,69599 +"99071",13156,80513 +"99072",13156,81113 +"99073",13156,85756 +"99074",13157,20015 +"99075",13157,71556 +"99076",13158,19252 +"99077",13158,20261 +"99078",13158,23663 +"99079",13158,27517 +"99080",13158,28274 +"99081",13158,30092 +"99082",13158,38284 +"99083",13158,38783 +"99084",13158,46946 +"99085",13158,55084 +"99086",13158,56686 +"99087",13158,67541 +"99088",13158,84234 +"99089",13159,21434 +"99090",13159,28687 +"99091",13159,32182 +"99092",13159,38308 +"99093",13159,43889 +"99094",13159,57795 +"99095",13159,66645 +"99096",13159,89293 +"99097",13159,91980 +"99098",13160,13253 +"99099",13160,33552 +"99100",13161,33131 +"99101",13161,113077 +"99102",13162,90282 +"99103",13162,92654 +"99104",13163,14241 +"99105",13163,20349 +"99106",13163,56811 +"99107",13163,90836 +"99108",13163,113193 +"99109",13164,116444 +"99110",13164,119776 +"99111",13165,16765 +"99112",13165,18272 +"99113",13165,18435 +"99114",13165,30589 +"99115",13165,31361 +"99116",13165,50801 +"99117",13166,21153 +"99118",13166,25919 +"99119",13166,38795 +"99120",13167,22792 +"99121",13167,25842 +"99122",13167,32940 +"99123",13167,47435 +"99124",13167,49737 +"99125",13167,51790 +"99126",13167,52327 +"99127",13168,17047 +"99128",13169,14848 +"99129",13169,24076 +"99130",13169,24149 +"99131",13169,25689 +"99132",13169,25753 +"99133",13169,32293 +"99134",13169,47495 +"99135",13169,49420 +"99136",13169,70940 +"99137",13169,99597 +"99138",13169,99675 +"99139",13169,99676 +"99140",13169,101635 +"99141",13169,115757 +"99142",13170,13198 +"99143",13170,13282 +"99144",13170,13283 +"99145",13171,14165 +"99146",13171,18357 +"99147",13171,20204 +"99148",13171,20280 +"99149",13171,33041 +"99150",13171,62949 +"99151",13171,65174 +"99152",13171,95874 +"99153",13172,13445 +"99154",13172,16552 +"99155",13172,21460 +"99156",13172,23556 +"99157",13172,26832 +"99158",13172,27008 +"99159",13172,31274 +"99160",13172,43081 +"99161",13172,44801 +"99162",13172,55604 +"99163",13172,60031 +"99164",13172,68177 +"99165",13172,68761 +"99166",13172,71962 +"99167",13172,73021 +"99168",13172,77572 +"99169",13172,79599 +"99170",13172,99799 +"99171",13172,109347 +"99172",13172,110627 +"99173",13172,112225 +"99174",13173,14427 +"99175",13173,15085 +"99176",13173,17556 +"99177",13173,17648 +"99178",13173,17676 +"99179",13173,17695 +"99180",13173,33723 +"99181",13173,115926 +"99182",13174,22839 +"99183",13174,33621 +"99184",13174,58855 +"99185",13174,68311 +"99186",13174,83093 +"99187",13174,83646 +"99188",13174,119326 +"99189",13175,14823 +"99190",13175,26460 +"99191",13175,52912 +"99192",13175,54734 +"99193",13175,71816 +"99194",13176,13250 +"99195",13176,15453 +"99196",13176,22514 +"99197",13176,38590 +"99198",13176,90608 +"99199",13177,37387 +"99200",13177,39732 +"99201",13177,43327 +"99202",13177,63033 +"99203",13177,76136 +"99204",13177,86938 +"99205",13178,13530 +"99206",13178,18854 +"99207",13178,22840 +"99208",13178,24031 +"99209",13178,25068 +"99210",13178,49711 +"99211",13178,57925 +"99212",13178,60698 +"99213",13178,63592 +"99214",13178,65664 +"99215",13178,65700 +"99216",13178,65752 +"99217",13179,40298 +"99218",13179,41908 +"99219",13179,55596 +"99220",13179,74939 +"99221",13179,108313 +"99222",13179,114297 +"99223",13179,114590 +"99224",13180,18640 +"99225",13180,56446 +"99226",13181,16820 +"99227",13181,28299 +"99228",13181,94692 +"99229",13182,93094 +"99230",13182,112714 +"99231",13183,13268 +"99232",13183,31904 +"99233",13184,20154 +"99234",13184,27908 +"99235",13184,31635 +"99236",13184,44891 +"99237",13184,44905 +"99238",13185,17497 +"99239",13185,37371 +"99240",13186,39999 +"99241",13186,59723 +"99242",13187,20708 +"99243",13187,25040 +"99244",13187,27783 +"99245",13187,33483 +"99246",13187,36136 +"99247",13187,36160 +"99248",13187,38224 +"99249",13187,39614 +"99250",13187,76807 +"99251",13187,79818 +"99252",13187,112120 +"99253",13187,122198 +"99254",13188,14813 +"99255",13188,63217 +"99256",13188,92909 +"99257",13189,41360 +"99258",13190,17155 +"99259",13190,20893 +"99260",13190,26427 +"99261",13190,97789 +"99262",13191,13798 +"99263",13191,26400 +"99264",13191,36802 +"99265",13191,46588 +"99266",13191,56570 +"99267",13191,63041 +"99268",13192,33835 +"99269",13192,34492 +"99270",13192,48829 +"99271",13192,51410 +"99272",13192,51987 +"99273",13192,69759 +"99274",13192,71296 +"99275",13192,83165 +"99276",13193,21698 +"99277",13193,60808 +"99278",13193,87498 +"99279",13194,63413 +"99280",13195,15067 +"99281",13195,19020 +"99282",13195,32936 +"99283",13195,33772 +"99284",13195,38378 +"99285",13196,26076 +"99286",13196,52860 +"99287",13196,98476 +"99288",13197,15278 +"99289",13198,13282 +"99290",13198,13283 +"99291",13198,13405 +"99292",13198,21374 +"99293",13198,21532 +"99294",13198,24280 +"99295",13198,32120 +"99296",13198,43696 +"99297",13198,44813 +"99298",13198,51011 +"99299",13198,51069 +"99300",13198,52759 +"99301",13198,54664 +"99302",13198,57168 +"99303",13199,13262 +"99304",13199,13263 +"99305",13200,17221 +"99306",13200,30943 +"99307",13200,36552 +"99308",13200,37193 +"99309",13200,43897 +"99310",13200,45638 +"99311",13200,45759 +"99312",13200,51513 +"99313",13200,52001 +"99314",13200,52031 +"99315",13200,61776 +"99316",13200,96909 +"99317",13201,20199 +"99318",13201,23628 +"99319",13201,27026 +"99320",13201,29202 +"99321",13201,31520 +"99322",13201,31521 +"99323",13201,31554 +"99324",13201,31659 +"99325",13201,31660 +"99326",13201,43431 +"99327",13201,54113 +"99328",13201,65994 +"99329",13201,93052 +"99330",13202,16350 +"99331",13202,31366 +"99332",13202,54529 +"99333",13203,16168 +"99334",13203,18418 +"99335",13203,22370 +"99336",13203,24241 +"99337",13203,41250 +"99338",13203,41402 +"99339",13203,62164 +"99340",13203,77219 +"99341",13203,80248 +"99342",13203,103688 +"99343",13203,105061 +"99344",13203,107054 +"99345",13203,107316 +"99346",13203,108546 +"99347",13203,116336 +"99348",13203,122590 +"99349",13204,31603 +"99350",13205,17473 +"99351",13205,19161 +"99352",13205,24431 +"99353",13205,27195 +"99354",13205,29930 +"99355",13205,39426 +"99356",13205,39517 +"99357",13205,39518 +"99358",13205,39844 +"99359",13205,44002 +"99360",13205,44010 +"99361",13205,48418 +"99362",13205,49185 +"99363",13205,49739 +"99364",13205,55726 +"99365",13205,75275 +"99366",13205,85631 +"99367",13206,14447 +"99368",13207,24254 +"99369",13207,28118 +"99370",13207,45687 +"99371",13207,81246 +"99372",13207,121030 +"99373",13208,15023 +"99374",13208,25877 +"99375",13208,31357 +"99376",13208,32916 +"99377",13208,44226 +"99378",13208,44647 +"99379",13208,45403 +"99380",13208,47907 +"99381",13208,59455 +"99382",13208,62020 +"99383",13208,63721 +"99384",13208,63871 +"99385",13208,64973 +"99386",13208,79000 +"99387",13208,92862 +"99388",13208,107720 +"99389",13208,111169 +"99390",13208,111174 +"99391",13209,13269 +"99392",13209,35587 +"99393",13209,39292 +"99394",13209,39432 +"99395",13210,33647 +"99396",13211,13333 +"99397",13212,14564 +"99398",13212,63954 +"99399",13213,15483 +"99400",13213,16673 +"99401",13213,25126 +"99402",13213,30866 +"99403",13213,41283 +"99404",13213,45573 +"99405",13214,19915 +"99406",13214,52656 +"99407",13215,63698 +"99408",13215,64387 +"99409",13217,14108 +"99410",13217,15769 +"99411",13217,15901 +"99412",13217,17766 +"99413",13217,19523 +"99414",13217,23554 +"99415",13217,25727 +"99416",13217,34182 +"99417",13217,34314 +"99418",13217,35802 +"99419",13217,36089 +"99420",13217,40128 +"99421",13217,43527 +"99422",13217,47921 +"99423",13217,48123 +"99424",13217,50235 +"99425",13217,53453 +"99426",13217,59210 +"99427",13217,62063 +"99428",13217,63551 +"99429",13217,68502 +"99430",13217,69049 +"99431",13217,70811 +"99432",13217,72205 +"99433",13217,72573 +"99434",13217,81722 +"99435",13217,91411 +"99436",13217,92592 +"99437",13217,97132 +"99438",13217,101016 +"99439",13217,101087 +"99440",13217,102341 +"99441",13217,102401 +"99442",13217,104646 +"99443",13217,105495 +"99444",13217,105955 +"99445",13217,110376 +"99446",13217,110380 +"99447",13217,116302 +"99448",13217,116315 +"99449",13217,116325 +"99450",13217,116331 +"99451",13218,13277 +"99452",13218,13815 +"99453",13219,13939 +"99454",13219,14947 +"99455",13219,16163 +"99456",13219,26805 +"99457",13219,29408 +"99458",13219,56118 +"99459",13219,64169 +"99460",13219,90524 +"99461",13219,94705 +"99462",13219,105985 +"99463",13219,112541 +"99464",13220,13485 +"99465",13220,33146 +"99466",13220,41539 +"99467",13220,41642 +"99468",13220,51051 +"99469",13220,106869 +"99470",13221,25803 +"99471",13221,34549 +"99472",13221,51400 +"99473",13221,55939 +"99474",13221,65909 +"99475",13222,39282 +"99476",13222,63041 +"99477",13222,72689 +"99478",13222,103445 +"99479",13223,13256 +"99480",13223,13946 +"99481",13223,14992 +"99482",13223,22548 +"99483",13223,28481 +"99484",13223,32349 +"99485",13223,34033 +"99486",13223,36010 +"99487",13223,41904 +"99488",13223,45696 +"99489",13223,47973 +"99490",13223,49075 +"99491",13223,50425 +"99492",13223,57253 +"99493",13223,66261 +"99494",13223,68275 +"99495",13223,68457 +"99496",13223,69198 +"99497",13223,77565 +"99498",13223,78974 +"99499",13223,86023 +"99500",13223,87813 +"99501",13223,88773 +"99502",13223,90993 +"99503",13223,90994 +"99504",13223,92417 +"99505",13223,100319 +"99506",13223,101250 +"99507",13223,101462 +"99508",13223,109885 +"99509",13223,110742 +"99510",13223,112606 +"99511",13223,116142 +"99512",13223,116150 +"99513",13223,116151 +"99514",13223,116152 +"99515",13223,116155 +"99516",13223,116159 +"99517",13223,116163 +"99518",13223,116165 +"99519",13223,116166 +"99520",13223,116171 +"99521",13223,116677 +"99522",13223,116678 +"99523",13224,17823 +"99524",13224,17948 +"99525",13224,18286 +"99526",13224,18323 +"99527",13224,22503 +"99528",13224,41602 +"99529",13224,43307 +"99530",13224,43354 +"99531",13224,44127 +"99532",13224,44735 +"99533",13224,48764 +"99534",13224,60752 +"99535",13224,68501 +"99536",13224,78829 +"99537",13224,83191 +"99538",13224,84602 +"99539",13224,86151 +"99540",13224,88546 +"99541",13224,92261 +"99542",13224,95502 +"99543",13224,106141 +"99544",13224,108554 +"99545",13224,108976 +"99546",13224,109224 +"99547",13224,110023 +"99548",13225,44988 +"99549",13226,24553 +"99550",13226,24612 +"99551",13226,62572 +"99552",13227,17824 +"99553",13227,20599 +"99554",13227,26756 +"99555",13227,41888 +"99556",13227,85534 +"99557",13228,43205 +"99558",13228,52936 +"99559",13228,68308 +"99560",13228,88651 +"99561",13229,22757 +"99562",13229,80550 +"99563",13229,113814 +"99564",13230,15395 +"99565",13230,23585 +"99566",13230,40363 +"99567",13230,97237 +"99568",13232,93314 +"99569",13232,112141 +"99570",13233,53221 +"99571",13233,54752 +"99572",13233,95192 +"99573",13234,21799 +"99574",13234,38736 +"99575",13234,44129 +"99576",13234,48790 +"99577",13234,67863 +"99578",13234,81182 +"99579",13234,104639 +"99580",13235,15794 +"99581",13236,23789 +"99582",13236,25117 +"99583",13236,26002 +"99584",13236,27084 +"99585",13236,28173 +"99586",13236,31572 +"99587",13236,42515 +"99588",13237,19561 +"99589",13237,23148 +"99590",13237,23280 +"99591",13237,26732 +"99592",13237,35776 +"99593",13237,37621 +"99594",13237,50406 +"99595",13237,52203 +"99596",13237,60198 +"99597",13237,66358 +"99598",13237,67372 +"99599",13237,68471 +"99600",13237,69628 +"99601",13237,75749 +"99602",13237,75753 +"99603",13237,76079 +"99604",13237,76082 +"99605",13237,76197 +"99606",13238,27276 +"99607",13238,66163 +"99608",13239,14547 +"99609",13239,34859 +"99610",13239,37127 +"99611",13239,49960 +"99612",13239,54872 +"99613",13241,57926 +"99614",13241,61972 +"99615",13243,27450 +"99616",13243,29227 +"99617",13243,74555 +"99618",13244,24570 +"99619",13245,24802 +"99620",13246,18600 +"99621",13246,21670 +"99622",13246,28113 +"99623",13246,30891 +"99624",13246,31606 +"99625",13246,32531 +"99626",13246,33413 +"99627",13246,35822 +"99628",13246,58829 +"99629",13246,65070 +"99630",13246,66879 +"99631",13246,117141 +"99632",13246,117142 +"99633",13246,118591 +"99634",13246,119921 +"99635",13246,120546 +"99636",13246,120579 +"99637",13247,34528 +"99638",13247,69723 +"99639",13247,85914 +"99640",13247,86992 +"99641",13248,13294 +"99642",13248,13837 +"99643",13248,20643 +"99644",13248,41504 +"99645",13248,63298 +"99646",13248,66866 +"99647",13248,70934 +"99648",13248,85708 +"99649",13248,107487 +"99650",13249,13530 +"99651",13249,14386 +"99652",13249,15775 +"99653",13249,19394 +"99654",13249,22136 +"99655",13249,29828 +"99656",13249,33661 +"99657",13249,45406 +"99658",13249,45517 +"99659",13249,47197 +"99660",13249,48871 +"99661",13249,53497 +"99662",13249,54970 +"99663",13249,55643 +"99664",13249,55655 +"99665",13249,58194 +"99666",13249,60005 +"99667",13249,72539 +"99668",13249,94389 +"99669",13250,71689 +"99670",13252,21621 +"99671",13252,42012 +"99672",13252,70508 +"99673",13252,107037 +"99674",13252,119344 +"99675",13253,88538 +"99676",13254,13541 +"99677",13254,18891 +"99678",13254,66653 +"99679",13254,66678 +"99680",13254,95247 +"99681",13254,100483 +"99682",13255,13320 +"99683",13255,30563 +"99684",13255,38206 +"99685",13255,40230 +"99686",13255,40971 +"99687",13255,45249 +"99688",13255,45888 +"99689",13255,60018 +"99690",13257,26399 +"99691",13257,87515 +"99692",13257,95027 +"99693",13258,18061 +"99694",13258,23721 +"99695",13258,68856 +"99696",13258,79725 +"99697",13258,83334 +"99698",13258,87432 +"99699",13259,24275 +"99700",13259,67035 +"99701",13259,87029 +"99702",13259,121566 +"99703",13260,16907 +"99704",13260,17326 +"99705",13260,30446 +"99706",13260,43641 +"99707",13260,53482 +"99708",13260,65935 +"99709",13260,97365 +"99710",13262,13263 +"99711",13262,52551 +"99712",13262,55638 +"99713",13262,64083 +"99714",13262,64093 +"99715",13262,64118 +"99716",13263,13821 +"99717",13263,14902 +"99718",13263,22611 +"99719",13263,25785 +"99720",13263,54618 +"99721",13263,56365 +"99722",13263,58483 +"99723",13263,59287 +"99724",13263,65165 +"99725",13263,82860 +"99726",13263,88289 +"99727",13263,89665 +"99728",13263,89820 +"99729",13263,91687 +"99730",13263,95289 +"99731",13263,111535 +"99732",13265,13266 +"99733",13265,48591 +"99734",13265,48592 +"99735",13265,48643 +"99736",13265,48655 +"99737",13265,51068 +"99738",13265,52716 +"99739",13265,65852 +"99740",13265,65874 +"99741",13265,65875 +"99742",13265,65889 +"99743",13265,65897 +"99744",13265,65908 +"99745",13265,66279 +"99746",13268,17252 +"99747",13268,25098 +"99748",13268,29292 +"99749",13268,40693 +"99750",13268,42787 +"99751",13268,45860 +"99752",13268,48116 +"99753",13268,53499 +"99754",13268,69175 +"99755",13268,77467 +"99756",13268,79360 +"99757",13268,80282 +"99758",13268,86896 +"99759",13268,121727 +"99760",13269,13355 +"99761",13269,15878 +"99762",13269,25542 +"99763",13269,32581 +"99764",13269,37238 +"99765",13269,40312 +"99766",13269,42126 +"99767",13269,48889 +"99768",13269,56965 +"99769",13269,60710 +"99770",13269,62495 +"99771",13269,62850 +"99772",13269,62863 +"99773",13269,75548 +"99774",13270,15143 +"99775",13270,15988 +"99776",13270,15989 +"99777",13270,17086 +"99778",13270,18670 +"99779",13270,21811 +"99780",13270,23496 +"99781",13270,24812 +"99782",13270,28823 +"99783",13270,29512 +"99784",13270,31668 +"99785",13270,31890 +"99786",13270,31901 +"99787",13270,32903 +"99788",13270,34967 +"99789",13270,35367 +"99790",13270,59853 +"99791",13270,66800 +"99792",13270,68300 +"99793",13270,82187 +"99794",13270,82412 +"99795",13270,82895 +"99796",13270,85772 +"99797",13270,96022 +"99798",13270,97204 +"99799",13270,97752 +"99800",13270,100924 +"99801",13270,103499 +"99802",13270,106973 +"99803",13270,115834 +"99804",13270,118432 +"99805",13270,120432 +"99806",13271,17672 +"99807",13271,19859 +"99808",13271,20177 +"99809",13271,23467 +"99810",13271,23561 +"99811",13271,23666 +"99812",13271,38820 +"99813",13271,60366 +"99814",13271,79515 +"99815",13271,85709 +"99816",13271,97555 +"99817",13272,21671 +"99818",13272,24478 +"99819",13272,30173 +"99820",13272,30807 +"99821",13273,13850 +"99822",13274,33725 +"99823",13274,61540 +"99824",13274,90572 +"99825",13276,18120 +"99826",13276,22168 +"99827",13276,22413 +"99828",13276,29368 +"99829",13276,46067 +"99830",13276,60610 +"99831",13276,64010 +"99832",13276,64955 +"99833",13276,90120 +"99834",13276,99023 +"99835",13276,101834 +"99836",13276,108039 +"99837",13276,108145 +"99838",13277,13815 +"99839",13278,20601 +"99840",13278,34990 +"99841",13279,78048 +"99842",13279,81484 +"99843",13280,33782 +"99844",13280,42546 +"99845",13280,65117 +"99846",13280,65181 +"99847",13281,35546 +"99848",13282,13283 +"99849",13282,21532 +"99850",13282,54664 +"99851",13283,21532 +"99852",13283,32120 +"99853",13283,36617 +"99854",13283,46595 +"99855",13283,55197 +"99856",13283,57168 +"99857",13283,58814 +"99858",13283,61059 +"99859",13283,62143 +"99860",13283,62149 +"99861",13284,28446 +"99862",13284,46773 +"99863",13284,107828 +"99864",13285,14960 +"99865",13285,25819 +"99866",13285,37199 +"99867",13285,71105 +"99868",13286,18789 +"99869",13287,16910 +"99870",13288,14225 +"99871",13288,14294 +"99872",13288,14304 +"99873",13288,14364 +"99874",13288,14384 +"99875",13289,50215 +"99876",13289,52184 +"99877",13289,54884 +"99878",13289,63299 +"99879",13289,64127 +"99880",13290,13351 +"99881",13290,19562 +"99882",13290,30125 +"99883",13290,34908 +"99884",13290,40117 +"99885",13290,46746 +"99886",13290,50456 +"99887",13290,66072 +"99888",13290,93310 +"99889",13291,14846 +"99890",13292,22911 +"99891",13292,55057 +"99892",13292,59908 +"99893",13292,84051 +"99894",13292,86857 +"99895",13293,13332 +"99896",13293,13423 +"99897",13293,20245 +"99898",13293,31947 +"99899",13293,32009 +"99900",13293,41370 +"99901",13293,46417 +"99902",13293,49386 +"99903",13293,55461 +"99904",13293,63203 +"99905",13293,63354 +"99906",13293,63373 +"99907",13293,84132 +"99908",13294,13837 +"99909",13294,22381 +"99910",13294,23808 +"99911",13294,26116 +"99912",13294,29170 +"99913",13294,32861 +"99914",13294,32940 +"99915",13294,38213 +"99916",13294,39784 +"99917",13294,41719 +"99918",13294,46621 +"99919",13294,49620 +"99920",13294,74636 +"99921",13294,80305 +"99922",13294,82965 +"99923",13294,84744 +"99924",13294,87129 +"99925",13294,88232 +"99926",13294,88895 +"99927",13294,91411 +"99928",13294,91562 +"99929",13294,96837 +"99930",13294,101016 +"99931",13294,114622 +"99932",13295,13310 +"99933",13295,14714 +"99934",13295,22460 +"99935",13295,22598 +"99936",13295,22754 +"99937",13295,22945 +"99938",13295,27263 +"99939",13295,28904 +"99940",13295,31753 +"99941",13295,41077 +"99942",13295,46398 +"99943",13295,50766 +"99944",13295,54372 +"99945",13295,89928 +"99946",13295,94361 +"99947",13295,105318 +"99948",13295,105324 +"99949",13295,105358 +"99950",13296,14348 +"99951",13296,20725 +"99952",13296,30017 +"99953",13296,38068 +"99954",13296,53543 +"99955",13296,57879 +"99956",13296,58979 +"99957",13296,61951 +"99958",13296,81502 +"99959",13296,104334 +"99960",13297,17131 +"99961",13297,27717 +"99962",13297,27751 +"99963",13297,33226 +"99964",13297,37233 +"99965",13297,42858 +"99966",13297,49980 +"99967",13297,67449 +"99968",13297,72550 +"99969",13297,82975 +"99970",13297,105798 +"99971",13297,105799 +"99972",13297,105802 +"99973",13297,109294 +"99974",13298,14334 +"99975",13298,38380 +"99976",13298,51952 +"99977",13298,85633 +"99978",13299,41680 +"99979",13299,101711 +"99980",13299,111618 +"99981",13300,34601 +"99982",13300,40766 +"99983",13300,93931 +"99984",13300,93978 +"99985",13300,111422 +"99986",13301,52331 +"99987",13302,22123 +"99988",13303,14972 +"99989",13303,15298 +"99990",13303,32731 +"99991",13303,51119 +"99992",13303,54059 +"99993",13303,55055 +"99994",13303,55071 +"99995",13304,49269 +"99996",13305,34424 +"99997",13305,35103 +"99998",13305,75208 +"99999",13306,25257 +"100000",13306,31372 +"100001",13306,49551 +"100002",13306,57554 +"100003",13306,63365 +"100004",13306,75325 +"100005",13306,83483 +"100006",13307,13533 +"100007",13307,20326 +"100008",13307,20480 +"100009",13307,20737 +"100010",13307,21012 +"100011",13307,23715 +"100012",13307,27497 +"100013",13307,33719 +"100014",13307,44741 +"100015",13307,46544 +"100016",13307,48035 +"100017",13307,61920 +"100018",13308,34244 +"100019",13308,34259 +"100020",13309,20707 +"100021",13310,14714 +"100022",13311,19072 +"100023",13311,20628 +"100024",13311,33914 +"100025",13311,46071 +"100026",13311,76905 +"100027",13311,77250 +"100028",13311,112089 +"100029",13312,13615 +"100030",13312,13974 +"100031",13313,14441 +"100032",13313,15378 +"100033",13313,17447 +"100034",13313,19034 +"100035",13313,19580 +"100036",13313,19791 +"100037",13313,23386 +"100038",13313,24785 +"100039",13313,31235 +"100040",13313,34582 +"100041",13313,39667 +"100042",13313,47733 +"100043",13313,49929 +"100044",13313,75883 +"100045",13313,75888 +"100046",13313,75892 +"100047",13313,75893 +"100048",13313,75898 +"100049",13314,14913 +"100050",13314,16059 +"100051",13314,16174 +"100052",13314,17824 +"100053",13314,26559 +"100054",13314,26993 +"100055",13314,27818 +"100056",13314,31619 +"100057",13314,41888 +"100058",13314,42175 +"100059",13314,51516 +"100060",13314,60966 +"100061",13314,65911 +"100062",13314,85534 +"100063",13314,90798 +"100064",13314,91115 +"100065",13314,101434 +"100066",13314,107920 +"100067",13314,108244 +"100068",13315,21210 +"100069",13315,32918 +"100070",13315,53614 +"100071",13315,95852 +"100072",13316,17500 +"100073",13316,18612 +"100074",13316,32663 +"100075",13316,35253 +"100076",13316,48945 +"100077",13316,60677 +"100078",13316,62946 +"100079",13316,66245 +"100080",13316,71628 +"100081",13316,71640 +"100082",13317,14963 +"100083",13317,37676 +"100084",13317,74731 +"100085",13317,77714 +"100086",13317,83797 +"100087",13317,87692 +"100088",13317,98929 +"100089",13318,24779 +"100090",13318,45212 +"100091",13318,67322 +"100092",13318,67489 +"100093",13318,85438 +"100094",13318,89812 +"100095",13318,98004 +"100096",13318,99455 +"100097",13318,110484 +"100098",13319,13385 +"100099",13319,57265 +"100100",13320,14520 +"100101",13320,40230 +"100102",13320,47849 +"100103",13320,56148 +"100104",13320,57329 +"100105",13320,66899 +"100106",13321,22561 +"100107",13321,40253 +"100108",13321,40335 +"100109",13321,42643 +"100110",13321,59178 +"100111",13321,61727 +"100112",13321,74939 +"100113",13321,85144 +"100114",13321,96229 +"100115",13322,28930 +"100116",13323,13324 +"100117",13323,13426 +"100118",13323,13468 +"100119",13323,13530 +"100120",13323,13548 +"100121",13323,95395 +"100122",13323,95506 +"100123",13323,95529 +"100124",13323,100099 +"100125",13323,100100 +"100126",13324,13426 +"100127",13324,13468 +"100128",13324,13530 +"100129",13324,13548 +"100130",13324,19218 +"100131",13324,23201 +"100132",13324,23252 +"100133",13324,23460 +"100134",13324,24128 +"100135",13324,33435 +"100136",13324,60477 +"100137",13324,71207 +"100138",13325,33070 +"100139",13325,44912 +"100140",13325,77756 +"100141",13326,39968 +"100142",13326,48698 +"100143",13326,49071 +"100144",13326,49362 +"100145",13326,72597 +"100146",13326,86617 +"100147",13326,86777 +"100148",13326,88699 +"100149",13326,91462 +"100150",13327,13352 +"100151",13327,22367 +"100152",13327,47889 +"100153",13328,13353 +"100154",13328,13453 +"100155",13329,13673 +"100156",13329,20299 +"100157",13329,36593 +"100158",13329,38638 +"100159",13329,42612 +"100160",13329,45164 +"100161",13329,45201 +"100162",13329,52168 +"100163",13329,61602 +"100164",13330,19931 +"100165",13331,17444 +"100166",13331,25956 +"100167",13331,26672 +"100168",13331,36956 +"100169",13331,45410 +"100170",13331,46178 +"100171",13331,47943 +"100172",13331,48810 +"100173",13332,13423 +"100174",13334,54293 +"100175",13335,13800 +"100176",13335,27889 +"100177",13335,31950 +"100178",13335,32735 +"100179",13335,40510 +"100180",13335,54913 +"100181",13335,55493 +"100182",13335,79359 +"100183",13335,79639 +"100184",13335,80536 +"100185",13335,84581 +"100186",13335,90852 +"100187",13335,93642 +"100188",13335,97914 +"100189",13335,97930 +"100190",13335,103989 +"100191",13335,110035 +"100192",13335,116395 +"100193",13335,116484 +"100194",13335,117735 +"100195",13336,18548 +"100196",13337,39083 +"100197",13337,56374 +"100198",13337,87040 +"100199",13337,99274 +"100200",13337,103310 +"100201",13337,115734 +"100202",13337,118085 +"100203",13337,119072 +"100204",13337,120738 +"100205",13338,17231 +"100206",13338,17246 +"100207",13338,17261 +"100208",13338,17325 +"100209",13338,50245 +"100210",13339,38824 +"100211",13340,15214 +"100212",13340,24225 +"100213",13340,42407 +"100214",13340,43242 +"100215",13341,13462 +"100216",13341,16620 +"100217",13341,20331 +"100218",13341,29930 +"100219",13341,48860 +"100220",13341,51366 +"100221",13341,52926 +"100222",13341,55151 +"100223",13341,79472 +"100224",13342,40138 +"100225",13342,40501 +"100226",13342,48280 +"100227",13343,13346 +"100228",13343,36572 +"100229",13343,36629 +"100230",13344,14949 +"100231",13344,15555 +"100232",13345,20769 +"100233",13345,26071 +"100234",13345,67650 +"100235",13345,81727 +"100236",13347,15053 +"100237",13347,15078 +"100238",13347,49326 +"100239",13347,79813 +"100240",13348,21236 +"100241",13348,23931 +"100242",13348,24502 +"100243",13348,24564 +"100244",13348,42989 +"100245",13348,49128 +"100246",13348,53512 +"100247",13348,55293 +"100248",13348,61973 +"100249",13348,67410 +"100250",13348,76346 +"100251",13348,79817 +"100252",13348,80303 +"100253",13348,81359 +"100254",13348,85521 +"100255",13348,94078 +"100256",13348,94375 +"100257",13348,111849 +"100258",13348,113323 +"100259",13348,118173 +"100260",13348,119111 +"100261",13349,29713 +"100262",13350,31984 +"100263",13350,36753 +"100264",13350,49729 +"100265",13350,56367 +"100266",13350,91593 +"100267",13351,13806 +"100268",13353,13453 +"100269",13354,13447 +"100270",13354,13514 +"100271",13354,14210 +"100272",13354,23311 +"100273",13354,24376 +"100274",13354,30686 +"100275",13354,30693 +"100276",13354,30706 +"100277",13354,34357 +"100278",13354,40218 +"100279",13354,48615 +"100280",13354,59865 +"100281",13354,92459 +"100282",13354,113868 +"100283",13355,13432 +"100284",13355,19492 +"100285",13355,25542 +"100286",13355,26245 +"100287",13355,40752 +"100288",13355,46513 +"100289",13355,50895 +"100290",13355,51851 +"100291",13355,80217 +"100292",13356,16084 +"100293",13356,16857 +"100294",13356,18600 +"100295",13356,34127 +"100296",13356,35822 +"100297",13356,40373 +"100298",13356,55241 +"100299",13356,76514 +"100300",13356,77929 +"100301",13357,13502 +"100302",13357,13524 +"100303",13357,13550 +"100304",13357,13560 +"100305",13357,22578 +"100306",13357,31945 +"100307",13357,82140 +"100308",13357,85218 +"100309",13357,85603 +"100310",13357,91276 +"100311",13357,100201 +"100312",13358,15118 +"100313",13358,25367 +"100314",13358,39968 +"100315",13359,15540 +"100316",13359,17018 +"100317",13359,19587 +"100318",13359,20220 +"100319",13359,28837 +"100320",13359,28853 +"100321",13359,28854 +"100322",13359,33373 +"100323",13359,34753 +"100324",13359,35895 +"100325",13359,37709 +"100326",13359,46691 +"100327",13359,48291 +"100328",13359,49122 +"100329",13359,55829 +"100330",13359,55883 +"100331",13359,69113 +"100332",13359,93254 +"100333",13359,93407 +"100334",13359,93415 +"100335",13359,94819 +"100336",13359,94904 +"100337",13359,98993 +"100338",13359,106260 +"100339",13360,13942 +"100340",13360,15021 +"100341",13360,15027 +"100342",13360,15185 +"100343",13360,15201 +"100344",13360,15216 +"100345",13360,15964 +"100346",13360,16252 +"100347",13360,16872 +"100348",13360,17145 +"100349",13360,17508 +"100350",13360,18060 +"100351",13360,18217 +"100352",13360,20984 +"100353",13360,22462 +"100354",13360,22823 +"100355",13360,23147 +"100356",13360,23421 +"100357",13360,23632 +"100358",13360,23953 +"100359",13360,24495 +"100360",13360,24710 +"100361",13360,25143 +"100362",13360,25303 +"100363",13360,25664 +"100364",13360,26407 +"100365",13360,27174 +"100366",13360,27196 +"100367",13360,27710 +"100368",13360,28703 +"100369",13360,29253 +"100370",13360,29341 +"100371",13360,29560 +"100372",13360,29573 +"100373",13360,29673 +"100374",13360,29868 +"100375",13360,31578 +"100376",13360,32438 +"100377",13360,32967 +"100378",13360,33223 +"100379",13360,33446 +"100380",13360,33881 +"100381",13360,34097 +"100382",13360,34330 +"100383",13360,34513 +"100384",13360,35400 +"100385",13360,36476 +"100386",13360,36547 +"100387",13360,36624 +"100388",13360,36745 +"100389",13360,37821 +"100390",13360,37931 +"100391",13360,38069 +"100392",13360,38115 +"100393",13360,38319 +"100394",13360,39398 +"100395",13360,39492 +"100396",13360,40320 +"100397",13360,40373 +"100398",13360,40542 +"100399",13360,41182 +"100400",13360,42131 +"100401",13360,46843 +"100402",13360,48331 +"100403",13360,50918 +"100404",13361,13412 +"100405",13361,13953 +"100406",13361,14288 +"100407",13361,14839 +"100408",13361,19920 +"100409",13361,21672 +"100410",13361,21693 +"100411",13361,22027 +"100412",13361,22326 +"100413",13361,22362 +"100414",13361,22432 +"100415",13361,24362 +"100416",13361,29489 +"100417",13361,30031 +"100418",13361,33360 +"100419",13361,41036 +"100420",13361,41037 +"100421",13361,43001 +"100422",13361,44500 +"100423",13361,44729 +"100424",13361,45049 +"100425",13361,46266 +"100426",13361,47209 +"100427",13361,48521 +"100428",13361,56082 +"100429",13361,59114 +"100430",13361,72096 +"100431",13361,77176 +"100432",13361,78144 +"100433",13361,78591 +"100434",13361,81578 +"100435",13361,82306 +"100436",13361,85344 +"100437",13361,87060 +"100438",13361,87073 +"100439",13361,96347 +"100440",13361,97172 +"100441",13361,105822 +"100442",13362,32111 +"100443",13363,43699 +"100444",13363,103670 +"100445",13363,104625 +"100446",13364,15092 +"100447",13364,28514 +"100448",13364,28611 +"100449",13364,34632 +"100450",13364,39261 +"100451",13364,46026 +"100452",13364,46471 +"100453",13364,50232 +"100454",13364,52281 +"100455",13364,61150 +"100456",13364,62244 +"100457",13364,68383 +"100458",13364,81119 +"100459",13364,82732 +"100460",13364,85275 +"100461",13364,86338 +"100462",13364,95953 +"100463",13364,99371 +"100464",13364,103665 +"100465",13364,108056 +"100466",13364,110343 +"100467",13365,83384 +"100468",13366,58896 +"100469",13366,58929 +"100470",13366,101312 +"100471",13366,101316 +"100472",13367,46503 +"100473",13368,31053 +"100474",13368,56650 +"100475",13369,53340 +"100476",13369,75826 +"100477",13370,15214 +"100478",13370,17556 +"100479",13370,20038 +"100480",13370,29778 +"100481",13370,30569 +"100482",13370,51472 +"100483",13370,73520 +"100484",13370,78277 +"100485",13370,79483 +"100486",13370,80970 +"100487",13370,86358 +"100488",13370,90649 +"100489",13370,101133 +"100490",13370,105859 +"100491",13370,109726 +"100492",13371,122018 +"100493",13372,16136 +"100494",13372,30515 +"100495",13372,39139 +"100496",13372,42882 +"100497",13372,44454 +"100498",13372,44866 +"100499",13372,74573 +"100500",13372,75338 +"100501",13372,106292 +"100502",13373,63778 +"100503",13373,79604 +"100504",13374,13526 +"100505",13374,21053 +"100506",13374,24216 +"100507",13374,28870 +"100508",13374,65006 +"100509",13375,13712 +"100510",13375,22044 +"100511",13375,38431 +"100512",13375,40216 +"100513",13375,51029 +"100514",13375,53445 +"100515",13375,75059 +"100516",13375,83530 +"100517",13375,99492 +"100518",13375,99972 +"100519",13375,107921 +"100520",13375,108797 +"100521",13375,109029 +"100522",13376,43487 +"100523",13376,43953 +"100524",13376,84773 +"100525",13376,89816 +"100526",13377,13463 +"100527",13377,52630 +"100528",13377,62812 +"100529",13378,13425 +"100530",13378,16733 +"100531",13378,16781 +"100532",13378,18468 +"100533",13378,27797 +"100534",13378,28161 +"100535",13378,40682 +"100536",13378,41510 +"100537",13378,42970 +"100538",13378,50052 +"100539",13378,53530 +"100540",13378,60583 +"100541",13378,78343 +"100542",13378,80080 +"100543",13378,81715 +"100544",13378,81720 +"100545",13378,90642 +"100546",13378,96795 +"100547",13379,13559 +"100548",13379,17891 +"100549",13379,30404 +"100550",13379,62477 +"100551",13379,91631 +"100552",13379,93156 +"100553",13379,94215 +"100554",13379,120563 +"100555",13379,120647 +"100556",13380,13483 +"100557",13380,16727 +"100558",13380,22138 +"100559",13380,22191 +"100560",13380,22202 +"100561",13380,22216 +"100562",13380,25441 +"100563",13380,25534 +"100564",13380,25547 +"100565",13380,25549 +"100566",13380,35542 +"100567",13380,48129 +"100568",13380,48768 +"100569",13380,84565 +"100570",13381,58313 +"100571",13381,61105 +"100572",13381,108069 +"100573",13381,108070 +"100574",13381,116462 +"100575",13382,25322 +"100576",13382,30757 +"100577",13382,44727 +"100578",13382,49077 +"100579",13382,51287 +"100580",13382,56200 +"100581",13382,74813 +"100582",13382,78751 +"100583",13382,79470 +"100584",13382,101376 +"100585",13383,45174 +"100586",13383,57282 +"100587",13383,58704 +"100588",13384,13410 +"100589",13384,13570 +"100590",13384,59884 +"100591",13384,61174 +"100592",13384,100682 +"100593",13385,14124 +"100594",13385,30510 +"100595",13385,35477 +"100596",13385,42786 +"100597",13385,54258 +"100598",13385,57265 +"100599",13386,13938 +"100600",13386,15023 +"100601",13386,20547 +"100602",13386,20623 +"100603",13386,21804 +"100604",13386,23116 +"100605",13386,32697 +"100606",13386,35088 +"100607",13386,46177 +"100608",13386,51843 +"100609",13386,53756 +"100610",13386,54385 +"100611",13386,79000 +"100612",13386,80025 +"100613",13386,84808 +"100614",13386,84828 +"100615",13386,108974 +"100616",13387,13508 +"100617",13387,17666 +"100618",13387,18965 +"100619",13387,32944 +"100620",13387,34351 +"100621",13387,37625 +"100622",13387,37639 +"100623",13387,40158 +"100624",13387,52940 +"100625",13387,53771 +"100626",13387,71816 +"100627",13387,78020 +"100628",13388,15990 +"100629",13388,32422 +"100630",13388,40495 +"100631",13388,46388 +"100632",13388,75708 +"100633",13388,75830 +"100634",13388,76917 +"100635",13388,100140 +"100636",13388,100398 +"100637",13388,100460 +"100638",13389,26303 +"100639",13389,26762 +"100640",13389,106211 +"100641",13390,116232 +"100642",13391,13474 +"100643",13391,13477 +"100644",13391,13513 +"100645",13391,13536 +"100646",13392,13393 +"100647",13393,35833 +"100648",13394,34270 +"100649",13394,63424 +"100650",13394,71325 +"100651",13394,76717 +"100652",13394,94984 +"100653",13395,13562 +"100654",13396,16287 +"100655",13396,26648 +"100656",13397,29403 +"100657",13397,30871 +"100658",13397,68425 +"100659",13397,85361 +"100660",13397,97480 +"100661",13397,121128 +"100662",13398,15548 +"100663",13398,16876 +"100664",13398,19501 +"100665",13398,19655 +"100666",13398,21485 +"100667",13398,23581 +"100668",13398,25734 +"100669",13398,29403 +"100670",13398,52217 +"100671",13398,74394 +"100672",13398,88036 +"100673",13400,13425 +"100674",13400,14712 +"100675",13400,14789 +"100676",13400,15301 +"100677",13400,16781 +"100678",13400,24625 +"100679",13400,26038 +"100680",13400,26100 +"100681",13400,26457 +"100682",13400,31251 +"100683",13400,33165 +"100684",13400,38556 +"100685",13400,44095 +"100686",13400,44964 +"100687",13400,46140 +"100688",13400,51512 +"100689",13400,52413 +"100690",13400,53362 +"100691",13400,74186 +"100692",13400,80936 +"100693",13400,84270 +"100694",13400,91715 +"100695",13401,21786 +"100696",13401,24363 +"100697",13401,28465 +"100698",13401,36239 +"100699",13401,36481 +"100700",13401,76886 +"100701",13402,15019 +"100702",13402,17137 +"100703",13402,17595 +"100704",13402,38819 +"100705",13402,53219 +"100706",13402,54020 +"100707",13402,62442 +"100708",13402,65679 +"100709",13403,20793 +"100710",13403,36329 +"100711",13403,42861 +"100712",13403,45474 +"100713",13403,45899 +"100714",13404,13683 +"100715",13404,13927 +"100716",13404,14150 +"100717",13405,13430 +"100718",13405,19106 +"100719",13405,21374 +"100720",13405,21532 +"100721",13405,23115 +"100722",13405,24280 +"100723",13405,24685 +"100724",13405,27221 +"100725",13405,36986 +"100726",13405,37471 +"100727",13405,37702 +"100728",13405,43696 +"100729",13405,44813 +"100730",13405,51011 +"100731",13405,54664 +"100732",13406,15895 +"100733",13408,16437 +"100734",13408,16744 +"100735",13409,56293 +"100736",13409,73479 +"100737",13409,91391 +"100738",13409,110000 +"100739",13410,59884 +"100740",13410,61174 +"100741",13412,24362 +"100742",13412,29024 +"100743",13412,45049 +"100744",13412,82306 +"100745",13412,97172 +"100746",13413,16201 +"100747",13413,19448 +"100748",13413,20797 +"100749",13413,22209 +"100750",13413,36458 +"100751",13413,38616 +"100752",13413,39556 +"100753",13413,39765 +"100754",13413,42845 +"100755",13413,43635 +"100756",13413,49378 +"100757",13413,49534 +"100758",13413,56474 +"100759",13413,57732 +"100760",13413,59947 +"100761",13413,60895 +"100762",13413,65971 +"100763",13413,65981 +"100764",13413,69892 +"100765",13413,79136 +"100766",13413,88506 +"100767",13413,89799 +"100768",13413,90845 +"100769",13413,90879 +"100770",13413,90889 +"100771",13413,90958 +"100772",13413,92996 +"100773",13413,93218 +"100774",13413,99152 +"100775",13413,102226 +"100776",13413,106318 +"100777",13414,43991 +"100778",13414,51231 +"100779",13414,51264 +"100780",13414,104731 +"100781",13415,14428 +"100782",13415,14801 +"100783",13415,15160 +"100784",13415,15401 +"100785",13415,15887 +"100786",13415,16259 +"100787",13415,16801 +"100788",13415,17828 +"100789",13415,20998 +"100790",13415,23137 +"100791",13415,26387 +"100792",13415,26644 +"100793",13415,26882 +"100794",13415,32672 +"100795",13415,32988 +"100796",13415,38219 +"100797",13415,39897 +"100798",13415,40245 +"100799",13415,42604 +"100800",13415,42778 +"100801",13415,47438 +"100802",13415,63693 +"100803",13415,65155 +"100804",13415,71033 +"100805",13415,73409 +"100806",13415,75568 +"100807",13415,79063 +"100808",13415,80625 +"100809",13415,90293 +"100810",13415,90968 +"100811",13415,104590 +"100812",13415,108463 +"100813",13415,111611 +"100814",13415,116534 +"100815",13415,116545 +"100816",13415,120686 +"100817",13416,40410 +"100818",13416,56303 +"100819",13416,97062 +"100820",13416,103168 +"100821",13416,103217 +"100822",13417,26929 +"100823",13417,37483 +"100824",13417,41134 +"100825",13417,42285 +"100826",13417,42756 +"100827",13417,62247 +"100828",13417,66994 +"100829",13417,68586 +"100830",13417,68688 +"100831",13417,80911 +"100832",13417,85646 +"100833",13417,95056 +"100834",13418,13488 +"100835",13418,29812 +"100836",13418,104084 +"100837",13419,37704 +"100838",13420,13422 +"100839",13420,24613 +"100840",13420,40246 +"100841",13420,89035 +"100842",13420,94972 +"100843",13420,101691 +"100844",13420,110017 +"100845",13421,13549 +"100846",13421,54997 +"100847",13421,75587 +"100848",13422,31139 +"100849",13422,44087 +"100850",13422,53104 +"100851",13422,57405 +"100852",13422,64654 +"100853",13422,77289 +"100854",13422,92687 +"100855",13422,97881 +"100856",13422,110017 +"100857",13423,22417 +"100858",13423,29249 +"100859",13423,33999 +"100860",13423,52398 +"100861",13423,80911 +"100862",13423,87949 +"100863",13424,13718 +"100864",13424,19502 +"100865",13424,23109 +"100866",13424,26647 +"100867",13424,26807 +"100868",13424,87481 +"100869",13425,16781 +"100870",13425,24465 +"100871",13425,26038 +"100872",13425,26100 +"100873",13425,26457 +"100874",13425,30071 +"100875",13425,40682 +"100876",13425,41510 +"100877",13425,44095 +"100878",13425,53034 +"100879",13425,53362 +"100880",13425,60583 +"100881",13425,66003 +"100882",13425,70777 +"100883",13425,71344 +"100884",13425,78343 +"100885",13425,80080 +"100886",13425,81616 +"100887",13425,81715 +"100888",13425,81720 +"100889",13425,92755 +"100890",13426,13468 +"100891",13426,13530 +"100892",13426,13548 +"100893",13426,81826 +"100894",13427,14385 +"100895",13427,14412 +"100896",13427,16861 +"100897",13427,20982 +"100898",13427,26275 +"100899",13427,28119 +"100900",13427,38513 +"100901",13427,39501 +"100902",13427,43302 +"100903",13427,45671 +"100904",13427,45826 +"100905",13427,47826 +"100906",13427,65198 +"100907",13427,66100 +"100908",13427,84852 +"100909",13427,102476 +"100910",13428,47710 +"100911",13428,51733 +"100912",13428,62682 +"100913",13428,85994 +"100914",13428,87641 +"100915",13428,87672 +"100916",13429,17727 +"100917",13429,18201 +"100918",13429,23728 +"100919",13429,34728 +"100920",13429,42225 +"100921",13429,42688 +"100922",13429,42692 +"100923",13429,42774 +"100924",13429,64778 +"100925",13429,68768 +"100926",13429,69670 +"100927",13431,19253 +"100928",13431,27931 +"100929",13431,28099 +"100930",13431,28797 +"100931",13431,80183 +"100932",13431,86055 +"100933",13431,86095 +"100934",13431,88667 +"100935",13431,103443 +"100936",13433,16790 +"100937",13433,24998 +"100938",13433,59795 +"100939",13433,84573 +"100940",13434,47127 +"100941",13434,122523 +"100942",13435,15396 +"100943",13435,40194 +"100944",13435,65226 +"100945",13435,65263 +"100946",13436,77613 +"100947",13437,103080 +"100948",13437,117073 +"100949",13438,81271 +"100950",13439,14983 +"100951",13439,34318 +"100952",13439,45003 +"100953",13439,70333 +"100954",13439,70605 +"100955",13439,87359 +"100956",13439,88989 +"100957",13439,113841 +"100958",13439,122201 +"100959",13440,13506 +"100960",13441,13565 +"100961",13441,101482 +"100962",13442,16367 +"100963",13442,24960 +"100964",13442,95639 +"100965",13443,33717 +"100966",13443,43997 +"100967",13443,91115 +"100968",13443,92244 +"100969",13444,14251 +"100970",13444,52180 +"100971",13444,83787 +"100972",13444,87110 +"100973",13445,50369 +"100974",13445,71962 +"100975",13445,76490 +"100976",13445,92204 +"100977",13445,99799 +"100978",13445,104306 +"100979",13446,13537 +"100980",13446,13946 +"100981",13446,31495 +"100982",13446,50072 +"100983",13446,57404 +"100984",13447,13514 +"100985",13447,30686 +"100986",13447,40218 +"100987",13447,50076 +"100988",13448,13450 +"100989",13448,13789 +"100990",13448,21983 +"100991",13448,39432 +"100992",13448,70219 +"100993",13449,21446 +"100994",13449,111133 +"100995",13450,18286 +"100996",13450,20182 +"100997",13450,66478 +"100998",13450,70183 +"100999",13450,79843 +"101000",13450,80726 +"101001",13450,81644 +"101002",13450,83985 +"101003",13450,86440 +"101004",13451,31585 +"101005",13451,40622 +"101006",13451,67639 +"101007",13451,67640 +"101008",13451,91487 +"101009",13451,91488 +"101010",13451,117460 +"101011",13452,22549 +"101012",13452,22659 +"101013",13452,54983 +"101014",13453,18193 +"101015",13453,22595 +"101016",13453,22763 +"101017",13453,22804 +"101018",13453,27889 +"101019",13453,40510 +"101020",13453,41805 +"101021",13453,45449 +"101022",13453,45450 +"101023",13453,48781 +"101024",13453,55018 +"101025",13453,70596 +"101026",13453,79639 +"101027",13453,81622 +"101028",13453,86195 +"101029",13453,86214 +"101030",13453,86223 +"101031",13453,86230 +"101032",13453,92366 +"101033",13453,112808 +"101034",13454,16546 +"101035",13454,18240 +"101036",13454,20209 +"101037",13454,27807 +"101038",13454,33757 +"101039",13454,56555 +"101040",13454,62647 +"101041",13454,81708 +"101042",13454,94867 +"101043",13455,13482 +"101044",13456,14201 +"101045",13456,43940 +"101046",13456,84792 +"101047",13456,86320 +"101048",13456,106330 +"101049",13456,109339 +"101050",13456,111300 +"101051",13457,47346 +"101052",13458,38204 +"101053",13458,40293 +"101054",13458,44502 +"101055",13458,73171 +"101056",13458,79612 +"101057",13458,86514 +"101058",13458,106640 +"101059",13458,117356 +"101060",13458,117369 +"101061",13458,119564 +"101062",13458,119567 +"101063",13458,119614 +"101064",13459,13840 +"101065",13459,38354 +"101066",13459,111058 +"101067",13460,35972 +"101068",13460,36114 +"101069",13461,66159 +"101070",13461,70166 +"101071",13464,49757 +"101072",13465,14978 +"101073",13465,59235 +"101074",13465,59237 +"101075",13466,19253 +"101076",13466,19263 +"101077",13466,19321 +"101078",13466,19477 +"101079",13466,19551 +"101080",13466,23309 +"101081",13466,27350 +"101082",13466,54865 +"101083",13466,54901 +"101084",13466,68651 +"101085",13466,79289 +"101086",13466,85314 +"101087",13466,90929 +"101088",13466,115830 +"101089",13467,14855 +"101090",13467,16557 +"101091",13467,27862 +"101092",13467,42981 +"101093",13467,42995 +"101094",13467,55827 +"101095",13468,13530 +"101096",13468,13548 +"101097",13468,34444 +"101098",13468,36125 +"101099",13468,36619 +"101100",13468,36644 +"101101",13468,67511 +"101102",13469,87560 +"101103",13469,121841 +"101104",13470,22117 +"101105",13470,28181 +"101106",13471,32144 +"101107",13471,50946 +"101108",13471,56049 +"101109",13473,101931 +"101110",13474,13477 +"101111",13474,13513 +"101112",13474,13536 +"101113",13475,18978 +"101114",13475,32532 +"101115",13475,32560 +"101116",13475,32651 +"101117",13475,59727 +"101118",13475,62936 +"101119",13476,33889 +"101120",13476,36364 +"101121",13476,45539 +"101122",13476,46346 +"101123",13476,47061 +"101124",13476,48555 +"101125",13476,56620 +"101126",13476,86830 +"101127",13476,104925 +"101128",13476,108670 +"101129",13476,121519 +"101130",13476,121521 +"101131",13476,121522 +"101132",13476,121524 +"101133",13477,13513 +"101134",13477,13536 +"101135",13477,20824 +"101136",13477,23598 +"101137",13477,25097 +"101138",13477,33305 +"101139",13478,13890 +"101140",13478,19532 +"101141",13478,88030 +"101142",13479,13518 +"101143",13479,13872 +"101144",13479,19252 +"101145",13479,30692 +"101146",13479,32922 +"101147",13479,34540 +"101148",13479,53495 +"101149",13479,61449 +"101150",13480,13579 +"101151",13481,77255 +"101152",13481,86011 +"101153",13482,41302 +"101154",13482,89994 +"101155",13482,91157 +"101156",13482,110916 +"101157",13483,16526 +"101158",13483,16747 +"101159",13483,19151 +"101160",13483,22191 +"101161",13483,25534 +"101162",13483,37519 +"101163",13483,43738 +"101164",13483,44631 +"101165",13483,46750 +"101166",13483,48590 +"101167",13483,48622 +"101168",13483,48659 +"101169",13483,55809 +"101170",13483,56994 +"101171",13483,61458 +"101172",13484,34642 +"101173",13484,60137 +"101174",13484,84162 +"101175",13484,87697 +"101176",13484,94576 +"101177",13485,19983 +"101178",13485,48375 +"101179",13485,49291 +"101180",13485,49293 +"101181",13485,55372 +"101182",13486,57237 +"101183",13486,70165 +"101184",13486,95040 +"101185",13486,97787 +"101186",13487,25483 +"101187",13487,47098 +"101188",13487,50785 +"101189",13487,54306 +"101190",13487,70216 +"101191",13487,87784 +"101192",13487,88258 +"101193",13488,42788 +"101194",13489,20735 +"101195",13489,23973 +"101196",13489,27857 +"101197",13489,35396 +"101198",13489,35695 +"101199",13489,48923 +"101200",13489,64150 +"101201",13489,98067 +"101202",13489,108732 +"101203",13490,51035 +"101204",13490,60381 +"101205",13490,78089 +"101206",13491,55335 +"101207",13492,37032 +"101208",13493,44253 +"101209",13493,54284 +"101210",13493,63569 +"101211",13493,63692 +"101212",13494,35670 +"101213",13494,36792 +"101214",13494,99921 +"101215",13494,118965 +"101216",13494,118966 +"101217",13495,26233 +"101218",13495,37583 +"101219",13495,57262 +"101220",13495,70728 +"101221",13495,88055 +"101222",13495,94722 +"101223",13495,95130 +"101224",13495,100090 +"101225",13495,102339 +"101226",13495,111435 +"101227",13495,113971 +"101228",13496,16166 +"101229",13496,16257 +"101230",13496,17210 +"101231",13496,20964 +"101232",13496,54004 +"101233",13496,61585 +"101234",13496,87882 +"101235",13496,94096 +"101236",13496,107232 +"101237",13497,17882 +"101238",13497,32810 +"101239",13497,46253 +"101240",13497,55229 +"101241",13497,63113 +"101242",13497,69310 +"101243",13497,71025 +"101244",13497,73394 +"101245",13497,77507 +"101246",13498,21393 +"101247",13498,31435 +"101248",13498,33616 +"101249",13498,76895 +"101250",13498,77072 +"101251",13499,76007 +"101252",13500,21645 +"101253",13500,21646 +"101254",13500,21648 +"101255",13500,21691 +"101256",13500,21742 +"101257",13500,21776 +"101258",13500,21780 +"101259",13500,21782 +"101260",13500,21792 +"101261",13500,21836 +"101262",13500,21838 +"101263",13500,21853 +"101264",13501,26041 +"101265",13502,13524 +"101266",13502,13560 +"101267",13503,26141 +"101268",13503,77993 +"101269",13503,79314 +"101270",13503,84705 +"101271",13503,86149 +"101272",13504,41365 +"101273",13504,57086 +"101274",13504,57167 +"101275",13504,73613 +"101276",13504,74141 +"101277",13505,29035 +"101278",13506,23466 +"101279",13506,32611 +"101280",13506,60376 +"101281",13507,72432 +"101282",13509,30075 +"101283",13510,36360 +"101284",13510,79977 +"101285",13510,88712 +"101286",13511,22393 +"101287",13511,79748 +"101288",13511,110317 +"101289",13513,13536 +"101290",13514,14210 +"101291",13514,14588 +"101292",13514,15909 +"101293",13514,24376 +"101294",13514,32504 +"101295",13514,38445 +"101296",13514,40218 +"101297",13514,48328 +"101298",13514,48615 +"101299",13514,50076 +"101300",13514,52839 +"101301",13514,59865 +"101302",13514,94586 +"101303",13515,57984 +"101304",13516,16063 +"101305",13516,30507 +"101306",13516,59133 +"101307",13516,79177 +"101308",13516,96970 +"101309",13517,29104 +"101310",13517,48111 +"101311",13517,79594 +"101312",13517,113557 +"101313",13517,116997 +"101314",13518,13872 +"101315",13518,15686 +"101316",13518,20969 +"101317",13518,21479 +"101318",13518,24068 +"101319",13518,24128 +"101320",13518,27427 +"101321",13518,29000 +"101322",13518,32922 +"101323",13518,39291 +"101324",13518,39737 +"101325",13518,40707 +"101326",13518,59955 +"101327",13518,60477 +"101328",13518,63331 +"101329",13518,67424 +"101330",13518,74909 +"101331",13518,114774 +"101332",13520,16304 +"101333",13520,18510 +"101334",13520,27180 +"101335",13520,31582 +"101336",13520,36025 +"101337",13520,53925 +"101338",13520,74756 +"101339",13520,89372 +"101340",13520,101466 +"101341",13520,106493 +"101342",13520,115476 +"101343",13521,15974 +"101344",13521,17447 +"101345",13521,85835 +"101346",13521,94605 +"101347",13522,74412 +"101348",13522,79470 +"101349",13522,79478 +"101350",13523,14488 +"101351",13523,26748 +"101352",13523,27054 +"101353",13523,53660 +"101354",13523,68286 +"101355",13523,74080 +"101356",13523,101738 +"101357",13523,116129 +"101358",13524,13560 +"101359",13525,38739 +"101360",13525,55761 +"101361",13525,96914 +"101362",13525,104265 +"101363",13526,19096 +"101364",13526,20538 +"101365",13526,24216 +"101366",13526,27242 +"101367",13526,28870 +"101368",13526,36334 +"101369",13526,36335 +"101370",13526,36336 +"101371",13526,41613 +"101372",13526,45495 +"101373",13526,53323 +"101374",13526,59340 +"101375",13526,65006 +"101376",13526,67678 +"101377",13526,97676 +"101378",13526,109186 +"101379",13527,59788 +"101380",13527,74337 +"101381",13528,17952 +"101382",13528,19972 +"101383",13528,20880 +"101384",13528,20883 +"101385",13528,21372 +"101386",13528,30733 +"101387",13528,53073 +"101388",13528,76374 +"101389",13528,96457 +"101390",13529,90350 +"101391",13529,109087 +"101392",13530,13548 +"101393",13530,15256 +"101394",13530,19208 +"101395",13530,20250 +"101396",13530,22136 +"101397",13530,22840 +"101398",13530,23460 +"101399",13530,29266 +"101400",13530,33435 +"101401",13530,34865 +"101402",13530,41804 +"101403",13530,46247 +"101404",13530,48871 +"101405",13530,53497 +"101406",13530,57417 +"101407",13530,63500 +"101408",13530,67556 +"101409",13531,17996 +"101410",13531,18182 +"101411",13531,21325 +"101412",13531,59164 +"101413",13531,85525 +"101414",13531,91210 +"101415",13531,93184 +"101416",13532,17091 +"101417",13532,17858 +"101418",13532,25314 +"101419",13532,33536 +"101420",13532,41250 +"101421",13532,63342 +"101422",13532,66495 +"101423",13532,81149 +"101424",13532,121443 +"101425",13533,20326 +"101426",13533,20480 +"101427",13533,21012 +"101428",13533,25985 +"101429",13533,26089 +"101430",13533,27578 +"101431",13533,32965 +"101432",13533,46544 +"101433",13533,53220 +"101434",13533,57164 +"101435",13533,60878 +"101436",13533,64505 +"101437",13533,86369 +"101438",13533,86381 +"101439",13534,54215 +"101440",13534,60780 +"101441",13535,19520 +"101442",13535,19539 +"101443",13535,20545 +"101444",13535,20659 +"101445",13535,39061 +"101446",13535,39088 +"101447",13536,18064 +"101448",13537,20635 +"101449",13537,23245 +"101450",13537,23354 +"101451",13537,24640 +"101452",13537,25008 +"101453",13537,25373 +"101454",13537,28273 +"101455",13537,30344 +"101456",13537,32109 +"101457",13537,34730 +"101458",13537,37491 +"101459",13537,50278 +"101460",13537,51427 +"101461",13537,52838 +"101462",13537,53390 +"101463",13537,59097 +"101464",13537,61191 +"101465",13537,66718 +"101466",13537,67895 +"101467",13537,68604 +"101468",13537,79149 +"101469",13537,100131 +"101470",13537,101250 +"101471",13537,106965 +"101472",13538,17579 +"101473",13538,19631 +"101474",13538,21081 +"101475",13538,34953 +"101476",13538,52380 +"101477",13539,72969 +"101478",13540,26309 +"101479",13540,49870 +"101480",13540,93610 +"101481",13540,100389 +"101482",13541,74803 +"101483",13541,88502 +"101484",13541,95247 +"101485",13541,118960 +"101486",13541,119809 +"101487",13542,15220 +"101488",13542,19099 +"101489",13542,29574 +"101490",13542,33337 +"101491",13542,37046 +"101492",13542,46183 +"101493",13542,117038 +"101494",13543,25525 +"101495",13543,46331 +"101496",13543,114046 +"101497",13544,18543 +"101498",13544,23014 +"101499",13544,41085 +"101500",13544,44427 +"101501",13544,68972 +"101502",13544,100291 +"101503",13544,101484 +"101504",13545,25327 +"101505",13545,67127 +"101506",13546,17286 +"101507",13546,22571 +"101508",13546,33445 +"101509",13547,21972 +"101510",13547,31589 +"101511",13547,38296 +"101512",13547,45039 +"101513",13547,45085 +"101514",13547,60860 +"101515",13547,62083 +"101516",13550,13556 +"101517",13550,13577 +"101518",13550,22578 +"101519",13550,85218 +"101520",13550,91276 +"101521",13550,100201 +"101522",13551,17432 +"101523",13551,22486 +"101524",13551,22544 +"101525",13551,22550 +"101526",13551,27524 +"101527",13551,28881 +"101528",13551,30544 +"101529",13551,36890 +"101530",13551,51691 +"101531",13551,59945 +"101532",13551,82569 +"101533",13551,86328 +"101534",13551,86367 +"101535",13552,26924 +"101536",13553,16107 +"101537",13553,16729 +"101538",13553,23526 +"101539",13553,32657 +"101540",13553,33778 +"101541",13553,55124 +"101542",13553,59056 +"101543",13553,78290 +"101544",13554,21004 +"101545",13554,24657 +"101546",13554,27903 +"101547",13554,28611 +"101548",13554,28627 +"101549",13554,73071 +"101550",13554,81878 +"101551",13554,109645 +"101552",13554,120520 +"101553",13554,122794 +"101554",13555,76884 +"101555",13555,105117 +"101556",13555,120485 +"101557",13556,13577 +"101558",13557,24857 +"101559",13557,53599 +"101560",13557,54224 +"101561",13557,94064 +"101562",13558,37052 +"101563",13558,56523 +"101564",13558,71699 +"101565",13559,15312 +"101566",13559,15873 +"101567",13559,24901 +"101568",13559,28451 +"101569",13559,37074 +"101570",13559,41219 +"101571",13559,41509 +"101572",13559,49719 +"101573",13559,50094 +"101574",13559,61877 +"101575",13559,64695 +"101576",13559,76738 +"101577",13559,79453 +"101578",13559,93156 +"101579",13559,97461 +"101580",13559,115129 +"101581",13559,115350 +"101582",13560,17321 +"101583",13560,82140 +"101584",13561,18875 +"101585",13561,24195 +"101586",13561,25554 +"101587",13561,35620 +"101588",13561,71689 +"101589",13561,80572 +"101590",13561,82386 +"101591",13561,98013 +"101592",13561,109522 +"101593",13561,111498 +"101594",13562,25482 +"101595",13562,34049 +"101596",13562,34065 +"101597",13563,14464 +"101598",13563,14466 +"101599",13563,14541 +"101600",13563,14619 +"101601",13563,14697 +"101602",13564,14748 +"101603",13566,73638 +"101604",13566,82629 +"101605",13566,110441 +"101606",13566,111623 +"101607",13566,111625 +"101608",13566,121479 +"101609",13566,122387 +"101610",13567,40010 +"101611",13567,43301 +"101612",13567,50688 +"101613",13567,85807 +"101614",13568,23028 +"101615",13568,39592 +"101616",13568,39765 +"101617",13568,44194 +"101618",13568,45452 +"101619",13568,106464 +"101620",13569,16714 +"101621",13569,32356 +"101622",13571,26766 +"101623",13571,30602 +"101624",13571,74250 +"101625",13571,79592 +"101626",13571,80185 +"101627",13571,80190 +"101628",13571,80216 +"101629",13572,17374 +"101630",13572,20371 +"101631",13572,22541 +"101632",13572,25955 +"101633",13572,32792 +"101634",13572,51630 +"101635",13572,55325 +"101636",13572,67377 +"101637",13572,75124 +"101638",13572,80480 +"101639",13572,81888 +"101640",13572,84285 +"101641",13572,88056 +"101642",13572,93925 +"101643",13572,122666 +"101644",13573,13574 +"101645",13573,13793 +"101646",13573,20186 +"101647",13573,22463 +"101648",13573,22575 +"101649",13573,22928 +"101650",13573,23151 +"101651",13573,24404 +"101652",13573,24687 +"101653",13573,34507 +"101654",13573,36077 +"101655",13573,49251 +"101656",13573,86346 +"101657",13575,28619 +"101658",13575,44819 +"101659",13575,105766 +"101660",13576,19570 +"101661",13576,42704 +"101662",13576,42729 +"101663",13578,15646 +"101664",13578,24181 +"101665",13578,26108 +"101666",13578,52515 +"101667",13578,65408 +"101668",13578,65463 +"101669",13578,97577 +"101670",13578,111070 +"101671",13580,22980 +"101672",13580,28103 +"101673",13580,28219 +"101674",13580,98206 +"101675",13581,15232 +"101676",13581,18832 +"101677",13581,20417 +"101678",13581,20616 +"101679",13581,25393 +"101680",13581,27706 +"101681",13581,33982 +"101682",13581,42875 +"101683",13581,63896 +"101684",13581,75738 +"101685",13581,76375 +"101686",13581,79570 +"101687",13581,85598 +"101688",13582,18649 +"101689",13582,57302 +"101690",13582,69081 +"101691",13582,78187 +"101692",13582,82043 +"101693",13582,91990 +"101694",13582,114465 +"101695",13583,15212 +"101696",13583,66127 +"101697",13583,85097 +"101698",13584,17861 +"101699",13584,19804 +"101700",13584,51929 +"101701",13584,52983 +"101702",13584,56813 +"101703",13584,113945 +"101704",13586,15114 +"101705",13586,29982 +"101706",13586,30024 +"101707",13586,35815 +"101708",13586,43651 +"101709",13586,44392 +"101710",13586,59226 +"101711",13586,96178 +"101712",13586,108183 +"101713",13587,13664 +"101714",13587,85303 +"101715",13587,85304 +"101716",13588,56716 +"101717",13589,16822 +"101718",13590,37820 +"101719",13590,79586 +"101720",13591,13597 +"101721",13591,13663 +"101722",13591,52133 +"101723",13591,63879 +"101724",13592,16735 +"101725",13592,18161 +"101726",13592,19087 +"101727",13592,24027 +"101728",13592,33049 +"101729",13592,39217 +"101730",13592,78379 +"101731",13593,13626 +"101732",13593,13805 +"101733",13593,30266 +"101734",13593,30835 +"101735",13593,31418 +"101736",13593,33648 +"101737",13593,38885 +"101738",13593,43756 +"101739",13593,44156 +"101740",13593,47197 +"101741",13593,47931 +"101742",13593,59573 +"101743",13593,59698 +"101744",13593,60472 +"101745",13594,25253 +"101746",13595,13708 +"101747",13595,13772 +"101748",13595,14489 +"101749",13595,17531 +"101750",13595,21358 +"101751",13595,28648 +"101752",13595,32239 +"101753",13595,35304 +"101754",13595,41227 +"101755",13595,41489 +"101756",13595,45297 +"101757",13595,61431 +"101758",13595,67289 +"101759",13595,76580 +"101760",13595,76589 +"101761",13595,76845 +"101762",13595,82217 +"101763",13595,82235 +"101764",13595,105648 +"101765",13595,107148 +"101766",13595,107936 +"101767",13595,112756 +"101768",13596,16757 +"101769",13596,32724 +"101770",13596,86109 +"101771",13596,95797 +"101772",13597,13663 +"101773",13598,14058 +"101774",13598,20708 +"101775",13598,33596 +"101776",13598,35096 +"101777",13598,40353 +"101778",13598,45027 +"101779",13598,52158 +"101780",13598,68705 +"101781",13598,69656 +"101782",13598,89350 +"101783",13598,103179 +"101784",13598,103826 +"101785",13598,115536 +"101786",13598,116973 +"101787",13598,120787 +"101788",13598,121510 +"101789",13598,122106 +"101790",13598,122128 +"101791",13599,40388 +"101792",13599,53320 +"101793",13599,66917 +"101794",13599,66949 +"101795",13599,66972 +"101796",13599,66973 +"101797",13600,20770 +"101798",13600,35129 +"101799",13600,35189 +"101800",13600,39439 +"101801",13600,42136 +"101802",13600,87195 +"101803",13600,87237 +"101804",13600,92022 +"101805",13600,100154 +"101806",13601,13880 +"101807",13601,13978 +"101808",13601,25997 +"101809",13601,30455 +"101810",13601,34566 +"101811",13601,41559 +"101812",13601,45846 +"101813",13601,60659 +"101814",13601,69768 +"101815",13601,84529 +"101816",13602,18188 +"101817",13602,18808 +"101818",13602,25900 +"101819",13602,26100 +"101820",13602,42840 +"101821",13602,42887 +"101822",13602,50803 +"101823",13602,58171 +"101824",13602,69214 +"101825",13604,22983 +"101826",13604,29775 +"101827",13604,78916 +"101828",13604,83757 +"101829",13604,109348 +"101830",13605,22427 +"101831",13605,73203 +"101832",13605,96633 +"101833",13606,35066 +"101834",13607,13661 +"101835",13608,14527 +"101836",13608,23503 +"101837",13608,48092 +"101838",13608,52056 +"101839",13609,13759 +"101840",13609,15993 +"101841",13609,16045 +"101842",13609,16048 +"101843",13609,16263 +"101844",13609,16323 +"101845",13609,16524 +"101846",13609,17709 +"101847",13609,20680 +"101848",13609,23321 +"101849",13609,26109 +"101850",13609,30993 +"101851",13609,40726 +"101852",13609,42733 +"101853",13609,42744 +"101854",13609,42910 +"101855",13609,42911 +"101856",13609,43907 +"101857",13609,43937 +"101858",13609,48621 +"101859",13609,58059 +"101860",13609,76826 +"101861",13609,80451 +"101862",13610,49532 +"101863",13610,52461 +"101864",13610,57998 +"101865",13610,72414 +"101866",13610,73488 +"101867",13610,79621 +"101868",13612,21547 +"101869",13612,22352 +"101870",13612,38001 +"101871",13612,38098 +"101872",13612,60567 +"101873",13612,60886 +"101874",13612,74702 +"101875",13612,85619 +"101876",13612,86515 +"101877",13612,92102 +"101878",13612,106118 +"101879",13612,112631 +"101880",13612,113834 +"101881",13613,13776 +"101882",13613,74424 +"101883",13613,83050 +"101884",13614,51663 +"101885",13615,13974 +"101886",13615,45709 +"101887",13615,94249 +"101888",13616,24043 +"101889",13618,13687 +"101890",13618,13840 +"101891",13619,29927 +"101892",13619,31803 +"101893",13619,32548 +"101894",13619,36514 +"101895",13619,40681 +"101896",13619,43873 +"101897",13619,49765 +"101898",13619,51943 +"101899",13619,51959 +"101900",13619,56602 +"101901",13619,56664 +"101902",13619,63498 +"101903",13620,14193 +"101904",13620,14337 +"101905",13620,24218 +"101906",13620,25489 +"101907",13620,25524 +"101908",13620,29507 +"101909",13620,31550 +"101910",13620,34559 +"101911",13620,34575 +"101912",13620,39823 +"101913",13620,42195 +"101914",13620,44244 +"101915",13620,50517 +"101916",13620,58415 +"101917",13620,68397 +"101918",13620,76383 +"101919",13620,81064 +"101920",13620,82761 +"101921",13620,83541 +"101922",13620,96694 +"101923",13620,98358 +"101924",13620,102764 +"101925",13620,103694 +"101926",13620,104849 +"101927",13620,107701 +"101928",13620,110746 +"101929",13620,113754 +"101930",13621,13734 +"101931",13621,13757 +"101932",13621,16816 +"101933",13622,17091 +"101934",13622,30451 +"101935",13622,38878 +"101936",13622,49157 +"101937",13622,52960 +"101938",13622,66748 +"101939",13622,68604 +"101940",13622,95497 +"101941",13623,13651 +"101942",13623,108716 +"101943",13624,39384 +"101944",13624,49278 +"101945",13624,49279 +"101946",13625,13760 +"101947",13625,27082 +"101948",13626,21306 +"101949",13627,17018 +"101950",13627,17303 +"101951",13627,41958 +"101952",13627,52845 +"101953",13628,52228 +"101954",13628,52628 +"101955",13629,21172 +"101956",13629,31836 +"101957",13629,36786 +"101958",13629,45765 +"101959",13629,48478 +"101960",13629,72055 +"101961",13629,72176 +"101962",13629,77170 +"101963",13629,78694 +"101964",13629,81563 +"101965",13629,90357 +"101966",13629,93717 +"101967",13629,97387 +"101968",13629,97407 +"101969",13629,97411 +"101970",13629,97413 +"101971",13629,105601 +"101972",13630,56682 +"101973",13630,56691 +"101974",13631,20629 +"101975",13631,20914 +"101976",13631,43752 +"101977",13631,51825 +"101978",13631,89456 +"101979",13631,102290 +"101980",13631,102329 +"101981",13632,13656 +"101982",13632,13864 +"101983",13632,20914 +"101984",13632,21711 +"101985",13632,37055 +"101986",13632,54089 +"101987",13632,64108 +"101988",13632,68135 +"101989",13632,73987 +"101990",13632,95012 +"101991",13633,15887 +"101992",13633,25538 +"101993",13633,45269 +"101994",13633,52707 +"101995",13633,65257 +"101996",13633,77844 +"101997",13633,85027 +"101998",13633,96664 +"101999",13633,105148 +"102000",13633,113738 +"102001",13633,114491 +"102002",13634,13846 +"102003",13634,32120 +"102004",13634,42745 +"102005",13634,43547 +"102006",13635,29540 +"102007",13635,36162 +"102008",13635,37054 +"102009",13635,54399 +"102010",13635,72601 +"102011",13635,72853 +"102012",13636,13700 +"102013",13636,13871 +"102014",13636,19695 +"102015",13636,21430 +"102016",13636,23953 +"102017",13636,33787 +"102018",13636,36671 +"102019",13637,13810 +"102020",13637,18225 +"102021",13637,21236 +"102022",13637,21807 +"102023",13637,41334 +"102024",13637,43021 +"102025",13637,64312 +"102026",13638,46472 +"102027",13638,53690 +"102028",13638,58066 +"102029",13638,60002 +"102030",13638,96262 +"102031",13638,101751 +"102032",13638,101777 +"102033",13639,13755 +"102034",13639,13825 +"102035",13639,61605 +"102036",13640,59067 +"102037",13640,62040 +"102038",13640,84278 +"102039",13641,20004 +"102040",13641,20147 +"102041",13641,20174 +"102042",13641,20770 +"102043",13641,32264 +"102044",13641,37945 +"102045",13642,13805 +"102046",13642,16617 +"102047",13642,16618 +"102048",13642,22084 +"102049",13642,23618 +"102050",13642,36670 +"102051",13642,42260 +"102052",13642,52701 +"102053",13642,61612 +"102054",13642,61643 +"102055",13643,17666 +"102056",13643,31664 +"102057",13643,38480 +"102058",13643,56740 +"102059",13643,57056 +"102060",13643,60177 +"102061",13643,60360 +"102062",13643,77497 +"102063",13643,89280 +"102064",13643,100622 +"102065",13643,103089 +"102066",13643,114812 +"102067",13644,54026 +"102068",13644,77409 +"102069",13644,85999 +"102070",13644,89819 +"102071",13644,100306 +"102072",13645,16659 +"102073",13645,20344 +"102074",13645,43646 +"102075",13645,88070 +"102076",13646,13819 +"102077",13647,27046 +"102078",13647,30451 +"102079",13647,31394 +"102080",13648,57333 +"102081",13649,32829 +"102082",13650,78776 +"102083",13650,80972 +"102084",13650,83541 +"102085",13650,94003 +"102086",13651,94783 +"102087",13652,15820 +"102088",13652,16087 +"102089",13652,24750 +"102090",13652,24756 +"102091",13652,37739 +"102092",13652,37934 +"102093",13652,48856 +"102094",13652,60385 +"102095",13653,13719 +"102096",13653,13731 +"102097",13654,24939 +"102098",13654,38625 +"102099",13654,46186 +"102100",13654,59794 +"102101",13654,81790 +"102102",13654,84510 +"102103",13654,89880 +"102104",13654,92062 +"102105",13655,63440 +"102106",13655,75894 +"102107",13655,86580 +"102108",13656,13864 +"102109",13658,13848 +"102110",13658,80739 +"102111",13658,85774 +"102112",13659,22912 +"102113",13659,39540 +"102114",13659,74192 +"102115",13659,94175 +"102116",13659,94216 +"102117",13659,113319 +"102118",13660,15803 +"102119",13660,15900 +"102120",13660,20372 +"102121",13660,20494 +"102122",13660,33356 +"102123",13660,38204 +"102124",13660,38755 +"102125",13660,63513 +"102126",13660,64272 +"102127",13660,81210 +"102128",13660,88645 +"102129",13660,98078 +"102130",13660,100752 +"102131",13660,111698 +"102132",13662,14498 +"102133",13662,17219 +"102134",13662,47249 +"102135",13663,20016 +"102136",13664,16595 +"102137",13664,31255 +"102138",13665,75169 +"102139",13666,23593 +"102140",13666,74368 +"102141",13667,22699 +"102142",13667,25873 +"102143",13667,33124 +"102144",13667,50009 +"102145",13667,61240 +"102146",13667,66091 +"102147",13667,90960 +"102148",13667,103654 +"102149",13668,24543 +"102150",13668,37333 +"102151",13668,103820 +"102152",13669,95838 +"102153",13669,117052 +"102154",13670,34123 +"102155",13670,115851 +"102156",13670,120435 +"102157",13671,13709 +"102158",13671,13735 +"102159",13671,13861 +"102160",13671,16646 +"102161",13671,17657 +"102162",13671,18097 +"102163",13671,19095 +"102164",13671,26668 +"102165",13671,28945 +"102166",13671,36444 +"102167",13671,39220 +"102168",13671,58059 +"102169",13671,67588 +"102170",13671,68392 +"102171",13671,76293 +"102172",13671,80967 +"102173",13671,88304 +"102174",13671,88723 +"102175",13671,89695 +"102176",13671,91476 +"102177",13671,101604 +"102178",13671,103097 +"102179",13671,103118 +"102180",13671,103143 +"102181",13671,120506 +"102182",13672,93155 +"102183",13673,38638 +"102184",13673,84648 +"102185",13674,26739 +"102186",13674,27757 +"102187",13674,43118 +"102188",13674,46041 +"102189",13674,46174 +"102190",13674,46562 +"102191",13674,54932 +"102192",13674,54933 +"102193",13674,54935 +"102194",13674,54961 +"102195",13674,60921 +"102196",13674,66024 +"102197",13674,67239 +"102198",13674,105576 +"102199",13675,30870 +"102200",13675,60508 +"102201",13675,62234 +"102202",13676,14803 +"102203",13676,40656 +"102204",13676,52703 +"102205",13676,52714 +"102206",13676,60669 +"102207",13676,60769 +"102208",13676,66780 +"102209",13676,66831 +"102210",13676,66842 +"102211",13676,84164 +"102212",13678,14140 +"102213",13678,35369 +"102214",13678,37036 +"102215",13678,39408 +"102216",13678,51121 +"102217",13678,52724 +"102218",13678,75430 +"102219",13678,76818 +"102220",13678,77565 +"102221",13678,78472 +"102222",13678,87262 +"102223",13678,92855 +"102224",13678,104828 +"102225",13678,104832 +"102226",13679,18986 +"102227",13679,20949 +"102228",13679,34246 +"102229",13679,38937 +"102230",13679,61021 +"102231",13680,15337 +"102232",13680,20270 +"102233",13680,31132 +"102234",13680,40764 +"102235",13680,45691 +"102236",13680,51067 +"102237",13680,97458 +"102238",13680,97486 +"102239",13681,13742 +"102240",13681,54251 +"102241",13682,13744 +"102242",13682,30689 +"102243",13682,42610 +"102244",13682,61719 +"102245",13682,62552 +"102246",13682,66607 +"102247",13682,68771 +"102248",13683,13927 +"102249",13683,14150 +"102250",13683,39003 +"102251",13684,36700 +"102252",13684,38358 +"102253",13684,108458 +"102254",13685,13823 +"102255",13686,13702 +"102256",13686,13971 +"102257",13686,20718 +"102258",13686,37577 +"102259",13686,41019 +"102260",13686,48972 +"102261",13686,49977 +"102262",13687,13840 +"102263",13687,78921 +"102264",13688,18346 +"102265",13688,58190 +"102266",13688,77153 +"102267",13688,88763 +"102268",13688,89634 +"102269",13688,95816 +"102270",13688,99132 +"102271",13688,99139 +"102272",13688,99148 +"102273",13688,111592 +"102274",13689,91469 +"102275",13689,97763 +"102276",13690,20633 +"102277",13690,62427 +"102278",13690,87460 +"102279",13690,100793 +"102280",13690,101729 +"102281",13690,103616 +"102282",13691,55072 +"102283",13691,113125 +"102284",13692,110743 +"102285",13693,28752 +"102286",13693,39175 +"102287",13693,42009 +"102288",13693,80826 +"102289",13693,102294 +"102290",13694,65873 +"102291",13695,25325 +"102292",13695,26095 +"102293",13695,29917 +"102294",13695,31629 +"102295",13695,39914 +"102296",13695,41780 +"102297",13695,52011 +"102298",13695,69591 +"102299",13695,79179 +"102300",13695,79214 +"102301",13695,97510 +"102302",13696,20596 +"102303",13696,31606 +"102304",13696,38440 +"102305",13696,54731 +"102306",13696,57671 +"102307",13697,46461 +"102308",13697,56632 +"102309",13697,75223 +"102310",13698,30180 +"102311",13698,67912 +"102312",13698,71431 +"102313",13698,72498 +"102314",13698,72513 +"102315",13699,19183 +"102316",13699,21456 +"102317",13699,24978 +"102318",13699,33782 +"102319",13699,33933 +"102320",13699,36993 +"102321",13699,42546 +"102322",13699,43598 +"102323",13699,47443 +"102324",13699,55645 +"102325",13699,59125 +"102326",13699,60833 +"102327",13699,72027 +"102328",13699,84567 +"102329",13699,99910 +"102330",13699,105468 +"102331",13699,115762 +"102332",13700,13871 +"102333",13700,15506 +"102334",13700,17904 +"102335",13700,24881 +"102336",13700,27771 +"102337",13700,28068 +"102338",13700,29286 +"102339",13700,30770 +"102340",13700,30773 +"102341",13700,30924 +"102342",13700,36912 +"102343",13700,39986 +"102344",13700,40169 +"102345",13700,40564 +"102346",13700,46578 +"102347",13700,51146 +"102348",13700,59975 +"102349",13701,27938 +"102350",13701,39239 +"102351",13701,39247 +"102352",13701,39304 +"102353",13701,39305 +"102354",13701,41066 +"102355",13701,41104 +"102356",13701,41188 +"102357",13702,37577 +"102358",13702,45071 +"102359",13702,45467 +"102360",13702,57114 +"102361",13702,66020 +"102362",13703,113628 +"102363",13704,29511 +"102364",13704,36018 +"102365",13704,102949 +"102366",13705,19935 +"102367",13705,21817 +"102368",13705,26816 +"102369",13705,33450 +"102370",13705,38320 +"102371",13705,56740 +"102372",13705,57575 +"102373",13705,68680 +"102374",13705,77892 +"102375",13705,87416 +"102376",13705,89453 +"102377",13705,109489 +"102378",13706,13791 +"102379",13706,18654 +"102380",13706,33741 +"102381",13706,93624 +"102382",13708,13772 +"102383",13708,31690 +"102384",13708,85225 +"102385",13708,105072 +"102386",13708,119464 +"102387",13709,13735 +"102388",13709,13861 +"102389",13709,29908 +"102390",13710,41311 +"102391",13711,25430 +"102392",13711,33352 +"102393",13711,84124 +"102394",13712,32629 +"102395",13712,36440 +"102396",13712,40216 +"102397",13712,44294 +"102398",13712,73700 +"102399",13712,82853 +"102400",13712,90010 +"102401",13712,91009 +"102402",13712,100961 +"102403",13712,101956 +"102404",13712,108797 +"102405",13713,51739 +"102406",13713,117920 +"102407",13715,61925 +"102408",13716,59585 +"102409",13716,59598 +"102410",13716,64071 +"102411",13716,89606 +"102412",13717,55997 +"102413",13718,14566 +"102414",13718,27952 +"102415",13718,28408 +"102416",13718,71566 +"102417",13718,83179 +"102418",13718,102426 +"102419",13718,107053 +"102420",13718,107303 +"102421",13719,13731 +"102422",13720,25914 +"102423",13720,35576 +"102424",13720,38482 +"102425",13720,46384 +"102426",13720,65242 +"102427",13721,13722 +"102428",13721,14380 +"102429",13721,16347 +"102430",13721,18287 +"102431",13721,20695 +"102432",13721,25748 +"102433",13721,26821 +"102434",13721,29306 +"102435",13721,29471 +"102436",13721,41260 +"102437",13721,49379 +"102438",13721,52910 +"102439",13721,52946 +"102440",13721,65725 +"102441",13721,76843 +"102442",13721,80130 +"102443",13721,81202 +"102444",13721,87915 +"102445",13721,100994 +"102446",13721,101384 +"102447",13724,18269 +"102448",13724,35186 +"102449",13724,46711 +"102450",13724,58812 +"102451",13724,59702 +"102452",13724,84268 +"102453",13724,85864 +"102454",13724,86166 +"102455",13724,94835 +"102456",13725,13806 +"102457",13725,13868 +"102458",13726,13775 +"102459",13726,17276 +"102460",13726,28422 +"102461",13727,109026 +"102462",13728,22880 +"102463",13728,27210 +"102464",13728,102209 +"102465",13728,113027 +"102466",13729,47004 +"102467",13730,84521 +"102468",13730,117421 +"102469",13730,117423 +"102470",13731,31575 +"102471",13731,52750 +"102472",13731,52884 +"102473",13731,63041 +"102474",13731,74516 +"102475",13731,77517 +"102476",13731,77522 +"102477",13731,77528 +"102478",13731,77607 +"102479",13731,109524 +"102480",13732,16941 +"102481",13732,19698 +"102482",13732,21712 +"102483",13732,26865 +"102484",13732,30081 +"102485",13732,33091 +"102486",13732,34470 +"102487",13732,34950 +"102488",13732,34965 +"102489",13732,36455 +"102490",13732,41575 +"102491",13732,46128 +"102492",13732,78738 +"102493",13732,82456 +"102494",13732,82513 +"102495",13732,82521 +"102496",13732,82524 +"102497",13733,17710 +"102498",13733,22469 +"102499",13733,41973 +"102500",13733,80599 +"102501",13733,83045 +"102502",13733,84657 +"102503",13733,90346 +"102504",13733,92344 +"102505",13734,13757 +"102506",13735,13861 +"102507",13735,16590 +"102508",13735,23234 +"102509",13735,25331 +"102510",13735,28663 +"102511",13735,28706 +"102512",13735,28749 +"102513",13735,28899 +"102514",13735,49903 +"102515",13735,49918 +"102516",13735,49921 +"102517",13735,82325 +"102518",13735,97064 +"102519",13735,97158 +"102520",13735,97190 +"102521",13735,119008 +"102522",13736,13862 +"102523",13737,18508 +"102524",13737,20723 +"102525",13738,102537 +"102526",13738,102624 +"102527",13738,105489 +"102528",13739,19955 +"102529",13739,21813 +"102530",13739,33967 +"102531",13739,34092 +"102532",13739,62033 +"102533",13739,70565 +"102534",13739,71453 +"102535",13739,77254 +"102536",13739,78571 +"102537",13739,88678 +"102538",13739,98259 +"102539",13740,26800 +"102540",13740,34487 +"102541",13740,41581 +"102542",13740,107365 +"102543",13743,15954 +"102544",13743,21395 +"102545",13743,26694 +"102546",13743,36915 +"102547",13743,37063 +"102548",13743,39066 +"102549",13743,39694 +"102550",13743,52050 +"102551",13743,52368 +"102552",13743,54467 +"102553",13743,56796 +"102554",13743,58748 +"102555",13743,59567 +"102556",13743,72349 +"102557",13743,75351 +"102558",13743,97689 +"102559",13743,104524 +"102560",13743,104830 +"102561",13743,113592 +"102562",13746,15472 +"102563",13746,26070 +"102564",13746,44816 +"102565",13746,75421 +"102566",13746,88752 +"102567",13746,89655 +"102568",13746,91742 +"102569",13746,101832 +"102570",13746,101886 +"102571",13746,101887 +"102572",13746,105174 +"102573",13747,21142 +"102574",13747,40736 +"102575",13747,66928 +"102576",13747,72678 +"102577",13747,91392 +"102578",13748,16970 +"102579",13748,17416 +"102580",13748,26946 +"102581",13748,39878 +"102582",13748,78002 +"102583",13748,80351 +"102584",13748,98205 +"102585",13748,109108 +"102586",13748,111657 +"102587",13749,35394 +"102588",13749,103844 +"102589",13749,103899 +"102590",13750,46338 +"102591",13750,78508 +"102592",13750,86983 +"102593",13751,32877 +"102594",13751,62174 +"102595",13752,29949 +"102596",13752,32795 +"102597",13752,40213 +"102598",13752,41250 +"102599",13752,49945 +"102600",13752,52960 +"102601",13752,55569 +"102602",13752,57082 +"102603",13752,58238 +"102604",13752,113468 +"102605",13752,117139 +"102606",13753,28502 +"102607",13753,29449 +"102608",13753,32802 +"102609",13753,40931 +"102610",13753,43173 +"102611",13753,45891 +"102612",13753,48149 +"102613",13753,50690 +"102614",13753,55374 +"102615",13753,59379 +"102616",13753,66417 +"102617",13753,69720 +"102618",13753,76029 +"102619",13753,101740 +"102620",13754,55132 +"102621",13755,13825 +"102622",13755,15184 +"102623",13755,17506 +"102624",13755,25114 +"102625",13755,32833 +"102626",13755,35813 +"102627",13755,38433 +"102628",13755,50739 +"102629",13755,89980 +"102630",13756,38497 +"102631",13756,116553 +"102632",13757,24026 +"102633",13757,29610 +"102634",13757,50469 +"102635",13757,50546 +"102636",13757,87518 +"102637",13758,16540 +"102638",13758,22051 +"102639",13758,33352 +"102640",13758,33428 +"102641",13758,74309 +"102642",13758,78421 +"102643",13759,15993 +"102644",13759,16006 +"102645",13759,16045 +"102646",13759,16048 +"102647",13759,16263 +"102648",13759,16323 +"102649",13759,18864 +"102650",13759,20680 +"102651",13759,28927 +"102652",13759,30934 +"102653",13759,30993 +"102654",13759,32707 +"102655",13759,33938 +"102656",13759,34142 +"102657",13759,35616 +"102658",13759,38802 +"102659",13759,39102 +"102660",13759,42733 +"102661",13759,42744 +"102662",13759,42910 +"102663",13759,42911 +"102664",13759,61274 +"102665",13759,76803 +"102666",13759,82228 +"102667",13760,27082 +"102668",13760,54940 +"102669",13761,68407 +"102670",13761,70432 +"102671",13762,39446 +"102672",13762,103409 +"102673",13763,13814 +"102674",13763,17265 +"102675",13763,82626 +"102676",13763,82646 +"102677",13763,82647 +"102678",13763,82661 +"102679",13763,82662 +"102680",13763,82663 +"102681",13763,82811 +"102682",13763,82832 +"102683",13763,82836 +"102684",13765,42055 +"102685",13765,118615 +"102686",13766,14143 +"102687",13768,14314 +"102688",13768,116316 +"102689",13768,116332 +"102690",13769,13851 +"102691",13769,21087 +"102692",13769,32089 +"102693",13769,62582 +"102694",13769,62647 +"102695",13769,97203 +"102696",13770,23108 +"102697",13770,57162 +"102698",13770,80622 +"102699",13771,24652 +"102700",13771,38652 +"102701",13771,94201 +"102702",13771,98490 +"102703",13773,55515 +"102704",13774,14623 +"102705",13774,21708 +"102706",13774,23309 +"102707",13774,35953 +"102708",13774,36395 +"102709",13774,48487 +"102710",13775,28422 +"102711",13776,94690 +"102712",13777,19261 +"102713",13778,46497 +"102714",13778,118180 +"102715",13779,17026 +"102716",13779,19731 +"102717",13779,20116 +"102718",13779,24120 +"102719",13779,33575 +"102720",13779,35406 +"102721",13779,41916 +"102722",13779,48598 +"102723",13779,50100 +"102724",13779,52260 +"102725",13779,55370 +"102726",13779,64468 +"102727",13779,65299 +"102728",13779,65619 +"102729",13779,78521 +"102730",13779,79642 +"102731",13779,80260 +"102732",13779,84300 +"102733",13779,91806 +"102734",13779,103926 +"102735",13779,111322 +"102736",13780,15887 +"102737",13780,18494 +"102738",13780,24434 +"102739",13780,25069 +"102740",13780,29004 +"102741",13780,30747 +"102742",13780,30803 +"102743",13780,30849 +"102744",13780,38433 +"102745",13780,38965 +"102746",13780,49548 +"102747",13780,55363 +"102748",13780,65679 +"102749",13780,83431 +"102750",13780,98093 +"102751",13780,98252 +"102752",13781,16854 +"102753",13781,20000 +"102754",13781,25767 +"102755",13781,26992 +"102756",13781,35751 +"102757",13781,46586 +"102758",13781,51666 +"102759",13781,60345 +"102760",13781,61785 +"102761",13781,62464 +"102762",13781,67795 +"102763",13781,72635 +"102764",13781,81790 +"102765",13781,88308 +"102766",13781,89742 +"102767",13781,95995 +"102768",13781,100498 +"102769",13781,100549 +"102770",13781,104044 +"102771",13781,105207 +"102772",13781,111086 +"102773",13781,120879 +"102774",13781,120961 +"102775",13782,69057 +"102776",13783,46008 +"102777",13784,19222 +"102778",13785,13787 +"102779",13785,22678 +"102780",13785,40379 +"102781",13785,49981 +"102782",13785,107589 +"102783",13786,16841 +"102784",13786,24670 +"102785",13786,40184 +"102786",13786,46561 +"102787",13786,50214 +"102788",13786,59412 +"102789",13786,59486 +"102790",13786,84806 +"102791",13786,118433 +"102792",13787,122946 +"102793",13788,23712 +"102794",13788,40732 +"102795",13788,44422 +"102796",13789,21983 +"102797",13789,56245 +"102798",13789,102375 +"102799",13790,21593 +"102800",13790,23948 +"102801",13790,37632 +"102802",13790,37727 +"102803",13790,37843 +"102804",13790,39670 +"102805",13790,42985 +"102806",13790,46432 +"102807",13790,76173 +"102808",13790,91597 +"102809",13790,98105 +"102810",13791,80084 +"102811",13792,18570 +"102812",13792,18582 +"102813",13792,33373 +"102814",13792,34753 +"102815",13792,35665 +"102816",13792,36424 +"102817",13792,45337 +"102818",13792,49357 +"102819",13792,57445 +"102820",13792,57776 +"102821",13792,59685 +"102822",13792,62204 +"102823",13792,71436 +"102824",13792,72269 +"102825",13792,100458 +"102826",13793,14002 +"102827",13793,20186 +"102828",13793,73559 +"102829",13793,84018 +"102830",13793,86105 +"102831",13793,86346 +"102832",13794,17369 +"102833",13794,29491 +"102834",13794,55095 +"102835",13794,55712 +"102836",13794,73571 +"102837",13795,31164 +"102838",13795,52493 +"102839",13795,58606 +"102840",13795,79818 +"102841",13795,94926 +"102842",13795,117098 +"102843",13796,25774 +"102844",13797,41488 +"102845",13797,48174 +"102846",13797,119873 +"102847",13798,15266 +"102848",13798,21395 +"102849",13798,37843 +"102850",13798,55117 +"102851",13798,63041 +"102852",13798,86816 +"102853",13798,87384 +"102854",13798,90603 +"102855",13799,117553 +"102856",13800,27889 +"102857",13800,31950 +"102858",13800,55493 +"102859",13801,17041 +"102860",13801,24691 +"102861",13801,24733 +"102862",13801,30594 +"102863",13801,34208 +"102864",13801,50406 +"102865",13801,87753 +"102866",13802,16070 +"102867",13802,17210 +"102868",13802,18803 +"102869",13802,18804 +"102870",13802,29627 +"102871",13802,40024 +"102872",13802,40366 +"102873",13802,40869 +"102874",13802,46486 +"102875",13802,57995 +"102876",13802,77308 +"102877",13802,80945 +"102878",13802,100627 +"102879",13803,14623 +"102880",13803,19784 +"102881",13803,21768 +"102882",13803,21777 +"102883",13803,21818 +"102884",13803,21833 +"102885",13803,23309 +"102886",13803,35953 +"102887",13803,36038 +"102888",13803,36049 +"102889",13803,36085 +"102890",13804,91725 +"102891",13804,99658 +"102892",13805,30835 +"102893",13805,31418 +"102894",13805,31694 +"102895",13805,38885 +"102896",13805,44156 +"102897",13805,47197 +"102898",13805,59573 +"102899",13805,59698 +"102900",13805,60472 +"102901",13806,13868 +"102902",13806,14411 +"102903",13806,14992 +"102904",13806,14994 +"102905",13806,15070 +"102906",13806,15166 +"102907",13806,17809 +"102908",13806,18834 +"102909",13806,20243 +"102910",13806,33877 +"102911",13806,34658 +"102912",13806,37066 +"102913",13806,37067 +"102914",13806,37172 +"102915",13806,37910 +"102916",13806,37928 +"102917",13806,37929 +"102918",13806,37946 +"102919",13806,37978 +"102920",13806,37995 +"102921",13806,38015 +"102922",13806,38029 +"102923",13806,38033 +"102924",13806,38058 +"102925",13806,38060 +"102926",13806,38917 +"102927",13806,44150 +"102928",13806,44157 +"102929",13806,44235 +"102930",13806,44255 +"102931",13806,46880 +"102932",13806,54968 +"102933",13806,55420 +"102934",13806,60997 +"102935",13806,64526 +"102936",13806,64760 +"102937",13806,74211 +"102938",13806,77661 +"102939",13806,79041 +"102940",13806,98477 +"102941",13807,14090 +"102942",13807,30017 +"102943",13807,52709 +"102944",13808,22855 +"102945",13808,40199 +"102946",13808,51016 +"102947",13808,77031 +"102948",13808,95155 +"102949",13808,96920 +"102950",13808,102561 +"102951",13808,107023 +"102952",13808,108620 +"102953",13808,114882 +"102954",13809,14446 +"102955",13809,75775 +"102956",13810,18225 +"102957",13810,41334 +"102958",13810,64312 +"102959",13811,17950 +"102960",13812,15625 +"102961",13812,18340 +"102962",13812,23277 +"102963",13812,43568 +"102964",13812,50520 +"102965",13812,55205 +"102966",13812,57523 +"102967",13812,71335 +"102968",13812,93930 +"102969",13812,101421 +"102970",13812,113117 +"102971",13813,28083 +"102972",13813,28224 +"102973",13813,38120 +"102974",13813,40128 +"102975",13813,58373 +"102976",13813,79183 +"102977",13813,84607 +"102978",13813,85574 +"102979",13813,114129 +"102980",13813,117044 +"102981",13813,119644 +"102982",13813,121011 +"102983",13815,71693 +"102984",13816,32404 +"102985",13816,32441 +"102986",13816,58058 +"102987",13816,75165 +"102988",13817,13818 +"102989",13817,30501 +"102990",13817,30816 +"102991",13817,30830 +"102992",13817,34121 +"102993",13817,41051 +"102994",13817,42195 +"102995",13817,42555 +"102996",13817,42628 +"102997",13817,45652 +"102998",13817,52515 +"102999",13817,56673 +"103000",13817,58320 +"103001",13817,58393 +"103002",13817,60084 +"103003",13817,65314 +"103004",13818,19279 +"103005",13818,20517 +"103006",13818,21895 +"103007",13818,24116 +"103008",13818,24181 +"103009",13818,36101 +"103010",13818,39037 +"103011",13818,41051 +"103012",13818,45652 +"103013",13818,52515 +"103014",13818,56044 +"103015",13818,58393 +"103016",13818,60084 +"103017",13818,65314 +"103018",13818,66259 +"103019",13819,33635 +"103020",13819,61288 +"103021",13819,76131 +"103022",13819,88777 +"103023",13820,24686 +"103024",13820,25246 +"103025",13820,25499 +"103026",13820,25540 +"103027",13820,25556 +"103028",13820,25598 +"103029",13820,37482 +"103030",13820,83378 +"103031",13820,117394 +"103032",13821,22611 +"103033",13821,25785 +"103034",13821,34601 +"103035",13821,41666 +"103036",13821,41735 +"103037",13821,54618 +"103038",13821,56365 +"103039",13821,89820 +"103040",13821,111535 +"103041",13821,111601 +"103042",13822,13946 +"103043",13822,15515 +"103044",13822,16501 +"103045",13822,18066 +"103046",13822,18345 +"103047",13822,19662 +"103048",13822,21650 +"103049",13822,22460 +"103050",13822,22945 +"103051",13822,24796 +"103052",13822,27914 +"103053",13822,28869 +"103054",13822,31868 +"103055",13822,33871 +"103056",13822,34077 +"103057",13822,35728 +"103058",13822,37905 +"103059",13822,37977 +"103060",13822,42746 +"103061",13822,50466 +"103062",13822,56995 +"103063",13822,57697 +"103064",13822,87151 +"103065",13822,87497 +"103066",13822,116167 +"103067",13823,18808 +"103068",13823,19130 +"103069",13823,71901 +"103070",13824,13979 +"103071",13824,14755 +"103072",13824,16053 +"103073",13824,20732 +"103074",13824,22226 +"103075",13824,23726 +"103076",13824,23869 +"103077",13824,24375 +"103078",13824,24562 +"103079",13824,25493 +"103080",13824,25680 +"103081",13824,25812 +"103082",13824,28130 +"103083",13824,28131 +"103084",13824,30883 +"103085",13824,39563 +"103086",13824,43708 +"103087",13824,44532 +"103088",13824,46388 +"103089",13824,55112 +"103090",13824,59484 +"103091",13824,61108 +"103092",13824,73492 +"103093",13824,74675 +"103094",13824,74730 +"103095",13824,75708 +"103096",13824,76590 +"103097",13824,76917 +"103098",13824,77506 +"103099",13824,89951 +"103100",13824,91422 +"103101",13824,93333 +"103102",13824,96444 +"103103",13824,99380 +"103104",13824,99742 +"103105",13824,100140 +"103106",13824,104522 +"103107",13824,110013 +"103108",13824,112148 +"103109",13826,48982 +"103110",13826,61249 +"103111",13826,104896 +"103112",13826,104916 +"103113",13827,15316 +"103114",13827,18724 +"103115",13827,19001 +"103116",13827,20115 +"103117",13827,26243 +"103118",13827,27576 +"103119",13827,27689 +"103120",13827,41067 +"103121",13827,65165 +"103122",13827,85551 +"103123",13828,13967 +"103124",13828,14373 +"103125",13828,14959 +"103126",13828,17582 +"103127",13828,18394 +"103128",13828,20067 +"103129",13828,26506 +"103130",13828,26660 +"103131",13828,31561 +"103132",13828,36498 +"103133",13828,38921 +"103134",13828,39703 +"103135",13828,41228 +"103136",13828,46311 +"103137",13828,47747 +"103138",13828,60385 +"103139",13828,70203 +"103140",13828,76306 +"103141",13828,81167 +"103142",13828,84475 +"103143",13828,85794 +"103144",13828,93289 +"103145",13829,20709 +"103146",13829,21034 +"103147",13829,21717 +"103148",13829,37858 +"103149",13829,78869 +"103150",13829,79153 +"103151",13830,43717 +"103152",13831,13947 +"103153",13831,23756 +"103154",13831,29667 +"103155",13831,33314 +"103156",13831,64634 +"103157",13831,89817 +"103158",13832,99524 +"103159",13832,115693 +"103160",13833,19400 +"103161",13833,26846 +"103162",13833,30208 +"103163",13833,36506 +"103164",13833,39378 +"103165",13833,39647 +"103166",13833,40710 +"103167",13833,42068 +"103168",13833,62395 +"103169",13833,63270 +"103170",13833,64873 +"103171",13833,64894 +"103172",13833,64930 +"103173",13833,64958 +"103174",13834,13873 +"103175",13834,19311 +"103176",13834,31926 +"103177",13834,39386 +"103178",13834,41096 +"103179",13834,42317 +"103180",13834,46990 +"103181",13834,105218 +"103182",13835,25387 +"103183",13835,59955 +"103184",13835,61188 +"103185",13835,62316 +"103186",13835,92080 +"103187",13836,17272 +"103188",13836,43191 +"103189",13836,64387 +"103190",13836,77961 +"103191",13837,15937 +"103192",13837,16971 +"103193",13837,25976 +"103194",13837,40368 +"103195",13837,44332 +"103196",13837,50933 +"103197",13837,62629 +"103198",13837,82965 +"103199",13837,92321 +"103200",13837,92322 +"103201",13837,94783 +"103202",13837,107432 +"103203",13837,109350 +"103204",13837,113302 +"103205",13838,106058 +"103206",13838,107312 +"103207",13839,28678 +"103208",13839,78592 +"103209",13840,14612 +"103210",13840,18883 +"103211",13840,21187 +"103212",13840,22746 +"103213",13840,23467 +"103214",13840,23955 +"103215",13840,34250 +"103216",13840,34265 +"103217",13840,38354 +"103218",13840,40617 +"103219",13840,48084 +"103220",13840,80354 +"103221",13840,82510 +"103222",13840,84843 +"103223",13840,93198 +"103224",13840,97052 +"103225",13840,116721 +"103226",13841,14544 +"103227",13841,28522 +"103228",13841,46790 +"103229",13841,56018 +"103230",13841,58733 +"103231",13841,60584 +"103232",13841,94366 +"103233",13841,94370 +"103234",13842,33536 +"103235",13842,33537 +"103236",13842,33538 +"103237",13842,40806 +"103238",13842,64382 +"103239",13842,66693 +"103240",13842,73706 +"103241",13842,82169 +"103242",13842,83523 +"103243",13842,84204 +"103244",13842,86319 +"103245",13842,104390 +"103246",13843,15673 +"103247",13843,28237 +"103248",13843,59364 +"103249",13843,60766 +"103250",13843,60803 +"103251",13843,63892 +"103252",13843,64774 +"103253",13843,65056 +"103254",13843,75101 +"103255",13844,18186 +"103256",13844,18187 +"103257",13844,21338 +"103258",13844,62223 +"103259",13845,48822 +"103260",13846,22422 +"103261",13846,22716 +"103262",13846,22733 +"103263",13846,40671 +"103264",13846,42491 +"103265",13846,42708 +"103266",13846,42745 +"103267",13846,58665 +"103268",13846,63966 +"103269",13847,79351 +"103270",13849,28544 +"103271",13849,59040 +"103272",13849,72965 +"103273",13850,18841 +"103274",13850,59640 +"103275",13851,16480 +"103276",13851,32089 +"103277",13851,36296 +"103278",13851,39192 +"103279",13852,24350 +"103280",13852,29778 +"103281",13852,50741 +"103282",13852,105059 +"103283",13853,15993 +"103284",13853,16364 +"103285",13853,19184 +"103286",13853,55484 +"103287",13853,64185 +"103288",13853,73617 +"103289",13853,89383 +"103290",13853,89387 +"103291",13853,89391 +"103292",13853,89422 +"103293",13853,93846 +"103294",13853,119435 +"103295",13855,20349 +"103296",13855,78651 +"103297",13855,90875 +"103298",13856,16942 +"103299",13858,33632 +"103300",13858,46149 +"103301",13858,54847 +"103302",13858,59804 +"103303",13858,78572 +"103304",13858,114666 +"103305",13859,16874 +"103306",13859,23059 +"103307",13859,65506 +"103308",13859,84075 +"103309",13861,16590 +"103310",13861,16824 +"103311",13861,18097 +"103312",13861,35216 +"103313",13862,17665 +"103314",13862,74553 +"103315",13863,18271 +"103316",13863,18734 +"103317",13863,21083 +"103318",13863,25210 +"103319",13863,25211 +"103320",13863,25279 +"103321",13863,25280 +"103322",13863,25480 +"103323",13863,25699 +"103324",13863,25749 +"103325",13863,25786 +"103326",13863,25808 +"103327",13863,25896 +"103328",13863,28817 +"103329",13863,38544 +"103330",13864,37055 +"103331",13864,68698 +"103332",13864,68903 +"103333",13864,84404 +"103334",13864,97519 +"103335",13865,14012 +"103336",13865,14027 +"103337",13865,14089 +"103338",13865,14112 +"103339",13865,24639 +"103340",13865,27735 +"103341",13865,28491 +"103342",13865,32719 +"103343",13865,54783 +"103344",13865,55833 +"103345",13865,57866 +"103346",13865,59634 +"103347",13865,61596 +"103348",13865,63763 +"103349",13865,63768 +"103350",13865,63769 +"103351",13865,63925 +"103352",13866,15962 +"103353",13867,24277 +"103354",13867,88708 +"103355",13868,14775 +"103356",13868,17351 +"103357",13868,27642 +"103358",13868,28409 +"103359",13868,34700 +"103360",13868,35406 +"103361",13868,46566 +"103362",13868,69652 +"103363",13868,74187 +"103364",13868,96022 +"103365",13868,101165 +"103366",13869,14616 +"103367",13869,81764 +"103368",13869,89757 +"103369",13870,13957 +"103370",13870,30731 +"103371",13870,44864 +"103372",13870,74171 +"103373",13871,15506 +"103374",13871,16687 +"103375",13871,24787 +"103376",13871,29326 +"103377",13871,29541 +"103378",13871,30924 +"103379",13871,33787 +"103380",13871,43858 +"103381",13871,45766 +"103382",13871,55824 +"103383",13871,71388 +"103384",13872,27262 +"103385",13872,28075 +"103386",13872,30738 +"103387",13872,41629 +"103388",13872,51362 +"103389",13872,55500 +"103390",13872,66938 +"103391",13872,93831 +"103392",13872,93912 +"103393",13873,19311 +"103394",13873,31926 +"103395",13873,41096 +"103396",13873,42317 +"103397",13873,95735 +"103398",13873,108858 +"103399",13874,68760 +"103400",13874,114704 +"103401",13874,121215 +"103402",13875,14028 +"103403",13875,14130 +"103404",13875,24467 +"103405",13875,27109 +"103406",13875,29381 +"103407",13875,29404 +"103408",13875,29433 +"103409",13875,65068 +"103410",13875,81597 +"103411",13875,87433 +"103412",13876,30033 +"103413",13876,88829 +"103414",13877,33233 +"103415",13877,35583 +"103416",13878,25166 +"103417",13878,68464 +"103418",13878,74566 +"103419",13878,103073 +"103420",13878,105828 +"103421",13878,105833 +"103422",13879,15548 +"103423",13879,50581 +"103424",13879,54748 +"103425",13879,54932 +"103426",13879,60808 +"103427",13879,61700 +"103428",13880,17721 +"103429",13880,17938 +"103430",13880,24639 +"103431",13880,24721 +"103432",13880,30232 +"103433",13880,45846 +"103434",13880,66146 +"103435",13880,87372 +"103436",13880,87383 +"103437",13880,87394 +"103438",13880,87405 +"103439",13881,51011 +"103440",13881,61264 +"103441",13881,93412 +"103442",13882,13951 +"103443",13882,16871 +"103444",13882,16963 +"103445",13882,21289 +"103446",13882,34150 +"103447",13882,34243 +"103448",13882,45572 +"103449",13882,50771 +"103450",13882,51505 +"103451",13882,57248 +"103452",13882,71346 +"103453",13882,83486 +"103454",13882,102123 +"103455",13883,17536 +"103456",13883,21005 +"103457",13883,38301 +"103458",13883,69516 +"103459",13883,75370 +"103460",13883,84562 +"103461",13883,109712 +"103462",13884,27018 +"103463",13884,33461 +"103464",13884,62264 +"103465",13884,67389 +"103466",13884,108136 +"103467",13885,14805 +"103468",13885,20056 +"103469",13885,23856 +"103470",13885,26206 +"103471",13885,33614 +"103472",13886,13924 +"103473",13886,14067 +"103474",13886,69033 +"103475",13886,79275 +"103476",13887,18122 +"103477",13887,38419 +"103478",13887,54739 +"103479",13887,57715 +"103480",13887,72673 +"103481",13888,21372 +"103482",13888,57829 +"103483",13888,57973 +"103484",13889,13968 +"103485",13889,14082 +"103486",13889,14136 +"103487",13889,57347 +"103488",13890,19532 +"103489",13890,71285 +"103490",13890,84972 +"103491",13890,88030 +"103492",13890,88808 +"103493",13891,16582 +"103494",13891,38741 +"103495",13891,50194 +"103496",13891,69419 +"103497",13891,108020 +"103498",13891,119928 +"103499",13892,23217 +"103500",13892,71672 +"103501",13893,13976 +"103502",13893,32197 +"103503",13893,33469 +"103504",13893,42390 +"103505",13893,68902 +"103506",13893,81504 +"103507",13894,40200 +"103508",13895,15799 +"103509",13895,19882 +"103510",13895,21082 +"103511",13895,21101 +"103512",13895,21119 +"103513",13895,21153 +"103514",13895,21574 +"103515",13895,21617 +"103516",13895,22963 +"103517",13895,29807 +"103518",13895,52371 +"103519",13895,84168 +"103520",13896,18714 +"103521",13896,26007 +"103522",13896,72889 +"103523",13896,81456 +"103524",13897,62852 +"103525",13897,87103 +"103526",13897,88713 +"103527",13897,93437 +"103528",13897,94133 +"103529",13898,19672 +"103530",13898,52509 +"103531",13899,16154 +"103532",13899,39923 +"103533",13899,68808 +"103534",13899,84886 +"103535",13900,13903 +"103536",13901,47492 +"103537",13902,32675 +"103538",13902,38164 +"103539",13902,82668 +"103540",13903,83480 +"103541",13903,106062 +"103542",13903,106079 +"103543",13904,14921 +"103544",13904,19661 +"103545",13904,41111 +"103546",13904,65951 +"103547",13904,65952 +"103548",13904,75614 +"103549",13904,91695 +"103550",13904,104489 +"103551",13904,111226 +"103552",13904,112936 +"103553",13905,16456 +"103554",13905,27910 +"103555",13905,67041 +"103556",13905,82944 +"103557",13905,101295 +"103558",13905,115622 +"103559",13906,46940 +"103560",13907,63006 +"103561",13907,102762 +"103562",13908,14088 +"103563",13908,35470 +"103564",13908,37668 +"103565",13908,44972 +"103566",13908,46565 +"103567",13908,48697 +"103568",13908,57846 +"103569",13908,62221 +"103570",13908,68538 +"103571",13908,83406 +"103572",13908,92035 +"103573",13908,100017 +"103574",13908,101006 +"103575",13908,113360 +"103576",13908,117091 +"103577",13908,118251 +"103578",13908,122798 +"103579",13909,22571 +"103580",13909,22926 +"103581",13909,25885 +"103582",13909,28996 +"103583",13909,53347 +"103584",13909,82263 +"103585",13909,103158 +"103586",13909,112185 +"103587",13909,115309 +"103588",13909,115342 +"103589",13909,115343 +"103590",13910,14134 +"103591",13910,22499 +"103592",13910,22549 +"103593",13910,26399 +"103594",13910,26732 +"103595",13910,30594 +"103596",13910,31767 +"103597",13910,44855 +"103598",13910,78093 +"103599",13910,83043 +"103600",13911,36196 +"103601",13911,41827 +"103602",13911,42514 +"103603",13911,44695 +"103604",13911,77234 +"103605",13911,94085 +"103606",13912,17965 +"103607",13912,61481 +"103608",13912,74313 +"103609",13912,82435 +"103610",13912,110139 +"103611",13913,13986 +"103612",13913,69792 +"103613",13914,46958 +"103614",13914,47014 +"103615",13914,47070 +"103616",13914,47079 +"103617",13914,70559 +"103618",13915,15562 +"103619",13915,17777 +"103620",13915,25288 +"103621",13915,45379 +"103622",13915,46275 +"103623",13915,50677 +"103624",13915,52633 +"103625",13915,76184 +"103626",13915,110726 +"103627",13916,18747 +"103628",13916,44560 +"103629",13916,54430 +"103630",13916,69840 +"103631",13916,115212 +"103632",13917,14663 +"103633",13917,20092 +"103634",13917,20101 +"103635",13917,26186 +"103636",13917,27294 +"103637",13917,28925 +"103638",13917,39979 +"103639",13917,45554 +"103640",13917,47392 +"103641",13917,50575 +"103642",13917,62305 +"103643",13917,68622 +"103644",13917,70081 +"103645",13917,70473 +"103646",13917,104751 +"103647",13917,107402 +"103648",13917,116804 +"103649",13917,122361 +"103650",13918,13938 +"103651",13918,13942 +"103652",13918,20739 +"103653",13918,22710 +"103654",13919,13920 +"103655",13919,14018 +"103656",13919,14124 +"103657",13919,14351 +"103658",13919,14413 +"103659",13919,82413 +"103660",13919,97696 +"103661",13920,14018 +"103662",13920,14124 +"103663",13920,14351 +"103664",13920,14413 +"103665",13920,16660 +"103666",13920,17524 +"103667",13920,35830 +"103668",13920,40213 +"103669",13920,47417 +"103670",13920,66887 +"103671",13920,74848 +"103672",13920,90499 +"103673",13920,103573 +"103674",13920,106931 +"103675",13920,109586 +"103676",13920,109588 +"103677",13921,43726 +"103678",13922,15632 +"103679",13922,20915 +"103680",13922,21960 +"103681",13922,45822 +"103682",13922,70706 +"103683",13922,76289 +"103684",13922,76375 +"103685",13923,14618 +"103686",13923,19753 +"103687",13923,25228 +"103688",13923,29936 +"103689",13923,58617 +"103690",13923,63406 +"103691",13923,66990 +"103692",13923,87841 +"103693",13923,96176 +"103694",13923,101772 +"103695",13923,109233 +"103696",13923,114069 +"103697",13923,114075 +"103698",13923,119022 +"103699",13924,14067 +"103700",13925,18472 +"103701",13925,47176 +"103702",13925,48242 +"103703",13925,51836 +"103704",13925,53979 +"103705",13926,22661 +"103706",13927,14150 +"103707",13927,44506 +"103708",13927,86301 +"103709",13927,123439 +"103710",13928,24705 +"103711",13929,13970 +"103712",13929,13996 +"103713",13929,14091 +"103714",13929,23965 +"103715",13929,36941 +"103716",13929,36962 +"103717",13929,44153 +"103718",13929,48037 +"103719",13929,52268 +"103720",13929,55691 +"103721",13929,64410 +"103722",13929,72823 +"103723",13929,77043 +"103724",13929,77327 +"103725",13929,83712 +"103726",13929,83747 +"103727",13929,91371 +"103728",13929,92397 +"103729",13929,94101 +"103730",13929,102757 +"103731",13929,107487 +"103732",13929,109799 +"103733",13929,120524 +"103734",13930,20916 +"103735",13930,31420 +"103736",13930,36289 +"103737",13930,55605 +"103738",13931,27146 +"103739",13931,56801 +"103740",13932,34700 +"103741",13933,14107 +"103742",13933,20137 +"103743",13933,23081 +"103744",13933,31079 +"103745",13933,54226 +"103746",13933,78693 +"103747",13934,14072 +"103748",13934,26052 +"103749",13934,44720 +"103750",13934,55071 +"103751",13935,53871 +"103752",13935,116132 +"103753",13936,43535 +"103754",13937,62691 +"103755",13937,88227 +"103756",13938,13942 +"103757",13938,15023 +"103758",13938,16952 +"103759",13938,17389 +"103760",13938,19075 +"103761",13938,19349 +"103762",13938,19484 +"103763",13938,20547 +"103764",13938,20623 +"103765",13938,21804 +"103766",13938,23116 +"103767",13938,28366 +"103768",13938,28580 +"103769",13938,32697 +"103770",13938,32916 +"103771",13938,35088 +"103772",13938,39205 +"103773",13938,39427 +"103774",13938,44647 +"103775",13938,45403 +"103776",13938,49547 +"103777",13938,51843 +"103778",13938,53756 +"103779",13938,54385 +"103780",13938,74948 +"103781",13938,79000 +"103782",13938,80025 +"103783",13938,84808 +"103784",13938,84828 +"103785",13939,14947 +"103786",13939,17838 +"103787",13939,19734 +"103788",13939,19865 +"103789",13939,19934 +"103790",13939,25442 +"103791",13939,27320 +"103792",13939,27468 +"103793",13939,27861 +"103794",13939,28893 +"103795",13939,29408 +"103796",13939,29495 +"103797",13939,31345 +"103798",13939,31403 +"103799",13939,39374 +"103800",13939,40797 +"103801",13939,45322 +"103802",13939,55173 +"103803",13939,61978 +"103804",13939,69557 +"103805",13939,72323 +"103806",13939,79128 +"103807",13939,80205 +"103808",13939,80324 +"103809",13939,89779 +"103810",13939,111557 +"103811",13939,112541 +"103812",13940,14882 +"103813",13940,23345 +"103814",13940,68977 +"103815",13940,74502 +"103816",13940,75347 +"103817",13941,21691 +"103818",13941,21838 +"103819",13941,39908 +"103820",13941,69561 +"103821",13941,69923 +"103822",13942,15023 +"103823",13942,15027 +"103824",13942,15185 +"103825",13942,15216 +"103826",13942,15964 +"103827",13942,16252 +"103828",13942,16872 +"103829",13942,17145 +"103830",13942,17508 +"103831",13942,18060 +"103832",13942,18217 +"103833",13942,22462 +"103834",13942,22823 +"103835",13942,23147 +"103836",13942,23421 +"103837",13942,23632 +"103838",13942,23953 +"103839",13942,24495 +"103840",13942,24710 +"103841",13942,25143 +"103842",13942,25303 +"103843",13942,25664 +"103844",13942,26407 +"103845",13942,27174 +"103846",13942,27196 +"103847",13942,27710 +"103848",13942,28703 +"103849",13942,29253 +"103850",13942,29341 +"103851",13942,29560 +"103852",13942,29573 +"103853",13942,29868 +"103854",13942,30343 +"103855",13942,31357 +"103856",13942,32438 +"103857",13942,32967 +"103858",13942,33223 +"103859",13942,33881 +"103860",13942,34097 +"103861",13942,34330 +"103862",13942,34513 +"103863",13942,35400 +"103864",13942,36476 +"103865",13942,36547 +"103866",13942,36745 +"103867",13942,37821 +"103868",13942,37931 +"103869",13942,38319 +"103870",13942,39398 +"103871",13942,39492 +"103872",13942,40320 +"103873",13942,40373 +"103874",13942,40542 +"103875",13942,41182 +"103876",13942,42131 +"103877",13942,46843 +"103878",13942,48331 +"103879",13942,49547 +"103880",13942,51843 +"103881",13942,77199 +"103882",13943,29062 +"103883",13943,41057 +"103884",13944,37625 +"103885",13944,108810 +"103886",13944,108817 +"103887",13945,14787 +"103888",13945,22633 +"103889",13945,41116 +"103890",13945,44427 +"103891",13945,58230 +"103892",13945,64447 +"103893",13945,92724 +"103894",13945,105651 +"103895",13946,13969 +"103896",13946,14023 +"103897",13946,14194 +"103898",13946,15515 +"103899",13946,16474 +"103900",13946,16501 +"103901",13946,22120 +"103902",13946,27914 +"103903",13946,28068 +"103904",13946,29147 +"103905",13946,29286 +"103906",13946,37977 +"103907",13946,42497 +"103908",13946,48955 +"103909",13946,49075 +"103910",13946,57697 +"103911",13946,59975 +"103912",13946,61192 +"103913",13946,71467 +"103914",13946,72757 +"103915",13946,77432 +"103916",13946,82255 +"103917",13946,88205 +"103918",13946,90903 +"103919",13946,96472 +"103920",13947,14287 +"103921",13947,21513 +"103922",13947,29667 +"103923",13947,47338 +"103924",13947,49315 +"103925",13947,51112 +"103926",13947,72626 +"103927",13947,76840 +"103928",13947,83102 +"103929",13948,14029 +"103930",13948,69074 +"103931",13948,80929 +"103932",13948,81459 +"103933",13948,82405 +"103934",13949,27740 +"103935",13949,80633 +"103936",13949,93713 +"103937",13950,14626 +"103938",13950,17028 +"103939",13950,17537 +"103940",13950,17538 +"103941",13950,17669 +"103942",13950,17671 +"103943",13950,21548 +"103944",13950,28451 +"103945",13950,35451 +"103946",13950,76738 +"103947",13951,14427 +"103948",13951,16871 +"103949",13951,16963 +"103950",13951,21289 +"103951",13951,37178 +"103952",13951,45644 +"103953",13951,49142 +"103954",13951,49259 +"103955",13951,51505 +"103956",13951,53340 +"103957",13951,57248 +"103958",13951,81504 +"103959",13951,83486 +"103960",13951,87054 +"103961",13951,87870 +"103962",13951,101590 +"103963",13951,103011 +"103964",13951,122938 +"103965",13952,79631 +"103966",13952,113676 +"103967",13953,15396 +"103968",13953,22027 +"103969",13953,32300 +"103970",13953,35594 +"103971",13953,45113 +"103972",13953,52561 +"103973",13953,56082 +"103974",13954,13970 +"103975",13954,27278 +"103976",13954,30324 +"103977",13954,30594 +"103978",13954,44958 +"103979",13954,51396 +"103980",13954,59968 +"103981",13954,70046 +"103982",13954,79766 +"103983",13954,90624 +"103984",13954,92369 +"103985",13954,104297 +"103986",13954,111693 +"103987",13955,18454 +"103988",13955,27459 +"103989",13956,68888 +"103990",13956,98832 +"103991",13956,110350 +"103992",13956,110351 +"103993",13956,110408 +"103994",13956,122131 +"103995",13957,20083 +"103996",13957,20509 +"103997",13957,32956 +"103998",13957,44786 +"103999",13957,54332 +"104000",13957,73610 +"104001",13957,96385 +"104002",13957,115033 +"104003",13958,119915 +"104004",13959,15179 +"104005",13959,19734 +"104006",13959,37667 +"104007",13959,46218 +"104008",13959,61337 +"104009",13959,61684 +"104010",13959,76528 +"104011",13959,78677 +"104012",13959,86193 +"104013",13959,88175 +"104014",13959,91746 +"104015",13960,29040 +"104016",13960,29541 +"104017",13960,44475 +"104018",13960,69234 +"104019",13960,82318 +"104020",13960,82343 +"104021",13961,30130 +"104022",13961,55599 +"104023",13961,58363 +"104024",13962,14127 +"104025",13962,54794 +"104026",13962,79598 +"104027",13962,98364 +"104028",13963,14918 +"104029",13963,20417 +"104030",13963,20419 +"104031",13963,21079 +"104032",13963,24774 +"104033",13963,41114 +"104034",13963,51298 +"104035",13963,57837 +"104036",13963,65628 +"104037",13963,76659 +"104038",13963,76737 +"104039",13963,81315 +"104040",13963,94842 +"104041",13965,14186 +"104042",13965,14336 +"104043",13965,25268 +"104044",13965,32596 +"104045",13965,70701 +"104046",13965,73784 +"104047",13965,98320 +"104048",13966,14189 +"104049",13966,15771 +"104050",13966,22511 +"104051",13966,23508 +"104052",13966,24139 +"104053",13966,24150 +"104054",13966,26552 +"104055",13966,42516 +"104056",13966,43560 +"104057",13966,65376 +"104058",13966,75669 +"104059",13966,76524 +"104060",13966,80281 +"104061",13966,80778 +"104062",13966,88954 +"104063",13966,93322 +"104064",13966,93556 +"104065",13966,106829 +"104066",13966,110821 +"104067",13966,112927 +"104068",13967,21213 +"104069",13967,22172 +"104070",13967,26660 +"104071",13967,31561 +"104072",13967,34475 +"104073",13967,84416 +"104074",13967,91616 +"104075",13967,95064 +"104076",13967,96240 +"104077",13968,14082 +"104078",13968,14136 +"104079",13969,14023 +"104080",13969,14194 +"104081",13969,28068 +"104082",13969,29286 +"104083",13969,30758 +"104084",13969,50354 +"104085",13969,53739 +"104086",13969,56217 +"104087",13970,13996 +"104088",13970,14091 +"104089",13970,17016 +"104090",13970,18510 +"104091",13970,23965 +"104092",13970,24312 +"104093",13970,24852 +"104094",13970,27278 +"104095",13970,29050 +"104096",13970,31919 +"104097",13970,32098 +"104098",13970,36962 +"104099",13970,43458 +"104100",13970,48076 +"104101",13970,51652 +"104102",13970,53630 +"104103",13970,55691 +"104104",13970,62324 +"104105",13970,68142 +"104106",13970,68280 +"104107",13970,71411 +"104108",13970,72823 +"104109",13970,72946 +"104110",13970,73072 +"104111",13970,73289 +"104112",13970,73466 +"104113",13970,77043 +"104114",13970,90492 +"104115",13970,101482 +"104116",13970,102757 +"104117",13970,106204 +"104118",13970,111832 +"104119",13970,114719 +"104120",13971,14617 +"104121",13971,17133 +"104122",13971,22204 +"104123",13971,22263 +"104124",13971,24847 +"104125",13971,25206 +"104126",13971,46281 +"104127",13971,64042 +"104128",13971,68415 +"104129",13971,69210 +"104130",13971,88704 +"104131",13972,38825 +"104132",13973,54796 +"104133",13973,78868 +"104134",13974,31445 +"104135",13974,32963 +"104136",13974,36050 +"104137",13974,79040 +"104138",13974,83601 +"104139",13974,83707 +"104140",13974,83726 +"104141",13974,97005 +"104142",13974,110315 +"104143",13974,116864 +"104144",13975,14062 +"104145",13975,31574 +"104146",13975,31691 +"104147",13975,40913 +"104148",13975,48022 +"104149",13975,48075 +"104150",13976,18276 +"104151",13976,18972 +"104152",13976,19916 +"104153",13976,29100 +"104154",13976,78104 +"104155",13976,80025 +"104156",13976,85072 +"104157",13976,101118 +"104158",13977,14036 +"104159",13978,14097 +"104160",13978,25997 +"104161",13978,84529 +"104162",13978,88394 +"104163",13979,14373 +"104164",13979,28282 +"104165",13979,30763 +"104166",13979,35459 +"104167",13979,46388 +"104168",13979,83855 +"104169",13979,87720 +"104170",13979,101349 +"104171",13979,115299 +"104172",13979,121995 +"104173",13980,20793 +"104174",13980,26938 +"104175",13980,31903 +"104176",13981,13987 +"104177",13981,21145 +"104178",13981,32546 +"104179",13981,41782 +"104180",13981,53260 +"104181",13981,62591 +"104182",13982,17083 +"104183",13982,17553 +"104184",13982,18789 +"104185",13982,22855 +"104186",13982,31105 +"104187",13982,35945 +"104188",13982,35996 +"104189",13982,37666 +"104190",13982,39051 +"104191",13982,50524 +"104192",13982,81918 +"104193",13983,23197 +"104194",13983,34629 +"104195",13983,38685 +"104196",13983,68332 +"104197",13983,84390 +"104198",13983,98552 +"104199",13984,32245 +"104200",13984,34437 +"104201",13985,20733 +"104202",13986,31095 +"104203",13986,32699 +"104204",13986,32701 +"104205",13986,43501 +"104206",13987,17476 +"104207",13987,23138 +"104208",13987,28501 +"104209",13987,37350 +"104210",13987,38380 +"104211",13987,41902 +"104212",13987,57494 +"104213",13987,62487 +"104214",13987,68086 +"104215",13987,72022 +"104216",13987,77107 +"104217",13988,14615 +"104218",13988,15636 +"104219",13988,23787 +"104220",13988,34168 +"104221",13988,49962 +"104222",13989,81887 +"104223",13990,13994 +"104224",13990,14077 +"104225",13990,68074 +"104226",13991,19016 +"104227",13991,50304 +"104228",13991,51678 +"104229",13991,84036 +"104230",13991,107852 +"104231",13991,107997 +"104232",13991,108963 +"104233",13992,14032 +"104234",13992,14039 +"104235",13992,14188 +"104236",13992,14986 +"104237",13992,16420 +"104238",13992,25192 +"104239",13992,29561 +"104240",13992,30580 +"104241",13992,51259 +"104242",13992,69019 +"104243",13992,71387 +"104244",13992,78632 +"104245",13992,85136 +"104246",13992,99108 +"104247",13992,104790 +"104248",13992,122871 +"104249",13992,122874 +"104250",13993,22764 +"104251",13993,24511 +"104252",13994,14077 +"104253",13995,18548 +"104254",13995,33327 +"104255",13995,39057 +"104256",13995,39128 +"104257",13995,39161 +"104258",13995,49106 +"104259",13995,50320 +"104260",13995,50796 +"104261",13995,57430 +"104262",13995,58550 +"104263",13995,61859 +"104264",13995,64384 +"104265",13995,64933 +"104266",13995,66439 +"104267",13995,66636 +"104268",13995,66814 +"104269",13995,67927 +"104270",13995,71898 +"104271",13995,71996 +"104272",13995,72003 +"104273",13996,14091 +"104274",13996,49611 +"104275",13997,26377 +"104276",13997,49477 +"104277",13997,53370 +"104278",13997,53405 +"104279",13997,61145 +"104280",13997,73029 +"104281",13997,73737 +"104282",13997,105377 +"104283",13997,117724 +"104284",13998,14116 +"104285",13998,17960 +"104286",13998,39157 +"104287",13998,40158 +"104288",13998,40677 +"104289",13998,73753 +"104290",13998,87416 +"104291",13998,91732 +"104292",13998,95156 +"104293",13999,37865 +"104294",13999,122661 +"104295",14000,14001 +"104296",14000,14145 +"104297",14000,16614 +"104298",14000,17059 +"104299",14000,17102 +"104300",14000,17211 +"104301",14000,17212 +"104302",14000,17355 +"104303",14000,23098 +"104304",14000,33309 +"104305",14000,40155 +"104306",14000,42372 +"104307",14000,46757 +"104308",14000,52477 +"104309",14000,52521 +"104310",14001,14145 +"104311",14001,61706 +"104312",14002,20186 +"104313",14002,44915 +"104314",14002,49251 +"104315",14002,59381 +"104316",14002,80693 +"104317",14002,84018 +"104318",14002,86105 +"104319",14002,95160 +"104320",14002,118900 +"104321",14003,17645 +"104322",14003,31884 +"104323",14003,39256 +"104324",14003,44030 +"104325",14003,47213 +"104326",14003,68423 +"104327",14003,69751 +"104328",14003,98785 +"104329",14003,103890 +"104330",14005,16489 +"104331",14005,18869 +"104332",14005,82329 +"104333",14006,24926 +"104334",14006,27380 +"104335",14006,53716 +"104336",14007,18475 +"104337",14007,26961 +"104338",14007,38816 +"104339",14007,39435 +"104340",14007,42920 +"104341",14007,56048 +"104342",14007,66476 +"104343",14007,68436 +"104344",14007,70316 +"104345",14007,87731 +"104346",14007,88297 +"104347",14007,90598 +"104348",14007,92042 +"104349",14007,108957 +"104350",14007,117784 +"104351",14007,123088 +"104352",14007,123089 +"104353",14008,66306 +"104354",14008,99263 +"104355",14008,106890 +"104356",14009,56046 +"104357",14010,18330 +"104358",14011,14066 +"104359",14011,34204 +"104360",14012,14027 +"104361",14012,14089 +"104362",14012,14112 +"104363",14013,22240 +"104364",14013,30651 +"104365",14013,81054 +"104366",14013,95397 +"104367",14013,99457 +"104368",14013,113102 +"104369",14013,119176 +"104370",14014,23426 +"104371",14014,49078 +"104372",14014,80638 +"104373",14015,14101 +"104374",14015,18393 +"104375",14015,40172 +"104376",14016,17543 +"104377",14016,18490 +"104378",14016,18498 +"104379",14016,18628 +"104380",14016,19181 +"104381",14016,31896 +"104382",14016,34168 +"104383",14016,36461 +"104384",14016,39752 +"104385",14016,68829 +"104386",14016,111622 +"104387",14017,40077 +"104388",14017,70734 +"104389",14017,89664 +"104390",14017,110132 +"104391",14017,111823 +"104392",14017,116791 +"104393",14017,118278 +"104394",14018,14124 +"104395",14018,14351 +"104396",14018,14413 +"104397",14018,75912 +"104398",14019,14085 +"104399",14019,16011 +"104400",14019,17938 +"104401",14019,27725 +"104402",14019,30443 +"104403",14019,33604 +"104404",14019,35516 +"104405",14019,59628 +"104406",14019,63753 +"104407",14019,63761 +"104408",14019,64630 +"104409",14019,64667 +"104410",14019,80353 +"104411",14019,80466 +"104412",14019,80487 +"104413",14019,113026 +"104414",14020,19965 +"104415",14020,45855 +"104416",14020,47324 +"104417",14020,83679 +"104418",14021,14022 +"104419",14022,14279 +"104420",14022,19058 +"104421",14022,37732 +"104422",14023,14194 +"104423",14023,16286 +"104424",14023,22786 +"104425",14023,27248 +"104426",14023,29286 +"104427",14023,57697 +"104428",14023,60392 +"104429",14023,83736 +"104430",14024,21740 +"104431",14024,22053 +"104432",14024,32588 +"104433",14024,34660 +"104434",14024,36103 +"104435",14024,43735 +"104436",14024,51712 +"104437",14024,58821 +"104438",14024,58927 +"104439",14024,58933 +"104440",14024,60006 +"104441",14024,60015 +"104442",14024,60764 +"104443",14025,14064 +"104444",14025,15501 +"104445",14025,37330 +"104446",14025,43932 +"104447",14025,89550 +"104448",14025,115227 +"104449",14026,14178 +"104450",14027,14089 +"104451",14027,14112 +"104452",14027,31502 +"104453",14027,31936 +"104454",14027,73725 +"104455",14028,14130 +"104456",14029,30789 +"104457",14029,44842 +"104458",14029,55892 +"104459",14029,58919 +"104460",14029,60229 +"104461",14029,61790 +"104462",14029,65792 +"104463",14029,69074 +"104464",14029,78868 +"104465",14029,81289 +"104466",14029,82852 +"104467",14029,91698 +"104468",14029,95762 +"104469",14030,21622 +"104470",14030,89616 +"104471",14030,105680 +"104472",14030,123472 +"104473",14032,14039 +"104474",14032,14188 +"104475",14032,15092 +"104476",14032,17493 +"104477",14032,18019 +"104478",14032,20150 +"104479",14032,21411 +"104480",14032,27187 +"104481",14032,31767 +"104482",14032,32919 +"104483",14032,44005 +"104484",14032,44581 +"104485",14032,45506 +"104486",14032,46071 +"104487",14032,51299 +"104488",14032,52924 +"104489",14032,71479 +"104490",14032,75403 +"104491",14032,76905 +"104492",14032,78032 +"104493",14032,82885 +"104494",14032,84434 +"104495",14032,92817 +"104496",14032,102881 +"104497",14032,122076 +"104498",14033,18645 +"104499",14036,16528 +"104500",14036,16558 +"104501",14036,31852 +"104502",14036,76372 +"104503",14036,76380 +"104504",14036,77167 +"104505",14036,77983 +"104506",14036,78136 +"104507",14036,78791 +"104508",14036,96003 +"104509",14037,63228 +"104510",14037,76164 +"104511",14037,106253 +"104512",14037,108354 +"104513",14038,14664 +"104514",14038,27192 +"104515",14038,35914 +"104516",14038,40727 +"104517",14038,60029 +"104518",14038,75815 +"104519",14038,80966 +"104520",14039,14188 +"104521",14039,24436 +"104522",14039,29033 +"104523",14039,35926 +"104524",14039,46071 +"104525",14039,91021 +"104526",14040,14158 +"104527",14041,14086 +"104528",14042,30044 +"104529",14042,39037 +"104530",14042,39039 +"104531",14042,39078 +"104532",14042,50635 +"104533",14042,83614 +"104534",14042,83621 +"104535",14043,31109 +"104536",14043,65039 +"104537",14043,84271 +"104538",14044,14139 +"104539",14044,14190 +"104540",14044,38077 +"104541",14044,38088 +"104542",14044,38174 +"104543",14044,38192 +"104544",14044,38197 +"104545",14044,38233 +"104546",14046,56774 +"104547",14046,63446 +"104548",14046,66096 +"104549",14046,67990 +"104550",14046,70904 +"104551",14047,14182 +"104552",14047,21286 +"104553",14047,32789 +"104554",14047,40352 +"104555",14047,47237 +"104556",14047,49854 +"104557",14047,110754 +"104558",14048,74476 +"104559",14048,87132 +"104560",14048,92248 +"104561",14049,15408 +"104562",14049,15529 +"104563",14050,22180 +"104564",14050,27788 +"104565",14050,28635 +"104566",14050,28661 +"104567",14050,28758 +"104568",14050,29789 +"104569",14050,36235 +"104570",14050,36458 +"104571",14050,61866 +"104572",14050,85397 +"104573",14050,93982 +"104574",14050,114106 +"104575",14050,114107 +"104576",14051,16230 +"104577",14051,20361 +"104578",14051,28515 +"104579",14051,31515 +"104580",14051,31649 +"104581",14051,41912 +"104582",14051,43594 +"104583",14052,16585 +"104584",14052,27255 +"104585",14052,28879 +"104586",14052,30154 +"104587",14052,32339 +"104588",14052,37069 +"104589",14052,38310 +"104590",14052,58334 +"104591",14052,66323 +"104592",14052,67499 +"104593",14052,73015 +"104594",14052,78054 +"104595",14052,83444 +"104596",14052,94160 +"104597",14052,99949 +"104598",14052,101914 +"104599",14052,103631 +"104600",14052,103723 +"104601",14052,103732 +"104602",14052,103759 +"104603",14052,103773 +"104604",14053,88292 +"104605",14053,105191 +"104606",14054,14128 +"104607",14054,16680 +"104608",14054,23257 +"104609",14054,26451 +"104610",14054,27489 +"104611",14054,27747 +"104612",14054,27849 +"104613",14054,29192 +"104614",14054,31957 +"104615",14054,36357 +"104616",14054,43599 +"104617",14054,45748 +"104618",14054,48284 +"104619",14054,55468 +"104620",14054,59007 +"104621",14054,61666 +"104622",14054,73466 +"104623",14054,99444 +"104624",14054,101294 +"104625",14054,108021 +"104626",14054,108372 +"104627",14054,122464 +"104628",14055,17666 +"104629",14055,20453 +"104630",14055,41253 +"104631",14055,52912 +"104632",14055,57056 +"104633",14055,71816 +"104634",14055,87416 +"104635",14056,20392 +"104636",14056,25801 +"104637",14056,59337 +"104638",14056,59887 +"104639",14056,69215 +"104640",14056,70227 +"104641",14056,105262 +"104642",14056,110454 +"104643",14057,15045 +"104644",14057,15225 +"104645",14057,17275 +"104646",14057,23133 +"104647",14057,23825 +"104648",14057,24935 +"104649",14057,27962 +"104650",14057,31970 +"104651",14057,53265 +"104652",14057,57268 +"104653",14057,59056 +"104654",14057,79351 +"104655",14057,79821 +"104656",14057,84404 +"104657",14057,87083 +"104658",14057,95531 +"104659",14058,18571 +"104660",14058,20708 +"104661",14058,26713 +"104662",14058,31164 +"104663",14058,33596 +"104664",14058,36160 +"104665",14058,45443 +"104666",14058,46951 +"104667",14058,53128 +"104668",14058,53746 +"104669",14058,59039 +"104670",14058,76807 +"104671",14058,81489 +"104672",14058,103826 +"104673",14058,108968 +"104674",14058,117098 +"104675",14060,32771 +"104676",14060,54185 +"104677",14061,17847 +"104678",14061,18352 +"104679",14061,18413 +"104680",14061,18423 +"104681",14061,20371 +"104682",14061,20398 +"104683",14061,20455 +"104684",14061,21978 +"104685",14061,26563 +"104686",14061,29554 +"104687",14061,29821 +"104688",14061,32259 +"104689",14061,32412 +"104690",14061,41339 +"104691",14061,42151 +"104692",14061,49081 +"104693",14061,49805 +"104694",14061,50513 +"104695",14061,50696 +"104696",14061,50779 +"104697",14061,50802 +"104698",14061,51216 +"104699",14061,51217 +"104700",14061,51276 +"104701",14061,51313 +"104702",14061,62872 +"104703",14061,77519 +"104704",14061,80653 +"104705",14061,107322 +"104706",14061,107423 +"104707",14061,107428 +"104708",14062,14402 +"104709",14062,14771 +"104710",14062,14821 +"104711",14062,18826 +"104712",14062,37687 +"104713",14062,44052 +"104714",14062,53104 +"104715",14062,57380 +"104716",14062,59442 +"104717",14062,59571 +"104718",14063,21346 +"104719",14063,29935 +"104720",14063,30222 +"104721",14063,36197 +"104722",14063,57414 +"104723",14063,120110 +"104724",14064,15501 +"104725",14064,18855 +"104726",14064,32303 +"104727",14064,47563 +"104728",14064,47587 +"104729",14064,69560 +"104730",14065,47191 +"104731",14065,74143 +"104732",14065,117328 +"104733",14067,31622 +"104734",14067,31710 +"104735",14069,20937 +"104736",14069,39299 +"104737",14069,54729 +"104738",14069,71753 +"104739",14069,93724 +"104740",14070,25162 +"104741",14070,72263 +"104742",14071,18863 +"104743",14071,22384 +"104744",14071,63534 +"104745",14071,109260 +"104746",14072,17381 +"104747",14072,24012 +"104748",14072,26052 +"104749",14072,29043 +"104750",14072,32661 +"104751",14072,32671 +"104752",14072,37412 +"104753",14072,40649 +"104754",14072,43635 +"104755",14072,44720 +"104756",14072,45975 +"104757",14072,46717 +"104758",14072,46732 +"104759",14072,49156 +"104760",14072,54059 +"104761",14072,55071 +"104762",14072,59756 +"104763",14072,63736 +"104764",14072,78286 +"104765",14072,79898 +"104766",14072,88806 +"104767",14072,90827 +"104768",14072,111050 +"104769",14072,111369 +"104770",14073,14282 +"104771",14073,14283 +"104772",14073,14389 +"104773",14073,32562 +"104774",14073,42430 +"104775",14073,45006 +"104776",14073,56007 +"104777",14073,66584 +"104778",14073,68765 +"104779",14073,70145 +"104780",14074,26338 +"104781",14074,87058 +"104782",14074,105625 +"104783",14075,18026 +"104784",14075,20107 +"104785",14075,37305 +"104786",14075,41183 +"104787",14075,50266 +"104788",14075,52920 +"104789",14075,76704 +"104790",14075,90007 +"104791",14075,108349 +"104792",14075,113156 +"104793",14075,116264 +"104794",14076,14142 +"104795",14077,15365 +"104796",14077,16434 +"104797",14077,18104 +"104798",14077,22117 +"104799",14077,22585 +"104800",14077,22719 +"104801",14077,22897 +"104802",14077,24327 +"104803",14077,32257 +"104804",14077,40174 +"104805",14077,40335 +"104806",14077,40404 +"104807",14077,46486 +"104808",14077,54341 +"104809",14077,57675 +"104810",14077,68074 +"104811",14077,92438 +"104812",14077,116339 +"104813",14077,122191 +"104814",14078,19882 +"104815",14078,34731 +"104816",14078,45377 +"104817",14079,29488 +"104818",14079,32079 +"104819",14079,35895 +"104820",14079,69444 +"104821",14079,71436 +"104822",14079,85956 +"104823",14079,103229 +"104824",14079,108586 +"104825",14079,118890 +"104826",14080,14146 +"104827",14080,14147 +"104828",14080,15301 +"104829",14080,19474 +"104830",14080,22566 +"104831",14080,22850 +"104832",14080,57192 +"104833",14080,88851 +"104834",14080,96254 +"104835",14080,98704 +"104836",14080,110499 +"104837",14080,119910 +"104838",14081,19614 +"104839",14081,32830 +"104840",14081,34331 +"104841",14081,51729 +"104842",14081,79874 +"104843",14081,81448 +"104844",14081,99772 +"104845",14082,14136 +"104846",14083,27580 +"104847",14083,29624 +"104848",14083,43594 +"104849",14083,63960 +"104850",14084,54504 +"104851",14084,55925 +"104852",14085,30128 +"104853",14085,44455 +"104854",14085,64675 +"104855",14085,110261 +"104856",14086,43421 +"104857",14086,49449 +"104858",14086,58494 +"104859",14086,86274 +"104860",14087,101479 +"104861",14088,67407 +"104862",14089,14112 +"104863",14090,20942 +"104864",14090,32149 +"104865",14090,34138 +"104866",14090,36687 +"104867",14090,71047 +"104868",14090,91450 +"104869",14090,91626 +"104870",14091,17125 +"104871",14091,23965 +"104872",14091,24312 +"104873",14091,35378 +"104874",14091,48076 +"104875",14091,51652 +"104876",14091,55691 +"104877",14091,72823 +"104878",14091,72946 +"104879",14091,73072 +"104880",14091,73289 +"104881",14091,90492 +"104882",14091,101482 +"104883",14091,102757 +"104884",14091,111832 +"104885",14091,112163 +"104886",14092,41358 +"104887",14092,80333 +"104888",14092,105679 +"104889",14093,44436 +"104890",14093,70553 +"104891",14093,73352 +"104892",14093,102260 +"104893",14093,106674 +"104894",14093,114960 +"104895",14094,28630 +"104896",14094,59558 +"104897",14095,25331 +"104898",14095,57142 +"104899",14096,15911 +"104900",14096,41114 +"104901",14096,55718 +"104902",14096,55768 +"104903",14098,14099 +"104904",14098,55607 +"104905",14098,106050 +"104906",14100,85568 +"104907",14101,84657 +"104908",14101,91299 +"104909",14101,110820 +"104910",14102,98253 +"104911",14102,98254 +"104912",14103,14638 +"104913",14103,19337 +"104914",14103,22106 +"104915",14103,22140 +"104916",14103,22310 +"104917",14103,22311 +"104918",14103,25248 +"104919",14103,26965 +"104920",14103,27409 +"104921",14103,28982 +"104922",14103,37052 +"104923",14103,44156 +"104924",14103,48431 +"104925",14103,56414 +"104926",14103,56523 +"104927",14103,60114 +"104928",14103,65654 +"104929",14103,65675 +"104930",14103,65710 +"104931",14103,65751 +"104932",14103,68641 +"104933",14104,59082 +"104934",14104,60650 +"104935",14104,90837 +"104936",14105,14184 +"104937",14105,17997 +"104938",14105,36536 +"104939",14105,45273 +"104940",14105,46988 +"104941",14105,48083 +"104942",14105,51083 +"104943",14105,56565 +"104944",14105,109093 +"104945",14106,24646 +"104946",14106,30743 +"104947",14106,52753 +"104948",14106,70480 +"104949",14107,63620 +"104950",14107,109211 +"104951",14107,109662 +"104952",14108,15769 +"104953",14108,15901 +"104954",14108,18502 +"104955",14108,19523 +"104956",14108,20000 +"104957",14108,22072 +"104958",14108,22641 +"104959",14108,23554 +"104960",14108,23947 +"104961",14108,24429 +"104962",14108,25287 +"104963",14108,25565 +"104964",14108,34314 +"104965",14108,35802 +"104966",14108,35975 +"104967",14108,36089 +"104968",14108,37875 +"104969",14108,41713 +"104970",14108,43527 +"104971",14108,48123 +"104972",14108,49607 +"104973",14108,50235 +"104974",14108,57990 +"104975",14108,58855 +"104976",14108,59210 +"104977",14108,59760 +"104978",14108,62063 +"104979",14108,66115 +"104980",14108,68569 +"104981",14108,69049 +"104982",14108,72573 +"104983",14108,80222 +"104984",14108,81722 +"104985",14108,89594 +"104986",14108,90643 +"104987",14108,92592 +"104988",14108,95061 +"104989",14108,96336 +"104990",14108,101016 +"104991",14108,101087 +"104992",14108,102401 +"104993",14108,104711 +"104994",14108,105495 +"104995",14108,105955 +"104996",14108,111987 +"104997",14108,116302 +"104998",14108,116315 +"104999",14108,116325 +"105000",14108,116331 +"105001",14109,20499 +"105002",14109,24877 +"105003",14109,37953 +"105004",14109,51104 +"105005",14109,57878 +"105006",14109,70665 +"105007",14109,74091 +"105008",14109,77200 +"105009",14109,93892 +"105010",14109,93921 +"105011",14110,80964 +"105012",14110,95188 +"105013",14111,14719 +"105014",14111,15376 +"105015",14111,21059 +"105016",14111,21639 +"105017",14111,23233 +"105018",14111,27780 +"105019",14111,37665 +"105020",14111,51823 +"105021",14111,65127 +"105022",14111,65429 +"105023",14111,74720 +"105024",14111,81219 +"105025",14111,83889 +"105026",14111,88686 +"105027",14111,91939 +"105028",14111,112909 +"105029",14111,119485 +"105030",14111,122583 +"105031",14111,122587 +"105032",14111,122763 +"105033",14111,122766 +"105034",14113,21886 +"105035",14114,94122 +"105036",14115,17596 +"105037",14115,21923 +"105038",14115,38156 +"105039",14115,68409 +"105040",14115,78912 +"105041",14116,39977 +"105042",14116,42635 +"105043",14116,74888 +"105044",14117,33715 +"105045",14117,93854 +"105046",14118,19214 +"105047",14118,30652 +"105048",14118,43518 +"105049",14118,48506 +"105050",14118,100133 +"105051",14118,102593 +"105052",14119,34187 +"105053",14119,34321 +"105054",14119,81829 +"105055",14120,15714 +"105056",14120,28635 +"105057",14120,31243 +"105058",14120,34323 +"105059",14120,57561 +"105060",14120,60922 +"105061",14120,64431 +"105062",14120,66310 +"105063",14120,75076 +"105064",14120,75408 +"105065",14120,82600 +"105066",14120,95545 +"105067",14120,104550 +"105068",14120,108227 +"105069",14121,25735 +"105070",14121,28976 +"105071",14121,65803 +"105072",14121,66132 +"105073",14121,111706 +"105074",14123,27284 +"105075",14124,14351 +"105076",14124,14413 +"105077",14124,28081 +"105078",14124,30510 +"105079",14124,35477 +"105080",14124,41470 +"105081",14124,42786 +"105082",14124,44131 +"105083",14124,45127 +"105084",14124,48561 +"105085",14124,51512 +"105086",14124,51941 +"105087",14124,54258 +"105088",14124,74605 +"105089",14124,78359 +"105090",14124,80783 +"105091",14124,97553 +"105092",14124,97557 +"105093",14126,46231 +"105094",14126,59964 +"105095",14127,44707 +"105096",14127,47997 +"105097",14127,54083 +"105098",14127,75176 +"105099",14127,107106 +"105100",14129,47259 +"105101",14129,50870 +"105102",14129,65104 +"105103",14129,82579 +"105104",14129,85095 +"105105",14129,88512 +"105106",14131,14133 +"105107",14131,15451 +"105108",14131,20853 +"105109",14131,26074 +"105110",14131,26202 +"105111",14131,52274 +"105112",14131,104205 +"105113",14131,119234 +"105114",14132,16951 +"105115",14134,23161 +"105116",14134,55302 +"105117",14134,59924 +"105118",14134,95312 +"105119",14134,101670 +"105120",14135,35657 +"105121",14135,63226 +"105122",14136,98811 +"105123",14137,21364 +"105124",14137,33003 +"105125",14137,37064 +"105126",14137,60597 +"105127",14137,76887 +"105128",14137,80018 +"105129",14139,14190 +"105130",14139,29149 +"105131",14139,41667 +"105132",14139,41733 +"105133",14139,53485 +"105134",14139,70476 +"105135",14139,73612 +"105136",14139,73614 +"105137",14139,93858 +"105138",14139,100912 +"105139",14140,16286 +"105140",14140,24154 +"105141",14140,31066 +"105142",14140,37036 +"105143",14140,54001 +"105144",14140,78375 +"105145",14140,87305 +"105146",14140,93980 +"105147",14140,112564 +"105148",14141,21408 +"105149",14141,25285 +"105150",14141,43283 +"105151",14141,58082 +"105152",14141,61680 +"105153",14142,15929 +"105154",14142,23359 +"105155",14142,30795 +"105156",14142,52559 +"105157",14142,63208 +"105158",14142,63209 +"105159",14142,69754 +"105160",14142,108547 +"105161",14143,25443 +"105162",14143,50410 +"105163",14143,65665 +"105164",14143,65693 +"105165",14144,18374 +"105166",14144,21198 +"105167",14144,28217 +"105168",14144,29962 +"105169",14144,30052 +"105170",14144,32663 +"105171",14144,34330 +"105172",14144,40657 +"105173",14144,45454 +"105174",14144,52299 +"105175",14144,57041 +"105176",14144,60421 +"105177",14144,61871 +"105178",14144,62043 +"105179",14144,75690 +"105180",14145,61706 +"105181",14146,14147 +"105182",14146,21571 +"105183",14146,22566 +"105184",14146,29537 +"105185",14146,41921 +"105186",14146,55891 +"105187",14146,79713 +"105188",14146,98608 +"105189",14147,35172 +"105190",14147,37199 +"105191",14147,38659 +"105192",14147,41921 +"105193",14147,57714 +"105194",14147,61813 +"105195",14147,69036 +"105196",14147,89892 +"105197",14148,79919 +"105198",14149,22751 +"105199",14149,24385 +"105200",14149,27401 +"105201",14149,44759 +"105202",14149,47640 +"105203",14149,49521 +"105204",14149,62366 +"105205",14149,71971 +"105206",14149,99854 +"105207",14151,17614 +"105208",14151,23220 +"105209",14151,24845 +"105210",14151,25907 +"105211",14151,62655 +"105212",14152,22475 +"105213",14152,100677 +"105214",14153,24170 +"105215",14153,53789 +"105216",14154,54616 +"105217",14155,14156 +"105218",14155,39607 +"105219",14155,70206 +"105220",14155,75876 +"105221",14155,105832 +"105222",14156,72729 +"105223",14156,72900 +"105224",14157,28641 +"105225",14158,30537 +"105226",14158,40258 +"105227",14158,43544 +"105228",14158,54396 +"105229",14158,69690 +"105230",14158,89224 +"105231",14158,94091 +"105232",14158,119589 +"105233",14159,31296 +"105234",14159,36946 +"105235",14160,15575 +"105236",14160,15688 +"105237",14160,17014 +"105238",14160,18421 +"105239",14160,20315 +"105240",14160,23418 +"105241",14160,26275 +"105242",14160,27459 +"105243",14160,35812 +"105244",14160,37258 +"105245",14160,40489 +"105246",14160,40627 +"105247",14160,41590 +"105248",14160,43620 +"105249",14160,46872 +"105250",14160,46982 +"105251",14160,48631 +"105252",14160,48690 +"105253",14160,51144 +"105254",14160,54160 +"105255",14160,54187 +"105256",14160,62667 +"105257",14160,80794 +"105258",14161,16169 +"105259",14161,27401 +"105260",14161,27497 +"105261",14161,46900 +"105262",14161,57710 +"105263",14161,60920 +"105264",14162,33316 +"105265",14162,43830 +"105266",14163,21353 +"105267",14163,22329 +"105268",14163,25691 +"105269",14163,25765 +"105270",14163,25915 +"105271",14163,32000 +"105272",14163,34988 +"105273",14163,122914 +"105274",14163,122954 +"105275",14165,20204 +"105276",14165,20428 +"105277",14165,23668 +"105278",14165,23752 +"105279",14165,25868 +"105280",14165,27093 +"105281",14165,33041 +"105282",14165,37651 +"105283",14165,40872 +"105284",14165,41730 +"105285",14165,43221 +"105286",14165,43417 +"105287",14165,53024 +"105288",14165,57037 +"105289",14165,62949 +"105290",14165,65174 +"105291",14165,81263 +"105292",14165,81412 +"105293",14166,27522 +"105294",14167,15094 +"105295",14168,15111 +"105296",14168,24388 +"105297",14168,24403 +"105298",14168,37437 +"105299",14168,85111 +"105300",14169,39747 +"105301",14169,76907 +"105302",14169,100579 +"105303",14169,100593 +"105304",14170,14173 +"105305",14170,14425 +"105306",14170,22897 +"105307",14170,37385 +"105308",14170,43214 +"105309",14170,76518 +"105310",14170,88137 +"105311",14170,107793 +"105312",14171,31467 +"105313",14172,14568 +"105314",14172,22873 +"105315",14172,26337 +"105316",14172,28648 +"105317",14172,33464 +"105318",14172,39626 +"105319",14172,65695 +"105320",14172,111651 +"105321",14173,14425 +"105322",14173,14931 +"105323",14173,17972 +"105324",14173,52044 +"105325",14173,68383 +"105326",14174,14399 +"105327",14174,19414 +"105328",14174,23662 +"105329",14174,23717 +"105330",14174,26787 +"105331",14174,45216 +"105332",14174,81676 +"105333",14174,81682 +"105334",14175,14241 +"105335",14175,30590 +"105336",14175,36089 +"105337",14175,46430 +"105338",14176,15561 +"105339",14176,25932 +"105340",14176,63320 +"105341",14176,63353 +"105342",14176,63384 +"105343",14176,77618 +"105344",14176,79625 +"105345",14178,43972 +"105346",14178,44066 +"105347",14179,46517 +"105348",14179,51367 +"105349",14179,54814 +"105350",14179,107820 +"105351",14180,15771 +"105352",14180,23508 +"105353",14180,24139 +"105354",14180,24150 +"105355",14180,30062 +"105356",14180,34749 +"105357",14180,43560 +"105358",14180,44499 +"105359",14180,48121 +"105360",14180,48162 +"105361",14180,92176 +"105362",14181,18535 +"105363",14181,22061 +"105364",14181,30211 +"105365",14181,30394 +"105366",14181,37533 +"105367",14182,18630 +"105368",14182,21650 +"105369",14182,26158 +"105370",14182,28181 +"105371",14182,33978 +"105372",14182,37381 +"105373",14182,44487 +"105374",14182,44497 +"105375",14182,44675 +"105376",14182,45025 +"105377",14182,45178 +"105378",14182,46578 +"105379",14182,52764 +"105380",14182,64310 +"105381",14182,69429 +"105382",14183,22112 +"105383",14183,22288 +"105384",14184,16826 +"105385",14184,17997 +"105386",14184,34734 +"105387",14184,40432 +"105388",14184,76208 +"105389",14184,83772 +"105390",14184,84119 +"105391",14184,84318 +"105392",14184,84352 +"105393",14185,14228 +"105394",14185,14241 +"105395",14185,14390 +"105396",14185,18238 +"105397",14185,18750 +"105398",14185,24845 +"105399",14185,31291 +"105400",14185,35457 +"105401",14185,38564 +"105402",14185,40628 +"105403",14185,55998 +"105404",14185,57262 +"105405",14185,57326 +"105406",14185,65734 +"105407",14185,66241 +"105408",14185,69613 +"105409",14185,76158 +"105410",14185,88764 +"105411",14185,89874 +"105412",14185,90558 +"105413",14185,91128 +"105414",14185,92430 +"105415",14185,101620 +"105416",14185,101811 +"105417",14185,103320 +"105418",14185,104144 +"105419",14185,109733 +"105420",14185,113952 +"105421",14185,121565 +"105422",14186,14336 +"105423",14187,102914 +"105424",14188,19526 +"105425",14188,24746 +"105426",14188,26034 +"105427",14188,39253 +"105428",14188,44857 +"105429",14188,45152 +"105430",14188,51443 +"105431",14188,56116 +"105432",14188,57367 +"105433",14188,60464 +"105434",14188,68844 +"105435",14188,71932 +"105436",14188,86332 +"105437",14188,88288 +"105438",14188,88443 +"105439",14188,92926 +"105440",14188,94619 +"105441",14188,94722 +"105442",14188,95288 +"105443",14188,119970 +"105444",14189,16313 +"105445",14189,23834 +"105446",14189,24362 +"105447",14189,31603 +"105448",14189,35997 +"105449",14189,48051 +"105450",14189,49517 +"105451",14189,67849 +"105452",14189,83096 +"105453",14189,97635 +"105454",14189,106829 +"105455",14189,110821 +"105456",14189,122644 +"105457",14191,14708 +"105458",14191,17857 +"105459",14191,19068 +"105460",14191,19082 +"105461",14191,21918 +"105462",14191,25013 +"105463",14191,25150 +"105464",14191,25639 +"105465",14191,36380 +"105466",14191,36383 +"105467",14191,36954 +"105468",14191,37307 +"105469",14191,41455 +"105470",14191,43149 +"105471",14191,44687 +"105472",14191,50207 +"105473",14191,50488 +"105474",14191,52112 +"105475",14191,53415 +"105476",14191,56357 +"105477",14191,57636 +"105478",14191,58482 +"105479",14191,59798 +"105480",14191,70907 +"105481",14191,71683 +"105482",14191,77125 +"105483",14191,78398 +"105484",14191,82426 +"105485",14191,84343 +"105486",14191,85000 +"105487",14191,85101 +"105488",14191,85811 +"105489",14191,91682 +"105490",14191,91866 +"105491",14191,95267 +"105492",14191,97580 +"105493",14191,98727 +"105494",14191,98776 +"105495",14191,100795 +"105496",14191,106824 +"105497",14191,108879 +"105498",14191,109166 +"105499",14191,109858 +"105500",14191,109878 +"105501",14191,112962 +"105502",14191,113990 +"105503",14191,115413 +"105504",14191,116123 +"105505",14191,117258 +"105506",14191,117560 +"105507",14191,118128 +"105508",14191,118836 +"105509",14191,118866 +"105510",14191,118873 +"105511",14191,119131 +"105512",14191,119513 +"105513",14191,119716 +"105514",14191,119769 +"105515",14191,120123 +"105516",14191,120169 +"105517",14191,120725 +"105518",14191,120944 +"105519",14191,121609 +"105520",14191,122007 +"105521",14191,122032 +"105522",14191,122035 +"105523",14191,122724 +"105524",14191,123070 +"105525",14191,123394 +"105526",14191,123490 +"105527",14192,14565 +"105528",14192,14722 +"105529",14192,17805 +"105530",14192,17936 +"105531",14192,17970 +"105532",14192,44464 +"105533",14192,52767 +"105534",14192,78817 +"105535",14192,93771 +"105536",14193,14337 +"105537",14193,25489 +"105538",14193,25524 +"105539",14193,29507 +"105540",14193,30501 +"105541",14193,31550 +"105542",14193,34559 +"105543",14193,34575 +"105544",14193,39823 +"105545",14193,50517 +"105546",14193,58687 +"105547",14193,71606 +"105548",14193,80972 +"105549",14193,83154 +"105550",14193,83541 +"105551",14193,83718 +"105552",14193,85264 +"105553",14193,96562 +"105554",14193,96694 +"105555",14193,99920 +"105556",14193,101540 +"105557",14193,102764 +"105558",14193,103694 +"105559",14193,107701 +"105560",14193,112432 +"105561",14193,112924 +"105562",14193,116473 +"105563",14193,118697 +"105564",14193,121838 +"105565",14194,15515 +"105566",14194,22786 +"105567",14194,28400 +"105568",14194,29286 +"105569",14194,30758 +"105570",14194,31367 +"105571",14194,33137 +"105572",14194,33870 +"105573",14194,34106 +"105574",14194,57592 +"105575",14194,59975 +"105576",14194,83736 +"105577",14195,14432 +"105578",14195,37470 +"105579",14195,50003 +"105580",14195,87209 +"105581",14197,49505 +"105582",14197,76207 +"105583",14197,81735 +"105584",14198,18200 +"105585",14198,102534 +"105586",14199,23745 +"105587",14199,25153 +"105588",14199,26595 +"105589",14199,28491 +"105590",14199,28500 +"105591",14199,29636 +"105592",14199,33405 +"105593",14199,36578 +"105594",14199,44306 +"105595",14199,67145 +"105596",14199,79382 +"105597",14199,79587 +"105598",14199,88282 +"105599",14199,95602 +"105600",14200,15752 +"105601",14200,21029 +"105602",14200,51470 +"105603",14200,63442 +"105604",14200,78024 +"105605",14200,84786 +"105606",14200,84818 +"105607",14201,14349 +"105608",14201,20478 +"105609",14201,23863 +"105610",14201,30757 +"105611",14201,31326 +"105612",14201,34248 +"105613",14201,43682 +"105614",14201,44728 +"105615",14201,55895 +"105616",14201,76962 +"105617",14201,76979 +"105618",14201,79470 +"105619",14201,81329 +"105620",14201,83976 +"105621",14201,87957 +"105622",14201,88865 +"105623",14201,91319 +"105624",14201,106418 +"105625",14202,15549 +"105626",14202,15567 +"105627",14202,20615 +"105628",14202,24124 +"105629",14202,24376 +"105630",14202,34804 +"105631",14202,53074 +"105632",14202,53080 +"105633",14202,64183 +"105634",14203,16094 +"105635",14203,58941 +"105636",14204,21512 +"105637",14204,24264 +"105638",14204,49200 +"105639",14204,53350 +"105640",14204,59814 +"105641",14204,64862 +"105642",14204,86823 +"105643",14205,28704 +"105644",14205,101531 +"105645",14206,30639 +"105646",14207,18113 +"105647",14207,23019 +"105648",14207,42117 +"105649",14207,43207 +"105650",14207,43266 +"105651",14207,50581 +"105652",14207,54021 +"105653",14207,55620 +"105654",14207,57356 +"105655",14207,62690 +"105656",14207,63873 +"105657",14207,70341 +"105658",14207,77534 +"105659",14207,90941 +"105660",14207,92288 +"105661",14207,107020 +"105662",14207,107053 +"105663",14207,107722 +"105664",14207,107732 +"105665",14207,107746 +"105666",14207,110828 +"105667",14208,37629 +"105668",14208,116593 +"105669",14208,116615 +"105670",14208,116616 +"105671",14208,119087 +"105672",14209,43106 +"105673",14209,113215 +"105674",14210,15909 +"105675",14210,20204 +"105676",14210,23311 +"105677",14210,24376 +"105678",14210,30686 +"105679",14210,30693 +"105680",14210,30706 +"105681",14210,48864 +"105682",14210,50076 +"105683",14210,59865 +"105684",14210,80220 +"105685",14210,97935 +"105686",14210,107788 +"105687",14211,46206 +"105688",14211,62974 +"105689",14212,17038 +"105690",14212,17050 +"105691",14212,20426 +"105692",14212,22357 +"105693",14212,24063 +"105694",14212,26597 +"105695",14212,38910 +"105696",14212,44105 +"105697",14212,46325 +"105698",14212,46993 +"105699",14212,56491 +"105700",14212,64464 +"105701",14212,65375 +"105702",14212,71458 +"105703",14212,80454 +"105704",14212,81504 +"105705",14212,94312 +"105706",14212,96505 +"105707",14212,103011 +"105708",14212,112972 +"105709",14212,114062 +"105710",14213,34139 +"105711",14213,108282 +"105712",14214,34622 +"105713",14214,43362 +"105714",14214,85308 +"105715",14214,103580 +"105716",14214,113073 +"105717",14215,41100 +"105718",14216,34502 +"105719",14216,43339 +"105720",14216,43407 +"105721",14217,31400 +"105722",14217,72641 +"105723",14217,107099 +"105724",14218,31351 +"105725",14218,45092 +"105726",14218,46226 +"105727",14218,48936 +"105728",14218,68541 +"105729",14219,17092 +"105730",14219,78304 +"105731",14220,39158 +"105732",14220,113843 +"105733",14221,53085 +"105734",14221,61595 +"105735",14221,66450 +"105736",14221,67255 +"105737",14221,81596 +"105738",14221,89007 +"105739",14221,94429 +"105740",14221,96939 +"105741",14222,14240 +"105742",14223,31544 +"105743",14223,77749 +"105744",14223,113547 +"105745",14224,14242 +"105746",14225,14294 +"105747",14225,14304 +"105748",14225,14364 +"105749",14225,14384 +"105750",14226,50660 +"105751",14226,78928 +"105752",14227,14296 +"105753",14227,18536 +"105754",14227,18702 +"105755",14227,23828 +"105756",14227,27859 +"105757",14227,40267 +"105758",14227,42263 +"105759",14227,43768 +"105760",14227,70212 +"105761",14227,87935 +"105762",14227,91712 +"105763",14227,100524 +"105764",14227,103690 +"105765",14227,103710 +"105766",14227,115346 +"105767",14228,57326 +"105768",14228,90558 +"105769",14228,90720 +"105770",14228,91925 +"105771",14228,113952 +"105772",14229,15176 +"105773",14229,51647 +"105774",14229,75202 +"105775",14229,81380 +"105776",14230,14406 +"105777",14230,15666 +"105778",14230,15761 +"105779",14230,21870 +"105780",14230,47773 +"105781",14230,47863 +"105782",14230,72615 +"105783",14230,77612 +"105784",14231,17804 +"105785",14231,31493 +"105786",14231,39998 +"105787",14231,78841 +"105788",14231,83223 +"105789",14231,85891 +"105790",14231,90044 +"105791",14231,90086 +"105792",14231,90088 +"105793",14231,98352 +"105794",14232,58434 +"105795",14232,90242 +"105796",14233,20962 +"105797",14234,14255 +"105798",14234,14256 +"105799",14234,14266 +"105800",14234,14357 +"105801",14234,31711 +"105802",14235,14425 +"105803",14235,19934 +"105804",14235,35553 +"105805",14235,57675 +"105806",14235,89834 +"105807",14235,100828 +"105808",14235,114042 +"105809",14236,16388 +"105810",14236,19242 +"105811",14236,23331 +"105812",14236,37668 +"105813",14236,37720 +"105814",14236,52339 +"105815",14236,55360 +"105816",14236,56767 +"105817",14236,59982 +"105818",14236,76217 +"105819",14236,97912 +"105820",14236,103708 +"105821",14236,113041 +"105822",14236,115890 +"105823",14236,116967 +"105824",14237,21052 +"105825",14237,35776 +"105826",14237,49753 +"105827",14237,60482 +"105828",14237,67087 +"105829",14237,69867 +"105830",14237,85271 +"105831",14237,94472 +"105832",14237,102066 +"105833",14237,106320 +"105834",14238,44903 +"105835",14238,100582 +"105836",14239,18100 +"105837",14239,57616 +"105838",14239,57622 +"105839",14239,64445 +"105840",14240,31877 +"105841",14240,111934 +"105842",14241,18238 +"105843",14241,18326 +"105844",14241,20349 +"105845",14241,25653 +"105846",14241,26916 +"105847",14241,38397 +"105848",14241,38564 +"105849",14241,64633 +"105850",14241,68562 +"105851",14241,76390 +"105852",14241,76443 +"105853",14241,84510 +"105854",14241,90836 +"105855",14241,99613 +"105856",14241,104404 +"105857",14243,26635 +"105858",14243,46516 +"105859",14243,100665 +"105860",14243,101960 +"105861",14244,14899 +"105862",14244,18113 +"105863",14244,21474 +"105864",14244,28022 +"105865",14244,28506 +"105866",14244,34557 +"105867",14244,38069 +"105868",14244,47232 +"105869",14244,51094 +"105870",14244,51275 +"105871",14244,66906 +"105872",14244,67107 +"105873",14244,76704 +"105874",14244,79586 +"105875",14244,101425 +"105876",14245,14298 +"105877",14245,16711 +"105878",14245,48531 +"105879",14246,34968 +"105880",14246,43917 +"105881",14247,14411 +"105882",14247,17776 +"105883",14247,45051 +"105884",14248,27001 +"105885",14249,20935 +"105886",14249,117121 +"105887",14250,16714 +"105888",14250,45201 +"105889",14250,47963 +"105890",14251,76023 +"105891",14251,83787 +"105892",14252,17365 +"105893",14252,24253 +"105894",14252,37431 +"105895",14252,43455 +"105896",14252,51866 +"105897",14252,62649 +"105898",14253,69552 +"105899",14254,95797 +"105900",14254,100307 +"105901",14255,14256 +"105902",14255,14266 +"105903",14255,14357 +"105904",14255,19998 +"105905",14255,30544 +"105906",14255,47033 +"105907",14255,73578 +"105908",14255,84883 +"105909",14255,95258 +"105910",14255,98136 +"105911",14255,101256 +"105912",14255,103256 +"105913",14255,104359 +"105914",14255,105780 +"105915",14256,14266 +"105916",14256,14357 +"105917",14256,17432 +"105918",14256,24212 +"105919",14256,26167 +"105920",14256,74631 +"105921",14256,80003 +"105922",14256,86596 +"105923",14256,114173 +"105924",14256,114349 +"105925",14256,119378 +"105926",14256,121144 +"105927",14257,100229 +"105928",14257,109167 +"105929",14258,49647 +"105930",14258,65859 +"105931",14258,96908 +"105932",14258,105515 +"105933",14259,14442 +"105934",14259,36540 +"105935",14260,16949 +"105936",14260,17727 +"105937",14260,27811 +"105938",14260,31943 +"105939",14260,34576 +"105940",14260,53644 +"105941",14260,54712 +"105942",14260,56133 +"105943",14260,67913 +"105944",14260,74813 +"105945",14260,76481 +"105946",14260,79913 +"105947",14260,97562 +"105948",14261,15320 +"105949",14261,15784 +"105950",14261,19266 +"105951",14261,20012 +"105952",14261,81096 +"105953",14261,95410 +"105954",14262,31877 +"105955",14262,107295 +"105956",14263,15090 +"105957",14263,15253 +"105958",14263,50059 +"105959",14263,57346 +"105960",14263,60799 +"105961",14263,68093 +"105962",14263,95425 +"105963",14263,98049 +"105964",14263,98054 +"105965",14264,26437 +"105966",14264,26464 +"105967",14264,26937 +"105968",14264,28714 +"105969",14264,65021 +"105970",14265,38266 +"105971",14265,60818 +"105972",14266,14357 +"105973",14266,15847 +"105974",14266,20365 +"105975",14266,28648 +"105976",14266,30839 +"105977",14266,31420 +"105978",14266,31711 +"105979",14266,76845 +"105980",14266,77722 +"105981",14266,84137 +"105982",14266,85938 +"105983",14266,90887 +"105984",14266,96588 +"105985",14267,15138 +"105986",14267,18517 +"105987",14267,101280 +"105988",14268,33620 +"105989",14269,45941 +"105990",14269,47505 +"105991",14269,71237 +"105992",14269,87362 +"105993",14269,87476 +"105994",14269,95689 +"105995",14269,116986 +"105996",14270,14902 +"105997",14270,23116 +"105998",14270,25678 +"105999",14270,25877 +"106000",14270,47793 +"106001",14270,47794 +"106002",14270,47843 +"106003",14270,47882 +"106004",14270,72304 +"106005",14270,78339 +"106006",14270,82241 +"106007",14270,93339 +"106008",14271,17924 +"106009",14271,21246 +"106010",14271,56902 +"106011",14271,69055 +"106012",14271,86347 +"106013",14271,86840 +"106014",14272,20397 +"106015",14272,23830 +"106016",14272,58180 +"106017",14272,68017 +"106018",14272,75301 +"106019",14272,82829 +"106020",14272,99352 +"106021",14272,113619 +"106022",14273,14350 +"106023",14273,38019 +"106024",14274,25945 +"106025",14274,25975 +"106026",14274,78408 +"106027",14274,88899 +"106028",14274,104122 +"106029",14274,109364 +"106030",14275,35923 +"106031",14275,78794 +"106032",14275,85248 +"106033",14276,14316 +"106034",14276,14403 +"106035",14277,50602 +"106036",14277,69263 +"106037",14277,69409 +"106038",14277,114677 +"106039",14278,14821 +"106040",14278,21357 +"106041",14278,21516 +"106042",14278,27788 +"106043",14278,32633 +"106044",14278,36458 +"106045",14278,98912 +"106046",14278,107403 +"106047",14279,22574 +"106048",14279,28693 +"106049",14279,32722 +"106050",14279,35180 +"106051",14279,39968 +"106052",14279,45311 +"106053",14279,49488 +"106054",14279,54328 +"106055",14279,60545 +"106056",14279,60559 +"106057",14280,19223 +"106058",14280,20136 +"106059",14280,21929 +"106060",14280,25985 +"106061",14280,26089 +"106062",14280,26091 +"106063",14280,29121 +"106064",14280,41901 +"106065",14280,46610 +"106066",14280,58510 +"106067",14280,99860 +"106068",14280,101930 +"106069",14281,14374 +"106070",14281,14434 +"106071",14281,14435 +"106072",14281,22064 +"106073",14281,39915 +"106074",14281,87774 +"106075",14281,93501 +"106076",14282,14283 +"106077",14282,14389 +"106078",14283,14389 +"106079",14283,66584 +"106080",14283,70145 +"106081",14284,27497 +"106082",14284,57710 +"106083",14285,20018 +"106084",14286,16345 +"106085",14286,18993 +"106086",14286,25842 +"106087",14286,78271 +"106088",14287,16501 +"106089",14287,21513 +"106090",14287,25162 +"106091",14287,29667 +"106092",14287,31843 +"106093",14287,44843 +"106094",14287,72092 +"106095",14287,85622 +"106096",14287,89817 +"106097",14287,93682 +"106098",14287,102117 +"106099",14287,106800 +"106100",14288,14350 +"106101",14288,16855 +"106102",14288,19920 +"106103",14288,21118 +"106104",14288,21198 +"106105",14288,21693 +"106106",14288,22282 +"106107",14288,22326 +"106108",14288,22362 +"106109",14288,22432 +"106110",14288,24397 +"106111",14288,29572 +"106112",14288,29608 +"106113",14288,30031 +"106114",14288,38019 +"106115",14288,41036 +"106116",14288,43001 +"106117",14288,45617 +"106118",14288,49129 +"106119",14288,56317 +"106120",14288,58508 +"106121",14288,59350 +"106122",14288,61970 +"106123",14288,69913 +"106124",14288,77188 +"106125",14288,78144 +"106126",14288,81440 +"106127",14288,81588 +"106128",14288,82180 +"106129",14288,82949 +"106130",14288,84256 +"106131",14288,85821 +"106132",14288,87060 +"106133",14288,87073 +"106134",14288,89097 +"106135",14288,94826 +"106136",14288,101999 +"106137",14289,14443 +"106138",14290,15582 +"106139",14290,31264 +"106140",14290,31280 +"106141",14290,48343 +"106142",14290,48501 +"106143",14290,51190 +"106144",14290,81888 +"106145",14290,88805 +"106146",14290,91644 +"106147",14290,93710 +"106148",14291,32540 +"106149",14291,50572 +"106150",14291,53034 +"106151",14291,60480 +"106152",14291,62880 +"106153",14291,81645 +"106154",14291,82360 +"106155",14291,101499 +"106156",14292,33162 +"106157",14292,56958 +"106158",14292,61855 +"106159",14292,62961 +"106160",14292,67456 +"106161",14292,102632 +"106162",14292,121936 +"106163",14292,122913 +"106164",14293,14394 +"106165",14293,14877 +"106166",14293,15441 +"106167",14293,16513 +"106168",14293,16982 +"106169",14293,19358 +"106170",14293,19699 +"106171",14293,20667 +"106172",14293,22756 +"106173",14293,24948 +"106174",14293,24989 +"106175",14293,26413 +"106176",14293,27267 +"106177",14293,31897 +"106178",14293,32070 +"106179",14293,40561 +"106180",14293,43367 +"106181",14293,46568 +"106182",14293,50659 +"106183",14293,54737 +"106184",14293,56168 +"106185",14293,60644 +"106186",14293,60846 +"106187",14293,65152 +"106188",14293,69291 +"106189",14293,71429 +"106190",14293,78073 +"106191",14293,79331 +"106192",14293,79710 +"106193",14293,79711 +"106194",14293,79720 +"106195",14293,79725 +"106196",14293,79738 +"106197",14293,79748 +"106198",14293,79750 +"106199",14293,79754 +"106200",14293,79758 +"106201",14293,79760 +"106202",14293,79771 +"106203",14293,79780 +"106204",14293,79781 +"106205",14293,79803 +"106206",14293,92463 +"106207",14293,92501 +"106208",14294,14304 +"106209",14294,14364 +"106210",14294,14384 +"106211",14294,116727 +"106212",14295,15265 +"106213",14295,33416 +"106214",14295,33790 +"106215",14295,103945 +"106216",14297,40128 +"106217",14297,65362 +"106218",14297,77131 +"106219",14297,99534 +"106220",14297,100754 +"106221",14297,117150 +"106222",14298,16711 +"106223",14298,16856 +"106224",14298,16859 +"106225",14298,17846 +"106226",14299,14355 +"106227",14299,59136 +"106228",14300,83477 +"106229",14300,87674 +"106230",14301,29841 +"106231",14301,77140 +"106232",14301,92208 +"106233",14301,92979 +"106234",14301,93757 +"106235",14301,94236 +"106236",14301,94425 +"106237",14301,94429 +"106238",14301,94454 +"106239",14301,96839 +"106240",14301,117274 +"106241",14302,19451 +"106242",14302,25637 +"106243",14302,36070 +"106244",14302,36180 +"106245",14303,77463 +"106246",14304,14364 +"106247",14304,14384 +"106248",14305,14398 +"106249",14305,14429 +"106250",14306,37173 +"106251",14307,54474 +"106252",14307,95553 +"106253",14308,17926 +"106254",14308,28714 +"106255",14308,42475 +"106256",14308,46559 +"106257",14308,47580 +"106258",14308,69435 +"106259",14309,60849 +"106260",14309,82368 +"106261",14309,83909 +"106262",14309,83956 +"106263",14309,83957 +"106264",14309,109679 +"106265",14309,121726 +"106266",14310,34663 +"106267",14310,38832 +"106268",14310,59200 +"106269",14310,90171 +"106270",14311,68153 +"106271",14311,68282 +"106272",14312,47257 +"106273",14312,49216 +"106274",14312,54783 +"106275",14313,28242 +"106276",14313,40663 +"106277",14313,60302 +"106278",14315,34356 +"106279",14315,93533 +"106280",14316,14403 +"106281",14316,46017 +"106282",14316,58171 +"106283",14316,58174 +"106284",14316,74774 +"106285",14317,24467 +"106286",14317,24674 +"106287",14317,29381 +"106288",14317,34520 +"106289",14317,39529 +"106290",14317,41020 +"106291",14317,46146 +"106292",14317,54724 +"106293",14317,54984 +"106294",14317,55562 +"106295",14318,14369 +"106296",14318,14370 +"106297",14318,76063 +"106298",14320,56125 +"106299",14320,85983 +"106300",14320,88670 +"106301",14321,23985 +"106302",14321,56694 +"106303",14322,14377 +"106304",14322,41211 +"106305",14322,53237 +"106306",14322,63476 +"106307",14322,88701 +"106308",14322,98324 +"106309",14323,14444 +"106310",14323,15659 +"106311",14324,14381 +"106312",14324,14445 +"106313",14324,17255 +"106314",14324,20087 +"106315",14324,22448 +"106316",14324,29146 +"106317",14324,33159 +"106318",14324,34451 +"106319",14324,47940 +"106320",14324,53491 +"106321",14324,63686 +"106322",14324,76686 +"106323",14324,92819 +"106324",14324,95364 +"106325",14324,120794 +"106326",14325,18844 +"106327",14325,18884 +"106328",14325,18885 +"106329",14325,31655 +"106330",14325,32617 +"106331",14325,34977 +"106332",14325,40311 +"106333",14325,47676 +"106334",14325,48101 +"106335",14325,50209 +"106336",14325,58375 +"106337",14325,71733 +"106338",14325,77379 +"106339",14326,14807 +"106340",14326,15063 +"106341",14326,21906 +"106342",14326,26701 +"106343",14326,31787 +"106344",14326,38639 +"106345",14326,50268 +"106346",14326,50915 +"106347",14326,53784 +"106348",14326,77882 +"106349",14326,103698 +"106350",14326,104319 +"106351",14326,107728 +"106352",14327,77359 +"106353",14328,17725 +"106354",14328,17944 +"106355",14328,18260 +"106356",14328,28091 +"106357",14328,30236 +"106358",14328,34001 +"106359",14328,36079 +"106360",14329,64127 +"106361",14330,27038 +"106362",14330,30538 +"106363",14330,33181 +"106364",14330,54940 +"106365",14330,56302 +"106366",14330,56326 +"106367",14330,56327 +"106368",14331,14388 +"106369",14331,19952 +"106370",14331,22836 +"106371",14331,55326 +"106372",14331,63286 +"106373",14331,64296 +"106374",14332,17771 +"106375",14332,20261 +"106376",14332,20343 +"106377",14332,20344 +"106378",14332,20416 +"106379",14332,28091 +"106380",14332,54675 +"106381",14333,52246 +"106382",14333,74125 +"106383",14333,103772 +"106384",14334,17994 +"106385",14334,30175 +"106386",14334,30350 +"106387",14334,40065 +"106388",14334,75788 +"106389",14334,94642 +"106390",14334,104107 +"106391",14334,105825 +"106392",14334,112504 +"106393",14335,83303 +"106394",14337,25489 +"106395",14337,25524 +"106396",14337,44244 +"106397",14337,50517 +"106398",14337,96562 +"106399",14337,96694 +"106400",14338,47282 +"106401",14339,46523 +"106402",14339,68427 +"106403",14339,100492 +"106404",14340,14356 +"106405",14340,14485 +"106406",14340,18070 +"106407",14340,19939 +"106408",14340,21680 +"106409",14340,24052 +"106410",14340,24165 +"106411",14340,35514 +"106412",14340,45035 +"106413",14340,84275 +"106414",14340,86780 +"106415",14341,24040 +"106416",14341,27254 +"106417",14341,43699 +"106418",14341,44854 +"106419",14341,60434 +"106420",14341,64587 +"106421",14342,53670 +"106422",14342,89986 +"106423",14343,35870 +"106424",14343,41513 +"106425",14343,42281 +"106426",14343,50877 +"106427",14343,58498 +"106428",14343,85468 +"106429",14343,97847 +"106430",14343,97944 +"106431",14344,17985 +"106432",14344,17991 +"106433",14344,18119 +"106434",14344,18458 +"106435",14344,27635 +"106436",14344,27668 +"106437",14344,53582 +"106438",14345,17303 +"106439",14345,30612 +"106440",14345,31416 +"106441",14345,31707 +"106442",14345,32301 +"106443",14345,32609 +"106444",14345,36737 +"106445",14345,36915 +"106446",14345,36994 +"106447",14345,37094 +"106448",14345,41091 +"106449",14345,44591 +"106450",14345,45685 +"106451",14345,47013 +"106452",14345,52845 +"106453",14345,58022 +"106454",14345,58847 +"106455",14345,65402 +"106456",14345,65481 +"106457",14345,65516 +"106458",14345,72673 +"106459",14345,73923 +"106460",14345,74399 +"106461",14345,78715 +"106462",14345,86450 +"106463",14345,95690 +"106464",14345,98280 +"106465",14345,118415 +"106466",14346,16557 +"106467",14346,79770 +"106468",14347,26659 +"106469",14347,27862 +"106470",14347,34604 +"106471",14347,42995 +"106472",14347,76099 +"106473",14347,99704 +"106474",14348,19592 +"106475",14348,29203 +"106476",14348,45052 +"106477",14348,52706 +"106478",14348,54823 +"106479",14348,62936 +"106480",14348,97093 +"106481",14349,25416 +"106482",14349,29371 +"106483",14349,36144 +"106484",14349,52760 +"106485",14349,89725 +"106486",14349,98515 +"106487",14349,116023 +"106488",14350,16855 +"106489",14350,16940 +"106490",14350,20975 +"106491",14350,23649 +"106492",14350,28124 +"106493",14350,29572 +"106494",14350,29608 +"106495",14350,36361 +"106496",14350,38019 +"106497",14350,45617 +"106498",14350,48895 +"106499",14350,50565 +"106500",14350,52576 +"106501",14350,56317 +"106502",14350,58508 +"106503",14350,61970 +"106504",14350,69913 +"106505",14350,71342 +"106506",14350,78025 +"106507",14350,81588 +"106508",14350,82080 +"106509",14350,85821 +"106510",14350,86809 +"106511",14350,89097 +"106512",14350,99386 +"106513",14350,101999 +"106514",14351,14413 +"106515",14351,15222 +"106516",14351,15848 +"106517",14351,16205 +"106518",14351,19592 +"106519",14351,33385 +"106520",14351,35980 +"106521",14351,44181 +"106522",14351,80548 +"106523",14351,80755 +"106524",14351,80797 +"106525",14351,85520 +"106526",14351,93208 +"106527",14352,25218 +"106528",14352,50798 +"106529",14352,101264 +"106530",14353,14366 +"106531",14353,16065 +"106532",14353,22403 +"106533",14353,31612 +"106534",14353,33679 +"106535",14353,36298 +"106536",14353,38146 +"106537",14353,44472 +"106538",14353,44556 +"106539",14353,45782 +"106540",14353,67914 +"106541",14354,36007 +"106542",14356,14485 +"106543",14356,18070 +"106544",14356,45035 +"106545",14357,20365 +"106546",14357,26167 +"106547",14357,30839 +"106548",14357,31420 +"106549",14357,51212 +"106550",14357,67289 +"106551",14357,76845 +"106552",14357,82191 +"106553",14357,86596 +"106554",14357,90736 +"106555",14357,95665 +"106556",14357,110759 +"106557",14357,110812 +"106558",14358,35545 +"106559",14358,73395 +"106560",14358,73612 +"106561",14359,14864 +"106562",14359,14908 +"106563",14359,14938 +"106564",14359,19821 +"106565",14359,33385 +"106566",14359,39283 +"106567",14360,39134 +"106568",14360,57110 +"106569",14360,62227 +"106570",14361,14664 +"106571",14361,14728 +"106572",14361,23339 +"106573",14361,38761 +"106574",14361,45885 +"106575",14361,68176 +"106576",14361,89713 +"106577",14362,14430 +"106578",14362,30718 +"106579",14362,30728 +"106580",14362,31990 +"106581",14362,37786 +"106582",14362,37801 +"106583",14362,44294 +"106584",14362,44307 +"106585",14362,44312 +"106586",14362,44388 +"106587",14362,44408 +"106588",14362,44421 +"106589",14362,44479 +"106590",14362,44505 +"106591",14362,44507 +"106592",14362,108797 +"106593",14363,30918 +"106594",14363,33990 +"106595",14363,82923 +"106596",14364,14384 +"106597",14365,47204 +"106598",14365,51175 +"106599",14365,52175 +"106600",14365,55324 +"106601",14365,88857 +"106602",14365,100462 +"106603",14365,110173 +"106604",14365,110663 +"106605",14366,23610 +"106606",14366,23623 +"106607",14366,24710 +"106608",14368,49037 +"106609",14368,69624 +"106610",14368,71576 +"106611",14369,14370 +"106612",14369,18768 +"106613",14369,31719 +"106614",14369,33353 +"106615",14369,83506 +"106616",14369,86656 +"106617",14369,86688 +"106618",14369,106123 +"106619",14370,49267 +"106620",14370,57304 +"106621",14370,120326 +"106622",14371,14386 +"106623",14372,20265 +"106624",14372,21447 +"106625",14372,21902 +"106626",14372,24739 +"106627",14372,27780 +"106628",14372,27806 +"106629",14372,33578 +"106630",14372,39186 +"106631",14372,40417 +"106632",14372,61937 +"106633",14372,71595 +"106634",14372,73708 +"106635",14372,78489 +"106636",14372,79260 +"106637",14372,80219 +"106638",14372,84563 +"106639",14372,86974 +"106640",14372,99108 +"106641",14372,99806 +"106642",14372,104619 +"106643",14372,105084 +"106644",14372,112387 +"106645",14372,115075 +"106646",14372,117035 +"106647",14372,118584 +"106648",14372,118946 +"106649",14372,122043 +"106650",14373,15838 +"106651",14373,15990 +"106652",14373,20067 +"106653",14373,33107 +"106654",14373,39703 +"106655",14373,44404 +"106656",14373,100890 +"106657",14374,14434 +"106658",14374,14435 +"106659",14374,41924 +"106660",14374,41938 +"106661",14374,42000 +"106662",14374,42001 +"106663",14374,42027 +"106664",14374,46236 +"106665",14374,60872 +"106666",14375,57725 +"106667",14376,37609 +"106668",14376,73825 +"106669",14376,75591 +"106670",14378,51581 +"106671",14378,71269 +"106672",14378,82628 +"106673",14378,97253 +"106674",14378,99391 +"106675",14378,107207 +"106676",14379,30046 +"106677",14379,86696 +"106678",14379,87894 +"106679",14379,98907 +"106680",14380,18287 +"106681",14380,20544 +"106682",14380,20579 +"106683",14380,20695 +"106684",14380,25345 +"106685",14380,29306 +"106686",14380,33429 +"106687",14380,36283 +"106688",14380,53801 +"106689",14380,54689 +"106690",14380,61678 +"106691",14380,66305 +"106692",14380,67438 +"106693",14380,70686 +"106694",14380,70875 +"106695",14380,70891 +"106696",14380,73051 +"106697",14380,73701 +"106698",14380,80130 +"106699",14380,81202 +"106700",14380,86880 +"106701",14380,102840 +"106702",14380,104588 +"106703",14380,110336 +"106704",14380,111881 +"106705",14380,117685 +"106706",14380,121457 +"106707",14381,14445 +"106708",14381,24892 +"106709",14381,46642 +"106710",14381,69219 +"106711",14382,22413 +"106712",14382,22544 +"106713",14382,30035 +"106714",14382,78326 +"106715",14382,78684 +"106716",14382,87984 +"106717",14385,26434 +"106718",14385,60685 +"106719",14386,45406 +"106720",14387,15056 +"106721",14387,15082 +"106722",14387,15206 +"106723",14387,21765 +"106724",14387,28106 +"106725",14387,29273 +"106726",14387,53166 +"106727",14387,57343 +"106728",14387,83692 +"106729",14387,96213 +"106730",14387,96551 +"106731",14387,102689 +"106732",14387,102690 +"106733",14387,102707 +"106734",14387,115304 +"106735",14388,22836 +"106736",14388,51188 +"106737",14388,80592 +"106738",14388,81084 +"106739",14389,18546 +"106740",14389,36162 +"106741",14389,102254 +"106742",14390,14973 +"106743",14390,24845 +"106744",14390,30667 +"106745",14390,38564 +"106746",14390,65734 +"106747",14390,91128 +"106748",14390,101615 +"106749",14390,101811 +"106750",14391,89294 +"106751",14392,15369 +"106752",14392,15553 +"106753",14392,24115 +"106754",14392,24209 +"106755",14392,25934 +"106756",14392,26866 +"106757",14392,34217 +"106758",14392,78152 +"106759",14392,80513 +"106760",14392,95407 +"106761",14393,19557 +"106762",14393,24332 +"106763",14393,50243 +"106764",14393,73146 +"106765",14393,90081 +"106766",14393,94495 +"106767",14394,14877 +"106768",14394,15441 +"106769",14394,19358 +"106770",14394,20667 +"106771",14394,22756 +"106772",14394,24948 +"106773",14394,24989 +"106774",14394,26413 +"106775",14394,27267 +"106776",14394,29645 +"106777",14394,30499 +"106778",14394,31897 +"106779",14394,32070 +"106780",14394,40561 +"106781",14394,46568 +"106782",14394,49644 +"106783",14394,50659 +"106784",14394,51181 +"106785",14394,54737 +"106786",14394,56168 +"106787",14394,60846 +"106788",14394,63666 +"106789",14394,69291 +"106790",14394,78073 +"106791",14394,79331 +"106792",14394,79710 +"106793",14394,79711 +"106794",14394,79720 +"106795",14394,79725 +"106796",14394,79738 +"106797",14394,79748 +"106798",14394,79750 +"106799",14394,79754 +"106800",14394,79758 +"106801",14394,79760 +"106802",14394,79771 +"106803",14394,79780 +"106804",14394,79781 +"106805",14394,79803 +"106806",14394,81452 +"106807",14394,86591 +"106808",14395,24142 +"106809",14395,35887 +"106810",14395,37320 +"106811",14395,45096 +"106812",14395,72190 +"106813",14395,73592 +"106814",14395,91920 +"106815",14396,18342 +"106816",14396,21467 +"106817",14396,22585 +"106818",14396,24327 +"106819",14396,26162 +"106820",14396,31372 +"106821",14396,31403 +"106822",14396,34745 +"106823",14396,37513 +"106824",14396,38452 +"106825",14396,39396 +"106826",14396,51927 +"106827",14396,56100 +"106828",14396,58970 +"106829",14396,61125 +"106830",14396,72715 +"106831",14396,76483 +"106832",14396,77924 +"106833",14396,79100 +"106834",14396,81135 +"106835",14396,81163 +"106836",14396,81180 +"106837",14396,88932 +"106838",14396,89185 +"106839",14396,99332 +"106840",14396,100563 +"106841",14396,106328 +"106842",14397,29641 +"106843",14398,14429 +"106844",14398,44514 +"106845",14400,35264 +"106846",14400,58527 +"106847",14400,76491 +"106848",14400,77402 +"106849",14400,77634 +"106850",14400,77810 +"106851",14400,77822 +"106852",14400,77869 +"106853",14401,47078 +"106854",14401,79100 +"106855",14401,92835 +"106856",14401,92860 +"106857",14401,97188 +"106858",14402,30494 +"106859",14402,31130 +"106860",14402,37687 +"106861",14402,44052 +"106862",14402,49265 +"106863",14402,53104 +"106864",14402,57380 +"106865",14402,58045 +"106866",14402,59442 +"106867",14402,59571 +"106868",14402,66843 +"106869",14402,102612 +"106870",14404,32704 +"106871",14404,36136 +"106872",14404,41978 +"106873",14404,50692 +"106874",14404,71600 +"106875",14405,30849 +"106876",14405,39092 +"106877",14407,41657 +"106878",14408,45547 +"106879",14408,80821 +"106880",14408,81668 +"106881",14409,14410 +"106882",14409,17927 +"106883",14409,21252 +"106884",14409,21978 +"106885",14409,28732 +"106886",14409,31745 +"106887",14409,32414 +"106888",14409,42151 +"106889",14409,53289 +"106890",14409,61281 +"106891",14411,14994 +"106892",14411,15070 +"106893",14411,17809 +"106894",14411,37066 +"106895",14411,37067 +"106896",14411,37172 +"106897",14411,37910 +"106898",14411,37928 +"106899",14411,37929 +"106900",14411,37946 +"106901",14411,37978 +"106902",14411,37995 +"106903",14411,38015 +"106904",14411,38029 +"106905",14411,38033 +"106906",14411,38058 +"106907",14411,38060 +"106908",14411,46880 +"106909",14412,15853 +"106910",14412,16861 +"106911",14412,25626 +"106912",14412,26829 +"106913",14412,28947 +"106914",14412,37072 +"106915",14412,43453 +"106916",14412,43988 +"106917",14412,92751 +"106918",14413,35980 +"106919",14413,40213 +"106920",14413,47417 +"106921",14413,71304 +"106922",14413,116692 +"106923",14414,24727 +"106924",14414,24796 +"106925",14415,68103 +"106926",14416,14896 +"106927",14416,42953 +"106928",14416,44237 +"106929",14416,96821 +"106930",14417,28767 +"106931",14417,105898 +"106932",14418,57609 +"106933",14418,60281 +"106934",14418,60812 +"106935",14418,63637 +"106936",14418,87201 +"106937",14418,90837 +"106938",14418,93017 +"106939",14418,113783 +"106940",14419,41831 +"106941",14419,100944 +"106942",14420,37133 +"106943",14420,72883 +"106944",14420,115992 +"106945",14422,15453 +"106946",14422,36650 +"106947",14422,40479 +"106948",14422,41919 +"106949",14423,18437 +"106950",14423,25225 +"106951",14423,32140 +"106952",14423,34439 +"106953",14423,42401 +"106954",14423,58902 +"106955",14423,58917 +"106956",14423,58981 +"106957",14423,67338 +"106958",14423,72967 +"106959",14424,29181 +"106960",14424,49966 +"106961",14424,83023 +"106962",14424,96680 +"106963",14424,103278 +"106964",14425,18622 +"106965",14425,19207 +"106966",14425,28630 +"106967",14425,28709 +"106968",14425,78324 +"106969",14426,15846 +"106970",14426,18342 +"106971",14426,22585 +"106972",14426,23417 +"106973",14426,30584 +"106974",14426,34381 +"106975",14426,36420 +"106976",14426,45788 +"106977",14426,46027 +"106978",14426,63949 +"106979",14426,64928 +"106980",14426,76314 +"106981",14426,81985 +"106982",14426,82499 +"106983",14426,88932 +"106984",14426,118600 +"106985",14427,14431 +"106986",14427,14957 +"106987",14427,15782 +"106988",14427,16340 +"106989",14427,16356 +"106990",14427,16871 +"106991",14427,16963 +"106992",14427,17556 +"106993",14427,17648 +"106994",14427,17676 +"106995",14427,17695 +"106996",14427,18184 +"106997",14427,21896 +"106998",14427,22345 +"106999",14427,26527 +"107000",14427,33723 +"107001",14427,55104 +"107002",14427,58148 +"107003",14427,72163 +"107004",14427,84235 +"107005",14427,89053 +"107006",14427,96608 +"107007",14428,20124 +"107008",14428,26644 +"107009",14428,29053 +"107010",14428,30391 +"107011",14428,39897 +"107012",14428,47553 +"107013",14428,56097 +"107014",14428,69651 +"107015",14428,69666 +"107016",14428,83106 +"107017",14428,119506 +"107018",14429,15478 +"107019",14429,15926 +"107020",14429,15995 +"107021",14429,16793 +"107022",14429,20695 +"107023",14429,27917 +"107024",14429,28881 +"107025",14429,30089 +"107026",14429,41260 +"107027",14429,52809 +"107028",14429,56364 +"107029",14429,56366 +"107030",14429,76796 +"107031",14429,80948 +"107032",14429,81707 +"107033",14429,92630 +"107034",14430,30718 +"107035",14430,30728 +"107036",14430,31990 +"107037",14430,37786 +"107038",14430,37801 +"107039",14430,44294 +"107040",14430,44307 +"107041",14430,44312 +"107042",14430,44388 +"107043",14430,44408 +"107044",14430,44421 +"107045",14430,44479 +"107046",14430,44505 +"107047",14430,44507 +"107048",14431,15214 +"107049",14431,16317 +"107050",14431,16935 +"107051",14431,18646 +"107052",14431,20679 +"107053",14431,22345 +"107054",14431,39817 +"107055",14431,42773 +"107056",14431,54257 +"107057",14431,58148 +"107058",14431,60023 +"107059",14431,60736 +"107060",14431,72163 +"107061",14433,24803 +"107062",14433,43991 +"107063",14433,46574 +"107064",14433,79918 +"107065",14433,91829 +"107066",14433,94218 +"107067",14433,95578 +"107068",14434,14435 +"107069",14435,60872 +"107070",14435,82269 +"107071",14435,82352 +"107072",14436,14882 +"107073",14436,76798 +"107074",14437,18711 +"107075",14437,43525 +"107076",14437,46486 +"107077",14437,56054 +"107078",14437,65050 +"107079",14437,66412 +"107080",14437,83100 +"107081",14437,88643 +"107082",14437,97254 +"107083",14437,113108 +"107084",14438,22826 +"107085",14438,48426 +"107086",14438,51537 +"107087",14438,79669 +"107088",14438,82666 +"107089",14438,92506 +"107090",14439,25654 +"107091",14439,33071 +"107092",14439,90271 +"107093",14440,14714 +"107094",14440,15090 +"107095",14440,15578 +"107096",14440,17700 +"107097",14440,20982 +"107098",14440,31630 +"107099",14440,35990 +"107100",14440,40231 +"107101",14440,41464 +"107102",14440,45532 +"107103",14440,72520 +"107104",14440,79586 +"107105",14440,88537 +"107106",14440,111339 +"107107",14440,115717 +"107108",14441,15378 +"107109",14441,17447 +"107110",14441,19034 +"107111",14441,19188 +"107112",14441,19791 +"107113",14441,23386 +"107114",14441,29109 +"107115",14441,31235 +"107116",14441,47733 +"107117",14441,62711 +"107118",14441,64462 +"107119",14441,75883 +"107120",14441,75888 +"107121",14441,75892 +"107122",14441,75893 +"107123",14441,75898 +"107124",14442,14594 +"107125",14442,14595 +"107126",14442,14658 +"107127",14442,16563 +"107128",14442,17032 +"107129",14442,24805 +"107130",14442,24994 +"107131",14442,28316 +"107132",14442,29354 +"107133",14442,29751 +"107134",14442,30566 +"107135",14442,31146 +"107136",14442,31180 +"107137",14442,31242 +"107138",14442,31281 +"107139",14442,34601 +"107140",14442,36996 +"107141",14442,43922 +"107142",14442,52910 +"107143",14442,59289 +"107144",14442,83770 +"107145",14442,91179 +"107146",14442,97533 +"107147",14442,97548 +"107148",14442,97561 +"107149",14442,100650 +"107150",14442,100958 +"107151",14443,18718 +"107152",14445,42721 +"107153",14446,43079 +"107154",14446,52492 +"107155",14446,101368 +"107156",14447,55799 +"107157",14447,58604 +"107158",14447,62535 +"107159",14447,62550 +"107160",14447,62563 +"107161",14448,15099 +"107162",14448,16669 +"107163",14448,19805 +"107164",14448,21098 +"107165",14448,21918 +"107166",14448,22367 +"107167",14448,24939 +"107168",14448,25639 +"107169",14448,26432 +"107170",14448,26943 +"107171",14448,28499 +"107172",14448,30866 +"107173",14448,31700 +"107174",14448,32361 +"107175",14448,33275 +"107176",14448,33883 +"107177",14448,36286 +"107178",14448,36767 +"107179",14448,37937 +"107180",14448,40419 +"107181",14448,42608 +"107182",14448,44180 +"107183",14448,45818 +"107184",14448,49287 +"107185",14448,51476 +"107186",14448,51892 +"107187",14448,53335 +"107188",14448,53755 +"107189",14448,54168 +"107190",14448,55327 +"107191",14448,57136 +"107192",14448,57210 +"107193",14448,58482 +"107194",14448,59172 +"107195",14448,59816 +"107196",14448,61874 +"107197",14448,63274 +"107198",14448,66322 +"107199",14448,67327 +"107200",14448,70854 +"107201",14448,71683 +"107202",14448,72568 +"107203",14448,72628 +"107204",14448,73767 +"107205",14448,78532 +"107206",14448,81609 +"107207",14448,85885 +"107208",14448,91255 +"107209",14448,92247 +"107210",14448,92352 +"107211",14448,92362 +"107212",14448,92929 +"107213",14448,93719 +"107214",14448,94906 +"107215",14448,94946 +"107216",14448,95889 +"107217",14448,96093 +"107218",14448,97945 +"107219",14448,97988 +"107220",14448,99309 +"107221",14448,99376 +"107222",14448,99450 +"107223",14448,99471 +"107224",14448,99474 +"107225",14448,100916 +"107226",14448,100944 +"107227",14448,101126 +"107228",14448,101329 +"107229",14448,105557 +"107230",14448,107199 +"107231",14448,108743 +"107232",14448,108980 +"107233",14448,109291 +"107234",14448,109789 +"107235",14448,109933 +"107236",14448,110483 +"107237",14448,110567 +"107238",14448,110572 +"107239",14448,110630 +"107240",14448,110648 +"107241",14448,110711 +"107242",14448,110770 +"107243",14448,110869 +"107244",14448,110911 +"107245",14448,111285 +"107246",14448,111314 +"107247",14448,111362 +"107248",14448,111372 +"107249",14448,111424 +"107250",14448,111433 +"107251",14448,112422 +"107252",14448,113269 +"107253",14448,113430 +"107254",14448,114242 +"107255",14448,114842 +"107256",14448,115427 +"107257",14448,115521 +"107258",14448,115711 +"107259",14449,19460 +"107260",14449,19841 +"107261",14449,20562 +"107262",14449,26908 +"107263",14449,75359 +"107264",14449,88991 +"107265",14450,29069 +"107266",14450,84275 +"107267",14451,14457 +"107268",14451,15007 +"107269",14451,30312 +"107270",14453,14881 +"107271",14453,18400 +"107272",14453,36123 +"107273",14453,54233 +"107274",14453,85861 +"107275",14454,19686 +"107276",14454,22339 +"107277",14454,27500 +"107278",14454,29808 +"107279",14454,33612 +"107280",14454,35480 +"107281",14454,37619 +"107282",14454,43334 +"107283",14454,43561 +"107284",14454,51648 +"107285",14455,16841 +"107286",14455,24214 +"107287",14455,25530 +"107288",14455,31940 +"107289",14455,32007 +"107290",14455,32605 +"107291",14455,32721 +"107292",14455,40780 +"107293",14455,46942 +"107294",14455,47588 +"107295",14455,56957 +"107296",14455,64624 +"107297",14455,72409 +"107298",14455,72565 +"107299",14455,74834 +"107300",14455,82105 +"107301",14455,83031 +"107302",14455,83049 +"107303",14455,84962 +"107304",14455,89008 +"107305",14455,100588 +"107306",14456,15038 +"107307",14456,15095 +"107308",14456,23033 +"107309",14456,36535 +"107310",14456,54119 +"107311",14456,83644 +"107312",14457,28449 +"107313",14457,31408 +"107314",14457,31516 +"107315",14457,55616 +"107316",14457,74925 +"107317",14458,14459 +"107318",14458,14461 +"107319",14459,14461 +"107320",14459,38916 +"107321",14459,114256 +"107322",14460,42936 +"107323",14462,18603 +"107324",14462,24755 +"107325",14462,30735 +"107326",14462,43275 +"107327",14462,80519 +"107328",14462,96278 +"107329",14463,26163 +"107330",14463,94088 +"107331",14463,107543 +"107332",14464,14466 +"107333",14464,14541 +"107334",14464,14619 +"107335",14464,14697 +"107336",14465,18875 +"107337",14465,27020 +"107338",14465,34514 +"107339",14465,35000 +"107340",14465,36120 +"107341",14465,52499 +"107342",14465,62044 +"107343",14465,75422 +"107344",14465,77845 +"107345",14465,82844 +"107346",14465,111935 +"107347",14466,14541 +"107348",14466,14619 +"107349",14466,14697 +"107350",14466,23212 +"107351",14466,32248 +"107352",14467,14719 +"107353",14467,14750 +"107354",14467,27780 +"107355",14467,85116 +"107356",14467,102559 +"107357",14467,118920 +"107358",14468,14702 +"107359",14469,92974 +"107360",14470,15782 +"107361",14470,22410 +"107362",14470,27714 +"107363",14470,27828 +"107364",14470,40644 +"107365",14470,56491 +"107366",14471,73251 +"107367",14471,82063 +"107368",14471,99739 +"107369",14472,15356 +"107370",14472,17189 +"107371",14472,19208 +"107372",14472,19605 +"107373",14472,20128 +"107374",14472,23173 +"107375",14472,23460 +"107376",14472,25084 +"107377",14472,29454 +"107378",14472,32957 +"107379",14472,38137 +"107380",14472,38198 +"107381",14472,39552 +"107382",14472,39826 +"107383",14472,40121 +"107384",14472,41764 +"107385",14472,41785 +"107386",14472,41804 +"107387",14472,41859 +"107388",14472,45444 +"107389",14472,45632 +"107390",14472,51330 +"107391",14472,52153 +"107392",14472,56425 +"107393",14473,43957 +"107394",14473,45287 +"107395",14473,45952 +"107396",14473,95129 +"107397",14473,95137 +"107398",14473,95139 +"107399",14474,17011 +"107400",14474,84897 +"107401",14474,87496 +"107402",14474,112499 +"107403",14474,113442 +"107404",14475,14548 +"107405",14475,14550 +"107406",14475,80014 +"107407",14476,14693 +"107408",14476,19927 +"107409",14476,23554 +"107410",14476,24623 +"107411",14476,43226 +"107412",14476,70040 +"107413",14476,70063 +"107414",14476,70559 +"107415",14476,71469 +"107416",14476,80567 +"107417",14476,81560 +"107418",14476,86628 +"107419",14476,90946 +"107420",14476,122395 +"107421",14477,15035 +"107422",14477,15249 +"107423",14477,39450 +"107424",14478,19074 +"107425",14478,26790 +"107426",14478,31435 +"107427",14478,32809 +"107428",14478,42102 +"107429",14478,54786 +"107430",14479,66940 +"107431",14479,79422 +"107432",14480,14490 +"107433",14480,14509 +"107434",14480,41097 +"107435",14481,32836 +"107436",14481,56112 +"107437",14482,57150 +"107438",14482,92736 +"107439",14482,100780 +"107440",14482,103979 +"107441",14483,23747 +"107442",14484,14672 +"107443",14485,18070 +"107444",14485,24052 +"107445",14485,24165 +"107446",14485,69137 +"107447",14485,84275 +"107448",14485,86780 +"107449",14486,14528 +"107450",14486,30042 +"107451",14487,14610 +"107452",14488,17662 +"107453",14488,20229 +"107454",14488,26748 +"107455",14488,27054 +"107456",14488,34582 +"107457",14488,67427 +"107458",14489,15030 +"107459",14489,15121 +"107460",14489,15123 +"107461",14489,17927 +"107462",14489,21358 +"107463",14489,22731 +"107464",14489,23048 +"107465",14489,26362 +"107466",14489,28648 +"107467",14489,29939 +"107468",14489,34257 +"107469",14489,34274 +"107470",14489,35304 +"107471",14489,41489 +"107472",14489,45297 +"107473",14489,48823 +"107474",14489,55481 +"107475",14489,61431 +"107476",14489,62269 +"107477",14489,64190 +"107478",14489,75425 +"107479",14489,76580 +"107480",14489,76589 +"107481",14489,77027 +"107482",14489,80100 +"107483",14489,81904 +"107484",14489,81967 +"107485",14489,99395 +"107486",14490,14509 +"107487",14490,26632 +"107488",14490,49240 +"107489",14490,49259 +"107490",14490,49389 +"107491",14490,49440 +"107492",14490,98962 +"107493",14491,54045 +"107494",14491,110240 +"107495",14492,99995 +"107496",14493,15228 +"107497",14493,23473 +"107498",14493,44987 +"107499",14493,70096 +"107500",14493,102499 +"107501",14493,104753 +"107502",14494,75079 +"107503",14494,115643 +"107504",14495,15963 +"107505",14495,16025 +"107506",14495,18152 +"107507",14495,21672 +"107508",14495,21693 +"107509",14495,22326 +"107510",14495,22362 +"107511",14495,22432 +"107512",14495,22480 +"107513",14495,23222 +"107514",14495,26430 +"107515",14495,29987 +"107516",14495,30002 +"107517",14495,32131 +"107518",14495,41037 +"107519",14495,44500 +"107520",14495,50181 +"107521",14495,61970 +"107522",14495,66066 +"107523",14495,70217 +"107524",14495,70779 +"107525",14495,85138 +"107526",14495,92662 +"107527",14496,68416 +"107528",14497,14540 +"107529",14497,23712 +"107530",14497,73883 +"107531",14497,91153 +"107532",14498,21324 +"107533",14498,22304 +"107534",14498,26375 +"107535",14498,32959 +"107536",14498,34550 +"107537",14498,48561 +"107538",14499,62754 +"107539",14500,15148 +"107540",14500,51540 +"107541",14500,51541 +"107542",14501,21865 +"107543",14501,48722 +"107544",14501,93920 +"107545",14501,93957 +"107546",14502,21132 +"107547",14502,21133 +"107548",14502,31349 +"107549",14502,35891 +"107550",14502,36971 +"107551",14502,77356 +"107552",14502,81221 +"107553",14502,81222 +"107554",14503,40463 +"107555",14503,40848 +"107556",14503,45536 +"107557",14503,48822 +"107558",14503,53726 +"107559",14503,53837 +"107560",14503,57541 +"107561",14503,69997 +"107562",14503,81934 +"107563",14503,83275 +"107564",14503,93483 +"107565",14503,93790 +"107566",14503,104384 +"107567",14503,110227 +"107568",14503,110885 +"107569",14503,110936 +"107570",14503,120754 +"107571",14504,46655 +"107572",14505,25931 +"107573",14505,56317 +"107574",14505,59350 +"107575",14505,78316 +"107576",14505,82180 +"107577",14505,82949 +"107578",14506,14521 +"107579",14506,14553 +"107580",14506,14554 +"107581",14506,14579 +"107582",14506,14624 +"107583",14506,14686 +"107584",14506,14757 +"107585",14506,14758 +"107586",14506,14759 +"107587",14506,37315 +"107588",14506,37317 +"107589",14507,18088 +"107590",14507,23423 +"107591",14507,24678 +"107592",14507,24825 +"107593",14507,32737 +"107594",14507,33024 +"107595",14507,33160 +"107596",14507,33320 +"107597",14507,38534 +"107598",14507,38539 +"107599",14507,38540 +"107600",14507,57172 +"107601",14507,69384 +"107602",14507,89811 +"107603",14509,41534 +"107604",14509,45363 +"107605",14509,50448 +"107606",14509,54110 +"107607",14510,14608 +"107608",14510,14628 +"107609",14510,35056 +"107610",14510,45196 +"107611",14510,56170 +"107612",14510,63081 +"107613",14510,71622 +"107614",14510,71722 +"107615",14511,72507 +"107616",14512,32450 +"107617",14512,34484 +"107618",14512,61968 +"107619",14512,91749 +"107620",14513,34633 +"107621",14514,97273 +"107622",14515,14516 +"107623",14515,14600 +"107624",14515,14660 +"107625",14515,14667 +"107626",14515,102114 +"107627",14516,14600 +"107628",14516,14660 +"107629",14516,14667 +"107630",14517,100743 +"107631",14518,19405 +"107632",14518,21650 +"107633",14518,27897 +"107634",14518,29417 +"107635",14518,33179 +"107636",14518,45025 +"107637",14518,48955 +"107638",14518,53482 +"107639",14518,54173 +"107640",14518,54242 +"107641",14518,80134 +"107642",14518,83135 +"107643",14518,91152 +"107644",14518,104098 +"107645",14518,107661 +"107646",14519,41542 +"107647",14519,47521 +"107648",14519,54585 +"107649",14520,14578 +"107650",14520,15012 +"107651",14520,16286 +"107652",14520,24952 +"107653",14520,37215 +"107654",14520,37503 +"107655",14520,61163 +"107656",14521,14553 +"107657",14521,14554 +"107658",14521,14579 +"107659",14521,14624 +"107660",14521,14686 +"107661",14521,14757 +"107662",14521,14758 +"107663",14521,14759 +"107664",14522,30513 +"107665",14522,42196 +"107666",14522,59562 +"107667",14522,77648 +"107668",14523,25920 +"107669",14523,29477 +"107670",14523,42920 +"107671",14523,49387 +"107672",14523,85959 +"107673",14523,109345 +"107674",14524,14613 +"107675",14525,14868 +"107676",14525,19127 +"107677",14525,19380 +"107678",14525,19781 +"107679",14525,31589 +"107680",14525,33514 +"107681",14525,60385 +"107682",14525,69895 +"107683",14526,17953 +"107684",14526,29297 +"107685",14526,34777 +"107686",14526,43204 +"107687",14526,45933 +"107688",14526,113051 +"107689",14526,117145 +"107690",14526,117630 +"107691",14526,118189 +"107692",14527,45905 +"107693",14527,46813 +"107694",14527,54405 +"107695",14527,121409 +"107696",14528,48153 +"107697",14528,50249 +"107698",14529,16946 +"107699",14529,19975 +"107700",14529,33960 +"107701",14529,46621 +"107702",14529,61785 +"107703",14529,62726 +"107704",14529,75958 +"107705",14529,77202 +"107706",14529,88232 +"107707",14529,89036 +"107708",14529,94884 +"107709",14529,103271 +"107710",14530,73561 +"107711",14530,75976 +"107712",14530,82063 +"107713",14531,29859 +"107714",14531,30052 +"107715",14531,30698 +"107716",14531,30708 +"107717",14531,45558 +"107718",14531,58439 +"107719",14532,25238 +"107720",14532,27879 +"107721",14532,30268 +"107722",14532,72410 +"107723",14532,73684 +"107724",14532,104963 +"107725",14532,117597 +"107726",14533,25858 +"107727",14533,31401 +"107728",14534,14749 +"107729",14534,23949 +"107730",14534,34269 +"107731",14534,59827 +"107732",14534,74763 +"107733",14534,83105 +"107734",14534,87878 +"107735",14534,87892 +"107736",14535,18479 +"107737",14535,20057 +"107738",14535,42572 +"107739",14535,45848 +"107740",14535,46214 +"107741",14535,46304 +"107742",14535,70566 +"107743",14536,35929 +"107744",14536,41639 +"107745",14536,61848 +"107746",14536,83350 +"107747",14536,85217 +"107748",14536,85918 +"107749",14536,89669 +"107750",14537,21179 +"107751",14537,21198 +"107752",14537,24612 +"107753",14537,26524 +"107754",14537,48191 +"107755",14537,51827 +"107756",14537,53957 +"107757",14537,53988 +"107758",14537,58378 +"107759",14537,59684 +"107760",14537,59783 +"107761",14537,67511 +"107762",14538,59934 +"107763",14538,83480 +"107764",14539,14612 +"107765",14539,19409 +"107766",14539,24905 +"107767",14539,25941 +"107768",14539,26092 +"107769",14539,29958 +"107770",14539,33862 +"107771",14539,34782 +"107772",14540,21482 +"107773",14540,23836 +"107774",14540,29550 +"107775",14540,29790 +"107776",14540,47502 +"107777",14540,65096 +"107778",14540,75421 +"107779",14540,89784 +"107780",14540,93700 +"107781",14540,104852 +"107782",14540,106532 +"107783",14540,106551 +"107784",14541,14619 +"107785",14541,14697 +"107786",14542,14720 +"107787",14542,43036 +"107788",14542,44345 +"107789",14542,60154 +"107790",14543,14752 +"107791",14545,14607 +"107792",14546,25408 +"107793",14546,37322 +"107794",14546,45476 +"107795",14546,45566 +"107796",14547,14829 +"107797",14547,19392 +"107798",14547,31361 +"107799",14547,34859 +"107800",14547,41003 +"107801",14547,43226 +"107802",14547,54872 +"107803",14547,57990 +"107804",14547,90444 +"107805",14548,14550 +"107806",14548,19819 +"107807",14548,30171 +"107808",14548,48283 +"107809",14548,48816 +"107810",14549,18122 +"107811",14549,79456 +"107812",14549,82957 +"107813",14549,82994 +"107814",14550,30171 +"107815",14551,14576 +"107816",14551,16252 +"107817",14551,36097 +"107818",14551,51568 +"107819",14552,30211 +"107820",14553,14554 +"107821",14553,14579 +"107822",14553,14624 +"107823",14553,14686 +"107824",14553,14757 +"107825",14553,14758 +"107826",14553,14759 +"107827",14554,14579 +"107828",14554,14624 +"107829",14554,14686 +"107830",14554,14757 +"107831",14554,14758 +"107832",14554,14759 +"107833",14554,83324 +"107834",14555,20040 +"107835",14555,42469 +"107836",14555,118190 +"107837",14556,32388 +"107838",14556,51334 +"107839",14556,74000 +"107840",14556,86976 +"107841",14557,20040 +"107842",14557,24900 +"107843",14557,33440 +"107844",14557,34062 +"107845",14557,34144 +"107846",14557,34291 +"107847",14557,34334 +"107848",14557,34403 +"107849",14557,61703 +"107850",14557,84490 +"107851",14558,16126 +"107852",14558,24124 +"107853",14558,41338 +"107854",14558,53964 +"107855",14558,54314 +"107856",14558,54387 +"107857",14558,103392 +"107858",14559,87883 +"107859",14560,19323 +"107860",14560,19327 +"107861",14560,28741 +"107862",14560,28744 +"107863",14560,43808 +"107864",14560,68736 +"107865",14560,89329 +"107866",14560,92400 +"107867",14560,92560 +"107868",14560,112265 +"107869",14561,20311 +"107870",14561,22226 +"107871",14561,27463 +"107872",14561,33801 +"107873",14561,34563 +"107874",14561,43708 +"107875",14561,51874 +"107876",14561,52457 +"107877",14561,63810 +"107878",14561,69253 +"107879",14561,74090 +"107880",14561,97587 +"107881",14561,114645 +"107882",14561,116305 +"107883",14562,14633 +"107884",14562,14718 +"107885",14562,14755 +"107886",14562,23835 +"107887",14562,23869 +"107888",14562,25486 +"107889",14562,26660 +"107890",14562,28863 +"107891",14562,33801 +"107892",14562,35181 +"107893",14562,37739 +"107894",14562,40883 +"107895",14562,41228 +"107896",14562,41233 +"107897",14562,49036 +"107898",14562,53475 +"107899",14562,58993 +"107900",14562,69529 +"107901",14562,70772 +"107902",14562,77034 +"107903",14562,78137 +"107904",14562,79293 +"107905",14562,91560 +"107906",14562,91581 +"107907",14562,91584 +"107908",14562,91616 +"107909",14562,91620 +"107910",14562,93883 +"107911",14562,93886 +"107912",14563,36163 +"107913",14563,89203 +"107914",14564,20111 +"107915",14564,22403 +"107916",14564,36103 +"107917",14564,49653 +"107918",14564,58276 +"107919",14564,71066 +"107920",14564,71682 +"107921",14565,14722 +"107922",14565,17805 +"107923",14565,17936 +"107924",14565,17970 +"107925",14565,18719 +"107926",14565,56197 +"107927",14565,61009 +"107928",14565,61109 +"107929",14565,104869 +"107930",14565,104910 +"107931",14565,111164 +"107932",14566,27952 +"107933",14566,28408 +"107934",14566,57067 +"107935",14566,67499 +"107936",14566,97948 +"107937",14567,28167 +"107938",14567,28458 +"107939",14568,47092 +"107940",14568,100002 +"107941",14569,45245 +"107942",14569,69034 +"107943",14570,15312 +"107944",14571,36737 +"107945",14572,83611 +"107946",14572,83798 +"107947",14572,101479 +"107948",14573,15539 +"107949",14573,58010 +"107950",14573,80678 +"107951",14573,93976 +"107952",14573,94006 +"107953",14573,94007 +"107954",14574,19480 +"107955",14574,47053 +"107956",14574,50191 +"107957",14574,69732 +"107958",14574,72163 +"107959",14575,91643 +"107960",14575,106746 +"107961",14575,123094 +"107962",14576,14601 +"107963",14576,36097 +"107964",14576,38138 +"107965",14576,41166 +"107966",14576,42216 +"107967",14576,52626 +"107968",14577,41096 +"107969",14577,45455 +"107970",14578,15012 +"107971",14578,26803 +"107972",14578,30805 +"107973",14578,47849 +"107974",14578,50306 +"107975",14578,102323 +"107976",14578,102335 +"107977",14579,14624 +"107978",14579,14686 +"107979",14579,14757 +"107980",14579,14758 +"107981",14579,14759 +"107982",14580,16733 +"107983",14580,58058 +"107984",14580,62483 +"107985",14581,34078 +"107986",14581,43783 +"107987",14582,35601 +"107988",14582,59430 +"107989",14582,87809 +"107990",14582,87830 +"107991",14582,87832 +"107992",14582,87842 +"107993",14583,14726 +"107994",14583,14761 +"107995",14583,30734 +"107996",14583,30886 +"107997",14583,45047 +"107998",14583,82238 +"107999",14584,18220 +"108000",14584,52760 +"108001",14584,96661 +"108002",14584,100965 +"108003",14584,113425 +"108004",14584,113494 +"108005",14584,113498 +"108006",14585,55771 +"108007",14586,14642 +"108008",14586,17966 +"108009",14586,42837 +"108010",14586,49105 +"108011",14586,55541 +"108012",14586,57394 +"108013",14586,75376 +"108014",14586,79847 +"108015",14586,84266 +"108016",14586,86112 +"108017",14586,94025 +"108018",14586,94645 +"108019",14586,108106 +"108020",14586,114787 +"108021",14586,118914 +"108022",14587,27767 +"108023",14588,16409 +"108024",14588,24376 +"108025",14588,24456 +"108026",14588,26297 +"108027",14588,43852 +"108028",14588,59865 +"108029",14588,60841 +"108030",14588,61618 +"108031",14588,63691 +"108032",14588,89446 +"108033",14588,99532 +"108034",14588,104294 +"108035",14588,110383 +"108036",14588,117113 +"108037",14588,120447 +"108038",14589,53395 +"108039",14589,56852 +"108040",14589,84463 +"108041",14589,105209 +"108042",14590,30928 +"108043",14590,68453 +"108044",14590,80356 +"108045",14591,22929 +"108046",14591,29596 +"108047",14591,39720 +"108048",14591,49883 +"108049",14591,53302 +"108050",14591,56413 +"108051",14591,66177 +"108052",14591,82246 +"108053",14591,82459 +"108054",14592,14651 +"108055",14592,14701 +"108056",14592,17046 +"108057",14592,17103 +"108058",14593,92276 +"108059",14593,120737 +"108060",14593,120810 +"108061",14594,14595 +"108062",14594,14658 +"108063",14594,19486 +"108064",14595,14658 +"108065",14595,15023 +"108066",14595,28156 +"108067",14595,31357 +"108068",14595,51890 +"108069",14595,60303 +"108070",14595,63104 +"108071",14595,79990 +"108072",14595,83598 +"108073",14595,89051 +"108074",14595,120793 +"108075",14596,89164 +"108076",14597,14709 +"108077",14597,15504 +"108078",14598,14599 +"108079",14598,14606 +"108080",14598,14715 +"108081",14598,14717 +"108082",14599,14606 +"108083",14599,14715 +"108084",14599,14717 +"108085",14599,30767 +"108086",14599,34045 +"108087",14599,38532 +"108088",14599,64597 +"108089",14600,14660 +"108090",14600,14667 +"108091",14601,16741 +"108092",14601,24825 +"108093",14601,33383 +"108094",14601,39005 +"108095",14601,39006 +"108096",14601,39018 +"108097",14601,45704 +"108098",14601,56442 +"108099",14601,60465 +"108100",14601,60544 +"108101",14601,71623 +"108102",14602,25360 +"108103",14602,45791 +"108104",14602,45821 +"108105",14604,14657 +"108106",14605,32822 +"108107",14605,95214 +"108108",14606,14715 +"108109",14606,14717 +"108110",14606,15749 +"108111",14606,20363 +"108112",14606,31541 +"108113",14606,33568 +"108114",14606,33692 +"108115",14606,42860 +"108116",14606,70656 +"108117",14607,17730 +"108118",14607,18925 +"108119",14607,23845 +"108120",14607,32482 +"108121",14607,34076 +"108122",14607,35416 +"108123",14607,35504 +"108124",14607,35522 +"108125",14607,35534 +"108126",14608,14628 +"108127",14609,28353 +"108128",14609,57483 +"108129",14609,105230 +"108130",14611,75607 +"108131",14612,23955 +"108132",14612,28691 +"108133",14612,45716 +"108134",14612,45836 +"108135",14612,45838 +"108136",14612,45845 +"108137",14612,80354 +"108138",14612,84843 +"108139",14612,97052 +"108140",14612,116721 +"108141",14613,61305 +"108142",14613,73596 +"108143",14613,106587 +"108144",14614,14643 +"108145",14614,41069 +"108146",14614,45892 +"108147",14615,16013 +"108148",14615,18372 +"108149",14615,18798 +"108150",14615,29095 +"108151",14615,30296 +"108152",14615,51628 +"108153",14615,79591 +"108154",14615,93337 +"108155",14615,95728 +"108156",14616,33960 +"108157",14616,36207 +"108158",14616,37196 +"108159",14616,53368 +"108160",14616,71509 +"108161",14616,73786 +"108162",14616,76882 +"108163",14616,96560 +"108164",14617,22204 +"108165",14617,22263 +"108166",14617,27552 +"108167",14617,53696 +"108168",14617,69210 +"108169",14617,90960 +"108170",14617,121171 +"108171",14618,93777 +"108172",14619,14697 +"108173",14620,26490 +"108174",14620,85403 +"108175",14620,108263 +"108176",14620,117584 +"108177",14621,39358 +"108178",14621,91816 +"108179",14622,108456 +"108180",14623,19477 +"108181",14623,21708 +"108182",14623,23302 +"108183",14623,23309 +"108184",14623,24610 +"108185",14623,25947 +"108186",14623,30317 +"108187",14623,34570 +"108188",14623,35953 +"108189",14623,36038 +"108190",14623,36049 +"108191",14623,36085 +"108192",14623,36395 +"108193",14623,45131 +"108194",14623,45250 +"108195",14623,45296 +"108196",14623,48487 +"108197",14623,59753 +"108198",14623,68131 +"108199",14624,14686 +"108200",14624,14757 +"108201",14624,14758 +"108202",14624,14759 +"108203",14625,14627 +"108204",14625,15734 +"108205",14625,34237 +"108206",14625,35545 +"108207",14625,36227 +"108208",14625,41050 +"108209",14625,57919 +"108210",14626,26539 +"108211",14626,28701 +"108212",14626,29319 +"108213",14626,29442 +"108214",14626,30377 +"108215",14626,32553 +"108216",14626,33240 +"108217",14626,38081 +"108218",14626,38835 +"108219",14626,38964 +"108220",14626,39804 +"108221",14626,39838 +"108222",14626,41185 +"108223",14626,52917 +"108224",14626,54865 +"108225",14626,54903 +"108226",14626,57165 +"108227",14626,62489 +"108228",14626,64412 +"108229",14626,66494 +"108230",14626,78081 +"108231",14626,78768 +"108232",14626,81462 +"108233",14626,85314 +"108234",14626,88374 +"108235",14626,89724 +"108236",14626,96957 +"108237",14626,102150 +"108238",14627,98538 +"108239",14629,29016 +"108240",14629,59975 +"108241",14629,68943 +"108242",14629,75935 +"108243",14630,39215 +"108244",14631,14983 +"108245",14631,22641 +"108246",14631,26481 +"108247",14631,34653 +"108248",14631,37406 +"108249",14631,46893 +"108250",14631,47030 +"108251",14631,52004 +"108252",14631,53179 +"108253",14631,55398 +"108254",14631,71560 +"108255",14631,81854 +"108256",14631,84881 +"108257",14631,87359 +"108258",14631,90082 +"108259",14631,92122 +"108260",14631,100872 +"108261",14631,101858 +"108262",14631,109338 +"108263",14631,116752 +"108264",14632,27865 +"108265",14632,70188 +"108266",14632,73462 +"108267",14632,89028 +"108268",14633,14718 +"108269",14633,14755 +"108270",14633,33852 +"108271",14633,37670 +"108272",14633,45037 +"108273",14633,76468 +"108274",14634,14714 +"108275",14634,17795 +"108276",14636,18486 +"108277",14636,20344 +"108278",14637,14956 +"108279",14637,21501 +"108280",14638,19337 +"108281",14638,20721 +"108282",14638,27409 +"108283",14638,37052 +"108284",14638,44156 +"108285",14638,45055 +"108286",14638,46327 +"108287",14638,48431 +"108288",14638,56414 +"108289",14638,56523 +"108290",14638,60114 +"108291",14638,61441 +"108292",14638,65654 +"108293",14638,65675 +"108294",14638,65710 +"108295",14638,65751 +"108296",14638,67205 +"108297",14638,70667 +"108298",14638,72479 +"108299",14639,21660 +"108300",14640,15675 +"108301",14640,17973 +"108302",14640,77381 +"108303",14641,16955 +"108304",14641,52663 +"108305",14642,37522 +"108306",14642,42331 +"108307",14642,48055 +"108308",14642,50903 +"108309",14642,53825 +"108310",14642,53826 +"108311",14643,55894 +"108312",14644,14712 +"108313",14644,38556 +"108314",14644,51512 +"108315",14644,94627 +"108316",14645,44663 +"108317",14645,66815 +"108318",14646,28375 +"108319",14646,78373 +"108320",14646,94815 +"108321",14647,15086 +"108322",14647,30651 +"108323",14647,55366 +"108324",14647,76962 +"108325",14647,89342 +"108326",14649,15170 +"108327",14649,121573 +"108328",14650,19281 +"108329",14650,31449 +"108330",14650,32494 +"108331",14651,14701 +"108332",14651,17046 +"108333",14651,17103 +"108334",14651,69463 +"108335",14651,81304 +"108336",14652,15378 +"108337",14652,19034 +"108338",14652,19791 +"108339",14652,19976 +"108340",14652,21225 +"108341",14652,22792 +"108342",14652,26636 +"108343",14652,28018 +"108344",14652,35434 +"108345",14652,37874 +"108346",14652,49997 +"108347",14652,57501 +"108348",14652,57525 +"108349",14653,19984 +"108350",14653,40436 +"108351",14653,46922 +"108352",14653,72752 +"108353",14653,83935 +"108354",14653,99217 +"108355",14653,102282 +"108356",14653,107249 +"108357",14653,116164 +"108358",14654,14684 +"108359",14654,14761 +"108360",14654,15939 +"108361",14654,17805 +"108362",14654,20468 +"108363",14654,20848 +"108364",14654,21154 +"108365",14654,29527 +"108366",14654,29557 +"108367",14654,31431 +"108368",14654,41635 +"108369",14654,52767 +"108370",14654,64227 +"108371",14654,65287 +"108372",14654,68091 +"108373",14654,72515 +"108374",14654,78716 +"108375",14654,82226 +"108376",14654,109304 +"108377",14654,111254 +"108378",14655,15770 +"108379",14655,24736 +"108380",14655,24818 +"108381",14655,24861 +"108382",14655,24864 +"108383",14655,55064 +"108384",14655,56812 +"108385",14655,87681 +"108386",14656,14666 +"108387",14656,17662 +"108388",14656,19101 +"108389",14656,20124 +"108390",14656,21672 +"108391",14656,23697 +"108392",14656,24864 +"108393",14656,27586 +"108394",14656,29489 +"108395",14656,30031 +"108396",14656,32398 +"108397",14656,35673 +"108398",14656,40629 +"108399",14656,43001 +"108400",14656,49084 +"108401",14656,52136 +"108402",14656,54551 +"108403",14657,28618 +"108404",14657,46095 +"108405",14658,16563 +"108406",14658,24994 +"108407",14658,34601 +"108408",14658,39451 +"108409",14658,41735 +"108410",14658,50584 +"108411",14658,54732 +"108412",14658,55346 +"108413",14658,57922 +"108414",14658,64898 +"108415",14658,64912 +"108416",14658,67475 +"108417",14658,73375 +"108418",14658,73527 +"108419",14658,83070 +"108420",14658,83770 +"108421",14658,87306 +"108422",14658,88289 +"108423",14658,93202 +"108424",14658,100650 +"108425",14658,100727 +"108426",14658,110796 +"108427",14658,112198 +"108428",14658,114402 +"108429",14658,116932 +"108430",14658,118785 +"108431",14659,54710 +"108432",14660,14667 +"108433",14661,16174 +"108434",14661,21195 +"108435",14661,22279 +"108436",14661,35703 +"108437",14661,38101 +"108438",14661,39058 +"108439",14661,41922 +"108440",14661,55827 +"108441",14662,32992 +"108442",14662,87393 +"108443",14662,91337 +"108444",14663,47392 +"108445",14663,51498 +"108446",14663,52171 +"108447",14663,77764 +"108448",14663,82705 +"108449",14663,101637 +"108450",14664,14754 +"108451",14664,16567 +"108452",14664,27192 +"108453",14664,31381 +"108454",14664,36680 +"108455",14664,37443 +"108456",14664,38838 +"108457",14664,40727 +"108458",14664,41783 +"108459",14664,43376 +"108460",14664,45763 +"108461",14664,51512 +"108462",14664,58872 +"108463",14664,60029 +"108464",14664,82144 +"108465",14664,88413 +"108466",14664,89713 +"108467",14664,90024 +"108468",14664,97215 +"108469",14664,102147 +"108470",14664,102148 +"108471",14665,14784 +"108472",14665,17877 +"108473",14665,18748 +"108474",14665,21026 +"108475",14665,22049 +"108476",14665,24396 +"108477",14665,28675 +"108478",14665,28718 +"108479",14665,36802 +"108480",14665,40840 +"108481",14665,55567 +"108482",14665,59039 +"108483",14665,62553 +"108484",14665,63654 +"108485",14665,72062 +"108486",14665,73261 +"108487",14665,86836 +"108488",14665,92974 +"108489",14665,103554 +"108490",14665,110124 +"108491",14665,111763 +"108492",14666,18394 +"108493",14666,19907 +"108494",14666,20326 +"108495",14666,20480 +"108496",14666,20737 +"108497",14666,23222 +"108498",14666,23526 +"108499",14666,23626 +"108500",14666,23715 +"108501",14666,26066 +"108502",14666,27497 +"108503",14666,27586 +"108504",14666,28383 +"108505",14666,28799 +"108506",14666,30325 +"108507",14666,30405 +"108508",14666,32131 +"108509",14666,32252 +"108510",14666,34384 +"108511",14666,39301 +"108512",14666,39371 +"108513",14666,40028 +"108514",14666,45352 +"108515",14666,46525 +"108516",14666,46526 +"108517",14666,46543 +"108518",14666,46544 +"108519",14666,46629 +"108520",14666,46670 +"108521",14666,52136 +"108522",14666,53303 +"108523",14666,56082 +"108524",14666,61153 +"108525",14666,63939 +"108526",14666,66827 +"108527",14666,72207 +"108528",14666,78087 +"108529",14666,86849 +"108530",14668,15107 +"108531",14668,22792 +"108532",14668,28018 +"108533",14668,30298 +"108534",14668,30428 +"108535",14668,35434 +"108536",14669,15003 +"108537",14669,25743 +"108538",14669,25902 +"108539",14669,29845 +"108540",14669,31061 +"108541",14669,42026 +"108542",14669,53764 +"108543",14669,68215 +"108544",14669,74809 +"108545",14669,81516 +"108546",14669,81554 +"108547",14669,95496 +"108548",14669,104012 +"108549",14669,107855 +"108550",14669,107869 +"108551",14669,107873 +"108552",14669,113897 +"108553",14670,16753 +"108554",14670,47852 +"108555",14671,30180 +"108556",14671,86662 +"108557",14672,18556 +"108558",14672,33171 +"108559",14672,49057 +"108560",14672,53262 +"108561",14672,55812 +"108562",14672,55831 +"108563",14672,55832 +"108564",14672,55854 +"108565",14672,55863 +"108566",14672,55872 +"108567",14672,55903 +"108568",14672,55915 +"108569",14672,55916 +"108570",14673,17159 +"108571",14673,21046 +"108572",14673,25504 +"108573",14673,28189 +"108574",14673,46551 +"108575",14673,48973 +"108576",14673,51773 +"108577",14673,69590 +"108578",14673,86436 +"108579",14673,98025 +"108580",14673,99406 +"108581",14673,107574 +"108582",14674,16797 +"108583",14674,39031 +"108584",14674,96451 +"108585",14674,104174 +"108586",14675,14747 +"108587",14676,26916 +"108588",14676,31450 +"108589",14676,33741 +"108590",14676,38143 +"108591",14676,49431 +"108592",14676,50397 +"108593",14676,64475 +"108594",14676,64744 +"108595",14676,64811 +"108596",14676,66369 +"108597",14676,70233 +"108598",14676,70304 +"108599",14676,70811 +"108600",14676,76158 +"108601",14676,77223 +"108602",14676,80661 +"108603",14676,85245 +"108604",14676,86462 +"108605",14676,90875 +"108606",14676,93344 +"108607",14676,99623 +"108608",14676,102396 +"108609",14677,14784 +"108610",14678,27390 +"108611",14678,27973 +"108612",14678,28047 +"108613",14678,52945 +"108614",14678,57638 +"108615",14678,85309 +"108616",14679,41374 +"108617",14679,54887 +"108618",14679,55070 +"108619",14679,63591 +"108620",14679,81819 +"108621",14679,119068 +"108622",14680,22433 +"108623",14680,24681 +"108624",14681,16529 +"108625",14681,16541 +"108626",14681,20621 +"108627",14681,24552 +"108628",14681,27860 +"108629",14681,30803 +"108630",14681,36569 +"108631",14681,38433 +"108632",14681,56157 +"108633",14681,76275 +"108634",14681,78997 +"108635",14681,84194 +"108636",14681,85437 +"108637",14681,86650 +"108638",14681,87780 +"108639",14681,93543 +"108640",14681,93603 +"108641",14682,15579 +"108642",14682,93337 +"108643",14682,107201 +"108644",14682,113883 +"108645",14682,116860 +"108646",14683,20704 +"108647",14683,27527 +"108648",14683,52881 +"108649",14685,29594 +"108650",14685,30504 +"108651",14685,78758 +"108652",14686,14757 +"108653",14686,14758 +"108654",14686,14759 +"108655",14687,28589 +"108656",14687,41348 +"108657",14688,78533 +"108658",14689,43316 +"108659",14689,63914 +"108660",14689,70837 +"108661",14689,73879 +"108662",14689,109163 +"108663",14691,16422 +"108664",14691,51525 +"108665",14691,78318 +"108666",14692,29307 +"108667",14692,67945 +"108668",14693,21805 +"108669",14693,35624 +"108670",14693,50482 +"108671",14693,79508 +"108672",14693,86431 +"108673",14693,90289 +"108674",14693,90824 +"108675",14694,81476 +"108676",14695,43833 +"108677",14695,49320 +"108678",14695,65671 +"108679",14695,75984 +"108680",14695,80062 +"108681",14695,86621 +"108682",14695,89954 +"108683",14695,98294 +"108684",14695,109387 +"108685",14695,109405 +"108686",14695,109410 +"108687",14696,38043 +"108688",14696,49105 +"108689",14698,14756 +"108690",14698,49367 +"108691",14698,49446 +"108692",14699,16052 +"108693",14699,19637 +"108694",14699,33356 +"108695",14699,36608 +"108696",14699,36951 +"108697",14699,37468 +"108698",14699,40708 +"108699",14699,50269 +"108700",14699,50382 +"108701",14699,53083 +"108702",14699,53935 +"108703",14699,59484 +"108704",14699,59786 +"108705",14699,62424 +"108706",14699,67841 +"108707",14699,70567 +"108708",14699,71110 +"108709",14699,76917 +"108710",14699,90922 +"108711",14699,97317 +"108712",14699,99302 +"108713",14700,15147 +"108714",14701,17046 +"108715",14701,17103 +"108716",14703,22110 +"108717",14703,22114 +"108718",14703,22129 +"108719",14703,22210 +"108720",14703,22269 +"108721",14703,27761 +"108722",14703,40302 +"108723",14703,78514 +"108724",14703,86990 +"108725",14704,53252 +"108726",14705,14866 +"108727",14705,68799 +"108728",14705,75672 +"108729",14705,77466 +"108730",14705,77914 +"108731",14705,121547 +"108732",14706,23620 +"108733",14706,52444 +"108734",14706,52493 +"108735",14706,65791 +"108736",14707,44888 +"108737",14707,76808 +"108738",14707,120090 +"108739",14708,17857 +"108740",14708,19068 +"108741",14708,19082 +"108742",14708,21918 +"108743",14708,25013 +"108744",14708,25150 +"108745",14708,25639 +"108746",14708,34945 +"108747",14708,36954 +"108748",14708,37307 +"108749",14708,41455 +"108750",14708,43149 +"108751",14708,44687 +"108752",14708,50207 +"108753",14708,50488 +"108754",14708,52112 +"108755",14708,52857 +"108756",14708,53415 +"108757",14708,56357 +"108758",14708,57636 +"108759",14708,58482 +"108760",14708,59798 +"108761",14708,70907 +"108762",14708,71683 +"108763",14708,77125 +"108764",14708,78398 +"108765",14708,82426 +"108766",14708,84343 +"108767",14708,84578 +"108768",14708,85000 +"108769",14708,85101 +"108770",14708,85650 +"108771",14708,91682 +"108772",14708,95267 +"108773",14708,97580 +"108774",14708,98727 +"108775",14708,98776 +"108776",14708,100795 +"108777",14708,106824 +"108778",14708,106908 +"108779",14708,108879 +"108780",14708,109166 +"108781",14708,109858 +"108782",14708,109878 +"108783",14708,112962 +"108784",14708,113990 +"108785",14708,115413 +"108786",14708,116123 +"108787",14708,117258 +"108788",14708,117560 +"108789",14708,118128 +"108790",14708,118836 +"108791",14708,118866 +"108792",14708,118873 +"108793",14708,119131 +"108794",14708,119513 +"108795",14708,119716 +"108796",14708,119769 +"108797",14708,120123 +"108798",14708,120169 +"108799",14708,120725 +"108800",14708,120944 +"108801",14708,121609 +"108802",14708,122007 +"108803",14708,122032 +"108804",14708,122035 +"108805",14708,122724 +"108806",14708,123070 +"108807",14708,123394 +"108808",14708,123490 +"108809",14709,15504 +"108810",14709,21712 +"108811",14709,21795 +"108812",14709,29195 +"108813",14709,34594 +"108814",14709,34950 +"108815",14709,87156 +"108816",14709,100546 +"108817",14709,100547 +"108818",14709,105081 +"108819",14710,80631 +"108820",14711,53724 +"108821",14711,82709 +"108822",14711,97582 +"108823",14711,97593 +"108824",14712,25987 +"108825",14712,26100 +"108826",14712,26457 +"108827",14712,42644 +"108828",14712,59804 +"108829",14712,60672 +"108830",14712,61517 +"108831",14712,72526 +"108832",14712,100959 +"108833",14712,101032 +"108834",14713,15574 +"108835",14713,37728 +"108836",14714,20622 +"108837",14714,20934 +"108838",14714,34176 +"108839",14714,40231 +"108840",14714,46343 +"108841",14714,57478 +"108842",14714,111339 +"108843",14715,14717 +"108844",14715,17993 +"108845",14715,20140 +"108846",14715,22274 +"108847",14715,23131 +"108848",14715,23781 +"108849",14715,24009 +"108850",14715,30154 +"108851",14715,30525 +"108852",14715,31353 +"108853",14715,33181 +"108854",14715,34024 +"108855",14715,40396 +"108856",14715,41264 +"108857",14715,41958 +"108858",14715,42234 +"108859",14715,42328 +"108860",14715,44822 +"108861",14715,45357 +"108862",14715,48173 +"108863",14715,52785 +"108864",14715,55829 +"108865",14715,58501 +"108866",14716,110191 +"108867",14717,19596 +"108868",14717,25119 +"108869",14717,27604 +"108870",14717,29217 +"108871",14717,43837 +"108872",14717,47669 +"108873",14717,68958 +"108874",14717,106848 +"108875",14718,14755 +"108876",14718,18139 +"108877",14718,22052 +"108878",14718,22656 +"108879",14718,108552 +"108880",14719,14750 +"108881",14719,23345 +"108882",14719,52147 +"108883",14721,23394 +"108884",14722,14864 +"108885",14722,15469 +"108886",14722,17805 +"108887",14722,17936 +"108888",14722,17970 +"108889",14722,30377 +"108890",14722,32343 +"108891",14722,36040 +"108892",14722,51636 +"108893",14722,56197 +"108894",14722,61109 +"108895",14722,64174 +"108896",14722,78750 +"108897",14722,82226 +"108898",14722,95754 +"108899",14722,96570 +"108900",14722,101178 +"108901",14722,107554 +"108902",14722,110332 +"108903",14723,16092 +"108904",14723,22311 +"108905",14723,29995 +"108906",14723,31531 +"108907",14723,33241 +"108908",14723,73848 +"108909",14723,75343 +"108910",14724,15269 +"108911",14724,74787 +"108912",14724,107500 +"108913",14725,40253 +"108914",14725,40335 +"108915",14725,51317 +"108916",14725,116858 +"108917",14726,14761 +"108918",14726,24282 +"108919",14726,37328 +"108920",14726,40202 +"108921",14726,40392 +"108922",14726,48657 +"108923",14726,71026 +"108924",14726,82238 +"108925",14727,81509 +"108926",14727,84212 +"108927",14727,86986 +"108928",14727,91186 +"108929",14727,105365 +"108930",14727,110149 +"108931",14727,111778 +"108932",14727,112812 +"108933",14727,112867 +"108934",14727,114243 +"108935",14727,117057 +"108936",14728,20729 +"108937",14728,35832 +"108938",14728,68176 +"108939",14729,14979 +"108940",14730,58261 +"108941",14731,19172 +"108942",14731,24746 +"108943",14731,38063 +"108944",14731,45545 +"108945",14731,45794 +"108946",14731,50294 +"108947",14731,51103 +"108948",14731,58284 +"108949",14731,60483 +"108950",14731,69779 +"108951",14731,72764 +"108952",14731,74591 +"108953",14731,76359 +"108954",14731,78400 +"108955",14731,79003 +"108956",14731,84607 +"108957",14731,87894 +"108958",14731,88457 +"108959",14731,90400 +"108960",14731,90513 +"108961",14731,92017 +"108962",14731,101299 +"108963",14731,101524 +"108964",14731,101785 +"108965",14731,103064 +"108966",14731,109733 +"108967",14731,123182 +"108968",14732,14876 +"108969",14732,14878 +"108970",14732,14923 +"108971",14732,21352 +"108972",14732,82948 +"108973",14732,122134 +"108974",14732,122825 +"108975",14733,14837 +"108976",14733,14875 +"108977",14734,35604 +"108978",14734,119595 +"108979",14735,16779 +"108980",14735,51891 +"108981",14735,64683 +"108982",14735,75470 +"108983",14735,90915 +"108984",14735,123350 +"108985",14736,14816 +"108986",14736,14997 +"108987",14736,75829 +"108988",14737,19432 +"108989",14738,15433 +"108990",14738,34969 +"108991",14738,45608 +"108992",14738,80699 +"108993",14738,91314 +"108994",14738,93887 +"108995",14739,19315 +"108996",14739,21257 +"108997",14739,26097 +"108998",14739,31825 +"108999",14739,33879 +"109000",14739,122650 +"109001",14739,123050 +"109002",14739,123092 +"109003",14739,123111 +"109004",14740,16894 +"109005",14740,17264 +"109006",14740,78432 +"109007",14740,86539 +"109008",14741,19686 +"109009",14741,33612 +"109010",14742,15547 +"109011",14742,17812 +"109012",14742,61636 +"109013",14743,15361 +"109014",14743,15362 +"109015",14744,18351 +"109016",14744,61409 +"109017",14744,83654 +"109018",14744,88302 +"109019",14744,105918 +"109020",14745,95917 +"109021",14745,105902 +"109022",14745,106485 +"109023",14746,66591 +"109024",14746,84656 +"109025",14747,53905 +"109026",14747,56017 +"109027",14748,33777 +"109028",14748,33943 +"109029",14748,33944 +"109030",14748,69348 +"109031",14749,15651 +"109032",14749,17178 +"109033",14749,32012 +"109034",14749,38836 +"109035",14749,40133 +"109036",14749,40396 +"109037",14749,50704 +"109038",14749,58212 +"109039",14749,59827 +"109040",14749,61435 +"109041",14750,14812 +"109042",14750,21554 +"109043",14750,51937 +"109044",14750,83210 +"109045",14750,86672 +"109046",14750,94635 +"109047",14750,109218 +"109048",14750,117903 +"109049",14751,58950 +"109050",14752,15022 +"109051",14753,110304 +"109052",14754,17567 +"109053",14754,24091 +"109054",14754,26102 +"109055",14754,27192 +"109056",14754,27429 +"109057",14754,32564 +"109058",14754,37443 +"109059",14754,40123 +"109060",14754,41783 +"109061",14754,43214 +"109062",14754,43376 +"109063",14754,45763 +"109064",14754,49916 +"109065",14754,51512 +"109066",14754,54021 +"109067",14754,55539 +"109068",14754,58872 +"109069",14754,71174 +"109070",14754,75737 +"109071",14754,87006 +"109072",14754,88413 +"109073",14754,94048 +"109074",14754,95485 +"109075",14754,102147 +"109076",14754,102148 +"109077",14755,39563 +"109078",14755,112148 +"109079",14757,14758 +"109080",14757,14759 +"109081",14758,14759 +"109082",14760,15067 +"109083",14760,15978 +"109084",14760,16160 +"109085",14760,29819 +"109086",14760,34088 +"109087",14760,36159 +"109088",14760,36247 +"109089",14760,37266 +"109090",14760,52494 +"109091",14760,121206 +"109092",14761,22609 +"109093",14761,24261 +"109094",14761,30734 +"109095",14761,30781 +"109096",14761,30886 +"109097",14761,35557 +"109098",14761,40202 +"109099",14761,49347 +"109100",14761,57805 +"109101",14761,58086 +"109102",14761,71673 +"109103",14761,82238 +"109104",14762,30015 +"109105",14762,30981 +"109106",14762,35515 +"109107",14762,35897 +"109108",14762,35916 +"109109",14762,36095 +"109110",14762,41983 +"109111",14762,43203 +"109112",14762,43594 +"109113",14762,43764 +"109114",14762,45338 +"109115",14762,45414 +"109116",14762,53462 +"109117",14762,54388 +"109118",14762,54872 +"109119",14762,61857 +"109120",14763,37880 +"109121",14763,84159 +"109122",14763,93892 +"109123",14764,14765 +"109124",14764,19584 +"109125",14764,19655 +"109126",14764,28315 +"109127",14764,112525 +"109128",14765,30597 +"109129",14765,40601 +"109130",14765,47498 +"109131",14765,62500 +"109132",14765,70372 +"109133",14765,77296 +"109134",14765,80335 +"109135",14765,99414 +"109136",14765,104191 +"109137",14765,110725 +"109138",14765,116815 +"109139",14766,14844 +"109140",14766,20209 +"109141",14766,25692 +"109142",14766,27394 +"109143",14766,32556 +"109144",14766,32680 +"109145",14766,32682 +"109146",14766,33780 +"109147",14766,46686 +"109148",14766,77967 +"109149",14766,94241 +"109150",14766,100709 +"109151",14766,101534 +"109152",14766,101684 +"109153",14766,102703 +"109154",14766,112672 +"109155",14766,114826 +"109156",14767,21439 +"109157",14767,41344 +"109158",14767,43859 +"109159",14768,100566 +"109160",14769,14770 +"109161",14769,14788 +"109162",14769,14999 +"109163",14769,80646 +"109164",14770,14788 +"109165",14770,14999 +"109166",14770,33369 +"109167",14770,50057 +"109168",14771,14821 +"109169",14771,25972 +"109170",14772,16143 +"109171",14772,16254 +"109172",14772,16493 +"109173",14772,17453 +"109174",14772,20469 +"109175",14772,23517 +"109176",14772,27439 +"109177",14772,28145 +"109178",14772,31636 +"109179",14772,44477 +"109180",14772,117562 +"109181",14773,22464 +"109182",14773,47981 +"109183",14773,78949 +"109184",14774,22097 +"109185",14774,22816 +"109186",14774,25506 +"109187",14774,28545 +"109188",14774,30807 +"109189",14774,33781 +"109190",14774,42858 +"109191",14774,92813 +"109192",14774,113359 +"109193",14775,14992 +"109194",14775,16732 +"109195",14775,19639 +"109196",14775,21681 +"109197",14775,27412 +"109198",14775,30116 +"109199",14775,32108 +"109200",14775,32280 +"109201",14775,33137 +"109202",14775,33567 +"109203",14775,34487 +"109204",14775,34700 +"109205",14775,36403 +"109206",14775,39670 +"109207",14775,47973 +"109208",14775,51230 +"109209",14775,51879 +"109210",14775,61191 +"109211",14775,69198 +"109212",14775,73803 +"109213",14775,78754 +"109214",14775,78899 +"109215",14775,81648 +"109216",14775,82932 +"109217",14775,87194 +"109218",14775,88817 +"109219",14775,88821 +"109220",14775,90427 +"109221",14775,107365 +"109222",14776,23373 +"109223",14776,73491 +"109224",14776,78659 +"109225",14776,85872 +"109226",14776,86819 +"109227",14776,99018 +"109228",14776,101378 +"109229",14776,106596 +"109230",14776,106598 +"109231",14776,113012 +"109232",14777,41302 +"109233",14777,44489 +"109234",14777,57099 +"109235",14778,20523 +"109236",14778,73543 +"109237",14778,76818 +"109238",14778,114840 +"109239",14779,14885 +"109240",14779,14925 +"109241",14780,41396 +"109242",14781,17700 +"109243",14781,20622 +"109244",14781,35135 +"109245",14781,39198 +"109246",14781,41464 +"109247",14781,45869 +"109248",14781,47113 +"109249",14781,57478 +"109250",14781,71914 +"109251",14781,79422 +"109252",14782,59732 +"109253",14783,17532 +"109254",14783,70986 +"109255",14783,76249 +"109256",14783,107155 +"109257",14784,37544 +"109258",14784,73261 +"109259",14785,28654 +"109260",14785,114103 +"109261",14786,49477 +"109262",14786,75717 +"109263",14786,107956 +"109264",14787,25267 +"109265",14787,29173 +"109266",14787,55556 +"109267",14787,92724 +"109268",14788,14999 +"109269",14788,21331 +"109270",14788,31085 +"109271",14788,33369 +"109272",14788,50348 +"109273",14788,50701 +"109274",14788,50815 +"109275",14788,54282 +"109276",14788,54328 +"109277",14788,60123 +"109278",14789,17058 +"109279",14789,21558 +"109280",14789,21732 +"109281",14789,24190 +"109282",14789,24465 +"109283",14789,27661 +"109284",14789,28585 +"109285",14789,29795 +"109286",14789,30275 +"109287",14789,33165 +"109288",14789,35264 +"109289",14789,35598 +"109290",14789,35749 +"109291",14789,37881 +"109292",14789,46489 +"109293",14789,54499 +"109294",14789,54684 +"109295",14789,63538 +"109296",14789,68160 +"109297",14789,77785 +"109298",14789,83312 +"109299",14789,90370 +"109300",14789,91715 +"109301",14789,91750 +"109302",14789,104478 +"109303",14789,105118 +"109304",14789,107337 +"109305",14790,16383 +"109306",14790,21247 +"109307",14790,27841 +"109308",14790,28120 +"109309",14790,30640 +"109310",14790,33464 +"109311",14790,33982 +"109312",14790,34131 +"109313",14790,38067 +"109314",14790,41209 +"109315",14790,42824 +"109316",14790,42825 +"109317",14790,42876 +"109318",14790,42907 +"109319",14790,44462 +"109320",14790,46748 +"109321",14790,52795 +"109322",14790,55507 +"109323",14790,55968 +"109324",14790,57455 +"109325",14790,58661 +"109326",14790,60806 +"109327",14790,67248 +"109328",14790,76530 +"109329",14790,79456 +"109330",14791,16582 +"109331",14791,18887 +"109332",14791,47862 +"109333",14791,62396 +"109334",14791,89878 +"109335",14791,97054 +"109336",14791,120425 +"109337",14791,123400 +"109338",14792,16427 +"109339",14792,27233 +"109340",14792,66400 +"109341",14793,56918 +"109342",14793,71075 +"109343",14793,81883 +"109344",14794,20916 +"109345",14794,24242 +"109346",14794,25785 +"109347",14794,44226 +"109348",14794,70446 +"109349",14794,80516 +"109350",14794,81231 +"109351",14794,89820 +"109352",14794,100893 +"109353",14794,105252 +"109354",14794,111541 +"109355",14794,122618 +"109356",14795,89202 +"109357",14795,114131 +"109358",14796,74208 +"109359",14796,80427 +"109360",14797,14871 +"109361",14797,49459 +"109362",14797,51053 +"109363",14799,105797 +"109364",14800,16662 +"109365",14800,16798 +"109366",14800,32284 +"109367",14800,40463 +"109368",14800,55591 +"109369",14800,60524 +"109370",14800,67121 +"109371",14800,71445 +"109372",14800,79660 +"109373",14800,95910 +"109374",14800,109905 +"109375",14800,110430 +"109376",14801,26387 +"109377",14801,63693 +"109378",14801,90293 +"109379",14802,14943 +"109380",14802,16259 +"109381",14802,16625 +"109382",14802,25588 +"109383",14802,26882 +"109384",14802,27452 +"109385",14802,32988 +"109386",14802,40432 +"109387",14802,42505 +"109388",14802,45719 +"109389",14802,46733 +"109390",14802,47872 +"109391",14802,55501 +"109392",14802,58432 +"109393",14802,58553 +"109394",14802,63112 +"109395",14802,68824 +"109396",14802,72683 +"109397",14802,73877 +"109398",14802,75568 +"109399",14802,77664 +"109400",14802,79637 +"109401",14802,80055 +"109402",14802,80892 +"109403",14802,83427 +"109404",14802,90307 +"109405",14802,94942 +"109406",14802,96308 +"109407",14802,99375 +"109408",14802,101286 +"109409",14802,106012 +"109410",14802,119280 +"109411",14802,121801 +"109412",14802,123023 +"109413",14802,123147 +"109414",14803,52703 +"109415",14803,52714 +"109416",14803,60769 +"109417",14803,61291 +"109418",14803,66842 +"109419",14803,84164 +"109420",14804,23649 +"109421",14804,41471 +"109422",14805,26206 +"109423",14805,33064 +"109424",14805,33614 +"109425",14805,42549 +"109426",14805,70869 +"109427",14805,112948 +"109428",14806,36172 +"109429",14807,20918 +"109430",14807,22548 +"109431",14807,30609 +"109432",14807,34873 +"109433",14807,38639 +"109434",14807,40560 +"109435",14807,46050 +"109436",14807,59177 +"109437",14807,60985 +"109438",14807,103332 +"109439",14807,104512 +"109440",14807,105194 +"109441",14808,17595 +"109442",14808,19124 +"109443",14808,44418 +"109444",14808,90891 +"109445",14808,90908 +"109446",14808,91169 +"109447",14809,23418 +"109448",14809,45892 +"109449",14809,48261 +"109450",14810,16705 +"109451",14810,17485 +"109452",14810,17672 +"109453",14810,18801 +"109454",14810,19609 +"109455",14810,19859 +"109456",14810,36712 +"109457",14810,39721 +"109458",14810,56709 +"109459",14810,66558 +"109460",14810,77087 +"109461",14810,78101 +"109462",14810,84054 +"109463",14810,84893 +"109464",14811,49392 +"109465",14811,59419 +"109466",14812,36193 +"109467",14812,47957 +"109468",14812,94635 +"109469",14812,106022 +"109470",14812,108857 +"109471",14812,109218 +"109472",14813,14927 +"109473",14813,60057 +"109474",14813,63217 +"109475",14815,86155 +"109476",14815,86213 +"109477",14815,86218 +"109478",14815,86729 +"109479",14815,86885 +"109480",14816,14997 +"109481",14817,29267 +"109482",14817,30486 +"109483",14817,32790 +"109484",14817,35706 +"109485",14817,37582 +"109486",14817,39062 +"109487",14817,45357 +"109488",14817,47396 +"109489",14817,47595 +"109490",14817,59847 +"109491",14817,71185 +"109492",14817,83475 +"109493",14817,95178 +"109494",14817,110222 +"109495",14817,115286 +"109496",14818,14998 +"109497",14818,15338 +"109498",14818,15385 +"109499",14818,18122 +"109500",14818,18803 +"109501",14818,19610 +"109502",14818,28116 +"109503",14818,37636 +"109504",14818,39446 +"109505",14818,45779 +"109506",14818,48682 +"109507",14818,53810 +"109508",14818,74549 +"109509",14818,98899 +"109510",14819,15783 +"109511",14819,18066 +"109512",14819,20697 +"109513",14819,20726 +"109514",14819,23528 +"109515",14819,25646 +"109516",14819,28212 +"109517",14819,39198 +"109518",14819,46786 +"109519",14819,47302 +"109520",14819,81990 +"109521",14819,82873 +"109522",14819,112381 +"109523",14820,27376 +"109524",14820,27380 +"109525",14820,40017 +"109526",14821,17338 +"109527",14821,21357 +"109528",14821,27788 +"109529",14821,31531 +"109530",14821,32948 +"109531",14821,35913 +"109532",14821,36458 +"109533",14821,43920 +"109534",14821,57512 +"109535",14821,90435 +"109536",14821,98070 +"109537",14821,98912 +"109538",14821,107403 +"109539",14821,115935 +"109540",14822,40231 +"109541",14822,57478 +"109542",14822,105893 +"109543",14823,48468 +"109544",14823,91309 +"109545",14824,77613 +"109546",14825,33425 +"109547",14825,69737 +"109548",14825,97247 +"109549",14826,46453 +"109550",14826,46502 +"109551",14826,46934 +"109552",14826,93232 +"109553",14826,93239 +"109554",14826,93598 +"109555",14827,14894 +"109556",14827,15007 +"109557",14827,35305 +"109558",14828,23036 +"109559",14829,18078 +"109560",14829,41003 +"109561",14829,43226 +"109562",14830,16348 +"109563",14831,15096 +"109564",14832,14889 +"109565",14833,14872 +"109566",14833,14873 +"109567",14833,44874 +"109568",14833,84866 +"109569",14833,93012 +"109570",14834,22946 +"109571",14834,27105 +"109572",14834,31742 +"109573",14834,34946 +"109574",14834,78089 +"109575",14834,80825 +"109576",14835,68640 +"109577",14835,73110 +"109578",14836,108970 +"109579",14837,14875 +"109580",14837,43403 +"109581",14837,56357 +"109582",14837,103357 +"109583",14837,108910 +"109584",14838,23802 +"109585",14838,63486 +"109586",14839,41551 +"109587",14839,47416 +"109588",14839,54140 +"109589",14839,54145 +"109590",14839,54215 +"109591",14840,15991 +"109592",14841,15941 +"109593",14842,27128 +"109594",14842,34233 +"109595",14842,34463 +"109596",14842,38055 +"109597",14842,43182 +"109598",14842,92265 +"109599",14842,99642 +"109600",14842,122254 +"109601",14842,122266 +"109602",14843,39278 +"109603",14843,79830 +"109604",14843,86013 +"109605",14843,93481 +"109606",14843,96201 +"109607",14843,100392 +"109608",14844,20209 +"109609",14844,27394 +"109610",14844,32556 +"109611",14844,32680 +"109612",14844,32682 +"109613",14844,52767 +"109614",14844,79850 +"109615",14844,80088 +"109616",14844,89286 +"109617",14844,94241 +"109618",14844,94687 +"109619",14844,100709 +"109620",14844,101534 +"109621",14844,101684 +"109622",14844,101685 +"109623",14844,101706 +"109624",14844,107595 +"109625",14844,109252 +"109626",14844,112534 +"109627",14845,29930 +"109628",14845,34612 +"109629",14845,41770 +"109630",14845,43340 +"109631",14845,46962 +"109632",14845,46969 +"109633",14845,50699 +"109634",14845,52864 +"109635",14845,59398 +"109636",14845,64505 +"109637",14845,85532 +"109638",14846,14928 +"109639",14846,39678 +"109640",14846,47700 +"109641",14846,64810 +"109642",14846,67401 +"109643",14846,99579 +"109644",14846,109382 +"109645",14847,19663 +"109646",14847,31546 +"109647",14847,32407 +"109648",14848,47495 +"109649",14848,99597 +"109650",14848,99675 +"109651",14848,99676 +"109652",14848,101635 +"109653",14849,49359 +"109654",14850,20414 +"109655",14850,20807 +"109656",14850,27394 +"109657",14850,37421 +"109658",14851,32689 +"109659",14851,62755 +"109660",14851,76292 +"109661",14851,91503 +"109662",14851,113192 +"109663",14852,18481 +"109664",14852,31820 +"109665",14852,44142 +"109666",14852,45136 +"109667",14852,49962 +"109668",14852,55297 +"109669",14852,57892 +"109670",14852,58659 +"109671",14852,82125 +"109672",14852,82138 +"109673",14852,82139 +"109674",14852,82141 +"109675",14852,82150 +"109676",14852,82164 +"109677",14852,86582 +"109678",14852,86650 +"109679",14853,56358 +"109680",14854,15454 +"109681",14854,39576 +"109682",14854,63723 +"109683",14854,71518 +"109684",14854,71648 +"109685",14854,107141 +"109686",14855,16352 +"109687",14855,16557 +"109688",14855,16577 +"109689",14855,18348 +"109690",14855,26328 +"109691",14855,27238 +"109692",14855,27780 +"109693",14855,27844 +"109694",14855,27862 +"109695",14855,29561 +"109696",14855,30076 +"109697",14855,30278 +"109698",14855,32625 +"109699",14855,32639 +"109700",14855,32694 +"109701",14855,42057 +"109702",14855,42981 +"109703",14855,42995 +"109704",14855,44521 +"109705",14855,46026 +"109706",14855,53840 +"109707",14855,56604 +"109708",14855,60475 +"109709",14855,61034 +"109710",14855,64472 +"109711",14855,66976 +"109712",14855,80219 +"109713",14855,94360 +"109714",14855,114526 +"109715",14856,14857 +"109716",14856,14945 +"109717",14856,17338 +"109718",14856,30916 +"109719",14856,33553 +"109720",14856,73854 +"109721",14856,89232 +"109722",14857,14945 +"109723",14857,15321 +"109724",14857,21488 +"109725",14857,35037 +"109726",14857,38104 +"109727",14857,38105 +"109728",14857,38520 +"109729",14857,64651 +"109730",14857,77326 +"109731",14858,15600 +"109732",14858,25741 +"109733",14859,55248 +"109734",14859,83508 +"109735",14861,17096 +"109736",14861,25197 +"109737",14861,31049 +"109738",14861,32368 +"109739",14861,42225 +"109740",14861,42246 +"109741",14861,49170 +"109742",14861,60295 +"109743",14861,63582 +"109744",14861,63910 +"109745",14862,40807 +"109746",14862,42122 +"109747",14862,86271 +"109748",14862,86942 +"109749",14862,115070 +"109750",14863,18956 +"109751",14863,21540 +"109752",14863,23717 +"109753",14863,25805 +"109754",14863,35293 +"109755",14863,37900 +"109756",14863,45216 +"109757",14863,54744 +"109758",14864,14908 +"109759",14864,14938 +"109760",14864,17805 +"109761",14864,21548 +"109762",14864,27382 +"109763",14864,33385 +"109764",14864,39283 +"109765",14864,39804 +"109766",14864,50261 +"109767",14864,55245 +"109768",14864,62477 +"109769",14864,77967 +"109770",14864,78750 +"109771",14864,80549 +"109772",14864,85990 +"109773",14864,104795 +"109774",14864,104805 +"109775",14864,104807 +"109776",14864,108067 +"109777",14864,110332 +"109778",14864,110778 +"109779",14864,113206 +"109780",14865,21260 +"109781",14865,34314 +"109782",14865,34526 +"109783",14865,44289 +"109784",14865,47423 +"109785",14865,72956 +"109786",14865,76819 +"109787",14865,89038 +"109788",14865,90795 +"109789",14865,90873 +"109790",14865,95800 +"109791",14865,104399 +"109792",14866,77466 +"109793",14867,18168 +"109794",14867,51144 +"109795",14867,62816 +"109796",14867,63987 +"109797",14867,81823 +"109798",14867,84350 +"109799",14868,19127 +"109800",14868,19380 +"109801",14868,19781 +"109802",14868,24789 +"109803",14868,26818 +"109804",14868,32069 +"109805",14868,34216 +"109806",14868,42185 +"109807",14868,53065 +"109808",14868,61951 +"109809",14868,63041 +"109810",14868,82169 +"109811",14870,15779 +"109812",14870,15933 +"109813",14870,24980 +"109814",14870,75632 +"109815",14870,98491 +"109816",14870,98492 +"109817",14870,98940 +"109818",14871,49459 +"109819",14872,14873 +"109820",14872,103867 +"109821",14874,16134 +"109822",14874,23278 +"109823",14874,23956 +"109824",14874,24729 +"109825",14874,29351 +"109826",14874,36927 +"109827",14874,41881 +"109828",14874,43067 +"109829",14874,45308 +"109830",14874,50969 +"109831",14874,60706 +"109832",14874,85139 +"109833",14874,100909 +"109834",14874,116115 +"109835",14874,121959 +"109836",14875,85582 +"109837",14875,85621 +"109838",14875,116878 +"109839",14876,14878 +"109840",14876,14923 +"109841",14876,17194 +"109842",14876,17352 +"109843",14876,23731 +"109844",14876,23819 +"109845",14876,23820 +"109846",14876,23840 +"109847",14876,25286 +"109848",14876,30811 +"109849",14876,33363 +"109850",14876,39559 +"109851",14876,50486 +"109852",14876,84928 +"109853",14876,85647 +"109854",14876,103203 +"109855",14877,15441 +"109856",14877,19358 +"109857",14877,20667 +"109858",14877,22756 +"109859",14877,24948 +"109860",14877,24989 +"109861",14877,26413 +"109862",14877,27267 +"109863",14877,31897 +"109864",14877,31994 +"109865",14877,32070 +"109866",14877,35551 +"109867",14877,40561 +"109868",14877,45516 +"109869",14877,46568 +"109870",14877,50659 +"109871",14877,54737 +"109872",14877,56168 +"109873",14877,60846 +"109874",14877,66442 +"109875",14877,69291 +"109876",14877,78073 +"109877",14877,79331 +"109878",14877,79710 +"109879",14877,79711 +"109880",14877,79720 +"109881",14877,79725 +"109882",14877,79738 +"109883",14877,79748 +"109884",14877,79750 +"109885",14877,79754 +"109886",14877,79758 +"109887",14877,79760 +"109888",14877,79771 +"109889",14877,79780 +"109890",14877,79781 +"109891",14877,79803 +"109892",14877,81505 +"109893",14877,81534 +"109894",14878,14923 +"109895",14878,23639 +"109896",14879,14895 +"109897",14879,14926 +"109898",14879,16199 +"109899",14879,20266 +"109900",14879,28434 +"109901",14879,33873 +"109902",14879,34840 +"109903",14879,37192 +"109904",14879,39248 +"109905",14879,45596 +"109906",14879,48357 +"109907",14879,50380 +"109908",14879,51396 +"109909",14879,58035 +"109910",14879,64031 +"109911",14879,65869 +"109912",14879,67434 +"109913",14879,69930 +"109914",14879,77774 +"109915",14879,78875 +"109916",14879,79766 +"109917",14879,80471 +"109918",14879,82203 +"109919",14879,87345 +"109920",14879,91371 +"109921",14879,91412 +"109922",14879,101783 +"109923",14879,107991 +"109924",14879,109319 +"109925",14879,109814 +"109926",14879,111888 +"109927",14879,117436 +"109928",14879,119982 +"109929",14879,119996 +"109930",14879,120028 +"109931",14879,121222 +"109932",14881,85861 +"109933",14882,17282 +"109934",14882,29054 +"109935",14882,41561 +"109936",14882,50710 +"109937",14882,50954 +"109938",14882,94377 +"109939",14882,94910 +"109940",14883,15945 +"109941",14883,19603 +"109942",14883,20968 +"109943",14883,24814 +"109944",14883,26821 +"109945",14883,31953 +"109946",14883,32486 +"109947",14883,32570 +"109948",14883,32686 +"109949",14883,38697 +"109950",14883,47960 +"109951",14883,50504 +"109952",14883,55261 +"109953",14883,57563 +"109954",14883,60256 +"109955",14883,63215 +"109956",14883,67591 +"109957",14883,68720 +"109958",14883,68915 +"109959",14883,69453 +"109960",14883,71483 +"109961",14883,71506 +"109962",14883,75971 +"109963",14884,18083 +"109964",14884,31782 +"109965",14884,51404 +"109966",14884,63416 +"109967",14885,14925 +"109968",14885,20529 +"109969",14885,25760 +"109970",14885,35909 +"109971",14885,35910 +"109972",14885,35935 +"109973",14885,36001 +"109974",14885,36029 +"109975",14885,36045 +"109976",14885,36046 +"109977",14885,36080 +"109978",14885,36081 +"109979",14885,36082 +"109980",14885,36102 +"109981",14886,15642 +"109982",14886,16269 +"109983",14886,29857 +"109984",14886,74846 +"109985",14886,109618 +"109986",14887,15692 +"109987",14887,28587 +"109988",14887,41201 +"109989",14887,43938 +"109990",14887,49406 +"109991",14887,59066 +"109992",14887,59132 +"109993",14888,15287 +"109994",14888,15620 +"109995",14888,17601 +"109996",14888,17826 +"109997",14888,19741 +"109998",14888,20950 +"109999",14888,22314 +"110000",14888,26713 +"110001",14888,39122 +"110002",14888,39603 +"110003",14888,41575 +"110004",14888,46351 +"110005",14888,56122 +"110006",14888,57781 +"110007",14888,61593 +"110008",14888,77855 +"110009",14888,78927 +"110010",14888,88966 +"110011",14888,93076 +"110012",14888,96678 +"110013",14888,99776 +"110014",14889,22146 +"110015",14889,38210 +"110016",14889,88613 +"110017",14890,81609 +"110018",14891,18397 +"110019",14891,20653 +"110020",14891,26443 +"110021",14891,28043 +"110022",14891,28438 +"110023",14891,28568 +"110024",14891,29296 +"110025",14891,31168 +"110026",14891,31170 +"110027",14891,31181 +"110028",14891,31182 +"110029",14891,31184 +"110030",14891,31238 +"110031",14891,31247 +"110032",14891,31269 +"110033",14891,31314 +"110034",14891,62334 +"110035",14891,86357 +"110036",14892,69187 +"110037",14893,21274 +"110038",14893,53932 +"110039",14893,76935 +"110040",14893,102426 +"110041",14894,15007 +"110042",14894,35305 +"110043",14895,14926 +"110044",14895,69351 +"110045",14895,117629 +"110046",14896,17761 +"110047",14896,42953 +"110048",14896,44237 +"110049",14896,46115 +"110050",14896,53040 +"110051",14896,53176 +"110052",14896,67299 +"110053",14896,96821 +"110054",14897,35674 +"110055",14897,41823 +"110056",14897,87450 +"110057",14898,43916 +"110058",14901,24597 +"110059",14901,38461 +"110060",14901,40627 +"110061",14901,47032 +"110062",14901,93648 +"110063",14901,116441 +"110064",14902,23183 +"110065",14902,24297 +"110066",14902,29751 +"110067",14902,38243 +"110068",14902,49562 +"110069",14902,59289 +"110070",14902,83305 +"110071",14902,84796 +"110072",14902,89665 +"110073",14902,89796 +"110074",14902,95289 +"110075",14902,95461 +"110076",14902,100649 +"110077",14902,103324 +"110078",14902,114971 +"110079",14902,122930 +"110080",14903,22687 +"110081",14903,24828 +"110082",14903,24924 +"110083",14904,23299 +"110084",14905,62487 +"110085",14906,82722 +"110086",14907,48530 +"110087",14907,52276 +"110088",14907,88058 +"110089",14907,106534 +"110090",14907,106544 +"110091",14908,14938 +"110092",14908,39283 +"110093",14908,70180 +"110094",14909,26426 +"110095",14909,54619 +"110096",14910,14980 +"110097",14910,49681 +"110098",14910,55980 +"110099",14910,84443 +"110100",14910,89991 +"110101",14910,111795 +"110102",14910,111876 +"110103",14910,111878 +"110104",14910,111884 +"110105",14911,37339 +"110106",14911,42729 +"110107",14911,66330 +"110108",14913,14981 +"110109",14913,51516 +"110110",14913,90798 +"110111",14913,91115 +"110112",14913,101434 +"110113",14913,107920 +"110114",14914,26425 +"110115",14914,38612 +"110116",14914,39236 +"110117",14915,21445 +"110118",14915,23154 +"110119",14915,31327 +"110120",14915,46261 +"110121",14915,47778 +"110122",14915,47984 +"110123",14915,61160 +"110124",14916,14982 +"110125",14916,17092 +"110126",14917,18217 +"110127",14917,54856 +"110128",14918,34120 +"110129",14918,41114 +"110130",14918,41288 +"110131",14918,44326 +"110132",14918,49470 +"110133",14918,53989 +"110134",14918,69642 +"110135",14918,73257 +"110136",14919,56076 +"110137",14920,79247 +"110138",14921,15057 +"110139",14921,15059 +"110140",14921,15343 +"110141",14921,20905 +"110142",14921,21417 +"110143",14921,23594 +"110144",14921,27047 +"110145",14921,27120 +"110146",14921,29477 +"110147",14921,31140 +"110148",14921,31826 +"110149",14921,33360 +"110150",14921,37512 +"110151",14921,37576 +"110152",14921,41449 +"110153",14921,42814 +"110154",14921,49741 +"110155",14921,54235 +"110156",14921,60991 +"110157",14921,65951 +"110158",14921,65952 +"110159",14921,72096 +"110160",14921,74863 +"110161",14921,76584 +"110162",14921,76639 +"110163",14921,83245 +"110164",14921,85557 +"110165",14921,91695 +"110166",14921,96576 +"110167",14921,97440 +"110168",14921,100239 +"110169",14921,113099 +"110170",14922,28611 +"110171",14922,28805 +"110172",14922,42864 +"110173",14922,46537 +"110174",14922,58418 +"110175",14923,19687 +"110176",14923,20704 +"110177",14923,23639 +"110178",14923,24116 +"110179",14923,49641 +"110180",14924,14936 +"110181",14924,14989 +"110182",14924,14990 +"110183",14924,16527 +"110184",14924,16578 +"110185",14924,18361 +"110186",14924,24544 +"110187",14924,30402 +"110188",14924,30725 +"110189",14924,39570 +"110190",14924,40028 +"110191",14924,40072 +"110192",14924,44521 +"110193",14924,62323 +"110194",14924,69072 +"110195",14924,92104 +"110196",14924,112838 +"110197",14925,20529 +"110198",14925,25760 +"110199",14925,29963 +"110200",14925,35909 +"110201",14925,35910 +"110202",14925,35935 +"110203",14925,36001 +"110204",14925,36029 +"110205",14925,36045 +"110206",14925,36046 +"110207",14925,36080 +"110208",14925,36081 +"110209",14925,36082 +"110210",14925,36102 +"110211",14927,55528 +"110212",14929,100656 +"110213",14931,47150 +"110214",14931,73481 +"110215",14932,15041 +"110216",14933,21366 +"110217",14933,28685 +"110218",14933,88991 +"110219",14934,17222 +"110220",14934,29240 +"110221",14935,51370 +"110222",14935,51389 +"110223",14936,20326 +"110224",14936,24544 +"110225",14936,30402 +"110226",14936,30725 +"110227",14936,34904 +"110228",14936,45528 +"110229",14936,60630 +"110230",14936,60702 +"110231",14937,30936 +"110232",14937,68269 +"110233",14937,78357 +"110234",14937,78505 +"110235",14938,33385 +"110236",14938,39283 +"110237",14939,40335 +"110238",14940,17162 +"110239",14940,24416 +"110240",14940,43447 +"110241",14940,84959 +"110242",14940,94246 +"110243",14941,45325 +"110244",14941,100940 +"110245",14942,29707 +"110246",14942,29720 +"110247",14942,49841 +"110248",14942,82523 +"110249",14943,15401 +"110250",14943,23788 +"110251",14943,26485 +"110252",14943,26881 +"110253",14943,26882 +"110254",14943,40432 +"110255",14943,54729 +"110256",14943,55501 +"110257",14943,58432 +"110258",14943,61104 +"110259",14943,62169 +"110260",14943,72683 +"110261",14943,79063 +"110262",14943,79494 +"110263",14943,80055 +"110264",14943,80491 +"110265",14943,84730 +"110266",14943,89452 +"110267",14943,90293 +"110268",14943,98116 +"110269",14943,101286 +"110270",14943,109392 +"110271",14943,121801 +"110272",14943,123023 +"110273",14943,123147 +"110274",14944,39143 +"110275",14944,93572 +"110276",14945,25440 +"110277",14945,30916 +"110278",14945,31391 +"110279",14945,32415 +"110280",14945,33553 +"110281",14945,36446 +"110282",14945,38520 +"110283",14945,43926 +"110284",14945,59089 +"110285",14945,77326 +"110286",14945,80182 +"110287",14946,15779 +"110288",14946,15933 +"110289",14946,16004 +"110290",14946,21947 +"110291",14946,28088 +"110292",14946,35845 +"110293",14946,36589 +"110294",14946,37581 +"110295",14946,46317 +"110296",14947,19502 +"110297",14947,24918 +"110298",14947,29408 +"110299",14947,55132 +"110300",14947,83697 +"110301",14947,112541 +"110302",14948,20356 +"110303",14949,15555 +"110304",14949,26688 +"110305",14949,52218 +"110306",14949,67694 +"110307",14950,60736 +"110308",14950,87899 +"110309",14951,37138 +"110310",14951,70026 +"110311",14952,15045 +"110312",14952,16193 +"110313",14952,17275 +"110314",14952,21711 +"110315",14952,24732 +"110316",14952,32266 +"110317",14952,34317 +"110318",14952,36337 +"110319",14952,39381 +"110320",14952,62801 +"110321",14952,66016 +"110322",14952,85995 +"110323",14952,90256 +"110324",14952,100781 +"110325",14952,108666 +"110326",14953,18081 +"110327",14953,28611 +"110328",14953,32413 +"110329",14953,71739 +"110330",14953,115480 +"110331",14954,21548 +"110332",14954,61877 +"110333",14954,64174 +"110334",14954,76738 +"110335",14955,38664 +"110336",14955,51815 +"110337",14955,51830 +"110338",14955,51831 +"110339",14955,51925 +"110340",14956,16438 +"110341",14957,15782 +"110342",14957,16871 +"110343",14957,21450 +"110344",14957,22345 +"110345",14957,22546 +"110346",14957,55104 +"110347",14957,84235 +"110348",14957,89053 +"110349",14957,96608 +"110350",14958,15146 +"110351",14958,18701 +"110352",14958,18718 +"110353",14958,26513 +"110354",14958,51054 +"110355",14958,56095 +"110356",14958,57256 +"110357",14959,17582 +"110358",14959,18203 +"110359",14959,19920 +"110360",14959,24009 +"110361",14959,35235 +"110362",14959,36498 +"110363",14959,38921 +"110364",14959,39271 +"110365",14959,39729 +"110366",14959,47747 +"110367",14959,55577 +"110368",14959,65510 +"110369",14959,84475 +"110370",14959,88186 +"110371",14959,88202 +"110372",14959,93289 +"110373",14959,113481 +"110374",14960,37193 +"110375",14960,37199 +"110376",14960,71105 +"110377",14960,101254 +"110378",14961,28836 +"110379",14962,15062 +"110380",14962,61677 +"110381",14962,121128 +"110382",14964,27317 +"110383",14966,31628 +"110384",14966,36986 +"110385",14966,69554 +"110386",14968,20145 +"110387",14968,28190 +"110388",14968,35610 +"110389",14968,116577 +"110390",14969,34002 +"110391",14969,37402 +"110392",14969,37859 +"110393",14969,40358 +"110394",14969,45934 +"110395",14969,61036 +"110396",14969,97012 +"110397",14970,35476 +"110398",14970,35707 +"110399",14970,38839 +"110400",14970,45489 +"110401",14970,47369 +"110402",14970,52258 +"110403",14970,57806 +"110404",14971,16224 +"110405",14971,44957 +"110406",14971,63061 +"110407",14971,81306 +"110408",14971,84767 +"110409",14971,92821 +"110410",14971,95522 +"110411",14972,15174 +"110412",14972,15298 +"110413",14972,16162 +"110414",14972,17381 +"110415",14972,19107 +"110416",14972,20149 +"110417",14972,20694 +"110418",14972,21902 +"110419",14972,24012 +"110420",14972,26052 +"110421",14972,32731 +"110422",14972,35156 +"110423",14972,41642 +"110424",14972,41870 +"110425",14972,48151 +"110426",14972,48548 +"110427",14972,48595 +"110428",14972,51119 +"110429",14972,54059 +"110430",14972,54715 +"110431",14972,55055 +"110432",14972,55071 +"110433",14972,56857 +"110434",14972,59557 +"110435",14972,77792 +"110436",14972,84969 +"110437",14972,88515 +"110438",14972,98368 +"110439",14972,99912 +"110440",14972,99977 +"110441",14973,23929 +"110442",14973,25207 +"110443",14973,25371 +"110444",14973,30199 +"110445",14973,30667 +"110446",14973,40551 +"110447",14973,59088 +"110448",14973,70066 +"110449",14973,70204 +"110450",14973,90749 +"110451",14973,91965 +"110452",14973,95326 +"110453",14974,14975 +"110454",14974,15203 +"110455",14974,15290 +"110456",14974,70841 +"110457",14975,15203 +"110458",14975,15290 +"110459",14976,30803 +"110460",14976,49483 +"110461",14976,49548 +"110462",14976,55529 +"110463",14976,81947 +"110464",14977,52021 +"110465",14977,104633 +"110466",14977,106976 +"110467",14977,109620 +"110468",14977,109705 +"110469",14978,46700 +"110470",14978,51449 +"110471",14978,59235 +"110472",14978,59237 +"110473",14978,82078 +"110474",14978,83143 +"110475",14978,92173 +"110476",14979,85148 +"110477",14981,67289 +"110478",14981,91842 +"110479",14981,95230 +"110480",14981,95238 +"110481",14981,95258 +"110482",14982,22721 +"110483",14982,23915 +"110484",14982,38608 +"110485",14982,39169 +"110486",14982,103584 +"110487",14983,30636 +"110488",14983,33958 +"110489",14983,34314 +"110490",14983,34653 +"110491",14983,41490 +"110492",14983,44994 +"110493",14983,59303 +"110494",14983,59699 +"110495",14983,70333 +"110496",14983,70605 +"110497",14983,81832 +"110498",14983,111647 +"110499",14983,111757 +"110500",14983,120635 +"110501",14983,122347 +"110502",14983,123347 +"110503",14983,123349 +"110504",14984,56601 +"110505",14986,16420 +"110506",14986,29561 +"110507",14986,36779 +"110508",14986,51021 +"110509",14987,23179 +"110510",14987,28699 +"110511",14987,30751 +"110512",14987,60523 +"110513",14987,61410 +"110514",14987,61418 +"110515",14987,85950 +"110516",14987,87536 +"110517",14987,107375 +"110518",14988,16015 +"110519",14988,18630 +"110520",14988,19447 +"110521",14988,53857 +"110522",14988,56823 +"110523",14989,14990 +"110524",14991,19979 +"110525",14991,20083 +"110526",14991,21304 +"110527",14991,22475 +"110528",14991,24689 +"110529",14991,26992 +"110530",14991,29713 +"110531",14991,32194 +"110532",14991,37776 +"110533",14991,44864 +"110534",14991,45279 +"110535",14991,88272 +"110536",14991,107844 +"110537",14992,15166 +"110538",14992,19639 +"110539",14992,20243 +"110540",14992,20591 +"110541",14992,22548 +"110542",14992,27412 +"110543",14992,28481 +"110544",14992,30116 +"110545",14992,32108 +"110546",14992,32349 +"110547",14992,32494 +"110548",14992,33137 +"110549",14992,33567 +"110550",14992,33877 +"110551",14992,34033 +"110552",14992,34487 +"110553",14992,34658 +"110554",14992,34831 +"110555",14992,36010 +"110556",14992,36403 +"110557",14992,38639 +"110558",14992,40329 +"110559",14992,41904 +"110560",14992,44150 +"110561",14992,44258 +"110562",14992,45696 +"110563",14992,47973 +"110564",14992,50425 +"110565",14992,51230 +"110566",14992,51879 +"110567",14992,54968 +"110568",14992,55420 +"110569",14992,57253 +"110570",14992,59958 +"110571",14992,60985 +"110572",14992,60997 +"110573",14992,66261 +"110574",14992,68457 +"110575",14992,69198 +"110576",14992,77565 +"110577",14992,77661 +"110578",14992,78974 +"110579",14992,79009 +"110580",14992,79041 +"110581",14992,81648 +"110582",14992,82932 +"110583",14992,86023 +"110584",14992,86734 +"110585",14992,87194 +"110586",14992,87813 +"110587",14992,88773 +"110588",14992,88817 +"110589",14992,88821 +"110590",14992,90427 +"110591",14992,90993 +"110592",14992,90994 +"110593",14992,92417 +"110594",14992,98477 +"110595",14992,100319 +"110596",14992,101250 +"110597",14992,101462 +"110598",14992,102142 +"110599",14992,107365 +"110600",14992,109885 +"110601",14992,110742 +"110602",14992,112606 +"110603",14992,116142 +"110604",14992,116150 +"110605",14992,116151 +"110606",14992,116152 +"110607",14992,116155 +"110608",14992,116159 +"110609",14992,116163 +"110610",14992,116165 +"110611",14992,116166 +"110612",14992,116171 +"110613",14992,116677 +"110614",14992,116678 +"110615",14993,24721 +"110616",14993,28067 +"110617",14993,35824 +"110618",14993,46089 +"110619",14993,46091 +"110620",14993,49017 +"110621",14993,62187 +"110622",14993,63643 +"110623",14993,66616 +"110624",14993,67659 +"110625",14993,71651 +"110626",14993,72462 +"110627",14993,72472 +"110628",14994,15070 +"110629",14994,17809 +"110630",14994,19749 +"110631",14994,20591 +"110632",14994,37066 +"110633",14994,37067 +"110634",14994,37172 +"110635",14994,37910 +"110636",14994,37928 +"110637",14994,37929 +"110638",14994,37946 +"110639",14994,37978 +"110640",14994,37995 +"110641",14994,38015 +"110642",14994,38029 +"110643",14994,38033 +"110644",14994,38058 +"110645",14994,38060 +"110646",14994,38378 +"110647",14994,46880 +"110648",14994,86410 +"110649",14995,49214 +"110650",14995,58197 +"110651",14996,41569 +"110652",14996,47379 +"110653",14996,53558 +"110654",14996,64885 +"110655",14996,82238 +"110656",14996,101469 +"110657",14998,15385 +"110658",14998,17341 +"110659",14998,18803 +"110660",14998,20185 +"110661",14998,22211 +"110662",14998,22274 +"110663",14998,28116 +"110664",14998,29119 +"110665",14998,33882 +"110666",14998,35417 +"110667",14998,38532 +"110668",14998,48682 +"110669",14998,75816 +"110670",14998,76792 +"110671",14998,79534 +"110672",14998,89890 +"110673",14998,94132 +"110674",14998,99342 +"110675",14998,111790 +"110676",14998,113345 +"110677",14998,120575 +"110678",15000,76440 +"110679",15001,30005 +"110680",15001,49713 +"110681",15001,104247 +"110682",15001,118622 +"110683",15001,120330 +"110684",15002,15416 +"110685",15002,16630 +"110686",15002,24916 +"110687",15002,24928 +"110688",15002,25234 +"110689",15002,43481 +"110690",15002,69007 +"110691",15002,77063 +"110692",15002,84074 +"110693",15002,85392 +"110694",15002,85801 +"110695",15002,87541 +"110696",15002,92465 +"110697",15002,120599 +"110698",15003,33195 +"110699",15003,34255 +"110700",15003,34426 +"110701",15003,39325 +"110702",15003,41107 +"110703",15003,44819 +"110704",15003,53814 +"110705",15005,15437 +"110706",15005,22796 +"110707",15005,63292 +"110708",15005,66891 +"110709",15005,75946 +"110710",15005,76927 +"110711",15005,85706 +"110712",15005,95837 +"110713",15005,106883 +"110714",15005,109577 +"110715",15006,44432 +"110716",15006,84108 +"110717",15007,30312 +"110718",15007,35305 +"110719",15007,57282 +"110720",15008,15729 +"110721",15008,16318 +"110722",15008,17867 +"110723",15008,18740 +"110724",15008,18756 +"110725",15008,18912 +"110726",15008,19062 +"110727",15008,22186 +"110728",15008,30067 +"110729",15008,30083 +"110730",15008,42783 +"110731",15008,47736 +"110732",15009,15138 +"110733",15009,26505 +"110734",15009,48594 +"110735",15009,61692 +"110736",15009,114905 +"110737",15010,15124 +"110738",15010,115357 +"110739",15011,18748 +"110740",15011,29504 +"110741",15011,32067 +"110742",15011,39449 +"110743",15011,46678 +"110744",15011,47815 +"110745",15011,50662 +"110746",15011,83483 +"110747",15011,97096 +"110748",15011,104516 +"110749",15011,104523 +"110750",15011,106376 +"110751",15011,109603 +"110752",15011,118293 +"110753",15012,27280 +"110754",15012,42613 +"110755",15012,81936 +"110756",15012,98732 +"110757",15013,31780 +"110758",15013,112189 +"110759",15014,15018 +"110760",15014,15250 +"110761",15015,34836 +"110762",15015,43140 +"110763",15015,43591 +"110764",15015,47614 +"110765",15015,61675 +"110766",15015,65006 +"110767",15015,69717 +"110768",15015,72468 +"110769",15015,77208 +"110770",15015,109186 +"110771",15015,109421 +"110772",15015,114890 +"110773",15016,44943 +"110774",15017,72049 +"110775",15017,106675 +"110776",15018,15250 +"110777",15019,15205 +"110778",15019,15532 +"110779",15019,15700 +"110780",15019,15908 +"110781",15019,17536 +"110782",15019,18270 +"110783",15019,20449 +"110784",15019,21088 +"110785",15019,23847 +"110786",15019,24012 +"110787",15019,24910 +"110788",15019,25758 +"110789",15019,26537 +"110790",15019,26872 +"110791",15019,28767 +"110792",15019,28871 +"110793",15019,30334 +"110794",15019,35496 +"110795",15019,35776 +"110796",15019,37610 +"110797",15019,37636 +"110798",15019,39435 +"110799",15019,40131 +"110800",15019,40166 +"110801",15019,40392 +"110802",15019,40905 +"110803",15019,41030 +"110804",15019,41527 +"110805",15019,41529 +"110806",15019,41778 +"110807",15019,43147 +"110808",15019,43234 +"110809",15019,43858 +"110810",15019,44828 +"110811",15019,45657 +"110812",15019,45933 +"110813",15019,46434 +"110814",15019,46788 +"110815",15019,47123 +"110816",15019,47488 +"110817",15019,48909 +"110818",15019,49859 +"110819",15019,50064 +"110820",15019,50067 +"110821",15019,50554 +"110822",15019,50879 +"110823",15019,51783 +"110824",15019,52018 +"110825",15019,53444 +"110826",15019,53527 +"110827",15019,53555 +"110828",15019,54275 +"110829",15019,56082 +"110830",15019,56628 +"110831",15019,58004 +"110832",15019,58068 +"110833",15019,58633 +"110834",15019,61111 +"110835",15019,61127 +"110836",15019,68287 +"110837",15019,75345 +"110838",15019,76244 +"110839",15020,16367 +"110840",15020,30337 +"110841",15021,15201 +"110842",15021,21302 +"110843",15021,26419 +"110844",15021,28966 +"110845",15021,52680 +"110846",15021,57904 +"110847",15021,59203 +"110848",15021,73332 +"110849",15021,82453 +"110850",15021,87924 +"110851",15021,87932 +"110852",15021,87942 +"110853",15022,15184 +"110854",15023,19667 +"110855",15023,20536 +"110856",15023,20547 +"110857",15023,20623 +"110858",15023,21804 +"110859",15023,23116 +"110860",15023,28366 +"110861",15023,30343 +"110862",15023,31357 +"110863",15023,32697 +"110864",15023,32916 +"110865",15023,35088 +"110866",15023,45403 +"110867",15023,49628 +"110868",15023,51843 +"110869",15023,52372 +"110870",15023,53756 +"110871",15023,54385 +"110872",15023,63104 +"110873",15023,77199 +"110874",15023,79000 +"110875",15023,80025 +"110876",15023,84808 +"110877",15023,84828 +"110878",15023,86790 +"110879",15023,111999 +"110880",15023,115495 +"110881",15024,22350 +"110882",15024,83065 +"110883",15024,91320 +"110884",15024,95687 +"110885",15024,120426 +"110886",15025,47495 +"110887",15025,51846 +"110888",15025,65311 +"110889",15026,23059 +"110890",15026,25980 +"110891",15026,50505 +"110892",15026,99765 +"110893",15027,15185 +"110894",15027,15216 +"110895",15027,15964 +"110896",15027,16252 +"110897",15027,16872 +"110898",15027,17145 +"110899",15027,17508 +"110900",15027,18060 +"110901",15027,18217 +"110902",15027,22462 +"110903",15027,22823 +"110904",15027,23147 +"110905",15027,23421 +"110906",15027,23632 +"110907",15027,23953 +"110908",15027,24495 +"110909",15027,24710 +"110910",15027,25143 +"110911",15027,25303 +"110912",15027,25664 +"110913",15027,26407 +"110914",15027,27174 +"110915",15027,27196 +"110916",15027,27710 +"110917",15027,28703 +"110918",15027,29253 +"110919",15027,29341 +"110920",15027,29560 +"110921",15027,29573 +"110922",15027,29868 +"110923",15027,32438 +"110924",15027,32967 +"110925",15027,33223 +"110926",15027,33881 +"110927",15027,34097 +"110928",15027,34330 +"110929",15027,34513 +"110930",15027,35400 +"110931",15027,36476 +"110932",15027,36547 +"110933",15027,36745 +"110934",15027,37821 +"110935",15027,37931 +"110936",15027,38319 +"110937",15027,39398 +"110938",15027,39492 +"110939",15027,40320 +"110940",15027,40373 +"110941",15027,40542 +"110942",15027,41182 +"110943",15027,42131 +"110944",15027,46843 +"110945",15027,48331 +"110946",15027,56270 +"110947",15027,71265 +"110948",15027,77348 +"110949",15027,85537 +"110950",15027,86936 +"110951",15027,92271 +"110952",15027,92287 +"110953",15027,92323 +"110954",15027,99599 +"110955",15027,106285 +"110956",15027,116431 +"110957",15028,16678 +"110958",15028,23869 +"110959",15028,37604 +"110960",15028,86627 +"110961",15030,15121 +"110962",15030,15123 +"110963",15030,62269 +"110964",15031,45630 +"110965",15032,25427 +"110966",15032,25480 +"110967",15032,25786 +"110968",15032,34842 +"110969",15032,39160 +"110970",15032,51207 +"110971",15032,98077 +"110972",15033,35470 +"110973",15033,36885 +"110974",15034,15111 +"110975",15035,15249 +"110976",15035,17304 +"110977",15035,30269 +"110978",15035,65169 +"110979",15035,81566 +"110980",15035,84408 +"110981",15035,114205 +"110982",15036,15161 +"110983",15036,15199 +"110984",15036,16404 +"110985",15036,24080 +"110986",15036,30941 +"110987",15036,33686 +"110988",15036,34261 +"110989",15036,37090 +"110990",15036,81223 +"110991",15036,86240 +"110992",15037,21617 +"110993",15037,21805 +"110994",15037,57990 +"110995",15037,70009 +"110996",15037,87326 +"110997",15037,105764 +"110998",15038,15095 +"110999",15038,17023 +"111000",15038,29819 +"111001",15038,41167 +"111002",15038,53395 +"111003",15038,61673 +"111004",15038,105300 +"111005",15038,114222 +"111006",15039,17261 +"111007",15039,21575 +"111008",15039,23781 +"111009",15039,31411 +"111010",15039,37211 +"111011",15039,37953 +"111012",15039,40427 +"111013",15039,48867 +"111014",15039,51573 +"111015",15039,52050 +"111016",15039,68986 +"111017",15039,75089 +"111018",15039,77560 +"111019",15039,80477 +"111020",15039,81754 +"111021",15039,92625 +"111022",15039,95391 +"111023",15039,107486 +"111024",15039,107601 +"111025",15040,17108 +"111026",15041,18286 +"111027",15041,22131 +"111028",15041,28759 +"111029",15041,31264 +"111030",15041,31280 +"111031",15041,51863 +"111032",15041,75905 +"111033",15041,80852 +"111034",15041,83115 +"111035",15042,15069 +"111036",15043,16444 +"111037",15043,20443 +"111038",15043,22117 +"111039",15043,40404 +"111040",15043,46960 +"111041",15043,47767 +"111042",15043,64310 +"111043",15043,79146 +"111044",15043,109925 +"111045",15044,25483 +"111046",15044,59592 +"111047",15045,15192 +"111048",15045,15196 +"111049",15045,15225 +"111050",15045,15266 +"111051",15045,15267 +"111052",15045,18293 +"111053",15045,18825 +"111054",15045,18924 +"111055",15045,21080 +"111056",15045,21711 +"111057",15045,21774 +"111058",15045,22519 +"111059",15045,24299 +"111060",15045,24423 +"111061",15045,27487 +"111062",15045,31091 +"111063",15045,33095 +"111064",15045,34252 +"111065",15045,34273 +"111066",15045,34284 +"111067",15045,34317 +"111068",15045,37904 +"111069",15045,40129 +"111070",15045,56187 +"111071",15045,62788 +"111072",15045,91899 +"111073",15046,42540 +"111074",15047,15227 +"111075",15047,22756 +"111076",15047,79760 +"111077",15047,121555 +"111078",15047,121860 +"111079",15048,18860 +"111080",15048,18861 +"111081",15049,34190 +"111082",15049,88802 +"111083",15050,15128 +"111084",15051,42406 +"111085",15051,45681 +"111086",15051,52659 +"111087",15051,57490 +"111088",15051,66338 +"111089",15051,76350 +"111090",15052,25043 +"111091",15052,25269 +"111092",15052,25390 +"111093",15052,46884 +"111094",15052,59153 +"111095",15052,60992 +"111096",15052,63765 +"111097",15053,15078 +"111098",15053,17877 +"111099",15053,30127 +"111100",15053,31605 +"111101",15053,49326 +"111102",15054,15091 +"111103",15054,15122 +"111104",15054,15207 +"111105",15054,15260 +"111106",15054,15261 +"111107",15054,15513 +"111108",15054,17473 +"111109",15054,25147 +"111110",15054,56509 +"111111",15054,57279 +"111112",15055,67755 +"111113",15055,68788 +"111114",15055,88159 +"111115",15055,91788 +"111116",15055,91847 +"111117",15055,91851 +"111118",15056,15082 +"111119",15056,15206 +"111120",15056,26222 +"111121",15056,28106 +"111122",15056,47643 +"111123",15057,15059 +"111124",15057,21066 +"111125",15057,21092 +"111126",15057,27047 +"111127",15057,27120 +"111128",15057,37576 +"111129",15057,61598 +"111130",15057,76584 +"111131",15057,93069 +"111132",15057,105138 +"111133",15057,105692 +"111134",15057,110308 +"111135",15057,110496 +"111136",15057,117928 +"111137",15057,119306 +"111138",15057,120340 +"111139",15057,120359 +"111140",15058,15093 +"111141",15058,47592 +"111142",15059,15343 +"111143",15059,21066 +"111144",15059,21417 +"111145",15059,23594 +"111146",15059,27047 +"111147",15059,29477 +"111148",15059,31140 +"111149",15059,31826 +"111150",15059,33360 +"111151",15059,37512 +"111152",15059,37576 +"111153",15059,42814 +"111154",15059,44729 +"111155",15059,48521 +"111156",15059,65951 +"111157",15059,65952 +"111158",15059,66110 +"111159",15059,74863 +"111160",15059,85429 +"111161",15059,85557 +"111162",15059,86279 +"111163",15059,87198 +"111164",15059,93969 +"111165",15059,97440 +"111166",15059,100239 +"111167",15059,100360 +"111168",15060,15221 +"111169",15060,19565 +"111170",15060,84893 +"111171",15061,25405 +"111172",15061,53672 +"111173",15063,39204 +"111174",15063,74088 +"111175",15063,106991 +"111176",15064,15163 +"111177",15064,23536 +"111178",15065,78253 +"111179",15065,80812 +"111180",15065,120230 +"111181",15066,95065 +"111182",15067,29819 +"111183",15067,33772 +"111184",15067,47808 +"111185",15067,61831 +"111186",15067,68924 +"111187",15067,71531 +"111188",15067,84387 +"111189",15067,88256 +"111190",15067,111538 +"111191",15067,112522 +"111192",15067,112875 +"111193",15068,15120 +"111194",15069,19861 +"111195",15069,22951 +"111196",15069,24247 +"111197",15069,24373 +"111198",15069,33333 +"111199",15069,66607 +"111200",15069,86919 +"111201",15070,17809 +"111202",15070,18834 +"111203",15070,19749 +"111204",15070,20591 +"111205",15070,34429 +"111206",15070,37066 +"111207",15070,37067 +"111208",15070,37172 +"111209",15070,37910 +"111210",15070,37928 +"111211",15070,37929 +"111212",15070,37946 +"111213",15070,37978 +"111214",15070,37995 +"111215",15070,38015 +"111216",15070,38029 +"111217",15070,38033 +"111218",15070,38058 +"111219",15070,38060 +"111220",15070,38378 +"111221",15070,38917 +"111222",15070,44150 +"111223",15070,44157 +"111224",15070,44235 +"111225",15070,44255 +"111226",15070,46880 +"111227",15070,64760 +"111228",15070,86410 +"111229",15070,97851 +"111230",15071,15252 +"111231",15071,23817 +"111232",15071,29845 +"111233",15071,41111 +"111234",15071,45727 +"111235",15071,63490 +"111236",15071,78182 +"111237",15071,102110 +"111238",15071,102497 +"111239",15071,103448 +"111240",15071,103456 +"111241",15071,114054 +"111242",15072,55844 +"111243",15072,107435 +"111244",15072,120148 +"111245",15072,120152 +"111246",15073,15154 +"111247",15073,18847 +"111248",15073,24028 +"111249",15073,24097 +"111250",15073,24125 +"111251",15073,25418 +"111252",15073,76615 +"111253",15073,111337 +"111254",15074,20126 +"111255",15074,27471 +"111256",15074,31148 +"111257",15074,40043 +"111258",15074,51675 +"111259",15074,59064 +"111260",15074,63327 +"111261",15074,64586 +"111262",15074,79267 +"111263",15074,81355 +"111264",15074,83178 +"111265",15074,99825 +"111266",15074,109801 +"111267",15074,109981 +"111268",15074,120678 +"111269",15075,15088 +"111270",15075,17098 +"111271",15075,24115 +"111272",15075,57072 +"111273",15075,69352 +"111274",15075,72827 +"111275",15075,93562 +"111276",15076,33511 +"111277",15076,92600 +"111278",15077,92046 +"111279",15077,97986 +"111280",15077,105464 +"111281",15077,105476 +"111282",15077,115039 +"111283",15078,46463 +"111284",15078,52059 +"111285",15078,69121 +"111286",15078,101658 +"111287",15078,107449 +"111288",15078,109603 +"111289",15078,111946 +"111290",15080,30597 +"111291",15080,51758 +"111292",15080,77304 +"111293",15082,15206 +"111294",15082,28106 +"111295",15082,63037 +"111296",15082,120834 +"111297",15083,34079 +"111298",15083,50594 +"111299",15083,54082 +"111300",15083,57275 +"111301",15083,57491 +"111302",15083,70437 +"111303",15083,77449 +"111304",15083,79980 +"111305",15083,83296 +"111306",15084,18163 +"111307",15084,18174 +"111308",15084,18657 +"111309",15084,28705 +"111310",15084,39028 +"111311",15084,42590 +"111312",15084,45932 +"111313",15084,52626 +"111314",15084,95760 +"111315",15084,97503 +"111316",15085,18933 +"111317",15085,45921 +"111318",15085,50468 +"111319",15085,109244 +"111320",15085,115926 +"111321",15085,117242 +"111322",15086,23535 +"111323",15086,55366 +"111324",15086,76962 +"111325",15086,97092 +"111326",15087,33819 +"111327",15087,33922 +"111328",15087,33941 +"111329",15088,106569 +"111330",15088,117865 +"111331",15088,121662 +"111332",15089,15962 +"111333",15089,19718 +"111334",15089,35891 +"111335",15089,40928 +"111336",15089,58017 +"111337",15089,62663 +"111338",15089,81199 +"111339",15089,107985 +"111340",15089,110337 +"111341",15089,115483 +"111342",15090,18535 +"111343",15090,29373 +"111344",15090,33978 +"111345",15090,41533 +"111346",15090,48008 +"111347",15090,64358 +"111348",15090,72407 +"111349",15090,72682 +"111350",15090,79586 +"111351",15090,83507 +"111352",15091,15207 +"111353",15091,15260 +"111354",15091,15261 +"111355",15091,25147 +"111356",15091,46669 +"111357",15091,47293 +"111358",15091,56508 +"111359",15091,56509 +"111360",15091,56545 +"111361",15091,64200 +"111362",15091,76323 +"111363",15091,76327 +"111364",15092,23310 +"111365",15092,74982 +"111366",15092,75403 +"111367",15092,78032 +"111368",15094,39044 +"111369",15094,62704 +"111370",15095,22243 +"111371",15095,22244 +"111372",15095,33045 +"111373",15095,34514 +"111374",15095,56809 +"111375",15095,60733 +"111376",15095,99298 +"111377",15095,99951 +"111378",15095,99997 +"111379",15095,109384 +"111380",15096,17879 +"111381",15096,30172 +"111382",15096,44540 +"111383",15097,31436 +"111384",15097,111867 +"111385",15098,15244 +"111386",15099,16669 +"111387",15099,19805 +"111388",15099,21098 +"111389",15099,21918 +"111390",15099,23153 +"111391",15099,24939 +"111392",15099,25639 +"111393",15099,26432 +"111394",15099,26943 +"111395",15099,28499 +"111396",15099,30866 +"111397",15099,31700 +"111398",15099,32361 +"111399",15099,32451 +"111400",15099,33275 +"111401",15099,33883 +"111402",15099,36286 +"111403",15099,36767 +"111404",15099,37937 +"111405",15099,40419 +"111406",15099,42608 +"111407",15099,44180 +"111408",15099,45818 +"111409",15099,51476 +"111410",15099,51892 +"111411",15099,53755 +"111412",15099,54168 +"111413",15099,57210 +"111414",15099,58482 +"111415",15099,59172 +"111416",15099,59816 +"111417",15099,61874 +"111418",15099,63274 +"111419",15099,66322 +"111420",15099,67327 +"111421",15099,70854 +"111422",15099,71683 +"111423",15099,72568 +"111424",15099,72628 +"111425",15099,73767 +"111426",15099,78532 +"111427",15099,79287 +"111428",15099,81609 +"111429",15099,85885 +"111430",15099,91255 +"111431",15099,92247 +"111432",15099,92352 +"111433",15099,92362 +"111434",15099,92929 +"111435",15099,93719 +"111436",15099,94906 +"111437",15099,94946 +"111438",15099,95889 +"111439",15099,96093 +"111440",15099,97988 +"111441",15099,99309 +"111442",15099,99376 +"111443",15099,99450 +"111444",15099,99471 +"111445",15099,99474 +"111446",15099,100916 +"111447",15099,100944 +"111448",15099,101126 +"111449",15099,101329 +"111450",15099,105557 +"111451",15099,107199 +"111452",15099,108743 +"111453",15099,108980 +"111454",15099,109291 +"111455",15099,109933 +"111456",15099,110483 +"111457",15099,110567 +"111458",15099,110572 +"111459",15099,110630 +"111460",15099,110648 +"111461",15099,110711 +"111462",15099,110770 +"111463",15099,110869 +"111464",15099,110911 +"111465",15099,111285 +"111466",15099,111314 +"111467",15099,111362 +"111468",15099,111372 +"111469",15099,111424 +"111470",15099,111433 +"111471",15099,112422 +"111472",15099,113269 +"111473",15099,113430 +"111474",15099,114242 +"111475",15099,114842 +"111476",15099,115427 +"111477",15099,115521 +"111478",15099,115711 +"111479",15100,80382 +"111480",15101,15247 +"111481",15101,15248 +"111482",15101,23798 +"111483",15101,63683 +"111484",15101,74340 +"111485",15102,15125 +"111486",15102,56437 +"111487",15102,60335 +"111488",15102,61429 +"111489",15102,61475 +"111490",15103,15188 +"111491",15103,80875 +"111492",15104,15195 +"111493",15104,15430 +"111494",15104,16381 +"111495",15104,16949 +"111496",15104,18514 +"111497",15104,22299 +"111498",15104,23938 +"111499",15104,24250 +"111500",15104,26682 +"111501",15104,29741 +"111502",15104,30876 +"111503",15104,32393 +"111504",15104,32939 +"111505",15104,33113 +"111506",15104,38494 +"111507",15104,38932 +"111508",15104,40643 +"111509",15104,42017 +"111510",15104,42107 +"111511",15104,45787 +"111512",15104,47083 +"111513",15104,49231 +"111514",15104,50061 +"111515",15104,52450 +"111516",15104,54059 +"111517",15104,55370 +"111518",15104,57804 +"111519",15104,59615 +"111520",15104,59940 +"111521",15104,67363 +"111522",15104,71230 +"111523",15104,76278 +"111524",15104,76740 +"111525",15104,76786 +"111526",15104,77272 +"111527",15104,77357 +"111528",15104,77402 +"111529",15104,78248 +"111530",15104,78255 +"111531",15104,78339 +"111532",15104,78445 +"111533",15104,79022 +"111534",15104,79716 +"111535",15104,79989 +"111536",15104,80281 +"111537",15104,81728 +"111538",15104,82196 +"111539",15104,82383 +"111540",15104,82810 +"111541",15104,82854 +"111542",15104,83853 +"111543",15104,83884 +"111544",15104,84379 +"111545",15104,84613 +"111546",15104,85465 +"111547",15104,85610 +"111548",15104,86351 +"111549",15104,86451 +"111550",15104,86882 +"111551",15104,87175 +"111552",15104,87451 +"111553",15104,87521 +"111554",15104,87572 +"111555",15104,87663 +"111556",15104,87721 +"111557",15104,87862 +"111558",15105,74647 +"111559",15106,19308 +"111560",15106,19309 +"111561",15106,19310 +"111562",15106,19395 +"111563",15106,19482 +"111564",15106,21493 +"111565",15106,23572 +"111566",15106,61242 +"111567",15107,17489 +"111568",15107,42261 +"111569",15107,44473 +"111570",15107,45899 +"111571",15107,50253 +"111572",15107,90611 +"111573",15107,109493 +"111574",15108,23257 +"111575",15108,48215 +"111576",15108,82730 +"111577",15109,21892 +"111578",15109,22290 +"111579",15109,48886 +"111580",15109,60546 +"111581",15109,69377 +"111582",15109,84945 +"111583",15110,19916 +"111584",15110,23454 +"111585",15110,56485 +"111586",15110,79000 +"111587",15110,116210 +"111588",15111,18331 +"111589",15111,40724 +"111590",15111,85111 +"111591",15111,85184 +"111592",15112,15219 +"111593",15112,15273 +"111594",15113,16666 +"111595",15113,29374 +"111596",15113,55069 +"111597",15113,99164 +"111598",15113,115178 +"111599",15113,120035 +"111600",15113,120140 +"111601",15113,121548 +"111602",15113,121552 +"111603",15113,122682 +"111604",15114,45828 +"111605",15114,54238 +"111606",15115,36995 +"111607",15115,37040 +"111608",15115,37041 +"111609",15115,45515 +"111610",15116,19881 +"111611",15116,20435 +"111612",15116,21891 +"111613",15116,23059 +"111614",15116,24338 +"111615",15116,24490 +"111616",15116,28154 +"111617",15116,28208 +"111618",15116,28210 +"111619",15116,29068 +"111620",15116,30983 +"111621",15116,31025 +"111622",15116,34276 +"111623",15116,35488 +"111624",15116,39662 +"111625",15116,61581 +"111626",15116,74433 +"111627",15116,79869 +"111628",15116,95233 +"111629",15117,28362 +"111630",15117,28893 +"111631",15117,30572 +"111632",15117,38453 +"111633",15118,22547 +"111634",15118,25367 +"111635",15118,35030 +"111636",15118,39141 +"111637",15118,39968 +"111638",15118,43432 +"111639",15118,45981 +"111640",15118,48212 +"111641",15118,48698 +"111642",15118,48982 +"111643",15118,55440 +"111644",15118,70799 +"111645",15118,70833 +"111646",15118,70838 +"111647",15118,88737 +"111648",15118,102861 +"111649",15118,102878 +"111650",15118,104217 +"111651",15119,16477 +"111652",15119,44727 +"111653",15119,46877 +"111654",15119,56174 +"111655",15119,65643 +"111656",15119,85062 +"111657",15119,91961 +"111658",15120,15696 +"111659",15120,18563 +"111660",15120,18603 +"111661",15120,18655 +"111662",15120,19012 +"111663",15120,27543 +"111664",15120,39271 +"111665",15120,60673 +"111666",15120,60785 +"111667",15120,64666 +"111668",15120,71967 +"111669",15120,79448 +"111670",15120,83849 +"111671",15120,112202 +"111672",15121,15123 +"111673",15121,19575 +"111674",15121,21299 +"111675",15121,22546 +"111676",15121,23057 +"111677",15121,31428 +"111678",15121,62269 +"111679",15121,101971 +"111680",15122,15727 +"111681",15122,19096 +"111682",15122,37108 +"111683",15122,48571 +"111684",15122,49487 +"111685",15122,64200 +"111686",15122,65752 +"111687",15122,69867 +"111688",15122,72449 +"111689",15122,76534 +"111690",15122,85945 +"111691",15122,86065 +"111692",15122,90964 +"111693",15122,91140 +"111694",15122,103946 +"111695",15123,62269 +"111696",15124,35966 +"111697",15125,116389 +"111698",15126,16828 +"111699",15126,18254 +"111700",15126,30232 +"111701",15126,48557 +"111702",15126,51474 +"111703",15126,56093 +"111704",15126,60890 +"111705",15126,62131 +"111706",15126,74845 +"111707",15126,87371 +"111708",15127,16477 +"111709",15127,41521 +"111710",15128,18231 +"111711",15128,29932 +"111712",15128,50153 +"111713",15128,81298 +"111714",15128,113282 +"111715",15129,32259 +"111716",15129,78206 +"111717",15129,99116 +"111718",15130,29349 +"111719",15131,17878 +"111720",15131,27042 +"111721",15131,36498 +"111722",15131,48702 +"111723",15131,53378 +"111724",15131,77111 +"111725",15131,80694 +"111726",15131,90008 +"111727",15131,90009 +"111728",15132,52520 +"111729",15132,77653 +"111730",15132,78383 +"111731",15132,78389 +"111732",15132,83016 +"111733",15132,97389 +"111734",15132,97542 +"111735",15132,98076 +"111736",15133,109376 +"111737",15133,122572 +"111738",15133,122584 +"111739",15134,23810 +"111740",15134,106237 +"111741",15135,17064 +"111742",15135,29489 +"111743",15135,33473 +"111744",15135,38390 +"111745",15135,45528 +"111746",15135,47270 +"111747",15135,47324 +"111748",15135,47333 +"111749",15135,94372 +"111750",15136,65696 +"111751",15136,94637 +"111752",15136,94828 +"111753",15136,101277 +"111754",15136,122397 +"111755",15137,92627 +"111756",15137,99405 +"111757",15137,109607 +"111758",15138,18517 +"111759",15138,101280 +"111760",15139,19714 +"111761",15139,60258 +"111762",15139,122660 +"111763",15140,25295 +"111764",15140,31186 +"111765",15140,40101 +"111766",15141,33837 +"111767",15141,53330 +"111768",15141,81686 +"111769",15141,97451 +"111770",15142,89281 +"111771",15143,16790 +"111772",15143,36784 +"111773",15143,77135 +"111774",15143,83819 +"111775",15143,86495 +"111776",15144,16961 +"111777",15144,30064 +"111778",15144,80237 +"111779",15144,92079 +"111780",15145,102131 +"111781",15146,18701 +"111782",15146,18718 +"111783",15146,21027 +"111784",15146,36543 +"111785",15146,50234 +"111786",15146,53277 +"111787",15146,53542 +"111788",15146,58945 +"111789",15146,82312 +"111790",15146,84520 +"111791",15146,86090 +"111792",15146,89135 +"111793",15146,89263 +"111794",15146,91240 +"111795",15147,20260 +"111796",15147,28655 +"111797",15149,38055 +"111798",15150,15840 +"111799",15150,19902 +"111800",15150,24044 +"111801",15150,25118 +"111802",15150,48084 +"111803",15150,54416 +"111804",15151,16385 +"111805",15151,26138 +"111806",15151,38119 +"111807",15151,61085 +"111808",15151,81092 +"111809",15151,82174 +"111810",15151,86979 +"111811",15151,90757 +"111812",15151,92317 +"111813",15151,98025 +"111814",15151,105713 +"111815",15152,31048 +"111816",15153,24539 +"111817",15153,26180 +"111818",15153,47839 +"111819",15154,15710 +"111820",15154,18954 +"111821",15154,22576 +"111822",15154,36602 +"111823",15154,88834 +"111824",15154,99466 +"111825",15154,112862 +"111826",15155,31596 +"111827",15155,33652 +"111828",15155,33978 +"111829",15155,37063 +"111830",15155,46647 +"111831",15155,77488 +"111832",15155,81934 +"111833",15155,93148 +"111834",15155,96401 +"111835",15155,104830 +"111836",15156,16978 +"111837",15156,22793 +"111838",15156,39742 +"111839",15156,46870 +"111840",15156,64014 +"111841",15157,41654 +"111842",15157,56339 +"111843",15157,98854 +"111844",15157,100417 +"111845",15158,70107 +"111846",15158,100704 +"111847",15159,31988 +"111848",15159,32706 +"111849",15159,42832 +"111850",15159,47768 +"111851",15159,55355 +"111852",15159,58638 +"111853",15159,64192 +"111854",15159,70016 +"111855",15159,76521 +"111856",15160,15401 +"111857",15160,15887 +"111858",15160,16259 +"111859",15160,17828 +"111860",15160,26882 +"111861",15160,32672 +"111862",15160,32988 +"111863",15160,33241 +"111864",15160,47438 +"111865",15160,65155 +"111866",15160,71033 +"111867",15160,73409 +"111868",15160,75568 +"111869",15160,80625 +"111870",15160,90968 +"111871",15160,104590 +"111872",15160,108463 +"111873",15160,116534 +"111874",15160,116545 +"111875",15161,15199 +"111876",15161,22945 +"111877",15161,24007 +"111878",15161,50072 +"111879",15161,50283 +"111880",15161,63772 +"111881",15161,84888 +"111882",15161,84898 +"111883",15161,90154 +"111884",15161,91275 +"111885",15161,98355 +"111886",15162,28460 +"111887",15162,34158 +"111888",15162,64786 +"111889",15162,68597 +"111890",15162,96749 +"111891",15162,101813 +"111892",15162,116209 +"111893",15162,123464 +"111894",15163,65414 +"111895",15164,54816 +"111896",15164,79717 +"111897",15164,98866 +"111898",15164,105445 +"111899",15164,117529 +"111900",15164,119190 +"111901",15165,48952 +"111902",15165,49106 +"111903",15165,61619 +"111904",15165,65941 +"111905",15165,66643 +"111906",15165,66704 +"111907",15165,82630 +"111908",15165,82631 +"111909",15165,82635 +"111910",15165,82653 +"111911",15165,85795 +"111912",15166,20243 +"111913",15166,33877 +"111914",15166,34658 +"111915",15166,44150 +"111916",15166,55420 +"111917",15166,60997 +"111918",15166,77661 +"111919",15166,79041 +"111920",15166,98477 +"111921",15167,31793 +"111922",15167,33959 +"111923",15167,37477 +"111924",15167,49884 +"111925",15167,50514 +"111926",15167,78938 +"111927",15167,89641 +"111928",15167,90193 +"111929",15167,100584 +"111930",15167,103598 +"111931",15167,106317 +"111932",15167,109493 +"111933",15167,110570 +"111934",15167,110727 +"111935",15167,110805 +"111936",15168,31692 +"111937",15168,105182 +"111938",15169,48096 +"111939",15169,67362 +"111940",15169,89675 +"111941",15170,30607 +"111942",15170,31678 +"111943",15170,54321 +"111944",15170,61532 +"111945",15170,66219 +"111946",15172,41546 +"111947",15174,17381 +"111948",15174,55071 +"111949",15174,56857 +"111950",15174,99912 +"111951",15175,94926 +"111952",15176,20063 +"111953",15176,51647 +"111954",15177,19530 +"111955",15177,20033 +"111956",15177,29434 +"111957",15177,42746 +"111958",15177,48497 +"111959",15177,105934 +"111960",15177,105965 +"111961",15178,52128 +"111962",15179,30065 +"111963",15179,31487 +"111964",15179,47664 +"111965",15179,51698 +"111966",15179,57231 +"111967",15179,58867 +"111968",15179,91366 +"111969",15179,105904 +"111970",15180,15683 +"111971",15180,20843 +"111972",15180,29289 +"111973",15180,29977 +"111974",15180,30305 +"111975",15180,46700 +"111976",15180,54528 +"111977",15180,90943 +"111978",15181,17902 +"111979",15181,52319 +"111980",15181,92859 +"111981",15182,27726 +"111982",15182,28845 +"111983",15182,77044 +"111984",15183,17328 +"111985",15183,24547 +"111986",15183,25082 +"111987",15183,26062 +"111988",15183,26352 +"111989",15183,32090 +"111990",15183,36031 +"111991",15183,40441 +"111992",15183,43306 +"111993",15183,53824 +"111994",15183,121423 +"111995",15183,121432 +"111996",15184,26141 +"111997",15184,31799 +"111998",15184,36036 +"111999",15184,44636 +"112000",15184,54676 +"112001",15185,15216 +"112002",15185,15964 +"112003",15185,16252 +"112004",15185,16872 +"112005",15185,17145 +"112006",15185,17508 +"112007",15185,18060 +"112008",15185,18217 +"112009",15185,22462 +"112010",15185,22823 +"112011",15185,23147 +"112012",15185,23421 +"112013",15185,23632 +"112014",15185,23953 +"112015",15185,24495 +"112016",15185,24710 +"112017",15185,25143 +"112018",15185,25303 +"112019",15185,25664 +"112020",15185,26407 +"112021",15185,27174 +"112022",15185,27196 +"112023",15185,27710 +"112024",15185,28703 +"112025",15185,29253 +"112026",15185,29341 +"112027",15185,29560 +"112028",15185,29573 +"112029",15185,29868 +"112030",15185,32438 +"112031",15185,32967 +"112032",15185,33223 +"112033",15185,33881 +"112034",15185,34097 +"112035",15185,34330 +"112036",15185,34513 +"112037",15185,35400 +"112038",15185,36476 +"112039",15185,36547 +"112040",15185,36745 +"112041",15185,37821 +"112042",15185,37931 +"112043",15185,38319 +"112044",15185,39398 +"112045",15185,39492 +"112046",15185,40300 +"112047",15185,40320 +"112048",15185,40373 +"112049",15185,40542 +"112050",15185,41182 +"112051",15185,42131 +"112052",15185,46843 +"112053",15185,48331 +"112054",15186,118855 +"112055",15187,15277 +"112056",15187,41920 +"112057",15187,42014 +"112058",15188,19051 +"112059",15188,36550 +"112060",15188,111297 +"112061",15188,118856 +"112062",15188,118864 +"112063",15188,118886 +"112064",15189,15823 +"112065",15189,18576 +"112066",15189,19430 +"112067",15190,19528 +"112068",15190,20034 +"112069",15190,22470 +"112070",15190,23552 +"112071",15190,24346 +"112072",15190,26141 +"112073",15190,26608 +"112074",15190,30386 +"112075",15190,31968 +"112076",15190,39395 +"112077",15190,41676 +"112078",15190,60786 +"112079",15190,60996 +"112080",15190,63637 +"112081",15190,71530 +"112082",15190,104579 +"112083",15191,15211 +"112084",15192,15196 +"112085",15192,15225 +"112086",15192,15266 +"112087",15192,15267 +"112088",15192,34284 +"112089",15192,44135 +"112090",15192,79702 +"112091",15192,92196 +"112092",15192,108666 +"112093",15193,19029 +"112094",15193,25434 +"112095",15193,52366 +"112096",15194,31236 +"112097",15194,76236 +"112098",15194,87758 +"112099",15194,103487 +"112100",15194,109637 +"112101",15195,15430 +"112102",15195,16381 +"112103",15195,16949 +"112104",15195,18514 +"112105",15195,22299 +"112106",15195,23938 +"112107",15195,24250 +"112108",15195,26682 +"112109",15195,29741 +"112110",15195,30876 +"112111",15195,32393 +"112112",15195,32939 +"112113",15195,33113 +"112114",15195,38494 +"112115",15195,38932 +"112116",15195,40643 +"112117",15195,42017 +"112118",15195,42107 +"112119",15195,45787 +"112120",15195,47083 +"112121",15195,49231 +"112122",15195,50061 +"112123",15195,52450 +"112124",15195,54059 +"112125",15195,55370 +"112126",15195,57804 +"112127",15195,59615 +"112128",15195,59940 +"112129",15195,67363 +"112130",15195,71230 +"112131",15195,76278 +"112132",15195,76740 +"112133",15195,76786 +"112134",15195,77272 +"112135",15195,77357 +"112136",15195,77402 +"112137",15195,78248 +"112138",15195,78255 +"112139",15195,78339 +"112140",15195,78445 +"112141",15195,79022 +"112142",15195,79716 +"112143",15195,79989 +"112144",15195,80281 +"112145",15195,80950 +"112146",15195,81728 +"112147",15195,82196 +"112148",15195,82383 +"112149",15195,82810 +"112150",15195,82854 +"112151",15195,83853 +"112152",15195,83884 +"112153",15195,84379 +"112154",15195,84613 +"112155",15195,85465 +"112156",15195,85610 +"112157",15195,86351 +"112158",15195,86451 +"112159",15195,86882 +"112160",15195,87175 +"112161",15195,87451 +"112162",15195,87521 +"112163",15195,87572 +"112164",15195,87663 +"112165",15195,87721 +"112166",15195,87862 +"112167",15195,101617 +"112168",15195,105826 +"112169",15195,109158 +"112170",15195,118975 +"112171",15195,118979 +"112172",15195,119713 +"112173",15196,15225 +"112174",15196,15266 +"112175",15196,15267 +"112176",15196,18924 +"112177",15196,22005 +"112178",15196,55758 +"112179",15196,69745 +"112180",15196,72257 +"112181",15196,99617 +"112182",15196,120670 +"112183",15197,16106 +"112184",15197,37988 +"112185",15198,21707 +"112186",15198,23434 +"112187",15198,117815 +"112188",15199,55748 +"112189",15199,119869 +"112190",15200,34922 +"112191",15200,54450 +"112192",15200,57274 +"112193",15200,66394 +"112194",15200,83552 +"112195",15200,88579 +"112196",15200,101765 +"112197",15200,102122 +"112198",15200,102298 +"112199",15200,103289 +"112200",15200,103298 +"112201",15200,107733 +"112202",15201,40360 +"112203",15201,43147 +"112204",15202,19054 +"112205",15202,19248 +"112206",15202,32833 +"112207",15202,34444 +"112208",15202,38911 +"112209",15202,40501 +"112210",15202,40882 +"112211",15202,40982 +"112212",15202,40998 +"112213",15202,41050 +"112214",15202,41058 +"112215",15202,41060 +"112216",15202,49355 +"112217",15202,62410 +"112218",15202,62418 +"112219",15202,87941 +"112220",15203,15290 +"112221",15203,82247 +"112222",15204,15412 +"112223",15205,30751 +"112224",15205,54252 +"112225",15205,64108 +"112226",15205,100309 +"112227",15205,105117 +"112228",15206,25049 +"112229",15206,26028 +"112230",15206,28106 +"112231",15206,28364 +"112232",15207,15260 +"112233",15207,15261 +"112234",15207,15495 +"112235",15207,18550 +"112236",15207,21650 +"112237",15207,22351 +"112238",15207,25031 +"112239",15207,26216 +"112240",15207,28093 +"112241",15207,28353 +"112242",15207,29019 +"112243",15207,29026 +"112244",15207,32413 +"112245",15207,33814 +"112246",15207,34614 +"112247",15207,34631 +"112248",15207,34668 +"112249",15207,35983 +"112250",15207,38270 +"112251",15207,40113 +"112252",15207,42289 +"112253",15207,46669 +"112254",15207,48281 +"112255",15207,48380 +"112256",15207,50662 +"112257",15207,56216 +"112258",15207,56508 +"112259",15207,56509 +"112260",15207,56545 +"112261",15207,59615 +"112262",15207,62679 +"112263",15207,63105 +"112264",15207,63407 +"112265",15207,68001 +"112266",15207,68475 +"112267",15207,68917 +"112268",15207,69296 +"112269",15207,71106 +"112270",15207,73655 +"112271",15207,73898 +"112272",15207,74818 +"112273",15207,75767 +"112274",15207,76046 +"112275",15207,76459 +"112276",15207,76808 +"112277",15207,77727 +"112278",15207,78224 +"112279",15207,79222 +"112280",15207,82978 +"112281",15207,83306 +"112282",15207,85027 +"112283",15207,85356 +"112284",15207,88412 +"112285",15207,90275 +"112286",15207,90426 +"112287",15207,91112 +"112288",15207,91526 +"112289",15207,92300 +"112290",15207,93425 +"112291",15207,93523 +"112292",15207,94520 +"112293",15207,95954 +"112294",15207,99544 +"112295",15207,99547 +"112296",15207,99554 +"112297",15207,100595 +"112298",15207,100739 +"112299",15207,100819 +"112300",15207,101898 +"112301",15207,101988 +"112302",15207,102146 +"112303",15207,102201 +"112304",15207,102309 +"112305",15207,102635 +"112306",15207,102730 +"112307",15207,102846 +"112308",15207,103790 +"112309",15207,104095 +"112310",15207,104574 +"112311",15207,104784 +"112312",15207,104845 +"112313",15207,107269 +"112314",15207,107623 +"112315",15207,107714 +"112316",15207,107879 +"112317",15207,107975 +"112318",15208,36610 +"112319",15209,41107 +"112320",15209,41162 +"112321",15209,48814 +"112322",15209,58951 +"112323",15209,89911 +"112324",15209,108655 +"112325",15210,78307 +"112326",15210,96070 +"112327",15211,23692 +"112328",15211,114353 +"112329",15212,45061 +"112330",15212,79626 +"112331",15212,80234 +"112332",15213,32707 +"112333",15213,120529 +"112334",15214,19542 +"112335",15214,20038 +"112336",15214,20679 +"112337",15214,24225 +"112338",15214,30569 +"112339",15214,40317 +"112340",15214,42707 +"112341",15214,42773 +"112342",15214,43242 +"112343",15214,51472 +"112344",15214,64044 +"112345",15214,73520 +"112346",15214,82510 +"112347",15214,84590 +"112348",15214,90649 +"112349",15214,101133 +"112350",15214,109726 +"112351",15214,111154 +"112352",15214,118552 +"112353",15215,15985 +"112354",15215,18704 +"112355",15215,19317 +"112356",15215,27517 +"112357",15215,55218 +"112358",15215,56531 +"112359",15215,59992 +"112360",15215,61242 +"112361",15215,67559 +"112362",15215,76563 +"112363",15215,82009 +"112364",15215,95659 +"112365",15215,107588 +"112366",15215,118049 +"112367",15215,118052 +"112368",15216,15964 +"112369",15216,16252 +"112370",15216,16872 +"112371",15216,17145 +"112372",15216,17508 +"112373",15216,18060 +"112374",15216,18217 +"112375",15216,22462 +"112376",15216,22823 +"112377",15216,23147 +"112378",15216,23421 +"112379",15216,23632 +"112380",15216,23953 +"112381",15216,24495 +"112382",15216,24710 +"112383",15216,25143 +"112384",15216,25303 +"112385",15216,25664 +"112386",15216,26407 +"112387",15216,27174 +"112388",15216,27196 +"112389",15216,27710 +"112390",15216,28703 +"112391",15216,29253 +"112392",15216,29341 +"112393",15216,29560 +"112394",15216,29573 +"112395",15216,29868 +"112396",15216,32438 +"112397",15216,32967 +"112398",15216,33223 +"112399",15216,33881 +"112400",15216,34097 +"112401",15216,34330 +"112402",15216,34513 +"112403",15216,35400 +"112404",15216,36476 +"112405",15216,36547 +"112406",15216,36745 +"112407",15216,37821 +"112408",15216,37931 +"112409",15216,38319 +"112410",15216,39398 +"112411",15216,39492 +"112412",15216,40320 +"112413",15216,40373 +"112414",15216,40542 +"112415",15216,41182 +"112416",15216,42131 +"112417",15216,46843 +"112418",15216,48331 +"112419",15217,19065 +"112420",15218,87086 +"112421",15219,15273 +"112422",15219,31167 +"112423",15219,55092 +"112424",15219,60963 +"112425",15219,61226 +"112426",15220,48418 +"112427",15220,51193 +"112428",15220,53936 +"112429",15220,54217 +"112430",15221,41383 +"112431",15221,53097 +"112432",15221,79911 +"112433",15221,91395 +"112434",15221,99255 +"112435",15221,112730 +"112436",15222,16205 +"112437",15222,19434 +"112438",15222,19592 +"112439",15222,33385 +"112440",15222,44181 +"112441",15222,80548 +"112442",15222,80755 +"112443",15222,80797 +"112444",15223,15251 +"112445",15223,46038 +"112446",15223,53757 +"112447",15223,53813 +"112448",15223,92260 +"112449",15223,104225 +"112450",15224,30306 +"112451",15224,43595 +"112452",15224,56115 +"112453",15225,15266 +"112454",15225,15267 +"112455",15225,22103 +"112456",15225,30095 +"112457",15225,46037 +"112458",15225,81641 +"112459",15225,88535 +"112460",15225,113308 +"112461",15225,118630 +"112462",15226,18342 +"112463",15226,19258 +"112464",15226,23740 +"112465",15226,27111 +"112466",15226,32346 +"112467",15226,43706 +"112468",15226,53071 +"112469",15226,56100 +"112470",15226,58970 +"112471",15226,60430 +"112472",15226,63950 +"112473",15226,71519 +"112474",15226,76483 +"112475",15226,76606 +"112476",15226,76647 +"112477",15226,76648 +"112478",15226,76673 +"112479",15226,78160 +"112480",15226,95307 +"112481",15226,106328 +"112482",15226,111614 +"112483",15228,80056 +"112484",15230,47028 +"112485",15230,82167 +"112486",15231,18078 +"112487",15231,40955 +"112488",15231,52023 +"112489",15231,54872 +"112490",15231,70009 +"112491",15232,15479 +"112492",15232,15770 +"112493",15232,16729 +"112494",15232,20417 +"112495",15232,20616 +"112496",15232,21078 +"112497",15232,21369 +"112498",15232,25393 +"112499",15232,26148 +"112500",15232,27706 +"112501",15232,31751 +"112502",15232,33982 +"112503",15232,34988 +"112504",15232,36031 +"112505",15232,42875 +"112506",15232,50579 +"112507",15232,60883 +"112508",15232,63896 +"112509",15232,75738 +"112510",15232,76375 +"112511",15232,79570 +"112512",15232,82533 +"112513",15232,83680 +"112514",15232,83744 +"112515",15232,85598 +"112516",15232,89681 +"112517",15232,90234 +"112518",15232,90321 +"112519",15232,98548 +"112520",15232,98667 +"112521",15233,28687 +"112522",15234,31460 +"112523",15235,20333 +"112524",15235,20343 +"112525",15235,30827 +"112526",15235,34277 +"112527",15235,40146 +"112528",15235,43404 +"112529",15235,46023 +"112530",15235,46717 +"112531",15235,56026 +"112532",15235,66544 +"112533",15235,102853 +"112534",15235,113434 +"112535",15236,15543 +"112536",15236,19204 +"112537",15236,65143 +"112538",15236,85086 +"112539",15236,86130 +"112540",15237,42411 +"112541",15237,43192 +"112542",15237,93638 +"112543",15237,93639 +"112544",15237,99292 +"112545",15237,99434 +"112546",15238,32442 +"112547",15238,32696 +"112548",15238,52633 +"112549",15238,66294 +"112550",15238,85509 +"112551",15238,87975 +"112552",15238,95704 +"112553",15238,111258 +"112554",15238,112874 +"112555",15239,31756 +"112556",15239,56214 +"112557",15239,72189 +"112558",15240,18250 +"112559",15241,16345 +"112560",15241,21106 +"112561",15241,25223 +"112562",15241,30821 +"112563",15241,56319 +"112564",15241,118295 +"112565",15241,118722 +"112566",15241,118723 +"112567",15242,39889 +"112568",15243,21028 +"112569",15243,21889 +"112570",15243,23952 +"112571",15243,33966 +"112572",15243,36399 +"112573",15243,36693 +"112574",15243,38820 +"112575",15244,49779 +"112576",15244,59372 +"112577",15244,68215 +"112578",15244,70809 +"112579",15244,70825 +"112580",15244,80197 +"112581",15244,110978 +"112582",15244,111454 +"112583",15245,20131 +"112584",15245,24115 +"112585",15245,49621 +"112586",15245,61463 +"112587",15245,61875 +"112588",15245,108185 +"112589",15246,43069 +"112590",15247,15248 +"112591",15247,41475 +"112592",15247,65113 +"112593",15247,77935 +"112594",15250,18268 +"112595",15250,27851 +"112596",15250,33019 +"112597",15250,42214 +"112598",15251,16685 +"112599",15251,17053 +"112600",15251,17810 +"112601",15251,20299 +"112602",15251,20984 +"112603",15251,21455 +"112604",15251,24080 +"112605",15251,25397 +"112606",15251,27453 +"112607",15251,27989 +"112608",15251,29473 +"112609",15251,29541 +"112610",15251,34486 +"112611",15251,37424 +"112612",15251,40444 +"112613",15251,41811 +"112614",15251,45149 +"112615",15251,46819 +"112616",15251,49798 +"112617",15251,52853 +"112618",15251,54775 +"112619",15251,55081 +"112620",15251,56817 +"112621",15251,56976 +"112622",15251,60800 +"112623",15251,61653 +"112624",15251,70705 +"112625",15251,84882 +"112626",15252,74183 +"112627",15253,18304 +"112628",15253,18305 +"112629",15253,21032 +"112630",15253,22825 +"112631",15253,24306 +"112632",15253,27086 +"112633",15253,31630 +"112634",15253,32274 +"112635",15253,41861 +"112636",15253,42700 +"112637",15253,45532 +"112638",15253,48451 +"112639",15253,49798 +"112640",15253,57346 +"112641",15253,67039 +"112642",15253,68093 +"112643",15253,79586 +"112644",15253,81424 +"112645",15253,105565 +"112646",15253,114287 +"112647",15254,23277 +"112648",15254,38094 +"112649",15254,41203 +"112650",15254,50896 +"112651",15254,55169 +"112652",15254,58395 +"112653",15254,71565 +"112654",15254,74907 +"112655",15254,83740 +"112656",15256,17694 +"112657",15256,18291 +"112658",15256,29266 +"112659",15256,41804 +"112660",15256,46247 +"112661",15256,63500 +"112662",15256,104385 +"112663",15257,107088 +"112664",15257,114515 +"112665",15258,100041 +"112666",15259,45188 +"112667",15259,46786 +"112668",15260,15261 +"112669",15260,29262 +"112670",15260,46669 +"112671",15260,56508 +"112672",15260,56509 +"112673",15260,56545 +"112674",15260,104371 +"112675",15261,17473 +"112676",15261,21090 +"112677",15261,25147 +"112678",15261,56509 +"112679",15261,57279 +"112680",15261,110265 +"112681",15262,19273 +"112682",15262,28081 +"112683",15263,89374 +"112684",15264,21557 +"112685",15264,30978 +"112686",15264,35540 +"112687",15264,41593 +"112688",15264,41754 +"112689",15264,52851 +"112690",15264,63641 +"112691",15264,75877 +"112692",15264,76288 +"112693",15264,112589 +"112694",15265,17067 +"112695",15265,18731 +"112696",15265,20844 +"112697",15265,20867 +"112698",15265,20884 +"112699",15265,33416 +"112700",15265,33790 +"112701",15265,40303 +"112702",15265,40362 +"112703",15265,49822 +"112704",15265,58147 +"112705",15265,64534 +"112706",15265,68338 +"112707",15265,75387 +"112708",15265,94627 +"112709",15265,102128 +"112710",15265,103945 +"112711",15265,115698 +"112712",15265,115760 +"112713",15266,15267 +"112714",15266,27099 +"112715",15266,29059 +"112716",15266,29086 +"112717",15266,32847 +"112718",15266,46540 +"112719",15266,72257 +"112720",15267,18924 +"112721",15267,58096 +"112722",15267,110640 +"112723",15267,111687 +"112724",15268,29102 +"112725",15268,39653 +"112726",15268,50903 +"112727",15270,16965 +"112728",15270,86083 +"112729",15270,86117 +"112730",15271,31503 +"112731",15271,54342 +"112732",15272,19797 +"112733",15273,56535 +"112734",15273,59941 +"112735",15273,60257 +"112736",15273,62922 +"112737",15273,64051 +"112738",15273,64117 +"112739",15273,64251 +"112740",15273,64557 +"112741",15273,64582 +"112742",15273,71415 +"112743",15273,71496 +"112744",15274,20166 +"112745",15274,82023 +"112746",15275,43783 +"112747",15275,45652 +"112748",15276,15499 +"112749",15276,15593 +"112750",15276,18032 +"112751",15276,21474 +"112752",15276,40169 +"112753",15276,40360 +"112754",15276,43299 +"112755",15276,44125 +"112756",15276,45887 +"112757",15276,46096 +"112758",15276,49959 +"112759",15276,67394 +"112760",15277,69102 +"112761",15278,62061 +"112762",15279,15616 +"112763",15279,31038 +"112764",15279,34682 +"112765",15279,51234 +"112766",15279,84361 +"112767",15280,32484 +"112768",15281,30120 +"112769",15281,32124 +"112770",15281,35317 +"112771",15281,42407 +"112772",15281,50771 +"112773",15281,93553 +"112774",15281,99159 +"112775",15281,105927 +"112776",15281,106518 +"112777",15281,111181 +"112778",15282,22046 +"112779",15282,22119 +"112780",15282,23712 +"112781",15282,26075 +"112782",15282,26283 +"112783",15282,26963 +"112784",15282,27953 +"112785",15282,30663 +"112786",15282,32877 +"112787",15282,39367 +"112788",15282,39444 +"112789",15282,39853 +"112790",15282,39968 +"112791",15282,48444 +"112792",15282,53155 +"112793",15282,59014 +"112794",15282,69632 +"112795",15282,71478 +"112796",15282,77089 +"112797",15282,78502 +"112798",15282,78669 +"112799",15282,99900 +"112800",15282,101970 +"112801",15282,103990 +"112802",15282,104771 +"112803",15282,105811 +"112804",15282,116478 +"112805",15283,17838 +"112806",15283,26600 +"112807",15283,33413 +"112808",15283,34402 +"112809",15283,65188 +"112810",15283,83916 +"112811",15283,90745 +"112812",15283,107515 +"112813",15283,108299 +"112814",15284,33593 +"112815",15284,42842 +"112816",15284,44494 +"112817",15284,44776 +"112818",15284,54510 +"112819",15284,60843 +"112820",15284,61737 +"112821",15284,61738 +"112822",15284,61741 +"112823",15284,63349 +"112824",15285,15303 +"112825",15285,22513 +"112826",15285,32194 +"112827",15285,38564 +"112828",15286,92466 +"112829",15286,92479 +"112830",15287,15670 +"112831",15287,17601 +"112832",15287,19854 +"112833",15287,76659 +"112834",15287,81335 +"112835",15288,96108 +"112836",15288,107748 +"112837",15288,112166 +"112838",15289,16629 +"112839",15289,19414 +"112840",15289,22490 +"112841",15289,24848 +"112842",15289,25686 +"112843",15289,26554 +"112844",15289,29382 +"112845",15289,30144 +"112846",15289,30422 +"112847",15289,39419 +"112848",15289,52530 +"112849",15289,74054 +"112850",15289,78088 +"112851",15289,81599 +"112852",15289,91520 +"112853",15289,92507 +"112854",15289,92816 +"112855",15289,93255 +"112856",15289,93321 +"112857",15289,93479 +"112858",15289,120790 +"112859",15290,18652 +"112860",15290,18868 +"112861",15290,33357 +"112862",15290,38958 +"112863",15290,59335 +"112864",15290,64363 +"112865",15290,66258 +"112866",15290,81338 +"112867",15290,84105 +"112868",15290,84107 +"112869",15290,84643 +"112870",15290,97396 +"112871",15290,103087 +"112872",15291,15305 +"112873",15292,22928 +"112874",15292,45611 +"112875",15292,118687 +"112876",15293,15810 +"112877",15293,34406 +"112878",15293,39179 +"112879",15293,69191 +"112880",15293,84471 +"112881",15293,113991 +"112882",15295,31471 +"112883",15295,33897 +"112884",15295,61029 +"112885",15295,65464 +"112886",15295,65487 +"112887",15295,73094 +"112888",15295,79749 +"112889",15296,15416 +"112890",15296,18868 +"112891",15296,21148 +"112892",15296,24497 +"112893",15296,30370 +"112894",15296,33068 +"112895",15296,33251 +"112896",15296,36405 +"112897",15296,38263 +"112898",15296,38958 +"112899",15296,43481 +"112900",15296,69455 +"112901",15296,75846 +"112902",15296,75858 +"112903",15296,91023 +"112904",15296,107264 +"112905",15297,50085 +"112906",15297,87700 +"112907",15297,112962 +"112908",15298,21786 +"112909",15298,29976 +"112910",15298,30046 +"112911",15298,31965 +"112912",15298,32731 +"112913",15298,42320 +"112914",15298,48010 +"112915",15298,51119 +"112916",15298,52721 +"112917",15298,54059 +"112918",15298,55055 +"112919",15298,55071 +"112920",15298,105075 +"112921",15299,60064 +"112922",15300,19714 +"112923",15300,22166 +"112924",15300,26800 +"112925",15300,33619 +"112926",15300,34700 +"112927",15300,48466 +"112928",15300,56053 +"112929",15300,61531 +"112930",15300,62668 +"112931",15300,65236 +"112932",15300,68680 +"112933",15300,73502 +"112934",15300,80424 +"112935",15300,81706 +"112936",15300,105521 +"112937",15301,21571 +"112938",15301,22566 +"112939",15301,29537 +"112940",15301,29538 +"112941",15301,54607 +"112942",15301,88851 +"112943",15301,119910 +"112944",15302,107459 +"112945",15302,119932 +"112946",15303,21785 +"112947",15303,38346 +"112948",15303,74611 +"112949",15304,21935 +"112950",15304,72149 +"112951",15305,22207 +"112952",15305,28258 +"112953",15305,31961 +"112954",15305,57793 +"112955",15305,66815 +"112956",15305,68111 +"112957",15305,68249 +"112958",15305,80059 +"112959",15305,95055 +"112960",15306,97880 +"112961",15307,38424 +"112962",15308,43259 +"112963",15308,43260 +"112964",15309,52924 +"112965",15309,53251 +"112966",15309,61525 +"112967",15309,68079 +"112968",15309,93225 +"112969",15310,15350 +"112970",15310,15446 +"112971",15310,15486 +"112972",15310,35390 +"112973",15310,46372 +"112974",15310,107399 +"112975",15311,23066 +"112976",15311,24242 +"112977",15311,36099 +"112978",15311,48689 +"112979",15311,50543 +"112980",15311,51048 +"112981",15311,53727 +"112982",15311,106832 +"112983",15312,24654 +"112984",15312,24655 +"112985",15312,24780 +"112986",15312,24836 +"112987",15312,24901 +"112988",15312,28451 +"112989",15312,37074 +"112990",15312,41757 +"112991",15312,61877 +"112992",15312,76738 +"112993",15312,94215 +"112994",15312,96647 +"112995",15313,23732 +"112996",15313,32841 +"112997",15313,43556 +"112998",15313,43741 +"112999",15313,63496 +"113000",15313,78698 +"113001",15314,15505 +"113002",15314,15510 +"113003",15315,28596 +"113004",15315,35011 +"113005",15315,51765 +"113006",15315,52003 +"113007",15315,66896 +"113008",15316,26243 +"113009",15316,40233 +"113010",15316,60291 +"113011",15316,60315 +"113012",15316,65112 +"113013",15316,85551 +"113014",15318,45257 +"113015",15318,50322 +"113016",15318,75753 +"113017",15319,76293 +"113018",15319,87190 +"113019",15320,15451 +"113020",15320,15784 +"113021",15320,19266 +"113022",15320,23919 +"113023",15320,24611 +"113024",15320,26360 +"113025",15320,26722 +"113026",15320,28078 +"113027",15320,31567 +"113028",15320,32841 +"113029",15320,37029 +"113030",15320,37494 +"113031",15320,40978 +"113032",15320,49088 +"113033",15320,49172 +"113034",15320,56310 +"113035",15320,81096 +"113036",15320,82190 +"113037",15320,95410 +"113038",15321,15383 +"113039",15321,18424 +"113040",15321,18558 +"113041",15321,32411 +"113042",15321,45588 +"113043",15321,73980 +"113044",15321,81518 +"113045",15321,84117 +"113046",15321,93275 +"113047",15321,115140 +"113048",15321,115144 +"113049",15322,34464 +"113050",15323,70229 +"113051",15325,15726 +"113052",15326,15345 +"113053",15326,20811 +"113054",15326,28074 +"113055",15327,17229 +"113056",15327,99585 +"113057",15328,88210 +"113058",15329,21392 +"113059",15329,28748 +"113060",15329,63350 +"113061",15330,15429 +"113062",15330,15489 +"113063",15331,23322 +"113064",15331,34289 +"113065",15331,60774 +"113066",15331,86139 +"113067",15331,95796 +"113068",15331,97383 +"113069",15332,15446 +"113070",15332,15544 +"113071",15332,15545 +"113072",15332,19747 +"113073",15333,82411 +"113074",15333,90116 +"113075",15334,15375 +"113076",15335,25969 +"113077",15335,77168 +"113078",15336,15338 +"113079",15336,65236 +"113080",15336,66689 +"113081",15336,83848 +"113082",15336,84598 +"113083",15336,85608 +"113084",15337,17237 +"113085",15337,24433 +"113086",15337,30876 +"113087",15337,51394 +"113088",15337,56024 +"113089",15337,79851 +"113090",15337,84469 +"113091",15338,18218 +"113092",15338,18772 +"113093",15338,19423 +"113094",15338,21001 +"113095",15338,21314 +"113096",15338,30257 +"113097",15338,37558 +"113098",15338,45803 +"113099",15338,46262 +"113100",15338,52750 +"113101",15338,53408 +"113102",15338,55486 +"113103",15338,55843 +"113104",15338,56963 +"113105",15338,62764 +"113106",15338,62842 +"113107",15338,66943 +"113108",15338,78055 +"113109",15338,84229 +"113110",15338,99582 +"113111",15338,99636 +"113112",15338,111689 +"113113",15338,112067 +"113114",15338,114195 +"113115",15338,115681 +"113116",15339,50134 +"113117",15339,60549 +"113118",15340,15488 +"113119",15340,18436 +"113120",15340,19118 +"113121",15340,20368 +"113122",15341,51889 +"113123",15341,54123 +"113124",15341,57817 +"113125",15341,57836 +"113126",15342,20955 +"113127",15342,30068 +"113128",15342,53885 +"113129",15342,54142 +"113130",15342,92345 +"113131",15342,97340 +"113132",15343,15693 +"113133",15343,15888 +"113134",15343,17021 +"113135",15343,18149 +"113136",15343,23594 +"113137",15343,27047 +"113138",15343,27120 +"113139",15343,28911 +"113140",15343,29477 +"113141",15343,29834 +"113142",15343,29845 +"113143",15343,29882 +"113144",15343,29894 +"113145",15343,30007 +"113146",15343,31140 +"113147",15343,33360 +"113148",15343,34594 +"113149",15343,35840 +"113150",15343,36385 +"113151",15343,37512 +"113152",15343,37576 +"113153",15343,38366 +"113154",15343,42556 +"113155",15343,42558 +"113156",15343,42630 +"113157",15343,58593 +"113158",15343,59114 +"113159",15343,59936 +"113160",15343,65951 +"113161",15343,65952 +"113162",15343,74809 +"113163",15343,74863 +"113164",15343,75784 +"113165",15343,76128 +"113166",15343,76584 +"113167",15343,85429 +"113168",15343,85557 +"113169",15343,90925 +"113170",15343,91217 +"113171",15344,33053 +"113172",15344,77511 +"113173",15345,18897 +"113174",15345,35982 +"113175",15345,36936 +"113176",15346,67739 +"113177",15346,75271 +"113178",15346,85306 +"113179",15346,91779 +"113180",15346,103675 +"113181",15346,116743 +"113182",15347,15422 +"113183",15347,15471 +"113184",15347,15474 +"113185",15347,15533 +"113186",15347,15552 +"113187",15348,15421 +"113188",15349,33031 +"113189",15349,34376 +"113190",15349,35668 +"113191",15349,63332 +"113192",15349,71447 +"113193",15350,15446 +"113194",15350,15486 +"113195",15350,96409 +"113196",15351,19305 +"113197",15351,28578 +"113198",15351,28676 +"113199",15351,64478 +"113200",15352,18114 +"113201",15352,25613 +"113202",15352,25899 +"113203",15352,53011 +"113204",15352,57612 +"113205",15352,68569 +"113206",15352,71943 +"113207",15352,72980 +"113208",15352,76744 +"113209",15352,84546 +"113210",15352,84770 +"113211",15352,84881 +"113212",15352,96518 +"113213",15352,101484 +"113214",15352,101981 +"113215",15352,102732 +"113216",15352,104662 +"113217",15352,111317 +"113218",15352,111604 +"113219",15352,114282 +"113220",15352,117005 +"113221",15353,25209 +"113222",15353,29284 +"113223",15353,30802 +"113224",15353,31969 +"113225",15353,32392 +"113226",15353,52467 +"113227",15354,15433 +"113228",15355,19942 +"113229",15355,32421 +"113230",15355,120052 +"113231",15356,20128 +"113232",15356,23460 +"113233",15356,25084 +"113234",15356,38198 +"113235",15356,39826 +"113236",15356,41785 +"113237",15356,41804 +"113238",15356,41859 +"113239",15356,64051 +"113240",15357,34901 +"113241",15358,20733 +"113242",15358,28987 +"113243",15358,30955 +"113244",15358,31024 +"113245",15358,31059 +"113246",15358,31124 +"113247",15359,18158 +"113248",15359,91597 +"113249",15360,16160 +"113250",15360,25789 +"113251",15360,32071 +"113252",15360,40513 +"113253",15360,52830 +"113254",15360,70403 +"113255",15360,77124 +"113256",15360,81460 +"113257",15360,84447 +"113258",15360,85619 +"113259",15360,103741 +"113260",15360,119945 +"113261",15361,15362 +"113262",15361,45697 +"113263",15361,63131 +"113264",15361,65351 +"113265",15361,65353 +"113266",15363,99612 +"113267",15364,53377 +"113268",15364,65375 +"113269",15364,76510 +"113270",15364,79483 +"113271",15364,80970 +"113272",15364,86532 +"113273",15364,110875 +"113274",15365,18005 +"113275",15365,18935 +"113276",15365,20574 +"113277",15365,22117 +"113278",15365,31078 +"113279",15365,36593 +"113280",15365,40366 +"113281",15365,41197 +"113282",15365,46339 +"113283",15365,46486 +"113284",15365,50585 +"113285",15365,52168 +"113286",15365,55297 +"113287",15365,57682 +"113288",15365,63364 +"113289",15365,68780 +"113290",15366,35158 +"113291",15367,24540 +"113292",15367,70697 +"113293",15368,20409 +"113294",15368,39258 +"113295",15368,81116 +"113296",15369,15476 +"113297",15369,78152 +"113298",15370,15387 +"113299",15370,15388 +"113300",15370,15448 +"113301",15370,15528 +"113302",15370,16852 +"113303",15370,51589 +"113304",15371,17858 +"113305",15371,24835 +"113306",15371,29698 +"113307",15371,33095 +"113308",15371,38922 +"113309",15371,39874 +"113310",15371,41663 +"113311",15371,52960 +"113312",15371,53219 +"113313",15371,60758 +"113314",15371,64525 +"113315",15371,69384 +"113316",15371,88908 +"113317",15371,90388 +"113318",15371,101984 +"113319",15371,102015 +"113320",15371,107076 +"113321",15372,15961 +"113322",15372,23539 +"113323",15372,23782 +"113324",15373,17677 +"113325",15373,32339 +"113326",15373,65294 +"113327",15374,17243 +"113328",15375,86891 +"113329",15376,18347 +"113330",15376,20667 +"113331",15376,24453 +"113332",15376,24863 +"113333",15376,40217 +"113334",15376,44752 +"113335",15376,51551 +"113336",15376,72985 +"113337",15376,83889 +"113338",15377,15508 +"113339",15377,22112 +"113340",15377,45489 +"113341",15377,68547 +"113342",15377,82641 +"113343",15377,84827 +"113344",15377,104955 +"113345",15377,106082 +"113346",15378,17447 +"113347",15378,19034 +"113348",15378,19791 +"113349",15378,23386 +"113350",15378,31235 +"113351",15378,37874 +"113352",15378,40235 +"113353",15378,46727 +"113354",15378,47733 +"113355",15378,67201 +"113356",15378,75883 +"113357",15378,75888 +"113358",15378,75892 +"113359",15378,75893 +"113360",15378,75898 +"113361",15378,80894 +"113362",15378,90304 +"113363",15378,106291 +"113364",15379,24572 +"113365",15379,45930 +"113366",15379,63210 +"113367",15380,68743 +"113368",15381,19956 +"113369",15381,19958 +"113370",15381,38371 +"113371",15381,38798 +"113372",15381,43793 +"113373",15381,44293 +"113374",15381,72510 +"113375",15381,85947 +"113376",15382,75516 +"113377",15383,18558 +"113378",15383,68619 +"113379",15383,110779 +"113380",15384,52596 +"113381",15384,67419 +"113382",15384,104774 +"113383",15386,91660 +"113384",15387,15388 +"113385",15387,15448 +"113386",15387,15528 +"113387",15387,16852 +"113388",15387,51589 +"113389",15388,15448 +"113390",15388,15528 +"113391",15388,16852 +"113392",15388,51589 +"113393",15389,95277 +"113394",15389,99103 +"113395",15389,108268 +"113396",15389,108276 +"113397",15389,108283 +"113398",15390,18191 +"113399",15390,22076 +"113400",15390,23007 +"113401",15390,23214 +"113402",15390,26543 +"113403",15390,30641 +"113404",15390,36448 +"113405",15390,38405 +"113406",15390,41606 +"113407",15390,46081 +"113408",15390,49981 +"113409",15390,56744 +"113410",15390,70999 +"113411",15390,77367 +"113412",15390,78311 +"113413",15390,78319 +"113414",15390,80167 +"113415",15390,107986 +"113416",15391,17923 +"113417",15391,17940 +"113418",15391,29030 +"113419",15391,29057 +"113420",15391,36588 +"113421",15391,37625 +"113422",15391,39440 +"113423",15391,40881 +"113424",15391,53771 +"113425",15391,55187 +"113426",15391,55205 +"113427",15391,56864 +"113428",15391,57107 +"113429",15391,57159 +"113430",15391,57963 +"113431",15391,59405 +"113432",15391,65062 +"113433",15391,67512 +"113434",15391,73066 +"113435",15391,83700 +"113436",15391,86593 +"113437",15391,90960 +"113438",15391,99421 +"113439",15392,25326 +"113440",15392,28038 +"113441",15392,88481 +"113442",15393,50160 +"113443",15393,69389 +"113444",15393,70581 +"113445",15393,70586 +"113446",15393,78724 +"113447",15393,93812 +"113448",15393,93838 +"113449",15394,26315 +"113450",15394,48676 +"113451",15394,55654 +"113452",15394,57854 +"113453",15395,23585 +"113454",15395,50236 +"113455",15395,56082 +"113456",15395,70838 +"113457",15395,79082 +"113458",15395,97237 +"113459",15395,101793 +"113460",15395,109663 +"113461",15395,122267 +"113462",15395,122312 +"113463",15396,22027 +"113464",15396,22170 +"113465",15396,24861 +"113466",15396,27946 +"113467",15396,36087 +"113468",15396,40194 +"113469",15396,43480 +"113470",15396,45113 +"113471",15396,47733 +"113472",15396,61580 +"113473",15396,68190 +"113474",15396,69778 +"113475",15396,69825 +"113476",15396,72923 +"113477",15396,84932 +"113478",15397,26608 +"113479",15397,29009 +"113480",15397,41116 +"113481",15397,42899 +"113482",15397,45711 +"113483",15397,57203 +"113484",15397,76741 +"113485",15397,94125 +"113486",15397,96593 +"113487",15397,113933 +"113488",15398,85963 +"113489",15398,85985 +"113490",15399,15400 +"113491",15399,85270 +"113492",15401,15887 +"113493",15401,16259 +"113494",15401,16625 +"113495",15401,17828 +"113496",15401,26882 +"113497",15401,32672 +"113498",15401,32988 +"113499",15401,47438 +"113500",15401,55833 +"113501",15401,64796 +"113502",15401,65155 +"113503",15401,71033 +"113504",15401,73409 +"113505",15401,75568 +"113506",15401,80055 +"113507",15401,80625 +"113508",15401,84194 +"113509",15401,90968 +"113510",15401,97762 +"113511",15401,98845 +"113512",15401,99952 +"113513",15401,100875 +"113514",15401,104590 +"113515",15401,108463 +"113516",15401,116534 +"113517",15401,116545 +"113518",15402,23492 +"113519",15402,23725 +"113520",15402,29715 +"113521",15402,29976 +"113522",15402,30325 +"113523",15402,34608 +"113524",15402,35673 +"113525",15402,35926 +"113526",15402,39294 +"113527",15402,42863 +"113528",15402,45684 +"113529",15402,46071 +"113530",15402,46080 +"113531",15402,46173 +"113532",15402,46196 +"113533",15402,54556 +"113534",15402,78929 +"113535",15402,84157 +"113536",15403,15482 +"113537",15404,40870 +"113538",15404,98589 +"113539",15405,32421 +"113540",15405,42683 +"113541",15405,69902 +"113542",15405,82872 +"113543",15405,84728 +"113544",15405,84729 +"113545",15405,84777 +"113546",15405,84778 +"113547",15406,53267 +"113548",15406,57043 +"113549",15406,76683 +"113550",15406,77707 +"113551",15406,83668 +"113552",15406,97128 +"113553",15407,31155 +"113554",15407,31166 +"113555",15407,33237 +"113556",15407,33372 +"113557",15407,34398 +"113558",15407,36987 +"113559",15408,15529 +"113560",15408,18422 +"113561",15408,28455 +"113562",15408,35049 +"113563",15408,38854 +"113564",15408,40051 +"113565",15408,44351 +"113566",15408,46048 +"113567",15408,50275 +"113568",15408,62819 +"113569",15408,65135 +"113570",15408,71975 +"113571",15409,57495 +"113572",15410,20646 +"113573",15410,36733 +"113574",15410,37686 +"113575",15410,47947 +"113576",15410,49408 +"113577",15411,31752 +"113578",15411,117949 +"113579",15412,16499 +"113580",15412,17390 +"113581",15412,19102 +"113582",15412,19400 +"113583",15412,19956 +"113584",15412,24195 +"113585",15412,28918 +"113586",15412,31131 +"113587",15412,35430 +"113588",15412,45699 +"113589",15412,53530 +"113590",15412,62395 +"113591",15412,77000 +"113592",15412,97245 +"113593",15412,106664 +"113594",15412,107880 +"113595",15412,108074 +"113596",15413,32613 +"113597",15413,105098 +"113598",15413,122209 +"113599",15413,122211 +"113600",15414,32675 +"113601",15414,109481 +"113602",15414,120005 +"113603",15415,89729 +"113604",15415,90580 +"113605",15416,16630 +"113606",15416,20496 +"113607",15416,21148 +"113608",15416,21308 +"113609",15416,24497 +"113610",15416,24862 +"113611",15416,24916 +"113612",15416,24928 +"113613",15416,33068 +"113614",15416,33251 +"113615",15416,36405 +"113616",15416,38263 +"113617",15416,43481 +"113618",15416,75846 +"113619",15416,75858 +"113620",15416,85392 +"113621",15416,92465 +"113622",15417,38332 +"113623",15417,99187 +"113624",15418,15498 +"113625",15418,15644 +"113626",15418,46814 +"113627",15418,53812 +"113628",15419,73144 +"113629",15419,107378 +"113630",15421,16650 +"113631",15421,34730 +"113632",15421,42133 +"113633",15421,57535 +"113634",15421,97874 +"113635",15421,97997 +"113636",15422,15471 +"113637",15422,15474 +"113638",15422,15533 +"113639",15422,15552 +"113640",15423,22345 +"113641",15423,58563 +"113642",15423,58612 +"113643",15424,61846 +"113644",15425,20960 +"113645",15425,31703 +"113646",15425,75032 +"113647",15425,79568 +"113648",15425,97004 +"113649",15426,60765 +"113650",15427,23156 +"113651",15427,55744 +"113652",15427,66906 +"113653",15427,96571 +"113654",15427,100540 +"113655",15428,41529 +"113656",15428,55564 +"113657",15428,56172 +"113658",15428,57871 +"113659",15428,99551 +"113660",15429,15489 +"113661",15429,21044 +"113662",15429,29306 +"113663",15429,56364 +"113664",15429,76796 +"113665",15430,16381 +"113666",15430,16949 +"113667",15430,18514 +"113668",15430,22299 +"113669",15430,23938 +"113670",15430,24250 +"113671",15430,26682 +"113672",15430,29741 +"113673",15430,30876 +"113674",15430,30981 +"113675",15430,32393 +"113676",15430,32939 +"113677",15430,33113 +"113678",15430,38494 +"113679",15430,38932 +"113680",15430,40643 +"113681",15430,42017 +"113682",15430,42107 +"113683",15430,45787 +"113684",15430,47083 +"113685",15430,49231 +"113686",15430,50061 +"113687",15430,52450 +"113688",15430,54059 +"113689",15430,55370 +"113690",15430,57804 +"113691",15430,59615 +"113692",15430,59940 +"113693",15430,67363 +"113694",15430,71230 +"113695",15430,76278 +"113696",15430,76740 +"113697",15430,76786 +"113698",15430,77272 +"113699",15430,77357 +"113700",15430,77402 +"113701",15430,78248 +"113702",15430,78255 +"113703",15430,78339 +"113704",15430,78445 +"113705",15430,79022 +"113706",15430,79716 +"113707",15430,79989 +"113708",15430,80281 +"113709",15430,81728 +"113710",15430,82196 +"113711",15430,82383 +"113712",15430,82810 +"113713",15430,82854 +"113714",15430,83853 +"113715",15430,83884 +"113716",15430,84379 +"113717",15430,84613 +"113718",15430,85465 +"113719",15430,85610 +"113720",15430,86351 +"113721",15430,86451 +"113722",15430,86882 +"113723",15430,87175 +"113724",15430,87451 +"113725",15430,87521 +"113726",15430,87572 +"113727",15430,87663 +"113728",15430,87721 +"113729",15430,87862 +"113730",15430,102417 +"113731",15430,107000 +"113732",15431,15668 +"113733",15431,26116 +"113734",15431,38564 +"113735",15431,53453 +"113736",15431,64584 +"113737",15431,64672 +"113738",15431,66073 +"113739",15431,68697 +"113740",15431,73361 +"113741",15431,75817 +"113742",15431,76131 +"113743",15431,79227 +"113744",15431,88531 +"113745",15431,94098 +"113746",15431,107556 +"113747",15431,108412 +"113748",15431,118041 +"113749",15432,23613 +"113750",15432,27878 +"113751",15432,65840 +"113752",15432,81068 +"113753",15432,88883 +"113754",15432,90280 +"113755",15434,71241 +"113756",15435,69980 +"113757",15436,15452 +"113758",15436,33115 +"113759",15437,19982 +"113760",15437,22796 +"113761",15437,59741 +"113762",15437,64181 +"113763",15437,66891 +"113764",15437,75946 +"113765",15437,78119 +"113766",15437,79845 +"113767",15437,80560 +"113768",15437,83434 +"113769",15437,84179 +"113770",15437,84474 +"113771",15437,109745 +"113772",15438,23771 +"113773",15438,53012 +"113774",15438,55093 +"113775",15438,76142 +"113776",15438,93402 +"113777",15438,99172 +"113778",15438,103229 +"113779",15438,111693 +"113780",15439,17448 +"113781",15439,19528 +"113782",15439,20034 +"113783",15439,20093 +"113784",15439,20135 +"113785",15439,24348 +"113786",15439,26608 +"113787",15439,47293 +"113788",15439,49268 +"113789",15439,49768 +"113790",15439,51414 +"113791",15439,55701 +"113792",15439,85056 +"113793",15439,85901 +"113794",15440,55297 +"113795",15441,15442 +"113796",15441,19358 +"113797",15441,20533 +"113798",15441,20604 +"113799",15441,20667 +"113800",15441,22756 +"113801",15441,24948 +"113802",15441,24989 +"113803",15441,26413 +"113804",15441,27267 +"113805",15441,31897 +"113806",15441,32070 +"113807",15441,40561 +"113808",15441,46568 +"113809",15441,50659 +"113810",15441,50953 +"113811",15441,51678 +"113812",15441,54737 +"113813",15441,56168 +"113814",15441,60846 +"113815",15441,62126 +"113816",15441,67288 +"113817",15441,69291 +"113818",15441,78073 +"113819",15441,79331 +"113820",15441,79655 +"113821",15441,79710 +"113822",15441,79711 +"113823",15441,79720 +"113824",15441,79725 +"113825",15441,79738 +"113826",15441,79748 +"113827",15441,79750 +"113828",15441,79754 +"113829",15441,79758 +"113830",15441,79760 +"113831",15441,79771 +"113832",15441,79780 +"113833",15441,79781 +"113834",15441,79803 +"113835",15441,85238 +"113836",15441,86104 +"113837",15441,90633 +"113838",15441,99930 +"113839",15441,101056 +"113840",15442,98981 +"113841",15443,46872 +"113842",15443,48721 +"113843",15443,113766 +"113844",15444,21248 +"113845",15444,27402 +"113846",15444,42837 +"113847",15444,50866 +"113848",15444,53333 +"113849",15444,67221 +"113850",15445,16881 +"113851",15445,25092 +"113852",15445,27526 +"113853",15445,47283 +"113854",15445,48044 +"113855",15445,75451 +"113856",15445,77588 +"113857",15445,82398 +"113858",15445,93808 +"113859",15445,109394 +"113860",15445,109438 +"113861",15445,115436 +"113862",15446,15486 +"113863",15446,33406 +"113864",15447,17205 +"113865",15447,22744 +"113866",15447,27074 +"113867",15447,27937 +"113868",15447,43311 +"113869",15447,50616 +"113870",15448,15528 +"113871",15448,16852 +"113872",15448,51589 +"113873",15449,23804 +"113874",15449,25709 +"113875",15449,33723 +"113876",15449,50371 +"113877",15449,88400 +"113878",15449,102088 +"113879",15449,111841 +"113880",15450,77980 +"113881",15450,93814 +"113882",15451,20853 +"113883",15451,25197 +"113884",15451,26074 +"113885",15451,26202 +"113886",15452,35972 +"113887",15452,42239 +"113888",15452,45921 +"113889",15452,49600 +"113890",15452,50196 +"113891",15452,50601 +"113892",15452,50611 +"113893",15452,50626 +"113894",15452,52053 +"113895",15452,71287 +"113896",15452,71337 +"113897",15453,16052 +"113898",15453,18490 +"113899",15453,19682 +"113900",15453,20108 +"113901",15453,32334 +"113902",15453,36065 +"113903",15453,36586 +"113904",15453,39508 +"113905",15453,41919 +"113906",15453,42642 +"113907",15453,79612 +"113908",15453,86735 +"113909",15453,90608 +"113910",15453,92492 +"113911",15453,100532 +"113912",15453,101709 +"113913",15453,118969 +"113914",15455,17037 +"113915",15455,33397 +"113916",15455,82959 +"113917",15456,51198 +"113918",15457,16064 +"113919",15457,27573 +"113920",15458,35004 +"113921",15459,16712 +"113922",15459,19678 +"113923",15459,23525 +"113924",15459,33239 +"113925",15459,38260 +"113926",15459,43892 +"113927",15459,50367 +"113928",15459,51248 +"113929",15459,62025 +"113930",15459,65162 +"113931",15459,65691 +"113932",15459,68475 +"113933",15459,81508 +"113934",15459,82242 +"113935",15459,108085 +"113936",15459,120028 +"113937",15460,38992 +"113938",15461,118731 +"113939",15461,119585 +"113940",15462,20029 +"113941",15462,24815 +"113942",15462,32067 +"113943",15462,36473 +"113944",15462,37752 +"113945",15462,39449 +"113946",15462,50662 +"113947",15462,51490 +"113948",15462,55390 +"113949",15462,69938 +"113950",15462,77280 +"113951",15462,121796 +"113952",15463,16452 +"113953",15463,107951 +"113954",15464,26562 +"113955",15465,15578 +"113956",15465,16228 +"113957",15465,18475 +"113958",15465,20586 +"113959",15465,22166 +"113960",15465,29176 +"113961",15465,40599 +"113962",15465,46650 +"113963",15465,48466 +"113964",15465,49184 +"113965",15465,50996 +"113966",15465,77413 +"113967",15465,80424 +"113968",15465,82302 +"113969",15465,82303 +"113970",15465,85553 +"113971",15465,101907 +"113972",15467,46547 +"113973",15467,76690 +"113974",15468,54962 +"113975",15468,68515 +"113976",15468,113199 +"113977",15469,15939 +"113978",15469,17805 +"113979",15469,17936 +"113980",15469,17970 +"113981",15469,32343 +"113982",15469,36040 +"113983",15469,87362 +"113984",15469,98050 +"113985",15469,104223 +"113986",15469,113292 +"113987",15471,15474 +"113988",15471,15533 +"113989",15471,15552 +"113990",15471,68587 +"113991",15471,98375 +"113992",15471,98395 +"113993",15471,98480 +"113994",15471,98482 +"113995",15471,98483 +"113996",15471,98497 +"113997",15471,98498 +"113998",15471,98501 +"113999",15471,98502 +"114000",15472,26489 +"114001",15472,58568 +"114002",15472,67739 +"114003",15472,88717 +"114004",15472,95453 +"114005",15472,103334 +"114006",15472,105174 +"114007",15473,16652 +"114008",15473,23430 +"114009",15473,23548 +"114010",15473,31678 +"114011",15473,37923 +"114012",15473,44842 +"114013",15473,56097 +"114014",15473,61532 +"114015",15473,78977 +"114016",15473,81428 +"114017",15473,84830 +"114018",15473,85399 +"114019",15473,91068 +"114020",15473,118483 +"114021",15474,15533 +"114022",15474,15552 +"114023",15474,68587 +"114024",15474,98375 +"114025",15474,98395 +"114026",15474,98480 +"114027",15474,98482 +"114028",15474,98483 +"114029",15474,98497 +"114030",15474,98498 +"114031",15474,98501 +"114032",15474,98502 +"114033",15475,24124 +"114034",15475,31865 +"114035",15475,47975 +"114036",15475,79752 +"114037",15475,81569 +"114038",15477,24522 +"114039",15477,26687 +"114040",15477,34480 +"114041",15477,47475 +"114042",15477,67216 +"114043",15477,92875 +"114044",15477,92942 +"114045",15477,120618 +"114046",15478,15926 +"114047",15478,15995 +"114048",15478,16793 +"114049",15478,20695 +"114050",15478,24824 +"114051",15478,24891 +"114052",15478,27426 +"114053",15478,32686 +"114054",15478,34331 +"114055",15478,39104 +"114056",15478,52809 +"114057",15478,64807 +"114058",15478,73051 +"114059",15478,106784 +"114060",15478,106796 +"114061",15479,16112 +"114062",15479,16158 +"114063",15479,16180 +"114064",15479,16185 +"114065",15479,16186 +"114066",15479,16208 +"114067",15479,16225 +"114068",15479,16227 +"114069",15480,97564 +"114070",15481,22005 +"114071",15481,23806 +"114072",15481,50229 +"114073",15481,51071 +"114074",15481,70275 +"114075",15481,73406 +"114076",15481,76030 +"114077",15481,94709 +"114078",15481,98529 +"114079",15481,105389 +"114080",15482,29281 +"114081",15483,16673 +"114082",15483,35848 +"114083",15483,66364 +"114084",15484,56893 +"114085",15485,44213 +"114086",15485,98884 +"114087",15485,105261 +"114088",15485,115920 +"114089",15486,96409 +"114090",15487,15535 +"114091",15487,51123 +"114092",15487,60210 +"114093",15487,72697 +"114094",15491,16367 +"114095",15491,52969 +"114096",15491,83004 +"114097",15492,34402 +"114098",15492,34985 +"114099",15492,39582 +"114100",15492,39623 +"114101",15492,46645 +"114102",15492,54078 +"114103",15492,67132 +"114104",15492,84415 +"114105",15492,85450 +"114106",15493,15695 +"114107",15493,18225 +"114108",15493,22063 +"114109",15493,24453 +"114110",15493,33736 +"114111",15493,33737 +"114112",15493,33738 +"114113",15493,40516 +"114114",15493,78382 +"114115",15494,15769 +"114116",15494,25212 +"114117",15494,35904 +"114118",15494,36338 +"114119",15494,50063 +"114120",15494,62793 +"114121",15494,93820 +"114122",15495,15496 +"114123",15495,18550 +"114124",15495,21650 +"114125",15495,22351 +"114126",15495,25031 +"114127",15495,26216 +"114128",15495,28093 +"114129",15495,28353 +"114130",15495,29019 +"114131",15495,29026 +"114132",15495,32413 +"114133",15495,34614 +"114134",15495,34631 +"114135",15495,34668 +"114136",15495,35983 +"114137",15495,38270 +"114138",15495,40113 +"114139",15495,42289 +"114140",15495,48259 +"114141",15495,48281 +"114142",15495,48380 +"114143",15495,50662 +"114144",15495,56216 +"114145",15495,59615 +"114146",15495,62679 +"114147",15495,63105 +"114148",15495,68001 +"114149",15495,68475 +"114150",15495,68917 +"114151",15495,69296 +"114152",15495,71106 +"114153",15495,73655 +"114154",15495,75767 +"114155",15495,76046 +"114156",15495,76459 +"114157",15495,76808 +"114158",15495,77727 +"114159",15495,78224 +"114160",15495,79222 +"114161",15495,82978 +"114162",15495,83306 +"114163",15495,85027 +"114164",15495,88412 +"114165",15495,90275 +"114166",15495,90426 +"114167",15495,91112 +"114168",15495,91526 +"114169",15495,93425 +"114170",15495,93523 +"114171",15495,94520 +"114172",15495,95954 +"114173",15495,99544 +"114174",15495,99547 +"114175",15495,99554 +"114176",15495,100595 +"114177",15495,100739 +"114178",15495,100819 +"114179",15495,101898 +"114180",15495,101988 +"114181",15495,102146 +"114182",15495,102201 +"114183",15495,102309 +"114184",15495,102635 +"114185",15495,102730 +"114186",15495,102846 +"114187",15495,103790 +"114188",15495,104095 +"114189",15495,104574 +"114190",15495,104784 +"114191",15495,104845 +"114192",15495,107269 +"114193",15495,107623 +"114194",15495,107714 +"114195",15495,107879 +"114196",15495,107975 +"114197",15496,18051 +"114198",15496,27925 +"114199",15496,57552 +"114200",15496,61826 +"114201",15496,66942 +"114202",15496,71394 +"114203",15496,73852 +"114204",15497,39053 +"114205",15497,63222 +"114206",15498,26698 +"114207",15498,49069 +"114208",15498,56091 +"114209",15498,85040 +"114210",15498,102934 +"114211",15499,15593 +"114212",15499,32592 +"114213",15499,39217 +"114214",15499,42455 +"114215",15499,43853 +"114216",15499,43854 +"114217",15499,44121 +"114218",15499,56822 +"114219",15499,56890 +"114220",15499,56935 +"114221",15499,63181 +"114222",15499,71680 +"114223",15499,72788 +"114224",15500,18458 +"114225",15500,20659 +"114226",15500,26106 +"114227",15500,27337 +"114228",15500,37677 +"114229",15500,42399 +"114230",15500,44684 +"114231",15500,45512 +"114232",15500,49343 +"114233",15500,57565 +"114234",15500,73637 +"114235",15500,77855 +"114236",15500,89668 +"114237",15500,94918 +"114238",15500,94948 +"114239",15500,96678 +"114240",15500,104381 +"114241",15501,37330 +"114242",15501,40934 +"114243",15501,43932 +"114244",15501,45100 +"114245",15501,68100 +"114246",15501,96349 +"114247",15502,19972 +"114248",15502,27544 +"114249",15502,31222 +"114250",15502,31302 +"114251",15502,45455 +"114252",15502,46848 +"114253",15502,48742 +"114254",15502,51448 +"114255",15502,58168 +"114256",15502,63668 +"114257",15502,72241 +"114258",15502,75824 +"114259",15502,83191 +"114260",15502,83193 +"114261",15502,95872 +"114262",15502,100772 +"114263",15502,101063 +"114264",15502,112233 +"114265",15503,41591 +"114266",15504,67427 +"114267",15505,15510 +"114268",15505,21352 +"114269",15505,47434 +"114270",15505,65478 +"114271",15505,84717 +"114272",15505,120342 +"114273",15505,120388 +"114274",15506,16501 +"114275",15506,17037 +"114276",15506,17872 +"114277",15506,20697 +"114278",15506,20951 +"114279",15506,23324 +"114280",15506,23953 +"114281",15506,24274 +"114282",15506,25163 +"114283",15506,28068 +"114284",15506,30110 +"114285",15506,30770 +"114286",15506,33962 +"114287",15506,35413 +"114288",15506,40396 +"114289",15506,43858 +"114290",15506,60645 +"114291",15506,66270 +"114292",15506,76143 +"114293",15506,78773 +"114294",15506,81619 +"114295",15506,84109 +"114296",15506,86864 +"114297",15506,86873 +"114298",15506,92674 +"114299",15506,93074 +"114300",15506,93824 +"114301",15506,94564 +"114302",15507,16564 +"114303",15507,17941 +"114304",15507,22287 +"114305",15507,23876 +"114306",15507,23976 +"114307",15507,27173 +"114308",15507,34414 +"114309",15507,34425 +"114310",15507,76216 +"114311",15507,81142 +"114312",15509,27673 +"114313",15509,57942 +"114314",15509,97498 +"114315",15509,97514 +"114316",15511,103202 +"114317",15512,20636 +"114318",15512,25026 +"114319",15512,51922 +"114320",15512,122774 +"114321",15513,16861 +"114322",15513,39007 +"114323",15513,64630 +"114324",15513,115161 +"114325",15514,15591 +"114326",15514,100190 +"114327",15514,116102 +"114328",15515,22120 +"114329",15515,24080 +"114330",15515,29286 +"114331",15515,30758 +"114332",15515,31868 +"114333",15515,37235 +"114334",15515,37905 +"114335",15515,48955 +"114336",15515,57697 +"114337",15515,59975 +"114338",15515,71467 +"114339",15515,73721 +"114340",15515,90552 +"114341",15516,24440 +"114342",15516,40941 +"114343",15516,93058 +"114344",15517,24871 +"114345",15517,113442 +"114346",15518,66895 +"114347",15519,23430 +"114348",15519,24864 +"114349",15519,34814 +"114350",15519,40194 +"114351",15519,52915 +"114352",15519,53707 +"114353",15519,69074 +"114354",15519,80929 +"114355",15519,82852 +"114356",15519,102640 +"114357",15519,119094 +"114358",15519,120044 +"114359",15519,122850 +"114360",15520,15588 +"114361",15520,49745 +"114362",15520,79790 +"114363",15520,87487 +"114364",15521,49981 +"114365",15521,63867 +"114366",15521,70212 +"114367",15521,79874 +"114368",15521,84591 +"114369",15521,99250 +"114370",15521,104735 +"114371",15521,110336 +"114372",15522,16092 +"114373",15522,41404 +"114374",15522,42354 +"114375",15522,42377 +"114376",15522,50093 +"114377",15522,67841 +"114378",15522,82559 +"114379",15522,93395 +"114380",15523,19516 +"114381",15523,24276 +"114382",15523,28845 +"114383",15523,29375 +"114384",15523,30260 +"114385",15523,44415 +"114386",15523,44940 +"114387",15523,59013 +"114388",15523,70250 +"114389",15523,79744 +"114390",15523,85457 +"114391",15523,86702 +"114392",15523,92846 +"114393",15523,97434 +"114394",15523,97435 +"114395",15524,25893 +"114396",15524,122103 +"114397",15526,29133 +"114398",15526,29376 +"114399",15526,37893 +"114400",15526,48260 +"114401",15527,19495 +"114402",15527,74949 +"114403",15528,16852 +"114404",15528,51589 +"114405",15529,28037 +"114406",15529,44351 +"114407",15529,45776 +"114408",15529,95810 +"114409",15530,16740 +"114410",15530,17981 +"114411",15530,26992 +"114412",15530,31696 +"114413",15530,33406 +"114414",15530,38259 +"114415",15530,52309 +"114416",15530,62019 +"114417",15530,66474 +"114418",15530,77173 +"114419",15530,77346 +"114420",15530,77396 +"114421",15530,77401 +"114422",15530,77407 +"114423",15530,77417 +"114424",15530,77418 +"114425",15530,77480 +"114426",15530,77532 +"114427",15531,23502 +"114428",15531,37897 +"114429",15531,71004 +"114430",15531,77759 +"114431",15531,85510 +"114432",15532,15908 +"114433",15532,17536 +"114434",15532,17958 +"114435",15532,18270 +"114436",15532,20449 +"114437",15532,21088 +"114438",15532,23847 +"114439",15532,24012 +"114440",15532,24910 +"114441",15532,25758 +"114442",15532,26537 +"114443",15532,26872 +"114444",15532,28767 +"114445",15532,28871 +"114446",15532,30334 +"114447",15532,35496 +"114448",15532,37610 +"114449",15532,37636 +"114450",15532,39435 +"114451",15532,40131 +"114452",15532,40166 +"114453",15532,40392 +"114454",15532,40905 +"114455",15532,41030 +"114456",15532,41527 +"114457",15532,41529 +"114458",15532,41778 +"114459",15532,43147 +"114460",15532,43234 +"114461",15532,43858 +"114462",15532,44828 +"114463",15532,45657 +"114464",15532,45933 +"114465",15532,46434 +"114466",15532,46788 +"114467",15532,47123 +"114468",15532,47488 +"114469",15532,48909 +"114470",15532,49859 +"114471",15532,50064 +"114472",15532,50067 +"114473",15532,50554 +"114474",15532,50879 +"114475",15532,51783 +"114476",15532,52018 +"114477",15532,53444 +"114478",15532,53527 +"114479",15532,53555 +"114480",15532,54275 +"114481",15532,56628 +"114482",15532,58004 +"114483",15532,58068 +"114484",15532,58633 +"114485",15532,61111 +"114486",15532,61127 +"114487",15532,68287 +"114488",15532,95330 +"114489",15533,15552 +"114490",15534,45346 +"114491",15534,45370 +"114492",15534,45387 +"114493",15534,45676 +"114494",15534,107273 +"114495",15535,23966 +"114496",15536,15648 +"114497",15536,16159 +"114498",15536,70359 +"114499",15536,81214 +"114500",15536,88363 +"114501",15536,88401 +"114502",15536,105625 +"114503",15536,111298 +"114504",15536,112309 +"114505",15537,29218 +"114506",15537,38186 +"114507",15537,47084 +"114508",15537,47190 +"114509",15537,56926 +"114510",15537,76396 +"114511",15537,79032 +"114512",15537,81356 +"114513",15537,85736 +"114514",15537,96353 +"114515",15538,29605 +"114516",15538,47867 +"114517",15538,80405 +"114518",15538,82996 +"114519",15538,94251 +"114520",15539,22006 +"114521",15539,26130 +"114522",15539,30227 +"114523",15539,56836 +"114524",15539,57977 +"114525",15539,69326 +"114526",15539,80270 +"114527",15539,94440 +"114528",15539,95316 +"114529",15540,49122 +"114530",15540,69113 +"114531",15540,72944 +"114532",15540,85776 +"114533",15540,90584 +"114534",15540,100458 +"114535",15541,25399 +"114536",15541,37097 +"114537",15541,37242 +"114538",15541,37360 +"114539",15541,37383 +"114540",15542,23123 +"114541",15543,18278 +"114542",15543,22320 +"114543",15543,36823 +"114544",15543,62875 +"114545",15543,63057 +"114546",15543,68418 +"114547",15544,15545 +"114548",15544,75849 +"114549",15545,39435 +"114550",15545,47203 +"114551",15545,56916 +"114552",15546,35702 +"114553",15547,19535 +"114554",15547,26368 +"114555",15547,51879 +"114556",15547,52524 +"114557",15547,61037 +"114558",15547,73809 +"114559",15547,96433 +"114560",15548,16876 +"114561",15548,17830 +"114562",15548,19501 +"114563",15548,19655 +"114564",15548,21099 +"114565",15548,21485 +"114566",15548,24268 +"114567",15548,25734 +"114568",15548,26983 +"114569",15548,27545 +"114570",15548,31548 +"114571",15548,32762 +"114572",15548,48395 +"114573",15548,52217 +"114574",15548,52709 +"114575",15548,54932 +"114576",15548,59395 +"114577",15548,59662 +"114578",15548,60270 +"114579",15548,61700 +"114580",15548,65017 +"114581",15548,65912 +"114582",15548,73126 +"114583",15548,77211 +"114584",15548,82101 +"114585",15548,83487 +"114586",15548,83490 +"114587",15548,84271 +"114588",15548,84272 +"114589",15548,90299 +"114590",15548,90841 +"114591",15548,98133 +"114592",15548,106453 +"114593",15548,115736 +"114594",15548,118993 +"114595",15549,47567 +"114596",15549,52169 +"114597",15549,53320 +"114598",15549,60580 +"114599",15549,66917 +"114600",15550,32467 +"114601",15550,65542 +"114602",15550,79984 +"114603",15551,24856 +"114604",15553,17093 +"114605",15553,24115 +"114606",15553,24209 +"114607",15553,26866 +"114608",15553,26923 +"114609",15553,73089 +"114610",15553,73123 +"114611",15553,80513 +"114612",15553,85756 +"114613",15554,49303 +"114614",15554,68306 +"114615",15554,73371 +"114616",15554,122075 +"114617",15554,123481 +"114618",15555,41029 +"114619",15555,48168 +"114620",15556,24615 +"114621",15556,35702 +"114622",15557,15717 +"114623",15557,15771 +"114624",15557,22138 +"114625",15557,28563 +"114626",15557,33453 +"114627",15557,37673 +"114628",15557,47223 +"114629",15557,50523 +"114630",15557,55061 +"114631",15557,56009 +"114632",15557,88624 +"114633",15558,15654 +"114634",15558,15728 +"114635",15558,15744 +"114636",15558,17727 +"114637",15558,18427 +"114638",15558,22632 +"114639",15558,22724 +"114640",15558,22746 +"114641",15558,23728 +"114642",15558,23730 +"114643",15558,23910 +"114644",15558,26464 +"114645",15558,31223 +"114646",15558,48084 +"114647",15558,53093 +"114648",15558,61860 +"114649",15558,83975 +"114650",15559,15818 +"114651",15559,15958 +"114652",15559,27556 +"114653",15559,27813 +"114654",15559,77656 +"114655",15560,16729 +"114656",15560,17295 +"114657",15560,19597 +"114658",15560,21526 +"114659",15560,26486 +"114660",15560,28569 +"114661",15560,36790 +"114662",15560,75523 +"114663",15560,81628 +"114664",15561,18103 +"114665",15561,56807 +"114666",15561,79625 +"114667",15562,44310 +"114668",15562,50695 +"114669",15563,15694 +"114670",15563,100451 +"114671",15564,15652 +"114672",15564,37146 +"114673",15564,58357 +"114674",15564,64812 +"114675",15564,75479 +"114676",15564,91137 +"114677",15564,107933 +"114678",15564,110577 +"114679",15564,122761 +"114680",15565,16768 +"114681",15565,22108 +"114682",15565,102434 +"114683",15566,88133 +"114684",15567,53320 +"114685",15568,21020 +"114686",15568,96002 +"114687",15569,44800 +"114688",15569,46857 +"114689",15569,81356 +"114690",15569,93927 +"114691",15570,15594 +"114692",15570,15660 +"114693",15570,41381 +"114694",15572,15617 +"114695",15572,34181 +"114696",15572,57479 +"114697",15573,15960 +"114698",15573,33623 +"114699",15573,45664 +"114700",15573,62193 +"114701",15573,63490 +"114702",15573,76639 +"114703",15573,76640 +"114704",15573,77040 +"114705",15573,77055 +"114706",15573,77057 +"114707",15573,77066 +"114708",15573,77095 +"114709",15573,77096 +"114710",15573,77101 +"114711",15573,77102 +"114712",15573,77103 +"114713",15573,77106 +"114714",15573,79923 +"114715",15573,97602 +"114716",15573,105892 +"114717",15573,122064 +"114718",15573,122065 +"114719",15574,30893 +"114720",15574,31952 +"114721",15574,85188 +"114722",15574,88538 +"114723",15575,24840 +"114724",15575,35299 +"114725",15575,36802 +"114726",15575,47558 +"114727",15575,53904 +"114728",15575,57671 +"114729",15575,59156 +"114730",15575,72095 +"114731",15576,25793 +"114732",15576,68352 +"114733",15577,37547 +"114734",15577,91420 +"114735",15578,20622 +"114736",15578,29176 +"114737",15578,40231 +"114738",15578,41435 +"114739",15578,43844 +"114740",15578,45532 +"114741",15578,72520 +"114742",15578,79422 +"114743",15579,93337 +"114744",15579,113883 +"114745",15580,15637 +"114746",15580,21576 +"114747",15580,22753 +"114748",15580,22892 +"114749",15580,24789 +"114750",15580,29342 +"114751",15580,33360 +"114752",15580,39336 +"114753",15580,44279 +"114754",15580,70046 +"114755",15580,76128 +"114756",15580,89274 +"114757",15580,89965 +"114758",15580,100630 +"114759",15580,100964 +"114760",15581,47082 +"114761",15582,27714 +"114762",15582,31264 +"114763",15582,31265 +"114764",15582,31280 +"114765",15582,48343 +"114766",15582,51190 +"114767",15582,91340 +"114768",15582,107357 +"114769",15582,115300 +"114770",15583,23533 +"114771",15583,24285 +"114772",15583,32425 +"114773",15583,32632 +"114774",15583,32741 +"114775",15583,87931 +"114776",15583,92255 +"114777",15583,102384 +"114778",15583,110432 +"114779",15584,15946 +"114780",15584,32110 +"114781",15584,40930 +"114782",15585,15801 +"114783",15585,81475 +"114784",15586,31741 +"114785",15586,33441 +"114786",15586,37344 +"114787",15586,82586 +"114788",15587,30259 +"114789",15587,33821 +"114790",15587,34159 +"114791",15587,49391 +"114792",15587,52237 +"114793",15587,57262 +"114794",15587,61286 +"114795",15587,63033 +"114796",15587,66286 +"114797",15587,76921 +"114798",15587,80578 +"114799",15587,89472 +"114800",15587,100998 +"114801",15587,106567 +"114802",15587,109259 +"114803",15587,114104 +"114804",15587,118636 +"114805",15587,120140 +"114806",15587,122429 +"114807",15587,122435 +"114808",15588,20217 +"114809",15588,36820 +"114810",15588,48231 +"114811",15588,50661 +"114812",15588,56013 +"114813",15588,89496 +"114814",15589,30117 +"114815",15589,68382 +"114816",15589,87309 +"114817",15590,19713 +"114818",15590,19963 +"114819",15590,22829 +"114820",15590,23298 +"114821",15590,40347 +"114822",15590,57109 +"114823",15590,68472 +"114824",15591,20400 +"114825",15591,52721 +"114826",15591,82501 +"114827",15591,99318 +"114828",15591,101607 +"114829",15592,26520 +"114830",15593,18032 +"114831",15593,44125 +"114832",15593,45887 +"114833",15594,15660 +"114834",15594,41381 +"114835",15594,56684 +"114836",15594,68398 +"114837",15595,16297 +"114838",15596,15612 +"114839",15596,15680 +"114840",15596,33870 +"114841",15596,39609 +"114842",15596,96283 +"114843",15597,16443 +"114844",15597,95963 +"114845",15598,53936 +"114846",15598,93140 +"114847",15599,15708 +"114848",15600,37095 +"114849",15600,39234 +"114850",15600,42107 +"114851",15600,89648 +"114852",15600,102862 +"114853",15601,16894 +"114854",15601,17354 +"114855",15601,18765 +"114856",15601,19506 +"114857",15601,19536 +"114858",15601,33551 +"114859",15601,44662 +"114860",15601,79870 +"114861",15601,88695 +"114862",15601,90790 +"114863",15601,91162 +"114864",15601,91163 +"114865",15601,91165 +"114866",15601,91170 +"114867",15601,91201 +"114868",15602,24231 +"114869",15602,27704 +"114870",15602,38665 +"114871",15602,57357 +"114872",15602,70869 +"114873",15602,85406 +"114874",15603,16189 +"114875",15603,51661 +"114876",15603,58623 +"114877",15604,15759 +"114878",15604,23275 +"114879",15604,29455 +"114880",15604,85277 +"114881",15604,100531 +"114882",15605,17880 +"114883",15605,78532 +"114884",15605,86296 +"114885",15605,106048 +"114886",15606,18814 +"114887",15606,27574 +"114888",15607,18363 +"114889",15607,19022 +"114890",15607,19113 +"114891",15607,20292 +"114892",15607,21570 +"114893",15607,21571 +"114894",15607,22566 +"114895",15607,22850 +"114896",15607,27278 +"114897",15607,27392 +"114898",15607,29183 +"114899",15607,35705 +"114900",15607,41921 +"114901",15607,42619 +"114902",15607,46648 +"114903",15607,65146 +"114904",15607,68959 +"114905",15607,70651 +"114906",15607,82462 +"114907",15607,94530 +"114908",15607,98150 +"114909",15607,111957 +"114910",15608,16648 +"114911",15608,22442 +"114912",15608,30853 +"114913",15608,55373 +"114914",15609,15743 +"114915",15609,32918 +"114916",15609,43743 +"114917",15609,52389 +"114918",15609,79626 +"114919",15609,87099 +"114920",15609,87607 +"114921",15609,88594 +"114922",15609,98356 +"114923",15610,17569 +"114924",15610,18375 +"114925",15610,19005 +"114926",15610,19228 +"114927",15610,19495 +"114928",15610,19496 +"114929",15610,19555 +"114930",15610,19782 +"114931",15610,19822 +"114932",15610,19888 +"114933",15610,20303 +"114934",15610,20322 +"114935",15610,20360 +"114936",15610,20490 +"114937",15610,20899 +"114938",15611,15754 +"114939",15611,16720 +"114940",15612,15680 +"114941",15612,16918 +"114942",15612,35048 +"114943",15612,50295 +"114944",15612,52066 +"114945",15612,81660 +"114946",15612,100775 +"114947",15612,121207 +"114948",15613,24253 +"114949",15613,34706 +"114950",15613,41909 +"114951",15613,65627 +"114952",15613,72701 +"114953",15614,18884 +"114954",15614,18885 +"114955",15614,27543 +"114956",15614,39564 +"114957",15614,39617 +"114958",15614,40234 +"114959",15614,48101 +"114960",15614,53097 +"114961",15614,74669 +"114962",15614,76275 +"114963",15614,79437 +"114964",15614,94002 +"114965",15614,95011 +"114966",15615,18639 +"114967",15616,18055 +"114968",15616,18291 +"114969",15616,18343 +"114970",15616,18464 +"114971",15616,24065 +"114972",15616,34517 +"114973",15616,34682 +"114974",15616,44403 +"114975",15616,51234 +"114976",15616,65904 +"114977",15616,66823 +"114978",15616,80772 +"114979",15616,84361 +"114980",15616,103302 +"114981",15617,57479 +"114982",15617,93581 +"114983",15617,93599 +"114984",15618,15619 +"114985",15618,15913 +"114986",15619,15913 +"114987",15619,106204 +"114988",15620,16747 +"114989",15620,16890 +"114990",15620,17826 +"114991",15620,20423 +"114992",15620,22420 +"114993",15620,23779 +"114994",15620,28201 +"114995",15620,39827 +"114996",15620,44684 +"114997",15620,49461 +"114998",15620,61593 +"114999",15620,71005 +"115000",15620,85592 +"115001",15620,93076 +"115002",15620,96678 +"115003",15621,25065 +"115004",15622,21686 +"115005",15622,22641 +"115006",15622,25860 +"115007",15622,28880 +"115008",15622,29050 +"115009",15622,29170 +"115010",15622,36450 +"115011",15622,44122 +"115012",15622,45402 +"115013",15622,50499 +"115014",15622,57745 +"115015",15622,61785 +"115016",15622,62437 +"115017",15622,69390 +"115018",15622,94491 +"115019",15622,111582 +"115020",15623,29186 +"115021",15623,106412 +"115022",15624,18443 +"115023",15624,23236 +"115024",15624,27879 +"115025",15624,34096 +"115026",15624,44177 +"115027",15624,53534 +"115028",15624,55120 +"115029",15624,56019 +"115030",15624,56130 +"115031",15624,56147 +"115032",15624,61089 +"115033",15624,65856 +"115034",15624,67106 +"115035",15624,69372 +"115036",15624,85019 +"115037",15624,89772 +"115038",15624,90724 +"115039",15624,94274 +"115040",15624,107775 +"115041",15624,117381 +"115042",15625,38484 +"115043",15626,21974 +"115044",15626,24924 +"115045",15626,31100 +"115046",15626,33433 +"115047",15626,36192 +"115048",15626,39171 +"115049",15626,41645 +"115050",15626,43368 +"115051",15626,51853 +"115052",15626,55549 +"115053",15626,55590 +"115054",15626,59113 +"115055",15626,67809 +"115056",15626,68138 +"115057",15626,76668 +"115058",15626,83473 +"115059",15626,93185 +"115060",15626,109123 +"115061",15626,110879 +"115062",15626,118580 +"115063",15626,120265 +"115064",15626,122377 +"115065",15627,57963 +"115066",15627,93431 +"115067",15628,15819 +"115068",15628,18500 +"115069",15628,22489 +"115070",15628,22907 +"115071",15628,33086 +"115072",15628,36739 +"115073",15628,51058 +"115074",15628,56286 +"115075",15628,88177 +"115076",15628,96681 +"115077",15628,102848 +"115078",15628,115986 +"115079",15628,122081 +"115080",15628,122104 +"115081",15628,122143 +"115082",15628,122147 +"115083",15628,122149 +"115084",15629,38304 +"115085",15629,51517 +"115086",15629,101669 +"115087",15629,108733 +"115088",15631,15715 +"115089",15632,20915 +"115090",15632,34421 +"115091",15632,36086 +"115092",15632,39373 +"115093",15632,46795 +"115094",15632,47334 +"115095",15632,56209 +"115096",15632,62285 +"115097",15632,64232 +"115098",15632,67116 +"115099",15632,67788 +"115100",15632,69712 +"115101",15632,70706 +"115102",15632,74059 +"115103",15632,77376 +"115104",15632,85255 +"115105",15633,15766 +"115106",15633,36811 +"115107",15633,104211 +"115108",15634,33655 +"115109",15635,15786 +"115110",15635,33918 +"115111",15635,40487 +"115112",15635,48803 +"115113",15635,50818 +"115114",15635,64715 +"115115",15636,15747 +"115116",15636,15966 +"115117",15636,19637 +"115118",15636,23787 +"115119",15636,34168 +"115120",15636,49962 +"115121",15636,50269 +"115122",15636,53935 +"115123",15636,56835 +"115124",15636,77969 +"115125",15637,29342 +"115126",15637,39336 +"115127",15638,15985 +"115128",15639,28623 +"115129",15639,69653 +"115130",15639,69703 +"115131",15640,19063 +"115132",15640,20176 +"115133",15640,26876 +"115134",15640,27861 +"115135",15640,28666 +"115136",15640,31686 +"115137",15640,37209 +"115138",15640,40428 +"115139",15640,42520 +"115140",15640,43050 +"115141",15640,47968 +"115142",15640,53423 +"115143",15640,58015 +"115144",15640,59404 +"115145",15640,59850 +"115146",15640,81915 +"115147",15640,96315 +"115148",15640,108733 +"115149",15641,15800 +"115150",15643,19674 +"115151",15643,19899 +"115152",15643,20120 +"115153",15643,24699 +"115154",15643,25473 +"115155",15643,26345 +"115156",15643,27164 +"115157",15643,27792 +"115158",15643,32811 +"115159",15643,40861 +"115160",15643,48228 +"115161",15643,48260 +"115162",15643,55395 +"115163",15643,64960 +"115164",15643,67505 +"115165",15643,74906 +"115166",15643,78256 +"115167",15643,81360 +"115168",15643,91345 +"115169",15643,110816 +"115170",15644,53812 +"115171",15644,61110 +"115172",15644,65490 +"115173",15644,65707 +"115174",15644,66733 +"115175",15644,70167 +"115176",15644,73142 +"115177",15644,75058 +"115178",15644,76241 +"115179",15644,91313 +"115180",15644,99835 +"115181",15645,19899 +"115182",15645,43432 +"115183",15646,16324 +"115184",15646,16468 +"115185",15646,24181 +"115186",15646,52369 +"115187",15646,52515 +"115188",15646,63029 +"115189",15646,65408 +"115190",15646,65463 +"115191",15648,16159 +"115192",15648,55297 +"115193",15648,70359 +"115194",15648,81214 +"115195",15648,105625 +"115196",15648,111298 +"115197",15648,112309 +"115198",15649,20631 +"115199",15649,30246 +"115200",15649,30709 +"115201",15649,47017 +"115202",15649,50748 +"115203",15649,65798 +"115204",15649,65837 +"115205",15649,97311 +"115206",15649,97343 +"115207",15650,21202 +"115208",15650,26478 +"115209",15650,26556 +"115210",15650,123290 +"115211",15651,16959 +"115212",15651,17133 +"115213",15651,29473 +"115214",15651,50479 +"115215",15651,71689 +"115216",15651,73630 +"115217",15651,74805 +"115218",15653,15722 +"115219",15653,34803 +"115220",15653,84523 +"115221",15654,15728 +"115222",15654,15744 +"115223",15654,26668 +"115224",15654,34113 +"115225",15654,48084 +"115226",15654,50613 +"115227",15654,68023 +"115228",15654,68060 +"115229",15654,76612 +"115230",15654,83975 +"115231",15654,104843 +"115232",15654,111353 +"115233",15655,17646 +"115234",15655,27944 +"115235",15655,57632 +"115236",15655,76144 +"115237",15655,80564 +"115238",15656,26554 +"115239",15656,29174 +"115240",15656,29378 +"115241",15656,29382 +"115242",15656,47307 +"115243",15656,52356 +"115244",15656,60768 +"115245",15656,63631 +"115246",15656,66249 +"115247",15656,78779 +"115248",15656,97853 +"115249",15656,114435 +"115250",15657,27685 +"115251",15657,55829 +"115252",15657,55883 +"115253",15657,61551 +"115254",15657,68636 +"115255",15658,15718 +"115256",15658,15729 +"115257",15658,23420 +"115258",15658,26251 +"115259",15658,27796 +"115260",15658,28001 +"115261",15658,28084 +"115262",15660,51576 +"115263",15661,22247 +"115264",15661,46810 +"115265",15661,105795 +"115266",15662,42513 +"115267",15662,107426 +"115268",15663,25468 +"115269",15664,15678 +"115270",15664,15952 +"115271",15665,21908 +"115272",15665,33100 +"115273",15665,34063 +"115274",15665,54604 +"115275",15665,64699 +"115276",15665,116442 +"115277",15665,116688 +"115278",15666,15761 +"115279",15666,21870 +"115280",15666,47773 +"115281",15666,47863 +"115282",15666,70697 +"115283",15666,77612 +"115284",15666,121017 +"115285",15667,73918 +"115286",15668,15669 +"115287",15668,29943 +"115288",15668,59326 +"115289",15668,66027 +"115290",15668,66073 +"115291",15668,68196 +"115292",15668,69488 +"115293",15668,89029 +"115294",15668,93662 +"115295",15668,99396 +"115296",15669,29943 +"115297",15669,33402 +"115298",15669,41746 +"115299",15669,44615 +"115300",15669,57210 +"115301",15669,57652 +"115302",15669,59326 +"115303",15669,66027 +"115304",15669,89029 +"115305",15669,99396 +"115306",15669,99595 +"115307",15669,102192 +"115308",15669,104451 +"115309",15669,115984 +"115310",15669,122073 +"115311",15670,17392 +"115312",15670,17474 +"115313",15670,26422 +"115314",15670,41601 +"115315",15670,47714 +"115316",15670,58602 +"115317",15670,81335 +"115318",15670,107826 +"115319",15671,17422 +"115320",15671,21176 +"115321",15671,34303 +"115322",15671,35808 +"115323",15671,42216 +"115324",15671,42831 +"115325",15671,48359 +"115326",15671,51866 +"115327",15671,54848 +"115328",15671,57634 +"115329",15671,60539 +"115330",15672,71605 +"115331",15672,94585 +"115332",15672,108702 +"115333",15673,15788 +"115334",15673,33650 +"115335",15674,20021 +"115336",15674,21770 +"115337",15674,21981 +"115338",15674,24629 +"115339",15674,24679 +"115340",15674,26532 +"115341",15674,36780 +"115342",15674,53747 +"115343",15674,83713 +"115344",15676,27356 +"115345",15676,61116 +"115346",15677,119640 +"115347",15677,122568 +"115348",15678,15952 +"115349",15679,21225 +"115350",15679,44540 +"115351",15681,18855 +"115352",15681,19527 +"115353",15681,43686 +"115354",15682,61774 +"115355",15682,108989 +"115356",15682,109032 +"115357",15683,16108 +"115358",15683,16351 +"115359",15683,37279 +"115360",15683,46700 +"115361",15683,51449 +"115362",15683,54124 +"115363",15683,54340 +"115364",15683,54528 +"115365",15684,18663 +"115366",15684,57086 +"115367",15685,16365 +"115368",15686,15735 +"115369",15686,24068 +"115370",15686,24128 +"115371",15686,41866 +"115372",15686,51328 +"115373",15686,70409 +"115374",15686,105634 +"115375",15687,43961 +"115376",15687,87011 +"115377",15688,18224 +"115378",15688,21093 +"115379",15688,25870 +"115380",15688,26275 +"115381",15688,35812 +"115382",15688,37258 +"115383",15688,37946 +"115384",15688,40627 +"115385",15688,43620 +"115386",15688,46872 +"115387",15688,46982 +"115388",15688,48690 +"115389",15688,54160 +"115390",15688,54187 +"115391",15688,54589 +"115392",15688,64970 +"115393",15688,70622 +"115394",15688,108128 +"115395",15689,18400 +"115396",15689,24582 +"115397",15689,24708 +"115398",15689,30385 +"115399",15689,46966 +"115400",15689,47943 +"115401",15689,72329 +"115402",15689,87853 +"115403",15689,91032 +"115404",15689,97558 +"115405",15689,99144 +"115406",15689,117044 +"115407",15689,118995 +"115408",15690,40318 +"115409",15690,41438 +"115410",15690,60923 +"115411",15690,75523 +"115412",15691,24284 +"115413",15691,33033 +"115414",15691,35291 +"115415",15691,35571 +"115416",15691,36597 +"115417",15691,38126 +"115418",15691,41948 +"115419",15691,61713 +"115420",15691,62151 +"115421",15691,66756 +"115422",15691,90918 +"115423",15691,100655 +"115424",15691,107609 +"115425",15691,110842 +"115426",15692,23396 +"115427",15692,24251 +"115428",15692,24255 +"115429",15692,24346 +"115430",15692,27982 +"115431",15692,28587 +"115432",15692,43938 +"115433",15692,59828 +"115434",15692,65991 +"115435",15693,15888 +"115436",15693,17021 +"115437",15693,17967 +"115438",15693,23120 +"115439",15693,23404 +"115440",15693,23594 +"115441",15693,27047 +"115442",15693,29834 +"115443",15693,29845 +"115444",15693,29882 +"115445",15693,29894 +"115446",15693,30007 +"115447",15693,35933 +"115448",15693,52466 +"115449",15693,59187 +"115450",15693,66373 +"115451",15693,66631 +"115452",15694,20063 +"115453",15694,79633 +"115454",15694,89411 +"115455",15694,100346 +"115456",15694,117254 +"115457",15694,117264 +"115458",15694,117266 +"115459",15694,121146 +"115460",15696,18563 +"115461",15696,27543 +"115462",15696,75125 +"115463",15696,80760 +"115464",15696,83849 +"115465",15696,112202 +"115466",15697,15824 +"115467",15698,46075 +"115468",15698,54076 +"115469",15698,57757 +"115470",15699,72014 +"115471",15699,109611 +"115472",15699,111724 +"115473",15700,15701 +"115474",15700,29929 +"115475",15700,29982 +"115476",15700,35776 +"115477",15700,35815 +"115478",15700,56082 +"115479",15700,75345 +"115480",15700,76244 +"115481",15701,68617 +"115482",15701,68882 +"115483",15701,102312 +"115484",15702,27782 +"115485",15702,47745 +"115486",15702,104723 +"115487",15702,121752 +"115488",15703,53316 +"115489",15703,60603 +"115490",15703,67102 +"115491",15703,103682 +"115492",15703,119025 +"115493",15704,16223 +"115494",15704,35067 +"115495",15704,69572 +"115496",15704,102455 +"115497",15704,102520 +"115498",15705,15740 +"115499",15705,42239 +"115500",15705,45921 +"115501",15705,74477 +"115502",15705,74478 +"115503",15705,74560 +"115504",15706,107386 +"115505",15706,107393 +"115506",15707,16023 +"115507",15707,16498 +"115508",15707,16677 +"115509",15707,44926 +"115510",15707,111063 +"115511",15708,16093 +"115512",15708,32377 +"115513",15708,113381 +"115514",15708,113412 +"115515",15708,113446 +"115516",15709,27725 +"115517",15709,33708 +"115518",15709,42680 +"115519",15709,47387 +"115520",15709,49208 +"115521",15709,49215 +"115522",15709,49244 +"115523",15709,50977 +"115524",15709,67690 +"115525",15709,104746 +"115526",15709,113204 +"115527",15709,113266 +"115528",15710,15730 +"115529",15710,78113 +"115530",15710,88834 +"115531",15710,94544 +"115532",15710,98597 +"115533",15710,99466 +"115534",15710,110593 +"115535",15710,122328 +"115536",15710,122332 +"115537",15710,122333 +"115538",15711,16308 +"115539",15711,27278 +"115540",15711,27547 +"115541",15711,27558 +"115542",15711,27560 +"115543",15711,27623 +"115544",15711,27635 +"115545",15711,27668 +"115546",15711,71507 +"115547",15711,71665 +"115548",15711,82848 +"115549",15711,89590 +"115550",15712,18080 +"115551",15712,50887 +"115552",15712,68520 +"115553",15712,104983 +"115554",15712,118364 +"115555",15713,24649 +"115556",15713,24650 +"115557",15713,28735 +"115558",15713,40494 +"115559",15713,46887 +"115560",15713,48010 +"115561",15713,53458 +"115562",15713,55012 +"115563",15713,64025 +"115564",15713,69011 +"115565",15713,97260 +"115566",15713,99545 +"115567",15713,99572 +"115568",15714,15957 +"115569",15714,31243 +"115570",15714,64431 +"115571",15714,65504 +"115572",15714,72428 +"115573",15714,86039 +"115574",15714,105533 +"115575",15715,94374 +"115576",15716,15844 +"115577",15716,30458 +"115578",15716,82437 +"115579",15716,93887 +"115580",15716,99274 +"115581",15717,15771 +"115582",15717,22433 +"115583",15717,104218 +"115584",15718,15729 +"115585",15718,17673 +"115586",15718,18740 +"115587",15718,19154 +"115588",15718,23420 +"115589",15718,23723 +"115590",15718,35587 +"115591",15718,38307 +"115592",15718,43455 +"115593",15718,43460 +"115594",15718,57377 +"115595",15718,59800 +"115596",15718,63895 +"115597",15718,63935 +"115598",15718,63947 +"115599",15718,63962 +"115600",15719,16307 +"115601",15720,20291 +"115602",15720,25656 +"115603",15720,78375 +"115604",15721,18131 +"115605",15721,25128 +"115606",15721,47293 +"115607",15721,51414 +"115608",15721,51964 +"115609",15722,17662 +"115610",15722,37859 +"115611",15722,65972 +"115612",15722,112349 +"115613",15723,119902 +"115614",15724,23543 +"115615",15724,29058 +"115616",15724,34553 +"115617",15724,35089 +"115618",15724,49615 +"115619",15724,54390 +"115620",15724,120986 +"115621",15725,29025 +"115622",15725,49326 +"115623",15725,56750 +"115624",15725,85952 +"115625",15726,27885 +"115626",15726,71087 +"115627",15727,33188 +"115628",15727,37108 +"115629",15727,37408 +"115630",15727,44539 +"115631",15727,60990 +"115632",15727,64200 +"115633",15727,75318 +"115634",15728,15744 +"115635",15728,15784 +"115636",15728,48084 +"115637",15728,52234 +"115638",15728,58913 +"115639",15728,79159 +"115640",15728,81611 +"115641",15728,81677 +"115642",15728,82622 +"115643",15728,92669 +"115644",15728,99296 +"115645",15728,100711 +"115646",15728,115747 +"115647",15728,118631 +"115648",15728,119504 +"115649",15729,17867 +"115650",15729,18740 +"115651",15729,19170 +"115652",15729,20606 +"115653",15729,22186 +"115654",15729,26238 +"115655",15729,28084 +"115656",15729,36057 +"115657",15729,39464 +"115658",15729,39596 +"115659",15729,42508 +"115660",15729,42652 +"115661",15729,42724 +"115662",15729,42783 +"115663",15729,42791 +"115664",15729,43054 +"115665",15729,53995 +"115666",15729,92068 +"115667",15729,93193 +"115668",15730,116074 +"115669",15731,28373 +"115670",15731,35631 +"115671",15731,58789 +"115672",15731,59667 +"115673",15731,88120 +"115674",15731,89906 +"115675",15731,102883 +"115676",15731,120455 +"115677",15731,120456 +"115678",15732,22319 +"115679",15732,34472 +"115680",15732,49152 +"115681",15732,87421 +"115682",15733,16022 +"115683",15733,16384 +"115684",15733,34037 +"115685",15733,52517 +"115686",15733,55438 +"115687",15733,56595 +"115688",15733,56767 +"115689",15733,86448 +"115690",15733,86580 +"115691",15733,86622 +"115692",15734,34237 +"115693",15734,35545 +"115694",15734,104932 +"115695",15735,16235 +"115696",15735,16236 +"115697",15735,19252 +"115698",15735,19463 +"115699",15735,41866 +"115700",15735,53391 +"115701",15735,70409 +"115702",15735,94280 +"115703",15735,105319 +"115704",15735,105353 +"115705",15736,15738 +"115706",15736,37606 +"115707",15736,53597 +"115708",15737,19383 +"115709",15737,22631 +"115710",15737,22649 +"115711",15737,22652 +"115712",15737,22745 +"115713",15737,24261 +"115714",15737,24282 +"115715",15737,44101 +"115716",15737,83625 +"115717",15739,17090 +"115718",15739,35231 +"115719",15739,45733 +"115720",15739,46341 +"115721",15739,51132 +"115722",15739,53650 +"115723",15739,60724 +"115724",15739,68488 +"115725",15739,69273 +"115726",15740,73889 +"115727",15740,74560 +"115728",15740,113780 +"115729",15741,38631 +"115730",15741,55790 +"115731",15741,55933 +"115732",15741,55947 +"115733",15741,55959 +"115734",15742,16398 +"115735",15742,16500 +"115736",15743,52389 +"115737",15743,79626 +"115738",15743,87607 +"115739",15744,19324 +"115740",15744,20521 +"115741",15744,22632 +"115742",15744,22724 +"115743",15744,22746 +"115744",15744,23730 +"115745",15744,29782 +"115746",15744,48084 +"115747",15744,48585 +"115748",15744,48612 +"115749",15744,48645 +"115750",15744,65246 +"115751",15744,79415 +"115752",15744,81396 +"115753",15744,122277 +"115754",15744,122279 +"115755",15745,19213 +"115756",15745,27451 +"115757",15745,33180 +"115758",15745,33338 +"115759",15745,39712 +"115760",15745,45727 +"115761",15745,48968 +"115762",15745,71913 +"115763",15745,72086 +"115764",15745,91538 +"115765",15745,93950 +"115766",15745,105361 +"115767",15746,107891 +"115768",15747,15966 +"115769",15747,34168 +"115770",15747,61430 +"115771",15748,15809 +"115772",15748,80728 +"115773",15748,83914 +"115774",15749,20363 +"115775",15749,22956 +"115776",15749,31541 +"115777",15749,54625 +"115778",15750,16209 +"115779",15750,25921 +"115780",15750,64047 +"115781",15750,64048 +"115782",15751,64506 +"115783",15752,21029 +"115784",15752,41909 +"115785",15752,47260 +"115786",15752,51470 +"115787",15752,58187 +"115788",15752,61309 +"115789",15752,63442 +"115790",15752,63775 +"115791",15752,74031 +"115792",15752,77746 +"115793",15752,78024 +"115794",15752,84786 +"115795",15752,84818 +"115796",15753,92818 +"115797",15754,16720 +"115798",15755,16586 +"115799",15755,29177 +"115800",15755,29178 +"115801",15755,78803 +"115802",15756,16428 +"115803",15756,58429 +"115804",15757,36073 +"115805",15757,41329 +"115806",15757,67763 +"115807",15758,27802 +"115808",15760,68979 +"115809",15760,93762 +"115810",15760,101588 +"115811",15761,97488 +"115812",15761,102393 +"115813",15762,20031 +"115814",15762,29115 +"115815",15762,35471 +"115816",15762,35481 +"115817",15762,35963 +"115818",15762,48484 +"115819",15762,49364 +"115820",15762,58052 +"115821",15762,59505 +"115822",15762,59699 +"115823",15762,62726 +"115824",15762,68120 +"115825",15762,68561 +"115826",15762,71541 +"115827",15762,87352 +"115828",15762,91904 +"115829",15762,92441 +"115830",15762,93147 +"115831",15762,94806 +"115832",15762,98166 +"115833",15762,105685 +"115834",15762,117950 +"115835",15762,119336 +"115836",15763,23418 +"115837",15763,36068 +"115838",15763,45787 +"115839",15763,48690 +"115840",15763,58022 +"115841",15764,18017 +"115842",15764,32493 +"115843",15764,42601 +"115844",15764,43360 +"115845",15764,51535 +"115846",15764,69994 +"115847",15764,87278 +"115848",15764,95708 +"115849",15764,105306 +"115850",15765,30222 +"115851",15765,31951 +"115852",15765,41556 +"115853",15765,48387 +"115854",15765,52986 +"115855",15765,79656 +"115856",15765,85526 +"115857",15765,85831 +"115858",15765,91433 +"115859",15765,99868 +"115860",15766,25091 +"115861",15766,32347 +"115862",15766,53012 +"115863",15766,76697 +"115864",15766,93632 +"115865",15767,20611 +"115866",15767,28256 +"115867",15767,36141 +"115868",15767,54079 +"115869",15767,56280 +"115870",15767,106752 +"115871",15768,17755 +"115872",15768,48194 +"115873",15768,49237 +"115874",15769,15901 +"115875",15769,19523 +"115876",15769,23554 +"115877",15769,25212 +"115878",15769,34314 +"115879",15769,35802 +"115880",15769,35904 +"115881",15769,36089 +"115882",15769,36338 +"115883",15769,48123 +"115884",15769,50063 +"115885",15769,50235 +"115886",15769,59210 +"115887",15769,62063 +"115888",15769,62793 +"115889",15769,72573 +"115890",15769,81722 +"115891",15769,93820 +"115892",15769,101016 +"115893",15769,101087 +"115894",15769,102401 +"115895",15769,105495 +"115896",15769,105955 +"115897",15769,116302 +"115898",15769,116315 +"115899",15769,116325 +"115900",15769,116331 +"115901",15769,121745 +"115902",15770,16729 +"115903",15770,17328 +"115904",15770,20358 +"115905",15770,21078 +"115906",15770,21369 +"115907",15770,25819 +"115908",15770,26229 +"115909",15770,27616 +"115910",15770,31751 +"115911",15770,34988 +"115912",15770,36031 +"115913",15770,36288 +"115914",15770,37417 +"115915",15770,37555 +"115916",15770,38643 +"115917",15770,44331 +"115918",15770,60883 +"115919",15770,82533 +"115920",15770,83680 +"115921",15770,83744 +"115922",15770,89681 +"115923",15770,90234 +"115924",15770,90321 +"115925",15770,113310 +"115926",15771,21193 +"115927",15771,23508 +"115928",15771,24139 +"115929",15771,24150 +"115930",15771,25492 +"115931",15771,26998 +"115932",15771,30062 +"115933",15771,33255 +"115934",15771,34749 +"115935",15771,43560 +"115936",15771,44499 +"115937",15771,48121 +"115938",15771,48162 +"115939",15771,86799 +"115940",15773,16839 +"115941",15773,18750 +"115942",15773,48276 +"115943",15773,100578 +"115944",15774,25719 +"115945",15774,49796 +"115946",15775,15776 +"115947",15775,16107 +"115948",15775,19394 +"115949",15775,28659 +"115950",15775,33661 +"115951",15775,50095 +"115952",15776,37567 +"115953",15776,44461 +"115954",15776,44512 +"115955",15776,44853 +"115956",15777,79966 +"115957",15777,92672 +"115958",15777,93476 +"115959",15777,93477 +"115960",15777,93491 +"115961",15778,61266 +"115962",15778,112903 +"115963",15779,15933 +"115964",15779,16004 +"115965",15779,97146 +"115966",15781,66212 +"115967",15782,16871 +"115968",15782,21299 +"115969",15782,21450 +"115970",15782,22345 +"115971",15782,22533 +"115972",15782,22546 +"115973",15782,22731 +"115974",15782,55104 +"115975",15782,84235 +"115976",15782,89053 +"115977",15782,96608 +"115978",15782,97178 +"115979",15783,32775 +"115980",15783,50350 +"115981",15783,77852 +"115982",15783,82873 +"115983",15784,16969 +"115984",15784,16977 +"115985",15784,17094 +"115986",15784,19266 +"115987",15784,28078 +"115988",15784,41324 +"115989",15784,41825 +"115990",15784,56310 +"115991",15784,76826 +"115992",15784,77436 +"115993",15784,80988 +"115994",15784,85802 +"115995",15784,92669 +"115996",15784,99296 +"115997",15784,100056 +"115998",15784,100711 +"115999",15785,45903 +"116000",15785,66319 +"116001",15785,89669 +"116002",15785,121326 +"116003",15786,26394 +"116004",15786,26439 +"116005",15786,26541 +"116006",15787,34906 +"116007",15787,48500 +"116008",15787,51447 +"116009",15787,51487 +"116010",15788,37982 +"116011",15788,40643 +"116012",15788,45887 +"116013",15788,52262 +"116014",15788,57228 +"116015",15788,57259 +"116016",15788,58195 +"116017",15788,71137 +"116018",15788,99433 +"116019",15788,108022 +"116020",15789,16509 +"116021",15789,24548 +"116022",15790,27946 +"116023",15790,28569 +"116024",15790,29736 +"116025",15790,44885 +"116026",15790,53604 +"116027",15790,61417 +"116028",15790,62190 +"116029",15790,102289 +"116030",15791,16563 +"116031",15791,19184 +"116032",15791,40187 +"116033",15791,41735 +"116034",15791,50930 +"116035",15791,51549 +"116036",15791,54732 +"116037",15791,55484 +"116038",15791,89391 +"116039",15791,89422 +"116040",15791,91973 +"116041",15791,92773 +"116042",15791,94273 +"116043",15791,110942 +"116044",15792,22261 +"116045",15792,24591 +"116046",15792,25872 +"116047",15792,26732 +"116048",15792,26845 +"116049",15792,55232 +"116050",15792,55244 +"116051",15792,55460 +"116052",15793,16821 +"116053",15793,29705 +"116054",15793,52097 +"116055",15793,63652 +"116056",15793,64248 +"116057",15793,68814 +"116058",15793,75948 +"116059",15793,92220 +"116060",15793,99444 +"116061",15793,105742 +"116062",15793,109745 +"116063",15794,16392 +"116064",15794,52589 +"116065",15794,79354 +"116066",15795,16448 +"116067",15795,16517 +"116068",15795,31366 +"116069",15795,42489 +"116070",15796,27402 +"116071",15796,37419 +"116072",15796,39073 +"116073",15796,52015 +"116074",15796,55550 +"116075",15796,59500 +"116076",15797,49710 +"116077",15797,105733 +"116078",15797,105749 +"116079",15797,105760 +"116080",15797,105880 +"116081",15798,19806 +"116082",15798,24464 +"116083",15799,21101 +"116084",15799,21119 +"116085",15799,21574 +"116086",15799,21617 +"116087",15799,23526 +"116088",15799,26638 +"116089",15799,27537 +"116090",15799,44374 +"116091",15799,77018 +"116092",15799,79033 +"116093",15799,81326 +"116094",15799,81369 +"116095",15799,99468 +"116096",15799,109186 +"116097",15799,109233 +"116098",15799,109368 +"116099",15800,17318 +"116100",15800,41545 +"116101",15800,41755 +"116102",15801,22475 +"116103",15801,58397 +"116104",15802,31827 +"116105",15802,33898 +"116106",15802,41192 +"116107",15802,42301 +"116108",15802,53260 +"116109",15802,57570 +"116110",15802,60714 +"116111",15802,63944 +"116112",15802,69040 +"116113",15802,103837 +"116114",15802,109950 +"116115",15803,15900 +"116116",15803,25194 +"116117",15803,33388 +"116118",15803,51749 +"116119",15803,56308 +"116120",15803,69688 +"116121",15804,26409 +"116122",15804,31860 +"116123",15804,68230 +"116124",15805,18221 +"116125",15806,17310 +"116126",15807,20777 +"116127",15807,36850 +"116128",15807,46280 +"116129",15807,96301 +"116130",15807,104124 +"116131",15807,118895 +"116132",15807,120446 +"116133",15807,123284 +"116134",15808,18255 +"116135",15808,20237 +"116136",15808,28391 +"116137",15808,40487 +"116138",15808,40964 +"116139",15808,41238 +"116140",15808,51620 +"116141",15808,51931 +"116142",15808,61848 +"116143",15809,23477 +"116144",15809,24483 +"116145",15809,27848 +"116146",15809,27851 +"116147",15809,28020 +"116148",15809,30163 +"116149",15809,30459 +"116150",15809,45487 +"116151",15809,46254 +"116152",15809,47827 +"116153",15809,63970 +"116154",15809,68460 +"116155",15809,77217 +"116156",15809,80061 +"116157",15809,80728 +"116158",15809,83914 +"116159",15809,85481 +"116160",15809,86350 +"116161",15809,86523 +"116162",15809,89685 +"116163",15809,91869 +"116164",15809,92497 +"116165",15809,92511 +"116166",15809,93317 +"116167",15809,101642 +"116168",15809,110418 +"116169",15810,69191 +"116170",15811,58189 +"116171",15812,16380 +"116172",15812,33123 +"116173",15812,33174 +"116174",15812,33194 +"116175",15812,33206 +"116176",15812,33247 +"116177",15812,33272 +"116178",15812,33325 +"116179",15812,33331 +"116180",15813,17931 +"116181",15813,19298 +"116182",15813,24517 +"116183",15813,33394 +"116184",15813,34423 +"116185",15813,48244 +"116186",15813,58078 +"116187",15813,76892 +"116188",15814,61588 +"116189",15814,62851 +"116190",15815,56401 +"116191",15816,52089 +"116192",15816,54794 +"116193",15816,58503 +"116194",15816,83599 +"116195",15817,17502 +"116196",15817,26267 +"116197",15817,26871 +"116198",15817,27001 +"116199",15817,27023 +"116200",15817,29066 +"116201",15818,15958 +"116202",15818,44028 +"116203",15818,79386 +"116204",15818,86690 +"116205",15818,104838 +"116206",15819,18500 +"116207",15819,22489 +"116208",15819,51058 +"116209",15820,15899 +"116210",15820,16087 +"116211",15820,19528 +"116212",15820,24756 +"116213",15820,26776 +"116214",15820,27599 +"116215",15820,33259 +"116216",15820,37739 +"116217",15820,37934 +"116218",15820,38393 +"116219",15820,48856 +"116220",15820,51119 +"116221",15820,52506 +"116222",15820,60385 +"116223",15820,82525 +"116224",15820,92776 +"116225",15823,18576 +"116226",15823,19430 +"116227",15823,28723 +"116228",15823,38916 +"116229",15823,45612 +"116230",15824,21133 +"116231",15824,29235 +"116232",15824,34416 +"116233",15824,70902 +"116234",15824,81070 +"116235",15824,95193 +"116236",15825,23194 +"116237",15825,27316 +"116238",15825,35470 +"116239",15825,49338 +"116240",15825,52339 +"116241",15825,69553 +"116242",15825,86127 +"116243",15825,88809 +"116244",15825,89015 +"116245",15826,18113 +"116246",15826,24027 +"116247",15826,26158 +"116248",15826,29896 +"116249",15826,35438 +"116250",15826,36233 +"116251",15826,37308 +"116252",15826,42455 +"116253",15826,58469 +"116254",15826,58491 +"116255",15826,58500 +"116256",15826,58546 +"116257",15826,78216 +"116258",15827,15915 +"116259",15827,17394 +"116260",15827,19035 +"116261",15827,19081 +"116262",15827,23423 +"116263",15827,24911 +"116264",15827,24943 +"116265",15827,25312 +"116266",15827,33830 +"116267",15827,35730 +"116268",15827,35890 +"116269",15827,49682 +"116270",15827,55189 +"116271",15827,72158 +"116272",15827,92739 +"116273",15827,114289 +"116274",15827,114910 +"116275",15827,115785 +"116276",15829,71585 +"116277",15830,17596 +"116278",15830,30029 +"116279",15830,58734 +"116280",15830,61406 +"116281",15830,66272 +"116282",15830,66274 +"116283",15830,89423 +"116284",15830,90093 +"116285",15830,112952 +"116286",15831,52267 +"116287",15832,15897 +"116288",15832,15898 +"116289",15832,39709 +"116290",15832,102554 +"116291",15833,20562 +"116292",15833,33405 +"116293",15833,82689 +"116294",15834,16198 +"116295",15834,20971 +"116296",15834,44092 +"116297",15834,54187 +"116298",15834,91921 +"116299",15834,104949 +"116300",15835,16863 +"116301",15836,15904 +"116302",15836,31257 +"116303",15836,70683 +"116304",15837,21164 +"116305",15837,22807 +"116306",15837,23100 +"116307",15837,31890 +"116308",15837,32047 +"116309",15837,33573 +"116310",15837,34149 +"116311",15837,34316 +"116312",15837,41471 +"116313",15837,49305 +"116314",15837,88384 +"116315",15838,15990 +"116316",15838,40432 +"116317",15838,84119 +"116318",15839,16019 +"116319",15839,47909 +"116320",15839,111211 +"116321",15840,15972 +"116322",15840,18367 +"116323",15840,19902 +"116324",15840,26094 +"116325",15840,76504 +"116326",15840,76505 +"116327",15840,102973 +"116328",15841,17013 +"116329",15841,19975 +"116330",15841,21426 +"116331",15841,24649 +"116332",15841,28808 +"116333",15841,30302 +"116334",15841,32940 +"116335",15841,37363 +"116336",15841,37509 +"116337",15841,41713 +"116338",15841,46621 +"116339",15841,47585 +"116340",15841,50163 +"116341",15841,50173 +"116342",15841,57410 +"116343",15841,61785 +"116344",15841,69447 +"116345",15841,75921 +"116346",15841,79136 +"116347",15841,82315 +"116348",15841,83865 +"116349",15841,84607 +"116350",15841,88232 +"116351",15841,90643 +"116352",15841,101189 +"116353",15841,102067 +"116354",15841,107293 +"116355",15841,110208 +"116356",15842,60000 +"116357",15843,15883 +"116358",15843,16002 +"116359",15843,16003 +"116360",15844,20500 +"116361",15844,21225 +"116362",15844,22466 +"116363",15844,22968 +"116364",15844,24770 +"116365",15844,32381 +"116366",15844,34969 +"116367",15844,35146 +"116368",15844,54073 +"116369",15844,57979 +"116370",15844,66750 +"116371",15844,67488 +"116372",15844,69223 +"116373",15844,71059 +"116374",15844,86553 +"116375",15844,90190 +"116376",15844,94987 +"116377",15844,123225 +"116378",15844,123246 +"116379",15844,123251 +"116380",15844,123254 +"116381",15845,18545 +"116382",15845,25008 +"116383",15845,30793 +"116384",15845,37853 +"116385",15845,38206 +"116386",15845,38291 +"116387",15845,38338 +"116388",15845,57490 +"116389",15845,66829 +"116390",15845,110411 +"116391",15846,23417 +"116392",15846,28487 +"116393",15846,39425 +"116394",15846,48462 +"116395",15847,31711 +"116396",15847,96588 +"116397",15849,105628 +"116398",15849,105631 +"116399",15850,15870 +"116400",15850,53592 +"116401",15851,15852 +"116402",15851,93678 +"116403",15852,34401 +"116404",15852,91719 +"116405",15852,99330 +"116406",15852,111960 +"116407",15853,25160 +"116408",15853,26908 +"116409",15853,43988 +"116410",15853,47122 +"116411",15853,51780 +"116412",15854,44064 +"116413",15854,52974 +"116414",15855,23950 +"116415",15855,89112 +"116416",15856,88813 +"116417",15856,88814 +"116418",15857,61727 +"116419",15857,72869 +"116420",15858,28061 +"116421",15858,95204 +"116422",15859,20154 +"116423",15859,23418 +"116424",15859,24984 +"116425",15859,28849 +"116426",15859,84025 +"116427",15860,22095 +"116428",15861,89817 +"116429",15862,27958 +"116430",15862,56590 +"116431",15863,30552 +"116432",15863,71032 +"116433",15863,78559 +"116434",15864,36237 +"116435",15864,59281 +"116436",15864,67764 +"116437",15865,22684 +"116438",15865,42496 +"116439",15865,59282 +"116440",15865,66829 +"116441",15866,21351 +"116442",15867,23035 +"116443",15867,39426 +"116444",15867,44863 +"116445",15867,55238 +"116446",15867,56723 +"116447",15867,56788 +"116448",15867,62015 +"116449",15867,67496 +"116450",15867,85602 +"116451",15867,96484 +"116452",15867,96491 +"116453",15867,103784 +"116454",15868,15916 +"116455",15868,16046 +"116456",15868,18525 +"116457",15868,24734 +"116458",15868,26172 +"116459",15868,26389 +"116460",15868,26513 +"116461",15868,30682 +"116462",15868,34905 +"116463",15868,38538 +"116464",15868,47557 +"116465",15868,47705 +"116466",15868,52225 +"116467",15868,67648 +"116468",15868,84003 +"116469",15869,15907 +"116470",15869,44990 +"116471",15869,82637 +"116472",15871,24241 +"116473",15871,32832 +"116474",15871,53624 +"116475",15871,67734 +"116476",15871,70546 +"116477",15871,88995 +"116478",15871,89689 +"116479",15871,90052 +"116480",15871,90530 +"116481",15871,94396 +"116482",15871,107604 +"116483",15871,108222 +"116484",15871,108239 +"116485",15871,117222 +"116486",15871,117473 +"116487",15872,40481 +"116488",15872,44611 +"116489",15872,74894 +"116490",15872,91249 +"116491",15872,94764 +"116492",15872,101395 +"116493",15872,104084 +"116494",15872,107948 +"116495",15872,110650 +"116496",15873,31727 +"116497",15873,31729 +"116498",15873,33215 +"116499",15873,36967 +"116500",15873,37074 +"116501",15873,40664 +"116502",15873,41509 +"116503",15873,41757 +"116504",15873,77264 +"116505",15873,79453 +"116506",15873,93522 +"116507",15874,16908 +"116508",15874,33904 +"116509",15874,67089 +"116510",15875,25167 +"116511",15875,37661 +"116512",15875,41195 +"116513",15876,17208 +"116514",15876,17520 +"116515",15876,17582 +"116516",15876,25874 +"116517",15876,33158 +"116518",15876,38921 +"116519",15876,42264 +"116520",15876,47268 +"116521",15876,47323 +"116522",15876,47351 +"116523",15876,47535 +"116524",15876,47562 +"116525",15876,47623 +"116526",15876,47624 +"116527",15876,49025 +"116528",15876,50252 +"116529",15877,24603 +"116530",15878,25542 +"116531",15878,34930 +"116532",15878,37238 +"116533",15878,53292 +"116534",15879,22116 +"116535",15879,32541 +"116536",15879,34357 +"116537",15879,51100 +"116538",15879,52815 +"116539",15879,68006 +"116540",15879,74413 +"116541",15879,76286 +"116542",15880,19206 +"116543",15880,21536 +"116544",15880,74078 +"116545",15881,33157 +"116546",15881,54278 +"116547",15881,63493 +"116548",15881,85014 +"116549",15881,93112 +"116550",15881,106359 +"116551",15881,108193 +"116552",15881,119263 +"116553",15882,22793 +"116554",15882,26806 +"116555",15882,51046 +"116556",15883,16002 +"116557",15883,16003 +"116558",15884,15885 +"116559",15884,18162 +"116560",15885,18162 +"116561",15886,15914 +"116562",15887,16259 +"116563",15887,17828 +"116564",15887,18298 +"116565",15887,21178 +"116566",15887,24434 +"116567",15887,26882 +"116568",15887,28784 +"116569",15887,30747 +"116570",15887,30803 +"116571",15887,30849 +"116572",15887,32672 +"116573",15887,32988 +"116574",15887,40645 +"116575",15887,44463 +"116576",15887,46040 +"116577",15887,47438 +"116578",15887,52707 +"116579",15887,65155 +"116580",15887,65257 +"116581",15887,71033 +"116582",15887,73409 +"116583",15887,75568 +"116584",15887,76428 +"116585",15887,80625 +"116586",15887,81046 +"116587",15887,84194 +"116588",15887,89980 +"116589",15887,90968 +"116590",15887,90972 +"116591",15887,104590 +"116592",15887,108463 +"116593",15887,116534 +"116594",15887,116545 +"116595",15888,15960 +"116596",15888,15976 +"116597",15888,16043 +"116598",15888,17021 +"116599",15888,23594 +"116600",15888,23972 +"116601",15888,27047 +"116602",15888,29834 +"116603",15888,29845 +"116604",15888,29882 +"116605",15888,29894 +"116606",15888,30007 +"116607",15888,75320 +"116608",15889,21524 +"116609",15889,25899 +"116610",15889,63206 +"116611",15889,81614 +"116612",15889,88959 +"116613",15890,16127 +"116614",15890,25069 +"116615",15891,23786 +"116616",15891,37435 +"116617",15891,53498 +"116618",15891,71493 +"116619",15892,46070 +"116620",15892,46147 +"116621",15893,17259 +"116622",15893,22442 +"116623",15893,31001 +"116624",15893,41746 +"116625",15893,42364 +"116626",15893,116032 +"116627",15894,16020 +"116628",15894,19925 +"116629",15894,102805 +"116630",15894,117911 +"116631",15896,31313 +"116632",15897,15898 +"116633",15898,25949 +"116634",15898,62996 +"116635",15898,72469 +"116636",15898,122298 +"116637",15899,15918 +"116638",15899,19528 +"116639",15899,33259 +"116640",15899,51119 +"116641",15899,54483 +"116642",15899,82525 +"116643",15899,92776 +"116644",15900,41523 +"116645",15900,48558 +"116646",15900,121750 +"116647",15901,19523 +"116648",15901,23554 +"116649",15901,34314 +"116650",15901,35802 +"116651",15901,36089 +"116652",15901,40770 +"116653",15901,48123 +"116654",15901,50235 +"116655",15901,59210 +"116656",15901,62063 +"116657",15901,72573 +"116658",15901,81722 +"116659",15901,97308 +"116660",15901,99043 +"116661",15901,101016 +"116662",15901,101087 +"116663",15901,102401 +"116664",15901,105495 +"116665",15901,105955 +"116666",15901,116302 +"116667",15901,116315 +"116668",15901,116325 +"116669",15901,116331 +"116670",15902,15987 +"116671",15902,16014 +"116672",15902,22987 +"116673",15902,23349 +"116674",15903,16917 +"116675",15903,17066 +"116676",15903,21761 +"116677",15903,40204 +"116678",15903,82315 +"116679",15903,82787 +"116680",15903,85658 +"116681",15903,93847 +"116682",15903,98712 +"116683",15903,107385 +"116684",15903,110607 +"116685",15904,57301 +"116686",15904,57315 +"116687",15904,105431 +"116688",15905,91466 +"116689",15906,18502 +"116690",15906,18543 +"116691",15906,24650 +"116692",15906,41151 +"116693",15906,47675 +"116694",15906,50315 +"116695",15906,64806 +"116696",15906,108533 +"116697",15908,16652 +"116698",15908,17536 +"116699",15908,18270 +"116700",15908,20449 +"116701",15908,21088 +"116702",15908,23847 +"116703",15908,24012 +"116704",15908,24910 +"116705",15908,25758 +"116706",15908,26537 +"116707",15908,26872 +"116708",15908,28767 +"116709",15908,28871 +"116710",15908,30334 +"116711",15908,35496 +"116712",15908,37610 +"116713",15908,37636 +"116714",15908,39435 +"116715",15908,40131 +"116716",15908,40166 +"116717",15908,40392 +"116718",15908,40905 +"116719",15908,41030 +"116720",15908,41527 +"116721",15908,41529 +"116722",15908,41778 +"116723",15908,43147 +"116724",15908,43234 +"116725",15908,43858 +"116726",15908,44828 +"116727",15908,45657 +"116728",15908,45933 +"116729",15908,46434 +"116730",15908,46788 +"116731",15908,47123 +"116732",15908,47488 +"116733",15908,48909 +"116734",15908,49859 +"116735",15908,50064 +"116736",15908,50067 +"116737",15908,50554 +"116738",15908,50879 +"116739",15908,51783 +"116740",15908,52018 +"116741",15908,53444 +"116742",15908,53527 +"116743",15908,53555 +"116744",15908,54275 +"116745",15908,56628 +"116746",15908,58004 +"116747",15908,58068 +"116748",15908,58633 +"116749",15908,61111 +"116750",15908,61127 +"116751",15908,68287 +"116752",15908,78532 +"116753",15908,120771 +"116754",15908,121962 +"116755",15909,48955 +"116756",15909,108427 +"116757",15910,37381 +"116758",15910,40272 +"116759",15910,46891 +"116760",15910,87350 +"116761",15910,115547 +"116762",15911,41114 +"116763",15911,55718 +"116764",15911,55768 +"116765",15912,41228 +"116766",15912,75708 +"116767",15912,76917 +"116768",15913,54478 +"116769",15914,25301 +"116770",15914,79209 +"116771",15914,98248 +"116772",15916,16046 +"116773",15916,16848 +"116774",15916,27544 +"116775",15916,75823 +"116776",15916,75824 +"116777",15916,75838 +"116778",15916,75925 +"116779",15916,76934 +"116780",15917,26500 +"116781",15917,27416 +"116782",15917,44369 +"116783",15917,44789 +"116784",15917,50092 +"116785",15917,63146 +"116786",15917,76668 +"116787",15917,79703 +"116788",15917,85369 +"116789",15919,17733 +"116790",15919,18821 +"116791",15920,96801 +"116792",15921,21207 +"116793",15921,27500 +"116794",15921,29387 +"116795",15921,29818 +"116796",15921,30586 +"116797",15921,32325 +"116798",15921,33824 +"116799",15921,41581 +"116800",15921,47232 +"116801",15921,48008 +"116802",15921,49513 +"116803",15921,67623 +"116804",15921,68423 +"116805",15921,76972 +"116806",15921,82968 +"116807",15921,85198 +"116808",15921,85199 +"116809",15921,96721 +"116810",15921,101331 +"116811",15922,16890 +"116812",15922,20563 +"116813",15922,40439 +"116814",15922,44634 +"116815",15922,74095 +"116816",15922,85754 +"116817",15922,97433 +"116818",15924,15965 +"116819",15924,15979 +"116820",15925,21318 +"116821",15925,22310 +"116822",15925,24986 +"116823",15925,32389 +"116824",15925,41211 +"116825",15925,57373 +"116826",15925,102311 +"116827",15925,106591 +"116828",15925,108483 +"116829",15925,113560 +"116830",15926,15995 +"116831",15926,16599 +"116832",15926,20695 +"116833",15926,23155 +"116834",15926,23336 +"116835",15926,25345 +"116836",15926,25748 +"116837",15926,29306 +"116838",15926,44602 +"116839",15926,56364 +"116840",15926,73051 +"116841",15926,76701 +"116842",15926,76796 +"116843",15926,76843 +"116844",15926,77947 +"116845",15926,80130 +"116846",15926,80948 +"116847",15926,80973 +"116848",15926,85433 +"116849",15926,96758 +"116850",15926,101208 +"116851",15926,107481 +"116852",15927,34169 +"116853",15927,67132 +"116854",15928,38938 +"116855",15928,41759 +"116856",15928,41801 +"116857",15928,54109 +"116858",15928,93365 +"116859",15928,93547 +"116860",15928,97071 +"116861",15928,99378 +"116862",15929,23359 +"116863",15929,24699 +"116864",15929,28260 +"116865",15929,30795 +"116866",15929,33635 +"116867",15929,36205 +"116868",15929,46850 +"116869",15929,48996 +"116870",15929,52125 +"116871",15929,52559 +"116872",15929,54272 +"116873",15929,62278 +"116874",15929,66143 +"116875",15929,69754 +"116876",15929,69983 +"116877",15929,81109 +"116878",15929,108547 +"116879",15929,108699 +"116880",15929,117158 +"116881",15929,119046 +"116882",15929,123379 +"116883",15930,16013 +"116884",15930,16111 +"116885",15930,17609 +"116886",15930,29095 +"116887",15930,52308 +"116888",15931,16171 +"116889",15931,106925 +"116890",15932,16114 +"116891",15932,49631 +"116892",15932,64931 +"116893",15932,89998 +"116894",15932,118294 +"116895",15933,16004 +"116896",15933,18153 +"116897",15933,24980 +"116898",15933,75632 +"116899",15933,81416 +"116900",15933,98491 +"116901",15933,98492 +"116902",15934,23081 +"116903",15934,88191 +"116904",15934,92721 +"116905",15935,67477 +"116906",15935,103258 +"116907",15936,32716 +"116908",15936,54535 +"116909",15936,56740 +"116910",15936,56985 +"116911",15936,72182 +"116912",15936,75359 +"116913",15937,16971 +"116914",15937,25976 +"116915",15937,29158 +"116916",15937,50933 +"116917",15937,62629 +"116918",15937,92321 +"116919",15937,92322 +"116920",15937,94783 +"116921",15937,96763 +"116922",15937,104141 +"116923",15937,107432 +"116924",15937,109350 +"116925",15937,113302 +"116926",15938,21429 +"116927",15938,33209 +"116928",15938,37418 +"116929",15938,42179 +"116930",15938,47223 +"116931",15938,47802 +"116932",15938,48347 +"116933",15938,48473 +"116934",15938,64542 +"116935",15938,81094 +"116936",15938,81497 +"116937",15938,91683 +"116938",15938,97601 +"116939",15938,97607 +"116940",15939,15992 +"116941",15939,17805 +"116942",15939,17936 +"116943",15939,17970 +"116944",15939,18827 +"116945",15939,20848 +"116946",15939,29527 +"116947",15939,29557 +"116948",15939,32343 +"116949",15939,36040 +"116950",15939,44464 +"116951",15939,52767 +"116952",15939,68091 +"116953",15939,78817 +"116954",15939,82226 +"116955",15939,82310 +"116956",15939,83556 +"116957",15939,93203 +"116958",15939,93226 +"116959",15940,36577 +"116960",15940,53926 +"116961",15940,64172 +"116962",15940,69471 +"116963",15940,78305 +"116964",15940,99044 +"116965",15941,21454 +"116966",15941,21685 +"116967",15942,34758 +"116968",15942,54518 +"116969",15942,56661 +"116970",15942,64699 +"116971",15942,94665 +"116972",15942,110980 +"116973",15942,115903 +"116974",15943,51653 +"116975",15944,26679 +"116976",15944,116274 +"116977",15945,32686 +"116978",15945,38697 +"116979",15945,39104 +"116980",15945,50648 +"116981",15945,54737 +"116982",15945,59631 +"116983",15945,63631 +"116984",15945,63664 +"116985",15945,64514 +"116986",15945,90128 +"116987",15945,101122 +"116988",15945,114866 +"116989",15945,114923 +"116990",15945,115766 +"116991",15947,40878 +"116992",15948,23709 +"116993",15949,58970 +"116994",15950,16009 +"116995",15950,22242 +"116996",15950,37365 +"116997",15950,39969 +"116998",15950,48042 +"116999",15950,74893 +"117000",15950,77708 +"117001",15950,77727 +"117002",15950,115650 +"117003",15951,92292 +"117004",15952,22434 +"117005",15952,33011 +"117006",15952,33555 +"117007",15952,33644 +"117008",15952,34281 +"117009",15952,42418 +"117010",15952,42508 +"117011",15952,42937 +"117012",15952,45970 +"117013",15952,47986 +"117014",15952,48066 +"117015",15952,48147 +"117016",15952,48179 +"117017",15952,57390 +"117018",15952,58294 +"117019",15952,59120 +"117020",15952,62747 +"117021",15953,80925 +"117022",15953,89926 +"117023",15953,95042 +"117024",15953,106947 +"117025",15954,33652 +"117026",15954,33681 +"117027",15954,33682 +"117028",15954,36068 +"117029",15954,46647 +"117030",15954,48575 +"117031",15954,71793 +"117032",15954,95662 +"117033",15954,108494 +"117034",15954,108524 +"117035",15954,108545 +"117036",15954,113592 +"117037",15955,88391 +"117038",15956,49941 +"117039",15957,16151 +"117040",15957,17548 +"117041",15957,23545 +"117042",15957,31243 +"117043",15957,49524 +"117044",15957,50110 +"117045",15957,50174 +"117046",15958,18775 +"117047",15958,31371 +"117048",15958,37713 +"117049",15958,39121 +"117050",15958,39155 +"117051",15959,18530 +"117052",15960,15976 +"117053",15960,16043 +"117054",15960,33623 +"117055",15960,45664 +"117056",15960,62193 +"117057",15960,63490 +"117058",15960,75320 +"117059",15960,76639 +"117060",15960,76640 +"117061",15960,77040 +"117062",15960,77055 +"117063",15960,77057 +"117064",15960,77066 +"117065",15960,77095 +"117066",15960,77096 +"117067",15960,77101 +"117068",15960,77102 +"117069",15960,77103 +"117070",15960,77106 +"117071",15961,71477 +"117072",15961,106881 +"117073",15961,119187 +"117074",15962,19718 +"117075",15962,32503 +"117076",15962,52105 +"117077",15962,53124 +"117078",15962,58017 +"117079",15962,66511 +"117080",15962,73675 +"117081",15962,77204 +"117082",15962,79230 +"117083",15962,79518 +"117084",15962,103537 +"117085",15962,104834 +"117086",15962,104852 +"117087",15962,105578 +"117088",15962,110337 +"117089",15962,116213 +"117090",15963,47333 +"117091",15964,16252 +"117092",15964,16872 +"117093",15964,17145 +"117094",15964,17508 +"117095",15964,18060 +"117096",15964,18217 +"117097",15964,22462 +"117098",15964,22823 +"117099",15964,23147 +"117100",15964,23421 +"117101",15964,23632 +"117102",15964,23953 +"117103",15964,24495 +"117104",15964,24710 +"117105",15964,25143 +"117106",15964,25303 +"117107",15964,25664 +"117108",15964,26407 +"117109",15964,27174 +"117110",15964,27196 +"117111",15964,27710 +"117112",15964,28703 +"117113",15964,29253 +"117114",15964,29341 +"117115",15964,29560 +"117116",15964,29573 +"117117",15964,29868 +"117118",15964,32438 +"117119",15964,32967 +"117120",15964,33223 +"117121",15964,33881 +"117122",15964,34097 +"117123",15964,34330 +"117124",15964,34513 +"117125",15964,35400 +"117126",15964,36476 +"117127",15964,36547 +"117128",15964,36745 +"117129",15964,37821 +"117130",15964,37931 +"117131",15964,38319 +"117132",15964,39398 +"117133",15964,39492 +"117134",15964,40320 +"117135",15964,40373 +"117136",15964,40542 +"117137",15964,41182 +"117138",15964,42131 +"117139",15964,46843 +"117140",15964,48331 +"117141",15964,62342 +"117142",15964,83285 +"117143",15965,15979 +"117144",15965,16682 +"117145",15965,26258 +"117146",15965,28135 +"117147",15965,51218 +"117148",15965,52525 +"117149",15965,54812 +"117150",15965,84864 +"117151",15965,92459 +"117152",15965,101281 +"117153",15965,116701 +"117154",15965,121058 +"117155",15965,121126 +"117156",15965,121130 +"117157",15966,16013 +"117158",15966,23787 +"117159",15966,29078 +"117160",15966,29447 +"117161",15967,20967 +"117162",15967,28619 +"117163",15967,85760 +"117164",15968,20576 +"117165",15968,25623 +"117166",15968,60171 +"117167",15968,111264 +"117168",15969,16314 +"117169",15969,61842 +"117170",15969,88165 +"117171",15970,16325 +"117172",15970,20671 +"117173",15970,23942 +"117174",15970,65036 +"117175",15970,117504 +"117176",15971,30784 +"117177",15973,17761 +"117178",15973,42953 +"117179",15974,17447 +"117180",15974,27840 +"117181",15974,31476 +"117182",15974,39611 +"117183",15974,42436 +"117184",15974,53036 +"117185",15974,55288 +"117186",15974,55320 +"117187",15974,55791 +"117188",15974,67120 +"117189",15974,67157 +"117190",15974,82795 +"117191",15975,38142 +"117192",15976,16043 +"117193",15976,60456 +"117194",15976,75320 +"117195",15976,85638 +"117196",15976,90443 +"117197",15977,68268 +"117198",15977,74717 +"117199",15977,108959 +"117200",15977,108979 +"117201",15977,108981 +"117202",15978,18906 +"117203",15978,19545 +"117204",15978,19921 +"117205",15978,23784 +"117206",15978,25023 +"117207",15978,26505 +"117208",15978,26553 +"117209",15978,29819 +"117210",15978,34088 +"117211",15978,36159 +"117212",15978,36247 +"117213",15978,37266 +"117214",15978,62371 +"117215",15978,72252 +"117216",15978,97000 +"117217",15978,111538 +"117218",15979,16003 +"117219",15979,42517 +"117220",15980,53166 +"117221",15981,16024 +"117222",15981,38393 +"117223",15982,24401 +"117224",15982,25747 +"117225",15982,31621 +"117226",15983,15984 +"117227",15983,27513 +"117228",15983,31252 +"117229",15983,51048 +"117230",15983,55072 +"117231",15983,55608 +"117232",15983,57888 +"117233",15983,58461 +"117234",15983,115618 +"117235",15983,116519 +"117236",15984,19929 +"117237",15984,26875 +"117238",15985,19317 +"117239",15985,27517 +"117240",15985,56531 +"117241",15985,59992 +"117242",15985,61242 +"117243",15985,67559 +"117244",15985,71233 +"117245",15985,101410 +"117246",15985,102584 +"117247",15985,102604 +"117248",15985,107588 +"117249",15986,63268 +"117250",15987,16014 +"117251",15987,26046 +"117252",15988,15989 +"117253",15988,21811 +"117254",15988,23688 +"117255",15988,25086 +"117256",15988,28823 +"117257",15988,31668 +"117258",15988,82187 +"117259",15988,82412 +"117260",15989,21811 +"117261",15989,28823 +"117262",15989,82412 +"117263",15989,83255 +"117264",15989,85352 +"117265",15990,20732 +"117266",15990,23726 +"117267",15990,27168 +"117268",15990,59484 +"117269",15990,75830 +"117270",15991,51485 +"117271",15991,108144 +"117272",15991,113131 +"117273",15991,120893 +"117274",15992,18827 +"117275",15993,16045 +"117276",15993,16048 +"117277",15993,19184 +"117278",15993,54208 +"117279",15993,55484 +"117280",15993,64185 +"117281",15993,76793 +"117282",15993,77591 +"117283",15993,81296 +"117284",15993,89383 +"117285",15993,89387 +"117286",15993,89391 +"117287",15993,89422 +"117288",15993,93846 +"117289",15993,93870 +"117290",15993,94638 +"117291",15994,18645 +"117292",15994,31420 +"117293",15994,39507 +"117294",15994,100840 +"117295",15995,16793 +"117296",15995,52809 +"117297",15996,20739 +"117298",15996,22710 +"117299",15996,29743 +"117300",15996,47907 +"117301",15996,48269 +"117302",15996,90721 +"117303",15996,97882 +"117304",15997,17682 +"117305",15997,48489 +"117306",15997,78000 +"117307",15998,18382 +"117308",15998,50144 +"117309",15998,56683 +"117310",15998,71785 +"117311",15998,75977 +"117312",15998,80887 +"117313",15998,94166 +"117314",15999,16044 +"117315",16000,20766 +"117316",16000,23042 +"117317",16000,25950 +"117318",16000,31191 +"117319",16000,31208 +"117320",16000,39676 +"117321",16000,52156 +"117322",16000,64231 +"117323",16000,66666 +"117324",16000,94913 +"117325",16000,98349 +"117326",16002,16003 +"117327",16003,26805 +"117328",16003,64513 +"117329",16005,16228 +"117330",16006,16045 +"117331",16006,16323 +"117332",16006,20680 +"117333",16006,33938 +"117334",16006,35616 +"117335",16006,39102 +"117336",16006,56312 +"117337",16006,89464 +"117338",16006,90610 +"117339",16006,103847 +"117340",16006,111353 +"117341",16006,118879 +"117342",16008,43320 +"117343",16008,72521 +"117344",16008,99573 +"117345",16010,19100 +"117346",16010,24704 +"117347",16010,29410 +"117348",16010,32477 +"117349",16010,48535 +"117350",16011,23807 +"117351",16011,27725 +"117352",16011,30443 +"117353",16011,33604 +"117354",16011,47030 +"117355",16011,59628 +"117356",16011,63753 +"117357",16011,64630 +"117358",16011,64667 +"117359",16011,90027 +"117360",16012,26967 +"117361",16012,31958 +"117362",16012,87001 +"117363",16012,93420 +"117364",16013,16111 +"117365",16013,17609 +"117366",16013,23787 +"117367",16013,34168 +"117368",16013,95728 +"117369",16014,44845 +"117370",16014,68229 +"117371",16014,106525 +"117372",16015,18354 +"117373",16015,19344 +"117374",16015,25911 +"117375",16015,46727 +"117376",16015,70455 +"117377",16016,100617 +"117378",16017,34588 +"117379",16017,36658 +"117380",16017,76389 +"117381",16017,76390 +"117382",16017,76397 +"117383",16017,76442 +"117384",16017,76463 +"117385",16017,76479 +"117386",16018,30782 +"117387",16018,41412 +"117388",16020,16083 +"117389",16020,27287 +"117390",16020,30289 +"117391",16020,40652 +"117392",16021,18834 +"117393",16021,27254 +"117394",16021,27502 +"117395",16021,28164 +"117396",16021,29407 +"117397",16021,29504 +"117398",16021,37059 +"117399",16021,37905 +"117400",16021,41167 +"117401",16021,43164 +"117402",16021,44293 +"117403",16021,47703 +"117404",16021,47754 +"117405",16021,47984 +"117406",16021,48025 +"117407",16021,48918 +"117408",16021,61058 +"117409",16021,69131 +"117410",16021,72707 +"117411",16021,73192 +"117412",16021,76924 +"117413",16021,91734 +"117414",16022,16384 +"117415",16022,56767 +"117416",16023,16498 +"117417",16023,16677 +"117418",16023,46806 +"117419",16023,56579 +"117420",16024,38393 +"117421",16024,40923 +"117422",16025,23222 +"117423",16025,50181 +"117424",16025,92662 +"117425",16026,17676 +"117426",16026,17695 +"117427",16026,19553 +"117428",16026,27458 +"117429",16026,32169 +"117430",16026,35781 +"117431",16026,80171 +"117432",16026,80304 +"117433",16026,83773 +"117434",16026,110585 +"117435",16027,34927 +"117436",16027,35017 +"117437",16028,30989 +"117438",16029,16747 +"117439",16029,17241 +"117440",16029,21795 +"117441",16029,23567 +"117442",16029,25263 +"117443",16029,27482 +"117444",16029,28923 +"117445",16029,30081 +"117446",16029,34206 +"117447",16029,34212 +"117448",16029,35542 +"117449",16029,36768 +"117450",16029,36780 +"117451",16029,36816 +"117452",16029,37683 +"117453",16029,44729 +"117454",16029,61892 +"117455",16029,64938 +"117456",16029,65508 +"117457",16029,67045 +"117458",16029,72120 +"117459",16029,76484 +"117460",16029,79805 +"117461",16029,88583 +"117462",16029,90057 +"117463",16030,59821 +"117464",16030,90918 +"117465",16031,39364 +"117466",16032,28931 +"117467",16032,39640 +"117468",16032,42927 +"117469",16032,49996 +"117470",16032,58691 +"117471",16032,62734 +"117472",16032,64527 +"117473",16032,69838 +"117474",16032,69847 +"117475",16033,16418 +"117476",16033,19712 +"117477",16033,25185 +"117478",16033,30926 +"117479",16033,34225 +"117480",16034,89637 +"117481",16034,91719 +"117482",16034,109453 +"117483",16035,41446 +"117484",16036,18476 +"117485",16036,26818 +"117486",16036,32429 +"117487",16036,54229 +"117488",16036,82169 +"117489",16037,56400 +"117490",16037,96579 +"117491",16037,98100 +"117492",16038,16673 +"117493",16038,38441 +"117494",16038,46841 +"117495",16039,112061 +"117496",16040,28039 +"117497",16040,33822 +"117498",16040,33831 +"117499",16040,40094 +"117500",16040,50203 +"117501",16040,60377 +"117502",16040,81059 +"117503",16040,91111 +"117504",16040,111835 +"117505",16040,111839 +"117506",16040,111895 +"117507",16041,17963 +"117508",16041,28093 +"117509",16041,29677 +"117510",16041,34671 +"117511",16041,36067 +"117512",16041,41754 +"117513",16041,49445 +"117514",16041,49984 +"117515",16041,52497 +"117516",16041,57832 +"117517",16041,62222 +"117518",16041,62223 +"117519",16041,62287 +"117520",16041,63641 +"117521",16041,68325 +"117522",16041,75454 +"117523",16041,78582 +"117524",16042,62393 +"117525",16042,99596 +"117526",16042,117583 +"117527",16043,75320 +"117528",16044,25590 +"117529",16044,42658 +"117530",16044,43860 +"117531",16044,62344 +"117532",16045,16048 +"117533",16045,16263 +"117534",16045,16323 +"117535",16045,20680 +"117536",16045,25330 +"117537",16045,30993 +"117538",16045,33938 +"117539",16045,34142 +"117540",16045,35616 +"117541",16045,39102 +"117542",16045,42910 +"117543",16045,43901 +"117544",16045,43937 +"117545",16045,90308 +"117546",16045,90311 +"117547",16046,19687 +"117548",16046,19964 +"117549",16046,28914 +"117550",16046,49147 +"117551",16046,54201 +"117552",16046,59804 +"117553",16048,28388 +"117554",16049,22779 +"117555",16049,46770 +"117556",16049,55375 +"117557",16049,84492 +"117558",16050,38801 +"117559",16050,49655 +"117560",16050,83827 +"117561",16050,107374 +"117562",16051,60907 +"117563",16052,19637 +"117564",16052,48334 +"117565",16052,53935 +"117566",16053,16127 +"117567",16053,20067 +"117568",16053,23869 +"117569",16053,26097 +"117570",16053,26757 +"117571",16053,28639 +"117572",16053,30918 +"117573",16053,35529 +"117574",16053,42226 +"117575",16053,46388 +"117576",16053,48434 +"117577",16053,53333 +"117578",16053,59484 +"117579",16053,61108 +"117580",16053,67902 +"117581",16053,70996 +"117582",16053,74730 +"117583",16053,75830 +"117584",16053,76590 +"117585",16053,79619 +"117586",16053,93984 +"117587",16053,96444 +"117588",16053,100670 +"117589",16053,104522 +"117590",16053,108765 +"117591",16053,110013 +"117592",16054,74855 +"117593",16054,74960 +"117594",16054,74996 +"117595",16055,65250 +"117596",16055,68280 +"117597",16055,78741 +"117598",16055,110334 +"117599",16056,29765 +"117600",16056,29766 +"117601",16056,29767 +"117602",16056,37839 +"117603",16057,16188 +"117604",16057,18627 +"117605",16057,19726 +"117606",16057,20027 +"117607",16057,29533 +"117608",16057,29780 +"117609",16057,40143 +"117610",16057,64604 +"117611",16057,65369 +"117612",16058,19004 +"117613",16058,49048 +"117614",16058,66155 +"117615",16058,87186 +"117616",16059,16174 +"117617",16059,16572 +"117618",16059,16740 +"117619",16059,17734 +"117620",16059,17824 +"117621",16059,20599 +"117622",16059,26559 +"117623",16059,26756 +"117624",16059,29135 +"117625",16059,38281 +"117626",16059,41888 +"117627",16059,42175 +"117628",16059,81018 +"117629",16059,90263 +"117630",16059,91069 +"117631",16059,91124 +"117632",16059,102868 +"117633",16059,105078 +"117634",16060,16061 +"117635",16060,16077 +"117636",16060,16088 +"117637",16060,16089 +"117638",16060,16138 +"117639",16060,16139 +"117640",16061,16077 +"117641",16061,16088 +"117642",16061,16089 +"117643",16061,16138 +"117644",16061,16139 +"117645",16062,84197 +"117646",16062,119021 +"117647",16062,119026 +"117648",16064,27573 +"117649",16064,38647 +"117650",16064,60644 +"117651",16065,17027 +"117652",16065,20028 +"117653",16065,29372 +"117654",16065,31612 +"117655",16065,38146 +"117656",16065,42856 +"117657",16065,44472 +"117658",16065,44556 +"117659",16065,48316 +"117660",16065,68652 +"117661",16065,105213 +"117662",16066,18095 +"117663",16067,32413 +"117664",16067,42148 +"117665",16067,60941 +"117666",16067,65892 +"117667",16067,86905 +"117668",16067,91975 +"117669",16067,94060 +"117670",16068,17175 +"117671",16069,16130 +"117672",16070,16128 +"117673",16071,16193 +"117674",16071,16247 +"117675",16071,16309 +"117676",16071,25961 +"117677",16071,82444 +"117678",16071,82455 +"117679",16071,82566 +"117680",16071,109948 +"117681",16072,57355 +"117682",16072,83383 +"117683",16072,88523 +"117684",16073,40551 +"117685",16073,67315 +"117686",16073,79186 +"117687",16073,90675 +"117688",16073,100144 +"117689",16073,104204 +"117690",16074,16164 +"117691",16074,16461 +"117692",16074,34492 +"117693",16074,38135 +"117694",16074,44099 +"117695",16074,52653 +"117696",16074,65565 +"117697",16074,79676 +"117698",16075,31994 +"117699",16075,32040 +"117700",16075,32070 +"117701",16076,84084 +"117702",16077,16088 +"117703",16077,16089 +"117704",16077,16138 +"117705",16077,16139 +"117706",16079,48809 +"117707",16079,49997 +"117708",16079,74669 +"117709",16081,17679 +"117710",16081,20556 +"117711",16081,31724 +"117712",16081,32523 +"117713",16081,35726 +"117714",16081,37882 +"117715",16081,41887 +"117716",16081,41926 +"117717",16081,42283 +"117718",16081,69861 +"117719",16081,79032 +"117720",16081,79943 +"117721",16081,94088 +"117722",16081,109828 +"117723",16081,113531 +"117724",16082,30550 +"117725",16082,36212 +"117726",16082,38997 +"117727",16082,55220 +"117728",16083,16724 +"117729",16083,30289 +"117730",16084,23355 +"117731",16084,34127 +"117732",16084,35822 +"117733",16084,37782 +"117734",16084,40373 +"117735",16084,50122 +"117736",16084,63077 +"117737",16084,67085 +"117738",16084,76514 +"117739",16085,80349 +"117740",16085,89927 +"117741",16086,16296 +"117742",16086,33085 +"117743",16086,35102 +"117744",16086,36762 +"117745",16086,61204 +"117746",16086,85139 +"117747",16086,99085 +"117748",16086,112021 +"117749",16086,123081 +"117750",16087,24756 +"117751",16087,37739 +"117752",16087,37934 +"117753",16087,48856 +"117754",16087,60385 +"117755",16088,16089 +"117756",16088,16138 +"117757",16088,16139 +"117758",16088,82571 +"117759",16088,111336 +"117760",16089,16138 +"117761",16089,16139 +"117762",16090,16567 +"117763",16090,52840 +"117764",16090,61374 +"117765",16090,78158 +"117766",16090,78287 +"117767",16091,16141 +"117768",16091,21180 +"117769",16091,25706 +"117770",16091,64199 +"117771",16091,96434 +"117772",16091,105406 +"117773",16092,18393 +"117774",16092,21357 +"117775",16092,22455 +"117776",16092,29995 +"117777",16092,33241 +"117778",16092,36259 +"117779",16092,44913 +"117780",16092,47503 +"117781",16092,62394 +"117782",16092,71440 +"117783",16092,76552 +"117784",16092,76560 +"117785",16093,16148 +"117786",16093,32377 +"117787",16093,113381 +"117788",16093,113412 +"117789",16093,113446 +"117790",16094,58941 +"117791",16095,16164 +"117792",16095,22524 +"117793",16095,24854 +"117794",16095,26663 +"117795",16095,44364 +"117796",16095,56712 +"117797",16095,72744 +"117798",16095,100134 +"117799",16096,19043 +"117800",16096,19217 +"117801",16096,23806 +"117802",16096,30076 +"117803",16096,89994 +"117804",16096,102723 +"117805",16096,104790 +"117806",16097,74617 +"117807",16097,120191 +"117808",16098,22422 +"117809",16098,23095 +"117810",16098,24132 +"117811",16098,108595 +"117812",16098,116578 +"117813",16098,122615 +"117814",16099,19931 +"117815",16099,20423 +"117816",16099,29900 +"117817",16099,33261 +"117818",16099,55965 +"117819",16099,56046 +"117820",16099,57264 +"117821",16099,57313 +"117822",16099,69943 +"117823",16099,74327 +"117824",16099,89500 +"117825",16100,33741 +"117826",16101,28736 +"117827",16101,60275 +"117828",16101,114213 +"117829",16102,16313 +"117830",16103,50223 +"117831",16103,52940 +"117832",16103,53628 +"117833",16103,67862 +"117834",16103,118855 +"117835",16104,19758 +"117836",16104,27718 +"117837",16104,67734 +"117838",16104,89182 +"117839",16104,94672 +"117840",16105,20411 +"117841",16105,47942 +"117842",16105,74927 +"117843",16105,94599 +"117844",16105,113535 +"117845",16105,113842 +"117846",16106,29193 +"117847",16106,33298 +"117848",16106,33682 +"117849",16106,37988 +"117850",16106,38891 +"117851",16106,65419 +"117852",16106,113860 +"117853",16106,113881 +"117854",16107,19394 +"117855",16107,27402 +"117856",16107,33661 +"117857",16107,33778 +"117858",16108,26179 +"117859",16108,31078 +"117860",16108,50585 +"117861",16108,54340 +"117862",16108,59370 +"117863",16108,62142 +"117864",16109,26946 +"117865",16109,48925 +"117866",16109,50884 +"117867",16109,65686 +"117868",16109,68257 +"117869",16109,81245 +"117870",16110,24341 +"117871",16110,30180 +"117872",16110,37628 +"117873",16110,47451 +"117874",16110,79345 +"117875",16110,88597 +"117876",16110,96542 +"117877",16110,99070 +"117878",16110,101235 +"117879",16110,103615 +"117880",16110,105753 +"117881",16110,119236 +"117882",16110,119239 +"117883",16110,121039 +"117884",16111,17609 +"117885",16111,29095 +"117886",16111,32098 +"117887",16111,32881 +"117888",16111,39556 +"117889",16111,46533 +"117890",16111,52308 +"117891",16111,59539 +"117892",16111,101000 +"117893",16111,104106 +"117894",16111,116504 +"117895",16112,16158 +"117896",16112,16180 +"117897",16112,16185 +"117898",16112,16186 +"117899",16112,16208 +"117900",16112,16225 +"117901",16112,16227 +"117902",16112,16580 +"117903",16112,20539 +"117904",16112,27111 +"117905",16112,29104 +"117906",16113,16171 +"117907",16115,17020 +"117908",16115,26508 +"117909",16115,30979 +"117910",16115,33384 +"117911",16115,34344 +"117912",16115,59982 +"117913",16115,75915 +"117914",16115,78810 +"117915",16115,86175 +"117916",16115,96685 +"117917",16115,110440 +"117918",16115,110608 +"117919",16115,117102 +"117920",16115,121550 +"117921",16116,65861 +"117922",16117,46381 +"117923",16117,60634 +"117924",16117,78860 +"117925",16117,86329 +"117926",16118,29426 +"117927",16118,34354 +"117928",16118,42520 +"117929",16118,50401 +"117930",16118,60106 +"117931",16119,27168 +"117932",16119,60593 +"117933",16119,105635 +"117934",16119,117332 +"117935",16119,121048 +"117936",16120,18941 +"117937",16120,19407 +"117938",16120,21138 +"117939",16120,22347 +"117940",16120,22639 +"117941",16120,29723 +"117942",16120,33332 +"117943",16120,34937 +"117944",16120,36706 +"117945",16120,44506 +"117946",16120,55606 +"117947",16120,64070 +"117948",16120,74681 +"117949",16120,74731 +"117950",16120,85895 +"117951",16120,116281 +"117952",16121,16218 +"117953",16121,16278 +"117954",16121,34047 +"117955",16122,17422 +"117956",16122,19179 +"117957",16122,19182 +"117958",16122,21176 +"117959",16122,21847 +"117960",16122,22946 +"117961",16122,24060 +"117962",16122,25672 +"117963",16122,28139 +"117964",16122,34303 +"117965",16122,34946 +"117966",16122,37033 +"117967",16122,37087 +"117968",16122,42273 +"117969",16122,45302 +"117970",16122,48359 +"117971",16122,50134 +"117972",16122,50701 +"117973",16122,54848 +"117974",16122,60370 +"117975",16122,60371 +"117976",16122,65028 +"117977",16122,69827 +"117978",16122,70365 +"117979",16122,71127 +"117980",16122,92902 +"117981",16123,38162 +"117982",16123,47787 +"117983",16123,51652 +"117984",16123,54327 +"117985",16123,58693 +"117986",16123,98974 +"117987",16123,120448 +"117988",16124,46437 +"117989",16124,58923 +"117990",16124,72542 +"117991",16124,73490 +"117992",16124,81755 +"117993",16124,99266 +"117994",16124,110441 +"117995",16124,111665 +"117996",16124,111669 +"117997",16125,22490 +"117998",16125,23343 +"117999",16125,25730 +"118000",16125,26062 +"118001",16125,34003 +"118002",16125,56382 +"118003",16125,89681 +"118004",16125,92265 +"118005",16126,22341 +"118006",16126,25242 +"118007",16126,26390 +"118008",16126,35873 +"118009",16126,43230 +"118010",16126,45763 +"118011",16126,49876 +"118012",16126,53964 +"118013",16126,84899 +"118014",16126,114319 +"118015",16126,116810 +"118016",16126,116991 +"118017",16126,117723 +"118018",16127,17158 +"118019",16127,17997 +"118020",16127,20061 +"118021",16127,24982 +"118022",16127,25069 +"118023",16127,29194 +"118024",16127,33257 +"118025",16127,35421 +"118026",16127,35529 +"118027",16127,36587 +"118028",16127,36781 +"118029",16127,39402 +"118030",16127,40432 +"118031",16127,40725 +"118032",16127,42853 +"118033",16127,45182 +"118034",16127,47386 +"118035",16127,48434 +"118036",16127,52739 +"118037",16127,53343 +"118038",16127,57977 +"118039",16127,60535 +"118040",16127,61187 +"118041",16127,67894 +"118042",16127,68801 +"118043",16127,73464 +"118044",16127,73919 +"118045",16127,80512 +"118046",16127,81364 +"118047",16127,82930 +"118048",16127,83772 +"118049",16127,86490 +"118050",16127,86966 +"118051",16127,89710 +"118052",16127,90804 +"118053",16127,91669 +"118054",16127,93209 +"118055",16127,95604 +"118056",16127,99329 +"118057",16127,99341 +"118058",16127,100140 +"118059",16127,101113 +"118060",16127,110246 +"118061",16127,113803 +"118062",16127,115195 +"118063",16127,115233 +"118064",16127,115255 +"118065",16127,115264 +"118066",16129,16184 +"118067",16129,17270 +"118068",16129,18461 +"118069",16129,21701 +"118070",16129,23190 +"118071",16129,31489 +"118072",16129,31847 +"118073",16129,38926 +"118074",16129,42151 +"118075",16129,47118 +"118076",16129,50615 +"118077",16129,50647 +"118078",16129,51125 +"118079",16129,55003 +"118080",16129,58302 +"118081",16129,60822 +"118082",16129,63046 +"118083",16129,71495 +"118084",16130,63350 +"118085",16131,20851 +"118086",16132,25340 +"118087",16133,20379 +"118088",16133,91673 +"118089",16134,120410 +"118090",16135,16191 +"118091",16135,26721 +"118092",16135,43481 +"118093",16135,62617 +"118094",16136,26501 +"118095",16136,42882 +"118096",16136,45017 +"118097",16136,47213 +"118098",16136,47810 +"118099",16136,52507 +"118100",16136,74573 +"118101",16136,79074 +"118102",16136,95675 +"118103",16136,102415 +"118104",16136,113074 +"118105",16137,31548 +"118106",16137,31569 +"118107",16138,16139 +"118108",16138,29061 +"118109",16138,44451 +"118110",16138,72226 +"118111",16138,78153 +"118112",16138,99459 +"118113",16138,99703 +"118114",16139,83190 +"118115",16140,24954 +"118116",16140,118309 +"118117",16142,16494 +"118118",16142,27097 +"118119",16142,49758 +"118120",16143,16254 +"118121",16143,20777 +"118122",16143,23628 +"118123",16143,27439 +"118124",16143,28145 +"118125",16143,29676 +"118126",16143,31985 +"118127",16143,32008 +"118128",16143,56994 +"118129",16144,23560 +"118130",16144,24936 +"118131",16144,27827 +"118132",16144,91711 +"118133",16144,98994 +"118134",16145,30158 +"118135",16145,56004 +"118136",16145,94520 +"118137",16145,108026 +"118138",16146,22081 +"118139",16146,24888 +"118140",16146,26654 +"118141",16146,28377 +"118142",16146,29926 +"118143",16146,37922 +"118144",16146,38779 +"118145",16146,47527 +"118146",16146,54344 +"118147",16146,59668 +"118148",16146,89160 +"118149",16146,89684 +"118150",16146,95600 +"118151",16146,95846 +"118152",16147,58031 +"118153",16149,37037 +"118154",16149,39731 +"118155",16149,70075 +"118156",16149,112579 +"118157",16150,16393 +"118158",16150,57610 +"118159",16150,74326 +"118160",16150,75821 +"118161",16150,109691 +"118162",16151,17548 +"118163",16151,17716 +"118164",16151,26064 +"118165",16151,35777 +"118166",16151,36422 +"118167",16151,49033 +"118168",16151,49215 +"118169",16151,56505 +"118170",16151,95652 +"118171",16152,16182 +"118172",16152,22598 +"118173",16152,22754 +"118174",16152,32895 +"118175",16152,92424 +"118176",16153,16305 +"118177",16153,16306 +"118178",16155,27514 +"118179",16155,51459 +"118180",16155,94778 +"118181",16155,95922 +"118182",16156,19325 +"118183",16156,61861 +"118184",16157,21340 +"118185",16157,59939 +"118186",16157,92609 +"118187",16157,102264 +"118188",16158,16180 +"118189",16158,16185 +"118190",16158,16186 +"118191",16158,16208 +"118192",16158,16225 +"118193",16158,16227 +"118194",16159,70359 +"118195",16159,81214 +"118196",16159,105625 +"118197",16159,111298 +"118198",16159,112309 +"118199",16160,28081 +"118200",16160,32548 +"118201",16160,34088 +"118202",16160,37266 +"118203",16160,38535 +"118204",16160,46903 +"118205",16160,50127 +"118206",16160,52494 +"118207",16160,68789 +"118208",16160,68891 +"118209",16160,68914 +"118210",16160,84554 +"118211",16160,105123 +"118212",16160,121206 +"118213",16161,16754 +"118214",16161,30842 +"118215",16161,31176 +"118216",16161,43856 +"118217",16161,82546 +"118218",16162,46817 +"118219",16162,57623 +"118220",16162,109314 +"118221",16163,41225 +"118222",16164,16461 +"118223",16164,17895 +"118224",16164,20319 +"118225",16164,20563 +"118226",16164,22753 +"118227",16164,26436 +"118228",16164,26516 +"118229",16164,27753 +"118230",16164,28731 +"118231",16164,34492 +"118232",16164,39058 +"118233",16164,40695 +"118234",16164,44319 +"118235",16164,52653 +"118236",16164,52971 +"118237",16164,56712 +"118238",16164,62810 +"118239",16164,65565 +"118240",16164,67434 +"118241",16164,77098 +"118242",16164,79511 +"118243",16164,79676 +"118244",16164,79942 +"118245",16164,85323 +"118246",16164,89274 +"118247",16164,98896 +"118248",16164,99884 +"118249",16164,100134 +"118250",16164,109654 +"118251",16164,114355 +"118252",16164,119219 +"118253",16165,26462 +"118254",16165,34731 +"118255",16165,47435 +"118256",16165,54855 +"118257",16165,62219 +"118258",16165,62711 +"118259",16165,73283 +"118260",16165,93192 +"118261",16166,16257 +"118262",16166,49423 +"118263",16167,20146 +"118264",16167,24185 +"118265",16167,30251 +"118266",16167,34418 +"118267",16167,102924 +"118268",16168,16204 +"118269",16168,17734 +"118270",16168,22370 +"118271",16168,29450 +"118272",16168,34509 +"118273",16168,37333 +"118274",16168,41402 +"118275",16168,62164 +"118276",16168,77219 +"118277",16168,80248 +"118278",16168,96040 +"118279",16168,101865 +"118280",16168,105061 +"118281",16168,107054 +"118282",16168,107316 +"118283",16168,108546 +"118284",16168,112207 +"118285",16168,116336 +"118286",16169,26080 +"118287",16169,42429 +"118288",16169,53442 +"118289",16169,54003 +"118290",16169,115840 +"118291",16170,39043 +"118292",16170,41014 +"118293",16170,41622 +"118294",16170,51575 +"118295",16170,76210 +"118296",16170,86598 +"118297",16170,86619 +"118298",16170,91907 +"118299",16170,94185 +"118300",16170,113942 +"118301",16172,16312 +"118302",16172,21721 +"118303",16172,62211 +"118304",16172,89016 +"118305",16172,92647 +"118306",16173,18124 +"118307",16173,18150 +"118308",16173,52522 +"118309",16174,16572 +"118310",16174,16740 +"118311",16174,20599 +"118312",16174,26559 +"118313",16174,26756 +"118314",16174,29135 +"118315",16174,39058 +"118316",16174,41888 +"118317",16174,42175 +"118318",16174,48484 +"118319",16174,81018 +"118320",16174,91124 +"118321",16174,105078 +"118322",16175,20323 +"118323",16175,41327 +"118324",16175,61930 +"118325",16175,75255 +"118326",16175,77015 +"118327",16175,94620 +"118328",16176,27154 +"118329",16176,40906 +"118330",16176,47927 +"118331",16176,52947 +"118332",16176,60167 +"118333",16176,69179 +"118334",16176,78996 +"118335",16176,79600 +"118336",16176,102138 +"118337",16177,75662 +"118338",16177,121535 +"118339",16179,20006 +"118340",16179,20098 +"118341",16179,30300 +"118342",16179,89045 +"118343",16180,16185 +"118344",16180,16186 +"118345",16180,16208 +"118346",16180,16225 +"118347",16180,16227 +"118348",16180,24237 +"118349",16182,32895 +"118350",16183,16426 +"118351",16184,23187 +"118352",16184,24867 +"118353",16184,29751 +"118354",16184,45901 +"118355",16184,49757 +"118356",16184,51106 +"118357",16184,51114 +"118358",16184,51125 +"118359",16184,67711 +"118360",16184,67712 +"118361",16184,67713 +"118362",16184,67714 +"118363",16185,16186 +"118364",16185,16208 +"118365",16185,16225 +"118366",16185,16227 +"118367",16186,16208 +"118368",16186,16225 +"118369",16186,16227 +"118370",16187,36086 +"118371",16187,41649 +"118372",16187,79653 +"118373",16188,17159 +"118374",16188,20412 +"118375",16188,23402 +"118376",16188,24628 +"118377",16188,27433 +"118378",16188,38119 +"118379",16188,52717 +"118380",16190,96188 +"118381",16192,21395 +"118382",16192,37063 +"118383",16192,40959 +"118384",16192,43580 +"118385",16192,52750 +"118386",16192,53837 +"118387",16192,67942 +"118388",16192,81934 +"118389",16192,99359 +"118390",16192,100791 +"118391",16192,104192 +"118392",16192,105448 +"118393",16192,105461 +"118394",16192,115313 +"118395",16193,16247 +"118396",16193,16309 +"118397",16193,24793 +"118398",16193,24858 +"118399",16193,68920 +"118400",16193,93830 +"118401",16193,100924 +"118402",16194,16294 +"118403",16194,30248 +"118404",16194,32405 +"118405",16194,55668 +"118406",16194,82568 +"118407",16194,101654 +"118408",16195,21518 +"118409",16195,23911 +"118410",16195,55192 +"118411",16195,55592 +"118412",16195,57844 +"118413",16195,99102 +"118414",16196,29677 +"118415",16196,32718 +"118416",16197,16249 +"118417",16198,28227 +"118418",16198,51225 +"118419",16198,52962 +"118420",16198,53760 +"118421",16198,63439 +"118422",16199,33239 +"118423",16199,37307 +"118424",16199,50367 +"118425",16199,61778 +"118426",16199,76613 +"118427",16199,81508 +"118428",16199,86129 +"118429",16199,87345 +"118430",16199,90884 +"118431",16200,22243 +"118432",16200,22244 +"118433",16200,31332 +"118434",16200,87907 +"118435",16200,89627 +"118436",16200,112104 +"118437",16200,115339 +"118438",16200,120020 +"118439",16200,121300 +"118440",16201,90845 +"118441",16201,93218 +"118442",16201,103965 +"118443",16202,38819 +"118444",16202,39331 +"118445",16202,48950 +"118446",16202,59261 +"118447",16205,19592 +"118448",16205,33385 +"118449",16205,44181 +"118450",16205,51038 +"118451",16205,80548 +"118452",16205,80755 +"118453",16205,80797 +"118454",16206,111686 +"118455",16206,114614 +"118456",16207,16327 +"118457",16207,45083 +"118458",16208,16225 +"118459",16208,16227 +"118460",16210,88566 +"118461",16211,23123 +"118462",16211,35664 +"118463",16211,43890 +"118464",16211,89672 +"118465",16211,123082 +"118466",16212,47111 +"118467",16213,17480 +"118468",16213,60736 +"118469",16214,16233 +"118470",16214,86986 +"118471",16214,100823 +"118472",16214,108058 +"118473",16215,40748 +"118474",16215,44902 +"118475",16215,45061 +"118476",16215,52229 +"118477",16215,52527 +"118478",16215,57391 +"118479",16215,89072 +"118480",16215,93970 +"118481",16215,97205 +"118482",16215,119744 +"118483",16216,47507 +"118484",16217,35544 +"118485",16218,16278 +"118486",16218,34047 +"118487",16218,47965 +"118488",16218,84370 +"118489",16218,87417 +"118490",16218,93533 +"118491",16219,38988 +"118492",16221,17502 +"118493",16221,18211 +"118494",16221,20500 +"118495",16221,21055 +"118496",16221,21905 +"118497",16221,24735 +"118498",16221,26346 +"118499",16221,26892 +"118500",16221,27608 +"118501",16221,28188 +"118502",16221,28805 +"118503",16221,28877 +"118504",16221,28880 +"118505",16221,28944 +"118506",16221,32255 +"118507",16221,35649 +"118508",16221,43770 +"118509",16221,47532 +"118510",16221,51386 +"118511",16221,57664 +"118512",16221,61699 +"118513",16221,70078 +"118514",16221,82155 +"118515",16221,84952 +"118516",16221,94444 +"118517",16221,95913 +"118518",16221,95925 +"118519",16221,95935 +"118520",16221,105536 +"118521",16222,57331 +"118522",16222,57339 +"118523",16223,30881 +"118524",16223,41687 +"118525",16223,57262 +"118526",16223,57326 +"118527",16223,61569 +"118528",16223,63548 +"118529",16223,86424 +"118530",16223,92017 +"118531",16223,100207 +"118532",16223,100533 +"118533",16223,101375 +"118534",16223,102455 +"118535",16224,95297 +"118536",16225,16227 +"118537",16226,23688 +"118538",16226,50716 +"118539",16226,64466 +"118540",16228,21669 +"118541",16228,22183 +"118542",16228,25206 +"118543",16228,35312 +"118544",16228,46726 +"118545",16228,48466 +"118546",16228,49776 +"118547",16228,50996 +"118548",16228,56787 +"118549",16228,62668 +"118550",16228,68423 +"118551",16228,71219 +"118552",16228,77280 +"118553",16228,101218 +"118554",16228,119828 +"118555",16230,28515 +"118556",16230,41912 +"118557",16230,43594 +"118558",16231,70579 +"118559",16232,18959 +"118560",16232,43593 +"118561",16232,44131 +"118562",16232,90692 +"118563",16232,110691 +"118564",16234,25295 +"118565",16234,54268 +"118566",16234,70808 +"118567",16234,89345 +"118568",16235,16236 +"118569",16235,41471 +"118570",16236,17130 +"118571",16236,22906 +"118572",16236,35306 +"118573",16236,80021 +"118574",16237,52138 +"118575",16238,60672 +"118576",16238,70914 +"118577",16238,71065 +"118578",16238,74244 +"118579",16238,107646 +"118580",16239,16455 +"118581",16239,16476 +"118582",16239,93618 +"118583",16239,97467 +"118584",16239,97472 +"118585",16240,18344 +"118586",16240,46062 +"118587",16240,60931 +"118588",16240,66491 +"118589",16240,66765 +"118590",16241,29403 +"118591",16241,36912 +"118592",16241,59993 +"118593",16242,16686 +"118594",16242,41091 +"118595",16242,43409 +"118596",16242,52799 +"118597",16243,19125 +"118598",16243,20944 +"118599",16244,17691 +"118600",16244,20182 +"118601",16244,22221 +"118602",16244,37722 +"118603",16244,45299 +"118604",16244,59727 +"118605",16244,69512 +"118606",16244,70964 +"118607",16244,106073 +"118608",16245,18586 +"118609",16245,22424 +"118610",16245,32067 +"118611",16245,42045 +"118612",16245,45017 +"118613",16245,71212 +"118614",16245,77094 +"118615",16245,85553 +"118616",16245,85869 +"118617",16245,95675 +"118618",16245,95735 +"118619",16245,117993 +"118620",16247,16309 +"118621",16250,68086 +"118622",16251,47895 +"118623",16251,51251 +"118624",16251,52768 +"118625",16251,68887 +"118626",16251,79741 +"118627",16251,81820 +"118628",16252,16872 +"118629",16252,17145 +"118630",16252,17508 +"118631",16252,18060 +"118632",16252,18217 +"118633",16252,22160 +"118634",16252,22462 +"118635",16252,22823 +"118636",16252,23147 +"118637",16252,23421 +"118638",16252,23632 +"118639",16252,23953 +"118640",16252,24495 +"118641",16252,24710 +"118642",16252,25143 +"118643",16252,25303 +"118644",16252,25664 +"118645",16252,26407 +"118646",16252,27132 +"118647",16252,27174 +"118648",16252,27196 +"118649",16252,27710 +"118650",16252,28703 +"118651",16252,29253 +"118652",16252,29341 +"118653",16252,29560 +"118654",16252,29573 +"118655",16252,29868 +"118656",16252,32438 +"118657",16252,32967 +"118658",16252,33223 +"118659",16252,33881 +"118660",16252,34097 +"118661",16252,34330 +"118662",16252,34513 +"118663",16252,35400 +"118664",16252,36476 +"118665",16252,36547 +"118666",16252,36745 +"118667",16252,37821 +"118668",16252,37931 +"118669",16252,38319 +"118670",16252,39398 +"118671",16252,39492 +"118672",16252,40320 +"118673",16252,40373 +"118674",16252,40542 +"118675",16252,41182 +"118676",16252,42131 +"118677",16252,46843 +"118678",16252,48331 +"118679",16252,51641 +"118680",16252,52738 +"118681",16252,53702 +"118682",16252,61103 +"118683",16252,65604 +"118684",16253,38373 +"118685",16253,55969 +"118686",16253,83102 +"118687",16253,84415 +"118688",16253,117858 +"118689",16254,77425 +"118690",16254,96862 +"118691",16254,97852 +"118692",16255,97709 +"118693",16255,115904 +"118694",16256,19087 +"118695",16256,29934 +"118696",16256,36828 +"118697",16256,65037 +"118698",16256,86217 +"118699",16256,86813 +"118700",16257,105101 +"118701",16258,25708 +"118702",16258,41939 +"118703",16258,66539 +"118704",16259,16529 +"118705",16259,16625 +"118706",16259,17806 +"118707",16259,17828 +"118708",16259,17895 +"118709",16259,26713 +"118710",16259,26724 +"118711",16259,26882 +"118712",16259,31341 +"118713",16259,31478 +"118714",16259,32672 +"118715",16259,32988 +"118716",16259,42909 +"118717",16259,44463 +"118718",16259,46132 +"118719",16259,46733 +"118720",16259,47438 +"118721",16259,63112 +"118722",16259,63934 +"118723",16259,65155 +"118724",16259,70413 +"118725",16259,71033 +"118726",16259,73409 +"118727",16259,75568 +"118728",16259,76428 +"118729",16259,79063 +"118730",16259,80625 +"118731",16259,81046 +"118732",16259,84194 +"118733",16259,90968 +"118734",16259,92971 +"118735",16259,100314 +"118736",16259,104590 +"118737",16259,108463 +"118738",16259,116534 +"118739",16259,116545 +"118740",16260,52542 +"118741",16260,76271 +"118742",16260,76272 +"118743",16260,76273 +"118744",16261,25812 +"118745",16261,72614 +"118746",16261,72638 +"118747",16261,77232 +"118748",16262,16857 +"118749",16262,21011 +"118750",16262,41557 +"118751",16262,50964 +"118752",16263,17709 +"118753",16263,27632 +"118754",16263,30993 +"118755",16263,34938 +"118756",16264,35866 +"118757",16264,47912 +"118758",16264,48052 +"118759",16264,48442 +"118760",16264,48443 +"118761",16264,48491 +"118762",16264,48512 +"118763",16264,48542 +"118764",16264,48543 +"118765",16265,17539 +"118766",16265,30073 +"118767",16265,62637 +"118768",16265,66288 +"118769",16265,71816 +"118770",16266,28707 +"118771",16267,16391 +"118772",16267,16542 +"118773",16267,18386 +"118774",16267,24793 +"118775",16267,27007 +"118776",16267,32690 +"118777",16267,34568 +"118778",16267,55148 +"118779",16267,59995 +"118780",16267,75170 +"118781",16267,75564 +"118782",16267,102909 +"118783",16267,106261 +"118784",16267,112302 +"118785",16268,34690 +"118786",16268,39170 +"118787",16268,47743 +"118788",16268,62735 +"118789",16268,73165 +"118790",16268,89783 +"118791",16269,19161 +"118792",16269,20424 +"118793",16269,20495 +"118794",16269,21176 +"118795",16269,21503 +"118796",16269,23530 +"118797",16269,30766 +"118798",16269,34582 +"118799",16269,37478 +"118800",16269,38051 +"118801",16269,45561 +"118802",16269,48080 +"118803",16269,56232 +"118804",16270,68753 +"118805",16270,118959 +"118806",16271,22183 +"118807",16271,23115 +"118808",16271,35312 +"118809",16271,38788 +"118810",16271,52507 +"118811",16271,54313 +"118812",16271,56448 +"118813",16271,76371 +"118814",16272,17018 +"118815",16272,17035 +"118816",16272,17037 +"118817",16273,16275 +"118818",16273,22498 +"118819",16273,110382 +"118820",16274,19016 +"118821",16274,27756 +"118822",16274,32335 +"118823",16274,32359 +"118824",16274,32379 +"118825",16274,46365 +"118826",16274,70707 +"118827",16274,72553 +"118828",16274,78521 +"118829",16274,97088 +"118830",16275,22498 +"118831",16276,37891 +"118832",16277,95377 +"118833",16277,100938 +"118834",16278,34047 +"118835",16278,47965 +"118836",16278,84370 +"118837",16278,93533 +"118838",16279,16315 +"118839",16279,40963 +"118840",16280,25778 +"118841",16280,68788 +"118842",16280,106394 +"118843",16280,111609 +"118844",16281,32901 +"118845",16281,40022 +"118846",16281,48632 +"118847",16281,48692 +"118848",16281,48739 +"118849",16281,48794 +"118850",16281,48806 +"118851",16281,52325 +"118852",16281,110250 +"118853",16281,112956 +"118854",16281,114813 +"118855",16282,21410 +"118856",16282,21497 +"118857",16282,47719 +"118858",16283,66043 +"118859",16283,80886 +"118860",16283,91294 +"118861",16283,94482 +"118862",16283,120422 +"118863",16283,120470 +"118864",16284,18281 +"118865",16284,21391 +"118866",16284,34648 +"118867",16284,91019 +"118868",16284,117722 +"118869",16284,117737 +"118870",16285,17602 +"118871",16286,18768 +"118872",16286,20116 +"118873",16286,27248 +"118874",16286,34833 +"118875",16286,35406 +"118876",16286,37503 +"118877",16286,44533 +"118878",16286,48598 +"118879",16286,50213 +"118880",16286,53055 +"118881",16286,53626 +"118882",16286,57697 +"118883",16286,58398 +"118884",16286,66675 +"118885",16286,78375 +"118886",16286,93960 +"118887",16286,95938 +"118888",16286,116389 +"118889",16287,26648 +"118890",16287,34679 +"118891",16287,90250 +"118892",16287,90316 +"118893",16287,90317 +"118894",16288,59773 +"118895",16288,99064 +"118896",16289,20272 +"118897",16289,72685 +"118898",16289,87608 +"118899",16290,23050 +"118900",16290,31621 +"118901",16290,46973 +"118902",16290,53061 +"118903",16290,83579 +"118904",16290,103491 +"118905",16291,18142 +"118906",16291,59889 +"118907",16292,42560 +"118908",16292,69541 +"118909",16292,81161 +"118910",16292,89974 +"118911",16293,16366 +"118912",16294,91080 +"118913",16294,91181 +"118914",16294,98556 +"118915",16294,112361 +"118916",16294,113112 +"118917",16295,17057 +"118918",16295,32107 +"118919",16295,37146 +"118920",16295,50276 +"118921",16296,30094 +"118922",16296,72815 +"118923",16296,75312 +"118924",16296,83406 +"118925",16296,120284 +"118926",16297,65337 +"118927",16297,70839 +"118928",16297,80654 +"118929",16298,20009 +"118930",16298,37859 +"118931",16298,40469 +"118932",16298,45934 +"118933",16298,73945 +"118934",16298,79344 +"118935",16298,79618 +"118936",16298,94069 +"118937",16298,94097 +"118938",16299,19265 +"118939",16299,23227 +"118940",16299,23394 +"118941",16299,29804 +"118942",16300,30512 +"118943",16301,32375 +"118944",16301,39055 +"118945",16301,40591 +"118946",16301,54065 +"118947",16301,66341 +"118948",16301,89288 +"118949",16301,100523 +"118950",16301,120871 +"118951",16302,23027 +"118952",16302,32085 +"118953",16302,45305 +"118954",16302,48580 +"118955",16302,72951 +"118956",16303,16699 +"118957",16303,18014 +"118958",16303,21162 +"118959",16304,18510 +"118960",16304,27180 +"118961",16304,53639 +"118962",16304,77036 +"118963",16304,89372 +"118964",16304,90884 +"118965",16304,101466 +"118966",16304,102725 +"118967",16304,115476 +"118968",16305,16306 +"118969",16305,38870 +"118970",16305,41537 +"118971",16305,56265 +"118972",16305,82201 +"118973",16307,68692 +"118974",16308,27278 +"118975",16308,37818 +"118976",16308,81221 +"118977",16308,82848 +"118978",16308,86136 +"118979",16308,89590 +"118980",16308,107092 +"118981",16309,30180 +"118982",16309,40369 +"118983",16309,43033 +"118984",16309,57420 +"118985",16310,19843 +"118986",16310,94692 +"118987",16310,106212 +"118988",16310,112757 +"118989",16310,122717 +"118990",16311,18931 +"118991",16311,33568 +"118992",16311,44982 +"118993",16312,19379 +"118994",16312,22816 +"118995",16312,44042 +"118996",16312,55303 +"118997",16312,62252 +"118998",16312,109480 +"118999",16313,21649 +"119000",16313,22079 +"119001",16313,22511 +"119002",16313,23508 +"119003",16313,23834 +"119004",16313,24049 +"119005",16313,24362 +"119006",16313,26802 +"119007",16313,31603 +"119008",16313,32352 +"119009",16313,32516 +"119010",16313,43560 +"119011",16313,50632 +"119012",16313,83096 +"119013",16313,90263 +"119014",16313,97635 +"119015",16313,106829 +"119016",16313,110821 +"119017",16313,118714 +"119018",16313,122644 +"119019",16314,61842 +"119020",16314,62813 +"119021",16315,40963 +"119022",16315,82682 +"119023",16317,42773 +"119024",16317,86571 +"119025",16318,17867 +"119026",16318,18740 +"119027",16318,18756 +"119028",16318,18912 +"119029",16318,19062 +"119030",16318,42486 +"119031",16318,42652 +"119032",16319,57310 +"119033",16319,114049 +"119034",16319,117091 +"119035",16319,117816 +"119036",16320,27231 +"119037",16320,31244 +"119038",16320,44598 +"119039",16320,57218 +"119040",16320,105872 +"119041",16320,122092 +"119042",16321,16435 +"119043",16321,16705 +"119044",16321,79601 +"119045",16322,89670 +"119046",16323,17709 +"119047",16323,20664 +"119048",16323,20680 +"119049",16323,26109 +"119050",16323,32005 +"119051",16323,32072 +"119052",16323,33938 +"119053",16323,35616 +"119054",16323,39102 +"119055",16323,42911 +"119056",16323,45252 +"119057",16323,49111 +"119058",16323,76826 +"119059",16323,80451 +"119060",16323,90155 +"119061",16323,97213 +"119062",16324,16468 +"119063",16324,22090 +"119064",16324,31222 +"119065",16324,43157 +"119066",16324,45014 +"119067",16324,56673 +"119068",16324,58208 +"119069",16324,58591 +"119070",16324,69965 +"119071",16324,76281 +"119072",16324,77666 +"119073",16324,80730 +"119074",16325,16717 +"119075",16325,18763 +"119076",16325,20671 +"119077",16325,30113 +"119078",16325,33990 +"119079",16325,34432 +"119080",16325,54934 +"119081",16325,69446 +"119082",16326,19299 +"119083",16326,20602 +"119084",16326,20693 +"119085",16326,54169 +"119086",16326,72067 +"119087",16327,28632 +"119088",16327,29788 +"119089",16328,18364 +"119090",16328,44238 +"119091",16328,44994 +"119092",16328,79207 +"119093",16329,69463 +"119094",16329,84354 +"119095",16329,90997 +"119096",16329,104040 +"119097",16329,115595 +"119098",16329,115612 +"119099",16329,115646 +"119100",16329,115653 +"119101",16329,115654 +"119102",16329,115659 +"119103",16330,16526 +"119104",16330,20657 +"119105",16330,23292 +"119106",16330,28067 +"119107",16330,30971 +"119108",16330,44945 +"119109",16330,44974 +"119110",16331,59809 +"119111",16332,20975 +"119112",16332,36972 +"119113",16332,72956 +"119114",16332,87820 +"119115",16332,96009 +"119116",16333,35555 +"119117",16334,16363 +"119118",16334,16385 +"119119",16334,20414 +"119120",16334,35498 +"119121",16334,35519 +"119122",16334,37648 +"119123",16334,87494 +"119124",16335,17484 +"119125",16335,21755 +"119126",16335,21914 +"119127",16335,26790 +"119128",16335,29483 +"119129",16335,35406 +"119130",16335,36926 +"119131",16335,55273 +"119132",16335,64468 +"119133",16335,75514 +"119134",16335,77432 +"119135",16335,82181 +"119136",16335,91599 +"119137",16335,94063 +"119138",16336,16525 +"119139",16336,16561 +"119140",16336,16562 +"119141",16336,18109 +"119142",16336,48158 +"119143",16336,66283 +"119144",16337,30504 +"119145",16337,60150 +"119146",16337,93410 +"119147",16337,97195 +"119148",16337,98506 +"119149",16338,37948 +"119150",16338,44337 +"119151",16338,73505 +"119152",16338,110453 +"119153",16339,17508 +"119154",16339,27148 +"119155",16339,32184 +"119156",16339,32307 +"119157",16339,32309 +"119158",16339,45672 +"119159",16339,66622 +"119160",16339,110399 +"119161",16340,16356 +"119162",16340,18262 +"119163",16340,21450 +"119164",16340,33723 +"119165",16340,41500 +"119166",16340,41605 +"119167",16340,50468 +"119168",16340,53377 +"119169",16340,76510 +"119170",16340,91015 +"119171",16340,91207 +"119172",16340,91220 +"119173",16340,92537 +"119174",16340,116516 +"119175",16341,23980 +"119176",16341,30194 +"119177",16341,50243 +"119178",16341,64390 +"119179",16341,67783 +"119180",16341,78217 +"119181",16341,90733 +"119182",16341,90763 +"119183",16341,113514 +"119184",16341,113587 +"119185",16342,18420 +"119186",16342,40347 +"119187",16343,23670 +"119188",16343,62151 +"119189",16343,87945 +"119190",16343,96053 +"119191",16343,105924 +"119192",16344,108686 +"119193",16345,21106 +"119194",16345,25223 +"119195",16345,30821 +"119196",16345,73349 +"119197",16345,84153 +"119198",16345,92798 +"119199",16345,95152 +"119200",16345,99707 +"119201",16345,104278 +"119202",16345,113540 +"119203",16345,118295 +"119204",16345,118722 +"119205",16345,118723 +"119206",16346,30376 +"119207",16346,45743 +"119208",16346,64577 +"119209",16346,91226 +"119210",16347,16563 +"119211",16347,31125 +"119212",16347,36274 +"119213",16347,49379 +"119214",16347,52946 +"119215",16347,59143 +"119216",16347,89698 +"119217",16347,90070 +"119218",16347,100994 +"119219",16347,102394 +"119220",16347,102527 +"119221",16348,67414 +"119222",16348,113932 +"119223",16349,33706 +"119224",16349,47787 +"119225",16349,55442 +"119226",16349,67740 +"119227",16349,88174 +"119228",16350,24222 +"119229",16350,32221 +"119230",16350,66499 +"119231",16351,25194 +"119232",16351,31303 +"119233",16351,37279 +"119234",16351,51449 +"119235",16351,88664 +"119236",16351,101949 +"119237",16352,16557 +"119238",16352,16577 +"119239",16352,20908 +"119240",16352,21447 +"119241",16352,21848 +"119242",16352,23606 +"119243",16352,25264 +"119244",16352,26080 +"119245",16352,28002 +"119246",16352,34735 +"119247",16352,40072 +"119248",16352,50236 +"119249",16352,51299 +"119250",16352,56236 +"119251",16352,67817 +"119252",16353,50517 +"119253",16353,58687 +"119254",16354,17051 +"119255",16354,18586 +"119256",16354,25376 +"119257",16354,25651 +"119258",16354,32541 +"119259",16354,34694 +"119260",16354,34710 +"119261",16354,34818 +"119262",16354,34892 +"119263",16354,34900 +"119264",16354,50788 +"119265",16354,52956 +"119266",16354,62393 +"119267",16354,77880 +"119268",16354,85778 +"119269",16354,87000 +"119270",16354,89362 +"119271",16354,107906 +"119272",16354,120792 +"119273",16355,16602 +"119274",16355,25937 +"119275",16357,17224 +"119276",16357,26081 +"119277",16357,49507 +"119278",16357,55827 +"119279",16357,69796 +"119280",16357,106140 +"119281",16357,116820 +"119282",16358,55080 +"119283",16358,64468 +"119284",16358,71255 +"119285",16359,28233 +"119286",16359,93953 +"119287",16360,16555 +"119288",16361,16488 +"119289",16361,18402 +"119290",16361,22571 +"119291",16361,25885 +"119292",16361,51099 +"119293",16361,56762 +"119294",16361,82916 +"119295",16361,85670 +"119296",16361,90701 +"119297",16361,95354 +"119298",16361,96720 +"119299",16361,96722 +"119300",16362,30019 +"119301",16362,39501 +"119302",16362,44712 +"119303",16362,92751 +"119304",16363,16385 +"119305",16363,74873 +"119306",16363,104922 +"119307",16363,104936 +"119308",16364,75193 +"119309",16365,21665 +"119310",16365,21991 +"119311",16365,22501 +"119312",16365,23369 +"119313",16365,30570 +"119314",16365,35602 +"119315",16365,37139 +"119316",16365,53098 +"119317",16365,118436 +"119318",16366,17070 +"119319",16366,33809 +"119320",16366,38599 +"119321",16366,39368 +"119322",16366,48222 +"119323",16366,51493 +"119324",16366,74180 +"119325",16366,92059 +"119326",16366,92279 +"119327",16367,35675 +"119328",16368,70460 +"119329",16368,92910 +"119330",16369,16504 +"119331",16369,83153 +"119332",16369,99313 +"119333",16369,99325 +"119334",16369,99337 +"119335",16370,50287 +"119336",16370,77958 +"119337",16370,121271 +"119338",16371,37675 +"119339",16371,66671 +"119340",16372,108681 +"119341",16372,112018 +"119342",16372,120923 +"119343",16372,121168 +"119344",16373,17394 +"119345",16373,52992 +"119346",16373,109488 +"119347",16374,65106 +"119348",16374,90346 +"119349",16375,60276 +"119350",16375,120706 +"119351",16375,120715 +"119352",16376,79154 +"119353",16376,86663 +"119354",16377,21286 +"119355",16377,30786 +"119356",16377,97886 +"119357",16377,107829 +"119358",16378,30369 +"119359",16378,49801 +"119360",16378,52483 +"119361",16378,98969 +"119362",16379,16415 +"119363",16379,120781 +"119364",16380,26806 +"119365",16380,33123 +"119366",16380,33272 +"119367",16380,38604 +"119368",16380,38791 +"119369",16380,49194 +"119370",16380,53896 +"119371",16380,72713 +"119372",16380,72824 +"119373",16380,72826 +"119374",16380,72830 +"119375",16380,72840 +"119376",16380,72842 +"119377",16380,72847 +"119378",16380,91614 +"119379",16380,104280 +"119380",16380,107617 +"119381",16381,16949 +"119382",16381,17340 +"119383",16381,18514 +"119384",16381,22299 +"119385",16381,23938 +"119386",16381,24250 +"119387",16381,26682 +"119388",16381,29741 +"119389",16381,30876 +"119390",16381,31242 +"119391",16381,32393 +"119392",16381,32435 +"119393",16381,32939 +"119394",16381,33113 +"119395",16381,38494 +"119396",16381,38932 +"119397",16381,40643 +"119398",16381,42017 +"119399",16381,42107 +"119400",16381,45787 +"119401",16381,47083 +"119402",16381,49231 +"119403",16381,50061 +"119404",16381,52450 +"119405",16381,54059 +"119406",16381,55370 +"119407",16381,57804 +"119408",16381,58965 +"119409",16381,59615 +"119410",16381,59940 +"119411",16381,67363 +"119412",16381,69903 +"119413",16381,71230 +"119414",16381,76278 +"119415",16381,76740 +"119416",16381,76786 +"119417",16381,77272 +"119418",16381,77357 +"119419",16381,77402 +"119420",16381,78248 +"119421",16381,78255 +"119422",16381,78339 +"119423",16381,78445 +"119424",16381,79022 +"119425",16381,79716 +"119426",16381,79989 +"119427",16381,80281 +"119428",16381,81728 +"119429",16381,82196 +"119430",16381,82383 +"119431",16381,82810 +"119432",16381,82854 +"119433",16381,83853 +"119434",16381,83884 +"119435",16381,84379 +"119436",16381,84613 +"119437",16381,85465 +"119438",16381,85610 +"119439",16381,86351 +"119440",16381,86451 +"119441",16381,86882 +"119442",16381,87089 +"119443",16381,87175 +"119444",16381,87451 +"119445",16381,87521 +"119446",16381,87572 +"119447",16381,87663 +"119448",16381,87721 +"119449",16381,87862 +"119450",16381,92773 +"119451",16381,92936 +"119452",16381,99605 +"119453",16381,107720 +"119454",16382,21311 +"119455",16382,30358 +"119456",16382,32117 +"119457",16382,32748 +"119458",16382,42062 +"119459",16382,42159 +"119460",16382,68462 +"119461",16383,28120 +"119462",16383,33464 +"119463",16383,33982 +"119464",16383,34131 +"119465",16383,34765 +"119466",16383,35254 +"119467",16383,38198 +"119468",16383,41058 +"119469",16383,42824 +"119470",16383,42825 +"119471",16383,42876 +"119472",16383,42907 +"119473",16383,46493 +"119474",16383,48090 +"119475",16383,50480 +"119476",16384,47889 +"119477",16384,70526 +"119478",16384,74826 +"119479",16384,86580 +"119480",16385,28990 +"119481",16385,35498 +"119482",16385,35519 +"119483",16385,47254 +"119484",16385,104549 +"119485",16385,104684 +"119486",16385,105713 +"119487",16386,16414 +"119488",16386,16457 +"119489",16386,16502 +"119490",16386,25390 +"119491",16386,44154 +"119492",16386,47917 +"119493",16386,67915 +"119494",16387,46789 +"119495",16387,76141 +"119496",16388,17664 +"119497",16388,22367 +"119498",16388,27466 +"119499",16388,30265 +"119500",16388,33275 +"119501",16388,35470 +"119502",16388,37720 +"119503",16388,41953 +"119504",16388,44972 +"119505",16388,62644 +"119506",16388,63812 +"119507",16388,69079 +"119508",16388,78019 +"119509",16388,78346 +"119510",16388,86503 +"119511",16388,89884 +"119512",16388,91698 +"119513",16388,94877 +"119514",16388,97142 +"119515",16388,110661 +"119516",16389,41827 +"119517",16389,62375 +"119518",16390,20006 +"119519",16390,41118 +"119520",16390,46506 +"119521",16390,55298 +"119522",16390,56705 +"119523",16390,69443 +"119524",16390,80736 +"119525",16390,83632 +"119526",16390,84254 +"119527",16391,16542 +"119528",16392,106666 +"119529",16394,75434 +"119530",16394,91878 +"119531",16394,91917 +"119532",16394,92171 +"119533",16394,104301 +"119534",16394,104313 +"119535",16395,20139 +"119536",16395,23338 +"119537",16395,42424 +"119538",16395,42768 +"119539",16395,47596 +"119540",16395,49903 +"119541",16395,49918 +"119542",16395,49921 +"119543",16395,99521 +"119544",16395,99522 +"119545",16396,16507 +"119546",16396,16528 +"119547",16396,16558 +"119548",16396,22873 +"119549",16396,43772 +"119550",16396,43842 +"119551",16396,59028 +"119552",16396,71396 +"119553",16396,75723 +"119554",16396,76372 +"119555",16396,86969 +"119556",16397,23431 +"119557",16397,73070 +"119558",16397,94221 +"119559",16397,106169 +"119560",16397,108544 +"119561",16397,119699 +"119562",16398,16500 +"119563",16399,18568 +"119564",16399,44854 +"119565",16399,69413 +"119566",16400,28115 +"119567",16400,37651 +"119568",16400,40862 +"119569",16400,50377 +"119570",16400,73495 +"119571",16401,25170 +"119572",16401,35552 +"119573",16401,117247 +"119574",16402,16736 +"119575",16402,94555 +"119576",16402,115815 +"119577",16402,116839 +"119578",16403,18417 +"119579",16403,18855 +"119580",16403,25718 +"119581",16403,32642 +"119582",16403,58696 +"119583",16403,81392 +"119584",16403,91214 +"119585",16403,97113 +"119586",16403,107993 +"119587",16404,16574 +"119588",16404,22754 +"119589",16404,30525 +"119590",16404,31753 +"119591",16404,37090 +"119592",16404,68559 +"119593",16405,16514 +"119594",16405,16782 +"119595",16405,28861 +"119596",16406,19738 +"119597",16406,26078 +"119598",16406,31437 +"119599",16406,52678 +"119600",16406,91387 +"119601",16406,100613 +"119602",16408,16559 +"119603",16408,16653 +"119604",16408,33450 +"119605",16408,37162 +"119606",16408,43496 +"119607",16408,46390 +"119608",16408,56131 +"119609",16408,58517 +"119610",16408,79105 +"119611",16408,108437 +"119612",16409,18451 +"119613",16409,25651 +"119614",16409,32541 +"119615",16409,32700 +"119616",16409,37142 +"119617",16409,57560 +"119618",16409,73058 +"119619",16409,95966 +"119620",16410,20150 +"119621",16410,40876 +"119622",16411,18821 +"119623",16411,20378 +"119624",16411,20820 +"119625",16411,23720 +"119626",16411,24197 +"119627",16411,42993 +"119628",16411,53270 +"119629",16411,77436 +"119630",16411,84683 +"119631",16411,90905 +"119632",16412,33567 +"119633",16413,57386 +"119634",16413,64145 +"119635",16414,16457 +"119636",16414,16502 +"119637",16415,55911 +"119638",16416,27547 +"119639",16416,27635 +"119640",16416,27668 +"119641",16416,30153 +"119642",16416,48261 +"119643",16416,63214 +"119644",16416,64605 +"119645",16416,66171 +"119646",16416,67117 +"119647",16416,71266 +"119648",16416,71294 +"119649",16416,71343 +"119650",16417,23456 +"119651",16417,46511 +"119652",16417,92075 +"119653",16417,98844 +"119654",16418,17776 +"119655",16418,22723 +"119656",16418,27049 +"119657",16418,28331 +"119658",16418,30433 +"119659",16418,32424 +"119660",16418,37548 +"119661",16418,38606 +"119662",16418,80639 +"119663",16418,81907 +"119664",16419,23850 +"119665",16420,25192 +"119666",16420,30580 +"119667",16420,31971 +"119668",16420,37458 +"119669",16420,51259 +"119670",16420,69019 +"119671",16420,71387 +"119672",16420,78632 +"119673",16420,99108 +"119674",16420,104790 +"119675",16421,84830 +"119676",16422,18212 +"119677",16422,42423 +"119678",16422,50261 +"119679",16422,51525 +"119680",16423,17387 +"119681",16423,22807 +"119682",16423,23423 +"119683",16423,30015 +"119684",16424,54215 +"119685",16425,46850 +"119686",16425,51751 +"119687",16425,89742 +"119688",16425,102551 +"119689",16426,66661 +"119690",16427,66400 +"119691",16427,67796 +"119692",16427,67891 +"119693",16428,20656 +"119694",16428,22008 +"119695",16428,33195 +"119696",16428,92436 +"119697",16429,18364 +"119698",16429,19309 +"119699",16429,20577 +"119700",16429,20675 +"119701",16429,20676 +"119702",16429,21943 +"119703",16430,53881 +"119704",16430,61440 +"119705",16430,65567 +"119706",16430,93078 +"119707",16431,16973 +"119708",16431,35141 +"119709",16431,55408 +"119710",16432,21861 +"119711",16432,56388 +"119712",16433,37282 +"119713",16433,45795 +"119714",16433,59347 +"119715",16433,63220 +"119716",16434,57675 +"119717",16434,116339 +"119718",16435,16705 +"119719",16436,19753 +"119720",16436,95631 +"119721",16437,16744 +"119722",16437,24396 +"119723",16437,29163 +"119724",16437,32067 +"119725",16437,35813 +"119726",16437,38185 +"119727",16437,40840 +"119728",16437,41557 +"119729",16437,45480 +"119730",16437,49201 +"119731",16437,54060 +"119732",16437,74130 +"119733",16437,83460 +"119734",16437,83483 +"119735",16440,16539 +"119736",16440,94383 +"119737",16441,16505 +"119738",16441,16506 +"119739",16441,16944 +"119740",16441,16965 +"119741",16441,17079 +"119742",16441,49911 +"119743",16441,66617 +"119744",16442,59760 +"119745",16442,114140 +"119746",16443,33168 +"119747",16443,43254 +"119748",16443,55499 +"119749",16443,89091 +"119750",16443,89272 +"119751",16444,16706 +"119752",16444,18005 +"119753",16444,18418 +"119754",16444,20299 +"119755",16444,22117 +"119756",16444,28211 +"119757",16444,30479 +"119758",16444,37351 +"119759",16444,40404 +"119760",16444,44675 +"119761",16444,45773 +"119762",16444,45992 +"119763",16444,47767 +"119764",16444,48466 +"119765",16444,51596 +"119766",16444,52815 +"119767",16444,56229 +"119768",16444,68006 +"119769",16444,91698 +"119770",16444,93332 +"119771",16445,16696 +"119772",16445,19433 +"119773",16445,20140 +"119774",16445,22030 +"119775",16445,26158 +"119776",16445,26739 +"119777",16445,27454 +"119778",16445,27786 +"119779",16445,27908 +"119780",16445,29267 +"119781",16445,29526 +"119782",16445,29664 +"119783",16445,34017 +"119784",16445,34359 +"119785",16445,37871 +"119786",16445,38513 +"119787",16445,38589 +"119788",16445,39062 +"119789",16445,40331 +"119790",16445,42455 +"119791",16445,46486 +"119792",16445,52249 +"119793",16445,52302 +"119794",16445,54581 +"119795",16445,54794 +"119796",16445,69931 +"119797",16445,83475 +"119798",16445,89982 +"119799",16445,103788 +"119800",16445,115779 +"119801",16446,27198 +"119802",16446,32769 +"119803",16446,71272 +"119804",16446,107668 +"119805",16447,31447 +"119806",16447,44732 +"119807",16447,78658 +"119808",16448,16517 +"119809",16449,51109 +"119810",16450,73616 +"119811",16453,44917 +"119812",16454,81097 +"119813",16455,16476 +"119814",16455,66852 +"119815",16455,66920 +"119816",16456,27910 +"119817",16456,67041 +"119818",16456,101295 +"119819",16457,16502 +"119820",16457,23597 +"119821",16457,44189 +"119822",16457,49712 +"119823",16457,57043 +"119824",16457,76683 +"119825",16457,88396 +"119826",16457,93259 +"119827",16457,106070 +"119828",16457,110653 +"119829",16458,49680 +"119830",16458,96427 +"119831",16458,108875 +"119832",16458,119460 +"119833",16459,28599 +"119834",16459,57864 +"119835",16459,86820 +"119836",16460,20194 +"119837",16460,29316 +"119838",16460,61257 +"119839",16461,17034 +"119840",16461,27753 +"119841",16461,39058 +"119842",16461,40695 +"119843",16461,73384 +"119844",16461,79942 +"119845",16461,92566 +"119846",16461,101405 +"119847",16462,16473 +"119848",16462,16483 +"119849",16462,16540 +"119850",16462,16549 +"119851",16462,16552 +"119852",16462,21276 +"119853",16462,27008 +"119854",16462,27314 +"119855",16462,31120 +"119856",16462,33853 +"119857",16462,36136 +"119858",16462,36160 +"119859",16462,45443 +"119860",16462,63878 +"119861",16462,78548 +"119862",16463,44672 +"119863",16464,17311 +"119864",16464,24916 +"119865",16464,34509 +"119866",16464,53059 +"119867",16465,114568 +"119868",16466,51484 +"119869",16466,63774 +"119870",16466,105079 +"119871",16467,32116 +"119872",16467,60641 +"119873",16469,19171 +"119874",16469,20811 +"119875",16469,20878 +"119876",16469,82218 +"119877",16469,103072 +"119878",16470,16513 +"119879",16470,33979 +"119880",16471,33971 +"119881",16471,70043 +"119882",16471,72384 +"119883",16472,27328 +"119884",16472,76147 +"119885",16472,91851 +"119886",16472,114019 +"119887",16472,114077 +"119888",16473,16540 +"119889",16473,16546 +"119890",16473,16777 +"119891",16473,23556 +"119892",16473,27008 +"119893",16473,30177 +"119894",16473,33853 +"119895",16473,45443 +"119896",16473,56119 +"119897",16473,100513 +"119898",16474,16501 +"119899",16475,19783 +"119900",16475,53681 +"119901",16476,83484 +"119902",16477,20225 +"119903",16477,23913 +"119904",16477,28496 +"119905",16477,37058 +"119906",16477,39723 +"119907",16477,43681 +"119908",16477,53901 +"119909",16477,55093 +"119910",16477,63073 +"119911",16477,65643 +"119912",16477,82020 +"119913",16477,102014 +"119914",16478,53345 +"119915",16478,101766 +"119916",16478,117650 +"119917",16478,117665 +"119918",16479,43608 +"119919",16480,22339 +"119920",16480,26227 +"119921",16480,41051 +"119922",16480,54454 +"119923",16480,62647 +"119924",16480,67578 +"119925",16480,72860 +"119926",16481,16553 +"119927",16482,17206 +"119928",16482,19185 +"119929",16482,23115 +"119930",16482,24358 +"119931",16482,26868 +"119932",16482,27221 +"119933",16482,48836 +"119934",16482,52306 +"119935",16482,61927 +"119936",16482,94945 +"119937",16482,98576 +"119938",16483,16540 +"119939",16483,16549 +"119940",16483,16552 +"119941",16483,18571 +"119942",16483,21276 +"119943",16483,36136 +"119944",16483,36160 +"119945",16483,39105 +"119946",16483,45443 +"119947",16483,47300 +"119948",16483,63878 +"119949",16483,78548 +"119950",16485,34640 +"119951",16485,41062 +"119952",16485,45685 +"119953",16485,47237 +"119954",16485,47768 +"119955",16485,48219 +"119956",16485,52845 +"119957",16485,57308 +"119958",16485,58022 +"119959",16485,59200 +"119960",16485,63188 +"119961",16485,74273 +"119962",16485,74573 +"119963",16485,100373 +"119964",16485,108368 +"119965",16485,115692 +"119966",16486,17375 +"119967",16486,17406 +"119968",16486,18729 +"119969",16486,28486 +"119970",16486,83563 +"119971",16486,120479 +"119972",16487,23986 +"119973",16487,38350 +"119974",16487,38450 +"119975",16489,18869 +"119976",16489,46411 +"119977",16490,48083 +"119978",16490,58184 +"119979",16491,67826 +"119980",16491,68573 +"119981",16491,81302 +"119982",16492,39722 +"119983",16492,39967 +"119984",16493,32831 +"119985",16493,32849 +"119986",16493,44477 +"119987",16494,29160 +"119988",16494,31190 +"119989",16495,19069 +"119990",16495,19317 +"119991",16495,22057 +"119992",16495,29884 +"119993",16495,30798 +"119994",16495,43077 +"119995",16495,46001 +"119996",16495,46073 +"119997",16495,76075 +"119998",16495,79320 +"119999",16495,83218 +"120000",16495,101992 +"120001",16496,18735 +"120002",16496,29707 +"120003",16496,40199 +"120004",16496,45395 +"120005",16496,48900 +"120006",16496,49841 +"120007",16496,54746 +"120008",16496,54754 +"120009",16496,69347 +"120010",16496,76912 +"120011",16496,93571 +"120012",16497,17240 +"120013",16497,26608 +"120014",16497,33572 +"120015",16497,39520 +"120016",16497,49965 +"120017",16497,53155 +"120018",16497,69245 +"120019",16497,71208 +"120020",16497,74977 +"120021",16497,78688 +"120022",16497,85951 +"120023",16497,90049 +"120024",16497,93017 +"120025",16497,100336 +"120026",16498,16677 +"120027",16498,101701 +"120028",16498,107355 +"120029",16498,107358 +"120030",16498,107363 +"120031",16498,107369 +"120032",16498,107370 +"120033",16498,107379 +"120034",16498,107395 +"120035",16499,25554 +"120036",16499,31352 +"120037",16499,32865 +"120038",16499,33948 +"120039",16499,42107 +"120040",16499,75617 +"120041",16499,79823 +"120042",16499,84544 +"120043",16499,92836 +"120044",16500,29099 +"120045",16500,32142 +"120046",16501,24095 +"120047",16501,25163 +"120048",16501,27914 +"120049",16501,28068 +"120050",16501,29286 +"120051",16501,29417 +"120052",16501,31367 +"120053",16501,33962 +"120054",16501,50354 +"120055",16501,57697 +"120056",16501,59975 +"120057",16501,65935 +"120058",16501,68540 +"120059",16501,86864 +"120060",16501,86873 +"120061",16501,86943 +"120062",16501,97365 +"120063",16502,18803 +"120064",16502,22274 +"120065",16502,24020 +"120066",16502,36959 +"120067",16502,39731 +"120068",16502,40869 +"120069",16502,41341 +"120070",16502,122935 +"120071",16503,67792 +"120072",16503,87813 +"120073",16503,90993 +"120074",16503,116165 +"120075",16505,16506 +"120076",16505,16944 +"120077",16505,16965 +"120078",16505,17079 +"120079",16505,24760 +"120080",16505,42867 +"120081",16506,16944 +"120082",16506,16965 +"120083",16506,17079 +"120084",16506,19575 +"120085",16507,16528 +"120086",16507,16558 +"120087",16508,26382 +"120088",16508,56655 +"120089",16508,68481 +"120090",16508,88820 +"120091",16508,88831 +"120092",16511,19046 +"120093",16511,46105 +"120094",16512,25467 +"120095",16513,18610 +"120096",16513,19699 +"120097",16513,31994 +"120098",16513,60644 +"120099",16513,71429 +"120100",16513,100845 +"120101",16514,16782 +"120102",16514,18857 +"120103",16514,27108 +"120104",16514,28861 +"120105",16514,29241 +"120106",16514,29331 +"120107",16514,38307 +"120108",16514,45310 +"120109",16514,45311 +"120110",16514,45394 +"120111",16514,48583 +"120112",16514,56697 +"120113",16514,61704 +"120114",16515,18935 +"120115",16515,26207 +"120116",16515,46339 +"120117",16516,38516 +"120118",16518,62382 +"120119",16518,90368 +"120120",16519,27608 +"120121",16519,35661 +"120122",16519,36569 +"120123",16519,84450 +"120124",16519,84475 +"120125",16520,16575 +"120126",16520,24133 +"120127",16520,78522 +"120128",16520,80284 +"120129",16520,84056 +"120130",16520,89776 +"120131",16520,119656 +"120132",16520,120626 +"120133",16521,55940 +"120134",16521,77744 +"120135",16521,100558 +"120136",16522,19456 +"120137",16522,21784 +"120138",16522,42888 +"120139",16522,53714 +"120140",16522,69232 +"120141",16522,81753 +"120142",16522,90688 +"120143",16522,100993 +"120144",16522,103445 +"120145",16522,106123 +"120146",16523,60597 +"120147",16523,87861 +"120148",16524,32668 +"120149",16524,40726 +"120150",16524,53644 +"120151",16524,56133 +"120152",16524,81096 +"120153",16524,82246 +"120154",16524,96915 +"120155",16525,16561 +"120156",16525,16562 +"120157",16525,110623 +"120158",16525,116982 +"120159",16525,116983 +"120160",16525,123034 +"120161",16525,123393 +"120162",16526,16747 +"120163",16526,20657 +"120164",16526,23292 +"120165",16526,30971 +"120166",16526,36771 +"120167",16526,45552 +"120168",16526,48557 +"120169",16527,16578 +"120170",16527,18361 +"120171",16527,25913 +"120172",16527,30402 +"120173",16527,39570 +"120174",16527,40629 +"120175",16527,40692 +"120176",16527,44521 +"120177",16527,61838 +"120178",16527,62323 +"120179",16527,69072 +"120180",16527,71217 +"120181",16527,71244 +"120182",16528,16558 +"120183",16528,20579 +"120184",16528,22873 +"120185",16528,31852 +"120186",16528,42541 +"120187",16528,42712 +"120188",16528,76380 +"120189",16528,78136 +"120190",16528,96003 +"120191",16529,26713 +"120192",16529,26724 +"120193",16529,30803 +"120194",16529,31478 +"120195",16529,38433 +"120196",16529,46132 +"120197",16529,46733 +"120198",16529,76275 +"120199",16529,93543 +"120200",16529,93603 +"120201",16530,42345 +"120202",16530,47600 +"120203",16530,56237 +"120204",16530,58891 +"120205",16530,64567 +"120206",16531,24103 +"120207",16531,27670 +"120208",16531,28662 +"120209",16531,28724 +"120210",16531,33223 +"120211",16531,65558 +"120212",16531,72453 +"120213",16531,73530 +"120214",16532,27856 +"120215",16533,28975 +"120216",16534,84669 +"120217",16536,42596 +"120218",16536,123314 +"120219",16536,123340 +"120220",16537,17462 +"120221",16537,18678 +"120222",16537,21636 +"120223",16537,112376 +"120224",16537,118072 +"120225",16538,21599 +"120226",16538,21889 +"120227",16538,35092 +"120228",16538,48237 +"120229",16538,54452 +"120230",16538,61003 +"120231",16538,61363 +"120232",16538,63631 +"120233",16538,81415 +"120234",16538,95361 +"120235",16538,108766 +"120236",16538,110574 +"120237",16538,115056 +"120238",16539,16680 +"120239",16539,22129 +"120240",16539,22226 +"120241",16539,26911 +"120242",16539,27649 +"120243",16539,29158 +"120244",16539,32728 +"120245",16539,36784 +"120246",16539,39761 +"120247",16539,42179 +"120248",16539,42279 +"120249",16539,54152 +"120250",16539,59161 +"120251",16539,60840 +"120252",16539,65752 +"120253",16539,80762 +"120254",16539,82332 +"120255",16539,82337 +"120256",16539,82893 +"120257",16539,91993 +"120258",16539,93289 +"120259",16539,97181 +"120260",16539,110685 +"120261",16540,16549 +"120262",16540,16552 +"120263",16540,16777 +"120264",16540,19768 +"120265",16540,27839 +"120266",16540,30177 +"120267",16540,38699 +"120268",16540,40079 +"120269",16540,50033 +"120270",16540,53013 +"120271",16540,76667 +"120272",16541,27860 +"120273",16541,36569 +"120274",16541,78997 +"120275",16541,86650 +"120276",16541,87780 +"120277",16541,97806 +"120278",16542,24753 +"120279",16542,24793 +"120280",16542,24794 +"120281",16542,24826 +"120282",16542,24858 +"120283",16542,24895 +"120284",16542,28984 +"120285",16542,31209 +"120286",16542,32052 +"120287",16542,33916 +"120288",16543,24187 +"120289",16543,25380 +"120290",16543,25579 +"120291",16543,28605 +"120292",16543,63777 +"120293",16543,74052 +"120294",16543,90335 +"120295",16543,105711 +"120296",16543,107952 +"120297",16544,22463 +"120298",16544,39705 +"120299",16544,57680 +"120300",16544,83429 +"120301",16545,19687 +"120302",16545,24138 +"120303",16545,24400 +"120304",16545,26426 +"120305",16545,26567 +"120306",16545,31503 +"120307",16545,42195 +"120308",16545,44820 +"120309",16545,47330 +"120310",16545,48967 +"120311",16545,52742 +"120312",16545,53332 +"120313",16545,56673 +"120314",16545,60380 +"120315",16545,63412 +"120316",16545,64918 +"120317",16545,68501 +"120318",16545,76383 +"120319",16545,78577 +"120320",16545,81134 +"120321",16545,82174 +"120322",16545,82435 +"120323",16545,85148 +"120324",16545,85673 +"120325",16545,91486 +"120326",16545,97940 +"120327",16545,102999 +"120328",16545,103475 +"120329",16545,104542 +"120330",16545,106554 +"120331",16545,107212 +"120332",16545,107643 +"120333",16545,114235 +"120334",16545,119455 +"120335",16546,16552 +"120336",16546,16777 +"120337",16546,18240 +"120338",16546,27845 +"120339",16546,33358 +"120340",16546,36092 +"120341",16546,51492 +"120342",16546,53258 +"120343",16546,100264 +"120344",16546,101228 +"120345",16546,110280 +"120346",16547,17853 +"120347",16547,19458 +"120348",16547,25367 +"120349",16547,31322 +"120350",16547,32761 +"120351",16547,41148 +"120352",16547,44235 +"120353",16547,46114 +"120354",16547,49343 +"120355",16547,51421 +"120356",16547,65570 +"120357",16547,88027 +"120358",16547,107339 +"120359",16548,19290 +"120360",16549,16552 +"120361",16549,17627 +"120362",16549,30177 +"120363",16549,81896 +"120364",16550,41105 +"120365",16550,53989 +"120366",16552,16777 +"120367",16552,18943 +"120368",16552,19806 +"120369",16552,20007 +"120370",16552,23254 +"120371",16552,23284 +"120372",16552,23379 +"120373",16552,23406 +"120374",16552,23443 +"120375",16552,23512 +"120376",16552,23513 +"120377",16552,23556 +"120378",16552,27008 +"120379",16552,27845 +"120380",16552,28099 +"120381",16552,31164 +"120382",16552,31274 +"120383",16552,32449 +"120384",16552,36092 +"120385",16552,38699 +"120386",16552,43081 +"120387",16552,45443 +"120388",16552,50238 +"120389",16552,51064 +"120390",16552,52332 +"120391",16552,56338 +"120392",16552,60031 +"120393",16552,66911 +"120394",16552,68628 +"120395",16552,68761 +"120396",16552,71962 +"120397",16552,75159 +"120398",16552,77572 +"120399",16552,79599 +"120400",16552,90990 +"120401",16552,99799 +"120402",16552,104306 +"120403",16552,109347 +"120404",16552,111596 +"120405",16552,119364 +"120406",16553,27412 +"120407",16553,67792 +"120408",16553,92417 +"120409",16553,99671 +"120410",16553,115780 +"120411",16553,115801 +"120412",16554,26566 +"120413",16554,61611 +"120414",16554,66779 +"120415",16554,96073 +"120416",16554,102599 +"120417",16554,107006 +"120418",16555,26916 +"120419",16555,48310 +"120420",16555,71139 +"120421",16556,23224 +"120422",16556,23591 +"120423",16556,28263 +"120424",16556,32564 +"120425",16556,45565 +"120426",16556,85013 +"120427",16556,86459 +"120428",16556,99426 +"120429",16557,16577 +"120430",16557,27780 +"120431",16557,27862 +"120432",16557,29561 +"120433",16557,30076 +"120434",16557,30278 +"120435",16557,32625 +"120436",16557,32639 +"120437",16557,32694 +"120438",16557,38993 +"120439",16557,42981 +"120440",16557,42995 +"120441",16557,46026 +"120442",16557,65098 +"120443",16557,70645 +"120444",16557,79770 +"120445",16558,20579 +"120446",16558,31852 +"120447",16558,42541 +"120448",16558,42712 +"120449",16558,76372 +"120450",16558,77167 +"120451",16558,78791 +"120452",16559,16653 +"120453",16559,29144 +"120454",16560,16955 +"120455",16560,17071 +"120456",16560,19860 +"120457",16560,31246 +"120458",16560,48587 +"120459",16561,16562 +"120460",16563,19184 +"120461",16563,24994 +"120462",16563,31125 +"120463",16563,34601 +"120464",16563,40248 +"120465",16563,50930 +"120466",16563,55484 +"120467",16563,89391 +"120468",16563,89422 +"120469",16563,91179 +"120470",16563,91973 +"120471",16563,98101 +"120472",16563,100727 +"120473",16564,18596 +"120474",16564,18846 +"120475",16564,19759 +"120476",16564,21682 +"120477",16564,21828 +"120478",16564,21847 +"120479",16564,21849 +"120480",16564,23876 +"120481",16564,27173 +"120482",16564,81142 +"120483",16564,120094 +"120484",16565,16638 +"120485",16565,25010 +"120486",16566,16792 +"120487",16566,16833 +"120488",16566,47520 +"120489",16566,80294 +"120490",16566,82286 +"120491",16566,94142 +"120492",16566,100651 +"120493",16566,100652 +"120494",16566,100654 +"120495",16566,120722 +"120496",16567,31127 +"120497",16567,31381 +"120498",16567,36680 +"120499",16567,64415 +"120500",16567,97215 +"120501",16568,34262 +"120502",16569,30336 +"120503",16569,68719 +"120504",16569,97610 +"120505",16570,69584 +"120506",16570,88764 +"120507",16571,41856 +"120508",16571,52364 +"120509",16571,52512 +"120510",16571,52513 +"120511",16571,52530 +"120512",16572,16740 +"120513",16573,28022 +"120514",16573,30344 +"120515",16573,41969 +"120516",16573,57492 +"120517",16573,57821 +"120518",16573,66728 +"120519",16573,72576 +"120520",16573,72577 +"120521",16573,73768 +"120522",16574,17235 +"120523",16574,17337 +"120524",16574,27149 +"120525",16574,29402 +"120526",16574,33701 +"120527",16574,37068 +"120528",16574,38716 +"120529",16574,38736 +"120530",16574,41939 +"120531",16574,54622 +"120532",16574,60747 +"120533",16574,62280 +"120534",16574,66379 +"120535",16574,69956 +"120536",16574,70018 +"120537",16575,19556 +"120538",16575,26210 +"120539",16575,28981 +"120540",16575,71261 +"120541",16575,82693 +"120542",16575,93125 +"120543",16576,16910 +"120544",16576,105639 +"120545",16577,33775 +"120546",16578,18361 +"120547",16578,23585 +"120548",16578,39570 +"120549",16578,40028 +"120550",16578,44521 +"120551",16578,45352 +"120552",16578,50236 +"120553",16578,56082 +"120554",16578,62323 +"120555",16578,69072 +"120556",16578,79082 +"120557",16578,80326 +"120558",16578,80390 +"120559",16578,90966 +"120560",16578,94671 +"120561",16578,108528 +"120562",16578,120932 +"120563",16579,16600 +"120564",16579,16658 +"120565",16579,52721 +"120566",16580,20539 +"120567",16580,21684 +"120568",16580,27111 +"120569",16580,31403 +"120570",16580,35157 +"120571",16580,43706 +"120572",16581,46087 +"120573",16581,65661 +"120574",16581,72130 +"120575",16581,74217 +"120576",16582,22726 +"120577",16582,49655 +"120578",16582,62396 +"120579",16582,97054 +"120580",16582,120425 +"120581",16583,23956 +"120582",16583,27379 +"120583",16583,35102 +"120584",16583,37721 +"120585",16583,44718 +"120586",16583,60706 +"120587",16583,61532 +"120588",16583,61623 +"120589",16583,69651 +"120590",16583,84794 +"120591",16583,92251 +"120592",16584,18390 +"120593",16584,31406 +"120594",16584,80116 +"120595",16584,96046 +"120596",16585,19099 +"120597",16585,19258 +"120598",16585,27189 +"120599",16585,27255 +"120600",16585,28686 +"120601",16585,31403 +"120602",16585,32339 +"120603",16585,37270 +"120604",16585,37385 +"120605",16585,39000 +"120606",16585,44402 +"120607",16585,47460 +"120608",16585,60346 +"120609",16585,67499 +"120610",16585,71012 +"120611",16585,76576 +"120612",16585,78054 +"120613",16585,78931 +"120614",16585,80075 +"120615",16585,87107 +"120616",16585,94591 +"120617",16586,26459 +"120618",16586,29177 +"120619",16586,29178 +"120620",16586,56049 +"120621",16586,92455 +"120622",16586,95176 +"120623",16586,116240 +"120624",16586,116241 +"120625",16587,16809 +"120626",16587,18554 +"120627",16587,18615 +"120628",16587,18616 +"120629",16587,18713 +"120630",16587,22423 +"120631",16587,22670 +"120632",16587,23071 +"120633",16587,29661 +"120634",16587,45831 +"120635",16587,45832 +"120636",16587,45958 +"120637",16588,24185 +"120638",16588,30621 +"120639",16588,34094 +"120640",16589,16623 +"120641",16589,16730 +"120642",16589,32534 +"120643",16589,34367 +"120644",16589,40274 +"120645",16589,41925 +"120646",16589,49996 +"120647",16590,16824 +"120648",16590,22894 +"120649",16590,22907 +"120650",16590,22957 +"120651",16590,22969 +"120652",16590,23234 +"120653",16590,25331 +"120654",16590,25418 +"120655",16590,26668 +"120656",16590,30886 +"120657",16590,31816 +"120658",16590,45847 +"120659",16590,49921 +"120660",16590,54208 +"120661",16590,65531 +"120662",16590,82325 +"120663",16591,67065 +"120664",16592,18747 +"120665",16592,66015 +"120666",16592,66632 +"120667",16592,89325 +"120668",16592,92978 +"120669",16592,101021 +"120670",16592,111861 +"120671",16593,16613 +"120672",16593,16739 +"120673",16593,16814 +"120674",16593,47446 +"120675",16593,52369 +"120676",16593,58356 +"120677",16593,59264 +"120678",16593,84440 +"120679",16593,90142 +"120680",16593,92106 +"120681",16593,95059 +"120682",16593,95611 +"120683",16593,105086 +"120684",16593,107262 +"120685",16593,108996 +"120686",16593,113153 +"120687",16593,114228 +"120688",16594,80691 +"120689",16595,38295 +"120690",16595,48056 +"120691",16595,60046 +"120692",16595,77275 +"120693",16596,48003 +"120694",16596,84184 +"120695",16596,103676 +"120696",16596,118159 +"120697",16596,118162 +"120698",16596,118183 +"120699",16597,16805 +"120700",16598,16710 +"120701",16598,17599 +"120702",16598,22786 +"120703",16598,41279 +"120704",16598,69477 +"120705",16598,73820 +"120706",16598,76855 +"120707",16598,78409 +"120708",16598,102933 +"120709",16599,16672 +"120710",16599,23155 +"120711",16599,23336 +"120712",16599,25748 +"120713",16599,40379 +"120714",16599,44602 +"120715",16599,65725 +"120716",16599,68262 +"120717",16599,80948 +"120718",16599,85433 +"120719",16599,90784 +"120720",16599,96758 +"120721",16599,104735 +"120722",16599,110336 +"120723",16600,16658 +"120724",16600,70998 +"120725",16601,16629 +"120726",16601,17110 +"120727",16601,18679 +"120728",16601,18800 +"120729",16601,18956 +"120730",16601,19414 +"120731",16602,56559 +"120732",16602,76134 +"120733",16602,81918 +"120734",16603,16825 +"120735",16603,26278 +"120736",16603,39069 +"120737",16603,84435 +"120738",16604,34725 +"120739",16605,16827 +"120740",16605,17613 +"120741",16605,35664 +"120742",16606,21947 +"120743",16606,22093 +"120744",16607,16817 +"120745",16608,25278 +"120746",16608,28010 +"120747",16608,31743 +"120748",16608,32353 +"120749",16608,35564 +"120750",16608,36189 +"120751",16608,84842 +"120752",16608,84856 +"120753",16608,109700 +"120754",16608,112697 +"120755",16608,114949 +"120756",16609,18510 +"120757",16609,22942 +"120758",16609,31579 +"120759",16609,33835 +"120760",16609,35915 +"120761",16609,36025 +"120762",16609,40176 +"120763",16609,41857 +"120764",16609,43550 +"120765",16609,68810 +"120766",16609,77026 +"120767",16609,78444 +"120768",16609,79442 +"120769",16609,79443 +"120770",16609,82793 +"120771",16609,88696 +"120772",16609,89283 +"120773",16609,93383 +"120774",16609,97583 +"120775",16609,101077 +"120776",16609,108415 +"120777",16610,101183 +"120778",16611,47633 +"120779",16612,52307 +"120780",16613,16739 +"120781",16613,16814 +"120782",16613,17159 +"120783",16613,20412 +"120784",16613,30954 +"120785",16613,39100 +"120786",16613,43523 +"120787",16613,46944 +"120788",16613,53971 +"120789",16613,55908 +"120790",16613,61382 +"120791",16613,61538 +"120792",16613,64916 +"120793",16613,65667 +"120794",16613,82879 +"120795",16613,84587 +"120796",16613,84588 +"120797",16613,88819 +"120798",16613,89076 +"120799",16613,94339 +"120800",16613,97261 +"120801",16613,97266 +"120802",16613,98099 +"120803",16613,100068 +"120804",16613,105728 +"120805",16613,107421 +"120806",16613,111406 +"120807",16613,116653 +"120808",16614,17059 +"120809",16614,19744 +"120810",16614,19980 +"120811",16614,26623 +"120812",16614,30622 +"120813",16614,30665 +"120814",16614,40030 +"120815",16614,40155 +"120816",16614,42372 +"120817",16614,59495 +"120818",16614,66129 +"120819",16614,72129 +"120820",16614,76826 +"120821",16614,92264 +"120822",16614,94087 +"120823",16615,18264 +"120824",16615,39985 +"120825",16615,85737 +"120826",16615,88785 +"120827",16615,101131 +"120828",16615,101148 +"120829",16615,101149 +"120830",16616,22649 +"120831",16616,31640 +"120832",16616,67402 +"120833",16616,70869 +"120834",16617,16618 +"120835",16617,16649 +"120836",16617,18852 +"120837",16617,30973 +"120838",16617,31041 +"120839",16617,33438 +"120840",16617,36670 +"120841",16617,57372 +"120842",16617,67990 +"120843",16618,16649 +"120844",16618,18852 +"120845",16618,21864 +"120846",16618,31041 +"120847",16618,36062 +"120848",16618,71871 +"120849",16619,20060 +"120850",16619,21968 +"120851",16619,21983 +"120852",16619,36237 +"120853",16620,23006 +"120854",16620,29930 +"120855",16620,46298 +"120856",16620,46962 +"120857",16620,51366 +"120858",16620,52926 +"120859",16620,55151 +"120860",16620,96490 +"120861",16621,16728 +"120862",16622,62494 +"120863",16622,87996 +"120864",16623,16730 +"120865",16623,32534 +"120866",16623,34367 +"120867",16623,40274 +"120868",16623,41925 +"120869",16623,49996 +"120870",16624,19008 +"120871",16624,19009 +"120872",16624,19156 +"120873",16624,19157 +"120874",16624,19300 +"120875",16624,19390 +"120876",16624,19403 +"120877",16624,19467 +"120878",16624,19588 +"120879",16624,19656 +"120880",16624,19825 +"120881",16625,19598 +"120882",16625,19723 +"120883",16625,24279 +"120884",16625,24347 +"120885",16625,24446 +"120886",16625,25588 +"120887",16625,30567 +"120888",16625,38433 +"120889",16625,38949 +"120890",16625,42505 +"120891",16625,43345 +"120892",16625,46733 +"120893",16625,55108 +"120894",16625,55162 +"120895",16625,57468 +"120896",16625,63112 +"120897",16625,64796 +"120898",16625,80748 +"120899",16625,84194 +"120900",16625,89511 +"120901",16627,18621 +"120902",16628,16993 +"120903",16628,28249 +"120904",16628,38307 +"120905",16628,38367 +"120906",16629,17110 +"120907",16629,18800 +"120908",16629,18956 +"120909",16629,22490 +"120910",16629,24848 +"120911",16629,30144 +"120912",16629,52530 +"120913",16629,78088 +"120914",16629,87647 +"120915",16629,92507 +"120916",16629,92509 +"120917",16629,92816 +"120918",16629,93255 +"120919",16629,93321 +"120920",16629,93479 +"120921",16630,16665 +"120922",16630,18601 +"120923",16630,18652 +"120924",16630,18868 +"120925",16630,20496 +"120926",16630,21148 +"120927",16630,21308 +"120928",16630,24916 +"120929",16630,24928 +"120930",16630,85392 +"120931",16630,88630 +"120932",16630,92465 +"120933",16630,102509 +"120934",16631,32641 +"120935",16632,57484 +"120936",16633,17688 +"120937",16634,98329 +"120938",16636,20370 +"120939",16636,20633 +"120940",16636,33842 +"120941",16636,59735 +"120942",16636,63347 +"120943",16636,95720 +"120944",16637,117035 +"120945",16638,22475 +"120946",16638,25010 +"120947",16638,31301 +"120948",16638,39639 +"120949",16638,44297 +"120950",16639,16979 +"120951",16639,16980 +"120952",16639,66649 +"120953",16641,45282 +"120954",16641,77608 +"120955",16643,16797 +"120956",16643,34242 +"120957",16643,101278 +"120958",16643,108608 +"120959",16643,108610 +"120960",16644,19165 +"120961",16644,41513 +"120962",16644,64593 +"120963",16644,83965 +"120964",16645,19712 +"120965",16645,22723 +"120966",16645,34092 +"120967",16645,108964 +"120968",16646,17205 +"120969",16646,18097 +"120970",16646,18920 +"120971",16646,25258 +"120972",16646,36444 +"120973",16646,69934 +"120974",16646,85840 +"120975",16647,18236 +"120976",16648,19772 +"120977",16648,32380 +"120978",16648,63274 +"120979",16648,69182 +"120980",16648,77615 +"120981",16648,103279 +"120982",16649,17725 +"120983",16649,17873 +"120984",16649,17943 +"120985",16649,17944 +"120986",16649,18852 +"120987",16649,31041 +"120988",16649,33327 +"120989",16650,34730 +"120990",16650,42133 +"120991",16650,57535 +"120992",16650,97874 +"120993",16650,97997 +"120994",16651,19867 +"120995",16651,21349 +"120996",16651,44384 +"120997",16651,80673 +"120998",16652,21264 +"120999",16652,61532 +"121000",16652,78532 +"121001",16652,78977 +"121002",16652,82496 +"121003",16652,106559 +"121004",16652,120771 +"121005",16653,80708 +"121006",16653,110295 +"121007",16654,40044 +"121008",16654,74919 +"121009",16654,81472 +"121010",16654,101990 +"121011",16655,40993 +"121012",16655,56777 +"121013",16655,68983 +"121014",16655,72432 +"121015",16655,74446 +"121016",16655,77501 +"121017",16655,79784 +"121018",16655,82683 +"121019",16655,84113 +"121020",16655,84621 +"121021",16655,95956 +"121022",16655,113703 +"121023",16657,25371 +"121024",16657,86221 +"121025",16657,91699 +"121026",16658,116363 +"121027",16659,32344 +"121028",16659,42649 +"121029",16659,57261 +"121030",16659,73243 +"121031",16659,85637 +"121032",16659,99030 +"121033",16659,108348 +"121034",16659,108358 +"121035",16659,108362 +"121036",16660,17524 +"121037",16660,28357 +"121038",16660,30332 +"121039",16660,32944 +"121040",16660,39487 +"121041",16660,40213 +"121042",16660,52912 +"121043",16660,62886 +"121044",16660,71816 +"121045",16660,92805 +"121046",16660,106846 +"121047",16661,19651 +"121048",16661,72308 +"121049",16661,87109 +"121050",16661,97657 +"121051",16661,100976 +"121052",16661,119770 +"121053",16661,120160 +"121054",16662,25702 +"121055",16662,31068 +"121056",16662,75015 +"121057",16663,20223 +"121058",16663,105360 +"121059",16663,123247 +"121060",16664,17544 +"121061",16664,29422 +"121062",16664,42572 +"121063",16664,45532 +"121064",16664,58806 +"121065",16664,67507 +"121066",16664,71270 +"121067",16664,72178 +"121068",16664,75628 +"121069",16664,121595 +"121070",16665,18601 +"121071",16665,18652 +"121072",16665,18868 +"121073",16665,20614 +"121074",16665,21148 +"121075",16665,24497 +"121076",16665,24862 +"121077",16665,29043 +"121078",16665,32583 +"121079",16665,33068 +"121080",16665,33251 +"121081",16665,36405 +"121082",16665,50276 +"121083",16665,89942 +"121084",16667,56386 +"121085",16668,49159 +"121086",16668,53463 +"121087",16668,53468 +"121088",16668,57002 +"121089",16669,19805 +"121090",16669,21098 +"121091",16669,21918 +"121092",16669,24939 +"121093",16669,25639 +"121094",16669,26432 +"121095",16669,26943 +"121096",16669,28499 +"121097",16669,30866 +"121098",16669,31700 +"121099",16669,32361 +"121100",16669,33275 +"121101",16669,33883 +"121102",16669,36286 +"121103",16669,36767 +"121104",16669,37937 +"121105",16669,40419 +"121106",16669,42608 +"121107",16669,44180 +"121108",16669,45818 +"121109",16669,51476 +"121110",16669,51892 +"121111",16669,53755 +"121112",16669,54168 +"121113",16669,57210 +"121114",16669,58482 +"121115",16669,59172 +"121116",16669,59816 +"121117",16669,61874 +"121118",16669,63274 +"121119",16669,66322 +"121120",16669,67327 +"121121",16669,70854 +"121122",16669,71683 +"121123",16669,72568 +"121124",16669,72628 +"121125",16669,73767 +"121126",16669,78532 +"121127",16669,81609 +"121128",16669,85885 +"121129",16669,91255 +"121130",16669,92247 +"121131",16669,92352 +"121132",16669,92362 +"121133",16669,92929 +"121134",16669,93719 +"121135",16669,94906 +"121136",16669,94946 +"121137",16669,95889 +"121138",16669,96093 +"121139",16669,97988 +"121140",16669,99309 +"121141",16669,99376 +"121142",16669,99450 +"121143",16669,99471 +"121144",16669,99474 +"121145",16669,100916 +"121146",16669,100944 +"121147",16669,101126 +"121148",16669,101329 +"121149",16669,105346 +"121150",16669,105557 +"121151",16669,107199 +"121152",16669,108743 +"121153",16669,108980 +"121154",16669,109291 +"121155",16669,109933 +"121156",16669,110483 +"121157",16669,110567 +"121158",16669,110572 +"121159",16669,110630 +"121160",16669,110648 +"121161",16669,110711 +"121162",16669,110770 +"121163",16669,110869 +"121164",16669,110911 +"121165",16669,111285 +"121166",16669,111314 +"121167",16669,111362 +"121168",16669,111372 +"121169",16669,111424 +"121170",16669,111433 +"121171",16669,112422 +"121172",16669,113269 +"121173",16669,113430 +"121174",16669,114242 +"121175",16669,114842 +"121176",16669,115427 +"121177",16669,115521 +"121178",16669,115711 +"121179",16670,26196 +"121180",16670,35367 +"121181",16670,111381 +"121182",16671,49104 +"121183",16671,115891 +"121184",16672,19298 +"121185",16672,26740 +"121186",16672,32124 +"121187",16672,34331 +"121188",16672,46571 +"121189",16672,76027 +"121190",16672,77351 +"121191",16672,93647 +"121192",16673,18024 +"121193",16673,20745 +"121194",16673,20892 +"121195",16673,29060 +"121196",16673,32936 +"121197",16673,33911 +"121198",16673,46638 +"121199",16673,65281 +"121200",16673,68041 +"121201",16673,74025 +"121202",16673,79215 +"121203",16674,17431 +"121204",16674,91426 +"121205",16674,93594 +"121206",16675,39730 +"121207",16675,46496 +"121208",16675,77263 +"121209",16676,16841 +"121210",16676,60646 +"121211",16677,44926 +"121212",16677,111063 +"121213",16678,16695 +"121214",16678,27734 +"121215",16678,69094 +"121216",16679,38636 +"121217",16680,19965 +"121218",16680,21330 +"121219",16680,24025 +"121220",16680,26002 +"121221",16680,27489 +"121222",16680,31957 +"121223",16680,32032 +"121224",16680,32131 +"121225",16680,32173 +"121226",16680,32728 +"121227",16680,34245 +"121228",16680,37845 +"121229",16680,40186 +"121230",16680,45213 +"121231",16680,45748 +"121232",16680,49370 +"121233",16680,56096 +"121234",16680,56676 +"121235",16680,59007 +"121236",16680,61666 +"121237",16680,73466 +"121238",16680,84252 +"121239",16680,89736 +"121240",16680,95994 +"121241",16680,96370 +"121242",16680,108232 +"121243",16680,109663 +"121244",16681,40848 +"121245",16681,41376 +"121246",16681,78434 +"121247",16681,82880 +"121248",16681,82922 +"121249",16683,24833 +"121250",16683,92827 +"121251",16683,113786 +"121252",16684,16850 +"121253",16684,21094 +"121254",16684,23775 +"121255",16684,40358 +"121256",16684,43164 +"121257",16685,20984 +"121258",16685,56817 +"121259",16685,110922 +"121260",16686,51878 +"121261",16686,83101 +"121262",16686,83133 +"121263",16686,97082 +"121264",16686,102043 +"121265",16686,108607 +"121266",16687,17285 +"121267",16687,20697 +"121268",16687,30924 +"121269",16687,33787 +"121270",16687,43631 +"121271",16687,43696 +"121272",16687,45766 +"121273",16687,51375 +"121274",16687,55824 +"121275",16688,20563 +"121276",16688,22753 +"121277",16688,23756 +"121278",16688,29330 +"121279",16688,29574 +"121280",16688,35544 +"121281",16688,38449 +"121282",16688,38514 +"121283",16688,39058 +"121284",16688,39282 +"121285",16688,42186 +"121286",16688,44836 +"121287",16688,61576 +"121288",16688,62482 +"121289",16688,63282 +"121290",16688,80205 +"121291",16688,85323 +"121292",16688,89713 +"121293",16688,91760 +"121294",16688,100093 +"121295",16688,100097 +"121296",16688,100134 +"121297",16688,100936 +"121298",16689,19036 +"121299",16689,19391 +"121300",16689,23075 +"121301",16689,25606 +"121302",16689,28530 +"121303",16689,30258 +"121304",16689,38185 +"121305",16689,38683 +"121306",16689,40245 +"121307",16689,43226 +"121308",16689,44655 +"121309",16689,44973 +"121310",16689,46177 +"121311",16689,47048 +"121312",16689,48110 +"121313",16689,58508 +"121314",16689,59731 +"121315",16689,62642 +"121316",16689,64069 +"121317",16689,68091 +"121318",16689,69335 +"121319",16689,75245 +"121320",16689,75776 +"121321",16689,75956 +"121322",16689,76387 +"121323",16689,78978 +"121324",16689,79212 +"121325",16689,79241 +"121326",16689,79579 +"121327",16689,80239 +"121328",16689,80301 +"121329",16689,81397 +"121330",16689,88340 +"121331",16689,88749 +"121332",16689,89069 +"121333",16689,89373 +"121334",16689,89995 +"121335",16689,90919 +"121336",16689,90936 +"121337",16689,92861 +"121338",16689,93097 +"121339",16689,94231 +"121340",16689,95489 +"121341",16689,96247 +"121342",16689,96363 +"121343",16689,97898 +"121344",16690,17000 +"121345",16690,25255 +"121346",16690,26954 +"121347",16690,30433 +"121348",16690,31406 +"121349",16690,32359 +"121350",16690,38879 +"121351",16690,46365 +"121352",16690,65938 +"121353",16690,68901 +"121354",16690,76370 +"121355",16690,88268 +"121356",16690,88286 +"121357",16690,93632 +"121358",16691,19207 +"121359",16691,42738 +"121360",16691,68074 +"121361",16691,97738 +"121362",16691,102429 +"121363",16692,16799 +"121364",16692,16800 +"121365",16693,21417 +"121366",16693,29579 +"121367",16693,84122 +"121368",16693,88435 +"121369",16694,81927 +"121370",16694,84828 +"121371",16694,88485 +"121372",16694,90358 +"121373",16694,93993 +"121374",16694,106314 +"121375",16695,46719 +"121376",16696,27454 +"121377",16696,39062 +"121378",16696,40331 +"121379",16696,52249 +"121380",16696,52302 +"121381",16696,77956 +"121382",16696,101761 +"121383",16696,115779 +"121384",16697,16698 +"121385",16697,16847 +"121386",16697,52645 +"121387",16697,70118 +"121388",16697,70122 +"121389",16698,16847 +"121390",16698,64607 +"121391",16699,21162 +"121392",16699,27002 +"121393",16699,39182 +"121394",16699,43795 +"121395",16699,105305 +"121396",16699,105410 +"121397",16700,77471 +"121398",16700,90339 +"121399",16701,16719 +"121400",16702,33587 +"121401",16702,77811 +"121402",16702,84881 +"121403",16703,39665 +"121404",16703,74606 +"121405",16703,74608 +"121406",16704,57045 +"121407",16706,20382 +"121408",16706,21455 +"121409",16706,25239 +"121410",16706,25447 +"121411",16706,44597 +"121412",16706,45773 +"121413",16706,52764 +"121414",16707,32397 +"121415",16707,60267 +"121416",16707,104010 +"121417",16708,18206 +"121418",16709,46283 +"121419",16709,48602 +"121420",16709,88736 +"121421",16709,89488 +"121422",16709,91859 +"121423",16709,102827 +"121424",16709,104867 +"121425",16709,109764 +"121426",16710,17599 +"121427",16710,21500 +"121428",16710,24508 +"121429",16711,16856 +"121430",16711,16859 +"121431",16711,17846 +"121432",16711,46610 +"121433",16711,72961 +"121434",16711,86928 +"121435",16712,18003 +"121436",16712,25168 +"121437",16712,27096 +"121438",16712,33239 +"121439",16712,39866 +"121440",16712,42598 +"121441",16712,51558 +"121442",16712,52944 +"121443",16712,68475 +"121444",16712,68496 +"121445",16712,103140 +"121446",16713,17531 +"121447",16713,17641 +"121448",16713,20658 +"121449",16713,38099 +"121450",16713,45440 +"121451",16713,50468 +"121452",16713,56491 +"121453",16713,67813 +"121454",16713,74378 +"121455",16713,80860 +"121456",16713,86536 +"121457",16713,88480 +"121458",16713,118639 +"121459",16713,122490 +"121460",16714,45201 +"121461",16714,47963 +"121462",16715,18066 +"121463",16715,23462 +"121464",16715,23528 +"121465",16715,27456 +"121466",16715,27775 +"121467",16715,39198 +"121468",16715,46142 +"121469",16715,50561 +"121470",16715,64578 +"121471",16715,79652 +"121472",16715,99524 +"121473",16716,16802 +"121474",16717,19789 +"121475",16717,22921 +"121476",16717,38977 +"121477",16717,66895 +"121478",16717,95708 +"121479",16718,20743 +"121480",16718,22382 +"121481",16718,22383 +"121482",16718,42142 +"121483",16718,47159 +"121484",16718,55044 +"121485",16718,55115 +"121486",16718,55262 +"121487",16718,68674 +"121488",16718,72090 +"121489",16718,81502 +"121490",16719,41963 +"121491",16719,87671 +"121492",16719,106127 +"121493",16720,97636 +"121494",16721,111175 +"121495",16721,111501 +"121496",16721,117009 +"121497",16722,35285 +"121498",16722,37792 +"121499",16722,55454 +"121500",16722,62507 +"121501",16722,72592 +"121502",16722,123281 +"121503",16723,40868 +"121504",16723,121379 +"121505",16725,16726 +"121506",16725,16727 +"121507",16725,16745 +"121508",16725,19534 +"121509",16725,21193 +"121510",16725,28035 +"121511",16725,30650 +"121512",16725,40716 +"121513",16725,57147 +"121514",16725,61957 +"121515",16725,63062 +"121516",16725,63086 +"121517",16725,63087 +"121518",16725,63098 +"121519",16725,63106 +"121520",16725,63118 +"121521",16725,63128 +"121522",16725,63136 +"121523",16725,63137 +"121524",16725,63144 +"121525",16726,16727 +"121526",16726,16745 +"121527",16726,21278 +"121528",16726,23466 +"121529",16726,23700 +"121530",16726,23751 +"121531",16727,16745 +"121532",16727,21278 +"121533",16727,27372 +"121534",16727,64591 +"121535",16728,55405 +"121536",16728,61461 +"121537",16728,61886 +"121538",16729,19597 +"121539",16729,20358 +"121540",16729,21078 +"121541",16729,21369 +"121542",16729,24570 +"121543",16729,28162 +"121544",16729,31751 +"121545",16729,32921 +"121546",16729,34988 +"121547",16729,36031 +"121548",16729,46420 +"121549",16729,46447 +"121550",16729,46838 +"121551",16729,55192 +"121552",16729,55635 +"121553",16729,60883 +"121554",16729,82533 +"121555",16729,83680 +"121556",16729,83744 +"121557",16729,89681 +"121558",16729,90234 +"121559",16729,90321 +"121560",16730,23721 +"121561",16730,32534 +"121562",16730,34367 +"121563",16730,40274 +"121564",16730,55798 +"121565",16730,64527 +"121566",16730,66002 +"121567",16730,66094 +"121568",16730,66165 +"121569",16730,66401 +"121570",16731,26122 +"121571",16731,55885 +"121572",16732,17116 +"121573",16732,18505 +"121574",16732,81495 +"121575",16732,87965 +"121576",16732,108560 +"121577",16733,28161 +"121578",16733,33476 +"121579",16733,40682 +"121580",16733,58506 +"121581",16733,59115 +"121582",16733,60583 +"121583",16733,69154 +"121584",16733,72932 +"121585",16733,77930 +"121586",16733,84270 +"121587",16734,20098 +"121588",16734,60692 +"121589",16734,81208 +"121590",16734,115990 +"121591",16735,18161 +"121592",16737,38575 +"121593",16737,44274 +"121594",16737,61688 +"121595",16737,69539 +"121596",16737,73220 +"121597",16737,79140 +"121598",16737,85548 +"121599",16737,92680 +"121600",16738,16803 +"121601",16738,26263 +"121602",16738,108706 +"121603",16739,16814 +"121604",16739,120395 +"121605",16739,120402 +"121606",16740,26559 +"121607",16740,31696 +"121608",16741,22331 +"121609",16741,24825 +"121610",16741,25443 +"121611",16741,33383 +"121612",16741,39006 +"121613",16741,39018 +"121614",16741,60465 +"121615",16741,60544 +"121616",16741,80907 +"121617",16742,16743 +"121618",16742,24183 +"121619",16742,34522 +"121620",16742,42703 +"121621",16742,55205 +"121622",16742,81361 +"121623",16742,82882 +"121624",16742,98565 +"121625",16742,98571 +"121626",16742,98588 +"121627",16743,22263 +"121628",16743,24183 +"121629",16744,23847 +"121630",16745,21278 +"121631",16745,23466 +"121632",16745,23700 +"121633",16745,23751 +"121634",16746,43309 +"121635",16747,16890 +"121636",16747,18151 +"121637",16747,20021 +"121638",16747,32008 +"121639",16747,34998 +"121640",16747,35020 +"121641",16747,37884 +"121642",16747,39173 +"121643",16747,39355 +"121644",16747,41158 +"121645",16747,42473 +"121646",16747,45552 +"121647",16747,47947 +"121648",16747,57307 +"121649",16747,60348 +"121650",16747,61478 +"121651",16747,65508 +"121652",16747,71118 +"121653",16747,71530 +"121654",16747,71554 +"121655",16748,18196 +"121656",16748,20614 +"121657",16748,35992 +"121658",16748,40764 +"121659",16748,70585 +"121660",16748,73203 +"121661",16748,74251 +"121662",16748,76999 +"121663",16748,78766 +"121664",16749,84623 +"121665",16749,108123 +"121666",16750,17476 +"121667",16750,27391 +"121668",16750,35282 +"121669",16750,41473 +"121670",16750,60101 +"121671",16750,96806 +"121672",16750,97840 +"121673",16751,16862 +"121674",16751,31148 +"121675",16751,55512 +"121676",16751,65448 +"121677",16751,101452 +"121678",16751,101458 +"121679",16752,46709 +"121680",16753,21177 +"121681",16754,24972 +"121682",16754,26908 +"121683",16754,30842 +"121684",16754,31176 +"121685",16754,43856 +"121686",16754,45051 +"121687",16754,82546 +"121688",16754,119641 +"121689",16756,76452 +"121690",16756,76559 +"121691",16757,21658 +"121692",16757,30629 +"121693",16757,30632 +"121694",16757,83530 +"121695",16757,98276 +"121696",16758,54569 +"121697",16758,71162 +"121698",16759,34667 +"121699",16759,54248 +"121700",16759,54575 +"121701",16760,20022 +"121702",16760,20047 +"121703",16760,20176 +"121704",16760,20252 +"121705",16760,20499 +"121706",16760,25378 +"121707",16760,27320 +"121708",16760,27861 +"121709",16760,29495 +"121710",16760,39482 +"121711",16760,52018 +"121712",16760,53423 +"121713",16760,60506 +"121714",16760,64146 +"121715",16760,89779 +"121716",16761,103788 +"121717",16762,30882 +"121718",16762,40619 +"121719",16762,62437 +"121720",16763,42757 +"121721",16763,65200 +"121722",16763,66472 +"121723",16763,68819 +"121724",16763,114970 +"121725",16763,120462 +"121726",16764,72238 +"121727",16765,62106 +"121728",16766,53080 +"121729",16766,96925 +"121730",16766,109343 +"121731",16767,17041 +"121732",16767,58524 +"121733",16767,65601 +"121734",16767,96875 +"121735",16767,96885 +"121736",16768,22108 +"121737",16768,47189 +"121738",16768,94089 +"121739",16769,25588 +"121740",16769,42604 +"121741",16769,47421 +"121742",16769,58432 +"121743",16769,75568 +"121744",16769,108463 +"121745",16769,111931 +"121746",16770,29903 +"121747",16770,32038 +"121748",16771,23197 +"121749",16772,20279 +"121750",16772,26096 +"121751",16772,58710 +"121752",16772,94798 +"121753",16773,17001 +"121754",16773,35753 +"121755",16773,82666 +"121756",16773,93652 +"121757",16773,93660 +"121758",16773,93676 +"121759",16774,25855 +"121760",16775,29417 +"121761",16776,17877 +"121762",16776,24396 +"121763",16776,46463 +"121764",16776,59916 +"121765",16776,76288 +"121766",16776,94995 +"121767",16777,23556 +"121768",16777,27008 +"121769",16777,30177 +"121770",16777,32137 +"121771",16777,80669 +"121772",16777,119364 +"121773",16778,17539 +"121774",16778,19940 +"121775",16778,21715 +"121776",16778,23854 +"121777",16778,36755 +"121778",16778,42923 +"121779",16778,46192 +"121780",16778,46523 +"121781",16778,49833 +"121782",16778,50478 +"121783",16778,52773 +"121784",16778,56981 +"121785",16778,63546 +"121786",16778,65828 +"121787",16778,83644 +"121788",16778,88398 +"121789",16780,23195 +"121790",16780,27383 +"121791",16780,35536 +"121792",16780,53618 +"121793",16780,58268 +"121794",16780,64488 +"121795",16780,74073 +"121796",16780,76770 +"121797",16780,81142 +"121798",16780,90592 +"121799",16780,94536 +"121800",16780,94554 +"121801",16780,101164 +"121802",16781,18057 +"121803",16781,18188 +"121804",16781,18468 +"121805",16781,26038 +"121806",16781,26457 +"121807",16781,30844 +"121808",16781,31449 +"121809",16781,40682 +"121810",16781,41510 +"121811",16781,42416 +"121812",16781,44095 +"121813",16781,60583 +"121814",16781,78343 +"121815",16781,80080 +"121816",16781,81715 +"121817",16781,81720 +"121818",16783,19113 +"121819",16783,22566 +"121820",16783,52561 +"121821",16783,61881 +"121822",16783,67488 +"121823",16783,90106 +"121824",16784,18555 +"121825",16784,51430 +"121826",16784,56311 +"121827",16784,61423 +"121828",16784,66480 +"121829",16784,83328 +"121830",16785,31262 +"121831",16785,50207 +"121832",16785,57855 +"121833",16785,113051 +"121834",16786,25659 +"121835",16786,44356 +"121836",16786,63429 +"121837",16786,66978 +"121838",16786,72104 +"121839",16786,74388 +"121840",16786,101093 +"121841",16786,106752 +"121842",16786,119978 +"121843",16786,120037 +"121844",16787,16818 +"121845",16788,41862 +"121846",16788,117945 +"121847",16789,41328 +"121848",16789,48494 +"121849",16789,76072 +"121850",16789,87578 +"121851",16789,88681 +"121852",16789,90423 +"121853",16789,97171 +"121854",16789,106495 +"121855",16789,119493 +"121856",16789,119499 +"121857",16790,22875 +"121858",16790,36225 +"121859",16790,36784 +"121860",16790,65338 +"121861",16791,18555 +"121862",16791,31770 +"121863",16791,42222 +"121864",16791,52205 +"121865",16791,59707 +"121866",16791,85349 +"121867",16791,93139 +"121868",16791,111255 +"121869",16792,16833 +"121870",16792,29824 +"121871",16792,35404 +"121872",16792,39873 +"121873",16792,85586 +"121874",16792,86341 +"121875",16793,37224 +"121876",16793,52809 +"121877",16794,21754 +"121878",16794,31341 +"121879",16794,31379 +"121880",16794,36103 +"121881",16794,40299 +"121882",16794,44623 +"121883",16794,46851 +"121884",16794,56393 +"121885",16794,61412 +"121886",16794,65751 +"121887",16794,67339 +"121888",16794,76928 +"121889",16794,76956 +"121890",16794,96823 +"121891",16794,97954 +"121892",16794,97955 +"121893",16794,97972 +"121894",16794,97973 +"121895",16794,97981 +"121896",16794,97987 +"121897",16794,97994 +"121898",16794,97998 +"121899",16794,97999 +"121900",16794,98008 +"121901",16795,16860 +"121902",16795,22571 +"121903",16795,23253 +"121904",16795,27579 +"121905",16795,27614 +"121906",16795,28996 +"121907",16795,52820 +"121908",16795,80195 +"121909",16795,82680 +"121910",16795,112092 +"121911",16796,18934 +"121912",16796,19587 +"121913",16796,20555 +"121914",16796,46691 +"121915",16796,49636 +"121916",16797,55568 +"121917",16797,62713 +"121918",16797,67826 +"121919",16798,32284 +"121920",16798,60907 +"121921",16798,89544 +"121922",16799,16800 +"121923",16799,18102 +"121924",16799,44981 +"121925",16799,59067 +"121926",16799,90924 +"121927",16799,119942 +"121928",16800,85808 +"121929",16800,106765 +"121930",16800,107567 +"121931",16801,27463 +"121932",16801,54729 +"121933",16801,74743 +"121934",16801,83427 +"121935",16801,88187 +"121936",16801,91678 +"121937",16801,99207 +"121938",16802,20798 +"121939",16802,25648 +"121940",16802,33146 +"121941",16802,70208 +"121942",16802,100287 +"121943",16802,100992 +"121944",16803,93602 +"121945",16803,106743 +"121946",16804,20241 +"121947",16804,43278 +"121948",16805,30071 +"121949",16805,74247 +"121950",16806,17010 +"121951",16806,63196 +"121952",16807,28248 +"121953",16808,38162 +"121954",16808,103721 +"121955",16808,121431 +"121956",16809,17305 +"121957",16809,22423 +"121958",16809,22670 +"121959",16809,23071 +"121960",16809,29661 +"121961",16809,37256 +"121962",16809,45831 +"121963",16809,45832 +"121964",16809,45958 +"121965",16809,52593 +"121966",16809,54344 +"121967",16810,32868 +"121968",16811,16829 +"121969",16811,16864 +"121970",16811,16996 +"121971",16811,17977 +"121972",16811,17978 +"121973",16811,17979 +"121974",16811,18229 +"121975",16811,30393 +"121976",16811,31074 +"121977",16811,36811 +"121978",16811,68853 +"121979",16811,68931 +"121980",16811,69545 +"121981",16811,81502 +"121982",16812,23240 +"121983",16812,123042 +"121984",16813,67799 +"121985",16813,110769 +"121986",16814,17159 +"121987",16814,21186 +"121988",16814,21808 +"121989",16814,25504 +"121990",16814,31885 +"121991",16814,39100 +"121992",16814,43523 +"121993",16814,50582 +"121994",16814,65667 +"121995",16814,67373 +"121996",16814,86010 +"121997",16814,100594 +"121998",16814,107421 +"121999",16815,60390 +"122000",16815,102587 +"122001",16816,17162 +"122002",16816,19905 +"122003",16817,20982 +"122004",16817,26861 +"122005",16817,27685 +"122006",16817,37579 +"122007",16817,38722 +"122008",16817,67266 +"122009",16817,69320 +"122010",16817,69337 +"122011",16817,101213 +"122012",16818,20176 +"122013",16818,33154 +"122014",16818,109391 +"122015",16819,17179 +"122016",16819,44996 +"122017",16819,79306 +"122018",16819,82321 +"122019",16819,88937 +"122020",16820,28299 +"122021",16820,99469 +"122022",16821,78092 +"122023",16823,57375 +"122024",16823,65990 +"122025",16826,18103 +"122026",16826,22402 +"122027",16826,23461 +"122028",16826,38227 +"122029",16826,52294 +"122030",16826,52693 +"122031",16826,53343 +"122032",16826,57644 +"122033",16826,57775 +"122034",16826,58432 +"122035",16826,66926 +"122036",16826,69043 +"122037",16826,76208 +"122038",16826,76511 +"122039",16826,77463 +"122040",16826,83772 +"122041",16826,84119 +"122042",16826,84318 +"122043",16826,84352 +"122044",16826,91683 +"122045",16827,17613 +"122046",16827,26338 +"122047",16827,28746 +"122048",16827,36529 +"122049",16827,65835 +"122050",16827,85348 +"122051",16827,86044 +"122052",16828,24913 +"122053",16828,37170 +"122054",16828,39467 +"122055",16828,48557 +"122056",16828,56093 +"122057",16829,16864 +"122058",16829,20418 +"122059",16830,24274 +"122060",16830,28898 +"122061",16830,33373 +"122062",16830,40537 +"122063",16830,41391 +"122064",16830,45337 +"122065",16830,46691 +"122066",16830,54764 +"122067",16830,55000 +"122068",16830,66302 +"122069",16830,72369 +"122070",16830,78884 +"122071",16831,50484 +"122072",16833,25139 +"122073",16833,34441 +"122074",16833,45455 +"122075",16833,104659 +"122076",16833,120722 +"122077",16834,23394 +"122078",16834,34362 +"122079",16834,34386 +"122080",16835,21408 +"122081",16835,21409 +"122082",16835,33664 +"122083",16835,33697 +"122084",16835,34537 +"122085",16835,35096 +"122086",16835,35333 +"122087",16835,40785 +"122088",16835,47230 +"122089",16835,94022 +"122090",16835,98330 +"122091",16836,44292 +"122092",16836,68574 +"122093",16836,72264 +"122094",16836,113002 +"122095",16836,118393 +"122096",16836,118395 +"122097",16836,118396 +"122098",16836,118399 +"122099",16837,25740 +"122100",16838,72632 +"122101",16838,87128 +"122102",16839,21330 +"122103",16839,48276 +"122104",16839,55110 +"122105",16839,61067 +"122106",16840,40991 +"122107",16840,70553 +"122108",16841,40184 +"122109",16841,67425 +"122110",16841,84806 +"122111",16842,52125 +"122112",16842,73540 +"122113",16843,46528 +"122114",16843,51097 +"122115",16843,53661 +"122116",16843,55169 +"122117",16843,67802 +"122118",16843,100802 +"122119",16843,119414 +"122120",16843,121068 +"122121",16844,35057 +"122122",16845,40796 +"122123",16845,47264 +"122124",16846,19838 +"122125",16846,72179 +"122126",16846,92650 +"122127",16846,107823 +"122128",16847,22718 +"122129",16848,21419 +"122130",16848,27544 +"122131",16848,50255 +"122132",16848,55436 +"122133",16848,74987 +"122134",16848,83228 +"122135",16848,86357 +"122136",16849,42845 +"122137",16849,50872 +"122138",16849,69015 +"122139",16849,86658 +"122140",16849,97714 +"122141",16849,99173 +"122142",16849,108647 +"122143",16849,112853 +"122144",16849,120175 +"122145",16850,18670 +"122146",16850,19215 +"122147",16850,22580 +"122148",16850,22581 +"122149",16850,22657 +"122150",16850,22682 +"122151",16850,22709 +"122152",16850,22767 +"122153",16850,24454 +"122154",16850,25204 +"122155",16851,18043 +"122156",16851,46199 +"122157",16852,47873 +"122158",16852,51589 +"122159",16852,58339 +"122160",16852,83695 +"122161",16853,17021 +"122162",16854,25767 +"122163",16854,26992 +"122164",16854,46586 +"122165",16854,51666 +"122166",16854,89742 +"122167",16854,105207 +"122168",16854,120879 +"122169",16854,120961 +"122170",16854,121569 +"122171",16855,31609 +"122172",16855,37861 +"122173",16855,61970 +"122174",16855,82949 +"122175",16855,101505 +"122176",16855,103969 +"122177",16856,16859 +"122178",16856,17846 +"122179",16857,18491 +"122180",16857,20991 +"122181",16857,35090 +"122182",16857,35822 +"122183",16857,40373 +"122184",16857,46003 +"122185",16857,50964 +"122186",16857,55241 +"122187",16857,65255 +"122188",16858,27880 +"122189",16858,28396 +"122190",16858,52524 +"122191",16858,70684 +"122192",16859,17846 +"122193",16860,34066 +"122194",16861,25626 +"122195",16861,27531 +"122196",16861,28119 +"122197",16861,28947 +"122198",16861,39501 +"122199",16861,47826 +"122200",16861,84144 +"122201",16861,103566 +"122202",16863,67603 +"122203",16863,67943 +"122204",16864,17033 +"122205",16864,18978 +"122206",16864,27742 +"122207",16864,30135 +"122208",16864,30541 +"122209",16864,31321 +"122210",16864,32355 +"122211",16864,61846 +"122212",16864,74025 +"122213",16865,57410 +"122214",16866,17942 +"122215",16866,18865 +"122216",16866,26355 +"122217",16866,27077 +"122218",16866,29482 +"122219",16866,35702 +"122220",16866,41451 +"122221",16866,44124 +"122222",16866,45449 +"122223",16866,47133 +"122224",16866,47414 +"122225",16866,49106 +"122226",16866,49930 +"122227",16866,57094 +"122228",16866,58898 +"122229",16866,59147 +"122230",16866,59237 +"122231",16866,59359 +"122232",16866,61563 +"122233",16866,61867 +"122234",16866,62007 +"122235",16866,62078 +"122236",16866,62375 +"122237",16866,62633 +"122238",16866,62969 +"122239",16866,63395 +"122240",16866,64408 +"122241",16866,64418 +"122242",16866,64511 +"122243",16866,65230 +"122244",16866,66145 +"122245",16866,67503 +"122246",16866,67721 +"122247",16866,68816 +"122248",16866,68909 +"122249",16866,68938 +"122250",16866,69332 +"122251",16866,69681 +"122252",16866,70610 +"122253",16866,70611 +"122254",16866,70725 +"122255",16866,71211 +"122256",16866,71505 +"122257",16866,71887 +"122258",16867,55020 +"122259",16867,65391 +"122260",16868,20185 +"122261",16868,20545 +"122262",16868,22211 +"122263",16868,31353 +"122264",16868,66230 +"122265",16868,72836 +"122266",16868,98976 +"122267",16869,16939 +"122268",16869,17062 +"122269",16869,20079 +"122270",16869,39586 +"122271",16869,59745 +"122272",16869,82483 +"122273",16869,91729 +"122274",16869,112942 +"122275",16869,118209 +"122276",16869,120322 +"122277",16870,47006 +"122278",16870,65638 +"122279",16870,94708 +"122280",16871,16963 +"122281",16871,18261 +"122282",16871,31221 +"122283",16871,33090 +"122284",16871,35558 +"122285",16871,37178 +"122286",16871,43271 +"122287",16871,43377 +"122288",16871,51505 +"122289",16871,53340 +"122290",16871,55104 +"122291",16871,57248 +"122292",16871,61739 +"122293",16871,71458 +"122294",16871,81504 +"122295",16871,82430 +"122296",16871,83486 +"122297",16871,84235 +"122298",16871,89053 +"122299",16871,92130 +"122300",16871,96332 +"122301",16871,96356 +"122302",16871,96608 +"122303",16871,98814 +"122304",16872,17145 +"122305",16872,17508 +"122306",16872,18060 +"122307",16872,18217 +"122308",16872,22462 +"122309",16872,22823 +"122310",16872,23147 +"122311",16872,23421 +"122312",16872,23632 +"122313",16872,23953 +"122314",16872,24495 +"122315",16872,24710 +"122316",16872,25143 +"122317",16872,25303 +"122318",16872,25664 +"122319",16872,26025 +"122320",16872,26407 +"122321",16872,27174 +"122322",16872,27196 +"122323",16872,27710 +"122324",16872,28703 +"122325",16872,29253 +"122326",16872,29341 +"122327",16872,29560 +"122328",16872,29573 +"122329",16872,29868 +"122330",16872,32438 +"122331",16872,32967 +"122332",16872,33223 +"122333",16872,33881 +"122334",16872,34097 +"122335",16872,34330 +"122336",16872,34458 +"122337",16872,34513 +"122338",16872,35400 +"122339",16872,36476 +"122340",16872,36547 +"122341",16872,36745 +"122342",16872,37821 +"122343",16872,37931 +"122344",16872,38319 +"122345",16872,39398 +"122346",16872,39492 +"122347",16872,40320 +"122348",16872,40373 +"122349",16872,40542 +"122350",16872,41182 +"122351",16872,42131 +"122352",16872,46843 +"122353",16872,48331 +"122354",16873,19527 +"122355",16873,63093 +"122356",16873,63116 +"122357",16873,63141 +"122358",16875,27111 +"122359",16875,43706 +"122360",16875,43707 +"122361",16875,43852 +"122362",16876,17029 +"122363",16876,17830 +"122364",16876,19501 +"122365",16876,21485 +"122366",16876,25734 +"122367",16876,27545 +"122368",16876,29854 +"122369",16876,31569 +"122370",16876,48395 +"122371",16876,52217 +"122372",16876,65598 +"122373",16876,77211 +"122374",16876,79074 +"122375",16876,80409 +"122376",16876,93028 +"122377",16876,99078 +"122378",16876,116506 +"122379",16877,91591 +"122380",16877,94975 +"122381",16877,94990 +"122382",16877,95001 +"122383",16877,95032 +"122384",16877,100796 +"122385",16877,119654 +"122386",16878,32338 +"122387",16878,88058 +"122388",16879,17118 +"122389",16879,17120 +"122390",16879,17296 +"122391",16880,57882 +"122392",16881,18915 +"122393",16881,24978 +"122394",16881,25092 +"122395",16881,27526 +"122396",16881,30247 +"122397",16881,30494 +"122398",16881,35360 +"122399",16881,35735 +"122400",16881,39494 +"122401",16881,40889 +"122402",16881,46151 +"122403",16881,47283 +"122404",16881,62832 +"122405",16881,68372 +"122406",16881,70133 +"122407",16881,73180 +"122408",16881,75451 +"122409",16881,77588 +"122410",16881,78746 +"122411",16881,82398 +"122412",16881,93808 +"122413",16881,109394 +"122414",16881,109438 +"122415",16881,115436 +"122416",16882,24469 +"122417",16882,31963 +"122418",16882,51276 +"122419",16882,63096 +"122420",16882,76893 +"122421",16882,78360 +"122422",16882,78362 +"122423",16883,76294 +"122424",16884,16885 +"122425",16884,17073 +"122426",16885,17073 +"122427",16885,36042 +"122428",16885,37125 +"122429",16885,48374 +"122430",16885,98824 +"122431",16885,105114 +"122432",16886,16924 +"122433",16886,17856 +"122434",16886,107147 +"122435",16887,30081 +"122436",16887,44476 +"122437",16887,44677 +"122438",16887,71369 +"122439",16887,71382 +"122440",16888,18171 +"122441",16888,21482 +"122442",16888,23633 +"122443",16888,36798 +"122444",16888,40524 +"122445",16888,41171 +"122446",16888,43338 +"122447",16888,64962 +"122448",16888,68844 +"122449",16888,73675 +"122450",16888,88155 +"122451",16888,93495 +"122452",16888,96403 +"122453",16888,100029 +"122454",16888,118005 +"122455",16888,118016 +"122456",16889,20541 +"122457",16889,31874 +"122458",16889,31917 +"122459",16889,33466 +"122460",16889,37201 +"122461",16889,39818 +"122462",16889,47628 +"122463",16889,52363 +"122464",16889,54399 +"122465",16889,64444 +"122466",16889,64598 +"122467",16889,64641 +"122468",16889,64690 +"122469",16890,20563 +"122470",16890,74095 +"122471",16890,85754 +"122472",16891,46963 +"122473",16891,97940 +"122474",16892,26456 +"122475",16892,78749 +"122476",16892,90604 +"122477",16893,23820 +"122478",16893,78999 +"122479",16893,89733 +"122480",16893,99968 +"122481",16893,101209 +"122482",16893,119617 +"122483",16894,17069 +"122484",16894,17264 +"122485",16894,17354 +"122486",16894,18765 +"122487",16894,19506 +"122488",16894,19536 +"122489",16894,33551 +"122490",16894,42962 +"122491",16894,44662 +"122492",16894,52119 +"122493",16894,72530 +"122494",16894,78432 +"122495",16894,79870 +"122496",16894,83053 +"122497",16894,86539 +"122498",16894,88695 +"122499",16894,90790 +"122500",16894,91162 +"122501",16894,91163 +"122502",16894,91165 +"122503",16894,91170 +"122504",16894,91201 +"122505",16894,107192 +"122506",16895,32952 +"122507",16896,16985 +"122508",16896,17027 +"122509",16896,17084 +"122510",16896,20105 +"122511",16896,44290 +"122512",16896,47115 +"122513",16896,48917 +"122514",16896,49214 +"122515",16896,61872 +"122516",16896,61885 +"122517",16896,62110 +"122518",16896,62130 +"122519",16896,62176 +"122520",16896,62186 +"122521",16896,69992 +"122522",16897,17119 +"122523",16897,30583 +"122524",16897,30660 +"122525",16897,39155 +"122526",16898,17100 +"122527",16898,19777 +"122528",16898,30946 +"122529",16898,45753 +"122530",16898,57977 +"122531",16898,66250 +"122532",16898,76709 +"122533",16898,78094 +"122534",16898,102050 +"122535",16898,106299 +"122536",16898,111195 +"122537",16899,18521 +"122538",16899,18536 +"122539",16899,18805 +"122540",16899,59906 +"122541",16899,101987 +"122542",16899,120347 +"122543",16900,17011 +"122544",16900,59665 +"122545",16900,92404 +"122546",16900,110325 +"122547",16901,16922 +"122548",16901,29610 +"122549",16901,33165 +"122550",16901,33798 +"122551",16901,64120 +"122552",16902,16904 +"122553",16902,16974 +"122554",16902,50407 +"122555",16902,72646 +"122556",16903,30211 +"122557",16903,44563 +"122558",16903,55486 +"122559",16903,66300 +"122560",16903,77242 +"122561",16903,85917 +"122562",16903,88744 +"122563",16903,121722 +"122564",16904,16974 +"122565",16905,16907 +"122566",16905,17031 +"122567",16905,76370 +"122568",16906,27753 +"122569",16906,101245 +"122570",16907,17031 +"122571",16908,33904 +"122572",16908,67089 +"122573",16908,84737 +"122574",16908,89963 +"122575",16908,116571 +"122576",16909,18873 +"122577",16909,20561 +"122578",16909,34870 +"122579",16909,80360 +"122580",16910,17453 +"122581",16910,18883 +"122582",16910,23307 +"122583",16910,35972 +"122584",16910,60457 +"122585",16910,64992 +"122586",16910,73658 +"122587",16910,92353 +"122588",16910,93995 +"122589",16910,101503 +"122590",16912,17077 +"122591",16912,22608 +"122592",16913,17401 +"122593",16914,41840 +"122594",16914,46406 +"122595",16915,96408 +"122596",16915,96454 +"122597",16916,29173 +"122598",16916,50534 +"122599",16916,102428 +"122600",16917,17066 +"122601",16918,81660 +"122602",16919,23915 +"122603",16919,38618 +"122604",16919,58900 +"122605",16919,79845 +"122606",16919,83380 +"122607",16919,90259 +"122608",16920,16990 +"122609",16920,46379 +"122610",16921,33536 +"122611",16921,66151 +"122612",16922,24026 +"122613",16922,30968 +"122614",16922,32745 +"122615",16923,54612 +"122616",16923,96684 +"122617",16924,17856 +"122618",16925,68315 +"122619",16925,69950 +"122620",16926,20506 +"122621",16926,24920 +"122622",16926,31951 +"122623",16926,32376 +"122624",16926,43173 +"122625",16926,51572 +"122626",16926,97588 +"122627",16926,107900 +"122628",16929,52206 +"122629",16929,68460 +"122630",16929,74799 +"122631",16929,80061 +"122632",16929,100862 +"122633",16929,102801 +"122634",16929,102831 +"122635",16930,28020 +"122636",16930,74799 +"122637",16930,93317 +"122638",16930,101216 +"122639",16931,47318 +"122640",16932,29001 +"122641",16932,30136 +"122642",16932,74954 +"122643",16933,29453 +"122644",16933,110870 +"122645",16934,78997 +"122646",16935,16938 +"122647",16935,18646 +"122648",16935,20679 +"122649",16935,23149 +"122650",16935,26554 +"122651",16935,29378 +"122652",16935,29778 +"122653",16935,55481 +"122654",16935,60023 +"122655",16935,60768 +"122656",16935,71015 +"122657",16935,73520 +"122658",16935,80066 +"122659",16935,91667 +"122660",16935,95265 +"122661",16935,109803 +"122662",16935,109821 +"122663",16935,111296 +"122664",16935,111426 +"122665",16935,111440 +"122666",16936,31349 +"122667",16936,79584 +"122668",16937,19058 +"122669",16937,28453 +"122670",16937,34222 +"122671",16937,34965 +"122672",16937,44395 +"122673",16937,47317 +"122674",16937,55332 +"122675",16937,56584 +"122676",16937,70543 +"122677",16938,23149 +"122678",16938,106165 +"122679",16939,17062 +"122680",16939,80478 +"122681",16939,105936 +"122682",16939,105948 +"122683",16939,105970 +"122684",16940,36361 +"122685",16940,52576 +"122686",16940,62266 +"122687",16940,71342 +"122688",16940,81503 +"122689",16940,96592 +"122690",16940,105753 +"122691",16942,53612 +"122692",16942,63247 +"122693",16942,78998 +"122694",16943,16967 +"122695",16943,17004 +"122696",16943,17021 +"122697",16943,17063 +"122698",16944,16965 +"122699",16944,17079 +"122700",16945,18800 +"122701",16945,47413 +"122702",16945,75899 +"122703",16945,79935 +"122704",16945,109061 +"122705",16946,19975 +"122706",16946,20000 +"122707",16946,24429 +"122708",16946,33960 +"122709",16946,44351 +"122710",16946,46621 +"122711",16946,47585 +"122712",16946,59326 +"122713",16946,61785 +"122714",16946,63300 +"122715",16946,67825 +"122716",16946,68844 +"122717",16946,77441 +"122718",16946,88232 +"122719",16946,92592 +"122720",16946,100502 +"122721",16946,100583 +"122722",16946,101858 +"122723",16947,16950 +"122724",16948,32155 +"122725",16948,32347 +"122726",16948,49182 +"122727",16948,64635 +"122728",16948,69718 +"122729",16948,76572 +"122730",16948,99078 +"122731",16948,99186 +"122732",16949,17727 +"122733",16949,18514 +"122734",16949,19857 +"122735",16949,22299 +"122736",16949,23938 +"122737",16949,24250 +"122738",16949,26682 +"122739",16949,29741 +"122740",16949,30876 +"122741",16949,32393 +"122742",16949,32939 +"122743",16949,33113 +"122744",16949,38494 +"122745",16949,38932 +"122746",16949,40643 +"122747",16949,42017 +"122748",16949,42107 +"122749",16949,45787 +"122750",16949,47083 +"122751",16949,49231 +"122752",16949,50061 +"122753",16949,52450 +"122754",16949,53636 +"122755",16949,53644 +"122756",16949,54059 +"122757",16949,54712 +"122758",16949,55370 +"122759",16949,57804 +"122760",16949,59615 +"122761",16949,59940 +"122762",16949,67363 +"122763",16949,71230 +"122764",16949,76278 +"122765",16949,76740 +"122766",16949,76786 +"122767",16949,77272 +"122768",16949,77357 +"122769",16949,77402 +"122770",16949,78248 +"122771",16949,78255 +"122772",16949,78339 +"122773",16949,78445 +"122774",16949,78960 +"122775",16949,78961 +"122776",16949,79022 +"122777",16949,79716 +"122778",16949,79989 +"122779",16949,80281 +"122780",16949,81728 +"122781",16949,82196 +"122782",16949,82246 +"122783",16949,82383 +"122784",16949,82810 +"122785",16949,82854 +"122786",16949,83853 +"122787",16949,83884 +"122788",16949,84379 +"122789",16949,84613 +"122790",16949,85465 +"122791",16949,85610 +"122792",16949,86351 +"122793",16949,86451 +"122794",16949,86882 +"122795",16949,87175 +"122796",16949,87451 +"122797",16949,87521 +"122798",16949,87572 +"122799",16949,87663 +"122800",16949,87721 +"122801",16949,87862 +"122802",16949,94121 +"122803",16949,97783 +"122804",16951,25018 +"122805",16951,69812 +"122806",16951,82074 +"122807",16951,97259 +"122808",16952,17085 +"122809",16952,19075 +"122810",16952,26099 +"122811",16952,30483 +"122812",16952,37814 +"122813",16953,78534 +"122814",16953,94268 +"122815",16953,107240 +"122816",16954,18603 +"122817",16954,18655 +"122818",16954,18681 +"122819",16954,34444 +"122820",16954,36359 +"122821",16954,37246 +"122822",16955,17071 +"122823",16955,26232 +"122824",16955,26385 +"122825",16955,28088 +"122826",16956,20291 +"122827",16956,26441 +"122828",16956,32784 +"122829",16956,40571 +"122830",16956,62373 +"122831",16956,79642 +"122832",16957,17182 +"122833",16957,50053 +"122834",16957,52244 +"122835",16957,52245 +"122836",16958,57551 +"122837",16959,17133 +"122838",16959,57231 +"122839",16959,60905 +"122840",16960,17002 +"122841",16960,17003 +"122842",16961,42069 +"122843",16961,92079 +"122844",16962,17020 +"122845",16962,67247 +"122846",16962,67268 +"122847",16962,67318 +"122848",16963,18261 +"122849",16963,34150 +"122850",16963,34243 +"122851",16963,37178 +"122852",16963,43271 +"122853",16963,43377 +"122854",16963,51505 +"122855",16963,53340 +"122856",16963,53735 +"122857",16963,62624 +"122858",16963,62724 +"122859",16963,92130 +"122860",16963,96332 +"122861",16964,40458 +"122862",16964,82046 +"122863",16964,101675 +"122864",16965,17079 +"122865",16965,49911 +"122866",16965,66617 +"122867",16966,24431 +"122868",16967,17004 +"122869",16967,17021 +"122870",16967,17063 +"122871",16968,25819 +"122872",16968,34634 +"122873",16968,115625 +"122874",16969,16977 +"122875",16969,17094 +"122876",16969,27359 +"122877",16969,30558 +"122878",16969,42010 +"122879",16969,45198 +"122880",16969,57617 +"122881",16969,68060 +"122882",16970,26946 +"122883",16970,80351 +"122884",16970,109108 +"122885",16971,17754 +"122886",16971,25976 +"122887",16971,50933 +"122888",16971,62629 +"122889",16971,67805 +"122890",16971,67810 +"122891",16971,67843 +"122892",16971,92322 +"122893",16971,92410 +"122894",16971,94783 +"122895",16971,109350 +"122896",16971,113302 +"122897",16972,17030 +"122898",16972,17088 +"122899",16972,73907 +"122900",16972,84528 +"122901",16973,35141 +"122902",16975,24343 +"122903",16975,24720 +"122904",16975,24787 +"122905",16975,39010 +"122906",16975,75616 +"122907",16976,19687 +"122908",16976,118649 +"122909",16976,118650 +"122910",16977,17094 +"122911",16977,61491 +"122912",16978,22793 +"122913",16978,39742 +"122914",16978,52889 +"122915",16978,64014 +"122916",16978,76697 +"122917",16978,78677 +"122918",16979,16980 +"122919",16979,90927 +"122920",16979,90938 +"122921",16980,17931 +"122922",16980,33209 +"122923",16981,29138 +"122924",16981,31620 +"122925",16981,39803 +"122926",16981,41317 +"122927",16981,48976 +"122928",16981,53533 +"122929",16981,71805 +"122930",16981,76523 +"122931",16982,60644 +"122932",16982,71429 +"122933",16982,75785 +"122934",16982,107595 +"122935",16982,107631 +"122936",16982,112205 +"122937",16983,58376 +"122938",16984,34879 +"122939",16984,37167 +"122940",16984,40628 +"122941",16984,42608 +"122942",16984,59863 +"122943",16984,72940 +"122944",16984,74699 +"122945",16984,84924 +"122946",16984,91178 +"122947",16984,97636 +"122948",16984,103074 +"122949",16985,17027 +"122950",16986,88917 +"122951",16987,22064 +"122952",16988,34905 +"122953",16988,96835 +"122954",16989,17043 +"122955",16989,17044 +"122956",16992,39626 +"122957",16992,52415 +"122958",16992,54789 +"122959",16992,102598 +"122960",16993,20747 +"122961",16993,23793 +"122962",16993,23939 +"122963",16993,47101 +"122964",16993,56945 +"122965",16993,56966 +"122966",16993,67097 +"122967",16994,24817 +"122968",16994,31086 +"122969",16994,48244 +"122970",16994,94029 +"122971",16994,95680 +"122972",16994,98080 +"122973",16994,104695 +"122974",16994,104710 +"122975",16994,104724 +"122976",16994,104727 +"122977",16994,104729 +"122978",16995,18135 +"122979",16995,26596 +"122980",16995,26920 +"122981",16995,29504 +"122982",16995,45859 +"122983",16995,57709 +"122984",16995,64439 +"122985",16995,67741 +"122986",16995,68095 +"122987",16995,82413 +"122988",16995,84700 +"122989",16995,100671 +"122990",16996,17033 +"122991",16996,17056 +"122992",16996,17326 +"122993",16996,18229 +"122994",16996,30037 +"122995",16996,30393 +"122996",16996,37205 +"122997",16996,51985 +"122998",16996,56067 +"122999",16996,68931 +"123000",16996,74100 +"123001",16996,82964 +"123002",16996,105689 +"123003",16996,106240 +"123004",16996,109919 +"123005",16996,112622 +"123006",16996,114900 +"123007",16997,25546 +"123008",16998,31160 +"123009",16998,46379 +"123010",16999,19465 +"123011",16999,36285 +"123012",16999,55344 +"123013",16999,98190 +"123014",17000,17776 +"123015",17000,21445 +"123016",17000,21952 +"123017",17000,22610 +"123018",17000,22723 +"123019",17000,22793 +"123020",17000,24023 +"123021",17000,29407 +"123022",17000,34021 +"123023",17000,34334 +"123024",17000,37774 +"123025",17000,38739 +"123026",17000,39742 +"123027",17000,39956 +"123028",17000,45051 +"123029",17000,59234 +"123030",17000,59848 +"123031",17000,62704 +"123032",17000,63224 +"123033",17000,70014 +"123034",17000,94611 +"123035",17000,104878 +"123036",17002,17003 +"123037",17002,45511 +"123038",17002,52011 +"123039",17002,61410 +"123040",17002,66390 +"123041",17002,71756 +"123042",17002,74404 +"123043",17002,74694 +"123044",17002,121787 +"123045",17004,17021 +"123046",17004,17063 +"123047",17005,17051 +"123048",17005,17065 +"123049",17007,61602 +"123050",17007,104148 +"123051",17008,18648 +"123052",17008,20232 +"123053",17008,24277 +"123054",17008,25580 +"123055",17008,28816 +"123056",17008,31416 +"123057",17008,36126 +"123058",17008,36755 +"123059",17008,41956 +"123060",17008,44712 +"123061",17008,46257 +"123062",17008,54589 +"123063",17008,85971 +"123064",17008,101580 +"123065",17008,102174 +"123066",17008,107704 +"123067",17009,80593 +"123068",17010,63196 +"123069",17012,46908 +"123070",17012,51717 +"123071",17012,76509 +"123072",17013,19975 +"123073",17013,20000 +"123074",17013,21133 +"123075",17013,22641 +"123076",17013,30302 +"123077",17013,31951 +"123078",17013,32940 +"123079",17013,34384 +"123080",17013,36876 +"123081",17013,37509 +"123082",17013,41713 +"123083",17013,43173 +"123084",17013,46483 +"123085",17013,46621 +"123086",17013,47585 +"123087",17013,50235 +"123088",17013,60467 +"123089",17013,61785 +"123090",17013,64361 +"123091",17013,69011 +"123092",17013,71176 +"123093",17013,74659 +"123094",17013,76029 +"123095",17013,78582 +"123096",17013,81250 +"123097",17013,83578 +"123098",17013,88208 +"123099",17013,90643 +"123100",17013,96144 +"123101",17013,96146 +"123102",17013,96837 +"123103",17013,97766 +"123104",17013,100606 +"123105",17013,103031 +"123106",17013,103066 +"123107",17013,106010 +"123108",17013,110469 +"123109",17013,121979 +"123110",17014,17303 +"123111",17014,18421 +"123112",17014,21093 +"123113",17014,21283 +"123114",17014,21851 +"123115",17014,24597 +"123116",17014,30818 +"123117",17014,35816 +"123118",17014,36068 +"123119",17014,38813 +"123120",17014,40627 +"123121",17014,41590 +"123122",17014,46982 +"123123",17014,48631 +"123124",17014,55434 +"123125",17015,33471 +"123126",17015,41845 +"123127",17015,45007 +"123128",17015,50324 +"123129",17015,50344 +"123130",17015,55606 +"123131",17015,64254 +"123132",17016,17054 +"123133",17016,65053 +"123134",17016,71411 +"123135",17016,72946 +"123136",17016,85540 +"123137",17016,89183 +"123138",17016,92684 +"123139",17018,17035 +"123140",17018,17037 +"123141",17018,21228 +"123142",17018,25768 +"123143",17018,30368 +"123144",17018,37709 +"123145",17018,41958 +"123146",17019,78530 +"123147",17020,33384 +"123148",17020,40047 +"123149",17020,44972 +"123150",17020,59982 +"123151",17020,78909 +"123152",17020,86175 +"123153",17020,91384 +"123154",17020,110608 +"123155",17020,121550 +"123156",17021,17063 +"123157",17021,17968 +"123158",17021,23594 +"123159",17021,27047 +"123160",17021,29834 +"123161",17021,29845 +"123162",17021,29882 +"123163",17021,29894 +"123164",17021,30007 +"123165",17021,52147 +"123166",17021,79197 +"123167",17021,86362 +"123168",17021,91213 +"123169",17021,91217 +"123170",17021,104110 +"123171",17022,19631 +"123172",17022,33035 +"123173",17022,34953 +"123174",17022,47906 +"123175",17022,48114 +"123176",17022,75194 +"123177",17023,41167 +"123178",17023,61673 +"123179",17023,92965 +"123180",17023,114222 +"123181",17024,53997 +"123182",17024,83500 +"123183",17025,30605 +"123184",17025,116715 +"123185",17027,20028 +"123186",17027,24876 +"123187",17027,29372 +"123188",17027,31612 +"123189",17027,38146 +"123190",17027,40646 +"123191",17027,52846 +"123192",17027,52876 +"123193",17027,53333 +"123194",17027,85329 +"123195",17028,17537 +"123196",17028,17538 +"123197",17028,17669 +"123198",17028,17671 +"123199",17029,19087 +"123200",17029,28512 +"123201",17029,35446 +"123202",17029,38435 +"123203",17029,47360 +"123204",17029,54493 +"123205",17029,59802 +"123206",17029,72803 +"123207",17029,73453 +"123208",17029,75668 +"123209",17029,78504 +"123210",17029,78506 +"123211",17029,97791 +"123212",17030,17088 +"123213",17030,45835 +"123214",17030,49848 +"123215",17030,53569 +"123216",17030,54361 +"123217",17030,63675 +"123218",17030,74977 +"123219",17030,76238 +"123220",17030,76240 +"123221",17030,76242 +"123222",17030,76253 +"123223",17030,76254 +"123224",17030,76258 +"123225",17030,76261 +"123226",17030,76263 +"123227",17030,76409 +"123228",17030,76411 +"123229",17031,29358 +"123230",17031,76370 +"123231",17031,85803 +"123232",17032,25053 +"123233",17032,29067 +"123234",17032,33626 +"123235",17032,59289 +"123236",17032,65962 +"123237",17032,99602 +"123238",17032,100143 +"123239",17033,17056 +"123240",17033,17326 +"123241",17033,17810 +"123242",17033,17811 +"123243",17033,18247 +"123244",17033,23150 +"123245",17033,28345 +"123246",17033,30057 +"123247",17033,36737 +"123248",17033,60131 +"123249",17033,68853 +"123250",17033,74533 +"123251",17033,82022 +"123252",17033,102045 +"123253",17033,109919 +"123254",17033,118365 +"123255",17034,33987 +"123256",17034,56812 +"123257",17034,92566 +"123258",17035,17037 +"123259",17035,21228 +"123260",17035,25768 +"123261",17035,32555 +"123262",17036,45279 +"123263",17036,47000 +"123264",17036,47943 +"123265",17036,50204 +"123266",17036,50302 +"123267",17036,61448 +"123268",17036,77978 +"123269",17036,79849 +"123270",17036,88544 +"123271",17036,97836 +"123272",17037,17285 +"123273",17037,20697 +"123274",17037,21168 +"123275",17037,21228 +"123276",17037,25768 +"123277",17037,30368 +"123278",17037,32555 +"123279",17037,44322 +"123280",17037,49289 +"123281",17037,52704 +"123282",17037,52710 +"123283",17037,66270 +"123284",17038,17499 +"123285",17038,17695 +"123286",17038,24760 +"123287",17038,24884 +"123288",17038,28215 +"123289",17038,29603 +"123290",17038,38910 +"123291",17038,68818 +"123292",17038,77627 +"123293",17038,77630 +"123294",17039,18311 +"123295",17039,22948 +"123296",17039,28534 +"123297",17039,28838 +"123298",17039,30638 +"123299",17039,30881 +"123300",17039,38143 +"123301",17039,41976 +"123302",17039,43507 +"123303",17039,44410 +"123304",17039,57330 +"123305",17039,72972 +"123306",17039,73004 +"123307",17039,93565 +"123308",17039,100553 +"123309",17039,101089 +"123310",17039,107468 +"123311",17039,107490 +"123312",17039,107493 +"123313",17040,99496 +"123314",17041,19930 +"123315",17041,28228 +"123316",17041,48300 +"123317",17041,65601 +"123318",17041,96875 +"123319",17041,96885 +"123320",17043,17044 +"123321",17043,29171 +"123322",17043,36609 +"123323",17043,38312 +"123324",17043,49149 +"123325",17043,50634 +"123326",17043,50958 +"123327",17043,52204 +"123328",17043,59087 +"123329",17043,61090 +"123330",17043,62297 +"123331",17043,62919 +"123332",17043,74551 +"123333",17043,76268 +"123334",17043,106107 +"123335",17043,119527 +"123336",17044,26645 +"123337",17044,26746 +"123338",17045,28305 +"123339",17045,57143 +"123340",17046,17103 +"123341",17047,81116 +"123342",17047,116067 +"123343",17048,17049 +"123344",17048,25224 +"123345",17048,58209 +"123346",17049,68628 +"123347",17049,71735 +"123348",17050,56491 +"123349",17051,17065 +"123350",17051,22262 +"123351",17051,25376 +"123352",17051,25651 +"123353",17051,28401 +"123354",17051,32541 +"123355",17051,34694 +"123356",17051,34710 +"123357",17051,34818 +"123358",17051,34892 +"123359",17051,34900 +"123360",17051,77864 +"123361",17051,87000 +"123362",17051,96371 +"123363",17052,22226 +"123364",17052,26043 +"123365",17052,30883 +"123366",17052,31413 +"123367",17052,82203 +"123368",17052,84035 +"123369",17052,92274 +"123370",17053,17810 +"123371",17053,20336 +"123372",17053,27989 +"123373",17053,38615 +"123374",17053,43138 +"123375",17053,49806 +"123376",17053,55491 +"123377",17053,63703 +"123378",17053,75152 +"123379",17055,23818 +"123380",17055,23940 +"123381",17055,23986 +"123382",17055,43731 +"123383",17055,71587 +"123384",17056,17477 +"123385",17056,26884 +"123386",17056,30393 +"123387",17056,53478 +"123388",17056,67478 +"123389",17056,100985 +"123390",17057,37146 +"123391",17058,17179 +"123392",17058,43439 +"123393",17058,44004 +"123394",17058,50189 +"123395",17058,59830 +"123396",17058,60336 +"123397",17058,60337 +"123398",17058,68694 +"123399",17058,72191 +"123400",17058,104395 +"123401",17059,17102 +"123402",17059,17211 +"123403",17059,17212 +"123404",17059,17355 +"123405",17059,21420 +"123406",17059,26623 +"123407",17059,29172 +"123408",17059,29332 +"123409",17059,30622 +"123410",17059,30665 +"123411",17059,30697 +"123412",17059,32513 +"123413",17059,33309 +"123414",17059,42895 +"123415",17059,61706 +"123416",17059,66129 +"123417",17059,68217 +"123418",17059,72129 +"123419",17060,76773 +"123420",17061,19985 +"123421",17061,22553 +"123422",17061,24770 +"123423",17061,25721 +"123424",17061,27162 +"123425",17061,27256 +"123426",17061,27286 +"123427",17061,27466 +"123428",17061,27854 +"123429",17061,30153 +"123430",17061,34041 +"123431",17061,35040 +"123432",17061,53708 +"123433",17061,60685 +"123434",17061,63214 +"123435",17061,64605 +"123436",17061,66171 +"123437",17061,69438 +"123438",17061,70050 +"123439",17061,71343 +"123440",17061,71471 +"123441",17061,96114 +"123442",17061,96170 +"123443",17062,48963 +"123444",17062,114881 +"123445",17063,60365 +"123446",17063,63490 +"123447",17064,18394 +"123448",17064,19965 +"123449",17064,21330 +"123450",17064,42687 +"123451",17064,45946 +"123452",17064,47324 +"123453",17064,71654 +"123454",17064,85089 +"123455",17064,94372 +"123456",17064,116808 +"123457",17064,119204 +"123458",17065,28401 +"123459",17065,28402 +"123460",17065,43414 +"123461",17065,46809 +"123462",17066,21761 +"123463",17066,32077 +"123464",17066,68293 +"123465",17067,20844 +"123466",17067,20867 +"123467",17067,20884 +"123468",17067,21165 +"123469",17067,22784 +"123470",17067,27061 +"123471",17067,40334 +"123472",17067,48813 +"123473",17067,60340 +"123474",17067,60871 +"123475",17067,63695 +"123476",17067,70629 +"123477",17067,74181 +"123478",17067,97122 +"123479",17068,17403 +"123480",17068,37776 +"123481",17068,72666 +"123482",17068,84058 +"123483",17068,95867 +"123484",17069,17264 +"123485",17069,88986 +"123486",17070,17140 +"123487",17070,20866 +"123488",17070,21003 +"123489",17070,28013 +"123490",17070,35057 +"123491",17070,36822 +"123492",17070,38148 +"123493",17070,38599 +"123494",17070,38608 +"123495",17070,51493 +"123496",17070,58890 +"123497",17070,74180 +"123498",17070,81790 +"123499",17070,81791 +"123500",17070,109462 +"123501",17072,34017 +"123502",17072,52759 +"123503",17072,56506 +"123504",17072,83253 +"123505",17072,86403 +"123506",17073,20920 +"123507",17073,29158 +"123508",17073,62819 +"123509",17073,65903 +"123510",17073,78358 +"123511",17073,117278 +"123512",17075,17277 +"123513",17076,35477 +"123514",17077,29782 +"123515",17077,52779 +"123516",17078,21751 +"123517",17078,39443 +"123518",17078,41753 +"123519",17078,42948 +"123520",17078,57679 +"123521",17078,72062 +"123522",17078,88243 +"123523",17078,102897 +"123524",17078,104844 +"123525",17079,28521 +"123526",17079,31684 +"123527",17079,32610 +"123528",17079,33974 +"123529",17079,35278 +"123530",17079,46130 +"123531",17079,47607 +"123532",17080,49087 +"123533",17080,51035 +"123534",17080,69712 +"123535",17080,78089 +"123536",17082,25468 +"123537",17082,35734 +"123538",17082,57095 +"123539",17082,59312 +"123540",17082,59462 +"123541",17082,61122 +"123542",17082,61123 +"123543",17083,18995 +"123544",17083,31609 +"123545",17083,33569 +"123546",17083,37666 +"123547",17083,39051 +"123548",17083,56317 +"123549",17084,20105 +"123550",17084,36199 +"123551",17084,44290 +"123552",17084,47115 +"123553",17084,47145 +"123554",17084,48917 +"123555",17084,49214 +"123556",17084,61872 +"123557",17084,61885 +"123558",17084,62110 +"123559",17084,62130 +"123560",17084,62176 +"123561",17084,62186 +"123562",17084,69992 +"123563",17085,19075 +"123564",17085,34247 +"123565",17085,49497 +"123566",17085,52118 +"123567",17085,69708 +"123568",17086,33010 +"123569",17086,102580 +"123570",17086,106759 +"123571",17086,118482 +"123572",17087,20481 +"123573",17087,42297 +"123574",17087,75917 +"123575",17087,87939 +"123576",17088,20336 +"123577",17088,21439 +"123578",17088,24078 +"123579",17088,30417 +"123580",17088,32704 +"123581",17088,37519 +"123582",17088,41344 +"123583",17088,45744 +"123584",17088,58702 +"123585",17088,58822 +"123586",17088,69354 +"123587",17089,17419 +"123588",17089,28384 +"123589",17089,28395 +"123590",17089,28396 +"123591",17089,28541 +"123592",17089,32908 +"123593",17089,70684 +"123594",17089,94096 +"123595",17090,17101 +"123596",17090,33755 +"123597",17090,35231 +"123598",17090,45733 +"123599",17090,51132 +"123600",17090,53650 +"123601",17090,60672 +"123602",17090,60724 +"123603",17090,61213 +"123604",17090,68488 +"123605",17090,69273 +"123606",17091,42432 +"123607",17091,81149 +"123608",17091,101172 +"123609",17091,119672 +"123610",17092,17114 +"123611",17092,29145 +"123612",17092,34915 +"123613",17092,76299 +"123614",17092,78647 +"123615",17092,79524 +"123616",17092,87868 +"123617",17092,90150 +"123618",17093,24115 +"123619",17093,25934 +"123620",17093,25969 +"123621",17093,26088 +"123622",17093,26866 +"123623",17093,26923 +"123624",17093,40815 +"123625",17093,40850 +"123626",17093,80513 +"123627",17093,85756 +"123628",17095,55361 +"123629",17095,77139 +"123630",17095,92715 +"123631",17096,63582 +"123632",17097,22403 +"123633",17097,29372 +"123634",17097,37542 +"123635",17097,52261 +"123636",17097,53333 +"123637",17098,17954 +"123638",17098,24115 +"123639",17098,26866 +"123640",17098,57072 +"123641",17098,69352 +"123642",17098,72827 +"123643",17098,73727 +"123644",17098,93562 +"123645",17099,80844 +"123646",17099,88415 +"123647",17100,17958 +"123648",17100,19516 +"123649",17100,41142 +"123650",17100,44662 +"123651",17100,45330 +"123652",17100,83033 +"123653",17100,83067 +"123654",17102,17211 +"123655",17102,17212 +"123656",17102,17355 +"123657",17102,21420 +"123658",17102,26623 +"123659",17102,29172 +"123660",17102,29332 +"123661",17102,30622 +"123662",17102,30665 +"123663",17102,30697 +"123664",17102,45650 +"123665",17102,45875 +"123666",17102,58595 +"123667",17102,74061 +"123668",17102,80828 +"123669",17102,80829 +"123670",17102,99278 +"123671",17104,46840 +"123672",17105,17106 +"123673",17105,84678 +"123674",17107,20683 +"123675",17107,25843 +"123676",17107,32329 +"123677",17107,40033 +"123678",17107,49217 +"123679",17107,55541 +"123680",17107,55851 +"123681",17107,61529 +"123682",17107,77077 +"123683",17107,90745 +"123684",17108,17279 +"123685",17108,28127 +"123686",17108,28534 +"123687",17108,30590 +"123688",17108,32891 +"123689",17108,35943 +"123690",17108,36127 +"123691",17108,37472 +"123692",17108,42999 +"123693",17108,46297 +"123694",17108,46878 +"123695",17108,70233 +"123696",17108,71603 +"123697",17108,74298 +"123698",17108,74369 +"123699",17108,74664 +"123700",17108,75017 +"123701",17108,88553 +"123702",17108,94164 +"123703",17108,101089 +"123704",17108,101288 +"123705",17108,101364 +"123706",17108,101369 +"123707",17108,119288 +"123708",17108,119638 +"123709",17108,122370 +"123710",17108,122380 +"123711",17108,122679 +"123712",17108,123380 +"123713",17109,33859 +"123714",17109,78722 +"123715",17109,78747 +"123716",17109,100181 +"123717",17110,96066 +"123718",17111,31326 +"123719",17111,46086 +"123720",17111,55895 +"123721",17111,63073 +"123722",17111,92703 +"123723",17111,100777 +"123724",17111,111089 +"123725",17112,17202 +"123726",17112,17415 +"123727",17112,31113 +"123728",17112,39792 +"123729",17112,49752 +"123730",17112,51783 +"123731",17112,59238 +"123732",17112,59587 +"123733",17112,59977 +"123734",17112,69821 +"123735",17112,71052 +"123736",17112,71978 +"123737",17113,47366 +"123738",17115,17374 +"123739",17115,24236 +"123740",17116,27119 +"123741",17116,27209 +"123742",17116,34488 +"123743",17116,55365 +"123744",17116,95416 +"123745",17116,103788 +"123746",17117,27910 +"123747",17117,36361 +"123748",17117,43575 +"123749",17117,78358 +"123750",17117,81423 +"123751",17118,17120 +"123752",17118,17296 +"123753",17118,29190 +"123754",17119,30555 +"123755",17119,31560 +"123756",17120,17296 +"123757",17121,54204 +"123758",17122,22629 +"123759",17122,24405 +"123760",17122,43198 +"123761",17122,62071 +"123762",17122,65410 +"123763",17122,68939 +"123764",17122,73240 +"123765",17122,74417 +"123766",17123,29210 +"123767",17123,113539 +"123768",17124,22062 +"123769",17124,23169 +"123770",17124,30849 +"123771",17124,32265 +"123772",17124,59660 +"123773",17124,63476 +"123774",17124,72547 +"123775",17126,40788 +"123776",17126,65033 +"123777",17127,18264 +"123778",17129,17180 +"123779",17129,17283 +"123780",17129,47856 +"123781",17129,48496 +"123782",17130,36257 +"123783",17130,59792 +"123784",17130,68177 +"123785",17130,80420 +"123786",17130,83150 +"123787",17130,88009 +"123788",17131,72550 +"123789",17131,105798 +"123790",17131,105799 +"123791",17131,105802 +"123792",17132,17344 +"123793",17132,17345 +"123794",17133,17206 +"123795",17133,18029 +"123796",17133,27771 +"123797",17133,31495 +"123798",17133,32538 +"123799",17133,33337 +"123800",17133,37162 +"123801",17133,38402 +"123802",17133,40138 +"123803",17133,58340 +"123804",17133,117916 +"123805",17134,25433 +"123806",17134,27195 +"123807",17134,31232 +"123808",17134,40437 +"123809",17134,44400 +"123810",17134,46732 +"123811",17134,50282 +"123812",17134,54178 +"123813",17134,59633 +"123814",17134,60784 +"123815",17134,63018 +"123816",17134,67098 +"123817",17135,17630 +"123818",17135,27297 +"123819",17135,31952 +"123820",17136,36638 +"123821",17136,43382 +"123822",17136,101647 +"123823",17136,101674 +"123824",17137,48338 +"123825",17137,57695 +"123826",17137,60004 +"123827",17137,63445 +"123828",17138,91768 +"123829",17138,107068 +"123830",17139,33840 +"123831",17141,24789 +"123832",17142,90409 +"123833",17143,102333 +"123834",17144,27602 +"123835",17144,114011 +"123836",17145,17508 +"123837",17145,18060 +"123838",17145,18217 +"123839",17145,22462 +"123840",17145,22823 +"123841",17145,23147 +"123842",17145,23421 +"123843",17145,23632 +"123844",17145,23953 +"123845",17145,24495 +"123846",17145,24710 +"123847",17145,25143 +"123848",17145,25303 +"123849",17145,25664 +"123850",17145,26407 +"123851",17145,27174 +"123852",17145,27196 +"123853",17145,27710 +"123854",17145,28703 +"123855",17145,29253 +"123856",17145,29341 +"123857",17145,29560 +"123858",17145,29573 +"123859",17145,29868 +"123860",17145,32438 +"123861",17145,32967 +"123862",17145,33223 +"123863",17145,33881 +"123864",17145,34097 +"123865",17145,34330 +"123866",17145,34513 +"123867",17145,35400 +"123868",17145,36476 +"123869",17145,36547 +"123870",17145,36745 +"123871",17145,37821 +"123872",17145,37931 +"123873",17145,38319 +"123874",17145,39398 +"123875",17145,39492 +"123876",17145,40320 +"123877",17145,40373 +"123878",17145,40542 +"123879",17145,41182 +"123880",17145,42131 +"123881",17145,46843 +"123882",17145,48331 +"123883",17146,26160 +"123884",17146,36206 +"123885",17146,67820 +"123886",17146,72676 +"123887",17147,17656 +"123888",17148,32287 +"123889",17149,21389 +"123890",17149,22466 +"123891",17149,70076 +"123892",17150,17208 +"123893",17151,17286 +"123894",17151,17309 +"123895",17152,17232 +"123896",17152,17299 +"123897",17152,17356 +"123898",17152,17361 +"123899",17153,17421 +"123900",17153,27014 +"123901",17153,82498 +"123902",17154,25000 +"123903",17154,50800 +"123904",17155,17197 +"123905",17155,17271 +"123906",17155,20893 +"123907",17155,36489 +"123908",17155,50102 +"123909",17155,57517 +"123910",17155,95380 +"123911",17155,97789 +"123912",17156,23346 +"123913",17156,23793 +"123914",17156,24323 +"123915",17156,36332 +"123916",17157,28366 +"123917",17158,23092 +"123918",17158,24982 +"123919",17158,25069 +"123920",17158,28409 +"123921",17158,29194 +"123922",17158,42250 +"123923",17158,80512 +"123924",17159,20412 +"123925",17159,20580 +"123926",17159,21808 +"123927",17159,28189 +"123928",17159,30954 +"123929",17159,33278 +"123930",17159,39100 +"123931",17159,43523 +"123932",17159,43637 +"123933",17159,46551 +"123934",17159,61538 +"123935",17159,75886 +"123936",17159,81433 +"123937",17159,84587 +"123938",17159,84588 +"123939",17159,86010 +"123940",17159,97261 +"123941",17159,97266 +"123942",17159,98099 +"123943",17159,107574 +"123944",17159,109226 +"123945",17160,30926 +"123946",17160,60758 +"123947",17160,81907 +"123948",17160,111203 +"123949",17161,19307 +"123950",17161,28451 +"123951",17161,40271 +"123952",17161,67896 +"123953",17162,24416 +"123954",17162,35601 +"123955",17162,84959 +"123956",17163,19476 +"123957",17163,19542 +"123958",17163,24225 +"123959",17163,30864 +"123960",17163,42773 +"123961",17163,48988 +"123962",17163,61121 +"123963",17163,77719 +"123964",17163,78201 +"123965",17163,113303 +"123966",17164,17185 +"123967",17165,46043 +"123968",17165,46962 +"123969",17165,48860 +"123970",17165,79472 +"123971",17165,80944 +"123972",17165,107285 +"123973",17166,17179 +"123974",17166,17250 +"123975",17167,29422 +"123976",17167,29434 +"123977",17167,49064 +"123978",17168,28920 +"123979",17168,89632 +"123980",17168,97652 +"123981",17169,71699 +"123982",17169,84742 +"123983",17170,51891 +"123984",17171,17284 +"123985",17172,18809 +"123986",17172,20929 +"123987",17172,24438 +"123988",17172,32401 +"123989",17172,42578 +"123990",17172,56647 +"123991",17172,68174 +"123992",17172,71584 +"123993",17172,82980 +"123994",17173,97037 +"123995",17174,17186 +"123996",17174,17190 +"123997",17176,59287 +"123998",17176,97788 +"123999",17176,100893 +"124000",17176,115240 +"124001",17176,115273 +"124002",17177,51148 +"124003",17177,51167 +"124004",17178,17693 +"124005",17178,18648 +"124006",17178,18794 +"124007",17178,19031 +"124008",17178,21997 +"124009",17178,25436 +"124010",17178,27742 +"124011",17178,27866 +"124012",17178,28072 +"124013",17178,29203 +"124014",17178,31868 +"124015",17178,32200 +"124016",17178,33871 +"124017",17178,38736 +"124018",17178,40133 +"124019",17178,40309 +"124020",17178,45532 +"124021",17178,45766 +"124022",17178,46343 +"124023",17178,50137 +"124024",17178,54823 +"124025",17178,59520 +"124026",17178,59620 +"124027",17178,62936 +"124028",17178,72634 +"124029",17178,81137 +"124030",17178,81535 +"124031",17178,90944 +"124032",17178,106329 +"124033",17178,109598 +"124034",17178,115021 +"124035",17179,17250 +"124036",17179,44996 +"124037",17179,61897 +"124038",17180,17283 +"124039",17180,34511 +"124040",17180,47856 +"124041",17180,69221 +"124042",17181,17192 +"124043",17182,38527 +"124044",17182,38581 +"124045",17183,51193 +"124046",17183,56280 +"124047",17184,27225 +"124048",17184,40983 +"124049",17184,46655 +"124050",17185,21144 +"124051",17185,112511 +"124052",17186,17190 +"124053",17187,37080 +"124054",17187,82723 +"124055",17188,65734 +"124056",17188,99164 +"124057",17189,17694 +"124058",17189,19208 +"124059",17189,19605 +"124060",17189,20250 +"124061",17189,23173 +"124062",17189,25084 +"124063",17189,30880 +"124064",17189,32957 +"124065",17189,37146 +"124066",17189,38137 +"124067",17189,39552 +"124068",17189,45444 +"124069",17189,50480 +"124070",17189,50746 +"124071",17189,59643 +"124072",17189,64051 +"124073",17191,39469 +"124074",17191,48809 +"124075",17191,51854 +"124076",17191,54338 +"124077",17191,60894 +"124078",17191,72742 +"124079",17192,55017 +"124080",17192,59266 +"124081",17193,33209 +"124082",17193,82367 +"124083",17193,97046 +"124084",17194,17352 +"124085",17194,20517 +"124086",17194,21352 +"124087",17194,25286 +"124088",17194,29276 +"124089",17194,30811 +"124090",17194,33363 +"124091",17194,33500 +"124092",17194,37627 +"124093",17194,40486 +"124094",17194,45498 +"124095",17194,45583 +"124096",17194,71089 +"124097",17194,75502 +"124098",17195,53200 +"124099",17196,19963 +"124100",17196,32998 +"124101",17196,59582 +"124102",17196,60870 +"124103",17196,105739 +"124104",17197,17271 +"124105",17197,20259 +"124106",17197,36489 +"124107",17197,50102 +"124108",17197,57517 +"124109",17197,81256 +"124110",17197,94939 +"124111",17197,95380 +"124112",17199,35052 +"124113",17199,38920 +"124114",17199,91790 +"124115",17199,114157 +"124116",17200,19252 +"124117",17200,19449 +"124118",17200,20156 +"124119",17200,30512 +"124120",17200,44526 +"124121",17200,50717 +"124122",17200,70338 +"124123",17200,86016 +"124124",17201,17302 +"124125",17202,17415 +"124126",17203,36020 +"124127",17204,33127 +"124128",17204,44303 +"124129",17204,58310 +"124130",17205,64986 +"124131",17206,18029 +"124132",17206,24358 +"124133",17206,26491 +"124134",17206,26785 +"124135",17206,44402 +"124136",17206,52306 +"124137",17206,54847 +"124138",17206,97774 +"124139",17206,98301 +"124140",17206,98302 +"124141",17206,98576 +"124142",17207,20083 +"124143",17207,20583 +"124144",17207,43398 +"124145",17207,71892 +"124146",17208,25874 +"124147",17208,37234 +"124148",17209,17359 +"124149",17209,17395 +"124150",17209,28106 +"124151",17209,47689 +"124152",17210,20109 +"124153",17210,20154 +"124154",17210,20155 +"124155",17210,20185 +"124156",17210,22211 +"124157",17210,23456 +"124158",17210,24020 +"124159",17210,32138 +"124160",17210,35417 +"124161",17210,38813 +"124162",17210,40366 +"124163",17210,42813 +"124164",17210,44474 +"124165",17210,46486 +"124166",17210,71703 +"124167",17210,76890 +"124168",17210,77308 +"124169",17210,80555 +"124170",17210,92850 +"124171",17210,93852 +"124172",17211,17212 +"124173",17211,17355 +"124174",17211,21420 +"124175",17211,23098 +"124176",17211,26623 +"124177",17211,29172 +"124178",17211,29332 +"124179",17211,30622 +"124180",17211,30665 +"124181",17211,30697 +"124182",17211,31054 +"124183",17211,31525 +"124184",17211,32190 +"124185",17211,32294 +"124186",17212,17355 +"124187",17212,22153 +"124188",17212,27032 +"124189",17212,34073 +"124190",17212,42895 +"124191",17212,55383 +"124192",17212,77343 +"124193",17212,90582 +"124194",17213,49515 +"124195",17214,17377 +"124196",17214,23087 +"124197",17214,23131 +"124198",17214,23206 +"124199",17214,54549 +"124200",17214,57689 +"124201",17215,21130 +"124202",17215,21299 +"124203",17215,21358 +"124204",17216,50549 +"124205",17216,50791 +"124206",17217,34997 +"124207",17217,41604 +"124208",17217,44854 +"124209",17217,46773 +"124210",17217,57914 +"124211",17217,57921 +"124212",17217,65523 +"124213",17217,80413 +"124214",17217,88307 +"124215",17217,106958 +"124216",17217,107577 +"124217",17217,120188 +"124218",17218,28384 +"124219",17218,28395 +"124220",17218,29307 +"124221",17218,31165 +"124222",17218,35230 +"124223",17218,73399 +"124224",17218,77013 +"124225",17218,90705 +"124226",17218,111000 +"124227",17220,39769 +"124228",17220,88552 +"124229",17221,23133 +"124230",17221,25546 +"124231",17221,28128 +"124232",17221,28243 +"124233",17221,36552 +"124234",17221,42338 +"124235",17221,43897 +"124236",17221,45759 +"124237",17221,55041 +"124238",17222,61505 +"124239",17223,49850 +"124240",17223,65128 +"124241",17223,81141 +"124242",17223,93704 +"124243",17225,17236 +"124244",17225,45781 +"124245",17226,63435 +"124246",17226,65700 +"124247",17227,34279 +"124248",17228,18276 +"124249",17229,30661 +"124250",17229,40895 +"124251",17229,58100 +"124252",17229,60044 +"124253",17229,70671 +"124254",17229,73597 +"124255",17229,81570 +"124256",17229,95771 +"124257",17229,99585 +"124258",17230,39486 +"124259",17230,53941 +"124260",17230,71407 +"124261",17231,17246 +"124262",17231,17261 +"124263",17231,17325 +"124264",17232,17299 +"124265",17232,17356 +"124266",17232,17361 +"124267",17233,18485 +"124268",17233,32678 +"124269",17233,81626 +"124270",17233,93500 +"124271",17234,48217 +"124272",17235,17337 +"124273",17235,22945 +"124274",17235,27149 +"124275",17235,29402 +"124276",17235,37068 +"124277",17235,41939 +"124278",17235,44333 +"124279",17235,46578 +"124280",17235,48844 +"124281",17235,50303 +"124282",17235,50686 +"124283",17235,54622 +"124284",17235,55010 +"124285",17235,58105 +"124286",17235,59433 +"124287",17235,60747 +"124288",17235,62280 +"124289",17235,62506 +"124290",17235,63026 +"124291",17235,64359 +"124292",17235,67527 +"124293",17236,45781 +"124294",17237,51394 +"124295",17237,79851 +"124296",17237,84469 +"124297",17238,18014 +"124298",17239,52339 +"124299",17239,59269 +"124300",17240,35072 +"124301",17240,37191 +"124302",17240,39520 +"124303",17240,41116 +"124304",17240,47355 +"124305",17240,58763 +"124306",17240,69245 +"124307",17240,69808 +"124308",17240,71208 +"124309",17240,72076 +"124310",17240,72111 +"124311",17240,89630 +"124312",17240,90093 +"124313",17241,18151 +"124314",17241,20021 +"124315",17241,21795 +"124316",17241,28509 +"124317",17241,34040 +"124318",17241,34206 +"124319",17241,68489 +"124320",17241,72120 +"124321",17241,77652 +"124322",17241,77654 +"124323",17241,79805 +"124324",17242,19605 +"124325",17242,21461 +"124326",17242,29454 +"124327",17242,33843 +"124328",17242,38792 +"124329",17242,41764 +"124330",17242,45329 +"124331",17242,51859 +"124332",17242,51875 +"124333",17242,52213 +"124334",17242,56602 +"124335",17242,56815 +"124336",17242,64095 +"124337",17243,72922 +"124338",17243,101112 +"124339",17244,24198 +"124340",17244,96000 +"124341",17244,98230 +"124342",17245,42338 +"124343",17245,62927 +"124344",17246,17261 +"124345",17246,17325 +"124346",17246,22037 +"124347",17246,36689 +"124348",17246,36702 +"124349",17246,36703 +"124350",17247,65723 +"124351",17247,80061 +"124352",17247,80728 +"124353",17247,113060 +"124354",17248,36438 +"124355",17248,53868 +"124356",17248,61259 +"124357",17248,69004 +"124358",17248,70379 +"124359",17248,81117 +"124360",17248,88778 +"124361",17248,99140 +"124362",17248,109129 +"124363",17248,118671 +"124364",17248,118673 +"124365",17248,118677 +"124366",17248,122793 +"124367",17248,122884 +"124368",17249,17307 +"124369",17249,17370 +"124370",17249,17408 +"124371",17250,86746 +"124372",17251,17333 +"124373",17251,43227 +"124374",17251,55130 +"124375",17251,73665 +"124376",17251,82040 +"124377",17252,22120 +"124378",17252,25098 +"124379",17252,42787 +"124380",17252,45860 +"124381",17252,48116 +"124382",17252,53499 +"124383",17252,69175 +"124384",17252,69956 +"124385",17252,70455 +"124386",17252,77467 +"124387",17252,79360 +"124388",17252,86896 +"124389",17252,107610 +"124390",17253,19680 +"124391",17253,22558 +"124392",17253,42552 +"124393",17254,18854 +"124394",17254,36057 +"124395",17255,17956 +"124396",17255,18251 +"124397",17255,25759 +"124398",17255,29146 +"124399",17255,30769 +"124400",17255,34451 +"124401",17255,34551 +"124402",17255,43283 +"124403",17255,47940 +"124404",17255,48812 +"124405",17255,50135 +"124406",17255,53491 +"124407",17255,63917 +"124408",17255,65697 +"124409",17255,92819 +"124410",17255,93029 +"124411",17255,120794 +"124412",17256,48872 +"124413",17256,51688 +"124414",17256,55717 +"124415",17256,63108 +"124416",17256,86182 +"124417",17256,100196 +"124418",17257,19498 +"124419",17257,21124 +"124420",17257,24972 +"124421",17257,26908 +"124422",17257,35589 +"124423",17257,39544 +"124424",17257,41991 +"124425",17257,49023 +"124426",17257,49241 +"124427",17257,53132 +"124428",17257,55608 +"124429",17257,58195 +"124430",17257,61211 +"124431",17257,63041 +"124432",17257,81027 +"124433",17257,81811 +"124434",17257,99288 +"124435",17257,119622 +"124436",17258,28915 +"124437",17258,53624 +"124438",17259,22384 +"124439",17259,22442 +"124440",17259,29918 +"124441",17259,30881 +"124442",17259,31001 +"124443",17259,41746 +"124444",17259,42364 +"124445",17259,45081 +"124446",17259,47444 +"124447",17259,49444 +"124448",17259,50397 +"124449",17259,63250 +"124450",17259,64351 +"124451",17259,73794 +"124452",17259,80565 +"124453",17259,90446 +"124454",17259,90558 +"124455",17259,92017 +"124456",17259,92062 +"124457",17259,103182 +"124458",17259,108886 +"124459",17259,120498 +"124460",17260,75315 +"124461",17261,17325 +"124462",17261,21652 +"124463",17261,24210 +"124464",17261,37953 +"124465",17261,63884 +"124466",17261,80689 +"124467",17261,89104 +"124468",17261,94978 +"124469",17262,51521 +"124470",17263,46449 +"124471",17264,17689 +"124472",17264,52119 +"124473",17264,78432 +"124474",17264,86539 +"124475",17264,91201 +"124476",17264,96630 +"124477",17265,23612 +"124478",17265,77990 +"124479",17265,82626 +"124480",17265,82646 +"124481",17265,82647 +"124482",17265,82661 +"124483",17265,82662 +"124484",17265,82663 +"124485",17265,82811 +"124486",17265,82832 +"124487",17265,82836 +"124488",17265,93311 +"124489",17266,19635 +"124490",17267,74099 +"124491",17268,27689 +"124492",17269,36835 +"124493",17269,55715 +"124494",17269,59811 +"124495",17269,60891 +"124496",17269,60958 +"124497",17269,72080 +"124498",17272,43191 +"124499",17273,25444 +"124500",17273,53224 +"124501",17273,69095 +"124502",17273,92994 +"124503",17274,17339 +"124504",17274,17411 +"124505",17274,33569 +"124506",17275,23825 +"124507",17275,24935 +"124508",17275,30872 +"124509",17275,39223 +"124510",17275,44355 +"124511",17275,53265 +"124512",17275,59504 +"124513",17275,65844 +"124514",17275,72257 +"124515",17275,76725 +"124516",17275,77362 +"124517",17275,80982 +"124518",17275,108666 +"124519",17275,117333 +"124520",17275,121193 +"124521",17276,22264 +"124522",17276,113481 +"124523",17277,79362 +"124524",17278,57373 +"124525",17278,121260 +"124526",17279,46878 +"124527",17280,26404 +"124528",17281,62063 +"124529",17282,17420 +"124530",17282,21843 +"124531",17282,27525 +"124532",17282,27799 +"124533",17282,27968 +"124534",17282,42216 +"124535",17282,50810 +"124536",17282,50954 +"124537",17283,56649 +"124538",17284,80584 +"124539",17285,17904 +"124540",17285,18102 +"124541",17285,22008 +"124542",17285,33405 +"124543",17285,36944 +"124544",17285,38042 +"124545",17285,44181 +"124546",17285,49289 +"124547",17285,51375 +"124548",17285,53035 +"124549",17285,57499 +"124550",17285,59103 +"124551",17285,62929 +"124552",17285,64773 +"124553",17285,75815 +"124554",17285,81631 +"124555",17285,87822 +"124556",17286,17309 +"124557",17286,22571 +"124558",17286,33445 +"124559",17287,17376 +"124560",17287,19339 +"124561",17288,26336 +"124562",17288,36725 +"124563",17288,51738 +"124564",17288,51924 +"124565",17288,52940 +"124566",17288,91778 +"124567",17288,99436 +"124568",17289,17290 +"124569",17289,18479 +"124570",17289,30003 +"124571",17289,60589 +"124572",17289,72985 +"124573",17289,106161 +"124574",17291,47979 +"124575",17291,54297 +"124576",17292,30297 +"124577",17293,71054 +"124578",17293,71448 +"124579",17293,94615 +"124580",17294,29166 +"124581",17294,71509 +"124582",17294,75921 +"124583",17295,24914 +"124584",17295,29073 +"124585",17295,45157 +"124586",17295,76247 +"124587",17295,103297 +"124588",17297,41633 +"124589",17297,70843 +"124590",17298,63523 +"124591",17298,66639 +"124592",17298,112100 +"124593",17298,117218 +"124594",17299,17356 +"124595",17299,17361 +"124596",17301,19478 +"124597",17301,31616 +"124598",17301,45086 +"124599",17301,53215 +"124600",17301,69414 +"124601",17301,71778 +"124602",17301,79046 +"124603",17301,93734 +"124604",17301,116308 +"124605",17301,118534 +"124606",17303,40627 +"124607",17303,45685 +"124608",17303,46982 +"124609",17303,47013 +"124610",17303,55434 +"124611",17303,58022 +"124612",17303,75154 +"124613",17303,86450 +"124614",17304,37448 +"124615",17304,37534 +"124616",17304,59300 +"124617",17304,65169 +"124618",17304,82386 +"124619",17304,114205 +"124620",17305,18713 +"124621",17305,27260 +"124622",17305,29661 +"124623",17305,33617 +"124624",17305,36374 +"124625",17305,37256 +"124626",17305,37758 +"124627",17305,38818 +"124628",17305,43135 +"124629",17305,44068 +"124630",17305,45958 +"124631",17305,50588 +"124632",17305,52593 +"124633",17305,54344 +"124634",17306,49982 +"124635",17306,51677 +"124636",17307,17370 +"124637",17307,17408 +"124638",17307,50908 +"124639",17307,62861 +"124640",17307,62883 +"124641",17308,17329 +"124642",17310,20611 +"124643",17310,23707 +"124644",17310,30207 +"124645",17310,36505 +"124646",17310,56280 +"124647",17310,56849 +"124648",17312,28045 +"124649",17312,31918 +"124650",17313,17645 +"124651",17313,20443 +"124652",17313,22116 +"124653",17313,27742 +"124654",17313,37351 +"124655",17313,37371 +"124656",17313,43679 +"124657",17313,69700 +"124658",17313,76168 +"124659",17314,17706 +"124660",17314,17781 +"124661",17314,19798 +"124662",17314,21305 +"124663",17314,21707 +"124664",17314,22597 +"124665",17314,22668 +"124666",17314,22669 +"124667",17314,22683 +"124668",17314,22684 +"124669",17314,46776 +"124670",17314,48160 +"124671",17314,61113 +"124672",17314,74844 +"124673",17316,50314 +"124674",17316,80946 +"124675",17316,84242 +"124676",17316,102986 +"124677",17317,54418 +"124678",17317,66466 +"124679",17317,114480 +"124680",17317,114531 +"124681",17318,25940 +"124682",17318,34399 +"124683",17318,48565 +"124684",17319,85822 +"124685",17320,99435 +"124686",17321,36473 +"124687",17321,37689 +"124688",17321,60383 +"124689",17321,66514 +"124690",17322,17436 +"124691",17322,17999 +"124692",17322,23739 +"124693",17322,34215 +"124694",17322,36662 +"124695",17322,41079 +"124696",17322,44199 +"124697",17322,47319 +"124698",17322,50233 +"124699",17322,61983 +"124700",17322,85091 +"124701",17323,31005 +"124702",17323,39969 +"124703",17324,26970 +"124704",17324,65445 +"124705",17325,65204 +"124706",17326,17700 +"124707",17326,30019 +"124708",17326,30393 +"124709",17326,36737 +"124710",17326,43843 +"124711",17326,56067 +"124712",17326,60131 +"124713",17326,61456 +"124714",17326,64156 +"124715",17326,69545 +"124716",17326,74100 +"124717",17326,82022 +"124718",17326,95910 +"124719",17326,96833 +"124720",17326,102045 +"124721",17326,109919 +"124722",17326,112650 +"124723",17326,118365 +"124724",17327,19353 +"124725",17327,30126 +"124726",17327,60116 +"124727",17327,87969 +"124728",17327,97009 +"124729",17327,98441 +"124730",17328,18689 +"124731",17328,21369 +"124732",17328,21677 +"124733",17328,24547 +"124734",17328,25082 +"124735",17328,25819 +"124736",17328,26062 +"124737",17328,26352 +"124738",17328,36031 +"124739",17328,36288 +"124740",17328,37442 +"124741",17328,39845 +"124742",17328,40441 +"124743",17328,43306 +"124744",17328,44606 +"124745",17328,89290 +"124746",17328,107621 +"124747",17328,113310 +"124748",17328,113315 +"124749",17329,38884 +"124750",17329,64572 +"124751",17329,81087 +"124752",17329,116208 +"124753",17329,119521 +"124754",17330,25907 +"124755",17330,46409 +"124756",17330,50570 +"124757",17330,71461 +"124758",17330,72262 +"124759",17330,85296 +"124760",17331,22517 +"124761",17331,72934 +"124762",17331,88957 +"124763",17331,120811 +"124764",17331,121452 +"124765",17332,93876 +"124766",17332,93900 +"124767",17332,93906 +"124768",17333,55130 +"124769",17333,80030 +"124770",17334,54590 +"124771",17334,56964 +"124772",17335,25615 +"124773",17336,50982 +"124774",17336,50991 +"124775",17337,21245 +"124776",17337,27149 +"124777",17337,29402 +"124778",17337,33701 +"124779",17337,37748 +"124780",17337,38488 +"124781",17337,38716 +"124782",17337,66379 +"124783",17337,69956 +"124784",17337,70018 +"124785",17338,22273 +"124786",17338,31531 +"124787",17338,33464 +"124788",17338,35112 +"124789",17338,57512 +"124790",17338,61656 +"124791",17338,76560 +"124792",17338,80268 +"124793",17338,90435 +"124794",17338,94199 +"124795",17338,98070 +"124796",17338,113119 +"124797",17338,118707 +"124798",17338,122764 +"124799",17339,17411 +"124800",17339,18160 +"124801",17339,28243 +"124802",17339,46852 +"124803",17339,81491 +"124804",17340,99605 +"124805",17342,32637 +"124806",17342,38440 +"124807",17342,74449 +"124808",17343,27109 +"124809",17343,48459 +"124810",17343,92623 +"124811",17343,98879 +"124812",17344,17345 +"124813",17344,48931 +"124814",17344,67020 +"124815",17346,17386 +"124816",17347,38844 +"124817",17347,101878 +"124818",17347,109785 +"124819",17348,75470 +"124820",17349,42172 +"124821",17349,77382 +"124822",17349,79285 +"124823",17349,81357 +"124824",17349,88622 +"124825",17349,111352 +"124826",17349,120062 +"124827",17350,22457 +"124828",17350,29844 +"124829",17350,37767 +"124830",17350,44090 +"124831",17350,44212 +"124832",17351,17632 +"124833",17351,17938 +"124834",17351,18909 +"124835",17351,20528 +"124836",17351,20722 +"124837",17351,20830 +"124838",17351,25679 +"124839",17351,26295 +"124840",17351,27642 +"124841",17351,30321 +"124842",17351,31734 +"124843",17351,34411 +"124844",17351,41895 +"124845",17351,41900 +"124846",17351,41945 +"124847",17351,42028 +"124848",17351,42030 +"124849",17351,44688 +"124850",17351,46042 +"124851",17351,48671 +"124852",17351,48860 +"124853",17351,58084 +"124854",17351,59398 +"124855",17351,73257 +"124856",17351,79405 +"124857",17351,80979 +"124858",17351,81490 +"124859",17351,115437 +"124860",17352,47865 +"124861",17353,17358 +"124862",17353,17373 +"124863",17353,34390 +"124864",17353,56124 +"124865",17353,66804 +"124866",17353,71935 +"124867",17354,17369 +"124868",17354,18765 +"124869",17354,19506 +"124870",17354,19536 +"124871",17354,27549 +"124872",17354,30150 +"124873",17354,33551 +"124874",17354,40438 +"124875",17354,44662 +"124876",17354,77835 +"124877",17354,79870 +"124878",17354,85837 +"124879",17354,88695 +"124880",17354,90790 +"124881",17354,91162 +"124882",17354,91163 +"124883",17354,91165 +"124884",17354,91170 +"124885",17354,91201 +"124886",17354,113821 +"124887",17355,21420 +"124888",17355,48741 +"124889",17356,17361 +"124890",17357,31383 +"124891",17357,31385 +"124892",17357,31423 +"124893",17357,31492 +"124894",17357,40293 +"124895",17357,69327 +"124896",17357,82767 +"124897",17357,83906 +"124898",17357,88714 +"124899",17357,96818 +"124900",17357,97899 +"124901",17358,17373 +"124902",17359,17395 +"124903",17362,89036 +"124904",17362,102226 +"124905",17362,104852 +"124906",17362,106458 +"124907",17362,106576 +"124908",17363,63939 +"124909",17364,64522 +"124910",17365,24644 +"124911",17365,24953 +"124912",17365,37431 +"124913",17365,43455 +"124914",17365,43793 +"124915",17365,43796 +"124916",17365,51866 +"124917",17366,45759 +"124918",17366,54631 +"124919",17366,72569 +"124920",17366,73977 +"124921",17366,79944 +"124922",17366,102018 +"124923",17366,110796 +"124924",17367,17383 +"124925",17367,37455 +"124926",17367,41937 +"124927",17367,73914 +"124928",17367,73924 +"124929",17368,92576 +"124930",17369,28017 +"124931",17369,29491 +"124932",17369,55095 +"124933",17369,73571 +"124934",17370,17408 +"124935",17370,25034 +"124936",17370,33624 +"124937",17370,37938 +"124938",17370,60722 +"124939",17370,62832 +"124940",17370,63759 +"124941",17370,78955 +"124942",17371,24432 +"124943",17371,82235 +"124944",17372,25192 +"124945",17372,34891 +"124946",17374,25955 +"124947",17374,43573 +"124948",17375,17406 +"124949",17376,20089 +"124950",17376,21399 +"124951",17376,25813 +"124952",17376,78568 +"124953",17376,81912 +"124954",17376,96266 +"124955",17377,55017 +"124956",17377,57689 +"124957",17378,48253 +"124958",17379,43781 +"124959",17380,21142 +"124960",17380,66585 +"124961",17381,24305 +"124962",17381,27804 +"124963",17381,29919 +"124964",17381,35156 +"124965",17381,41642 +"124966",17381,48548 +"124967",17381,54715 +"124968",17381,55071 +"124969",17381,78286 +"124970",17381,78428 +"124971",17381,84969 +"124972",17381,87034 +"124973",17381,90787 +"124974",17381,90827 +"124975",17381,100132 +"124976",17381,100644 +"124977",17381,105671 +"124978",17381,110275 +"124979",17382,31006 +"124980",17382,45778 +"124981",17382,54409 +"124982",17382,107585 +"124983",17384,42801 +"124984",17384,99640 +"124985",17385,18202 +"124986",17385,36310 +"124987",17385,36311 +"124988",17385,36322 +"124989",17385,36368 +"124990",17385,36373 +"124991",17385,36406 +"124992",17385,36407 +"124993",17385,40043 +"124994",17385,40454 +"124995",17385,50394 +"124996",17386,34348 +"124997",17387,60170 +"124998",17388,19828 +"124999",17388,86417 +"125000",17389,28366 +"125001",17389,31357 +"125002",17389,45403 +"125003",17389,59344 +"125004",17390,19400 +"125005",17390,21061 +"125006",17390,28918 +"125007",17390,29578 +"125008",17390,35000 +"125009",17390,35620 +"125010",17390,42107 +"125011",17390,43197 +"125012",17390,44127 +"125013",17390,45699 +"125014",17390,48812 +"125015",17390,75422 +"125016",17390,90783 +"125017",17390,107880 +"125018",17391,17683 +"125019",17391,22714 +"125020",17391,43144 +"125021",17391,87255 +"125022",17392,17474 +"125023",17392,110387 +"125024",17393,18421 +"125025",17393,54160 +"125026",17394,23796 +"125027",17394,23899 +"125028",17394,23902 +"125029",17394,65574 +"125030",17395,22410 +"125031",17395,22541 +"125032",17395,31280 +"125033",17395,41098 +"125034",17395,73203 +"125035",17396,21518 +"125036",17396,21844 +"125037",17396,25443 +"125038",17396,30961 +"125039",17396,32931 +"125040",17396,33113 +"125041",17396,45704 +"125042",17396,46025 +"125043",17396,60552 +"125044",17396,66601 +"125045",17396,67860 +"125046",17396,70528 +"125047",17396,90337 +"125048",17396,93173 +"125049",17396,93865 +"125050",17396,95133 +"125051",17396,99428 +"125052",17396,107081 +"125053",17396,122130 +"125054",17397,28511 +"125055",17397,37963 +"125056",17397,50062 +"125057",17399,48456 +"125058",17400,26086 +"125059",17400,30325 +"125060",17400,30564 +"125061",17400,31306 +"125062",17400,34608 +"125063",17400,36197 +"125064",17400,39301 +"125065",17400,75403 +"125066",17400,79082 +"125067",17401,65594 +"125068",17402,21219 +"125069",17402,32442 +"125070",17402,34033 +"125071",17402,46050 +"125072",17402,64021 +"125073",17402,101250 +"125074",17402,117163 +"125075",17404,27811 +"125076",17404,29230 +"125077",17404,29231 +"125078",17405,38322 +"125079",17405,86535 +"125080",17409,17418 +"125081",17410,40176 +"125082",17410,53925 +"125083",17410,78444 +"125084",17410,84435 +"125085",17410,84436 +"125086",17412,41969 +"125087",17412,68320 +"125088",17412,71477 +"125089",17413,29537 +"125090",17416,60454 +"125091",17416,80828 +"125092",17416,123016 +"125093",17417,57656 +"125094",17417,113888 +"125095",17418,37178 +"125096",17418,55466 +"125097",17418,65490 +"125098",17418,72084 +"125099",17418,84689 +"125100",17418,108292 +"125101",17419,28384 +"125102",17419,28395 +"125103",17419,28396 +"125104",17419,28541 +"125105",17419,46853 +"125106",17419,55717 +"125107",17419,85459 +"125108",17419,96258 +"125109",17422,21176 +"125110",17422,22946 +"125111",17422,34303 +"125112",17422,39373 +"125113",17422,41686 +"125114",17422,42216 +"125115",17422,42273 +"125116",17422,48359 +"125117",17422,51568 +"125118",17422,54848 +"125119",17422,60370 +"125120",17422,60371 +"125121",17422,65028 +"125122",17422,70708 +"125123",17423,74503 +"125124",17424,28833 +"125125",17424,29290 +"125126",17425,36875 +"125127",17426,46616 +"125128",17426,52084 +"125129",17426,79229 +"125130",17427,23275 +"125131",17427,23276 +"125132",17427,36865 +"125133",17427,65296 +"125134",17427,74445 +"125135",17427,78992 +"125136",17427,90004 +"125137",17427,97246 +"125138",17427,100199 +"125139",17427,108429 +"125140",17428,26325 +"125141",17428,62775 +"125142",17428,70835 +"125143",17429,17606 +"125144",17430,17625 +"125145",17430,17997 +"125146",17430,18280 +"125147",17430,18594 +"125148",17430,47257 +"125149",17430,49216 +"125150",17430,54783 +"125151",17430,57174 +"125152",17430,57178 +"125153",17431,112076 +"125154",17432,22544 +"125155",17432,27524 +"125156",17432,36890 +"125157",17432,74631 +"125158",17432,82191 +"125159",17432,95437 +"125160",17432,98509 +"125161",17432,114173 +"125162",17433,32640 +"125163",17433,34682 +"125164",17433,39114 +"125165",17433,73997 +"125166",17433,84081 +"125167",17433,88516 +"125168",17433,88587 +"125169",17433,90174 +"125170",17434,24763 +"125171",17434,37809 +"125172",17434,49300 +"125173",17434,108507 +"125174",17434,123076 +"125175",17435,28111 +"125176",17435,33035 +"125177",17435,43221 +"125178",17435,50109 +"125179",17436,17999 +"125180",17436,34215 +"125181",17436,34242 +"125182",17436,34299 +"125183",17436,36662 +"125184",17436,47319 +"125185",17436,50233 +"125186",17438,77697 +"125187",17439,24175 +"125188",17439,26814 +"125189",17439,34719 +"125190",17439,98934 +"125191",17439,99381 +"125192",17439,121652 +"125193",17439,121655 +"125194",17440,26109 +"125195",17441,39733 +"125196",17441,44298 +"125197",17441,51551 +"125198",17441,59807 +"125199",17441,69181 +"125200",17441,110407 +"125201",17441,113802 +"125202",17441,116410 +"125203",17442,68338 +"125204",17442,73120 +"125205",17442,114938 +"125206",17443,50916 +"125207",17443,56600 +"125208",17443,65459 +"125209",17443,68031 +"125210",17444,26672 +"125211",17444,50703 +"125212",17444,78285 +"125213",17445,17510 +"125214",17445,17864 +"125215",17445,26498 +"125216",17445,53709 +"125217",17445,63626 +"125218",17446,17582 +"125219",17447,19034 +"125220",17447,19791 +"125221",17447,23386 +"125222",17447,31235 +"125223",17447,37790 +"125224",17447,47733 +"125225",17447,59687 +"125226",17447,65440 +"125227",17447,75883 +"125228",17447,75888 +"125229",17447,75892 +"125230",17447,75893 +"125231",17447,75898 +"125232",17448,19528 +"125233",17448,20034 +"125234",17448,20135 +"125235",17448,26608 +"125236",17448,41655 +"125237",17449,38770 +"125238",17450,45581 +"125239",17450,74318 +"125240",17450,100403 +"125241",17451,21951 +"125242",17451,49970 +"125243",17451,66727 +"125244",17451,102976 +"125245",17452,85410 +"125246",17452,93529 +"125247",17452,117478 +"125248",17453,17824 +"125249",17453,23517 +"125250",17453,23963 +"125251",17453,25644 +"125252",17453,26756 +"125253",17453,27818 +"125254",17453,34591 +"125255",17453,35972 +"125256",17453,41888 +"125257",17453,43255 +"125258",17453,43285 +"125259",17453,43315 +"125260",17453,43353 +"125261",17453,43811 +"125262",17453,43895 +"125263",17453,43935 +"125264",17453,43966 +"125265",17453,43968 +"125266",17453,43992 +"125267",17453,43997 +"125268",17453,43999 +"125269",17453,44000 +"125270",17453,57810 +"125271",17453,83977 +"125272",17453,85599 +"125273",17453,85612 +"125274",17454,17526 +"125275",17454,41271 +"125276",17454,82178 +"125277",17454,89546 +"125278",17456,23131 +"125279",17456,41915 +"125280",17456,51412 +"125281",17456,72820 +"125282",17457,29250 +"125283",17457,30967 +"125284",17457,34682 +"125285",17457,42258 +"125286",17457,47046 +"125287",17457,62430 +"125288",17458,31417 +"125289",17458,51913 +"125290",17458,53043 +"125291",17458,53621 +"125292",17458,86888 +"125293",17458,87307 +"125294",17458,87314 +"125295",17459,28592 +"125296",17459,40954 +"125297",17459,41085 +"125298",17459,48707 +"125299",17459,49300 +"125300",17459,66744 +"125301",17459,68569 +"125302",17459,101967 +"125303",17459,106576 +"125304",17460,45181 +"125305",17460,57690 +"125306",17460,82411 +"125307",17460,82535 +"125308",17461,27726 +"125309",17461,90354 +"125310",17463,111136 +"125311",17463,113732 +"125312",17465,22498 +"125313",17466,28851 +"125314",17466,72647 +"125315",17466,72705 +"125316",17467,67154 +"125317",17468,17647 +"125318",17468,21702 +"125319",17468,21854 +"125320",17468,29570 +"125321",17468,115875 +"125322",17468,115887 +"125323",17469,24419 +"125324",17469,40039 +"125325",17469,40643 +"125326",17469,59158 +"125327",17469,86781 +"125328",17469,118150 +"125329",17470,72877 +"125330",17471,17542 +"125331",17471,32892 +"125332",17471,35188 +"125333",17471,84053 +"125334",17472,26873 +"125335",17472,44615 +"125336",17472,86203 +"125337",17473,20879 +"125338",17473,25147 +"125339",17473,28640 +"125340",17473,30025 +"125341",17473,37408 +"125342",17473,39426 +"125343",17473,39517 +"125344",17473,39518 +"125345",17473,56509 +"125346",17473,57279 +"125347",17473,65140 +"125348",17473,82935 +"125349",17473,97920 +"125350",17474,38197 +"125351",17474,39028 +"125352",17474,41818 +"125353",17474,47106 +"125354",17474,56469 +"125355",17474,76362 +"125356",17475,30906 +"125357",17475,45067 +"125358",17475,49614 +"125359",17475,59310 +"125360",17475,86216 +"125361",17475,97468 +"125362",17476,17803 +"125363",17476,18203 +"125364",17476,23138 +"125365",17476,28603 +"125366",17476,28764 +"125367",17476,37350 +"125368",17476,68086 +"125369",17476,77107 +"125370",17476,84499 +"125371",17476,98182 +"125372",17477,23571 +"125373",17477,24120 +"125374",17477,24127 +"125375",17477,28506 +"125376",17477,31717 +"125377",17477,32787 +"125378",17477,47273 +"125379",17477,50072 +"125380",17477,53478 +"125381",17477,59726 +"125382",17477,87858 +"125383",17477,108753 +"125384",17477,114505 +"125385",17477,120281 +"125386",17477,121442 +"125387",17478,35450 +"125388",17478,57231 +"125389",17478,63315 +"125390",17478,67665 +"125391",17478,67770 +"125392",17478,79032 +"125393",17478,91746 +"125394",17478,104356 +"125395",17478,120333 +"125396",17478,120840 +"125397",17479,17541 +"125398",17479,17675 +"125399",17479,17946 +"125400",17479,20039 +"125401",17479,21548 +"125402",17479,39838 +"125403",17479,40664 +"125404",17479,45335 +"125405",17479,60056 +"125406",17479,60651 +"125407",17479,104392 +"125408",17479,104393 +"125409",17480,21633 +"125410",17480,32513 +"125411",17480,34845 +"125412",17480,42446 +"125413",17480,96417 +"125414",17481,17482 +"125415",17481,27872 +"125416",17481,49941 +"125417",17481,50378 +"125418",17481,78147 +"125419",17481,98456 +"125420",17481,98489 +"125421",17483,17653 +"125422",17484,17997 +"125423",17484,21755 +"125424",17484,21914 +"125425",17484,29483 +"125426",17484,36926 +"125427",17484,40432 +"125428",17484,48298 +"125429",17484,53343 +"125430",17484,82930 +"125431",17485,22857 +"125432",17486,17487 +"125433",17486,17636 +"125434",17487,17636 +"125435",17487,73501 +"125436",17487,122125 +"125437",17488,17621 +"125438",17488,90293 +"125439",17489,17490 +"125440",17489,17511 +"125441",17489,17603 +"125442",17489,17604 +"125443",17489,31281 +"125444",17489,40281 +"125445",17489,42261 +"125446",17489,44473 +"125447",17489,45899 +"125448",17489,56463 +"125449",17489,69645 +"125450",17489,90611 +"125451",17490,17511 +"125452",17490,17603 +"125453",17490,17604 +"125454",17490,95724 +"125455",17490,103536 +"125456",17490,114971 +"125457",17491,19488 +"125458",17491,52525 +"125459",17491,59953 +"125460",17491,74558 +"125461",17491,74653 +"125462",17491,87835 +"125463",17491,94004 +"125464",17492,39156 +"125465",17492,74024 +"125466",17493,18019 +"125467",17493,45506 +"125468",17493,76905 +"125469",17493,115561 +"125470",17494,38625 +"125471",17494,78085 +"125472",17494,92123 +"125473",17495,17628 +"125474",17496,18512 +"125475",17496,18562 +"125476",17496,18587 +"125477",17496,18677 +"125478",17496,30808 +"125479",17496,74316 +"125480",17497,25734 +"125481",17497,30306 +"125482",17497,50213 +"125483",17497,59651 +"125484",17497,59832 +"125485",17497,65017 +"125486",17497,99994 +"125487",17498,18916 +"125488",17498,49649 +"125489",17498,52217 +"125490",17498,60075 +"125491",17498,79597 +"125492",17498,104718 +"125493",17498,107923 +"125494",17498,109161 +"125495",17498,112874 +"125496",17498,122200 +"125497",17499,19546 +"125498",17499,28215 +"125499",17499,29378 +"125500",17499,42867 +"125501",17499,44105 +"125502",17499,46076 +"125503",17499,56481 +"125504",17499,56521 +"125505",17499,56525 +"125506",17499,74152 +"125507",17500,63687 +"125508",17500,73963 +"125509",17500,73979 +"125510",17500,73999 +"125511",17501,34757 +"125512",17501,47120 +"125513",17501,92962 +"125514",17502,18641 +"125515",17502,19847 +"125516",17502,26267 +"125517",17502,26871 +"125518",17502,27001 +"125519",17502,27023 +"125520",17502,27060 +"125521",17502,28010 +"125522",17502,28944 +"125523",17502,29066 +"125524",17502,32255 +"125525",17502,43770 +"125526",17502,46861 +"125527",17502,59600 +"125528",17502,78314 +"125529",17502,82155 +"125530",17503,42233 +"125531",17504,42387 +"125532",17505,66894 +"125533",17506,33615 +"125534",17508,18060 +"125535",17508,18217 +"125536",17508,22462 +"125537",17508,22823 +"125538",17508,23147 +"125539",17508,23421 +"125540",17508,23632 +"125541",17508,23953 +"125542",17508,24495 +"125543",17508,24710 +"125544",17508,25143 +"125545",17508,25303 +"125546",17508,25664 +"125547",17508,26407 +"125548",17508,27174 +"125549",17508,27196 +"125550",17508,27710 +"125551",17508,28025 +"125552",17508,28703 +"125553",17508,29253 +"125554",17508,29341 +"125555",17508,29560 +"125556",17508,29573 +"125557",17508,29725 +"125558",17508,29868 +"125559",17508,32184 +"125560",17508,32307 +"125561",17508,32309 +"125562",17508,32438 +"125563",17508,32967 +"125564",17508,33223 +"125565",17508,33881 +"125566",17508,34097 +"125567",17508,34330 +"125568",17508,34513 +"125569",17508,34854 +"125570",17508,35400 +"125571",17508,36476 +"125572",17508,36547 +"125573",17508,36745 +"125574",17508,37821 +"125575",17508,37931 +"125576",17508,38319 +"125577",17508,39398 +"125578",17508,39492 +"125579",17508,40320 +"125580",17508,40373 +"125581",17508,40542 +"125582",17508,41182 +"125583",17508,42131 +"125584",17508,45672 +"125585",17508,46843 +"125586",17508,47821 +"125587",17508,47846 +"125588",17508,48331 +"125589",17509,66116 +"125590",17509,79783 +"125591",17509,81810 +"125592",17511,17603 +"125593",17511,17604 +"125594",17511,18461 +"125595",17511,38271 +"125596",17511,45114 +"125597",17511,54246 +"125598",17511,64302 +"125599",17511,64769 +"125600",17512,17637 +"125601",17512,106488 +"125602",17513,20301 +"125603",17513,36040 +"125604",17513,87366 +"125605",17513,87388 +"125606",17514,17554 +"125607",17514,32368 +"125608",17516,83087 +"125609",17516,94399 +"125610",17516,103194 +"125611",17516,105530 +"125612",17516,105534 +"125613",17516,105537 +"125614",17516,105547 +"125615",17516,105552 +"125616",17516,105563 +"125617",17517,17598 +"125618",17518,17597 +"125619",17518,26524 +"125620",17518,30650 +"125621",17518,46426 +"125622",17518,46692 +"125623",17518,80014 +"125624",17518,82161 +"125625",17518,83517 +"125626",17518,120249 +"125627",17519,18404 +"125628",17519,18465 +"125629",17519,20156 +"125630",17519,25552 +"125631",17519,40568 +"125632",17519,95646 +"125633",17520,17582 +"125634",17520,27946 +"125635",17520,33158 +"125636",17520,36498 +"125637",17520,38921 +"125638",17520,42264 +"125639",17520,47268 +"125640",17520,47323 +"125641",17520,47351 +"125642",17520,47535 +"125643",17520,47562 +"125644",17520,47623 +"125645",17520,47624 +"125646",17520,49025 +"125647",17520,50252 +"125648",17520,78652 +"125649",17520,84475 +"125650",17520,92157 +"125651",17521,19556 +"125652",17521,21706 +"125653",17521,21788 +"125654",17521,21791 +"125655",17521,22451 +"125656",17521,22466 +"125657",17521,26210 +"125658",17521,34969 +"125659",17521,57979 +"125660",17521,75567 +"125661",17521,82693 +"125662",17522,64175 +"125663",17522,88234 +"125664",17523,17681 +"125665",17523,24685 +"125666",17523,106911 +"125667",17524,30132 +"125668",17524,30223 +"125669",17524,43264 +"125670",17524,79747 +"125671",17524,81753 +"125672",17525,29499 +"125673",17525,30323 +"125674",17525,30335 +"125675",17525,52592 +"125676",17525,57884 +"125677",17525,75343 +"125678",17525,89532 +"125679",17525,106995 +"125680",17527,28096 +"125681",17527,88936 +"125682",17528,28009 +"125683",17528,29462 +"125684",17529,20719 +"125685",17529,86761 +"125686",17529,87954 +"125687",17529,122549 +"125688",17530,33775 +"125689",17531,17641 +"125690",17531,17676 +"125691",17531,20658 +"125692",17531,23689 +"125693",17531,27745 +"125694",17531,28648 +"125695",17531,32239 +"125696",17531,37684 +"125697",17531,43005 +"125698",17531,43701 +"125699",17531,44105 +"125700",17531,56491 +"125701",17531,68587 +"125702",17531,69319 +"125703",17531,72578 +"125704",17531,74016 +"125705",17531,80454 +"125706",17531,88480 +"125707",17531,94574 +"125708",17531,100518 +"125709",17531,105648 +"125710",17532,18631 +"125711",17532,21597 +"125712",17532,37692 +"125713",17532,51608 +"125714",17532,66417 +"125715",17533,44277 +"125716",17533,46104 +"125717",17533,46863 +"125718",17533,50382 +"125719",17533,111391 +"125720",17534,83169 +"125721",17534,99539 +"125722",17534,117198 +"125723",17535,18452 +"125724",17535,88439 +"125725",17535,90589 +"125726",17535,122059 +"125727",17536,18270 +"125728",17536,20449 +"125729",17536,21088 +"125730",17536,23847 +"125731",17536,24012 +"125732",17536,24910 +"125733",17536,25758 +"125734",17536,26537 +"125735",17536,26872 +"125736",17536,28767 +"125737",17536,28871 +"125738",17536,30334 +"125739",17536,35496 +"125740",17536,37610 +"125741",17536,37636 +"125742",17536,39435 +"125743",17536,40131 +"125744",17536,40166 +"125745",17536,40392 +"125746",17536,40905 +"125747",17536,41030 +"125748",17536,41527 +"125749",17536,41529 +"125750",17536,41778 +"125751",17536,43147 +"125752",17536,43234 +"125753",17536,43858 +"125754",17536,44828 +"125755",17536,45657 +"125756",17536,45933 +"125757",17536,46434 +"125758",17536,46788 +"125759",17536,47123 +"125760",17536,47488 +"125761",17536,48909 +"125762",17536,49859 +"125763",17536,50064 +"125764",17536,50067 +"125765",17536,50554 +"125766",17536,50879 +"125767",17536,51783 +"125768",17536,52018 +"125769",17536,53444 +"125770",17536,53527 +"125771",17536,53555 +"125772",17536,54275 +"125773",17536,56628 +"125774",17536,58004 +"125775",17536,58068 +"125776",17536,58633 +"125777",17536,61111 +"125778",17536,61127 +"125779",17536,68287 +"125780",17536,109712 +"125781",17537,17538 +"125782",17537,17669 +"125783",17537,17671 +"125784",17537,79608 +"125785",17538,17669 +"125786",17538,17671 +"125787",17538,21548 +"125788",17539,18080 +"125789",17539,19792 +"125790",17539,30073 +"125791",17539,62637 +"125792",17539,69716 +"125793",17540,17618 +"125794",17541,17675 +"125795",17541,30964 +"125796",17541,30975 +"125797",17541,31144 +"125798",17541,64470 +"125799",17543,121449 +"125800",17545,17546 +"125801",17545,17547 +"125802",17546,17547 +"125803",17546,86466 +"125804",17547,112452 +"125805",17548,17716 +"125806",17548,19771 +"125807",17548,23529 +"125808",17548,23545 +"125809",17548,26064 +"125810",17548,27608 +"125811",17548,49033 +"125812",17548,49215 +"125813",17548,49524 +"125814",17548,50110 +"125815",17548,50174 +"125816",17548,53290 +"125817",17549,17595 +"125818",17549,17632 +"125819",17549,24456 +"125820",17549,28695 +"125821",17549,31117 +"125822",17549,44326 +"125823",17549,46190 +"125824",17549,49470 +"125825",17549,58084 +"125826",17549,63946 +"125827",17549,76909 +"125828",17550,22038 +"125829",17550,24972 +"125830",17550,26361 +"125831",17550,26908 +"125832",17550,99001 +"125833",17550,117898 +"125834",17551,27383 +"125835",17551,33166 +"125836",17552,17568 +"125837",17552,114126 +"125838",17553,31650 +"125839",17553,44027 +"125840",17553,52224 +"125841",17554,32368 +"125842",17554,44038 +"125843",17554,59872 +"125844",17554,67438 +"125845",17555,24072 +"125846",17556,17648 +"125847",17556,17676 +"125848",17556,17695 +"125849",17556,33723 +"125850",17556,52841 +"125851",17556,53377 +"125852",17556,100896 +"125853",17557,17558 +"125854",17557,26536 +"125855",17557,37488 +"125856",17557,55653 +"125857",17557,60016 +"125858",17557,65400 +"125859",17557,86062 +"125860",17557,87408 +"125861",17557,95034 +"125862",17557,102913 +"125863",17557,110588 +"125864",17557,110603 +"125865",17558,32896 +"125866",17559,35565 +"125867",17559,81474 +"125868",17560,19903 +"125869",17560,23003 +"125870",17560,23059 +"125871",17560,23257 +"125872",17560,24338 +"125873",17560,46931 +"125874",17560,66737 +"125875",17560,73432 +"125876",17560,75230 +"125877",17560,80663 +"125878",17560,83856 +"125879",17560,84121 +"125880",17560,87252 +"125881",17560,95605 +"125882",17561,25555 +"125883",17561,93000 +"125884",17562,19416 +"125885",17562,24429 +"125886",17562,29935 +"125887",17562,32503 +"125888",17562,45328 +"125889",17562,46850 +"125890",17562,60481 +"125891",17562,61498 +"125892",17562,62726 +"125893",17562,81413 +"125894",17562,81895 +"125895",17562,88911 +"125896",17562,91770 +"125897",17562,96518 +"125898",17562,98227 +"125899",17562,99735 +"125900",17562,102734 +"125901",17562,110380 +"125902",17562,119237 +"125903",17562,120480 +"125904",17563,27646 +"125905",17564,107428 +"125906",17566,17610 +"125907",17567,18547 +"125908",17567,18663 +"125909",17567,23202 +"125910",17567,27429 +"125911",17567,31614 +"125912",17567,33182 +"125913",17567,33560 +"125914",17567,33565 +"125915",17567,33767 +"125916",17567,37669 +"125917",17567,49916 +"125918",17567,51913 +"125919",17567,56664 +"125920",17567,78734 +"125921",17567,93181 +"125922",17569,18375 +"125923",17569,19005 +"125924",17569,19228 +"125925",17569,19495 +"125926",17569,19496 +"125927",17569,19555 +"125928",17569,19782 +"125929",17569,19822 +"125930",17569,19888 +"125931",17569,20303 +"125932",17569,20322 +"125933",17569,20360 +"125934",17569,20490 +"125935",17569,20899 +"125936",17570,43578 +"125937",17570,93487 +"125938",17570,100837 +"125939",17571,36637 +"125940",17571,50955 +"125941",17571,54915 +"125942",17571,57845 +"125943",17571,79188 +"125944",17571,98080 +"125945",17571,100639 +"125946",17571,107109 +"125947",17571,107124 +"125948",17572,17639 +"125949",17572,18020 +"125950",17572,26956 +"125951",17572,38074 +"125952",17572,39134 +"125953",17572,40098 +"125954",17572,41691 +"125955",17572,91597 +"125956",17572,99856 +"125957",17572,102954 +"125958",17572,115211 +"125959",17572,122909 +"125960",17573,17658 +"125961",17573,20247 +"125962",17573,21612 +"125963",17573,24454 +"125964",17573,32401 +"125965",17573,52215 +"125966",17573,52951 +"125967",17573,57204 +"125968",17573,83516 +"125969",17574,41582 +"125970",17576,17935 +"125971",17576,24070 +"125972",17576,25826 +"125973",17576,29231 +"125974",17576,43940 +"125975",17576,67939 +"125976",17576,81770 +"125977",17576,81776 +"125978",17576,82599 +"125979",17576,91823 +"125980",17576,103920 +"125981",17576,109930 +"125982",17576,112235 +"125983",17577,25927 +"125984",17577,29715 +"125985",17577,32250 +"125986",17577,34811 +"125987",17577,51723 +"125988",17577,55537 +"125989",17577,71679 +"125990",17577,88061 +"125991",17578,18652 +"125992",17578,20060 +"125993",17578,36993 +"125994",17578,45044 +"125995",17578,49846 +"125996",17578,62275 +"125997",17578,77631 +"125998",17578,88687 +"125999",17578,88823 +"126000",17578,88826 +"126001",17579,18144 +"126002",17579,19631 +"126003",17579,21081 +"126004",17579,34953 +"126005",17579,48152 +"126006",17579,48218 +"126007",17579,48237 +"126008",17579,48245 +"126009",17579,48303 +"126010",17579,48305 +"126011",17579,52380 +"126012",17579,76304 +"126013",17579,89263 +"126014",17580,40533 +"126015",17580,90189 +"126016",17581,50135 +"126017",17582,33158 +"126018",17582,36498 +"126019",17582,38921 +"126020",17582,42264 +"126021",17582,47268 +"126022",17582,47323 +"126023",17582,47351 +"126024",17582,47535 +"126025",17582,47562 +"126026",17582,47623 +"126027",17582,47624 +"126028",17582,47747 +"126029",17582,49025 +"126030",17582,50252 +"126031",17582,84475 +"126032",17582,93289 +"126033",17583,17663 +"126034",17584,22287 +"126035",17584,63711 +"126036",17584,88255 +"126037",17585,33450 +"126038",17585,56352 +"126039",17585,56993 +"126040",17585,103089 +"126041",17587,19217 +"126042",17589,44055 +"126043",17589,79722 +"126044",17589,102459 +"126045",17589,113470 +"126046",17589,113482 +"126047",17590,17591 +"126048",17590,63498 +"126049",17590,102157 +"126050",17592,21746 +"126051",17592,22115 +"126052",17592,24723 +"126053",17592,28450 +"126054",17592,33387 +"126055",17592,34317 +"126056",17592,41266 +"126057",17592,51661 +"126058",17592,60429 +"126059",17592,96627 +"126060",17592,96666 +"126061",17593,54847 +"126062",17594,17602 +"126063",17594,99784 +"126064",17595,17632 +"126065",17595,17878 +"126066",17595,19124 +"126067",17595,26702 +"126068",17595,38819 +"126069",17595,39884 +"126070",17595,44418 +"126071",17595,46052 +"126072",17595,48880 +"126073",17595,49769 +"126074",17595,54020 +"126075",17595,63869 +"126076",17595,65679 +"126077",17595,77815 +"126078",17595,77862 +"126079",17595,90891 +"126080",17595,90908 +"126081",17595,91169 +"126082",17596,21923 +"126083",17596,23712 +"126084",17596,26307 +"126085",17596,28271 +"126086",17596,33267 +"126087",17596,68409 +"126088",17596,74175 +"126089",17596,77514 +"126090",17596,90093 +"126091",17596,114543 +"126092",17596,114550 +"126093",17598,45813 +"126094",17598,63020 +"126095",17598,104705 +"126096",17599,58568 +"126097",17599,68535 +"126098",17600,78731 +"126099",17601,39603 +"126100",17601,57781 +"126101",17601,63278 +"126102",17603,17604 +"126103",17603,24545 +"126104",17603,64302 +"126105",17603,103598 +"126106",17603,112882 +"126107",17604,18656 +"126108",17604,20881 +"126109",17604,31785 +"126110",17604,46837 +"126111",17604,76503 +"126112",17604,84796 +"126113",17605,17656 +"126114",17605,117758 +"126115",17607,19249 +"126116",17607,25223 +"126117",17607,29115 +"126118",17607,35471 +"126119",17607,44740 +"126120",17607,53179 +"126121",17607,55302 +"126122",17607,60085 +"126123",17607,68120 +"126124",17607,69075 +"126125",17607,70605 +"126126",17607,89308 +"126127",17607,90390 +"126128",17607,92194 +"126129",17608,24867 +"126130",17608,38926 +"126131",17608,55931 +"126132",17608,60822 +"126133",17608,77676 +"126134",17608,91218 +"126135",17608,91219 +"126136",17608,99929 +"126137",17611,38006 +"126138",17611,60010 +"126139",17612,23985 +"126140",17612,41096 +"126141",17612,75222 +"126142",17612,79068 +"126143",17612,84975 +"126144",17614,23434 +"126145",17614,38132 +"126146",17614,62655 +"126147",17614,110095 +"126148",17615,17651 +"126149",17615,52029 +"126150",17615,60683 +"126151",17615,63261 +"126152",17616,24644 +"126153",17616,36171 +"126154",17616,44747 +"126155",17616,45854 +"126156",17616,47260 +"126157",17616,55289 +"126158",17616,94104 +"126159",17616,102238 +"126160",17617,27955 +"126161",17617,29274 +"126162",17617,46630 +"126163",17618,21469 +"126164",17618,30949 +"126165",17618,47533 +"126166",17618,80096 +"126167",17618,80748 +"126168",17618,101608 +"126169",17618,102908 +"126170",17619,40495 +"126171",17619,59511 +"126172",17619,72723 +"126173",17620,27100 +"126174",17620,70586 +"126175",17620,93490 +"126176",17621,20594 +"126177",17622,48765 +"126178",17623,18804 +"126179",17623,65437 +"126180",17624,39465 +"126181",17624,71899 +"126182",17624,88952 +"126183",17625,26506 +"126184",17625,31069 +"126185",17625,55833 +"126186",17625,55849 +"126187",17626,21416 +"126188",17626,22247 +"126189",17626,26862 +"126190",17626,34786 +"126191",17626,46810 +"126192",17626,63400 +"126193",17626,84586 +"126194",17626,105795 +"126195",17626,111408 +"126196",17627,50103 +"126197",17627,66596 +"126198",17627,78973 +"126199",17627,84277 +"126200",17627,97036 +"126201",17627,105237 +"126202",17627,105254 +"126203",17628,32821 +"126204",17628,32937 +"126205",17628,32938 +"126206",17628,33284 +"126207",17628,94472 +"126208",17629,37396 +"126209",17629,58705 +"126210",17629,65682 +"126211",17629,81620 +"126212",17630,17722 +"126213",17630,27297 +"126214",17630,28612 +"126215",17630,30893 +"126216",17630,37376 +"126217",17630,51460 +"126218",17630,57710 +"126219",17630,60838 +"126220",17630,65774 +"126221",17630,86113 +"126222",17630,106144 +"126223",17630,123228 +"126224",17631,35972 +"126225",17631,52053 +"126226",17631,71571 +"126227",17631,81040 +"126228",17631,85664 +"126229",17631,95232 +"126230",17631,102508 +"126231",17631,103596 +"126232",17631,107500 +"126233",17631,114995 +"126234",17632,17938 +"126235",17632,20528 +"126236",17632,20830 +"126237",17632,27642 +"126238",17632,34411 +"126239",17632,34469 +"126240",17632,41537 +"126241",17632,41895 +"126242",17632,41900 +"126243",17632,41945 +"126244",17632,42028 +"126245",17632,42030 +"126246",17632,44688 +"126247",17632,46023 +"126248",17632,54484 +"126249",17632,58084 +"126250",17632,80173 +"126251",17632,80211 +"126252",17632,80979 +"126253",17632,80990 +"126254",17632,81490 +"126255",17633,35374 +"126256",17633,103123 +"126257",17634,82948 +"126258",17635,92179 +"126259",17636,26299 +"126260",17636,34637 +"126261",17636,38333 +"126262",17636,68789 +"126263",17637,21898 +"126264",17637,27885 +"126265",17637,28168 +"126266",17637,32752 +"126267",17637,35705 +"126268",17637,76178 +"126269",17637,94500 +"126270",17637,94773 +"126271",17638,18203 +"126272",17638,19610 +"126273",17638,59188 +"126274",17638,121502 +"126275",17640,37147 +"126276",17640,41569 +"126277",17640,49347 +"126278",17641,45227 +"126279",17641,49715 +"126280",17641,67813 +"126281",17641,69289 +"126282",17641,93149 +"126283",17641,93160 +"126284",17641,94156 +"126285",17641,94167 +"126286",17641,97416 +"126287",17642,18857 +"126288",17642,19590 +"126289",17642,19680 +"126290",17642,31117 +"126291",17643,87118 +"126292",17644,63846 +"126293",17644,80219 +"126294",17644,84488 +"126295",17645,20764 +"126296",17645,21906 +"126297",17645,25367 +"126298",17645,25413 +"126299",17645,43654 +"126300",17645,43679 +"126301",17645,44222 +"126302",17645,45161 +"126303",17645,46726 +"126304",17645,47167 +"126305",17645,48464 +"126306",17645,59915 +"126307",17645,62668 +"126308",17645,68423 +"126309",17645,69751 +"126310",17645,70473 +"126311",17645,70981 +"126312",17645,71825 +"126313",17645,71837 +"126314",17645,77625 +"126315",17645,79681 +"126316",17645,82452 +"126317",17645,88409 +"126318",17645,89943 +"126319",17645,90883 +"126320",17645,91383 +"126321",17645,92113 +"126322",17645,95425 +"126323",17645,98904 +"126324",17645,100552 +"126325",17645,102940 +"126326",17645,110059 +"126327",17645,118577 +"126328",17645,119085 +"126329",17645,119224 +"126330",17645,119439 +"126331",17645,120085 +"126332",17645,120232 +"126333",17645,121213 +"126334",17646,17677 +"126335",17646,19405 +"126336",17646,19794 +"126337",17646,23332 +"126338",17646,27672 +"126339",17646,27699 +"126340",17646,40653 +"126341",17646,57632 +"126342",17646,60227 +"126343",17646,66131 +"126344",17646,69126 +"126345",17646,79217 +"126346",17646,79407 +"126347",17646,80522 +"126348",17646,80528 +"126349",17646,80564 +"126350",17646,80842 +"126351",17646,114501 +"126352",17646,115740 +"126353",17647,49443 +"126354",17647,67183 +"126355",17648,17676 +"126356",17648,17695 +"126357",17648,33723 +"126358",17649,49521 +"126359",17649,71971 +"126360",17650,38381 +"126361",17650,43135 +"126362",17650,92794 +"126363",17650,103869 +"126364",17652,19321 +"126365",17652,55521 +"126366",17652,58183 +"126367",17652,122697 +"126368",17653,23034 +"126369",17653,31408 +"126370",17654,20009 +"126371",17654,51829 +"126372",17654,89093 +"126373",17654,95695 +"126374",17655,111441 +"126375",17655,114996 +"126376",17655,121446 +"126377",17656,20056 +"126378",17656,117758 +"126379",17657,17678 +"126380",17657,18871 +"126381",17657,18920 +"126382",17657,28945 +"126383",17657,37899 +"126384",17657,67588 +"126385",17657,68942 +"126386",17657,78961 +"126387",17657,80967 +"126388",17657,84801 +"126389",17657,103143 +"126390",17659,19654 +"126391",17659,35577 +"126392",17659,41094 +"126393",17659,43426 +"126394",17661,29411 +"126395",17661,30383 +"126396",17662,20229 +"126397",17662,24259 +"126398",17662,24365 +"126399",17662,25927 +"126400",17662,30564 +"126401",17662,33118 +"126402",17662,34582 +"126403",17662,36794 +"126404",17662,43803 +"126405",17662,54551 +"126406",17662,82919 +"126407",17663,18957 +"126408",17663,76815 +"126409",17663,76820 +"126410",17663,76821 +"126411",17663,76883 +"126412",17663,95498 +"126413",17663,97455 +"126414",17664,20349 +"126415",17664,22367 +"126416",17664,24745 +"126417",17664,35470 +"126418",17664,35664 +"126419",17664,38128 +"126420",17664,53200 +"126421",17664,53415 +"126422",17664,63812 +"126423",17664,68340 +"126424",17664,68428 +"126425",17664,78346 +"126426",17664,86503 +"126427",17664,89756 +"126428",17664,91698 +"126429",17664,94877 +"126430",17664,97142 +"126431",17664,101702 +"126432",17664,104576 +"126433",17664,115665 +"126434",17664,117061 +"126435",17666,18965 +"126436",17666,30073 +"126437",17666,31664 +"126438",17666,32944 +"126439",17666,40158 +"126440",17666,52940 +"126441",17666,53771 +"126442",17666,71816 +"126443",17666,81248 +"126444",17666,103089 +"126445",17666,105183 +"126446",17667,20691 +"126447",17667,99758 +"126448",17669,17671 +"126449",17669,28738 +"126450",17669,36055 +"126451",17670,17672 +"126452",17670,18303 +"126453",17670,19859 +"126454",17670,23955 +"126455",17670,29056 +"126456",17670,33315 +"126457",17670,36520 +"126458",17670,47479 +"126459",17670,56552 +"126460",17670,57630 +"126461",17670,77037 +"126462",17670,80354 +"126463",17670,84208 +"126464",17670,84843 +"126465",17670,90983 +"126466",17670,101502 +"126467",17670,103923 +"126468",17670,114332 +"126469",17670,119890 +"126470",17670,121924 +"126471",17670,122965 +"126472",17671,73177 +"126473",17672,18680 +"126474",17672,20177 +"126475",17672,23467 +"126476",17672,23561 +"126477",17672,23666 +"126478",17672,23955 +"126479",17672,29056 +"126480",17672,33466 +"126481",17672,34142 +"126482",17672,36520 +"126483",17672,39721 +"126484",17672,47725 +"126485",17672,59212 +"126486",17672,61351 +"126487",17672,62446 +"126488",17672,69397 +"126489",17672,98520 +"126490",17672,101502 +"126491",17673,18740 +"126492",17673,19154 +"126493",17673,21864 +"126494",17673,23420 +"126495",17673,23618 +"126496",17673,23723 +"126497",17673,31041 +"126498",17673,33648 +"126499",17673,35587 +"126500",17673,35594 +"126501",17673,38307 +"126502",17673,43455 +"126503",17673,43460 +"126504",17673,48470 +"126505",17673,52892 +"126506",17673,57377 +"126507",17673,59800 +"126508",17673,63895 +"126509",17673,63935 +"126510",17673,63947 +"126511",17673,63962 +"126512",17673,66012 +"126513",17673,66068 +"126514",17674,19733 +"126515",17675,27131 +"126516",17675,27328 +"126517",17675,54571 +"126518",17676,17695 +"126519",17676,19366 +"126520",17676,26527 +"126521",17676,26597 +"126522",17676,27458 +"126523",17676,33723 +"126524",17676,44105 +"126525",17676,88480 +"126526",17676,94574 +"126527",17678,45022 +"126528",17678,45827 +"126529",17678,82512 +"126530",17679,27978 +"126531",17679,28313 +"126532",17679,65401 +"126533",17679,69861 +"126534",17679,113531 +"126535",17680,46025 +"126536",17680,46444 +"126537",17680,64263 +"126538",17680,69138 +"126539",17680,103727 +"126540",17682,48489 +"126541",17682,49353 +"126542",17682,76434 +"126543",17682,78000 +"126544",17684,53478 +"126545",17684,102336 +"126546",17685,17712 +"126547",17685,18163 +"126548",17685,18782 +"126549",17685,35825 +"126550",17685,45662 +"126551",17685,47501 +"126552",17685,51979 +"126553",17685,56913 +"126554",17685,57181 +"126555",17685,87200 +"126556",17687,26869 +"126557",17687,27467 +"126558",17687,39443 +"126559",17687,42948 +"126560",17687,60536 +"126561",17687,67137 +"126562",17687,76694 +"126563",17687,81737 +"126564",17687,94335 +"126565",17687,106499 +"126566",17687,106511 +"126567",17687,119596 +"126568",17688,20776 +"126569",17688,56571 +"126570",17688,96158 +"126571",17688,110789 +"126572",17688,110806 +"126573",17689,34503 +"126574",17689,81958 +"126575",17689,91201 +"126576",17690,56321 +"126577",17690,105336 +"126578",17691,19421 +"126579",17691,20182 +"126580",17691,20688 +"126581",17691,21683 +"126582",17691,30618 +"126583",17691,41187 +"126584",17691,59727 +"126585",17691,70625 +"126586",17691,71257 +"126587",17691,95412 +"126588",17691,106073 +"126589",17692,37827 +"126590",17692,45777 +"126591",17693,19031 +"126592",17693,38736 +"126593",17693,64303 +"126594",17694,18291 +"126595",17694,29266 +"126596",17694,41804 +"126597",17695,22345 +"126598",17695,22444 +"126599",17695,33723 +"126600",17695,41605 +"126601",17695,68818 +"126602",17695,83773 +"126603",17695,92583 +"126604",17696,39748 +"126605",17697,73375 +"126606",17698,24568 +"126607",17698,28191 +"126608",17698,28308 +"126609",17698,29308 +"126610",17698,35826 +"126611",17698,52735 +"126612",17698,57738 +"126613",17698,70521 +"126614",17698,73305 +"126615",17699,54761 +"126616",17699,108925 +"126617",17700,20395 +"126618",17700,20982 +"126619",17700,23539 +"126620",17700,23782 +"126621",17700,24379 +"126622",17700,24662 +"126623",17700,30514 +"126624",17700,30635 +"126625",17700,30637 +"126626",17700,31321 +"126627",17700,33012 +"126628",17700,36994 +"126629",17700,39198 +"126630",17700,40572 +"126631",17700,43843 +"126632",17700,43844 +"126633",17700,47113 +"126634",17700,48574 +"126635",17700,49064 +"126636",17700,65402 +"126637",17700,80624 +"126638",17700,83924 +"126639",17700,88537 +"126640",17700,109919 +"126641",17700,115717 +"126642",17701,17827 +"126643",17701,18021 +"126644",17701,50502 +"126645",17701,67692 +"126646",17701,67746 +"126647",17701,67751 +"126648",17701,67766 +"126649",17701,67768 +"126650",17701,67769 +"126651",17701,67773 +"126652",17702,35931 +"126653",17703,17704 +"126654",17703,17739 +"126655",17703,63863 +"126656",17704,17739 +"126657",17704,51735 +"126658",17704,79735 +"126659",17705,47954 +"126660",17705,74586 +"126661",17705,79086 +"126662",17705,112177 +"126663",17705,123201 +"126664",17706,17779 +"126665",17706,17781 +"126666",17706,19798 +"126667",17706,21305 +"126668",17706,21707 +"126669",17706,22597 +"126670",17706,22668 +"126671",17706,22669 +"126672",17706,22683 +"126673",17706,22684 +"126674",17706,22773 +"126675",17706,25505 +"126676",17706,38479 +"126677",17706,45757 +"126678",17706,58873 +"126679",17706,69012 +"126680",17706,72508 +"126681",17706,73773 +"126682",17706,74844 +"126683",17706,77560 +"126684",17706,80477 +"126685",17706,83636 +"126686",17706,84247 +"126687",17706,88306 +"126688",17706,88323 +"126689",17706,100110 +"126690",17706,115886 +"126691",17706,120869 +"126692",17706,120872 +"126693",17707,36077 +"126694",17707,68220 +"126695",17708,33390 +"126696",17708,48888 +"126697",17708,113495 +"126698",17709,20664 +"126699",17709,42733 +"126700",17709,42911 +"126701",17709,49111 +"126702",17710,92344 +"126703",17711,38068 +"126704",17711,85804 +"126705",17711,86474 +"126706",17712,34280 +"126707",17713,80357 +"126708",17714,30520 +"126709",17715,120144 +"126710",17716,20952 +"126711",17716,21538 +"126712",17716,21631 +"126713",17716,26064 +"126714",17716,31243 +"126715",17716,39605 +"126716",17716,42721 +"126717",17716,42747 +"126718",17716,49033 +"126719",17716,49215 +"126720",17716,60867 +"126721",17716,75790 +"126722",17716,114655 +"126723",17717,17732 +"126724",17717,17791 +"126725",17717,17833 +"126726",17717,17900 +"126727",17717,17939 +"126728",17717,35879 +"126729",17718,17944 +"126730",17718,20410 +"126731",17718,21461 +"126732",17718,22201 +"126733",17718,24349 +"126734",17718,28875 +"126735",17718,29983 +"126736",17718,30196 +"126737",17718,30236 +"126738",17718,31371 +"126739",17718,33907 +"126740",17718,34906 +"126741",17718,38678 +"126742",17718,38679 +"126743",17718,38680 +"126744",17718,38732 +"126745",17718,38747 +"126746",17718,38759 +"126747",17718,38794 +"126748",17718,39195 +"126749",17718,39322 +"126750",17719,19522 +"126751",17720,20804 +"126752",17720,22997 +"126753",17720,59805 +"126754",17720,64475 +"126755",17720,75901 +"126756",17720,105930 +"126757",17721,17938 +"126758",17721,108496 +"126759",17722,121310 +"126760",17722,121367 +"126761",17723,48598 +"126762",17723,113884 +"126763",17724,23471 +"126764",17724,26765 +"126765",17724,26779 +"126766",17724,39632 +"126767",17724,41478 +"126768",17724,41536 +"126769",17724,58191 +"126770",17724,91679 +"126771",17725,17873 +"126772",17725,17943 +"126773",17725,17944 +"126774",17725,23527 +"126775",17725,28788 +"126776",17725,30236 +"126777",17725,36079 +"126778",17725,38692 +"126779",17725,68590 +"126780",17725,69368 +"126781",17725,75001 +"126782",17725,78195 +"126783",17725,89440 +"126784",17725,92472 +"126785",17725,92498 +"126786",17725,92520 +"126787",17726,33949 +"126788",17726,40191 +"126789",17726,58533 +"126790",17727,18427 +"126791",17727,22746 +"126792",17727,23640 +"126793",17727,23728 +"126794",17727,23730 +"126795",17727,23910 +"126796",17727,30191 +"126797",17727,32234 +"126798",17727,40776 +"126799",17727,48084 +"126800",17727,54712 +"126801",17727,64778 +"126802",17727,65246 +"126803",17727,83735 +"126804",17727,98794 +"126805",17727,104175 +"126806",17727,113333 +"126807",17727,122057 +"126808",17728,44020 +"126809",17729,20319 +"126810",17729,20337 +"126811",17729,23216 +"126812",17729,25353 +"126813",17729,25816 +"126814",17729,28468 +"126815",17729,32970 +"126816",17729,33128 +"126817",17729,33140 +"126818",17729,41171 +"126819",17729,41453 +"126820",17729,41562 +"126821",17729,46577 +"126822",17729,46923 +"126823",17729,57129 +"126824",17729,72419 +"126825",17729,82077 +"126826",17730,18302 +"126827",17730,18925 +"126828",17730,23845 +"126829",17730,32482 +"126830",17730,33858 +"126831",17730,34076 +"126832",17730,35416 +"126833",17730,35504 +"126834",17730,35522 +"126835",17730,35534 +"126836",17731,69718 +"126837",17732,17791 +"126838",17732,17833 +"126839",17732,17900 +"126840",17732,17939 +"126841",17732,35879 +"126842",17733,18940 +"126843",17733,19048 +"126844",17733,26054 +"126845",17733,29590 +"126846",17733,37218 +"126847",17733,41765 +"126848",17733,41768 +"126849",17733,41869 +"126850",17733,46729 +"126851",17733,46807 +"126852",17733,46808 +"126853",17733,46929 +"126854",17733,46945 +"126855",17733,87396 +"126856",17733,90858 +"126857",17733,91557 +"126858",17733,104859 +"126859",17733,104864 +"126860",17733,104865 +"126861",17733,104882 +"126862",17733,117888 +"126863",17734,26889 +"126864",17734,29450 +"126865",17734,32385 +"126866",17734,34509 +"126867",17734,52172 +"126868",17734,94913 +"126869",17734,102544 +"126870",17734,102868 +"126871",17734,103572 +"126872",17734,103624 +"126873",17735,27343 +"126874",17736,18439 +"126875",17736,18726 +"126876",17736,18893 +"126877",17737,56794 +"126878",17738,18006 +"126879",17738,18022 +"126880",17738,18167 +"126881",17738,35628 +"126882",17738,48783 +"126883",17738,50864 +"126884",17738,64300 +"126885",17738,74254 +"126886",17738,74374 +"126887",17738,74376 +"126888",17738,75234 +"126889",17738,75246 +"126890",17738,103029 +"126891",17739,37358 +"126892",17739,51735 +"126893",17739,79735 +"126894",17739,83934 +"126895",17739,89428 +"126896",17739,116039 +"126897",17740,20311 +"126898",17740,23534 +"126899",17740,29486 +"126900",17740,30648 +"126901",17740,33956 +"126902",17740,36004 +"126903",17740,50118 +"126904",17740,75475 +"126905",17741,17776 +"126906",17742,26895 +"126907",17742,45861 +"126908",17743,22312 +"126909",17743,37645 +"126910",17743,48754 +"126911",17743,53920 +"126912",17743,56492 +"126913",17743,88842 +"126914",17743,111205 +"126915",17743,116174 +"126916",17744,50839 +"126917",17744,59198 +"126918",17744,83092 +"126919",17746,50524 +"126920",17747,21833 +"126921",17747,23249 +"126922",17747,23309 +"126923",17747,24610 +"126924",17747,31314 +"126925",17747,66266 +"126926",17748,18310 +"126927",17748,18577 +"126928",17748,72715 +"126929",17749,30522 +"126930",17749,89238 +"126931",17749,89474 +"126932",17750,36185 +"126933",17750,103146 +"126934",17751,23117 +"126935",17751,36991 +"126936",17751,54710 +"126937",17752,105870 +"126938",17752,107260 +"126939",17753,70078 +"126940",17753,76130 +"126941",17753,76641 +"126942",17754,18171 +"126943",17754,27648 +"126944",17754,30182 +"126945",17754,86647 +"126946",17754,89956 +"126947",17754,92410 +"126948",17755,17901 +"126949",17755,20444 +"126950",17755,23976 +"126951",17755,25569 +"126952",17755,31057 +"126953",17755,31118 +"126954",17755,32773 +"126955",17755,39681 +"126956",17755,41163 +"126957",17755,41929 +"126958",17755,48194 +"126959",17755,49237 +"126960",17755,57837 +"126961",17755,86537 +"126962",17756,18363 +"126963",17756,19022 +"126964",17756,19023 +"126965",17756,19072 +"126966",17756,19113 +"126967",17756,43656 +"126968",17756,52540 +"126969",17756,67386 +"126970",17756,92460 +"126971",17757,88846 +"126972",17757,95537 +"126973",17758,17839 +"126974",17758,18294 +"126975",17758,33659 +"126976",17759,23004 +"126977",17759,29891 +"126978",17759,54494 +"126979",17759,58614 +"126980",17759,98105 +"126981",17759,102243 +"126982",17759,112263 +"126983",17759,112267 +"126984",17759,112456 +"126985",17759,112472 +"126986",17760,33029 +"126987",17760,43267 +"126988",17760,119231 +"126989",17761,17763 +"126990",17761,17775 +"126991",17761,89787 +"126992",17761,90221 +"126993",17762,18699 +"126994",17762,30857 +"126995",17763,17775 +"126996",17764,18539 +"126997",17764,64070 +"126998",17764,64254 +"126999",17764,71133 +"127000",17765,44085 +"127001",17765,46405 +"127002",17765,82448 +"127003",17765,116062 +"127004",17765,116063 +"127005",17766,23136 +"127006",17766,37776 +"127007",17766,70066 +"127008",17766,117785 +"127009",17766,119070 +"127010",17767,19763 +"127011",17767,28557 +"127012",17767,47258 +"127013",17767,51876 +"127014",17767,52157 +"127015",17767,97891 +"127016",17767,115387 +"127017",17767,115922 +"127018",17768,18656 +"127019",17768,28316 +"127020",17768,29191 +"127021",17768,36880 +"127022",17768,39750 +"127023",17768,49125 +"127024",17768,69830 +"127025",17768,82340 +"127026",17768,91823 +"127027",17770,23787 +"127028",17770,25767 +"127029",17770,42682 +"127030",17770,50604 +"127031",17770,57186 +"127032",17770,57270 +"127033",17770,58645 +"127034",17770,60928 +"127035",17770,65137 +"127036",17770,66369 +"127037",17770,75825 +"127038",17770,77239 +"127039",17770,80041 +"127040",17770,86778 +"127041",17770,94412 +"127042",17770,99575 +"127043",17770,101067 +"127044",17770,107050 +"127045",17772,17973 +"127046",17772,23290 +"127047",17773,17835 +"127048",17773,19267 +"127049",17773,25742 +"127050",17773,36698 +"127051",17773,38627 +"127052",17773,52506 +"127053",17773,64799 +"127054",17774,27880 +"127055",17774,35806 +"127056",17774,47904 +"127057",17774,105316 +"127058",17775,22392 +"127059",17776,20138 +"127060",17776,26954 +"127061",17776,30433 +"127062",17776,38606 +"127063",17776,81907 +"127064",17776,91949 +"127065",17777,25288 +"127066",17777,27449 +"127067",17777,44224 +"127068",17777,50677 +"127069",17777,86816 +"127070",17777,110726 +"127071",17777,114893 +"127072",17778,17910 +"127073",17780,17782 +"127074",17780,18511 +"127075",17780,77127 +"127076",17780,86156 +"127077",17781,19798 +"127078",17781,21305 +"127079",17781,21707 +"127080",17781,22597 +"127081",17781,22668 +"127082",17781,22669 +"127083",17781,22683 +"127084",17781,22684 +"127085",17781,74844 +"127086",17782,18511 +"127087",17782,32711 +"127088",17782,40262 +"127089",17782,87620 +"127090",17783,17844 +"127091",17783,17845 +"127092",17783,17911 +"127093",17783,18388 +"127094",17783,18389 +"127095",17783,18405 +"127096",17783,49886 +"127097",17783,68767 +"127098",17784,25437 +"127099",17784,31878 +"127100",17784,74870 +"127101",17784,111036 +"127102",17785,17830 +"127103",17785,19354 +"127104",17785,21598 +"127105",17785,30744 +"127106",17785,69500 +"127107",17785,81500 +"127108",17785,107552 +"127109",17785,120505 +"127110",17785,120513 +"127111",17786,41953 +"127112",17786,62644 +"127113",17786,63065 +"127114",17786,91068 +"127115",17786,99474 +"127116",17786,114190 +"127117",17787,19184 +"127118",17788,18825 +"127119",17788,26312 +"127120",17788,45682 +"127121",17788,53265 +"127122",17788,106265 +"127123",17788,108666 +"127124",17788,109083 +"127125",17789,17908 +"127126",17789,24859 +"127127",17789,40280 +"127128",17789,41313 +"127129",17789,56630 +"127130",17789,111679 +"127131",17790,19727 +"127132",17790,21376 +"127133",17790,24639 +"127134",17790,25610 +"127135",17790,29539 +"127136",17790,33777 +"127137",17790,41028 +"127138",17791,17833 +"127139",17791,17900 +"127140",17791,17939 +"127141",17791,35879 +"127142",17791,50607 +"127143",17791,54250 +"127144",17791,77439 +"127145",17792,32864 +"127146",17792,33019 +"127147",17792,42595 +"127148",17792,48973 +"127149",17792,52326 +"127150",17792,52358 +"127151",17792,54947 +"127152",17792,61434 +"127153",17793,35760 +"127154",17793,39946 +"127155",17793,96212 +"127156",17793,97830 +"127157",17794,40699 +"127158",17794,61175 +"127159",17794,75876 +"127160",17794,101022 +"127161",17795,101221 +"127162",17795,101621 +"127163",17795,110423 +"127164",17796,18984 +"127165",17796,19097 +"127166",17796,19098 +"127167",17796,19145 +"127168",17796,39776 +"127169",17797,28048 +"127170",17798,63090 +"127171",17798,109626 +"127172",17799,27279 +"127173",17799,54697 +"127174",17799,78308 +"127175",17800,98539 +"127176",17800,111830 +"127177",17800,121758 +"127178",17800,121764 +"127179",17802,18005 +"127180",17802,21957 +"127181",17802,30974 +"127182",17802,46424 +"127183",17805,17936 +"127184",17805,17970 +"127185",17805,20848 +"127186",17805,21548 +"127187",17805,26951 +"127188",17805,29527 +"127189",17805,29557 +"127190",17805,33385 +"127191",17805,36040 +"127192",17805,44464 +"127193",17805,52767 +"127194",17805,68091 +"127195",17805,82226 +"127196",17805,104910 +"127197",17806,17895 +"127198",17806,23480 +"127199",17806,31062 +"127200",17806,42909 +"127201",17806,43231 +"127202",17806,49189 +"127203",17806,81455 +"127204",17807,27322 +"127205",17807,58938 +"127206",17807,59110 +"127207",17807,65796 +"127208",17809,37066 +"127209",17809,37067 +"127210",17809,37172 +"127211",17809,37910 +"127212",17809,37928 +"127213",17809,37929 +"127214",17809,37946 +"127215",17809,37978 +"127216",17809,37995 +"127217",17809,38015 +"127218",17809,38029 +"127219",17809,38033 +"127220",17809,38058 +"127221",17809,38060 +"127222",17809,46880 +"127223",17810,17811 +"127224",17810,17978 +"127225",17810,19584 +"127226",17810,27989 +"127227",17810,28765 +"127228",17810,30057 +"127229",17810,31074 +"127230",17810,33522 +"127231",17810,39680 +"127232",17810,40269 +"127233",17810,43138 +"127234",17810,43843 +"127235",17810,61371 +"127236",17810,64156 +"127237",17810,68250 +"127238",17810,68853 +"127239",17810,69545 +"127240",17810,99435 +"127241",17810,105689 +"127242",17810,106240 +"127243",17810,109919 +"127244",17810,118365 +"127245",17811,18345 +"127246",17811,27136 +"127247",17811,30057 +"127248",17811,35406 +"127249",17811,62659 +"127250",17811,68687 +"127251",17811,68853 +"127252",17811,80391 +"127253",17812,40100 +"127254",17812,58327 +"127255",17812,61532 +"127256",17813,33002 +"127257",17814,25008 +"127258",17814,32109 +"127259",17815,75532 +"127260",17816,73082 +"127261",17816,82705 +"127262",17816,85593 +"127263",17817,25702 +"127264",17817,57369 +"127265",17818,39294 +"127266",17818,45684 +"127267",17818,46173 +"127268",17818,55536 +"127269",17818,77541 +"127270",17818,79171 +"127271",17818,94480 +"127272",17819,21518 +"127273",17819,24106 +"127274",17819,27598 +"127275",17819,33383 +"127276",17819,36192 +"127277",17819,36218 +"127278",17819,57930 +"127279",17819,84373 +"127280",17819,94653 +"127281",17819,106407 +"127282",17820,76248 +"127283",17821,23727 +"127284",17821,23729 +"127285",17821,23833 +"127286",17821,23883 +"127287",17821,23962 +"127288",17821,23970 +"127289",17821,78853 +"127290",17821,91093 +"127291",17823,17948 +"127292",17823,18323 +"127293",17823,44127 +"127294",17823,107567 +"127295",17823,112597 +"127296",17824,18179 +"127297",17824,20599 +"127298",17824,23517 +"127299",17824,23761 +"127300",17824,23963 +"127301",17824,26559 +"127302",17824,26756 +"127303",17824,26993 +"127304",17824,39207 +"127305",17824,41888 +"127306",17824,49276 +"127307",17824,60966 +"127308",17824,65911 +"127309",17824,85534 +"127310",17824,85599 +"127311",17824,85612 +"127312",17824,90263 +"127313",17824,91115 +"127314",17825,17902 +"127315",17825,27929 +"127316",17825,40643 +"127317",17825,67440 +"127318",17825,74078 +"127319",17825,95038 +"127320",17826,23779 +"127321",17826,39498 +"127322",17826,71005 +"127323",17827,18021 +"127324",17828,24766 +"127325",17828,24940 +"127326",17828,26387 +"127327",17828,26882 +"127328",17828,28784 +"127329",17828,32672 +"127330",17828,32988 +"127331",17828,37845 +"127332",17828,40245 +"127333",17828,45959 +"127334",17828,47438 +"127335",17828,55833 +"127336",17828,65155 +"127337",17828,70927 +"127338",17828,71033 +"127339",17828,73409 +"127340",17828,75568 +"127341",17828,76511 +"127342",17828,80625 +"127343",17828,90968 +"127344",17828,104590 +"127345",17828,108463 +"127346",17828,116534 +"127347",17828,116545 +"127348",17829,23381 +"127349",17829,75526 +"127350",17829,83307 +"127351",17829,83752 +"127352",17829,100454 +"127353",17830,17902 +"127354",17830,18345 +"127355",17830,20951 +"127356",17830,21485 +"127357",17830,24268 +"127358",17830,25651 +"127359",17830,27545 +"127360",17830,29403 +"127361",17830,32936 +"127362",17830,36449 +"127363",17830,37905 +"127364",17830,37977 +"127365",17830,51667 +"127366",17830,61192 +"127367",17830,77432 +"127368",17830,79235 +"127369",17830,80409 +"127370",17830,87151 +"127371",17830,106453 +"127372",17830,108669 +"127373",17830,110480 +"127374",17830,116908 +"127375",17831,22530 +"127376",17831,63250 +"127377",17831,77223 +"127378",17831,89585 +"127379",17831,89587 +"127380",17831,89605 +"127381",17831,109721 +"127382",17832,19868 +"127383",17832,51654 +"127384",17833,17900 +"127385",17833,17939 +"127386",17833,35879 +"127387",17834,17955 +"127388",17834,19346 +"127389",17834,44518 +"127390",17834,53264 +"127391",17834,75783 +"127392",17835,25742 +"127393",17836,18737 +"127394",17836,18922 +"127395",17836,18966 +"127396",17836,91592 +"127397",17836,94932 +"127398",17836,123152 +"127399",17838,17877 +"127400",17838,17933 +"127401",17838,19734 +"127402",17838,19865 +"127403",17838,19934 +"127404",17838,24396 +"127405",17838,24846 +"127406",17838,27040 +"127407",17838,30891 +"127408",17838,31605 +"127409",17838,33413 +"127410",17838,37544 +"127411",17838,37752 +"127412",17838,40840 +"127413",17838,48025 +"127414",17838,48348 +"127415",17838,51108 +"127416",17838,53769 +"127417",17838,57641 +"127418",17838,59039 +"127419",17838,59478 +"127420",17838,65188 +"127421",17838,81572 +"127422",17838,83916 +"127423",17838,107515 +"127424",17839,46752 +"127425",17839,47472 +"127426",17840,18444 +"127427",17840,21018 +"127428",17840,27952 +"127429",17840,31831 +"127430",17840,41662 +"127431",17840,46030 +"127432",17840,46358 +"127433",17840,46392 +"127434",17841,20648 +"127435",17841,55091 +"127436",17841,111930 +"127437",17842,58107 +"127438",17842,98035 +"127439",17843,21398 +"127440",17843,21474 +"127441",17843,26157 +"127442",17843,100768 +"127443",17844,17845 +"127444",17844,17911 +"127445",17844,18388 +"127446",17844,18389 +"127447",17844,18405 +"127448",17844,68767 +"127449",17844,72976 +"127450",17844,73028 +"127451",17845,17911 +"127452",17845,18388 +"127453",17845,18389 +"127454",17845,18405 +"127455",17845,68767 +"127456",17847,18352 +"127457",17847,18423 +"127458",17847,20371 +"127459",17847,20398 +"127460",17847,20455 +"127461",17847,29821 +"127462",17847,32259 +"127463",17847,32412 +"127464",17847,32430 +"127465",17847,32431 +"127466",17847,49805 +"127467",17847,77519 +"127468",17847,80653 +"127469",17847,80705 +"127470",17847,83034 +"127471",17847,107423 +"127472",17848,17893 +"127473",17848,17894 +"127474",17848,69830 +"127475",17848,120287 +"127476",17849,55558 +"127477",17849,71982 +"127478",17850,37135 +"127479",17850,74289 +"127480",17850,79610 +"127481",17851,94351 +"127482",17851,95313 +"127483",17852,22331 +"127484",17852,24112 +"127485",17852,32600 +"127486",17852,51426 +"127487",17852,53642 +"127488",17852,66891 +"127489",17852,67662 +"127490",17852,68543 +"127491",17852,68549 +"127492",17852,83980 +"127493",17852,107190 +"127494",17852,107233 +"127495",17853,32761 +"127496",17853,35269 +"127497",17853,42400 +"127498",17853,46114 +"127499",17853,65570 +"127500",17853,81057 +"127501",17853,88624 +"127502",17854,25785 +"127503",17854,73517 +"127504",17854,85050 +"127505",17854,92210 +"127506",17855,80763 +"127507",17856,40688 +"127508",17856,40689 +"127509",17857,19068 +"127510",17857,19082 +"127511",17857,21918 +"127512",17857,25013 +"127513",17857,25150 +"127514",17857,25639 +"127515",17857,35156 +"127516",17857,36954 +"127517",17857,37307 +"127518",17857,41455 +"127519",17857,43149 +"127520",17857,44687 +"127521",17857,46674 +"127522",17857,50207 +"127523",17857,50488 +"127524",17857,52112 +"127525",17857,53415 +"127526",17857,56357 +"127527",17857,57636 +"127528",17857,58482 +"127529",17857,59798 +"127530",17857,70907 +"127531",17857,71683 +"127532",17857,77125 +"127533",17857,78398 +"127534",17857,82426 +"127535",17857,84343 +"127536",17857,85000 +"127537",17857,85101 +"127538",17857,91682 +"127539",17857,95267 +"127540",17857,97580 +"127541",17857,98727 +"127542",17857,98776 +"127543",17857,100795 +"127544",17857,106401 +"127545",17857,106824 +"127546",17857,108879 +"127547",17857,108934 +"127548",17857,109166 +"127549",17857,109858 +"127550",17857,109878 +"127551",17857,112962 +"127552",17857,113990 +"127553",17857,115413 +"127554",17857,116123 +"127555",17857,117258 +"127556",17857,117560 +"127557",17857,118128 +"127558",17857,118836 +"127559",17857,118866 +"127560",17857,118873 +"127561",17857,119131 +"127562",17857,119513 +"127563",17857,119716 +"127564",17857,119769 +"127565",17857,120123 +"127566",17857,120169 +"127567",17857,120725 +"127568",17857,120944 +"127569",17857,121609 +"127570",17857,122007 +"127571",17857,122032 +"127572",17857,122035 +"127573",17857,122724 +"127574",17857,123070 +"127575",17857,123394 +"127576",17857,123490 +"127577",17858,19089 +"127578",17858,21252 +"127579",17858,21269 +"127580",17858,25757 +"127581",17858,33536 +"127582",17858,33538 +"127583",17858,39874 +"127584",17858,49510 +"127585",17858,49511 +"127586",17858,49536 +"127587",17858,57082 +"127588",17858,66693 +"127589",17858,87947 +"127590",17858,118010 +"127591",17858,119651 +"127592",17859,19132 +"127593",17859,43601 +"127594",17859,52177 +"127595",17859,64850 +"127596",17859,64881 +"127597",17859,64911 +"127598",17859,64924 +"127599",17860,86871 +"127600",17861,24859 +"127601",17861,33188 +"127602",17861,50204 +"127603",17861,63012 +"127604",17861,88408 +"127605",17861,90187 +"127606",17862,55495 +"127607",17863,48223 +"127608",17864,19654 +"127609",17864,24463 +"127610",17864,28891 +"127611",17864,35953 +"127612",17864,50411 +"127613",17864,63626 +"127614",17864,70354 +"127615",17864,81281 +"127616",17864,92842 +"127617",17864,97114 +"127618",17864,97121 +"127619",17864,97126 +"127620",17864,97127 +"127621",17864,97131 +"127622",17864,103114 +"127623",17864,103130 +"127624",17864,103145 +"127625",17864,107119 +"127626",17865,22514 +"127627",17865,22516 +"127628",17865,88124 +"127629",17865,104708 +"127630",17866,91875 +"127631",17867,18740 +"127632",17867,18756 +"127633",17867,18912 +"127634",17867,19062 +"127635",17867,19117 +"127636",17867,20606 +"127637",17867,26238 +"127638",17867,28084 +"127639",17867,42508 +"127640",17867,42652 +"127641",17867,42724 +"127642",17868,28395 +"127643",17868,44865 +"127644",17868,68243 +"127645",17868,87117 +"127646",17870,22911 +"127647",17870,47512 +"127648",17870,66712 +"127649",17871,32126 +"127650",17871,39361 +"127651",17871,39362 +"127652",17871,54381 +"127653",17872,23953 +"127654",17872,40396 +"127655",17873,17943 +"127656",17873,17944 +"127657",17873,70524 +"127658",17873,88210 +"127659",17875,29244 +"127660",17875,40939 +"127661",17875,51287 +"127662",17875,56200 +"127663",17875,83004 +"127664",17875,89666 +"127665",17876,82476 +"127666",17877,19801 +"127667",17877,24396 +"127668",17877,28718 +"127669",17877,29163 +"127670",17877,30127 +"127671",17877,35372 +"127672",17877,37297 +"127673",17877,46463 +"127674",17877,48348 +"127675",17877,49326 +"127676",17877,55541 +"127677",17877,59916 +"127678",17877,60002 +"127679",17877,62019 +"127680",17877,62553 +"127681",17877,72704 +"127682",17877,76288 +"127683",17877,94126 +"127684",17877,112359 +"127685",17878,26702 +"127686",17878,77815 +"127687",17878,77862 +"127688",17879,23813 +"127689",17879,24408 +"127690",17879,24437 +"127691",17879,24970 +"127692",17879,35339 +"127693",17879,39013 +"127694",17879,79313 +"127695",17879,87675 +"127696",17879,89989 +"127697",17879,92228 +"127698",17879,102128 +"127699",17880,24584 +"127700",17880,99234 +"127701",17880,121617 +"127702",17881,17892 +"127703",17881,73949 +"127704",17881,74017 +"127705",17882,32810 +"127706",17882,39984 +"127707",17882,46253 +"127708",17882,52646 +"127709",17882,55229 +"127710",17882,58197 +"127711",17882,59991 +"127712",17882,63113 +"127713",17882,69310 +"127714",17882,70743 +"127715",17882,70898 +"127716",17882,70939 +"127717",17882,70951 +"127718",17882,71025 +"127719",17882,73394 +"127720",17882,77507 +"127721",17882,90464 +"127722",17883,21144 +"127723",17883,35301 +"127724",17883,44151 +"127725",17883,53450 +"127726",17883,113772 +"127727",17884,89696 +"127728",17885,35386 +"127729",17886,29524 +"127730",17886,58322 +"127731",17886,61376 +"127732",17886,73878 +"127733",17887,22955 +"127734",17887,80501 +"127735",17888,18237 +"127736",17888,108344 +"127737",17889,17947 +"127738",17891,31729 +"127739",17891,66788 +"127740",17891,110324 +"127741",17892,20672 +"127742",17892,32726 +"127743",17892,47238 +"127744",17892,72403 +"127745",17892,75055 +"127746",17892,75327 +"127747",17892,75448 +"127748",17893,17894 +"127749",17895,34749 +"127750",17895,52457 +"127751",17895,56946 +"127752",17895,75161 +"127753",17895,76841 +"127754",17895,79942 +"127755",17895,81455 +"127756",17895,93948 +"127757",17895,97635 +"127758",17895,99884 +"127759",17896,18567 +"127760",17896,30807 +"127761",17896,35902 +"127762",17896,45739 +"127763",17896,68377 +"127764",17897,46023 +"127765",17897,55084 +"127766",17897,72161 +"127767",17897,93037 +"127768",17898,34450 +"127769",17898,41839 +"127770",17898,42224 +"127771",17898,47214 +"127772",17898,51905 +"127773",17899,18133 +"127774",17899,21097 +"127775",17899,98232 +"127776",17900,17939 +"127777",17900,35879 +"127778",17901,19537 +"127779",17901,19634 +"127780",17901,20423 +"127781",17901,22287 +"127782",17901,23976 +"127783",17901,31057 +"127784",17901,41163 +"127785",17901,45020 +"127786",17901,77147 +"127787",17901,86537 +"127788",17902,20951 +"127789",17902,25651 +"127790",17902,52319 +"127791",17902,87327 +"127792",17902,92859 +"127793",17903,18643 +"127794",17903,21336 +"127795",17903,29558 +"127796",17903,110026 +"127797",17904,18113 +"127798",17904,19087 +"127799",17904,22335 +"127800",17904,26182 +"127801",17904,32568 +"127802",17904,33539 +"127803",17904,36912 +"127804",17904,40396 +"127805",17904,45873 +"127806",17904,59103 +"127807",17904,61225 +"127808",17904,75815 +"127809",17904,76601 +"127810",17906,34046 +"127811",17906,53612 +"127812",17906,56908 +"127813",17906,68939 +"127814",17906,73730 +"127815",17907,29075 +"127816",17907,37588 +"127817",17907,55294 +"127818",17907,57854 +"127819",17907,80445 +"127820",17907,90758 +"127821",17908,27725 +"127822",17908,76930 +"127823",17909,39650 +"127824",17909,41391 +"127825",17909,117353 +"127826",17910,90050 +"127827",17911,18388 +"127828",17911,18389 +"127829",17911,18405 +"127830",17911,47003 +"127831",17911,68767 +"127832",17911,103555 +"127833",17912,49437 +"127834",17912,73226 +"127835",17913,21080 +"127836",17913,21803 +"127837",17914,28452 +"127838",17914,28927 +"127839",17914,29863 +"127840",17914,33935 +"127841",17914,39102 +"127842",17914,43907 +"127843",17914,45111 +"127844",17914,56312 +"127845",17914,73617 +"127846",17914,80451 +"127847",17914,86559 +"127848",17914,98911 +"127849",17914,121424 +"127850",17915,50915 +"127851",17915,68669 +"127852",17916,93506 +"127853",17917,19216 +"127854",17917,32411 +"127855",17917,41845 +"127856",17917,42766 +"127857",17917,57819 +"127858",17917,78589 +"127859",17918,39375 +"127860",17918,77097 +"127861",17919,17920 +"127862",17919,27368 +"127863",17919,78579 +"127864",17921,18214 +"127865",17921,30141 +"127866",17921,34355 +"127867",17921,49415 +"127868",17921,54416 +"127869",17921,65841 +"127870",17921,69517 +"127871",17921,97642 +"127872",17921,102628 +"127873",17921,110696 +"127874",17921,110741 +"127875",17921,118425 +"127876",17922,67509 +"127877",17922,83963 +"127878",17922,101742 +"127879",17923,17940 +"127880",17923,21703 +"127881",17923,33435 +"127882",17923,33925 +"127883",17923,39882 +"127884",17923,46100 +"127885",17923,46193 +"127886",17923,46824 +"127887",17923,46909 +"127888",17923,51512 +"127889",17923,59944 +"127890",17923,85155 +"127891",17923,87083 +"127892",17923,94873 +"127893",17923,95940 +"127894",17923,98625 +"127895",17923,98997 +"127896",17923,104435 +"127897",17924,22658 +"127898",17924,25446 +"127899",17924,82416 +"127900",17924,86347 +"127901",17924,94826 +"127902",17924,95932 +"127903",17924,95981 +"127904",17924,113957 +"127905",17925,32724 +"127906",17925,74812 +"127907",17925,75248 +"127908",17925,88652 +"127909",17925,93162 +"127910",17926,28714 +"127911",17926,46228 +"127912",17926,46559 +"127913",17926,47580 +"127914",17926,69435 +"127915",17926,72374 +"127916",17926,72417 +"127917",17927,18460 +"127918",17927,23048 +"127919",17927,45297 +"127920",17927,46010 +"127921",17928,83617 +"127922",17928,83650 +"127923",17930,18741 +"127924",17930,27945 +"127925",17930,97640 +"127926",17931,33209 +"127927",17931,43803 +"127928",17931,48244 +"127929",17931,58078 +"127930",17931,68820 +"127931",17931,76892 +"127932",17931,85836 +"127933",17931,86125 +"127934",17931,87933 +"127935",17932,39602 +"127936",17932,39985 +"127937",17932,42918 +"127938",17932,78874 +"127939",17932,103248 +"127940",17933,18935 +"127941",17933,20971 +"127942",17933,21256 +"127943",17933,26102 +"127944",17933,30362 +"127945",17933,32781 +"127946",17933,37661 +"127947",17933,38838 +"127948",17933,38893 +"127949",17933,39418 +"127950",17933,40727 +"127951",17933,47482 +"127952",17933,52830 +"127953",17933,52847 +"127954",17933,61047 +"127955",17933,71173 +"127956",17933,72650 +"127957",17933,76601 +"127958",17933,104098 +"127959",17933,106399 +"127960",17933,112636 +"127961",17933,113591 +"127962",17933,113606 +"127963",17934,26387 +"127964",17934,64790 +"127965",17934,74743 +"127966",17934,80625 +"127967",17934,91211 +"127968",17936,17970 +"127969",17936,20113 +"127970",17936,27826 +"127971",17936,32343 +"127972",17936,36040 +"127973",17936,45335 +"127974",17936,48486 +"127975",17936,57992 +"127976",17936,98050 +"127977",17936,104223 +"127978",17936,113292 +"127979",17937,35807 +"127980",17937,48318 +"127981",17937,76610 +"127982",17937,97084 +"127983",17937,97107 +"127984",17938,20528 +"127985",17938,26595 +"127986",17938,35516 +"127987",17938,41895 +"127988",17938,41900 +"127989",17938,41945 +"127990",17938,42028 +"127991",17938,42030 +"127992",17938,80353 +"127993",17938,80466 +"127994",17938,80487 +"127995",17939,35879 +"127996",17940,19807 +"127997",17940,29819 +"127998",17940,36247 +"127999",17940,38333 +"128000",17940,41685 +"128001",17941,19384 +"128002",17941,23803 +"128003",17941,23918 +"128004",17941,32843 +"128005",17941,38873 +"128006",17941,45035 +"128007",17941,46340 +"128008",17941,47260 +"128009",17941,48012 +"128010",17941,63277 +"128011",17942,18865 +"128012",17942,26355 +"128013",17942,27077 +"128014",17942,29482 +"128015",17942,29874 +"128016",17942,35702 +"128017",17942,40238 +"128018",17942,41451 +"128019",17942,44124 +"128020",17942,47133 +"128021",17942,47414 +"128022",17942,49106 +"128023",17942,51094 +"128024",17942,51941 +"128025",17942,57094 +"128026",17942,58898 +"128027",17942,59147 +"128028",17942,59237 +"128029",17942,59359 +"128030",17942,61563 +"128031",17942,61867 +"128032",17942,62007 +"128033",17942,62078 +"128034",17942,62375 +"128035",17942,62633 +"128036",17942,63395 +"128037",17942,64408 +"128038",17942,64418 +"128039",17942,64511 +"128040",17942,65230 +"128041",17942,66145 +"128042",17942,67503 +"128043",17942,67721 +"128044",17942,68816 +"128045",17942,68909 +"128046",17942,68938 +"128047",17942,69332 +"128048",17942,69681 +"128049",17942,70610 +"128050",17942,70611 +"128051",17942,70725 +"128052",17942,71211 +"128053",17942,71505 +"128054",17942,71887 +"128055",17943,17944 +"128056",17943,23333 +"128057",17943,23527 +"128058",17943,24569 +"128059",17943,28475 +"128060",17943,28677 +"128061",17943,28788 +"128062",17943,36495 +"128063",17943,38794 +"128064",17943,52201 +"128065",17943,53782 +"128066",17943,55666 +"128067",17943,56026 +"128068",17943,68684 +"128069",17943,89440 +"128070",17943,91571 +"128071",17943,91592 +"128072",17943,92498 +"128073",17943,93742 +"128074",17944,20410 +"128075",17944,21461 +"128076",17944,22201 +"128077",17944,30236 +"128078",17944,31371 +"128079",17944,33907 +"128080",17944,34906 +"128081",17944,38678 +"128082",17944,38679 +"128083",17944,38680 +"128084",17944,38732 +"128085",17944,38747 +"128086",17944,38759 +"128087",17944,38794 +"128088",17944,39195 +"128089",17944,39322 +"128090",17944,79902 +"128091",17945,39360 +"128092",17945,66994 +"128093",17946,39838 +"128094",17946,40664 +"128095",17946,104392 +"128096",17946,104393 +"128097",17947,64391 +"128098",17947,95248 +"128099",17947,95291 +"128100",17948,18286 +"128101",17948,18323 +"128102",17948,41957 +"128103",17948,44127 +"128104",17948,48747 +"128105",17948,61959 +"128106",17948,86949 +"128107",17948,98437 +"128108",17948,119377 +"128109",17949,55373 +"128110",17949,69419 +"128111",17949,92066 +"128112",17950,105867 +"128113",17950,111603 +"128114",17951,19173 +"128115",17951,20407 +"128116",17951,23005 +"128117",17951,27261 +"128118",17951,28026 +"128119",17951,29320 +"128120",17951,35251 +"128121",17951,59126 +"128122",17951,95315 +"128123",17952,20099 +"128124",17952,21372 +"128125",17952,30733 +"128126",17952,30811 +"128127",17952,40000 +"128128",17952,51032 +"128129",17952,51092 +"128130",17952,80412 +"128131",17952,82869 +"128132",17952,91189 +"128133",17952,96457 +"128134",17953,17969 +"128135",17953,34777 +"128136",17953,43204 +"128137",17953,45933 +"128138",17953,54177 +"128139",17953,55429 +"128140",17953,58627 +"128141",17953,61941 +"128142",17954,74728 +"128143",17954,79236 +"128144",17954,88161 +"128145",17954,103363 +"128146",17954,105402 +"128147",17954,110303 +"128148",17954,110312 +"128149",17954,112287 +"128150",17954,118970 +"128151",17955,57635 +"128152",17956,25759 +"128153",17956,40635 +"128154",17956,40702 +"128155",17956,50033 +"128156",17956,50135 +"128157",17957,22566 +"128158",17957,28050 +"128159",17957,28168 +"128160",17958,19516 +"128161",17958,44662 +"128162",17958,55064 +"128163",17958,83033 +"128164",17958,83067 +"128165",17958,95330 +"128166",17958,97344 +"128167",17958,102245 +"128168",17958,102246 +"128169",17958,102285 +"128170",17960,24576 +"128171",17960,31664 +"128172",17960,40677 +"128173",17960,42222 +"128174",17960,45902 +"128175",17960,51430 +"128176",17961,39864 +"128177",17962,39699 +"128178",17962,43321 +"128179",17962,74415 +"128180",17962,95851 +"128181",17962,111848 +"128182",17962,111995 +"128183",17962,120543 +"128184",17963,34671 +"128185",17963,76248 +"128186",17964,18776 +"128187",17964,57326 +"128188",17964,64843 +"128189",17964,70864 +"128190",17964,88280 +"128191",17964,88357 +"128192",17964,90946 +"128193",17964,94269 +"128194",17964,95369 +"128195",17964,95378 +"128196",17964,95379 +"128197",17964,95426 +"128198",17964,115052 +"128199",17965,74313 +"128200",17965,97183 +"128201",17966,18582 +"128202",17966,20801 +"128203",17966,42837 +"128204",17966,80362 +"128205",17966,98401 +"128206",17966,99650 +"128207",17966,99653 +"128208",17966,99673 +"128209",17966,108007 +"128210",17966,109076 +"128211",17966,123108 +"128212",17967,19661 +"128213",17967,23120 +"128214",17967,52466 +"128215",17967,66373 +"128216",17967,67483 +"128217",17967,78665 +"128218",17967,79197 +"128219",17970,32343 +"128220",17970,98050 +"128221",17970,104223 +"128222",17970,113292 +"128223",17971,18386 +"128224",17971,18387 +"128225",17971,18403 +"128226",17972,29102 +"128227",17972,32211 +"128228",17972,33824 +"128229",17972,41659 +"128230",17972,55744 +"128231",17972,68833 +"128232",17972,78940 +"128233",17972,79074 +"128234",17972,85704 +"128235",17973,39785 +"128236",17973,106661 +"128237",17973,108468 +"128238",17974,18732 +"128239",17974,31695 +"128240",17974,51602 +"128241",17974,53536 +"128242",17974,76239 +"128243",17975,43984 +"128244",17975,53115 +"128245",17976,60514 +"128246",17977,17978 +"128247",17977,17979 +"128248",17977,18229 +"128249",17977,24278 +"128250",17977,48219 +"128251",17977,83275 +"128252",17977,83858 +"128253",17978,17979 +"128254",17978,18229 +"128255",17978,28765 +"128256",17978,35676 +"128257",17979,18229 +"128258",17980,66076 +"128259",17980,68855 +"128260",17980,82486 +"128261",17980,87595 +"128262",17980,119488 +"128263",17981,33406 +"128264",17981,38259 +"128265",17981,52309 +"128266",17981,62019 +"128267",17981,66474 +"128268",17981,77173 +"128269",17981,77346 +"128270",17981,77396 +"128271",17981,77401 +"128272",17981,77407 +"128273",17981,77417 +"128274",17981,77418 +"128275",17981,77480 +"128276",17981,77532 +"128277",17982,19082 +"128278",17982,19242 +"128279",17982,22577 +"128280",17982,25982 +"128281",17982,35383 +"128282",17983,47004 +"128283",17983,65357 +"128284",17983,109127 +"128285",17984,23882 +"128286",17984,62469 +"128287",17984,81071 +"128288",17984,82716 +"128289",17984,92246 +"128290",17984,111202 +"128291",17985,17991 +"128292",17985,18119 +"128293",17985,18458 +"128294",17985,29077 +"128295",17985,29256 +"128296",17985,35910 +"128297",17985,43087 +"128298",17985,59096 +"128299",17985,61322 +"128300",17985,64860 +"128301",17985,65966 +"128302",17985,76199 +"128303",17985,82688 +"128304",17985,82725 +"128305",17985,82752 +"128306",17985,100155 +"128307",17987,24659 +"128308",17988,18194 +"128309",17988,25379 +"128310",17988,30755 +"128311",17988,79015 +"128312",17988,107446 +"128313",17988,107462 +"128314",17989,36944 +"128315",17989,57489 +"128316",17990,21092 +"128317",17990,28712 +"128318",17990,45031 +"128319",17990,76347 +"128320",17990,100211 +"128321",17990,101983 +"128322",17990,116147 +"128323",17990,116180 +"128324",17991,18119 +"128325",17991,18458 +"128326",17991,33630 +"128327",17991,37518 +"128328",17991,47501 +"128329",17991,56535 +"128330",17991,82986 +"128331",17992,21704 +"128332",17992,26173 +"128333",17992,91351 +"128334",17993,20140 +"128335",17993,23131 +"128336",17993,30525 +"128337",17993,41958 +"128338",17993,45357 +"128339",17993,55829 +"128340",17993,91507 +"128341",17993,91942 +"128342",17994,17995 +"128343",17994,104107 +"128344",17995,76680 +"128345",17995,88766 +"128346",17996,18182 +"128347",17996,40703 +"128348",17996,65983 +"128349",17997,18103 +"128350",17997,18280 +"128351",17997,31174 +"128352",17997,32963 +"128353",17997,34734 +"128354",17997,36536 +"128355",17997,36587 +"128356",17997,40432 +"128357",17997,40519 +"128358",17997,40725 +"128359",17997,47257 +"128360",17997,52739 +"128361",17997,53343 +"128362",17997,56807 +"128363",17997,77220 +"128364",17997,83140 +"128365",17998,22109 +"128366",17998,24523 +"128367",17998,26100 +"128368",17998,34165 +"128369",17998,40826 +"128370",17998,41389 +"128371",17998,46308 +"128372",17998,49147 +"128373",17998,52019 +"128374",17998,52186 +"128375",17998,53362 +"128376",17998,55775 +"128377",17998,57237 +"128378",17998,60776 +"128379",17998,60900 +"128380",17998,62562 +"128381",17998,67195 +"128382",17998,77046 +"128383",17998,77930 +"128384",17998,85972 +"128385",17998,90412 +"128386",17998,91117 +"128387",17998,91120 +"128388",17998,119701 +"128389",17998,122451 +"128390",17999,18209 +"128391",17999,23739 +"128392",17999,34215 +"128393",17999,36662 +"128394",17999,45947 +"128395",17999,47254 +"128396",17999,47319 +"128397",17999,50233 +"128398",17999,62126 +"128399",17999,84536 +"128400",18000,86932 +"128401",18000,86956 +"128402",18001,21176 +"128403",18001,32452 +"128404",18001,34582 +"128405",18001,38576 +"128406",18001,53159 +"128407",18001,58886 +"128408",18001,61844 +"128409",18001,63746 +"128410",18002,57721 +"128411",18002,60843 +"128412",18002,66090 +"128413",18003,18128 +"128414",18003,18174 +"128415",18003,22591 +"128416",18003,35186 +"128417",18003,39866 +"128418",18003,42598 +"128419",18003,52944 +"128420",18003,68475 +"128421",18003,68496 +"128422",18004,20641 +"128423",18004,20871 +"128424",18004,21198 +"128425",18004,23450 +"128426",18004,29694 +"128427",18004,29705 +"128428",18004,29732 +"128429",18004,29749 +"128430",18004,36356 +"128431",18004,38772 +"128432",18004,39353 +"128433",18004,46723 +"128434",18004,50219 +"128435",18004,50565 +"128436",18004,52197 +"128437",18004,71342 +"128438",18004,81493 +"128439",18004,84138 +"128440",18004,84193 +"128441",18004,86809 +"128442",18004,94565 +"128443",18004,96389 +"128444",18004,101999 +"128445",18004,103065 +"128446",18004,105490 +"128447",18004,105602 +"128448",18005,18173 +"128449",18005,18224 +"128450",18005,28211 +"128451",18005,30974 +"128452",18005,37364 +"128453",18005,44675 +"128454",18005,47767 +"128455",18005,48466 +"128456",18005,53591 +"128457",18005,53592 +"128458",18006,18022 +"128459",18006,18167 +"128460",18006,19872 +"128461",18006,28508 +"128462",18006,57812 +"128463",18006,77093 +"128464",18006,77659 +"128465",18007,50316 +"128466",18007,84476 +"128467",18007,93711 +"128468",18008,18471 +"128469",18008,18487 +"128470",18009,37929 +"128471",18009,70853 +"128472",18010,18235 +"128473",18011,18202 +"128474",18011,18216 +"128475",18011,23679 +"128476",18011,34812 +"128477",18011,55615 +"128478",18011,60943 +"128479",18011,67122 +"128480",18011,68660 +"128481",18012,35078 +"128482",18013,22155 +"128483",18013,22156 +"128484",18013,22207 +"128485",18013,22271 +"128486",18013,22286 +"128487",18013,40546 +"128488",18013,71832 +"128489",18013,72020 +"128490",18014,21162 +"128491",18014,47925 +"128492",18014,51295 +"128493",18014,53166 +"128494",18014,70364 +"128495",18015,23712 +"128496",18015,33267 +"128497",18015,55451 +"128498",18015,80799 +"128499",18015,96994 +"128500",18015,103978 +"128501",18015,119550 +"128502",18016,18234 +"128503",18017,25194 +"128504",18017,33599 +"128505",18017,40071 +"128506",18017,43360 +"128507",18017,51535 +"128508",18017,51749 +"128509",18017,95708 +"128510",18017,105306 +"128511",18018,18076 +"128512",18019,45506 +"128513",18019,76905 +"128514",18020,25317 +"128515",18020,34033 +"128516",18020,44618 +"128517",18020,76173 +"128518",18020,118476 +"128519",18022,18167 +"128520",18022,67969 +"128521",18022,79169 +"128522",18022,94148 +"128523",18022,106025 +"128524",18022,106036 +"128525",18022,106059 +"128526",18023,51488 +"128527",18024,36722 +"128528",18025,18446 +"128529",18025,52209 +"128530",18025,74273 +"128531",18025,121551 +"128532",18026,21074 +"128533",18026,43914 +"128534",18026,44675 +"128535",18026,50266 +"128536",18026,52920 +"128537",18026,108349 +"128538",18027,18415 +"128539",18027,65162 +"128540",18027,78811 +"128541",18027,82242 +"128542",18027,84682 +"128543",18027,94623 +"128544",18027,101134 +"128545",18027,102135 +"128546",18027,102639 +"128547",18027,104139 +"128548",18028,37053 +"128549",18028,45541 +"128550",18028,68475 +"128551",18028,107581 +"128552",18028,113334 +"128553",18029,71995 +"128554",18030,26351 +"128555",18030,31458 +"128556",18030,39172 +"128557",18030,43429 +"128558",18030,59361 +"128559",18030,71077 +"128560",18031,49369 +"128561",18031,87414 +"128562",18031,89207 +"128563",18031,117190 +"128564",18031,121931 +"128565",18032,22339 +"128566",18032,31351 +"128567",18032,44125 +"128568",18033,67027 +"128569",18034,18192 +"128570",18035,108735 +"128571",18036,23558 +"128572",18036,32365 +"128573",18036,73220 +"128574",18036,89463 +"128575",18036,95404 +"128576",18037,18098 +"128577",18038,21537 +"128578",18038,26626 +"128579",18038,32505 +"128580",18038,34343 +"128581",18038,36425 +"128582",18038,38498 +"128583",18038,40020 +"128584",18038,43074 +"128585",18038,44523 +"128586",18038,51060 +"128587",18038,57931 +"128588",18038,61589 +"128589",18038,64864 +"128590",18038,77586 +"128591",18038,79401 +"128592",18038,80249 +"128593",18038,80262 +"128594",18038,80280 +"128595",18038,80312 +"128596",18038,80337 +"128597",18038,80338 +"128598",18039,44704 +"128599",18039,66417 +"128600",18040,68308 +"128601",18040,70838 +"128602",18040,94061 +"128603",18040,95365 +"128604",18041,26326 +"128605",18041,51162 +"128606",18042,29504 +"128607",18042,40291 +"128608",18042,80031 +"128609",18042,87288 +"128610",18044,38901 +"128611",18044,103483 +"128612",18045,18113 +"128613",18045,19695 +"128614",18045,19729 +"128615",18045,19873 +"128616",18045,57912 +"128617",18045,73569 +"128618",18045,73604 +"128619",18046,18049 +"128620",18046,28724 +"128621",18046,35960 +"128622",18046,38146 +"128623",18046,39692 +"128624",18046,40836 +"128625",18046,44993 +"128626",18046,52049 +"128627",18046,60148 +"128628",18046,61709 +"128629",18047,79516 +"128630",18047,84367 +"128631",18048,19758 +"128632",18048,28838 +"128633",18048,32375 +"128634",18048,33508 +"128635",18048,34319 +"128636",18048,38565 +"128637",18048,39458 +"128638",18048,43244 +"128639",18048,50086 +"128640",18048,50901 +"128641",18048,58637 +"128642",18048,59798 +"128643",18048,68340 +"128644",18048,70728 +"128645",18048,80657 +"128646",18048,87159 +"128647",18048,90977 +"128648",18048,100578 +"128649",18048,101279 +"128650",18048,106576 +"128651",18048,110536 +"128652",18048,120533 +"128653",18048,122905 +"128654",18049,27911 +"128655",18050,23509 +"128656",18050,86129 +"128657",18050,95935 +"128658",18050,114459 +"128659",18050,116757 +"128660",18051,24966 +"128661",18051,37974 +"128662",18051,62606 +"128663",18052,51616 +"128664",18053,32706 +"128665",18054,25555 +"128666",18054,66833 +"128667",18056,34269 +"128668",18056,44341 +"128669",18056,47013 +"128670",18056,72545 +"128671",18056,74718 +"128672",18056,99298 +"128673",18057,18188 +"128674",18057,18468 +"128675",18057,32642 +"128676",18057,40678 +"128677",18057,40682 +"128678",18057,44095 +"128679",18057,48884 +"128680",18057,49072 +"128681",18057,77930 +"128682",18057,81544 +"128683",18057,86311 +"128684",18057,96420 +"128685",18057,102229 +"128686",18057,108411 +"128687",18057,119091 +"128688",18057,119129 +"128689",18057,123348 +"128690",18058,41110 +"128691",18058,42747 +"128692",18058,49167 +"128693",18058,94932 +"128694",18059,29588 +"128695",18059,59013 +"128696",18059,59038 +"128697",18059,73003 +"128698",18060,18217 +"128699",18060,22462 +"128700",18060,22823 +"128701",18060,23147 +"128702",18060,23421 +"128703",18060,23632 +"128704",18060,23953 +"128705",18060,24495 +"128706",18060,24710 +"128707",18060,25143 +"128708",18060,25303 +"128709",18060,25664 +"128710",18060,26407 +"128711",18060,27174 +"128712",18060,27196 +"128713",18060,27710 +"128714",18060,28703 +"128715",18060,29253 +"128716",18060,29341 +"128717",18060,29560 +"128718",18060,29573 +"128719",18060,29868 +"128720",18060,32438 +"128721",18060,32967 +"128722",18060,33223 +"128723",18060,33881 +"128724",18060,34097 +"128725",18060,34330 +"128726",18060,34513 +"128727",18060,35400 +"128728",18060,36476 +"128729",18060,36547 +"128730",18060,36745 +"128731",18060,37821 +"128732",18060,37931 +"128733",18060,38319 +"128734",18060,39398 +"128735",18060,39492 +"128736",18060,40320 +"128737",18060,40373 +"128738",18060,40542 +"128739",18060,41182 +"128740",18060,42131 +"128741",18060,46843 +"128742",18060,48331 +"128743",18061,33878 +"128744",18061,60176 +"128745",18061,79725 +"128746",18061,83334 +"128747",18061,87432 +"128748",18061,117032 +"128749",18062,30763 +"128750",18062,32422 +"128751",18062,43479 +"128752",18062,60385 +"128753",18062,64103 +"128754",18062,73016 +"128755",18062,76917 +"128756",18062,77506 +"128757",18063,67129 +"128758",18063,84847 +"128759",18063,91791 +"128760",18063,91797 +"128761",18063,96598 +"128762",18063,98987 +"128763",18064,18137 +"128764",18064,18140 +"128765",18064,27843 +"128766",18064,31037 +"128767",18064,61575 +"128768",18064,80997 +"128769",18064,83172 +"128770",18064,83248 +"128771",18064,83278 +"128772",18064,83279 +"128773",18064,83280 +"128774",18064,83295 +"128775",18064,83299 +"128776",18064,85145 +"128777",18064,117983 +"128778",18064,117985 +"128779",18064,117986 +"128780",18065,18449 +"128781",18066,22460 +"128782",18066,23462 +"128783",18066,23528 +"128784",18066,24796 +"128785",18066,28049 +"128786",18066,28869 +"128787",18066,36724 +"128788",18066,38736 +"128789",18066,40453 +"128790",18066,43873 +"128791",18066,44555 +"128792",18066,45357 +"128793",18066,45532 +"128794",18066,45869 +"128795",18066,46142 +"128796",18066,46786 +"128797",18066,58338 +"128798",18066,64468 +"128799",18066,64578 +"128800",18066,76482 +"128801",18066,81990 +"128802",18066,83470 +"128803",18066,84353 +"128804",18066,84533 +"128805",18066,87151 +"128806",18066,91275 +"128807",18066,96793 +"128808",18066,99524 +"128809",18066,107438 +"128810",18066,107457 +"128811",18067,18111 +"128812",18067,18314 +"128813",18067,18416 +"128814",18067,18447 +"128815",18067,25122 +"128816",18067,71441 +"128817",18068,30920 +"128818",18069,18950 +"128819",18069,23219 +"128820",18069,23289 +"128821",18069,23290 +"128822",18069,88534 +"128823",18070,66664 +"128824",18071,22460 +"128825",18071,58138 +"128826",18072,18265 +"128827",18072,18319 +"128828",18072,18485 +"128829",18072,32678 +"128830",18072,33447 +"128831",18072,35911 +"128832",18072,36897 +"128833",18072,45582 +"128834",18072,47217 +"128835",18072,54425 +"128836",18072,57418 +"128837",18072,75700 +"128838",18072,79864 +"128839",18072,93111 +"128840",18072,100374 +"128841",18072,100428 +"128842",18073,21179 +"128843",18073,22420 +"128844",18073,63048 +"128845",18073,65028 +"128846",18073,66938 +"128847",18073,67511 +"128848",18073,69446 +"128849",18073,81167 +"128850",18073,104116 +"128851",18075,30891 +"128852",18075,74256 +"128853",18076,26592 +"128854",18076,62154 +"128855",18076,80299 +"128856",18076,95813 +"128857",18077,31767 +"128858",18077,42767 +"128859",18077,57706 +"128860",18077,60838 +"128861",18077,60877 +"128862",18077,110504 +"128863",18078,18552 +"128864",18078,24830 +"128865",18078,25289 +"128866",18078,40955 +"128867",18078,40990 +"128868",18078,40991 +"128869",18078,41003 +"128870",18078,43226 +"128871",18078,52023 +"128872",18078,54872 +"128873",18078,70009 +"128874",18079,57914 +"128875",18079,70126 +"128876",18079,75231 +"128877",18079,79114 +"128878",18079,92678 +"128879",18080,20218 +"128880",18080,22193 +"128881",18080,24487 +"128882",18080,24685 +"128883",18080,35787 +"128884",18080,37782 +"128885",18080,50887 +"128886",18080,53142 +"128887",18080,81652 +"128888",18080,91647 +"128889",18080,99144 +"128890",18080,112176 +"128891",18080,118364 +"128892",18080,120684 +"128893",18081,18299 +"128894",18081,28611 +"128895",18081,32413 +"128896",18081,71739 +"128897",18081,115480 +"128898",18082,29391 +"128899",18082,65618 +"128900",18082,75706 +"128901",18082,97974 +"128902",18084,23462 +"128903",18085,27890 +"128904",18085,28233 +"128905",18085,31603 +"128906",18085,81264 +"128907",18086,52093 +"128908",18086,78133 +"128909",18086,79504 +"128910",18086,100764 +"128911",18086,116024 +"128912",18087,57210 +"128913",18087,57258 +"128914",18087,57652 +"128915",18088,29114 +"128916",18088,31307 +"128917",18088,31613 +"128918",18088,57151 +"128919",18088,57172 +"128920",18088,67367 +"128921",18089,18567 +"128922",18089,96325 +"128923",18090,30342 +"128924",18090,33885 +"128925",18090,47245 +"128926",18090,47279 +"128927",18090,48563 +"128928",18090,48581 +"128929",18090,48910 +"128930",18090,58350 +"128931",18091,48386 +"128932",18091,74879 +"128933",18091,79225 +"128934",18091,116307 +"128935",18092,75163 +"128936",18092,116609 +"128937",18093,18159 +"128938",18093,45484 +"128939",18094,33673 +"128940",18094,46935 +"128941",18094,61415 +"128942",18095,22136 +"128943",18095,22808 +"128944",18095,46614 +"128945",18095,56323 +"128946",18095,56499 +"128947",18095,61093 +"128948",18095,63475 +"128949",18095,63503 +"128950",18095,63517 +"128951",18095,63563 +"128952",18095,63575 +"128953",18095,63592 +"128954",18095,63628 +"128955",18095,65449 +"128956",18095,69432 +"128957",18095,69777 +"128958",18095,71365 +"128959",18095,72532 +"128960",18095,75519 +"128961",18095,75529 +"128962",18095,75575 +"128963",18096,60551 +"128964",18096,112206 +"128965",18097,18871 +"128966",18097,19347 +"128967",18097,20139 +"128968",18097,20201 +"128969",18097,31875 +"128970",18097,35216 +"128971",18097,36444 +"128972",18097,45484 +"128973",18097,51440 +"128974",18097,78356 +"128975",18097,105508 +"128976",18098,23826 +"128977",18098,24157 +"128978",18098,44352 +"128979",18098,45383 +"128980",18098,48774 +"128981",18098,49405 +"128982",18098,49435 +"128983",18098,62910 +"128984",18098,62973 +"128985",18098,64517 +"128986",18098,67579 +"128987",18098,67595 +"128988",18098,67608 +"128989",18098,67615 +"128990",18098,67626 +"128991",18098,67627 +"128992",18098,67632 +"128993",18098,67660 +"128994",18098,67742 +"128995",18099,19818 +"128996",18099,40909 +"128997",18100,18542 +"128998",18100,64445 +"128999",18102,44981 +"129000",18102,58022 +"129001",18102,62208 +"129002",18102,101580 +"129003",18103,31069 +"129004",18103,31174 +"129005",18103,40432 +"129006",18103,42404 +"129007",18103,52693 +"129008",18103,53343 +"129009",18103,56807 +"129010",18103,66926 +"129011",18103,76511 +"129012",18103,109564 +"129013",18103,109594 +"129014",18104,20532 +"129015",18104,25378 +"129016",18104,27063 +"129017",18104,30123 +"129018",18104,32257 +"129019",18104,34978 +"129020",18104,62189 +"129021",18104,67347 +"129022",18104,68074 +"129023",18104,92438 +"129024",18104,122191 +"129025",18105,18254 +"129026",18105,29109 +"129027",18105,37274 +"129028",18105,67543 +"129029",18106,18332 +"129030",18107,18127 +"129031",18107,26181 +"129032",18108,29710 +"129033",18108,44763 +"129034",18108,77635 +"129035",18108,79763 +"129036",18108,81272 +"129037",18109,66283 +"129038",18110,27882 +"129039",18110,37259 +"129040",18110,42562 +"129041",18110,53225 +"129042",18111,18314 +"129043",18111,18416 +"129044",18111,18447 +"129045",18111,25122 +"129046",18112,32389 +"129047",18112,45407 +"129048",18112,46195 +"129049",18112,79075 +"129050",18112,79089 +"129051",18112,79131 +"129052",18112,91748 +"129053",18113,26182 +"129054",18113,29896 +"129055",18113,32568 +"129056",18113,33539 +"129057",18113,38589 +"129058",18113,39062 +"129059",18113,41528 +"129060",18113,42117 +"129061",18113,69630 +"129062",18113,70157 +"129063",18113,70818 +"129064",18114,25613 +"129065",18114,25899 +"129066",18114,42171 +"129067",18114,57612 +"129068",18114,72980 +"129069",18114,84546 +"129070",18114,84612 +"129071",18114,84770 +"129072",18114,96518 +"129073",18114,100751 +"129074",18114,101484 +"129075",18114,104662 +"129076",18114,109506 +"129077",18114,111317 +"129078",18114,114276 +"129079",18114,114507 +"129080",18114,114514 +"129081",18114,114516 +"129082",18115,42230 +"129083",18116,20132 +"129084",18116,38898 +"129085",18116,72494 +"129086",18116,117271 +"129087",18116,121571 +"129088",18117,18175 +"129089",18117,18222 +"129090",18117,18476 +"129091",18119,18458 +"129092",18119,87462 +"129093",18120,21031 +"129094",18120,22413 +"129095",18120,23679 +"129096",18120,24816 +"129097",18120,29368 +"129098",18120,39871 +"129099",18120,40129 +"129100",18120,43978 +"129101",18120,44848 +"129102",18120,46367 +"129103",18120,53326 +"129104",18120,60610 +"129105",18120,64955 +"129106",18120,76218 +"129107",18120,81458 +"129108",18120,90120 +"129109",18120,94292 +"129110",18120,96585 +"129111",18120,99023 +"129112",18120,108039 +"129113",18120,108145 +"129114",18121,29555 +"129115",18121,42608 +"129116",18121,50086 +"129117",18121,58637 +"129118",18121,62771 +"129119",18121,70233 +"129120",18121,86210 +"129121",18121,103201 +"129122",18121,117883 +"129123",18122,22125 +"129124",18122,28160 +"129125",18122,34011 +"129126",18122,38419 +"129127",18122,39446 +"129128",18122,40461 +"129129",18122,44594 +"129130",18122,54647 +"129131",18122,54739 +"129132",18122,57478 +"129133",18122,72673 +"129134",18122,120277 +"129135",18123,18124 +"129136",18123,18150 +"129137",18123,18170 +"129138",18123,51063 +"129139",18123,72489 +"129140",18123,76129 +"129141",18123,110162 +"129142",18124,18150 +"129143",18124,18170 +"129144",18124,20010 +"129145",18124,34269 +"129146",18124,51063 +"129147",18124,52522 +"129148",18124,52845 +"129149",18124,60228 +"129150",18124,75815 +"129151",18124,76431 +"129152",18124,80069 +"129153",18125,18803 +"129154",18125,22274 +"129155",18125,24232 +"129156",18125,24627 +"129157",18125,26140 +"129158",18125,31353 +"129159",18125,36959 +"129160",18125,37037 +"129161",18125,38592 +"129162",18125,45734 +"129163",18125,50733 +"129164",18125,62595 +"129165",18125,92181 +"129166",18125,108416 +"129167",18126,22263 +"129168",18126,22699 +"129169",18126,22775 +"129170",18126,24119 +"129171",18126,31614 +"129172",18126,43717 +"129173",18126,50399 +"129174",18126,55072 +"129175",18126,59732 +"129176",18126,64650 +"129177",18126,76507 +"129178",18126,90762 +"129179",18126,90960 +"129180",18126,92900 +"129181",18126,96073 +"129182",18126,108612 +"129183",18126,111624 +"129184",18126,111870 +"129185",18126,118947 +"129186",18128,18174 +"129187",18128,28353 +"129188",18128,50633 +"129189",18128,68367 +"129190",18128,75271 +"129191",18128,83706 +"129192",18128,93235 +"129193",18128,94722 +"129194",18128,95254 +"129195",18128,96525 +"129196",18129,44748 +"129197",18130,53379 +"129198",18130,79786 +"129199",18130,121393 +"129200",18131,25128 +"129201",18131,31645 +"129202",18131,31720 +"129203",18131,31737 +"129204",18131,31739 +"129205",18131,48686 +"129206",18134,61456 +"129207",18135,18312 +"129208",18135,18370 +"129209",18135,29504 +"129210",18135,45859 +"129211",18135,64439 +"129212",18135,67741 +"129213",18135,68095 +"129214",18135,74053 +"129215",18135,84700 +"129216",18135,113151 +"129217",18136,44486 +"129218",18136,44503 +"129219",18137,18140 +"129220",18137,31037 +"129221",18137,72075 +"129222",18138,22289 +"129223",18138,40724 +"129224",18138,75128 +"129225",18138,76314 +"129226",18138,77421 +"129227",18138,92061 +"129228",18138,103563 +"129229",18138,103579 +"129230",18138,116257 +"129231",18139,80317 +"129232",18140,31037 +"129233",18140,83172 +"129234",18140,83248 +"129235",18140,83278 +"129236",18140,83279 +"129237",18140,83280 +"129238",18140,83295 +"129239",18140,83299 +"129240",18141,62727 +"129241",18142,18157 +"129242",18142,25956 +"129243",18142,68607 +"129244",18143,19165 +"129245",18143,20233 +"129246",18143,36255 +"129247",18143,45866 +"129248",18143,47713 +"129249",18144,48152 +"129250",18144,48218 +"129251",18144,48237 +"129252",18144,48245 +"129253",18144,48303 +"129254",18144,48305 +"129255",18145,57570 +"129256",18145,67479 +"129257",18146,32884 +"129258",18146,57353 +"129259",18146,70228 +"129260",18147,26658 +"129261",18147,26682 +"129262",18149,28911 +"129263",18149,42386 +"129264",18149,48031 +"129265",18149,98114 +"129266",18149,119536 +"129267",18150,18170 +"129268",18150,28440 +"129269",18150,49308 +"129270",18150,52522 +"129271",18150,79769 +"129272",18150,84895 +"129273",18150,108446 +"129274",18150,114716 +"129275",18150,115716 +"129276",18151,20021 +"129277",18151,21712 +"129278",18151,21795 +"129279",18151,22191 +"129280",18151,34206 +"129281",18151,44267 +"129282",18151,65508 +"129283",18151,71118 +"129284",18151,71530 +"129285",18151,71554 +"129286",18151,72744 +"129287",18151,77888 +"129288",18152,18394 +"129289",18153,81416 +"129290",18154,21973 +"129291",18154,65037 +"129292",18154,65038 +"129293",18154,65039 +"129294",18154,65040 +"129295",18154,65084 +"129296",18155,30028 +"129297",18155,31615 +"129298",18155,31760 +"129299",18155,54553 +"129300",18155,73894 +"129301",18155,86399 +"129302",18155,108737 +"129303",18155,109076 +"129304",18157,18270 +"129305",18157,25956 +"129306",18157,44238 +"129307",18157,57028 +"129308",18157,71094 +"129309",18157,86263 +"129310",18157,102106 +"129311",18157,113401 +"129312",18157,113415 +"129313",18158,19677 +"129314",18158,22091 +"129315",18158,34784 +"129316",18158,76378 +"129317",18158,98409 +"129318",18159,45484 +"129319",18159,78356 +"129320",18159,91721 +"129321",18159,91736 +"129322",18160,33672 +"129323",18160,107700 +"129324",18161,21430 +"129325",18161,31403 +"129326",18161,52391 +"129327",18161,76483 +"129328",18161,81744 +"129329",18161,93566 +"129330",18162,18521 +"129331",18162,18536 +"129332",18162,18592 +"129333",18162,18646 +"129334",18162,18702 +"129335",18163,18174 +"129336",18163,18782 +"129337",18163,34820 +"129338",18163,40905 +"129339",18163,47501 +"129340",18163,48702 +"129341",18163,51979 +"129342",18163,56913 +"129343",18163,66601 +"129344",18163,67860 +"129345",18163,80719 +"129346",18163,87200 +"129347",18163,93865 +"129348",18163,95760 +"129349",18165,23617 +"129350",18165,30479 +"129351",18165,43087 +"129352",18165,46757 +"129353",18165,65991 +"129354",18165,67411 +"129355",18166,54794 +"129356",18166,72951 +"129357",18166,73897 +"129358",18166,80872 +"129359",18166,119605 +"129360",18168,18345 +"129361",18168,18916 +"129362",18168,21111 +"129363",18168,26310 +"129364",18168,37905 +"129365",18168,37977 +"129366",18168,43696 +"129367",18168,44273 +"129368",18168,52633 +"129369",18168,52650 +"129370",18168,60988 +"129371",18168,63965 +"129372",18168,72898 +"129373",18168,76086 +"129374",18168,110063 +"129375",18169,18220 +"129376",18169,23984 +"129377",18169,26147 +"129378",18169,119060 +"129379",18170,118505 +"129380",18171,21482 +"129381",18171,70831 +"129382",18171,73675 +"129383",18171,88155 +"129384",18171,96403 +"129385",18172,18245 +"129386",18172,18246 +"129387",18173,18224 +"129388",18173,32207 +"129389",18173,40122 +"129390",18173,46872 +"129391",18173,62591 +"129392",18173,70622 +"129393",18173,71063 +"129394",18173,75734 +"129395",18174,32267 +"129396",18174,34820 +"129397",18174,40905 +"129398",18174,48702 +"129399",18175,18222 +"129400",18175,18476 +"129401",18176,87208 +"129402",18176,90623 +"129403",18176,101794 +"129404",18177,18967 +"129405",18177,38665 +"129406",18177,45731 +"129407",18177,45733 +"129408",18177,64674 +"129409",18177,92730 +"129410",18178,18193 +"129411",18179,41888 +"129412",18180,25706 +"129413",18181,23664 +"129414",18181,23746 +"129415",18181,39662 +"129416",18182,58564 +"129417",18182,83780 +"129418",18182,107245 +"129419",18183,25033 +"129420",18183,38086 +"129421",18183,58433 +"129422",18183,81691 +"129423",18183,108969 +"129424",18184,24515 +"129425",18184,24884 +"129426",18184,32350 +"129427",18184,35092 +"129428",18184,44572 +"129429",18184,47607 +"129430",18184,73264 +"129431",18184,76814 +"129432",18184,80928 +"129433",18184,85110 +"129434",18184,86504 +"129435",18184,111140 +"129436",18184,117029 +"129437",18185,20171 +"129438",18185,53016 +"129439",18186,18187 +"129440",18188,18468 +"129441",18189,107709 +"129442",18190,22348 +"129443",18190,22401 +"129444",18190,23850 +"129445",18190,25814 +"129446",18190,32228 +"129447",18190,50568 +"129448",18190,50938 +"129449",18190,59813 +"129450",18190,65027 +"129451",18190,79652 +"129452",18190,85580 +"129453",18190,121902 +"129454",18191,26543 +"129455",18191,41606 +"129456",18191,46081 +"129457",18191,80167 +"129458",18192,23690 +"129459",18192,24844 +"129460",18192,29342 +"129461",18192,36808 +"129462",18192,40311 +"129463",18192,49373 +"129464",18192,85960 +"129465",18192,94380 +"129466",18192,94390 +"129467",18193,22595 +"129468",18193,45449 +"129469",18193,45450 +"129470",18193,45485 +"129471",18193,48781 +"129472",18193,55018 +"129473",18193,66852 +"129474",18193,70596 +"129475",18193,86195 +"129476",18193,86223 +"129477",18193,86230 +"129478",18193,90852 +"129479",18193,101735 +"129480",18193,111355 +"129481",18194,18748 +"129482",18194,18978 +"129483",18194,27742 +"129484",18194,32560 +"129485",18194,41410 +"129486",18194,43820 +"129487",18194,91849 +"129488",18195,35308 +"129489",18196,20614 +"129490",18196,22659 +"129491",18197,19332 +"129492",18197,33349 +"129493",18197,34518 +"129494",18197,40544 +"129495",18197,58985 +"129496",18197,67166 +"129497",18197,72947 +"129498",18197,80717 +"129499",18197,91770 +"129500",18197,105207 +"129501",18198,44237 +"129502",18199,105345 +"129503",18199,105352 +"129504",18200,24806 +"129505",18200,50932 +"129506",18200,86444 +"129507",18201,20926 +"129508",18201,23728 +"129509",18201,29782 +"129510",18201,42225 +"129511",18201,42688 +"129512",18201,42692 +"129513",18201,42774 +"129514",18201,52234 +"129515",18201,52779 +"129516",18201,54712 +"129517",18202,18216 +"129518",18202,49066 +"129519",18202,50394 +"129520",18202,51558 +"129521",18202,60111 +"129522",18202,61283 +"129523",18202,96738 +"129524",18202,102063 +"129525",18202,109978 +"129526",18202,109979 +"129527",18202,109980 +"129528",18202,109981 +"129529",18203,20938 +"129530",18203,24009 +"129531",18203,24302 +"129532",18203,34371 +"129533",18203,35417 +"129534",18203,48841 +"129535",18203,48886 +"129536",18203,59188 +"129537",18203,62351 +"129538",18203,65631 +"129539",18203,75002 +"129540",18203,84499 +"129541",18203,121502 +"129542",18204,37370 +"129543",18204,52054 +"129544",18204,52055 +"129545",18205,37071 +"129546",18206,23987 +"129547",18206,24034 +"129548",18206,38587 +"129549",18206,45320 +"129550",18206,53161 +"129551",18207,49259 +"129552",18207,49354 +"129553",18207,49429 +"129554",18208,37452 +"129555",18208,55892 +"129556",18208,66202 +"129557",18209,62445 +"129558",18209,91603 +"129559",18210,23429 +"129560",18210,35377 +"129561",18210,36038 +"129562",18210,99790 +"129563",18210,100838 +"129564",18211,21055 +"129565",18211,23631 +"129566",18211,28057 +"129567",18211,28877 +"129568",18211,32901 +"129569",18211,42725 +"129570",18211,48692 +"129571",18211,84357 +"129572",18211,84784 +"129573",18213,22585 +"129574",18213,23272 +"129575",18213,31474 +"129576",18213,31802 +"129577",18213,32568 +"129578",18213,33978 +"129579",18213,39694 +"129580",18213,40307 +"129581",18213,46300 +"129582",18213,47621 +"129583",18213,49575 +"129584",18213,54060 +"129585",18213,54447 +"129586",18213,54467 +"129587",18213,55539 +"129588",18213,61477 +"129589",18213,62526 +"129590",18213,70393 +"129591",18213,76350 +"129592",18213,81163 +"129593",18213,88117 +"129594",18213,99332 +"129595",18213,113384 +"129596",18214,25197 +"129597",18214,30141 +"129598",18214,43519 +"129599",18214,49415 +"129600",18214,53775 +"129601",18214,55973 +"129602",18214,65243 +"129603",18214,83883 +"129604",18214,94495 +"129605",18214,98541 +"129606",18214,110696 +"129607",18215,32828 +"129608",18215,45813 +"129609",18215,101786 +"129610",18217,20638 +"129611",18217,22462 +"129612",18217,22823 +"129613",18217,23147 +"129614",18217,23421 +"129615",18217,23632 +"129616",18217,23953 +"129617",18217,24105 +"129618",18217,24495 +"129619",18217,24710 +"129620",18217,25143 +"129621",18217,25303 +"129622",18217,25664 +"129623",18217,26407 +"129624",18217,27174 +"129625",18217,27196 +"129626",18217,27710 +"129627",18217,28703 +"129628",18217,29253 +"129629",18217,29341 +"129630",18217,29560 +"129631",18217,29573 +"129632",18217,29868 +"129633",18217,32438 +"129634",18217,32967 +"129635",18217,33223 +"129636",18217,33881 +"129637",18217,34097 +"129638",18217,34330 +"129639",18217,34513 +"129640",18217,35400 +"129641",18217,36476 +"129642",18217,36547 +"129643",18217,36745 +"129644",18217,37821 +"129645",18217,37931 +"129646",18217,38319 +"129647",18217,39398 +"129648",18217,39492 +"129649",18217,40320 +"129650",18217,40373 +"129651",18217,40542 +"129652",18217,41182 +"129653",18217,42131 +"129654",18217,46843 +"129655",18217,48331 +"129656",18218,18672 +"129657",18218,21001 +"129658",18218,46262 +"129659",18218,48291 +"129660",18218,53408 +"129661",18218,66943 +"129662",18218,85443 +"129663",18218,111689 +"129664",18219,41393 +"129665",18220,18634 +"129666",18220,19003 +"129667",18220,52702 +"129668",18220,52760 +"129669",18220,91574 +"129670",18220,100965 +"129671",18220,113425 +"129672",18220,113494 +"129673",18220,113498 +"129674",18220,115594 +"129675",18221,81733 +"129676",18222,18476 +"129677",18223,48218 +"129678",18223,48305 +"129679",18223,67621 +"129680",18223,78534 +"129681",18223,78840 +"129682",18223,84072 +"129683",18223,88550 +"129684",18223,115444 +"129685",18224,25870 +"129686",18224,27311 +"129687",18224,30586 +"129688",18224,43189 +"129689",18224,44368 +"129690",18224,46872 +"129691",18224,53591 +"129692",18224,53592 +"129693",18224,56796 +"129694",18224,64346 +"129695",18224,69028 +"129696",18224,72873 +"129697",18224,86315 +"129698",18225,21639 +"129699",18225,22063 +"129700",18225,22863 +"129701",18225,22919 +"129702",18225,24453 +"129703",18225,33736 +"129704",18225,33737 +"129705",18225,33738 +"129706",18225,40516 +"129707",18225,41334 +"129708",18225,64312 +"129709",18225,82445 +"129710",18226,31936 +"129711",18226,53475 +"129712",18226,63851 +"129713",18226,80947 +"129714",18226,91581 +"129715",18226,102008 +"129716",18226,106919 +"129717",18226,106935 +"129718",18226,107117 +"129719",18227,69941 +"129720",18228,49499 +"129721",18229,28765 +"129722",18229,68853 +"129723",18229,68931 +"129724",18229,71137 +"129725",18229,94717 +"129726",18229,94755 +"129727",18230,34607 +"129728",18230,52591 +"129729",18230,68421 +"129730",18231,24204 +"129731",18231,29932 +"129732",18231,50153 +"129733",18231,77964 +"129734",18232,18995 +"129735",18232,21197 +"129736",18232,25385 +"129737",18232,25477 +"129738",18232,27849 +"129739",18232,29750 +"129740",18232,31530 +"129741",18232,37612 +"129742",18232,39335 +"129743",18232,43385 +"129744",18232,55299 +"129745",18232,58652 +"129746",18232,63075 +"129747",18232,64201 +"129748",18232,76534 +"129749",18232,77184 +"129750",18232,77349 +"129751",18232,78068 +"129752",18232,78507 +"129753",18232,78550 +"129754",18232,78551 +"129755",18232,80270 +"129756",18232,81588 +"129757",18232,82016 +"129758",18232,82028 +"129759",18232,84896 +"129760",18232,91922 +"129761",18232,98781 +"129762",18232,102881 +"129763",18233,20083 +"129764",18233,26019 +"129765",18233,35041 +"129766",18233,39835 +"129767",18233,41372 +"129768",18233,48215 +"129769",18233,64018 +"129770",18233,71469 +"129771",18233,76110 +"129772",18233,82943 +"129773",18233,89594 +"129774",18233,91073 +"129775",18233,99534 +"129776",18233,100496 +"129777",18233,101524 +"129778",18233,109010 +"129779",18234,30828 +"129780",18235,42152 +"129781",18235,43484 +"129782",18236,24447 +"129783",18236,30418 +"129784",18236,36651 +"129785",18236,41169 +"129786",18236,47423 +"129787",18236,64503 +"129788",18236,80519 +"129789",18236,89562 +"129790",18236,104280 +"129791",18236,112884 +"129792",18236,113051 +"129793",18236,113056 +"129794",18236,113065 +"129795",18237,18999 +"129796",18237,80577 +"129797",18238,18326 +"129798",18238,26273 +"129799",18238,29902 +"129800",18238,33201 +"129801",18238,36533 +"129802",18238,38564 +"129803",18238,43037 +"129804",18238,55998 +"129805",18238,56915 +"129806",18238,64102 +"129807",18238,70233 +"129808",18238,75825 +"129809",18238,85928 +"129810",18238,88764 +"129811",18238,89880 +"129812",18238,90751 +"129813",18238,90767 +"129814",18238,100614 +"129815",18238,108802 +"129816",18238,108926 +"129817",18238,108937 +"129818",18238,109946 +"129819",18238,110269 +"129820",18239,22560 +"129821",18240,18571 +"129822",18240,39105 +"129823",18240,76807 +"129824",18241,38814 +"129825",18241,61553 +"129826",18241,69474 +"129827",18241,98150 +"129828",18241,109765 +"129829",18242,53696 +"129830",18242,106842 +"129831",18243,18536 +"129832",18244,18334 +"129833",18244,18366 +"129834",18244,18378 +"129835",18244,55639 +"129836",18244,74373 +"129837",18244,88741 +"129838",18244,94665 +"129839",18244,106985 +"129840",18245,18246 +"129841",18245,19736 +"129842",18245,27846 +"129843",18245,28241 +"129844",18246,56749 +"129845",18247,18866 +"129846",18247,21810 +"129847",18247,22931 +"129848",18247,23596 +"129849",18247,28345 +"129850",18247,35403 +"129851",18248,20419 +"129852",18248,20803 +"129853",18248,71082 +"129854",18248,79364 +"129855",18248,82898 +"129856",18248,100561 +"129857",18248,113548 +"129858",18248,116503 +"129859",18249,27907 +"129860",18249,35062 +"129861",18249,39268 +"129862",18249,45531 +"129863",18249,45808 +"129864",18249,64503 +"129865",18249,75220 +"129866",18249,82765 +"129867",18249,89935 +"129868",18249,98801 +"129869",18249,108488 +"129870",18249,118013 +"129871",18250,49257 +"129872",18250,65716 +"129873",18250,86336 +"129874",18251,33159 +"129875",18251,43283 +"129876",18251,47940 +"129877",18251,48812 +"129878",18251,70373 +"129879",18251,86079 +"129880",18252,39721 +"129881",18252,56010 +"129882",18252,68917 +"129883",18252,82856 +"129884",18252,85182 +"129885",18252,93940 +"129886",18252,93941 +"129887",18253,60663 +"129888",18254,18572 +"129889",18254,33181 +"129890",18254,44346 +"129891",18254,48593 +"129892",18254,51474 +"129893",18254,51809 +"129894",18254,55936 +"129895",18254,57328 +"129896",18254,58990 +"129897",18254,74854 +"129898",18254,89739 +"129899",18255,44823 +"129900",18255,49928 +"129901",18255,79719 +"129902",18255,95314 +"129903",18255,100792 +"129904",18255,117661 +"129905",18255,117662 +"129906",18255,119988 +"129907",18255,121899 +"129908",18255,122070 +"129909",18256,30048 +"129910",18257,20640 +"129911",18257,29376 +"129912",18257,34254 +"129913",18257,38773 +"129914",18257,38862 +"129915",18257,61345 +"129916",18257,73786 +"129917",18257,86361 +"129918",18257,90390 +"129919",18257,100251 +"129920",18258,36276 +"129921",18258,38403 +"129922",18258,86634 +"129923",18258,92832 +"129924",18258,92869 +"129925",18259,19721 +"129926",18259,37626 +"129927",18259,83416 +"129928",18260,20578 +"129929",18260,27165 +"129930",18260,32366 +"129931",18260,32521 +"129932",18260,53476 +"129933",18260,56346 +"129934",18260,64023 +"129935",18260,64292 +"129936",18260,64316 +"129937",18261,37178 +"129938",18261,43271 +"129939",18261,43377 +"129940",18261,44132 +"129941",18261,82460 +"129942",18261,82465 +"129943",18261,82467 +"129944",18262,21450 +"129945",18262,29933 +"129946",18262,41500 +"129947",18262,41605 +"129948",18262,97459 +"129949",18263,18315 +"129950",18263,18359 +"129951",18263,19029 +"129952",18263,76134 +"129953",18263,76583 +"129954",18263,79324 +"129955",18263,83574 +"129956",18263,100076 +"129957",18263,113004 +"129958",18264,18801 +"129959",18264,21167 +"129960",18264,21619 +"129961",18264,25435 +"129962",18264,32916 +"129963",18264,34247 +"129964",18264,35407 +"129965",18264,39985 +"129966",18264,44498 +"129967",18264,49497 +"129968",18264,55675 +"129969",18264,60748 +"129970",18264,67597 +"129971",18264,69316 +"129972",18264,70159 +"129973",18264,72936 +"129974",18264,89062 +"129975",18264,89120 +"129976",18264,89606 +"129977",18264,89653 +"129978",18264,90416 +"129979",18264,91060 +"129980",18264,91063 +"129981",18264,91397 +"129982",18264,93033 +"129983",18264,94513 +"129984",18264,96155 +"129985",18264,96769 +"129986",18264,96771 +"129987",18264,98930 +"129988",18265,18319 +"129989",18265,32678 +"129990",18265,60431 +"129991",18265,74785 +"129992",18265,83161 +"129993",18265,89207 +"129994",18265,103795 +"129995",18265,107594 +"129996",18265,120405 +"129997",18265,120864 +"129998",18266,42313 +"129999",18266,45811 +"130000",18266,66254 +"130001",18266,68697 +"130002",18267,18295 +"130003",18267,70161 +"130004",18267,72244 +"130005",18267,72282 +"130006",18267,72349 +"130007",18267,76554 +"130008",18268,33019 +"130009",18269,21263 +"130010",18269,35186 +"130011",18269,59702 +"130012",18269,84268 +"130013",18269,85864 +"130014",18270,18518 +"130015",18270,20449 +"130016",18270,21088 +"130017",18270,23847 +"130018",18270,24012 +"130019",18270,24910 +"130020",18270,25758 +"130021",18270,25956 +"130022",18270,26537 +"130023",18270,26872 +"130024",18270,28767 +"130025",18270,28871 +"130026",18270,30334 +"130027",18270,35496 +"130028",18270,37610 +"130029",18270,37636 +"130030",18270,39435 +"130031",18270,40131 +"130032",18270,40166 +"130033",18270,40392 +"130034",18270,40905 +"130035",18270,41030 +"130036",18270,41527 +"130037",18270,41529 +"130038",18270,41778 +"130039",18270,43147 +"130040",18270,43234 +"130041",18270,43858 +"130042",18270,44828 +"130043",18270,44864 +"130044",18270,45657 +"130045",18270,45933 +"130046",18270,46434 +"130047",18270,46788 +"130048",18270,47123 +"130049",18270,47488 +"130050",18270,48909 +"130051",18270,49859 +"130052",18270,50064 +"130053",18270,50067 +"130054",18270,50477 +"130055",18270,50554 +"130056",18270,50879 +"130057",18270,51783 +"130058",18270,52018 +"130059",18270,53444 +"130060",18270,53527 +"130061",18270,53555 +"130062",18270,54275 +"130063",18270,56628 +"130064",18270,58004 +"130065",18270,58068 +"130066",18270,58633 +"130067",18270,61111 +"130068",18270,61127 +"130069",18270,68287 +"130070",18270,71094 +"130071",18270,73486 +"130072",18270,102106 +"130073",18270,119962 +"130074",18271,18483 +"130075",18271,18734 +"130076",18271,18769 +"130077",18271,22311 +"130078",18271,28817 +"130079",18271,75772 +"130080",18271,87080 +"130081",18271,91472 +"130082",18272,18435 +"130083",18272,37224 +"130084",18272,37246 +"130085",18273,44055 +"130086",18273,58600 +"130087",18274,29125 +"130088",18275,18433 +"130089",18275,18870 +"130090",18275,19656 +"130091",18275,21740 +"130092",18275,25155 +"130093",18275,25818 +"130094",18275,30096 +"130095",18275,40995 +"130096",18275,43467 +"130097",18275,46571 +"130098",18275,50720 +"130099",18275,51750 +"130100",18275,78123 +"130101",18275,78728 +"130102",18275,78887 +"130103",18275,84062 +"130104",18275,85525 +"130105",18276,19916 +"130106",18276,20739 +"130107",18276,25525 +"130108",18276,29100 +"130109",18276,31357 +"130110",18276,39893 +"130111",18276,47907 +"130112",18276,54385 +"130113",18276,62020 +"130114",18276,63045 +"130115",18276,69523 +"130116",18276,73736 +"130117",18276,76403 +"130118",18276,85072 +"130119",18276,92645 +"130120",18277,30636 +"130121",18277,40951 +"130122",18277,42748 +"130123",18277,58221 +"130124",18277,96590 +"130125",18278,29233 +"130126",18278,63422 +"130127",18279,19562 +"130128",18279,41687 +"130129",18279,72600 +"130130",18279,76131 +"130131",18279,84546 +"130132",18279,97278 +"130133",18279,99603 +"130134",18279,100941 +"130135",18279,109035 +"130136",18279,109761 +"130137",18280,18594 +"130138",18280,47257 +"130139",18280,49216 +"130140",18280,54783 +"130141",18280,57174 +"130142",18280,57178 +"130143",18280,68185 +"130144",18280,83577 +"130145",18280,92299 +"130146",18281,21391 +"130147",18281,42744 +"130148",18281,43505 +"130149",18281,43548 +"130150",18281,43596 +"130151",18281,43621 +"130152",18281,43633 +"130153",18282,18429 +"130154",18282,71444 +"130155",18283,28118 +"130156",18283,35583 +"130157",18283,37258 +"130158",18283,49282 +"130159",18283,52071 +"130160",18283,52136 +"130161",18283,57687 +"130162",18283,67893 +"130163",18283,69192 +"130164",18283,69485 +"130165",18283,73881 +"130166",18283,74599 +"130167",18283,79337 +"130168",18284,44766 +"130169",18285,27085 +"130170",18285,27973 +"130171",18285,31914 +"130172",18285,66740 +"130173",18285,79656 +"130174",18285,110599 +"130175",18286,19740 +"130176",18286,19801 +"130177",18286,19855 +"130178",18286,20182 +"130179",18286,22131 +"130180",18286,27306 +"130181",18286,27626 +"130182",18286,28759 +"130183",18286,66478 +"130184",18286,75905 +"130185",18286,80726 +"130186",18286,83115 +"130187",18286,83985 +"130188",18286,86151 +"130189",18286,106141 +"130190",18286,109224 +"130191",18286,117803 +"130192",18286,119377 +"130193",18287,18484 +"130194",18287,19201 +"130195",18287,20695 +"130196",18287,25748 +"130197",18287,29306 +"130198",18287,37178 +"130199",18287,42900 +"130200",18287,51505 +"130201",18287,61678 +"130202",18287,65725 +"130203",18287,73701 +"130204",18287,76843 +"130205",18287,77167 +"130206",18287,87537 +"130207",18287,87733 +"130208",18287,88438 +"130209",18287,106442 +"130210",18287,122654 +"130211",18288,66785 +"130212",18288,96231 +"130213",18288,96239 +"130214",18289,18408 +"130215",18289,22169 +"130216",18289,24189 +"130217",18289,29081 +"130218",18289,29474 +"130219",18289,30536 +"130220",18289,34008 +"130221",18289,42565 +"130222",18289,44733 +"130223",18289,44810 +"130224",18289,47702 +"130225",18289,54560 +"130226",18289,66318 +"130227",18289,69388 +"130228",18289,83183 +"130229",18289,93486 +"130230",18289,98503 +"130231",18289,101112 +"130232",18289,101924 +"130233",18289,106489 +"130234",18290,52155 +"130235",18290,53084 +"130236",18290,63535 +"130237",18291,18343 +"130238",18291,18464 +"130239",18291,19605 +"130240",18291,24065 +"130241",18291,29266 +"130242",18291,32737 +"130243",18291,41804 +"130244",18291,60492 +"130245",18291,62958 +"130246",18292,18466 +"130247",18292,73045 +"130248",18292,83075 +"130249",18292,83087 +"130250",18293,18825 +"130251",18293,18924 +"130252",18293,105100 +"130253",18293,105167 +"130254",18295,50361 +"130255",18296,41739 +"130256",18296,49188 +"130257",18296,50608 +"130258",18296,56751 +"130259",18296,59301 +"130260",18296,62166 +"130261",18296,64181 +"130262",18296,67614 +"130263",18296,75310 +"130264",18296,82003 +"130265",18296,84940 +"130266",18297,19141 +"130267",18297,20578 +"130268",18297,24559 +"130269",18297,63457 +"130270",18297,88031 +"130271",18298,18358 +"130272",18298,81046 +"130273",18298,109256 +"130274",18300,50781 +"130275",18300,58833 +"130276",18301,26282 +"130277",18301,67216 +"130278",18301,90480 +"130279",18301,91261 +"130280",18301,92010 +"130281",18301,113489 +"130282",18302,32024 +"130283",18303,18680 +"130284",18303,23955 +"130285",18303,31110 +"130286",18303,36520 +"130287",18303,39602 +"130288",18303,48265 +"130289",18303,55637 +"130290",18303,64214 +"130291",18303,76112 +"130292",18303,84208 +"130293",18303,90038 +"130294",18303,90243 +"130295",18303,102059 +"130296",18303,113588 +"130297",18303,114332 +"130298",18303,114804 +"130299",18303,118125 +"130300",18304,18305 +"130301",18304,23651 +"130302",18305,71877 +"130303",18305,78605 +"130304",18306,107602 +"130305",18307,20207 +"130306",18307,27513 +"130307",18307,40264 +"130308",18307,97241 +"130309",18308,49069 +"130310",18309,29196 +"130311",18309,32834 +"130312",18309,34418 +"130313",18309,38456 +"130314",18309,38888 +"130315",18309,47949 +"130316",18309,47956 +"130317",18309,47984 +"130318",18309,48918 +"130319",18309,58333 +"130320",18309,63388 +"130321",18309,73172 +"130322",18310,18577 +"130323",18310,23503 +"130324",18310,23597 +"130325",18310,29552 +"130326",18311,18446 +"130327",18311,22948 +"130328",18312,18370 +"130329",18313,26442 +"130330",18313,54658 +"130331",18313,62079 +"130332",18313,79939 +"130333",18314,18416 +"130334",18314,18447 +"130335",18314,24543 +"130336",18314,25122 +"130337",18314,30152 +"130338",18314,35094 +"130339",18314,39122 +"130340",18314,43832 +"130341",18314,44684 +"130342",18314,76714 +"130343",18314,85592 +"130344",18314,85987 +"130345",18314,89668 +"130346",18314,93076 +"130347",18314,93175 +"130348",18314,93414 +"130349",18314,104381 +"130350",18314,105138 +"130351",18315,18359 +"130352",18315,19029 +"130353",18315,50970 +"130354",18315,76134 +"130355",18315,83574 +"130356",18315,100076 +"130357",18315,113004 +"130358",18316,36674 +"130359",18316,40575 +"130360",18316,42014 +"130361",18316,79557 +"130362",18316,81523 +"130363",18316,83530 +"130364",18316,86071 +"130365",18316,98436 +"130366",18316,98451 +"130367",18317,31349 +"130368",18317,90481 +"130369",18317,96837 +"130370",18317,104021 +"130371",18317,105056 +"130372",18318,18319 +"130373",18318,18428 +"130374",18318,51181 +"130375",18318,51280 +"130376",18318,86663 +"130377",18319,18428 +"130378",18319,32678 +"130379",18319,45582 +"130380",18319,45628 +"130381",18319,57418 +"130382",18319,79864 +"130383",18319,83161 +"130384",18319,87097 +"130385",18320,18322 +"130386",18320,18455 +"130387",18321,18680 +"130388",18321,19859 +"130389",18321,24931 +"130390",18321,27570 +"130391",18321,110003 +"130392",18322,18455 +"130393",18322,87775 +"130394",18322,87850 +"130395",18323,26931 +"130396",18323,44127 +"130397",18323,48764 +"130398",18324,18438 +"130399",18326,18750 +"130400",18326,26916 +"130401",18326,44911 +"130402",18326,47506 +"130403",18326,59464 +"130404",18326,62766 +"130405",18326,71683 +"130406",18326,76443 +"130407",18326,77218 +"130408",18326,84510 +"130409",18326,86373 +"130410",18326,86727 +"130411",18326,88484 +"130412",18326,90946 +"130413",18326,99246 +"130414",18326,103200 +"130415",18326,106938 +"130416",18327,18338 +"130417",18327,43245 +"130418",18328,65742 +"130419",18329,18384 +"130420",18329,18406 +"130421",18329,23402 +"130422",18329,27433 +"130423",18330,25278 +"130424",18330,34376 +"130425",18331,40724 +"130426",18331,46764 +"130427",18331,52907 +"130428",18331,85184 +"130429",18331,110777 +"130430",18332,87415 +"130431",18333,18392 +"130432",18333,32734 +"130433",18333,52244 +"130434",18333,56200 +"130435",18334,18366 +"130436",18334,18378 +"130437",18335,61499 +"130438",18336,38545 +"130439",18336,46754 +"130440",18337,19145 +"130441",18337,79135 +"130442",18337,91977 +"130443",18338,48177 +"130444",18338,75904 +"130445",18338,121905 +"130446",18339,108355 +"130447",18339,108369 +"130448",18340,50520 +"130449",18340,63176 +"130450",18340,70254 +"130451",18340,92545 +"130452",18340,93930 +"130453",18340,100199 +"130454",18340,118663 +"130455",18341,23168 +"130456",18341,25557 +"130457",18341,32811 +"130458",18341,36340 +"130459",18341,37167 +"130460",18341,63953 +"130461",18341,79212 +"130462",18341,99051 +"130463",18341,107673 +"130464",18341,107684 +"130465",18342,21684 +"130466",18342,22585 +"130467",18342,22897 +"130468",18342,24327 +"130469",18342,26694 +"130470",18342,26729 +"130471",18342,26786 +"130472",18342,27058 +"130473",18342,31403 +"130474",18342,33682 +"130475",18342,33978 +"130476",18342,38452 +"130477",18342,40666 +"130478",18342,45788 +"130479",18342,64215 +"130480",18342,64267 +"130481",18342,76483 +"130482",18342,84821 +"130483",18342,90709 +"130484",18342,90762 +"130485",18342,91475 +"130486",18342,110218 +"130487",18342,110227 +"130488",18342,113384 +"130489",18342,113402 +"130490",18342,116002 +"130491",18342,119253 +"130492",18342,121157 +"130493",18342,121186 +"130494",18343,18464 +"130495",18343,24065 +"130496",18343,34384 +"130497",18343,43764 +"130498",18343,44419 +"130499",18343,72363 +"130500",18343,106481 +"130501",18344,18432 +"130502",18344,60931 +"130503",18345,35406 +"130504",18345,36449 +"130505",18345,37905 +"130506",18345,40096 +"130507",18345,41633 +"130508",18345,68687 +"130509",18345,77432 +"130510",18345,80391 +"130511",18345,95703 +"130512",18345,108669 +"130513",18345,121880 +"130514",18346,58190 +"130515",18346,89080 +"130516",18346,99798 +"130517",18346,100438 +"130518",18346,111592 +"130519",18346,115949 +"130520",18347,20667 +"130521",18347,24948 +"130522",18347,24989 +"130523",18347,33878 +"130524",18347,44752 +"130525",18347,79710 +"130526",18348,25264 +"130527",18348,37551 +"130528",18348,40732 +"130529",18348,41737 +"130530",18348,47102 +"130531",18348,55930 +"130532",18348,61034 +"130533",18348,64472 +"130534",18348,68475 +"130535",18348,69117 +"130536",18348,76099 +"130537",18348,78367 +"130538",18348,80219 +"130539",18348,89211 +"130540",18348,111478 +"130541",18348,114526 +"130542",18348,115457 +"130543",18348,118584 +"130544",18349,18368 +"130545",18349,32018 +"130546",18350,21451 +"130547",18350,21461 +"130548",18350,24011 +"130549",18350,37975 +"130550",18350,67671 +"130551",18350,84748 +"130552",18352,18413 +"130553",18352,18423 +"130554",18352,20371 +"130555",18352,20398 +"130556",18352,20455 +"130557",18352,32412 +"130558",18353,25282 +"130559",18353,29857 +"130560",18353,35178 +"130561",18353,35188 +"130562",18353,35805 +"130563",18353,35849 +"130564",18353,36004 +"130565",18354,18629 +"130566",18354,20291 +"130567",18354,25911 +"130568",18354,26441 +"130569",18354,26794 +"130570",18354,48335 +"130571",18354,70455 +"130572",18354,91067 +"130573",18354,97419 +"130574",18355,51879 +"130575",18356,51799 +"130576",18357,20280 +"130577",18357,21972 +"130578",18358,94543 +"130579",18359,76582 +"130580",18359,76583 +"130581",18360,19487 +"130582",18360,25290 +"130583",18360,36367 +"130584",18360,37912 +"130585",18360,37941 +"130586",18360,37960 +"130587",18360,38841 +"130588",18360,39460 +"130589",18360,51348 +"130590",18361,39570 +"130591",18361,44521 +"130592",18361,62323 +"130593",18361,69072 +"130594",18361,75066 +"130595",18362,21858 +"130596",18362,25325 +"130597",18362,25408 +"130598",18362,45601 +"130599",18363,70651 +"130600",18363,86493 +"130601",18363,92460 +"130602",18363,94530 +"130603",18363,94773 +"130604",18364,19309 +"130605",18364,20577 +"130606",18364,20675 +"130607",18364,20676 +"130608",18364,20931 +"130609",18364,20955 +"130610",18364,22772 +"130611",18364,33814 +"130612",18364,35286 +"130613",18364,37348 +"130614",18364,46635 +"130615",18364,55618 +"130616",18364,76553 +"130617",18364,81463 +"130618",18364,85356 +"130619",18364,86785 +"130620",18364,88924 +"130621",18364,91891 +"130622",18364,92270 +"130623",18364,101298 +"130624",18364,104846 +"130625",18364,108057 +"130626",18364,109200 +"130627",18364,115088 +"130628",18364,117907 +"130629",18364,117970 +"130630",18364,119836 +"130631",18365,54308 +"130632",18366,18378 +"130633",18366,21795 +"130634",18366,59191 +"130635",18366,68017 +"130636",18366,75939 +"130637",18367,52997 +"130638",18368,23848 +"130639",18368,23849 +"130640",18368,32018 +"130641",18369,65478 +"130642",18369,91369 +"130643",18369,117123 +"130644",18369,121012 +"130645",18371,20449 +"130646",18371,68124 +"130647",18372,27220 +"130648",18372,28201 +"130649",18372,29095 +"130650",18372,77624 +"130651",18372,79591 +"130652",18373,23748 +"130653",18373,24095 +"130654",18373,30658 +"130655",18373,59283 +"130656",18373,90098 +"130657",18373,93574 +"130658",18374,28991 +"130659",18374,40466 +"130660",18374,42557 +"130661",18375,19005 +"130662",18375,19228 +"130663",18375,19495 +"130664",18375,19496 +"130665",18375,19555 +"130666",18375,19782 +"130667",18375,19822 +"130668",18375,19888 +"130669",18375,20303 +"130670",18375,20322 +"130671",18375,20360 +"130672",18375,20490 +"130673",18375,20899 +"130674",18376,38548 +"130675",18376,40621 +"130676",18377,20004 +"130677",18377,30245 +"130678",18379,46532 +"130679",18381,20688 +"130680",18381,25373 +"130681",18381,26207 +"130682",18381,28622 +"130683",18381,32262 +"130684",18381,35822 +"130685",18381,37636 +"130686",18381,41723 +"130687",18381,42088 +"130688",18381,46339 +"130689",18381,49657 +"130690",18381,50585 +"130691",18381,72918 +"130692",18381,100499 +"130693",18381,114966 +"130694",18382,18446 +"130695",18382,30287 +"130696",18382,49080 +"130697",18382,50144 +"130698",18382,50157 +"130699",18382,63024 +"130700",18382,65980 +"130701",18382,82633 +"130702",18383,37674 +"130703",18383,111727 +"130704",18383,122606 +"130705",18384,18406 +"130706",18385,67562 +"130707",18385,86984 +"130708",18386,18387 +"130709",18386,18403 +"130710",18386,24793 +"130711",18386,27007 +"130712",18386,32690 +"130713",18386,34568 +"130714",18386,42917 +"130715",18386,48105 +"130716",18386,52194 +"130717",18386,55148 +"130718",18386,58273 +"130719",18386,61267 +"130720",18386,75564 +"130721",18386,106261 +"130722",18387,18403 +"130723",18387,29329 +"130724",18388,18389 +"130725",18388,18405 +"130726",18388,68767 +"130727",18389,18405 +"130728",18389,68767 +"130729",18389,110533 +"130730",18390,18866 +"130731",18390,19303 +"130732",18390,46767 +"130733",18390,79158 +"130734",18390,79985 +"130735",18391,34614 +"130736",18391,50621 +"130737",18391,81219 +"130738",18391,92516 +"130739",18393,21357 +"130740",18393,22455 +"130741",18393,22664 +"130742",18393,22695 +"130743",18393,22720 +"130744",18393,22732 +"130745",18393,22741 +"130746",18393,22758 +"130747",18393,22796 +"130748",18393,24286 +"130749",18393,32633 +"130750",18393,33241 +"130751",18393,33356 +"130752",18393,33367 +"130753",18393,33433 +"130754",18393,35251 +"130755",18393,36259 +"130756",18393,39592 +"130757",18393,44306 +"130758",18393,47503 +"130759",18393,54879 +"130760",18393,59160 +"130761",18393,62903 +"130762",18393,76552 +"130763",18393,76560 +"130764",18393,78838 +"130765",18393,78932 +"130766",18393,80268 +"130767",18393,88506 +"130768",18394,21330 +"130769",18394,23222 +"130770",18394,24066 +"130771",18394,27497 +"130772",18394,30405 +"130773",18394,32131 +"130774",18394,36358 +"130775",18394,45352 +"130776",18394,46543 +"130777",18394,60878 +"130778",18394,63939 +"130779",18394,74565 +"130780",18394,85089 +"130781",18394,86849 +"130782",18395,18878 +"130783",18395,20188 +"130784",18395,22400 +"130785",18395,71478 +"130786",18395,78723 +"130787",18395,100789 +"130788",18395,112073 +"130789",18395,112752 +"130790",18396,19240 +"130791",18397,20653 +"130792",18397,26443 +"130793",18397,28043 +"130794",18397,28438 +"130795",18397,28568 +"130796",18397,29296 +"130797",18397,31168 +"130798",18397,31170 +"130799",18397,31181 +"130800",18397,31182 +"130801",18397,31184 +"130802",18397,31238 +"130803",18397,31247 +"130804",18397,31269 +"130805",18397,31314 +"130806",18397,34148 +"130807",18399,22991 +"130808",18399,40843 +"130809",18399,51055 +"130810",18399,85407 +"130811",18399,102613 +"130812",18399,102621 +"130813",18400,24651 +"130814",18400,25653 +"130815",18400,37676 +"130816",18400,42217 +"130817",18400,74409 +"130818",18400,79450 +"130819",18400,89046 +"130820",18400,91032 +"130821",18400,99198 +"130822",18400,103228 +"130823",18400,118995 +"130824",18400,120134 +"130825",18401,48683 +"130826",18401,98413 +"130827",18401,115506 +"130828",18402,24130 +"130829",18402,25885 +"130830",18402,25886 +"130831",18402,51099 +"130832",18402,52820 +"130833",18402,53347 +"130834",18402,81692 +"130835",18402,82916 +"130836",18403,42917 +"130837",18403,48105 +"130838",18403,52194 +"130839",18403,58273 +"130840",18404,18465 +"130841",18404,23617 +"130842",18404,41948 +"130843",18404,42837 +"130844",18404,95155 +"130845",18405,21329 +"130846",18405,28855 +"130847",18405,33434 +"130848",18405,35908 +"130849",18405,35938 +"130850",18405,35939 +"130851",18405,35940 +"130852",18405,36011 +"130853",18405,36012 +"130854",18405,36013 +"130855",18405,36060 +"130856",18405,36178 +"130857",18405,60305 +"130858",18405,68767 +"130859",18407,40443 +"130860",18408,29081 +"130861",18408,34008 +"130862",18408,42565 +"130863",18408,44810 +"130864",18408,47702 +"130865",18408,63724 +"130866",18408,98503 +"130867",18408,101924 +"130868",18409,30265 +"130869",18409,35664 +"130870",18409,37658 +"130871",18409,39125 +"130872",18409,117579 +"130873",18410,27142 +"130874",18410,60697 +"130875",18411,19429 +"130876",18412,57676 +"130877",18413,18423 +"130878",18413,20371 +"130879",18413,20455 +"130880",18413,24469 +"130881",18413,26563 +"130882",18413,51216 +"130883",18413,51217 +"130884",18413,51276 +"130885",18413,51313 +"130886",18414,27104 +"130887",18414,75278 +"130888",18415,23525 +"130889",18415,34126 +"130890",18415,37307 +"130891",18415,42198 +"130892",18415,54820 +"130893",18415,61778 +"130894",18415,65162 +"130895",18415,68475 +"130896",18415,76613 +"130897",18415,78811 +"130898",18415,82242 +"130899",18415,84682 +"130900",18415,90884 +"130901",18415,101134 +"130902",18415,102639 +"130903",18415,103140 +"130904",18415,104139 +"130905",18416,18447 +"130906",18416,25122 +"130907",18417,18855 +"130908",18417,42973 +"130909",18417,69560 +"130910",18417,79036 +"130911",18417,81392 +"130912",18417,90447 +"130913",18417,90804 +"130914",18417,92286 +"130915",18418,18473 +"130916",18418,24241 +"130917",18418,32604 +"130918",18418,50017 +"130919",18418,52268 +"130920",18418,58943 +"130921",18418,59031 +"130922",18418,68391 +"130923",18418,72235 +"130924",18418,93001 +"130925",18418,93166 +"130926",18418,99574 +"130927",18418,100172 +"130928",18418,102288 +"130929",18418,106254 +"130930",18418,106360 +"130931",18418,106370 +"130932",18418,106379 +"130933",18418,106385 +"130934",18419,27036 +"130935",18420,27241 +"130936",18420,48698 +"130937",18420,76568 +"130938",18420,76741 +"130939",18421,20315 +"130940",18421,20450 +"130941",18421,23418 +"130942",18421,40627 +"130943",18421,41590 +"130944",18421,48631 +"130945",18421,54160 +"130946",18421,54187 +"130947",18421,65624 +"130948",18422,40051 +"130949",18422,44351 +"130950",18423,20371 +"130951",18423,20398 +"130952",18423,20455 +"130953",18423,21438 +"130954",18423,32412 +"130955",18423,87630 +"130956",18424,32411 +"130957",18424,45588 +"130958",18424,49626 +"130959",18424,82402 +"130960",18424,104159 +"130961",18425,44889 +"130962",18426,23279 +"130963",18426,27861 +"130964",18426,30362 +"130965",18426,35813 +"130966",18426,48625 +"130967",18426,50306 +"130968",18426,51736 +"130969",18426,57641 +"130970",18426,69788 +"130971",18426,74123 +"130972",18426,88067 +"130973",18426,91713 +"130974",18426,96672 +"130975",18426,96687 +"130976",18427,18470 +"130977",18427,22746 +"130978",18427,23728 +"130979",18427,23730 +"130980",18427,23910 +"130981",18427,23972 +"130982",18427,42692 +"130983",18427,46020 +"130984",18427,52234 +"130985",18427,81611 +"130986",18429,71444 +"130987",18430,19239 +"130988",18430,25209 +"130989",18430,44154 +"130990",18430,44252 +"130991",18430,46989 +"130992",18430,65631 +"130993",18431,27857 +"130994",18431,55926 +"130995",18433,40995 +"130996",18433,43467 +"130997",18433,58450 +"130998",18433,65276 +"130999",18434,21555 +"131000",18434,23863 +"131001",18434,31326 +"131002",18435,37086 +"131003",18435,37183 +"131004",18435,37187 +"131005",18435,45665 +"131006",18435,50801 +"131007",18435,52299 +"131008",18435,57891 +"131009",18436,19118 +"131010",18436,20368 +"131011",18437,42401 +"131012",18437,58902 +"131013",18437,58917 +"131014",18437,58981 +"131015",18437,67338 +"131016",18439,18726 +"131017",18439,18893 +"131018",18440,30662 +"131019",18440,99167 +"131020",18440,102565 +"131021",18441,34353 +"131022",18442,41418 +"131023",18442,43386 +"131024",18443,36591 +"131025",18443,55120 +"131026",18443,56019 +"131027",18443,64822 +"131028",18443,65856 +"131029",18444,34400 +"131030",18444,38013 +"131031",18444,39211 +"131032",18444,88377 +"131033",18444,89637 +"131034",18444,112878 +"131035",18445,90973 +"131036",18447,25122 +"131037",18448,22625 +"131038",18448,34227 +"131039",18448,56502 +"131040",18448,83731 +"131041",18449,27746 +"131042",18449,54586 +"131043",18449,72295 +"131044",18449,91696 +"131045",18450,20528 +"131046",18450,20830 +"131047",18450,27405 +"131048",18450,49470 +"131049",18450,72218 +"131050",18451,82198 +"131051",18451,98943 +"131052",18452,74719 +"131053",18452,83061 +"131054",18453,69782 +"131055",18453,79437 +"131056",18453,90145 +"131057",18453,90146 +"131058",18453,100514 +"131059",18453,108643 +"131060",18454,62772 +"131061",18454,75295 +"131062",18455,32270 +"131063",18455,91218 +"131064",18456,20226 +"131065",18456,21310 +"131066",18456,23255 +"131067",18456,30610 +"131068",18456,34255 +"131069",18456,40912 +"131070",18456,41116 +"131071",18456,57396 +"131072",18456,60484 +"131073",18457,44849 +"131074",18457,45689 +"131075",18457,73976 +"131076",18458,19520 +"131077",18458,20545 +"131078",18459,18638 +"131079",18459,18683 +"131080",18459,43538 +"131081",18461,31489 +"131082",18461,31847 +"131083",18461,38271 +"131084",18461,47118 +"131085",18462,18703 +"131086",18462,27383 +"131087",18462,38778 +"131088",18462,67480 +"131089",18463,43188 +"131090",18463,93734 +"131091",18463,95745 +"131092",18464,24065 +"131093",18465,96149 +"131094",18466,40504 +"131095",18466,40530 +"131096",18466,40561 +"131097",18467,21119 +"131098",18467,38268 +"131099",18467,41303 +"131100",18467,64164 +"131101",18467,67585 +"131102",18467,91401 +"131103",18467,98956 +"131104",18467,110863 +"131105",18468,40143 +"131106",18468,44095 +"131107",18468,69214 +"131108",18468,73755 +"131109",18468,77930 +"131110",18471,18487 +"131111",18472,51836 +"131112",18472,53979 +"131113",18472,73912 +"131114",18473,19763 +"131115",18473,29329 +"131116",18473,64474 +"131117",18475,34351 +"131118",18475,38816 +"131119",18475,42920 +"131120",18475,46650 +"131121",18475,49184 +"131122",18475,53029 +"131123",18475,84185 +"131124",18475,95723 +"131125",18475,117561 +"131126",18476,26818 +"131127",18476,30021 +"131128",18476,62754 +"131129",18476,68710 +"131130",18476,73372 +"131131",18476,74518 +"131132",18476,95795 +"131133",18476,96435 +"131134",18477,18921 +"131135",18477,19006 +"131136",18477,19114 +"131137",18477,62977 +"131138",18477,75347 +"131139",18478,27290 +"131140",18478,46215 +"131141",18479,20057 +"131142",18479,30003 +"131143",18479,38399 +"131144",18479,58146 +"131145",18479,60589 +"131146",18479,81917 +"131147",18479,89752 +"131148",18479,106161 +"131149",18481,31820 +"131150",18481,45136 +"131151",18481,49962 +"131152",18481,55297 +"131153",18481,57892 +"131154",18481,58659 +"131155",18481,82125 +"131156",18481,82138 +"131157",18481,82139 +"131158",18481,82141 +"131159",18481,82150 +"131160",18481,82164 +"131161",18481,84735 +"131162",18481,96274 +"131163",18482,88505 +"131164",18483,66289 +"131165",18483,90478 +"131166",18483,102395 +"131167",18485,32678 +"131168",18485,36897 +"131169",18485,48458 +"131170",18486,43646 +"131171",18487,22375 +"131172",18487,43015 +"131173",18488,32844 +"131174",18488,39886 +"131175",18488,64525 +"131176",18489,57326 +"131177",18490,18498 +"131178",18490,18628 +"131179",18490,19181 +"131180",18490,34168 +"131181",18490,73171 +"131182",18490,79612 +"131183",18490,105384 +"131184",18490,115424 +"131185",18491,121913 +"131186",18492,21218 +"131187",18492,21862 +"131188",18492,22089 +"131189",18492,58737 +"131190",18492,85416 +"131191",18492,87361 +"131192",18492,87391 +"131193",18493,19515 +"131194",18493,19679 +"131195",18493,20848 +"131196",18493,21554 +"131197",18493,22031 +"131198",18493,27814 +"131199",18493,82897 +"131200",18493,82917 +"131201",18494,38027 +"131202",18494,55268 +"131203",18494,71302 +"131204",18495,18619 +"131205",18495,18620 +"131206",18495,74989 +"131207",18495,110629 +"131208",18496,22029 +"131209",18496,22447 +"131210",18496,23948 +"131211",18496,34359 +"131212",18496,56358 +"131213",18496,60825 +"131214",18496,67304 +"131215",18496,72995 +"131216",18496,74797 +"131217",18496,80885 +"131218",18496,85559 +"131219",18496,88303 +"131220",18497,21544 +"131221",18497,22091 +"131222",18498,18628 +"131223",18498,19181 +"131224",18498,34168 +"131225",18498,72141 +"131226",18498,90765 +"131227",18499,21241 +"131228",18499,31918 +"131229",18499,53172 +"131230",18499,111228 +"131231",18500,22489 +"131232",18500,26026 +"131233",18500,27235 +"131234",18500,51058 +"131235",18500,58761 +"131236",18500,62536 +"131237",18501,18668 +"131238",18501,26364 +"131239",18501,30618 +"131240",18501,74964 +"131241",18501,121385 +"131242",18502,18543 +"131243",18502,26992 +"131244",18502,30396 +"131245",18502,37363 +"131246",18502,37875 +"131247",18502,49607 +"131248",18502,57612 +"131249",18502,58648 +"131250",18502,59603 +"131251",18502,62356 +"131252",18502,63124 +"131253",18502,65400 +"131254",18502,69049 +"131255",18502,73623 +"131256",18502,105950 +"131257",18502,110508 +"131258",18502,111987 +"131259",18502,113237 +"131260",18502,119587 +"131261",18503,30190 +"131262",18503,44589 +"131263",18503,81758 +"131264",18504,29654 +"131265",18504,92310 +"131266",18505,22872 +"131267",18505,26957 +"131268",18505,66728 +"131269",18505,67895 +"131270",18505,81495 +"131271",18505,87965 +"131272",18505,93424 +"131273",18505,93429 +"131274",18505,108560 +"131275",18506,18972 +"131276",18506,22873 +"131277",18506,39985 +"131278",18506,46124 +"131279",18506,54000 +"131280",18506,92440 +"131281",18507,18525 +"131282",18508,42347 +"131283",18508,49430 +"131284",18508,75283 +"131285",18508,122693 +"131286",18508,122728 +"131287",18509,25461 +"131288",18509,82665 +"131289",18509,83942 +"131290",18509,107907 +"131291",18510,27158 +"131292",18510,31582 +"131293",18510,31919 +"131294",18510,32098 +"131295",18510,33037 +"131296",18510,36025 +"131297",18510,43550 +"131298",18510,53925 +"131299",18510,55156 +"131300",18510,68810 +"131301",18510,77026 +"131302",18510,78416 +"131303",18510,78444 +"131304",18510,78541 +"131305",18510,78553 +"131306",18510,78563 +"131307",18510,79442 +"131308",18510,79443 +"131309",18510,84666 +"131310",18510,85365 +"131311",18510,89283 +"131312",18510,89372 +"131313",18510,101466 +"131314",18510,108415 +"131315",18510,115476 +"131316",18511,18557 +"131317",18511,40262 +"131318",18512,18562 +"131319",18512,18587 +"131320",18512,18677 +"131321",18512,19372 +"131322",18512,29397 +"131323",18512,50496 +"131324",18512,77722 +"131325",18513,47169 +"131326",18513,53022 +"131327",18513,72478 +"131328",18513,72481 +"131329",18514,19121 +"131330",18514,22299 +"131331",18514,22396 +"131332",18514,23938 +"131333",18514,24250 +"131334",18514,26682 +"131335",18514,29741 +"131336",18514,30876 +"131337",18514,32393 +"131338",18514,32939 +"131339",18514,33113 +"131340",18514,35296 +"131341",18514,38494 +"131342",18514,38932 +"131343",18514,40643 +"131344",18514,42017 +"131345",18514,42107 +"131346",18514,45787 +"131347",18514,47083 +"131348",18514,49231 +"131349",18514,50061 +"131350",18514,51103 +"131351",18514,52450 +"131352",18514,54059 +"131353",18514,55370 +"131354",18514,57804 +"131355",18514,59615 +"131356",18514,59940 +"131357",18514,67363 +"131358",18514,71230 +"131359",18514,76278 +"131360",18514,76740 +"131361",18514,76786 +"131362",18514,77272 +"131363",18514,77357 +"131364",18514,77402 +"131365",18514,78248 +"131366",18514,78255 +"131367",18514,78339 +"131368",18514,78445 +"131369",18514,79022 +"131370",18514,79716 +"131371",18514,79989 +"131372",18514,80281 +"131373",18514,81728 +"131374",18514,82196 +"131375",18514,82383 +"131376",18514,82810 +"131377",18514,82854 +"131378",18514,83853 +"131379",18514,83884 +"131380",18514,84379 +"131381",18514,84613 +"131382",18514,85465 +"131383",18514,85610 +"131384",18514,86351 +"131385",18514,86451 +"131386",18514,86882 +"131387",18514,87175 +"131388",18514,87451 +"131389",18514,87521 +"131390",18514,87572 +"131391",18514,87663 +"131392",18514,87721 +"131393",18514,87862 +"131394",18514,111754 +"131395",18515,29623 +"131396",18515,37503 +"131397",18515,39159 +"131398",18515,71086 +"131399",18515,73102 +"131400",18515,82381 +"131401",18515,119340 +"131402",18516,19348 +"131403",18517,33772 +"131404",18517,34637 +"131405",18517,101280 +"131406",18519,42623 +"131407",18520,22017 +"131408",18520,25774 +"131409",18520,35718 +"131410",18520,86742 +"131411",18520,97752 +"131412",18520,104076 +"131413",18521,18536 +"131414",18521,18592 +"131415",18521,18646 +"131416",18521,18702 +"131417",18521,59906 +"131418",18521,101987 +"131419",18522,109360 +"131420",18522,120826 +"131421",18523,18890 +"131422",18523,18910 +"131423",18523,19583 +"131424",18523,45259 +"131425",18523,67977 +"131426",18523,70122 +"131427",18523,78697 +"131428",18523,92527 +"131429",18523,94955 +"131430",18523,95915 +"131431",18523,115566 +"131432",18524,18608 +"131433",18524,65970 +"131434",18524,78617 +"131435",18524,82505 +"131436",18524,82726 +"131437",18525,24316 +"131438",18525,26389 +"131439",18525,34279 +"131440",18525,34614 +"131441",18525,34905 +"131442",18525,47024 +"131443",18525,47557 +"131444",18525,53467 +"131445",18525,91376 +"131446",18526,23362 +"131447",18526,27022 +"131448",18526,31579 +"131449",18526,72446 +"131450",18527,20791 +"131451",18527,47466 +"131452",18528,19850 +"131453",18528,37260 +"131454",18528,64753 +"131455",18528,77952 +"131456",18528,88008 +"131457",18529,28540 +"131458",18529,36445 +"131459",18529,72860 +"131460",18529,80410 +"131461",18530,26212 +"131462",18530,37929 +"131463",18530,38015 +"131464",18530,58252 +"131465",18530,60909 +"131466",18530,62377 +"131467",18530,63632 +"131468",18530,72314 +"131469",18531,68947 +"131470",18531,69851 +"131471",18531,121782 +"131472",18532,79336 +"131473",18532,88595 +"131474",18533,50188 +"131475",18534,76837 +"131476",18534,82415 +"131477",18535,20713 +"131478",18535,22061 +"131479",18535,26353 +"131480",18535,30211 +"131481",18535,37533 +"131482",18535,38922 +"131483",18535,44066 +"131484",18535,50822 +"131485",18535,55404 +"131486",18535,55424 +"131487",18535,55483 +"131488",18535,57209 +"131489",18535,58220 +"131490",18535,59768 +"131491",18535,60092 +"131492",18535,64665 +"131493",18535,83806 +"131494",18535,91383 +"131495",18535,102048 +"131496",18536,18592 +"131497",18536,18646 +"131498",18536,18702 +"131499",18536,29911 +"131500",18536,42263 +"131501",18536,55908 +"131502",18536,101987 +"131503",18536,103413 +"131504",18537,18538 +"131505",18537,18647 +"131506",18537,31187 +"131507",18537,83124 +"131508",18537,92152 +"131509",18538,18647 +"131510",18540,22163 +"131511",18540,22287 +"131512",18540,27140 +"131513",18541,37954 +"131514",18541,52013 +"131515",18541,52933 +"131516",18541,86913 +"131517",18542,27348 +"131518",18542,56559 +"131519",18542,76134 +"131520",18542,79080 +"131521",18542,101017 +"131522",18542,101018 +"131523",18542,106688 +"131524",18543,20749 +"131525",18543,24479 +"131526",18543,27473 +"131527",18543,31951 +"131528",18543,34319 +"131529",18543,35904 +"131530",18543,37875 +"131531",18543,41085 +"131532",18543,44427 +"131533",18543,46483 +"131534",18543,48707 +"131535",18543,51666 +"131536",18543,57612 +"131537",18543,65400 +"131538",18543,66744 +"131539",18543,66886 +"131540",18543,67825 +"131541",18543,68281 +"131542",18543,75025 +"131543",18543,76213 +"131544",18543,77871 +"131545",18543,80153 +"131546",18543,80305 +"131547",18543,80605 +"131548",18543,82401 +"131549",18543,87914 +"131550",18543,91770 +"131551",18543,92592 +"131552",18543,96336 +"131553",18543,96513 +"131554",18543,97485 +"131555",18543,99070 +"131556",18543,99263 +"131557",18543,100291 +"131558",18543,100502 +"131559",18543,101484 +"131560",18543,101681 +"131561",18543,101967 +"131562",18543,104662 +"131563",18543,105207 +"131564",18543,106225 +"131565",18543,109007 +"131566",18543,109020 +"131567",18543,109958 +"131568",18543,110380 +"131569",18543,110488 +"131570",18543,110719 +"131571",18543,111335 +"131572",18543,113473 +"131573",18543,115910 +"131574",18543,121290 +"131575",18543,121294 +"131576",18544,28369 +"131577",18544,40551 +"131578",18544,43729 +"131579",18544,57330 +"131580",18544,89761 +"131581",18544,97908 +"131582",18544,107575 +"131583",18544,118271 +"131584",18544,119284 +"131585",18545,25008 +"131586",18545,30793 +"131587",18545,30965 +"131588",18545,31137 +"131589",18545,38206 +"131590",18545,54540 +"131591",18545,60997 +"131592",18545,63445 +"131593",18545,69671 +"131594",18545,80743 +"131595",18546,23721 +"131596",18546,29096 +"131597",18546,36162 +"131598",18546,102254 +"131599",18547,18663 +"131600",18547,20173 +"131601",18547,20221 +"131602",18547,23645 +"131603",18547,30623 +"131604",18547,30742 +"131605",18547,33182 +"131606",18547,36400 +"131607",18547,44452 +"131608",18547,45953 +"131609",18547,47965 +"131610",18547,62877 +"131611",18547,68734 +"131612",18547,74561 +"131613",18547,77317 +"131614",18547,88649 +"131615",18547,102152 +"131616",18547,106510 +"131617",18548,27908 +"131618",18548,28237 +"131619",18548,28844 +"131620",18548,35404 +"131621",18549,35426 +"131622",18549,86502 +"131623",18550,21650 +"131624",18550,22351 +"131625",18550,25031 +"131626",18550,26216 +"131627",18550,28093 +"131628",18550,28353 +"131629",18550,29019 +"131630",18550,29026 +"131631",18550,32413 +"131632",18550,34614 +"131633",18550,34631 +"131634",18550,34668 +"131635",18550,35983 +"131636",18550,38270 +"131637",18550,40113 +"131638",18550,41696 +"131639",18550,42289 +"131640",18550,48281 +"131641",18550,48380 +"131642",18550,50662 +"131643",18550,56216 +"131644",18550,59615 +"131645",18550,62679 +"131646",18550,63105 +"131647",18550,68001 +"131648",18550,68475 +"131649",18550,68917 +"131650",18550,69296 +"131651",18550,71106 +"131652",18550,73655 +"131653",18550,75767 +"131654",18550,76046 +"131655",18550,76459 +"131656",18550,76808 +"131657",18550,77727 +"131658",18550,78224 +"131659",18550,79222 +"131660",18550,82978 +"131661",18550,83306 +"131662",18550,85027 +"131663",18550,88412 +"131664",18550,90275 +"131665",18550,90426 +"131666",18550,91112 +"131667",18550,91526 +"131668",18550,93425 +"131669",18550,93523 +"131670",18550,94520 +"131671",18550,95954 +"131672",18550,99485 +"131673",18550,99544 +"131674",18550,99547 +"131675",18550,99554 +"131676",18550,100595 +"131677",18550,100739 +"131678",18550,100819 +"131679",18550,101898 +"131680",18550,101988 +"131681",18550,102146 +"131682",18550,102201 +"131683",18550,102309 +"131684",18550,102635 +"131685",18550,102730 +"131686",18550,102846 +"131687",18550,103790 +"131688",18550,104095 +"131689",18550,104574 +"131690",18550,104784 +"131691",18550,104845 +"131692",18550,107269 +"131693",18550,107623 +"131694",18550,107714 +"131695",18550,107879 +"131696",18550,107975 +"131697",18550,108491 +"131698",18551,48569 +"131699",18551,53803 +"131700",18551,61095 +"131701",18551,64254 +"131702",18551,76770 +"131703",18551,81094 +"131704",18551,81466 +"131705",18552,21617 +"131706",18552,25289 +"131707",18552,28370 +"131708",18552,38443 +"131709",18552,41003 +"131710",18552,43226 +"131711",18552,57620 +"131712",18552,89418 +"131713",18552,107782 +"131714",18553,25253 +"131715",18553,65695 +"131716",18553,90655 +"131717",18554,18615 +"131718",18554,18616 +"131719",18554,18713 +"131720",18554,23071 +"131721",18554,49092 +"131722",18555,21221 +"131723",18555,42222 +"131724",18555,52205 +"131725",18555,52221 +"131726",18555,57287 +"131727",18555,59707 +"131728",18555,66480 +"131729",18555,85349 +"131730",18555,85653 +"131731",18555,99373 +"131732",18555,116285 +"131733",18556,18696 +"131734",18556,33171 +"131735",18556,49057 +"131736",18556,53262 +"131737",18556,54209 +"131738",18556,55812 +"131739",18556,55831 +"131740",18556,55832 +"131741",18556,55854 +"131742",18556,55863 +"131743",18556,55872 +"131744",18556,55903 +"131745",18556,55915 +"131746",18556,55916 +"131747",18557,18807 +"131748",18557,40262 +"131749",18557,83613 +"131750",18557,83677 +"131751",18558,27080 +"131752",18558,104370 +"131753",18559,48335 +"131754",18559,54336 +"131755",18559,61006 +"131756",18560,18686 +"131757",18561,42083 +"131758",18561,111676 +"131759",18562,18587 +"131760",18562,18677 +"131761",18562,28528 +"131762",18563,18655 +"131763",18563,32617 +"131764",18563,60673 +"131765",18563,60785 +"131766",18563,60804 +"131767",18563,66252 +"131768",18563,69782 +"131769",18563,76315 +"131770",18563,79448 +"131771",18563,91635 +"131772",18563,94363 +"131773",18564,18565 +"131774",18564,18636 +"131775",18564,32387 +"131776",18564,42613 +"131777",18564,59717 +"131778",18564,92887 +"131779",18565,18636 +"131780",18565,27803 +"131781",18565,30509 +"131782",18565,30510 +"131783",18565,30548 +"131784",18565,31303 +"131785",18565,31304 +"131786",18565,92930 +"131787",18566,93893 +"131788",18567,33488 +"131789",18567,41617 +"131790",18567,45739 +"131791",18567,61298 +"131792",18567,64540 +"131793",18567,90356 +"131794",18567,96325 +"131795",18568,33277 +"131796",18568,44854 +"131797",18568,59178 +"131798",18568,60162 +"131799",18569,38382 +"131800",18569,53614 +"131801",18569,64686 +"131802",18569,106142 +"131803",18570,18582 +"131804",18571,20708 +"131805",18571,23358 +"131806",18571,26713 +"131807",18571,27783 +"131808",18571,31164 +"131809",18571,33596 +"131810",18571,36136 +"131811",18571,36160 +"131812",18571,38770 +"131813",18571,39105 +"131814",18571,39614 +"131815",18571,45443 +"131816",18571,46951 +"131817",18571,47300 +"131818",18571,55571 +"131819",18571,58686 +"131820",18571,64743 +"131821",18571,76132 +"131822",18571,76675 +"131823",18571,76807 +"131824",18571,85307 +"131825",18571,92953 +"131826",18571,94398 +"131827",18571,103826 +"131828",18571,104841 +"131829",18571,108968 +"131830",18571,114265 +"131831",18571,115674 +"131832",18571,117098 +"131833",18571,122198 +"131834",18573,31924 +"131835",18573,32058 +"131836",18573,36892 +"131837",18573,45881 +"131838",18573,54679 +"131839",18573,90833 +"131840",18573,92071 +"131841",18573,97294 +"131842",18573,122599 +"131843",18574,30728 +"131844",18574,65054 +"131845",18575,18693 +"131846",18575,65101 +"131847",18576,19430 +"131848",18576,29709 +"131849",18577,18630 +"131850",18577,45741 +"131851",18577,63321 +"131852",18578,29207 +"131853",18578,61278 +"131854",18578,70672 +"131855",18578,97855 +"131856",18578,97879 +"131857",18579,29697 +"131858",18579,40517 +"131859",18579,59360 +"131860",18580,40577 +"131861",18581,55406 +"131862",18582,20558 +"131863",18582,20984 +"131864",18582,21013 +"131865",18582,22030 +"131866",18582,35551 +"131867",18582,37427 +"131868",18582,51201 +"131869",18582,64841 +"131870",18582,65953 +"131871",18582,73397 +"131872",18582,82453 +"131873",18582,93021 +"131874",18583,27025 +"131875",18583,57466 +"131876",18583,110232 +"131877",18583,111301 +"131878",18583,118242 +"131879",18583,118245 +"131880",18584,22171 +"131881",18584,22172 +"131882",18584,30721 +"131883",18584,68823 +"131884",18584,70239 +"131885",18584,109978 +"131886",18585,49062 +"131887",18586,21860 +"131888",18586,34694 +"131889",18586,38983 +"131890",18586,55573 +"131891",18586,79068 +"131892",18586,90151 +"131893",18586,107906 +"131894",18587,18677 +"131895",18587,46172 +"131896",18587,84566 +"131897",18587,110602 +"131898",18587,120600 +"131899",18588,34254 +"131900",18588,39433 +"131901",18588,79687 +"131902",18588,87220 +"131903",18589,25602 +"131904",18589,104250 +"131905",18589,105962 +"131906",18589,106220 +"131907",18590,18657 +"131908",18590,19054 +"131909",18590,19298 +"131910",18590,34228 +"131911",18590,37938 +"131912",18590,39210 +"131913",18590,39228 +"131914",18591,79073 +"131915",18591,112988 +"131916",18592,18646 +"131917",18592,18702 +"131918",18592,25286 +"131919",18592,32024 +"131920",18592,70774 +"131921",18592,73368 +"131922",18592,80228 +"131923",18592,80374 +"131924",18593,55794 +"131925",18593,76257 +"131926",18593,90482 +"131927",18593,98724 +"131928",18593,121528 +"131929",18594,24434 +"131930",18594,30747 +"131931",18594,32001 +"131932",18594,49216 +"131933",18594,53343 +"131934",18594,54783 +"131935",18594,57174 +"131936",18594,57178 +"131937",18594,121864 +"131938",18595,77618 +"131939",18595,92580 +"131940",18596,21682 +"131941",18596,21828 +"131942",18596,21847 +"131943",18596,21849 +"131944",18596,94853 +"131945",18597,18916 +"131946",18598,18650 +"131947",18598,24993 +"131948",18598,27943 +"131949",18598,38134 +"131950",18598,38151 +"131951",18598,93202 +"131952",18599,18712 +"131953",18599,29014 +"131954",18599,37267 +"131955",18599,42756 +"131956",18600,18767 +"131957",18600,20072 +"131958",18600,21505 +"131959",18600,21607 +"131960",18600,21665 +"131961",18600,21670 +"131962",18600,23861 +"131963",18600,32630 +"131964",18600,34564 +"131965",18600,34620 +"131966",18600,35822 +"131967",18600,38525 +"131968",18600,41713 +"131969",18600,42087 +"131970",18600,42088 +"131971",18600,45047 +"131972",18600,45980 +"131973",18600,48202 +"131974",18600,48212 +"131975",18600,53132 +"131976",18600,53227 +"131977",18600,55111 +"131978",18600,58628 +"131979",18600,61801 +"131980",18600,64350 +"131981",18600,73044 +"131982",18600,73058 +"131983",18600,73335 +"131984",18600,77929 +"131985",18600,78063 +"131986",18600,78429 +"131987",18600,78569 +"131988",18600,82143 +"131989",18600,83231 +"131990",18600,86471 +"131991",18600,90804 +"131992",18600,91022 +"131993",18600,91045 +"131994",18600,95675 +"131995",18600,98190 +"131996",18600,101516 +"131997",18600,102387 +"131998",18600,108374 +"131999",18600,108815 +"132000",18600,108893 +"132001",18600,109101 +"132002",18600,109523 +"132003",18600,109965 +"132004",18600,110993 +"132005",18600,111338 +"132006",18600,111398 +"132007",18600,111409 +"132008",18600,111480 +"132009",18600,112422 +"132010",18600,112648 +"132011",18600,112708 +"132012",18600,112820 +"132013",18600,112997 +"132014",18600,113597 +"132015",18600,114418 +"132016",18600,114582 +"132017",18600,115371 +"132018",18600,116028 +"132019",18600,116604 +"132020",18600,123323 +"132021",18601,18652 +"132022",18601,18868 +"132023",18602,49108 +"132024",18602,89964 +"132025",18602,120595 +"132026",18603,18655 +"132027",18603,18681 +"132028",18603,19012 +"132029",18603,39564 +"132030",18603,43275 +"132031",18603,64666 +"132032",18603,71967 +"132033",18603,74442 +"132034",18603,80519 +"132035",18603,96278 +"132036",18604,29324 +"132037",18607,57330 +"132038",18607,59309 +"132039",18607,75901 +"132040",18607,97059 +"132041",18607,99471 +"132042",18607,117673 +"132043",18608,42282 +"132044",18608,47621 +"132045",18608,53837 +"132046",18608,82726 +"132047",18609,18633 +"132048",18609,23300 +"132049",18609,36342 +"132050",18609,42672 +"132051",18609,46580 +"132052",18610,53017 +"132053",18610,53971 +"132054",18610,58039 +"132055",18610,94405 +"132056",18610,103378 +"132057",18610,115421 +"132058",18611,41336 +"132059",18611,118386 +"132060",18612,32663 +"132061",18612,60677 +"132062",18612,62946 +"132063",18612,66245 +"132064",18612,71628 +"132065",18612,71640 +"132066",18613,38909 +"132067",18613,115254 +"132068",18614,36643 +"132069",18615,18616 +"132070",18615,18713 +"132071",18615,20646 +"132072",18615,23071 +"132073",18615,26183 +"132074",18615,35549 +"132075",18615,51189 +"132076",18615,52764 +"132077",18615,56261 +"132078",18615,60424 +"132079",18615,60850 +"132080",18615,77424 +"132081",18615,89590 +"132082",18615,90190 +"132083",18615,91286 +"132084",18615,116915 +"132085",18616,18713 +"132086",18616,25198 +"132087",18616,100435 +"132088",18617,60779 +"132089",18617,77416 +"132090",18617,89687 +"132091",18617,90543 +"132092",18617,93583 +"132093",18617,97293 +"132094",18617,97514 +"132095",18617,104272 +"132096",18617,108722 +"132097",18617,113879 +"132098",18617,114567 +"132099",18618,19972 +"132100",18618,21372 +"132101",18618,80412 +"132102",18619,18620 +"132103",18619,65709 +"132104",18619,74989 +"132105",18619,107963 +"132106",18619,110629 +"132107",18619,111452 +"132108",18619,117225 +"132109",18621,20461 +"132110",18621,23576 +"132111",18621,71907 +"132112",18621,84111 +"132113",18621,86919 +"132114",18622,28709 +"132115",18622,78324 +"132116",18622,115538 +"132117",18623,28198 +"132118",18623,28522 +"132119",18623,39872 +"132120",18623,52315 +"132121",18623,63502 +"132122",18623,70529 +"132123",18623,110982 +"132124",18624,27584 +"132125",18624,101929 +"132126",18624,112517 +"132127",18625,18812 +"132128",18625,18854 +"132129",18626,54346 +"132130",18627,19558 +"132131",18627,19726 +"132132",18627,29038 +"132133",18627,29780 +"132134",18627,40143 +"132135",18627,64604 +"132136",18627,109767 +"132137",18628,19181 +"132138",18628,34168 +"132139",18628,99201 +"132140",18629,26794 +"132141",18629,30786 +"132142",18629,48335 +"132143",18629,82309 +"132144",18630,26158 +"132145",18630,37381 +"132146",18630,45025 +"132147",18630,76181 +"132148",18631,31197 +"132149",18631,51608 +"132150",18632,28283 +"132151",18632,33125 +"132152",18632,33875 +"132153",18632,40722 +"132154",18632,40723 +"132155",18632,73176 +"132156",18632,73237 +"132157",18633,23300 +"132158",18633,36342 +"132159",18633,112390 +"132160",18634,19003 +"132161",18634,51499 +"132162",18634,76505 +"132163",18635,33396 +"132164",18635,33414 +"132165",18635,33645 +"132166",18636,105099 +"132167",18636,105294 +"132168",18637,29430 +"132169",18637,83202 +"132170",18638,18666 +"132171",18638,18697 +"132172",18638,18715 +"132173",18638,43538 +"132174",18638,57670 +"132175",18638,102244 +"132176",18638,105319 +"132177",18639,105861 +"132178",18639,106563 +"132179",18641,27060 +"132180",18641,33013 +"132181",18641,44201 +"132182",18641,83286 +"132183",18641,83291 +"132184",18641,119365 +"132185",18642,66504 +"132186",18643,29558 +"132187",18644,49064 +"132188",18644,96428 +"132189",18645,18659 +"132190",18645,20709 +"132191",18645,26668 +"132192",18645,31420 +"132193",18645,33103 +"132194",18645,37343 +"132195",18645,39507 +"132196",18645,41097 +"132197",18645,45024 +"132198",18645,47225 +"132199",18645,55220 +"132200",18645,70530 +"132201",18645,72425 +"132202",18645,72710 +"132203",18645,81121 +"132204",18645,83824 +"132205",18645,88310 +"132206",18645,100566 +"132207",18645,100840 +"132208",18645,104498 +"132209",18645,110703 +"132210",18645,110712 +"132211",18645,110857 +"132212",18645,115667 +"132213",18645,120917 +"132214",18646,18702 +"132215",18646,20679 +"132216",18646,60023 +"132217",18646,60768 +"132218",18646,91712 +"132219",18646,93774 +"132220",18646,103710 +"132221",18646,111181 +"132222",18646,112569 +"132223",18646,119565 +"132224",18648,19239 +"132225",18648,27742 +"132226",18648,33871 +"132227",18648,36724 +"132228",18648,39442 +"132229",18648,39944 +"132230",18648,44115 +"132231",18648,46343 +"132232",18648,50137 +"132233",18648,51316 +"132234",18648,54589 +"132235",18648,58655 +"132236",18648,106230 +"132237",18648,108451 +"132238",18648,113620 +"132239",18648,118451 +"132240",18649,46109 +"132241",18649,51886 +"132242",18649,69081 +"132243",18652,18868 +"132244",18652,20060 +"132245",18652,33357 +"132246",18652,45044 +"132247",18652,49846 +"132248",18652,66258 +"132249",18652,77631 +"132250",18652,88687 +"132251",18652,88823 +"132252",18652,88826 +"132253",18652,103087 +"132254",18653,32417 +"132255",18653,56337 +"132256",18653,82440 +"132257",18653,96299 +"132258",18653,109287 +"132259",18653,118318 +"132260",18655,18681 +"132261",18655,20001 +"132262",18655,46032 +"132263",18655,47676 +"132264",18655,54360 +"132265",18655,60673 +"132266",18655,60785 +"132267",18655,66252 +"132268",18655,79448 +"132269",18655,91518 +"132270",18655,110198 +"132271",18656,20881 +"132272",18656,28316 +"132273",18656,31785 +"132274",18656,43123 +"132275",18656,46837 +"132276",18656,48712 +"132277",18656,49125 +"132278",18656,84796 +"132279",18657,19054 +"132280",18657,19298 +"132281",18657,34228 +"132282",18657,37938 +"132283",18657,39210 +"132284",18657,39228 +"132285",18658,44886 +"132286",18658,44968 +"132287",18658,68261 +"132288",18660,35988 +"132289",18660,64433 +"132290",18661,47975 +"132291",18661,53037 +"132292",18661,105029 +"132293",18661,118610 +"132294",18662,31669 +"132295",18662,33451 +"132296",18663,30623 +"132297",18664,25198 +"132298",18664,91286 +"132299",18665,34154 +"132300",18665,54196 +"132301",18665,60481 +"132302",18665,88462 +"132303",18665,105478 +"132304",18666,18697 +"132305",18666,18715 +"132306",18666,22471 +"132307",18666,24503 +"132308",18666,25552 +"132309",18666,49473 +"132310",18666,51900 +"132311",18666,55311 +"132312",18666,57613 +"132313",18666,69039 +"132314",18666,84127 +"132315",18666,86552 +"132316",18666,98465 +"132317",18666,120238 +"132318",18667,36509 +"132319",18668,59032 +"132320",18668,62181 +"132321",18669,32519 +"132322",18669,59715 +"132323",18669,69678 +"132324",18670,19164 +"132325",18670,20417 +"132326",18670,20528 +"132327",18670,20529 +"132328",18670,20616 +"132329",18670,20722 +"132330",18670,20830 +"132331",18670,21811 +"132332",18670,22682 +"132333",18670,23423 +"132334",18670,23622 +"132335",18670,23688 +"132336",18670,24812 +"132337",18670,26251 +"132338",18670,27796 +"132339",18670,28823 +"132340",18670,29512 +"132341",18670,31159 +"132342",18670,42652 +"132343",18670,47582 +"132344",18670,47736 +"132345",18670,49359 +"132346",18670,66756 +"132347",18670,80417 +"132348",18670,88516 +"132349",18670,97752 +"132350",18670,107954 +"132351",18671,33985 +"132352",18671,46954 +"132353",18671,47034 +"132354",18671,47076 +"132355",18671,47077 +"132356",18671,62914 +"132357",18672,18895 +"132358",18672,21001 +"132359",18672,29681 +"132360",18672,34496 +"132361",18672,48291 +"132362",18672,48817 +"132363",18672,55486 +"132364",18672,60662 +"132365",18672,66943 +"132366",18673,30492 +"132367",18673,60816 +"132368",18673,73264 +"132369",18673,101818 +"132370",18674,96421 +"132371",18674,96442 +"132372",18675,19383 +"132373",18675,29761 +"132374",18675,35007 +"132375",18675,35008 +"132376",18675,45874 +"132377",18676,23684 +"132378",18678,49948 +"132379",18678,112376 +"132380",18680,19859 +"132381",18680,24931 +"132382",18680,26946 +"132383",18680,27570 +"132384",18680,36520 +"132385",18680,69397 +"132386",18680,80309 +"132387",18680,90038 +"132388",18680,113588 +"132389",18681,32969 +"132390",18681,33010 +"132391",18682,35068 +"132392",18682,35684 +"132393",18682,50773 +"132394",18682,103982 +"132395",18682,103994 +"132396",18682,104000 +"132397",18683,35306 +"132398",18684,25145 +"132399",18685,18688 +"132400",18685,24512 +"132401",18685,64507 +"132402",18685,109033 +"132403",18686,83567 +"132404",18687,20488 +"132405",18687,35097 +"132406",18689,19330 +"132407",18689,21677 +"132408",18689,25819 +"132409",18689,45667 +"132410",18689,50334 +"132411",18690,19268 +"132412",18691,19431 +"132413",18691,22462 +"132414",18691,32395 +"132415",18691,33451 +"132416",18691,33827 +"132417",18691,37854 +"132418",18691,54472 +"132419",18691,56718 +"132420",18691,56873 +"132421",18691,61673 +"132422",18691,62165 +"132423",18691,74862 +"132424",18691,116764 +"132425",18691,120845 +"132426",18692,51015 +"132427",18692,66007 +"132428",18692,86911 +"132429",18694,25069 +"132430",18694,34519 +"132431",18694,35421 +"132432",18694,38227 +"132433",18694,94396 +"132434",18694,113694 +"132435",18695,25466 +"132436",18695,81266 +"132437",18696,26248 +"132438",18696,36801 +"132439",18696,44252 +"132440",18696,51381 +"132441",18697,18715 +"132442",18697,24111 +"132443",18697,49597 +"132444",18697,95892 +"132445",18698,25543 +"132446",18698,35307 +"132447",18698,77937 +"132448",18699,95936 +"132449",18700,19025 +"132450",18700,28848 +"132451",18700,28902 +"132452",18700,98100 +"132453",18700,98743 +"132454",18701,18718 +"132455",18702,23828 +"132456",18702,42263 +"132457",18702,43768 +"132458",18702,49983 +"132459",18702,63885 +"132460",18702,66021 +"132461",18702,70212 +"132462",18702,87935 +"132463",18702,110723 +"132464",18702,110738 +"132465",18702,115346 +"132466",18703,62538 +"132467",18704,76563 +"132468",18705,67242 +"132469",18705,82950 +"132470",18705,82951 +"132471",18705,82979 +"132472",18706,19824 +"132473",18706,22281 +"132474",18706,26488 +"132475",18706,38139 +"132476",18706,45898 +"132477",18706,84319 +"132478",18706,94602 +"132479",18706,106530 +"132480",18707,26985 +"132481",18707,27313 +"132482",18707,30052 +"132483",18707,33569 +"132484",18707,54080 +"132485",18707,60421 +"132486",18707,73991 +"132487",18707,75948 +"132488",18707,84256 +"132489",18707,86252 +"132490",18707,107233 +"132491",18707,110373 +"132492",18708,61138 +"132493",18709,89520 +"132494",18711,33256 +"132495",18711,65050 +"132496",18711,75964 +"132497",18712,22669 +"132498",18712,26939 +"132499",18712,27861 +"132500",18712,28574 +"132501",18712,30123 +"132502",18712,33872 +"132503",18712,35288 +"132504",18712,35462 +"132505",18712,37932 +"132506",18712,37953 +"132507",18712,39332 +"132508",18712,39482 +"132509",18712,42756 +"132510",18712,43545 +"132511",18712,47148 +"132512",18712,47968 +"132513",18712,48008 +"132514",18712,80647 +"132515",18712,92636 +"132516",18712,103446 +"132517",18712,106450 +"132518",18713,39722 +"132519",18713,91286 +"132520",18715,34781 +"132521",18715,42583 +"132522",18715,56417 +"132523",18715,56440 +"132524",18715,56930 +"132525",18716,18948 +"132526",18716,22399 +"132527",18716,36358 +"132528",18716,36928 +"132529",18716,44787 +"132530",18717,19472 +"132531",18717,21854 +"132532",18718,21027 +"132533",18718,38438 +"132534",18718,47607 +"132535",18718,58945 +"132536",18718,75194 +"132537",18718,84520 +"132538",18718,85101 +"132539",18718,86090 +"132540",18718,97575 +"132541",18718,97625 +"132542",18718,117185 +"132543",18719,20935 +"132544",18719,31870 +"132545",18719,36040 +"132546",18719,53548 +"132547",18719,60380 +"132548",18719,67831 +"132549",18719,78520 +"132550",18719,98816 +"132551",18719,114089 +"132552",18720,37283 +"132553",18721,18775 +"132554",18721,30546 +"132555",18721,30583 +"132556",18721,34375 +"132557",18721,34481 +"132558",18721,64162 +"132559",18721,70399 +"132560",18722,18787 +"132561",18722,18858 +"132562",18723,34507 +"132563",18723,62901 +"132564",18723,90143 +"132565",18724,22564 +"132566",18724,27576 +"132567",18724,27689 +"132568",18724,40361 +"132569",18724,76408 +"132570",18725,24171 +"132571",18726,18893 +"132572",18727,21909 +"132573",18727,28786 +"132574",18727,40671 +"132575",18727,40701 +"132576",18727,40736 +"132577",18728,18746 +"132578",18728,18824 +"132579",18728,18841 +"132580",18728,18850 +"132581",18728,20528 +"132582",18728,20830 +"132583",18728,28695 +"132584",18728,41895 +"132585",18728,42028 +"132586",18728,44163 +"132587",18728,57437 +"132588",18728,62901 +"132589",18728,63803 +"132590",18729,18939 +"132591",18729,28486 +"132592",18729,83563 +"132593",18729,94820 +"132594",18729,108963 +"132595",18729,120479 +"132596",18730,23692 +"132597",18730,28396 +"132598",18730,49414 +"132599",18730,66541 +"132600",18730,74698 +"132601",18730,77080 +"132602",18730,81077 +"132603",18730,83430 +"132604",18730,86861 +"132605",18731,18766 +"132606",18731,21165 +"132607",18731,26085 +"132608",18731,34575 +"132609",18731,34643 +"132610",18731,40305 +"132611",18731,44946 +"132612",18731,48485 +"132613",18731,48505 +"132614",18731,51265 +"132615",18731,61568 +"132616",18731,68341 +"132617",18731,69305 +"132618",18731,102128 +"132619",18731,115698 +"132620",18731,115760 +"132621",18732,22955 +"132622",18732,31018 +"132623",18732,34863 +"132624",18732,51602 +"132625",18732,76239 +"132626",18732,83739 +"132627",18732,90955 +"132628",18733,42504 +"132629",18733,44559 +"132630",18733,77486 +"132631",18733,77489 +"132632",18734,18769 +"132633",18734,28817 +"132634",18734,38544 +"132635",18735,29707 +"132636",18735,33611 +"132637",18735,45395 +"132638",18735,46102 +"132639",18735,52728 +"132640",18735,57555 +"132641",18735,69347 +"132642",18736,44589 +"132643",18737,18922 +"132644",18737,18966 +"132645",18738,18872 +"132646",18738,62401 +"132647",18739,25735 +"132648",18740,18756 +"132649",18740,18912 +"132650",18740,19062 +"132651",18740,19154 +"132652",18740,19164 +"132653",18740,20977 +"132654",18740,22186 +"132655",18740,23420 +"132656",18740,23723 +"132657",18740,35587 +"132658",18740,38307 +"132659",18740,43455 +"132660",18740,43460 +"132661",18740,57377 +"132662",18740,59800 +"132663",18740,60453 +"132664",18740,61923 +"132665",18740,63895 +"132666",18740,63935 +"132667",18740,63947 +"132668",18740,63962 +"132669",18740,73712 +"132670",18741,32542 +"132671",18741,46714 +"132672",18741,51349 +"132673",18741,51654 +"132674",18741,78366 +"132675",18742,19106 +"132676",18742,20946 +"132677",18742,65248 +"132678",18743,21171 +"132679",18743,21250 +"132680",18743,83657 +"132681",18743,119582 +"132682",18744,18758 +"132683",18744,18836 +"132684",18744,26622 +"132685",18745,80342 +"132686",18745,112005 +"132687",18746,18824 +"132688",18746,18841 +"132689",18746,18850 +"132690",18746,64673 +"132691",18747,44560 +"132692",18747,66015 +"132693",18747,66632 +"132694",18747,69840 +"132695",18747,89325 +"132696",18747,92978 +"132697",18747,101021 +"132698",18747,106118 +"132699",18747,111861 +"132700",18747,115212 +"132701",18748,18978 +"132702",18748,20811 +"132703",18748,28718 +"132704",18748,29504 +"132705",18748,32532 +"132706",18748,32560 +"132707",18748,32651 +"132708",18748,40840 +"132709",18748,46678 +"132710",18748,50662 +"132711",18748,59039 +"132712",18748,97096 +"132713",18748,104516 +"132714",18748,104523 +"132715",18749,24978 +"132716",18749,24979 +"132717",18749,25092 +"132718",18749,40913 +"132719",18749,59729 +"132720",18749,68372 +"132721",18749,84799 +"132722",18750,18819 +"132723",18750,38625 +"132724",18750,42441 +"132725",18750,47506 +"132726",18750,52502 +"132727",18750,57262 +"132728",18750,59464 +"132729",18750,60241 +"132730",18750,62295 +"132731",18750,62766 +"132732",18750,65333 +"132733",18750,68284 +"132734",18750,70233 +"132735",18750,70498 +"132736",18750,72142 +"132737",18750,74094 +"132738",18750,75942 +"132739",18750,86373 +"132740",18750,86462 +"132741",18750,86727 +"132742",18750,87389 +"132743",18750,88764 +"132744",18750,90946 +"132745",18750,97278 +"132746",18750,100578 +"132747",18750,103201 +"132748",18750,105625 +"132749",18750,106938 +"132750",18750,110032 +"132751",18750,110037 +"132752",18750,110318 +"132753",18750,111435 +"132754",18750,111621 +"132755",18750,115957 +"132756",18750,122041 +"132757",18751,18830 +"132758",18751,18961 +"132759",18751,18976 +"132760",18751,77382 +"132761",18752,19838 +"132762",18753,34534 +"132763",18753,41718 +"132764",18753,76838 +"132765",18753,78039 +"132766",18753,92722 +"132767",18753,95338 +"132768",18753,95827 +"132769",18753,116279 +"132770",18754,18755 +"132771",18754,31638 +"132772",18754,92948 +"132773",18754,99311 +"132774",18754,101270 +"132775",18755,31638 +"132776",18755,51163 +"132777",18755,92948 +"132778",18756,18912 +"132779",18756,19062 +"132780",18756,47736 +"132781",18757,24343 +"132782",18757,71834 +"132783",18758,18836 +"132784",18759,29143 +"132785",18759,72639 +"132786",18760,42211 +"132787",18760,96166 +"132788",18761,18795 +"132789",18761,18915 +"132790",18761,23998 +"132791",18761,24000 +"132792",18762,24308 +"132793",18762,51484 +"132794",18763,19789 +"132795",18763,24776 +"132796",18763,25455 +"132797",18763,33990 +"132798",18763,47030 +"132799",18763,69446 +"132800",18763,72226 +"132801",18763,103079 +"132802",18764,22039 +"132803",18764,31852 +"132804",18764,33312 +"132805",18764,52022 +"132806",18764,53360 +"132807",18764,53801 +"132808",18764,60221 +"132809",18764,64052 +"132810",18764,78136 +"132811",18764,78393 +"132812",18764,78791 +"132813",18764,81189 +"132814",18764,82118 +"132815",18764,90046 +"132816",18764,95568 +"132817",18764,96540 +"132818",18764,96635 +"132819",18764,96692 +"132820",18764,107047 +"132821",18765,19506 +"132822",18765,19536 +"132823",18765,33551 +"132824",18765,44662 +"132825",18765,77835 +"132826",18765,79870 +"132827",18765,82692 +"132828",18765,88695 +"132829",18765,90790 +"132830",18765,91162 +"132831",18765,91163 +"132832",18765,91165 +"132833",18765,91170 +"132834",18765,91201 +"132835",18766,76080 +"132836",18766,98479 +"132837",18766,98505 +"132838",18767,20072 +"132839",18767,21505 +"132840",18767,21607 +"132841",18767,21665 +"132842",18767,23861 +"132843",18767,32630 +"132844",18767,34564 +"132845",18767,34620 +"132846",18767,38525 +"132847",18767,41713 +"132848",18767,42087 +"132849",18767,45047 +"132850",18767,45980 +"132851",18767,48202 +"132852",18767,48212 +"132853",18767,53132 +"132854",18767,53227 +"132855",18767,55111 +"132856",18767,58628 +"132857",18767,61801 +"132858",18767,64350 +"132859",18767,73044 +"132860",18767,73058 +"132861",18767,73335 +"132862",18767,78063 +"132863",18767,78429 +"132864",18767,78569 +"132865",18767,82143 +"132866",18767,83231 +"132867",18767,86471 +"132868",18767,90804 +"132869",18767,91022 +"132870",18767,91045 +"132871",18767,95675 +"132872",18767,101516 +"132873",18767,102387 +"132874",18767,108374 +"132875",18767,108893 +"132876",18767,109101 +"132877",18767,109523 +"132878",18767,110993 +"132879",18767,111338 +"132880",18767,111398 +"132881",18767,111409 +"132882",18767,111480 +"132883",18767,112422 +"132884",18767,112648 +"132885",18767,112708 +"132886",18767,112820 +"132887",18767,112997 +"132888",18767,113597 +"132889",18767,114418 +"132890",18767,114582 +"132891",18767,115371 +"132892",18767,116028 +"132893",18767,116604 +"132894",18768,24952 +"132895",18768,24996 +"132896",18768,25045 +"132897",18768,26402 +"132898",18768,31719 +"132899",18768,43489 +"132900",18768,51136 +"132901",18768,53828 +"132902",18768,68877 +"132903",18768,84630 +"132904",18768,92855 +"132905",18768,100993 +"132906",18768,106123 +"132907",18768,114840 +"132908",18770,29804 +"132909",18770,32909 +"132910",18770,34322 +"132911",18770,54245 +"132912",18771,36729 +"132913",18771,60118 +"132914",18771,94808 +"132915",18772,20779 +"132916",18772,29886 +"132917",18772,47955 +"132918",18772,62379 +"132919",18772,86564 +"132920",18773,81353 +"132921",18774,38806 +"132922",18775,19131 +"132923",18775,31371 +"132924",18775,37713 +"132925",18775,39121 +"132926",18775,39155 +"132927",18776,34023 +"132928",18776,70956 +"132929",18776,108604 +"132930",18777,53502 +"132931",18777,70609 +"132932",18778,41263 +"132933",18778,57550 +"132934",18778,62192 +"132935",18778,104441 +"132936",18778,104483 +"132937",18779,18927 +"132938",18779,19004 +"132939",18779,19463 +"132940",18779,27750 +"132941",18779,34054 +"132942",18779,39849 +"132943",18779,48960 +"132944",18779,48989 +"132945",18779,49048 +"132946",18779,50164 +"132947",18779,104697 +"132948",18780,18782 +"132949",18780,18957 +"132950",18781,24988 +"132951",18781,79228 +"132952",18782,18957 +"132953",18782,25956 +"132954",18782,47501 +"132955",18782,51979 +"132956",18782,56913 +"132957",18782,57569 +"132958",18782,87200 +"132959",18783,19000 +"132960",18783,31608 +"132961",18784,33840 +"132962",18784,48081 +"132963",18784,59003 +"132964",18784,70310 +"132965",18784,83024 +"132966",18784,117914 +"132967",18785,19270 +"132968",18786,22595 +"132969",18786,45449 +"132970",18786,66852 +"132971",18786,84098 +"132972",18786,84576 +"132973",18786,90852 +"132974",18787,18858 +"132975",18787,20100 +"132976",18787,38607 +"132977",18787,40225 +"132978",18787,46852 +"132979",18787,48170 +"132980",18787,63021 +"132981",18787,108259 +"132982",18787,119001 +"132983",18788,21147 +"132984",18789,22141 +"132985",18789,51930 +"132986",18789,72615 +"132987",18789,75921 +"132988",18790,21321 +"132989",18790,22837 +"132990",18790,29037 +"132991",18790,43116 +"132992",18790,85609 +"132993",18790,92539 +"132994",18790,98422 +"132995",18790,100207 +"132996",18790,103244 +"132997",18790,108470 +"132998",18790,108474 +"132999",18790,109949 +"133000",18791,70662 +"133001",18792,20787 +"133002",18792,26830 +"133003",18792,58008 +"133004",18792,59426 +"133005",18792,102243 +"133006",18792,102275 +"133007",18793,31726 +"133008",18793,31853 +"133009",18793,36034 +"133010",18793,37926 +"133011",18793,37949 +"133012",18793,118332 +"133013",18794,41464 +"133014",18794,45532 +"133015",18794,83430 +"133016",18795,18915 +"133017",18795,73210 +"133018",18795,120788 +"133019",18796,18998 +"133020",18796,51194 +"133021",18796,70013 +"133022",18796,87896 +"133023",18799,37378 +"133024",18799,78817 +"133025",18800,18956 +"133026",18800,47413 +"133027",18800,65326 +"133028",18800,65327 +"133029",18800,65328 +"133030",18800,65329 +"133031",18800,65330 +"133032",18800,65340 +"133033",18800,65372 +"133034",18800,65996 +"133035",18800,79935 +"133036",18800,109061 +"133037",18801,20921 +"133038",18801,22710 +"133039",18801,26720 +"133040",18801,36712 +"133041",18801,44498 +"133042",18801,50023 +"133043",18801,50161 +"133044",18801,55675 +"133045",18801,56709 +"133046",18801,66558 +"133047",18801,77288 +"133048",18801,80615 +"133049",18801,83773 +"133050",18801,84893 +"133051",18801,85958 +"133052",18801,87249 +"133053",18801,93590 +"133054",18801,93617 +"133055",18801,93680 +"133056",18801,93815 +"133057",18801,98436 +"133058",18801,116181 +"133059",18801,116726 +"133060",18802,18803 +"133061",18802,18804 +"133062",18803,18804 +"133063",18803,20185 +"133064",18803,24020 +"133065",18803,24186 +"133066",18803,29627 +"133067",18803,31353 +"133068",18803,33017 +"133069",18803,36959 +"133070",18803,40024 +"133071",18803,48682 +"133072",18803,62246 +"133073",18803,80945 +"133074",18803,83244 +"133075",18804,19024 +"133076",18804,19063 +"133077",18804,31150 +"133078",18804,39731 +"133079",18804,40869 +"133080",18804,80945 +"133081",18804,87501 +"133082",18804,87507 +"133083",18804,118215 +"133084",18806,23776 +"133085",18806,51376 +"133086",18807,115152 +"133087",18808,19050 +"133088",18808,21504 +"133089",18808,25869 +"133090",18808,32236 +"133091",18808,50803 +"133092",18808,54428 +"133093",18808,58171 +"133094",18808,63538 +"133095",18809,18822 +"133096",18809,18834 +"133097",18809,20767 +"133098",18809,21612 +"133099",18809,22201 +"133100",18809,24438 +"133101",18809,24454 +"133102",18809,31724 +"133103",18809,36817 +"133104",18809,41580 +"133105",18809,42040 +"133106",18809,42578 +"133107",18809,44044 +"133108",18809,51221 +"133109",18809,56018 +"133110",18809,65954 +"133111",18809,66239 +"133112",18809,77736 +"133113",18810,33286 +"133114",18810,62731 +"133115",18810,65264 +"133116",18810,105424 +"133117",18810,111446 +"133118",18811,96065 +"133119",18812,18854 +"133120",18813,18847 +"133121",18813,18954 +"133122",18813,24109 +"133123",18813,25261 +"133124",18813,25801 +"133125",18813,28772 +"133126",18813,37435 +"133127",18813,40120 +"133128",18813,67522 +"133129",18813,69215 +"133130",18813,99191 +"133131",18813,111156 +"133132",18814,18815 +"133133",18814,18938 +"133134",18814,40652 +"133135",18814,43012 +"133136",18814,106183 +"133137",18815,18938 +"133138",18815,40652 +"133139",18815,120177 +"133140",18816,66476 +"133141",18816,104480 +"133142",18816,105581 +"133143",18817,38118 +"133144",18818,20565 +"133145",18818,28045 +"133146",18818,37316 +"133147",18818,70527 +"133148",18818,81400 +"133149",18818,97342 +"133150",18820,18821 +"133151",18820,18940 +"133152",18820,31305 +"133153",18820,32423 +"133154",18820,42311 +"133155",18820,46945 +"133156",18820,52409 +"133157",18820,64239 +"133158",18820,64244 +"133159",18820,65048 +"133160",18820,65786 +"133161",18820,82193 +"133162",18820,90858 +"133163",18820,108334 +"133164",18820,123356 +"133165",18821,18940 +"133166",18821,20378 +"133167",18821,32423 +"133168",18821,33460 +"133169",18821,34845 +"133170",18821,42993 +"133171",18821,46929 +"133172",18821,54179 +"133173",18821,63312 +"133174",18821,79493 +"133175",18821,80473 +"133176",18821,82193 +"133177",18821,93061 +"133178",18822,18834 +"133179",18822,22657 +"133180",18822,22767 +"133181",18822,31724 +"133182",18822,32329 +"133183",18822,32334 +"133184",18822,32349 +"133185",18822,32401 +"133186",18822,39416 +"133187",18822,39515 +"133188",18822,44044 +"133189",18823,86410 +"133190",18824,18841 +"133191",18824,18850 +"133192",18825,18924 +"133193",18825,21080 +"133194",18825,22519 +"133195",18825,24423 +"133196",18825,26770 +"133197",18825,27487 +"133198",18825,31091 +"133199",18825,34252 +"133200",18825,34273 +"133201",18825,34284 +"133202",18825,34317 +"133203",18825,56187 +"133204",18825,81700 +"133205",18825,103590 +"133206",18825,106265 +"133207",18827,26165 +"133208",18827,58191 +"133209",18827,81292 +"133210",18827,81487 +"133211",18827,82310 +"133212",18827,93203 +"133213",18827,93226 +"133214",18827,104200 +"133215",18827,105829 +"133216",18828,19636 +"133217",18828,22721 +"133218",18828,42364 +"133219",18828,62583 +"133220",18828,76556 +"133221",18829,22416 +"133222",18829,47314 +"133223",18829,50917 +"133224",18829,57096 +"133225",18830,18961 +"133226",18830,18976 +"133227",18830,98770 +"133228",18831,18964 +"133229",18833,25120 +"133230",18833,25692 +"133231",18833,40678 +"133232",18833,45263 +"133233",18833,48866 +"133234",18833,68503 +"133235",18833,78704 +"133236",18833,80549 +"133237",18833,82573 +"133238",18833,101687 +"133239",18833,106103 +"133240",18833,106137 +"133241",18833,110359 +"133242",18833,110381 +"133243",18834,25336 +"133244",18834,27254 +"133245",18834,37172 +"133246",18834,37905 +"133247",18834,37978 +"133248",18834,38917 +"133249",18834,43164 +"133250",18834,44150 +"133251",18834,44157 +"133252",18834,44235 +"133253",18834,44255 +"133254",18834,48918 +"133255",18834,91734 +"133256",18835,48228 +"133257",18835,53912 +"133258",18835,78473 +"133259",18836,21987 +"133260",18836,32333 +"133261",18836,36419 +"133262",18836,45332 +"133263",18836,52116 +"133264",18836,54421 +"133265",18836,61288 +"133266",18836,64516 +"133267",18836,73747 +"133268",18836,76110 +"133269",18836,91212 +"133270",18836,92058 +"133271",18836,99022 +"133272",18836,100207 +"133273",18836,100859 +"133274",18836,103043 +"133275",18837,18876 +"133276",18837,18896 +"133277",18837,18953 +"133278",18838,54553 +"133279",18838,111054 +"133280",18839,42518 +"133281",18840,70987 +"133282",18841,18850 +"133283",18841,49598 +"133284",18841,59640 +"133285",18842,30881 +"133286",18842,37354 +"133287",18843,34614 +"133288",18843,88464 +"133289",18843,89304 +"133290",18844,18884 +"133291",18844,18885 +"133292",18844,20001 +"133293",18844,27543 +"133294",18844,32617 +"133295",18844,36060 +"133296",18844,39491 +"133297",18844,39617 +"133298",18844,40931 +"133299",18844,50209 +"133300",18844,53495 +"133301",18844,55500 +"133302",18844,55554 +"133303",18844,83277 +"133304",18845,20843 +"133305",18845,29936 +"133306",18845,33342 +"133307",18845,107680 +"133308",18846,39929 +"133309",18846,81866 +"133310",18846,103061 +"133311",18847,18954 +"133312",18847,105262 +"133313",18847,110659 +"133314",18848,29541 +"133315",18848,84046 +"133316",18849,85503 +"133317",18851,42930 +"133318",18851,49607 +"133319",18852,31041 +"133320",18853,47683 +"133321",18853,60308 +"133322",18853,74596 +"133323",18853,85743 +"133324",18854,22840 +"133325",18854,23201 +"133326",18854,24031 +"133327",18854,34692 +"133328",18854,36057 +"133329",18854,48070 +"133330",18854,49711 +"133331",18854,56499 +"133332",18854,60698 +"133333",18854,63592 +"133334",18854,65434 +"133335",18854,65449 +"133336",18854,65664 +"133337",18854,65700 +"133338",18854,65752 +"133339",18854,84149 +"133340",18854,94301 +"133341",18855,32303 +"133342",18855,43932 +"133343",18855,45100 +"133344",18855,47563 +"133345",18855,47587 +"133346",18855,57072 +"133347",18855,69560 +"133348",18855,79036 +"133349",18855,79822 +"133350",18855,81392 +"133351",18855,96349 +"133352",18856,27983 +"133353",18856,31692 +"133354",18856,38044 +"133355",18856,43167 +"133356",18856,58317 +"133357",18856,58328 +"133358",18856,60437 +"133359",18856,64986 +"133360",18857,20830 +"133361",18857,20850 +"133362",18857,29331 +"133363",18857,37296 +"133364",18857,38307 +"133365",18857,45310 +"133366",18857,45311 +"133367",18857,48583 +"133368",18857,49470 +"133369",18857,56697 +"133370",18857,60040 +"133371",18857,61704 +"133372",18857,69879 +"133373",18857,70536 +"133374",18857,70573 +"133375",18858,46852 +"133376",18858,48170 +"133377",18858,63021 +"133378",18858,108259 +"133379",18860,18861 +"133380",18860,33473 +"133381",18861,22142 +"133382",18862,99487 +"133383",18863,109260 +"133384",18864,34142 +"133385",18864,37058 +"133386",18864,54957 +"133387",18864,61274 +"133388",18864,72061 +"133389",18864,76997 +"133390",18865,26355 +"133391",18865,27077 +"133392",18865,29482 +"133393",18865,35702 +"133394",18865,41451 +"133395",18865,44124 +"133396",18865,47133 +"133397",18865,47414 +"133398",18865,49106 +"133399",18865,57094 +"133400",18865,58898 +"133401",18865,59147 +"133402",18865,59237 +"133403",18865,59359 +"133404",18865,61563 +"133405",18865,61867 +"133406",18865,62007 +"133407",18865,62078 +"133408",18865,62375 +"133409",18865,62633 +"133410",18865,63395 +"133411",18865,64408 +"133412",18865,64418 +"133413",18865,64511 +"133414",18865,65230 +"133415",18865,66145 +"133416",18865,67503 +"133417",18865,67552 +"133418",18865,67721 +"133419",18865,68816 +"133420",18865,68909 +"133421",18865,68938 +"133422",18865,69332 +"133423",18865,69681 +"133424",18865,70610 +"133425",18865,70611 +"133426",18865,70725 +"133427",18865,71211 +"133428",18865,71505 +"133429",18865,71887 +"133430",18866,19073 +"133431",18866,20249 +"133432",18866,21220 +"133433",18866,22484 +"133434",18866,43204 +"133435",18866,45579 +"133436",18866,60279 +"133437",18866,61724 +"133438",18866,61882 +"133439",18866,69920 +"133440",18866,74554 +"133441",18866,75473 +"133442",18866,76391 +"133443",18866,83275 +"133444",18866,89266 +"133445",18866,94212 +"133446",18866,97235 +"133447",18866,105055 +"133448",18868,24862 +"133449",18868,36405 +"133450",18869,24405 +"133451",18869,41009 +"133452",18870,21738 +"133453",18870,21740 +"133454",18870,24744 +"133455",18870,25155 +"133456",18870,25818 +"133457",18870,36093 +"133458",18870,43750 +"133459",18870,43791 +"133460",18870,47584 +"133461",18870,51587 +"133462",18870,51750 +"133463",18870,56948 +"133464",18870,59143 +"133465",18870,84552 +"133466",18870,84558 +"133467",18870,84599 +"133468",18870,85525 +"133469",18870,86757 +"133470",18870,86763 +"133471",18870,86768 +"133472",18870,100925 +"133473",18870,101570 +"133474",18871,18920 +"133475",18871,26577 +"133476",18871,27235 +"133477",18871,32233 +"133478",18871,36444 +"133479",18871,41274 +"133480",18871,45760 +"133481",18871,51440 +"133482",18871,58761 +"133483",18871,62536 +"133484",18871,76676 +"133485",18871,76826 +"133486",18871,80798 +"133487",18871,81923 +"133488",18871,82512 +"133489",18871,89695 +"133490",18871,107102 +"133491",18873,30319 +"133492",18874,24530 +"133493",18874,52924 +"133494",18874,52972 +"133495",18874,78103 +"133496",18874,79325 +"133497",18874,81364 +"133498",18874,86600 +"133499",18874,88650 +"133500",18874,95604 +"133501",18874,96099 +"133502",18874,99210 +"133503",18874,102353 +"133504",18874,106528 +"133505",18874,109371 +"133506",18874,109373 +"133507",18874,111155 +"133508",18874,111653 +"133509",18875,21480 +"133510",18875,24195 +"133511",18875,25554 +"133512",18875,26073 +"133513",18875,27020 +"133514",18875,34514 +"133515",18875,35000 +"133516",18875,35620 +"133517",18875,39025 +"133518",18875,42107 +"133519",18875,57266 +"133520",18875,62044 +"133521",18875,62680 +"133522",18875,62692 +"133523",18875,75067 +"133524",18875,82386 +"133525",18875,98013 +"133526",18876,18896 +"133527",18876,18953 +"133528",18877,26273 +"133529",18877,47422 +"133530",18877,53840 +"133531",18877,57787 +"133532",18877,77243 +"133533",18877,81980 +"133534",18878,38086 +"133535",18878,39695 +"133536",18878,40483 +"133537",18878,40536 +"133538",18878,40549 +"133539",18878,68393 +"133540",18878,71478 +"133541",18878,73195 +"133542",18878,88351 +"133543",18878,97319 +"133544",18878,98247 +"133545",18878,112073 +"133546",18879,40799 +"133547",18879,40810 +"133548",18879,55100 +"133549",18879,112985 +"133550",18879,113006 +"133551",18879,113007 +"133552",18879,115689 +"133553",18880,62610 +"133554",18881,28563 +"133555",18881,36385 +"133556",18881,36391 +"133557",18881,42558 +"133558",18881,43383 +"133559",18881,50527 +"133560",18881,52766 +"133561",18881,55447 +"133562",18881,56941 +"133563",18881,56970 +"133564",18882,18903 +"133565",18882,33063 +"133566",18883,40617 +"133567",18884,18885 +"133568",18884,20001 +"133569",18884,31655 +"133570",18884,37580 +"133571",18884,39271 +"133572",18884,39617 +"133573",18884,45626 +"133574",18884,48101 +"133575",18884,49997 +"133576",18884,50209 +"133577",18884,52464 +"133578",18884,52858 +"133579",18884,60673 +"133580",18884,60804 +"133581",18884,66252 +"133582",18884,69782 +"133583",18884,69832 +"133584",18884,71733 +"133585",18885,39491 +"133586",18885,50209 +"133587",18885,66252 +"133588",18885,78061 +"133589",18885,99638 +"133590",18886,19175 +"133591",18886,76894 +"133592",18887,47862 +"133593",18887,51104 +"133594",18888,21166 +"133595",18888,22806 +"133596",18888,69941 +"133597",18889,20143 +"133598",18889,52608 +"133599",18889,55990 +"133600",18889,66194 +"133601",18889,75953 +"133602",18889,86506 +"133603",18889,109337 +"133604",18889,123006 +"133605",18890,18910 +"133606",18891,24166 +"133607",18891,28614 +"133608",18891,52077 +"133609",18891,56705 +"133610",18891,79837 +"133611",18891,91090 +"133612",18891,100483 +"133613",18891,106651 +"133614",18892,26018 +"133615",18892,56610 +"133616",18892,72094 +"133617",18894,29773 +"133618",18894,33815 +"133619",18894,37495 +"133620",18894,39698 +"133621",18894,45503 +"133622",18894,46107 +"133623",18894,70928 +"133624",18894,76126 +"133625",18894,76564 +"133626",18894,84903 +"133627",18894,94475 +"133628",18896,18953 +"133629",18896,96527 +"133630",18896,96528 +"133631",18896,96529 +"133632",18896,96530 +"133633",18896,96546 +"133634",18896,96547 +"133635",18896,96548 +"133636",18896,96549 +"133637",18896,96555 +"133638",18896,96559 +"133639",18896,96567 +"133640",18896,96584 +"133641",18896,96670 +"133642",18897,37514 +"133643",18898,38150 +"133644",18898,43342 +"133645",18898,49001 +"133646",18898,57589 +"133647",18898,72892 +"133648",18898,75196 +"133649",18898,100828 +"133650",18899,20066 +"133651",18899,66701 +"133652",18900,57938 +"133653",18901,25768 +"133654",18902,45349 +"133655",18904,24268 +"133656",18904,29589 +"133657",18904,38641 +"133658",18904,43252 +"133659",18904,66513 +"133660",18904,68193 +"133661",18904,92723 +"133662",18904,93743 +"133663",18905,32796 +"133664",18905,65696 +"133665",18907,43018 +"133666",18907,79173 +"133667",18907,110506 +"133668",18908,64186 +"133669",18908,65342 +"133670",18909,31734 +"133671",18909,48860 +"133672",18909,79405 +"133673",18910,107719 +"133674",18911,48366 +"133675",18911,48724 +"133676",18911,50906 +"133677",18911,51056 +"133678",18911,51101 +"133679",18911,74142 +"133680",18911,74164 +"133681",18912,19062 +"133682",18912,43464 +"133683",18912,57563 +"133684",18913,26438 +"133685",18913,57174 +"133686",18913,81173 +"133687",18913,90120 +"133688",18913,101805 +"133689",18913,101825 +"133690",18913,101835 +"133691",18914,21952 +"133692",18915,59442 +"133693",18915,68372 +"133694",18915,76237 +"133695",18916,26049 +"133696",18916,45379 +"133697",18916,47654 +"133698",18916,48615 +"133699",18916,52633 +"133700",18916,55365 +"133701",18916,66011 +"133702",18916,92792 +"133703",18916,104718 +"133704",18916,112874 +"133705",18917,39872 +"133706",18917,43457 +"133707",18917,49763 +"133708",18917,49814 +"133709",18917,49942 +"133710",18917,95245 +"133711",18917,112842 +"133712",18917,121263 +"133713",18918,55466 +"133714",18919,23388 +"133715",18919,44195 +"133716",18919,46316 +"133717",18919,86941 +"133718",18919,91334 +"133719",18919,123453 +"133720",18920,25258 +"133721",18920,45022 +"133722",18921,19006 +"133723",18921,19114 +"133724",18921,62977 +"133725",18921,75347 +"133726",18922,18966 +"133727",18923,26497 +"133728",18923,32414 +"133729",18923,34846 +"133730",18923,59425 +"133731",18923,60054 +"133732",18924,22005 +"133733",18924,40051 +"133734",18924,58096 +"133735",18924,64108 +"133736",18924,80109 +"133737",18924,81485 +"133738",18924,111687 +"133739",18925,23845 +"133740",18925,32482 +"133741",18925,34076 +"133742",18925,35416 +"133743",18925,35504 +"133744",18925,35522 +"133745",18925,35534 +"133746",18925,48970 +"133747",18926,68186 +"133748",18926,72262 +"133749",18926,90999 +"133750",18926,115294 +"133751",18927,19004 +"133752",18927,27427 +"133753",18927,54009 +"133754",18927,62023 +"133755",18928,36373 +"133756",18928,43235 +"133757",18928,46748 +"133758",18928,50409 +"133759",18928,54271 +"133760",18928,54357 +"133761",18928,117010 +"133762",18928,122710 +"133763",18929,40098 +"133764",18929,52761 +"133765",18930,38132 +"133766",18930,39744 +"133767",18930,40211 +"133768",18930,41254 +"133769",18931,33568 +"133770",18931,44982 +"133771",18931,53842 +"133772",18932,35027 +"133773",18932,67953 +"133774",18932,79932 +"133775",18933,21450 +"133776",18933,41467 +"133777",18933,50468 +"133778",18933,74016 +"133779",18933,100713 +"133780",18933,115926 +"133781",18934,23488 +"133782",18934,64841 +"133783",18935,20574 +"133784",18935,21748 +"133785",18935,25165 +"133786",18935,29837 +"133787",18935,31332 +"133788",18935,31334 +"133789",18935,31335 +"133790",18935,36944 +"133791",18935,41723 +"133792",18935,43256 +"133793",18935,44694 +"133794",18935,46339 +"133795",18935,50585 +"133796",18935,62731 +"133797",18936,86118 +"133798",18936,87445 +"133799",18937,48931 +"133800",18938,40652 +"133801",18938,59856 +"133802",18940,31305 +"133803",18940,33460 +"133804",18940,42311 +"133805",18940,46729 +"133806",18940,46892 +"133807",18940,80679 +"133808",18940,90858 +"133809",18940,107593 +"133810",18940,107605 +"133811",18940,108334 +"133812",18941,28664 +"133813",18941,36706 +"133814",18942,95661 +"133815",18942,99253 +"133816",18942,107246 +"133817",18943,23358 +"133818",18943,28099 +"133819",18943,31164 +"133820",18943,32449 +"133821",18943,38699 +"133822",18943,50238 +"133823",18943,68628 +"133824",18943,82265 +"133825",18943,82277 +"133826",18943,94149 +"133827",18944,18945 +"133828",18945,21840 +"133829",18945,67002 +"133830",18945,70314 +"133831",18946,48834 +"133832",18946,52345 +"133833",18947,26218 +"133834",18947,39657 +"133835",18947,46465 +"133836",18947,81419 +"133837",18947,93143 +"133838",18947,110494 +"133839",18947,117524 +"133840",18948,36928 +"133841",18949,23441 +"133842",18950,88534 +"133843",18952,84306 +"133844",18953,21942 +"133845",18953,24718 +"133846",18953,81714 +"133847",18953,85878 +"133848",18953,90560 +"133849",18953,95560 +"133850",18953,101985 +"133851",18953,118924 +"133852",18953,119008 +"133853",18953,119012 +"133854",18954,40057 +"133855",18954,63555 +"133856",18954,65587 +"133857",18954,72827 +"133858",18954,85963 +"133859",18954,106569 +"133860",18954,112862 +"133861",18955,41772 +"133862",18956,19265 +"133863",18956,23394 +"133864",18956,23717 +"133865",18956,25299 +"133866",18956,27970 +"133867",18956,37900 +"133868",18956,57522 +"133869",18956,60849 +"133870",18956,62084 +"133871",18957,23894 +"133872",18957,27630 +"133873",18957,54293 +"133874",18959,110691 +"133875",18960,59829 +"133876",18961,18976 +"133877",18961,72305 +"133878",18962,85012 +"133879",18963,48769 +"133880",18963,112019 +"133881",18963,112355 +"133882",18963,117831 +"133883",18964,51092 +"133884",18964,53932 +"133885",18965,30073 +"133886",18965,32944 +"133887",18965,34192 +"133888",18965,36141 +"133889",18965,40158 +"133890",18965,52940 +"133891",18965,53771 +"133892",18965,57056 +"133893",18965,61337 +"133894",18965,61908 +"133895",18965,71816 +"133896",18965,78020 +"133897",18965,92741 +"133898",18965,111750 +"133899",18967,38665 +"133900",18967,45047 +"133901",18967,45731 +"133902",18967,72743 +"133903",18967,80542 +"133904",18967,88997 +"133905",18967,92824 +"133906",18967,106645 +"133907",18967,112170 +"133908",18968,19248 +"133909",18969,43751 +"133910",18970,24273 +"133911",18970,27154 +"133912",18970,28820 +"133913",18970,29818 +"133914",18970,32531 +"133915",18970,34111 +"133916",18970,41428 +"133917",18970,45088 +"133918",18970,49339 +"133919",18970,49776 +"133920",18970,61633 +"133921",18970,73333 +"133922",18970,116000 +"133923",18972,39985 +"133924",18972,54000 +"133925",18972,78104 +"133926",18973,21179 +"133927",18973,33855 +"133928",18973,46040 +"133929",18973,47388 +"133930",18973,57700 +"133931",18973,58723 +"133932",18973,60642 +"133933",18973,63239 +"133934",18973,67511 +"133935",18973,72640 +"133936",18974,19220 +"133937",18974,20914 +"133938",18974,26578 +"133939",18974,32586 +"133940",18974,44757 +"133941",18974,45406 +"133942",18974,58137 +"133943",18974,61131 +"133944",18975,21628 +"133945",18975,46883 +"133946",18975,49912 +"133947",18975,50301 +"133948",18975,68371 +"133949",18975,87591 +"133950",18975,98876 +"133951",18975,118950 +"133952",18977,20527 +"133953",18977,51246 +"133954",18977,54825 +"133955",18977,73558 +"133956",18978,20811 +"133957",18978,23462 +"133958",18978,27742 +"133959",18978,30541 +"133960",18978,32355 +"133961",18978,32532 +"133962",18978,32560 +"133963",18978,32651 +"133964",18978,33870 +"133965",18978,41410 +"133966",18978,62936 +"133967",18978,65377 +"133968",18978,81137 +"133969",18978,91849 +"133970",18978,107528 +"133971",18978,111193 +"133972",18978,115021 +"133973",18979,26401 +"133974",18979,38950 +"133975",18979,69734 +"133976",18979,89631 +"133977",18980,73171 +"133978",18980,79678 +"133979",18981,52188 +"133980",18981,56166 +"133981",18981,75235 +"133982",18982,25713 +"133983",18982,56937 +"133984",18982,82389 +"133985",18982,108671 +"133986",18983,19196 +"133987",18983,41198 +"133988",18983,109026 +"133989",18984,19097 +"133990",18984,19098 +"133991",18984,19145 +"133992",18984,36518 +"133993",18984,36555 +"133994",18984,39776 +"133995",18984,79759 +"133996",18984,113366 +"133997",18985,29666 +"133998",18985,38028 +"133999",18985,78990 +"134000",18985,95620 +"134001",18985,100556 +"134002",18986,19036 +"134003",18986,20949 +"134004",18986,38833 +"134005",18986,38887 +"134006",18986,38937 +"134007",18986,39058 +"134008",18986,45223 +"134009",18986,61021 +"134010",18987,26922 +"134011",18987,28900 +"134012",18987,79065 +"134013",18987,98653 +"134014",18987,100530 +"134015",18987,102355 +"134016",18988,50621 +"134017",18988,114386 +"134018",18989,26399 +"134019",18989,58796 +"134020",18990,40040 +"134021",18991,79501 +"134022",18992,62162 +"134023",18992,99398 +"134024",18992,110280 +"134025",18994,89585 +"134026",18994,118578 +"134027",18994,121529 +"134028",18995,21197 +"134029",18995,29731 +"134030",18995,31609 +"134031",18995,33569 +"134032",18995,56317 +"134033",18995,58652 +"134034",18995,58684 +"134035",18996,19121 +"134036",18996,43310 +"134037",18996,99861 +"134038",18997,44836 +"134039",18997,59572 +"134040",18997,78299 +"134041",18998,70013 +"134042",18998,93733 +"134043",18999,78719 +"134044",18999,80577 +"134045",18999,105295 +"134046",19000,35405 +"134047",19001,50447 +"134048",19001,58711 +"134049",19001,62160 +"134050",19001,65274 +"134051",19001,95347 +"134052",19001,108151 +"134053",19002,19324 +"134054",19002,20011 +"134055",19002,24044 +"134056",19002,26698 +"134057",19002,32234 +"134058",19002,36615 +"134059",19002,44896 +"134060",19002,44986 +"134061",19002,48084 +"134062",19002,48858 +"134063",19002,58059 +"134064",19002,60366 +"134065",19002,67227 +"134066",19002,70032 +"134067",19002,76826 +"134068",19002,87072 +"134069",19002,88536 +"134070",19002,92553 +"134071",19002,93019 +"134072",19002,98525 +"134073",19002,105119 +"134074",19002,105181 +"134075",19002,107008 +"134076",19002,107043 +"134077",19002,107044 +"134078",19002,112103 +"134079",19003,74813 +"134080",19003,76481 +"134081",19003,94655 +"134082",19003,111240 +"134083",19003,120017 +"134084",19004,21313 +"134085",19004,26648 +"134086",19004,34054 +"134087",19004,49048 +"134088",19004,64049 +"134089",19004,66155 +"134090",19004,87186 +"134091",19005,19228 +"134092",19005,19495 +"134093",19005,19496 +"134094",19005,19555 +"134095",19005,19782 +"134096",19005,19822 +"134097",19005,19888 +"134098",19005,20303 +"134099",19005,20322 +"134100",19005,20360 +"134101",19005,20490 +"134102",19005,20899 +"134103",19006,19114 +"134104",19006,44055 +"134105",19006,59579 +"134106",19006,78861 +"134107",19006,79722 +"134108",19006,91628 +"134109",19006,106954 +"134110",19007,50025 +"134111",19007,66812 +"134112",19008,19009 +"134113",19008,19156 +"134114",19008,19157 +"134115",19008,19300 +"134116",19008,19390 +"134117",19008,19403 +"134118",19008,19467 +"134119",19008,19588 +"134120",19008,19656 +"134121",19008,19825 +"134122",19009,19156 +"134123",19009,19157 +"134124",19009,19300 +"134125",19009,19390 +"134126",19009,19403 +"134127",19009,19467 +"134128",19009,19588 +"134129",19009,19656 +"134130",19009,19825 +"134131",19009,34018 +"134132",19009,64745 +"134133",19010,20179 +"134134",19010,22265 +"134135",19010,22886 +"134136",19010,26612 +"134137",19010,31154 +"134138",19010,32214 +"134139",19010,39059 +"134140",19010,41945 +"134141",19010,42126 +"134142",19010,51407 +"134143",19010,55153 +"134144",19010,69865 +"134145",19010,71163 +"134146",19010,71889 +"134147",19012,27543 +"134148",19012,35736 +"134149",19012,36918 +"134150",19012,38312 +"134151",19012,39491 +"134152",19012,40311 +"134153",19012,41325 +"134154",19012,46263 +"134155",19012,48101 +"134156",19012,50272 +"134157",19012,50957 +"134158",19012,50958 +"134159",19012,64666 +"134160",19012,71967 +"134161",19013,29529 +"134162",19013,88178 +"134163",19014,48672 +"134164",19014,48733 +"134165",19014,48751 +"134166",19014,55613 +"134167",19014,55629 +"134168",19014,55630 +"134169",19014,55646 +"134170",19014,55661 +"134171",19014,55669 +"134172",19014,62934 +"134173",19014,77518 +"134174",19014,77689 +"134175",19015,19142 +"134176",19015,24514 +"134177",19016,46365 +"134178",19016,82917 +"134179",19016,107997 +"134180",19017,28630 +"134181",19017,33872 +"134182",19017,39447 +"134183",19017,40292 +"134184",19017,41225 +"134185",19017,44758 +"134186",19017,81056 +"134187",19017,81125 +"134188",19017,94106 +"134189",19017,106892 +"134190",19017,119126 +"134191",19018,19061 +"134192",19018,19082 +"134193",19018,19135 +"134194",19019,61147 +"134195",19020,19127 +"134196",19020,19195 +"134197",19020,19380 +"134198",19020,34192 +"134199",19020,53165 +"134200",19020,56653 +"134201",19020,60237 +"134202",19020,69557 +"134203",19022,19023 +"134204",19022,19072 +"134205",19022,19113 +"134206",19022,27278 +"134207",19022,27392 +"134208",19022,29538 +"134209",19022,35705 +"134210",19022,39684 +"134211",19022,74221 +"134212",19023,19072 +"134213",19023,19113 +"134214",19024,19063 +"134215",19024,20216 +"134216",19024,62246 +"134217",19025,22936 +"134218",19025,33942 +"134219",19025,43519 +"134220",19025,53028 +"134221",19026,19155 +"134222",19026,25276 +"134223",19026,33259 +"134224",19027,25892 +"134225",19027,31115 +"134226",19027,31799 +"134227",19027,39245 +"134228",19027,41832 +"134229",19027,44636 +"134230",19027,47176 +"134231",19027,49509 +"134232",19027,52771 +"134233",19027,54676 +"134234",19027,56476 +"134235",19027,57184 +"134236",19027,64968 +"134237",19027,65008 +"134238",19027,65029 +"134239",19027,77279 +"134240",19027,78516 +"134241",19027,84052 +"134242",19027,91908 +"134243",19027,93584 +"134244",19027,94932 +"134245",19027,95627 +"134246",19027,101113 +"134247",19027,110040 +"134248",19027,119320 +"134249",19028,19187 +"134250",19028,22049 +"134251",19028,26329 +"134252",19028,27891 +"134253",19028,47815 +"134254",19028,89798 +"134255",19029,25434 +"134256",19029,27630 +"134257",19029,52224 +"134258",19029,54058 +"134259",19029,72219 +"134260",19029,83574 +"134261",19029,100076 +"134262",19029,113004 +"134263",19030,19066 +"134264",19030,19237 +"134265",19030,30881 +"134266",19030,50901 +"134267",19030,65670 +"134268",19030,87511 +"134269",19030,88656 +"134270",19030,92017 +"134271",19030,96091 +"134272",19031,19362 +"134273",19031,37320 +"134274",19031,38736 +"134275",19031,54823 +"134276",19031,59520 +"134277",19031,68230 +"134278",19031,80624 +"134279",19031,81137 +"134280",19032,26486 +"134281",19033,35603 +"134282",19033,53951 +"134283",19034,19104 +"134284",19034,19105 +"134285",19034,19188 +"134286",19034,19791 +"134287",19034,20102 +"134288",19034,22792 +"134289",19034,23386 +"134290",19034,26636 +"134291",19034,28018 +"134292",19034,31235 +"134293",19034,35434 +"134294",19034,47733 +"134295",19034,75883 +"134296",19034,75888 +"134297",19034,75892 +"134298",19034,75893 +"134299",19034,75898 +"134300",19035,19081 +"134301",19035,24911 +"134302",19035,35730 +"134303",19035,35890 +"134304",19035,71373 +"134305",19035,85046 +"134306",19035,85305 +"134307",19035,92697 +"134308",19036,19391 +"134309",19036,23075 +"134310",19036,25606 +"134311",19036,28530 +"134312",19036,30258 +"134313",19036,38185 +"134314",19036,38683 +"134315",19036,40245 +"134316",19036,43226 +"134317",19036,44655 +"134318",19036,44973 +"134319",19036,46177 +"134320",19036,47048 +"134321",19036,48110 +"134322",19036,56032 +"134323",19036,56044 +"134324",19036,58508 +"134325",19036,59731 +"134326",19036,62642 +"134327",19036,68091 +"134328",19036,69335 +"134329",19036,75245 +"134330",19036,75776 +"134331",19036,75956 +"134332",19036,76387 +"134333",19036,78978 +"134334",19036,79212 +"134335",19036,79241 +"134336",19036,79579 +"134337",19036,80239 +"134338",19036,80301 +"134339",19036,81397 +"134340",19036,88340 +"134341",19036,88749 +"134342",19036,89069 +"134343",19036,89373 +"134344",19036,89995 +"134345",19036,90919 +"134346",19036,90936 +"134347",19036,92861 +"134348",19036,93097 +"134349",19036,94231 +"134350",19036,95489 +"134351",19036,96247 +"134352",19036,96363 +"134353",19036,97898 +"134354",19036,97906 +"134355",19037,23296 +"134356",19037,66361 +"134357",19038,28511 +"134358",19038,28686 +"134359",19038,50335 +"134360",19038,53772 +"134361",19038,62932 +"134362",19038,79731 +"134363",19038,111525 +"134364",19039,101896 +"134365",19040,45526 +"134366",19040,70730 +"134367",19040,92189 +"134368",19041,19381 +"134369",19041,31218 +"134370",19043,19217 +"134371",19043,29079 +"134372",19043,51928 +"134373",19043,78847 +"134374",19043,93197 +"134375",19043,96254 +"134376",19043,106701 +"134377",19043,107618 +"134378",19043,112654 +"134379",19043,115841 +"134380",19044,19146 +"134381",19044,24137 +"134382",19044,56159 +"134383",19044,83395 +"134384",19044,99794 +"134385",19045,86720 +"134386",19047,25745 +"134387",19047,27345 +"134388",19047,76539 +"134389",19047,106840 +"134390",19047,106871 +"134391",19048,29590 +"134392",19048,41765 +"134393",19048,41768 +"134394",19048,41869 +"134395",19049,19356 +"134396",19049,38517 +"134397",19049,92477 +"134398",19049,102905 +"134399",19049,102942 +"134400",19050,21504 +"134401",19050,25869 +"134402",19050,32236 +"134403",19050,86782 +"134404",19051,44007 +"134405",19052,20423 +"134406",19052,45134 +"134407",19052,70200 +"134408",19052,90017 +"134409",19053,34165 +"134410",19053,34221 +"134411",19054,19248 +"134412",19054,34444 +"134413",19054,40501 +"134414",19054,40882 +"134415",19054,45444 +"134416",19054,62410 +"134417",19054,62418 +"134418",19054,71297 +"134419",19054,73493 +"134420",19055,77734 +"134421",19056,97315 +"134422",19057,32060 +"134423",19057,32235 +"134424",19057,35688 +"134425",19057,36038 +"134426",19057,46239 +"134427",19057,66014 +"134428",19058,35542 +"134429",19058,36768 +"134430",19058,37732 +"134431",19058,38621 +"134432",19058,41280 +"134433",19058,48317 +"134434",19058,54701 +"134435",19058,55332 +"134436",19058,65458 +"134437",19058,65508 +"134438",19058,87358 +"134439",19058,91872 +"134440",19059,25982 +"134441",19060,21139 +"134442",19060,64376 +"134443",19060,64939 +"134444",19060,102647 +"134445",19061,19082 +"134446",19061,19135 +"134447",19062,22186 +"134448",19063,20071 +"134449",19063,20216 +"134450",19063,29851 +"134451",19063,29888 +"134452",19063,29889 +"134453",19063,29997 +"134454",19063,34730 +"134455",19063,52392 +"134456",19063,61091 +"134457",19063,62856 +"134458",19063,63183 +"134459",19063,80945 +"134460",19063,86786 +"134461",19063,101071 +"134462",19063,102729 +"134463",19063,116886 +"134464",19064,25278 +"134465",19064,39024 +"134466",19065,20721 +"134467",19065,48044 +"134468",19065,69892 +"134469",19066,19237 +"134470",19066,27688 +"134471",19066,85093 +"134472",19066,102518 +"134473",19066,106769 +"134474",19067,19138 +"134475",19067,19618 +"134476",19067,62459 +"134477",19068,19082 +"134478",19068,21918 +"134479",19068,25013 +"134480",19068,25150 +"134481",19068,25639 +"134482",19068,30974 +"134483",19068,36954 +"134484",19068,37307 +"134485",19068,37820 +"134486",19068,41455 +"134487",19068,43149 +"134488",19068,44687 +"134489",19068,50207 +"134490",19068,50488 +"134491",19068,52112 +"134492",19068,53415 +"134493",19068,55449 +"134494",19068,56357 +"134495",19068,57636 +"134496",19068,58482 +"134497",19068,59798 +"134498",19068,70907 +"134499",19068,71683 +"134500",19068,77125 +"134501",19068,77449 +"134502",19068,78398 +"134503",19068,80205 +"134504",19068,81116 +"134505",19068,82426 +"134506",19068,84343 +"134507",19068,85000 +"134508",19068,85101 +"134509",19068,91682 +"134510",19068,95267 +"134511",19068,97580 +"134512",19068,98727 +"134513",19068,98776 +"134514",19068,100795 +"134515",19068,106824 +"134516",19068,108879 +"134517",19068,109166 +"134518",19068,109858 +"134519",19068,109878 +"134520",19068,112962 +"134521",19068,113990 +"134522",19068,115413 +"134523",19068,116123 +"134524",19068,117258 +"134525",19068,117560 +"134526",19068,118128 +"134527",19068,118836 +"134528",19068,118866 +"134529",19068,118873 +"134530",19068,119131 +"134531",19068,119513 +"134532",19068,119716 +"134533",19068,119769 +"134534",19068,120123 +"134535",19068,120169 +"134536",19068,120725 +"134537",19068,120944 +"134538",19068,121609 +"134539",19068,122007 +"134540",19068,122032 +"134541",19068,122035 +"134542",19068,122724 +"134543",19068,123070 +"134544",19068,123394 +"134545",19068,123490 +"134546",19069,22057 +"134547",19069,29884 +"134548",19069,31488 +"134549",19069,31825 +"134550",19069,40329 +"134551",19069,77077 +"134552",19069,79320 +"134553",19069,105527 +"134554",19070,44560 +"134555",19070,61047 +"134556",19070,111313 +"134557",19070,112629 +"134558",19071,27045 +"134559",19071,29291 +"134560",19071,62231 +"134561",19071,64655 +"134562",19071,66650 +"134563",19071,68499 +"134564",19071,68634 +"134565",19071,71161 +"134566",19072,19113 +"134567",19072,22504 +"134568",19072,27885 +"134569",19072,45876 +"134570",19072,57777 +"134571",19072,59391 +"134572",19072,62048 +"134573",19073,21220 +"134574",19073,24330 +"134575",19073,39032 +"134576",19073,48624 +"134577",19073,62608 +"134578",19073,87873 +"134579",19073,94785 +"134580",19073,94903 +"134581",19073,118735 +"134582",19074,26790 +"134583",19074,42102 +"134584",19074,45212 +"134585",19074,54786 +"134586",19075,28580 +"134587",19075,39205 +"134588",19075,39427 +"134589",19075,46177 +"134590",19075,58511 +"134591",19075,74948 +"134592",19076,41174 +"134593",19076,43051 +"134594",19076,46723 +"134595",19076,51638 +"134596",19076,55468 +"134597",19076,82831 +"134598",19076,85079 +"134599",19076,96238 +"134600",19076,99444 +"134601",19076,106074 +"134602",19076,112841 +"134603",19077,34387 +"134604",19077,64841 +"134605",19077,72009 +"134606",19078,59755 +"134607",19078,120698 +"134608",19079,56850 +"134609",19079,86142 +"134610",19079,108251 +"134611",19080,22043 +"134612",19080,31499 +"134613",19080,74283 +"134614",19080,74430 +"134615",19080,74486 +"134616",19080,74544 +"134617",19082,19135 +"134618",19082,21918 +"134619",19082,25013 +"134620",19082,25150 +"134621",19082,25639 +"134622",19082,36954 +"134623",19082,37307 +"134624",19082,41455 +"134625",19082,43149 +"134626",19082,44687 +"134627",19082,50207 +"134628",19082,50488 +"134629",19082,52112 +"134630",19082,53415 +"134631",19082,56357 +"134632",19082,57636 +"134633",19082,58482 +"134634",19082,59798 +"134635",19082,70907 +"134636",19082,71683 +"134637",19082,77125 +"134638",19082,78398 +"134639",19082,82426 +"134640",19082,84343 +"134641",19082,85000 +"134642",19082,85101 +"134643",19082,91682 +"134644",19082,95267 +"134645",19082,97580 +"134646",19082,98727 +"134647",19082,98776 +"134648",19082,100795 +"134649",19082,106824 +"134650",19082,108879 +"134651",19082,109166 +"134652",19082,109858 +"134653",19082,109878 +"134654",19082,112962 +"134655",19082,113990 +"134656",19082,115413 +"134657",19082,116123 +"134658",19082,117258 +"134659",19082,117560 +"134660",19082,118128 +"134661",19082,118836 +"134662",19082,118866 +"134663",19082,118873 +"134664",19082,119131 +"134665",19082,119513 +"134666",19082,119716 +"134667",19082,119769 +"134668",19082,120123 +"134669",19082,120169 +"134670",19082,120725 +"134671",19082,120944 +"134672",19082,121609 +"134673",19082,122007 +"134674",19082,122032 +"134675",19082,122035 +"134676",19082,122724 +"134677",19082,123070 +"134678",19082,123394 +"134679",19082,123490 +"134680",19083,19160 +"134681",19083,40232 +"134682",19083,69321 +"134683",19084,19236 +"134684",19084,27444 +"134685",19084,122651 +"134686",19085,23118 +"134687",19086,91807 +"134688",19087,30579 +"134689",19087,36912 +"134690",19087,38435 +"134691",19087,38459 +"134692",19087,38530 +"134693",19087,40396 +"134694",19087,45873 +"134695",19087,49096 +"134696",19087,69124 +"134697",19087,90931 +"134698",19088,19522 +"134699",19089,20231 +"134700",19089,27809 +"134701",19089,57082 +"134702",19090,30049 +"134703",19091,43013 +"134704",19091,114312 +"134705",19091,117335 +"134706",19092,19756 +"134707",19092,21233 +"134708",19092,29110 +"134709",19092,40913 +"134710",19092,41093 +"134711",19092,44669 +"134712",19092,91466 +"134713",19092,93342 +"134714",19092,102753 +"134715",19092,110503 +"134716",19092,118121 +"134717",19093,19202 +"134718",19093,22055 +"134719",19093,58689 +"134720",19093,59053 +"134721",19093,60019 +"134722",19094,19190 +"134723",19094,20820 +"134724",19094,35513 +"134725",19094,38241 +"134726",19094,40557 +"134727",19095,68392 +"134728",19095,76293 +"134729",19095,80942 +"134730",19095,80967 +"134731",19095,88304 +"134732",19095,89079 +"134733",19096,20538 +"134734",19096,23315 +"134735",19096,27242 +"134736",19096,33854 +"134737",19096,41613 +"134738",19096,44396 +"134739",19096,58854 +"134740",19096,59390 +"134741",19096,60990 +"134742",19096,64200 +"134743",19096,67678 +"134744",19096,69867 +"134745",19096,91140 +"134746",19096,116930 +"134747",19096,116934 +"134748",19097,19098 +"134749",19097,19145 +"134750",19097,39776 +"134751",19098,19145 +"134752",19098,39776 +"134753",19098,79759 +"134754",19099,73678 +"134755",19099,74058 +"134756",19099,119119 +"134757",19100,32477 +"134758",19100,48535 +"134759",19101,20124 +"134760",19101,25027 +"134761",19101,30364 +"134762",19101,30592 +"134763",19101,40629 +"134764",19101,66280 +"134765",19101,72956 +"134766",19102,19956 +"134767",19102,35430 +"134768",19102,53530 +"134769",19102,97245 +"134770",19102,106664 +"134771",19103,24219 +"134772",19103,49867 +"134773",19103,51030 +"134774",19103,53635 +"134775",19104,19105 +"134776",19104,19188 +"134777",19104,47058 +"134778",19104,88808 +"134779",19105,19188 +"134780",19106,20946 +"134781",19106,37702 +"134782",19107,24436 +"134783",19107,39261 +"134784",19107,54688 +"134785",19107,69859 +"134786",19107,80219 +"134787",19107,101789 +"134788",19107,108572 +"134789",19107,109153 +"134790",19108,60044 +"134791",19109,99040 +"134792",19109,99344 +"134793",19109,99807 +"134794",19109,99936 +"134795",19111,19386 +"134796",19111,38288 +"134797",19111,48594 +"134798",19111,76102 +"134799",19111,80214 +"134800",19112,76674 +"134801",19112,103855 +"134802",19113,20292 +"134803",19113,21865 +"134804",19113,22566 +"134805",19113,29537 +"134806",19113,41921 +"134807",19113,45269 +"134808",19113,88278 +"134809",19113,88321 +"134810",19113,96476 +"134811",19113,96928 +"134812",19113,98150 +"134813",19113,101911 +"134814",19113,106157 +"134815",19114,104856 +"134816",19116,23339 +"134817",19116,60060 +"134818",19117,22807 +"134819",19117,31890 +"134820",19117,43345 +"134821",19118,20368 +"134822",19118,21687 +"134823",19118,32002 +"134824",19118,43991 +"134825",19118,58878 +"134826",19119,27350 +"134827",19119,31282 +"134828",19119,32939 +"134829",19119,36440 +"134830",19119,37140 +"134831",19119,41406 +"134832",19119,45296 +"134833",19119,45463 +"134834",19119,73531 +"134835",19119,79306 +"134836",19119,80232 +"134837",19119,82652 +"134838",19119,89458 +"134839",19119,95776 +"134840",19119,96188 +"134841",19119,96197 +"134842",19119,101499 +"134843",19119,101850 +"134844",19119,116117 +"134845",19119,120384 +"134846",19120,76160 +"134847",19120,76169 +"134848",19121,22396 +"134849",19121,27050 +"134850",19121,34533 +"134851",19121,45818 +"134852",19121,59322 +"134853",19121,79172 +"134854",19121,88558 +"134855",19121,113055 +"134856",19122,22029 +"134857",19122,22861 +"134858",19122,43118 +"134859",19122,45066 +"134860",19122,57577 +"134861",19122,85925 +"134862",19123,23059 +"134863",19123,46579 +"134864",19123,59253 +"134865",19123,67946 +"134866",19123,90727 +"134867",19124,44418 +"134868",19124,90891 +"134869",19124,90908 +"134870",19124,91169 +"134871",19125,20944 +"134872",19125,80354 +"134873",19126,100132 +"134874",19126,112379 +"134875",19127,19195 +"134876",19127,19380 +"134877",19127,19781 +"134878",19127,34296 +"134879",19127,34894 +"134880",19128,30603 +"134881",19128,38166 +"134882",19128,40215 +"134883",19128,45391 +"134884",19128,88735 +"134885",19128,88743 +"134886",19128,88748 +"134887",19129,38497 +"134888",19129,77116 +"134889",19129,82111 +"134890",19129,89226 +"134891",19130,44221 +"134892",19130,63538 +"134893",19130,71901 +"134894",19132,19133 +"134895",19132,19372 +"134896",19132,31924 +"134897",19132,64924 +"134898",19132,67289 +"134899",19132,75285 +"134900",19132,76558 +"134901",19132,87870 +"134902",19132,92130 +"134903",19132,103011 +"134904",19132,117691 +"134905",19133,19372 +"134906",19136,36365 +"134907",19136,36452 +"134908",19136,39481 +"134909",19137,19515 +"134910",19137,20313 +"134911",19138,33913 +"134912",19138,41062 +"134913",19138,55414 +"134914",19139,46952 +"134915",19139,57863 +"134916",19139,57932 +"134917",19140,92026 +"134918",19141,23585 +"134919",19141,24559 +"134920",19141,27586 +"134921",19141,45352 +"134922",19141,49084 +"134923",19141,50236 +"134924",19141,88031 +"134925",19141,91912 +"134926",19141,94671 +"134927",19141,97237 +"134928",19142,24514 +"134929",19142,91422 +"134930",19143,19226 +"134931",19144,37088 +"134932",19145,39776 +"134933",19145,50483 +"134934",19145,91977 +"134935",19145,120597 +"134936",19146,29346 +"134937",19146,31639 +"134938",19146,41238 +"134939",19146,69250 +"134940",19146,71560 +"134941",19147,27271 +"134942",19147,27309 +"134943",19147,27709 +"134944",19148,42953 +"134945",19149,37438 +"134946",19149,52555 +"134947",19149,52568 +"134948",19149,56039 +"134949",19150,19153 +"134950",19150,49057 +"134951",19151,22191 +"134952",19151,74929 +"134953",19152,29202 +"134954",19152,59205 +"134955",19152,122684 +"134956",19153,32567 +"134957",19153,45086 +"134958",19154,20606 +"134959",19154,23147 +"134960",19154,23420 +"134961",19154,23723 +"134962",19154,27706 +"134963",19154,31159 +"134964",19154,31295 +"134965",19154,35587 +"134966",19154,38307 +"134967",19154,38367 +"134968",19154,43455 +"134969",19154,43460 +"134970",19154,48157 +"134971",19154,52892 +"134972",19154,56247 +"134973",19154,57377 +"134974",19154,59675 +"134975",19154,59705 +"134976",19154,59800 +"134977",19154,61923 +"134978",19154,63895 +"134979",19154,63935 +"134980",19154,63947 +"134981",19154,63962 +"134982",19154,97684 +"134983",19154,98328 +"134984",19155,32927 +"134985",19155,37409 +"134986",19156,19157 +"134987",19156,19300 +"134988",19156,19390 +"134989",19156,19403 +"134990",19156,19467 +"134991",19156,19588 +"134992",19156,19656 +"134993",19156,19825 +"134994",19157,19300 +"134995",19157,19390 +"134996",19157,19403 +"134997",19157,19467 +"134998",19157,19588 +"134999",19157,19656 +"135000",19157,19825 +"135001",19157,36378 +"135002",19157,36379 +"135003",19157,36412 +"135004",19157,75930 +"135005",19158,22642 +"135006",19158,69071 +"135007",19159,32956 +"135008",19161,24431 +"135009",19161,36018 +"135010",19161,36353 +"135011",19161,39844 +"135012",19161,42127 +"135013",19161,44002 +"135014",19161,44010 +"135015",19161,64953 +"135016",19162,37516 +"135017",19162,55288 +"135018",19162,58984 +"135019",19162,94379 +"135020",19162,99195 +"135021",19163,66842 +"135022",19163,90385 +"135023",19164,20977 +"135024",19164,23423 +"135025",19164,23622 +"135026",19164,23688 +"135027",19164,26251 +"135028",19164,31159 +"135029",19164,42652 +"135030",19164,47582 +"135031",19164,47736 +"135032",19165,67128 +"135033",19166,24286 +"135034",19166,28169 +"135035",19166,32144 +"135036",19166,34837 +"135037",19166,55855 +"135038",19167,36792 +"135039",19167,39743 +"135040",19167,56842 +"135041",19167,57889 +"135042",19168,68917 +"135043",19169,27891 +"135044",19169,40142 +"135045",19169,40324 +"135046",19169,40709 +"135047",19169,42094 +"135048",19169,49164 +"135049",19169,49273 +"135050",19169,56419 +"135051",19169,60471 +"135052",19169,60536 +"135053",19170,21161 +"135054",19170,33380 +"135055",19170,50834 +"135056",19170,59766 +"135057",19170,59950 +"135058",19170,59964 +"135059",19170,62970 +"135060",19170,63154 +"135061",19170,64059 +"135062",19170,74269 +"135063",19170,92068 +"135064",19170,93193 +"135065",19171,20655 +"135066",19171,47149 +"135067",19172,24501 +"135068",19172,29701 +"135069",19172,29955 +"135070",19172,72764 +"135071",19172,87894 +"135072",19172,119837 +"135073",19173,20407 +"135074",19173,23005 +"135075",19173,31861 +"135076",19173,40154 +"135077",19173,44420 +"135078",19173,62369 +"135079",19173,68606 +"135080",19173,71187 +"135081",19174,84799 +"135082",19174,88772 +"135083",19174,90470 +"135084",19176,40419 +"135085",19176,77484 +"135086",19177,19246 +"135087",19177,21978 +"135088",19177,83442 +"135089",19177,99223 +"135090",19177,101506 +"135091",19177,115967 +"135092",19178,72135 +"135093",19178,107677 +"135094",19179,21331 +"135095",19179,23966 +"135096",19179,28139 +"135097",19179,32319 +"135098",19179,39216 +"135099",19179,48530 +"135100",19179,48701 +"135101",19179,63129 +"135102",19179,63690 +"135103",19179,65028 +"135104",19179,72868 +"135105",19179,77434 +"135106",19179,78281 +"135107",19179,93544 +"135108",19179,97032 +"135109",19180,27594 +"135110",19180,69079 +"135111",19181,23846 +"135112",19181,24522 +"135113",19181,34168 +"135114",19181,55686 +"135115",19181,75293 +"135116",19181,104032 +"135117",19182,21176 +"135118",19182,21506 +"135119",19182,21847 +"135120",19182,24938 +"135121",19182,33430 +"135122",19182,50701 +"135123",19182,54848 +"135124",19182,65028 +"135125",19182,66316 +"135126",19182,66336 +"135127",19182,71127 +"135128",19182,83314 +"135129",19183,19199 +"135130",19183,19813 +"135131",19183,24978 +"135132",19183,36993 +"135133",19183,43598 +"135134",19183,99910 +"135135",19183,105468 +"135136",19183,115762 +"135137",19184,50930 +"135138",19184,55484 +"135139",19184,64185 +"135140",19184,89383 +"135141",19184,89387 +"135142",19184,89391 +"135143",19184,89422 +"135144",19184,91973 +"135145",19184,93846 +"135146",19185,19605 +"135147",19185,20321 +"135148",19185,23115 +"135149",19185,26776 +"135150",19185,26868 +"135151",19185,27221 +"135152",19185,35241 +"135153",19185,37452 +"135154",19185,48836 +"135155",19185,79629 +"135156",19186,62672 +"135157",19186,72090 +"135158",19186,72178 +"135159",19186,74115 +"135160",19186,74193 +"135161",19186,74983 +"135162",19187,21398 +"135163",19187,29163 +"135164",19188,62711 +"135165",19189,20160 +"135166",19189,22709 +"135167",19189,23262 +"135168",19189,25671 +"135169",19189,28432 +"135170",19189,30721 +"135171",19189,31778 +"135172",19189,32673 +"135173",19189,34831 +"135174",19189,37461 +"135175",19189,40147 +"135176",19189,55472 +"135177",19189,70265 +"135178",19189,73513 +"135179",19189,73553 +"135180",19189,76294 +"135181",19189,76301 +"135182",19189,76303 +"135183",19189,78890 +"135184",19189,79537 +"135185",19189,79571 +"135186",19189,94598 +"135187",19189,95106 +"135188",19189,102893 +"135189",19189,109828 +"135190",19190,26698 +"135191",19190,35513 +"135192",19190,36919 +"135193",19190,88536 +"135194",19190,92553 +"135195",19191,58824 +"135196",19191,64880 +"135197",19191,68762 +"135198",19191,91282 +"135199",19191,101827 +"135200",19192,19243 +"135201",19192,57214 +"135202",19193,44085 +"135203",19193,44683 +"135204",19194,31882 +"135205",19194,76833 +"135206",19194,84657 +"135207",19194,89292 +"135208",19195,19380 +"135209",19195,57698 +"135210",19195,74430 +"135211",19197,67363 +"135212",19197,100898 +"135213",19198,24886 +"135214",19198,30358 +"135215",19198,45425 +"135216",19198,56666 +"135217",19198,77430 +"135218",19200,19242 +"135219",19201,45344 +"135220",19201,84689 +"135221",19201,97965 +"135222",19202,48708 +"135223",19202,91001 +"135224",19202,91006 +"135225",19203,42750 +"135226",19203,60553 +"135227",19204,23130 +"135228",19204,64097 +"135229",19204,76377 +"135230",19204,87161 +"135231",19204,93840 +"135232",19204,114811 +"135233",19204,120109 +"135234",19205,52185 +"135235",19205,52767 +"135236",19205,68594 +"135237",19205,78726 +"135238",19205,80834 +"135239",19205,82573 +"135240",19205,91229 +"135241",19205,99289 +"135242",19205,108553 +"135243",19205,110359 +"135244",19205,112268 +"135245",19205,113585 +"135246",19205,116515 +"135247",19205,117804 +"135248",19205,117942 +"135249",19205,121950 +"135250",19206,53487 +"135251",19206,74078 +"135252",19207,24163 +"135253",19207,28709 +"135254",19207,30865 +"135255",19207,68778 +"135256",19207,75282 +"135257",19207,75484 +"135258",19207,114042 +"135259",19208,19605 +"135260",19208,20250 +"135261",19208,22053 +"135262",19208,23173 +"135263",19208,23244 +"135264",19208,29266 +"135265",19208,31038 +"135266",19208,34411 +"135267",19208,34865 +"135268",19208,35702 +"135269",19208,38137 +"135270",19208,39552 +"135271",19208,41333 +"135272",19208,45444 +"135273",19208,48871 +"135274",19208,50480 +"135275",19208,50746 +"135276",19208,64051 +"135277",19208,66823 +"135278",19208,66846 +"135279",19208,67556 +"135280",19209,19280 +"135281",19209,19323 +"135282",19209,19327 +"135283",19209,19455 +"135284",19209,63845 +"135285",19209,70668 +"135286",19209,82481 +"135287",19209,84619 +"135288",19209,123269 +"135289",19209,123271 +"135290",19210,21300 +"135291",19211,24543 +"135292",19211,24749 +"135293",19211,77006 +"135294",19212,83346 +"135295",19212,95276 +"135296",19212,119644 +"135297",19213,33180 +"135298",19213,33338 +"135299",19213,36736 +"135300",19213,70710 +"135301",19213,74525 +"135302",19213,114267 +"135303",19214,20053 +"135304",19214,24636 +"135305",19214,24637 +"135306",19214,91741 +"135307",19215,22580 +"135308",19215,22581 +"135309",19215,22657 +"135310",19215,22709 +"135311",19215,22767 +"135312",19215,35080 +"135313",19215,39515 +"135314",19215,42529 +"135315",19215,45473 +"135316",19216,32411 +"135317",19217,103503 +"135318",19218,23201 +"135319",19218,23252 +"135320",19218,23460 +"135321",19219,34770 +"135322",19219,39501 +"135323",19219,47826 +"135324",19220,57191 +"135325",19221,52104 +"135326",19221,60753 +"135327",19221,63250 +"135328",19221,70931 +"135329",19221,99169 +"135330",19222,23180 +"135331",19222,26425 +"135332",19222,72621 +"135333",19222,89283 +"135334",19222,113485 +"135335",19222,115476 +"135336",19222,115948 +"135337",19222,121000 +"135338",19223,26089 +"135339",19223,33427 +"135340",19224,30542 +"135341",19224,46570 +"135342",19224,73976 +"135343",19224,94995 +"135344",19224,99970 +"135345",19225,24342 +"135346",19225,28672 +"135347",19225,40113 +"135348",19225,48125 +"135349",19225,50395 +"135350",19225,52293 +"135351",19225,58942 +"135352",19225,67726 +"135353",19225,70029 +"135354",19225,77747 +"135355",19225,81821 +"135356",19226,85808 +"135357",19227,35099 +"135358",19227,37197 +"135359",19227,41817 +"135360",19227,41855 +"135361",19227,61025 +"135362",19227,72526 +"135363",19227,88509 +"135364",19228,19495 +"135365",19228,19496 +"135366",19228,19555 +"135367",19228,19782 +"135368",19228,19822 +"135369",19228,19888 +"135370",19228,20303 +"135371",19228,20322 +"135372",19228,20360 +"135373",19228,20490 +"135374",19228,20899 +"135375",19229,20446 +"135376",19229,20463 +"135377",19229,22506 +"135378",19229,44512 +"135379",19229,44970 +"135380",19230,80275 +"135381",19231,22049 +"135382",19231,23448 +"135383",19231,44836 +"135384",19231,56983 +"135385",19231,58701 +"135386",19231,82733 +"135387",19231,83327 +"135388",19231,87139 +"135389",19231,96990 +"135390",19232,56097 +"135391",19233,32836 +"135392",19234,21944 +"135393",19234,23010 +"135394",19234,23126 +"135395",19234,41203 +"135396",19234,59080 +"135397",19234,59095 +"135398",19234,59286 +"135399",19234,80047 +"135400",19235,85484 +"135401",19235,112556 +"135402",19235,113913 +"135403",19238,24846 +"135404",19238,27720 +"135405",19238,39430 +"135406",19238,42969 +"135407",19238,65188 +"135408",19238,67401 +"135409",19238,68613 +"135410",19238,79319 +"135411",19238,99144 +"135412",19238,121619 +"135413",19239,29815 +"135414",19239,35438 +"135415",19239,37259 +"135416",19239,44252 +"135417",19239,46989 +"135418",19239,47256 +"135419",19239,48682 +"135420",19239,50278 +"135421",19239,50541 +"135422",19239,54627 +"135423",19239,65518 +"135424",19239,66782 +"135425",19239,68686 +"135426",19239,76369 +"135427",19239,79106 +"135428",19239,94573 +"135429",19239,101497 +"135430",19240,95101 +"135431",19241,22644 +"135432",19242,28332 +"135433",19242,48113 +"135434",19242,75915 +"135435",19242,117347 +"135436",19243,44248 +"135437",19243,44778 +"135438",19243,53562 +"135439",19243,63961 +"135440",19244,45799 +"135441",19244,67836 +"135442",19244,76520 +"135443",19244,76600 +"135444",19244,76626 +"135445",19245,19603 +"135446",19246,57910 +"135447",19246,70184 +"135448",19246,78611 +"135449",19246,80983 +"135450",19246,81951 +"135451",19246,85191 +"135452",19248,19719 +"135453",19248,21415 +"135454",19248,23523 +"135455",19248,23697 +"135456",19248,25198 +"135457",19248,27694 +"135458",19248,29783 +"135459",19248,32687 +"135460",19248,34444 +"135461",19248,36121 +"135462",19248,40501 +"135463",19248,40882 +"135464",19248,44960 +"135465",19248,47890 +"135466",19248,48605 +"135467",19248,49302 +"135468",19248,54171 +"135469",19248,56695 +"135470",19248,61982 +"135471",19248,62410 +"135472",19248,62418 +"135473",19248,62841 +"135474",19248,63075 +"135475",19248,65947 +"135476",19248,75633 +"135477",19248,81778 +"135478",19249,24683 +"135479",19249,29115 +"135480",19250,71862 +"135481",19250,86033 +"135482",19250,91988 +"135483",19250,98374 +"135484",19250,118400 +"135485",19251,37696 +"135486",19251,37697 +"135487",19252,19463 +"135488",19252,22952 +"135489",19252,30092 +"135490",19252,32406 +"135491",19252,32922 +"135492",19252,48776 +"135493",19252,56686 +"135494",19252,64636 +"135495",19252,92111 +"135496",19252,93685 +"135497",19253,21654 +"135498",19253,25953 +"135499",19253,42410 +"135500",19253,48593 +"135501",19253,54860 +"135502",19253,54865 +"135503",19253,54901 +"135504",19253,54903 +"135505",19253,85314 +"135506",19254,19435 +"135507",19255,71785 +"135508",19255,86733 +"135509",19256,31461 +"135510",19257,19258 +"135511",19257,20532 +"135512",19257,24635 +"135513",19257,26912 +"135514",19257,27063 +"135515",19257,42133 +"135516",19257,56100 +"135517",19257,60430 +"135518",19257,69472 +"135519",19257,94205 +"135520",19258,27111 +"135521",19258,28686 +"135522",19258,31403 +"135523",19258,32091 +"135524",19258,33511 +"135525",19258,43946 +"135526",19258,63950 +"135527",19258,77924 +"135528",19258,80075 +"135529",19258,102507 +"135530",19259,59692 +"135531",19259,99770 +"135532",19260,19314 +"135533",19260,19385 +"135534",19260,19446 +"135535",19261,98697 +"135536",19262,37200 +"135537",19262,43668 +"135538",19262,63073 +"135539",19262,92627 +"135540",19262,101356 +"135541",19262,101361 +"135542",19262,101363 +"135543",19262,108099 +"135544",19263,19321 +"135545",19263,19477 +"135546",19263,19551 +"135547",19263,93497 +"135548",19265,22490 +"135549",19265,23227 +"135550",19265,23394 +"135551",19265,29804 +"135552",19265,47173 +"135553",19265,47600 +"135554",19265,59439 +"135555",19265,62084 +"135556",19266,26722 +"135557",19266,28078 +"135558",19266,37494 +"135559",19266,40978 +"135560",19267,19957 +"135561",19267,44641 +"135562",19267,47605 +"135563",19267,52506 +"135564",19267,64799 +"135565",19267,72073 +"135566",19268,24498 +"135567",19268,67794 +"135568",19268,68338 +"135569",19268,92241 +"135570",19268,93006 +"135571",19268,93099 +"135572",19269,44143 +"135573",19269,59122 +"135574",19269,106054 +"135575",19270,19399 +"135576",19270,41615 +"135577",19270,53511 +"135578",19271,28022 +"135579",19271,41001 +"135580",19272,19531 +"135581",19272,60255 +"135582",19272,92248 +"135583",19273,20889 +"135584",19273,20912 +"135585",19273,20922 +"135586",19273,28081 +"135587",19274,28275 +"135588",19276,59279 +"135589",19277,20131 +"135590",19277,22929 +"135591",19277,31900 +"135592",19277,52403 +"135593",19277,52964 +"135594",19277,65722 +"135595",19277,67913 +"135596",19278,19458 +"135597",19279,44736 +"135598",19279,44737 +"135599",19279,45652 +"135600",19279,60084 +"135601",19280,42595 +"135602",19280,54237 +"135603",19281,19436 +"135604",19281,30368 +"135605",19281,77853 +"135606",19281,81997 +"135607",19281,98011 +"135608",19282,23333 +"135609",19282,34001 +"135610",19282,88063 +"135611",19282,99934 +"135612",19282,110972 +"135613",19283,33785 +"135614",19283,38481 +"135615",19283,41687 +"135616",19283,64826 +"135617",19283,93353 +"135618",19283,99107 +"135619",19283,109957 +"135620",19283,113854 +"135621",19284,19642 +"135622",19285,29508 +"135623",19285,29522 +"135624",19285,29546 +"135625",19285,29548 +"135626",19285,29563 +"135627",19285,29577 +"135628",19285,29591 +"135629",19286,60307 +"135630",19286,73404 +"135631",19287,39472 +"135632",19287,60048 +"135633",19287,63239 +"135634",19287,74471 +"135635",19287,103425 +"135636",19288,23644 +"135637",19288,36281 +"135638",19288,59211 +"135639",19288,84400 +"135640",19288,88146 +"135641",19288,90836 +"135642",19288,99281 +"135643",19288,101082 +"135644",19288,101620 +"135645",19288,117020 +"135646",19289,55656 +"135647",19289,92607 +"135648",19290,20094 +"135649",19290,21826 +"135650",19290,24018 +"135651",19290,26013 +"135652",19290,28974 +"135653",19290,107935 +"135654",19291,28180 +"135655",19291,46287 +"135656",19292,54318 +"135657",19292,90527 +"135658",19292,122226 +"135659",19293,19470 +"135660",19293,19507 +"135661",19294,55377 +"135662",19294,116250 +"135663",19295,22281 +"135664",19295,31068 +"135665",19295,33400 +"135666",19296,19297 +"135667",19296,19347 +"135668",19296,19366 +"135669",19296,23570 +"135670",19296,36088 +"135671",19296,47050 +"135672",19296,69057 +"135673",19296,88171 +"135674",19296,109201 +"135675",19297,19347 +"135676",19297,19366 +"135677",19297,36088 +"135678",19297,47050 +"135679",19297,69057 +"135680",19297,88171 +"135681",19297,109201 +"135682",19297,112109 +"135683",19298,19572 +"135684",19298,26740 +"135685",19298,34228 +"135686",19298,34331 +"135687",19298,37938 +"135688",19298,39210 +"135689",19298,39228 +"135690",19298,63898 +"135691",19299,19630 +"135692",19299,20602 +"135693",19299,20693 +"135694",19299,21750 +"135695",19299,27571 +"135696",19299,54040 +"135697",19299,79282 +"135698",19299,84166 +"135699",19299,115378 +"135700",19300,19390 +"135701",19300,19403 +"135702",19300,19467 +"135703",19300,19588 +"135704",19300,19656 +"135705",19300,19825 +"135706",19301,28846 +"135707",19301,32831 +"135708",19301,44016 +"135709",19301,44080 +"135710",19301,87499 +"135711",19302,66520 +"135712",19302,75493 +"135713",19302,89613 +"135714",19302,93535 +"135715",19302,108694 +"135716",19302,112540 +"135717",19303,27448 +"135718",19303,27449 +"135719",19303,46767 +"135720",19303,79158 +"135721",19304,19614 +"135722",19304,19711 +"135723",19305,25574 +"135724",19306,26813 +"135725",19308,19309 +"135726",19308,19310 +"135727",19308,19395 +"135728",19308,19482 +"135729",19308,22288 +"135730",19308,70435 +"135731",19309,19310 +"135732",19309,19395 +"135733",19309,19482 +"135734",19309,20577 +"135735",19309,20675 +"135736",19309,20676 +"135737",19309,29580 +"135738",19309,45504 +"135739",19309,49109 +"135740",19309,66463 +"135741",19310,19395 +"135742",19310,19482 +"135743",19311,31926 +"135744",19311,41096 +"135745",19311,42317 +"135746",19311,68708 +"135747",19311,76151 +"135748",19311,92863 +"135749",19311,117620 +"135750",19312,23248 +"135751",19312,73732 +"135752",19312,74007 +"135753",19313,46353 +"135754",19313,107889 +"135755",19314,19385 +"135756",19314,19446 +"135757",19314,21325 +"135758",19314,64925 +"135759",19314,68910 +"135760",19314,78323 +"135761",19314,80058 +"135762",19314,80152 +"135763",19314,82206 +"135764",19314,89336 +"135765",19314,89346 +"135766",19314,91210 +"135767",19314,93184 +"135768",19314,98791 +"135769",19314,98804 +"135770",19315,19316 +"135771",19315,41403 +"135772",19317,22057 +"135773",19317,27224 +"135774",19317,27517 +"135775",19317,29884 +"135776",19317,56531 +"135777",19317,58163 +"135778",19317,59992 +"135779",19317,61242 +"135780",19317,67559 +"135781",19317,70454 +"135782",19317,83844 +"135783",19317,96149 +"135784",19317,106469 +"135785",19317,107588 +"135786",19319,31867 +"135787",19319,31872 +"135788",19319,57639 +"135789",19320,104927 +"135790",19321,19477 +"135791",19321,19551 +"135792",19321,38933 +"135793",19321,50154 +"135794",19321,53709 +"135795",19321,55521 +"135796",19321,60762 +"135797",19321,68878 +"135798",19321,79918 +"135799",19321,82360 +"135800",19322,57926 +"135801",19323,19327 +"135802",19323,19455 +"135803",19323,28741 +"135804",19323,28744 +"135805",19323,29293 +"135806",19323,47884 +"135807",19323,52881 +"135808",19324,20011 +"135809",19324,22746 +"135810",19324,29488 +"135811",19324,36615 +"135812",19324,44896 +"135813",19324,44986 +"135814",19324,47225 +"135815",19324,48084 +"135816",19324,48585 +"135817",19324,48612 +"135818",19324,48645 +"135819",19324,60366 +"135820",19324,82622 +"135821",19324,105088 +"135822",19325,109834 +"135823",19326,23589 +"135824",19326,51106 +"135825",19327,19455 +"135826",19327,28741 +"135827",19327,28744 +"135828",19327,29293 +"135829",19327,63672 +"135830",19327,72207 +"135831",19328,34801 +"135832",19328,36420 +"135833",19328,44976 +"135834",19328,45948 +"135835",19328,66875 +"135836",19329,34446 +"135837",19329,106986 +"135838",19330,26018 +"135839",19330,26380 +"135840",19330,26454 +"135841",19331,102934 +"135842",19332,25152 +"135843",19332,33349 +"135844",19332,38625 +"135845",19332,80717 +"135846",19332,91770 +"135847",19332,103077 +"135848",19332,117092 +"135849",19334,19388 +"135850",19334,40779 +"135851",19334,45129 +"135852",19334,64310 +"135853",19334,64358 +"135854",19334,75737 +"135855",19335,19580 +"135856",19335,22567 +"135857",19335,23132 +"135858",19335,38798 +"135859",19335,40383 +"135860",19335,43941 +"135861",19335,50495 +"135862",19335,53611 +"135863",19335,58946 +"135864",19335,83766 +"135865",19335,83794 +"135866",19335,83795 +"135867",19335,91619 +"135868",19336,58908 +"135869",19336,98216 +"135870",19336,98224 +"135871",19337,22106 +"135872",19337,22140 +"135873",19337,22310 +"135874",19337,22311 +"135875",19337,27409 +"135876",19337,37052 +"135877",19337,41347 +"135878",19337,44156 +"135879",19337,48431 +"135880",19337,56414 +"135881",19337,56523 +"135882",19337,60114 +"135883",19337,64892 +"135884",19337,65654 +"135885",19337,65675 +"135886",19337,65710 +"135887",19337,65751 +"135888",19337,78676 +"135889",19338,19452 +"135890",19338,20429 +"135891",19338,36315 +"135892",19338,41231 +"135893",19338,41273 +"135894",19338,41312 +"135895",19338,47611 +"135896",19338,50700 +"135897",19338,68764 +"135898",19338,69954 +"135899",19338,78006 +"135900",19338,99564 +"135901",19339,24078 +"135902",19339,26344 +"135903",19339,26530 +"135904",19339,47233 +"135905",19340,45100 +"135906",19340,78999 +"135907",19340,105870 +"135908",19341,37671 +"135909",19341,37672 +"135910",19341,37699 +"135911",19342,24058 +"135912",19343,27881 +"135913",19344,46490 +"135914",19344,48629 +"135915",19344,77445 +"135916",19344,77469 +"135917",19345,22919 +"135918",19345,31472 +"135919",19345,31508 +"135920",19345,52230 +"135921",19347,19366 +"135922",19347,23570 +"135923",19347,27998 +"135924",19347,28961 +"135925",19347,45484 +"135926",19347,78356 +"135927",19347,88171 +"135928",19347,88723 +"135929",19347,91476 +"135930",19348,27228 +"135931",19348,34762 +"135932",19348,76500 +"135933",19348,114931 +"135934",19349,19667 +"135935",19349,52591 +"135936",19349,54385 +"135937",19349,68883 +"135938",19349,68956 +"135939",19349,77056 +"135940",19349,79000 +"135941",19349,81565 +"135942",19350,23174 +"135943",19350,24949 +"135944",19350,26262 +"135945",19351,32327 +"135946",19351,68872 +"135947",19351,86705 +"135948",19351,86789 +"135949",19351,87636 +"135950",19351,99670 +"135951",19351,105304 +"135952",19352,54151 +"135953",19353,60116 +"135954",19353,97009 +"135955",19354,21062 +"135956",19354,21598 +"135957",19354,27929 +"135958",19354,45200 +"135959",19354,90037 +"135960",19354,98446 +"135961",19354,112398 +"135962",19355,19441 +"135963",19355,46153 +"135964",19355,57678 +"135965",19355,80630 +"135966",19355,81183 +"135967",19355,85200 +"135968",19355,89202 +"135969",19355,97222 +"135970",19357,29658 +"135971",19357,76523 +"135972",19358,20667 +"135973",19358,22756 +"135974",19358,24948 +"135975",19358,24989 +"135976",19358,26413 +"135977",19358,27267 +"135978",19358,31897 +"135979",19358,32070 +"135980",19358,40561 +"135981",19358,41232 +"135982",19358,46568 +"135983",19358,50659 +"135984",19358,54737 +"135985",19358,56168 +"135986",19358,60846 +"135987",19358,63375 +"135988",19358,69291 +"135989",19358,78073 +"135990",19358,79243 +"135991",19358,79331 +"135992",19358,79710 +"135993",19358,79711 +"135994",19358,79720 +"135995",19358,79725 +"135996",19358,79738 +"135997",19358,79739 +"135998",19358,79748 +"135999",19358,79750 +"136000",19358,79754 +"136001",19358,79758 +"136002",19358,79760 +"136003",19358,79771 +"136004",19358,79780 +"136005",19358,79781 +"136006",19358,79803 +"136007",19358,84669 +"136008",19358,90305 +"136009",19358,99138 +"136010",19358,104161 +"136011",19358,105460 +"136012",19358,109066 +"136013",19358,114529 +"136014",19358,118207 +"136015",19358,118237 +"136016",19359,36635 +"136017",19359,40772 +"136018",19360,19411 +"136019",19360,19427 +"136020",19360,19428 +"136021",19360,19437 +"136022",19360,19454 +"136023",19361,102006 +"136024",19361,118628 +"136025",19363,23767 +"136026",19364,19504 +"136027",19364,22709 +"136028",19364,28432 +"136029",19364,30721 +"136030",19364,30874 +"136031",19364,32523 +"136032",19364,41580 +"136033",19364,43236 +"136034",19364,46668 +"136035",19364,67917 +"136036",19364,68823 +"136037",19364,73553 +"136038",19365,45241 +"136039",19367,62822 +"136040",19367,68460 +"136041",19367,85481 +"136042",19368,38671 +"136043",19368,39852 +"136044",19368,87258 +"136045",19369,93260 +"136046",19370,32626 +"136047",19372,74872 +"136048",19372,77722 +"136049",19372,79165 +"136050",19372,82103 +"136051",19373,27543 +"136052",19373,30626 +"136053",19373,41962 +"136054",19374,32142 +"136055",19374,47925 +"136056",19375,98583 +"136057",19376,42720 +"136058",19376,59852 +"136059",19376,111436 +"136060",19377,86665 +"136061",19378,19440 +"136062",19378,40220 +"136063",19378,81381 +"136064",19378,104024 +"136065",19378,104049 +"136066",19379,22816 +"136067",19379,31952 +"136068",19379,36129 +"136069",19379,45797 +"136070",19379,46332 +"136071",19379,46377 +"136072",19379,49980 +"136073",19379,57093 +"136074",19379,62252 +"136075",19379,64908 +"136076",19379,65726 +"136077",19379,71955 +"136078",19379,74108 +"136079",19379,77823 +"136080",19379,79646 +"136081",19379,80925 +"136082",19379,83473 +"136083",19379,95971 +"136084",19379,114006 +"136085",19380,19500 +"136086",19380,19781 +"136087",19380,21933 +"136088",19380,33066 +"136089",19380,34216 +"136090",19380,35958 +"136091",19380,39989 +"136092",19380,73902 +"136093",19380,82449 +"136094",19380,82468 +"136095",19381,20943 +"136096",19383,44101 +"136097",19384,23803 +"136098",19384,23918 +"136099",19384,30239 +"136100",19384,48012 +"136101",19384,48031 +"136102",19384,56751 +"136103",19384,80560 +"136104",19385,19446 +"136105",19386,19387 +"136106",19386,33032 +"136107",19386,41863 +"136108",19386,53044 +"136109",19386,56144 +"136110",19386,57068 +"136111",19386,65772 +"136112",19386,73983 +"136113",19386,81724 +"136114",19387,60247 +"136115",19387,88665 +"136116",19388,22945 +"136117",19388,24907 +"136118",19388,30927 +"136119",19388,49283 +"136120",19388,73797 +"136121",19388,83377 +"136122",19388,103577 +"136123",19389,29634 +"136124",19389,43986 +"136125",19389,108719 +"136126",19389,110415 +"136127",19389,114047 +"136128",19390,19403 +"136129",19390,19467 +"136130",19390,19588 +"136131",19390,19656 +"136132",19390,19825 +"136133",19391,23075 +"136134",19391,25606 +"136135",19391,28530 +"136136",19391,30258 +"136137",19391,38185 +"136138",19391,38683 +"136139",19391,40245 +"136140",19391,43226 +"136141",19391,44655 +"136142",19391,44973 +"136143",19391,46177 +"136144",19391,47048 +"136145",19391,48110 +"136146",19391,58508 +"136147",19391,59731 +"136148",19391,62642 +"136149",19391,68091 +"136150",19391,69335 +"136151",19391,75245 +"136152",19391,75776 +"136153",19391,75956 +"136154",19391,76387 +"136155",19391,78978 +"136156",19391,79212 +"136157",19391,79241 +"136158",19391,79579 +"136159",19391,80239 +"136160",19391,80301 +"136161",19391,81397 +"136162",19391,88340 +"136163",19391,88749 +"136164",19391,89069 +"136165",19391,89373 +"136166",19391,89995 +"136167",19391,90919 +"136168",19391,90936 +"136169",19391,92861 +"136170",19391,93097 +"136171",19391,94231 +"136172",19391,95489 +"136173",19391,96247 +"136174",19391,96363 +"136175",19391,97898 +"136176",19392,34859 +"136177",19392,41003 +"136178",19392,43226 +"136179",19392,52289 +"136180",19392,54872 +"136181",19392,57990 +"136182",19392,70009 +"136183",19392,93110 +"136184",19393,28256 +"136185",19393,47296 +"136186",19393,54782 +"136187",19393,59627 +"136188",19393,67478 +"136189",19393,79733 +"136190",19393,97505 +"136191",19393,102587 +"136192",19393,109217 +"136193",19393,111858 +"136194",19394,25546 +"136195",19394,28659 +"136196",19394,33661 +"136197",19394,33671 +"136198",19394,45406 +"136199",19394,45409 +"136200",19394,45517 +"136201",19394,47356 +"136202",19394,50095 +"136203",19394,55064 +"136204",19395,19482 +"136205",19395,45504 +"136206",19396,24239 +"136207",19396,55042 +"136208",19397,55235 +"136209",19397,71374 +"136210",19397,77174 +"136211",19397,119431 +"136212",19398,22442 +"136213",19398,58382 +"136214",19398,62295 +"136215",19398,70139 +"136216",19400,19956 +"136217",19400,24195 +"136218",19400,26846 +"136219",19400,28918 +"136220",19400,30208 +"136221",19400,36506 +"136222",19400,39378 +"136223",19400,39647 +"136224",19400,40710 +"136225",19400,40864 +"136226",19400,42068 +"136227",19400,45699 +"136228",19400,47534 +"136229",19400,52589 +"136230",19400,53707 +"136231",19400,62395 +"136232",19400,64873 +"136233",19400,64894 +"136234",19400,64930 +"136235",19400,64958 +"136236",19400,73960 +"136237",19400,79409 +"136238",19400,107880 +"136239",19400,108074 +"136240",19401,26263 +"136241",19401,40932 +"136242",19402,106146 +"136243",19402,119814 +"136244",19403,19467 +"136245",19403,19588 +"136246",19403,19656 +"136247",19403,19825 +"136248",19404,100872 +"136249",19405,21286 +"136250",19405,26133 +"136251",19405,27897 +"136252",19405,29253 +"136253",19405,48955 +"136254",19405,59690 +"136255",19405,66131 +"136256",19405,77738 +"136257",19405,79216 +"136258",19405,79217 +"136259",19405,79407 +"136260",19405,80522 +"136261",19405,80528 +"136262",19405,80564 +"136263",19405,80842 +"136264",19405,91152 +"136265",19405,103219 +"136266",19405,104098 +"136267",19405,123043 +"136268",19406,79871 +"136269",19406,81060 +"136270",19406,110018 +"136271",19406,114333 +"136272",19407,19417 +"136273",19407,22347 +"136274",19407,33332 +"136275",19407,64070 +"136276",19407,74681 +"136277",19408,25680 +"136278",19408,28130 +"136279",19408,92072 +"136280",19408,100708 +"136281",19408,114631 +"136282",19408,116450 +"136283",19408,122339 +"136284",19409,24509 +"136285",19409,24575 +"136286",19409,24905 +"136287",19409,25941 +"136288",19409,26092 +"136289",19409,34782 +"136290",19409,43845 +"136291",19409,50550 +"136292",19409,53761 +"136293",19409,85320 +"136294",19409,85325 +"136295",19409,85554 +"136296",19409,86437 +"136297",19409,95116 +"136298",19410,74341 +"136299",19411,19427 +"136300",19411,19428 +"136301",19411,19437 +"136302",19411,19454 +"136303",19412,30093 +"136304",19412,38642 +"136305",19412,48395 +"136306",19413,94760 +"136307",19414,26787 +"136308",19414,29499 +"136309",19414,30422 +"136310",19414,39419 +"136311",19414,45216 +"136312",19414,55280 +"136313",19414,80802 +"136314",19414,81676 +"136315",19414,81682 +"136316",19415,95399 +"136317",19415,114012 +"136318",19416,39390 +"136319",19416,40369 +"136320",19416,43173 +"136321",19416,66417 +"136322",19418,19589 +"136323",19418,22947 +"136324",19418,94373 +"136325",19419,21290 +"136326",19419,22056 +"136327",19419,23975 +"136328",19419,41180 +"136329",19419,44969 +"136330",19419,45839 +"136331",19419,47841 +"136332",19419,61665 +"136333",19419,82618 +"136334",19419,83947 +"136335",19419,102644 +"136336",19420,44305 +"136337",19420,101651 +"136338",19421,22339 +"136339",19421,64370 +"136340",19421,70537 +"136341",19421,86824 +"136342",19421,95412 +"136343",19422,28369 +"136344",19422,29037 +"136345",19422,30685 +"136346",19422,35077 +"136347",19422,42212 +"136348",19422,65362 +"136349",19422,81722 +"136350",19422,84770 +"136351",19422,99136 +"136352",19422,101117 +"136353",19422,109262 +"136354",19422,110196 +"136355",19422,110216 +"136356",19423,22281 +"136357",19423,77268 +"136358",19423,81868 +"136359",19424,48278 +"136360",19424,57956 +"136361",19424,64631 +"136362",19425,19514 +"136363",19425,19515 +"136364",19425,19705 +"136365",19426,19545 +"136366",19426,29137 +"136367",19426,55187 +"136368",19426,64964 +"136369",19426,71531 +"136370",19427,19428 +"136371",19427,19437 +"136372",19427,19454 +"136373",19427,48199 +"136374",19428,19437 +"136375",19428,19454 +"136376",19429,76619 +"136377",19429,113985 +"136378",19430,43559 +"136379",19430,56906 +"136380",19430,74189 +"136381",19430,83495 +"136382",19430,98945 +"136383",19430,122441 +"136384",19430,122442 +"136385",19430,122443 +"136386",19430,122446 +"136387",19432,19490 +"136388",19432,60746 +"136389",19433,19491 +"136390",19433,25989 +"136391",19433,34359 +"136392",19433,39062 +"136393",19433,49977 +"136394",19433,52249 +"136395",19433,62305 +"136396",19433,103788 +"136397",19433,109990 +"136398",19435,73501 +"136399",19437,19454 +"136400",19438,32575 +"136401",19438,70221 +"136402",19439,27606 +"136403",19439,117545 +"136404",19439,121866 +"136405",19441,56737 +"136406",19442,19485 +"136407",19442,23371 +"136408",19442,29626 +"136409",19443,22528 +"136410",19443,88102 +"136411",19444,31064 +"136412",19444,36713 +"136413",19444,59518 +"136414",19444,69419 +"136415",19444,92867 +"136416",19444,109584 +"136417",19444,118672 +"136418",19445,89990 +"136419",19446,21325 +"136420",19446,39779 +"136421",19446,80058 +"136422",19447,27876 +"136423",19447,48598 +"136424",19447,49923 +"136425",19447,75481 +"136426",19448,22180 +"136427",19448,22455 +"136428",19448,28425 +"136429",19448,39765 +"136430",19448,44194 +"136431",19448,45815 +"136432",19448,49378 +"136433",19448,52080 +"136434",19448,62556 +"136435",19448,65971 +"136436",19448,65981 +"136437",19449,28515 +"136438",19449,32349 +"136439",19449,54365 +"136440",19449,56508 +"136441",19449,59074 +"136442",19449,70338 +"136443",19449,87837 +"136444",19449,101883 +"136445",19450,114709 +"136446",19451,19508 +"136447",19451,19638 +"136448",19451,55507 +"136449",19451,55580 +"136450",19451,55581 +"136451",19452,71038 +"136452",19453,29995 +"136453",19453,33356 +"136454",19453,36366 +"136455",19453,40708 +"136456",19453,53083 +"136457",19453,54156 +"136458",19453,55714 +"136459",19453,64502 +"136460",19453,64845 +"136461",19453,95949 +"136462",19454,21548 +"136463",19454,22368 +"136464",19454,22869 +"136465",19454,27247 +"136466",19455,20987 +"136467",19455,32215 +"136468",19455,80382 +"136469",19456,43174 +"136470",19456,43195 +"136471",19456,43204 +"136472",19456,109825 +"136473",19457,23972 +"136474",19457,105885 +"136475",19458,25367 +"136476",19458,35385 +"136477",19458,41672 +"136478",19458,88027 +"136479",19458,107339 +"136480",19460,20562 +"136481",19460,22146 +"136482",19460,54844 +"136483",19460,76572 +"136484",19460,87434 +"136485",19460,87544 +"136486",19460,91118 +"136487",19460,111752 +"136488",19460,117286 +"136489",19460,117287 +"136490",19461,42853 +"136491",19461,49962 +"136492",19461,63742 +"136493",19462,21915 +"136494",19463,39849 +"136495",19463,48776 +"136496",19463,49317 +"136497",19463,50164 +"136498",19463,92111 +"136499",19463,93685 +"136500",19464,34425 +"136501",19464,40328 +"136502",19464,47507 +"136503",19464,48814 +"136504",19464,50927 +"136505",19464,104143 +"136506",19464,110992 +"136507",19465,27044 +"136508",19465,36285 +"136509",19465,68423 +"136510",19465,119688 +"136511",19467,19588 +"136512",19467,19656 +"136513",19467,19825 +"136514",19468,20886 +"136515",19468,45226 +"136516",19468,45291 +"136517",19469,42201 +"136518",19469,72580 +"136519",19470,19507 +"136520",19470,64637 +"136521",19470,84786 +"136522",19470,86820 +"136523",19470,115466 +"136524",19470,121605 +"136525",19471,19745 +"136526",19471,23403 +"136527",19471,41142 +"136528",19471,53881 +"136529",19471,63711 +"136530",19473,50604 +"136531",19473,54272 +"136532",19473,75526 +"136533",19473,98266 +"136534",19473,99953 +"136535",19473,108579 +"136536",19473,118446 +"136537",19474,102751 +"136538",19475,21973 +"136539",19475,24232 +"136540",19475,30123 +"136541",19475,34394 +"136542",19475,36914 +"136543",19475,38498 +"136544",19475,94705 +"136545",19475,119126 +"136546",19475,119127 +"136547",19476,49250 +"136548",19476,77719 +"136549",19476,78201 +"136550",19476,109726 +"136551",19477,19551 +"136552",19477,21332 +"136553",19477,21708 +"136554",19477,23302 +"136555",19477,23309 +"136556",19477,24610 +"136557",19477,24933 +"136558",19477,27350 +"136559",19477,28825 +"136560",19477,28956 +"136561",19477,30317 +"136562",19477,30365 +"136563",19477,34570 +"136564",19477,36085 +"136565",19477,36843 +"136566",19477,37302 +"136567",19477,44956 +"136568",19477,45131 +"136569",19477,45250 +"136570",19477,45296 +"136571",19477,73045 +"136572",19477,74140 +"136573",19477,77021 +"136574",19477,89633 +"136575",19477,96944 +"136576",19477,102064 +"136577",19477,108997 +"136578",19478,55497 +"136579",19478,69293 +"136580",19479,23889 +"136581",19479,24855 +"136582",19479,64282 +"136583",19479,102069 +"136584",19479,106788 +"136585",19479,114146 +"136586",19481,20956 +"136587",19481,20959 +"136588",19481,34006 +"136589",19481,60932 +"136590",19481,86327 +"136591",19483,42930 +"136592",19483,50690 +"136593",19483,55210 +"136594",19483,75253 +"136595",19483,99070 +"136596",19484,33359 +"136597",19484,45403 +"136598",19484,53756 +"136599",19484,104322 +"136600",19484,104330 +"136601",19484,104443 +"136602",19485,70624 +"136603",19486,23183 +"136604",19486,36540 +"136605",19486,37080 +"136606",19487,25290 +"136607",19487,37912 +"136608",19487,37941 +"136609",19487,37960 +"136610",19487,38841 +"136611",19487,39222 +"136612",19487,39276 +"136613",19487,39460 +"136614",19487,42508 +"136615",19487,47220 +"136616",19487,48672 +"136617",19487,48733 +"136618",19487,48734 +"136619",19487,48751 +"136620",19487,48783 +"136621",19487,48785 +"136622",19488,30373 +"136623",19488,32155 +"136624",19488,32240 +"136625",19488,52525 +"136626",19488,59953 +"136627",19488,74558 +"136628",19488,74653 +"136629",19488,75054 +"136630",19488,107496 +"136631",19489,19777 +"136632",19489,39048 +"136633",19489,42082 +"136634",19491,22699 +"136635",19491,31905 +"136636",19491,35457 +"136637",19491,38279 +"136638",19491,41691 +"136639",19491,43183 +"136640",19491,48210 +"136641",19491,57231 +"136642",19491,60264 +"136643",19491,60905 +"136644",19491,62305 +"136645",19491,81248 +"136646",19491,83135 +"136647",19491,109990 +"136648",19491,112738 +"136649",19492,26245 +"136650",19492,29482 +"136651",19492,33242 +"136652",19492,44880 +"136653",19492,47276 +"136654",19492,50895 +"136655",19492,51451 +"136656",19492,51851 +"136657",19492,55363 +"136658",19492,56546 +"136659",19492,64611 +"136660",19492,78223 +"136661",19492,102330 +"136662",19492,102347 +"136663",19493,38730 +"136664",19493,91874 +"136665",19494,22324 +"136666",19494,41173 +"136667",19495,19496 +"136668",19495,19555 +"136669",19495,19782 +"136670",19495,19822 +"136671",19495,19888 +"136672",19495,20303 +"136673",19495,20322 +"136674",19495,20360 +"136675",19495,20490 +"136676",19495,20899 +"136677",19495,58281 +"136678",19495,74949 +"136679",19495,119000 +"136680",19496,19555 +"136681",19496,19782 +"136682",19496,19822 +"136683",19496,19888 +"136684",19496,20303 +"136685",19496,20322 +"136686",19496,20360 +"136687",19496,20490 +"136688",19496,20899 +"136689",19496,41135 +"136690",19496,41184 +"136691",19497,32832 +"136692",19497,45291 +"136693",19497,70711 +"136694",19497,76855 +"136695",19498,21336 +"136696",19498,49241 +"136697",19498,55608 +"136698",19498,59589 +"136699",19499,22044 +"136700",19499,81007 +"136701",19500,35958 +"136702",19500,82449 +"136703",19500,82468 +"136704",19501,25734 +"136705",19501,52217 +"136706",19501,59662 +"136707",19501,77211 +"136708",19501,88997 +"136709",19501,107558 +"136710",19502,21274 +"136711",19502,21567 +"136712",19502,23109 +"136713",19502,26807 +"136714",19502,34609 +"136715",19502,36112 +"136716",19502,38676 +"136717",19502,38888 +"136718",19502,43262 +"136719",19502,49477 +"136720",19502,51683 +"136721",19502,54117 +"136722",19502,54598 +"136723",19502,64100 +"136724",19502,83642 +"136725",19502,83697 +"136726",19502,94106 +"136727",19502,94892 +"136728",19502,94992 +"136729",19502,119433 +"136730",19503,19504 +"136731",19503,22709 +"136732",19503,34831 +"136733",19503,74013 +"136734",19503,75458 +"136735",19504,22657 +"136736",19504,22709 +"136737",19504,25255 +"136738",19504,26912 +"136739",19504,32523 +"136740",19504,37461 +"136741",19504,39241 +"136742",19504,39269 +"136743",19504,39279 +"136744",19504,46668 +"136745",19504,55472 +"136746",19504,65830 +"136747",19504,67015 +"136748",19504,75458 +"136749",19504,83253 +"136750",19504,88773 +"136751",19504,93632 +"136752",19504,101012 +"136753",19505,19517 +"136754",19505,19574 +"136755",19506,19536 +"136756",19506,20359 +"136757",19506,23140 +"136758",19506,33551 +"136759",19506,44662 +"136760",19506,77835 +"136761",19506,79870 +"136762",19506,82050 +"136763",19506,82064 +"136764",19506,88695 +"136765",19506,90790 +"136766",19506,91162 +"136767",19506,91163 +"136768",19506,91165 +"136769",19506,91170 +"136770",19506,91201 +"136771",19506,106452 +"136772",19507,29797 +"136773",19507,46276 +"136774",19508,19638 +"136775",19508,22499 +"136776",19508,22549 +"136777",19508,23347 +"136778",19508,24850 +"136779",19508,28959 +"136780",19508,30413 +"136781",19508,45997 +"136782",19509,21081 +"136783",19509,21327 +"136784",19509,30800 +"136785",19509,34953 +"136786",19509,41241 +"136787",19509,48114 +"136788",19509,52380 +"136789",19509,59511 +"136790",19509,65890 +"136791",19509,82312 +"136792",19510,56202 +"136793",19510,86290 +"136794",19510,111101 +"136795",19510,111114 +"136796",19510,111230 +"136797",19511,21796 +"136798",19511,45210 +"136799",19512,20731 +"136800",19512,20858 +"136801",19512,74981 +"136802",19513,28078 +"136803",19513,32841 +"136804",19513,38021 +"136805",19513,79983 +"136806",19513,81417 +"136807",19513,81418 +"136808",19514,19515 +"136809",19514,19705 +"136810",19515,19679 +"136811",19515,19705 +"136812",19515,20313 +"136813",19515,22031 +"136814",19515,30164 +"136815",19515,31314 +"136816",19515,39138 +"136817",19515,48651 +"136818",19515,56095 +"136819",19515,56768 +"136820",19515,64713 +"136821",19515,64714 +"136822",19515,67194 +"136823",19515,67598 +"136824",19515,74300 +"136825",19515,74324 +"136826",19515,77183 +"136827",19515,78262 +"136828",19515,88240 +"136829",19516,19692 +"136830",19516,19693 +"136831",19516,20402 +"136832",19516,24276 +"136833",19516,28845 +"136834",19516,29362 +"136835",19516,29375 +"136836",19516,30260 +"136837",19516,44662 +"136838",19516,51410 +"136839",19516,59013 +"136840",19516,67362 +"136841",19516,70250 +"136842",19516,79744 +"136843",19516,83033 +"136844",19516,83067 +"136845",19516,86702 +"136846",19516,87236 +"136847",19516,92846 +"136848",19516,97434 +"136849",19516,97435 +"136850",19517,19574 +"136851",19519,20001 +"136852",19519,46263 +"136853",19519,49997 +"136854",19519,55500 +"136855",19519,59087 +"136856",19519,69782 +"136857",19519,83501 +"136858",19519,112202 +"136859",19519,113667 +"136860",19520,20545 +"136861",19521,19732 +"136862",19521,24064 +"136863",19521,62810 +"136864",19521,119037 +"136865",19522,21376 +"136866",19522,46114 +"136867",19522,53627 +"136868",19522,53740 +"136869",19522,70124 +"136870",19522,76656 +"136871",19522,86730 +"136872",19523,23554 +"136873",19523,34182 +"136874",19523,34314 +"136875",19523,35802 +"136876",19523,36089 +"136877",19523,41687 +"136878",19523,41713 +"136879",19523,43527 +"136880",19523,47921 +"136881",19523,48123 +"136882",19523,48297 +"136883",19523,48433 +"136884",19523,50235 +"136885",19523,50397 +"136886",19523,54952 +"136887",19523,59210 +"136888",19523,62063 +"136889",19523,67525 +"136890",19523,69049 +"136891",19523,72573 +"136892",19523,77871 +"136893",19523,81000 +"136894",19523,81722 +"136895",19523,90021 +"136896",19523,91411 +"136897",19523,92592 +"136898",19523,94768 +"136899",19523,99070 +"136900",19523,99482 +"136901",19523,101016 +"136902",19523,101087 +"136903",19523,102341 +"136904",19523,102401 +"136905",19523,105495 +"136906",19523,105955 +"136907",19523,110376 +"136908",19523,110380 +"136909",19523,116302 +"136910",19523,116315 +"136911",19523,116325 +"136912",19523,116331 +"136913",19524,20942 +"136914",19524,21008 +"136915",19524,32706 +"136916",19524,45416 +"136917",19524,52650 +"136918",19524,73960 +"136919",19524,94746 +"136920",19525,19659 +"136921",19525,86642 +"136922",19526,35825 +"136923",19526,60464 +"136924",19526,76355 +"136925",19526,101179 +"136926",19527,43686 +"136927",19528,20034 +"136928",19528,20135 +"136929",19528,24346 +"136930",19528,26141 +"136931",19528,26608 +"136932",19528,31968 +"136933",19528,33259 +"136934",19528,34309 +"136935",19528,51119 +"136936",19528,60786 +"136937",19528,60996 +"136938",19528,82525 +"136939",19528,92776 +"136940",19529,20351 +"136941",19530,48497 +"136942",19531,27719 +"136943",19531,27798 +"136944",19531,37853 +"136945",19531,52421 +"136946",19531,60690 +"136947",19531,74578 +"136948",19532,31927 +"136949",19532,35336 +"136950",19532,88030 +"136951",19532,105314 +"136952",19532,113680 +"136953",19533,22008 +"136954",19533,23621 +"136955",19533,42313 +"136956",19533,59792 +"136957",19533,59808 +"136958",19533,80915 +"136959",19533,120994 +"136960",19534,30650 +"136961",19534,40716 +"136962",19534,57147 +"136963",19534,61957 +"136964",19534,63062 +"136965",19534,63086 +"136966",19534,63087 +"136967",19534,63098 +"136968",19534,63106 +"136969",19534,63118 +"136970",19534,63128 +"136971",19534,63136 +"136972",19534,63137 +"136973",19534,63144 +"136974",19535,19680 +"136975",19535,26368 +"136976",19535,26375 +"136977",19535,51879 +"136978",19536,33551 +"136979",19536,44662 +"136980",19536,77835 +"136981",19536,79870 +"136982",19536,88695 +"136983",19536,90790 +"136984",19536,91162 +"136985",19536,91163 +"136986",19536,91165 +"136987",19536,91170 +"136988",19536,91201 +"136989",19537,19634 +"136990",19537,20423 +"136991",19537,74494 +"136992",19537,83409 +"136993",19538,26659 +"136994",19538,30129 +"136995",19538,78278 +"136996",19538,88804 +"136997",19538,90169 +"136998",19538,102654 +"136999",19540,23391 +"137000",19540,29512 +"137001",19540,41267 +"137002",19540,48001 +"137003",19540,49455 +"137004",19540,58699 +"137005",19540,63930 +"137006",19540,82284 +"137007",19540,106573 +"137008",19540,106696 +"137009",19540,106727 +"137010",19541,26748 +"137011",19541,65589 +"137012",19542,24225 +"137013",19542,32222 +"137014",19542,36051 +"137015",19542,42707 +"137016",19542,42773 +"137017",19542,48988 +"137018",19542,61121 +"137019",19542,76611 +"137020",19542,79699 +"137021",19543,84319 +"137022",19543,89502 +"137023",19544,34098 +"137024",19544,49223 +"137025",19544,76534 +"137026",19545,19921 +"137027",19545,23784 +"137028",19545,29819 +"137029",19545,34088 +"137030",19545,36514 +"137031",19545,37266 +"137032",19545,41048 +"137033",19545,61585 +"137034",19545,62226 +"137035",19545,71531 +"137036",19546,29378 +"137037",19546,42773 +"137038",19546,42867 +"137039",19546,45798 +"137040",19546,88891 +"137041",19546,97853 +"137042",19547,42919 +"137043",19547,62438 +"137044",19548,22119 +"137045",19548,37570 +"137046",19548,44636 +"137047",19548,47535 +"137048",19548,47624 +"137049",19548,54171 +"137050",19548,57077 +"137051",19548,68610 +"137052",19548,68656 +"137053",19548,68666 +"137054",19548,68703 +"137055",19548,69739 +"137056",19548,71963 +"137057",19548,81511 +"137058",19548,92968 +"137059",19548,95562 +"137060",19548,114942 +"137061",19549,99241 +"137062",19550,26135 +"137063",19550,56029 +"137064",19550,75851 +"137065",19550,87865 +"137066",19550,115865 +"137067",19550,120519 +"137068",19553,23550 +"137069",19553,37684 +"137070",19553,38099 +"137071",19553,49076 +"137072",19553,57454 +"137073",19553,65712 +"137074",19553,82962 +"137075",19554,19994 +"137076",19554,23754 +"137077",19554,23755 +"137078",19554,23758 +"137079",19554,30687 +"137080",19554,62992 +"137081",19555,19782 +"137082",19555,19822 +"137083",19555,19888 +"137084",19555,20303 +"137085",19555,20322 +"137086",19555,20360 +"137087",19555,20490 +"137088",19555,20899 +"137089",19556,20212 +"137090",19557,20011 +"137091",19557,20012 +"137092",19557,23771 +"137093",19557,24332 +"137094",19557,26813 +"137095",19557,26833 +"137096",19557,50243 +"137097",19557,55093 +"137098",19557,61750 +"137099",19557,69521 +"137100",19557,77038 +"137101",19557,94495 +"137102",19557,103229 +"137103",19557,110524 +"137104",19557,110551 +"137105",19558,25803 +"137106",19558,29038 +"137107",19558,40495 +"137108",19558,41164 +"137109",19559,33626 +"137110",19559,36975 +"137111",19559,39911 +"137112",19559,48712 +"137113",19559,49125 +"137114",19559,50255 +"137115",19559,86102 +"137116",19559,88093 +"137117",19559,91219 +"137118",19559,103714 +"137119",19559,118023 +"137120",19560,22094 +"137121",19560,23815 +"137122",19561,23148 +"137123",19561,26732 +"137124",19561,35581 +"137125",19561,45290 +"137126",19561,50406 +"137127",19561,51585 +"137128",19561,52203 +"137129",19561,53586 +"137130",19561,66358 +"137131",19562,29131 +"137132",19562,34908 +"137133",19562,40404 +"137134",19562,40449 +"137135",19562,53977 +"137136",19562,74859 +"137137",19562,79648 +"137138",19562,80274 +"137139",19562,108299 +"137140",19563,24745 +"137141",19563,26526 +"137142",19563,30265 +"137143",19563,41524 +"137144",19563,49971 +"137145",19564,115174 +"137146",19565,19617 +"137147",19565,19859 +"137148",19565,27679 +"137149",19565,36061 +"137150",19565,82483 +"137151",19565,84208 +"137152",19565,84893 +"137153",19565,90243 +"137154",19565,94486 +"137155",19565,96872 +"137156",19565,106119 +"137157",19565,109431 +"137158",19565,110528 +"137159",19566,79484 +"137160",19566,105597 +"137161",19567,23763 +"137162",19569,21765 +"137163",19570,42704 +"137164",19570,42729 +"137165",19570,60236 +"137166",19570,60320 +"137167",19571,33186 +"137168",19571,36654 +"137169",19572,38181 +"137170",19572,41301 +"137171",19572,59659 +"137172",19572,63898 +"137173",19573,34405 +"137174",19573,39135 +"137175",19573,48188 +"137176",19573,85386 +"137177",19573,89005 +"137178",19574,28445 +"137179",19574,82244 +"137180",19574,97229 +"137181",19574,110591 +"137182",19575,21299 +"137183",19575,22546 +"137184",19575,33687 +"137185",19575,52179 +"137186",19575,52328 +"137187",19575,54816 +"137188",19576,55720 +"137189",19576,55752 +"137190",19576,69357 +"137191",19577,25740 +"137192",19577,40851 +"137193",19577,61004 +"137194",19578,40894 +"137195",19578,46100 +"137196",19578,84276 +"137197",19579,62060 +"137198",19579,70693 +"137199",19580,27164 +"137200",19580,39601 +"137201",19580,39667 +"137202",19580,47733 +"137203",19580,60088 +"137204",19580,79436 +"137205",19580,86245 +"137206",19581,36953 +"137207",19582,27620 +"137208",19582,65953 +"137209",19582,97170 +"137210",19582,112483 +"137211",19583,45259 +"137212",19583,67977 +"137213",19583,77487 +"137214",19583,78697 +"137215",19583,94431 +"137216",19583,94955 +"137217",19583,95915 +"137218",19584,21510 +"137219",19584,26285 +"137220",19584,27581 +"137221",19584,28315 +"137222",19584,31335 +"137223",19584,39680 +"137224",19584,45729 +"137225",19584,52038 +"137226",19584,61371 +"137227",19584,64156 +"137228",19584,64816 +"137229",19585,49482 +"137230",19585,84333 +"137231",19586,29604 +"137232",19586,64974 +"137233",19586,69905 +"137234",19586,70477 +"137235",19586,77811 +"137236",19586,96019 +"137237",19586,103972 +"137238",19586,103973 +"137239",19586,103977 +"137240",19586,103986 +"137241",19586,103999 +"137242",19587,26207 +"137243",19587,41391 +"137244",19587,46691 +"137245",19587,53325 +"137246",19587,55000 +"137247",19587,77707 +"137248",19587,106260 +"137249",19587,119088 +"137250",19588,19656 +"137251",19588,19825 +"137252",19589,27644 +"137253",19589,34933 +"137254",19589,36065 +"137255",19589,74267 +"137256",19589,78437 +"137257",19589,95220 +"137258",19589,102903 +"137259",19589,117474 +"137260",19590,31663 +"137261",19590,60245 +"137262",19590,61030 +"137263",19590,85452 +"137264",19591,24593 +"137265",19591,25981 +"137266",19591,31329 +"137267",19592,29203 +"137268",19592,33385 +"137269",19592,44181 +"137270",19592,54823 +"137271",19592,80548 +"137272",19592,80755 +"137273",19592,80797 +"137274",19593,19645 +"137275",19593,19648 +"137276",19593,19724 +"137277",19593,33814 +"137278",19594,26338 +"137279",19594,37568 +"137280",19594,73295 +"137281",19594,77239 +"137282",19594,89786 +"137283",19594,95771 +"137284",19594,99198 +"137285",19594,100424 +"137286",19594,102518 +"137287",19594,110466 +"137288",19594,118743 +"137289",19594,118745 +"137290",19594,123411 +"137291",19595,20356 +"137292",19596,29217 +"137293",19597,21230 +"137294",19597,25114 +"137295",19597,29214 +"137296",19597,30906 +"137297",19597,33831 +"137298",19597,44156 +"137299",19597,50378 +"137300",19597,56860 +"137301",19597,60926 +"137302",19597,66248 +"137303",19597,84191 +"137304",19598,25588 +"137305",19598,28784 +"137306",19598,42505 +"137307",19598,42675 +"137308",19598,89511 +"137309",19599,77068 +"137310",19599,86405 +"137311",19600,36771 +"137312",19600,58528 +"137313",19600,64326 +"137314",19600,64678 +"137315",19601,44903 +"137316",19601,72801 +"137317",19601,76057 +"137318",19601,79100 +"137319",19602,57936 +"137320",19602,85334 +"137321",19603,20968 +"137322",19603,25262 +"137323",19603,26821 +"137324",19603,31953 +"137325",19603,32486 +"137326",19603,32570 +"137327",19603,32686 +"137328",19603,34331 +"137329",19603,36834 +"137330",19603,50504 +"137331",19603,77306 +"137332",19603,93389 +"137333",19604,24025 +"137334",19604,25473 +"137335",19604,31957 +"137336",19604,34651 +"137337",19604,37845 +"137338",19604,72785 +"137339",19605,20250 +"137340",19605,23115 +"137341",19605,23173 +"137342",19605,23244 +"137343",19605,26849 +"137344",19605,27999 +"137345",19605,29454 +"137346",19605,29611 +"137347",19605,31038 +"137348",19605,32957 +"137349",19605,34411 +"137350",19605,35702 +"137351",19605,38792 +"137352",19605,40891 +"137353",19605,41333 +"137354",19605,45329 +"137355",19605,45444 +"137356",19605,45632 +"137357",19605,46247 +"137358",19605,50480 +"137359",19605,51330 +"137360",19605,60492 +"137361",19605,66823 +"137362",19605,66846 +"137363",19606,22006 +"137364",19606,31836 +"137365",19606,44455 +"137366",19606,46654 +"137367",19606,46680 +"137368",19606,51802 +"137369",19606,51882 +"137370",19606,54596 +"137371",19606,73227 +"137372",19606,81278 +"137373",19607,20384 +"137374",19607,20417 +"137375",19607,31537 +"137376",19607,44434 +"137377",19607,57788 +"137378",19607,64512 +"137379",19607,66599 +"137380",19608,24753 +"137381",19608,52699 +"137382",19609,19859 +"137383",19609,82148 +"137384",19610,28116 +"137385",19611,24824 +"137386",19611,32686 +"137387",19611,50504 +"137388",19611,60256 +"137389",19612,92862 +"137390",19612,100713 +"137391",19612,103011 +"137392",19612,104396 +"137393",19612,116650 +"137394",19612,122257 +"137395",19613,29019 +"137396",19614,19711 +"137397",19614,20544 +"137398",19614,27369 +"137399",19614,30526 +"137400",19614,39009 +"137401",19614,43120 +"137402",19614,82963 +"137403",19614,82970 +"137404",19614,84149 +"137405",19614,84381 +"137406",19614,84407 +"137407",19614,99772 +"137408",19615,83571 +"137409",19616,19729 +"137410",19616,19731 +"137411",19617,33108 +"137412",19617,57773 +"137413",19617,82483 +"137414",19617,92230 +"137415",19617,102167 +"137416",19617,102211 +"137417",19617,103923 +"137418",19617,113588 +"137419",19617,114804 +"137420",19618,21543 +"137421",19618,38728 +"137422",19618,89118 +"137423",19618,89269 +"137424",19619,42604 +"137425",19620,24593 +"137426",19620,27330 +"137427",19620,27341 +"137428",19620,27984 +"137429",19620,33642 +"137430",19620,33748 +"137431",19620,33796 +"137432",19620,79375 +"137433",19621,19917 +"137434",19621,21566 +"137435",19621,24123 +"137436",19621,26703 +"137437",19621,28130 +"137438",19621,31213 +"137439",19621,33814 +"137440",19621,35286 +"137441",19621,36441 +"137442",19621,36454 +"137443",19621,47423 +"137444",19621,49073 +"137445",19621,49086 +"137446",19621,56903 +"137447",19621,68024 +"137448",19621,73898 +"137449",19621,74818 +"137450",19621,85356 +"137451",19621,92270 +"137452",19621,92300 +"137453",19621,93171 +"137454",19621,104931 +"137455",19621,105484 +"137456",19621,105485 +"137457",19621,123060 +"137458",19622,23492 +"137459",19622,24259 +"137460",19622,28477 +"137461",19622,33719 +"137462",19622,33874 +"137463",19622,39371 +"137464",19622,46544 +"137465",19622,46629 +"137466",19622,51574 +"137467",19622,51672 +"137468",19622,51933 +"137469",19623,19681 +"137470",19624,19946 +"137471",19624,26941 +"137472",19625,79303 +"137473",19626,30103 +"137474",19627,34036 +"137475",19627,48190 +"137476",19627,52510 +"137477",19627,55590 +"137478",19627,83867 +"137479",19627,93753 +"137480",19627,93953 +"137481",19628,24055 +"137482",19628,32241 +"137483",19628,46432 +"137484",19628,52341 +"137485",19628,59177 +"137486",19628,62772 +"137487",19628,71576 +"137488",19628,73049 +"137489",19629,90018 +"137490",19629,98731 +"137491",19629,98742 +"137492",19630,21750 +"137493",19630,51096 +"137494",19631,21081 +"137495",19631,33035 +"137496",19631,52380 +"137497",19631,70453 +"137498",19631,89135 +"137499",19632,48798 +"137500",19632,118024 +"137501",19632,118931 +"137502",19633,19810 +"137503",19633,20094 +"137504",19633,27270 +"137505",19633,27443 +"137506",19633,27976 +"137507",19633,38632 +"137508",19634,20423 +"137509",19634,25680 +"137510",19634,27577 +"137511",19635,28365 +"137512",19636,90021 +"137513",19636,103393 +"137514",19636,103440 +"137515",19637,20067 +"137516",19637,23869 +"137517",19637,26249 +"137518",19637,26780 +"137519",19637,28131 +"137520",19637,30150 +"137521",19637,35529 +"137522",19637,42226 +"137523",19637,50269 +"137524",19637,53935 +"137525",19637,56835 +"137526",19637,62424 +"137527",19637,63854 +"137528",19637,70203 +"137529",19637,71529 +"137530",19637,74730 +"137531",19637,77969 +"137532",19637,81167 +"137533",19637,85644 +"137534",19637,98939 +"137535",19637,101088 +"137536",19637,108399 +"137537",19637,109174 +"137538",19637,113056 +"137539",19637,117679 +"137540",19639,20591 +"137541",19639,21871 +"137542",19639,27412 +"137543",19639,30116 +"137544",19639,32334 +"137545",19639,32494 +"137546",19639,33137 +"137547",19639,33567 +"137548",19639,34831 +"137549",19639,36319 +"137550",19639,36333 +"137551",19639,36403 +"137552",19639,40043 +"137553",19639,44258 +"137554",19639,51230 +"137555",19639,51879 +"137556",19639,54968 +"137557",19639,59958 +"137558",19639,69198 +"137559",19639,77661 +"137560",19639,79009 +"137561",19639,79041 +"137562",19639,81648 +"137563",19639,82932 +"137564",19639,88817 +"137565",19639,88821 +"137566",19640,25252 +"137567",19640,25474 +"137568",19640,75673 +"137569",19640,93107 +"137570",19640,104491 +"137571",19640,109311 +"137572",19640,119362 +"137573",19641,26981 +"137574",19641,42432 +"137575",19641,49414 +"137576",19641,97235 +"137577",19642,28135 +"137578",19642,69542 +"137579",19642,107013 +"137580",19643,92737 +"137581",19644,21417 +"137582",19644,21770 +"137583",19644,24571 +"137584",19644,31140 +"137585",19644,31985 +"137586",19644,32008 +"137587",19644,34594 +"137588",19644,44729 +"137589",19644,45727 +"137590",19644,48521 +"137591",19644,51883 +"137592",19644,74183 +"137593",19644,76128 +"137594",19644,78966 +"137595",19644,80616 +"137596",19644,84517 +"137597",19644,88583 +"137598",19644,90501 +"137599",19644,92785 +"137600",19644,96576 +"137601",19644,108098 +"137602",19645,19648 +"137603",19645,19724 +"137604",19645,85598 +"137605",19646,22919 +"137606",19646,28570 +"137607",19646,33755 +"137608",19646,34737 +"137609",19646,39233 +"137610",19646,39934 +"137611",19646,43367 +"137612",19646,57037 +"137613",19646,65049 +"137614",19646,65174 +"137615",19646,65273 +"137616",19647,64992 +"137617",19647,75429 +"137618",19647,84926 +"137619",19648,19724 +"137620",19649,19663 +"137621",19649,19664 +"137622",19649,19691 +"137623",19650,26292 +"137624",19650,27611 +"137625",19650,34024 +"137626",19650,53063 +"137627",19650,55693 +"137628",19650,78132 +"137629",19650,104762 +"137630",19651,19704 +"137631",19651,28080 +"137632",19651,30489 +"137633",19651,48313 +"137634",19651,78440 +"137635",19652,19850 +"137636",19652,25223 +"137637",19652,36939 +"137638",19652,45768 +"137639",19652,48911 +"137640",19652,61840 +"137641",19652,68350 +"137642",19652,76509 +"137643",19652,78304 +"137644",19652,96953 +"137645",19652,107001 +"137646",19653,19655 +"137647",19653,20051 +"137648",19653,48307 +"137649",19654,28891 +"137650",19654,35953 +"137651",19654,50411 +"137652",19654,70354 +"137653",19654,97114 +"137654",19654,97121 +"137655",19654,97126 +"137656",19654,97127 +"137657",19654,97131 +"137658",19655,20051 +"137659",19655,20725 +"137660",19655,21207 +"137661",19655,59662 +"137662",19655,81473 +"137663",19656,19825 +"137664",19656,24905 +"137665",19657,76707 +"137666",19658,41359 +"137667",19658,77580 +"137668",19658,77812 +"137669",19658,79818 +"137670",19658,82274 +"137671",19660,44237 +"137672",19660,44247 +"137673",19660,45750 +"137674",19661,23542 +"137675",19661,27451 +"137676",19661,29202 +"137677",19661,29845 +"137678",19661,30007 +"137679",19661,33722 +"137680",19661,35436 +"137681",19661,41111 +"137682",19661,63490 +"137683",19661,66373 +"137684",19661,67483 +"137685",19661,72567 +"137686",19661,75614 +"137687",19661,77337 +"137688",19661,78665 +"137689",19661,83841 +"137690",19661,86796 +"137691",19661,88025 +"137692",19661,94777 +"137693",19661,96301 +"137694",19661,110496 +"137695",19661,111226 +"137696",19661,111356 +"137697",19661,115700 +"137698",19661,115722 +"137699",19661,115725 +"137700",19662,22754 +"137701",19662,22945 +"137702",19662,24907 +"137703",19662,28904 +"137704",19662,38716 +"137705",19662,52731 +"137706",19662,65843 +"137707",19662,69625 +"137708",19662,86699 +"137709",19662,90154 +"137710",19662,117684 +"137711",19663,19664 +"137712",19663,19691 +"137713",19663,20440 +"137714",19663,31546 +"137715",19663,32407 +"137716",19663,60501 +"137717",19663,78884 +"137718",19663,99846 +"137719",19664,19691 +"137720",19665,45227 +"137721",19665,46648 +"137722",19665,56491 +"137723",19665,80037 +"137724",19665,93149 +"137725",19666,78184 +"137726",19667,23116 +"137727",19667,28366 +"137728",19667,30343 +"137729",19667,36949 +"137730",19667,45403 +"137731",19667,52372 +"137732",19667,53414 +"137733",19667,73736 +"137734",19667,77199 +"137735",19667,79000 +"137736",19667,79540 +"137737",19667,80615 +"137738",19667,81565 +"137739",19667,115495 +"137740",19668,30672 +"137741",19668,32198 +"137742",19668,38322 +"137743",19668,80396 +"137744",19669,45683 +"137745",19670,25132 +"137746",19671,40570 +"137747",19672,116073 +"137748",19673,22232 +"137749",19673,59816 +"137750",19673,67186 +"137751",19673,69785 +"137752",19673,73951 +"137753",19673,75763 +"137754",19673,77693 +"137755",19673,78288 +"137756",19673,81570 +"137757",19673,88046 +"137758",19673,98892 +"137759",19673,109506 +"137760",19673,117549 +"137761",19673,122007 +"137762",19674,23180 +"137763",19674,25473 +"137764",19674,26345 +"137765",19674,26451 +"137766",19674,27164 +"137767",19674,27792 +"137768",19674,30898 +"137769",19674,37190 +"137770",19674,48260 +"137771",19674,52635 +"137772",19674,54805 +"137773",19674,58133 +"137774",19674,67155 +"137775",19674,74906 +"137776",19674,85789 +"137777",19674,86036 +"137778",19675,29687 +"137779",19675,38900 +"137780",19675,97145 +"137781",19675,112596 +"137782",19675,113856 +"137783",19676,20161 +"137784",19676,20162 +"137785",19676,24572 +"137786",19676,32741 +"137787",19676,56395 +"137788",19676,93035 +"137789",19677,28005 +"137790",19677,88627 +"137791",19677,98409 +"137792",19677,116076 +"137793",19678,23525 +"137794",19678,38260 +"137795",19678,62025 +"137796",19678,81508 +"137797",19678,82242 +"137798",19679,22031 +"137799",19679,40504 +"137800",19679,97504 +"137801",19679,122196 +"137802",19679,122340 +"137803",19679,122349 +"137804",19679,122399 +"137805",19680,20781 +"137806",19680,22558 +"137807",19680,26375 +"137808",19680,32838 +"137809",19680,42552 +"137810",19680,43319 +"137811",19680,61030 +"137812",19680,66877 +"137813",19680,84167 +"137814",19681,58316 +"137815",19681,62681 +"137816",19681,65683 +"137817",19681,88104 +"137818",19681,93216 +"137819",19681,96475 +"137820",19681,116080 +"137821",19682,20108 +"137822",19682,20964 +"137823",19682,32334 +"137824",19682,36065 +"137825",19682,40935 +"137826",19682,41617 +"137827",19682,41919 +"137828",19682,45502 +"137829",19682,50956 +"137830",19682,78530 +"137831",19682,90641 +"137832",19682,92492 +"137833",19683,19781 +"137834",19683,21810 +"137835",19683,25792 +"137836",19684,23387 +"137837",19684,92089 +"137838",19684,92090 +"137839",19684,97300 +"137840",19685,20234 +"137841",19685,23684 +"137842",19685,53460 +"137843",19685,79288 +"137844",19685,79643 +"137845",19685,88179 +"137846",19686,23156 +"137847",19686,31631 +"137848",19686,35480 +"137849",19686,37619 +"137850",19686,37826 +"137851",19687,19964 +"137852",19687,20413 +"137853",19687,23840 +"137854",19687,24400 +"137855",19687,25286 +"137856",19687,26426 +"137857",19687,26548 +"137858",19687,26567 +"137859",19687,28020 +"137860",19687,29776 +"137861",19687,44231 +"137862",19687,52742 +"137863",19687,53332 +"137864",19687,57824 +"137865",19687,60380 +"137866",19687,68501 +"137867",19687,82435 +"137868",19687,85673 +"137869",19687,89371 +"137870",19687,102999 +"137871",19687,104542 +"137872",19687,119455 +"137873",19688,22105 +"137874",19688,31621 +"137875",19688,32700 +"137876",19688,46973 +"137877",19688,61999 +"137878",19688,95966 +"137879",19688,96539 +"137880",19689,22555 +"137881",19689,36218 +"137882",19689,38091 +"137883",19689,46888 +"137884",19689,106445 +"137885",19690,21379 +"137886",19690,36275 +"137887",19690,74812 +"137888",19690,78800 +"137889",19690,82853 +"137890",19690,121874 +"137891",19691,57227 +"137892",19691,107460 +"137893",19692,19693 +"137894",19692,20402 +"137895",19693,20402 +"137896",19695,19873 +"137897",19695,33787 +"137898",19695,57912 +"137899",19695,73569 +"137900",19696,46026 +"137901",19696,62244 +"137902",19696,103665 +"137903",19696,113448 +"137904",19696,114392 +"137905",19697,54352 +"137906",19697,72254 +"137907",19697,72280 +"137908",19698,21712 +"137909",19698,26865 +"137910",19698,30081 +"137911",19698,33091 +"137912",19698,34470 +"137913",19698,34950 +"137914",19698,34965 +"137915",19698,36455 +"137916",19698,41575 +"137917",19698,46128 +"137918",19698,78738 +"137919",19698,82456 +"137920",19698,82513 +"137921",19698,82521 +"137922",19698,82524 +"137923",19699,23586 +"137924",19699,52399 +"137925",19699,60644 +"137926",19699,71429 +"137927",19699,100845 +"137928",19700,22453 +"137929",19700,33336 +"137930",19700,43378 +"137931",19700,43564 +"137932",19701,42031 +"137933",19702,20428 +"137934",19702,57841 +"137935",19702,57959 +"137936",19702,64484 +"137937",19702,65403 +"137938",19702,72348 +"137939",19702,79817 +"137940",19702,90510 +"137941",19702,92425 +"137942",19702,108591 +"137943",19702,113802 +"137944",19702,116792 +"137945",19702,117134 +"137946",19702,121470 +"137947",19704,65350 +"137948",19705,22015 +"137949",19705,37303 +"137950",19705,47957 +"137951",19705,48553 +"137952",19705,48651 +"137953",19705,49958 +"137954",19705,56095 +"137955",19705,60331 +"137956",19705,79254 +"137957",19705,90479 +"137958",19705,111777 +"137959",19706,42045 +"137960",19706,84030 +"137961",19706,113316 +"137962",19707,56712 +"137963",19708,46890 +"137964",19708,76135 +"137965",19708,108725 +"137966",19708,110657 +"137967",19709,19728 +"137968",19709,20116 +"137969",19709,99517 +"137970",19710,19754 +"137971",19710,114230 +"137972",19711,26821 +"137973",19711,29306 +"137974",19711,41260 +"137975",19712,22183 +"137976",19712,22723 +"137977",19712,25185 +"137978",19712,28806 +"137979",19712,30926 +"137980",19712,34092 +"137981",19712,34225 +"137982",19712,39249 +"137983",19712,70297 +"137984",19712,79568 +"137985",19712,86990 +"137986",19712,92805 +"137987",19712,108964 +"137988",19713,19963 +"137989",19713,22829 +"137990",19713,23298 +"137991",19713,24878 +"137992",19713,37119 +"137993",19713,48273 +"137994",19713,48327 +"137995",19713,48407 +"137996",19713,48853 +"137997",19713,50467 +"137998",19713,57937 +"137999",19713,68472 +"138000",19713,121346 +"138001",19714,19828 +"138002",19714,22166 +"138003",19714,34700 +"138004",19714,41376 +"138005",19714,48466 +"138006",19714,50996 +"138007",19714,60258 +"138008",19714,87568 +"138009",19714,87980 +"138010",19714,108518 +"138011",19714,111747 +"138012",19714,114193 +"138013",19714,114611 +"138014",19714,114794 +"138015",19714,122660 +"138016",19715,25997 +"138017",19715,56492 +"138018",19715,62463 +"138019",19715,106746 +"138020",19715,109298 +"138021",19715,109302 +"138022",19715,110478 +"138023",19716,97927 +"138024",19717,20230 +"138025",19717,21868 +"138026",19717,22620 +"138027",19717,22705 +"138028",19717,22759 +"138029",19717,22760 +"138030",19717,64200 +"138031",19717,67011 +"138032",19717,71073 +"138033",19718,21597 +"138034",19718,22021 +"138035",19718,25816 +"138036",19718,26342 +"138037",19718,28107 +"138038",19718,31951 +"138039",19718,40250 +"138040",19718,40928 +"138041",19718,44704 +"138042",19718,49120 +"138043",19718,49235 +"138044",19718,54476 +"138045",19718,65395 +"138046",19718,71983 +"138047",19718,72363 +"138048",19718,77612 +"138049",19718,78626 +"138050",19718,88077 +"138051",19718,94386 +"138052",19718,103452 +"138053",19718,106271 +"138054",19719,21198 +"138055",19719,23697 +"138056",19719,27694 +"138057",19719,29783 +"138058",19719,31609 +"138059",19719,38019 +"138060",19719,44960 +"138061",19719,49302 +"138062",19719,61982 +"138063",19719,62841 +"138064",19719,65947 +"138065",19719,66280 +"138066",19719,68801 +"138067",19720,21579 +"138068",19720,24027 +"138069",19720,29733 +"138070",19720,30055 +"138071",19720,50521 +"138072",19720,50541 +"138073",19720,51150 +"138074",19720,51151 +"138075",19720,51223 +"138076",19720,53484 +"138077",19721,27745 +"138078",19721,32239 +"138079",19721,43667 +"138080",19721,44105 +"138081",19721,57443 +"138082",19721,63997 +"138083",19721,83773 +"138084",19721,106307 +"138085",19721,107153 +"138086",19721,107173 +"138087",19721,107184 +"138088",19722,30541 +"138089",19722,36724 +"138090",19722,77513 +"138091",19722,85396 +"138092",19723,24446 +"138093",19723,30567 +"138094",19723,30803 +"138095",19723,38433 +"138096",19723,55108 +"138097",19723,55162 +"138098",19723,70382 +"138099",19723,80625 +"138100",19723,89980 +"138101",19725,27797 +"138102",19725,28161 +"138103",19725,30249 +"138104",19725,31763 +"138105",19725,41668 +"138106",19725,43784 +"138107",19725,50052 +"138108",19725,66067 +"138109",19725,66082 +"138110",19725,66960 +"138111",19725,78548 +"138112",19725,86067 +"138113",19725,86632 +"138114",19725,87619 +"138115",19725,100683 +"138116",19726,29780 +"138117",19726,40143 +"138118",19726,56791 +"138119",19726,64604 +"138120",19729,19731 +"138121",19729,40869 +"138122",19729,42381 +"138123",19729,83402 +"138124",19729,92585 +"138125",19730,68943 +"138126",19730,71918 +"138127",19731,36449 +"138128",19731,60468 +"138129",19731,80260 +"138130",19731,91806 +"138131",19731,100768 +"138132",19731,111322 +"138133",19732,29600 +"138134",19732,30688 +"138135",19732,54206 +"138136",19732,115824 +"138137",19732,117917 +"138138",19733,59070 +"138139",19733,86974 +"138140",19733,89203 +"138141",19733,89940 +"138142",19733,107335 +"138143",19734,19865 +"138144",19734,19934 +"138145",19734,24835 +"138146",19734,25185 +"138147",19734,36631 +"138148",19734,45849 +"138149",19734,46218 +"138150",19734,78677 +"138151",19734,88767 +"138152",19734,92805 +"138153",19735,90977 +"138154",19736,19766 +"138155",19736,27846 +"138156",19736,52062 +"138157",19737,38084 +"138158",19737,100200 +"138159",19738,26370 +"138160",19738,33048 +"138161",19738,40323 +"138162",19738,69664 +"138163",19738,85011 +"138164",19738,90837 +"138165",19738,102725 +"138166",19738,114784 +"138167",19738,120443 +"138168",19739,19777 +"138169",19740,19801 +"138170",19740,19855 +"138171",19740,20182 +"138172",19740,46815 +"138173",19740,46826 +"138174",19740,72801 +"138175",19740,93999 +"138176",19740,115364 +"138177",19740,115696 +"138178",19741,19837 +"138179",19741,19854 +"138180",19741,26713 +"138181",19741,39122 +"138182",19741,46433 +"138183",19741,53579 +"138184",19741,54141 +"138185",19741,54192 +"138186",19741,56122 +"138187",19742,19925 +"138188",19743,19924 +"138189",19743,65687 +"138190",19743,82619 +"138191",19743,121793 +"138192",19744,19980 +"138193",19744,24032 +"138194",19744,24299 +"138195",19744,31898 +"138196",19744,42818 +"138197",19744,46885 +"138198",19744,65335 +"138199",19744,80838 +"138200",19744,83504 +"138201",19744,96390 +"138202",19744,107497 +"138203",19745,33841 +"138204",19745,72906 +"138205",19745,75727 +"138206",19746,19787 +"138207",19746,19889 +"138208",19746,68608 +"138209",19746,71125 +"138210",19747,27561 +"138211",19747,53131 +"138212",19748,28064 +"138213",19748,45145 +"138214",19748,55900 +"138215",19748,59941 +"138216",19748,62544 +"138217",19748,64051 +"138218",19748,68083 +"138219",19748,68097 +"138220",19748,68114 +"138221",19749,20591 +"138222",19749,38378 +"138223",19749,86410 +"138224",19750,19962 +"138225",19751,22516 +"138226",19751,30672 +"138227",19751,42490 +"138228",19751,43711 +"138229",19751,49180 +"138230",19751,61576 +"138231",19751,75954 +"138232",19751,86023 +"138233",19751,90401 +"138234",19752,22146 +"138235",19753,21264 +"138236",19753,35069 +"138237",19753,39278 +"138238",19753,39318 +"138239",19753,39331 +"138240",19753,70784 +"138241",19753,91877 +"138242",19753,95631 +"138243",19754,105544 +"138244",19755,20399 +"138245",19756,44669 +"138246",19757,19857 +"138247",19757,26819 +"138248",19757,42817 +"138249",19757,53644 +"138250",19757,56133 +"138251",19757,78322 +"138252",19758,32487 +"138253",19758,32832 +"138254",19758,43244 +"138255",19758,44054 +"138256",19758,53624 +"138257",19758,67734 +"138258",19758,88995 +"138259",19758,90875 +"138260",19758,100425 +"138261",19759,23076 +"138262",19759,24099 +"138263",19759,37706 +"138264",19759,39278 +"138265",19759,67737 +"138266",19759,100807 +"138267",19760,19906 +"138268",19760,21854 +"138269",19761,30148 +"138270",19762,43243 +"138271",19762,64476 +"138272",19762,82601 +"138273",19763,28557 +"138274",19763,29329 +"138275",19763,47258 +"138276",19763,97891 +"138277",19763,115922 +"138278",19764,22572 +"138279",19764,29600 +"138280",19764,33028 +"138281",19764,49726 +"138282",19764,95923 +"138283",19764,102745 +"138284",19764,109485 +"138285",19765,69290 +"138286",19767,30301 +"138287",19767,40631 +"138288",19767,48250 +"138289",19767,50899 +"138290",19767,53489 +"138291",19767,57388 +"138292",19767,113140 +"138293",19768,21586 +"138294",19768,27839 +"138295",19768,34776 +"138296",19768,40079 +"138297",19768,43590 +"138298",19768,67259 +"138299",19768,80181 +"138300",19768,92183 +"138301",19768,97908 +"138302",19768,97936 +"138303",19769,25844 +"138304",19769,87709 +"138305",19769,91719 +"138306",19769,96137 +"138307",19770,24471 +"138308",19770,36228 +"138309",19770,40558 +"138310",19770,43426 +"138311",19770,61794 +"138312",19770,64658 +"138313",19770,64726 +"138314",19771,72064 +"138315",19772,77615 +"138316",19774,28878 +"138317",19774,65968 +"138318",19774,99167 +"138319",19775,19971 +"138320",19775,20069 +"138321",19776,20150 +"138322",19777,30946 +"138323",19777,46440 +"138324",19777,57977 +"138325",19777,74175 +"138326",19777,83871 +"138327",19777,90320 +"138328",19777,102050 +"138329",19777,111195 +"138330",19778,51494 +"138331",19778,106683 +"138332",19779,99241 +"138333",19780,39249 +"138334",19781,37036 +"138335",19781,85636 +"138336",19782,19822 +"138337",19782,19888 +"138338",19782,20303 +"138339",19782,20322 +"138340",19782,20360 +"138341",19782,20490 +"138342",19782,20899 +"138343",19783,53681 +"138344",19784,19995 +"138345",19784,21768 +"138346",19784,21777 +"138347",19784,21818 +"138348",19784,21833 +"138349",19785,32874 +"138350",19785,47173 +"138351",19786,19988 +"138352",19786,54980 +"138353",19786,65625 +"138354",19786,77752 +"138355",19786,122479 +"138356",19787,19889 +"138357",19788,22322 +"138358",19788,28974 +"138359",19788,48817 +"138360",19788,56605 +"138361",19788,99288 +"138362",19788,100909 +"138363",19788,103190 +"138364",19788,111993 +"138365",19788,122016 +"138366",19789,34432 +"138367",19789,36157 +"138368",19789,38977 +"138369",19790,19978 +"138370",19791,23386 +"138371",19791,31235 +"138372",19791,47733 +"138373",19791,75883 +"138374",19791,75888 +"138375",19791,75892 +"138376",19791,75893 +"138377",19791,75898 +"138378",19792,19993 +"138379",19792,26179 +"138380",19792,42699 +"138381",19792,51147 +"138382",19792,53621 +"138383",19792,64983 +"138384",19792,65025 +"138385",19792,65090 +"138386",19792,89843 +"138387",19793,21330 +"138388",19793,23509 +"138389",19793,29026 +"138390",19793,29486 +"138391",19793,33473 +"138392",19793,48284 +"138393",19793,107271 +"138394",19793,107291 +"138395",19794,23953 +"138396",19794,27699 +"138397",19794,31234 +"138398",19794,34710 +"138399",19794,40396 +"138400",19794,40653 +"138401",19794,44181 +"138402",19794,51146 +"138403",19794,60227 +"138404",19794,61435 +"138405",19794,63588 +"138406",19794,72858 +"138407",19794,78773 +"138408",19794,80977 +"138409",19794,92860 +"138410",19796,22543 +"138411",19796,32767 +"138412",19796,105517 +"138413",19797,20236 +"138414",19797,23114 +"138415",19797,30318 +"138416",19797,46142 +"138417",19797,46786 +"138418",19797,74422 +"138419",19798,21305 +"138420",19798,21707 +"138421",19798,22597 +"138422",19798,22668 +"138423",19798,22669 +"138424",19798,22683 +"138425",19798,22684 +"138426",19798,34884 +"138427",19798,42756 +"138428",19798,47862 +"138429",19798,68441 +"138430",19798,68688 +"138431",19798,69447 +"138432",19798,74844 +"138433",19798,97242 +"138434",19798,101069 +"138435",19799,34123 +"138436",19799,47852 +"138437",19799,74151 +"138438",19801,19855 +"138439",19801,20182 +"138440",19801,35372 +"138441",19801,41705 +"138442",19801,62019 +"138443",19802,21533 +"138444",19802,33537 +"138445",19802,33538 +"138446",19802,49104 +"138447",19802,59630 +"138448",19802,80546 +"138449",19802,91670 +"138450",19803,71775 +"138451",19803,72018 +"138452",19804,32533 +"138453",19804,44423 +"138454",19804,49827 +"138455",19804,78096 +"138456",19805,21098 +"138457",19805,21918 +"138458",19805,24939 +"138459",19805,25639 +"138460",19805,26432 +"138461",19805,26943 +"138462",19805,28499 +"138463",19805,30866 +"138464",19805,31700 +"138465",19805,32361 +"138466",19805,33275 +"138467",19805,33883 +"138468",19805,36286 +"138469",19805,36767 +"138470",19805,37937 +"138471",19805,40419 +"138472",19805,42608 +"138473",19805,44180 +"138474",19805,45818 +"138475",19805,51476 +"138476",19805,51892 +"138477",19805,53755 +"138478",19805,54168 +"138479",19805,57210 +"138480",19805,58482 +"138481",19805,59172 +"138482",19805,59816 +"138483",19805,61874 +"138484",19805,63274 +"138485",19805,66322 +"138486",19805,67327 +"138487",19805,70854 +"138488",19805,71683 +"138489",19805,72568 +"138490",19805,72628 +"138491",19805,73767 +"138492",19805,78532 +"138493",19805,81609 +"138494",19805,85885 +"138495",19805,91255 +"138496",19805,92247 +"138497",19805,92352 +"138498",19805,92362 +"138499",19805,92929 +"138500",19805,93719 +"138501",19805,94906 +"138502",19805,94946 +"138503",19805,95889 +"138504",19805,96093 +"138505",19805,97988 +"138506",19805,99309 +"138507",19805,99376 +"138508",19805,99450 +"138509",19805,99471 +"138510",19805,99474 +"138511",19805,100916 +"138512",19805,100944 +"138513",19805,101126 +"138514",19805,101329 +"138515",19805,105557 +"138516",19805,107199 +"138517",19805,108743 +"138518",19805,108980 +"138519",19805,109291 +"138520",19805,109933 +"138521",19805,110483 +"138522",19805,110567 +"138523",19805,110572 +"138524",19805,110630 +"138525",19805,110648 +"138526",19805,110711 +"138527",19805,110770 +"138528",19805,110869 +"138529",19805,110911 +"138530",19805,111285 +"138531",19805,111314 +"138532",19805,111362 +"138533",19805,111372 +"138534",19805,111424 +"138535",19805,111433 +"138536",19805,112422 +"138537",19805,113269 +"138538",19805,113430 +"138539",19805,114242 +"138540",19805,114842 +"138541",19805,115427 +"138542",19805,115521 +"138543",19805,115711 +"138544",19806,21180 +"138545",19806,22085 +"138546",19806,23254 +"138547",19806,23284 +"138548",19806,23379 +"138549",19806,23406 +"138550",19806,23443 +"138551",19806,23512 +"138552",19806,23513 +"138553",19806,24464 +"138554",19806,26008 +"138555",19806,34162 +"138556",19806,34251 +"138557",19806,47583 +"138558",19806,56783 +"138559",19806,58629 +"138560",19806,59300 +"138561",19806,60979 +"138562",19806,65316 +"138563",19806,67789 +"138564",19806,68681 +"138565",19806,75159 +"138566",19806,75750 +"138567",19806,75955 +"138568",19806,76132 +"138569",19806,76497 +"138570",19806,76675 +"138571",19806,77397 +"138572",19806,81983 +"138573",19806,104976 +"138574",19806,120908 +"138575",19807,22124 +"138576",19807,25170 +"138577",19807,29137 +"138578",19807,36247 +"138579",19807,39440 +"138580",19807,41685 +"138581",19807,46824 +"138582",19807,47188 +"138583",19807,51687 +"138584",19807,52974 +"138585",19807,56360 +"138586",19807,57167 +"138587",19807,57186 +"138588",19807,57897 +"138589",19807,60508 +"138590",19807,60509 +"138591",19807,60537 +"138592",19807,64969 +"138593",19807,68943 +"138594",19807,69718 +"138595",19808,23268 +"138596",19808,71205 +"138597",19808,77329 +"138598",19809,19836 +"138599",19809,19923 +"138600",19809,20002 +"138601",19810,27270 +"138602",19810,27443 +"138603",19810,27976 +"138604",19810,28404 +"138605",19810,28433 +"138606",19810,37783 +"138607",19810,106197 +"138608",19812,33457 +"138609",19813,21456 +"138610",19813,111751 +"138611",19814,25583 +"138612",19814,29136 +"138613",19814,29450 +"138614",19814,32871 +"138615",19814,34428 +"138616",19814,46804 +"138617",19814,67417 +"138618",19814,104907 +"138619",19814,107406 +"138620",19815,95300 +"138621",19815,115256 +"138622",19815,115260 +"138623",19816,25922 +"138624",19816,80538 +"138625",19816,84706 +"138626",19816,84707 +"138627",19816,84772 +"138628",19817,24188 +"138629",19817,34067 +"138630",19817,47444 +"138631",19818,19827 +"138632",19818,19828 +"138633",19818,19830 +"138634",19818,23630 +"138635",19818,40909 +"138636",19819,30171 +"138637",19819,79397 +"138638",19819,80177 +"138639",19820,51223 +"138640",19820,66466 +"138641",19821,35674 +"138642",19821,39618 +"138643",19821,39654 +"138644",19821,59378 +"138645",19821,81344 +"138646",19822,19888 +"138647",19822,20303 +"138648",19822,20322 +"138649",19822,20360 +"138650",19822,20490 +"138651",19822,20899 +"138652",19823,29982 +"138653",19823,43084 +"138654",19823,49707 +"138655",19823,53290 +"138656",19823,90150 +"138657",19824,33653 +"138658",19825,85007 +"138659",19825,97284 +"138660",19825,97285 +"138661",19826,29616 +"138662",19826,29838 +"138663",19826,30016 +"138664",19826,42012 +"138665",19826,46748 +"138666",19826,67375 +"138667",19826,86505 +"138668",19826,94462 +"138669",19826,109114 +"138670",19827,19828 +"138671",19827,19830 +"138672",19827,21458 +"138673",19827,68044 +"138674",19827,74370 +"138675",19827,88574 +"138676",19827,120620 +"138677",19827,122611 +"138678",19828,19830 +"138679",19828,22166 +"138680",19828,25776 +"138681",19828,34700 +"138682",19828,48466 +"138683",19828,86417 +"138684",19828,96310 +"138685",19831,31611 +"138686",19831,75967 +"138687",19831,88173 +"138688",19832,20239 +"138689",19832,23118 +"138690",19832,23188 +"138691",19832,46782 +"138692",19832,49844 +"138693",19832,58967 +"138694",19832,70309 +"138695",19832,92708 +"138696",19832,92753 +"138697",19833,23422 +"138698",19833,44978 +"138699",19833,45062 +"138700",19833,49001 +"138701",19833,52269 +"138702",19833,92635 +"138703",19833,117195 +"138704",19833,117196 +"138705",19833,117554 +"138706",19833,120051 +"138707",19834,23797 +"138708",19834,24984 +"138709",19834,30291 +"138710",19834,101068 +"138711",19835,19866 +"138712",19835,19930 +"138713",19835,20008 +"138714",19835,28736 +"138715",19835,65513 +"138716",19835,70894 +"138717",19835,87690 +"138718",19835,97931 +"138719",19835,106537 +"138720",19835,108704 +"138721",19835,111471 +"138722",19835,118999 +"138723",19835,119441 +"138724",19836,19923 +"138725",19836,20002 +"138726",19837,19854 +"138727",19837,33902 +"138728",19837,39122 +"138729",19837,46433 +"138730",19837,53579 +"138731",19837,54141 +"138732",19837,54192 +"138733",19838,26421 +"138734",19838,38004 +"138735",19838,46305 +"138736",19838,67145 +"138737",19838,78529 +"138738",19838,100801 +"138739",19838,107823 +"138740",19838,111531 +"138741",19838,118402 +"138742",19839,62319 +"138743",19839,74529 +"138744",19840,19877 +"138745",19841,22175 +"138746",19841,26908 +"138747",19841,29102 +"138748",19841,41656 +"138749",19841,50213 +"138750",19841,59025 +"138751",19841,59173 +"138752",19841,92671 +"138753",19841,95937 +"138754",19841,110194 +"138755",19842,48827 +"138756",19842,68292 +"138757",19842,84623 +"138758",19843,44784 +"138759",19843,84252 +"138760",19844,28396 +"138761",19844,49091 +"138762",19845,33593 +"138763",19846,19919 +"138764",19846,19949 +"138765",19846,22328 +"138766",19846,22624 +"138767",19846,33424 +"138768",19846,61769 +"138769",19846,83902 +"138770",19848,31210 +"138771",19849,34908 +"138772",19849,37956 +"138773",19849,53798 +"138774",19849,54284 +"138775",19849,54314 +"138776",19849,55532 +"138777",19849,90411 +"138778",19850,19903 +"138779",19850,20118 +"138780",19850,21821 +"138781",19850,24890 +"138782",19850,40890 +"138783",19850,77940 +"138784",19850,77952 +"138785",19850,99613 +"138786",19850,107001 +"138787",19851,22153 +"138788",19851,23098 +"138789",19851,26552 +"138790",19851,26623 +"138791",19851,29172 +"138792",19851,29332 +"138793",19851,41518 +"138794",19851,48573 +"138795",19851,67748 +"138796",19851,73792 +"138797",19851,77611 +"138798",19851,77640 +"138799",19851,93355 +"138800",19852,27221 +"138801",19852,71172 +"138802",19853,53808 +"138803",19855,20182 +"138804",19856,22510 +"138805",19856,31208 +"138806",19856,51067 +"138807",19858,19953 +"138808",19858,24802 +"138809",19858,31719 +"138810",19858,49876 +"138811",19858,75648 +"138812",19858,94756 +"138813",19858,102827 +"138814",19859,23955 +"138815",19859,24931 +"138816",19859,26774 +"138817",19859,27570 +"138818",19859,36520 +"138819",19859,38820 +"138820",19859,40173 +"138821",19859,41820 +"138822",19859,57648 +"138823",19859,77037 +"138824",19859,80354 +"138825",19859,82483 +"138826",19859,84208 +"138827",19859,84843 +"138828",19859,85843 +"138829",19859,90243 +"138830",19859,90983 +"138831",19859,93198 +"138832",19859,93199 +"138833",19859,93201 +"138834",19859,93204 +"138835",19859,93211 +"138836",19859,94486 +"138837",19859,96872 +"138838",19859,97555 +"138839",19859,100994 +"138840",19859,108616 +"138841",19859,110528 +"138842",19859,117739 +"138843",19859,121924 +"138844",19860,20240 +"138845",19860,48587 +"138846",19861,22951 +"138847",19861,24247 +"138848",19861,24373 +"138849",19861,28023 +"138850",19862,20797 +"138851",19862,28425 +"138852",19862,36704 +"138853",19862,40493 +"138854",19862,44194 +"138855",19862,53159 +"138856",19863,47574 +"138857",19863,84645 +"138858",19863,94706 +"138859",19863,98557 +"138860",19863,101154 +"138861",19864,32606 +"138862",19864,81336 +"138863",19864,110339 +"138864",19864,110340 +"138865",19865,19934 +"138866",19866,19930 +"138867",19866,20008 +"138868",19866,62882 +"138869",19866,94123 +"138870",19866,103389 +"138871",19867,21349 +"138872",19867,43739 +"138873",19867,43754 +"138874",19867,44384 +"138875",19868,39695 +"138876",19868,64068 +"138877",19869,23916 +"138878",19869,51209 +"138879",19869,60724 +"138880",19870,75732 +"138881",19870,109184 +"138882",19871,25451 +"138883",19871,45047 +"138884",19871,51387 +"138885",19871,62276 +"138886",19871,103835 +"138887",19871,104802 +"138888",19872,26311 +"138889",19872,30529 +"138890",19872,56745 +"138891",19872,56782 +"138892",19872,77093 +"138893",19872,77659 +"138894",19873,37308 +"138895",19873,37324 +"138896",19873,40309 +"138897",19873,52292 +"138898",19873,52296 +"138899",19873,57912 +"138900",19873,60487 +"138901",19873,73569 +"138902",19873,73604 +"138903",19874,28917 +"138904",19874,89985 +"138905",19874,90289 +"138906",19874,103305 +"138907",19875,19894 +"138908",19875,24323 +"138909",19875,25102 +"138910",19875,25117 +"138911",19875,29053 +"138912",19875,77892 +"138913",19875,87083 +"138914",19875,89415 +"138915",19875,100241 +"138916",19876,20208 +"138917",19876,20258 +"138918",19877,30263 +"138919",19878,37168 +"138920",19878,73412 +"138921",19878,77703 +"138922",19878,97961 +"138923",19879,60540 +"138924",19880,19947 +"138925",19880,19948 +"138926",19881,20164 +"138927",19881,20316 +"138928",19881,21891 +"138929",19881,23059 +"138930",19881,24226 +"138931",19881,24372 +"138932",19881,24945 +"138933",19881,26671 +"138934",19881,28154 +"138935",19881,28208 +"138936",19881,28210 +"138937",19881,30983 +"138938",19881,31025 +"138939",19881,37800 +"138940",19881,69530 +"138941",19881,70822 +"138942",19881,72598 +"138943",19881,75897 +"138944",19881,76716 +"138945",19881,85771 +"138946",19881,92327 +"138947",19881,94938 +"138948",19881,99089 +"138949",19882,26462 +"138950",19882,29807 +"138951",19882,34731 +"138952",19882,38555 +"138953",19882,45377 +"138954",19882,46240 +"138955",19882,62602 +"138956",19882,64085 +"138957",19882,84168 +"138958",19883,62238 +"138959",19883,104186 +"138960",19883,104206 +"138961",19884,19910 +"138962",19884,31117 +"138963",19884,41638 +"138964",19884,41684 +"138965",19884,42380 +"138966",19884,42503 +"138967",19884,56912 +"138968",19885,30352 +"138969",19885,51458 +"138970",19885,75100 +"138971",19885,104135 +"138972",19885,118441 +"138973",19886,41222 +"138974",19886,44924 +"138975",19886,48483 +"138976",19887,19897 +"138977",19888,20303 +"138978",19888,20322 +"138979",19888,20360 +"138980",19888,20490 +"138981",19888,20899 +"138982",19890,72241 +"138983",19890,85193 +"138984",19890,86584 +"138985",19891,28196 +"138986",19891,28304 +"138987",19892,31003 +"138988",19892,33431 +"138989",19892,36433 +"138990",19892,37507 +"138991",19892,46716 +"138992",19892,52588 +"138993",19892,56955 +"138994",19892,91279 +"138995",19892,91861 +"138996",19892,100332 +"138997",19893,43902 +"138998",19893,49046 +"138999",19894,25564 +"139000",19894,26414 +"139001",19894,27084 +"139002",19894,27622 +"139003",19894,34865 +"139004",19894,48191 +"139005",19894,57758 +"139006",19894,59557 +"139007",19894,77611 +"139008",19894,100674 +"139009",19898,33909 +"139010",19898,34756 +"139011",19898,113128 +"139012",19899,23318 +"139013",19899,23480 +"139014",19899,26530 +"139015",19899,27422 +"139016",19899,27926 +"139017",19899,32811 +"139018",19899,34596 +"139019",19899,43432 +"139020",19899,47759 +"139021",19899,48228 +"139022",19899,48698 +"139023",19899,64960 +"139024",19899,67505 +"139025",19899,78256 +"139026",19899,81148 +"139027",19899,81360 +"139028",19899,82202 +"139029",19899,95658 +"139030",19899,103093 +"139031",19899,110816 +"139032",19900,20433 +"139033",19900,35929 +"139034",19900,79195 +"139035",19901,22638 +"139036",19901,81779 +"139037",19901,103056 +"139038",19902,26042 +"139039",19902,26105 +"139040",19902,32321 +"139041",19902,51233 +"139042",19902,51279 +"139043",19902,51867 +"139044",19902,54416 +"139045",19902,70632 +"139046",19902,71489 +"139047",19902,74260 +"139048",19902,85538 +"139049",19903,24490 +"139050",19903,37618 +"139051",19903,42257 +"139052",19903,46675 +"139053",19903,54226 +"139054",19903,98061 +"139055",19903,106349 +"139056",19903,106466 +"139057",19903,108107 +"139058",19904,20331 +"139059",19904,40777 +"139060",19904,85053 +"139061",19905,38740 +"139062",19905,106731 +"139063",19905,109652 +"139064",19905,113807 +"139065",19907,24365 +"139066",19907,34384 +"139067",19907,54551 +"139068",19907,69264 +"139069",19907,82183 +"139070",19908,41403 +"139071",19908,66257 +"139072",19908,70179 +"139073",19908,78129 +"139074",19908,85936 +"139075",19908,117977 +"139076",19909,24690 +"139077",19909,47373 +"139078",19910,20340 +"139079",19910,65616 +"139080",19911,93293 +"139081",19912,34685 +"139082",19913,34603 +"139083",19913,60216 +"139084",19913,81794 +"139085",19913,109767 +"139086",19913,115892 +"139087",19914,62240 +"139088",19914,81494 +"139089",19916,20739 +"139090",19916,23454 +"139091",19916,29100 +"139092",19916,39893 +"139093",19916,56485 +"139094",19916,63045 +"139095",19916,77677 +"139096",19916,79000 +"139097",19916,85072 +"139098",19917,20931 +"139099",19917,28130 +"139100",19917,33814 +"139101",19917,34475 +"139102",19917,35286 +"139103",19917,37348 +"139104",19917,43813 +"139105",19917,49073 +"139106",19917,49086 +"139107",19918,52616 +"139108",19918,108834 +"139109",19919,19949 +"139110",19920,21693 +"139111",19920,22326 +"139112",19920,22362 +"139113",19920,22432 +"139114",19920,22480 +"139115",19920,29954 +"139116",19920,30031 +"139117",19920,41036 +"139118",19920,43001 +"139119",19920,78144 +"139120",19920,87060 +"139121",19920,87073 +"139122",19920,113481 +"139123",19921,19936 +"139124",19921,23784 +"139125",19921,26505 +"139126",19921,29819 +"139127",19921,34088 +"139128",19921,34548 +"139129",19921,37266 +"139130",19921,38333 +"139131",19921,50127 +"139132",19921,51534 +"139133",19921,61585 +"139134",19921,61831 +"139135",19921,73396 +"139136",19921,81413 +"139137",19921,104134 +"139138",19921,111938 +"139139",19922,40125 +"139140",19922,122696 +"139141",19923,20002 +"139142",19924,25162 +"139143",19924,58728 +"139144",19924,65687 +"139145",19924,69345 +"139146",19924,70821 +"139147",19924,75313 +"139148",19924,82619 +"139149",19924,105665 +"139150",19924,106520 +"139151",19924,121212 +"139152",19925,111026 +"139153",19926,28455 +"139154",19926,45916 +"139155",19930,20008 +"139156",19930,26169 +"139157",19930,32901 +"139158",19930,33169 +"139159",19930,48692 +"139160",19930,54142 +"139161",19930,57381 +"139162",19930,57473 +"139163",19930,59010 +"139164",19930,62767 +"139165",19930,66873 +"139166",19930,70117 +"139167",19931,33592 +"139168",19931,63505 +"139169",19931,72464 +"139170",19931,121763 +"139171",19932,20081 +"139172",19932,20994 +"139173",19932,38879 +"139174",19932,39658 +"139175",19932,40338 +"139176",19932,43211 +"139177",19932,69139 +"139178",19932,76402 +"139179",19932,86512 +"139180",19932,86513 +"139181",19932,89686 +"139182",19933,22023 +"139183",19934,20832 +"139184",19934,26729 +"139185",19934,34978 +"139186",19934,50100 +"139187",19934,57675 +"139188",19934,61175 +"139189",19934,62844 +"139190",19934,89834 +"139191",19934,92778 +"139192",19934,121070 +"139193",19935,39026 +"139194",19935,39176 +"139195",19935,39178 +"139196",19935,51511 +"139197",19935,57575 +"139198",19936,33418 +"139199",19936,37266 +"139200",19936,38333 +"139201",19936,47256 +"139202",19936,51534 +"139203",19936,52494 +"139204",19936,55057 +"139205",19936,65194 +"139206",19936,74445 +"139207",19936,97572 +"139208",19936,121483 +"139209",19936,121486 +"139210",19937,21166 +"139211",19937,27065 +"139212",19937,34310 +"139213",19937,34993 +"139214",19937,38792 +"139215",19937,38945 +"139216",19937,48871 +"139217",19937,49238 +"139218",19937,63477 +"139219",19937,73022 +"139220",19937,97275 +"139221",19937,98790 +"139222",19937,113458 +"139223",19938,69926 +"139224",19938,77946 +"139225",19939,21680 +"139226",19939,23614 +"139227",19939,40977 +"139228",19940,20995 +"139229",19940,40515 +"139230",19940,42256 +"139231",19940,42877 +"139232",19940,42923 +"139233",19940,56981 +"139234",19940,69671 +"139235",19940,84614 +"139236",19940,88396 +"139237",19940,91734 +"139238",19940,93452 +"139239",19940,97003 +"139240",19940,97890 +"139241",19940,114425 +"139242",19941,41194 +"139243",19941,43323 +"139244",19941,44790 +"139245",19941,44822 +"139246",19941,44841 +"139247",19944,31801 +"139248",19944,43989 +"139249",19944,48601 +"139250",19947,19948 +"139251",19950,21873 +"139252",19951,53057 +"139253",19951,98769 +"139254",19951,106382 +"139255",19952,55326 +"139256",19952,64296 +"139257",19954,39406 +"139258",19954,81848 +"139259",19954,90124 +"139260",19954,100649 +"139261",19955,26166 +"139262",19955,33967 +"139263",19955,34092 +"139264",19955,97043 +"139265",19955,97044 +"139266",19956,24195 +"139267",19956,28918 +"139268",19956,35430 +"139269",19956,35620 +"139270",19956,38798 +"139271",19956,46385 +"139272",19956,53530 +"139273",19956,89612 +"139274",19956,97245 +"139275",19956,97477 +"139276",19956,106664 +"139277",19956,108074 +"139278",19957,24748 +"139279",19957,44641 +"139280",19957,62411 +"139281",19957,72794 +"139282",19957,110242 +"139283",19958,43793 +"139284",19959,24817 +"139285",19959,24879 +"139286",19959,35306 +"139287",19960,35241 +"139288",19961,31514 +"139289",19963,22829 +"139290",19963,23298 +"139291",19963,26075 +"139292",19963,26283 +"139293",19963,47511 +"139294",19963,59623 +"139295",19963,60281 +"139296",19963,62612 +"139297",19963,68472 +"139298",19963,74175 +"139299",19963,75459 +"139300",19963,79786 +"139301",19963,80799 +"139302",19963,89869 +"139303",19963,89958 +"139304",19963,93896 +"139305",19963,100525 +"139306",19963,105392 +"139307",19963,105739 +"139308",19963,108914 +"139309",19963,109172 +"139310",19963,109383 +"139311",19964,96735 +"139312",19965,38734 +"139313",19965,42687 +"139314",19965,45541 +"139315",19965,45946 +"139316",19965,59007 +"139317",19965,61920 +"139318",19965,71654 +"139319",19965,83679 +"139320",19966,24055 +"139321",19966,44534 +"139322",19966,81352 +"139323",19966,93088 +"139324",19966,94453 +"139325",19967,67708 +"139326",19968,23541 +"139327",19968,51084 +"139328",19968,57359 +"139329",19968,60877 +"139330",19968,64382 +"139331",19968,77626 +"139332",19968,97696 +"139333",19969,20005 +"139334",19969,31344 +"139335",19969,36999 +"139336",19970,20115 +"139337",19971,20069 +"139338",19972,20880 +"139339",19972,20883 +"139340",19972,20954 +"139341",19972,31233 +"139342",19972,74592 +"139343",19972,76605 +"139344",19972,83133 +"139345",19972,83761 +"139346",19972,95872 +"139347",19972,99793 +"139348",19972,100772 +"139349",19972,101063 +"139350",19973,22459 +"139351",19973,33429 +"139352",19973,48447 +"139353",19973,71550 +"139354",19973,74364 +"139355",19973,88449 +"139356",19973,89789 +"139357",19973,92140 +"139358",19973,112229 +"139359",19973,113753 +"139360",19973,116239 +"139361",19975,20000 +"139362",19975,22641 +"139363",19975,30302 +"139364",19975,32940 +"139365",19975,46621 +"139366",19975,46951 +"139367",19975,61785 +"139368",19975,67300 +"139369",19975,68705 +"139370",19975,71176 +"139371",19975,75921 +"139372",19975,78582 +"139373",19975,79697 +"139374",19975,94398 +"139375",19976,29198 +"139376",19976,29342 +"139377",19976,31348 +"139378",19976,40311 +"139379",19976,40783 +"139380",19976,56186 +"139381",19976,56320 +"139382",19977,43204 +"139383",19977,57308 +"139384",19978,38141 +"139385",19978,89637 +"139386",19979,20083 +"139387",19979,22475 +"139388",19979,24709 +"139389",19979,29713 +"139390",19979,39583 +"139391",19979,44864 +"139392",19979,62781 +"139393",19979,63709 +"139394",19979,72568 +"139395",19979,106685 +"139396",19979,112574 +"139397",19979,114123 +"139398",19980,70291 +"139399",19981,28309 +"139400",19981,28354 +"139401",19981,32172 +"139402",19982,20542 +"139403",19982,28814 +"139404",19982,59741 +"139405",19982,72674 +"139406",19982,83434 +"139407",19983,22799 +"139408",19983,48375 +"139409",19983,96917 +"139410",19985,87375 +"139411",19986,80724 +"139412",19987,79450 +"139413",19988,54980 +"139414",19988,65625 +"139415",19988,79809 +"139416",19989,122917 +"139417",19990,64361 +"139418",19991,23999 +"139419",19991,72285 +"139420",19991,97627 +"139421",19992,20263 +"139422",19992,39859 +"139423",19992,64322 +"139424",19994,23754 +"139425",19994,23755 +"139426",19994,23758 +"139427",19994,30687 +"139428",19994,34175 +"139429",19994,42752 +"139430",19994,62992 +"139431",19994,64648 +"139432",19994,75070 +"139433",19994,87520 +"139434",19996,20698 +"139435",19997,23332 +"139436",19997,24306 +"139437",19997,24439 +"139438",19997,40253 +"139439",19997,55241 +"139440",19998,30544 +"139441",19998,47033 +"139442",19998,73578 +"139443",19998,84883 +"139444",19998,96594 +"139445",19998,101256 +"139446",19998,105780 +"139447",19999,20801 +"139448",19999,41590 +"139449",19999,46982 +"139450",19999,54017 +"139451",19999,72039 +"139452",19999,73899 +"139453",19999,83390 +"139454",19999,91921 +"139455",19999,110441 +"139456",20000,23947 +"139457",20000,24429 +"139458",20000,29948 +"139459",20000,31951 +"139460",20000,41719 +"139461",20000,43173 +"139462",20000,46621 +"139463",20000,52327 +"139464",20000,55795 +"139465",20000,59326 +"139466",20000,61785 +"139467",20000,67825 +"139468",20000,68844 +"139469",20000,70925 +"139470",20000,77441 +"139471",20000,79183 +"139472",20000,100502 +"139473",20000,100583 +"139474",20001,21225 +"139475",20001,29198 +"139476",20001,31655 +"139477",20001,32617 +"139478",20001,35736 +"139479",20001,36516 +"139480",20001,45626 +"139481",20001,48101 +"139482",20001,49997 +"139483",20001,50209 +"139484",20001,52464 +"139485",20001,52858 +"139486",20001,69782 +"139487",20001,69832 +"139488",20001,76315 +"139489",20001,83277 +"139490",20001,91518 +"139491",20002,28095 +"139492",20003,44686 +"139493",20003,81433 +"139494",20004,20147 +"139495",20004,20174 +"139496",20004,20487 +"139497",20004,22235 +"139498",20004,22251 +"139499",20004,38021 +"139500",20004,79983 +"139501",20006,83632 +"139502",20006,84254 +"139503",20009,26783 +"139504",20009,29137 +"139505",20009,32835 +"139506",20009,37859 +"139507",20009,40424 +"139508",20009,40469 +"139509",20009,44370 +"139510",20009,47500 +"139511",20009,51829 +"139512",20009,73945 +"139513",20009,79344 +"139514",20009,79618 +"139515",20009,94069 +"139516",20009,94097 +"139517",20009,95695 +"139518",20009,101116 +"139519",20010,52845 +"139520",20011,20012 +"139521",20011,24228 +"139522",20011,29775 +"139523",20011,32817 +"139524",20011,32986 +"139525",20011,36615 +"139526",20011,44896 +"139527",20011,44986 +"139528",20011,48084 +"139529",20011,60366 +"139530",20012,20926 +"139531",20012,22405 +"139532",20012,26743 +"139533",20012,32841 +"139534",20013,20014 +"139535",20013,96148 +"139536",20013,112946 +"139537",20013,120172 +"139538",20015,21802 +"139539",20017,20095 +"139540",20017,20167 +"139541",20017,24806 +"139542",20017,32892 +"139543",20017,38432 +"139544",20017,39212 +"139545",20017,46040 +"139546",20017,48283 +"139547",20017,55968 +"139548",20017,67501 +"139549",20017,67511 +"139550",20017,87651 +"139551",20018,23197 +"139552",20018,31513 +"139553",20018,45514 +"139554",20018,46139 +"139555",20018,49621 +"139556",20018,51733 +"139557",20018,52881 +"139558",20018,54684 +"139559",20018,56347 +"139560",20018,64495 +"139561",20018,71710 +"139562",20018,80015 +"139563",20018,85543 +"139564",20018,118239 +"139565",20018,121085 +"139566",20018,121802 +"139567",20019,20082 +"139568",20019,20139 +"139569",20019,20190 +"139570",20019,20201 +"139571",20019,82870 +"139572",20020,20137 +"139573",20020,34022 +"139574",20020,50685 +"139575",20020,57360 +"139576",20020,69498 +"139577",20020,77953 +"139578",20020,90840 +"139579",20020,96117 +"139580",20021,20172 +"139581",20021,20205 +"139582",20021,20226 +"139583",20021,21770 +"139584",20021,28708 +"139585",20021,32008 +"139586",20021,33338 +"139587",20021,34327 +"139588",20021,34594 +"139589",20021,34615 +"139590",20021,35542 +"139591",20021,36768 +"139592",20021,36780 +"139593",20021,37683 +"139594",20021,49587 +"139595",20021,49878 +"139596",20021,52442 +"139597",20021,57731 +"139598",20021,58419 +"139599",20021,64372 +"139600",20021,70646 +"139601",20021,83713 +"139602",20021,90868 +"139603",20022,20047 +"139604",20022,20176 +"139605",20022,20252 +"139606",20022,20499 +"139607",20022,27320 +"139608",20022,27861 +"139609",20022,34527 +"139610",20022,35792 +"139611",20022,39360 +"139612",20022,39482 +"139613",20022,60506 +"139614",20022,87677 +"139615",20022,87678 +"139616",20023,36907 +"139617",20023,92578 +"139618",20024,27062 +"139619",20024,30942 +"139620",20025,20254 +"139621",20026,26125 +"139622",20026,31146 +"139623",20026,51936 +"139624",20026,69649 +"139625",20026,80543 +"139626",20026,81333 +"139627",20026,85259 +"139628",20026,85295 +"139629",20027,34107 +"139630",20027,39846 +"139631",20027,40143 +"139632",20027,41079 +"139633",20027,44199 +"139634",20027,60267 +"139635",20027,84775 +"139636",20027,88591 +"139637",20027,91193 +"139638",20028,21022 +"139639",20028,26448 +"139640",20028,29372 +"139641",20028,29592 +"139642",20028,31612 +"139643",20028,44453 +"139644",20028,88850 +"139645",20028,92838 +"139646",20028,92844 +"139647",20028,92937 +"139648",20028,97509 +"139649",20029,20165 +"139650",20029,23774 +"139651",20029,35287 +"139652",20029,37752 +"139653",20029,51490 +"139654",20029,55390 +"139655",20029,100688 +"139656",20029,121796 +"139657",20030,26573 +"139658",20030,40134 +"139659",20030,67952 +"139660",20030,69235 +"139661",20030,78484 +"139662",20030,80339 +"139663",20030,80370 +"139664",20031,29115 +"139665",20031,35481 +"139666",20031,35963 +"139667",20031,49364 +"139668",20031,58052 +"139669",20031,71541 +"139670",20031,72043 +"139671",20031,92441 +"139672",20031,94806 +"139673",20031,98166 +"139674",20031,105685 +"139675",20031,112212 +"139676",20032,28057 +"139677",20032,84891 +"139678",20032,106725 +"139679",20034,20135 +"139680",20034,26608 +"139681",20034,28231 +"139682",20034,76824 +"139683",20034,80039 +"139684",20034,103216 +"139685",20034,106856 +"139686",20034,116868 +"139687",20035,50202 +"139688",20036,20052 +"139689",20036,23297 +"139690",20036,73644 +"139691",20036,108159 +"139692",20037,29975 +"139693",20037,73103 +"139694",20037,77897 +"139695",20037,78828 +"139696",20037,82494 +"139697",20037,83558 +"139698",20038,30569 +"139699",20038,51472 +"139700",20038,90649 +"139701",20038,101133 +"139702",20038,109726 +"139703",20039,54548 +"139704",20039,60651 +"139705",20040,24400 +"139706",20040,24900 +"139707",20040,33440 +"139708",20040,34062 +"139709",20040,34144 +"139710",20040,34291 +"139711",20040,34334 +"139712",20040,34403 +"139713",20040,42469 +"139714",20040,48761 +"139715",20040,80036 +"139716",20040,93054 +"139717",20040,116955 +"139718",20040,117969 +"139719",20041,20225 +"139720",20042,20171 +"139721",20043,47256 +"139722",20043,56067 +"139723",20043,64156 +"139724",20043,76789 +"139725",20044,20045 +"139726",20044,20046 +"139727",20044,20295 +"139728",20044,20296 +"139729",20044,54817 +"139730",20044,102929 +"139731",20044,102957 +"139732",20044,102995 +"139733",20044,103023 +"139734",20045,20046 +"139735",20045,20295 +"139736",20045,20296 +"139737",20045,63375 +"139738",20046,20295 +"139739",20046,20296 +"139740",20047,20176 +"139741",20047,20252 +"139742",20047,20499 +"139743",20048,49287 +"139744",20048,106214 +"139745",20049,30015 +"139746",20049,32090 +"139747",20049,34988 +"139748",20049,44178 +"139749",20049,52006 +"139750",20049,83514 +"139751",20049,85197 +"139752",20049,91271 +"139753",20049,93913 +"139754",20049,95851 +"139755",20049,104506 +"139756",20049,116634 +"139757",20049,118127 +"139758",20050,20332 +"139759",20050,50791 +"139760",20051,98875 +"139761",20052,68417 +"139762",20052,84200 +"139763",20052,89518 +"139764",20052,97858 +"139765",20052,103949 +"139766",20053,20055 +"139767",20053,20066 +"139768",20053,91741 +"139769",20053,98865 +"139770",20054,21722 +"139771",20054,23008 +"139772",20054,44939 +"139773",20054,60155 +"139774",20055,20066 +"139775",20055,98865 +"139776",20056,23856 +"139777",20056,41752 +"139778",20056,41883 +"139779",20056,121071 +"139780",20057,33363 +"139781",20057,35261 +"139782",20057,44430 +"139783",20057,50146 +"139784",20057,52369 +"139785",20057,56679 +"139786",20057,59529 +"139787",20057,72494 +"139788",20057,81346 +"139789",20057,101041 +"139790",20058,21435 +"139791",20058,31657 +"139792",20058,40861 +"139793",20058,44439 +"139794",20058,49332 +"139795",20058,68646 +"139796",20058,81838 +"139797",20058,92467 +"139798",20058,100088 +"139799",20058,107544 +"139800",20058,115005 +"139801",20058,115943 +"139802",20058,118408 +"139803",20059,21540 +"139804",20059,21765 +"139805",20059,58943 +"139806",20060,21968 +"139807",20060,36237 +"139808",20060,45044 +"139809",20060,49846 +"139810",20060,77631 +"139811",20060,88687 +"139812",20060,88823 +"139813",20060,88826 +"139814",20061,21138 +"139815",20061,25069 +"139816",20061,25281 +"139817",20061,28409 +"139818",20061,33257 +"139819",20061,37866 +"139820",20061,42250 +"139821",20061,45007 +"139822",20061,48434 +"139823",20061,52924 +"139824",20061,54283 +"139825",20061,61187 +"139826",20061,64254 +"139827",20061,67894 +"139828",20061,67902 +"139829",20061,73464 +"139830",20061,73919 +"139831",20061,74681 +"139832",20061,74894 +"139833",20061,81364 +"139834",20061,82930 +"139835",20061,83772 +"139836",20061,86490 +"139837",20061,89710 +"139838",20061,90114 +"139839",20061,95604 +"139840",20061,98406 +"139841",20061,99329 +"139842",20061,99341 +"139843",20061,108765 +"139844",20061,110246 +"139845",20061,113803 +"139846",20061,115195 +"139847",20061,115233 +"139848",20061,115255 +"139849",20061,115264 +"139850",20061,116660 +"139851",20061,121043 +"139852",20061,121999 +"139853",20061,123079 +"139854",20061,123085 +"139855",20062,41283 +"139856",20062,99942 +"139857",20063,21719 +"139858",20063,30353 +"139859",20063,33478 +"139860",20064,47823 +"139861",20064,115095 +"139862",20065,52270 +"139863",20065,56293 +"139864",20065,58288 +"139865",20065,83760 +"139866",20066,48855 +"139867",20066,66701 +"139868",20066,70625 +"139869",20066,72737 +"139870",20067,21706 +"139871",20067,22052 +"139872",20067,23869 +"139873",20067,24562 +"139874",20067,33801 +"139875",20067,34964 +"139876",20067,39563 +"139877",20067,39703 +"139878",20067,46311 +"139879",20067,53333 +"139880",20067,53475 +"139881",20067,67902 +"139882",20067,74730 +"139883",20067,76399 +"139884",20067,79619 +"139885",20067,97160 +"139886",20067,98250 +"139887",20067,100140 +"139888",20067,110013 +"139889",20067,112148 +"139890",20068,20334 +"139891",20068,66202 +"139892",20068,75449 +"139893",20069,35436 +"139894",20069,35933 +"139895",20069,77337 +"139896",20069,97440 +"139897",20070,25260 +"139898",20070,27549 +"139899",20070,27606 +"139900",20070,29525 +"139901",20070,41877 +"139902",20070,57623 +"139903",20070,74995 +"139904",20070,83292 +"139905",20070,97827 +"139906",20071,20235 +"139907",20071,20464 +"139908",20071,52171 +"139909",20071,53544 +"139910",20071,62856 +"139911",20071,63183 +"139912",20071,67211 +"139913",20071,71142 +"139914",20071,72510 +"139915",20071,99947 +"139916",20071,101071 +"139917",20071,112573 +"139918",20071,116886 +"139919",20072,21505 +"139920",20072,21607 +"139921",20072,21665 +"139922",20072,23861 +"139923",20072,32630 +"139924",20072,34564 +"139925",20072,34620 +"139926",20072,38525 +"139927",20072,41713 +"139928",20072,42087 +"139929",20072,45047 +"139930",20072,45980 +"139931",20072,48202 +"139932",20072,48212 +"139933",20072,53132 +"139934",20072,53227 +"139935",20072,55111 +"139936",20072,58628 +"139937",20072,61801 +"139938",20072,64350 +"139939",20072,73044 +"139940",20072,73058 +"139941",20072,73335 +"139942",20072,78063 +"139943",20072,78429 +"139944",20072,78569 +"139945",20072,82143 +"139946",20072,83231 +"139947",20072,86471 +"139948",20072,90804 +"139949",20072,91022 +"139950",20072,91045 +"139951",20072,95675 +"139952",20072,101516 +"139953",20072,102387 +"139954",20072,108374 +"139955",20072,108893 +"139956",20072,109101 +"139957",20072,109523 +"139958",20072,110993 +"139959",20072,111338 +"139960",20072,111398 +"139961",20072,111409 +"139962",20072,111480 +"139963",20072,112422 +"139964",20072,112648 +"139965",20072,112708 +"139966",20072,112820 +"139967",20072,112997 +"139968",20072,113597 +"139969",20072,114418 +"139970",20072,114582 +"139971",20072,115371 +"139972",20072,116028 +"139973",20072,116604 +"139974",20073,20361 +"139975",20073,31515 +"139976",20073,31649 +"139977",20073,43594 +"139978",20073,45338 +"139979",20073,45339 +"139980",20073,45414 +"139981",20073,49526 +"139982",20074,20199 +"139983",20074,29845 +"139984",20074,115064 +"139985",20074,119842 +"139986",20075,55497 +"139987",20075,112078 +"139988",20076,94192 +"139989",20077,40339 +"139990",20077,66383 +"139991",20077,68908 +"139992",20077,69058 +"139993",20077,69076 +"139994",20078,59382 +"139995",20080,26516 +"139996",20080,46641 +"139997",20080,50518 +"139998",20080,53703 +"139999",20080,53908 +"140000",20080,55762 +"140001",20080,56025 +"140002",20080,56301 +"140003",20080,59361 +"140004",20080,59497 +"140005",20080,59498 +"140006",20080,70388 +"140007",20080,70425 +"140008",20081,41183 +"140009",20081,55305 +"140010",20081,87736 +"140011",20082,20139 +"140012",20082,20190 +"140013",20082,20201 +"140014",20082,51058 +"140015",20082,81618 +"140016",20082,82870 +"140017",20083,22475 +"140018",20083,29713 +"140019",20083,30731 +"140020",20083,35041 +"140021",20083,44864 +"140022",20083,57090 +"140023",20083,71892 +"140024",20083,82943 +"140025",20083,86050 +"140026",20083,89594 +"140027",20083,90364 +"140028",20083,99534 +"140029",20084,21910 +"140030",20084,45589 +"140031",20084,99019 +"140032",20085,20949 +"140033",20085,68460 +"140034",20085,107259 +"140035",20086,20146 +"140036",20086,33565 +"140037",20086,62610 +"140038",20086,62611 +"140039",20088,30164 +"140040",20088,43212 +"140041",20088,44055 +"140042",20088,67582 +"140043",20088,94320 +"140044",20088,95319 +"140045",20088,95648 +"140046",20088,95957 +"140047",20088,95983 +"140048",20089,20678 +"140049",20089,21399 +"140050",20089,77221 +"140051",20089,78568 +"140052",20089,81912 +"140053",20090,22694 +"140054",20090,27003 +"140055",20090,38054 +"140056",20090,40357 +"140057",20090,44206 +"140058",20090,49002 +"140059",20090,62248 +"140060",20090,62264 +"140061",20090,62265 +"140062",20091,32113 +"140063",20091,36796 +"140064",20091,44553 +"140065",20091,52823 +"140066",20091,100691 +"140067",20093,20186 +"140068",20093,21151 +"140069",20093,24348 +"140070",20093,48444 +"140071",20093,49768 +"140072",20093,90147 +"140073",20093,90840 +"140074",20094,21750 +"140075",20094,79463 +"140076",20094,87679 +"140077",20094,92507 +"140078",20094,107069 +"140079",20095,20167 +"140080",20096,53269 +"140081",20097,24627 +"140082",20100,20151 +"140083",20100,62205 +"140084",20100,113887 +"140085",20101,27294 +"140086",20101,30332 +"140087",20101,37062 +"140088",20101,42612 +"140089",20101,47845 +"140090",20101,70081 +"140091",20101,70473 +"140092",20101,78691 +"140093",20101,118250 +"140094",20101,122361 +"140095",20103,20306 +"140096",20104,39987 +"140097",20104,42757 +"140098",20104,60664 +"140099",20104,73010 +"140100",20104,97066 +"140101",20105,25967 +"140102",20105,36569 +"140103",20105,47115 +"140104",20105,61872 +"140105",20105,61885 +"140106",20105,62110 +"140107",20105,62130 +"140108",20105,62176 +"140109",20105,62186 +"140110",20106,21763 +"140111",20106,36651 +"140112",20107,34050 +"140113",20107,35640 +"140114",20107,90007 +"140115",20107,113156 +"140116",20108,22310 +"140117",20108,36586 +"140118",20108,40832 +"140119",20108,51580 +"140120",20108,114207 +"140121",20109,20154 +"140122",20109,20155 +"140123",20109,20185 +"140124",20109,31723 +"140125",20109,33489 +"140126",20109,37316 +"140127",20109,46501 +"140128",20111,22403 +"140129",20111,36103 +"140130",20111,49653 +"140131",20111,58276 +"140132",20111,71066 +"140133",20111,71682 +"140134",20111,95575 +"140135",20112,41530 +"140136",20112,42205 +"140137",20112,50915 +"140138",20112,53961 +"140139",20112,59177 +"140140",20112,66728 +"140141",20112,67393 +"140142",20112,70111 +"140143",20112,74256 +"140144",20112,76262 +"140145",20112,80095 +"140146",20112,85560 +"140147",20112,92804 +"140148",20112,100131 +"140149",20112,100963 +"140150",20112,114822 +"140151",20113,35561 +"140152",20113,57992 +"140153",20113,60753 +"140154",20113,73794 +"140155",20113,98858 +"140156",20114,30804 +"140157",20114,45102 +"140158",20114,45838 +"140159",20114,70348 +"140160",20114,77444 +"140161",20114,93609 +"140162",20114,106776 +"140163",20115,25678 +"140164",20115,25785 +"140165",20115,29817 +"140166",20115,56365 +"140167",20115,65165 +"140168",20115,65297 +"140169",20115,82860 +"140170",20115,97771 +"140171",20115,103829 +"140172",20116,24120 +"140173",20116,41633 +"140174",20116,44533 +"140175",20116,64157 +"140176",20116,77621 +"140177",20116,91806 +"140178",20116,99517 +"140179",20116,100775 +"140180",20116,102462 +"140181",20116,111315 +"140182",20117,26275 +"140183",20117,39192 +"140184",20117,40643 +"140185",20117,64635 +"140186",20117,86450 +"140187",20117,88844 +"140188",20118,40890 +"140189",20119,20317 +"140190",20119,25650 +"140191",20119,33775 +"140192",20120,24699 +"140193",20120,32811 +"140194",20120,36922 +"140195",20120,48063 +"140196",20120,55395 +"140197",20120,56738 +"140198",20120,73876 +"140199",20120,75988 +"140200",20120,81675 +"140201",20120,122561 +"140202",20121,20182 +"140203",20121,24023 +"140204",20121,25126 +"140205",20121,25897 +"140206",20121,40793 +"140207",20121,41957 +"140208",20121,44083 +"140209",20121,46282 +"140210",20121,87797 +"140211",20121,96952 +"140212",20122,20748 +"140213",20122,25727 +"140214",20122,33119 +"140215",20122,65400 +"140216",20122,78451 +"140217",20122,84607 +"140218",20122,110272 +"140219",20122,111019 +"140220",20122,115817 +"140221",20122,116107 +"140222",20122,116108 +"140223",20122,116109 +"140224",20123,20217 +"140225",20124,27592 +"140226",20124,28820 +"140227",20124,40134 +"140228",20124,40629 +"140229",20124,46967 +"140230",20124,55288 +"140231",20124,63237 +"140232",20124,66280 +"140233",20124,72956 +"140234",20125,28709 +"140235",20125,30123 +"140236",20125,41715 +"140237",20125,49164 +"140238",20125,50439 +"140239",20125,68778 +"140240",20125,74249 +"140241",20125,75428 +"140242",20125,75484 +"140243",20125,114042 +"140244",20125,117996 +"140245",20127,27241 +"140246",20127,39538 +"140247",20128,23460 +"140248",20128,25084 +"140249",20128,25985 +"140250",20128,38198 +"140251",20128,39826 +"140252",20128,41785 +"140253",20128,41804 +"140254",20128,41859 +"140255",20128,60220 +"140256",20128,60557 +"140257",20129,30113 +"140258",20129,59966 +"140259",20129,82611 +"140260",20130,31647 +"140261",20130,40297 +"140262",20130,44370 +"140263",20130,46640 +"140264",20130,54489 +"140265",20130,54718 +"140266",20130,91028 +"140267",20131,26498 +"140268",20131,27972 +"140269",20131,35371 +"140270",20131,36388 +"140271",20131,56737 +"140272",20131,84390 +"140273",20131,87492 +"140274",20131,93739 +"140275",20131,98633 +"140276",20131,101115 +"140277",20131,105282 +"140278",20132,72494 +"140279",20132,80293 +"140280",20132,95265 +"140281",20132,96500 +"140282",20132,108788 +"140283",20132,117271 +"140284",20132,118489 +"140285",20132,121571 +"140286",20133,99752 +"140287",20134,38586 +"140288",20135,26608 +"140289",20136,46610 +"140290",20137,25387 +"140291",20137,31079 +"140292",20137,49836 +"140293",20137,50318 +"140294",20137,50444 +"140295",20137,50667 +"140296",20137,64085 +"140297",20137,78693 +"140298",20137,86579 +"140299",20138,25255 +"140300",20138,36222 +"140301",20138,43974 +"140302",20138,57535 +"140303",20138,77249 +"140304",20138,85241 +"140305",20138,87693 +"140306",20138,104207 +"140307",20139,20190 +"140308",20139,20201 +"140309",20139,27331 +"140310",20139,27461 +"140311",20139,28008 +"140312",20139,28945 +"140313",20139,28983 +"140314",20139,31324 +"140315",20139,31943 +"140316",20139,47596 +"140317",20139,49903 +"140318",20139,49918 +"140319",20139,49921 +"140320",20139,82737 +"140321",20140,23131 +"140322",20140,27786 +"140323",20140,30525 +"140324",20140,34825 +"140325",20140,35134 +"140326",20140,38589 +"140327",20140,41958 +"140328",20140,42455 +"140329",20140,45357 +"140330",20140,55829 +"140331",20140,69931 +"140332",20140,95246 +"140333",20140,95253 +"140334",20141,56070 +"140335",20141,67594 +"140336",20141,76323 +"140337",20141,111593 +"140338",20143,52608 +"140339",20143,55990 +"140340",20143,75953 +"140341",20143,109337 +"140342",20143,123006 +"140343",20144,20307 +"140344",20145,29392 +"140345",20146,24185 +"140346",20146,30251 +"140347",20146,31077 +"140348",20146,34418 +"140349",20146,71267 +"140350",20146,72789 +"140351",20146,102924 +"140352",20146,106905 +"140353",20146,106977 +"140354",20146,118337 +"140355",20146,120115 +"140356",20147,20174 +"140357",20148,52096 +"140358",20148,110721 +"140359",20149,26362 +"140360",20149,29244 +"140361",20149,37550 +"140362",20149,41870 +"140363",20149,54059 +"140364",20149,57132 +"140365",20149,59756 +"140366",20149,59772 +"140367",20149,77792 +"140368",20149,89631 +"140369",20149,102025 +"140370",20150,35562 +"140371",20150,45506 +"140372",20150,45903 +"140373",20150,48023 +"140374",20150,49689 +"140375",20150,51299 +"140376",20150,56955 +"140377",20150,61657 +"140378",20150,64502 +"140379",20150,64806 +"140380",20150,67102 +"140381",20150,71329 +"140382",20150,71693 +"140383",20150,77001 +"140384",20150,82885 +"140385",20150,83526 +"140386",20150,94653 +"140387",20150,102881 +"140388",20150,110250 +"140389",20150,110343 +"140390",20151,30260 +"140391",20152,37343 +"140392",20152,51002 +"140393",20152,93609 +"140394",20152,98525 +"140395",20152,111353 +"140396",20153,20444 +"140397",20153,20483 +"140398",20153,39095 +"140399",20153,82760 +"140400",20154,20155 +"140401",20154,20185 +"140402",20154,28849 +"140403",20154,31723 +"140404",20154,35080 +"140405",20154,44891 +"140406",20154,44905 +"140407",20154,46501 +"140408",20154,47768 +"140409",20154,52256 +"140410",20155,20185 +"140411",20155,21213 +"140412",20155,23860 +"140413",20155,24186 +"140414",20155,26140 +"140415",20155,31328 +"140416",20155,39731 +"140417",20155,44433 +"140418",20155,44603 +"140419",20155,45734 +"140420",20156,40091 +"140421",20156,40545 +"140422",20156,53495 +"140423",20156,61449 +"140424",20156,83517 +"140425",20156,86660 +"140426",20157,38976 +"140427",20157,51858 +"140428",20157,54096 +"140429",20157,88374 +"140430",20157,108114 +"140431",20158,21053 +"140432",20158,21899 +"140433",20158,24238 +"140434",20158,27763 +"140435",20158,30321 +"140436",20158,44069 +"140437",20158,52614 +"140438",20158,68634 +"140439",20158,106803 +"140440",20158,109805 +"140441",20158,111396 +"140442",20158,111929 +"140443",20158,111932 +"140444",20158,111939 +"140445",20159,33623 +"140446",20159,33758 +"140447",20159,121219 +"140448",20160,25671 +"140449",20160,28432 +"140450",20160,30416 +"140451",20160,30721 +"140452",20160,73553 +"140453",20161,20162 +"140454",20161,22398 +"140455",20161,24572 +"140456",20161,52220 +"140457",20161,58060 +"140458",20161,87542 +"140459",20162,20758 +"140460",20162,24572 +"140461",20162,37301 +"140462",20162,46062 +"140463",20162,50667 +"140464",20162,54202 +"140465",20162,54226 +"140466",20162,81033 +"140467",20164,20316 +"140468",20164,23059 +"140469",20164,28154 +"140470",20164,30983 +"140471",20164,34276 +"140472",20164,56185 +"140473",20164,75897 +"140474",20164,95605 +"140475",20164,113957 +"140476",20169,31100 +"140477",20169,45148 +"140478",20169,120935 +"140479",20170,27282 +"140480",20170,27982 +"140481",20170,32574 +"140482",20170,35245 +"140483",20170,41201 +"140484",20170,44827 +"140485",20170,47106 +"140486",20170,53594 +"140487",20170,64929 +"140488",20170,114286 +"140489",20170,115333 +"140490",20171,29826 +"140491",20171,37567 +"140492",20171,44970 +"140493",20171,53486 +"140494",20171,55164 +"140495",20171,69781 +"140496",20171,70627 +"140497",20172,20205 +"140498",20172,20226 +"140499",20173,36400 +"140500",20173,39386 +"140501",20173,41253 +"140502",20173,42500 +"140503",20173,48710 +"140504",20173,48822 +"140505",20173,65398 +"140506",20173,70209 +"140507",20173,73315 +"140508",20173,106510 +"140509",20173,108668 +"140510",20173,113567 +"140511",20173,114558 +"140512",20174,20770 +"140513",20175,23042 +"140514",20175,38522 +"140515",20175,114007 +"140516",20175,115699 +"140517",20175,121132 +"140518",20176,20252 +"140519",20176,20499 +"140520",20176,20560 +"140521",20176,27861 +"140522",20176,30865 +"140523",20176,31686 +"140524",20176,31819 +"140525",20176,32340 +"140526",20176,34527 +"140527",20176,36968 +"140528",20176,40428 +"140529",20176,53423 +"140530",20176,64146 +"140531",20176,64993 +"140532",20176,98821 +"140533",20176,99541 +"140534",20176,109391 +"140535",20176,116121 +"140536",20177,23467 +"140537",20177,23561 +"140538",20177,23666 +"140539",20177,24931 +"140540",20177,27570 +"140541",20177,63625 +"140542",20177,79854 +"140543",20179,33161 +"140544",20179,38649 +"140545",20179,41027 +"140546",20179,45072 +"140547",20179,55529 +"140548",20179,73229 +"140549",20180,20283 +"140550",20180,41679 +"140551",20180,51385 +"140552",20180,64224 +"140553",20180,71267 +"140554",20181,41285 +"140555",20182,59727 +"140556",20182,79843 +"140557",20182,81644 +"140558",20182,87797 +"140559",20182,96607 +"140560",20182,96952 +"140561",20182,106073 +"140562",20183,81260 +"140563",20183,106170 +"140564",20184,34677 +"140565",20184,53999 +"140566",20184,76919 +"140567",20184,114308 +"140568",20185,22274 +"140569",20185,23860 +"140570",20185,24020 +"140571",20185,24186 +"140572",20185,26140 +"140573",20185,28252 +"140574",20185,29119 +"140575",20185,31353 +"140576",20185,37259 +"140577",20185,38987 +"140578",20185,40515 +"140579",20185,45315 +"140580",20185,51151 +"140581",20185,63296 +"140582",20185,69944 +"140583",20185,77175 +"140584",20185,89890 +"140585",20185,92784 +"140586",20185,99523 +"140587",20185,111789 +"140588",20185,119311 +"140589",20186,22575 +"140590",20186,24404 +"140591",20186,34507 +"140592",20186,44915 +"140593",20186,49251 +"140594",20186,59381 +"140595",20186,63894 +"140596",20186,63899 +"140597",20186,84018 +"140598",20186,86105 +"140599",20186,95160 +"140600",20187,20975 +"140601",20187,28015 +"140602",20187,36361 +"140603",20187,36972 +"140604",20187,101134 +"140605",20187,105602 +"140606",20188,22400 +"140607",20188,29415 +"140608",20188,29427 +"140609",20188,29438 +"140610",20188,43079 +"140611",20188,78723 +"140612",20188,100471 +"140613",20188,100789 +"140614",20189,51460 +"140615",20189,60838 +"140616",20190,20201 +"140617",20190,27234 +"140618",20190,27235 +"140619",20190,27331 +"140620",20190,27408 +"140621",20190,27461 +"140622",20191,66014 +"140623",20191,70068 +"140624",20191,81759 +"140625",20191,82287 +"140626",20193,58300 +"140627",20194,21390 +"140628",20194,29316 +"140629",20194,61257 +"140630",20194,81385 +"140631",20195,20314 +"140632",20195,105071 +"140633",20196,21862 +"140634",20197,87570 +"140635",20198,20338 +"140636",20198,44014 +"140637",20198,100370 +"140638",20199,26751 +"140639",20199,43431 +"140640",20199,43924 +"140641",20199,44725 +"140642",20199,44753 +"140643",20199,44807 +"140644",20199,54113 +"140645",20200,36302 +"140646",20200,40812 +"140647",20200,42285 +"140648",20200,43705 +"140649",20200,47553 +"140650",20200,62199 +"140651",20200,81615 +"140652",20200,83336 +"140653",20201,26315 +"140654",20201,28008 +"140655",20201,28856 +"140656",20201,28945 +"140657",20201,28983 +"140658",20201,31324 +"140659",20201,32961 +"140660",20201,49921 +"140661",20201,61310 +"140662",20201,82737 +"140663",20202,63488 +"140664",20202,79121 +"140665",20202,86460 +"140666",20203,32584 +"140667",20203,32585 +"140668",20203,122600 +"140669",20203,122612 +"140670",20203,122617 +"140671",20203,122622 +"140672",20204,34737 +"140673",20204,35981 +"140674",20204,48864 +"140675",20204,52047 +"140676",20204,57037 +"140677",20204,62949 +"140678",20204,83560 +"140679",20204,83889 +"140680",20204,105817 +"140681",20204,107788 +"140682",20205,20226 +"140683",20208,20258 +"140684",20208,22355 +"140685",20208,49074 +"140686",20209,23504 +"140687",20209,27394 +"140688",20209,27807 +"140689",20209,32556 +"140690",20209,32680 +"140691",20209,32682 +"140692",20209,33757 +"140693",20209,46264 +"140694",20209,47218 +"140695",20209,49986 +"140696",20209,52767 +"140697",20209,80088 +"140698",20209,81443 +"140699",20209,81708 +"140700",20209,94867 +"140701",20209,96667 +"140702",20209,98339 +"140703",20209,99217 +"140704",20209,100756 +"140705",20209,101788 +"140706",20209,101944 +"140707",20210,23556 +"140708",20210,26160 +"140709",20210,27314 +"140710",20210,33853 +"140711",20210,103553 +"140712",20211,34555 +"140713",20211,64055 +"140714",20211,79445 +"140715",20211,79510 +"140716",20212,113202 +"140717",20213,29924 +"140718",20213,67032 +"140719",20213,84217 +"140720",20214,25599 +"140721",20215,45169 +"140722",20215,95194 +"140723",20216,24563 +"140724",20216,44795 +"140725",20217,48231 +"140726",20217,56013 +"140727",20218,20219 +"140728",20218,22193 +"140729",20218,28111 +"140730",20218,35787 +"140731",20218,47385 +"140732",20218,50419 +"140733",20218,53142 +"140734",20218,81652 +"140735",20219,74869 +"140736",20220,22120 +"140737",20220,28837 +"140738",20220,28853 +"140739",20220,28854 +"140740",20220,33373 +"140741",20220,47480 +"140742",20220,55000 +"140743",20220,85131 +"140744",20220,92775 +"140745",20220,94819 +"140746",20220,94904 +"140747",20220,98993 +"140748",20221,41827 +"140749",20221,45849 +"140750",20221,46218 +"140751",20221,51835 +"140752",20221,61198 +"140753",20221,74561 +"140754",20221,102152 +"140755",20221,116185 +"140756",20222,51138 +"140757",20222,51149 +"140758",20223,85560 +"140759",20223,92871 +"140760",20223,94611 +"140761",20223,105360 +"140762",20225,27485 +"140763",20225,27677 +"140764",20225,33489 +"140765",20225,37058 +"140766",20225,46785 +"140767",20225,63073 +"140768",20225,85061 +"140769",20225,86576 +"140770",20225,95366 +"140771",20225,95473 +"140772",20226,34255 +"140773",20227,100712 +"140774",20228,91074 +"140775",20229,24397 +"140776",20229,34582 +"140777",20230,21868 +"140778",20230,22620 +"140779",20230,22705 +"140780",20230,22759 +"140781",20230,22760 +"140782",20230,47369 +"140783",20230,49185 +"140784",20231,37925 +"140785",20232,35403 +"140786",20232,36126 +"140787",20232,47816 +"140788",20232,54269 +"140789",20232,60575 +"140790",20232,63569 +"140791",20233,47713 +"140792",20234,46444 +"140793",20234,99706 +"140794",20234,113122 +"140795",20235,49731 +"140796",20235,51143 +"140797",20235,62856 +"140798",20235,67211 +"140799",20235,71142 +"140800",20235,76287 +"140801",20235,99947 +"140802",20235,101552 +"140803",20236,27285 +"140804",20236,33582 +"140805",20236,36917 +"140806",20236,51506 +"140807",20236,71724 +"140808",20236,71766 +"140809",20236,74991 +"140810",20236,105162 +"140811",20238,42507 +"140812",20238,78703 +"140813",20239,78167 +"140814",20239,100080 +"140815",20242,108016 +"140816",20243,29119 +"140817",20243,33877 +"140818",20243,34548 +"140819",20243,34658 +"140820",20243,35368 +"140821",20243,44150 +"140822",20243,55420 +"140823",20243,60997 +"140824",20243,77661 +"140825",20243,79041 +"140826",20243,98477 +"140827",20244,33447 +"140828",20245,49386 +"140829",20245,63203 +"140830",20245,63354 +"140831",20245,63373 +"140832",20245,74866 +"140833",20245,81553 +"140834",20245,105087 +"140835",20246,20276 +"140836",20246,20492 +"140837",20246,69341 +"140838",20246,69458 +"140839",20246,69459 +"140840",20246,98813 +"140841",20247,23606 +"140842",20247,32401 +"140843",20247,52215 +"140844",20247,52951 +"140845",20247,79344 +"140846",20247,79618 +"140847",20248,20815 +"140848",20248,58343 +"140849",20248,101671 +"140850",20248,107105 +"140851",20248,108657 +"140852",20248,116535 +"140853",20249,22484 +"140854",20249,35667 +"140855",20249,41754 +"140856",20249,79986 +"140857",20249,80035 +"140858",20250,23173 +"140859",20250,26849 +"140860",20250,27445 +"140861",20250,29266 +"140862",20250,30880 +"140863",20250,32957 +"140864",20250,34692 +"140865",20250,34865 +"140866",20250,37419 +"140867",20250,37965 +"140868",20250,41764 +"140869",20250,41804 +"140870",20250,45444 +"140871",20250,48871 +"140872",20250,50746 +"140873",20250,50866 +"140874",20250,57267 +"140875",20250,67556 +"140876",20251,20393 +"140877",20251,33549 +"140878",20251,33562 +"140879",20251,37642 +"140880",20251,56863 +"140881",20252,20499 +"140882",20252,25221 +"140883",20252,26642 +"140884",20252,26929 +"140885",20252,31149 +"140886",20252,64146 +"140887",20252,75089 +"140888",20252,80647 +"140889",20252,114023 +"140890",20253,23058 +"140891",20253,30076 +"140892",20253,34632 +"140893",20253,45506 +"140894",20253,50232 +"140895",20253,63264 +"140896",20253,74634 +"140897",20253,102881 +"140898",20253,109173 +"140899",20253,112480 +"140900",20253,116926 +"140901",20253,119074 +"140902",20254,20507 +"140903",20254,30130 +"140904",20254,30137 +"140905",20254,30145 +"140906",20254,30229 +"140907",20255,26992 +"140908",20255,105120 +"140909",20256,40218 +"140910",20256,50076 +"140911",20256,51774 +"140912",20257,55317 +"140913",20257,83173 +"140914",20258,47470 +"140915",20259,45560 +"140916",20259,70296 +"140917",20260,28655 +"140918",20260,91661 +"140919",20260,97498 +"140920",20260,114522 +"140921",20261,20343 +"140922",20261,20344 +"140923",20261,20416 +"140924",20261,29588 +"140925",20261,38284 +"140926",20261,38783 +"140927",20261,46946 +"140928",20261,67541 +"140929",20261,71847 +"140930",20261,75498 +"140931",20261,83162 +"140932",20261,91887 +"140933",20261,91893 +"140934",20261,108742 +"140935",20261,108768 +"140936",20261,118443 +"140937",20262,20281 +"140938",20262,25887 +"140939",20262,36455 +"140940",20262,47317 +"140941",20262,70088 +"140942",20262,72123 +"140943",20263,39859 +"140944",20263,57293 +"140945",20263,70307 +"140946",20263,97263 +"140947",20264,25089 +"140948",20264,25099 +"140949",20264,54778 +"140950",20264,60383 +"140951",20264,77472 +"140952",20265,21902 +"140953",20265,78608 +"140954",20265,84563 +"140955",20265,86974 +"140956",20265,99806 +"140957",20265,105084 +"140958",20266,28434 +"140959",20266,34840 +"140960",20266,45596 +"140961",20266,48357 +"140962",20266,50380 +"140963",20266,51396 +"140964",20266,58035 +"140965",20266,64031 +"140966",20266,67434 +"140967",20266,78875 +"140968",20266,79766 +"140969",20266,80471 +"140970",20266,82203 +"140971",20266,101783 +"140972",20266,109319 +"140973",20266,111888 +"140974",20267,39192 +"140975",20267,49643 +"140976",20267,49877 +"140977",20267,52773 +"140978",20267,61890 +"140979",20267,70193 +"140980",20267,73539 +"140981",20267,74917 +"140982",20267,80404 +"140983",20267,96961 +"140984",20268,24417 +"140985",20268,27585 +"140986",20268,30555 +"140987",20268,53988 +"140988",20268,59242 +"140989",20268,68227 +"140990",20269,24169 +"140991",20269,32015 +"140992",20269,35251 +"140993",20269,35672 +"140994",20269,36154 +"140995",20269,51089 +"140996",20269,54879 +"140997",20269,60000 +"140998",20269,63239 +"140999",20269,92513 +"141000",20269,120829 +"141001",20270,100275 +"141002",20271,20936 +"141003",20271,21726 +"141004",20271,27606 +"141005",20271,38101 +"141006",20271,40040 +"141007",20271,40049 +"141008",20271,57623 +"141009",20271,57646 +"141010",20271,72033 +"141011",20271,92241 +"141012",20271,98954 +"141013",20273,20662 +"141014",20273,20953 +"141015",20273,21001 +"141016",20273,23230 +"141017",20273,26620 +"141018",20273,35790 +"141019",20273,40727 +"141020",20273,43961 +"141021",20273,44582 +"141022",20273,45157 +"141023",20273,45591 +"141024",20273,45801 +"141025",20273,46262 +"141026",20273,47168 +"141027",20273,48821 +"141028",20273,61529 +"141029",20273,64907 +"141030",20273,84491 +"141031",20273,86513 +"141032",20273,97692 +"141033",20273,107968 +"141034",20273,112890 +"141035",20273,113144 +"141036",20273,114634 +"141037",20274,20493 +"141038",20274,20809 +"141039",20275,20834 +"141040",20275,20849 +"141041",20275,20854 +"141042",20275,21464 +"141043",20276,20492 +"141044",20277,20431 +"141045",20277,36941 +"141046",20277,39319 +"141047",20277,43827 +"141048",20277,52268 +"141049",20277,57913 +"141050",20277,75650 +"141051",20277,103371 +"141052",20277,120203 +"141053",20277,120218 +"141054",20278,20279 +"141055",20278,32175 +"141056",20278,35503 +"141057",20279,21733 +"141058",20279,21972 +"141059",20279,23091 +"141060",20279,25113 +"141061",20279,35503 +"141062",20279,39589 +"141063",20279,39647 +"141064",20279,46662 +"141065",20279,53983 +"141066",20279,55865 +"141067",20279,63165 +"141068",20279,64576 +"141069",20279,78805 +"141070",20279,81287 +"141071",20279,91550 +"141072",20279,92382 +"141073",20279,102311 +"141074",20279,106363 +"141075",20279,106387 +"141076",20279,106395 +"141077",20279,113718 +"141078",20281,20456 +"141079",20281,39527 +"141080",20281,56315 +"141081",20281,99123 +"141082",20281,104764 +"141083",20282,20328 +"141084",20282,53640 +"141085",20282,69227 +"141086",20283,21145 +"141087",20283,22082 +"141088",20283,46003 +"141089",20283,64307 +"141090",20283,84341 +"141091",20283,94847 +"141092",20283,94848 +"141093",20283,119417 +"141094",20285,30246 +"141095",20285,30420 +"141096",20285,45371 +"141097",20285,45372 +"141098",20285,45439 +"141099",20286,81249 +"141100",20287,38772 +"141101",20287,51953 +"141102",20287,62266 +"141103",20287,95465 +"141104",20288,24649 +"141105",20288,31034 +"141106",20288,34634 +"141107",20288,35428 +"141108",20288,42449 +"141109",20289,28098 +"141110",20289,36266 +"141111",20290,22600 +"141112",20290,57960 +"141113",20290,63765 +"141114",20290,98899 +"141115",20290,107832 +"141116",20291,25911 +"141117",20291,26441 +"141118",20291,30442 +"141119",20291,40571 +"141120",20291,69956 +"141121",20291,70455 +"141122",20291,78375 +"141123",20291,79642 +"141124",20291,81268 +"141125",20291,90931 +"141126",20291,91067 +"141127",20291,101143 +"141128",20291,101168 +"141129",20291,101169 +"141130",20292,21570 +"141131",20292,21571 +"141132",20292,27885 +"141133",20292,41921 +"141134",20292,102544 +"141135",20293,20497 +"141136",20293,20514 +"141137",20293,25458 +"141138",20293,29490 +"141139",20293,47402 +"141140",20294,112072 +"141141",20295,20296 +"141142",20296,45893 +"141143",20297,61925 +"141144",20298,20429 +"141145",20299,20383 +"141146",20299,23239 +"141147",20299,27989 +"141148",20299,34761 +"141149",20299,36593 +"141150",20299,43419 +"141151",20299,45982 +"141152",20299,46484 +"141153",20299,46640 +"141154",20299,46872 +"141155",20299,49820 +"141156",20299,51791 +"141157",20299,52168 +"141158",20299,58570 +"141159",20299,58607 +"141160",20299,70006 +"141161",20299,80056 +"141162",20299,84882 +"141163",20299,92605 +"141164",20299,92615 +"141165",20300,20410 +"141166",20301,20848 +"141167",20301,36040 +"141168",20301,56197 +"141169",20301,69990 +"141170",20301,84262 +"141171",20301,87366 +"141172",20301,87388 +"141173",20301,98050 +"141174",20301,104142 +"141175",20302,38264 +"141176",20302,48006 +"141177",20303,20322 +"141178",20303,20360 +"141179",20303,20490 +"141180",20303,20899 +"141181",20303,25780 +"141182",20304,42099 +"141183",20304,62808 +"141184",20304,76957 +"141185",20305,20324 +"141186",20305,20453 +"141187",20305,24217 +"141188",20305,25060 +"141189",20305,31086 +"141190",20306,70029 +"141191",20306,77256 +"141192",20306,84714 +"141193",20306,99238 +"141194",20306,115731 +"141195",20308,37544 +"141196",20309,23900 +"141197",20309,54538 +"141198",20309,82645 +"141199",20310,53858 +"141200",20310,78038 +"141201",20310,90218 +"141202",20310,106837 +"141203",20311,27463 +"141204",20311,27849 +"141205",20311,29486 +"141206",20311,29608 +"141207",20311,31691 +"141208",20311,33801 +"141209",20311,33956 +"141210",20311,41276 +"141211",20311,43708 +"141212",20311,44796 +"141213",20311,68323 +"141214",20311,68985 +"141215",20311,75475 +"141216",20311,86129 +"141217",20311,86250 +"141218",20311,95829 +"141219",20311,96824 +"141220",20311,96850 +"141221",20311,97237 +"141222",20311,115997 +"141223",20311,116015 +"141224",20312,44816 +"141225",20312,57624 +"141226",20312,67298 +"141227",20312,78078 +"141228",20312,83017 +"141229",20312,100673 +"141230",20312,122161 +"141231",20313,33070 +"141232",20313,39666 +"141233",20313,79927 +"141234",20314,38226 +"141235",20314,39030 +"141236",20315,23418 +"141237",20315,26154 +"141238",20315,28119 +"141239",20315,28816 +"141240",20315,29206 +"141241",20315,36546 +"141242",20315,39124 +"141243",20315,39561 +"141244",20315,43200 +"141245",20315,43453 +"141246",20315,45323 +"141247",20315,46258 +"141248",20315,46516 +"141249",20315,49318 +"141250",20315,53170 +"141251",20316,24558 +"141252",20316,25679 +"141253",20316,30983 +"141254",20317,25650 +"141255",20318,20467 +"141256",20318,20468 +"141257",20319,20337 +"141258",20319,20824 +"141259",20319,21627 +"141260",20319,22839 +"141261",20319,22884 +"141262",20319,22888 +"141263",20319,24447 +"141264",20319,26271 +"141265",20319,26322 +"141266",20319,27753 +"141267",20319,28468 +"141268",20319,31965 +"141269",20319,32745 +"141270",20319,33588 +"141271",20319,33621 +"141272",20319,33634 +"141273",20319,33728 +"141274",20319,33771 +"141275",20319,34492 +"141276",20319,36335 +"141277",20319,44585 +"141278",20319,44648 +"141279",20319,46577 +"141280",20319,50027 +"141281",20319,61228 +"141282",20319,62810 +"141283",20319,63317 +"141284",20319,64997 +"141285",20319,75144 +"141286",20319,82754 +"141287",20319,84953 +"141288",20319,86648 +"141289",20319,88101 +"141290",20319,98494 +"141291",20319,101231 +"141292",20319,101547 +"141293",20319,102006 +"141294",20319,102107 +"141295",20319,102149 +"141296",20320,36464 +"141297",20320,63305 +"141298",20320,69327 +"141299",20320,70571 +"141300",20320,89598 +"141301",20320,104990 +"141302",20320,109571 +"141303",20320,113518 +"141304",20321,23115 +"141305",20321,26776 +"141306",20321,27221 +"141307",20321,31856 +"141308",20321,31894 +"141309",20321,48836 +"141310",20322,20360 +"141311",20322,20490 +"141312",20322,20899 +"141313",20323,26253 +"141314",20323,75255 +"141315",20323,94620 +"141316",20324,20453 +"141317",20325,28453 +"141318",20326,20480 +"141319",20326,20737 +"141320",20326,21012 +"141321",20326,21849 +"141322",20326,23715 +"141323",20326,28477 +"141324",20326,31307 +"141325",20326,39371 +"141326",20326,46544 +"141327",20326,48359 +"141328",20326,53220 +"141329",20326,60878 +"141330",20326,62784 +"141331",20326,73991 +"141332",20326,86369 +"141333",20326,86381 +"141334",20327,21963 +"141335",20327,32591 +"141336",20327,34040 +"141337",20327,41163 +"141338",20327,45558 +"141339",20327,51592 +"141340",20327,59767 +"141341",20328,53640 +"141342",20328,69227 +"141343",20330,25042 +"141344",20330,122754 +"141345",20331,20830 +"141346",20331,23458 +"141347",20331,35473 +"141348",20331,46585 +"141349",20331,48860 +"141350",20331,53679 +"141351",20331,67185 +"141352",20331,85053 +"141353",20332,20465 +"141354",20332,51996 +"141355",20332,55574 +"141356",20332,74640 +"141357",20332,80284 +"141358",20332,116106 +"141359",20333,25856 +"141360",20333,30850 +"141361",20333,39263 +"141362",20333,57288 +"141363",20333,102853 +"141364",20335,55470 +"141365",20335,72398 +"141366",20336,22346 +"141367",20336,30417 +"141368",20336,32704 +"141369",20336,38073 +"141370",20336,52444 +"141371",20336,84839 +"141372",20337,28468 +"141373",20337,46577 +"141374",20338,81529 +"141375",20339,47709 +"141376",20340,20347 +"141377",20340,65616 +"141378",20340,85215 +"141379",20341,30207 +"141380",20341,32609 +"141381",20341,33043 +"141382",20341,41679 +"141383",20341,41758 +"141384",20341,56898 +"141385",20341,71882 +"141386",20341,107489 +"141387",20342,20441 +"141388",20343,20344 +"141389",20343,20416 +"141390",20343,30092 +"141391",20343,30827 +"141392",20343,40146 +"141393",20343,42216 +"141394",20343,54675 +"141395",20343,55084 +"141396",20343,65513 +"141397",20343,82224 +"141398",20343,88882 +"141399",20343,88895 +"141400",20343,88897 +"141401",20344,20416 +"141402",20344,41202 +"141403",20344,71847 +"141404",20344,88070 +"141405",20344,108742 +"141406",20344,108768 +"141407",20345,20475 +"141408",20345,104960 +"141409",20345,115649 +"141410",20346,20348 +"141411",20346,20479 +"141412",20346,113743 +"141413",20346,123444 +"141414",20348,20479 +"141415",20348,35287 +"141416",20348,56448 +"141417",20348,67432 +"141418",20348,73147 +"141419",20348,87553 +"141420",20348,94048 +"141421",20348,99248 +"141422",20348,105139 +"141423",20348,105462 +"141424",20348,109509 +"141425",20348,116888 +"141426",20348,123051 +"141427",20348,123052 +"141428",20349,21727 +"141429",20349,26128 +"141430",20349,26233 +"141431",20349,35664 +"141432",20349,35971 +"141433",20349,36360 +"141434",20349,37609 +"141435",20349,38128 +"141436",20349,38565 +"141437",20349,40940 +"141438",20349,42608 +"141439",20349,53006 +"141440",20349,53200 +"141441",20349,53261 +"141442",20349,53415 +"141443",20349,54278 +"141444",20349,57326 +"141445",20349,57330 +"141446",20349,63424 +"141447",20349,66369 +"141448",20349,68340 +"141449",20349,68428 +"141450",20349,68626 +"141451",20349,69816 +"141452",20349,72822 +"141453",20349,73295 +"141454",20349,73374 +"141455",20349,75763 +"141456",20349,76108 +"141457",20349,78651 +"141458",20349,79977 +"141459",20349,83892 +"141460",20349,88716 +"141461",20349,90663 +"141462",20349,90836 +"141463",20349,90875 +"141464",20349,91073 +"141465",20349,92123 +"141466",20349,93408 +"141467",20349,98543 +"141468",20349,99022 +"141469",20349,99542 +"141470",20349,100144 +"141471",20349,100496 +"141472",20349,102437 +"141473",20349,102455 +"141474",20349,107819 +"141475",20349,112824 +"141476",20349,112844 +"141477",20349,112845 +"141478",20349,116139 +"141479",20349,116498 +"141480",20349,117013 +"141481",20349,117043 +"141482",20350,61049 +"141483",20350,93128 +"141484",20350,99666 +"141485",20351,34178 +"141486",20351,109288 +"141487",20352,38364 +"141488",20352,39522 +"141489",20352,97786 +"141490",20352,97799 +"141491",20353,26257 +"141492",20353,44277 +"141493",20354,20445 +"141494",20355,23352 +"141495",20355,32108 +"141496",20355,57295 +"141497",20355,71404 +"141498",20355,84764 +"141499",20355,87949 +"141500",20356,54893 +"141501",20356,57419 +"141502",20357,41344 +"141503",20358,26229 +"141504",20358,27616 +"141505",20358,28162 +"141506",20358,46838 +"141507",20359,23140 +"141508",20359,47548 +"141509",20359,63654 +"141510",20359,69615 +"141511",20359,82064 +"141512",20359,83724 +"141513",20359,91458 +"141514",20359,102114 +"141515",20359,102319 +"141516",20359,106452 +"141517",20359,112234 +"141518",20359,112257 +"141519",20359,112448 +"141520",20359,116465 +"141521",20360,20490 +"141522",20360,20899 +"141523",20360,40733 +"141524",20361,30015 +"141525",20361,31515 +"141526",20361,31649 +"141527",20361,43594 +"141528",20361,45338 +"141529",20361,45339 +"141530",20361,45414 +"141531",20361,54388 +"141532",20361,59560 +"141533",20361,79474 +"141534",20361,92412 +"141535",20361,102417 +"141536",20361,107000 +"141537",20362,37481 +"141538",20362,75470 +"141539",20363,21580 +"141540",20363,22956 +"141541",20363,31541 +"141542",20363,32637 +"141543",20363,34491 +"141544",20363,39572 +"141545",20363,39766 +"141546",20363,39814 +"141547",20363,47528 +"141548",20363,50890 +"141549",20363,53650 +"141550",20363,54625 +"141551",20363,55487 +"141552",20363,81568 +"141553",20363,89281 +"141554",20364,20366 +"141555",20364,20918 +"141556",20364,31488 +"141557",20364,114562 +"141558",20365,24837 +"141559",20365,42124 +"141560",20365,69732 +"141561",20365,76845 +"141562",20365,90736 +"141563",20365,110759 +"141564",20365,110812 +"141565",20366,20918 +"141566",20366,21553 +"141567",20366,37928 +"141568",20366,40322 +"141569",20366,40329 +"141570",20366,40346 +"141571",20366,40436 +"141572",20366,40455 +"141573",20366,40718 +"141574",20366,40862 +"141575",20366,46050 +"141576",20366,54637 +"141577",20366,60771 +"141578",20366,70111 +"141579",20367,20476 +"141580",20367,34779 +"141581",20367,43461 +"141582",20367,57596 +"141583",20367,63138 +"141584",20367,73353 +"141585",20368,22860 +"141586",20368,40495 +"141587",20368,50974 +"141588",20368,77984 +"141589",20369,53043 +"141590",20369,62774 +"141591",20369,79112 +"141592",20370,20633 +"141593",20370,25825 +"141594",20370,29737 +"141595",20370,43546 +"141596",20370,63347 +"141597",20370,95720 +"141598",20371,20398 +"141599",20371,20455 +"141600",20371,32259 +"141601",20371,32412 +"141602",20371,32430 +"141603",20371,32431 +"141604",20371,77519 +"141605",20371,80653 +"141606",20372,20494 +"141607",20372,33356 +"141608",20372,38204 +"141609",20372,38755 +"141610",20372,63513 +"141611",20372,64272 +"141612",20372,81210 +"141613",20372,88645 +"141614",20372,94782 +"141615",20372,95035 +"141616",20372,98078 +"141617",20372,111259 +"141618",20372,111698 +"141619",20373,22929 +"141620",20373,31428 +"141621",20373,46780 +"141622",20373,49140 +"141623",20374,22156 +"141624",20374,35367 +"141625",20374,40565 +"141626",20374,50308 +"141627",20374,50623 +"141628",20374,51234 +"141629",20374,54850 +"141630",20374,72754 +"141631",20374,119090 +"141632",20374,120119 +"141633",20375,25743 +"141634",20375,25872 +"141635",20375,25902 +"141636",20375,31208 +"141637",20375,32658 +"141638",20375,43344 +"141639",20375,47156 +"141640",20375,51631 +"141641",20375,84234 +"141642",20375,86444 +"141643",20375,100398 +"141644",20376,20377 +"141645",20376,20516 +"141646",20377,20516 +"141647",20378,42993 +"141648",20378,46945 +"141649",20379,42971 +"141650",20379,50595 +"141651",20380,33797 +"141652",20380,34738 +"141653",20380,39146 +"141654",20380,51593 +"141655",20380,56033 +"141656",20380,56524 +"141657",20380,57419 +"141658",20380,58441 +"141659",20380,67258 +"141660",20380,70207 +"141661",20380,70210 +"141662",20380,74424 +"141663",20380,75304 +"141664",20380,83050 +"141665",20380,83543 +"141666",20380,88953 +"141667",20380,109587 +"141668",20380,112214 +"141669",20380,115784 +"141670",20381,25050 +"141671",20381,68787 +"141672",20381,98039 +"141673",20382,41335 +"141674",20382,68415 +"141675",20382,110455 +"141676",20384,20417 +"141677",20384,56943 +"141678",20384,57532 +"141679",20384,63659 +"141680",20385,76466 +"141681",20385,86935 +"141682",20385,96357 +"141683",20386,25134 +"141684",20386,29211 +"141685",20386,113320 +"141686",20386,114068 +"141687",20386,115883 +"141688",20386,115896 +"141689",20387,20447 +"141690",20387,20469 +"141691",20388,20527 +"141692",20389,101987 +"141693",20390,32472 +"141694",20390,41301 +"141695",20390,62157 +"141696",20390,79239 +"141697",20391,20848 +"141698",20391,24282 +"141699",20391,38038 +"141700",20391,45158 +"141701",20391,64129 +"141702",20391,65577 +"141703",20391,67648 +"141704",20391,70869 +"141705",20391,78662 +"141706",20391,78672 +"141707",20392,20393 +"141708",20392,23680 +"141709",20392,24109 +"141710",20392,25801 +"141711",20392,33598 +"141712",20392,33961 +"141713",20392,50071 +"141714",20392,59887 +"141715",20392,69215 +"141716",20392,70227 +"141717",20392,75555 +"141718",20392,105262 +"141719",20392,110454 +"141720",20393,24109 +"141721",20393,30831 +"141722",20393,33598 +"141723",20393,33961 +"141724",20393,115966 +"141725",20394,20454 +"141726",20394,27438 +"141727",20394,113047 +"141728",20394,113674 +"141729",20394,120830 +"141730",20395,20586 +"141731",20395,28345 +"141732",20395,31664 +"141733",20395,33012 +"141734",20395,39482 +"141735",20395,44139 +"141736",20395,52845 +"141737",20395,58278 +"141738",20395,62827 +"141739",20395,67539 +"141740",20395,108717 +"141741",20395,118293 +"141742",20396,79715 +"141743",20396,98836 +"141744",20397,27135 +"141745",20397,58180 +"141746",20397,58558 +"141747",20397,59191 +"141748",20397,68017 +"141749",20397,75301 +"141750",20397,100910 +"141751",20397,109284 +"141752",20397,112529 +"141753",20397,113619 +"141754",20397,119505 +"141755",20398,20455 +"141756",20398,32412 +"141757",20399,44669 +"141758",20399,106825 +"141759",20400,23056 +"141760",20400,58435 +"141761",20400,97848 +"141762",20401,22069 +"141763",20401,113995 +"141764",20401,122901 +"141765",20402,28845 +"141766",20402,29356 +"141767",20402,29375 +"141768",20402,38362 +"141769",20403,30216 +"141770",20403,92246 +"141771",20403,106491 +"141772",20404,20939 +"141773",20405,27973 +"141774",20405,46330 +"141775",20405,46469 +"141776",20405,55468 +"141777",20405,116635 +"141778",20405,122609 +"141779",20406,56321 +"141780",20407,23776 +"141781",20407,24326 +"141782",20407,29989 +"141783",20407,32940 +"141784",20407,36205 +"141785",20407,36439 +"141786",20407,46170 +"141787",20407,52327 +"141788",20407,53011 +"141789",20407,62407 +"141790",20407,76127 +"141791",20407,84607 +"141792",20407,91411 +"141793",20407,94707 +"141794",20408,26261 +"141795",20408,33542 +"141796",20408,49261 +"141797",20408,49920 +"141798",20408,81175 +"141799",20408,105042 +"141800",20408,105080 +"141801",20408,109111 +"141802",20409,33536 +"141803",20409,63701 +"141804",20409,72725 +"141805",20410,21461 +"141806",20410,22201 +"141807",20410,30236 +"141808",20410,31371 +"141809",20410,33907 +"141810",20410,34906 +"141811",20410,38678 +"141812",20410,38679 +"141813",20410,38680 +"141814",20410,38732 +"141815",20410,38747 +"141816",20410,38759 +"141817",20410,38794 +"141818",20410,39195 +"141819",20410,39322 +"141820",20411,47942 +"141821",20411,74927 +"141822",20411,94599 +"141823",20411,113535 +"141824",20411,113842 +"141825",20412,20580 +"141826",20412,21808 +"141827",20412,29533 +"141828",20412,39100 +"141829",20412,61382 +"141830",20412,66092 +"141831",20412,91081 +"141832",20412,91105 +"141833",20413,23840 +"141834",20413,27544 +"141835",20413,33979 +"141836",20413,48967 +"141837",20413,52742 +"141838",20413,53332 +"141839",20413,85148 +"141840",20413,89371 +"141841",20413,91531 +"141842",20413,106174 +"141843",20413,115194 +"141844",20414,27394 +"141845",20416,82392 +"141846",20416,118443 +"141847",20417,20528 +"141848",20417,20529 +"141849",20417,20616 +"141850",20417,20722 +"141851",20417,20830 +"141852",20417,21079 +"141853",20417,25393 +"141854",20417,27706 +"141855",20417,33982 +"141856",20417,42875 +"141857",20417,63896 +"141858",20417,75738 +"141859",20417,76375 +"141860",20417,79570 +"141861",20417,85598 +"141862",20418,20982 +"141863",20418,28203 +"141864",20418,43843 +"141865",20418,47994 +"141866",20418,49253 +"141867",20418,57308 +"141868",20418,59861 +"141869",20418,74711 +"141870",20418,107341 +"141871",20419,25490 +"141872",20419,37930 +"141873",20419,39077 +"141874",20419,53989 +"141875",20419,69168 +"141876",20419,74962 +"141877",20419,90551 +"141878",20419,91101 +"141879",20419,107716 +"141880",20419,107893 +"141881",20419,107894 +"141882",20419,113548 +"141883",20420,20449 +"141884",20421,25734 +"141885",20421,27545 +"141886",20421,29403 +"141887",20421,35342 +"141888",20421,58952 +"141889",20421,59662 +"141890",20421,71545 +"141891",20422,22183 +"141892",20422,24273 +"141893",20422,34742 +"141894",20423,22420 +"141895",20423,28201 +"141896",20423,29900 +"141897",20423,55965 +"141898",20423,56046 +"141899",20423,57264 +"141900",20423,57313 +"141901",20424,36574 +"141902",20424,58091 +"141903",20425,21241 +"141904",20425,24380 +"141905",20425,65802 +"141906",20425,69377 +"141907",20426,24225 +"141908",20426,24321 +"141909",20426,24386 +"141910",20426,30569 +"141911",20426,49250 +"141912",20426,51888 +"141913",20426,53249 +"141914",20426,77719 +"141915",20426,78277 +"141916",20426,78701 +"141917",20426,79938 +"141918",20426,90721 +"141919",20426,92021 +"141920",20427,62807 +"141921",20427,71124 +"141922",20428,44406 +"141923",20428,62949 +"141924",20430,92778 +"141925",20432,32704 +"141926",20432,50889 +"141927",20434,22807 +"141928",20434,23100 +"141929",20434,29089 +"141930",20434,32047 +"141931",20435,20505 +"141932",20435,20506 +"141933",20435,21891 +"141934",20435,60855 +"141935",20435,74433 +"141936",20435,91841 +"141937",20435,94424 +"141938",20435,95233 +"141939",20435,113221 +"141940",20437,25839 +"141941",20437,111560 +"141942",20437,119844 +"141943",20438,120736 +"141944",20440,78884 +"141945",20440,99846 +"141946",20441,23398 +"141947",20441,36487 +"141948",20441,44074 +"141949",20441,71866 +"141950",20441,88096 +"141951",20442,59636 +"141952",20442,59777 +"141953",20443,22116 +"141954",20443,37351 +"141955",20443,37364 +"141956",20443,37371 +"141957",20443,44675 +"141958",20443,45677 +"141959",20443,45951 +"141960",20443,46960 +"141961",20443,47232 +"141962",20443,47767 +"141963",20443,56229 +"141964",20443,77809 +"141965",20443,79586 +"141966",20443,91254 +"141967",20443,92096 +"141968",20443,92706 +"141969",20443,95425 +"141970",20443,109925 +"141971",20443,115856 +"141972",20443,115867 +"141973",20444,20483 +"141974",20444,39498 +"141975",20444,65558 +"141976",20445,28950 +"141977",20445,59296 +"141978",20445,74714 +"141979",20446,20463 +"141980",20447,20469 +"141981",20448,34300 +"141982",20448,68595 +"141983",20449,21088 +"141984",20449,23847 +"141985",20449,24012 +"141986",20449,24910 +"141987",20449,25758 +"141988",20449,26537 +"141989",20449,26872 +"141990",20449,28767 +"141991",20449,28871 +"141992",20449,30334 +"141993",20449,35496 +"141994",20449,37610 +"141995",20449,37636 +"141996",20449,39435 +"141997",20449,40131 +"141998",20449,40166 +"141999",20449,40392 +"142000",20449,40905 +"142001",20449,41030 +"142002",20449,41527 +"142003",20449,41529 +"142004",20449,41778 +"142005",20449,43147 +"142006",20449,43234 +"142007",20449,43858 +"142008",20449,44828 +"142009",20449,45657 +"142010",20449,45933 +"142011",20449,46434 +"142012",20449,46788 +"142013",20449,47123 +"142014",20449,47488 +"142015",20449,48909 +"142016",20449,49859 +"142017",20449,50064 +"142018",20449,50067 +"142019",20449,50554 +"142020",20449,50879 +"142021",20449,51783 +"142022",20449,52018 +"142023",20449,53444 +"142024",20449,53527 +"142025",20449,53555 +"142026",20449,54275 +"142027",20449,56628 +"142028",20449,58004 +"142029",20449,58068 +"142030",20449,58633 +"142031",20449,61111 +"142032",20449,61127 +"142033",20449,68287 +"142034",20451,29613 +"142035",20451,32472 +"142036",20451,103246 +"142037",20451,103286 +"142038",20451,103379 +"142039",20452,20837 +"142040",20452,20872 +"142041",20452,21051 +"142042",20452,36064 +"142043",20453,52912 +"142044",20454,25177 +"142045",20455,24469 +"142046",20455,32412 +"142047",20455,41339 +"142048",20455,42151 +"142049",20455,57874 +"142050",20455,58532 +"142051",20455,68937 +"142052",20456,28684 +"142053",20456,71987 +"142054",20456,74190 +"142055",20456,104026 +"142056",20457,29203 +"142057",20457,62879 +"142058",20458,93723 +"142059",20459,30832 +"142060",20459,72416 +"142061",20459,83832 +"142062",20460,28929 +"142063",20460,49128 +"142064",20460,101980 +"142065",20461,20462 +"142066",20461,71907 +"142067",20461,84111 +"142068",20461,86919 +"142069",20464,59637 +"142070",20464,66689 +"142071",20465,82884 +"142072",20465,82925 +"142073",20466,79306 +"142074",20466,80796 +"142075",20466,117314 +"142076",20467,20468 +"142077",20467,113358 +"142078",20468,33758 +"142079",20468,41635 +"142080",20468,81954 +"142081",20469,27439 +"142082",20469,27853 +"142083",20469,45354 +"142084",20469,53564 +"142085",20469,56625 +"142086",20469,58319 +"142087",20469,68254 +"142088",20471,36023 +"142089",20471,45871 +"142090",20472,21364 +"142091",20472,35433 +"142092",20472,37112 +"142093",20472,86132 +"142094",20472,96400 +"142095",20473,23373 +"142096",20473,25144 +"142097",20473,92045 +"142098",20474,20919 +"142099",20475,35656 +"142100",20477,20978 +"142101",20477,20980 +"142102",20477,36501 +"142103",20478,23863 +"142104",20478,34248 +"142105",20478,49895 +"142106",20479,21349 +"142107",20479,48122 +"142108",20479,73880 +"142109",20480,21012 +"142110",20480,28799 +"142111",20480,39301 +"142112",20480,39371 +"142113",20480,40028 +"142114",20480,46525 +"142115",20480,46526 +"142116",20480,46543 +"142117",20480,46544 +"142118",20480,46629 +"142119",20480,46670 +"142120",20482,31948 +"142121",20482,39755 +"142122",20482,63888 +"142123",20484,20491 +"142124",20484,41679 +"142125",20485,85814 +"142126",20485,105662 +"142127",20485,117330 +"142128",20486,23326 +"142129",20486,24226 +"142130",20486,24338 +"142131",20486,24443 +"142132",20486,34276 +"142133",20486,40665 +"142134",20486,64026 +"142135",20486,68418 +"142136",20486,68472 +"142137",20486,68517 +"142138",20486,88339 +"142139",20486,117080 +"142140",20486,117093 +"142141",20487,22235 +"142142",20487,22251 +"142143",20487,22632 +"142144",20487,23913 +"142145",20487,23984 +"142146",20487,29596 +"142147",20487,31808 +"142148",20487,42136 +"142149",20487,44730 +"142150",20487,63073 +"142151",20487,78217 +"142152",20487,83238 +"142153",20488,22047 +"142154",20488,26611 +"142155",20488,35097 +"142156",20488,39387 +"142157",20488,50970 +"142158",20488,59019 +"142159",20488,70514 +"142160",20489,20709 +"142161",20489,21034 +"142162",20490,20899 +"142163",20491,22252 +"142164",20491,24525 +"142165",20492,24507 +"142166",20492,26721 +"142167",20492,31122 +"142168",20492,32191 +"142169",20492,37033 +"142170",20492,40493 +"142171",20492,41190 +"142172",20492,42959 +"142173",20492,49110 +"142174",20492,50328 +"142175",20492,60133 +"142176",20492,61067 +"142177",20493,20809 +"142178",20493,36992 +"142179",20493,80656 +"142180",20493,90287 +"142181",20494,22293 +"142182",20494,30837 +"142183",20494,32813 +"142184",20494,33356 +"142185",20494,38204 +"142186",20494,38755 +"142187",20494,55324 +"142188",20494,56049 +"142189",20494,63513 +"142190",20494,64272 +"142191",20494,65551 +"142192",20494,73848 +"142193",20494,78968 +"142194",20494,81210 +"142195",20494,81859 +"142196",20494,83160 +"142197",20494,88645 +"142198",20494,91781 +"142199",20494,98078 +"142200",20494,98880 +"142201",20494,102483 +"142202",20494,107780 +"142203",20494,110131 +"142204",20494,110147 +"142205",20494,110155 +"142206",20494,110173 +"142207",20494,111698 +"142208",20494,112774 +"142209",20495,33284 +"142210",20495,48080 +"142211",20496,21148 +"142212",20496,21308 +"142213",20496,22882 +"142214",20496,23564 +"142215",20496,26248 +"142216",20496,33221 +"142217",20496,33251 +"142218",20496,35373 +"142219",20496,36405 +"142220",20496,41793 +"142221",20496,44350 +"142222",20496,46243 +"142223",20496,46637 +"142224",20496,46639 +"142225",20496,48992 +"142226",20496,56859 +"142227",20496,61702 +"142228",20496,62137 +"142229",20496,62228 +"142230",20496,62296 +"142231",20496,62739 +"142232",20496,66523 +"142233",20496,71510 +"142234",20496,72065 +"142235",20496,72069 +"142236",20496,72070 +"142237",20496,72072 +"142238",20496,72077 +"142239",20496,72088 +"142240",20496,72102 +"142241",20496,72106 +"142242",20496,72107 +"142243",20496,74742 +"142244",20497,20514 +"142245",20497,47402 +"142246",20497,65936 +"142247",20499,40428 +"142248",20500,26892 +"142249",20500,27608 +"142250",20500,28805 +"142251",20500,32213 +"142252",20500,34793 +"142253",20500,35649 +"142254",20500,38313 +"142255",20500,44796 +"142256",20500,47532 +"142257",20500,54695 +"142258",20500,57979 +"142259",20500,61699 +"142260",20500,105536 +"142261",20501,20520 +"142262",20501,21828 +"142263",20501,37651 +"142264",20501,41146 +"142265",20501,41957 +"142266",20501,49298 +"142267",20501,50739 +"142268",20501,52143 +"142269",20501,88560 +"142270",20501,92840 +"142271",20502,21209 +"142272",20502,21213 +"142273",20503,74077 +"142274",20503,105926 +"142275",20504,29962 +"142276",20505,20506 +"142277",20506,24341 +"142278",20506,43173 +"142279",20506,97588 +"142280",20507,30130 +"142281",20507,30137 +"142282",20507,30145 +"142283",20507,30229 +"142284",20507,42934 +"142285",20507,59297 +"142286",20507,95663 +"142287",20508,22544 +"142288",20508,31547 +"142289",20508,35409 +"142290",20508,66665 +"142291",20508,69934 +"142292",20510,20511 +"142293",20510,55759 +"142294",20511,43767 +"142295",20511,119013 +"142296",20512,20515 +"142297",20512,51406 +"142298",20513,38968 +"142299",20513,78094 +"142300",20514,25979 +"142301",20514,32857 +"142302",20514,43349 +"142303",20514,47402 +"142304",20515,31410 +"142305",20515,31435 +"142306",20515,33669 +"142307",20515,35765 +"142308",20515,37652 +"142309",20515,39594 +"142310",20515,42942 +"142311",20515,51406 +"142312",20515,57511 +"142313",20515,59448 +"142314",20515,62785 +"142315",20515,71857 +"142316",20515,71860 +"142317",20515,72047 +"142318",20517,25261 +"142319",20517,27300 +"142320",20517,27352 +"142321",20517,32196 +"142322",20517,37627 +"142323",20517,83258 +"142324",20517,83648 +"142325",20519,63386 +"142326",20519,68589 +"142327",20521,29871 +"142328",20521,45384 +"142329",20521,46549 +"142330",20521,48847 +"142331",20521,50316 +"142332",20521,51287 +"142333",20521,52234 +"142334",20521,58217 +"142335",20521,84334 +"142336",20522,77800 +"142337",20522,91507 +"142338",20523,120556 +"142339",20524,20625 +"142340",20524,47666 +"142341",20524,83147 +"142342",20525,34117 +"142343",20525,41441 +"142344",20525,62415 +"142345",20526,40386 +"142346",20526,40387 +"142347",20526,80858 +"142348",20526,115138 +"142349",20527,25038 +"142350",20527,25127 +"142351",20527,36806 +"142352",20527,38859 +"142353",20528,20529 +"142354",20528,20616 +"142355",20528,20722 +"142356",20528,20830 +"142357",20528,21251 +"142358",20528,23614 +"142359",20528,26439 +"142360",20528,30321 +"142361",20528,38883 +"142362",20528,41537 +"142363",20528,41895 +"142364",20528,41900 +"142365",20528,41945 +"142366",20528,42028 +"142367",20528,42030 +"142368",20528,49470 +"142369",20528,49471 +"142370",20528,52221 +"142371",20528,67306 +"142372",20528,79858 +"142373",20528,80173 +"142374",20528,80211 +"142375",20529,20616 +"142376",20529,20722 +"142377",20529,20830 +"142378",20529,23185 +"142379",20529,25542 +"142380",20529,25760 +"142381",20529,35909 +"142382",20529,35910 +"142383",20529,35935 +"142384",20529,36001 +"142385",20529,36029 +"142386",20529,36045 +"142387",20529,36046 +"142388",20529,36080 +"142389",20529,36081 +"142390",20529,36082 +"142391",20529,36102 +"142392",20529,41900 +"142393",20530,74474 +"142394",20530,96059 +"142395",20530,96752 +"142396",20530,96902 +"142397",20530,105095 +"142398",20530,111578 +"142399",20531,67396 +"142400",20532,22585 +"142401",20532,27063 +"142402",20532,30123 +"142403",20532,31403 +"142404",20532,34978 +"142405",20532,46027 +"142406",20532,57759 +"142407",20532,67347 +"142408",20533,20604 +"142409",20533,36853 +"142410",20534,20734 +"142411",20534,38675 +"142412",20534,97277 +"142413",20535,59864 +"142414",20535,98605 +"142415",20537,23742 +"142416",20537,32150 +"142417",20537,94275 +"142418",20537,95109 +"142419",20538,27242 +"142420",20538,41613 +"142421",20538,45151 +"142422",20538,49915 +"142423",20538,54294 +"142424",20538,63656 +"142425",20538,67678 +"142426",20538,82416 +"142427",20538,97453 +"142428",20539,27111 +"142429",20539,43706 +"142430",20539,43864 +"142431",20539,43946 +"142432",20539,43980 +"142433",20540,52166 +"142434",20540,60510 +"142435",20540,84303 +"142436",20541,20706 +"142437",20541,33466 +"142438",20541,52363 +"142439",20541,64598 +"142440",20541,64641 +"142441",20541,64690 +"142442",20544,20579 +"142443",20544,25578 +"142444",20544,30526 +"142445",20544,30727 +"142446",20544,30840 +"142447",20544,32933 +"142448",20544,38389 +"142449",20544,39116 +"142450",20544,43725 +"142451",20544,43772 +"142452",20544,43842 +"142453",20544,70175 +"142454",20544,82963 +"142455",20544,82970 +"142456",20544,84381 +"142457",20544,84407 +"142458",20545,20659 +"142459",20545,72836 +"142460",20545,77857 +"142461",20545,80281 +"142462",20545,121873 +"142463",20546,22844 +"142464",20546,57457 +"142465",20546,72505 +"142466",20546,91827 +"142467",20546,119392 +"142468",20546,119393 +"142469",20547,20623 +"142470",20547,20696 +"142471",20547,21804 +"142472",20547,23116 +"142473",20547,28290 +"142474",20547,28366 +"142475",20547,30343 +"142476",20547,32697 +"142477",20547,35088 +"142478",20547,43819 +"142479",20547,51843 +"142480",20547,53756 +"142481",20547,54385 +"142482",20547,56160 +"142483",20547,69308 +"142484",20547,71642 +"142485",20547,77056 +"142486",20547,79000 +"142487",20547,80025 +"142488",20547,83598 +"142489",20547,84808 +"142490",20547,84828 +"142491",20547,93619 +"142492",20547,93680 +"142493",20547,104866 +"142494",20548,20568 +"142495",20548,109988 +"142496",20548,115137 +"142497",20550,21799 +"142498",20550,22469 +"142499",20550,25046 +"142500",20550,45166 +"142501",20550,52866 +"142502",20550,53204 +"142503",20550,58279 +"142504",20550,87374 +"142505",20550,90346 +"142506",20550,99090 +"142507",20550,112188 +"142508",20551,34918 +"142509",20553,67667 +"142510",20553,80654 +"142511",20553,80961 +"142512",20553,81032 +"142513",20554,20760 +"142514",20554,68635 +"142515",20554,81317 +"142516",20554,86039 +"142517",20554,108781 +"142518",20555,20716 +"142519",20555,34387 +"142520",20555,46691 +"142521",20555,49132 +"142522",20555,87562 +"142523",20556,37063 +"142524",20556,37882 +"142525",20556,41887 +"142526",20556,41926 +"142527",20556,42283 +"142528",20556,49063 +"142529",20557,26663 +"142530",20559,55097 +"142531",20559,57673 +"142532",20559,59024 +"142533",20560,116121 +"142534",20562,21665 +"142535",20562,21666 +"142536",20562,32706 +"142537",20562,34216 +"142538",20562,46591 +"142539",20562,50295 +"142540",20562,56907 +"142541",20562,58979 +"142542",20562,62722 +"142543",20562,63644 +"142544",20562,74911 +"142545",20562,115924 +"142546",20563,26516 +"142547",20563,27753 +"142548",20563,29574 +"142549",20563,35544 +"142550",20563,38145 +"142551",20563,39058 +"142552",20563,42186 +"142553",20563,51654 +"142554",20563,52653 +"142555",20563,52971 +"142556",20563,62482 +"142557",20563,63282 +"142558",20563,68708 +"142559",20563,74095 +"142560",20563,83180 +"142561",20563,85018 +"142562",20563,85518 +"142563",20563,85754 +"142564",20563,91760 +"142565",20563,100134 +"142566",20563,108734 +"142567",20564,20788 +"142568",20564,85634 +"142569",20565,32568 +"142570",20565,37130 +"142571",20565,81400 +"142572",20565,105612 +"142573",20566,52569 +"142574",20567,20781 +"142575",20568,117580 +"142576",20569,24355 +"142577",20569,73910 +"142578",20569,86430 +"142579",20569,94863 +"142580",20569,100551 +"142581",20569,100937 +"142582",20569,101445 +"142583",20569,101809 +"142584",20570,79928 +"142585",20571,20629 +"142586",20571,20654 +"142587",20572,20667 +"142588",20572,51632 +"142589",20573,56159 +"142590",20573,61267 +"142591",20573,69507 +"142592",20573,85197 +"142593",20573,122937 +"142594",20574,46339 +"142595",20574,50585 +"142596",20574,58692 +"142597",20574,58947 +"142598",20574,62731 +"142599",20575,20750 +"142600",20575,28834 +"142601",20575,33084 +"142602",20575,35740 +"142603",20575,53654 +"142604",20575,76232 +"142605",20575,79216 +"142606",20575,83200 +"142607",20575,85098 +"142608",20575,88362 +"142609",20575,89528 +"142610",20575,115224 +"142611",20576,25623 +"142612",20576,46925 +"142613",20576,49922 +"142614",20576,90396 +"142615",20576,92055 +"142616",20576,92631 +"142617",20576,101296 +"142618",20576,111264 +"142619",20577,20675 +"142620",20577,20676 +"142621",20578,32366 +"142622",20578,32521 +"142623",20578,63457 +"142624",20579,30526 +"142625",20579,42541 +"142626",20579,42712 +"142627",20580,21808 +"142628",20580,75886 +"142629",20581,20755 +"142630",20582,29110 +"142631",20582,69419 +"142632",20582,71139 +"142633",20582,76637 +"142634",20582,80905 +"142635",20582,90107 +"142636",20583,27612 +"142637",20583,71892 +"142638",20583,81807 +"142639",20583,85732 +"142640",20583,95037 +"142641",20583,119786 +"142642",20584,20621 +"142643",20584,20633 +"142644",20584,20780 +"142645",20584,67136 +"142646",20585,35360 +"142647",20585,39160 +"142648",20585,43275 +"142649",20585,59036 +"142650",20585,80645 +"142651",20586,52845 +"142652",20586,59395 +"142653",20586,72054 +"142654",20586,81502 +"142655",20586,84722 +"142656",20586,93473 +"142657",20587,24995 +"142658",20588,23232 +"142659",20588,30151 +"142660",20588,31204 +"142661",20588,34073 +"142662",20588,55319 +"142663",20588,73197 +"142664",20589,20767 +"142665",20590,53168 +"142666",20590,68848 +"142667",20590,92684 +"142668",20590,93116 +"142669",20591,32494 +"142670",20591,34831 +"142671",20591,38378 +"142672",20591,44258 +"142673",20591,54968 +"142674",20591,59958 +"142675",20591,77661 +"142676",20591,79009 +"142677",20591,79041 +"142678",20591,86410 +"142679",20592,20593 +"142680",20592,20670 +"142681",20592,20672 +"142682",20592,20737 +"142683",20592,20738 +"142684",20593,20670 +"142685",20593,20672 +"142686",20593,20737 +"142687",20593,20738 +"142688",20594,23006 +"142689",20594,24586 +"142690",20594,28889 +"142691",20594,74348 +"142692",20594,108387 +"142693",20594,117956 +"142694",20595,20598 +"142695",20595,20663 +"142696",20596,24396 +"142697",20596,50223 +"142698",20596,53924 +"142699",20596,71816 +"142700",20596,78253 +"142701",20596,114941 +"142702",20597,20690 +"142703",20598,20663 +"142704",20598,68496 +"142705",20598,100964 +"142706",20599,26756 +"142707",20599,27818 +"142708",20599,36685 +"142709",20599,41888 +"142710",20599,56396 +"142711",20600,20726 +"142712",20602,20693 +"142713",20603,26728 +"142714",20603,51983 +"142715",20603,53272 +"142716",20603,53540 +"142717",20604,31188 +"142718",20604,36853 +"142719",20604,51632 +"142720",20604,111319 +"142721",20606,26238 +"142722",20606,27706 +"142723",20606,28084 +"142724",20606,31159 +"142725",20606,31295 +"142726",20606,42508 +"142727",20606,42652 +"142728",20606,42724 +"142729",20606,56247 +"142730",20607,32243 +"142731",20607,91309 +"142732",20608,32092 +"142733",20610,56760 +"142734",20610,56821 +"142735",20610,75355 +"142736",20611,30207 +"142737",20611,31688 +"142738",20611,56706 +"142739",20611,56847 +"142740",20611,56849 +"142741",20612,44170 +"142742",20612,75918 +"142743",20613,83180 +"142744",20614,20756 +"142745",20614,21148 +"142746",20614,24497 +"142747",20614,32583 +"142748",20614,33251 +"142749",20615,20787 +"142750",20615,24124 +"142751",20615,36696 +"142752",20615,59615 +"142753",20616,20722 +"142754",20616,20830 +"142755",20616,25393 +"142756",20616,27706 +"142757",20616,28259 +"142758",20616,33982 +"142759",20616,36315 +"142760",20616,42875 +"142761",20616,44327 +"142762",20616,63896 +"142763",20616,75738 +"142764",20616,76375 +"142765",20616,79570 +"142766",20616,85598 +"142767",20617,21577 +"142768",20617,21588 +"142769",20617,44006 +"142770",20618,20689 +"142771",20618,40696 +"142772",20619,51218 +"142773",20619,98408 +"142774",20620,21960 +"142775",20620,73974 +"142776",20620,81506 +"142777",20620,86792 +"142778",20621,20633 +"142779",20621,20780 +"142780",20621,48799 +"142781",20621,68478 +"142782",20621,84194 +"142783",20622,20934 +"142784",20622,35990 +"142785",20622,40304 +"142786",20622,40453 +"142787",20622,41435 +"142788",20622,43844 +"142789",20622,45869 +"142790",20622,49064 +"142791",20622,53998 +"142792",20622,79422 +"142793",20622,84251 +"142794",20622,86312 +"142795",20623,20696 +"142796",20623,21804 +"142797",20623,23116 +"142798",20623,32697 +"142799",20623,35088 +"142800",20623,51843 +"142801",20623,53756 +"142802",20623,54385 +"142803",20623,79000 +"142804",20623,80025 +"142805",20623,84808 +"142806",20623,84828 +"142807",20623,93312 +"142808",20623,94471 +"142809",20624,20687 +"142810",20624,20699 +"142811",20624,20711 +"142812",20624,20761 +"142813",20624,26537 +"142814",20624,35420 +"142815",20624,69752 +"142816",20625,33263 +"142817",20626,32988 +"142818",20626,80892 +"142819",20626,92757 +"142820",20626,98845 +"142821",20626,118099 +"142822",20628,20908 +"142823",20628,32418 +"142824",20628,33914 +"142825",20628,46071 +"142826",20628,51534 +"142827",20628,71039 +"142828",20628,76905 +"142829",20628,77250 +"142830",20628,83826 +"142831",20628,88040 +"142832",20628,105603 +"142833",20629,20654 +"142834",20629,43625 +"142835",20629,52624 +"142836",20629,66756 +"142837",20629,68903 +"142838",20629,85056 +"142839",20629,96508 +"142840",20630,20650 +"142841",20630,28060 +"142842",20630,28634 +"142843",20630,28658 +"142844",20630,71489 +"142845",20630,103129 +"142846",20631,39281 +"142847",20631,50904 +"142848",20631,50905 +"142849",20632,45299 +"142850",20632,55482 +"142851",20632,83261 +"142852",20632,92269 +"142853",20633,20780 +"142854",20633,24299 +"142855",20633,25688 +"142856",20633,25823 +"142857",20633,25825 +"142858",20633,25891 +"142859",20633,25898 +"142860",20633,28173 +"142861",20633,29737 +"142862",20633,33655 +"142863",20633,38197 +"142864",20633,42121 +"142865",20633,49323 +"142866",20633,63347 +"142867",20633,67022 +"142868",20633,67029 +"142869",20633,67609 +"142870",20633,84329 +"142871",20633,95720 +"142872",20633,100793 +"142873",20633,103616 +"142874",20633,107495 +"142875",20633,111772 +"142876",20634,37536 +"142877",20634,38609 +"142878",20634,89591 +"142879",20634,114928 +"142880",20635,23245 +"142881",20635,29140 +"142882",20635,34487 +"142883",20635,34870 +"142884",20635,61078 +"142885",20635,61191 +"142886",20635,61816 +"142887",20636,25026 +"142888",20637,28320 +"142889",20637,45159 +"142890",20637,45160 +"142891",20638,21283 +"142892",20638,24105 +"142893",20638,24126 +"142894",20638,30668 +"142895",20638,30669 +"142896",20638,31410 +"142897",20638,31435 +"142898",20638,31449 +"142899",20638,31506 +"142900",20639,27810 +"142901",20639,41103 +"142902",20639,48703 +"142903",20639,53574 +"142904",20639,53630 +"142905",20641,21118 +"142906",20641,21198 +"142907",20641,23134 +"142908",20641,23450 +"142909",20641,26471 +"142910",20641,37597 +"142911",20641,38019 +"142912",20641,39238 +"142913",20641,43575 +"142914",20641,63357 +"142915",20641,71342 +"142916",20641,78025 +"142917",20641,81440 +"142918",20641,85821 +"142919",20641,88518 +"142920",20641,101999 +"142921",20641,105490 +"142922",20641,111308 +"142923",20642,33554 +"142924",20642,60189 +"142925",20642,94905 +"142926",20642,98510 +"142927",20642,105875 +"142928",20643,41504 +"142929",20643,71184 +"142930",20643,72560 +"142931",20643,72585 +"142932",20643,107487 +"142933",20644,65669 +"142934",20644,65749 +"142935",20646,20784 +"142936",20646,23999 +"142937",20646,51189 +"142938",20646,68280 +"142939",20646,89067 +"142940",20646,89590 +"142941",20646,90190 +"142942",20646,91286 +"142943",20646,94595 +"142944",20647,20714 +"142945",20647,46241 +"142946",20647,53732 +"142947",20647,54321 +"142948",20648,30877 +"142949",20648,34577 +"142950",20648,48079 +"142951",20648,75680 +"142952",20648,77616 +"142953",20648,79961 +"142954",20649,91438 +"142955",20649,97820 +"142956",20650,64329 +"142957",20650,79470 +"142958",20651,20732 +"142959",20651,28702 +"142960",20651,46707 +"142961",20651,93106 +"142962",20651,101237 +"142963",20651,101238 +"142964",20652,58888 +"142965",20652,59049 +"142966",20652,63078 +"142967",20653,26443 +"142968",20653,28043 +"142969",20653,28438 +"142970",20653,28568 +"142971",20653,29296 +"142972",20653,31168 +"142973",20653,31170 +"142974",20653,31181 +"142975",20653,31182 +"142976",20653,31184 +"142977",20653,31238 +"142978",20653,31247 +"142979",20653,31269 +"142980",20653,31314 +"142981",20654,52624 +"142982",20654,96508 +"142983",20656,21844 +"142984",20656,26399 +"142985",20656,26986 +"142986",20656,28751 +"142987",20656,28986 +"142988",20656,33195 +"142989",20656,35742 +"142990",20656,37394 +"142991",20656,89948 +"142992",20656,118787 +"142993",20657,23292 +"142994",20657,30971 +"142995",20657,38811 +"142996",20658,22357 +"142997",20658,54316 +"142998",20658,56491 +"142999",20658,72578 +"143000",20658,74016 +"143001",20658,81897 +"143002",20658,95510 +"143003",20658,96620 +"143004",20658,116940 +"143005",20659,21225 +"143006",20659,26106 +"143007",20659,36273 +"143008",20659,37708 +"143009",20659,57565 +"143010",20659,72795 +"143011",20659,76515 +"143012",20659,77855 +"143013",20659,89668 +"143014",20659,96678 +"143015",20659,104381 +"143016",20660,20914 +"143017",20660,20920 +"143018",20660,27962 +"143019",20660,68135 +"143020",20660,76884 +"143021",20660,112419 +"143022",20661,25081 +"143023",20661,72521 +"143024",20661,74550 +"143025",20661,88181 +"143026",20661,92383 +"143027",20661,95664 +"143028",20661,97136 +"143029",20662,20953 +"143030",20662,21001 +"143031",20664,20680 +"143032",20664,32072 +"143033",20664,42773 +"143034",20664,42911 +"143035",20664,49111 +"143036",20664,80451 +"143037",20664,83225 +"143038",20665,45316 +"143039",20666,31678 +"143040",20666,61532 +"143041",20666,65683 +"143042",20666,66369 +"143043",20666,74304 +"143044",20666,75655 +"143045",20666,83406 +"143046",20666,83892 +"143047",20666,88764 +"143048",20666,92035 +"143049",20666,98985 +"143050",20666,101100 +"143051",20666,104204 +"143052",20666,108193 +"143053",20666,111983 +"143054",20667,22756 +"143055",20667,24948 +"143056",20667,24989 +"143057",20667,26413 +"143058",20667,27267 +"143059",20667,31897 +"143060",20667,32070 +"143061",20667,40561 +"143062",20667,44752 +"143063",20667,46568 +"143064",20667,50659 +"143065",20667,54737 +"143066",20667,56168 +"143067",20667,60846 +"143068",20667,63139 +"143069",20667,69291 +"143070",20667,78073 +"143071",20667,79331 +"143072",20667,79655 +"143073",20667,79710 +"143074",20667,79711 +"143075",20667,79720 +"143076",20667,79725 +"143077",20667,79738 +"143078",20667,79748 +"143079",20667,79750 +"143080",20667,79754 +"143081",20667,79758 +"143082",20667,79760 +"143083",20667,79771 +"143084",20667,79780 +"143085",20667,79781 +"143086",20667,79803 +"143087",20667,85238 +"143088",20667,90633 +"143089",20668,43196 +"143090",20668,70394 +"143091",20668,90387 +"143092",20668,98978 +"143093",20668,118988 +"143094",20668,118992 +"143095",20669,31381 +"143096",20669,31401 +"143097",20669,54663 +"143098",20670,20672 +"143099",20670,20737 +"143100",20670,20738 +"143101",20671,87532 +"143102",20671,88703 +"143103",20672,20737 +"143104",20672,20738 +"143105",20672,32726 +"143106",20672,47238 +"143107",20672,48147 +"143108",20672,48583 +"143109",20672,50159 +"143110",20672,52716 +"143111",20672,57260 +"143112",20672,61594 +"143113",20672,66380 +"143114",20672,66382 +"143115",20672,72089 +"143116",20672,72403 +"143117",20672,74789 +"143118",20672,75055 +"143119",20672,75099 +"143120",20672,75327 +"143121",20672,75448 +"143122",20673,54951 +"143123",20674,50088 +"143124",20674,57020 +"143125",20674,69941 +"143126",20674,70235 +"143127",20674,76912 +"143128",20674,97494 +"143129",20674,97495 +"143130",20675,20676 +"143131",20676,82210 +"143132",20677,42390 +"143133",20677,50371 +"143134",20678,21399 +"143135",20678,27781 +"143136",20678,67041 +"143137",20679,42773 +"143138",20679,60023 +"143139",20679,73520 +"143140",20679,118552 +"143141",20679,119339 +"143142",20680,26109 +"143143",20680,28927 +"143144",20680,33938 +"143145",20680,35616 +"143146",20680,39102 +"143147",20680,41444 +"143148",20680,42244 +"143149",20680,42744 +"143150",20680,42773 +"143151",20680,43907 +"143152",20680,46443 +"143153",20680,48858 +"143154",20680,51517 +"143155",20680,58059 +"143156",20680,62857 +"143157",20680,80451 +"143158",20680,91551 +"143159",20680,98515 +"143160",20680,100658 +"143161",20680,110320 +"143162",20680,110839 +"143163",20680,110999 +"143164",20680,114560 +"143165",20680,115614 +"143166",20680,117638 +"143167",20680,117643 +"143168",20680,117644 +"143169",20681,21138 +"143170",20681,23846 +"143171",20681,24865 +"143172",20682,74058 +"143173",20683,25843 +"143174",20683,36233 +"143175",20683,38838 +"143176",20683,38893 +"143177",20683,40033 +"143178",20683,49217 +"143179",20683,55851 +"143180",20683,61529 +"143181",20683,63740 +"143182",20683,90524 +"143183",20683,90745 +"143184",20683,103297 +"143185",20684,29224 +"143186",20684,38085 +"143187",20684,43113 +"143188",20684,48770 +"143189",20684,100534 +"143190",20685,90350 +"143191",20685,101513 +"143192",20686,60662 +"143193",20687,20699 +"143194",20687,20711 +"143195",20687,20761 +"143196",20688,21683 +"143197",20688,25373 +"143198",20688,30690 +"143199",20688,31078 +"143200",20688,32262 +"143201",20688,41723 +"143202",20688,72918 +"143203",20688,88411 +"143204",20689,34632 +"143205",20689,37482 +"143206",20689,39381 +"143207",20689,44288 +"143208",20689,44481 +"143209",20689,56510 +"143210",20689,60308 +"143211",20690,26517 +"143212",20691,121659 +"143213",20692,109004 +"143214",20693,31008 +"143215",20694,21246 +"143216",20694,22072 +"143217",20694,24716 +"143218",20694,25212 +"143219",20694,26835 +"143220",20694,28141 +"143221",20694,38586 +"143222",20694,41642 +"143223",20694,41713 +"143224",20694,44289 +"143225",20694,45228 +"143226",20694,80212 +"143227",20694,90840 +"143228",20694,95439 +"143229",20694,100274 +"143230",20694,103013 +"143231",20694,107556 +"143232",20694,112657 +"143233",20694,113483 +"143234",20695,25748 +"143235",20695,26821 +"143236",20695,29306 +"143237",20695,30089 +"143238",20695,32124 +"143239",20695,32770 +"143240",20695,41260 +"143241",20695,47536 +"143242",20695,47537 +"143243",20695,47547 +"143244",20695,47639 +"143245",20695,56364 +"143246",20695,56366 +"143247",20695,65725 +"143248",20695,73051 +"143249",20695,76843 +"143250",20695,80130 +"143251",20695,80948 +"143252",20695,80973 +"143253",20695,81422 +"143254",20695,87915 +"143255",20695,102840 +"143256",20695,104588 +"143257",20695,104735 +"143258",20695,115877 +"143259",20697,20726 +"143260",20697,43631 +"143261",20697,54805 +"143262",20697,64864 +"143263",20697,66270 +"143264",20697,93755 +"143265",20697,96296 +"143266",20698,64364 +"143267",20698,73104 +"143268",20699,20711 +"143269",20699,20761 +"143270",20700,22130 +"143271",20700,44636 +"143272",20700,60689 +"143273",20700,80889 +"143274",20700,93383 +"143275",20700,97012 +"143276",20700,100002 +"143277",20700,101836 +"143278",20701,28988 +"143279",20701,79472 +"143280",20702,23549 +"143281",20702,23566 +"143282",20702,23655 +"143283",20702,23762 +"143284",20702,23780 +"143285",20702,25953 +"143286",20704,23639 +"143287",20704,24116 +"143288",20704,25270 +"143289",20704,27527 +"143290",20704,40059 +"143291",20704,52881 +"143292",20704,115511 +"143293",20705,23604 +"143294",20705,32939 +"143295",20705,43991 +"143296",20705,44956 +"143297",20705,52199 +"143298",20705,53709 +"143299",20705,80448 +"143300",20705,94409 +"143301",20705,94669 +"143302",20705,101074 +"143303",20705,101499 +"143304",20705,103151 +"143305",20705,103206 +"143306",20706,23177 +"143307",20706,36520 +"143308",20706,49131 +"143309",20706,49295 +"143310",20707,39455 +"143311",20708,36160 +"143312",20708,39614 +"143313",20708,45027 +"143314",20708,68705 +"143315",20709,21034 +"143316",20709,21717 +"143317",20709,41097 +"143318",20709,45325 +"143319",20709,47225 +"143320",20709,52029 +"143321",20709,55220 +"143322",20709,69495 +"143323",20709,70999 +"143324",20709,100033 +"143325",20709,121394 +"143326",20709,121464 +"143327",20710,27179 +"143328",20710,28032 +"143329",20710,90527 +"143330",20711,20761 +"143331",20711,71711 +"143332",20711,95679 +"143333",20711,95685 +"143334",20711,102376 +"143335",20712,21194 +"143336",20712,39897 +"143337",20712,48180 +"143338",20712,56933 +"143339",20713,26207 +"143340",20713,40572 +"143341",20713,45532 +"143342",20713,71864 +"143343",20713,95684 +"143344",20714,25562 +"143345",20714,27226 +"143346",20714,38467 +"143347",20714,92471 +"143348",20714,92505 +"143349",20715,20913 +"143350",20715,31931 +"143351",20715,34271 +"143352",20715,34923 +"143353",20715,55179 +"143354",20715,62288 +"143355",20715,65669 +"143356",20715,84087 +"143357",20715,99953 +"143358",20717,27752 +"143359",20717,45669 +"143360",20718,23452 +"143361",20718,29104 +"143362",20718,41019 +"143363",20718,48972 +"143364",20718,49977 +"143365",20719,24772 +"143366",20719,55785 +"143367",20719,80000 +"143368",20719,83234 +"143369",20719,85154 +"143370",20719,86761 +"143371",20719,88636 +"143372",20719,105941 +"143373",20719,106047 +"143374",20719,107889 +"143375",20719,119841 +"143376",20719,120011 +"143377",20719,122549 +"143378",20720,20752 +"143379",20720,40361 +"143380",20720,64814 +"143381",20720,87265 +"143382",20720,120723 +"143383",20722,20830 +"143384",20722,20977 +"143385",20722,22057 +"143386",20722,30321 +"143387",20723,115735 +"143388",20724,42390 +"143389",20724,101606 +"143390",20724,109518 +"143391",20724,112745 +"143392",20724,122099 +"143393",20724,122138 +"143394",20725,21207 +"143395",20725,47232 +"143396",20725,57259 +"143397",20725,57879 +"143398",20725,58979 +"143399",20725,73421 +"143400",20725,81473 +"143401",20725,86925 +"143402",20725,109925 +"143403",20726,21485 +"143404",20726,29336 +"143405",20726,29854 +"143406",20726,36912 +"143407",20726,53592 +"143408",20726,53743 +"143409",20726,62325 +"143410",20726,76143 +"143411",20726,85384 +"143412",20726,85519 +"143413",20726,92871 +"143414",20727,24414 +"143415",20727,30757 +"143416",20727,31326 +"143417",20727,35183 +"143418",20727,46086 +"143419",20727,49077 +"143420",20727,49079 +"143421",20728,53225 +"143422",20728,104480 +"143423",20729,35832 +"143424",20730,21067 +"143425",20730,22053 +"143426",20730,40925 +"143427",20730,41641 +"143428",20730,41649 +"143429",20730,41689 +"143430",20730,41690 +"143431",20730,41770 +"143432",20731,29227 +"143433",20731,71216 +"143434",20732,23726 +"143435",20732,25812 +"143436",20732,59484 +"143437",20733,24852 +"143438",20733,28987 +"143439",20733,30955 +"143440",20733,31024 +"143441",20733,31059 +"143442",20733,31124 +"143443",20733,35072 +"143444",20733,54096 +"143445",20733,62679 +"143446",20734,38675 +"143447",20734,74808 +"143448",20734,81659 +"143449",20735,58002 +"143450",20736,30149 +"143451",20737,20738 +"143452",20737,21849 +"143453",20737,23526 +"143454",20737,23626 +"143455",20737,23715 +"143456",20737,27497 +"143457",20737,28477 +"143458",20737,35811 +"143459",20737,48359 +"143460",20737,56082 +"143461",20737,61153 +"143462",20737,66827 +"143463",20737,72207 +"143464",20737,75562 +"143465",20739,20741 +"143466",20739,22710 +"143467",20739,44226 +"143468",20739,63045 +"143469",20739,76403 +"143470",20739,83598 +"143471",20739,93123 +"143472",20739,99838 +"143473",20739,106011 +"143474",20739,106695 +"143475",20740,79149 +"143476",20742,21078 +"143477",20742,21369 +"143478",20742,22351 +"143479",20742,25527 +"143480",20742,26728 +"143481",20742,28028 +"143482",20742,33914 +"143483",20742,41266 +"143484",20742,41337 +"143485",20742,42338 +"143486",20742,44557 +"143487",20742,49494 +"143488",20742,65809 +"143489",20742,79373 +"143490",20743,47159 +"143491",20743,53205 +"143492",20743,55044 +"143493",20743,55115 +"143494",20743,55262 +"143495",20743,69261 +"143496",20743,106383 +"143497",20744,51283 +"143498",20745,20892 +"143499",20745,21023 +"143500",20745,21624 +"143501",20745,26336 +"143502",20745,28631 +"143503",20745,33538 +"143504",20745,37211 +"143505",20745,39127 +"143506",20745,39421 +"143507",20745,42066 +"143508",20745,61333 +"143509",20745,81387 +"143510",20745,92698 +"143511",20745,122372 +"143512",20745,122373 +"143513",20746,20759 +"143514",20747,25079 +"143515",20748,43654 +"143516",20748,44903 +"143517",20748,73374 +"143518",20749,46503 +"143519",20749,71585 +"143520",20749,71603 +"143521",20749,72957 +"143522",20749,80605 +"143523",20749,88712 +"143524",20749,102806 +"143525",20749,105622 +"143526",20749,106225 +"143527",20749,106674 +"143528",20749,109007 +"143529",20749,109020 +"143530",20749,109527 +"143531",20749,111965 +"143532",20749,122920 +"143533",20749,122921 +"143534",20749,123381 +"143535",20750,33084 +"143536",20750,50923 +"143537",20750,56864 +"143538",20750,58085 +"143539",20750,65239 +"143540",20750,66309 +"143541",20750,73674 +"143542",20750,77610 +"143543",20750,92903 +"143544",20750,94115 +"143545",20750,97840 +"143546",20750,115224 +"143547",20751,76632 +"143548",20752,27943 +"143549",20752,30295 +"143550",20753,20793 +"143551",20754,24284 +"143552",20754,24421 +"143553",20754,31705 +"143554",20754,35697 +"143555",20754,38200 +"143556",20754,59227 +"143557",20754,61713 +"143558",20754,70137 +"143559",20754,75796 +"143560",20754,80772 +"143561",20754,82669 +"143562",20754,85280 +"143563",20756,26352 +"143564",20757,26959 +"143565",20757,55723 +"143566",20758,50667 +"143567",20758,54202 +"143568",20758,54226 +"143569",20759,21637 +"143570",20759,63932 +"143571",20760,55873 +"143572",20760,55904 +"143573",20761,36276 +"143574",20761,45962 +"143575",20761,47015 +"143576",20761,65544 +"143577",20762,51877 +"143578",20762,69927 +"143579",20762,90844 +"143580",20763,41442 +"143581",20763,41966 +"143582",20763,42668 +"143583",20763,47342 +"143584",20763,66775 +"143585",20763,71475 +"143586",20764,21906 +"143587",20764,25367 +"143588",20764,25413 +"143589",20764,32977 +"143590",20764,43654 +"143591",20764,44222 +"143592",20764,45161 +"143593",20764,46726 +"143594",20764,47167 +"143595",20764,48464 +"143596",20764,59915 +"143597",20764,62668 +"143598",20764,70473 +"143599",20764,70981 +"143600",20764,71825 +"143601",20764,71837 +"143602",20764,77625 +"143603",20764,79681 +"143604",20764,82452 +"143605",20764,84008 +"143606",20764,88409 +"143607",20764,90883 +"143608",20764,91383 +"143609",20764,92113 +"143610",20764,98904 +"143611",20764,102940 +"143612",20764,118577 +"143613",20764,119085 +"143614",20764,119224 +"143615",20764,119439 +"143616",20764,120085 +"143617",20764,120232 +"143618",20764,121213 +"143619",20765,24288 +"143620",20765,24303 +"143621",20765,24320 +"143622",20765,36732 +"143623",20765,40071 +"143624",20766,23280 +"143625",20766,24941 +"143626",20766,31208 +"143627",20766,37550 +"143628",20766,39676 +"143629",20766,42409 +"143630",20766,52156 +"143631",20766,82350 +"143632",20766,89684 +"143633",20767,28818 +"143634",20767,32334 +"143635",20767,32401 +"143636",20767,35446 +"143637",20767,38902 +"143638",20767,41580 +"143639",20767,59207 +"143640",20767,91884 +"143641",20767,105710 +"143642",20768,20797 +"143643",20768,20799 +"143644",20768,21603 +"143645",20769,81727 +"143646",20769,87930 +"143647",20769,100856 +"143648",20770,32264 +"143649",20770,35784 +"143650",20770,38021 +"143651",20770,39439 +"143652",20770,64937 +"143653",20770,79983 +"143654",20770,83356 +"143655",20770,84481 +"143656",20770,84516 +"143657",20770,101591 +"143658",20770,105153 +"143659",20770,112611 +"143660",20770,112615 +"143661",20770,120858 +"143662",20771,31353 +"143663",20771,31407 +"143664",20772,28671 +"143665",20772,44437 +"143666",20773,42585 +"143667",20773,50143 +"143668",20773,69674 +"143669",20773,97369 +"143670",20774,37122 +"143671",20774,57795 +"143672",20774,80324 +"143673",20775,88757 +"143674",20775,88782 +"143675",20776,42343 +"143676",20776,56571 +"143677",20776,96158 +"143678",20777,46280 +"143679",20777,56994 +"143680",20778,29557 +"143681",20778,76434 +"143682",20778,77909 +"143683",20778,81292 +"143684",20778,81308 +"143685",20778,81939 +"143686",20778,82011 +"143687",20778,82328 +"143688",20779,62379 +"143689",20780,38197 +"143690",20780,42121 +"143691",20780,46831 +"143692",20780,49323 +"143693",20780,56469 +"143694",20780,68478 +"143695",20780,77545 +"143696",20780,111772 +"143697",20780,117910 +"143698",20781,28288 +"143699",20781,56451 +"143700",20781,56901 +"143701",20781,61030 +"143702",20782,53430 +"143703",20782,57559 +"143704",20782,67123 +"143705",20782,67487 +"143706",20782,67492 +"143707",20782,67510 +"143708",20782,67565 +"143709",20783,25122 +"143710",20783,44364 +"143711",20783,56952 +"143712",20783,63801 +"143713",20783,89319 +"143714",20783,106279 +"143715",20785,39966 +"143716",20786,92680 +"143717",20787,26699 +"143718",20787,26700 +"143719",20787,26830 +"143720",20787,26831 +"143721",20787,54109 +"143722",20787,58008 +"143723",20787,59426 +"143724",20787,102243 +"143725",20787,102275 +"143726",20789,44493 +"143727",20789,44694 +"143728",20789,87795 +"143729",20790,24463 +"143730",20790,29665 +"143731",20790,46429 +"143732",20790,46464 +"143733",20790,78915 +"143734",20790,82981 +"143735",20790,96362 +"143736",20790,96372 +"143737",20790,96373 +"143738",20790,96394 +"143739",20790,103475 +"143740",20790,107105 +"143741",20790,111450 +"143742",20790,121053 +"143743",20791,64008 +"143744",20791,66486 +"143745",20791,92765 +"143746",20791,104429 +"143747",20791,117802 +"143748",20792,21431 +"143749",20792,21467 +"143750",20792,26694 +"143751",20792,30996 +"143752",20792,45112 +"143753",20792,46554 +"143754",20792,91447 +"143755",20792,91500 +"143756",20792,102010 +"143757",20792,102035 +"143758",20793,23475 +"143759",20793,26938 +"143760",20793,31903 +"143761",20793,44473 +"143762",20793,45899 +"143763",20793,46828 +"143764",20793,55307 +"143765",20793,90611 +"143766",20794,59053 +"143767",20795,50691 +"143768",20796,27510 +"143769",20796,38492 +"143770",20796,40634 +"143771",20796,51798 +"143772",20796,58421 +"143773",20796,61473 +"143774",20796,82705 +"143775",20797,20799 +"143776",20797,21603 +"143777",20797,28425 +"143778",20797,44194 +"143779",20797,49534 +"143780",20797,59947 +"143781",20797,84967 +"143782",20797,90958 +"143783",20797,100151 +"143784",20797,106318 +"143785",20797,111545 +"143786",20798,22797 +"143787",20798,48106 +"143788",20798,73156 +"143789",20798,92035 +"143790",20798,100287 +"143791",20798,108844 +"143792",20799,21603 +"143793",20799,82231 +"143794",20800,32920 +"143795",20800,57404 +"143796",20800,60860 +"143797",20801,76227 +"143798",20802,44019 +"143799",20802,81357 +"143800",20803,71082 +"143801",20804,38063 +"143802",20804,45545 +"143803",20804,52965 +"143804",20804,64475 +"143805",20804,71136 +"143806",20804,75901 +"143807",20805,83082 +"143808",20805,99710 +"143809",20805,109865 +"143810",20805,113466 +"143811",20806,57593 +"143812",20806,71768 +"143813",20806,88842 +"143814",20806,100218 +"143815",20806,117414 +"143816",20806,123003 +"143817",20807,77008 +"143818",20807,79764 +"143819",20807,102404 +"143820",20808,27863 +"143821",20808,64736 +"143822",20808,95423 +"143823",20808,95618 +"143824",20810,44579 +"143825",20810,68679 +"143826",20811,27022 +"143827",20811,27670 +"143828",20811,28074 +"143829",20811,28724 +"143830",20811,30745 +"143831",20811,32532 +"143832",20811,32560 +"143833",20811,32651 +"143834",20811,35743 +"143835",20811,42253 +"143836",20811,43095 +"143837",20812,26045 +"143838",20812,32629 +"143839",20812,99473 +"143840",20813,80132 +"143841",20813,84004 +"143842",20814,63761 +"143843",20815,58343 +"143844",20815,75610 +"143845",20815,89611 +"143846",20815,101671 +"143847",20815,107105 +"143848",20815,108657 +"143849",20815,116535 +"143850",20816,21065 +"143851",20817,20894 +"143852",20817,20896 +"143853",20817,20957 +"143854",20817,20965 +"143855",20817,26035 +"143856",20817,56230 +"143857",20818,20835 +"143858",20818,20850 +"143859",20818,20852 +"143860",20818,20874 +"143861",20818,20915 +"143862",20818,21067 +"143863",20818,36057 +"143864",20818,45239 +"143865",20818,46190 +"143866",20818,47501 +"143867",20818,54590 +"143868",20819,28250 +"143869",20819,46568 +"143870",20819,52231 +"143871",20819,53345 +"143872",20819,65515 +"143873",20819,92503 +"143874",20819,112125 +"143875",20820,24197 +"143876",20820,25197 +"143877",20820,26262 +"143878",20820,38241 +"143879",20821,20902 +"143880",20822,26856 +"143881",20822,43005 +"143882",20822,50741 +"143883",20822,81888 +"143884",20822,99159 +"143885",20822,104937 +"143886",20823,20933 +"143887",20823,20974 +"143888",20823,21016 +"143889",20824,21686 +"143890",20824,23534 +"143891",20824,27137 +"143892",20824,37707 +"143893",20824,39058 +"143894",20824,40695 +"143895",20824,42186 +"143896",20824,51022 +"143897",20824,51322 +"143898",20824,51944 +"143899",20824,51987 +"143900",20824,75979 +"143901",20824,78256 +"143902",20824,79011 +"143903",20824,94462 +"143904",20824,95212 +"143905",20824,108820 +"143906",20824,109068 +"143907",20824,111047 +"143908",20824,111060 +"143909",20824,111212 +"143910",20825,82151 +"143911",20826,20842 +"143912",20826,28670 +"143913",20826,62102 +"143914",20827,50622 +"143915",20827,50645 +"143916",20827,85710 +"143917",20827,106277 +"143918",20828,42458 +"143919",20828,82091 +"143920",20829,49810 +"143921",20829,67298 +"143922",20829,76047 +"143923",20829,92943 +"143924",20829,105703 +"143925",20829,107763 +"143926",20829,107778 +"143927",20830,26439 +"143928",20830,34411 +"143929",20830,37296 +"143930",20830,38307 +"143931",20830,38883 +"143932",20830,44688 +"143933",20830,45311 +"143934",20830,46023 +"143935",20830,49470 +"143936",20830,58084 +"143937",20830,60040 +"143938",20830,67185 +"143939",20830,70536 +"143940",20830,70573 +"143941",20830,80979 +"143942",20830,81490 +"143943",20831,101553 +"143944",20831,103730 +"143945",20831,118371 +"143946",20832,61175 +"143947",20832,62844 +"143948",20832,84570 +"143949",20832,119126 +"143950",20833,29662 +"143951",20834,20849 +"143952",20834,20854 +"143953",20834,21464 +"143954",20835,20850 +"143955",20835,20852 +"143956",20835,20874 +"143957",20835,20915 +"143958",20835,21067 +"143959",20835,43185 +"143960",20835,58597 +"143961",20836,20871 +"143962",20837,20872 +"143963",20837,21051 +"143964",20838,39245 +"143965",20839,75294 +"143966",20839,80888 +"143967",20839,118549 +"143968",20840,108639 +"143969",20841,20935 +"143970",20843,20991 +"143971",20843,29289 +"143972",20843,29977 +"143973",20843,30305 +"143974",20843,35553 +"143975",20843,45337 +"143976",20843,54189 +"143977",20843,66981 +"143978",20843,102234 +"143979",20844,20867 +"143980",20844,20884 +"143981",20844,27061 +"143982",20845,31929 +"143983",20845,32642 +"143984",20845,78371 +"143985",20845,85147 +"143986",20845,88469 +"143987",20845,100035 +"143988",20845,111219 +"143989",20846,28818 +"143990",20846,47663 +"143991",20846,67006 +"143992",20846,71222 +"143993",20846,71641 +"143994",20847,22352 +"143995",20847,33530 +"143996",20847,75873 +"143997",20847,76545 +"143998",20847,91348 +"143999",20847,94088 +"144000",20847,94138 +"144001",20847,97254 +"144002",20847,103296 +"144003",20847,116937 +"144004",20847,120778 +"144005",20848,25025 +"144006",20848,29527 +"144007",20848,29557 +"144008",20848,34579 +"144009",20848,35407 +"144010",20848,38038 +"144011",20848,52767 +"144012",20848,56197 +"144013",20848,68091 +"144014",20848,69990 +"144015",20848,71265 +"144016",20848,77002 +"144017",20848,80531 +"144018",20848,82226 +"144019",20848,84262 +"144020",20848,97517 +"144021",20848,98050 +"144022",20848,104142 +"144023",20849,20854 +"144024",20849,21464 +"144025",20849,49207 +"144026",20849,95646 +"144027",20849,107409 +"144028",20850,20852 +"144029",20850,20874 +"144030",20850,20915 +"144031",20850,21067 +"144032",20851,89564 +"144033",20851,97226 +"144034",20852,20874 +"144035",20852,20915 +"144036",20852,21067 +"144037",20852,43455 +"144038",20853,26074 +"144039",20853,26202 +"144040",20854,21464 +"144041",20854,101021 +"144042",20855,20856 +"144043",20855,21026 +"144044",20855,71145 +"144045",20856,21026 +"144046",20856,70456 +"144047",20856,77576 +"144048",20857,46425 +"144049",20859,20977 +"144050",20860,25839 +"144051",20860,107453 +"144052",20860,114792 +"144053",20861,30801 +"144054",20861,41806 +"144055",20861,46980 +"144056",20861,67826 +"144057",20861,108752 +"144058",20861,114483 +"144059",20862,22309 +"144060",20862,46794 +"144061",20862,53088 +"144062",20863,46128 +"144063",20863,50523 +"144064",20864,76333 +"144065",20864,114654 +"144066",20865,36432 +"144067",20865,38024 +"144068",20865,39031 +"144069",20865,66182 +"144070",20865,104135 +"144071",20865,113028 +"144072",20866,21003 +"144073",20866,90082 +"144074",20867,20884 +"144075",20867,22512 +"144076",20867,51967 +"144077",20869,21039 +"144078",20869,43304 +"144079",20870,106129 +"144080",20871,21198 +"144081",20871,27973 +"144082",20871,28047 +"144083",20871,29705 +"144084",20871,33569 +"144085",20871,38772 +"144086",20871,44413 +"144087",20871,46723 +"144088",20871,50219 +"144089",20871,52058 +"144090",20871,56107 +"144091",20871,71528 +"144092",20871,84138 +"144093",20871,84193 +"144094",20871,104609 +"144095",20871,105131 +"144096",20871,108303 +"144097",20872,21051 +"144098",20872,39566 +"144099",20872,55517 +"144100",20872,70245 +"144101",20873,21600 +"144102",20873,60374 +"144103",20873,67586 +"144104",20873,83991 +"144105",20873,84747 +"144106",20873,102023 +"144107",20874,20915 +"144108",20874,21067 +"144109",20874,31257 +"144110",20874,31639 +"144111",20874,50902 +"144112",20874,58274 +"144113",20874,99871 +"144114",20874,117887 +"144115",20874,120561 +"144116",20875,22960 +"144117",20875,37243 +"144118",20875,115107 +"144119",20876,33564 +"144120",20877,22905 +"144121",20877,33685 +"144122",20878,44280 +"144123",20878,53394 +"144124",20878,67802 +"144125",20879,28640 +"144126",20879,37408 +"144127",20879,56139 +"144128",20879,76534 +"144129",20880,20883 +"144130",20880,20954 +"144131",20881,31785 +"144132",20881,46837 +"144133",20882,67607 +"144134",20883,20954 +"144135",20885,23977 +"144136",20886,24456 +"144137",20886,43441 +"144138",20886,55349 +"144139",20886,55489 +"144140",20886,76909 +"144141",20886,80286 +"144142",20886,94354 +"144143",20886,100561 +"144144",20887,21152 +"144145",20887,58139 +"144146",20888,30285 +"144147",20888,81059 +"144148",20889,20912 +"144149",20889,20922 +"144150",20889,64877 +"144151",20889,103636 +"144152",20890,76974 +"144153",20890,95839 +"144154",20891,31969 +"144155",20891,36445 +"144156",20891,38184 +"144157",20891,78377 +"144158",20891,105158 +"144159",20891,118018 +"144160",20892,21023 +"144161",20892,28631 +"144162",20892,29060 +"144163",20892,32543 +"144164",20892,37211 +"144165",20892,39127 +"144166",20892,39421 +"144167",20892,50197 +"144168",20892,50989 +"144169",20892,55019 +"144170",20892,60574 +"144171",20892,81387 +"144172",20893,36489 +"144173",20893,36694 +"144174",20893,41218 +"144175",20893,57517 +"144176",20893,79251 +"144177",20893,94695 +"144178",20893,95380 +"144179",20893,97789 +"144180",20893,107159 +"144181",20893,109920 +"144182",20894,20896 +"144183",20894,20957 +"144184",20894,20965 +"144185",20894,26400 +"144186",20894,37297 +"144187",20894,74915 +"144188",20894,96233 +"144189",20895,74351 +"144190",20896,20957 +"144191",20896,20965 +"144192",20896,115217 +"144193",20896,116697 +"144194",20897,23123 +"144195",20897,62168 +"144196",20897,64909 +"144197",20898,21655 +"144198",20898,104109 +"144199",20898,107164 +"144200",20898,113541 +"144201",20898,121152 +"144202",20900,20901 +"144203",20900,21057 +"144204",20900,100178 +"144205",20901,21057 +"144206",20901,63413 +"144207",20901,73864 +"144208",20902,23101 +"144209",20902,39656 +"144210",20902,40283 +"144211",20902,49974 +"144212",20902,53190 +"144213",20902,58036 +"144214",20902,69366 +"144215",20902,75469 +"144216",20902,86434 +"144217",20902,94790 +"144218",20902,97248 +"144219",20902,97267 +"144220",20902,97270 +"144221",20902,103446 +"144222",20903,25298 +"144223",20903,49870 +"144224",20903,83440 +"144225",20903,122607 +"144226",20904,27586 +"144227",20904,32296 +"144228",20904,60878 +"144229",20904,62419 +"144230",20905,21066 +"144231",20905,24934 +"144232",20905,41449 +"144233",20905,42814 +"144234",20905,54212 +"144235",20905,54235 +"144236",20905,60991 +"144237",20905,76639 +"144238",20905,91695 +"144239",20905,97440 +"144240",20905,100239 +"144241",20905,113099 +"144242",20905,120555 +"144243",20906,42102 +"144244",20906,74579 +"144245",20906,84390 +"144246",20906,86463 +"144247",20906,96817 +"144248",20906,96846 +"144249",20906,96864 +"144250",20907,59631 +"144251",20907,76006 +"144252",20907,87901 +"144253",20907,95986 +"144254",20907,95998 +"144255",20909,22437 +"144256",20909,25612 +"144257",20910,118523 +"144258",20911,24937 +"144259",20912,20922 +"144260",20912,68039 +"144261",20914,20920 +"144262",20914,51825 +"144263",20914,68135 +"144264",20915,21067 +"144265",20915,21634 +"144266",20915,24505 +"144267",20915,79653 +"144268",20915,85188 +"144269",20915,88698 +"144270",20915,93122 +"144271",20916,25785 +"144272",20916,36289 +"144273",20916,36681 +"144274",20916,44226 +"144275",20916,89820 +"144276",20916,103223 +"144277",20916,103663 +"144278",20916,104236 +"144279",20916,105180 +"144280",20916,105215 +"144281",20917,20975 +"144282",20917,20988 +"144283",20917,66280 +"144284",20918,28574 +"144285",20918,30609 +"144286",20918,37372 +"144287",20918,49683 +"144288",20919,59230 +"144289",20919,87234 +"144290",20919,100523 +"144291",20919,103200 +"144292",20920,29158 +"144293",20920,45627 +"144294",20920,62819 +"144295",20920,79373 +"144296",20920,117278 +"144297",20921,22710 +"144298",20921,24160 +"144299",20921,25877 +"144300",20921,28290 +"144301",20921,28703 +"144302",20921,29100 +"144303",20921,35619 +"144304",20921,41611 +"144305",20921,43819 +"144306",20921,52953 +"144307",20921,54385 +"144308",20921,57017 +"144309",20921,59455 +"144310",20921,63045 +"144311",20921,66101 +"144312",20921,76403 +"144313",20921,77056 +"144314",20921,77233 +"144315",20921,80615 +"144316",20921,93312 +"144317",20921,95976 +"144318",20921,110263 +"144319",20921,119358 +"144320",20923,21759 +"144321",20923,22744 +"144322",20923,41035 +"144323",20923,79821 +"144324",20923,87282 +"144325",20924,20925 +"144326",20924,21046 +"144327",20924,108851 +"144328",20924,108870 +"144329",20924,108878 +"144330",20925,21046 +"144331",20926,22405 +"144332",20926,26743 +"144333",20926,32841 +"144334",20926,35182 +"144335",20926,48084 +"144336",20926,52234 +"144337",20926,54712 +"144338",20926,56133 +"144339",20926,62862 +"144340",20927,40028 +"144341",20927,45352 +"144342",20927,60141 +"144343",20927,101793 +"144344",20929,32401 +"144345",20929,68174 +"144346",20929,82980 +"144347",20930,61570 +"144348",20931,33814 +"144349",20931,34475 +"144350",20931,35286 +"144351",20931,36454 +"144352",20931,37348 +"144353",20931,42799 +"144354",20931,43813 +"144355",20931,73898 +"144356",20931,74818 +"144357",20931,89284 +"144358",20931,92270 +"144359",20932,64405 +"144360",20933,20974 +"144361",20933,21016 +"144362",20933,36808 +"144363",20933,37942 +"144364",20933,40005 +"144365",20934,42695 +"144366",20934,64497 +"144367",20936,21726 +"144368",20937,39299 +"144369",20937,54729 +"144370",20938,20958 +"144371",20938,20995 +"144372",20938,26782 +"144373",20938,27823 +"144374",20938,46387 +"144375",20938,47600 +"144376",20938,49481 +"144377",20938,53355 +"144378",20938,67070 +"144379",20938,98306 +"144380",20939,26456 +"144381",20939,27187 +"144382",20939,42705 +"144383",20939,55475 +"144384",20939,62492 +"144385",20939,66077 +"144386",20939,79014 +"144387",20939,98604 +"144388",20940,51243 +"144389",20940,51328 +"144390",20940,83517 +"144391",20940,89451 +"144392",20940,94140 +"144393",20941,20942 +"144394",20941,21007 +"144395",20941,21008 +"144396",20941,23966 +"144397",20941,29837 +"144398",20941,30305 +"144399",20941,32384 +"144400",20941,38691 +"144401",20941,38915 +"144402",20941,45685 +"144403",20941,62991 +"144404",20941,63126 +"144405",20941,63143 +"144406",20941,63287 +"144407",20941,63344 +"144408",20942,21007 +"144409",20942,21008 +"144410",20942,31802 +"144411",20942,32706 +"144412",20942,38615 +"144413",20942,44273 +"144414",20942,47784 +"144415",20942,50195 +"144416",20942,55491 +"144417",20942,56001 +"144418",20942,59632 +"144419",20942,60820 +"144420",20942,62426 +"144421",20942,73960 +"144422",20942,90288 +"144423",20942,94746 +"144424",20942,96199 +"144425",20942,116254 +"144426",20943,89509 +"144427",20943,91752 +"144428",20944,80354 +"144429",20945,23469 +"144430",20947,55412 +"144431",20947,101757 +"144432",20948,57318 +"144433",20948,71786 +"144434",20949,29031 +"144435",20949,29680 +"144436",20949,50381 +"144437",20949,55841 +"144438",20949,55869 +"144439",20949,55890 +"144440",20949,55958 +"144441",20949,61021 +"144442",20950,22314 +"144443",20950,39603 +"144444",20950,46351 +"144445",20950,57781 +"144446",20950,77855 +"144447",20950,88966 +"144448",20950,99776 +"144449",20951,21207 +"144450",20951,21877 +"144451",20951,25651 +"144452",20951,38282 +"144453",20951,40241 +"144454",20951,53057 +"144455",20951,60645 +"144456",20951,68018 +"144457",20951,69621 +"144458",20951,90638 +"144459",20951,91845 +"144460",20951,92674 +"144461",20951,92984 +"144462",20951,95096 +"144463",20951,95938 +"144464",20952,39605 +"144465",20952,72874 +"144466",20953,21001 +"144467",20954,30733 +"144468",20954,30982 +"144469",20954,31035 +"144470",20955,33350 +"144471",20956,20959 +"144472",20957,20965 +"144473",20958,20995 +"144474",20958,48682 +"144475",20958,104080 +"144476",20961,26476 +"144477",20962,21559 +"144478",20962,53994 +"144479",20962,54973 +"144480",20962,61534 +"144481",20963,75438 +"144482",20964,36065 +"144483",20964,50956 +"144484",20964,72355 +"144485",20965,85862 +"144486",20966,21040 +"144487",20966,21074 +"144488",20966,42358 +"144489",20966,117086 +"144490",20967,21052 +"144491",20967,28619 +"144492",20967,98290 +"144493",20967,99095 +"144494",20968,26821 +"144495",20968,29881 +"144496",20968,31953 +"144497",20968,32486 +"144498",20968,32570 +"144499",20968,35931 +"144500",20968,75971 +"144501",20969,24068 +"144502",20969,27219 +"144503",20969,29000 +"144504",20969,40707 +"144505",20969,47056 +"144506",20969,91875 +"144507",20970,45217 +"144508",20970,83873 +"144509",20970,85137 +"144510",20970,88324 +"144511",20971,23421 +"144512",20971,64635 +"144513",20972,64915 +"144514",20973,24647 +"144515",20973,24648 +"144516",20973,32600 +"144517",20974,21016 +"144518",20974,45056 +"144519",20974,114440 +"144520",20975,20988 +"144521",20975,28015 +"144522",20975,36361 +"144523",20975,36972 +"144524",20975,50565 +"144525",20975,72956 +"144526",20975,78025 +"144527",20975,82080 +"144528",20975,86809 +"144529",20975,105602 +"144530",20975,120030 +"144531",20976,53753 +"144532",20976,69672 +"144533",20976,87509 +"144534",20976,112686 +"144535",20978,20980 +"144536",20978,27601 +"144537",20978,36501 +"144538",20979,25084 +"144539",20979,32957 +"144540",20979,42220 +"144541",20979,42232 +"144542",20979,49860 +"144543",20979,50309 +"144544",20979,50965 +"144545",20979,58377 +"144546",20979,61706 +"144547",20979,68217 +"144548",20979,69658 +"144549",20979,69665 +"144550",20979,69679 +"144551",20979,69699 +"144552",20979,75657 +"144553",20980,21983 +"144554",20980,36501 +"144555",20980,42897 +"144556",20980,59144 +"144557",20980,60534 +"144558",20980,68473 +"144559",20980,109582 +"144560",20980,111018 +"144561",20980,111387 +"144562",20980,111390 +"144563",20980,111428 +"144564",20981,97702 +"144565",20981,113226 +"144566",20982,21158 +"144567",20982,26275 +"144568",20982,43843 +"144569",20982,57229 +"144570",20982,74040 +"144571",20982,82014 +"144572",20982,82022 +"144573",20982,88537 +"144574",20982,99435 +"144575",20982,100373 +"144576",20982,115717 +"144577",20982,116589 +"144578",20983,68258 +"144579",20984,21013 +"144580",20984,36624 +"144581",20984,38069 +"144582",20984,38115 +"144583",20984,39594 +"144584",20984,46989 +"144585",20984,49306 +"144586",20984,56710 +"144587",20984,56817 +"144588",20984,56936 +"144589",20985,30527 +"144590",20986,65299 +"144591",20986,87115 +"144592",20986,87122 +"144593",20987,32215 +"144594",20987,89296 +"144595",20988,44823 +"144596",20988,45976 +"144597",20988,47018 +"144598",20988,75116 +"144599",20988,81872 +"144600",20988,84386 +"144601",20988,92711 +"144602",20988,93164 +"144603",20988,106564 +"144604",20988,107857 +"144605",20988,107865 +"144606",20988,109710 +"144607",20989,29159 +"144608",20989,82711 +"144609",20990,62279 +"144610",20991,23245 +"144611",20991,24017 +"144612",20991,31355 +"144613",20991,37782 +"144614",20991,39694 +"144615",20991,46003 +"144616",20991,47953 +"144617",20991,62595 +"144618",20992,21063 +"144619",20993,37890 +"144620",20993,42188 +"144621",20993,43160 +"144622",20993,49100 +"144623",20993,52237 +"144624",20993,52253 +"144625",20993,52271 +"144626",20993,66726 +"144627",20993,84439 +"144628",20994,35109 +"144629",20994,66141 +"144630",20994,69139 +"144631",20994,75013 +"144632",20994,76194 +"144633",20994,77305 +"144634",20994,93332 +"144635",20995,24403 +"144636",20995,42528 +"144637",20995,42877 +"144638",20995,77175 +"144639",20995,84614 +"144640",20995,94315 +"144641",20995,97003 +"144642",20996,50590 +"144643",20996,71249 +"144644",20997,81047 +"144645",20998,23223 +"144646",20998,23280 +"144647",20998,23991 +"144648",20998,26732 +"144649",20998,37621 +"144650",20998,53778 +"144651",20998,79224 +"144652",20999,27870 +"144653",20999,44786 +"144654",20999,60684 +"144655",20999,94128 +"144656",21000,30416 +"144657",21000,34739 +"144658",21000,54660 +"144659",21000,71285 +"144660",21000,83907 +"144661",21000,88409 +"144662",21000,104991 +"144663",21000,106040 +"144664",21000,106041 +"144665",21001,27685 +"144666",21001,29681 +"144667",21001,34496 +"144668",21001,40723 +"144669",21001,45801 +"144670",21001,46262 +"144671",21001,48291 +"144672",21001,53408 +"144673",21001,55486 +"144674",21001,55829 +"144675",21001,55843 +"144676",21001,55844 +"144677",21001,55860 +"144678",21001,55871 +"144679",21001,55883 +"144680",21001,55888 +"144681",21001,55912 +"144682",21001,55946 +"144683",21001,55957 +"144684",21001,57960 +"144685",21001,60662 +"144686",21001,66943 +"144687",21001,67405 +"144688",21001,78055 +"144689",21001,78901 +"144690",21001,111689 +"144691",21002,23961 +"144692",21002,25965 +"144693",21002,28130 +"144694",21002,59722 +"144695",21002,69803 +"144696",21002,84508 +"144697",21003,24942 +"144698",21003,40128 +"144699",21003,47939 +"144700",21003,50086 +"144701",21003,58809 +"144702",21003,60085 +"144703",21003,75825 +"144704",21003,78300 +"144705",21003,78872 +"144706",21003,94575 +"144707",21003,98893 +"144708",21003,99987 +"144709",21003,107371 +"144710",21004,38282 +"144711",21004,41269 +"144712",21004,86890 +"144713",21004,90564 +"144714",21004,95615 +"144715",21005,59576 +"144716",21007,21008 +"144717",21007,23966 +"144718",21007,26912 +"144719",21007,29837 +"144720",21007,29970 +"144721",21007,29971 +"144722",21007,30034 +"144723",21007,30305 +"144724",21007,32384 +"144725",21007,38691 +"144726",21007,38915 +"144727",21007,40634 +"144728",21007,45365 +"144729",21007,47784 +"144730",21007,50195 +"144731",21007,55491 +"144732",21007,59632 +"144733",21007,60820 +"144734",21007,62426 +"144735",21007,64526 +"144736",21008,25533 +"144737",21008,29013 +"144738",21008,32706 +"144739",21008,36598 +"144740",21008,39820 +"144741",21008,59703 +"144742",21008,73960 +"144743",21008,76521 +"144744",21008,89937 +"144745",21008,94746 +"144746",21009,21017 +"144747",21009,23735 +"144748",21009,24232 +"144749",21009,25263 +"144750",21009,42699 +"144751",21009,66782 +"144752",21009,79484 +"144753",21010,38620 +"144754",21010,49795 +"144755",21010,50679 +"144756",21011,35709 +"144757",21011,113387 +"144758",21011,120644 +"144759",21013,24621 +"144760",21013,35551 +"144761",21013,38495 +"144762",21013,55296 +"144763",21013,82453 +"144764",21014,33338 +"144765",21014,62570 +"144766",21014,98154 +"144767",21014,115487 +"144768",21015,30611 +"144769",21017,48841 +"144770",21017,48933 +"144771",21017,87988 +"144772",21017,87989 +"144773",21018,27952 +"144774",21018,31831 +"144775",21018,41662 +"144776",21018,46030 +"144777",21018,46358 +"144778",21018,46392 +"144779",21019,21022 +"144780",21019,104651 +"144781",21019,104677 +"144782",21020,96002 +"144783",21021,26731 +"144784",21021,28552 +"144785",21021,30704 +"144786",21021,108407 +"144787",21022,44564 +"144788",21023,37211 +"144789",21023,39127 +"144790",21023,43882 +"144791",21023,56038 +"144792",21023,68145 +"144793",21023,81387 +"144794",21024,21885 +"144795",21024,25672 +"144796",21024,29997 +"144797",21024,37633 +"144798",21024,41023 +"144799",21024,53928 +"144800",21024,64906 +"144801",21024,66728 +"144802",21024,74256 +"144803",21024,89117 +"144804",21024,100260 +"144805",21024,103654 +"144806",21024,122961 +"144807",21025,35780 +"144808",21025,57013 +"144809",21025,85562 +"144810",21026,28718 +"144811",21026,30486 +"144812",21026,37722 +"144813",21026,43329 +"144814",21026,46300 +"144815",21026,60439 +"144816",21026,60913 +"144817",21026,93190 +"144818",21027,58945 +"144819",21027,84520 +"144820",21027,86090 +"144821",21028,31357 +"144822",21028,33974 +"144823",21028,38820 +"144824",21028,54385 +"144825",21029,35732 +"144826",21029,38406 +"144827",21029,51470 +"144828",21029,63442 +"144829",21029,67823 +"144830",21029,78024 +"144831",21029,84786 +"144832",21029,84818 +"144833",21030,24666 +"144834",21030,107149 +"144835",21031,23679 +"144836",21032,22825 +"144837",21032,48451 +"144838",21032,63955 +"144839",21032,114287 +"144840",21033,23846 +"144841",21033,36971 +"144842",21033,38500 +"144843",21033,48170 +"144844",21033,75409 +"144845",21034,78869 +"144846",21034,79153 +"144847",21035,22755 +"144848",21035,28651 +"144849",21035,28759 +"144850",21035,75841 +"144851",21035,84556 +"144852",21036,26048 +"144853",21036,30265 +"144854",21036,56473 +"144855",21037,112905 +"144856",21038,28608 +"144857",21040,68225 +"144858",21041,21799 +"144859",21041,27081 +"144860",21041,39270 +"144861",21041,73489 +"144862",21042,21044 +"144863",21042,91968 +"144864",21043,101003 +"144865",21043,110720 +"144866",21044,49708 +"144867",21044,59631 +"144868",21044,81174 +"144869",21044,83455 +"144870",21044,101208 +"144871",21044,104715 +"144872",21045,41806 +"144873",21046,86436 +"144874",21046,116149 +"144875",21047,25556 +"144876",21047,35729 +"144877",21047,65366 +"144878",21047,65951 +"144879",21047,84820 +"144880",21048,57953 +"144881",21048,61446 +"144882",21048,80135 +"144883",21049,35992 +"144884",21050,23273 +"144885",21052,21403 +"144886",21052,23708 +"144887",21052,43225 +"144888",21052,46068 +"144889",21052,60482 +"144890",21052,69867 +"144891",21052,77310 +"144892",21052,87665 +"144893",21052,92299 +"144894",21052,94472 +"144895",21052,99732 +"144896",21052,102066 +"144897",21052,103875 +"144898",21053,43398 +"144899",21053,44069 +"144900",21053,65006 +"144901",21053,68634 +"144902",21053,75870 +"144903",21053,103259 +"144904",21053,103300 +"144905",21053,111396 +"144906",21053,111929 +"144907",21053,111932 +"144908",21053,111939 +"144909",21054,50657 +"144910",21054,70313 +"144911",21054,99167 +"144912",21054,104314 +"144913",21055,28877 +"144914",21055,39535 +"144915",21055,41033 +"144916",21055,41901 +"144917",21055,51781 +"144918",21055,63309 +"144919",21055,79468 +"144920",21055,102286 +"144921",21055,120607 +"144922",21056,22280 +"144923",21056,38879 +"144924",21056,46603 +"144925",21056,91963 +"144926",21056,115027 +"144927",21057,34094 +"144928",21057,37797 +"144929",21057,40566 +"144930",21057,46590 +"144931",21057,47629 +"144932",21057,47809 +"144933",21057,47949 +"144934",21057,47956 +"144935",21058,31293 +"144936",21059,23091 +"144937",21059,32123 +"144938",21059,45465 +"144939",21059,51823 +"144940",21059,53375 +"144941",21059,58462 +"144942",21059,60550 +"144943",21059,61948 +"144944",21059,72049 +"144945",21059,75095 +"144946",21059,103367 +"144947",21059,120641 +"144948",21060,21108 +"144949",21060,45197 +"144950",21060,49373 +"144951",21060,63722 +"144952",21060,70868 +"144953",21060,70909 +"144954",21061,29578 +"144955",21062,58446 +"144956",21062,84741 +"144957",21063,27511 +"144958",21063,28638 +"144959",21063,32079 +"144960",21063,32118 +"144961",21063,32231 +"144962",21063,32321 +"144963",21063,35289 +"144964",21063,51233 +"144965",21063,76505 +"144966",21063,121534 +"144967",21063,123158 +"144968",21064,65492 +"144969",21065,80601 +"144970",21066,37576 +"144971",21066,60063 +"144972",21066,65951 +"144973",21066,65952 +"144974",21067,22053 +"144975",21067,40925 +"144976",21067,41641 +"144977",21067,41649 +"144978",21067,41689 +"144979",21067,41690 +"144980",21067,41770 +"144981",21068,25530 +"144982",21068,27818 +"144983",21068,31521 +"144984",21068,31797 +"144985",21068,34693 +"144986",21068,37444 +"144987",21068,56396 +"144988",21068,65310 +"144989",21068,65366 +"144990",21069,21236 +"144991",21069,22916 +"144992",21069,37665 +"144993",21069,43014 +"144994",21069,55270 +"144995",21069,57216 +"144996",21069,57241 +"144997",21069,104416 +"144998",21069,112123 +"144999",21070,40548 +"145000",21071,72827 +"145001",21072,104143 +"145002",21073,49579 +"145003",21073,89744 +"145004",21073,89935 +"145005",21074,25778 +"145006",21074,43914 +"145007",21075,21271 +"145008",21075,21323 +"145009",21075,68021 +"145010",21076,21095 +"145011",21076,21151 +"145012",21076,47493 +"145013",21076,69081 +"145014",21076,82595 +"145015",21076,108617 +"145016",21076,119862 +"145017",21077,21324 +"145018",21078,21369 +"145019",21078,31751 +"145020",21078,34988 +"145021",21078,36031 +"145022",21078,59056 +"145023",21078,60883 +"145024",21078,82533 +"145025",21078,83680 +"145026",21078,83744 +"145027",21078,89681 +"145028",21078,90234 +"145029",21078,90321 +"145030",21079,42573 +"145031",21079,85923 +"145032",21080,21803 +"145033",21080,22519 +"145034",21080,24423 +"145035",21080,25622 +"145036",21080,27487 +"145037",21080,31091 +"145038",21080,34252 +"145039",21080,34273 +"145040",21080,34284 +"145041",21080,34317 +"145042",21080,43584 +"145043",21080,43652 +"145044",21080,60260 +"145045",21080,81641 +"145046",21080,81647 +"145047",21080,82165 +"145048",21081,21327 +"145049",21081,34953 +"145050",21082,21101 +"145051",21082,21119 +"145052",21082,21153 +"145053",21082,67912 +"145054",21083,25210 +"145055",21083,25211 +"145056",21083,25279 +"145057",21083,25280 +"145058",21083,25480 +"145059",21083,25699 +"145060",21083,25749 +"145061",21083,25786 +"145062",21083,25808 +"145063",21083,25896 +"145064",21083,106644 +"145065",21084,23091 +"145066",21084,25113 +"145067",21084,48747 +"145068",21084,51823 +"145069",21084,88686 +"145070",21085,66110 +"145071",21085,113367 +"145072",21085,113370 +"145073",21085,114946 +"145074",21086,30863 +"145075",21086,30892 +"145076",21086,36282 +"145077",21086,46748 +"145078",21087,25920 +"145079",21087,28204 +"145080",21087,35292 +"145081",21087,36296 +"145082",21087,44261 +"145083",21087,45697 +"145084",21087,97203 +"145085",21088,23847 +"145086",21088,24012 +"145087",21088,24262 +"145088",21088,24910 +"145089",21088,25758 +"145090",21088,26537 +"145091",21088,26872 +"145092",21088,28767 +"145093",21088,28871 +"145094",21088,30334 +"145095",21088,35496 +"145096",21088,37610 +"145097",21088,37636 +"145098",21088,39435 +"145099",21088,40131 +"145100",21088,40166 +"145101",21088,40392 +"145102",21088,40905 +"145103",21088,41030 +"145104",21088,41527 +"145105",21088,41529 +"145106",21088,41778 +"145107",21088,42939 +"145108",21088,43147 +"145109",21088,43234 +"145110",21088,43858 +"145111",21088,44828 +"145112",21088,45657 +"145113",21088,45933 +"145114",21088,46434 +"145115",21088,46788 +"145116",21088,47082 +"145117",21088,47123 +"145118",21088,47192 +"145119",21088,47488 +"145120",21088,48909 +"145121",21088,49859 +"145122",21088,50064 +"145123",21088,50067 +"145124",21088,50554 +"145125",21088,50879 +"145126",21088,51783 +"145127",21088,52018 +"145128",21088,53444 +"145129",21088,53527 +"145130",21088,53555 +"145131",21088,54275 +"145132",21088,55965 +"145133",21088,56046 +"145134",21088,56628 +"145135",21088,58004 +"145136",21088,58068 +"145137",21088,58633 +"145138",21088,61111 +"145139",21088,61127 +"145140",21088,68287 +"145141",21088,81887 +"145142",21088,83249 +"145143",21088,89780 +"145144",21088,104634 +"145145",21089,32419 +"145146",21089,42962 +"145147",21089,78270 +"145148",21089,103310 +"145149",21089,105273 +"145150",21089,115485 +"145151",21089,117512 +"145152",21090,56509 +"145153",21090,76544 +"145154",21091,21135 +"145155",21091,21888 +"145156",21091,21912 +"145157",21091,21945 +"145158",21091,22047 +"145159",21091,22067 +"145160",21091,39070 +"145161",21091,39884 +"145162",21091,85031 +"145163",21091,103255 +"145164",21092,28712 +"145165",21092,45031 +"145166",21092,76347 +"145167",21092,100211 +"145168",21092,101983 +"145169",21092,105138 +"145170",21092,116147 +"145171",21092,116180 +"145172",21092,119306 +"145173",21093,21283 +"145174",21093,21851 +"145175",21093,24597 +"145176",21093,32704 +"145177",21093,38813 +"145178",21093,44345 +"145179",21093,46720 +"145180",21093,48440 +"145181",21093,54160 +"145182",21093,54589 +"145183",21094,23775 +"145184",21094,30721 +"145185",21094,32523 +"145186",21094,34831 +"145187",21094,36538 +"145188",21094,39906 +"145189",21094,46668 +"145190",21094,77077 +"145191",21094,77316 +"145192",21094,90427 +"145193",21094,92468 +"145194",21094,95106 +"145195",21095,21151 +"145196",21095,66708 +"145197",21095,82578 +"145198",21095,102479 +"145199",21095,106327 +"145200",21095,119138 +"145201",21096,23082 +"145202",21096,64814 +"145203",21096,80589 +"145204",21096,93202 +"145205",21098,21918 +"145206",21098,24939 +"145207",21098,25639 +"145208",21098,26432 +"145209",21098,26943 +"145210",21098,28499 +"145211",21098,30866 +"145212",21098,31700 +"145213",21098,32361 +"145214",21098,33275 +"145215",21098,33883 +"145216",21098,36286 +"145217",21098,36767 +"145218",21098,37937 +"145219",21098,40419 +"145220",21098,42608 +"145221",21098,44180 +"145222",21098,45818 +"145223",21098,47232 +"145224",21098,51476 +"145225",21098,51892 +"145226",21098,53755 +"145227",21098,54168 +"145228",21098,57210 +"145229",21098,58482 +"145230",21098,59172 +"145231",21098,59816 +"145232",21098,61874 +"145233",21098,63274 +"145234",21098,66322 +"145235",21098,67327 +"145236",21098,70854 +"145237",21098,71683 +"145238",21098,72568 +"145239",21098,72628 +"145240",21098,73597 +"145241",21098,73767 +"145242",21098,74646 +"145243",21098,78532 +"145244",21098,81609 +"145245",21098,85885 +"145246",21098,86628 +"145247",21098,91255 +"145248",21098,92247 +"145249",21098,92352 +"145250",21098,92362 +"145251",21098,92928 +"145252",21098,92929 +"145253",21098,93719 +"145254",21098,94906 +"145255",21098,94946 +"145256",21098,95889 +"145257",21098,96093 +"145258",21098,97988 +"145259",21098,99309 +"145260",21098,99376 +"145261",21098,99423 +"145262",21098,99450 +"145263",21098,99471 +"145264",21098,99474 +"145265",21098,100916 +"145266",21098,100944 +"145267",21098,101126 +"145268",21098,101329 +"145269",21098,105557 +"145270",21098,107199 +"145271",21098,108743 +"145272",21098,108980 +"145273",21098,109143 +"145274",21098,109291 +"145275",21098,109933 +"145276",21098,110483 +"145277",21098,110567 +"145278",21098,110572 +"145279",21098,110630 +"145280",21098,110648 +"145281",21098,110711 +"145282",21098,110770 +"145283",21098,110869 +"145284",21098,110911 +"145285",21098,111285 +"145286",21098,111314 +"145287",21098,111362 +"145288",21098,111372 +"145289",21098,111373 +"145290",21098,111424 +"145291",21098,111433 +"145292",21098,112422 +"145293",21098,113269 +"145294",21098,113430 +"145295",21098,114242 +"145296",21098,114842 +"145297",21098,115427 +"145298",21098,115521 +"145299",21098,115711 +"145300",21099,31548 +"145301",21099,31569 +"145302",21099,31732 +"145303",21099,77211 +"145304",21099,80859 +"145305",21099,90299 +"145306",21099,101721 +"145307",21099,115736 +"145308",21100,27822 +"145309",21100,32911 +"145310",21100,52806 +"145311",21100,70802 +"145312",21100,90798 +"145313",21101,21119 +"145314",21101,21153 +"145315",21101,21574 +"145316",21101,21617 +"145317",21101,44122 +"145318",21101,52371 +"145319",21101,70064 +"145320",21101,84578 +"145321",21101,113451 +"145322",21101,115270 +"145323",21102,63717 +"145324",21102,96338 +"145325",21102,118640 +"145326",21103,35142 +"145327",21104,33473 +"145328",21104,50118 +"145329",21104,71516 +"145330",21104,85344 +"145331",21104,88699 +"145332",21104,116375 +"145333",21105,40841 +"145334",21105,41346 +"145335",21105,43348 +"145336",21105,48106 +"145337",21105,64633 +"145338",21106,25223 +"145339",21106,30821 +"145340",21106,39368 +"145341",21106,47701 +"145342",21106,56319 +"145343",21106,65669 +"145344",21106,70682 +"145345",21106,86342 +"145346",21106,118295 +"145347",21106,118722 +"145348",21106,118723 +"145349",21107,21316 +"145350",21107,23024 +"145351",21108,26201 +"145352",21109,21138 +"145353",21111,21214 +"145354",21111,40309 +"145355",21111,44795 +"145356",21111,49148 +"145357",21111,56569 +"145358",21111,57912 +"145359",21111,89028 +"145360",21111,91978 +"145361",21111,92585 +"145362",21112,27296 +"145363",21112,88329 +"145364",21112,88335 +"145365",21113,23786 +"145366",21113,25801 +"145367",21113,40684 +"145368",21113,45408 +"145369",21113,63013 +"145370",21113,71493 +"145371",21113,77798 +"145372",21113,82427 +"145373",21113,84518 +"145374",21113,86395 +"145375",21113,94701 +"145376",21115,29704 +"145377",21115,82195 +"145378",21115,88385 +"145379",21115,111045 +"145380",21115,113437 +"145381",21115,114275 +"145382",21115,114278 +"145383",21116,21191 +"145384",21116,21234 +"145385",21116,21320 +"145386",21117,88774 +"145387",21117,99529 +"145388",21117,99850 +"145389",21117,99851 +"145390",21118,21179 +"145391",21118,21197 +"145392",21118,21198 +"145393",21118,21285 +"145394",21118,25316 +"145395",21118,25577 +"145396",21118,38019 +"145397",21118,39238 +"145398",21118,56317 +"145399",21118,63357 +"145400",21118,80625 +"145401",21118,88518 +"145402",21119,21153 +"145403",21119,38268 +"145404",21119,45316 +"145405",21119,59700 +"145406",21119,67585 +"145407",21119,86715 +"145408",21119,91401 +"145409",21119,98956 +"145410",21120,24045 +"145411",21120,27656 +"145412",21120,33486 +"145413",21120,35630 +"145414",21120,39551 +"145415",21120,41277 +"145416",21120,41278 +"145417",21120,44091 +"145418",21120,46283 +"145419",21120,46715 +"145420",21120,46716 +"145421",21120,61413 +"145422",21120,64806 +"145423",21120,66653 +"145424",21120,72155 +"145425",21120,83526 +"145426",21120,89558 +"145427",21120,93136 +"145428",21120,100229 +"145429",21120,100332 +"145430",21120,109771 +"145431",21120,109832 +"145432",21120,111143 +"145433",21120,119662 +"145434",21120,119676 +"145435",21120,123165 +"145436",21121,22484 +"145437",21121,33067 +"145438",21121,43475 +"145439",21121,81761 +"145440",21121,88352 +"145441",21122,21686 +"145442",21122,56371 +"145443",21122,57950 +"145444",21122,62254 +"145445",21122,67999 +"145446",21122,71654 +"145447",21122,75948 +"145448",21122,94435 +"145449",21122,97899 +"145450",21122,97903 +"145451",21122,97915 +"145452",21122,97922 +"145453",21122,97943 +"145454",21122,103275 +"145455",21123,21916 +"145456",21124,21125 +"145457",21124,21215 +"145458",21124,25536 +"145459",21124,40416 +"145460",21124,73252 +"145461",21124,90864 +"145462",21124,111880 +"145463",21124,115347 +"145464",21125,21215 +"145465",21126,69446 +"145466",21127,76740 +"145467",21127,101112 +"145468",21127,116138 +"145469",21128,21270 +"145470",21128,21303 +"145471",21128,21342 +"145472",21128,21362 +"145473",21128,82793 +"145474",21130,21299 +"145475",21130,21358 +"145476",21130,22969 +"145477",21131,51287 +"145478",21131,61202 +"145479",21131,66609 +"145480",21131,84913 +"145481",21131,87447 +"145482",21131,93405 +"145483",21131,100024 +"145484",21131,116046 +"145485",21132,21133 +"145486",21132,36971 +"145487",21132,82879 +"145488",21133,36971 +"145489",21133,41713 +"145490",21133,74659 +"145491",21133,81250 +"145492",21133,83578 +"145493",21133,96144 +"145494",21133,96146 +"145495",21134,31468 +"145496",21135,21888 +"145497",21135,21912 +"145498",21135,21945 +"145499",21135,22047 +"145500",21135,22067 +"145501",21136,40637 +"145502",21136,50149 +"145503",21136,73601 +"145504",21136,78184 +"145505",21136,88724 +"145506",21137,36072 +"145507",21137,49256 +"145508",21137,56929 +"145509",21137,73008 +"145510",21137,76729 +"145511",21138,29435 +"145512",21138,44611 +"145513",21138,51017 +"145514",21138,55784 +"145515",21138,57644 +"145516",21138,71544 +"145517",21138,74731 +"145518",21138,74894 +"145519",21138,85895 +"145520",21138,87692 +"145521",21138,90802 +"145522",21138,90850 +"145523",21138,101395 +"145524",21138,101955 +"145525",21138,110650 +"145526",21139,64376 +"145527",21139,102647 +"145528",21140,25503 +"145529",21140,47055 +"145530",21141,22217 +"145531",21142,21920 +"145532",21142,22078 +"145533",21142,40736 +"145534",21142,66928 +"145535",21142,72678 +"145536",21143,42896 +"145537",21143,72900 +"145538",21143,87510 +"145539",21144,44151 +"145540",21144,58431 +"145541",21144,60155 +"145542",21144,61603 +"145543",21144,83705 +"145544",21144,84525 +"145545",21144,84535 +"145546",21144,113529 +"145547",21144,113560 +"145548",21145,23418 +"145549",21145,23610 +"145550",21145,27211 +"145551",21145,28283 +"145552",21145,29818 +"145553",21145,35571 +"145554",21145,48261 +"145555",21145,49339 +"145556",21145,49776 +"145557",21145,62591 +"145558",21145,84341 +"145559",21145,86070 +"145560",21145,115691 +"145561",21145,120998 +"145562",21146,21186 +"145563",21146,47896 +"145564",21146,71745 +"145565",21146,107421 +"145566",21147,61749 +"145567",21148,21308 +"145568",21148,24444 +"145569",21148,24497 +"145570",21148,24862 +"145571",21148,24887 +"145572",21148,24896 +"145573",21148,24928 +"145574",21148,24929 +"145575",21148,32583 +"145576",21148,33068 +"145577",21148,33251 +"145578",21148,36044 +"145579",21148,36405 +"145580",21148,38263 +"145581",21148,43481 +"145582",21148,55638 +"145583",21148,69455 +"145584",21148,75846 +"145585",21148,75858 +"145586",21148,81065 +"145587",21148,84074 +"145588",21149,23944 +"145589",21149,25367 +"145590",21149,43790 +"145591",21149,43920 +"145592",21149,48212 +"145593",21149,49071 +"145594",21150,21178 +"145595",21150,21363 +"145596",21150,27014 +"145597",21151,21752 +"145598",21151,22511 +"145599",21151,24716 +"145600",21151,48288 +"145601",21151,48444 +"145602",21151,52124 +"145603",21151,53765 +"145604",21151,59253 +"145605",21151,68194 +"145606",21151,68195 +"145607",21151,68393 +"145608",21151,80596 +"145609",21151,84372 +"145610",21151,90093 +"145611",21151,90840 +"145612",21151,111331 +"145613",21152,36339 +"145614",21152,53835 +"145615",21152,54825 +"145616",21152,54874 +"145617",21152,60890 +"145618",21154,21156 +"145619",21154,41494 +"145620",21154,64128 +"145621",21155,21298 +"145622",21155,22989 +"145623",21155,40314 +"145624",21155,67851 +"145625",21156,38108 +"145626",21157,22459 +"145627",21157,32142 +"145628",21157,106505 +"145629",21157,112229 +"145630",21158,24009 +"145631",21158,57229 +"145632",21158,82014 +"145633",21158,82022 +"145634",21158,99435 +"145635",21159,57040 +"145636",21159,64732 +"145637",21159,67996 +"145638",21159,80699 +"145639",21159,101920 +"145640",21159,120801 +"145641",21160,27359 +"145642",21160,31547 +"145643",21160,34018 +"145644",21160,46020 +"145645",21160,50507 +"145646",21160,50613 +"145647",21160,66512 +"145648",21161,21582 +"145649",21161,59950 +"145650",21161,59964 +"145651",21163,50739 +"145652",21163,52143 +"145653",21163,53954 +"145654",21163,99453 +"145655",21164,31880 +"145656",21164,34149 +"145657",21164,34316 +"145658",21164,62313 +"145659",21165,27061 +"145660",21165,39719 +"145661",21166,49238 +"145662",21166,81186 +"145663",21166,98790 +"145664",21167,21619 +"145665",21167,25435 +"145666",21167,35407 +"145667",21167,67597 +"145668",21167,69316 +"145669",21167,70159 +"145670",21167,72936 +"145671",21167,89062 +"145672",21167,89120 +"145673",21167,89606 +"145674",21167,90416 +"145675",21167,91060 +"145676",21167,91063 +"145677",21167,91397 +"145678",21167,93033 +"145679",21167,96155 +"145680",21167,96769 +"145681",21167,96771 +"145682",21167,98930 +"145683",21168,21228 +"145684",21168,44035 +"145685",21169,21332 +"145686",21170,21226 +"145687",21170,22588 +"145688",21170,22622 +"145689",21170,24902 +"145690",21171,21250 +"145691",21172,31404 +"145692",21172,36786 +"145693",21172,48478 +"145694",21172,72055 +"145695",21173,22000 +"145696",21173,40977 +"145697",21174,26113 +"145698",21174,54480 +"145699",21174,59505 +"145700",21174,67705 +"145701",21174,68101 +"145702",21174,68102 +"145703",21174,68120 +"145704",21174,68140 +"145705",21175,61048 +"145706",21176,21847 +"145707",21176,21849 +"145708",21176,22946 +"145709",21176,23252 +"145710",21176,28139 +"145711",21176,29468 +"145712",21176,30285 +"145713",21176,32452 +"145714",21176,33057 +"145715",21176,34303 +"145716",21176,34582 +"145717",21176,38576 +"145718",21176,41686 +"145719",21176,42129 +"145720",21176,42216 +"145721",21176,42273 +"145722",21176,43713 +"145723",21176,44100 +"145724",21176,45302 +"145725",21176,48359 +"145726",21176,50701 +"145727",21176,51017 +"145728",21176,51021 +"145729",21176,51035 +"145730",21176,51046 +"145731",21176,51047 +"145732",21176,54848 +"145733",21176,57225 +"145734",21176,57744 +"145735",21176,60370 +"145736",21176,60371 +"145737",21176,63746 +"145738",21176,65028 +"145739",21176,66023 +"145740",21176,69827 +"145741",21176,71127 +"145742",21176,87329 +"145743",21176,87332 +"145744",21176,87333 +"145745",21177,24180 +"145746",21177,40282 +"145747",21177,120824 +"145748",21178,21363 +"145749",21178,21882 +"145750",21178,23807 +"145751",21178,24630 +"145752",21178,27014 +"145753",21178,33281 +"145754",21178,33990 +"145755",21178,36374 +"145756",21178,43191 +"145757",21178,44983 +"145758",21178,53134 +"145759",21178,53618 +"145760",21178,54593 +"145761",21178,55363 +"145762",21178,63328 +"145763",21178,75772 +"145764",21178,85476 +"145765",21178,88542 +"145766",21178,90968 +"145767",21178,91848 +"145768",21178,94718 +"145769",21179,21197 +"145770",21179,21198 +"145771",21179,21285 +"145772",21179,24612 +"145773",21179,44148 +"145774",21179,48816 +"145775",21179,58723 +"145776",21179,59693 +"145777",21179,63048 +"145778",21179,63239 +"145779",21179,67511 +"145780",21179,70338 +"145781",21179,77950 +"145782",21179,86167 +"145783",21179,86520 +"145784",21180,21623 +"145785",21180,26008 +"145786",21180,27450 +"145787",21180,34162 +"145788",21180,76497 +"145789",21181,32088 +"145790",21183,28424 +"145791",21183,33303 +"145792",21183,51922 +"145793",21183,52047 +"145794",21183,53512 +"145795",21183,65273 +"145796",21183,68954 +"145797",21183,90828 +"145798",21183,93319 +"145799",21183,93384 +"145800",21183,96392 +"145801",21183,104432 +"145802",21183,107555 +"145803",21184,21621 +"145804",21184,29469 +"145805",21184,29502 +"145806",21184,29523 +"145807",21184,29528 +"145808",21184,33622 +"145809",21184,34154 +"145810",21184,37399 +"145811",21184,54366 +"145812",21185,21351 +"145813",21185,21988 +"145814",21186,50582 +"145815",21186,67373 +"145816",21186,86010 +"145817",21187,23467 +"145818",21187,52918 +"145819",21187,82510 +"145820",21187,85958 +"145821",21187,93198 +"145822",21188,36422 +"145823",21188,58177 +"145824",21189,43134 +"145825",21189,54543 +"145826",21190,37056 +"145827",21190,37057 +"145828",21190,37118 +"145829",21190,37165 +"145830",21190,37166 +"145831",21190,82918 +"145832",21191,21234 +"145833",21191,21320 +"145834",21192,21939 +"145835",21192,21955 +"145836",21192,29597 +"145837",21192,31604 +"145838",21192,32009 +"145839",21192,49891 +"145840",21192,57664 +"145841",21192,57728 +"145842",21192,57735 +"145843",21192,57756 +"145844",21193,25492 +"145845",21193,26998 +"145846",21193,27585 +"145847",21193,27681 +"145848",21193,28035 +"145849",21193,37047 +"145850",21193,37750 +"145851",21193,38237 +"145852",21193,38245 +"145853",21193,39122 +"145854",21193,51906 +"145855",21193,85552 +"145856",21194,48180 +"145857",21194,113949 +"145858",21195,36390 +"145859",21195,41922 +"145860",21196,27977 +"145861",21196,28438 +"145862",21196,35503 +"145863",21196,44687 +"145864",21196,49495 +"145865",21196,74711 +"145866",21196,88311 +"145867",21196,92616 +"145868",21196,96255 +"145869",21196,98181 +"145870",21196,101597 +"145871",21196,106991 +"145872",21197,21198 +"145873",21197,21285 +"145874",21197,58652 +"145875",21197,82180 +"145876",21198,21285 +"145877",21198,22282 +"145878",21198,23134 +"145879",21198,23450 +"145880",21198,23697 +"145881",21198,26749 +"145882",21198,29705 +"145883",21198,31539 +"145884",21198,36356 +"145885",21198,36972 +"145886",21198,38772 +"145887",21198,43385 +"145888",21198,44082 +"145889",21198,46723 +"145890",21198,49129 +"145891",21198,49302 +"145892",21198,50219 +"145893",21198,50565 +"145894",21198,52197 +"145895",21198,52576 +"145896",21198,53250 +"145897",21198,58508 +"145898",21198,66280 +"145899",21198,68801 +"145900",21198,71342 +"145901",21198,72956 +"145902",21198,76285 +"145903",21198,78025 +"145904",21198,81440 +"145905",21198,81493 +"145906",21198,82410 +"145907",21198,82442 +"145908",21198,82949 +"145909",21198,84138 +"145910",21198,84193 +"145911",21198,85821 +"145912",21198,94262 +"145913",21198,94826 +"145914",21198,101999 +"145915",21198,105490 +"145916",21199,21222 +"145917",21199,27062 +"145918",21199,33264 +"145919",21199,35042 +"145920",21199,35093 +"145921",21199,52972 +"145922",21199,54260 +"145923",21199,66052 +"145924",21199,75286 +"145925",21199,77913 +"145926",21199,83763 +"145927",21199,84333 +"145928",21199,90488 +"145929",21199,107901 +"145930",21200,47473 +"145931",21200,61414 +"145932",21201,27959 +"145933",21201,34437 +"145934",21201,35429 +"145935",21201,79308 +"145936",21201,79823 +"145937",21201,92993 +"145938",21201,95138 +"145939",21201,112273 +"145940",21202,26478 +"145941",21202,26556 +"145942",21202,44780 +"145943",21204,48037 +"145944",21206,60591 +"145945",21206,69032 +"145946",21207,24451 +"145947",21207,26599 +"145948",21207,27500 +"145949",21207,38749 +"145950",21207,40380 +"145951",21207,41581 +"145952",21207,43642 +"145953",21207,67623 +"145954",21207,68018 +"145955",21207,73684 +"145956",21207,76972 +"145957",21207,81473 +"145958",21209,21213 +"145959",21209,23735 +"145960",21209,24009 +"145961",21209,24627 +"145962",21209,39604 +"145963",21209,41282 +"145964",21209,91017 +"145965",21210,76590 +"145966",21210,93333 +"145967",21211,40959 +"145968",21211,78893 +"145969",21212,21244 +"145970",21213,23226 +"145971",21213,23860 +"145972",21213,24009 +"145973",21213,24186 +"145974",21213,24232 +"145975",21213,37037 +"145976",21213,38969 +"145977",21213,44334 +"145978",21213,44433 +"145979",21213,44603 +"145980",21213,50349 +"145981",21213,61551 +"145982",21213,91616 +"145983",21214,21502 +"145984",21214,34809 +"145985",21214,36899 +"145986",21214,46573 +"145987",21214,57912 +"145988",21214,82115 +"145989",21215,27498 +"145990",21215,79800 +"145991",21215,118438 +"145992",21215,120126 +"145993",21215,120150 +"145994",21216,33357 +"145995",21216,54982 +"145996",21217,21887 +"145997",21218,21862 +"145998",21218,22089 +"145999",21219,21220 +"146000",21219,21240 +"146001",21219,21241 +"146002",21219,21256 +"146003",21219,32442 +"146004",21219,34033 +"146005",21219,41062 +"146006",21219,46050 +"146007",21219,64021 +"146008",21219,101250 +"146009",21219,117163 +"146010",21220,21240 +"146011",21220,21241 +"146012",21220,21256 +"146013",21220,23385 +"146014",21220,27686 +"146015",21220,38817 +"146016",21220,39950 +"146017",21220,41881 +"146018",21220,43067 +"146019",21220,44873 +"146020",21220,62856 +"146021",21220,63183 +"146022",21220,63844 +"146023",21220,65802 +"146024",21220,73476 +"146025",21220,74055 +"146026",21220,74202 +"146027",21220,77433 +"146028",21220,84620 +"146029",21220,92835 +"146030",21220,92860 +"146031",21220,96634 +"146032",21220,97188 +"146033",21220,98133 +"146034",21220,98181 +"146035",21220,110281 +"146036",21220,110287 +"146037",21220,110300 +"146038",21220,110309 +"146039",21220,116115 +"146040",21221,85653 +"146041",21223,75873 +"146042",21223,87106 +"146043",21223,87749 +"146044",21223,115096 +"146045",21223,122675 +"146046",21224,44578 +"146047",21224,49800 +"146048",21224,55254 +"146049",21224,58629 +"146050",21224,106162 +"146051",21224,115155 +"146052",21224,117765 +"146053",21224,117767 +"146054",21225,26793 +"146055",21225,27543 +"146056",21225,37708 +"146057",21225,38701 +"146058",21225,46636 +"146059",21225,49997 +"146060",21225,57501 +"146061",21225,57525 +"146062",21225,76275 +"146063",21225,76315 +"146064",21225,76515 +"146065",21226,22588 +"146066",21226,22622 +"146067",21226,24902 +"146068",21227,27154 +"146069",21227,66897 +"146070",21227,74014 +"146071",21227,75744 +"146072",21228,25768 +"146073",21229,21422 +"146074",21229,23001 +"146075",21229,42450 +"146076",21229,42799 +"146077",21229,48773 +"146078",21229,56045 +"146079",21229,71253 +"146080",21229,85947 +"146081",21229,115902 +"146082",21230,44156 +"146083",21230,66248 +"146084",21230,84191 +"146085",21231,23988 +"146086",21231,31213 +"146087",21231,38752 +"146088",21231,40719 +"146089",21231,60385 +"146090",21231,78560 +"146091",21232,65168 +"146092",21233,22422 +"146093",21233,35888 +"146094",21233,40913 +"146095",21233,44022 +"146096",21233,56373 +"146097",21233,87053 +"146098",21233,109682 +"146099",21233,109873 +"146100",21233,109889 +"146101",21233,109898 +"146102",21233,109907 +"146103",21234,21320 +"146104",21235,39134 +"146105",21235,53737 +"146106",21236,21807 +"146107",21236,28621 +"146108",21236,28760 +"146109",21236,31508 +"146110",21236,53512 +"146111",21236,53749 +"146112",21236,57216 +"146113",21236,57241 +"146114",21236,57856 +"146115",21236,79817 +"146116",21236,80303 +"146117",21236,81359 +"146118",21236,91979 +"146119",21236,92865 +"146120",21236,92880 +"146121",21236,92896 +"146122",21238,48807 +"146123",21238,61937 +"146124",21238,62908 +"146125",21238,64966 +"146126",21238,65079 +"146127",21239,22003 +"146128",21240,21241 +"146129",21240,21256 +"146130",21240,31918 +"146131",21240,63844 +"146132",21240,72597 +"146133",21240,74055 +"146134",21240,76601 +"146135",21240,92835 +"146136",21240,92860 +"146137",21240,96634 +"146138",21240,97188 +"146139",21240,98133 +"146140",21240,101371 +"146141",21240,106791 +"146142",21241,21256 +"146143",21241,24380 +"146144",21241,31918 +"146145",21241,53172 +"146146",21241,65802 +"146147",21241,69377 +"146148",21241,74055 +"146149",21241,79100 +"146150",21241,94622 +"146151",21241,98133 +"146152",21242,27230 +"146153",21242,57974 +"146154",21242,77968 +"146155",21242,90962 +"146156",21242,106980 +"146157",21243,28449 +"146158",21245,27149 +"146159",21245,29402 +"146160",21245,85776 +"146161",21245,87254 +"146162",21246,86347 +"146163",21246,86840 +"146164",21247,25382 +"146165",21247,55507 +"146166",21247,64906 +"146167",21248,23141 +"146168",21248,27402 +"146169",21248,27624 +"146170",21248,35907 +"146171",21248,42040 +"146172",21248,42837 +"146173",21248,48082 +"146174",21248,48157 +"146175",21248,48186 +"146176",21248,50866 +"146177",21249,22591 +"146178",21249,25191 +"146179",21249,35186 +"146180",21249,35877 +"146181",21249,35885 +"146182",21249,44193 +"146183",21249,60956 +"146184",21249,84268 +"146185",21249,115544 +"146186",21250,61349 +"146187",21250,81392 +"146188",21252,21269 +"146189",21252,32414 +"146190",21252,33088 +"146191",21252,45992 +"146192",21252,72797 +"146193",21253,98260 +"146194",21254,22491 +"146195",21254,22492 +"146196",21255,53425 +"146197",21255,55367 +"146198",21255,90075 +"146199",21255,98528 +"146200",21256,43690 +"146201",21256,52830 +"146202",21256,92835 +"146203",21256,92860 +"146204",21256,96634 +"146205",21256,97188 +"146206",21256,104098 +"146207",21257,22519 +"146208",21257,122650 +"146209",21257,123050 +"146210",21257,123092 +"146211",21257,123111 +"146212",21258,29158 +"146213",21258,85075 +"146214",21258,85162 +"146215",21259,30340 +"146216",21259,38042 +"146217",21259,49954 +"146218",21259,60477 +"146219",21259,64636 +"146220",21259,85880 +"146221",21259,88473 +"146222",21259,94403 +"146223",21259,101210 +"146224",21260,23257 +"146225",21260,44289 +"146226",21260,47423 +"146227",21260,52345 +"146228",21260,59939 +"146229",21260,76249 +"146230",21261,62588 +"146231",21261,63294 +"146232",21261,76723 +"146233",21261,90738 +"146234",21261,99205 +"146235",21262,32233 +"146236",21262,91476 +"146237",21263,35186 +"146238",21263,35334 +"146239",21263,36066 +"146240",21263,51303 +"146241",21264,24526 +"146242",21264,40816 +"146243",21264,51703 +"146244",21264,55787 +"146245",21264,64139 +"146246",21264,66282 +"146247",21264,66357 +"146248",21264,91877 +"146249",21264,102171 +"146250",21264,120582 +"146251",21265,92270 +"146252",21266,27500 +"146253",21266,40492 +"146254",21266,43207 +"146255",21266,50581 +"146256",21266,63873 +"146257",21266,76623 +"146258",21266,89865 +"146259",21266,95417 +"146260",21266,96263 +"146261",21266,101908 +"146262",21266,110996 +"146263",21266,112083 +"146264",21267,26948 +"146265",21268,99381 +"146266",21269,25757 +"146267",21269,29456 +"146268",21269,30256 +"146269",21269,31492 +"146270",21269,37339 +"146271",21269,40695 +"146272",21269,51654 +"146273",21269,52653 +"146274",21269,71296 +"146275",21269,73384 +"146276",21269,82767 +"146277",21269,83180 +"146278",21269,83949 +"146279",21269,88714 +"146280",21269,105061 +"146281",21270,21303 +"146282",21270,21342 +"146283",21270,21362 +"146284",21271,21323 +"146285",21272,21273 +"146286",21272,22589 +"146287",21272,22875 +"146288",21272,34069 +"146289",21272,81623 +"146290",21273,82821 +"146291",21274,26874 +"146292",21274,36344 +"146293",21274,40731 +"146294",21274,49477 +"146295",21274,52086 +"146296",21274,54117 +"146297",21274,95909 +"146298",21274,95955 +"146299",21274,102426 +"146300",21274,113525 +"146301",21274,119433 +"146302",21275,22025 +"146303",21275,24213 +"146304",21275,24789 +"146305",21275,27147 +"146306",21275,34898 +"146307",21275,43077 +"146308",21275,67221 +"146309",21275,79668 +"146310",21275,80012 +"146311",21275,89771 +"146312",21275,118545 +"146313",21276,27845 +"146314",21276,36136 +"146315",21276,38699 +"146316",21276,45443 +"146317",21276,53013 +"146318",21276,54287 +"146319",21276,56338 +"146320",21276,63878 +"146321",21276,68014 +"146322",21276,78548 +"146323",21276,93208 +"146324",21277,23636 +"146325",21277,24592 +"146326",21277,27215 +"146327",21277,69369 +"146328",21278,23466 +"146329",21278,23700 +"146330",21278,23751 +"146331",21278,46321 +"146332",21278,46345 +"146333",21278,46351 +"146334",21278,46383 +"146335",21278,66803 +"146336",21279,21372 +"146337",21279,40715 +"146338",21279,72287 +"146339",21279,72528 +"146340",21279,72542 +"146341",21279,72551 +"146342",21280,25259 +"146343",21280,39950 +"146344",21280,107501 +"146345",21281,42236 +"146346",21281,42284 +"146347",21282,36278 +"146348",21283,21851 +"146349",21283,24597 +"146350",21283,25090 +"146351",21283,25747 +"146352",21283,28119 +"146353",21283,30668 +"146354",21283,30669 +"146355",21283,31410 +"146356",21283,31435 +"146357",21283,31449 +"146358",21283,31506 +"146359",21283,37697 +"146360",21283,38813 +"146361",21283,45462 +"146362",21283,48352 +"146363",21283,48379 +"146364",21283,48757 +"146365",21284,21315 +"146366",21284,21367 +"146367",21284,24811 +"146368",21284,34366 +"146369",21284,36404 +"146370",21284,36895 +"146371",21284,37010 +"146372",21284,53314 +"146373",21284,58911 +"146374",21284,82147 +"146375",21284,85530 +"146376",21284,85583 +"146377",21285,84298 +"146378",21286,26133 +"146379",21286,29253 +"146380",21286,91152 +"146381",21286,97886 +"146382",21286,107829 +"146383",21287,28261 +"146384",21287,29882 +"146385",21287,97182 +"146386",21287,109228 +"146387",21288,37278 +"146388",21288,42666 +"146389",21288,56245 +"146390",21288,73919 +"146391",21288,88650 +"146392",21289,21344 +"146393",21289,35558 +"146394",21289,45572 +"146395",21289,45644 +"146396",21289,49259 +"146397",21289,53340 +"146398",21289,82235 +"146399",21289,83983 +"146400",21289,84312 +"146401",21289,87054 +"146402",21289,87870 +"146403",21289,91156 +"146404",21289,91514 +"146405",21289,96356 +"146406",21289,101447 +"146407",21289,101590 +"146408",21289,103011 +"146409",21289,105435 +"146410",21290,44447 +"146411",21290,45839 +"146412",21290,57446 +"146413",21290,62453 +"146414",21290,63375 +"146415",21290,64172 +"146416",21290,65088 +"146417",21290,78305 +"146418",21290,84287 +"146419",21290,90533 +"146420",21290,93856 +"146421",21290,94172 +"146422",21291,27656 +"146423",21292,25564 +"146424",21292,25841 +"146425",21292,28030 +"146426",21292,31020 +"146427",21292,38557 +"146428",21292,49700 +"146429",21292,65969 +"146430",21293,22553 +"146431",21293,24770 +"146432",21293,33604 +"146433",21293,36121 +"146434",21293,38439 +"146435",21293,43224 +"146436",21293,48605 +"146437",21293,53708 +"146438",21293,65265 +"146439",21294,21325 +"146440",21295,52720 +"146441",21295,62126 +"146442",21296,64021 +"146443",21297,25348 +"146444",21297,42022 +"146445",21297,52172 +"146446",21297,69979 +"146447",21297,78186 +"146448",21297,80221 +"146449",21297,112772 +"146450",21298,22989 +"146451",21298,34117 +"146452",21298,40314 +"146453",21298,54776 +"146454",21298,54800 +"146455",21298,69683 +"146456",21298,72470 +"146457",21298,105366 +"146458",21299,21358 +"146459",21299,22345 +"146460",21299,22533 +"146461",21299,22546 +"146462",21299,22731 +"146463",21299,23048 +"146464",21299,28648 +"146465",21299,33687 +"146466",21299,48980 +"146467",21299,52179 +"146468",21299,52328 +"146469",21299,54816 +"146470",21299,111620 +"146471",21301,56797 +"146472",21301,82716 +"146473",21301,89815 +"146474",21302,28966 +"146475",21302,52680 +"146476",21302,57904 +"146477",21302,59203 +"146478",21302,73332 +"146479",21302,82453 +"146480",21302,87924 +"146481",21302,87932 +"146482",21302,87942 +"146483",21303,21342 +"146484",21303,21362 +"146485",21303,37010 +"146486",21303,96405 +"146487",21304,26926 +"146488",21304,33350 +"146489",21304,41085 +"146490",21304,53252 +"146491",21304,57341 +"146492",21304,62605 +"146493",21304,67067 +"146494",21304,78872 +"146495",21304,79806 +"146496",21304,92592 +"146497",21304,102732 +"146498",21304,106017 +"146499",21304,123297 +"146500",21305,21707 +"146501",21305,22597 +"146502",21305,22668 +"146503",21305,22669 +"146504",21305,22683 +"146505",21305,22684 +"146506",21305,31838 +"146507",21305,74844 +"146508",21306,22048 +"146509",21306,59573 +"146510",21307,32985 +"146511",21308,32717 +"146512",21309,27313 +"146513",21310,47355 +"146514",21310,74086 +"146515",21311,32748 +"146516",21311,47067 +"146517",21311,60730 +"146518",21311,108632 +"146519",21311,108646 +"146520",21311,111270 +"146521",21312,21373 +"146522",21312,21647 +"146523",21313,26648 +"146524",21313,40326 +"146525",21313,49048 +"146526",21313,111249 +"146527",21314,21330 +"146528",21314,23362 +"146529",21314,23482 +"146530",21314,29181 +"146531",21314,83269 +"146532",21315,21367 +"146533",21315,36404 +"146534",21315,53314 +"146535",21315,82147 +"146536",21315,85530 +"146537",21315,85583 +"146538",21317,121012 +"146539",21318,70896 +"146540",21319,51903 +"146541",21319,101337 +"146542",21320,67611 +"146543",21322,46848 +"146544",21322,55075 +"146545",21322,65591 +"146546",21322,85193 +"146547",21323,36306 +"146548",21324,26375 +"146549",21324,34550 +"146550",21324,48561 +"146551",21325,58601 +"146552",21325,59164 +"146553",21325,64925 +"146554",21325,80058 +"146555",21325,80152 +"146556",21325,85525 +"146557",21325,91210 +"146558",21325,93184 +"146559",21325,98791 +"146560",21325,98804 +"146561",21326,23741 +"146562",21326,35808 +"146563",21326,72257 +"146564",21326,104293 +"146565",21327,34953 +"146566",21328,29668 +"146567",21328,77191 +"146568",21328,84715 +"146569",21328,112161 +"146570",21328,113689 +"146571",21329,28855 +"146572",21329,33434 +"146573",21329,35908 +"146574",21329,35938 +"146575",21329,35939 +"146576",21329,35940 +"146577",21329,36011 +"146578",21329,36012 +"146579",21329,36013 +"146580",21329,36060 +"146581",21329,36178 +"146582",21330,21693 +"146583",21330,23362 +"146584",21330,23482 +"146585",21330,23509 +"146586",21330,27112 +"146587",21330,27586 +"146588",21330,29486 +"146589",21330,31609 +"146590",21330,31957 +"146591",21330,32131 +"146592",21330,32296 +"146593",21330,33473 +"146594",21330,40028 +"146595",21330,45352 +"146596",21330,48284 +"146597",21330,58918 +"146598",21330,60878 +"146599",21330,79082 +"146600",21330,85089 +"146601",21330,87048 +"146602",21330,87051 +"146603",21330,89736 +"146604",21330,107271 +"146605",21330,107291 +"146606",21331,31085 +"146607",21331,32338 +"146608",21331,34946 +"146609",21331,39216 +"146610",21331,39373 +"146611",21331,50815 +"146612",21331,52276 +"146613",21331,54161 +"146614",21331,63129 +"146615",21331,63690 +"146616",21331,65028 +"146617",21331,72674 +"146618",21331,79033 +"146619",21331,118657 +"146620",21332,73851 +"146621",21332,73860 +"146622",21333,90762 +"146623",21333,90960 +"146624",21334,31907 +"146625",21334,36502 +"146626",21334,53275 +"146627",21334,62824 +"146628",21334,74406 +"146629",21334,92986 +"146630",21334,107863 +"146631",21335,68452 +"146632",21336,69558 +"146633",21337,22167 +"146634",21337,26700 +"146635",21337,32628 +"146636",21337,33845 +"146637",21337,41759 +"146638",21337,54109 +"146639",21337,92217 +"146640",21337,94997 +"146641",21337,101125 +"146642",21338,21343 +"146643",21339,51132 +"146644",21340,22692 +"146645",21340,40028 +"146646",21340,53005 +"146647",21340,59939 +"146648",21340,72202 +"146649",21340,92609 +"146650",21340,102264 +"146651",21341,71049 +"146652",21341,77017 +"146653",21341,87806 +"146654",21342,21362 +"146655",21342,39983 +"146656",21344,57883 +"146657",21344,83983 +"146658",21344,84312 +"146659",21345,49773 +"146660",21346,24270 +"146661",21346,33443 +"146662",21346,34608 +"146663",21346,36197 +"146664",21346,36373 +"146665",21346,39294 +"146666",21346,45684 +"146667",21346,49608 +"146668",21346,55703 +"146669",21346,55706 +"146670",21346,55803 +"146671",21346,57246 +"146672",21346,57414 +"146673",21346,63012 +"146674",21346,71500 +"146675",21346,89105 +"146676",21346,91935 +"146677",21346,92657 +"146678",21346,95321 +"146679",21346,96828 +"146680",21346,99334 +"146681",21346,105334 +"146682",21346,113599 +"146683",21346,120110 +"146684",21347,22484 +"146685",21347,30019 +"146686",21347,33925 +"146687",21347,41019 +"146688",21347,41910 +"146689",21347,63641 +"146690",21347,65497 +"146691",21347,66717 +"146692",21347,71380 +"146693",21347,72307 +"146694",21347,72535 +"146695",21347,77535 +"146696",21347,79568 +"146697",21347,91164 +"146698",21347,95721 +"146699",21347,96007 +"146700",21347,98257 +"146701",21347,99435 +"146702",21348,33840 +"146703",21349,44384 +"146704",21349,68712 +"146705",21350,69384 +"146706",21351,21988 +"146707",21351,43261 +"146708",21351,52344 +"146709",21351,72866 +"146710",21352,29279 +"146711",21352,33500 +"146712",21352,44190 +"146713",21352,52257 +"146714",21352,62689 +"146715",21352,76996 +"146716",21352,79722 +"146717",21352,79917 +"146718",21352,79956 +"146719",21352,79963 +"146720",21352,80050 +"146721",21352,82131 +"146722",21352,82948 +"146723",21352,91637 +"146724",21352,91772 +"146725",21352,92163 +"146726",21352,105512 +"146727",21352,122134 +"146728",21352,122825 +"146729",21353,22329 +"146730",21353,25691 +"146731",21353,25765 +"146732",21353,25915 +"146733",21353,30016 +"146734",21353,32266 +"146735",21353,36468 +"146736",21353,41812 +"146737",21353,47252 +"146738",21353,66793 +"146739",21353,66839 +"146740",21353,88097 +"146741",21354,22465 +"146742",21354,46957 +"146743",21354,62653 +"146744",21354,62971 +"146745",21354,72215 +"146746",21354,82240 +"146747",21354,99523 +"146748",21355,21801 +"146749",21356,49341 +"146750",21357,21516 +"146751",21357,22455 +"146752",21357,27788 +"146753",21357,32633 +"146754",21357,36259 +"146755",21357,44194 +"146756",21357,47503 +"146757",21357,49868 +"146758",21357,61306 +"146759",21357,61320 +"146760",21357,61322 +"146761",21357,61332 +"146762",21357,61578 +"146763",21357,61613 +"146764",21357,76552 +"146765",21357,76560 +"146766",21357,98912 +"146767",21358,22873 +"146768",21358,23048 +"146769",21358,23057 +"146770",21358,28648 +"146771",21358,29939 +"146772",21358,34274 +"146773",21358,35304 +"146774",21358,41227 +"146775",21358,41489 +"146776",21358,45297 +"146777",21358,48823 +"146778",21358,52746 +"146779",21358,55481 +"146780",21358,61431 +"146781",21358,62269 +"146782",21358,63827 +"146783",21358,68236 +"146784",21358,68967 +"146785",21358,76580 +"146786",21358,76589 +"146787",21358,81904 +"146788",21358,85678 +"146789",21358,90509 +"146790",21358,93626 +"146791",21358,93642 +"146792",21358,96503 +"146793",21358,101971 +"146794",21359,60821 +"146795",21359,100725 +"146796",21359,100729 +"146797",21360,23467 +"146798",21361,31488 +"146799",21361,65733 +"146800",21361,67047 +"146801",21361,72460 +"146802",21361,86429 +"146803",21361,110742 +"146804",21362,79232 +"146805",21363,27014 +"146806",21364,35433 +"146807",21364,37064 +"146808",21364,96400 +"146809",21365,26288 +"146810",21366,28685 +"146811",21367,24811 +"146812",21367,36404 +"146813",21367,53314 +"146814",21367,82147 +"146815",21367,85530 +"146816",21367,85583 +"146817",21368,22417 +"146818",21368,45648 +"146819",21368,52191 +"146820",21368,52263 +"146821",21368,52471 +"146822",21368,61599 +"146823",21368,63171 +"146824",21368,86612 +"146825",21368,86620 +"146826",21368,91082 +"146827",21368,107729 +"146828",21369,22351 +"146829",21369,30524 +"146830",21369,31751 +"146831",21369,34988 +"146832",21369,36031 +"146833",21369,51184 +"146834",21369,60883 +"146835",21369,82064 +"146836",21369,82533 +"146837",21369,83680 +"146838",21369,83744 +"146839",21369,89681 +"146840",21369,90234 +"146841",21369,90321 +"146842",21370,22245 +"146843",21371,24863 +"146844",21371,50038 +"146845",21371,61687 +"146846",21371,73948 +"146847",21371,77163 +"146848",21372,30811 +"146849",21372,31035 +"146850",21372,51032 +"146851",21372,51092 +"146852",21372,57829 +"146853",21372,57973 +"146854",21372,62664 +"146855",21372,74786 +"146856",21372,76374 +"146857",21372,78845 +"146858",21372,78846 +"146859",21372,80412 +"146860",21372,82869 +"146861",21372,85308 +"146862",21372,88840 +"146863",21372,91189 +"146864",21372,96457 +"146865",21372,104799 +"146866",21373,21647 +"146867",21373,35185 +"146868",21373,35242 +"146869",21373,51332 +"146870",21373,51333 +"146871",21373,51344 +"146872",21373,51345 +"146873",21373,51378 +"146874",21373,51416 +"146875",21374,24280 +"146876",21374,36986 +"146877",21374,37471 +"146878",21374,37855 +"146879",21374,43696 +"146880",21374,44813 +"146881",21374,51011 +"146882",21374,54664 +"146883",21375,21851 +"146884",21375,29721 +"146885",21376,21377 +"146886",21376,29539 +"146887",21376,33777 +"146888",21376,38953 +"146889",21376,39445 +"146890",21376,41028 +"146891",21376,53740 +"146892",21376,70124 +"146893",21376,86730 +"146894",21377,57278 +"146895",21377,64191 +"146896",21377,116544 +"146897",21378,36201 +"146898",21379,48199 +"146899",21379,55674 +"146900",21379,100411 +"146901",21379,106446 +"146902",21380,58992 +"146903",21380,61293 +"146904",21380,98785 +"146905",21380,109703 +"146906",21381,22397 +"146907",21382,31594 +"146908",21383,21455 +"146909",21383,21593 +"146910",21383,27075 +"146911",21383,52573 +"146912",21383,78138 +"146913",21383,82171 +"146914",21384,21452 +"146915",21384,30900 +"146916",21384,31010 +"146917",21384,31034 +"146918",21384,35428 +"146919",21384,56106 +"146920",21384,74830 +"146921",21384,74997 +"146922",21385,23180 +"146923",21385,45075 +"146924",21385,66903 +"146925",21385,106397 +"146926",21386,21745 +"146927",21387,39819 +"146928",21387,52619 +"146929",21387,52912 +"146930",21387,82032 +"146931",21388,41855 +"146932",21388,46451 +"146933",21388,57999 +"146934",21388,79169 +"146935",21388,104235 +"146936",21388,104237 +"146937",21388,104259 +"146938",21389,21523 +"146939",21389,22466 +"146940",21389,37373 +"146941",21389,42574 +"146942",21389,49739 +"146943",21389,70076 +"146944",21389,120021 +"146945",21391,33975 +"146946",21391,40319 +"146947",21391,40340 +"146948",21392,21703 +"146949",21392,28748 +"146950",21392,33330 +"146951",21392,40338 +"146952",21392,43371 +"146953",21392,43419 +"146954",21392,45166 +"146955",21392,50781 +"146956",21392,52035 +"146957",21392,53204 +"146958",21392,64993 +"146959",21392,65358 +"146960",21392,84574 +"146961",21392,91566 +"146962",21393,34445 +"146963",21393,41570 +"146964",21393,59062 +"146965",21393,59925 +"146966",21393,73058 +"146967",21393,80085 +"146968",21393,80895 +"146969",21393,82710 +"146970",21393,84503 +"146971",21393,91017 +"146972",21393,102555 +"146973",21393,106852 +"146974",21393,106857 +"146975",21393,106897 +"146976",21393,106901 +"146977",21393,108481 +"146978",21394,23531 +"146979",21394,34767 +"146980",21394,59755 +"146981",21394,66708 +"146982",21394,76824 +"146983",21394,90626 +"146984",21394,115455 +"146985",21395,37063 +"146986",21395,53837 +"146987",21395,81934 +"146988",21395,88149 +"146989",21395,88359 +"146990",21395,97689 +"146991",21395,100791 +"146992",21395,104830 +"146993",21396,21533 +"146994",21396,39147 +"146995",21397,21592 +"146996",21397,37785 +"146997",21397,37810 +"146998",21397,45227 +"146999",21397,63708 +"147000",21397,104396 +"147001",21397,107153 +"147002",21397,107184 +"147003",21397,109300 +"147004",21398,21474 +"147005",21399,30490 +"147006",21399,38547 +"147007",21399,64891 +"147008",21399,67041 +"147009",21399,78568 +"147010",21399,81912 +"147011",21399,114749 +"147012",21400,29923 +"147013",21400,83164 +"147014",21400,84408 +"147015",21401,34129 +"147016",21401,37507 +"147017",21401,77001 +"147018",21401,83526 +"147019",21402,21570 +"147020",21402,22930 +"147021",21402,27885 +"147022",21402,56700 +"147023",21402,60811 +"147024",21402,65945 +"147025",21402,65985 +"147026",21402,110735 +"147027",21403,26064 +"147028",21403,43225 +"147029",21403,70408 +"147030",21403,92299 +"147031",21403,99732 +"147032",21403,101302 +"147033",21403,103875 +"147034",21404,21428 +"147035",21404,21434 +"147036",21404,25936 +"147037",21404,29437 +"147038",21404,31819 +"147039",21404,32340 +"147040",21404,33401 +"147041",21404,33665 +"147042",21404,38301 +"147043",21404,42214 +"147044",21404,50265 +"147045",21404,63332 +"147046",21404,75576 +"147047",21404,86513 +"147048",21404,96279 +"147049",21404,97833 +"147050",21404,105778 +"147051",21404,117348 +"147052",21405,48155 +"147053",21405,60066 +"147054",21405,64502 +"147055",21405,70219 +"147056",21405,76542 +"147057",21405,80882 +"147058",21405,99773 +"147059",21405,113757 +"147060",21406,42574 +"147061",21406,76478 +"147062",21406,86065 +"147063",21406,92093 +"147064",21407,26496 +"147065",21407,33388 +"147066",21407,33727 +"147067",21407,49124 +"147068",21407,49178 +"147069",21407,49987 +"147070",21407,54124 +"147071",21408,21409 +"147072",21408,25285 +"147073",21408,33697 +"147074",21408,35696 +"147075",21408,41612 +"147076",21408,43283 +"147077",21408,44536 +"147078",21408,58082 +"147079",21408,112750 +"147080",21409,78968 +"147081",21410,21497 +"147082",21410,32165 +"147083",21410,37005 +"147084",21410,47719 +"147085",21411,27187 +"147086",21411,31658 +"147087",21411,45506 +"147088",21411,48434 +"147089",21411,84434 +"147090",21411,105616 +"147091",21412,31643 +"147092",21412,63194 +"147093",21412,98537 +"147094",21412,121333 +"147095",21413,26523 +"147096",21413,27258 +"147097",21413,89331 +"147098",21413,101693 +"147099",21415,27694 +"147100",21415,30650 +"147101",21415,30852 +"147102",21415,37246 +"147103",21415,53920 +"147104",21415,56695 +"147105",21415,60001 +"147106",21415,62116 +"147107",21415,63326 +"147108",21416,27755 +"147109",21416,65379 +"147110",21416,110656 +"147111",21417,24571 +"147112",21417,27047 +"147113",21417,29579 +"147114",21417,31826 +"147115",21417,31985 +"147116",21417,32008 +"147117",21417,33360 +"147118",21417,34594 +"147119",21417,37512 +"147120",21417,72567 +"147121",21417,84122 +"147122",21417,84517 +"147123",21417,88435 +"147124",21418,21527 +"147125",21418,21591 +"147126",21419,83228 +"147127",21419,86357 +"147128",21420,23816 +"147129",21420,26623 +"147130",21420,29172 +"147131",21420,29332 +"147132",21420,30622 +"147133",21420,30665 +"147134",21420,30697 +"147135",21420,61333 +"147136",21421,31228 +"147137",21421,88462 +"147138",21422,21672 +"147139",21422,27924 +"147140",21422,28123 +"147141",21422,30309 +"147142",21422,39019 +"147143",21422,41108 +"147144",21422,45136 +"147145",21422,48773 +"147146",21422,56883 +"147147",21422,59023 +"147148",21422,60224 +"147149",21422,61220 +"147150",21422,63114 +"147151",21422,70996 +"147152",21422,71004 +"147153",21422,92296 +"147154",21422,114305 +"147155",21423,25212 +"147156",21423,28378 +"147157",21423,28527 +"147158",21423,38052 +"147159",21423,77871 +"147160",21423,90824 +"147161",21423,108709 +"147162",21424,32203 +"147163",21424,34661 +"147164",21424,52199 +"147165",21424,52813 +"147166",21424,70323 +"147167",21424,84422 +"147168",21424,92557 +"147169",21424,102079 +"147170",21424,103270 +"147171",21424,103678 +"147172",21424,109115 +"147173",21424,109116 +"147174",21424,109119 +"147175",21424,109121 +"147176",21425,38574 +"147177",21425,53323 +"147178",21425,53608 +"147179",21425,60798 +"147180",21425,86696 +"147181",21425,96416 +"147182",21425,101309 +"147183",21425,102007 +"147184",21426,37363 +"147185",21426,37509 +"147186",21426,79136 +"147187",21426,90643 +"147188",21426,101189 +"147189",21426,108091 +"147190",21426,120453 +"147191",21427,91450 +"147192",21428,32968 +"147193",21428,33522 +"147194",21428,76245 +"147195",21429,24864 +"147196",21429,42179 +"147197",21429,47177 +"147198",21429,64542 +"147199",21429,81094 +"147200",21429,81497 +"147201",21429,91683 +"147202",21429,97601 +"147203",21429,97607 +"147204",21430,36671 +"147205",21430,90329 +"147206",21431,21467 +"147207",21431,46393 +"147208",21431,50100 +"147209",21431,56066 +"147210",21431,82499 +"147211",21432,34375 +"147212",21433,21606 +"147213",21433,64834 +"147214",21433,77019 +"147215",21434,21513 +"147216",21434,24142 +"147217",21434,25936 +"147218",21434,31819 +"147219",21434,31854 +"147220",21434,32182 +"147221",21434,46349 +"147222",21434,70201 +"147223",21434,75576 +"147224",21434,82603 +"147225",21434,86255 +"147226",21434,86513 +"147227",21434,91188 +"147228",21434,91980 +"147229",21434,117348 +"147230",21435,31657 +"147231",21435,44439 +"147232",21435,49332 +"147233",21435,59898 +"147234",21435,92467 +"147235",21435,111550 +"147236",21435,118408 +"147237",21436,21545 +"147238",21436,39685 +"147239",21436,39777 +"147240",21437,60362 +"147241",21438,27512 +"147242",21438,87630 +"147243",21438,100255 +"147244",21438,114403 +"147245",21439,28216 +"147246",21439,31235 +"147247",21439,37082 +"147248",21439,41344 +"147249",21439,43859 +"147250",21439,47445 +"147251",21439,48696 +"147252",21439,73639 +"147253",21440,52072 +"147254",21440,85561 +"147255",21440,88720 +"147256",21440,114025 +"147257",21441,29186 +"147258",21441,48814 +"147259",21441,53446 +"147260",21441,57568 +"147261",21441,91321 +"147262",21441,95159 +"147263",21442,64410 +"147264",21442,67283 +"147265",21443,32641 +"147266",21443,55198 +"147267",21443,93888 +"147268",21443,118932 +"147269",21444,48271 +"147270",21444,51101 +"147271",21444,64234 +"147272",21444,68152 +"147273",21444,76152 +"147274",21444,81763 +"147275",21444,81772 +"147276",21444,81777 +"147277",21444,87009 +"147278",21445,24176 +"147279",21445,27123 +"147280",21445,29407 +"147281",21445,29408 +"147282",21445,29556 +"147283",21445,38739 +"147284",21445,57675 +"147285",21445,96808 +"147286",21445,99658 +"147287",21445,104701 +"147288",21446,99476 +"147289",21446,111133 +"147290",21446,114959 +"147291",21446,123283 +"147292",21447,26659 +"147293",21447,28002 +"147294",21447,51299 +"147295",21447,56236 +"147296",21447,64472 +"147297",21447,65964 +"147298",21447,75163 +"147299",21447,79260 +"147300",21447,89169 +"147301",21447,89240 +"147302",21447,90589 +"147303",21447,100184 +"147304",21448,23232 +"147305",21448,33519 +"147306",21448,43368 +"147307",21448,52092 +"147308",21448,57087 +"147309",21448,68693 +"147310",21448,69633 +"147311",21448,75168 +"147312",21448,78092 +"147313",21448,98056 +"147314",21448,98078 +"147315",21449,58416 +"147316",21450,21896 +"147317",21450,38910 +"147318",21450,41500 +"147319",21450,41605 +"147320",21450,53377 +"147321",21450,74016 +"147322",21450,76510 +"147323",21450,76624 +"147324",21450,92537 +"147325",21450,97442 +"147326",21450,100713 +"147327",21450,102153 +"147328",21450,116516 +"147329",21451,21461 +"147330",21451,28614 +"147331",21451,31609 +"147332",21451,34885 +"147333",21451,69657 +"147334",21451,79973 +"147335",21451,112639 +"147336",21453,35379 +"147337",21453,86812 +"147338",21453,108729 +"147339",21454,21685 +"147340",21454,25733 +"147341",21454,30484 +"147342",21454,36021 +"147343",21454,44921 +"147344",21454,50487 +"147345",21454,66557 +"147346",21454,92419 +"147347",21455,21593 +"147348",21455,22825 +"147349",21455,23498 +"147350",21455,23922 +"147351",21455,25447 +"147352",21455,30634 +"147353",21455,41197 +"147354",21455,48451 +"147355",21455,48501 +"147356",21455,52764 +"147357",21455,55081 +"147358",21455,89212 +"147359",21456,23264 +"147360",21456,43598 +"147361",21456,51131 +"147362",21456,68621 +"147363",21456,84567 +"147364",21457,21550 +"147365",21457,23312 +"147366",21457,23648 +"147367",21457,24559 +"147368",21457,47387 +"147369",21457,47388 +"147370",21458,32114 +"147371",21458,47994 +"147372",21458,50671 +"147373",21458,68044 +"147374",21458,94046 +"147375",21458,101453 +"147376",21458,111106 +"147377",21458,120620 +"147378",21458,122611 +"147379",21460,27845 +"147380",21460,30200 +"147381",21460,41560 +"147382",21460,45443 +"147383",21460,51492 +"147384",21460,60031 +"147385",21460,68177 +"147386",21460,71962 +"147387",21460,81489 +"147388",21460,91844 +"147389",21460,101228 +"147390",21460,103826 +"147391",21460,104394 +"147392",21460,113610 +"147393",21460,118030 +"147394",21460,118031 +"147395",21460,122288 +"147396",21461,22201 +"147397",21461,29454 +"147398",21461,30236 +"147399",21461,31371 +"147400",21461,32598 +"147401",21461,33907 +"147402",21461,34906 +"147403",21461,38678 +"147404",21461,38679 +"147405",21461,38680 +"147406",21461,38732 +"147407",21461,38747 +"147408",21461,38759 +"147409",21461,38794 +"147410",21461,39195 +"147411",21461,39322 +"147412",21461,41764 +"147413",21461,51859 +"147414",21461,51875 +"147415",21461,52213 +"147416",21461,82298 +"147417",21462,29265 +"147418",21463,31028 +"147419",21463,31164 +"147420",21463,36136 +"147421",21463,36160 +"147422",21463,39105 +"147423",21463,46951 +"147424",21463,47300 +"147425",21463,58686 +"147426",21463,67838 +"147427",21463,70975 +"147428",21465,26928 +"147429",21465,32292 +"147430",21465,33237 +"147431",21465,40852 +"147432",21465,45468 +"147433",21465,54948 +"147434",21467,24327 +"147435",21467,58970 +"147436",21467,79100 +"147437",21467,81163 +"147438",21468,26866 +"147439",21468,30907 +"147440",21468,37368 +"147441",21468,44447 +"147442",21468,49621 +"147443",21468,53905 +"147444",21468,53926 +"147445",21468,57446 +"147446",21468,78305 +"147447",21468,89863 +"147448",21468,99044 +"147449",21468,99809 +"147450",21468,100574 +"147451",21468,100967 +"147452",21469,88824 +"147453",21470,21525 +"147454",21470,99805 +"147455",21470,99834 +"147456",21471,48900 +"147457",21471,55392 +"147458",21472,21518 +"147459",21472,22762 +"147460",21472,27124 +"147461",21472,37479 +"147462",21472,37663 +"147463",21472,56068 +"147464",21472,56125 +"147465",21472,56143 +"147466",21472,56165 +"147467",21472,59698 +"147468",21473,22270 +"147469",21473,22855 +"147470",21473,39410 +"147471",21473,40667 +"147472",21473,98830 +"147473",21473,98839 +"147474",21474,24720 +"147475",21474,34205 +"147476",21474,34269 +"147477",21474,38001 +"147478",21474,41436 +"147479",21474,43696 +"147480",21474,69702 +"147481",21474,69718 +"147482",21474,79586 +"147483",21475,51351 +"147484",21475,51369 +"147485",21475,51400 +"147486",21475,60126 +"147487",21475,87577 +"147488",21476,54526 +"147489",21476,74497 +"147490",21476,74498 +"147491",21477,31562 +"147492",21477,31564 +"147493",21477,31617 +"147494",21477,36612 +"147495",21477,39850 +"147496",21477,47722 +"147497",21477,47731 +"147498",21478,44507 +"147499",21478,58074 +"147500",21478,58589 +"147501",21478,81007 +"147502",21478,85533 +"147503",21478,92613 +"147504",21478,95524 +"147505",21478,97706 +"147506",21478,100814 +"147507",21478,103799 +"147508",21478,105050 +"147509",21478,110511 +"147510",21478,113823 +"147511",21479,21541 +"147512",21479,27219 +"147513",21479,32922 +"147514",21479,40156 +"147515",21479,40165 +"147516",21479,40200 +"147517",21479,40280 +"147518",21479,46665 +"147519",21479,48533 +"147520",21479,59955 +"147521",21479,60477 +"147522",21479,61188 +"147523",21479,62678 +"147524",21479,67424 +"147525",21479,91875 +"147526",21479,99131 +"147527",21479,114774 +"147528",21481,38909 +"147529",21481,48470 +"147530",21481,70872 +"147531",21481,78218 +"147532",21482,29550 +"147533",21482,47502 +"147534",21482,73675 +"147535",21482,88155 +"147536",21482,89784 +"147537",21482,93700 +"147538",21482,96403 +"147539",21482,106532 +"147540",21482,106551 +"147541",21483,21499 +"147542",21484,21517 +"147543",21485,23581 +"147544",21485,28068 +"147545",21485,29336 +"147546",21485,29403 +"147547",21485,29854 +"147548",21485,34106 +"147549",21485,36912 +"147550",21485,48395 +"147551",21485,62325 +"147552",21485,74394 +"147553",21485,77211 +"147554",21485,88036 +"147555",21485,98133 +"147556",21486,21568 +"147557",21486,21569 +"147558",21486,21608 +"147559",21486,32734 +"147560",21487,35576 +"147561",21487,35788 +"147562",21487,40643 +"147563",21487,42256 +"147564",21487,57259 +"147565",21487,60666 +"147566",21487,71137 +"147567",21487,115975 +"147568",21487,115976 +"147569",21487,116747 +"147570",21488,28425 +"147571",21488,90886 +"147572",21488,93100 +"147573",21488,106117 +"147574",21491,23855 +"147575",21491,43985 +"147576",21491,95536 +"147577",21493,92233 +"147578",21493,107440 +"147579",21494,21812 +"147580",21495,27284 +"147581",21495,63943 +"147582",21496,35850 +"147583",21496,58894 +"147584",21496,90313 +"147585",21496,90924 +"147586",21497,47719 +"147587",21499,66217 +"147588",21499,72567 +"147589",21500,24508 +"147590",21501,25430 +"147591",21501,32719 +"147592",21501,71440 +"147593",21502,37324 +"147594",21502,40869 +"147595",21502,82115 +"147596",21503,33992 +"147597",21503,37478 +"147598",21503,86065 +"147599",21503,86842 +"147600",21504,21558 +"147601",21504,21732 +"147602",21504,25869 +"147603",21504,26518 +"147604",21504,32236 +"147605",21504,35264 +"147606",21504,39595 +"147607",21504,60604 +"147608",21505,21607 +"147609",21505,21665 +"147610",21505,23861 +"147611",21505,32630 +"147612",21505,34564 +"147613",21505,34620 +"147614",21505,38525 +"147615",21505,41713 +"147616",21505,42087 +"147617",21505,45047 +"147618",21505,45980 +"147619",21505,48202 +"147620",21505,48212 +"147621",21505,53132 +"147622",21505,53227 +"147623",21505,55111 +"147624",21505,58628 +"147625",21505,61801 +"147626",21505,64350 +"147627",21505,73044 +"147628",21505,73058 +"147629",21505,73335 +"147630",21505,78063 +"147631",21505,78429 +"147632",21505,78569 +"147633",21505,82143 +"147634",21505,83231 +"147635",21505,86471 +"147636",21505,90804 +"147637",21505,91022 +"147638",21505,91045 +"147639",21505,95675 +"147640",21505,101516 +"147641",21505,102387 +"147642",21505,108374 +"147643",21505,108893 +"147644",21505,109101 +"147645",21505,109523 +"147646",21505,110993 +"147647",21505,111338 +"147648",21505,111398 +"147649",21505,111409 +"147650",21505,111480 +"147651",21505,112422 +"147652",21505,112648 +"147653",21505,112708 +"147654",21505,112820 +"147655",21505,112997 +"147656",21505,113597 +"147657",21505,114418 +"147658",21505,114582 +"147659",21505,115371 +"147660",21505,116028 +"147661",21505,116604 +"147662",21505,122532 +"147663",21506,23491 +"147664",21506,24938 +"147665",21507,25919 +"147666",21507,53843 +"147667",21507,56316 +"147668",21507,71251 +"147669",21507,71444 +"147670",21507,81259 +"147671",21508,57056 +"147672",21508,57110 +"147673",21508,57121 +"147674",21509,22106 +"147675",21510,97297 +"147676",21511,53006 +"147677",21511,100496 +"147678",21512,49200 +"147679",21512,53350 +"147680",21512,64862 +"147681",21513,23051 +"147682",21513,31854 +"147683",21513,40428 +"147684",21513,42160 +"147685",21513,46349 +"147686",21513,53423 +"147687",21513,61586 +"147688",21513,65522 +"147689",21513,70201 +"147690",21513,84415 +"147691",21513,91188 +"147692",21514,21769 +"147693",21514,27362 +"147694",21514,84806 +"147695",21515,81299 +"147696",21516,28454 +"147697",21516,32633 +"147698",21516,58344 +"147699",21516,69228 +"147700",21516,69252 +"147701",21516,98912 +"147702",21518,22331 +"147703",21518,23417 +"147704",21518,24106 +"147705",21518,25443 +"147706",21518,26076 +"147707",21518,31307 +"147708",21518,33113 +"147709",21518,33383 +"147710",21518,33399 +"147711",21518,37439 +"147712",21518,46025 +"147713",21518,55192 +"147714",21518,55592 +"147715",21518,57844 +"147716",21518,80907 +"147717",21518,84541 +"147718",21518,104562 +"147719",21519,21578 +"147720",21519,22047 +"147721",21519,83681 +"147722",21521,33803 +"147723",21521,78639 +"147724",21521,78681 +"147725",21521,78945 +"147726",21522,49375 +"147727",21522,49430 +"147728",21522,54229 +"147729",21522,54537 +"147730",21522,113248 +"147731",21522,116585 +"147732",21524,25899 +"147733",21524,63206 +"147734",21524,81614 +"147735",21524,88959 +"147736",21526,26141 +"147737",21526,40299 +"147738",21526,45093 +"147739",21527,21591 +"147740",21527,49035 +"147741",21527,53779 +"147742",21528,82447 +"147743",21528,106836 +"147744",21528,116119 +"147745",21529,47444 +"147746",21530,21598 +"147747",21531,74493 +"147748",21531,87488 +"147749",21531,88526 +"147750",21531,97946 +"147751",21531,106487 +"147752",21532,23115 +"147753",21532,27221 +"147754",21532,59001 +"147755",21533,33537 +"147756",21533,33538 +"147757",21533,39147 +"147758",21533,55984 +"147759",21533,59630 +"147760",21533,91670 +"147761",21534,88697 +"147762",21535,21536 +"147763",21535,21537 +"147764",21535,21629 +"147765",21535,29582 +"147766",21535,36914 +"147767",21535,65590 +"147768",21535,79128 +"147769",21535,91198 +"147770",21535,103446 +"147771",21536,21537 +"147772",21536,21629 +"147773",21537,21629 +"147774",21537,36425 +"147775",21537,38498 +"147776",21538,21631 +"147777",21539,105438 +"147778",21539,105439 +"147779",21540,23717 +"147780",21540,54744 +"147781",21540,61419 +"147782",21541,27219 +"147783",21541,32922 +"147784",21541,40156 +"147785",21541,40165 +"147786",21541,40200 +"147787",21541,40280 +"147788",21541,46665 +"147789",21541,48533 +"147790",21541,59955 +"147791",21541,60477 +"147792",21541,91875 +"147793",21541,99131 +"147794",21543,79237 +"147795",21543,79905 +"147796",21543,92065 +"147797",21545,82783 +"147798",21545,91196 +"147799",21546,24417 +"147800",21546,96908 +"147801",21547,51868 +"147802",21547,87737 +"147803",21547,92242 +"147804",21547,117674 +"147805",21547,121265 +"147806",21547,121266 +"147807",21548,22368 +"147808",21548,22869 +"147809",21548,27247 +"147810",21548,28451 +"147811",21548,33385 +"147812",21548,35451 +"147813",21548,36967 +"147814",21548,41509 +"147815",21548,41757 +"147816",21548,43830 +"147817",21548,55222 +"147818",21548,61877 +"147819",21548,64695 +"147820",21548,67218 +"147821",21548,69559 +"147822",21548,76738 +"147823",21548,78386 +"147824",21548,78768 +"147825",21548,80917 +"147826",21548,94215 +"147827",21548,94234 +"147828",21549,21586 +"147829",21551,21614 +"147830",21552,28066 +"147831",21552,31966 +"147832",21552,65778 +"147833",21553,37928 +"147834",21553,40322 +"147835",21553,40329 +"147836",21553,40346 +"147837",21553,40436 +"147838",21553,40455 +"147839",21553,86980 +"147840",21553,92324 +"147841",21554,23752 +"147842",21554,40504 +"147843",21554,82897 +"147844",21554,82917 +"147845",21554,94339 +"147846",21556,36365 +"147847",21557,39607 +"147848",21557,41754 +"147849",21557,47542 +"147850",21557,50439 +"147851",21557,59671 +"147852",21557,59956 +"147853",21557,68038 +"147854",21557,69557 +"147855",21557,75818 +"147856",21557,75877 +"147857",21558,21732 +"147858",21558,29795 +"147859",21558,30275 +"147860",21558,35264 +"147861",21558,37565 +"147862",21558,37881 +"147863",21558,38309 +"147864",21558,85830 +"147865",21559,27959 +"147866",21559,53994 +"147867",21559,54973 +"147868",21559,72150 +"147869",21560,52130 +"147870",21560,57697 +"147871",21561,36863 +"147872",21562,37126 +"147873",21563,21564 +"147874",21563,21625 +"147875",21563,33034 +"147876",21564,21625 +"147877",21564,33034 +"147878",21565,107234 +"147879",21565,107249 +"147880",21566,22053 +"147881",21566,23006 +"147882",21566,24123 +"147883",21566,26703 +"147884",21566,31497 +"147885",21566,33814 +"147886",21566,35217 +"147887",21566,36441 +"147888",21566,36454 +"147889",21566,42799 +"147890",21566,46962 +"147891",21566,51656 +"147892",21566,52926 +"147893",21566,74818 +"147894",21566,92270 +"147895",21566,92300 +"147896",21567,23109 +"147897",21567,94106 +"147898",21568,21569 +"147899",21568,21608 +"147900",21568,54157 +"147901",21568,68071 +"147902",21568,68127 +"147903",21568,71986 +"147904",21569,21608 +"147905",21569,42697 +"147906",21569,54157 +"147907",21569,71986 +"147908",21570,21571 +"147909",21570,25635 +"147910",21570,27885 +"147911",21570,37401 +"147912",21570,54929 +"147913",21570,56700 +"147914",21570,60811 +"147915",21570,66946 +"147916",21570,67725 +"147917",21570,76178 +"147918",21570,78010 +"147919",21570,83093 +"147920",21570,96381 +"147921",21570,110735 +"147922",21571,22504 +"147923",21571,22566 +"147924",21571,27885 +"147925",21571,28064 +"147926",21571,29537 +"147927",21571,29538 +"147928",21571,38426 +"147929",21571,41921 +"147930",21571,46648 +"147931",21571,49019 +"147932",21571,53840 +"147933",21571,55060 +"147934",21571,85064 +"147935",21572,24746 +"147936",21573,25763 +"147937",21573,25797 +"147938",21573,30474 +"147939",21573,53083 +"147940",21573,61995 +"147941",21573,72083 +"147942",21573,74190 +"147943",21573,88506 +"147944",21574,21617 +"147945",21574,38478 +"147946",21575,26227 +"147947",21575,26847 +"147948",21575,37953 +"147949",21575,40427 +"147950",21575,67983 +"147951",21575,68986 +"147952",21575,92625 +"147953",21575,95391 +"147954",21575,107486 +"147955",21575,107601 +"147956",21576,22753 +"147957",21576,27482 +"147958",21576,32267 +"147959",21576,33826 +"147960",21576,49119 +"147961",21576,55025 +"147962",21576,57811 +"147963",21576,60301 +"147964",21576,86198 +"147965",21576,86225 +"147966",21576,89965 +"147967",21576,100630 +"147968",21576,101138 +"147969",21576,104127 +"147970",21576,111473 +"147971",21576,113033 +"147972",21577,21588 +"147973",21577,66878 +"147974",21577,107296 +"147975",21577,112344 +"147976",21577,112515 +"147977",21579,62842 +"147978",21580,21595 +"147979",21580,21613 +"147980",21580,30886 +"147981",21580,31541 +"147982",21580,34491 +"147983",21580,39572 +"147984",21580,53650 +"147985",21581,73439 +"147986",21581,74130 +"147987",21582,55392 +"147988",21583,21585 +"147989",21583,32074 +"147990",21583,74471 +"147991",21584,42472 +"147992",21584,48676 +"147993",21584,56539 +"147994",21584,66505 +"147995",21585,32074 +"147996",21585,74471 +"147997",21586,34776 +"147998",21586,36563 +"147999",21586,38899 +"148000",21586,38984 +"148001",21586,38994 +"148002",21586,49121 +"148003",21586,67259 +"148004",21586,80181 +"148005",21586,92183 +"148006",21586,97908 +"148007",21586,97936 +"148008",21587,25443 +"148009",21587,28092 +"148010",21587,33113 +"148011",21587,33383 +"148012",21587,33399 +"148013",21587,73464 +"148014",21589,53052 +"148015",21589,72869 +"148016",21593,29973 +"148017",21593,37632 +"148018",21593,37727 +"148019",21593,63029 +"148020",21593,82219 +"148021",21593,111386 +"148022",21594,81453 +"148023",21594,95458 +"148024",21595,21613 +"148025",21595,107377 +"148026",21596,114353 +"148027",21597,25816 +"148028",21597,26342 +"148029",21597,36807 +"148030",21597,38727 +"148031",21597,40250 +"148032",21597,54069 +"148033",21597,57129 +"148034",21597,59790 +"148035",21597,72363 +"148036",21597,92379 +"148037",21598,69500 +"148038",21599,61363 +"148039",21599,89629 +"148040",21599,115056 +"148041",21600,33181 +"148042",21600,54940 +"148043",21600,57328 +"148044",21600,60374 +"148045",21600,67586 +"148046",21601,55337 +"148047",21601,66853 +"148048",21601,117478 +"148049",21603,30150 +"148050",21603,44068 +"148051",21603,44079 +"148052",21603,44081 +"148053",21603,48893 +"148054",21603,48894 +"148055",21604,26764 +"148056",21605,114857 +"148057",21606,82849 +"148058",21607,21665 +"148059",21607,23861 +"148060",21607,32630 +"148061",21607,34564 +"148062",21607,34620 +"148063",21607,38525 +"148064",21607,41713 +"148065",21607,42087 +"148066",21607,45047 +"148067",21607,45980 +"148068",21607,47714 +"148069",21607,48202 +"148070",21607,48212 +"148071",21607,53132 +"148072",21607,53227 +"148073",21607,55111 +"148074",21607,58628 +"148075",21607,61801 +"148076",21607,64350 +"148077",21607,73044 +"148078",21607,73058 +"148079",21607,73335 +"148080",21607,78063 +"148081",21607,78429 +"148082",21607,78569 +"148083",21607,82143 +"148084",21607,83231 +"148085",21607,86471 +"148086",21607,90804 +"148087",21607,91022 +"148088",21607,91045 +"148089",21607,95675 +"148090",21607,101516 +"148091",21607,102387 +"148092",21607,108374 +"148093",21607,108893 +"148094",21607,109101 +"148095",21607,109523 +"148096",21607,110993 +"148097",21607,111338 +"148098",21607,111398 +"148099",21607,111409 +"148100",21607,111480 +"148101",21607,112422 +"148102",21607,112648 +"148103",21607,112708 +"148104",21607,112820 +"148105",21607,112997 +"148106",21607,113597 +"148107",21607,114418 +"148108",21607,114582 +"148109",21607,115371 +"148110",21607,116028 +"148111",21607,116604 +"148112",21609,39290 +"148113",21609,69619 +"148114",21609,85467 +"148115",21609,98710 +"148116",21609,113630 +"148117",21609,115390 +"148118",21609,119526 +"148119",21609,119569 +"148120",21610,75379 +"148121",21611,49974 +"148122",21611,86965 +"148123",21611,106325 +"148124",21612,22709 +"148125",21612,31724 +"148126",21612,32401 +"148127",21612,34921 +"148128",21612,85311 +"148129",21614,46136 +"148130",21615,24301 +"148131",21615,24384 +"148132",21615,24412 +"148133",21615,24438 +"148134",21615,27490 +"148135",21615,36817 +"148136",21615,78100 +"148137",21616,29619 +"148138",21616,89071 +"148139",21616,106326 +"148140",21617,21805 +"148141",21617,43398 +"148142",21617,44122 +"148143",21617,57990 +"148144",21617,64935 +"148145",21617,70009 +"148146",21617,70064 +"148147",21617,84578 +"148148",21617,87326 +"148149",21617,113451 +"148150",21619,25435 +"148151",21619,35407 +"148152",21619,42046 +"148153",21619,67597 +"148154",21619,69316 +"148155",21619,70159 +"148156",21619,72936 +"148157",21619,87621 +"148158",21619,89062 +"148159",21619,89120 +"148160",21619,89606 +"148161",21619,90416 +"148162",21619,91060 +"148163",21619,91063 +"148164",21619,91397 +"148165",21619,93033 +"148166",21619,96155 +"148167",21619,96769 +"148168",21619,96771 +"148169",21619,98930 +"148170",21620,36613 +"148171",21620,84717 +"148172",21620,119887 +"148173",21621,29469 +"148174",21621,29502 +"148175",21621,29523 +"148176",21621,29528 +"148177",21621,32090 +"148178",21621,32175 +"148179",21621,34154 +"148180",21621,67180 +"148181",21621,107037 +"148182",21622,89616 +"148183",21622,105680 +"148184",21623,106578 +"148185",21624,22117 +"148186",21624,47232 +"148187",21625,33034 +"148188",21626,23278 +"148189",21626,26271 +"148190",21626,33390 +"148191",21626,67393 +"148192",21626,68520 +"148193",21626,77565 +"148194",21626,92887 +"148195",21627,22839 +"148196",21627,22884 +"148197",21627,22888 +"148198",21627,26089 +"148199",21627,30283 +"148200",21627,31965 +"148201",21627,33588 +"148202",21627,33621 +"148203",21627,33634 +"148204",21627,33728 +"148205",21627,33771 +"148206",21627,37628 +"148207",21627,58855 +"148208",21627,62266 +"148209",21627,92491 +"148210",21627,93559 +"148211",21627,93560 +"148212",21628,25771 +"148213",21628,28190 +"148214",21628,32147 +"148215",21628,36499 +"148216",21628,46883 +"148217",21628,47280 +"148218",21628,50301 +"148219",21628,52376 +"148220",21628,55317 +"148221",21628,83173 +"148222",21628,87591 +"148223",21628,89606 +"148224",21628,122575 +"148225",21630,76217 +"148226",21630,120822 +"148227",21632,69688 +"148228",21632,69818 +"148229",21633,34845 +"148230",21633,42446 +"148231",21633,96417 +"148232",21634,21635 +"148233",21634,21636 +"148234",21634,24505 +"148235",21634,60706 +"148236",21634,79653 +"148237",21634,93122 +"148238",21634,113041 +"148239",21635,21636 +"148240",21635,45231 +"148241",21635,71588 +"148242",21635,81490 +"148243",21635,112288 +"148244",21636,25883 +"148245",21636,36086 +"148246",21636,40219 +"148247",21636,41041 +"148248",21636,45045 +"148249",21636,111499 +"148250",21637,62108 +"148251",21637,84763 +"148252",21638,22094 +"148253",21638,40060 +"148254",21638,53921 +"148255",21638,94188 +"148256",21639,21667 +"148257",21639,21807 +"148258",21639,22863 +"148259",21639,22919 +"148260",21639,43014 +"148261",21639,86703 +"148262",21639,93981 +"148263",21639,120224 +"148264",21639,121625 +"148265",21640,21845 +"148266",21640,75680 +"148267",21641,25747 +"148268",21641,48429 +"148269",21641,64405 +"148270",21641,69693 +"148271",21641,75935 +"148272",21641,89091 +"148273",21642,34017 +"148274",21642,48833 +"148275",21642,70696 +"148276",21643,44405 +"148277",21644,36984 +"148278",21644,37014 +"148279",21644,45197 +"148280",21644,57497 +"148281",21644,61762 +"148282",21644,85297 +"148283",21644,93271 +"148284",21645,21646 +"148285",21645,21648 +"148286",21645,21691 +"148287",21645,21742 +"148288",21645,21776 +"148289",21645,21780 +"148290",21645,21782 +"148291",21645,21792 +"148292",21645,21836 +"148293",21645,21838 +"148294",21645,21853 +"148295",21646,21648 +"148296",21646,21691 +"148297",21646,21742 +"148298",21646,21776 +"148299",21646,21780 +"148300",21646,21782 +"148301",21646,21792 +"148302",21646,21836 +"148303",21646,21838 +"148304",21646,21853 +"148305",21648,21691 +"148306",21648,21742 +"148307",21648,21776 +"148308",21648,21780 +"148309",21648,21782 +"148310",21648,21792 +"148311",21648,21836 +"148312",21648,21838 +"148313",21648,21853 +"148314",21649,21779 +"148315",21649,22006 +"148316",21649,57977 +"148317",21649,69498 +"148318",21649,94440 +"148319",21650,22351 +"148320",21650,25031 +"148321",21650,26216 +"148322",21650,28093 +"148323",21650,28353 +"148324",21650,29019 +"148325",21650,29026 +"148326",21650,32413 +"148327",21650,33179 +"148328",21650,33871 +"148329",21650,34614 +"148330",21650,34631 +"148331",21650,34668 +"148332",21650,35983 +"148333",21650,37352 +"148334",21650,38042 +"148335",21650,38270 +"148336",21650,40001 +"148337",21650,40113 +"148338",21650,40653 +"148339",21650,42289 +"148340",21650,44487 +"148341",21650,45025 +"148342",21650,48281 +"148343",21650,48380 +"148344",21650,48955 +"148345",21650,50662 +"148346",21650,50705 +"148347",21650,54173 +"148348",21650,54242 +"148349",21650,56216 +"148350",21650,59615 +"148351",21650,62679 +"148352",21650,63105 +"148353",21650,68001 +"148354",21650,68475 +"148355",21650,68917 +"148356",21650,69296 +"148357",21650,71106 +"148358",21650,73655 +"148359",21650,75767 +"148360",21650,76046 +"148361",21650,76459 +"148362",21650,76808 +"148363",21650,77727 +"148364",21650,78224 +"148365",21650,79222 +"148366",21650,82978 +"148367",21650,83306 +"148368",21650,85027 +"148369",21650,88412 +"148370",21650,90275 +"148371",21650,90426 +"148372",21650,91112 +"148373",21650,91526 +"148374",21650,93425 +"148375",21650,93523 +"148376",21650,94520 +"148377",21650,95954 +"148378",21650,99544 +"148379",21650,99547 +"148380",21650,99554 +"148381",21650,100595 +"148382",21650,100739 +"148383",21650,100819 +"148384",21650,101898 +"148385",21650,101988 +"148386",21650,102146 +"148387",21650,102201 +"148388",21650,102309 +"148389",21650,102635 +"148390",21650,102730 +"148391",21650,102846 +"148392",21650,103790 +"148393",21650,104095 +"148394",21650,104574 +"148395",21650,104784 +"148396",21650,104845 +"148397",21650,107269 +"148398",21650,107623 +"148399",21650,107714 +"148400",21650,107879 +"148401",21650,107975 +"148402",21650,116167 +"148403",21650,122826 +"148404",21651,34845 +"148405",21651,37858 +"148406",21651,44112 +"148407",21651,55220 +"148408",21651,71251 +"148409",21651,71444 +"148410",21651,79268 +"148411",21651,79321 +"148412",21651,79337 +"148413",21651,79493 +"148414",21651,83659 +"148415",21651,84579 +"148416",21652,21705 +"148417",21653,46157 +"148418",21653,81965 +"148419",21654,29678 +"148420",21654,40815 +"148421",21654,47751 +"148422",21654,80942 +"148423",21654,86573 +"148424",21654,96083 +"148425",21655,104109 +"148426",21655,113541 +"148427",21655,121152 +"148428",21656,42341 +"148429",21656,42696 +"148430",21656,43293 +"148431",21656,45580 +"148432",21656,48467 +"148433",21656,50022 +"148434",21656,50873 +"148435",21656,50874 +"148436",21656,50875 +"148437",21656,50876 +"148438",21656,50944 +"148439",21656,50945 +"148440",21656,50985 +"148441",21656,50986 +"148442",21656,50993 +"148443",21656,50994 +"148444",21657,55518 +"148445",21657,61159 +"148446",21658,30629 +"148447",21658,30632 +"148448",21658,92542 +"148449",21658,92571 +"148450",21660,78167 +"148451",21661,21689 +"148452",21662,24172 +"148453",21662,24581 +"148454",21662,40701 +"148455",21662,40736 +"148456",21662,46009 +"148457",21662,46191 +"148458",21662,49202 +"148459",21662,56126 +"148460",21663,22227 +"148461",21663,47046 +"148462",21663,77550 +"148463",21663,117355 +"148464",21664,64665 +"148465",21665,21666 +"148466",21665,23369 +"148467",21665,23861 +"148468",21665,30017 +"148469",21665,32630 +"148470",21665,34564 +"148471",21665,34620 +"148472",21665,37139 +"148473",21665,38525 +"148474",21665,41713 +"148475",21665,42087 +"148476",21665,42367 +"148477",21665,42389 +"148478",21665,42640 +"148479",21665,45047 +"148480",21665,45619 +"148481",21665,45980 +"148482",21665,48202 +"148483",21665,48212 +"148484",21665,53132 +"148485",21665,53227 +"148486",21665,54119 +"148487",21665,55111 +"148488",21665,57720 +"148489",21665,58628 +"148490",21665,60691 +"148491",21665,61801 +"148492",21665,63611 +"148493",21665,64350 +"148494",21665,73044 +"148495",21665,73058 +"148496",21665,73335 +"148497",21665,74884 +"148498",21665,78063 +"148499",21665,78429 +"148500",21665,78569 +"148501",21665,82143 +"148502",21665,83231 +"148503",21665,86471 +"148504",21665,90804 +"148505",21665,91022 +"148506",21665,91045 +"148507",21665,95675 +"148508",21665,101516 +"148509",21665,102387 +"148510",21665,106240 +"148511",21665,108374 +"148512",21665,108893 +"148513",21665,109101 +"148514",21665,109523 +"148515",21665,110993 +"148516",21665,111338 +"148517",21665,111398 +"148518",21665,111409 +"148519",21665,111480 +"148520",21665,112422 +"148521",21665,112648 +"148522",21665,112708 +"148523",21665,112820 +"148524",21665,112997 +"148525",21665,113597 +"148526",21665,114418 +"148527",21665,114582 +"148528",21665,115371 +"148529",21665,116028 +"148530",21665,116604 +"148531",21666,21969 +"148532",21666,23966 +"148533",21666,24268 +"148534",21666,32592 +"148535",21666,34990 +"148536",21666,41536 +"148537",21666,52368 +"148538",21666,52750 +"148539",21666,53884 +"148540",21666,54418 +"148541",21666,57879 +"148542",21666,59395 +"148543",21666,59632 +"148544",21666,59765 +"148545",21666,61916 +"148546",21666,68539 +"148547",21666,70447 +"148548",21666,70696 +"148549",21666,76423 +"148550",21666,83490 +"148551",21666,85933 +"148552",21666,101287 +"148553",21666,101907 +"148554",21666,104467 +"148555",21666,106272 +"148556",21666,112960 +"148557",21666,113721 +"148558",21666,115843 +"148559",21667,21807 +"148560",21667,77595 +"148561",21667,81347 +"148562",21667,117177 +"148563",21668,21749 +"148564",21668,23463 +"148565",21668,64711 +"148566",21668,104113 +"148567",21668,107916 +"148568",21668,119659 +"148569",21669,56787 +"148570",21670,35822 +"148571",21670,51434 +"148572",21670,58549 +"148573",21670,77929 +"148574",21670,92368 +"148575",21670,98838 +"148576",21670,98889 +"148577",21670,98910 +"148578",21670,98999 +"148579",21671,24478 +"148580",21671,26080 +"148581",21672,21693 +"148582",21672,22326 +"148583",21672,22362 +"148584",21672,22432 +"148585",21672,22480 +"148586",21672,25305 +"148587",21672,27924 +"148588",21672,28123 +"148589",21672,30031 +"148590",21672,32131 +"148591",21672,43001 +"148592",21672,46266 +"148593",21673,33835 +"148594",21674,21689 +"148595",21675,21677 +"148596",21675,21734 +"148597",21675,30930 +"148598",21675,37633 +"148599",21675,95491 +"148600",21676,22520 +"148601",21677,21734 +"148602",21677,25819 +"148603",21677,81005 +"148604",21677,81006 +"148605",21677,81013 +"148606",21679,50524 +"148607",21679,96662 +"148608",21681,21817 +"148609",21681,27090 +"148610",21681,27448 +"148611",21681,29154 +"148612",21681,31022 +"148613",21681,31134 +"148614",21681,49027 +"148615",21681,51841 +"148616",21681,58628 +"148617",21681,78399 +"148618",21681,90692 +"148619",21681,92506 +"148620",21681,115791 +"148621",21682,21828 +"148622",21682,21847 +"148623",21682,21849 +"148624",21682,22653 +"148625",21682,29538 +"148626",21682,39667 +"148627",21682,70365 +"148628",21682,76598 +"148629",21682,79436 +"148630",21682,98549 +"148631",21684,22897 +"148632",21684,26729 +"148633",21684,44959 +"148634",21684,47460 +"148635",21684,63799 +"148636",21684,74257 +"148637",21684,78618 +"148638",21684,81075 +"148639",21684,84337 +"148640",21684,84350 +"148641",21684,88164 +"148642",21685,32288 +"148643",21685,38017 +"148644",21685,52469 +"148645",21686,21758 +"148646",21686,62437 +"148647",21686,63317 +"148648",21686,79011 +"148649",21686,88232 +"148650",21686,95212 +"148651",21687,40671 +"148652",21687,46140 +"148653",21688,81361 +"148654",21689,35916 +"148655",21689,38331 +"148656",21689,45361 +"148657",21690,109039 +"148658",21691,21742 +"148659",21691,21776 +"148660",21691,21780 +"148661",21691,21782 +"148662",21691,21792 +"148663",21691,21836 +"148664",21691,21838 +"148665",21691,21853 +"148666",21691,39908 +"148667",21691,69561 +"148668",21691,69923 +"148669",21692,21756 +"148670",21692,55476 +"148671",21692,80675 +"148672",21692,87617 +"148673",21693,22326 +"148674",21693,22362 +"148675",21693,22432 +"148676",21693,22480 +"148677",21693,25305 +"148678",21693,27236 +"148679",21693,30031 +"148680",21693,30173 +"148681",21693,41036 +"148682",21693,43001 +"148683",21693,44462 +"148684",21693,78144 +"148685",21693,80571 +"148686",21693,87060 +"148687",21693,87073 +"148688",21693,97040 +"148689",21694,44701 +"148690",21694,62345 +"148691",21694,86784 +"148692",21695,36226 +"148693",21695,44274 +"148694",21695,50608 +"148695",21695,61571 +"148696",21695,65625 +"148697",21695,84136 +"148698",21695,92033 +"148699",21695,96421 +"148700",21696,41903 +"148701",21696,48860 +"148702",21696,74523 +"148703",21696,109516 +"148704",21696,118557 +"148705",21697,35826 +"148706",21698,33448 +"148707",21698,60808 +"148708",21698,87498 +"148709",21699,37589 +"148710",21699,39991 +"148711",21700,33577 +"148712",21700,33584 +"148713",21701,79165 +"148714",21702,21854 +"148715",21703,24972 +"148716",21703,30280 +"148717",21703,33330 +"148718",21703,33925 +"148719",21703,39882 +"148720",21703,49837 +"148721",21703,51512 +"148722",21703,94799 +"148723",21703,98625 +"148724",21704,22534 +"148725",21704,22730 +"148726",21704,47550 +"148727",21704,79686 +"148728",21704,100586 +"148729",21704,110485 +"148730",21704,115845 +"148731",21704,117539 +"148732",21706,21788 +"148733",21706,21791 +"148734",21706,22451 +"148735",21706,22466 +"148736",21706,22586 +"148737",21706,23557 +"148738",21706,23683 +"148739",21706,23971 +"148740",21706,31879 +"148741",21706,33801 +"148742",21706,34907 +"148743",21706,38790 +"148744",21706,40883 +"148745",21706,45224 +"148746",21706,53475 +"148747",21706,61066 +"148748",21706,96242 +"148749",21706,96251 +"148750",21706,96265 +"148751",21706,96267 +"148752",21707,22597 +"148753",21707,22668 +"148754",21707,22669 +"148755",21707,22683 +"148756",21707,22684 +"148757",21707,74844 +"148758",21708,23302 +"148759",21708,24610 +"148760",21708,24933 +"148761",21708,28054 +"148762",21708,30317 +"148763",21708,34570 +"148764",21708,35953 +"148765",21708,36085 +"148766",21708,36395 +"148767",21708,45131 +"148768",21708,45250 +"148769",21708,45296 +"148770",21708,48487 +"148771",21708,69194 +"148772",21708,98020 +"148773",21709,22385 +"148774",21709,65486 +"148775",21710,112617 +"148776",21710,121800 +"148777",21711,21746 +"148778",21711,22543 +"148779",21711,25599 +"148780",21711,26312 +"148781",21711,26991 +"148782",21711,31091 +"148783",21711,37055 +"148784",21711,37904 +"148785",21711,41400 +"148786",21711,53265 +"148787",21711,54089 +"148788",21711,59504 +"148789",21711,60624 +"148790",21711,63300 +"148791",21711,64108 +"148792",21711,68135 +"148793",21711,71246 +"148794",21711,71660 +"148795",21711,72696 +"148796",21711,73987 +"148797",21711,77362 +"148798",21711,82515 +"148799",21711,92196 +"148800",21711,95012 +"148801",21711,104132 +"148802",21711,120291 +"148803",21711,120293 +"148804",21712,21786 +"148805",21712,21795 +"148806",21712,26865 +"148807",21712,29195 +"148808",21712,30081 +"148809",21712,33091 +"148810",21712,34470 +"148811",21712,34594 +"148812",21712,34950 +"148813",21712,34965 +"148814",21712,36455 +"148815",21712,41575 +"148816",21712,46128 +"148817",21712,78738 +"148818",21712,82456 +"148819",21712,82513 +"148820",21712,82521 +"148821",21712,82524 +"148822",21713,26225 +"148823",21714,30566 +"148824",21714,60822 +"148825",21714,64729 +"148826",21715,23854 +"148827",21715,23917 +"148828",21715,30291 +"148829",21715,46192 +"148830",21715,47768 +"148831",21715,47826 +"148832",21715,50478 +"148833",21715,52770 +"148834",21715,59158 +"148835",21715,88398 +"148836",21715,118414 +"148837",21716,21775 +"148838",21716,21794 +"148839",21718,51437 +"148840",21718,71316 +"148841",21718,71397 +"148842",21718,71420 +"148843",21720,33812 +"148844",21720,73763 +"148845",21721,62211 +"148846",21721,71092 +"148847",21721,85546 +"148848",21721,92647 +"148849",21722,60155 +"148850",21722,77941 +"148851",21722,116884 +"148852",21723,96271 +"148853",21724,25821 +"148854",21724,68529 +"148855",21725,52419 +"148856",21726,30072 +"148857",21726,82608 +"148858",21727,72329 +"148859",21727,97507 +"148860",21728,23446 +"148861",21728,29487 +"148862",21728,68927 +"148863",21729,33144 +"148864",21729,45105 +"148865",21730,39036 +"148866",21730,39441 +"148867",21730,39469 +"148868",21730,39488 +"148869",21730,39506 +"148870",21731,38911 +"148871",21732,24190 +"148872",21732,29795 +"148873",21732,30275 +"148874",21732,31699 +"148875",21732,35264 +"148876",21732,37565 +"148877",21732,37881 +"148878",21732,40495 +"148879",21732,41034 +"148880",21732,44004 +"148881",21732,54499 +"148882",21732,54684 +"148883",21732,68160 +"148884",21732,91304 +"148885",21733,21972 +"148886",21733,39647 +"148887",21733,53983 +"148888",21733,78805 +"148889",21733,106363 +"148890",21733,106387 +"148891",21733,106395 +"148892",21734,26439 +"148893",21734,30930 +"148894",21734,35380 +"148895",21734,35849 +"148896",21734,41895 +"148897",21734,67921 +"148898",21734,67933 +"148899",21734,67985 +"148900",21734,115302 +"148901",21735,52342 +"148902",21735,91771 +"148903",21736,85825 +"148904",21737,43258 +"148905",21738,21740 +"148906",21738,47584 +"148907",21738,62517 +"148908",21739,29727 +"148909",21739,35077 +"148910",21739,117413 +"148911",21739,117715 +"148912",21740,25155 +"148913",21740,25560 +"148914",21740,30096 +"148915",21740,36093 +"148916",21740,42382 +"148917",21740,43750 +"148918",21740,43791 +"148919",21740,46571 +"148920",21740,48046 +"148921",21740,50720 +"148922",21740,51587 +"148923",21740,51750 +"148924",21740,59143 +"148925",21740,78123 +"148926",21740,78728 +"148927",21740,78887 +"148928",21740,84062 +"148929",21740,84552 +"148930",21740,84558 +"148931",21740,84599 +"148932",21740,85525 +"148933",21740,100925 +"148934",21740,101570 +"148935",21740,103731 +"148936",21740,103738 +"148937",21740,103743 +"148938",21740,103746 +"148939",21741,31274 +"148940",21741,45730 +"148941",21741,47218 +"148942",21741,80088 +"148943",21741,81950 +"148944",21741,84294 +"148945",21741,88297 +"148946",21741,91083 +"148947",21741,101534 +"148948",21741,110998 +"148949",21741,111048 +"148950",21741,111067 +"148951",21742,21776 +"148952",21742,21780 +"148953",21742,21782 +"148954",21742,21792 +"148955",21742,21836 +"148956",21742,21838 +"148957",21742,21853 +"148958",21743,29582 +"148959",21743,30845 +"148960",21743,32762 +"148961",21744,29376 +"148962",21744,34254 +"148963",21744,35187 +"148964",21744,35253 +"148965",21744,37666 +"148966",21744,37724 +"148967",21745,56336 +"148968",21745,75568 +"148969",21745,98456 +"148970",21745,116353 +"148971",21745,116689 +"148972",21746,22543 +"148973",21746,26991 +"148974",21746,34317 +"148975",21746,34495 +"148976",21746,45682 +"148977",21746,59504 +"148978",21746,70400 +"148979",21746,73905 +"148980",21746,73987 +"148981",21746,74400 +"148982",21746,77362 +"148983",21747,31479 +"148984",21748,51778 +"148985",21748,112392 +"148986",21750,24848 +"148987",21750,29557 +"148988",21750,30144 +"148989",21750,35842 +"148990",21750,41352 +"148991",21750,79463 +"148992",21750,92507 +"148993",21750,93754 +"148994",21750,94688 +"148995",21750,114413 +"148996",21750,114950 +"148997",21750,114986 +"148998",21751,28774 +"148999",21751,55541 +"149000",21751,57679 +"149001",21751,59566 +"149002",21751,60413 +"149003",21751,68895 +"149004",21751,72062 +"149005",21752,22511 +"149006",21752,29967 +"149007",21752,35807 +"149008",21752,48288 +"149009",21752,80596 +"149010",21752,90093 +"149011",21752,94660 +"149012",21753,21800 +"149013",21753,33649 +"149014",21753,52848 +"149015",21753,54381 +"149016",21753,86590 +"149017",21753,101456 +"149018",21754,25044 +"149019",21754,31341 +"149020",21754,36103 +"149021",21754,40299 +"149022",21754,44623 +"149023",21754,46851 +"149024",21754,47171 +"149025",21754,56393 +"149026",21754,61412 +"149027",21754,65751 +"149028",21754,67339 +"149029",21754,76928 +"149030",21754,76956 +"149031",21754,96823 +"149032",21754,97954 +"149033",21754,97955 +"149034",21754,97972 +"149035",21754,97973 +"149036",21754,97981 +"149037",21754,97987 +"149038",21754,97994 +"149039",21754,97998 +"149040",21754,97999 +"149041",21754,98008 +"149042",21755,21914 +"149043",21755,29483 +"149044",21755,36926 +"149045",21757,21790 +"149046",21757,24345 +"149047",21757,45150 +"149048",21757,84496 +"149049",21758,38047 +"149050",21758,97913 +"149051",21760,21967 +"149052",21760,22018 +"149053",21761,76707 +"149054",21762,31824 +"149055",21762,40577 +"149056",21762,45889 +"149057",21762,67047 +"149058",21762,68344 +"149059",21762,107641 +"149060",21762,107650 +"149061",21763,29315 +"149062",21763,33149 +"149063",21763,36651 +"149064",21763,64503 +"149065",21763,70966 +"149066",21763,73354 +"149067",21763,75178 +"149068",21763,85444 +"149069",21763,94498 +"149070",21763,94502 +"149071",21763,94503 +"149072",21763,113342 +"149073",21763,119133 +"149074",21764,21832 +"149075",21764,49760 +"149076",21764,50951 +"149077",21764,85986 +"149078",21765,29273 +"149079",21765,83692 +"149080",21765,96213 +"149081",21765,96551 +"149082",21765,102689 +"149083",21765,102690 +"149084",21765,102707 +"149085",21765,109210 +"149086",21766,54175 +"149087",21767,38565 +"149088",21767,87330 +"149089",21768,21777 +"149090",21768,21818 +"149091",21768,21833 +"149092",21770,24679 +"149093",21770,45727 +"149094",21770,48521 +"149095",21770,53747 +"149096",21770,70646 +"149097",21772,27128 +"149098",21772,59213 +"149099",21772,59431 +"149100",21772,109644 +"149101",21772,114175 +"149102",21772,119220 +"149103",21773,38624 +"149104",21773,55112 +"149105",21773,83569 +"149106",21773,85662 +"149107",21773,92254 +"149108",21773,92437 +"149109",21774,23679 +"149110",21774,24299 +"149111",21774,27030 +"149112",21774,29368 +"149113",21774,29737 +"149114",21774,33095 +"149115",21774,38784 +"149116",21774,40129 +"149117",21774,43571 +"149118",21774,53485 +"149119",21774,64955 +"149120",21774,78052 +"149121",21774,91512 +"149122",21774,91899 +"149123",21774,102646 +"149124",21775,21794 +"149125",21775,100759 +"149126",21776,21780 +"149127",21776,21782 +"149128",21776,21792 +"149129",21776,21836 +"149130",21776,21838 +"149131",21776,21853 +"149132",21777,21818 +"149133",21777,21833 +"149134",21779,113090 +"149135",21780,21782 +"149136",21780,21792 +"149137",21780,21836 +"149138",21780,21838 +"149139",21780,21853 +"149140",21780,31626 +"149141",21780,36698 +"149142",21780,40152 +"149143",21780,48763 +"149144",21780,61841 +"149145",21780,76634 +"149146",21780,77505 +"149147",21780,77521 +"149148",21780,77523 +"149149",21780,77582 +"149150",21780,87449 +"149151",21781,80697 +"149152",21781,92485 +"149153",21782,21792 +"149154",21782,21836 +"149155",21782,21838 +"149156",21782,21853 +"149157",21783,86633 +"149158",21784,106123 +"149159",21786,21795 +"149160",21786,24363 +"149161",21786,25762 +"149162",21786,29976 +"149163",21786,34965 +"149164",21786,36239 +"149165",21786,36481 +"149166",21786,52721 +"149167",21786,105075 +"149168",21787,32476 +"149169",21787,42139 +"149170",21787,49469 +"149171",21787,98130 +"149172",21787,110449 +"149173",21788,21791 +"149174",21788,22451 +"149175",21788,22466 +"149176",21789,32350 +"149177",21789,42956 +"149178",21789,91763 +"149179",21791,22451 +"149180",21791,22466 +"149181",21791,106513 +"149182",21792,21836 +"149183",21792,21838 +"149184",21792,21853 +"149185",21793,35538 +"149186",21793,35556 +"149187",21793,35568 +"149188",21793,39189 +"149189",21793,51515 +"149190",21793,52199 +"149191",21793,66299 +"149192",21794,22038 +"149193",21794,40379 +"149194",21794,67121 +"149195",21794,112637 +"149196",21794,112649 +"149197",21795,29195 +"149198",21795,34189 +"149199",21795,34206 +"149200",21795,34222 +"149201",21795,34594 +"149202",21795,34950 +"149203",21795,35840 +"149204",21795,36768 +"149205",21795,36780 +"149206",21795,36816 +"149207",21795,44286 +"149208",21795,44287 +"149209",21795,44344 +"149210",21795,44395 +"149211",21795,52133 +"149212",21795,61892 +"149213",21795,66515 +"149214",21795,66577 +"149215",21795,77548 +"149216",21795,82524 +"149217",21796,38846 +"149218",21796,43278 +"149219",21796,58893 +"149220",21797,21798 +"149221",21797,59198 +"149222",21799,50423 +"149223",21799,53209 +"149224",21801,28451 +"149225",21803,63300 +"149226",21804,23116 +"149227",21804,32697 +"149228",21804,35088 +"149229",21804,51843 +"149230",21804,53756 +"149231",21804,54385 +"149232",21804,79000 +"149233",21804,80025 +"149234",21804,84808 +"149235",21804,84828 +"149236",21805,40927 +"149237",21805,57990 +"149238",21805,70009 +"149239",21805,80790 +"149240",21805,87326 +"149241",21805,99504 +"149242",21805,109540 +"149243",21805,111867 +"149244",21805,119535 +"149245",21805,122185 +"149246",21806,28185 +"149247",21806,67508 +"149248",21808,25504 +"149249",21808,31885 +"149250",21808,49601 +"149251",21808,103661 +"149252",21809,37688 +"149253",21810,23381 +"149254",21810,25792 +"149255",21810,34488 +"149256",21811,23688 +"149257",21811,24256 +"149258",21811,29512 +"149259",21811,49359 +"149260",21811,61975 +"149261",21811,82412 +"149262",21812,24267 +"149263",21813,23586 +"149264",21813,77254 +"149265",21813,82543 +"149266",21813,106937 +"149267",21814,22462 +"149268",21814,24847 +"149269",21814,32330 +"149270",21814,33451 +"149271",21814,40792 +"149272",21814,42233 +"149273",21814,54204 +"149274",21814,58548 +"149275",21814,60738 +"149276",21814,65511 +"149277",21814,67165 +"149278",21814,74862 +"149279",21815,22811 +"149280",21815,34147 +"149281",21815,40114 +"149282",21815,56689 +"149283",21815,117453 +"149284",21816,60464 +"149285",21816,79256 +"149286",21816,92658 +"149287",21816,118297 +"149288",21817,26816 +"149289",21817,38320 +"149290",21818,21833 +"149291",21819,21820 +"149292",21819,42881 +"149293",21821,24890 +"149294",21821,30485 +"149295",21821,35457 +"149296",21821,99613 +"149297",21821,108945 +"149298",21821,108946 +"149299",21822,24207 +"149300",21822,30954 +"149301",21823,25767 +"149302",21823,26926 +"149303",21823,42303 +"149304",21823,51475 +"149305",21823,51789 +"149306",21824,49211 +"149307",21825,31593 +"149308",21825,76532 +"149309",21825,77518 +"149310",21825,87153 +"149311",21825,87170 +"149312",21825,87174 +"149313",21826,26013 +"149314",21826,68202 +"149315",21826,79333 +"149316",21826,97071 +"149317",21827,48415 +"149318",21827,72366 +"149319",21827,78787 +"149320",21828,21847 +"149321",21828,21849 +"149322",21828,21929 +"149323",21828,24619 +"149324",21828,38186 +"149325",21828,42374 +"149326",21828,50824 +"149327",21828,53954 +"149328",21829,76132 +"149329",21830,88927 +"149330",21830,113809 +"149331",21830,113812 +"149332",21831,30222 +"149333",21831,44248 +"149334",21831,44778 +"149335",21831,63961 +"149336",21832,25203 +"149337",21832,31251 +"149338",21833,23309 +"149339",21833,24610 +"149340",21834,27434 +"149341",21834,58674 +"149342",21835,23171 +"149343",21835,60957 +"149344",21835,86455 +"149345",21835,94511 +"149346",21835,103132 +"149347",21836,21838 +"149348",21836,21853 +"149349",21836,89112 +"149350",21837,25090 +"149351",21837,61457 +"149352",21838,21853 +"149353",21838,31626 +"149354",21838,39908 +"149355",21838,61841 +"149356",21838,69561 +"149357",21838,69923 +"149358",21839,24051 +"149359",21839,79065 +"149360",21839,86222 +"149361",21841,72231 +"149362",21841,88415 +"149363",21841,88428 +"149364",21841,88532 +"149365",21842,33867 +"149366",21843,27525 +"149367",21843,41855 +"149368",21844,29114 +"149369",21844,32931 +"149370",21844,58467 +"149371",21844,70528 +"149372",21844,89948 +"149373",21844,118787 +"149374",21846,48412 +"149375",21847,21849 +"149376",21847,34065 +"149377",21847,50701 +"149378",21847,65028 +"149379",21847,71127 +"149380",21847,94853 +"149381",21848,23606 +"149382",21848,25264 +"149383",21848,34735 +"149384",21848,67817 +"149385",21848,100636 +"149386",21848,108046 +"149387",21848,113231 +"149388",21849,21929 +"149389",21849,22170 +"149390",21849,23891 +"149391",21849,25124 +"149392",21849,30285 +"149393",21849,32452 +"149394",21849,34303 +"149395",21849,37087 +"149396",21849,38186 +"149397",21849,40099 +"149398",21849,42273 +"149399",21849,45302 +"149400",21849,48359 +"149401",21849,49559 +"149402",21849,51017 +"149403",21849,51021 +"149404",21849,51035 +"149405",21849,51046 +"149406",21849,51047 +"149407",21849,51568 +"149408",21849,51866 +"149409",21849,57225 +"149410",21850,36206 +"149411",21850,75538 +"149412",21851,24597 +"149413",21851,27595 +"149414",21851,38813 +"149415",21852,23276 +"149416",21852,25512 +"149417",21852,29779 +"149418",21852,46505 +"149419",21852,54116 +"149420",21855,97085 +"149421",21856,34454 +"149422",21857,21908 +"149423",21857,21959 +"149424",21858,22010 +"149425",21858,25408 +"149426",21859,51117 +"149427",21860,74516 +"149428",21861,56388 +"149429",21862,22089 +"149430",21862,79117 +"149431",21862,81478 +"149432",21862,82399 +"149433",21862,118991 +"149434",21863,45584 +"149435",21864,23618 +"149436",21864,31041 +"149437",21864,68105 +"149438",21864,68144 +"149439",21864,69884 +"149440",21864,71871 +"149441",21865,22566 +"149442",21865,98150 +"149443",21865,106157 +"149444",21866,21999 +"149445",21866,39075 +"149446",21867,22833 +"149447",21867,29605 +"149448",21867,29684 +"149449",21867,47630 +"149450",21867,61499 +"149451",21867,77649 +"149452",21867,88288 +"149453",21867,89874 +"149454",21867,91282 +"149455",21867,96525 +"149456",21867,108430 +"149457",21867,111109 +"149458",21868,22620 +"149459",21868,22705 +"149460",21868,22759 +"149461",21868,22760 +"149462",21868,46725 +"149463",21868,47369 +"149464",21868,53181 +"149465",21868,61361 +"149466",21868,63515 +"149467",21868,93877 +"149468",21869,21958 +"149469",21870,80847 +"149470",21871,23775 +"149471",21871,49340 +"149472",21871,49346 +"149473",21872,22005 +"149474",21872,35803 +"149475",21872,59499 +"149476",21872,71778 +"149477",21872,100275 +"149478",21872,110028 +"149479",21872,111658 +"149480",21873,55363 +"149481",21873,68929 +"149482",21873,98628 +"149483",21874,21962 +"149484",21874,83624 +"149485",21877,34216 +"149486",21877,38282 +"149487",21877,40451 +"149488",21877,54932 +"149489",21877,57206 +"149490",21877,68018 +"149491",21877,72405 +"149492",21877,76350 +"149493",21877,89730 +"149494",21877,92029 +"149495",21877,95938 +"149496",21877,108440 +"149497",21877,118686 +"149498",21877,120960 +"149499",21878,63205 +"149500",21879,22120 +"149501",21879,114969 +"149502",21880,32731 +"149503",21880,38439 +"149504",21880,77768 +"149505",21880,86242 +"149506",21880,115163 +"149507",21881,22007 +"149508",21881,22091 +"149509",21881,66826 +"149510",21881,81941 +"149511",21882,22046 +"149512",21882,25178 +"149513",21882,33281 +"149514",21882,43572 +"149515",21882,64237 +"149516",21883,34975 +"149517",21883,44653 +"149518",21883,52891 +"149519",21883,93283 +"149520",21883,106836 +"149521",21883,115149 +"149522",21884,21956 +"149523",21884,23736 +"149524",21884,44778 +"149525",21884,45742 +"149526",21884,55067 +"149527",21884,77441 +"149528",21885,21969 +"149529",21885,22028 +"149530",21885,25444 +"149531",21885,26027 +"149532",21885,26940 +"149533",21885,30731 +"149534",21885,32442 +"149535",21885,32531 +"149536",21885,34199 +"149537",21885,39646 +"149538",21885,40532 +"149539",21885,41446 +"149540",21885,51168 +"149541",21885,56706 +"149542",21885,57481 +"149543",21885,59401 +"149544",21885,64967 +"149545",21885,65553 +"149546",21885,74165 +"149547",21885,74256 +"149548",21885,81451 +"149549",21885,88747 +"149550",21886,41544 +"149551",21886,42992 +"149552",21886,90160 +"149553",21886,99216 +"149554",21886,108485 +"149555",21886,110102 +"149556",21886,112539 +"149557",21886,114718 +"149558",21887,23360 +"149559",21887,38335 +"149560",21887,51931 +"149561",21888,21912 +"149562",21888,21945 +"149563",21888,22047 +"149564",21888,22067 +"149565",21888,37986 +"149566",21888,38768 +"149567",21889,23952 +"149568",21889,37004 +"149569",21889,67911 +"149570",21889,81415 +"149571",21890,23981 +"149572",21890,41828 +"149573",21890,78738 +"149574",21891,23059 +"149575",21891,23326 +"149576",21891,24338 +"149577",21891,24490 +"149578",21891,28154 +"149579",21891,29068 +"149580",21891,30983 +"149581",21891,34276 +"149582",21891,44994 +"149583",21891,54558 +"149584",21891,74433 +"149585",21891,95233 +"149586",21892,22290 +"149587",21892,70535 +"149588",21893,46105 +"149589",21894,24906 +"149590",21894,38124 +"149591",21894,87776 +"149592",21894,103166 +"149593",21894,118205 +"149594",21895,22889 +"149595",21895,24181 +"149596",21895,26723 +"149597",21895,31222 +"149598",21895,31302 +"149599",21895,92950 +"149600",21896,33723 +"149601",21896,76510 +"149602",21896,86117 +"149603",21897,34905 +"149604",21897,50074 +"149605",21898,94773 +"149606",21898,96928 +"149607",21899,33117 +"149608",21899,52614 +"149609",21899,84174 +"149610",21899,93949 +"149611",21899,95875 +"149612",21899,106803 +"149613",21900,62469 +"149614",21900,93844 +"149615",21901,36883 +"149616",21901,36952 +"149617",21901,36966 +"149618",21901,52690 +"149619",21901,63658 +"149620",21901,80352 +"149621",21902,22976 +"149622",21902,78367 +"149623",21902,84563 +"149624",21902,86974 +"149625",21902,90169 +"149626",21902,99806 +"149627",21902,105084 +"149628",21902,114530 +"149629",21902,117747 +"149630",21902,119722 +"149631",21902,122401 +"149632",21903,46912 +"149633",21903,60416 +"149634",21903,72995 +"149635",21903,85961 +"149636",21903,101569 +"149637",21903,108936 +"149638",21903,111682 +"149639",21904,43706 +"149640",21905,22267 +"149641",21905,24983 +"149642",21905,26346 +"149643",21905,28880 +"149644",21905,35003 +"149645",21905,46546 +"149646",21905,50441 +"149647",21905,53605 +"149648",21905,53707 +"149649",21905,79823 +"149650",21905,88209 +"149651",21905,95448 +"149652",21906,21933 +"149653",21906,22029 +"149654",21906,24055 +"149655",21906,25367 +"149656",21906,25413 +"149657",21906,29576 +"149658",21906,34017 +"149659",21906,43654 +"149660",21906,44222 +"149661",21906,45161 +"149662",21906,46726 +"149663",21906,47167 +"149664",21906,48464 +"149665",21906,54581 +"149666",21906,55765 +"149667",21906,59915 +"149668",21906,62668 +"149669",21906,69398 +"149670",21906,70111 +"149671",21906,70473 +"149672",21906,70981 +"149673",21906,71825 +"149674",21906,71837 +"149675",21906,77625 +"149676",21906,78246 +"149677",21906,79681 +"149678",21906,81467 +"149679",21906,82452 +"149680",21906,85556 +"149681",21906,88409 +"149682",21906,90883 +"149683",21906,91383 +"149684",21906,92113 +"149685",21906,92324 +"149686",21906,98904 +"149687",21906,102940 +"149688",21906,104888 +"149689",21906,118577 +"149690",21906,119085 +"149691",21906,119224 +"149692",21906,119439 +"149693",21906,119760 +"149694",21906,120085 +"149695",21906,120232 +"149696",21906,121213 +"149697",21907,96431 +"149698",21907,98071 +"149699",21907,115894 +"149700",21908,21959 +"149701",21908,33100 +"149702",21908,34063 +"149703",21909,21971 +"149704",21909,28786 +"149705",21909,40671 +"149706",21909,40701 +"149707",21909,40736 +"149708",21909,46191 +"149709",21909,74439 +"149710",21910,45589 +"149711",21910,87554 +"149712",21910,110986 +"149713",21910,111079 +"149714",21910,111087 +"149715",21910,117365 +"149716",21911,22118 +"149717",21911,24995 +"149718",21911,28731 +"149719",21911,30438 +"149720",21911,31243 +"149721",21911,31385 +"149722",21911,34000 +"149723",21911,34492 +"149724",21911,45715 +"149725",21911,48031 +"149726",21911,56870 +"149727",21911,71296 +"149728",21911,72236 +"149729",21911,73790 +"149730",21911,80649 +"149731",21911,86550 +"149732",21911,95881 +"149733",21911,99884 +"149734",21911,109383 +"149735",21911,111761 +"149736",21911,119428 +"149737",21912,21945 +"149738",21912,22047 +"149739",21912,22067 +"149740",21913,59654 +"149741",21914,29483 +"149742",21914,36926 +"149743",21915,31696 +"149744",21915,56610 +"149745",21916,56906 +"149746",21916,62317 +"149747",21916,108302 +"149748",21916,111487 +"149749",21917,67102 +"149750",21917,71803 +"149751",21918,24939 +"149752",21918,25013 +"149753",21918,25150 +"149754",21918,25639 +"149755",21918,26432 +"149756",21918,26943 +"149757",21918,28499 +"149758",21918,30866 +"149759",21918,31700 +"149760",21918,32361 +"149761",21918,33275 +"149762",21918,33883 +"149763",21918,36286 +"149764",21918,36767 +"149765",21918,36954 +"149766",21918,37307 +"149767",21918,37937 +"149768",21918,40419 +"149769",21918,41455 +"149770",21918,42608 +"149771",21918,43149 +"149772",21918,44180 +"149773",21918,44687 +"149774",21918,45818 +"149775",21918,50207 +"149776",21918,50488 +"149777",21918,51476 +"149778",21918,51892 +"149779",21918,52112 +"149780",21918,53415 +"149781",21918,53755 +"149782",21918,54168 +"149783",21918,56357 +"149784",21918,57210 +"149785",21918,57636 +"149786",21918,58482 +"149787",21918,59172 +"149788",21918,59798 +"149789",21918,59816 +"149790",21918,61874 +"149791",21918,63274 +"149792",21918,66322 +"149793",21918,67327 +"149794",21918,70854 +"149795",21918,70907 +"149796",21918,71683 +"149797",21918,72568 +"149798",21918,72628 +"149799",21918,73767 +"149800",21918,77125 +"149801",21918,78398 +"149802",21918,78532 +"149803",21918,81609 +"149804",21918,82426 +"149805",21918,84343 +"149806",21918,85000 +"149807",21918,85101 +"149808",21918,85885 +"149809",21918,89706 +"149810",21918,91255 +"149811",21918,91682 +"149812",21918,92247 +"149813",21918,92352 +"149814",21918,92362 +"149815",21918,92929 +"149816",21918,93719 +"149817",21918,94906 +"149818",21918,94946 +"149819",21918,95267 +"149820",21918,95889 +"149821",21918,96093 +"149822",21918,97580 +"149823",21918,97988 +"149824",21918,98727 +"149825",21918,98776 +"149826",21918,99064 +"149827",21918,99309 +"149828",21918,99376 +"149829",21918,99450 +"149830",21918,99471 +"149831",21918,99474 +"149832",21918,100795 +"149833",21918,100916 +"149834",21918,100944 +"149835",21918,101126 +"149836",21918,101329 +"149837",21918,105557 +"149838",21918,106824 +"149839",21918,107199 +"149840",21918,108743 +"149841",21918,108879 +"149842",21918,108980 +"149843",21918,109166 +"149844",21918,109291 +"149845",21918,109774 +"149846",21918,109858 +"149847",21918,109878 +"149848",21918,109933 +"149849",21918,110483 +"149850",21918,110567 +"149851",21918,110572 +"149852",21918,110630 +"149853",21918,110648 +"149854",21918,110711 +"149855",21918,110770 +"149856",21918,110869 +"149857",21918,110911 +"149858",21918,111285 +"149859",21918,111314 +"149860",21918,111362 +"149861",21918,111372 +"149862",21918,111424 +"149863",21918,111433 +"149864",21918,112422 +"149865",21918,112962 +"149866",21918,113269 +"149867",21918,113430 +"149868",21918,113990 +"149869",21918,114242 +"149870",21918,114842 +"149871",21918,115413 +"149872",21918,115427 +"149873",21918,115521 +"149874",21918,115711 +"149875",21918,116123 +"149876",21918,117258 +"149877",21918,117560 +"149878",21918,118128 +"149879",21918,118836 +"149880",21918,118866 +"149881",21918,118873 +"149882",21918,119131 +"149883",21918,119513 +"149884",21918,119716 +"149885",21918,119769 +"149886",21918,120123 +"149887",21918,120169 +"149888",21918,120725 +"149889",21918,120944 +"149890",21918,121609 +"149891",21918,122007 +"149892",21918,122032 +"149893",21918,122035 +"149894",21918,122724 +"149895",21918,123070 +"149896",21918,123394 +"149897",21918,123490 +"149898",21919,21953 +"149899",21919,22013 +"149900",21919,22037 +"149901",21919,37832 +"149902",21920,22078 +"149903",21920,25395 +"149904",21920,29748 +"149905",21920,32735 +"149906",21920,36456 +"149907",21920,55493 +"149908",21920,64737 +"149909",21920,79639 +"149910",21920,89520 +"149911",21920,98292 +"149912",21920,117713 +"149913",21921,22023 +"149914",21921,27864 +"149915",21921,27908 +"149916",21921,60103 +"149917",21921,87246 +"149918",21921,88131 +"149919",21921,115332 +"149920",21922,61882 +"149921",21922,85663 +"149922",21923,38156 +"149923",21923,50557 +"149924",21923,68409 +"149925",21923,78912 +"149926",21924,22059 +"149927",21924,81636 +"149928",21925,22050 +"149929",21925,105117 +"149930",21926,21927 +"149931",21926,31655 +"149932",21926,62540 +"149933",21929,23724 +"149934",21929,25124 +"149935",21929,32452 +"149936",21929,34303 +"149937",21929,38186 +"149938",21929,40493 +"149939",21929,42273 +"149940",21929,45302 +"149941",21929,48359 +"149942",21929,49559 +"149943",21929,51568 +"149944",21929,51866 +"149945",21929,57225 +"149946",21929,62679 +"149947",21930,51557 +"149948",21931,59315 +"149949",21932,38184 +"149950",21932,39393 +"149951",21932,39700 +"149952",21932,44591 +"149953",21932,49068 +"149954",21932,57061 +"149955",21932,59768 +"149956",21933,22029 +"149957",21933,26252 +"149958",21933,33013 +"149959",21933,37102 +"149960",21933,39989 +"149961",21933,40879 +"149962",21933,52699 +"149963",21933,96151 +"149964",21935,21952 +"149965",21936,79941 +"149966",21936,110461 +"149967",21937,21938 +"149968",21937,22277 +"149969",21937,22309 +"149970",21938,22277 +"149971",21938,22309 +"149972",21938,71295 +"149973",21939,21955 +"149974",21939,31604 +"149975",21939,57728 +"149976",21940,21998 +"149977",21940,26282 +"149978",21940,97091 +"149979",21941,69121 +"149980",21941,105034 +"149981",21942,54103 +"149982",21942,70663 +"149983",21942,70882 +"149984",21942,73297 +"149985",21942,95560 +"149986",21944,23126 +"149987",21944,36107 +"149988",21944,41203 +"149989",21944,51924 +"149990",21944,68530 +"149991",21944,91521 +"149992",21945,22047 +"149993",21945,22067 +"149994",21945,29764 +"149995",21946,41462 +"149996",21946,80920 +"149997",21946,102288 +"149998",21946,115609 +"149999",21947,22093 +"150000",21947,47462 +"150001",21948,32804 +"150002",21948,32993 +"150003",21948,33130 +"150004",21948,41823 +"150005",21948,98499 +"150006",21948,98512 +"150007",21949,25170 +"150008",21949,55716 +"150009",21949,90978 +"150010",21951,47374 +"150011",21953,22013 +"150012",21953,22037 +"150013",21954,33382 +"150014",21954,62538 +"150015",21954,88863 +"150016",21954,92570 +"150017",21955,31604 +"150018",21955,57728 +"150019",21955,63577 +"150020",21957,39607 +"150021",21957,39958 +"150022",21957,40944 +"150023",21957,60828 +"150024",21957,64906 +"150025",21957,80664 +"150026",21957,87907 +"150027",21957,100220 +"150028",21957,103276 +"150029",21957,115339 +"150030",21957,115797 +"150031",21957,119874 +"150032",21958,40051 +"150033",21958,62393 +"150034",21958,96873 +"150035",21958,99641 +"150036",21958,100151 +"150037",21958,108634 +"150038",21958,117756 +"150039",21959,48431 +"150040",21959,56414 +"150041",21959,56415 +"150042",21959,56428 +"150043",21960,81506 +"150044",21960,86792 +"150045",21963,45558 +"150046",21963,51592 +"150047",21963,53639 +"150048",21963,54972 +"150049",21963,59767 +"150050",21964,25650 +"150051",21964,25859 +"150052",21964,25866 +"150053",21964,80505 +"150054",21965,100013 +"150055",21966,21970 +"150056",21967,22018 +"150057",21967,61366 +"150058",21967,62862 +"150059",21968,22682 +"150060",21968,36237 +"150061",21968,41081 +"150062",21968,61975 +"150063",21968,70578 +"150064",21968,75299 +"150065",21968,81771 +"150066",21968,88746 +"150067",21969,22028 +"150068",21969,24268 +"150069",21969,26941 +"150070",21969,27090 +"150071",21969,27448 +"150072",21969,27798 +"150073",21969,30995 +"150074",21969,31470 +"150075",21969,41446 +"150076",21969,45080 +"150077",21969,46532 +"150078",21969,49282 +"150079",21969,63041 +"150080",21969,102672 +"150081",21970,114549 +"150082",21972,24453 +"150083",21972,31589 +"150084",21972,33736 +"150085",21972,35292 +"150086",21972,39647 +"150087",21972,53983 +"150088",21972,78805 +"150089",21972,106363 +"150090",21972,106387 +"150091",21972,106395 +"150092",21973,43488 +"150093",21973,50076 +"150094",21973,65037 +"150095",21973,65038 +"150096",21973,65039 +"150097",21973,65040 +"150098",21973,65084 +"150099",21974,41842 +"150100",21974,109123 +"150101",21976,52742 +"150102",21976,56726 +"150103",21976,59672 +"150104",21976,65223 +"150105",21976,74662 +"150106",21976,97439 +"150107",21976,97483 +"150108",21976,97484 +"150109",21976,98152 +"150110",21977,22062 +"150111",21978,31745 +"150112",21978,42151 +"150113",21978,53289 +"150114",21978,61281 +"150115",21978,62872 +"150116",21978,65699 +"150117",21978,71841 +"150118",21979,35972 +"150119",21979,42744 +"150120",21979,45921 +"150121",21979,46049 +"150122",21979,54816 +"150123",21979,98741 +"150124",21979,102508 +"150125",21980,22042 +"150126",21981,26532 +"150127",21981,53747 +"150128",21981,57463 +"150129",21981,107760 +"150130",21981,114853 +"150131",21981,116045 +"150132",21983,39432 +"150133",21984,35388 +"150134",21984,54771 +"150135",21984,54804 +"150136",21985,99786 +"150137",21985,105096 +"150138",21986,109494 +"150139",21986,113804 +"150140",21987,28132 +"150141",21987,34583 +"150142",21987,36419 +"150143",21987,52116 +"150144",21987,60717 +"150145",21987,63889 +"150146",21987,73747 +"150147",21987,76110 +"150148",21987,89697 +"150149",21987,92058 +"150150",21987,95469 +"150151",21987,103043 +"150152",21987,103269 +"150153",21987,106876 +"150154",21988,73254 +"150155",21988,77547 +"150156",21989,30036 +"150157",21989,65984 +"150158",21990,46691 +"150159",21990,53987 +"150160",21990,63825 +"150161",21991,35602 +"150162",21991,118436 +"150163",21992,110227 +"150164",21992,110936 +"150165",21992,118416 +"150166",21993,22292 +"150167",21993,24031 +"150168",21993,26911 +"150169",21993,27366 +"150170",21993,27430 +"150171",21993,41804 +"150172",21994,25870 +"150173",21994,61908 +"150174",21995,42280 +"150175",21995,55865 +"150176",21995,71945 +"150177",21995,107263 +"150178",21996,53393 +"150179",21996,81081 +"150180",21997,39217 +"150181",21997,46343 +"150182",21997,62936 +"150183",21997,81535 +"150184",21999,39075 +"150185",22000,40977 +"150186",22001,70807 +"150187",22003,46368 +"150188",22003,85458 +"150189",22003,88547 +"150190",22005,23806 +"150191",22005,51071 +"150192",22005,68170 +"150193",22005,73406 +"150194",22005,76030 +"150195",22005,77715 +"150196",22005,98529 +"150197",22005,105389 +"150198",22006,22749 +"150199",22006,28333 +"150200",22006,30324 +"150201",22006,30898 +"150202",22006,65793 +"150203",22006,69498 +"150204",22006,73227 +"150205",22006,76364 +"150206",22006,80270 +"150207",22006,94440 +"150208",22006,95316 +"150209",22007,22091 +"150210",22008,57499 +"150211",22008,62929 +"150212",22008,81631 +"150213",22008,87822 +"150214",22009,102968 +"150215",22009,121717 +"150216",22010,50471 +"150217",22010,66554 +"150218",22010,66598 +"150219",22011,23788 +"150220",22011,79979 +"150221",22011,96621 +"150222",22011,112549 +"150223",22011,114552 +"150224",22011,114557 +"150225",22012,27286 +"150226",22012,33002 +"150227",22012,43049 +"150228",22012,68919 +"150229",22013,22037 +"150230",22014,22092 +"150231",22015,33506 +"150232",22015,70240 +"150233",22016,30054 +"150234",22016,54971 +"150235",22016,55386 +"150236",22016,56020 +"150237",22016,56050 +"150238",22016,63541 +"150239",22017,25483 +"150240",22017,86793 +"150241",22019,24996 +"150242",22019,55951 +"150243",22019,77615 +"150244",22019,112653 +"150245",22020,23399 +"150246",22020,46079 +"150247",22022,44759 +"150248",22024,22083 +"150249",22025,22057 +"150250",22025,24789 +"150251",22026,22030 +"150252",22026,36462 +"150253",22027,22170 +"150254",22027,35594 +"150255",22027,35954 +"150256",22027,51334 +"150257",22027,56082 +"150258",22027,107123 +"150259",22027,107142 +"150260",22028,57896 +"150261",22029,23772 +"150262",22029,26853 +"150263",22029,28880 +"150264",22029,39486 +"150265",22029,43443 +"150266",22029,54579 +"150267",22029,59619 +"150268",22029,63377 +"150269",22029,67963 +"150270",22029,74287 +"150271",22029,75620 +"150272",22029,109551 +"150273",22029,121868 +"150274",22030,26158 +"150275",22030,29267 +"150276",22030,37427 +"150277",22030,37871 +"150278",22030,39062 +"150279",22030,42455 +"150280",22030,54794 +"150281",22030,89982 +"150282",22030,93021 +"150283",22032,27922 +"150284",22032,71321 +"150285",22032,72808 +"150286",22032,100803 +"150287",22033,33269 +"150288",22033,76772 +"150289",22033,88509 +"150290",22033,91988 +"150291",22034,32455 +"150292",22034,89823 +"150293",22034,103339 +"150294",22034,108282 +"150295",22035,22094 +"150296",22035,22098 +"150297",22035,108242 +"150298",22035,115728 +"150299",22036,24259 +"150300",22036,34172 +"150301",22036,34211 +"150302",22036,34333 +"150303",22037,36689 +"150304",22037,36702 +"150305",22037,36703 +"150306",22038,24534 +"150307",22038,24972 +"150308",22038,26908 +"150309",22038,27592 +"150310",22038,36280 +"150311",22038,40954 +"150312",22038,53813 +"150313",22038,57647 +"150314",22038,67121 +"150315",22038,67252 +"150316",22038,69429 +"150317",22038,70109 +"150318",22038,78971 +"150319",22038,80898 +"150320",22038,94702 +"150321",22039,33312 +"150322",22039,52022 +"150323",22039,53360 +"150324",22039,64052 +"150325",22039,67438 +"150326",22039,96540 +"150327",22039,96635 +"150328",22039,96692 +"150329",22040,31748 +"150330",22040,58259 +"150331",22040,61883 +"150332",22040,96745 +"150333",22041,48665 +"150334",22041,48666 +"150335",22041,48766 +"150336",22041,65254 +"150337",22041,75292 +"150338",22041,93974 +"150339",22042,47599 +"150340",22042,64065 +"150341",22042,68757 +"150342",22043,36249 +"150343",22044,69385 +"150344",22044,92053 +"150345",22045,23825 +"150346",22045,56083 +"150347",22046,22670 +"150348",22046,26963 +"150349",22046,27953 +"150350",22046,48444 +"150351",22046,53155 +"150352",22046,59014 +"150353",22046,60053 +"150354",22046,105811 +"150355",22046,109521 +"150356",22046,114831 +"150357",22046,116478 +"150358",22046,121231 +"150359",22046,121234 +"150360",22047,22067 +"150361",22047,26611 +"150362",22047,46199 +"150363",22047,50970 +"150364",22047,58353 +"150365",22047,71760 +"150366",22048,27578 +"150367",22048,44711 +"150368",22048,54051 +"150369",22048,57164 +"150370",22048,72218 +"150371",22049,26329 +"150372",22049,39482 +"150373",22049,40840 +"150374",22049,49201 +"150375",22049,55567 +"150376",22049,69121 +"150377",22049,92974 +"150378",22049,112506 +"150379",22051,25548 +"150380",22051,33352 +"150381",22051,33428 +"150382",22051,79674 +"150383",22051,84628 +"150384",22051,107431 +"150385",22051,113479 +"150386",22052,23869 +"150387",22052,25943 +"150388",22052,26506 +"150389",22052,27489 +"150390",22052,27727 +"150391",22052,34964 +"150392",22052,38267 +"150393",22052,39563 +"150394",22052,45037 +"150395",22052,52942 +"150396",22052,55111 +"150397",22052,59484 +"150398",22052,61088 +"150399",22052,73918 +"150400",22052,74730 +"150401",22052,121175 +"150402",22053,23006 +"150403",22053,31038 +"150404",22053,31497 +"150405",22053,34660 +"150406",22053,35217 +"150407",22053,40925 +"150408",22053,41641 +"150409",22053,41649 +"150410",22053,41689 +"150411",22053,41690 +"150412",22053,41770 +"150413",22053,46962 +"150414",22053,52926 +"150415",22053,72654 +"150416",22055,48779 +"150417",22056,23975 +"150418",22057,27224 +"150419",22057,29884 +"150420",22057,41971 +"150421",22057,46225 +"150422",22057,58163 +"150423",22057,70454 +"150424",22057,79320 +"150425",22057,83844 +"150426",22057,87041 +"150427",22057,96149 +"150428",22057,106469 +"150429",22058,45926 +"150430",22058,57394 +"150431",22058,91930 +"150432",22058,119043 +"150433",22058,119045 +"150434",22058,119048 +"150435",22059,40918 +"150436",22059,49955 +"150437",22060,22193 +"150438",22060,22236 +"150439",22060,22237 +"150440",22060,31331 +"150441",22060,48860 +"150442",22061,30148 +"150443",22061,30211 +"150444",22061,30255 +"150445",22061,31542 +"150446",22061,37533 +"150447",22061,37631 +"150448",22061,49636 +"150449",22061,64313 +"150450",22061,70726 +"150451",22062,30849 +"150452",22062,32265 +"150453",22062,58018 +"150454",22062,59660 +"150455",22063,24453 +"150456",22063,33736 +"150457",22063,33737 +"150458",22063,33738 +"150459",22063,40516 +"150460",22064,39915 +"150461",22065,61389 +"150462",22066,52276 +"150463",22066,76749 +"150464",22068,22204 +"150465",22068,22262 +"150466",22068,22263 +"150467",22069,40896 +"150468",22070,80469 +"150469",22070,105283 +"150470",22071,28962 +"150471",22071,51768 +"150472",22071,62543 +"150473",22072,24429 +"150474",22072,25565 +"150475",22072,31214 +"150476",22072,34945 +"150477",22072,35904 +"150478",22072,35975 +"150479",22072,41713 +"150480",22072,41719 +"150481",22072,42355 +"150482",22072,43527 +"150483",22072,46503 +"150484",22072,47585 +"150485",22072,55795 +"150486",22072,57990 +"150487",22072,58855 +"150488",22072,68569 +"150489",22072,69983 +"150490",22072,76192 +"150491",22072,80723 +"150492",22072,90643 +"150493",22072,91411 +"150494",22072,92592 +"150495",22072,96336 +"150496",22072,97590 +"150497",22072,100274 +"150498",22073,22296 +"150499",22074,22182 +"150500",22074,29368 +"150501",22074,114546 +"150502",22075,77984 +"150503",22075,91304 +"150504",22076,107986 +"150505",22077,26383 +"150506",22077,40455 +"150507",22077,50210 +"150508",22077,55202 +"150509",22077,60569 +"150510",22077,64583 +"150511",22077,68906 +"150512",22077,73212 +"150513",22078,79107 +"150514",22080,83706 +"150515",22081,22285 +"150516",22081,26644 +"150517",22081,26654 +"150518",22081,28377 +"150519",22081,38059 +"150520",22081,54344 +"150521",22081,89160 +"150522",22081,96935 +"150523",22084,42260 +"150524",22084,52701 +"150525",22084,61612 +"150526",22084,61643 +"150527",22085,23444 +"150528",22085,23513 +"150529",22085,38384 +"150530",22085,58629 +"150531",22085,68681 +"150532",22085,104976 +"150533",22086,60919 +"150534",22086,64930 +"150535",22086,68867 +"150536",22086,95488 +"150537",22086,99356 +"150538",22086,122472 +"150539",22087,42555 +"150540",22087,99240 +"150541",22087,113163 +"150542",22087,121580 +"150543",22088,26076 +"150544",22088,29432 +"150545",22088,34989 +"150546",22088,44581 +"150547",22088,44983 +"150548",22088,45186 +"150549",22088,49595 +"150550",22088,55185 +"150551",22088,56125 +"150552",22088,62488 +"150553",22088,67788 +"150554",22088,68352 +"150555",22088,70266 +"150556",22088,80120 +"150557",22088,87603 +"150558",22088,103682 +"150559",22088,106100 +"150560",22088,112378 +"150561",22089,52288 +"150562",22089,89032 +"150563",22089,91027 +"150564",22089,91125 +"150565",22090,22889 +"150566",22090,26723 +"150567",22090,27189 +"150568",22090,29534 +"150569",22090,31222 +"150570",22090,35076 +"150571",22090,45014 +"150572",22090,72960 +"150573",22090,79025 +"150574",22090,105996 +"150575",22090,113902 +"150576",22090,114769 +"150577",22091,34784 +"150578",22091,76378 +"150579",22091,83488 +"150580",22091,106281 +"150581",22092,30254 +"150582",22092,101739 +"150583",22092,104409 +"150584",22092,115083 +"150585",22092,116761 +"150586",22094,22098 +"150587",22094,22676 +"150588",22094,23815 +"150589",22094,41623 +"150590",22094,45004 +"150591",22094,108242 +"150592",22095,55527 +"150593",22095,55600 +"150594",22096,23887 +"150595",22096,93508 +"150596",22097,25506 +"150597",22097,58801 +"150598",22097,113359 +"150599",22099,39428 +"150600",22100,24976 +"150601",22100,27605 +"150602",22100,44942 +"150603",22100,108223 +"150604",22101,59330 +"150605",22102,29400 +"150606",22102,60503 +"150607",22103,26312 +"150608",22103,37698 +"150609",22103,46037 +"150610",22103,81641 +"150611",22103,105064 +"150612",22104,110824 +"150613",22105,31621 +"150614",22105,32700 +"150615",22105,46973 +"150616",22105,61999 +"150617",22105,95966 +"150618",22105,96539 +"150619",22106,22140 +"150620",22106,22310 +"150621",22106,22311 +"150622",22106,25115 +"150623",22106,27474 +"150624",22106,36868 +"150625",22106,47357 +"150626",22106,81229 +"150627",22106,114299 +"150628",22106,115376 +"150629",22106,119277 +"150630",22107,65727 +"150631",22108,22314 +"150632",22108,32611 +"150633",22108,45753 +"150634",22108,57781 +"150635",22108,61329 +"150636",22108,66200 +"150637",22108,67233 +"150638",22108,115148 +"150639",22109,53066 +"150640",22109,61619 +"150641",22109,62097 +"150642",22109,63325 +"150643",22109,66624 +"150644",22110,22114 +"150645",22110,22129 +"150646",22110,22210 +"150647",22110,22269 +"150648",22110,36800 +"150649",22110,38672 +"150650",22110,42286 +"150651",22111,22113 +"150652",22112,22288 +"150653",22112,45489 +"150654",22112,45504 +"150655",22113,61270 +"150656",22114,22129 +"150657",22114,22210 +"150658",22114,22269 +"150659",22114,62781 +"150660",22114,106229 +"150661",22114,117318 +"150662",22115,24723 +"150663",22115,28450 +"150664",22115,37417 +"150665",22115,48364 +"150666",22115,96463 +"150667",22115,96627 +"150668",22115,96666 +"150669",22115,98094 +"150670",22116,22117 +"150671",22116,22164 +"150672",22116,29352 +"150673",22116,35270 +"150674",22116,37351 +"150675",22116,37364 +"150676",22116,37371 +"150677",22116,44675 +"150678",22116,45677 +"150679",22116,46202 +"150680",22116,47232 +"150681",22116,47767 +"150682",22116,69429 +"150683",22116,70748 +"150684",22116,76286 +"150685",22116,86925 +"150686",22116,92706 +"150687",22116,96616 +"150688",22116,100878 +"150689",22117,22164 +"150690",22117,22561 +"150691",22117,23539 +"150692",22117,28181 +"150693",22117,37351 +"150694",22117,40026 +"150695",22117,40335 +"150696",22117,40366 +"150697",22117,40404 +"150698",22117,41197 +"150699",22117,45951 +"150700",22117,47232 +"150701",22117,52815 +"150702",22117,74761 +"150703",22117,75338 +"150704",22117,77152 +"150705",22117,82185 +"150706",22117,85144 +"150707",22117,89199 +"150708",22117,106015 +"150709",22118,28731 +"150710",22118,30438 +"150711",22118,31385 +"150712",22118,45715 +"150713",22118,55465 +"150714",22118,77001 +"150715",22118,109383 +"150716",22119,23712 +"150717",22119,26283 +"150718",22119,54171 +"150719",22119,58783 +"150720",22119,69789 +"150721",22119,95562 +"150722",22119,96045 +"150723",22119,97464 +"150724",22119,103978 +"150725",22119,108718 +"150726",22119,119225 +"150727",22119,119227 +"150728",22119,119228 +"150729",22119,119229 +"150730",22119,119233 +"150731",22120,25814 +"150732",22120,29286 +"150733",22120,30549 +"150734",22120,30758 +"150735",22120,33957 +"150736",22120,34106 +"150737",22120,37905 +"150738",22120,37977 +"150739",22120,42530 +"150740",22120,61192 +"150741",22120,69956 +"150742",22120,70455 +"150743",22120,71467 +"150744",22120,72757 +"150745",22120,85560 +"150746",22120,88205 +"150747",22120,90903 +"150748",22120,92674 +"150749",22120,92847 +"150750",22120,92871 +"150751",22120,92889 +"150752",22120,100048 +"150753",22121,28072 +"150754",22122,65580 +"150755",22124,25170 +"150756",22124,25840 +"150757",22124,26734 +"150758",22124,27627 +"150759",22124,34100 +"150760",22124,35494 +"150761",22124,39440 +"150762",22124,46193 +"150763",22124,46824 +"150764",22124,51687 +"150765",22124,52974 +"150766",22124,55389 +"150767",22124,56360 +"150768",22124,57897 +"150769",22125,31355 +"150770",22125,40461 +"150771",22125,40727 +"150772",22125,82667 +"150773",22125,100834 +"150774",22125,117761 +"150775",22125,118793 +"150776",22125,118822 +"150777",22126,92532 +"150778",22126,98473 +"150779",22127,38093 +"150780",22127,68592 +"150781",22128,22225 +"150782",22128,60336 +"150783",22128,63190 +"150784",22128,64991 +"150785",22128,93301 +"150786",22129,22210 +"150787",22129,22269 +"150788",22129,34865 +"150789",22129,55829 +"150790",22129,80547 +"150791",22129,80762 +"150792",22129,83273 +"150793",22129,91283 +"150794",22129,99230 +"150795",22130,22305 +"150796",22130,22570 +"150797",22130,22749 +"150798",22130,22803 +"150799",22130,28216 +"150800",22130,28553 +"150801",22130,30547 +"150802",22130,31085 +"150803",22130,31206 +"150804",22130,32591 +"150805",22130,32638 +"150806",22130,33337 +"150807",22130,35256 +"150808",22130,38448 +"150809",22130,40019 +"150810",22130,40735 +"150811",22130,54234 +"150812",22130,64394 +"150813",22130,64416 +"150814",22130,64443 +"150815",22130,71208 +"150816",22130,71643 +"150817",22130,84212 +"150818",22130,90840 +"150819",22130,91431 +"150820",22130,105277 +"150821",22130,105315 +"150822",22130,108747 +"150823",22130,109153 +"150824",22130,117373 +"150825",22131,28658 +"150826",22131,28759 +"150827",22131,42204 +"150828",22131,75905 +"150829",22131,83115 +"150830",22131,91830 +"150831",22134,22240 +"150832",22135,38538 +"150833",22135,56441 +"150834",22135,88680 +"150835",22135,104878 +"150836",22136,22808 +"150837",22136,22840 +"150838",22136,24031 +"150839",22136,24093 +"150840",22136,28159 +"150841",22136,28214 +"150842",22136,28265 +"150843",22136,28279 +"150844",22136,28311 +"150845",22136,28322 +"150846",22136,29266 +"150847",22136,41859 +"150848",22136,46614 +"150849",22136,48871 +"150850",22136,50358 +"150851",22136,53497 +"150852",22136,56323 +"150853",22136,56499 +"150854",22136,63475 +"150855",22136,63503 +"150856",22136,63517 +"150857",22136,63563 +"150858",22136,63575 +"150859",22136,63592 +"150860",22136,95928 +"150861",22137,70199 +"150862",22137,112312 +"150863",22138,22191 +"150864",22138,22202 +"150865",22138,22216 +"150866",22138,28563 +"150867",22138,37673 +"150868",22139,35446 +"150869",22139,44697 +"150870",22140,22310 +"150871",22140,22311 +"150872",22141,39684 +"150873",22141,43173 +"150874",22141,51930 +"150875",22141,55288 +"150876",22141,62266 +"150877",22141,78082 +"150878",22141,80193 +"150879",22141,84022 +"150880",22141,90802 +"150881",22141,105911 +"150882",22141,115561 +"150883",22142,81213 +"150884",22143,31283 +"150885",22144,71535 +"150886",22145,22195 +"150887",22145,53539 +"150888",22146,22272 +"150889",22146,38210 +"150890",22146,71570 +"150891",22146,100662 +"150892",22146,117286 +"150893",22146,117287 +"150894",22147,100528 +"150895",22147,108905 +"150896",22147,119443 +"150897",22148,22149 +"150898",22149,44572 +"150899",22149,55161 +"150900",22149,62937 +"150901",22149,107758 +"150902",22149,119004 +"150903",22149,119123 +"150904",22150,34262 +"150905",22150,40170 +"150906",22150,40244 +"150907",22151,97501 +"150908",22151,105317 +"150909",22151,105362 +"150910",22151,116762 +"150911",22151,122516 +"150912",22152,58336 +"150913",22153,23098 +"150914",22153,41518 +"150915",22153,67748 +"150916",22153,73792 +"150917",22153,77611 +"150918",22154,32224 +"150919",22154,98752 +"150920",22155,22156 +"150921",22155,22207 +"150922",22155,22271 +"150923",22155,22286 +"150924",22155,42962 +"150925",22155,73735 +"150926",22155,77632 +"150927",22156,22207 +"150928",22156,22271 +"150929",22156,22286 +"150930",22156,37535 +"150931",22156,50308 +"150932",22157,26526 +"150933",22157,74576 +"150934",22157,87384 +"150935",22157,101397 +"150936",22157,113629 +"150937",22157,115561 +"150938",22157,118390 +"150939",22158,84011 +"150940",22158,91358 +"150941",22159,43902 +"150942",22159,107478 +"150943",22159,107479 +"150944",22160,23147 +"150945",22161,36998 +"150946",22161,53641 +"150947",22161,90287 +"150948",22161,95840 +"150949",22162,51712 +"150950",22163,22287 +"150951",22163,32996 +"150952",22163,49872 +"150953",22164,26030 +"150954",22164,26332 +"150955",22164,26898 +"150956",22164,63077 +"150957",22164,68104 +"150958",22164,102227 +"150959",22164,106348 +"150960",22165,24121 +"150961",22165,45186 +"150962",22165,51689 +"150963",22165,67788 +"150964",22165,77376 +"150965",22166,29343 +"150966",22166,42530 +"150967",22166,48466 +"150968",22166,50996 +"150969",22166,52507 +"150970",22166,87568 +"150971",22166,96310 +"150972",22166,108518 +"150973",22167,26700 +"150974",22167,32628 +"150975",22167,38938 +"150976",22167,54127 +"150977",22167,58614 +"150978",22167,70934 +"150979",22168,31461 +"150980",22168,37788 +"150981",22168,43575 +"150982",22168,45419 +"150983",22168,50670 +"150984",22168,53050 +"150985",22168,53480 +"150986",22168,61622 +"150987",22168,99158 +"150988",22168,101352 +"150989",22169,44733 +"150990",22169,44810 +"150991",22169,86356 +"150992",22169,98503 +"150993",22169,101112 +"150994",22169,101924 +"150995",22169,102414 +"150996",22169,120551 +"150997",22170,34303 +"150998",22170,40099 +"150999",22170,47868 +"151000",22170,56196 +"151001",22171,22172 +"151002",22171,70239 +"151003",22172,70239 +"151004",22172,79371 +"151005",22172,96240 +"151006",22173,56053 +"151007",22173,82526 +"151008",22174,37922 +"151009",22174,38059 +"151010",22174,90137 +"151011",22175,61341 +"151012",22176,26609 +"151013",22176,26889 +"151014",22177,22317 +"151015",22178,22184 +"151016",22178,44721 +"151017",22178,81569 +"151018",22178,109790 +"151019",22179,38576 +"151020",22179,49970 +"151021",22179,57447 +"151022",22180,22455 +"151023",22180,39765 +"151024",22180,61578 +"151025",22180,93773 +"151026",22180,93982 +"151027",22180,95613 +"151028",22180,108530 +"151029",22181,27042 +"151030",22181,31909 +"151031",22181,45437 +"151032",22181,69300 +"151033",22183,24273 +"151034",22183,34742 +"151035",22183,35312 +"151036",22183,46726 +"151037",22183,50996 +"151038",22183,52507 +"151039",22183,56448 +"151040",22183,62668 +"151041",22183,79568 +"151042",22183,108808 +"151043",22185,24587 +"151044",22185,57825 +"151045",22185,59677 +"151046",22185,82087 +"151047",22185,95494 +"151048",22185,117550 +"151049",22185,118258 +"151050",22186,33828 +"151051",22186,42783 +"151052",22186,47736 +"151053",22186,54953 +"151054",22187,79255 +"151055",22188,36600 +"151056",22188,71275 +"151057",22189,83962 +"151058",22189,114775 +"151059",22190,22304 +"151060",22190,71750 +"151061",22191,22202 +"151062",22191,22216 +"151063",22191,33241 +"151064",22191,48590 +"151065",22191,61458 +"151066",22192,35995 +"151067",22192,60551 +"151068",22193,22236 +"151069",22193,22237 +"151070",22193,27412 +"151071",22193,30891 +"151072",22193,32531 +"151073",22193,35787 +"151074",22193,38259 +"151075",22193,39581 +"151076",22193,46664 +"151077",22193,52966 +"151078",22193,53142 +"151079",22193,62019 +"151080",22193,65733 +"151081",22193,72249 +"151082",22193,81652 +"151083",22193,88180 +"151084",22194,28748 +"151085",22194,57009 +"151086",22194,60723 +"151087",22194,80819 +"151088",22194,107425 +"151089",22195,33496 +"151090",22196,26493 +"151091",22197,29093 +"151092",22197,80242 +"151093",22197,109279 +"151094",22198,27554 +"151095",22199,74812 +"151096",22200,22258 +"151097",22200,65491 +"151098",22201,24011 +"151099",22201,30236 +"151100",22201,31371 +"151101",22201,33907 +"151102",22201,34906 +"151103",22201,38678 +"151104",22201,38679 +"151105",22201,38680 +"151106",22201,38732 +"151107",22201,38747 +"151108",22201,38759 +"151109",22201,38794 +"151110",22201,39195 +"151111",22201,39322 +"151112",22201,39826 +"151113",22201,42040 +"151114",22201,50965 +"151115",22201,56018 +"151116",22201,56815 +"151117",22201,65954 +"151118",22202,22216 +"151119",22202,43738 +"151120",22202,59311 +"151121",22202,61728 +"151122",22203,36354 +"151123",22203,51915 +"151124",22204,22262 +"151125",22204,22263 +"151126",22204,37172 +"151127",22204,48713 +"151128",22204,51724 +"151129",22204,53696 +"151130",22204,55019 +"151131",22204,69210 +"151132",22204,71310 +"151133",22204,77991 +"151134",22204,81310 +"151135",22204,84042 +"151136",22204,87337 +"151137",22204,98966 +"151138",22205,71793 +"151139",22206,22249 +"151140",22206,22313 +"151141",22206,66014 +"151142",22207,22271 +"151143",22207,22286 +"151144",22207,23328 +"151145",22207,23360 +"151146",22207,28297 +"151147",22207,31658 +"151148",22207,31961 +"151149",22207,31996 +"151150",22207,68111 +"151151",22207,68249 +"151152",22207,82268 +"151153",22208,29979 +"151154",22208,58004 +"151155",22208,94920 +"151156",22209,39556 +"151157",22209,57732 +"151158",22209,88506 +"151159",22210,22269 +"151160",22210,37737 +"151161",22210,40144 +"151162",22210,47170 +"151163",22210,53633 +"151164",22210,55305 +"151165",22210,70418 +"151166",22211,22274 +"151167",22211,23735 +"151168",22211,24020 +"151169",22211,45734 +"151170",22211,79534 +"151171",22211,94132 +"151172",22211,94573 +"151173",22211,111790 +"151174",22211,113345 +"151175",22212,22407 +"151176",22212,53814 +"151177",22212,55336 +"151178",22212,68214 +"151179",22212,68215 +"151180",22212,96021 +"151181",22213,33814 +"151182",22213,41879 +"151183",22213,47890 +"151184",22213,51971 +"151185",22213,56903 +"151186",22215,24915 +"151187",22215,34560 +"151188",22215,34763 +"151189",22215,48376 +"151190",22215,62694 +"151191",22215,71028 +"151192",22215,98246 +"151193",22216,31671 +"151194",22216,36559 +"151195",22216,37314 +"151196",22216,37884 +"151197",22216,39355 +"151198",22216,47009 +"151199",22216,47947 +"151200",22216,55021 +"151201",22216,57307 +"151202",22216,57372 +"151203",22216,57843 +"151204",22216,60301 +"151205",22216,60310 +"151206",22216,60348 +"151207",22216,60407 +"151208",22216,61478 +"151209",22217,24308 +"151210",22217,117762 +"151211",22218,45379 +"151212",22218,52633 +"151213",22218,62487 +"151214",22218,63886 +"151215",22218,96161 +"151216",22219,46161 +"151217",22220,74816 +"151218",22221,37722 +"151219",22221,45299 +"151220",22221,57949 +"151221",22221,70964 +"151222",22221,84602 +"151223",22222,22856 +"151224",22222,23591 +"151225",22223,111000 +"151226",22224,30686 +"151227",22224,34218 +"151228",22224,35493 +"151229",22224,88160 +"151230",22224,95244 +"151231",22224,95577 +"151232",22225,43209 +"151233",22225,55223 +"151234",22226,24562 +"151235",22226,28063 +"151236",22226,30157 +"151237",22226,30883 +"151238",22226,41558 +"151239",22226,43708 +"151240",22226,50487 +"151241",22226,51874 +"151242",22226,77506 +"151243",22226,84475 +"151244",22226,93289 +"151245",22226,96911 +"151246",22226,110685 +"151247",22227,24313 +"151248",22227,24366 +"151249",22227,34337 +"151250",22227,70235 +"151251",22227,89167 +"151252",22228,22338 +"151253",22228,22515 +"151254",22228,23546 +"151255",22228,69990 +"151256",22228,100292 +"151257",22228,103104 +"151258",22228,103122 +"151259",22228,103127 +"151260",22229,30897 +"151261",22229,41101 +"151262",22229,91298 +"151263",22229,108659 +"151264",22230,78941 +"151265",22230,80684 +"151266",22231,31074 +"151267",22231,31176 +"151268",22231,32607 +"151269",22231,34856 +"151270",22231,37582 +"151271",22231,37638 +"151272",22231,42282 +"151273",22231,46347 +"151274",22231,50195 +"151275",22231,55386 +"151276",22231,71252 +"151277",22231,72535 +"151278",22231,73948 +"151279",22231,74725 +"151280",22231,76412 +"151281",22231,87771 +"151282",22231,87958 +"151283",22231,99445 +"151284",22232,59816 +"151285",22232,67186 +"151286",22232,73951 +"151287",22232,78288 +"151288",22232,98892 +"151289",22232,117549 +"151290",22233,35902 +"151291",22233,100055 +"151292",22233,116688 +"151293",22234,120764 +"151294",22235,22251 +"151295",22235,22632 +"151296",22235,29596 +"151297",22235,30245 +"151298",22235,44031 +"151299",22236,22237 +"151300",22236,79034 +"151301",22237,25792 +"151302",22238,79929 +"151303",22238,79930 +"151304",22239,60671 +"151305",22240,95397 +"151306",22241,26255 +"151307",22241,32449 +"151308",22242,25627 +"151309",22242,37365 +"151310",22242,46458 +"151311",22242,48042 +"151312",22242,83424 +"151313",22242,115650 +"151314",22243,22244 +"151315",22243,25601 +"151316",22243,31185 +"151317",22243,33045 +"151318",22243,42043 +"151319",22243,87907 +"151320",22243,89627 +"151321",22243,112104 +"151322",22244,33045 +"151323",22244,78588 +"151324",22244,87907 +"151325",22244,112104 +"151326",22246,69870 +"151327",22247,26862 +"151328",22247,71955 +"151329",22247,95146 +"151330",22247,104534 +"151331",22249,22313 +"151332",22249,32235 +"151333",22249,32312 +"151334",22249,32343 +"151335",22249,41355 +"151336",22249,41456 +"151337",22249,66014 +"151338",22249,86903 +"151339",22249,111276 +"151340",22250,84188 +"151341",22252,46867 +"151342",22252,71709 +"151343",22252,84564 +"151344",22252,97644 +"151345",22253,22940 +"151346",22253,24162 +"151347",22253,34931 +"151348",22253,36753 +"151349",22253,41607 +"151350",22253,65410 +"151351",22253,65430 +"151352",22253,65444 +"151353",22253,70478 +"151354",22253,73382 +"151355",22253,97660 +"151356",22253,105092 +"151357",22253,121736 +"151358",22254,75359 +"151359",22255,83150 +"151360",22256,23138 +"151361",22256,34137 +"151362",22256,34395 +"151363",22256,40675 +"151364",22256,53875 +"151365",22256,60409 +"151366",22256,67313 +"151367",22256,78994 +"151368",22256,79357 +"151369",22256,81527 +"151370",22256,109363 +"151371",22256,113058 +"151372",22257,39446 +"151373",22257,53655 +"151374",22257,72677 +"151375",22257,100499 +"151376",22257,119551 +"151377",22258,65491 +"151378",22259,22605 +"151379",22259,98353 +"151380",22260,32147 +"151381",22261,47799 +"151382",22261,55232 +"151383",22261,55244 +"151384",22261,55460 +"151385",22261,75431 +"151386",22261,86917 +"151387",22261,98500 +"151388",22262,22263 +"151389",22262,28401 +"151390",22262,62393 +"151391",22262,87000 +"151392",22262,96374 +"151393",22263,24119 +"151394",22263,31614 +"151395",22263,32838 +"151396",22263,34522 +"151397",22263,35133 +"151398",22263,37594 +"151399",22263,43717 +"151400",22263,46261 +"151401",22263,53295 +"151402",22263,55072 +"151403",22263,59118 +"151404",22263,64650 +"151405",22263,69210 +"151406",22263,73057 +"151407",22263,86595 +"151408",22263,90762 +"151409",22263,90960 +"151410",22263,92900 +"151411",22263,118947 +"151412",22263,121171 +"151413",22265,22886 +"151414",22265,26612 +"151415",22265,39059 +"151416",22265,55153 +"151417",22265,71163 +"151418",22266,50980 +"151419",22266,72176 +"151420",22266,109856 +"151421",22266,122225 +"151422",22268,36396 +"151423",22269,36800 +"151424",22269,38672 +"151425",22269,62591 +"151426",22270,22506 +"151427",22270,22855 +"151428",22270,30553 +"151429",22270,40667 +"151430",22270,46948 +"151431",22270,56746 +"151432",22270,93503 +"151433",22270,100362 +"151434",22270,107441 +"151435",22271,22286 +"151436",22272,85667 +"151437",22272,108001 +"151438",22273,31441 +"151439",22273,31531 +"151440",22273,33464 +"151441",22273,36458 +"151442",22273,59113 +"151443",22273,61656 +"151444",22273,76560 +"151445",22273,80268 +"151446",22273,98664 +"151447",22274,23735 +"151448",22274,29119 +"151449",22274,31353 +"151450",22274,35417 +"151451",22274,45734 +"151452",22274,75816 +"151453",22274,79534 +"151454",22274,80555 +"151455",22274,89890 +"151456",22274,94132 +"151457",22274,111790 +"151458",22274,113345 +"151459",22275,43555 +"151460",22275,47492 +"151461",22275,123073 +"151462",22276,53767 +"151463",22276,78921 +"151464",22276,89628 +"151465",22276,92185 +"151466",22277,22309 +"151467",22277,25129 +"151468",22277,62841 +"151469",22278,27940 +"151470",22278,43802 +"151471",22278,56585 +"151472",22279,57012 +"151473",22280,91963 +"151474",22280,115027 +"151475",22280,118976 +"151476",22281,31068 +"151477",22281,45011 +"151478",22281,47949 +"151479",22281,69661 +"151480",22281,84319 +"151481",22282,27973 +"151482",22282,28047 +"151483",22282,30698 +"151484",22282,51591 +"151485",22282,52058 +"151486",22282,55438 +"151487",22282,65958 +"151488",22282,65977 +"151489",22282,82949 +"151490",22282,95008 +"151491",22283,55954 +"151492",22284,36763 +"151493",22284,39141 +"151494",22284,51478 +"151495",22284,69087 +"151496",22284,69324 +"151497",22284,69373 +"151498",22285,38059 +"151499",22286,40546 +"151500",22287,23976 +"151501",22287,27140 +"151502",22287,27166 +"151503",22287,27173 +"151504",22287,32020 +"151505",22287,41402 +"151506",22287,53194 +"151507",22287,61067 +"151508",22287,76216 +"151509",22287,80563 +"151510",22289,116257 +"151511",22290,30043 +"151512",22291,58625 +"151513",22293,28002 +"151514",22293,32813 +"151515",22293,46026 +"151516",22293,50093 +"151517",22293,55324 +"151518",22293,56049 +"151519",22293,61309 +"151520",22293,65551 +"151521",22293,73848 +"151522",22293,78968 +"151523",22293,81859 +"151524",22293,83160 +"151525",22293,86499 +"151526",22293,91781 +"151527",22293,102483 +"151528",22293,104064 +"151529",22293,110131 +"151530",22293,110147 +"151531",22293,110155 +"151532",22293,110173 +"151533",22293,112774 +"151534",22294,22295 +"151535",22294,26096 +"151536",22294,39360 +"151537",22294,44073 +"151538",22294,45189 +"151539",22294,62712 +"151540",22295,44073 +"151541",22295,44074 +"151542",22297,26997 +"151543",22297,57721 +"151544",22298,57302 +"151545",22298,102065 +"151546",22299,23938 +"151547",22299,24250 +"151548",22299,26682 +"151549",22299,29741 +"151550",22299,30876 +"151551",22299,32393 +"151552",22299,32939 +"151553",22299,33113 +"151554",22299,38494 +"151555",22299,38932 +"151556",22299,40643 +"151557",22299,42017 +"151558",22299,42107 +"151559",22299,45787 +"151560",22299,47083 +"151561",22299,49231 +"151562",22299,50061 +"151563",22299,52450 +"151564",22299,54059 +"151565",22299,55370 +"151566",22299,57804 +"151567",22299,59615 +"151568",22299,59940 +"151569",22299,67363 +"151570",22299,71230 +"151571",22299,76278 +"151572",22299,76740 +"151573",22299,76786 +"151574",22299,77272 +"151575",22299,77357 +"151576",22299,77402 +"151577",22299,78248 +"151578",22299,78255 +"151579",22299,78339 +"151580",22299,78445 +"151581",22299,79022 +"151582",22299,79716 +"151583",22299,79989 +"151584",22299,80281 +"151585",22299,81728 +"151586",22299,82196 +"151587",22299,82383 +"151588",22299,82810 +"151589",22299,82854 +"151590",22299,83853 +"151591",22299,83884 +"151592",22299,84379 +"151593",22299,84613 +"151594",22299,85465 +"151595",22299,85610 +"151596",22299,86351 +"151597",22299,86451 +"151598",22299,86882 +"151599",22299,87175 +"151600",22299,87451 +"151601",22299,87521 +"151602",22299,87572 +"151603",22299,87663 +"151604",22299,87721 +"151605",22299,87862 +"151606",22300,88278 +"151607",22301,56981 +"151608",22302,57609 +"151609",22303,103126 +"151610",22304,72901 +"151611",22305,25350 +"151612",22305,64688 +"151613",22306,60482 +"151614",22306,70408 +"151615",22306,99980 +"151616",22306,106151 +"151617",22307,28268 +"151618",22307,89263 +"151619",22307,94570 +"151620",22308,80723 +"151621",22308,91107 +"151622",22310,22311 +"151623",22310,39289 +"151624",22311,23664 +"151625",22311,33776 +"151626",22311,43368 +"151627",22311,60008 +"151628",22311,64892 +"151629",22311,75772 +"151630",22311,87080 +"151631",22311,94139 +"151632",22311,94835 +"151633",22311,108497 +"151634",22313,32235 +"151635",22313,32246 +"151636",22313,32312 +"151637",22313,32343 +"151638",22313,66014 +"151639",22313,84502 +"151640",22314,39603 +"151641",22314,57781 +"151642",22315,47861 +"151643",22315,70637 +"151644",22315,83806 +"151645",22316,29260 +"151646",22316,59199 +"151647",22317,64932 +"151648",22317,65581 +"151649",22317,88286 +"151650",22317,90196 +"151651",22318,29103 +"151652",22319,58323 +"151653",22320,22380 +"151654",22320,36823 +"151655",22320,62875 +"151656",22320,63057 +"151657",22320,65926 +"151658",22320,68418 +"151659",22321,22439 +"151660",22321,22449 +"151661",22321,22593 +"151662",22322,48249 +"151663",22322,117061 +"151664",22322,121164 +"151665",22322,123145 +"151666",22323,22502 +"151667",22324,22445 +"151668",22324,82770 +"151669",22325,24969 +"151670",22326,22362 +"151671",22326,22432 +"151672",22326,22480 +"151673",22326,30031 +"151674",22326,41036 +"151675",22326,43001 +"151676",22326,67018 +"151677",22326,67041 +"151678",22326,78144 +"151679",22326,87060 +"151680",22326,87073 +"151681",22327,22488 +"151682",22328,33424 +"151683",22328,65042 +"151684",22328,98384 +"151685",22329,25691 +"151686",22329,25765 +"151687",22329,25915 +"151688",22329,26801 +"151689",22329,27730 +"151690",22329,32090 +"151691",22329,34988 +"151692",22329,36468 +"151693",22329,47928 +"151694",22329,47935 +"151695",22329,105053 +"151696",22329,105154 +"151697",22329,122914 +"151698",22329,122954 +"151699",22329,123161 +"151700",22330,28106 +"151701",22331,23417 +"151702",22331,25443 +"151703",22331,37439 +"151704",22331,57151 +"151705",22331,66891 +"151706",22331,69930 +"151707",22331,71623 +"151708",22331,80907 +"151709",22331,83980 +"151710",22331,93173 +"151711",22331,93316 +"151712",22331,107190 +"151713",22331,107233 +"151714",22332,26386 +"151715",22332,28535 +"151716",22332,35769 +"151717",22332,41140 +"151718",22332,46390 +"151719",22332,50479 +"151720",22332,62250 +"151721",22332,62251 +"151722",22333,85330 +"151723",22333,86836 +"151724",22334,22420 +"151725",22334,25829 +"151726",22334,64819 +"151727",22334,79181 +"151728",22334,100953 +"151729",22334,101934 +"151730",22335,32345 +"151731",22335,36912 +"151732",22335,43858 +"151733",22335,45590 +"151734",22335,67448 +"151735",22336,22419 +"151736",22336,22500 +"151737",22336,40550 +"151738",22337,22526 +"151739",22337,22566 +"151740",22337,22650 +"151741",22338,22350 +"151742",22338,22515 +"151743",22338,23546 +"151744",22338,49170 +"151745",22338,50206 +"151746",22338,63311 +"151747",22338,75794 +"151748",22338,101159 +"151749",22338,114712 +"151750",22338,116765 +"151751",22339,22497 +"151752",22339,31351 +"151753",22339,39192 +"151754",22339,43515 +"151755",22339,43561 +"151756",22339,45092 +"151757",22339,46226 +"151758",22339,69515 +"151759",22339,86824 +"151760",22339,99186 +"151761",22340,74135 +"151762",22341,48221 +"151763",22342,22464 +"151764",22343,22751 +"151765",22344,68738 +"151766",22345,22444 +"151767",22345,22533 +"151768",22345,22546 +"151769",22345,22731 +"151770",22345,23689 +"151771",22345,35678 +"151772",22345,41605 +"151773",22345,58148 +"151774",22345,58563 +"151775",22345,58612 +"151776",22345,72163 +"151777",22345,89053 +"151778",22345,96608 +"151779",22345,103019 +"151780",22346,56472 +"151781",22346,59005 +"151782",22347,33332 +"151783",22347,64070 +"151784",22347,74681 +"151785",22348,22401 +"151786",22348,101086 +"151787",22348,101090 +"151788",22350,22515 +"151789",22350,83065 +"151790",22350,120426 +"151791",22351,25031 +"151792",22351,26044 +"151793",22351,26216 +"151794",22351,28093 +"151795",22351,28353 +"151796",22351,29019 +"151797",22351,29026 +"151798",22351,29688 +"151799",22351,30524 +"151800",22351,30943 +"151801",22351,32342 +"151802",22351,32413 +"151803",22351,34614 +"151804",22351,34631 +"151805",22351,34668 +"151806",22351,35983 +"151807",22351,38270 +"151808",22351,40113 +"151809",22351,42289 +"151810",22351,46741 +"151811",22351,46803 +"151812",22351,47356 +"151813",22351,48281 +"151814",22351,48380 +"151815",22351,50662 +"151816",22351,51184 +"151817",22351,56216 +"151818",22351,59615 +"151819",22351,62679 +"151820",22351,63105 +"151821",22351,67722 +"151822",22351,68001 +"151823",22351,68475 +"151824",22351,68917 +"151825",22351,69296 +"151826",22351,71106 +"151827",22351,73655 +"151828",22351,75767 +"151829",22351,76046 +"151830",22351,76459 +"151831",22351,76808 +"151832",22351,77727 +"151833",22351,77933 +"151834",22351,78224 +"151835",22351,79222 +"151836",22351,82978 +"151837",22351,83306 +"151838",22351,83333 +"151839",22351,83363 +"151840",22351,85027 +"151841",22351,88412 +"151842",22351,90275 +"151843",22351,90426 +"151844",22351,91112 +"151845",22351,91526 +"151846",22351,93425 +"151847",22351,93523 +"151848",22351,94520 +"151849",22351,95954 +"151850",22351,99544 +"151851",22351,99547 +"151852",22351,99554 +"151853",22351,100595 +"151854",22351,100739 +"151855",22351,100819 +"151856",22351,101898 +"151857",22351,101988 +"151858",22351,102146 +"151859",22351,102201 +"151860",22351,102309 +"151861",22351,102635 +"151862",22351,102730 +"151863",22351,102846 +"151864",22351,103790 +"151865",22351,104095 +"151866",22351,104574 +"151867",22351,104784 +"151868",22351,104845 +"151869",22351,107269 +"151870",22351,107623 +"151871",22351,107714 +"151872",22351,107879 +"151873",22351,107975 +"151874",22352,33923 +"151875",22352,56054 +"151876",22352,74702 +"151877",22352,75873 +"151878",22352,86515 +"151879",22352,97254 +"151880",22353,90697 +"151881",22353,99081 +"151882",22353,101435 +"151883",22354,101755 +"151884",22355,49074 +"151885",22355,57463 +"151886",22355,85039 +"151887",22355,96744 +"151888",22356,55480 +"151889",22357,45440 +"151890",22357,54316 +"151891",22357,67813 +"151892",22357,72578 +"151893",22357,74016 +"151894",22357,76624 +"151895",22357,94574 +"151896",22357,96620 +"151897",22357,102467 +"151898",22357,104754 +"151899",22357,107633 +"151900",22357,110107 +"151901",22358,23920 +"151902",22358,79024 +"151903",22359,23617 +"151904",22359,28412 +"151905",22359,29250 +"151906",22359,55580 +"151907",22359,62678 +"151908",22359,67189 +"151909",22359,68727 +"151910",22359,80060 +"151911",22359,101940 +"151912",22359,109891 +"151913",22359,111472 +"151914",22359,117664 +"151915",22360,22412 +"151916",22360,89369 +"151917",22361,23281 +"151918",22362,22432 +"151919",22362,22480 +"151920",22362,29489 +"151921",22362,30031 +"151922",22362,41036 +"151923",22362,41037 +"151924",22362,43001 +"151925",22362,77176 +"151926",22362,78144 +"151927",22362,81578 +"151928",22362,85344 +"151929",22362,87060 +"151930",22362,87073 +"151931",22362,96347 +"151932",22362,105822 +"151933",22363,77178 +"151934",22363,77182 +"151935",22365,22366 +"151936",22365,29541 +"151937",22365,41810 +"151938",22365,45359 +"151939",22365,65289 +"151940",22366,47196 +"151941",22367,35470 +"151942",22367,45813 +"151943",22367,63812 +"151944",22367,78346 +"151945",22367,86503 +"151946",22367,88151 +"151947",22367,91698 +"151948",22367,93695 +"151949",22367,94877 +"151950",22367,97142 +"151951",22367,122330 +"151952",22368,22869 +"151953",22368,27247 +"151954",22368,53358 +"151955",22369,48522 +"151956",22369,89667 +"151957",22370,41402 +"151958",22370,62164 +"151959",22370,77219 +"151960",22370,80248 +"151961",22370,105061 +"151962",22370,107054 +"151963",22370,107316 +"151964",22370,108546 +"151965",22370,116336 +"151966",22371,32174 +"151967",22371,33635 +"151968",22371,45668 +"151969",22372,33122 +"151970",22372,55601 +"151971",22372,75825 +"151972",22373,38342 +"151973",22373,85875 +"151974",22373,96316 +"151975",22373,105816 +"151976",22373,105837 +"151977",22373,118169 +"151978",22373,119375 +"151979",22373,119994 +"151980",22373,119995 +"151981",22373,120001 +"151982",22374,28532 +"151983",22374,29034 +"151984",22374,40893 +"151985",22374,54765 +"151986",22374,68435 +"151987",22374,99960 +"151988",22375,38342 +"151989",22375,43015 +"151990",22375,95646 +"151991",22375,104324 +"151992",22375,108390 +"151993",22376,22424 +"151994",22376,34700 +"151995",22376,81335 +"151996",22376,83624 +"151997",22376,97017 +"151998",22377,22411 +"151999",22377,22425 +"152000",22377,42239 +"152001",22377,42347 +"152002",22377,106614 +"152003",22377,106631 +"152004",22377,106646 +"152005",22378,22482 +"152006",22378,37653 +"152007",22379,44060 +"152008",22379,44070 +"152009",22379,47283 +"152010",22379,59891 +"152011",22379,101463 +"152012",22380,27306 +"152013",22380,35287 +"152014",22380,45132 +"152015",22380,47423 +"152016",22380,67427 +"152017",22380,70874 +"152018",22380,115199 +"152019",22381,23808 +"152020",22381,29033 +"152021",22381,30212 +"152022",22381,39784 +"152023",22381,41719 +"152024",22381,52301 +"152025",22381,61034 +"152026",22381,71274 +"152027",22381,72204 +"152028",22381,75694 +"152029",22381,83813 +"152030",22381,84744 +"152031",22381,101598 +"152032",22382,22383 +"152033",22382,82571 +"152034",22383,55115 +"152035",22383,73758 +"152036",22383,89216 +"152037",22384,73794 +"152038",22384,75030 +"152039",22384,80565 +"152040",22384,92062 +"152041",22384,99022 +"152042",22384,103182 +"152043",22384,111587 +"152044",22385,88963 +"152045",22386,25019 +"152046",22387,32087 +"152047",22387,36416 +"152048",22387,48802 +"152049",22387,56107 +"152050",22387,61420 +"152051",22387,75470 +"152052",22387,76299 +"152053",22387,78576 +"152054",22387,79031 +"152055",22387,100851 +"152056",22387,102331 +"152057",22388,22546 +"152058",22388,67869 +"152059",22389,40575 +"152060",22389,48931 +"152061",22389,81523 +"152062",22390,47137 +"152063",22390,72004 +"152064",22390,116229 +"152065",22390,120163 +"152066",22391,22954 +"152067",22391,25959 +"152068",22391,39727 +"152069",22391,58046 +"152070",22394,44384 +"152071",22395,106794 +"152072",22395,109636 +"152073",22395,121805 +"152074",22396,52398 +"152075",22396,78953 +"152076",22396,109311 +"152077",22396,109933 +"152078",22398,39261 +"152079",22398,42610 +"152080",22398,75797 +"152081",22398,82732 +"152082",22398,96025 +"152083",22398,112335 +"152084",22399,36358 +"152085",22399,58690 +"152086",22400,24882 +"152087",22400,78723 +"152088",22400,100789 +"152089",22400,104945 +"152090",22400,114309 +"152091",22401,90645 +"152092",22402,23461 +"152093",22402,44160 +"152094",22402,52294 +"152095",22402,52693 +"152096",22402,57644 +"152097",22402,83772 +"152098",22403,24710 +"152099",22403,26737 +"152100",22403,27355 +"152101",22403,29372 +"152102",22403,31612 +"152103",22403,33679 +"152104",22403,36103 +"152105",22403,38146 +"152106",22403,46373 +"152107",22403,48328 +"152108",22403,49653 +"152109",22403,52876 +"152110",22403,53333 +"152111",22403,54760 +"152112",22403,57150 +"152113",22403,57760 +"152114",22403,58276 +"152115",22403,64507 +"152116",22403,66258 +"152117",22403,71066 +"152118",22403,71682 +"152119",22403,77506 +"152120",22403,79836 +"152121",22403,83364 +"152122",22404,24298 +"152123",22404,24638 +"152124",22404,65797 +"152125",22405,22406 +"152126",22405,22529 +"152127",22405,22851 +"152128",22405,22852 +"152129",22405,22982 +"152130",22405,22983 +"152131",22405,22994 +"152132",22405,22995 +"152133",22405,23960 +"152134",22405,25826 +"152135",22405,26743 +"152136",22405,32841 +"152137",22405,75532 +"152138",22406,22529 +"152139",22406,22851 +"152140",22406,22852 +"152141",22406,22982 +"152142",22406,22983 +"152143",22406,22994 +"152144",22406,22995 +"152145",22406,23960 +"152146",22406,25826 +"152147",22406,75532 +"152148",22407,22750 +"152149",22407,22762 +"152150",22407,29287 +"152151",22407,36976 +"152152",22407,53814 +"152153",22407,57844 +"152154",22407,64295 +"152155",22407,66504 +"152156",22407,68214 +"152157",22407,68215 +"152158",22408,26536 +"152159",22408,47428 +"152160",22408,63998 +"152161",22408,64002 +"152162",22408,87124 +"152163",22408,99807 +"152164",22408,120179 +"152165",22409,28378 +"152166",22409,32066 +"152167",22409,46776 +"152168",22409,49810 +"152169",22409,69251 +"152170",22409,72239 +"152171",22409,75786 +"152172",22409,75807 +"152173",22409,75808 +"152174",22409,75965 +"152175",22409,75975 +"152176",22409,75990 +"152177",22409,75991 +"152178",22409,75998 +"152179",22410,22427 +"152180",22410,22541 +"152181",22410,27714 +"152182",22410,27828 +"152183",22410,31280 +"152184",22410,41098 +"152185",22410,45499 +"152186",22410,48501 +"152187",22410,59467 +"152188",22410,73203 +"152189",22411,22425 +"152190",22412,71306 +"152191",22412,104163 +"152192",22412,104420 +"152193",22412,108198 +"152194",22412,119866 +"152195",22412,119905 +"152196",22412,119911 +"152197",22413,22544 +"152198",22413,29368 +"152199",22413,30035 +"152200",22413,40129 +"152201",22413,60610 +"152202",22413,64955 +"152203",22413,76218 +"152204",22413,78326 +"152205",22413,87984 +"152206",22413,90120 +"152207",22413,91899 +"152208",22413,99023 +"152209",22413,108039 +"152210",22413,108145 +"152211",22414,22523 +"152212",22414,22538 +"152213",22415,40639 +"152214",22417,40095 +"152215",22417,45648 +"152216",22417,52398 +"152217",22417,52471 +"152218",22417,57457 +"152219",22417,62916 +"152220",22417,79979 +"152221",22417,80911 +"152222",22417,86612 +"152223",22417,86620 +"152224",22417,87949 +"152225",22418,118008 +"152226",22419,22500 +"152227",22419,47148 +"152228",22419,81615 +"152229",22419,81653 +"152230",22419,110912 +"152231",22420,25111 +"152232",22420,25131 +"152233",22420,28201 +"152234",22420,38365 +"152235",22420,44195 +"152236",22420,48906 +"152237",22420,97811 +"152238",22420,101996 +"152239",22421,47489 +"152240",22421,55822 +"152241",22421,110636 +"152242",22422,23095 +"152243",22422,51197 +"152244",22422,56373 +"152245",22422,65713 +"152246",22422,79730 +"152247",22422,89278 +"152248",22422,104420 +"152249",22422,108198 +"152250",22423,22670 +"152251",22423,23071 +"152252",22423,27260 +"152253",22423,29661 +"152254",22423,45831 +"152255",22423,45832 +"152256",22423,45958 +"152257",22424,27154 +"152258",22424,39646 +"152259",22424,95592 +"152260",22426,22475 +"152261",22426,22531 +"152262",22427,22541 +"152263",22427,27512 +"152264",22427,41098 +"152265",22427,60201 +"152266",22427,61397 +"152267",22428,30584 +"152268",22428,43852 +"152269",22428,67039 +"152270",22428,99332 +"152271",22429,69429 +"152272",22429,91323 +"152273",22429,104023 +"152274",22429,113234 +"152275",22430,22559 +"152276",22430,22642 +"152277",22430,90567 +"152278",22430,108730 +"152279",22431,26569 +"152280",22431,50776 +"152281",22432,22480 +"152282",22432,25305 +"152283",22432,26430 +"152284",22432,28674 +"152285",22432,29987 +"152286",22432,30002 +"152287",22432,30031 +"152288",22432,41036 +"152289",22432,43001 +"152290",22432,44500 +"152291",22432,57055 +"152292",22432,57100 +"152293",22432,57112 +"152294",22432,57148 +"152295",22432,70217 +"152296",22432,78144 +"152297",22432,87060 +"152298",22432,87073 +"152299",22433,28509 +"152300",22433,48236 +"152301",22433,77652 +"152302",22434,22481 +"152303",22434,38971 +"152304",22434,42937 +"152305",22434,44635 +"152306",22434,45970 +"152307",22434,48066 +"152308",22434,48132 +"152309",22434,48147 +"152310",22434,48179 +"152311",22434,51068 +"152312",22434,58241 +"152313",22434,58250 +"152314",22434,58294 +"152315",22434,58306 +"152316",22434,58353 +"152317",22434,58364 +"152318",22434,58430 +"152319",22435,24492 +"152320",22435,53722 +"152321",22435,102902 +"152322",22436,27902 +"152323",22436,34382 +"152324",22436,95507 +"152325",22436,95521 +"152326",22437,23950 +"152327",22437,25612 +"152328",22439,22449 +"152329",22439,22593 +"152330",22440,34322 +"152331",22440,41601 +"152332",22441,22545 +"152333",22442,23361 +"152334",22442,24708 +"152335",22442,28385 +"152336",22442,28944 +"152337",22442,31001 +"152338",22442,31163 +"152339",22442,32380 +"152340",22442,41746 +"152341",22442,42364 +"152342",22442,54278 +"152343",22442,71055 +"152344",22442,78532 +"152345",22442,79904 +"152346",22442,85399 +"152347",22442,115719 +"152348",22443,30090 +"152349",22443,51864 +"152350",22443,90690 +"152351",22444,41605 +"152352",22444,68007 +"152353",22444,103019 +"152354",22446,49916 +"152355",22447,37308 +"152356",22447,41681 +"152357",22447,52947 +"152358",22447,53395 +"152359",22448,45818 +"152360",22448,116807 +"152361",22449,22593 +"152362",22450,22576 +"152363",22450,22679 +"152364",22450,25180 +"152365",22450,41762 +"152366",22450,107120 +"152367",22450,108824 +"152368",22451,22466 +"152369",22451,23971 +"152370",22451,32213 +"152371",22451,106506 +"152372",22452,22521 +"152373",22452,34499 +"152374",22452,56635 +"152375",22453,33336 +"152376",22453,43378 +"152377",22453,43564 +"152378",22454,66753 +"152379",22455,36259 +"152380",22455,39765 +"152381",22455,47503 +"152382",22455,61578 +"152383",22455,61613 +"152384",22455,76552 +"152385",22455,76560 +"152386",22455,100151 +"152387",22456,47928 +"152388",22457,27193 +"152389",22457,28520 +"152390",22457,37767 +"152391",22457,44090 +"152392",22457,44212 +"152393",22457,48888 +"152394",22457,69537 +"152395",22457,83296 +"152396",22457,88253 +"152397",22457,90119 +"152398",22457,109769 +"152399",22457,116457 +"152400",22458,32272 +"152401",22458,32495 +"152402",22458,33297 +"152403",22458,33314 +"152404",22459,56865 +"152405",22459,71550 +"152406",22459,74364 +"152407",22459,89789 +"152408",22459,112229 +"152409",22459,116239 +"152410",22460,24796 +"152411",22460,26107 +"152412",22460,26132 +"152413",22460,28440 +"152414",22460,28869 +"152415",22460,28904 +"152416",22460,30541 +"152417",22460,36810 +"152418",22460,37235 +"152419",22460,39198 +"152420",22460,40453 +"152421",22460,41435 +"152422",22460,42746 +"152423",22460,43844 +"152424",22460,45532 +"152425",22460,50343 +"152426",22460,57478 +"152427",22460,64468 +"152428",22460,78833 +"152429",22460,79422 +"152430",22460,91275 +"152431",22461,40581 +"152432",22461,52041 +"152433",22462,22823 +"152434",22462,23147 +"152435",22462,23421 +"152436",22462,23632 +"152437",22462,23953 +"152438",22462,24084 +"152439",22462,24107 +"152440",22462,24495 +"152441",22462,24710 +"152442",22462,25143 +"152443",22462,25303 +"152444",22462,25664 +"152445",22462,25729 +"152446",22462,25754 +"152447",22462,26259 +"152448",22462,26407 +"152449",22462,27174 +"152450",22462,27196 +"152451",22462,27710 +"152452",22462,28703 +"152453",22462,29253 +"152454",22462,29341 +"152455",22462,29560 +"152456",22462,29573 +"152457",22462,29868 +"152458",22462,32395 +"152459",22462,32438 +"152460",22462,32967 +"152461",22462,33223 +"152462",22462,33451 +"152463",22462,33881 +"152464",22462,34097 +"152465",22462,34330 +"152466",22462,34513 +"152467",22462,35400 +"152468",22462,36476 +"152469",22462,36547 +"152470",22462,36745 +"152471",22462,37821 +"152472",22462,37854 +"152473",22462,37931 +"152474",22462,38319 +"152475",22462,39398 +"152476",22462,39492 +"152477",22462,40220 +"152478",22462,40320 +"152479",22462,40373 +"152480",22462,40542 +"152481",22462,40792 +"152482",22462,41182 +"152483",22462,42131 +"152484",22462,46843 +"152485",22462,48331 +"152486",22462,49182 +"152487",22462,56718 +"152488",22462,56873 +"152489",22462,62165 +"152490",22462,67165 +"152491",22462,74862 +"152492",22462,85063 +"152493",22462,116764 +"152494",22462,120845 +"152495",22464,73648 +"152496",22464,94681 +"152497",22464,112183 +"152498",22464,112367 +"152499",22465,31687 +"152500",22465,62653 +"152501",22465,62971 +"152502",22465,71836 +"152503",22465,72215 +"152504",22465,82240 +"152505",22465,89145 +"152506",22465,109423 +"152507",22465,109424 +"152508",22465,119484 +"152509",22465,122022 +"152510",22465,122029 +"152511",22466,23971 +"152512",22466,35471 +"152513",22466,35481 +"152514",22466,59505 +"152515",22466,70076 +"152516",22466,72213 +"152517",22466,78076 +"152518",22466,91904 +"152519",22466,101927 +"152520",22467,59322 +"152521",22468,22496 +"152522",22468,43502 +"152523",22468,45490 +"152524",22468,61603 +"152525",22468,63199 +"152526",22468,65784 +"152527",22468,75781 +"152528",22468,76985 +"152529",22468,93258 +"152530",22468,99614 +"152531",22469,45367 +"152532",22471,24503 +"152533",22471,25552 +"152534",22471,80314 +"152535",22471,80815 +"152536",22473,34433 +"152537",22474,31501 +"152538",22475,22531 +"152539",22475,25010 +"152540",22475,29713 +"152541",22475,44864 +"152542",22475,48514 +"152543",22475,70498 +"152544",22475,109301 +"152545",22476,63836 +"152546",22476,66183 +"152547",22476,76687 +"152548",22476,81279 +"152549",22476,86374 +"152550",22476,94612 +"152551",22476,97347 +"152552",22476,97606 +"152553",22476,97680 +"152554",22476,97700 +"152555",22476,97701 +"152556",22478,28341 +"152557",22478,34180 +"152558",22478,49193 +"152559",22478,77646 +"152560",22479,84391 +"152561",22479,117528 +"152562",22480,26430 +"152563",22480,29954 +"152564",22480,30031 +"152565",22480,44500 +"152566",22480,45603 +"152567",22480,70217 +"152568",22481,26304 +"152569",22483,49831 +"152570",22483,89610 +"152571",22484,25255 +"152572",22484,27873 +"152573",22484,41019 +"152574",22485,54404 +"152575",22485,56611 +"152576",22485,100087 +"152577",22485,105458 +"152578",22485,115470 +"152579",22485,115472 +"152580",22485,115479 +"152581",22485,120245 +"152582",22486,22550 +"152583",22487,31219 +"152584",22487,61862 +"152585",22487,68393 +"152586",22487,93017 +"152587",22488,33416 +"152588",22488,83671 +"152589",22489,51058 +"152590",22490,25730 +"152591",22490,26062 +"152592",22490,27023 +"152593",22490,30144 +"152594",22490,47600 +"152595",22490,50991 +"152596",22490,52530 +"152597",22490,61834 +"152598",22490,81641 +"152599",22490,92507 +"152600",22490,92816 +"152601",22490,93479 +"152602",22491,22492 +"152603",22491,44760 +"152604",22492,44760 +"152605",22493,32629 +"152606",22493,38431 +"152607",22493,44294 +"152608",22493,58272 +"152609",22493,87808 +"152610",22493,99748 +"152611",22495,45209 +"152612",22495,72801 +"152613",22495,102168 +"152614",22495,112715 +"152615",22496,42465 +"152616",22496,113617 +"152617",22497,46096 +"152618",22497,75686 +"152619",22498,23298 +"152620",22498,50610 +"152621",22499,22549 +"152622",22499,23347 +"152623",22499,24850 +"152624",22499,28959 +"152625",22499,29919 +"152626",22499,30413 +"152627",22499,33924 +"152628",22499,33926 +"152629",22499,37621 +"152630",22499,39773 +"152631",22499,45535 +"152632",22499,48552 +"152633",22500,47148 +"152634",22500,81615 +"152635",22500,81653 +"152636",22500,98627 +"152637",22501,30607 +"152638",22501,33699 +"152639",22501,34492 +"152640",22501,114248 +"152641",22502,46790 +"152642",22502,115831 +"152643",22503,22754 +"152644",22503,66421 +"152645",22503,78829 +"152646",22503,95502 +"152647",22504,38426 +"152648",22504,41921 +"152649",22504,55060 +"152650",22504,85064 +"152651",22505,41252 +"152652",22506,49320 +"152653",22506,85613 +"152654",22507,22977 +"152655",22507,42463 +"152656",22507,50635 +"152657",22508,93730 +"152658",22508,109147 +"152659",22509,24025 +"152660",22510,24433 +"152661",22510,26331 +"152662",22510,29171 +"152663",22510,33674 +"152664",22510,33732 +"152665",22510,34459 +"152666",22510,36609 +"152667",22510,42574 +"152668",22510,45616 +"152669",22510,45618 +"152670",22510,45626 +"152671",22510,45650 +"152672",22510,45659 +"152673",22510,45691 +"152674",22510,48286 +"152675",22510,51067 +"152676",22511,23269 +"152677",22511,23508 +"152678",22511,26141 +"152679",22511,28591 +"152680",22511,30969 +"152681",22511,35997 +"152682",22511,42516 +"152683",22511,43560 +"152684",22511,46442 +"152685",22511,46601 +"152686",22511,47223 +"152687",22511,48051 +"152688",22511,48288 +"152689",22511,49517 +"152690",22511,53917 +"152691",22511,64941 +"152692",22511,65376 +"152693",22511,65800 +"152694",22511,75669 +"152695",22511,80281 +"152696",22511,80596 +"152697",22511,80778 +"152698",22511,84498 +"152699",22511,86799 +"152700",22511,88954 +"152701",22511,90093 +"152702",22511,93322 +"152703",22511,93531 +"152704",22511,97635 +"152705",22511,102004 +"152706",22511,112927 +"152707",22512,33790 +"152708",22512,94499 +"152709",22512,96504 +"152710",22513,84232 +"152711",22513,112960 +"152712",22514,22516 +"152713",22514,50156 +"152714",22514,73640 +"152715",22514,93345 +"152716",22514,111291 +"152717",22514,111295 +"152718",22515,23546 +"152719",22515,37464 +"152720",22515,50738 +"152721",22515,69990 +"152722",22515,100292 +"152723",22515,103104 +"152724",22515,103122 +"152725",22515,103127 +"152726",22516,30418 +"152727",22516,32302 +"152728",22516,47441 +"152729",22516,47442 +"152730",22516,50508 +"152731",22516,64503 +"152732",22516,71524 +"152733",22516,74943 +"152734",22516,96019 +"152735",22516,104280 +"152736",22516,108806 +"152737",22516,112884 +"152738",22517,37805 +"152739",22517,43017 +"152740",22518,86305 +"152741",22518,86422 +"152742",22519,22543 +"152743",22519,24423 +"152744",22519,27487 +"152745",22519,31091 +"152746",22519,34252 +"152747",22519,34273 +"152748",22519,34284 +"152749",22519,34317 +"152750",22519,38288 +"152751",22519,44249 +"152752",22519,47610 +"152753",22519,52769 +"152754",22519,70984 +"152755",22520,39677 +"152756",22520,39690 +"152757",22521,98794 +"152758",22521,104175 +"152759",22521,113376 +"152760",22522,71011 +"152761",22522,100165 +"152762",22522,100166 +"152763",22522,100177 +"152764",22522,100259 +"152765",22522,100519 +"152766",22523,22538 +"152767",22523,64835 +"152768",22523,65414 +"152769",22523,65498 +"152770",22524,22633 +"152771",22524,24755 +"152772",22524,26570 +"152773",22524,51819 +"152774",22524,56712 +"152775",22524,58230 +"152776",22524,62243 +"152777",22524,86325 +"152778",22524,87105 +"152779",22524,87632 +"152780",22524,92220 +"152781",22524,92724 +"152782",22524,100396 +"152783",22524,115718 +"152784",22524,120671 +"152785",22525,99641 +"152786",22526,22566 +"152787",22526,22650 +"152788",22527,22536 +"152789",22527,22789 +"152790",22527,28483 +"152791",22527,58329 +"152792",22527,58757 +"152793",22527,62305 +"152794",22527,120121 +"152795",22528,57896 +"152796",22528,88102 +"152797",22528,96447 +"152798",22529,22851 +"152799",22529,22852 +"152800",22529,22982 +"152801",22529,22983 +"152802",22529,22994 +"152803",22529,22995 +"152804",22529,23960 +"152805",22529,25826 +"152806",22529,75532 +"152807",22530,53916 +"152808",22530,63250 +"152809",22530,95731 +"152810",22530,99812 +"152811",22530,109721 +"152812",22531,28677 +"152813",22531,28787 +"152814",22531,28788 +"152815",22532,40759 +"152816",22532,45474 +"152817",22532,63771 +"152818",22532,77870 +"152819",22532,86352 +"152820",22532,99397 +"152821",22532,99605 +"152822",22532,100727 +"152823",22532,112542 +"152824",22532,113848 +"152825",22532,117475 +"152826",22532,118219 +"152827",22533,22546 +"152828",22533,22731 +"152829",22533,74074 +"152830",22534,22730 +"152831",22534,27404 +"152832",22534,27530 +"152833",22534,89991 +"152834",22534,89996 +"152835",22534,90932 +"152836",22535,22647 +"152837",22535,53062 +"152838",22536,22789 +"152839",22537,35094 +"152840",22537,74208 +"152841",22537,85454 +"152842",22537,109601 +"152843",22537,120666 +"152844",22539,46081 +"152845",22539,102325 +"152846",22540,27345 +"152847",22540,30584 +"152848",22540,39589 +"152849",22540,47927 +"152850",22540,60258 +"152851",22540,67815 +"152852",22540,95675 +"152853",22540,96371 +"152854",22541,31280 +"152855",22541,32540 +"152856",22541,34329 +"152857",22541,41098 +"152858",22541,48501 +"152859",22541,54093 +"152860",22541,67377 +"152861",22541,73203 +"152862",22541,75124 +"152863",22541,84285 +"152864",22541,88056 +"152865",22541,93567 +"152866",22542,32380 +"152867",22542,32850 +"152868",22542,109166 +"152869",22543,26991 +"152870",22543,32767 +"152871",22543,34939 +"152872",22543,42338 +"152873",22543,45682 +"152874",22543,59504 +"152875",22543,62145 +"152876",22543,64108 +"152877",22543,69250 +"152878",22543,70400 +"152879",22543,72665 +"152880",22543,77362 +"152881",22543,78009 +"152882",22543,91457 +"152883",22543,93802 +"152884",22543,93910 +"152885",22543,105278 +"152886",22543,120777 +"152887",22544,27524 +"152888",22544,30035 +"152889",22544,31547 +"152890",22544,35409 +"152891",22544,36890 +"152892",22544,41693 +"152893",22544,50191 +"152894",22544,66665 +"152895",22544,68322 +"152896",22544,69934 +"152897",22544,75207 +"152898",22544,78326 +"152899",22544,87984 +"152900",22546,22731 +"152901",22546,28691 +"152902",22546,36840 +"152903",22546,41853 +"152904",22546,42390 +"152905",22546,49911 +"152906",22546,55419 +"152907",22546,56659 +"152908",22547,27017 +"152909",22547,34596 +"152910",22547,49579 +"152911",22547,50008 +"152912",22547,73728 +"152913",22547,89744 +"152914",22547,89747 +"152915",22547,103420 +"152916",22548,28481 +"152917",22548,30609 +"152918",22548,32035 +"152919",22548,32349 +"152920",22548,34033 +"152921",22548,36010 +"152922",22548,38639 +"152923",22548,41904 +"152924",22548,45696 +"152925",22548,46050 +"152926",22548,47973 +"152927",22548,48138 +"152928",22548,49640 +"152929",22548,50425 +"152930",22548,53045 +"152931",22548,57253 +"152932",22548,59177 +"152933",22548,61214 +"152934",22548,66261 +"152935",22548,68457 +"152936",22548,69198 +"152937",22548,77565 +"152938",22548,78974 +"152939",22548,86023 +"152940",22548,87813 +"152941",22548,88773 +"152942",22548,90993 +"152943",22548,90994 +"152944",22548,92417 +"152945",22548,100319 +"152946",22548,101250 +"152947",22548,101462 +"152948",22548,109885 +"152949",22548,110742 +"152950",22548,112606 +"152951",22548,116142 +"152952",22548,116150 +"152953",22548,116151 +"152954",22548,116152 +"152955",22548,116155 +"152956",22548,116159 +"152957",22548,116163 +"152958",22548,116165 +"152959",22548,116166 +"152960",22548,116171 +"152961",22548,116677 +"152962",22548,116678 +"152963",22549,22659 +"152964",22549,23347 +"152965",22549,25448 +"152966",22549,30413 +"152967",22549,33924 +"152968",22549,33926 +"152969",22549,39773 +"152970",22550,99194 +"152971",22550,114976 +"152972",22551,26228 +"152973",22552,38916 +"152974",22552,64293 +"152975",22552,64656 +"152976",22552,71900 +"152977",22552,73178 +"152978",22553,24770 +"152979",22553,27162 +"152980",22553,27256 +"152981",22553,27286 +"152982",22553,27854 +"152983",22553,28065 +"152984",22553,30153 +"152985",22553,34041 +"152986",22553,35040 +"152987",22553,43224 +"152988",22553,53708 +"152989",22553,96114 +"152990",22553,96170 +"152991",22554,24203 +"152992",22554,26071 +"152993",22554,101495 +"152994",22554,109968 +"152995",22555,32943 +"152996",22555,48851 +"152997",22555,48899 +"152998",22555,58796 +"152999",22555,61562 +"153000",22557,39016 +"153001",22557,39085 +"153002",22557,65881 +"153003",22557,65918 +"153004",22557,78267 +"153005",22557,89321 +"153006",22558,42552 +"153007",22559,22642 +"153008",22559,42992 +"153009",22559,76699 +"153010",22559,105982 +"153011",22559,113005 +"153012",22559,113017 +"153013",22560,22561 +"153014",22560,74085 +"153015",22561,23539 +"153016",22561,30450 +"153017",22561,40335 +"153018",22561,40404 +"153019",22561,41861 +"153020",22561,85144 +"153021",22562,88568 +"153022",22562,99069 +"153023",22563,22689 +"153024",22563,40976 +"153025",22564,23844 +"153026",22564,29774 +"153027",22564,116601 +"153028",22564,119400 +"153029",22565,22653 +"153030",22565,22787 +"153031",22565,40703 +"153032",22566,22650 +"153033",22566,22850 +"153034",22566,27885 +"153035",22566,28050 +"153036",22566,28064 +"153037",22566,28168 +"153038",22566,29537 +"153039",22566,45269 +"153040",22566,46648 +"153041",22566,49019 +"153042",22566,53840 +"153043",22566,61553 +"153044",22566,61881 +"153045",22566,64498 +"153046",22566,82462 +"153047",22566,94500 +"153048",22566,98150 +"153049",22566,106157 +"153050",22566,109777 +"153051",22567,40383 +"153052",22567,43941 +"153053",22567,44942 +"153054",22567,50495 +"153055",22567,53611 +"153056",22567,53836 +"153057",22567,58946 +"153058",22567,78235 +"153059",22567,78249 +"153060",22567,83766 +"153061",22567,83794 +"153062",22567,83795 +"153063",22567,118749 +"153064",22568,44661 +"153065",22568,88481 +"153066",22568,103595 +"153067",22568,106106 +"153068",22569,29413 +"153069",22569,47190 +"153070",22569,54037 +"153071",22569,58021 +"153072",22569,65695 +"153073",22569,79312 +"153074",22569,81356 +"153075",22569,91547 +"153076",22569,95876 +"153077",22569,96982 +"153078",22569,106083 +"153079",22569,106115 +"153080",22569,110186 +"153081",22569,112467 +"153082",22569,122181 +"153083",22570,22749 +"153084",22570,22803 +"153085",22570,22877 +"153086",22570,29173 +"153087",22570,49768 +"153088",22570,49867 +"153089",22570,49965 +"153090",22570,94440 +"153091",22571,22926 +"153092",22571,24104 +"153093",22571,25885 +"153094",22571,28996 +"153095",22571,32664 +"153096",22571,33445 +"153097",22571,39585 +"153098",22571,52820 +"153099",22571,53347 +"153100",22571,56762 +"153101",22571,82916 +"153102",22571,84760 +"153103",22571,90252 +"153104",22571,90726 +"153105",22571,95354 +"153106",22571,96720 +"153107",22571,96722 +"153108",22571,99684 +"153109",22571,103158 +"153110",22571,112185 +"153111",22571,113379 +"153112",22572,22813 +"153113",22572,46719 +"153114",22572,46753 +"153115",22572,47806 +"153116",22572,49726 +"153117",22572,114825 +"153118",22573,22671 +"153119",22573,22736 +"153120",22573,26753 +"153121",22573,42440 +"153122",22573,82595 +"153123",22574,38065 +"153124",22574,45769 +"153125",22574,64447 +"153126",22574,67222 +"153127",22574,73381 +"153128",22574,104460 +"153129",22574,105540 +"153130",22574,105651 +"153131",22574,107506 +"153132",22574,121141 +"153133",22575,24404 +"153134",22575,34507 +"153135",22575,49251 +"153136",22575,78892 +"153137",22576,22679 +"153138",22576,25180 +"153139",22578,23322 +"153140",22578,27927 +"153141",22578,27929 +"153142",22578,37977 +"153143",22578,85218 +"153144",22578,91276 +"153145",22578,100201 +"153146",22579,22721 +"153147",22579,100970 +"153148",22580,22581 +"153149",22580,22657 +"153150",22580,22709 +"153151",22580,22767 +"153152",22580,37461 +"153153",22580,46668 +"153154",22580,54769 +"153155",22581,22657 +"153156",22581,22709 +"153157",22581,22767 +"153158",22581,31718 +"153159",22581,33255 +"153160",22581,35080 +"153161",22581,36187 +"153162",22581,42529 +"153163",22581,49061 +"153164",22581,66969 +"153165",22581,85496 +"153166",22581,87194 +"153167",22582,96087 +"153168",22583,22584 +"153169",22583,44104 +"153170",22583,44245 +"153171",22583,52610 +"153172",22583,88573 +"153173",22584,91325 +"153174",22585,22897 +"153175",22585,24327 +"153176",22585,31403 +"153177",22585,39694 +"153178",22585,43706 +"153179",22585,46841 +"153180",22585,47621 +"153181",22585,54447 +"153182",22585,54467 +"153183",22585,56100 +"153184",22585,58970 +"153185",22585,60430 +"153186",22585,73304 +"153187",22585,76483 +"153188",22585,91231 +"153189",22585,92695 +"153190",22586,23134 +"153191",22586,23649 +"153192",22586,26806 +"153193",22586,27501 +"153194",22586,34969 +"153195",22586,36951 +"153196",22586,45608 +"153197",22586,49194 +"153198",22586,52396 +"153199",22586,56766 +"153200",22586,60828 +"153201",22586,61066 +"153202",22586,69603 +"153203",22586,76382 +"153204",22586,90211 +"153205",22586,91492 +"153206",22586,91523 +"153207",22586,91553 +"153208",22587,22742 +"153209",22587,23112 +"153210",22587,36855 +"153211",22587,70510 +"153212",22587,73987 +"153213",22587,91434 +"153214",22587,108522 +"153215",22587,110416 +"153216",22588,22622 +"153217",22588,102804 +"153218",22589,22590 +"153219",22589,34069 +"153220",22591,24110 +"153221",22591,25191 +"153222",22591,35186 +"153223",22591,35877 +"153224",22591,35885 +"153225",22591,44193 +"153226",22591,68700 +"153227",22591,84268 +"153228",22591,86735 +"153229",22591,90379 +"153230",22591,94750 +"153231",22591,96563 +"153232",22592,51776 +"153233",22592,54981 +"153234",22594,27988 +"153235",22594,43283 +"153236",22594,58614 +"153237",22594,76686 +"153238",22594,80496 +"153239",22594,80497 +"153240",22595,22763 +"153241",22595,22804 +"153242",22595,27889 +"153243",22595,40510 +"153244",22595,41805 +"153245",22595,45449 +"153246",22595,45450 +"153247",22595,48781 +"153248",22595,66852 +"153249",22595,70596 +"153250",22595,79639 +"153251",22595,84098 +"153252",22595,84576 +"153253",22595,84581 +"153254",22595,86195 +"153255",22595,86214 +"153256",22595,86223 +"153257",22595,86230 +"153258",22595,90852 +"153259",22595,111590 +"153260",22595,123410 +"153261",22595,123412 +"153262",22596,39793 +"153263",22596,97233 +"153264",22597,22668 +"153265",22597,22669 +"153266",22597,22683 +"153267",22597,22684 +"153268",22597,50356 +"153269",22597,73144 +"153270",22597,74844 +"153271",22597,86448 +"153272",22598,22754 +"153273",22598,22945 +"153274",22598,23050 +"153275",22600,57960 +"153276",22601,58429 +"153277",22602,53554 +"153278",22603,22707 +"153279",22603,27975 +"153280",22603,38219 +"153281",22603,59678 +"153282",22603,90948 +"153283",22603,98606 +"153284",22603,99375 +"153285",22603,100526 +"153286",22604,68243 +"153287",22604,74561 +"153288",22604,81770 +"153289",22604,87146 +"153290",22604,99389 +"153291",22604,122586 +"153292",22606,36503 +"153293",22606,45815 +"153294",22606,46307 +"153295",22606,46681 +"153296",22606,59204 +"153297",22606,63853 +"153298",22606,68098 +"153299",22607,55835 +"153300",22609,78135 +"153301",22609,92421 +"153302",22609,102567 +"153303",22609,114538 +"153304",22610,22723 +"153305",22611,22783 +"153306",22611,25785 +"153307",22611,54618 +"153308",22611,59287 +"153309",22611,70997 +"153310",22611,82860 +"153311",22611,88289 +"153312",22611,89820 +"153313",22611,91687 +"153314",22611,95289 +"153315",22611,111535 +"153316",22611,111601 +"153317",22612,22613 +"153318",22612,22771 +"153319",22612,22774 +"153320",22613,22771 +"153321",22613,22774 +"153322",22614,27811 +"153323",22614,50329 +"153324",22614,51233 +"153325",22614,56128 +"153326",22614,63486 +"153327",22614,65568 +"153328",22614,79913 +"153329",22614,85998 +"153330",22614,89683 +"153331",22614,99291 +"153332",22614,101601 +"153333",22614,103968 +"153334",22615,22630 +"153335",22616,22617 +"153336",22616,22663 +"153337",22616,29328 +"153338",22616,93670 +"153339",22617,22663 +"153340",22617,33122 +"153341",22617,44155 +"153342",22618,22623 +"153343",22618,80282 +"153344",22619,49363 +"153345",22620,22705 +"153346",22620,22759 +"153347",22620,22760 +"153348",22620,64200 +"153349",22620,67011 +"153350",22621,44431 +"153351",22621,63464 +"153352",22621,111045 +"153353",22624,38410 +"153354",22624,83902 +"153355",22626,65961 +"153356",22626,81586 +"153357",22626,121523 +"153358",22627,22722 +"153359",22627,23063 +"153360",22627,23861 +"153361",22627,23959 +"153362",22627,24433 +"153363",22627,25260 +"153364",22627,28896 +"153365",22627,33524 +"153366",22627,48215 +"153367",22627,54200 +"153368",22627,58371 +"153369",22627,59828 +"153370",22627,61543 +"153371",22627,71253 +"153372",22627,90205 +"153373",22627,107603 +"153374",22628,75781 +"153375",22628,94402 +"153376",22628,102859 +"153377",22630,111504 +"153378",22630,117466 +"153379",22630,121835 +"153380",22631,22649 +"153381",22631,22652 +"153382",22631,22745 +"153383",22631,38811 +"153384",22632,22724 +"153385",22632,22746 +"153386",22632,30671 +"153387",22632,44031 +"153388",22632,44730 +"153389",22632,78217 +"153390",22632,99405 +"153391",22633,58230 +"153392",22633,60132 +"153393",22633,80626 +"153394",22633,101135 +"153395",22633,119491 +"153396",22634,22677 +"153397",22635,22636 +"153398",22635,22644 +"153399",22635,22793 +"153400",22636,22644 +"153401",22636,22793 +"153402",22636,69993 +"153403",22636,70010 +"153404",22637,22791 +"153405",22637,87068 +"153406",22639,26495 +"153407",22639,28664 +"153408",22639,29723 +"153409",22639,29812 +"153410",22639,82907 +"153411",22639,89711 +"153412",22639,116281 +"153413",22640,35859 +"153414",22640,59836 +"153415",22640,67488 +"153416",22640,74106 +"153417",22640,77585 +"153418",22640,79602 +"153419",22640,99111 +"153420",22641,25287 +"153421",22641,25565 +"153422",22641,44149 +"153423",22641,48887 +"153424",22641,53179 +"153425",22641,61785 +"153426",22641,78300 +"153427",22641,79581 +"153428",22641,87359 +"153429",22642,95632 +"153430",22642,105259 +"153431",22643,45705 +"153432",22643,48871 +"153433",22643,69958 +"153434",22643,86677 +"153435",22644,22793 +"153436",22644,38606 +"153437",22644,41593 +"153438",22644,41754 +"153439",22644,46156 +"153440",22644,63641 +"153441",22645,33243 +"153442",22645,51045 +"153443",22646,22701 +"153444",22646,22715 +"153445",22648,24845 +"153446",22648,35517 +"153447",22648,38565 +"153448",22648,45284 +"153449",22648,60134 +"153450",22648,68997 +"153451",22648,77043 +"153452",22648,81914 +"153453",22648,85207 +"153454",22648,87748 +"153455",22648,89898 +"153456",22648,106186 +"153457",22648,113094 +"153458",22649,22652 +"153459",22649,22745 +"153460",22649,110894 +"153461",22649,117255 +"153462",22651,22788 +"153463",22651,24446 +"153464",22651,27422 +"153465",22651,30567 +"153466",22651,32672 +"153467",22651,34483 +"153468",22651,57468 +"153469",22651,67670 +"153470",22651,98059 +"153471",22652,22745 +"153472",22652,36473 +"153473",22652,45920 +"153474",22652,76484 +"153475",22652,99409 +"153476",22652,104827 +"153477",22652,104928 +"153478",22652,104930 +"153479",22652,104953 +"153480",22652,122381 +"153481",22653,22787 +"153482",22653,33556 +"153483",22653,33558 +"153484",22653,33559 +"153485",22653,33611 +"153486",22653,33678 +"153487",22653,39667 +"153488",22653,70365 +"153489",22653,75921 +"153490",22653,76598 +"153491",22653,109818 +"153492",22654,85002 +"153493",22655,40868 +"153494",22655,113245 +"153495",22656,23144 +"153496",22656,25386 +"153497",22656,26506 +"153498",22656,32422 +"153499",22656,54265 +"153500",22656,70406 +"153501",22656,72002 +"153502",22656,76590 +"153503",22656,93984 +"153504",22656,98250 +"153505",22656,108552 +"153506",22657,22709 +"153507",22657,22767 +"153508",22657,24438 +"153509",22657,25204 +"153510",22657,31718 +"153511",22657,32523 +"153512",22657,39241 +"153513",22657,39269 +"153514",22657,39279 +"153515",22657,40358 +"153516",22657,42529 +"153517",22657,42578 +"153518",22657,42662 +"153519",22657,46668 +"153520",22657,67015 +"153521",22658,39216 +"153522",22658,44103 +"153523",22658,50179 +"153524",22658,60088 +"153525",22658,79436 +"153526",22658,94826 +"153527",22658,113957 +"153528",22658,119121 +"153529",22659,24317 +"153530",22659,24397 +"153531",22659,35992 +"153532",22659,44681 +"153533",22659,54983 +"153534",22659,58649 +"153535",22660,42886 +"153536",22660,76873 +"153537",22660,76875 +"153538",22660,103854 +"153539",22661,49563 +"153540",22661,82171 +"153541",22661,109540 +"153542",22662,34734 +"153543",22663,83683 +"153544",22664,22695 +"153545",22664,22720 +"153546",22664,22732 +"153547",22664,22741 +"153548",22664,22758 +"153549",22664,22796 +"153550",22664,47726 +"153551",22665,41074 +"153552",22665,43488 +"153553",22665,72588 +"153554",22665,103777 +"153555",22666,27189 +"153556",22666,66267 +"153557",22666,85193 +"153558",22666,87495 +"153559",22666,100586 +"153560",22667,48588 +"153561",22667,57180 +"153562",22667,85373 +"153563",22667,85520 +"153564",22667,87142 +"153565",22667,111208 +"153566",22667,121739 +"153567",22668,22669 +"153568",22668,22683 +"153569",22668,22684 +"153570",22668,74844 +"153571",22669,22683 +"153572",22669,22684 +"153573",22669,22773 +"153574",22669,38376 +"153575",22669,53643 +"153576",22669,69012 +"153577",22669,72508 +"153578",22669,74844 +"153579",22669,80477 +"153580",22669,81615 +"153581",22669,101422 +"153582",22669,120061 +"153583",22669,120869 +"153584",22669,120872 +"153585",22670,23071 +"153586",22670,26010 +"153587",22670,27014 +"153588",22670,27339 +"153589",22670,29661 +"153590",22670,36299 +"153591",22670,45113 +"153592",22670,45831 +"153593",22670,45832 +"153594",22670,45958 +"153595",22670,60053 +"153596",22670,82498 +"153597",22670,92883 +"153598",22670,109521 +"153599",22670,114831 +"153600",22670,117532 +"153601",22670,121231 +"153602",22670,121234 +"153603",22671,22736 +"153604",22671,26753 +"153605",22672,22703 +"153606",22673,48708 +"153607",22673,92704 +"153608",22673,92705 +"153609",22674,51492 +"153610",22675,24270 +"153611",22675,37620 +"153612",22675,40624 +"153613",22675,44648 +"153614",22675,60951 +"153615",22675,67352 +"153616",22675,78875 +"153617",22675,83309 +"153618",22675,104340 +"153619",22676,41623 +"153620",22676,45004 +"153621",22677,73428 +"153622",22678,23873 +"153623",22678,27305 +"153624",22678,40379 +"153625",22678,49981 +"153626",22679,22919 +"153627",22679,25180 +"153628",22679,33627 +"153629",22679,51820 +"153630",22679,51896 +"153631",22679,97775 +"153632",22680,74821 +"153633",22680,89076 +"153634",22680,94339 +"153635",22680,97140 +"153636",22680,101146 +"153637",22681,23074 +"153638",22681,26952 +"153639",22681,33251 +"153640",22681,47487 +"153641",22681,68632 +"153642",22681,69455 +"153643",22681,77371 +"153644",22681,91023 +"153645",22681,107967 +"153646",22681,116749 +"153647",22682,53401 +"153648",22682,61975 +"153649",22682,70578 +"153650",22682,81771 +"153651",22682,88746 +"153652",22683,22684 +"153653",22683,53802 +"153654",22683,74844 +"153655",22684,74844 +"153656",22684,120061 +"153657",22685,35961 +"153658",22685,71849 +"153659",22685,113143 +"153660",22686,26377 +"153661",22686,50061 +"153662",22686,51296 +"153663",22686,61145 +"153664",22686,75595 +"153665",22687,24828 +"153666",22687,24924 +"153667",22687,28391 +"153668",22687,28412 +"153669",22687,29243 +"153670",22687,45148 +"153671",22687,63127 +"153672",22687,68615 +"153673",22687,98032 +"153674",22688,22739 +"153675",22688,45994 +"153676",22688,50991 +"153677",22689,26774 +"153678",22689,30167 +"153679",22689,39188 +"153680",22689,52918 +"153681",22689,111887 +"153682",22690,22691 +"153683",22690,22798 +"153684",22690,50596 +"153685",22690,86137 +"153686",22690,86962 +"153687",22690,100820 +"153688",22690,109612 +"153689",22690,110864 +"153690",22690,117108 +"153691",22690,119729 +"153692",22690,119782 +"153693",22692,22798 +"153694",22692,66976 +"153695",22692,109618 +"153696",22693,99570 +"153697",22694,26692 +"153698",22694,27003 +"153699",22694,40357 +"153700",22694,49002 +"153701",22694,49336 +"153702",22694,62248 +"153703",22694,62264 +"153704",22694,62265 +"153705",22694,62691 +"153706",22694,62709 +"153707",22695,22720 +"153708",22695,22732 +"153709",22695,22741 +"153710",22695,22758 +"153711",22695,22796 +"153712",22695,42242 +"153713",22696,33548 +"153714",22696,40930 +"153715",22696,44368 +"153716",22696,54708 +"153717",22696,88629 +"153718",22697,22766 +"153719",22697,32085 +"153720",22697,41789 +"153721",22698,25185 +"153722",22698,25295 +"153723",22698,37667 +"153724",22698,43176 +"153725",22698,52205 +"153726",22698,78677 +"153727",22698,88175 +"153728",22699,22775 +"153729",22699,81248 +"153730",22699,90658 +"153731",22699,92900 +"153732",22699,101815 +"153733",22699,103089 +"153734",22699,108612 +"153735",22699,111870 +"153736",22700,54419 +"153737",22700,76089 +"153738",22700,89914 +"153739",22700,105571 +"153740",22700,105573 +"153741",22701,22715 +"153742",22701,34713 +"153743",22701,59252 +"153744",22701,71508 +"153745",22701,71583 +"153746",22701,75354 +"153747",22702,41892 +"153748",22702,60923 +"153749",22702,87627 +"153750",22702,118718 +"153751",22703,93044 +"153752",22704,41096 +"153753",22704,47810 +"153754",22704,56195 +"153755",22704,75512 +"153756",22704,103890 +"153757",22705,22759 +"153758",22705,22760 +"153759",22705,53181 +"153760",22705,64200 +"153761",22705,67011 +"153762",22706,26531 +"153763",22707,42604 +"153764",22707,60131 +"153765",22707,105249 +"153766",22708,22787 +"153767",22709,22767 +"153768",22709,30721 +"153769",22709,30874 +"153770",22709,31724 +"153771",22709,32673 +"153772",22709,34831 +"153773",22709,34921 +"153774",22709,37461 +"153775",22709,39241 +"153776",22709,39269 +"153777",22709,39279 +"153778",22709,40147 +"153779",22709,49657 +"153780",22709,55472 +"153781",22709,67015 +"153782",22709,67890 +"153783",22709,70265 +"153784",22709,73513 +"153785",22709,78890 +"153786",22709,79537 +"153787",22709,79571 +"153788",22709,96764 +"153789",22709,102338 +"153790",22709,107622 +"153791",22709,107883 +"153792",22710,26720 +"153793",22710,27591 +"153794",22710,29100 +"153795",22710,36265 +"153796",22710,36448 +"153797",22710,46890 +"153798",22710,47907 +"153799",22710,48269 +"153800",22710,50023 +"153801",22710,54501 +"153802",22710,55675 +"153803",22710,57017 +"153804",22710,79873 +"153805",22710,79949 +"153806",22710,85958 +"153807",22710,87249 +"153808",22711,39322 +"153809",22711,61234 +"153810",22711,73538 +"153811",22711,75872 +"153812",22711,99037 +"153813",22712,70949 +"153814",22712,72427 +"153815",22713,22794 +"153816",22713,32768 +"153817",22713,32932 +"153818",22713,38171 +"153819",22713,66133 +"153820",22713,90367 +"153821",22714,31507 +"153822",22714,43144 +"153823",22714,55915 +"153824",22714,82670 +"153825",22714,87255 +"153826",22716,22733 +"153827",22716,42291 +"153828",22717,22790 +"153829",22717,103089 +"153830",22718,26223 +"153831",22719,22897 +"153832",22719,24327 +"153833",22719,26879 +"153834",22719,27193 +"153835",22720,22732 +"153836",22720,22741 +"153837",22720,22758 +"153838",22720,22796 +"153839",22720,68985 +"153840",22721,35308 +"153841",22721,38608 +"153842",22721,42364 +"153843",22721,62583 +"153844",22721,76556 +"153845",22721,77966 +"153846",22721,82992 +"153847",22721,86507 +"153848",22722,23861 +"153849",22722,23959 +"153850",22723,25255 +"153851",22723,27049 +"153852",22723,28331 +"153853",22723,32424 +"153854",22723,34092 +"153855",22723,36382 +"153856",22723,38206 +"153857",22723,44321 +"153858",22723,98149 +"153859",22723,108964 +"153860",22724,22746 +"153861",22726,98377 +"153862",22726,120341 +"153863",22727,66484 +"153864",22728,58519 +"153865",22728,104278 +"153866",22729,37477 +"153867",22729,103067 +"153868",22731,23048 +"153869",22731,28648 +"153870",22731,29939 +"153871",22731,46606 +"153872",22732,22741 +"153873",22732,22758 +"153874",22732,22796 +"153875",22732,41174 +"153876",22732,73136 +"153877",22733,76767 +"153878",22734,68330 +"153879",22735,91655 +"153880",22735,121516 +"153881",22736,26753 +"153882",22737,56400 +"153883",22737,65633 +"153884",22737,96028 +"153885",22738,81909 +"153886",22740,38816 +"153887",22740,97565 +"153888",22741,22758 +"153889",22741,22796 +"153890",22741,42242 +"153891",22742,44759 +"153892",22742,76850 +"153893",22743,33876 +"153894",22744,35801 +"153895",22744,41035 +"153896",22744,50616 +"153897",22744,58263 +"153898",22744,58730 +"153899",22744,69934 +"153900",22744,79821 +"153901",22744,82512 +"153902",22745,99712 +"153903",22745,99770 +"153904",22746,22929 +"153905",22746,23728 +"153906",22746,23730 +"153907",22746,23910 +"153908",22746,29782 +"153909",22746,31223 +"153910",22746,48084 +"153911",22746,48585 +"153912",22746,48612 +"153913",22746,48645 +"153914",22746,54712 +"153915",22746,61860 +"153916",22746,64954 +"153917",22746,65246 +"153918",22746,90268 +"153919",22746,122277 +"153920",22746,122279 +"153921",22749,22803 +"153922",22749,28333 +"153923",22749,30324 +"153924",22749,35256 +"153925",22749,37570 +"153926",22749,37682 +"153927",22749,44254 +"153928",22750,22762 +"153929",22751,49521 +"153930",22752,74218 +"153931",22752,79068 +"153932",22753,36632 +"153933",22753,36638 +"153934",22753,38449 +"153935",22753,39058 +"153936",22753,40695 +"153937",22753,44319 +"153938",22753,72744 +"153939",22753,85323 +"153940",22753,89274 +"153941",22753,89965 +"153942",22753,100630 +"153943",22753,114355 +"153944",22754,22945 +"153945",22754,26077 +"153946",22754,27263 +"153947",22754,28904 +"153948",22754,31753 +"153949",22754,41077 +"153950",22754,41557 +"153951",22754,50766 +"153952",22754,54372 +"153953",22754,64491 +"153954",22754,68559 +"153955",22754,69625 +"153956",22754,71126 +"153957",22754,78424 +"153958",22754,78441 +"153959",22754,90154 +"153960",22754,93563 +"153961",22754,105318 +"153962",22754,105324 +"153963",22754,105358 +"153964",22754,112506 +"153965",22755,44647 +"153966",22755,84556 +"153967",22756,24948 +"153968",22756,24989 +"153969",22756,26413 +"153970",22756,27267 +"153971",22756,31897 +"153972",22756,32070 +"153973",22756,36745 +"153974",22756,40561 +"153975",22756,43367 +"153976",22756,44300 +"153977",22756,46568 +"153978",22756,50659 +"153979",22756,54737 +"153980",22756,56168 +"153981",22756,60846 +"153982",22756,65152 +"153983",22756,69291 +"153984",22756,72610 +"153985",22756,78073 +"153986",22756,78915 +"153987",22756,79331 +"153988",22756,79710 +"153989",22756,79711 +"153990",22756,79720 +"153991",22756,79725 +"153992",22756,79738 +"153993",22756,79748 +"153994",22756,79750 +"153995",22756,79754 +"153996",22756,79758 +"153997",22756,79760 +"153998",22756,79771 +"153999",22756,79780 +"154000",22756,79781 +"154001",22756,79803 +"154002",22756,84669 +"154003",22756,84684 +"154004",22756,109910 +"154005",22756,112814 +"154006",22756,117598 +"154007",22756,118233 +"154008",22756,121555 +"154009",22756,121860 +"154010",22756,122001 +"154011",22757,29993 +"154012",22757,69053 +"154013",22757,78302 +"154014",22757,80550 +"154015",22757,99397 +"154016",22757,101389 +"154017",22757,101716 +"154018",22757,103552 +"154019",22757,106844 +"154020",22757,107720 +"154021",22757,112565 +"154022",22757,112577 +"154023",22757,112583 +"154024",22757,113814 +"154025",22758,22796 +"154026",22759,22760 +"154027",22759,26499 +"154028",22759,45758 +"154029",22759,53181 +"154030",22759,96954 +"154031",22759,97993 +"154032",22759,98963 +"154033",22759,111774 +"154034",22760,64997 +"154035",22761,42452 +"154036",22761,90055 +"154037",22762,27124 +"154038",22762,59698 +"154039",22762,94731 +"154040",22763,22804 +"154041",22763,32735 +"154042",22763,40510 +"154043",22763,45562 +"154044",22763,48781 +"154045",22763,55018 +"154046",22763,56475 +"154047",22763,78257 +"154048",22763,80186 +"154049",22763,88192 +"154050",22763,93642 +"154051",22763,95265 +"154052",22763,104486 +"154053",22763,111355 +"154054",22763,112808 +"154055",22763,114291 +"154056",22763,114714 +"154057",22764,24083 +"154058",22764,24511 +"154059",22764,28144 +"154060",22764,49259 +"154061",22765,50719 +"154062",22765,56138 +"154063",22765,96897 +"154064",22766,25741 +"154065",22766,34658 +"154066",22766,45763 +"154067",22766,61633 +"154068",22766,63569 +"154069",22766,88413 +"154070",22766,94922 +"154071",22767,24416 +"154072",22767,39416 +"154073",22767,39515 +"154074",22768,60608 +"154075",22768,74147 +"154076",22768,116857 +"154077",22769,61435 +"154078",22769,78984 +"154079",22771,22774 +"154080",22772,24604 +"154081",22772,40823 +"154082",22772,79207 +"154083",22772,106101 +"154084",22773,38376 +"154085",22773,69012 +"154086",22773,70115 +"154087",22773,72508 +"154088",22773,80477 +"154089",22773,101422 +"154090",22773,110482 +"154091",22773,120061 +"154092",22773,120869 +"154093",22773,120872 +"154094",22775,45107 +"154095",22775,51123 +"154096",22775,59732 +"154097",22775,77117 +"154098",22775,80666 +"154099",22775,84382 +"154100",22775,96073 +"154101",22776,22999 +"154102",22776,62315 +"154103",22776,69612 +"154104",22777,36023 +"154105",22778,77848 +"154106",22779,33044 +"154107",22779,58280 +"154108",22780,67504 +"154109",22780,106501 +"154110",22781,91566 +"154111",22781,92494 +"154112",22782,41702 +"154113",22783,38285 +"154114",22783,95544 +"154115",22783,95553 +"154116",22785,108278 +"154117",22786,41279 +"154118",22786,76855 +"154119",22786,78409 +"154120",22786,83736 +"154121",22787,33342 +"154122",22787,38569 +"154123",22787,48871 +"154124",22787,79431 +"154125",22787,79645 +"154126",22789,103171 +"154127",22790,33418 +"154128",22790,36999 +"154129",22790,38333 +"154130",22790,39397 +"154131",22790,74561 +"154132",22790,89176 +"154133",22790,102742 +"154134",22790,112342 +"154135",22791,29450 +"154136",22791,65649 +"154137",22791,97276 +"154138",22792,25842 +"154139",22792,25943 +"154140",22792,26636 +"154141",22792,28018 +"154142",22792,35434 +"154143",22792,47435 +"154144",22792,49737 +"154145",22792,51790 +"154146",22792,52327 +"154147",22793,29167 +"154148",22793,38640 +"154149",22793,39742 +"154150",22793,60758 +"154151",22793,64014 +"154152",22793,68159 +"154153",22793,72131 +"154154",22794,59656 +"154155",22794,105679 +"154156",22795,32199 +"154157",22795,78732 +"154158",22795,86795 +"154159",22796,29192 +"154160",22796,61279 +"154161",22796,61361 +"154162",22796,66891 +"154163",22796,74887 +"154164",22796,75946 +"154165",22796,85212 +"154166",22796,85220 +"154167",22797,31982 +"154168",22797,38536 +"154169",22797,53200 +"154170",22797,63518 +"154171",22797,85245 +"154172",22797,92017 +"154173",22797,94400 +"154174",22797,102484 +"154175",22797,105878 +"154176",22797,116476 +"154177",22797,116836 +"154178",22798,50596 +"154179",22798,86137 +"154180",22798,86962 +"154181",22798,100820 +"154182",22798,109612 +"154183",22798,110864 +"154184",22798,117108 +"154185",22798,119729 +"154186",22798,119782 +"154187",22800,40201 +"154188",22800,70042 +"154189",22800,70078 +"154190",22801,74321 +"154191",22801,106077 +"154192",22801,112628 +"154193",22802,116958 +"154194",22804,45179 +"154195",22804,57046 +"154196",22805,22849 +"154197",22805,43693 +"154198",22805,88468 +"154199",22806,22967 +"154200",22806,104288 +"154201",22806,104304 +"154202",22807,23100 +"154203",22807,23423 +"154204",22807,31890 +"154205",22807,32047 +"154206",22807,33848 +"154207",22807,41968 +"154208",22807,43345 +"154209",22807,50001 +"154210",22807,58646 +"154211",22807,76202 +"154212",22808,22840 +"154213",22808,46614 +"154214",22808,46617 +"154215",22808,47591 +"154216",22808,56323 +"154217",22808,56499 +"154218",22808,63475 +"154219",22808,63503 +"154220",22808,63517 +"154221",22808,63563 +"154222",22808,63575 +"154223",22808,63592 +"154224",22808,64253 +"154225",22809,66849 +"154226",22809,79677 +"154227",22810,37433 +"154228",22811,56689 +"154229",22812,22813 +"154230",22812,22911 +"154231",22812,35032 +"154232",22812,47464 +"154233",22812,116829 +"154234",22813,22911 +"154235",22813,24576 +"154236",22813,35032 +"154237",22813,66712 +"154238",22813,78802 +"154239",22813,94468 +"154240",22814,22886 +"154241",22814,22978 +"154242",22814,55197 +"154243",22814,55978 +"154244",22814,56258 +"154245",22814,60498 +"154246",22814,62124 +"154247",22814,62137 +"154248",22814,62143 +"154249",22814,62149 +"154250",22814,62228 +"154251",22814,66485 +"154252",22814,66497 +"154253",22814,66523 +"154254",22815,80931 +"154255",22815,85377 +"154256",22815,110141 +"154257",22816,23104 +"154258",22816,23106 +"154259",22816,27261 +"154260",22816,35251 +"154261",22816,40805 +"154262",22816,80893 +"154263",22816,83473 +"154264",22816,120475 +"154265",22817,23304 +"154266",22817,23412 +"154267",22817,23428 +"154268",22817,101057 +"154269",22818,76788 +"154270",22819,53200 +"154271",22819,69779 +"154272",22819,116041 +"154273",22820,42833 +"154274",22820,42966 +"154275",22820,43303 +"154276",22820,46221 +"154277",22820,47889 +"154278",22820,52517 +"154279",22821,22903 +"154280",22821,31640 +"154281",22821,47740 +"154282",22821,71340 +"154283",22821,81235 +"154284",22821,107169 +"154285",22821,107224 +"154286",22821,115752 +"154287",22822,38006 +"154288",22822,76094 +"154289",22823,23147 +"154290",22823,23421 +"154291",22823,23632 +"154292",22823,23953 +"154293",22823,24495 +"154294",22823,24710 +"154295",22823,25143 +"154296",22823,25303 +"154297",22823,25664 +"154298",22823,26407 +"154299",22823,27174 +"154300",22823,27196 +"154301",22823,27710 +"154302",22823,28703 +"154303",22823,29253 +"154304",22823,29341 +"154305",22823,29560 +"154306",22823,29573 +"154307",22823,29868 +"154308",22823,32438 +"154309",22823,32967 +"154310",22823,33223 +"154311",22823,33881 +"154312",22823,34097 +"154313",22823,34330 +"154314",22823,34513 +"154315",22823,35400 +"154316",22823,36476 +"154317",22823,36547 +"154318",22823,36745 +"154319",22823,37821 +"154320",22823,37931 +"154321",22823,38319 +"154322",22823,39398 +"154323",22823,39492 +"154324",22823,40320 +"154325",22823,40373 +"154326",22823,40542 +"154327",22823,41182 +"154328",22823,42131 +"154329",22823,46843 +"154330",22823,48331 +"154331",22824,33560 +"154332",22824,118337 +"154333",22825,23922 +"154334",22825,24306 +"154335",22825,31630 +"154336",22825,41861 +"154337",22825,48451 +"154338",22825,95811 +"154339",22825,105565 +"154340",22825,114287 +"154341",22826,22827 +"154342",22826,30866 +"154343",22826,32109 +"154344",22826,35894 +"154345",22826,48426 +"154346",22826,49640 +"154347",22826,51427 +"154348",22826,51537 +"154349",22826,60708 +"154350",22826,67895 +"154351",22826,75911 +"154352",22826,79669 +"154353",22826,82666 +"154354",22826,84247 +"154355",22826,92506 +"154356",22826,110742 +"154357",22828,107888 +"154358",22828,108408 +"154359",22828,112723 +"154360",22828,123105 +"154361",22829,23298 +"154362",22829,23303 +"154363",22829,68472 +"154364",22830,22921 +"154365",22830,28870 +"154366",22830,53050 +"154367",22830,54877 +"154368",22831,40618 +"154369",22831,51793 +"154370",22832,23805 +"154371",22832,52957 +"154372",22833,25605 +"154373",22833,47630 +"154374",22833,50922 +"154375",22833,52023 +"154376",22833,52626 +"154377",22833,61499 +"154378",22833,72367 +"154379",22833,74918 +"154380",22833,89874 +"154381",22833,91282 +"154382",22833,94789 +"154383",22833,95288 +"154384",22833,96525 +"154385",22833,108886 +"154386",22833,111109 +"154387",22833,123002 +"154388",22834,23035 +"154389",22835,38187 +"154390",22835,44360 +"154391",22835,47768 +"154392",22837,29037 +"154393",22837,32636 +"154394",22837,40203 +"154395",22837,43116 +"154396",22837,43834 +"154397",22837,57637 +"154398",22837,64242 +"154399",22837,72313 +"154400",22837,77011 +"154401",22837,82695 +"154402",22837,84926 +"154403",22837,85609 +"154404",22837,88531 +"154405",22837,92539 +"154406",22837,98422 +"154407",22837,100207 +"154408",22837,100770 +"154409",22837,100771 +"154410",22837,102156 +"154411",22837,103244 +"154412",22837,103720 +"154413",22837,105244 +"154414",22837,108470 +"154415",22837,108474 +"154416",22837,109949 +"154417",22837,116935 +"154418",22837,116936 +"154419",22837,116954 +"154420",22837,116956 +"154421",22838,26478 +"154422",22838,103543 +"154423",22838,117496 +"154424",22838,118203 +"154425",22838,118204 +"154426",22839,22884 +"154427",22839,22888 +"154428",22839,25338 +"154429",22839,33621 +"154430",22839,41993 +"154431",22839,58855 +"154432",22839,59438 +"154433",22839,76351 +"154434",22839,95087 +"154435",22839,102370 +"154436",22840,23460 +"154437",22840,24031 +"154438",22840,31987 +"154439",22840,36217 +"154440",22840,46614 +"154441",22840,47591 +"154442",22840,48540 +"154443",22840,49711 +"154444",22840,57417 +"154445",22840,60698 +"154446",22840,63592 +"154447",22840,65664 +"154448",22840,65700 +"154449",22840,65752 +"154450",22840,81948 +"154451",22841,34862 +"154452",22841,44537 +"154453",22841,63905 +"154454",22841,68957 +"154455",22841,123022 +"154456",22842,23047 +"154457",22842,23372 +"154458",22842,23464 +"154459",22842,46293 +"154460",22842,46626 +"154461",22843,28944 +"154462",22843,39035 +"154463",22843,43770 +"154464",22843,74065 +"154465",22843,76959 +"154466",22843,82542 +"154467",22844,47699 +"154468",22844,71135 +"154469",22844,94247 +"154470",22844,96621 +"154471",22844,98640 +"154472",22845,37982 +"154473",22845,103522 +"154474",22845,107525 +"154475",22845,107528 +"154476",22845,113859 +"154477",22845,119898 +"154478",22846,34316 +"154479",22847,22870 +"154480",22847,22871 +"154481",22848,22878 +"154482",22850,68959 +"154483",22850,90679 +"154484",22851,22852 +"154485",22851,22982 +"154486",22851,22983 +"154487",22851,22994 +"154488",22851,22995 +"154489",22851,23960 +"154490",22851,25826 +"154491",22851,75532 +"154492",22852,22982 +"154493",22852,22983 +"154494",22852,22994 +"154495",22852,22995 +"154496",22852,23960 +"154497",22852,25826 +"154498",22852,75532 +"154499",22854,23072 +"154500",22854,23118 +"154501",22854,23188 +"154502",22854,36365 +"154503",22854,70309 +"154504",22855,26013 +"154505",22855,27371 +"154506",22855,40199 +"154507",22855,40667 +"154508",22855,51016 +"154509",22855,77031 +"154510",22855,95155 +"154511",22855,96920 +"154512",22855,102561 +"154513",22855,107023 +"154514",22855,108620 +"154515",22855,114882 +"154516",22856,23591 +"154517",22857,66104 +"154518",22857,66158 +"154519",22857,66185 +"154520",22857,112959 +"154521",22858,23037 +"154522",22858,24948 +"154523",22858,33878 +"154524",22858,33940 +"154525",22858,34070 +"154526",22859,27739 +"154527",22859,37668 +"154528",22859,55926 +"154529",22859,61835 +"154530",22859,62644 +"154531",22859,69182 +"154532",22859,70121 +"154533",22859,81751 +"154534",22859,92907 +"154535",22859,97895 +"154536",22859,118170 +"154537",22860,24190 +"154538",22860,91715 +"154539",22862,77949 +"154540",22862,117509 +"154541",22863,22919 +"154542",22864,22940 +"154543",22866,23042 +"154544",22866,90947 +"154545",22867,24330 +"154546",22867,35403 +"154547",22867,105360 +"154548",22867,105551 +"154549",22868,52589 +"154550",22868,110490 +"154551",22869,27247 +"154552",22870,22871 +"154553",22870,27261 +"154554",22870,30216 +"154555",22870,31683 +"154556",22870,31693 +"154557",22870,35251 +"154558",22870,47469 +"154559",22870,57087 +"154560",22870,71059 +"154561",22872,26957 +"154562",22872,58855 +"154563",22872,67895 +"154564",22872,93424 +"154565",22872,93429 +"154566",22873,23099 +"154567",22873,25410 +"154568",22873,28648 +"154569",22873,30526 +"154570",22873,30840 +"154571",22873,31852 +"154572",22873,31987 +"154573",22873,35304 +"154574",22873,41227 +"154575",22873,41489 +"154576",22873,46124 +"154577",22873,55481 +"154578",22873,62269 +"154579",22873,63378 +"154580",22873,66467 +"154581",22873,76179 +"154582",22873,76372 +"154583",22873,76380 +"154584",22873,77983 +"154585",22873,78136 +"154586",22873,89520 +"154587",22873,92440 +"154588",22873,93626 +"154589",22873,100438 +"154590",22873,101971 +"154591",22873,105072 +"154592",22873,105090 +"154593",22873,105270 +"154594",22873,105432 +"154595",22874,30488 +"154596",22874,31085 +"154597",22874,31386 +"154598",22874,31967 +"154599",22874,57977 +"154600",22874,108692 +"154601",22874,108718 +"154602",22874,120081 +"154603",22875,22950 +"154604",22875,22990 +"154605",22875,36225 +"154606",22875,60755 +"154607",22875,67613 +"154608",22875,72144 +"154609",22875,77611 +"154610",22875,79526 +"154611",22875,117771 +"154612",22876,31813 +"154613",22876,65557 +"154614",22876,68923 +"154615",22876,74088 +"154616",22876,110783 +"154617",22877,57950 +"154618",22877,86002 +"154619",22877,88696 +"154620",22877,94440 +"154621",22877,110201 +"154622",22878,23879 +"154623",22879,42402 +"154624",22880,31518 +"154625",22880,41754 +"154626",22880,66469 +"154627",22880,99558 +"154628",22880,102209 +"154629",22880,104919 +"154630",22880,113027 +"154631",22881,33702 +"154632",22881,45567 +"154633",22881,49441 +"154634",22881,49604 +"154635",22881,49605 +"154636",22881,49617 +"154637",22881,49629 +"154638",22881,49633 +"154639",22881,49634 +"154640",22881,49637 +"154641",22881,49638 +"154642",22881,49639 +"154643",22881,49648 +"154644",22881,49656 +"154645",22881,49659 +"154646",22881,49669 +"154647",22881,49670 +"154648",22881,49676 +"154649",22881,49684 +"154650",22881,49685 +"154651",22881,49686 +"154652",22881,49687 +"154653",22881,49702 +"154654",22881,49704 +"154655",22881,49705 +"154656",22881,49706 +"154657",22881,49721 +"154658",22881,49732 +"154659",22881,49735 +"154660",22881,49736 +"154661",22881,49740 +"154662",22881,49750 +"154663",22881,49852 +"154664",22881,64531 +"154665",22882,56859 +"154666",22882,85052 +"154667",22882,85085 +"154668",22883,22939 +"154669",22883,28598 +"154670",22883,36369 +"154671",22883,78511 +"154672",22884,22888 +"154673",22884,51041 +"154674",22885,33856 +"154675",22885,46577 +"154676",22886,22978 +"154677",22886,26612 +"154678",22886,28804 +"154679",22886,29004 +"154680",22886,39059 +"154681",22886,55153 +"154682",22886,71163 +"154683",22887,30570 +"154684",22889,22970 +"154685",22889,23040 +"154686",22889,23330 +"154687",22889,26723 +"154688",22889,31222 +"154689",22889,31302 +"154690",22889,52711 +"154691",22889,86584 +"154692",22889,89901 +"154693",22889,92950 +"154694",22889,102484 +"154695",22889,110485 +"154696",22889,113902 +"154697",22889,114769 +"154698",22890,88663 +"154699",22890,98379 +"154700",22890,117371 +"154701",22890,123176 +"154702",22891,22953 +"154703",22891,54272 +"154704",22891,95984 +"154705",22891,101023 +"154706",22892,30898 +"154707",22892,33360 +"154708",22892,35172 +"154709",22892,43474 +"154710",22892,45981 +"154711",22892,64031 +"154712",22892,65993 +"154713",22892,70046 +"154714",22892,76128 +"154715",22892,77961 +"154716",22892,89274 +"154717",22892,89965 +"154718",22892,100630 +"154719",22892,100964 +"154720",22892,101138 +"154721",22892,120309 +"154722",22893,22934 +"154723",22893,23006 +"154724",22893,31497 +"154725",22893,82839 +"154726",22894,22907 +"154727",22894,22957 +"154728",22894,22969 +"154729",22894,30089 +"154730",22895,29825 +"154731",22895,30810 +"154732",22896,27973 +"154733",22896,30012 +"154734",22896,51398 +"154735",22896,65898 +"154736",22896,70889 +"154737",22896,79231 +"154738",22896,84138 +"154739",22896,86131 +"154740",22896,106968 +"154741",22896,109510 +"154742",22896,110599 +"154743",22897,23583 +"154744",22897,24327 +"154745",22897,26940 +"154746",22897,26941 +"154747",22897,29088 +"154748",22897,37385 +"154749",22897,41992 +"154750",22897,43214 +"154751",22897,48138 +"154752",22897,54615 +"154753",22897,65438 +"154754",22897,79408 +"154755",22897,117510 +"154756",22897,117551 +"154757",22898,87267 +"154758",22899,38429 +"154759",22899,52303 +"154760",22899,55776 +"154761",22899,62220 +"154762",22899,102165 +"154763",22899,104871 +"154764",22899,114448 +"154765",22900,23023 +"154766",22900,42019 +"154767",22900,74946 +"154768",22900,77441 +"154769",22900,108239 +"154770",22901,30263 +"154771",22901,43406 +"154772",22901,94727 +"154773",22902,30026 +"154774",22902,30069 +"154775",22902,30184 +"154776",22902,30242 +"154777",22902,30243 +"154778",22902,30258 +"154779",22902,30337 +"154780",22902,30338 +"154781",22902,30495 +"154782",22902,30496 +"154783",22902,30498 +"154784",22902,43617 +"154785",22902,116255 +"154786",22903,31640 +"154787",22903,108588 +"154788",22905,22977 +"154789",22905,25383 +"154790",22905,27981 +"154791",22905,33703 +"154792",22905,50255 +"154793",22905,50635 +"154794",22905,63267 +"154795",22905,63725 +"154796",22905,72984 +"154797",22905,81156 +"154798",22905,84301 +"154799",22905,88173 +"154800",22905,89209 +"154801",22905,89230 +"154802",22905,103470 +"154803",22905,105785 +"154804",22906,42106 +"154805",22906,62119 +"154806",22907,22957 +"154807",22907,22969 +"154808",22907,97596 +"154809",22907,102848 +"154810",22908,40065 +"154811",22908,75149 +"154812",22909,22958 +"154813",22909,58825 +"154814",22909,76755 +"154815",22909,76758 +"154816",22909,76765 +"154817",22910,24549 +"154818",22911,35032 +"154819",22911,41889 +"154820",22911,41904 +"154821",22911,42322 +"154822",22911,43939 +"154823",22911,47512 +"154824",22911,55057 +"154825",22911,59908 +"154826",22911,66712 +"154827",22911,72745 +"154828",22911,79847 +"154829",22911,83759 +"154830",22911,84051 +"154831",22911,86063 +"154832",22911,86857 +"154833",22912,113319 +"154834",22913,23510 +"154835",22915,39220 +"154836",22915,50316 +"154837",22915,94388 +"154838",22917,27523 +"154839",22917,31731 +"154840",22917,37301 +"154841",22918,24992 +"154842",22918,25020 +"154843",22918,25172 +"154844",22918,35704 +"154845",22918,47740 +"154846",22918,112219 +"154847",22919,31472 +"154848",22919,31508 +"154849",22919,33627 +"154850",22919,71945 +"154851",22919,97775 +"154852",22919,100952 +"154853",22920,33297 +"154854",22920,43983 +"154855",22921,36279 +"154856",22921,43009 +"154857",22921,43010 +"154858",22921,43011 +"154859",22921,43047 +"154860",22921,43072 +"154861",22921,46790 +"154862",22921,79221 +"154863",22922,23051 +"154864",22922,23052 +"154865",22922,25162 +"154866",22922,34997 +"154867",22922,42069 +"154868",22922,42851 +"154869",22922,42985 +"154870",22922,46662 +"154871",22922,51806 +"154872",22922,70512 +"154873",22922,73874 +"154874",22922,74595 +"154875",22922,80200 +"154876",22922,81716 +"154877",22922,115036 +"154878",22922,116500 +"154879",22923,23305 +"154880",22923,24508 +"154881",22923,26412 +"154882",22923,52634 +"154883",22923,72434 +"154884",22924,92551 +"154885",22925,27002 +"154886",22925,80430 +"154887",22925,80854 +"154888",22926,24104 +"154889",22926,28996 +"154890",22926,95354 +"154891",22926,103158 +"154892",22928,24687 +"154893",22928,36077 +"154894",22928,45611 +"154895",22929,26464 +"154896",22929,30651 +"154897",22929,31428 +"154898",22929,31900 +"154899",22929,49140 +"154900",22929,53302 +"154901",22930,26155 +"154902",22930,39115 +"154903",22930,48876 +"154904",22930,67030 +"154905",22931,30978 +"154906",22931,49664 +"154907",22931,54149 +"154908",22932,23043 +"154909",22932,34326 +"154910",22932,85758 +"154911",22932,85763 +"154912",22932,85782 +"154913",22932,85790 +"154914",22932,85791 +"154915",22933,22990 +"154916",22934,23006 +"154917",22935,24924 +"154918",22935,48572 +"154919",22935,63346 +"154920",22936,33942 +"154921",22936,41762 +"154922",22936,48150 +"154923",22936,48628 +"154924",22936,79313 +"154925",22936,86453 +"154926",22936,89301 +"154927",22936,90518 +"154928",22936,93524 +"154929",22936,98743 +"154930",22936,109545 +"154931",22936,112059 +"154932",22937,24244 +"154933",22937,70899 +"154934",22937,84685 +"154935",22937,108485 +"154936",22937,108566 +"154937",22938,38618 +"154938",22938,51396 +"154939",22938,65793 +"154940",22938,67434 +"154941",22938,77585 +"154942",22938,79766 +"154943",22938,80471 +"154944",22938,90441 +"154945",22939,61053 +"154946",22940,120343 +"154947",22941,41402 +"154948",22942,27180 +"154949",22942,31579 +"154950",22942,34588 +"154951",22942,40176 +"154952",22942,45843 +"154953",22942,53944 +"154954",22942,59843 +"154955",22942,60345 +"154956",22942,72701 +"154957",22942,78444 +"154958",22942,84666 +"154959",22942,84709 +"154960",22942,88696 +"154961",22942,109328 +"154962",22943,52803 +"154963",22944,31221 +"154964",22944,33723 +"154965",22944,33858 +"154966",22944,37276 +"154967",22944,42430 +"154968",22945,23050 +"154969",22945,27650 +"154970",22945,27742 +"154971",22945,27866 +"154972",22945,27914 +"154973",22945,28904 +"154974",22945,31670 +"154975",22945,34805 +"154976",22945,36724 +"154977",22945,39042 +"154978",22945,52731 +"154979",22945,54777 +"154980",22945,69625 +"154981",22945,69639 +"154982",22945,80613 +"154983",22945,80627 +"154984",22945,80660 +"154985",22945,86699 +"154986",22945,89928 +"154987",22945,90154 +"154988",22945,90931 +"154989",22945,114517 +"154990",22946,27105 +"154991",22946,31742 +"154992",22946,34946 +"154993",22946,42273 +"154994",22946,51021 +"154995",22946,51035 +"154996",22946,54848 +"154997",22946,60370 +"154998",22946,60371 +"154999",22946,78089 +"155000",22946,80825 +"155001",22946,106866 +"155002",22946,111220 +"155003",22947,27779 +"155004",22947,27805 +"155005",22948,25221 +"155006",22948,26979 +"155007",22948,53423 +"155008",22948,59404 +"155009",22948,83719 +"155010",22949,23002 +"155011",22949,70310 +"155012",22950,67317 +"155013",22950,107407 +"155014",22950,114880 +"155015",22950,114904 +"155016",22950,114911 +"155017",22950,114957 +"155018",22951,24247 +"155019",22951,24373 +"155020",22952,30551 +"155021",22952,32406 +"155022",22952,32922 +"155023",22952,50192 +"155024",22952,53495 +"155025",22952,59612 +"155026",22952,73524 +"155027",22952,83845 +"155028",22952,83905 +"155029",22952,114102 +"155030",22952,114751 +"155031",22952,120036 +"155032",22953,53004 +"155033",22953,54272 +"155034",22953,70491 +"155035",22953,89029 +"155036",22953,90482 +"155037",22953,95984 +"155038",22953,101023 +"155039",22954,39727 +"155040",22954,40426 +"155041",22954,75292 +"155042",22954,98338 +"155043",22954,106859 +"155044",22954,116717 +"155045",22955,46689 +"155046",22955,68922 +"155047",22955,80501 +"155048",22955,80527 +"155049",22955,83739 +"155050",22955,87042 +"155051",22955,97269 +"155052",22955,101292 +"155053",22957,22969 +"155054",22958,81709 +"155055",22958,82953 +"155056",22958,104275 +"155057",22958,112047 +"155058",22959,26213 +"155059",22959,77760 +"155060",22959,109106 +"155061",22959,111843 +"155062",22960,24865 +"155063",22960,80922 +"155064",22961,23356 +"155065",22962,23072 +"155066",22962,23228 +"155067",22964,27809 +"155068",22964,51819 +"155069",22964,83008 +"155070",22965,23403 +"155071",22965,25727 +"155072",22965,30411 +"155073",22965,38782 +"155074",22965,40488 +"155075",22965,45397 +"155076",22965,57058 +"155077",22965,58855 +"155078",22965,74575 +"155079",22965,75025 +"155080",22965,87220 +"155081",22965,88510 +"155082",22965,95352 +"155083",22965,100607 +"155084",22965,101067 +"155085",22965,101484 +"155086",22965,102502 +"155087",22966,62089 +"155088",22966,76721 +"155089",22966,87565 +"155090",22966,105848 +"155091",22967,26011 +"155092",22967,32940 +"155093",22967,34384 +"155094",22967,37509 +"155095",22967,40099 +"155096",22967,42051 +"155097",22967,52133 +"155098",22967,58291 +"155099",22967,63245 +"155100",22967,63251 +"155101",22967,103066 +"155102",22967,110469 +"155103",22968,24770 +"155104",22968,35146 +"155105",22968,50934 +"155106",22968,54927 +"155107",22968,66750 +"155108",22968,69223 +"155109",22968,71059 +"155110",22968,86553 +"155111",22968,94987 +"155112",22968,123225 +"155113",22968,123246 +"155114",22968,123251 +"155115",22968,123254 +"155116",22969,51254 +"155117",22969,81996 +"155118",22969,92448 +"155119",22970,23040 +"155120",22970,23330 +"155121",22970,26723 +"155122",22970,31222 +"155123",22970,31302 +"155124",22970,36613 +"155125",22970,43157 +"155126",22970,48021 +"155127",22970,48563 +"155128",22970,68222 +"155129",22970,74726 +"155130",22970,78462 +"155131",22970,78748 +"155132",22970,78756 +"155133",22970,78937 +"155134",22970,83875 +"155135",22971,28038 +"155136",22971,29625 +"155137",22971,36043 +"155138",22971,77079 +"155139",22972,56318 +"155140",22972,61204 +"155141",22972,96127 +"155142",22972,106235 +"155143",22973,45215 +"155144",22973,50922 +"155145",22973,85485 +"155146",22973,88721 +"155147",22974,72087 +"155148",22974,87390 +"155149",22974,97496 +"155150",22975,29896 +"155151",22975,45477 +"155152",22975,50995 +"155153",22975,52838 +"155154",22975,75908 +"155155",22975,84427 +"155156",22975,95376 +"155157",22975,106787 +"155158",22977,25383 +"155159",22977,30044 +"155160",22977,42463 +"155161",22977,50635 +"155162",22977,56138 +"155163",22977,63267 +"155164",22977,63725 +"155165",22977,69114 +"155166",22977,72978 +"155167",22977,72984 +"155168",22977,73962 +"155169",22977,75967 +"155170",22977,81156 +"155171",22977,88173 +"155172",22977,88275 +"155173",22977,88446 +"155174",22977,88469 +"155175",22977,88968 +"155176",22977,89209 +"155177",22977,102409 +"155178",22977,107905 +"155179",22977,111076 +"155180",22978,71474 +"155181",22979,79192 +"155182",22980,26994 +"155183",22980,28103 +"155184",22980,28142 +"155185",22980,28219 +"155186",22980,37793 +"155187",22980,48152 +"155188",22980,52881 +"155189",22980,91701 +"155190",22980,92823 +"155191",22980,93301 +"155192",22980,94669 +"155193",22980,98695 +"155194",22980,98773 +"155195",22980,109817 +"155196",22980,109838 +"155197",22980,118474 +"155198",22982,22983 +"155199",22982,22994 +"155200",22982,22995 +"155201",22982,23960 +"155202",22982,25826 +"155203",22982,32264 +"155204",22982,43940 +"155205",22982,44728 +"155206",22982,75532 +"155207",22982,76997 +"155208",22982,102427 +"155209",22982,103920 +"155210",22982,108615 +"155211",22982,109339 +"155212",22982,121759 +"155213",22983,22994 +"155214",22983,22995 +"155215",22983,23960 +"155216",22983,25826 +"155217",22983,28078 +"155218",22983,29775 +"155219",22983,32841 +"155220",22983,45642 +"155221",22983,45965 +"155222",22983,51433 +"155223",22983,61837 +"155224",22983,68203 +"155225",22983,70106 +"155226",22983,73307 +"155227",22983,75532 +"155228",22983,78916 +"155229",22983,83757 +"155230",22983,109348 +"155231",22984,44927 +"155232",22984,47203 +"155233",22984,47667 +"155234",22985,44221 +"155235",22985,44251 +"155236",22986,29976 +"155237",22986,31244 +"155238",22986,59001 +"155239",22986,70987 +"155240",22986,86141 +"155241",22986,101160 +"155242",22987,23349 +"155243",22988,45280 +"155244",22988,118741 +"155245",22989,40314 +"155246",22990,39691 +"155247",22990,65338 +"155248",22990,72144 +"155249",22990,77695 +"155250",22990,102423 +"155251",22990,117719 +"155252",22992,79617 +"155253",22993,23046 +"155254",22994,22995 +"155255",22994,23960 +"155256",22994,25826 +"155257",22994,75532 +"155258",22995,23960 +"155259",22995,25826 +"155260",22995,75532 +"155261",22995,86559 +"155262",22996,54532 +"155263",22997,50326 +"155264",22997,59805 +"155265",22998,104178 +"155266",22999,82079 +"155267",22999,110880 +"155268",22999,119806 +"155269",23000,23272 +"155270",23000,26182 +"155271",23000,26275 +"155272",23000,37906 +"155273",23000,43298 +"155274",23000,56925 +"155275",23000,59669 +"155276",23000,70396 +"155277",23000,71174 +"155278",23000,90504 +"155279",23000,92535 +"155280",23000,110996 +"155281",23000,119822 +"155282",23001,24981 +"155283",23001,25141 +"155284",23001,50386 +"155285",23001,51098 +"155286",23001,52485 +"155287",23001,69706 +"155288",23001,70715 +"155289",23001,70996 +"155290",23001,71004 +"155291",23001,71253 +"155292",23001,86194 +"155293",23001,87936 +"155294",23001,92296 +"155295",23001,105738 +"155296",23001,115683 +"155297",23003,24338 +"155298",23003,26510 +"155299",23003,32253 +"155300",23003,38476 +"155301",23003,65384 +"155302",23003,93134 +"155303",23003,95605 +"155304",23004,29891 +"155305",23004,54494 +"155306",23004,54705 +"155307",23004,58614 +"155308",23004,85344 +"155309",23004,87051 +"155310",23004,94997 +"155311",23004,98105 +"155312",23004,102243 +"155313",23004,112263 +"155314",23004,112267 +"155315",23004,112456 +"155316",23004,112472 +"155317",23005,30893 +"155318",23005,31861 +"155319",23005,43708 +"155320",23005,44420 +"155321",23005,47331 +"155322",23005,50487 +"155323",23005,68606 +"155324",23005,70445 +"155325",23005,71187 +"155326",23005,84475 +"155327",23005,92308 +"155328",23006,24014 +"155329",23006,29930 +"155330",23006,31497 +"155331",23006,35217 +"155332",23006,46962 +"155333",23006,52395 +"155334",23006,52926 +"155335",23006,96490 +"155336",23006,108387 +"155337",23006,117956 +"155338",23006,122753 +"155339",23007,23845 +"155340",23007,29953 +"155341",23007,34075 +"155342",23007,36576 +"155343",23007,45942 +"155344",23007,58905 +"155345",23008,23044 +"155346",23008,52681 +"155347",23009,23950 +"155348",23009,81788 +"155349",23009,81789 +"155350",23009,83566 +"155351",23010,80047 +"155352",23011,23257 +"155353",23011,24342 +"155354",23011,28987 +"155355",23011,48340 +"155356",23011,50395 +"155357",23011,51074 +"155358",23011,52293 +"155359",23011,67726 +"155360",23012,52052 +"155361",23012,81938 +"155362",23013,41108 +"155363",23013,84513 +"155364",23014,79156 +"155365",23015,26869 +"155366",23015,34534 +"155367",23015,39875 +"155368",23015,40944 +"155369",23015,42948 +"155370",23015,46560 +"155371",23015,48026 +"155372",23015,51683 +"155373",23015,52517 +"155374",23015,55541 +"155375",23015,55700 +"155376",23015,65833 +"155377",23015,66978 +"155378",23015,81087 +"155379",23015,81737 +"155380",23015,112394 +"155381",23015,114333 +"155382",23016,23064 +"155383",23016,23125 +"155384",23017,55485 +"155385",23018,23135 +"155386",23018,23149 +"155387",23018,68011 +"155388",23018,72671 +"155389",23019,43266 +"155390",23019,52670 +"155391",23019,55620 +"155392",23019,62690 +"155393",23019,63873 +"155394",23019,65550 +"155395",23019,72429 +"155396",23019,76623 +"155397",23019,93352 +"155398",23022,28443 +"155399",23022,46026 +"155400",23022,51824 +"155401",23022,70645 +"155402",23022,91402 +"155403",23023,40996 +"155404",23024,36431 +"155405",23025,24135 +"155406",23025,68875 +"155407",23025,68912 +"155408",23026,101157 +"155409",23027,25684 +"155410",23027,32085 +"155411",23027,46938 +"155412",23027,61576 +"155413",23027,69269 +"155414",23027,74494 +"155415",23027,103365 +"155416",23028,106464 +"155417",23029,67913 +"155418",23030,42127 +"155419",23030,51634 +"155420",23030,58065 +"155421",23031,62766 +"155422",23031,105726 +"155423",23032,50392 +"155424",23032,101617 +"155425",23033,43427 +"155426",23033,54119 +"155427",23033,57025 +"155428",23034,31408 +"155429",23034,113566 +"155430",23034,113572 +"155431",23034,113602 +"155432",23034,113647 +"155433",23035,23189 +"155434",23035,39426 +"155435",23035,42346 +"155436",23035,44863 +"155437",23035,62015 +"155438",23035,67496 +"155439",23035,68380 +"155440",23035,72082 +"155441",23035,96484 +"155442",23035,96491 +"155443",23035,111141 +"155444",23036,100631 +"155445",23037,67441 +"155446",23038,48849 +"155447",23038,54333 +"155448",23038,54466 +"155449",23038,72648 +"155450",23038,78554 +"155451",23038,96089 +"155452",23038,114505 +"155453",23040,26723 +"155454",23041,63728 +"155455",23041,93782 +"155456",23041,95832 +"155457",23041,118485 +"155458",23041,118487 +"155459",23041,118520 +"155460",23041,118529 +"155461",23041,118535 +"155462",23041,118819 +"155463",23041,118865 +"155464",23042,34240 +"155465",23042,44405 +"155466",23042,66666 +"155467",23042,94913 +"155468",23042,121132 +"155469",23043,34326 +"155470",23043,55725 +"155471",23043,56504 +"155472",23043,58711 +"155473",23043,78227 +"155474",23043,81540 +"155475",23043,86912 +"155476",23043,90546 +"155477",23043,95347 +"155478",23043,95367 +"155479",23044,30960 +"155480",23044,73653 +"155481",23044,78185 +"155482",23044,98873 +"155483",23044,108903 +"155484",23044,123243 +"155485",23045,56531 +"155486",23046,40253 +"155487",23046,41197 +"155488",23046,98036 +"155489",23047,23372 +"155490",23047,23464 +"155491",23047,65370 +"155492",23048,28648 +"155493",23048,45297 +"155494",23048,48980 +"155495",23048,63827 +"155496",23049,53986 +"155497",23049,92409 +"155498",23049,114901 +"155499",23050,25090 +"155500",23050,27222 +"155501",23050,28904 +"155502",23050,29770 +"155503",23050,31621 +"155504",23050,46973 +"155505",23050,60494 +"155506",23050,79451 +"155507",23050,103491 +"155508",23051,23052 +"155509",23051,44849 +"155510",23051,67878 +"155511",23051,70192 +"155512",23051,70194 +"155513",23052,36156 +"155514",23052,45689 +"155515",23052,106705 +"155516",23054,28331 +"155517",23054,118469 +"155518",23054,119800 +"155519",23055,69285 +"155520",23055,93364 +"155521",23057,28648 +"155522",23057,49029 +"155523",23057,52746 +"155524",23057,55493 +"155525",23057,70596 +"155526",23057,84235 +"155527",23057,92366 +"155528",23057,97085 +"155529",23057,101971 +"155530",23057,104452 +"155531",23057,105887 +"155532",23058,109888 +"155533",23058,116926 +"155534",23059,23251 +"155535",23059,24226 +"155536",23059,24338 +"155537",23059,24490 +"155538",23059,24945 +"155539",23059,25980 +"155540",23059,28154 +"155541",23059,30983 +"155542",23059,34276 +"155543",23059,50505 +"155544",23059,56185 +"155545",23059,69530 +"155546",23059,70822 +"155547",23059,75230 +"155548",23059,75897 +"155549",23059,94938 +"155550",23059,95605 +"155551",23059,99765 +"155552",23060,48224 +"155553",23060,58331 +"155554",23060,87316 +"155555",23061,36357 +"155556",23061,95599 +"155557",23062,24255 +"155558",23062,37651 +"155559",23062,57013 +"155560",23062,60515 +"155561",23062,77890 +"155562",23062,98425 +"155563",23063,23396 +"155564",23063,25405 +"155565",23063,26299 +"155566",23063,28896 +"155567",23063,54200 +"155568",23063,77723 +"155569",23064,23125 +"155570",23064,58963 +"155571",23064,61146 +"155572",23064,66549 +"155573",23064,73619 +"155574",23064,73621 +"155575",23065,90254 +"155576",23065,104833 +"155577",23065,117482 +"155578",23066,31470 +"155579",23066,43016 +"155580",23066,68037 +"155581",23066,73154 +"155582",23067,35987 +"155583",23067,91613 +"155584",23067,102939 +"155585",23068,24487 +"155586",23068,38087 +"155587",23068,53029 +"155588",23068,61047 +"155589",23068,74395 +"155590",23068,82488 +"155591",23068,84447 +"155592",23068,113116 +"155593",23068,117183 +"155594",23068,117186 +"155595",23069,23263 +"155596",23069,38018 +"155597",23069,50431 +"155598",23069,50845 +"155599",23069,85289 +"155600",23069,108471 +"155601",23070,41468 +"155602",23070,44670 +"155603",23071,29661 +"155604",23071,36299 +"155605",23071,45831 +"155606",23071,45832 +"155607",23071,45958 +"155608",23071,77424 +"155609",23071,92007 +"155610",23071,116915 +"155611",23072,23118 +"155612",23072,23188 +"155613",23072,23228 +"155614",23072,36365 +"155615",23072,57124 +"155616",23073,45562 +"155617",23073,80273 +"155618",23073,106538 +"155619",23074,24896 +"155620",23074,26952 +"155621",23074,32717 +"155622",23074,66567 +"155623",23074,82247 +"155624",23074,85392 +"155625",23074,115632 +"155626",23075,25606 +"155627",23075,28530 +"155628",23075,30258 +"155629",23075,38185 +"155630",23075,38683 +"155631",23075,40245 +"155632",23075,43226 +"155633",23075,44655 +"155634",23075,44973 +"155635",23075,46177 +"155636",23075,47048 +"155637",23075,48110 +"155638",23075,58508 +"155639",23075,59731 +"155640",23075,62642 +"155641",23075,68091 +"155642",23075,69335 +"155643",23075,75245 +"155644",23075,75776 +"155645",23075,75956 +"155646",23075,76387 +"155647",23075,78978 +"155648",23075,79212 +"155649",23075,79241 +"155650",23075,79579 +"155651",23075,80239 +"155652",23075,80301 +"155653",23075,81397 +"155654",23075,88340 +"155655",23075,88749 +"155656",23075,89069 +"155657",23075,89373 +"155658",23075,89995 +"155659",23075,90919 +"155660",23075,90936 +"155661",23075,92861 +"155662",23075,93097 +"155663",23075,94231 +"155664",23075,95489 +"155665",23075,96247 +"155666",23075,96363 +"155667",23075,97898 +"155668",23076,35541 +"155669",23076,94364 +"155670",23076,97236 +"155671",23076,114659 +"155672",23077,61662 +"155673",23077,68054 +"155674",23078,37132 +"155675",23078,55685 +"155676",23078,96833 +"155677",23079,31227 +"155678",23079,80215 +"155679",23080,23461 +"155680",23081,23259 +"155681",23081,23268 +"155682",23081,54226 +"155683",23081,68858 +"155684",23081,77953 +"155685",23081,87904 +"155686",23081,94878 +"155687",23081,94900 +"155688",23081,96851 +"155689",23082,34601 +"155690",23082,58156 +"155691",23082,79701 +"155692",23082,101389 +"155693",23083,28853 +"155694",23083,47578 +"155695",23083,49799 +"155696",23083,107319 +"155697",23083,115450 +"155698",23083,115484 +"155699",23084,54925 +"155700",23084,90808 +"155701",23085,82060 +"155702",23085,91747 +"155703",23085,115397 +"155704",23086,23133 +"155705",23086,36206 +"155706",23086,43955 +"155707",23086,86308 +"155708",23087,23131 +"155709",23087,23206 +"155710",23088,34743 +"155711",23088,78242 +"155712",23089,23818 +"155713",23090,27680 +"155714",23090,40008 +"155715",23090,72182 +"155716",23091,25113 +"155717",23091,43929 +"155718",23091,46195 +"155719",23091,52544 +"155720",23091,52632 +"155721",23091,61948 +"155722",23091,72816 +"155723",23091,75213 +"155724",23091,92425 +"155725",23091,92445 +"155726",23091,118811 +"155727",23093,26500 +"155728",23093,27416 +"155729",23093,31768 +"155730",23093,63146 +"155731",23093,78023 +"155732",23093,82961 +"155733",23093,121621 +"155734",23094,30760 +"155735",23094,30815 +"155736",23094,37262 +"155737",23094,62081 +"155738",23094,62156 +"155739",23094,62702 +"155740",23095,40686 +"155741",23095,64632 +"155742",23095,64681 +"155743",23095,74373 +"155744",23096,33458 +"155745",23096,46817 +"155746",23096,51283 +"155747",23096,77734 +"155748",23096,86637 +"155749",23096,115119 +"155750",23097,23128 +"155751",23097,44462 +"155752",23097,67018 +"155753",23098,26623 +"155754",23098,29172 +"155755",23098,39120 +"155756",23098,42147 +"155757",23098,60667 +"155758",23099,25545 +"155759",23099,25748 +"155760",23099,30694 +"155761",23099,31987 +"155762",23099,33544 +"155763",23099,36274 +"155764",23099,42461 +"155765",23099,42859 +"155766",23099,44695 +"155767",23099,51229 +"155768",23099,61678 +"155769",23099,64803 +"155770",23099,70891 +"155771",23099,72084 +"155772",23099,73700 +"155773",23099,75379 +"155774",23099,75723 +"155775",23099,85643 +"155776",23099,86969 +"155777",23099,114233 +"155778",23099,118248 +"155779",23099,119241 +"155780",23099,119271 +"155781",23100,27664 +"155782",23100,32047 +"155783",23100,33774 +"155784",23100,41471 +"155785",23100,50001 +"155786",23100,56854 +"155787",23100,58646 +"155788",23100,64321 +"155789",23100,76202 +"155790",23100,83371 +"155791",23101,35796 +"155792",23101,39656 +"155793",23101,40283 +"155794",23101,49974 +"155795",23101,53190 +"155796",23101,58036 +"155797",23101,69366 +"155798",23101,75469 +"155799",23101,86434 +"155800",23101,94790 +"155801",23101,97248 +"155802",23101,97267 +"155803",23101,97270 +"155804",23101,111952 +"155805",23102,33923 +"155806",23102,37711 +"155807",23102,53472 +"155808",23103,23143 +"155809",23104,23106 +"155810",23105,23239 +"155811",23107,23157 +"155812",23108,41019 +"155813",23108,41187 +"155814",23108,57162 +"155815",23108,80622 +"155816",23108,85349 +"155817",23108,110958 +"155818",23108,111210 +"155819",23108,111211 +"155820",23108,116366 +"155821",23109,26807 +"155822",23109,32220 +"155823",23109,33872 +"155824",23109,38888 +"155825",23109,43262 +"155826",23109,51683 +"155827",23109,54117 +"155828",23109,54598 +"155829",23109,56746 +"155830",23109,87481 +"155831",23109,94106 +"155832",23110,23126 +"155833",23110,32305 +"155834",23110,32308 +"155835",23110,92340 +"155836",23111,25293 +"155837",23112,36855 +"155838",23112,52317 +"155839",23112,58076 +"155840",23112,70510 +"155841",23112,73987 +"155842",23112,84968 +"155843",23112,91434 +"155844",23112,108522 +"155845",23112,110416 +"155846",23115,26776 +"155847",23115,26868 +"155848",23115,27221 +"155849",23115,38393 +"155850",23115,48836 +"155851",23115,48869 +"155852",23115,52517 +"155853",23116,28366 +"155854",23116,30343 +"155855",23116,32697 +"155856",23116,34247 +"155857",23116,35088 +"155858",23116,45403 +"155859",23116,47215 +"155860",23116,51843 +"155861",23116,52372 +"155862",23116,53756 +"155863",23116,54385 +"155864",23116,79000 +"155865",23116,80025 +"155866",23116,84808 +"155867",23116,84828 +"155868",23116,97423 +"155869",23116,115495 +"155870",23117,68863 +"155871",23118,23188 +"155872",23118,49844 +"155873",23118,70309 +"155874",23118,94937 +"155875",23118,104302 +"155876",23119,24748 +"155877",23120,23122 +"155878",23120,23404 +"155879",23120,23817 +"155880",23120,27877 +"155881",23120,28918 +"155882",23120,36262 +"155883",23120,45354 +"155884",23120,52466 +"155885",23120,56625 +"155886",23120,58319 +"155887",23120,58718 +"155888",23120,59187 +"155889",23120,60365 +"155890",23120,66373 +"155891",23120,69010 +"155892",23120,69050 +"155893",23121,25819 +"155894",23121,33525 +"155895",23121,38045 +"155896",23121,44593 +"155897",23121,45327 +"155898",23121,48812 +"155899",23121,56436 +"155900",23121,72733 +"155901",23121,76415 +"155902",23121,78941 +"155903",23121,84327 +"155904",23121,91303 +"155905",23121,103202 +"155906",23121,109159 +"155907",23121,110513 +"155908",23121,114324 +"155909",23121,117176 +"155910",23121,117192 +"155911",23121,117534 +"155912",23122,39152 +"155913",23122,46611 +"155914",23122,52466 +"155915",23122,58685 +"155916",23122,69905 +"155917",23122,76707 +"155918",23122,97888 +"155919",23122,113972 +"155920",23123,64909 +"155921",23124,63732 +"155922",23124,66287 +"155923",23125,47249 +"155924",23125,55619 +"155925",23125,60273 +"155926",23125,60767 +"155927",23125,61761 +"155928",23125,61767 +"155929",23125,61777 +"155930",23125,63985 +"155931",23125,66264 +"155932",23125,66281 +"155933",23125,66479 +"155934",23125,69350 +"155935",23125,69365 +"155936",23126,41203 +"155937",23127,55892 +"155938",23127,89551 +"155939",23130,64097 +"155940",23130,76377 +"155941",23130,93840 +"155942",23131,23206 +"155943",23131,26694 +"155944",23131,30525 +"155945",23131,41958 +"155946",23131,45357 +"155947",23131,55829 +"155948",23131,72820 +"155949",23132,29419 +"155950",23132,29617 +"155951",23132,29965 +"155952",23132,30416 +"155953",23132,35302 +"155954",23132,35871 +"155955",23132,50495 +"155956",23132,62169 +"155957",23132,82437 +"155958",23132,91619 +"155959",23132,116859 +"155960",23133,27808 +"155961",23133,59056 +"155962",23134,23649 +"155963",23134,36356 +"155964",23134,36972 +"155965",23134,43575 +"155966",23134,47111 +"155967",23134,47772 +"155968",23134,53250 +"155969",23134,61301 +"155970",23134,63357 +"155971",23134,67309 +"155972",23134,78025 +"155973",23134,101999 +"155974",23134,105602 +"155975",23134,118397 +"155976",23134,118542 +"155977",23134,118550 +"155978",23134,118555 +"155979",23135,23149 +"155980",23135,56110 +"155981",23135,56622 +"155982",23136,58513 +"155983",23136,68340 +"155984",23136,108934 +"155985",23138,37350 +"155986",23138,53875 +"155987",23138,60409 +"155988",23138,68086 +"155989",23138,77107 +"155990",23138,79357 +"155991",23139,33592 +"155992",23139,41249 +"155993",23139,45432 +"155994",23139,62590 +"155995",23139,67821 +"155996",23139,70092 +"155997",23139,72959 +"155998",23141,35907 +"155999",23141,39494 +"156000",23141,42040 +"156001",23141,48082 +"156002",23141,48157 +"156003",23141,48186 +"156004",23141,48860 +"156005",23141,70220 +"156006",23142,42358 +"156007",23142,53102 +"156008",23142,74698 +"156009",23143,73716 +"156010",23143,79516 +"156011",23144,24888 +"156012",23144,25386 +"156013",23144,26506 +"156014",23144,32422 +"156015",23144,34276 +"156016",23144,70406 +"156017",23144,75897 +"156018",23144,76590 +"156019",23144,93016 +"156020",23145,23407 +"156021",23145,105487 +"156022",23146,23192 +"156023",23146,23225 +"156024",23146,28172 +"156025",23147,23421 +"156026",23147,23632 +"156027",23147,23953 +"156028",23147,24495 +"156029",23147,24710 +"156030",23147,25143 +"156031",23147,25303 +"156032",23147,25664 +"156033",23147,26407 +"156034",23147,27174 +"156035",23147,27196 +"156036",23147,27710 +"156037",23147,28249 +"156038",23147,28703 +"156039",23147,29253 +"156040",23147,29341 +"156041",23147,29560 +"156042",23147,29573 +"156043",23147,29868 +"156044",23147,32438 +"156045",23147,32967 +"156046",23147,33223 +"156047",23147,33881 +"156048",23147,34097 +"156049",23147,34330 +"156050",23147,34513 +"156051",23147,35400 +"156052",23147,36057 +"156053",23147,36476 +"156054",23147,36547 +"156055",23147,36745 +"156056",23147,37087 +"156057",23147,37821 +"156058",23147,37931 +"156059",23147,38319 +"156060",23147,39398 +"156061",23147,39492 +"156062",23147,40320 +"156063",23147,40373 +"156064",23147,40542 +"156065",23147,41182 +"156066",23147,42131 +"156067",23147,46843 +"156068",23147,47514 +"156069",23147,48331 +"156070",23147,49488 +"156071",23147,54241 +"156072",23148,26732 +"156073",23148,30594 +"156074",23148,30642 +"156075",23148,31319 +"156076",23148,31320 +"156077",23148,50406 +"156078",23148,52203 +"156079",23148,66358 +"156080",23149,57975 +"156081",23149,62613 +"156082",23149,70475 +"156083",23149,80066 +"156084",23149,91667 +"156085",23149,98091 +"156086",23149,106136 +"156087",23149,113595 +"156088",23149,113601 +"156089",23150,82022 +"156090",23151,30883 +"156091",23151,50487 +"156092",23151,88863 +"156093",23151,92736 +"156094",23151,102008 +"156095",23151,102022 +"156096",23151,113488 +"156097",23152,28204 +"156098",23152,31457 +"156099",23152,33198 +"156100",23152,34918 +"156101",23152,66084 +"156102",23152,68148 +"156103",23154,30436 +"156104",23154,30802 +"156105",23154,39546 +"156106",23154,55570 +"156107",23154,57879 +"156108",23154,71927 +"156109",23155,23336 +"156110",23155,56364 +"156111",23155,73051 +"156112",23155,84263 +"156113",23155,95501 +"156114",23156,31631 +"156115",23156,37826 +"156116",23156,39418 +"156117",23156,40226 +"156118",23156,61045 +"156119",23156,76767 +"156120",23156,113156 +"156121",23157,28999 +"156122",23157,31903 +"156123",23157,57779 +"156124",23158,80088 +"156125",23158,80549 +"156126",23158,109252 +"156127",23159,48897 +"156128",23159,80380 +"156129",23159,97598 +"156130",23160,26342 +"156131",23160,45891 +"156132",23160,47833 +"156133",23160,68216 +"156134",23160,76897 +"156135",23160,92316 +"156136",23161,58352 +"156137",23161,67952 +"156138",23162,47822 +"156139",23163,36855 +"156140",23163,45771 +"156141",23163,55524 +"156142",23163,97889 +"156143",23163,99554 +"156144",23163,110654 +"156145",23164,24794 +"156146",23164,38097 +"156147",23166,47616 +"156148",23166,83760 +"156149",23166,116351 +"156150",23167,33312 +"156151",23167,73629 +"156152",23167,78391 +"156153",23167,78393 +"156154",23167,111516 +"156155",23168,25557 +"156156",23168,32811 +"156157",23168,36340 +"156158",23168,37167 +"156159",23168,63953 +"156160",23168,79212 +"156161",23168,99051 +"156162",23168,107673 +"156163",23168,107684 +"156164",23170,23234 +"156165",23170,23321 +"156166",23172,23260 +"156167",23172,31020 +"156168",23172,68363 +"156169",23173,23244 +"156170",23173,32957 +"156171",23173,38137 +"156172",23173,45444 +"156173",23173,51330 +"156174",23173,64051 +"156175",23173,81091 +"156176",23173,81107 +"156177",23174,24949 +"156178",23174,26262 +"156179",23174,33170 +"156180",23174,59870 +"156181",23174,66610 +"156182",23175,63418 +"156183",23175,79447 +"156184",23176,43387 +"156185",23176,80911 +"156186",23176,80930 +"156187",23177,36520 +"156188",23178,23227 +"156189",23179,38463 +"156190",23179,61410 +"156191",23179,87732 +"156192",23180,26425 +"156193",23180,66903 +"156194",23180,77036 +"156195",23180,89283 +"156196",23181,28558 +"156197",23181,28578 +"156198",23181,43405 +"156199",23181,45048 +"156200",23181,77731 +"156201",23182,45483 +"156202",23182,75839 +"156203",23182,115996 +"156204",23183,24297 +"156205",23183,31169 +"156206",23183,53360 +"156207",23183,56363 +"156208",23183,60059 +"156209",23183,84925 +"156210",23184,25310 +"156211",23184,56726 +"156212",23184,78923 +"156213",23185,25542 +"156214",23185,28695 +"156215",23185,41900 +"156216",23185,66540 +"156217",23185,70170 +"156218",23185,76329 +"156219",23185,104602 +"156220",23186,32032 +"156221",23187,46849 +"156222",23187,48712 +"156223",23187,68342 +"156224",23187,68347 +"156225",23187,71178 +"156226",23187,71792 +"156227",23187,71872 +"156228",23188,36365 +"156229",23188,49844 +"156230",23188,70309 +"156231",23188,89552 +"156232",23189,42346 +"156233",23189,68380 +"156234",23189,72082 +"156235",23189,81358 +"156236",23189,111141 +"156237",23189,111850 +"156238",23189,121461 +"156239",23190,27794 +"156240",23190,41579 +"156241",23190,42151 +"156242",23190,43476 +"156243",23190,50647 +"156244",23190,50761 +"156245",23190,50776 +"156246",23190,51125 +"156247",23190,51822 +"156248",23190,54608 +"156249",23190,55003 +"156250",23190,58302 +"156251",23190,60822 +"156252",23190,63046 +"156253",23191,78081 +"156254",23192,23225 +"156255",23192,34391 +"156256",23192,42603 +"156257",23192,42714 +"156258",23192,42924 +"156259",23193,46985 +"156260",23193,52297 +"156261",23193,89296 +"156262",23193,100105 +"156263",23194,43718 +"156264",23194,49338 +"156265",23194,59940 +"156266",23194,68942 +"156267",23194,77639 +"156268",23194,78346 +"156269",23194,86127 +"156270",23195,35536 +"156271",23195,58268 +"156272",23195,81142 +"156273",23195,90592 +"156274",23195,94536 +"156275",23195,94554 +"156276",23196,28770 +"156277",23196,41418 +"156278",23197,45839 +"156279",23197,59175 +"156280",23197,64495 +"156281",23197,72722 +"156282",23197,76230 +"156283",23197,78305 +"156284",23197,87492 +"156285",23197,119465 +"156286",23197,121085 +"156287",23197,121802 +"156288",23198,73935 +"156289",23199,32879 +"156290",23199,42083 +"156291",23199,96913 +"156292",23200,23462 +"156293",23200,34025 +"156294",23200,36324 +"156295",23200,44692 +"156296",23200,51028 +"156297",23200,61749 +"156298",23200,68687 +"156299",23200,76318 +"156300",23200,92426 +"156301",23200,113770 +"156302",23201,23252 +"156303",23201,23460 +"156304",23201,34692 +"156305",23201,48070 +"156306",23201,56499 +"156307",23202,31614 +"156308",23202,33182 +"156309",23202,33560 +"156310",23202,33565 +"156311",23202,33767 +"156312",23202,42042 +"156313",23202,56768 +"156314",23202,57494 +"156315",23202,57816 +"156316",23202,97220 +"156317",23203,82326 +"156318",23204,42237 +"156319",23205,29162 +"156320",23205,45069 +"156321",23205,118074 +"156322",23207,93070 +"156323",23207,97745 +"156324",23207,114745 +"156325",23208,25195 +"156326",23208,25264 +"156327",23208,39225 +"156328",23208,51299 +"156329",23208,89686 +"156330",23208,105803 +"156331",23208,109365 +"156332",23209,44562 +"156333",23209,56273 +"156334",23209,111321 +"156335",23210,58179 +"156336",23211,24227 +"156337",23211,24516 +"156338",23211,78415 +"156339",23212,23426 +"156340",23212,32248 +"156341",23212,100045 +"156342",23213,48514 +"156343",23214,49981 +"156344",23214,78311 +"156345",23214,78319 +"156346",23214,88795 +"156347",23215,93043 +"156348",23216,28468 +"156349",23216,33128 +"156350",23216,33140 +"156351",23217,27312 +"156352",23217,28115 +"156353",23217,42316 +"156354",23217,47513 +"156355",23217,49589 +"156356",23217,54751 +"156357",23217,65283 +"156358",23217,71672 +"156359",23218,72141 +"156360",23219,23289 +"156361",23219,23290 +"156362",23220,25907 +"156363",23220,48122 +"156364",23220,86984 +"156365",23220,86996 +"156366",23220,92187 +"156367",23220,98969 +"156368",23220,114399 +"156369",23220,115327 +"156370",23220,118918 +"156371",23221,55315 +"156372",23221,72680 +"156373",23221,102854 +"156374",23221,112516 +"156375",23222,23585 +"156376",23222,30405 +"156377",23222,45352 +"156378",23222,47333 +"156379",23222,50181 +"156380",23222,63939 +"156381",23222,86849 +"156382",23222,87048 +"156383",23222,92662 +"156384",23222,111971 +"156385",23223,26732 +"156386",23223,36652 +"156387",23223,36659 +"156388",23225,34391 +"156389",23225,42603 +"156390",23225,42714 +"156391",23225,42924 +"156392",23225,47914 +"156393",23225,47985 +"156394",23226,24232 +"156395",23226,36095 +"156396",23226,39139 +"156397",23226,43510 +"156398",23226,44154 +"156399",23226,44334 +"156400",23226,50349 +"156401",23226,61551 +"156402",23226,63971 +"156403",23226,68357 +"156404",23226,71427 +"156405",23227,23394 +"156406",23227,29804 +"156407",23227,47600 +"156408",23227,50404 +"156409",23227,68274 +"156410",23228,51025 +"156411",23228,97665 +"156412",23230,52048 +"156413",23230,61919 +"156414",23230,81934 +"156415",23230,82880 +"156416",23230,113138 +"156417",23230,122507 +"156418",23231,28577 +"156419",23231,42930 +"156420",23231,75253 +"156421",23231,92316 +"156422",23231,100861 +"156423",23232,30151 +"156424",23232,31204 +"156425",23232,55319 +"156426",23232,57087 +"156427",23232,75168 +"156428",23232,95018 +"156429",23233,65127 +"156430",23234,23321 +"156431",23234,25331 +"156432",23234,49921 +"156433",23235,61799 +"156434",23236,35771 +"156435",23236,56147 +"156436",23236,69372 +"156437",23237,26677 +"156438",23237,51227 +"156439",23238,58197 +"156440",23239,58570 +"156441",23239,58607 +"156442",23240,95696 +"156443",23240,123042 +"156444",23241,34588 +"156445",23242,40761 +"156446",23242,98403 +"156447",23243,38736 +"156448",23243,88883 +"156449",23244,31038 +"156450",23244,34411 +"156451",23244,35702 +"156452",23244,41333 +"156453",23244,50480 +"156454",23244,66823 +"156455",23244,66846 +"156456",23245,23355 +"156457",23245,25008 +"156458",23245,30116 +"156459",23245,31343 +"156460",23245,31355 +"156461",23245,32280 +"156462",23245,34487 +"156463",23245,34730 +"156464",23245,34870 +"156465",23245,35627 +"156466",23245,35894 +"156467",23245,36527 +"156468",23245,37782 +"156469",23245,39694 +"156470",23245,50108 +"156471",23245,52838 +"156472",23245,60815 +"156473",23245,61191 +"156474",23245,116143 +"156475",23246,110495 +"156476",23247,27224 +"156477",23247,29465 +"156478",23247,40884 +"156479",23247,69122 +"156480",23247,75553 +"156481",23247,110394 +"156482",23247,114817 +"156483",23247,114870 +"156484",23250,31443 +"156485",23251,23326 +"156486",23252,23460 +"156487",23252,24099 +"156488",23252,25084 +"156489",23252,25990 +"156490",23252,29266 +"156491",23252,34692 +"156492",23252,39278 +"156493",23252,42129 +"156494",23252,44100 +"156495",23252,45060 +"156496",23252,48540 +"156497",23252,70140 +"156498",23252,101774 +"156499",23252,101856 +"156500",23252,105693 +"156501",23253,27579 +"156502",23253,27614 +"156503",23253,54378 +"156504",23253,55939 +"156505",23253,64020 +"156506",23254,23284 +"156507",23254,23379 +"156508",23254,23406 +"156509",23254,23443 +"156510",23254,23512 +"156511",23254,23513 +"156512",23254,40887 +"156513",23254,75159 +"156514",23254,76958 +"156515",23254,82644 +"156516",23254,111846 +"156517",23255,30610 +"156518",23255,33126 +"156519",23255,41116 +"156520",23255,42899 +"156521",23255,47452 +"156522",23255,51077 +"156523",23255,60484 +"156524",23256,62679 +"156525",23256,93822 +"156526",23257,23615 +"156527",23257,26399 +"156528",23257,27497 +"156529",23257,29192 +"156530",23257,36130 +"156531",23257,45870 +"156532",23257,48215 +"156533",23257,52293 +"156534",23257,56082 +"156535",23257,56624 +"156536",23257,57624 +"156537",23257,59007 +"156538",23257,63315 +"156539",23257,66821 +"156540",23257,67726 +"156541",23257,67902 +"156542",23257,73432 +"156543",23257,76249 +"156544",23257,80663 +"156545",23257,82625 +"156546",23257,82730 +"156547",23257,95009 +"156548",23257,95141 +"156549",23257,101294 +"156550",23257,108021 +"156551",23258,46407 +"156552",23258,54959 +"156553",23258,72395 +"156554",23258,80114 +"156555",23258,95655 +"156556",23259,23268 +"156557",23259,31079 +"156558",23260,31020 +"156559",23260,31614 +"156560",23260,36744 +"156561",23260,38557 +"156562",23260,42716 +"156563",23260,68363 +"156564",23260,107103 +"156565",23261,54997 +"156566",23261,74747 +"156567",23261,97579 +"156568",23262,28432 +"156569",23262,34831 +"156570",23262,76301 +"156571",23262,76303 +"156572",23264,101997 +"156573",23264,101998 +"156574",23265,25277 +"156575",23265,38127 +"156576",23266,43130 +"156577",23266,75309 +"156578",23267,35550 +"156579",23267,46741 +"156580",23268,27683 +"156581",23268,28616 +"156582",23268,55040 +"156583",23268,55149 +"156584",23268,80740 +"156585",23269,26141 +"156586",23269,43560 +"156587",23269,46442 +"156588",23269,46601 +"156589",23269,47223 +"156590",23269,49517 +"156591",23269,64941 +"156592",23269,65376 +"156593",23269,86799 +"156594",23272,55539 +"156595",23273,66526 +"156596",23274,23424 +"156597",23274,26309 +"156598",23274,98383 +"156599",23274,98544 +"156600",23275,23276 +"156601",23275,27448 +"156602",23275,29455 +"156603",23275,50108 +"156604",23275,51775 +"156605",23275,54720 +"156606",23275,68431 +"156607",23275,113129 +"156608",23276,34819 +"156609",23276,34830 +"156610",23276,34884 +"156611",23276,54116 +"156612",23276,56090 +"156613",23277,36400 +"156614",23277,41203 +"156615",23277,52198 +"156616",23277,53524 +"156617",23278,23344 +"156618",23278,23470 +"156619",23278,23474 +"156620",23278,24729 +"156621",23278,36927 +"156622",23278,41881 +"156623",23278,45308 +"156624",23278,116115 +"156625",23278,121959 +"156626",23279,27861 +"156627",23279,30974 +"156628",23279,88067 +"156629",23279,108635 +"156630",23280,28805 +"156631",23280,34733 +"156632",23280,37550 +"156633",23280,37621 +"156634",23280,39627 +"156635",23280,48105 +"156636",23280,53764 +"156637",23280,57549 +"156638",23280,60198 +"156639",23280,69628 +"156640",23280,87993 +"156641",23280,95309 +"156642",23280,111611 +"156643",23281,46541 +"156644",23281,59043 +"156645",23281,60552 +"156646",23282,105049 +"156647",23283,51982 +"156648",23283,67044 +"156649",23283,73388 +"156650",23284,23379 +"156651",23284,23406 +"156652",23284,23443 +"156653",23284,23512 +"156654",23284,23513 +"156655",23284,35737 +"156656",23284,75159 +"156657",23284,76710 +"156658",23287,86332 +"156659",23288,23335 +"156660",23289,23290 +"156661",23289,55990 +"156662",23289,72372 +"156663",23289,84574 +"156664",23289,96035 +"156665",23289,107937 +"156666",23291,30104 +"156667",23292,30971 +"156668",23293,28063 +"156669",23293,28130 +"156670",23293,31519 +"156671",23293,34669 +"156672",23293,36569 +"156673",23293,53412 +"156674",23293,54522 +"156675",23293,87720 +"156676",23293,97759 +"156677",23293,99680 +"156678",23293,99702 +"156679",23293,100708 +"156680",23293,103362 +"156681",23293,112932 +"156682",23294,23596 +"156683",23294,25479 +"156684",23294,78216 +"156685",23294,92901 +"156686",23295,23471 +"156687",23295,103765 +"156688",23296,27840 +"156689",23296,42078 +"156690",23296,66361 +"156691",23296,79211 +"156692",23296,79224 +"156693",23296,86300 +"156694",23297,26767 +"156695",23297,42430 +"156696",23297,49081 +"156697",23297,76267 +"156698",23297,108159 +"156699",23298,24946 +"156700",23298,45319 +"156701",23298,68472 +"156702",23298,75916 +"156703",23298,82966 +"156704",23299,33493 +"156705",23300,34674 +"156706",23300,36342 +"156707",23301,23437 +"156708",23301,33439 +"156709",23301,59372 +"156710",23301,59998 +"156711",23301,77964 +"156712",23302,24610 +"156713",23302,24933 +"156714",23302,30317 +"156715",23302,34570 +"156716",23302,36085 +"156717",23302,36395 +"156718",23302,36843 +"156719",23302,37302 +"156720",23302,44956 +"156721",23302,45131 +"156722",23302,45250 +"156723",23302,45296 +"156724",23304,23412 +"156725",23304,23428 +"156726",23304,39475 +"156727",23304,73149 +"156728",23304,101057 +"156729",23305,107919 +"156730",23306,24380 +"156731",23306,93682 +"156732",23307,46049 +"156733",23307,60457 +"156734",23307,60529 +"156735",23307,101424 +"156736",23308,53525 +"156737",23308,60498 +"156738",23308,67954 +"156739",23308,67955 +"156740",23308,67956 +"156741",23309,24610 +"156742",23309,24933 +"156743",23309,27350 +"156744",23309,30317 +"156745",23309,34629 +"156746",23309,35953 +"156747",23309,36038 +"156748",23309,36049 +"156749",23309,36085 +"156750",23309,36925 +"156751",23310,26080 +"156752",23310,32919 +"156753",23310,33914 +"156754",23310,45506 +"156755",23310,74982 +"156756",23310,76905 +"156757",23310,80219 +"156758",23310,110343 +"156759",23311,30686 +"156760",23311,30693 +"156761",23311,30706 +"156762",23311,32781 +"156763",23311,61541 +"156764",23312,23648 +"156765",23312,24559 +"156766",23312,38707 +"156767",23312,47387 +"156768",23312,47388 +"156769",23312,53120 +"156770",23313,23476 +"156771",23314,44200 +"156772",23314,50518 +"156773",23315,59390 +"156774",23315,60990 +"156775",23315,89978 +"156776",23315,91364 +"156777",23315,91832 +"156778",23315,94426 +"156779",23315,96121 +"156780",23315,96139 +"156781",23315,96147 +"156782",23315,96165 +"156783",23315,99945 +"156784",23315,115218 +"156785",23315,116930 +"156786",23315,116934 +"156787",23317,101636 +"156788",23317,102300 +"156789",23317,102315 +"156790",23318,23480 +"156791",23318,86820 +"156792",23318,95901 +"156793",23318,103650 +"156794",23318,106416 +"156795",23319,25010 +"156796",23319,27151 +"156797",23319,36177 +"156798",23319,51464 +"156799",23319,52156 +"156800",23319,58746 +"156801",23320,23443 +"156802",23320,26047 +"156803",23320,32453 +"156804",23320,44679 +"156805",23320,48604 +"156806",23320,53121 +"156807",23320,108672 +"156808",23320,119174 +"156809",23321,63773 +"156810",23321,63885 +"156811",23322,26124 +"156812",23322,37977 +"156813",23322,38498 +"156814",23322,38590 +"156815",23322,38722 +"156816",23322,43174 +"156817",23322,51060 +"156818",23322,64445 +"156819",23322,81150 +"156820",23323,34488 +"156821",23323,51835 +"156822",23323,103536 +"156823",23323,108859 +"156824",23325,37142 +"156825",23325,42102 +"156826",23325,45030 +"156827",23325,78928 +"156828",23325,82360 +"156829",23325,97773 +"156830",23325,97800 +"156831",23325,106870 +"156832",23325,106894 +"156833",23326,24558 +"156834",23326,28154 +"156835",23326,30983 +"156836",23326,34276 +"156837",23326,34727 +"156838",23326,44948 +"156839",23326,44949 +"156840",23326,44950 +"156841",23326,54558 +"156842",23327,26849 +"156843",23327,34516 +"156844",23327,37462 +"156845",23327,47869 +"156846",23327,50983 +"156847",23327,56259 +"156848",23327,77111 +"156849",23327,77628 +"156850",23327,77820 +"156851",23327,91029 +"156852",23327,91149 +"156853",23327,91155 +"156854",23327,91209 +"156855",23328,23360 +"156856",23328,23496 +"156857",23328,24888 +"156858",23328,31658 +"156859",23328,32673 +"156860",23328,34327 +"156861",23328,70306 +"156862",23328,71933 +"156863",23328,90071 +"156864",23328,102397 +"156865",23328,105494 +"156866",23328,110243 +"156867",23328,111829 +"156868",23328,118604 +"156869",23329,55921 +"156870",23329,107027 +"156871",23330,23820 +"156872",23330,26723 +"156873",23330,36487 +"156874",23330,36613 +"156875",23330,46848 +"156876",23330,47974 +"156877",23330,52711 +"156878",23330,61513 +"156879",23330,67321 +"156880",23330,68222 +"156881",23330,71398 +"156882",23330,72241 +"156883",23330,83101 +"156884",23330,83875 +"156885",23330,85193 +"156886",23330,86584 +"156887",23330,89901 +"156888",23330,92947 +"156889",23330,118232 +"156890",23330,121480 +"156891",23330,121485 +"156892",23330,123497 +"156893",23332,63826 +"156894",23332,69126 +"156895",23333,34578 +"156896",23333,65521 +"156897",23333,69153 +"156898",23333,77104 +"156899",23333,87909 +"156900",23333,93742 +"156901",23333,116207 +"156902",23334,62252 +"156903",23334,71761 +"156904",23337,30601 +"156905",23338,99521 +"156906",23338,99522 +"156907",23339,39994 +"156908",23339,45885 +"156909",23339,60060 +"156910",23339,76191 +"156911",23339,77449 +"156912",23339,98961 +"156913",23340,31394 +"156914",23340,33820 +"156915",23340,42071 +"156916",23340,52055 +"156917",23340,58054 +"156918",23340,69728 +"156919",23341,37745 +"156920",23343,25730 +"156921",23343,27799 +"156922",23343,32362 +"156923",23343,44606 +"156924",23343,47877 +"156925",23343,56382 +"156926",23343,56711 +"156927",23343,79543 +"156928",23343,83972 +"156929",23343,89681 +"156930",23344,23470 +"156931",23344,23474 +"156932",23345,26971 +"156933",23345,52147 +"156934",23345,74502 +"156935",23346,24323 +"156936",23346,36332 +"156937",23347,30413 +"156938",23347,33924 +"156939",23347,33926 +"156940",23348,80772 +"156941",23350,37026 +"156942",23350,41418 +"156943",23350,46926 +"156944",23350,60706 +"156945",23350,61204 +"156946",23350,61623 +"156947",23350,79100 +"156948",23350,117094 +"156949",23351,67413 +"156950",23352,32108 +"156951",23352,44009 +"156952",23352,62592 +"156953",23352,71404 +"156954",23352,93709 +"156955",23354,24640 +"156956",23354,28273 +"156957",23354,29436 +"156958",23354,30344 +"156959",23354,32280 +"156960",23354,34730 +"156961",23354,37036 +"156962",23354,50278 +"156963",23354,50456 +"156964",23354,53390 +"156965",23354,59097 +"156966",23354,100131 +"156967",23354,100915 +"156968",23354,101250 +"156969",23354,116777 +"156970",23355,30866 +"156971",23355,37782 +"156972",23355,52838 +"156973",23355,61191 +"156974",23355,77565 +"156975",23356,41916 +"156976",23357,69189 +"156977",23357,73657 +"156978",23358,25272 +"156979",23358,27783 +"156980",23358,31164 +"156981",23358,31401 +"156982",23358,32758 +"156983",23358,36136 +"156984",23358,39614 +"156985",23358,41259 +"156986",23358,41392 +"156987",23358,44419 +"156988",23358,52333 +"156989",23358,52444 +"156990",23358,52934 +"156991",23358,58686 +"156992",23358,61528 +"156993",23358,76807 +"156994",23358,82265 +"156995",23358,82277 +"156996",23358,88978 +"156997",23359,26665 +"156998",23359,30795 +"156999",23359,52559 +"157000",23359,58520 +"157001",23359,69754 +"157002",23359,107799 +"157003",23359,108547 +"157004",23360,24888 +"157005",23360,28297 +"157006",23360,28586 +"157007",23360,31658 +"157008",23360,31996 +"157009",23360,50308 +"157010",23360,51931 +"157011",23360,59866 +"157012",23361,55327 +"157013",23361,63438 +"157014",23361,72891 +"157015",23361,78532 +"157016",23361,81751 +"157017",23361,94024 +"157018",23362,23481 +"157019",23362,23482 +"157020",23362,27022 +"157021",23362,29181 +"157022",23362,44832 +"157023",23362,83269 +"157024",23363,23490 +"157025",23364,50486 +"157026",23364,55231 +"157027",23364,69434 +"157028",23364,76616 +"157029",23364,76822 +"157030",23364,78560 +"157031",23364,86981 +"157032",23364,104249 +"157033",23365,38322 +"157034",23365,45712 +"157035",23366,25398 +"157036",23366,53687 +"157037",23367,43578 +"157038",23367,115318 +"157039",23368,48717 +"157040",23368,66007 +"157041",23368,67868 +"157042",23368,67869 +"157043",23369,37139 +"157044",23370,24666 +"157045",23370,32145 +"157046",23370,41901 +"157047",23370,89661 +"157048",23370,114687 +"157049",23371,24344 +"157050",23371,61568 +"157051",23371,64866 +"157052",23372,23464 +"157053",23373,92045 +"157054",23374,23375 +"157055",23374,25009 +"157056",23374,77373 +"157057",23375,109528 +"157058",23377,23440 +"157059",23377,26004 +"157060",23377,74812 +"157061",23378,35415 +"157062",23379,23406 +"157063",23379,23443 +"157064",23379,23512 +"157065",23379,23513 +"157066",23379,75159 +"157067",23380,26997 +"157068",23380,27663 +"157069",23380,31120 +"157070",23380,34134 +"157071",23380,44259 +"157072",23380,47979 +"157073",23380,53095 +"157074",23380,53121 +"157075",23380,53153 +"157076",23380,53573 +"157077",23380,65207 +"157078",23381,34488 +"157079",23381,35133 +"157080",23381,56622 +"157081",23381,83752 +"157082",23382,43996 +"157083",23383,62681 +"157084",23384,99851 +"157085",23384,101611 +"157086",23385,27686 +"157087",23385,41881 +"157088",23385,43067 +"157089",23385,44873 +"157090",23385,67191 +"157091",23385,73476 +"157092",23385,74202 +"157093",23385,77433 +"157094",23385,80180 +"157095",23385,82450 +"157096",23385,82672 +"157097",23385,84620 +"157098",23385,98181 +"157099",23385,109452 +"157100",23385,110281 +"157101",23385,110287 +"157102",23385,110300 +"157103",23385,110309 +"157104",23385,116115 +"157105",23385,116984 +"157106",23386,25887 +"157107",23386,29194 +"157108",23386,30470 +"157109",23386,31235 +"157110",23386,33257 +"157111",23386,33399 +"157112",23386,47733 +"157113",23386,67001 +"157114",23386,75883 +"157115",23386,75888 +"157116",23386,75892 +"157117",23386,75893 +"157118",23386,75898 +"157119",23386,96510 +"157120",23387,38974 +"157121",23387,44825 +"157122",23387,92089 +"157123",23387,92090 +"157124",23388,29383 +"157125",23388,39022 +"157126",23388,43817 +"157127",23388,44195 +"157128",23388,45593 +"157129",23388,56645 +"157130",23388,76900 +"157131",23388,77017 +"157132",23388,86941 +"157133",23388,89379 +"157134",23388,98449 +"157135",23388,100429 +"157136",23389,23390 +"157137",23389,28536 +"157138",23390,28536 +"157139",23391,41267 +"157140",23391,48001 +"157141",23391,58699 +"157142",23391,82284 +"157143",23392,87964 +"157144",23392,88856 +"157145",23392,98353 +"157146",23393,54980 +"157147",23394,34362 +"157148",23394,34386 +"157149",23394,58678 +"157150",23394,62084 +"157151",23395,29420 +"157152",23396,32364 +"157153",23396,35756 +"157154",23396,60233 +"157155",23397,30097 +"157156",23397,47966 +"157157",23397,49988 +"157158",23398,23400 +"157159",23398,36487 +"157160",23398,43014 +"157161",23398,44074 +"157162",23398,57954 +"157163",23398,71866 +"157164",23398,86197 +"157165",23398,88096 +"157166",23398,110188 +"157167",23399,23401 +"157168",23399,95518 +"157169",23400,86197 +"157170",23400,88300 +"157171",23401,48176 +"157172",23402,27433 +"157173",23403,23415 +"157174",23403,25596 +"157175",23403,26070 +"157176",23403,31347 +"157177",23403,34879 +"157178",23403,41142 +"157179",23403,44796 +"157180",23403,75921 +"157181",23403,87220 +"157182",23404,23542 +"157183",23404,28444 +"157184",23404,29676 +"157185",23404,36262 +"157186",23404,41214 +"157187",23404,52466 +"157188",23404,70060 +"157189",23404,74840 +"157190",23404,80023 +"157191",23404,84187 +"157192",23405,33239 +"157193",23405,36813 +"157194",23405,44761 +"157195",23405,46112 +"157196",23405,72141 +"157197",23405,75979 +"157198",23406,23443 +"157199",23406,23512 +"157200",23406,23513 +"157201",23406,27650 +"157202",23406,40857 +"157203",23406,75159 +"157204",23406,89186 +"157205",23408,48943 +"157206",23408,100298 +"157207",23408,107672 +"157208",23409,33530 +"157209",23409,87471 +"157210",23410,40633 +"157211",23410,53716 +"157212",23411,33084 +"157213",23411,41917 +"157214",23411,61032 +"157215",23411,81704 +"157216",23411,84461 +"157217",23411,102932 +"157218",23411,107658 +"157219",23411,114346 +"157220",23412,23428 +"157221",23412,96644 +"157222",23413,69216 +"157223",23413,107113 +"157224",23414,87186 +"157225",23416,94108 +"157226",23417,25443 +"157227",23417,27063 +"157228",23417,27111 +"157229",23417,29078 +"157230",23417,37439 +"157231",23417,40230 +"157232",23417,44480 +"157233",23417,56100 +"157234",23417,57765 +"157235",23417,62844 +"157236",23417,65970 +"157237",23417,66074 +"157238",23417,66236 +"157239",23417,80907 +"157240",23417,92720 +"157241",23417,94056 +"157242",23418,23435 +"157243",23418,24984 +"157244",23418,28849 +"157245",23418,31615 +"157246",23418,35967 +"157247",23418,38292 +"157248",23418,48261 +"157249",23418,48690 +"157250",23418,55464 +"157251",23418,55829 +"157252",23418,57587 +"157253",23418,58022 +"157254",23418,61551 +"157255",23418,65230 +"157256",23418,84025 +"157257",23419,94227 +"157258",23419,94239 +"157259",23420,23723 +"157260",23420,34213 +"157261",23420,34214 +"157262",23420,34253 +"157263",23420,35587 +"157264",23420,38307 +"157265",23420,43455 +"157266",23420,43460 +"157267",23420,57377 +"157268",23420,59800 +"157269",23420,63895 +"157270",23420,63935 +"157271",23420,63947 +"157272",23420,63962 +"157273",23421,23632 +"157274",23421,23953 +"157275",23421,24495 +"157276",23421,24710 +"157277",23421,25143 +"157278",23421,25303 +"157279",23421,25664 +"157280",23421,26407 +"157281",23421,27174 +"157282",23421,27196 +"157283",23421,27710 +"157284",23421,28703 +"157285",23421,29253 +"157286",23421,29341 +"157287",23421,29560 +"157288",23421,29573 +"157289",23421,29868 +"157290",23421,32438 +"157291",23421,32967 +"157292",23421,33223 +"157293",23421,33881 +"157294",23421,34097 +"157295",23421,34330 +"157296",23421,34513 +"157297",23421,35400 +"157298",23421,35822 +"157299",23421,36476 +"157300",23421,36547 +"157301",23421,36745 +"157302",23421,37821 +"157303",23421,37931 +"157304",23421,38319 +"157305",23421,39398 +"157306",23421,39492 +"157307",23421,40320 +"157308",23421,40373 +"157309",23421,40542 +"157310",23421,41182 +"157311",23421,42131 +"157312",23421,46843 +"157313",23421,48331 +"157314",23421,64635 +"157315",23422,31399 +"157316",23422,31850 +"157317",23422,73170 +"157318",23422,111944 +"157319",23422,111945 +"157320",23422,116632 +"157321",23423,23622 +"157322",23423,23688 +"157323",23423,24825 +"157324",23423,24911 +"157325",23423,24943 +"157326",23423,25312 +"157327",23423,26251 +"157328",23423,31159 +"157329",23423,35825 +"157330",23423,42652 +"157331",23423,42791 +"157332",23423,47582 +"157333",23423,47736 +"157334",23423,57133 +"157335",23423,69384 +"157336",23423,89811 +"157337",23424,27319 +"157338",23424,27377 +"157339",23424,90861 +"157340",23425,23484 +"157341",23425,24306 +"157342",23425,33147 +"157343",23425,57346 +"157344",23426,23493 +"157345",23426,49078 +"157346",23426,64273 +"157347",23426,74645 +"157348",23426,78064 +"157349",23426,80638 +"157350",23426,94655 +"157351",23426,95263 +"157352",23426,96311 +"157353",23428,39475 +"157354",23428,80934 +"157355",23428,86998 +"157356",23428,101057 +"157357",23430,23956 +"157358",23430,31678 +"157359",23430,32314 +"157360",23430,35102 +"157361",23430,41953 +"157362",23430,42537 +"157363",23430,60706 +"157364",23430,69074 +"157365",23430,69576 +"157366",23430,84830 +"157367",23430,88373 +"157368",23430,123160 +"157369",23430,123163 +"157370",23431,76735 +"157371",23431,93308 +"157372",23431,94221 +"157373",23431,102553 +"157374",23431,106169 +"157375",23432,83746 +"157376",23433,39023 +"157377",23433,39380 +"157378",23433,48982 +"157379",23433,52141 +"157380",23433,101326 +"157381",23433,113433 +"157382",23433,113441 +"157383",23433,114376 +"157384",23434,35238 +"157385",23434,38132 +"157386",23434,45984 +"157387",23434,110095 +"157388",23435,53919 +"157389",23436,30684 +"157390",23436,55403 +"157391",23436,101810 +"157392",23437,59372 +"157393",23439,35556 +"157394",23439,51239 +"157395",23439,102561 +"157396",23439,109283 +"157397",23439,114882 +"157398",23441,28243 +"157399",23443,23512 +"157400",23443,23513 +"157401",23443,48425 +"157402",23443,48438 +"157403",23443,75159 +"157404",23443,88325 +"157405",23444,31462 +"157406",23444,33748 +"157407",23444,43493 +"157408",23444,63377 +"157409",23444,69566 +"157410",23444,71265 +"157411",23444,80283 +"157412",23444,98513 +"157413",23444,98922 +"157414",23444,102410 +"157415",23444,102439 +"157416",23446,26017 +"157417",23446,29487 +"157418",23446,34906 +"157419",23446,38531 +"157420",23447,25840 +"157421",23447,35604 +"157422",23447,37247 +"157423",23447,38739 +"157424",23447,43265 +"157425",23447,44836 +"157426",23447,45637 +"157427",23447,47973 +"157428",23447,65598 +"157429",23447,71858 +"157430",23447,85697 +"157431",23449,48392 +"157432",23450,36356 +"157433",23450,43575 +"157434",23450,71342 +"157435",23450,73128 +"157436",23450,76276 +"157437",23450,80236 +"157438",23450,81588 +"157439",23450,82080 +"157440",23450,84037 +"157441",23450,84309 +"157442",23450,84374 +"157443",23450,85821 +"157444",23450,86809 +"157445",23450,99386 +"157446",23450,101999 +"157447",23450,103065 +"157448",23450,105490 +"157449",23450,105602 +"157450",23450,112331 +"157451",23451,55853 +"157452",23451,70285 +"157453",23453,30065 +"157454",23453,56983 +"157455",23453,58701 +"157456",23453,73333 +"157457",23453,77562 +"157458",23453,114671 +"157459",23454,45604 +"157460",23454,54385 +"157461",23454,56485 +"157462",23454,69523 +"157463",23454,76403 +"157464",23454,79000 +"157465",23454,96350 +"157466",23454,108973 +"157467",23454,108974 +"157468",23455,99994 +"157469",23456,27906 +"157470",23456,82115 +"157471",23457,23477 +"157472",23457,71763 +"157473",23457,75487 +"157474",23457,111070 +"157475",23458,86539 +"157476",23459,24582 +"157477",23459,91241 +"157478",23459,99441 +"157479",23459,118852 +"157480",23459,119886 +"157481",23460,25084 +"157482",23460,33435 +"157483",23460,38198 +"157484",23460,39826 +"157485",23460,41785 +"157486",23460,41804 +"157487",23460,41859 +"157488",23460,55064 +"157489",23460,57417 +"157490",23460,87373 +"157491",23461,52294 +"157492",23461,52693 +"157493",23461,57644 +"157494",23461,60394 +"157495",23461,83772 +"157496",23462,23528 +"157497",23462,25531 +"157498",23462,33870 +"157499",23462,36324 +"157500",23462,36754 +"157501",23462,40231 +"157502",23462,40453 +"157503",23462,44555 +"157504",23462,45357 +"157505",23462,45532 +"157506",23462,45869 +"157507",23462,46142 +"157508",23462,46786 +"157509",23462,50213 +"157510",23462,51245 +"157511",23462,51329 +"157512",23462,64468 +"157513",23462,74153 +"157514",23462,74601 +"157515",23462,76854 +"157516",23462,80285 +"157517",23462,81137 +"157518",23462,89928 +"157519",23462,91849 +"157520",23462,99524 +"157521",23462,101453 +"157522",23462,114517 +"157523",23462,118484 +"157524",23463,25049 +"157525",23463,27117 +"157526",23463,64711 +"157527",23465,29960 +"157528",23465,41323 +"157529",23465,43361 +"157530",23465,69139 +"157531",23465,83266 +"157532",23465,83721 +"157533",23465,118029 +"157534",23466,23700 +"157535",23466,23751 +"157536",23466,28217 +"157537",23466,28233 +"157538",23466,28267 +"157539",23466,28333 +"157540",23466,32611 +"157541",23466,60376 +"157542",23467,23561 +"157543",23467,23666 +"157544",23467,26774 +"157545",23467,27304 +"157546",23467,42032 +"157547",23467,57773 +"157548",23467,78007 +"157549",23467,82483 +"157550",23467,82510 +"157551",23467,85843 +"157552",23467,92941 +"157553",23467,93198 +"157554",23467,96872 +"157555",23467,102615 +"157556",23468,23643 +"157557",23468,91307 +"157558",23469,25898 +"157559",23469,28823 +"157560",23469,29512 +"157561",23469,31668 +"157562",23469,51234 +"157563",23469,51600 +"157564",23469,53025 +"157565",23469,63502 +"157566",23469,66756 +"157567",23469,105507 +"157568",23469,112128 +"157569",23469,115433 +"157570",23470,23474 +"157571",23470,23548 +"157572",23470,41418 +"157573",23470,96127 +"157574",23471,26779 +"157575",23471,39632 +"157576",23471,41478 +"157577",23471,41536 +"157578",23471,42953 +"157579",23471,58191 +"157580",23471,83365 +"157581",23471,91679 +"157582",23471,91983 +"157583",23473,102499 +"157584",23473,102671 +"157585",23473,104753 +"157586",23474,27361 +"157587",23474,34411 +"157588",23475,24545 +"157589",23475,32904 +"157590",23475,62975 +"157591",23476,63368 +"157592",23476,80604 +"157593",23476,83533 +"157594",23476,83540 +"157595",23476,83550 +"157596",23477,30163 +"157597",23477,101642 +"157598",23477,110418 +"157599",23478,42567 +"157600",23479,24353 +"157601",23479,87763 +"157602",23480,28839 +"157603",23480,31385 +"157604",23480,35722 +"157605",23480,42315 +"157606",23480,51410 +"157607",23480,81455 +"157608",23480,90668 +"157609",23480,91131 +"157610",23480,102734 +"157611",23480,119363 +"157612",23481,23482 +"157613",23481,32098 +"157614",23481,36658 +"157615",23481,45833 +"157616",23481,46941 +"157617",23481,56715 +"157618",23481,87308 +"157619",23482,34588 +"157620",23482,60345 +"157621",23482,78444 +"157622",23482,80588 +"157623",23482,82793 +"157624",23482,100656 +"157625",23483,33260 +"157626",23483,100830 +"157627",23484,48981 +"157628",23484,70449 +"157629",23484,101840 +"157630",23485,36873 +"157631",23485,37013 +"157632",23486,61270 +"157633",23486,79832 +"157634",23487,32960 +"157635",23487,40136 +"157636",23487,70782 +"157637",23488,31621 +"157638",23488,47044 +"157639",23488,84055 +"157640",23488,105554 +"157641",23489,30891 +"157642",23489,32539 +"157643",23489,34838 +"157644",23489,35012 +"157645",23489,35025 +"157646",23489,81310 +"157647",23490,84951 +"157648",23491,35815 +"157649",23491,42271 +"157650",23491,65003 +"157651",23491,83284 +"157652",23492,23725 +"157653",23492,24259 +"157654",23492,24365 +"157655",23492,27508 +"157656",23492,28006 +"157657",23492,29715 +"157658",23492,30325 +"157659",23492,30564 +"157660",23492,31306 +"157661",23492,33874 +"157662",23492,34608 +"157663",23492,35673 +"157664",23492,36197 +"157665",23492,39294 +"157666",23492,42863 +"157667",23492,43652 +"157668",23492,45684 +"157669",23492,46173 +"157670",23492,47447 +"157671",23492,54551 +"157672",23492,57414 +"157673",23492,65972 +"157674",23492,76284 +"157675",23492,77977 +"157676",23492,78929 +"157677",23492,79346 +"157678",23492,79349 +"157679",23492,79403 +"157680",23492,84157 +"157681",23492,90966 +"157682",23492,91184 +"157683",23492,91808 +"157684",23492,94480 +"157685",23492,95321 +"157686",23492,103193 +"157687",23492,105752 +"157688",23492,118800 +"157689",23493,25233 +"157690",23493,49078 +"157691",23493,66247 +"157692",23493,76361 +"157693",23493,82866 +"157694",23493,84295 +"157695",23493,86697 +"157696",23493,92489 +"157697",23493,94655 +"157698",23493,95263 +"157699",23493,104310 +"157700",23493,106712 +"157701",23493,109171 +"157702",23493,111240 +"157703",23493,114816 +"157704",23493,115039 +"157705",23493,122154 +"157706",23493,122187 +"157707",23494,24112 +"157708",23494,40052 +"157709",23494,41677 +"157710",23494,71902 +"157711",23495,23589 +"157712",23495,24083 +"157713",23495,31140 +"157714",23495,49587 +"157715",23495,49690 +"157716",23495,62898 +"157717",23495,64570 +"157718",23495,71118 +"157719",23495,71726 +"157720",23495,95329 +"157721",23495,118148 +"157722",23496,31658 +"157723",23496,39120 +"157724",23496,66800 +"157725",23496,80419 +"157726",23496,81255 +"157727",23496,103499 +"157728",23496,103881 +"157729",23497,24474 +"157730",23497,24624 +"157731",23497,51427 +"157732",23497,63891 +"157733",23498,23560 +"157734",23498,41098 +"157735",23498,48501 +"157736",23498,58075 +"157737",23498,86283 +"157738",23498,86294 +"157739",23499,65803 +"157740",23499,79842 +"157741",23500,42033 +"157742",23500,94350 +"157743",23501,27517 +"157744",23501,62661 +"157745",23501,81903 +"157746",23502,71004 +"157747",23503,23597 +"157748",23503,28051 +"157749",23503,36755 +"157750",23503,37856 +"157751",23503,40531 +"157752",23503,66100 +"157753",23503,77688 +"157754",23503,86839 +"157755",23503,88465 +"157756",23503,93918 +"157757",23503,98165 +"157758",23504,30404 +"157759",23504,32556 +"157760",23504,36108 +"157761",23504,49353 +"157762",23504,62477 +"157763",23504,65238 +"157764",23504,69357 +"157765",23504,78604 +"157766",23504,80088 +"157767",23504,80549 +"157768",23504,81939 +"157769",23504,86560 +"157770",23504,89261 +"157771",23504,89286 +"157772",23504,92594 +"157773",23504,92634 +"157774",23504,100599 +"157775",23504,101534 +"157776",23504,109252 +"157777",23504,110778 +"157778",23504,110837 +"157779",23504,111729 +"157780",23504,113332 +"157781",23504,117161 +"157782",23504,117169 +"157783",23504,117174 +"157784",23504,123191 +"157785",23504,123192 +"157786",23505,31898 +"157787",23505,55358 +"157788",23506,38940 +"157789",23506,44319 +"157790",23506,50976 +"157791",23506,51654 +"157792",23506,52653 +"157793",23506,56610 +"157794",23506,73047 +"157795",23506,73989 +"157796",23506,80649 +"157797",23506,86027 +"157798",23506,94141 +"157799",23507,37860 +"157800",23508,24139 +"157801",23508,24150 +"157802",23508,27849 +"157803",23508,30062 +"157804",23508,34749 +"157805",23508,37333 +"157806",23508,43560 +"157807",23508,44499 +"157808",23508,44772 +"157809",23508,48121 +"157810",23508,48162 +"157811",23508,53279 +"157812",23508,83096 +"157813",23508,88954 +"157814",23508,93322 +"157815",23508,97635 +"157816",23508,112927 +"157817",23509,29486 +"157818",23509,32421 +"157819",23509,33473 +"157820",23509,43169 +"157821",23509,48284 +"157822",23509,65735 +"157823",23509,75513 +"157824",23509,86021 +"157825",23509,86129 +"157826",23509,95935 +"157827",23509,105021 +"157828",23509,107271 +"157829",23509,107291 +"157830",23509,113845 +"157831",23509,114459 +"157832",23509,116757 +"157833",23510,26504 +"157834",23512,23513 +"157835",23512,75159 +"157836",23513,46583 +"157837",23513,58629 +"157838",23513,64515 +"157839",23513,68681 +"157840",23513,75159 +"157841",23513,75955 +"157842",23513,93238 +"157843",23513,104976 +"157844",23514,64503 +"157845",23514,82730 +"157846",23515,24116 +"157847",23515,24656 +"157848",23515,24742 +"157849",23515,24821 +"157850",23515,24883 +"157851",23515,24885 +"157852",23516,41647 +"157853",23516,48444 +"157854",23516,72973 +"157855",23516,73001 +"157856",23517,23963 +"157857",23517,26756 +"157858",23517,27818 +"157859",23517,41888 +"157860",23517,43285 +"157861",23517,43353 +"157862",23517,73266 +"157863",23517,74655 +"157864",23517,83977 +"157865",23517,85599 +"157866",23517,85612 +"157867",23517,94504 +"157868",23518,28140 +"157869",23519,25743 +"157870",23519,76920 +"157871",23519,88858 +"157872",23519,88887 +"157873",23520,23571 +"157874",23521,23534 +"157875",23521,33848 +"157876",23521,51680 +"157877",23521,101743 +"157878",23521,107691 +"157879",23521,107846 +"157880",23521,121629 +"157881",23522,23563 +"157882",23522,23685 +"157883",23522,23771 +"157884",23522,54102 +"157885",23523,25198 +"157886",23523,32687 +"157887",23523,39034 +"157888",23523,54171 +"157889",23523,70317 +"157890",23524,23612 +"157891",23524,28181 +"157892",23524,51821 +"157893",23524,63669 +"157894",23525,37307 +"157895",23525,38260 +"157896",23525,44359 +"157897",23525,46382 +"157898",23525,48063 +"157899",23525,50367 +"157900",23525,51248 +"157901",23525,51558 +"157902",23525,53633 +"157903",23525,62025 +"157904",23525,65162 +"157905",23525,68475 +"157906",23525,76613 +"157907",23525,80425 +"157908",23525,81508 +"157909",23525,82242 +"157910",23525,96034 +"157911",23525,99031 +"157912",23525,103140 +"157913",23525,110994 +"157914",23525,120028 +"157915",23525,120482 +"157916",23526,23626 +"157917",23526,23715 +"157918",23526,29813 +"157919",23526,32452 +"157920",23526,53303 +"157921",23526,54024 +"157922",23527,23641 +"157923",23527,28677 +"157924",23527,28788 +"157925",23527,36079 +"157926",23527,36495 +"157927",23527,51300 +"157928",23527,68590 +"157929",23527,75001 +"157930",23527,89440 +"157931",23527,92472 +"157932",23527,92498 +"157933",23527,92520 +"157934",23528,24080 +"157935",23528,39198 +"157936",23528,40453 +"157937",23528,43337 +"157938",23528,46142 +"157939",23528,46786 +"157940",23528,64468 +"157941",23528,91275 +"157942",23528,94229 +"157943",23528,96428 +"157944",23528,97031 +"157945",23528,99524 +"157946",23528,103554 +"157947",23528,120978 +"157948",23529,55975 +"157949",23529,55992 +"157950",23529,94693 +"157951",23530,31229 +"157952",23530,38051 +"157953",23530,45561 +"157954",23530,56232 +"157955",23530,67592 +"157956",23530,68531 +"157957",23530,75211 +"157958",23530,89098 +"157959",23530,103685 +"157960",23530,120954 +"157961",23531,23981 +"157962",23531,37911 +"157963",23531,51410 +"157964",23531,66083 +"157965",23531,74366 +"157966",23531,78669 +"157967",23531,90837 +"157968",23531,95083 +"157969",23532,23559 +"157970",23532,23722 +"157971",23532,23723 +"157972",23533,32425 +"157973",23533,32632 +"157974",23533,32741 +"157975",23533,96223 +"157976",23534,27241 +"157977",23534,30023 +"157978",23534,35544 +"157979",23534,35718 +"157980",23534,54570 +"157981",23534,68708 +"157982",23534,78256 +"157983",23534,88473 +"157984",23534,108552 +"157985",23535,55366 +"157986",23537,97053 +"157987",23538,42622 +"157988",23538,76990 +"157989",23538,91232 +"157990",23538,109339 +"157991",23538,114266 +"157992",23538,118335 +"157993",23538,120853 +"157994",23538,120858 +"157995",23539,23782 +"157996",23539,24988 +"157997",23539,30514 +"157998",23539,30635 +"157999",23539,30637 +"158000",23539,33012 +"158001",23539,36861 +"158002",23539,37832 +"158003",23539,44805 +"158004",23539,51607 +"158005",23539,77152 +"158006",23539,96386 +"158007",23540,23544 +"158008",23540,23590 +"158009",23540,109593 +"158010",23541,30554 +"158011",23541,36451 +"158012",23541,51084 +"158013",23542,35436 +"158014",23542,83841 +"158015",23542,86796 +"158016",23542,110496 +"158017",23543,35049 +"158018",23543,42543 +"158019",23543,49615 +"158020",23543,54390 +"158021",23543,62837 +"158022",23543,107080 +"158023",23544,23590 +"158024",23544,33125 +"158025",23544,34103 +"158026",23544,38009 +"158027",23544,44819 +"158028",23544,54184 +"158029",23544,57582 +"158030",23544,77257 +"158031",23544,87571 +"158032",23544,87745 +"158033",23544,88309 +"158034",23544,98985 +"158035",23544,107578 +"158036",23544,109046 +"158037",23545,49524 +"158038",23545,50110 +"158039",23545,50174 +"158040",23545,66216 +"158041",23546,63311 +"158042",23546,69990 +"158043",23546,96544 +"158044",23546,100292 +"158045",23546,103104 +"158046",23546,103122 +"158047",23546,103127 +"158048",23547,23687 +"158049",23548,51072 +"158050",23548,85399 +"158051",23548,91068 +"158052",23548,102640 +"158053",23549,23566 +"158054",23549,23655 +"158055",23549,23762 +"158056",23549,23780 +"158057",23550,23551 +"158058",23550,23638 +"158059",23550,23689 +"158060",23550,23777 +"158061",23550,29830 +"158062",23550,29958 +"158063",23550,37684 +"158064",23550,38099 +"158065",23550,49076 +"158066",23551,23638 +"158067",23551,23689 +"158068",23551,23777 +"158069",23552,23712 +"158070",23552,25239 +"158071",23552,32877 +"158072",23552,33339 +"158073",23552,41676 +"158074",23552,52195 +"158075",23552,52394 +"158076",23552,52436 +"158077",23552,55985 +"158078",23552,71530 +"158079",23552,76741 +"158080",23552,87674 +"158081",23552,88230 +"158082",23552,100145 +"158083",23552,101970 +"158084",23552,103996 +"158085",23552,110371 +"158086",23552,122824 +"158087",23553,93171 +"158088",23554,34314 +"158089",23554,35802 +"158090",23554,36089 +"158091",23554,43226 +"158092",23554,48123 +"158093",23554,50235 +"158094",23554,59210 +"158095",23554,62063 +"158096",23554,70040 +"158097",23554,70063 +"158098",23554,72573 +"158099",23554,81722 +"158100",23554,87828 +"158101",23554,99070 +"158102",23554,100454 +"158103",23554,101016 +"158104",23554,101087 +"158105",23554,102401 +"158106",23554,105495 +"158107",23554,105955 +"158108",23554,116302 +"158109",23554,116315 +"158110",23554,116325 +"158111",23554,116331 +"158112",23555,48840 +"158113",23555,77755 +"158114",23555,77777 +"158115",23556,27008 +"158116",23556,33853 +"158117",23556,45443 +"158118",23556,48649 +"158119",23556,51492 +"158120",23556,56338 +"158121",23556,66911 +"158122",23556,71962 +"158123",23556,77572 +"158124",23556,90990 +"158125",23556,94378 +"158126",23556,97352 +"158127",23556,103553 +"158128",23556,117513 +"158129",23556,119364 +"158130",23557,23683 +"158131",23557,66563 +"158132",23558,38148 +"158133",23558,40225 +"158134",23558,42364 +"158135",23558,58571 +"158136",23558,88498 +"158137",23558,111648 +"158138",23558,111655 +"158139",23558,111656 +"158140",23559,23722 +"158141",23559,23723 +"158142",23559,33158 +"158143",23559,40312 +"158144",23559,40437 +"158145",23560,41098 +"158146",23560,58075 +"158147",23560,67377 +"158148",23560,81888 +"158149",23560,98994 +"158150",23561,23666 +"158151",23561,106438 +"158152",23563,23685 +"158153",23563,23771 +"158154",23563,54102 +"158155",23564,23618 +"158156",23564,26248 +"158157",23564,33221 +"158158",23564,35373 +"158159",23564,41793 +"158160",23564,43756 +"158161",23564,44350 +"158162",23564,46243 +"158163",23564,46637 +"158164",23564,46639 +"158165",23564,48992 +"158166",23564,56859 +"158167",23564,57583 +"158168",23564,61702 +"158169",23564,62137 +"158170",23564,62228 +"158171",23564,62296 +"158172",23564,62739 +"158173",23564,66523 +"158174",23564,71510 +"158175",23564,72065 +"158176",23564,72069 +"158177",23564,72070 +"158178",23564,72072 +"158179",23564,72077 +"158180",23564,72088 +"158181",23564,72102 +"158182",23564,72106 +"158183",23564,72107 +"158184",23564,73414 +"158185",23564,73417 +"158186",23564,73418 +"158187",23564,73423 +"158188",23564,73443 +"158189",23565,39220 +"158190",23565,44193 +"158191",23565,109656 +"158192",23566,23655 +"158193",23566,23762 +"158194",23566,23780 +"158195",23566,58206 +"158196",23567,36768 +"158197",23567,67045 +"158198",23567,77814 +"158199",23568,23709 +"158200",23568,25469 +"158201",23568,36755 +"158202",23568,47122 +"158203",23568,78983 +"158204",23568,91005 +"158205",23569,24066 +"158206",23569,33856 +"158207",23569,34036 +"158208",23569,41108 +"158209",23569,61581 +"158210",23569,68115 +"158211",23569,68130 +"158212",23569,70822 +"158213",23569,91579 +"158214",23569,91585 +"158215",23570,36088 +"158216",23570,69057 +"158217",23570,77553 +"158218",23570,88171 +"158219",23570,106440 +"158220",23571,48598 +"158221",23571,50489 +"158222",23571,59726 +"158223",23571,75639 +"158224",23571,101214 +"158225",23572,25063 +"158226",23572,35448 +"158227",23572,61242 +"158228",23572,91572 +"158229",23573,71790 +"158230",23573,106522 +"158231",23573,117544 +"158232",23574,107896 +"158233",23575,23614 +"158234",23575,40254 +"158235",23576,23596 +"158236",23576,41575 +"158237",23576,46677 +"158238",23576,83651 +"158239",23577,79256 +"158240",23578,27938 +"158241",23578,28024 +"158242",23578,28090 +"158243",23578,28145 +"158244",23578,28846 +"158245",23578,39830 +"158246",23578,46942 +"158247",23578,52442 +"158248",23578,118092 +"158249",23579,23671 +"158250",23579,40357 +"158251",23579,40434 +"158252",23580,38525 +"158253",23581,29403 +"158254",23581,31548 +"158255",23581,48395 +"158256",23581,88036 +"158257",23581,107640 +"158258",23584,88625 +"158259",23585,27112 +"158260",23585,27586 +"158261",23585,40028 +"158262",23585,45352 +"158263",23585,45611 +"158264",23585,45855 +"158265",23585,47333 +"158266",23585,49084 +"158267",23585,50236 +"158268",23585,54977 +"158269",23585,56082 +"158270",23585,56496 +"158271",23585,56558 +"158272",23585,56580 +"158273",23585,67998 +"158274",23585,70123 +"158275",23585,70838 +"158276",23585,72326 +"158277",23585,77839 +"158278",23585,79082 +"158279",23585,90966 +"158280",23585,91912 +"158281",23585,94671 +"158282",23585,97237 +"158283",23585,101793 +"158284",23585,109663 +"158285",23585,112437 +"158286",23585,114713 +"158287",23585,116808 +"158288",23585,120549 +"158289",23585,121127 +"158290",23585,122267 +"158291",23585,122312 +"158292",23586,52399 +"158293",23586,65399 +"158294",23586,65431 +"158295",23586,65432 +"158296",23586,65465 +"158297",23586,65466 +"158298",23586,65950 +"158299",23586,82543 +"158300",23586,106937 +"158301",23587,23705 +"158302",23588,23734 +"158303",23588,55298 +"158304",23589,51106 +"158305",23589,118831 +"158306",23590,63317 +"158307",23590,71765 +"158308",23591,85013 +"158309",23591,86459 +"158310",23592,85687 +"158311",23592,90957 +"158312",23593,23693 +"158313",23593,110446 +"158314",23594,27047 +"158315",23594,29477 +"158316",23594,29834 +"158317",23594,29845 +"158318",23594,29882 +"158319",23594,29894 +"158320",23594,30007 +"158321",23594,31140 +"158322",23594,74863 +"158323",23594,85557 +"158324",23595,79083 +"158325",23596,46403 +"158326",23596,48397 +"158327",23596,78216 +"158328",23596,94611 +"158329",23596,103981 +"158330",23597,28051 +"158331",23597,30549 +"158332",23597,33657 +"158333",23597,40531 +"158334",23597,44189 +"158335",23597,57043 +"158336",23597,60372 +"158337",23597,63713 +"158338",23597,68973 +"158339",23597,76683 +"158340",23597,80363 +"158341",23597,81258 +"158342",23597,106070 +"158343",23598,23599 +"158344",23598,33305 +"158345",23598,54030 +"158346",23598,59961 +"158347",23598,75134 +"158348",23598,82395 +"158349",23600,32161 +"158350",23600,33308 +"158351",23600,76797 +"158352",23601,36104 +"158353",23601,37603 +"158354",23601,60033 +"158355",23601,72930 +"158356",23601,102762 +"158357",23602,42208 +"158358",23602,52643 +"158359",23602,68141 +"158360",23602,74083 +"158361",23603,23650 +"158362",23603,59184 +"158363",23604,32939 +"158364",23604,44956 +"158365",23604,52199 +"158366",23604,101074 +"158367",23604,101499 +"158368",23604,103151 +"158369",23604,103206 +"158370",23605,28994 +"158371",23605,39722 +"158372",23605,39967 +"158373",23605,43919 +"158374",23605,62401 +"158375",23606,25264 +"158376",23606,26076 +"158377",23606,27238 +"158378",23606,34735 +"158379",23606,35554 +"158380",23606,58122 +"158381",23606,61805 +"158382",23606,62775 +"158383",23606,66622 +"158384",23606,67817 +"158385",23606,73945 +"158386",23606,86734 +"158387",23606,90460 +"158388",23606,94069 +"158389",23606,111947 +"158390",23607,28095 +"158391",23607,61653 +"158392",23607,62406 +"158393",23607,69965 +"158394",23607,71821 +"158395",23607,97256 +"158396",23608,63610 +"158397",23608,84026 +"158398",23608,85665 +"158399",23608,105585 +"158400",23609,45516 +"158401",23610,23623 +"158402",23610,27211 +"158403",23610,46145 +"158404",23610,46598 +"158405",23610,50854 +"158406",23610,69429 +"158407",23610,71515 +"158408",23610,81288 +"158409",23610,115691 +"158410",23611,23619 +"158411",23611,48245 +"158412",23611,48305 +"158413",23611,55301 +"158414",23611,87273 +"158415",23611,92011 +"158416",23611,107067 +"158417",23611,117387 +"158418",23611,117393 +"158419",23612,77990 +"158420",23612,93311 +"158421",23613,23843 +"158422",23613,23985 +"158423",23613,90280 +"158424",23614,30791 +"158425",23614,40977 +"158426",23614,41091 +"158427",23614,63453 +"158428",23614,67306 +"158429",23615,64480 +"158430",23616,38864 +"158431",23616,47272 +"158432",23616,53971 +"158433",23616,94339 +"158434",23617,36217 +"158435",23617,41682 +"158436",23617,41804 +"158437",23617,42837 +"158438",23617,54749 +"158439",23617,67189 +"158440",23617,68727 +"158441",23618,31041 +"158442",23618,33770 +"158443",23618,48635 +"158444",23618,60693 +"158445",23621,35325 +"158446",23621,50579 +"158447",23621,59792 +"158448",23621,59808 +"158449",23621,65128 +"158450",23621,105311 +"158451",23621,119615 +"158452",23622,23688 +"158453",23622,26251 +"158454",23622,31159 +"158455",23622,42652 +"158456",23622,47582 +"158457",23622,47736 +"158458",23622,96473 +"158459",23623,49246 +"158460",23624,31774 +"158461",23624,32560 +"158462",23624,36687 +"158463",23624,44183 +"158464",23624,100755 +"158465",23625,37866 +"158466",23626,23715 +"158467",23626,61581 +"158468",23627,23701 +"158469",23628,26751 +"158470",23628,29202 +"158471",23628,31520 +"158472",23628,31521 +"158473",23628,31554 +"158474",23628,31659 +"158475",23628,31660 +"158476",23628,50153 +"158477",23628,52673 +"158478",23628,54113 +"158479",23628,65994 +"158480",23628,71653 +"158481",23628,72902 +"158482",23628,93052 +"158483",23629,48888 +"158484",23629,74935 +"158485",23629,77449 +"158486",23629,83296 +"158487",23629,103876 +"158488",23631,27302 +"158489",23631,45423 +"158490",23632,23953 +"158491",23632,24495 +"158492",23632,24710 +"158493",23632,25143 +"158494",23632,25303 +"158495",23632,25664 +"158496",23632,26407 +"158497",23632,27174 +"158498",23632,27196 +"158499",23632,27710 +"158500",23632,28703 +"158501",23632,29253 +"158502",23632,29341 +"158503",23632,29560 +"158504",23632,29573 +"158505",23632,29868 +"158506",23632,32438 +"158507",23632,32967 +"158508",23632,33223 +"158509",23632,33881 +"158510",23632,34097 +"158511",23632,34330 +"158512",23632,34513 +"158513",23632,35400 +"158514",23632,36476 +"158515",23632,36547 +"158516",23632,36745 +"158517",23632,37821 +"158518",23632,37931 +"158519",23632,38319 +"158520",23632,39398 +"158521",23632,39492 +"158522",23632,40320 +"158523",23632,40373 +"158524",23632,40542 +"158525",23632,41182 +"158526",23632,42131 +"158527",23632,46843 +"158528",23632,48331 +"158529",23632,58761 +"158530",23632,62536 +"158531",23632,79547 +"158532",23632,80798 +"158533",23632,82457 +"158534",23632,82512 +"158535",23632,88719 +"158536",23633,24072 +"158537",23633,24087 +"158538",23633,24088 +"158539",23633,36798 +"158540",23633,40524 +"158541",23633,41171 +"158542",23633,46577 +"158543",23633,57129 +"158544",23633,57230 +"158545",23634,52552 +"158546",23634,105426 +"158547",23636,27215 +"158548",23636,69369 +"158549",23636,88796 +"158550",23636,111455 +"158551",23637,27798 +"158552",23637,51775 +"158553",23638,23689 +"158554",23638,23777 +"158555",23639,23840 +"158556",23639,24116 +"158557",23639,24400 +"158558",23639,25270 +"158559",23639,26426 +"158560",23639,26567 +"158561",23639,56673 +"158562",23639,64918 +"158563",23639,75824 +"158564",23639,75838 +"158565",23639,76934 +"158566",23639,79236 +"158567",23639,82685 +"158568",23639,82686 +"158569",23639,82687 +"158570",23639,85673 +"158571",23639,104542 +"158572",23639,112111 +"158573",23640,65246 +"158574",23640,79398 +"158575",23641,32516 +"158576",23641,98044 +"158577",23642,29496 +"158578",23642,40265 +"158579",23642,50839 +"158580",23642,68667 +"158581",23643,30974 +"158582",23643,41186 +"158583",23643,44758 +"158584",23643,54334 +"158585",23643,64400 +"158586",23643,72606 +"158587",23643,83301 +"158588",23643,95735 +"158589",23643,108858 +"158590",23643,110375 +"158591",23644,36281 +"158592",23644,61827 +"158593",23644,63460 +"158594",23644,101620 +"158595",23644,118939 +"158596",23645,30742 +"158597",23645,55422 +"158598",23645,65740 +"158599",23646,25378 +"158600",23646,26714 +"158601",23646,39581 +"158602",23646,62762 +"158603",23646,79819 +"158604",23646,82738 +"158605",23646,95416 +"158606",23646,95958 +"158607",23646,96008 +"158608",23646,106461 +"158609",23646,117125 +"158610",23646,117141 +"158611",23647,80622 +"158612",23647,85349 +"158613",23648,24559 +"158614",23648,45950 +"158615",23648,47387 +"158616",23648,47388 +"158617",23649,58508 +"158618",23649,66280 +"158619",23649,66332 +"158620",23649,68326 +"158621",23649,71342 +"158622",23649,84720 +"158623",23649,87019 +"158624",23649,99386 +"158625",23649,114673 +"158626",23651,103633 +"158627",23651,103676 +"158628",23652,24755 +"158629",23652,105504 +"158630",23652,116226 +"158631",23653,104440 +"158632",23653,104489 +"158633",23654,23757 +"158634",23654,34578 +"158635",23654,63418 +"158636",23655,23762 +"158637",23655,23780 +"158638",23656,30901 +"158639",23656,45996 +"158640",23656,101029 +"158641",23656,102667 +"158642",23657,37905 +"158643",23657,74187 +"158644",23658,24983 +"158645",23658,58205 +"158646",23658,84670 +"158647",23659,25164 +"158648",23659,84160 +"158649",23659,85059 +"158650",23659,94153 +"158651",23659,112040 +"158652",23660,27407 +"158653",23660,31840 +"158654",23660,44361 +"158655",23660,71896 +"158656",23660,87706 +"158657",23660,96710 +"158658",23661,25991 +"158659",23661,27058 +"158660",23661,69828 +"158661",23661,77387 +"158662",23662,23717 +"158663",23663,23759 +"158664",23663,28091 +"158665",23663,28274 +"158666",23663,30827 +"158667",23663,30850 +"158668",23663,53973 +"158669",23663,55084 +"158670",23663,72748 +"158671",23664,23746 +"158672",23664,24305 +"158673",23664,26965 +"158674",23664,34726 +"158675",23664,41931 +"158676",23664,64996 +"158677",23664,70241 +"158678",23664,70242 +"158679",23664,70464 +"158680",23665,36916 +"158681",23666,32915 +"158682",23666,32983 +"158683",23667,97664 +"158684",23667,108720 +"158685",23668,23752 +"158686",23668,25868 +"158687",23668,28200 +"158688",23668,42280 +"158689",23668,46195 +"158690",23668,47957 +"158691",23668,53230 +"158692",23668,57037 +"158693",23668,71607 +"158694",23668,79089 +"158695",23668,81263 +"158696",23668,81850 +"158697",23668,100183 +"158698",23669,70551 +"158699",23669,71424 +"158700",23670,73135 +"158701",23670,96053 +"158702",23672,67948 +"158703",23672,105943 +"158704",23672,119935 +"158705",23672,120053 +"158706",23674,27785 +"158707",23674,40572 +"158708",23674,42700 +"158709",23674,71694 +"158710",23674,72520 +"158711",23674,75196 +"158712",23674,106779 +"158713",23675,66983 +"158714",23675,82722 +"158715",23675,111220 +"158716",23676,44864 +"158717",23676,48057 +"158718",23677,29572 +"158719",23679,24075 +"158720",23679,29368 +"158721",23679,34812 +"158722",23679,40774 +"158723",23679,44848 +"158724",23679,67122 +"158725",23679,81458 +"158726",23679,91899 +"158727",23679,96585 +"158728",23679,100662 +"158729",23679,102646 +"158730",23680,23786 +"158731",23680,23809 +"158732",23680,23832 +"158733",23680,23867 +"158734",23680,23890 +"158735",23680,24109 +"158736",23680,24973 +"158737",23680,25801 +"158738",23680,28772 +"158739",23680,31795 +"158740",23680,37435 +"158741",23680,45408 +"158742",23680,45563 +"158743",23680,54657 +"158744",23680,59887 +"158745",23680,69215 +"158746",23680,99191 +"158747",23680,105262 +"158748",23680,107410 +"158749",23680,108872 +"158750",23680,111156 +"158751",23680,114612 +"158752",23680,114895 +"158753",23681,37236 +"158754",23681,48009 +"158755",23681,71462 +"158756",23681,80812 +"158757",23681,82417 +"158758",23682,23768 +"158759",23684,26286 +"158760",23684,28415 +"158761",23684,54528 +"158762",23684,54564 +"158763",23684,81742 +"158764",23684,102447 +"158765",23685,23771 +"158766",23685,24016 +"158767",23685,26813 +"158768",23685,31925 +"158769",23685,43494 +"158770",23685,43987 +"158771",23685,48253 +"158772",23685,54102 +"158773",23685,77038 +"158774",23685,96933 +"158775",23685,100247 +"158776",23685,108457 +"158777",23685,117730 +"158778",23685,119651 +"158779",23685,119821 +"158780",23686,23706 +"158781",23687,31420 +"158782",23688,25086 +"158783",23688,28823 +"158784",23688,29512 +"158785",23688,31668 +"158786",23688,45545 +"158787",23688,51234 +"158788",23688,66756 +"158789",23688,82187 +"158790",23688,96022 +"158791",23688,114710 +"158792",23689,23777 +"158793",23689,37684 +"158794",23689,50986 +"158795",23689,53652 +"158796",23689,59784 +"158797",23689,68587 +"158798",23689,69220 +"158799",23689,72578 +"158800",23689,73264 +"158801",23690,27188 +"158802",23690,71157 +"158803",23690,92760 +"158804",23690,94380 +"158805",23690,94390 +"158806",23691,43063 +"158807",23691,69616 +"158808",23691,81907 +"158809",23691,99832 +"158810",23692,25138 +"158811",23692,29916 +"158812",23692,81077 +"158813",23692,83430 +"158814",23692,86861 +"158815",23692,93386 +"158816",23692,110073 +"158817",23692,114353 +"158818",23692,121831 +"158819",23693,92290 +"158820",23694,42779 +"158821",23694,51448 +"158822",23694,52659 +"158823",23694,66710 +"158824",23694,73248 +"158825",23694,73403 +"158826",23694,96207 +"158827",23695,24732 +"158828",23695,26801 +"158829",23695,29862 +"158830",23696,23713 +"158831",23696,27911 +"158832",23696,46115 +"158833",23696,53515 +"158834",23696,71959 +"158835",23697,25931 +"158836",23697,27960 +"158837",23697,29749 +"158838",23697,32130 +"158839",23697,33153 +"158840",23697,49129 +"158841",23697,50685 +"158842",23697,51398 +"158843",23697,52576 +"158844",23697,58383 +"158845",23697,61982 +"158846",23697,62841 +"158847",23697,63162 +"158848",23697,63480 +"158849",23697,69814 +"158850",23697,84940 +"158851",23697,84941 +"158852",23697,84958 +"158853",23697,87168 +"158854",23698,47613 +"158855",23698,54198 +"158856",23699,52769 +"158857",23699,92860 +"158858",23700,23751 +"158859",23700,28217 +"158860",23700,28233 +"158861",23700,28267 +"158862",23700,28333 +"158863",23701,59900 +"158864",23701,62950 +"158865",23701,67807 +"158866",23701,70852 +"158867",23701,72430 +"158868",23702,31138 +"158869",23702,54708 +"158870",23702,54930 +"158871",23702,104013 +"158872",23703,28273 +"158873",23703,60524 +"158874",23703,83462 +"158875",23703,97592 +"158876",23703,99014 +"158877",23703,114822 +"158878",23703,118711 +"158879",23704,25595 +"158880",23704,25647 +"158881",23704,34492 +"158882",23704,57780 +"158883",23704,60330 +"158884",23704,83553 +"158885",23704,86027 +"158886",23705,27837 +"158887",23705,31072 +"158888",23705,34920 +"158889",23705,43634 +"158890",23705,69380 +"158891",23705,71644 +"158892",23705,95782 +"158893",23705,105063 +"158894",23705,108141 +"158895",23705,108686 +"158896",23705,114470 +"158897",23705,120789 +"158898",23707,36505 +"158899",23707,56849 +"158900",23708,60482 +"158901",23709,28922 +"158902",23709,35813 +"158903",23709,37045 +"158904",23709,37072 +"158905",23709,37258 +"158906",23709,38440 +"158907",23709,41956 +"158908",23709,46258 +"158909",23709,69496 +"158910",23709,77408 +"158911",23709,97165 +"158912",23710,56577 +"158913",23710,58715 +"158914",23711,71328 +"158915",23711,88555 +"158916",23712,26283 +"158917",23712,33267 +"158918",23712,73883 +"158919",23712,74175 +"158920",23712,93017 +"158921",23712,96994 +"158922",23712,97366 +"158923",23712,113678 +"158924",23712,114543 +"158925",23712,114550 +"158926",23713,70563 +"158927",23714,33773 +"158928",23714,33913 +"158929",23714,35667 +"158930",23714,36032 +"158931",23714,40662 +"158932",23714,67342 +"158933",23715,31307 +"158934",23715,33719 +"158935",23715,38398 +"158936",23715,46544 +"158937",23716,24929 +"158938",23716,33251 +"158939",23716,84074 +"158940",23716,86475 +"158941",23717,25805 +"158942",23717,26183 +"158943",23717,37900 +"158944",23717,45216 +"158945",23717,77481 +"158946",23717,79463 +"158947",23718,23972 +"158948",23718,23993 +"158949",23719,23884 +"158950",23719,28223 +"158951",23719,42034 +"158952",23719,42050 +"158953",23719,42553 +"158954",23719,42964 +"158955",23719,47173 +"158956",23719,48687 +"158957",23719,54005 +"158958",23720,53270 +"158959",23721,29096 +"158960",23721,66002 +"158961",23722,23723 +"158962",23722,33158 +"158963",23722,35587 +"158964",23722,38905 +"158965",23722,40312 +"158966",23722,40437 +"158967",23722,44889 +"158968",23722,46240 +"158969",23722,46918 +"158970",23722,48578 +"158971",23722,51270 +"158972",23722,59823 +"158973",23723,30858 +"158974",23723,31986 +"158975",23723,33811 +"158976",23723,35587 +"158977",23723,38307 +"158978",23723,38896 +"158979",23723,43455 +"158980",23723,43460 +"158981",23723,57377 +"158982",23723,59800 +"158983",23723,63895 +"158984",23723,63935 +"158985",23723,63947 +"158986",23723,63962 +"158987",23724,105203 +"158988",23725,24259 +"158989",23725,24365 +"158990",23725,24578 +"158991",23725,29715 +"158992",23725,35673 +"158993",23725,46173 +"158994",23725,47126 +"158995",23725,51795 +"158996",23725,54551 +"158997",23725,77977 +"158998",23725,79082 +"158999",23725,91087 +"159000",23725,93082 +"159001",23725,103193 +"159002",23726,24375 +"159003",23726,25493 +"159004",23726,25680 +"159005",23726,25812 +"159006",23726,27168 +"159007",23726,39563 +"159008",23726,59484 +"159009",23726,76999 +"159010",23726,98849 +"159011",23726,100004 +"159012",23726,111125 +"159013",23726,111134 +"159014",23727,23729 +"159015",23727,23833 +"159016",23727,23883 +"159017",23727,23962 +"159018",23727,23970 +"159019",23727,114085 +"159020",23728,23730 +"159021",23728,23910 +"159022",23728,23972 +"159023",23728,35224 +"159024",23728,42225 +"159025",23728,42688 +"159026",23728,42692 +"159027",23728,42774 +"159028",23728,66094 +"159029",23729,23833 +"159030",23729,23883 +"159031",23729,23962 +"159032",23729,23970 +"159033",23729,36921 +"159034",23729,39308 +"159035",23729,52136 +"159036",23729,52576 +"159037",23729,67856 +"159038",23729,70902 +"159039",23729,76733 +"159040",23729,76961 +"159041",23729,77305 +"159042",23730,23910 +"159043",23730,29782 +"159044",23730,48084 +"159045",23730,65246 +"159046",23730,122277 +"159047",23730,122279 +"159048",23731,23819 +"159049",23731,23820 +"159050",23731,23840 +"159051",23731,24116 +"159052",23731,56184 +"159053",23731,56212 +"159054",23733,72194 +"159055",23733,75886 +"159056",23735,24232 +"159057",23735,26945 +"159058",23735,39604 +"159059",23736,28539 +"159060",23736,74389 +"159061",23736,95740 +"159062",23737,23743 +"159063",23737,29610 +"159064",23737,31976 +"159065",23738,37000 +"159066",23739,34215 +"159067",23739,36515 +"159068",23739,36662 +"159069",23739,45947 +"159070",23739,47254 +"159071",23739,47319 +"159072",23739,52720 +"159073",23739,59470 +"159074",23739,62109 +"159075",23739,87062 +"159076",23739,88819 +"159077",23740,25935 +"159078",23740,54401 +"159079",23740,76658 +"159080",23740,104561 +"159081",23741,35808 +"159082",23741,39620 +"159083",23741,39691 +"159084",23741,77669 +"159085",23741,104293 +"159086",23742,32150 +"159087",23742,56547 +"159088",23742,61974 +"159089",23742,95109 +"159090",23743,51694 +"159091",23743,51695 +"159092",23743,51727 +"159093",23743,97033 +"159094",23745,25153 +"159095",23745,26595 +"159096",23745,44306 +"159097",23745,79587 +"159098",23745,95602 +"159099",23747,43905 +"159100",23747,72589 +"159101",23748,26081 +"159102",23749,36381 +"159103",23749,36393 +"159104",23749,102559 +"159105",23749,109019 +"159106",23750,72917 +"159107",23751,31603 +"159108",23751,46717 +"159109",23751,98835 +"159110",23751,106076 +"159111",23752,25868 +"159112",23752,33278 +"159113",23752,57037 +"159114",23752,81263 +"159115",23752,86144 +"159116",23752,94339 +"159117",23752,98025 +"159118",23753,71728 +"159119",23753,106337 +"159120",23754,23755 +"159121",23754,23758 +"159122",23754,29836 +"159123",23754,34175 +"159124",23754,42752 +"159125",23754,60998 +"159126",23754,62685 +"159127",23754,64648 +"159128",23754,65645 +"159129",23755,23758 +"159130",23756,28901 +"159131",23756,29638 +"159132",23756,29903 +"159133",23756,42498 +"159134",23756,49643 +"159135",23756,55531 +"159136",23756,58643 +"159137",23756,60259 +"159138",23756,62239 +"159139",23756,62557 +"159140",23756,62576 +"159141",23756,62626 +"159142",23756,62627 +"159143",23756,63019 +"159144",23756,89093 +"159145",23756,89150 +"159146",23756,96606 +"159147",23757,62054 +"159148",23757,80753 +"159149",23757,97052 +"159150",23759,30827 +"159151",23759,66544 +"159152",23759,72748 +"159153",23759,107274 +"159154",23760,48974 +"159155",23761,23963 +"159156",23761,39207 +"159157",23761,49276 +"159158",23761,57810 +"159159",23761,58236 +"159160",23761,60966 +"159161",23761,62814 +"159162",23761,62815 +"159163",23761,64933 +"159164",23761,65690 +"159165",23762,23780 +"159166",23764,28310 +"159167",23764,41425 +"159168",23764,47311 +"159169",23764,48845 +"159170",23764,58617 +"159171",23764,93423 +"159172",23764,111186 +"159173",23765,23784 +"159174",23765,28678 +"159175",23765,49152 +"159176",23765,56855 +"159177",23765,67273 +"159178",23766,23868 +"159179",23766,54179 +"159180",23766,77454 +"159181",23767,41245 +"159182",23767,41741 +"159183",23767,51374 +"159184",23767,53361 +"159185",23768,38724 +"159186",23768,98734 +"159187",23768,120165 +"159188",23769,33584 +"159189",23769,41244 +"159190",23770,65692 +"159191",23770,70409 +"159192",23770,84914 +"159193",23771,26833 +"159194",23771,30194 +"159195",23771,30861 +"159196",23771,46687 +"159197",23771,54102 +"159198",23771,55093 +"159199",23771,55895 +"159200",23771,61303 +"159201",23771,76955 +"159202",23771,76962 +"159203",23771,77038 +"159204",23771,79746 +"159205",23771,79778 +"159206",23771,83850 +"159207",23771,93402 +"159208",23771,95917 +"159209",23771,96933 +"159210",23771,100247 +"159211",23771,100566 +"159212",23771,103229 +"159213",23771,104499 +"159214",23771,108457 +"159215",23771,109466 +"159216",23771,114261 +"159217",23772,24722 +"159218",23772,33514 +"159219",23772,36886 +"159220",23772,43267 +"159221",23772,45630 +"159222",23772,59670 +"159223",23772,63709 +"159224",23772,67963 +"159225",23772,70392 +"159226",23772,75430 +"159227",23772,78650 +"159228",23772,90669 +"159229",23772,96385 +"159230",23772,121868 +"159231",23773,63077 +"159232",23773,69023 +"159233",23773,76514 +"159234",23773,77929 +"159235",23773,91642 +"159236",23774,32049 +"159237",23774,35287 +"159238",23774,59726 +"159239",23774,73472 +"159240",23774,77280 +"159241",23774,81114 +"159242",23774,83834 +"159243",23774,101277 +"159244",23774,101658 +"159245",23775,38210 +"159246",23775,68518 +"159247",23775,108326 +"159248",23776,28112 +"159249",23776,47814 +"159250",23776,51376 +"159251",23778,109882 +"159252",23778,118553 +"159253",23778,121798 +"159254",23779,42464 +"159255",23779,56712 +"159256",23779,57565 +"159257",23779,71005 +"159258",23779,115295 +"159259",23781,24069 +"159260",23781,26059 +"159261",23781,27685 +"159262",23781,42234 +"159263",23781,42328 +"159264",23781,43931 +"159265",23781,44334 +"159266",23781,48867 +"159267",23781,52050 +"159268",23781,53203 +"159269",23781,76869 +"159270",23781,76871 +"159271",23782,29176 +"159272",23782,41464 +"159273",23782,43844 +"159274",23782,45532 +"159275",23782,47610 +"159276",23783,41347 +"159277",23783,58679 +"159278",23783,58812 +"159279",23783,96563 +"159280",23783,113691 +"159281",23784,25327 +"159282",23784,29819 +"159283",23784,34088 +"159284",23784,37266 +"159285",23785,76173 +"159286",23785,99180 +"159287",23786,23809 +"159288",23786,23832 +"159289",23786,23867 +"159290",23786,23890 +"159291",23786,24973 +"159292",23786,28295 +"159293",23786,63013 +"159294",23786,71493 +"159295",23786,82427 +"159296",23786,86395 +"159297",23786,99191 +"159298",23787,29078 +"159299",23787,29095 +"159300",23787,29447 +"159301",23787,34168 +"159302",23787,49962 +"159303",23788,26485 +"159304",23788,27463 +"159305",23788,38219 +"159306",23788,54729 +"159307",23788,56490 +"159308",23788,59678 +"159309",23788,72979 +"159310",23788,79063 +"159311",23788,85875 +"159312",23788,89242 +"159313",23788,99207 +"159314",23788,99375 +"159315",23788,99463 +"159316",23788,99924 +"159317",23788,99935 +"159318",23788,108463 +"159319",23789,25117 +"159320",23789,26002 +"159321",23789,26911 +"159322",23789,28173 +"159323",23789,31572 +"159324",23789,34865 +"159325",23789,83990 +"159326",23789,87960 +"159327",23789,90774 +"159328",23789,90944 +"159329",23789,108941 +"159330",23790,56757 +"159331",23790,98325 +"159332",23790,115128 +"159333",23791,43241 +"159334",23791,113276 +"159335",23792,43327 +"159336",23792,84642 +"159337",23792,84650 +"159338",23792,84890 +"159339",23792,105770 +"159340",23793,23939 +"159341",23793,24402 +"159342",23793,90944 +"159343",23793,98997 +"159344",23793,102816 +"159345",23793,104722 +"159346",23793,106780 +"159347",23794,55159 +"159348",23794,113115 +"159349",23795,31276 +"159350",23795,35294 +"159351",23795,35411 +"159352",23795,35412 +"159353",23795,35452 +"159354",23796,23899 +"159355",23796,23902 +"159356",23797,23824 +"159357",23797,23854 +"159358",23797,23858 +"159359",23797,23874 +"159360",23797,24984 +"159361",23797,27121 +"159362",23797,28849 +"159363",23797,29297 +"159364",23797,30055 +"159365",23797,30291 +"159366",23797,36534 +"159367",23797,40390 +"159368",23797,41910 +"159369",23797,41956 +"159370",23797,42923 +"159371",23797,52535 +"159372",23797,53568 +"159373",23797,53785 +"159374",23797,61193 +"159375",23797,63099 +"159376",23797,67535 +"159377",23797,74197 +"159378",23797,83961 +"159379",23797,85338 +"159380",23797,91666 +"159381",23797,91780 +"159382",23797,96270 +"159383",23797,101068 +"159384",23797,102158 +"159385",23797,122453 +"159386",23798,49217 +"159387",23798,55273 +"159388",23798,63683 +"159389",23798,66696 +"159390",23798,73777 +"159391",23798,80877 +"159392",23798,85516 +"159393",23798,99306 +"159394",23798,116591 +"159395",23798,119843 +"159396",23799,25428 +"159397",23799,78954 +"159398",23799,94646 +"159399",23799,108307 +"159400",23799,115655 +"159401",23800,25634 +"159402",23800,35964 +"159403",23800,36059 +"159404",23800,36121 +"159405",23801,35746 +"159406",23801,35799 +"159407",23802,32734 +"159408",23803,23918 +"159409",23803,41739 +"159410",23803,67314 +"159411",23803,82003 +"159412",23804,23828 +"159413",23804,23892 +"159414",23804,25709 +"159415",23804,33723 +"159416",23804,61107 +"159417",23804,88400 +"159418",23804,101882 +"159419",23804,111841 +"159420",23804,114783 +"159421",23805,73973 +"159422",23805,74120 +"159423",23806,39410 +"159424",23806,51071 +"159425",23806,73406 +"159426",23806,76030 +"159427",23806,98529 +"159428",23806,105389 +"159429",23807,47030 +"159430",23807,85753 +"159431",23808,27615 +"159432",23808,39784 +"159433",23808,41719 +"159434",23808,51413 +"159435",23808,70036 +"159436",23808,79529 +"159437",23808,84744 +"159438",23808,89489 +"159439",23809,23832 +"159440",23809,23867 +"159441",23809,23890 +"159442",23809,24973 +"159443",23810,26523 +"159444",23810,30638 +"159445",23810,45625 +"159446",23810,57652 +"159447",23810,76816 +"159448",23810,88395 +"159449",23810,106237 +"159450",23811,72929 +"159451",23811,90277 +"159452",23811,93247 +"159453",23812,34758 +"159454",23812,61112 +"159455",23812,67668 +"159456",23813,61933 +"159457",23814,50542 +"159458",23814,94934 +"159459",23815,41320 +"159460",23816,34875 +"159461",23816,39979 +"159462",23816,52171 +"159463",23816,53531 +"159464",23816,53532 +"159465",23816,53581 +"159466",23816,54950 +"159467",23816,61333 +"159468",23816,76287 +"159469",23817,27853 +"159470",23817,35502 +"159471",23817,35933 +"159472",23817,51187 +"159473",23817,51237 +"159474",23817,51278 +"159475",23817,53535 +"159476",23817,58319 +"159477",23817,58718 +"159478",23817,64422 +"159479",23817,67446 +"159480",23817,68254 +"159481",23817,71339 +"159482",23817,82830 +"159483",23818,23940 +"159484",23818,23986 +"159485",23819,23820 +"159486",23819,23840 +"159487",23819,30071 +"159488",23819,41025 +"159489",23819,93925 +"159490",23819,94114 +"159491",23819,110768 +"159492",23819,110807 +"159493",23820,23840 +"159494",23820,47130 +"159495",23820,59003 +"159496",23820,62303 +"159497",23820,67763 +"159498",23820,72241 +"159499",23820,96430 +"159500",23820,99968 +"159501",23820,104587 +"159502",23820,115776 +"159503",23821,27265 +"159504",23822,33632 +"159505",23822,51093 +"159506",23822,62721 +"159507",23822,81406 +"159508",23822,91229 +"159509",23822,95609 +"159510",23823,26859 +"159511",23823,40079 +"159512",23823,47534 +"159513",23823,51288 +"159514",23823,53899 +"159515",23824,23854 +"159516",23824,23858 +"159517",23824,23874 +"159518",23824,41910 +"159519",23825,24935 +"159520",23825,27128 +"159521",23825,27302 +"159522",23825,27306 +"159523",23825,29059 +"159524",23825,36789 +"159525",23825,44351 +"159526",23825,44411 +"159527",23825,63237 +"159528",23825,65439 +"159529",23825,69745 +"159530",23825,74318 +"159531",23825,76392 +"159532",23825,79543 +"159533",23825,81169 +"159534",23825,86232 +"159535",23825,92265 +"159536",23825,92310 +"159537",23825,106992 +"159538",23825,119663 +"159539",23826,23827 +"159540",23826,24143 +"159541",23826,24157 +"159542",23826,24230 +"159543",23826,24231 +"159544",23826,44352 +"159545",23826,64517 +"159546",23826,67579 +"159547",23826,67595 +"159548",23826,67608 +"159549",23826,67615 +"159550",23826,67626 +"159551",23826,67627 +"159552",23826,67632 +"159553",23826,67660 +"159554",23826,67742 +"159555",23826,73560 +"159556",23826,73620 +"159557",23826,74063 +"159558",23826,74075 +"159559",23827,24143 +"159560",23827,24230 +"159561",23827,24231 +"159562",23828,23892 +"159563",23828,43768 +"159564",23828,70212 +"159565",23828,87935 +"159566",23828,115346 +"159567",23829,25968 +"159568",23830,30639 +"159569",23830,34844 +"159570",23830,41815 +"159571",23830,42293 +"159572",23830,44098 +"159573",23830,100569 +"159574",23831,38955 +"159575",23831,103045 +"159576",23832,23867 +"159577",23832,23890 +"159578",23832,24973 +"159579",23833,23883 +"159580",23833,23962 +"159581",23833,23970 +"159582",23834,24362 +"159583",23834,31603 +"159584",23834,33822 +"159585",23834,37333 +"159586",23834,83096 +"159587",23834,84719 +"159588",23834,97635 +"159589",23834,103307 +"159590",23834,110821 +"159591",23834,122644 +"159592",23835,26660 +"159593",23835,33801 +"159594",23835,58993 +"159595",23835,70772 +"159596",23837,23923 +"159597",23837,25905 +"159598",23837,39249 +"159599",23837,53328 +"159600",23837,54017 +"159601",23837,77451 +"159602",23837,81447 +"159603",23837,95450 +"159604",23838,29044 +"159605",23838,30127 +"159606",23840,24116 +"159607",23840,25270 +"159608",23840,27544 +"159609",23840,33979 +"159610",23840,56184 +"159611",23840,56212 +"159612",23840,68670 +"159613",23840,75824 +"159614",23840,75838 +"159615",23840,82435 +"159616",23840,85148 +"159617",23840,115194 +"159618",23841,63649 +"159619",23841,80364 +"159620",23842,26207 +"159621",23843,23985 +"159622",23843,30913 +"159623",23845,29953 +"159624",23845,32482 +"159625",23845,34075 +"159626",23845,34076 +"159627",23845,35416 +"159628",23845,35504 +"159629",23845,35522 +"159630",23845,35534 +"159631",23845,36576 +"159632",23845,45942 +"159633",23845,57008 +"159634",23846,24522 +"159635",23846,24865 +"159636",23846,30626 +"159637",23846,36971 +"159638",23846,38694 +"159639",23846,38786 +"159640",23846,48170 +"159641",23846,55686 +"159642",23846,56835 +"159643",23846,102773 +"159644",23846,104762 +"159645",23847,23941 +"159646",23847,24012 +"159647",23847,24910 +"159648",23847,25758 +"159649",23847,26537 +"159650",23847,26872 +"159651",23847,28767 +"159652",23847,28871 +"159653",23847,30334 +"159654",23847,35496 +"159655",23847,36953 +"159656",23847,37610 +"159657",23847,37636 +"159658",23847,39435 +"159659",23847,40131 +"159660",23847,40166 +"159661",23847,40392 +"159662",23847,40905 +"159663",23847,41030 +"159664",23847,41527 +"159665",23847,41529 +"159666",23847,41778 +"159667",23847,43147 +"159668",23847,43234 +"159669",23847,43858 +"159670",23847,44828 +"159671",23847,45657 +"159672",23847,45933 +"159673",23847,46434 +"159674",23847,46788 +"159675",23847,47123 +"159676",23847,47488 +"159677",23847,48909 +"159678",23847,49859 +"159679",23847,50064 +"159680",23847,50067 +"159681",23847,50554 +"159682",23847,50879 +"159683",23847,51783 +"159684",23847,52018 +"159685",23847,53444 +"159686",23847,53527 +"159687",23847,53555 +"159688",23847,54275 +"159689",23847,56628 +"159690",23847,58004 +"159691",23847,58068 +"159692",23847,58633 +"159693",23847,61111 +"159694",23847,61127 +"159695",23847,68287 +"159696",23848,23849 +"159697",23848,46819 +"159698",23848,50453 +"159699",23849,24257 +"159700",23849,27925 +"159701",23849,45658 +"159702",23849,76767 +"159703",23849,89850 +"159704",23850,42972 +"159705",23850,50568 +"159706",23851,60932 +"159707",23853,36654 +"159708",23853,47834 +"159709",23853,48007 +"159710",23853,51763 +"159711",23853,73410 +"159712",23853,81531 +"159713",23853,84704 +"159714",23853,120985 +"159715",23853,120989 +"159716",23853,120997 +"159717",23854,23858 +"159718",23854,23874 +"159719",23854,36755 +"159720",23854,41910 +"159721",23854,47122 +"159722",23854,52773 +"159723",23854,55049 +"159724",23855,95536 +"159725",23857,25209 +"159726",23857,29262 +"159727",23857,47532 +"159728",23857,48958 +"159729",23857,48964 +"159730",23857,49044 +"159731",23857,60317 +"159732",23857,99351 +"159733",23858,23874 +"159734",23858,25513 +"159735",23858,41910 +"159736",23858,53156 +"159737",23858,85921 +"159738",23859,23898 +"159739",23859,42965 +"159740",23859,45362 +"159741",23859,55898 +"159742",23859,65806 +"159743",23859,107146 +"159744",23860,24020 +"159745",23860,24186 +"159746",23860,26140 +"159747",23860,31328 +"159748",23860,35263 +"159749",23860,38987 +"159750",23860,39731 +"159751",23860,44433 +"159752",23860,44603 +"159753",23860,72896 +"159754",23860,74963 +"159755",23861,23959 +"159756",23861,24433 +"159757",23861,25260 +"159758",23861,27549 +"159759",23861,28896 +"159760",23861,29087 +"159761",23861,29525 +"159762",23861,32630 +"159763",23861,33524 +"159764",23861,34564 +"159765",23861,34620 +"159766",23861,36031 +"159767",23861,38525 +"159768",23861,41713 +"159769",23861,42087 +"159770",23861,42962 +"159771",23861,45047 +"159772",23861,45980 +"159773",23861,46560 +"159774",23861,48202 +"159775",23861,48212 +"159776",23861,48215 +"159777",23861,53132 +"159778",23861,53227 +"159779",23861,54200 +"159780",23861,55111 +"159781",23861,58371 +"159782",23861,58628 +"159783",23861,59828 +"159784",23861,61801 +"159785",23861,64350 +"159786",23861,64413 +"159787",23861,71253 +"159788",23861,73044 +"159789",23861,73058 +"159790",23861,73335 +"159791",23861,78063 +"159792",23861,78429 +"159793",23861,78569 +"159794",23861,81700 +"159795",23861,82143 +"159796",23861,83033 +"159797",23861,83231 +"159798",23861,86471 +"159799",23861,90804 +"159800",23861,91022 +"159801",23861,91045 +"159802",23861,95675 +"159803",23861,101516 +"159804",23861,102387 +"159805",23861,108374 +"159806",23861,108893 +"159807",23861,109101 +"159808",23861,109523 +"159809",23861,110993 +"159810",23861,111338 +"159811",23861,111398 +"159812",23861,111409 +"159813",23861,111480 +"159814",23861,112422 +"159815",23861,112648 +"159816",23861,112708 +"159817",23861,112820 +"159818",23861,112997 +"159819",23861,113597 +"159820",23861,114418 +"159821",23861,114582 +"159822",23861,115371 +"159823",23861,116028 +"159824",23861,116604 +"159825",23861,119429 +"159826",23862,25240 +"159827",23862,47934 +"159828",23862,56394 +"159829",23863,30194 +"159830",23863,31326 +"159831",23863,71490 +"159832",23863,79470 +"159833",23863,83976 +"159834",23863,108395 +"159835",23863,111089 +"159836",23864,80004 +"159837",23865,47516 +"159838",23865,51991 +"159839",23865,57552 +"159840",23865,120251 +"159841",23866,55284 +"159842",23867,23890 +"159843",23867,24973 +"159844",23869,26506 +"159845",23869,28863 +"159846",23869,35181 +"159847",23869,39563 +"159848",23869,44819 +"159849",23869,46803 +"159850",23869,51663 +"159851",23869,59484 +"159852",23869,61108 +"159853",23869,62424 +"159854",23869,96444 +"159855",23869,99149 +"159856",23869,100398 +"159857",23869,104522 +"159858",23869,108613 +"159859",23869,117679 +"159860",23870,92275 +"159861",23871,23979 +"159862",23871,56878 +"159863",23872,53656 +"159864",23872,74338 +"159865",23872,99613 +"159866",23872,121351 +"159867",23873,27305 +"159868",23873,35215 +"159869",23873,37572 +"159870",23873,37588 +"159871",23873,42362 +"159872",23873,88486 +"159873",23874,41910 +"159874",23874,78071 +"159875",23875,88178 +"159876",23876,23976 +"159877",23876,27173 +"159878",23876,81142 +"159879",23877,31250 +"159880",23877,54056 +"159881",23877,56561 +"159882",23878,25989 +"159883",23878,35667 +"159884",23878,39450 +"159885",23878,57231 +"159886",23878,69524 +"159887",23879,23963 +"159888",23879,65896 +"159889",23879,65911 +"159890",23879,67005 +"159891",23879,67948 +"159892",23879,104047 +"159893",23880,23969 +"159894",23881,107751 +"159895",23882,49414 +"159896",23882,62469 +"159897",23882,85735 +"159898",23882,92246 +"159899",23882,111202 +"159900",23883,23962 +"159901",23883,23970 +"159902",23883,36921 +"159903",23883,39308 +"159904",23883,67856 +"159905",23883,76733 +"159906",23883,77150 +"159907",23884,30656 +"159908",23885,23925 +"159909",23885,35418 +"159910",23886,49515 +"159911",23886,82171 +"159912",23887,23903 +"159913",23887,37806 +"159914",23887,100149 +"159915",23888,31770 +"159916",23888,43576 +"159917",23888,46590 +"159918",23888,99373 +"159919",23888,101262 +"159920",23888,110517 +"159921",23888,110613 +"159922",23888,110617 +"159923",23889,24855 +"159924",23889,25984 +"159925",23889,26097 +"159926",23889,36018 +"159927",23889,56070 +"159928",23889,56845 +"159929",23889,68960 +"159930",23889,87705 +"159931",23890,24761 +"159932",23890,24973 +"159933",23890,44969 +"159934",23890,47884 +"159935",23890,50476 +"159936",23890,70917 +"159937",23890,83604 +"159938",23890,119712 +"159939",23891,31763 +"159940",23891,51568 +"159941",23892,26740 +"159942",23892,32124 +"159943",23892,32486 +"159944",23892,40822 +"159945",23893,23983 +"159946",23893,76551 +"159947",23893,79724 +"159948",23893,122933 +"159949",23895,27818 +"159950",23895,49506 +"159951",23895,53745 +"159952",23895,56396 +"159953",23895,63990 +"159954",23895,98341 +"159955",23896,26371 +"159956",23896,70649 +"159957",23896,99887 +"159958",23897,25744 +"159959",23897,62751 +"159960",23898,98094 +"159961",23899,23902 +"159962",23900,31414 +"159963",23900,54538 +"159964",23900,82645 +"159965",23901,23951 +"159966",23901,29154 +"159967",23901,50663 +"159968",23904,65979 +"159969",23904,73672 +"159970",23905,29431 +"159971",23906,58223 +"159972",23906,64233 +"159973",23906,78909 +"159974",23906,92960 +"159975",23906,93124 +"159976",23906,113388 +"159977",23908,95576 +"159978",23909,32334 +"159979",23909,39717 +"159980",23909,86735 +"159981",23911,23930 +"159982",23911,23977 +"159983",23911,28579 +"159984",23911,90397 +"159985",23911,99102 +"159986",23912,58346 +"159987",23913,23972 +"159988",23913,23984 +"159989",23913,33460 +"159990",23913,35501 +"159991",23913,37058 +"159992",23913,43682 +"159993",23913,62564 +"159994",23913,80617 +"159995",23913,81770 +"159996",23913,91232 +"159997",23913,99646 +"159998",23913,102014 +"159999",23913,103968 +"160000",23913,109000 +"160001",23913,109945 +"160002",23913,111309 +"160003",23913,111462 +"160004",23913,114155 +"160005",23913,114170 +"160006",23914,32206 +"160007",23914,105598 +"160008",23915,25660 +"160009",23915,31469 +"160010",23915,34668 +"160011",23915,39169 +"160012",23915,51777 +"160013",23915,58900 +"160014",23915,75470 +"160015",23915,90047 +"160016",23915,99263 +"160017",23915,101111 +"160018",23915,103584 +"160019",23915,105425 +"160020",23917,28816 +"160021",23917,32479 +"160022",23917,38513 +"160023",23917,39501 +"160024",23917,46192 +"160025",23917,47826 +"160026",23918,34920 +"160027",23918,40260 +"160028",23918,41739 +"160029",23918,47937 +"160030",23918,48987 +"160031",23918,49188 +"160032",23918,62256 +"160033",23918,66150 +"160034",23918,70889 +"160035",23918,70890 +"160036",23918,70908 +"160037",23918,70952 +"160038",23918,70962 +"160039",23918,70970 +"160040",23918,71098 +"160041",23918,74628 +"160042",23918,77332 +"160043",23918,81272 +"160044",23918,83380 +"160045",23918,85962 +"160046",23918,112796 +"160047",23918,115258 +"160048",23919,24063 +"160049",23919,76450 +"160050",23919,77559 +"160051",23919,81096 +"160052",23919,82190 +"160053",23919,83757 +"160054",23919,85230 +"160055",23919,92627 +"160056",23920,67209 +"160057",23923,38676 +"160058",23923,46578 +"160059",23923,49282 +"160060",23923,50020 +"160061",23923,57043 +"160062",23923,64947 +"160063",23923,65523 +"160064",23923,66506 +"160065",23923,91722 +"160066",23923,99703 +"160067",23923,105522 +"160068",23924,37633 +"160069",23924,50980 +"160070",23924,54653 +"160071",23924,54847 +"160072",23924,62632 +"160073",23924,79102 +"160074",23924,98392 +"160075",23924,118147 +"160076",23925,24502 +"160077",23925,53457 +"160078",23926,88650 +"160079",23926,99210 +"160080",23926,99350 +"160081",23926,100478 +"160082",23927,37127 +"160083",23928,23947 +"160084",23928,28468 +"160085",23928,31576 +"160086",23928,40235 +"160087",23928,41453 +"160088",23928,41535 +"160089",23928,41562 +"160090",23928,82077 +"160091",23929,37736 +"160092",23929,39771 +"160093",23929,59088 +"160094",23929,76057 +"160095",23929,107933 +"160096",23929,116524 +"160097",23930,23977 +"160098",23930,42837 +"160099",23932,25209 +"160100",23933,76821 +"160101",23933,108299 +"160102",23933,118857 +"160103",23934,46739 +"160104",23935,26521 +"160105",23935,59358 +"160106",23935,99100 +"160107",23936,26376 +"160108",23936,37735 +"160109",23937,30827 +"160110",23937,61381 +"160111",23938,24250 +"160112",23938,26682 +"160113",23938,27221 +"160114",23938,29741 +"160115",23938,30788 +"160116",23938,30876 +"160117",23938,32120 +"160118",23938,32393 +"160119",23938,32939 +"160120",23938,33113 +"160121",23938,38494 +"160122",23938,38932 +"160123",23938,40643 +"160124",23938,41561 +"160125",23938,42017 +"160126",23938,42107 +"160127",23938,45787 +"160128",23938,47083 +"160129",23938,49231 +"160130",23938,49274 +"160131",23938,50061 +"160132",23938,50954 +"160133",23938,52450 +"160134",23938,54059 +"160135",23938,55370 +"160136",23938,55892 +"160137",23938,57804 +"160138",23938,59615 +"160139",23938,59940 +"160140",23938,67363 +"160141",23938,71230 +"160142",23938,75869 +"160143",23938,76278 +"160144",23938,76740 +"160145",23938,76786 +"160146",23938,77272 +"160147",23938,77357 +"160148",23938,77402 +"160149",23938,78248 +"160150",23938,78255 +"160151",23938,78339 +"160152",23938,78445 +"160153",23938,79022 +"160154",23938,79716 +"160155",23938,79989 +"160156",23938,80281 +"160157",23938,81728 +"160158",23938,82196 +"160159",23938,82383 +"160160",23938,82810 +"160161",23938,82854 +"160162",23938,83853 +"160163",23938,83884 +"160164",23938,84379 +"160165",23938,84613 +"160166",23938,85465 +"160167",23938,85610 +"160168",23938,86351 +"160169",23938,86451 +"160170",23938,86882 +"160171",23938,87175 +"160172",23938,87451 +"160173",23938,87521 +"160174",23938,87572 +"160175",23938,87663 +"160176",23938,87721 +"160177",23938,87862 +"160178",23939,47101 +"160179",23939,56945 +"160180",23939,56966 +"160181",23940,23986 +"160182",23940,72839 +"160183",23940,84243 +"160184",23941,36953 +"160185",23942,31776 +"160186",23942,45577 +"160187",23942,117504 +"160188",23943,27345 +"160189",23943,30180 +"160190",23943,35887 +"160191",23943,45747 +"160192",23943,68976 +"160193",23943,97809 +"160194",23943,112908 +"160195",23943,115895 +"160196",23944,43920 +"160197",23947,28018 +"160198",23947,28306 +"160199",23947,29624 +"160200",23947,35434 +"160201",23947,40235 +"160202",23947,41453 +"160203",23947,41535 +"160204",23947,41562 +"160205",23947,41967 +"160206",23947,41983 +"160207",23948,28459 +"160208",23948,37843 +"160209",23948,40098 +"160210",23948,46432 +"160211",23948,56358 +"160212",23948,72995 +"160213",23948,74518 +"160214",23948,76180 +"160215",23948,83959 +"160216",23948,94181 +"160217",23948,99180 +"160218",23948,101569 +"160219",23948,111575 +"160220",23948,121302 +"160221",23949,50594 +"160222",23949,59827 +"160223",23949,74763 +"160224",23949,83105 +"160225",23949,87878 +"160226",23949,87892 +"160227",23950,48322 +"160228",23950,51371 +"160229",23950,52869 +"160230",23950,70205 +"160231",23950,71578 +"160232",23950,89112 +"160233",23951,61659 +"160234",23953,24274 +"160235",23953,24495 +"160236",23953,24710 +"160237",23953,25143 +"160238",23953,25303 +"160239",23953,25664 +"160240",23953,26407 +"160241",23953,27174 +"160242",23953,27196 +"160243",23953,27710 +"160244",23953,28703 +"160245",23953,29253 +"160246",23953,29341 +"160247",23953,29560 +"160248",23953,29573 +"160249",23953,29868 +"160250",23953,31234 +"160251",23953,32438 +"160252",23953,32967 +"160253",23953,33223 +"160254",23953,33881 +"160255",23953,34097 +"160256",23953,34330 +"160257",23953,34513 +"160258",23953,35400 +"160259",23953,36476 +"160260",23953,36547 +"160261",23953,36745 +"160262",23953,37821 +"160263",23953,37931 +"160264",23953,38319 +"160265",23953,39398 +"160266",23953,39492 +"160267",23953,40320 +"160268",23953,40373 +"160269",23953,40542 +"160270",23953,41182 +"160271",23953,42131 +"160272",23953,44181 +"160273",23953,46843 +"160274",23953,48331 +"160275",23953,61435 +"160276",23953,76143 +"160277",23953,93074 +"160278",23954,31345 +"160279",23954,36959 +"160280",23954,40003 +"160281",23954,99218 +"160282",23954,121791 +"160283",23955,26774 +"160284",23955,31874 +"160285",23955,40173 +"160286",23955,41820 +"160287",23955,44437 +"160288",23955,47725 +"160289",23955,51556 +"160290",23955,57648 +"160291",23955,64214 +"160292",23955,76112 +"160293",23955,79363 +"160294",23955,80354 +"160295",23955,84208 +"160296",23955,84843 +"160297",23955,85843 +"160298",23955,90243 +"160299",23955,93198 +"160300",23955,93199 +"160301",23955,93201 +"160302",23955,93204 +"160303",23955,93211 +"160304",23955,97052 +"160305",23955,101502 +"160306",23955,102059 +"160307",23955,114804 +"160308",23955,116721 +"160309",23955,118125 +"160310",23955,118196 +"160311",23956,41418 +"160312",23956,50969 +"160313",23956,60706 +"160314",23956,61532 +"160315",23956,61623 +"160316",23956,69651 +"160317",23956,99477 +"160318",23957,24137 +"160319",23957,24440 +"160320",23957,31611 +"160321",23957,35175 +"160322",23957,40941 +"160323",23957,41375 +"160324",23957,48881 +"160325",23957,49469 +"160326",23957,90494 +"160327",23957,120991 +"160328",23958,25300 +"160329",23958,29497 +"160330",23958,97505 +"160331",23958,114794 +"160332",23959,33380 +"160333",23959,47797 +"160334",23959,49808 +"160335",23959,49861 +"160336",23960,25826 +"160337",23960,75532 +"160338",23961,25965 +"160339",23961,69803 +"160340",23962,23970 +"160341",23962,39308 +"160342",23963,26756 +"160343",23963,41888 +"160344",23963,43285 +"160345",23963,43353 +"160346",23963,61325 +"160347",23963,78600 +"160348",23963,78601 +"160349",23963,78668 +"160350",23964,29346 +"160351",23964,40368 +"160352",23964,42791 +"160353",23964,52756 +"160354",23964,56735 +"160355",23964,56766 +"160356",23964,56778 +"160357",23964,71560 +"160358",23964,71947 +"160359",23965,29009 +"160360",23965,48037 +"160361",23965,68142 +"160362",23965,72823 +"160363",23965,73454 +"160364",23965,74271 +"160365",23965,109799 +"160366",23965,111778 +"160367",23966,29837 +"160368",23966,30017 +"160369",23966,31074 +"160370",23966,31335 +"160371",23966,32319 +"160372",23966,34370 +"160373",23966,36020 +"160374",23966,55355 +"160375",23966,59528 +"160376",23966,64156 +"160377",23966,67767 +"160378",23966,72807 +"160379",23966,72868 +"160380",23966,73217 +"160381",23966,73225 +"160382",23966,91450 +"160383",23966,93799 +"160384",23966,95292 +"160385",23966,101907 +"160386",23966,112102 +"160387",23966,116696 +"160388",23967,83281 +"160389",23967,90674 +"160390",23968,53994 +"160391",23969,102965 +"160392",23970,110438 +"160393",23971,30737 +"160394",23972,23993 +"160395",23972,26360 +"160396",23972,30210 +"160397",23972,33460 +"160398",23972,35501 +"160399",23972,36144 +"160400",23972,52274 +"160401",23972,60051 +"160402",23972,63706 +"160403",23972,67906 +"160404",23972,76997 +"160405",23972,80617 +"160406",23972,81770 +"160407",23972,91232 +"160408",23972,99646 +"160409",23972,100566 +"160410",23972,103968 +"160411",23972,105885 +"160412",23972,108615 +"160413",23972,109000 +"160414",23972,109945 +"160415",23972,111309 +"160416",23972,111462 +"160417",23972,113427 +"160418",23972,113428 +"160419",23972,114155 +"160420",23972,114170 +"160421",23974,32553 +"160422",23974,76839 +"160423",23974,102163 +"160424",23975,47841 +"160425",23976,27173 +"160426",23976,33195 +"160427",23976,39982 +"160428",23976,74073 +"160429",23976,76216 +"160430",23976,86537 +"160431",23976,90343 +"160432",23978,27669 +"160433",23978,32943 +"160434",23978,37341 +"160435",23978,38091 +"160436",23978,48603 +"160437",23978,55189 +"160438",23978,77758 +"160439",23978,98877 +"160440",23978,99513 +"160441",23978,101858 +"160442",23978,117768 +"160443",23980,30194 +"160444",23980,50243 +"160445",23980,78217 +"160446",23980,79913 +"160447",23980,86015 +"160448",23980,90733 +"160449",23980,90763 +"160450",23981,37682 +"160451",23981,70162 +"160452",23981,83202 +"160453",23981,90837 +"160454",23981,102050 +"160455",23981,115567 +"160456",23981,117166 +"160457",23981,117422 +"160458",23981,117994 +"160459",23981,120508 +"160460",23982,33799 +"160461",23982,42618 +"160462",23982,76927 +"160463",23982,83405 +"160464",23982,99444 +"160465",23982,114983 +"160466",23982,115000 +"160467",23983,37114 +"160468",23984,62843 +"160469",23984,99646 +"160470",23984,99647 +"160471",23985,25376 +"160472",23985,36521 +"160473",23985,41096 +"160474",23985,41248 +"160475",23985,42331 +"160476",23985,56694 +"160477",23985,70101 +"160478",23985,85704 +"160479",23986,38350 +"160480",23986,38450 +"160481",23987,24034 +"160482",23987,36694 +"160483",23987,38587 +"160484",23987,53161 +"160485",23987,54429 +"160486",23987,67817 +"160487",23987,75815 +"160488",23987,89895 +"160489",23987,89934 +"160490",23987,89936 +"160491",23987,90006 +"160492",23988,26463 +"160493",23988,78560 +"160494",23989,60849 +"160495",23989,81451 +"160496",23990,81800 +"160497",23990,81808 +"160498",23991,24431 +"160499",23991,38684 +"160500",23992,24199 +"160501",23992,27093 +"160502",23994,24096 +"160503",23994,81176 +"160504",23996,119990 +"160505",23997,24030 +"160506",23997,24208 +"160507",23998,24000 +"160508",23999,34659 +"160509",23999,39135 +"160510",23999,54373 +"160511",23999,68280 +"160512",23999,72285 +"160513",23999,92655 +"160514",23999,94595 +"160515",23999,97627 +"160516",24000,79845 +"160517",24000,83380 +"160518",24001,24819 +"160519",24002,34022 +"160520",24003,24090 +"160521",24003,66815 +"160522",24004,80966 +"160523",24005,25132 +"160524",24005,27926 +"160525",24005,43432 +"160526",24005,48698 +"160527",24005,52794 +"160528",24005,62273 +"160529",24005,69086 +"160530",24005,85269 +"160531",24005,86543 +"160532",24005,88699 +"160533",24005,98925 +"160534",24005,108830 +"160535",24005,108867 +"160536",24006,28847 +"160537",24008,97985 +"160538",24009,24186 +"160539",24009,24409 +"160540",24009,24442 +"160541",24009,24627 +"160542",24009,31353 +"160543",24009,33882 +"160544",24009,40396 +"160545",24009,41005 +"160546",24009,41282 +"160547",24009,47525 +"160548",24009,60140 +"160549",24009,91390 +"160550",24010,24013 +"160551",24010,54611 +"160552",24010,107606 +"160553",24011,34310 +"160554",24011,35903 +"160555",24011,67671 +"160556",24011,84748 +"160557",24011,92518 +"160558",24012,24910 +"160559",24012,25758 +"160560",24012,26537 +"160561",24012,26872 +"160562",24012,28767 +"160563",24012,28871 +"160564",24012,28928 +"160565",24012,29942 +"160566",24012,30334 +"160567",24012,32731 +"160568",24012,33319 +"160569",24012,35496 +"160570",24012,35518 +"160571",24012,37610 +"160572",24012,37636 +"160573",24012,39435 +"160574",24012,40131 +"160575",24012,40166 +"160576",24012,40392 +"160577",24012,40905 +"160578",24012,41030 +"160579",24012,41527 +"160580",24012,41529 +"160581",24012,41642 +"160582",24012,41778 +"160583",24012,43147 +"160584",24012,43234 +"160585",24012,43590 +"160586",24012,43858 +"160587",24012,44828 +"160588",24012,45657 +"160589",24012,45933 +"160590",24012,46434 +"160591",24012,46788 +"160592",24012,47123 +"160593",24012,47488 +"160594",24012,48038 +"160595",24012,48151 +"160596",24012,48909 +"160597",24012,49859 +"160598",24012,50064 +"160599",24012,50067 +"160600",24012,50435 +"160601",24012,50554 +"160602",24012,50879 +"160603",24012,51020 +"160604",24012,51259 +"160605",24012,51783 +"160606",24012,52018 +"160607",24012,53353 +"160608",24012,53444 +"160609",24012,53527 +"160610",24012,53555 +"160611",24012,54275 +"160612",24012,56628 +"160613",24012,58004 +"160614",24012,58068 +"160615",24012,58633 +"160616",24012,61111 +"160617",24012,61127 +"160618",24012,63736 +"160619",24012,68287 +"160620",24013,34773 +"160621",24013,34828 +"160622",24013,96722 +"160623",24014,33846 +"160624",24014,35217 +"160625",24014,86883 +"160626",24015,24101 +"160627",24015,24744 +"160628",24016,26813 +"160629",24016,31925 +"160630",24016,50732 +"160631",24016,51622 +"160632",24016,52446 +"160633",24016,52447 +"160634",24016,55005 +"160635",24016,59380 +"160636",24016,63820 +"160637",24017,38906 +"160638",24017,46003 +"160639",24018,68944 +"160640",24019,40255 +"160641",24019,51062 +"160642",24019,51851 +"160643",24020,24186 +"160644",24020,24302 +"160645",24020,26140 +"160646",24020,38987 +"160647",24020,39731 +"160648",24020,44794 +"160649",24020,45779 +"160650",24020,53617 +"160651",24020,122935 +"160652",24021,47020 +"160653",24021,82418 +"160654",24022,62144 +"160655",24023,34144 +"160656",24023,37774 +"160657",24023,47492 +"160658",24023,50719 +"160659",24023,54752 +"160660",24023,55570 +"160661",24023,62704 +"160662",24023,63668 +"160663",24023,70423 +"160664",24023,73190 +"160665",24023,74786 +"160666",24023,78772 +"160667",24023,91694 +"160668",24023,104034 +"160669",24025,27164 +"160670",24025,31957 +"160671",24025,34051 +"160672",24025,37764 +"160673",24025,42190 +"160674",24025,49370 +"160675",24025,61666 +"160676",24025,64647 +"160677",24025,73466 +"160678",24025,80422 +"160679",24025,84252 +"160680",24025,96695 +"160681",24025,96699 +"160682",24025,108232 +"160683",24026,29610 +"160684",24026,29672 +"160685",24026,58204 +"160686",24026,87518 +"160687",24027,26987 +"160688",24027,27008 +"160689",24027,30055 +"160690",24027,30291 +"160691",24027,33049 +"160692",24027,34114 +"160693",24027,35417 +"160694",24027,35983 +"160695",24027,37352 +"160696",24027,38042 +"160697",24027,39217 +"160698",24027,40352 +"160699",24027,40396 +"160700",24027,44867 +"160701",24027,44905 +"160702",24027,45166 +"160703",24027,45619 +"160704",24027,47237 +"160705",24027,49896 +"160706",24027,52535 +"160707",24027,54824 +"160708",24027,54890 +"160709",24027,80555 +"160710",24027,81711 +"160711",24027,84025 +"160712",24028,24097 +"160713",24028,24125 +"160714",24029,80194 +"160715",24030,24208 +"160716",24031,24161 +"160717",24031,27366 +"160718",24031,27430 +"160719",24031,41859 +"160720",24031,48871 +"160721",24031,49711 +"160722",24031,60698 +"160723",24031,63592 +"160724",24031,65664 +"160725",24031,65700 +"160726",24031,65752 +"160727",24032,24299 +"160728",24032,66562 +"160729",24032,101773 +"160730",24033,24148 +"160731",24034,45320 +"160732",24034,67422 +"160733",24035,26587 +"160734",24035,32024 +"160735",24035,34108 +"160736",24035,37969 +"160737",24035,40521 +"160738",24035,41117 +"160739",24035,41477 +"160740",24035,42861 +"160741",24035,44498 +"160742",24035,55307 +"160743",24035,56155 +"160744",24035,56160 +"160745",24035,56179 +"160746",24035,56226 +"160747",24035,56239 +"160748",24035,56251 +"160749",24035,56267 +"160750",24035,56291 +"160751",24035,56359 +"160752",24035,63039 +"160753",24035,77319 +"160754",24035,79429 +"160755",24036,24212 +"160756",24036,70474 +"160757",24036,70475 +"160758",24037,77911 +"160759",24037,92718 +"160760",24037,92739 +"160761",24038,34455 +"160762",24038,50524 +"160763",24038,71397 +"160764",24039,24061 +"160765",24039,24168 +"160766",24040,24162 +"160767",24040,24196 +"160768",24040,27254 +"160769",24040,42199 +"160770",24040,43445 +"160771",24040,45507 +"160772",24040,55044 +"160773",24040,61791 +"160774",24041,24142 +"160775",24041,24176 +"160776",24041,24191 +"160777",24041,26519 +"160778",24041,26520 +"160779",24041,41992 +"160780",24041,84044 +"160781",24042,38629 +"160782",24043,43985 +"160783",24043,50996 +"160784",24043,55227 +"160785",24043,68945 +"160786",24043,113436 +"160787",24044,25118 +"160788",24044,30210 +"160789",24044,32072 +"160790",24044,36615 +"160791",24044,39102 +"160792",24044,42311 +"160793",24044,46443 +"160794",24044,48858 +"160795",24044,64520 +"160796",24044,65786 +"160797",24044,67227 +"160798",24044,80451 +"160799",24044,89298 +"160800",24044,93774 +"160801",24044,98911 +"160802",24044,100658 +"160803",24044,105119 +"160804",24044,116414 +"160805",24045,33188 +"160806",24045,35630 +"160807",24045,37108 +"160808",24045,44545 +"160809",24045,45083 +"160810",24045,45749 +"160811",24045,46283 +"160812",24045,46716 +"160813",24045,60238 +"160814",24045,61413 +"160815",24045,61527 +"160816",24045,67957 +"160817",24045,76564 +"160818",24045,85882 +"160819",24045,90187 +"160820",24045,91279 +"160821",24045,91280 +"160822",24045,94343 +"160823",24045,100332 +"160824",24047,93495 +"160825",24048,36479 +"160826",24048,36641 +"160827",24048,41394 +"160828",24048,41432 +"160829",24050,24906 +"160830",24050,37676 +"160831",24050,46094 +"160832",24050,50086 +"160833",24050,52437 +"160834",24050,69488 +"160835",24050,69854 +"160836",24050,86961 +"160837",24050,88712 +"160838",24050,89408 +"160839",24050,90032 +"160840",24050,94098 +"160841",24050,95717 +"160842",24050,101100 +"160843",24050,101916 +"160844",24050,101919 +"160845",24050,104267 +"160846",24050,108934 +"160847",24050,116341 +"160848",24050,119673 +"160849",24051,47737 +"160850",24051,84083 +"160851",24051,84084 +"160852",24051,86222 +"160853",24052,24165 +"160854",24053,43820 +"160855",24054,60329 +"160856",24054,74613 +"160857",24054,109860 +"160858",24055,29576 +"160859",24055,44534 +"160860",24055,46432 +"160861",24055,53014 +"160862",24055,55765 +"160863",24055,59177 +"160864",24055,65389 +"160865",24055,79420 +"160866",24055,81352 +"160867",24055,93088 +"160868",24055,101957 +"160869",24055,102940 +"160870",24055,113233 +"160871",24055,116558 +"160872",24056,49038 +"160873",24056,64617 +"160874",24056,68696 +"160875",24056,78404 +"160876",24056,85279 +"160877",24056,94835 +"160878",24056,118987 +"160879",24056,118990 +"160880",24057,25995 +"160881",24058,33025 +"160882",24058,34026 +"160883",24058,39273 +"160884",24058,41595 +"160885",24058,66067 +"160886",24058,66082 +"160887",24059,60247 +"160888",24060,25672 +"160889",24060,54848 +"160890",24060,60371 +"160891",24061,24168 +"160892",24062,70420 +"160893",24062,73605 +"160894",24062,104397 +"160895",24063,24252 +"160896",24063,46325 +"160897",24063,58488 +"160898",24063,69795 +"160899",24063,73456 +"160900",24063,76450 +"160901",24063,82190 +"160902",24063,85230 +"160903",24063,88961 +"160904",24063,92627 +"160905",24063,94312 +"160906",24064,119037 +"160907",24065,82270 +"160908",24066,25319 +"160909",24066,25720 +"160910",24066,33227 +"160911",24066,33856 +"160912",24066,46469 +"160913",24066,49376 +"160914",24066,61581 +"160915",24066,70822 +"160916",24066,77356 +"160917",24066,83268 +"160918",24066,92797 +"160919",24066,92820 +"160920",24066,94424 +"160921",24067,48615 +"160922",24068,24128 +"160923",24069,27685 +"160924",24069,37837 +"160925",24069,44334 +"160926",24069,44367 +"160927",24069,53203 +"160928",24069,71960 +"160929",24069,76869 +"160930",24069,76871 +"160931",24069,90084 +"160932",24070,67939 +"160933",24070,82599 +"160934",24070,91823 +"160935",24070,103469 +"160936",24071,39821 +"160937",24071,55469 +"160938",24071,90740 +"160939",24072,24087 +"160940",24072,24088 +"160941",24073,27095 +"160942",24074,29659 +"160943",24074,70002 +"160944",24074,100445 +"160945",24074,116524 +"160946",24074,120268 +"160947",24076,24149 +"160948",24076,115757 +"160949",24077,28350 +"160950",24077,58278 +"160951",24078,26344 +"160952",24078,29996 +"160953",24078,30898 +"160954",24078,35633 +"160955",24078,36807 +"160956",24078,48260 +"160957",24078,55543 +"160958",24078,56739 +"160959",24078,69086 +"160960",24078,78721 +"160961",24078,109386 +"160962",24079,50681 +"160963",24079,110699 +"160964",24079,110705 +"160965",24080,27453 +"160966",24080,27989 +"160967",24080,30525 +"160968",24080,31018 +"160969",24080,37235 +"160970",24080,40453 +"160971",24080,41849 +"160972",24080,48955 +"160973",24080,49643 +"160974",24080,54775 +"160975",24080,55147 +"160976",24080,60494 +"160977",24082,24152 +"160978",24083,24511 +"160979",24083,28144 +"160980",24083,34206 +"160981",24083,35542 +"160982",24083,36950 +"160983",24083,42631 +"160984",24083,46035 +"160985",24083,46106 +"160986",24083,46158 +"160987",24083,46234 +"160988",24083,49587 +"160989",24083,52474 +"160990",24083,62898 +"160991",24083,77167 +"160992",24083,79112 +"160993",24083,82902 +"160994",24083,106442 +"160995",24083,106471 +"160996",24084,24107 +"160997",24085,26073 +"160998",24085,42107 +"160999",24085,43993 +"161000",24085,44138 +"161001",24085,49105 +"161002",24085,52621 +"161003",24085,53530 +"161004",24085,54602 +"161005",24085,56051 +"161006",24085,66960 +"161007",24085,75829 +"161008",24085,92146 +"161009",24085,92147 +"161010",24085,92165 +"161011",24085,92183 +"161012",24085,93737 +"161013",24086,24734 +"161014",24086,24860 +"161015",24086,24863 +"161016",24086,32637 +"161017",24086,45537 +"161018",24086,50430 +"161019",24086,64285 +"161020",24086,95338 +"161021",24086,96397 +"161022",24086,110860 +"161023",24086,110907 +"161024",24087,24088 +"161025",24089,24193 +"161026",24089,24197 +"161027",24089,45043 +"161028",24089,109349 +"161029",24089,112707 +"161030",24089,115579 +"161031",24091,24541 +"161032",24091,24597 +"161033",24091,28115 +"161034",24091,32564 +"161035",24091,42117 +"161036",24091,49366 +"161037",24091,54021 +"161038",24091,55539 +"161039",24091,71174 +"161040",24091,74289 +"161041",24091,75737 +"161042",24092,87551 +"161043",24092,109058 +"161044",24092,109070 +"161045",24094,39825 +"161046",24094,55297 +"161047",24094,110329 +"161048",24095,38803 +"161049",24095,48464 +"161050",24095,59283 +"161051",24095,69139 +"161052",24096,45729 +"161053",24096,46261 +"161054",24096,60909 +"161055",24096,61240 +"161056",24096,70753 +"161057",24096,70794 +"161058",24097,24125 +"161059",24098,60691 +"161060",24099,25990 +"161061",24099,39278 +"161062",24099,53607 +"161063",24099,61148 +"161064",24099,67737 +"161065",24099,68939 +"161066",24099,70131 +"161067",24100,29254 +"161068",24100,39564 +"161069",24100,46137 +"161070",24100,51570 +"161071",24100,51585 +"161072",24100,68448 +"161073",24100,85575 +"161074",24101,24744 +"161075",24102,69865 +"161076",24104,28996 +"161077",24104,39585 +"161078",24104,44315 +"161079",24104,52820 +"161080",24104,90252 +"161081",24104,95354 +"161082",24104,96722 +"161083",24104,97539 +"161084",24104,97883 +"161085",24104,102044 +"161086",24104,103158 +"161087",24104,104453 +"161088",24104,105932 +"161089",24104,107993 +"161090",24105,30255 +"161091",24105,32504 +"161092",24106,25443 +"161093",24106,37439 +"161094",24106,52835 +"161095",24106,54929 +"161096",24106,75001 +"161097",24106,84373 +"161098",24106,84541 +"161099",24107,32347 +"161100",24108,68649 +"161101",24108,96580 +"161102",24108,111779 +"161103",24109,24841 +"161104",24109,25801 +"161105",24109,28772 +"161106",24109,31795 +"161107",24109,37435 +"161108",24109,37793 +"161109",24109,40170 +"161110",24109,45408 +"161111",24109,45563 +"161112",24109,50071 +"161113",24109,53498 +"161114",24109,53870 +"161115",24109,58168 +"161116",24109,67522 +"161117",24109,69215 +"161118",24109,99191 +"161119",24109,105262 +"161120",24109,107410 +"161121",24109,108872 +"161122",24109,111156 +"161123",24109,114895 +"161124",24110,35877 +"161125",24110,35885 +"161126",24110,81742 +"161127",24111,60735 +"161128",24113,36851 +"161129",24113,70172 +"161130",24114,49999 +"161131",24114,51682 +"161132",24114,92801 +"161133",24115,24209 +"161134",24115,26088 +"161135",24115,26866 +"161136",24115,26923 +"161137",24115,30907 +"161138",24115,36577 +"161139",24115,40815 +"161140",24115,40850 +"161141",24115,49621 +"161142",24115,56737 +"161143",24115,57072 +"161144",24115,64994 +"161145",24115,65360 +"161146",24115,69352 +"161147",24115,72827 +"161148",24115,73727 +"161149",24115,75895 +"161150",24115,88811 +"161151",24115,88832 +"161152",24115,93562 +"161153",24115,101991 +"161154",24115,108185 +"161155",24116,25886 +"161156",24116,26001 +"161157",24116,30459 +"161158",24116,36101 +"161159",24116,50255 +"161160",24116,52515 +"161161",24116,56044 +"161162",24116,56184 +"161163",24116,56212 +"161164",24116,61808 +"161165",24116,63267 +"161166",24116,66259 +"161167",24116,91531 +"161168",24116,94172 +"161169",24116,99197 +"161170",24116,103717 +"161171",24116,105960 +"161172",24116,115194 +"161173",24118,59843 +"161174",24118,101449 +"161175",24118,101477 +"161176",24118,108415 +"161177",24119,31614 +"161178",24119,35133 +"161179",24119,43717 +"161180",24119,50399 +"161181",24119,53295 +"161182",24119,66877 +"161183",24119,90762 +"161184",24119,111624 +"161185",24120,41633 +"161186",24120,115237 +"161187",24121,51689 +"161188",24121,56125 +"161189",24121,67788 +"161190",24121,77376 +"161191",24121,79907 +"161192",24121,105975 +"161193",24122,51424 +"161194",24122,104595 +"161195",24122,113029 +"161196",24123,26703 +"161197",24123,31213 +"161198",24123,33814 +"161199",24123,35286 +"161200",24123,36441 +"161201",24123,36454 +"161202",24123,42799 +"161203",24123,74818 +"161204",24123,76044 +"161205",24123,91891 +"161206",24123,91901 +"161207",24123,92270 +"161208",24123,92300 +"161209",24123,105484 +"161210",24124,24743 +"161211",24124,30948 +"161212",24124,31865 +"161213",24124,36392 +"161214",24124,52827 +"161215",24124,54387 +"161216",24124,63263 +"161217",24124,79752 +"161218",24124,86415 +"161219",24124,104224 +"161220",24126,105255 +"161221",24127,26355 +"161222",24127,26884 +"161223",24127,39999 +"161224",24127,42254 +"161225",24127,45953 +"161226",24127,47168 +"161227",24127,73522 +"161228",24127,104169 +"161229",24127,119278 +"161230",24127,120281 +"161231",24128,32922 +"161232",24128,40707 +"161233",24128,71207 +"161234",24130,25886 +"161235",24130,41329 +"161236",24130,59003 +"161237",24130,83778 +"161238",24130,83791 +"161239",24130,85037 +"161240",24130,104587 +"161241",24131,39577 +"161242",24131,122287 +"161243",24132,30341 +"161244",24132,34992 +"161245",24132,39140 +"161246",24132,70748 +"161247",24132,72586 +"161248",24132,85640 +"161249",24132,92957 +"161250",24132,104241 +"161251",24132,108595 +"161252",24132,116578 +"161253",24132,122615 +"161254",24133,24585 +"161255",24133,30471 +"161256",24133,36470 +"161257",24133,38771 +"161258",24133,43507 +"161259",24133,47271 +"161260",24133,47533 +"161261",24133,72367 +"161262",24133,81713 +"161263",24133,89335 +"161264",24133,97580 +"161265",24133,99534 +"161266",24133,99613 +"161267",24133,106338 +"161268",24133,109408 +"161269",24134,39660 +"161270",24134,75798 +"161271",24136,52356 +"161272",24136,96516 +"161273",24137,35175 +"161274",24137,47871 +"161275",24137,56159 +"161276",24137,72229 +"161277",24137,72346 +"161278",24137,83395 +"161279",24137,100506 +"161280",24137,106580 +"161281",24137,118684 +"161282",24137,118691 +"161283",24137,118794 +"161284",24138,24899 +"161285",24138,37793 +"161286",24138,38045 +"161287",24138,44820 +"161288",24138,82174 +"161289",24138,82283 +"161290",24138,99763 +"161291",24138,102217 +"161292",24138,112620 +"161293",24139,24150 +"161294",24139,30062 +"161295",24139,34749 +"161296",24139,43560 +"161297",24139,44499 +"161298",24139,48121 +"161299",24139,48162 +"161300",24140,24477 +"161301",24140,44698 +"161302",24140,90890 +"161303",24141,66874 +"161304",24141,69259 +"161305",24142,24176 +"161306",24142,24191 +"161307",24142,32340 +"161308",24142,34997 +"161309",24142,76173 +"161310",24142,81082 +"161311",24142,81098 +"161312",24142,85249 +"161313",24142,102566 +"161314",24143,24230 +"161315",24143,24231 +"161316",24143,33302 +"161317",24143,43623 +"161318",24144,25883 +"161319",24144,60302 +"161320",24144,79204 +"161321",24144,84040 +"161322",24144,84431 +"161323",24145,24426 +"161324",24145,62091 +"161325",24145,65021 +"161326",24145,100372 +"161327",24145,119039 +"161328",24145,122994 +"161329",24146,24362 +"161330",24146,33822 +"161331",24146,36962 +"161332",24146,37333 +"161333",24146,49616 +"161334",24146,54020 +"161335",24146,65679 +"161336",24146,73411 +"161337",24146,82306 +"161338",24146,86490 +"161339",24146,105740 +"161340",24148,40392 +"161341",24149,115757 +"161342",24150,30062 +"161343",24150,34749 +"161344",24150,43560 +"161345",24150,44499 +"161346",24150,48121 +"161347",24150,48162 +"161348",24150,99295 +"161349",24151,71556 +"161350",24152,39983 +"161351",24152,46167 +"161352",24153,104779 +"161353",24154,37345 +"161354",24154,40467 +"161355",24154,42282 +"161356",24154,112564 +"161357",24155,24200 +"161358",24156,57485 +"161359",24156,92157 +"161360",24156,106542 +"161361",24156,107128 +"161362",24157,44352 +"161363",24157,62000 +"161364",24157,62973 +"161365",24157,64517 +"161366",24157,67579 +"161367",24157,67595 +"161368",24157,67608 +"161369",24157,67615 +"161370",24157,67626 +"161371",24157,67627 +"161372",24157,67632 +"161373",24157,67660 +"161374",24157,67742 +"161375",24157,109054 +"161376",24157,109081 +"161377",24158,56345 +"161378",24158,105339 +"161379",24159,64539 +"161380",24159,119018 +"161381",24160,28703 +"161382",24160,41611 +"161383",24160,52929 +"161384",24160,52953 +"161385",24160,61750 +"161386",24160,68900 +"161387",24160,77233 +"161388",24160,80169 +"161389",24160,93392 +"161390",24160,103299 +"161391",24160,106270 +"161392",24160,110741 +"161393",24160,120452 +"161394",24160,120466 +"161395",24160,120471 +"161396",24161,32144 +"161397",24161,48481 +"161398",24162,24196 +"161399",24163,28630 +"161400",24163,28709 +"161401",24163,38109 +"161402",24164,70905 +"161403",24166,75551 +"161404",24166,96653 +"161405",24167,24201 +"161406",24167,24335 +"161407",24167,31248 +"161408",24167,48984 +"161409",24167,56770 +"161410",24169,36154 +"161411",24169,41130 +"161412",24169,49359 +"161413",24169,53134 +"161414",24169,56492 +"161415",24169,80018 +"161416",24169,82623 +"161417",24169,86287 +"161418",24171,68310 +"161419",24171,110641 +"161420",24172,24581 +"161421",24172,40701 +"161422",24172,40736 +"161423",24172,46009 +"161424",24172,46191 +"161425",24173,31987 +"161426",24173,51229 +"161427",24173,52259 +"161428",24174,35888 +"161429",24174,36539 +"161430",24174,43877 +"161431",24174,49535 +"161432",24174,49560 +"161433",24174,49561 +"161434",24175,25965 +"161435",24175,27368 +"161436",24175,33038 +"161437",24175,51874 +"161438",24175,57938 +"161439",24175,99381 +"161440",24175,113374 +"161441",24176,24191 +"161442",24176,28506 +"161443",24176,41992 +"161444",24176,84044 +"161445",24178,87966 +"161446",24178,93317 +"161447",24179,27147 +"161448",24179,59026 +"161449",24179,69079 +"161450",24179,80373 +"161451",24179,93902 +"161452",24179,100742 +"161453",24179,121360 +"161454",24181,34148 +"161455",24181,52515 +"161456",24181,53620 +"161457",24181,55075 +"161458",24181,65408 +"161459",24181,65463 +"161460",24181,85193 +"161461",24181,86584 +"161462",24181,89017 +"161463",24181,89901 +"161464",24182,30896 +"161465",24182,112316 +"161466",24184,25798 +"161467",24184,25834 +"161468",24184,26352 +"161469",24184,34988 +"161470",24184,37217 +"161471",24184,85449 +"161472",24185,30251 +"161473",24185,34094 +"161474",24185,34418 +"161475",24185,102924 +"161476",24186,44433 +"161477",24186,44603 +"161478",24187,90335 +"161479",24187,105711 +"161480",24188,34067 +"161481",24188,47444 +"161482",24188,58557 +"161483",24188,94168 +"161484",24188,121240 +"161485",24188,121249 +"161486",24189,29474 +"161487",24189,37333 +"161488",24189,66318 +"161489",24189,122170 +"161490",24190,27661 +"161491",24190,38273 +"161492",24190,43995 +"161493",24190,44004 +"161494",24190,49503 +"161495",24190,49874 +"161496",24190,50440 +"161497",24190,58204 +"161498",24190,63538 +"161499",24190,77984 +"161500",24190,91715 +"161501",24190,91750 +"161502",24191,37689 +"161503",24191,41992 +"161504",24191,54004 +"161505",24191,69751 +"161506",24191,71858 +"161507",24191,84044 +"161508",24192,57590 +"161509",24192,87599 +"161510",24193,24197 +"161511",24193,45043 +"161512",24193,109349 +"161513",24193,112669 +"161514",24195,25554 +"161515",24195,27020 +"161516",24195,28918 +"161517",24195,35620 +"161518",24195,42107 +"161519",24195,46385 +"161520",24195,54450 +"161521",24195,82386 +"161522",24195,98013 +"161523",24195,108074 +"161524",24196,41439 +"161525",24196,65536 +"161526",24197,27921 +"161527",24197,27936 +"161528",24197,27995 +"161529",24197,45043 +"161530",24197,45141 +"161531",24197,77323 +"161532",24197,82890 +"161533",24197,86858 +"161534",24197,122627 +"161535",24198,30636 +"161536",24198,42188 +"161537",24198,42748 +"161538",24198,44198 +"161539",24198,57410 +"161540",24198,60085 +"161541",24198,61785 +"161542",24198,80731 +"161543",24198,96000 +"161544",24198,98230 +"161545",24199,43162 +"161546",24199,47751 +"161547",24199,107039 +"161548",24199,114004 +"161549",24200,26410 +"161550",24200,27634 +"161551",24201,24335 +"161552",24201,29506 +"161553",24201,32722 +"161554",24201,32746 +"161555",24202,34055 +"161556",24202,42195 +"161557",24202,43473 +"161558",24202,58603 +"161559",24202,82761 +"161560",24202,110751 +"161561",24204,29932 +"161562",24204,50153 +"161563",24204,95490 +"161564",24204,106451 +"161565",24205,38083 +"161566",24205,38261 +"161567",24205,69529 +"161568",24205,103049 +"161569",24206,90886 +"161570",24207,30954 +"161571",24207,32387 +"161572",24207,49158 +"161573",24208,47991 +"161574",24208,55602 +"161575",24208,55603 +"161576",24208,57798 +"161577",24208,73435 +"161578",24210,25852 +"161579",24210,29312 +"161580",24210,39189 +"161581",24210,56072 +"161582",24210,59779 +"161583",24210,63884 +"161584",24210,74577 +"161585",24210,111926 +"161586",24211,32189 +"161587",24214,72029 +"161588",24214,89008 +"161589",24215,90093 +"161590",24216,28870 +"161591",24216,30285 +"161592",24216,56683 +"161593",24216,62694 +"161594",24216,65006 +"161595",24216,69173 +"161596",24216,77613 +"161597",24216,101999 +"161598",24216,118070 +"161599",24217,24352 +"161600",24217,25060 +"161601",24217,31086 +"161602",24218,44244 +"161603",24219,24292 +"161604",24219,24315 +"161605",24219,24367 +"161606",24219,25341 +"161607",24219,49867 +"161608",24219,51030 +"161609",24219,53635 +"161610",24219,73384 +"161611",24220,24350 +"161612",24220,29778 +"161613",24221,24368 +"161614",24221,24716 +"161615",24221,121984 +"161616",24222,24411 +"161617",24222,116133 +"161618",24223,41585 +"161619",24223,65058 +"161620",24223,71560 +"161621",24223,72449 +"161622",24224,25508 +"161623",24224,52668 +"161624",24224,104188 +"161625",24225,24321 +"161626",24225,24386 +"161627",24225,42707 +"161628",24225,42773 +"161629",24225,43242 +"161630",24225,46291 +"161631",24225,48988 +"161632",24225,49250 +"161633",24225,61121 +"161634",24225,77719 +"161635",24225,78201 +"161636",24225,78277 +"161637",24225,99954 +"161638",24225,113303 +"161639",24225,114078 +"161640",24225,120473 +"161641",24226,24337 +"161642",24226,24338 +"161643",24226,24372 +"161644",24226,40665 +"161645",24226,44870 +"161646",24226,49743 +"161647",24226,60632 +"161648",24226,64026 +"161649",24226,68418 +"161650",24226,68472 +"161651",24226,68517 +"161652",24226,70822 +"161653",24226,75897 +"161654",24226,85133 +"161655",24226,85173 +"161656",24226,85174 +"161657",24226,94938 +"161658",24226,95605 +"161659",24227,24338 +"161660",24227,31639 +"161661",24227,35991 +"161662",24227,80663 +"161663",24228,56133 +"161664",24228,81297 +"161665",24228,81327 +"161666",24228,81539 +"161667",24228,81546 +"161668",24228,81785 +"161669",24229,24331 +"161670",24229,63172 +"161671",24229,86226 +"161672",24229,86281 +"161673",24230,24231 +"161674",24231,27704 +"161675",24232,24627 +"161676",24232,26140 +"161677",24232,31403 +"161678",24232,36942 +"161679",24232,37037 +"161680",24232,44334 +"161681",24232,45734 +"161682",24232,50349 +"161683",24232,56100 +"161684",24232,61551 +"161685",24232,68356 +"161686",24232,68357 +"161687",24232,68394 +"161688",24233,37378 +"161689",24233,42089 +"161690",24233,43333 +"161691",24233,91479 +"161692",24234,88634 +"161693",24235,38803 +"161694",24235,88322 +"161695",24236,32431 +"161696",24236,107939 +"161697",24236,123227 +"161698",24237,25170 +"161699",24237,26032 +"161700",24237,51687 +"161701",24237,52235 +"161702",24239,52169 +"161703",24239,115607 +"161704",24240,37175 +"161705",24240,37987 +"161706",24241,32832 +"161707",24241,34193 +"161708",24241,49818 +"161709",24241,53624 +"161710",24241,70546 +"161711",24241,88995 +"161712",24241,89689 +"161713",24241,90530 +"161714",24241,94396 +"161715",24241,107604 +"161716",24241,108222 +"161717",24241,108239 +"161718",24242,27908 +"161719",24242,40295 +"161720",24242,46833 +"161721",24242,95978 +"161722",24243,50421 +"161723",24243,55360 +"161724",24244,34204 +"161725",24245,24427 +"161726",24245,24433 +"161727",24246,87229 +"161728",24247,24373 +"161729",24248,24332 +"161730",24248,50244 +"161731",24249,57903 +"161732",24249,57961 +"161733",24250,26682 +"161734",24250,29741 +"161735",24250,30876 +"161736",24250,32393 +"161737",24250,32939 +"161738",24250,33113 +"161739",24250,38494 +"161740",24250,38932 +"161741",24250,40643 +"161742",24250,42017 +"161743",24250,42107 +"161744",24250,45787 +"161745",24250,47083 +"161746",24250,49231 +"161747",24250,50061 +"161748",24250,52450 +"161749",24250,54059 +"161750",24250,55370 +"161751",24250,57804 +"161752",24250,59615 +"161753",24250,59940 +"161754",24250,67363 +"161755",24250,71230 +"161756",24250,76278 +"161757",24250,76740 +"161758",24250,76786 +"161759",24250,77272 +"161760",24250,77357 +"161761",24250,77402 +"161762",24250,78248 +"161763",24250,78255 +"161764",24250,78339 +"161765",24250,78445 +"161766",24250,79022 +"161767",24250,79716 +"161768",24250,79989 +"161769",24250,80281 +"161770",24250,81438 +"161771",24250,81728 +"161772",24250,82196 +"161773",24250,82383 +"161774",24250,82810 +"161775",24250,82854 +"161776",24250,83853 +"161777",24250,83884 +"161778",24250,84379 +"161779",24250,84613 +"161780",24250,85465 +"161781",24250,85610 +"161782",24250,86351 +"161783",24250,86451 +"161784",24250,86882 +"161785",24250,87175 +"161786",24250,87451 +"161787",24250,87521 +"161788",24250,87572 +"161789",24250,87663 +"161790",24250,87721 +"161791",24250,87862 +"161792",24251,24255 +"161793",24251,24346 +"161794",24251,78459 +"161795",24251,103262 +"161796",24251,103263 +"161797",24251,103273 +"161798",24252,31855 +"161799",24252,43005 +"161800",24252,44375 +"161801",24252,53377 +"161802",24252,58488 +"161803",24252,69795 +"161804",24253,24644 +"161805",24253,34706 +"161806",24253,58187 +"161807",24253,64423 +"161808",24253,65407 +"161809",24253,65415 +"161810",24253,65538 +"161811",24253,65627 +"161812",24253,70362 +"161813",24253,87238 +"161814",24255,24346 +"161815",24255,37651 +"161816",24255,57013 +"161817",24255,60515 +"161818",24256,27622 +"161819",24256,29089 +"161820",24256,29512 +"161821",24256,29930 +"161822",24256,43650 +"161823",24256,53830 +"161824",24256,61975 +"161825",24256,81987 +"161826",24256,90200 +"161827",24256,104726 +"161828",24256,110844 +"161829",24257,24381 +"161830",24257,85269 +"161831",24258,24342 +"161832",24259,24365 +"161833",24259,24578 +"161834",24259,25927 +"161835",24259,29715 +"161836",24259,30325 +"161837",24259,33874 +"161838",24259,54551 +"161839",24259,82919 +"161840",24260,76621 +"161841",24260,80230 +"161842",24260,80287 +"161843",24261,24282 +"161844",24261,41185 +"161845",24261,81760 +"161846",24261,83625 +"161847",24262,24428 +"161848",24262,55588 +"161849",24263,24266 +"161850",24264,24847 +"161851",24264,36963 +"161852",24264,41102 +"161853",24264,41695 +"161854",24264,44467 +"161855",24264,46698 +"161856",24264,53350 +"161857",24264,59814 +"161858",24264,63131 +"161859",24264,74423 +"161860",24264,84125 +"161861",24265,38266 +"161862",24265,39804 +"161863",24265,54216 +"161864",24265,58181 +"161865",24265,87959 +"161866",24265,90043 +"161867",24265,100853 +"161868",24265,106285 +"161869",24265,110587 +"161870",24266,29761 +"161871",24266,39211 +"161872",24266,54646 +"161873",24266,72536 +"161874",24266,74300 +"161875",24266,86185 +"161876",24266,87149 +"161877",24267,41069 +"161878",24268,24269 +"161879",24268,24399 +"161880",24268,24450 +"161881",24268,24451 +"161882",24268,28967 +"161883",24268,29589 +"161884",24268,37905 +"161885",24268,38641 +"161886",24268,43252 +"161887",24268,47994 +"161888",24268,51134 +"161889",24268,51153 +"161890",24268,51159 +"161891",24268,58898 +"161892",24268,66513 +"161893",24268,68193 +"161894",24268,69037 +"161895",24268,72262 +"161896",24268,87550 +"161897",24268,90841 +"161898",24268,102991 +"161899",24268,111403 +"161900",24268,113721 +"161901",24268,116811 +"161902",24269,24399 +"161903",24269,24450 +"161904",24269,24451 +"161905",24270,60951 +"161906",24270,75298 +"161907",24270,95533 +"161908",24271,24807 +"161909",24272,34488 +"161910",24273,27154 +"161911",24273,34742 +"161912",24274,31918 +"161913",24274,33373 +"161914",24274,33647 +"161915",24274,41220 +"161916",24274,46809 +"161917",24274,53743 +"161918",24274,72597 +"161919",24274,77853 +"161920",24274,79706 +"161921",24274,87562 +"161922",24274,93074 +"161923",24274,93411 +"161924",24274,99653 +"161925",24274,105068 +"161926",24274,110547 +"161927",24274,123128 +"161928",24275,28316 +"161929",24275,42261 +"161930",24275,49884 +"161931",24275,68189 +"161932",24275,74958 +"161933",24275,84462 +"161934",24275,110657 +"161935",24275,121566 +"161936",24276,28845 +"161937",24276,29375 +"161938",24276,30260 +"161939",24276,59013 +"161940",24276,70250 +"161941",24276,79744 +"161942",24276,86702 +"161943",24276,92846 +"161944",24276,97434 +"161945",24276,97435 +"161946",24277,29297 +"161947",24277,31416 +"161948",24277,38513 +"161949",24277,44892 +"161950",24278,83275 +"161951",24278,83858 +"161952",24279,24347 +"161953",24280,24956 +"161954",24280,24977 +"161955",24280,43696 +"161956",24280,44813 +"161957",24280,50548 +"161958",24280,51011 +"161959",24280,54664 +"161960",24281,85759 +"161961",24281,95282 +"161962",24282,40202 +"161963",24282,45192 +"161964",24282,47253 +"161965",24282,64129 +"161966",24282,65577 +"161967",24282,71026 +"161968",24282,78662 +"161969",24282,78672 +"161970",24282,83625 +"161971",24283,41155 +"161972",24284,24285 +"161973",24284,24572 +"161974",24284,25432 +"161975",24284,29059 +"161976",24284,31705 +"161977",24284,35291 +"161978",24284,35476 +"161979",24284,38126 +"161980",24284,39159 +"161981",24284,47137 +"161982",24284,47549 +"161983",24284,49738 +"161984",24284,53306 +"161985",24284,59227 +"161986",24284,61713 +"161987",24284,62151 +"161988",24284,73998 +"161989",24284,77155 +"161990",24284,77911 +"161991",24284,92718 +"161992",24284,107609 +"161993",24284,112305 +"161994",24285,25387 +"161995",24285,31697 +"161996",24285,51446 +"161997",24285,72240 +"161998",24285,82550 +"161999",24285,92255 +"162000",24286,32144 +"162001",24286,33241 +"162002",24286,33356 +"162003",24286,33433 +"162004",24286,35251 +"162005",24286,55855 +"162006",24286,85988 +"162007",24287,24905 +"162008",24287,60343 +"162009",24287,80170 +"162010",24287,82436 +"162011",24288,24303 +"162012",24288,24320 +"162013",24288,51687 +"162014",24289,25119 +"162015",24289,78491 +"162016",24289,92036 +"162017",24289,99780 +"162018",24289,106056 +"162019",24289,106072 +"162020",24290,24453 +"162021",24290,35414 +"162022",24291,63250 +"162023",24291,76190 +"162024",24291,103358 +"162025",24292,24315 +"162026",24292,24367 +"162027",24292,52781 +"162028",24292,57859 +"162029",24292,72420 +"162030",24292,79719 +"162031",24292,90805 +"162032",24292,90912 +"162033",24292,97159 +"162034",24292,104801 +"162035",24292,120720 +"162036",24292,122756 +"162037",24293,29967 +"162038",24293,33999 +"162039",24293,34954 +"162040",24293,44137 +"162041",24293,49928 +"162042",24293,54870 +"162043",24293,56336 +"162044",24293,85475 +"162045",24293,90843 +"162046",24293,90866 +"162047",24293,90923 +"162048",24293,94660 +"162049",24294,36879 +"162050",24294,38021 +"162051",24294,52274 +"162052",24294,84516 +"162053",24294,91232 +"162054",24294,116789 +"162055",24295,27037 +"162056",24295,90914 +"162057",24296,78051 +"162058",24297,25928 +"162059",24297,25970 +"162060",24297,27943 +"162061",24299,33095 +"162062",24299,33655 +"162063",24299,34578 +"162064",24299,40129 +"162065",24299,45880 +"162066",24299,53485 +"162067",24299,69648 +"162068",24299,86765 +"162069",24299,91899 +"162070",24299,95934 +"162071",24299,107495 +"162072",24301,24384 +"162073",24301,24412 +"162074",24302,34353 +"162075",24302,34371 +"162076",24302,45779 +"162077",24302,48173 +"162078",24302,52083 +"162079",24302,53617 +"162080",24302,65631 +"162081",24302,96230 +"162082",24302,120026 +"162083",24303,24320 +"162084",24303,43396 +"162085",24303,45009 +"162086",24303,46604 +"162087",24303,46870 +"162088",24304,110766 +"162089",24305,26965 +"162090",24305,62741 +"162091",24305,97849 +"162092",24305,119463 +"162093",24306,24439 +"162094",24306,26310 +"162095",24306,31630 +"162096",24306,41861 +"162097",24306,57346 +"162098",24306,57709 +"162099",24306,105565 +"162100",24306,113232 +"162101",24307,68670 +"162102",24307,82606 +"162103",24307,82620 +"162104",24308,70926 +"162105",24308,101310 +"162106",24308,114731 +"162107",24308,117762 +"162108",24309,32125 +"162109",24310,24371 +"162110",24310,36526 +"162111",24310,67417 +"162112",24311,64578 +"162113",24312,48076 +"162114",24312,51652 +"162115",24312,55691 +"162116",24312,73466 +"162117",24312,77043 +"162118",24312,83747 +"162119",24312,85269 +"162120",24312,90492 +"162121",24312,114719 +"162122",24313,24366 +"162123",24314,24420 +"162124",24315,24367 +"162125",24315,36574 +"162126",24315,78700 +"162127",24316,26389 +"162128",24316,34905 +"162129",24316,53352 +"162130",24316,93217 +"162131",24317,24397 +"162132",24317,25931 +"162133",24317,29110 +"162134",24317,30490 +"162135",24317,49521 +"162136",24317,49678 +"162137",24317,55034 +"162138",24317,63357 +"162139",24317,81325 +"162140",24317,82949 +"162141",24317,111716 +"162142",24317,115741 +"162143",24317,115748 +"162144",24318,24370 +"162145",24318,25767 +"162146",24318,43238 +"162147",24318,53389 +"162148",24318,75526 +"162149",24318,98946 +"162150",24318,106691 +"162151",24319,49681 +"162152",24319,88477 +"162153",24320,47069 +"162154",24321,24386 +"162155",24321,49250 +"162156",24322,26035 +"162157",24323,25102 +"162158",24323,25105 +"162159",24323,25117 +"162160",24323,31933 +"162161",24323,32961 +"162162",24323,33322 +"162163",24323,36332 +"162164",24323,40039 +"162165",24323,65426 +"162166",24323,108200 +"162167",24323,111025 +"162168",24323,114506 +"162169",24323,114510 +"162170",24324,74240 +"162171",24324,105811 +"162172",24324,119245 +"162173",24325,24438 +"162174",24326,24429 +"162175",24326,32940 +"162176",24326,52985 +"162177",24326,84607 +"162178",24326,91411 +"162179",24327,26940 +"162180",24327,26941 +"162181",24327,27058 +"162182",24327,30584 +"162183",24327,31372 +"162184",24327,31403 +"162185",24327,33682 +"162186",24327,34777 +"162187",24327,39343 +"162188",24327,43706 +"162189",24327,47645 +"162190",24327,54466 +"162191",24327,58970 +"162192",24327,60430 +"162193",24327,61125 +"162194",24327,64215 +"162195",24327,76483 +"162196",24327,79100 +"162197",24327,80555 +"162198",24327,81163 +"162199",24327,99332 +"162200",24327,118028 +"162201",24329,87531 +"162202",24329,123354 +"162203",24330,105360 +"162204",24331,45981 +"162205",24331,84909 +"162206",24331,86382 +"162207",24331,89554 +"162208",24331,98569 +"162209",24332,26105 +"162210",24332,26813 +"162211",24332,26833 +"162212",24332,44730 +"162213",24332,48253 +"162214",24332,49786 +"162215",24332,50243 +"162216",24332,50244 +"162217",24332,55093 +"162218",24332,77038 +"162219",24332,84192 +"162220",24332,93462 +"162221",24332,94495 +"162222",24332,99243 +"162223",24332,109466 +"162224",24333,49914 +"162225",24333,65792 +"162226",24333,94405 +"162227",24333,94409 +"162228",24334,31440 +"162229",24336,79818 +"162230",24336,88436 +"162231",24336,94243 +"162232",24337,24338 +"162233",24337,24372 +"162234",24337,25526 +"162235",24337,35488 +"162236",24337,36427 +"162237",24337,52438 +"162238",24337,59946 +"162239",24337,75897 +"162240",24337,92327 +"162241",24337,95605 +"162242",24337,121872 +"162243",24338,24372 +"162244",24338,24443 +"162245",24338,24490 +"162246",24338,26963 +"162247",24338,28154 +"162248",24338,34276 +"162249",24338,35991 +"162250",24338,44470 +"162251",24338,68418 +"162252",24338,75897 +"162253",24338,80663 +"162254",24338,95605 +"162255",24338,96938 +"162256",24340,33810 +"162257",24340,40337 +"162258",24340,62727 +"162259",24341,79345 +"162260",24341,88597 +"162261",24341,96542 +"162262",24341,99070 +"162263",24341,101235 +"162264",24341,119236 +"162265",24341,119239 +"162266",24342,40113 +"162267",24342,52293 +"162268",24342,67726 +"162269",24342,81821 +"162270",24343,24720 +"162271",24343,24787 +"162272",24343,32592 +"162273",24343,43853 +"162274",24343,43854 +"162275",24343,46758 +"162276",24344,40983 +"162277",24344,61568 +"162278",24345,59073 +"162279",24345,69082 +"162280",24346,26141 +"162281",24346,26608 +"162282",24346,31968 +"162283",24346,50472 +"162284",24346,55767 +"162285",24346,58475 +"162286",24346,60786 +"162287",24346,60996 +"162288",24348,26370 +"162289",24348,33125 +"162290",24348,44509 +"162291",24348,49768 +"162292",24348,50208 +"162293",24348,80619 +"162294",24348,103672 +"162295",24348,109507 +"162296",24349,28875 +"162297",24349,29983 +"162298",24349,30114 +"162299",24349,30196 +"162300",24349,30284 +"162301",24349,32252 +"162302",24349,33907 +"162303",24349,42865 +"162304",24349,53056 +"162305",24349,64446 +"162306",24349,72910 +"162307",24349,75331 +"162308",24349,75480 +"162309",24349,84690 +"162310",24350,29778 +"162311",24350,105059 +"162312",24351,32468 +"162313",24351,35593 +"162314",24351,50818 +"162315",24351,69609 +"162316",24351,104320 +"162317",24351,107943 +"162318",24352,35219 +"162319",24352,39710 +"162320",24353,27355 +"162321",24353,32648 +"162322",24353,34158 +"162323",24353,35361 +"162324",24353,52294 +"162325",24353,87763 +"162326",24353,101813 +"162327",24355,55437 +"162328",24355,88182 +"162329",24355,94501 +"162330",24355,96159 +"162331",24356,51302 +"162332",24356,87657 +"162333",24357,67964 +"162334",24357,96554 +"162335",24357,106138 +"162336",24358,35161 +"162337",24358,52306 +"162338",24358,98576 +"162339",24360,32332 +"162340",24360,38644 +"162341",24360,44339 +"162342",24360,44502 +"162343",24361,36227 +"162344",24361,41126 +"162345",24361,47812 +"162346",24361,62590 +"162347",24362,31603 +"162348",24362,34950 +"162349",24362,36962 +"162350",24362,39608 +"162351",24362,45049 +"162352",24362,48503 +"162353",24362,49616 +"162354",24362,54020 +"162355",24362,66550 +"162356",24362,74833 +"162357",24362,82306 +"162358",24362,83096 +"162359",24362,85499 +"162360",24362,97172 +"162361",24362,97635 +"162362",24362,110821 +"162363",24362,111437 +"162364",24362,111573 +"162365",24362,122644 +"162366",24363,26427 +"162367",24363,29195 +"162368",24363,36239 +"162369",24363,36481 +"162370",24363,82075 +"162371",24363,82592 +"162372",24363,104378 +"162373",24364,75516 +"162374",24365,24578 +"162375",24365,30325 +"162376",24365,30564 +"162377",24365,35673 +"162378",24365,35860 +"162379",24365,39301 +"162380",24365,44717 +"162381",24365,54551 +"162382",24365,79082 +"162383",24366,33613 +"162384",24366,39114 +"162385",24366,52231 +"162386",24366,67752 +"162387",24366,70235 +"162388",24368,24716 +"162389",24368,31370 +"162390",24369,75834 +"162391",24370,119309 +"162392",24372,24945 +"162393",24372,44122 +"162394",24372,75897 +"162395",24374,25087 +"162396",24374,27310 +"162397",24374,27311 +"162398",24375,25493 +"162399",24375,25680 +"162400",24375,25812 +"162401",24375,30883 +"162402",24375,84475 +"162403",24375,86043 +"162404",24375,92736 +"162405",24375,105421 +"162406",24376,30093 +"162407",24376,40218 +"162408",24376,48615 +"162409",24376,59865 +"162410",24376,63804 +"162411",24376,64183 +"162412",24376,79794 +"162413",24376,80895 +"162414",24376,94963 +"162415",24376,99532 +"162416",24376,120447 +"162417",24377,65775 +"162418",24377,83134 +"162419",24377,121893 +"162420",24379,24662 +"162421",24379,29203 +"162422",24379,33012 +"162423",24379,41457 +"162424",24379,47113 +"162425",24379,83924 +"162426",24380,29336 +"162427",24380,30125 +"162428",24380,30384 +"162429",24380,31548 +"162430",24380,31569 +"162431",24380,31732 +"162432",24380,39950 +"162433",24380,47282 +"162434",24380,65802 +"162435",24380,69377 +"162436",24380,101519 +"162437",24380,102429 +"162438",24380,103108 +"162439",24380,105707 +"162440",24380,112636 +"162441",24382,83947 +"162442",24382,112164 +"162443",24382,112194 +"162444",24382,118243 +"162445",24383,48208 +"162446",24383,89935 +"162447",24383,118045 +"162448",24384,24412 +"162449",24384,87463 +"162450",24385,71971 +"162451",24385,81209 +"162452",24386,49250 +"162453",24387,50151 +"162454",24388,24403 +"162455",24388,114999 +"162456",24389,24454 +"162457",24390,25070 +"162458",24390,25124 +"162459",24390,49268 +"162460",24391,74368 +"162461",24392,24393 +"162462",24392,24449 +"162463",24392,84101 +"162464",24392,84102 +"162465",24393,24449 +"162466",24393,32106 +"162467",24393,42547 +"162468",24393,93708 +"162469",24393,118848 +"162470",24394,33883 +"162471",24394,33887 +"162472",24394,50352 +"162473",24394,53261 +"162474",24394,72891 +"162475",24394,77844 +"162476",24394,99880 +"162477",24394,108325 +"162478",24395,34700 +"162479",24396,26329 +"162480",24396,26330 +"162481",24396,26332 +"162482",24396,32067 +"162483",24396,35813 +"162484",24396,39392 +"162485",24396,39581 +"162486",24396,40428 +"162487",24396,45480 +"162488",24396,46463 +"162489",24396,59916 +"162490",24396,76288 +"162491",24396,92744 +"162492",24396,93563 +"162493",24396,103554 +"162494",24396,118293 +"162495",24397,29572 +"162496",24397,34582 +"162497",24397,38019 +"162498",24397,52576 +"162499",24397,55033 +"162500",24397,55121 +"162501",24397,59350 +"162502",24397,61970 +"162503",24397,77188 +"162504",24397,81440 +"162505",24398,24452 +"162506",24398,40099 +"162507",24398,40494 +"162508",24398,57194 +"162509",24398,62032 +"162510",24399,24450 +"162511",24399,24451 +"162512",24399,110076 +"162513",24400,26567 +"162514",24400,31503 +"162515",24400,42195 +"162516",24400,48761 +"162517",24400,53332 +"162518",24400,64918 +"162519",24400,68501 +"162520",24400,76383 +"162521",24400,80036 +"162522",24400,85148 +"162523",24400,85673 +"162524",24400,93054 +"162525",24400,97940 +"162526",24400,102999 +"162527",24400,106554 +"162528",24400,116955 +"162529",24400,117969 +"162530",24401,31621 +"162531",24401,33851 +"162532",24401,38595 +"162533",24402,111198 +"162534",24403,42528 +"162535",24404,24687 +"162536",24404,33812 +"162537",24404,34507 +"162538",24404,49251 +"162539",24405,40889 +"162540",24405,43246 +"162541",24405,52532 +"162542",24405,60455 +"162543",24405,60597 +"162544",24405,76362 +"162545",24405,96760 +"162546",24405,112858 +"162547",24406,24457 +"162548",24407,24461 +"162549",24407,37897 +"162550",24407,52877 +"162551",24408,24437 +"162552",24409,24442 +"162553",24409,25377 +"162554",24409,57879 +"162555",24409,59395 +"162556",24409,89020 +"162557",24409,112535 +"162558",24409,112576 +"162559",24410,27820 +"162560",24412,48597 +"162561",24412,86467 +"162562",24413,57561 +"162563",24413,61236 +"162564",24413,61237 +"162565",24414,30757 +"162566",24414,31326 +"162567",24414,35183 +"162568",24414,49077 +"162569",24414,49079 +"162570",24415,43902 +"162571",24415,49651 +"162572",24415,77683 +"162573",24415,91812 +"162574",24416,31724 +"162575",24416,68174 +"162576",24416,84959 +"162577",24417,27585 +"162578",24417,53988 +"162579",24417,70831 +"162580",24417,80853 +"162581",24417,96908 +"162582",24418,30945 +"162583",24418,91784 +"162584",24418,92327 +"162585",24418,94938 +"162586",24421,100655 +"162587",24422,26160 +"162588",24422,26414 +"162589",24423,27487 +"162590",24423,31091 +"162591",24423,34252 +"162592",24423,34273 +"162593",24423,34284 +"162594",24423,34317 +"162595",24424,24643 +"162596",24424,45204 +"162597",24425,33261 +"162598",24425,37411 +"162599",24425,45865 +"162600",24425,47675 +"162601",24427,24433 +"162602",24427,45691 +"162603",24427,48953 +"162604",24428,50145 +"162605",24429,26075 +"162606",24429,27718 +"162607",24429,30201 +"162608",24429,35975 +"162609",24429,41713 +"162610",24429,43527 +"162611",24429,46850 +"162612",24429,47451 +"162613",24429,48806 +"162614",24429,57990 +"162615",24429,58855 +"162616",24429,60044 +"162617",24429,60481 +"162618",24429,61785 +"162619",24429,62605 +"162620",24429,65362 +"162621",24429,68458 +"162622",24429,68569 +"162623",24429,88911 +"162624",24429,90643 +"162625",24429,91770 +"162626",24429,92592 +"162627",24429,95048 +"162628",24429,95049 +"162629",24429,96336 +"162630",24429,96518 +"162631",24429,99424 +"162632",24429,99735 +"162633",24429,99802 +"162634",24429,102734 +"162635",24429,110380 +"162636",24429,115383 +"162637",24429,119237 +"162638",24430,33959 +"162639",24430,49884 +"162640",24430,83782 +"162641",24431,47334 +"162642",24431,56616 +"162643",24431,60772 +"162644",24431,61295 +"162645",24431,61296 +"162646",24431,64462 +"162647",24431,74059 +"162648",24432,26937 +"162649",24432,26972 +"162650",24432,58305 +"162651",24432,88751 +"162652",24432,103725 +"162653",24433,28761 +"162654",24433,29171 +"162655",24433,30876 +"162656",24433,33524 +"162657",24433,33732 +"162658",24433,36609 +"162659",24433,45616 +"162660",24433,45618 +"162661",24433,45626 +"162662",24433,45650 +"162663",24433,45659 +"162664",24433,45691 +"162665",24433,48286 +"162666",24433,53060 +"162667",24434,30379 +"162668",24434,30747 +"162669",24434,30803 +"162670",24434,30849 +"162671",24434,41438 +"162672",24434,43900 +"162673",24434,52669 +"162674",24434,52687 +"162675",24435,25983 +"162676",24435,27569 +"162677",24435,27655 +"162678",24435,40245 +"162679",24435,40725 +"162680",24435,48083 +"162681",24436,29033 +"162682",24436,29185 +"162683",24436,35926 +"162684",24436,39261 +"162685",24436,46071 +"162686",24436,52026 +"162687",24436,54688 +"162688",24436,91021 +"162689",24436,109153 +"162690",24436,112226 +"162691",24438,40238 +"162692",24438,42578 +"162693",24440,32855 +"162694",24440,41375 +"162695",24440,48881 +"162696",24440,49469 +"162697",24440,65186 +"162698",24440,93058 +"162699",24440,116824 +"162700",24441,24483 +"162701",24441,41850 +"162702",24441,45487 +"162703",24441,45641 +"162704",24441,56879 +"162705",24441,77217 +"162706",24441,93032 +"162707",24442,112535 +"162708",24442,112576 +"162709",24443,68418 +"162710",24443,69791 +"162711",24444,24497 +"162712",24444,24862 +"162713",24444,24887 +"162714",24444,24896 +"162715",24444,24928 +"162716",24444,24929 +"162717",24444,56859 +"162718",24445,47671 +"162719",24445,49643 +"162720",24446,30567 +"162721",24446,38433 +"162722",24446,38804 +"162723",24446,55108 +"162724",24446,55162 +"162725",24447,26271 +"162726",24447,26322 +"162727",24447,27628 +"162728",24447,32745 +"162729",24447,32812 +"162730",24447,36335 +"162731",24447,44585 +"162732",24447,44648 +"162733",24447,54553 +"162734",24447,61228 +"162735",24447,64181 +"162736",24447,64997 +"162737",24447,80065 +"162738",24447,82754 +"162739",24447,84646 +"162740",24447,87239 +"162741",24447,88101 +"162742",24447,98494 +"162743",24447,101231 +"162744",24447,101547 +"162745",24447,102006 +"162746",24447,102107 +"162747",24447,102149 +"162748",24448,29850 +"162749",24448,52299 +"162750",24448,61158 +"162751",24448,67110 +"162752",24448,67652 +"162753",24448,67669 +"162754",24448,68358 +"162755",24448,68373 +"162756",24448,73710 +"162757",24449,105518 +"162758",24450,24451 +"162759",24450,24880 +"162760",24450,57228 +"162761",24450,62804 +"162762",24450,66197 +"162763",24450,84041 +"162764",24450,102991 +"162765",24450,103322 +"162766",24451,43642 +"162767",24451,81732 +"162768",24453,24460 +"162769",24453,24488 +"162770",24453,24619 +"162771",24453,31991 +"162772",24453,33736 +"162773",24453,33737 +"162774",24453,33738 +"162775",24453,39647 +"162776",24453,40516 +"162777",24453,67472 +"162778",24453,78460 +"162779",24453,85116 +"162780",24453,97774 +"162781",24453,103051 +"162782",24453,104065 +"162783",24453,112032 +"162784",24453,116792 +"162785",24453,117089 +"162786",24453,117090 +"162787",24453,120366 +"162788",24454,31724 +"162789",24454,36817 +"162790",24454,51221 +"162791",24454,83516 +"162792",24455,25930 +"162793",24456,76909 +"162794",24456,80286 +"162795",24456,94354 +"162796",24457,24877 +"162797",24457,42636 +"162798",24457,97002 +"162799",24457,121858 +"162800",24458,43014 +"162801",24458,51650 +"162802",24458,99194 +"162803",24460,24488 +"162804",24460,24619 +"162805",24460,52047 +"162806",24461,27217 +"162807",24461,36434 +"162808",24461,37897 +"162809",24461,105738 +"162810",24462,25401 +"162811",24463,52941 +"162812",24463,61550 +"162813",24463,82981 +"162814",24463,107119 +"162815",24464,43890 +"162816",24464,68501 +"162817",24465,24827 +"162818",24465,30071 +"162819",24465,50572 +"162820",24465,53034 +"162821",24465,66003 +"162822",24465,70915 +"162823",24465,77793 +"162824",24465,77930 +"162825",24466,24609 +"162826",24467,24529 +"162827",24467,24580 +"162828",24467,24581 +"162829",24467,24684 +"162830",24467,27109 +"162831",24467,29381 +"162832",24467,29404 +"162833",24467,29433 +"162834",24467,34520 +"162835",24467,41020 +"162836",24467,46146 +"162837",24467,50052 +"162838",24467,58651 +"162839",24467,75422 +"162840",24468,46285 +"162841",24468,56397 +"162842",24469,28759 +"162843",24469,29821 +"162844",24469,31963 +"162845",24469,31978 +"162846",24469,31990 +"162847",24469,51276 +"162848",24469,63096 +"162849",24469,76893 +"162850",24469,78360 +"162851",24469,78362 +"162852",24470,24586 +"162853",24470,27854 +"162854",24470,30835 +"162855",24470,42645 +"162856",24471,31241 +"162857",24471,46656 +"162858",24471,66113 +"162859",24471,97035 +"162860",24472,83461 +"162861",24473,24605 +"162862",24473,109530 +"162863",24473,117129 +"162864",24474,71390 +"162865",24475,25403 +"162866",24475,85949 +"162867",24475,88887 +"162868",24475,95551 +"162869",24475,96181 +"162870",24477,44698 +"162871",24477,54964 +"162872",24478,41814 +"162873",24478,41972 +"162874",24478,42275 +"162875",24478,55897 +"162876",24478,71990 +"162877",24478,73020 +"162878",24478,87529 +"162879",24479,25152 +"162880",24479,29037 +"162881",24479,35802 +"162882",24479,37875 +"162883",24479,38217 +"162884",24479,47222 +"162885",24479,65400 +"162886",24479,70233 +"162887",24479,79529 +"162888",24479,87260 +"162889",24479,87914 +"162890",24479,88308 +"162891",24479,88462 +"162892",24479,91770 +"162893",24479,97445 +"162894",24479,97485 +"162895",24479,99162 +"162896",24479,100502 +"162897",24479,104662 +"162898",24479,105019 +"162899",24479,109434 +"162900",24479,110380 +"162901",24479,110488 +"162902",24479,110719 +"162903",24479,111019 +"162904",24479,121290 +"162905",24479,121294 +"162906",24480,40303 +"162907",24480,74018 +"162908",24481,36688 +"162909",24481,36690 +"162910",24481,36727 +"162911",24481,36757 +"162912",24481,36818 +"162913",24481,36844 +"162914",24481,42784 +"162915",24481,87429 +"162916",24482,34234 +"162917",24482,68454 +"162918",24482,68580 +"162919",24482,72735 +"162920",24483,27848 +"162921",24483,32183 +"162922",24483,41850 +"162923",24483,45487 +"162924",24483,45641 +"162925",24483,56879 +"162926",24483,60649 +"162927",24483,63970 +"162928",24483,80223 +"162929",24483,93032 +"162930",24483,93317 +"162931",24484,71955 +"162932",24485,24507 +"162933",24485,32492 +"162934",24486,95300 +"162935",24487,24685 +"162936",24487,40796 +"162937",24487,82488 +"162938",24487,84447 +"162939",24487,113701 +"162940",24487,117183 +"162941",24487,117186 +"162942",24488,24619 +"162943",24488,27536 +"162944",24489,24520 +"162945",24489,24523 +"162946",24489,24546 +"162947",24489,24554 +"162948",24489,54392 +"162949",24489,94627 +"162950",24490,28154 +"162951",24490,34276 +"162952",24490,106349 +"162953",24490,106466 +"162954",24490,108107 +"162955",24492,24608 +"162956",24492,32761 +"162957",24492,35143 +"162958",24492,35269 +"162959",24492,37100 +"162960",24493,24548 +"162961",24493,82699 +"162962",24493,82736 +"162963",24494,29383 +"162964",24494,45140 +"162965",24495,24710 +"162966",24495,25143 +"162967",24495,25303 +"162968",24495,25664 +"162969",24495,26407 +"162970",24495,27174 +"162971",24495,27196 +"162972",24495,27710 +"162973",24495,28703 +"162974",24495,29253 +"162975",24495,29341 +"162976",24495,29560 +"162977",24495,29573 +"162978",24495,29868 +"162979",24495,32438 +"162980",24495,32967 +"162981",24495,33223 +"162982",24495,33881 +"162983",24495,34097 +"162984",24495,34330 +"162985",24495,34513 +"162986",24495,35400 +"162987",24495,36476 +"162988",24495,36547 +"162989",24495,36745 +"162990",24495,37821 +"162991",24495,37931 +"162992",24495,38319 +"162993",24495,39398 +"162994",24495,39492 +"162995",24495,40320 +"162996",24495,40373 +"162997",24495,40542 +"162998",24495,41182 +"162999",24495,42131 +"163000",24495,46843 +"163001",24495,48331 +"163002",24496,24671 +"163003",24496,60360 +"163004",24496,63579 +"163005",24496,89889 +"163006",24496,104081 +"163007",24496,120187 +"163008",24497,24862 +"163009",24497,24887 +"163010",24497,24896 +"163011",24497,24928 +"163012",24497,24929 +"163013",24497,25234 +"163014",24497,30370 +"163015",24497,32583 +"163016",24497,33251 +"163017",24497,38958 +"163018",24499,24583 +"163019",24500,89180 +"163020",24502,24518 +"163021",24502,24564 +"163022",24502,42989 +"163023",24502,55056 +"163024",24502,82517 +"163025",24502,94078 +"163026",24502,113579 +"163027",24502,116421 +"163028",24503,25552 +"163029",24504,24983 +"163030",24504,38941 +"163031",24505,79653 +"163032",24505,93122 +"163033",24506,25033 +"163034",24507,26721 +"163035",24507,31122 +"163036",24507,32191 +"163037",24507,33211 +"163038",24507,37033 +"163039",24507,41190 +"163040",24507,42275 +"163041",24507,42902 +"163042",24507,42959 +"163043",24507,50328 +"163044",24507,57311 +"163045",24507,61067 +"163046",24508,26412 +"163047",24508,110566 +"163048",24509,24575 +"163049",24510,24677 +"163050",24510,58079 +"163051",24511,28144 +"163052",24511,49440 +"163053",24511,67084 +"163054",24511,69154 +"163055",24511,71338 +"163056",24512,27375 +"163057",24512,30555 +"163058",24512,33558 +"163059",24512,35287 +"163060",24512,40577 +"163061",24512,41143 +"163062",24512,60204 +"163063",24512,61402 +"163064",24512,77449 +"163065",24512,78488 +"163066",24512,91993 +"163067",24513,95660 +"163068",24515,33723 +"163069",24515,47607 +"163070",24515,73264 +"163071",24515,80928 +"163072",24515,86504 +"163073",24515,87321 +"163074",24518,24564 +"163075",24519,26214 +"163076",24520,24523 +"163077",24520,24546 +"163078",24520,24554 +"163079",24520,88015 +"163080",24520,106404 +"163081",24520,106427 +"163082",24521,30292 +"163083",24521,83651 +"163084",24521,89737 +"163085",24522,31154 +"163086",24522,51051 +"163087",24522,55686 +"163088",24522,67216 +"163089",24523,24546 +"163090",24523,24554 +"163091",24523,77046 +"163092",24523,83935 +"163093",24523,85972 +"163094",24523,88543 +"163095",24523,90412 +"163096",24523,91117 +"163097",24523,91120 +"163098",24523,94627 +"163099",24523,116663 +"163100",24526,50793 +"163101",24526,79671 +"163102",24526,108513 +"163103",24526,120653 +"163104",24527,52051 +"163105",24528,26351 +"163106",24528,28285 +"163107",24528,30149 +"163108",24528,49975 +"163109",24529,24580 +"163110",24529,24581 +"163111",24529,24684 +"163112",24529,43416 +"163113",24530,81364 +"163114",24530,86600 +"163115",24530,88650 +"163116",24530,95604 +"163117",24530,96099 +"163118",24530,99210 +"163119",24530,102353 +"163120",24530,106528 +"163121",24530,109371 +"163122",24530,109373 +"163123",24530,111155 +"163124",24531,26792 +"163125",24531,44417 +"163126",24531,63619 +"163127",24532,30650 +"163128",24532,42659 +"163129",24532,44037 +"163130",24532,52313 +"163131",24532,54186 +"163132",24532,70284 +"163133",24532,70444 +"163134",24532,70600 +"163135",24533,25160 +"163136",24533,33653 +"163137",24533,63352 +"163138",24535,64007 +"163139",24535,105995 +"163140",24536,78524 +"163141",24536,80485 +"163142",24536,80610 +"163143",24536,80611 +"163144",24536,122571 +"163145",24537,39828 +"163146",24537,68592 +"163147",24537,68705 +"163148",24537,86330 +"163149",24538,27929 +"163150",24538,29763 +"163151",24538,43872 +"163152",24538,43876 +"163153",24538,43906 +"163154",24538,43982 +"163155",24539,47839 +"163156",24539,55049 +"163157",24539,110959 +"163158",24539,115027 +"163159",24540,70697 +"163160",24541,27492 +"163161",24541,28686 +"163162",24541,32339 +"163163",24541,36542 +"163164",24541,41045 +"163165",24541,79974 +"163166",24541,90127 +"163167",24541,93240 +"163168",24541,94591 +"163169",24542,49075 +"163170",24542,89715 +"163171",24542,111914 +"163172",24542,114652 +"163173",24542,119108 +"163174",24543,24749 +"163175",24543,37333 +"163176",24543,44286 +"163177",24543,44366 +"163178",24543,57381 +"163179",24543,62787 +"163180",24543,76515 +"163181",24543,82367 +"163182",24543,91039 +"163183",24543,97225 +"163184",24544,30402 +"163185",24544,30725 +"163186",24544,68479 +"163187",24544,98514 +"163188",24544,120497 +"163189",24544,120540 +"163190",24545,42891 +"163191",24545,60108 +"163192",24545,112882 +"163193",24546,24554 +"163194",24546,81226 +"163195",24547,25082 +"163196",24547,26062 +"163197",24547,26352 +"163198",24547,36031 +"163199",24547,40441 +"163200",24547,43306 +"163201",24547,62312 +"163202",24547,74019 +"163203",24549,59510 +"163204",24549,99563 +"163205",24550,24600 +"163206",24550,24626 +"163207",24550,88518 +"163208",24550,120153 +"163209",24551,29590 +"163210",24551,55377 +"163211",24551,55388 +"163212",24551,55484 +"163213",24552,24678 +"163214",24552,24825 +"163215",24552,24897 +"163216",24552,54520 +"163217",24552,56157 +"163218",24553,24612 +"163219",24553,52024 +"163220",24553,60339 +"163221",24553,66799 +"163222",24553,79330 +"163223",24553,80470 +"163224",24553,94092 +"163225",24553,115879 +"163226",24554,68491 +"163227",24554,81226 +"163228",24554,94627 +"163229",24555,49265 +"163230",24555,85080 +"163231",24555,113574 +"163232",24556,85216 +"163233",24557,29914 +"163234",24557,69077 +"163235",24557,100221 +"163236",24557,120988 +"163237",24558,25679 +"163238",24558,26671 +"163239",24558,34276 +"163240",24558,34727 +"163241",24559,47387 +"163242",24559,47388 +"163243",24559,54918 +"163244",24559,73451 +"163245",24559,88031 +"163246",24559,101787 +"163247",24560,49269 +"163248",24561,49283 +"163249",24561,83393 +"163250",24561,84976 +"163251",24561,85591 +"163252",24561,116648 +"163253",24562,30883 +"163254",24562,32258 +"163255",24562,43708 +"163256",24562,47532 +"163257",24562,60385 +"163258",24562,71890 +"163259",24562,76590 +"163260",24562,77506 +"163261",24562,97160 +"163262",24562,98250 +"163263",24562,101349 +"163264",24562,106164 +"163265",24562,112148 +"163266",24563,44795 +"163267",24564,48651 +"163268",24564,61973 +"163269",24564,67410 +"163270",24564,85116 +"163271",24564,86587 +"163272",24564,94375 +"163273",24564,117614 +"163274",24565,25002 +"163275",24566,49280 +"163276",24566,86862 +"163277",24566,119165 +"163278",24567,43278 +"163279",24567,52126 +"163280",24567,105062 +"163281",24568,24663 +"163282",24568,27181 +"163283",24568,30228 +"163284",24568,41423 +"163285",24568,48932 +"163286",24568,52735 +"163287",24568,57738 +"163288",24568,57926 +"163289",24568,63409 +"163290",24568,63846 +"163291",24568,70697 +"163292",24568,72126 +"163293",24568,79640 +"163294",24568,87689 +"163295",24568,88409 +"163296",24568,88808 +"163297",24568,100076 +"163298",24569,29106 +"163299",24569,89440 +"163300",24570,28500 +"163301",24570,32921 +"163302",24570,34213 +"163303",24570,46420 +"163304",24570,46447 +"163305",24570,47344 +"163306",24570,64021 +"163307",24570,101798 +"163308",24570,107769 +"163309",24571,31985 +"163310",24571,32008 +"163311",24571,34594 +"163312",24571,84517 +"163313",24571,110123 +"163314",24572,35476 +"163315",24572,45930 +"163316",24572,63210 +"163317",24572,73998 +"163318",24572,77155 +"163319",24572,112305 +"163320",24574,24618 +"163321",24574,27674 +"163322",24574,104082 +"163323",24575,26246 +"163324",24575,41131 +"163325",24575,43845 +"163326",24575,45838 +"163327",24575,50550 +"163328",24575,74315 +"163329",24575,85320 +"163330",24575,88431 +"163331",24575,95116 +"163332",24575,95861 +"163333",24575,102539 +"163334",24575,102543 +"163335",24575,102700 +"163336",24575,110870 +"163337",24575,118838 +"163338",24576,24972 +"163339",24576,26908 +"163340",24576,26941 +"163341",24576,41446 +"163342",24577,24723 +"163343",24577,37150 +"163344",24577,37163 +"163345",24577,41558 +"163346",24577,48861 +"163347",24577,54848 +"163348",24577,81543 +"163349",24577,83348 +"163350",24577,89907 +"163351",24577,90251 +"163352",24577,94074 +"163353",24577,122603 +"163354",24578,30737 +"163355",24578,32442 +"163356",24578,42015 +"163357",24578,57145 +"163358",24578,61245 +"163359",24578,71911 +"163360",24578,120270 +"163361",24579,92156 +"163362",24579,92977 +"163363",24580,24581 +"163364",24580,24684 +"163365",24581,24684 +"163366",24581,40701 +"163367",24581,40736 +"163368",24581,46009 +"163369",24581,46191 +"163370",24582,38323 +"163371",24585,36470 +"163372",24585,72367 +"163373",24585,89335 +"163374",24585,97580 +"163375",24586,30530 +"163376",24586,36466 +"163377",24586,60805 +"163378",24586,74348 +"163379",24586,83474 +"163380",24586,87182 +"163381",24587,34198 +"163382",24587,51081 +"163383",24587,57825 +"163384",24588,77944 +"163385",24588,111080 +"163386",24589,81409 +"163387",24589,103200 +"163388",24590,42304 +"163389",24590,50430 +"163390",24590,62721 +"163391",24592,30615 +"163392",24592,38110 +"163393",24592,54371 +"163394",24592,98204 +"163395",24593,25981 +"163396",24593,27330 +"163397",24593,27341 +"163398",24593,31329 +"163399",24593,32507 +"163400",24594,106689 +"163401",24595,24776 +"163402",24595,24859 +"163403",24596,26027 +"163404",24596,29311 +"163405",24596,40786 +"163406",24596,40837 +"163407",24596,40845 +"163408",24596,41595 +"163409",24596,43253 +"163410",24596,48173 +"163411",24596,61254 +"163412",24596,63121 +"163413",24596,63152 +"163414",24596,95591 +"163415",24596,110621 +"163416",24596,113058 +"163417",24596,117446 +"163418",24597,38813 +"163419",24597,49366 +"163420",24597,101224 +"163421",24598,24641 +"163422",24598,115813 +"163423",24598,115853 +"163424",24599,25575 +"163425",24600,24626 +"163426",24600,41798 +"163427",24601,91132 +"163428",24602,28485 +"163429",24602,77447 +"163430",24602,78473 +"163431",24602,79966 +"163432",24602,100937 +"163433",24603,60705 +"163434",24603,82823 +"163435",24604,55031 +"163436",24604,65750 +"163437",24604,71826 +"163438",24604,73369 +"163439",24604,79207 +"163440",24606,49255 +"163441",24606,104119 +"163442",24607,35209 +"163443",24607,66104 +"163444",24607,67655 +"163445",24608,34594 +"163446",24608,38863 +"163447",24608,46114 +"163448",24608,66110 +"163449",24608,66116 +"163450",24608,66119 +"163451",24608,69896 +"163452",24608,82735 +"163453",24609,77139 +"163454",24609,106380 +"163455",24610,30317 +"163456",24610,34570 +"163457",24610,36085 +"163458",24610,45131 +"163459",24610,45250 +"163460",24610,45296 +"163461",24611,36003 +"163462",24611,37029 +"163463",24611,37494 +"163464",24611,48084 +"163465",24611,49088 +"163466",24611,49172 +"163467",24611,81096 +"163468",24611,86519 +"163469",24611,96700 +"163470",24611,96701 +"163471",24611,96724 +"163472",24612,38041 +"163473",24612,51224 +"163474",24612,64686 +"163475",24612,67511 +"163476",24612,78364 +"163477",24613,94972 +"163478",24613,101691 +"163479",24615,35702 +"163480",24615,70941 +"163481",24615,93253 +"163482",24615,99507 +"163483",24615,115919 +"163484",24615,118961 +"163485",24615,119198 +"163486",24616,32995 +"163487",24617,78355 +"163488",24617,95604 +"163489",24618,29999 +"163490",24618,104082 +"163491",24619,42374 +"163492",24619,50739 +"163493",24619,50824 +"163494",24619,53954 +"163495",24620,68160 +"163496",24620,107278 +"163497",24620,113585 +"163498",24621,34259 +"163499",24621,63669 +"163500",24621,68865 +"163501",24622,71267 +"163502",24623,34884 +"163503",24623,54815 +"163504",24623,61251 +"163505",24623,71469 +"163506",24623,86628 +"163507",24623,90946 +"163508",24623,119999 +"163509",24623,120000 +"163510",24623,122395 +"163511",24624,94190 +"163512",24625,80936 +"163513",24627,26140 +"163514",24627,37037 +"163515",24627,45734 +"163516",24627,56390 +"163517",24627,91017 +"163518",24628,31087 +"163519",24629,53747 +"163520",24630,28404 +"163521",24630,33486 +"163522",24630,45236 +"163523",24630,54593 +"163524",24630,55363 +"163525",24630,63328 +"163526",24630,76376 +"163527",24630,90968 +"163528",24630,91726 +"163529",24631,25006 +"163530",24631,25421 +"163531",24631,25454 +"163532",24632,28931 +"163533",24632,34782 +"163534",24633,24903 +"163535",24633,25400 +"163536",24633,62826 +"163537",24633,70669 +"163538",24633,70692 +"163539",24634,42604 +"163540",24635,26912 +"163541",24635,48285 +"163542",24635,51927 +"163543",24635,56809 +"163544",24635,60228 +"163545",24635,60828 +"163546",24635,66260 +"163547",24635,75321 +"163548",24635,93452 +"163549",24635,119739 +"163550",24636,24637 +"163551",24636,32182 +"163552",24636,38373 +"163553",24636,47615 +"163554",24636,82079 +"163555",24636,87623 +"163556",24636,96059 +"163557",24639,24721 +"163558",24639,25610 +"163559",24639,28491 +"163560",24639,33777 +"163561",24639,35888 +"163562",24639,42606 +"163563",24639,57866 +"163564",24639,72418 +"163565",24640,24705 +"163566",24640,27288 +"163567",24640,28273 +"163568",24640,30344 +"163569",24640,34730 +"163570",24640,50278 +"163571",24640,57821 +"163572",24640,59097 +"163573",24640,100131 +"163574",24640,101250 +"163575",24641,92994 +"163576",24642,78700 +"163577",24642,118688 +"163578",24643,79139 +"163579",24644,34057 +"163580",24644,36171 +"163581",24644,43793 +"163582",24644,43796 +"163583",24644,58187 +"163584",24644,72445 +"163585",24645,47490 +"163586",24646,122967 +"163587",24647,24648 +"163588",24647,44151 +"163589",24648,24825 +"163590",24648,52666 +"163591",24648,58485 +"163592",24648,64934 +"163593",24648,74539 +"163594",24648,75860 +"163595",24649,24650 +"163596",24649,55964 +"163597",24649,71232 +"163598",24649,106112 +"163599",24650,50315 +"163600",24650,69030 +"163601",24651,74409 +"163602",24651,103228 +"163603",24651,120134 +"163604",24653,31117 +"163605",24653,33200 +"163606",24653,41471 +"163607",24653,53989 +"163608",24653,76737 +"163609",24653,95229 +"163610",24653,102777 +"163611",24654,24655 +"163612",24654,24780 +"163613",24654,24836 +"163614",24654,24901 +"163615",24654,70805 +"163616",24655,24780 +"163617",24655,24836 +"163618",24655,24901 +"163619",24656,24742 +"163620",24656,24821 +"163621",24656,24883 +"163622",24656,24885 +"163623",24657,28611 +"163624",24658,26062 +"163625",24658,41461 +"163626",24658,44532 +"163627",24658,44557 +"163628",24658,99385 +"163629",24659,70355 +"163630",24660,27500 +"163631",24660,31328 +"163632",24660,60703 +"163633",24660,86592 +"163634",24661,79937 +"163635",24661,98390 +"163636",24661,101175 +"163637",24662,33012 +"163638",24662,47113 +"163639",24662,50343 +"163640",24662,51108 +"163641",24662,57487 +"163642",24662,83924 +"163643",24663,25761 +"163644",24663,25976 +"163645",24663,29684 +"163646",24663,30416 +"163647",24663,32947 +"163648",24663,34731 +"163649",24663,44674 +"163650",24663,52441 +"163651",24663,57926 +"163652",24663,63409 +"163653",24663,66664 +"163654",24663,71654 +"163655",24663,79804 +"163656",24663,90939 +"163657",24663,91905 +"163658",24663,101616 +"163659",24663,107396 +"163660",24663,110119 +"163661",24663,110863 +"163662",24663,112765 +"163663",24663,112767 +"163664",24663,117402 +"163665",24664,30995 +"163666",24664,60255 +"163667",24664,73348 +"163668",24664,81600 +"163669",24664,110709 +"163670",24665,24700 +"163671",24666,25284 +"163672",24666,32145 +"163673",24666,58445 +"163674",24666,79609 +"163675",24666,86224 +"163676",24666,89661 +"163677",24666,100371 +"163678",24666,105754 +"163679",24666,114687 +"163680",24667,31216 +"163681",24667,34302 +"163682",24667,66787 +"163683",24667,85340 +"163684",24667,96035 +"163685",24668,33434 +"163686",24668,122067 +"163687",24669,27992 +"163688",24669,30158 +"163689",24669,31100 +"163690",24669,95979 +"163691",24669,96595 +"163692",24672,64946 +"163693",24672,76137 +"163694",24673,29918 +"163695",24673,104430 +"163696",24675,56727 +"163697",24675,84937 +"163698",24676,67821 +"163699",24678,24825 +"163700",24678,24897 +"163701",24678,32737 +"163702",24678,33160 +"163703",24678,33320 +"163704",24678,38534 +"163705",24678,38539 +"163706",24678,38540 +"163707",24679,37884 +"163708",24679,51326 +"163709",24679,53747 +"163710",24679,55353 +"163711",24679,64801 +"163712",24679,110311 +"163713",24680,33110 +"163714",24680,63725 +"163715",24680,89209 +"163716",24681,25534 +"163717",24681,33391 +"163718",24681,37751 +"163719",24681,37816 +"163720",24681,37884 +"163721",24681,41740 +"163722",24681,49116 +"163723",24681,70114 +"163724",24682,44127 +"163725",24682,49034 +"163726",24683,35223 +"163727",24683,49143 +"163728",24683,95718 +"163729",24683,106637 +"163730",24685,29840 +"163731",24685,35159 +"163732",24686,25246 +"163733",24686,25499 +"163734",24686,25540 +"163735",24686,25556 +"163736",24686,25598 +"163737",24687,33812 +"163738",24687,36077 +"163739",24687,49251 +"163740",24687,66938 +"163741",24688,39141 +"163742",24689,25072 +"163743",24689,26992 +"163744",24689,32194 +"163745",24689,37776 +"163746",24689,45279 +"163747",24689,88272 +"163748",24689,107844 +"163749",24690,47373 +"163750",24690,51094 +"163751",24690,72272 +"163752",24690,114849 +"163753",24691,24733 +"163754",24691,70689 +"163755",24691,111082 +"163756",24691,111092 +"163757",24692,24782 +"163758",24692,32427 +"163759",24693,25057 +"163760",24693,45917 +"163761",24693,55668 +"163762",24694,28655 +"163763",24694,33252 +"163764",24694,52751 +"163765",24694,52824 +"163766",24694,57994 +"163767",24696,24733 +"163768",24696,31071 +"163769",24696,46748 +"163770",24696,78587 +"163771",24696,96407 +"163772",24696,102655 +"163773",24696,114364 +"163774",24698,24765 +"163775",24698,75670 +"163776",24699,25085 +"163777",24699,32811 +"163778",24699,38772 +"163779",24699,55395 +"163780",24699,59444 +"163781",24699,60773 +"163782",24699,66143 +"163783",24699,72659 +"163784",24699,112143 +"163785",24700,79966 +"163786",24701,35051 +"163787",24701,40817 +"163788",24701,42251 +"163789",24701,75566 +"163790",24701,97247 +"163791",24702,83845 +"163792",24702,102935 +"163793",24703,79442 +"163794",24704,53982 +"163795",24705,31857 +"163796",24705,35579 +"163797",24705,76145 +"163798",24705,81648 +"163799",24705,86023 +"163800",24705,99141 +"163801",24706,46915 +"163802",24706,85909 +"163803",24706,114796 +"163804",24706,119804 +"163805",24707,51924 +"163806",24707,93855 +"163807",24708,28510 +"163808",24708,31553 +"163809",24708,37153 +"163810",24708,41524 +"163811",24708,87853 +"163812",24708,97558 +"163813",24708,117044 +"163814",24709,37214 +"163815",24709,42502 +"163816",24709,43267 +"163817",24709,61555 +"163818",24709,70392 +"163819",24709,71632 +"163820",24709,73902 +"163821",24709,75620 +"163822",24709,83051 +"163823",24709,84732 +"163824",24709,86838 +"163825",24710,25143 +"163826",24710,25303 +"163827",24710,25664 +"163828",24710,26407 +"163829",24710,27174 +"163830",24710,27196 +"163831",24710,27710 +"163832",24710,28703 +"163833",24710,29253 +"163834",24710,29341 +"163835",24710,29560 +"163836",24710,29573 +"163837",24710,29868 +"163838",24710,32000 +"163839",24710,32438 +"163840",24710,32967 +"163841",24710,33223 +"163842",24710,33881 +"163843",24710,34097 +"163844",24710,34330 +"163845",24710,34513 +"163846",24710,35400 +"163847",24710,36476 +"163848",24710,36547 +"163849",24710,36745 +"163850",24710,37821 +"163851",24710,37931 +"163852",24710,38146 +"163853",24710,38319 +"163854",24710,38457 +"163855",24710,39398 +"163856",24710,39492 +"163857",24710,40320 +"163858",24710,40373 +"163859",24710,40542 +"163860",24710,41182 +"163861",24710,42131 +"163862",24710,46843 +"163863",24710,48331 +"163864",24710,57150 +"163865",24711,34951 +"163866",24711,38598 +"163867",24711,53840 +"163868",24711,85617 +"163869",24712,50731 +"163870",24712,94871 +"163871",24712,108083 +"163872",24713,25346 +"163873",24713,32053 +"163874",24714,41899 +"163875",24714,70688 +"163876",24714,82081 +"163877",24714,100005 +"163878",24714,114800 +"163879",24714,121426 +"163880",24715,44370 +"163881",24716,41272 +"163882",24716,43959 +"163883",24716,52124 +"163884",24716,57031 +"163885",24716,59253 +"163886",24716,90840 +"163887",24716,95439 +"163888",24716,111331 +"163889",24717,31841 +"163890",24717,33201 +"163891",24717,41239 +"163892",24717,48707 +"163893",24717,56248 +"163894",24717,94952 +"163895",24717,104044 +"163896",24717,106747 +"163897",24718,24925 +"163898",24718,85878 +"163899",24718,90560 +"163900",24718,94714 +"163901",24718,102659 +"163902",24718,118924 +"163903",24718,119008 +"163904",24718,119012 +"163905",24719,25755 +"163906",24719,27302 +"163907",24719,27311 +"163908",24719,36514 +"163909",24720,24787 +"163910",24720,32592 +"163911",24720,37020 +"163912",24720,39010 +"163913",24720,42455 +"163914",24720,43853 +"163915",24720,46578 +"163916",24720,51144 +"163917",24721,28067 +"163918",24721,46091 +"163919",24721,63643 +"163920",24721,71651 +"163921",24721,72462 +"163922",24721,72472 +"163923",24722,24881 +"163924",24722,25690 +"163925",24722,90669 +"163926",24722,92741 +"163927",24722,109536 +"163928",24722,109901 +"163929",24723,28450 +"163930",24723,29998 +"163931",24723,36859 +"163932",24723,41266 +"163933",24723,46803 +"163934",24723,50041 +"163935",24723,50247 +"163936",24723,76133 +"163937",24723,81172 +"163938",24723,104592 +"163939",24723,104848 +"163940",24723,104942 +"163941",24723,111886 +"163942",24723,111896 +"163943",24723,111906 +"163944",24726,79475 +"163945",24727,24796 +"163946",24728,24932 +"163947",24728,42903 +"163948",24728,51859 +"163949",24728,53476 +"163950",24728,58296 +"163951",24728,85446 +"163952",24728,115528 +"163953",24728,121675 +"163954",24729,26335 +"163955",24729,30038 +"163956",24729,34011 +"163957",24729,36927 +"163958",24729,41679 +"163959",24729,41881 +"163960",24729,42723 +"163961",24729,45088 +"163962",24729,45308 +"163963",24729,49776 +"163964",24729,54498 +"163965",24729,55286 +"163966",24729,56787 +"163967",24729,66257 +"163968",24729,74558 +"163969",24729,75054 +"163970",24729,81749 +"163971",24729,89393 +"163972",24729,90725 +"163973",24729,116115 +"163974",24729,121959 +"163975",24730,68028 +"163976",24730,73644 +"163977",24730,103592 +"163978",24732,32266 +"163979",24732,36337 +"163980",24732,78990 +"163981",24732,84863 +"163982",24732,86698 +"163983",24732,93958 +"163984",24732,102792 +"163985",24733,29757 +"163986",24733,30513 +"163987",24733,33257 +"163988",24733,70243 +"163989",24733,78587 +"163990",24733,79148 +"163991",24733,114364 +"163992",24733,116071 +"163993",24734,24860 +"163994",24734,24863 +"163995",24734,38538 +"163996",24734,39752 +"163997",24734,47705 +"163998",24734,50430 +"163999",24734,52225 +"164000",24734,67648 +"164001",24734,68829 +"164002",24734,84003 +"164003",24735,24921 +"164004",24735,39739 +"164005",24735,42519 +"164006",24735,51386 +"164007",24735,57664 +"164008",24735,57990 +"164009",24735,59307 +"164010",24735,70078 +"164011",24735,95913 +"164012",24735,95925 +"164013",24735,95935 +"164014",24735,105495 +"164015",24735,105496 +"164016",24735,122285 +"164017",24736,24818 +"164018",24736,24861 +"164019",24736,24864 +"164020",24737,33059 +"164021",24738,43111 +"164022",24738,51671 +"164023",24738,57605 +"164024",24740,25342 +"164025",24740,73007 +"164026",24740,93102 +"164027",24741,27787 +"164028",24741,36967 +"164029",24741,49065 +"164030",24741,72605 +"164031",24741,72768 +"164032",24741,72950 +"164033",24742,24821 +"164034",24742,24883 +"164035",24742,24885 +"164036",24742,53549 +"164037",24743,29611 +"164038",24743,32323 +"164039",24743,45444 +"164040",24743,47529 +"164041",24743,50257 +"164042",24743,79827 +"164043",24744,56948 +"164044",24744,86757 +"164045",24744,86763 +"164046",24744,86768 +"164047",24745,86424 +"164048",24746,24917 +"164049",24746,26507 +"164050",24746,44037 +"164051",24746,44857 +"164052",24746,53830 +"164053",24746,56854 +"164054",24746,68844 +"164055",24746,75302 +"164056",24746,75761 +"164057",24746,75762 +"164058",24746,75763 +"164059",24746,75764 +"164060",24746,75765 +"164061",24746,88288 +"164062",24746,88443 +"164063",24746,96525 +"164064",24747,24857 +"164065",24747,38658 +"164066",24747,108210 +"164067",24747,108228 +"164068",24748,62411 +"164069",24748,72794 +"164070",24748,87567 +"164071",24748,89439 +"164072",24748,110242 +"164073",24748,110373 +"164074",24750,24756 +"164075",24750,30356 +"164076",24750,115287 +"164077",24751,39614 +"164078",24753,24793 +"164079",24753,24794 +"164080",24753,24826 +"164081",24753,24858 +"164082",24753,24895 +"164083",24753,26825 +"164084",24753,28984 +"164085",24753,31209 +"164086",24753,32052 +"164087",24753,33916 +"164088",24753,41664 +"164089",24753,45060 +"164090",24753,52699 +"164091",24753,83273 +"164092",24753,87154 +"164093",24753,91560 +"164094",24753,97275 +"164095",24753,102116 +"164096",24754,24923 +"164097",24754,60188 +"164098",24755,26570 +"164099",24755,31284 +"164100",24755,41832 +"164101",24755,46108 +"164102",24755,50387 +"164103",24755,51819 +"164104",24755,53546 +"164105",24755,56476 +"164106",24755,57268 +"164107",24755,58230 +"164108",24755,62898 +"164109",24755,75244 +"164110",24755,83747 +"164111",24755,86325 +"164112",24755,87105 +"164113",24755,87632 +"164114",24755,92220 +"164115",24755,92724 +"164116",24755,100396 +"164117",24755,104303 +"164118",24755,106875 +"164119",24756,32520 +"164120",24756,37569 +"164121",24756,37739 +"164122",24756,37934 +"164123",24756,48856 +"164124",24756,51079 +"164125",24756,60385 +"164126",24756,95430 +"164127",24757,37443 +"164128",24757,53964 +"164129",24758,68414 +"164130",24758,109680 +"164131",24758,117035 +"164132",24759,107607 +"164133",24759,119438 +"164134",24760,24884 +"164135",24760,26527 +"164136",24760,30966 +"164137",24760,32239 +"164138",24760,42867 +"164139",24760,52648 +"164140",24760,56525 +"164141",24760,57443 +"164142",24761,47884 +"164143",24761,50476 +"164144",24761,50753 +"164145",24761,66003 +"164146",24761,67944 +"164147",24761,70917 +"164148",24761,74004 +"164149",24761,83604 +"164150",24761,93665 +"164151",24761,97029 +"164152",24761,119712 +"164153",24762,41208 +"164154",24762,77941 +"164155",24762,85410 +"164156",24762,89969 +"164157",24762,90859 +"164158",24762,105139 +"164159",24762,105502 +"164160",24763,36183 +"164161",24763,55442 +"164162",24763,69520 +"164163",24763,90025 +"164164",24763,108507 +"164165",24763,109988 +"164166",24763,112994 +"164167",24763,123076 +"164168",24764,66197 +"164169",24764,97437 +"164170",24764,115668 +"164171",24764,123442 +"164172",24765,92206 +"164173",24766,26387 +"164174",24766,40245 +"164175",24766,76511 +"164176",24766,77285 +"164177",24766,87248 +"164178",24766,95266 +"164179",24767,37269 +"164180",24768,85573 +"164181",24768,114096 +"164182",24769,28330 +"164183",24769,45357 +"164184",24769,58474 +"164185",24769,84509 +"164186",24770,27162 +"164187",24770,27256 +"164188",24770,27286 +"164189",24770,27522 +"164190",24770,27635 +"164191",24770,30153 +"164192",24770,30461 +"164193",24770,34041 +"164194",24770,35146 +"164195",24770,35942 +"164196",24770,35993 +"164197",24770,43224 +"164198",24770,49642 +"164199",24770,51452 +"164200",24770,51520 +"164201",24770,53708 +"164202",24770,66750 +"164203",24770,68919 +"164204",24770,69223 +"164205",24770,69438 +"164206",24770,71059 +"164207",24770,76541 +"164208",24770,80124 +"164209",24770,86553 +"164210",24770,94987 +"164211",24770,96114 +"164212",24770,96170 +"164213",24770,96583 +"164214",24770,107636 +"164215",24770,123225 +"164216",24770,123246 +"164217",24770,123251 +"164218",24770,123254 +"164219",24771,24831 +"164220",24771,98281 +"164221",24772,28624 +"164222",24772,59618 +"164223",24772,63388 +"164224",24772,72049 +"164225",24772,83234 +"164226",24772,86761 +"164227",24772,105941 +"164228",24772,120011 +"164229",24773,67012 +"164230",24774,64619 +"164231",24774,76659 +"164232",24774,76737 +"164233",24775,85070 +"164234",24775,96318 +"164235",24776,24859 +"164236",24776,43422 +"164237",24776,47030 +"164238",24776,54747 +"164239",24776,93563 +"164240",24776,94108 +"164241",24776,123404 +"164242",24777,55955 +"164243",24777,77926 +"164244",24778,24913 +"164245",24778,25600 +"164246",24778,50562 +"164247",24778,54539 +"164248",24778,63639 +"164249",24778,64288 +"164250",24778,64343 +"164251",24778,64344 +"164252",24779,89812 +"164253",24780,24836 +"164254",24780,24901 +"164255",24781,29794 +"164256",24781,31857 +"164257",24781,39920 +"164258",24781,41167 +"164259",24782,61186 +"164260",24783,25070 +"164261",24783,30117 +"164262",24783,60534 +"164263",24783,66235 +"164264",24783,91498 +"164265",24784,41776 +"164266",24784,49612 +"164267",24784,78590 +"164268",24784,103464 +"164269",24785,24938 +"164270",24785,38780 +"164271",24785,78226 +"164272",24785,86544 +"164273",24785,86545 +"164274",24785,88271 +"164275",24785,88356 +"164276",24786,25215 +"164277",24786,25217 +"164278",24787,28978 +"164279",24787,29541 +"164280",24787,39010 +"164281",24788,48300 +"164282",24790,38774 +"164283",24790,50092 +"164284",24790,52216 +"164285",24790,60663 +"164286",24790,74044 +"164287",24790,99989 +"164288",24791,57133 +"164289",24792,46700 +"164290",24793,24794 +"164291",24793,24826 +"164292",24793,24858 +"164293",24793,24895 +"164294",24793,27007 +"164295",24793,28984 +"164296",24793,31209 +"164297",24793,32052 +"164298",24793,32690 +"164299",24793,33916 +"164300",24793,34568 +"164301",24793,55148 +"164302",24793,75506 +"164303",24793,75564 +"164304",24793,75724 +"164305",24793,100924 +"164306",24793,106261 +"164307",24794,24826 +"164308",24794,24858 +"164309",24794,24895 +"164310",24794,39707 +"164311",24794,52898 +"164312",24794,60838 +"164313",24794,63969 +"164314",24794,81916 +"164315",24794,82828 +"164316",24794,110433 +"164317",24795,24838 +"164318",24795,111583 +"164319",24795,111660 +"164320",24796,25747 +"164321",24796,28869 +"164322",24796,38736 +"164323",24796,42746 +"164324",24796,76482 +"164325",24796,84533 +"164326",24796,85379 +"164327",24797,55532 +"164328",24797,67549 +"164329",24797,90037 +"164330",24797,91113 +"164331",24797,112490 +"164332",24798,43736 +"164333",24798,43829 +"164334",24799,30818 +"164335",24799,55843 +"164336",24799,55888 +"164337",24799,57303 +"164338",24799,58159 +"164339",24799,82814 +"164340",24800,110140 +"164341",24801,43389 +"164342",24801,47883 +"164343",24801,71256 +"164344",24801,99341 +"164345",24802,53643 +"164346",24802,62518 +"164347",24802,69012 +"164348",24802,75648 +"164349",24802,80477 +"164350",24802,101327 +"164351",24802,119324 +"164352",24803,24804 +"164353",24803,43991 +"164354",24803,73058 +"164355",24803,74579 +"164356",24803,79918 +"164357",24803,91829 +"164358",24803,94218 +"164359",24803,113396 +"164360",24805,24867 +"164361",24805,25678 +"164362",24805,67701 +"164363",24805,67703 +"164364",24805,67745 +"164365",24805,73357 +"164366",24805,79727 +"164367",24805,79728 +"164368",24806,32892 +"164369",24806,38432 +"164370",24806,46040 +"164371",24806,67501 +"164372",24806,87651 +"164373",24807,25458 +"164374",24807,29490 +"164375",24807,121549 +"164376",24807,123492 +"164377",24808,29685 +"164378",24809,41100 +"164379",24809,42156 +"164380",24812,28823 +"164381",24812,29089 +"164382",24812,29512 +"164383",24812,49359 +"164384",24812,65634 +"164385",24812,66756 +"164386",24812,100055 +"164387",24812,104624 +"164388",24812,106153 +"164389",24812,106165 +"164390",24813,24846 +"164391",24814,24824 +"164392",24814,24891 +"164393",24814,32686 +"164394",24814,38697 +"164395",24814,42646 +"164396",24814,55261 +"164397",24814,57563 +"164398",24814,67591 +"164399",24814,68720 +"164400",24814,68915 +"164401",24815,26758 +"164402",24816,40129 +"164403",24816,46367 +"164404",24816,53326 +"164405",24817,24879 +"164406",24817,38111 +"164407",24817,94029 +"164408",24818,24861 +"164409",24818,24864 +"164410",24821,24883 +"164411",24821,24885 +"164412",24822,62614 +"164413",24823,24927 +"164414",24823,25470 +"164415",24823,37914 +"164416",24823,98000 +"164417",24823,109576 +"164418",24824,24891 +"164419",24824,32686 +"164420",24824,38697 +"164421",24824,39104 +"164422",24824,50504 +"164423",24824,60256 +"164424",24825,24897 +"164425",24825,31613 +"164426",24825,38340 +"164427",24825,39005 +"164428",24825,39006 +"164429",24825,39018 +"164430",24825,52666 +"164431",24825,56731 +"164432",24825,58485 +"164433",24825,60465 +"164434",24825,60544 +"164435",24825,69384 +"164436",24825,75860 +"164437",24825,89811 +"164438",24826,24858 +"164439",24826,24895 +"164440",24826,42980 +"164441",24826,58137 +"164442",24826,58852 +"164443",24827,29590 +"164444",24827,37921 +"164445",24827,40175 +"164446",24828,24924 +"164447",24828,27483 +"164448",24829,55624 +"164449",24829,55653 +"164450",24830,40955 +"164451",24830,40990 +"164452",24830,40991 +"164453",24831,39521 +"164454",24832,51075 +"164455",24832,92904 +"164456",24832,94995 +"164457",24832,100802 +"164458",24832,105665 +"164459",24833,27693 +"164460",24833,45811 +"164461",24833,92827 +"164462",24834,27104 +"164463",24834,36454 +"164464",24834,37850 +"164465",24834,44588 +"164466",24834,74203 +"164467",24834,76356 +"164468",24834,105134 +"164469",24834,121043 +"164470",24834,122503 +"164471",24835,25185 +"164472",24835,27460 +"164473",24835,60758 +"164474",24835,61684 +"164475",24835,78842 +"164476",24835,106741 +"164477",24836,24901 +"164478",24838,89965 +"164479",24838,100807 +"164480",24839,40596 +"164481",24839,51257 +"164482",24839,55180 +"164483",24839,55191 +"164484",24839,55204 +"164485",24839,55258 +"164486",24839,55259 +"164487",24839,78761 +"164488",24839,104234 +"164489",24839,104281 +"164490",24839,104299 +"164491",24840,29620 +"164492",24840,35299 +"164493",24840,73758 +"164494",24840,99178 +"164495",24841,48879 +"164496",24841,71841 +"164497",24841,113730 +"164498",24842,28173 +"164499",24842,37627 +"164500",24842,49334 +"164501",24842,49646 +"164502",24842,107012 +"164503",24842,107033 +"164504",24843,32909 +"164505",24843,58649 +"164506",24843,61829 +"164507",24843,85030 +"164508",24843,99374 +"164509",24844,43490 +"164510",24844,85960 +"164511",24845,38564 +"164512",24845,38565 +"164513",24845,45284 +"164514",24845,60134 +"164515",24845,63133 +"164516",24845,65734 +"164517",24845,68997 +"164518",24845,81914 +"164519",24845,87748 +"164520",24845,88943 +"164521",24845,91128 +"164522",24845,101811 +"164523",24845,106186 +"164524",24846,30891 +"164525",24846,33413 +"164526",24846,39581 +"164527",24846,46664 +"164528",24846,46825 +"164529",24846,59100 +"164530",24846,68889 +"164531",24846,70497 +"164532",24846,70698 +"164533",24846,72321 +"164534",24846,91429 +"164535",24847,33451 +"164536",24847,33968 +"164537",24847,49055 +"164538",24847,54204 +"164539",24847,59814 +"164540",24847,85063 +"164541",24848,30144 +"164542",24848,31401 +"164543",24848,85032 +"164544",24848,87647 +"164545",24848,91520 +"164546",24848,92507 +"164547",24848,92509 +"164548",24848,94688 +"164549",24849,31240 +"164550",24850,28959 +"164551",24850,30413 +"164552",24850,31159 +"164553",24851,38788 +"164554",24851,65529 +"164555",24852,35072 +"164556",24852,53630 +"164557",24852,54096 +"164558",24852,114436 +"164559",24853,37199 +"164560",24853,52119 +"164561",24853,76208 +"164562",24854,62450 +"164563",24855,27195 +"164564",24856,86460 +"164565",24857,39828 +"164566",24857,94064 +"164567",24858,24895 +"164568",24858,55148 +"164569",24858,93830 +"164570",24858,100924 +"164571",24858,123390 +"164572",24859,25781 +"164573",24859,111679 +"164574",24860,24863 +"164575",24860,50430 +"164576",24861,24864 +"164577",24861,27946 +"164578",24861,43480 +"164579",24861,47733 +"164580",24861,61580 +"164581",24861,68190 +"164582",24861,69778 +"164583",24861,69825 +"164584",24861,84932 +"164585",24862,24887 +"164586",24862,24896 +"164587",24862,24928 +"164588",24862,24929 +"164589",24862,36405 +"164590",24863,50038 +"164591",24863,50430 +"164592",24863,76230 +"164593",24863,80508 +"164594",24864,32398 +"164595",24864,33285 +"164596",24864,40194 +"164597",24864,43480 +"164598",24864,52915 +"164599",24866,43996 +"164600",24866,46922 +"164601",24866,47534 +"164602",24866,51589 +"164603",24866,53899 +"164604",24866,63390 +"164605",24866,102851 +"164606",24867,24868 +"164607",24867,29354 +"164608",24867,36996 +"164609",24867,38926 +"164610",24867,60822 +"164611",24867,77676 +"164612",24868,29354 +"164613",24868,29751 +"164614",24868,31489 +"164615",24868,31785 +"164616",24868,31818 +"164617",24868,32168 +"164618",24868,36880 +"164619",24868,48712 +"164620",24868,77676 +"164621",24868,77696 +"164622",24868,81848 +"164623",24868,91465 +"164624",24868,103324 +"164625",24868,103405 +"164626",24868,103406 +"164627",24868,106975 +"164628",24868,114971 +"164629",24869,25331 +"164630",24869,38720 +"164631",24869,47596 +"164632",24869,48220 +"164633",24869,49918 +"164634",24869,56541 +"164635",24869,56642 +"164636",24869,58325 +"164637",24869,58345 +"164638",24870,41654 +"164639",24870,63905 +"164640",24870,68957 +"164641",24870,113639 +"164642",24870,117157 +"164643",24871,87502 +"164644",24871,113442 +"164645",24872,93785 +"164646",24873,27726 +"164647",24873,27838 +"164648",24873,81675 +"164649",24874,26048 +"164650",24874,32361 +"164651",24874,75977 +"164652",24874,81822 +"164653",24875,57720 +"164654",24876,29372 +"164655",24876,40646 +"164656",24876,53333 +"164657",24876,79836 +"164658",24876,85329 +"164659",24877,41351 +"164660",24877,42379 +"164661",24877,57878 +"164662",24877,70665 +"164663",24877,88439 +"164664",24877,97918 +"164665",24878,37214 +"164666",24878,44786 +"164667",24878,48273 +"164668",24878,48327 +"164669",24878,48407 +"164670",24878,48853 +"164671",24878,73902 +"164672",24879,38111 +"164673",24879,74049 +"164674",24879,80668 +"164675",24879,85372 +"164676",24880,55582 +"164677",24880,74069 +"164678",24880,82536 +"164679",24880,102991 +"164680",24881,28068 +"164681",24881,29286 +"164682",24881,30770 +"164683",24881,55777 +"164684",24881,59975 +"164685",24881,68539 +"164686",24881,79262 +"164687",24881,80134 +"164688",24881,88149 +"164689",24881,92547 +"164690",24881,99493 +"164691",24881,106594 +"164692",24882,87272 +"164693",24882,90675 +"164694",24882,101887 +"164695",24882,104945 +"164696",24883,24885 +"164697",24884,28413 +"164698",24884,32239 +"164699",24884,35092 +"164700",24884,50468 +"164701",24884,56525 +"164702",24884,57421 +"164703",24884,76814 +"164704",24884,80928 +"164705",24884,94156 +"164706",24886,30358 +"164707",24886,37644 +"164708",24886,45425 +"164709",24886,80545 +"164710",24886,81073 +"164711",24886,86740 +"164712",24886,92856 +"164713",24886,115656 +"164714",24887,24896 +"164715",24887,24928 +"164716",24887,24929 +"164717",24888,53211 +"164718",24888,74101 +"164719",24888,82508 +"164720",24888,87471 +"164721",24888,91312 +"164722",24888,91794 +"164723",24888,101743 +"164724",24888,108800 +"164725",24888,113081 +"164726",24889,24890 +"164727",24889,25648 +"164728",24889,30655 +"164729",24889,44679 +"164730",24889,74180 +"164731",24889,88379 +"164732",24889,99620 +"164733",24889,109109 +"164734",24889,113253 +"164735",24889,122700 +"164736",24890,25648 +"164737",24890,30655 +"164738",24890,44679 +"164739",24890,74180 +"164740",24890,88379 +"164741",24890,99613 +"164742",24890,99620 +"164743",24890,109109 +"164744",24890,113253 +"164745",24890,122700 +"164746",24891,32686 +"164747",24891,38697 +"164748",24891,39104 +"164749",24891,59033 +"164750",24891,59437 +"164751",24891,59459 +"164752",24891,59473 +"164753",24891,59474 +"164754",24892,47577 +"164755",24892,53417 +"164756",24892,53668 +"164757",24892,99096 +"164758",24892,102854 +"164759",24893,25907 +"164760",24894,106261 +"164761",24895,99034 +"164762",24896,24928 +"164763",24896,24929 +"164764",24896,32717 +"164765",24896,66567 +"164766",24896,85392 +"164767",24898,66672 +"164768",24898,86458 +"164769",24899,31656 +"164770",24899,38045 +"164771",24899,82283 +"164772",24899,89474 +"164773",24899,99747 +"164774",24899,99763 +"164775",24899,102217 +"164776",24899,102468 +"164777",24899,107191 +"164778",24900,33440 +"164779",24900,34062 +"164780",24900,34144 +"164781",24900,34291 +"164782",24900,34334 +"164783",24900,34403 +"164784",24900,86150 +"164785",24901,50261 +"164786",24902,33952 +"164787",24902,83826 +"164788",24903,25400 +"164789",24903,66352 +"164790",24904,29508 +"164791",24904,36094 +"164792",24904,44797 +"164793",24904,97023 +"164794",24905,25941 +"164795",24905,26092 +"164796",24905,28691 +"164797",24905,33836 +"164798",24905,34782 +"164799",24905,41306 +"164800",24905,43845 +"164801",24905,43871 +"164802",24905,56465 +"164803",24905,60343 +"164804",24906,26795 +"164805",24906,29321 +"164806",24906,55155 +"164807",24906,61081 +"164808",24906,61732 +"164809",24906,116341 +"164810",24907,27650 +"164811",24907,36724 +"164812",24907,49283 +"164813",24907,73797 +"164814",24907,83377 +"164815",24907,103577 +"164816",24907,110825 +"164817",24907,117684 +"164818",24909,58628 +"164819",24910,25758 +"164820",24910,26537 +"164821",24910,26872 +"164822",24910,28767 +"164823",24910,28871 +"164824",24910,30230 +"164825",24910,30334 +"164826",24910,35496 +"164827",24910,36393 +"164828",24910,37610 +"164829",24910,37636 +"164830",24910,39435 +"164831",24910,40131 +"164832",24910,40166 +"164833",24910,40392 +"164834",24910,40905 +"164835",24910,41030 +"164836",24910,41429 +"164837",24910,41527 +"164838",24910,41529 +"164839",24910,41778 +"164840",24910,43147 +"164841",24910,43234 +"164842",24910,43858 +"164843",24910,44828 +"164844",24910,45657 +"164845",24910,45919 +"164846",24910,45933 +"164847",24910,46434 +"164848",24910,46788 +"164849",24910,47123 +"164850",24910,47488 +"164851",24910,48909 +"164852",24910,49859 +"164853",24910,50064 +"164854",24910,50067 +"164855",24910,50554 +"164856",24910,50879 +"164857",24910,51783 +"164858",24910,52018 +"164859",24910,53388 +"164860",24910,53444 +"164861",24910,53527 +"164862",24910,53555 +"164863",24910,54275 +"164864",24910,56628 +"164865",24910,57247 +"164866",24910,57548 +"164867",24910,58004 +"164868",24910,58068 +"164869",24910,58633 +"164870",24910,61111 +"164871",24910,61127 +"164872",24910,68287 +"164873",24910,102556 +"164874",24911,24943 +"164875",24911,25312 +"164876",24911,85046 +"164877",24911,85305 +"164878",24911,92697 +"164879",24912,90256 +"164880",24913,25600 +"164881",24914,29073 +"164882",24914,29996 +"164883",24914,33817 +"164884",24914,34651 +"164885",24914,55143 +"164886",24914,58133 +"164887",24914,102133 +"164888",24916,24928 +"164889",24916,85392 +"164890",24916,92465 +"164891",24918,35555 +"164892",24919,43858 +"164893",24919,51625 +"164894",24920,31951 +"164895",24920,51572 +"164896",24922,28170 +"164897",24922,28275 +"164898",24923,30532 +"164899",24923,30735 +"164900",24923,36960 +"164901",24923,40285 +"164902",24923,48183 +"164903",24923,51001 +"164904",24923,52510 +"164905",24923,61719 +"164906",24923,66272 +"164907",24923,85375 +"164908",24923,92973 +"164909",24923,96798 +"164910",24923,101905 +"164911",24924,31100 +"164912",24924,39171 +"164913",24924,55549 +"164914",24924,63346 +"164915",24924,76668 +"164916",24924,83473 +"164917",24927,25470 +"164918",24928,24929 +"164919",24928,77063 +"164920",24928,84074 +"164921",24928,85392 +"164922",24928,92465 +"164923",24929,33251 +"164924",24929,84074 +"164925",24929,86475 +"164926",24930,53068 +"164927",24930,89763 +"164928",24930,93583 +"164929",24930,117331 +"164930",24930,117336 +"164931",24930,117337 +"164932",24930,117340 +"164933",24931,27570 +"164934",24931,40173 +"164935",24931,84893 +"164936",24933,30317 +"164937",24933,34629 +"164938",24933,36843 +"164939",24933,37302 +"164940",24933,44956 +"164941",24933,45131 +"164942",24934,28712 +"164943",24934,36385 +"164944",24934,36850 +"164945",24934,37576 +"164946",24934,54212 +"164947",24934,54235 +"164948",24934,60063 +"164949",24934,115753 +"164950",24934,120555 +"164951",24935,33778 +"164952",24936,91711 +"164953",24937,118065 +"164954",24938,69827 +"164955",24939,25639 +"164956",24939,26432 +"164957",24939,26943 +"164958",24939,28499 +"164959",24939,30866 +"164960",24939,31700 +"164961",24939,32361 +"164962",24939,33275 +"164963",24939,33883 +"164964",24939,36286 +"164965",24939,36767 +"164966",24939,37937 +"164967",24939,40419 +"164968",24939,42608 +"164969",24939,44180 +"164970",24939,45818 +"164971",24939,46186 +"164972",24939,51476 +"164973",24939,51892 +"164974",24939,53755 +"164975",24939,54168 +"164976",24939,57210 +"164977",24939,58482 +"164978",24939,59172 +"164979",24939,59816 +"164980",24939,60399 +"164981",24939,61874 +"164982",24939,63274 +"164983",24939,66322 +"164984",24939,67327 +"164985",24939,70854 +"164986",24939,71683 +"164987",24939,72568 +"164988",24939,72628 +"164989",24939,73424 +"164990",24939,73767 +"164991",24939,78532 +"164992",24939,81609 +"164993",24939,81751 +"164994",24939,81790 +"164995",24939,84546 +"164996",24939,85885 +"164997",24939,89880 +"164998",24939,91255 +"164999",24939,92247 +"165000",24939,92352 +"165001",24939,92362 +"165002",24939,92929 +"165003",24939,93719 +"165004",24939,94906 +"165005",24939,94946 +"165006",24939,95889 +"165007",24939,96093 +"165008",24939,97988 +"165009",24939,99309 +"165010",24939,99376 +"165011",24939,99450 +"165012",24939,99471 +"165013",24939,99474 +"165014",24939,100916 +"165015",24939,100944 +"165016",24939,101126 +"165017",24939,101329 +"165018",24939,105557 +"165019",24939,107199 +"165020",24939,108743 +"165021",24939,108980 +"165022",24939,109291 +"165023",24939,109933 +"165024",24939,110483 +"165025",24939,110567 +"165026",24939,110572 +"165027",24939,110630 +"165028",24939,110648 +"165029",24939,110711 +"165030",24939,110770 +"165031",24939,110869 +"165032",24939,110911 +"165033",24939,111285 +"165034",24939,111314 +"165035",24939,111362 +"165036",24939,111372 +"165037",24939,111424 +"165038",24939,111433 +"165039",24939,112422 +"165040",24939,113269 +"165041",24939,113430 +"165042",24939,114242 +"165043",24939,114842 +"165044",24939,115427 +"165045",24939,115521 +"165046",24939,115711 +"165047",24943,25312 +"165048",24944,53740 +"165049",24944,55300 +"165050",24944,100384 +"165051",24945,27777 +"165052",24945,44188 +"165053",24945,44396 +"165054",24945,49512 +"165055",24945,57353 +"165056",24945,70822 +"165057",24945,72598 +"165058",24945,75897 +"165059",24945,79590 +"165060",24945,81838 +"165061",24945,93016 +"165062",24945,99089 +"165063",24946,75916 +"165064",24946,82966 +"165065",24948,24989 +"165066",24948,25048 +"165067",24948,26413 +"165068",24948,27267 +"165069",24948,31897 +"165070",24948,32070 +"165071",24948,33878 +"165072",24948,33940 +"165073",24948,34070 +"165074",24948,40561 +"165075",24948,46568 +"165076",24948,50659 +"165077",24948,51632 +"165078",24948,54737 +"165079",24948,55865 +"165080",24948,56168 +"165081",24948,60846 +"165082",24948,64576 +"165083",24948,69291 +"165084",24948,78073 +"165085",24948,79331 +"165086",24948,79417 +"165087",24948,79655 +"165088",24948,79710 +"165089",24948,79711 +"165090",24948,79720 +"165091",24948,79725 +"165092",24948,79738 +"165093",24948,79748 +"165094",24948,79750 +"165095",24948,79754 +"165096",24948,79758 +"165097",24948,79760 +"165098",24948,79771 +"165099",24948,79772 +"165100",24948,79780 +"165101",24948,79781 +"165102",24948,79793 +"165103",24948,79803 +"165104",24948,81287 +"165105",24948,81755 +"165106",24948,85238 +"165107",24948,93585 +"165108",24948,97341 +"165109",24948,103367 +"165110",24948,108764 +"165111",24949,26262 +"165112",24950,24971 +"165113",24950,29606 +"165114",24950,49717 +"165115",24950,64357 +"165116",24950,83159 +"165117",24950,103954 +"165118",24951,71647 +"165119",24952,24996 +"165120",24952,25045 +"165121",24952,27123 +"165122",24952,35369 +"165123",24952,38094 +"165124",24953,35742 +"165125",24953,39928 +"165126",24953,43710 +"165127",24953,44819 +"165128",24953,108613 +"165129",24954,25054 +"165130",24954,25139 +"165131",24954,92393 +"165132",24954,106581 +"165133",24954,108628 +"165134",24954,118309 +"165135",24955,54606 +"165136",24956,24977 +"165137",24957,31445 +"165138",24957,35437 +"165139",24957,42168 +"165140",24957,52204 +"165141",24957,94249 +"165142",24958,25576 +"165143",24958,105410 +"165144",24959,51232 +"165145",24959,81918 +"165146",24960,29292 +"165147",24960,31005 +"165148",24960,46141 +"165149",24960,74067 +"165150",24961,28289 +"165151",24961,73228 +"165152",24961,102985 +"165153",24962,79011 +"165154",24962,120171 +"165155",24962,120181 +"165156",24963,25125 +"165157",24963,83683 +"165158",24964,73185 +"165159",24965,83156 +"165160",24965,85903 +"165161",24966,62606 +"165162",24967,24980 +"165163",24967,53213 +"165164",24967,63120 +"165165",24968,64043 +"165166",24969,31285 +"165167",24969,81616 +"165168",24970,34621 +"165169",24970,59182 +"165170",24970,62126 +"165171",24970,64600 +"165172",24970,76282 +"165173",24970,91525 +"165174",24970,99930 +"165175",24970,101040 +"165176",24970,101043 +"165177",24970,101050 +"165178",24970,101051 +"165179",24970,101054 +"165180",24970,101627 +"165181",24971,84056 +"165182",24972,25649 +"165183",24972,26908 +"165184",24972,39544 +"165185",24972,61128 +"165186",24972,63041 +"165187",24972,65553 +"165188",24972,85504 +"165189",24972,99288 +"165190",24972,114416 +"165191",24973,76565 +"165192",24973,95973 +"165193",24973,104785 +"165194",24973,111792 +"165195",24973,118321 +"165196",24973,120200 +"165197",24974,25031 +"165198",24974,27531 +"165199",24974,52770 +"165200",24974,74308 +"165201",24974,75321 +"165202",24974,89396 +"165203",24976,91091 +"165204",24976,115362 +"165205",24977,25515 +"165206",24977,26853 +"165207",24977,47492 +"165208",24977,47622 +"165209",24977,47770 +"165210",24977,80785 +"165211",24978,24979 +"165212",24978,25092 +"165213",24978,36993 +"165214",24978,39465 +"165215",24978,43598 +"165216",24978,62832 +"165217",24978,73180 +"165218",24978,78746 +"165219",24978,99910 +"165220",24978,100216 +"165221",24978,105468 +"165222",24978,115762 +"165223",24979,25092 +"165224",24979,30320 +"165225",24979,30388 +"165226",24979,43246 +"165227",24980,68517 +"165228",24980,75632 +"165229",24980,98491 +"165230",24980,98492 +"165231",24980,104208 +"165232",24980,112401 +"165233",24980,118378 +"165234",24981,25141 +"165235",24981,34393 +"165236",24981,34538 +"165237",24981,34660 +"165238",24981,39021 +"165239",24981,44142 +"165240",24981,52485 +"165241",24981,61608 +"165242",24982,27987 +"165243",24982,29194 +"165244",24982,42250 +"165245",24982,46231 +"165246",24982,80512 +"165247",24982,91310 +"165248",24983,28637 +"165249",24983,30403 +"165250",24983,38941 +"165251",24983,58205 +"165252",24983,65790 +"165253",24983,79823 +"165254",24983,84670 +"165255",24983,88209 +"165256",24983,95448 +"165257",24983,108906 +"165258",24983,111112 +"165259",24984,28849 +"165260",24984,30055 +"165261",24984,30291 +"165262",24984,36534 +"165263",24984,40390 +"165264",24984,52535 +"165265",24984,53568 +"165266",24984,53785 +"165267",24984,61074 +"165268",24984,63099 +"165269",24984,74197 +"165270",24984,83961 +"165271",24984,84025 +"165272",24984,85338 +"165273",24984,91666 +"165274",24984,91780 +"165275",24984,96270 +"165276",24984,102158 +"165277",24984,122453 +"165278",24985,56447 +"165279",24985,77955 +"165280",24985,105217 +"165281",24986,25401 +"165282",24986,25610 +"165283",24986,31909 +"165284",24986,56373 +"165285",24986,66730 +"165286",24986,81674 +"165287",24986,104420 +"165288",24986,107072 +"165289",24987,73266 +"165290",24988,28022 +"165291",24988,30939 +"165292",24988,37877 +"165293",24988,38677 +"165294",24988,50964 +"165295",24988,84793 +"165296",24989,25048 +"165297",24989,26413 +"165298",24989,27267 +"165299",24989,31897 +"165300",24989,32070 +"165301",24989,40561 +"165302",24989,46568 +"165303",24989,50659 +"165304",24989,54737 +"165305",24989,56168 +"165306",24989,60846 +"165307",24989,69291 +"165308",24989,78073 +"165309",24989,79331 +"165310",24989,79417 +"165311",24989,79710 +"165312",24989,79711 +"165313",24989,79720 +"165314",24989,79725 +"165315",24989,79738 +"165316",24989,79748 +"165317",24989,79750 +"165318",24989,79754 +"165319",24989,79758 +"165320",24989,79760 +"165321",24989,79771 +"165322",24989,79780 +"165323",24989,79781 +"165324",24989,79803 +"165325",24989,90633 +"165326",24990,25058 +"165327",24990,71532 +"165328",24990,71551 +"165329",24991,109330 +"165330",24992,25020 +"165331",24992,25172 +"165332",24992,35704 +"165333",24993,24994 +"165334",24993,93202 +"165335",24993,100747 +"165336",24994,54732 +"165337",24994,79797 +"165338",24994,83770 +"165339",24994,91179 +"165340",24994,94273 +"165341",24994,110701 +"165342",24994,110796 +"165343",24994,122750 +"165344",24995,56870 +"165345",24996,25045 +"165346",24996,95168 +"165347",24997,25144 +"165348",24998,42264 +"165349",24998,59795 +"165350",24999,88974 +"165351",24999,92004 +"165352",24999,92057 +"165353",24999,102593 +"165354",25000,37181 +"165355",25001,25492 +"165356",25003,39131 +"165357",25005,26451 +"165358",25005,42994 +"165359",25005,77267 +"165360",25006,25421 +"165361",25006,25454 +"165362",25006,27583 +"165363",25007,26599 +"165364",25007,55761 +"165365",25008,30116 +"165366",25008,30344 +"165367",25008,31556 +"165368",25008,32035 +"165369",25008,42490 +"165370",25008,48688 +"165371",25008,53390 +"165372",25008,60910 +"165373",25008,101250 +"165374",25010,26068 +"165375",25010,32039 +"165376",25010,58746 +"165377",25010,97836 +"165378",25010,116005 +"165379",25011,28849 +"165380",25011,44905 +"165381",25012,48350 +"165382",25012,112292 +"165383",25012,119909 +"165384",25013,25150 +"165385",25013,25639 +"165386",25013,32439 +"165387",25013,36954 +"165388",25013,37307 +"165389",25013,38363 +"165390",25013,41455 +"165391",25013,43149 +"165392",25013,44687 +"165393",25013,50207 +"165394",25013,50488 +"165395",25013,52112 +"165396",25013,53415 +"165397",25013,56357 +"165398",25013,57636 +"165399",25013,58482 +"165400",25013,59798 +"165401",25013,70907 +"165402",25013,71683 +"165403",25013,77125 +"165404",25013,78398 +"165405",25013,82426 +"165406",25013,82851 +"165407",25013,84343 +"165408",25013,85000 +"165409",25013,85101 +"165410",25013,91682 +"165411",25013,95267 +"165412",25013,97580 +"165413",25013,98727 +"165414",25013,98776 +"165415",25013,99919 +"165416",25013,100795 +"165417",25013,102572 +"165418",25013,106824 +"165419",25013,108879 +"165420",25013,109166 +"165421",25013,109858 +"165422",25013,109878 +"165423",25013,112962 +"165424",25013,113990 +"165425",25013,115413 +"165426",25013,116123 +"165427",25013,117258 +"165428",25013,117560 +"165429",25013,118128 +"165430",25013,118836 +"165431",25013,118866 +"165432",25013,118873 +"165433",25013,119131 +"165434",25013,119513 +"165435",25013,119716 +"165436",25013,119769 +"165437",25013,120123 +"165438",25013,120169 +"165439",25013,120725 +"165440",25013,120944 +"165441",25013,121609 +"165442",25013,122007 +"165443",25013,122032 +"165444",25013,122035 +"165445",25013,122724 +"165446",25013,123070 +"165447",25013,123394 +"165448",25013,123490 +"165449",25014,47793 +"165450",25014,49546 +"165451",25014,62160 +"165452",25014,81411 +"165453",25014,82448 +"165454",25014,82451 +"165455",25014,82471 +"165456",25014,82484 +"165457",25014,82516 +"165458",25014,82518 +"165459",25015,42796 +"165460",25015,71367 +"165461",25016,25297 +"165462",25017,104149 +"165463",25017,112929 +"165464",25017,115626 +"165465",25017,115627 +"165466",25018,121907 +"165467",25019,31239 +"165468",25019,66061 +"165469",25019,73211 +"165470",25020,25172 +"165471",25020,35704 +"165472",25021,48334 +"165473",25022,33069 +"165474",25022,34932 +"165475",25022,60753 +"165476",25022,88959 +"165477",25024,53089 +"165478",25024,67812 +"165479",25024,81284 +"165480",25024,83729 +"165481",25024,87625 +"165482",25024,118260 +"165483",25024,118263 +"165484",25025,29557 +"165485",25025,83365 +"165486",25025,97517 +"165487",25027,30592 +"165488",25027,67546 +"165489",25027,72956 +"165490",25027,77682 +"165491",25027,114014 +"165492",25028,29426 +"165493",25028,39482 +"165494",25028,40842 +"165495",25028,56303 +"165496",25028,78414 +"165497",25028,83751 +"165498",25028,92534 +"165499",25029,25115 +"165500",25030,38692 +"165501",25030,50254 +"165502",25030,56848 +"165503",25031,25717 +"165504",25031,26216 +"165505",25031,27531 +"165506",25031,28093 +"165507",25031,28353 +"165508",25031,29019 +"165509",25031,29026 +"165510",25031,32413 +"165511",25031,34614 +"165512",25031,34631 +"165513",25031,34668 +"165514",25031,35983 +"165515",25031,38270 +"165516",25031,40113 +"165517",25031,41956 +"165518",25031,42289 +"165519",25031,46523 +"165520",25031,48281 +"165521",25031,48380 +"165522",25031,50662 +"165523",25031,56216 +"165524",25031,59615 +"165525",25031,62679 +"165526",25031,63105 +"165527",25031,68001 +"165528",25031,68475 +"165529",25031,68917 +"165530",25031,69296 +"165531",25031,71106 +"165532",25031,73655 +"165533",25031,75767 +"165534",25031,76046 +"165535",25031,76459 +"165536",25031,76808 +"165537",25031,77727 +"165538",25031,78224 +"165539",25031,79222 +"165540",25031,82978 +"165541",25031,83306 +"165542",25031,83729 +"165543",25031,85027 +"165544",25031,88398 +"165545",25031,88412 +"165546",25031,90275 +"165547",25031,90295 +"165548",25031,90426 +"165549",25031,91112 +"165550",25031,91526 +"165551",25031,93425 +"165552",25031,93523 +"165553",25031,94520 +"165554",25031,95954 +"165555",25031,99544 +"165556",25031,99547 +"165557",25031,99554 +"165558",25031,100595 +"165559",25031,100739 +"165560",25031,100819 +"165561",25031,101898 +"165562",25031,101988 +"165563",25031,102146 +"165564",25031,102201 +"165565",25031,102309 +"165566",25031,102635 +"165567",25031,102730 +"165568",25031,102846 +"165569",25031,103790 +"165570",25031,104095 +"165571",25031,104574 +"165572",25031,104784 +"165573",25031,104845 +"165574",25031,107269 +"165575",25031,107623 +"165576",25031,107714 +"165577",25031,107879 +"165578",25031,107975 +"165579",25032,100422 +"165580",25033,26623 +"165581",25033,28913 +"165582",25033,30479 +"165583",25033,39120 +"165584",25033,77911 +"165585",25033,85053 +"165586",25033,113485 +"165587",25033,120239 +"165588",25034,25103 +"165589",25034,32193 +"165590",25034,32210 +"165591",25034,60722 +"165592",25034,62832 +"165593",25034,63759 +"165594",25034,78955 +"165595",25035,27041 +"165596",25035,36797 +"165597",25035,76978 +"165598",25036,29055 +"165599",25037,25075 +"165600",25037,25091 +"165601",25038,25127 +"165602",25040,40440 +"165603",25040,118996 +"165604",25041,50491 +"165605",25041,96569 +"165606",25042,25119 +"165607",25042,38676 +"165608",25042,83302 +"165609",25042,122754 +"165610",25043,25390 +"165611",25043,56190 +"165612",25043,83668 +"165613",25044,29133 +"165614",25044,35187 +"165615",25044,35955 +"165616",25044,40734 +"165617",25044,45570 +"165618",25044,51281 +"165619",25044,71767 +"165620",25045,47301 +"165621",25046,39820 +"165622",25046,41165 +"165623",25046,44273 +"165624",25046,62986 +"165625",25046,70381 +"165626",25046,87374 +"165627",25046,107551 +"165628",25047,59843 +"165629",25049,25059 +"165630",25049,39822 +"165631",25049,50119 +"165632",25049,54522 +"165633",25049,68202 +"165634",25049,92540 +"165635",25050,68787 +"165636",25051,50321 +"165637",25052,50158 +"165638",25053,36880 +"165639",25053,46881 +"165640",25053,55446 +"165641",25053,78598 +"165642",25053,83846 +"165643",25053,88170 +"165644",25053,90159 +"165645",25053,91219 +"165646",25053,91465 +"165647",25053,93991 +"165648",25053,99602 +"165649",25053,100143 +"165650",25054,25139 +"165651",25054,30304 +"165652",25054,36618 +"165653",25054,59529 +"165654",25054,78910 +"165655",25055,35932 +"165656",25055,36058 +"165657",25056,37280 +"165658",25056,68328 +"165659",25057,26560 +"165660",25057,32405 +"165661",25057,45917 +"165662",25057,50639 +"165663",25057,55668 +"165664",25057,79099 +"165665",25058,29865 +"165666",25058,42037 +"165667",25058,42072 +"165668",25058,42073 +"165669",25058,42074 +"165670",25058,57277 +"165671",25058,60638 +"165672",25060,31086 +"165673",25060,39098 +"165674",25060,40102 +"165675",25060,45911 +"165676",25061,49184 +"165677",25062,41951 +"165678",25062,57394 +"165679",25063,35448 +"165680",25063,91572 +"165681",25064,25254 +"165682",25065,37272 +"165683",25065,50712 +"165684",25066,25253 +"165685",25066,63840 +"165686",25066,70714 +"165687",25066,79234 +"165688",25066,99993 +"165689",25067,39746 +"165690",25067,44611 +"165691",25067,48771 +"165692",25067,65802 +"165693",25067,67385 +"165694",25067,67700 +"165695",25067,67764 +"165696",25067,68926 +"165697",25067,104348 +"165698",25067,121817 +"165699",25068,84031 +"165700",25069,25114 +"165701",25069,28409 +"165702",25069,35421 +"165703",25069,38227 +"165704",25069,39059 +"165705",25069,42250 +"165706",25069,82930 +"165707",25069,96510 +"165708",25069,98093 +"165709",25069,98252 +"165710",25071,79135 +"165711",25073,29367 +"165712",25073,72807 +"165713",25074,25106 +"165714",25075,25091 +"165715",25076,44969 +"165716",25076,44982 +"165717",25077,40939 +"165718",25077,116699 +"165719",25078,36227 +"165720",25078,37392 +"165721",25078,40943 +"165722",25078,41050 +"165723",25078,41424 +"165724",25078,44623 +"165725",25078,54969 +"165726",25078,57919 +"165727",25080,49839 +"165728",25082,26062 +"165729",25082,26352 +"165730",25082,36031 +"165731",25082,40441 +"165732",25082,43306 +"165733",25082,48370 +"165734",25083,41191 +"165735",25083,86069 +"165736",25084,29266 +"165737",25084,32957 +"165738",25084,38198 +"165739",25084,39826 +"165740",25084,41785 +"165741",25084,41804 +"165742",25084,41859 +"165743",25084,42232 +"165744",25084,50480 +"165745",25084,50746 +"165746",25084,50965 +"165747",25084,58377 +"165748",25084,61706 +"165749",25084,68217 +"165750",25084,70140 +"165751",25084,75657 +"165752",25085,25094 +"165753",25085,25589 +"165754",25085,31313 +"165755",25085,35997 +"165756",25085,39384 +"165757",25085,42565 +"165758",25085,66170 +"165759",25085,112839 +"165760",25085,123078 +"165761",25086,31668 +"165762",25086,82187 +"165763",25088,26065 +"165764",25088,49001 +"165765",25088,49849 +"165766",25088,63461 +"165767",25088,85917 +"165768",25089,25099 +"165769",25089,25146 +"165770",25089,54778 +"165771",25089,60383 +"165772",25089,62551 +"165773",25089,77472 +"165774",25090,59331 +"165775",25090,61457 +"165776",25091,35733 +"165777",25092,27526 +"165778",25092,47283 +"165779",25092,75451 +"165780",25092,77588 +"165781",25092,109394 +"165782",25092,109438 +"165783",25093,70352 +"165784",25093,90514 +"165785",25093,95499 +"165786",25093,118766 +"165787",25094,25589 +"165788",25094,39215 +"165789",25094,53672 +"165790",25094,63169 +"165791",25094,63185 +"165792",25095,39331 +"165793",25095,41395 +"165794",25095,41597 +"165795",25095,62030 +"165796",25095,65698 +"165797",25096,30085 +"165798",25096,31442 +"165799",25096,31983 +"165800",25096,49896 +"165801",25096,76494 +"165802",25096,92181 +"165803",25096,93679 +"165804",25096,101550 +"165805",25097,29412 +"165806",25097,34395 +"165807",25097,34437 +"165808",25097,45214 +"165809",25097,47247 +"165810",25098,42787 +"165811",25098,45860 +"165812",25098,48116 +"165813",25098,53499 +"165814",25098,69175 +"165815",25098,77467 +"165816",25098,79360 +"165817",25098,86896 +"165818",25099,25146 +"165819",25099,50462 +"165820",25099,54778 +"165821",25099,60383 +"165822",25099,62551 +"165823",25099,77472 +"165824",25100,42018 +"165825",25100,69657 +"165826",25100,77266 +"165827",25101,35159 +"165828",25102,25117 +"165829",25104,27740 +"165830",25104,37596 +"165831",25106,57950 +"165832",25107,26441 +"165833",25107,26807 +"165834",25108,85514 +"165835",25109,25467 +"165836",25110,66369 +"165837",25111,25131 +"165838",25111,79653 +"165839",25111,103009 +"165840",25112,53753 +"165841",25113,92425 +"165842",25114,30906 +"165843",25114,32833 +"165844",25114,33831 +"165845",25114,84191 +"165846",25115,30308 +"165847",25115,71604 +"165848",25115,81229 +"165849",25115,86530 +"165850",25117,26760 +"165851",25117,27084 +"165852",25117,27190 +"165853",25117,28173 +"165854",25117,37506 +"165855",25117,41785 +"165856",25117,47743 +"165857",25117,102973 +"165858",25118,77436 +"165859",25118,90735 +"165860",25119,27604 +"165861",25119,43837 +"165862",25119,47669 +"165863",25119,68958 +"165864",25119,92036 +"165865",25119,106056 +"165866",25119,106072 +"165867",25120,48866 +"165868",25120,75145 +"165869",25120,102597 +"165870",25120,103966 +"165871",25120,106103 +"165872",25120,106137 +"165873",25122,89319 +"165874",25123,25750 +"165875",25123,61097 +"165876",25123,83220 +"165877",25124,32452 +"165878",25124,34303 +"165879",25124,37559 +"165880",25124,38186 +"165881",25124,40493 +"165882",25126,27572 +"165883",25126,30866 +"165884",25126,38015 +"165885",25126,38917 +"165886",25126,46282 +"165887",25126,49360 +"165888",25126,49383 +"165889",25126,91265 +"165890",25126,106987 +"165891",25127,48030 +"165892",25127,56781 +"165893",25127,56911 +"165894",25128,73191 +"165895",25128,99584 +"165896",25129,34509 +"165897",25129,35934 +"165898",25129,48371 +"165899",25129,48484 +"165900",25129,62841 +"165901",25129,70923 +"165902",25129,94830 +"165903",25129,94850 +"165904",25129,94856 +"165905",25130,89178 +"165906",25130,91159 +"165907",25132,28925 +"165908",25132,39380 +"165909",25132,50168 +"165910",25132,79912 +"165911",25132,85269 +"165912",25132,100939 +"165913",25132,111762 +"165914",25133,28832 +"165915",25133,55212 +"165916",25133,100702 +"165917",25134,25135 +"165918",25134,25137 +"165919",25134,25142 +"165920",25134,44684 +"165921",25134,49032 +"165922",25134,67264 +"165923",25134,73482 +"165924",25134,113320 +"165925",25134,115883 +"165926",25134,115896 +"165927",25135,25137 +"165928",25135,25142 +"165929",25135,27072 +"165930",25135,28336 +"165931",25135,28337 +"165932",25135,28346 +"165933",25135,44684 +"165934",25135,60511 +"165935",25135,77855 +"165936",25135,104585 +"165937",25137,25142 +"165938",25137,61329 +"165939",25137,86000 +"165940",25139,26101 +"165941",25139,35674 +"165942",25139,45455 +"165943",25139,48885 +"165944",25139,50184 +"165945",25139,50660 +"165946",25139,51512 +"165947",25139,58654 +"165948",25139,69564 +"165949",25139,69631 +"165950",25139,75875 +"165951",25139,75879 +"165952",25139,78544 +"165953",25139,92393 +"165954",25139,104659 +"165955",25139,112010 +"165956",25140,27256 +"165957",25140,49373 +"165958",25140,60338 +"165959",25140,60720 +"165960",25140,63868 +"165961",25140,64605 +"165962",25140,66171 +"165963",25140,66290 +"165964",25141,44142 +"165965",25141,50169 +"165966",25141,50276 +"165967",25142,28336 +"165968",25142,28337 +"165969",25142,28346 +"165970",25142,38509 +"165971",25143,25303 +"165972",25143,25664 +"165973",25143,26407 +"165974",25143,27174 +"165975",25143,27196 +"165976",25143,27710 +"165977",25143,28703 +"165978",25143,29253 +"165979",25143,29341 +"165980",25143,29560 +"165981",25143,29573 +"165982",25143,29868 +"165983",25143,31471 +"165984",25143,32438 +"165985",25143,32967 +"165986",25143,33223 +"165987",25143,33881 +"165988",25143,34097 +"165989",25143,34330 +"165990",25143,34513 +"165991",25143,35400 +"165992",25143,36476 +"165993",25143,36547 +"165994",25143,36745 +"165995",25143,37821 +"165996",25143,37931 +"165997",25143,38319 +"165998",25143,39398 +"165999",25143,39492 +"166000",25143,40320 +"166001",25143,40373 +"166002",25143,40542 +"166003",25143,41182 +"166004",25143,42131 +"166005",25143,46843 +"166006",25143,48331 +"166007",25143,95044 +"166008",25145,72207 +"166009",25147,56509 +"166010",25147,57279 +"166011",25147,78032 +"166012",25147,79278 +"166013",25147,79390 +"166014",25148,58542 +"166015",25148,64829 +"166016",25149,26967 +"166017",25149,30299 +"166018",25149,59253 +"166019",25150,25639 +"166020",25150,26130 +"166021",25150,28888 +"166022",25150,28963 +"166023",25150,29073 +"166024",25150,32925 +"166025",25150,36954 +"166026",25150,37307 +"166027",25150,41455 +"166028",25150,43149 +"166029",25150,44687 +"166030",25150,50207 +"166031",25150,50488 +"166032",25150,52112 +"166033",25150,53415 +"166034",25150,56357 +"166035",25150,57636 +"166036",25150,58482 +"166037",25150,59798 +"166038",25150,62957 +"166039",25150,70907 +"166040",25150,71683 +"166041",25150,77125 +"166042",25150,78398 +"166043",25150,82426 +"166044",25150,84343 +"166045",25150,85000 +"166046",25150,85101 +"166047",25150,89108 +"166048",25150,91682 +"166049",25150,95267 +"166050",25150,97580 +"166051",25150,98727 +"166052",25150,98776 +"166053",25150,100795 +"166054",25150,106824 +"166055",25150,108879 +"166056",25150,109166 +"166057",25150,109858 +"166058",25150,109878 +"166059",25150,112962 +"166060",25150,113990 +"166061",25150,115413 +"166062",25150,116123 +"166063",25150,117258 +"166064",25150,117560 +"166065",25150,118128 +"166066",25150,118836 +"166067",25150,118866 +"166068",25150,118873 +"166069",25150,119131 +"166070",25150,119513 +"166071",25150,119716 +"166072",25150,119769 +"166073",25150,120123 +"166074",25150,120169 +"166075",25150,120725 +"166076",25150,120944 +"166077",25150,121609 +"166078",25150,122007 +"166079",25150,122032 +"166080",25150,122035 +"166081",25150,122724 +"166082",25150,123070 +"166083",25150,123394 +"166084",25150,123490 +"166085",25151,57608 +"166086",25151,82588 +"166087",25151,107534 +"166088",25152,25565 +"166089",25152,29037 +"166090",25152,33349 +"166091",25152,38217 +"166092",25152,38625 +"166093",25152,49014 +"166094",25152,97445 +"166095",25152,99162 +"166096",25152,105019 +"166097",25152,111019 +"166098",25153,26595 +"166099",25153,28500 +"166100",25153,44306 +"166101",25153,67145 +"166102",25153,79239 +"166103",25153,79382 +"166104",25153,79587 +"166105",25153,88282 +"166106",25153,95602 +"166107",25153,106557 +"166108",25153,106644 +"166109",25154,25857 +"166110",25154,32005 +"166111",25155,25752 +"166112",25155,36093 +"166113",25155,51587 +"166114",25155,51750 +"166115",25155,56948 +"166116",25155,84552 +"166117",25155,84558 +"166118",25155,84599 +"166119",25155,85525 +"166120",25155,100925 +"166121",25155,101570 +"166122",25156,42490 +"166123",25156,48890 +"166124",25157,96171 +"166125",25157,96487 +"166126",25158,25541 +"166127",25158,37839 +"166128",25158,46626 +"166129",25159,74271 +"166130",25159,89760 +"166131",25160,25469 +"166132",25160,25497 +"166133",25160,25513 +"166134",25160,25580 +"166135",25160,25626 +"166136",25160,28051 +"166137",25160,47122 +"166138",25160,63352 +"166139",25160,79182 +"166140",25161,32245 +"166141",25161,40351 +"166142",25161,48715 +"166143",25161,51288 +"166144",25161,65995 +"166145",25162,25456 +"166146",25162,30865 +"166147",25162,33665 +"166148",25162,39888 +"166149",25162,42200 +"166150",25162,43801 +"166151",25162,54078 +"166152",25162,87833 +"166153",25162,87946 +"166154",25162,88799 +"166155",25162,89817 +"166156",25162,95204 +"166157",25162,97220 +"166158",25163,28068 +"166159",25163,30758 +"166160",25163,33962 +"166161",25163,47364 +"166162",25163,81285 +"166163",25163,86864 +"166164",25163,86873 +"166165",25163,91152 +"166166",25163,116087 +"166167",25164,57813 +"166168",25164,59931 +"166169",25164,102237 +"166170",25165,31332 +"166171",25165,31334 +"166172",25165,31335 +"166173",25165,58260 +"166174",25165,61105 +"166175",25165,61400 +"166176",25165,71601 +"166177",25165,71815 +"166178",25166,105828 +"166179",25166,105833 +"166180",25167,108897 +"166181",25169,81411 +"166182",25169,93723 +"166183",25169,100697 +"166184",25169,112150 +"166185",25169,112153 +"166186",25169,112443 +"166187",25169,112447 +"166188",25169,112455 +"166189",25169,112459 +"166190",25169,114599 +"166191",25170,28922 +"166192",25170,30870 +"166193",25170,35552 +"166194",25170,38785 +"166195",25170,46824 +"166196",25170,49785 +"166197",25170,51879 +"166198",25170,52974 +"166199",25170,53296 +"166200",25170,57167 +"166201",25170,57897 +"166202",25170,65092 +"166203",25170,72919 +"166204",25170,72948 +"166205",25170,85317 +"166206",25170,117247 +"166207",25171,36208 +"166208",25171,42693 +"166209",25172,35704 +"166210",25173,25174 +"166211",25173,62930 +"166212",25173,99198 +"166213",25173,100826 +"166214",25173,117276 +"166215",25175,29498 +"166216",25175,45370 +"166217",25175,65949 +"166218",25175,97917 +"166219",25176,40206 +"166220",25176,57590 +"166221",25176,97505 +"166222",25179,114146 +"166223",25180,39484 +"166224",25181,26882 +"166225",25181,69662 +"166226",25181,76428 +"166227",25181,77664 +"166228",25181,80892 +"166229",25181,89557 +"166230",25182,97006 +"166231",25182,108124 +"166232",25182,119290 +"166233",25183,25238 +"166234",25184,26144 +"166235",25184,36285 +"166236",25184,46129 +"166237",25184,48599 +"166238",25184,49657 +"166239",25184,62662 +"166240",25184,63828 +"166241",25184,81993 +"166242",25184,88065 +"166243",25185,30926 +"166244",25185,31176 +"166245",25185,31518 +"166246",25185,34225 +"166247",25185,61684 +"166248",25185,69532 +"166249",25185,78842 +"166250",25185,84822 +"166251",25185,88767 +"166252",25185,121937 +"166253",25186,78036 +"166254",25186,93065 +"166255",25186,100345 +"166256",25187,26919 +"166257",25187,27010 +"166258",25188,25239 +"166259",25189,45006 +"166260",25190,60460 +"166261",25190,60461 +"166262",25190,78558 +"166263",25191,35186 +"166264",25191,35877 +"166265",25191,35885 +"166266",25191,44193 +"166267",25191,84268 +"166268",25192,30580 +"166269",25192,51259 +"166270",25192,64207 +"166271",25192,69019 +"166272",25192,71387 +"166273",25192,78632 +"166274",25192,99108 +"166275",25192,100534 +"166276",25192,100537 +"166277",25192,104790 +"166278",25193,46157 +"166279",25193,81965 +"166280",25193,90152 +"166281",25193,90219 +"166282",25193,90570 +"166283",25193,95242 +"166284",25194,33599 +"166285",25194,41942 +"166286",25194,42963 +"166287",25194,51749 +"166288",25194,92929 +"166289",25194,95708 +"166290",25195,25415 +"166291",25195,27918 +"166292",25195,30548 +"166293",25195,63569 +"166294",25196,38325 +"166295",25197,26262 +"166296",25197,30141 +"166297",25197,42246 +"166298",25197,43633 +"166299",25197,49496 +"166300",25197,63910 +"166301",25198,32687 +"166302",25198,51041 +"166303",25198,54171 +"166304",25198,55081 +"166305",25198,63813 +"166306",25198,69384 +"166307",25198,91286 +"166308",25198,100435 +"166309",25199,53419 +"166310",25199,62483 +"166311",25199,68705 +"166312",25199,82801 +"166313",25199,88768 +"166314",25199,88769 +"166315",25199,88770 +"166316",25199,98968 +"166317",25200,25288 +"166318",25200,30737 +"166319",25200,40589 +"166320",25200,52587 +"166321",25200,52735 +"166322",25201,28838 +"166323",25202,63652 +"166324",25203,26453 +"166325",25203,42554 +"166326",25203,48137 +"166327",25204,40238 +"166328",25204,46781 +"166329",25204,94640 +"166330",25205,25206 +"166331",25205,25351 +"166332",25205,65050 +"166333",25205,73769 +"166334",25205,79420 +"166335",25205,84809 +"166336",25205,88326 +"166337",25205,89928 +"166338",25206,25351 +"166339",25206,36411 +"166340",25206,40747 +"166341",25206,55286 +"166342",25207,25371 +"166343",25207,38651 +"166344",25208,82086 +"166345",25208,96751 +"166346",25209,29262 +"166347",25209,29808 +"166348",25209,32392 +"166349",25209,38068 +"166350",25209,38348 +"166351",25209,46957 +"166352",25209,51151 +"166353",25210,25211 +"166354",25210,25279 +"166355",25210,25280 +"166356",25210,25480 +"166357",25210,25699 +"166358",25210,25749 +"166359",25210,25786 +"166360",25210,25808 +"166361",25210,25896 +"166362",25210,38085 +"166363",25210,70251 +"166364",25210,99966 +"166365",25210,113238 +"166366",25211,25279 +"166367",25211,25280 +"166368",25211,25480 +"166369",25211,25699 +"166370",25211,25749 +"166371",25211,25786 +"166372",25211,25808 +"166373",25211,25896 +"166374",25211,68544 +"166375",25211,100079 +"166376",25211,110065 +"166377",25211,110112 +"166378",25212,25228 +"166379",25212,26835 +"166380",25212,28141 +"166381",25212,32127 +"166382",25212,35603 +"166383",25212,35904 +"166384",25212,36338 +"166385",25212,45793 +"166386",25212,50063 +"166387",25212,51193 +"166388",25212,58658 +"166389",25212,62793 +"166390",25212,77871 +"166391",25212,90824 +"166392",25212,93819 +"166393",25212,93820 +"166394",25212,104696 +"166395",25212,108709 +"166396",25213,82237 +"166397",25213,86835 +"166398",25214,30380 +"166399",25214,40572 +"166400",25214,45532 +"166401",25215,25217 +"166402",25217,28543 +"166403",25217,32111 +"166404",25217,72174 +"166405",25217,97942 +"166406",25218,50798 +"166407",25218,70851 +"166408",25219,25221 +"166409",25219,25269 +"166410",25219,25390 +"166411",25219,25394 +"166412",25219,64142 +"166413",25219,70350 +"166414",25219,101678 +"166415",25219,101690 +"166416",25220,41270 +"166417",25220,85245 +"166418",25221,25269 +"166419",25221,25390 +"166420",25221,25394 +"166421",25221,26642 +"166422",25221,26929 +"166423",25221,29110 +"166424",25221,31149 +"166425",25221,40131 +"166426",25221,42447 +"166427",25221,47151 +"166428",25221,47917 +"166429",25221,75089 +"166430",25221,79343 +"166431",25221,80911 +"166432",25221,82538 +"166433",25221,82539 +"166434",25221,92563 +"166435",25221,114023 +"166436",25222,25325 +"166437",25222,25408 +"166438",25222,37229 +"166439",25222,37322 +"166440",25222,37331 +"166441",25222,37373 +"166442",25222,37451 +"166443",25222,44205 +"166444",25223,30821 +"166445",25223,44740 +"166446",25223,55302 +"166447",25223,60085 +"166448",25223,69075 +"166449",25223,70682 +"166450",25223,89308 +"166451",25223,90390 +"166452",25223,118295 +"166453",25223,118722 +"166454",25223,118723 +"166455",25224,36749 +"166456",25224,58209 +"166457",25224,61501 +"166458",25225,35819 +"166459",25225,58026 +"166460",25226,25308 +"166461",25226,25381 +"166462",25226,32263 +"166463",25226,46911 +"166464",25227,28848 +"166465",25227,29466 +"166466",25227,29635 +"166467",25227,29639 +"166468",25227,30205 +"166469",25227,52468 +"166470",25227,52478 +"166471",25228,49332 +"166472",25228,56716 +"166473",25228,89021 +"166474",25228,107544 +"166475",25229,25638 +"166476",25230,27495 +"166477",25230,39380 +"166478",25230,47839 +"166479",25230,52973 +"166480",25230,54304 +"166481",25230,61558 +"166482",25230,79912 +"166483",25230,82393 +"166484",25230,98925 +"166485",25230,100230 +"166486",25230,105417 +"166487",25230,105782 +"166488",25231,48700 +"166489",25232,46512 +"166490",25232,88858 +"166491",25233,32986 +"166492",25233,49078 +"166493",25233,76361 +"166494",25233,92489 +"166495",25233,94655 +"166496",25233,106712 +"166497",25233,109171 +"166498",25233,111240 +"166499",25233,114816 +"166500",25233,115039 +"166501",25233,122154 +"166502",25233,122187 +"166503",25234,38958 +"166504",25235,44908 +"166505",25235,93952 +"166506",25236,27340 +"166507",25236,27476 +"166508",25236,115228 +"166509",25236,115422 +"166510",25236,115423 +"166511",25236,116497 +"166512",25236,116685 +"166513",25237,50379 +"166514",25237,50614 +"166515",25238,30268 +"166516",25238,32033 +"166517",25238,39774 +"166518",25238,39775 +"166519",25238,43443 +"166520",25238,69895 +"166521",25238,71878 +"166522",25238,71894 +"166523",25238,71964 +"166524",25238,72109 +"166525",25238,72114 +"166526",25239,26686 +"166527",25239,32877 +"166528",25239,44597 +"166529",25241,25853 +"166530",25241,29133 +"166531",25241,34563 +"166532",25241,35187 +"166533",25241,44529 +"166534",25241,52796 +"166535",25241,53081 +"166536",25241,58414 +"166537",25241,58418 +"166538",25241,66791 +"166539",25241,82553 +"166540",25241,95651 +"166541",25243,77106 +"166542",25243,84962 +"166543",25244,25245 +"166544",25244,49546 +"166545",25246,25499 +"166546",25246,25540 +"166547",25246,25556 +"166548",25246,25598 +"166549",25247,25290 +"166550",25248,27738 +"166551",25248,45324 +"166552",25249,48056 +"166553",25250,81193 +"166554",25250,85640 +"166555",25251,32531 +"166556",25252,25474 +"166557",25252,75673 +"166558",25252,93107 +"166559",25252,104491 +"166560",25252,109311 +"166561",25252,119362 +"166562",25253,46955 +"166563",25253,65695 +"166564",25253,113490 +"166565",25254,39224 +"166566",25254,58861 +"166567",25255,25376 +"166568",25255,26912 +"166569",25255,26954 +"166570",25255,27873 +"166571",25255,28331 +"166572",25255,31406 +"166573",25255,39742 +"166574",25255,64110 +"166575",25255,65830 +"166576",25255,65938 +"166577",25255,68901 +"166578",25255,69232 +"166579",25255,76370 +"166580",25255,83253 +"166581",25255,88773 +"166582",25255,93632 +"166583",25255,101012 +"166584",25256,77591 +"166585",25256,116507 +"166586",25257,40726 +"166587",25258,38044 +"166588",25258,79547 +"166589",25258,97877 +"166590",25259,26429 +"166591",25259,95779 +"166592",25259,103888 +"166593",25259,106703 +"166594",25259,107501 +"166595",25259,117301 +"166596",25259,119023 +"166597",25260,27549 +"166598",25260,33324 +"166599",25260,33524 +"166600",25260,47416 +"166601",25260,48215 +"166602",25260,54145 +"166603",25260,54200 +"166604",25260,57188 +"166605",25260,58371 +"166606",25260,59677 +"166607",25260,59828 +"166608",25260,71253 +"166609",25260,76709 +"166610",25260,83292 +"166611",25260,89049 +"166612",25261,25801 +"166613",25261,27189 +"166614",25261,27300 +"166615",25261,27352 +"166616",25261,46235 +"166617",25261,112085 +"166618",25262,25419 +"166619",25262,39507 +"166620",25262,77306 +"166621",25263,25929 +"166622",25263,35542 +"166623",25263,37683 +"166624",25263,42699 +"166625",25263,66782 +"166626",25263,79484 +"166627",25264,34735 +"166628",25264,40732 +"166629",25264,51299 +"166630",25264,67817 +"166631",25264,76099 +"166632",25264,80219 +"166633",25264,111478 +"166634",25264,115457 +"166635",25265,63741 +"166636",25265,109674 +"166637",25266,39007 +"166638",25266,111586 +"166639",25267,29173 +"166640",25267,29586 +"166641",25267,30931 +"166642",25267,35693 +"166643",25267,39154 +"166644",25267,42258 +"166645",25267,55556 +"166646",25267,88230 +"166647",25267,91431 +"166648",25267,96536 +"166649",25268,87085 +"166650",25269,25390 +"166651",25269,25394 +"166652",25269,46884 +"166653",25269,60992 +"166654",25269,63765 +"166655",25270,25451 +"166656",25270,26426 +"166657",25270,26567 +"166658",25270,30234 +"166659",25270,52742 +"166660",25270,60606 +"166661",25270,75824 +"166662",25270,75838 +"166663",25270,75862 +"166664",25270,81134 +"166665",25270,95661 +"166666",25270,104065 +"166667",25270,113902 +"166668",25271,35701 +"166669",25271,54729 +"166670",25271,60593 +"166671",25272,30724 +"166672",25272,32704 +"166673",25272,52934 +"166674",25272,55127 +"166675",25272,88978 +"166676",25273,33804 +"166677",25273,35109 +"166678",25273,38550 +"166679",25273,43117 +"166680",25273,57917 +"166681",25273,97497 +"166682",25273,100234 +"166683",25274,80947 +"166684",25275,25981 +"166685",25276,25337 +"166686",25276,32008 +"166687",25276,34693 +"166688",25276,35542 +"166689",25276,40767 +"166690",25276,44729 +"166691",25276,80616 +"166692",25276,88583 +"166693",25276,112568 +"166694",25276,113189 +"166695",25277,38127 +"166696",25278,39024 +"166697",25278,84856 +"166698",25278,98189 +"166699",25279,25280 +"166700",25279,25480 +"166701",25279,25699 +"166702",25279,25749 +"166703",25279,25786 +"166704",25279,25808 +"166705",25279,25896 +"166706",25279,54380 +"166707",25279,104463 +"166708",25280,25480 +"166709",25280,25699 +"166710",25280,25749 +"166711",25280,25786 +"166712",25280,25808 +"166713",25280,25896 +"166714",25280,46375 +"166715",25280,85448 +"166716",25282,29857 +"166717",25282,35178 +"166718",25282,35188 +"166719",25282,35805 +"166720",25282,35849 +"166721",25282,36004 +"166722",25282,53120 +"166723",25282,69867 +"166724",25282,70933 +"166725",25282,104594 +"166726",25283,73260 +"166727",25284,92411 +"166728",25285,25363 +"166729",25285,43283 +"166730",25285,48560 +"166731",25285,55134 +"166732",25285,58082 +"166733",25285,78646 +"166734",25286,26426 +"166735",25286,26548 +"166736",25286,26567 +"166737",25287,25565 +"166738",25287,56914 +"166739",25287,58160 +"166740",25288,26020 +"166741",25288,50677 +"166742",25288,110726 +"166743",25288,119299 +"166744",25289,37399 +"166745",25289,75310 +"166746",25289,100226 +"166747",25290,37912 +"166748",25290,37941 +"166749",25290,37960 +"166750",25290,38841 +"166751",25290,39222 +"166752",25290,39276 +"166753",25290,39460 +"166754",25290,42508 +"166755",25290,47220 +"166756",25290,48672 +"166757",25290,48733 +"166758",25290,48734 +"166759",25290,48751 +"166760",25290,48783 +"166761",25290,48785 +"166762",25290,55631 +"166763",25291,33288 +"166764",25291,41462 +"166765",25291,47211 +"166766",25291,68487 +"166767",25292,34797 +"166768",25293,25403 +"166769",25293,39055 +"166770",25293,46818 +"166771",25293,46829 +"166772",25293,46878 +"166773",25293,46900 +"166774",25294,26254 +"166775",25294,54958 +"166776",25294,86264 +"166777",25295,25296 +"166778",25295,25376 +"166779",25295,31186 +"166780",25295,33972 +"166781",25295,34021 +"166782",25295,40101 +"166783",25295,54268 +"166784",25295,70808 +"166785",25296,25376 +"166786",25296,37288 +"166787",25296,52311 +"166788",25296,62474 +"166789",25296,69646 +"166790",25296,70014 +"166791",25296,72988 +"166792",25296,106709 +"166793",25298,49870 +"166794",25298,74788 +"166795",25298,90258 +"166796",25299,26787 +"166797",25299,27970 +"166798",25299,30144 +"166799",25299,30263 +"166800",25299,57522 +"166801",25299,60809 +"166802",25299,81571 +"166803",25299,81682 +"166804",25299,84597 +"166805",25299,87647 +"166806",25299,93132 +"166807",25300,29497 +"166808",25300,97505 +"166809",25300,114794 +"166810",25301,79209 +"166811",25302,25347 +"166812",25302,25416 +"166813",25302,38021 +"166814",25302,63452 +"166815",25302,83229 +"166816",25302,84516 +"166817",25302,87039 +"166818",25302,89725 +"166819",25302,107768 +"166820",25302,108501 +"166821",25302,109945 +"166822",25302,112246 +"166823",25302,119352 +"166824",25302,122506 +"166825",25302,123068 +"166826",25302,123080 +"166827",25302,123083 +"166828",25302,123095 +"166829",25302,123505 +"166830",25303,25664 +"166831",25303,26407 +"166832",25303,27174 +"166833",25303,27196 +"166834",25303,27710 +"166835",25303,28703 +"166836",25303,29253 +"166837",25303,29341 +"166838",25303,29560 +"166839",25303,29573 +"166840",25303,29868 +"166841",25303,32438 +"166842",25303,32967 +"166843",25303,33223 +"166844",25303,33881 +"166845",25303,34097 +"166846",25303,34330 +"166847",25303,34513 +"166848",25303,35400 +"166849",25303,36476 +"166850",25303,36547 +"166851",25303,36745 +"166852",25303,37821 +"166853",25303,37931 +"166854",25303,38319 +"166855",25303,39398 +"166856",25303,39492 +"166857",25303,40320 +"166858",25303,40373 +"166859",25303,40542 +"166860",25303,41182 +"166861",25303,42131 +"166862",25303,46843 +"166863",25303,48331 +"166864",25304,25393 +"166865",25304,25414 +"166866",25305,26430 +"166867",25305,28674 +"166868",25305,29962 +"166869",25305,29987 +"166870",25305,30002 +"166871",25305,30031 +"166872",25305,41036 +"166873",25305,57055 +"166874",25305,57100 +"166875",25305,57112 +"166876",25305,57148 +"166877",25305,57638 +"166878",25305,60428 +"166879",25305,67018 +"166880",25306,71869 +"166881",25308,25381 +"166882",25308,75545 +"166883",25308,75635 +"166884",25309,35889 +"166885",25309,51502 +"166886",25309,51918 +"166887",25309,115182 +"166888",25311,29514 +"166889",25311,29539 +"166890",25311,29602 +"166891",25311,53936 +"166892",25311,112587 +"166893",25311,122062 +"166894",25313,66881 +"166895",25316,50051 +"166896",25316,51797 +"166897",25316,54088 +"166898",25316,80625 +"166899",25317,34033 +"166900",25317,111847 +"166901",25317,118476 +"166902",25318,86428 +"166903",25318,86445 +"166904",25319,25720 +"166905",25319,34036 +"166906",25319,42269 +"166907",25319,48274 +"166908",25319,51973 +"166909",25319,79869 +"166910",25319,81764 +"166911",25319,94424 +"166912",25320,26378 +"166913",25320,57970 +"166914",25321,43616 +"166915",25321,48166 +"166916",25321,53799 +"166917",25321,68979 +"166918",25321,82320 +"166919",25321,100074 +"166920",25322,74813 +"166921",25322,78751 +"166922",25323,33001 +"166923",25323,105608 +"166924",25324,45154 +"166925",25324,51583 +"166926",25324,61305 +"166927",25324,73596 +"166928",25325,29917 +"166929",25325,37229 +"166930",25325,37322 +"166931",25325,37331 +"166932",25325,37373 +"166933",25325,37451 +"166934",25325,37958 +"166935",25325,39109 +"166936",25325,50212 +"166937",25327,51724 +"166938",25327,56418 +"166939",25327,67127 +"166940",25328,25395 +"166941",25328,25410 +"166942",25329,49150 +"166943",25329,61272 +"166944",25329,76189 +"166945",25329,76912 +"166946",25329,78496 +"166947",25329,84243 +"166948",25330,25331 +"166949",25330,30993 +"166950",25331,49921 +"166951",25331,56642 +"166952",25331,57142 +"166953",25332,64038 +"166954",25332,68565 +"166955",25332,82176 +"166956",25332,89079 +"166957",25332,92756 +"166958",25335,25851 +"166959",25336,51999 +"166960",25337,63187 +"166961",25338,46924 +"166962",25338,59438 +"166963",25338,70132 +"166964",25338,77455 +"166965",25338,87690 +"166966",25338,88251 +"166967",25338,90981 +"166968",25338,91007 +"166969",25338,91038 +"166970",25338,94823 +"166971",25338,98822 +"166972",25338,102119 +"166973",25338,108704 +"166974",25338,111471 +"166975",25338,112436 +"166976",25338,112446 +"166977",25338,114606 +"166978",25339,26125 +"166979",25339,68910 +"166980",25339,82295 +"166981",25341,26282 +"166982",25341,26322 +"166983",25341,34509 +"166984",25341,52653 +"166985",25341,54069 +"166986",25341,54553 +"166987",25341,58035 +"166988",25341,67434 +"166989",25341,73384 +"166990",25341,85800 +"166991",25342,66179 +"166992",25342,102674 +"166993",25343,34842 +"166994",25343,65961 +"166995",25344,109499 +"166996",25345,25369 +"166997",25345,26821 +"166998",25345,29306 +"166999",25345,68251 +"167000",25345,77947 +"167001",25345,90070 +"167002",25346,29047 +"167003",25346,29261 +"167004",25346,29275 +"167005",25346,29291 +"167006",25346,29296 +"167007",25346,29355 +"167008",25346,29423 +"167009",25347,25416 +"167010",25347,107768 +"167011",25348,42022 +"167012",25348,52172 +"167013",25348,69979 +"167014",25348,78186 +"167015",25349,27748 +"167016",25349,109711 +"167017",25350,37655 +"167018",25350,38278 +"167019",25350,48344 +"167020",25350,64688 +"167021",25350,73303 +"167022",25350,90760 +"167023",25350,120059 +"167024",25351,25413 +"167025",25351,56787 +"167026",25351,76418 +"167027",25351,98243 +"167028",25351,113552 +"167029",25352,25478 +"167030",25352,25587 +"167031",25354,25382 +"167032",25355,30564 +"167033",25355,46475 +"167034",25355,55796 +"167035",25355,70370 +"167036",25355,100468 +"167037",25355,112050 +"167038",25356,31972 +"167039",25357,26643 +"167040",25358,25551 +"167041",25359,34576 +"167042",25359,48084 +"167043",25359,83735 +"167044",25360,45821 +"167045",25361,51846 +"167046",25361,110011 +"167047",25362,50124 +"167048",25362,54821 +"167049",25362,55784 +"167050",25362,85114 +"167051",25362,85206 +"167052",25364,98287 +"167053",25364,99474 +"167054",25366,26039 +"167055",25366,26040 +"167056",25366,26055 +"167057",25367,25413 +"167058",25367,27926 +"167059",25367,39380 +"167060",25367,39968 +"167061",25367,43654 +"167062",25367,44222 +"167063",25367,45161 +"167064",25367,46726 +"167065",25367,47167 +"167066",25367,48212 +"167067",25367,48464 +"167068",25367,48698 +"167069",25367,48982 +"167070",25367,49071 +"167071",25367,52141 +"167072",25367,59915 +"167073",25367,62668 +"167074",25367,70473 +"167075",25367,70981 +"167076",25367,71825 +"167077",25367,71837 +"167078",25367,77625 +"167079",25367,79681 +"167080",25367,82452 +"167081",25367,88027 +"167082",25367,88409 +"167083",25367,89274 +"167084",25367,90883 +"167085",25367,91383 +"167086",25367,92113 +"167087",25367,98904 +"167088",25367,100630 +"167089",25367,102940 +"167090",25367,107339 +"167091",25367,118577 +"167092",25367,119085 +"167093",25367,119224 +"167094",25367,119439 +"167095",25367,120085 +"167096",25367,120232 +"167097",25367,121213 +"167098",25368,34771 +"167099",25368,39723 +"167100",25368,75316 +"167101",25370,35611 +"167102",25370,37778 +"167103",25370,51919 +"167104",25370,59744 +"167105",25370,64469 +"167106",25371,61177 +"167107",25371,61615 +"167108",25371,86221 +"167109",25371,91699 +"167110",25372,34616 +"167111",25372,39361 +"167112",25372,47934 +"167113",25372,80351 +"167114",25372,93019 +"167115",25372,110775 +"167116",25372,110862 +"167117",25372,111453 +"167118",25373,36754 +"167119",25373,40412 +"167120",25373,41723 +"167121",25373,46868 +"167122",25373,50474 +"167123",25373,50490 +"167124",25373,50531 +"167125",25373,51427 +"167126",25373,53390 +"167127",25373,55871 +"167128",25373,59928 +"167129",25373,61191 +"167130",25373,66718 +"167131",25373,68604 +"167132",25373,79149 +"167133",25373,80136 +"167134",25373,81486 +"167135",25373,103939 +"167136",25373,106965 +"167137",25373,114163 +"167138",25373,114966 +"167139",25374,25960 +"167140",25375,38333 +"167141",25375,59059 +"167142",25375,73101 +"167143",25376,25651 +"167144",25376,32541 +"167145",25376,34694 +"167146",25376,34710 +"167147",25376,34818 +"167148",25376,34892 +"167149",25376,34900 +"167150",25376,41248 +"167151",25376,42045 +"167152",25376,42331 +"167153",25376,47763 +"167154",25376,52672 +"167155",25376,64680 +"167156",25376,70101 +"167157",25376,85704 +"167158",25376,95675 +"167159",25377,90973 +"167160",25377,105896 +"167161",25377,119029 +"167162",25378,29016 +"167163",25378,39927 +"167164",25378,53423 +"167165",25378,57675 +"167166",25378,62189 +"167167",25378,62762 +"167168",25378,82738 +"167169",25378,90715 +"167170",25378,99144 +"167171",25378,107273 +"167172",25378,114740 +"167173",25379,30755 +"167174",25380,25579 +"167175",25380,47682 +"167176",25380,47753 +"167177",25380,47757 +"167178",25380,111497 +"167179",25380,111502 +"167180",25383,30044 +"167181",25383,31251 +"167182",25383,33258 +"167183",25383,47434 +"167184",25383,102109 +"167185",25384,25385 +"167186",25384,25813 +"167187",25384,29420 +"167188",25384,32751 +"167189",25384,49302 +"167190",25384,64792 +"167191",25384,88154 +"167192",25384,106455 +"167193",25384,121343 +"167194",25385,25813 +"167195",25385,27849 +"167196",25385,29750 +"167197",25385,39335 +"167198",25385,77349 +"167199",25385,80270 +"167200",25385,82016 +"167201",25385,82028 +"167202",25386,26506 +"167203",25386,32422 +"167204",25386,37934 +"167205",25386,51079 +"167206",25386,70406 +"167207",25386,76590 +"167208",25386,76917 +"167209",25386,83745 +"167210",25386,83822 +"167211",25387,43193 +"167212",25387,49836 +"167213",25387,50318 +"167214",25387,50444 +"167215",25387,50667 +"167216",25387,60876 +"167217",25387,62316 +"167218",25387,64699 +"167219",25387,92080 +"167220",25388,28125 +"167221",25388,123292 +"167222",25390,25394 +"167223",25390,47151 +"167224",25390,47917 +"167225",25390,63765 +"167226",25390,81258 +"167227",25391,65856 +"167228",25391,99893 +"167229",25392,38575 +"167230",25392,45429 +"167231",25392,58777 +"167232",25392,71279 +"167233",25392,87269 +"167234",25393,25414 +"167235",25393,27706 +"167236",25393,33982 +"167237",25393,42875 +"167238",25393,63896 +"167239",25393,75738 +"167240",25393,76375 +"167241",25393,79570 +"167242",25393,85598 +"167243",25395,25410 +"167244",25395,64737 +"167245",25395,81670 +"167246",25395,89520 +"167247",25395,98292 +"167248",25396,27842 +"167249",25396,27875 +"167250",25396,35319 +"167251",25396,50692 +"167252",25397,44718 +"167253",25398,25714 +"167254",25398,53435 +"167255",25399,34531 +"167256",25399,37097 +"167257",25399,37242 +"167258",25399,37360 +"167259",25399,37383 +"167260",25399,82225 +"167261",25401,31909 +"167262",25401,39289 +"167263",25401,41211 +"167264",25401,56373 +"167265",25401,56411 +"167266",25401,70500 +"167267",25401,89243 +"167268",25401,102301 +"167269",25401,106095 +"167270",25401,112391 +"167271",25401,113955 +"167272",25402,36732 +"167273",25402,58653 +"167274",25402,66844 +"167275",25402,88290 +"167276",25404,81979 +"167277",25404,101006 +"167278",25405,26299 +"167279",25405,29630 +"167280",25405,77694 +"167281",25405,77723 +"167282",25406,69636 +"167283",25407,47550 +"167284",25408,37322 +"167285",25408,37373 +"167286",25408,45476 +"167287",25408,45566 +"167288",25408,51612 +"167289",25408,84249 +"167290",25408,84250 +"167291",25408,84260 +"167292",25408,84261 +"167293",25409,105690 +"167294",25410,41227 +"167295",25410,55493 +"167296",25410,89520 +"167297",25410,105270 +"167298",25411,26123 +"167299",25411,112845 +"167300",25412,114438 +"167301",25413,43654 +"167302",25413,44222 +"167303",25413,45161 +"167304",25413,46726 +"167305",25413,47167 +"167306",25413,48464 +"167307",25413,50854 +"167308",25413,59915 +"167309",25413,62668 +"167310",25413,70473 +"167311",25413,70981 +"167312",25413,71825 +"167313",25413,71837 +"167314",25413,76418 +"167315",25413,77625 +"167316",25413,79681 +"167317",25413,82452 +"167318",25413,88409 +"167319",25413,90883 +"167320",25413,91383 +"167321",25413,92113 +"167322",25413,98243 +"167323",25413,98904 +"167324",25413,102940 +"167325",25413,103771 +"167326",25413,118577 +"167327",25413,119085 +"167328",25413,119224 +"167329",25413,119439 +"167330",25413,120085 +"167331",25413,120232 +"167332",25413,121213 +"167333",25414,26882 +"167334",25414,42421 +"167335",25414,54721 +"167336",25416,29371 +"167337",25416,36144 +"167338",25416,52760 +"167339",25416,89725 +"167340",25416,98515 +"167341",25416,116023 +"167342",25416,122506 +"167343",25417,26061 +"167344",25417,29530 +"167345",25417,64320 +"167346",25417,64338 +"167347",25417,92077 +"167348",25418,30886 +"167349",25418,64345 +"167350",25418,65531 +"167351",25418,89329 +"167352",25420,25602 +"167353",25420,56012 +"167354",25421,25454 +"167355",25422,34394 +"167356",25424,41967 +"167357",25424,44093 +"167358",25424,50787 +"167359",25424,74980 +"167360",25424,96205 +"167361",25424,96216 +"167362",25424,96224 +"167363",25424,96225 +"167364",25425,43196 +"167365",25426,25618 +"167366",25426,95384 +"167367",25427,25480 +"167368",25427,25786 +"167369",25427,28548 +"167370",25427,34842 +"167371",25427,35896 +"167372",25427,49342 +"167373",25427,51364 +"167374",25427,51450 +"167375",25427,54067 +"167376",25427,55190 +"167377",25428,43485 +"167378",25428,78954 +"167379",25428,94646 +"167380",25429,94735 +"167381",25429,116192 +"167382",25430,33352 +"167383",25430,44306 +"167384",25430,84124 +"167385",25431,44042 +"167386",25431,66030 +"167387",25431,74356 +"167388",25431,98895 +"167389",25431,100446 +"167390",25431,100453 +"167391",25431,100454 +"167392",25432,31705 +"167393",25432,34967 +"167394",25432,47137 +"167395",25432,62151 +"167396",25432,86869 +"167397",25432,100313 +"167398",25433,55812 +"167399",25433,55915 +"167400",25435,35407 +"167401",25435,67597 +"167402",25435,69316 +"167403",25435,70159 +"167404",25435,72936 +"167405",25435,89062 +"167406",25435,89120 +"167407",25435,89606 +"167408",25435,90416 +"167409",25435,91060 +"167410",25435,91063 +"167411",25435,91397 +"167412",25435,93033 +"167413",25435,96155 +"167414",25435,96769 +"167415",25435,96771 +"167416",25435,98930 +"167417",25437,25495 +"167418",25438,77511 +"167419",25439,42976 +"167420",25439,47531 +"167421",25440,25506 +"167422",25440,49433 +"167423",25440,67369 +"167424",25441,25534 +"167425",25441,25547 +"167426",25441,25549 +"167427",25442,29495 +"167428",25442,31345 +"167429",25442,34042 +"167430",25442,34736 +"167431",25442,35423 +"167432",25442,50426 +"167433",25442,94637 +"167434",25442,97637 +"167435",25443,26076 +"167436",25443,26688 +"167437",25443,28092 +"167438",25443,29114 +"167439",25443,33113 +"167440",25443,33383 +"167441",25443,33399 +"167442",25443,37439 +"167443",25443,39005 +"167444",25443,40083 +"167445",25443,41433 +"167446",25443,46025 +"167447",25443,49361 +"167448",25443,57151 +"167449",25443,63275 +"167450",25443,71623 +"167451",25443,76336 +"167452",25443,80907 +"167453",25443,82377 +"167454",25443,84541 +"167455",25443,93173 +"167456",25443,93316 +"167457",25443,99428 +"167458",25444,39646 +"167459",25444,65237 +"167460",25444,65322 +"167461",25445,40248 +"167462",25445,77243 +"167463",25446,82416 +"167464",25446,86347 +"167465",25446,95932 +"167466",25446,95981 +"167467",25447,49312 +"167468",25447,61681 +"167469",25447,68139 +"167470",25449,44655 +"167471",25450,25539 +"167472",25451,88546 +"167473",25451,102443 +"167474",25451,116847 +"167475",25453,29693 +"167476",25453,33813 +"167477",25453,66723 +"167478",25455,30333 +"167479",25455,30334 +"167480",25455,30370 +"167481",25456,53670 +"167482",25456,71209 +"167483",25457,30614 +"167484",25457,33826 +"167485",25458,25491 +"167486",25458,25508 +"167487",25458,28596 +"167488",25458,28989 +"167489",25458,29490 +"167490",25458,35011 +"167491",25458,42747 +"167492",25458,50819 +"167493",25458,53113 +"167494",25458,80889 +"167495",25459,89979 +"167496",25460,28219 +"167497",25460,43064 +"167498",25460,43249 +"167499",25460,88916 +"167500",25460,112147 +"167501",25460,117793 +"167502",25461,82665 +"167503",25461,83942 +"167504",25461,107907 +"167505",25462,46465 +"167506",25462,64772 +"167507",25462,75233 +"167508",25462,113019 +"167509",25463,34685 +"167510",25463,37081 +"167511",25463,54139 +"167512",25463,55448 +"167513",25463,119833 +"167514",25464,32259 +"167515",25464,38285 +"167516",25464,89966 +"167517",25464,98607 +"167518",25464,105044 +"167519",25464,109165 +"167520",25465,35239 +"167521",25465,35309 +"167522",25465,84222 +"167523",25465,84236 +"167524",25466,28700 +"167525",25466,49583 +"167526",25466,81266 +"167527",25467,78490 +"167528",25467,96393 +"167529",25468,29878 +"167530",25468,33703 +"167531",25468,35734 +"167532",25468,45857 +"167533",25468,59529 +"167534",25468,73322 +"167535",25469,25497 +"167536",25469,25513 +"167537",25469,47122 +"167538",25469,78983 +"167539",25469,95454 +"167540",25470,31781 +"167541",25471,95752 +"167542",25473,26344 +"167543",25473,26345 +"167544",25473,26451 +"167545",25473,26530 +"167546",25473,27792 +"167547",25473,32026 +"167548",25473,32801 +"167549",25473,32811 +"167550",25473,34651 +"167551",25473,37893 +"167552",25473,48260 +"167553",25473,50063 +"167554",25473,54805 +"167555",25473,58133 +"167556",25473,67823 +"167557",25473,74906 +"167558",25473,78256 +"167559",25473,81675 +"167560",25473,84505 +"167561",25473,86036 +"167562",25473,87243 +"167563",25473,91322 +"167564",25473,99020 +"167565",25473,106853 +"167566",25473,108272 +"167567",25473,119388 +"167568",25473,119394 +"167569",25474,53529 +"167570",25474,77448 +"167571",25474,79136 +"167572",25474,92341 +"167573",25474,100502 +"167574",25474,100734 +"167575",25474,105197 +"167576",25474,105207 +"167577",25474,105221 +"167578",25474,105231 +"167579",25475,29715 +"167580",25476,114541 +"167581",25477,31530 +"167582",25477,37612 +"167583",25477,64201 +"167584",25477,78068 +"167585",25477,102881 +"167586",25478,25587 +"167587",25478,30187 +"167588",25480,25699 +"167589",25480,25749 +"167590",25480,25786 +"167591",25480,25808 +"167592",25480,25896 +"167593",25480,34842 +"167594",25480,35672 +"167595",25480,39160 +"167596",25480,61898 +"167597",25480,79096 +"167598",25481,99588 +"167599",25481,120635 +"167600",25483,47098 +"167601",25483,50785 +"167602",25483,54306 +"167603",25483,57773 +"167604",25483,59592 +"167605",25483,70216 +"167606",25483,72687 +"167607",25483,79206 +"167608",25483,82464 +"167609",25483,86793 +"167610",25483,96253 +"167611",25484,44697 +"167612",25484,51175 +"167613",25484,59819 +"167614",25485,64488 +"167615",25485,90163 +"167616",25486,26660 +"167617",25486,30147 +"167618",25486,33801 +"167619",25486,37539 +"167620",25486,49036 +"167621",25486,51196 +"167622",25486,53475 +"167623",25486,77034 +"167624",25486,91616 +"167625",25486,93883 +"167626",25486,93886 +"167627",25487,101477 +"167628",25487,114637 +"167629",25488,31222 +"167630",25488,48171 +"167631",25488,59931 +"167632",25488,64959 +"167633",25488,68222 +"167634",25488,81911 +"167635",25488,104770 +"167636",25488,121416 +"167637",25489,25524 +"167638",25489,29507 +"167639",25489,34559 +"167640",25489,44244 +"167641",25489,50517 +"167642",25489,80972 +"167643",25489,83073 +"167644",25489,83718 +"167645",25489,94184 +"167646",25489,102764 +"167647",25489,103694 +"167648",25489,112432 +"167649",25489,112924 +"167650",25489,116473 +"167651",25489,118697 +"167652",25489,121838 +"167653",25490,44136 +"167654",25490,49800 +"167655",25490,52258 +"167656",25490,53265 +"167657",25490,54152 +"167658",25490,65752 +"167659",25490,66930 +"167660",25490,115057 +"167661",25491,25508 +"167662",25492,26998 +"167663",25492,66377 +"167664",25492,79347 +"167665",25492,93512 +"167666",25493,25680 +"167667",25493,25812 +"167668",25494,37452 +"167669",25495,64042 +"167670",25496,38654 +"167671",25497,25513 +"167672",25497,47651 +"167673",25498,28653 +"167674",25498,39234 +"167675",25498,60093 +"167676",25498,75617 +"167677",25498,84328 +"167678",25498,95368 +"167679",25498,109522 +"167680",25499,25540 +"167681",25499,25556 +"167682",25499,25598 +"167683",25499,37444 +"167684",25499,74899 +"167685",25499,86446 +"167686",25499,91417 +"167687",25499,115575 +"167688",25499,115576 +"167689",25499,119289 +"167690",25500,70652 +"167691",25500,76621 +"167692",25500,106043 +"167693",25501,37549 +"167694",25501,44688 +"167695",25501,58202 +"167696",25501,81061 +"167697",25501,87756 +"167698",25501,88943 +"167699",25501,94168 +"167700",25501,101827 +"167701",25501,105696 +"167702",25501,117670 +"167703",25502,81436 +"167704",25502,88372 +"167705",25502,91692 +"167706",25502,91708 +"167707",25504,31885 +"167708",25505,25515 +"167709",25505,25532 +"167710",25505,26235 +"167711",25505,28800 +"167712",25505,30040 +"167713",25505,30871 +"167714",25505,37483 +"167715",25505,42756 +"167716",25505,47148 +"167717",25505,47389 +"167718",25505,54579 +"167719",25505,58873 +"167720",25505,69012 +"167721",25505,73773 +"167722",25505,80477 +"167723",25505,80905 +"167724",25505,81547 +"167725",25505,81615 +"167726",25505,82514 +"167727",25505,83636 +"167728",25505,88306 +"167729",25505,90783 +"167730",25505,91354 +"167731",25505,115886 +"167732",25505,119300 +"167733",25505,119301 +"167734",25506,92813 +"167735",25506,113359 +"167736",25507,41539 +"167737",25507,93159 +"167738",25508,25979 +"167739",25508,36048 +"167740",25508,38051 +"167741",25508,50819 +"167742",25508,53113 +"167743",25508,61082 +"167744",25508,61609 +"167745",25508,68960 +"167746",25508,79976 +"167747",25509,64806 +"167748",25509,85875 +"167749",25510,116340 +"167750",25511,25554 +"167751",25511,25571 +"167752",25512,27354 +"167753",25512,29779 +"167754",25512,46505 +"167755",25512,54802 +"167756",25512,57166 +"167757",25512,57441 +"167758",25513,41956 +"167759",25513,48197 +"167760",25513,53156 +"167761",25513,70954 +"167762",25513,85921 +"167763",25514,25981 +"167764",25515,25532 +"167765",25515,26853 +"167766",25515,30802 +"167767",25515,31802 +"167768",25515,41699 +"167769",25515,43443 +"167770",25515,47492 +"167771",25515,47538 +"167772",25515,47770 +"167773",25515,48406 +"167774",25515,58310 +"167775",25515,62179 +"167776",25515,62794 +"167777",25516,90642 +"167778",25516,90672 +"167779",25516,91932 +"167780",25518,27591 +"167781",25518,47907 +"167782",25519,37019 +"167783",25519,41256 +"167784",25519,61327 +"167785",25519,76173 +"167786",25521,31813 +"167787",25522,25553 +"167788",25522,53754 +"167789",25522,64783 +"167790",25522,85076 +"167791",25523,40939 +"167792",25523,50258 +"167793",25523,83004 +"167794",25524,96562 +"167795",25524,96694 +"167796",25524,102764 +"167797",25525,29100 +"167798",25525,46331 +"167799",25525,50023 +"167800",25525,69523 +"167801",25525,114046 +"167802",25526,30983 +"167803",25526,37800 +"167804",25526,75897 +"167805",25526,91033 +"167806",25527,26728 +"167807",25527,35146 +"167808",25527,50092 +"167809",25527,54188 +"167810",25527,64698 +"167811",25527,113447 +"167812",25528,35971 +"167813",25529,57707 +"167814",25529,91398 +"167815",25529,98230 +"167816",25530,27818 +"167817",25530,31521 +"167818",25530,51524 +"167819",25530,51662 +"167820",25530,56396 +"167821",25530,65310 +"167822",25530,65366 +"167823",25530,72086 +"167824",25531,38736 +"167825",25531,43574 +"167826",25531,46142 +"167827",25531,76416 +"167828",25531,80156 +"167829",25531,90194 +"167830",25531,99524 +"167831",25531,109161 +"167832",25533,32706 +"167833",25533,36598 +"167834",25533,44273 +"167835",25533,53479 +"167836",25533,56669 +"167837",25534,25547 +"167838",25534,25549 +"167839",25534,33980 +"167840",25534,35143 +"167841",25534,37519 +"167842",25534,37816 +"167843",25534,42938 +"167844",25534,48129 +"167845",25534,55447 +"167846",25534,55456 +"167847",25534,55809 +"167848",25534,59311 +"167849",25534,62052 +"167850",25534,74901 +"167851",25534,74902 +"167852",25534,74929 +"167853",25534,75328 +"167854",25534,75341 +"167855",25534,75372 +"167856",25535,29943 +"167857",25535,76020 +"167858",25536,36861 +"167859",25536,56161 +"167860",25536,115347 +"167861",25537,36710 +"167862",25537,90982 +"167863",25537,110537 +"167864",25538,25608 +"167865",25538,25643 +"167866",25538,30325 +"167867",25538,31492 +"167868",25538,33574 +"167869",25538,49211 +"167870",25538,58035 +"167871",25538,72081 +"167872",25538,87814 +"167873",25539,65565 +"167874",25539,77219 +"167875",25539,83168 +"167876",25540,25556 +"167877",25540,25598 +"167878",25540,63821 +"167879",25540,74899 +"167880",25540,86446 +"167881",25540,95858 +"167882",25540,95863 +"167883",25540,95877 +"167884",25540,115576 +"167885",25540,119289 +"167886",25541,37839 +"167887",25541,46626 +"167888",25541,122014 +"167889",25542,32581 +"167890",25542,33989 +"167891",25542,37238 +"167892",25542,41900 +"167893",25542,44565 +"167894",25543,30806 +"167895",25543,33952 +"167896",25543,35307 +"167897",25543,55930 +"167898",25543,94599 +"167899",25543,103951 +"167900",25543,116753 +"167901",25544,32881 +"167902",25544,80587 +"167903",25544,86783 +"167904",25545,44029 +"167905",25545,44062 +"167906",25545,44695 +"167907",25546,28659 +"167908",25546,44511 +"167909",25546,45247 +"167910",25547,25549 +"167911",25548,50532 +"167912",25548,76474 +"167913",25548,79674 +"167914",25548,84628 +"167915",25548,101489 +"167916",25549,26306 +"167917",25550,65101 +"167918",25551,38127 +"167919",25551,122971 +"167920",25552,40568 +"167921",25554,25571 +"167922",25554,35620 +"167923",25554,42107 +"167924",25554,82386 +"167925",25554,98013 +"167926",25555,28277 +"167927",25555,28325 +"167928",25555,28326 +"167929",25555,33197 +"167930",25555,48736 +"167931",25555,66833 +"167932",25555,79204 +"167933",25556,25598 +"167934",25556,25619 +"167935",25556,34695 +"167936",25556,55681 +"167937",25556,65366 +"167938",25556,68219 +"167939",25556,73547 +"167940",25556,84820 +"167941",25556,103106 +"167942",25556,103119 +"167943",25557,32811 +"167944",25557,36340 +"167945",25557,37167 +"167946",25557,39921 +"167947",25557,43744 +"167948",25557,63953 +"167949",25557,79212 +"167950",25557,84834 +"167951",25557,99051 +"167952",25557,107673 +"167953",25557,107684 +"167954",25559,32461 +"167955",25559,38193 +"167956",25559,49838 +"167957",25559,51486 +"167958",25559,55805 +"167959",25559,70139 +"167960",25559,70535 +"167961",25559,99714 +"167962",25559,102019 +"167963",25559,104252 +"167964",25559,104383 +"167965",25559,108450 +"167966",25560,36093 +"167967",25560,46571 +"167968",25560,48100 +"167969",25560,59143 +"167970",25560,62996 +"167971",25560,78887 +"167972",25560,84599 +"167973",25560,91601 +"167974",25560,103731 +"167975",25560,103738 +"167976",25560,103743 +"167977",25560,103746 +"167978",25561,48997 +"167979",25561,98230 +"167980",25561,116949 +"167981",25562,27226 +"167982",25562,38467 +"167983",25562,92471 +"167984",25562,92505 +"167985",25563,44748 +"167986",25563,77778 +"167987",25563,79740 +"167988",25563,94100 +"167989",25563,105725 +"167990",25564,28030 +"167991",25564,57758 +"167992",25564,78195 +"167993",25565,49014 +"167994",25566,58323 +"167995",25566,92549 +"167996",25566,103713 +"167997",25567,39427 +"167998",25567,100508 +"167999",25568,39871 +"168000",25568,41566 +"168001",25568,43769 +"168002",25568,75144 +"168003",25568,80174 +"168004",25568,86648 +"168005",25568,116042 +"168006",25569,34566 +"168007",25569,34706 +"168008",25569,34722 +"168009",25569,39093 +"168010",25569,39681 +"168011",25569,41929 +"168012",25569,42002 +"168013",25569,63577 +"168014",25569,72466 +"168015",25570,26415 +"168016",25570,33748 +"168017",25570,101284 +"168018",25570,101415 +"168019",25570,105348 +"168020",25573,41341 +"168021",25573,45039 +"168022",25575,59568 +"168023",25576,72347 +"168024",25577,33394 +"168025",25577,40470 +"168026",25577,56317 +"168027",25577,65460 +"168028",25577,75062 +"168029",25577,80287 +"168030",25578,30727 +"168031",25578,30840 +"168032",25580,25626 +"168033",25580,26154 +"168034",25580,26626 +"168035",25581,37249 +"168036",25581,53480 +"168037",25581,57048 +"168038",25581,109464 +"168039",25583,25858 +"168040",25583,29450 +"168041",25583,33352 +"168042",25583,36065 +"168043",25583,46804 +"168044",25583,103109 +"168045",25583,104517 +"168046",25583,104572 +"168047",25583,104656 +"168048",25584,26619 +"168049",25584,45576 +"168050",25584,88711 +"168051",25584,90860 +"168052",25585,46101 +"168053",25586,95156 +"168054",25586,122989 +"168055",25588,25923 +"168056",25588,26387 +"168057",25588,26449 +"168058",25588,26485 +"168059",25588,27463 +"168060",25588,42505 +"168061",25588,42604 +"168062",25588,47421 +"168063",25588,58432 +"168064",25588,73877 +"168065",25588,75568 +"168066",25588,76511 +"168067",25588,88439 +"168068",25588,88794 +"168069",25588,89511 +"168070",25588,97591 +"168071",25588,108463 +"168072",25588,111931 +"168073",25591,78968 +"168074",25592,25605 +"168075",25592,36389 +"168076",25592,72035 +"168077",25592,72040 +"168078",25592,105327 +"168079",25592,114564 +"168080",25593,57070 +"168081",25593,80573 +"168082",25593,86141 +"168083",25595,25647 +"168084",25595,29696 +"168085",25595,32601 +"168086",25595,64666 +"168087",25595,84531 +"168088",25595,88169 +"168089",25595,104746 +"168090",25595,114796 +"168091",25596,55155 +"168092",25596,70728 +"168093",25596,71932 +"168094",25596,71952 +"168095",25596,74918 +"168096",25596,91900 +"168097",25596,103290 +"168098",25596,107098 +"168099",25597,49947 +"168100",25599,41400 +"168101",25599,71660 +"168102",25600,56928 +"168103",25601,31185 +"168104",25601,112104 +"168105",25603,26275 +"168106",25603,42006 +"168107",25603,45685 +"168108",25603,47013 +"168109",25603,52845 +"168110",25603,65402 +"168111",25603,73923 +"168112",25603,76314 +"168113",25603,80151 +"168114",25603,96030 +"168115",25604,27176 +"168116",25604,40894 +"168117",25604,69615 +"168118",25604,108476 +"168119",25604,122392 +"168120",25604,122408 +"168121",25605,29171 +"168122",25605,29198 +"168123",25605,30626 +"168124",25605,31655 +"168125",25605,35561 +"168126",25605,35825 +"168127",25605,38586 +"168128",25605,44857 +"168129",25605,48297 +"168130",25605,48411 +"168131",25605,52023 +"168132",25605,62056 +"168133",25605,72367 +"168134",25605,95469 +"168135",25605,104277 +"168136",25605,108886 +"168137",25605,109327 +"168138",25605,119148 +"168139",25606,28530 +"168140",25606,30258 +"168141",25606,38185 +"168142",25606,38683 +"168143",25606,40245 +"168144",25606,43226 +"168145",25606,44655 +"168146",25606,44973 +"168147",25606,46177 +"168148",25606,47048 +"168149",25606,48110 +"168150",25606,49697 +"168151",25606,58508 +"168152",25606,59731 +"168153",25606,62642 +"168154",25606,68091 +"168155",25606,69222 +"168156",25606,69335 +"168157",25606,73731 +"168158",25606,75245 +"168159",25606,75776 +"168160",25606,75956 +"168161",25606,76387 +"168162",25606,78978 +"168163",25606,79212 +"168164",25606,79241 +"168165",25606,79579 +"168166",25606,80239 +"168167",25606,80301 +"168168",25606,81397 +"168169",25606,88340 +"168170",25606,88749 +"168171",25606,89069 +"168172",25606,89373 +"168173",25606,89995 +"168174",25606,90919 +"168175",25606,90936 +"168176",25606,92232 +"168177",25606,92861 +"168178",25606,93097 +"168179",25606,94231 +"168180",25606,95183 +"168181",25606,95489 +"168182",25606,96247 +"168183",25606,96363 +"168184",25606,97898 +"168185",25606,101571 +"168186",25606,105139 +"168187",25608,25643 +"168188",25608,29793 +"168189",25608,39714 +"168190",25608,83180 +"168191",25609,90897 +"168192",25610,33777 +"168193",25611,33770 +"168194",25611,36614 +"168195",25611,43632 +"168196",25613,25899 +"168197",25613,32788 +"168198",25613,57612 +"168199",25613,72980 +"168200",25613,84546 +"168201",25613,84770 +"168202",25613,96518 +"168203",25613,101484 +"168204",25613,104662 +"168205",25613,111317 +"168206",25614,29768 +"168207",25614,30040 +"168208",25614,37587 +"168209",25614,44610 +"168210",25615,43645 +"168211",25615,93909 +"168212",25615,95120 +"168213",25615,109277 +"168214",25616,84811 +"168215",25616,93181 +"168216",25617,96523 +"168217",25617,96990 +"168218",25617,122261 +"168219",25618,37503 +"168220",25618,53248 +"168221",25618,62779 +"168222",25619,34695 +"168223",25619,73547 +"168224",25619,102324 +"168225",25619,103106 +"168226",25619,103119 +"168227",25619,105045 +"168228",25619,106156 +"168229",25619,106181 +"168230",25619,116481 +"168231",25620,34040 +"168232",25620,35112 +"168233",25620,36827 +"168234",25620,80758 +"168235",25620,92360 +"168236",25620,102441 +"168237",25620,113409 +"168238",25621,32015 +"168239",25621,80074 +"168240",25621,80102 +"168241",25621,80149 +"168242",25623,111264 +"168243",25624,70077 +"168244",25625,47071 +"168245",25625,66025 +"168246",25625,66529 +"168247",25625,84815 +"168248",25625,100505 +"168249",25626,26154 +"168250",25626,26626 +"168251",25626,28947 +"168252",25626,47746 +"168253",25627,30477 +"168254",25627,46730 +"168255",25627,75024 +"168256",25627,77916 +"168257",25627,82681 +"168258",25628,25642 +"168259",25628,27082 +"168260",25628,56819 +"168261",25629,39314 +"168262",25629,77539 +"168263",25629,78431 +"168264",25630,27867 +"168265",25630,63572 +"168266",25630,84006 +"168267",25630,87284 +"168268",25631,29216 +"168269",25631,56208 +"168270",25631,59793 +"168271",25631,69023 +"168272",25633,64263 +"168273",25634,35964 +"168274",25634,36059 +"168275",25634,36121 +"168276",25634,57836 +"168277",25635,32211 +"168278",25635,38462 +"168279",25635,41660 +"168280",25635,45503 +"168281",25635,56700 +"168282",25635,60811 +"168283",25635,76178 +"168284",25636,61239 +"168285",25636,71238 +"168286",25636,96432 +"168287",25636,97727 +"168288",25636,101042 +"168289",25636,101048 +"168290",25637,37590 +"168291",25637,39711 +"168292",25639,26432 +"168293",25639,26943 +"168294",25639,28499 +"168295",25639,29499 +"168296",25639,30789 +"168297",25639,30866 +"168298",25639,31700 +"168299",25639,32361 +"168300",25639,33275 +"168301",25639,33883 +"168302",25639,36286 +"168303",25639,36767 +"168304",25639,36954 +"168305",25639,37307 +"168306",25639,37937 +"168307",25639,40419 +"168308",25639,41455 +"168309",25639,42608 +"168310",25639,43149 +"168311",25639,44180 +"168312",25639,44687 +"168313",25639,45818 +"168314",25639,50207 +"168315",25639,50488 +"168316",25639,51476 +"168317",25639,51892 +"168318",25639,52112 +"168319",25639,53415 +"168320",25639,53755 +"168321",25639,54168 +"168322",25639,56357 +"168323",25639,57210 +"168324",25639,57636 +"168325",25639,58482 +"168326",25639,59172 +"168327",25639,59798 +"168328",25639,59816 +"168329",25639,61874 +"168330",25639,63274 +"168331",25639,66322 +"168332",25639,67327 +"168333",25639,70854 +"168334",25639,70907 +"168335",25639,71683 +"168336",25639,72568 +"168337",25639,72628 +"168338",25639,73767 +"168339",25639,77125 +"168340",25639,78398 +"168341",25639,78532 +"168342",25639,81609 +"168343",25639,82426 +"168344",25639,84343 +"168345",25639,85000 +"168346",25639,85101 +"168347",25639,85885 +"168348",25639,91255 +"168349",25639,91682 +"168350",25639,91698 +"168351",25639,92247 +"168352",25639,92352 +"168353",25639,92362 +"168354",25639,92929 +"168355",25639,93719 +"168356",25639,94906 +"168357",25639,94946 +"168358",25639,95267 +"168359",25639,95889 +"168360",25639,96093 +"168361",25639,97580 +"168362",25639,97988 +"168363",25639,98727 +"168364",25639,98776 +"168365",25639,99309 +"168366",25639,99376 +"168367",25639,99450 +"168368",25639,99471 +"168369",25639,99474 +"168370",25639,100795 +"168371",25639,100916 +"168372",25639,100944 +"168373",25639,101126 +"168374",25639,101329 +"168375",25639,105557 +"168376",25639,106824 +"168377",25639,107199 +"168378",25639,108743 +"168379",25639,108879 +"168380",25639,108980 +"168381",25639,109166 +"168382",25639,109291 +"168383",25639,109858 +"168384",25639,109878 +"168385",25639,109933 +"168386",25639,110483 +"168387",25639,110567 +"168388",25639,110572 +"168389",25639,110630 +"168390",25639,110648 +"168391",25639,110711 +"168392",25639,110770 +"168393",25639,110869 +"168394",25639,110911 +"168395",25639,111285 +"168396",25639,111314 +"168397",25639,111362 +"168398",25639,111372 +"168399",25639,111424 +"168400",25639,111433 +"168401",25639,112422 +"168402",25639,112962 +"168403",25639,113269 +"168404",25639,113430 +"168405",25639,113990 +"168406",25639,114242 +"168407",25639,114842 +"168408",25639,115413 +"168409",25639,115427 +"168410",25639,115521 +"168411",25639,115711 +"168412",25639,116123 +"168413",25639,117258 +"168414",25639,117560 +"168415",25639,118128 +"168416",25639,118836 +"168417",25639,118866 +"168418",25639,118873 +"168419",25639,119131 +"168420",25639,119513 +"168421",25639,119716 +"168422",25639,119769 +"168423",25639,120123 +"168424",25639,120169 +"168425",25639,120725 +"168426",25639,120944 +"168427",25639,121609 +"168428",25639,122007 +"168429",25639,122032 +"168430",25639,122035 +"168431",25639,122724 +"168432",25639,123070 +"168433",25639,123394 +"168434",25639,123490 +"168435",25640,59278 +"168436",25640,87072 +"168437",25640,100863 +"168438",25641,25644 +"168439",25642,27082 +"168440",25642,56819 +"168441",25643,30325 +"168442",25643,31492 +"168443",25643,33574 +"168444",25643,40293 +"168445",25643,47857 +"168446",25643,50239 +"168447",25643,51654 +"168448",25643,58035 +"168449",25643,80471 +"168450",25643,94102 +"168451",25643,99969 +"168452",25644,34591 +"168453",25644,35972 +"168454",25644,43811 +"168455",25644,43895 +"168456",25644,43935 +"168457",25644,43966 +"168458",25644,43968 +"168459",25644,43992 +"168460",25644,43997 +"168461",25644,43999 +"168462",25644,44000 +"168463",25644,91115 +"168464",25644,92350 +"168465",25644,92351 +"168466",25644,92389 +"168467",25644,92402 +"168468",25644,92456 +"168469",25645,32539 +"168470",25645,73659 +"168471",25646,47302 +"168472",25646,112381 +"168473",25648,30655 +"168474",25648,33635 +"168475",25648,42197 +"168476",25648,44679 +"168477",25648,62750 +"168478",25648,68284 +"168479",25648,70208 +"168480",25648,74180 +"168481",25648,75919 +"168482",25648,88379 +"168483",25648,99620 +"168484",25648,100992 +"168485",25648,103846 +"168486",25648,109109 +"168487",25648,110319 +"168488",25648,113253 +"168489",25648,122700 +"168490",25649,85504 +"168491",25649,99288 +"168492",25649,114416 +"168493",25650,25859 +"168494",25650,25866 +"168495",25651,28358 +"168496",25651,32541 +"168497",25651,34694 +"168498",25651,34710 +"168499",25651,34818 +"168500",25651,34892 +"168501",25651,34900 +"168502",25651,38712 +"168503",25651,52680 +"168504",25651,60808 +"168505",25651,73703 +"168506",25652,58767 +"168507",25653,29902 +"168508",25653,57737 +"168509",25653,92094 +"168510",25653,109692 +"168511",25653,109789 +"168512",25654,37008 +"168513",25654,37133 +"168514",25654,37776 +"168515",25654,40902 +"168516",25654,52216 +"168517",25654,66369 +"168518",25654,84857 +"168519",25654,88869 +"168520",25654,89587 +"168521",25654,90271 +"168522",25654,92618 +"168523",25654,107987 +"168524",25655,80616 +"168525",25655,93969 +"168526",25655,94569 +"168527",25656,29552 +"168528",25656,107056 +"168529",25658,25678 +"168530",25659,44356 +"168531",25659,63429 +"168532",25659,72104 +"168533",25659,74388 +"168534",25659,77818 +"168535",25659,84698 +"168536",25659,101093 +"168537",25659,106752 +"168538",25659,119756 +"168539",25659,119978 +"168540",25659,120037 +"168541",25660,31469 +"168542",25660,34668 +"168543",25660,34763 +"168544",25660,38497 +"168545",25660,51777 +"168546",25660,75470 +"168547",25660,101111 +"168548",25660,122031 +"168549",25661,34991 +"168550",25661,38112 +"168551",25661,88053 +"168552",25662,33691 +"168553",25662,42199 +"168554",25662,85406 +"168555",25662,94758 +"168556",25662,95295 +"168557",25663,25921 +"168558",25664,26407 +"168559",25664,27174 +"168560",25664,27196 +"168561",25664,27710 +"168562",25664,28703 +"168563",25664,29253 +"168564",25664,29341 +"168565",25664,29560 +"168566",25664,29573 +"168567",25664,29868 +"168568",25664,32438 +"168569",25664,32967 +"168570",25664,33223 +"168571",25664,33881 +"168572",25664,34097 +"168573",25664,34330 +"168574",25664,34513 +"168575",25664,35400 +"168576",25664,36476 +"168577",25664,36547 +"168578",25664,36745 +"168579",25664,37780 +"168580",25664,37821 +"168581",25664,37931 +"168582",25664,38319 +"168583",25664,39398 +"168584",25664,39492 +"168585",25664,40320 +"168586",25664,40373 +"168587",25664,40542 +"168588",25664,41182 +"168589",25664,42131 +"168590",25664,46843 +"168591",25664,48331 +"168592",25664,108256 +"168593",25664,116687 +"168594",25665,76922 +"168595",25665,77050 +"168596",25665,83656 +"168597",25665,92699 +"168598",25666,30876 +"168599",25667,25906 +"168600",25668,25806 +"168601",25669,25683 +"168602",25670,49366 +"168603",25670,64616 +"168604",25670,74002 +"168605",25671,25694 +"168606",25671,28432 +"168607",25671,30721 +"168608",25671,73360 +"168609",25671,73553 +"168610",25671,88495 +"168611",25671,110764 +"168612",25671,110780 +"168613",25672,37633 +"168614",25672,41023 +"168615",25672,54848 +"168616",25672,60371 +"168617",25672,64906 +"168618",25672,73730 +"168619",25672,85815 +"168620",25672,122961 +"168621",25673,48408 +"168622",25673,73650 +"168623",25673,91984 +"168624",25673,96287 +"168625",25673,96289 +"168626",25673,96302 +"168627",25674,73554 +"168628",25675,42533 +"168629",25676,25791 +"168630",25676,62718 +"168631",25676,73788 +"168632",25676,73791 +"168633",25676,77483 +"168634",25677,34174 +"168635",25678,25785 +"168636",25678,34108 +"168637",25678,37969 +"168638",25678,56365 +"168639",25678,58346 +"168640",25678,73357 +"168641",25678,82860 +"168642",25678,100893 +"168643",25678,101500 +"168644",25678,102488 +"168645",25679,41021 +"168646",25679,41619 +"168647",25679,46042 +"168648",25679,73257 +"168649",25680,25812 +"168650",25680,26479 +"168651",25680,92072 +"168652",25680,103432 +"168653",25680,108765 +"168654",25680,108962 +"168655",25680,116450 +"168656",25680,122339 +"168657",25682,25854 +"168658",25683,79210 +"168659",25684,28031 +"168660",25686,41515 +"168661",25687,26605 +"168662",25687,26653 +"168663",25687,26780 +"168664",25687,30331 +"168665",25688,25823 +"168666",25688,25825 +"168667",25688,25891 +"168668",25688,25898 +"168669",25689,25753 +"168670",25691,25765 +"168671",25691,25915 +"168672",25691,36468 +"168673",25691,83921 +"168674",25692,30888 +"168675",25692,36050 +"168676",25692,45263 +"168677",25692,46686 +"168678",25692,49353 +"168679",25692,55275 +"168680",25692,62477 +"168681",25692,77967 +"168682",25692,78704 +"168683",25692,80088 +"168684",25692,101534 +"168685",25692,101684 +"168686",25692,102703 +"168687",25692,109242 +"168688",25692,109252 +"168689",25692,109915 +"168690",25692,112672 +"168691",25692,113844 +"168692",25692,116644 +"168693",25693,33991 +"168694",25695,25712 +"168695",25696,25698 +"168696",25696,25773 +"168697",25696,25809 +"168698",25696,25810 +"168699",25697,93707 +"168700",25698,25773 +"168701",25698,25809 +"168702",25698,25810 +"168703",25699,25749 +"168704",25699,25786 +"168705",25699,25808 +"168706",25699,25896 +"168707",25700,25787 +"168708",25700,30244 +"168709",25700,31902 +"168710",25700,47111 +"168711",25700,48241 +"168712",25700,88692 +"168713",25700,103292 +"168714",25701,42498 +"168715",25701,88885 +"168716",25701,88898 +"168717",25702,26260 +"168718",25702,31068 +"168719",25702,38375 +"168720",25702,68802 +"168721",25703,30186 +"168722",25703,37791 +"168723",25703,39264 +"168724",25703,47882 +"168725",25703,54732 +"168726",25703,85919 +"168727",25703,88289 +"168728",25703,90721 +"168729",25703,97058 +"168730",25703,97067 +"168731",25703,97074 +"168732",25703,97102 +"168733",25703,97103 +"168734",25703,97104 +"168735",25703,97109 +"168736",25703,97110 +"168737",25704,63213 +"168738",25705,25908 +"168739",25705,47588 +"168740",25705,77597 +"168741",25705,80704 +"168742",25705,83031 +"168743",25705,83049 +"168744",25705,83085 +"168745",25705,84954 +"168746",25705,84962 +"168747",25706,39885 +"168748",25706,108504 +"168749",25707,25890 +"168750",25707,27647 +"168751",25707,45003 +"168752",25707,117621 +"168753",25707,117672 +"168754",25708,41939 +"168755",25709,33723 +"168756",25709,72841 +"168757",25709,86427 +"168758",25709,88400 +"168759",25709,111841 +"168760",25710,25734 +"168761",25710,47188 +"168762",25710,51078 +"168763",25710,69718 +"168764",25710,91086 +"168765",25711,29147 +"168766",25711,112763 +"168767",25712,26560 +"168768",25713,56937 +"168769",25713,108633 +"168770",25713,108671 +"168771",25716,29644 +"168772",25716,36315 +"168773",25716,56965 +"168774",25718,25719 +"168775",25718,25764 +"168776",25718,30080 +"168777",25718,48975 +"168778",25718,73483 +"168779",25718,75294 +"168780",25718,77251 +"168781",25718,78461 +"168782",25718,87261 +"168783",25718,90110 +"168784",25718,92639 +"168785",25718,102311 +"168786",25718,107874 +"168787",25718,107993 +"168788",25718,108483 +"168789",25718,110655 +"168790",25718,112834 +"168791",25718,117648 +"168792",25719,25764 +"168793",25719,61280 +"168794",25719,82363 +"168795",25719,89930 +"168796",25719,92241 +"168797",25719,93006 +"168798",25719,118106 +"168799",25719,121863 +"168800",25721,32612 +"168801",25721,41049 +"168802",25721,47509 +"168803",25721,56379 +"168804",25721,103071 +"168805",25722,26175 +"168806",25722,26176 +"168807",25722,26284 +"168808",25722,26285 +"168809",25722,26286 +"168810",25722,26323 +"168811",25722,26496 +"168812",25722,33388 +"168813",25722,110540 +"168814",25722,112007 +"168815",25722,115275 +"168816",25723,54661 +"168817",25723,69051 +"168818",25723,76072 +"168819",25723,97171 +"168820",25724,46936 +"168821",25724,89536 +"168822",25725,44749 +"168823",25725,109317 +"168824",25726,29855 +"168825",25726,43457 +"168826",25726,53409 +"168827",25726,96536 +"168828",25727,30411 +"168829",25727,33119 +"168830",25727,36091 +"168831",25727,38782 +"168832",25727,40488 +"168833",25727,41719 +"168834",25727,45397 +"168835",25727,53453 +"168836",25727,57058 +"168837",25727,58855 +"168838",25727,65400 +"168839",25727,66950 +"168840",25727,67825 +"168841",25727,68502 +"168842",25727,68569 +"168843",25727,74575 +"168844",25727,75025 +"168845",25727,78451 +"168846",25727,78679 +"168847",25727,81944 +"168848",25727,84607 +"168849",25727,88462 +"168850",25727,96452 +"168851",25727,98268 +"168852",25727,99263 +"168853",25727,100607 +"168854",25727,101067 +"168855",25727,101484 +"168856",25727,101681 +"168857",25727,104646 +"168858",25727,104887 +"168859",25727,105019 +"168860",25727,105030 +"168861",25727,105660 +"168862",25727,106010 +"168863",25727,110272 +"168864",25727,111019 +"168865",25727,114545 +"168866",25727,115817 +"168867",25727,116107 +"168868",25727,116108 +"168869",25727,116109 +"168870",25727,119265 +"168871",25728,25738 +"168872",25728,25907 +"168873",25728,96575 +"168874",25728,102617 +"168875",25729,25754 +"168876",25730,26062 +"168877",25730,56382 +"168878",25730,89681 +"168879",25731,122707 +"168880",25732,25794 +"168881",25732,76991 +"168882",25733,51663 +"168883",25733,54380 +"168884",25734,27545 +"168885",25734,29403 +"168886",25734,30306 +"168887",25734,52217 +"168888",25734,59662 +"168889",25734,65017 +"168890",25734,66834 +"168891",25734,98098 +"168892",25734,98122 +"168893",25734,98124 +"168894",25735,28952 +"168895",25735,60493 +"168896",25735,65803 +"168897",25735,66132 +"168898",25736,87132 +"168899",25737,75303 +"168900",25738,25907 +"168901",25738,49505 +"168902",25739,25811 +"168903",25739,25831 +"168904",25739,25832 +"168905",25739,25863 +"168906",25739,45359 +"168907",25740,36910 +"168908",25740,39447 +"168909",25740,46515 +"168910",25740,50663 +"168911",25740,55943 +"168912",25740,76827 +"168913",25740,120419 +"168914",25741,25871 +"168915",25741,34658 +"168916",25741,45763 +"168917",25741,60288 +"168918",25741,63569 +"168919",25741,88413 +"168920",25741,94922 +"168921",25743,25872 +"168922",25743,25902 +"168923",25743,37550 +"168924",25743,42026 +"168925",25743,42827 +"168926",25743,53764 +"168927",25743,66227 +"168928",25743,76920 +"168929",25743,81516 +"168930",25743,81554 +"168931",25743,87530 +"168932",25743,88858 +"168933",25743,88887 +"168934",25744,37354 +"168935",25744,48140 +"168936",25745,27345 +"168937",25745,28005 +"168938",25745,51813 +"168939",25745,55169 +"168940",25745,90439 +"168941",25746,61235 +"168942",25746,67193 +"168943",25746,93520 +"168944",25746,121475 +"168945",25747,44401 +"168946",25747,48429 +"168947",25747,49728 +"168948",25747,63535 +"168949",25747,64405 +"168950",25747,69693 +"168951",25747,78236 +"168952",25747,85379 +"168953",25747,90583 +"168954",25747,90898 +"168955",25747,94836 +"168956",25747,108732 +"168957",25748,29306 +"168958",25748,40379 +"168959",25748,43411 +"168960",25748,65725 +"168961",25748,76843 +"168962",25748,80130 +"168963",25748,80948 +"168964",25748,80973 +"168965",25748,81422 +"168966",25748,82569 +"168967",25748,84591 +"168968",25748,85433 +"168969",25748,87915 +"168970",25748,93712 +"168971",25748,101381 +"168972",25748,104588 +"168973",25748,104735 +"168974",25748,106413 +"168975",25748,106442 +"168976",25748,109539 +"168977",25748,110336 +"168978",25748,117654 +"168979",25748,118379 +"168980",25749,25786 +"168981",25749,25808 +"168982",25749,25896 +"168983",25749,52123 +"168984",25749,65789 +"168985",25750,30410 +"168986",25751,64938 +"168987",25751,76484 +"168988",25752,38311 +"168989",25752,38344 +"168990",25752,39693 +"168991",25752,39724 +"168992",25752,39725 +"168993",25752,39726 +"168994",25754,110116 +"168995",25755,27302 +"168996",25755,57887 +"168997",25755,92061 +"168998",25756,80687 +"168999",25757,59207 +"169000",25757,85711 +"169001",25757,89000 +"169002",25758,26537 +"169003",25758,26872 +"169004",25758,28767 +"169005",25758,28871 +"169006",25758,30334 +"169007",25758,35496 +"169008",25758,37610 +"169009",25758,37636 +"169010",25758,39435 +"169011",25758,40131 +"169012",25758,40166 +"169013",25758,40392 +"169014",25758,40905 +"169015",25758,41030 +"169016",25758,41527 +"169017",25758,41529 +"169018",25758,41778 +"169019",25758,43147 +"169020",25758,43234 +"169021",25758,43858 +"169022",25758,44828 +"169023",25758,45657 +"169024",25758,45933 +"169025",25758,46434 +"169026",25758,46788 +"169027",25758,47123 +"169028",25758,47488 +"169029",25758,48909 +"169030",25758,49859 +"169031",25758,50064 +"169032",25758,50067 +"169033",25758,50554 +"169034",25758,50879 +"169035",25758,51783 +"169036",25758,52018 +"169037",25758,53444 +"169038",25758,53527 +"169039",25758,53555 +"169040",25758,54275 +"169041",25758,56628 +"169042",25758,58004 +"169043",25758,58068 +"169044",25758,58633 +"169045",25758,61111 +"169046",25758,61127 +"169047",25758,68287 +"169048",25758,115735 +"169049",25759,37557 +"169050",25759,44859 +"169051",25760,25795 +"169052",25760,25867 +"169053",25760,25918 +"169054",25760,35909 +"169055",25760,35910 +"169056",25760,35935 +"169057",25760,36001 +"169058",25760,36029 +"169059",25760,36045 +"169060",25760,36046 +"169061",25760,36080 +"169062",25760,36081 +"169063",25760,36082 +"169064",25760,36102 +"169065",25761,25976 +"169066",25761,30416 +"169067",25761,32947 +"169068",25761,52441 +"169069",25761,57926 +"169070",25761,63409 +"169071",25761,66664 +"169072",25761,90939 +"169073",25761,91905 +"169074",25761,107396 +"169075",25761,112765 +"169076",25761,112767 +"169077",25763,25797 +"169078",25765,25915 +"169079",25765,30604 +"169080",25765,100556 +"169081",25766,31486 +"169082",25766,33785 +"169083",25766,115750 +"169084",25766,115773 +"169085",25767,26926 +"169086",25767,26992 +"169087",25767,40654 +"169088",25767,42682 +"169089",25767,43238 +"169090",25767,46586 +"169091",25767,50604 +"169092",25767,51475 +"169093",25767,51666 +"169094",25767,51789 +"169095",25767,53389 +"169096",25767,55136 +"169097",25767,57270 +"169098",25767,58645 +"169099",25767,60928 +"169100",25767,65137 +"169101",25767,75526 +"169102",25767,75953 +"169103",25767,80041 +"169104",25767,81722 +"169105",25767,89618 +"169106",25767,89742 +"169107",25767,98946 +"169108",25767,99575 +"169109",25767,101067 +"169110",25767,102866 +"169111",25767,105207 +"169112",25767,106691 +"169113",25767,107050 +"169114",25767,110085 +"169115",25767,110108 +"169116",25767,119327 +"169117",25767,120879 +"169118",25767,120961 +"169119",25767,121359 +"169120",25768,44322 +"169121",25769,25826 +"169122",25769,27485 +"169123",25769,43940 +"169124",25770,25887 +"169125",25771,52376 +"169126",25771,122575 +"169127",25772,26912 +"169128",25772,68192 +"169129",25772,73745 +"169130",25772,101321 +"169131",25773,25809 +"169132",25773,25810 +"169133",25774,97752 +"169134",25775,55784 +"169135",25775,86714 +"169136",25775,98384 +"169137",25776,41782 +"169138",25776,58337 +"169139",25776,72986 +"169140",25776,73544 +"169141",25776,74192 +"169142",25776,96310 +"169143",25776,104006 +"169144",25776,108844 +"169145",25776,117744 +"169146",25777,56131 +"169147",25778,68788 +"169148",25778,111609 +"169149",25779,42818 +"169150",25779,66449 +"169151",25779,88641 +"169152",25780,43958 +"169153",25781,70833 +"169154",25781,106377 +"169155",25782,51617 +"169156",25784,25849 +"169157",25784,25869 +"169158",25784,25900 +"169159",25785,44226 +"169160",25785,49546 +"169161",25785,54618 +"169162",25785,56365 +"169163",25785,63910 +"169164",25785,73517 +"169165",25785,82860 +"169166",25785,89796 +"169167",25785,89820 +"169168",25785,111535 +"169169",25785,111601 +"169170",25786,25808 +"169171",25786,25896 +"169172",25786,34842 +"169173",25786,39160 +"169174",25786,93182 +"169175",25787,98799 +"169176",25788,34017 +"169177",25788,45873 +"169178",25788,70111 +"169179",25788,86403 +"169180",25789,77124 +"169181",25789,85619 +"169182",25789,103741 +"169183",25789,119945 +"169184",25790,29921 +"169185",25790,33329 +"169186",25790,37354 +"169187",25790,41419 +"169188",25790,71634 +"169189",25790,85245 +"169190",25790,108744 +"169191",25792,64848 +"169192",25792,76184 +"169193",25794,34787 +"169194",25794,35549 +"169195",25794,53507 +"169196",25794,69482 +"169197",25794,69483 +"169198",25794,69484 +"169199",25794,69527 +"169200",25794,69676 +"169201",25794,69694 +"169202",25794,69800 +"169203",25794,69894 +"169204",25794,69917 +"169205",25795,25867 +"169206",25795,25918 +"169207",25796,81921 +"169208",25797,33433 +"169209",25797,53083 +"169210",25797,53108 +"169211",25797,91781 +"169212",25798,25799 +"169213",25798,25834 +"169214",25799,25834 +"169215",25800,38150 +"169216",25801,31795 +"169217",25801,37435 +"169218",25801,45408 +"169219",25801,45563 +"169220",25801,50071 +"169221",25801,53498 +"169222",25801,59887 +"169223",25801,69215 +"169224",25801,70227 +"169225",25801,99191 +"169226",25801,105262 +"169227",25801,107410 +"169228",25801,108872 +"169229",25801,110454 +"169230",25801,111156 +"169231",25801,114895 +"169232",25802,26020 +"169233",25802,31487 +"169234",25802,50926 +"169235",25802,54463 +"169236",25802,62534 +"169237",25802,71390 +"169238",25802,89667 +"169239",25803,40495 +"169240",25803,41164 +"169241",25804,84156 +"169242",25804,94323 +"169243",25805,35547 +"169244",25805,35548 +"169245",25805,35721 +"169246",25805,105850 +"169247",25805,105899 +"169248",25806,98831 +"169249",25806,98834 +"169250",25806,98854 +"169251",25807,44870 +"169252",25807,75216 +"169253",25807,78179 +"169254",25807,90083 +"169255",25807,96705 +"169256",25807,111852 +"169257",25807,111892 +"169258",25807,112921 +"169259",25808,25896 +"169260",25809,25810 +"169261",25809,54088 +"169262",25811,25831 +"169263",25811,25832 +"169264",25811,25863 +"169265",25811,29336 +"169266",25811,33893 +"169267",25811,34449 +"169268",25811,45359 +"169269",25812,28130 +"169270",25812,28131 +"169271",25812,81167 +"169272",25812,91422 +"169273",25812,93333 +"169274",25813,33893 +"169275",25813,34480 +"169276",25813,51471 +"169277",25813,70141 +"169278",25814,33957 +"169279",25814,35682 +"169280",25814,36643 +"169281",25814,50568 +"169282",25814,59813 +"169283",25814,70595 +"169284",25814,79652 +"169285",25814,92847 +"169286",25814,92871 +"169287",25814,92889 +"169288",25814,97429 +"169289",25814,108506 +"169290",25814,121902 +"169291",25815,25884 +"169292",25815,26192 +"169293",25816,26342 +"169294",25816,28468 +"169295",25816,30520 +"169296",25816,36807 +"169297",25816,37517 +"169298",25816,40250 +"169299",25816,41453 +"169300",25816,46577 +"169301",25816,46923 +"169302",25816,55641 +"169303",25816,57129 +"169304",25816,59790 +"169305",25816,60661 +"169306",25816,69697 +"169307",25816,72419 +"169308",25817,54214 +"169309",25817,120174 +"169310",25818,32489 +"169311",25818,32499 +"169312",25818,43705 +"169313",25818,92069 +"169314",25819,34634 +"169315",25819,36288 +"169316",25819,39845 +"169317",25819,45327 +"169318",25819,78941 +"169319",25819,97982 +"169320",25819,113315 +"169321",25819,115625 +"169322",25820,33666 +"169323",25820,71071 +"169324",25820,81438 +"169325",25820,99368 +"169326",25820,116933 +"169327",25821,25827 +"169328",25821,57187 +"169329",25822,72703 +"169330",25822,95435 +"169331",25822,104220 +"169332",25822,111922 +"169333",25822,119462 +"169334",25822,119466 +"169335",25823,25825 +"169336",25823,25891 +"169337",25823,25898 +"169338",25823,44082 +"169339",25823,44763 +"169340",25823,44773 +"169341",25823,55899 +"169342",25823,56469 +"169343",25823,58299 +"169344",25823,58326 +"169345",25824,43126 +"169346",25824,56896 +"169347",25824,57005 +"169348",25824,57006 +"169349",25824,64042 +"169350",25824,73413 +"169351",25824,73463 +"169352",25825,25891 +"169353",25825,25898 +"169354",25825,29737 +"169355",25825,43546 +"169356",25826,27485 +"169357",25826,39342 +"169358",25826,43940 +"169359",25826,50730 +"169360",25826,50825 +"169361",25826,75532 +"169362",25826,81770 +"169363",25826,81776 +"169364",25828,26797 +"169365",25828,33332 +"169366",25828,43818 +"169367",25828,57644 +"169368",25828,96675 +"169369",25828,101058 +"169370",25828,103364 +"169371",25828,114734 +"169372",25828,114962 +"169373",25829,35075 +"169374",25829,43607 +"169375",25829,61801 +"169376",25829,79181 +"169377",25830,77849 +"169378",25830,106175 +"169379",25830,111137 +"169380",25831,25832 +"169381",25831,25863 +"169382",25831,27255 +"169383",25831,28893 +"169384",25831,45359 +"169385",25832,25863 +"169386",25832,37420 +"169387",25832,45359 +"169388",25832,76732 +"169389",25834,37217 +"169390",25835,61683 +"169391",25835,75763 +"169392",25835,81160 +"169393",25835,83406 +"169394",25835,84165 +"169395",25836,86429 +"169396",25836,92917 +"169397",25836,103092 +"169398",25837,33887 +"169399",25837,97859 +"169400",25839,107453 +"169401",25839,111560 +"169402",25839,114792 +"169403",25839,119844 +"169404",25840,32835 +"169405",25840,51687 +"169406",25840,52974 +"169407",25840,56360 +"169408",25841,38557 +"169409",25841,49700 +"169410",25841,65969 +"169411",25842,32175 +"169412",25842,47435 +"169413",25842,49655 +"169414",25842,49737 +"169415",25842,51790 +"169416",25842,52327 +"169417",25842,65817 +"169418",25842,76141 +"169419",25843,26600 +"169420",25843,40033 +"169421",25843,49217 +"169422",25843,55851 +"169423",25843,57489 +"169424",25843,61529 +"169425",25843,90745 +"169426",25843,114073 +"169427",25845,93093 +"169428",25845,118427 +"169429",25845,122542 +"169430",25847,71454 +"169431",25848,26890 +"169432",25849,25869 +"169433",25849,25900 +"169434",25850,29650 +"169435",25850,30907 +"169436",25850,97521 +"169437",25852,39189 +"169438",25852,51199 +"169439",25852,90834 +"169440",25852,115098 +"169441",25852,115100 +"169442",25853,27640 +"169443",25853,44529 +"169444",25853,52796 +"169445",25853,58414 +"169446",25853,58418 +"169447",25853,104672 +"169448",25854,27235 +"169449",25854,98763 +"169450",25855,29161 +"169451",25855,107161 +"169452",25855,113611 +"169453",25855,116801 +"169454",25856,57288 +"169455",25856,120135 +"169456",25858,31401 +"169457",25858,37312 +"169458",25858,65153 +"169459",25859,25866 +"169460",25860,60455 +"169461",25861,33869 +"169462",25861,33943 +"169463",25862,27335 +"169464",25862,39643 +"169465",25862,42126 +"169466",25862,42429 +"169467",25862,43919 +"169468",25862,53308 +"169469",25862,56764 +"169470",25863,29336 +"169471",25863,33893 +"169472",25863,45359 +"169473",25863,50366 +"169474",25863,65525 +"169475",25863,69280 +"169476",25863,73245 +"169477",25864,41024 +"169478",25864,84949 +"169479",25865,30609 +"169480",25866,43000 +"169481",25866,66838 +"169482",25867,25918 +"169483",25868,57037 +"169484",25868,81263 +"169485",25868,111413 +"169486",25869,25900 +"169487",25869,32236 +"169488",25870,39157 +"169489",25870,70275 +"169490",25872,25902 +"169491",25872,26732 +"169492",25872,26845 +"169493",25873,33124 +"169494",25873,80068 +"169495",25873,105028 +"169496",25873,105031 +"169497",25874,40494 +"169498",25874,51131 +"169499",25874,80278 +"169500",25874,102975 +"169501",25875,56671 +"169502",25875,104061 +"169503",25876,25877 +"169504",25876,26099 +"169505",25877,26099 +"169506",25877,59455 +"169507",25877,63721 +"169508",25877,63871 +"169509",25877,86613 +"169510",25877,86623 +"169511",25878,26396 +"169512",25878,82223 +"169513",25879,26033 +"169514",25879,26034 +"169515",25879,27039 +"169516",25879,53891 +"169517",25879,59371 +"169518",25879,64640 +"169519",25879,69896 +"169520",25879,80621 +"169521",25879,92580 +"169522",25879,121881 +"169523",25880,42053 +"169524",25880,74715 +"169525",25881,27586 +"169526",25881,60878 +"169527",25881,80383 +"169528",25882,36889 +"169529",25882,65305 +"169530",25882,65382 +"169531",25883,25964 +"169532",25883,26009 +"169533",25883,36086 +"169534",25883,41041 +"169535",25883,56920 +"169536",25883,60302 +"169537",25883,79204 +"169538",25883,84431 +"169539",25883,119191 +"169540",25884,30784 +"169541",25884,47681 +"169542",25884,89688 +"169543",25884,89732 +"169544",25884,110995 +"169545",25885,39585 +"169546",25885,51099 +"169547",25885,53347 +"169548",25885,82916 +"169549",25885,96722 +"169550",25885,112185 +"169551",25885,113379 +"169552",25886,26001 +"169553",25886,30459 +"169554",25886,36692 +"169555",25886,37265 +"169556",25886,38266 +"169557",25886,43364 +"169558",25886,47687 +"169559",25886,50255 +"169560",25886,59523 +"169561",25886,62237 +"169562",25886,83966 +"169563",25886,84202 +"169564",25886,99197 +"169565",25886,100133 +"169566",25886,104587 +"169567",25887,70088 +"169568",25888,26310 +"169569",25888,46578 +"169570",25889,37164 +"169571",25889,40985 +"169572",25890,27647 +"169573",25891,25898 +"169574",25892,31115 +"169575",25892,31799 +"169576",25892,33001 +"169577",25892,47176 +"169578",25892,49877 +"169579",25892,62488 +"169580",25892,64968 +"169581",25892,65008 +"169582",25892,65029 +"169583",25892,74746 +"169584",25893,39133 +"169585",25893,63233 +"169586",25893,67293 +"169587",25894,36278 +"169588",25894,56106 +"169589",25894,64153 +"169590",25895,33550 +"169591",25895,35738 +"169592",25895,37246 +"169593",25895,43694 +"169594",25895,47806 +"169595",25895,57351 +"169596",25895,57549 +"169597",25895,63556 +"169598",25895,63753 +"169599",25896,87534 +"169600",25896,103141 +"169601",25896,103156 +"169602",25896,103192 +"169603",25897,41957 +"169604",25897,59664 +"169605",25897,91265 +"169606",25898,29512 +"169607",25898,51234 +"169608",25898,51600 +"169609",25898,53025 +"169610",25898,59853 +"169611",25898,61439 +"169612",25898,66756 +"169613",25898,102009 +"169614",25898,102392 +"169615",25899,26399 +"169616",25899,27275 +"169617",25899,30302 +"169618",25899,37190 +"169619",25899,52735 +"169620",25899,57612 +"169621",25899,63206 +"169622",25899,72980 +"169623",25899,81614 +"169624",25899,84546 +"169625",25899,84770 +"169626",25899,88959 +"169627",25899,95932 +"169628",25899,96518 +"169629",25899,101484 +"169630",25899,104662 +"169631",25899,111317 +"169632",25900,26038 +"169633",25900,26100 +"169634",25900,26429 +"169635",25900,26458 +"169636",25900,26568 +"169637",25900,36630 +"169638",25900,41831 +"169639",25900,42463 +"169640",25900,42840 +"169641",25900,42887 +"169642",25900,44095 +"169643",25900,56240 +"169644",25901,41881 +"169645",25901,47955 +"169646",25901,62993 +"169647",25901,65196 +"169648",25901,102112 +"169649",25902,42026 +"169650",25902,53764 +"169651",25902,54072 +"169652",25902,80141 +"169653",25902,81516 +"169654",25902,81554 +"169655",25902,115861 +"169656",25903,87306 +"169657",25903,109599 +"169658",25903,110677 +"169659",25905,115236 +"169660",25906,27501 +"169661",25906,41919 +"169662",25907,68318 +"169663",25907,82404 +"169664",25908,47588 +"169665",25908,77597 +"169666",25908,80704 +"169667",25908,82105 +"169668",25908,83031 +"169669",25908,83049 +"169670",25908,83085 +"169671",25910,40724 +"169672",25911,38906 +"169673",25911,69956 +"169674",25911,79642 +"169675",25911,81268 +"169676",25912,68338 +"169677",25913,53840 +"169678",25913,69072 +"169679",25913,71217 +"169680",25913,71244 +"169681",25913,92742 +"169682",25913,107445 +"169683",25913,108528 +"169684",25913,110242 +"169685",25914,72796 +"169686",25915,26352 +"169687",25915,32266 +"169688",25915,57977 +"169689",25915,81815 +"169690",25916,26576 +"169691",25916,35648 +"169692",25917,34546 +"169693",25917,44808 +"169694",25917,49878 +"169695",25917,77464 +"169696",25917,89781 +"169697",25917,105381 +"169698",25918,31171 +"169699",25918,67372 +"169700",25919,45799 +"169701",25919,52950 +"169702",25919,53843 +"169703",25919,56316 +"169704",25919,57443 +"169705",25919,71251 +"169706",25919,71444 +"169707",25919,77752 +"169708",25919,81259 +"169709",25919,102728 +"169710",25920,26382 +"169711",25920,26450 +"169712",25920,28408 +"169713",25920,37688 +"169714",25920,52670 +"169715",25921,64047 +"169716",25921,64048 +"169717",25924,25925 +"169718",25924,26042 +"169719",25924,26094 +"169720",25925,26042 +"169721",25925,26094 +"169722",25926,51302 +"169723",25927,29715 +"169724",25927,42863 +"169725",25927,54551 +"169726",25927,82919 +"169727",25928,25970 +"169728",25929,43280 +"169729",25930,36480 +"169730",25930,105656 +"169731",25930,109384 +"169732",25930,113812 +"169733",25930,118823 +"169734",25931,26082 +"169735",25931,30490 +"169736",25931,33153 +"169737",25931,35095 +"169738",25931,48895 +"169739",25931,49129 +"169740",25931,49678 +"169741",25931,52576 +"169742",25931,63357 +"169743",25931,87169 +"169744",25932,33180 +"169745",25932,54683 +"169746",25932,63320 +"169747",25932,63353 +"169748",25932,63384 +"169749",25932,68968 +"169750",25932,75647 +"169751",25933,67894 +"169752",25933,73464 +"169753",25933,88242 +"169754",25933,90077 +"169755",25933,95604 +"169756",25933,99210 +"169757",25933,99315 +"169758",25933,99316 +"169759",25933,99327 +"169760",25933,99329 +"169761",25933,99350 +"169762",25933,99844 +"169763",25934,25969 +"169764",25934,26088 +"169765",25935,54401 +"169766",25935,76658 +"169767",25936,33665 +"169768",25936,38301 +"169769",25936,45961 +"169770",25936,53504 +"169771",25936,75576 +"169772",25936,83916 +"169773",25936,83937 +"169774",25936,86513 +"169775",25936,117348 +"169776",25937,27734 +"169777",25937,94123 +"169778",25938,26026 +"169779",25938,26136 +"169780",25939,37966 +"169781",25940,26058 +"169782",25940,48538 +"169783",25940,109245 +"169784",25940,112829 +"169785",25941,26092 +"169786",25941,28691 +"169787",25941,33176 +"169788",25941,33836 +"169789",25941,34782 +"169790",25941,41131 +"169791",25941,43845 +"169792",25941,45838 +"169793",25941,53761 +"169794",25941,55988 +"169795",25941,56465 +"169796",25941,66426 +"169797",25941,72657 +"169798",25942,26044 +"169799",25942,58649 +"169800",25942,81225 +"169801",25943,27727 +"169802",25943,45034 +"169803",25943,58900 +"169804",25943,61088 +"169805",25943,95718 +"169806",25944,30992 +"169807",25944,88553 +"169808",25944,120550 +"169809",25945,47561 +"169810",25945,51059 +"169811",25945,56643 +"169812",25945,107057 +"169813",25945,109364 +"169814",25946,32593 +"169815",25946,46558 +"169816",25947,41775 +"169817",25947,46618 +"169818",25948,116815 +"169819",25949,31294 +"169820",25949,48554 +"169821",25949,122298 +"169822",25950,98349 +"169823",25950,117929 +"169824",25951,27881 +"169825",25951,37622 +"169826",25951,57640 +"169827",25951,60311 +"169828",25951,122303 +"169829",25951,122308 +"169830",25952,47309 +"169831",25953,33158 +"169832",25953,42410 +"169833",25953,54860 +"169834",25953,54865 +"169835",25953,54901 +"169836",25953,54903 +"169837",25953,64349 +"169838",25954,36388 +"169839",25954,47473 +"169840",25956,40969 +"169841",25956,44238 +"169842",25956,48810 +"169843",25956,49007 +"169844",25956,63846 +"169845",25956,71094 +"169846",25956,102106 +"169847",25956,119628 +"169848",25957,33945 +"169849",25957,39358 +"169850",25957,80226 +"169851",25957,80539 +"169852",25957,99273 +"169853",25958,35695 +"169854",25958,44319 +"169855",25958,60561 +"169856",25958,94744 +"169857",25960,39190 +"169858",25961,109948 +"169859",25962,53055 +"169860",25963,57010 +"169861",25964,26009 +"169862",25964,71727 +"169863",25964,103473 +"169864",25964,121334 +"169865",25965,27368 +"169866",25965,27774 +"169867",25965,27961 +"169868",25965,28062 +"169869",25965,28063 +"169870",25965,28130 +"169871",25965,28131 +"169872",25965,44830 +"169873",25965,44921 +"169874",25965,57938 +"169875",25965,62111 +"169876",25965,69803 +"169877",25965,94488 +"169878",25965,110660 +"169879",25965,112932 +"169880",25966,37418 +"169881",25967,36569 +"169882",25967,82188 +"169883",25968,38758 +"169884",25968,93664 +"169885",25969,26088 +"169886",25969,26866 +"169887",25969,77168 +"169888",25970,36448 +"169889",25970,87629 +"169890",25971,44743 +"169891",25971,57254 +"169892",25973,28141 +"169893",25973,49525 +"169894",25973,58943 +"169895",25973,60097 +"169896",25973,99574 +"169897",25973,100112 +"169898",25973,100120 +"169899",25973,100157 +"169900",25973,100167 +"169901",25973,100170 +"169902",25973,100172 +"169903",25973,100174 +"169904",25973,100188 +"169905",25973,100724 +"169906",25973,100757 +"169907",25973,100784 +"169908",25974,34551 +"169909",25974,41510 +"169910",25974,45585 +"169911",25974,78343 +"169912",25974,84349 +"169913",25975,53231 +"169914",25975,90780 +"169915",25976,30416 +"169916",25976,32947 +"169917",25976,50933 +"169918",25976,52441 +"169919",25976,57926 +"169920",25976,60587 +"169921",25976,62629 +"169922",25976,63409 +"169923",25976,66664 +"169924",25976,90939 +"169925",25976,91905 +"169926",25976,92322 +"169927",25976,94783 +"169928",25976,100919 +"169929",25976,101616 +"169930",25976,101860 +"169931",25976,107396 +"169932",25976,109350 +"169933",25976,112765 +"169934",25976,112767 +"169935",25976,113302 +"169936",25977,31663 +"169937",25977,50215 +"169938",25977,79642 +"169939",25977,80969 +"169940",25977,80980 +"169941",25977,81011 +"169942",25977,81034 +"169943",25977,81404 +"169944",25978,65851 +"169945",25979,36048 +"169946",25979,38051 +"169947",25979,61082 +"169948",25979,61609 +"169949",25979,68960 +"169950",25980,50505 +"169951",25980,59253 +"169952",25980,90750 +"169953",25980,99765 +"169954",25980,104718 +"169955",25981,31329 +"169956",25982,41953 +"169957",25982,62644 +"169958",25982,75369 +"169959",25982,76077 +"169960",25982,98729 +"169961",25982,100633 +"169962",25983,27569 +"169963",25983,27655 +"169964",25983,98855 +"169965",25985,26089 +"169966",25985,26091 +"169967",25985,32965 +"169968",25985,41236 +"169969",25986,37228 +"169970",25986,43545 +"169971",25986,57082 +"169972",25986,68155 +"169973",25986,99511 +"169974",25987,26457 +"169975",25987,26568 +"169976",25987,41025 +"169977",25987,41603 +"169978",25987,41831 +"169979",25987,42644 +"169980",25987,47434 +"169981",25987,58053 +"169982",25987,60672 +"169983",25987,63725 +"169984",25987,69606 +"169985",25987,97266 +"169986",25987,100959 +"169987",25987,101032 +"169988",25987,111219 +"169989",25987,119701 +"169990",25987,120502 +"169991",25988,113657 +"169992",25989,34359 +"169993",25989,43110 +"169994",25989,61337 +"169995",25989,62305 +"169996",25989,67032 +"169997",25989,103155 +"169998",25990,39278 +"169999",25990,85736 +"170000",25991,57247 +"170001",25991,69828 +"170002",25992,43721 +"170003",25993,26137 +"170004",25994,29052 +"170005",25994,29150 +"170006",25995,37957 +"170007",25996,38348 +"170008",25997,56492 +"170009",25997,83578 +"170010",25998,25999 +"170011",25999,45642 +"170012",26000,32662 +"170013",26000,69925 +"170014",26000,88221 +"170015",26001,30459 +"170016",26001,50255 +"170017",26001,99197 +"170018",26002,27480 +"170019",26002,28173 +"170020",26002,32728 +"170021",26002,34245 +"170022",26002,34865 +"170023",26002,49334 +"170024",26002,49800 +"170025",26002,82332 +"170026",26002,82893 +"170027",26002,83990 +"170028",26002,95224 +"170029",26002,95629 +"170030",26003,26220 +"170031",26003,43775 +"170032",26003,44133 +"170033",26006,26422 +"170034",26006,28770 +"170035",26006,55910 +"170036",26006,85419 +"170037",26008,27450 +"170038",26008,32068 +"170039",26008,38224 +"170040",26008,45760 +"170041",26008,49724 +"170042",26008,56783 +"170043",26008,58629 +"170044",26008,76132 +"170045",26008,76675 +"170046",26008,81983 +"170047",26008,100378 +"170048",26008,114328 +"170049",26010,26127 +"170050",26011,32940 +"170051",26011,37509 +"170052",26012,34116 +"170053",26013,26638 +"170054",26013,49039 +"170055",26013,58895 +"170056",26013,83692 +"170057",26014,38918 +"170058",26015,85841 +"170059",26015,107096 +"170060",26015,107118 +"170061",26016,26120 +"170062",26016,87517 +"170063",26017,26050 +"170064",26017,29487 +"170065",26017,38531 +"170066",26018,26380 +"170067",26018,26454 +"170068",26018,50334 +"170069",26019,71469 +"170070",26019,72026 +"170071",26019,73063 +"170072",26019,73295 +"170073",26019,88407 +"170074",26019,92928 +"170075",26019,96651 +"170076",26019,99423 +"170077",26019,108754 +"170078",26019,108763 +"170079",26020,61780 +"170080",26020,71372 +"170081",26020,100370 +"170082",26020,108862 +"170083",26020,110959 +"170084",26020,111077 +"170085",26021,30160 +"170086",26021,51859 +"170087",26021,85444 +"170088",26021,85446 +"170089",26021,113686 +"170090",26021,120109 +"170091",26022,27024 +"170092",26022,54264 +"170093",26023,40218 +"170094",26023,50076 +"170095",26023,80890 +"170096",26024,30990 +"170097",26024,73264 +"170098",26024,93673 +"170099",26024,95007 +"170100",26024,95060 +"170101",26024,98931 +"170102",26025,27965 +"170103",26025,74344 +"170104",26025,79198 +"170105",26025,86134 +"170106",26025,89027 +"170107",26025,104046 +"170108",26026,26136 +"170109",26026,64518 +"170110",26026,64520 +"170111",26027,48173 +"170112",26027,61254 +"170113",26027,63152 +"170114",26027,81451 +"170115",26027,120512 +"170116",26028,99784 +"170117",26028,109911 +"170118",26029,54081 +"170119",26029,71517 +"170120",26029,73183 +"170121",26029,74928 +"170122",26029,80620 +"170123",26029,80641 +"170124",26029,97070 +"170125",26030,26081 +"170126",26030,26898 +"170127",26030,63077 +"170128",26030,106348 +"170129",26031,27298 +"170130",26031,41325 +"170131",26031,47119 +"170132",26031,54100 +"170133",26031,90897 +"170134",26033,26034 +"170135",26033,70046 +"170136",26033,99934 +"170137",26033,100515 +"170138",26034,39253 +"170139",26034,41607 +"170140",26034,45152 +"170141",26034,50346 +"170142",26034,52013 +"170143",26034,55998 +"170144",26034,57367 +"170145",26034,77452 +"170146",26034,81429 +"170147",26034,83413 +"170148",26034,86332 +"170149",26034,92926 +"170150",26034,94722 +"170151",26034,107049 +"170152",26035,56230 +"170153",26036,33273 +"170154",26036,48055 +"170155",26036,61661 +"170156",26036,64680 +"170157",26036,68828 +"170158",26036,70441 +"170159",26036,76853 +"170160",26036,77880 +"170161",26036,78940 +"170162",26036,79074 +"170163",26036,85687 +"170164",26036,98124 +"170165",26036,103890 +"170166",26037,31432 +"170167",26037,44859 +"170168",26037,53583 +"170169",26037,54692 +"170170",26038,26100 +"170171",26038,26453 +"170172",26038,26457 +"170173",26038,26563 +"170174",26038,27479 +"170175",26038,27981 +"170176",26038,30071 +"170177",26038,41831 +"170178",26038,42463 +"170179",26038,42887 +"170180",26038,44095 +"170181",26038,48060 +"170182",26038,53148 +"170183",26038,53362 +"170184",26038,63725 +"170185",26038,77930 +"170186",26038,105568 +"170187",26038,112750 +"170188",26039,26040 +"170189",26039,26055 +"170190",26039,58766 +"170191",26039,59463 +"170192",26040,26055 +"170193",26041,51155 +"170194",26042,26094 +"170195",26042,32321 +"170196",26042,51279 +"170197",26042,54416 +"170198",26042,55074 +"170199",26042,65568 +"170200",26042,80992 +"170201",26042,89766 +"170202",26043,84035 +"170203",26044,34028 +"170204",26044,106929 +"170205",26045,36440 +"170206",26045,38195 +"170207",26045,41075 +"170208",26045,44572 +"170209",26045,99473 +"170210",26045,101673 +"170211",26047,32575 +"170212",26047,53121 +"170213",26048,117973 +"170214",26049,27733 +"170215",26049,28916 +"170216",26049,29101 +"170217",26049,55365 +"170218",26049,64574 +"170219",26049,72161 +"170220",26049,87666 +"170221",26049,95304 +"170222",26050,41624 +"170223",26050,41743 +"170224",26052,27821 +"170225",26052,27894 +"170226",26052,37714 +"170227",26052,40649 +"170228",26052,44720 +"170229",26052,54059 +"170230",26052,54715 +"170231",26052,55071 +"170232",26052,59746 +"170233",26052,78082 +"170234",26052,78286 +"170235",26052,79898 +"170236",26052,88515 +"170237",26052,99977 +"170238",26053,80095 +"170239",26054,39507 +"170240",26054,40004 +"170241",26054,46729 +"170242",26055,35820 +"170243",26055,35840 +"170244",26055,57084 +"170245",26055,57585 +"170246",26055,64897 +"170247",26055,71695 +"170248",26055,71698 +"170249",26055,71754 +"170250",26056,47210 +"170251",26057,26138 +"170252",26059,26158 +"170253",26059,32085 +"170254",26059,43931 +"170255",26059,49877 +"170256",26060,59470 +"170257",26061,32151 +"170258",26061,56585 +"170259",26061,65424 +"170260",26061,72876 +"170261",26061,75951 +"170262",26061,76225 +"170263",26061,80108 +"170264",26061,85646 +"170265",26061,122924 +"170266",26062,26352 +"170267",26062,34203 +"170268",26062,36031 +"170269",26062,40441 +"170270",26062,43306 +"170271",26062,44532 +"170272",26062,44557 +"170273",26062,46741 +"170274",26062,49494 +"170275",26063,85707 +"170276",26063,115135 +"170277",26063,118609 +"170278",26063,119370 +"170279",26064,43225 +"170280",26064,49033 +"170281",26064,49215 +"170282",26064,101302 +"170283",26064,105863 +"170284",26065,27697 +"170285",26066,26067 +"170286",26066,26080 +"170287",26066,34930 +"170288",26066,41383 +"170289",26066,56082 +"170290",26066,91271 +"170291",26066,93713 +"170292",26066,94107 +"170293",26066,113769 +"170294",26069,43469 +"170295",26070,26071 +"170296",26070,44816 +"170297",26070,75421 +"170298",26070,78190 +"170299",26070,86158 +"170300",26070,88752 +"170301",26070,91742 +"170302",26070,98366 +"170303",26070,101832 +"170304",26070,101886 +"170305",26070,101887 +"170306",26070,121945 +"170307",26071,46680 +"170308",26071,96751 +"170309",26071,101495 +"170310",26071,115246 +"170311",26071,117899 +"170312",26071,117901 +"170313",26072,34314 +"170314",26072,61735 +"170315",26073,42107 +"170316",26073,43993 +"170317",26073,44138 +"170318",26073,52621 +"170319",26073,54602 +"170320",26073,56051 +"170321",26073,57266 +"170322",26073,62680 +"170323",26073,62692 +"170324",26073,66960 +"170325",26073,75829 +"170326",26073,92146 +"170327",26073,92147 +"170328",26073,92165 +"170329",26073,92183 +"170330",26074,26202 +"170331",26075,27718 +"170332",26075,30663 +"170333",26075,32759 +"170334",26075,32877 +"170335",26075,32928 +"170336",26075,48806 +"170337",26075,55828 +"170338",26075,60281 +"170339",26075,63637 +"170340",26075,68458 +"170341",26075,71478 +"170342",26075,75459 +"170343",26075,78390 +"170344",26075,78502 +"170345",26075,80799 +"170346",26075,85951 +"170347",26075,89869 +"170348",26075,92993 +"170349",26075,99802 +"170350",26075,101970 +"170351",26075,109383 +"170352",26075,115383 +"170353",26075,117844 +"170354",26076,44292 +"170355",26076,44581 +"170356",26076,44983 +"170357",26076,62488 +"170358",26076,64370 +"170359",26076,98476 +"170360",26076,99490 +"170361",26076,119291 +"170362",26077,41557 +"170363",26077,47262 +"170364",26077,93563 +"170365",26077,112506 +"170366",26077,118720 +"170367",26078,56392 +"170368",26078,62180 +"170369",26079,29073 +"170370",26079,41682 +"170371",26080,32975 +"170372",26080,33914 +"170373",26080,37985 +"170374",26080,41972 +"170375",26080,55666 +"170376",26080,62244 +"170377",26080,91271 +"170378",26081,28466 +"170379",26081,39030 +"170380",26081,47200 +"170381",26081,77280 +"170382",26081,85559 +"170383",26081,116820 +"170384",26083,34294 +"170385",26083,47049 +"170386",26083,118703 +"170387",26084,34803 +"170388",26084,65669 +"170389",26084,76141 +"170390",26084,107362 +"170391",26085,113321 +"170392",26085,121748 +"170393",26086,31306 +"170394",26086,34608 +"170395",26086,75403 +"170396",26086,79082 +"170397",26087,34644 +"170398",26087,101001 +"170399",26088,46985 +"170400",26088,65216 +"170401",26088,66461 +"170402",26088,84608 +"170403",26088,106682 +"170404",26088,107301 +"170405",26088,107410 +"170406",26089,26091 +"170407",26089,32965 +"170408",26089,33771 +"170409",26089,57151 +"170410",26090,43786 +"170411",26090,64326 +"170412",26091,99860 +"170413",26092,33836 +"170414",26092,34782 +"170415",26092,41306 +"170416",26092,43845 +"170417",26092,53761 +"170418",26092,72657 +"170419",26093,26377 +"170420",26093,85187 +"170421",26094,32317 +"170422",26094,42633 +"170423",26095,32476 +"170424",26095,33052 +"170425",26095,35877 +"170426",26095,36646 +"170427",26095,37987 +"170428",26095,39914 +"170429",26095,41780 +"170430",26095,47970 +"170431",26095,69591 +"170432",26095,79179 +"170433",26095,79214 +"170434",26095,82398 +"170435",26095,86152 +"170436",26095,88468 +"170437",26096,38838 +"170438",26096,39360 +"170439",26096,39950 +"170440",26096,44073 +"170441",26096,62712 +"170442",26096,75929 +"170443",26096,88199 +"170444",26096,88239 +"170445",26097,26257 +"170446",26097,33879 +"170447",26097,42226 +"170448",26097,45777 +"170449",26097,69706 +"170450",26097,75830 +"170451",26097,76590 +"170452",26097,93984 +"170453",26097,100670 +"170454",26097,112148 +"170455",26098,34561 +"170456",26098,71469 +"170457",26098,77790 +"170458",26098,96086 +"170459",26098,108576 +"170460",26098,108593 +"170461",26099,38959 +"170462",26099,39893 +"170463",26099,49887 +"170464",26099,59344 +"170465",26099,73814 +"170466",26100,26453 +"170467",26100,26457 +"170468",26100,26563 +"170469",26100,26568 +"170470",26100,36630 +"170471",26100,42840 +"170472",26100,42887 +"170473",26100,44095 +"170474",26100,53148 +"170475",26100,56240 +"170476",26100,77930 +"170477",26100,79479 +"170478",26100,79620 +"170479",26100,79691 +"170480",26100,85624 +"170481",26101,36140 +"170482",26101,51512 +"170483",26101,55980 +"170484",26101,58654 +"170485",26101,73467 +"170486",26101,78544 +"170487",26101,81964 +"170488",26101,90567 +"170489",26101,92393 +"170490",26101,112010 +"170491",26102,43214 +"170492",26102,87006 +"170493",26103,85242 +"170494",26103,101491 +"170495",26104,47520 +"170496",26104,50749 +"170497",26104,51813 +"170498",26104,65067 +"170499",26104,65296 +"170500",26104,76818 +"170501",26104,84034 +"170502",26104,91388 +"170503",26104,114748 +"170504",26104,119095 +"170505",26105,50244 +"170506",26105,51867 +"170507",26105,74260 +"170508",26106,57565 +"170509",26106,79247 +"170510",26106,80041 +"170511",26106,89668 +"170512",26106,104381 +"170513",26107,26132 +"170514",26107,33012 +"170515",26107,86005 +"170516",26109,39102 +"170517",26109,42744 +"170518",26109,43907 +"170519",26109,48858 +"170520",26109,58059 +"170521",26109,63773 +"170522",26109,80451 +"170523",26110,61290 +"170524",26111,26146 +"170525",26111,61821 +"170526",26111,83000 +"170527",26111,108286 +"170528",26112,26188 +"170529",26112,26230 +"170530",26112,26248 +"170531",26114,27783 +"170532",26115,61138 +"170533",26115,82161 +"170534",26115,102387 +"170535",26116,38564 +"170536",26116,42212 +"170537",26116,61172 +"170538",26116,62412 +"170539",26116,76192 +"170540",26116,81420 +"170541",26116,87129 +"170542",26116,101336 +"170543",26116,102226 +"170544",26116,102401 +"170545",26116,102518 +"170546",26116,108412 +"170547",26118,57098 +"170548",26118,101668 +"170549",26119,32191 +"170550",26119,32492 +"170551",26119,33211 +"170552",26119,38398 +"170553",26119,49110 +"170554",26119,57311 +"170555",26119,112520 +"170556",26121,27142 +"170557",26121,75151 +"170558",26124,59122 +"170559",26124,106292 +"170560",26124,113207 +"170561",26125,30343 +"170562",26125,49546 +"170563",26125,68910 +"170564",26125,80374 +"170565",26125,80543 +"170566",26125,80761 +"170567",26125,82221 +"170568",26125,85259 +"170569",26125,85295 +"170570",26125,89862 +"170571",26125,103945 +"170572",26125,105623 +"170573",26126,29982 +"170574",26126,54377 +"170575",26126,76453 +"170576",26126,82847 +"170577",26126,117218 +"170578",26127,28230 +"170579",26127,45967 +"170580",26127,49597 +"170581",26127,54126 +"170582",26127,69941 +"170583",26127,99992 +"170584",26128,38840 +"170585",26128,52343 +"170586",26128,73374 +"170587",26128,85544 +"170588",26128,89837 +"170589",26128,107819 +"170590",26129,35507 +"170591",26130,28963 +"170592",26130,29073 +"170593",26130,44230 +"170594",26130,82654 +"170595",26130,82868 +"170596",26130,82878 +"170597",26131,33955 +"170598",26131,33961 +"170599",26131,53498 +"170600",26133,29253 +"170601",26133,30446 +"170602",26133,30805 +"170603",26133,37381 +"170604",26133,65988 +"170605",26133,65997 +"170606",26133,91152 +"170607",26134,64912 +"170608",26134,70295 +"170609",26135,115865 +"170610",26136,64518 +"170611",26136,64520 +"170612",26137,93717 +"170613",26138,70240 +"170614",26138,73094 +"170615",26138,78915 +"170616",26138,82775 +"170617",26138,88929 +"170618",26138,98025 +"170619",26139,53438 +"170620",26139,76913 +"170621",26139,78005 +"170622",26139,78768 +"170623",26139,88662 +"170624",26139,91083 +"170625",26140,26902 +"170626",26140,35103 +"170627",26140,37037 +"170628",26140,38987 +"170629",26140,41341 +"170630",26140,45393 +"170631",26140,45734 +"170632",26140,45807 +"170633",26140,47181 +"170634",26140,53617 +"170635",26141,26608 +"170636",26141,31968 +"170637",26141,40299 +"170638",26141,43560 +"170639",26141,46442 +"170640",26141,46601 +"170641",26141,47223 +"170642",26141,49517 +"170643",26141,51033 +"170644",26141,60786 +"170645",26141,60996 +"170646",26141,64941 +"170647",26141,65376 +"170648",26141,77993 +"170649",26141,79314 +"170650",26141,84705 +"170651",26141,86149 +"170652",26141,86799 +"170653",26142,77998 +"170654",26142,121812 +"170655",26143,40213 +"170656",26144,31959 +"170657",26144,32994 +"170658",26144,34686 +"170659",26144,36285 +"170660",26144,48599 +"170661",26144,81993 +"170662",26144,88065 +"170663",26144,96204 +"170664",26144,96219 +"170665",26144,96279 +"170666",26144,103751 +"170667",26145,26336 +"170668",26145,32407 +"170669",26145,42344 +"170670",26145,43835 +"170671",26145,52524 +"170672",26145,52799 +"170673",26145,100680 +"170674",26145,101517 +"170675",26146,83000 +"170676",26146,110181 +"170677",26147,26667 +"170678",26147,119060 +"170679",26148,26582 +"170680",26148,48732 +"170681",26148,54841 +"170682",26148,92339 +"170683",26149,26784 +"170684",26149,31638 +"170685",26149,75146 +"170686",26149,96102 +"170687",26149,112891 +"170688",26149,112976 +"170689",26150,91452 +"170690",26150,104840 +"170691",26151,29923 +"170692",26151,42614 +"170693",26151,52004 +"170694",26151,98078 +"170695",26151,110965 +"170696",26152,33885 +"170697",26152,47279 +"170698",26152,59734 +"170699",26152,59770 +"170700",26152,65813 +"170701",26152,66623 +"170702",26152,66626 +"170703",26152,70371 +"170704",26153,26181 +"170705",26154,26626 +"170706",26154,26635 +"170707",26154,26829 +"170708",26154,43107 +"170709",26154,49318 +"170710",26154,74706 +"170711",26155,31579 +"170712",26155,31582 +"170713",26155,31671 +"170714",26155,33037 +"170715",26155,48876 +"170716",26155,69857 +"170717",26155,82346 +"170718",26156,39062 +"170719",26156,59030 +"170720",26156,61086 +"170721",26156,63726 +"170722",26156,77834 +"170723",26157,36352 +"170724",26157,73105 +"170725",26157,86583 +"170726",26157,88033 +"170727",26158,30446 +"170728",26158,32085 +"170729",26158,34017 +"170730",26158,37142 +"170731",26158,37381 +"170732",26158,37871 +"170733",26158,39062 +"170734",26158,40008 +"170735",26158,42455 +"170736",26158,45025 +"170737",26158,52483 +"170738",26158,53884 +"170739",26158,54581 +"170740",26158,54794 +"170741",26158,55498 +"170742",26158,78216 +"170743",26158,80870 +"170744",26158,82596 +"170745",26158,89982 +"170746",26158,94418 +"170747",26159,55624 +"170748",26159,86890 +"170749",26159,110259 +"170750",26159,112879 +"170751",26159,112889 +"170752",26160,26414 +"170753",26160,27314 +"170754",26160,33853 +"170755",26160,46951 +"170756",26160,79108 +"170757",26160,116973 +"170758",26160,116974 +"170759",26161,26193 +"170760",26161,26321 +"170761",26162,78486 +"170762",26162,89185 +"170763",26162,100563 +"170764",26164,55765 +"170765",26165,39632 +"170766",26165,41478 +"170767",26165,41536 +"170768",26165,41757 +"170769",26165,42115 +"170770",26165,81487 +"170771",26165,86933 +"170772",26165,91679 +"170773",26165,100716 +"170774",26165,119078 +"170775",26166,34092 +"170776",26166,52169 +"170777",26166,97043 +"170778",26166,97044 +"170779",26167,86596 +"170780",26168,26231 +"170781",26168,33501 +"170782",26169,32901 +"170783",26169,48692 +"170784",26169,59010 +"170785",26169,70117 +"170786",26170,41407 +"170787",26171,43488 +"170788",26171,67882 +"170789",26171,107931 +"170790",26172,26513 +"170791",26172,45242 +"170792",26172,83007 +"170793",26172,83210 +"170794",26172,83228 +"170795",26172,102253 +"170796",26172,114113 +"170797",26172,114114 +"170798",26172,116320 +"170799",26173,26738 +"170800",26173,91351 +"170801",26175,26176 +"170802",26175,26284 +"170803",26175,26285 +"170804",26175,26286 +"170805",26175,26323 +"170806",26175,26496 +"170807",26175,33388 +"170808",26176,26284 +"170809",26176,26285 +"170810",26176,26286 +"170811",26176,26323 +"170812",26176,26496 +"170813",26176,33388 +"170814",26177,30135 +"170815",26178,26270 +"170816",26178,26317 +"170817",26178,57035 +"170818",26178,86289 +"170819",26179,42699 +"170820",26179,85513 +"170821",26179,88664 +"170822",26180,46258 +"170823",26180,48072 +"170824",26181,62171 +"170825",26182,26275 +"170826",26182,32568 +"170827",26182,33539 +"170828",26182,37906 +"170829",26182,43247 +"170830",26183,30263 +"170831",26183,34633 +"170832",26183,45216 +"170833",26183,52764 +"170834",26183,53630 +"170835",26183,56444 +"170836",26183,72260 +"170837",26183,90343 +"170838",26183,101737 +"170839",26183,107964 +"170840",26184,102769 +"170841",26185,29689 +"170842",26185,29787 +"170843",26186,32818 +"170844",26186,35588 +"170845",26186,39979 +"170846",26186,49640 +"170847",26186,70473 +"170848",26186,104717 +"170849",26187,33189 +"170850",26187,33291 +"170851",26188,26230 +"170852",26188,26248 +"170853",26189,26673 +"170854",26190,36824 +"170855",26190,37162 +"170856",26190,59000 +"170857",26190,59035 +"170858",26190,59054 +"170859",26191,40883 +"170860",26193,26321 +"170861",26193,28292 +"170862",26193,65095 +"170863",26193,103228 +"170864",26193,108784 +"170865",26194,44999 +"170866",26194,57606 +"170867",26195,39447 +"170868",26196,111381 +"170869",26197,96727 +"170870",26198,29875 +"170871",26198,39669 +"170872",26198,50183 +"170873",26198,50390 +"170874",26198,65579 +"170875",26198,71880 +"170876",26198,101731 +"170877",26198,112118 +"170878",26198,112818 +"170879",26198,121469 +"170880",26199,34083 +"170881",26199,102498 +"170882",26200,55243 +"170883",26200,93413 +"170884",26201,26316 +"170885",26203,51265 +"170886",26203,54669 +"170887",26203,71786 +"170888",26203,76041 +"170889",26203,76908 +"170890",26204,39494 +"170891",26204,56259 +"170892",26206,33614 +"170893",26207,37636 +"170894",26207,46691 +"170895",26207,90584 +"170896",26208,64793 +"170897",26209,32099 +"170898",26209,91263 +"170899",26210,57979 +"170900",26210,65130 +"170901",26210,80614 +"170902",26210,81925 +"170903",26210,82693 +"170904",26210,93125 +"170905",26210,98452 +"170906",26211,27855 +"170907",26211,56714 +"170908",26211,64065 +"170909",26212,58252 +"170910",26212,68474 +"170911",26213,26282 +"170912",26213,111843 +"170913",26215,40176 +"170914",26215,60302 +"170915",26216,28093 +"170916",26216,28353 +"170917",26216,29019 +"170918",26216,29026 +"170919",26216,32413 +"170920",26216,34614 +"170921",26216,34631 +"170922",26216,34668 +"170923",26216,35983 +"170924",26216,37812 +"170925",26216,38270 +"170926",26216,40113 +"170927",26216,42289 +"170928",26216,48144 +"170929",26216,48281 +"170930",26216,48380 +"170931",26216,50662 +"170932",26216,56216 +"170933",26216,56227 +"170934",26216,59615 +"170935",26216,62679 +"170936",26216,63105 +"170937",26216,65383 +"170938",26216,68001 +"170939",26216,68475 +"170940",26216,68917 +"170941",26216,69296 +"170942",26216,71106 +"170943",26216,73655 +"170944",26216,75767 +"170945",26216,76046 +"170946",26216,76459 +"170947",26216,76808 +"170948",26216,77727 +"170949",26216,78224 +"170950",26216,79222 +"170951",26216,82978 +"170952",26216,83306 +"170953",26216,85027 +"170954",26216,85155 +"170955",26216,88412 +"170956",26216,90275 +"170957",26216,90426 +"170958",26216,91112 +"170959",26216,91526 +"170960",26216,93425 +"170961",26216,93523 +"170962",26216,94520 +"170963",26216,95268 +"170964",26216,95954 +"170965",26216,98127 +"170966",26216,99237 +"170967",26216,99544 +"170968",26216,99547 +"170969",26216,99554 +"170970",26216,100595 +"170971",26216,100739 +"170972",26216,100819 +"170973",26216,101898 +"170974",26216,101988 +"170975",26216,102146 +"170976",26216,102201 +"170977",26216,102309 +"170978",26216,102635 +"170979",26216,102730 +"170980",26216,102846 +"170981",26216,103790 +"170982",26216,104095 +"170983",26216,104574 +"170984",26216,104784 +"170985",26216,104845 +"170986",26216,107269 +"170987",26216,107623 +"170988",26216,107714 +"170989",26216,107879 +"170990",26216,107975 +"170991",26216,115569 +"170992",26216,115614 +"170993",26217,30607 +"170994",26217,32749 +"170995",26217,58755 +"170996",26217,92593 +"170997",26217,108544 +"170998",26218,39657 +"170999",26218,46465 +"171000",26218,63513 +"171001",26218,81419 +"171002",26218,93143 +"171003",26218,110494 +"171004",26218,117524 +"171005",26219,46972 +"171006",26220,75012 +"171007",26221,37699 +"171008",26222,47643 +"171009",26222,71235 +"171010",26222,88868 +"171011",26223,89384 +"171012",26224,74145 +"171013",26224,87533 +"171014",26224,97804 +"171015",26224,103706 +"171016",26225,27551 +"171017",26225,60915 +"171018",26225,82709 +"171019",26225,88778 +"171020",26226,39269 +"171021",26226,83950 +"171022",26227,38078 +"171023",26227,54560 +"171024",26227,71604 +"171025",26228,33465 +"171026",26228,37271 +"171027",26228,37324 +"171028",26229,27616 +"171029",26229,32979 +"171030",26229,37417 +"171031",26229,37555 +"171032",26229,40621 +"171033",26229,62953 +"171034",26229,76320 +"171035",26229,79899 +"171036",26229,90141 +"171037",26229,90251 +"171038",26229,95400 +"171039",26230,26248 +"171040",26231,32982 +"171041",26231,33501 +"171042",26231,95541 +"171043",26232,28088 +"171044",26232,49803 +"171045",26232,52892 +"171046",26233,38565 +"171047",26233,42608 +"171048",26233,57262 +"171049",26233,58389 +"171050",26233,68626 +"171051",26233,69816 +"171052",26233,72822 +"171053",26233,73004 +"171054",26233,91073 +"171055",26233,100090 +"171056",26233,111435 +"171057",26233,112824 +"171058",26233,112844 +"171059",26233,112845 +"171060",26234,31086 +"171061",26234,38678 +"171062",26234,45282 +"171063",26234,50689 +"171064",26235,29110 +"171065",26235,30040 +"171066",26235,42756 +"171067",26235,47389 +"171068",26235,56554 +"171069",26235,67008 +"171070",26235,68688 +"171071",26235,68726 +"171072",26235,78252 +"171073",26235,80905 +"171074",26235,90028 +"171075",26235,119300 +"171076",26235,119301 +"171077",26235,119856 +"171078",26235,120164 +"171079",26236,26244 +"171080",26237,43231 +"171081",26237,117221 +"171082",26237,119213 +"171083",26238,28084 +"171084",26238,42508 +"171085",26238,42652 +"171086",26238,42724 +"171087",26238,85215 +"171088",26239,41800 +"171089",26239,64022 +"171090",26239,116893 +"171091",26240,47516 +"171092",26240,55876 +"171093",26241,26628 +"171094",26241,47302 +"171095",26241,60171 +"171096",26241,66953 +"171097",26241,78635 +"171098",26241,98857 +"171099",26241,106484 +"171100",26242,106982 +"171101",26242,110529 +"171102",26243,85551 +"171103",26243,96359 +"171104",26244,111482 +"171105",26244,118801 +"171106",26244,120316 +"171107",26245,26333 +"171108",26245,47423 +"171109",26245,50895 +"171110",26246,50550 +"171111",26246,88431 +"171112",26246,104977 +"171113",26246,107471 +"171114",26246,107472 +"171115",26247,27812 +"171116",26247,55461 +"171117",26247,100975 +"171118",26248,33221 +"171119",26248,35373 +"171120",26248,41793 +"171121",26248,44350 +"171122",26248,46243 +"171123",26248,46637 +"171124",26248,46639 +"171125",26248,48992 +"171126",26248,56859 +"171127",26248,61702 +"171128",26248,62137 +"171129",26248,62228 +"171130",26248,62296 +"171131",26248,62739 +"171132",26248,64426 +"171133",26248,66523 +"171134",26248,71510 +"171135",26248,72065 +"171136",26248,72069 +"171137",26248,72070 +"171138",26248,72072 +"171139",26248,72077 +"171140",26248,72088 +"171141",26248,72102 +"171142",26248,72106 +"171143",26248,72107 +"171144",26248,73975 +"171145",26248,74010 +"171146",26248,74742 +"171147",26249,35529 +"171148",26249,40152 +"171149",26249,42226 +"171150",26249,49871 +"171151",26249,64756 +"171152",26250,51884 +"171153",26250,58935 +"171154",26250,67982 +"171155",26250,68070 +"171156",26250,68088 +"171157",26250,68163 +"171158",26251,31159 +"171159",26251,42652 +"171160",26251,47582 +"171161",26251,47736 +"171162",26252,28093 +"171163",26252,37102 +"171164",26252,45348 +"171165",26252,46928 +"171166",26253,41740 +"171167",26253,52448 +"171168",26253,105494 +"171169",26254,37222 +"171170",26254,37240 +"171171",26254,37289 +"171172",26254,55242 +"171173",26256,70097 +"171174",26256,87976 +"171175",26256,116470 +"171176",26257,29788 +"171177",26257,32422 +"171178",26257,37739 +"171179",26257,39563 +"171180",26257,40883 +"171181",26257,44277 +"171182",26257,59484 +"171183",26257,74675 +"171184",26257,75830 +"171185",26257,79619 +"171186",26257,81167 +"171187",26257,93984 +"171188",26257,95026 +"171189",26258,26259 +"171190",26258,28135 +"171191",26258,75464 +"171192",26258,84864 +"171193",26258,101281 +"171194",26258,116701 +"171195",26258,121058 +"171196",26258,121126 +"171197",26258,121130 +"171198",26259,39785 +"171199",26259,85063 +"171200",26260,41070 +"171201",26260,50107 +"171202",26260,54151 +"171203",26260,77035 +"171204",26260,111420 +"171205",26262,42744 +"171206",26263,40932 +"171207",26263,43379 +"171208",26263,49599 +"171209",26263,108706 +"171210",26264,31172 +"171211",26264,43774 +"171212",26264,58432 +"171213",26264,60656 +"171214",26264,74393 +"171215",26264,88439 +"171216",26264,106714 +"171217",26264,106717 +"171218",26265,62339 +"171219",26266,26728 +"171220",26267,26871 +"171221",26267,27001 +"171222",26267,27023 +"171223",26267,29066 +"171224",26267,32829 +"171225",26267,42338 +"171226",26267,46861 +"171227",26268,26931 +"171228",26268,26958 +"171229",26268,38583 +"171230",26268,43629 +"171231",26268,76694 +"171232",26269,34860 +"171233",26269,74966 +"171234",26269,76114 +"171235",26270,26317 +"171236",26270,88954 +"171237",26271,26322 +"171238",26271,31499 +"171239",26271,50027 +"171240",26271,54553 +"171241",26271,65776 +"171242",26271,66261 +"171243",26271,84646 +"171244",26273,27227 +"171245",26273,31982 +"171246",26273,40551 +"171247",26273,42202 +"171248",26273,44882 +"171249",26273,46588 +"171250",26273,50397 +"171251",26273,55942 +"171252",26273,60144 +"171253",26273,60753 +"171254",26273,62906 +"171255",26273,63548 +"171256",26273,70233 +"171257",26273,84510 +"171258",26273,85118 +"171259",26273,85928 +"171260",26273,90836 +"171261",26273,96668 +"171262",26273,103131 +"171263",26273,108844 +"171264",26274,32140 +"171265",26274,54328 +"171266",26275,35812 +"171267",26275,36994 +"171268",26275,37258 +"171269",26275,40627 +"171270",26275,40643 +"171271",26275,45685 +"171272",26275,46982 +"171273",26275,47013 +"171274",26275,48690 +"171275",26275,54160 +"171276",26275,54187 +"171277",26275,65402 +"171278",26275,73923 +"171279",26275,76314 +"171280",26275,86450 +"171281",26275,99418 +"171282",26276,69130 +"171283",26277,26278 +"171284",26277,37121 +"171285",26277,45533 +"171286",26277,52430 +"171287",26277,60114 +"171288",26279,29640 +"171289",26279,34914 +"171290",26279,38890 +"171291",26279,38936 +"171292",26279,38960 +"171293",26279,38998 +"171294",26279,40455 +"171295",26279,49588 +"171296",26280,26281 +"171297",26280,26306 +"171298",26281,26306 +"171299",26282,52144 +"171300",26282,56175 +"171301",26282,58035 +"171302",26282,67216 +"171303",26282,67434 +"171304",26282,67744 +"171305",26282,92010 +"171306",26282,94830 +"171307",26282,97091 +"171308",26282,98591 +"171309",26282,113126 +"171310",26282,113489 +"171311",26283,74175 +"171312",26283,93615 +"171313",26283,94699 +"171314",26283,97866 +"171315",26284,26285 +"171316",26284,26286 +"171317",26284,26323 +"171318",26284,26496 +"171319",26284,33388 +"171320",26285,26286 +"171321",26285,26323 +"171322",26285,26496 +"171323",26285,27581 +"171324",26285,33388 +"171325",26285,46700 +"171326",26286,26323 +"171327",26286,26496 +"171328",26286,33388 +"171329",26286,54528 +"171330",26286,54564 +"171331",26286,106895 +"171332",26286,119054 +"171333",26287,47369 +"171334",26288,84537 +"171335",26289,90538 +"171336",26289,90560 +"171337",26291,76383 +"171338",26291,78854 +"171339",26291,84433 +"171340",26291,100123 +"171341",26291,103717 +"171342",26291,116549 +"171343",26291,122777 +"171344",26291,122778 +"171345",26291,122779 +"171346",26291,122780 +"171347",26291,122827 +"171348",26291,122839 +"171349",26292,75732 +"171350",26292,76475 +"171351",26293,45308 +"171352",26293,51003 +"171353",26293,57949 +"171354",26295,38413 +"171355",26295,46042 +"171356",26295,48671 +"171357",26295,66070 +"171358",26295,67806 +"171359",26295,69620 +"171360",26295,75963 +"171361",26295,110784 +"171362",26295,110793 +"171363",26295,111566 +"171364",26296,59017 +"171365",26296,59129 +"171366",26297,43852 +"171367",26297,60841 +"171368",26297,63691 +"171369",26297,89446 +"171370",26297,104294 +"171371",26297,110383 +"171372",26298,26299 +"171373",26298,26505 +"171374",26299,26505 +"171375",26299,38333 +"171376",26299,38719 +"171377",26299,38821 +"171378",26299,77723 +"171379",26299,114961 +"171380",26300,35470 +"171381",26300,40208 +"171382",26300,62370 +"171383",26300,78532 +"171384",26300,87724 +"171385",26300,109604 +"171386",26300,115577 +"171387",26301,71703 +"171388",26302,61087 +"171389",26302,80377 +"171390",26302,84062 +"171391",26302,117631 +"171392",26303,26762 +"171393",26304,48944 +"171394",26304,65885 +"171395",26305,86060 +"171396",26305,95181 +"171397",26305,110256 +"171398",26306,41761 +"171399",26308,38202 +"171400",26308,50261 +"171401",26308,51609 +"171402",26308,66475 +"171403",26308,97461 +"171404",26308,108564 +"171405",26308,108569 +"171406",26308,111755 +"171407",26308,111758 +"171408",26308,119041 +"171409",26309,43571 +"171410",26309,49870 +"171411",26309,49994 +"171412",26309,56585 +"171413",26309,90258 +"171414",26309,98383 +"171415",26309,98544 +"171416",26310,46578 +"171417",26310,63337 +"171418",26311,30529 +"171419",26312,26991 +"171420",26312,45682 +"171421",26312,73987 +"171422",26312,81641 +"171423",26312,90256 +"171424",26312,105064 +"171425",26313,39918 +"171426",26313,94643 +"171427",26314,26715 +"171428",26314,27115 +"171429",26314,27302 +"171430",26314,43764 +"171431",26315,31324 +"171432",26315,34431 +"171433",26315,48676 +"171434",26316,59396 +"171435",26316,59398 +"171436",26317,57035 +"171437",26317,100106 +"171438",26317,112231 +"171439",26318,68186 +"171440",26318,69421 +"171441",26318,69422 +"171442",26318,100063 +"171443",26318,121543 +"171444",26318,122941 +"171445",26319,47615 +"171446",26319,96365 +"171447",26320,60564 +"171448",26320,95118 +"171449",26322,32745 +"171450",26322,36335 +"171451",26322,40369 +"171452",26322,44585 +"171453",26322,44648 +"171454",26322,50027 +"171455",26322,54069 +"171456",26322,54553 +"171457",26322,64181 +"171458",26322,64997 +"171459",26322,80065 +"171460",26322,82754 +"171461",26322,85800 +"171462",26322,101231 +"171463",26322,102006 +"171464",26322,102107 +"171465",26322,102149 +"171466",26323,26496 +"171467",26323,33388 +"171468",26325,35732 +"171469",26325,41064 +"171470",26325,55284 +"171471",26325,62775 +"171472",26325,68832 +"171473",26326,26428 +"171474",26326,39979 +"171475",26326,66763 +"171476",26326,72318 +"171477",26326,74130 +"171478",26326,97095 +"171479",26327,60816 +"171480",26327,83145 +"171481",26327,105186 +"171482",26328,28443 +"171483",26328,44521 +"171484",26328,53840 +"171485",26328,60475 +"171486",26328,70645 +"171487",26328,84500 +"171488",26328,108490 +"171489",26329,26330 +"171490",26329,26332 +"171491",26329,39482 +"171492",26329,40840 +"171493",26330,26332 +"171494",26330,28446 +"171495",26330,39569 +"171496",26331,34043 +"171497",26331,66372 +"171498",26331,84600 +"171499",26331,106369 +"171500",26332,35813 +"171501",26332,40840 +"171502",26332,47815 +"171503",26332,59039 +"171504",26332,68104 +"171505",26332,68166 +"171506",26332,69121 +"171507",26332,78879 +"171508",26332,89798 +"171509",26332,106910 +"171510",26333,36401 +"171511",26333,49359 +"171512",26334,26398 +"171513",26334,36410 +"171514",26334,47734 +"171515",26334,58349 +"171516",26334,64451 +"171517",26334,64703 +"171518",26334,64708 +"171519",26334,64718 +"171520",26334,64748 +"171521",26334,64766 +"171522",26334,64777 +"171523",26335,42414 +"171524",26335,42723 +"171525",26335,45088 +"171526",26335,56787 +"171527",26335,74558 +"171528",26335,75054 +"171529",26335,81749 +"171530",26335,85327 +"171531",26336,36725 +"171532",26336,43835 +"171533",26336,51738 +"171534",26336,51924 +"171535",26336,52799 +"171536",26336,61333 +"171537",26336,91778 +"171538",26336,92698 +"171539",26336,122372 +"171540",26336,122373 +"171541",26337,47190 +"171542",26337,53311 +"171543",26337,81356 +"171544",26338,28746 +"171545",26338,36529 +"171546",26338,58985 +"171547",26338,78387 +"171548",26338,85348 +"171549",26338,86044 +"171550",26338,87058 +"171551",26339,29465 +"171552",26339,30471 +"171553",26339,38009 +"171554",26339,41643 +"171555",26339,45726 +"171556",26339,52626 +"171557",26339,63518 +"171558",26339,73138 +"171559",26339,75271 +"171560",26339,76047 +"171561",26339,78487 +"171562",26339,81474 +"171563",26339,88309 +"171564",26339,91779 +"171565",26339,93263 +"171566",26339,102535 +"171567",26339,106275 +"171568",26339,106280 +"171569",26340,28819 +"171570",26340,36396 +"171571",26340,39648 +"171572",26340,41860 +"171573",26340,51706 +"171574",26340,51739 +"171575",26340,60007 +"171576",26340,106384 +"171577",26340,118548 +"171578",26341,26381 +"171579",26341,26435 +"171580",26341,26487 +"171581",26341,28077 +"171582",26341,71938 +"171583",26341,86146 +"171584",26341,93640 +"171585",26342,26680 +"171586",26342,31951 +"171587",26342,40250 +"171588",26342,43173 +"171589",26342,48169 +"171590",26342,48170 +"171591",26342,52192 +"171592",26342,52300 +"171593",26342,55768 +"171594",26343,26468 +"171595",26343,35707 +"171596",26344,26345 +"171597",26344,26530 +"171598",26344,27164 +"171599",26344,30898 +"171600",26344,31651 +"171601",26344,37893 +"171602",26344,78256 +"171603",26344,84505 +"171604",26345,26530 +"171605",26345,27164 +"171606",26345,27792 +"171607",26345,32811 +"171608",26345,34651 +"171609",26345,48260 +"171610",26345,58133 +"171611",26346,28880 +"171612",26347,66797 +"171613",26347,100487 +"171614",26348,97042 +"171615",26348,106724 +"171616",26349,37830 +"171617",26349,48955 +"171618",26350,67363 +"171619",26351,28285 +"171620",26351,30149 +"171621",26351,31458 +"171622",26351,43429 +"171623",26352,30790 +"171624",26352,32131 +"171625",26352,33513 +"171626",26352,36031 +"171627",26352,37531 +"171628",26352,40441 +"171629",26352,43119 +"171630",26352,43306 +"171631",26352,65212 +"171632",26352,85008 +"171633",26352,85449 +"171634",26353,26354 +"171635",26353,54753 +"171636",26353,59768 +"171637",26353,91383 +"171638",26353,102317 +"171639",26355,27077 +"171640",26355,28525 +"171641",26355,29482 +"171642",26355,35702 +"171643",26355,41451 +"171644",26355,44124 +"171645",26355,47133 +"171646",26355,47414 +"171647",26355,49106 +"171648",26355,57094 +"171649",26355,58898 +"171650",26355,59147 +"171651",26355,59237 +"171652",26355,59359 +"171653",26355,61563 +"171654",26355,61867 +"171655",26355,62007 +"171656",26355,62078 +"171657",26355,62375 +"171658",26355,62633 +"171659",26355,63395 +"171660",26355,64408 +"171661",26355,64418 +"171662",26355,64511 +"171663",26355,65230 +"171664",26355,66145 +"171665",26355,67503 +"171666",26355,67721 +"171667",26355,68816 +"171668",26355,68909 +"171669",26355,68938 +"171670",26355,69332 +"171671",26355,69681 +"171672",26355,70610 +"171673",26355,70611 +"171674",26355,70725 +"171675",26355,71211 +"171676",26355,71505 +"171677",26355,71887 +"171678",26355,100821 +"171679",26356,59710 +"171680",26356,59905 +"171681",26357,88174 +"171682",26358,63879 +"171683",26358,71460 +"171684",26359,26427 +"171685",26359,26499 +"171686",26359,42092 +"171687",26359,82592 +"171688",26360,60051 +"171689",26361,47224 +"171690",26361,99001 +"171691",26361,117898 +"171692",26361,119728 +"171693",26362,28917 +"171694",26362,58764 +"171695",26362,62299 +"171696",26363,41315 +"171697",26363,65622 +"171698",26363,77018 +"171699",26363,122085 +"171700",26364,92642 +"171701",26364,96878 +"171702",26365,94287 +"171703",26366,26423 +"171704",26366,26445 +"171705",26366,26484 +"171706",26366,26538 +"171707",26366,26581 +"171708",26366,34735 +"171709",26366,96030 +"171710",26366,96094 +"171711",26368,30680 +"171712",26368,42552 +"171713",26368,43267 +"171714",26368,45630 +"171715",26368,51879 +"171716",26368,61379 +"171717",26368,69889 +"171718",26368,69891 +"171719",26368,69919 +"171720",26369,29336 +"171721",26369,54446 +"171722",26369,69479 +"171723",26370,28231 +"171724",26370,33584 +"171725",26370,39218 +"171726",26370,49351 +"171727",26370,49965 +"171728",26370,53031 +"171729",26370,55828 +"171730",26370,77188 +"171731",26370,90917 +"171732",26370,91431 +"171733",26370,102725 +"171734",26370,103672 +"171735",26370,108800 +"171736",26371,40393 +"171737",26371,49339 +"171738",26371,75044 +"171739",26371,86846 +"171740",26371,102371 +"171741",26372,26383 +"171742",26372,26540 +"171743",26372,37928 +"171744",26372,51286 +"171745",26372,87189 +"171746",26372,87313 +"171747",26372,87387 +"171748",26373,53624 +"171749",26373,120393 +"171750",26373,120676 +"171751",26373,120709 +"171752",26374,36165 +"171753",26374,97734 +"171754",26375,34550 +"171755",26375,44381 +"171756",26375,48561 +"171757",26375,81724 +"171758",26376,95644 +"171759",26377,50061 +"171760",26377,51296 +"171761",26377,61145 +"171762",26377,63165 +"171763",26377,73806 +"171764",26377,75595 +"171765",26377,79358 +"171766",26378,57970 +"171767",26379,55942 +"171768",26379,72573 +"171769",26379,91779 +"171770",26379,99577 +"171771",26379,106674 +"171772",26380,26454 +"171773",26381,26435 +"171774",26381,26487 +"171775",26382,26450 +"171776",26382,35797 +"171777",26382,37688 +"171778",26382,52670 +"171779",26382,57562 +"171780",26382,71141 +"171781",26382,71180 +"171782",26382,80224 +"171783",26382,88820 +"171784",26382,88831 +"171785",26383,26540 +"171786",26383,28876 +"171787",26383,40455 +"171788",26383,50210 +"171789",26383,60569 +"171790",26383,64583 +"171791",26383,66794 +"171792",26383,66832 +"171793",26384,42753 +"171794",26384,85455 +"171795",26385,39624 +"171796",26385,43584 +"171797",26385,47924 +"171798",26385,50862 +"171799",26385,50864 +"171800",26385,50924 +"171801",26385,50970 +"171802",26385,50988 +"171803",26385,59599 +"171804",26386,35571 +"171805",26386,35769 +"171806",26386,35812 +"171807",26386,37493 +"171808",26386,41140 +"171809",26386,42852 +"171810",26386,46743 +"171811",26386,76715 +"171812",26386,96360 +"171813",26387,26449 +"171814",26387,26485 +"171815",26387,30803 +"171816",26387,31007 +"171817",26387,31341 +"171818",26387,31478 +"171819",26387,32988 +"171820",26387,38219 +"171821",26387,40245 +"171822",26387,42604 +"171823",26387,46733 +"171824",26387,63693 +"171825",26387,74743 +"171826",26387,76511 +"171827",26387,77340 +"171828",26387,80055 +"171829",26387,80625 +"171830",26387,81206 +"171831",26387,88439 +"171832",26387,88794 +"171833",26387,90293 +"171834",26387,91211 +"171835",26387,120686 +"171836",26388,50051 +"171837",26389,34614 +"171838",26389,34905 +"171839",26389,47557 +"171840",26389,80575 +"171841",26389,96750 +"171842",26390,26521 +"171843",26390,50213 +"171844",26390,57944 +"171845",26390,68057 +"171846",26390,85776 +"171847",26390,88574 +"171848",26390,98098 +"171849",26390,103976 +"171850",26391,82759 +"171851",26391,97713 +"171852",26391,113997 +"171853",26393,28409 +"171854",26393,34954 +"171855",26393,51931 +"171856",26393,68445 +"171857",26394,26439 +"171858",26394,26541 +"171859",26395,58894 +"171860",26395,72607 +"171861",26396,48704 +"171862",26397,48415 +"171863",26397,55750 +"171864",26397,55751 +"171865",26397,77367 +"171866",26397,78787 +"171867",26397,112961 +"171868",26399,30564 +"171869",26399,35742 +"171870",26399,35752 +"171871",26399,37633 +"171872",26399,40535 +"171873",26399,44855 +"171874",26399,50566 +"171875",26399,54383 +"171876",26399,56082 +"171877",26399,66821 +"171878",26399,71479 +"171879",26399,91184 +"171880",26399,95141 +"171881",26400,40689 +"171882",26400,46813 +"171883",26400,46913 +"171884",26400,56947 +"171885",26400,65598 +"171886",26400,96233 +"171887",26402,26403 +"171888",26402,29252 +"171889",26402,57089 +"171890",26402,75240 +"171891",26402,109554 +"171892",26402,119184 +"171893",26403,60636 +"171894",26404,31994 +"171895",26404,32070 +"171896",26404,42259 +"171897",26404,56461 +"171898",26404,115726 +"171899",26405,103564 +"171900",26407,27174 +"171901",26407,27196 +"171902",26407,27710 +"171903",26407,28703 +"171904",26407,29253 +"171905",26407,29341 +"171906",26407,29560 +"171907",26407,29573 +"171908",26407,29868 +"171909",26407,32438 +"171910",26407,32967 +"171911",26407,33223 +"171912",26407,33881 +"171913",26407,34097 +"171914",26407,34330 +"171915",26407,34513 +"171916",26407,35400 +"171917",26407,36476 +"171918",26407,36547 +"171919",26407,36745 +"171920",26407,37821 +"171921",26407,37931 +"171922",26407,38319 +"171923",26407,39398 +"171924",26407,39492 +"171925",26407,40320 +"171926",26407,40373 +"171927",26407,40542 +"171928",26407,41182 +"171929",26407,42131 +"171930",26407,46843 +"171931",26407,48331 +"171932",26408,30151 +"171933",26408,30216 +"171934",26408,35251 +"171935",26408,53063 +"171936",26408,71059 +"171937",26408,78132 +"171938",26408,88938 +"171939",26408,95971 +"171940",26408,95975 +"171941",26408,97209 +"171942",26408,112556 +"171943",26408,121327 +"171944",26409,28099 +"171945",26409,28797 +"171946",26409,31375 +"171947",26409,31860 +"171948",26409,39404 +"171949",26409,68178 +"171950",26409,68230 +"171951",26409,88667 +"171952",26409,103443 +"171953",26411,66098 +"171954",26411,85490 +"171955",26411,87328 +"171956",26411,120324 +"171957",26413,27267 +"171958",26413,31897 +"171959",26413,32070 +"171960",26413,40561 +"171961",26413,46568 +"171962",26413,50659 +"171963",26413,54737 +"171964",26413,56168 +"171965",26413,60846 +"171966",26413,69291 +"171967",26413,78073 +"171968",26413,79331 +"171969",26413,79710 +"171970",26413,79711 +"171971",26413,79720 +"171972",26413,79725 +"171973",26413,79738 +"171974",26413,79748 +"171975",26413,79750 +"171976",26413,79754 +"171977",26413,79758 +"171978",26413,79760 +"171979",26413,79771 +"171980",26413,79780 +"171981",26413,79781 +"171982",26413,79803 +"171983",26414,34336 +"171984",26414,45802 +"171985",26414,59557 +"171986",26414,85284 +"171987",26415,48713 +"171988",26415,82482 +"171989",26416,29302 +"171990",26416,83920 +"171991",26417,29416 +"171992",26417,30066 +"171993",26418,55984 +"171994",26420,46121 +"171995",26420,66785 +"171996",26420,107362 +"171997",26421,100801 +"171998",26422,27721 +"171999",26422,28770 +"172000",26422,54546 +"172001",26422,85419 +"172002",26423,26445 +"172003",26423,26484 +"172004",26423,26538 +"172005",26423,26581 +"172006",26425,28775 +"172007",26425,38443 +"172008",26425,38612 +"172009",26425,39236 +"172010",26425,55692 +"172011",26425,96422 +"172012",26425,107253 +"172013",26425,107261 +"172014",26426,26548 +"172015",26426,26567 +"172016",26426,34144 +"172017",26426,51387 +"172018",26426,57949 +"172019",26426,60380 +"172020",26426,62945 +"172021",26426,68501 +"172022",26426,75862 +"172023",26426,83113 +"172024",26426,92381 +"172025",26426,102999 +"172026",26426,104542 +"172027",26426,120552 +"172028",26426,122594 +"172029",26427,26499 +"172030",26427,29195 +"172031",26427,51627 +"172032",26427,57158 +"172033",26427,75229 +"172034",26427,79251 +"172035",26427,82592 +"172036",26427,108169 +"172037",26428,59926 +"172038",26428,87549 +"172039",26428,104078 +"172040",26429,26458 +"172041",26429,26568 +"172042",26429,103888 +"172043",26429,106703 +"172044",26429,111599 +"172045",26429,111610 +"172046",26429,117301 +"172047",26429,119023 +"172048",26430,28674 +"172049",26430,29987 +"172050",26430,30031 +"172051",26430,41036 +"172052",26430,43001 +"172053",26430,44500 +"172054",26430,57055 +"172055",26430,57100 +"172056",26430,57112 +"172057",26430,57148 +"172058",26430,60428 +"172059",26430,70217 +"172060",26430,70779 +"172061",26431,26499 +"172062",26431,30504 +"172063",26431,32271 +"172064",26431,35872 +"172065",26431,42092 +"172066",26431,54003 +"172067",26431,93154 +"172068",26432,26943 +"172069",26432,28499 +"172070",26432,30866 +"172071",26432,31700 +"172072",26432,32361 +"172073",26432,33275 +"172074",26432,33883 +"172075",26432,36286 +"172076",26432,36767 +"172077",26432,37937 +"172078",26432,40419 +"172079",26432,42608 +"172080",26432,44180 +"172081",26432,45818 +"172082",26432,51476 +"172083",26432,51892 +"172084",26432,53755 +"172085",26432,54168 +"172086",26432,57210 +"172087",26432,58482 +"172088",26432,59172 +"172089",26432,59816 +"172090",26432,61874 +"172091",26432,63274 +"172092",26432,66322 +"172093",26432,67327 +"172094",26432,70854 +"172095",26432,71683 +"172096",26432,72568 +"172097",26432,72628 +"172098",26432,73767 +"172099",26432,78532 +"172100",26432,81609 +"172101",26432,85885 +"172102",26432,91255 +"172103",26432,92247 +"172104",26432,92352 +"172105",26432,92362 +"172106",26432,92929 +"172107",26432,93719 +"172108",26432,94906 +"172109",26432,94946 +"172110",26432,95889 +"172111",26432,96093 +"172112",26432,97988 +"172113",26432,99309 +"172114",26432,99376 +"172115",26432,99450 +"172116",26432,99471 +"172117",26432,99474 +"172118",26432,100916 +"172119",26432,100944 +"172120",26432,101126 +"172121",26432,101329 +"172122",26432,105557 +"172123",26432,107199 +"172124",26432,108743 +"172125",26432,108980 +"172126",26432,109291 +"172127",26432,109933 +"172128",26432,110483 +"172129",26432,110567 +"172130",26432,110572 +"172131",26432,110630 +"172132",26432,110648 +"172133",26432,110711 +"172134",26432,110770 +"172135",26432,110869 +"172136",26432,110911 +"172137",26432,111285 +"172138",26432,111314 +"172139",26432,111362 +"172140",26432,111372 +"172141",26432,111424 +"172142",26432,111433 +"172143",26432,112422 +"172144",26432,113269 +"172145",26432,113430 +"172146",26432,114242 +"172147",26432,114842 +"172148",26432,115427 +"172149",26432,115521 +"172150",26432,115711 +"172151",26433,39738 +"172152",26433,42192 +"172153",26433,57900 +"172154",26433,57907 +"172155",26434,60685 +"172156",26434,79150 +"172157",26434,85932 +"172158",26434,102928 +"172159",26434,115982 +"172160",26434,120918 +"172161",26434,120927 +"172162",26434,120962 +"172163",26435,26487 +"172164",26435,114998 +"172165",26436,26516 +"172166",26436,34185 +"172167",26436,34492 +"172168",26436,39058 +"172169",26436,40695 +"172170",26436,44319 +"172171",26436,48031 +"172172",26436,55465 +"172173",26436,81813 +"172174",26436,83949 +"172175",26436,85326 +"172176",26437,26464 +"172177",26437,26937 +"172178",26438,39871 +"172179",26438,43586 +"172180",26438,90120 +"172181",26438,100662 +"172182",26438,101834 +"172183",26439,26541 +"172184",26439,35380 +"172185",26439,35849 +"172186",26439,41895 +"172187",26439,67921 +"172188",26439,67933 +"172189",26439,67985 +"172190",26440,35904 +"172191",26440,36205 +"172192",26440,38575 +"172193",26440,50235 +"172194",26440,53252 +"172195",26440,62793 +"172196",26440,78102 +"172197",26440,79183 +"172198",26440,101155 +"172199",26440,101189 +"172200",26441,26807 +"172201",26441,40571 +"172202",26441,70455 +"172203",26441,79642 +"172204",26441,91067 +"172205",26441,97419 +"172206",26442,54658 +"172207",26442,62079 +"172208",26442,79939 +"172209",26442,95884 +"172210",26443,28043 +"172211",26443,28438 +"172212",26443,28568 +"172213",26443,29296 +"172214",26443,31168 +"172215",26443,31170 +"172216",26443,31181 +"172217",26443,31182 +"172218",26443,31184 +"172219",26443,31238 +"172220",26443,31247 +"172221",26443,31269 +"172222",26443,31314 +"172223",26443,31829 +"172224",26443,31913 +"172225",26445,26484 +"172226",26445,26538 +"172227",26445,26581 +"172228",26446,26491 +"172229",26446,26544 +"172230",26447,28562 +"172231",26447,31726 +"172232",26447,43822 +"172233",26448,44453 +"172234",26448,97509 +"172235",26448,103008 +"172236",26449,26485 +"172237",26449,45653 +"172238",26449,53229 +"172239",26449,74875 +"172240",26450,37688 +"172241",26450,52670 +"172242",26450,54122 +"172243",26450,58739 +"172244",26450,68690 +"172245",26451,26530 +"172246",26451,27792 +"172247",26451,32811 +"172248",26451,34651 +"172249",26451,37190 +"172250",26451,38748 +"172251",26451,48024 +"172252",26451,48228 +"172253",26451,48260 +"172254",26451,58133 +"172255",26451,59056 +"172256",26451,60925 +"172257",26451,62380 +"172258",26451,65884 +"172259",26451,71516 +"172260",26451,74906 +"172261",26451,77267 +"172262",26451,81675 +"172263",26451,85789 +"172264",26451,86129 +"172265",26451,90018 +"172266",26451,90361 +"172267",26451,91322 +"172268",26451,92012 +"172269",26451,99444 +"172270",26451,100636 +"172271",26452,33520 +"172272",26453,26457 +"172273",26453,26563 +"172274",26453,42554 +"172275",26455,30326 +"172276",26455,78263 +"172277",26455,111467 +"172278",26455,116788 +"172279",26456,55475 +"172280",26456,78749 +"172281",26456,83116 +"172282",26457,26563 +"172283",26457,30071 +"172284",26457,33165 +"172285",26457,41603 +"172286",26457,42644 +"172287",26457,44095 +"172288",26457,61517 +"172289",26457,72526 +"172290",26457,76995 +"172291",26457,77005 +"172292",26457,80480 +"172293",26457,84270 +"172294",26458,26568 +"172295",26459,28892 +"172296",26459,56049 +"172297",26459,95176 +"172298",26459,116240 +"172299",26459,116241 +"172300",26459,118666 +"172301",26460,36920 +"172302",26460,52912 +"172303",26460,54734 +"172304",26460,91309 +"172305",26460,100567 +"172306",26461,28801 +"172307",26461,29470 +"172308",26461,34581 +"172309",26461,68441 +"172310",26461,68726 +"172311",26461,70115 +"172312",26461,73440 +"172313",26461,73743 +"172314",26461,112825 +"172315",26462,34731 +"172316",26462,43180 +"172317",26462,47435 +"172318",26462,47445 +"172319",26462,52942 +"172320",26462,54855 +"172321",26462,61088 +"172322",26462,62711 +"172323",26462,63145 +"172324",26462,69794 +"172325",26462,102081 +"172326",26464,26937 +"172327",26464,31223 +"172328",26464,66094 +"172329",26464,66165 +"172330",26464,66166 +"172331",26464,66167 +"172332",26464,96899 +"172333",26465,54143 +"172334",26465,54159 +"172335",26465,54195 +"172336",26465,54205 +"172337",26465,54223 +"172338",26466,65569 +"172339",26467,26492 +"172340",26467,26533 +"172341",26468,35707 +"172342",26468,58433 +"172343",26469,26873 +"172344",26469,39588 +"172345",26469,45918 +"172346",26469,74946 +"172347",26469,80305 +"172348",26469,82808 +"172349",26469,96004 +"172350",26470,26576 +"172351",26471,38019 +"172352",26471,55862 +"172353",26471,70035 +"172354",26472,26562 +"172355",26473,34588 +"172356",26473,38762 +"172357",26474,35057 +"172358",26474,51666 +"172359",26474,81122 +"172360",26474,92143 +"172361",26474,117403 +"172362",26475,96911 +"172363",26476,26798 +"172364",26476,76698 +"172365",26477,34220 +"172366",26477,39899 +"172367",26478,26556 +"172368",26478,41094 +"172369",26478,44792 +"172370",26478,103543 +"172371",26478,115102 +"172372",26478,115103 +"172373",26478,117496 +"172374",26478,118203 +"172375",26478,118204 +"172376",26479,77498 +"172377",26479,103432 +"172378",26480,26494 +"172379",26480,46509 +"172380",26480,64318 +"172381",26480,120299 +"172382",26481,37406 +"172383",26481,47030 +"172384",26481,54068 +"172385",26481,101858 +"172386",26481,105496 +"172387",26482,44573 +"172388",26482,55497 +"172389",26482,58919 +"172390",26483,37583 +"172391",26483,63153 +"172392",26484,26538 +"172393",26484,26581 +"172394",26484,63715 +"172395",26485,26882 +"172396",26485,27463 +"172397",26485,32988 +"172398",26485,41558 +"172399",26485,42909 +"172400",26485,58543 +"172401",26485,70760 +"172402",26485,79063 +"172403",26485,79494 +"172404",26485,80055 +"172405",26485,80491 +"172406",26485,84194 +"172407",26486,28569 +"172408",26486,75523 +"172409",26486,101338 +"172410",26487,107014 +"172411",26487,107045 +"172412",26487,107055 +"172413",26488,34357 +"172414",26488,38139 +"172415",26488,94602 +"172416",26488,106530 +"172417",26491,26544 +"172418",26492,26533 +"172419",26492,78793 +"172420",26493,64547 +"172421",26493,81683 +"172422",26493,114063 +"172423",26494,71183 +"172424",26495,29723 +"172425",26495,29812 +"172426",26495,82907 +"172427",26496,33388 +"172428",26496,33727 +"172429",26496,49178 +"172430",26496,54124 +"172431",26498,35371 +"172432",26498,36049 +"172433",26498,47739 +"172434",26498,49914 +"172435",26498,76230 +"172436",26498,101115 +"172437",26498,105282 +"172438",26499,27289 +"172439",26499,29594 +"172440",26499,30503 +"172441",26499,30504 +"172442",26499,32271 +"172443",26499,35872 +"172444",26499,42092 +"172445",26499,51627 +"172446",26499,54003 +"172447",26499,88376 +"172448",26499,88417 +"172449",26499,98963 +"172450",26499,99146 +"172451",26500,27416 +"172452",26500,33177 +"172453",26500,44789 +"172454",26500,50092 +"172455",26500,50093 +"172456",26500,50142 +"172457",26500,63146 +"172458",26500,82961 +"172459",26500,85718 +"172460",26500,121621 +"172461",26501,26662 +"172462",26501,42331 +"172463",26501,47810 +"172464",26501,50996 +"172465",26501,53826 +"172466",26501,76418 +"172467",26501,79074 +"172468",26501,93852 +"172469",26501,101947 +"172470",26501,113492 +"172471",26501,115447 +"172472",26501,122174 +"172473",26502,32526 +"172474",26502,42866 +"172475",26502,62878 +"172476",26502,72954 +"172477",26502,94204 +"172478",26503,31581 +"172479",26503,34508 +"172480",26505,29819 +"172481",26505,33772 +"172482",26505,61692 +"172483",26505,61831 +"172484",26505,62371 +"172485",26505,72252 +"172486",26505,104134 +"172487",26505,111538 +"172488",26505,111938 +"172489",26506,26517 +"172490",26506,32422 +"172491",26506,34030 +"172492",26506,45037 +"172493",26506,46803 +"172494",26506,51663 +"172495",26506,59484 +"172496",26506,62424 +"172497",26506,70406 +"172498",26506,73918 +"172499",26506,76590 +"172500",26506,81167 +"172501",26506,85794 +"172502",26506,100398 +"172503",26506,117679 +"172504",26507,75302 +"172505",26507,75761 +"172506",26507,75762 +"172507",26507,75763 +"172508",26507,75764 +"172509",26507,75765 +"172510",26508,110440 +"172511",26509,89441 +"172512",26510,83960 +"172513",26510,88089 +"172514",26510,97475 +"172515",26511,48483 +"172516",26512,47172 +"172517",26513,33348 +"172518",26513,36184 +"172519",26513,39352 +"172520",26513,56095 +"172521",26513,57256 +"172522",26514,29985 +"172523",26515,58959 +"172524",26515,69005 +"172525",26516,45714 +"172526",26516,58292 +"172527",26516,61717 +"172528",26516,62008 +"172529",26516,86562 +"172530",26519,26520 +"172531",26520,71646 +"172532",26521,50044 +"172533",26521,59358 +"172534",26521,81739 +"172535",26521,87077 +"172536",26522,27574 +"172537",26522,53827 +"172538",26523,30403 +"172539",26523,64672 +"172540",26523,67940 +"172541",26523,71899 +"172542",26523,76816 +"172543",26523,101693 +"172544",26524,39755 +"172545",26524,44148 +"172546",26524,48191 +"172547",26524,53988 +"172548",26524,58378 +"172549",26524,59684 +"172550",26524,59783 +"172551",26524,82161 +"172552",26524,82769 +"172553",26524,114540 +"172554",26525,43355 +"172555",26525,95381 +"172556",26526,39941 +"172557",26526,41524 +"172558",26527,26597 +"172559",26527,30966 +"172560",26527,52648 +"172561",26527,84235 +"172562",26527,100228 +"172563",26528,40592 +"172564",26528,64198 +"172565",26528,108461 +"172566",26529,31824 +"172567",26529,35990 +"172568",26529,45995 +"172569",26529,47023 +"172570",26529,50425 +"172571",26529,83056 +"172572",26529,88902 +"172573",26529,99081 +"172574",26529,101743 +"172575",26529,102950 +"172576",26530,27792 +"172577",26530,32026 +"172578",26530,33211 +"172579",26530,34651 +"172580",26530,38748 +"172581",26530,47233 +"172582",26530,48024 +"172583",26530,48228 +"172584",26530,54805 +"172585",26530,59056 +"172586",26530,61822 +"172587",26530,62380 +"172588",26530,64960 +"172589",26530,74906 +"172590",26530,81675 +"172591",26530,82734 +"172592",26530,85326 +"172593",26530,91322 +"172594",26530,92012 +"172595",26530,121072 +"172596",26531,28967 +"172597",26531,43574 +"172598",26531,56500 +"172599",26531,72410 +"172600",26531,79451 +"172601",26531,84139 +"172602",26531,90261 +"172603",26531,91275 +"172604",26531,94993 +"172605",26534,87537 +"172606",26534,87733 +"172607",26534,87750 +"172608",26535,32811 +"172609",26535,67505 +"172610",26535,95565 +"172611",26535,119444 +"172612",26535,120145 +"172613",26535,120882 +"172614",26536,55653 +"172615",26536,56972 +"172616",26536,65400 +"172617",26536,110588 +"172618",26536,110603 +"172619",26537,26872 +"172620",26537,28057 +"172621",26537,28767 +"172622",26537,28871 +"172623",26537,30334 +"172624",26537,35420 +"172625",26537,35496 +"172626",26537,37610 +"172627",26537,37636 +"172628",26537,39435 +"172629",26537,40131 +"172630",26537,40166 +"172631",26537,40392 +"172632",26537,40905 +"172633",26537,41030 +"172634",26537,41527 +"172635",26537,41529 +"172636",26537,41778 +"172637",26537,42689 +"172638",26537,42725 +"172639",26537,43147 +"172640",26537,43234 +"172641",26537,43858 +"172642",26537,44828 +"172643",26537,45657 +"172644",26537,45933 +"172645",26537,46434 +"172646",26537,46788 +"172647",26537,47123 +"172648",26537,47488 +"172649",26537,48909 +"172650",26537,49859 +"172651",26537,50064 +"172652",26537,50067 +"172653",26537,50554 +"172654",26537,50879 +"172655",26537,51783 +"172656",26537,51921 +"172657",26537,52018 +"172658",26537,53444 +"172659",26537,53527 +"172660",26537,53555 +"172661",26537,54059 +"172662",26537,54275 +"172663",26537,56628 +"172664",26537,58004 +"172665",26537,58068 +"172666",26537,58633 +"172667",26537,60312 +"172668",26537,61111 +"172669",26537,61127 +"172670",26537,62859 +"172671",26537,67098 +"172672",26537,68287 +"172673",26538,26581 +"172674",26539,28701 +"172675",26539,38835 +"172676",26539,38964 +"172677",26542,32348 +"172678",26542,36327 +"172679",26542,45518 +"172680",26542,50072 +"172681",26542,53260 +"172682",26542,101460 +"172683",26543,41606 +"172684",26543,46081 +"172685",26543,80167 +"172686",26544,49490 +"172687",26544,60419 +"172688",26544,61331 +"172689",26544,109951 +"172690",26544,113962 +"172691",26545,65551 +"172692",26545,96055 +"172693",26546,49326 +"172694",26546,57921 +"172695",26546,70386 +"172696",26546,111833 +"172697",26547,46477 +"172698",26547,91931 +"172699",26547,112831 +"172700",26547,122087 +"172701",26548,26567 +"172702",26548,32320 +"172703",26548,65948 +"172704",26548,81690 +"172705",26548,81864 +"172706",26551,33870 +"172707",26551,81137 +"172708",26551,118590 +"172709",26552,27539 +"172710",26552,34749 +"172711",26552,76524 +"172712",26552,93355 +"172713",26552,110586 +"172714",26552,110652 +"172715",26553,38333 +"172716",26553,42361 +"172717",26553,51534 +"172718",26553,56765 +"172719",26553,62415 +"172720",26553,72273 +"172721",26553,76294 +"172722",26553,82069 +"172723",26553,87856 +"172724",26553,89918 +"172725",26553,93532 +"172726",26553,100464 +"172727",26553,110299 +"172728",26554,29378 +"172729",26554,29382 +"172730",26554,52356 +"172731",26554,55481 +"172732",26554,60768 +"172733",26554,71015 +"172734",26554,95265 +"172735",26554,111426 +"172736",26554,111440 +"172737",26554,114435 +"172738",26555,99579 +"172739",26555,108789 +"172740",26555,114086 +"172741",26556,34905 +"172742",26556,35577 +"172743",26556,44780 +"172744",26556,86843 +"172745",26556,101714 +"172746",26557,26558 +"172747",26557,101366 +"172748",26559,29135 +"172749",26559,38281 +"172750",26559,42175 +"172751",26559,81018 +"172752",26559,90263 +"172753",26559,91069 +"172754",26559,91124 +"172755",26559,105078 +"172756",26560,45917 +"172757",26561,96898 +"172758",26561,103906 +"172759",26563,32259 +"172760",26563,39037 +"172761",26563,42151 +"172762",26563,49701 +"172763",26563,51216 +"172764",26563,51217 +"172765",26563,51276 +"172766",26563,51313 +"172767",26563,52232 +"172768",26563,77676 +"172769",26563,77696 +"172770",26563,91465 +"172771",26563,92834 +"172772",26563,95054 +"172773",26564,81110 +"172774",26565,57778 +"172775",26566,61611 +"172776",26566,96073 +"172777",26567,48412 +"172778",26567,52742 +"172779",26567,60380 +"172780",26567,61481 +"172781",26567,64918 +"172782",26567,68501 +"172783",26567,68670 +"172784",26567,75838 +"172785",26567,75940 +"172786",26567,78460 +"172787",26567,78577 +"172788",26567,78662 +"172789",26567,80140 +"172790",26567,82174 +"172791",26567,82685 +"172792",26567,82686 +"172793",26567,82687 +"172794",26567,84539 +"172795",26567,84927 +"172796",26567,85148 +"172797",26567,85673 +"172798",26567,92381 +"172799",26567,95661 +"172800",26567,101127 +"172801",26567,102999 +"172802",26567,113806 +"172803",26567,114235 +"172804",26568,41831 +"172805",26568,74186 +"172806",26568,84284 +"172807",26568,103888 +"172808",26568,120502 +"172809",26569,54246 +"172810",26569,55003 +"172811",26570,31284 +"172812",26570,39865 +"172813",26570,46108 +"172814",26570,50387 +"172815",26570,51819 +"172816",26570,53546 +"172817",26570,56476 +"172818",26570,58230 +"172819",26570,75244 +"172820",26570,83747 +"172821",26570,86325 +"172822",26570,100396 +"172823",26570,106875 +"172824",26570,115718 +"172825",26571,26659 +"172826",26571,27160 +"172827",26571,65219 +"172828",26572,29658 +"172829",26572,29716 +"172830",26572,84457 +"172831",26573,69235 +"172832",26573,78484 +"172833",26573,80339 +"172834",26573,80370 +"172835",26574,29578 +"172836",26574,33080 +"172837",26574,122431 +"172838",26575,57476 +"172839",26575,58039 +"172840",26575,83133 +"172841",26577,27235 +"172842",26577,33086 +"172843",26577,36444 +"172844",26577,41274 +"172845",26577,81923 +"172846",26577,89695 +"172847",26577,103143 +"172848",26577,107102 +"172849",26577,107313 +"172850",26578,32586 +"172851",26578,44757 +"172852",26578,45406 +"172853",26578,58137 +"172854",26578,61131 +"172855",26578,96707 +"172856",26579,35983 +"172857",26579,47822 +"172858",26579,69502 +"172859",26579,102872 +"172860",26580,35648 +"172861",26581,45261 +"172862",26581,48831 +"172863",26581,65136 +"172864",26581,72805 +"172865",26581,96557 +"172866",26581,96774 +"172867",26581,109806 +"172868",26582,36569 +"172869",26582,72389 +"172870",26582,88765 +"172871",26583,26712 +"172872",26583,35723 +"172873",26583,41245 +"172874",26583,59218 +"172875",26583,104115 +"172876",26583,105585 +"172877",26583,121162 +"172878",26584,29286 +"172879",26584,49146 +"172880",26585,33410 +"172881",26585,53519 +"172882",26585,58427 +"172883",26585,70064 +"172884",26586,26587 +"172885",26586,26778 +"172886",26586,55997 +"172887",26587,26778 +"172888",26587,34108 +"172889",26587,41477 +"172890",26587,42861 +"172891",26587,55307 +"172892",26587,56155 +"172893",26587,56160 +"172894",26587,56179 +"172895",26587,56226 +"172896",26587,56239 +"172897",26587,56251 +"172898",26587,56267 +"172899",26587,56291 +"172900",26587,56359 +"172901",26588,36715 +"172902",26588,91888 +"172903",26588,91937 +"172904",26589,117424 +"172905",26591,26669 +"172906",26591,107980 +"172907",26592,36862 +"172908",26592,37583 +"172909",26592,40350 +"172910",26592,46186 +"172911",26592,53087 +"172912",26592,58557 +"172913",26592,62154 +"172914",26592,62878 +"172915",26592,70950 +"172916",26592,79256 +"172917",26592,80299 +"172918",26592,82045 +"172919",26592,101179 +"172920",26592,101615 +"172921",26592,105698 +"172922",26592,107157 +"172923",26592,108367 +"172924",26593,56127 +"172925",26593,77772 +"172926",26594,48582 +"172927",26594,81433 +"172928",26594,99282 +"172929",26595,35516 +"172930",26595,44306 +"172931",26595,46305 +"172932",26595,72391 +"172933",26595,78529 +"172934",26595,79587 +"172935",26595,80487 +"172936",26595,92672 +"172937",26595,95602 +"172938",26596,26920 +"172939",26596,29504 +"172940",26596,34985 +"172941",26596,41133 +"172942",26596,41281 +"172943",26596,45859 +"172944",26596,55263 +"172945",26596,56880 +"172946",26596,57709 +"172947",26596,64439 +"172948",26596,68095 +"172949",26596,69131 +"172950",26596,76489 +"172951",26597,26604 +"172952",26597,60668 +"172953",26597,86532 +"172954",26598,27033 +"172955",26599,38749 +"172956",26600,34402 +"172957",26600,90745 +"172958",26601,71421 +"172959",26601,88294 +"172960",26601,105093 +"172961",26601,117893 +"172962",26602,37386 +"172963",26602,44164 +"172964",26603,49738 +"172965",26603,56243 +"172966",26605,26653 +"172967",26605,26780 +"172968",26606,26675 +"172969",26606,26755 +"172970",26606,26804 +"172971",26606,29270 +"172972",26606,40050 +"172973",26607,27157 +"172974",26607,64760 +"172975",26608,29951 +"172976",26608,31968 +"172977",26608,32300 +"172978",26608,45711 +"172979",26608,53155 +"172980",26608,60786 +"172981",26608,60996 +"172982",26608,72744 +"172983",26608,76741 +"172984",26608,87811 +"172985",26608,96593 +"172986",26609,26889 +"172987",26609,29136 +"172988",26609,52740 +"172989",26609,75745 +"172990",26610,68158 +"172991",26610,77503 +"172992",26611,41099 +"172993",26611,50970 +"172994",26612,39059 +"172995",26612,55153 +"172996",26612,69865 +"172997",26612,71163 +"172998",26613,72196 +"172999",26613,75917 +"173000",26614,40017 +"173001",26615,39027 +"173002",26615,86856 +"173003",26616,42761 +"173004",26616,51291 +"173005",26616,51314 +"173006",26616,51315 +"173007",26617,45240 +"173008",26618,35795 +"173009",26618,87766 +"173010",26618,91802 +"173011",26619,45576 +"173012",26619,90860 +"173013",26620,26981 +"173014",26620,27189 +"173015",26620,35797 +"173016",26620,39360 +"173017",26620,41694 +"173018",26620,45157 +"173019",26620,45591 +"173020",26620,45801 +"173021",26620,54122 +"173022",26620,66994 +"173023",26620,70385 +"173024",26621,43770 +"173025",26621,100407 +"173026",26621,114456 +"173027",26621,122355 +"173028",26621,122359 +"173029",26621,122364 +"173030",26622,113244 +"173031",26623,29172 +"173032",26623,29332 +"173033",26623,30622 +"173034",26623,30665 +"173035",26623,30697 +"173036",26623,39120 +"173037",26623,42895 +"173038",26623,45650 +"173039",26623,45977 +"173040",26623,48861 +"173041",26623,66129 +"173042",26623,72129 +"173043",26623,74920 +"173044",26623,77911 +"173045",26623,80829 +"173046",26623,85053 +"173047",26624,30445 +"173048",26624,112627 +"173049",26625,61856 +"173050",26625,108231 +"173051",26626,26635 +"173052",26626,26829 +"173053",26626,30019 +"173054",26626,32505 +"173055",26626,44523 +"173056",26626,57931 +"173057",26626,61589 +"173058",26626,77586 +"173059",26626,79401 +"173060",26626,80249 +"173061",26626,80262 +"173062",26626,80280 +"173063",26626,80312 +"173064",26626,80337 +"173065",26626,80338 +"173066",26626,81031 +"173067",26626,107848 +"173068",26626,113394 +"173069",26627,95617 +"173070",26627,99126 +"173071",26627,116293 +"173072",26629,54302 +"173073",26629,77403 +"173074",26630,40902 +"173075",26630,69399 +"173076",26630,92341 +"173077",26630,93820 +"173078",26630,96772 +"173079",26630,100291 +"173080",26630,100417 +"173081",26631,70312 +"173082",26631,79733 +"173083",26632,49240 +"173084",26632,49259 +"173085",26632,49389 +"173086",26632,49440 +"173087",26633,113051 +"173088",26633,120223 +"173089",26634,26828 +"173090",26634,82276 +"173091",26635,26829 +"173092",26635,33105 +"173093",26635,35746 +"173094",26635,43453 +"173095",26635,46516 +"173096",26635,54589 +"173097",26635,100665 +"173098",26635,101960 +"173099",26636,28018 +"173100",26636,31235 +"173101",26636,34303 +"173102",26636,35434 +"173103",26636,42660 +"173104",26637,29005 +"173105",26637,118115 +"173106",26639,26640 +"173107",26639,33978 +"173108",26639,40848 +"173109",26639,54784 +"173110",26639,78039 +"173111",26639,83202 +"173112",26639,84723 +"173113",26639,93063 +"173114",26640,28471 +"173115",26640,31733 +"173116",26640,33666 +"173117",26640,36115 +"173118",26640,41483 +"173119",26640,42870 +"173120",26640,46647 +"173121",26640,51193 +"173122",26640,78039 +"173123",26640,82924 +"173124",26640,84723 +"173125",26640,85935 +"173126",26640,87991 +"173127",26640,95383 +"173128",26640,115682 +"173129",26641,28869 +"173130",26641,34721 +"173131",26641,38417 +"173132",26641,39198 +"173133",26641,70658 +"173134",26641,107309 +"173135",26642,26929 +"173136",26642,34278 +"173137",26642,35105 +"173138",26642,41134 +"173139",26642,45757 +"173140",26642,75089 +"173141",26642,75359 +"173142",26642,114023 +"173143",26644,26654 +"173144",26644,26687 +"173145",26644,34208 +"173146",26644,37922 +"173147",26644,39897 +"173148",26644,46373 +"173149",26644,89684 +"173150",26644,95298 +"173151",26644,96935 +"173152",26644,98225 +"173153",26644,106633 +"173154",26645,26746 +"173155",26645,85072 +"173156",26646,77619 +"173157",26647,27192 +"173158",26647,27941 +"173159",26647,30850 +"173160",26647,40146 +"173161",26647,42920 +"173162",26647,50050 +"173163",26647,52083 +"173164",26647,59178 +"173165",26647,74939 +"173166",26647,80205 +"173167",26647,111568 +"173168",26648,26691 +"173169",26648,32116 +"173170",26648,88397 +"173171",26649,26656 +"173172",26649,27141 +"173173",26649,37173 +"173174",26649,71817 +"173175",26649,105756 +"173176",26650,26651 +"173177",26652,103195 +"173178",26653,26780 +"173179",26653,114913 +"173180",26653,114916 +"173181",26654,26687 +"173182",26654,28377 +"173183",26654,32158 +"173184",26654,32310 +"173185",26654,34208 +"173186",26654,37050 +"173187",26654,54344 +"173188",26654,59668 +"173189",26654,64429 +"173190",26654,89160 +"173191",26654,89684 +"173192",26654,103098 +"173193",26654,106768 +"173194",26654,115833 +"173195",26656,27141 +"173196",26656,47243 +"173197",26656,61577 +"173198",26656,106744 +"173199",26657,27891 +"173200",26657,108866 +"173201",26657,111848 +"173202",26658,26682 +"173203",26659,27160 +"173204",26659,27862 +"173205",26659,30129 +"173206",26659,34604 +"173207",26659,41729 +"173208",26659,41964 +"173209",26659,42995 +"173210",26659,48417 +"173211",26659,64472 +"173212",26659,76099 +"173213",26659,78278 +"173214",26659,83734 +"173215",26659,84889 +"173216",26659,85395 +"173217",26659,87880 +"173218",26659,88804 +"173219",26659,88851 +"173220",26659,89556 +"173221",26659,90169 +"173222",26659,100184 +"173223",26659,102654 +"173224",26659,111001 +"173225",26660,31561 +"173226",26660,49036 +"173227",26660,58993 +"173228",26660,79293 +"173229",26661,36411 +"173230",26662,34357 +"173231",26662,63461 +"173232",26662,73929 +"173233",26662,77242 +"173234",26662,93872 +"173235",26662,122174 +"173236",26663,28406 +"173237",26663,48287 +"173238",26663,48527 +"173239",26663,62429 +"173240",26663,69484 +"173241",26663,116120 +"173242",26664,44529 +"173243",26665,40847 +"173244",26665,40858 +"173245",26666,28031 +"173246",26666,112363 +"173247",26667,34113 +"173248",26667,86832 +"173249",26667,107504 +"173250",26667,121079 +"173251",26668,28945 +"173252",26668,36599 +"173253",26668,41274 +"173254",26668,45847 +"173255",26668,55159 +"173256",26668,67588 +"173257",26668,76293 +"173258",26668,76676 +"173259",26668,80967 +"173260",26668,85315 +"173261",26668,85840 +"173262",26668,89695 +"173263",26668,100830 +"173264",26668,101604 +"173265",26668,103097 +"173266",26668,103118 +"173267",26668,103143 +"173268",26668,107313 +"173269",26668,108938 +"173270",26668,111353 +"173271",26668,114789 +"173272",26668,115374 +"173273",26668,118876 +"173274",26669,39891 +"173275",26670,35240 +"173276",26670,95512 +"173277",26671,37800 +"173278",26671,70666 +"173279",26671,85771 +"173280",26673,60367 +"173281",26674,32947 +"173282",26674,33133 +"173283",26675,26755 +"173284",26675,26804 +"173285",26675,29270 +"173286",26675,29575 +"173287",26676,26873 +"173288",26677,42069 +"173289",26677,51227 +"173290",26677,62321 +"173291",26677,66139 +"173292",26677,92538 +"173293",26678,28945 +"173294",26678,71817 +"173295",26678,95586 +"173296",26679,63673 +"173297",26679,86594 +"173298",26680,48169 +"173299",26680,48170 +"173300",26680,52192 +"173301",26680,52300 +"173302",26681,27676 +"173303",26681,57076 +"173304",26681,71977 +"173305",26681,113406 +"173306",26681,113443 +"173307",26682,29741 +"173308",26682,30876 +"173309",26682,32393 +"173310",26682,32939 +"173311",26682,33113 +"173312",26682,38494 +"173313",26682,38932 +"173314",26682,40643 +"173315",26682,42017 +"173316",26682,42107 +"173317",26682,45787 +"173318",26682,47083 +"173319",26682,47623 +"173320",26682,49231 +"173321",26682,50061 +"173322",26682,52450 +"173323",26682,54059 +"173324",26682,55370 +"173325",26682,56903 +"173326",26682,57804 +"173327",26682,59615 +"173328",26682,59940 +"173329",26682,67363 +"173330",26682,71230 +"173331",26682,76278 +"173332",26682,76740 +"173333",26682,76786 +"173334",26682,77272 +"173335",26682,77357 +"173336",26682,77402 +"173337",26682,78248 +"173338",26682,78255 +"173339",26682,78339 +"173340",26682,78445 +"173341",26682,79022 +"173342",26682,79716 +"173343",26682,79989 +"173344",26682,80281 +"173345",26682,81728 +"173346",26682,82196 +"173347",26682,82383 +"173348",26682,82810 +"173349",26682,82854 +"173350",26682,83853 +"173351",26682,83884 +"173352",26682,84379 +"173353",26682,84613 +"173354",26682,85465 +"173355",26682,85610 +"173356",26682,86351 +"173357",26682,86451 +"173358",26682,86882 +"173359",26682,87175 +"173360",26682,87451 +"173361",26682,87521 +"173362",26682,87572 +"173363",26682,87663 +"173364",26682,87721 +"173365",26682,87862 +"173366",26683,26822 +"173367",26683,26823 +"173368",26684,72004 +"173369",26685,51654 +"173370",26686,41929 +"173371",26687,65882 +"173372",26687,84705 +"173373",26687,86444 +"173374",26687,114502 +"173375",26688,29114 +"173376",26688,35172 +"173377",26688,43474 +"173378",26688,48105 +"173379",26688,51795 +"173380",26688,52218 +"173381",26688,60552 +"173382",26688,63275 +"173383",26688,67694 +"173384",26688,76336 +"173385",26688,77045 +"173386",26688,88055 +"173387",26688,93082 +"173388",26688,107231 +"173389",26688,107251 +"173390",26688,107390 +"173391",26689,41782 +"173392",26689,60258 +"173393",26690,50280 +"173394",26690,103496 +"173395",26692,88872 +"173396",26692,107084 +"173397",26693,78203 +"173398",26694,26729 +"173399",26694,26786 +"173400",26694,29642 +"173401",26694,31403 +"173402",26694,33978 +"173403",26694,39694 +"173404",26694,40335 +"173405",26694,43187 +"173406",26694,54467 +"173407",26694,72349 +"173408",26694,75351 +"173409",26694,78434 +"173410",26694,91475 +"173411",26694,104524 +"173412",26694,113384 +"173413",26694,113402 +"173414",26695,30088 +"173415",26695,31796 +"173416",26695,99387 +"173417",26696,58036 +"173418",26697,35005 +"173419",26698,28927 +"173420",26698,36919 +"173421",26698,38720 +"173422",26698,56091 +"173423",26698,85040 +"173424",26698,93019 +"173425",26698,98525 +"173426",26698,102934 +"173427",26698,112103 +"173428",26698,123418 +"173429",26699,26700 +"173430",26699,26830 +"173431",26699,26831 +"173432",26699,41251 +"173433",26699,54109 +"173434",26699,58008 +"173435",26699,85405 +"173436",26699,89617 +"173437",26699,90688 +"173438",26699,98765 +"173439",26699,115664 +"173440",26700,26830 +"173441",26700,26831 +"173442",26700,29535 +"173443",26700,32628 +"173444",26700,33845 +"173445",26700,38938 +"173446",26700,41759 +"173447",26700,48272 +"173448",26700,54109 +"173449",26700,54127 +"173450",26700,58008 +"173451",26700,58614 +"173452",26700,70246 +"173453",26700,70720 +"173454",26700,72465 +"173455",26700,80138 +"173456",26700,89617 +"173457",26700,91302 +"173458",26700,101125 +"173459",26700,102243 +"173460",26700,103311 +"173461",26701,31787 +"173462",26701,63989 +"173463",26701,70224 +"173464",26701,70676 +"173465",26701,104319 +"173466",26702,77815 +"173467",26702,77862 +"173468",26702,91519 +"173469",26702,91588 +"173470",26703,35286 +"173471",26703,36441 +"173472",26703,36454 +"173473",26703,49086 +"173474",26703,92270 +"173475",26703,92300 +"173476",26704,41594 +"173477",26705,44528 +"173478",26705,76205 +"173479",26706,26772 +"173480",26706,49189 +"173481",26706,53369 +"173482",26706,55331 +"173483",26706,79023 +"173484",26706,93357 +"173485",26706,99103 +"173486",26706,99301 +"173487",26706,99422 +"173488",26706,109350 +"173489",26706,111188 +"173490",26706,111190 +"173491",26707,51560 +"173492",26707,98078 +"173493",26708,27178 +"173494",26708,28314 +"173495",26708,85252 +"173496",26709,37002 +"173497",26709,37018 +"173498",26709,47515 +"173499",26709,50968 +"173500",26710,52162 +"173501",26711,33614 +"173502",26713,26724 +"173503",26713,31164 +"173504",26713,31478 +"173505",26713,36160 +"173506",26713,39122 +"173507",26713,45443 +"173508",26713,46132 +"173509",26713,46733 +"173510",26713,46951 +"173511",26713,56122 +"173512",26713,76768 +"173513",26713,76807 +"173514",26713,103826 +"173515",26713,117098 +"173516",26714,39581 +"173517",26714,95958 +"173518",26714,96008 +"173519",26714,117125 +"173520",26714,117141 +"173521",26715,27709 +"173522",26715,89772 +"173523",26715,91955 +"173524",26717,79059 +"173525",26717,92118 +"173526",26718,26719 +"173527",26720,36712 +"173528",26721,27334 +"173529",26721,31122 +"173530",26721,41190 +"173531",26721,42959 +"173532",26721,50328 +"173533",26721,61067 +"173534",26722,37494 +"173535",26722,40978 +"173536",26722,51880 +"173537",26722,77436 +"173538",26722,78685 +"173539",26722,92627 +"173540",26723,27189 +"173541",26723,29128 +"173542",26723,35076 +"173543",26723,39577 +"173544",26723,45308 +"173545",26723,62704 +"173546",26723,71106 +"173547",26723,86151 +"173548",26723,88546 +"173549",26723,92106 +"173550",26723,100909 +"173551",26723,111116 +"173552",26723,114070 +"173553",26723,116847 +"173554",26724,31478 +"173555",26724,46132 +"173556",26724,46733 +"173557",26725,73600 +"173558",26726,50669 +"173559",26727,41526 +"173560",26727,57120 +"173561",26727,61848 +"173562",26727,69828 +"173563",26727,87063 +"173564",26727,105428 +"173565",26727,106113 +"173566",26728,27420 +"173567",26728,34003 +"173568",26728,43324 +"173569",26728,53058 +"173570",26728,55256 +"173571",26728,61067 +"173572",26728,85529 +"173573",26728,85558 +"173574",26728,85684 +"173575",26728,94788 +"173576",26729,26786 +"173577",26729,27111 +"173578",26729,34978 +"173579",26729,40284 +"173580",26729,44959 +"173581",26729,46027 +"173582",26729,54971 +"173583",26729,62982 +"173584",26730,31138 +"173585",26730,46927 +"173586",26730,60637 +"173587",26730,98824 +"173588",26730,102361 +"173589",26731,100103 +"173590",26732,26845 +"173591",26732,30594 +"173592",26732,50406 +"173593",26732,52203 +"173594",26732,66358 +"173595",26732,82533 +"173596",26733,26791 +"173597",26733,26900 +"173598",26733,29025 +"173599",26733,60166 +"173600",26733,69550 +"173601",26733,95638 +"173602",26734,26783 +"173603",26734,27942 +"173604",26734,29137 +"173605",26734,34637 +"173606",26734,35989 +"173607",26734,39440 +"173608",26734,40711 +"173609",26734,41863 +"173610",26734,47492 +"173611",26734,50300 +"173612",26734,52538 +"173613",26734,52974 +"173614",26735,28029 +"173615",26736,40042 +"173616",26736,52519 +"173617",26736,62398 +"173618",26737,52876 +"173619",26737,54760 +"173620",26739,29267 +"173621",26739,29526 +"173622",26739,46486 +"173623",26739,52952 +"173624",26739,60096 +"173625",26740,34331 +"173626",26741,44026 +"173627",26741,77594 +"173628",26741,80710 +"173629",26742,26820 +"173630",26742,82803 +"173631",26743,32841 +"173632",26743,35092 +"173633",26743,67911 +"173634",26745,73272 +"173635",26745,92026 +"173636",26747,28591 +"173637",26747,46699 +"173638",26748,27054 +"173639",26748,62069 +"173640",26749,44082 +"173641",26749,49302 +"173642",26749,50565 +"173643",26749,71342 +"173644",26749,72956 +"173645",26749,82410 +"173646",26749,82442 +"173647",26750,30157 +"173648",26750,44049 +"173649",26750,72292 +"173650",26750,112768 +"173651",26751,40838 +"173652",26751,53992 +"173653",26751,54113 +"173654",26751,72902 +"173655",26752,77884 +"173656",26752,87986 +"173657",26752,91672 +"173658",26752,95306 +"173659",26752,113563 +"173660",26753,27405 +"173661",26753,41288 +"173662",26753,42440 +"173663",26753,50638 +"173664",26754,85192 +"173665",26755,26804 +"173666",26756,26993 +"173667",26756,27818 +"173668",26756,41888 +"173669",26756,54391 +"173670",26756,61325 +"173671",26756,69183 +"173672",26756,83977 +"173673",26756,85534 +"173674",26757,30918 +"173675",26757,40936 +"173676",26757,46388 +"173677",26757,53475 +"173678",26757,55112 +"173679",26757,67902 +"173680",26757,73492 +"173681",26757,77120 +"173682",26757,93366 +"173683",26757,99742 +"173684",26757,101341 +"173685",26757,111988 +"173686",26757,115945 +"173687",26759,69852 +"173688",26759,103261 +"173689",26759,103280 +"173690",26760,26821 +"173691",26760,36330 +"173692",26760,90784 +"173693",26760,99250 +"173694",26760,106465 +"173695",26762,45379 +"173696",26762,79502 +"173697",26762,102505 +"173698",26763,72410 +"173699",26763,75880 +"173700",26763,100595 +"173701",26763,104798 +"173702",26763,110743 +"173703",26763,110825 +"173704",26763,113856 +"173705",26764,26815 +"173706",26764,41552 +"173707",26764,41553 +"173708",26765,26779 +"173709",26765,82297 +"173710",26765,117027 +"173711",26765,117028 +"173712",26766,32842 +"173713",26766,43144 +"173714",26766,44081 +"173715",26766,52133 +"173716",26766,52144 +"173717",26766,58793 +"173718",26766,79592 +"173719",26766,81482 +"173720",26766,82197 +"173721",26766,82232 +"173722",26766,82233 +"173723",26766,97091 +"173724",26766,98591 +"173725",26766,100127 +"173726",26766,115353 +"173727",26767,49081 +"173728",26768,26864 +"173729",26768,26933 +"173730",26768,26994 +"173731",26768,27036 +"173732",26768,48658 +"173733",26768,64087 +"173734",26768,70427 +"173735",26769,26865 +"173736",26769,109500 +"173737",26769,109501 +"173738",26771,28488 +"173739",26773,51689 +"173740",26773,54821 +"173741",26773,60603 +"173742",26773,84296 +"173743",26773,109080 +"173744",26773,115561 +"173745",26773,117828 +"173746",26773,118739 +"173747",26774,27304 +"173748",26774,30167 +"173749",26774,40173 +"173750",26774,41820 +"173751",26774,42032 +"173752",26774,57648 +"173753",26774,78007 +"173754",26774,84208 +"173755",26774,85843 +"173756",26774,93198 +"173757",26774,93199 +"173758",26774,93201 +"173759",26774,93204 +"173760",26774,93211 +"173761",26774,96872 +"173762",26774,102167 +"173763",26774,102615 +"173764",26775,35005 +"173765",26775,65861 +"173766",26775,70039 +"173767",26775,97136 +"173768",26776,27221 +"173769",26776,27599 +"173770",26776,37855 +"173771",26776,38393 +"173772",26776,40923 +"173773",26776,48836 +"173774",26776,77576 +"173775",26777,31810 +"173776",26777,31845 +"173777",26777,47473 +"173778",26778,81427 +"173779",26779,33525 +"173780",26779,39632 +"173781",26779,41536 +"173782",26779,91785 +"173783",26779,109804 +"173784",26779,111492 +"173785",26779,115044 +"173786",26781,81499 +"173787",26781,85025 +"173788",26782,53140 +"173789",26782,98306 +"173790",26783,29137 +"173791",26783,35989 +"173792",26783,51193 +"173793",26783,57870 +"173794",26783,57941 +"173795",26783,72238 +"173796",26784,29676 +"173797",26784,53950 +"173798",26784,79069 +"173799",26784,111449 +"173800",26785,44402 +"173801",26785,59720 +"173802",26785,75579 +"173803",26785,75603 +"173804",26787,34697 +"173805",26787,45216 +"173806",26787,81571 +"173807",26787,81676 +"173808",26787,81682 +"173809",26787,84597 +"173810",26789,42161 +"173811",26789,69896 +"173812",26789,75674 +"173813",26789,83283 +"173814",26789,116396 +"173815",26790,35406 +"173816",26790,42102 +"173817",26790,54786 +"173818",26790,55273 +"173819",26790,64468 +"173820",26790,75514 +"173821",26790,77432 +"173822",26790,94063 +"173823",26791,26900 +"173824",26791,29025 +"173825",26792,63619 +"173826",26793,26936 +"173827",26793,30057 +"173828",26793,32733 +"173829",26793,37400 +"173830",26793,38312 +"173831",26793,39253 +"173832",26793,39254 +"173833",26793,40588 +"173834",26793,43153 +"173835",26793,44541 +"173836",26793,55834 +"173837",26793,57651 +"173838",26793,61005 +"173839",26793,88710 +"173840",26793,113654 +"173841",26793,114919 +"173842",26793,116186 +"173843",26794,48335 +"173844",26794,76181 +"173845",26794,80520 +"173846",26795,61732 +"173847",26795,77592 +"173848",26795,81600 +"173849",26796,26990 +"173850",26796,27969 +"173851",26796,74511 +"173852",26797,41431 +"173853",26797,42593 +"173854",26797,42617 +"173855",26797,42657 +"173856",26797,96675 +"173857",26797,101058 +"173858",26797,103364 +"173859",26798,67778 +"173860",26800,44560 +"173861",26800,60055 +"173862",26800,109123 +"173863",26801,32090 +"173864",26801,64197 +"173865",26801,83921 +"173866",26801,89912 +"173867",26802,50632 +"173868",26802,77188 +"173869",26803,47849 +"173870",26803,52724 +"173871",26803,53711 +"173872",26803,57491 +"173873",26803,57492 +"173874",26803,57498 +"173875",26803,57831 +"173876",26803,68784 +"173877",26805,64513 +"173878",26805,72624 +"173879",26806,45608 +"173880",26806,56766 +"173881",26807,33173 +"173882",26807,37171 +"173883",26807,53055 +"173884",26807,63870 +"173885",26807,68898 +"173886",26807,70809 +"173887",26807,79369 +"173888",26807,89068 +"173889",26807,117334 +"173890",26807,117918 +"173891",26808,67988 +"173892",26808,70704 +"173893",26808,102417 +"173894",26809,56129 +"173895",26809,84205 +"173896",26809,122271 +"173897",26810,28520 +"173898",26810,39630 +"173899",26810,48888 +"173900",26810,50150 +"173901",26810,75020 +"173902",26810,77818 +"173903",26810,78183 +"173904",26810,104777 +"173905",26811,38655 +"173906",26811,38686 +"173907",26811,38687 +"173908",26811,38743 +"173909",26811,90109 +"173910",26812,67207 +"173911",26812,89360 +"173912",26813,26833 +"173913",26813,30194 +"173914",26813,31925 +"173915",26813,35289 +"173916",26813,48253 +"173917",26813,53931 +"173918",26813,55093 +"173919",26813,69521 +"173920",26813,77038 +"173921",26813,81396 +"173922",26813,96933 +"173923",26813,100247 +"173924",26813,106526 +"173925",26813,109466 +"173926",26813,111684 +"173927",26813,117730 +"173928",26813,119821 +"173929",26815,40540 +"173930",26815,40541 +"173931",26815,40670 +"173932",26815,40714 +"173933",26815,40739 +"173934",26815,41073 +"173935",26816,38320 +"173936",26817,72449 +"173937",26817,77297 +"173938",26817,114250 +"173939",26818,32069 +"173940",26818,32429 +"173941",26818,82169 +"173942",26818,121401 +"173943",26821,29416 +"173944",26821,31953 +"173945",26821,32486 +"173946",26821,32570 +"173947",26821,41260 +"173948",26821,57649 +"173949",26821,63329 +"173950",26821,68251 +"173951",26821,73990 +"173952",26821,87915 +"173953",26821,90070 +"173954",26821,98843 +"173955",26821,98924 +"173956",26821,107569 +"173957",26822,26823 +"173958",26822,76778 +"173959",26822,95165 +"173960",26822,95485 +"173961",26824,59166 +"173962",26824,74052 +"173963",26825,47612 +"173964",26825,55043 +"173965",26825,78057 +"173966",26825,83286 +"173967",26825,83291 +"173968",26825,87154 +"173969",26826,33302 +"173970",26829,36429 +"173971",26829,43453 +"173972",26830,26831 +"173973",26830,54109 +"173974",26830,58008 +"173975",26830,59426 +"173976",26830,102243 +"173977",26830,102275 +"173978",26831,32628 +"173979",26831,38938 +"173980",26831,54109 +"173981",26831,54127 +"173982",26831,58008 +"173983",26831,58614 +"173984",26831,89617 +"173985",26831,94997 +"173986",26831,101125 +"173987",26831,112456 +"173988",26832,112225 +"173989",26833,55093 +"173990",26833,77038 +"173991",26833,95917 +"173992",26833,103229 +"173993",26834,44882 +"173994",26834,56116 +"173995",26834,61742 +"173996",26834,67739 +"173997",26834,70725 +"173998",26834,88221 +"173999",26834,88443 +"174000",26834,91779 +"174001",26834,96525 +"174002",26834,98647 +"174003",26834,99482 +"174004",26834,101347 +"174005",26835,28141 +"174006",26835,51666 +"174007",26836,54182 +"174008",26836,60440 +"174009",26836,63520 +"174010",26836,84270 +"174011",26836,98556 +"174012",26836,98572 +"174013",26836,98585 +"174014",26836,101166 +"174015",26836,106621 +"174016",26836,109816 +"174017",26836,114045 +"174018",26837,26996 +"174019",26837,28007 +"174020",26837,30107 +"174021",26837,41287 +"174022",26837,43861 +"174023",26837,53921 +"174024",26837,60806 +"174025",26837,83260 +"174026",26837,86601 +"174027",26837,86944 +"174028",26837,99531 +"174029",26837,99537 +"174030",26837,99548 +"174031",26837,117122 +"174032",26838,26912 +"174033",26838,26983 +"174034",26838,27013 +"174035",26839,75310 +"174036",26839,84383 +"174037",26840,33039 +"174038",26840,48668 +"174039",26840,62044 +"174040",26841,27145 +"174041",26842,49766 +"174042",26843,27277 +"174043",26843,64603 +"174044",26843,79745 +"174045",26843,82502 +"174046",26843,86837 +"174047",26843,88815 +"174048",26843,94665 +"174049",26843,95358 +"174050",26844,27021 +"174051",26845,70452 +"174052",26845,70457 +"174053",26845,73299 +"174054",26845,109729 +"174055",26845,115259 +"174056",26846,30208 +"174057",26846,36506 +"174058",26846,39378 +"174059",26846,39647 +"174060",26846,40710 +"174061",26846,42068 +"174062",26846,62395 +"174063",26846,64873 +"174064",26846,64894 +"174065",26846,64930 +"174066",26846,64958 +"174067",26847,43589 +"174068",26847,92970 +"174069",26848,40028 +"174070",26848,71829 +"174071",26848,72188 +"174072",26849,32957 +"174073",26849,35458 +"174074",26849,35713 +"174075",26849,35837 +"174076",26849,37462 +"174077",26849,50983 +"174078",26850,43991 +"174079",26850,52028 +"174080",26850,100922 +"174081",26850,100923 +"174082",26851,111968 +"174083",26851,115334 +"174084",26852,38405 +"174085",26853,28535 +"174086",26853,28891 +"174087",26853,29991 +"174088",26853,43286 +"174089",26853,45382 +"174090",26853,47492 +"174091",26853,47770 +"174092",26853,48406 +"174093",26853,49627 +"174094",26853,50077 +"174095",26853,50332 +"174096",26853,53771 +"174097",26853,54579 +"174098",26853,54745 +"174099",26853,55611 +"174100",26853,56852 +"174101",26853,57902 +"174102",26853,59037 +"174103",26853,68423 +"174104",26853,85669 +"174105",26854,30537 +"174106",26854,68482 +"174107",26855,63693 +"174108",26855,79063 +"174109",26855,79567 +"174110",26855,80748 +"174111",26855,88381 +"174112",26855,92336 +"174113",26855,101490 +"174114",26855,110800 +"174115",26855,114119 +"174116",26856,35317 +"174117",26856,42407 +"174118",26857,42127 +"174119",26857,45765 +"174120",26857,46187 +"174121",26858,37530 +"174122",26858,69127 +"174123",26858,79853 +"174124",26859,47534 +"174125",26859,53899 +"174126",26860,26951 +"174127",26861,47621 +"174128",26861,54467 +"174129",26861,87452 +"174130",26861,91475 +"174131",26861,104944 +"174132",26861,107832 +"174133",26862,79468 +"174134",26863,27452 +"174135",26864,26933 +"174136",26864,26994 +"174137",26864,27036 +"174138",26865,30081 +"174139",26865,33091 +"174140",26865,34470 +"174141",26865,34546 +"174142",26865,34594 +"174143",26865,34950 +"174144",26865,34965 +"174145",26865,36455 +"174146",26865,41575 +"174147",26865,44757 +"174148",26865,46128 +"174149",26865,54576 +"174150",26865,54577 +"174151",26865,73908 +"174152",26865,78738 +"174153",26865,82456 +"174154",26865,82513 +"174155",26865,82521 +"174156",26865,82524 +"174157",26865,85094 +"174158",26866,26923 +"174159",26866,36577 +"174160",26866,40815 +"174161",26866,40850 +"174162",26866,73727 +"174163",26866,95407 +"174164",26867,30962 +"174165",26867,31703 +"174166",26867,46265 +"174167",26867,50236 +"174168",26867,53303 +"174169",26867,56082 +"174170",26867,59939 +"174171",26867,61153 +"174172",26867,78792 +"174173",26867,79082 +"174174",26867,81583 +"174175",26867,91912 +"174176",26867,97237 +"174177",26867,101793 +"174178",26868,27221 +"174179",26868,31856 +"174180",26868,48836 +"174181",26868,94945 +"174182",26869,27467 +"174183",26869,28745 +"174184",26869,31819 +"174185",26869,33872 +"174186",26869,36917 +"174187",26869,39443 +"174188",26869,39569 +"174189",26869,39916 +"174190",26869,39958 +"174191",26869,42948 +"174192",26869,48000 +"174193",26869,49816 +"174194",26869,52517 +"174195",26869,55700 +"174196",26869,57679 +"174197",26869,59850 +"174198",26869,60536 +"174199",26869,67137 +"174200",26869,83330 +"174201",26869,112394 +"174202",26870,50404 +"174203",26871,27001 +"174204",26871,27023 +"174205",26871,29066 +"174206",26871,116620 +"174207",26872,28767 +"174208",26872,28871 +"174209",26872,30334 +"174210",26872,35496 +"174211",26872,37610 +"174212",26872,37636 +"174213",26872,39435 +"174214",26872,40131 +"174215",26872,40166 +"174216",26872,40392 +"174217",26872,40905 +"174218",26872,41030 +"174219",26872,41527 +"174220",26872,41529 +"174221",26872,41778 +"174222",26872,43147 +"174223",26872,43234 +"174224",26872,43858 +"174225",26872,44828 +"174226",26872,45657 +"174227",26872,45933 +"174228",26872,46434 +"174229",26872,46788 +"174230",26872,47123 +"174231",26872,47488 +"174232",26872,48909 +"174233",26872,49859 +"174234",26872,50064 +"174235",26872,50067 +"174236",26872,50554 +"174237",26872,50879 +"174238",26872,51783 +"174239",26872,52018 +"174240",26872,53444 +"174241",26872,53527 +"174242",26872,53555 +"174243",26872,54275 +"174244",26872,56628 +"174245",26872,58004 +"174246",26872,58068 +"174247",26872,58633 +"174248",26872,61111 +"174249",26872,61127 +"174250",26872,68287 +"174251",26872,84687 +"174252",26873,28260 +"174253",26873,39588 +"174254",26873,43549 +"174255",26873,45918 +"174256",26873,52608 +"174257",26873,53453 +"174258",26873,58648 +"174259",26873,58777 +"174260",26873,61572 +"174261",26873,65362 +"174262",26873,74659 +"174263",26873,80305 +"174264",26873,81858 +"174265",26873,82808 +"174266",26873,96081 +"174267",26873,96261 +"174268",26873,99677 +"174269",26873,101967 +"174270",26873,104044 +"174271",26873,104085 +"174272",26873,107539 +"174273",26873,109820 +"174274",26873,110327 +"174275",26873,110380 +"174276",26873,110394 +"174277",26873,119592 +"174278",26873,120033 +"174279",26873,121099 +"174280",26874,30974 +"174281",26874,36344 +"174282",26874,40731 +"174283",26874,52086 +"174284",26874,57511 +"174285",26874,62298 +"174286",26874,71566 +"174287",26874,74064 +"174288",26874,85912 +"174289",26874,99294 +"174290",26874,102426 +"174291",26875,26878 +"174292",26875,26966 +"174293",26875,27017 +"174294",26875,55398 +"174295",26875,89344 +"174296",26875,92122 +"174297",26875,109069 +"174298",26876,44231 +"174299",26877,26995 +"174300",26878,26966 +"174301",26878,27017 +"174302",26880,78129 +"174303",26880,90329 +"174304",26881,26882 +"174305",26881,38219 +"174306",26881,39285 +"174307",26881,58379 +"174308",26881,65322 +"174309",26881,65820 +"174310",26881,80625 +"174311",26882,27463 +"174312",26882,32672 +"174313",26882,32988 +"174314",26882,37664 +"174315",26882,37973 +"174316",26882,40432 +"174317",26882,42421 +"174318",26882,47438 +"174319",26882,54729 +"174320",26882,55501 +"174321",26882,58379 +"174322",26882,58432 +"174323",26882,61104 +"174324",26882,62169 +"174325",26882,65155 +"174326",26882,65322 +"174327",26882,71033 +"174328",26882,72683 +"174329",26882,73409 +"174330",26882,75568 +"174331",26882,77664 +"174332",26882,79063 +"174333",26882,80625 +"174334",26882,89452 +"174335",26882,90293 +"174336",26882,90968 +"174337",26882,98116 +"174338",26882,101286 +"174339",26882,104590 +"174340",26882,106620 +"174341",26882,108463 +"174342",26882,109392 +"174343",26882,116534 +"174344",26882,116545 +"174345",26882,121801 +"174346",26882,123023 +"174347",26882,123147 +"174348",26884,39275 +"174349",26884,40808 +"174350",26884,67521 +"174351",26884,77304 +"174352",26884,107840 +"174353",26885,32998 +"174354",26885,96277 +"174355",26886,44046 +"174356",26887,28399 +"174357",26888,54384 +"174358",26889,29135 +"174359",26889,29136 +"174360",26889,29917 +"174361",26889,46324 +"174362",26889,47025 +"174363",26889,52172 +"174364",26889,56733 +"174365",26889,62164 +"174366",26889,62841 +"174367",26889,77129 +"174368",26889,83136 +"174369",26889,102544 +"174370",26890,39424 +"174371",26890,41600 +"174372",26891,45376 +"174373",26891,60065 +"174374",26892,27608 +"174375",26892,28805 +"174376",26892,33752 +"174377",26892,35649 +"174378",26892,47532 +"174379",26892,61699 +"174380",26892,84071 +"174381",26892,105536 +"174382",26893,100186 +"174383",26894,42194 +"174384",26894,61365 +"174385",26895,33945 +"174386",26895,45861 +"174387",26895,88338 +"174388",26895,114649 +"174389",26897,44636 +"174390",26897,62488 +"174391",26897,65406 +"174392",26897,88259 +"174393",26897,93424 +"174394",26897,94853 +"174395",26897,95993 +"174396",26897,101344 +"174397",26898,26968 +"174398",26898,31353 +"174399",26898,39785 +"174400",26898,47142 +"174401",26898,54890 +"174402",26898,63077 +"174403",26898,69519 +"174404",26898,69570 +"174405",26898,84574 +"174406",26898,93778 +"174407",26898,93803 +"174408",26898,99171 +"174409",26898,106348 +"174410",26899,36265 +"174411",26900,29025 +"174412",26900,36691 +"174413",26900,60166 +"174414",26900,69550 +"174415",26900,77823 +"174416",26900,95638 +"174417",26900,122043 +"174418",26901,26974 +"174419",26901,29221 +"174420",26901,40755 +"174421",26901,71505 +"174422",26903,39403 +"174423",26903,43994 +"174424",26903,47106 +"174425",26903,62024 +"174426",26904,45693 +"174427",26904,66306 +"174428",26904,78271 +"174429",26904,84153 +"174430",26904,88900 +"174431",26904,111151 +"174432",26905,30039 +"174433",26905,42476 +"174434",26905,51868 +"174435",26905,82727 +"174436",26905,88533 +"174437",26905,103239 +"174438",26905,106274 +"174439",26905,112386 +"174440",26906,29564 +"174441",26906,71675 +"174442",26906,122630 +"174443",26907,27042 +"174444",26907,49534 +"174445",26907,59947 +"174446",26907,79937 +"174447",26907,99152 +"174448",26907,108479 +"174449",26908,27040 +"174450",26908,80783 +"174451",26908,81027 +"174452",26908,99288 +"174453",26909,48132 +"174454",26909,58063 +"174455",26909,58420 +"174456",26909,72765 +"174457",26910,27077 +"174458",26911,36784 +"174459",26911,39761 +"174460",26911,41804 +"174461",26911,45060 +"174462",26911,45918 +"174463",26911,47481 +"174464",26911,49334 +"174465",26911,50254 +"174466",26911,54532 +"174467",26911,59161 +"174468",26911,63502 +"174469",26911,77611 +"174470",26911,82332 +"174471",26911,82337 +"174472",26911,83273 +"174473",26911,86669 +"174474",26911,87445 +"174475",26911,90774 +"174476",26911,90944 +"174477",26911,95149 +"174478",26911,100560 +"174479",26911,108417 +"174480",26912,26983 +"174481",26912,27013 +"174482",26912,29837 +"174483",26912,29970 +"174484",26912,29971 +"174485",26912,30034 +"174486",26912,45658 +"174487",26912,51230 +"174488",26912,65830 +"174489",26912,83253 +"174490",26912,88773 +"174491",26912,93632 +"174492",26912,101012 +"174493",26913,55545 +"174494",26913,100353 +"174495",26914,57310 +"174496",26914,67396 +"174497",26914,70039 +"174498",26914,91802 +"174499",26914,93909 +"174500",26914,109442 +"174501",26915,40143 +"174502",26916,50086 +"174503",26916,76158 +"174504",26916,76443 +"174505",26916,84510 +"174506",26916,100330 +"174507",26916,106567 +"174508",26917,33594 +"174509",26917,76728 +"174510",26917,77965 +"174511",26917,85736 +"174512",26917,96353 +"174513",26917,96926 +"174514",26917,96927 +"174515",26917,97957 +"174516",26918,78903 +"174517",26919,27010 +"174518",26919,48123 +"174519",26919,61343 +"174520",26920,27856 +"174521",26920,29504 +"174522",26920,64439 +"174523",26920,65963 +"174524",26920,68095 +"174525",26921,26922 +"174526",26921,49582 +"174527",26921,77934 +"174528",26921,105910 +"174529",26922,42343 +"174530",26922,48425 +"174531",26922,54909 +"174532",26922,55698 +"174533",26922,79065 +"174534",26922,86761 +"174535",26922,98653 +"174536",26922,100530 +"174537",26923,30907 +"174538",26923,56737 +"174539",26923,75084 +"174540",26924,29728 +"174541",26924,42302 +"174542",26926,31460 +"174543",26926,36089 +"174544",26926,40551 +"174545",26926,51475 +"174546",26926,51789 +"174547",26926,57341 +"174548",26926,67067 +"174549",26926,78872 +"174550",26926,84770 +"174551",26926,102341 +"174552",26926,106017 +"174553",26926,111983 +"174554",26927,50280 +"174555",26928,58060 +"174556",26928,74507 +"174557",26929,34278 +"174558",26929,35105 +"174559",26929,41134 +"174560",26929,75089 +"174561",26929,75359 +"174562",26929,95056 +"174563",26929,114023 +"174564",26930,26943 +"174565",26930,26980 +"174566",26931,26978 +"174567",26931,38583 +"174568",26931,43629 +"174569",26931,67517 +"174570",26933,26994 +"174571",26933,27036 +"174572",26933,56631 +"174573",26933,66375 +"174574",26933,66448 +"174575",26933,66520 +"174576",26933,66615 +"174577",26933,95970 +"174578",26933,95980 +"174579",26934,30838 +"174580",26934,31669 +"174581",26934,71007 +"174582",26934,71042 +"174583",26934,77711 +"174584",26934,92992 +"174585",26935,69091 +"174586",26936,37400 +"174587",26936,40588 +"174588",26936,54094 +"174589",26937,26972 +"174590",26937,48511 +"174591",26937,50132 +"174592",26937,50496 +"174593",26937,57221 +"174594",26937,77722 +"174595",26938,31903 +"174596",26938,84195 +"174597",26938,84210 +"174598",26939,27861 +"174599",26939,39482 +"174600",26940,26941 +"174601",26940,30866 +"174602",26940,34928 +"174603",26940,40532 +"174604",26940,41446 +"174605",26940,45054 +"174606",26940,45080 +"174607",26940,49241 +"174608",26940,49640 +"174609",26940,51775 +"174610",26940,53132 +"174611",26940,65553 +"174612",26940,69480 +"174613",26940,73299 +"174614",26940,78246 +"174615",26940,79286 +"174616",26940,82771 +"174617",26940,85435 +"174618",26940,88747 +"174619",26940,90827 +"174620",26940,91757 +"174621",26940,93393 +"174622",26940,95187 +"174623",26940,95499 +"174624",26940,113502 +"174625",26941,41992 +"174626",26941,45080 +"174627",26941,46532 +"174628",26941,54581 +"174629",26941,69480 +"174630",26941,73299 +"174631",26941,92671 +"174632",26941,109536 +"174633",26942,29204 +"174634",26942,79775 +"174635",26942,103518 +"174636",26943,26980 +"174637",26943,28499 +"174638",26943,30866 +"174639",26943,31700 +"174640",26943,32361 +"174641",26943,33275 +"174642",26943,33883 +"174643",26943,36286 +"174644",26943,36767 +"174645",26943,37937 +"174646",26943,40419 +"174647",26943,42608 +"174648",26943,44180 +"174649",26943,45818 +"174650",26943,51476 +"174651",26943,51892 +"174652",26943,53755 +"174653",26943,54168 +"174654",26943,57210 +"174655",26943,58482 +"174656",26943,59172 +"174657",26943,59816 +"174658",26943,61874 +"174659",26943,63274 +"174660",26943,66322 +"174661",26943,67327 +"174662",26943,70854 +"174663",26943,71683 +"174664",26943,72568 +"174665",26943,72628 +"174666",26943,73767 +"174667",26943,78532 +"174668",26943,81609 +"174669",26943,85885 +"174670",26943,91255 +"174671",26943,92247 +"174672",26943,92352 +"174673",26943,92362 +"174674",26943,92929 +"174675",26943,93719 +"174676",26943,94906 +"174677",26943,94946 +"174678",26943,95889 +"174679",26943,96093 +"174680",26943,97988 +"174681",26943,99309 +"174682",26943,99376 +"174683",26943,99450 +"174684",26943,99471 +"174685",26943,99474 +"174686",26943,100916 +"174687",26943,100944 +"174688",26943,101126 +"174689",26943,101329 +"174690",26943,105557 +"174691",26943,107199 +"174692",26943,108743 +"174693",26943,108980 +"174694",26943,109291 +"174695",26943,109933 +"174696",26943,110483 +"174697",26943,110567 +"174698",26943,110572 +"174699",26943,110630 +"174700",26943,110648 +"174701",26943,110711 +"174702",26943,110770 +"174703",26943,110869 +"174704",26943,110911 +"174705",26943,111285 +"174706",26943,111314 +"174707",26943,111362 +"174708",26943,111372 +"174709",26943,111424 +"174710",26943,111433 +"174711",26943,112422 +"174712",26943,113269 +"174713",26943,113430 +"174714",26943,114242 +"174715",26943,114842 +"174716",26943,115427 +"174717",26943,115521 +"174718",26943,115711 +"174719",26944,26955 +"174720",26944,61132 +"174721",26945,37907 +"174722",26946,39878 +"174723",26946,78002 +"174724",26946,80351 +"174725",26946,81245 +"174726",26946,98205 +"174727",26946,109108 +"174728",26947,55363 +"174729",26947,62871 +"174730",26948,42114 +"174731",26948,73764 +"174732",26949,68232 +"174733",26950,31466 +"174734",26950,51063 +"174735",26950,111726 +"174736",26951,88812 +"174737",26951,99319 +"174738",26952,62560 +"174739",26952,67207 +"174740",26952,72258 +"174741",26952,73469 +"174742",26953,36337 +"174743",26953,37406 +"174744",26953,50774 +"174745",26953,56871 +"174746",26953,59461 +"174747",26953,59505 +"174748",26953,65475 +"174749",26953,74506 +"174750",26953,83044 +"174751",26953,85262 +"174752",26953,88728 +"174753",26953,91904 +"174754",26953,96493 +"174755",26953,98166 +"174756",26953,101439 +"174757",26954,30433 +"174758",26954,31176 +"174759",26954,33236 +"174760",26954,63224 +"174761",26954,66498 +"174762",26954,68901 +"174763",26954,72306 +"174764",26954,94549 +"174765",26956,40098 +"174766",26956,91309 +"174767",26957,34875 +"174768",26957,45267 +"174769",26957,56537 +"174770",26957,66038 +"174771",26957,67895 +"174772",26957,71825 +"174773",26957,74381 +"174774",26957,93424 +"174775",26957,93429 +"174776",26957,100963 +"174777",26958,48113 +"174778",26959,28411 +"174779",26959,34259 +"174780",26959,34984 +"174781",26959,55723 +"174782",26959,86805 +"174783",26959,86828 +"174784",26960,74011 +"174785",26960,98035 +"174786",26961,27063 +"174787",26961,29078 +"174788",26961,55525 +"174789",26962,54289 +"174790",26962,62887 +"174791",26962,68592 +"174792",26962,77468 +"174793",26963,27953 +"174794",26963,43306 +"174795",26963,44470 +"174796",26963,48444 +"174797",26963,53155 +"174798",26963,59014 +"174799",26963,94662 +"174800",26963,95009 +"174801",26963,96938 +"174802",26963,105811 +"174803",26963,116478 +"174804",26964,101721 +"174805",26965,42415 +"174806",26965,46066 +"174807",26965,48432 +"174808",26965,62939 +"174809",26965,97148 +"174810",26965,97149 +"174811",26966,27017 +"174812",26968,31353 +"174813",26970,65445 +"174814",26973,29286 +"174815",26973,111879 +"174816",26974,78177 +"174817",26975,61345 +"174818",26975,71389 +"174819",26976,64802 +"174820",26977,92988 +"174821",26978,33041 +"174822",26978,70303 +"174823",26978,72265 +"174824",26979,57589 +"174825",26981,28890 +"174826",26981,42432 +"174827",26981,49414 +"174828",26981,64555 +"174829",26981,74698 +"174830",26981,87269 +"174831",26981,94126 +"174832",26981,97235 +"174833",26982,34032 +"174834",26982,48888 +"174835",26982,57491 +"174836",26982,70437 +"174837",26982,77565 +"174838",26983,27013 +"174839",26983,41604 +"174840",26983,43266 +"174841",26983,50578 +"174842",26983,52670 +"174843",26983,81502 +"174844",26983,83919 +"174845",26983,84868 +"174846",26983,89020 +"174847",26983,99571 +"174848",26984,38412 +"174849",26984,65938 +"174850",26984,69511 +"174851",26985,27000 +"174852",26985,27066 +"174853",26985,58342 +"174854",26985,110373 +"174855",26986,53618 +"174856",26987,27008 +"174857",26988,77836 +"174858",26989,95894 +"174859",26989,115852 +"174860",26991,34495 +"174861",26991,37698 +"174862",26991,45682 +"174863",26991,59504 +"174864",26991,64108 +"174865",26991,70400 +"174866",26991,73987 +"174867",26991,77362 +"174868",26991,81641 +"174869",26991,99308 +"174870",26991,109578 +"174871",26991,111458 +"174872",26991,117550 +"174873",26992,30396 +"174874",26992,32194 +"174875",26992,34942 +"174876",26992,37363 +"174877",26992,37776 +"174878",26992,41746 +"174879",26992,45279 +"174880",26992,46586 +"174881",26992,47104 +"174882",26992,51666 +"174883",26992,52559 +"174884",26992,57612 +"174885",26992,58648 +"174886",26992,59603 +"174887",26992,62356 +"174888",26992,63124 +"174889",26992,64002 +"174890",26992,65400 +"174891",26992,66115 +"174892",26992,68569 +"174893",26992,69122 +"174894",26992,70925 +"174895",26992,73623 +"174896",26992,75526 +"174897",26992,86778 +"174898",26992,88272 +"174899",26992,89742 +"174900",26992,91411 +"174901",26992,93819 +"174902",26992,95931 +"174903",26992,99040 +"174904",26992,99424 +"174905",26992,100667 +"174906",26992,102215 +"174907",26992,104662 +"174908",26992,105207 +"174909",26992,105950 +"174910",26992,107844 +"174911",26992,109596 +"174912",26992,110508 +"174913",26992,113237 +"174914",26992,115951 +"174915",26992,118473 +"174916",26992,118685 +"174917",26992,118744 +"174918",26992,119419 +"174919",26992,119454 +"174920",26992,119587 +"174921",26992,120879 +"174922",26992,120961 +"174923",26993,41888 +"174924",26993,65911 +"174925",26993,90798 +"174926",26993,91115 +"174927",26993,102554 +"174928",26994,27036 +"174929",26994,29873 +"174930",26994,38273 +"174931",26994,91854 +"174932",26994,93301 +"174933",26994,98695 +"174934",26994,98773 +"174935",26995,27226 +"174936",26995,111265 +"174937",26996,95621 +"174938",26997,27663 +"174939",26997,31120 +"174940",26997,34134 +"174941",26997,44259 +"174942",26997,47979 +"174943",26997,53095 +"174944",26997,53121 +"174945",26997,53153 +"174946",26997,53573 +"174947",26997,57721 +"174948",26997,99209 +"174949",26998,27372 +"174950",26998,33902 +"174951",26998,37082 +"174952",26998,39122 +"174953",26998,51906 +"174954",26998,56207 +"174955",26999,31819 +"174956",26999,31854 +"174957",26999,71037 +"174958",27000,27066 +"174959",27000,56056 +"174960",27000,57830 +"174961",27001,27023 +"174962",27001,29066 +"174963",27002,80854 +"174964",27004,71700 +"174965",27004,71706 +"174966",27005,27074 +"174967",27006,102715 +"174968",27006,114929 +"174969",27006,114933 +"174970",27007,32690 +"174971",27007,34568 +"174972",27007,55148 +"174973",27007,75564 +"174974",27007,106261 +"174975",27008,28849 +"174976",27008,33853 +"174977",27008,36136 +"174978",27008,47691 +"174979",27008,60031 +"174980",27008,66911 +"174981",27008,71962 +"174982",27008,77572 +"174983",27008,119364 +"174984",27009,39497 +"174985",27009,44662 +"174986",27011,63278 +"174987",27011,79327 +"174988",27011,90056 +"174989",27012,31141 +"174990",27012,109124 +"174991",27014,27339 +"174992",27014,27609 +"174993",27014,27991 +"174994",27014,36299 +"174995",27014,43135 +"174996",27014,45832 +"174997",27014,78214 +"174998",27014,82498 +"174999",27014,82952 +"175000",27014,90328 +"175001",27014,92883 +"175002",27014,109521 +"175003",27014,111251 +"175004",27014,115452 +"175005",27014,115456 +"175006",27014,117277 +"175007",27014,117532 +"175008",27015,27654 +"175009",27015,27935 +"175010",27015,54234 +"175011",27015,58199 +"175012",27015,81444 +"175013",27017,39141 +"175014",27017,43432 +"175015",27017,49579 +"175016",27017,54304 +"175017",27017,89744 +"175018",27017,89747 +"175019",27017,92124 +"175020",27017,105417 +"175021",27017,118669 +"175022",27017,122808 +"175023",27019,46498 +"175024",27019,96092 +"175025",27020,34514 +"175026",27020,35000 +"175027",27020,42107 +"175028",27020,54450 +"175029",27020,76686 +"175030",27020,77845 +"175031",27021,48743 +"175032",27021,67243 +"175033",27022,28724 +"175034",27022,35743 +"175035",27022,43095 +"175036",27023,29066 +"175037",27023,52119 +"175038",27023,91140 +"175039",27023,94158 +"175040",27023,101880 +"175041",27024,54264 +"175042",27025,38522 +"175043",27025,57466 +"175044",27025,77717 +"175045",27025,87364 +"175046",27025,110232 +"175047",27026,64401 +"175048",27027,27152 +"175049",27027,61065 +"175050",27027,61651 +"175051",27028,27194 +"175052",27028,80187 +"175053",27029,30477 +"175054",27029,32419 +"175055",27029,41629 +"175056",27029,45525 +"175057",27029,58803 +"175058",27030,27116 +"175059",27030,29737 +"175060",27031,27179 +"175061",27032,39943 +"175062",27032,39949 +"175063",27032,50358 +"175064",27032,94455 +"175065",27034,37653 +"175066",27036,36041 +"175067",27036,56631 +"175068",27036,57755 +"175069",27036,66375 +"175070",27036,66448 +"175071",27036,66520 +"175072",27036,66615 +"175073",27037,62423 +"175074",27038,49752 +"175075",27039,53891 +"175076",27039,59371 +"175077",27039,59936 +"175078",27039,69896 +"175079",27039,71118 +"175080",27039,92580 +"175081",27039,93322 +"175082",27039,121303 +"175083",27039,121881 +"175084",27040,38451 +"175085",27040,56448 +"175086",27040,57770 +"175087",27041,52484 +"175088",27041,68381 +"175089",27042,36498 +"175090",27042,37715 +"175091",27042,68513 +"175092",27043,41616 +"175093",27043,62180 +"175094",27043,83801 +"175095",27043,83859 +"175096",27044,49513 +"175097",27044,49697 +"175098",27044,55488 +"175099",27044,71219 +"175100",27044,73226 +"175101",27044,88810 +"175102",27044,101746 +"175103",27044,110732 +"175104",27044,110811 +"175105",27044,119688 +"175106",27045,29291 +"175107",27045,62231 +"175108",27045,64655 +"175109",27045,66650 +"175110",27045,68499 +"175111",27045,68634 +"175112",27045,71161 +"175113",27046,30451 +"175114",27047,27120 +"175115",27047,29834 +"175116",27047,29845 +"175117",27047,29882 +"175118",27047,29894 +"175119",27047,30007 +"175120",27047,31826 +"175121",27047,33360 +"175122",27047,37512 +"175123",27047,37576 +"175124",27047,44160 +"175125",27047,59114 +"175126",27047,59936 +"175127",27047,72096 +"175128",27047,76584 +"175129",27047,82735 +"175130",27047,84879 +"175131",27048,86503 +"175132",27049,28331 +"175133",27049,32424 +"175134",27050,68676 +"175135",27050,81043 +"175136",27051,41077 +"175137",27051,60355 +"175138",27051,108059 +"175139",27052,54465 +"175140",27053,48324 +"175141",27053,86982 +"175142",27053,115585 +"175143",27055,78294 +"175144",27055,95514 +"175145",27056,34489 +"175146",27056,67170 +"175147",27056,67171 +"175148",27056,76577 +"175149",27056,76727 +"175150",27056,76752 +"175151",27057,70250 +"175152",27058,33682 +"175153",27058,46647 +"175154",27058,48099 +"175155",27058,51939 +"175156",27058,64215 +"175157",27058,87985 +"175158",27058,99430 +"175159",27058,112285 +"175160",27058,112315 +"175161",27058,112316 +"175162",27058,112473 +"175163",27059,27202 +"175164",27059,30507 +"175165",27059,77653 +"175166",27059,83016 +"175167",27059,91959 +"175168",27059,91995 +"175169",27059,96970 +"175170",27061,33765 +"175171",27061,33955 +"175172",27061,37817 +"175173",27061,39266 +"175174",27061,39719 +"175175",27061,40334 +"175176",27061,45251 +"175177",27061,48345 +"175178",27061,63695 +"175179",27061,66335 +"175180",27061,67079 +"175181",27061,68406 +"175182",27061,69641 +"175183",27061,70629 +"175184",27061,71177 +"175185",27061,79972 +"175186",27061,82972 +"175187",27061,91379 +"175188",27061,91582 +"175189",27062,30942 +"175190",27062,33264 +"175191",27062,35042 +"175192",27062,35093 +"175193",27062,38162 +"175194",27062,75730 +"175195",27063,27111 +"175196",27063,27518 +"175197",27063,29078 +"175198",27063,30123 +"175199",27063,34978 +"175200",27063,46027 +"175201",27063,55435 +"175202",27063,55694 +"175203",27063,57675 +"175204",27063,61799 +"175205",27063,62844 +"175206",27063,64781 +"175207",27063,64995 +"175208",27063,67347 +"175209",27063,67361 +"175210",27064,39427 +"175211",27064,55730 +"175212",27064,74958 +"175213",27064,76295 +"175214",27064,77056 +"175215",27064,84808 +"175216",27064,93680 +"175217",27064,108578 +"175218",27064,110872 +"175219",27065,27165 +"175220",27067,73906 +"175221",27067,107087 +"175222",27068,44572 +"175223",27068,67929 +"175224",27069,30951 +"175225",27069,31097 +"175226",27069,77447 +"175227",27069,98424 +"175228",27069,98858 +"175229",27069,100477 +"175230",27069,101445 +"175231",27069,108413 +"175232",27069,112916 +"175233",27069,116493 +"175234",27070,47676 +"175235",27070,63185 +"175236",27070,74469 +"175237",27070,95480 +"175238",27071,27076 +"175239",27072,38908 +"175240",27072,44684 +"175241",27072,49348 +"175242",27072,77855 +"175243",27073,27118 +"175244",27073,35882 +"175245",27073,37496 +"175246",27073,38916 +"175247",27073,100591 +"175248",27074,27937 +"175249",27074,32508 +"175250",27074,41035 +"175251",27074,43311 +"175252",27074,87190 +"175253",27074,88304 +"175254",27076,42877 +"175255",27076,54924 +"175256",27076,99523 +"175257",27077,29482 +"175258",27077,35702 +"175259",27077,41451 +"175260",27077,44124 +"175261",27077,47133 +"175262",27077,47414 +"175263",27077,49106 +"175264",27077,57094 +"175265",27077,58898 +"175266",27077,59147 +"175267",27077,59237 +"175268",27077,59359 +"175269",27077,61563 +"175270",27077,61867 +"175271",27077,62007 +"175272",27077,62078 +"175273",27077,62375 +"175274",27077,62633 +"175275",27077,63395 +"175276",27077,64408 +"175277",27077,64418 +"175278",27077,64511 +"175279",27077,65230 +"175280",27077,66145 +"175281",27077,67503 +"175282",27077,67721 +"175283",27077,68816 +"175284",27077,68909 +"175285",27077,68938 +"175286",27077,69332 +"175287",27077,69681 +"175288",27077,70610 +"175289",27077,70611 +"175290",27077,70725 +"175291",27077,71211 +"175292",27077,71505 +"175293",27077,71887 +"175294",27078,27323 +"175295",27078,97796 +"175296",27079,30978 +"175297",27079,52067 +"175298",27079,68755 +"175299",27079,74773 +"175300",27079,75398 +"175301",27080,27540 +"175302",27080,42515 +"175303",27080,57026 +"175304",27080,108827 +"175305",27081,85054 +"175306",27081,85740 +"175307",27081,85746 +"175308",27081,98067 +"175309",27081,103846 +"175310",27082,30657 +"175311",27082,39747 +"175312",27082,56819 +"175313",27082,72016 +"175314",27083,50274 +"175315",27084,28173 +"175316",27084,34865 +"175317",27085,28124 +"175318",27085,47111 +"175319",27085,50347 +"175320",27085,65883 +"175321",27085,77305 +"175322",27085,81588 +"175323",27085,82442 +"175324",27085,89097 +"175325",27085,92220 +"175326",27085,96239 +"175327",27085,100430 +"175328",27085,104788 +"175329",27085,112329 +"175330",27087,27172 +"175331",27088,51869 +"175332",27089,27180 +"175333",27089,45937 +"175334",27089,61135 +"175335",27089,66903 +"175336",27090,27448 +"175337",27090,30995 +"175338",27090,31134 +"175339",27090,36651 +"175340",27090,37065 +"175341",27090,41446 +"175342",27090,43527 +"175343",27090,46532 +"175344",27090,49027 +"175345",27090,50663 +"175346",27090,58628 +"175347",27090,64503 +"175348",27090,92374 +"175349",27090,102672 +"175350",27091,102520 +"175351",27092,29117 +"175352",27092,29122 +"175353",27092,29730 +"175354",27092,43960 +"175355",27092,50256 +"175356",27092,58806 +"175357",27092,92873 +"175358",27092,102879 +"175359",27092,117769 +"175360",27093,87555 +"175361",27094,84312 +"175362",27095,43436 +"175363",27096,28829 +"175364",27096,51558 +"175365",27096,112299 +"175366",27098,56895 +"175367",27098,88489 +"175368",27099,29059 +"175369",27099,29086 +"175370",27099,61033 +"175371",27099,66995 +"175372",27099,66996 +"175373",27099,69250 +"175374",27099,112724 +"175375",27100,70586 +"175376",27100,87078 +"175377",27100,93490 +"175378",27100,95456 +"175379",27101,63747 +"175380",27101,99213 +"175381",27102,40820 +"175382",27102,53244 +"175383",27102,56141 +"175384",27103,27113 +"175385",27104,32418 +"175386",27104,36454 +"175387",27104,44588 +"175388",27104,75278 +"175389",27104,76356 +"175390",27104,81879 +"175391",27104,105134 +"175392",27104,105468 +"175393",27104,122503 +"175394",27104,123168 +"175395",27104,123190 +"175396",27105,27125 +"175397",27105,31742 +"175398",27105,34946 +"175399",27105,78089 +"175400",27105,80825 +"175401",27105,116854 +"175402",27106,27126 +"175403",27106,27159 +"175404",27106,27186 +"175405",27106,27203 +"175406",27106,64850 +"175407",27107,95576 +"175408",27108,27642 +"175409",27108,28861 +"175410",27108,29241 +"175411",27108,76503 +"175412",27108,77925 +"175413",27109,29381 +"175414",27109,29404 +"175415",27109,29433 +"175416",27109,34442 +"175417",27109,37543 +"175418",27109,69358 +"175419",27109,84223 +"175420",27109,84335 +"175421",27109,84344 +"175422",27110,65101 +"175423",27110,95498 +"175424",27110,96024 +"175425",27110,96057 +"175426",27111,27518 +"175427",27111,44480 +"175428",27111,46027 +"175429",27111,63950 +"175430",27111,65970 +"175431",27111,66074 +"175432",27111,66236 +"175433",27112,31703 +"175434",27112,39570 +"175435",27112,40028 +"175436",27112,40629 +"175437",27112,45352 +"175438",27112,53814 +"175439",27112,58918 +"175440",27112,59939 +"175441",27112,60878 +"175442",27112,68293 +"175443",27112,69072 +"175444",27112,70724 +"175445",27112,70781 +"175446",27112,79082 +"175447",27112,86159 +"175448",27112,110242 +"175449",27113,39683 +"175450",27114,27199 +"175451",27118,52019 +"175452",27118,55614 +"175453",27118,88469 +"175454",27118,101166 +"175455",27118,120210 +"175456",27119,27209 +"175457",27119,72999 +"175458",27119,89779 +"175459",27119,111990 +"175460",27119,112006 +"175461",27120,37576 +"175462",27120,65951 +"175463",27120,67254 +"175464",27120,69466 +"175465",27120,76584 +"175466",27121,29297 +"175467",27121,50764 +"175468",27121,53009 +"175469",27121,64596 +"175470",27121,70954 +"175471",27121,73116 +"175472",27121,94999 +"175473",27121,99840 +"175474",27121,110596 +"175475",27121,116314 +"175476",27122,62409 +"175477",27123,38094 +"175478",27123,62533 +"175479",27123,83917 +"175480",27123,84788 +"175481",27123,110576 +"175482",27124,30398 +"175483",27124,56165 +"175484",27124,59698 +"175485",27124,79940 +"175486",27124,81220 +"175487",27124,91592 +"175488",27125,64784 +"175489",27125,109421 +"175490",27125,112554 +"175491",27125,121861 +"175492",27125,121928 +"175493",27126,27159 +"175494",27126,27186 +"175495",27126,27203 +"175496",27127,27445 +"175497",27127,28326 +"175498",27127,32097 +"175499",27127,38919 +"175500",27127,41294 +"175501",27127,55550 +"175502",27127,63748 +"175503",27127,68934 +"175504",27127,87699 +"175505",27127,90294 +"175506",27127,90306 +"175507",27128,27302 +"175508",27128,27306 +"175509",27128,27709 +"175510",27128,27788 +"175511",27128,36789 +"175512",27128,38055 +"175513",27128,43182 +"175514",27128,48396 +"175515",27128,63237 +"175516",27128,65439 +"175517",27128,74318 +"175518",27128,76392 +"175519",27128,76999 +"175520",27128,86791 +"175521",27128,92265 +"175522",27128,92310 +"175523",27128,98611 +"175524",27128,98939 +"175525",27128,119663 +"175526",27128,122254 +"175527",27128,122266 +"175528",27129,98366 +"175529",27131,27328 +"175530",27132,58391 +"175531",27132,96577 +"175532",27134,89004 +"175533",27135,30534 +"175534",27135,59191 +"175535",27135,59979 +"175536",27135,82829 +"175537",27136,27169 +"175538",27136,62659 +"175539",27137,51022 +"175540",27137,51322 +"175541",27137,106228 +"175542",27137,106241 +"175543",27138,111626 +"175544",27138,117424 +"175545",27139,27216 +"175546",27139,27325 +"175547",27139,52456 +"175548",27139,59372 +"175549",27140,27166 +"175550",27140,90054 +"175551",27140,90204 +"175552",27141,112354 +"175553",27141,112372 +"175554",27143,27462 +"175555",27144,27190 +"175556",27144,31013 +"175557",27145,57254 +"175558",27145,75843 +"175559",27145,75933 +"175560",27146,28693 +"175561",27146,56778 +"175562",27146,74917 +"175563",27147,34898 +"175564",27147,43434 +"175565",27147,112887 +"175566",27147,118545 +"175567",27147,121360 +"175568",27149,29402 +"175569",27149,29770 +"175570",27149,40108 +"175571",27149,43853 +"175572",27149,55523 +"175573",27149,62280 +"175574",27150,28022 +"175575",27150,28380 +"175576",27150,31134 +"175577",27150,35369 +"175578",27150,37554 +"175579",27150,88253 +"175580",27150,92855 +"175581",27150,92923 +"175582",27150,113782 +"175583",27151,41074 +"175584",27151,55965 +"175585",27151,81469 +"175586",27151,102793 +"175587",27151,107188 +"175588",27151,115230 +"175589",27151,117425 +"175590",27152,35988 +"175591",27152,38763 +"175592",27152,48627 +"175593",27152,55605 +"175594",27152,61065 +"175595",27152,61651 +"175596",27152,62186 +"175597",27152,63986 +"175598",27152,71057 +"175599",27152,71264 +"175600",27152,71396 +"175601",27152,71409 +"175602",27152,71432 +"175603",27152,71442 +"175604",27153,43964 +"175605",27155,40721 +"175606",27155,77690 +"175607",27155,108327 +"175608",27156,34424 +"175609",27156,91051 +"175610",27157,64760 +"175611",27158,28735 +"175612",27158,46351 +"175613",27158,46483 +"175614",27158,47585 +"175615",27158,49089 +"175616",27158,55156 +"175617",27158,57184 +"175618",27158,57296 +"175619",27158,59301 +"175620",27158,62407 +"175621",27158,64181 +"175622",27158,65748 +"175623",27158,68569 +"175624",27158,73374 +"175625",27158,78416 +"175626",27158,78444 +"175627",27158,78541 +"175628",27158,78553 +"175629",27158,78563 +"175630",27158,78925 +"175631",27158,82262 +"175632",27158,88966 +"175633",27158,90643 +"175634",27158,92592 +"175635",27158,94027 +"175636",27158,100502 +"175637",27158,104967 +"175638",27158,105903 +"175639",27158,105988 +"175640",27159,27186 +"175641",27159,27203 +"175642",27161,67612 +"175643",27161,85930 +"175644",27162,27854 +"175645",27162,30153 +"175646",27162,34041 +"175647",27162,35040 +"175648",27162,50015 +"175649",27162,80426 +"175650",27162,113373 +"175651",27163,49125 +"175652",27163,83846 +"175653",27163,106011 +"175654",27163,106020 +"175655",27164,27792 +"175656",27164,28303 +"175657",27164,30898 +"175658",27164,31651 +"175659",27164,37893 +"175660",27164,48260 +"175661",27164,49370 +"175662",27164,63770 +"175663",27164,73283 +"175664",27164,73466 +"175665",27164,82203 +"175666",27164,82722 +"175667",27164,83574 +"175668",27164,86245 +"175669",27164,101391 +"175670",27164,109471 +"175671",27164,117587 +"175672",27164,119281 +"175673",27164,119341 +"175674",27165,27473 +"175675",27165,29855 +"175676",27165,32521 +"175677",27165,53476 +"175678",27165,64023 +"175679",27165,64292 +"175680",27165,64316 +"175681",27165,70529 +"175682",27165,89077 +"175683",27165,104989 +"175684",27165,105015 +"175685",27166,63607 +"175686",27167,30729 +"175687",27167,39107 +"175688",27168,60593 +"175689",27168,105635 +"175690",27168,117332 +"175691",27168,121048 +"175692",27169,41633 +"175693",27169,105146 +"175694",27170,92599 +"175695",27171,55219 +"175696",27172,62588 +"175697",27172,72431 +"175698",27172,76562 +"175699",27172,87845 +"175700",27172,89025 +"175701",27172,96729 +"175702",27173,33195 +"175703",27173,42433 +"175704",27173,76216 +"175705",27173,81142 +"175706",27174,27196 +"175707",27174,27710 +"175708",27174,28703 +"175709",27174,29253 +"175710",27174,29341 +"175711",27174,29560 +"175712",27174,29573 +"175713",27174,29868 +"175714",27174,32438 +"175715",27174,32967 +"175716",27174,33223 +"175717",27174,33881 +"175718",27174,34097 +"175719",27174,34330 +"175720",27174,34513 +"175721",27174,35400 +"175722",27174,36476 +"175723",27174,36547 +"175724",27174,36745 +"175725",27174,37821 +"175726",27174,37931 +"175727",27174,38319 +"175728",27174,39398 +"175729",27174,39492 +"175730",27174,40320 +"175731",27174,40373 +"175732",27174,40542 +"175733",27174,41182 +"175734",27174,42131 +"175735",27174,46843 +"175736",27174,48331 +"175737",27175,33569 +"175738",27175,50219 +"175739",27175,66860 +"175740",27175,73752 +"175741",27175,94840 +"175742",27175,94858 +"175743",27175,102546 +"175744",27175,108562 +"175745",27177,59745 +"175746",27178,57120 +"175747",27178,58721 +"175748",27178,85252 +"175749",27178,105363 +"175750",27179,28032 +"175751",27180,45012 +"175752",27180,48876 +"175753",27180,53944 +"175754",27180,65819 +"175755",27180,77036 +"175756",27180,102725 +"175757",27180,106493 +"175758",27181,28360 +"175759",27181,28407 +"175760",27181,28435 +"175761",27181,29107 +"175762",27181,70697 +"175763",27181,72126 +"175764",27181,88808 +"175765",27181,100076 +"175766",27182,27183 +"175767",27182,31783 +"175768",27182,94001 +"175769",27182,97636 +"175770",27183,66863 +"175771",27183,104986 +"175772",27184,27776 +"175773",27185,35794 +"175774",27185,107070 +"175775",27186,27203 +"175776",27187,27205 +"175777",27187,31767 +"175778",27187,42705 +"175779",27187,44005 +"175780",27187,44581 +"175781",27187,45506 +"175782",27187,46071 +"175783",27187,51299 +"175784",27187,52924 +"175785",27187,78032 +"175786",27187,84434 +"175787",27187,122076 +"175788",27188,40799 +"175789",27188,44558 +"175790",27189,28204 +"175791",27189,57067 +"175792",27189,85193 +"175793",27189,108592 +"175794",27189,111116 +"175795",27189,112085 +"175796",27189,115959 +"175797",27190,27323 +"175798",27190,30329 +"175799",27190,31417 +"175800",27190,37043 +"175801",27190,52181 +"175802",27190,64043 +"175803",27190,67556 +"175804",27190,82893 +"175805",27190,89595 +"175806",27190,97111 +"175807",27190,104603 +"175808",27191,50636 +"175809",27191,120634 +"175810",27192,35914 +"175811",27192,37142 +"175812",27192,40727 +"175813",27192,42920 +"175814",27192,52083 +"175815",27192,58872 +"175816",27192,59178 +"175817",27192,60029 +"175818",27192,75815 +"175819",27192,80966 +"175820",27192,94109 +"175821",27193,32138 +"175822",27193,43294 +"175823",27193,48427 +"175824",27193,53942 +"175825",27193,59118 +"175826",27193,108432 +"175827",27195,29263 +"175828",27195,29930 +"175829",27195,39505 +"175830",27195,40290 +"175831",27195,49739 +"175832",27195,55726 +"175833",27195,56232 +"175834",27195,65609 +"175835",27195,85631 +"175836",27196,27710 +"175837",27196,28703 +"175838",27196,29253 +"175839",27196,29341 +"175840",27196,29560 +"175841",27196,29573 +"175842",27196,29868 +"175843",27196,32438 +"175844",27196,32967 +"175845",27196,33223 +"175846",27196,33881 +"175847",27196,34097 +"175848",27196,34330 +"175849",27196,34513 +"175850",27196,35400 +"175851",27196,36476 +"175852",27196,36547 +"175853",27196,36745 +"175854",27196,37821 +"175855",27196,37931 +"175856",27196,38319 +"175857",27196,39398 +"175858",27196,39492 +"175859",27196,40320 +"175860",27196,40373 +"175861",27196,40542 +"175862",27196,41182 +"175863",27196,42131 +"175864",27196,46843 +"175865",27196,48331 +"175866",27197,38533 +"175867",27197,56558 +"175868",27197,58661 +"175869",27197,94288 +"175870",27197,113155 +"175871",27199,76587 +"175872",27200,88063 +"175873",27200,88070 +"175874",27201,91476 +"175875",27201,117514 +"175876",27202,77653 +"175877",27202,83016 +"175878",27202,93079 +"175879",27204,95085 +"175880",27206,59943 +"175881",27207,34649 +"175882",27207,69022 +"175883",27208,116613 +"175884",27210,66175 +"175885",27210,102209 +"175886",27210,111023 +"175887",27210,111692 +"175888",27210,113027 +"175889",27211,27592 +"175890",27211,49246 +"175891",27211,65150 +"175892",27211,115691 +"175893",27212,41167 +"175894",27213,87206 +"175895",27213,94532 +"175896",27213,110590 +"175897",27214,30386 +"175898",27214,62898 +"175899",27214,86256 +"175900",27215,29530 +"175901",27215,69369 +"175902",27217,37897 +"175903",27217,105738 +"175904",27218,84608 +"175905",27218,85851 +"175906",27219,40707 +"175907",27219,59955 +"175908",27219,81321 +"175909",27219,83704 +"175910",27219,91875 +"175911",27220,44164 +"175912",27220,83493 +"175913",27221,32120 +"175914",27221,48836 +"175915",27221,49274 +"175916",27221,50954 +"175917",27221,71172 +"175918",27221,75869 +"175919",27221,116196 +"175920",27222,27453 +"175921",27222,28904 +"175922",27222,37235 +"175923",27222,41197 +"175924",27222,53626 +"175925",27222,60494 +"175926",27222,69639 +"175927",27222,69719 +"175928",27222,79451 +"175929",27223,52069 +"175930",27224,29884 +"175931",27224,58163 +"175932",27224,70454 +"175933",27224,96013 +"175934",27224,96149 +"175935",27224,102057 +"175936",27224,104164 +"175937",27224,106469 +"175938",27226,34006 +"175939",27226,34048 +"175940",27226,34124 +"175941",27226,38467 +"175942",27226,81657 +"175943",27226,92471 +"175944",27226,92505 +"175945",27226,111265 +"175946",27227,50397 +"175947",27228,34762 +"175948",27228,84825 +"175949",27229,92841 +"175950",27230,54148 +"175951",27231,31244 +"175952",27231,44598 +"175953",27231,53681 +"175954",27231,90154 +"175955",27231,97349 +"175956",27231,105872 +"175957",27231,122092 +"175958",27232,57107 +"175959",27232,91894 +"175960",27232,91938 +"175961",27232,104052 +"175962",27233,27263 +"175963",27233,27318 +"175964",27234,27235 +"175965",27234,27331 +"175966",27234,27408 +"175967",27234,27461 +"175968",27234,31324 +"175969",27234,108133 +"175970",27235,27331 +"175971",27235,27408 +"175972",27235,27461 +"175973",27235,58761 +"175974",27235,62536 +"175975",27235,81923 +"175976",27235,89695 +"175977",27235,98763 +"175978",27235,107102 +"175979",27236,30173 +"175980",27236,97040 +"175981",27237,27244 +"175982",27237,27702 +"175983",27237,27734 +"175984",27237,27834 +"175985",27238,42057 +"175986",27238,48051 +"175987",27238,71013 +"175988",27238,102391 +"175989",27239,34302 +"175990",27239,108877 +"175991",27240,43474 +"175992",27240,44089 +"175993",27240,44516 +"175994",27240,69489 +"175995",27240,69506 +"175996",27240,69507 +"175997",27241,27303 +"175998",27241,35544 +"175999",27241,35718 +"176000",27241,36813 +"176001",27241,72579 +"176002",27241,108552 +"176003",27242,27342 +"176004",27242,32951 +"176005",27242,41613 +"176006",27242,67678 +"176007",27242,77204 +"176008",27242,111308 +"176009",27242,122295 +"176010",27243,32767 +"176011",27243,35376 +"176012",27243,41322 +"176013",27243,74320 +"176014",27243,77108 +"176015",27244,27702 +"176016",27244,27734 +"176017",27244,27834 +"176018",27245,87974 +"176019",27246,29446 +"176020",27246,30246 +"176021",27247,99515 +"176022",27247,104242 +"176023",27248,27424 +"176024",27248,57697 +"176025",27249,72572 +"176026",27250,43781 +"176027",27251,75421 +"176028",27251,118377 +"176029",27252,34350 +"176030",27252,40251 +"176031",27252,72531 +"176032",27252,88816 +"176033",27252,91148 +"176034",27252,96946 +"176035",27252,96947 +"176036",27252,96948 +"176037",27252,96949 +"176038",27252,96950 +"176039",27252,96951 +"176040",27252,96958 +"176041",27252,96959 +"176042",27252,97007 +"176043",27253,31033 +"176044",27254,27502 +"176045",27254,37905 +"176046",27254,43164 +"176047",27254,44854 +"176048",27254,45480 +"176049",27254,47973 +"176050",27254,48918 +"176051",27254,53373 +"176052",27254,53523 +"176053",27254,60434 +"176054",27254,61791 +"176055",27254,63281 +"176056",27254,64587 +"176057",27254,91734 +"176058",27255,28893 +"176059",27255,32339 +"176060",27255,38310 +"176061",27255,52225 +"176062",27255,56570 +"176063",27255,60832 +"176064",27255,65934 +"176065",27255,67499 +"176066",27255,78054 +"176067",27255,84217 +"176068",27255,86133 +"176069",27255,91978 +"176070",27255,99527 +"176071",27256,27286 +"176072",27256,27466 +"176073",27256,30461 +"176074",27256,49373 +"176075",27256,96114 +"176076",27256,96170 +"176077",27256,105872 +"176078",27256,107636 +"176079",27256,110661 +"176080",27257,27403 +"176081",27258,89331 +"176082",27259,44772 +"176083",27260,36374 +"176084",27260,37758 +"176085",27260,43135 +"176086",27260,44068 +"176087",27260,45958 +"176088",27260,50588 +"176089",27260,79881 +"176090",27261,31683 +"176091",27261,31693 +"176092",27261,35251 +"176093",27261,40805 +"176094",27261,46846 +"176095",27261,58463 +"176096",27261,69091 +"176097",27261,78998 +"176098",27261,86219 +"176099",27261,86224 +"176100",27261,98793 +"176101",27261,102124 +"176102",27261,108124 +"176103",27262,42454 +"176104",27262,44148 +"176105",27262,51362 +"176106",27263,27318 +"176107",27263,29018 +"176108",27263,31753 +"176109",27263,41077 +"176110",27263,50766 +"176111",27263,54372 +"176112",27263,105318 +"176113",27263,105324 +"176114",27263,105358 +"176115",27264,27446 +"176116",27264,39193 +"176117",27265,27405 +"176118",27265,27904 +"176119",27265,53664 +"176120",27265,53665 +"176121",27266,27267 +"176122",27267,31897 +"176123",27267,32070 +"176124",27267,40561 +"176125",27267,46568 +"176126",27267,50659 +"176127",27267,54737 +"176128",27267,56168 +"176129",27267,60644 +"176130",27267,60846 +"176131",27267,66017 +"176132",27267,69291 +"176133",27267,78073 +"176134",27267,79331 +"176135",27267,79710 +"176136",27267,79711 +"176137",27267,79720 +"176138",27267,79725 +"176139",27267,79738 +"176140",27267,79748 +"176141",27267,79750 +"176142",27267,79754 +"176143",27267,79758 +"176144",27267,79760 +"176145",27267,79771 +"176146",27267,79780 +"176147",27267,79781 +"176148",27267,79803 +"176149",27267,86178 +"176150",27267,95386 +"176151",27268,27308 +"176152",27268,27367 +"176153",27268,27441 +"176154",27269,27324 +"176155",27269,27327 +"176156",27269,28434 +"176157",27270,27443 +"176158",27270,38632 +"176159",27271,27309 +"176160",27271,27709 +"176161",27271,33710 +"176162",27271,48915 +"176163",27271,54630 +"176164",27271,99638 +"176165",27272,60452 +"176166",27273,83331 +"176167",27273,83374 +"176168",27274,27418 +"176169",27275,27332 +"176170",27275,27388 +"176171",27275,27390 +"176172",27275,43480 +"176173",27275,52735 +"176174",27275,57495 +"176175",27277,86837 +"176176",27278,27392 +"176177",27278,27885 +"176178",27278,29050 +"176179",27278,34598 +"176180",27278,35705 +"176181",27278,49019 +"176182",27278,51396 +"176183",27278,51575 +"176184",27278,55763 +"176185",27278,56700 +"176186",27278,82848 +"176187",27278,87712 +"176188",27278,89590 +"176189",27278,90492 +"176190",27278,111098 +"176191",27279,52150 +"176192",27280,27391 +"176193",27280,33413 +"176194",27280,45435 +"176195",27280,46349 +"176196",27282,27428 +"176197",27282,43649 +"176198",27282,44827 +"176199",27282,47106 +"176200",27282,53594 +"176201",27282,62291 +"176202",27283,27397 +"176203",27285,33582 +"176204",27286,33002 +"176205",27286,34041 +"176206",27286,43049 +"176207",27286,49642 +"176208",27286,68919 +"176209",27286,80124 +"176210",27286,87923 +"176211",27286,87937 +"176212",27286,96114 +"176213",27286,96170 +"176214",27288,51537 +"176215",27288,71476 +"176216",27288,82648 +"176217",27288,95499 +"176218",27289,29594 +"176219",27289,30503 +"176220",27289,30504 +"176221",27289,94213 +"176222",27290,27383 +"176223",27290,27427 +"176224",27291,27465 +"176225",27292,29589 +"176226",27292,32762 +"176227",27292,33581 +"176228",27292,42282 +"176229",27292,68210 +"176230",27292,73129 +"176231",27293,52154 +"176232",27293,81010 +"176233",27293,102668 +"176234",27293,110535 +"176235",27293,114130 +"176236",27293,114394 +"176237",27294,70081 +"176238",27294,70473 +"176239",27294,122361 +"176240",27295,37111 +"176241",27295,58508 +"176242",27296,27328 +"176243",27296,88329 +"176244",27296,88335 +"176245",27296,88436 +"176246",27296,118421 +"176247",27297,27401 +"176248",27297,27413 +"176249",27297,63425 +"176250",27297,63969 +"176251",27297,66168 +"176252",27297,83907 +"176253",27297,112090 +"176254",27297,119794 +"176255",27298,27758 +"176256",27299,27314 +"176257",27299,27673 +"176258",27300,27352 +"176259",27300,29680 +"176260",27300,62615 +"176261",27301,27893 +"176262",27301,80840 +"176263",27302,27306 +"176264",27302,36514 +"176265",27302,36789 +"176266",27302,45423 +"176267",27302,51350 +"176268",27302,60905 +"176269",27302,63237 +"176270",27302,65439 +"176271",27302,74318 +"176272",27302,76392 +"176273",27302,76999 +"176274",27302,92265 +"176275",27302,92310 +"176276",27302,98611 +"176277",27302,98939 +"176278",27302,119663 +"176279",27303,45316 +"176280",27304,40173 +"176281",27304,42032 +"176282",27304,78007 +"176283",27304,85843 +"176284",27304,88849 +"176285",27304,94235 +"176286",27304,102615 +"176287",27304,114120 +"176288",27304,114804 +"176289",27305,62613 +"176290",27306,36789 +"176291",27306,43487 +"176292",27306,63237 +"176293",27306,65439 +"176294",27306,74318 +"176295",27306,74744 +"176296",27306,76392 +"176297",27306,92265 +"176298",27306,92310 +"176299",27306,119663 +"176300",27306,120325 +"176301",27307,27378 +"176302",27307,27447 +"176303",27307,27499 +"176304",27308,27367 +"176305",27308,27441 +"176306",27308,41586 +"176307",27308,71666 +"176308",27308,77622 +"176309",27308,77623 +"176310",27309,27709 +"176311",27309,37620 +"176312",27310,27311 +"176313",27310,37060 +"176314",27310,62673 +"176315",27310,96110 +"176316",27311,35436 +"176317",27311,35835 +"176318",27311,39375 +"176319",27311,59509 +"176320",27311,60905 +"176321",27311,62094 +"176322",27311,63817 +"176323",27311,72251 +"176324",27311,73266 +"176325",27311,74183 +"176326",27311,86315 +"176327",27311,104124 +"176328",27311,111226 +"176329",27311,117932 +"176330",27311,120444 +"176331",27312,33676 +"176332",27312,37651 +"176333",27312,42316 +"176334",27312,47343 +"176335",27312,65283 +"176336",27313,79011 +"176337",27313,84256 +"176338",27313,92552 +"176339",27314,33853 +"176340",27315,28221 +"176341",27315,28312 +"176342",27315,30114 +"176343",27315,37206 +"176344",27315,44601 +"176345",27315,53651 +"176346",27315,53693 +"176347",27315,56493 +"176348",27315,56593 +"176349",27315,56654 +"176350",27315,57251 +"176351",27315,62964 +"176352",27315,63877 +"176353",27315,73262 +"176354",27316,55969 +"176355",27316,100646 +"176356",27317,42044 +"176357",27317,42564 +"176358",27317,47340 +"176359",27317,49947 +"176360",27317,50081 +"176361",27317,57053 +"176362",27317,58641 +"176363",27317,62028 +"176364",27317,64204 +"176365",27317,89830 +"176366",27317,104975 +"176367",27317,111602 +"176368",27317,114325 +"176369",27317,116824 +"176370",27317,121643 +"176371",27319,33342 +"176372",27319,43649 +"176373",27319,50646 +"176374",27319,51376 +"176375",27319,90861 +"176376",27320,27861 +"176377",27320,39482 +"176378",27320,45685 +"176379",27320,55449 +"176380",27320,60506 +"176381",27320,63644 +"176382",27320,76394 +"176383",27320,99660 +"176384",27320,99671 +"176385",27320,99674 +"176386",27320,113798 +"176387",27322,33369 +"176388",27322,33475 +"176389",27322,42857 +"176390",27322,46091 +"176391",27322,50701 +"176392",27322,50815 +"176393",27322,51568 +"176394",27322,51671 +"176395",27322,55268 +"176396",27322,62601 +"176397",27322,63015 +"176398",27323,64043 +"176399",27323,76943 +"176400",27323,97111 +"176401",27324,27327 +"176402",27325,47824 +"176403",27326,35308 +"176404",27326,69306 +"176405",27326,118206 +"176406",27328,76147 +"176407",27328,91851 +"176408",27328,114019 +"176409",27328,114077 +"176410",27329,27346 +"176411",27329,27353 +"176412",27329,27716 +"176413",27329,27832 +"176414",27330,27341 +"176415",27331,27408 +"176416",27331,27461 +"176417",27331,28856 +"176418",27331,31943 +"176419",27331,95471 +"176420",27331,108133 +"176421",27331,116246 +"176422",27331,116253 +"176423",27332,27388 +"176424",27332,27390 +"176425",27333,32522 +"176426",27334,31122 +"176427",27334,42959 +"176428",27335,42126 +"176429",27335,43919 +"176430",27336,95717 +"176431",27337,44684 +"176432",27337,73637 +"176433",27337,77855 +"176434",27337,96678 +"176435",27337,98211 +"176436",27338,77778 +"176437",27338,83038 +"176438",27339,27991 +"176439",27339,36299 +"176440",27339,43135 +"176441",27339,59049 +"176442",27339,78214 +"176443",27340,27476 +"176444",27344,34370 +"176445",27344,43918 +"176446",27344,46961 +"176447",27344,119080 +"176448",27345,45747 +"176449",27345,51813 +"176450",27345,55169 +"176451",27345,104265 +"176452",27345,112908 +"176453",27345,115895 +"176454",27345,116813 +"176455",27346,27353 +"176456",27346,27716 +"176457",27346,27832 +"176458",27347,27837 +"176459",27347,28114 +"176460",27348,79080 +"176461",27348,122109 +"176462",27349,48551 +"176463",27349,58575 +"176464",27350,30365 +"176465",27350,45463 +"176466",27350,74140 +"176467",27350,77021 +"176468",27350,80232 +"176469",27350,80255 +"176470",27350,82652 +"176471",27350,89458 +"176472",27350,95776 +"176473",27350,96188 +"176474",27350,96197 +"176475",27351,34105 +"176476",27351,92752 +"176477",27353,27716 +"176478",27353,27832 +"176479",27355,28934 +"176480",27355,34158 +"176481",27355,40095 +"176482",27355,40668 +"176483",27355,41491 +"176484",27355,48328 +"176485",27355,52579 +"176486",27355,64507 +"176487",27355,70862 +"176488",27355,111654 +"176489",27356,61116 +"176490",27357,28249 +"176491",27357,34468 +"176492",27357,39983 +"176493",27357,44326 +"176494",27357,45310 +"176495",27357,55362 +"176496",27357,69966 +"176497",27358,42296 +"176498",27358,111022 +"176499",27359,28012 +"176500",27359,28418 +"176501",27359,28463 +"176502",27359,30558 +"176503",27359,50613 +"176504",27359,57617 +"176505",27359,66094 +"176506",27359,68060 +"176507",27359,73274 +"176508",27360,27440 +"176509",27360,34213 +"176510",27360,35415 +"176511",27360,35879 +"176512",27360,42990 +"176513",27360,59365 +"176514",27360,67370 +"176515",27360,67391 +"176516",27360,67436 +"176517",27360,67460 +"176518",27360,67462 +"176519",27360,67605 +"176520",27360,67672 +"176521",27361,34411 +"176522",27361,56746 +"176523",27361,74882 +"176524",27361,105313 +"176525",27363,34204 +"176526",27363,94203 +"176527",27364,79954 +"176528",27365,54100 +"176529",27366,27430 +"176530",27367,27441 +"176531",27368,57938 +"176532",27368,78579 +"176533",27369,39009 +"176534",27369,39671 +"176535",27369,39672 +"176536",27369,39709 +"176537",27369,45366 +"176538",27369,46124 +"176539",27369,84149 +"176540",27369,87056 +"176541",27370,27467 +"176542",27371,29490 +"176543",27372,28293 +"176544",27372,44726 +"176545",27372,60193 +"176546",27372,66784 +"176547",27372,66803 +"176548",27372,70543 +"176549",27373,51968 +"176550",27374,43180 +"176551",27374,53076 +"176552",27375,35287 +"176553",27375,40906 +"176554",27375,72520 +"176555",27375,77449 +"176556",27375,78488 +"176557",27376,65386 +"176558",27377,49046 +"176559",27377,54274 +"176560",27377,75987 +"176561",27377,81272 +"176562",27377,101993 +"176563",27378,27447 +"176564",27378,27499 +"176565",27378,34707 +"176566",27378,49359 +"176567",27378,99302 +"176568",27379,61623 +"176569",27379,81490 +"176570",27380,52569 +"176571",27380,53423 +"176572",27380,53716 +"176573",27380,56426 +"176574",27380,62480 +"176575",27380,71593 +"176576",27380,97885 +"176577",27382,62477 +"176578",27382,77967 +"176579",27382,80549 +"176580",27382,113206 +"176581",27382,123024 +"176582",27382,123027 +"176583",27383,27427 +"176584",27383,35536 +"176585",27383,64488 +"176586",27383,67480 +"176587",27383,114128 +"176588",27384,49222 +"176589",27385,27386 +"176590",27385,27818 +"176591",27386,27818 +"176592",27387,41491 +"176593",27387,46774 +"176594",27387,51712 +"176595",27387,74162 +"176596",27388,27390 +"176597",27389,30889 +"176598",27389,49304 +"176599",27389,70029 +"176600",27389,71028 +"176601",27389,84153 +"176602",27389,85278 +"176603",27389,95015 +"176604",27389,95152 +"176605",27389,97712 +"176606",27389,115999 +"176607",27389,118008 +"176608",27389,118541 +"176609",27389,119173 +"176610",27389,119221 +"176611",27390,37841 +"176612",27390,42802 +"176613",27390,48482 +"176614",27390,52945 +"176615",27390,57638 +"176616",27390,85309 +"176617",27390,90765 +"176618",27390,114496 +"176619",27391,34585 +"176620",27391,43321 +"176621",27391,55457 +"176622",27391,74289 +"176623",27391,75722 +"176624",27391,83923 +"176625",27391,85550 +"176626",27392,35705 +"176627",27393,36588 +"176628",27393,43443 +"176629",27394,32556 +"176630",27394,32680 +"176631",27394,32682 +"176632",27394,33757 +"176633",27394,97517 +"176634",27394,106448 +"176635",27395,72203 +"176636",27396,37972 +"176637",27396,92096 +"176638",27396,99540 +"176639",27397,28566 +"176640",27397,35854 +"176641",27397,41998 +"176642",27397,43794 +"176643",27399,28637 +"176644",27399,87729 +"176645",27400,50319 +"176646",27401,27413 +"176647",27401,28328 +"176648",27401,53016 +"176649",27401,57710 +"176650",27402,49615 +"176651",27402,50699 +"176652",27402,50866 +"176653",27402,67332 +"176654",27402,67333 +"176655",27403,29492 +"176656",27403,42108 +"176657",27403,46569 +"176658",27404,27530 +"176659",27405,27904 +"176660",27405,31377 +"176661",27405,50638 +"176662",27405,72218 +"176663",27406,68376 +"176664",27407,41831 +"176665",27407,52612 +"176666",27407,85752 +"176667",27407,105654 +"176668",27407,115555 +"176669",27408,27461 +"176670",27409,37052 +"176671",27409,39097 +"176672",27409,44156 +"176673",27409,48431 +"176674",27409,56414 +"176675",27409,56523 +"176676",27409,60114 +"176677",27409,65654 +"176678",27409,65675 +"176679",27409,65710 +"176680",27409,65751 +"176681",27409,68641 +"176682",27410,27423 +"176683",27410,27656 +"176684",27410,58943 +"176685",27410,79018 +"176686",27410,106480 +"176687",27411,27629 +"176688",27411,68002 +"176689",27412,30116 +"176690",27412,33137 +"176691",27412,33567 +"176692",27412,36403 +"176693",27412,51230 +"176694",27412,51879 +"176695",27412,57133 +"176696",27412,67792 +"176697",27412,69198 +"176698",27412,81648 +"176699",27412,82932 +"176700",27412,88817 +"176701",27412,88821 +"176702",27412,92417 +"176703",27412,122272 +"176704",27414,42903 +"176705",27414,64840 +"176706",27416,44789 +"176707",27416,50092 +"176708",27416,55060 +"176709",27416,63146 +"176710",27416,79703 +"176711",27416,82961 +"176712",27416,87267 +"176713",27416,121621 +"176714",27418,58261 +"176715",27419,30403 +"176716",27419,35783 +"176717",27420,94788 +"176718",27420,100978 +"176719",27421,62261 +"176720",27421,88681 +"176721",27421,105039 +"176722",27421,120241 +"176723",27421,120307 +"176724",27421,120308 +"176725",27421,122992 +"176726",27422,34483 +"176727",27422,34596 +"176728",27422,47759 +"176729",27422,95658 +"176730",27422,103093 +"176731",27422,112024 +"176732",27423,27656 +"176733",27423,29643 +"176734",27423,34501 +"176735",27423,38177 +"176736",27423,79558 +"176737",27423,81863 +"176738",27423,82796 +"176739",27423,95848 +"176740",27423,96711 +"176741",27425,33814 +"176742",27425,36454 +"176743",27425,37348 +"176744",27425,78839 +"176745",27425,85356 +"176746",27425,86852 +"176747",27426,49976 +"176748",27426,63329 +"176749",27426,73051 +"176750",27426,81448 +"176751",27426,90070 +"176752",27426,94943 +"176753",27426,99772 +"176754",27426,106784 +"176755",27426,106796 +"176756",27427,39291 +"176757",27428,48736 +"176758",27428,62820 +"176759",27429,49916 +"176760",27429,68374 +"176761",27430,47180 +"176762",27430,71491 +"176763",27430,107876 +"176764",27431,40776 +"176765",27432,27631 +"176766",27432,29800 +"176767",27432,57600 +"176768",27433,38119 +"176769",27433,52717 +"176770",27433,71728 +"176771",27433,71745 +"176772",27434,27435 +"176773",27434,30456 +"176774",27434,40874 +"176775",27434,46655 +"176776",27434,55285 +"176777",27434,58183 +"176778",27434,74588 +"176779",27434,94134 +"176780",27436,34168 +"176781",27436,55714 +"176782",27437,54542 +"176783",27437,84461 +"176784",27437,93262 +"176785",27438,81696 +"176786",27439,29676 +"176787",27439,31985 +"176788",27439,32008 +"176789",27440,42990 +"176790",27440,67436 +"176791",27440,67460 +"176792",27440,67462 +"176793",27441,42955 +"176794",27442,29346 +"176795",27442,40379 +"176796",27442,94817 +"176797",27442,95004 +"176798",27443,81481 +"176799",27444,38961 +"176800",27444,122651 +"176801",27445,28325 +"176802",27445,28326 +"176803",27445,32097 +"176804",27445,37419 +"176805",27445,38919 +"176806",27445,50866 +"176807",27445,55550 +"176808",27445,60302 +"176809",27445,63748 +"176810",27445,70321 +"176811",27445,77404 +"176812",27445,79204 +"176813",27445,79616 +"176814",27445,87699 +"176815",27445,90294 +"176816",27445,90306 +"176817",27446,95287 +"176818",27446,95331 +"176819",27447,27499 +"176820",27448,27449 +"176821",27448,30995 +"176822",27448,41446 +"176823",27448,46532 +"176824",27448,50108 +"176825",27448,90692 +"176826",27448,102672 +"176827",27449,44224 +"176828",27449,86816 +"176829",27451,29202 +"176830",27451,29845 +"176831",27451,35436 +"176832",27451,39712 +"176833",27451,41111 +"176834",27451,45727 +"176835",27451,77337 +"176836",27451,94583 +"176837",27451,111356 +"176838",27452,27463 +"176839",27452,42909 +"176840",27452,61104 +"176841",27453,27989 +"176842",27453,54775 +"176843",27453,58655 +"176844",27453,83951 +"176845",27454,27455 +"176846",27454,39062 +"176847",27454,40331 +"176848",27454,48584 +"176849",27454,52249 +"176850",27454,52302 +"176851",27454,54121 +"176852",27454,60614 +"176853",27454,89982 +"176854",27454,94397 +"176855",27454,101761 +"176856",27455,28893 +"176857",27457,30131 +"176858",27459,80794 +"176859",27460,32336 +"176860",27460,45888 +"176861",27460,55570 +"176862",27460,56740 +"176863",27460,89170 +"176864",27460,91884 +"176865",27460,102465 +"176866",27461,31935 +"176867",27462,51011 +"176868",27463,32988 +"176869",27463,33801 +"176870",27463,37664 +"176871",27463,37973 +"176872",27463,42909 +"176873",27463,43708 +"176874",27463,53688 +"176875",27463,58379 +"176876",27463,58432 +"176877",27463,76511 +"176878",27463,79063 +"176879",27463,80055 +"176880",27463,80625 +"176881",27463,84194 +"176882",27463,85442 +"176883",27463,99207 +"176884",27464,82300 +"176885",27464,106472 +"176886",27465,37510 +"176887",27465,49916 +"176888",27465,62474 +"176889",27465,69073 +"176890",27466,70050 +"176891",27466,110661 +"176892",27467,33395 +"176893",27467,39443 +"176894",27467,42480 +"176895",27467,42948 +"176896",27467,45725 +"176897",27467,50449 +"176898",27467,60536 +"176899",27467,67137 +"176900",27467,67304 +"176901",27467,81737 +"176902",27467,121135 +"176903",27468,38808 +"176904",27468,43839 +"176905",27468,55173 +"176906",27469,50086 +"176907",27469,74750 +"176908",27469,89880 +"176909",27469,90475 +"176910",27469,104994 +"176911",27469,105022 +"176912",27470,27603 +"176913",27470,35507 +"176914",27470,35645 +"176915",27470,61468 +"176916",27471,27627 +"176917",27471,51675 +"176918",27471,81355 +"176919",27471,120678 +"176920",27472,27473 +"176921",27472,27590 +"176922",27473,27590 +"176923",27473,34708 +"176924",27473,69909 +"176925",27473,75115 +"176926",27473,112621 +"176927",27474,81229 +"176928",27474,92883 +"176929",27474,109521 +"176930",27476,40948 +"176931",27476,46959 +"176932",27476,52049 +"176933",27477,60615 +"176934",27478,31085 +"176935",27478,38048 +"176936",27478,38078 +"176937",27478,40136 +"176938",27478,46681 +"176939",27478,53031 +"176940",27478,53635 +"176941",27478,56122 +"176942",27478,71434 +"176943",27479,41451 +"176944",27479,61241 +"176945",27480,27546 +"176946",27480,27608 +"176947",27480,28173 +"176948",27480,43792 +"176949",27480,65700 +"176950",27481,28678 +"176951",27481,62292 +"176952",27481,85186 +"176953",27481,89384 +"176954",27481,115913 +"176955",27482,32008 +"176956",27482,32267 +"176957",27482,34711 +"176958",27482,35385 +"176959",27482,44729 +"176960",27482,45727 +"176961",27482,64938 +"176962",27482,65508 +"176963",27482,76484 +"176964",27482,88583 +"176965",27482,90057 +"176966",27482,105722 +"176967",27483,46732 +"176968",27483,49606 +"176969",27483,59557 +"176970",27484,35188 +"176971",27484,39755 +"176972",27485,27538 +"176973",27485,27677 +"176974",27485,43940 +"176975",27485,53959 +"176976",27485,72061 +"176977",27485,95366 +"176978",27485,95473 +"176979",27486,27565 +"176980",27486,43705 +"176981",27486,116865 +"176982",27487,31091 +"176983",27487,34252 +"176984",27487,34273 +"176985",27487,34284 +"176986",27487,34317 +"176987",27487,81688 +"176988",27487,82515 +"176989",27488,30332 +"176990",27489,27541 +"176991",27489,31957 +"176992",27489,38267 +"176993",27489,45748 +"176994",27489,47435 +"176995",27489,52942 +"176996",27489,68998 +"176997",27489,110242 +"176998",27490,27533 +"176999",27490,27542 +"177000",27490,27580 +"177001",27490,27947 +"177002",27490,28371 +"177003",27490,28915 +"177004",27490,29624 +"177005",27491,30041 +"177006",27491,61125 +"177007",27491,80410 +"177008",27491,82396 +"177009",27491,89769 +"177010",27491,120838 +"177011",27492,36542 +"177012",27492,43298 +"177013",27492,54162 +"177014",27492,77788 +"177015",27492,79974 +"177016",27492,81274 +"177017",27492,93240 +"177018",27492,99484 +"177019",27492,106739 +"177020",27492,120798 +"177021",27493,35938 +"177022",27495,54304 +"177023",27495,98925 +"177024",27495,105417 +"177025",27495,105782 +"177026",27496,70153 +"177027",27496,99177 +"177028",27496,100987 +"177029",27497,27586 +"177030",27497,35673 +"177031",27497,45870 +"177032",27497,56082 +"177033",27497,57710 +"177034",27497,60320 +"177035",27497,61920 +"177036",27497,84402 +"177037",27497,104131 +"177038",27497,105283 +"177039",27498,69837 +"177040",27498,79800 +"177041",27498,118438 +"177042",27498,120126 +"177043",27498,120150 +"177044",27500,41581 +"177045",27500,50581 +"177046",27500,67623 +"177047",27500,76623 +"177048",27500,76972 +"177049",27501,45224 +"177050",27501,53881 +"177051",27501,63711 +"177052",27501,89675 +"177053",27501,90211 +"177054",27501,91492 +"177055",27501,91523 +"177056",27501,91553 +"177057",27504,36078 +"177058",27504,40505 +"177059",27504,46783 +"177060",27504,53697 +"177061",27504,55315 +"177062",27504,57448 +"177063",27504,70139 +"177064",27504,80840 +"177065",27504,84917 +"177066",27504,84919 +"177067",27504,89873 +"177068",27504,90471 +"177069",27504,96730 +"177070",27504,123431 +"177071",27505,29273 +"177072",27506,27613 +"177073",27507,54355 +"177074",27507,61633 +"177075",27507,74564 +"177076",27508,31306 +"177077",27508,38773 +"177078",27508,42420 +"177079",27508,42465 +"177080",27508,42582 +"177081",27509,29698 +"177082",27509,31485 +"177083",27509,34893 +"177084",27509,66775 +"177085",27509,66875 +"177086",27509,73172 +"177087",27509,84204 +"177088",27509,97241 +"177089",27510,27575 +"177090",27510,38492 +"177091",27510,40634 +"177092",27510,58421 +"177093",27510,61473 +"177094",27510,82705 +"177095",27511,28638 +"177096",27511,31021 +"177097",27511,43519 +"177098",27511,76505 +"177099",27511,76931 +"177100",27511,121534 +"177101",27512,30627 +"177102",27512,31280 +"177103",27512,71128 +"177104",27512,100252 +"177105",27512,100255 +"177106",27512,104433 +"177107",27513,40264 +"177108",27513,66693 +"177109",27513,69174 +"177110",27513,97241 +"177111",27514,31113 +"177112",27514,94778 +"177113",27514,95922 +"177114",27515,27516 +"177115",27515,27595 +"177116",27516,27595 +"177117",27516,89385 +"177118",27517,30236 +"177119",27517,44197 +"177120",27517,46285 +"177121",27517,48519 +"177122",27517,56531 +"177123",27517,59992 +"177124",27517,61242 +"177125",27517,62661 +"177126",27517,67559 +"177127",27517,69408 +"177128",27517,80764 +"177129",27517,81903 +"177130",27517,107588 +"177131",27518,37527 +"177132",27518,60373 +"177133",27518,90497 +"177134",27518,114043 +"177135",27519,33129 +"177136",27519,38019 +"177137",27519,90907 +"177138",27519,91199 +"177139",27520,84838 +"177140",27521,44827 +"177141",27522,27547 +"177142",27522,27635 +"177143",27522,35942 +"177144",27522,35993 +"177145",27522,49174 +"177146",27523,101770 +"177147",27524,36890 +"177148",27525,27968 +"177149",27525,48381 +"177150",27525,48593 +"177151",27525,50536 +"177152",27525,53793 +"177153",27525,54014 +"177154",27526,47283 +"177155",27526,48044 +"177156",27526,71470 +"177157",27526,73180 +"177158",27526,75451 +"177159",27526,77588 +"177160",27526,109394 +"177161",27526,109438 +"177162",27527,33157 +"177163",27527,52881 +"177164",27527,66262 +"177165",27527,119159 +"177166",27528,56549 +"177167",27529,56786 +"177168",27529,82732 +"177169",27529,117992 +"177170",27529,117998 +"177171",27531,29927 +"177172",27531,36535 +"177173",27531,46514 +"177174",27531,46871 +"177175",27531,61913 +"177176",27531,71573 +"177177",27531,80262 +"177178",27531,80337 +"177179",27531,83644 +"177180",27531,83729 +"177181",27531,88398 +"177182",27532,53701 +"177183",27533,27542 +"177184",27533,27580 +"177185",27533,27947 +"177186",27533,28371 +"177187",27533,28915 +"177188",27533,29624 +"177189",27534,52362 +"177190",27535,38717 +"177191",27535,62358 +"177192",27535,76252 +"177193",27537,44173 +"177194",27537,44374 +"177195",27537,46455 +"177196",27537,47201 +"177197",27537,53050 +"177198",27537,54400 +"177199",27537,70699 +"177200",27537,81326 +"177201",27537,84479 +"177202",27537,101772 +"177203",27537,104417 +"177204",27537,104531 +"177205",27537,105734 +"177206",27537,107660 +"177207",27537,107715 +"177208",27537,108856 +"177209",27537,109212 +"177210",27537,109233 +"177211",27537,116398 +"177212",27537,118780 +"177213",27537,122847 +"177214",27538,27677 +"177215",27538,37058 +"177216",27538,103266 +"177217",27540,62870 +"177218",27540,83131 +"177219",27540,111910 +"177220",27542,27580 +"177221",27542,28915 +"177222",27542,52132 +"177223",27543,29198 +"177224",27543,38312 +"177225",27543,39617 +"177226",27543,41325 +"177227",27543,41543 +"177228",27543,46263 +"177229",27543,48101 +"177230",27543,50957 +"177231",27543,50958 +"177232",27543,53645 +"177233",27543,58966 +"177234",27543,83849 +"177235",27543,112202 +"177236",27544,31222 +"177237",27544,31302 +"177238",27544,33979 +"177239",27544,41944 +"177240",27544,45455 +"177241",27544,46848 +"177242",27544,51448 +"177243",27544,58168 +"177244",27544,72241 +"177245",27544,75824 +"177246",27544,83191 +"177247",27544,83193 +"177248",27544,85148 +"177249",27544,94399 +"177250",27544,120228 +"177251",27545,29403 +"177252",27545,32936 +"177253",27545,38068 +"177254",27545,46509 +"177255",27545,48395 +"177256",27545,59662 +"177257",27545,62066 +"177258",27545,103438 +"177259",27546,27608 +"177260",27546,68792 +"177261",27547,27558 +"177262",27547,27560 +"177263",27547,27623 +"177264",27547,27635 +"177265",27547,27668 +"177266",27547,30153 +"177267",27547,49174 +"177268",27547,63214 +"177269",27547,64605 +"177270",27547,66171 +"177271",27547,67117 +"177272",27547,71266 +"177273",27547,71294 +"177274",27547,71343 +"177275",27548,27550 +"177276",27549,28896 +"177277",27549,29525 +"177278",27549,32341 +"177279",27549,32351 +"177280",27549,32496 +"177281",27549,33524 +"177282",27549,36031 +"177283",27549,70318 +"177284",27549,83292 +"177285",27549,85837 +"177286",27550,40406 +"177287",27550,104001 +"177288",27550,104587 +"177289",27551,27552 +"177290",27551,39374 +"177291",27552,31686 +"177292",27552,70512 +"177293",27552,74896 +"177294",27552,102426 +"177295",27553,114636 +"177296",27553,121373 +"177297",27555,76150 +"177298",27556,27813 +"177299",27557,41046 +"177300",27557,68851 +"177301",27558,27560 +"177302",27558,27623 +"177303",27558,27635 +"177304",27558,27668 +"177305",27558,53681 +"177306",27559,55653 +"177307",27560,27623 +"177308",27560,27635 +"177309",27560,27668 +"177310",27561,50538 +"177311",27561,53131 +"177312",27561,69519 +"177313",27562,36906 +"177314",27562,45143 +"177315",27562,46838 +"177316",27562,94416 +"177317",27563,27587 +"177318",27563,33324 +"177319",27563,35097 +"177320",27563,71016 +"177321",27563,71035 +"177322",27563,71036 +"177323",27563,71044 +"177324",27566,33405 +"177325",27567,36677 +"177326",27569,27655 +"177327",27570,34265 +"177328",27570,37232 +"177329",27570,44437 +"177330",27570,63625 +"177331",27570,79854 +"177332",27570,83184 +"177333",27570,84843 +"177334",27571,27617 +"177335",27571,84154 +"177336",27572,38917 +"177337",27572,49360 +"177338",27572,49383 +"177339",27576,27689 +"177340",27576,90773 +"177341",27576,95289 +"177342",27576,100727 +"177343",27576,114127 +"177344",27578,57164 +"177345",27578,64505 +"177346",27579,27614 +"177347",27579,31199 +"177348",27579,33005 +"177349",27579,37384 +"177350",27579,85310 +"177351",27580,29624 +"177352",27580,52114 +"177353",27580,53723 +"177354",27580,59988 +"177355",27580,63960 +"177356",27580,64922 +"177357",27581,29088 +"177358",27582,89332 +"177359",27584,63664 +"177360",27584,101929 +"177361",27584,112517 +"177362",27585,27681 +"177363",27585,33863 +"177364",27585,44726 +"177365",27585,53988 +"177366",27585,80853 +"177367",27586,32131 +"177368",27586,32296 +"177369",27586,43518 +"177370",27586,45352 +"177371",27586,50236 +"177372",27586,60878 +"177373",27586,80383 +"177374",27586,91912 +"177375",27587,30836 +"177376",27587,48965 +"177377",27588,30467 +"177378",27589,27652 +"177379",27590,30172 +"177380",27590,38223 +"177381",27590,41382 +"177382",27590,47366 +"177383",27590,50978 +"177384",27590,67534 +"177385",27590,82768 +"177386",27590,84065 +"177387",27590,85038 +"177388",27591,47907 +"177389",27591,49497 +"177390",27591,49546 +"177391",27591,57017 +"177392",27591,59455 +"177393",27591,65297 +"177394",27592,28272 +"177395",27592,28820 +"177396",27592,29088 +"177397",27592,45088 +"177398",27592,49246 +"177399",27592,58745 +"177400",27592,65150 +"177401",27592,67252 +"177402",27592,69429 +"177403",27592,76358 +"177404",27592,78971 +"177405",27592,82719 +"177406",27592,85555 +"177407",27592,94702 +"177408",27593,27665 +"177409",27594,43507 +"177410",27594,48923 +"177411",27594,61011 +"177412",27594,72779 +"177413",27594,106081 +"177414",27596,100903 +"177415",27596,102709 +"177416",27596,117788 +"177417",27597,47132 +"177418",27597,48293 +"177419",27597,54364 +"177420",27598,32943 +"177421",27598,36192 +"177422",27598,36218 +"177423",27598,36562 +"177424",27598,49116 +"177425",27598,93287 +"177426",27598,103952 +"177427",27599,38393 +"177428",27599,59595 +"177429",27599,70398 +"177430",27599,75778 +"177431",27599,76231 +"177432",27600,88336 +"177433",27602,73006 +"177434",27604,43837 +"177435",27604,47669 +"177436",27604,68958 +"177437",27604,123429 +"177438",27605,46876 +"177439",27606,29525 +"177440",27606,48215 +"177441",27606,48396 +"177442",27606,74995 +"177443",27606,96331 +"177444",27606,117545 +"177445",27607,34152 +"177446",27607,48290 +"177447",27607,49370 +"177448",27607,49419 +"177449",27607,77774 +"177450",27607,89086 +"177451",27607,89087 +"177452",27608,28805 +"177453",27608,35649 +"177454",27608,35661 +"177455",27608,36569 +"177456",27608,47532 +"177457",27608,61699 +"177458",27608,75156 +"177459",27608,84450 +"177460",27608,84475 +"177461",27608,105536 +"177462",27609,90328 +"177463",27609,92883 +"177464",27609,101986 +"177465",27609,109521 +"177466",27609,117277 +"177467",27610,27685 +"177468",27610,36346 +"177469",27610,42181 +"177470",27610,107466 +"177471",27611,88682 +"177472",27611,88683 +"177473",27612,40991 +"177474",27612,44238 +"177475",27612,94187 +"177476",27612,115404 +"177477",27614,82680 +"177478",27614,85423 +"177479",27615,41919 +"177480",27615,51413 +"177481",27615,70036 +"177482",27615,79529 +"177483",27615,79849 +"177484",27618,29605 +"177485",27618,48349 +"177486",27618,59269 +"177487",27618,91699 +"177488",27619,100253 +"177489",27620,27659 +"177490",27621,65079 +"177491",27621,80095 +"177492",27622,39761 +"177493",27622,43008 +"177494",27622,67748 +"177495",27622,79402 +"177496",27622,82332 +"177497",27622,90229 +"177498",27622,93068 +"177499",27623,27635 +"177500",27623,27668 +"177501",27624,27625 +"177502",27624,27784 +"177503",27624,42837 +"177504",27625,27784 +"177505",27626,86151 +"177506",27627,49044 +"177507",27627,105351 +"177508",27628,46487 +"177509",27629,38482 +"177510",27629,40792 +"177511",27629,45222 +"177512",27629,66405 +"177513",27629,66414 +"177514",27629,83110 +"177515",27629,103541 +"177516",27630,52224 +"177517",27630,72219 +"177518",27630,98283 +"177519",27630,98398 +"177520",27630,98432 +"177521",27631,33654 +"177522",27631,53136 +"177523",27631,78177 +"177524",27631,80266 +"177525",27631,85608 +"177526",27632,27690 +"177527",27632,28851 +"177528",27633,40240 +"177529",27633,75875 +"177530",27633,88471 +"177531",27633,90567 +"177532",27633,96101 +"177533",27633,106285 +"177534",27633,119740 +"177535",27634,30042 +"177536",27634,62943 +"177537",27635,27668 +"177538",27635,30153 +"177539",27635,35942 +"177540",27635,35993 +"177541",27635,41898 +"177542",27635,48261 +"177543",27636,28750 +"177544",27636,54128 +"177545",27636,79217 +"177546",27636,79407 +"177547",27636,80564 +"177548",27636,85512 +"177549",27637,41077 +"177550",27638,85665 +"177551",27639,52960 +"177552",27639,120034 +"177553",27641,29559 +"177554",27641,36487 +"177555",27641,65522 +"177556",27641,68117 +"177557",27642,28409 +"177558",27642,28822 +"177559",27642,29008 +"177560",27642,45993 +"177561",27642,51417 +"177562",27642,69652 +"177563",27642,71868 +"177564",27642,107808 +"177565",27642,119936 +"177566",27643,42020 +"177567",27643,44755 +"177568",27643,48989 +"177569",27643,64768 +"177570",27643,83150 +"177571",27643,96156 +"177572",27643,109864 +"177573",27643,112688 +"177574",27644,33352 +"177575",27644,36065 +"177576",27644,78437 +"177577",27644,95220 +"177578",27644,112862 +"177579",27644,119691 +"177580",27645,114275 +"177581",27646,47958 +"177582",27646,94692 +"177583",27646,102105 +"177584",27646,104792 +"177585",27646,104821 +"177586",27646,115448 +"177587",27646,115453 +"177588",27646,115458 +"177589",27646,117511 +"177590",27648,89956 +"177591",27649,29158 +"177592",27649,39761 +"177593",27649,42523 +"177594",27649,54152 +"177595",27649,65700 +"177596",27649,82332 +"177597",27649,83032 +"177598",27649,93990 +"177599",27649,95224 +"177600",27649,96564 +"177601",27650,36724 +"177602",27650,90931 +"177603",27651,27828 +"177604",27651,28759 +"177605",27651,37653 +"177606",27651,43702 +"177607",27651,43819 +"177608",27651,98388 +"177609",27652,28742 +"177610",27654,44130 +"177611",27654,54234 +"177612",27654,81278 +"177613",27654,81444 +"177614",27654,82859 +"177615",27654,91431 +"177616",27654,104743 +"177617",27654,121577 +"177618",27654,122291 +"177619",27657,31861 +"177620",27657,53741 +"177621",27657,53853 +"177622",27657,54806 +"177623",27657,61035 +"177624",27657,85207 +"177625",27657,99440 +"177626",27658,28305 +"177627",27660,27661 +"177628",27660,59181 +"177629",27660,59604 +"177630",27660,122249 +"177631",27661,49874 +"177632",27661,63538 +"177633",27661,91715 +"177634",27661,91750 +"177635",27663,31120 +"177636",27663,34134 +"177637",27663,44259 +"177638",27663,47979 +"177639",27663,53095 +"177640",27663,53121 +"177641",27663,53153 +"177642",27663,53573 +"177643",27664,30443 +"177644",27664,31836 +"177645",27664,67594 +"177646",27665,42210 +"177647",27666,90089 +"177648",27666,90100 +"177649",27666,116128 +"177650",27667,42516 +"177651",27667,60183 +"177652",27667,69478 +"177653",27667,91762 +"177654",27667,99574 +"177655",27667,99581 +"177656",27667,99592 +"177657",27667,99598 +"177658",27668,30153 +"177659",27668,41898 +"177660",27668,48261 +"177661",27669,37341 +"177662",27669,48603 +"177663",27669,55189 +"177664",27669,77758 +"177665",27669,98877 +"177666",27669,99513 +"177667",27669,101858 +"177668",27669,102872 +"177669",27669,117768 +"177670",27670,30745 +"177671",27670,33223 +"177672",27670,65558 +"177673",27670,73530 +"177674",27671,27724 +"177675",27671,27754 +"177676",27671,27764 +"177677",27671,27883 +"177678",27671,60942 +"177679",27671,74282 +"177680",27672,27697 +"177681",27672,29662 +"177682",27672,32479 +"177683",27672,36726 +"177684",27672,51223 +"177685",27673,30208 +"177686",27673,97498 +"177687",27673,97514 +"177688",27674,51615 +"177689",27675,35602 +"177690",27675,68164 +"177691",27676,58931 +"177692",27677,32264 +"177693",27677,37058 +"177694",27677,43940 +"177695",27677,50742 +"177696",27677,53959 +"177697",27677,76997 +"177698",27677,79877 +"177699",27677,86576 +"177700",27677,95366 +"177701",27677,95473 +"177702",27677,101869 +"177703",27677,101881 +"177704",27677,103920 +"177705",27677,108615 +"177706",27677,109339 +"177707",27677,114266 +"177708",27677,114484 +"177709",27677,114486 +"177710",27677,114534 +"177711",27677,121384 +"177712",27678,32516 +"177713",27678,43394 +"177714",27678,64148 +"177715",27678,68334 +"177716",27678,81263 +"177717",27678,105024 +"177718",27681,73124 +"177719",27681,93138 +"177720",27681,96175 +"177721",27681,111817 +"177722",27682,30493 +"177723",27683,28616 +"177724",27683,56972 +"177725",27683,62579 +"177726",27683,74450 +"177727",27683,76406 +"177728",27683,77352 +"177729",27683,77643 +"177730",27683,78310 +"177731",27683,98035 +"177732",27683,108865 +"177733",27684,32879 +"177734",27684,85165 +"177735",27684,98019 +"177736",27684,121579 +"177737",27685,34496 +"177738",27685,35493 +"177739",27685,37579 +"177740",27685,37807 +"177741",27685,44334 +"177742",27685,45801 +"177743",27685,48291 +"177744",27685,53203 +"177745",27685,55829 +"177746",27685,55843 +"177747",27685,55844 +"177748",27685,55860 +"177749",27685,55871 +"177750",27685,55883 +"177751",27685,55888 +"177752",27685,55912 +"177753",27685,55946 +"177754",27685,55957 +"177755",27685,76869 +"177756",27685,76871 +"177757",27686,41881 +"177758",27686,43067 +"177759",27686,44873 +"177760",27686,50313 +"177761",27686,56001 +"177762",27686,59703 +"177763",27686,61879 +"177764",27686,63019 +"177765",27686,63739 +"177766",27686,73476 +"177767",27686,74202 +"177768",27686,77433 +"177769",27686,84620 +"177770",27686,98181 +"177771",27686,110281 +"177772",27686,110287 +"177773",27686,110300 +"177774",27686,110309 +"177775",27686,116115 +"177776",27688,43173 +"177777",27688,63998 +"177778",27688,83578 +"177779",27688,92881 +"177780",27688,104415 +"177781",27688,118901 +"177782",27690,34431 +"177783",27692,27736 +"177784",27692,92963 +"177785",27693,39215 +"177786",27693,42297 +"177787",27693,68370 +"177788",27694,29783 +"177789",27694,31609 +"177790",27694,45175 +"177791",27694,49194 +"177792",27694,49302 +"177793",27694,56695 +"177794",27694,60034 +"177795",27694,70810 +"177796",27694,72389 +"177797",27695,59314 +"177798",27695,61514 +"177799",27695,91653 +"177800",27695,97235 +"177801",27696,62413 +"177802",27697,105105 +"177803",27698,29931 +"177804",27698,49296 +"177805",27699,40653 +"177806",27699,60227 +"177807",27700,85767 +"177808",27701,41512 +"177809",27701,47555 +"177810",27702,27734 +"177811",27702,27834 +"177812",27703,91298 +"177813",27704,103660 +"177814",27704,103664 +"177815",27704,103783 +"177816",27704,103802 +"177817",27704,103808 +"177818",27704,103812 +"177819",27704,103814 +"177820",27704,103818 +"177821",27704,103836 +"177822",27705,88575 +"177823",27706,31159 +"177824",27706,31295 +"177825",27706,33982 +"177826",27706,42875 +"177827",27706,49976 +"177828",27706,56247 +"177829",27706,63896 +"177830",27706,75738 +"177831",27706,76375 +"177832",27706,79570 +"177833",27706,85598 +"177834",27707,109935 +"177835",27708,38682 +"177836",27708,99956 +"177837",27709,27788 +"177838",27709,30810 +"177839",27709,43258 +"177840",27709,48915 +"177841",27709,77919 +"177842",27709,89772 +"177843",27709,91955 +"177844",27710,28703 +"177845",27710,29253 +"177846",27710,29341 +"177847",27710,29560 +"177848",27710,29573 +"177849",27710,29868 +"177850",27710,32438 +"177851",27710,32967 +"177852",27710,33223 +"177853",27710,33881 +"177854",27710,34097 +"177855",27710,34330 +"177856",27710,34513 +"177857",27710,35400 +"177858",27710,36476 +"177859",27710,36547 +"177860",27710,36745 +"177861",27710,37821 +"177862",27710,37931 +"177863",27710,38319 +"177864",27710,39398 +"177865",27710,39492 +"177866",27710,40320 +"177867",27710,40373 +"177868",27710,40542 +"177869",27710,41182 +"177870",27710,42131 +"177871",27710,46843 +"177872",27710,48331 +"177873",27711,27781 +"177874",27711,27910 +"177875",27711,92596 +"177876",27712,27713 +"177877",27712,103601 +"177878",27713,50427 +"177879",27714,27828 +"177880",27714,31264 +"177881",27714,31265 +"177882",27714,31280 +"177883",27714,50741 +"177884",27714,82274 +"177885",27714,82280 +"177886",27715,27869 +"177887",27716,27832 +"177888",27717,27751 +"177889",27718,48806 +"177890",27718,53624 +"177891",27718,60927 +"177892",27718,66051 +"177893",27718,68458 +"177894",27718,94672 +"177895",27718,99802 +"177896",27718,115383 +"177897",27719,27798 +"177898",27719,29679 +"177899",27719,37853 +"177900",27719,60690 +"177901",27719,66847 +"177902",27719,74578 +"177903",27720,68613 +"177904",27721,30253 +"177905",27722,29163 +"177906",27722,33413 +"177907",27722,37752 +"177908",27722,58988 +"177909",27722,109316 +"177910",27722,112800 +"177911",27723,67620 +"177912",27724,27754 +"177913",27724,27764 +"177914",27724,27883 +"177915",27725,30443 +"177916",27725,33604 +"177917",27725,33708 +"177918",27725,42680 +"177919",27725,49208 +"177920",27725,49215 +"177921",27725,49244 +"177922",27725,52009 +"177923",27725,52475 +"177924",27725,59628 +"177925",27725,60289 +"177926",27725,63753 +"177927",27725,64630 +"177928",27725,64667 +"177929",27725,80044 +"177930",27725,97004 +"177931",27725,103286 +"177932",27725,103379 +"177933",27726,28353 +"177934",27726,30265 +"177935",27726,30881 +"177936",27726,34319 +"177937",27726,35067 +"177938",27726,38564 +"177939",27726,38830 +"177940",27726,44553 +"177941",27726,45081 +"177942",27726,45152 +"177943",27726,45228 +"177944",27726,45332 +"177945",27726,46850 +"177946",27726,53261 +"177947",27726,54168 +"177948",27726,57326 +"177949",27726,57330 +"177950",27726,62878 +"177951",27726,63518 +"177952",27726,73794 +"177953",27726,76131 +"177954",27726,77511 +"177955",27726,79227 +"177956",27726,79256 +"177957",27726,79928 +"177958",27726,79977 +"177959",27726,84510 +"177960",27726,88674 +"177961",27726,88764 +"177962",27726,90818 +"177963",27726,91900 +"177964",27726,94105 +"177965",27726,94198 +"177966",27726,95919 +"177967",27726,97069 +"177968",27726,97580 +"177969",27726,98249 +"177970",27726,98335 +"177971",27726,99281 +"177972",27726,99583 +"177973",27726,99729 +"177974",27726,100377 +"177975",27726,101311 +"177976",27726,102236 +"177977",27726,102455 +"177978",27726,102474 +"177979",27726,103762 +"177980",27726,105878 +"177981",27726,106217 +"177982",27726,107533 +"177983",27726,108189 +"177984",27726,109795 +"177985",27726,110342 +"177986",27726,110766 +"177987",27726,111587 +"177988",27726,119774 +"177989",27727,61088 +"177990",27727,95214 +"177991",27729,46115 +"177992",27729,75422 +"177993",27729,93961 +"177994",27729,93963 +"177995",27729,93972 +"177996",27729,93986 +"177997",27730,105053 +"177998",27730,105154 +"177999",27730,108724 +"178000",27731,42185 +"178001",27731,57403 +"178002",27732,27826 +"178003",27732,102229 +"178004",27733,35526 +"178005",27733,54149 +"178006",27733,59558 +"178007",27733,87357 +"178008",27733,89690 +"178009",27733,122423 +"178010",27734,27834 +"178011",27734,32316 +"178012",27734,54855 +"178013",27734,67116 +"178014",27734,69094 +"178015",27734,94123 +"178016",27734,94127 +"178017",27734,103971 +"178018",27734,110952 +"178019",27735,36373 +"178020",27735,41240 +"178021",27735,41742 +"178022",27735,49880 +"178023",27735,54783 +"178024",27735,61596 +"178025",27735,68504 +"178026",27735,68518 +"178027",27737,52008 +"178028",27738,35922 +"178029",27738,45324 +"178030",27738,60333 +"178031",27738,87053 +"178032",27739,40190 +"178033",27739,62644 +"178034",27740,30453 +"178035",27740,37596 +"178036",27740,54096 +"178037",27740,73391 +"178038",27740,79743 +"178039",27740,80633 +"178040",27740,81689 +"178041",27740,93713 +"178042",27741,27811 +"178043",27742,27866 +"178044",27742,27914 +"178045",27742,30525 +"178046",27742,30541 +"178047",27742,32355 +"178048",27742,32560 +"178049",27742,33871 +"178050",27742,36724 +"178051",27742,39442 +"178052",27742,41410 +"178053",27742,50137 +"178054",27742,52769 +"178055",27742,58090 +"178056",27742,58655 +"178057",27742,62936 +"178058",27742,68687 +"178059",27742,88883 +"178060",27742,91849 +"178061",27742,106230 +"178062",27742,108451 +"178063",27742,115021 +"178064",27742,121963 +"178065",27743,32636 +"178066",27743,88295 +"178067",27744,40028 +"178068",27744,49084 +"178069",27744,58466 +"178070",27745,43701 +"178071",27745,44105 +"178072",27745,47860 +"178073",27745,52406 +"178074",27745,57454 +"178075",27745,64679 +"178076",27745,72578 +"178077",27745,74016 +"178078",27746,72295 +"178079",27747,27793 +"178080",27747,51613 +"178081",27748,28630 +"178082",27749,27765 +"178083",27749,27791 +"178084",27749,27794 +"178085",27749,44063 +"178086",27749,83450 +"178087",27750,30477 +"178088",27750,34054 +"178089",27750,42709 +"178090",27750,43142 +"178091",27750,48960 +"178092",27750,48989 +"178093",27750,49048 +"178094",27750,51373 +"178095",27750,60641 +"178096",27750,93858 +"178097",27750,93989 +"178098",27750,94578 +"178099",27750,118867 +"178100",27750,119157 +"178101",27750,119161 +"178102",27750,119164 +"178103",27750,120091 +"178104",27751,32619 +"178105",27751,48321 +"178106",27751,76835 +"178107",27751,84230 +"178108",27751,88972 +"178109",27751,100614 +"178110",27751,109261 +"178111",27753,30438 +"178112",27753,39058 +"178113",27753,40695 +"178114",27753,62810 +"178115",27754,27764 +"178116",27754,27883 +"178117",27754,42228 +"178118",27756,30446 +"178119",27756,31160 +"178120",27756,32335 +"178121",27756,32379 +"178122",27756,46299 +"178123",27756,46365 +"178124",27756,46378 +"178125",27756,46379 +"178126",27756,47161 +"178127",27756,56899 +"178128",27756,71574 +"178129",27756,79249 +"178130",27756,79851 +"178131",27756,94428 +"178132",27757,46174 +"178133",27757,54933 +"178134",27757,60921 +"178135",27759,68791 +"178136",27759,82162 +"178137",27760,30017 +"178138",27761,43726 +"178139",27762,31292 +"178140",27762,38185 +"178141",27762,40662 +"178142",27762,46714 +"178143",27762,71063 +"178144",27762,87982 +"178145",27764,27883 +"178146",27765,27791 +"178147",27765,27794 +"178148",27765,31903 +"178149",27765,71854 +"178150",27766,34568 +"178151",27766,44532 +"178152",27766,52485 +"178153",27766,64086 +"178154",27766,82782 +"178155",27766,109528 +"178156",27766,114954 +"178157",27767,33731 +"178158",27767,49572 +"178159",27767,76664 +"178160",27767,79675 +"178161",27767,93158 +"178162",27767,95404 +"178163",27768,27876 +"178164",27769,53846 +"178165",27770,100702 +"178166",27770,109280 +"178167",27771,31495 +"178168",27771,32538 +"178169",27771,42348 +"178170",27771,58340 +"178171",27771,58739 +"178172",27771,106978 +"178173",27772,43915 +"178174",27772,123178 +"178175",27773,27923 +"178176",27774,27961 +"178177",27774,28062 +"178178",27774,28063 +"178179",27774,28130 +"178180",27774,28131 +"178181",27774,50487 +"178182",27777,32884 +"178183",27777,44396 +"178184",27777,49512 +"178185",27777,57353 +"178186",27777,81838 +"178187",27777,95981 +"178188",27778,29865 +"178189",27778,55660 +"178190",27778,56768 +"178191",27778,58714 +"178192",27778,80899 +"178193",27778,91757 +"178194",27778,107511 +"178195",27778,110710 +"178196",27779,27805 +"178197",27779,74267 +"178198",27780,27806 +"178199",27780,27862 +"178200",27780,29561 +"178201",27780,30076 +"178202",27780,30278 +"178203",27780,32625 +"178204",27780,32639 +"178205",27780,32694 +"178206",27780,46026 +"178207",27780,52544 +"178208",27780,52584 +"178209",27780,52586 +"178210",27780,52631 +"178211",27780,52632 +"178212",27780,84563 +"178213",27780,91939 +"178214",27780,112122 +"178215",27780,118584 +"178216",27780,118920 +"178217",27781,27910 +"178218",27782,49535 +"178219",27782,77364 +"178220",27782,83805 +"178221",27782,87638 +"178222",27782,99773 +"178223",27783,31164 +"178224",27783,36136 +"178225",27783,36160 +"178226",27783,38224 +"178227",27783,39614 +"178228",27783,70285 +"178229",27783,76807 +"178230",27783,87172 +"178231",27785,40572 +"178232",27785,42700 +"178233",27785,67266 +"178234",27785,72520 +"178235",27785,75196 +"178236",27785,80793 +"178237",27785,81907 +"178238",27785,85570 +"178239",27785,93780 +"178240",27785,98082 +"178241",27786,30486 +"178242",27786,35500 +"178243",27786,36403 +"178244",27786,38589 +"178245",27786,42455 +"178246",27786,69931 +"178247",27786,86473 +"178248",27786,89577 +"178249",27787,34680 +"178250",27787,34702 +"178251",27787,43990 +"178252",27787,49065 +"178253",27787,57800 +"178254",27787,59392 +"178255",27788,36458 +"178256",27788,74373 +"178257",27788,95589 +"178258",27788,98912 +"178259",27788,107403 +"178260",27789,53375 +"178261",27789,67240 +"178262",27789,74795 +"178263",27789,82850 +"178264",27789,82864 +"178265",27789,104640 +"178266",27791,27794 +"178267",27791,71580 +"178268",27791,71812 +"178269",27791,71854 +"178270",27792,48024 +"178271",27792,48228 +"178272",27792,48260 +"178273",27792,50063 +"178274",27792,58133 +"178275",27792,59056 +"178276",27792,62380 +"178277",27792,68467 +"178278",27792,69506 +"178279",27792,71516 +"178280",27792,74906 +"178281",27792,81675 +"178282",27792,90018 +"178283",27792,92012 +"178284",27792,111773 +"178285",27793,106648 +"178286",27793,106650 +"178287",27793,106668 +"178288",27794,29067 +"178289",27794,31903 +"178290",27794,41579 +"178291",27794,54608 +"178292",27794,71854 +"178293",27797,28161 +"178294",27797,34530 +"178295",27797,42107 +"178296",27797,42970 +"178297",27797,50052 +"178298",27797,62044 +"178299",27797,66960 +"178300",27797,78548 +"178301",27798,33492 +"178302",27798,37853 +"178303",27798,40263 +"178304",27798,49282 +"178305",27798,51775 +"178306",27798,55608 +"178307",27798,58195 +"178308",27798,59240 +"178309",27798,59857 +"178310",27798,60690 +"178311",27798,74578 +"178312",27799,42582 +"178313",27799,58194 +"178314",27799,83680 +"178315",27800,38168 +"178316",27800,41310 +"178317",27800,70283 +"178318",27800,93757 +"178319",27800,107794 +"178320",27800,114623 +"178321",27801,34752 +"178322",27801,48902 +"178323",27801,84284 +"178324",27802,27868 +"178325",27802,100466 +"178326",27802,107545 +"178327",27803,30509 +"178328",27803,30510 +"178329",27803,30548 +"178330",27803,31303 +"178331",27803,31304 +"178332",27803,31628 +"178333",27803,45127 +"178334",27804,52135 +"178335",27804,55071 +"178336",27804,87007 +"178337",27805,33477 +"178338",27805,38690 +"178339",27805,70675 +"178340",27805,77144 +"178341",27805,77154 +"178342",27805,77192 +"178343",27805,77195 +"178344",27807,33757 +"178345",27807,81708 +"178346",27807,94867 +"178347",27808,80121 +"178348",27808,92614 +"178349",27809,66901 +"178350",27809,96364 +"178351",27810,41103 +"178352",27810,48703 +"178353",27810,75233 +"178354",27811,29230 +"178355",27811,29231 +"178356",27811,31790 +"178357",27811,31943 +"178358",27811,41521 +"178359",27811,44727 +"178360",27811,50329 +"178361",27811,51287 +"178362",27811,56174 +"178363",27811,74813 +"178364",27811,78322 +"178365",27811,83238 +"178366",27811,97562 +"178367",27811,99291 +"178368",27811,101904 +"178369",27811,102267 +"178370",27812,79178 +"178371",27815,27858 +"178372",27815,27859 +"178373",27815,27913 +"178374",27815,28792 +"178375",27815,37021 +"178376",27815,55271 +"178377",27816,56598 +"178378",27816,63429 +"178379",27817,28240 +"178380",27817,37008 +"178381",27817,53319 +"178382",27817,69473 +"178383",27818,31521 +"178384",27818,41888 +"178385",27818,49506 +"178386",27818,56396 +"178387",27818,65310 +"178388",27818,65366 +"178389",27818,70674 +"178390",27818,83977 +"178391",27819,58711 +"178392",27819,84129 +"178393",27819,120237 +"178394",27819,120327 +"178395",27821,27894 +"178396",27822,34729 +"178397",27822,52806 +"178398",27822,52882 +"178399",27822,90798 +"178400",27822,90809 +"178401",27822,120315 +"178402",27822,120355 +"178403",27824,56185 +"178404",27824,76036 +"178405",27824,83245 +"178406",27824,105138 +"178407",27825,47853 +"178408",27825,111827 +"178409",27826,50675 +"178410",27828,28759 +"178411",27828,37653 +"178412",27828,43702 +"178413",27828,43819 +"178414",27829,112742 +"178415",27830,57299 +"178416",27830,84004 +"178417",27831,87436 +"178418",27831,109960 +"178419",27831,113959 +"178420",27831,113965 +"178421",27832,35493 +"178422",27832,35578 +"178423",27832,40143 +"178424",27832,68878 +"178425",27832,82572 +"178426",27832,82580 +"178427",27833,29239 +"178428",27835,78016 +"178429",27836,29675 +"178430",27836,37390 +"178431",27836,50592 +"178432",27836,53872 +"178433",27837,28114 +"178434",27837,31050 +"178435",27837,31072 +"178436",27837,34920 +"178437",27837,35302 +"178438",27837,41739 +"178439",27837,43634 +"178440",27837,68741 +"178441",27837,70793 +"178442",27837,71644 +"178443",27837,74214 +"178444",27837,95782 +"178445",27837,105356 +"178446",27837,108141 +"178447",27837,108686 +"178448",27837,114470 +"178449",27838,81675 +"178450",27838,97552 +"178451",27839,28642 +"178452",27839,36654 +"178453",27839,40079 +"178454",27839,54645 +"178455",27839,71241 +"178456",27840,32901 +"178457",27840,42078 +"178458",27840,53458 +"178459",27840,93505 +"178460",27840,95440 +"178461",27842,27875 +"178462",27843,80997 +"178463",27844,27895 +"178464",27844,28864 +"178465",27844,66976 +"178466",27845,27884 +"178467",27845,41560 +"178468",27845,45443 +"178469",27845,51492 +"178470",27845,52332 +"178471",27845,81489 +"178472",27845,101228 +"178473",27845,103826 +"178474",27845,113610 +"178475",27847,28400 +"178476",27847,43805 +"178477",27847,50229 +"178478",27847,62690 +"178479",27847,64047 +"178480",27847,68139 +"178481",27847,77735 +"178482",27847,110756 +"178483",27848,27851 +"178484",27848,47827 +"178485",27848,63970 +"178486",27848,77217 +"178487",27848,83914 +"178488",27848,86350 +"178489",27848,93317 +"178490",27849,29486 +"178491",27849,29750 +"178492",27849,39335 +"178493",27849,41174 +"178494",27849,43599 +"178495",27849,48284 +"178496",27849,52794 +"178497",27849,55468 +"178498",27849,61666 +"178499",27849,77349 +"178500",27849,80270 +"178501",27849,80298 +"178502",27849,80383 +"178503",27849,80384 +"178504",27849,82016 +"178505",27849,82028 +"178506",27849,86129 +"178507",27849,96278 +"178508",27849,96850 +"178509",27849,99444 +"178510",27849,108372 +"178511",27849,121422 +"178512",27850,29509 +"178513",27850,76901 +"178514",27853,27877 +"178515",27853,45354 +"178516",27853,53564 +"178517",27853,56625 +"178518",27853,58319 +"178519",27853,66161 +"178520",27853,67446 +"178521",27853,68254 +"178522",27854,30835 +"178523",27854,34041 +"178524",27855,27905 +"178525",27855,93621 +"178526",27856,37469 +"178527",27856,65963 +"178528",27857,55926 +"178529",27857,74139 +"178530",27858,27859 +"178531",27858,27913 +"178532",27858,37021 +"178533",27859,27913 +"178534",27859,37021 +"178535",27859,65795 +"178536",27859,66199 +"178537",27859,91712 +"178538",27860,36569 +"178539",27860,40480 +"178540",27860,78997 +"178541",27860,86650 +"178542",27860,87780 +"178543",27861,29763 +"178544",27861,31686 +"178545",27861,38142 +"178546",27861,39482 +"178547",27861,50229 +"178548",27861,53423 +"178549",27861,60506 +"178550",27861,64906 +"178551",27861,66945 +"178552",27861,88067 +"178553",27861,107053 +"178554",27861,115269 +"178555",27862,28516 +"178556",27862,29561 +"178557",27862,30076 +"178558",27862,30278 +"178559",27862,32625 +"178560",27862,32639 +"178561",27862,32694 +"178562",27862,34604 +"178563",27862,42981 +"178564",27862,42995 +"178565",27862,46026 +"178566",27862,61881 +"178567",27862,76099 +"178568",27862,107702 +"178569",27863,30769 +"178570",27863,47876 +"178571",27863,76809 +"178572",27863,100335 +"178573",27864,60103 +"178574",27864,87246 +"178575",27864,98244 +"178576",27864,115332 +"178577",27864,115721 +"178578",27865,37505 +"178579",27865,66189 +"178580",27865,103374 +"178581",27865,105905 +"178582",27866,27914 +"178583",27866,31670 +"178584",27866,31868 +"178585",27866,36724 +"178586",27866,56890 +"178587",27867,63572 +"178588",27867,84006 +"178589",27868,28125 +"178590",27868,99430 +"178591",27869,39664 +"178592",27869,55630 +"178593",27869,89950 +"178594",27870,48044 +"178595",27870,94128 +"178596",27871,105351 +"178597",27872,49941 +"178598",27872,50378 +"178599",27872,68206 +"178600",27872,78147 +"178601",27872,98456 +"178602",27872,98489 +"178603",27873,38125 +"178604",27873,39263 +"178605",27873,43321 +"178606",27873,83527 +"178607",27873,83588 +"178608",27873,83605 +"178609",27874,99406 +"178610",27875,33483 +"178611",27876,34626 +"178612",27876,48598 +"178613",27876,49923 +"178614",27876,91806 +"178615",27877,45354 +"178616",27877,56625 +"178617",27877,86866 +"178618",27878,71863 +"178619",27879,55120 +"178620",27879,56130 +"178621",27879,64900 +"178622",27879,85019 +"178623",27879,90724 +"178624",27879,107775 +"178625",27880,28396 +"178626",27880,52524 +"178627",27880,70684 +"178628",27882,34170 +"178629",27882,39950 +"178630",27882,41564 +"178631",27882,42361 +"178632",27882,43989 +"178633",27882,44074 +"178634",27882,47375 +"178635",27882,53946 +"178636",27882,62788 +"178637",27882,64901 +"178638",27882,78338 +"178639",27883,56608 +"178640",27885,28064 +"178641",27885,28168 +"178642",27885,32752 +"178643",27885,35705 +"178644",27885,42588 +"178645",27885,45876 +"178646",27885,49019 +"178647",27885,51247 +"178648",27885,51575 +"178649",27885,53840 +"178650",27885,56700 +"178651",27885,60811 +"178652",27885,76178 +"178653",27885,94500 +"178654",27885,110735 +"178655",27886,64143 +"178656",27886,121419 +"178657",27887,27898 +"178658",27887,27906 +"178659",27888,84452 +"178660",27889,31950 +"178661",27889,40510 +"178662",27889,41227 +"178663",27889,54913 +"178664",27889,55493 +"178665",27889,78257 +"178666",27889,79359 +"178667",27889,84581 +"178668",27889,86230 +"178669",27889,93642 +"178670",27889,97914 +"178671",27889,97930 +"178672",27889,98210 +"178673",27889,110035 +"178674",27889,111590 +"178675",27889,113327 +"178676",27889,116395 +"178677",27889,116484 +"178678",27889,123410 +"178679",27889,123412 +"178680",27890,28233 +"178681",27890,31603 +"178682",27891,37752 +"178683",27891,38570 +"178684",27891,40142 +"178685",27891,59916 +"178686",27891,83460 +"178687",27891,89352 +"178688",27891,95143 +"178689",27891,107630 +"178690",27891,111848 +"178691",27891,119450 +"178692",27892,43007 +"178693",27892,71883 +"178694",27892,96269 +"178695",27892,97218 +"178696",27893,80840 +"178697",27894,82169 +"178698",27895,71329 +"178699",27895,89994 +"178700",27895,102603 +"178701",27895,109476 +"178702",27896,28246 +"178703",27897,29417 +"178704",27897,77738 +"178705",27897,103219 +"178706",27897,107661 +"178707",27898,27906 +"178708",27900,35972 +"178709",27900,85642 +"178710",27900,89844 +"178711",27900,89847 +"178712",27900,106026 +"178713",27900,106055 +"178714",27901,27902 +"178715",27902,34382 +"178716",27903,28627 +"178717",27903,68414 +"178718",27905,30056 +"178719",27907,30418 +"178720",27907,35062 +"178721",27907,40698 +"178722",27907,46953 +"178723",27907,64503 +"178724",27907,75556 +"178725",27907,78037 +"178726",27907,89935 +"178727",27907,98801 +"178728",27907,108488 +"178729",27907,109695 +"178730",27907,109699 +"178731",27908,29664 +"178732",27908,31635 +"178733",27908,32543 +"178734",27908,34348 +"178735",27908,52198 +"178736",27908,75224 +"178737",27908,75225 +"178738",27908,76287 +"178739",27908,108055 +"178740",27910,51953 +"178741",27910,52734 +"178742",27910,67041 +"178743",27910,78358 +"178744",27910,82944 +"178745",27910,101295 +"178746",27910,115622 +"178747",27911,30417 +"178748",27911,30887 +"178749",27911,53515 +"178750",27911,64186 +"178751",27911,66656 +"178752",27911,71959 +"178753",27912,83153 +"178754",27913,37021 +"178755",27913,54829 +"178756",27914,28904 +"178757",27914,36724 +"178758",27914,56995 +"178759",27914,68687 +"178760",27914,70527 +"178761",27915,41884 +"178762",27916,47589 +"178763",27916,95725 +"178764",27916,95950 +"178765",27917,28881 +"178766",27919,28076 +"178767",27919,52545 +"178768",27920,47664 +"178769",27920,81892 +"178770",27920,106728 +"178771",27920,119449 +"178772",27921,27936 +"178773",27921,27995 +"178774",27921,45141 +"178775",27921,79012 +"178776",27921,86858 +"178777",27921,122627 +"178778",27922,116420 +"178779",27924,28123 +"178780",27924,113030 +"178781",27925,61826 +"178782",27925,71394 +"178783",27925,93929 +"178784",27926,39380 +"178785",27926,39968 +"178786",27926,48698 +"178787",27926,48982 +"178788",27926,49362 +"178789",27926,52141 +"178790",27926,55440 +"178791",27926,65884 +"178792",27926,79912 +"178793",27926,83314 +"178794",27926,88699 +"178795",27926,89274 +"178796",27926,98925 +"178797",27926,108830 +"178798",27926,108867 +"178799",27926,114097 +"178800",27927,27929 +"178801",27927,41813 +"178802",27927,54933 +"178803",27927,79466 +"178804",27927,100564 +"178805",27929,35576 +"178806",27929,35788 +"178807",27930,28255 +"178808",27930,42134 +"178809",27930,54921 +"178810",27930,59274 +"178811",27930,79993 +"178812",27930,88233 +"178813",27930,93933 +"178814",27930,118154 +"178815",27930,119061 +"178816",27931,28797 +"178817",27931,86055 +"178818",27931,86095 +"178819",27931,88667 +"178820",27932,92047 +"178821",27933,102818 +"178822",27934,91634 +"178823",27935,117184 +"178824",27936,27995 +"178825",27936,31375 +"178826",27936,35827 +"178827",27936,44239 +"178828",27936,90421 +"178829",27936,91301 +"178830",27936,103947 +"178831",27936,121849 +"178832",27936,121850 +"178833",27937,37898 +"178834",27937,37899 +"178835",27937,37999 +"178836",27937,38044 +"178837",27937,41035 +"178838",27937,43311 +"178839",27937,45309 +"178840",27937,49972 +"178841",27937,77228 +"178842",27937,77229 +"178843",27937,77259 +"178844",27938,28024 +"178845",27938,28090 +"178846",27938,28145 +"178847",27938,28846 +"178848",27938,36027 +"178849",27938,36830 +"178850",27938,39239 +"178851",27938,39247 +"178852",27938,39304 +"178853",27938,39305 +"178854",27938,41004 +"178855",27938,50811 +"178856",27938,51623 +"178857",27938,53448 +"178858",27938,53493 +"178859",27938,67811 +"178860",27938,67818 +"178861",27939,28139 +"178862",27940,43938 +"178863",27940,44827 +"178864",27940,56585 +"178865",27940,111772 +"178866",27942,34637 +"178867",27942,62620 +"178868",27943,30295 +"178869",27943,38134 +"178870",27943,38151 +"178871",27943,54277 +"178872",27943,69903 +"178873",27943,82441 +"178874",27944,73609 +"178875",27944,73812 +"178876",27946,32398 +"178877",27946,67859 +"178878",27946,78652 +"178879",27946,84932 +"178880",27947,28371 +"178881",27947,28915 +"178882",27947,29624 +"178883",27948,30462 +"178884",27948,36823 +"178885",27948,44562 +"178886",27948,48802 +"178887",27948,56107 +"178888",27948,73003 +"178889",27948,75470 +"178890",27948,95446 +"178891",27948,101009 +"178892",27948,101161 +"178893",27949,30963 +"178894",27949,93922 +"178895",27949,103319 +"178896",27950,28201 +"178897",27951,28132 +"178898",27951,35011 +"178899",27951,50867 +"178900",27951,65944 +"178901",27951,67686 +"178902",27952,28408 +"178903",27952,31831 +"178904",27952,41662 +"178905",27952,42848 +"178906",27952,46030 +"178907",27952,46358 +"178908",27952,46392 +"178909",27952,49477 +"178910",27952,50061 +"178911",27952,60674 +"178912",27952,62144 +"178913",27952,101822 +"178914",27953,48444 +"178915",27953,53155 +"178916",27953,59014 +"178917",27953,63568 +"178918",27953,101158 +"178919",27953,105811 +"178920",27953,111117 +"178921",27953,116478 +"178922",27954,28122 +"178923",27955,29274 +"178924",27956,55707 +"178925",27956,85411 +"178926",27957,28121 +"178927",27957,41953 +"178928",27957,72891 +"178929",27959,34437 +"178930",27959,36506 +"178931",27959,41999 +"178932",27959,43292 +"178933",27959,45345 +"178934",27959,53605 +"178935",27959,67312 +"178936",27959,79308 +"178937",27959,79622 +"178938",27959,79848 +"178939",27959,81527 +"178940",27959,92993 +"178941",27959,112273 +"178942",27960,29749 +"178943",27960,44182 +"178944",27960,45541 +"178945",27960,47401 +"178946",27960,50685 +"178947",27960,51398 +"178948",27960,58383 +"178949",27960,63162 +"178950",27960,69814 +"178951",27960,84940 +"178952",27960,84941 +"178953",27960,84958 +"178954",27960,87168 +"178955",27961,28062 +"178956",27961,28063 +"178957",27961,28130 +"178958",27961,28131 +"178959",27962,32586 +"178960",27962,32623 +"178961",27962,45406 +"178962",27962,47112 +"178963",27962,50198 +"178964",27962,58137 +"178965",27962,65532 +"178966",27962,94844 +"178967",27963,51178 +"178968",27963,117321 +"178969",27964,63448 +"178970",27965,74344 +"178971",27965,79198 +"178972",27965,104046 +"178973",27966,41966 +"178974",27966,48789 +"178975",27966,50224 +"178976",27966,52857 +"178977",27966,57143 +"178978",27966,72083 +"178979",27966,81017 +"178980",27966,88575 +"178981",27966,97368 +"178982",27966,99882 +"178983",27967,48324 +"178984",27969,27999 +"178985",27969,43538 +"178986",27969,55076 +"178987",27969,55124 +"178988",27969,55133 +"178989",27969,57016 +"178990",27970,30144 +"178991",27971,89726 +"178992",27971,93051 +"178993",27971,93361 +"178994",27971,112442 +"178995",27972,45839 +"178996",27972,56737 +"178997",27972,79698 +"178998",27972,84390 +"178999",27972,87492 +"179000",27973,28047 +"179001",27973,30012 +"179002",27973,31914 +"179003",27973,33569 +"179004",27973,51398 +"179005",27973,52058 +"179006",27973,55468 +"179007",27973,65898 +"179008",27973,66740 +"179009",27973,70889 +"179010",27973,79231 +"179011",27973,79656 +"179012",27973,84138 +"179013",27973,86131 +"179014",27973,104609 +"179015",27973,106968 +"179016",27973,108303 +"179017",27973,109510 +"179018",27973,110599 +"179019",27974,108951 +"179020",27975,34515 +"179021",27975,38219 +"179022",27975,40645 +"179023",27975,77664 +"179024",27975,99375 +"179025",27977,98181 +"179026",27978,28313 +"179027",27978,52182 +"179028",27979,28245 +"179029",27979,103410 +"179030",27980,28027 +"179031",27980,41175 +"179032",27981,27997 +"179033",27981,39938 +"179034",27981,63267 +"179035",27981,63725 +"179036",27981,84301 +"179037",27981,89209 +"179038",27981,89230 +"179039",27981,105568 +"179040",27981,112750 +"179041",27981,114051 +"179042",27981,116775 +"179043",27982,28016 +"179044",27984,33642 +"179045",27984,33748 +"179046",27984,33796 +"179047",27984,66441 +"179048",27984,101562 +"179049",27985,33980 +"179050",27985,34060 +"179051",27985,34132 +"179052",27988,54533 +"179053",27988,66877 +"179054",27988,80670 +"179055",27988,85282 +"179056",27988,110546 +"179057",27988,110815 +"179058",27989,34761 +"179059",27989,52168 +"179060",27989,54775 +"179061",27989,56976 +"179062",27989,63364 +"179063",27989,68006 +"179064",27989,71027 +"179065",27989,84882 +"179066",27991,45832 +"179067",27992,40136 +"179068",27992,46053 +"179069",27992,53031 +"179070",27993,28040 +"179071",27993,28310 +"179072",27993,43719 +"179073",27994,47968 +"179074",27994,110375 +"179075",27996,58006 +"179076",27997,30044 +"179077",27997,35058 +"179078",27997,38634 +"179079",27997,39938 +"179080",27997,47434 +"179081",27997,50635 +"179082",27997,55775 +"179083",27997,68827 +"179084",27997,89209 +"179085",27997,110859 +"179086",27997,116136 +"179087",27998,66026 +"179088",27998,73483 +"179089",27998,102053 +"179090",27998,107993 +"179091",27999,32856 +"179092",28000,94241 +"179093",28000,100115 +"179094",28000,100375 +"179095",28000,123317 +"179096",28000,123343 +"179097",28001,28084 +"179098",28001,41163 +"179099",28001,47736 +"179100",28001,50804 +"179101",28001,69492 +"179102",28002,51299 +"179103",28002,56236 +"179104",28002,57906 +"179105",28002,84463 +"179106",28002,104064 +"179107",28003,28256 +"179108",28003,38532 +"179109",28003,44822 +"179110",28003,48682 +"179111",28003,71922 +"179112",28003,80555 +"179113",28003,89446 +"179114",28003,92788 +"179115",28004,29246 +"179116",28004,40446 +"179117",28004,42634 +"179118",28004,67078 +"179119",28004,71784 +"179120",28004,86750 +"179121",28004,111842 +"179122",28004,120876 +"179123",28005,51813 +"179124",28005,60425 +"179125",28005,97932 +"179126",28005,111073 +"179127",28006,30564 +"179128",28006,53134 +"179129",28006,70934 +"179130",28006,91184 +"179131",28007,41965 +"179132",28007,53921 +"179133",28007,60806 +"179134",28007,63075 +"179135",28007,97811 +"179136",28007,117122 +"179137",28008,28945 +"179138",28008,28983 +"179139",28008,49921 +"179140",28009,85355 +"179141",28010,36189 +"179142",28010,46861 +"179143",28010,109700 +"179144",28011,29183 +"179145",28011,45629 +"179146",28011,67625 +"179147",28011,74366 +"179148",28011,93197 +"179149",28011,94485 +"179150",28011,115841 +"179151",28012,28418 +"179152",28012,28463 +"179153",28012,53648 +"179154",28012,70125 +"179155",28012,70130 +"179156",28012,70149 +"179157",28012,79533 +"179158",28012,81664 +"179159",28013,30132 +"179160",28013,46014 +"179161",28013,50491 +"179162",28013,89126 +"179163",28013,91128 +"179164",28013,107480 +"179165",28013,109631 +"179166",28013,117570 +"179167",28013,118722 +"179168",28014,28028 +"179169",28015,36239 +"179170",28015,36361 +"179171",28015,39329 +"179172",28015,40725 +"179173",28015,42092 +"179174",28015,46015 +"179175",28015,51718 +"179176",28015,57158 +"179177",28015,114962 +"179178",28017,55712 +"179179",28018,34554 +"179180",28018,35434 +"179181",28018,40235 +"179182",28018,42902 +"179183",28018,52254 +"179184",28018,55978 +"179185",28018,69243 +"179186",28020,30459 +"179187",28020,43508 +"179188",28020,45487 +"179189",28020,47827 +"179190",28020,48967 +"179191",28020,68862 +"179192",28020,74799 +"179193",28020,80728 +"179194",28020,83876 +"179195",28020,85673 +"179196",28020,89685 +"179197",28020,91869 +"179198",28020,93317 +"179199",28020,99738 +"179200",28020,99955 +"179201",28020,101216 +"179202",28020,102001 +"179203",28020,110139 +"179204",28020,111776 +"179205",28020,112377 +"179206",28020,119867 +"179207",28020,122855 +"179208",28021,30819 +"179209",28022,34557 +"179210",28022,35563 +"179211",28022,41001 +"179212",28022,50727 +"179213",28022,51094 +"179214",28022,51275 +"179215",28022,54463 +"179216",28022,76704 +"179217",28022,77449 +"179218",28022,80291 +"179219",28022,81454 +"179220",28022,88253 +"179221",28022,88409 +"179222",28022,92088 +"179223",28022,94318 +"179224",28022,95899 +"179225",28022,101425 +"179226",28022,105014 +"179227",28022,113782 +"179228",28022,114828 +"179229",28022,117019 +"179230",28022,119303 +"179231",28023,38400 +"179232",28023,79768 +"179233",28024,28090 +"179234",28024,28145 +"179235",28024,28846 +"179236",28024,29984 +"179237",28024,39830 +"179238",28024,47175 +"179239",28024,51997 +"179240",28024,53374 +"179241",28024,53448 +"179242",28024,53493 +"179243",28024,53510 +"179244",28026,95315 +"179245",28027,41175 +"179246",28029,41443 +"179247",28029,105732 +"179248",28031,45483 +"179249",28031,112363 +"179250",28032,28391 +"179251",28032,29050 +"179252",28032,49277 +"179253",28032,53235 +"179254",28032,54504 +"179255",28032,54960 +"179256",28032,77073 +"179257",28032,78219 +"179258",28032,90825 +"179259",28032,98453 +"179260",28032,109853 +"179261",28033,28048 +"179262",28033,90693 +"179263",28034,33208 +"179264",28034,77885 +"179265",28034,81408 +"179266",28034,83446 +"179267",28034,83750 +"179268",28034,97087 +"179269",28034,106740 +"179270",28034,112966 +"179271",28034,117575 +"179272",28034,119308 +"179273",28034,119312 +"179274",28034,119347 +"179275",28034,119349 +"179276",28034,119355 +"179277",28034,121845 +"179278",28035,33902 +"179279",28035,35703 +"179280",28035,39122 +"179281",28035,60123 +"179282",28036,107498 +"179283",28036,109474 +"179284",28037,70164 +"179285",28037,72886 +"179286",28037,121377 +"179287",28038,36043 +"179288",28038,53069 +"179289",28039,91111 +"179290",28039,111835 +"179291",28039,111839 +"179292",28039,111895 +"179293",28040,28310 +"179294",28040,35562 +"179295",28040,49388 +"179296",28040,104147 +"179297",28041,36360 +"179298",28041,75337 +"179299",28041,110393 +"179300",28041,110470 +"179301",28042,62730 +"179302",28043,28438 +"179303",28043,28523 +"179304",28043,28568 +"179305",28043,29296 +"179306",28043,31168 +"179307",28043,31170 +"179308",28043,31181 +"179309",28043,31182 +"179310",28043,31184 +"179311",28043,31238 +"179312",28043,31247 +"179313",28043,31269 +"179314",28043,31314 +"179315",28043,31829 +"179316",28043,31913 +"179317",28043,49815 +"179318",28043,57383 +"179319",28043,65009 +"179320",28043,68589 +"179321",28043,74088 +"179322",28043,77109 +"179323",28044,28147 +"179324",28044,28148 +"179325",28044,71072 +"179326",28045,31918 +"179327",28045,47795 +"179328",28046,40263 +"179329",28046,99213 +"179330",28047,29749 +"179331",28047,32601 +"179332",28047,33569 +"179333",28047,48414 +"179334",28047,51732 +"179335",28047,52058 +"179336",28047,86962 +"179337",28047,104609 +"179338",28047,108303 +"179339",28047,115613 +"179340",28048,44136 +"179341",28048,53265 +"179342",28048,55878 +"179343",28048,60624 +"179344",28048,78501 +"179345",28048,79697 +"179346",28048,94398 +"179347",28048,97881 +"179348",28048,107620 +"179349",28049,32791 +"179350",28049,32799 +"179351",28049,32816 +"179352",28049,32846 +"179353",28049,32873 +"179354",28049,32887 +"179355",28049,32910 +"179356",28049,32942 +"179357",28049,32987 +"179358",28049,33050 +"179359",28049,33051 +"179360",28049,33109 +"179361",28049,38736 +"179362",28049,51159 +"179363",28049,93859 +"179364",28049,100733 +"179365",28050,28168 +"179366",28050,31588 +"179367",28050,49211 +"179368",28050,60811 +"179369",28051,29626 +"179370",28051,29808 +"179371",28051,30549 +"179372",28051,31605 +"179373",28051,47151 +"179374",28051,93563 +"179375",28051,114273 +"179376",28052,34158 +"179377",28052,51319 +"179378",28052,100633 +"179379",28053,28984 +"179380",28053,31209 +"179381",28053,57432 +"179382",28053,61901 +"179383",28053,99304 +"179384",28054,30923 +"179385",28054,34570 +"179386",28054,52854 +"179387",28054,54819 +"179388",28056,33990 +"179389",28056,46101 +"179390",28056,46448 +"179391",28056,52622 +"179392",28057,28986 +"179393",28057,32901 +"179394",28057,35420 +"179395",28057,38218 +"179396",28057,42689 +"179397",28057,42725 +"179398",28057,48692 +"179399",28057,51816 +"179400",28057,51921 +"179401",28057,58960 +"179402",28057,68043 +"179403",28057,84891 +"179404",28057,92754 +"179405",28057,94520 +"179406",28057,94533 +"179407",28057,106745 +"179408",28058,58874 +"179409",28058,79529 +"179410",28058,103077 +"179411",28058,114204 +"179412",28058,118265 +"179413",28058,121325 +"179414",28059,28614 +"179415",28059,28757 +"179416",28060,28945 +"179417",28060,31816 +"179418",28060,31849 +"179419",28060,113546 +"179420",28062,28063 +"179421",28062,28130 +"179422",28062,28131 +"179423",28062,39705 +"179424",28063,28130 +"179425",28063,28131 +"179426",28063,34669 +"179427",28063,96911 +"179428",28063,97759 +"179429",28063,99680 +"179430",28063,99702 +"179431",28064,49019 +"179432",28064,53840 +"179433",28065,53257 +"179434",28065,96775 +"179435",28065,100956 +"179436",28066,89034 +"179437",28067,28070 +"179438",28067,46091 +"179439",28067,63643 +"179440",28067,71651 +"179441",28067,72462 +"179442",28067,72472 +"179443",28068,29016 +"179444",28068,29286 +"179445",28068,30770 +"179446",28068,31367 +"179447",28068,33962 +"179448",28068,34106 +"179449",28068,42497 +"179450",28068,48845 +"179451",28068,50229 +"179452",28068,56217 +"179453",28068,57697 +"179454",28068,59975 +"179455",28068,62614 +"179456",28068,86864 +"179457",28068,86873 +"179458",28068,87709 +"179459",28068,96077 +"179460",28069,31355 +"179461",28069,38650 +"179462",28069,60815 +"179463",28069,105556 +"179464",28070,54038 +"179465",28070,57924 +"179466",28071,53624 +"179467",28073,84700 +"179468",28074,49716 +"179469",28075,30738 +"179470",28075,47320 +"179471",28075,56644 +"179472",28075,77950 +"179473",28076,83196 +"179474",28077,71938 +"179475",28077,86146 +"179476",28078,32841 +"179477",28078,40978 +"179478",28078,51433 +"179479",28078,52330 +"179480",28078,59362 +"179481",28078,59363 +"179482",28078,61837 +"179483",28078,81096 +"179484",28078,82190 +"179485",28078,86153 +"179486",28078,97479 +"179487",28078,116135 +"179488",28078,116668 +"179489",28079,30938 +"179490",28079,36788 +"179491",28079,42215 +"179492",28079,50603 +"179493",28079,60608 +"179494",28079,114133 +"179495",28080,30611 +"179496",28080,79277 +"179497",28080,89758 +"179498",28080,108682 +"179499",28080,108693 +"179500",28080,113731 +"179501",28081,32548 +"179502",28081,34088 +"179503",28081,37266 +"179504",28081,38535 +"179505",28081,44131 +"179506",28081,45127 +"179507",28081,46903 +"179508",28081,51512 +"179509",28081,52494 +"179510",28081,68789 +"179511",28081,68891 +"179512",28081,68914 +"179513",28081,97553 +"179514",28081,97557 +"179515",28082,28086 +"179516",28082,28138 +"179517",28083,30471 +"179518",28083,40128 +"179519",28083,53521 +"179520",28083,76915 +"179521",28083,81030 +"179522",28084,28249 +"179523",28084,42508 +"179524",28084,42652 +"179525",28084,42724 +"179526",28084,49909 +"179527",28084,50501 +"179528",28084,58953 +"179529",28084,60005 +"179530",28085,110084 +"179531",28085,110094 +"179532",28086,28138 +"179533",28086,42566 +"179534",28086,42804 +"179535",28086,80707 +"179536",28087,35287 +"179537",28087,47460 +"179538",28087,76483 +"179539",28087,98486 +"179540",28087,105596 +"179541",28088,28670 +"179542",28088,31880 +"179543",28088,41246 +"179544",28088,49803 +"179545",28088,59085 +"179546",28088,69177 +"179547",28088,69205 +"179548",28088,74555 +"179549",28089,61483 +"179550",28089,76427 +"179551",28090,28145 +"179552",28090,28846 +"179553",28090,50811 +"179554",28090,85576 +"179555",28091,30079 +"179556",28091,30827 +"179557",28091,30850 +"179558",28091,32021 +"179559",28091,36079 +"179560",28091,40579 +"179561",28091,43404 +"179562",28091,48519 +"179563",28091,52408 +"179564",28091,54675 +"179565",28091,63545 +"179566",28091,71236 +"179567",28091,96997 +"179568",28092,33113 +"179569",28092,33383 +"179570",28092,33399 +"179571",28092,37440 +"179572",28092,80198 +"179573",28093,28353 +"179574",28093,29019 +"179575",28093,29026 +"179576",28093,32413 +"179577",28093,34614 +"179578",28093,34631 +"179579",28093,34668 +"179580",28093,35983 +"179581",28093,38270 +"179582",28093,40113 +"179583",28093,41754 +"179584",28093,42289 +"179585",28093,45348 +"179586",28093,48281 +"179587",28093,48380 +"179588",28093,48942 +"179589",28093,50662 +"179590",28093,52497 +"179591",28093,56216 +"179592",28093,59615 +"179593",28093,62679 +"179594",28093,63105 +"179595",28093,63641 +"179596",28093,68001 +"179597",28093,68475 +"179598",28093,68917 +"179599",28093,69296 +"179600",28093,71106 +"179601",28093,73655 +"179602",28093,75454 +"179603",28093,75767 +"179604",28093,76046 +"179605",28093,76459 +"179606",28093,76808 +"179607",28093,77727 +"179608",28093,78224 +"179609",28093,79222 +"179610",28093,82978 +"179611",28093,83306 +"179612",28093,85027 +"179613",28093,88412 +"179614",28093,90275 +"179615",28093,90426 +"179616",28093,91112 +"179617",28093,91526 +"179618",28093,93425 +"179619",28093,93523 +"179620",28093,94520 +"179621",28093,95954 +"179622",28093,99544 +"179623",28093,99547 +"179624",28093,99554 +"179625",28093,100595 +"179626",28093,100739 +"179627",28093,100819 +"179628",28093,101898 +"179629",28093,101988 +"179630",28093,102146 +"179631",28093,102201 +"179632",28093,102309 +"179633",28093,102635 +"179634",28093,102730 +"179635",28093,102846 +"179636",28093,103790 +"179637",28093,103825 +"179638",28093,104095 +"179639",28093,104574 +"179640",28093,104784 +"179641",28093,104845 +"179642",28093,107269 +"179643",28093,107623 +"179644",28093,107714 +"179645",28093,107879 +"179646",28093,107975 +"179647",28094,28818 +"179648",28094,37266 +"179649",28094,66527 +"179650",28094,68365 +"179651",28094,71222 +"179652",28094,71407 +"179653",28094,71455 +"179654",28094,72273 +"179655",28094,80456 +"179656",28094,82069 +"179657",28094,87247 +"179658",28094,89702 +"179659",28094,89918 +"179660",28094,97958 +"179661",28094,110041 +"179662",28095,30159 +"179663",28096,46715 +"179664",28096,72155 +"179665",28096,90080 +"179666",28096,91003 +"179667",28096,91986 +"179668",28096,100434 +"179669",28096,117620 +"179670",28097,57203 +"179671",28098,31464 +"179672",28099,28797 +"179673",28099,31164 +"179674",28099,31375 +"179675",28099,32449 +"179676",28099,38699 +"179677",28099,39404 +"179678",28099,50238 +"179679",28099,67916 +"179680",28099,68628 +"179681",28099,88667 +"179682",28099,103443 +"179683",28100,29578 +"179684",28100,69182 +"179685",28100,100286 +"179686",28100,100297 +"179687",28101,53129 +"179688",28101,108749 +"179689",28102,66590 +"179690",28102,97308 +"179691",28102,119077 +"179692",28103,28219 +"179693",28103,77540 +"179694",28104,28359 +"179695",28104,44321 +"179696",28105,48406 +"179697",28105,51833 +"179698",28105,54579 +"179699",28105,75097 +"179700",28105,76551 +"179701",28105,80885 +"179702",28105,85925 +"179703",28105,90658 +"179704",28105,102754 +"179705",28105,115229 +"179706",28106,39410 +"179707",28106,47689 +"179708",28106,103295 +"179709",28106,113010 +"179710",28107,30274 +"179711",28107,42732 +"179712",28107,45891 +"179713",28107,66785 +"179714",28107,98309 +"179715",28109,35256 +"179716",28110,68786 +"179717",28111,33035 +"179718",28111,43221 +"179719",28112,28882 +"179720",28112,32726 +"179721",28112,33380 +"179722",28112,42944 +"179723",28112,45364 +"179724",28112,47814 +"179725",28112,48716 +"179726",28112,48732 +"179727",28112,65991 +"179728",28112,68795 +"179729",28112,93576 +"179730",28113,30891 +"179731",28113,31606 +"179732",28113,33413 +"179733",28113,40623 +"179734",28113,58829 +"179735",28113,62732 +"179736",28113,65070 +"179737",28113,109895 +"179738",28113,117141 +"179739",28113,117142 +"179740",28113,118591 +"179741",28113,118711 +"179742",28113,119921 +"179743",28113,120494 +"179744",28113,120546 +"179745",28113,120579 +"179746",28114,28115 +"179747",28114,30022 +"179748",28114,30239 +"179749",28114,31050 +"179750",28114,34160 +"179751",28114,38756 +"179752",28114,40466 +"179753",28115,40466 +"179754",28115,40559 +"179755",28115,40862 +"179756",28115,41851 +"179757",28115,49589 +"179758",28115,50377 +"179759",28115,54751 +"179760",28115,56776 +"179761",28115,73495 +"179762",28116,65930 +"179763",28116,77415 +"179764",28116,83243 +"179765",28116,89890 +"179766",28116,99985 +"179767",28116,110564 +"179768",28117,34116 +"179769",28117,44732 +"179770",28117,68704 +"179771",28117,71366 +"179772",28118,35583 +"179773",28118,37258 +"179774",28118,49282 +"179775",28118,52136 +"179776",28118,57687 +"179777",28118,63063 +"179778",28118,63305 +"179779",28118,63317 +"179780",28118,67893 +"179781",28118,69192 +"179782",28118,69485 +"179783",28118,73881 +"179784",28118,74599 +"179785",28118,81246 +"179786",28118,98073 +"179787",28119,28816 +"179788",28119,39501 +"179789",28119,45928 +"179790",28119,47826 +"179791",28119,47994 +"179792",28119,54589 +"179793",28119,83012 +"179794",28120,42824 +"179795",28120,42825 +"179796",28120,42876 +"179797",28120,42907 +"179798",28122,43944 +"179799",28122,60065 +"179800",28122,62172 +"179801",28122,103189 +"179802",28122,120212 +"179803",28124,47111 +"179804",28124,71342 +"179805",28124,77305 +"179806",28124,81588 +"179807",28124,82442 +"179808",28124,89097 +"179809",28124,92220 +"179810",28124,104788 +"179811",28124,112329 +"179812",28126,37658 +"179813",28126,66483 +"179814",28126,76057 +"179815",28126,88151 +"179816",28126,110428 +"179817",28126,111581 +"179818",28127,36640 +"179819",28127,74369 +"179820",28127,74664 +"179821",28127,75017 +"179822",28127,101089 +"179823",28127,101288 +"179824",28127,101364 +"179825",28127,101369 +"179826",28127,115382 +"179827",28128,28243 +"179828",28129,66986 +"179829",28129,110192 +"179830",28130,28131 +"179831",28130,33814 +"179832",28130,34669 +"179833",28130,35286 +"179834",28130,36454 +"179835",28130,38343 +"179836",28130,38396 +"179837",28130,49073 +"179838",28130,49086 +"179839",28130,72848 +"179840",28130,93333 +"179841",28130,94488 +"179842",28130,97759 +"179843",28130,99680 +"179844",28130,99702 +"179845",28130,100780 +"179846",28130,112932 +"179847",28130,114926 +"179848",28131,30150 +"179849",28131,58669 +"179850",28131,59484 +"179851",28131,70203 +"179852",28131,81167 +"179853",28131,85644 +"179854",28131,91422 +"179855",28131,98939 +"179856",28131,117679 +"179857",28132,59040 +"179858",28132,66216 +"179859",28132,122410 +"179860",28134,42929 +"179861",28134,42948 +"179862",28134,114333 +"179863",28134,114334 +"179864",28134,114428 +"179865",28134,116621 +"179866",28135,34666 +"179867",28135,55020 +"179868",28135,57336 +"179869",28135,68798 +"179870",28135,69542 +"179871",28135,84864 +"179872",28135,101281 +"179873",28135,107013 +"179874",28135,116701 +"179875",28135,121058 +"179876",28135,121126 +"179877",28135,121130 +"179878",28136,38156 +"179879",28136,53381 +"179880",28137,68328 +"179881",28139,41686 +"179882",28139,43309 +"179883",28139,43713 +"179884",28139,57744 +"179885",28139,61819 +"179886",28139,62966 +"179887",28139,66023 +"179888",28139,100429 +"179889",28140,31887 +"179890",28140,67863 +"179891",28140,71523 +"179892",28141,44617 +"179893",28141,88752 +"179894",28142,28219 +"179895",28142,85851 +"179896",28142,92103 +"179897",28143,32888 +"179898",28143,65305 +"179899",28143,81817 +"179900",28143,102895 +"179901",28144,62579 +"179902",28144,69154 +"179903",28145,28504 +"179904",28145,28843 +"179905",28145,28846 +"179906",28145,29932 +"179907",28145,29984 +"179908",28145,41004 +"179909",28145,53374 +"179910",28146,98338 +"179911",28146,103930 +"179912",28146,114153 +"179913",28147,28148 +"179914",28149,53917 +"179915",28150,84364 +"179916",28150,97287 +"179917",28150,97679 +"179918",28151,32442 +"179919",28151,39646 +"179920",28151,43307 +"179921",28151,78829 +"179922",28151,83870 +"179923",28151,109217 +"179924",28151,109224 +"179925",28152,46143 +"179926",28153,28256 +"179927",28154,28208 +"179928",28154,28210 +"179929",28154,30983 +"179930",28154,31025 +"179931",28154,34276 +"179932",28154,45167 +"179933",28154,54558 +"179934",28155,34956 +"179935",28155,51621 +"179936",28155,54411 +"179937",28155,71674 +"179938",28155,72845 +"179939",28155,106669 +"179940",28155,113539 +"179941",28155,118508 +"179942",28157,28192 +"179943",28157,60624 +"179944",28158,45752 +"179945",28158,111430 +"179946",28158,111503 +"179947",28158,111518 +"179948",28159,28214 +"179949",28159,28265 +"179950",28159,28279 +"179951",28159,28311 +"179952",28159,28322 +"179953",28159,43210 +"179954",28159,84241 +"179955",28159,98840 +"179956",28161,33476 +"179957",28161,40682 +"179958",28161,42970 +"179959",28161,50052 +"179960",28161,66960 +"179961",28161,77342 +"179962",28161,77348 +"179963",28161,78548 +"179964",28162,28448 +"179965",28162,28450 +"179966",28162,42926 +"179967",28162,46838 +"179968",28162,50819 +"179969",28162,52154 +"179970",28162,62324 +"179971",28163,28257 +"179972",28163,28283 +"179973",28163,28315 +"179974",28163,39260 +"179975",28163,122601 +"179976",28164,30373 +"179977",28164,30433 +"179978",28164,31522 +"179979",28164,31523 +"179980",28164,31647 +"179981",28164,31648 +"179982",28164,34918 +"179983",28164,39534 +"179984",28164,44260 +"179985",28164,61058 +"179986",28164,78446 +"179987",28164,78740 +"179988",28164,95883 +"179989",28165,30937 +"179990",28165,34799 +"179991",28165,44424 +"179992",28165,45843 +"179993",28165,60188 +"179994",28165,62984 +"179995",28165,82311 +"179996",28165,92399 +"179997",28165,110310 +"179998",28165,121654 +"179999",28166,67613 +"180000",28166,88078 +"180001",28166,88084 +"180002",28166,90559 +"180003",28166,92311 +"180004",28166,99668 +"180005",28166,109678 +"180006",28167,28458 +"180007",28167,82533 +"180008",28168,32752 +"180009",28168,35705 +"180010",28168,57714 +"180011",28168,76178 +"180012",28168,78080 +"180013",28168,94500 +"180014",28168,97983 +"180015",28169,34837 +"180016",28170,28275 +"180017",28171,28181 +"180018",28172,38549 +"180019",28173,31572 +"180020",28173,32728 +"180021",28173,37506 +"180022",28173,37627 +"180023",28173,41787 +"180024",28173,47743 +"180025",28173,49334 +"180026",28173,49646 +"180027",28173,49800 +"180028",28173,53348 +"180029",28173,82332 +"180030",28173,82893 +"180031",28173,95224 +"180032",28173,107012 +"180033",28173,107033 +"180034",28174,96165 +"180035",28175,31154 +"180036",28175,65211 +"180037",28175,89710 +"180038",28175,104620 +"180039",28176,48406 +"180040",28177,70101 +"180041",28177,70102 +"180042",28178,112731 +"180043",28179,60261 +"180044",28179,84667 +"180045",28179,121776 +"180046",28179,121780 +"180047",28179,121896 +"180048",28181,35682 +"180049",28181,41197 +"180050",28181,47232 +"180051",28181,50059 +"180052",28181,56229 +"180053",28181,57471 +"180054",28181,73802 +"180055",28181,75338 +"180056",28181,82185 +"180057",28182,30905 +"180058",28182,30906 +"180059",28182,31063 +"180060",28182,31116 +"180061",28182,56040 +"180062",28182,68521 +"180063",28182,91249 +"180064",28182,97689 +"180065",28183,50707 +"180066",28184,28328 +"180067",28185,65614 +"180068",28185,67508 +"180069",28185,83966 +"180070",28186,28238 +"180071",28186,28343 +"180072",28186,69133 +"180073",28186,73833 +"180074",28186,73834 +"180075",28186,73849 +"180076",28186,75663 +"180077",28187,28327 +"180078",28187,32237 +"180079",28187,39356 +"180080",28187,39385 +"180081",28187,39647 +"180082",28188,28226 +"180083",28189,89685 +"180084",28189,105728 +"180085",28189,109226 +"180086",28189,117535 +"180087",28190,35610 +"180088",28190,36585 +"180089",28190,46646 +"180090",28190,46883 +"180091",28190,74109 +"180092",28191,28308 +"180093",28193,38280 +"180094",28193,51639 +"180095",28193,51644 +"180096",28193,52277 +"180097",28193,68244 +"180098",28193,72696 +"180099",28194,37705 +"180100",28195,30702 +"180101",28195,35830 +"180102",28195,40948 +"180103",28195,47883 +"180104",28195,56006 +"180105",28195,62403 +"180106",28195,74874 +"180107",28195,95775 +"180108",28195,118153 +"180109",28197,65270 +"180110",28197,88535 +"180111",28198,28522 +"180112",28198,52315 +"180113",28198,63502 +"180114",28200,28250 +"180115",28200,42280 +"180116",28200,46195 +"180117",28200,53230 +"180118",28200,71607 +"180119",28200,79089 +"180120",28200,81850 +"180121",28202,29202 +"180122",28202,29932 +"180123",28202,44690 +"180124",28202,52581 +"180125",28202,55089 +"180126",28202,79069 +"180127",28202,94808 +"180128",28202,98075 +"180129",28202,114055 +"180130",28202,114108 +"180131",28203,47994 +"180132",28203,59861 +"180133",28203,74711 +"180134",28204,36296 +"180135",28204,59477 +"180136",28204,72767 +"180137",28204,73245 +"180138",28204,100279 +"180139",28205,36874 +"180140",28205,49603 +"180141",28205,68953 +"180142",28205,101139 +"180143",28206,38814 +"180144",28208,28210 +"180145",28208,31025 +"180146",28208,51019 +"180147",28209,43069 +"180148",28210,31025 +"180149",28211,67845 +"180150",28212,41091 +"180151",28212,82085 +"180152",28212,107385 +"180153",28212,107398 +"180154",28212,115094 +"180155",28213,28229 +"180156",28214,28265 +"180157",28214,28279 +"180158",28214,28311 +"180159",28214,28322 +"180160",28216,30547 +"180161",28216,96729 +"180162",28217,28233 +"180163",28217,28267 +"180164",28217,28333 +"180165",28217,41872 +"180166",28217,53473 +"180167",28217,73196 +"180168",28217,74136 +"180169",28217,74137 +"180170",28217,74546 +"180171",28217,86828 +"180172",28218,39964 +"180173",28218,78696 +"180174",28219,43249 +"180175",28219,62660 +"180176",28219,93301 +"180177",28219,106738 +"180178",28219,117793 +"180179",28219,118474 +"180180",28219,121705 +"180181",28219,121724 +"180182",28220,28487 +"180183",28220,72661 +"180184",28220,72663 +"180185",28220,72698 +"180186",28222,28240 +"180187",28223,47173 +"180188",28223,70584 +"180189",28223,96723 +"180190",28224,30290 +"180191",28224,31291 +"180192",28224,64102 +"180193",28224,78190 +"180194",28224,88280 +"180195",28224,104964 +"180196",28224,104973 +"180197",28224,105574 +"180198",28224,119644 +"180199",28225,98964 +"180200",28225,102827 +"180201",28227,28281 +"180202",28227,28291 +"180203",28227,34686 +"180204",28227,63439 +"180205",28227,103726 +"180206",28227,103751 +"180207",28228,48739 +"180208",28228,50785 +"180209",28228,121491 +"180210",28228,121494 +"180211",28229,28931 +"180212",28230,45967 +"180213",28230,49597 +"180214",28230,99992 +"180215",28231,53031 +"180216",28231,76824 +"180217",28231,80039 +"180218",28231,96729 +"180219",28231,103216 +"180220",28232,28561 +"180221",28233,28267 +"180222",28233,28333 +"180223",28233,31603 +"180224",28233,78738 +"180225",28234,28536 +"180226",28234,38086 +"180227",28234,38842 +"180228",28234,39509 +"180229",28234,56707 +"180230",28234,80999 +"180231",28234,94276 +"180232",28234,122595 +"180233",28235,40036 +"180234",28236,53094 +"180235",28237,28995 +"180236",28237,52486 +"180237",28237,60766 +"180238",28237,60803 +"180239",28237,75101 +"180240",28237,104784 +"180241",28238,28343 +"180242",28238,39557 +"180243",28239,41737 +"180244",28240,55699 +"180245",28240,55753 +"180246",28240,55755 +"180247",28240,69473 +"180248",28240,108640 +"180249",28240,121923 +"180250",28241,78272 +"180251",28243,28659 +"180252",28243,46852 +"180253",28243,60898 +"180254",28243,62801 +"180255",28243,66274 +"180256",28243,81491 +"180257",28243,81641 +"180258",28244,28680 +"180259",28244,30385 +"180260",28246,31886 +"180261",28246,92818 +"180262",28247,37979 +"180263",28247,92294 +"180264",28247,114958 +"180265",28248,50542 +"180266",28248,78399 +"180267",28249,34468 +"180268",28249,38307 +"180269",28249,38367 +"180270",28249,38883 +"180271",28249,39983 +"180272",28249,41895 +"180273",28249,41945 +"180274",28249,44326 +"180275",28249,45310 +"180276",28249,50501 +"180277",28249,55362 +"180278",28249,55810 +"180279",28249,60005 +"180280",28250,46568 +"180281",28250,49221 +"180282",28250,49284 +"180283",28250,49403 +"180284",28250,52231 +"180285",28250,58880 +"180286",28250,64514 +"180287",28250,64767 +"180288",28250,112125 +"180289",28251,58615 +"180290",28251,61450 +"180291",28252,37259 +"180292",28252,40515 +"180293",28252,42562 +"180294",28252,45315 +"180295",28252,46691 +"180296",28252,69944 +"180297",28252,76369 +"180298",28252,77160 +"180299",28252,77175 +"180300",28252,77179 +"180301",28252,92784 +"180302",28252,99523 +"180303",28252,119311 +"180304",28253,34704 +"180305",28253,65920 +"180306",28253,99981 +"180307",28253,99988 +"180308",28253,112275 +"180309",28253,113224 +"180310",28254,63620 +"180311",28256,38532 +"180312",28256,53977 +"180313",28256,59627 +"180314",28256,106752 +"180315",28257,28283 +"180316",28257,28315 +"180317",28257,55515 +"180318",28258,28697 +"180319",28259,33869 +"180320",28259,36315 +"180321",28259,37198 +"180322",28259,44327 +"180323",28259,84742 +"180324",28260,43539 +"180325",28260,55795 +"180326",28260,65362 +"180327",28260,69983 +"180328",28260,82808 +"180329",28260,87058 +"180330",28260,94931 +"180331",28260,96264 +"180332",28261,33722 +"180333",28261,41111 +"180334",28261,67807 +"180335",28261,113533 +"180336",28262,28350 +"180337",28262,30451 +"180338",28262,41663 +"180339",28262,54671 +"180340",28262,60745 +"180341",28262,66151 +"180342",28262,79193 +"180343",28262,84204 +"180344",28262,111928 +"180345",28263,49990 +"180346",28263,49991 +"180347",28263,55246 +"180348",28263,99426 +"180349",28264,30984 +"180350",28264,44113 +"180351",28265,28279 +"180352",28265,28311 +"180353",28265,28322 +"180354",28266,28276 +"180355",28266,28334 +"180356",28266,28657 +"180357",28266,42833 +"180358",28267,28333 +"180359",28268,88663 +"180360",28268,89263 +"180361",28269,41023 +"180362",28269,57245 +"180363",28270,82574 +"180364",28271,35783 +"180365",28273,30344 +"180366",28273,34700 +"180367",28273,34730 +"180368",28273,50278 +"180369",28273,59097 +"180370",28273,60524 +"180371",28273,68207 +"180372",28273,70874 +"180373",28273,97592 +"180374",28273,100131 +"180375",28273,100432 +"180376",28273,101250 +"180377",28273,110424 +"180378",28273,113293 +"180379",28273,114822 +"180380",28273,118711 +"180381",28274,55084 +"180382",28274,74993 +"180383",28276,28334 +"180384",28276,28657 +"180385",28277,28325 +"180386",28277,28326 +"180387",28277,56695 +"180388",28279,28311 +"180389",28279,28322 +"180390",28279,109250 +"180391",28280,34167 +"180392",28280,66566 +"180393",28280,101732 +"180394",28280,108065 +"180395",28280,111770 +"180396",28280,121194 +"180397",28280,123322 +"180398",28281,28291 +"180399",28281,104642 +"180400",28282,37934 +"180401",28282,49341 +"180402",28282,87720 +"180403",28282,102221 +"180404",28282,115299 +"180405",28282,121995 +"180406",28283,28315 +"180407",28283,33125 +"180408",28283,33875 +"180409",28283,35571 +"180410",28283,97571 +"180411",28284,46567 +"180412",28284,46637 +"180413",28284,46639 +"180414",28284,46996 +"180415",28285,30149 +"180416",28285,31458 +"180417",28285,35718 +"180418",28285,36733 +"180419",28285,39115 +"180420",28285,41922 +"180421",28285,47947 +"180422",28285,55867 +"180423",28285,57168 +"180424",28285,59952 +"180425",28285,60025 +"180426",28285,77726 +"180427",28286,31287 +"180428",28286,31857 +"180429",28286,40289 +"180430",28286,59591 +"180431",28286,66308 +"180432",28286,68246 +"180433",28287,28342 +"180434",28288,53672 +"180435",28288,56451 +"180436",28288,56901 +"180437",28288,60102 +"180438",28288,64744 +"180439",28288,65052 +"180440",28288,76569 +"180441",28288,76578 +"180442",28288,76989 +"180443",28288,78421 +"180444",28288,101504 +"180445",28288,117109 +"180446",28289,64521 +"180447",28289,73228 +"180448",28290,39427 +"180449",28290,41634 +"180450",28290,55730 +"180451",28290,61072 +"180452",28290,68956 +"180453",28290,76403 +"180454",28290,77056 +"180455",28290,83519 +"180456",28290,83598 +"180457",28290,84808 +"180458",28290,93680 +"180459",28290,108578 +"180460",28290,110872 +"180461",28290,117875 +"180462",28290,120951 +"180463",28291,31973 +"180464",28291,61058 +"180465",28291,71946 +"180466",28291,91288 +"180467",28292,65095 +"180468",28294,33058 +"180469",28294,37051 +"180470",28294,54891 +"180471",28294,99086 +"180472",28295,99191 +"180473",28296,29905 +"180474",28296,34735 +"180475",28296,41720 +"180476",28296,42510 +"180477",28296,42591 +"180478",28296,42619 +"180479",28296,56576 +"180480",28296,67386 +"180481",28297,31658 +"180482",28297,38335 +"180483",28298,66370 +"180484",28298,119167 +"180485",28299,56091 +"180486",28299,110741 +"180487",28300,30970 +"180488",28300,32249 +"180489",28300,32913 +"180490",28300,36082 +"180491",28300,48225 +"180492",28300,57281 +"180493",28300,66222 +"180494",28300,66223 +"180495",28300,66263 +"180496",28300,66312 +"180497",28300,66353 +"180498",28301,28632 +"180499",28302,52324 +"180500",28302,58824 +"180501",28302,68925 +"180502",28302,69317 +"180503",28302,69406 +"180504",28302,69407 +"180505",28302,69476 +"180506",28303,50258 +"180507",28304,32628 +"180508",28304,58008 +"180509",28304,102275 +"180510",28305,37120 +"180511",28305,38978 +"180512",28305,96233 +"180513",28305,101421 +"180514",28306,65588 +"180515",28309,28354 +"180516",28309,32172 +"180517",28309,84639 +"180518",28309,86439 +"180519",28309,97868 +"180520",28309,104308 +"180521",28310,40446 +"180522",28310,41425 +"180523",28310,58617 +"180524",28310,93423 +"180525",28311,28322 +"180526",28312,30114 +"180527",28312,53651 +"180528",28312,53693 +"180529",28312,62964 +"180530",28313,28942 +"180531",28313,31004 +"180532",28313,31012 +"180533",28313,33337 +"180534",28313,41596 +"180535",28313,66004 +"180536",28315,32541 +"180537",28315,73079 +"180538",28315,116512 +"180539",28315,116568 +"180540",28316,29354 +"180541",28316,29751 +"180542",28316,39406 +"180543",28316,43123 +"180544",28316,44132 +"180545",28316,49125 +"180546",28316,49701 +"180547",28316,49884 +"180548",28316,78938 +"180549",28316,81750 +"180550",28316,84462 +"180551",28316,86267 +"180552",28316,90193 +"180553",28316,95126 +"180554",28316,95157 +"180555",28317,30721 +"180556",28317,31556 +"180557",28317,33528 +"180558",28317,34033 +"180559",28317,38421 +"180560",28317,78890 +"180561",28317,79618 +"180562",28317,96259 +"180563",28317,99240 +"180564",28317,108970 +"180565",28318,34633 +"180566",28319,29650 +"180567",28319,60961 +"180568",28319,66031 +"180569",28319,75572 +"180570",28319,77423 +"180571",28319,87840 +"180572",28320,28329 +"180573",28320,45159 +"180574",28320,45160 +"180575",28320,66893 +"180576",28321,37896 +"180577",28322,32719 +"180578",28322,34120 +"180579",28322,41288 +"180580",28322,46748 +"180581",28322,65628 +"180582",28322,67902 +"180583",28322,81315 +"180584",28323,68164 +"180585",28323,93669 +"180586",28324,28335 +"180587",28325,28326 +"180588",28325,55550 +"180589",28325,60302 +"180590",28325,79204 +"180591",28325,79616 +"180592",28325,81771 +"180593",28325,97527 +"180594",28325,102994 +"180595",28326,32097 +"180596",28326,38919 +"180597",28326,50480 +"180598",28326,50866 +"180599",28326,55550 +"180600",28326,63748 +"180601",28326,77404 +"180602",28326,87699 +"180603",28326,90294 +"180604",28326,90306 +"180605",28328,48728 +"180606",28329,59841 +"180607",28330,28428 +"180608",28330,38845 +"180609",28330,45357 +"180610",28330,63276 +"180611",28330,84509 +"180612",28331,32424 +"180613",28331,39742 +"180614",28332,34943 +"180615",28332,42285 +"180616",28333,30324 +"180617",28334,28657 +"180618",28335,39748 +"180619",28335,55580 +"180620",28335,63685 +"180621",28335,74729 +"180622",28335,85361 +"180623",28336,28337 +"180624",28336,28346 +"180625",28337,28346 +"180626",28338,91259 +"180627",28338,106762 +"180628",28339,54379 +"180629",28339,73270 +"180630",28339,117298 +"180631",28340,55823 +"180632",28340,57209 +"180633",28340,76393 +"180634",28340,91198 +"180635",28341,30625 +"180636",28341,33025 +"180637",28341,34026 +"180638",28341,34180 +"180639",28341,48038 +"180640",28341,76678 +"180641",28341,78376 +"180642",28344,47930 +"180643",28344,55236 +"180644",28344,59844 +"180645",28344,70320 +"180646",28345,31688 +"180647",28345,32228 +"180648",28345,32647 +"180649",28345,42561 +"180650",28345,56067 +"180651",28345,58278 +"180652",28345,70583 +"180653",28345,82964 +"180654",28345,88391 +"180655",28345,112416 +"180656",28345,112969 +"180657",28347,39003 +"180658",28347,39099 +"180659",28348,31923 +"180660",28348,45254 +"180661",28348,65483 +"180662",28348,113331 +"180663",28349,34905 +"180664",28349,41043 +"180665",28351,73941 +"180666",28351,123313 +"180667",28352,66632 +"180668",28352,83568 +"180669",28353,29019 +"180670",28353,29026 +"180671",28353,32413 +"180672",28353,34614 +"180673",28353,34631 +"180674",28353,34668 +"180675",28353,35983 +"180676",28353,38270 +"180677",28353,40113 +"180678",28353,42289 +"180679",28353,45152 +"180680",28353,45269 +"180681",28353,48281 +"180682",28353,48380 +"180683",28353,50662 +"180684",28353,53043 +"180685",28353,56216 +"180686",28353,57483 +"180687",28353,59615 +"180688",28353,62679 +"180689",28353,63105 +"180690",28353,66724 +"180691",28353,68001 +"180692",28353,68367 +"180693",28353,68475 +"180694",28353,68917 +"180695",28353,69296 +"180696",28353,71106 +"180697",28353,73655 +"180698",28353,75136 +"180699",28353,75767 +"180700",28353,76046 +"180701",28353,76459 +"180702",28353,76808 +"180703",28353,77727 +"180704",28353,77844 +"180705",28353,78224 +"180706",28353,79222 +"180707",28353,82978 +"180708",28353,83306 +"180709",28353,83706 +"180710",28353,85027 +"180711",28353,88412 +"180712",28353,88674 +"180713",28353,90275 +"180714",28353,90426 +"180715",28353,91112 +"180716",28353,91526 +"180717",28353,91900 +"180718",28353,93235 +"180719",28353,93425 +"180720",28353,93523 +"180721",28353,94520 +"180722",28353,95254 +"180723",28353,95954 +"180724",28353,96525 +"180725",28353,96664 +"180726",28353,99544 +"180727",28353,99547 +"180728",28353,99554 +"180729",28353,100595 +"180730",28353,100739 +"180731",28353,100819 +"180732",28353,101898 +"180733",28353,101988 +"180734",28353,102146 +"180735",28353,102201 +"180736",28353,102309 +"180737",28353,102455 +"180738",28353,102474 +"180739",28353,102635 +"180740",28353,102730 +"180741",28353,102846 +"180742",28353,103790 +"180743",28353,104095 +"180744",28353,104574 +"180745",28353,104784 +"180746",28353,104845 +"180747",28353,105230 +"180748",28353,107269 +"180749",28353,107623 +"180750",28353,107714 +"180751",28353,107879 +"180752",28353,107975 +"180753",28354,32172 +"180754",28354,52945 +"180755",28354,70975 +"180756",28354,101410 +"180757",28355,30811 +"180758",28355,56087 +"180759",28355,111970 +"180760",28356,32986 +"180761",28356,54477 +"180762",28356,106593 +"180763",28357,39534 +"180764",28357,48918 +"180765",28357,62886 +"180766",28357,69470 +"180767",28357,72438 +"180768",28358,47621 +"180769",28358,52680 +"180770",28358,59395 +"180771",28358,74911 +"180772",28358,84170 +"180773",28358,85127 +"180774",28359,31382 +"180775",28360,28407 +"180776",28360,28435 +"180777",28361,49651 +"180778",28361,77683 +"180779",28361,91812 +"180780",28361,94252 +"180781",28361,94571 +"180782",28361,104162 +"180783",28362,60190 +"180784",28362,69159 +"180785",28363,28364 +"180786",28363,28551 +"180787",28363,31389 +"180788",28364,28551 +"180789",28364,76952 +"180790",28364,117023 +"180791",28365,61368 +"180792",28366,30343 +"180793",28366,31357 +"180794",28366,45403 +"180795",28366,52372 +"180796",28366,73736 +"180797",28366,77199 +"180798",28366,84299 +"180799",28366,94391 +"180800",28366,101259 +"180801",28366,115495 +"180802",28368,95406 +"180803",28369,29037 +"180804",28369,35067 +"180805",28369,40551 +"180806",28369,42212 +"180807",28369,45726 +"180808",28369,48106 +"180809",28369,57330 +"180810",28369,59309 +"180811",28369,65362 +"180812",28369,68933 +"180813",28369,75763 +"180814",28369,81722 +"180815",28369,84770 +"180816",28369,99136 +"180817",28369,101117 +"180818",28369,101827 +"180819",28369,108654 +"180820",28369,108661 +"180821",28369,109262 +"180822",28369,109441 +"180823",28369,110196 +"180824",28369,110216 +"180825",28369,120111 +"180826",28370,37045 +"180827",28370,38169 +"180828",28370,39593 +"180829",28370,50014 +"180830",28370,72510 +"180831",28370,109129 +"180832",28371,28915 +"180833",28371,29624 +"180834",28371,53624 +"180835",28371,64922 +"180836",28371,73809 +"180837",28371,90052 +"180838",28371,90530 +"180839",28371,107604 +"180840",28372,42756 +"180841",28372,49114 +"180842",28373,35631 +"180843",28373,58789 +"180844",28373,59667 +"180845",28373,89906 +"180846",28373,120455 +"180847",28373,120456 +"180848",28375,94815 +"180849",28376,100084 +"180850",28377,31530 +"180851",28377,35091 +"180852",28377,54344 +"180853",28377,89160 +"180854",28377,107647 +"180855",28378,28527 +"180856",28378,46776 +"180857",28378,49810 +"180858",28378,69251 +"180859",28378,75786 +"180860",28378,75807 +"180861",28378,75808 +"180862",28378,75965 +"180863",28378,75975 +"180864",28378,75990 +"180865",28378,75991 +"180866",28378,75998 +"180867",28378,90824 +"180868",28378,104621 +"180869",28379,28473 +"180870",28380,35369 +"180871",28380,37516 +"180872",28380,37554 +"180873",28380,68877 +"180874",28380,92855 +"180875",28381,28413 +"180876",28381,28427 +"180877",28381,47716 +"180878",28382,55064 +"180879",28384,28395 +"180880",28384,28396 +"180881",28384,28541 +"180882",28384,32908 +"180883",28384,45355 +"180884",28384,48872 +"180885",28384,51688 +"180886",28384,77080 +"180887",28384,93923 +"180888",28384,100196 +"180889",28384,102893 +"180890",28384,111612 +"180891",28384,114010 +"180892",28385,31163 +"180893",28385,32380 +"180894",28386,38195 +"180895",28386,58074 +"180896",28386,92099 +"180897",28386,106754 +"180898",28386,110915 +"180899",28386,112987 +"180900",28387,31040 +"180901",28387,34858 +"180902",28387,44331 +"180903",28388,28452 +"180904",28388,28851 +"180905",28388,28970 +"180906",28389,68242 +"180907",28390,29819 +"180908",28390,32549 +"180909",28390,36514 +"180910",28390,39020 +"180911",28390,42549 +"180912",28390,58976 +"180913",28390,59509 +"180914",28390,67282 +"180915",28391,28426 +"180916",28391,34158 +"180917",28391,35562 +"180918",28391,51620 +"180919",28391,84744 +"180920",28391,109853 +"180921",28392,46718 +"180922",28392,50193 +"180923",28392,78050 +"180924",28392,81516 +"180925",28392,108538 +"180926",28392,108539 +"180927",28392,115358 +"180928",28393,29671 +"180929",28393,49744 +"180930",28395,28396 +"180931",28395,28541 +"180932",28395,31165 +"180933",28395,35446 +"180934",28395,56891 +"180935",28395,73399 +"180936",28395,84791 +"180937",28395,87117 +"180938",28395,102791 +"180939",28396,28541 +"180940",28396,29007 +"180941",28396,47529 +"180942",28396,52524 +"180943",28396,58797 +"180944",28396,59622 +"180945",28396,64653 +"180946",28396,70684 +"180947",28396,84791 +"180948",28396,95757 +"180949",28397,28878 +"180950",28397,49491 +"180951",28397,49492 +"180952",28397,72221 +"180953",28398,55381 +"180954",28399,33709 +"180955",28399,34416 +"180956",28399,40168 +"180957",28399,45339 +"180958",28399,56780 +"180959",28399,94784 +"180960",28399,110987 +"180961",28399,111012 +"180962",28400,33870 +"180963",28400,37871 +"180964",28400,46809 +"180965",28400,57592 +"180966",28400,59975 +"180967",28400,68139 +"180968",28400,76518 +"180969",28400,110284 +"180970",28400,115720 +"180971",28401,28402 +"180972",28401,87000 +"180973",28403,28451 +"180974",28403,33287 +"180975",28403,114301 +"180976",28404,28433 +"180977",28404,29742 +"180978",28404,32634 +"180979",28404,35836 +"180980",28404,45236 +"180981",28404,51079 +"180982",28404,77247 +"180983",28404,91726 +"180984",28404,95441 +"180985",28405,75878 +"180986",28406,46289 +"180987",28406,50312 +"180988",28406,54857 +"180989",28406,59067 +"180990",28406,62429 +"180991",28406,78782 +"180992",28407,28435 +"180993",28408,38461 +"180994",28408,38989 +"180995",28408,59039 +"180996",28408,69413 +"180997",28408,72269 +"180998",28408,80405 +"180999",28408,80770 +"181000",28408,83483 +"181001",28408,85912 +"181002",28408,94330 +"181003",28408,99582 +"181004",28408,103918 +"181005",28409,33917 +"181006",28409,42250 +"181007",28409,45007 +"181008",28409,51931 +"181009",28409,64254 +"181010",28410,28564 +"181011",28410,31693 +"181012",28410,35251 +"181013",28410,36129 +"181014",28410,38755 +"181015",28410,65726 +"181016",28410,71059 +"181017",28410,82643 +"181018",28410,88938 +"181019",28411,32547 +"181020",28411,40405 +"181021",28412,68615 +"181022",28412,68727 +"181023",28413,28427 +"181024",28413,86771 +"181025",28413,100256 +"181026",28413,103095 +"181027",28416,35470 +"181028",28416,44972 +"181029",28417,28489 +"181030",28417,36006 +"181031",28418,28463 +"181032",28418,60866 +"181033",28418,62573 +"181034",28418,63582 +"181035",28418,63678 +"181036",28418,71685 +"181037",28418,72019 +"181038",28419,30273 +"181039",28419,45258 +"181040",28419,58224 +"181041",28419,91558 +"181042",28420,35916 +"181043",28420,43594 +"181044",28420,71650 +"181045",28420,85060 +"181046",28421,34822 +"181047",28421,37216 +"181048",28421,38351 +"181049",28421,78995 +"181050",28421,107945 +"181051",28421,121914 +"181052",28422,29066 +"181053",28422,30481 +"181054",28422,34553 +"181055",28422,42338 +"181056",28422,49523 +"181057",28422,53631 +"181058",28422,63300 +"181059",28422,63315 +"181060",28422,81434 +"181061",28422,109120 +"181062",28423,28481 +"181063",28424,39647 +"181064",28424,41618 +"181065",28424,43929 +"181066",28424,77786 +"181067",28424,90828 +"181068",28424,92638 +"181069",28424,93319 +"181070",28424,93384 +"181071",28424,97774 +"181072",28424,99199 +"181073",28424,107125 +"181074",28424,107131 +"181075",28425,44194 +"181076",28427,86771 +"181077",28427,100256 +"181078",28427,103095 +"181079",28429,28942 +"181080",28429,58038 +"181081",28430,66981 +"181082",28431,70209 +"181083",28431,98001 +"181084",28431,102695 +"181085",28431,102722 +"181086",28431,102733 +"181087",28431,102740 +"181088",28431,103447 +"181089",28432,30721 +"181090",28432,33528 +"181091",28432,33951 +"181092",28432,34831 +"181093",28432,57204 +"181094",28432,73553 +"181095",28432,74699 +"181096",28432,76301 +"181097",28432,76303 +"181098",28432,78890 +"181099",28432,95106 +"181100",28432,102886 +"181101",28432,102893 +"181102",28433,47878 +"181103",28434,30436 +"181104",28434,34840 +"181105",28434,45596 +"181106",28434,48357 +"181107",28434,50380 +"181108",28434,51396 +"181109",28434,58035 +"181110",28434,64031 +"181111",28434,67434 +"181112",28434,77774 +"181113",28434,78875 +"181114",28434,79766 +"181115",28434,80471 +"181116",28434,82203 +"181117",28434,90492 +"181118",28434,91371 +"181119",28434,91412 +"181120",28434,101783 +"181121",28434,109319 +"181122",28434,109814 +"181123",28434,111693 +"181124",28434,111888 +"181125",28436,39992 +"181126",28437,28508 +"181127",28438,28523 +"181128",28438,28568 +"181129",28438,29296 +"181130",28438,31168 +"181131",28438,31170 +"181132",28438,31181 +"181133",28438,31182 +"181134",28438,31184 +"181135",28438,31238 +"181136",28438,31247 +"181137",28438,31269 +"181138",28438,31314 +"181139",28438,39204 +"181140",28438,40341 +"181141",28438,43533 +"181142",28438,50055 +"181143",28438,57716 +"181144",28438,69048 +"181145",28438,74088 +"181146",28438,74711 +"181147",28438,78919 +"181148",28438,81558 +"181149",28438,92616 +"181150",28438,96255 +"181151",28438,100995 +"181152",28438,102865 +"181153",28439,37013 +"181154",28439,37125 +"181155",28439,52825 +"181156",28439,66752 +"181157",28439,73109 +"181158",28439,92226 +"181159",28439,98542 +"181160",28439,103864 +"181161",28439,117692 +"181162",28440,28901 +"181163",28440,30112 +"181164",28440,30541 +"181165",28440,35812 +"181166",28440,75255 +"181167",28440,114716 +"181168",28440,115716 +"181169",28441,28555 +"181170",28441,35839 +"181171",28441,68092 +"181172",28441,71122 +"181173",28441,73811 +"181174",28441,73816 +"181175",28442,28514 +"181176",28442,28515 +"181177",28442,28516 +"181178",28443,28514 +"181179",28443,29033 +"181180",28443,33354 +"181181",28443,46026 +"181182",28443,46071 +"181183",28443,51663 +"181184",28443,55930 +"181185",28443,60104 +"181186",28443,70645 +"181187",28443,76905 +"181188",28443,78010 +"181189",28443,91402 +"181190",28443,101134 +"181191",28443,108782 +"181192",28444,70060 +"181193",28446,34997 +"181194",28446,39569 +"181195",28446,40428 +"181196",28446,45951 +"181197",28446,46773 +"181198",28446,107828 +"181199",28447,33920 +"181200",28447,48801 +"181201",28448,28450 +"181202",28449,31516 +"181203",28449,60359 +"181204",28449,74925 +"181205",28450,48364 +"181206",28450,96463 +"181207",28451,33287 +"181208",28451,35451 +"181209",28451,40271 +"181210",28451,74084 +"181211",28451,76738 +"181212",28452,28851 +"181213",28452,28927 +"181214",28452,28970 +"181215",28452,56312 +"181216",28452,74878 +"181217",28452,75198 +"181218",28452,103847 +"181219",28453,29181 +"181220",28453,37418 +"181221",28453,44214 +"181222",28453,59854 +"181223",28453,70543 +"181224",28453,99528 +"181225",28454,28566 +"181226",28454,41998 +"181227",28454,47223 +"181228",28455,32991 +"181229",28455,35049 +"181230",28455,44351 +"181231",28455,44411 +"181232",28455,62819 +"181233",28455,65135 +"181234",28455,72886 +"181235",28455,120106 +"181236",28456,111427 +"181237",28457,53264 +"181238",28457,109890 +"181239",28458,32569 +"181240",28459,39958 +"181241",28459,56208 +"181242",28459,57679 +"181243",28459,74518 +"181244",28459,78039 +"181245",28459,121878 +"181246",28460,34158 +"181247",28460,39673 +"181248",28460,41544 +"181249",28460,44161 +"181250",28460,46467 +"181251",28460,51157 +"181252",28460,62148 +"181253",28460,64786 +"181254",28460,67662 +"181255",28460,68597 +"181256",28460,72881 +"181257",28460,75037 +"181258",28460,89137 +"181259",28460,96749 +"181260",28460,101813 +"181261",28460,116209 +"181262",28460,122963 +"181263",28461,64414 +"181264",28462,28575 +"181265",28462,28688 +"181266",28462,28714 +"181267",28462,28732 +"181268",28462,28763 +"181269",28462,28792 +"181270",28463,56478 +"181271",28463,56479 +"181272",28463,75177 +"181273",28464,30414 +"181274",28465,75784 +"181275",28465,76886 +"181276",28466,85559 +"181277",28467,68275 +"181278",28467,81164 +"181279",28467,106354 +"181280",28467,106510 +"181281",28468,33128 +"181282",28468,33140 +"181283",28468,35617 +"181284",28468,36798 +"181285",28468,41453 +"181286",28468,46577 +"181287",28468,57129 +"181288",28468,82077 +"181289",28469,40017 +"181290",28469,75695 +"181291",28469,110182 +"181292",28470,36298 +"181293",28471,73668 +"181294",28471,87967 +"181295",28472,66566 +"181296",28472,91472 +"181297",28474,68350 +"181298",28476,58213 +"181299",28477,28600 +"181300",28477,33719 +"181301",28477,46544 +"181302",28477,58439 +"181303",28477,72207 +"181304",28478,80689 +"181305",28479,29307 +"181306",28480,28542 +"181307",28481,32349 +"181308",28481,34033 +"181309",28481,36010 +"181310",28481,41904 +"181311",28481,45696 +"181312",28481,47973 +"181313",28481,50425 +"181314",28481,57253 +"181315",28481,66261 +"181316",28481,68457 +"181317",28481,69198 +"181318",28481,77565 +"181319",28481,78974 +"181320",28481,86023 +"181321",28481,87813 +"181322",28481,88773 +"181323",28481,90993 +"181324",28481,90994 +"181325",28481,92417 +"181326",28481,100319 +"181327",28481,101250 +"181328",28481,101462 +"181329",28481,109885 +"181330",28481,110742 +"181331",28481,112606 +"181332",28481,116142 +"181333",28481,116150 +"181334",28481,116151 +"181335",28481,116152 +"181336",28481,116155 +"181337",28481,116159 +"181338",28481,116163 +"181339",28481,116165 +"181340",28481,116166 +"181341",28481,116171 +"181342",28481,116677 +"181343",28481,116678 +"181344",28482,40974 +"181345",28482,58628 +"181346",28482,79158 +"181347",28482,122838 +"181348",28483,31147 +"181349",28483,58329 +"181350",28484,100875 +"181351",28484,100882 +"181352",28485,62600 +"181353",28485,78473 +"181354",28485,79966 +"181355",28485,104583 +"181356",28485,114739 +"181357",28486,71912 +"181358",28486,83563 +"181359",28486,103488 +"181360",28486,120479 +"181361",28488,38927 +"181362",28488,39745 +"181363",28488,50520 +"181364",28488,83353 +"181365",28489,36006 +"181366",28490,33142 +"181367",28490,56774 +"181368",28490,67204 +"181369",28491,28500 +"181370",28491,29636 +"181371",28491,35666 +"181372",28491,35888 +"181373",28491,42606 +"181374",28491,57866 +"181375",28492,30669 +"181376",28493,38076 +"181377",28494,31911 +"181378",28494,54207 +"181379",28494,58669 +"181380",28494,58706 +"181381",28494,58752 +"181382",28495,50116 +"181383",28495,69020 +"181384",28495,99918 +"181385",28496,42927 +"181386",28496,48532 +"181387",28496,58691 +"181388",28496,68060 +"181389",28496,68224 +"181390",28496,74813 +"181391",28496,75003 +"181392",28496,86522 +"181393",28496,94556 +"181394",28496,94559 +"181395",28496,94568 +"181396",28497,28498 +"181397",28497,28552 +"181398",28497,28553 +"181399",28497,30545 +"181400",28497,40182 +"181401",28497,88619 +"181402",28497,96245 +"181403",28498,28552 +"181404",28498,28553 +"181405",28498,81803 +"181406",28499,30478 +"181407",28499,30866 +"181408",28499,31700 +"181409",28499,31811 +"181410",28499,31812 +"181411",28499,32361 +"181412",28499,33275 +"181413",28499,33883 +"181414",28499,36286 +"181415",28499,36767 +"181416",28499,37937 +"181417",28499,40419 +"181418",28499,42608 +"181419",28499,44180 +"181420",28499,45818 +"181421",28499,51476 +"181422",28499,51892 +"181423",28499,53755 +"181424",28499,54168 +"181425",28499,57210 +"181426",28499,58482 +"181427",28499,59172 +"181428",28499,59816 +"181429",28499,61874 +"181430",28499,63274 +"181431",28499,66322 +"181432",28499,67327 +"181433",28499,70854 +"181434",28499,71683 +"181435",28499,72568 +"181436",28499,72628 +"181437",28499,73767 +"181438",28499,78532 +"181439",28499,81609 +"181440",28499,85885 +"181441",28499,91255 +"181442",28499,92247 +"181443",28499,92352 +"181444",28499,92362 +"181445",28499,92929 +"181446",28499,93719 +"181447",28499,94906 +"181448",28499,94946 +"181449",28499,95889 +"181450",28499,96093 +"181451",28499,97988 +"181452",28499,99309 +"181453",28499,99376 +"181454",28499,99450 +"181455",28499,99471 +"181456",28499,99474 +"181457",28499,100916 +"181458",28499,100944 +"181459",28499,101126 +"181460",28499,101329 +"181461",28499,105557 +"181462",28499,107199 +"181463",28499,108743 +"181464",28499,108980 +"181465",28499,109291 +"181466",28499,109933 +"181467",28499,110483 +"181468",28499,110567 +"181469",28499,110572 +"181470",28499,110630 +"181471",28499,110648 +"181472",28499,110711 +"181473",28499,110770 +"181474",28499,110869 +"181475",28499,110911 +"181476",28499,111285 +"181477",28499,111314 +"181478",28499,111362 +"181479",28499,111372 +"181480",28499,111424 +"181481",28499,111433 +"181482",28499,112422 +"181483",28499,113269 +"181484",28499,113430 +"181485",28499,114242 +"181486",28499,114842 +"181487",28499,115427 +"181488",28499,115521 +"181489",28499,115711 +"181490",28500,29636 +"181491",28500,34213 +"181492",28500,44306 +"181493",28500,79239 +"181494",28500,106644 +"181495",28501,57494 +"181496",28501,62487 +"181497",28503,34568 +"181498",28504,29932 +"181499",28504,29984 +"181500",28504,79283 +"181501",28504,79291 +"181502",28504,79335 +"181503",28505,67225 +"181504",28505,98619 +"181505",28506,31717 +"181506",28506,32787 +"181507",28506,43361 +"181508",28506,66906 +"181509",28506,81897 +"181510",28507,62504 +"181511",28507,83245 +"181512",28508,32691 +"181513",28508,46017 +"181514",28508,46029 +"181515",28508,46290 +"181516",28508,46323 +"181517",28509,28563 +"181518",28509,34040 +"181519",28509,48236 +"181520",28509,49074 +"181521",28509,77652 +"181522",28509,77654 +"181523",28510,31553 +"181524",28510,37153 +"181525",28510,41524 +"181526",28511,28686 +"181527",28511,32345 +"181528",28511,50335 +"181529",28511,67423 +"181530",28511,68364 +"181531",28511,70625 +"181532",28511,79731 +"181533",28511,111525 +"181534",28512,38435 +"181535",28512,47360 +"181536",28512,54493 +"181537",28512,72803 +"181538",28512,73453 +"181539",28512,97791 +"181540",28514,28515 +"181541",28514,28516 +"181542",28514,29033 +"181543",28514,108782 +"181544",28514,110343 +"181545",28515,28516 +"181546",28515,32349 +"181547",28515,41912 +"181548",28515,43594 +"181549",28515,54365 +"181550",28515,97025 +"181551",28516,37551 +"181552",28516,104521 +"181553",28516,104616 +"181554",28517,42842 +"181555",28517,61729 +"181556",28518,47210 +"181557",28518,73681 +"181558",28519,33027 +"181559",28520,69537 +"181560",28520,77818 +"181561",28520,90119 +"181562",28520,109769 +"181563",28522,28639 +"181564",28522,51157 +"181565",28522,52315 +"181566",28522,56018 +"181567",28522,58733 +"181568",28522,60584 +"181569",28522,63502 +"181570",28522,64219 +"181571",28523,28568 +"181572",28524,28594 +"181573",28524,28617 +"181574",28524,28665 +"181575",28524,28722 +"181576",28524,28734 +"181577",28525,79044 +"181578",28525,100821 +"181579",28526,57023 +"181580",28526,72250 +"181581",28527,28762 +"181582",28527,47428 +"181583",28527,51787 +"181584",28527,62412 +"181585",28527,90824 +"181586",28529,57842 +"181587",28529,59010 +"181588",28529,59560 +"181589",28529,60127 +"181590",28529,60138 +"181591",28529,60147 +"181592",28529,60149 +"181593",28529,60168 +"181594",28530,30258 +"181595",28530,38185 +"181596",28530,38683 +"181597",28530,40245 +"181598",28530,43226 +"181599",28530,44655 +"181600",28530,44973 +"181601",28530,46177 +"181602",28530,47048 +"181603",28530,48110 +"181604",28530,58508 +"181605",28530,59731 +"181606",28530,62642 +"181607",28530,65167 +"181608",28530,68091 +"181609",28530,69335 +"181610",28530,75245 +"181611",28530,75776 +"181612",28530,75956 +"181613",28530,76387 +"181614",28530,78978 +"181615",28530,79212 +"181616",28530,79241 +"181617",28530,79579 +"181618",28530,80239 +"181619",28530,80301 +"181620",28530,81397 +"181621",28530,88340 +"181622",28530,88749 +"181623",28530,89069 +"181624",28530,89373 +"181625",28530,89995 +"181626",28530,90919 +"181627",28530,90936 +"181628",28530,92861 +"181629",28530,93097 +"181630",28530,94231 +"181631",28530,95489 +"181632",28530,96247 +"181633",28530,96363 +"181634",28530,97898 +"181635",28531,47101 +"181636",28532,34648 +"181637",28532,40719 +"181638",28532,46283 +"181639",28532,48127 +"181640",28532,52657 +"181641",28532,56250 +"181642",28532,61988 +"181643",28532,70713 +"181644",28532,81095 +"181645",28532,99279 +"181646",28532,103682 +"181647",28532,104867 +"181648",28532,109167 +"181649",28532,109832 +"181650",28532,117786 +"181651",28532,117791 +"181652",28532,117795 +"181653",28532,118056 +"181654",28532,119062 +"181655",28533,34124 +"181656",28533,36939 +"181657",28534,29374 +"181658",28534,30590 +"181659",28534,35943 +"181660",28534,37472 +"181661",28534,40551 +"181662",28534,42999 +"181663",28534,46297 +"181664",28534,55211 +"181665",28534,70233 +"181666",28534,73004 +"181667",28534,88553 +"181668",28534,90491 +"181669",28534,91900 +"181670",28534,117044 +"181671",28534,119288 +"181672",28534,122370 +"181673",28534,122380 +"181674",28534,123380 +"181675",28535,28891 +"181676",28535,30218 +"181677",28535,34724 +"181678",28535,37510 +"181679",28535,42552 +"181680",28535,43286 +"181681",28535,45382 +"181682",28535,49627 +"181683",28535,50077 +"181684",28535,50332 +"181685",28535,50479 +"181686",28535,54745 +"181687",28535,55422 +"181688",28535,55611 +"181689",28535,57902 +"181690",28535,59037 +"181691",28535,61379 +"181692",28535,64275 +"181693",28535,84979 +"181694",28535,105321 +"181695",28535,105341 +"181696",28536,36691 +"181697",28536,56707 +"181698",28536,71849 +"181699",28536,74429 +"181700",28536,122595 +"181701",28537,28726 +"181702",28537,43703 +"181703",28537,80210 +"181704",28538,50109 +"181705",28539,76594 +"181706",28539,95740 +"181707",28540,52249 +"181708",28541,48872 +"181709",28541,65802 +"181710",28541,106206 +"181711",28542,43747 +"181712",28542,58562 +"181713",28542,58641 +"181714",28543,68233 +"181715",28543,72174 +"181716",28544,30765 +"181717",28544,44968 +"181718",28544,62833 +"181719",28544,70138 +"181720",28544,88510 +"181721",28544,93881 +"181722",28544,108255 +"181723",28544,119334 +"181724",28544,119408 +"181725",28545,48600 +"181726",28545,78917 +"181727",28545,79143 +"181728",28545,110136 +"181729",28545,123236 +"181730",28545,123242 +"181731",28546,35796 +"181732",28546,42211 +"181733",28546,55135 +"181734",28546,77080 +"181735",28546,97941 +"181736",28546,103573 +"181737",28546,106428 +"181738",28546,107535 +"181739",28546,111160 +"181740",28546,111252 +"181741",28546,121882 +"181742",28547,102160 +"181743",28548,49342 +"181744",28548,51364 +"181745",28548,51450 +"181746",28549,39116 +"181747",28549,60292 +"181748",28549,73011 +"181749",28549,73099 +"181750",28550,75875 +"181751",28551,51658 +"181752",28552,28553 +"181753",28552,30704 +"181754",28552,108407 +"181755",28553,33337 +"181756",28553,34022 +"181757",28553,34074 +"181758",28553,50372 +"181759",28553,84212 +"181760",28553,84973 +"181761",28554,50743 +"181762",28554,104893 +"181763",28554,118466 +"181764",28556,30648 +"181765",28556,46816 +"181766",28557,28994 +"181767",28557,30011 +"181768",28557,40468 +"181769",28557,47258 +"181770",28557,53922 +"181771",28557,56159 +"181772",28557,64027 +"181773",28557,81585 +"181774",28557,81621 +"181775",28557,94527 +"181776",28557,97891 +"181777",28557,115922 +"181778",28558,36414 +"181779",28558,46747 +"181780",28558,87004 +"181781",28559,32820 +"181782",28559,74651 +"181783",28560,41544 +"181784",28560,45390 +"181785",28560,50608 +"181786",28560,65625 +"181787",28560,74628 +"181788",28560,115537 +"181789",28561,101286 +"181790",28562,31331 +"181791",28563,37673 +"181792",28563,43383 +"181793",28565,91673 +"181794",28565,95755 +"181795",28565,108738 +"181796",28566,35854 +"181797",28566,41112 +"181798",28566,41998 +"181799",28566,64644 +"181800",28567,61157 +"181801",28567,68501 +"181802",28567,80123 +"181803",28567,109378 +"181804",28567,109379 +"181805",28568,29296 +"181806",28568,31168 +"181807",28568,31170 +"181808",28568,31181 +"181809",28568,31182 +"181810",28568,31184 +"181811",28568,31238 +"181812",28568,31247 +"181813",28568,31269 +"181814",28568,31314 +"181815",28568,41106 +"181816",28568,46429 +"181817",28568,66805 +"181818",28568,68589 +"181819",28568,83228 +"181820",28568,88920 +"181821",28568,107997 +"181822",28569,29736 +"181823",28569,75523 +"181824",28571,29930 +"181825",28571,31497 +"181826",28571,43340 +"181827",28571,52864 +"181828",28571,105704 +"181829",28571,110784 +"181830",28572,28728 +"181831",28572,38606 +"181832",28572,77567 +"181833",28572,84175 +"181834",28573,38239 +"181835",28573,102094 +"181836",28574,37372 +"181837",28574,40286 +"181838",28574,49683 +"181839",28574,89436 +"181840",28575,28688 +"181841",28575,28714 +"181842",28575,28732 +"181843",28575,28763 +"181844",28575,28792 +"181845",28576,28577 +"181846",28576,112444 +"181847",28576,118434 +"181848",28577,36185 +"181849",28577,37263 +"181850",28577,42930 +"181851",28577,48537 +"181852",28577,48827 +"181853",28577,51864 +"181854",28577,52105 +"181855",28577,62605 +"181856",28577,65580 +"181857",28577,71775 +"181858",28577,73389 +"181859",28577,75253 +"181860",28577,92316 +"181861",28577,95849 +"181862",28577,100861 +"181863",28577,102779 +"181864",28577,120498 +"181865",28578,28676 +"181866",28578,41055 +"181867",28578,45048 +"181868",28578,50531 +"181869",28579,69504 +"181870",28579,81081 +"181871",28579,90397 +"181872",28579,97653 +"181873",28579,106951 +"181874",28579,118045 +"181875",28579,120762 +"181876",28580,46177 +"181877",28581,28584 +"181878",28581,33453 +"181879",28581,34536 +"181880",28581,37312 +"181881",28581,38927 +"181882",28581,48478 +"181883",28581,54880 +"181884",28581,54989 +"181885",28581,56330 +"181886",28581,59392 +"181887",28581,70918 +"181888",28581,87991 +"181889",28582,61501 +"181890",28582,67208 +"181891",28582,80892 +"181892",28582,85466 +"181893",28582,114685 +"181894",28583,77126 +"181895",28583,90324 +"181896",28584,71241 +"181897",28584,77970 +"181898",28584,81277 +"181899",28585,29816 +"181900",28585,35598 +"181901",28585,48866 +"181902",28585,91750 +"181903",28585,104478 +"181904",28585,105118 +"181905",28585,107337 +"181906",28587,28619 +"181907",28587,28979 +"181908",28587,41201 +"181909",28587,43649 +"181910",28587,43938 +"181911",28587,53653 +"181912",28587,59066 +"181913",28587,59132 +"181914",28588,44201 +"181915",28588,101243 +"181916",28589,28668 +"181917",28589,44989 +"181918",28589,46521 +"181919",28589,48128 +"181920",28590,72654 +"181921",28591,30969 +"181922",28591,35997 +"181923",28591,46699 +"181924",28591,65800 +"181925",28591,80780 +"181926",28591,87561 +"181927",28591,93358 +"181928",28591,93531 +"181929",28591,98106 +"181930",28591,99273 +"181931",28591,102004 +"181932",28591,103399 +"181933",28591,116659 +"181934",28592,40121 +"181935",28592,40954 +"181936",28593,28743 +"181937",28593,28779 +"181938",28594,28617 +"181939",28594,28665 +"181940",28594,28722 +"181941",28594,28734 +"181942",28595,78124 +"181943",28595,115919 +"181944",28596,28989 +"181945",28596,35011 +"181946",28596,51765 +"181947",28596,52003 +"181948",28596,66896 +"181949",28596,122786 +"181950",28597,29540 +"181951",28597,35258 +"181952",28597,42828 +"181953",28597,48970 +"181954",28597,53461 +"181955",28597,54057 +"181956",28597,65937 +"181957",28598,78511 +"181958",28598,99059 +"181959",28599,32756 +"181960",28599,35360 +"181961",28599,39370 +"181962",28599,57864 +"181963",28599,79238 +"181964",28599,82377 +"181965",28599,86820 +"181966",28600,33014 +"181967",28600,34537 +"181968",28600,35528 +"181969",28600,43455 +"181970",28600,46629 +"181971",28600,58439 +"181972",28600,61982 +"181973",28600,78597 +"181974",28600,78934 +"181975",28600,81362 +"181976",28601,28726 +"181977",28601,28865 +"181978",28601,28866 +"181979",28601,29009 +"181980",28601,39027 +"181981",28602,44700 +"181982",28602,86709 +"181983",28602,100380 +"181984",28603,28764 +"181985",28603,29101 +"181986",28603,54117 +"181987",28603,70113 +"181988",28603,109172 +"181989",28604,53985 +"181990",28605,47675 +"181991",28605,47789 +"181992",28605,62678 +"181993",28605,86660 +"181994",28606,44452 +"181995",28606,60288 +"181996",28607,109596 +"181997",28609,79289 +"181998",28611,28805 +"181999",28611,32413 +"182000",28611,40052 +"182001",28611,46732 +"182002",28611,52281 +"182003",28611,58418 +"182004",28611,71739 +"182005",28611,99371 +"182006",28611,103431 +"182007",28611,109670 +"182008",28611,109986 +"182009",28611,115210 +"182010",28611,115480 +"182011",28612,37376 +"182012",28612,108158 +"182013",28612,108288 +"182014",28613,40319 +"182015",28613,42938 +"182016",28613,43979 +"182017",28613,44876 +"182018",28613,52555 +"182019",28613,83316 +"182020",28614,28757 +"182021",28614,33620 +"182022",28614,52077 +"182023",28614,56705 +"182024",28615,34944 +"182025",28615,35370 +"182026",28615,35463 +"182027",28615,35502 +"182028",28617,28665 +"182029",28617,28722 +"182030",28617,28734 +"182031",28617,53256 +"182032",28619,44827 +"182033",28619,54633 +"182034",28619,92003 +"182035",28620,63209 +"182036",28620,102475 +"182037",28621,57856 +"182038",28621,70578 +"182039",28621,92865 +"182040",28621,92880 +"182041",28621,92896 +"182042",28623,41223 +"182043",28623,43903 +"182044",28623,69653 +"182045",28623,69703 +"182046",28623,71093 +"182047",28623,107325 +"182048",28624,52907 +"182049",28624,59618 +"182050",28624,72049 +"182051",28625,52304 +"182052",28626,32419 +"182053",28626,53632 +"182054",28626,61509 +"182055",28626,71595 +"182056",28626,90025 +"182057",28626,99585 +"182058",28626,101003 +"182059",28626,103931 +"182060",28627,30251 +"182061",28627,36855 +"182062",28627,115369 +"182063",28628,74325 +"182064",28628,101688 +"182065",28628,104448 +"182066",28628,104450 +"182067",28628,104481 +"182068",28628,104503 +"182069",28628,108459 +"182070",28629,32990 +"182071",28629,35742 +"182072",28629,51183 +"182073",28629,51320 +"182074",28629,57176 +"182075",28629,82124 +"182076",28629,103056 +"182077",28630,39447 +"182078",28630,59558 +"182079",28630,81056 +"182080",28630,81125 +"182081",28631,39421 +"182082",28631,40193 +"182083",28631,55295 +"182084",28631,81387 +"182085",28632,29788 +"182086",28632,32121 +"182087",28632,48607 +"182088",28632,51036 +"182089",28632,54265 +"182090",28632,57212 +"182091",28632,65081 +"182092",28632,73231 +"182093",28632,117773 +"182094",28633,66839 +"182095",28634,28658 +"182096",28634,31800 +"182097",28634,51233 +"182098",28634,71489 +"182099",28634,103129 +"182100",28635,28661 +"182101",28635,28758 +"182102",28635,37108 +"182103",28636,28746 +"182104",28636,28747 +"182105",28636,32710 +"182106",28636,80511 +"182107",28636,84532 +"182108",28636,85350 +"182109",28636,85353 +"182110",28637,40675 +"182111",28637,65790 +"182112",28638,76505 +"182113",28638,121534 +"182114",28639,39563 +"182115",28639,47688 +"182116",28639,51938 +"182117",28639,51980 +"182118",28639,61220 +"182119",28639,74995 +"182120",28639,87470 +"182121",28639,94653 +"182122",28640,35516 +"182123",28640,37408 +"182124",28640,41617 +"182125",28640,56232 +"182126",28640,56845 +"182127",28640,82492 +"182128",28640,108884 +"182129",28640,121905 +"182130",28641,34899 +"182131",28641,45185 +"182132",28641,48432 +"182133",28642,32704 +"182134",28643,47303 +"182135",28644,86933 +"182136",28646,47187 +"182137",28647,32651 +"182138",28647,42007 +"182139",28648,29939 +"182140",28648,32239 +"182141",28648,34274 +"182142",28648,35304 +"182143",28648,41227 +"182144",28648,41489 +"182145",28648,45297 +"182146",28648,48823 +"182147",28648,48980 +"182148",28648,49029 +"182149",28648,52746 +"182150",28648,62269 +"182151",28648,64190 +"182152",28648,68236 +"182153",28648,75425 +"182154",28648,76580 +"182155",28648,76589 +"182156",28648,77027 +"182157",28648,78317 +"182158",28648,79045 +"182159",28648,81967 +"182160",28648,85678 +"182161",28648,90509 +"182162",28648,90887 +"182163",28648,93626 +"182164",28648,93642 +"182165",28648,101971 +"182166",28648,105648 +"182167",28648,106996 +"182168",28649,28707 +"182169",28649,31060 +"182170",28649,43026 +"182171",28649,54369 +"182172",28649,86666 +"182173",28649,96438 +"182174",28650,28755 +"182175",28651,28759 +"182176",28652,28754 +"182177",28653,33756 +"182178",28653,60807 +"182179",28653,112871 +"182180",28655,33252 +"182181",28655,113506 +"182182",28655,113541 +"182183",28656,28729 +"182184",28658,31800 +"182185",28658,42204 +"182186",28658,51233 +"182187",28658,56133 +"182188",28658,71489 +"182189",28658,78074 +"182190",28658,91830 +"182191",28658,96311 +"182192",28658,103129 +"182193",28660,75399 +"182194",28660,79498 +"182195",28660,88750 +"182196",28660,94396 +"182197",28661,28758 +"182198",28661,29789 +"182199",28661,77682 +"182200",28661,82909 +"182201",28661,103320 +"182202",28661,122336 +"182203",28662,28724 +"182204",28662,51126 +"182205",28662,72453 +"182206",28663,28706 +"182207",28663,28749 +"182208",28664,51222 +"182209",28664,89711 +"182210",28664,118185 +"182211",28664,121854 +"182212",28665,28722 +"182213",28665,28734 +"182214",28665,42397 +"182215",28665,87419 +"182216",28666,43050 +"182217",28666,58398 +"182218",28666,59742 +"182219",28666,96315 +"182220",28666,108733 +"182221",28667,106462 +"182222",28669,29372 +"182223",28669,42856 +"182224",28670,50883 +"182225",28670,62102 +"182226",28671,44437 +"182227",28672,28690 +"182228",28672,28793 +"182229",28672,48125 +"182230",28672,50395 +"182231",28672,63315 +"182232",28672,68517 +"182233",28672,77363 +"182234",28672,92851 +"182235",28672,93668 +"182236",28672,99759 +"182237",28673,28737 +"182238",28673,36165 +"182239",28673,42471 +"182240",28674,29987 +"182241",28674,30031 +"182242",28674,41036 +"182243",28674,57055 +"182244",28674,57100 +"182245",28674,57112 +"182246",28674,57148 +"182247",28675,45598 +"182248",28675,67431 +"182249",28675,68423 +"182250",28675,83018 +"182251",28675,86836 +"182252",28675,109648 +"182253",28675,111763 +"182254",28677,28787 +"182255",28677,28788 +"182256",28677,36495 +"182257",28677,71233 +"182258",28677,92498 +"182259",28678,28771 +"182260",28678,56602 +"182261",28678,56855 +"182262",28678,62292 +"182263",28678,66985 +"182264",28678,67127 +"182265",28678,67331 +"182266",28678,67450 +"182267",28678,85186 +"182268",28678,89384 +"182269",28678,115913 +"182270",28679,35793 +"182271",28679,84399 +"182272",28679,84904 +"182273",28680,46056 +"182274",28680,87631 +"182275",28680,96649 +"182276",28680,115101 +"182277",28680,115120 +"182278",28682,64646 +"182279",28683,36886 +"182280",28683,74430 +"182281",28683,74544 +"182282",28684,33528 +"182283",28684,66484 +"182284",28685,84392 +"182285",28686,31403 +"182286",28686,32339 +"182287",28686,50335 +"182288",28686,58304 +"182289",28686,79731 +"182290",28686,80075 +"182291",28686,94591 +"182292",28686,104424 +"182293",28686,111525 +"182294",28686,123482 +"182295",28687,63914 +"182296",28687,71160 +"182297",28687,86051 +"182298",28687,114597 +"182299",28688,28714 +"182300",28688,28732 +"182301",28688,28763 +"182302",28688,28792 +"182303",28688,36376 +"182304",28688,46228 +"182305",28688,50745 +"182306",28688,52560 +"182307",28688,52617 +"182308",28688,59725 +"182309",28688,65906 +"182310",28688,70247 +"182311",28688,70345 +"182312",28688,70346 +"182313",28689,35841 +"182314",28689,50116 +"182315",28690,28793 +"182316",28691,45716 +"182317",28691,45836 +"182318",28691,45838 +"182319",28691,45845 +"182320",28691,53761 +"182321",28691,56465 +"182322",28691,56659 +"182323",28691,66426 +"182324",28692,38027 +"182325",28693,35180 +"182326",28693,36317 +"182327",28693,49488 +"182328",28693,56778 +"182329",28693,60545 +"182330",28693,60559 +"182331",28693,74917 +"182332",28694,28795 +"182333",28695,42028 +"182334",28695,62901 +"182335",28695,63803 +"182336",28695,66540 +"182337",28695,70170 +"182338",28695,76329 +"182339",28696,30881 +"182340",28696,51968 +"182341",28697,34209 +"182342",28697,100816 +"182343",28698,30079 +"182344",28698,36174 +"182345",28698,63984 +"182346",28698,74974 +"182347",28698,77568 +"182348",28699,61410 +"182349",28699,61418 +"182350",28699,91890 +"182351",28700,44780 +"182352",28700,51285 +"182353",28701,38835 +"182354",28701,38964 +"182355",28702,46707 +"182356",28702,93106 +"182357",28702,101237 +"182358",28702,101238 +"182359",28702,111559 +"182360",28703,29253 +"182361",28703,29341 +"182362",28703,29560 +"182363",28703,29573 +"182364",28703,29868 +"182365",28703,32438 +"182366",28703,32967 +"182367",28703,33223 +"182368",28703,33881 +"182369",28703,34097 +"182370",28703,34330 +"182371",28703,34513 +"182372",28703,35400 +"182373",28703,36476 +"182374",28703,36547 +"182375",28703,36745 +"182376",28703,37821 +"182377",28703,37931 +"182378",28703,38319 +"182379",28703,39398 +"182380",28703,39492 +"182381",28703,40320 +"182382",28703,40373 +"182383",28703,40542 +"182384",28703,41182 +"182385",28703,41611 +"182386",28703,42131 +"182387",28703,44728 +"182388",28703,46843 +"182389",28703,48331 +"182390",28703,52953 +"182391",28703,77233 +"182392",28703,82756 +"182393",28703,91574 +"182394",28703,99320 +"182395",28704,101531 +"182396",28705,49803 +"182397",28706,28749 +"182398",28707,86666 +"182399",28708,28769 +"182400",28708,32008 +"182401",28708,34327 +"182402",28708,34594 +"182403",28708,34615 +"182404",28708,34711 +"182405",28708,45664 +"182406",28708,45727 +"182407",28708,76357 +"182408",28708,76484 +"182409",28709,50439 +"182410",28709,65992 +"182411",28709,68778 +"182412",28709,72729 +"182413",28709,78324 +"182414",28709,78952 +"182415",28709,117533 +"182416",28710,36716 +"182417",28710,37524 +"182418",28710,44585 +"182419",28710,44648 +"182420",28710,52594 +"182421",28710,98536 +"182422",28711,36369 +"182423",28711,80814 +"182424",28712,36385 +"182425",28712,37576 +"182426",28712,53598 +"182427",28712,54235 +"182428",28712,60036 +"182429",28712,60063 +"182430",28713,61768 +"182431",28713,61796 +"182432",28714,28732 +"182433",28714,28763 +"182434",28714,28792 +"182435",28714,29397 +"182436",28714,36376 +"182437",28714,37021 +"182438",28714,42475 +"182439",28714,44762 +"182440",28714,46228 +"182441",28714,46559 +"182442",28714,47580 +"182443",28714,50745 +"182444",28714,54034 +"182445",28714,59725 +"182446",28714,65272 +"182447",28714,70247 +"182448",28714,70345 +"182449",28714,70346 +"182450",28715,28716 +"182451",28716,54999 +"182452",28716,66469 +"182453",28716,91690 +"182454",28716,106835 +"182455",28717,46578 +"182456",28718,40840 +"182457",28718,46835 +"182458",28718,48348 +"182459",28718,59039 +"182460",28718,97426 +"182461",28719,36867 +"182462",28719,57983 +"182463",28719,62553 +"182464",28719,69238 +"182465",28720,56598 +"182466",28721,53607 +"182467",28721,81044 +"182468",28721,119579 +"182469",28722,28734 +"182470",28724,29004 +"182471",28724,30745 +"182472",28724,32160 +"182473",28724,35743 +"182474",28724,43095 +"182475",28724,52049 +"182476",28724,57529 +"182477",28724,61709 +"182478",28725,40628 +"182479",28726,28865 +"182480",28726,28866 +"182481",28726,29009 +"182482",28726,42766 +"182483",28726,43703 +"182484",28726,57051 +"182485",28726,80210 +"182486",28727,30194 +"182487",28727,85549 +"182488",28727,100247 +"182489",28728,30805 +"182490",28728,57275 +"182491",28728,68806 +"182492",28729,54191 +"182493",28729,56611 +"182494",28730,47294 +"182495",28730,56899 +"182496",28731,30438 +"182497",28731,31243 +"182498",28731,31385 +"182499",28731,34000 +"182500",28731,34492 +"182501",28731,38449 +"182502",28731,45715 +"182503",28731,50976 +"182504",28731,51654 +"182505",28731,51944 +"182506",28731,52653 +"182507",28731,55015 +"182508",28731,71296 +"182509",28731,80649 +"182510",28731,85323 +"182511",28731,109383 +"182512",28731,113306 +"182513",28731,119428 +"182514",28732,28763 +"182515",28732,28792 +"182516",28732,29199 +"182517",28732,46559 +"182518",28732,70247 +"182519",28733,69689 +"182520",28734,29633 +"182521",28734,41082 +"182522",28735,46887 +"182523",28735,48010 +"182524",28735,49089 +"182525",28735,53458 +"182526",28735,55012 +"182527",28735,59301 +"182528",28735,64025 +"182529",28735,64181 +"182530",28735,69011 +"182531",28735,82262 +"182532",28735,97260 +"182533",28735,99545 +"182534",28735,99572 +"182535",28735,104967 +"182536",28736,31306 +"182537",28736,65513 +"182538",28736,70894 +"182539",28736,86907 +"182540",28736,87690 +"182541",28736,88251 +"182542",28736,97931 +"182543",28736,106854 +"182544",28736,108704 +"182545",28736,111471 +"182546",28736,118999 +"182547",28736,119441 +"182548",28736,121051 +"182549",28736,121166 +"182550",28739,102412 +"182551",28739,104786 +"182552",28740,100294 +"182553",28741,28744 +"182554",28741,32215 +"182555",28742,33930 +"182556",28742,35464 +"182557",28742,37199 +"182558",28742,41150 +"182559",28742,46122 +"182560",28742,57292 +"182561",28742,66566 +"182562",28742,73415 +"182563",28742,93466 +"182564",28742,106053 +"182565",28742,110635 +"182566",28742,110683 +"182567",28742,110687 +"182568",28743,28779 +"182569",28743,33862 +"182570",28743,42475 +"182571",28743,51127 +"182572",28743,51156 +"182573",28743,56465 +"182574",28743,80600 +"182575",28743,83441 +"182576",28743,85635 +"182577",28744,83087 +"182578",28745,39569 +"182579",28745,48000 +"182580",28745,57679 +"182581",28746,28747 +"182582",28746,36529 +"182583",28746,57895 +"182584",28746,58464 +"182585",28746,80511 +"182586",28746,85348 +"182587",28746,85350 +"182588",28746,86044 +"182589",28747,43898 +"182590",28747,44323 +"182591",28747,54065 +"182592",28747,100916 +"182593",28748,39658 +"182594",28748,40338 +"182595",28748,43371 +"182596",28748,105779 +"182597",28748,107425 +"182598",28751,28986 +"182599",28751,35742 +"182600",28751,79305 +"182601",28751,85598 +"182602",28752,42587 +"182603",28752,47699 +"182604",28752,48971 +"182605",28752,61098 +"182606",28752,68125 +"182607",28752,80826 +"182608",28752,86301 +"182609",28752,94247 +"182610",28753,34624 +"182611",28753,69927 +"182612",28753,108445 +"182613",28754,32158 +"182614",28754,39531 +"182615",28754,63815 +"182616",28754,77141 +"182617",28754,77158 +"182618",28754,77190 +"182619",28755,38334 +"182620",28755,63489 +"182621",28755,65625 +"182622",28755,70908 +"182623",28755,83847 +"182624",28755,84940 +"182625",28755,100226 +"182626",28756,50914 +"182627",28756,64789 +"182628",28756,67263 +"182629",28758,34966 +"182630",28758,69271 +"182631",28759,29821 +"182632",28759,37653 +"182633",28759,43702 +"182634",28759,43819 +"182635",28759,47518 +"182636",28759,75905 +"182637",28759,83115 +"182638",28759,110838 +"182639",28759,120314 +"182640",28760,58314 +"182641",28760,91979 +"182642",28762,80858 +"182643",28763,28792 +"182644",28763,66617 +"182645",28764,28916 +"182646",28764,63135 +"182647",28764,66607 +"182648",28764,84333 +"182649",28766,36678 +"182650",28767,28871 +"182651",28767,30334 +"182652",28767,31500 +"182653",28767,31501 +"182654",28767,35496 +"182655",28767,37610 +"182656",28767,37636 +"182657",28767,39435 +"182658",28767,40131 +"182659",28767,40166 +"182660",28767,40392 +"182661",28767,40905 +"182662",28767,41030 +"182663",28767,41395 +"182664",28767,41527 +"182665",28767,41529 +"182666",28767,41778 +"182667",28767,43147 +"182668",28767,43234 +"182669",28767,43858 +"182670",28767,44828 +"182671",28767,45657 +"182672",28767,45933 +"182673",28767,46434 +"182674",28767,46788 +"182675",28767,47123 +"182676",28767,47488 +"182677",28767,48909 +"182678",28767,49859 +"182679",28767,50064 +"182680",28767,50067 +"182681",28767,50554 +"182682",28767,50879 +"182683",28767,51783 +"182684",28767,52018 +"182685",28767,53444 +"182686",28767,53527 +"182687",28767,53555 +"182688",28767,54275 +"182689",28767,56628 +"182690",28767,58004 +"182691",28767,58068 +"182692",28767,58633 +"182693",28767,61111 +"182694",28767,61127 +"182695",28767,68287 +"182696",28767,105898 +"182697",28768,37286 +"182698",28768,69925 +"182699",28768,74993 +"182700",28769,54212 +"182701",28769,92785 +"182702",28770,41418 +"182703",28770,58265 +"182704",28770,85419 +"182705",28772,37435 +"182706",28772,53976 +"182707",28772,67522 +"182708",28772,69215 +"182709",28772,70227 +"182710",28772,105262 +"182711",28772,109833 +"182712",28772,111156 +"182713",28772,122740 +"182714",28772,122741 +"182715",28772,122742 +"182716",28773,41338 +"182717",28773,45763 +"182718",28773,47148 +"182719",28773,47389 +"182720",28773,68586 +"182721",28773,72508 +"182722",28774,33395 +"182723",28774,55541 +"182724",28774,56794 +"182725",28774,59566 +"182726",28774,60413 +"182727",28774,60445 +"182728",28774,76354 +"182729",28775,55692 +"182730",28775,92168 +"182731",28776,59224 +"182732",28776,80506 +"182733",28776,86284 +"182734",28776,87206 +"182735",28777,30478 +"182736",28777,110248 +"182737",28778,95283 +"182738",28779,35900 +"182739",28779,35941 +"182740",28779,36024 +"182741",28780,64210 +"182742",28780,92138 +"182743",28781,47271 +"182744",28781,69962 +"182745",28781,101188 +"182746",28782,62766 +"182747",28782,65375 +"182748",28782,67014 +"182749",28782,77058 +"182750",28782,77113 +"182751",28782,77114 +"182752",28782,77119 +"182753",28782,77121 +"182754",28782,86532 +"182755",28782,88979 +"182756",28782,88984 +"182757",28783,43777 +"182758",28784,30567 +"182759",28784,46040 +"182760",28784,53343 +"182761",28784,76428 +"182762",28785,36773 +"182763",28786,40671 +"182764",28787,28788 +"182765",28788,36079 +"182766",28788,36495 +"182767",28788,68590 +"182768",28788,75001 +"182769",28788,89440 +"182770",28788,92472 +"182771",28788,92498 +"182772",28788,92520 +"182773",28789,76348 +"182774",28789,109840 +"182775",28789,118265 +"182776",28789,122314 +"182777",28790,56073 +"182778",28790,68042 +"182779",28791,120161 +"182780",28791,123049 +"182781",28792,46228 +"182782",28792,50745 +"182783",28792,55271 +"182784",28792,59725 +"182785",28792,70247 +"182786",28792,70345 +"182787",28792,70346 +"182788",28797,31375 +"182789",28797,65788 +"182790",28797,86055 +"182791",28797,86095 +"182792",28797,88667 +"182793",28797,103443 +"182794",28798,29118 +"182795",28798,29159 +"182796",28798,52321 +"182797",28798,72225 +"182798",28799,39301 +"182799",28799,39371 +"182800",28799,40028 +"182801",28799,46525 +"182802",28799,46526 +"182803",28799,46543 +"182804",28799,46544 +"182805",28799,46629 +"182806",28799,46670 +"182807",28800,30040 +"182808",28800,37953 +"182809",28800,77560 +"182810",28800,83636 +"182811",28801,29006 +"182812",28801,29014 +"182813",28801,29110 +"182814",28801,42496 +"182815",28801,47389 +"182816",28801,48832 +"182817",28801,59829 +"182818",28801,63061 +"182819",28801,68688 +"182820",28801,68726 +"182821",28801,70115 +"182822",28801,80905 +"182823",28801,80916 +"182824",28803,48468 +"182825",28804,29004 +"182826",28805,35649 +"182827",28805,47532 +"182828",28805,58418 +"182829",28805,61699 +"182830",28805,84952 +"182831",28805,85517 +"182832",28805,94444 +"182833",28805,100520 +"182834",28805,105536 +"182835",28806,41790 +"182836",28806,70297 +"182837",28807,30091 +"182838",28807,49189 +"182839",28807,75181 +"182840",28807,77336 +"182841",28807,91917 +"182842",28807,106111 +"182843",28808,28917 +"182844",28808,46621 +"182845",28808,55795 +"182846",28808,56903 +"182847",28808,61785 +"182848",28808,80305 +"182849",28808,83865 +"182850",28808,88232 +"182851",28808,88237 +"182852",28809,57699 +"182853",28809,72459 +"182854",28809,87093 +"182855",28810,28873 +"182856",28810,28936 +"182857",28813,28863 +"182858",28814,72674 +"182859",28815,37843 +"182860",28815,45878 +"182861",28815,50575 +"182862",28815,85680 +"182863",28815,90788 +"182864",28815,90871 +"182865",28815,98941 +"182866",28815,113797 +"182867",28816,30019 +"182868",28816,33522 +"182869",28816,36755 +"182870",28816,37094 +"182871",28816,38513 +"182872",28816,39501 +"182873",28816,46257 +"182874",28816,47013 +"182875",28816,69765 +"182876",28816,85971 +"182877",28816,97151 +"182878",28816,99298 +"182879",28817,38544 +"182880",28817,75772 +"182881",28818,35446 +"182882",28818,38902 +"182883",28818,47663 +"182884",28818,51244 +"182885",28818,58162 +"182886",28818,61424 +"182887",28818,65750 +"182888",28818,67006 +"182889",28818,69587 +"182890",28818,71222 +"182891",28818,71319 +"182892",28818,71641 +"182893",28818,72273 +"182894",28818,76034 +"182895",28818,80456 +"182896",28818,82069 +"182897",28818,89702 +"182898",28818,89918 +"182899",28818,97022 +"182900",28818,97958 +"182901",28819,36396 +"182902",28819,39648 +"182903",28819,60007 +"182904",28819,106384 +"182905",28819,118548 +"182906",28820,30586 +"182907",28820,31884 +"182908",28820,46484 +"182909",28820,49776 +"182910",28820,54777 +"182911",28820,75391 +"182912",28821,28822 +"182913",28821,29008 +"182914",28822,29008 +"182915",28822,82575 +"182916",28822,99413 +"182917",28822,107808 +"182918",28823,29089 +"182919",28823,29512 +"182920",28823,31658 +"182921",28823,51234 +"182922",28823,65660 +"182923",28823,68300 +"182924",28823,83255 +"182925",28823,85352 +"182926",28823,96022 +"182927",28823,97752 +"182928",28823,99934 +"182929",28823,115582 +"182930",28823,120432 +"182931",28823,122093 +"182932",28824,33506 +"182933",28824,39935 +"182934",28825,28956 +"182935",28825,40625 +"182936",28825,79751 +"182937",28825,94754 +"182938",28826,43198 +"182939",28826,45886 +"182940",28826,62782 +"182941",28827,32975 +"182942",28828,55405 +"182943",28828,71480 +"182944",28828,79094 +"182945",28828,83362 +"182946",28828,122517 +"182947",28828,122520 +"182948",28829,34796 +"182949",28829,45097 +"182950",28829,47138 +"182951",28829,64089 +"182952",28829,79876 +"182953",28829,122183 +"182954",28830,109958 +"182955",28830,122309 +"182956",28831,28894 +"182957",28831,35641 +"182958",28831,59164 +"182959",28831,77226 +"182960",28831,85068 +"182961",28833,29290 +"182962",28833,50563 +"182963",28833,68648 +"182964",28833,78262 +"182965",28834,47635 +"182966",28835,41620 +"182967",28835,64821 +"182968",28836,39828 +"182969",28837,28853 +"182970",28837,28854 +"182971",28837,28898 +"182972",28837,94819 +"182973",28837,94904 +"182974",28837,98993 +"182975",28838,28964 +"182976",28838,33508 +"182977",28838,34319 +"182978",28838,36505 +"182979",28838,38143 +"182980",28838,39114 +"182981",28838,41976 +"182982",28838,42202 +"182983",28838,43507 +"182984",28838,44410 +"182985",28838,50086 +"182986",28838,57330 +"182987",28838,59775 +"182988",28838,59794 +"182989",28838,68340 +"182990",28838,72142 +"182991",28838,72329 +"182992",28838,72972 +"182993",28838,75017 +"182994",28838,77131 +"182995",28838,85908 +"182996",28838,90264 +"182997",28838,90265 +"182998",28838,93565 +"182999",28838,95804 +"183000",28838,100245 +"183001",28838,100553 +"183002",28838,100751 +"183003",28838,101089 +"183004",28838,101827 +"183005",28838,102813 +"183006",28838,105070 +"183007",28838,107468 +"183008",28838,107490 +"183009",28838,107493 +"183010",28839,28939 +"183011",28839,30976 +"183012",28839,37307 +"183013",28839,37769 +"183014",28839,42315 +"183015",28839,45633 +"183016",28839,52119 +"183017",28839,66143 +"183018",28839,66376 +"183019",28839,68708 +"183020",28839,71973 +"183021",28839,81875 +"183022",28839,82593 +"183023",28839,82848 +"183024",28839,90668 +"183025",28839,90884 +"183026",28839,95740 +"183027",28839,105699 +"183028",28839,115878 +"183029",28840,29063 +"183030",28841,43397 +"183031",28842,93714 +"183032",28842,105491 +"183033",28844,94656 +"183034",28845,28987 +"183035",28845,29356 +"183036",28845,29375 +"183037",28845,30029 +"183038",28845,30260 +"183039",28845,30955 +"183040",28845,31024 +"183041",28845,52636 +"183042",28845,59013 +"183043",28845,70250 +"183044",28845,76025 +"183045",28845,77044 +"183046",28845,79744 +"183047",28845,80818 +"183048",28845,81160 +"183049",28845,81689 +"183050",28845,83643 +"183051",28845,86702 +"183052",28845,92846 +"183053",28845,97434 +"183054",28845,97435 +"183055",28846,32831 +"183056",28846,32849 +"183057",28846,44016 +"183058",28846,44080 +"183059",28846,50811 +"183060",28846,51623 +"183061",28846,101448 +"183062",28846,101498 +"183063",28847,28968 +"183064",28847,31070 +"183065",28847,80585 +"183066",28847,80628 +"183067",28848,28902 +"183068",28848,29466 +"183069",28848,29635 +"183070",28848,29639 +"183071",28848,30205 +"183072",28848,55865 +"183073",28848,91550 +"183074",28849,30055 +"183075",28849,30221 +"183076",28849,30291 +"183077",28849,35080 +"183078",28849,38188 +"183079",28849,40722 +"183080",28849,42063 +"183081",28849,46501 +"183082",28849,47691 +"183083",28849,49833 +"183084",28849,50788 +"183085",28849,52256 +"183086",28849,63479 +"183087",28849,66583 +"183088",28849,67535 +"183089",28849,73107 +"183090",28849,74197 +"183091",28849,75675 +"183092",28849,84025 +"183093",28849,95706 +"183094",28849,106886 +"183095",28849,107361 +"183096",28849,114260 +"183097",28850,86018 +"183098",28851,28970 +"183099",28851,30993 +"183100",28851,47367 +"183101",28852,28962 +"183102",28853,28854 +"183103",28853,28898 +"183104",28853,47578 +"183105",28853,94819 +"183106",28853,94904 +"183107",28853,98993 +"183108",28853,103745 +"183109",28853,115450 +"183110",28853,115484 +"183111",28854,28898 +"183112",28854,35665 +"183113",28854,46691 +"183114",28854,61918 +"183115",28854,94819 +"183116",28854,94904 +"183117",28854,98993 +"183118",28854,107319 +"183119",28854,118890 +"183120",28855,33434 +"183121",28855,35908 +"183122",28855,35938 +"183123",28855,35939 +"183124",28855,35940 +"183125",28855,36011 +"183126",28855,36012 +"183127",28855,36013 +"183128",28855,36060 +"183129",28855,36178 +"183130",28856,31324 +"183131",28856,32961 +"183132",28857,28858 +"183133",28857,28933 +"183134",28857,28995 +"183135",28858,28933 +"183136",28858,28995 +"183137",28859,60332 +"183138",28860,31435 +"183139",28860,109685 +"183140",28861,29241 +"183141",28862,82772 +"183142",28863,35181 +"183143",28863,50807 +"183144",28864,39925 +"183145",28864,54858 +"183146",28864,72421 +"183147",28864,106043 +"183148",28865,28866 +"183149",28865,29009 +"183150",28865,51923 +"183151",28866,29009 +"183152",28866,76880 +"183153",28867,33321 +"183154",28867,109296 +"183155",28868,31621 +"183156",28868,83339 +"183157",28868,83361 +"183158",28869,34721 +"183159",28869,38417 +"183160",28869,39198 +"183161",28869,40453 +"183162",28869,41435 +"183163",28869,41659 +"183164",28869,42746 +"183165",28869,45357 +"183166",28869,46142 +"183167",28869,46786 +"183168",28869,64578 +"183169",28869,70658 +"183170",28869,78446 +"183171",28869,78833 +"183172",28869,91275 +"183173",28869,92016 +"183174",28869,105122 +"183175",28869,110357 +"183176",28870,53050 +"183177",28870,54877 +"183178",28870,63455 +"183179",28870,65006 +"183180",28871,30334 +"183181",28871,35496 +"183182",28871,37610 +"183183",28871,37636 +"183184",28871,39435 +"183185",28871,40131 +"183186",28871,40166 +"183187",28871,40392 +"183188",28871,40905 +"183189",28871,41030 +"183190",28871,41527 +"183191",28871,41529 +"183192",28871,41778 +"183193",28871,43147 +"183194",28871,43234 +"183195",28871,43858 +"183196",28871,44828 +"183197",28871,45657 +"183198",28871,45933 +"183199",28871,46434 +"183200",28871,46788 +"183201",28871,47123 +"183202",28871,47488 +"183203",28871,48805 +"183204",28871,48909 +"183205",28871,49859 +"183206",28871,50064 +"183207",28871,50067 +"183208",28871,50554 +"183209",28871,50879 +"183210",28871,51783 +"183211",28871,52018 +"183212",28871,53444 +"183213",28871,53527 +"183214",28871,53555 +"183215",28871,54275 +"183216",28871,56628 +"183217",28871,58004 +"183218",28871,58068 +"183219",28871,58633 +"183220",28871,61111 +"183221",28871,61127 +"183222",28871,64113 +"183223",28871,68287 +"183224",28872,42078 +"183225",28872,69561 +"183226",28872,93505 +"183227",28872,112098 +"183228",28873,28936 +"183229",28874,34015 +"183230",28874,60534 +"183231",28874,64949 +"183232",28874,74365 +"183233",28874,102096 +"183234",28874,102120 +"183235",28874,119463 +"183236",28875,29983 +"183237",28875,30196 +"183238",28875,34444 +"183239",28875,37517 +"183240",28875,44086 +"183241",28875,44124 +"183242",28875,62537 +"183243",28875,63545 +"183244",28875,63553 +"183245",28875,63558 +"183246",28877,84920 +"183247",28879,58982 +"183248",28879,90127 +"183249",28880,30625 +"183250",28880,33422 +"183251",28880,44815 +"183252",28880,57745 +"183253",28880,79823 +"183254",28880,88209 +"183255",28880,89822 +"183256",28880,94243 +"183257",28880,111582 +"183258",28881,30544 +"183259",28881,55679 +"183260",28881,59945 +"183261",28881,86328 +"183262",28881,86367 +"183263",28882,32726 +"183264",28882,33380 +"183265",28882,42944 +"183266",28882,48716 +"183267",28882,48732 +"183268",28882,57925 +"183269",28882,68795 +"183270",28884,32331 +"183271",28884,64868 +"183272",28885,55513 +"183273",28886,53428 +"183274",28886,53476 +"183275",28887,29041 +"183276",28887,109131 +"183277",28887,123452 +"183278",28889,43898 +"183279",28889,54394 +"183280",28889,83997 +"183281",28890,40866 +"183282",28890,48026 +"183283",28890,60258 +"183284",28890,63844 +"183285",28890,82837 +"183286",28890,88300 +"183287",28890,103897 +"183288",28890,115324 +"183289",28891,35421 +"183290",28891,35953 +"183291",28891,43286 +"183292",28891,45382 +"183293",28891,49627 +"183294",28891,50077 +"183295",28891,50332 +"183296",28891,50411 +"183297",28891,54745 +"183298",28891,55611 +"183299",28891,57902 +"183300",28891,59037 +"183301",28891,66652 +"183302",28891,69497 +"183303",28891,70354 +"183304",28891,73332 +"183305",28891,97114 +"183306",28891,97121 +"183307",28891,97126 +"183308",28891,97127 +"183309",28891,97131 +"183310",28891,97520 +"183311",28891,97550 +"183312",28892,29456 +"183313",28892,38145 +"183314",28893,32339 +"183315",28893,39443 +"183316",28893,43214 +"183317",28893,45674 +"183318",28893,55596 +"183319",28893,56795 +"183320",28893,56805 +"183321",28893,69557 +"183322",28893,74206 +"183323",28893,78931 +"183324",28893,109412 +"183325",28895,42140 +"183326",28895,51687 +"183327",28895,96134 +"183328",28896,29525 +"183329",28896,29893 +"183330",28896,32341 +"183331",28896,32351 +"183332",28896,33487 +"183333",28896,33524 +"183334",28896,33888 +"183335",28896,39096 +"183336",28896,48215 +"183337",28896,53012 +"183338",28896,54200 +"183339",28896,72865 +"183340",28896,83292 +"183341",28896,111460 +"183342",28896,111469 +"183343",28897,100553 +"183344",28898,34387 +"183345",28898,41391 +"183346",28898,54764 +"183347",28898,68139 +"183348",28898,71574 +"183349",28899,49921 +"183350",28899,94319 +"183351",28899,94329 +"183352",28899,94355 +"183353",28899,97064 +"183354",28899,97158 +"183355",28899,97190 +"183356",28899,119008 +"183357",28901,34777 +"183358",28901,44482 +"183359",28901,47460 +"183360",28901,50313 +"183361",28901,55531 +"183362",28901,63019 +"183363",28901,66845 +"183364",28901,68402 +"183365",28901,75015 +"183366",28902,40059 +"183367",28902,65111 +"183368",28902,88663 +"183369",28903,53395 +"183370",28904,28967 +"183371",28904,29770 +"183372",28904,34805 +"183373",28904,54775 +"183374",28904,54777 +"183375",28904,60494 +"183376",28904,63772 +"183377",28904,65639 +"183378",28904,69625 +"183379",28904,79451 +"183380",28904,81130 +"183381",28904,90154 +"183382",28904,97951 +"183383",28904,97996 +"183384",28904,98315 +"183385",28904,106861 +"183386",28904,108448 +"183387",28904,117675 +"183388",28905,30631 +"183389",28905,40144 +"183390",28905,52484 +"183391",28905,61047 +"183392",28905,61503 +"183393",28905,62268 +"183394",28905,90236 +"183395",28905,93026 +"183396",28905,93066 +"183397",28905,99891 +"183398",28905,108739 +"183399",28907,83510 +"183400",28907,89404 +"183401",28907,90568 +"183402",28908,50017 +"183403",28908,112503 +"183404",28909,28910 +"183405",28909,39787 +"183406",28909,61456 +"183407",28909,65422 +"183408",28912,28965 +"183409",28913,30479 +"183410",28913,113485 +"183411",28913,120239 +"183412",28914,92400 +"183413",28914,97518 +"183414",28914,120246 +"183415",28915,29624 +"183416",28915,39458 +"183417",28915,42673 +"183418",28915,47741 +"183419",28915,52114 +"183420",28915,52132 +"183421",28915,64922 +"183422",28916,74312 +"183423",28916,100413 +"183424",28916,117467 +"183425",28916,117485 +"183426",28917,72462 +"183427",28917,103305 +"183428",28918,36262 +"183429",28918,43197 +"183430",28918,58319 +"183431",28918,69010 +"183432",28918,69050 +"183433",28918,108074 +"183434",28919,29003 +"183435",28919,104305 +"183436",28919,104318 +"183437",28921,74442 +"183438",28922,28949 +"183439",28922,28997 +"183440",28922,29589 +"183441",28922,30584 +"183442",28922,37258 +"183443",28922,38641 +"183444",28922,38785 +"183445",28922,39396 +"183446",28922,52705 +"183447",28922,72715 +"183448",28922,88932 +"183449",28922,99332 +"183450",28923,71630 +"183451",28923,109293 +"183452",28924,68707 +"183453",28924,75502 +"183454",28924,91049 +"183455",28926,59967 +"183456",28926,76867 +"183457",28927,39102 +"183458",28927,43444 +"183459",28927,56312 +"183460",28927,58804 +"183461",28927,80451 +"183462",28927,92553 +"183463",28927,93019 +"183464",28929,33840 +"183465",28929,49475 +"183466",28929,53477 +"183467",28929,55914 +"183468",28929,70310 +"183469",28929,70311 +"183470",28929,70336 +"183471",28929,76940 +"183472",28929,77016 +"183473",28930,42336 +"183474",28930,49216 +"183475",28930,92478 +"183476",28930,114635 +"183477",28930,121830 +"183478",28930,122833 +"183479",28931,42927 +"183480",28932,34819 +"183481",28933,28995 +"183482",28934,28973 +"183483",28934,70862 +"183484",28934,111654 +"183485",28935,42368 +"183486",28936,78567 +"183487",28936,92965 +"183488",28936,100086 +"183489",28938,86907 +"183490",28938,86946 +"183491",28938,106945 +"183492",28938,111844 +"183493",28938,115244 +"183494",28940,103486 +"183495",28941,33957 +"183496",28941,48623 +"183497",28941,114689 +"183498",28942,31004 +"183499",28942,31012 +"183500",28942,46368 +"183501",28942,97693 +"183502",28943,29421 +"183503",28943,58098 +"183504",28943,61148 +"183505",28943,88611 +"183506",28944,32255 +"183507",28944,39035 +"183508",28944,43770 +"183509",28944,76959 +"183510",28944,82155 +"183511",28944,82542 +"183512",28945,28983 +"183513",28945,31816 +"183514",28945,31849 +"183515",28945,49921 +"183516",28945,67588 +"183517",28945,71817 +"183518",28945,89695 +"183519",28945,95586 +"183520",28945,101604 +"183521",28945,103097 +"183522",28945,103118 +"183523",28945,103143 +"183524",28946,99388 +"183525",28947,110009 +"183526",28948,28998 +"183527",28949,28997 +"183528",28950,74714 +"183529",28951,29029 +"183530",28951,30371 +"183531",28951,30372 +"183532",28953,99204 +"183533",28953,117651 +"183534",28953,118261 +"183535",28953,118262 +"183536",28953,118275 +"183537",28953,118276 +"183538",28953,118277 +"183539",28955,33785 +"183540",28955,63168 +"183541",28955,108208 +"183542",28957,28958 +"183543",28958,42332 +"183544",28958,42334 +"183545",28959,30413 +"183546",28959,36180 +"183547",28959,55870 +"183548",28959,66431 +"183549",28959,76070 +"183550",28959,76246 +"183551",28960,32734 +"183552",28962,41130 +"183553",28962,44831 +"183554",28962,98188 +"183555",28963,29073 +"183556",28963,39648 +"183557",28963,42981 +"183558",28963,61719 +"183559",28963,100565 +"183560",28963,100628 +"183561",28964,42202 +"183562",28965,98661 +"183563",28966,29062 +"183564",28966,29347 +"183565",28966,52680 +"183566",28966,57904 +"183567",28966,59203 +"183568",28966,73332 +"183569",28966,82453 +"183570",28966,87924 +"183571",28966,87932 +"183572",28966,87942 +"183573",28967,34805 +"183574",28967,41581 +"183575",28967,47994 +"183576",28967,51134 +"183577",28967,51153 +"183578",28967,51159 +"183579",28967,74153 +"183580",28967,76212 +"183581",28967,79270 +"183582",28967,79451 +"183583",28968,76106 +"183584",28969,44751 +"183585",28969,90562 +"183586",28970,30993 +"183587",28970,47367 +"183588",28971,61382 +"183589",28971,81287 +"183590",28971,99194 +"183591",28971,106226 +"183592",28972,68469 +"183593",28972,77605 +"183594",28972,102762 +"183595",28974,53456 +"183596",28975,38685 +"183597",28975,117774 +"183598",28976,44024 +"183599",28976,53402 +"183600",28976,57971 +"183601",28976,59591 +"183602",28976,69398 +"183603",28976,104439 +"183604",28976,118450 +"183605",28977,57160 +"183606",28979,43649 +"183607",28979,43938 +"183608",28979,44818 +"183609",28979,44827 +"183610",28979,44855 +"183611",28979,47106 +"183612",28979,56373 +"183613",28979,65474 +"183614",28980,29801 +"183615",28983,49921 +"183616",28984,31209 +"183617",28984,31477 +"183618",28984,32052 +"183619",28984,32367 +"183620",28984,32383 +"183621",28984,32419 +"183622",28984,33916 +"183623",28986,35420 +"183624",28986,35742 +"183625",28986,39523 +"183626",28986,42689 +"183627",28986,42725 +"183628",28986,43140 +"183629",28986,51921 +"183630",28986,57094 +"183631",28986,58854 +"183632",28986,62541 +"183633",28986,68043 +"183634",28986,69527 +"183635",28986,79654 +"183636",28986,80396 +"183637",28986,94520 +"183638",28986,102101 +"183639",28986,110399 +"183640",28986,111241 +"183641",28987,29375 +"183642",28987,30029 +"183643",28987,30260 +"183644",28987,30955 +"183645",28987,31024 +"183646",28987,31059 +"183647",28987,31124 +"183648",28987,52293 +"183649",28987,67946 +"183650",28987,112224 +"183651",28987,116818 +"183652",28988,79472 +"183653",28989,32017 +"183654",28990,41831 +"183655",28990,85357 +"183656",28990,85752 +"183657",28990,89910 +"183658",28990,104549 +"183659",28990,104684 +"183660",28991,40466 +"183661",28991,94267 +"183662",28992,46336 +"183663",28993,42768 +"183664",28993,42771 +"183665",28993,42785 +"183666",28993,114021 +"183667",28994,45979 +"183668",28994,62742 +"183669",28995,52486 +"183670",28996,32664 +"183671",28996,49020 +"183672",28996,52820 +"183673",28996,53347 +"183674",28996,76742 +"183675",28996,84760 +"183676",28996,90252 +"183677",28996,102044 +"183678",28996,103158 +"183679",28998,30155 +"183680",28998,39326 +"183681",28998,41342 +"183682",28998,41437 +"183683",28998,49892 +"183684",28999,31903 +"183685",28999,57779 +"183686",29000,61188 +"183687",29000,67073 +"183688",29001,34954 +"183689",29001,35808 +"183690",29001,67172 +"183691",29002,29156 +"183692",29004,29111 +"183693",29004,32160 +"183694",29004,38965 +"183695",29004,47276 +"183696",29004,55363 +"183697",29004,57529 +"183698",29004,65157 +"183699",29004,66858 +"183700",29004,66859 +"183701",29004,78690 +"183702",29004,78717 +"183703",29005,30954 +"183704",29005,85668 +"183705",29005,105060 +"183706",29005,113633 +"183707",29005,115190 +"183708",29006,29014 +"183709",29006,29110 +"183710",29007,44680 +"183711",29007,52524 +"183712",29007,95757 +"183713",29008,45993 +"183714",29008,71868 +"183715",29009,41116 +"183716",29009,57203 +"183717",29009,68142 +"183718",29009,94125 +"183719",29009,109799 +"183720",29009,113933 +"183721",29010,29682 +"183722",29010,32747 +"183723",29010,35592 +"183724",29010,36780 +"183725",29010,59797 +"183726",29010,80176 +"183727",29011,79402 +"183728",29013,36598 +"183729",29013,89937 +"183730",29013,94746 +"183731",29014,29110 +"183732",29014,37953 +"183733",29014,72508 +"183734",29015,29096 +"183735",29015,31048 +"183736",29015,49385 +"183737",29015,64461 +"183738",29015,78315 +"183739",29015,103878 +"183740",29015,104153 +"183741",29015,112383 +"183742",29016,42200 +"183743",29016,47338 +"183744",29016,47558 +"183745",29016,48845 +"183746",29016,50229 +"183747",29016,59485 +"183748",29016,65523 +"183749",29016,91078 +"183750",29016,117675 +"183751",29017,29070 +"183752",29017,29107 +"183753",29017,37442 +"183754",29017,89290 +"183755",29019,29026 +"183756",29019,32413 +"183757",29019,33018 +"183758",29019,34614 +"183759",29019,34631 +"183760",29019,34668 +"183761",29019,35983 +"183762",29019,38270 +"183763",29019,40113 +"183764",29019,42289 +"183765",29019,48281 +"183766",29019,48380 +"183767",29019,50662 +"183768",29019,56216 +"183769",29019,59615 +"183770",29019,62679 +"183771",29019,63105 +"183772",29019,68001 +"183773",29019,68475 +"183774",29019,68917 +"183775",29019,69296 +"183776",29019,71106 +"183777",29019,71684 +"183778",29019,73655 +"183779",29019,75767 +"183780",29019,76046 +"183781",29019,76459 +"183782",29019,76808 +"183783",29019,77727 +"183784",29019,78224 +"183785",29019,79222 +"183786",29019,82978 +"183787",29019,83306 +"183788",29019,85027 +"183789",29019,88287 +"183790",29019,88412 +"183791",29019,90275 +"183792",29019,90426 +"183793",29019,91112 +"183794",29019,91526 +"183795",29019,93425 +"183796",29019,93523 +"183797",29019,94520 +"183798",29019,95954 +"183799",29019,99544 +"183800",29019,99547 +"183801",29019,99554 +"183802",29019,100595 +"183803",29019,100739 +"183804",29019,100819 +"183805",29019,101898 +"183806",29019,101988 +"183807",29019,102146 +"183808",29019,102201 +"183809",29019,102309 +"183810",29019,102635 +"183811",29019,102730 +"183812",29019,102846 +"183813",29019,103790 +"183814",29019,104095 +"183815",29019,104574 +"183816",29019,104784 +"183817",29019,104845 +"183818",29019,107269 +"183819",29019,107623 +"183820",29019,107714 +"183821",29019,107879 +"183822",29019,107975 +"183823",29020,49213 +"183824",29021,29022 +"183825",29022,37241 +"183826",29022,66482 +"183827",29022,72015 +"183828",29022,75103 +"183829",29022,79246 +"183830",29022,81211 +"183831",29022,81368 +"183832",29022,81414 +"183833",29023,97438 +"183834",29023,102775 +"183835",29025,38254 +"183836",29025,49963 +"183837",29025,59279 +"183838",29025,60166 +"183839",29026,32413 +"183840",29026,34614 +"183841",29026,34631 +"183842",29026,34668 +"183843",29026,35983 +"183844",29026,38270 +"183845",29026,40113 +"183846",29026,42289 +"183847",29026,48281 +"183848",29026,48380 +"183849",29026,50662 +"183850",29026,56216 +"183851",29026,59615 +"183852",29026,62679 +"183853",29026,63105 +"183854",29026,68001 +"183855",29026,68475 +"183856",29026,68917 +"183857",29026,69296 +"183858",29026,71106 +"183859",29026,73655 +"183860",29026,75767 +"183861",29026,76046 +"183862",29026,76459 +"183863",29026,76808 +"183864",29026,77727 +"183865",29026,78224 +"183866",29026,79222 +"183867",29026,82978 +"183868",29026,83306 +"183869",29026,85027 +"183870",29026,88412 +"183871",29026,90275 +"183872",29026,90426 +"183873",29026,91112 +"183874",29026,91526 +"183875",29026,93425 +"183876",29026,93523 +"183877",29026,94520 +"183878",29026,95954 +"183879",29026,96346 +"183880",29026,99544 +"183881",29026,99547 +"183882",29026,99554 +"183883",29026,100595 +"183884",29026,100739 +"183885",29026,100819 +"183886",29026,101898 +"183887",29026,101988 +"183888",29026,102146 +"183889",29026,102201 +"183890",29026,102309 +"183891",29026,102635 +"183892",29026,102730 +"183893",29026,102846 +"183894",29026,103790 +"183895",29026,104095 +"183896",29026,104574 +"183897",29026,104784 +"183898",29026,104845 +"183899",29026,107269 +"183900",29026,107623 +"183901",29026,107714 +"183902",29026,107879 +"183903",29026,107975 +"183904",29027,29123 +"183905",29027,29182 +"183906",29027,35575 +"183907",29028,67048 +"183908",29029,30371 +"183909",29029,30372 +"183910",29029,53236 +"183911",29030,29057 +"183912",29030,37625 +"183913",29030,53771 +"183914",29030,54018 +"183915",29030,55187 +"183916",29030,57159 +"183917",29030,58285 +"183918",29030,65969 +"183919",29030,67512 +"183920",29030,73066 +"183921",29030,90960 +"183922",29030,99421 +"183923",29031,29680 +"183924",29031,34246 +"183925",29031,50043 +"183926",29032,29393 +"183927",29032,36783 +"183928",29032,39896 +"183929",29032,45031 +"183930",29033,35926 +"183931",29033,46071 +"183932",29033,51299 +"183933",29033,52301 +"183934",29033,75694 +"183935",29033,91021 +"183936",29033,108782 +"183937",29034,40893 +"183938",29034,51377 +"183939",29034,54765 +"183940",29034,60523 +"183941",29034,64806 +"183942",29034,80756 +"183943",29035,55415 +"183944",29035,76368 +"183945",29036,29435 +"183946",29037,30411 +"183947",29037,35802 +"183948",29037,38217 +"183949",29037,42212 +"183950",29037,43116 +"183951",29037,58254 +"183952",29037,65362 +"183953",29037,72957 +"183954",29037,79529 +"183955",29037,81722 +"183956",29037,84770 +"183957",29037,85609 +"183958",29037,92539 +"183959",29037,97445 +"183960",29037,98422 +"183961",29037,99136 +"183962",29037,99162 +"183963",29037,100207 +"183964",29037,100549 +"183965",29037,101016 +"183966",29037,101117 +"183967",29037,102401 +"183968",29037,102796 +"183969",29037,103244 +"183970",29037,105019 +"183971",29037,108470 +"183972",29037,108474 +"183973",29037,109262 +"183974",29037,109949 +"183975",29037,110196 +"183976",29037,110216 +"183977",29037,111019 +"183978",29038,43291 +"183979",29038,86017 +"183980",29038,86020 +"183981",29039,59382 +"183982",29040,29541 +"183983",29040,69234 +"183984",29040,82318 +"183985",29040,82343 +"183986",29042,29203 +"183987",29043,30128 +"183988",29043,50276 +"183989",29043,52721 +"183990",29043,79898 +"183991",29044,30127 +"183992",29044,35372 +"183993",29044,39916 +"183994",29044,42462 +"183995",29044,45477 +"183996",29044,45598 +"183997",29044,46463 +"183998",29044,46528 +"183999",29044,55390 +"184000",29045,40117 +"184001",29045,52672 +"184002",29046,29113 +"184003",29047,29261 +"184004",29047,29275 +"184005",29047,29291 +"184006",29047,29296 +"184007",29047,29355 +"184008",29047,29423 +"184009",29048,30314 +"184010",29049,30196 +"184011",29049,40600 +"184012",29049,46579 +"184013",29049,46596 +"184014",29050,34759 +"184015",29050,36450 +"184016",29050,54504 +"184017",29050,54960 +"184018",29050,55308 +"184019",29050,76009 +"184020",29050,90492 +"184021",29051,56464 +"184022",29052,29150 +"184023",29052,49147 +"184024",29052,52186 +"184025",29052,73230 +"184026",29052,80570 +"184027",29052,82522 +"184028",29052,82573 +"184029",29052,83475 +"184030",29053,36784 +"184031",29053,41804 +"184032",29053,41859 +"184033",29053,47553 +"184034",29053,48871 +"184035",29053,54667 +"184036",29053,56097 +"184037",29053,63477 +"184038",29053,69651 +"184039",29053,69666 +"184040",29053,77892 +"184041",29053,87083 +"184042",29053,100241 +"184043",29053,120225 +"184044",29054,29074 +"184045",29054,94377 +"184046",29055,46578 +"184047",29055,61681 +"184048",29056,37765 +"184049",29057,40881 +"184050",29057,83700 +"184051",29058,82789 +"184052",29058,91432 +"184053",29059,29086 +"184054",29060,32936 +"184055",29060,74025 +"184056",29061,33837 +"184057",29061,40423 +"184058",29061,40454 +"184059",29061,41760 +"184060",29061,55511 +"184061",29061,99459 +"184062",29062,29347 +"184063",29064,32028 +"184064",29064,51942 +"184065",29064,62121 +"184066",29064,104536 +"184067",29065,31927 +"184068",29066,30481 +"184069",29066,34553 +"184070",29066,53631 +"184071",29066,63300 +"184072",29066,81434 +"184073",29067,29354 +"184074",29068,29948 +"184075",29068,44622 +"184076",29068,79869 +"184077",29068,94424 +"184078",29070,29107 +"184079",29070,40501 +"184080",29071,74244 +"184081",29071,76056 +"184082",29072,73587 +"184083",29073,29731 +"184084",29073,30898 +"184085",29073,37893 +"184086",29073,41682 +"184087",29073,47299 +"184088",29073,70017 +"184089",29073,71766 +"184090",29073,80694 +"184091",29074,83818 +"184092",29075,29076 +"184093",29075,45073 +"184094",29075,55294 +"184095",29075,81920 +"184096",29075,81928 +"184097",29076,32576 +"184098",29076,45073 +"184099",29076,45252 +"184100",29076,76291 +"184101",29076,78961 +"184102",29076,87438 +"184103",29076,94980 +"184104",29076,97298 +"184105",29076,100054 +"184106",29076,100657 +"184107",29076,100808 +"184108",29076,106119 +"184109",29077,29256 +"184110",29077,35910 +"184111",29077,43087 +"184112",29077,59096 +"184113",29077,64860 +"184114",29077,65966 +"184115",29077,82688 +"184116",29077,82725 +"184117",29077,82752 +"184118",29078,29229 +"184119",29078,29447 +"184120",29078,42612 +"184121",29078,44387 +"184122",29078,46779 +"184123",29078,52308 +"184124",29078,59673 +"184125",29078,64613 +"184126",29078,64725 +"184127",29078,64750 +"184128",29078,91353 +"184129",29079,112654 +"184130",29080,40680 +"184131",29080,53404 +"184132",29081,29474 +"184133",29081,56871 +"184134",29081,63724 +"184135",29082,29163 +"184136",29082,112727 +"184137",29083,39459 +"184138",29084,41067 +"184139",29084,44744 +"184140",29084,50319 +"184141",29084,66055 +"184142",29084,70778 +"184143",29084,72060 +"184144",29084,80938 +"184145",29084,80939 +"184146",29084,80940 +"184147",29084,80941 +"184148",29084,80949 +"184149",29084,80955 +"184150",29084,80956 +"184151",29084,80957 +"184152",29084,80985 +"184153",29084,80989 +"184154",29084,81007 +"184155",29084,81022 +"184156",29084,81026 +"184157",29084,81036 +"184158",29084,81037 +"184159",29084,81038 +"184160",29084,81139 +"184161",29087,38884 +"184162",29087,42962 +"184163",29088,29204 +"184164",29088,45088 +"184165",29088,46339 +"184166",29088,49339 +"184167",29088,76358 +"184168",29088,87338 +"184169",29088,114920 +"184170",29089,32047 +"184171",29089,49359 +"184172",29089,66756 +"184173",29089,100055 +"184174",29089,104624 +"184175",29090,99214 +"184176",29091,29892 +"184177",29092,71144 +"184178",29094,70323 +"184179",29094,90458 +"184180",29094,90487 +"184181",29094,90515 +"184182",29095,31177 +"184183",29095,43708 +"184184",29095,52308 +"184185",29095,54229 +"184186",29095,79591 +"184187",29098,52615 +"184188",29098,78621 +"184189",29098,108050 +"184190",29099,37694 +"184191",29099,103215 +"184192",29100,31357 +"184193",29100,39893 +"184194",29100,54385 +"184195",29100,57017 +"184196",29100,62578 +"184197",29100,69523 +"184198",29100,76403 +"184199",29100,85072 +"184200",29100,86396 +"184201",29100,90358 +"184202",29100,106813 +"184203",29100,117830 +"184204",29101,39237 +"184205",29101,52633 +"184206",29101,54117 +"184207",29101,72161 +"184208",29101,73518 +"184209",29101,83330 +"184210",29101,87666 +"184211",29101,95304 +"184212",29101,109172 +"184213",29102,41656 +"184214",29102,46510 +"184215",29102,48055 +"184216",29102,50903 +"184217",29102,55356 +"184218",29102,56847 +"184219",29102,79074 +"184220",29103,92273 +"184221",29104,33341 +"184222",29104,54041 +"184223",29104,58132 +"184224",29104,73222 +"184225",29104,79058 +"184226",29104,79594 +"184227",29104,79724 +"184228",29104,88690 +"184229",29104,90658 +"184230",29104,111345 +"184231",29104,111360 +"184232",29105,31649 +"184233",29105,41912 +"184234",29105,44178 +"184235",29105,48806 +"184236",29105,53752 +"184237",29105,54388 +"184238",29105,59560 +"184239",29105,80725 +"184240",29105,88079 +"184241",29105,95233 +"184242",29108,58527 +"184243",29108,77402 +"184244",29108,93588 +"184245",29109,41628 +"184246",29109,64454 +"184247",29110,68459 +"184248",29110,76561 +"184249",29110,76637 +"184250",29110,78252 +"184251",29110,78342 +"184252",29110,79343 +"184253",29110,80905 +"184254",29110,80916 +"184255",29110,90028 +"184256",29110,95834 +"184257",29110,110503 +"184258",29110,111825 +"184259",29110,119856 +"184260",29111,65157 +"184261",29111,78690 +"184262",29111,78717 +"184263",29113,31444 +"184264",29113,38597 +"184265",29113,42559 +"184266",29113,49309 +"184267",29113,49655 +"184268",29113,54738 +"184269",29113,64530 +"184270",29114,31613 +"184271",29114,58467 +"184272",29114,79457 +"184273",29114,103687 +"184274",29115,35471 +"184275",29115,35481 +"184276",29115,35963 +"184277",29115,47337 +"184278",29115,49364 +"184279",29115,53179 +"184280",29115,58052 +"184281",29115,68120 +"184282",29115,70605 +"184283",29115,71541 +"184284",29115,92194 +"184285",29115,92441 +"184286",29115,94806 +"184287",29115,98166 +"184288",29115,105685 +"184289",29116,39785 +"184290",29116,40461 +"184291",29116,58745 +"184292",29116,69751 +"184293",29117,29122 +"184294",29117,54061 +"184295",29117,58257 +"184296",29117,83602 +"184297",29117,88199 +"184298",29117,102889 +"184299",29117,103882 +"184300",29117,103900 +"184301",29117,111349 +"184302",29117,113051 +"184303",29118,29159 +"184304",29118,52321 +"184305",29118,74850 +"184306",29118,75123 +"184307",29118,77826 +"184308",29119,30579 +"184309",29119,38969 +"184310",29119,89890 +"184311",29120,35080 +"184312",29120,44860 +"184313",29121,32031 +"184314",29121,35485 +"184315",29121,58510 +"184316",29121,119643 +"184317",29122,31849 +"184318",29122,34905 +"184319",29122,51400 +"184320",29122,78169 +"184321",29122,86663 +"184322",29122,103118 +"184323",29122,103882 +"184324",29122,103900 +"184325",29123,29182 +"184326",29124,32601 +"184327",29124,40363 +"184328",29124,63652 +"184329",29124,73136 +"184330",29124,90573 +"184331",29124,99444 +"184332",29124,104002 +"184333",29124,108372 +"184334",29125,62209 +"184335",29126,29153 +"184336",29126,29271 +"184337",29126,31228 +"184338",29126,35514 +"184339",29126,37219 +"184340",29126,37310 +"184341",29126,37382 +"184342",29126,63523 +"184343",29126,69011 +"184344",29126,78549 +"184345",29126,91222 +"184346",29127,29753 +"184347",29127,33810 +"184348",29127,36694 +"184349",29127,37909 +"184350",29127,42044 +"184351",29127,44655 +"184352",29127,56354 +"184353",29127,61887 +"184354",29127,97225 +"184355",29127,105268 +"184356",29127,106809 +"184357",29128,45308 +"184358",29128,71106 +"184359",29128,86151 +"184360",29128,95905 +"184361",29128,100909 +"184362",29129,70410 +"184363",29129,73322 +"184364",29129,98123 +"184365",29130,34441 +"184366",29130,49331 +"184367",29130,58356 +"184368",29130,113739 +"184369",29130,116838 +"184370",29131,53977 +"184371",29133,34595 +"184372",29133,35187 +"184373",29133,37666 +"184374",29133,37724 +"184375",29133,40134 +"184376",29133,40734 +"184377",29133,44529 +"184378",29133,52796 +"184379",29133,53081 +"184380",29133,58352 +"184381",29135,29136 +"184382",29135,81018 +"184383",29135,91124 +"184384",29135,105078 +"184385",29136,32871 +"184386",29136,52740 +"184387",29136,67417 +"184388",29137,30036 +"184389",29137,48929 +"184390",29137,51687 +"184391",29137,60508 +"184392",29137,60509 +"184393",29137,60537 +"184394",29137,64964 +"184395",29138,71805 +"184396",29138,104567 +"184397",29138,109932 +"184398",29139,69023 +"184399",29139,75110 +"184400",29140,76735 +"184401",29140,86639 +"184402",29140,91245 +"184403",29141,29811 +"184404",29141,33319 +"184405",29141,35518 +"184406",29142,29184 +"184407",29142,40264 +"184408",29142,66151 +"184409",29144,39530 +"184410",29144,40288 +"184411",29144,65254 +"184412",29144,67857 +"184413",29144,103271 +"184414",29144,109956 +"184415",29144,112142 +"184416",29144,123276 +"184417",29145,57754 +"184418",29145,59494 +"184419",29145,82693 +"184420",29145,119343 +"184421",29146,30200 +"184422",29146,34451 +"184423",29146,42914 +"184424",29146,47940 +"184425",29146,92819 +"184426",29146,120794 +"184427",29147,37977 +"184428",29147,54932 +"184429",29147,61192 +"184430",29147,71467 +"184431",29147,77432 +"184432",29147,81545 +"184433",29147,85441 +"184434",29148,96589 +"184435",29148,108901 +"184436",29149,44357 +"184437",29149,46763 +"184438",29149,59545 +"184439",29149,73612 +"184440",29149,73614 +"184441",29150,114518 +"184442",29152,45147 +"184443",29153,29271 +"184444",29154,50663 +"184445",29154,58628 +"184446",29154,92506 +"184447",29154,111124 +"184448",29155,29193 +"184449",29155,29208 +"184450",29156,63399 +"184451",29157,45651 +"184452",29157,45658 +"184453",29157,101936 +"184454",29158,41843 +"184455",29158,54152 +"184456",29158,62819 +"184457",29158,85075 +"184458",29158,85162 +"184459",29158,92321 +"184460",29158,92322 +"184461",29158,104141 +"184462",29158,117278 +"184463",29159,52321 +"184464",29159,82711 +"184465",29160,31190 +"184466",29160,91659 +"184467",29161,50479 +"184468",29161,60564 +"184469",29161,70186 +"184470",29162,42046 +"184471",29162,57323 +"184472",29162,78995 +"184473",29162,100326 +"184474",29162,110948 +"184475",29162,123359 +"184476",29163,33055 +"184477",29163,33413 +"184478",29163,37752 +"184479",29163,38185 +"184480",29163,38989 +"184481",29163,41439 +"184482",29163,41557 +"184483",29163,59039 +"184484",29163,59916 +"184485",29163,59917 +"184486",29163,72704 +"184487",29163,83483 +"184488",29163,112359 +"184489",29163,112800 +"184490",29164,84082 +"184491",29164,115045 +"184492",29165,51596 +"184493",29165,52310 +"184494",29166,69164 +"184495",29166,70795 +"184496",29166,71509 +"184497",29166,75921 +"184498",29166,77429 +"184499",29168,113989 +"184500",29169,53118 +"184501",29169,54413 +"184502",29169,55633 +"184503",29169,77941 +"184504",29169,79269 +"184505",29169,89644 +"184506",29170,32421 +"184507",29170,32861 +"184508",29170,32940 +"184509",29170,47502 +"184510",29170,64960 +"184511",29170,65625 +"184512",29170,94619 +"184513",29170,95193 +"184514",29171,29198 +"184515",29171,30626 +"184516",29171,33732 +"184517",29171,36609 +"184518",29171,40311 +"184519",29171,44385 +"184520",29171,45616 +"184521",29171,45618 +"184522",29171,45626 +"184523",29171,45650 +"184524",29171,45659 +"184525",29171,45691 +"184526",29171,48286 +"184527",29171,61090 +"184528",29171,62919 +"184529",29172,29332 +"184530",29172,30622 +"184531",29172,30665 +"184532",29172,30697 +"184533",29172,31525 +"184534",29172,32190 +"184535",29172,32294 +"184536",29172,32513 +"184537",29172,39120 +"184538",29172,39933 +"184539",29172,48573 +"184540",29172,50307 +"184541",29172,52521 +"184542",29172,60292 +"184543",29172,75130 +"184544",29172,112919 +"184545",29173,30931 +"184546",29173,42568 +"184547",29173,55556 +"184548",29173,79446 +"184549",29173,113699 +"184550",29174,42773 +"184551",29174,60768 +"184552",29174,78779 +"184553",29174,97853 +"184554",29175,40263 +"184555",29175,97454 +"184556",29175,97563 +"184557",29175,119884 +"184558",29176,40231 +"184559",29176,41464 +"184560",29176,43844 +"184561",29176,108600 +"184562",29177,29178 +"184563",29177,110850 +"184564",29177,110858 +"184565",29179,85546 +"184566",29180,55910 +"184567",29181,33048 +"184568",29181,33584 +"184569",29181,41857 +"184570",29181,57950 +"184571",29181,83269 +"184572",29181,90837 +"184573",29181,95657 +"184574",29181,109175 +"184575",29181,110933 +"184576",29183,32608 +"184577",29183,65146 +"184578",29183,67625 +"184579",29185,112226 +"184580",29186,30068 +"184581",29186,52357 +"184582",29186,53446 +"184583",29186,57568 +"184584",29186,83346 +"184585",29186,87422 +"184586",29186,95159 +"184587",29186,95527 +"184588",29186,114409 +"184589",29186,114578 +"184590",29187,46521 +"184591",29188,57716 +"184592",29188,108774 +"184593",29188,115860 +"184594",29190,31260 +"184595",29190,40507 +"184596",29191,67435 +"184597",29191,70572 +"184598",29191,71538 +"184599",29191,74043 +"184600",29191,83619 +"184601",29191,97971 +"184602",29191,103521 +"184603",29191,114971 +"184604",29192,29929 +"184605",29192,32017 +"184606",29192,47837 +"184607",29192,59007 +"184608",29192,61361 +"184609",29192,73136 +"184610",29192,74887 +"184611",29192,85212 +"184612",29192,85220 +"184613",29192,101294 +"184614",29192,108021 +"184615",29193,29208 +"184616",29193,38891 +"184617",29193,65419 +"184618",29193,113860 +"184619",29193,113881 +"184620",29194,80512 +"184621",29195,31140 +"184622",29195,31603 +"184623",29195,34040 +"184624",29195,34189 +"184625",29195,34594 +"184626",29195,34950 +"184627",29195,39329 +"184628",29195,42603 +"184629",29195,82592 +"184630",29195,96929 +"184631",29196,32834 +"184632",29196,112901 +"184633",29197,30936 +"184634",29197,38582 +"184635",29197,50725 +"184636",29197,61656 +"184637",29197,61990 +"184638",29197,77780 +"184639",29198,29342 +"184640",29198,31348 +"184641",29198,36516 +"184642",29198,41543 +"184643",29198,56320 +"184644",29199,35558 +"184645",29199,36478 +"184646",29199,56540 +"184647",29199,62868 +"184648",29199,65704 +"184649",29200,32549 +"184650",29200,32558 +"184651",29200,52598 +"184652",29201,36600 +"184653",29201,74643 +"184654",29202,29845 +"184655",29202,31520 +"184656",29202,31521 +"184657",29202,31554 +"184658",29202,31659 +"184659",29202,31660 +"184660",29202,35436 +"184661",29202,41111 +"184662",29202,44690 +"184663",29202,52673 +"184664",29202,77337 +"184665",29202,79069 +"184666",29202,100292 +"184667",29202,109164 +"184668",29202,111356 +"184669",29202,114108 +"184670",29202,122684 +"184671",29203,33234 +"184672",29203,34819 +"184673",29203,41695 +"184674",29203,44129 +"184675",29203,54823 +"184676",29203,56054 +"184677",29203,56149 +"184678",29203,57577 +"184679",29203,62879 +"184680",29203,74124 +"184681",29203,92700 +"184682",29204,79775 +"184683",29204,114920 +"184684",29205,34380 +"184685",29205,39209 +"184686",29205,59309 +"184687",29205,69306 +"184688",29205,71402 +"184689",29205,75941 +"184690",29205,79849 +"184691",29205,88829 +"184692",29205,94663 +"184693",29205,100590 +"184694",29205,112471 +"184695",29205,119972 +"184696",29205,120269 +"184697",29205,121199 +"184698",29206,39124 +"184699",29207,29683 +"184700",29207,31394 +"184701",29207,49101 +"184702",29207,61278 +"184703",29207,70672 +"184704",29207,97855 +"184705",29207,97879 +"184706",29207,107287 +"184707",29207,107302 +"184708",29209,77211 +"184709",29209,113778 +"184710",29209,117375 +"184711",29211,29758 +"184712",29211,29882 +"184713",29211,31985 +"184714",29211,38908 +"184715",29211,44684 +"184716",29211,83945 +"184717",29211,86364 +"184718",29211,86366 +"184719",29211,111226 +"184720",29211,112568 +"184721",29211,114068 +"184722",29211,115099 +"184723",29211,116430 +"184724",29213,59131 +"184725",29213,69288 +"184726",29213,74877 +"184727",29213,99286 +"184728",29214,32794 +"184729",29214,50378 +"184730",29214,60563 +"184731",29214,60926 +"184732",29214,66918 +"184733",29215,51964 +"184734",29217,31882 +"184735",29217,31883 +"184736",29218,33825 +"184737",29218,33876 +"184738",29218,47084 +"184739",29218,56926 +"184740",29218,69117 +"184741",29218,81356 +"184742",29218,85736 +"184743",29218,109766 +"184744",29219,30533 +"184745",29219,45036 +"184746",29219,45065 +"184747",29219,45108 +"184748",29219,45117 +"184749",29219,67118 +"184750",29219,67148 +"184751",29222,48321 +"184752",29222,57053 +"184753",29222,86635 +"184754",29222,105727 +"184755",29222,109313 +"184756",29223,29280 +"184757",29224,29613 +"184758",29224,38085 +"184759",29224,46155 +"184760",29224,47241 +"184761",29224,48770 +"184762",29224,80041 +"184763",29224,99833 +"184764",29225,86503 +"184765",29226,64949 +"184766",29226,74365 +"184767",29227,61534 +"184768",29228,29314 +"184769",29229,29447 +"184770",29229,49314 +"184771",29229,65313 +"184772",29229,71844 +"184773",29230,29231 +"184774",29230,31789 +"184775",29231,31756 +"184776",29231,40631 +"184777",29231,41521 +"184778",29231,56174 +"184779",29232,79088 +"184780",29233,73636 +"184781",29234,29283 +"184782",29234,29345 +"184783",29234,29443 +"184784",29234,51050 +"184785",29234,86449 +"184786",29234,110964 +"184787",29234,113382 +"184788",29234,119215 +"184789",29236,29317 +"184790",29236,29613 +"184791",29237,29656 +"184792",29237,29798 +"184793",29237,29799 +"184794",29237,40281 +"184795",29237,61287 +"184796",29237,76695 +"184797",29237,77440 +"184798",29237,108206 +"184799",29238,29364 +"184800",29238,121719 +"184801",29239,30028 +"184802",29239,49249 +"184803",29239,59909 +"184804",29239,84382 +"184805",29239,84680 +"184806",29239,103089 +"184807",29240,37486 +"184808",29240,39022 +"184809",29240,39424 +"184810",29240,45238 +"184811",29240,54926 +"184812",29240,74118 +"184813",29240,74157 +"184814",29240,74172 +"184815",29242,29301 +"184816",29242,29633 +"184817",29242,69421 +"184818",29243,36752 +"184819",29243,45148 +"184820",29243,51856 +"184821",29243,54049 +"184822",29243,69805 +"184823",29243,69809 +"184824",29244,75441 +"184825",29245,30652 +"184826",29246,29263 +"184827",29246,42634 +"184828",29246,54811 +"184829",29246,71784 +"184830",29246,80498 +"184831",29247,34427 +"184832",29249,48314 +"184833",29249,48315 +"184834",29249,48539 +"184835",29249,48540 +"184836",29249,80911 +"184837",29249,99750 +"184838",29251,31877 +"184839",29252,69469 +"184840",29252,87305 +"184841",29252,101308 +"184842",29253,29341 +"184843",29253,29560 +"184844",29253,29573 +"184845",29253,29868 +"184846",29253,32438 +"184847",29253,32967 +"184848",29253,33223 +"184849",29253,33881 +"184850",29253,34097 +"184851",29253,34330 +"184852",29253,34513 +"184853",29253,35400 +"184854",29253,36476 +"184855",29253,36547 +"184856",29253,36745 +"184857",29253,37821 +"184858",29253,37931 +"184859",29253,38319 +"184860",29253,39398 +"184861",29253,39492 +"184862",29253,40320 +"184863",29253,40373 +"184864",29253,40542 +"184865",29253,41182 +"184866",29253,42131 +"184867",29253,46843 +"184868",29253,48331 +"184869",29253,91152 +"184870",29254,87137 +"184871",29255,40089 +"184872",29255,45369 +"184873",29255,45400 +"184874",29256,35910 +"184875",29256,43087 +"184876",29256,59096 +"184877",29256,64860 +"184878",29256,65966 +"184879",29256,82688 +"184880",29256,82725 +"184881",29256,82752 +"184882",29257,29648 +"184883",29258,46641 +"184884",29259,29739 +"184885",29259,30187 +"184886",29259,39372 +"184887",29259,51936 +"184888",29259,95616 +"184889",29261,29275 +"184890",29261,29291 +"184891",29261,29296 +"184892",29261,29355 +"184893",29261,29423 +"184894",29261,63544 +"184895",29262,55635 +"184896",29262,60737 +"184897",29262,60889 +"184898",29262,85094 +"184899",29262,104371 +"184900",29263,65609 +"184901",29264,29268 +"184902",29264,29269 +"184903",29264,29411 +"184904",29265,66284 +"184905",29265,112958 +"184906",29265,119195 +"184907",29265,122733 +"184908",29266,29454 +"184909",29266,34865 +"184910",29266,39370 +"184911",29266,41664 +"184912",29266,41804 +"184913",29266,48871 +"184914",29266,59281 +"184915",29266,63500 +"184916",29266,63502 +"184917",29266,67556 +"184918",29266,67764 +"184919",29266,70140 +"184920",29267,29526 +"184921",29267,30486 +"184922",29267,35706 +"184923",29267,37427 +"184924",29267,37582 +"184925",29267,37638 +"184926",29267,39062 +"184927",29267,46486 +"184928",29267,47396 +"184929",29267,47581 +"184930",29267,47595 +"184931",29267,50335 +"184932",29267,53884 +"184933",29267,72682 +"184934",29267,83475 +"184935",29267,87958 +"184936",29267,89982 +"184937",29267,95178 +"184938",29267,101761 +"184939",29267,110222 +"184940",29268,29269 +"184941",29268,29411 +"184942",29269,29411 +"184943",29270,29575 +"184944",29270,83802 +"184945",29271,37219 +"184946",29271,37310 +"184947",29271,37382 +"184948",29272,45883 +"184949",29273,36338 +"184950",29273,62783 +"184951",29273,83692 +"184952",29273,96213 +"184953",29273,96551 +"184954",29273,102689 +"184955",29273,102690 +"184956",29273,102707 +"184957",29274,52949 +"184958",29274,98652 +"184959",29275,29291 +"184960",29275,29296 +"184961",29275,29355 +"184962",29275,29423 +"184963",29275,31182 +"184964",29275,73810 +"184965",29275,105347 +"184966",29276,33363 +"184967",29276,49331 +"184968",29276,72287 +"184969",29276,75502 +"184970",29277,32582 +"184971",29277,35663 +"184972",29277,52445 +"184973",29278,29361 +"184974",29278,29413 +"184975",29278,43206 +"184976",29278,44619 +"184977",29278,57278 +"184978",29278,76926 +"184979",29279,48764 +"184980",29279,80972 +"184981",29279,102764 +"184982",29279,111504 +"184983",29279,118931 +"184984",29281,29377 +"184985",29281,49163 +"184986",29281,68327 +"184987",29281,71137 +"184988",29283,29345 +"184989",29283,29443 +"184990",29283,56838 +"184991",29283,76308 +"184992",29283,84177 +"184993",29283,99232 +"184994",29283,114359 +"184995",29284,30802 +"184996",29284,32392 +"184997",29284,40593 +"184998",29286,30758 +"184999",29286,30770 +"185000",29286,33957 +"185001",29286,34077 +"185002",29286,34106 +"185003",29286,35709 +"185004",29286,40035 +"185005",29286,42497 +"185006",29286,46486 +"185007",29286,48955 +"185008",29286,49091 +"185009",29286,49146 +"185010",29286,53739 +"185011",29286,56217 +"185012",29286,56850 +"185013",29286,59975 +"185014",29286,111879 +"185015",29286,119727 +"185016",29287,36976 +"185017",29287,41136 +"185018",29287,89002 +"185019",29287,107130 +"185020",29287,107134 +"185021",29287,107958 +"185022",29287,119730 +"185023",29288,89314 +"185024",29289,29977 +"185025",29289,30305 +"185026",29289,45310 +"185027",29289,50113 +"185028",29290,58168 +"185029",29290,76934 +"185030",29290,78880 +"185031",29290,88166 +"185032",29290,88167 +"185033",29291,29296 +"185034",29291,29355 +"185035",29291,29423 +"185036",29291,62231 +"185037",29291,64655 +"185038",29291,66650 +"185039",29291,68499 +"185040",29291,68634 +"185041",29291,71161 +"185042",29291,73076 +"185043",29292,32457 +"185044",29292,52086 +"185045",29292,59539 +"185046",29292,74067 +"185047",29293,31081 +"185048",29293,55186 +"185049",29293,64144 +"185050",29293,75700 +"185051",29293,88937 +"185052",29293,114414 +"185053",29293,114420 +"185054",29294,62541 +"185055",29295,70385 +"185056",29295,89606 +"185057",29295,99572 +"185058",29295,101046 +"185059",29295,110203 +"185060",29296,29355 +"185061",29296,29423 +"185062",29296,31168 +"185063",29296,31170 +"185064",29296,31181 +"185065",29296,31182 +"185066",29296,31184 +"185067",29296,31238 +"185068",29296,31247 +"185069",29296,31269 +"185070",29296,31314 +"185071",29297,50764 +"185072",29297,70954 +"185073",29297,99840 +"185074",29298,35574 +"185075",29298,58983 +"185076",29298,68283 +"185077",29298,74616 +"185078",29299,55437 +"185079",29299,106653 +"185080",29301,29633 +"185081",29302,55725 +"185082",29302,111606 +"185083",29303,29304 +"185084",29303,45921 +"185085",29303,54197 +"185086",29304,45921 +"185087",29304,50626 +"185088",29304,61640 +"185089",29304,83041 +"185090",29305,35406 +"185091",29305,36449 +"185092",29305,46786 +"185093",29305,64468 +"185094",29305,74187 +"185095",29305,77432 +"185096",29305,80391 +"185097",29306,41260 +"185098",29306,48994 +"185099",29306,56364 +"185100",29306,65725 +"185101",29306,73051 +"185102",29306,76796 +"185103",29306,76843 +"185104",29306,77947 +"185105",29306,80130 +"185106",29306,80948 +"185107",29306,80973 +"185108",29306,81202 +"185109",29306,87915 +"185110",29306,90070 +"185111",29306,102840 +"185112",29307,31095 +"185113",29307,31327 +"185114",29307,47378 +"185115",29307,47711 +"185116",29307,47756 +"185117",29307,55339 +"185118",29308,54272 +"185119",29309,45815 +"185120",29309,54164 +"185121",29310,58871 +"185122",29311,38383 +"185123",29311,40675 +"185124",29311,43253 +"185125",29311,46642 +"185126",29311,48173 +"185127",29311,53417 +"185128",29311,55522 +"185129",29311,63121 +"185130",29311,100265 +"185131",29311,112115 +"185132",29311,113058 +"185133",29312,55786 +"185134",29312,62345 +"185135",29312,111926 +"185136",29313,33610 +"185137",29313,38472 +"185138",29314,30817 +"185139",29314,35773 +"185140",29314,36498 +"185141",29314,39884 +"185142",29314,40356 +"185143",29314,42235 +"185144",29314,42337 +"185145",29314,50121 +"185146",29314,71650 +"185147",29314,75500 +"185148",29315,29316 +"185149",29315,33149 +"185150",29315,60826 +"185151",29315,85444 +"185152",29315,96965 +"185153",29315,96980 +"185154",29315,113342 +"185155",29315,114107 +"185156",29315,120109 +"185157",29316,61257 +"185158",29317,29613 +"185159",29318,118216 +"185160",29319,29557 +"185161",29319,41536 +"185162",29319,64412 +"185163",29320,59126 +"185164",29320,60954 +"185165",29321,42352 +"185166",29321,44272 +"185167",29321,59856 +"185168",29321,108023 +"185169",29321,122152 +"185170",29322,75387 +"185171",29322,75486 +"185172",29322,106000 +"185173",29323,39893 +"185174",29323,46890 +"185175",29323,54385 +"185176",29323,63045 +"185177",29323,69523 +"185178",29323,76403 +"185179",29323,104866 +"185180",29323,117830 +"185181",29325,45844 +"185182",29325,70189 +"185183",29327,29464 +"185184",29327,62575 +"185185",29330,34107 +"185186",29330,34240 +"185187",29330,38514 +"185188",29330,41209 +"185189",29330,42598 +"185190",29330,100093 +"185191",29330,100097 +"185192",29330,100936 +"185193",29331,42815 +"185194",29331,48917 +"185195",29331,51368 +"185196",29331,56697 +"185197",29331,61704 +"185198",29332,30622 +"185199",29332,30665 +"185200",29332,30697 +"185201",29332,32513 +"185202",29332,39120 +"185203",29332,41292 +"185204",29332,45875 +"185205",29332,61706 +"185206",29332,68217 +"185207",29332,80828 +"185208",29332,80829 +"185209",29332,105248 +"185210",29332,117936 +"185211",29332,119620 +"185212",29333,45359 +"185213",29334,84498 +"185214",29335,88069 +"185215",29336,29394 +"185216",29336,30125 +"185217",29336,33893 +"185218",29336,101519 +"185219",29337,29339 +"185220",29337,29440 +"185221",29338,42410 +"185222",29338,53793 +"185223",29338,91143 +"185224",29339,29440 +"185225",29339,43694 +"185226",29340,88628 +"185227",29341,29560 +"185228",29341,29573 +"185229",29341,29868 +"185230",29341,32438 +"185231",29341,32967 +"185232",29341,33223 +"185233",29341,33881 +"185234",29341,34097 +"185235",29341,34330 +"185236",29341,34513 +"185237",29341,35400 +"185238",29341,36476 +"185239",29341,36547 +"185240",29341,36745 +"185241",29341,37821 +"185242",29341,37931 +"185243",29341,38319 +"185244",29341,39398 +"185245",29341,39492 +"185246",29341,40320 +"185247",29341,40373 +"185248",29341,40542 +"185249",29341,41182 +"185250",29341,42131 +"185251",29341,46843 +"185252",29341,48331 +"185253",29342,31348 +"185254",29342,39336 +"185255",29342,40311 +"185256",29342,56320 +"185257",29343,31926 +"185258",29343,34111 +"185259",29343,41096 +"185260",29343,42331 +"185261",29343,43361 +"185262",29343,53825 +"185263",29343,70058 +"185264",29343,79068 +"185265",29343,87064 +"185266",29344,47232 +"185267",29344,52993 +"185268",29344,59331 +"185269",29344,81350 +"185270",29345,29443 +"185271",29345,81265 +"185272",29346,31639 +"185273",29346,41238 +"185274",29346,69250 +"185275",29346,71560 +"185276",29348,31380 +"185277",29348,33574 +"185278",29348,51336 +"185279",29348,51396 +"185280",29348,58118 +"185281",29348,65999 +"185282",29348,68475 +"185283",29349,94764 +"185284",29350,65545 +"185285",29351,31678 +"185286",29351,37095 +"185287",29351,43067 +"185288",29351,44718 +"185289",29351,45308 +"185290",29351,46241 +"185291",29351,50969 +"185292",29351,54714 +"185293",29351,75312 +"185294",29351,100909 +"185295",29352,37351 +"185296",29352,47232 +"185297",29352,56229 +"185298",29353,32189 +"185299",29353,57995 +"185300",29353,88665 +"185301",29354,29751 +"185302",29354,47094 +"185303",29354,54608 +"185304",29354,54956 +"185305",29354,68189 +"185306",29354,89641 +"185307",29354,89642 +"185308",29354,91465 +"185309",29355,29423 +"185310",29356,29362 +"185311",29356,29375 +"185312",29356,38362 +"185313",29356,45084 +"185314",29356,79744 +"185315",29357,39745 +"185316",29359,29644 +"185317",29360,61902 +"185318",29360,99285 +"185319",29361,29413 +"185320",29361,40972 +"185321",29361,43206 +"185322",29361,43268 +"185323",29361,71025 +"185324",29361,79650 +"185325",29362,29375 +"185326",29362,30955 +"185327",29362,39763 +"185328",29362,45700 +"185329",29362,59022 +"185330",29362,67362 +"185331",29362,70250 +"185332",29362,74345 +"185333",29362,79744 +"185334",29362,81689 +"185335",29363,50764 +"185336",29363,55255 +"185337",29363,71446 +"185338",29363,105579 +"185339",29364,59276 +"185340",29364,100425 +"185341",29365,63770 +"185342",29366,48931 +"185343",29367,29386 +"185344",29367,32483 +"185345",29367,70178 +"185346",29368,40129 +"185347",29368,40498 +"185348",29368,57109 +"185349",29368,60610 +"185350",29368,64955 +"185351",29368,81458 +"185352",29368,90120 +"185353",29368,91512 +"185354",29368,99023 +"185355",29368,108039 +"185356",29368,108145 +"185357",29369,29800 +"185358",29369,30079 +"185359",29369,63178 +"185360",29369,71707 +"185361",29369,88609 +"185362",29369,116513 +"185363",29369,117851 +"185364",29370,90085 +"185365",29370,90118 +"185366",29371,36144 +"185367",29371,52760 +"185368",29371,55321 +"185369",29371,57482 +"185370",29371,73617 +"185371",29371,85302 +"185372",29371,89725 +"185373",29371,98515 +"185374",29371,99226 +"185375",29371,116023 +"185376",29372,42450 +"185377",29372,48258 +"185378",29372,53333 +"185379",29372,65522 +"185380",29372,68449 +"185381",29372,79836 +"185382",29372,109782 +"185383",29373,33978 +"185384",29373,65283 +"185385",29373,77090 +"185386",29373,79270 +"185387",29373,83507 +"185388",29374,55211 +"185389",29374,99164 +"185390",29374,120035 +"185391",29375,30029 +"185392",29375,30260 +"185393",29375,31124 +"185394",29375,35195 +"185395",29375,38362 +"185396",29375,59013 +"185397",29375,70250 +"185398",29375,79744 +"185399",29375,86702 +"185400",29375,92846 +"185401",29375,97434 +"185402",29375,97435 +"185403",29376,34254 +"185404",29376,38773 +"185405",29376,38862 +"185406",29376,91808 +"185407",29377,42256 +"185408",29378,29382 +"185409",29378,29459 +"185410",29378,29778 +"185411",29378,42773 +"185412",29378,42867 +"185413",29378,52356 +"185414",29378,55481 +"185415",29378,60768 +"185416",29378,71015 +"185417",29378,95265 +"185418",29378,96142 +"185419",29378,97853 +"185420",29378,103776 +"185421",29378,109748 +"185422",29378,109749 +"185423",29378,111426 +"185424",29378,111440 +"185425",29378,114435 +"185426",29378,120609 +"185427",29378,120610 +"185428",29379,49907 +"185429",29379,51099 +"185430",29379,112425 +"185431",29379,115054 +"185432",29380,29401 +"185433",29380,52803 +"185434",29380,61028 +"185435",29380,102459 +"185436",29380,112289 +"185437",29381,29404 +"185438",29381,29433 +"185439",29381,34520 +"185440",29381,41020 +"185441",29381,46146 +"185442",29381,59369 +"185443",29382,29459 +"185444",29382,51081 +"185445",29382,52356 +"185446",29382,60768 +"185447",29382,97853 +"185448",29382,102000 +"185449",29382,103534 +"185450",29382,103776 +"185451",29382,114435 +"185452",29384,29403 +"185453",29385,42295 +"185454",29385,71749 +"185455",29385,81313 +"185456",29385,81338 +"185457",29385,85178 +"185458",29385,85535 +"185459",29385,85536 +"185460",29386,38803 +"185461",29386,60393 +"185462",29387,29818 +"185463",29387,48855 +"185464",29387,71219 +"185465",29387,107877 +"185466",29388,58495 +"185467",29388,114317 +"185468",29389,72889 +"185469",29390,32330 +"185470",29390,32354 +"185471",29390,32459 +"185472",29390,32490 +"185473",29390,33214 +"185474",29390,35403 +"185475",29390,35441 +"185476",29390,54269 +"185477",29391,65618 +"185478",29391,97974 +"185479",29394,106003 +"185480",29395,88572 +"185481",29395,96691 +"185482",29396,52527 +"185483",29398,34576 +"185484",29398,36615 +"185485",29398,42246 +"185486",29398,51287 +"185487",29398,55788 +"185488",29398,67913 +"185489",29398,97783 +"185490",29398,108336 +"185491",29399,46801 +"185492",29401,37252 +"185493",29401,37795 +"185494",29401,61720 +"185495",29401,80330 +"185496",29401,95355 +"185497",29402,33522 +"185498",29402,37068 +"185499",29402,38736 +"185500",29402,41939 +"185501",29402,44249 +"185502",29402,44333 +"185503",29402,50303 +"185504",29402,55010 +"185505",29402,58105 +"185506",29402,59513 +"185507",29402,62280 +"185508",29402,64359 +"185509",29403,30758 +"185510",29403,31548 +"185511",29403,34826 +"185512",29403,36912 +"185513",29403,47302 +"185514",29403,48395 +"185515",29403,59662 +"185516",29403,59993 +"185517",29403,74394 +"185518",29403,101721 +"185519",29403,101948 +"185520",29404,29433 +"185521",29405,41625 +"185522",29405,48768 +"185523",29405,88259 +"185524",29406,29425 +"185525",29406,31102 +"185526",29406,83635 +"185527",29407,29408 +"185528",29407,37059 +"185529",29407,38739 +"185530",29407,44293 +"185531",29408,112541 +"185532",29409,34180 +"185533",29409,61254 +"185534",29409,67259 +"185535",29411,30383 +"185536",29411,91242 +"185537",29411,103559 +"185538",29413,31414 +"185539",29413,77606 +"185540",29413,96982 +"185541",29413,110186 +"185542",29414,33282 +"185543",29414,65608 +"185544",29414,68260 +"185545",29414,104813 +"185546",29415,29427 +"185547",29415,29438 +"185548",29416,30066 +"185549",29416,35283 +"185550",29416,47307 +"185551",29416,54834 +"185552",29416,63329 +"185553",29416,81707 +"185554",29416,90070 +"185555",29416,101406 +"185556",29416,109665 +"185557",29417,55221 +"185558",29417,69585 +"185559",29417,71649 +"185560",29417,82022 +"185561",29417,91164 +"185562",29417,97365 +"185563",29417,98165 +"185564",29417,99435 +"185565",29417,107661 +"185566",29417,111851 +"185567",29417,114176 +"185568",29417,114260 +"185569",29418,30991 +"185570",29419,29617 +"185571",29419,29965 +"185572",29419,30416 +"185573",29419,35302 +"185574",29419,50495 +"185575",29419,75300 +"185576",29419,81190 +"185577",29419,107912 +"185578",29419,107982 +"185579",29420,32751 +"185580",29420,37397 +"185581",29420,38149 +"185582",29420,50839 +"185583",29420,56640 +"185584",29420,63163 +"185585",29420,64792 +"185586",29420,70053 +"185587",29420,80725 +"185588",29420,96103 +"185589",29420,99111 +"185590",29420,100448 +"185591",29420,101094 +"185592",29420,102685 +"185593",29420,110039 +"185594",29420,114032 +"185595",29420,121343 +"185596",29421,45245 +"185597",29421,50707 +"185598",29421,58098 +"185599",29421,70653 +"185600",29421,72507 +"185601",29422,29434 +"185602",29422,42695 +"185603",29422,42700 +"185604",29422,42740 +"185605",29422,42741 +"185606",29422,45532 +"185607",29422,75628 +"185608",29422,83987 +"185609",29424,48076 +"185610",29426,39482 +"185611",29426,42520 +"185612",29426,60106 +"185613",29427,29438 +"185614",29427,86256 +"185615",29428,72183 +"185616",29429,31715 +"185617",29429,40276 +"185618",29429,55651 +"185619",29429,56497 +"185620",29429,56530 +"185621",29429,111562 +"185622",29430,83202 +"185623",29431,39319 +"185624",29431,48904 +"185625",29431,60110 +"185626",29431,114921 +"185627",29432,45186 +"185628",29433,34442 +"185629",29433,47365 +"185630",29433,58301 +"185631",29433,58506 +"185632",29434,42695 +"185633",29434,42700 +"185634",29434,42740 +"185635",29434,42741 +"185636",29434,49064 +"185637",29434,72509 +"185638",29434,80007 +"185639",29434,105934 +"185640",29434,105965 +"185641",29435,44611 +"185642",29435,51017 +"185643",29435,55784 +"185644",29435,71544 +"185645",29435,74894 +"185646",29435,87692 +"185647",29435,90802 +"185648",29435,90850 +"185649",29435,101395 +"185650",29436,34870 +"185651",29436,35627 +"185652",29436,50278 +"185653",29436,81601 +"185654",29437,33401 +"185655",29437,33665 +"185656",29437,35263 +"185657",29437,35320 +"185658",29437,53504 +"185659",29437,82805 +"185660",29437,95417 +"185661",29437,96279 +"185662",29437,97833 +"185663",29437,105778 +"185664",29437,120516 +"185665",29439,83111 +"185666",29441,92988 +"185667",29441,105328 +"185668",29441,106607 +"185669",29442,30377 +"185670",29442,33240 +"185671",29442,57165 +"185672",29442,78704 +"185673",29442,79723 +"185674",29442,79799 +"185675",29443,80962 +"185676",29443,118563 +"185677",29443,119710 +"185678",29444,116738 +"185679",29444,119147 +"185680",29444,119171 +"185681",29446,30246 +"185682",29447,58210 +"185683",29448,29452 +"185684",29449,48149 +"185685",29450,32962 +"185686",29450,34509 +"185687",29450,46804 +"185688",29450,50990 +"185689",29450,65649 +"185690",29450,97276 +"185691",29450,98646 +"185692",29450,105114 +"185693",29450,105289 +"185694",29451,44351 +"185695",29451,46803 +"185696",29451,52154 +"185697",29451,81010 +"185698",29451,106929 +"185699",29451,108785 +"185700",29451,108822 +"185701",29452,52934 +"185702",29452,53106 +"185703",29452,73173 +"185704",29453,110870 +"185705",29453,112055 +"185706",29454,38792 +"185707",29454,41177 +"185708",29454,41764 +"185709",29454,45329 +"185710",29454,51859 +"185711",29454,51875 +"185712",29454,52213 +"185713",29454,56815 +"185714",29454,60976 +"185715",29454,61271 +"185716",29454,86402 +"185717",29455,32981 +"185718",29455,76164 +"185719",29455,93837 +"185720",29455,112004 +"185721",29456,29593 +"185722",29456,32113 +"185723",29456,38145 +"185724",29456,48882 +"185725",29456,50632 +"185726",29456,70335 +"185727",29456,78743 +"185728",29456,79244 +"185729",29456,79743 +"185730",29456,87566 +"185731",29456,98745 +"185732",29456,98747 +"185733",29456,98890 +"185734",29456,105233 +"185735",29458,33138 +"185736",29458,52000 +"185737",29458,60718 +"185738",29458,89072 +"185739",29458,101227 +"185740",29458,104762 +"185741",29460,29461 +"185742",29460,29497 +"185743",29460,29553 +"185744",29460,121097 +"185745",29461,29497 +"185746",29461,29553 +"185747",29463,56402 +"185748",29463,67335 +"185749",29463,98355 +"185750",29463,109519 +"185751",29463,109520 +"185752",29465,30471 +"185753",29465,33201 +"185754",29465,38009 +"185755",29465,41643 +"185756",29465,43749 +"185757",29465,45726 +"185758",29465,49270 +"185759",29465,52626 +"185760",29465,63518 +"185761",29465,65362 +"185762",29465,73138 +"185763",29465,75271 +"185764",29465,76047 +"185765",29465,78487 +"185766",29465,81474 +"185767",29465,88309 +"185768",29465,91779 +"185769",29465,102535 +"185770",29465,106275 +"185771",29465,106280 +"185772",29465,106691 +"185773",29466,29635 +"185774",29466,29639 +"185775",29466,30205 +"185776",29466,45204 +"185777",29466,63555 +"185778",29466,83710 +"185779",29466,120246 +"185780",29466,120477 +"185781",29466,120982 +"185782",29467,33965 +"185783",29467,34836 +"185784",29467,57348 +"185785",29467,68815 +"185786",29467,76150 +"185787",29467,122150 +"185788",29468,30646 +"185789",29469,29502 +"185790",29469,29523 +"185791",29469,29528 +"185792",29469,34154 +"185793",29469,42400 +"185794",29469,95673 +"185795",29470,34581 +"185796",29471,83086 +"185797",29471,84388 +"185798",29472,34963 +"185799",29472,48286 +"185800",29472,53863 +"185801",29472,56198 +"185802",29472,58056 +"185803",29472,58930 +"185804",29473,38287 +"185805",29473,39229 +"185806",29473,64310 +"185807",29473,65843 +"185808",29473,67358 +"185809",29473,69429 +"185810",29473,73630 +"185811",29473,74805 +"185812",29473,93698 +"185813",29474,37333 +"185814",29474,56871 +"185815",29474,66318 +"185816",29474,93486 +"185817",29474,122170 +"185818",29475,55874 +"185819",29476,32580 +"185820",29476,47781 +"185821",29477,29607 +"185822",29477,31140 +"185823",29477,33360 +"185824",29477,34594 +"185825",29477,38366 +"185826",29477,59936 +"185827",29477,65952 +"185828",29477,74863 +"185829",29477,75784 +"185830",29477,76128 +"185831",29477,76584 +"185832",29477,85557 +"185833",29477,86279 +"185834",29477,92580 +"185835",29477,93969 +"185836",29477,99974 +"185837",29477,116423 +"185838",29477,116430 +"185839",29477,119835 +"185840",29478,29481 +"185841",29478,32480 +"185842",29478,49097 +"185843",29478,55809 +"185844",29478,59578 +"185845",29479,29543 +"185846",29480,35698 +"185847",29480,50418 +"185848",29480,60011 +"185849",29480,108438 +"185850",29481,32480 +"185851",29482,35702 +"185852",29482,41451 +"185853",29482,44124 +"185854",29482,44830 +"185855",29482,47133 +"185856",29482,47414 +"185857",29482,49106 +"185858",29482,57094 +"185859",29482,58898 +"185860",29482,59147 +"185861",29482,59237 +"185862",29482,59359 +"185863",29482,61563 +"185864",29482,61867 +"185865",29482,62007 +"185866",29482,62078 +"185867",29482,62375 +"185868",29482,62633 +"185869",29482,63395 +"185870",29482,64408 +"185871",29482,64418 +"185872",29482,64511 +"185873",29482,65230 +"185874",29482,66145 +"185875",29482,67503 +"185876",29482,67721 +"185877",29482,68816 +"185878",29482,68909 +"185879",29482,68938 +"185880",29482,69332 +"185881",29482,69681 +"185882",29482,70610 +"185883",29482,70611 +"185884",29482,70725 +"185885",29482,71211 +"185886",29482,71505 +"185887",29482,71887 +"185888",29482,74185 +"185889",29483,36926 +"185890",29484,38136 +"185891",29484,49943 +"185892",29484,87817 +"185893",29484,101609 +"185894",29485,29545 +"185895",29485,71966 +"185896",29485,87031 +"185897",29485,98400 +"185898",29485,99200 +"185899",29485,99224 +"185900",29486,33473 +"185901",29486,33956 +"185902",29486,41491 +"185903",29486,48284 +"185904",29486,75475 +"185905",29486,80541 +"185906",29486,84229 +"185907",29486,86129 +"185908",29486,87158 +"185909",29486,93391 +"185910",29486,96850 +"185911",29486,107271 +"185912",29486,107291 +"185913",29487,34906 +"185914",29487,38531 +"185915",29487,68927 +"185916",29488,32234 +"185917",29488,33103 +"185918",29488,34113 +"185919",29488,34845 +"185920",29488,36615 +"185921",29488,38354 +"185922",29488,58106 +"185923",29488,68645 +"185924",29488,69444 +"185925",29488,77752 +"185926",29488,80473 +"185927",29488,80988 +"185928",29488,84080 +"185929",29488,102684 +"185930",29488,105088 +"185931",29488,105398 +"185932",29488,107996 +"185933",29488,108314 +"185934",29488,109627 +"185935",29488,113333 +"185936",29489,29515 +"185937",29489,33473 +"185938",29489,35673 +"185939",29489,41037 +"185940",29489,45528 +"185941",29489,47270 +"185942",29489,47324 +"185943",29489,47333 +"185944",29489,52136 +"185945",29489,77176 +"185946",29489,81578 +"185947",29489,85344 +"185948",29489,96347 +"185949",29491,33672 +"185950",29491,44904 +"185951",29491,55095 +"185952",29491,73571 +"185953",29492,33119 +"185954",29492,64770 +"185955",29493,29495 +"185956",29493,47974 +"185957",29493,63527 +"185958",29493,76937 +"185959",29493,94483 +"185960",29493,95549 +"185961",29493,95563 +"185962",29493,122299 +"185963",29494,33008 +"185964",29494,59758 +"185965",29495,30838 +"185966",29495,31345 +"185967",29495,40797 +"185968",29495,45322 +"185969",29495,72323 +"185970",29495,80205 +"185971",29495,89779 +"185972",29496,40265 +"185973",29496,100268 +"185974",29497,29553 +"185975",29497,78456 +"185976",29497,97505 +"185977",29497,100216 +"185978",29497,107922 +"185979",29497,114118 +"185980",29497,114794 +"185981",29498,45370 +"185982",29498,62762 +"185983",29498,97917 +"185984",29499,30376 +"185985",29499,55280 +"185986",29499,57884 +"185987",29499,80802 +"185988",29499,106995 +"185989",29500,81548 +"185990",29500,99228 +"185991",29501,70521 +"185992",29501,118150 +"185993",29502,29523 +"185994",29502,29528 +"185995",29502,31330 +"185996",29502,34154 +"185997",29502,37394 +"185998",29502,82154 +"185999",29502,89571 +"186000",29502,90337 +"186001",29502,108303 +"186002",29503,50850 +"186003",29503,74508 +"186004",29503,76229 +"186005",29503,77906 +"186006",29504,40291 +"186007",29504,44373 +"186008",29504,46678 +"186009",29504,50662 +"186010",29504,64439 +"186011",29504,67719 +"186012",29504,68095 +"186013",29504,84700 +"186014",29504,96069 +"186015",29504,97096 +"186016",29504,104516 +"186017",29504,104523 +"186018",29504,112736 +"186019",29505,35318 +"186020",29506,29632 +"186021",29506,32722 +"186022",29506,32746 +"186023",29506,34589 +"186024",29506,61803 +"186025",29506,65799 +"186026",29506,66871 +"186027",29507,66524 +"186028",29507,102764 +"186029",29507,103694 +"186030",29508,29522 +"186031",29508,29546 +"186032",29508,29548 +"186033",29508,29563 +"186034",29508,29577 +"186035",29508,29591 +"186036",29508,36094 +"186037",29508,44797 +"186038",29508,97023 +"186039",29509,76901 +"186040",29510,29550 +"186041",29511,36018 +"186042",29511,67781 +"186043",29511,77224 +"186044",29512,31668 +"186045",29512,35367 +"186046",29512,43131 +"186047",29512,51234 +"186048",29512,51600 +"186049",29512,53025 +"186050",29512,63502 +"186051",29512,66756 +"186052",29512,66800 +"186053",29512,74212 +"186054",29512,86761 +"186055",29512,97752 +"186056",29512,106573 +"186057",29512,106696 +"186058",29512,106727 +"186059",29513,29542 +"186060",29513,41176 +"186061",29514,29539 +"186062",29514,29602 +"186063",29515,51361 +"186064",29515,51384 +"186065",29515,51453 +"186066",29516,35497 +"186067",29516,83809 +"186068",29517,78053 +"186069",29517,84431 +"186070",29518,29519 +"186071",29518,29702 +"186072",29518,42622 +"186073",29518,91574 +"186074",29518,108457 +"186075",29518,111904 +"186076",29518,115594 +"186077",29519,29702 +"186078",29519,42927 +"186079",29519,58691 +"186080",29519,74720 +"186081",29519,114477 +"186082",29519,116646 +"186083",29520,33275 +"186084",29521,29549 +"186085",29521,29576 +"186086",29521,29621 +"186087",29521,29622 +"186088",29521,51286 +"186089",29522,29546 +"186090",29522,29548 +"186091",29522,29563 +"186092",29522,29577 +"186093",29522,29591 +"186094",29523,29528 +"186095",29523,34154 +"186096",29523,49999 +"186097",29524,58322 +"186098",29524,61376 +"186099",29525,32341 +"186100",29525,32351 +"186101",29525,55604 +"186102",29525,74995 +"186103",29525,109708 +"186104",29525,113305 +"186105",29526,39062 +"186106",29526,46486 +"186107",29527,29557 +"186108",29527,31431 +"186109",29527,52767 +"186110",29527,65287 +"186111",29527,68091 +"186112",29527,82226 +"186113",29528,34154 +"186114",29528,75636 +"186115",29529,67896 +"186116",29529,71071 +"186117",29529,88178 +"186118",29529,104688 +"186119",29530,68214 +"186120",29530,92077 +"186121",29531,29583 +"186122",29531,29585 +"186123",29531,43089 +"186124",29531,53115 +"186125",29531,67265 +"186126",29531,74208 +"186127",29531,83670 +"186128",29532,50639 +"186129",29535,32628 +"186130",29535,54127 +"186131",29535,70720 +"186132",29535,85405 +"186133",29535,103311 +"186134",29536,29540 +"186135",29537,29538 +"186136",29537,40993 +"186137",29537,45269 +"186138",29537,119910 +"186139",29538,31197 +"186140",29538,33981 +"186141",29538,40493 +"186142",29538,60088 +"186143",29538,86691 +"186144",29538,105599 +"186145",29539,29602 +"186146",29539,33777 +"186147",29539,41028 +"186148",29540,33315 +"186149",29540,33789 +"186150",29540,35258 +"186151",29540,36162 +"186152",29540,38157 +"186153",29540,41141 +"186154",29540,48638 +"186155",29540,53461 +"186156",29540,59817 +"186157",29540,63081 +"186158",29540,63919 +"186159",29540,63986 +"186160",29540,65937 +"186161",29540,65989 +"186162",29540,71557 +"186163",29540,71791 +"186164",29540,71800 +"186165",29540,71801 +"186166",29540,72601 +"186167",29540,72853 +"186168",29540,73026 +"186169",29540,74567 +"186170",29541,40122 +"186171",29541,40444 +"186172",29541,41810 +"186173",29541,44125 +"186174",29541,56976 +"186175",29541,61653 +"186176",29541,62280 +"186177",29541,63026 +"186178",29541,69234 +"186179",29541,71659 +"186180",29541,82318 +"186181",29541,82343 +"186182",29542,41176 +"186183",29542,66743 +"186184",29543,82694 +"186185",29546,29548 +"186186",29546,29563 +"186187",29546,29577 +"186188",29546,29591 +"186189",29547,78274 +"186190",29548,29563 +"186191",29548,29577 +"186192",29548,29591 +"186193",29548,66929 +"186194",29548,66935 +"186195",29548,66936 +"186196",29548,66937 +"186197",29548,66951 +"186198",29548,66952 +"186199",29548,66964 +"186200",29548,66965 +"186201",29548,66980 +"186202",29548,66989 +"186203",29549,29576 +"186204",29549,29621 +"186205",29549,29622 +"186206",29550,47502 +"186207",29550,89784 +"186208",29550,93700 +"186209",29550,106532 +"186210",29550,106551 +"186211",29551,43166 +"186212",29552,71979 +"186213",29552,105731 +"186214",29554,50513 +"186215",29554,50696 +"186216",29554,50779 +"186217",29554,50802 +"186218",29554,73390 +"186219",29555,50086 +"186220",29555,58637 +"186221",29555,62771 +"186222",29555,70233 +"186223",29555,86210 +"186224",29555,103201 +"186225",29555,117883 +"186226",29556,93805 +"186227",29556,96808 +"186228",29556,99658 +"186229",29557,33704 +"186230",29557,33705 +"186231",29557,40933 +"186232",29557,51034 +"186233",29557,52767 +"186234",29557,66947 +"186235",29557,66955 +"186236",29557,67141 +"186237",29557,68091 +"186238",29557,78081 +"186239",29557,78817 +"186240",29557,82226 +"186241",29557,97517 +"186242",29559,121539 +"186243",29560,29573 +"186244",29560,29868 +"186245",29560,32438 +"186246",29560,32967 +"186247",29560,33223 +"186248",29560,33881 +"186249",29560,34097 +"186250",29560,34330 +"186251",29560,34513 +"186252",29560,35400 +"186253",29560,36476 +"186254",29560,36547 +"186255",29560,36745 +"186256",29560,37821 +"186257",29560,37931 +"186258",29560,38319 +"186259",29560,39398 +"186260",29560,39492 +"186261",29560,40320 +"186262",29560,40373 +"186263",29560,40542 +"186264",29560,41182 +"186265",29560,42131 +"186266",29560,46843 +"186267",29560,48331 +"186268",29561,30076 +"186269",29561,30278 +"186270",29561,31315 +"186271",29561,32625 +"186272",29561,32639 +"186273",29561,32694 +"186274",29561,33914 +"186275",29561,36779 +"186276",29561,37016 +"186277",29561,37053 +"186278",29561,37085 +"186279",29561,37481 +"186280",29561,38462 +"186281",29561,45506 +"186282",29561,46026 +"186283",29561,49424 +"186284",29561,76175 +"186285",29561,111957 +"186286",29562,56591 +"186287",29562,57008 +"186288",29563,29577 +"186289",29563,29591 +"186290",29564,71675 +"186291",29564,122630 +"186292",29565,58890 +"186293",29565,60676 +"186294",29565,106034 +"186295",29565,109502 +"186296",29565,117676 +"186297",29565,123337 +"186298",29566,54021 +"186299",29567,34079 +"186300",29568,43909 +"186301",29568,57857 +"186302",29568,71787 +"186303",29569,77163 +"186304",29569,121626 +"186305",29570,115875 +"186306",29570,115887 +"186307",29571,37542 +"186308",29572,29608 +"186309",29572,31338 +"186310",29572,38019 +"186311",29572,45617 +"186312",29572,52232 +"186313",29572,56317 +"186314",29572,59350 +"186315",29572,81588 +"186316",29572,85821 +"186317",29572,86389 +"186318",29572,89097 +"186319",29572,101999 +"186320",29572,109266 +"186321",29573,29868 +"186322",29573,32438 +"186323",29573,32967 +"186324",29573,33223 +"186325",29573,33881 +"186326",29573,34097 +"186327",29573,34330 +"186328",29573,34513 +"186329",29573,35400 +"186330",29573,36476 +"186331",29573,36547 +"186332",29573,36745 +"186333",29573,37821 +"186334",29573,37931 +"186335",29573,38319 +"186336",29573,39398 +"186337",29573,39492 +"186338",29573,40320 +"186339",29573,40373 +"186340",29573,40542 +"186341",29573,41182 +"186342",29573,42131 +"186343",29573,46843 +"186344",29573,48331 +"186345",29574,35544 +"186346",29574,42186 +"186347",29574,44441 +"186348",29574,53908 +"186349",29574,57172 +"186350",29574,62482 +"186351",29574,63282 +"186352",29574,91760 +"186353",29574,100134 +"186354",29575,33490 +"186355",29575,33790 +"186356",29575,47926 +"186357",29575,83802 +"186358",29575,111349 +"186359",29576,29621 +"186360",29576,29622 +"186361",29576,55765 +"186362",29576,56557 +"186363",29576,62534 +"186364",29577,29591 +"186365",29577,66929 +"186366",29577,66935 +"186367",29577,66936 +"186368",29577,66937 +"186369",29577,66951 +"186370",29577,66952 +"186371",29577,66964 +"186372",29577,66965 +"186373",29577,66980 +"186374",29577,66989 +"186375",29578,33080 +"186376",29578,35232 +"186377",29578,56429 +"186378",29578,56430 +"186379",29578,56434 +"186380",29578,92452 +"186381",29579,84122 +"186382",29579,103149 +"186383",29580,56075 +"186384",29581,37219 +"186385",29581,43606 +"186386",29581,69011 +"186387",29581,75510 +"186388",29581,78549 +"186389",29582,59956 +"186390",29582,121311 +"186391",29583,29585 +"186392",29583,35006 +"186393",29583,51012 +"186394",29583,87843 +"186395",29584,105811 +"186396",29585,35006 +"186397",29585,51012 +"186398",29587,48650 +"186399",29589,38641 +"186400",29589,38807 +"186401",29589,43252 +"186402",29589,63662 +"186403",29589,66513 +"186404",29589,68193 +"186405",29590,41765 +"186406",29590,41768 +"186407",29590,41869 +"186408",29594,30503 +"186409",29594,30504 +"186410",29594,78758 +"186411",29594,80849 +"186412",29594,101603 +"186413",29595,38396 +"186414",29595,42856 +"186415",29595,68549 +"186416",29595,93257 +"186417",29595,110237 +"186418",29595,110249 +"186419",29596,30245 +"186420",29596,31263 +"186421",29596,42136 +"186422",29596,44730 +"186423",29597,57664 +"186424",29597,57728 +"186425",29597,57735 +"186426",29597,57756 +"186427",29598,42927 +"186428",29599,30621 +"186429",29599,32834 +"186430",29599,34094 +"186431",29599,68075 +"186432",29599,69661 +"186433",29599,71576 +"186434",29599,78687 +"186435",29599,79963 +"186436",29599,85747 +"186437",29599,99600 +"186438",29600,33028 +"186439",29600,40315 +"186440",29600,55082 +"186441",29600,82812 +"186442",29600,89141 +"186443",29601,33388 +"186444",29601,50578 +"186445",29601,56894 +"186446",29601,67918 +"186447",29601,68193 +"186448",29603,74132 +"186449",29603,75007 +"186450",29603,77627 +"186451",29603,77630 +"186452",29603,88001 +"186453",29604,64974 +"186454",29604,69905 +"186455",29604,70477 +"186456",29604,77811 +"186457",29604,96019 +"186458",29604,103972 +"186459",29604,103973 +"186460",29604,103977 +"186461",29604,103986 +"186462",29604,103999 +"186463",29605,47867 +"186464",29605,48349 +"186465",29605,59269 +"186466",29605,62440 +"186467",29605,67439 +"186468",29605,77649 +"186469",29605,91699 +"186470",29605,94251 +"186471",29606,32059 +"186472",29607,78439 +"186473",29608,41809 +"186474",29608,45617 +"186475",29608,54219 +"186476",29608,56317 +"186477",29608,66731 +"186478",29608,68323 +"186479",29608,68985 +"186480",29608,81588 +"186481",29608,83733 +"186482",29608,85821 +"186483",29608,86250 +"186484",29608,89097 +"186485",29608,89103 +"186486",29608,95829 +"186487",29608,95836 +"186488",29608,96824 +"186489",29608,101999 +"186490",29609,29620 +"186491",29610,87518 +"186492",29611,32323 +"186493",29611,45444 +"186494",29611,47529 +"186495",29612,35700 +"186496",29612,88686 +"186497",29613,35068 +"186498",29614,30189 +"186499",29614,42325 +"186500",29614,44702 +"186501",29614,68411 +"186502",29614,90172 +"186503",29614,102585 +"186504",29614,103651 +"186505",29615,29741 +"186506",29616,29657 +"186507",29616,29838 +"186508",29616,67375 +"186509",29616,86505 +"186510",29616,94462 +"186511",29617,29965 +"186512",29617,30416 +"186513",29617,35302 +"186514",29617,50495 +"186515",29618,29619 +"186516",29618,29781 +"186517",29618,60174 +"186518",29619,29781 +"186519",29619,56918 +"186520",29620,30601 +"186521",29620,32125 +"186522",29620,73758 +"186523",29620,78918 +"186524",29621,29622 +"186525",29623,37503 +"186526",29623,39159 +"186527",29623,71086 +"186528",29623,73102 +"186529",29623,77167 +"186530",29623,82381 +"186531",29623,114965 +"186532",29623,119340 +"186533",29624,41967 +"186534",29624,41983 +"186535",29624,52114 +"186536",29624,63960 +"186537",29624,64922 +"186538",29624,97681 +"186539",29626,38681 +"186540",29626,46566 +"186541",29626,52260 +"186542",29626,58521 +"186543",29626,77654 +"186544",29626,78979 +"186545",29627,40024 +"186546",29627,68644 +"186547",29627,99006 +"186548",29628,31485 +"186549",29628,32775 +"186550",29628,42655 +"186551",29628,42668 +"186552",29628,42751 +"186553",29628,42762 +"186554",29628,42764 +"186555",29628,42786 +"186556",29628,42810 +"186557",29628,47342 +"186558",29628,47855 +"186559",29628,48561 +"186560",29628,51941 +"186561",29628,63193 +"186562",29629,56567 +"186563",29629,99898 +"186564",29631,42003 +"186565",29634,50418 +"186566",29634,72255 +"186567",29634,99368 +"186568",29634,108954 +"186569",29635,29639 +"186570",29635,30205 +"186571",29635,62584 +"186572",29635,67217 +"186573",29635,77139 +"186574",29638,89093 +"186575",29638,89150 +"186576",29639,30205 +"186577",29639,70631 +"186578",29639,92787 +"186579",29640,49588 +"186580",29640,66138 +"186581",29640,83071 +"186582",29640,83528 +"186583",29640,87017 +"186584",29640,94886 +"186585",29640,96533 +"186586",29642,54853 +"186587",29643,34501 +"186588",29643,38177 +"186589",29643,39262 +"186590",29643,42008 +"186591",29643,51397 +"186592",29643,54124 +"186593",29643,104350 +"186594",29643,121770 +"186595",29644,69307 +"186596",29644,69874 +"186597",29645,30499 +"186598",29645,35786 +"186599",29645,40335 +"186600",29645,43550 +"186601",29645,51181 +"186602",29645,63666 +"186603",29645,79748 +"186604",29645,81452 +"186605",29647,29871 +"186606",29647,30469 +"186607",29647,33563 +"186608",29648,51164 +"186609",29649,31015 +"186610",29649,59487 +"186611",29650,75572 +"186612",29650,77016 +"186613",29651,30415 +"186614",29651,34450 +"186615",29651,41839 +"186616",29651,42224 +"186617",29651,47214 +"186618",29651,49144 +"186619",29651,55201 +"186620",29651,55593 +"186621",29651,55641 +"186622",29652,103177 +"186623",29653,64975 +"186624",29654,105561 +"186625",29655,29780 +"186626",29656,29798 +"186627",29656,29799 +"186628",29656,108323 +"186629",29657,29838 +"186630",29657,34976 +"186631",29657,82208 +"186632",29657,107010 +"186633",29657,107019 +"186634",29657,107024 +"186635",29657,107032 +"186636",29657,107040 +"186637",29657,107058 +"186638",29658,29716 +"186639",29658,30331 +"186640",29658,76523 +"186641",29658,112224 +"186642",29658,116818 +"186643",29659,39973 +"186644",29659,41520 +"186645",29659,57319 +"186646",29659,112038 +"186647",29660,29750 +"186648",29660,29978 +"186649",29661,31936 +"186650",29661,32577 +"186651",29661,37256 +"186652",29661,45831 +"186653",29661,45832 +"186654",29661,45958 +"186655",29661,52593 +"186656",29661,54344 +"186657",29662,35920 +"186658",29662,40218 +"186659",29662,60391 +"186660",29662,64101 +"186661",29662,68240 +"186662",29663,77704 +"186663",29665,111450 +"186664",29665,117045 +"186665",29665,121053 +"186666",29667,47338 +"186667",29667,47558 +"186668",29667,48625 +"186669",29667,54060 +"186670",29667,65523 +"186671",29667,72626 +"186672",29667,76840 +"186673",29667,81938 +"186674",29667,83460 +"186675",29667,89798 +"186676",29667,118292 +"186677",29667,118435 +"186678",29668,29714 +"186679",29668,29724 +"186680",29668,55943 +"186681",29668,77191 +"186682",29668,81642 +"186683",29668,84715 +"186684",29668,89704 +"186685",29668,113689 +"186686",29668,119590 +"186687",29669,29713 +"186688",29669,44192 +"186689",29669,50446 +"186690",29669,50477 +"186691",29669,50481 +"186692",29669,50493 +"186693",29669,50566 +"186694",29669,50571 +"186695",29670,35942 +"186696",29670,47489 +"186697",29670,47864 +"186698",29670,50700 +"186699",29670,55822 +"186700",29670,63516 +"186701",29670,69035 +"186702",29670,77255 +"186703",29670,86516 +"186704",29670,89191 +"186705",29670,90860 +"186706",29670,90926 +"186707",29670,92480 +"186708",29670,94958 +"186709",29670,97349 +"186710",29670,105872 +"186711",29670,110935 +"186712",29670,113130 +"186713",29670,113131 +"186714",29670,116828 +"186715",29671,29847 +"186716",29671,29991 +"186717",29671,49744 +"186718",29672,81632 +"186719",29673,38069 +"186720",29674,117667 +"186721",29674,120887 +"186722",29675,30258 +"186723",29675,48430 +"186724",29675,50698 +"186725",29675,75580 +"186726",29675,76446 +"186727",29676,29759 +"186728",29676,34546 +"186729",29676,36262 +"186730",29676,52816 +"186731",29676,58319 +"186732",29676,59372 +"186733",29676,68215 +"186734",29676,74840 +"186735",29676,79069 +"186736",29676,80023 +"186737",29676,93042 +"186738",29676,101610 +"186739",29676,123213 +"186740",29677,32718 +"186741",29677,38886 +"186742",29677,38956 +"186743",29677,38957 +"186744",29677,68325 +"186745",29677,78582 +"186746",29678,47751 +"186747",29679,29692 +"186748",29679,66847 +"186749",29680,61021 +"186750",29680,62615 +"186751",29680,98699 +"186752",29681,34496 +"186753",29681,35162 +"186754",29681,43875 +"186755",29681,45801 +"186756",29681,52015 +"186757",29681,52680 +"186758",29681,55843 +"186759",29681,55860 +"186760",29681,57960 +"186761",29681,67405 +"186762",29681,68706 +"186763",29681,86564 +"186764",29681,93439 +"186765",29682,37487 +"186766",29682,42569 +"186767",29684,34731 +"186768",29684,43208 +"186769",29684,44376 +"186770",29684,66438 +"186771",29684,71654 +"186772",29684,75438 +"186773",29684,79804 +"186774",29684,100623 +"186775",29684,101616 +"186776",29684,110119 +"186777",29684,110863 +"186778",29685,32873 +"186779",29685,33164 +"186780",29685,69452 +"186781",29685,87824 +"186782",29685,103160 +"186783",29686,50254 +"186784",29687,56466 +"186785",29689,29787 +"186786",29689,89228 +"186787",29690,45832 +"186788",29691,29752 +"186789",29691,29774 +"186790",29691,64898 +"186791",29692,43696 +"186792",29692,49098 +"186793",29692,86414 +"186794",29693,53526 +"186795",29693,70616 +"186796",29693,80995 +"186797",29693,118927 +"186798",29694,29705 +"186799",29694,29732 +"186800",29694,29749 +"186801",29695,34424 +"186802",29695,41668 +"186803",29695,51043 +"186804",29695,51069 +"186805",29696,32601 +"186806",29696,64666 +"186807",29696,84531 +"186808",29696,88169 +"186809",29696,104746 +"186810",29696,114796 +"186811",29697,40517 +"186812",29697,59360 +"186813",29697,72047 +"186814",29697,74413 +"186815",29698,30451 +"186816",29698,34682 +"186817",29698,34893 +"186818",29698,38451 +"186819",29698,41663 +"186820",29698,49945 +"186821",29698,57082 +"186822",29698,60745 +"186823",29698,61115 +"186824",29698,64382 +"186825",29698,66693 +"186826",29698,72725 +"186827",29698,80903 +"186828",29698,84204 +"186829",29698,97241 +"186830",29698,111299 +"186831",29698,111305 +"186832",29698,122289 +"186833",29699,68980 +"186834",29699,81043 +"186835",29700,52219 +"186836",29700,68780 +"186837",29700,70954 +"186838",29700,115153 +"186839",29701,29955 +"186840",29702,81348 +"186841",29702,97697 +"186842",29702,110409 +"186843",29702,118398 +"186844",29703,54653 +"186845",29703,61312 +"186846",29703,90478 +"186847",29703,97112 +"186848",29703,104458 +"186849",29704,68890 +"186850",29704,84429 +"186851",29704,90199 +"186852",29704,122900 +"186853",29704,122912 +"186854",29704,122915 +"186855",29705,29732 +"186856",29705,29749 +"186857",29705,38547 +"186858",29705,38772 +"186859",29705,38903 +"186860",29705,43051 +"186861",29705,44059 +"186862",29705,46723 +"186863",29705,50219 +"186864",29705,63652 +"186865",29705,63792 +"186866",29705,66933 +"186867",29705,70053 +"186868",29705,75870 +"186869",29705,75948 +"186870",29705,84138 +"186871",29705,84193 +"186872",29705,92220 +"186873",29705,94616 +"186874",29705,99444 +"186875",29705,102310 +"186876",29705,105219 +"186877",29705,109745 +"186878",29705,111292 +"186879",29705,115008 +"186880",29705,120972 +"186881",29705,121056 +"186882",29706,41160 +"186883",29707,29720 +"186884",29707,45395 +"186885",29707,45764 +"186886",29707,49841 +"186887",29707,54746 +"186888",29707,54754 +"186889",29707,69347 +"186890",29710,59267 +"186891",29710,77635 +"186892",29710,81272 +"186893",29711,54382 +"186894",29711,91539 +"186895",29711,97709 +"186896",29711,106627 +"186897",29711,106642 +"186898",29712,29785 +"186899",29712,29786 +"186900",29712,40466 +"186901",29712,40559 +"186902",29712,53832 +"186903",29713,44864 +"186904",29713,60611 +"186905",29713,100590 +"186906",29713,102610 +"186907",29713,103527 +"186908",29713,113364 +"186909",29714,29724 +"186910",29714,51172 +"186911",29714,71874 +"186912",29715,30325 +"186913",29715,30564 +"186914",29715,34811 +"186915",29715,36197 +"186916",29715,42863 +"186917",29715,43652 +"186918",29715,54551 +"186919",29715,57133 +"186920",29715,72154 +"186921",29715,76284 +"186922",29715,81746 +"186923",29715,82919 +"186924",29715,84047 +"186925",29715,91808 +"186926",29715,94480 +"186927",29715,106249 +"186928",29717,31445 +"186929",29717,36050 +"186930",29717,42701 +"186931",29719,64529 +"186932",29719,104130 +"186933",29719,112679 +"186934",29721,53969 +"186935",29721,87181 +"186936",29721,87218 +"186937",29722,46101 +"186938",29722,77715 +"186939",29723,29812 +"186940",29723,31524 +"186941",29723,36706 +"186942",29723,47029 +"186943",29723,47156 +"186944",29723,49753 +"186945",29723,62565 +"186946",29723,75741 +"186947",29723,82867 +"186948",29723,82907 +"186949",29723,84168 +"186950",29724,33804 +"186951",29724,35399 +"186952",29724,39126 +"186953",29724,47373 +"186954",29724,85438 +"186955",29725,58182 +"186956",29726,29727 +"186957",29726,33594 +"186958",29726,89086 +"186959",29726,115073 +"186960",29727,34433 +"186961",29727,35077 +"186962",29728,52588 +"186963",29729,29922 +"186964",29731,48284 +"186965",29731,48290 +"186966",29732,29749 +"186967",29732,51398 +"186968",29732,80735 +"186969",29732,84138 +"186970",29733,29777 +"186971",29733,50521 +"186972",29733,50541 +"186973",29733,51150 +"186974",29733,51151 +"186975",29734,31740 +"186976",29734,38351 +"186977",29734,78995 +"186978",29734,89868 +"186979",29734,90257 +"186980",29735,52768 +"186981",29735,72146 +"186982",29736,30315 +"186983",29737,36789 +"186984",29737,43546 +"186985",29738,40229 +"186986",29738,83437 +"186987",29739,30187 +"186988",29739,39372 +"186989",29739,51936 +"186990",29739,95616 +"186991",29740,34264 +"186992",29740,82639 +"186993",29741,30876 +"186994",29741,32393 +"186995",29741,32939 +"186996",29741,33113 +"186997",29741,38494 +"186998",29741,38932 +"186999",29741,40643 +"187000",29741,42017 +"187001",29741,42107 +"187002",29741,45787 +"187003",29741,47083 +"187004",29741,49231 +"187005",29741,50061 +"187006",29741,52450 +"187007",29741,54059 +"187008",29741,55370 +"187009",29741,57804 +"187010",29741,59615 +"187011",29741,59940 +"187012",29741,67363 +"187013",29741,71230 +"187014",29741,76278 +"187015",29741,76740 +"187016",29741,76786 +"187017",29741,77272 +"187018",29741,77357 +"187019",29741,77402 +"187020",29741,78248 +"187021",29741,78255 +"187022",29741,78339 +"187023",29741,78445 +"187024",29741,79022 +"187025",29741,79716 +"187026",29741,79989 +"187027",29741,80281 +"187028",29741,81728 +"187029",29741,82196 +"187030",29741,82383 +"187031",29741,82810 +"187032",29741,82854 +"187033",29741,83853 +"187034",29741,83884 +"187035",29741,84379 +"187036",29741,84613 +"187037",29741,85465 +"187038",29741,85610 +"187039",29741,86351 +"187040",29741,86451 +"187041",29741,86882 +"187042",29741,87175 +"187043",29741,87451 +"187044",29741,87521 +"187045",29741,87572 +"187046",29741,87663 +"187047",29741,87721 +"187048",29741,87862 +"187049",29741,92178 +"187050",29742,35459 +"187051",29742,47532 +"187052",29742,51079 +"187053",29742,95441 +"187054",29742,121614 +"187055",29743,97882 +"187056",29744,30084 +"187057",29744,40528 +"187058",29744,87781 +"187059",29746,46071 +"187060",29747,61192 +"187061",29748,55493 +"187062",29748,117713 +"187063",29749,32601 +"187064",29749,33915 +"187065",29749,48414 +"187066",29749,50685 +"187067",29749,51398 +"187068",29749,51732 +"187069",29749,58383 +"187070",29749,63162 +"187071",29749,69814 +"187072",29749,73574 +"187073",29749,84940 +"187074",29749,84941 +"187075",29749,84958 +"187076",29749,87168 +"187077",29749,115613 +"187078",29750,29978 +"187079",29750,39335 +"187080",29750,44857 +"187081",29750,49302 +"187082",29750,63237 +"187083",29750,63848 +"187084",29750,69157 +"187085",29750,77349 +"187086",29750,80270 +"187087",29750,82016 +"187088",29750,82028 +"187089",29750,88752 +"187090",29750,89874 +"187091",29750,99901 +"187092",29750,102631 +"187093",29751,36329 +"187094",29751,38243 +"187095",29751,59289 +"187096",29751,67711 +"187097",29751,67712 +"187098",29751,67713 +"187099",29751,67714 +"187100",29751,78938 +"187101",29751,86102 +"187102",29751,103324 +"187103",29751,104177 +"187104",29751,118537 +"187105",29752,29774 +"187106",29753,44655 +"187107",29753,105268 +"187108",29753,110584 +"187109",29753,116913 +"187110",29754,50090 +"187111",29755,44890 +"187112",29755,65976 +"187113",29755,72880 +"187114",29755,108132 +"187115",29755,108155 +"187116",29756,29758 +"187117",29756,29805 +"187118",29757,29807 +"187119",29757,30513 +"187120",29757,33257 +"187121",29757,70243 +"187122",29757,79148 +"187123",29757,81198 +"187124",29757,88316 +"187125",29757,90378 +"187126",29758,29805 +"187127",29758,29882 +"187128",29758,31985 +"187129",29758,49330 +"187130",29758,83945 +"187131",29758,110072 +"187132",29758,111039 +"187133",29758,115099 +"187134",29759,29791 +"187135",29760,37344 +"187136",29760,72677 +"187137",29760,96582 +"187138",29760,103564 +"187139",29760,114220 +"187140",29760,114223 +"187141",29761,35007 +"187142",29761,35008 +"187143",29761,39211 +"187144",29761,54646 +"187145",29761,72536 +"187146",29761,74300 +"187147",29761,86185 +"187148",29761,87149 +"187149",29762,40783 +"187150",29762,60722 +"187151",29763,30584 +"187152",29763,38142 +"187153",29763,66945 +"187154",29763,72944 +"187155",29763,86528 +"187156",29763,93127 +"187157",29763,103742 +"187158",29763,113882 +"187159",29764,66393 +"187160",29765,29766 +"187161",29765,29767 +"187162",29766,29767 +"187163",29768,44610 +"187164",29769,32820 +"187165",29769,46471 +"187166",29769,62244 +"187167",29769,93078 +"187168",29770,40108 +"187169",29770,54174 +"187170",29770,54175 +"187171",29770,54775 +"187172",29770,54777 +"187173",29771,32243 +"187174",29771,57155 +"187175",29773,33815 +"187176",29773,37446 +"187177",29773,45503 +"187178",29773,46107 +"187179",29773,67957 +"187180",29773,70928 +"187181",29773,76126 +"187182",29773,76564 +"187183",29773,84348 +"187184",29773,84903 +"187185",29773,94475 +"187186",29773,96822 +"187187",29773,96823 +"187188",29773,96849 +"187189",29773,96858 +"187190",29773,96859 +"187191",29774,116601 +"187192",29774,119400 +"187193",29775,32817 +"187194",29775,32986 +"187195",29775,36615 +"187196",29775,78916 +"187197",29775,83757 +"187198",29775,109348 +"187199",29776,42452 +"187200",29776,57824 +"187201",29776,81134 +"187202",29776,83133 +"187203",29776,108164 +"187204",29776,113791 +"187205",29776,113806 +"187206",29777,68240 +"187207",29777,121229 +"187208",29778,39817 +"187209",29778,46411 +"187210",29778,50741 +"187211",29778,73520 +"187212",29778,74332 +"187213",29778,85451 +"187214",29778,97853 +"187215",29778,105059 +"187216",29779,46505 +"187217",29779,55341 +"187218",29779,65401 +"187219",29779,83717 +"187220",29779,91010 +"187221",29779,93027 +"187222",29779,97686 +"187223",29779,97698 +"187224",29779,104123 +"187225",29780,40143 +"187226",29780,64604 +"187227",29781,55300 +"187228",29782,34728 +"187229",29782,35189 +"187230",29782,48084 +"187231",29782,52779 +"187232",29782,65246 +"187233",29782,67836 +"187234",29782,122277 +"187235",29782,122279 +"187236",29783,31011 +"187237",29783,33014 +"187238",29783,44960 +"187239",29783,49302 +"187240",29783,51041 +"187241",29783,60034 +"187242",29783,61982 +"187243",29783,65947 +"187244",29783,70810 +"187245",29783,72389 +"187246",29784,43330 +"187247",29784,43800 +"187248",29784,86670 +"187249",29785,29786 +"187250",29785,53022 +"187251",29785,65509 +"187252",29785,65533 +"187253",29787,37551 +"187254",29787,102078 +"187255",29788,74730 +"187256",29788,75830 +"187257",29788,99693 +"187258",29790,31123 +"187259",29790,65096 +"187260",29790,71248 +"187261",29790,75421 +"187262",29790,104852 +"187263",29791,43351 +"187264",29791,45727 +"187265",29791,58319 +"187266",29793,75314 +"187267",29794,29808 +"187268",29794,31857 +"187269",29794,41167 +"187270",29795,30275 +"187271",29795,37881 +"187272",29795,54499 +"187273",29795,54684 +"187274",29795,68160 +"187275",29796,67960 +"187276",29798,29799 +"187277",29798,31281 +"187278",29798,94018 +"187279",29798,108275 +"187280",29800,30079 +"187281",29800,71707 +"187282",29800,88609 +"187283",29800,116513 +"187284",29800,117851 +"187285",29801,56631 +"187286",29801,57581 +"187287",29801,66031 +"187288",29801,77423 +"187289",29802,41900 +"187290",29802,43583 +"187291",29802,43685 +"187292",29803,29814 +"187293",29804,32715 +"187294",29804,47173 +"187295",29804,59439 +"187296",29804,97326 +"187297",29804,119024 +"187298",29804,119067 +"187299",29806,43890 +"187300",29806,91414 +"187301",29806,106565 +"187302",29806,109361 +"187303",29806,119373 +"187304",29806,121169 +"187305",29807,96623 +"187306",29808,30549 +"187307",29808,52260 +"187308",29808,93563 +"187309",29809,80524 +"187310",29809,99182 +"187311",29809,103126 +"187312",29809,120839 +"187313",29810,96752 +"187314",29810,108936 +"187315",29811,33319 +"187316",29811,35518 +"187317",29812,82907 +"187318",29812,91249 +"187319",29812,91330 +"187320",29812,104084 +"187321",29813,32452 +"187322",29814,65962 +"187323",29815,29825 +"187324",29815,58906 +"187325",29815,88944 +"187326",29816,48866 +"187327",29816,83658 +"187328",29816,105964 +"187329",29817,121891 +"187330",29817,121895 +"187331",29818,37913 +"187332",29818,45088 +"187333",29818,49339 +"187334",29818,49776 +"187335",29818,53062 +"187336",29818,81564 +"187337",29818,90094 +"187338",29818,122205 +"187339",29819,33772 +"187340",29819,34088 +"187341",29819,36159 +"187342",29819,36247 +"187343",29819,37266 +"187344",29819,47808 +"187345",29819,61831 +"187346",29819,71531 +"187347",29819,84387 +"187348",29819,88256 +"187349",29819,97572 +"187350",29819,104134 +"187351",29819,111538 +"187352",29819,111938 +"187353",29819,112875 +"187354",29821,32259 +"187355",29821,38820 +"187356",29821,107423 +"187357",29822,64904 +"187358",29823,46313 +"187359",29823,63005 +"187360",29823,65931 +"187361",29824,35404 +"187362",29824,39873 +"187363",29824,80680 +"187364",29824,85586 +"187365",29824,86341 +"187366",29825,32814 +"187367",29825,75986 +"187368",29825,86813 +"187369",29826,37567 +"187370",29826,44970 +"187371",29826,63023 +"187372",29826,70627 +"187373",29827,51836 +"187374",29827,100363 +"187375",29827,100379 +"187376",29827,101124 +"187377",29828,32144 +"187378",29828,33661 +"187379",29828,33671 +"187380",29828,33672 +"187381",29828,96328 +"187382",29829,30625 +"187383",29829,43056 +"187384",29830,29958 +"187385",29831,29852 +"187386",29831,30716 +"187387",29832,29899 +"187388",29832,29900 +"187389",29832,30011 +"187390",29832,47946 +"187391",29832,48741 +"187392",29832,55965 +"187393",29832,56046 +"187394",29832,95006 +"187395",29833,33912 +"187396",29833,49636 +"187397",29834,29845 +"187398",29834,29882 +"187399",29834,29894 +"187400",29834,30007 +"187401",29835,29860 +"187402",29836,46138 +"187403",29837,29970 +"187404",29837,29971 +"187405",29837,30034 +"187406",29837,30305 +"187407",29837,32384 +"187408",29837,36020 +"187409",29837,38691 +"187410",29837,38915 +"187411",29837,43256 +"187412",29837,44609 +"187413",29837,44660 +"187414",29838,67375 +"187415",29838,86505 +"187416",29838,94462 +"187417",29839,29909 +"187418",29839,39697 +"187419",29839,80296 +"187420",29841,37459 +"187421",29841,92979 +"187422",29842,92030 +"187423",29844,74790 +"187424",29844,102725 +"187425",29844,109017 +"187426",29845,29882 +"187427",29845,29894 +"187428",29845,30007 +"187429",29845,35436 +"187430",29845,41111 +"187431",29845,55691 +"187432",29845,63490 +"187433",29845,77337 +"187434",29845,78665 +"187435",29845,95496 +"187436",29845,105025 +"187437",29845,111356 +"187438",29845,113897 +"187439",29845,115064 +"187440",29845,119842 +"187441",29846,32549 +"187442",29846,53145 +"187443",29846,73934 +"187444",29847,29991 +"187445",29847,30802 +"187446",29847,32202 +"187447",29847,38050 +"187448",29847,40490 +"187449",29847,42149 +"187450",29847,55570 +"187451",29847,59848 +"187452",29848,30471 +"187453",29849,29992 +"187454",29849,30020 +"187455",29850,67669 +"187456",29850,74291 +"187457",29851,29888 +"187458",29851,29889 +"187459",29851,29997 +"187460",29853,35234 +"187461",29853,96996 +"187462",29854,36912 +"187463",29854,90584 +"187464",29854,100458 +"187465",29855,32521 +"187466",29855,43457 +"187467",29855,96536 +"187468",29855,106045 +"187469",29856,29953 +"187470",29857,33854 +"187471",29857,33855 +"187472",29857,33949 +"187473",29857,35178 +"187474",29857,35188 +"187475",29857,35805 +"187476",29857,35849 +"187477",29857,36004 +"187478",29857,109618 +"187479",29857,110363 +"187480",29858,30497 +"187481",29858,41548 +"187482",29858,68740 +"187483",29858,82716 +"187484",29859,30698 +"187485",29859,30708 +"187486",29860,29923 +"187487",29860,59126 +"187488",29860,81158 +"187489",29861,71733 +"187490",29861,72876 +"187491",29861,76225 +"187492",29861,110642 +"187493",29863,32072 +"187494",29863,40004 +"187495",29863,46945 +"187496",29863,88298 +"187497",29863,89298 +"187498",29863,90418 +"187499",29863,95945 +"187500",29863,98911 +"187501",29863,99016 +"187502",29863,103847 +"187503",29863,113336 +"187504",29864,37256 +"187505",29864,45832 +"187506",29864,47555 +"187507",29864,123502 +"187508",29865,41728 +"187509",29865,42037 +"187510",29865,42072 +"187511",29865,42073 +"187512",29865,42074 +"187513",29865,80899 +"187514",29865,107511 +"187515",29865,109677 +"187516",29865,110710 +"187517",29866,61112 +"187518",29867,88748 +"187519",29868,32438 +"187520",29868,32967 +"187521",29868,33223 +"187522",29868,33881 +"187523",29868,34097 +"187524",29868,34330 +"187525",29868,34513 +"187526",29868,35400 +"187527",29868,36476 +"187528",29868,36547 +"187529",29868,36745 +"187530",29868,37821 +"187531",29868,37931 +"187532",29868,38319 +"187533",29868,39398 +"187534",29868,39492 +"187535",29868,40320 +"187536",29868,40373 +"187537",29868,40542 +"187538",29868,41182 +"187539",29868,42131 +"187540",29868,46843 +"187541",29868,48331 +"187542",29869,30179 +"187543",29870,29897 +"187544",29870,31585 +"187545",29870,31757 +"187546",29870,31758 +"187547",29871,30469 +"187548",29871,31925 +"187549",29871,31932 +"187550",29871,32011 +"187551",29871,33563 +"187552",29871,43393 +"187553",29872,29946 +"187554",29873,31810 +"187555",29873,37793 +"187556",29873,49793 +"187557",29873,54063 +"187558",29873,88026 +"187559",29873,114330 +"187560",29874,29960 +"187561",29874,46781 +"187562",29874,49765 +"187563",29874,51094 +"187564",29874,58872 +"187565",29874,65083 +"187566",29875,34888 +"187567",29875,56924 +"187568",29875,65579 +"187569",29875,112118 +"187570",29875,121469 +"187571",29875,121581 +"187572",29876,41914 +"187573",29877,46343 +"187574",29877,54824 +"187575",29877,94828 +"187576",29877,99171 +"187577",29877,117285 +"187578",29877,118837 +"187579",29878,33703 +"187580",29878,45857 +"187581",29878,51406 +"187582",29878,70632 +"187583",29879,66481 +"187584",29880,43161 +"187585",29880,57406 +"187586",29881,31953 +"187587",29881,35931 +"187588",29882,29894 +"187589",29882,30007 +"187590",29882,31985 +"187591",29882,45799 +"187592",29882,83945 +"187593",29882,115099 +"187594",29883,69030 +"187595",29883,98533 +"187596",29884,41261 +"187597",29884,43077 +"187598",29884,58163 +"187599",29884,70454 +"187600",29884,79320 +"187601",29884,96149 +"187602",29884,106469 +"187603",29885,41518 +"187604",29885,60667 +"187605",29885,95201 +"187606",29885,109872 +"187607",29886,36573 +"187608",29886,46262 +"187609",29886,55486 +"187610",29886,55844 +"187611",29886,55871 +"187612",29886,100223 +"187613",29886,110414 +"187614",29886,113788 +"187615",29887,56752 +"187616",29887,66087 +"187617",29887,70357 +"187618",29888,29889 +"187619",29888,29997 +"187620",29888,36519 +"187621",29889,29997 +"187622",29891,48272 +"187623",29891,54494 +"187624",29891,58614 +"187625",29891,92217 +"187626",29891,98105 +"187627",29891,98463 +"187628",29891,102243 +"187629",29891,112263 +"187630",29891,112267 +"187631",29891,112456 +"187632",29891,112472 +"187633",29892,75077 +"187634",29893,30415 +"187635",29893,33487 +"187636",29893,33888 +"187637",29893,37307 +"187638",29893,45396 +"187639",29894,30007 +"187640",29895,29942 +"187641",29895,30006 +"187642",29896,36233 +"187643",29896,42920 +"187644",29896,43443 +"187645",29896,58469 +"187646",29896,58491 +"187647",29896,58500 +"187648",29896,58546 +"187649",29897,75702 +"187650",29898,30800 +"187651",29898,65185 +"187652",29899,29900 +"187653",29899,30011 +"187654",29900,30011 +"187655",29900,32271 +"187656",29900,55965 +"187657",29900,56046 +"187658",29900,57264 +"187659",29900,57313 +"187660",29900,60718 +"187661",29901,36067 +"187662",29902,30213 +"187663",29902,57737 +"187664",29902,100614 +"187665",29902,105376 +"187666",29902,105472 +"187667",29902,109692 +"187668",29902,109946 +"187669",29903,29959 +"187670",29903,117613 +"187671",29904,29966 +"187672",29904,30235 +"187673",29904,30237 +"187674",29904,30470 +"187675",29904,37261 +"187676",29904,37650 +"187677",29905,30142 +"187678",29905,30178 +"187679",29905,34735 +"187680",29905,41720 +"187681",29905,42510 +"187682",29905,42591 +"187683",29905,42619 +"187684",29906,41122 +"187685",29906,49495 +"187686",29908,29911 +"187687",29908,30009 +"187688",29908,49412 +"187689",29908,64185 +"187690",29908,73405 +"187691",29908,76597 +"187692",29910,78663 +"187693",29911,30009 +"187694",29911,42263 +"187695",29911,47996 +"187696",29911,48957 +"187697",29911,55908 +"187698",29912,36556 +"187699",29912,64967 +"187700",29912,65949 +"187701",29912,79261 +"187702",29912,87743 +"187703",29913,39082 +"187704",29913,97196 +"187705",29914,31431 +"187706",29914,37269 +"187707",29914,45874 +"187708",29914,47886 +"187709",29914,55270 +"187710",29914,67698 +"187711",29914,69077 +"187712",29914,78716 +"187713",29914,79260 +"187714",29914,112899 +"187715",29914,116891 +"187716",29915,56886 +"187717",29915,97709 +"187718",29915,104861 +"187719",29917,37373 +"187720",29917,42036 +"187721",29917,46324 +"187722",29917,62841 +"187723",29917,81051 +"187724",29918,30795 +"187725",29918,34980 +"187726",29918,39068 +"187727",29918,39076 +"187728",29918,41639 +"187729",29918,54609 +"187730",29918,63250 +"187731",29918,64351 +"187732",29918,70957 +"187733",29918,73151 +"187734",29918,90362 +"187735",29919,29956 +"187736",29920,38090 +"187737",29920,68008 +"187738",29921,67628 +"187739",29921,114243 +"187740",29922,32326 +"187741",29922,87348 +"187742",29923,52004 +"187743",29923,52933 +"187744",29923,83164 +"187745",29923,84408 +"187746",29923,110965 +"187747",29923,121939 +"187748",29923,121943 +"187749",29924,36935 +"187750",29924,38332 +"187751",29924,39396 +"187752",29924,54615 +"187753",29924,67700 +"187754",29924,75351 +"187755",29924,82667 +"187756",29925,30386 +"187757",29925,49187 +"187758",29925,50911 +"187759",29925,61848 +"187760",29926,36956 +"187761",29926,42863 +"187762",29926,76989 +"187763",29926,80777 +"187764",29926,83589 +"187765",29926,95600 +"187766",29926,95846 +"187767",29926,101513 +"187768",29926,102236 +"187769",29926,111364 +"187770",29926,117092 +"187771",29926,122925 +"187772",29926,122957 +"187773",29927,30359 +"187774",29927,32795 +"187775",29927,43555 +"187776",29927,43873 +"187777",29927,51943 +"187778",29927,51959 +"187779",29927,54108 +"187780",29927,66693 +"187781",29927,71573 +"187782",29927,79820 +"187783",29928,29929 +"187784",29928,29941 +"187785",29928,29982 +"187786",29928,30024 +"187787",29928,46022 +"187788",29929,29941 +"187789",29929,29982 +"187790",29929,30024 +"187791",29929,35815 +"187792",29929,46022 +"187793",29929,102956 +"187794",29930,30479 +"187795",29930,31217 +"187796",29930,31497 +"187797",29930,37373 +"187798",29930,44983 +"187799",29930,48020 +"187800",29930,49739 +"187801",29930,51299 +"187802",29930,55726 +"187803",29930,60269 +"187804",29930,62442 +"187805",29930,63846 +"187806",29930,86669 +"187807",29930,96490 +"187808",29930,103960 +"187809",29930,110844 +"187810",29931,72589 +"187811",29932,29984 +"187812",29932,50153 +"187813",29933,41500 +"187814",29933,41605 +"187815",29933,43957 +"187816",29933,45286 +"187817",29933,45287 +"187818",29933,45288 +"187819",29933,68869 +"187820",29934,61831 +"187821",29934,86813 +"187822",29935,30222 +"187823",29935,31349 +"187824",29935,41299 +"187825",29935,60116 +"187826",29935,65932 +"187827",29935,67825 +"187828",29935,103642 +"187829",29936,45116 +"187830",29936,66990 +"187831",29936,96176 +"187832",29936,101772 +"187833",29936,109233 +"187834",29936,119022 +"187835",29937,50606 +"187836",29937,52297 +"187837",29938,30025 +"187838",29938,30505 +"187839",29939,41489 +"187840",29939,46721 +"187841",29939,54240 +"187842",29939,56290 +"187843",29939,62269 +"187844",29939,68807 +"187845",29939,68813 +"187846",29939,68826 +"187847",29939,68864 +"187848",29939,76589 +"187849",29939,77027 +"187850",29939,81967 +"187851",29940,30606 +"187852",29940,58587 +"187853",29940,66680 +"187854",29940,88762 +"187855",29940,88845 +"187856",29941,29982 +"187857",29941,30024 +"187858",29941,46022 +"187859",29942,30006 +"187860",29942,43590 +"187861",29942,45466 +"187862",29942,48038 +"187863",29942,73606 +"187864",29942,73607 +"187865",29942,73608 +"187866",29943,38259 +"187867",29943,58648 +"187868",29943,89029 +"187869",29943,99396 +"187870",29944,36206 +"187871",29944,52238 +"187872",29945,36265 +"187873",29945,116638 +"187874",29946,69973 +"187875",29946,71630 +"187876",29946,73098 +"187877",29947,87033 +"187878",29949,40213 +"187879",29949,57082 +"187880",29949,58238 +"187881",29950,31264 +"187882",29951,31968 +"187883",29952,31799 +"187884",29952,47484 +"187885",29952,47942 +"187886",29952,65800 +"187887",29952,68959 +"187888",29952,71019 +"187889",29952,108568 +"187890",29953,34075 +"187891",29953,36576 +"187892",29953,45942 +"187893",29953,58905 +"187894",29954,30031 +"187895",29956,39173 +"187896",29957,30143 +"187897",29957,30286 +"187898",29960,30170 +"187899",29960,36797 +"187900",29960,56889 +"187901",29961,45434 +"187902",29962,30002 +"187903",29962,30052 +"187904",29962,57638 +"187905",29962,60428 +"187906",29962,67018 +"187907",29963,60164 +"187908",29964,51195 +"187909",29964,51232 +"187910",29965,30239 +"187911",29965,30416 +"187912",29965,30420 +"187913",29965,34160 +"187914",29965,35302 +"187915",29965,36957 +"187916",29965,36978 +"187917",29965,50495 +"187918",29965,67314 +"187919",29965,78895 +"187920",29966,30235 +"187921",29966,30237 +"187922",29966,30470 +"187923",29966,34507 +"187924",29966,55530 +"187925",29966,77838 +"187926",29966,121701 +"187927",29967,35807 +"187928",29967,48288 +"187929",29967,49928 +"187930",29967,52911 +"187931",29967,75711 +"187932",29967,94660 +"187933",29968,85845 +"187934",29969,41315 +"187935",29969,53322 +"187936",29970,29971 +"187937",29970,30034 +"187938",29971,30034 +"187939",29971,86051 +"187940",29971,120980 +"187941",29971,121015 +"187942",29974,29975 +"187943",29974,91843 +"187944",29974,119544 +"187945",29974,119546 +"187946",29975,78828 +"187947",29975,83558 +"187948",29976,39109 +"187949",29976,52721 +"187950",29976,54349 +"187951",29976,105075 +"187952",29977,30305 +"187953",29977,55028 +"187954",29977,60906 +"187955",29977,96813 +"187956",29978,44343 +"187957",29978,59179 +"187958",29978,112380 +"187959",29979,56113 +"187960",29980,34168 +"187961",29980,36604 +"187962",29980,54527 +"187963",29981,86297 +"187964",29982,30024 +"187965",29982,30470 +"187966",29982,35815 +"187967",29982,42925 +"187968",29982,44392 +"187969",29982,46022 +"187970",29982,48089 +"187971",29982,60168 +"187972",29982,70276 +"187973",29982,70525 +"187974",29982,96178 +"187975",29982,97239 +"187976",29983,30114 +"187977",29983,30196 +"187978",29983,30284 +"187979",29983,32252 +"187980",29983,37517 +"187981",29983,44086 +"187982",29983,44124 +"187983",29983,48519 +"187984",29983,57300 +"187985",29983,63553 +"187986",29983,63558 +"187987",29983,72925 +"187988",29984,51997 +"187989",29984,53374 +"187990",29984,53448 +"187991",29984,53493 +"187992",29984,53510 +"187993",29985,43298 +"187994",29986,63059 +"187995",29986,74307 +"187996",29986,84047 +"187997",29987,30002 +"187998",29987,30031 +"187999",29987,38670 +"188000",29987,41036 +"188001",29987,57055 +"188002",29987,57100 +"188003",29987,57112 +"188004",29987,57148 +"188005",29988,45735 +"188006",29988,51451 +"188007",29988,77505 +"188008",29989,32723 +"188009",29989,32943 +"188010",29989,33829 +"188011",29989,35160 +"188012",29989,38601 +"188013",29989,41080 +"188014",29989,41706 +"188015",29989,51853 +"188016",29989,54867 +"188017",29989,55590 +"188018",29989,60658 +"188019",29989,64206 +"188020",29990,48065 +"188021",29990,63905 +"188022",29990,92407 +"188023",29990,116347 +"188024",29991,59848 +"188025",29992,30020 +"188026",29992,70270 +"188027",29992,75052 +"188028",29993,50890 +"188029",29993,60654 +"188030",29993,65169 +"188031",29993,65791 +"188032",29993,78302 +"188033",29993,80329 +"188034",29993,85537 +"188035",29993,91825 +"188036",29994,49841 +"188037",29995,33241 +"188038",29995,50946 +"188039",29995,64502 +"188040",29995,74318 +"188041",29996,30898 +"188042",29996,34651 +"188043",29996,35633 +"188044",29996,46334 +"188045",29997,47664 +"188046",29997,64817 +"188047",29997,69232 +"188048",29997,82447 +"188049",29997,89117 +"188050",29999,97599 +"188051",30000,30010 +"188052",30000,56284 +"188053",30000,87574 +"188054",30001,74309 +"188055",30001,109739 +"188056",30002,31902 +"188057",30002,57638 +"188058",30002,60428 +"188059",30002,67018 +"188060",30002,69704 +"188061",30003,30801 +"188062",30003,31829 +"188063",30003,42262 +"188064",30003,60589 +"188065",30003,68589 +"188066",30003,70911 +"188067",30003,106161 +"188068",30003,121165 +"188069",30004,33481 +"188070",30004,111664 +"188071",30005,44066 +"188072",30005,49713 +"188073",30006,40594 +"188074",30006,45360 +"188075",30006,48038 +"188076",30006,61254 +"188077",30006,63152 +"188078",30006,87370 +"188079",30006,92526 +"188080",30006,92620 +"188081",30006,100265 +"188082",30006,103854 +"188083",30007,41111 +"188084",30007,63490 +"188085",30008,56312 +"188086",30008,62628 +"188087",30008,88298 +"188088",30010,40875 +"188089",30011,81585 +"188090",30011,81621 +"188091",30012,39914 +"188092",30012,43246 +"188093",30012,51398 +"188094",30012,60922 +"188095",30012,62245 +"188096",30012,65898 +"188097",30012,70889 +"188098",30012,78631 +"188099",30012,79231 +"188100",30012,84138 +"188101",30012,86131 +"188102",30012,106968 +"188103",30012,109510 +"188104",30012,110599 +"188105",30013,35838 +"188106",30013,88654 +"188107",30014,86197 +"188108",30014,87400 +"188109",30014,87401 +"188110",30015,30016 +"188111",30015,42012 +"188112",30015,43594 +"188113",30015,54388 +"188114",30015,72156 +"188115",30015,78433 +"188116",30015,79370 +"188117",30015,92412 +"188118",30015,95700 +"188119",30016,41812 +"188120",30016,42012 +"188121",30016,46748 +"188122",30016,47252 +"188123",30016,66793 +"188124",30016,66839 +"188125",30016,109114 +"188126",30017,51113 +"188127",30017,52709 +"188128",30017,57879 +"188129",30017,58979 +"188130",30017,59395 +"188131",30017,59528 +"188132",30017,66850 +"188133",30017,81502 +"188134",30017,83490 +"188135",30017,101907 +"188136",30017,104334 +"188137",30017,104607 +"188138",30017,105275 +"188139",30018,65436 +"188140",30019,31356 +"188141",30019,33522 +"188142",30019,33925 +"188143",30019,36737 +"188144",30019,37094 +"188145",30019,41910 +"188146",30019,43843 +"188147",30019,44471 +"188148",30019,57229 +"188149",30019,58537 +"188150",30019,61456 +"188151",30019,61941 +"188152",30019,62576 +"188153",30019,63641 +"188154",30019,65497 +"188155",30019,66717 +"188156",30019,69545 +"188157",30019,71380 +"188158",30019,72535 +"188159",30019,74100 +"188160",30019,82022 +"188161",30019,91164 +"188162",30019,95721 +"188163",30019,96007 +"188164",30019,99435 +"188165",30019,107848 +"188166",30019,113394 +"188167",30020,40926 +"188168",30020,55292 +"188169",30022,30239 +"188170",30022,34160 +"188171",30022,37031 +"188172",30022,40466 +"188173",30024,35815 +"188174",30024,44392 +"188175",30024,46022 +"188176",30024,96178 +"188177",30025,30505 +"188178",30025,57279 +"188179",30025,65140 +"188180",30025,82935 +"188181",30025,123014 +"188182",30026,30069 +"188183",30026,30184 +"188184",30026,30242 +"188185",30026,30243 +"188186",30026,30258 +"188187",30026,30337 +"188188",30026,30338 +"188189",30026,30495 +"188190",30026,30496 +"188191",30026,30498 +"188192",30026,56853 +"188193",30026,62555 +"188194",30026,76223 +"188195",30026,76224 +"188196",30026,76451 +"188197",30026,76455 +"188198",30026,76456 +"188199",30026,76476 +"188200",30027,31230 +"188201",30028,54553 +"188202",30028,59909 +"188203",30028,86399 +"188204",30028,108737 +"188205",30028,109076 +"188206",30029,30260 +"188207",30029,58734 +"188208",30029,64026 +"188209",30029,95459 +"188210",30030,48122 +"188211",30031,41036 +"188212",30031,43001 +"188213",30031,57055 +"188214",30031,57100 +"188215",30031,57112 +"188216",30031,57148 +"188217",30031,72207 +"188218",30031,78144 +"188219",30031,87060 +"188220",30031,87073 +"188221",30032,30345 +"188222",30033,30360 +"188223",30033,30387 +"188224",30033,30590 +"188225",30033,35457 +"188226",30033,39485 +"188227",30033,39757 +"188228",30033,43507 +"188229",30033,48106 +"188230",30033,50217 +"188231",30033,50927 +"188232",30033,53261 +"188233",30033,53312 +"188234",30033,54587 +"188235",30033,61288 +"188236",30033,66977 +"188237",30033,72142 +"188238",30033,80578 +"188239",30033,85245 +"188240",30033,88787 +"188241",30033,88829 +"188242",30033,88995 +"188243",30033,90558 +"188244",30033,92017 +"188245",30033,92928 +"188246",30033,94075 +"188247",30033,98335 +"188248",30033,100207 +"188249",30033,101135 +"188250",30033,101289 +"188251",30033,101290 +"188252",30033,101299 +"188253",30033,102032 +"188254",30033,105326 +"188255",30033,107847 +"188256",30033,108661 +"188257",30033,109569 +"188258",30033,114500 +"188259",30033,116885 +"188260",30034,103632 +"188261",30035,40129 +"188262",30035,57174 +"188263",30035,78326 +"188264",30035,87984 +"188265",30036,79662 +"188266",30036,80207 +"188267",30036,85915 +"188268",30036,112966 +"188269",30037,30393 +"188270",30037,36700 +"188271",30037,54524 +"188272",30038,36320 +"188273",30038,89221 +"188274",30039,77299 +"188275",30039,85026 +"188276",30039,91660 +"188277",30040,37587 +"188278",30040,37953 +"188279",30040,42756 +"188280",30040,47389 +"188281",30040,77560 +"188282",30040,80905 +"188283",30040,83636 +"188284",30040,119300 +"188285",30040,119301 +"188286",30041,99879 +"188287",30041,112700 +"188288",30042,74395 +"188289",30042,84975 +"188290",30042,113652 +"188291",30044,30108 +"188292",30044,33703 +"188293",30044,39037 +"188294",30044,39039 +"188295",30044,39078 +"188296",30044,40088 +"188297",30044,50635 +"188298",30044,83614 +"188299",30044,83621 +"188300",30044,91385 +"188301",30047,30473 +"188302",30047,30474 +"188303",30048,88051 +"188304",30048,89993 +"188305",30050,39146 +"188306",30050,54180 +"188307",30051,76158 +"188308",30051,110718 +"188309",30052,32663 +"188310",30052,52299 +"188311",30052,54080 +"188312",30052,60421 +"188313",30052,73991 +"188314",30052,75690 +"188315",30053,30061 +"188316",30053,30191 +"188317",30053,30215 +"188318",30054,30183 +"188319",30054,40335 +"188320",30054,54971 +"188321",30054,55386 +"188322",30054,56020 +"188323",30054,56050 +"188324",30054,56634 +"188325",30054,63541 +"188326",30054,67738 +"188327",30054,70488 +"188328",30054,76286 +"188329",30054,85480 +"188330",30054,109168 +"188331",30055,30221 +"188332",30055,30291 +"188333",30055,31723 +"188334",30055,44334 +"188335",30055,49833 +"188336",30055,52535 +"188337",30055,53785 +"188338",30055,63099 +"188339",30055,63479 +"188340",30055,64579 +"188341",30055,66583 +"188342",30055,67535 +"188343",30055,73783 +"188344",30055,74197 +"188345",30055,75675 +"188346",30055,83961 +"188347",30055,85338 +"188348",30055,91666 +"188349",30055,91780 +"188350",30055,96270 +"188351",30057,31074 +"188352",30057,41808 +"188353",30057,42187 +"188354",30057,64985 +"188355",30057,68853 +"188356",30057,89816 +"188357",30057,103180 +"188358",30058,30220 +"188359",30058,32290 +"188360",30058,52979 +"188361",30058,63341 +"188362",30058,92815 +"188363",30058,104719 +"188364",30058,107752 +"188365",30058,108361 +"188366",30058,119369 +"188367",30059,51893 +"188368",30059,77027 +"188369",30059,77808 +"188370",30059,77863 +"188371",30059,77877 +"188372",30059,77878 +"188373",30060,30123 +"188374",30060,46093 +"188375",30060,48584 +"188376",30060,112306 +"188377",30061,30191 +"188378",30061,30215 +"188379",30062,34749 +"188380",30062,43560 +"188381",30062,44499 +"188382",30062,48121 +"188383",30062,48162 +"188384",30063,30133 +"188385",30063,30619 +"188386",30063,88561 +"188387",30064,106267 +"188388",30065,47664 +"188389",30065,58867 +"188390",30066,39753 +"188391",30066,59272 +"188392",30067,30083 +"188393",30068,35536 +"188394",30068,53535 +"188395",30068,56192 +"188396",30068,57381 +"188397",30068,58857 +"188398",30068,58951 +"188399",30068,70897 +"188400",30068,71339 +"188401",30068,86693 +"188402",30068,91277 +"188403",30068,92345 +"188404",30068,97340 +"188405",30068,104418 +"188406",30068,114578 +"188407",30068,119185 +"188408",30069,30184 +"188409",30069,30242 +"188410",30069,30243 +"188411",30069,30258 +"188412",30069,30337 +"188413",30069,30338 +"188414",30069,30495 +"188415",30069,30496 +"188416",30069,30498 +"188417",30071,41025 +"188418",30071,48060 +"188419",30071,77930 +"188420",30071,81286 +"188421",30071,93925 +"188422",30071,94114 +"188423",30071,94129 +"188424",30071,100926 +"188425",30071,106703 +"188426",30071,110427 +"188427",30071,110768 +"188428",30071,110807 +"188429",30071,111219 +"188430",30071,115624 +"188431",30072,54351 +"188432",30072,82608 +"188433",30072,84699 +"188434",30072,88848 +"188435",30072,97950 +"188436",30072,100439 +"188437",30072,100440 +"188438",30072,100452 +"188439",30072,100807 +"188440",30072,106031 +"188441",30073,31664 +"188442",30073,35090 +"188443",30073,37956 +"188444",30073,52940 +"188445",30073,53628 +"188446",30073,53924 +"188447",30073,62637 +"188448",30073,66086 +"188449",30073,87416 +"188450",30074,42895 +"188451",30074,46757 +"188452",30074,66129 +"188453",30075,87875 +"188454",30075,107659 +"188455",30076,30244 +"188456",30076,30278 +"188457",30076,32625 +"188458",30076,32639 +"188459",30076,32694 +"188460",30076,39186 +"188461",30076,46026 +"188462",30076,50232 +"188463",30076,63264 +"188464",30076,75852 +"188465",30076,82200 +"188466",30076,84624 +"188467",30076,93381 +"188468",30076,98529 +"188469",30076,99630 +"188470",30076,109173 +"188471",30076,116926 +"188472",30077,56843 +"188473",30078,37307 +"188474",30078,79583 +"188475",30078,95058 +"188476",30079,71707 +"188477",30079,80452 +"188478",30079,88609 +"188479",30079,116513 +"188480",30079,117851 +"188481",30080,73483 +"188482",30080,87261 +"188483",30080,92639 +"188484",30081,33091 +"188485",30081,34470 +"188486",30081,34950 +"188487",30081,34965 +"188488",30081,36455 +"188489",30081,36962 +"188490",30081,37100 +"188491",30081,37333 +"188492",30081,41575 +"188493",30081,44476 +"188494",30081,46128 +"188495",30081,59194 +"188496",30081,65679 +"188497",30081,78738 +"188498",30081,79088 +"188499",30081,82456 +"188500",30081,82513 +"188501",30081,82521 +"188502",30081,82524 +"188503",30081,82590 +"188504",30081,92495 +"188505",30081,93499 +"188506",30081,105740 +"188507",30081,105815 +"188508",30081,109829 +"188509",30082,30888 +"188510",30082,43698 +"188511",30082,48744 +"188512",30082,52603 +"188513",30082,52611 +"188514",30082,62985 +"188515",30082,75371 +"188516",30082,81343 +"188517",30082,99731 +"188518",30082,101323 +"188519",30082,101481 +"188520",30082,102845 +"188521",30082,104957 +"188522",30082,109815 +"188523",30082,111066 +"188524",30082,113278 +"188525",30082,113314 +"188526",30082,114723 +"188527",30082,116644 +"188528",30082,117804 +"188529",30082,121414 +"188530",30082,122345 +"188531",30082,122353 +"188532",30082,122358 +"188533",30082,122360 +"188534",30082,122366 +"188535",30082,122367 +"188536",30082,122376 +"188537",30082,122383 +"188538",30082,122393 +"188539",30082,122394 +"188540",30082,122398 +"188541",30082,122402 +"188542",30082,122403 +"188543",30082,122409 +"188544",30082,122412 +"188545",30082,122414 +"188546",30082,122415 +"188547",30082,122417 +"188548",30082,122418 +"188549",30082,122421 +"188550",30082,122422 +"188551",30082,122437 +"188552",30082,122438 +"188553",30082,122440 +"188554",30082,123424 +"188555",30083,63454 +"188556",30083,63470 +"188557",30083,63471 +"188558",30083,63509 +"188559",30083,63670 +"188560",30083,71614 +"188561",30084,52903 +"188562",30085,31983 +"188563",30085,92181 +"188564",30085,93679 +"188565",30085,94914 +"188566",30085,95558 +"188567",30085,102790 +"188568",30086,40203 +"188569",30086,59760 +"188570",30086,59873 +"188571",30086,68346 +"188572",30086,72329 +"188573",30086,86373 +"188574",30086,89760 +"188575",30086,90663 +"188576",30086,91167 +"188577",30087,51859 +"188578",30087,52213 +"188579",30087,60332 +"188580",30088,31796 +"188581",30089,37863 +"188582",30089,41260 +"188583",30089,56364 +"188584",30089,56366 +"188585",30089,84381 +"188586",30090,54044 +"188587",30090,88224 +"188588",30090,99520 +"188589",30090,116218 +"188590",30091,82886 +"188591",30092,30827 +"188592",30092,30850 +"188593",30092,39246 +"188594",30092,40146 +"188595",30092,42216 +"188596",30092,43404 +"188597",30092,46023 +"188598",30092,55084 +"188599",30092,56686 +"188600",30092,58930 +"188601",30092,65628 +"188602",30092,75692 +"188603",30094,30214 +"188604",30094,53409 +"188605",30094,75312 +"188606",30094,83406 +"188607",30094,88946 +"188608",30095,57952 +"188609",30095,60019 +"188610",30095,70400 +"188611",30095,72611 +"188612",30095,77362 +"188613",30095,114257 +"188614",30096,50720 +"188615",30096,64257 +"188616",30096,78203 +"188617",30096,78323 +"188618",30096,78728 +"188619",30097,30139 +"188620",30097,30208 +"188621",30097,34395 +"188622",30097,35284 +"188623",30097,36506 +"188624",30097,46546 +"188625",30097,53707 +"188626",30097,71209 +"188627",30097,89657 +"188628",30097,95448 +"188629",30098,30099 +"188630",30098,30110 +"188631",30098,30161 +"188632",30098,30174 +"188633",30099,30110 +"188634",30099,30161 +"188635",30099,30174 +"188636",30100,30336 +"188637",30100,44954 +"188638",30100,45314 +"188639",30100,45320 +"188640",30100,45575 +"188641",30100,81305 +"188642",30100,89936 +"188643",30100,105217 +"188644",30101,30287 +"188645",30101,37215 +"188646",30101,40319 +"188647",30101,44074 +"188648",30101,52585 +"188649",30101,57807 +"188650",30101,58639 +"188651",30101,62788 +"188652",30102,30362 +"188653",30103,33667 +"188654",30103,70938 +"188655",30103,84933 +"188656",30103,93447 +"188657",30104,50799 +"188658",30104,62952 +"188659",30105,30292 +"188660",30106,30252 +"188661",30107,41965 +"188662",30107,46295 +"188663",30108,40682 +"188664",30108,45481 +"188665",30109,44900 +"188666",30109,44923 +"188667",30109,53687 +"188668",30110,30161 +"188669",30110,30174 +"188670",30110,32789 +"188671",30110,48955 +"188672",30110,90910 +"188673",30110,93824 +"188674",30110,94564 +"188675",30110,96472 +"188676",30110,109962 +"188677",30110,110016 +"188678",30111,54758 +"188679",30111,55401 +"188680",30112,102667 +"188681",30112,111318 +"188682",30113,34432 +"188683",30113,45128 +"188684",30113,46180 +"188685",30113,69446 +"188686",30113,92849 +"188687",30113,114987 +"188688",30113,119180 +"188689",30114,30284 +"188690",30114,53056 +"188691",30114,53651 +"188692",30114,62964 +"188693",30115,30210 +"188694",30115,31725 +"188695",30115,79253 +"188696",30115,85818 +"188697",30116,33137 +"188698",30116,33567 +"188699",30116,36403 +"188700",30116,40604 +"188701",30116,45630 +"188702",30116,51230 +"188703",30116,51879 +"188704",30116,59100 +"188705",30116,69198 +"188706",30116,81648 +"188707",30116,82932 +"188708",30116,88817 +"188709",30116,88821 +"188710",30116,88867 +"188711",30116,89738 +"188712",30116,115498 +"188713",30117,66235 +"188714",30117,85911 +"188715",30118,30250 +"188716",30118,100179 +"188717",30119,40735 +"188718",30119,94606 +"188719",30119,102050 +"188720",30120,41314 +"188721",30120,76555 +"188722",30120,77719 +"188723",30121,84884 +"188724",30121,106358 +"188725",30121,106375 +"188726",30122,49474 +"188727",30122,49480 +"188728",30122,49482 +"188729",30122,58046 +"188730",30122,60792 +"188731",30122,79225 +"188732",30123,34978 +"188733",30123,35288 +"188734",30123,57675 +"188735",30123,67347 +"188736",30123,69184 +"188737",30123,71310 +"188738",30123,92636 +"188739",30123,118500 +"188740",30124,93265 +"188741",30125,30949 +"188742",30125,30952 +"188743",30125,40117 +"188744",30125,46746 +"188745",30125,89245 +"188746",30125,101519 +"188747",30126,55732 +"188748",30126,98956 +"188749",30127,40840 +"188750",30127,48348 +"188751",30127,49326 +"188752",30128,88606 +"188753",30129,41964 +"188754",30129,46026 +"188755",30129,48758 +"188756",30129,51496 +"188757",30129,64472 +"188758",30129,69117 +"188759",30129,78278 +"188760",30129,81159 +"188761",30129,81878 +"188762",30129,90169 +"188763",30129,102654 +"188764",30129,104619 +"188765",30129,111001 +"188766",30129,120752 +"188767",30129,122280 +"188768",30130,30137 +"188769",30130,30145 +"188770",30130,30229 +"188771",30130,34174 +"188772",30130,55599 +"188773",30130,58363 +"188774",30130,75216 +"188775",30130,82965 +"188776",30131,48619 +"188777",30131,105609 +"188778",30131,119026 +"188779",30131,122078 +"188780",30131,122079 +"188781",30131,122080 +"188782",30132,73081 +"188783",30132,109631 +"188784",30132,118722 +"188785",30134,96108 +"188786",30134,114028 +"188787",30135,61846 +"188788",30136,39982 +"188789",30136,69924 +"188790",30136,74954 +"188791",30137,30145 +"188792",30137,30229 +"188793",30137,46589 +"188794",30137,63494 +"188795",30137,77184 +"188796",30138,48101 +"188797",30138,52858 +"188798",30138,90322 +"188799",30138,92552 +"188800",30139,30208 +"188801",30139,35284 +"188802",30139,42061 +"188803",30139,54863 +"188804",30139,86803 +"188805",30140,75481 +"188806",30141,43519 +"188807",30141,49415 +"188808",30141,53775 +"188809",30141,55973 +"188810",30141,65243 +"188811",30141,89473 +"188812",30141,91576 +"188813",30141,94495 +"188814",30141,98541 +"188815",30141,104466 +"188816",30141,110696 +"188817",30142,30178 +"188818",30142,45457 +"188819",30143,30286 +"188820",30143,43684 +"188821",30143,47899 +"188822",30143,49005 +"188823",30143,55783 +"188824",30144,52530 +"188825",30144,78088 +"188826",30144,92507 +"188827",30144,92816 +"188828",30144,93255 +"188829",30144,93321 +"188830",30144,93479 +"188831",30144,94688 +"188832",30145,30229 +"188833",30145,80525 +"188834",30146,30259 +"188835",30146,79528 +"188836",30146,117997 +"188837",30147,51196 +"188838",30148,30211 +"188839",30148,30255 +"188840",30148,33061 +"188841",30148,37631 +"188842",30148,50418 +"188843",30150,30916 +"188844",30150,52593 +"188845",30150,58846 +"188846",30150,70203 +"188847",30150,77551 +"188848",30150,81167 +"188849",30150,84967 +"188850",30150,85644 +"188851",30150,90283 +"188852",30150,98939 +"188853",30150,113821 +"188854",30150,117679 +"188855",30151,30216 +"188856",30151,31204 +"188857",30151,35251 +"188858",30151,55319 +"188859",30151,62424 +"188860",30152,44684 +"188861",30152,76714 +"188862",30152,85592 +"188863",30152,89668 +"188864",30152,93076 +"188865",30152,93414 +"188866",30152,104381 +"188867",30152,105138 +"188868",30153,35040 +"188869",30153,37482 +"188870",30153,41898 +"188871",30153,57828 +"188872",30153,63214 +"188873",30153,64605 +"188874",30153,66171 +"188875",30153,67117 +"188876",30153,71266 +"188877",30153,71294 +"188878",30153,71343 +"188879",30153,71471 +"188880",30153,82914 +"188881",30153,82937 +"188882",30154,30240 +"188883",30154,34024 +"188884",30154,37069 +"188885",30154,52039 +"188886",30154,58334 +"188887",30154,66323 +"188888",30154,67499 +"188889",30154,73015 +"188890",30154,83444 +"188891",30154,99949 +"188892",30154,101914 +"188893",30154,103631 +"188894",30154,103723 +"188895",30154,103732 +"188896",30154,103759 +"188897",30154,103773 +"188898",30155,47117 +"188899",30155,49892 +"188900",30155,103017 +"188901",30156,30267 +"188902",30156,55086 +"188903",30157,50487 +"188904",30157,84475 +"188905",30157,112768 +"188906",30158,53323 +"188907",30158,53608 +"188908",30158,56004 +"188909",30158,79590 +"188910",30158,89917 +"188911",30158,103024 +"188912",30158,108009 +"188913",30158,108026 +"188914",30158,110639 +"188915",30160,38826 +"188916",30160,51859 +"188917",30160,85444 +"188918",30160,85446 +"188919",30160,113686 +"188920",30160,120109 +"188921",30161,30174 +"188922",30162,104808 +"188923",30163,101642 +"188924",30163,110418 +"188925",30164,43212 +"188926",30164,44055 +"188927",30164,67582 +"188928",30164,87590 +"188929",30164,94877 +"188930",30164,95957 +"188931",30164,95983 +"188932",30164,101712 +"188933",30164,105884 +"188934",30164,118232 +"188935",30164,121916 +"188936",30165,45684 +"188937",30165,56348 +"188938",30165,72165 +"188939",30165,82007 +"188940",30165,118036 +"188941",30166,47409 +"188942",30166,75656 +"188943",30166,94500 +"188944",30166,100737 +"188945",30169,32110 +"188946",30169,58434 +"188947",30169,65398 +"188948",30169,78159 +"188949",30169,78330 +"188950",30169,84603 +"188951",30169,115904 +"188952",30170,38672 +"188953",30170,46343 +"188954",30170,56889 +"188955",30170,69139 +"188956",30172,41382 +"188957",30172,44540 +"188958",30172,47366 +"188959",30172,57125 +"188960",30172,64460 +"188961",30172,69067 +"188962",30172,79007 +"188963",30172,82768 +"188964",30172,84065 +"188965",30172,96221 +"188966",30172,114199 +"188967",30173,32492 +"188968",30173,77745 +"188969",30173,97040 +"188970",30174,50589 +"188971",30174,78590 +"188972",30175,30350 +"188973",30175,40065 +"188974",30175,94642 +"188975",30175,105825 +"188976",30175,112504 +"188977",30176,42895 +"188978",30176,53485 +"188979",30176,79024 +"188980",30176,105003 +"188981",30176,105043 +"188982",30177,38699 +"188983",30177,53491 +"188984",30177,54287 +"188985",30180,39353 +"188986",30180,43033 +"188987",30180,67912 +"188988",30180,105753 +"188989",30180,106698 +"188990",30180,121039 +"188991",30181,97135 +"188992",30181,111701 +"188993",30182,58777 +"188994",30182,72782 +"188995",30182,83304 +"188996",30182,83337 +"188997",30182,86647 +"188998",30183,37385 +"188999",30183,37513 +"189000",30183,121697 +"189001",30184,30242 +"189002",30184,30243 +"189003",30184,30258 +"189004",30184,30337 +"189005",30184,30338 +"189006",30184,30495 +"189007",30184,30496 +"189008",30184,30498 +"189009",30185,41795 +"189010",30185,75901 +"189011",30185,76004 +"189012",30186,37791 +"189013",30186,38153 +"189014",30186,39264 +"189015",30186,47882 +"189016",30186,54732 +"189017",30186,77552 +"189018",30186,85919 +"189019",30186,87336 +"189020",30186,88289 +"189021",30186,90721 +"189022",30186,97058 +"189023",30186,97067 +"189024",30186,97074 +"189025",30186,97102 +"189026",30186,97103 +"189027",30186,97104 +"189028",30186,97109 +"189029",30186,97110 +"189030",30186,106828 +"189031",30187,95616 +"189032",30189,30975 +"189033",30190,44589 +"189034",30190,69965 +"189035",30191,30215 +"189036",30191,64450 +"189037",30192,44301 +"189038",30192,53612 +"189039",30192,64553 +"189040",30193,30268 +"189041",30194,50243 +"189042",30194,55093 +"189043",30194,61303 +"189044",30194,69521 +"189045",30194,78217 +"189046",30194,81396 +"189047",30194,83850 +"189048",30194,85549 +"189049",30194,90733 +"189050",30194,90763 +"189051",30194,96174 +"189052",30194,100247 +"189053",30194,108395 +"189054",30194,108457 +"189055",30194,109466 +"189056",30194,111684 +"189057",30195,52509 +"189058",30195,59475 +"189059",30195,59818 +"189060",30195,85282 +"189061",30195,90740 +"189062",30197,70911 +"189063",30198,90176 +"189064",30199,52417 +"189065",30199,100477 +"189066",30199,107317 +"189067",30200,43081 +"189068",30200,45443 +"189069",30200,53128 +"189070",30200,60117 +"189071",30200,80840 +"189072",30200,82744 +"189073",30200,85560 +"189074",30200,91844 +"189075",30200,99163 +"189076",30200,102854 +"189077",30200,112762 +"189078",30200,115074 +"189079",30201,60044 +"189080",30201,93469 +"189081",30201,95048 +"189082",30201,95049 +"189083",30201,105668 +"189084",30203,36489 +"189085",30203,42731 +"189086",30203,98321 +"189087",30203,98325 +"189088",30204,48890 +"189089",30204,110914 +"189090",30205,52468 +"189091",30205,52478 +"189092",30206,38195 +"189093",30206,44724 +"189094",30206,51801 +"189095",30206,53445 +"189096",30206,57804 +"189097",30206,59731 +"189098",30206,67656 +"189099",30206,83530 +"189100",30206,89069 +"189101",30206,102362 +"189102",30207,32609 +"189103",30207,57282 +"189104",30208,34110 +"189105",30208,34395 +"189106",30208,35284 +"189107",30208,36506 +"189108",30208,39378 +"189109",30208,39647 +"189110",30208,40710 +"189111",30208,42068 +"189112",30208,46546 +"189113",30208,52589 +"189114",30208,53657 +"189115",30208,53670 +"189116",30208,53707 +"189117",30208,62395 +"189118",30208,64873 +"189119",30208,64894 +"189120",30208,64930 +"189121",30208,64958 +"189122",30208,71209 +"189123",30208,88209 +"189124",30208,89822 +"189125",30208,95448 +"189126",30209,37917 +"189127",30209,38039 +"189128",30209,59595 +"189129",30210,31725 +"189130",30210,36709 +"189131",30210,52604 +"189132",30210,64520 +"189133",30210,79253 +"189134",30211,30255 +"189135",30211,37533 +"189136",30211,37631 +"189137",30211,55312 +"189138",30211,66300 +"189139",30211,76007 +"189140",30211,77242 +"189141",30211,111856 +"189142",30211,118898 +"189143",30212,71274 +"189144",30214,43929 +"189145",30214,92638 +"189146",30216,35251 +"189147",30216,40805 +"189148",30216,57087 +"189149",30216,71059 +"189150",30216,76470 +"189151",30216,88938 +"189152",30216,92246 +"189153",30216,106319 +"189154",30216,106491 +"189155",30218,37510 +"189156",30218,42552 +"189157",30218,51879 +"189158",30218,61379 +"189159",30218,61780 +"189160",30218,64275 +"189161",30218,69234 +"189162",30218,69891 +"189163",30218,71403 +"189164",30218,71462 +"189165",30219,84391 +"189166",30219,93210 +"189167",30219,119144 +"189168",30219,120319 +"189169",30221,30291 +"189170",30222,31349 +"189171",30222,31951 +"189172",30222,36185 +"189173",30222,59293 +"189174",30222,79656 +"189175",30222,87276 +"189176",30222,101740 +"189177",30222,103537 +"189178",30222,103642 +"189179",30222,105578 +"189180",30223,35924 +"189181",30223,43264 +"189182",30223,57687 +"189183",30225,64758 +"189184",30225,71626 +"189185",30226,70543 +"189186",30226,97225 +"189187",30226,106809 +"189188",30228,30239 +"189189",30228,30420 +"189190",30228,61451 +"189191",30230,50612 +"189192",30232,45846 +"189193",30232,52165 +"189194",30232,69208 +"189195",30233,58062 +"189196",30233,67084 +"189197",30234,75862 +"189198",30234,104065 +"189199",30234,113902 +"189200",30235,30237 +"189201",30235,30470 +"189202",30235,53502 +"189203",30235,101816 +"189204",30236,31371 +"189205",30236,33907 +"189206",30236,34906 +"189207",30236,38678 +"189208",30236,38679 +"189209",30236,38680 +"189210",30236,38732 +"189211",30236,38747 +"189212",30236,38759 +"189213",30236,38794 +"189214",30236,39195 +"189215",30236,39322 +"189216",30236,44197 +"189217",30236,46285 +"189218",30236,69408 +"189219",30237,30470 +"189220",30238,48370 +"189221",30239,30420 +"189222",30239,34160 +"189223",30239,36957 +"189224",30239,36978 +"189225",30239,40466 +"189226",30239,63733 +"189227",30240,52039 +"189228",30241,51835 +"189229",30241,99373 +"189230",30242,30243 +"189231",30242,30258 +"189232",30242,30337 +"189233",30242,30338 +"189234",30242,30495 +"189235",30242,30496 +"189236",30242,30498 +"189237",30243,30258 +"189238",30243,30337 +"189239",30243,30338 +"189240",30243,30495 +"189241",30243,30496 +"189242",30243,30498 +"189243",30243,35289 +"189244",30244,31902 +"189245",30244,38743 +"189246",30244,47111 +"189247",30244,48241 +"189248",30244,50376 +"189249",30244,54194 +"189250",30244,67363 +"189251",30244,88692 +"189252",30244,92170 +"189253",30244,103292 +"189254",30244,104790 +"189255",30244,104791 +"189256",30244,123090 +"189257",30246,30420 +"189258",30246,30709 +"189259",30246,45371 +"189260",30246,45372 +"189261",30246,45439 +"189262",30246,47017 +"189263",30247,36928 +"189264",30247,46151 +"189265",30247,65530 +"189266",30247,65928 +"189267",30248,32405 +"189268",30248,55668 +"189269",30248,79908 +"189270",30248,82568 +"189271",30249,43784 +"189272",30249,54624 +"189273",30249,79885 +"189274",30249,86632 +"189275",30250,74265 +"189276",30250,81824 +"189277",30251,34418 +"189278",30251,38287 +"189279",30251,67539 +"189280",30251,102924 +"189281",30251,117574 +"189282",30252,45625 +"189283",30252,101474 +"189284",30252,101483 +"189285",30254,55063 +"189286",30254,99066 +"189287",30255,37631 +"189288",30255,121599 +"189289",30256,31492 +"189290",30256,40695 +"189291",30256,40841 +"189292",30256,68762 +"189293",30256,74068 +"189294",30256,82767 +"189295",30256,83180 +"189296",30256,83949 +"189297",30256,84881 +"189298",30256,88280 +"189299",30256,88714 +"189300",30256,91401 +"189301",30256,101827 +"189302",30256,105224 +"189303",30257,65491 +"189304",30257,93814 +"189305",30257,102920 +"189306",30257,114195 +"189307",30258,30337 +"189308",30258,30338 +"189309",30258,30495 +"189310",30258,30496 +"189311",30258,30498 +"189312",30258,38185 +"189313",30258,38683 +"189314",30258,40245 +"189315",30258,43226 +"189316",30258,44655 +"189317",30258,44973 +"189318",30258,46177 +"189319",30258,47048 +"189320",30258,48110 +"189321",30258,48430 +"189322",30258,50698 +"189323",30258,58508 +"189324",30258,59731 +"189325",30258,62642 +"189326",30258,68091 +"189327",30258,69335 +"189328",30258,75245 +"189329",30258,75580 +"189330",30258,75776 +"189331",30258,75956 +"189332",30258,76387 +"189333",30258,76446 +"189334",30258,78978 +"189335",30258,79212 +"189336",30258,79241 +"189337",30258,79579 +"189338",30258,80239 +"189339",30258,80301 +"189340",30258,81397 +"189341",30258,88340 +"189342",30258,88749 +"189343",30258,89069 +"189344",30258,89373 +"189345",30258,89995 +"189346",30258,90919 +"189347",30258,90936 +"189348",30258,92861 +"189349",30258,93097 +"189350",30258,94231 +"189351",30258,95489 +"189352",30258,96247 +"189353",30258,96363 +"189354",30258,97898 +"189355",30259,34159 +"189356",30259,35479 +"189357",30259,35642 +"189358",30259,57262 +"189359",30259,63033 +"189360",30259,66286 +"189361",30259,76149 +"189362",30259,76921 +"189363",30259,80578 +"189364",30259,100998 +"189365",30259,106567 +"189366",30259,109259 +"189367",30259,114104 +"189368",30259,118636 +"189369",30259,120140 +"189370",30259,122429 +"189371",30259,122435 +"189372",30260,59013 +"189373",30260,70250 +"189374",30260,79744 +"189375",30260,86702 +"189376",30260,92846 +"189377",30260,97434 +"189378",30260,97435 +"189379",30262,30854 +"189380",30262,62690 +"189381",30262,70341 +"189382",30262,73201 +"189383",30262,92288 +"189384",30262,93373 +"189385",30262,94025 +"189386",30263,51098 +"189387",30264,46329 +"189388",30265,33119 +"189389",30265,37583 +"189390",30265,52343 +"189391",30265,90977 +"189392",30265,104510 +"189393",30265,113577 +"189394",30267,97347 +"189395",30267,97381 +"189396",30268,35634 +"189397",30268,43443 +"189398",30268,46007 +"189399",30268,53936 +"189400",30268,53967 +"189401",30268,56360 +"189402",30268,56784 +"189403",30268,57963 +"189404",30268,69895 +"189405",30268,104703 +"189406",30269,84408 +"189407",30270,52068 +"189408",30271,89187 +"189409",30272,31971 +"189410",30272,86825 +"189411",30272,118390 +"189412",30273,37134 +"189413",30273,89362 +"189414",30273,109152 +"189415",30273,114519 +"189416",30273,114525 +"189417",30273,122722 +"189418",30274,31358 +"189419",30274,39081 +"189420",30274,42732 +"189421",30274,44947 +"189422",30274,45891 +"189423",30274,49493 +"189424",30274,59505 +"189425",30274,61876 +"189426",30274,66785 +"189427",30274,67856 +"189428",30274,87034 +"189429",30274,91904 +"189430",30274,98166 +"189431",30274,98309 +"189432",30274,101927 +"189433",30274,104884 +"189434",30275,37881 +"189435",30275,55614 +"189436",30275,61682 +"189437",30275,69144 +"189438",30276,70269 +"189439",30277,47760 +"189440",30277,89200 +"189441",30277,102532 +"189442",30277,104264 +"189443",30277,111094 +"189444",30278,32625 +"189445",30278,32639 +"189446",30278,32694 +"189447",30278,46026 +"189448",30279,93969 +"189449",30279,110401 +"189450",30280,49091 +"189451",30280,91974 +"189452",30281,47447 +"189453",30281,105752 +"189454",30282,32155 +"189455",30282,32240 +"189456",30282,69037 +"189457",30282,70550 +"189458",30283,102101 +"189459",30284,48519 +"189460",30285,51017 +"189461",30285,51021 +"189462",30285,51035 +"189463",30285,51046 +"189464",30285,51047 +"189465",30285,53323 +"189466",30285,59340 +"189467",30285,62694 +"189468",30285,77613 +"189469",30285,96520 +"189470",30285,101999 +"189471",30287,65980 +"189472",30287,92434 +"189473",30288,115901 +"189474",30290,31291 +"189475",30290,38648 +"189476",30290,64102 +"189477",30290,90875 +"189478",30291,31723 +"189479",30291,35263 +"189480",30291,44905 +"189481",30291,49833 +"189482",30291,52535 +"189483",30291,53785 +"189484",30291,59158 +"189485",30291,63099 +"189486",30291,74197 +"189487",30291,78969 +"189488",30291,83961 +"189489",30291,84025 +"189490",30291,85338 +"189491",30291,91666 +"189492",30291,91780 +"189493",30291,96270 +"189494",30291,101068 +"189495",30292,89737 +"189496",30293,47514 +"189497",30293,55854 +"189498",30294,59974 +"189499",30295,34601 +"189500",30295,40248 +"189501",30295,83094 +"189502",30295,92773 +"189503",30295,100650 +"189504",30295,100727 +"189505",30295,100958 +"189506",30295,101829 +"189507",30295,111127 +"189508",30295,115253 +"189509",30295,115293 +"189510",30296,32559 +"189511",30296,51628 +"189512",30296,58489 +"189513",30296,86423 +"189514",30296,92667 +"189515",30296,93337 +"189516",30296,109696 +"189517",30298,30428 +"189518",30299,30688 +"189519",30299,33223 +"189520",30299,34513 +"189521",30299,38742 +"189522",30302,32940 +"189523",30302,37190 +"189524",30302,46621 +"189525",30302,61785 +"189526",30302,73200 +"189527",30303,46856 +"189528",30303,47497 +"189529",30303,70302 +"189530",30303,78001 +"189531",30304,30367 +"189532",30304,59529 +"189533",30304,67743 +"189534",30304,78910 +"189535",30305,32384 +"189536",30305,38691 +"189537",30305,38915 +"189538",30305,74437 +"189539",30306,31548 +"189540",30306,62066 +"189541",30306,65017 +"189542",30307,43585 +"189543",30308,46233 +"189544",30308,81440 +"189545",30308,86530 +"189546",30309,38973 +"189547",30309,39019 +"189548",30309,58659 +"189549",30309,59023 +"189550",30309,60224 +"189551",30309,63114 +"189552",30309,82150 +"189553",30309,82164 +"189554",30311,32084 +"189555",30311,38076 +"189556",30312,46079 +"189557",30312,73315 +"189558",30312,76680 +"189559",30312,86438 +"189560",30312,95773 +"189561",30313,63708 +"189562",30314,95578 +"189563",30314,95579 +"189564",30316,93254 +"189565",30316,96517 +"189566",30317,30365 +"189567",30317,30378 +"189568",30317,34570 +"189569",30317,34629 +"189570",30317,35749 +"189571",30317,36085 +"189572",30317,45131 +"189573",30317,45250 +"189574",30317,45296 +"189575",30317,52199 +"189576",30317,100653 +"189577",30317,101499 +"189578",30318,33482 +"189579",30318,40032 +"189580",30320,30388 +"189581",30320,32836 +"189582",30320,57405 +"189583",30320,63601 +"189584",30320,64136 +"189585",30320,69339 +"189586",30320,72132 +"189587",30320,75355 +"189588",30320,79362 +"189589",30320,80697 +"189590",30320,103614 +"189591",30320,103702 +"189592",30321,36372 +"189593",30321,55508 +"189594",30323,30335 +"189595",30324,70046 +"189596",30324,90624 +"189597",30325,30564 +"189598",30325,36197 +"189599",30325,37764 +"189600",30325,39294 +"189601",30325,39301 +"189602",30325,42863 +"189603",30325,43213 +"189604",30325,46196 +"189605",30325,47126 +"189606",30325,47447 +"189607",30325,52136 +"189608",30325,54551 +"189609",30325,54556 +"189610",30325,56082 +"189611",30325,57150 +"189612",30325,57414 +"189613",30325,65972 +"189614",30325,72207 +"189615",30325,75403 +"189616",30325,78835 +"189617",30325,79082 +"189618",30325,84157 +"189619",30325,97295 +"189620",30325,103193 +"189621",30325,105752 +"189622",30326,41391 +"189623",30326,54764 +"189624",30326,85731 +"189625",30326,109064 +"189626",30327,93763 +"189627",30327,105915 +"189628",30328,30798 +"189629",30328,63374 +"189630",30329,64043 +"189631",30330,30342 +"189632",30331,49967 +"189633",30332,31310 +"189634",30332,40213 +"189635",30332,82351 +"189636",30333,30334 +"189637",30333,30370 +"189638",30333,89132 +"189639",30333,103204 +"189640",30334,30370 +"189641",30334,31258 +"189642",30334,32530 +"189643",30334,35496 +"189644",30334,37610 +"189645",30334,37636 +"189646",30334,39435 +"189647",30334,40131 +"189648",30334,40166 +"189649",30334,40392 +"189650",30334,40905 +"189651",30334,41030 +"189652",30334,41527 +"189653",30334,41529 +"189654",30334,41778 +"189655",30334,42494 +"189656",30334,43147 +"189657",30334,43234 +"189658",30334,43858 +"189659",30334,44828 +"189660",30334,45657 +"189661",30334,45933 +"189662",30334,46434 +"189663",30334,46788 +"189664",30334,47123 +"189665",30334,47488 +"189666",30334,48909 +"189667",30334,49859 +"189668",30334,50064 +"189669",30334,50067 +"189670",30334,50554 +"189671",30334,50879 +"189672",30334,51783 +"189673",30334,52018 +"189674",30334,53444 +"189675",30334,53527 +"189676",30334,53555 +"189677",30334,54275 +"189678",30334,56628 +"189679",30334,58004 +"189680",30334,58068 +"189681",30334,58633 +"189682",30334,61111 +"189683",30334,61127 +"189684",30334,68287 +"189685",30337,30338 +"189686",30337,30495 +"189687",30337,30496 +"189688",30337,30498 +"189689",30338,30495 +"189690",30338,30496 +"189691",30338,30498 +"189692",30340,30446 +"189693",30340,30447 +"189694",30340,34052 +"189695",30340,36621 +"189696",30340,38605 +"189697",30340,39807 +"189698",30340,49954 +"189699",30340,55708 +"189700",30340,56712 +"189701",30340,88473 +"189702",30340,101210 +"189703",30341,30474 +"189704",30341,34992 +"189705",30341,36426 +"189706",30341,39140 +"189707",30341,43817 +"189708",30341,52752 +"189709",30341,70748 +"189710",30341,72083 +"189711",30341,72586 +"189712",30341,102444 +"189713",30342,39898 +"189714",30342,48563 +"189715",30342,48581 +"189716",30342,48910 +"189717",30343,31357 +"189718",30343,39116 +"189719",30343,45403 +"189720",30343,49628 +"189721",30343,51843 +"189722",30343,52372 +"189723",30343,69308 +"189724",30343,71642 +"189725",30343,73736 +"189726",30343,77199 +"189727",30343,80761 +"189728",30343,86790 +"189729",30343,98924 +"189730",30343,104104 +"189731",30343,108973 +"189732",30343,109880 +"189733",30343,111999 +"189734",30343,115495 +"189735",30344,34730 +"189736",30344,37095 +"189737",30344,37491 +"189738",30344,50278 +"189739",30344,57821 +"189740",30344,59097 +"189741",30344,66728 +"189742",30344,67199 +"189743",30344,74460 +"189744",30344,79149 +"189745",30344,100131 +"189746",30344,101250 +"189747",30345,30548 +"189748",30345,38603 +"189749",30346,44061 +"189750",30346,61825 +"189751",30347,30358 +"189752",30347,35475 +"189753",30348,30349 +"189754",30348,30883 +"189755",30348,57027 +"189756",30349,30883 +"189757",30350,40065 +"189758",30350,94642 +"189759",30350,105825 +"189760",30350,112504 +"189761",30352,75100 +"189762",30354,35045 +"189763",30354,43477 +"189764",30354,84063 +"189765",30354,84065 +"189766",30354,84069 +"189767",30354,84077 +"189768",30357,62529 +"189769",30358,35475 +"189770",30358,45425 +"189771",30358,62998 +"189772",30359,38420 +"189773",30359,95189 +"189774",30359,115641 +"189775",30360,30387 +"189776",30362,32071 +"189777",30362,48625 +"189778",30362,66139 +"189779",30362,69174 +"189780",30362,96634 +"189781",30362,112636 +"189782",30365,30378 +"189783",30365,47473 +"189784",30365,47474 +"189785",30365,64063 +"189786",30365,77021 +"189787",30365,118694 +"189788",30365,118757 +"189789",30366,86867 +"189790",30368,52704 +"189791",30368,52710 +"189792",30368,62703 +"189793",30368,70836 +"189794",30368,77535 +"189795",30368,77853 +"189796",30368,79399 +"189797",30368,81997 +"189798",30368,85674 +"189799",30368,98011 +"189800",30369,40214 +"189801",30369,49801 +"189802",30369,52102 +"189803",30371,30372 +"189804",30373,30433 +"189805",30373,31522 +"189806",30373,31523 +"189807",30373,31647 +"189808",30373,31648 +"189809",30373,32155 +"189810",30373,32240 +"189811",30373,39701 +"189812",30373,49643 +"189813",30373,52525 +"189814",30373,59953 +"189815",30373,63644 +"189816",30373,74558 +"189817",30373,74653 +"189818",30373,75054 +"189819",30373,80974 +"189820",30373,107496 +"189821",30374,30414 +"189822",30374,30467 +"189823",30374,53866 +"189824",30374,69579 +"189825",30374,71049 +"189826",30374,76942 +"189827",30374,81001 +"189828",30374,88338 +"189829",30375,62425 +"189830",30376,82345 +"189831",30376,82750 +"189832",30377,30435 +"189833",30377,33240 +"189834",30377,57165 +"189835",30377,64174 +"189836",30377,64306 +"189837",30377,64412 +"189838",30377,77841 +"189839",30377,77979 +"189840",30377,87296 +"189841",30377,95754 +"189842",30377,96570 +"189843",30379,30747 +"189844",30379,40821 +"189845",30379,56688 +"189846",30379,62336 +"189847",30379,107782 +"189848",30379,108036 +"189849",30380,35135 +"189850",30380,42695 +"189851",30380,72520 +"189852",30380,96232 +"189853",30380,108052 +"189854",30380,118933 +"189855",30380,118934 +"189856",30381,34777 +"189857",30382,46070 +"189858",30382,64432 +"189859",30382,77629 +"189860",30382,79619 +"189861",30382,90378 +"189862",30383,57531 +"189863",30383,72339 +"189864",30383,75057 +"189865",30384,46133 +"189866",30384,47360 +"189867",30384,112636 +"189868",30385,38565 +"189869",30385,66004 +"189870",30385,66246 +"189871",30385,76063 +"189872",30385,80261 +"189873",30385,90785 +"189874",30385,90824 +"189875",30385,122674 +"189876",30386,39395 +"189877",30386,52895 +"189878",30386,62898 +"189879",30386,86256 +"189880",30387,57757 +"189881",30387,75653 +"189882",30388,31130 +"189883",30388,60406 +"189884",30388,77427 +"189885",30388,99251 +"189886",30388,109458 +"189887",30388,112885 +"189888",30389,46730 +"189889",30389,56813 +"189890",30390,30723 +"189891",30390,30776 +"189892",30392,82995 +"189893",30392,111911 +"189894",30393,70421 +"189895",30393,71789 +"189896",30393,74100 +"189897",30393,82429 +"189898",30394,76542 +"189899",30395,30418 +"189900",30395,88586 +"189901",30395,92374 +"189902",30395,107618 +"189903",30395,109893 +"189904",30395,110362 +"189905",30396,37363 +"189906",30396,57612 +"189907",30396,58648 +"189908",30396,59603 +"189909",30396,62356 +"189910",30396,63124 +"189911",30396,65400 +"189912",30396,73623 +"189913",30396,105950 +"189914",30396,110508 +"189915",30396,113237 +"189916",30396,119587 +"189917",30397,42324 +"189918",30397,82648 +"189919",30398,90810 +"189920",30399,30992 +"189921",30399,72335 +"189922",30399,85195 +"189923",30399,88363 +"189924",30399,91702 +"189925",30399,99162 +"189926",30399,99815 +"189927",30399,107792 +"189928",30399,121225 +"189929",30400,30425 +"189930",30401,38461 +"189931",30402,30725 +"189932",30402,40629 +"189933",30402,72794 +"189934",30402,91912 +"189935",30402,107657 +"189936",30403,33349 +"189937",30403,35783 +"189938",30403,65575 +"189939",30403,97138 +"189940",30403,103277 +"189941",30403,108888 +"189942",30403,109894 +"189943",30403,111112 +"189944",30403,123114 +"189945",30404,36108 +"189946",30404,62477 +"189947",30404,72426 +"189948",30404,79850 +"189949",30404,80088 +"189950",30404,88662 +"189951",30404,89286 +"189952",30404,91631 +"189953",30404,92416 +"189954",30404,93156 +"189955",30404,99217 +"189956",30404,100599 +"189957",30404,102229 +"189958",30405,45352 +"189959",30405,63939 +"189960",30405,81838 +"189961",30405,86849 +"189962",30405,93277 +"189963",30406,44037 +"189964",30406,84150 +"189965",30407,83099 +"189966",30408,30421 +"189967",30408,39181 +"189968",30408,39263 +"189969",30408,39314 +"189970",30408,39315 +"189971",30408,39316 +"189972",30408,44911 +"189973",30409,40358 +"189974",30411,35802 +"189975",30411,38782 +"189976",30411,40488 +"189977",30411,45397 +"189978",30411,57058 +"189979",30411,58254 +"189980",30411,58855 +"189981",30411,72957 +"189982",30411,74575 +"189983",30411,75025 +"189984",30411,100607 +"189985",30411,101067 +"189986",30411,101484 +"189987",30412,78253 +"189988",30413,47695 +"189989",30413,47723 +"189990",30413,47724 +"189991",30413,47758 +"189992",30413,51533 +"189993",30413,60401 +"189994",30414,76942 +"189995",30414,88338 +"189996",30414,90988 +"189997",30414,122166 +"189998",30415,33239 +"189999",30415,45633 +"190000",30415,47214 +"190001",30415,49144 +"190002",30415,55201 +"190003",30415,73775 +"190004",30416,32947 +"190005",30416,33239 +"190006",30416,34739 +"190007",30416,35302 +"190008",30416,38016 +"190009",30416,38376 +"190010",30416,50495 +"190011",30416,52441 +"190012",30416,57926 +"190013",30416,63409 +"190014",30416,63846 +"190015",30416,66664 +"190016",30416,70458 +"190017",30416,70459 +"190018",30416,73305 +"190019",30416,82965 +"190020",30416,88409 +"190021",30416,90765 +"190022",30416,90939 +"190023",30416,91905 +"190024",30416,101616 +"190025",30416,104280 +"190026",30416,107396 +"190027",30416,107891 +"190028",30416,112765 +"190029",30416,112767 +"190030",30417,47976 +"190031",30417,52444 +"190032",30418,40698 +"190033",30418,41169 +"190034",30418,46953 +"190035",30418,47423 +"190036",30418,50508 +"190037",30418,64503 +"190038",30418,78037 +"190039",30418,80519 +"190040",30418,89562 +"190041",30418,94572 +"190042",30418,104280 +"190043",30418,109695 +"190044",30418,109699 +"190045",30418,112884 +"190046",30419,41899 +"190047",30419,90296 +"190048",30420,31050 +"190049",30420,34160 +"190050",30420,36957 +"190051",30420,36978 +"190052",30420,45371 +"190053",30420,45372 +"190054",30420,45439 +"190055",30420,53196 +"190056",30421,39181 +"190057",30421,39263 +"190058",30421,39314 +"190059",30421,39315 +"190060",30421,39316 +"190061",30421,44911 +"190062",30422,39419 +"190063",30423,80741 +"190064",30425,104460 +"190065",30426,52698 +"190066",30426,57503 +"190067",30426,81293 +"190068",30430,38948 +"190069",30431,40490 +"190070",30432,96319 +"190071",30433,31522 +"190072",30433,31523 +"190073",30433,31647 +"190074",30433,31648 +"190075",30433,38606 +"190076",30433,42562 +"190077",30433,52889 +"190078",30433,68901 +"190079",30433,73040 +"190080",30433,81907 +"190081",30433,103825 +"190082",30434,92176 +"190083",30437,30449 +"190084",30437,30450 +"190085",30437,33326 +"190086",30438,31385 +"190087",30438,45715 +"190088",30438,52653 +"190089",30438,109383 +"190090",30440,31110 +"190091",30440,45325 +"190092",30440,72366 +"190093",30440,78787 +"190094",30440,81021 +"190095",30441,58226 +"190096",30441,71391 +"190097",30441,80523 +"190098",30441,96998 +"190099",30442,75955 +"190100",30443,31151 +"190101",30443,31243 +"190102",30443,31836 +"190103",30443,33604 +"190104",30443,34444 +"190105",30443,38837 +"190106",30443,39576 +"190107",30443,42747 +"190108",30443,46354 +"190109",30443,56966 +"190110",30443,59628 +"190111",30443,63753 +"190112",30443,64630 +"190113",30443,64667 +"190114",30443,67594 +"190115",30443,68156 +"190116",30443,68263 +"190117",30443,68319 +"190118",30443,69112 +"190119",30443,71906 +"190120",30444,34015 +"190121",30444,74365 +"190122",30444,105539 +"190123",30444,107202 +"190124",30445,38825 +"190125",30445,45623 +"190126",30445,46612 +"190127",30445,53278 +"190128",30445,58567 +"190129",30445,96816 +"190130",30445,112627 +"190131",30445,117368 +"190132",30445,121436 +"190133",30446,30447 +"190134",30446,35140 +"190135",30446,56899 +"190136",30446,74381 +"190137",30446,79249 +"190138",30448,30502 +"190139",30448,30722 +"190140",30448,34501 +"190141",30448,38239 +"190142",30448,68842 +"190143",30448,87278 +"190144",30449,30450 +"190145",30449,32148 +"190146",30449,36861 +"190147",30449,38417 +"190148",30450,41861 +"190149",30450,67664 +"190150",30451,49945 +"190151",30451,58872 +"190152",30451,60745 +"190153",30451,65296 +"190154",30451,69623 +"190155",30451,70800 +"190156",30451,74438 +"190157",30451,78090 +"190158",30451,99565 +"190159",30452,32055 +"190160",30452,32702 +"190161",30452,43695 +"190162",30452,71257 +"190163",30452,90267 +"190164",30454,35892 +"190165",30455,69219 +"190166",30456,31432 +"190167",30456,39706 +"190168",30456,40874 +"190169",30456,45115 +"190170",30456,54475 +"190171",30456,74588 +"190172",30457,57420 +"190173",30457,104840 +"190174",30458,103056 +"190175",30459,32448 +"190176",30459,50255 +"190177",30459,61560 +"190178",30459,68460 +"190179",30459,75505 +"190180",30459,80728 +"190181",30459,85481 +"190182",30459,88709 +"190183",30459,89685 +"190184",30459,99197 +"190185",30459,101642 +"190186",30459,123279 +"190187",30460,33045 +"190188",30460,52847 +"190189",30461,35040 +"190190",30461,53354 +"190191",30461,55822 +"190192",30461,107636 +"190193",30461,110236 +"190194",30461,110636 +"190195",30462,30464 +"190196",30462,36416 +"190197",30462,48802 +"190198",30462,54458 +"190199",30462,56107 +"190200",30462,75141 +"190201",30462,75470 +"190202",30462,101009 +"190203",30462,101161 +"190204",30462,105070 +"190205",30462,108960 +"190206",30463,36308 +"190207",30463,36362 +"190208",30463,45127 +"190209",30463,49644 +"190210",30463,50652 +"190211",30463,74167 +"190212",30463,78359 +"190213",30463,105759 +"190214",30463,107435 +"190215",30463,107908 +"190216",30463,107913 +"190217",30463,107924 +"190218",30463,107930 +"190219",30463,107978 +"190220",30465,55366 +"190221",30465,76979 +"190222",30465,92154 +"190223",30465,94655 +"190224",30465,99457 +"190225",30465,105088 +"190226",30466,62859 +"190227",30467,53866 +"190228",30467,71568 +"190229",30468,30775 +"190230",30468,31877 +"190231",30468,38096 +"190232",30469,33563 +"190233",30469,54495 +"190234",30469,54530 +"190235",30470,42925 +"190236",30470,48089 +"190237",30471,38009 +"190238",30471,41643 +"190239",30471,43507 +"190240",30471,45726 +"190241",30471,47271 +"190242",30471,52626 +"190243",30471,54278 +"190244",30471,63518 +"190245",30471,73138 +"190246",30471,75271 +"190247",30471,76047 +"190248",30471,78487 +"190249",30471,81030 +"190250",30471,81474 +"190251",30471,88309 +"190252",30471,91779 +"190253",30471,99534 +"190254",30471,99613 +"190255",30471,102535 +"190256",30471,106275 +"190257",30471,106280 +"190258",30471,106338 +"190259",30472,48955 +"190260",30472,56058 +"190261",30472,60266 +"190262",30472,60449 +"190263",30473,30474 +"190264",30473,40749 +"190265",30474,30871 +"190266",30474,52752 +"190267",30474,55502 +"190268",30474,67304 +"190269",30474,70748 +"190270",30474,72083 +"190271",30474,76551 +"190272",30474,78279 +"190273",30474,99610 +"190274",30474,102444 +"190275",30476,33250 +"190276",30476,66675 +"190277",30477,34043 +"190278",30477,34054 +"190279",30477,41629 +"190280",30477,45525 +"190281",30477,46730 +"190282",30477,58803 +"190283",30477,75024 +"190284",30477,77916 +"190285",30477,82681 +"190286",30479,40404 +"190287",30479,45494 +"190288",30479,51306 +"190289",30479,53554 +"190290",30479,56229 +"190291",30479,86669 +"190292",30479,113485 +"190293",30479,120239 +"190294",30480,97952 +"190295",30481,34553 +"190296",30481,35089 +"190297",30481,38851 +"190298",30481,79406 +"190299",30481,96611 +"190300",30481,102646 +"190301",30481,113815 +"190302",30481,115461 +"190303",30482,62613 +"190304",30482,88246 +"190305",30483,45607 +"190306",30483,56692 +"190307",30483,69003 +"190308",30484,36021 +"190309",30484,50487 +"190310",30484,66557 +"190311",30484,92419 +"190312",30485,43804 +"190313",30486,35706 +"190314",30486,47396 +"190315",30486,47595 +"190316",30486,59050 +"190317",30486,63669 +"190318",30486,86473 +"190319",30486,89577 +"190320",30486,93190 +"190321",30486,95178 +"190322",30486,110222 +"190323",30487,39839 +"190324",30487,71085 +"190325",30487,71621 +"190326",30488,31386 +"190327",30488,101970 +"190328",30488,122541 +"190329",30489,48313 +"190330",30490,49678 +"190331",30490,50219 +"190332",30490,87060 +"190333",30491,37108 +"190334",30492,33723 +"190335",30492,48963 +"190336",30492,58305 +"190337",30492,73264 +"190338",30492,84582 +"190339",30492,94053 +"190340",30492,95414 +"190341",30492,101818 +"190342",30492,120344 +"190343",30493,64310 +"190344",30494,31130 +"190345",30494,35281 +"190346",30494,50311 +"190347",30494,66843 +"190348",30494,67494 +"190349",30494,85736 +"190350",30494,91191 +"190351",30495,30496 +"190352",30495,30498 +"190353",30496,30498 +"190354",30499,51181 +"190355",30499,63666 +"190356",30499,79748 +"190357",30499,81452 +"190358",30500,82010 +"190359",30501,34055 +"190360",30501,42195 +"190361",30501,43473 +"190362",30501,58320 +"190363",30501,63029 +"190364",30501,79404 +"190365",30501,82761 +"190366",30501,87934 +"190367",30501,98003 +"190368",30501,100685 +"190369",30502,30722 +"190370",30502,34448 +"190371",30502,40577 +"190372",30502,78764 +"190373",30502,83929 +"190374",30503,30504 +"190375",30503,97195 +"190376",30504,39158 +"190377",30504,54003 +"190378",30504,60150 +"190379",30504,78758 +"190380",30504,80849 +"190381",30504,93154 +"190382",30504,93410 +"190383",30504,97195 +"190384",30504,98506 +"190385",30504,99146 +"190386",30506,33172 +"190387",30506,40893 +"190388",30506,48127 +"190389",30506,57703 +"190390",30506,60601 +"190391",30506,67623 +"190392",30506,74993 +"190393",30506,103658 +"190394",30507,31329 +"190395",30507,54181 +"190396",30507,59133 +"190397",30507,63252 +"190398",30507,96970 +"190399",30507,111229 +"190400",30507,118461 +"190401",30508,31128 +"190402",30509,30510 +"190403",30509,30548 +"190404",30509,31303 +"190405",30509,31304 +"190406",30510,30548 +"190407",30510,31303 +"190408",30510,31304 +"190409",30510,35477 +"190410",30510,37896 +"190411",30510,42786 +"190412",30510,45127 +"190413",30510,50887 +"190414",30510,54258 +"190415",30510,66481 +"190416",30511,30572 +"190417",30512,30551 +"190418",30512,30692 +"190419",30512,51328 +"190420",30512,70338 +"190421",30512,86016 +"190422",30513,33257 +"190423",30513,33595 +"190424",30513,42196 +"190425",30513,59562 +"190426",30513,70243 +"190427",30513,77648 +"190428",30513,79148 +"190429",30513,81816 +"190430",30513,102358 +"190431",30514,30635 +"190432",30514,30637 +"190433",30514,98006 +"190434",30514,98110 +"190435",30514,119930 +"190436",30515,37247 +"190437",30516,30680 +"190438",30517,30716 +"190439",30518,31211 +"190440",30518,81461 +"190441",30518,95797 +"190442",30518,100961 +"190443",30518,109029 +"190444",30518,109031 +"190445",30518,110853 +"190446",30519,33367 +"190447",30519,41528 +"190448",30519,80056 +"190449",30519,80091 +"190450",30520,30709 +"190451",30520,36807 +"190452",30520,37039 +"190453",30520,37517 +"190454",30520,55641 +"190455",30520,60661 +"190456",30520,69697 +"190457",30520,70638 +"190458",30521,30985 +"190459",30521,77345 +"190460",30521,103085 +"190461",30523,31895 +"190462",30523,75906 +"190463",30523,89243 +"190464",30524,51184 +"190465",30525,33405 +"190466",30525,36724 +"190467",30525,39800 +"190468",30525,41958 +"190469",30525,45357 +"190470",30525,55829 +"190471",30525,58090 +"190472",30525,79451 +"190473",30525,90578 +"190474",30526,56313 +"190475",30526,56323 +"190476",30526,66467 +"190477",30526,70175 +"190478",30526,82963 +"190479",30526,82970 +"190480",30526,84381 +"190481",30526,84407 +"190482",30527,32195 +"190483",30528,91658 +"190484",30528,117855 +"190485",30528,118069 +"190486",30528,118078 +"190487",30530,60805 +"190488",30532,101905 +"190489",30533,32621 +"190490",30533,32853 +"190491",30533,37170 +"190492",30533,45036 +"190493",30533,45065 +"190494",30533,45108 +"190495",30533,45117 +"190496",30533,45118 +"190497",30533,49756 +"190498",30533,49817 +"190499",30533,51024 +"190500",30535,30624 +"190501",30535,30670 +"190502",30535,100110 +"190503",30535,104525 +"190504",30536,77959 +"190505",30537,30644 +"190506",30537,87752 +"190507",30537,89224 +"190508",30537,89637 +"190509",30537,108683 +"190510",30537,111304 +"190511",30537,117954 +"190512",30538,33181 +"190513",30538,54940 +"190514",30538,56302 +"190515",30538,56326 +"190516",30538,56327 +"190517",30539,40785 +"190518",30539,66318 +"190519",30540,46814 +"190520",30541,32355 +"190521",30541,34818 +"190522",30541,36724 +"190523",30541,37320 +"190524",30541,45404 +"190525",30541,77513 +"190526",30541,85396 +"190527",30541,91849 +"190528",30541,122985 +"190529",30543,41510 +"190530",30543,72452 +"190531",30543,73324 +"190532",30544,47033 +"190533",30544,73578 +"190534",30544,84883 +"190535",30544,101256 +"190536",30544,105780 +"190537",30545,40017 +"190538",30545,40182 +"190539",30545,72118 +"190540",30545,88619 +"190541",30545,96245 +"190542",30546,30583 +"190543",30546,31798 +"190544",30546,33886 +"190545",30546,34375 +"190546",30546,34481 +"190547",30548,31303 +"190548",30548,31304 +"190549",30548,38167 +"190550",30549,30720 +"190551",30549,81930 +"190552",30549,84795 +"190553",30549,91227 +"190554",30549,93563 +"190555",30551,30692 +"190556",30551,53495 +"190557",30551,71883 +"190558",30551,113420 +"190559",30552,30695 +"190560",30552,44856 +"190561",30552,62450 +"190562",30552,80868 +"190563",30552,88230 +"190564",30552,89827 +"190565",30552,91824 +"190566",30552,100336 +"190567",30552,100621 +"190568",30552,103996 +"190569",30553,40667 +"190570",30554,36451 +"190571",30554,45183 +"190572",30554,47347 +"190573",30554,51084 +"190574",30554,96743 +"190575",30554,116416 +"190576",30555,31038 +"190577",30555,31560 +"190578",30555,32794 +"190579",30555,33558 +"190580",30555,35702 +"190581",30555,58531 +"190582",30555,59242 +"190583",30555,61402 +"190584",30556,95611 +"190585",30557,46732 +"190586",30557,54178 +"190587",30557,55071 +"190588",30557,59109 +"190589",30557,59221 +"190590",30557,59384 +"190591",30557,66976 +"190592",30558,30825 +"190593",30558,32734 +"190594",30558,57617 +"190595",30558,64402 +"190596",30558,64403 +"190597",30558,68060 +"190598",30559,75598 +"190599",30560,30653 +"190600",30560,46770 +"190601",30561,37574 +"190602",30562,61469 +"190603",30562,76421 +"190604",30562,87884 +"190605",30562,102129 +"190606",30562,104690 +"190607",30562,123346 +"190608",30564,35673 +"190609",30564,36197 +"190610",30564,36422 +"190611",30564,39079 +"190612",30564,39294 +"190613",30564,39301 +"190614",30564,42863 +"190615",30564,45684 +"190616",30564,46173 +"190617",30564,46196 +"190618",30564,52136 +"190619",30564,54551 +"190620",30564,54556 +"190621",30564,56082 +"190622",30564,57414 +"190623",30564,65972 +"190624",30564,71079 +"190625",30564,76284 +"190626",30564,77839 +"190627",30564,79082 +"190628",30564,91184 +"190629",30564,91924 +"190630",30564,94480 +"190631",30564,97295 +"190632",30564,103193 +"190633",30565,33895 +"190634",30566,31180 +"190635",30566,31281 +"190636",30566,60822 +"190637",30566,64729 +"190638",30567,38433 +"190639",30567,46433 +"190640",30567,53343 +"190641",30567,55108 +"190642",30567,55162 +"190643",30567,76428 +"190644",30567,83431 +"190645",30568,36153 +"190646",30568,56746 +"190647",30569,42773 +"190648",30569,51472 +"190649",30569,53249 +"190650",30569,77719 +"190651",30569,78277 +"190652",30569,79938 +"190653",30569,90649 +"190654",30569,90721 +"190655",30569,92021 +"190656",30569,101133 +"190657",30569,109726 +"190658",30571,34166 +"190659",30571,39335 +"190660",30572,48898 +"190661",30572,62175 +"190662",30573,30707 +"190663",30574,30588 +"190664",30575,30627 +"190665",30575,31544 +"190666",30576,63926 +"190667",30576,77227 +"190668",30576,102819 +"190669",30577,101726 +"190670",30578,30822 +"190671",30578,31679 +"190672",30578,68390 +"190673",30578,84000 +"190674",30578,84023 +"190675",30579,37977 +"190676",30579,38435 +"190677",30579,38459 +"190678",30579,38530 +"190679",30579,38969 +"190680",30579,53197 +"190681",30580,51259 +"190682",30580,69019 +"190683",30580,71387 +"190684",30580,78632 +"190685",30580,99108 +"190686",30580,104790 +"190687",30581,32654 +"190688",30581,36792 +"190689",30582,41096 +"190690",30583,30660 +"190691",30583,34375 +"190692",30583,34481 +"190693",30584,30585 +"190694",30584,36420 +"190695",30584,38785 +"190696",30584,39589 +"190697",30584,55875 +"190698",30584,67039 +"190699",30584,84533 +"190700",30584,88932 +"190701",30584,94765 +"190702",30584,99332 +"190703",30584,112915 +"190704",30584,119992 +"190705",30585,38861 +"190706",30585,41695 +"190707",30585,45859 +"190708",30585,62225 +"190709",30586,36797 +"190710",30586,38087 +"190711",30586,38109 +"190712",30586,40338 +"190713",30586,46484 +"190714",30586,49776 +"190715",30586,50509 +"190716",30586,54777 +"190717",30586,55165 +"190718",30586,68423 +"190719",30586,101893 +"190720",30587,30687 +"190721",30589,31361 +"190722",30590,35943 +"190723",30590,36089 +"190724",30590,37472 +"190725",30590,42999 +"190726",30590,46297 +"190727",30590,50927 +"190728",30590,53453 +"190729",30590,70233 +"190730",30590,85421 +"190731",30590,86673 +"190732",30590,88553 +"190733",30590,99265 +"190734",30590,102226 +"190735",30590,103205 +"190736",30590,103277 +"190737",30590,119288 +"190738",30590,122370 +"190739",30590,122380 +"190740",30590,123380 +"190741",30591,48784 +"190742",30591,52069 +"190743",30591,54763 +"190744",30592,72956 +"190745",30592,93315 +"190746",30593,36884 +"190747",30593,55091 +"190748",30594,30642 +"190749",30594,31319 +"190750",30594,31320 +"190751",30594,82533 +"190752",30594,87753 +"190753",30595,82815 +"190754",30595,89723 +"190755",30595,93218 +"190756",30595,112304 +"190757",30597,37839 +"190758",30597,47498 +"190759",30597,62500 +"190760",30597,70372 +"190761",30597,110725 +"190762",30597,111394 +"190763",30598,72273 +"190764",30598,76294 +"190765",30598,82069 +"190766",30598,104264 +"190767",30598,110619 +"190768",30599,31309 +"190769",30600,33173 +"190770",30600,45658 +"190771",30600,101697 +"190772",30600,101895 +"190773",30600,101907 +"190774",30601,33647 +"190775",30601,121264 +"190776",30602,80185 +"190777",30602,80190 +"190778",30602,80216 +"190779",30602,96164 +"190780",30602,98946 +"190781",30603,40215 +"190782",30603,88735 +"190783",30603,88743 +"190784",30603,88748 +"190785",30604,96643 +"190786",30605,65803 +"190787",30605,67895 +"190788",30605,96704 +"190789",30606,66680 +"190790",30606,88762 +"190791",30606,88845 +"190792",30607,89104 +"190793",30608,55583 +"190794",30609,32035 +"190795",30609,38639 +"190796",30609,42490 +"190797",30609,46050 +"190798",30609,52801 +"190799",30609,59177 +"190800",30609,60100 +"190801",30609,62781 +"190802",30609,98573 +"190803",30610,33126 +"190804",30610,41116 +"190805",30610,47452 +"190806",30610,48527 +"190807",30610,49488 +"190808",30610,55783 +"190809",30610,60484 +"190810",30610,70647 +"190811",30611,78905 +"190812",30611,80308 +"190813",30611,86973 +"190814",30611,89758 +"190815",30611,89801 +"190816",30611,93631 +"190817",30611,94410 +"190818",30611,101784 +"190819",30612,37094 +"190820",30612,52845 +"190821",30612,53033 +"190822",30612,65481 +"190823",30612,65516 +"190824",30612,113298 +"190825",30613,34874 +"190826",30613,49434 +"190827",30613,49949 +"190828",30613,50022 +"190829",30613,83857 +"190830",30614,30615 +"190831",30614,33826 +"190832",30615,52843 +"190833",30616,73035 +"190834",30617,31545 +"190835",30617,42997 +"190836",30617,51801 +"190837",30617,64595 +"190838",30617,79889 +"190839",30617,79919 +"190840",30617,79920 +"190841",30617,79953 +"190842",30617,79969 +"190843",30618,58113 +"190844",30618,74964 +"190845",30619,33389 +"190846",30619,33440 +"190847",30619,34144 +"190848",30619,38538 +"190849",30619,47314 +"190850",30619,51458 +"190851",30619,51704 +"190852",30619,65004 +"190853",30619,70423 +"190854",30619,88561 +"190855",30619,109355 +"190856",30619,120719 +"190857",30620,97143 +"190858",30621,34577 +"190859",30621,45222 +"190860",30621,69661 +"190861",30621,84293 +"190862",30621,98615 +"190863",30621,111635 +"190864",30622,30665 +"190865",30622,30697 +"190866",30622,66129 +"190867",30622,72129 +"190868",30622,76561 +"190869",30623,44452 +"190870",30623,88649 +"190871",30623,91030 +"190872",30624,100110 +"190873",30624,104525 +"190874",30626,31655 +"190875",30626,38694 +"190876",30626,38786 +"190877",30626,40028 +"190878",30626,41962 +"190879",30626,56082 +"190880",30626,62041 +"190881",30627,31544 +"190882",30627,71128 +"190883",30627,100252 +"190884",30627,104433 +"190885",30628,31080 +"190886",30628,92493 +"190887",30629,30632 +"190888",30629,99437 +"190889",30629,99461 +"190890",30630,30675 +"190891",30631,52095 +"190892",30631,52893 +"190893",30631,66689 +"190894",30631,73199 +"190895",30631,99891 +"190896",30631,113150 +"190897",30632,87071 +"190898",30633,31916 +"190899",30633,49144 +"190900",30634,30691 +"190901",30634,89212 +"190902",30635,30637 +"190903",30636,34314 +"190904",30636,34653 +"190905",30636,40951 +"190906",30636,42188 +"190907",30636,42748 +"190908",30636,44198 +"190909",30636,58221 +"190910",30636,59303 +"190911",30636,59699 +"190912",30636,60085 +"190913",30636,78332 +"190914",30638,43046 +"190915",30638,49396 +"190916",30638,56163 +"190917",30638,59326 +"190918",30638,70988 +"190919",30638,72957 +"190920",30638,75633 +"190921",30638,76012 +"190922",30638,79529 +"190923",30638,80500 +"190924",30638,80978 +"190925",30638,91517 +"190926",30638,94762 +"190927",30638,96513 +"190928",30638,103201 +"190929",30638,103412 +"190930",30638,106280 +"190931",30638,107597 +"190932",30638,107608 +"190933",30639,31939 +"190934",30639,40646 +"190935",30639,43485 +"190936",30639,48435 +"190937",30639,53333 +"190938",30640,37606 +"190939",30640,41209 +"190940",30641,56744 +"190941",30641,76831 +"190942",30641,111807 +"190943",30642,31319 +"190944",30642,31320 +"190945",30642,37050 +"190946",30643,74353 +"190947",30643,75943 +"190948",30644,62753 +"190949",30644,94064 +"190950",30644,103441 +"190951",30644,105670 +"190952",30645,33629 +"190953",30645,37212 +"190954",30645,54466 +"190955",30645,79323 +"190956",30645,93871 +"190957",30646,30647 +"190958",30646,30683 +"190959",30646,34664 +"190960",30646,51825 +"190961",30646,70435 +"190962",30647,30683 +"190963",30647,52277 +"190964",30647,75780 +"190965",30648,31195 +"190966",30648,31691 +"190967",30648,46816 +"190968",30648,85212 +"190969",30648,86129 +"190970",30649,55716 +"190971",30649,94673 +"190972",30650,36097 +"190973",30650,39276 +"190974",30650,40716 +"190975",30650,42659 +"190976",30650,43499 +"190977",30650,44037 +"190978",30650,49392 +"190979",30650,52313 +"190980",30650,54186 +"190981",30650,57147 +"190982",30650,57549 +"190983",30650,60001 +"190984",30650,61957 +"190985",30650,63062 +"190986",30650,63086 +"190987",30650,63087 +"190988",30650,63098 +"190989",30650,63106 +"190990",30650,63118 +"190991",30650,63128 +"190992",30650,63136 +"190993",30650,63137 +"190994",30650,63144 +"190995",30650,70284 +"190996",30650,70444 +"190997",30650,70600 +"190998",30650,103452 +"190999",30651,43657 +"191000",30651,50880 +"191001",30651,55366 +"191002",30651,67913 +"191003",30651,89342 +"191004",30651,99457 +"191005",30651,118525 +"191006",30651,119176 +"191007",30652,43518 +"191008",30652,73302 +"191009",30652,91582 +"191010",30652,100133 +"191011",30652,102593 +"191012",30653,46770 +"191013",30654,37375 +"191014",30655,39167 +"191015",30655,44679 +"191016",30655,57853 +"191017",30655,63314 +"191018",30655,74180 +"191019",30655,88379 +"191020",30655,98407 +"191021",30655,98426 +"191022",30655,98431 +"191023",30655,99620 +"191024",30655,109109 +"191025",30655,113253 +"191026",30655,122700 +"191027",30656,31240 +"191028",30656,57131 +"191029",30656,63321 +"191030",30658,36942 +"191031",30661,40895 +"191032",30661,60044 +"191033",30661,62906 +"191034",30661,70671 +"191035",30661,71674 +"191036",30661,79841 +"191037",30661,91933 +"191038",30662,41339 +"191039",30662,99167 +"191040",30663,71478 +"191041",30663,78502 +"191042",30663,89869 +"191043",30663,101970 +"191044",30664,30682 +"191045",30664,67286 +"191046",30664,79475 +"191047",30664,93183 +"191048",30664,108047 +"191049",30665,30697 +"191050",30665,66129 +"191051",30665,69009 +"191052",30665,72129 +"191053",30665,81537 +"191054",30666,42837 +"191055",30666,69767 +"191056",30667,40538 +"191057",30667,43507 +"191058",30667,72546 +"191059",30668,30669 +"191060",30668,31410 +"191061",30668,31435 +"191062",30668,31449 +"191063",30668,31506 +"191064",30668,37697 +"191065",30668,48757 +"191066",30669,31410 +"191067",30669,31435 +"191068",30669,31449 +"191069",30669,31506 +"191070",30669,36557 +"191071",30669,37652 +"191072",30669,68872 +"191073",30669,87636 +"191074",30672,50946 +"191075",30672,65063 +"191076",30672,73848 +"191077",30672,80396 +"191078",30672,102483 +"191079",30672,104239 +"191080",30673,34314 +"191081",30673,37329 +"191082",30673,56675 +"191083",30673,57528 +"191084",30673,58760 +"191085",30673,79364 +"191086",30673,90845 +"191087",30673,106342 +"191088",30674,73133 +"191089",30674,89042 +"191090",30674,106212 +"191091",30675,42572 +"191092",30675,87871 +"191093",30676,109784 +"191094",30677,30712 +"191095",30678,35766 +"191096",30678,54032 +"191097",30678,71987 +"191098",30678,84186 +"191099",30679,31434 +"191100",30680,42552 +"191101",30680,61379 +"191102",30680,69889 +"191103",30680,69891 +"191104",30680,69919 +"191105",30681,65292 +"191106",30682,75714 +"191107",30682,91686 +"191108",30683,31981 +"191109",30684,55403 +"191110",30684,55771 +"191111",30684,64116 +"191112",30684,109668 +"191113",30686,30693 +"191114",30686,30706 +"191115",30686,34357 +"191116",30686,35493 +"191117",30686,40218 +"191118",30686,50076 +"191119",30686,88160 +"191120",30686,95244 +"191121",30686,95577 +"191122",30687,62992 +"191123",30688,38742 +"191124",30688,70804 +"191125",30688,72325 +"191126",30688,91150 +"191127",30688,99875 +"191128",30688,111213 +"191129",30688,112723 +"191130",30688,117917 +"191131",30690,54835 +"191132",30690,54836 +"191133",30692,82142 +"191134",30693,30706 +"191135",30694,36274 +"191136",30694,40685 +"191137",30694,42859 +"191138",30694,48966 +"191139",30694,51229 +"191140",30694,64803 +"191141",30694,73700 +"191142",30694,77167 +"191143",30694,85643 +"191144",30694,93537 +"191145",30694,119241 +"191146",30694,119271 +"191147",30695,49577 +"191148",30695,61766 +"191149",30696,113409 +"191150",30696,113410 +"191151",30697,31525 +"191152",30697,32190 +"191153",30697,32294 +"191154",30697,42895 +"191155",30697,52231 +"191156",30697,76561 +"191157",30697,76863 +"191158",30698,30708 +"191159",30698,55438 +"191160",30698,65958 +"191161",30698,65977 +"191162",30699,48664 +"191163",30699,59210 +"191164",30699,70463 +"191165",30699,92127 +"191166",30699,121313 +"191167",30700,34154 +"191168",30700,41382 +"191169",30701,60035 +"191170",30701,81591 +"191171",30701,87410 +"191172",30702,74874 +"191173",30702,95775 +"191174",30703,97695 +"191175",30704,32759 +"191176",30704,33339 +"191177",30704,38230 +"191178",30704,44862 +"191179",30704,46725 +"191180",30704,59204 +"191181",30704,108407 +"191182",30704,119967 +"191183",30707,66783 +"191184",30708,41660 +"191185",30709,47017 +"191186",30709,54350 +"191187",30709,54439 +"191188",30709,66746 +"191189",30710,30711 +"191190",30710,38204 +"191191",30710,39627 +"191192",30710,52011 +"191193",30710,53502 +"191194",30710,56455 +"191195",30710,64630 +"191196",30710,68803 +"191197",30710,87480 +"191198",30710,92144 +"191199",30711,100796 +"191200",30712,32765 +"191201",30713,31194 +"191202",30714,31273 +"191203",30714,32357 +"191204",30714,53377 +"191205",30714,114198 +"191206",30715,96609 +"191207",30716,47260 +"191208",30717,120060 +"191209",30717,120134 +"191210",30718,30728 +"191211",30718,31990 +"191212",30718,35106 +"191213",30718,37786 +"191214",30718,37801 +"191215",30718,40575 +"191216",30718,44294 +"191217",30718,44307 +"191218",30718,44312 +"191219",30718,44388 +"191220",30718,44408 +"191221",30718,44421 +"191222",30718,44479 +"191223",30718,44505 +"191224",30718,44507 +"191225",30719,48222 +"191226",30720,84025 +"191227",30720,85149 +"191228",30721,30874 +"191229",30721,34033 +"191230",30721,34831 +"191231",30721,36187 +"191232",30721,42529 +"191233",30721,46668 +"191234",30721,68823 +"191235",30721,73553 +"191236",30721,78890 +"191237",30721,95106 +"191238",30721,96259 +"191239",30721,108970 +"191240",30721,109978 +"191241",30723,30776 +"191242",30724,112087 +"191243",30726,85039 +"191244",30727,30840 +"191245",30728,31990 +"191246",30728,37786 +"191247",30728,37801 +"191248",30728,44294 +"191249",30728,44307 +"191250",30728,44312 +"191251",30728,44388 +"191252",30728,44408 +"191253",30728,44421 +"191254",30728,44479 +"191255",30728,44505 +"191256",30728,44507 +"191257",30728,65054 +"191258",30729,39107 +"191259",30729,96910 +"191260",30729,103740 +"191261",30729,112786 +"191262",30730,30789 +"191263",30730,55535 +"191264",30730,55892 +"191265",30730,81289 +"191266",30730,91755 +"191267",30730,100928 +"191268",30731,42217 +"191269",30731,44864 +"191270",30731,50032 +"191271",30731,57090 +"191272",30731,73891 +"191273",30731,74165 +"191274",30731,81807 +"191275",30731,90364 +"191276",30731,92199 +"191277",30731,99214 +"191278",30731,113364 +"191279",30733,30781 +"191280",30733,30982 +"191281",30733,31035 +"191282",30733,96457 +"191283",30734,30886 +"191284",30734,37342 +"191285",30734,45673 +"191286",30734,55546 +"191287",30734,57394 +"191288",30735,40285 +"191289",30735,51001 +"191290",30735,93903 +"191291",30736,30748 +"191292",30736,30792 +"191293",30736,30851 +"191294",30736,48601 +"191295",30737,40589 +"191296",30737,52587 +"191297",30737,52735 +"191298",30737,71911 +"191299",30737,73862 +"191300",30738,86354 +"191301",30738,116220 +"191302",30739,58282 +"191303",30739,86500 +"191304",30740,42838 +"191305",30740,42949 +"191306",30741,30833 +"191307",30742,33565 +"191308",30742,65089 +"191309",30743,114742 +"191310",30744,30797 +"191311",30744,30799 +"191312",30744,107552 +"191313",30746,90886 +"191314",30746,110663 +"191315",30747,30803 +"191316",30747,30849 +"191317",30747,32001 +"191318",30748,30792 +"191319",30748,30851 +"191320",30749,45343 +"191321",30749,51410 +"191322",30749,51654 +"191323",30749,53399 +"191324",30749,62217 +"191325",30749,62708 +"191326",30749,88049 +"191327",30749,94850 +"191328",30749,105301 +"191329",30749,120032 +"191330",30749,121010 +"191331",30749,123223 +"191332",30749,123230 +"191333",30750,30987 +"191334",30751,62736 +"191335",30751,67150 +"191336",30751,74191 +"191337",30751,85950 +"191338",30752,48795 +"191339",30752,76225 +"191340",30752,89243 +"191341",30752,107932 +"191342",30753,30754 +"191343",30753,112940 +"191344",30754,50187 +"191345",30754,91597 +"191346",30755,66734 +"191347",30755,66754 +"191348",30755,66755 +"191349",30755,66767 +"191350",30755,98994 +"191351",30756,36346 +"191352",30756,61314 +"191353",30756,111693 +"191354",30756,113000 +"191355",30757,31326 +"191356",30757,35183 +"191357",30757,41297 +"191358",30757,49077 +"191359",30757,49079 +"191360",30757,51287 +"191361",30757,54477 +"191362",30757,56200 +"191363",30757,68335 +"191364",30757,81329 +"191365",30757,82088 +"191366",30757,83976 +"191367",30757,88865 +"191368",30757,94220 +"191369",30758,31367 +"191370",30758,47364 +"191371",30758,48955 +"191372",30758,53739 +"191373",30758,59975 +"191374",30759,53748 +"191375",30759,79724 +"191376",30759,81310 +"191377",30759,90658 +"191378",30759,99222 +"191379",30759,108845 +"191380",30760,30815 +"191381",30760,37100 +"191382",30761,63513 +"191383",30761,71463 +"191384",30762,46158 +"191385",30763,31002 +"191386",30763,35459 +"191387",30763,37934 +"191388",30763,43479 +"191389",30763,47569 +"191390",30763,50403 +"191391",30763,60385 +"191392",30763,73016 +"191393",30763,77506 +"191394",30763,83855 +"191395",30763,87720 +"191396",30763,102221 +"191397",30763,111405 +"191398",30764,34605 +"191399",30764,56606 +"191400",30765,70138 +"191401",30767,38532 +"191402",30767,64597 +"191403",30769,35001 +"191404",30769,36078 +"191405",30769,53128 +"191406",30769,63917 +"191407",30769,65697 +"191408",30769,76809 +"191409",30769,86079 +"191410",30770,30773 +"191411",30770,30924 +"191412",30770,56416 +"191413",30770,59975 +"191414",30771,30772 +"191415",30771,30861 +"191416",30772,30861 +"191417",30773,30924 +"191418",30773,40169 +"191419",30774,30926 +"191420",30774,33236 +"191421",30774,59234 +"191422",30777,44387 +"191423",30777,49017 +"191424",30777,70688 +"191425",30777,70733 +"191426",30778,30952 +"191427",30778,50722 +"191428",30779,49833 +"191429",30779,73841 +"191430",30779,83153 +"191431",30780,73933 +"191432",30780,74471 +"191433",30781,40202 +"191434",30782,41412 +"191435",30784,89688 +"191436",30784,89732 +"191437",30784,118325 +"191438",30785,80126 +"191439",30785,86076 +"191440",30786,30787 +"191441",30786,60208 +"191442",30786,69565 +"191443",30786,78454 +"191444",30786,82309 +"191445",30786,91275 +"191446",30786,93114 +"191447",30787,81818 +"191448",30787,84708 +"191449",30789,55535 +"191450",30789,60229 +"191451",30789,81289 +"191452",30789,91698 +"191453",30789,91755 +"191454",30790,31156 +"191455",30790,33513 +"191456",30790,37531 +"191457",30790,40466 +"191458",30790,41812 +"191459",30790,43119 +"191460",30790,65212 +"191461",30790,85008 +"191462",30791,50918 +"191463",30791,69363 +"191464",30792,30851 +"191465",30793,37853 +"191466",30793,38206 +"191467",30793,38291 +"191468",30793,38338 +"191469",30794,41252 +"191470",30794,57169 +"191471",30794,81499 +"191472",30794,100260 +"191473",30795,39068 +"191474",30795,39076 +"191475",30795,42524 +"191476",30795,52559 +"191477",30795,54609 +"191478",30795,69754 +"191479",30795,77409 +"191480",30795,88906 +"191481",30795,89819 +"191482",30795,89997 +"191483",30795,108547 +"191484",30796,41113 +"191485",30796,60349 +"191486",30797,30799 +"191487",30798,55298 +"191488",30798,61242 +"191489",30798,63374 +"191490",30798,73168 +"191491",30798,76075 +"191492",30798,83218 +"191493",30799,35413 +"191494",30801,67484 +"191495",30802,32392 +"191496",30802,39546 +"191497",30802,40490 +"191498",30802,41699 +"191499",30802,42149 +"191500",30802,43443 +"191501",30802,47492 +"191502",30802,47984 +"191503",30802,55570 +"191504",30802,66428 +"191505",30802,67963 +"191506",30803,30849 +"191507",30803,31341 +"191508",30803,31478 +"191509",30803,38433 +"191510",30803,49483 +"191511",30803,49548 +"191512",30803,65679 +"191513",30803,70382 +"191514",30803,76275 +"191515",30803,93543 +"191516",30803,93603 +"191517",30804,41421 +"191518",30804,45102 +"191519",30804,50550 +"191520",30804,70348 +"191521",30804,93609 +"191522",30805,30897 +"191523",30805,50306 +"191524",30805,57275 +"191525",30805,102323 +"191526",30805,102335 +"191527",30806,62633 +"191528",30806,116753 +"191529",30807,33781 +"191530",30807,35902 +"191531",30807,54938 +"191532",30807,54975 +"191533",30808,74316 +"191534",30809,37711 +"191535",30809,75393 +"191536",30809,102911 +"191537",30810,35605 +"191538",30810,43258 +"191539",30810,77919 +"191540",30810,99420 +"191541",30811,33363 +"191542",30811,39340 +"191543",30811,56087 +"191544",30811,64403 +"191545",30811,67913 +"191546",30811,71089 +"191547",30811,78844 +"191548",30811,78845 +"191549",30811,78846 +"191550",30811,80412 +"191551",30811,87184 +"191552",30811,87207 +"191553",30811,87232 +"191554",30811,111970 +"191555",30811,112860 +"191556",30812,42845 +"191557",30812,54559 +"191558",30813,73628 +"191559",30814,32595 +"191560",30814,42677 +"191561",30814,85936 +"191562",30814,107227 +"191563",30815,46661 +"191564",30815,52994 +"191565",30815,58111 +"191566",30815,61478 +"191567",30816,30830 +"191568",30816,75774 +"191569",30817,50121 +"191570",30817,51299 +"191571",30817,90802 +"191572",30817,105616 +"191573",30818,36755 +"191574",30819,45013 +"191575",30819,74512 +"191576",30819,82971 +"191577",30819,93442 +"191578",30819,93480 +"191579",30820,31697 +"191580",30820,75491 +"191581",30821,39169 +"191582",30821,63195 +"191583",30821,95458 +"191584",30821,118295 +"191585",30821,118722 +"191586",30821,118723 +"191587",30823,62714 +"191588",30823,113343 +"191589",30824,32141 +"191590",30826,32141 +"191591",30827,30850 +"191592",30827,40146 +"191593",30827,42216 +"191594",30827,46023 +"191595",30827,46717 +"191596",30827,55084 +"191597",30827,103113 +"191598",30828,42804 +"191599",30828,49237 +"191600",30829,33188 +"191601",30829,67971 +"191602",30829,95479 +"191603",30830,33094 +"191604",30830,34055 +"191605",30830,34072 +"191606",30830,34121 +"191607",30830,44176 +"191608",30830,48248 +"191609",30831,97076 +"191610",30832,83832 +"191611",30834,30862 +"191612",30834,85702 +"191613",30835,38885 +"191614",30835,44156 +"191615",30835,47197 +"191616",30835,47931 +"191617",30835,59573 +"191618",30835,60472 +"191619",30836,48965 +"191620",30837,43973 +"191621",30837,68516 +"191622",30837,98880 +"191623",30838,31669 +"191624",30838,68022 +"191625",30838,71007 +"191626",30838,71042 +"191627",30838,73667 +"191628",30838,83897 +"191629",30838,86679 +"191630",30838,93496 +"191631",30838,100266 +"191632",30838,100489 +"191633",30838,101593 +"191634",30838,107871 +"191635",30838,123005 +"191636",30839,31420 +"191637",30839,74631 +"191638",30839,76845 +"191639",30841,39369 +"191640",30842,31176 +"191641",30842,43856 +"191642",30842,82546 +"191643",30844,42644 +"191644",30845,54375 +"191645",30845,115038 +"191646",30846,32674 +"191647",30846,39177 +"191648",30846,63887 +"191649",30847,40309 +"191650",30847,60808 +"191651",30847,61167 +"191652",30847,65934 +"191653",30849,32265 +"191654",30849,39092 +"191655",30849,59660 +"191656",30850,43404 +"191657",30850,44021 +"191658",30850,55084 +"191659",30850,56026 +"191660",30850,75692 +"191661",30850,88063 +"191662",30850,88070 +"191663",30851,48601 +"191664",30852,37246 +"191665",30852,53920 +"191666",30852,62116 +"191667",30852,63326 +"191668",30853,30915 +"191669",30853,41899 +"191670",30853,63998 +"191671",30853,114282 +"191672",30854,57631 +"191673",30854,62690 +"191674",30854,70341 +"191675",30854,73201 +"191676",30854,87752 +"191677",30854,93373 +"191678",30854,94025 +"191679",30854,110996 +"191680",30855,46726 +"191681",30855,48068 +"191682",30855,61058 +"191683",30856,111049 +"191684",30856,122239 +"191685",30857,117064 +"191686",30858,31986 +"191687",30858,33811 +"191688",30858,38896 +"191689",30858,44817 +"191690",30858,46083 +"191691",30858,54603 +"191692",30859,115014 +"191693",30860,32765 +"191694",30860,46951 +"191695",30860,48667 +"191696",30860,54270 +"191697",30860,68628 +"191698",30863,30892 +"191699",30863,31377 +"191700",30863,38935 +"191701",30863,40452 +"191702",30863,98921 +"191703",30863,99134 +"191704",30863,114779 +"191705",30864,78277 +"191706",30864,120321 +"191707",30865,32340 +"191708",30865,38100 +"191709",30865,41960 +"191710",30865,42200 +"191711",30865,51075 +"191712",30865,62505 +"191713",30865,64146 +"191714",30865,69286 +"191715",30865,75282 +"191716",30865,75484 +"191717",30865,83729 +"191718",30865,92904 +"191719",30865,95204 +"191720",30865,109634 +"191721",30865,118254 +"191722",30866,31700 +"191723",30866,32109 +"191724",30866,32361 +"191725",30866,32988 +"191726",30866,33275 +"191727",30866,33883 +"191728",30866,36286 +"191729",30866,36767 +"191730",30866,37937 +"191731",30866,40419 +"191732",30866,42608 +"191733",30866,44180 +"191734",30866,45818 +"191735",30866,51427 +"191736",30866,51476 +"191737",30866,51892 +"191738",30866,52838 +"191739",30866,53755 +"191740",30866,54168 +"191741",30866,57210 +"191742",30866,58482 +"191743",30866,59172 +"191744",30866,59816 +"191745",30866,61191 +"191746",30866,61874 +"191747",30866,63274 +"191748",30866,66322 +"191749",30866,67327 +"191750",30866,70854 +"191751",30866,71683 +"191752",30866,72568 +"191753",30866,72628 +"191754",30866,73767 +"191755",30866,75543 +"191756",30866,77565 +"191757",30866,78246 +"191758",30866,78532 +"191759",30866,81609 +"191760",30866,82771 +"191761",30866,85885 +"191762",30866,91255 +"191763",30866,92247 +"191764",30866,92352 +"191765",30866,92362 +"191766",30866,92929 +"191767",30866,93719 +"191768",30866,94906 +"191769",30866,94946 +"191770",30866,95889 +"191771",30866,96093 +"191772",30866,97988 +"191773",30866,99309 +"191774",30866,99376 +"191775",30866,99450 +"191776",30866,99471 +"191777",30866,99474 +"191778",30866,100916 +"191779",30866,100944 +"191780",30866,101126 +"191781",30866,101329 +"191782",30866,105557 +"191783",30866,107199 +"191784",30866,108743 +"191785",30866,108980 +"191786",30866,109291 +"191787",30866,109933 +"191788",30866,110483 +"191789",30866,110567 +"191790",30866,110572 +"191791",30866,110630 +"191792",30866,110648 +"191793",30866,110711 +"191794",30866,110770 +"191795",30866,110869 +"191796",30866,110911 +"191797",30866,111285 +"191798",30866,111314 +"191799",30866,111362 +"191800",30866,111372 +"191801",30866,111424 +"191802",30866,111433 +"191803",30866,112422 +"191804",30866,113269 +"191805",30866,113430 +"191806",30866,113502 +"191807",30866,114242 +"191808",30866,114842 +"191809",30866,115427 +"191810",30866,115521 +"191811",30866,115711 +"191812",30867,30988 +"191813",30867,34402 +"191814",30867,57536 +"191815",30867,99130 +"191816",30867,99183 +"191817",30868,32807 +"191818",30868,36324 +"191819",30868,85931 +"191820",30868,90035 +"191821",30868,92744 +"191822",30868,93114 +"191823",30868,96072 +"191824",30868,105408 +"191825",30868,105446 +"191826",30869,41283 +"191827",30869,51462 +"191828",30869,91275 +"191829",30869,104398 +"191830",30869,115954 +"191831",30870,32835 +"191832",30870,39386 +"191833",30871,67304 +"191834",30871,76551 +"191835",30871,123321 +"191836",30872,80982 +"191837",30873,60118 +"191838",30874,36105 +"191839",30874,56147 +"191840",30874,94106 +"191841",30874,111913 +"191842",30874,111914 +"191843",30874,111955 +"191844",30875,32569 +"191845",30876,32393 +"191846",30876,32939 +"191847",30876,33113 +"191848",30876,38494 +"191849",30876,38932 +"191850",30876,40643 +"191851",30876,42017 +"191852",30876,42107 +"191853",30876,45787 +"191854",30876,47083 +"191855",30876,47959 +"191856",30876,49231 +"191857",30876,50061 +"191858",30876,52450 +"191859",30876,54059 +"191860",30876,55370 +"191861",30876,57804 +"191862",30876,59615 +"191863",30876,59940 +"191864",30876,67363 +"191865",30876,71230 +"191866",30876,76278 +"191867",30876,76740 +"191868",30876,76786 +"191869",30876,77272 +"191870",30876,77357 +"191871",30876,77402 +"191872",30876,78248 +"191873",30876,78255 +"191874",30876,78339 +"191875",30876,78445 +"191876",30876,79022 +"191877",30876,79716 +"191878",30876,79989 +"191879",30876,80281 +"191880",30876,81728 +"191881",30876,82196 +"191882",30876,82383 +"191883",30876,82810 +"191884",30876,82854 +"191885",30876,83853 +"191886",30876,83884 +"191887",30876,84379 +"191888",30876,84613 +"191889",30876,85465 +"191890",30876,85610 +"191891",30876,86351 +"191892",30876,86451 +"191893",30876,86882 +"191894",30876,87175 +"191895",30876,87451 +"191896",30876,87521 +"191897",30876,87572 +"191898",30876,87663 +"191899",30876,87721 +"191900",30876,87862 +"191901",30876,111956 +"191902",30877,109936 +"191903",30878,64361 +"191904",30878,68837 +"191905",30879,35575 +"191906",30879,89765 +"191907",30879,106487 +"191908",30880,37146 +"191909",30880,50480 +"191910",30880,59643 +"191911",30881,37346 +"191912",30881,38586 +"191913",30881,40551 +"191914",30881,50057 +"191915",30881,50901 +"191916",30881,51968 +"191917",30881,59805 +"191918",30881,61569 +"191919",30881,62878 +"191920",30881,63548 +"191921",30881,65670 +"191922",30881,67477 +"191923",30881,69572 +"191924",30881,69629 +"191925",30881,78181 +"191926",30881,82158 +"191927",30881,85209 +"191928",30881,86424 +"191929",30881,88716 +"191930",30881,88764 +"191931",30881,90824 +"191932",30881,91192 +"191933",30881,91563 +"191934",30881,92017 +"191935",30881,93398 +"191936",30881,97001 +"191937",30881,100207 +"191938",30881,100659 +"191939",30881,102339 +"191940",30881,108190 +"191941",30882,40619 +"191942",30882,62437 +"191943",30883,31413 +"191944",30883,40883 +"191945",30883,43708 +"191946",30883,46104 +"191947",30883,50487 +"191948",30883,51874 +"191949",30883,62820 +"191950",30883,77506 +"191951",30883,84475 +"191952",30883,86043 +"191953",30883,88863 +"191954",30883,90562 +"191955",30883,92570 +"191956",30883,92736 +"191957",30883,102008 +"191958",30883,102022 +"191959",30883,104898 +"191960",30883,105421 +"191961",30884,34353 +"191962",30885,58733 +"191963",30886,33684 +"191964",30886,33985 +"191965",30886,43120 +"191966",30886,47352 +"191967",30886,49112 +"191968",30886,63051 +"191969",30886,65531 +"191970",30888,36050 +"191971",30888,43698 +"191972",30888,48744 +"191973",30888,52603 +"191974",30888,62985 +"191975",30888,75371 +"191976",30888,81343 +"191977",30888,99731 +"191978",30888,101323 +"191979",30888,102845 +"191980",30888,104957 +"191981",30888,109815 +"191982",30888,111066 +"191983",30888,113278 +"191984",30888,113314 +"191985",30888,114723 +"191986",30888,116644 +"191987",30888,117804 +"191988",30888,121414 +"191989",30888,122345 +"191990",30888,122353 +"191991",30888,122358 +"191992",30888,122360 +"191993",30888,122366 +"191994",30888,122367 +"191995",30888,122376 +"191996",30888,122383 +"191997",30888,122393 +"191998",30888,122394 +"191999",30888,122398 +"192000",30888,122402 +"192001",30888,122403 +"192002",30888,122409 +"192003",30888,122412 +"192004",30888,122414 +"192005",30888,122415 +"192006",30888,122417 +"192007",30888,122418 +"192008",30888,122421 +"192009",30888,122422 +"192010",30888,122437 +"192011",30888,122438 +"192012",30888,122440 +"192013",30888,123424 +"192014",30889,70029 +"192015",30889,71028 +"192016",30890,40565 +"192017",30890,73661 +"192018",30890,83218 +"192019",30890,87003 +"192020",30891,31606 +"192021",30891,31827 +"192022",30891,32531 +"192023",30891,33413 +"192024",30891,34199 +"192025",30891,34292 +"192026",30891,34320 +"192027",30891,34339 +"192028",30891,35547 +"192029",30891,35548 +"192030",30891,37782 +"192031",30891,39553 +"192032",30891,39581 +"192033",30891,44384 +"192034",30891,46498 +"192035",30891,46664 +"192036",30891,50887 +"192037",30891,57671 +"192038",30891,58829 +"192039",30891,65070 +"192040",30891,65818 +"192041",30891,73685 +"192042",30891,74256 +"192043",30891,76184 +"192044",30891,78815 +"192045",30891,90063 +"192046",30891,90066 +"192047",30891,91097 +"192048",30891,91734 +"192049",30891,117141 +"192050",30891,117142 +"192051",30891,118591 +"192052",30891,119921 +"192053",30891,120546 +"192054",30891,120579 +"192055",30892,41114 +"192056",30893,31333 +"192057",30893,31952 +"192058",30893,47331 +"192059",30893,65774 +"192060",30893,78653 +"192061",30893,86113 +"192062",30893,106144 +"192063",30895,67365 +"192064",30897,105938 +"192065",30897,108659 +"192066",30898,31651 +"192067",30898,37893 +"192068",30898,43518 +"192069",30898,50121 +"192070",30898,52635 +"192071",30898,55543 +"192072",30898,63523 +"192073",30898,89274 +"192074",30898,113123 +"192075",30898,120309 +"192076",30899,32123 +"192077",30899,37398 +"192078",30899,59506 +"192079",30899,63959 +"192080",30899,106812 +"192081",30900,31010 +"192082",30900,31034 +"192083",30900,35235 +"192084",30900,36798 +"192085",30900,36807 +"192086",30900,39411 +"192087",30900,54376 +"192088",30900,57669 +"192089",30900,61388 +"192090",30900,69786 +"192091",30900,71006 +"192092",30901,102667 +"192093",30902,61284 +"192094",30902,61285 +"192095",30903,53001 +"192096",30903,68748 +"192097",30904,31074 +"192098",30905,30906 +"192099",30905,31063 +"192100",30905,31116 +"192101",30906,31063 +"192102",30906,31116 +"192103",30906,33831 +"192104",30906,49614 +"192105",30906,54680 +"192106",30906,54840 +"192107",30906,58456 +"192108",30907,37368 +"192109",30907,49621 +"192110",30907,57446 +"192111",30907,75891 +"192112",30907,78305 +"192113",30907,91544 +"192114",30907,95750 +"192115",30907,99044 +"192116",30907,99220 +"192117",30907,100967 +"192118",30907,101037 +"192119",30907,119372 +"192120",30908,34904 +"192121",30908,107085 +"192122",30909,30910 +"192123",30909,50514 +"192124",30909,86116 +"192125",30911,49284 +"192126",30912,97976 +"192127",30912,105999 +"192128",30913,70828 +"192129",30913,75309 +"192130",30914,103040 +"192131",30914,108225 +"192132",30915,73294 +"192133",30915,107542 +"192134",30915,110757 +"192135",30916,57657 +"192136",30916,73854 +"192137",30916,77326 +"192138",30916,96209 +"192139",30918,33990 +"192140",30918,46388 +"192141",30918,67902 +"192142",30918,73283 +"192143",30918,82923 +"192144",30919,38775 +"192145",30919,39444 +"192146",30919,39853 +"192147",30919,55556 +"192148",30920,107246 +"192149",30921,56737 +"192150",30921,57072 +"192151",30921,78544 +"192152",30922,85374 +"192153",30922,108580 +"192154",30922,110814 +"192155",30922,112533 +"192156",30923,32002 +"192157",30923,34570 +"192158",30923,36843 +"192159",30923,37302 +"192160",30923,37356 +"192161",30923,37357 +"192162",30923,47941 +"192163",30923,47962 +"192164",30923,48045 +"192165",30923,52854 +"192166",30923,53750 +"192167",30923,54819 +"192168",30923,57197 +"192169",30923,60521 +"192170",30923,60527 +"192171",30924,33787 +"192172",30924,36671 +"192173",30924,40169 +"192174",30924,45766 +"192175",30924,55824 +"192176",30924,76143 +"192177",30925,92247 +"192178",30926,33925 +"192179",30926,34225 +"192180",30926,49241 +"192181",30926,51736 +"192182",30926,55117 +"192183",30926,60758 +"192184",30926,65938 +"192185",30926,69646 +"192186",30926,72358 +"192187",30926,76186 +"192188",30926,78842 +"192189",30926,104207 +"192190",30926,108432 +"192191",30926,109905 +"192192",30926,111203 +"192193",30927,65493 +"192194",30927,106209 +"192195",30927,106213 +"192196",30929,33543 +"192197",30929,119033 +"192198",30930,69941 +"192199",30930,83436 +"192200",30930,88338 +"192201",30930,89414 +"192202",30930,110834 +"192203",30931,44364 +"192204",30931,50312 +"192205",30931,67190 +"192206",30932,30933 +"192207",30932,31039 +"192208",30932,31040 +"192209",30933,31039 +"192210",30933,31040 +"192211",30934,35616 +"192212",30934,74520 +"192213",30934,76803 +"192214",30934,82228 +"192215",30935,30995 +"192216",30935,40851 +"192217",30935,91649 +"192218",30935,103321 +"192219",30937,32992 +"192220",30937,34799 +"192221",30937,45843 +"192222",30937,62984 +"192223",30937,83048 +"192224",30937,92399 +"192225",30937,103388 +"192226",30937,110310 +"192227",30937,121654 +"192228",30938,31444 +"192229",30938,50603 +"192230",30938,66160 +"192231",30940,85406 +"192232",30940,99075 +"192233",30940,109535 +"192234",30940,112064 +"192235",30941,81526 +"192236",30941,92424 +"192237",30941,102082 +"192238",30942,38523 +"192239",30942,50170 +"192240",30942,55827 +"192241",30942,76469 +"192242",30943,30944 +"192243",30943,51513 +"192244",30943,52001 +"192245",30943,52031 +"192246",30943,59056 +"192247",30944,31781 +"192248",30944,44557 +"192249",30944,59056 +"192250",30945,31129 +"192251",30945,88742 +"192252",30945,92327 +"192253",30945,94938 +"192254",30945,113974 +"192255",30946,31061 +"192256",30946,31085 +"192257",30946,34526 +"192258",30946,43105 +"192259",30946,57977 +"192260",30946,68280 +"192261",30946,87796 +"192262",30946,101970 +"192263",30946,102050 +"192264",30946,103004 +"192265",30946,111195 +"192266",30946,113783 +"192267",30947,31033 +"192268",30948,52967 +"192269",30948,52978 +"192270",30949,30952 +"192271",30949,80748 +"192272",30949,82108 +"192273",30950,85471 +"192274",30951,31097 +"192275",30951,31934 +"192276",30951,38991 +"192277",30951,88370 +"192278",30951,98424 +"192279",30953,73499 +"192280",30953,91028 +"192281",30953,114613 +"192282",30954,39100 +"192283",30954,46504 +"192284",30954,71745 +"192285",30954,100068 +"192286",30954,105060 +"192287",30954,105728 +"192288",30954,107421 +"192289",30954,111406 +"192290",30954,113633 +"192291",30954,116653 +"192292",30955,31024 +"192293",30955,31059 +"192294",30955,31124 +"192295",30955,71269 +"192296",30955,75496 +"192297",30955,75499 +"192298",30955,75568 +"192299",30955,79744 +"192300",30955,80676 +"192301",30955,80818 +"192302",30955,81689 +"192303",30955,101726 +"192304",30956,33337 +"192305",30956,57077 +"192306",30957,31048 +"192307",30957,31051 +"192308",30957,31114 +"192309",30958,33879 +"192310",30958,36660 +"192311",30958,41172 +"192312",30958,61809 +"192313",30958,65685 +"192314",30959,84118 +"192315",30959,94405 +"192316",30959,94409 +"192317",30959,103378 +"192318",30959,113014 +"192319",30960,73653 +"192320",30960,78185 +"192321",30960,98873 +"192322",30960,108903 +"192323",30960,123243 +"192324",30961,33113 +"192325",30961,34425 +"192326",30961,48814 +"192327",30961,72172 +"192328",30962,59939 +"192329",30962,79082 +"192330",30962,91912 +"192331",30963,62589 +"192332",30963,84497 +"192333",30964,30975 +"192334",30964,31144 +"192335",30964,119933 +"192336",30965,31137 +"192337",30966,52648 +"192338",30967,34682 +"192339",30967,42258 +"192340",30968,32745 +"192341",30968,42008 +"192342",30968,43447 +"192343",30968,52887 +"192344",30968,82272 +"192345",30968,102800 +"192346",30969,35997 +"192347",30969,49703 +"192348",30969,65800 +"192349",30969,93531 +"192350",30969,102004 +"192351",30969,103056 +"192352",30970,32249 +"192353",30970,32913 +"192354",30970,36082 +"192355",30970,48225 +"192356",30970,57281 +"192357",30970,66222 +"192358",30970,66223 +"192359",30970,66263 +"192360",30970,66312 +"192361",30970,66353 +"192362",30971,41113 +"192363",30971,48557 +"192364",30971,55811 +"192365",30971,62150 +"192366",30971,65787 +"192367",30973,31041 +"192368",30973,33770 +"192369",30973,36062 +"192370",30974,31969 +"192371",30974,36344 +"192372",30974,39495 +"192373",30974,51100 +"192374",30974,54334 +"192375",30974,59921 +"192376",30974,60531 +"192377",30974,62298 +"192378",30974,102426 +"192379",30974,108196 +"192380",30974,112400 +"192381",30975,31144 +"192382",30975,105199 +"192383",30976,37307 +"192384",30976,37769 +"192385",30976,53193 +"192386",30976,66376 +"192387",30976,71621 +"192388",30976,82593 +"192389",30976,82848 +"192390",30976,90884 +"192391",30976,95740 +"192392",30976,115878 +"192393",30977,67155 +"192394",30979,69182 +"192395",30979,76147 +"192396",30979,98863 +"192397",30979,99698 +"192398",30980,38181 +"192399",30980,39278 +"192400",30981,36147 +"192401",30981,36194 +"192402",30981,36224 +"192403",30981,43594 +"192404",30981,45338 +"192405",30981,45414 +"192406",30981,53462 +"192407",30981,102417 +"192408",30982,31035 +"192409",30983,34276 +"192410",30983,54558 +"192411",30983,75897 +"192412",30983,91033 +"192413",30984,44113 +"192414",30985,103711 +"192415",30986,55579 +"192416",30986,58412 +"192417",30987,81598 +"192418",30988,31759 +"192419",30989,32790 +"192420",30989,34709 +"192421",30989,39207 +"192422",30989,40405 +"192423",30989,60600 +"192424",30989,64264 +"192425",30989,67032 +"192426",30990,31049 +"192427",30990,73264 +"192428",30990,93673 +"192429",30990,95007 +"192430",30990,95060 +"192431",30990,98931 +"192432",30992,48215 +"192433",30992,72335 +"192434",30992,85195 +"192435",30992,88363 +"192436",30992,88553 +"192437",30992,91702 +"192438",30992,99162 +"192439",30992,99815 +"192440",30992,103343 +"192441",30992,107792 +"192442",30992,109929 +"192443",30992,120550 +"192444",30992,121225 +"192445",30993,33938 +"192446",30993,34415 +"192447",30993,34938 +"192448",30993,38802 +"192449",30993,42733 +"192450",30993,42744 +"192451",30993,42910 +"192452",30993,42911 +"192453",30993,43937 +"192454",30993,47367 +"192455",30993,56060 +"192456",30993,61274 +"192457",30994,31777 +"192458",30994,67198 +"192459",30994,81841 +"192460",30995,41446 +"192461",30995,46532 +"192462",30995,73348 +"192463",30995,81600 +"192464",30995,102672 +"192465",30995,110709 +"192466",30995,122321 +"192467",30996,52634 +"192468",30996,60228 +"192469",30996,115953 +"192470",30997,46894 +"192471",30998,31095 +"192472",30998,31096 +"192473",30998,77013 +"192474",30999,45976 +"192475",31000,80649 +"192476",31000,88860 +"192477",31001,41746 +"192478",31001,42364 +"192479",31001,63200 +"192480",31001,101567 +"192481",31001,105497 +"192482",31003,34368 +"192483",31003,40468 +"192484",31003,48602 +"192485",31003,69636 +"192486",31003,91279 +"192487",31003,112435 +"192488",31004,31012 +"192489",31004,91746 +"192490",31005,46141 +"192491",31007,93416 +"192492",31007,96236 +"192493",31007,110075 +"192494",31009,89660 +"192495",31009,107757 +"192496",31010,31034 +"192497",31010,32796 +"192498",31010,60180 +"192499",31011,33014 +"192500",31011,36470 +"192501",31011,38138 +"192502",31011,38648 +"192503",31011,50208 +"192504",31011,61288 +"192505",31011,73374 +"192506",31011,88627 +"192507",31011,99601 +"192508",31011,102322 +"192509",31011,102337 +"192510",31014,40406 +"192511",31014,51092 +"192512",31014,104001 +"192513",31015,55995 +"192514",31015,59487 +"192515",31015,69551 +"192516",31015,109736 +"192517",31015,109740 +"192518",31016,59320 +"192519",31016,82106 +"192520",31016,82126 +"192521",31017,62093 +"192522",31017,68932 +"192523",31018,33135 +"192524",31018,44094 +"192525",31019,40009 +"192526",31020,38037 +"192527",31020,38557 +"192528",31020,56110 +"192529",31020,68363 +"192530",31021,42737 +"192531",31021,49415 +"192532",31021,51499 +"192533",31021,54416 +"192534",31021,69517 +"192535",31021,89473 +"192536",31021,113594 +"192537",31021,114270 +"192538",31023,31032 +"192539",31024,31059 +"192540",31024,31124 +"192541",31026,31628 +"192542",31027,59449 +"192543",31027,59668 +"192544",31028,39105 +"192545",31028,46875 +"192546",31028,49747 +"192547",31028,55775 +"192548",31028,56887 +"192549",31028,58053 +"192550",31028,67323 +"192551",31028,70975 +"192552",31030,31142 +"192553",31031,31052 +"192554",31031,69383 +"192555",31031,76359 +"192556",31032,123408 +"192557",31033,32365 +"192558",31033,101554 +"192559",31034,32796 +"192560",31034,35428 +"192561",31034,36798 +"192562",31034,36807 +"192563",31034,39411 +"192564",31034,43170 +"192565",31034,44704 +"192566",31035,33220 +"192567",31035,50678 +"192568",31035,58055 +"192569",31035,59569 +"192570",31035,68829 +"192571",31035,69626 +"192572",31035,70824 +"192573",31035,74562 +"192574",31036,41055 +"192575",31036,50490 +"192576",31036,55673 +"192577",31036,71405 +"192578",31036,90703 +"192579",31036,91389 +"192580",31036,95235 +"192581",31036,122132 +"192582",31038,34411 +"192583",31038,34682 +"192584",31038,35702 +"192585",31038,37484 +"192586",31038,38880 +"192587",31038,41114 +"192588",31038,41333 +"192589",31038,50480 +"192590",31038,51234 +"192591",31038,66823 +"192592",31038,66846 +"192593",31039,31040 +"192594",31040,34858 +"192595",31042,48453 +"192596",31042,61292 +"192597",31042,117327 +"192598",31043,36026 +"192599",31043,44329 +"192600",31043,77129 +"192601",31043,77827 +"192602",31043,117860 +"192603",31044,46381 +"192604",31044,105171 +"192605",31045,37971 +"192606",31045,66211 +"192607",31046,49193 +"192608",31048,31051 +"192609",31048,31114 +"192610",31048,43954 +"192611",31048,48858 +"192612",31048,54179 +"192613",31048,76826 +"192614",31048,111402 +"192615",31049,63582 +"192616",31049,63852 +"192617",31050,31072 +"192618",31050,32579 +"192619",31050,34160 +"192620",31050,35302 +"192621",31050,36978 +"192622",31050,37031 +"192623",31050,38756 +"192624",31050,40466 +"192625",31050,41739 +"192626",31050,45633 +"192627",31050,48932 +"192628",31050,49144 +"192629",31050,51292 +"192630",31050,53196 +"192631",31050,54553 +"192632",31050,54980 +"192633",31050,65625 +"192634",31050,74628 +"192635",31050,75310 +"192636",31050,76629 +"192637",31050,84940 +"192638",31050,92081 +"192639",31050,100226 +"192640",31050,105947 +"192641",31051,31114 +"192642",31051,39797 +"192643",31054,51175 +"192644",31054,84713 +"192645",31054,109080 +"192646",31054,111933 +"192647",31056,38373 +"192648",31056,56017 +"192649",31056,63205 +"192650",31056,107090 +"192651",31057,31118 +"192652",31057,32252 +"192653",31057,41163 +"192654",31057,47575 +"192655",31057,47590 +"192656",31058,75581 +"192657",31058,79055 +"192658",31058,79109 +"192659",31058,84920 +"192660",31058,90945 +"192661",31059,31124 +"192662",31059,32107 +"192663",31059,47064 +"192664",31059,62934 +"192665",31059,82049 +"192666",31059,83680 +"192667",31060,72247 +"192668",31061,31915 +"192669",31061,36729 +"192670",31061,60081 +"192671",31061,68215 +"192672",31061,71932 +"192673",31061,79330 +"192674",31061,80426 +"192675",31061,91910 +"192676",31061,104012 +"192677",31062,42909 +"192678",31063,31116 +"192679",31064,31678 +"192680",31064,50969 +"192681",31064,59518 +"192682",31064,85399 +"192683",31064,92551 +"192684",31065,50597 +"192685",31065,53738 +"192686",31065,55881 +"192687",31065,55954 +"192688",31066,37036 +"192689",31066,63041 +"192690",31066,63388 +"192691",31066,64904 +"192692",31066,75452 +"192693",31066,105681 +"192694",31068,112784 +"192695",31068,112826 +"192696",31069,37973 +"192697",31069,48083 +"192698",31069,55833 +"192699",31069,55849 +"192700",31069,73828 +"192701",31069,92000 +"192702",31069,95554 +"192703",31069,95587 +"192704",31070,80585 +"192705",31070,80628 +"192706",31071,31589 +"192707",31071,42132 +"192708",31071,62486 +"192709",31071,89607 +"192710",31071,102493 +"192711",31071,105933 +"192712",31072,34920 +"192713",31072,35302 +"192714",31072,43634 +"192715",31072,71644 +"192716",31072,95782 +"192717",31072,108141 +"192718",31072,108686 +"192719",31072,114470 +"192720",31073,43844 +"192721",31073,93644 +"192722",31074,31176 +"192723",31074,32319 +"192724",31074,43138 +"192725",31074,43843 +"192726",31074,44092 +"192727",31074,56067 +"192728",31074,64071 +"192729",31074,64156 +"192730",31074,68250 +"192731",31074,68683 +"192732",31074,72807 +"192733",31074,73948 +"192734",31074,74725 +"192735",31074,82964 +"192736",31074,87771 +"192737",31074,95803 +"192738",31074,99445 +"192739",31075,34971 +"192740",31075,38275 +"192741",31075,40898 +"192742",31075,88877 +"192743",31076,38784 +"192744",31077,74890 +"192745",31077,119130 +"192746",31077,120625 +"192747",31078,37636 +"192748",31078,40453 +"192749",31078,50585 +"192750",31079,72674 +"192751",31079,78693 +"192752",31079,112440 +"192753",31080,45646 +"192754",31080,64448 +"192755",31080,87730 +"192756",31080,92493 +"192757",31080,104103 +"192758",31080,109596 +"192759",31080,118944 +"192760",31082,72763 +"192761",31083,57330 +"192762",31083,63621 +"192763",31083,80976 +"192764",31083,90144 +"192765",31083,90940 +"192766",31083,110273 +"192767",31083,110274 +"192768",31084,114060 +"192769",31085,31206 +"192770",31085,31799 +"192771",31085,33337 +"192772",31085,38048 +"192773",31085,40735 +"192774",31085,43105 +"192775",31085,46681 +"192776",31085,50815 +"192777",31085,53031 +"192778",31085,53635 +"192779",31085,56122 +"192780",31085,57977 +"192781",31085,71434 +"192782",31085,96536 +"192783",31085,103004 +"192784",31085,105739 +"192785",31085,112245 +"192786",31085,113783 +"192787",31085,117617 +"192788",31085,121941 +"192789",31086,38678 +"192790",31086,45282 +"192791",31086,50689 +"192792",31087,37868 +"192793",31087,47896 +"192794",31087,53749 +"192795",31087,82219 +"192796",31088,42121 +"192797",31088,104355 +"192798",31089,42496 +"192799",31089,85456 +"192800",31090,56163 +"192801",31090,77706 +"192802",31090,110417 +"192803",31091,34252 +"192804",31091,34273 +"192805",31091,34284 +"192806",31091,34317 +"192807",31092,65607 +"192808",31093,31306 +"192809",31093,75403 +"192810",31094,55239 +"192811",31094,58847 +"192812",31094,61045 +"192813",31094,93574 +"192814",31095,31096 +"192815",31095,32699 +"192816",31095,32701 +"192817",31095,47378 +"192818",31095,47711 +"192819",31095,47756 +"192820",31095,61755 +"192821",31095,74226 +"192822",31095,84791 +"192823",31096,33015 +"192824",31096,34269 +"192825",31097,81845 +"192826",31097,86769 +"192827",31097,92121 +"192828",31098,92344 +"192829",31098,94105 +"192830",31100,31587 +"192831",31100,31588 +"192832",31100,32943 +"192833",31100,36192 +"192834",31100,38091 +"192835",31100,39171 +"192836",31100,41409 +"192837",31100,41706 +"192838",31100,45148 +"192839",31100,55549 +"192840",31100,69293 +"192841",31100,76668 +"192842",31100,83473 +"192843",31100,93185 +"192844",31100,110879 +"192845",31100,118580 +"192846",31100,120265 +"192847",31100,120935 +"192848",31100,122377 +"192849",31101,73534 +"192850",31102,54736 +"192851",31102,74418 +"192852",31102,94921 +"192853",31102,94928 +"192854",31102,94929 +"192855",31102,94941 +"192856",31102,94962 +"192857",31102,94965 +"192858",31102,94966 +"192859",31102,94971 +"192860",31102,95179 +"192861",31103,48764 +"192862",31103,89979 +"192863",31103,92110 +"192864",31103,92325 +"192865",31103,95872 +"192866",31103,104150 +"192867",31103,104152 +"192868",31104,31193 +"192869",31104,32258 +"192870",31104,34532 +"192871",31105,31158 +"192872",31105,78597 +"192873",31106,33248 +"192874",31107,47366 +"192875",31108,31162 +"192876",31108,31224 +"192877",31108,31225 +"192878",31109,38735 +"192879",31109,65039 +"192880",31109,75064 +"192881",31109,84271 +"192882",31110,39602 +"192883",31110,53337 +"192884",31110,55637 +"192885",31110,82658 +"192886",31110,84493 +"192887",31110,91506 +"192888",31110,98897 +"192889",31111,84199 +"192890",31111,100272 +"192891",31112,98234 +"192892",31113,51783 +"192893",31113,59977 +"192894",31114,122890 +"192895",31115,31799 +"192896",31115,33160 +"192897",31115,44394 +"192898",31115,47176 +"192899",31115,64968 +"192900",31115,65008 +"192901",31115,65029 +"192902",31116,33831 +"192903",31116,39111 +"192904",31116,40091 +"192905",31116,40094 +"192906",31116,53279 +"192907",31116,60572 +"192908",31116,74035 +"192909",31117,41471 +"192910",31117,41638 +"192911",31117,41684 +"192912",31117,42028 +"192913",31117,42380 +"192914",31117,42503 +"192915",31117,49470 +"192916",31118,32252 +"192917",31119,62832 +"192918",31119,78955 +"192919",31120,33853 +"192920",31120,34134 +"192921",31120,41087 +"192922",31120,44259 +"192923",31120,44801 +"192924",31120,47979 +"192925",31120,53095 +"192926",31120,53121 +"192927",31120,53153 +"192928",31120,53573 +"192929",31120,60222 +"192930",31120,79970 +"192931",31120,114460 +"192932",31120,118812 +"192933",31121,71198 +"192934",31121,84372 +"192935",31122,33726 +"192936",31122,35060 +"192937",31122,41190 +"192938",31122,42959 +"192939",31122,50328 +"192940",31122,61067 +"192941",31122,73699 +"192942",31122,74196 +"192943",31122,74262 +"192944",31122,74847 +"192945",31122,116595 +"192946",31123,34705 +"192947",31123,34934 +"192948",31123,43534 +"192949",31123,62548 +"192950",31123,97132 +"192951",31123,97141 +"192952",31123,122721 +"192953",31124,35195 +"192954",31124,50637 +"192955",31124,56682 +"192956",31124,56691 +"192957",31124,90897 +"192958",31125,48018 +"192959",31126,51985 +"192960",31126,62210 +"192961",31126,101912 +"192962",31128,103760 +"192963",31130,49265 +"192964",31130,57380 +"192965",31130,58045 +"192966",31130,60406 +"192967",31130,60495 +"192968",31130,66843 +"192969",31130,77427 +"192970",31130,81004 +"192971",31130,90191 +"192972",31130,92306 +"192973",31130,93102 +"192974",31130,99251 +"192975",31130,102612 +"192976",31130,109458 +"192977",31130,112885 +"192978",31131,39828 +"192979",31131,55240 +"192980",31131,63338 +"192981",31131,100163 +"192982",31132,31145 +"192983",31132,45691 +"192984",31132,62752 +"192985",31133,31134 +"192986",31134,49027 +"192987",31135,98655 +"192988",31136,70986 +"192989",31136,90432 +"192990",31138,37168 +"192991",31138,46927 +"192992",31138,54708 +"192993",31138,54930 +"192994",31138,102361 +"192995",31139,53104 +"192996",31139,122805 +"192997",31140,31603 +"192998",31140,33360 +"192999",31140,34040 +"193000",31140,42618 +"193001",31140,44729 +"193002",31140,45727 +"193003",31140,46356 +"193004",31140,48521 +"193005",31140,64640 +"193006",31140,65951 +"193007",31140,65952 +"193008",31140,71118 +"193009",31140,71726 +"193010",31140,74863 +"193011",31140,76128 +"193012",31140,80616 +"193013",31140,80621 +"193014",31140,82735 +"193015",31140,85429 +"193016",31140,85557 +"193017",31140,88583 +"193018",31140,90527 +"193019",31140,90602 +"193020",31140,90925 +"193021",31140,92785 +"193022",31140,95329 +"193023",31140,96238 +"193024",31140,96576 +"193025",31140,96929 +"193026",31140,98435 +"193027",31140,98493 +"193028",31140,100386 +"193029",31140,100720 +"193030",31140,101102 +"193031",31140,103721 +"193032",31140,117105 +"193033",31140,117856 +"193034",31140,118148 +"193035",31140,121191 +"193036",31140,121192 +"193037",31142,41876 +"193038",31142,61905 +"193039",31143,106563 +"193040",31144,57425 +"193041",31146,34601 +"193042",31146,39718 +"193043",31146,51936 +"193044",31146,62434 +"193045",31146,69649 +"193046",31146,81333 +"193047",31146,97533 +"193048",31146,97548 +"193049",31146,97561 +"193050",31147,45849 +"193051",31147,54023 +"193052",31147,81549 +"193053",31147,112665 +"193054",31147,119875 +"193055",31148,32334 +"193056",31148,32349 +"193057",31148,42071 +"193058",31148,55512 +"193059",31148,59972 +"193060",31148,79267 +"193061",31148,101452 +"193062",31148,101458 +"193063",31150,39731 +"193064",31151,34444 +"193065",31151,46354 +"193066",31151,48280 +"193067",31151,61771 +"193068",31151,64945 +"193069",31151,68156 +"193070",31151,68263 +"193071",31151,68319 +"193072",31152,46222 +"193073",31152,58110 +"193074",31152,58124 +"193075",31152,58163 +"193076",31152,58164 +"193077",31152,104119 +"193078",31152,108498 +"193079",31153,66691 +"193080",31154,51407 +"193081",31154,53913 +"193082",31154,65211 +"193083",31154,71889 +"193084",31154,89710 +"193085",31154,89711 +"193086",31154,104620 +"193087",31155,31166 +"193088",31155,33237 +"193089",31155,33372 +"193090",31155,53202 +"193091",31155,53434 +"193092",31155,55398 +"193093",31156,90558 +"193094",31156,90663 +"193095",31157,57437 +"193096",31157,95643 +"193097",31159,31295 +"193098",31159,41206 +"193099",31159,42652 +"193100",31159,45239 +"193101",31159,47582 +"193102",31159,47736 +"193103",31159,52254 +"193104",31159,53995 +"193105",31159,56247 +"193106",31159,58018 +"193107",31159,60974 +"193108",31160,46299 +"193109",31160,46378 +"193110",31160,46379 +"193111",31160,47161 +"193112",31161,72413 +"193113",31161,113926 +"193114",31162,31224 +"193115",31162,31225 +"193116",31162,111451 +"193117",31162,111454 +"193118",31163,32380 +"193119",31163,50069 +"193120",31164,32449 +"193121",31164,33483 +"193122",31164,36136 +"193123",31164,36160 +"193124",31164,38699 +"193125",31164,39105 +"193126",31164,39614 +"193127",31164,45443 +"193128",31164,46951 +"193129",31164,50238 +"193130",31164,57721 +"193131",31164,68628 +"193132",31164,76807 +"193133",31164,79818 +"193134",31164,92953 +"193135",31164,94926 +"193136",31164,98081 +"193137",31164,103826 +"193138",31164,117098 +"193139",31165,73399 +"193140",31167,31248 +"193141",31167,31307 +"193142",31167,31330 +"193143",31167,33370 +"193144",31167,60963 +"193145",31167,61226 +"193146",31168,31170 +"193147",31168,31181 +"193148",31168,31182 +"193149",31168,31184 +"193150",31168,31238 +"193151",31168,31247 +"193152",31168,31269 +"193153",31168,31314 +"193154",31168,31829 +"193155",31168,31913 +"193156",31168,89330 +"193157",31169,56363 +"193158",31170,31181 +"193159",31170,31182 +"193160",31170,31184 +"193161",31170,31238 +"193162",31170,31247 +"193163",31170,31269 +"193164",31170,31314 +"193165",31171,67372 +"193166",31172,49919 +"193167",31172,83304 +"193168",31172,88514 +"193169",31172,97584 +"193170",31172,104041 +"193171",31173,68609 +"193172",31174,40432 +"193173",31174,40519 +"193174",31174,40725 +"193175",31174,52693 +"193176",31174,53343 +"193177",31174,56807 +"193178",31174,77220 +"193179",31174,115944 +"193180",31175,45664 +"193181",31176,43856 +"193182",31176,73948 +"193183",31176,74725 +"193184",31176,82546 +"193185",31176,87771 +"193186",31176,99445 +"193187",31177,36111 +"193188",31177,70733 +"193189",31177,93337 +"193190",31177,107827 +"193191",31177,109319 +"193192",31177,111350 +"193193",31177,115581 +"193194",31177,115593 +"193195",31177,115596 +"193196",31177,115600 +"193197",31177,115640 +"193198",31177,120729 +"193199",31178,87316 +"193200",31179,31254 +"193201",31179,55512 +"193202",31180,31281 +"193203",31180,40247 +"193204",31181,31182 +"193205",31181,31184 +"193206",31181,31238 +"193207",31181,31247 +"193208",31181,31269 +"193209",31181,31314 +"193210",31182,31184 +"193211",31182,31238 +"193212",31182,31247 +"193213",31182,31269 +"193214",31182,31314 +"193215",31182,31829 +"193216",31182,31913 +"193217",31182,73810 +"193218",31182,96373 +"193219",31182,105347 +"193220",31184,31238 +"193221",31184,31247 +"193222",31184,31269 +"193223",31184,31314 +"193224",31185,46500 +"193225",31185,46901 +"193226",31185,55028 +"193227",31185,59847 +"193228",31185,60820 +"193229",31185,63019 +"193230",31185,64895 +"193231",31185,70112 +"193232",31185,93361 +"193233",31186,36233 +"193234",31186,40101 +"193235",31186,40727 +"193236",31186,45591 +"193237",31186,48566 +"193238",31186,51736 +"193239",31186,64110 +"193240",31186,77368 +"193241",31186,97297 +"193242",31187,92152 +"193243",31188,68791 +"193244",31188,99266 +"193245",31189,31206 +"193246",31189,86586 +"193247",31191,31208 +"193248",31191,45964 +"193249",31191,49377 +"193250",31192,78661 +"193251",31192,123180 +"193252",31195,85212 +"193253",31197,33981 +"193254",31197,40493 +"193255",31197,60088 +"193256",31198,48252 +"193257",31198,48358 +"193258",31200,111568 +"193259",31201,70650 +"193260",31201,79430 +"193261",31201,103935 +"193262",31202,31203 +"193263",31202,31325 +"193264",31202,113042 +"193265",31202,113346 +"193266",31203,31325 +"193267",31204,55319 +"193268",31205,47999 +"193269",31205,48000 +"193270",31206,35256 +"193271",31206,40019 +"193272",31206,51071 +"193273",31206,54234 +"193274",31206,64394 +"193275",31206,64416 +"193276",31206,64443 +"193277",31206,91570 +"193278",31207,33298 +"193279",31208,37473 +"193280",31208,72493 +"193281",31208,84234 +"193282",31208,86444 +"193283",31208,87993 +"193284",31209,32052 +"193285",31209,33916 +"193286",31210,31233 +"193287",31210,81998 +"193288",31211,32777 +"193289",31211,36440 +"193290",31211,42862 +"193291",31211,56156 +"193292",31211,59499 +"193293",31211,63940 +"193294",31211,93162 +"193295",31211,95797 +"193296",31211,96387 +"193297",31211,102581 +"193298",31211,107921 +"193299",31211,109029 +"193300",31211,109031 +"193301",31211,110853 +"193302",31212,31253 +"193303",31212,31338 +"193304",31213,35562 +"193305",31213,37495 +"193306",31213,40719 +"193307",31213,40893 +"193308",31213,45903 +"193309",31213,46715 +"193310",31213,46716 +"193311",31213,48023 +"193312",31213,56903 +"193313",31213,66044 +"193314",31213,85356 +"193315",31213,92381 +"193316",31213,93136 +"193317",31213,104867 +"193318",31213,104931 +"193319",31214,34945 +"193320",31214,46503 +"193321",31214,68569 +"193322",31214,74770 +"193323",31214,78603 +"193324",31214,80723 +"193325",31214,91886 +"193326",31215,45185 +"193327",31215,65551 +"193328",31215,123352 +"193329",31216,45088 +"193330",31216,49339 +"193331",31216,49479 +"193332",31216,49776 +"193333",31216,50854 +"193334",31216,52042 +"193335",31217,31246 +"193336",31217,76478 +"193337",31219,33217 +"193338",31219,39444 +"193339",31219,47511 +"193340",31219,52124 +"193341",31219,59276 +"193342",31219,60281 +"193343",31219,63132 +"193344",31219,68393 +"193345",31219,82136 +"193346",31219,86053 +"193347",31219,93017 +"193348",31219,94794 +"193349",31219,107927 +"193350",31220,40804 +"193351",31220,119292 +"193352",31221,31308 +"193353",31221,43377 +"193354",31221,57454 +"193355",31221,60816 +"193356",31221,93673 +"193357",31222,31302 +"193358",31222,45014 +"193359",31222,45455 +"193360",31222,46848 +"193361",31222,48021 +"193362",31222,48563 +"193363",31222,51448 +"193364",31222,58168 +"193365",31222,68222 +"193366",31222,69965 +"193367",31222,72241 +"193368",31222,74726 +"193369",31222,75824 +"193370",31222,76605 +"193371",31222,78462 +"193372",31222,78748 +"193373",31222,78756 +"193374",31222,78937 +"193375",31222,83191 +"193376",31222,83193 +"193377",31222,92950 +"193378",31222,95656 +"193379",31223,31925 +"193380",31223,36052 +"193381",31223,38718 +"193382",31223,47225 +"193383",31223,54712 +"193384",31223,55798 +"193385",31223,56200 +"193386",31223,63312 +"193387",31223,65246 +"193388",31223,68768 +"193389",31224,31225 +"193390",31226,31295 +"193391",31226,32124 +"193392",31226,34331 +"193393",31226,35033 +"193394",31226,39104 +"193395",31226,47960 +"193396",31226,49976 +"193397",31226,50648 +"193398",31226,50678 +"193399",31226,50720 +"193400",31226,50971 +"193401",31227,80215 +"193402",31228,45603 +"193403",31228,69011 +"193404",31228,71806 +"193405",31228,87102 +"193406",31228,87120 +"193407",31228,88462 +"193408",31228,91222 +"193409",31228,120155 +"193410",31228,120186 +"193411",31229,67592 +"193412",31229,68531 +"193413",31229,70687 +"193414",31229,70691 +"193415",31229,103685 +"193416",31229,120954 +"193417",31230,94891 +"193418",31230,114560 +"193419",31231,33297 +"193420",31231,33314 +"193421",31231,34881 +"193422",31232,31604 +"193423",31232,39432 +"193424",31232,53947 +"193425",31232,60322 +"193426",31233,41989 +"193427",31233,81366 +"193428",31233,89848 +"193429",31233,106099 +"193430",31234,44181 +"193431",31235,43859 +"193432",31235,47445 +"193433",31235,47733 +"193434",31235,57378 +"193435",31235,57544 +"193436",31235,62711 +"193437",31235,75883 +"193438",31235,75888 +"193439",31235,75892 +"193440",31235,75893 +"193441",31235,75898 +"193442",31236,31237 +"193443",31238,31247 +"193444",31238,31269 +"193445",31238,31314 +"193446",31238,78262 +"193447",31238,89018 +"193448",31238,93810 +"193449",31239,31495 +"193450",31239,66061 +"193451",31239,73211 +"193452",31241,46656 +"193453",31242,33460 +"193454",31242,39071 +"193455",31242,41153 +"193456",31242,43922 +"193457",31242,49546 +"193458",31242,51890 +"193459",31242,54834 +"193460",31242,77196 +"193461",31242,94259 +"193462",31242,96801 +"193463",31242,99694 +"193464",31242,101929 +"193465",31242,112591 +"193466",31242,119471 +"193467",31242,119481 +"193468",31243,34000 +"193469",31243,42747 +"193470",31243,65504 +"193471",31243,71296 +"193472",31243,86039 +"193473",31243,100780 +"193474",31243,119428 +"193475",31244,44598 +"193476",31244,105872 +"193477",31244,122092 +"193478",31245,107745 +"193479",31246,69384 +"193480",31246,80568 +"193481",31246,110128 +"193482",31247,31269 +"193483",31247,31314 +"193484",31248,31307 +"193485",31248,31330 +"193486",31248,48984 +"193487",31248,56770 +"193488",31249,56424 +"193489",31250,73916 +"193490",31250,102627 +"193491",31251,52090 +"193492",31251,62240 +"193493",31251,77930 +"193494",31251,102109 +"193495",31252,51048 +"193496",31252,55608 +"193497",31252,67497 +"193498",31253,31338 +"193499",31255,93662 +"193500",31256,31393 +"193501",31256,31471 +"193502",31256,76727 +"193503",31257,70683 +"193504",31259,35289 +"193505",31259,51276 +"193506",31260,59730 +"193507",31261,37869 +"193508",31261,40021 +"193509",31261,40070 +"193510",31262,53721 +"193511",31262,57855 +"193512",31264,31265 +"193513",31264,31280 +"193514",31264,83115 +"193515",31265,31280 +"193516",31267,39148 +"193517",31267,76313 +"193518",31267,106715 +"193519",31267,119475 +"193520",31268,34364 +"193521",31268,34662 +"193522",31268,62194 +"193523",31268,110710 +"193524",31268,119136 +"193525",31269,31314 +"193526",31269,45631 +"193527",31271,37635 +"193528",31271,42120 +"193529",31271,61247 +"193530",31271,75613 +"193531",31271,81485 +"193532",31271,82524 +"193533",31271,91104 +"193534",31271,91496 +"193535",31271,94733 +"193536",31272,31300 +"193537",31272,31754 +"193538",31272,31850 +"193539",31272,31910 +"193540",31272,99365 +"193541",31272,108607 +"193542",31272,121847 +"193543",31273,43934 +"193544",31273,90162 +"193545",31274,76914 +"193546",31274,77572 +"193547",31274,78441 +"193548",31274,81950 +"193549",31274,90990 +"193550",31276,35294 +"193551",31276,35411 +"193552",31276,35412 +"193553",31276,35452 +"193554",31277,31939 +"193555",31278,47511 +"193556",31279,31658 +"193557",31279,37966 +"193558",31279,44983 +"193559",31279,45709 +"193560",31279,47688 +"193561",31279,50102 +"193562",31279,57783 +"193563",31279,59646 +"193564",31279,65800 +"193565",31279,67564 +"193566",31279,69362 +"193567",31279,71693 +"193568",31279,76590 +"193569",31279,86600 +"193570",31279,88782 +"193571",31279,92517 +"193572",31279,100140 +"193573",31279,105198 +"193574",31279,110250 +"193575",31279,122588 +"193576",31279,122819 +"193577",31279,122852 +"193578",31279,122861 +"193579",31279,122863 +"193580",31279,122864 +"193581",31280,41098 +"193582",31280,73203 +"193583",31280,83115 +"193584",31280,88805 +"193585",31280,91340 +"193586",31281,46881 +"193587",31281,86102 +"193588",31281,93015 +"193589",31281,103883 +"193590",31282,80232 +"193591",31284,46108 +"193592",31284,50387 +"193593",31284,51819 +"193594",31284,53546 +"193595",31284,56476 +"193596",31284,58230 +"193597",31284,75244 +"193598",31284,83747 +"193599",31284,100396 +"193600",31284,106875 +"193601",31285,81616 +"193602",31286,42832 +"193603",31287,31857 +"193604",31287,62916 +"193605",31287,97841 +"193606",31288,44938 +"193607",31288,62289 +"193608",31288,62738 +"193609",31288,62796 +"193610",31289,31290 +"193611",31291,40628 +"193612",31291,50397 +"193613",31291,55998 +"193614",31291,57582 +"193615",31291,64102 +"193616",31291,66241 +"193617",31291,75941 +"193618",31291,77148 +"193619",31291,79977 +"193620",31291,81651 +"193621",31291,92430 +"193622",31291,92539 +"193623",31291,101558 +"193624",31291,101620 +"193625",31291,102484 +"193626",31291,103320 +"193627",31291,109527 +"193628",31291,121565 +"193629",31292,40662 +"193630",31292,46324 +"193631",31292,46684 +"193632",31292,46714 +"193633",31292,59838 +"193634",31293,36493 +"193635",31295,35033 +"193636",31295,37161 +"193637",31295,45309 +"193638",31295,47960 +"193639",31295,50648 +"193640",31295,50678 +"193641",31295,50720 +"193642",31295,50971 +"193643",31295,56247 +"193644",31296,45888 +"193645",31296,49837 +"193646",31296,52982 +"193647",31296,75540 +"193648",31298,65600 +"193649",31298,72786 +"193650",31299,33887 +"193651",31299,35543 +"193652",31299,48923 +"193653",31299,52909 +"193654",31299,60309 +"193655",31299,62098 +"193656",31299,89343 +"193657",31300,31754 +"193658",31300,31850 +"193659",31300,31910 +"193660",31301,31339 +"193661",31301,50882 +"193662",31301,51103 +"193663",31301,77388 +"193664",31301,84523 +"193665",31301,90428 +"193666",31302,45014 +"193667",31302,45455 +"193668",31302,46848 +"193669",31302,48563 +"193670",31302,51448 +"193671",31302,58168 +"193672",31302,72241 +"193673",31302,75824 +"193674",31302,83191 +"193675",31302,83193 +"193676",31302,92950 +"193677",31303,31304 +"193678",31303,33599 +"193679",31303,33618 +"193680",31303,33690 +"193681",31303,33727 +"193682",31303,37279 +"193683",31303,39262 +"193684",31303,45334 +"193685",31303,48998 +"193686",31303,54124 +"193687",31303,74484 +"193688",31303,92173 +"193689",31303,96300 +"193690",31303,99297 +"193691",31303,105709 +"193692",31304,35977 +"193693",31304,36000 +"193694",31304,65273 +"193695",31304,65319 +"193696",31304,80077 +"193697",31305,42311 +"193698",31305,52409 +"193699",31305,60296 +"193700",31305,65786 +"193701",31305,90858 +"193702",31305,107593 +"193703",31306,34608 +"193704",31306,57414 +"193705",31306,75403 +"193706",31306,79082 +"193707",31306,94027 +"193708",31307,31330 +"193709",31307,32600 +"193710",31307,32737 +"193711",31307,33160 +"193712",31307,35518 +"193713",31307,39122 +"193714",31307,62299 +"193715",31307,67367 +"193716",31308,32444 +"193717",31309,52623 +"193718",31309,54186 +"193719",31309,86738 +"193720",31310,38173 +"193721",31310,53857 +"193722",31310,55281 +"193723",31311,40569 +"193724",31311,40579 +"193725",31311,46864 +"193726",31312,37290 +"193727",31312,59965 +"193728",31312,82067 +"193729",31312,117320 +"193730",31313,32924 +"193731",31313,35997 +"193732",31313,39384 +"193733",31313,42565 +"193734",31313,112839 +"193735",31314,43519 +"193736",31314,61949 +"193737",31314,66266 +"193738",31315,36779 +"193739",31315,76175 +"193740",31315,95949 +"193741",31316,31317 +"193742",31317,35682 +"193743",31317,44487 +"193744",31317,53245 +"193745",31317,63669 +"193746",31317,88991 +"193747",31318,42705 +"193748",31319,31320 +"193749",31321,40753 +"193750",31321,42740 +"193751",31321,65840 +"193752",31321,74025 +"193753",31321,81684 +"193754",31323,50097 +"193755",31323,50098 +"193756",31324,82737 +"193757",31324,103458 +"193758",31325,113527 +"193759",31326,34248 +"193760",31326,35183 +"193761",31326,35224 +"193762",31326,41297 +"193763",31326,45965 +"193764",31326,49077 +"193765",31326,49079 +"193766",31326,63073 +"193767",31326,68335 +"193768",31326,78916 +"193769",31326,79470 +"193770",31326,80988 +"193771",31326,83976 +"193772",31326,87957 +"193773",31326,92627 +"193774",31326,99389 +"193775",31326,100581 +"193776",31326,101869 +"193777",31326,101894 +"193778",31326,102230 +"193779",31326,105744 +"193780",31326,108395 +"193781",31326,111089 +"193782",31326,111974 +"193783",31326,113432 +"193784",31326,113649 +"193785",31326,113688 +"193786",31327,38058 +"193787",31327,47778 +"193788",31327,70684 +"193789",31328,38100 +"193790",31328,39731 +"193791",31328,44603 +"193792",31329,32371 +"193793",31329,32373 +"193794",31329,32474 +"193795",31329,32475 +"193796",31332,31334 +"193797",31332,31335 +"193798",31332,44491 +"193799",31332,45546 +"193800",31332,51352 +"193801",31332,54313 +"193802",31332,55829 +"193803",31332,56608 +"193804",31332,57677 +"193805",31332,70583 +"193806",31332,70850 +"193807",31332,72261 +"193808",31332,80651 +"193809",31332,80664 +"193810",31332,89627 +"193811",31332,97842 +"193812",31333,77631 +"193813",31334,31335 +"193814",31335,51352 +"193815",31335,67767 +"193816",31335,91450 +"193817",31335,112102 +"193818",31335,114692 +"193819",31336,97612 +"193820",31336,99348 +"193821",31336,108933 +"193822",31337,40343 +"193823",31337,86626 +"193824",31337,86731 +"193825",31337,102670 +"193826",31338,32206 +"193827",31338,58508 +"193828",31338,121682 +"193829",31340,31957 +"193830",31340,32173 +"193831",31340,40186 +"193832",31340,46313 +"193833",31340,49219 +"193834",31340,56676 +"193835",31340,73466 +"193836",31340,92137 +"193837",31340,97812 +"193838",31341,31478 +"193839",31341,36103 +"193840",31341,40299 +"193841",31341,42005 +"193842",31341,44623 +"193843",31341,46733 +"193844",31341,46851 +"193845",31341,56393 +"193846",31341,61412 +"193847",31341,65751 +"193848",31341,67339 +"193849",31341,76928 +"193850",31341,76956 +"193851",31341,79375 +"193852",31341,80055 +"193853",31341,89452 +"193854",31341,96823 +"193855",31341,97954 +"193856",31341,97955 +"193857",31341,97972 +"193858",31341,97973 +"193859",31341,97981 +"193860",31341,97987 +"193861",31341,97994 +"193862",31341,97998 +"193863",31341,97999 +"193864",31341,98008 +"193865",31341,98116 +"193866",31341,98120 +"193867",31342,59620 +"193868",31343,31427 +"193869",31343,33154 +"193870",31343,35627 +"193871",31343,35894 +"193872",31343,38225 +"193873",31343,48688 +"193874",31343,53711 +"193875",31343,116143 +"193876",31344,78450 +"193877",31345,31346 +"193878",31345,31387 +"193879",31345,31534 +"193880",31345,31540 +"193881",31345,36959 +"193882",31345,40797 +"193883",31345,71042 +"193884",31345,95255 +"193885",31345,99218 +"193886",31345,118767 +"193887",31345,121791 +"193888",31346,31387 +"193889",31346,31534 +"193890",31346,31540 +"193891",31346,39032 +"193892",31346,71042 +"193893",31346,91902 +"193894",31347,39570 +"193895",31347,39764 +"193896",31347,39793 +"193897",31348,31791 +"193898",31348,56320 +"193899",31349,35891 +"193900",31349,36971 +"193901",31349,87276 +"193902",31349,90481 +"193903",31349,96837 +"193904",31349,103642 +"193905",31349,105056 +"193906",31350,35665 +"193907",31350,69063 +"193908",31352,50328 +"193909",31352,54253 +"193910",31352,62395 +"193911",31353,31407 +"193912",31353,36959 +"193913",31353,40396 +"193914",31353,110398 +"193915",31354,120449 +"193916",31355,37782 +"193917",31355,39694 +"193918",31355,41711 +"193919",31355,65010 +"193920",31355,66822 +"193921",31355,68675 +"193922",31356,43843 +"193923",31356,57229 +"193924",31356,83599 +"193925",31357,45403 +"193926",31357,51843 +"193927",31357,54385 +"193928",31357,63104 +"193929",31357,77199 +"193930",31357,79990 +"193931",31357,83274 +"193932",31357,83598 +"193933",31357,92645 +"193934",31357,93619 +"193935",31358,31532 +"193936",31358,61876 +"193937",31358,67856 +"193938",31359,31482 +"193939",31359,39894 +"193940",31359,39939 +"193941",31359,39983 +"193942",31362,31590 +"193943",31362,61556 +"193944",31362,69369 +"193945",31362,102459 +"193946",31362,117265 +"193947",31363,31406 +"193948",31363,57957 +"193949",31363,73887 +"193950",31363,86183 +"193951",31364,102482 +"193952",31364,102511 +"193953",31365,87176 +"193954",31365,91399 +"193955",31365,98083 +"193956",31365,98888 +"193957",31367,33870 +"193958",31367,56217 +"193959",31367,59975 +"193960",31367,86943 +"193961",31367,102426 +"193962",31368,34811 +"193963",31368,36499 +"193964",31368,47280 +"193965",31368,96061 +"193966",31369,66578 +"193967",31370,39912 +"193968",31370,54413 +"193969",31370,60700 +"193970",31370,79269 +"193971",31370,84048 +"193972",31370,88479 +"193973",31370,92215 +"193974",31370,114559 +"193975",31371,33907 +"193976",31371,34906 +"193977",31371,37713 +"193978",31371,38678 +"193979",31371,38679 +"193980",31371,38680 +"193981",31371,38732 +"193982",31371,38747 +"193983",31371,38759 +"193984",31371,38794 +"193985",31371,39121 +"193986",31371,39155 +"193987",31371,39195 +"193988",31371,39322 +"193989",31371,49190 +"193990",31371,52416 +"193991",31371,56520 +"193992",31371,56616 +"193993",31371,58455 +"193994",31372,31481 +"193995",31372,32564 +"193996",31372,52875 +"193997",31372,61125 +"193998",31372,61669 +"193999",31372,61756 +"194000",31372,83483 +"194001",31372,85013 +"194002",31374,60056 +"194003",31375,44239 +"194004",31376,31378 +"194005",31376,31409 +"194006",31376,31425 +"194007",31377,38935 +"194008",31377,98921 +"194009",31377,99134 +"194010",31377,114779 +"194011",31378,31409 +"194012",31378,31425 +"194013",31380,33574 +"194014",31380,51336 +"194015",31380,51396 +"194016",31380,64722 +"194017",31380,82208 +"194018",31380,87895 +"194019",31380,87897 +"194020",31381,31401 +"194021",31381,33680 +"194022",31381,36680 +"194023",31381,36725 +"194024",31381,48282 +"194025",31381,51738 +"194026",31381,78515 +"194027",31381,92871 +"194028",31381,97215 +"194029",31382,109916 +"194030",31382,109921 +"194031",31382,114772 +"194032",31383,31423 +"194033",31383,31492 +"194034",31383,46127 +"194035",31383,62840 +"194036",31383,62860 +"194037",31383,65566 +"194038",31383,71562 +"194039",31383,78528 +"194040",31383,95559 +"194041",31384,31543 +"194042",31384,75073 +"194043",31384,114038 +"194044",31385,34126 +"194045",31385,37307 +"194046",31385,45715 +"194047",31385,46467 +"194048",31385,50367 +"194049",31385,83906 +"194050",31385,88714 +"194051",31385,97899 +"194052",31385,109221 +"194053",31385,109383 +"194054",31385,114342 +"194055",31385,114366 +"194056",31387,31534 +"194057",31387,31540 +"194058",31387,44033 +"194059",31387,44109 +"194060",31387,101826 +"194061",31388,31599 +"194062",31390,110519 +"194063",31391,59089 +"194064",31391,65132 +"194065",31391,109855 +"194066",31391,109861 +"194067",31392,31430 +"194068",31393,31471 +"194069",31394,33820 +"194070",31394,51162 +"194071",31395,54703 +"194072",31395,56586 +"194073",31395,80080 +"194074",31395,100156 +"194075",31395,103183 +"194076",31395,104761 +"194077",31395,112496 +"194078",31395,115768 +"194079",31395,117262 +"194080",31395,119052 +"194081",31396,64664 +"194082",31397,38368 +"194083",31397,96075 +"194084",31399,73170 +"194085",31399,90365 +"194086",31400,36653 +"194087",31400,72641 +"194088",31400,107099 +"194089",31401,31788 +"194090",31401,51455 +"194091",31401,57522 +"194092",31401,76453 +"194093",31401,85032 +"194094",31402,34331 +"194095",31402,52809 +"194096",31403,38452 +"194097",31403,43706 +"194098",31403,43852 +"194099",31403,47460 +"194100",31403,56100 +"194101",31403,60430 +"194102",31403,76483 +"194103",31403,76576 +"194104",31403,80075 +"194105",31403,88932 +"194106",31403,91231 +"194107",31403,93566 +"194108",31403,94392 +"194109",31403,98786 +"194110",31405,94692 +"194111",31406,37320 +"194112",31406,57957 +"194113",31406,65938 +"194114",31406,68901 +"194115",31406,76370 +"194116",31406,80116 +"194117",31406,93632 +"194118",31408,62668 +"194119",31408,67617 +"194120",31408,72986 +"194121",31408,80435 +"194122",31408,96310 +"194123",31409,31425 +"194124",31409,32500 +"194125",31409,32501 +"194126",31409,32786 +"194127",31409,33030 +"194128",31410,31435 +"194129",31410,31449 +"194130",31410,31506 +"194131",31410,39594 +"194132",31410,40800 +"194133",31410,42942 +"194134",31410,51406 +"194135",31410,71857 +"194136",31410,71860 +"194137",31410,72047 +"194138",31411,37211 +"194139",31411,40427 +"194140",31411,75089 +"194141",31411,77560 +"194142",31411,81754 +"194143",31413,94019 +"194144",31413,102616 +"194145",31413,123220 +"194146",31414,32181 +"194147",31414,43257 +"194148",31414,46465 +"194149",31414,80427 +"194150",31414,96982 +"194151",31416,36737 +"194152",31416,41091 +"194153",31416,58022 +"194154",31416,98280 +"194155",31416,112442 +"194156",31417,37043 +"194157",31417,51913 +"194158",31417,53621 +"194159",31417,82893 +"194160",31417,89595 +"194161",31418,32568 +"194162",31418,57787 +"194163",31418,59573 +"194164",31418,59698 +"194165",31418,84191 +"194166",31419,68560 +"194167",31419,104766 +"194168",31419,109334 +"194169",31419,110264 +"194170",31419,111375 +"194171",31419,121820 +"194172",31419,121822 +"194173",31420,39507 +"194174",31420,60795 +"194175",31420,84012 +"194176",31420,84097 +"194177",31420,100840 +"194178",31420,117411 +"194179",31421,89947 +"194180",31422,31502 +"194181",31422,60806 +"194182",31422,82894 +"194183",31422,86964 +"194184",31422,87468 +"194185",31423,31492 +"194186",31423,39714 +"194187",31423,44319 +"194188",31423,44858 +"194189",31423,51654 +"194190",31423,57105 +"194191",31423,58035 +"194192",31423,83165 +"194193",31423,83906 +"194194",31423,83915 +"194195",31423,83949 +"194196",31423,113889 +"194197",31423,121744 +"194198",31424,49276 +"194199",31424,64887 +"194200",31425,90453 +"194201",31425,90454 +"194202",31425,90466 +"194203",31426,80261 +"194204",31426,115373 +"194205",31428,49140 +"194206",31429,88179 +"194207",31430,33126 +"194208",31430,41137 +"194209",31430,60870 +"194210",31430,68013 +"194211",31430,90486 +"194212",31430,114715 +"194213",31431,50096 +"194214",31431,55270 +"194215",31431,62721 +"194216",31431,64284 +"194217",31431,65287 +"194218",31431,67698 +"194219",31431,69077 +"194220",31431,75236 +"194221",31431,77520 +"194222",31431,93796 +"194223",31431,105821 +"194224",31431,112899 +"194225",31431,114278 +"194226",31431,122060 +"194227",31432,37448 +"194228",31432,44859 +"194229",31432,54475 +"194230",31432,54692 +"194231",31432,102121 +"194232",31433,55215 +"194233",31433,64374 +"194234",31433,103211 +"194235",31434,108520 +"194236",31435,31449 +"194237",31435,31506 +"194238",31435,39594 +"194239",31435,42942 +"194240",31435,51406 +"194241",31435,61181 +"194242",31435,71857 +"194243",31435,71860 +"194244",31435,72047 +"194245",31436,32875 +"194246",31436,45684 +"194247",31436,46166 +"194248",31436,46173 +"194249",31436,46196 +"194250",31436,46251 +"194251",31436,46260 +"194252",31436,111867 +"194253",31436,118725 +"194254",31437,43232 +"194255",31437,57077 +"194256",31437,63744 +"194257",31437,102050 +"194258",31437,103278 +"194259",31437,116652 +"194260",31438,58227 +"194261",31439,31530 +"194262",31441,31531 +"194263",31441,80268 +"194264",31442,49896 +"194265",31442,93679 +"194266",31442,101550 +"194267",31443,62838 +"194268",31443,72995 +"194269",31443,73017 +"194270",31444,38597 +"194271",31444,49309 +"194272",31444,49655 +"194273",31444,64530 +"194274",31444,66160 +"194275",31445,38476 +"194276",31445,42168 +"194277",31445,79040 +"194278",31445,97005 +"194279",31445,97475 +"194280",31445,118927 +"194281",31447,32110 +"194282",31447,109416 +"194283",31448,68576 +"194284",31449,31506 +"194285",31449,32494 +"194286",31451,37839 +"194287",31452,81428 +"194288",31454,51000 +"194289",31454,68365 +"194290",31455,34145 +"194291",31456,101867 +"194292",31456,110944 +"194293",31457,97763 +"194294",31458,39049 +"194295",31458,39050 +"194296",31458,39051 +"194297",31458,39087 +"194298",31458,39115 +"194299",31458,39132 +"194300",31458,39136 +"194301",31458,43429 +"194302",31458,47947 +"194303",31458,60025 +"194304",31458,75377 +"194305",31459,51349 +"194306",31459,57399 +"194307",31459,69996 +"194308",31460,36089 +"194309",31460,55949 +"194310",31460,73379 +"194311",31460,84770 +"194312",31460,102341 +"194313",31460,111983 +"194314",31460,115127 +"194315",31460,116014 +"194316",31462,43493 +"194317",31462,55287 +"194318",31462,70250 +"194319",31462,94786 +"194320",31462,108341 +"194321",31462,108727 +"194322",31463,43852 +"194323",31465,54906 +"194324",31466,51063 +"194325",31466,63394 +"194326",31466,108446 +"194327",31466,111726 +"194328",31467,41835 +"194329",31467,72686 +"194330",31468,58980 +"194331",31468,58989 +"194332",31469,34668 +"194333",31469,42247 +"194334",31469,51777 +"194335",31469,75470 +"194336",31469,101111 +"194337",31470,45080 +"194338",31470,99377 +"194339",31470,122290 +"194340",31470,123503 +"194341",31471,39900 +"194342",31471,79749 +"194343",31471,95044 +"194344",31472,31508 +"194345",31472,51551 +"194346",31472,57822 +"194347",31472,69181 +"194348",31472,74765 +"194349",31472,77574 +"194350",31472,79060 +"194351",31473,55049 +"194352",31474,40307 +"194353",31474,76350 +"194354",31474,88117 +"194355",31475,47570 +"194356",31476,39611 +"194357",31476,42436 +"194358",31476,53036 +"194359",31476,55288 +"194360",31476,55320 +"194361",31476,55791 +"194362",31476,67120 +"194363",31476,67157 +"194364",31477,32367 +"194365",31477,32383 +"194366",31477,32419 +"194367",31478,39895 +"194368",31478,41317 +"194369",31478,46132 +"194370",31478,46733 +"194371",31478,48926 +"194372",31478,76428 +"194373",31478,91055 +"194374",31478,96857 +"194375",31478,101096 +"194376",31478,101873 +"194377",31479,32502 +"194378",31479,47101 +"194379",31479,58771 +"194380",31479,73316 +"194381",31480,110175 +"194382",31483,47391 +"194383",31483,89494 +"194384",31484,36349 +"194385",31484,60475 +"194386",31485,32408 +"194387",31485,32775 +"194388",31485,42655 +"194389",31485,42668 +"194390",31485,42751 +"194391",31485,42762 +"194392",31485,42764 +"194393",31485,42786 +"194394",31485,42810 +"194395",31485,59425 +"194396",31485,66775 +"194397",31485,66875 +"194398",31485,71475 +"194399",31485,73172 +"194400",31485,73261 +"194401",31485,88935 +"194402",31485,95868 +"194403",31485,108723 +"194404",31486,115750 +"194405",31486,115773 +"194406",31487,74011 +"194407",31487,105904 +"194408",31488,31825 +"194409",31488,40329 +"194410",31488,60771 +"194411",31488,77077 +"194412",31488,105527 +"194413",31488,110742 +"194414",31489,31847 +"194415",31489,39406 +"194416",31489,43123 +"194417",31489,47118 +"194418",31489,48712 +"194419",31489,53616 +"194420",31489,77676 +"194421",31489,78634 +"194422",31489,81848 +"194423",31489,82803 +"194424",31489,91465 +"194425",31489,100649 +"194426",31489,102714 +"194427",31489,103324 +"194428",31489,106726 +"194429",31489,106975 +"194430",31489,111388 +"194431",31490,108387 +"194432",31491,75195 +"194433",31491,78292 +"194434",31492,33574 +"194435",31492,39714 +"194436",31492,40293 +"194437",31492,40695 +"194438",31492,44319 +"194439",31492,44858 +"194440",31492,51654 +"194441",31492,57105 +"194442",31492,58035 +"194443",31492,69327 +"194444",31492,74452 +"194445",31492,79116 +"194446",31492,79145 +"194447",31492,82767 +"194448",31492,83165 +"194449",31492,83180 +"194450",31492,83906 +"194451",31492,83915 +"194452",31492,83949 +"194453",31492,88714 +"194454",31493,78841 +"194455",31493,83223 +"194456",31493,85891 +"194457",31493,90044 +"194458",31493,90086 +"194459",31493,90088 +"194460",31494,39163 +"194461",31494,78823 +"194462",31495,32538 +"194463",31495,33136 +"194464",31495,40948 +"194465",31495,58340 +"194466",31495,59761 +"194467",31495,71455 +"194468",31495,76094 +"194469",31495,86826 +"194470",31495,116664 +"194471",31496,80476 +"194472",31496,85648 +"194473",31496,121810 +"194474",31497,35217 +"194475",31497,43340 +"194476",31497,46962 +"194477",31497,52926 +"194478",31498,117322 +"194479",31498,117323 +"194480",31498,121734 +"194481",31499,63624 +"194482",31499,65776 +"194483",31499,66261 +"194484",31499,74283 +"194485",31499,74430 +"194486",31499,74486 +"194487",31499,74544 +"194488",31500,31501 +"194489",31502,60806 +"194490",31502,63069 +"194491",31502,69461 +"194492",31502,69462 +"194493",31502,86964 +"194494",31503,42195 +"194495",31503,52844 +"194496",31503,54342 +"194497",31503,68501 +"194498",31503,76383 +"194499",31503,85148 +"194500",31503,97272 +"194501",31503,97761 +"194502",31503,97940 +"194503",31503,101491 +"194504",31503,102999 +"194505",31503,106554 +"194506",31503,108554 +"194507",31503,108583 +"194508",31503,117696 +"194509",31504,66151 +"194510",31505,45709 +"194511",31507,40687 +"194512",31507,66860 +"194513",31507,66891 +"194514",31508,53749 +"194515",31509,45113 +"194516",31509,92365 +"194517",31510,31941 +"194518",31511,61555 +"194519",31512,32317 +"194520",31512,32497 +"194521",31512,52041 +"194522",31512,58211 +"194523",31512,67165 +"194524",31512,73659 +"194525",31512,73743 +"194526",31512,73875 +"194527",31512,73896 +"194528",31513,31845 +"194529",31513,36049 +"194530",31513,36847 +"194531",31513,45514 +"194532",31513,53886 +"194533",31513,56347 +"194534",31513,82194 +"194535",31513,93592 +"194536",31513,95578 +"194537",31513,98650 +"194538",31513,116201 +"194539",31513,116214 +"194540",31514,33853 +"194541",31514,43577 +"194542",31514,59614 +"194543",31514,81671 +"194544",31515,31649 +"194545",31515,37541 +"194546",31515,43594 +"194547",31515,61857 +"194548",31515,92412 +"194549",31515,95233 +"194550",31516,74925 +"194551",31517,31518 +"194552",31517,47649 +"194553",31518,41754 +"194554",31518,113027 +"194555",31519,36569 +"194556",31519,49345 +"194557",31519,54522 +"194558",31519,97759 +"194559",31520,31521 +"194560",31520,31554 +"194561",31520,31659 +"194562",31520,31660 +"194563",31521,31554 +"194564",31521,31659 +"194565",31521,31660 +"194566",31521,56396 +"194567",31521,65310 +"194568",31521,65366 +"194569",31521,84820 +"194570",31521,106156 +"194571",31521,120966 +"194572",31521,120969 +"194573",31522,31523 +"194574",31522,31647 +"194575",31522,31648 +"194576",31523,31647 +"194577",31523,31648 +"194578",31523,32240 +"194579",31523,40651 +"194580",31523,49643 +"194581",31524,31598 +"194582",31524,47029 +"194583",31524,87464 +"194584",31524,98146 +"194585",31525,32190 +"194586",31525,32294 +"194587",31525,116799 +"194588",31526,33862 +"194589",31526,36799 +"194590",31526,36833 +"194591",31526,36845 +"194592",31526,39208 +"194593",31526,56758 +"194594",31527,70381 +"194595",31527,73953 +"194596",31527,93951 +"194597",31527,115666 +"194598",31528,69617 +"194599",31528,73115 +"194600",31528,74623 +"194601",31528,100406 +"194602",31528,113999 +"194603",31529,41581 +"194604",31529,70358 +"194605",31530,37612 +"194606",31530,64201 +"194607",31530,78068 +"194608",31530,102881 +"194609",31531,33464 +"194610",31531,61656 +"194611",31531,75343 +"194612",31531,76560 +"194613",31531,80268 +"194614",31533,55383 +"194615",31533,57723 +"194616",31533,63253 +"194617",31533,66566 +"194618",31533,110683 +"194619",31533,115482 +"194620",31534,31540 +"194621",31535,32936 +"194622",31535,48927 +"194623",31536,32127 +"194624",31536,40213 +"194625",31536,73263 +"194626",31536,93191 +"194627",31537,33197 +"194628",31537,44434 +"194629",31537,55704 +"194630",31537,65502 +"194631",31538,31848 +"194632",31538,93993 +"194633",31538,122111 +"194634",31538,122121 +"194635",31539,43385 +"194636",31539,76285 +"194637",31539,94262 +"194638",31541,32637 +"194639",31541,34491 +"194640",31541,39572 +"194641",31541,39766 +"194642",31541,39814 +"194643",31541,41979 +"194644",31541,42374 +"194645",31541,43820 +"194646",31541,44959 +"194647",31541,53650 +"194648",31541,54625 +"194649",31541,62721 +"194650",31542,49357 +"194651",31542,49636 +"194652",31542,61582 +"194653",31542,72944 +"194654",31542,110031 +"194655",31544,77749 +"194656",31544,91506 +"194657",31544,108425 +"194658",31544,113248 +"194659",31544,113547 +"194660",31545,44724 +"194661",31545,81523 +"194662",31545,90014 +"194663",31545,105834 +"194664",31547,35182 +"194665",31547,35409 +"194666",31547,45198 +"194667",31547,50507 +"194668",31547,66665 +"194669",31547,68049 +"194670",31547,69934 +"194671",31547,72290 +"194672",31548,31569 +"194673",31548,31732 +"194674",31548,48395 +"194675",31548,62066 +"194676",31548,69377 +"194677",31548,70709 +"194678",31548,77211 +"194679",31548,90299 +"194680",31548,115736 +"194681",31550,34575 +"194682",31550,39823 +"194683",31550,58687 +"194684",31550,83154 +"194685",31550,107701 +"194686",31551,31644 +"194687",31551,31735 +"194688",31553,37153 +"194689",31553,41524 +"194690",31554,31659 +"194691",31554,31660 +"194692",31555,82065 +"194693",31555,108512 +"194694",31556,31584 +"194695",31556,31597 +"194696",31558,42306 +"194697",31559,31839 +"194698",31559,36970 +"194699",31559,55420 +"194700",31559,64368 +"194701",31559,67548 +"194702",31560,34375 +"194703",31560,37713 +"194704",31560,49195 +"194705",31560,61402 +"194706",31562,31564 +"194707",31562,31617 +"194708",31563,35262 +"194709",31563,59873 +"194710",31564,31617 +"194711",31564,36612 +"194712",31564,39850 +"194713",31564,47722 +"194714",31564,47731 +"194715",31565,35540 +"194716",31566,33827 +"194717",31566,56873 +"194718",31566,85713 +"194719",31567,32545 +"194720",31567,32841 +"194721",31567,40978 +"194722",31568,31641 +"194723",31569,31732 +"194724",31569,52217 +"194725",31569,77211 +"194726",31570,50352 +"194727",31570,123066 +"194728",31571,51110 +"194729",31572,31675 +"194730",31572,37506 +"194731",31572,68805 +"194732",31572,108813 +"194733",31573,33461 +"194734",31573,70347 +"194735",31573,84957 +"194736",31573,84988 +"194737",31573,84989 +"194738",31573,89981 +"194739",31573,90031 +"194740",31574,31691 +"194741",31575,42324 +"194742",31575,52750 +"194743",31575,52884 +"194744",31575,63041 +"194745",31575,74516 +"194746",31575,75623 +"194747",31575,77517 +"194748",31575,77522 +"194749",31575,77528 +"194750",31575,77607 +"194751",31575,81526 +"194752",31575,97767 +"194753",31575,100918 +"194754",31577,36898 +"194755",31577,66842 +"194756",31577,71227 +"194757",31578,35582 +"194758",31579,31582 +"194759",31579,31671 +"194760",31579,31919 +"194761",31579,33835 +"194762",31579,40176 +"194763",31579,41857 +"194764",31579,60345 +"194765",31579,68810 +"194766",31579,78444 +"194767",31579,84666 +"194768",31579,84709 +"194769",31579,89283 +"194770",31579,97583 +"194771",31579,101650 +"194772",31580,98657 +"194773",31581,32891 +"194774",31581,32905 +"194775",31581,32972 +"194776",31581,34508 +"194777",31581,48949 +"194778",31581,70370 +"194779",31582,31671 +"194780",31582,53925 +"194781",31583,31806 +"194782",31583,46436 +"194783",31583,70463 +"194784",31584,31597 +"194785",31584,80079 +"194786",31584,104369 +"194787",31585,31757 +"194788",31585,31758 +"194789",31585,40622 +"194790",31586,55022 +"194791",31586,90901 +"194792",31586,108740 +"194793",31586,108741 +"194794",31587,31588 +"194795",31587,32943 +"194796",31587,41409 +"194797",31587,41645 +"194798",31587,58566 +"194799",31587,67817 +"194800",31587,74355 +"194801",31587,88434 +"194802",31588,32943 +"194803",31588,36453 +"194804",31588,38091 +"194805",31588,41409 +"194806",31588,44057 +"194807",31589,38566 +"194808",31589,40490 +"194809",31589,62083 +"194810",31589,69895 +"194811",31590,33583 +"194812",31590,49979 +"194813",31590,61556 +"194814",31590,117265 +"194815",31592,31593 +"194816",31592,31602 +"194817",31592,32324 +"194818",31593,31602 +"194819",31593,32324 +"194820",31593,76532 +"194821",31593,77518 +"194822",31593,87153 +"194823",31593,87170 +"194824",31593,87174 +"194825",31595,31701 +"194826",31596,33652 +"194827",31596,33978 +"194828",31596,40848 +"194829",31596,46647 +"194830",31596,53837 +"194831",31596,55273 +"194832",31596,61074 +"194833",31596,77488 +"194834",31596,81934 +"194835",31596,91735 +"194836",31596,93093 +"194837",31596,93483 +"194838",31596,96401 +"194839",31596,108892 +"194840",31596,109623 +"194841",31599,83019 +"194842",31599,108891 +"194843",31600,31632 +"194844",31600,31637 +"194845",31600,31687 +"194846",31601,31610 +"194847",31601,37001 +"194848",31601,43495 +"194849",31602,32324 +"194850",31602,35410 +"194851",31603,34040 +"194852",31603,46717 +"194853",31603,63115 +"194854",31603,83096 +"194855",31603,96929 +"194856",31603,97635 +"194857",31603,110821 +"194858",31603,122644 +"194859",31604,32009 +"194860",31604,39432 +"194861",31604,49891 +"194862",31604,53947 +"194863",31604,57728 +"194864",31604,60322 +"194865",31605,31606 +"194866",31605,37544 +"194867",31605,37752 +"194868",31605,55541 +"194869",31605,57641 +"194870",31605,64957 +"194871",31605,92642 +"194872",31605,114273 +"194873",31606,33413 +"194874",31606,39581 +"194875",31606,41513 +"194876",31606,57641 +"194877",31606,58829 +"194878",31606,65070 +"194879",31606,76885 +"194880",31606,117141 +"194881",31606,117142 +"194882",31606,118591 +"194883",31606,119921 +"194884",31606,120546 +"194885",31606,120579 +"194886",31606,122809 +"194887",31607,88777 +"194888",31607,103720 +"194889",31608,48439 +"194890",31608,96333 +"194891",31608,105779 +"194892",31608,108360 +"194893",31608,108995 +"194894",31608,109540 +"194895",31608,116843 +"194896",31608,117285 +"194897",31609,32296 +"194898",31609,32398 +"194899",31609,32695 +"194900",31609,32732 +"194901",31609,33569 +"194902",31609,34885 +"194903",31609,56317 +"194904",31609,76127 +"194905",31609,79973 +"194906",31609,112639 +"194907",31610,37001 +"194908",31610,96896 +"194909",31611,40941 +"194910",31611,71926 +"194911",31611,85657 +"194912",31611,90494 +"194913",31612,33679 +"194914",31612,38146 +"194915",31612,44472 +"194916",31612,44556 +"194917",31612,52846 +"194918",31612,52876 +"194919",31612,57150 +"194920",31613,39005 +"194921",31613,39006 +"194922",31613,39018 +"194923",31613,42937 +"194924",31614,32714 +"194925",31614,33182 +"194926",31614,33560 +"194927",31614,33565 +"194928",31614,33767 +"194929",31614,42716 +"194930",31614,45355 +"194931",31614,61691 +"194932",31614,71107 +"194933",31614,80402 +"194934",31614,90762 +"194935",31614,94771 +"194936",31614,104364 +"194937",31614,113453 +"194938",31615,31760 +"194939",31615,66583 +"194940",31615,80017 +"194941",31615,82179 +"194942",31616,45086 +"194943",31616,69414 +"194944",31617,36612 +"194945",31617,39850 +"194946",31617,47722 +"194947",31617,47731 +"194948",31618,36355 +"194949",31619,41888 +"194950",31619,53164 +"194951",31619,90798 +"194952",31619,102651 +"194953",31619,102681 +"194954",31619,108244 +"194955",31620,52262 +"194956",31620,79905 +"194957",31620,104892 +"194958",31621,32700 +"194959",31621,46973 +"194960",31621,51406 +"194961",31621,61999 +"194962",31621,83339 +"194963",31621,83361 +"194964",31621,95966 +"194965",31621,96539 +"194966",31621,103491 +"194967",31622,31710 +"194968",31623,119399 +"194969",31624,31716 +"194970",31625,40878 +"194971",31625,43986 +"194972",31626,36698 +"194973",31626,39751 +"194974",31626,39799 +"194975",31626,40152 +"194976",31626,46197 +"194977",31626,61841 +"194978",31626,77521 +"194979",31626,78273 +"194980",31627,62357 +"194981",31627,90208 +"194982",31628,36986 +"194983",31628,45127 +"194984",31628,69554 +"194985",31629,61487 +"194986",31629,68055 +"194987",31630,41861 +"194988",31630,57346 +"194989",31630,61105 +"194990",31630,105565 +"194991",31631,37826 +"194992",31631,43131 +"194993",31631,110669 +"194994",31631,118582 +"194995",31632,31637 +"194996",31632,31687 +"194997",31633,44473 +"194998",31633,44501 +"194999",31633,45899 +"195000",31633,45900 +"195001",31633,45901 +"195002",31633,55253 +"195003",31634,31673 +"195004",31634,80219 +"195005",31637,31687 +"195006",31638,34543 +"195007",31638,38578 +"195008",31638,44080 +"195009",31638,53892 +"195010",31638,75146 +"195011",31638,77425 +"195012",31638,78991 +"195013",31638,79039 +"195014",31638,96027 +"195015",31638,96068 +"195016",31638,99311 +"195017",31638,112701 +"195018",31638,112702 +"195019",31638,112751 +"195020",31638,120450 +"195021",31638,120457 +"195022",31639,41238 +"195023",31639,69250 +"195024",31639,71560 +"195025",31640,46239 +"195026",31640,62639 +"195027",31640,67402 +"195028",31640,70869 +"195029",31640,76579 +"195030",31640,99932 +"195031",31640,106501 +"195032",31641,67919 +"195033",31642,34689 +"195034",31642,103014 +"195035",31643,31736 +"195036",31643,62077 +"195037",31643,113569 +"195038",31643,113589 +"195039",31644,31735 +"195040",31644,62035 +"195041",31644,95026 +"195042",31645,31720 +"195043",31645,31737 +"195044",31645,31739 +"195045",31646,43778 +"195046",31646,43785 +"195047",31646,43838 +"195048",31646,43849 +"195049",31647,31648 +"195050",31648,71921 +"195051",31648,71951 +"195052",31649,41912 +"195053",31649,43594 +"195054",31649,44178 +"195055",31649,54388 +"195056",31649,59560 +"195057",31649,88079 +"195058",31649,102417 +"195059",31649,107000 +"195060",31650,42109 +"195061",31650,52106 +"195062",31650,52224 +"195063",31650,73239 +"195064",31651,37893 +"195065",31651,43443 +"195066",31651,65571 +"195067",31651,70097 +"195068",31651,74797 +"195069",31652,66560 +"195070",31652,67229 +"195071",31652,75196 +"195072",31652,115793 +"195073",31652,116708 +"195074",31653,51945 +"195075",31653,61141 +"195076",31653,97428 +"195077",31653,101722 +"195078",31653,121096 +"195079",31654,32370 +"195080",31654,32396 +"195081",31654,32462 +"195082",31654,32522 +"195083",31654,33228 +"195084",31654,83472 +"195085",31655,40931 +"195086",31655,45626 +"195087",31655,48101 +"195088",31655,49997 +"195089",31655,50209 +"195090",31655,52464 +"195091",31655,52858 +"195092",31655,62540 +"195093",31655,69782 +"195094",31655,69832 +"195095",31656,42663 +"195096",31656,89474 +"195097",31657,44439 +"195098",31657,45401 +"195099",31657,49332 +"195100",31657,92467 +"195101",31657,118408 +"195102",31658,31961 +"195103",31658,31996 +"195104",31658,37966 +"195105",31658,44983 +"195106",31658,45709 +"195107",31658,47688 +"195108",31658,47872 +"195109",31658,50102 +"195110",31658,57783 +"195111",31658,58621 +"195112",31658,59646 +"195113",31658,65800 +"195114",31658,67564 +"195115",31658,68111 +"195116",31658,69362 +"195117",31658,71693 +"195118",31658,76590 +"195119",31658,86600 +"195120",31658,88782 +"195121",31658,92517 +"195122",31658,100140 +"195123",31658,105198 +"195124",31658,105616 +"195125",31658,110250 +"195126",31658,112711 +"195127",31658,115582 +"195128",31658,122588 +"195129",31658,122819 +"195130",31658,122852 +"195131",31658,122861 +"195132",31658,122863 +"195133",31658,122864 +"195134",31659,31660 +"195135",31662,96878 +"195136",31662,119917 +"195137",31663,55105 +"195138",31663,70987 +"195139",31664,36141 +"195140",31664,38015 +"195141",31664,40677 +"195142",31664,52932 +"195143",31664,52940 +"195144",31664,53628 +"195145",31664,53924 +"195146",31664,54262 +"195147",31664,61337 +"195148",31664,92741 +"195149",31664,103089 +"195150",31664,103116 +"195151",31664,103155 +"195152",31664,120092 +"195153",31665,43289 +"195154",31665,43390 +"195155",31666,31695 +"195156",31666,69783 +"195157",31666,77156 +"195158",31666,78457 +"195159",31666,80395 +"195160",31666,93120 +"195161",31666,95182 +"195162",31666,95217 +"195163",31667,33204 +"195164",31667,61580 +"195165",31667,67406 +"195166",31667,68090 +"195167",31667,68149 +"195168",31668,63502 +"195169",31668,82187 +"195170",31668,87851 +"195171",31669,71007 +"195172",31669,71042 +"195173",31671,36559 +"195174",31671,37314 +"195175",31671,37884 +"195176",31671,39355 +"195177",31671,44200 +"195178",31671,45558 +"195179",31671,47009 +"195180",31671,47947 +"195181",31671,51592 +"195182",31671,55021 +"195183",31671,57307 +"195184",31671,57372 +"195185",31671,57843 +"195186",31671,60301 +"195187",31671,60310 +"195188",31671,60348 +"195189",31671,60407 +"195190",31671,62178 +"195191",31672,31681 +"195192",31672,31708 +"195193",31673,100476 +"195194",31673,114656 +"195195",31674,39319 +"195196",31674,89659 +"195197",31674,94666 +"195198",31675,68805 +"195199",31676,40515 +"195200",31677,53198 +"195201",31678,35031 +"195202",31678,35102 +"195203",31678,39400 +"195204",31678,44718 +"195205",31678,50969 +"195206",31678,54702 +"195207",31678,61532 +"195208",31678,66219 +"195209",31678,70526 +"195210",31678,75312 +"195211",31678,78868 +"195212",31678,81651 +"195213",31678,83406 +"195214",31678,84830 +"195215",31678,85139 +"195216",31678,92551 +"195217",31678,99163 +"195218",31678,110300 +"195219",31679,34260 +"195220",31679,84000 +"195221",31679,84023 +"195222",31679,109935 +"195223",31679,119150 +"195224",31680,61358 +"195225",31680,79661 +"195226",31680,98796 +"195227",31681,31708 +"195228",31682,34700 +"195229",31682,41782 +"195230",31682,60543 +"195231",31682,105372 +"195232",31683,31693 +"195233",31683,35251 +"195234",31685,38857 +"195235",31685,87299 +"195236",31685,87571 +"195237",31685,100785 +"195238",31686,36344 +"195239",31686,38142 +"195240",31686,51072 +"195241",31686,64146 +"195242",31686,102426 +"195243",31687,109423 +"195244",31687,109424 +"195245",31687,118352 +"195246",31688,56706 +"195247",31688,56847 +"195248",31688,56849 +"195249",31689,47384 +"195250",31689,49171 +"195251",31689,107884 +"195252",31691,41317 +"195253",31691,86129 +"195254",31691,115997 +"195255",31691,116015 +"195256",31692,105182 +"195257",31693,35251 +"195258",31693,36129 +"195259",31693,38755 +"195260",31693,40805 +"195261",31693,46846 +"195262",31693,58463 +"195263",31693,65726 +"195264",31695,53536 +"195265",31696,39354 +"195266",31696,56610 +"195267",31696,69604 +"195268",31697,75491 +"195269",31697,82550 +"195270",31697,91848 +"195271",31697,100060 +"195272",31698,35549 +"195273",31698,38894 +"195274",31698,40038 +"195275",31698,49775 +"195276",31698,69905 +"195277",31698,79047 +"195278",31698,97888 +"195279",31698,98917 +"195280",31699,96992 +"195281",31700,32361 +"195282",31700,33275 +"195283",31700,33883 +"195284",31700,36286 +"195285",31700,36767 +"195286",31700,37238 +"195287",31700,37937 +"195288",31700,40419 +"195289",31700,42608 +"195290",31700,44180 +"195291",31700,45818 +"195292",31700,51476 +"195293",31700,51892 +"195294",31700,53755 +"195295",31700,54168 +"195296",31700,57210 +"195297",31700,58482 +"195298",31700,59172 +"195299",31700,59816 +"195300",31700,60172 +"195301",31700,61874 +"195302",31700,63274 +"195303",31700,66322 +"195304",31700,67327 +"195305",31700,70854 +"195306",31700,71683 +"195307",31700,72568 +"195308",31700,72628 +"195309",31700,73767 +"195310",31700,74047 +"195311",31700,76691 +"195312",31700,78532 +"195313",31700,81609 +"195314",31700,83186 +"195315",31700,85885 +"195316",31700,91255 +"195317",31700,92247 +"195318",31700,92352 +"195319",31700,92362 +"195320",31700,92929 +"195321",31700,93719 +"195322",31700,94906 +"195323",31700,94946 +"195324",31700,95290 +"195325",31700,95889 +"195326",31700,96093 +"195327",31700,97988 +"195328",31700,99309 +"195329",31700,99376 +"195330",31700,99450 +"195331",31700,99471 +"195332",31700,99474 +"195333",31700,100916 +"195334",31700,100944 +"195335",31700,101126 +"195336",31700,101329 +"195337",31700,104762 +"195338",31700,105557 +"195339",31700,107199 +"195340",31700,108743 +"195341",31700,108980 +"195342",31700,109291 +"195343",31700,109933 +"195344",31700,110483 +"195345",31700,110567 +"195346",31700,110572 +"195347",31700,110630 +"195348",31700,110648 +"195349",31700,110711 +"195350",31700,110770 +"195351",31700,110869 +"195352",31700,110911 +"195353",31700,111285 +"195354",31700,111314 +"195355",31700,111362 +"195356",31700,111372 +"195357",31700,111424 +"195358",31700,111433 +"195359",31700,112422 +"195360",31700,113269 +"195361",31700,113430 +"195362",31700,114242 +"195363",31700,114842 +"195364",31700,115427 +"195365",31700,115521 +"195366",31700,115711 +"195367",31701,48289 +"195368",31701,67904 +"195369",31701,69353 +"195370",31702,41811 +"195371",31703,61153 +"195372",31703,73181 +"195373",31703,112586 +"195374",31704,40656 +"195375",31704,57184 +"195376",31704,62324 +"195377",31704,71704 +"195378",31704,92184 +"195379",31705,47137 +"195380",31705,62151 +"195381",31705,70235 +"195382",31705,70685 +"195383",31705,77550 +"195384",31705,78948 +"195385",31707,36915 +"195386",31707,36994 +"195387",31708,111245 +"195388",31709,55250 +"195389",31710,63190 +"195390",31711,72163 +"195391",31711,77722 +"195392",31711,80003 +"195393",31711,84137 +"195394",31711,85938 +"195395",31711,96588 +"195396",31712,80086 +"195397",31713,34550 +"195398",31713,41053 +"195399",31713,52088 +"195400",31714,34897 +"195401",31714,49675 +"195402",31714,98746 +"195403",31714,106479 +"195404",31714,116440 +"195405",31715,55651 +"195406",31715,56497 +"195407",31715,56530 +"195408",31715,76651 +"195409",31715,94313 +"195410",31715,97461 +"195411",31715,99406 +"195412",31715,107659 +"195413",31715,111562 +"195414",31715,117259 +"195415",31716,75809 +"195416",31716,105289 +"195417",31717,32787 +"195418",31718,36187 +"195419",31718,39269 +"195420",31718,40358 +"195421",31718,41580 +"195422",31718,42529 +"195423",31718,42578 +"195424",31718,42662 +"195425",31718,45809 +"195426",31718,49061 +"195427",31718,54236 +"195428",31718,57204 +"195429",31719,94756 +"195430",31719,106123 +"195431",31719,118405 +"195432",31720,31737 +"195433",31720,31739 +"195434",31721,42356 +"195435",31721,49055 +"195436",31721,64599 +"195437",31722,38087 +"195438",31722,82837 +"195439",31722,86945 +"195440",31722,107598 +"195441",31722,114577 +"195442",31723,38292 +"195443",31723,46501 +"195444",31723,60985 +"195445",31723,67535 +"195446",31723,78969 +"195447",31723,83398 +"195448",31723,83414 +"195449",31724,32329 +"195450",31724,32334 +"195451",31724,32349 +"195452",31724,32401 +"195453",31724,34921 +"195454",31724,35726 +"195455",31724,36817 +"195456",31724,45347 +"195457",31724,45420 +"195458",31724,45421 +"195459",31724,45422 +"195460",31724,46781 +"195461",31724,51221 +"195462",31724,52215 +"195463",31724,61534 +"195464",31724,82819 +"195465",31725,64942 +"195466",31725,79253 +"195467",31725,88765 +"195468",31726,31853 +"195469",31726,85410 +"195470",31726,118332 +"195471",31727,31729 +"195472",31727,41219 +"195473",31727,50094 +"195474",31727,66788 +"195475",31727,90502 +"195476",31727,97651 +"195477",31728,46318 +"195478",31729,66788 +"195479",31729,83060 +"195480",31730,57755 +"195481",31730,74163 +"195482",31730,113132 +"195483",31731,36087 +"195484",31732,48307 +"195485",31732,49984 +"195486",31732,72863 +"195487",31732,77211 +"195488",31732,106453 +"195489",31732,109975 +"195490",31732,114762 +"195491",31733,46647 +"195492",31733,76472 +"195493",31733,85935 +"195494",31733,90578 +"195495",31734,48860 +"195496",31734,79405 +"195497",31735,51862 +"195498",31736,53116 +"195499",31737,31739 +"195500",31741,47134 +"195501",31741,53516 +"195502",31742,34946 +"195503",31742,78089 +"195504",31742,80825 +"195505",31743,53631 +"195506",31743,86481 +"195507",31743,90138 +"195508",31743,93328 +"195509",31743,106389 +"195510",31743,123330 +"195511",31745,31746 +"195512",31745,53289 +"195513",31745,61281 +"195514",31745,94233 +"195515",31745,94254 +"195516",31746,63806 +"195517",31747,34310 +"195518",31747,58122 +"195519",31747,79614 +"195520",31747,84748 +"195521",31747,93716 +"195522",31747,95647 +"195523",31749,31863 +"195524",31750,31794 +"195525",31750,31800 +"195526",31750,45965 +"195527",31750,48413 +"195528",31750,61227 +"195529",31751,34988 +"195530",31751,36031 +"195531",31751,43448 +"195532",31751,60883 +"195533",31751,68317 +"195534",31751,75320 +"195535",31751,82533 +"195536",31751,83680 +"195537",31751,83744 +"195538",31751,84128 +"195539",31751,89681 +"195540",31751,90234 +"195541",31751,90321 +"195542",31752,54206 +"195543",31752,54621 +"195544",31752,61345 +"195545",31752,92933 +"195546",31752,117949 +"195547",31753,32935 +"195548",31753,37961 +"195549",31753,41077 +"195550",31753,50766 +"195551",31753,54372 +"195552",31753,68559 +"195553",31753,105318 +"195554",31753,105324 +"195555",31753,105358 +"195556",31754,31850 +"195557",31754,31910 +"195558",31755,36594 +"195559",31755,38991 +"195560",31755,43251 +"195561",31755,50485 +"195562",31755,104375 +"195563",31756,41521 +"195564",31756,43681 +"195565",31756,51287 +"195566",31756,53931 +"195567",31756,56200 +"195568",31756,56214 +"195569",31756,78320 +"195570",31756,78322 +"195571",31756,93405 +"195572",31756,93459 +"195573",31757,31758 +"195574",31757,87482 +"195575",31758,70856 +"195576",31759,52763 +"195577",31759,68248 +"195578",31760,40641 +"195579",31760,67974 +"195580",31761,78271 +"195581",31762,38247 +"195582",31762,42816 +"195583",31762,46449 +"195584",31762,49371 +"195585",31762,65557 +"195586",31762,65562 +"195587",31762,78735 +"195588",31762,93249 +"195589",31763,49917 +"195590",31764,34307 +"195591",31764,72752 +"195592",31764,92013 +"195593",31764,117423 +"195594",31764,123104 +"195595",31765,34116 +"195596",31765,46545 +"195597",31765,66681 +"195598",31765,85210 +"195599",31765,85221 +"195600",31765,85223 +"195601",31765,85235 +"195602",31765,85236 +"195603",31766,59825 +"195604",31767,32069 +"195605",31767,44005 +"195606",31767,44581 +"195607",31767,44855 +"195608",31767,45506 +"195609",31767,46071 +"195610",31767,48523 +"195611",31767,51299 +"195612",31767,52924 +"195613",31767,78032 +"195614",31767,80732 +"195615",31767,98173 +"195616",31767,122076 +"195617",31769,31821 +"195618",31770,31873 +"195619",31770,37798 +"195620",31770,43576 +"195621",31770,47069 +"195622",31770,52205 +"195623",31770,73348 +"195624",31770,101262 +"195625",31770,110613 +"195626",31770,110617 +"195627",31770,114600 +"195628",31771,31823 +"195629",31771,44871 +"195630",31771,56546 +"195631",31771,95744 +"195632",31772,37130 +"195633",31772,38962 +"195634",31772,56401 +"195635",31772,62278 +"195636",31773,72805 +"195637",31774,39501 +"195638",31774,64864 +"195639",31774,71691 +"195640",31774,84537 +"195641",31774,88398 +"195642",31774,90419 +"195643",31774,110305 +"195644",31775,76890 +"195645",31775,111107 +"195646",31777,49271 +"195647",31777,74216 +"195648",31778,56897 +"195649",31778,56947 +"195650",31779,59991 +"195651",31779,62133 +"195652",31780,112189 +"195653",31782,63416 +"195654",31784,79555 +"195655",31784,79560 +"195656",31785,31847 +"195657",31785,36880 +"195658",31785,46837 +"195659",31785,52232 +"195660",31785,78938 +"195661",31785,79573 +"195662",31785,81922 +"195663",31785,84137 +"195664",31785,84462 +"195665",31785,89641 +"195666",31785,91465 +"195667",31785,100584 +"195668",31785,119784 +"195669",31785,121554 +"195670",31786,38191 +"195671",31786,38303 +"195672",31786,38374 +"195673",31786,47348 +"195674",31786,64798 +"195675",31786,80035 +"195676",31787,104319 +"195677",31788,51455 +"195678",31791,56471 +"195679",31792,31899 +"195680",31793,37477 +"195681",31793,78938 +"195682",31793,89641 +"195683",31793,100584 +"195684",31793,103598 +"195685",31793,110727 +"195686",31793,110805 +"195687",31794,31800 +"195688",31794,44088 +"195689",31794,85201 +"195690",31795,37435 +"195691",31795,45408 +"195692",31795,45563 +"195693",31795,69215 +"195694",31795,75993 +"195695",31795,99191 +"195696",31795,105262 +"195697",31795,107410 +"195698",31795,108872 +"195699",31795,111156 +"195700",31795,114895 +"195701",31796,76542 +"195702",31796,108621 +"195703",31797,84820 +"195704",31797,108115 +"195705",31798,33886 +"195706",31799,37000 +"195707",31799,40735 +"195708",31799,44636 +"195709",31799,47176 +"195710",31799,50632 +"195711",31799,58035 +"195712",31799,64968 +"195713",31799,65008 +"195714",31799,65029 +"195715",31799,67434 +"195716",31799,71019 +"195717",31799,80471 +"195718",31799,94440 +"195719",31799,103004 +"195720",31799,117617 +"195721",31800,44088 +"195722",31800,51233 +"195723",31800,53775 +"195724",31800,55973 +"195725",31800,85201 +"195726",31800,93630 +"195727",31800,103129 +"195728",31800,118327 +"195729",31800,122904 +"195730",31801,43989 +"195731",31801,44460 +"195732",31801,48601 +"195733",31802,46300 +"195734",31802,56001 +"195735",31802,62179 +"195736",31802,64465 +"195737",31802,70393 +"195738",31803,42736 +"195739",31803,54440 +"195740",31803,67121 +"195741",31804,52955 +"195742",31804,67456 +"195743",31805,39772 +"195744",31805,42381 +"195745",31805,111488 +"195746",31805,120462 +"195747",31807,32194 +"195748",31807,52559 +"195749",31807,71435 +"195750",31807,77871 +"195751",31807,108699 +"195752",31807,108709 +"195753",31809,32692 +"195754",31809,32693 +"195755",31809,60082 +"195756",31810,31845 +"195757",31810,37793 +"195758",31811,31812 +"195759",31813,74088 +"195760",31813,110783 +"195761",31814,73848 +"195762",31814,113702 +"195763",31815,61060 +"195764",31815,77598 +"195765",31816,31849 +"195766",31816,54208 +"195767",31817,31818 +"195768",31817,31847 +"195769",31817,39406 +"195770",31817,64814 +"195771",31817,81083 +"195772",31817,83619 +"195773",31818,31847 +"195774",31818,32168 +"195775",31818,39230 +"195776",31818,77676 +"195777",31818,77696 +"195778",31818,91465 +"195779",31818,103405 +"195780",31818,103406 +"195781",31819,31854 +"195782",31819,32340 +"195783",31819,33665 +"195784",31819,33872 +"195785",31819,34527 +"195786",31819,36917 +"195787",31819,38301 +"195788",31819,38373 +"195789",31819,42004 +"195790",31819,52879 +"195791",31819,59850 +"195792",31819,61047 +"195793",31819,84447 +"195794",31819,84823 +"195795",31819,91980 +"195796",31819,93066 +"195797",31819,95385 +"195798",31819,96279 +"195799",31819,113524 +"195800",31820,45136 +"195801",31820,49962 +"195802",31820,55297 +"195803",31820,57892 +"195804",31820,58659 +"195805",31820,64270 +"195806",31820,82125 +"195807",31820,82138 +"195808",31820,82139 +"195809",31820,82141 +"195810",31820,82150 +"195811",31820,82164 +"195812",31821,88501 +"195813",31821,113833 +"195814",31824,38125 +"195815",31824,38584 +"195816",31824,47023 +"195817",31824,50425 +"195818",31824,67047 +"195819",31824,99081 +"195820",31824,101743 +"195821",31824,102274 +"195822",31824,118522 +"195823",31825,32349 +"195824",31825,36010 +"195825",31825,40329 +"195826",31825,77077 +"195827",31825,86734 +"195828",31825,96612 +"195829",31825,105527 +"195830",31826,33360 +"195831",31826,37512 +"195832",31827,32067 +"195833",31827,37782 +"195834",31827,76184 +"195835",31827,109950 +"195836",31829,31913 +"195837",31829,66805 +"195838",31829,68589 +"195839",31829,68715 +"195840",31829,69887 +"195841",31829,118676 +"195842",31829,118715 +"195843",31829,121165 +"195844",31830,112513 +"195845",31830,112538 +"195846",31831,41662 +"195847",31831,46030 +"195848",31831,46358 +"195849",31831,46392 +"195850",31832,40083 +"195851",31832,56730 +"195852",31833,95231 +"195853",31833,107699 +"195854",31834,110280 +"195855",31835,41559 +"195856",31835,79327 +"195857",31836,33604 +"195858",31836,45765 +"195859",31836,64059 +"195860",31836,67594 +"195861",31836,69668 +"195862",31836,69714 +"195863",31836,77170 +"195864",31836,78694 +"195865",31836,90357 +"195866",31836,93717 +"195867",31836,97387 +"195868",31836,97407 +"195869",31836,97411 +"195870",31836,97413 +"195871",31840,39057 +"195872",31840,39128 +"195873",31840,48646 +"195874",31840,71896 +"195875",31840,87706 +"195876",31841,94952 +"195877",31842,52156 +"195878",31842,55992 +"195879",31842,70901 +"195880",31842,71146 +"195881",31842,94444 +"195882",31843,44843 +"195883",31844,110828 +"195884",31845,98650 +"195885",31846,43338 +"195886",31846,46701 +"195887",31846,64829 +"195888",31846,80089 +"195889",31846,80635 +"195890",31846,97244 +"195891",31847,39230 +"195892",31847,47118 +"195893",31847,52232 +"195894",31847,79573 +"195895",31850,31910 +"195896",31850,111944 +"195897",31850,111945 +"195898",31850,116632 +"195899",31851,58654 +"195900",31851,69606 +"195901",31851,93914 +"195902",31851,114752 +"195903",31851,114760 +"195904",31852,76380 +"195905",31852,77167 +"195906",31852,78136 +"195907",31852,78791 +"195908",31852,96003 +"195909",31853,33196 +"195910",31853,62309 +"195911",31853,65893 +"195912",31853,72534 +"195913",31853,118332 +"195914",31854,32340 +"195915",31854,32713 +"195916",31854,38301 +"195917",31854,38373 +"195918",31854,42069 +"195919",31854,44742 +"195920",31854,44944 +"195921",31854,46349 +"195922",31854,51806 +"195923",31854,52679 +"195924",31854,65523 +"195925",31854,70201 +"195926",31854,70960 +"195927",31854,80324 +"195928",31854,81130 +"195929",31854,86255 +"195930",31854,86359 +"195931",31854,91188 +"195932",31854,94995 +"195933",31855,53377 +"195934",31856,31894 +"195935",31856,48836 +"195936",31857,32109 +"195937",31857,41167 +"195938",31858,36967 +"195939",31858,41509 +"195940",31858,44464 +"195941",31858,64978 +"195942",31859,36140 +"195943",31861,41627 +"195944",31861,44420 +"195945",31861,53741 +"195946",31861,53853 +"195947",31861,55385 +"195948",31861,68606 +"195949",31861,71187 +"195950",31862,81403 +"195951",31862,112012 +"195952",31863,54342 +"195953",31864,61855 +"195954",31865,79752 +"195955",31865,86967 +"195956",31865,114955 +"195957",31866,32207 +"195958",31866,34138 +"195959",31866,36020 +"195960",31866,39550 +"195961",31866,49515 +"195962",31866,64373 +"195963",31866,73769 +"195964",31866,83660 +"195965",31866,87907 +"195966",31866,93080 +"195967",31866,107034 +"195968",31866,119869 +"195969",31867,31872 +"195970",31867,41952 +"195971",31868,35135 +"195972",31868,37905 +"195973",31868,100397 +"195974",31869,58147 +"195975",31869,82972 +"195976",31870,36040 +"195977",31870,53548 +"195978",31871,52006 +"195979",31871,100135 +"195980",31871,118127 +"195981",31871,122997 +"195982",31872,34157 +"195983",31872,41952 +"195984",31872,57432 +"195985",31872,57639 +"195986",31872,70998 +"195987",31872,104190 +"195988",31874,31917 +"195989",31874,44437 +"195990",31874,47725 +"195991",31875,85046 +"195992",31875,88582 +"195993",31876,31877 +"195994",31876,44802 +"195995",31877,38096 +"195996",31877,71908 +"195997",31877,72893 +"195998",31877,87254 +"195999",31877,90036 +"196000",31877,111934 +"196001",31878,74870 +"196002",31879,96242 +"196003",31879,96251 +"196004",31879,96265 +"196005",31879,96267 +"196006",31880,41246 +"196007",31880,62313 +"196008",31881,75496 +"196009",31882,31883 +"196010",31882,33913 +"196011",31882,76833 +"196012",31882,84657 +"196013",31882,89292 +"196014",31882,94001 +"196015",31884,39256 +"196016",31884,39633 +"196017",31884,68423 +"196018",31886,61571 +"196019",31886,92818 +"196020",31886,121738 +"196021",31887,67765 +"196022",31887,67863 +"196023",31887,71523 +"196024",31887,82534 +"196025",31888,31906 +"196026",31888,43581 +"196027",31888,62538 +"196028",31890,31901 +"196029",31890,33573 +"196030",31890,43008 +"196031",31890,43345 +"196032",31890,47564 +"196033",31890,73113 +"196034",31890,95402 +"196035",31891,43418 +"196036",31891,54782 +"196037",31891,57595 +"196038",31891,60524 +"196039",31891,112492 +"196040",31891,114663 +"196041",31893,66184 +"196042",31893,67693 +"196043",31893,75346 +"196044",31894,48836 +"196045",31894,49495 +"196046",31894,61532 +"196047",31896,39752 +"196048",31896,67183 +"196049",31896,68829 +"196050",31896,111622 +"196051",31897,32070 +"196052",31897,40561 +"196053",31897,46568 +"196054",31897,50659 +"196055",31897,54737 +"196056",31897,56168 +"196057",31897,60846 +"196058",31897,69291 +"196059",31897,78073 +"196060",31897,79331 +"196061",31897,79710 +"196062",31897,79711 +"196063",31897,79720 +"196064",31897,79725 +"196065",31897,79738 +"196066",31897,79748 +"196067",31897,79750 +"196068",31897,79754 +"196069",31897,79758 +"196070",31897,79760 +"196071",31897,79771 +"196072",31897,79780 +"196073",31897,79781 +"196074",31897,79803 +"196075",31898,40474 +"196076",31898,55358 +"196077",31898,80838 +"196078",31899,47261 +"196079",31899,53620 +"196080",31900,81096 +"196081",31901,55153 +"196082",31901,76618 +"196083",31902,41037 +"196084",31902,47111 +"196085",31902,48241 +"196086",31902,60878 +"196087",31902,67018 +"196088",31902,69704 +"196089",31902,84466 +"196090",31902,88692 +"196091",31902,103292 +"196092",31903,57779 +"196093",31903,66226 +"196094",31903,71854 +"196095",31905,34359 +"196096",31905,57231 +"196097",31907,53275 +"196098",31907,58479 +"196099",31907,62824 +"196100",31907,79227 +"196101",31907,82767 +"196102",31907,92986 +"196103",31907,107863 +"196104",31907,108762 +"196105",31907,109651 +"196106",31908,68786 +"196107",31909,39289 +"196108",31909,45151 +"196109",31909,56373 +"196110",31909,56411 +"196111",31909,66730 +"196112",31909,79054 +"196113",31909,81674 +"196114",31909,89243 +"196115",31909,102301 +"196116",31909,104256 +"196117",31909,112391 +"196118",31909,113955 +"196119",31911,54207 +"196120",31911,58669 +"196121",31911,58706 +"196122",31911,58752 +"196123",31912,38908 +"196124",31912,44684 +"196125",31914,66740 +"196126",31914,79656 +"196127",31914,82180 +"196128",31918,53172 +"196129",31918,72597 +"196130",31918,76601 +"196131",31918,78773 +"196132",31918,85570 +"196133",31919,32098 +"196134",31919,68810 +"196135",31920,32939 +"196136",31920,42222 +"196137",31920,64684 +"196138",31921,39000 +"196139",31922,69079 +"196140",31922,87340 +"196141",31922,99064 +"196142",31923,65483 +"196143",31923,113331 +"196144",31924,36892 +"196145",31924,117397 +"196146",31925,31932 +"196147",31925,32011 +"196148",31925,36052 +"196149",31926,33254 +"196150",31926,34111 +"196151",31926,34239 +"196152",31926,41096 +"196153",31926,42317 +"196154",31926,53825 +"196155",31926,79068 +"196156",31926,83663 +"196157",31926,113950 +"196158",31927,35336 +"196159",31927,39490 +"196160",31927,56946 +"196161",31927,75016 +"196162",31927,93165 +"196163",31927,111457 +"196164",31928,50752 +"196165",31928,53682 +"196166",31928,54419 +"196167",31928,92546 +"196168",31928,110891 +"196169",31928,110930 +"196170",31929,32553 +"196171",31929,32642 +"196172",31929,76839 +"196173",31929,91139 +"196174",31929,105605 +"196175",31929,108403 +"196176",31930,32035 +"196177",31930,32595 +"196178",31932,32011 +"196179",31933,83855 +"196180",31934,38991 +"196181",31934,40884 +"196182",31934,43950 +"196183",31934,46962 +"196184",31934,51656 +"196185",31934,64565 +"196186",31934,91705 +"196187",31934,91710 +"196188",31934,91752 +"196189",31934,105580 +"196190",31936,32577 +"196191",31936,53475 +"196192",31936,63851 +"196193",31936,73725 +"196194",31936,80947 +"196195",31936,91581 +"196196",31936,102008 +"196197",31936,106919 +"196198",31936,106935 +"196199",31936,107117 +"196200",31937,44469 +"196201",31937,44538 +"196202",31938,32555 +"196203",31939,32665 +"196204",31939,34109 +"196205",31939,43485 +"196206",31940,32007 +"196207",31940,32605 +"196208",31940,32721 +"196209",31941,65791 +"196210",31941,91632 +"196211",31941,115651 +"196212",31942,32164 +"196213",31942,43684 +"196214",31942,45021 +"196215",31942,46059 +"196216",31942,48547 +"196217",31942,57533 +"196218",31943,74813 +"196219",31943,83238 +"196220",31943,97562 +"196221",31943,101904 +"196222",31944,47429 +"196223",31944,72461 +"196224",31944,107717 +"196225",31945,100201 +"196226",31946,32013 +"196227",31946,47346 +"196228",31949,34129 +"196229",31949,93677 +"196230",31949,98336 +"196231",31949,100427 +"196232",31950,41314 +"196233",31950,54978 +"196234",31950,55493 +"196235",31950,94257 +"196236",31950,95203 +"196237",31950,100359 +"196238",31950,101735 +"196239",31950,115435 +"196240",31950,115822 +"196241",31950,118779 +"196242",31951,36185 +"196243",31951,43173 +"196244",31951,46483 +"196245",31951,51572 +"196246",31951,55352 +"196247",31951,64361 +"196248",31951,65395 +"196249",31951,71983 +"196250",31951,76029 +"196251",31951,77612 +"196252",31951,79656 +"196253",31951,80305 +"196254",31951,88077 +"196255",31951,94386 +"196256",31951,96837 +"196257",31951,97766 +"196258",31951,103452 +"196259",31951,106271 +"196260",31952,45797 +"196261",31952,57093 +"196262",31952,65726 +"196263",31952,78653 +"196264",31953,32486 +"196265",31953,32570 +"196266",31953,35931 +"196267",31953,36250 +"196268",31954,35388 +"196269",31954,35510 +"196270",31954,55199 +"196271",31954,59118 +"196272",31954,62911 +"196273",31954,86261 +"196274",31954,108033 +"196275",31955,59084 +"196276",31955,59094 +"196277",31955,78746 +"196278",31956,39056 +"196279",31956,57409 +"196280",31957,32032 +"196281",31957,32131 +"196282",31957,32173 +"196283",31957,40186 +"196284",31957,45748 +"196285",31957,46154 +"196286",31957,56676 +"196287",31957,71205 +"196288",31957,71419 +"196289",31957,73466 +"196290",31957,89736 +"196291",31957,95994 +"196292",31957,97812 +"196293",31959,32994 +"196294",31959,34686 +"196295",31959,96204 +"196296",31959,96219 +"196297",31959,96279 +"196298",31960,44325 +"196299",31961,31996 +"196300",31961,38456 +"196301",31961,38508 +"196302",31961,44198 +"196303",31961,68111 +"196304",31961,68249 +"196305",31962,38383 +"196306",31962,52214 +"196307",31963,31978 +"196308",31963,31990 +"196309",31963,51276 +"196310",31963,63096 +"196311",31963,76893 +"196312",31963,78360 +"196313",31963,78362 +"196314",31964,39142 +"196315",31964,39143 +"196316",31964,48683 +"196317",31964,73605 +"196318",31964,117146 +"196319",31964,117530 +"196320",31964,117531 +"196321",31964,121003 +"196322",31965,33588 +"196323",31965,33621 +"196324",31965,33634 +"196325",31965,33728 +"196326",31965,33771 +"196327",31966,37463 +"196328",31966,66555 +"196329",31966,100225 +"196330",31966,118570 +"196331",31967,32409 +"196332",31967,44545 +"196333",31967,50632 +"196334",31967,53765 +"196335",31967,54591 +"196336",31967,61719 +"196337",31967,84889 +"196338",31967,108718 +"196339",31967,109943 +"196340",31967,116289 +"196341",31967,120081 +"196342",31968,32300 +"196343",31968,48216 +"196344",31968,53789 +"196345",31968,56921 +"196346",31968,58475 +"196347",31968,58732 +"196348",31968,59966 +"196349",31968,60786 +"196350",31968,60996 +"196351",31969,42851 +"196352",31969,74859 +"196353",31969,78377 +"196354",31969,100719 +"196355",31969,105158 +"196356",31970,33893 +"196357",31970,34480 +"196358",31970,35440 +"196359",31970,40052 +"196360",31970,54551 +"196361",31970,64915 +"196362",31970,87083 +"196363",31970,92845 +"196364",31970,121977 +"196365",31970,121985 +"196366",31972,51326 +"196367",31972,56373 +"196368",31973,61058 +"196369",31973,63225 +"196370",31973,71946 +"196371",31974,49873 +"196372",31974,89513 +"196373",31974,117609 +"196374",31975,32561 +"196375",31975,54321 +"196376",31976,51809 +"196377",31976,53490 +"196378",31976,53515 +"196379",31977,36647 +"196380",31978,31990 +"196381",31978,32724 +"196382",31978,37248 +"196383",31978,75248 +"196384",31979,32140 +"196385",31979,34692 +"196386",31979,39021 +"196387",31979,41834 +"196388",31979,46617 +"196389",31979,47982 +"196390",31979,54749 +"196391",31979,55517 +"196392",31979,56883 +"196393",31979,58364 +"196394",31979,58927 +"196395",31979,60976 +"196396",31979,61608 +"196397",31979,64921 +"196398",31980,38789 +"196399",31982,32174 +"196400",31982,35971 +"196401",31982,37354 +"196402",31982,37472 +"196403",31982,37583 +"196404",31982,38536 +"196405",31982,38564 +"196406",31982,53200 +"196407",31982,63518 +"196408",31982,68276 +"196409",31982,70931 +"196410",31982,88764 +"196411",31982,92017 +"196412",31982,99736 +"196413",31982,100859 +"196414",31982,101150 +"196415",31982,102484 +"196416",31984,49729 +"196417",31984,56367 +"196418",31984,91593 +"196419",31985,32008 +"196420",31985,34594 +"196421",31985,52466 +"196422",31985,77055 +"196423",31985,80057 +"196424",31985,80126 +"196425",31985,80247 +"196426",31985,80253 +"196427",31985,83945 +"196428",31985,84517 +"196429",31985,98052 +"196430",31985,111883 +"196431",31985,115099 +"196432",31986,33811 +"196433",31986,38896 +"196434",31986,43137 +"196435",31987,33544 +"196436",31987,36251 +"196437",31987,36274 +"196438",31987,40183 +"196439",31987,43271 +"196440",31987,43842 +"196441",31987,49711 +"196442",31987,51229 +"196443",31987,51343 +"196444",31987,52259 +"196445",31987,61130 +"196446",31987,61678 +"196447",31987,64803 +"196448",31987,65124 +"196449",31987,69259 +"196450",31987,71289 +"196451",31987,72084 +"196452",31987,75723 +"196453",31987,76309 +"196454",31987,76372 +"196455",31987,76380 +"196456",31987,77167 +"196457",31987,77700 +"196458",31987,82100 +"196459",31987,84566 +"196460",31987,85643 +"196461",31987,86969 +"196462",31987,116914 +"196463",31987,119241 +"196464",31987,120301 +"196465",31988,48721 +"196466",31989,32282 +"196467",31990,37786 +"196468",31990,37801 +"196469",31990,44294 +"196470",31990,44307 +"196471",31990,44312 +"196472",31990,44388 +"196473",31990,44408 +"196474",31990,44421 +"196475",31990,44479 +"196476",31990,44505 +"196477",31990,44507 +"196478",31990,48755 +"196479",31991,88970 +"196480",31991,97774 +"196481",31991,103051 +"196482",31991,105393 +"196483",31991,116792 +"196484",31991,117089 +"196485",31991,117090 +"196486",31992,45635 +"196487",31993,68554 +"196488",31993,122927 +"196489",31994,32040 +"196490",31994,32070 +"196491",31994,56461 +"196492",31994,60644 +"196493",31994,71429 +"196494",31995,34506 +"196495",31995,41362 +"196496",31995,52271 +"196497",31995,55839 +"196498",31995,84153 +"196499",31995,95152 +"196500",31995,105668 +"196501",31996,59866 +"196502",31997,36523 +"196503",31997,46267 +"196504",31997,84702 +"196505",31997,90641 +"196506",31997,94614 +"196507",31998,44407 +"196508",31999,39944 +"196509",31999,49833 +"196510",31999,56855 +"196511",32000,32090 +"196512",32001,48131 +"196513",32001,68643 +"196514",32002,34570 +"196515",32002,47941 +"196516",32002,47962 +"196517",32002,48045 +"196518",32002,51176 +"196519",32002,85615 +"196520",32003,88764 +"196521",32004,32054 +"196522",32004,57965 +"196523",32004,74194 +"196524",32005,59655 +"196525",32005,76826 +"196526",32005,97213 +"196527",32006,53254 +"196528",32006,70877 +"196529",32006,78731 +"196530",32006,100699 +"196531",32006,101667 +"196532",32006,114991 +"196533",32007,32605 +"196534",32007,32721 +"196535",32008,34327 +"196536",32008,34594 +"196537",32008,34615 +"196538",32008,35385 +"196539",32008,35542 +"196540",32008,44729 +"196541",32008,49485 +"196542",32008,84517 +"196543",32008,88583 +"196544",32008,108352 +"196545",32008,112568 +"196546",32008,113189 +"196547",32008,117808 +"196548",32009,36562 +"196549",32009,49891 +"196550",32009,84132 +"196551",32012,32835 +"196552",32012,59827 +"196553",32013,37569 +"196554",32013,47346 +"196555",32014,32563 +"196556",32015,35251 +"196557",32015,35672 +"196558",32015,54879 +"196559",32015,80074 +"196560",32015,80102 +"196561",32015,80149 +"196562",32017,34836 +"196563",32017,37800 +"196564",32017,38019 +"196565",32017,39865 +"196566",32017,40072 +"196567",32017,41315 +"196568",32017,59939 +"196569",32017,60132 +"196570",32017,65006 +"196571",32017,73136 +"196572",32017,77039 +"196573",32017,86232 +"196574",32017,88699 +"196575",32017,90318 +"196576",32017,91912 +"196577",32017,94671 +"196578",32017,100230 +"196579",32017,105092 +"196580",32019,44489 +"196581",32020,32191 +"196582",32020,38398 +"196583",32020,39684 +"196584",32020,40883 +"196585",32020,47026 +"196586",32020,53194 +"196587",32020,61067 +"196588",32021,43404 +"196589",32021,96997 +"196590",32022,33134 +"196591",32023,38807 +"196592",32023,38838 +"196593",32023,38996 +"196594",32023,45591 +"196595",32023,61529 +"196596",32023,69048 +"196597",32023,73887 +"196598",32023,83026 +"196599",32023,90524 +"196600",32023,100198 +"196601",32023,105108 +"196602",32023,108853 +"196603",32023,118256 +"196604",32024,34108 +"196605",32024,40521 +"196606",32024,41226 +"196607",32024,44498 +"196608",32024,93968 +"196609",32025,34163 +"196610",32025,34205 +"196611",32026,37893 +"196612",32026,48260 +"196613",32026,58133 +"196614",32026,65406 +"196615",32026,108272 +"196616",32027,78442 +"196617",32028,104536 +"196618",32029,55466 +"196619",32030,77177 +"196620",32031,38297 +"196621",32031,40889 +"196622",32031,119643 +"196623",32032,32173 +"196624",32032,69394 +"196625",32033,71878 +"196626",32033,71894 +"196627",32033,71964 +"196628",32033,72109 +"196629",32033,72114 +"196630",32034,33243 +"196631",32034,80168 +"196632",32034,86762 +"196633",32034,95327 +"196634",32034,121982 +"196635",32035,32595 +"196636",32035,46050 +"196637",32035,54581 +"196638",32035,61780 +"196639",32036,38330 +"196640",32036,42546 +"196641",32036,58499 +"196642",32036,59125 +"196643",32036,71992 +"196644",32037,33644 +"196645",32037,38904 +"196646",32037,38925 +"196647",32037,38971 +"196648",32037,72497 +"196649",32037,72961 +"196650",32037,72971 +"196651",32038,44707 +"196652",32038,65099 +"196653",32040,32070 +"196654",32042,62274 +"196655",32044,68091 +"196656",32045,32306 +"196657",32045,39133 +"196658",32046,113986 +"196659",32047,48035 +"196660",32047,49305 +"196661",32047,50001 +"196662",32047,56374 +"196663",32047,58646 +"196664",32047,82657 +"196665",32047,95402 +"196666",32048,73854 +"196667",32049,73472 +"196668",32050,81471 +"196669",32052,32900 +"196670",32052,33916 +"196671",32052,44201 +"196672",32052,78221 +"196673",32052,103242 +"196674",32052,107137 +"196675",32052,107138 +"196676",32056,32261 +"196677",32056,51393 +"196678",32057,54761 +"196679",32057,69196 +"196680",32057,95759 +"196681",32058,34230 +"196682",32058,95073 +"196683",32058,116010 +"196684",32060,32235 +"196685",32060,32312 +"196686",32060,35688 +"196687",32060,46239 +"196688",32060,50392 +"196689",32060,52928 +"196690",32060,61715 +"196691",32060,66014 +"196692",32060,71020 +"196693",32060,72488 +"196694",32060,76599 +"196695",32060,81759 +"196696",32060,87634 +"196697",32060,104442 +"196698",32060,104769 +"196699",32060,105663 +"196700",32060,105789 +"196701",32060,107666 +"196702",32061,32100 +"196703",32061,40973 +"196704",32061,80024 +"196705",32062,48842 +"196706",32063,45220 +"196707",32063,66068 +"196708",32064,34238 +"196709",32064,34267 +"196710",32064,34282 +"196711",32064,55867 +"196712",32064,58520 +"196713",32064,72799 +"196714",32064,115790 +"196715",32064,115794 +"196716",32064,115805 +"196717",32065,58460 +"196718",32067,39449 +"196719",32067,45051 +"196720",32067,51108 +"196721",32067,55314 +"196722",32067,64272 +"196723",32067,79634 +"196724",32067,80506 +"196725",32067,82827 +"196726",32067,89798 +"196727",32067,95098 +"196728",32067,109603 +"196729",32067,118293 +"196730",32068,32086 +"196731",32068,104879 +"196732",32069,32429 +"196733",32069,35091 +"196734",32069,43109 +"196735",32069,68710 +"196736",32069,69152 +"196737",32070,40561 +"196738",32070,46568 +"196739",32070,50351 +"196740",32070,50659 +"196741",32070,54737 +"196742",32070,56168 +"196743",32070,60846 +"196744",32070,68951 +"196745",32070,69291 +"196746",32070,78073 +"196747",32070,79331 +"196748",32070,79710 +"196749",32070,79711 +"196750",32070,79720 +"196751",32070,79725 +"196752",32070,79737 +"196753",32070,79738 +"196754",32070,79748 +"196755",32070,79750 +"196756",32070,79754 +"196757",32070,79758 +"196758",32070,79760 +"196759",32070,79771 +"196760",32070,79780 +"196761",32070,79781 +"196762",32070,79803 +"196763",32070,92463 +"196764",32070,92501 +"196765",32070,103203 +"196766",32070,104161 +"196767",32070,105309 +"196768",32071,52830 +"196769",32071,70403 +"196770",32071,92213 +"196771",32072,39102 +"196772",32072,42311 +"196773",32072,45252 +"196774",32072,46443 +"196775",32072,48858 +"196776",32072,62382 +"196777",32072,63773 +"196778",32072,69141 +"196779",32072,80451 +"196780",32072,83225 +"196781",32072,89298 +"196782",32072,90155 +"196783",32072,90610 +"196784",32072,98911 +"196785",32072,100524 +"196786",32072,100658 +"196787",32072,102586 +"196788",32072,110961 +"196789",32072,113919 +"196790",32073,44503 +"196791",32073,55731 +"196792",32073,55741 +"196793",32073,55793 +"196794",32073,71301 +"196795",32073,71302 +"196796",32074,58081 +"196797",32074,58365 +"196798",32074,58378 +"196799",32074,74471 +"196800",32075,46994 +"196801",32075,61111 +"196802",32075,87087 +"196803",32076,32112 +"196804",32078,42741 +"196805",32079,51233 +"196806",32079,123158 +"196807",32080,32081 +"196808",32080,32082 +"196809",32080,32139 +"196810",32080,42991 +"196811",32081,32082 +"196812",32081,32139 +"196813",32082,32139 +"196814",32084,52096 +"196815",32084,67266 +"196816",32084,121218 +"196817",32084,121246 +"196818",32085,45066 +"196819",32085,49877 +"196820",32086,41304 +"196821",32086,60007 +"196822",32086,81592 +"196823",32086,109079 +"196824",32087,36416 +"196825",32087,48802 +"196826",32087,56107 +"196827",32087,75470 +"196828",32087,76299 +"196829",32087,78576 +"196830",32087,100851 +"196831",32087,102331 +"196832",32088,34022 +"196833",32088,71643 +"196834",32088,105081 +"196835",32088,109180 +"196836",32089,44905 +"196837",32090,34988 +"196838",32090,36468 +"196839",32090,53824 +"196840",32090,91271 +"196841",32090,121423 +"196842",32090,121432 +"196843",32091,43946 +"196844",32091,44460 +"196845",32091,102507 +"196846",32092,34384 +"196847",32092,36673 +"196848",32093,92423 +"196849",32093,109053 +"196850",32093,114735 +"196851",32094,43433 +"196852",32094,43658 +"196853",32094,51105 +"196854",32095,72541 +"196855",32095,72650 +"196856",32095,94324 +"196857",32096,46912 +"196858",32096,122508 +"196859",32096,123471 +"196860",32097,38919 +"196861",32097,55550 +"196862",32097,60003 +"196863",32097,63748 +"196864",32097,76746 +"196865",32097,87699 +"196866",32097,90294 +"196867",32097,90306 +"196868",32098,36658 +"196869",32098,45833 +"196870",32098,46941 +"196871",32099,49595 +"196872",32099,91263 +"196873",32099,110007 +"196874",32101,51273 +"196875",32102,32286 +"196876",32102,33918 +"196877",32102,56565 +"196878",32102,78420 +"196879",32102,99552 +"196880",32103,54180 +"196881",32103,56391 +"196882",32103,57419 +"196883",32103,57588 +"196884",32103,60932 +"196885",32103,61578 +"196886",32103,69598 +"196887",32103,69709 +"196888",32103,103699 +"196889",32104,32168 +"196890",32104,32217 +"196891",32105,32631 +"196892",32105,42154 +"196893",32106,38764 +"196894",32106,88797 +"196895",32106,93708 +"196896",32106,119850 +"196897",32108,34487 +"196898",32108,47973 +"196899",32108,65131 +"196900",32108,71404 +"196901",32108,87194 +"196902",32108,90427 +"196903",32108,96007 +"196904",32108,107365 +"196905",32109,35894 +"196906",32109,52838 +"196907",32109,90353 +"196908",32110,39694 +"196909",32110,40930 +"196910",32110,118588 +"196911",32111,44844 +"196912",32113,36960 +"196913",32113,40951 +"196914",32113,47082 +"196915",32113,55820 +"196916",32113,73289 +"196917",32113,77774 +"196918",32113,77795 +"196919",32113,89086 +"196920",32113,95481 +"196921",32113,98745 +"196922",32113,98747 +"196923",32113,98890 +"196924",32113,122970 +"196925",32115,32171 +"196926",32115,36795 +"196927",32115,37465 +"196928",32115,59201 +"196929",32115,59302 +"196930",32115,59328 +"196931",32118,32231 +"196932",32118,32321 +"196933",32119,74967 +"196934",32119,87583 +"196935",32119,91458 +"196936",32119,116499 +"196937",32119,120211 +"196938",32120,39273 +"196939",32120,42745 +"196940",32120,43547 +"196941",32120,44345 +"196942",32120,49274 +"196943",32120,50954 +"196944",32120,57168 +"196945",32120,75869 +"196946",32121,40441 +"196947",32121,55712 +"196948",32121,92308 +"196949",32121,116444 +"196950",32122,34558 +"196951",32124,32486 +"196952",32124,32770 +"196953",32124,34331 +"196954",32124,35482 +"196955",32124,39104 +"196956",32124,47536 +"196957",32124,47537 +"196958",32124,47547 +"196959",32124,47639 +"196960",32124,49976 +"196961",32125,47216 +"196962",32125,78918 +"196963",32126,32238 +"196964",32126,37759 +"196965",32126,45881 +"196966",32127,40213 +"196967",32127,73263 +"196968",32128,34053 +"196969",32130,56256 +"196970",32130,91571 +"196971",32131,32252 +"196972",32131,32296 +"196973",32131,43306 +"196974",32131,46266 +"196975",32131,60878 +"196976",32131,61801 +"196977",32131,70791 +"196978",32131,89736 +"196979",32131,92662 +"196980",32131,98047 +"196981",32131,98721 +"196982",32131,119766 +"196983",32131,119768 +"196984",32131,119829 +"196985",32132,49961 +"196986",32132,50524 +"196987",32133,40991 +"196988",32133,71892 +"196989",32133,98031 +"196990",32133,104105 +"196991",32134,32166 +"196992",32134,32188 +"196993",32134,32204 +"196994",32134,32326 +"196995",32134,40859 +"196996",32134,97463 +"196997",32135,72265 +"196998",32135,74876 +"196999",32136,57384 +"197000",32137,99909 +"197001",32138,35591 +"197002",32138,55226 +"197003",32138,79149 +"197004",32140,32191 +"197005",32140,38293 +"197006",32140,45202 +"197007",32140,54328 +"197008",32140,58364 +"197009",32140,64585 +"197010",32140,72967 +"197011",32141,64346 +"197012",32142,33637 +"197013",32142,88344 +"197014",32142,90696 +"197015",32143,82400 +"197016",32143,82407 +"197017",32143,82427 +"197018",32144,32295 +"197019",32144,33661 +"197020",32144,35672 +"197021",32144,48481 +"197022",32144,55855 +"197023",32145,32146 +"197024",32145,49696 +"197025",32145,89661 +"197026",32145,114687 +"197027",32147,46883 +"197028",32147,50301 +"197029",32147,60923 +"197030",32147,72154 +"197031",32147,73241 +"197032",32147,82202 +"197033",32147,82203 +"197034",32147,87591 +"197035",32147,87594 +"197036",32147,88384 +"197037",32149,34138 +"197038",32149,73300 +"197039",32149,91450 +"197040",32149,91626 +"197041",32150,32263 +"197042",32150,95109 +"197043",32151,92288 +"197044",32151,120187 +"197045",32152,32187 +"197046",32152,32682 +"197047",32152,92416 +"197048",32153,32167 +"197049",32153,36914 +"197050",32153,39948 +"197051",32153,39972 +"197052",32154,69376 +"197053",32154,78884 +"197054",32155,32240 +"197055",32155,39701 +"197056",32155,59953 +"197057",32155,65571 +"197058",32155,75054 +"197059",32156,32249 +"197060",32156,49136 +"197061",32156,59741 +"197062",32157,32247 +"197063",32157,35112 +"197064",32158,32310 +"197065",32158,39531 +"197066",32158,63815 +"197067",32158,77141 +"197068",32158,77158 +"197069",32158,77190 +"197070",32159,42066 +"197071",32159,42485 +"197072",32159,64492 +"197073",32159,69985 +"197074",32159,121925 +"197075",32160,46072 +"197076",32160,46115 +"197077",32160,57529 +"197078",32161,35045 +"197079",32161,74220 +"197080",32161,94286 +"197081",32162,48093 +"197082",32162,69684 +"197083",32163,39465 +"197084",32163,70784 +"197085",32163,77427 +"197086",32163,101024 +"197087",32163,109385 +"197088",32165,32237 +"197089",32165,37005 +"197090",32165,57355 +"197091",32166,32188 +"197092",32166,32204 +"197093",32166,32326 +"197094",32168,32217 +"197095",32168,56034 +"197096",32168,77676 +"197097",32168,77696 +"197098",32168,91465 +"197099",32168,103405 +"197100",32168,103406 +"197101",32169,80171 +"197102",32169,80304 +"197103",32170,74701 +"197104",32171,36795 +"197105",32171,37465 +"197106",32171,59201 +"197107",32171,59302 +"197108",32171,59328 +"197109",32173,40186 +"197110",32173,56096 +"197111",32173,56676 +"197112",32173,63939 +"197113",32173,69394 +"197114",32173,73466 +"197115",32173,95008 +"197116",32173,97812 +"197117",32173,108232 +"197118",32173,109751 +"197119",32174,33635 +"197120",32174,35971 +"197121",32174,48535 +"197122",32174,88764 +"197123",32174,91073 +"197124",32174,99585 +"197125",32174,100496 +"197126",32174,103074 +"197127",32174,103722 +"197128",32174,108514 +"197129",32175,32228 +"197130",32175,36393 +"197131",32175,49655 +"197132",32175,67180 +"197133",32175,76147 +"197134",32176,46688 +"197135",32176,89872 +"197136",32176,109353 +"197137",32177,32192 +"197138",32177,32245 +"197139",32178,37000 +"197140",32179,40956 +"197141",32179,82799 +"197142",32179,108086 +"197143",32180,32304 +"197144",32180,45163 +"197145",32182,33344 +"197146",32182,38373 +"197147",32182,52879 +"197148",32182,53504 +"197149",32182,91980 +"197150",32182,96059 +"197151",32183,80223 +"197152",32184,32307 +"197153",32184,32309 +"197154",32184,45672 +"197155",32185,65920 +"197156",32186,37080 +"197157",32188,32204 +"197158",32188,32326 +"197159",32189,37247 +"197160",32189,95180 +"197161",32190,32294 +"197162",32191,32492 +"197163",32191,33211 +"197164",32191,37033 +"197165",32191,38398 +"197166",32191,39684 +"197167",32191,40493 +"197168",32191,42275 +"197169",32191,42902 +"197170",32191,49110 +"197171",32191,57311 +"197172",32191,57969 +"197173",32191,60133 +"197174",32192,32245 +"197175",32193,32210 +"197176",32194,33201 +"197177",32194,34007 +"197178",32194,37609 +"197179",32194,37776 +"197180",32194,38564 +"197181",32194,38625 +"197182",32194,45279 +"197183",32194,48707 +"197184",32194,52327 +"197185",32194,55795 +"197186",32194,64107 +"197187",32194,84033 +"197188",32194,88272 +"197189",32194,88462 +"197190",32194,88798 +"197191",32194,88829 +"197192",32194,104283 +"197193",32194,105925 +"197194",32194,107844 +"197195",32194,110459 +"197196",32194,110603 +"197197",32194,114817 +"197198",32194,119920 +"197199",32197,33469 +"197200",32197,68902 +"197201",32197,81504 +"197202",32197,95259 +"197203",32198,36423 +"197204",32198,38322 +"197205",32198,39708 +"197206",32198,107664 +"197207",32199,78732 +"197208",32199,86795 +"197209",32201,38593 +"197210",32202,32358 +"197211",32202,32447 +"197212",32202,46119 +"197213",32202,47492 +"197214",32202,50279 +"197215",32202,65497 +"197216",32202,90960 +"197217",32203,32448 +"197218",32203,52199 +"197219",32203,52813 +"197220",32203,70323 +"197221",32203,84422 +"197222",32203,92557 +"197223",32203,102079 +"197224",32203,103270 +"197225",32203,103678 +"197226",32203,109115 +"197227",32203,109116 +"197228",32203,109119 +"197229",32203,109121 +"197230",32204,32326 +"197231",32205,46465 +"197232",32205,57014 +"197233",32205,58141 +"197234",32206,32751 +"197235",32206,42676 +"197236",32206,44875 +"197237",32206,45120 +"197238",32206,48224 +"197239",32206,58530 +"197240",32206,59350 +"197241",32206,61970 +"197242",32206,81370 +"197243",32206,85701 +"197244",32206,105598 +"197245",32206,105621 +"197246",32206,120733 +"197247",32207,34138 +"197248",32207,36687 +"197249",32207,48762 +"197250",32207,67486 +"197251",32207,87142 +"197252",32207,89172 +"197253",32207,90064 +"197254",32207,90065 +"197255",32207,90554 +"197256",32207,107034 +"197257",32208,32248 +"197258",32208,50720 +"197259",32208,52274 +"197260",32208,54022 +"197261",32208,54092 +"197262",32208,97947 +"197263",32209,35024 +"197264",32209,43771 +"197265",32209,77775 +"197266",32209,81024 +"197267",32209,89329 +"197268",32209,100162 +"197269",32209,104862 +"197270",32209,105299 +"197271",32209,110626 +"197272",32209,110927 +"197273",32209,121430 +"197274",32211,33273 +"197275",32211,37652 +"197276",32211,38703 +"197277",32211,41096 +"197278",32211,42746 +"197279",32211,48055 +"197280",32211,59450 +"197281",32211,63367 +"197282",32211,79074 +"197283",32211,106348 +"197284",32211,107785 +"197285",32211,109737 +"197286",32211,120046 +"197287",32211,121465 +"197288",32212,35821 +"197289",32213,34969 +"197290",32213,38313 +"197291",32213,52685 +"197292",32214,42126 +"197293",32215,36240 +"197294",32215,70575 +"197295",32216,38849 +"197296",32216,41803 +"197297",32216,65578 +"197298",32216,87250 +"197299",32218,32322 +"197300",32219,33730 +"197301",32219,54249 +"197302",32219,59782 +"197303",32219,95678 +"197304",32219,122425 +"197305",32220,78148 +"197306",32221,35813 +"197307",32221,41439 +"197308",32221,57094 +"197309",32221,59577 +"197310",32221,71579 +"197311",32221,86476 +"197312",32221,94885 +"197313",32221,94886 +"197314",32221,94915 +"197315",32221,95416 +"197316",32221,102938 +"197317",32222,76611 +"197318",32222,79699 +"197319",32222,80610 +"197320",32222,90721 +"197321",32222,99017 +"197322",32223,87003 +"197323",32223,112524 +"197324",32224,40898 +"197325",32225,66160 +"197326",32226,48160 +"197327",32226,51111 +"197328",32226,88280 +"197329",32226,88291 +"197330",32226,88308 +"197331",32227,41616 +"197332",32227,62364 +"197333",32228,35682 +"197334",32228,40442 +"197335",32228,44227 +"197336",32228,50354 +"197337",32228,50938 +"197338",32228,72520 +"197339",32228,110256 +"197340",32229,40545 +"197341",32229,48616 +"197342",32229,61083 +"197343",32229,64249 +"197344",32229,79218 +"197345",32229,93087 +"197346",32229,103181 +"197347",32229,103185 +"197348",32230,32289 +"197349",32230,100692 +"197350",32231,32321 +"197351",32231,70633 +"197352",32232,34938 +"197353",32232,35504 +"197354",32232,48787 +"197355",32233,76826 +"197356",32233,91476 +"197357",32234,36615 +"197358",32234,59466 +"197359",32234,61860 +"197360",32234,76612 +"197361",32234,79159 +"197362",32234,80988 +"197363",32234,96505 +"197364",32234,101739 +"197365",32234,104847 +"197366",32234,113333 +"197367",32234,122057 +"197368",32235,32312 +"197369",32235,32343 +"197370",32235,32537 +"197371",32235,35688 +"197372",32235,46239 +"197373",32235,66014 +"197374",32235,68776 +"197375",32235,85001 +"197376",32235,87634 +"197377",32235,95044 +"197378",32237,39356 +"197379",32237,39385 +"197380",32237,39647 +"197381",32237,58921 +"197382",32237,98170 +"197383",32238,82458 +"197384",32239,35278 +"197385",32239,38099 +"197386",32239,45227 +"197387",32239,50468 +"197388",32239,53652 +"197389",32239,56491 +"197390",32239,56525 +"197391",32239,57443 +"197392",32239,63997 +"197393",32239,80928 +"197394",32239,85679 +"197395",32239,105648 +"197396",32240,49643 +"197397",32240,52525 +"197398",32240,59953 +"197399",32240,69037 +"197400",32240,74558 +"197401",32240,74653 +"197402",32240,75054 +"197403",32240,95115 +"197404",32240,107496 +"197405",32242,78759 +"197406",32242,95660 +"197407",32243,34472 +"197408",32243,62637 +"197409",32243,73753 +"197410",32243,91309 +"197411",32243,103967 +"197412",32244,55208 +"197413",32244,55209 +"197414",32244,55214 +"197415",32244,55215 +"197416",32244,55422 +"197417",32245,40351 +"197418",32245,43408 +"197419",32245,56614 +"197420",32246,84502 +"197421",32248,39180 +"197422",32248,56105 +"197423",32248,63299 +"197424",32249,32913 +"197425",32249,36082 +"197426",32249,48225 +"197427",32249,57281 +"197428",32249,66222 +"197429",32249,66223 +"197430",32249,66263 +"197431",32249,66312 +"197432",32249,66353 +"197433",32249,119924 +"197434",32250,71679 +"197435",32250,88061 +"197436",32251,34566 +"197437",32251,59443 +"197438",32252,37517 +"197439",32252,43145 +"197440",32252,44086 +"197441",32252,45981 +"197442",32252,57300 +"197443",32252,96827 +"197444",32253,93134 +"197445",32254,117747 +"197446",32254,118267 +"197447",32255,43770 +"197448",32255,82155 +"197449",32255,97613 +"197450",32256,36151 +"197451",32257,68074 +"197452",32257,92438 +"197453",32257,122191 +"197454",32258,34532 +"197455",32258,57122 +"197456",32258,58289 +"197457",32258,64327 +"197458",32258,67962 +"197459",32258,82825 +"197460",32258,99706 +"197461",32258,107938 +"197462",32258,110244 +"197463",32258,110245 +"197464",32258,110246 +"197465",32259,32412 +"197466",32259,49701 +"197467",32259,49805 +"197468",32259,74054 +"197469",32259,77519 +"197470",32259,77676 +"197471",32259,78206 +"197472",32259,80653 +"197473",32259,91465 +"197474",32259,92834 +"197475",32259,95054 +"197476",32259,98607 +"197477",32259,106065 +"197478",32259,107322 +"197479",32259,107423 +"197480",32259,107428 +"197481",32260,41748 +"197482",32260,66707 +"197483",32260,75587 +"197484",32260,80179 +"197485",32260,101810 +"197486",32260,110990 +"197487",32260,119089 +"197488",32261,49095 +"197489",32262,43679 +"197490",32262,86906 +"197491",32262,117001 +"197492",32263,46911 +"197493",32263,58486 +"197494",32263,95013 +"197495",32264,50742 +"197496",32264,103920 +"197497",32264,109339 +"197498",32264,114266 +"197499",32264,121384 +"197500",32265,42726 +"197501",32265,58018 +"197502",32265,59660 +"197503",32265,70982 +"197504",32266,36337 +"197505",32266,79370 +"197506",32266,92864 +"197507",32266,95174 +"197508",32267,37100 +"197509",32267,48702 +"197510",32267,98601 +"197511",32267,98631 +"197512",32269,38700 +"197513",32269,44032 +"197514",32269,64215 +"197515",32270,91218 +"197516",32271,35872 +"197517",32271,42092 +"197518",32271,43671 +"197519",32273,35993 +"197520",32273,40215 +"197521",32273,58845 +"197522",32273,59541 +"197523",32275,70865 +"197524",32276,32989 +"197525",32276,33632 +"197526",32277,34016 +"197527",32277,111909 +"197528",32279,51616 +"197529",32280,50456 +"197530",32280,51427 +"197531",32280,52838 +"197532",32280,61191 +"197533",32280,78754 +"197534",32281,32596 +"197535",32281,94813 +"197536",32281,94865 +"197537",32282,39881 +"197538",32283,61831 +"197539",32283,68616 +"197540",32283,68866 +"197541",32283,110041 +"197542",32284,32285 +"197543",32285,60219 +"197544",32289,114624 +"197545",32290,34739 +"197546",32290,38608 +"197547",32290,69067 +"197548",32290,102314 +"197549",32290,106252 +"197550",32291,101101 +"197551",32292,33237 +"197552",32292,37889 +"197553",32292,45468 +"197554",32292,54089 +"197555",32292,54948 +"197556",32292,99535 +"197557",32292,114358 +"197558",32293,49420 +"197559",32296,48244 +"197560",32296,60878 +"197561",32297,34653 +"197562",32297,42748 +"197563",32297,51850 +"197564",32297,55032 +"197565",32297,71124 +"197566",32297,81058 +"197567",32297,107371 +"197568",32297,117263 +"197569",32298,79932 +"197570",32299,66763 +"197571",32299,114720 +"197572",32299,114732 +"197573",32301,58022 +"197574",32301,68271 +"197575",32301,72673 +"197576",32302,43693 +"197577",32302,46284 +"197578",32302,96019 +"197579",32303,37766 +"197580",32305,32308 +"197581",32307,32309 +"197582",32307,45672 +"197583",32309,45672 +"197584",32311,47686 +"197585",32311,56152 +"197586",32311,79001 +"197587",32312,32343 +"197588",32312,34055 +"197589",32312,35688 +"197590",32312,61715 +"197591",32312,66014 +"197592",32312,68776 +"197593",32312,72488 +"197594",32312,75319 +"197595",32312,78946 +"197596",32312,82761 +"197597",32312,85001 +"197598",32312,89302 +"197599",32312,98972 +"197600",32312,100109 +"197601",32312,100123 +"197602",32312,104442 +"197603",32312,104769 +"197604",32312,116448 +"197605",32313,32510 +"197606",32313,36188 +"197607",32313,61323 +"197608",32313,83528 +"197609",32313,84377 +"197610",32313,86321 +"197611",32313,88018 +"197612",32313,95073 +"197613",32313,100237 +"197614",32313,105194 +"197615",32313,117037 +"197616",32313,119255 +"197617",32314,32315 +"197618",32316,38042 +"197619",32316,69094 +"197620",32316,77571 +"197621",32316,91327 +"197622",32316,91338 +"197623",32316,94123 +"197624",32316,110952 +"197625",32317,32497 +"197626",32317,52041 +"197627",32317,53315 +"197628",32317,58211 +"197629",32317,59421 +"197630",32317,67165 +"197631",32317,68446 +"197632",32317,73659 +"197633",32317,73743 +"197634",32317,73875 +"197635",32317,73896 +"197636",32318,61069 +"197637",32319,38785 +"197638",32319,64156 +"197639",32319,72632 +"197640",32319,72807 +"197641",32319,72868 +"197642",32319,74209 +"197643",32320,65948 +"197644",32321,42758 +"197645",32321,51233 +"197646",32321,51279 +"197647",32321,54416 +"197648",32321,75726 +"197649",32323,43228 +"197650",32323,45444 +"197651",32323,47529 +"197652",32323,50257 +"197653",32323,79827 +"197654",32326,62692 +"197655",32326,87348 +"197656",32327,68872 +"197657",32327,87636 +"197658",32327,99670 +"197659",32328,60801 +"197660",32328,79856 +"197661",32329,32334 +"197662",32329,32349 +"197663",32329,32401 +"197664",32329,58331 +"197665",32329,64804 +"197666",32329,77077 +"197667",32329,100981 +"197668",32329,102155 +"197669",32329,110447 +"197670",32330,32354 +"197671",32330,32459 +"197672",32330,32490 +"197673",32330,35441 +"197674",32331,37403 +"197675",32331,50457 +"197676",32331,50503 +"197677",32331,60139 +"197678",32331,62267 +"197679",32331,70425 +"197680",32332,34648 +"197681",32332,37915 +"197682",32332,47084 +"197683",32332,70219 +"197684",32332,79080 +"197685",32334,32349 +"197686",32334,32401 +"197687",32334,36319 +"197688",32334,36333 +"197689",32334,40043 +"197690",32334,43964 +"197691",32334,50956 +"197692",32334,60516 +"197693",32334,61367 +"197694",32334,90111 +"197695",32335,32359 +"197696",32335,32379 +"197697",32335,32495 +"197698",32335,32509 +"197699",32335,46365 +"197700",32335,70707 +"197701",32335,89111 +"197702",32335,89718 +"197703",32335,92288 +"197704",32335,92309 +"197705",32336,80862 +"197706",32337,64803 +"197707",32338,34560 +"197708",32338,34946 +"197709",32338,39216 +"197710",32338,48530 +"197711",32338,52276 +"197712",32338,52557 +"197713",32338,52735 +"197714",32338,54161 +"197715",32338,65028 +"197716",32338,67488 +"197717",32338,69188 +"197718",32338,72674 +"197719",32338,88058 +"197720",32338,91596 +"197721",32338,91619 +"197722",32338,95167 +"197723",32338,118657 +"197724",32339,35233 +"197725",32339,38310 +"197726",32339,41581 +"197727",32339,43214 +"197728",32339,45674 +"197729",32339,54565 +"197730",32339,54649 +"197731",32339,55940 +"197732",32339,61610 +"197733",32339,67499 +"197734",32339,77788 +"197735",32339,78931 +"197736",32339,93320 +"197737",32339,94591 +"197738",32339,103082 +"197739",32339,105621 +"197740",32339,114150 +"197741",32340,34997 +"197742",32340,38301 +"197743",32340,46349 +"197744",32340,64146 +"197745",32340,67815 +"197746",32340,81082 +"197747",32340,81098 +"197748",32340,96279 +"197749",32341,32351 +"197750",32341,33524 +"197751",32341,55604 +"197752",32341,113305 +"197753",32343,36040 +"197754",32343,57374 +"197755",32343,66014 +"197756",32343,67429 +"197757",32343,67458 +"197758",32343,78817 +"197759",32343,98050 +"197760",32343,104223 +"197761",32343,113292 +"197762",32344,46023 +"197763",32344,57261 +"197764",32345,33462 +"197765",32345,67423 +"197766",32345,68364 +"197767",32345,70625 +"197768",32346,56100 +"197769",32346,71519 +"197770",32347,49182 +"197771",32347,69718 +"197772",32347,76572 +"197773",32347,95045 +"197774",32347,99078 +"197775",32347,99186 +"197776",32347,102601 +"197777",32348,45070 +"197778",32348,53260 +"197779",32348,88392 +"197780",32348,101460 +"197781",32349,32401 +"197782",32349,34033 +"197783",32349,36010 +"197784",32349,41904 +"197785",32349,45696 +"197786",32349,47973 +"197787",32349,50425 +"197788",32349,54365 +"197789",32349,57253 +"197790",32349,66261 +"197791",32349,68457 +"197792",32349,69198 +"197793",32349,77565 +"197794",32349,78974 +"197795",32349,86023 +"197796",32349,86734 +"197797",32349,87813 +"197798",32349,88773 +"197799",32349,90993 +"197800",32349,90994 +"197801",32349,92417 +"197802",32349,100319 +"197803",32349,101250 +"197804",32349,101462 +"197805",32349,109885 +"197806",32349,110742 +"197807",32349,112606 +"197808",32349,116142 +"197809",32349,116150 +"197810",32349,116151 +"197811",32349,116152 +"197812",32349,116155 +"197813",32349,116159 +"197814",32349,116163 +"197815",32349,116165 +"197816",32349,116166 +"197817",32349,116171 +"197818",32349,116677 +"197819",32349,116678 +"197820",32350,32391 +"197821",32350,42956 +"197822",32350,50539 +"197823",32350,91763 +"197824",32350,111140 +"197825",32350,113752 +"197826",32350,113794 +"197827",32350,117029 +"197828",32350,120378 +"197829",32350,120813 +"197830",32351,33209 +"197831",32351,33524 +"197832",32351,72267 +"197833",32351,82681 +"197834",32351,109708 +"197835",32352,32516 +"197836",32354,32459 +"197837",32354,32490 +"197838",32354,35441 +"197839",32355,32356 +"197840",32357,98841 +"197841",32357,114198 +"197842",32358,32447 +"197843",32358,36411 +"197844",32358,74797 +"197845",32358,85669 +"197846",32358,105209 +"197847",32359,32495 +"197848",32359,32509 +"197849",32359,46365 +"197850",32359,70707 +"197851",32359,88268 +"197852",32359,88286 +"197853",32359,89718 +"197854",32361,33275 +"197855",32361,33883 +"197856",32361,36286 +"197857",32361,36767 +"197858",32361,37937 +"197859",32361,40419 +"197860",32361,42608 +"197861",32361,44180 +"197862",32361,45272 +"197863",32361,45818 +"197864",32361,51476 +"197865",32361,51892 +"197866",32361,53755 +"197867",32361,54168 +"197868",32361,57210 +"197869",32361,58482 +"197870",32361,59172 +"197871",32361,59816 +"197872",32361,61874 +"197873",32361,63274 +"197874",32361,66322 +"197875",32361,67327 +"197876",32361,70854 +"197877",32361,71683 +"197878",32361,72568 +"197879",32361,72628 +"197880",32361,73767 +"197881",32361,78532 +"197882",32361,81609 +"197883",32361,85885 +"197884",32361,91255 +"197885",32361,92247 +"197886",32361,92352 +"197887",32361,92362 +"197888",32361,92929 +"197889",32361,93719 +"197890",32361,94906 +"197891",32361,94946 +"197892",32361,95889 +"197893",32361,96093 +"197894",32361,97988 +"197895",32361,99309 +"197896",32361,99376 +"197897",32361,99450 +"197898",32361,99471 +"197899",32361,99474 +"197900",32361,100916 +"197901",32361,100944 +"197902",32361,101126 +"197903",32361,101329 +"197904",32361,105557 +"197905",32361,107199 +"197906",32361,108743 +"197907",32361,108980 +"197908",32361,109291 +"197909",32361,109933 +"197910",32361,110483 +"197911",32361,110567 +"197912",32361,110572 +"197913",32361,110630 +"197914",32361,110648 +"197915",32361,110711 +"197916",32361,110770 +"197917",32361,110869 +"197918",32361,110911 +"197919",32361,111285 +"197920",32361,111314 +"197921",32361,111362 +"197922",32361,111372 +"197923",32361,111424 +"197924",32361,111433 +"197925",32361,112422 +"197926",32361,113269 +"197927",32361,113430 +"197928",32361,114242 +"197929",32361,114842 +"197930",32361,115427 +"197931",32361,115521 +"197932",32361,115711 +"197933",32362,38424 +"197934",32362,43440 +"197935",32362,46613 +"197936",32362,47877 +"197937",32362,60856 +"197938",32362,71949 +"197939",32362,76661 +"197940",32362,76864 +"197941",32362,76891 +"197942",32362,84529 +"197943",32362,92009 +"197944",32362,92015 +"197945",32364,36390 +"197946",32364,36474 +"197947",32364,40763 +"197948",32364,40803 +"197949",32365,123077 +"197950",32366,32521 +"197951",32366,78957 +"197952",32366,89077 +"197953",32367,32383 +"197954",32367,32419 +"197955",32369,34634 +"197956",32369,35891 +"197957",32369,35893 +"197958",32369,36095 +"197959",32369,44248 +"197960",32369,44649 +"197961",32369,56008 +"197962",32369,67226 +"197963",32369,69999 +"197964",32370,32396 +"197965",32370,32462 +"197966",32370,32522 +"197967",32371,32373 +"197968",32371,32474 +"197969",32371,32475 +"197970",32372,100361 +"197971",32373,32474 +"197972",32373,32475 +"197973",32374,32437 +"197974",32374,95463 +"197975",32374,104160 +"197976",32375,55818 +"197977",32375,120871 +"197978",32376,32390 +"197979",32376,60373 +"197980",32376,107900 +"197981",32376,112703 +"197982",32376,117384 +"197983",32377,99912 +"197984",32377,105786 +"197985",32377,113381 +"197986",32377,113412 +"197987",32377,113446 +"197988",32378,91650 +"197989",32378,93303 +"197990",32378,93324 +"197991",32378,98685 +"197992",32379,46365 +"197993",32379,70391 +"197994",32380,32850 +"197995",32380,38118 +"197996",32380,53814 +"197997",32380,54128 +"197998",32380,63274 +"197999",32380,69182 +"198000",32380,88151 +"198001",32380,103279 +"198002",32382,32551 +"198003",32383,32419 +"198004",32383,100924 +"198005",32384,35053 +"198006",32384,38691 +"198007",32384,38915 +"198008",32384,40634 +"198009",32384,43888 +"198010",32384,50195 +"198011",32384,50969 +"198012",32384,60820 +"198013",32384,69935 +"198014",32384,85139 +"198015",32384,99288 +"198016",32384,99743 +"198017",32384,113721 +"198018",32384,122582 +"198019",32384,122616 +"198020",32386,34757 +"198021",32386,34804 +"198022",32386,48238 +"198023",32386,114156 +"198024",32387,42613 +"198025",32387,51360 +"198026",32387,78414 +"198027",32387,81336 +"198028",32387,92887 +"198029",32387,122858 +"198030",32387,122955 +"198031",32388,49726 +"198032",32388,51334 +"198033",32388,53609 +"198034",32388,58384 +"198035",32388,92512 +"198036",32388,106917 +"198037",32389,45407 +"198038",32389,46195 +"198039",32389,46224 +"198040",32389,49613 +"198041",32389,61382 +"198042",32389,79075 +"198043",32389,79089 +"198044",32389,79131 +"198045",32389,99194 +"198046",32390,77365 +"198047",32390,84869 +"198048",32393,32939 +"198049",32393,33113 +"198050",32393,38494 +"198051",32393,38932 +"198052",32393,40643 +"198053",32393,42017 +"198054",32393,42107 +"198055",32393,45787 +"198056",32393,47083 +"198057",32393,49231 +"198058",32393,50061 +"198059",32393,52450 +"198060",32393,54059 +"198061",32393,55370 +"198062",32393,57804 +"198063",32393,59615 +"198064",32393,59940 +"198065",32393,67363 +"198066",32393,71230 +"198067",32393,76278 +"198068",32393,76740 +"198069",32393,76786 +"198070",32393,77272 +"198071",32393,77357 +"198072",32393,77402 +"198073",32393,78248 +"198074",32393,78255 +"198075",32393,78339 +"198076",32393,78445 +"198077",32393,79022 +"198078",32393,79716 +"198079",32393,79989 +"198080",32393,80281 +"198081",32393,81728 +"198082",32393,82196 +"198083",32393,82383 +"198084",32393,82810 +"198085",32393,82854 +"198086",32393,83853 +"198087",32393,83884 +"198088",32393,84379 +"198089",32393,84613 +"198090",32393,85465 +"198091",32393,85610 +"198092",32393,86351 +"198093",32393,86451 +"198094",32393,86882 +"198095",32393,87175 +"198096",32393,87451 +"198097",32393,87521 +"198098",32393,87572 +"198099",32393,87663 +"198100",32393,87721 +"198101",32393,87862 +"198102",32394,61136 +"198103",32394,66948 +"198104",32394,66991 +"198105",32395,33451 +"198106",32395,37854 +"198107",32395,56718 +"198108",32395,56873 +"198109",32395,62165 +"198110",32395,74862 +"198111",32395,88550 +"198112",32395,116764 +"198113",32395,120845 +"198114",32395,121582 +"198115",32396,32462 +"198116",32396,32522 +"198117",32398,32452 +"198118",32398,47733 +"198119",32398,67859 +"198120",32398,76127 +"198121",32399,32971 +"198122",32399,55008 +"198123",32399,86236 +"198124",32401,46761 +"198125",32401,57204 +"198126",32401,68174 +"198127",32401,82980 +"198128",32402,40722 +"198129",32402,53724 +"198130",32402,57309 +"198131",32402,66201 +"198132",32402,70038 +"198133",32402,77895 +"198134",32403,32428 +"198135",32403,32455 +"198136",32403,32466 +"198137",32403,32511 +"198138",32404,32441 +"198139",32405,50639 +"198140",32405,55668 +"198141",32405,82568 +"198142",32405,101654 +"198143",32407,42344 +"198144",32407,64081 +"198145",32407,68530 +"198146",32408,73261 +"198147",32409,37484 +"198148",32409,40041 +"198149",32409,41480 +"198150",32409,41486 +"198151",32409,43218 +"198152",32409,45291 +"198153",32409,50632 +"198154",32409,53031 +"198155",32409,53765 +"198156",32409,60869 +"198157",32409,61471 +"198158",32409,83982 +"198159",32409,86772 +"198160",32409,93615 +"198161",32409,103426 +"198162",32409,103454 +"198163",32409,108718 +"198164",32409,119943 +"198165",32410,102646 +"198166",32411,45588 +"198167",32411,46376 +"198168",32411,48264 +"198169",32411,85639 +"198170",32412,74054 +"198171",32412,93371 +"198172",32412,93600 +"198173",32412,106065 +"198174",32413,34614 +"198175",32413,34631 +"198176",32413,34668 +"198177",32413,35983 +"198178",32413,38270 +"198179",32413,40113 +"198180",32413,42148 +"198181",32413,42289 +"198182",32413,48281 +"198183",32413,48380 +"198184",32413,50662 +"198185",32413,56216 +"198186",32413,59615 +"198187",32413,60941 +"198188",32413,62679 +"198189",32413,63105 +"198190",32413,65892 +"198191",32413,68001 +"198192",32413,68475 +"198193",32413,68917 +"198194",32413,69296 +"198195",32413,71106 +"198196",32413,71739 +"198197",32413,73655 +"198198",32413,75767 +"198199",32413,76046 +"198200",32413,76459 +"198201",32413,76808 +"198202",32413,77727 +"198203",32413,78224 +"198204",32413,79222 +"198205",32413,82978 +"198206",32413,83306 +"198207",32413,85027 +"198208",32413,86905 +"198209",32413,88412 +"198210",32413,90275 +"198211",32413,90426 +"198212",32413,91112 +"198213",32413,91526 +"198214",32413,91975 +"198215",32413,93425 +"198216",32413,93523 +"198217",32413,94060 +"198218",32413,94520 +"198219",32413,95954 +"198220",32413,99544 +"198221",32413,99547 +"198222",32413,99549 +"198223",32413,99554 +"198224",32413,100595 +"198225",32413,100739 +"198226",32413,100819 +"198227",32413,101898 +"198228",32413,101988 +"198229",32413,102146 +"198230",32413,102201 +"198231",32413,102309 +"198232",32413,102635 +"198233",32413,102730 +"198234",32413,102846 +"198235",32413,103790 +"198236",32413,104095 +"198237",32413,104574 +"198238",32413,104784 +"198239",32413,104845 +"198240",32413,107269 +"198241",32413,107623 +"198242",32413,107714 +"198243",32413,107879 +"198244",32413,107975 +"198245",32413,115480 +"198246",32414,33191 +"198247",32414,34846 +"198248",32414,51714 +"198249",32416,35187 +"198250",32416,44795 +"198251",32416,48302 +"198252",32416,113672 +"198253",32417,56337 +"198254",32417,72884 +"198255",32417,82440 +"198256",32417,109287 +"198257",32417,118318 +"198258",32417,118595 +"198259",32418,77883 +"198260",32418,97174 +"198261",32418,98156 +"198262",32418,120712 +"198263",32418,120716 +"198264",32418,123168 +"198265",32418,123190 +"198266",32419,42962 +"198267",32419,43720 +"198268",32419,61267 +"198269",32419,91812 +"198270",32419,103310 +"198271",32420,95445 +"198272",32420,109126 +"198273",32421,33661 +"198274",32421,33672 +"198275",32421,65735 +"198276",32421,82872 +"198277",32421,84728 +"198278",32421,84729 +"198279",32421,84777 +"198280",32421,84778 +"198281",32421,113845 +"198282",32422,35459 +"198283",32422,35529 +"198284",32422,37739 +"198285",32422,46388 +"198286",32422,70406 +"198287",32422,74675 +"198288",32422,75830 +"198289",32422,76590 +"198290",32422,82888 +"198291",32422,100140 +"198292",32422,100398 +"198293",32423,41869 +"198294",32423,55235 +"198295",32423,63463 +"198296",32423,65786 +"198297",32423,82193 +"198298",32423,83796 +"198299",32423,91551 +"198300",32423,95560 +"198301",32423,119431 +"198302",32424,33972 +"198303",32424,61684 +"198304",32424,78677 +"198305",32424,86193 +"198306",32424,88788 +"198307",32424,109633 +"198308",32424,114310 +"198309",32424,115017 +"198310",32424,116816 +"198311",32425,32632 +"198312",32425,32741 +"198313",32426,44485 +"198314",32427,45293 +"198315",32428,32455 +"198316",32428,32466 +"198317",32428,32511 +"198318",32429,33553 +"198319",32429,36446 +"198320",32429,64651 +"198321",32429,78093 +"198322",32429,95110 +"198323",32430,32431 +"198324",32432,36313 +"198325",32433,36397 +"198326",32433,59765 +"198327",32433,70660 +"198328",32433,99202 +"198329",32434,41642 +"198330",32435,39415 +"198331",32435,76595 +"198332",32435,92773 +"198333",32435,107720 +"198334",32436,58707 +"198335",32438,32967 +"198336",32438,33223 +"198337",32438,33881 +"198338",32438,34097 +"198339",32438,34330 +"198340",32438,34513 +"198341",32438,35400 +"198342",32438,36476 +"198343",32438,36547 +"198344",32438,36745 +"198345",32438,37821 +"198346",32438,37931 +"198347",32438,38319 +"198348",32438,39398 +"198349",32438,39492 +"198350",32438,40320 +"198351",32438,40373 +"198352",32438,40542 +"198353",32438,41182 +"198354",32438,42131 +"198355",32438,46843 +"198356",32438,48331 +"198357",32439,86421 +"198358",32439,111510 +"198359",32440,46493 +"198360",32440,67852 +"198361",32441,45331 +"198362",32442,32666 +"198363",32442,34033 +"198364",32442,36986 +"198365",32442,39646 +"198366",32442,46050 +"198367",32442,48217 +"198368",32442,52633 +"198369",32442,63444 +"198370",32442,64021 +"198371",32442,68374 +"198372",32442,79502 +"198373",32442,91103 +"198374",32442,101250 +"198375",32442,104880 +"198376",32442,107639 +"198377",32442,109217 +"198378",32442,109224 +"198379",32442,117163 +"198380",32443,85656 +"198381",32445,48363 +"198382",32446,32644 +"198383",32446,32685 +"198384",32446,32698 +"198385",32446,32749 +"198386",32446,34961 +"198387",32446,111782 +"198388",32447,36411 +"198389",32447,36913 +"198390",32447,39486 +"198391",32447,42905 +"198392",32447,67062 +"198393",32447,67304 +"198394",32447,72995 +"198395",32447,74797 +"198396",32447,85669 +"198397",32447,85925 +"198398",32447,96624 +"198399",32448,123279 +"198400",32449,35319 +"198401",32449,38699 +"198402",32449,50033 +"198403",32449,50238 +"198404",32449,68628 +"198405",32450,34484 +"198406",32450,61968 +"198407",32450,91749 +"198408",32452,34303 +"198409",32452,34582 +"198410",32452,38186 +"198411",32452,38576 +"198412",32452,42273 +"198413",32452,45302 +"198414",32452,48359 +"198415",32452,49226 +"198416",32452,49559 +"198417",32452,50445 +"198418",32452,63746 +"198419",32453,76877 +"198420",32454,39715 +"198421",32454,41363 +"198422",32454,56892 +"198423",32454,64005 +"198424",32454,66560 +"198425",32454,69000 +"198426",32454,69002 +"198427",32455,32466 +"198428",32455,32511 +"198429",32455,89823 +"198430",32455,103339 +"198431",32457,48530 +"198432",32457,48536 +"198433",32457,74073 +"198434",32457,78238 +"198435",32458,45887 +"198436",32459,32490 +"198437",32459,35441 +"198438",32460,77012 +"198439",32461,38193 +"198440",32461,49838 +"198441",32461,51486 +"198442",32461,55805 +"198443",32461,70139 +"198444",32461,70219 +"198445",32461,70535 +"198446",32461,74649 +"198447",32461,99714 +"198448",32461,102019 +"198449",32461,104252 +"198450",32461,104383 +"198451",32461,108450 +"198452",32461,108624 +"198453",32461,117420 +"198454",32461,117886 +"198455",32462,32522 +"198456",32463,112156 +"198457",32464,61326 +"198458",32464,86489 +"198459",32464,103477 +"198460",32466,32511 +"198461",32467,51232 +"198462",32467,52266 +"198463",32467,87253 +"198464",32468,59927 +"198465",32468,83992 +"198466",32469,33027 +"198467",32470,34665 +"198468",32470,45378 +"198469",32470,50400 +"198470",32470,52709 +"198471",32470,67918 +"198472",32470,117635 +"198473",32471,66310 +"198474",32472,103246 +"198475",32472,103286 +"198476",32472,103379 +"198477",32473,38074 +"198478",32474,32475 +"198479",32476,35877 +"198480",32476,42139 +"198481",32476,47970 +"198482",32476,49469 +"198483",32476,50509 +"198484",32476,65743 +"198485",32476,82753 +"198486",32476,84615 +"198487",32476,86152 +"198488",32476,93092 +"198489",32476,93135 +"198490",32476,106580 +"198491",32476,109836 +"198492",32476,115097 +"198493",32476,118684 +"198494",32477,48535 +"198495",32477,69393 +"198496",32477,88959 +"198497",32477,99880 +"198498",32477,109511 +"198499",32477,116341 +"198500",32477,117074 +"198501",32477,117645 +"198502",32477,117655 +"198503",32478,107211 +"198504",32479,32790 +"198505",32479,39559 +"198506",32479,39951 +"198507",32479,45636 +"198508",32479,50070 +"198509",32479,51774 +"198510",32479,53884 +"198511",32479,56866 +"198512",32479,61086 +"198513",32479,62107 +"198514",32479,70893 +"198515",32479,71773 +"198516",32479,78731 +"198517",32479,85096 +"198518",32479,87958 +"198519",32479,96161 +"198520",32479,105945 +"198521",32479,105968 +"198522",32481,46841 +"198523",32481,63229 +"198524",32481,72706 +"198525",32481,94193 +"198526",32482,34076 +"198527",32482,35416 +"198528",32482,35504 +"198529",32482,35522 +"198530",32482,35534 +"198531",32483,56826 +"198532",32484,85788 +"198533",32485,32530 +"198534",32486,32570 +"198535",32487,32832 +"198536",32487,44054 +"198537",32487,53624 +"198538",32487,88995 +"198539",32487,90364 +"198540",32487,90875 +"198541",32488,33403 +"198542",32489,32499 +"198543",32490,35441 +"198544",32491,35573 +"198545",32491,35612 +"198546",32491,51108 +"198547",32492,33211 +"198548",32492,38398 +"198549",32492,49110 +"198550",32492,57311 +"198551",32493,43360 +"198552",32493,58850 +"198553",32493,58860 +"198554",32493,79281 +"198555",32493,87278 +"198556",32494,34831 +"198557",32494,44258 +"198558",32494,54968 +"198559",32494,59958 +"198560",32494,77661 +"198561",32494,79009 +"198562",32494,79041 +"198563",32495,32509 +"198564",32495,112922 +"198565",32496,78507 +"198566",32497,52041 +"198567",32497,53315 +"198568",32497,58211 +"198569",32497,59421 +"198570",32497,65348 +"198571",32497,67165 +"198572",32497,73659 +"198573",32497,73743 +"198574",32497,73875 +"198575",32497,73896 +"198576",32498,72531 +"198577",32498,104906 +"198578",32498,110197 +"198579",32498,110224 +"198580",32498,110235 +"198581",32499,36507 +"198582",32499,75558 +"198583",32499,75559 +"198584",32500,32501 +"198585",32500,32786 +"198586",32500,33030 +"198587",32501,32786 +"198588",32501,33030 +"198589",32502,47101 +"198590",32502,73316 +"198591",32503,32802 +"198592",32503,37551 +"198593",32503,45328 +"198594",32503,48971 +"198595",32503,61034 +"198596",32503,73675 +"198597",32503,74231 +"198598",32503,89240 +"198599",32503,96403 +"198600",32503,100945 +"198601",32503,105137 +"198602",32504,40218 +"198603",32504,48615 +"198604",32504,91428 +"198605",32504,92878 +"198606",32505,34343 +"198607",32505,44523 +"198608",32505,57931 +"198609",32505,61589 +"198610",32505,77586 +"198611",32505,79401 +"198612",32505,80249 +"198613",32505,80262 +"198614",32505,80280 +"198615",32505,80312 +"198616",32505,80337 +"198617",32505,80338 +"198618",32505,102538 +"198619",32506,35101 +"198620",32506,50172 +"198621",32509,46365 +"198622",32509,65955 +"198623",32509,70707 +"198624",32509,105641 +"198625",32510,36188 +"198626",32510,83528 +"198627",32510,84083 +"198628",32510,84377 +"198629",32510,86321 +"198630",32510,88018 +"198631",32510,95073 +"198632",32510,100237 +"198633",32510,105194 +"198634",32510,117037 +"198635",32510,119255 +"198636",32512,36460 +"198637",32512,46396 +"198638",32513,40030 +"198639",32513,45875 +"198640",32513,61706 +"198641",32513,68217 +"198642",32513,80828 +"198643",32513,105248 +"198644",32513,106929 +"198645",32513,109047 +"198646",32513,112324 +"198647",32513,112325 +"198648",32513,117936 +"198649",32513,119620 +"198650",32514,41222 +"198651",32514,80078 +"198652",32515,42197 +"198653",32516,43394 +"198654",32516,50252 +"198655",32516,56603 +"198656",32516,87483 +"198657",32516,98044 +"198658",32516,111223 +"198659",32517,43303 +"198660",32517,44999 +"198661",32518,61124 +"198662",32519,41644 +"198663",32519,44928 +"198664",32519,59715 +"198665",32519,69678 +"198666",32519,98314 +"198667",32519,113835 +"198668",32519,113838 +"198669",32520,37569 +"198670",32520,51079 +"198671",32522,42371 +"198672",32522,48227 +"198673",32523,33993 +"198674",32523,34002 +"198675",32523,34033 +"198676",32523,36010 +"198677",32523,42529 +"198678",32523,46668 +"198679",32523,65448 +"198680",32523,109828 +"198681",32524,77910 +"198682",32525,51966 +"198683",32526,33203 +"198684",32526,41583 +"198685",32526,62878 +"198686",32526,72954 +"198687",32527,60194 +"198688",32527,82993 +"198689",32528,41243 +"198690",32528,52445 +"198691",32529,50045 +"198692",32529,76918 +"198693",32529,89796 +"198694",32529,90773 +"198695",32529,95289 +"198696",32529,95974 +"198697",32529,98333 +"198698",32529,103048 +"198699",32529,121238 +"198700",32529,121314 +"198701",32531,41200 +"198702",32531,41428 +"198703",32531,42128 +"198704",32531,45138 +"198705",32531,47385 +"198706",32531,54004 +"198707",32531,55817 +"198708",32531,61633 +"198709",32531,62351 +"198710",32531,76858 +"198711",32531,79502 +"198712",32531,89031 +"198713",32531,89039 +"198714",32531,89040 +"198715",32531,104358 +"198716",32532,32560 +"198717",32532,32651 +"198718",32532,39689 +"198719",32532,39781 +"198720",32532,39782 +"198721",32532,62936 +"198722",32534,40274 +"198723",32534,40737 +"198724",32534,41925 +"198725",32534,49996 +"198726",32534,51880 +"198727",32534,64527 +"198728",32535,34914 +"198729",32535,40883 +"198730",32535,45195 +"198731",32535,45197 +"198732",32535,45218 +"198733",32535,61313 +"198734",32537,92028 +"198735",32538,58340 +"198736",32538,71465 +"198737",32538,107458 +"198738",32539,34838 +"198739",32539,35012 +"198740",32539,35025 +"198741",32539,73659 +"198742",32539,103771 +"198743",32540,48501 +"198744",32540,60480 +"198745",32540,81645 +"198746",32541,34694 +"198747",32541,34710 +"198748",32541,34818 +"198749",32541,34892 +"198750",32541,34900 +"198751",32542,40525 +"198752",32542,44518 +"198753",32542,46714 +"198754",32543,52982 +"198755",32543,61916 +"198756",32543,76287 +"198757",32544,45592 +"198758",32544,46322 +"198759",32546,41630 +"198760",32546,42099 +"198761",32546,45783 +"198762",32546,49257 +"198763",32546,49258 +"198764",32546,53260 +"198765",32546,58175 +"198766",32546,92750 +"198767",32546,109396 +"198768",32547,40405 +"198769",32548,32549 +"198770",32548,33400 +"198771",32548,34088 +"198772",32548,36514 +"198773",32548,37172 +"198774",32548,37266 +"198775",32548,38535 +"198776",32548,46903 +"198777",32548,52494 +"198778",32548,56602 +"198779",32548,56664 +"198780",32548,57796 +"198781",32548,66985 +"198782",32548,67127 +"198783",32548,68789 +"198784",32548,68891 +"198785",32548,68914 +"198786",32549,32558 +"198787",32549,33400 +"198788",32549,36514 +"198789",32549,43639 +"198790",32549,46903 +"198791",32549,52598 +"198792",32549,53037 +"198793",32549,53145 +"198794",32549,60283 +"198795",32549,67282 +"198796",32549,68672 +"198797",32549,68891 +"198798",32550,71670 +"198799",32550,86207 +"198800",32551,74159 +"198801",32552,33283 +"198802",32552,49803 +"198803",32552,52313 +"198804",32552,52623 +"198805",32553,32642 +"198806",32553,35058 +"198807",32553,40678 +"198808",32553,52767 +"198809",32553,76839 +"198810",32553,78768 +"198811",32553,88896 +"198812",32553,91139 +"198813",32553,92766 +"198814",32553,102163 +"198815",32553,105605 +"198816",32553,108403 +"198817",32554,32565 +"198818",32554,32566 +"198819",32556,32680 +"198820",32556,32682 +"198821",32556,36108 +"198822",32556,47218 +"198823",32556,52917 +"198824",32556,55506 +"198825",32556,57407 +"198826",32556,78081 +"198827",32556,78110 +"198828",32556,78630 +"198829",32556,79850 +"198830",32556,80088 +"198831",32556,81443 +"198832",32556,89286 +"198833",32556,94687 +"198834",32556,96667 +"198835",32556,98339 +"198836",32556,99217 +"198837",32556,100756 +"198838",32556,101534 +"198839",32556,101788 +"198840",32556,101944 +"198841",32556,105669 +"198842",32556,105788 +"198843",32556,116474 +"198844",32557,44455 +"198845",32557,46680 +"198846",32557,51802 +"198847",32557,51882 +"198848",32557,69668 +"198849",32558,32613 +"198850",32558,34872 +"198851",32558,37811 +"198852",32558,52598 +"198853",32559,40832 +"198854",32559,40839 +"198855",32559,49499 +"198856",32559,53048 +"198857",32559,86423 +"198858",32559,86563 +"198859",32560,32651 +"198860",32560,41410 +"198861",32560,62936 +"198862",32560,91849 +"198863",32561,54321 +"198864",32562,32576 +"198865",32562,32652 +"198866",32562,32707 +"198867",32562,38720 +"198868",32562,40726 +"198869",32562,42430 +"198870",32562,59503 +"198871",32562,68765 +"198872",32562,116748 +"198873",32564,54021 +"198874",32564,55539 +"198875",32564,71174 +"198876",32564,75737 +"198877",32565,32566 +"198878",32566,47433 +"198879",32566,54603 +"198880",32566,64360 +"198881",32566,75197 +"198882",32566,75241 +"198883",32567,32720 +"198884",32567,51052 +"198885",32567,57714 +"198886",32567,61408 +"198887",32567,73717 +"198888",32568,33539 +"198889",32568,41255 +"198890",32568,57403 +"198891",32571,41662 +"198892",32571,43262 +"198893",32571,54598 +"198894",32571,71154 +"198895",32572,115377 +"198896",32573,103432 +"198897",32573,105433 +"198898",32574,39906 +"198899",32574,40469 +"198900",32574,41201 +"198901",32574,52215 +"198902",32574,59066 +"198903",32574,73945 +"198904",32574,74405 +"198905",32574,80538 +"198906",32574,94069 +"198907",32574,99240 +"198908",32574,103822 +"198909",32574,104053 +"198910",32574,110083 +"198911",32575,117879 +"198912",32576,32652 +"198913",32576,32707 +"198914",32576,40726 +"198915",32576,42878 +"198916",32576,45663 +"198917",32576,80766 +"198918",32576,97298 +"198919",32576,100054 +"198920",32576,100657 +"198921",32578,52428 +"198922",32578,76062 +"198923",32579,36929 +"198924",32579,36978 +"198925",32579,36982 +"198926",32579,37031 +"198927",32579,40466 +"198928",32579,41739 +"198929",32580,44597 +"198930",32580,44947 +"198931",32580,47781 +"198932",32580,54048 +"198933",32580,78373 +"198934",32581,36315 +"198935",32581,41273 +"198936",32581,42077 +"198937",32581,42126 +"198938",32581,52905 +"198939",32582,35663 +"198940",32582,51027 +"198941",32582,78768 +"198942",32582,94387 +"198943",32582,115093 +"198944",32583,33251 +"198945",32584,32585 +"198946",32584,50655 +"198947",32584,80687 +"198948",32584,91792 +"198949",32586,32623 +"198950",32586,44757 +"198951",32586,45406 +"198952",32586,50198 +"198953",32586,58137 +"198954",32586,61131 +"198955",32587,52417 +"198956",32588,32589 +"198957",32588,32754 +"198958",32588,58821 +"198959",32588,58927 +"198960",32588,58933 +"198961",32589,32754 +"198962",32590,33076 +"198963",32590,53641 +"198964",32590,106497 +"198965",32591,32638 +"198966",32592,39010 +"198967",32592,42455 +"198968",32592,43853 +"198969",32592,43854 +"198970",32592,46578 +"198971",32592,57663 +"198972",32593,33195 +"198973",32593,37319 +"198974",32593,41107 +"198975",32593,57842 +"198976",32593,58429 +"198977",32593,58951 +"198978",32593,59010 +"198979",32593,61170 +"198980",32594,36216 +"198981",32594,59844 +"198982",32594,78479 +"198983",32594,80063 +"198984",32594,104522 +"198985",32594,108181 +"198986",32595,42677 +"198987",32595,43888 +"198988",32595,56399 +"198989",32595,77086 +"198990",32595,96931 +"198991",32595,117171 +"198992",32595,117223 +"198993",32596,70701 +"198994",32596,73784 +"198995",32596,98320 +"198996",32597,32667 +"198997",32597,32669 +"198998",32597,33043 +"198999",32598,33843 +"199000",32598,60191 +"199001",32598,64884 +"199002",32598,67284 +"199003",32599,46976 +"199004",32600,32737 +"199005",32600,33160 +"199006",32600,33320 +"199007",32600,51426 +"199008",32600,53642 +"199009",32600,67662 +"199010",32600,68543 +"199011",32600,68549 +"199012",32601,48414 +"199013",32601,64666 +"199014",32601,84531 +"199015",32601,88169 +"199016",32601,90573 +"199017",32601,104002 +"199018",32601,104746 +"199019",32601,114796 +"199020",32601,115613 +"199021",32602,34291 +"199022",32602,34936 +"199023",32602,37267 +"199024",32602,40689 +"199025",32602,43092 +"199026",32602,60223 +"199027",32602,66841 +"199028",32602,74532 +"199029",32602,93786 +"199030",32602,99804 +"199031",32602,122193 +"199032",32603,48614 +"199033",32603,77831 +"199034",32603,80090 +"199035",32603,100232 +"199036",32603,120659 +"199037",32604,36993 +"199038",32604,44085 +"199039",32604,46405 +"199040",32604,51599 +"199041",32604,53179 +"199042",32604,61136 +"199043",32604,71997 +"199044",32604,106611 +"199045",32604,106643 +"199046",32605,32721 +"199047",32606,33337 +"199048",32606,34235 +"199049",32606,36159 +"199050",32606,41691 +"199051",32606,46395 +"199052",32606,57231 +"199053",32606,60602 +"199054",32606,60905 +"199055",32606,63237 +"199056",32606,63315 +"199057",32606,69346 +"199058",32606,69524 +"199059",32606,109343 +"199060",32606,112805 +"199061",32606,112816 +"199062",32606,112819 +"199063",32606,114168 +"199064",32607,46347 +"199065",32607,47396 +"199066",32609,44591 +"199067",32609,60860 +"199068",32610,56484 +"199069",32610,87786 +"199070",32610,87787 +"199071",32610,87793 +"199072",32610,87804 +"199073",32611,39793 +"199074",32611,57781 +"199075",32611,60376 +"199076",32611,60732 +"199077",32611,60759 +"199078",32611,67233 +"199079",32611,78867 +"199080",32611,98852 +"199081",32611,119908 +"199082",32612,47509 +"199083",32612,92780 +"199084",32612,103071 +"199085",32612,119671 +"199086",32613,48745 +"199087",32613,51595 +"199088",32613,105098 +"199089",32614,72422 +"199090",32614,72423 +"199091",32614,72643 +"199092",32614,74428 +"199093",32614,107315 +"199094",32615,34977 +"199095",32616,90873 +"199096",32617,43507 +"199097",32617,47676 +"199098",32617,50209 +"199099",32617,71733 +"199100",32617,72173 +"199101",32617,79437 +"199102",32617,79448 +"199103",32617,83277 +"199104",32618,35841 +"199105",32618,82359 +"199106",32618,117933 +"199107",32619,32676 +"199108",32620,33845 +"199109",32620,75096 +"199110",32621,44634 +"199111",32621,44635 +"199112",32621,45118 +"199113",32621,49756 +"199114",32621,49817 +"199115",32621,70259 +"199116",32622,33231 +"199117",32623,45406 +"199118",32624,52552 +"199119",32624,109850 +"199120",32625,32639 +"199121",32625,32694 +"199122",32625,46026 +"199123",32627,68328 +"199124",32628,38938 +"199125",32628,54127 +"199126",32628,58008 +"199127",32628,85405 +"199128",32628,102275 +"199129",32629,40216 +"199130",32629,48931 +"199131",32629,65641 +"199132",32629,82853 +"199133",32629,101956 +"199134",32630,34564 +"199135",32630,34620 +"199136",32630,38525 +"199137",32630,41713 +"199138",32630,42087 +"199139",32630,45047 +"199140",32630,45980 +"199141",32630,48202 +"199142",32630,48212 +"199143",32630,53132 +"199144",32630,53227 +"199145",32630,55111 +"199146",32630,58628 +"199147",32630,61801 +"199148",32630,64350 +"199149",32630,73044 +"199150",32630,73058 +"199151",32630,73335 +"199152",32630,78063 +"199153",32630,78429 +"199154",32630,78569 +"199155",32630,82143 +"199156",32630,83231 +"199157",32630,86471 +"199158",32630,90804 +"199159",32630,91022 +"199160",32630,91045 +"199161",32630,95675 +"199162",32630,101516 +"199163",32630,102387 +"199164",32630,108374 +"199165",32630,108893 +"199166",32630,109101 +"199167",32630,109523 +"199168",32630,110993 +"199169",32630,111338 +"199170",32630,111398 +"199171",32630,111409 +"199172",32630,111480 +"199173",32630,112422 +"199174",32630,112648 +"199175",32630,112708 +"199176",32630,112820 +"199177",32630,112997 +"199178",32630,113597 +"199179",32630,114418 +"199180",32630,114582 +"199181",32630,115371 +"199182",32630,116028 +"199183",32630,116604 +"199184",32632,32741 +"199185",32632,62316 +"199186",32633,78838 +"199187",32633,78932 +"199188",32633,98912 +"199189",32634,35836 +"199190",32634,49881 +"199191",32634,55363 +"199192",32634,72398 +"199193",32634,72633 +"199194",32634,77247 +"199195",32635,33007 +"199196",32636,72313 +"199197",32636,99482 +"199198",32636,116935 +"199199",32636,116936 +"199200",32636,116954 +"199201",32636,116956 +"199202",32637,38440 +"199203",32637,39766 +"199204",32637,39814 +"199205",32637,41546 +"199206",32637,42116 +"199207",32637,42462 +"199208",32637,64285 +"199209",32637,73948 +"199210",32637,96397 +"199211",32637,110923 +"199212",32637,111708 +"199213",32638,38796 +"199214",32638,101650 +"199215",32639,32694 +"199216",32639,46026 +"199217",32640,37561 +"199218",32640,100225 +"199219",32641,66525 +"199220",32641,104901 +"199221",32641,116967 +"199222",32641,117175 +"199223",32642,32664 +"199224",32642,32682 +"199225",32642,33316 +"199226",32642,34221 +"199227",32642,35058 +"199228",32642,40678 +"199229",32642,62562 +"199230",32642,76839 +"199231",32642,78637 +"199232",32642,78768 +"199233",32642,81544 +"199234",32642,82573 +"199235",32642,83798 +"199236",32642,91139 +"199237",32642,91417 +"199238",32642,94456 +"199239",32642,97266 +"199240",32642,102292 +"199241",32642,105605 +"199242",32642,107036 +"199243",32642,108411 +"199244",32642,119489 +"199245",32642,121950 +"199246",32642,121966 +"199247",32642,121971 +"199248",32642,121976 +"199249",32642,123348 +"199250",32643,34541 +"199251",32643,52743 +"199252",32644,32685 +"199253",32644,32698 +"199254",32644,32749 +"199255",32644,34961 +"199256",32644,35878 +"199257",32644,80840 +"199258",32644,87788 +"199259",32644,99486 +"199260",32644,108246 +"199261",32645,61452 +"199262",32645,77299 +"199263",32645,79492 +"199264",32646,48918 +"199265",32646,49150 +"199266",32646,64139 +"199267",32646,67978 +"199268",32647,54601 +"199269",32647,54807 +"199270",32648,33927 +"199271",32648,34158 +"199272",32649,36347 +"199273",32649,43297 +"199274",32649,43331 +"199275",32649,47095 +"199276",32649,51590 +"199277",32649,58361 +"199278",32649,64611 +"199279",32649,113556 +"199280",32650,58899 +"199281",32650,84727 +"199282",32651,35797 +"199283",32651,42007 +"199284",32651,52920 +"199285",32651,62936 +"199286",32651,65833 +"199287",32651,79303 +"199288",32651,79395 +"199289",32651,85798 +"199290",32652,32707 +"199291",32652,40726 +"199292",32652,42878 +"199293",32652,80766 +"199294",32652,88283 +"199295",32653,63151 +"199296",32654,32655 +"199297",32654,96186 +"199298",32654,121509 +"199299",32656,35395 +"199300",32656,38902 +"199301",32656,46903 +"199302",32656,73111 +"199303",32657,55124 +"199304",32657,59056 +"199305",32657,65335 +"199306",32657,78290 +"199307",32658,37613 +"199308",32658,57566 +"199309",32658,66148 +"199310",32658,66149 +"199311",32658,66150 +"199312",32658,98971 +"199313",32659,102520 +"199314",32660,32717 +"199315",32661,32671 +"199316",32662,41142 +"199317",32662,59852 +"199318",32662,69925 +"199319",32662,72385 +"199320",32662,81870 +"199321",32662,88221 +"199322",32662,91779 +"199323",32662,108430 +"199324",32662,122496 +"199325",32662,122502 +"199326",32663,49625 +"199327",32663,52299 +"199328",32663,60421 +"199329",32663,60677 +"199330",32663,62946 +"199331",32663,66245 +"199332",32663,71628 +"199333",32663,71640 +"199334",32663,75690 +"199335",32664,32712 +"199336",32664,40678 +"199337",32664,52185 +"199338",32664,53347 +"199339",32664,59209 +"199340",32664,76839 +"199341",32664,84760 +"199342",32664,94456 +"199343",32664,105436 +"199344",32664,108403 +"199345",32665,34109 +"199346",32665,61824 +"199347",32665,98233 +"199348",32666,54004 +"199349",32666,57404 +"199350",32666,85509 +"199351",32667,32669 +"199352",32667,33043 +"199353",32668,34113 +"199354",32668,35534 +"199355",32668,39720 +"199356",32668,45965 +"199357",32668,59046 +"199358",32668,59295 +"199359",32668,82246 +"199360",32668,96915 +"199361",32668,123011 +"199362",32669,33043 +"199363",32670,34399 +"199364",32670,45189 +"199365",32670,51462 +"199366",32670,57675 +"199367",32670,57765 +"199368",32670,89762 +"199369",32671,64479 +"199370",32672,32988 +"199371",32672,36253 +"199372",32672,38433 +"199373",32672,47438 +"199374",32672,65155 +"199375",32672,71033 +"199376",32672,73409 +"199377",32672,75568 +"199378",32672,80625 +"199379",32672,90968 +"199380",32672,91527 +"199381",32672,100314 +"199382",32672,104590 +"199383",32672,108463 +"199384",32672,116534 +"199385",32672,116545 +"199386",32673,40147 +"199387",32673,55472 +"199388",32673,70265 +"199389",32673,73513 +"199390",32673,79537 +"199391",32673,79571 +"199392",32673,90071 +"199393",32673,105494 +"199394",32673,111829 +"199395",32673,118604 +"199396",32674,37137 +"199397",32674,37138 +"199398",32675,82668 +"199399",32677,67993 +"199400",32678,33447 +"199401",32678,35102 +"199402",32678,35911 +"199403",32678,36897 +"199404",32678,45582 +"199405",32678,45628 +"199406",32678,47217 +"199407",32678,75700 +"199408",32678,83161 +"199409",32678,90744 +"199410",32678,92134 +"199411",32678,93111 +"199412",32678,100374 +"199413",32678,100428 +"199414",32679,80879 +"199415",32680,32682 +"199416",32680,47218 +"199417",32680,52917 +"199418",32680,55506 +"199419",32680,65505 +"199420",32680,78081 +"199421",32680,79850 +"199422",32680,83810 +"199423",32680,96667 +"199424",32680,97517 +"199425",32680,98339 +"199426",32680,99217 +"199427",32680,100756 +"199428",32680,101534 +"199429",32680,101684 +"199430",32680,101788 +"199431",32680,101944 +"199432",32680,106448 +"199433",32681,89759 +"199434",32681,109495 +"199435",32682,52767 +"199436",32682,54888 +"199437",32682,54895 +"199438",32682,54907 +"199439",32682,65505 +"199440",32682,75287 +"199441",32682,76839 +"199442",32682,78841 +"199443",32682,79850 +"199444",32682,92416 +"199445",32682,94687 +"199446",32682,101534 +"199447",32682,106448 +"199448",32683,37795 +"199449",32683,68577 +"199450",32683,76879 +"199451",32684,33502 +"199452",32684,40035 +"199453",32684,54742 +"199454",32684,66436 +"199455",32684,66478 +"199456",32684,66503 +"199457",32685,32698 +"199458",32685,32749 +"199459",32685,34961 +"199460",32686,34331 +"199461",32686,38697 +"199462",32686,50504 +"199463",32686,55261 +"199464",32686,57563 +"199465",32686,60256 +"199466",32686,67591 +"199467",32686,68720 +"199468",32686,68915 +"199469",32687,54171 +"199470",32687,55563 +"199471",32687,113673 +"199472",32688,37996 +"199473",32688,66869 +"199474",32688,67861 +"199475",32688,85528 +"199476",32689,62755 +"199477",32689,91503 +"199478",32690,34568 +"199479",32690,55148 +"199480",32690,75564 +"199481",32690,80591 +"199482",32690,106261 +"199483",32691,32705 +"199484",32691,37103 +"199485",32691,46017 +"199486",32691,46029 +"199487",32691,46290 +"199488",32691,46323 +"199489",32692,32693 +"199490",32694,46026 +"199491",32694,56604 +"199492",32694,72554 +"199493",32694,79084 +"199494",32695,32732 +"199495",32696,38264 +"199496",32696,52633 +"199497",32696,85509 +"199498",32696,87975 +"199499",32697,35088 +"199500",32697,39427 +"199501",32697,45403 +"199502",32697,46177 +"199503",32697,51843 +"199504",32697,53377 +"199505",32697,53756 +"199506",32697,54385 +"199507",32697,74958 +"199508",32697,79000 +"199509",32697,80025 +"199510",32697,84808 +"199511",32697,84828 +"199512",32697,90814 +"199513",32697,114091 +"199514",32698,32749 +"199515",32698,34961 +"199516",32699,32701 +"199517",32700,37142 +"199518",32700,46973 +"199519",32700,57560 +"199520",32700,61999 +"199521",32700,73058 +"199522",32700,95966 +"199523",32700,96539 +"199524",32701,55607 +"199525",32701,56427 +"199526",32701,76398 +"199527",32702,35153 +"199528",32702,98267 +"199529",32702,106098 +"199530",32703,48899 +"199531",32703,52107 +"199532",32704,38123 +"199533",32704,41978 +"199534",32704,50692 +"199535",32704,58506 +"199536",32704,69950 +"199537",32704,85766 +"199538",32704,85809 +"199539",32706,58979 +"199540",32706,64895 +"199541",32706,69275 +"199542",32706,73960 +"199543",32706,94746 +"199544",32706,109351 +"199545",32707,40726 +"199546",32707,42878 +"199547",32707,80766 +"199548",32707,88283 +"199549",32708,32709 +"199550",32708,79724 +"199551",32710,80511 +"199552",32710,84532 +"199553",32710,85350 +"199554",32710,85353 +"199555",32711,56966 +"199556",32711,64436 +"199557",32711,87620 +"199558",32712,70048 +"199559",32712,113542 +"199560",32712,113545 +"199561",32713,52679 +"199562",32714,35569 +"199563",32714,45355 +"199564",32714,61691 +"199565",32714,94771 +"199566",32714,104364 +"199567",32714,113453 +"199568",32715,97326 +"199569",32716,39636 +"199570",32717,66567 +"199571",32717,85392 +"199572",32718,34810 +"199573",32718,38886 +"199574",32718,39642 +"199575",32718,48869 +"199576",32719,55833 +"199577",32719,59634 +"199578",32719,63763 +"199579",32719,63768 +"199580",32719,63769 +"199581",32719,63925 +"199582",32719,67902 +"199583",32720,65703 +"199584",32720,81282 +"199585",32720,81314 +"199586",32722,32746 +"199587",32722,34584 +"199588",32722,34589 +"199589",32722,45311 +"199590",32722,54328 +"199591",32722,63574 +"199592",32723,33496 +"199593",32723,35160 +"199594",32723,45148 +"199595",32723,46315 +"199596",32723,46476 +"199597",32723,70785 +"199598",32724,37248 +"199599",32724,74812 +"199600",32724,75248 +"199601",32724,93162 +"199602",32725,39144 +"199603",32725,48647 +"199604",32726,33380 +"199605",32726,42944 +"199606",32726,47238 +"199607",32726,48716 +"199608",32726,48732 +"199609",32726,60725 +"199610",32726,68795 +"199611",32726,72403 +"199612",32726,75055 +"199613",32726,75327 +"199614",32726,75448 +"199615",32727,81515 +"199616",32728,49334 +"199617",32728,49800 +"199618",32728,82893 +"199619",32729,32871 +"199620",32731,33588 +"199621",32731,36343 +"199622",32731,47035 +"199623",32731,47573 +"199624",32731,51119 +"199625",32731,54059 +"199626",32731,55055 +"199627",32731,55071 +"199628",32731,60080 +"199629",32733,55349 +"199630",32733,96679 +"199631",32733,98227 +"199632",32734,53931 +"199633",32734,62880 +"199634",32734,64402 +"199635",32734,64403 +"199636",32735,40510 +"199637",32735,45449 +"199638",32735,45562 +"199639",32735,48781 +"199640",32735,49401 +"199641",32735,55018 +"199642",32735,56475 +"199643",32735,80186 +"199644",32735,86214 +"199645",32735,87848 +"199646",32735,88192 +"199647",32735,100359 +"199648",32735,101735 +"199649",32735,104452 +"199650",32735,111355 +"199651",32735,112808 +"199652",32735,113789 +"199653",32736,36991 +"199654",32737,33160 +"199655",32737,33320 +"199656",32737,38534 +"199657",32737,38539 +"199658",32737,38540 +"199659",32737,44561 +"199660",32737,58997 +"199661",32737,62958 +"199662",32738,32739 +"199663",32738,35406 +"199664",32738,46786 +"199665",32740,47248 +"199666",32740,71717 +"199667",32740,74403 +"199668",32740,82353 +"199669",32740,88475 +"199670",32740,98140 +"199671",32740,100300 +"199672",32740,103111 +"199673",32741,56395 +"199674",32741,72232 +"199675",32742,70498 +"199676",32743,35640 +"199677",32743,61300 +"199678",32743,83668 +"199679",32743,96462 +"199680",32743,99003 +"199681",32744,55411 +"199682",32744,72263 +"199683",32744,74394 +"199684",32744,86484 +"199685",32745,33443 +"199686",32745,36335 +"199687",32745,44585 +"199688",32745,44648 +"199689",32745,64997 +"199690",32745,81891 +"199691",32745,82754 +"199692",32745,101231 +"199693",32745,102006 +"199694",32745,102107 +"199695",32745,102149 +"199696",32747,35592 +"199697",32747,101515 +"199698",32749,34961 +"199699",32749,75150 +"199700",32749,92593 +"199701",32749,108544 +"199702",32750,37186 +"199703",32750,85245 +"199704",32750,88717 +"199705",32751,64792 +"199706",32751,81370 +"199707",32751,85701 +"199708",32751,110039 +"199709",32751,121343 +"199710",32752,35705 +"199711",32752,56700 +"199712",32752,76178 +"199713",32752,94500 +"199714",32753,88072 +"199715",32755,35600 +"199716",32755,77996 +"199717",32757,32912 +"199718",32758,41259 +"199719",32758,52333 +"199720",32758,58686 +"199721",32759,32877 +"199722",32759,32928 +"199723",32759,33339 +"199724",32759,38230 +"199725",32759,59204 +"199726",32759,102021 +"199727",32759,119967 +"199728",32760,32818 +"199729",32760,32973 +"199730",32760,32981 +"199731",32760,52494 +"199732",32760,92567 +"199733",32760,99021 +"199734",32760,100431 +"199735",32761,35143 +"199736",32761,35269 +"199737",32761,37100 +"199738",32761,46114 +"199739",32761,60969 +"199740",32761,65570 +"199741",32762,35372 +"199742",32762,54418 +"199743",32762,57879 +"199744",32762,59395 +"199745",32762,73129 +"199746",32762,73582 +"199747",32762,74413 +"199748",32762,82101 +"199749",32762,82629 +"199750",32762,83487 +"199751",32762,83490 +"199752",32762,96124 +"199753",32762,96125 +"199754",32764,32765 +"199755",32764,32766 +"199756",32765,32766 +"199757",32765,39549 +"199758",32765,54270 +"199759",32765,66849 +"199760",32765,69439 +"199761",32766,111042 +"199762",32767,59621 +"199763",32767,105117 +"199764",32768,32932 +"199765",32768,90689 +"199766",32769,63840 +"199767",32769,110668 +"199768",32769,120303 +"199769",32770,47536 +"199770",32770,47537 +"199771",32770,47547 +"199772",32770,47639 +"199773",32770,63570 +"199774",32770,112517 +"199775",32772,32913 +"199776",32773,83403 +"199777",32774,38826 +"199778",32774,43518 +"199779",32774,62084 +"199780",32774,98095 +"199781",32774,100133 +"199782",32775,42655 +"199783",32775,42668 +"199784",32775,42751 +"199785",32775,42762 +"199786",32775,42764 +"199787",32775,42786 +"199788",32775,42810 +"199789",32775,54631 +"199790",32775,59425 +"199791",32775,99852 +"199792",32776,32852 +"199793",32777,36440 +"199794",32777,40660 +"199795",32777,49727 +"199796",32777,56156 +"199797",32777,63940 +"199798",32777,93162 +"199799",32777,96387 +"199800",32777,107921 +"199801",32778,32908 +"199802",32778,48872 +"199803",32778,67285 +"199804",32778,77080 +"199805",32779,103447 +"199806",32780,32947 +"199807",32780,62384 +"199808",32780,123415 +"199809",32781,40916 +"199810",32781,55748 +"199811",32781,61541 +"199812",32781,65381 +"199813",32781,92925 +"199814",32781,107126 +"199815",32781,107979 +"199816",32782,51928 +"199817",32782,73217 +"199818",32782,100370 +"199819",32783,100003 +"199820",32783,111722 +"199821",32784,96459 +"199822",32786,33030 +"199823",32789,36679 +"199824",32789,40352 +"199825",32789,47237 +"199826",32789,49854 +"199827",32789,67178 +"199828",32790,34709 +"199829",32790,39207 +"199830",32790,39357 +"199831",32790,40405 +"199832",32790,60600 +"199833",32790,67032 +"199834",32790,87958 +"199835",32790,115286 +"199836",32791,32799 +"199837",32791,32816 +"199838",32791,32846 +"199839",32791,32873 +"199840",32791,32887 +"199841",32791,32910 +"199842",32791,32942 +"199843",32791,32987 +"199844",32791,33050 +"199845",32791,33051 +"199846",32791,33109 +"199847",32791,37107 +"199848",32791,49075 +"199849",32793,32859 +"199850",32793,32860 +"199851",32793,32902 +"199852",32794,44017 +"199853",32794,60563 +"199854",32794,74581 +"199855",32795,33536 +"199856",32795,40264 +"199857",32795,57082 +"199858",32795,66693 +"199859",32795,71536 +"199860",32795,73706 +"199861",32795,86286 +"199862",32795,88592 +"199863",32795,102015 +"199864",32795,111305 +"199865",32796,42613 +"199866",32796,65696 +"199867",32796,81600 +"199868",32797,34847 +"199869",32797,44664 +"199870",32797,78760 +"199871",32797,115289 +"199872",32798,61405 +"199873",32799,32816 +"199874",32799,32846 +"199875",32799,32873 +"199876",32799,32887 +"199877",32799,32910 +"199878",32799,32942 +"199879",32799,32987 +"199880",32799,33050 +"199881",32799,33051 +"199882",32799,33109 +"199883",32800,32921 +"199884",32801,32811 +"199885",32801,58133 +"199886",32802,45891 +"199887",32802,76029 +"199888",32803,32804 +"199889",32804,32993 +"199890",32804,33130 +"199891",32804,35674 +"199892",32804,61521 +"199893",32805,77722 +"199894",32805,85411 +"199895",32806,105842 +"199896",32808,66327 +"199897",32808,78270 +"199898",32809,35839 +"199899",32809,58546 +"199900",32809,68092 +"199901",32809,68122 +"199902",32809,68143 +"199903",32809,68151 +"199904",32809,71122 +"199905",32810,32880 +"199906",32810,46253 +"199907",32810,55229 +"199908",32810,63113 +"199909",32810,69310 +"199910",32810,71025 +"199911",32810,73394 +"199912",32810,77507 +"199913",32811,34136 +"199914",32811,36340 +"199915",32811,37167 +"199916",32811,40135 +"199917",32811,48228 +"199918",32811,48260 +"199919",32811,54259 +"199920",32811,55395 +"199921",32811,58133 +"199922",32811,62273 +"199923",32811,63953 +"199924",32811,64960 +"199925",32811,78256 +"199926",32811,79212 +"199927",32811,81675 +"199928",32811,82278 +"199929",32811,83743 +"199930",32811,99051 +"199931",32811,100230 +"199932",32811,106176 +"199933",32811,107673 +"199934",32811,107684 +"199935",32811,108379 +"199936",32811,120145 +"199937",32812,87239 +"199938",32813,55324 +"199939",32813,56049 +"199940",32813,65551 +"199941",32813,73848 +"199942",32813,78968 +"199943",32813,81859 +"199944",32813,83160 +"199945",32813,91781 +"199946",32813,102483 +"199947",32813,110131 +"199948",32813,110147 +"199949",32813,110155 +"199950",32813,110173 +"199951",32813,112774 +"199952",32814,44154 +"199953",32814,44159 +"199954",32815,42105 +"199955",32815,53027 +"199956",32816,32846 +"199957",32816,32873 +"199958",32816,32887 +"199959",32816,32910 +"199960",32816,32942 +"199961",32816,32987 +"199962",32816,33050 +"199963",32816,33051 +"199964",32816,33109 +"199965",32817,32986 +"199966",32817,38021 +"199967",32817,76361 +"199968",32817,85422 +"199969",32818,32973 +"199970",32818,32981 +"199971",32818,49640 +"199972",32819,77680 +"199973",32819,101884 +"199974",32820,37501 +"199975",32820,46471 +"199976",32820,62244 +"199977",32820,74651 +"199978",32820,84463 +"199979",32820,90912 +"199980",32820,93078 +"199981",32820,104923 +"199982",32820,109057 +"199983",32821,32937 +"199984",32821,32938 +"199985",32821,33284 +"199986",32821,34015 +"199987",32821,49563 +"199988",32821,77359 +"199989",32822,44934 +"199990",32822,67498 +"199991",32822,95802 +"199992",32823,61153 +"199993",32823,69424 +"199994",32824,49973 +"199995",32824,71500 +"199996",32824,104282 +"199997",32825,51137 +"199998",32826,69480 +"199999",32827,39169 +"200000",32827,43238 +"200001",32827,51040 +"200002",32827,74027 +"200003",32827,82909 +"200004",32827,108493 +"200005",32828,101786 +"200006",32829,32907 +"200007",32829,42338 +"200008",32829,71765 +"200009",32829,96532 +"200010",32830,51729 +"200011",32830,77719 +"200012",32830,81448 +"200013",32830,92014 +"200014",32830,99772 +"200015",32830,102349 +"200016",32830,112856 +"200017",32830,117296 +"200018",32830,117309 +"200019",32831,32849 +"200020",32831,36830 +"200021",32831,44016 +"200022",32831,44080 +"200023",32832,42012 +"200024",32832,44054 +"200025",32832,47271 +"200026",32832,53624 +"200027",32832,70546 +"200028",32832,88995 +"200029",32832,89689 +"200030",32832,90530 +"200031",32832,90875 +"200032",32832,94396 +"200033",32832,96418 +"200034",32832,107604 +"200035",32832,108222 +"200036",32832,108239 +"200037",32832,120066 +"200038",32833,33515 +"200039",32833,33954 +"200040",32833,36149 +"200041",32833,87941 +"200042",32835,34100 +"200043",32835,47500 +"200044",32835,59976 +"200045",32835,62294 +"200046",32835,71957 +"200047",32836,57405 +"200048",32836,63601 +"200049",32836,69339 +"200050",32836,80697 +"200051",32837,37822 +"200052",32837,47894 +"200053",32838,37594 +"200054",32838,50365 +"200055",32838,59118 +"200056",32838,92900 +"200057",32839,78692 +"200058",32840,88613 +"200059",32840,101739 +"200060",32840,116856 +"200061",32841,40978 +"200062",32841,41521 +"200063",32841,51433 +"200064",32841,56413 +"200065",32841,61837 +"200066",32841,63496 +"200067",32841,81096 +"200068",32842,81482 +"200069",32842,97091 +"200070",32842,100127 +"200071",32842,115353 +"200072",32843,46340 +"200073",32843,91071 +"200074",32843,99814 +"200075",32843,109272 +"200076",32844,42668 +"200077",32845,32890 +"200078",32845,54668 +"200079",32845,62512 +"200080",32845,77059 +"200081",32845,78371 +"200082",32845,100035 +"200083",32846,32873 +"200084",32846,32887 +"200085",32846,32910 +"200086",32846,32942 +"200087",32846,32987 +"200088",32846,33050 +"200089",32846,33051 +"200090",32846,33109 +"200091",32846,39045 +"200092",32846,89506 +"200093",32847,32991 +"200094",32847,72257 +"200095",32848,44420 +"200096",32848,60750 +"200097",32848,68492 +"200098",32850,106743 +"200099",32851,45874 +"200100",32851,99770 +"200101",32851,103845 +"200102",32851,104505 +"200103",32851,114621 +"200104",32854,32936 +"200105",32854,51483 +"200106",32854,80773 +"200107",32854,80775 +"200108",32854,80786 +"200109",32854,80803 +"200110",32854,80830 +"200111",32854,80831 +"200112",32855,56159 +"200113",32855,86664 +"200114",32855,98066 +"200115",32857,43349 +"200116",32857,49748 +"200117",32857,50656 +"200118",32858,75321 +"200119",32859,32860 +"200120",32859,32902 +"200121",32860,32902 +"200122",32861,32940 +"200123",32861,40614 +"200124",32861,41006 +"200125",32861,63616 +"200126",32861,82302 +"200127",32861,95438 +"200128",32862,61410 +"200129",32863,34809 +"200130",32863,69376 +"200131",32863,75221 +"200132",32863,83402 +"200133",32863,111739 +"200134",32865,64987 +"200135",32865,79857 +"200136",32865,95138 +"200137",32866,75218 +"200138",32866,78555 +"200139",32866,83500 +"200140",32866,102027 +"200141",32866,102558 +"200142",32867,40259 +"200143",32868,56329 +"200144",32869,53745 +"200145",32869,79825 +"200146",32869,79839 +"200147",32869,79852 +"200148",32871,67417 +"200149",32871,84330 +"200150",32871,104209 +"200151",32871,105433 +"200152",32871,122734 +"200153",32872,60228 +"200154",32873,32887 +"200155",32873,32910 +"200156",32873,32942 +"200157",32873,32987 +"200158",32873,33050 +"200159",32873,33051 +"200160",32873,33109 +"200161",32873,33164 +"200162",32873,36363 +"200163",32873,38417 +"200164",32873,50838 +"200165",32873,53474 +"200166",32873,53626 +"200167",32873,78816 +"200168",32874,47173 +"200169",32875,45684 +"200170",32875,46166 +"200171",32875,46173 +"200172",32875,46196 +"200173",32875,46251 +"200174",32875,46260 +"200175",32876,38268 +"200176",32876,79508 +"200177",32876,92851 +"200178",32876,93668 +"200179",32877,32928 +"200180",32877,42303 +"200181",32877,48341 +"200182",32877,48414 +"200183",32877,52567 +"200184",32877,98553 +"200185",32877,107721 +"200186",32879,46697 +"200187",32879,50960 +"200188",32879,85165 +"200189",32881,46533 +"200190",32881,84074 +"200191",32881,104106 +"200192",32882,41577 +"200193",32882,84449 +"200194",32883,33026 +"200195",32883,33078 +"200196",32885,40968 +"200197",32885,76226 +"200198",32885,77476 +"200199",32885,81867 +"200200",32885,96819 +"200201",32885,96820 +"200202",32885,96841 +"200203",32885,96845 +"200204",32887,32910 +"200205",32887,32942 +"200206",32887,32987 +"200207",32887,33050 +"200208",32887,33051 +"200209",32887,33109 +"200210",32887,33625 +"200211",32887,37815 +"200212",32888,65305 +"200213",32888,81817 +"200214",32889,41494 +"200215",32889,42199 +"200216",32889,75642 +"200217",32891,32905 +"200218",32891,32972 +"200219",32891,76756 +"200220",32892,35188 +"200221",32892,84053 +"200222",32893,32894 +"200223",32893,56573 +"200224",32897,39375 +"200225",32897,45634 +"200226",32897,52682 +"200227",32897,58709 +"200228",32897,58765 +"200229",32897,58918 +"200230",32897,58948 +"200231",32897,79239 +"200232",32897,87626 +"200233",32898,57651 +"200234",32899,47119 +"200235",32899,50998 +"200236",32899,51220 +"200237",32899,52293 +"200238",32899,57018 +"200239",32899,62308 +"200240",32899,77212 +"200241",32899,81821 +"200242",32899,82625 +"200243",32901,40022 +"200244",32901,42078 +"200245",32901,48632 +"200246",32901,48692 +"200247",32901,48739 +"200248",32901,48794 +"200249",32901,48806 +"200250",32901,53458 +"200251",32901,59010 +"200252",32901,67023 +"200253",32901,70117 +"200254",32902,67344 +"200255",32903,86627 +"200256",32903,97204 +"200257",32903,101291 +"200258",32903,103499 +"200259",32903,104970 +"200260",32903,105177 +"200261",32903,105367 +"200262",32904,34179 +"200263",32904,34295 +"200264",32904,37105 +"200265",32904,42891 +"200266",32904,60435 +"200267",32904,62975 +"200268",32904,68010 +"200269",32905,32972 +"200270",32906,42206 +"200271",32906,59370 +"200272",32907,53032 +"200273",32907,76816 +"200274",32907,91718 +"200275",32907,117281 +"200276",32907,117282 +"200277",32908,48872 +"200278",32908,55717 +"200279",32908,67285 +"200280",32908,68243 +"200281",32908,70684 +"200282",32908,77080 +"200283",32908,83806 +"200284",32908,90705 +"200285",32908,93923 +"200286",32908,98305 +"200287",32908,102947 +"200288",32908,102948 +"200289",32908,111612 +"200290",32909,54245 +"200291",32909,100903 +"200292",32910,32942 +"200293",32910,32987 +"200294",32910,33050 +"200295",32910,33051 +"200296",32910,33109 +"200297",32911,52806 +"200298",32911,62045 +"200299",32911,90798 +"200300",32911,109160 +"200301",32913,36082 +"200302",32913,46339 +"200303",32913,48225 +"200304",32913,57281 +"200305",32913,66222 +"200306",32913,66223 +"200307",32913,66263 +"200308",32913,66312 +"200309",32913,66353 +"200310",32913,67556 +"200311",32913,102379 +"200312",32913,115509 +"200313",32914,59734 +"200314",32914,60120 +"200315",32914,66626 +"200316",32914,71045 +"200317",32915,32983 +"200318",32916,34247 +"200319",32916,49497 +"200320",32917,54411 +"200321",32917,72845 +"200322",32917,88565 +"200323",32918,39171 +"200324",32918,53614 +"200325",32918,87099 +"200326",32918,98356 +"200327",32918,100911 +"200328",32919,33914 +"200329",32919,35926 +"200330",32919,46071 +"200331",32919,46080 +"200332",32919,62244 +"200333",32919,92395 +"200334",32919,102881 +"200335",32919,110343 +"200336",32920,34585 +"200337",32920,43961 +"200338",32920,44495 +"200339",32920,47845 +"200340",32920,56755 +"200341",32920,62690 +"200342",32920,64496 +"200343",32920,73843 +"200344",32920,102842 +"200345",32920,103670 +"200346",32920,103671 +"200347",32920,107672 +"200348",32921,46420 +"200349",32921,46447 +"200350",32922,40156 +"200351",32922,40165 +"200352",32922,40200 +"200353",32922,40280 +"200354",32922,40707 +"200355",32922,46665 +"200356",32922,53495 +"200357",32922,59955 +"200358",32923,96323 +"200359",32924,70671 +"200360",32924,89425 +"200361",32926,78138 +"200362",32927,37409 +"200363",32927,69879 +"200364",32930,54656 +"200365",32930,57521 +"200366",32930,57545 +"200367",32931,33763 +"200368",32931,52412 +"200369",32931,55930 +"200370",32931,70528 +"200371",32933,38389 +"200372",32933,39116 +"200373",32934,81784 +"200374",32934,106143 +"200375",32934,118875 +"200376",32934,120290 +"200377",32934,120310 +"200378",32935,38716 +"200379",32935,83015 +"200380",32935,93243 +"200381",32936,48927 +"200382",32936,58338 +"200383",32936,68898 +"200384",32936,74025 +"200385",32936,75442 +"200386",32937,32938 +"200387",32937,33284 +"200388",32938,33284 +"200389",32939,33113 +"200390",32939,38494 +"200391",32939,38932 +"200392",32939,40643 +"200393",32939,42017 +"200394",32939,42107 +"200395",32939,44956 +"200396",32939,45787 +"200397",32939,47083 +"200398",32939,49231 +"200399",32939,50061 +"200400",32939,52199 +"200401",32939,52450 +"200402",32939,54059 +"200403",32939,55370 +"200404",32939,57504 +"200405",32939,57804 +"200406",32939,59615 +"200407",32939,59940 +"200408",32939,64684 +"200409",32939,67363 +"200410",32939,71230 +"200411",32939,76278 +"200412",32939,76740 +"200413",32939,76786 +"200414",32939,77162 +"200415",32939,77272 +"200416",32939,77357 +"200417",32939,77402 +"200418",32939,78248 +"200419",32939,78255 +"200420",32939,78339 +"200421",32939,78445 +"200422",32939,79022 +"200423",32939,79716 +"200424",32939,79989 +"200425",32939,80232 +"200426",32939,80281 +"200427",32939,81728 +"200428",32939,82196 +"200429",32939,82383 +"200430",32939,82810 +"200431",32939,82854 +"200432",32939,83853 +"200433",32939,83884 +"200434",32939,84379 +"200435",32939,84613 +"200436",32939,85465 +"200437",32939,85610 +"200438",32939,86351 +"200439",32939,86451 +"200440",32939,86882 +"200441",32939,87175 +"200442",32939,87451 +"200443",32939,87521 +"200444",32939,87572 +"200445",32939,87663 +"200446",32939,87721 +"200447",32939,87862 +"200448",32939,101074 +"200449",32939,101499 +"200450",32939,103151 +"200451",32939,103206 +"200452",32940,37509 +"200453",32940,46621 +"200454",32940,47585 +"200455",32940,52575 +"200456",32940,61785 +"200457",32940,84607 +"200458",32940,88208 +"200459",32940,91411 +"200460",32941,88764 +"200461",32942,32987 +"200462",32942,33050 +"200463",32942,33051 +"200464",32942,33053 +"200465",32942,33109 +"200466",32942,118567 +"200467",32943,38091 +"200468",32943,41409 +"200469",32943,61562 +"200470",32944,39487 +"200471",32944,40158 +"200472",32944,52940 +"200473",32944,53771 +"200474",32945,72890 +"200475",32945,93353 +"200476",32947,33133 +"200477",32947,52441 +"200478",32947,57926 +"200479",32947,63409 +"200480",32947,66664 +"200481",32947,90939 +"200482",32947,91905 +"200483",32947,107396 +"200484",32947,112765 +"200485",32947,112767 +"200486",32948,36428 +"200487",32948,53773 +"200488",32948,76949 +"200489",32948,77164 +"200490",32948,78117 +"200491",32948,82826 +"200492",32948,83076 +"200493",32948,93234 +"200494",32948,98912 +"200495",32948,101240 +"200496",32948,106766 +"200497",32948,114374 +"200498",32948,114427 +"200499",32948,114434 +"200500",32949,66418 +"200501",32949,85236 +"200502",32949,96502 +"200503",32949,102768 +"200504",32950,56354 +"200505",32950,114442 +"200506",32951,111308 +"200507",32952,35535 +"200508",32953,33276 +"200509",32954,97546 +"200510",32954,121019 +"200511",32955,41085 +"200512",32955,55781 +"200513",32955,62100 +"200514",32956,44864 +"200515",32956,47730 +"200516",32956,60611 +"200517",32956,71892 +"200518",32956,104673 +"200519",32957,37965 +"200520",32957,38198 +"200521",32957,42232 +"200522",32957,45444 +"200523",32957,47380 +"200524",32957,50746 +"200525",32957,50965 +"200526",32957,58377 +"200527",32957,61706 +"200528",32957,68217 +"200529",32957,75657 +"200530",32958,68066 +"200531",32958,68653 +"200532",32958,111880 +"200533",32960,40136 +"200534",32960,46238 +"200535",32960,62002 +"200536",32960,87074 +"200537",32961,70677 +"200538",32962,34509 +"200539",32963,52739 +"200540",32963,61098 +"200541",32963,74672 +"200542",32963,83140 +"200543",32963,108461 +"200544",32964,69533 +"200545",32964,86537 +"200546",32964,95613 +"200547",32966,76796 +"200548",32967,33223 +"200549",32967,33881 +"200550",32967,34097 +"200551",32967,34330 +"200552",32967,34513 +"200553",32967,35400 +"200554",32967,36476 +"200555",32967,36547 +"200556",32967,36745 +"200557",32967,37821 +"200558",32967,37931 +"200559",32967,38319 +"200560",32967,39398 +"200561",32967,39492 +"200562",32967,40320 +"200563",32967,40373 +"200564",32967,40542 +"200565",32967,41182 +"200566",32967,42131 +"200567",32967,46843 +"200568",32967,48331 +"200569",32969,54811 +"200570",32970,41171 +"200571",32970,46923 +"200572",32971,36210 +"200573",32972,85004 +"200574",32973,32981 +"200575",32974,105470 +"200576",32974,105471 +"200577",32974,105474 +"200578",32974,111029 +"200579",32975,37985 +"200580",32975,41972 +"200581",32975,55666 +"200582",32975,62244 +"200583",32978,48174 +"200584",32978,62210 +"200585",32978,62375 +"200586",32978,64393 +"200587",32978,65275 +"200588",32978,65277 +"200589",32978,65286 +"200590",32978,65288 +"200591",32978,66681 +"200592",32978,85210 +"200593",32978,87509 +"200594",32978,89930 +"200595",32978,93403 +"200596",32978,98434 +"200597",32979,37694 +"200598",32979,37792 +"200599",32979,46905 +"200600",32979,60072 +"200601",32979,63797 +"200602",32979,75760 +"200603",32979,86066 +"200604",32979,95400 +"200605",32980,90751 +"200606",32980,90946 +"200607",32980,99114 +"200608",32980,102236 +"200609",32980,117115 +"200610",32981,72108 +"200611",32981,76847 +"200612",32981,112004 +"200613",32982,95541 +"200614",32985,63016 +"200615",32986,49078 +"200616",32986,76361 +"200617",32986,85422 +"200618",32986,106593 +"200619",32987,33050 +"200620",32987,33051 +"200621",32987,33109 +"200622",32988,42505 +"200623",32988,42604 +"200624",32988,47438 +"200625",32988,58379 +"200626",32988,58432 +"200627",32988,58553 +"200628",32988,65155 +"200629",32988,71033 +"200630",32988,73409 +"200631",32988,75568 +"200632",32988,80055 +"200633",32988,80625 +"200634",32988,80892 +"200635",32988,84194 +"200636",32988,90968 +"200637",32988,92757 +"200638",32988,96308 +"200639",32988,97160 +"200640",32988,98845 +"200641",32988,99207 +"200642",32988,104590 +"200643",32988,108463 +"200644",32988,116534 +"200645",32988,116545 +"200646",32988,118099 +"200647",32989,45640 +"200648",32989,51467 +"200649",32989,80950 +"200650",32989,83878 +"200651",32989,85677 +"200652",32990,40421 +"200653",32990,51183 +"200654",32990,51320 +"200655",32990,64004 +"200656",32991,36552 +"200657",32991,36728 +"200658",32991,44136 +"200659",32991,44351 +"200660",32991,44411 +"200661",32991,60624 +"200662",32991,62819 +"200663",32991,73646 +"200664",32991,119206 +"200665",32992,46182 +"200666",32992,46373 +"200667",32992,62516 +"200668",32992,68859 +"200669",32992,79804 +"200670",32992,83048 +"200671",32992,87393 +"200672",32992,94291 +"200673",32992,97671 +"200674",32992,103388 +"200675",32992,105838 +"200676",32992,112678 +"200677",32992,115658 +"200678",32993,33130 +"200679",32993,33510 +"200680",32994,34686 +"200681",32994,96204 +"200682",32994,96219 +"200683",32994,96279 +"200684",32995,61524 +"200685",32995,79233 +"200686",32995,96748 +"200687",32996,66066 +"200688",32997,59993 +"200689",32998,38448 +"200690",32998,51071 +"200691",32998,59582 +"200692",32998,60870 +"200693",32998,68013 +"200694",32998,114609 +"200695",32999,33340 +"200696",32999,43644 +"200697",33000,62386 +"200698",33000,80046 +"200699",33000,80141 +"200700",33000,111611 +"200701",33001,33074 +"200702",33001,36033 +"200703",33001,47942 +"200704",33001,49877 +"200705",33001,62488 +"200706",33001,68959 +"200707",33002,38305 +"200708",33002,43049 +"200709",33002,59774 +"200710",33002,67034 +"200711",33002,68919 +"200712",33002,69035 +"200713",33002,77551 +"200714",33002,78327 +"200715",33002,88257 +"200716",33002,100810 +"200717",33002,105872 +"200718",33003,37064 +"200719",33003,80018 +"200720",33004,36604 +"200721",33004,56881 +"200722",33004,68899 +"200723",33004,87187 +"200724",33004,87188 +"200725",33005,33075 +"200726",33006,33064 +"200727",33007,56080 +"200728",33007,80155 +"200729",33007,117346 +"200730",33007,123501 +"200731",33009,45681 +"200732",33009,68830 +"200733",33010,41558 +"200734",33010,52646 +"200735",33010,64184 +"200736",33010,106759 +"200737",33010,118482 +"200738",33011,33644 +"200739",33011,34281 +"200740",33011,42418 +"200741",33011,48066 +"200742",33011,48147 +"200743",33011,58294 +"200744",33012,39198 +"200745",33012,40231 +"200746",33012,40453 +"200747",33012,40572 +"200748",33012,41435 +"200749",33012,42700 +"200750",33012,43844 +"200751",33012,45532 +"200752",33012,45869 +"200753",33012,47113 +"200754",33012,49064 +"200755",33012,57478 +"200756",33012,71914 +"200757",33012,72116 +"200758",33012,72520 +"200759",33012,79422 +"200760",33012,80624 +"200761",33012,82474 +"200762",33012,83924 +"200763",33013,40879 +"200764",33013,44201 +"200765",33013,52699 +"200766",33013,54129 +"200767",33013,96151 +"200768",33013,98347 +"200769",33014,34537 +"200770",33014,35528 +"200771",33014,37842 +"200772",33014,43455 +"200773",33014,46629 +"200774",33014,51041 +"200775",33014,55299 +"200776",33014,61982 +"200777",33014,78597 +"200778",33014,78934 +"200779",33014,81362 +"200780",33014,91808 +"200781",33015,33735 +"200782",33015,102271 +"200783",33016,49759 +"200784",33016,62299 +"200785",33016,69544 +"200786",33017,43172 +"200787",33017,62246 +"200788",33017,80945 +"200789",33017,83244 +"200790",33017,105682 +"200791",33017,117866 +"200792",33018,88287 +"200793",33018,108394 +"200794",33019,42595 +"200795",33019,48973 +"200796",33019,52326 +"200797",33019,52358 +"200798",33020,43978 +"200799",33020,98919 +"200800",33021,99926 +"200801",33022,33117 +"200802",33023,35880 +"200803",33023,37656 +"200804",33023,38080 +"200805",33023,48099 +"200806",33023,61077 +"200807",33024,38539 +"200808",33024,40025 +"200809",33024,58485 +"200810",33024,107860 +"200811",33024,110965 +"200812",33025,37434 +"200813",33026,33078 +"200814",33026,77914 +"200815",33026,77936 +"200816",33027,34204 +"200817",33027,51299 +"200818",33027,121444 +"200819",33029,43267 +"200820",33031,36631 +"200821",33031,40295 +"200822",33032,87075 +"200823",33032,112415 +"200824",33033,67412 +"200825",33033,84789 +"200826",33034,72993 +"200827",33035,40059 +"200828",33035,43221 +"200829",33035,48477 +"200830",33035,50234 +"200831",33035,56119 +"200832",33035,57880 +"200833",33035,62823 +"200834",33035,75194 +"200835",33035,89135 +"200836",33035,89263 +"200837",33037,35754 +"200838",33037,43433 +"200839",33037,48876 +"200840",33037,69857 +"200841",33037,82346 +"200842",33038,51874 +"200843",33038,113374 +"200844",33039,43043 +"200845",33039,48668 +"200846",33039,92582 +"200847",33040,37774 +"200848",33040,50600 +"200849",33040,75109 +"200850",33040,111217 +"200851",33040,115205 +"200852",33041,38286 +"200853",33041,70303 +"200854",33041,72265 +"200855",33041,81412 +"200856",33042,38485 +"200857",33043,71882 +"200858",33043,107489 +"200859",33045,52847 +"200860",33045,74399 +"200861",33045,76314 +"200862",33045,80407 +"200863",33045,89020 +"200864",33045,107217 +"200865",33047,41462 +"200866",33048,57077 +"200867",33048,69739 +"200868",33048,90837 +"200869",33048,90916 +"200870",33049,34052 +"200871",33049,38042 +"200872",33049,39217 +"200873",33049,73330 +"200874",33049,78379 +"200875",33049,85491 +"200876",33049,85506 +"200877",33050,33051 +"200878",33050,33109 +"200879",33051,33109 +"200880",33051,85965 +"200881",33051,92096 +"200882",33052,36646 +"200883",33052,71060 +"200884",33052,71067 +"200885",33053,77511 +"200886",33054,38063 +"200887",33054,57339 +"200888",33054,65470 +"200889",33056,33477 +"200890",33056,78660 +"200891",33058,33104 +"200892",33058,99086 +"200893",33059,46048 +"200894",33060,33134 +"200895",33060,43363 +"200896",33061,37527 +"200897",33061,50418 +"200898",33061,93595 +"200899",33062,58348 +"200900",33062,64706 +"200901",33062,91945 +"200902",33063,88894 +"200903",33064,38602 +"200904",33064,42549 +"200905",33064,112948 +"200906",33065,34476 +"200907",33067,41487 +"200908",33067,46248 +"200909",33068,33251 +"200910",33068,38263 +"200911",33068,38958 +"200912",33068,69455 +"200913",33068,89942 +"200914",33068,91023 +"200915",33068,107264 +"200916",33069,68495 +"200917",33069,78849 +"200918",33069,93509 +"200919",33070,35414 +"200920",33070,35532 +"200921",33070,39666 +"200922",33070,58039 +"200923",33070,82030 +"200924",33072,35256 +"200925",33072,38048 +"200926",33072,42899 +"200927",33072,45001 +"200928",33072,46641 +"200929",33072,54234 +"200930",33072,76364 +"200931",33072,81278 +"200932",33072,85430 +"200933",33072,89958 +"200934",33072,94440 +"200935",33072,96536 +"200936",33073,73469 +"200937",33077,38401 +"200938",33077,43851 +"200939",33079,34477 +"200940",33079,34489 +"200941",33081,33971 +"200942",33081,43271 +"200943",33081,59164 +"200944",33082,95158 +"200945",33083,67535 +"200946",33084,42507 +"200947",33084,70383 +"200948",33084,72410 +"200949",33084,80607 +"200950",33084,81681 +"200951",33084,81704 +"200952",33084,84461 +"200953",33084,87082 +"200954",33084,88362 +"200955",33084,90327 +"200956",33084,99349 +"200957",33084,107002 +"200958",33084,112227 +"200959",33084,113895 +"200960",33084,117660 +"200961",33084,122208 +"200962",33085,45231 +"200963",33085,75312 +"200964",33086,34200 +"200965",33086,36444 +"200966",33086,36599 +"200967",33086,85840 +"200968",33086,103143 +"200969",33086,107280 +"200970",33087,117252 +"200971",33088,42003 +"200972",33088,50323 +"200973",33088,72797 +"200974",33088,107244 +"200975",33088,114117 +"200976",33089,36486 +"200977",33090,62868 +"200978",33091,34470 +"200979",33091,34950 +"200980",33091,34965 +"200981",33091,36455 +"200982",33091,41575 +"200983",33091,46128 +"200984",33091,78738 +"200985",33091,82456 +"200986",33091,82513 +"200987",33091,82521 +"200988",33091,82524 +"200989",33092,48865 +"200990",33092,57785 +"200991",33092,72375 +"200992",33092,75534 +"200993",33093,34055 +"200994",33093,79404 +"200995",33093,81134 +"200996",33093,81853 +"200997",33093,102488 +"200998",33093,102499 +"200999",33094,34055 +"201000",33094,34072 +"201001",33094,34121 +"201002",33094,34580 +"201003",33094,43220 +"201004",33095,36444 +"201005",33095,40129 +"201006",33095,54386 +"201007",33095,91899 +"201008",33096,87068 +"201009",33097,73561 +"201010",33097,83460 +"201011",33097,88440 +"201012",33098,76946 +"201013",33098,90397 +"201014",33098,106951 +"201015",33099,33112 +"201016",33100,33290 +"201017",33100,34063 +"201018",33101,37264 +"201019",33101,40727 +"201020",33101,68426 +"201021",33102,61429 +"201022",33102,73802 +"201023",33103,34113 +"201024",33103,36615 +"201025",33103,37343 +"201026",33103,37846 +"201027",33103,38354 +"201028",33103,46949 +"201029",33103,47225 +"201030",33103,58106 +"201031",33103,62621 +"201032",33103,63312 +"201033",33103,68645 +"201034",33103,76738 +"201035",33103,77270 +"201036",33103,77752 +"201037",33103,80473 +"201038",33103,85451 +"201039",33103,102684 +"201040",33103,104498 +"201041",33103,105398 +"201042",33103,107996 +"201043",33103,108314 +"201044",33103,109627 +"201045",33104,50200 +"201046",33104,52508 +"201047",33104,56187 +"201048",33104,67399 +"201049",33104,90147 +"201050",33106,33152 +"201051",33107,39703 +"201052",33107,41686 +"201053",33108,50220 +"201054",33108,50277 +"201055",33108,88893 +"201056",33108,102167 +"201057",33108,102211 +"201058",33108,104220 +"201059",33108,112588 +"201060",33109,39615 +"201061",33109,109024 +"201062",33110,58193 +"201063",33111,101659 +"201064",33113,33383 +"201065",33113,33399 +"201066",33113,37440 +"201067",33113,38494 +"201068",33113,38932 +"201069",33113,40643 +"201070",33113,42017 +"201071",33113,42107 +"201072",33113,45787 +"201073",33113,47083 +"201074",33113,49231 +"201075",33113,50061 +"201076",33113,52450 +"201077",33113,54059 +"201078",33113,55370 +"201079",33113,57804 +"201080",33113,59615 +"201081",33113,59940 +"201082",33113,67363 +"201083",33113,71230 +"201084",33113,76278 +"201085",33113,76740 +"201086",33113,76786 +"201087",33113,77272 +"201088",33113,77357 +"201089",33113,77402 +"201090",33113,78248 +"201091",33113,78255 +"201092",33113,78339 +"201093",33113,78445 +"201094",33113,79022 +"201095",33113,79716 +"201096",33113,79989 +"201097",33113,80281 +"201098",33113,81728 +"201099",33113,82196 +"201100",33113,82377 +"201101",33113,82383 +"201102",33113,82810 +"201103",33113,82854 +"201104",33113,83853 +"201105",33113,83884 +"201106",33113,84379 +"201107",33113,84613 +"201108",33113,85465 +"201109",33113,85610 +"201110",33113,86351 +"201111",33113,86451 +"201112",33113,86882 +"201113",33113,87175 +"201114",33113,87451 +"201115",33113,87521 +"201116",33113,87572 +"201117",33113,87663 +"201118",33113,87721 +"201119",33113,87862 +"201120",33114,62038 +"201121",33114,64508 +"201122",33116,64818 +"201123",33117,52614 +"201124",33117,84174 +"201125",33118,36794 +"201126",33119,43046 +"201127",33119,52343 +"201128",33119,52492 +"201129",33119,65400 +"201130",33119,71932 +"201131",33119,78451 +"201132",33119,84607 +"201133",33119,90922 +"201134",33119,90977 +"201135",33119,92713 +"201136",33119,97317 +"201137",33119,98948 +"201138",33119,101399 +"201139",33119,104510 +"201140",33119,110272 +"201141",33119,111019 +"201142",33119,113577 +"201143",33119,115204 +"201144",33119,115817 +"201145",33119,116107 +"201146",33119,116108 +"201147",33119,116109 +"201148",33121,37953 +"201149",33121,68688 +"201150",33122,44155 +"201151",33122,55601 +"201152",33123,33272 +"201153",33123,33999 +"201154",33125,33875 +"201155",33125,41353 +"201156",33125,50208 +"201157",33125,80619 +"201158",33125,87571 +"201159",33125,109046 +"201160",33126,41116 +"201161",33126,47452 +"201162",33126,48527 +"201163",33126,60870 +"201164",33126,68013 +"201165",33126,114715 +"201166",33127,44303 +"201167",33127,53465 +"201168",33127,53518 +"201169",33128,33140 +"201170",33128,41481 +"201171",33128,61231 +"201172",33131,42511 +"201173",33132,91073 +"201174",33132,99281 +"201175",33134,41199 +"201176",33134,84939 +"201177",33135,58127 +"201178",33135,108347 +"201179",33135,108442 +"201180",33136,38402 +"201181",33136,39482 +"201182",33136,55422 +"201183",33136,57198 +"201184",33136,57265 +"201185",33136,64033 +"201186",33136,65781 +"201187",33136,67547 +"201188",33136,115261 +"201189",33136,116664 +"201190",33137,33567 +"201191",33137,36403 +"201192",33137,51230 +"201193",33137,51879 +"201194",33137,69198 +"201195",33137,76369 +"201196",33137,81471 +"201197",33137,81648 +"201198",33137,82932 +"201199",33137,88817 +"201200",33137,88821 +"201201",33138,45865 +"201202",33138,45956 +"201203",33138,52000 +"201204",33138,60718 +"201205",33138,89072 +"201206",33139,47433 +"201207",33141,53345 +"201208",33141,69267 +"201209",33141,78456 +"201210",33142,37732 +"201211",33142,56774 +"201212",33142,67204 +"201213",33142,77836 +"201214",33143,46379 +"201215",33143,91366 +"201216",33144,45105 +"201217",33145,81660 +"201218",33146,39885 +"201219",33146,41910 +"201220",33146,45671 +"201221",33146,59593 +"201222",33146,59960 +"201223",33146,62547 +"201224",33146,102173 +"201225",33146,102174 +"201226",33146,104425 +"201227",33146,115508 +"201228",33146,116124 +"201229",33146,116667 +"201230",33149,85444 +"201231",33149,113342 +"201232",33150,39331 +"201233",33150,41354 +"201234",33150,41356 +"201235",33150,41378 +"201236",33150,41395 +"201237",33150,41463 +"201238",33150,41597 +"201239",33151,53265 +"201240",33153,49129 +"201241",33153,49620 +"201242",33153,52576 +"201243",33153,57714 +"201244",33153,69644 +"201245",33153,74228 +"201246",33153,103208 +"201247",33153,103241 +"201248",33155,33703 +"201249",33155,62139 +"201250",33155,69214 +"201251",33156,33295 +"201252",33157,68788 +"201253",33158,34397 +"201254",33158,37238 +"201255",33158,38921 +"201256",33158,39354 +"201257",33158,40312 +"201258",33158,40437 +"201259",33158,41945 +"201260",33158,42264 +"201261",33158,43455 +"201262",33158,47268 +"201263",33158,47323 +"201264",33158,47351 +"201265",33158,47535 +"201266",33158,47562 +"201267",33158,47623 +"201268",33158,47624 +"201269",33158,49025 +"201270",33158,50252 +"201271",33158,60172 +"201272",33158,64535 +"201273",33158,64551 +"201274",33158,64592 +"201275",33159,33210 +"201276",33159,43283 +"201277",33159,47940 +"201278",33159,85777 +"201279",33160,33320 +"201280",33160,38534 +"201281",33160,38539 +"201282",33160,38540 +"201283",33160,43461 +"201284",33160,44394 +"201285",33160,47005 +"201286",33160,87382 +"201287",33161,38649 +"201288",33161,41027 +"201289",33161,55529 +"201290",33161,73229 +"201291",33163,33190 +"201292",33163,33235 +"201293",33165,91715 +"201294",33166,51559 +"201295",33167,33377 +"201296",33167,46566 +"201297",33168,43254 +"201298",33168,55499 +"201299",33168,89091 +"201300",33168,89272 +"201301",33169,35536 +"201302",33170,42184 +"201303",33170,59870 +"201304",33170,66610 +"201305",33171,36702 +"201306",33171,49057 +"201307",33171,53262 +"201308",33171,55812 +"201309",33171,55831 +"201310",33171,55832 +"201311",33171,55854 +"201312",33171,55863 +"201313",33171,55872 +"201314",33171,55903 +"201315",33171,55915 +"201316",33171,55916 +"201317",33172,40893 +"201318",33172,48127 +"201319",33172,74993 +"201320",33172,101180 +"201321",33172,102827 +"201322",33172,103658 +"201323",33172,104867 +"201324",33173,33333 +"201325",33173,45415 +"201326",33173,45658 +"201327",33173,68898 +"201328",33173,90235 +"201329",33173,101895 +"201330",33173,101907 +"201331",33174,33194 +"201332",33174,33206 +"201333",33174,33247 +"201334",33174,33272 +"201335",33174,33325 +"201336",33174,33331 +"201337",33175,36709 +"201338",33176,45838 +"201339",33176,53761 +"201340",33178,91434 +"201341",33179,43884 +"201342",33179,45025 +"201343",33179,48955 +"201344",33179,53972 +"201345",33179,54173 +"201346",33179,54242 +"201347",33179,71467 +"201348",33180,33265 +"201349",33180,33338 +"201350",33180,36736 +"201351",33180,43129 +"201352",33180,49119 +"201353",33181,47698 +"201354",33181,48381 +"201355",33181,48593 +"201356",33181,51767 +"201357",33181,51809 +"201358",33181,54940 +"201359",33181,56302 +"201360",33181,56326 +"201361",33181,56327 +"201362",33181,57328 +"201363",33181,58990 +"201364",33182,33560 +"201365",33182,33565 +"201366",33182,33767 +"201367",33183,33901 +"201368",33183,44419 +"201369",33183,44644 +"201370",33183,45852 +"201371",33184,37735 +"201372",33184,41247 +"201373",33184,62307 +"201374",33184,82877 +"201375",33186,33187 +"201376",33186,33304 +"201377",33186,36654 +"201378",33187,33304 +"201379",33188,37108 +"201380",33188,49718 +"201381",33188,53607 +"201382",33188,65140 +"201383",33188,69867 +"201384",33188,88408 +"201385",33188,90187 +"201386",33188,91140 +"201387",33188,94343 +"201388",33188,112935 +"201389",33189,33291 +"201390",33189,33977 +"201391",33189,87885 +"201392",33190,33235 +"201393",33193,34398 +"201394",33194,33206 +"201395",33194,33247 +"201396",33194,33272 +"201397",33194,33325 +"201398",33194,33331 +"201399",33195,44819 +"201400",33195,58429 +"201401",33195,59010 +"201402",33195,74073 +"201403",33195,75137 +"201404",33195,90343 +"201405",33196,84837 +"201406",33196,91665 +"201407",33196,97451 +"201408",33197,33213 +"201409",33197,34120 +"201410",33197,48736 +"201411",33197,55704 +"201412",33197,55770 +"201413",33198,46643 +"201414",33198,59155 +"201415",33198,66904 +"201416",33198,84750 +"201417",33198,87047 +"201418",33198,87079 +"201419",33199,38360 +"201420",33199,47337 +"201421",33199,55724 +"201422",33200,102777 +"201423",33201,33349 +"201424",33201,36533 +"201425",33201,38782 +"201426",33201,40128 +"201427",33201,49270 +"201428",33201,50604 +"201429",33201,56266 +"201430",33201,56582 +"201431",33201,63531 +"201432",33201,65362 +"201433",33201,73374 +"201434",33201,82845 +"201435",33201,88943 +"201436",33201,99070 +"201437",33201,99344 +"201438",33201,99695 +"201439",33201,99707 +"201440",33201,99807 +"201441",33201,102590 +"201442",33201,106679 +"201443",33202,41808 +"201444",33203,41583 +"201445",33204,42791 +"201446",33204,43627 +"201447",33204,61580 +"201448",33204,67406 +"201449",33204,67757 +"201450",33204,67758 +"201451",33204,67759 +"201452",33204,68090 +"201453",33204,68149 +"201454",33205,50890 +"201455",33205,65169 +"201456",33205,91825 +"201457",33206,33247 +"201458",33206,33272 +"201459",33206,33325 +"201460",33206,33331 +"201461",33207,38504 +"201462",33208,77885 +"201463",33208,81408 +"201464",33208,83446 +"201465",33208,83750 +"201466",33208,97087 +"201467",33208,106740 +"201468",33208,112966 +"201469",33208,117575 +"201470",33208,119308 +"201471",33208,119312 +"201472",33208,119347 +"201473",33208,119349 +"201474",33208,119355 +"201475",33208,121845 +"201476",33209,38042 +"201477",33209,44573 +"201478",33209,47223 +"201479",33209,72267 +"201480",33209,82367 +"201481",33209,92235 +"201482",33209,97046 +"201483",33211,37033 +"201484",33211,38398 +"201485",33211,39968 +"201486",33211,42275 +"201487",33211,42902 +"201488",33211,44266 +"201489",33211,49110 +"201490",33211,57311 +"201491",33211,74496 +"201492",33212,40176 +"201493",33212,93868 +"201494",33214,35368 +"201495",33214,35403 +"201496",33214,35405 +"201497",33214,35441 +"201498",33214,35469 +"201499",33214,35530 +"201500",33214,64407 +"201501",33215,77264 +"201502",33215,93522 +"201503",33216,33228 +"201504",33216,33232 +"201505",33216,33245 +"201506",33216,64208 +"201507",33216,78871 +"201508",33216,118287 +"201509",33216,118288 +"201510",33216,118289 +"201511",33216,118290 +"201512",33217,33318 +"201513",33217,39925 +"201514",33217,47511 +"201515",33217,48495 +"201516",33217,52124 +"201517",33217,72432 +"201518",33217,115712 +"201519",33218,64623 +"201520",33218,74190 +"201521",33218,116713 +"201522",33219,35752 +"201523",33219,43056 +"201524",33219,54910 +"201525",33219,80790 +"201526",33219,91807 +"201527",33220,58055 +"201528",33220,74562 +"201529",33221,35373 +"201530",33221,41793 +"201531",33221,44350 +"201532",33221,46243 +"201533",33221,46637 +"201534",33221,46639 +"201535",33221,48992 +"201536",33221,56859 +"201537",33221,61702 +"201538",33221,62137 +"201539",33221,62228 +"201540",33221,62296 +"201541",33221,62739 +"201542",33221,62995 +"201543",33221,66523 +"201544",33221,71510 +"201545",33221,72065 +"201546",33221,72069 +"201547",33221,72070 +"201548",33221,72072 +"201549",33221,72077 +"201550",33221,72088 +"201551",33221,72102 +"201552",33221,72106 +"201553",33221,72107 +"201554",33223,33881 +"201555",33223,34097 +"201556",33223,34330 +"201557",33223,34513 +"201558",33223,35400 +"201559",33223,36476 +"201560",33223,36547 +"201561",33223,36745 +"201562",33223,37821 +"201563",33223,37931 +"201564",33223,38319 +"201565",33223,39398 +"201566",33223,39492 +"201567",33223,40320 +"201568",33223,40373 +"201569",33223,40542 +"201570",33223,41182 +"201571",33223,42131 +"201572",33223,46843 +"201573",33223,48331 +"201574",33224,33330 +"201575",33225,33544 +"201576",33225,70248 +"201577",33226,109294 +"201578",33226,111769 +"201579",33227,46469 +"201580",33227,49376 +"201581",33227,77356 +"201582",33227,83268 +"201583",33227,92797 +"201584",33227,92820 +"201585",33228,33232 +"201586",33228,33245 +"201587",33229,33334 +"201588",33229,56269 +"201589",33229,57427 +"201590",33230,56577 +"201591",33230,77657 +"201592",33230,89415 +"201593",33232,33245 +"201594",33234,33328 +"201595",33234,41695 +"201596",33235,51385 +"201597",33235,71051 +"201598",33236,45888 +"201599",33236,59848 +"201600",33236,63224 +"201601",33236,66498 +"201602",33236,72306 +"201603",33237,33372 +"201604",33237,45468 +"201605",33237,54948 +"201606",33238,66959 +"201607",33238,75837 +"201608",33239,33960 +"201609",33239,34126 +"201610",33239,45633 +"201611",33239,49674 +"201612",33239,86129 +"201613",33239,90884 +"201614",33240,50974 +"201615",33240,51858 +"201616",33240,54875 +"201617",33240,57165 +"201618",33240,91679 +"201619",33240,94119 +"201620",33240,119919 +"201621",33241,33356 +"201622",33241,33433 +"201623",33241,35251 +"201624",33241,35351 +"201625",33241,40935 +"201626",33241,44565 +"201627",33241,56049 +"201628",33241,59937 +"201629",33241,60027 +"201630",33241,70734 +"201631",33241,73848 +"201632",33241,74318 +"201633",33241,82253 +"201634",33241,94909 +"201635",33241,96873 +"201636",33242,51851 +"201637",33243,51045 +"201638",33243,86762 +"201639",33243,94051 +"201640",33243,95327 +"201641",33243,118827 +"201642",33243,121982 +"201643",33244,71341 +"201644",33245,103346 +"201645",33245,105776 +"201646",33245,105808 +"201647",33245,121956 +"201648",33246,74189 +"201649",33246,92577 +"201650",33246,113906 +"201651",33247,33272 +"201652",33247,33325 +"201653",33247,33331 +"201654",33248,36756 +"201655",33249,33292 +"201656",33249,33293 +"201657",33249,33311 +"201658",33249,33351 +"201659",33250,66552 +"201660",33251,36405 +"201661",33251,38263 +"201662",33251,43481 +"201663",33251,69455 +"201664",33251,75846 +"201665",33251,75858 +"201666",33251,77813 +"201667",33251,81065 +"201668",33251,84074 +"201669",33251,86475 +"201670",33251,91023 +"201671",33252,51174 +"201672",33252,84622 +"201673",33252,86065 +"201674",33253,92700 +"201675",33253,100348 +"201676",33254,65520 +"201677",33254,87015 +"201678",33255,36886 +"201679",33255,36894 +"201680",33255,38078 +"201681",33255,42529 +"201682",33255,45630 +"201683",33255,63667 +"201684",33255,85496 +"201685",33255,87194 +"201686",33256,82300 +"201687",33257,33399 +"201688",33257,48434 +"201689",33257,61187 +"201690",33257,67894 +"201691",33257,70243 +"201692",33257,73464 +"201693",33257,73919 +"201694",33257,79148 +"201695",33257,81364 +"201696",33257,86490 +"201697",33257,89710 +"201698",33257,95604 +"201699",33257,96510 +"201700",33257,99329 +"201701",33257,99341 +"201702",33257,110246 +"201703",33257,113803 +"201704",33257,115195 +"201705",33257,115233 +"201706",33257,115255 +"201707",33257,115264 +"201708",33259,42385 +"201709",33259,42473 +"201710",33259,42482 +"201711",33259,51119 +"201712",33259,54500 +"201713",33259,82497 +"201714",33259,82525 +"201715",33259,92776 +"201716",33260,122265 +"201717",33260,122268 +"201718",33261,45865 +"201719",33261,47675 +"201720",33261,55965 +"201721",33261,69943 +"201722",33262,33364 +"201723",33262,41280 +"201724",33262,83763 +"201725",33262,107376 +"201726",33263,64889 +"201727",33263,77733 +"201728",33263,85471 +"201729",33264,35042 +"201730",33264,35093 +"201731",33265,43129 +"201732",33265,51516 +"201733",33265,70360 +"201734",33267,74175 +"201735",33267,114543 +"201736",33267,114550 +"201737",33268,83528 +"201738",33268,95073 +"201739",33268,104279 +"201740",33270,36329 +"201741",33271,121570 +"201742",33271,121572 +"201743",33272,33325 +"201744",33272,33331 +"201745",33273,38931 +"201746",33273,40689 +"201747",33273,41546 +"201748",33273,80421 +"201749",33273,98124 +"201750",33273,103890 +"201751",33273,120797 +"201752",33273,121465 +"201753",33274,35668 +"201754",33274,61355 +"201755",33274,64964 +"201756",33274,95069 +"201757",33275,33883 +"201758",33275,36286 +"201759",33275,36767 +"201760",33275,37720 +"201761",33275,37937 +"201762",33275,38369 +"201763",33275,40419 +"201764",33275,41419 +"201765",33275,42608 +"201766",33275,44180 +"201767",33275,44234 +"201768",33275,45818 +"201769",33275,51476 +"201770",33275,51892 +"201771",33275,53755 +"201772",33275,54168 +"201773",33275,57210 +"201774",33275,58482 +"201775",33275,59172 +"201776",33275,59816 +"201777",33275,61874 +"201778",33275,63274 +"201779",33275,65682 +"201780",33275,65702 +"201781",33275,65747 +"201782",33275,66322 +"201783",33275,67327 +"201784",33275,70854 +"201785",33275,71683 +"201786",33275,72568 +"201787",33275,72628 +"201788",33275,73767 +"201789",33275,78532 +"201790",33275,81609 +"201791",33275,85885 +"201792",33275,91068 +"201793",33275,91255 +"201794",33275,92247 +"201795",33275,92352 +"201796",33275,92362 +"201797",33275,92929 +"201798",33275,93719 +"201799",33275,94906 +"201800",33275,94946 +"201801",33275,95889 +"201802",33275,96093 +"201803",33275,97988 +"201804",33275,99309 +"201805",33275,99376 +"201806",33275,99450 +"201807",33275,99471 +"201808",33275,99474 +"201809",33275,100916 +"201810",33275,100944 +"201811",33275,101126 +"201812",33275,101329 +"201813",33275,105557 +"201814",33275,107199 +"201815",33275,108743 +"201816",33275,108980 +"201817",33275,109291 +"201818",33275,109933 +"201819",33275,110483 +"201820",33275,110567 +"201821",33275,110572 +"201822",33275,110630 +"201823",33275,110648 +"201824",33275,110711 +"201825",33275,110770 +"201826",33275,110869 +"201827",33275,110911 +"201828",33275,111285 +"201829",33275,111314 +"201830",33275,111362 +"201831",33275,111372 +"201832",33275,111424 +"201833",33275,111433 +"201834",33275,112422 +"201835",33275,113269 +"201836",33275,113430 +"201837",33275,114242 +"201838",33275,114842 +"201839",33275,115427 +"201840",33275,115521 +"201841",33275,115711 +"201842",33275,118624 +"201843",33276,52091 +"201844",33276,68175 +"201845",33276,68226 +"201846",33277,40731 +"201847",33277,46773 +"201848",33277,50551 +"201849",33277,77080 +"201850",33277,82023 +"201851",33277,101908 +"201852",33277,102243 +"201853",33278,33348 +"201854",33278,39100 +"201855",33278,51799 +"201856",33278,86144 +"201857",33278,94339 +"201858",33278,94432 +"201859",33278,94463 +"201860",33279,50709 +"201861",33279,96509 +"201862",33280,39760 +"201863",33280,40301 +"201864",33280,40327 +"201865",33280,40376 +"201866",33280,40377 +"201867",33280,40415 +"201868",33281,51376 +"201869",33282,65608 +"201870",33283,61131 +"201871",33283,69901 +"201872",33284,67576 +"201873",33286,43998 +"201874",33286,49623 +"201875",33286,69520 +"201876",33286,73689 +"201877",33286,90025 +"201878",33286,91862 +"201879",33286,101526 +"201880",33286,101965 +"201881",33286,105424 +"201882",33286,122083 +"201883",33287,49159 +"201884",33287,49719 +"201885",33287,106736 +"201886",33288,41462 +"201887",33288,72602 +"201888",33289,81519 +"201889",33292,33293 +"201890",33292,33311 +"201891",33292,33351 +"201892",33292,66551 +"201893",33293,33311 +"201894",33293,33351 +"201895",33294,66025 +"201896",33296,109509 +"201897",33297,33314 +"201898",33297,34881 +"201899",33297,64751 +"201900",33298,65099 +"201901",33301,43151 +"201902",33301,43152 +"201903",33301,43163 +"201904",33301,48846 +"201905",33302,43224 +"201906",33302,43623 +"201907",33303,65273 +"201908",33304,41219 +"201909",33304,41757 +"201910",33304,86704 +"201911",33304,117995 +"201912",33305,54030 +"201913",33305,59961 +"201914",33306,33361 +"201915",33307,33335 +"201916",33308,41756 +"201917",33308,73533 +"201918",33308,76797 +"201919",33310,56708 +"201920",33311,33351 +"201921",33311,55939 +"201922",33312,52022 +"201923",33312,53360 +"201924",33312,64052 +"201925",33312,66931 +"201926",33312,72103 +"201927",33312,78283 +"201928",33312,78391 +"201929",33312,78393 +"201930",33312,81375 +"201931",33312,81425 +"201932",33312,81974 +"201933",33312,82118 +"201934",33312,91795 +"201935",33312,95904 +"201936",33312,96540 +"201937",33312,96635 +"201938",33312,96692 +"201939",33312,121301 +"201940",33313,41224 +"201941",33313,59389 +"201942",33313,60418 +"201943",33313,69845 +"201944",33313,100774 +"201945",33313,107539 +"201946",33313,110487 +"201947",33313,110488 +"201948",33313,110492 +"201949",33314,34881 +"201950",33314,43061 +"201951",33314,47345 +"201952",33314,49234 +"201953",33314,56522 +"201954",33314,64634 +"201955",33314,78692 +"201956",33314,89817 +"201957",33315,41141 +"201958",33315,63919 +"201959",33316,73704 +"201960",33316,83798 +"201961",33316,101808 +"201962",33316,101831 +"201963",33317,39122 +"201964",33317,44726 +"201965",33317,68965 +"201966",33319,35518 +"201967",33320,38534 +"201968",33320,38539 +"201969",33320,38540 +"201970",33320,44561 +"201971",33320,58997 +"201972",33321,33371 +"201973",33322,40039 +"201974",33322,46790 +"201975",33322,83808 +"201976",33322,85751 +"201977",33322,108200 +"201978",33322,111025 +"201979",33322,114506 +"201980",33322,114510 +"201981",33323,37270 +"201982",33323,57273 +"201983",33323,93242 +"201984",33324,47416 +"201985",33324,54145 +"201986",33324,57188 +"201987",33324,79380 +"201988",33324,79381 +"201989",33325,33331 +"201990",33327,34479 +"201991",33327,54453 +"201992",33327,57430 +"201993",33329,88618 +"201994",33329,95130 +"201995",33330,44535 +"201996",33330,62716 +"201997",33330,67498 +"201998",33330,69764 +"201999",33330,71014 +"202000",33330,73269 +"202001",33332,57644 +"202002",33332,64070 +"202003",33332,74681 +"202004",33332,75544 +"202005",33332,101395 +"202006",33332,114962 +"202007",33333,91044 +"202008",33335,61920 +"202009",33336,43378 +"202010",33336,43564 +"202011",33337,37682 +"202012",33337,38204 +"202013",33337,41278 +"202014",33337,41596 +"202015",33337,41691 +"202016",33337,44269 +"202017",33337,48914 +"202018",33337,57231 +"202019",33337,57950 +"202020",33337,66004 +"202021",33337,84212 +"202022",33337,90837 +"202023",33337,103004 +"202024",33337,107300 +"202025",33337,107464 +"202026",33338,36736 +"202027",33338,42666 +"202028",33338,43129 +"202029",33338,44292 +"202030",33338,54683 +"202031",33338,54936 +"202032",33338,55905 +"202033",33338,57731 +"202034",33338,72086 +"202035",33338,88945 +"202036",33338,93950 +"202037",33338,105361 +"202038",33338,109228 +"202039",33338,115487 +"202040",33339,38230 +"202041",33339,55985 +"202042",33339,59204 +"202043",33339,87674 +"202044",33339,95948 +"202045",33339,100145 +"202046",33339,101970 +"202047",33339,103107 +"202048",33339,103426 +"202049",33339,103996 +"202050",33339,119888 +"202051",33339,119934 +"202052",33339,119967 +"202053",33339,122602 +"202054",33339,122813 +"202055",33339,122824 +"202056",33341,33870 +"202057",33341,38552 +"202058",33341,43699 +"202059",33341,50229 +"202060",33341,72098 +"202061",33341,79963 +"202062",33342,38569 +"202063",33342,51376 +"202064",33342,107680 +"202065",33343,41467 +"202066",33345,63331 +"202067",33346,78952 +"202068",33346,80665 +"202069",33346,92426 +"202070",33346,107977 +"202071",33348,34995 +"202072",33348,39352 +"202073",33348,41416 +"202074",33348,63393 +"202075",33348,82917 +"202076",33348,86672 +"202077",33348,87310 +"202078",33348,108890 +"202079",33348,109179 +"202080",33349,36008 +"202081",33349,38625 +"202082",33349,41142 +"202083",33349,57612 +"202084",33349,80305 +"202085",33349,80717 +"202086",33349,86030 +"202087",33349,88273 +"202088",33349,91770 +"202089",33349,103077 +"202090",33349,103277 +"202091",33349,117092 +"202092",33349,123114 +"202093",33350,40211 +"202094",33350,42519 +"202095",33350,51295 +"202096",33350,57058 +"202097",33350,62605 +"202098",33350,66027 +"202099",33350,75825 +"202100",33350,79806 +"202101",33350,80569 +"202102",33350,96081 +"202103",33350,99070 +"202104",33350,102215 +"202105",33350,102233 +"202106",33350,102732 +"202107",33352,33428 +"202108",33352,35281 +"202109",33352,36065 +"202110",33352,64552 +"202111",33352,84124 +"202112",33352,103109 +"202113",33352,112862 +"202114",33352,119691 +"202115",33353,46813 +"202116",33353,97020 +"202117",33354,76905 +"202118",33355,64743 +"202119",33356,33433 +"202120",33356,35251 +"202121",33356,38204 +"202122",33356,38755 +"202123",33356,40708 +"202124",33356,53083 +"202125",33356,54156 +"202126",33356,59786 +"202127",33356,63513 +"202128",33356,64272 +"202129",33356,64845 +"202130",33356,67841 +"202131",33356,81210 +"202132",33356,88645 +"202133",33356,98078 +"202134",33356,99302 +"202135",33356,111698 +"202136",33357,66258 +"202137",33357,67620 +"202138",33357,73764 +"202139",33357,77371 +"202140",33357,96343 +"202141",33357,107967 +"202142",33358,78803 +"202143",33358,83103 +"202144",33359,82463 +"202145",33359,99077 +"202146",33359,110126 +"202147",33359,119693 +"202148",33360,37512 +"202149",33360,44729 +"202150",33360,48521 +"202151",33360,49741 +"202152",33360,59114 +"202153",33360,65951 +"202154",33360,65952 +"202155",33360,70046 +"202156",33360,72096 +"202157",33360,76128 +"202158",33360,89274 +"202159",33360,89965 +"202160",33360,100630 +"202161",33360,100964 +"202162",33363,50146 +"202163",33363,52369 +"202164",33363,56679 +"202165",33363,58408 +"202166",33363,58957 +"202167",33363,67913 +"202168",33363,75004 +"202169",33363,80412 +"202170",33363,87207 +"202171",33365,52709 +"202172",33365,82005 +"202173",33365,101907 +"202174",33366,66454 +"202175",33367,43703 +"202176",33367,51446 +"202177",33367,80268 +"202178",33367,122369 +"202179",33368,107616 +"202180",33368,115532 +"202181",33368,123459 +"202182",33369,33474 +"202183",33369,33475 +"202184",33369,50057 +"202185",33369,50701 +"202186",33369,50815 +"202187",33369,52570 +"202188",33369,54282 +"202189",33369,54328 +"202190",33369,55268 +"202191",33369,60123 +"202192",33369,71054 +"202193",33373,36424 +"202194",33373,42081 +"202195",33373,46691 +"202196",33373,48291 +"202197",33373,55000 +"202198",33373,55829 +"202199",33373,55883 +"202200",33373,72952 +"202201",33373,83669 +"202202",33373,93254 +"202203",33373,93407 +"202204",33373,93415 +"202205",33373,122949 +"202206",33374,35553 +"202207",33374,40309 +"202208",33374,61744 +"202209",33376,33456 +"202210",33376,33507 +"202211",33376,39275 +"202212",33376,43726 +"202213",33376,70470 +"202214",33377,46566 +"202215",33379,60953 +"202216",33379,68772 +"202217",33380,42944 +"202218",33380,48716 +"202219",33380,48732 +"202220",33380,49808 +"202221",33380,49861 +"202222",33380,68795 +"202223",33380,73493 +"202224",33381,54296 +"202225",33381,66971 +"202226",33381,97474 +"202227",33382,40821 +"202228",33382,54721 +"202229",33382,62538 +"202230",33382,84475 +"202231",33382,86773 +"202232",33382,88863 +"202233",33382,92570 +"202234",33383,33399 +"202235",33383,39005 +"202236",33383,56442 +"202237",33383,79442 +"202238",33383,82338 +"202239",33383,82339 +"202240",33383,82348 +"202241",33384,59982 +"202242",33384,86175 +"202243",33384,110608 +"202244",33384,121550 +"202245",33385,44181 +"202246",33385,52304 +"202247",33385,80548 +"202248",33385,80755 +"202249",33385,80797 +"202250",33386,41884 +"202251",33386,44341 +"202252",33386,76421 +"202253",33387,51661 +"202254",33388,33599 +"202255",33388,33727 +"202256",33388,42963 +"202257",33388,49178 +"202258",33388,51749 +"202259",33388,54124 +"202260",33388,68193 +"202261",33389,34144 +"202262",33389,38538 +"202263",33389,51458 +"202264",33389,109355 +"202265",33390,35905 +"202266",33390,48888 +"202267",33390,60841 +"202268",33390,67393 +"202269",33390,74536 +"202270",33390,77565 +"202271",33390,81851 +"202272",33390,86337 +"202273",33390,92887 +"202274",33390,92892 +"202275",33390,99433 +"202276",33390,112798 +"202277",33390,113495 +"202278",33391,37751 +"202279",33391,37816 +"202280",33391,37884 +"202281",33391,41740 +"202282",33391,70114 +"202283",33391,77658 +"202284",33392,33880 +"202285",33393,36701 +"202286",33394,34423 +"202287",33394,60982 +"202288",33395,50449 +"202289",33395,52659 +"202290",33395,59485 +"202291",33395,60536 +"202292",33395,65188 +"202293",33395,70535 +"202294",33395,75999 +"202295",33395,76354 +"202296",33395,80603 +"202297",33395,86317 +"202298",33395,91317 +"202299",33395,93334 +"202300",33395,94511 +"202301",33395,96925 +"202302",33395,100645 +"202303",33395,106351 +"202304",33395,114279 +"202305",33395,114292 +"202306",33395,115983 +"202307",33396,33414 +"202308",33396,33645 +"202309",33397,56451 +"202310",33397,57086 +"202311",33397,87751 +"202312",33397,118387 +"202313",33397,118581 +"202314",33398,84142 +"202315",33398,96327 +"202316",33399,38462 +"202317",33399,41660 +"202318",33399,60552 +"202319",33399,86928 +"202320",33399,96510 +"202321",33400,34094 +"202322",33400,47949 +"202323",33400,47956 +"202324",33400,48466 +"202325",33400,53996 +"202326",33400,66569 +"202327",33400,67016 +"202328",33400,67037 +"202329",33400,67038 +"202330",33401,33665 +"202331",33401,42643 +"202332",33401,89834 +"202333",33401,92778 +"202334",33401,97833 +"202335",33401,105778 +"202336",33402,53595 +"202337",33405,36578 +"202338",33405,36944 +"202339",33405,37095 +"202340",33405,39800 +"202341",33405,53183 +"202342",33405,57393 +"202343",33405,61754 +"202344",33405,61760 +"202345",33406,38259 +"202346",33406,48822 +"202347",33406,50764 +"202348",33406,51924 +"202349",33406,52309 +"202350",33406,54408 +"202351",33406,62019 +"202352",33406,66474 +"202353",33406,77173 +"202354",33406,77346 +"202355",33406,77396 +"202356",33406,77401 +"202357",33406,77407 +"202358",33406,77417 +"202359",33406,77418 +"202360",33406,77480 +"202361",33406,77532 +"202362",33407,43257 +"202363",33407,85043 +"202364",33407,88038 +"202365",33408,52718 +"202366",33408,53638 +"202367",33409,40855 +"202368",33409,42483 +"202369",33409,49012 +"202370",33409,59693 +"202371",33410,60632 +"202372",33411,35710 +"202373",33411,47232 +"202374",33411,50972 +"202375",33411,67423 +"202376",33411,68235 +"202377",33411,68237 +"202378",33411,82506 +"202379",33411,89809 +"202380",33412,42137 +"202381",33412,105905 +"202382",33412,113549 +"202383",33413,37752 +"202384",33413,40840 +"202385",33413,42142 +"202386",33413,46825 +"202387",33413,55689 +"202388",33413,58829 +"202389",33413,62762 +"202390",33413,65070 +"202391",33413,65188 +"202392",33413,67200 +"202393",33413,71454 +"202394",33413,74795 +"202395",33413,76320 +"202396",33413,83558 +"202397",33413,83916 +"202398",33413,85514 +"202399",33413,107515 +"202400",33413,112800 +"202401",33413,117141 +"202402",33413,117142 +"202403",33413,118591 +"202404",33413,119524 +"202405",33413,119921 +"202406",33413,120546 +"202407",33413,120579 +"202408",33414,33645 +"202409",33414,56166 +"202410",33414,56458 +"202411",33414,62310 +"202412",33414,62363 +"202413",33414,68593 +"202414",33414,101073 +"202415",33415,47612 +"202416",33415,49024 +"202417",33415,96119 +"202418",33416,33442 +"202419",33416,33490 +"202420",33416,33495 +"202421",33416,33790 +"202422",33416,83671 +"202423",33416,103945 +"202424",33417,77468 +"202425",33417,89015 +"202426",33417,102592 +"202427",33417,109198 +"202428",33418,38333 +"202429",33418,39397 +"202430",33418,52494 +"202431",33418,68106 +"202432",33418,74445 +"202433",33418,97572 +"202434",33418,121483 +"202435",33418,121486 +"202436",33419,33511 +"202437",33419,104817 +"202438",33420,43507 +"202439",33420,46649 +"202440",33420,66744 +"202441",33420,104662 +"202442",33420,120033 +"202443",33421,71849 +"202444",33421,90425 +"202445",33422,34395 +"202446",33422,39654 +"202447",33422,73256 +"202448",33422,80689 +"202449",33422,88209 +"202450",33422,89822 +"202451",33422,94243 +"202452",33423,33536 +"202453",33423,53132 +"202454",33423,56150 +"202455",33423,81132 +"202456",33423,88130 +"202457",33424,33532 +"202458",33424,56218 +"202459",33424,57399 +"202460",33425,69737 +"202461",33426,69572 +"202462",33427,40816 +"202463",33429,36283 +"202464",33429,101167 +"202465",33430,83314 +"202466",33431,41504 +"202467",33431,51620 +"202468",33431,57079 +"202469",33431,121899 +"202470",33432,69119 +"202471",33433,34443 +"202472",33433,35251 +"202473",33433,43368 +"202474",33433,48361 +"202475",33433,49581 +"202476",33433,50946 +"202477",33433,53083 +"202478",33433,53108 +"202479",33433,55643 +"202480",33433,56958 +"202481",33433,57646 +"202482",33433,59113 +"202483",33433,59786 +"202484",33433,68138 +"202485",33433,70084 +"202486",33433,71306 +"202487",33433,72240 +"202488",33433,72656 +"202489",33433,87496 +"202490",33433,94909 +"202491",33433,115047 +"202492",33434,35908 +"202493",33434,35938 +"202494",33434,35939 +"202495",33434,35940 +"202496",33434,36011 +"202497",33434,36012 +"202498",33434,36013 +"202499",33434,36060 +"202500",33434,36178 +"202501",33434,74889 +"202502",33435,48861 +"202503",33435,52597 +"202504",33435,63477 +"202505",33435,87083 +"202506",33435,102994 +"202507",33436,43812 +"202508",33436,61939 +"202509",33437,33499 +"202510",33437,34693 +"202511",33437,66797 +"202512",33437,85820 +"202513",33438,41273 +"202514",33439,36083 +"202515",33439,104124 +"202516",33440,34062 +"202517",33440,34144 +"202518",33440,34291 +"202519",33440,34334 +"202520",33440,34403 +"202521",33442,33490 +"202522",33442,33495 +"202523",33443,36373 +"202524",33443,49100 +"202525",33443,61269 +"202526",33443,89105 +"202527",33444,55224 +"202528",33446,36624 +"202529",33446,45982 +"202530",33446,63911 +"202531",33447,75700 +"202532",33449,62201 +"202533",33449,76323 +"202534",33449,88933 +"202535",33449,96644 +"202536",33450,38320 +"202537",33450,46390 +"202538",33450,47927 +"202539",33450,53628 +"202540",33450,56740 +"202541",33450,56993 +"202542",33450,61691 +"202543",33450,79534 +"202544",33450,87416 +"202545",33450,89453 +"202546",33450,103089 +"202547",33450,109489 +"202548",33451,37854 +"202549",33451,38248 +"202550",33451,38600 +"202551",33451,40792 +"202552",33451,54204 +"202553",33451,56718 +"202554",33451,56873 +"202555",33451,61673 +"202556",33451,62165 +"202557",33451,65348 +"202558",33451,67165 +"202559",33451,67229 +"202560",33451,74862 +"202561",33451,115315 +"202562",33451,116764 +"202563",33451,120845 +"202564",33452,117236 +"202565",33453,34536 +"202566",33454,33455 +"202567",33454,33498 +"202568",33454,33535 +"202569",33454,60133 +"202570",33454,66766 +"202571",33455,33498 +"202572",33455,33535 +"202573",33456,33507 +"202574",33456,43726 +"202575",33457,44749 +"202576",33458,86854 +"202577",33458,92414 +"202578",33459,71545 +"202579",33460,35501 +"202580",33460,39071 +"202581",33460,70483 +"202582",33460,77196 +"202583",33460,80617 +"202584",33460,81770 +"202585",33460,91232 +"202586",33460,99646 +"202587",33460,103968 +"202588",33460,109000 +"202589",33460,109945 +"202590",33460,111309 +"202591",33460,111462 +"202592",33460,112310 +"202593",33460,113624 +"202594",33460,113625 +"202595",33460,114155 +"202596",33460,114170 +"202597",33460,121381 +"202598",33461,62264 +"202599",33461,70347 +"202600",33461,89981 +"202601",33461,90031 +"202602",33463,79032 +"202603",33463,86978 +"202604",33463,90991 +"202605",33463,119459 +"202606",33464,33982 +"202607",33464,34131 +"202608",33464,47297 +"202609",33464,61656 +"202610",33464,76045 +"202611",33464,76560 +"202612",33464,80268 +"202613",33464,80432 +"202614",33465,34085 +"202615",33465,82779 +"202616",33466,34142 +"202617",33466,35240 +"202618",33466,35829 +"202619",33466,52363 +"202620",33466,59212 +"202621",33466,61351 +"202622",33466,61512 +"202623",33466,64598 +"202624",33466,64641 +"202625",33466,64690 +"202626",33467,58219 +"202627",33467,61734 +"202628",33467,71101 +"202629",33467,74458 +"202630",33468,50727 +"202631",33468,71254 +"202632",33468,75609 +"202633",33468,75722 +"202634",33468,100548 +"202635",33468,100776 +"202636",33468,121689 +"202637",33469,41350 +"202638",33469,44132 +"202639",33469,58392 +"202640",33469,68902 +"202641",33469,81504 +"202642",33469,84566 +"202643",33469,108596 +"202644",33470,36654 +"202645",33470,68213 +"202646",33470,76135 +"202647",33470,108725 +"202648",33470,108973 +"202649",33471,41845 +"202650",33471,45007 +"202651",33471,50324 +"202652",33471,50344 +"202653",33472,70636 +"202654",33472,75618 +"202655",33472,82675 +"202656",33472,82676 +"202657",33473,45528 +"202658",33473,47270 +"202659",33473,47324 +"202660",33473,47333 +"202661",33473,48284 +"202662",33473,50118 +"202663",33473,71516 +"202664",33473,75513 +"202665",33473,85344 +"202666",33473,86129 +"202667",33473,107271 +"202668",33473,107291 +"202669",33473,116375 +"202670",33474,33475 +"202671",33474,37777 +"202672",33474,51091 +"202673",33475,50701 +"202674",33475,50815 +"202675",33475,51568 +"202676",33475,51671 +"202677",33475,62601 +"202678",33477,38690 +"202679",33477,70675 +"202680",33477,77144 +"202681",33477,77154 +"202682",33477,77192 +"202683",33477,77195 +"202684",33478,37708 +"202685",33479,67486 +"202686",33480,33529 +"202687",33481,106063 +"202688",33482,70654 +"202689",33483,98081 +"202690",33484,69298 +"202691",33484,73498 +"202692",33484,106891 +"202693",33485,77668 +"202694",33486,35630 +"202695",33486,38916 +"202696",33486,39551 +"202697",33486,41785 +"202698",33486,44091 +"202699",33486,46107 +"202700",33486,48871 +"202701",33486,76376 +"202702",33486,100241 +"202703",33486,102136 +"202704",33487,33888 +"202705",33488,95014 +"202706",33489,61906 +"202707",33489,110404 +"202708",33490,33495 +"202709",33490,33790 +"202710",33490,47926 +"202711",33490,54166 +"202712",33490,104610 +"202713",33491,33512 +"202714",33491,47949 +"202715",33491,73580 +"202716",33492,34928 +"202717",33492,84082 +"202718",33492,107448 +"202719",33492,108119 +"202720",33492,108122 +"202721",33493,74473 +"202722",33494,70553 +"202723",33494,91046 +"202724",33494,107821 +"202725",33494,110473 +"202726",33496,46315 +"202727",33496,70785 +"202728",33496,76220 +"202729",33497,79326 +"202730",33497,79579 +"202731",33498,33535 +"202732",33500,45498 +"202733",33500,45583 +"202734",33500,52298 +"202735",33500,95641 +"202736",33502,33541 +"202737",33502,40035 +"202738",33502,43092 +"202739",33502,54742 +"202740",33502,66436 +"202741",33502,66478 +"202742",33502,66503 +"202743",33503,60682 +"202744",33503,71033 +"202745",33503,122892 +"202746",33503,122907 +"202747",33504,62987 +"202748",33504,67915 +"202749",33504,72348 +"202750",33504,89470 +"202751",33505,34711 +"202752",33506,36662 +"202753",33506,39935 +"202754",33507,35403 +"202755",33507,35994 +"202756",33507,36871 +"202757",33507,48844 +"202758",33507,49054 +"202759",33508,34319 +"202760",33508,50086 +"202761",33508,68340 +"202762",33508,76870 +"202763",33509,83711 +"202764",33510,66789 +"202765",33510,68678 +"202766",33511,54467 +"202767",33511,69932 +"202768",33511,72349 +"202769",33511,77924 +"202770",33511,87067 +"202771",33511,107392 +"202772",33511,107656 +"202773",33513,37531 +"202774",33513,40466 +"202775",33513,41812 +"202776",33513,43119 +"202777",33513,65212 +"202778",33513,85008 +"202779",33514,36886 +"202780",33514,53962 +"202781",33515,33954 +"202782",33516,104317 +"202783",33517,42299 +"202784",33517,69730 +"202785",33517,72389 +"202786",33519,67357 +"202787",33520,39040 +"202788",33520,39433 +"202789",33520,40891 +"202790",33520,40991 +"202791",33520,71892 +"202792",33520,93047 +"202793",33520,103530 +"202794",33520,103634 +"202795",33520,103851 +"202796",33521,48286 +"202797",33521,50089 +"202798",33521,52901 +"202799",33522,33792 +"202800",33522,37094 +"202801",33522,43363 +"202802",33522,44249 +"202803",33522,59513 +"202804",33522,69237 +"202805",33523,33998 +"202806",33523,48715 +"202807",33523,51288 +"202808",33523,67246 +"202809",33524,33850 +"202810",33524,41372 +"202811",33524,51476 +"202812",33524,51990 +"202813",33524,60433 +"202814",33524,61543 +"202815",33524,83292 +"202816",33524,89049 +"202817",33524,94098 +"202818",33524,99471 +"202819",33524,100899 +"202820",33525,38045 +"202821",33525,102217 +"202822",33525,102242 +"202823",33525,109159 +"202824",33525,114324 +"202825",33526,47256 +"202826",33526,59299 +"202827",33526,71958 +"202828",33526,91914 +"202829",33527,49278 +"202830",33527,55780 +"202831",33528,36373 +"202832",33528,38421 +"202833",33528,40358 +"202834",33528,44569 +"202835",33528,46351 +"202836",33528,60402 +"202837",33528,65448 +"202838",33528,68823 +"202839",33528,79618 +"202840",33528,97012 +"202841",33528,99240 +"202842",33528,101092 +"202843",33528,102886 +"202844",33528,102893 +"202845",33528,103698 +"202846",33528,104505 +"202847",33528,104544 +"202848",33528,106449 +"202849",33528,107268 +"202850",33528,112717 +"202851",33528,115929 +"202852",33530,33531 +"202853",33530,34027 +"202854",33530,52577 +"202855",33530,61353 +"202856",33530,87430 +"202857",33530,87471 +"202858",33530,94088 +"202859",33530,94138 +"202860",33530,103296 +"202861",33531,34027 +"202862",33531,52577 +"202863",33531,79032 +"202864",33531,87430 +"202865",33531,87471 +"202866",33531,91547 +"202867",33531,94138 +"202868",33531,97010 +"202869",33531,103296 +"202870",33533,40678 +"202871",33533,64504 +"202872",33533,94456 +"202873",33533,97547 +"202874",33533,100599 +"202875",33533,101687 +"202876",33533,108411 +"202877",33533,116763 +"202878",33534,54810 +"202879",33534,61411 +"202880",33536,33537 +"202881",33536,33538 +"202882",33536,43663 +"202883",33536,57697 +"202884",33536,58238 +"202885",33536,59641 +"202886",33536,66693 +"202887",33536,69646 +"202888",33536,72725 +"202889",33536,82169 +"202890",33536,83523 +"202891",33536,84204 +"202892",33536,86319 +"202893",33537,33538 +"202894",33537,74959 +"202895",33537,91108 +"202896",33537,91670 +"202897",33537,108619 +"202898",33537,117481 +"202899",33538,42066 +"202900",33538,46275 +"202901",33538,49536 +"202902",33538,66693 +"202903",33538,87947 +"202904",33538,91670 +"202905",33538,119651 +"202906",33540,95343 +"202907",33541,59184 +"202908",33541,98281 +"202909",33542,74799 +"202910",33543,33763 +"202911",33544,36251 +"202912",33544,36274 +"202913",33544,51229 +"202914",33544,61678 +"202915",33544,65920 +"202916",33544,72084 +"202917",33544,75379 +"202918",33544,76309 +"202919",33544,86969 +"202920",33544,108482 +"202921",33545,33714 +"202922",33545,89388 +"202923",33545,89419 +"202924",33546,33547 +"202925",33546,33713 +"202926",33546,55119 +"202927",33546,55196 +"202928",33547,33713 +"202929",33547,51395 +"202930",33548,40930 +"202931",33548,44368 +"202932",33548,54708 +"202933",33549,33562 +"202934",33549,33598 +"202935",33549,64576 +"202936",33549,82079 +"202937",33549,99769 +"202938",33549,112454 +"202939",33551,43777 +"202940",33551,44662 +"202941",33551,67241 +"202942",33551,79870 +"202943",33551,88695 +"202944",33551,90790 +"202945",33551,91162 +"202946",33551,91163 +"202947",33551,91165 +"202948",33551,91170 +"202949",33551,91201 +"202950",33553,36446 +"202951",33553,64651 +"202952",33553,75982 +"202953",33553,78093 +"202954",33553,89232 +"202955",33554,37159 +"202956",33554,39360 +"202957",33554,41694 +"202958",33554,44739 +"202959",33554,45801 +"202960",33554,60189 +"202961",33554,64381 +"202962",33554,94905 +"202963",33554,98510 +"202964",33554,105875 +"202965",33555,42508 +"202966",33555,42937 +"202967",33555,45970 +"202968",33555,48066 +"202969",33555,48179 +"202970",33555,57390 +"202971",33555,58294 +"202972",33555,59120 +"202973",33555,104312 +"202974",33556,33558 +"202975",33556,33559 +"202976",33556,33611 +"202977",33556,33678 +"202978",33556,47765 +"202979",33558,33559 +"202980",33558,33611 +"202981",33558,33678 +"202982",33558,61402 +"202983",33558,85082 +"202984",33559,33611 +"202985",33559,33678 +"202986",33559,49195 +"202987",33559,85627 +"202988",33559,86723 +"202989",33559,86724 +"202990",33559,97200 +"202991",33560,33565 +"202992",33560,33767 +"202993",33560,81536 +"202994",33560,81549 +"202995",33560,113660 +"202996",33560,118337 +"202997",33561,69426 +"202998",33562,33598 +"202999",33564,86286 +"203000",33564,90600 +"203001",33565,33767 +"203002",33566,85010 +"203003",33567,36403 +"203004",33567,39766 +"203005",33567,51230 +"203006",33567,51879 +"203007",33567,69198 +"203008",33567,75276 +"203009",33567,81648 +"203010",33567,82932 +"203011",33567,88817 +"203012",33567,88821 +"203013",33568,33691 +"203014",33568,33692 +"203015",33568,34479 +"203016",33568,44982 +"203017",33568,52225 +"203018",33568,63702 +"203019",33568,78178 +"203020",33569,52058 +"203021",33569,56317 +"203022",33569,75948 +"203023",33569,84256 +"203024",33569,104609 +"203025",33569,107233 +"203026",33569,108303 +"203027",33570,33646 +"203028",33571,67053 +"203029",33571,67651 +"203030",33572,36042 +"203031",33572,38629 +"203032",33572,38648 +"203033",33572,38667 +"203034",33572,38775 +"203035",33572,49965 +"203036",33572,78287 +"203037",33572,78688 +"203038",33572,81691 +"203039",33572,85951 +"203040",33572,95082 +"203041",33572,100336 +"203042",33572,103293 +"203043",33572,103996 +"203044",33572,104497 +"203045",33572,114806 +"203046",33572,120486 +"203047",33573,47803 +"203048",33573,49305 +"203049",33573,57301 +"203050",33573,95155 +"203051",33574,34260 +"203052",33574,51336 +"203053",33574,51396 +"203054",33574,51435 +"203055",33574,58035 +"203056",33574,67434 +"203057",33574,80471 +"203058",33574,84386 +"203059",33574,86926 +"203060",33574,113555 +"203061",33576,70588 +"203062",33576,79846 +"203063",33576,97354 +"203064",33576,103481 +"203065",33576,105602 +"203066",33576,111956 +"203067",33577,33584 +"203068",33577,77489 +"203069",33577,98852 +"203070",33578,111001 +"203071",33578,112775 +"203072",33579,37562 +"203073",33579,79665 +"203074",33579,87613 +"203075",33580,34416 +"203076",33580,60207 +"203077",33581,55932 +"203078",33581,67000 +"203079",33581,72160 +"203080",33581,117383 +"203081",33582,78435 +"203082",33582,93086 +"203083",33582,96007 +"203084",33582,120760 +"203085",33582,122199 +"203086",33583,33884 +"203087",33583,66423 +"203088",33583,79452 +"203089",33584,40347 +"203090",33584,41244 +"203091",33584,57609 +"203092",33584,78008 +"203093",33584,78094 +"203094",33584,81444 +"203095",33584,110933 +"203096",33584,111195 +"203097",33584,114380 +"203098",33584,117790 +"203099",33585,74603 +"203100",33585,113979 +"203101",33586,48154 +"203102",33586,50288 +"203103",33588,33621 +"203104",33588,33634 +"203105",33588,33728 +"203106",33588,33771 +"203107",33588,34815 +"203108",33588,36343 +"203109",33588,43275 +"203110",33588,45596 +"203111",33588,46610 +"203112",33588,47573 +"203113",33588,66052 +"203114",33588,80172 +"203115",33588,83054 +"203116",33588,83093 +"203117",33588,91533 +"203118",33589,33602 +"203119",33589,33631 +"203120",33589,33729 +"203121",33589,36603 +"203122",33589,44478 +"203123",33589,44992 +"203124",33590,58034 +"203125",33590,75239 +"203126",33590,91152 +"203127",33590,112155 +"203128",33591,40580 +"203129",33591,67416 +"203130",33591,81725 +"203131",33591,88708 +"203132",33591,88727 +"203133",33592,41249 +"203134",33592,45432 +"203135",33592,48906 +"203136",33592,54773 +"203137",33592,106284 +"203138",33592,106340 +"203139",33593,44776 +"203140",33593,63349 +"203141",33594,33866 +"203142",33594,76728 +"203143",33594,77965 +"203144",33594,85736 +"203145",33594,89086 +"203146",33594,96353 +"203147",33594,96926 +"203148",33594,96927 +"203149",33594,97957 +"203150",33594,107696 +"203151",33594,107774 +"203152",33594,115073 +"203153",33595,102358 +"203154",33596,36160 +"203155",33596,39105 +"203156",33596,43899 +"203157",33596,46951 +"203158",33596,51492 +"203159",33596,59942 +"203160",33596,85307 +"203161",33596,94398 +"203162",33597,33643 +"203163",33597,33932 +"203164",33598,33961 +"203165",33599,33618 +"203166",33599,33690 +"203167",33599,33727 +"203168",33599,37279 +"203169",33599,42223 +"203170",33599,51749 +"203171",33599,95708 +"203172",33600,46024 +"203173",33600,76785 +"203174",33601,33606 +"203175",33601,33698 +"203176",33602,33631 +"203177",33602,33729 +"203178",33603,41092 +"203179",33603,94860 +"203180",33604,33896 +"203181",33604,48605 +"203182",33604,59628 +"203183",33604,63753 +"203184",33604,64630 +"203185",33604,64667 +"203186",33604,65265 +"203187",33604,71518 +"203188",33605,33654 +"203189",33605,37861 +"203190",33605,67900 +"203191",33605,107771 +"203192",33605,110645 +"203193",33605,110658 +"203194",33606,33698 +"203195",33606,50702 +"203196",33606,50716 +"203197",33608,64324 +"203198",33609,33744 +"203199",33609,58200 +"203200",33609,82466 +"203201",33610,37864 +"203202",33610,60824 +"203203",33611,33678 +"203204",33612,37619 +"203205",33612,53246 +"203206",33613,52231 +"203207",33613,67752 +"203208",33613,70235 +"203209",33617,39073 +"203210",33618,33690 +"203211",33618,33727 +"203212",33618,96610 +"203213",33619,33786 +"203214",33619,73502 +"203215",33619,81706 +"203216",33621,33634 +"203217",33621,33728 +"203218",33621,33771 +"203219",33621,58855 +"203220",33621,83646 +"203221",33621,92491 +"203222",33621,93559 +"203223",33621,93560 +"203224",33622,37399 +"203225",33622,39588 +"203226",33622,39865 +"203227",33622,54366 +"203228",33622,79657 +"203229",33623,33758 +"203230",33623,38038 +"203231",33623,45047 +"203232",33623,45664 +"203233",33623,62193 +"203234",33623,63490 +"203235",33623,64129 +"203236",33623,64187 +"203237",33623,73170 +"203238",33623,76639 +"203239",33623,76640 +"203240",33623,77040 +"203241",33623,77055 +"203242",33623,77057 +"203243",33623,77066 +"203244",33623,77095 +"203245",33623,77096 +"203246",33623,77101 +"203247",33623,77102 +"203248",33623,77103 +"203249",33623,77106 +"203250",33623,81517 +"203251",33623,83340 +"203252",33623,94832 +"203253",33623,103565 +"203254",33623,107646 +"203255",33623,111905 +"203256",33623,111912 +"203257",33623,111925 +"203258",33623,111993 +"203259",33623,115684 +"203260",33624,37938 +"203261",33625,33701 +"203262",33625,33779 +"203263",33625,37815 +"203264",33625,106884 +"203265",33626,38243 +"203266",33626,43123 +"203267",33626,48712 +"203268",33626,49125 +"203269",33626,52639 +"203270",33626,65962 +"203271",33626,84796 +"203272",33626,86102 +"203273",33626,91219 +"203274",33626,101819 +"203275",33626,103417 +"203276",33626,108859 +"203277",33626,114971 +"203278",33627,97775 +"203279",33628,33749 +"203280",33628,33750 +"203281",33629,54466 +"203282",33630,33751 +"203283",33630,37518 +"203284",33630,56535 +"203285",33630,82986 +"203286",33631,33729 +"203287",33632,64128 +"203288",33632,83340 +"203289",33632,85406 +"203290",33632,95295 +"203291",33632,98217 +"203292",33632,99079 +"203293",33632,102464 +"203294",33632,114666 +"203295",33633,33696 +"203296",33633,64030 +"203297",33634,33728 +"203298",33634,33771 +"203299",33635,38487 +"203300",33635,42197 +"203301",33635,48996 +"203302",33635,52125 +"203303",33635,54272 +"203304",33635,61288 +"203305",33635,62278 +"203306",33635,62750 +"203307",33635,63424 +"203308",33635,68284 +"203309",33635,70026 +"203310",33635,75203 +"203311",33635,77447 +"203312",33635,79304 +"203313",33635,79977 +"203314",33635,81594 +"203315",33635,88777 +"203316",33635,99396 +"203317",33635,100576 +"203318",33635,102351 +"203319",33635,108699 +"203320",33635,109392 +"203321",33635,109418 +"203322",33635,110319 +"203323",33635,117044 +"203324",33635,117158 +"203325",33635,118701 +"203326",33636,85719 +"203327",33636,89841 +"203328",33636,90492 +"203329",33637,90696 +"203330",33639,33640 +"203331",33639,87829 +"203332",33639,88079 +"203333",33642,33748 +"203334",33642,33796 +"203335",33643,33932 +"203336",33644,34281 +"203337",33644,38925 +"203338",33644,42418 +"203339",33644,48066 +"203340",33644,48147 +"203341",33644,58294 +"203342",33646,65101 +"203343",33647,79706 +"203344",33648,48470 +"203345",33648,52892 +"203346",33649,35222 +"203347",33649,50083 +"203348",33649,55725 +"203349",33649,63235 +"203350",33649,69411 +"203351",33649,102648 +"203352",33649,102664 +"203353",33650,33895 +"203354",33650,41072 +"203355",33650,49091 +"203356",33650,71372 +"203357",33651,38088 +"203358",33652,33653 +"203359",33652,33666 +"203360",33652,33681 +"203361",33652,33682 +"203362",33652,33870 +"203363",33652,33978 +"203364",33652,34169 +"203365",33652,39425 +"203366",33652,40380 +"203367",33652,46647 +"203368",33652,48575 +"203369",33652,53837 +"203370",33652,81934 +"203371",33652,87500 +"203372",33652,93483 +"203373",33652,96401 +"203374",33653,33666 +"203375",33653,33681 +"203376",33653,33682 +"203377",33653,33870 +"203378",33653,38461 +"203379",33653,68104 +"203380",33653,76314 +"203381",33653,114643 +"203382",33654,40024 +"203383",33654,77536 +"203384",33654,77537 +"203385",33654,78177 +"203386",33654,80266 +"203387",33654,81716 +"203388",33654,83066 +"203389",33654,85608 +"203390",33655,61237 +"203391",33655,77683 +"203392",33655,79349 +"203393",33655,80904 +"203394",33655,107495 +"203395",33655,122338 +"203396",33656,102129 +"203397",33656,121513 +"203398",33657,44189 +"203399",33658,92593 +"203400",33659,39101 +"203401",33659,60065 +"203402",33660,38538 +"203403",33660,53236 +"203404",33660,65876 +"203405",33660,68884 +"203406",33660,80192 +"203407",33660,88680 +"203408",33660,88853 +"203409",33660,122707 +"203410",33661,33671 +"203411",33661,33672 +"203412",33661,81620 +"203413",33661,81629 +"203414",33662,73106 +"203415",33663,47464 +"203416",33663,114443 +"203417",33664,33697 +"203418",33665,38301 +"203419",33665,64952 +"203420",33665,79114 +"203421",33665,81161 +"203422",33665,83936 +"203423",33665,91980 +"203424",33665,96993 +"203425",33665,97833 +"203426",33665,105778 +"203427",33665,107208 +"203428",33665,109712 +"203429",33665,113524 +"203430",33666,33681 +"203431",33666,33682 +"203432",33666,33870 +"203433",33666,36115 +"203434",33666,74490 +"203435",33666,83594 +"203436",33666,85827 +"203437",33666,87991 +"203438",33666,115936 +"203439",33668,34417 +"203440",33668,49445 +"203441",33668,72344 +"203442",33668,73694 +"203443",33668,73729 +"203444",33670,34023 +"203445",33671,33672 +"203446",33671,44966 +"203447",33671,45409 +"203448",33671,47356 +"203449",33671,58631 +"203450",33671,67244 +"203451",33672,44904 +"203452",33673,44196 +"203453",33674,33732 +"203454",33674,34459 +"203455",33674,38776 +"203456",33674,50464 +"203457",33674,50533 +"203458",33675,33734 +"203459",33675,45349 +"203460",33675,109533 +"203461",33675,110389 +"203462",33676,37651 +"203463",33676,42316 +"203464",33676,47343 +"203465",33676,78965 +"203466",33677,52441 +"203467",33678,123275 +"203468",33678,123414 +"203469",33679,38146 +"203470",33680,58875 +"203471",33680,80323 +"203472",33681,33682 +"203473",33681,33870 +"203474",33681,39425 +"203475",33681,40380 +"203476",33681,46647 +"203477",33681,46840 +"203478",33681,48575 +"203479",33681,57269 +"203480",33681,68104 +"203481",33681,74490 +"203482",33681,77488 +"203483",33681,95555 +"203484",33681,95662 +"203485",33682,33870 +"203486",33682,33978 +"203487",33682,39976 +"203488",33682,40848 +"203489",33682,46647 +"203490",33682,48575 +"203491",33682,52381 +"203492",33682,53837 +"203493",33682,64215 +"203494",33682,81934 +"203495",33682,92438 +"203496",33682,93483 +"203497",33682,99038 +"203498",33683,85429 +"203499",33683,110308 +"203500",33683,113076 +"203501",33683,113499 +"203502",33683,115090 +"203503",33685,34512 +"203504",33685,75890 +"203505",33686,34261 +"203506",33687,52179 +"203507",33687,52328 +"203508",33687,54816 +"203509",33687,63994 +"203510",33687,100798 +"203511",33688,43194 +"203512",33688,56713 +"203513",33689,33743 +"203514",33690,33727 +"203515",33690,38159 +"203516",33690,38177 +"203517",33690,46700 +"203518",33690,101612 +"203519",33691,34479 +"203520",33691,42199 +"203521",33691,62639 +"203522",33691,63702 +"203523",33691,85406 +"203524",33691,94758 +"203525",33691,95295 +"203526",33692,40888 +"203527",33692,53520 +"203528",33693,65580 +"203529",33695,38864 +"203530",33695,52720 +"203531",33695,58865 +"203532",33695,70659 +"203533",33695,75385 +"203534",33695,75769 +"203535",33696,39209 +"203536",33697,35696 +"203537",33697,41612 +"203538",33697,44536 +"203539",33697,55115 +"203540",33697,84171 +"203541",33697,85876 +"203542",33697,89415 +"203543",33697,94137 +"203544",33697,106932 +"203545",33697,112750 +"203546",33698,34715 +"203547",33699,34492 +"203548",33699,71744 +"203549",33699,95887 +"203550",33699,114248 +"203551",33700,33778 +"203552",33701,33779 +"203553",33701,38716 +"203554",33701,50512 +"203555",33701,66379 +"203556",33701,69956 +"203557",33701,70018 +"203558",33702,45567 +"203559",33702,49441 +"203560",33702,49604 +"203561",33702,49605 +"203562",33702,49617 +"203563",33702,49629 +"203564",33702,49633 +"203565",33702,49634 +"203566",33702,49637 +"203567",33702,49638 +"203568",33702,49639 +"203569",33702,49648 +"203570",33702,49656 +"203571",33702,49659 +"203572",33702,49669 +"203573",33702,49670 +"203574",33702,49676 +"203575",33702,49684 +"203576",33702,49685 +"203577",33702,49686 +"203578",33702,49687 +"203579",33702,49702 +"203580",33702,49704 +"203581",33702,49705 +"203582",33702,49706 +"203583",33702,49721 +"203584",33702,49732 +"203585",33702,49735 +"203586",33702,49736 +"203587",33702,49740 +"203588",33702,49750 +"203589",33702,49852 +"203590",33702,64531 +"203591",33703,40088 +"203592",33703,45857 +"203593",33703,50635 +"203594",33703,62139 +"203595",33703,69214 +"203596",33703,88173 +"203597",33703,103470 +"203598",33704,33705 +"203599",33704,66947 +"203600",33704,66955 +"203601",33704,67141 +"203602",33704,81106 +"203603",33705,66947 +"203604",33705,66955 +"203605",33705,67141 +"203606",33706,41439 +"203607",33706,57912 +"203608",33706,75346 +"203609",33706,100276 +"203610",33708,42680 +"203611",33708,49208 +"203612",33708,49215 +"203613",33708,49244 +"203614",33711,79576 +"203615",33712,36651 +"203616",33712,39268 +"203617",33712,42194 +"203618",33712,111122 +"203619",33715,38865 +"203620",33715,93854 +"203621",33717,33760 +"203622",33717,33761 +"203623",33717,33823 +"203624",33717,42239 +"203625",33717,43997 +"203626",33717,70163 +"203627",33717,74410 +"203628",33717,91115 +"203629",33717,92244 +"203630",33718,76464 +"203631",33719,46544 +"203632",33720,33721 +"203633",33720,36840 +"203634",33720,41547 +"203635",33720,56553 +"203636",33722,41111 +"203637",33722,88025 +"203638",33722,96301 +"203639",33722,113533 +"203640",33723,33858 +"203641",33723,35278 +"203642",33723,42430 +"203643",33723,55183 +"203644",33723,55419 +"203645",33723,58305 +"203646",33723,87321 +"203647",33723,88400 +"203648",33723,111841 +"203649",33723,114783 +"203650",33724,118329 +"203651",33724,118357 +"203652",33726,35060 +"203653",33726,42959 +"203654",33726,68198 +"203655",33726,73699 +"203656",33726,74196 +"203657",33726,74262 +"203658",33726,74847 +"203659",33727,49178 +"203660",33727,54124 +"203661",33728,33771 +"203662",33731,96786 +"203663",33732,34459 +"203664",33732,36609 +"203665",33732,45616 +"203666",33732,45618 +"203667",33732,45626 +"203668",33732,45650 +"203669",33732,45659 +"203670",33732,45691 +"203671",33732,48286 +"203672",33733,91083 +"203673",33735,59615 +"203674",33735,108350 +"203675",33735,113058 +"203676",33735,120489 +"203677",33736,33737 +"203678",33736,33738 +"203679",33736,40516 +"203680",33736,83006 +"203681",33736,86521 +"203682",33736,92445 +"203683",33737,33738 +"203684",33737,40516 +"203685",33738,40516 +"203686",33739,95304 +"203687",33740,38809 +"203688",33741,37802 +"203689",33741,40259 +"203690",33741,43654 +"203691",33741,53677 +"203692",33741,59852 +"203693",33741,68975 +"203694",33741,88604 +"203695",33741,93624 +"203696",33742,52002 +"203697",33742,52620 +"203698",33742,70788 +"203699",33742,76587 +"203700",33742,86462 +"203701",33742,87992 +"203702",33742,99034 +"203703",33742,118217 +"203704",33746,40033 +"203705",33746,54866 +"203706",33746,102207 +"203707",33746,102208 +"203708",33747,38893 +"203709",33748,33796 +"203710",33748,38923 +"203711",33748,50665 +"203712",33749,33750 +"203713",33749,39214 +"203714",33749,47112 +"203715",33752,35549 +"203716",33752,40038 +"203717",33752,41064 +"203718",33752,49775 +"203719",33752,51157 +"203720",33752,67988 +"203721",33752,93233 +"203722",33752,93241 +"203723",33752,98612 +"203724",33753,38590 +"203725",33753,64864 +"203726",33753,113098 +"203727",33753,117357 +"203728",33754,43198 +"203729",33754,58493 +"203730",33755,39233 +"203731",33755,39934 +"203732",33755,45733 +"203733",33755,61213 +"203734",33755,65049 +"203735",33755,65174 +"203736",33755,65273 +"203737",33755,74244 +"203738",33756,96294 +"203739",33757,81708 +"203740",33757,94867 +"203741",33758,81954 +"203742",33759,65670 +"203743",33759,90600 +"203744",33759,100010 +"203745",33759,100982 +"203746",33759,101005 +"203747",33760,33761 +"203748",33760,33823 +"203749",33761,33823 +"203750",33762,46869 +"203751",33762,55571 +"203752",33762,57049 +"203753",33762,74966 +"203754",33762,78313 +"203755",33762,92476 +"203756",33762,109011 +"203757",33762,111872 +"203758",33762,119798 +"203759",33762,120367 +"203760",33762,120794 +"203761",33763,52412 +"203762",33763,55930 +"203763",33764,50966 +"203764",33764,51419 +"203765",33764,55842 +"203766",33764,55858 +"203767",33764,55953 +"203768",33765,49796 +"203769",33766,34116 +"203770",33766,34117 +"203771",33766,34118 +"203772",33768,99818 +"203773",33768,99827 +"203774",33768,99828 +"203775",33770,36062 +"203776",33770,38179 +"203777",33770,38261 +"203778",33770,48635 +"203779",33770,60693 +"203780",33771,61929 +"203781",33772,47808 +"203782",33772,54766 +"203783",33772,61831 +"203784",33772,71531 +"203785",33772,84387 +"203786",33772,88256 +"203787",33772,111538 +"203788",33772,112875 +"203789",33773,40662 +"203790",33773,64331 +"203791",33774,54953 +"203792",33774,65513 +"203793",33774,79213 +"203794",33775,59014 +"203795",33775,109181 +"203796",33776,94835 +"203797",33777,33943 +"203798",33777,33944 +"203799",33777,41028 +"203800",33779,102779 +"203801",33780,114826 +"203802",33781,33832 +"203803",33781,33868 +"203804",33781,82264 +"203805",33782,33933 +"203806",33782,42546 +"203807",33782,47443 +"203808",33782,59125 +"203809",33782,60833 +"203810",33783,93895 +"203811",33783,114417 +"203812",33784,50268 +"203813",33784,70111 +"203814",33785,37354 +"203815",33785,41687 +"203816",33785,56358 +"203817",33785,59798 +"203818",33785,88712 +"203819",33785,93353 +"203820",33785,108944 +"203821",33785,115750 +"203822",33787,45766 +"203823",33787,55824 +"203824",33787,63077 +"203825",33787,65255 +"203826",33787,68275 +"203827",33788,33828 +"203828",33789,38157 +"203829",33789,43563 +"203830",33789,47992 +"203831",33789,52822 +"203832",33789,58283 +"203833",33789,58438 +"203834",33789,60469 +"203835",33789,63976 +"203836",33789,71631 +"203837",33789,74121 +"203838",33790,35598 +"203839",33790,47926 +"203840",33790,54061 +"203841",33790,103945 +"203842",33791,74332 +"203843",33792,70637 +"203844",33793,33874 +"203845",33793,46544 +"203846",33793,63340 +"203847",33795,55804 +"203848",33797,33936 +"203849",33797,56033 +"203850",33797,58441 +"203851",33797,74424 +"203852",33797,75304 +"203853",33797,83050 +"203854",33798,70486 +"203855",33799,34594 +"203856",33799,41174 +"203857",33799,48569 +"203858",33799,63446 +"203859",33799,66860 +"203860",33799,75946 +"203861",33799,76927 +"203862",33799,99444 +"203863",33799,110625 +"203864",33799,114983 +"203865",33799,115000 +"203866",33801,36172 +"203867",33801,37739 +"203868",33801,41228 +"203869",33801,41233 +"203870",33801,43708 +"203871",33801,43904 +"203872",33801,53475 +"203873",33801,69529 +"203874",33801,77034 +"203875",33801,78137 +"203876",33801,79293 +"203877",33801,91560 +"203878",33801,91581 +"203879",33801,91584 +"203880",33801,91616 +"203881",33801,91620 +"203882",33801,93883 +"203883",33801,93886 +"203884",33802,36347 +"203885",33803,33890 +"203886",33803,51794 +"203887",33803,78639 +"203888",33803,78681 +"203889",33803,78945 +"203890",33803,110630 +"203891",33804,69023 +"203892",33805,50392 +"203893",33805,51204 +"203894",33805,63847 +"203895",33805,95188 +"203896",33805,95549 +"203897",33806,65404 +"203898",33806,76794 +"203899",33806,85389 +"203900",33807,33928 +"203901",33807,72631 +"203902",33808,52212 +"203903",33808,53566 +"203904",33808,67892 +"203905",33809,35057 +"203906",33809,48222 +"203907",33809,74691 +"203908",33809,92059 +"203909",33809,92279 +"203910",33809,93668 +"203911",33809,106532 +"203912",33810,36694 +"203913",33810,40337 +"203914",33810,61887 +"203915",33810,62727 +"203916",33810,97225 +"203917",33810,106809 +"203918",33811,38896 +"203919",33812,33834 +"203920",33812,33927 +"203921",33812,39856 +"203922",33812,49251 +"203923",33812,80693 +"203924",33813,69675 +"203925",33813,77486 +"203926",33813,88980 +"203927",33813,105138 +"203928",33814,34475 +"203929",33814,35286 +"203930",33814,35772 +"203931",33814,36454 +"203932",33814,37348 +"203933",33814,42799 +"203934",33814,46635 +"203935",33814,49073 +"203936",33814,49086 +"203937",33814,51971 +"203938",33814,53412 +"203939",33814,56903 +"203940",33814,63407 +"203941",33814,73898 +"203942",33814,74818 +"203943",33814,76044 +"203944",33814,76553 +"203945",33814,81463 +"203946",33814,82035 +"203947",33814,85356 +"203948",33814,86852 +"203949",33814,89284 +"203950",33814,91891 +"203951",33814,91901 +"203952",33814,92300 +"203953",33814,96132 +"203954",33814,108057 +"203955",33814,117907 +"203956",33815,37446 +"203957",33815,45503 +"203958",33815,46107 +"203959",33815,57787 +"203960",33815,70928 +"203961",33815,76126 +"203962",33815,76564 +"203963",33815,84302 +"203964",33815,84347 +"203965",33815,84348 +"203966",33815,84903 +"203967",33815,94475 +"203968",33816,62292 +"203969",33818,52120 +"203970",33818,58389 +"203971",33818,66976 +"203972",33818,92745 +"203973",33818,102327 +"203974",33819,33922 +"203975",33819,33941 +"203976",33821,49391 +"203977",33821,52237 +"203978",33821,61286 +"203979",33821,89472 +"203980",33822,33831 +"203981",33822,37333 +"203982",33822,40411 +"203983",33822,47755 +"203984",33822,49616 +"203985",33822,50203 +"203986",33822,54020 +"203987",33822,55497 +"203988",33822,84718 +"203989",33822,84719 +"203990",33822,103307 +"203991",33822,105740 +"203992",33824,34239 +"203993",33824,87223 +"203994",33824,88085 +"203995",33824,119861 +"203996",33824,120797 +"203997",33825,33876 +"203998",33825,52510 +"203999",33825,72420 +"204000",33825,74463 +"204001",33825,91300 +"204002",33826,49019 +"204003",33826,55176 +"204004",33826,60301 +"204005",33826,83097 +"204006",33826,86617 +"204007",33826,89175 +"204008",33827,34117 +"204009",33827,41695 +"204010",33827,48339 +"204011",33827,54472 +"204012",33827,56873 +"204013",33827,64167 +"204014",33827,65348 +"204015",33827,71193 +"204016",33827,74862 +"204017",33827,85713 +"204018",33827,91947 +"204019",33827,92413 +"204020",33828,54953 +"204021",33829,54867 +"204022",33829,55590 +"204023",33829,64206 +"204024",33830,56722 +"204025",33830,66638 +"204026",33830,85301 +"204027",33830,85515 +"204028",33830,92739 +"204029",33830,114910 +"204030",33830,115785 +"204031",33831,50203 +"204032",33832,33868 +"204033",33832,36035 +"204034",33833,33937 +"204035",33834,33927 +"204036",33834,88827 +"204037",33835,34492 +"204038",33835,40176 +"204039",33835,48829 +"204040",33835,51410 +"204041",33835,51987 +"204042",33835,60064 +"204043",33835,69759 +"204044",33835,71296 +"204045",33835,78444 +"204046",33835,83165 +"204047",33835,89283 +"204048",33835,89372 +"204049",33835,97583 +"204050",33836,43845 +"204051",33838,43572 +"204052",33838,45451 +"204053",33838,76670 +"204054",33839,56011 +"204055",33839,58975 +"204056",33839,66188 +"204057",33840,45574 +"204058",33840,49475 +"204059",33840,76940 +"204060",33840,77016 +"204061",33840,98248 +"204062",33841,75727 +"204063",33843,56815 +"204064",33844,35975 +"204065",33844,37458 +"204066",33844,38843 +"204067",33844,41771 +"204068",33844,95903 +"204069",33845,33860 +"204070",33845,38938 +"204071",33845,54109 +"204072",33845,74530 +"204073",33845,92217 +"204074",33845,94997 +"204075",33846,35217 +"204076",33846,42515 +"204077",33846,86883 +"204078",33847,43914 +"204079",33847,43956 +"204080",33847,47565 +"204081",33847,103970 +"204082",33848,72557 +"204083",33848,104538 +"204084",33849,46616 +"204085",33849,47607 +"204086",33849,114879 +"204087",33850,60433 +"204088",33850,74974 +"204089",33850,76709 +"204090",33850,82681 +"204091",33850,99012 +"204092",33852,45037 +"204093",33853,66911 +"204094",33853,101564 +"204095",33853,120668 +"204096",33854,33855 +"204097",33854,33949 +"204098",33854,35421 +"204099",33854,58723 +"204100",33854,59783 +"204101",33854,64200 +"204102",33854,94343 +"204103",33855,33949 +"204104",33855,46040 +"204105",33856,61581 +"204106",33856,70822 +"204107",33857,33858 +"204108",33857,73312 +"204109",33857,73334 +"204110",33858,42430 +"204111",33858,79982 +"204112",33859,50176 +"204113",33859,59055 +"204114",33861,43722 +"204115",33862,35900 +"204116",33862,36799 +"204117",33862,56758 +"204118",33862,73785 +"204119",33864,117330 +"204120",33865,33945 +"204121",33867,34207 +"204122",33869,36787 +"204123",33869,37198 +"204124",33869,62152 +"204125",33870,38552 +"204126",33870,39526 +"204127",33870,40055 +"204128",33870,45054 +"204129",33870,45246 +"204130",33870,55685 +"204131",33870,57592 +"204132",33870,59975 +"204133",33870,81137 +"204134",33870,82505 +"204135",33870,85560 +"204136",33870,86829 +"204137",33870,91849 +"204138",33870,92871 +"204139",33870,96283 +"204140",33870,99294 +"204141",33870,107562 +"204142",33870,110284 +"204143",33870,113721 +"204144",33871,39442 +"204145",33871,39944 +"204146",33871,46343 +"204147",33871,50137 +"204148",33871,58655 +"204149",33871,106230 +"204150",33871,108451 +"204151",33871,115021 +"204152",33871,116167 +"204153",33871,121963 +"204154",33872,36917 +"204155",33872,42233 +"204156",33872,44758 +"204157",33872,46662 +"204158",33872,47968 +"204159",33872,48008 +"204160",33872,48919 +"204161",33872,54117 +"204162",33872,54800 +"204163",33872,56303 +"204164",33872,57294 +"204165",33872,58988 +"204166",33872,59815 +"204167",33872,59850 +"204168",33872,86459 +"204169",33872,115312 +"204170",33872,115316 +"204171",33872,118717 +"204172",33872,120363 +"204173",33873,37192 +"204174",33873,37335 +"204175",33873,38260 +"204176",33873,50367 +"204177",33873,62740 +"204178",33873,65162 +"204179",33873,65746 +"204180",33873,104139 +"204181",33873,107991 +"204182",33873,110994 +"204183",33873,112664 +"204184",33873,119982 +"204185",33873,119996 +"204186",33873,120028 +"204187",33873,120929 +"204188",33873,120967 +"204189",33873,122012 +"204190",33877,34658 +"204191",33877,44150 +"204192",33877,55420 +"204193",33877,60997 +"204194",33877,77661 +"204195",33877,79041 +"204196",33877,98477 +"204197",33878,33940 +"204198",33878,34070 +"204199",33878,60176 +"204200",33878,79417 +"204201",33878,79710 +"204202",33878,90633 +"204203",33878,117032 +"204204",33879,116968 +"204205",33879,116969 +"204206",33879,121369 +"204207",33880,82814 +"204208",33881,34097 +"204209",33881,34330 +"204210",33881,34513 +"204211",33881,35400 +"204212",33881,36476 +"204213",33881,36547 +"204214",33881,36745 +"204215",33881,37821 +"204216",33881,37931 +"204217",33881,38319 +"204218",33881,39398 +"204219",33881,39492 +"204220",33881,40320 +"204221",33881,40373 +"204222",33881,40542 +"204223",33881,41182 +"204224",33881,42131 +"204225",33881,46843 +"204226",33881,48331 +"204227",33882,33894 +"204228",33882,38532 +"204229",33882,42451 +"204230",33882,45734 +"204231",33882,102453 +"204232",33883,36286 +"204233",33883,36767 +"204234",33883,37937 +"204235",33883,40419 +"204236",33883,42608 +"204237",33883,44180 +"204238",33883,45818 +"204239",33883,47499 +"204240",33883,51476 +"204241",33883,51892 +"204242",33883,53755 +"204243",33883,54168 +"204244",33883,57210 +"204245",33883,58482 +"204246",33883,59172 +"204247",33883,59816 +"204248",33883,61874 +"204249",33883,63274 +"204250",33883,66322 +"204251",33883,67327 +"204252",33883,70854 +"204253",33883,71683 +"204254",33883,72568 +"204255",33883,72628 +"204256",33883,72891 +"204257",33883,73767 +"204258",33883,78532 +"204259",33883,81609 +"204260",33883,85885 +"204261",33883,91255 +"204262",33883,91777 +"204263",33883,92247 +"204264",33883,92352 +"204265",33883,92362 +"204266",33883,92929 +"204267",33883,93719 +"204268",33883,94906 +"204269",33883,94946 +"204270",33883,95889 +"204271",33883,96093 +"204272",33883,97988 +"204273",33883,99309 +"204274",33883,99376 +"204275",33883,99450 +"204276",33883,99471 +"204277",33883,99474 +"204278",33883,100916 +"204279",33883,100944 +"204280",33883,101126 +"204281",33883,101329 +"204282",33883,105557 +"204283",33883,107199 +"204284",33883,108743 +"204285",33883,108980 +"204286",33883,109291 +"204287",33883,109933 +"204288",33883,110483 +"204289",33883,110567 +"204290",33883,110572 +"204291",33883,110630 +"204292",33883,110648 +"204293",33883,110711 +"204294",33883,110770 +"204295",33883,110869 +"204296",33883,110911 +"204297",33883,111285 +"204298",33883,111314 +"204299",33883,111362 +"204300",33883,111372 +"204301",33883,111424 +"204302",33883,111433 +"204303",33883,112422 +"204304",33883,113269 +"204305",33883,113430 +"204306",33883,114242 +"204307",33883,114842 +"204308",33883,115427 +"204309",33883,115521 +"204310",33883,115711 +"204311",33883,119367 +"204312",33884,79452 +"204313",33885,44626 +"204314",33885,45192 +"204315",33885,47245 +"204316",33885,47279 +"204317",33885,50414 +"204318",33885,58350 +"204319",33885,59734 +"204320",33885,59770 +"204321",33885,62925 +"204322",33885,66623 +"204323",33885,66626 +"204324",33885,71026 +"204325",33885,74070 +"204326",33886,33929 +"204327",33887,48923 +"204328",33887,50352 +"204329",33887,89343 +"204330",33887,99880 +"204331",33890,62471 +"204332",33891,55991 +"204333",33891,62064 +"204334",33892,38948 +"204335",33892,66238 +"204336",33892,74864 +"204337",33893,34480 +"204338",33893,44743 +"204339",33893,51471 +"204340",33893,54551 +"204341",33893,70141 +"204342",33893,77388 +"204343",33893,93821 +"204344",33894,42451 +"204345",33895,84970 +"204346",33897,60644 +"204347",33897,73094 +"204348",33898,42301 +"204349",33898,53534 +"204350",33898,63082 +"204351",33898,64964 +"204352",33898,72458 +"204353",33898,103837 +"204354",33899,33900 +"204355",33900,46342 +"204356",33900,82679 +"204357",33903,66232 +"204358",33904,67089 +"204359",33904,116571 +"204360",33905,58366 +"204361",33906,40267 +"204362",33907,34906 +"204363",33907,38678 +"204364",33907,38679 +"204365",33907,38680 +"204366",33907,38732 +"204367",33907,38747 +"204368",33907,38759 +"204369",33907,38794 +"204370",33907,39195 +"204371",33907,39322 +"204372",33907,53056 +"204373",33907,91838 +"204374",33907,100752 +"204375",33908,79175 +"204376",33908,79190 +"204377",33908,89821 +"204378",33908,94281 +"204379",33908,109267 +"204380",33908,109268 +"204381",33908,109276 +"204382",33911,65281 +"204383",33911,68041 +"204384",33912,52039 +"204385",33912,74111 +"204386",33913,50489 +"204387",33913,99126 +"204388",33914,35926 +"204389",33914,44557 +"204390",33914,46071 +"204391",33914,64852 +"204392",33914,76178 +"204393",33914,76905 +"204394",33914,77250 +"204395",33914,79373 +"204396",33914,91994 +"204397",33914,110499 +"204398",33915,71028 +"204399",33915,73574 +"204400",33916,34775 +"204401",33916,36290 +"204402",33916,40879 +"204403",33916,44201 +"204404",33916,55148 +"204405",33916,78221 +"204406",33916,80241 +"204407",33916,82828 +"204408",33916,105144 +"204409",33916,105151 +"204410",33916,105166 +"204411",33916,105175 +"204412",33916,105267 +"204413",33917,33918 +"204414",33917,52378 +"204415",33918,40481 +"204416",33918,40487 +"204417",33918,40893 +"204418",33918,50818 +"204419",33918,54516 +"204420",33918,56565 +"204421",33918,62170 +"204422",33918,101813 +"204423",33919,62530 +"204424",33919,65119 +"204425",33919,81162 +"204426",33919,110508 +"204427",33920,38181 +"204428",33920,48801 +"204429",33921,49200 +"204430",33921,53350 +"204431",33921,56265 +"204432",33921,59367 +"204433",33922,33941 +"204434",33923,50763 +"204435",33923,53472 +"204436",33923,81310 +"204437",33924,33926 +"204438",33924,86465 +"204439",33924,86478 +"204440",33925,38481 +"204441",33925,39882 +"204442",33925,41910 +"204443",33925,49241 +"204444",33925,51512 +"204445",33925,63641 +"204446",33925,65497 +"204447",33925,65938 +"204448",33925,66717 +"204449",33925,69646 +"204450",33925,71380 +"204451",33925,72535 +"204452",33925,78842 +"204453",33925,91164 +"204454",33925,95721 +"204455",33925,96007 +"204456",33925,98625 +"204457",33925,99435 +"204458",33925,108432 +"204459",33927,37992 +"204460",33927,39518 +"204461",33927,64806 +"204462",33927,78700 +"204463",33927,80879 +"204464",33927,90227 +"204465",33928,37084 +"204466",33928,37116 +"204467",33928,55145 +"204468",33928,73807 +"204469",33928,79304 +"204470",33929,52565 +"204471",33930,35464 +"204472",33931,77436 +"204473",33932,42812 +"204474",33932,54930 +"204475",33932,72808 +"204476",33932,76010 +"204477",33932,96456 +"204478",33933,42546 +"204479",33934,44570 +"204480",33934,118348 +"204481",33935,45111 +"204482",33935,58730 +"204483",33935,86559 +"204484",33935,121424 +"204485",33938,34415 +"204486",33938,35616 +"204487",33938,38802 +"204488",33938,39102 +"204489",33938,56060 +"204490",33940,34070 +"204491",33940,76966 +"204492",33940,78524 +"204493",33940,79938 +"204494",33942,36819 +"204495",33942,70911 +"204496",33942,79313 +"204497",33942,109545 +"204498",33943,33944 +"204499",33944,35888 +"204500",33944,42932 +"204501",33944,77726 +"204502",33945,55256 +"204503",33945,58851 +"204504",33945,60597 +"204505",33945,80226 +"204506",33945,88338 +"204507",33945,114649 +"204508",33946,67211 +"204509",33946,70087 +"204510",33946,71142 +"204511",33946,92198 +"204512",33946,102822 +"204513",33947,89958 +"204514",33948,45699 +"204515",33948,103919 +"204516",33949,40191 +"204517",33949,41099 +"204518",33949,42522 +"204519",33949,47186 +"204520",33949,52969 +"204521",33949,58533 +"204522",33950,34869 +"204523",33950,51423 +"204524",33951,109565 +"204525",33953,55360 +"204526",33953,75789 +"204527",33955,33961 +"204528",33955,91582 +"204529",33955,108872 +"204530",33955,113532 +"204531",33956,49989 +"204532",33956,75475 +"204533",33956,92012 +"204534",33957,33962 +"204535",33957,34106 +"204536",33957,37977 +"204537",33957,46486 +"204538",33957,56217 +"204539",33957,59975 +"204540",33957,62372 +"204541",33957,92847 +"204542",33957,92871 +"204543",33957,92889 +"204544",33958,59699 +"204545",33958,123347 +"204546",33958,123349 +"204547",33959,49884 +"204548",33959,51211 +"204549",33959,90193 +"204550",33959,102795 +"204551",33959,117855 +"204552",33960,34126 +"204553",33960,42598 +"204554",33960,46621 +"204555",33960,61785 +"204556",33960,88232 +"204557",33961,37282 +"204558",33962,34106 +"204559",33962,46486 +"204560",33962,75176 +"204561",33962,86864 +"204562",33962,86873 +"204563",33964,36850 +"204564",33964,55772 +"204565",33964,61336 +"204566",33965,86285 +"204567",33965,119520 +"204568",33966,36693 +"204569",33966,49375 +"204570",33966,64625 +"204571",33967,34092 +"204572",33968,85063 +"204573",33969,42174 +"204574",33969,113120 +"204575",33969,118108 +"204576",33969,118111 +"204577",33969,118117 +"204578",33970,42233 +"204579",33971,70043 +"204580",33972,53318 +"204581",33972,78677 +"204582",33972,86193 +"204583",33972,88175 +"204584",33972,88767 +"204585",33972,88788 +"204586",33972,103950 +"204587",33972,109633 +"204588",33972,111323 +"204589",33973,34112 +"204590",33973,60265 +"204591",33973,61087 +"204592",33973,112169 +"204593",33973,112187 +"204594",33973,114918 +"204595",33974,39312 +"204596",33974,47607 +"204597",33975,40319 +"204598",33975,40340 +"204599",33976,34080 +"204600",33977,33978 +"204601",33977,49798 +"204602",33977,59990 +"204603",33977,69583 +"204604",33977,87718 +"204605",33977,87885 +"204606",33978,36828 +"204607",33978,36935 +"204608",33978,41533 +"204609",33978,44909 +"204610",33978,46578 +"204611",33978,48008 +"204612",33978,49798 +"204613",33978,53837 +"204614",33978,56502 +"204615",33978,57346 +"204616",33978,62121 +"204617",33978,71012 +"204618",33978,77488 +"204619",33978,81934 +"204620",33978,83507 +"204621",33978,84855 +"204622",33978,85127 +"204623",33978,89875 +"204624",33978,90762 +"204625",33978,91475 +"204626",33978,95662 +"204627",33978,96401 +"204628",33978,99332 +"204629",33978,109168 +"204630",33978,110218 +"204631",33978,110227 +"204632",33978,113384 +"204633",33978,113402 +"204634",33979,45893 +"204635",33979,85148 +"204636",33980,34060 +"204637",33980,34132 +"204638",33980,37519 +"204639",33980,62052 +"204640",33981,40493 +"204641",33981,60088 +"204642",33982,34131 +"204643",33982,42875 +"204644",33982,57619 +"204645",33982,63896 +"204646",33982,75738 +"204647",33982,76375 +"204648",33982,79570 +"204649",33982,85598 +"204650",33983,53252 +"204651",33983,70925 +"204652",33983,97824 +"204653",33984,44600 +"204654",33985,46954 +"204655",33985,47034 +"204656",33985,47076 +"204657",33985,47077 +"204658",33985,47352 +"204659",33985,63051 +"204660",33986,34590 +"204661",33986,38238 +"204662",33988,97937 +"204663",33988,115311 +"204664",33988,116867 +"204665",33989,44565 +"204666",33990,46101 +"204667",33990,47030 +"204668",33990,75921 +"204669",33990,82923 +"204670",33991,69252 +"204671",33991,78746 +"204672",33992,86842 +"204673",33993,34002 +"204674",33993,34033 +"204675",33993,36322 +"204676",33993,42173 +"204677",33993,53809 +"204678",33993,79267 +"204679",33993,108823 +"204680",33993,108839 +"204681",33993,108874 +"204682",33994,83947 +"204683",33995,36469 +"204684",33995,40181 +"204685",33995,43198 +"204686",33995,70468 +"204687",33995,70513 +"204688",33995,70549 +"204689",33995,70558 +"204690",33997,76580 +"204691",33997,89162 +"204692",33997,110029 +"204693",33997,111206 +"204694",33997,111207 +"204695",33999,34954 +"204696",33999,44137 +"204697",33999,49928 +"204698",33999,56336 +"204699",33999,84445 +"204700",33999,85475 +"204701",33999,85692 +"204702",33999,90843 +"204703",33999,90866 +"204704",33999,90923 +"204705",34000,48031 +"204706",34000,71296 +"204707",34000,86550 +"204708",34000,119428 +"204709",34001,47177 +"204710",34001,66559 +"204711",34002,34033 +"204712",34002,37402 +"204713",34002,37859 +"204714",34002,40358 +"204715",34002,45934 +"204716",34002,61036 +"204717",34002,97012 +"204718",34003,34233 +"204719",34003,51184 +"204720",34003,53058 +"204721",34003,67775 +"204722",34003,85529 +"204723",34003,85558 +"204724",34003,85684 +"204725",34003,92265 +"204726",34004,44238 +"204727",34004,67926 +"204728",34004,71521 +"204729",34004,75337 +"204730",34004,89177 +"204731",34004,92643 +"204732",34004,104229 +"204733",34004,104230 +"204734",34004,105541 +"204735",34004,105548 +"204736",34005,90049 +"204737",34006,34048 +"204738",34006,34124 +"204739",34007,88798 +"204740",34007,110459 +"204741",34008,35963 +"204742",34008,42565 +"204743",34008,44733 +"204744",34008,44810 +"204745",34008,47702 +"204746",34008,94101 +"204747",34008,101924 +"204748",34009,65791 +"204749",34010,45792 +"204750",34010,50936 +"204751",34010,78602 +"204752",34010,78655 +"204753",34011,36320 +"204754",34011,38419 +"204755",34011,41345 +"204756",34011,41881 +"204757",34011,42530 +"204758",34011,44594 +"204759",34011,54647 +"204760",34011,70469 +"204761",34012,47248 +"204762",34012,51017 +"204763",34012,63547 +"204764",34012,70020 +"204765",34012,74975 +"204766",34012,82977 +"204767",34012,90921 +"204768",34012,95997 +"204769",34012,117701 +"204770",34012,117703 +"204771",34012,117707 +"204772",34013,46336 +"204773",34013,106503 +"204774",34013,106516 +"204775",34013,106517 +"204776",34014,44558 +"204777",34014,98516 +"204778",34014,98518 +"204779",34014,103620 +"204780",34014,103666 +"204781",34015,41347 +"204782",34015,49563 +"204783",34015,50204 +"204784",34015,51476 +"204785",34015,64949 +"204786",34015,74365 +"204787",34015,79687 +"204788",34015,80127 +"204789",34015,99179 +"204790",34015,102096 +"204791",34015,102120 +"204792",34016,72364 +"204793",34016,72439 +"204794",34017,47576 +"204795",34017,48833 +"204796",34017,54581 +"204797",34017,56506 +"204798",34017,69398 +"204799",34017,70111 +"204800",34017,78246 +"204801",34017,83253 +"204802",34017,85556 +"204803",34017,86403 +"204804",34017,104319 +"204805",34017,104888 +"204806",34018,38542 +"204807",34018,84312 +"204808",34018,118562 +"204809",34018,118571 +"204810",34019,43170 +"204811",34019,45064 +"204812",34019,45145 +"204813",34019,45235 +"204814",34019,45243 +"204815",34019,56304 +"204816",34019,65674 +"204817",34019,66864 +"204818",34020,42521 +"204819",34020,62955 +"204820",34021,37288 +"204821",34021,38475 +"204822",34021,54752 +"204823",34021,59234 +"204824",34021,62598 +"204825",34021,80622 +"204826",34021,109633 +"204827",34022,34074 +"204828",34022,90840 +"204829",34022,96117 +"204830",34022,105081 +"204831",34022,109180 +"204832",34023,45435 +"204833",34023,49320 +"204834",34023,70956 +"204835",34023,74058 +"204836",34023,83483 +"204837",34024,34371 +"204838",34024,34424 +"204839",34024,34955 +"204840",34024,35080 +"204841",34024,57792 +"204842",34025,61749 +"204843",34025,63461 +"204844",34026,66067 +"204845",34026,66082 +"204846",34029,59000 +"204847",34029,101348 +"204848",34030,98635 +"204849",34031,49535 +"204850",34031,79444 +"204851",34032,39060 +"204852",34032,77565 +"204853",34033,36010 +"204854",34033,40604 +"204855",34033,40613 +"204856",34033,41580 +"204857",34033,41904 +"204858",34033,44569 +"204859",34033,45696 +"204860",34033,46050 +"204861",34033,46668 +"204862",34033,47973 +"204863",34033,50425 +"204864",34033,57253 +"204865",34033,60879 +"204866",34033,64021 +"204867",34033,64370 +"204868",34033,66261 +"204869",34033,68457 +"204870",34033,69198 +"204871",34033,72273 +"204872",34033,77565 +"204873",34033,78890 +"204874",34033,78974 +"204875",34033,81648 +"204876",34033,86023 +"204877",34033,87813 +"204878",34033,88773 +"204879",34033,90993 +"204880",34033,90994 +"204881",34033,92417 +"204882",34033,96259 +"204883",34033,100319 +"204884",34033,101250 +"204885",34033,101462 +"204886",34033,108970 +"204887",34033,109885 +"204888",34033,110521 +"204889",34033,110742 +"204890",34033,112606 +"204891",34033,116142 +"204892",34033,116150 +"204893",34033,116151 +"204894",34033,116152 +"204895",34033,116155 +"204896",34033,116159 +"204897",34033,116163 +"204898",34033,116165 +"204899",34033,116166 +"204900",34033,116171 +"204901",34033,116677 +"204902",34033,116678 +"204903",34033,117163 +"204904",34033,118476 +"204905",34033,122939 +"204906",34034,55170 +"204907",34035,81680 +"204908",34036,48274 +"204909",34036,51973 +"204910",34036,55590 +"204911",34037,38577 +"204912",34037,55438 +"204913",34037,56595 +"204914",34037,86448 +"204915",34037,86580 +"204916",34037,86622 +"204917",34037,97436 +"204918",34038,34089 +"204919",34039,66013 +"204920",34040,77652 +"204921",34040,77654 +"204922",34040,96929 +"204923",34040,101446 +"204924",34041,105872 +"204925",34042,46624 +"204926",34042,50426 +"204927",34042,72296 +"204928",34042,85343 +"204929",34042,94637 +"204930",34042,98579 +"204931",34043,34054 +"204932",34044,43676 +"204933",34046,73673 +"204934",34046,73679 +"204935",34046,73765 +"204936",34046,73770 +"204937",34048,34124 +"204938",34049,34065 +"204939",34050,63122 +"204940",34050,67066 +"204941",34050,67255 +"204942",34050,69701 +"204943",34050,90007 +"204944",34050,114189 +"204945",34051,37764 +"204946",34051,42190 +"204947",34051,64647 +"204948",34051,80422 +"204949",34051,96695 +"204950",34051,96699 +"204951",34052,34114 +"204952",34052,36621 +"204953",34052,38042 +"204954",34052,38605 +"204955",34052,39807 +"204956",34053,52442 +"204957",34054,36936 +"204958",34054,48960 +"204959",34054,48989 +"204960",34054,49048 +"204961",34054,87186 +"204962",34055,34072 +"204963",34055,34121 +"204964",34055,43473 +"204965",34055,52686 +"204966",34055,58603 +"204967",34055,78946 +"204968",34055,79404 +"204969",34055,81134 +"204970",34055,82761 +"204971",34055,100109 +"204972",34055,100123 +"204973",34055,110751 +"204974",34055,114141 +"204975",34055,114143 +"204976",34055,114159 +"204977",34055,114162 +"204978",34055,116549 +"204979",34056,34057 +"204980",34057,36171 +"204981",34057,40795 +"204982",34057,47424 +"204983",34057,49894 +"204984",34057,53419 +"204985",34057,57160 +"204986",34057,70717 +"204987",34057,91714 +"204988",34058,110793 +"204989",34059,51319 +"204990",34060,34132 +"204991",34060,49625 +"204992",34061,115088 +"204993",34062,34144 +"204994",34062,34291 +"204995",34062,34334 +"204996",34062,34403 +"204997",34064,47103 +"204998",34064,53059 +"204999",34064,80316 +"205000",34064,86718 +"205001",34064,116189 +"205002",34064,116197 +"205003",34065,73823 +"205004",34066,43456 +"205005",34066,46911 +"205006",34066,82292 +"205007",34066,84560 +"205008",34066,84608 +"205009",34066,87978 +"205010",34066,87981 +"205011",34067,47444 +"205012",34068,41124 +"205013",34068,45174 +"205014",34068,45703 +"205015",34068,60263 +"205016",34068,108761 +"205017",34068,120964 +"205018",34071,47950 +"205019",34072,34121 +"205020",34073,55383 +"205021",34073,62538 +"205022",34073,77343 +"205023",34074,59674 +"205024",34074,71581 +"205025",34075,34076 +"205026",34075,36576 +"205027",34075,40697 +"205028",34075,45942 +"205029",34075,51262 +"205030",34075,55774 +"205031",34075,59542 +"205032",34076,35416 +"205033",34076,35504 +"205034",34076,35522 +"205035",34076,35534 +"205036",34076,51550 +"205037",34076,51586 +"205038",34076,54034 +"205039",34076,65795 +"205040",34076,69435 +"205041",34076,69449 +"205042",34077,37905 +"205043",34077,37977 +"205044",34077,40035 +"205045",34077,46481 +"205046",34077,95907 +"205047",34078,37177 +"205048",34078,41371 +"205049",34079,57094 +"205050",34079,57162 +"205051",34079,70254 +"205052",34079,77449 +"205053",34079,81640 +"205054",34079,90087 +"205055",34079,100388 +"205056",34079,110467 +"205057",34079,110468 +"205058",34080,39135 +"205059",34080,61847 +"205060",34080,61981 +"205061",34081,55766 +"205062",34081,60343 +"205063",34081,79035 +"205064",34081,86494 +"205065",34081,88679 +"205066",34081,88688 +"205067",34081,89081 +"205068",34081,89109 +"205069",34081,89138 +"205070",34081,89140 +"205071",34081,89143 +"205072",34081,89148 +"205073",34081,89162 +"205074",34081,97289 +"205075",34081,102172 +"205076",34082,95466 +"205077",34083,102498 +"205078",34083,111041 +"205079",34085,82779 +"205080",34085,115429 +"205081",34086,48920 +"205082",34086,72384 +"205083",34086,94680 +"205084",34087,43185 +"205085",34088,36159 +"205086",34088,36247 +"205087",34088,37266 +"205088",34088,38333 +"205089",34088,38535 +"205090",34088,46903 +"205091",34088,52494 +"205092",34088,68789 +"205093",34088,68891 +"205094",34088,68914 +"205095",34088,71130 +"205096",34089,35781 +"205097",34089,43610 +"205098",34089,81888 +"205099",34089,86358 +"205100",34089,93710 +"205101",34089,118942 +"205102",34090,71735 +"205103",34090,71759 +"205104",34090,74309 +"205105",34090,78421 +"205106",34090,94684 +"205107",34091,44606 +"205108",34091,45889 +"205109",34091,57569 +"205110",34092,97043 +"205111",34092,97044 +"205112",34092,108964 +"205113",34093,58850 +"205114",34094,46590 +"205115",34094,48466 +"205116",34094,53996 +"205117",34094,68075 +"205118",34094,69661 +"205119",34094,78687 +"205120",34094,85747 +"205121",34094,89256 +"205122",34094,106422 +"205123",34095,40875 +"205124",34097,34330 +"205125",34097,34513 +"205126",34097,35400 +"205127",34097,36476 +"205128",34097,36547 +"205129",34097,36745 +"205130",34097,37821 +"205131",34097,37931 +"205132",34097,38319 +"205133",34097,39398 +"205134",34097,39492 +"205135",34097,40320 +"205136",34097,40373 +"205137",34097,40542 +"205138",34097,41182 +"205139",34097,42131 +"205140",34097,46843 +"205141",34097,48331 +"205142",34098,69647 +"205143",34098,69685 +"205144",34099,36001 +"205145",34099,85879 +"205146",34099,85881 +"205147",34100,46193 +"205148",34100,57897 +"205149",34100,59976 +"205150",34100,60508 +"205151",34100,62361 +"205152",34100,71931 +"205153",34101,34135 +"205154",34102,76033 +"205155",34102,76196 +"205156",34102,96414 +"205157",34103,38009 +"205158",34103,57582 +"205159",34103,76365 +"205160",34103,77257 +"205161",34103,87745 +"205162",34103,88309 +"205163",34103,91026 +"205164",34103,98985 +"205165",34103,107578 +"205166",34103,108131 +"205167",34104,39505 +"205168",34104,46642 +"205169",34104,57459 +"205170",34104,66079 +"205171",34105,92752 +"205172",34105,120331 +"205173",34106,42497 +"205174",34106,46486 +"205175",34106,48755 +"205176",34106,56217 +"205177",34106,85560 +"205178",34107,44748 +"205179",34107,89792 +"205180",34107,90226 +"205181",34108,35886 +"205182",34108,37969 +"205183",34108,40521 +"205184",34108,41117 +"205185",34108,41477 +"205186",34108,42861 +"205187",34108,44498 +"205188",34108,55307 +"205189",34108,56155 +"205190",34108,56160 +"205191",34108,56179 +"205192",34108,56226 +"205193",34108,56239 +"205194",34108,56251 +"205195",34108,56267 +"205196",34108,56291 +"205197",34108,56359 +"205198",34108,62857 +"205199",34108,63039 +"205200",34108,65680 +"205201",34108,66592 +"205202",34108,73670 +"205203",34108,77319 +"205204",34108,100893 +"205205",34108,101500 +"205206",34109,46630 +"205207",34109,63966 +"205208",34109,110474 +"205209",34110,34395 +"205210",34110,53657 +"205211",34110,53670 +"205212",34110,53707 +"205213",34110,54262 +"205214",34111,41096 +"205215",34111,53825 +"205216",34111,66560 +"205217",34112,38083 +"205218",34112,51177 +"205219",34112,79808 +"205220",34112,116625 +"205221",34113,36615 +"205222",34113,58106 +"205223",34113,68645 +"205224",34113,80473 +"205225",34113,104843 +"205226",34113,105398 +"205227",34113,107996 +"205228",34113,108314 +"205229",34114,36801 +"205230",34114,37352 +"205231",34114,38042 +"205232",34114,40352 +"205233",34114,47237 +"205234",34114,63154 +"205235",34114,64747 +"205236",34114,84007 +"205237",34116,34117 +"205238",34116,34118 +"205239",34116,44732 +"205240",34116,46545 +"205241",34116,66681 +"205242",34116,71366 +"205243",34116,85210 +"205244",34116,85221 +"205245",34116,85223 +"205246",34116,85235 +"205247",34116,85236 +"205248",34117,34118 +"205249",34117,43689 +"205250",34117,62415 +"205251",34117,113793 +"205252",34118,51941 +"205253",34118,61707 +"205254",34118,81499 +"205255",34118,94005 +"205256",34118,94021 +"205257",34118,94059 +"205258",34119,75146 +"205259",34119,96027 +"205260",34119,96068 +"205261",34120,41288 +"205262",34120,44326 +"205263",34120,65628 +"205264",34120,69642 +"205265",34120,81315 +"205266",34121,56673 +"205267",34121,58586 +"205268",34122,56388 +"205269",34123,47852 +"205270",34123,86061 +"205271",34125,42960 +"205272",34125,99235 +"205273",34126,37307 +"205274",34126,50367 +"205275",34126,68475 +"205276",34126,89086 +"205277",34126,89087 +"205278",34126,94308 +"205279",34126,95482 +"205280",34126,109221 +"205281",34127,73232 +"205282",34127,73317 +"205283",34127,74082 +"205284",34127,76514 +"205285",34127,92521 +"205286",34127,95610 +"205287",34127,121818 +"205288",34128,62358 +"205289",34129,37507 +"205290",34129,64806 +"205291",34129,77001 +"205292",34129,83526 +"205293",34129,93677 +"205294",34129,110177 +"205295",34130,42618 +"205296",34133,45651 +"205297",34134,44259 +"205298",34134,47979 +"205299",34134,53095 +"205300",34134,53121 +"205301",34134,53153 +"205302",34134,53573 +"205303",34134,98454 +"205304",34135,40254 +"205305",34135,50429 +"205306",34135,57519 +"205307",34135,57526 +"205308",34135,57546 +"205309",34135,57558 +"205310",34135,57559 +"205311",34136,34285 +"205312",34136,37831 +"205313",34136,40135 +"205314",34136,73728 +"205315",34136,78256 +"205316",34136,84505 +"205317",34136,86581 +"205318",34136,89103 +"205319",34136,105638 +"205320",34136,113200 +"205321",34136,113205 +"205322",34137,89970 +"205323",34137,104018 +"205324",34137,113058 +"205325",34138,39680 +"205326",34138,73769 +"205327",34138,83479 +"205328",34138,107034 +"205329",34138,111992 +"205330",34140,91326 +"205331",34141,46906 +"205332",34141,95781 +"205333",34142,40636 +"205334",34142,43901 +"205335",34142,49552 +"205336",34142,59212 +"205337",34142,61274 +"205338",34142,61351 +"205339",34142,90308 +"205340",34143,67701 +"205341",34143,83450 +"205342",34144,34291 +"205343",34144,34334 +"205344",34144,34403 +"205345",34144,38538 +"205346",34144,47314 +"205347",34144,50719 +"205348",34144,51458 +"205349",34144,65004 +"205350",34144,70423 +"205351",34144,75862 +"205352",34144,88680 +"205353",34144,109355 +"205354",34145,60064 +"205355",34146,74823 +"205356",34147,34266 +"205357",34147,45189 +"205358",34147,45417 +"205359",34147,56689 +"205360",34147,64482 +"205361",34148,34217 +"205362",34148,34762 +"205363",34148,53620 +"205364",34148,55075 +"205365",34148,58341 +"205366",34148,61453 +"205367",34148,61513 +"205368",34148,61540 +"205369",34148,62435 +"205370",34148,66267 +"205371",34148,73161 +"205372",34148,77115 +"205373",34148,103402 +"205374",34148,103411 +"205375",34149,34316 +"205376",34150,34243 +"205377",34151,50423 +"205378",34151,52866 +"205379",34151,118611 +"205380",34151,119903 +"205381",34151,119904 +"205382",34152,34779 +"205383",34152,34790 +"205384",34152,34832 +"205385",34152,34843 +"205386",34152,48290 +"205387",34152,49370 +"205388",34152,49419 +"205389",34152,65847 +"205390",34152,65916 +"205391",34152,66140 +"205392",34152,66174 +"205393",34152,66196 +"205394",34153,46056 +"205395",34153,51170 +"205396",34153,65075 +"205397",34154,60481 +"205398",34157,57432 +"205399",34157,57639 +"205400",34157,70998 +"205401",34157,104190 +"205402",34158,40095 +"205403",34158,46805 +"205404",34158,51319 +"205405",34158,52294 +"205406",34158,52378 +"205407",34158,52579 +"205408",34158,64786 +"205409",34158,68597 +"205410",34158,96376 +"205411",34158,96749 +"205412",34158,99175 +"205413",34158,101813 +"205414",34158,107484 +"205415",34158,116209 +"205416",34159,57262 +"205417",34159,63033 +"205418",34159,66286 +"205419",34159,76921 +"205420",34159,80578 +"205421",34159,100998 +"205422",34159,106567 +"205423",34159,109259 +"205424",34159,114104 +"205425",34159,118636 +"205426",34159,120140 +"205427",34159,122429 +"205428",34159,122435 +"205429",34160,40466 +"205430",34160,53196 +"205431",34160,64997 +"205432",34160,67314 +"205433",34160,78895 +"205434",34161,38993 +"205435",34161,51824 +"205436",34162,34251 +"205437",34162,44893 +"205438",34162,45730 +"205439",34162,45760 +"205440",34163,34205 +"205441",34164,34186 +"205442",34164,34263 +"205443",34164,34287 +"205444",34164,34288 +"205445",34165,34221 +"205446",34165,67195 +"205447",34165,121760 +"205448",34165,121761 +"205449",34167,101732 +"205450",34167,108065 +"205451",34167,111770 +"205452",34168,35529 +"205453",34168,36604 +"205454",34168,42853 +"205455",34168,49962 +"205456",34168,53935 +"205457",34168,58197 +"205458",34168,68299 +"205459",34168,70518 +"205460",34168,91367 +"205461",34169,67132 +"205462",34169,87500 +"205463",34169,120136 +"205464",34169,120268 +"205465",34170,40319 +"205466",34170,48601 +"205467",34170,54866 +"205468",34170,62788 +"205469",34171,34550 +"205470",34172,34211 +"205471",34172,34333 +"205472",34172,35903 +"205473",34172,55861 +"205474",34173,90350 +"205475",34174,41739 +"205476",34174,66823 +"205477",34174,66846 +"205478",34174,75216 +"205479",34174,81019 +"205480",34174,82965 +"205481",34175,34219 +"205482",34175,42752 +"205483",34175,64648 +"205484",34177,43188 +"205485",34177,102955 +"205486",34177,102992 +"205487",34178,34811 +"205488",34178,40595 +"205489",34178,52972 +"205490",34178,74492 +"205491",34178,88384 +"205492",34179,34295 +"205493",34179,37105 +"205494",34179,40759 +"205495",34179,42597 +"205496",34179,42891 +"205497",34179,44675 +"205498",34179,45474 +"205499",34179,46828 +"205500",34179,55307 +"205501",34179,60435 +"205502",34179,62975 +"205503",34179,66944 +"205504",34179,68010 +"205505",34179,68213 +"205506",34182,34275 +"205507",34182,34318 +"205508",34182,39519 +"205509",34182,47921 +"205510",34183,62184 +"205511",34183,87660 +"205512",34183,107959 +"205513",34184,40488 +"205514",34185,49571 +"205515",34185,52195 +"205516",34185,81455 +"205517",34185,84765 +"205518",34185,99884 +"205519",34185,113023 +"205520",34186,34263 +"205521",34186,34287 +"205522",34186,34288 +"205523",34187,34321 +"205524",34188,77998 +"205525",34188,90545 +"205526",34188,119667 +"205527",34188,119670 +"205528",34188,119680 +"205529",34189,34222 +"205530",34189,34327 +"205531",34189,39329 +"205532",34189,44286 +"205533",34189,44287 +"205534",34189,44344 +"205535",34189,44395 +"205536",34190,68204 +"205537",34190,102844 +"205538",34190,102875 +"205539",34191,34248 +"205540",34191,39798 +"205541",34192,37598 +"205542",34192,48210 +"205543",34192,49152 +"205544",34192,60237 +"205545",34192,61337 +"205546",34192,61908 +"205547",34192,77475 +"205548",34193,39245 +"205549",34193,52201 +"205550",34193,71926 +"205551",34193,74883 +"205552",34193,80608 +"205553",34193,110314 +"205554",34193,113344 +"205555",34194,50053 +"205556",34195,37974 +"205557",34195,47188 +"205558",34195,66560 +"205559",34195,76161 +"205560",34195,77524 +"205561",34195,81035 +"205562",34195,88426 +"205563",34196,71020 +"205564",34196,87634 +"205565",34196,97545 +"205566",34196,97566 +"205567",34196,98972 +"205568",34198,49053 +"205569",34198,51061 +"205570",34198,51081 +"205571",34198,97853 +"205572",34199,34292 +"205573",34199,34320 +"205574",34199,34339 +"205575",34199,57481 +"205576",34199,59401 +"205577",34199,64967 +"205578",34200,40948 +"205579",34200,76676 +"205580",34200,92876 +"205581",34200,92878 +"205582",34200,100830 +"205583",34200,101202 +"205584",34201,34224 +"205585",34201,63414 +"205586",34201,91836 +"205587",34202,47424 +"205588",34204,36771 +"205589",34204,66574 +"205590",34204,82941 +"205591",34204,104335 +"205592",34204,112284 +"205593",34204,121444 +"205594",34205,41436 +"205595",34205,43696 +"205596",34206,35542 +"205597",34206,36768 +"205598",34206,36780 +"205599",34206,36816 +"205600",34206,36950 +"205601",34206,37816 +"205602",34206,42631 +"205603",34206,46035 +"205604",34206,46106 +"205605",34206,46158 +"205606",34206,46234 +"205607",34206,51179 +"205608",34206,52474 +"205609",34206,59522 +"205610",34206,61892 +"205611",34206,71904 +"205612",34207,43328 +"205613",34207,49765 +"205614",34207,75986 +"205615",34207,83879 +"205616",34208,37050 +"205617",34208,37922 +"205618",34208,40876 +"205619",34208,46373 +"205620",34208,61570 +"205621",34208,64429 +"205622",34208,73068 +"205623",34208,89684 +"205624",34208,103098 +"205625",34208,106633 +"205626",34208,111407 +"205627",34208,112029 +"205628",34208,114770 +"205629",34208,114968 +"205630",34208,114980 +"205631",34208,115833 +"205632",34209,44403 +"205633",34209,66156 +"205634",34209,104772 +"205635",34209,121209 +"205636",34211,34333 +"205637",34212,43970 +"205638",34212,46008 +"205639",34213,34214 +"205640",34213,34253 +"205641",34213,35415 +"205642",34213,35879 +"205643",34213,59365 +"205644",34213,67370 +"205645",34213,67391 +"205646",34213,67605 +"205647",34213,67672 +"205648",34214,34253 +"205649",34215,34242 +"205650",34215,34299 +"205651",34215,36662 +"205652",34215,47319 +"205653",34215,50233 +"205654",34215,62954 +"205655",34215,105713 +"205656",34215,105737 +"205657",34215,106700 +"205658",34216,56448 +"205659",34216,57206 +"205660",34216,62722 +"205661",34217,45436 +"205662",34217,66267 +"205663",34217,73161 +"205664",34217,78552 +"205665",34217,92301 +"205666",34218,91289 +"205667",34220,45893 +"205668",34220,52941 +"205669",34220,85677 +"205670",34220,87675 +"205671",34221,40678 +"205672",34221,62562 +"205673",34221,78637 +"205674",34221,82573 +"205675",34221,91417 +"205676",34221,102292 +"205677",34221,107036 +"205678",34221,121950 +"205679",34221,121966 +"205680",34221,121971 +"205681",34221,121976 +"205682",34222,44286 +"205683",34222,44287 +"205684",34222,44344 +"205685",34222,44395 +"205686",34222,47317 +"205687",34222,56584 +"205688",34222,73096 +"205689",34226,35570 +"205690",34226,38726 +"205691",34226,109548 +"205692",34227,34466 +"205693",34228,37938 +"205694",34228,39210 +"205695",34228,39228 +"205696",34230,116010 +"205697",34231,87216 +"205698",34231,98002 +"205699",34231,121283 +"205700",34231,121293 +"205701",34233,67775 +"205702",34234,39673 +"205703",34234,39790 +"205704",34234,44161 +"205705",34234,61220 +"205706",34234,79117 +"205707",34234,81478 +"205708",34234,96496 +"205709",34234,122240 +"205710",34235,34359 +"205711",34235,44269 +"205712",34235,46395 +"205713",34235,54752 +"205714",34235,57231 +"205715",34235,60602 +"205716",34235,69346 +"205717",34235,69524 +"205718",34235,76071 +"205719",34235,77007 +"205720",34235,79878 +"205721",34235,81685 +"205722",34236,48087 +"205723",34236,54268 +"205724",34237,34338 +"205725",34237,35163 +"205726",34237,35360 +"205727",34237,35545 +"205728",34237,36227 +"205729",34237,41050 +"205730",34237,66124 +"205731",34238,34267 +"205732",34238,34282 +"205733",34238,46667 +"205734",34238,72799 +"205735",34238,79095 +"205736",34239,35728 +"205737",34239,41096 +"205738",34239,53825 +"205739",34239,69617 +"205740",34239,79068 +"205741",34239,81077 +"205742",34239,98250 +"205743",34239,109194 +"205744",34240,41209 +"205745",34240,42598 +"205746",34240,44405 +"205747",34240,73347 +"205748",34241,36446 +"205749",34241,95496 +"205750",34241,102877 +"205751",34242,34299 +"205752",34242,75385 +"205753",34242,101278 +"205754",34242,108608 +"205755",34242,108610 +"205756",34243,81129 +"205757",34243,90536 +"205758",34243,99007 +"205759",34244,34259 +"205760",34244,48405 +"205761",34246,50043 +"205762",34246,53372 +"205763",34246,63025 +"205764",34246,70419 +"205765",34247,49497 +"205766",34247,52118 +"205767",34247,97423 +"205768",34248,43682 +"205769",34248,44728 +"205770",34248,55895 +"205771",34248,56615 +"205772",34248,56667 +"205773",34248,83976 +"205774",34248,106418 +"205775",34249,63512 +"205776",34249,94037 +"205777",34249,111829 +"205778",34249,113072 +"205779",34250,34265 +"205780",34250,46814 +"205781",34250,51562 +"205782",34250,58804 +"205783",34250,67227 +"205784",34250,93019 +"205785",34250,110276 +"205786",34251,78458 +"205787",34252,34273 +"205788",34252,34284 +"205789",34252,34317 +"205790",34254,39433 +"205791",34254,44740 +"205792",34254,87220 +"205793",34254,90390 +"205794",34256,51810 +"205795",34257,97570 +"205796",34258,45584 +"205797",34259,47717 +"205798",34259,53918 +"205799",34260,34471 +"205800",34260,34952 +"205801",34260,67434 +"205802",34260,69039 +"205803",34260,109935 +"205804",34260,119150 +"205805",34261,36916 +"205806",34261,38349 +"205807",34261,96960 +"205808",34261,115031 +"205809",34261,116737 +"205810",34262,40170 +"205811",34262,40244 +"205812",34263,34287 +"205813",34263,34288 +"205814",34263,42565 +"205815",34264,72802 +"205816",34264,107294 +"205817",34265,38157 +"205818",34265,44437 +"205819",34267,34282 +"205820",34267,72799 +"205821",34268,74659 +"205822",34269,41045 +"205823",34269,47013 +"205824",34269,52845 +"205825",34269,57570 +"205826",34269,60228 +"205827",34269,72921 +"205828",34270,49580 +"205829",34270,76717 +"205830",34270,83103 +"205831",34270,94984 +"205832",34270,103816 +"205833",34270,122002 +"205834",34272,81590 +"205835",34273,34284 +"205836",34273,34317 +"205837",34273,48556 +"205838",34274,45297 +"205839",34274,54110 +"205840",34274,55481 +"205841",34274,68236 +"205842",34274,75425 +"205843",34274,76589 +"205844",34274,80100 +"205845",34274,85678 +"205846",34274,90509 +"205847",34274,93626 +"205848",34274,93642 +"205849",34275,34318 +"205850",34275,50452 +"205851",34276,34727 +"205852",34276,34739 +"205853",34276,56185 +"205854",34276,59557 +"205855",34276,75897 +"205856",34276,89126 +"205857",34276,93016 +"205858",34276,95605 +"205859",34278,35105 +"205860",34278,39332 +"205861",34278,41134 +"205862",34278,44571 +"205863",34278,74764 +"205864",34278,75359 +"205865",34279,34614 +"205866",34279,106411 +"205867",34281,42418 +"205868",34281,48066 +"205869",34281,48147 +"205870",34281,51068 +"205871",34281,58294 +"205872",34282,72799 +"205873",34283,63805 +"205874",34283,103051 +"205875",34283,104961 +"205876",34284,34317 +"205877",34284,44135 +"205878",34284,69250 +"205879",34284,85683 +"205880",34284,92546 +"205881",34284,118642 +"205882",34285,37167 +"205883",34285,37831 +"205884",34285,84505 +"205885",34286,36838 +"205886",34286,91466 +"205887",34287,34288 +"205888",34290,35299 +"205889",34290,46862 +"205890",34291,34334 +"205891",34291,34403 +"205892",34291,48873 +"205893",34291,91088 +"205894",34292,34320 +"205895",34292,34339 +"205896",34293,118222 +"205897",34295,46828 +"205898",34295,60435 +"205899",34295,60761 +"205900",34295,68010 +"205901",34296,34894 +"205902",34296,87297 +"205903",34297,117694 +"205904",34298,38497 +"205905",34299,107786 +"205906",34300,68595 +"205907",34301,88569 +"205908",34301,100153 +"205909",34302,36054 +"205910",34302,86415 +"205911",34302,96942 +"205912",34302,108877 +"205913",34303,34946 +"205914",34303,37033 +"205915",34303,37087 +"205916",34303,38186 +"205917",34303,42216 +"205918",34303,42273 +"205919",34303,42660 +"205920",34303,45302 +"205921",34303,48359 +"205922",34303,49559 +"205923",34303,70365 +"205924",34304,35897 +"205925",34304,46039 +"205926",34304,46232 +"205927",34304,46328 +"205928",34304,49526 +"205929",34305,34330 +"205930",34305,75663 +"205931",34306,34340 +"205932",34307,117423 +"205933",34307,123104 +"205934",34308,34407 +"205935",34308,48215 +"205936",34308,53006 +"205937",34308,58371 +"205938",34308,70498 +"205939",34308,90875 +"205940",34308,102892 +"205941",34308,111732 +"205942",34309,73273 +"205943",34309,83383 +"205944",34310,34993 +"205945",34310,35903 +"205946",34310,38792 +"205947",34310,55861 +"205948",34310,82333 +"205949",34311,56163 +"205950",34311,82735 +"205951",34311,92580 +"205952",34311,94144 +"205953",34311,96576 +"205954",34312,35336 +"205955",34313,34328 +"205956",34313,34552 +"205957",34313,97673 +"205958",34314,35802 +"205959",34314,36089 +"205960",34314,39588 +"205961",34314,48123 +"205962",34314,50235 +"205963",34314,52904 +"205964",34314,59210 +"205965",34314,59303 +"205966",34314,59699 +"205967",34314,59852 +"205968",34314,61735 +"205969",34314,62063 +"205970",34314,70304 +"205971",34314,72573 +"205972",34314,79136 +"205973",34314,79364 +"205974",34314,79657 +"205975",34314,81722 +"205976",34314,90845 +"205977",34314,101016 +"205978",34314,101087 +"205979",34314,102341 +"205980",34314,102401 +"205981",34314,105495 +"205982",34314,105955 +"205983",34314,116302 +"205984",34314,116315 +"205985",34314,116325 +"205986",34314,116331 +"205987",34315,42100 +"205988",34315,46737 +"205989",34315,75094 +"205990",34315,108454 +"205991",34316,35336 +"205992",34317,85995 +"205993",34318,70333 +"205994",34318,70605 +"205995",34318,88989 +"205996",34319,45081 +"205997",34319,48707 +"205998",34319,50086 +"205999",34319,56861 +"206000",34319,63518 +"206001",34319,68340 +"206002",34319,75025 +"206003",34319,75489 +"206004",34319,76131 +"206005",34319,80305 +"206006",34319,97580 +"206007",34319,98249 +"206008",34319,109958 +"206009",34319,111335 +"206010",34319,115910 +"206011",34320,34339 +"206012",34321,65468 +"206013",34321,68528 +"206014",34321,81584 +"206015",34321,112351 +"206016",34322,40667 +"206017",34322,42310 +"206018",34322,45087 +"206019",34322,55480 +"206020",34322,84030 +"206021",34322,85628 +"206022",34323,34347 +"206023",34323,34498 +"206024",34323,39960 +"206025",34323,66310 +"206026",34323,69439 +"206027",34323,75408 +"206028",34323,82600 +"206029",34323,90961 +"206030",34323,90976 +"206031",34323,95545 +"206032",34323,104550 +"206033",34323,114300 +"206034",34324,92355 +"206035",34325,35516 +"206036",34326,35222 +"206037",34326,50083 +"206038",34326,52434 +"206039",34326,54381 +"206040",34326,55725 +"206041",34326,55742 +"206042",34326,58711 +"206043",34326,78227 +"206044",34326,78611 +"206045",34326,81540 +"206046",34326,90253 +"206047",34326,90266 +"206048",34326,90546 +"206049",34326,90563 +"206050",34326,92282 +"206051",34326,95347 +"206052",34326,95367 +"206053",34326,95593 +"206054",34327,34594 +"206055",34327,34615 +"206056",34327,35542 +"206057",34327,36950 +"206058",34327,71933 +"206059",34327,102397 +"206060",34327,105494 +"206061",34327,110243 +"206062",34328,36152 +"206063",34329,88056 +"206064",34329,93567 +"206065",34330,34513 +"206066",34330,35400 +"206067",34330,36476 +"206068",34330,36547 +"206069",34330,36745 +"206070",34330,37821 +"206071",34330,37931 +"206072",34330,38319 +"206073",34330,39398 +"206074",34330,39492 +"206075",34330,40320 +"206076",34330,40373 +"206077",34330,40542 +"206078",34330,41182 +"206079",34330,42131 +"206080",34330,46843 +"206081",34330,48331 +"206082",34330,57041 +"206083",34330,61871 +"206084",34330,62043 +"206085",34330,63446 +"206086",34330,72412 +"206087",34331,39104 +"206088",34331,41467 +"206089",34331,49976 +"206090",34331,50504 +"206091",34331,52809 +"206092",34331,73051 +"206093",34331,79874 +"206094",34332,57394 +"206095",34332,96535 +"206096",34334,34403 +"206097",34334,47314 +"206098",34334,62704 +"206099",34334,68846 +"206100",34334,70423 +"206101",34334,80192 +"206102",34334,88680 +"206103",34334,92428 +"206104",34334,104878 +"206105",34337,104376 +"206106",34338,34384 +"206107",34338,41495 +"206108",34338,62590 +"206109",34338,66124 +"206110",34341,34978 +"206111",34341,78309 +"206112",34342,35351 +"206113",34343,40020 +"206114",34343,102538 +"206115",34344,34436 +"206116",34344,43683 +"206117",34344,83406 +"206118",34344,86221 +"206119",34344,87328 +"206120",34344,93888 +"206121",34344,97210 +"206122",34344,104687 +"206123",34344,118138 +"206124",34345,60645 +"206125",34346,52051 +"206126",34346,69360 +"206127",34346,81804 +"206128",34346,122952 +"206129",34347,34498 +"206130",34348,52888 +"206131",34348,107161 +"206132",34348,108055 +"206133",34349,40009 +"206134",34350,40251 +"206135",34350,72531 +"206136",34350,88816 +"206137",34350,91148 +"206138",34350,96946 +"206139",34350,96947 +"206140",34350,96948 +"206141",34350,96949 +"206142",34350,96950 +"206143",34350,96951 +"206144",34350,96958 +"206145",34350,96959 +"206146",34350,97007 +"206147",34351,37625 +"206148",34351,37639 +"206149",34352,34420 +"206150",34353,106652 +"206151",34354,97722 +"206152",34354,104768 +"206153",34355,54416 +"206154",34355,72711 +"206155",34355,83222 +"206156",34355,110696 +"206157",34355,110741 +"206158",34355,111282 +"206159",34356,54927 +"206160",34357,37681 +"206161",34357,69957 +"206162",34357,74413 +"206163",34357,90040 +"206164",34358,34940 +"206165",34358,50590 +"206166",34358,64702 +"206167",34359,36411 +"206168",34359,39062 +"206169",34359,40150 +"206170",34359,41691 +"206171",34359,46395 +"206172",34359,48594 +"206173",34359,52249 +"206174",34359,55664 +"206175",34359,56089 +"206176",34359,57231 +"206177",34359,60905 +"206178",34359,69524 +"206179",34359,82570 +"206180",34359,90181 +"206181",34359,103788 +"206182",34359,116509 +"206183",34359,116523 +"206184",34360,55066 +"206185",34360,68028 +"206186",34360,79295 +"206187",34361,52994 +"206188",34361,60234 +"206189",34361,62973 +"206190",34362,34386 +"206191",34362,117581 +"206192",34364,34639 +"206193",34364,113096 +"206194",34364,113112 +"206195",34364,117780 +"206196",34365,47040 +"206197",34365,75978 +"206198",34365,103786 +"206199",34366,36404 +"206200",34366,36895 +"206201",34366,37010 +"206202",34366,51509 +"206203",34369,74631 +"206204",34369,111286 +"206205",34369,116294 +"206206",34370,38419 +"206207",34370,55344 +"206208",34370,77713 +"206209",34370,95931 +"206210",34371,34424 +"206211",34371,34955 +"206212",34371,35080 +"206213",34371,44494 +"206214",34371,48841 +"206215",34371,53440 +"206216",34371,62865 +"206217",34371,65631 +"206218",34371,75002 +"206219",34372,35074 +"206220",34372,35114 +"206221",34372,35115 +"206222",34372,35116 +"206223",34372,35117 +"206224",34372,35118 +"206225",34372,35119 +"206226",34372,35120 +"206227",34372,35121 +"206228",34372,35122 +"206229",34372,35125 +"206230",34372,35126 +"206231",34372,35127 +"206232",34372,35128 +"206233",34372,35130 +"206234",34372,35138 +"206235",34372,35139 +"206236",34372,35144 +"206237",34372,35145 +"206238",34372,35149 +"206239",34372,35150 +"206240",34372,35151 +"206241",34372,35152 +"206242",34372,35164 +"206243",34372,35165 +"206244",34372,35166 +"206245",34372,35167 +"206246",34372,35168 +"206247",34372,35169 +"206248",34372,35170 +"206249",34372,35190 +"206250",34372,35191 +"206251",34372,35192 +"206252",34372,35193 +"206253",34372,35194 +"206254",34372,35197 +"206255",34372,35198 +"206256",34372,35199 +"206257",34372,35200 +"206258",34372,35204 +"206259",34372,35205 +"206260",34372,35206 +"206261",34372,35207 +"206262",34372,35208 +"206263",34372,35210 +"206264",34372,35211 +"206265",34372,35212 +"206266",34372,35213 +"206267",34372,35220 +"206268",34372,35221 +"206269",34372,35225 +"206270",34372,35226 +"206271",34372,35227 +"206272",34372,35228 +"206273",34372,35229 +"206274",34372,35246 +"206275",34372,35247 +"206276",34372,35248 +"206277",34372,35249 +"206278",34372,35255 +"206279",34372,35271 +"206280",34372,35272 +"206281",34372,35273 +"206282",34372,35274 +"206283",34372,35275 +"206284",34372,35276 +"206285",34372,35277 +"206286",34372,35279 +"206287",34372,35280 +"206288",34372,35297 +"206289",34372,35298 +"206290",34372,35300 +"206291",34372,35310 +"206292",34372,35311 +"206293",34372,35313 +"206294",34372,35314 +"206295",34372,35315 +"206296",34372,35321 +"206297",34372,35322 +"206298",34372,35323 +"206299",34372,35324 +"206300",34372,35326 +"206301",34372,35327 +"206302",34372,35328 +"206303",34372,35330 +"206304",34372,35331 +"206305",34372,35332 +"206306",34372,35337 +"206307",34372,35343 +"206308",34372,35344 +"206309",34372,35345 +"206310",34372,35346 +"206311",34372,35347 +"206312",34372,35348 +"206313",34372,35353 +"206314",34372,35354 +"206315",34372,35355 +"206316",34372,35356 +"206317",34372,35357 +"206318",34372,35362 +"206319",34372,35363 +"206320",34372,35461 +"206321",34372,35685 +"206322",34372,35686 +"206323",34372,35687 +"206324",34372,35862 +"206325",34372,35863 +"206326",34372,35864 +"206327",34372,35865 +"206328",34372,35866 +"206329",34372,35867 +"206330",34372,35956 +"206331",34372,35957 +"206332",34372,35968 +"206333",34372,35969 +"206334",34372,35970 +"206335",34372,36094 +"206336",34372,51445 +"206337",34372,59531 +"206338",34372,63789 +"206339",34373,35403 +"206340",34373,36993 +"206341",34373,41038 +"206342",34373,50472 +"206343",34373,73319 +"206344",34373,80401 +"206345",34375,34481 +"206346",34375,49195 +"206347",34375,61402 +"206348",34375,70980 +"206349",34376,114993 +"206350",34377,38607 +"206351",34377,44883 +"206352",34377,59071 +"206353",34377,75637 +"206354",34378,43830 +"206355",34379,68035 +"206356",34380,37753 +"206357",34380,39209 +"206358",34380,88829 +"206359",34380,94663 +"206360",34380,100590 +"206361",34380,112471 +"206362",34380,119972 +"206363",34380,120269 +"206364",34380,121199 +"206365",34381,50225 +"206366",34381,82499 +"206367",34381,88932 +"206368",34382,49334 +"206369",34383,53049 +"206370",34384,38302 +"206371",34384,42428 +"206372",34384,42492 +"206373",34384,43385 +"206374",34384,52575 +"206375",34384,58291 +"206376",34384,83396 +"206377",34384,83865 +"206378",34384,86029 +"206379",34384,103066 +"206380",34384,110469 +"206381",34385,73748 +"206382",34386,72081 +"206383",34387,40537 +"206384",34387,64841 +"206385",34387,71574 +"206386",34387,72009 +"206387",34388,41848 +"206388",34388,107250 +"206389",34389,50644 +"206390",34390,56124 +"206391",34390,71935 +"206392",34391,35214 +"206393",34391,42603 +"206394",34391,42714 +"206395",34391,42924 +"206396",34392,83191 +"206397",34393,34538 +"206398",34393,34610 +"206399",34393,34660 +"206400",34393,73221 +"206401",34393,73394 +"206402",34393,73399 +"206403",34394,38498 +"206404",34394,93338 +"206405",34394,113009 +"206406",34395,35284 +"206407",34395,35429 +"206408",34395,46546 +"206409",34395,47247 +"206410",34395,53657 +"206411",34395,53670 +"206412",34395,53707 +"206413",34395,67313 +"206414",34395,71209 +"206415",34395,77976 +"206416",34395,81527 +"206417",34395,88209 +"206418",34395,95448 +"206419",34395,104895 +"206420",34396,79677 +"206421",34397,47227 +"206422",34398,36987 +"206423",34398,71305 +"206424",34398,81829 +"206425",34398,87059 +"206426",34398,88933 +"206427",34398,92763 +"206428",34398,94407 +"206429",34398,99262 +"206430",34398,101066 +"206431",34398,102028 +"206432",34398,103407 +"206433",34399,89762 +"206434",34400,44316 +"206435",34400,47391 +"206436",34400,67803 +"206437",34400,68172 +"206438",34400,88249 +"206439",34400,88520 +"206440",34400,89637 +"206441",34401,62553 +"206442",34401,64692 +"206443",34401,72843 +"206444",34401,106950 +"206445",34402,42851 +"206446",34402,64634 +"206447",34402,67132 +"206448",34402,90745 +"206449",34402,110367 +"206450",34404,55062 +"206451",34404,80789 +"206452",34404,80798 +"206453",34405,39135 +"206454",34405,48154 +"206455",34405,48188 +"206456",34405,85386 +"206457",34405,89005 +"206458",34406,45092 +"206459",34406,56722 +"206460",34407,90875 +"206461",34407,95804 +"206462",34407,107397 +"206463",34407,109215 +"206464",34408,37299 +"206465",34408,37300 +"206466",34408,40475 +"206467",34408,49907 +"206468",34408,51099 +"206469",34408,82130 +"206470",34408,93444 +"206471",34410,93969 +"206472",34410,110390 +"206473",34410,112641 +"206474",34411,35702 +"206475",34411,41333 +"206476",34411,44688 +"206477",34411,50480 +"206478",34411,58084 +"206479",34411,66823 +"206480",34411,66846 +"206481",34411,80979 +"206482",34411,81490 +"206483",34412,35094 +"206484",34412,35095 +"206485",34413,115372 +"206486",34414,34425 +"206487",34415,66048 +"206488",34415,111828 +"206489",34416,110987 +"206490",34416,111012 +"206491",34418,55389 +"206492",34418,71378 +"206493",34418,85747 +"206494",34418,97018 +"206495",34418,102924 +"206496",34419,36168 +"206497",34420,83970 +"206498",34421,40664 +"206499",34421,70404 +"206500",34421,86491 +"206501",34422,34604 +"206502",34422,91534 +"206503",34423,37686 +"206504",34424,34955 +"206505",34424,35080 +"206506",34424,35103 +"206507",34424,35946 +"206508",34424,36117 +"206509",34424,41668 +"206510",34424,46652 +"206511",34424,51043 +"206512",34424,51069 +"206513",34424,57792 +"206514",34424,58240 +"206515",34424,66201 +"206516",34425,48814 +"206517",34425,54142 +"206518",34425,97250 +"206519",34425,104143 +"206520",34427,66824 +"206521",34427,66825 +"206522",34427,69323 +"206523",34427,85640 +"206524",34427,91425 +"206525",34428,104907 +"206526",34430,60951 +"206527",34432,56861 +"206528",34432,65838 +"206529",34432,69446 +"206530",34432,69493 +"206531",34432,98926 +"206532",34432,110731 +"206533",34434,46727 +"206534",34435,35162 +"206535",34437,45461 +"206536",34437,75217 +"206537",34437,79823 +"206538",34437,83282 +"206539",34437,112273 +"206540",34438,34440 +"206541",34438,34515 +"206542",34439,38504 +"206543",34439,45446 +"206544",34439,47039 +"206545",34439,51232 +"206546",34439,67524 +"206547",34439,88101 +"206548",34439,92338 +"206549",34439,92349 +"206550",34439,92360 +"206551",34439,92376 +"206552",34439,92388 +"206553",34439,92391 +"206554",34440,34515 +"206555",34441,34482 +"206556",34441,76604 +"206557",34442,37543 +"206558",34442,58506 +"206559",34442,69358 +"206560",34442,84223 +"206561",34442,84335 +"206562",34442,84344 +"206563",34443,34707 +"206564",34443,34857 +"206565",34443,40296 +"206566",34443,47329 +"206567",34443,49466 +"206568",34443,50946 +"206569",34443,56022 +"206570",34443,71306 +"206571",34443,72240 +"206572",34443,84897 +"206573",34443,87496 +"206574",34443,94909 +"206575",34443,122025 +"206576",34444,34654 +"206577",34444,35738 +"206578",34444,36125 +"206579",34444,36619 +"206580",34444,36644 +"206581",34444,37246 +"206582",34444,40501 +"206583",34444,40882 +"206584",34444,46354 +"206585",34444,47806 +"206586",34444,50089 +"206587",34444,58056 +"206588",34444,62410 +"206589",34444,62418 +"206590",34444,62537 +"206591",34444,63545 +"206592",34444,63553 +"206593",34444,63558 +"206594",34444,64945 +"206595",34444,68156 +"206596",34444,68263 +"206597",34444,68319 +"206598",34445,41570 +"206599",34445,59925 +"206600",34445,73058 +"206601",34445,80085 +"206602",34445,80895 +"206603",34445,91017 +"206604",34445,106852 +"206605",34445,106857 +"206606",34445,106897 +"206607",34445,106901 +"206608",34446,72757 +"206609",34446,106986 +"206610",34447,39678 +"206611",34447,93406 +"206612",34447,106956 +"206613",34447,112013 +"206614",34448,34501 +"206615",34448,40577 +"206616",34448,54564 +"206617",34448,78764 +"206618",34448,83929 +"206619",34449,54649 +"206620",34450,41839 +"206621",34450,42224 +"206622",34450,46860 +"206623",34450,47214 +"206624",34450,51905 +"206625",34450,55593 +"206626",34450,55641 +"206627",34451,47940 +"206628",34451,92819 +"206629",34451,120794 +"206630",34452,34491 +"206631",34453,78213 +"206632",34454,34665 +"206633",34456,51812 +"206634",34456,81105 +"206635",34456,87701 +"206636",34456,88098 +"206637",34456,89694 +"206638",34456,98726 +"206639",34456,98757 +"206640",34457,36191 +"206641",34457,54661 +"206642",34457,74195 +"206643",34457,93188 +"206644",34457,122172 +"206645",34459,41551 +"206646",34459,45193 +"206647",34459,78975 +"206648",34459,85028 +"206649",34460,48092 +"206650",34461,56266 +"206651",34462,44500 +"206652",34463,55041 +"206653",34463,83943 +"206654",34464,37319 +"206655",34464,53956 +"206656",34464,57149 +"206657",34464,74347 +"206658",34464,95310 +"206659",34465,34605 +"206660",34465,34698 +"206661",34465,40230 +"206662",34465,40792 +"206663",34468,39983 +"206664",34468,44326 +"206665",34468,45310 +"206666",34468,55362 +"206667",34468,56016 +"206668",34468,59018 +"206669",34468,60665 +"206670",34468,63554 +"206671",34468,122638 +"206672",34469,80990 +"206673",34470,34950 +"206674",34470,34965 +"206675",34470,36455 +"206676",34470,41575 +"206677",34470,46128 +"206678",34470,78738 +"206679",34470,82456 +"206680",34470,82513 +"206681",34470,82521 +"206682",34470,82524 +"206683",34470,103027 +"206684",34471,36087 +"206685",34471,40215 +"206686",34472,49152 +"206687",34472,62637 +"206688",34473,34535 +"206689",34474,49765 +"206690",34474,80506 +"206691",34474,96425 +"206692",34475,37348 +"206693",34475,50442 +"206694",34475,91616 +"206695",34475,92117 +"206696",34475,96240 +"206697",34476,104216 +"206698",34477,34489 +"206699",34478,45619 +"206700",34478,90087 +"206701",34478,115234 +"206702",34479,63702 +"206703",34479,71428 +"206704",34480,36422 +"206705",34480,42983 +"206706",34480,45426 +"206707",34480,51471 +"206708",34480,54551 +"206709",34480,63059 +"206710",34480,70141 +"206711",34480,71617 +"206712",34480,73023 +"206713",34480,92875 +"206714",34480,92942 +"206715",34480,110611 +"206716",34481,45142 +"206717",34481,49102 +"206718",34483,40943 +"206719",34483,69333 +"206720",34483,70561 +"206721",34484,61968 +"206722",34484,91749 +"206723",34484,96156 +"206724",34485,78139 +"206725",34485,93497 +"206726",34485,99495 +"206727",34485,99829 +"206728",34486,51701 +"206729",34486,57346 +"206730",34486,98256 +"206731",34487,41581 +"206732",34487,47973 +"206733",34487,73803 +"206734",34487,87194 +"206735",34487,90427 +"206736",34487,107365 +"206737",34488,51835 +"206738",34488,70422 +"206739",34488,119655 +"206740",34489,62773 +"206741",34489,88267 +"206742",34489,121721 +"206743",34490,98573 +"206744",34490,114172 +"206745",34491,39572 +"206746",34491,39814 +"206747",34491,52041 +"206748",34491,53650 +"206749",34491,67229 +"206750",34492,41907 +"206751",34492,45715 +"206752",34492,48829 +"206753",34492,50976 +"206754",34492,51410 +"206755",34492,51654 +"206756",34492,51987 +"206757",34492,55015 +"206758",34492,55465 +"206759",34492,56870 +"206760",34492,65565 +"206761",34492,66508 +"206762",34492,69759 +"206763",34492,71296 +"206764",34492,79676 +"206765",34492,80649 +"206766",34492,83165 +"206767",34492,83949 +"206768",34492,85326 +"206769",34492,86027 +"206770",34492,88714 +"206771",34492,94879 +"206772",34492,111761 +"206773",34492,114248 +"206774",34493,48938 +"206775",34493,86390 +"206776",34494,66213 +"206777",34494,79875 +"206778",34494,92079 +"206779",34494,99345 +"206780",34494,99803 +"206781",34494,117891 +"206782",34494,122626 +"206783",34494,122639 +"206784",34495,49772 +"206785",34495,65335 +"206786",34495,73987 +"206787",34495,86343 +"206788",34495,91434 +"206789",34495,116634 +"206790",34496,36411 +"206791",34496,36849 +"206792",34496,45801 +"206793",34496,45803 +"206794",34496,55829 +"206795",34496,55843 +"206796",34496,55844 +"206797",34496,55860 +"206798",34496,55871 +"206799",34496,55883 +"206800",34496,55888 +"206801",34496,55912 +"206802",34496,55946 +"206803",34496,55957 +"206804",34496,57960 +"206805",34496,60662 +"206806",34496,63937 +"206807",34496,64676 +"206808",34496,66943 +"206809",34496,67405 +"206810",34496,72408 +"206811",34496,75675 +"206812",34496,78055 +"206813",34496,97449 +"206814",34496,100223 +"206815",34496,100730 +"206816",34497,44894 +"206817",34497,47789 +"206818",34497,67473 +"206819",34497,80286 +"206820",34499,97512 +"206821",34500,84139 +"206822",34501,38177 +"206823",34501,40577 +"206824",34501,43789 +"206825",34501,110847 +"206826",34502,34523 +"206827",34502,43339 +"206828",34502,43407 +"206829",34503,103928 +"206830",34504,45957 +"206831",34504,46098 +"206832",34504,54106 +"206833",34504,60555 +"206834",34504,65579 +"206835",34506,34923 +"206836",34506,117432 +"206837",34507,49251 +"206838",34507,55530 +"206839",34507,90143 +"206840",34507,121701 +"206841",34509,38853 +"206842",34509,48484 +"206843",34509,52144 +"206844",34509,56175 +"206845",34509,57466 +"206846",34509,66427 +"206847",34509,67744 +"206848",34509,79410 +"206849",34509,83300 +"206850",34509,93753 +"206851",34509,94830 +"206852",34509,94850 +"206853",34509,94856 +"206854",34509,106610 +"206855",34510,38091 +"206856",34511,35625 +"206857",34511,37373 +"206858",34511,47856 +"206859",34511,69221 +"206860",34512,91850 +"206861",34513,35400 +"206862",34513,36476 +"206863",34513,36547 +"206864",34513,36745 +"206865",34513,37821 +"206866",34513,37931 +"206867",34513,38319 +"206868",34513,39398 +"206869",34513,39492 +"206870",34513,40320 +"206871",34513,40373 +"206872",34513,40542 +"206873",34513,41182 +"206874",34513,42131 +"206875",34513,46843 +"206876",34513,48331 +"206877",34514,35000 +"206878",34514,48812 +"206879",34514,52499 +"206880",34514,86608 +"206881",34515,40645 +"206882",34515,77664 +"206883",34516,91756 +"206884",34517,36146 +"206885",34517,65404 +"206886",34517,113558 +"206887",34518,58985 +"206888",34518,72947 +"206889",34518,91770 +"206890",34518,105207 +"206891",34518,120562 +"206892",34520,41020 +"206893",34520,46146 +"206894",34520,59369 +"206895",34521,66034 +"206896",34522,35603 +"206897",34522,37851 +"206898",34522,37963 +"206899",34522,53295 +"206900",34522,73057 +"206901",34522,82882 +"206902",34522,86595 +"206903",34522,95262 +"206904",34522,96073 +"206905",34524,82844 +"206906",34524,99895 +"206907",34524,105582 +"206908",34525,35045 +"206909",34525,37809 +"206910",34526,60517 +"206911",34526,72956 +"206912",34526,76819 +"206913",34526,95800 +"206914",34526,102976 +"206915",34527,39360 +"206916",34527,40427 +"206917",34527,65636 +"206918",34527,79361 +"206919",34527,82205 +"206920",34527,87677 +"206921",34527,87678 +"206922",34528,57422 +"206923",34528,69723 +"206924",34528,105554 +"206925",34533,37668 +"206926",34534,41718 +"206927",34534,54334 +"206928",34534,116279 +"206929",34535,36951 +"206930",34535,70986 +"206931",34536,37312 +"206932",34536,38927 +"206933",34536,47310 +"206934",34536,48478 +"206935",34536,49566 +"206936",34536,50858 +"206937",34536,50916 +"206938",34536,55496 +"206939",34536,61936 +"206940",34536,63381 +"206941",34536,73654 +"206942",34537,35528 +"206943",34537,43455 +"206944",34537,46629 +"206945",34537,61982 +"206946",34537,78597 +"206947",34537,78934 +"206948",34537,81362 +"206949",34537,94022 +"206950",34537,98330 +"206951",34538,34660 +"206952",34539,35448 +"206953",34539,35473 +"206954",34539,42976 +"206955",34541,52743 +"206956",34542,51990 +"206957",34543,77260 +"206958",34543,77425 +"206959",34543,77426 +"206960",34543,79039 +"206961",34544,51852 +"206962",34545,37218 +"206963",34545,56637 +"206964",34546,34594 +"206965",34546,49878 +"206966",34546,58319 +"206967",34546,61135 +"206968",34546,61598 +"206969",34546,73908 +"206970",34546,85094 +"206971",34546,89781 +"206972",34546,103504 +"206973",34546,103512 +"206974",34547,78708 +"206975",34548,35368 +"206976",34548,38333 +"206977",34548,43722 +"206978",34548,65090 +"206979",34548,73396 +"206980",34550,42312 +"206981",34550,48561 +"206982",34550,82290 +"206983",34550,106927 +"206984",34551,34670 +"206985",34551,34672 +"206986",34551,41510 +"206987",34551,65688 +"206988",34551,71779 +"206989",34551,78343 +"206990",34551,89449 +"206991",34551,92581 +"206992",34551,95362 +"206993",34551,106116 +"206994",34553,53032 +"206995",34553,75016 +"206996",34553,120986 +"206997",34554,39995 +"206998",34555,40926 +"206999",34555,64055 +"207000",34555,79445 +"207001",34555,79510 +"207002",34556,38402 +"207003",34556,43781 +"207004",34556,70246 +"207005",34556,79432 +"207006",34556,90705 +"207007",34556,90754 +"207008",34556,96925 +"207009",34556,118884 +"207010",34557,51094 +"207011",34557,51275 +"207012",34557,76704 +"207013",34557,101425 +"207014",34558,95339 +"207015",34559,34575 +"207016",34559,102764 +"207017",34559,115819 +"207018",34560,34763 +"207019",34560,48376 +"207020",34560,48530 +"207021",34560,54272 +"207022",34560,62694 +"207023",34560,69188 +"207024",34560,71028 +"207025",34560,84929 +"207026",34561,71469 +"207027",34561,77790 +"207028",34561,96086 +"207029",34561,108576 +"207030",34561,108593 +"207031",34562,35856 +"207032",34563,34649 +"207033",34563,52457 +"207034",34563,66791 +"207035",34563,69253 +"207036",34563,74090 +"207037",34563,97587 +"207038",34563,114645 +"207039",34563,116305 +"207040",34564,34620 +"207041",34564,38525 +"207042",34564,41713 +"207043",34564,42087 +"207044",34564,45047 +"207045",34564,45980 +"207046",34564,48202 +"207047",34564,48212 +"207048",34564,53132 +"207049",34564,53227 +"207050",34564,55111 +"207051",34564,58628 +"207052",34564,61801 +"207053",34564,64350 +"207054",34564,73044 +"207055",34564,73058 +"207056",34564,73085 +"207057",34564,73335 +"207058",34564,78063 +"207059",34564,78429 +"207060",34564,78569 +"207061",34564,82143 +"207062",34564,83231 +"207063",34564,86471 +"207064",34564,90804 +"207065",34564,91022 +"207066",34564,91045 +"207067",34564,95675 +"207068",34564,101516 +"207069",34564,102387 +"207070",34564,108374 +"207071",34564,108893 +"207072",34564,109101 +"207073",34564,109523 +"207074",34564,110993 +"207075",34564,111338 +"207076",34564,111398 +"207077",34564,111409 +"207078",34564,111480 +"207079",34564,112422 +"207080",34564,112648 +"207081",34564,112708 +"207082",34564,112820 +"207083",34564,112997 +"207084",34564,113597 +"207085",34564,114418 +"207086",34564,114582 +"207087",34564,115371 +"207088",34564,116028 +"207089",34564,116604 +"207090",34565,80986 +"207091",34566,34706 +"207092",34566,34722 +"207093",34566,39681 +"207094",34566,61252 +"207095",34567,61707 +"207096",34568,55148 +"207097",34568,75564 +"207098",34568,82782 +"207099",34568,102525 +"207100",34568,106261 +"207101",34569,50480 +"207102",34569,73781 +"207103",34570,36085 +"207104",34570,45131 +"207105",34570,45250 +"207106",34570,45296 +"207107",34570,51176 +"207108",34570,52854 +"207109",34570,60521 +"207110",34570,60527 +"207111",34572,65618 +"207112",34572,108889 +"207113",34572,109333 +"207114",34573,34574 +"207115",34574,35683 +"207116",34575,39823 +"207117",34575,107701 +"207118",34576,42246 +"207119",34576,48084 +"207120",34576,53644 +"207121",34576,83735 +"207122",34576,86246 +"207123",34576,92669 +"207124",34576,103538 +"207125",34578,48281 +"207126",34578,53485 +"207127",34578,58516 +"207128",34578,64165 +"207129",34578,65521 +"207130",34578,69648 +"207131",34578,71466 +"207132",34578,71481 +"207133",34578,73205 +"207134",34578,93756 +"207135",34578,108542 +"207136",34578,113067 +"207137",34579,87760 +"207138",34581,62648 +"207139",34581,91802 +"207140",34582,38576 +"207141",34582,63746 +"207142",34583,35692 +"207143",34583,37875 +"207144",34583,51504 +"207145",34583,51902 +"207146",34583,63889 +"207147",34583,89697 +"207148",34583,91282 +"207149",34583,92658 +"207150",34583,95469 +"207151",34583,108773 +"207152",34584,34589 +"207153",34585,62690 +"207154",34585,71566 +"207155",34585,71867 +"207156",34585,84291 +"207157",34585,103670 +"207158",34585,103671 +"207159",34585,118907 +"207160",34586,41693 +"207161",34586,118617 +"207162",34587,58731 +"207163",34588,36658 +"207164",34588,45843 +"207165",34588,55252 +"207166",34588,60345 +"207167",34588,64449 +"207168",34588,72701 +"207169",34588,75169 +"207170",34588,76389 +"207171",34588,76390 +"207172",34588,76397 +"207173",34588,76442 +"207174",34588,76463 +"207175",34588,76479 +"207176",34588,80588 +"207177",34588,82793 +"207178",34588,85414 +"207179",34588,88260 +"207180",34588,101724 +"207181",34589,63574 +"207182",34591,34593 +"207183",34591,35972 +"207184",34591,43811 +"207185",34591,43895 +"207186",34591,43935 +"207187",34591,43966 +"207188",34591,43968 +"207189",34591,43992 +"207190",34591,43997 +"207191",34591,43999 +"207192",34591,44000 +"207193",34592,48628 +"207194",34592,75281 +"207195",34592,81320 +"207196",34592,90386 +"207197",34594,34615 +"207198",34594,34950 +"207199",34594,38366 +"207200",34594,59936 +"207201",34594,73908 +"207202",34594,75784 +"207203",34594,76128 +"207204",34594,82735 +"207205",34594,84517 +"207206",34594,85094 +"207207",34595,37666 +"207208",34595,37724 +"207209",34596,39380 +"207210",34596,47759 +"207211",34596,59324 +"207212",34596,79912 +"207213",34596,95658 +"207214",34596,103093 +"207215",34596,103420 +"207216",34596,108676 +"207217",34596,108685 +"207218",34597,41843 +"207219",34597,44585 +"207220",34597,44648 +"207221",34597,53786 +"207222",34597,55189 +"207223",34597,62810 +"207224",34597,96763 +"207225",34597,104978 +"207226",34598,56700 +"207227",34598,87712 +"207228",34599,56650 +"207229",34599,56652 +"207230",34599,66451 +"207231",34601,39116 +"207232",34601,40248 +"207233",34601,40766 +"207234",34601,41666 +"207235",34601,41735 +"207236",34601,47422 +"207237",34601,54732 +"207238",34601,73375 +"207239",34601,73527 +"207240",34601,77243 +"207241",34601,79797 +"207242",34601,83070 +"207243",34601,97533 +"207244",34601,97548 +"207245",34601,97561 +"207246",34601,100727 +"207247",34601,107851 +"207248",34601,110796 +"207249",34601,111127 +"207250",34601,112198 +"207251",34601,114210 +"207252",34601,114402 +"207253",34601,123467 +"207254",34602,34673 +"207255",34602,54813 +"207256",34603,54288 +"207257",34603,57407 +"207258",34603,109767 +"207259",34604,37101 +"207260",34604,42995 +"207261",34604,76099 +"207262",34604,116582 +"207263",34605,34698 +"207264",34605,56606 +"207265",34606,42971 +"207266",34606,104699 +"207267",34607,47303 +"207268",34608,35673 +"207269",34608,45684 +"207270",34608,46173 +"207271",34608,55703 +"207272",34608,55706 +"207273",34608,55803 +"207274",34608,57414 +"207275",34608,75403 +"207276",34608,79082 +"207277",34609,50669 +"207278",34609,71979 +"207279",34609,73460 +"207280",34610,39546 +"207281",34610,47678 +"207282",34610,47984 +"207283",34610,55570 +"207284",34611,39848 +"207285",34611,54988 +"207286",34612,44711 +"207287",34612,50699 +"207288",34612,51260 +"207289",34612,55393 +"207290",34612,57267 +"207291",34612,59398 +"207292",34612,61094 +"207293",34612,63184 +"207294",34612,63670 +"207295",34612,64505 +"207296",34612,70293 +"207297",34614,34631 +"207298",34614,34668 +"207299",34614,34905 +"207300",34614,35983 +"207301",34614,38270 +"207302",34614,40113 +"207303",34614,42289 +"207304",34614,48281 +"207305",34614,48380 +"207306",34614,50662 +"207307",34614,56216 +"207308",34614,59615 +"207309",34614,62679 +"207310",34614,63105 +"207311",34614,68001 +"207312",34614,68475 +"207313",34614,68917 +"207314",34614,69296 +"207315",34614,71106 +"207316",34614,73655 +"207317",34614,75767 +"207318",34614,76046 +"207319",34614,76459 +"207320",34614,76808 +"207321",34614,77727 +"207322",34614,78224 +"207323",34614,79222 +"207324",34614,80575 +"207325",34614,82978 +"207326",34614,83306 +"207327",34614,85027 +"207328",34614,88412 +"207329",34614,88464 +"207330",34614,89304 +"207331",34614,90275 +"207332",34614,90426 +"207333",34614,91112 +"207334",34614,91376 +"207335",34614,91526 +"207336",34614,93425 +"207337",34614,93523 +"207338",34614,94520 +"207339",34614,95954 +"207340",34614,99544 +"207341",34614,99547 +"207342",34614,99554 +"207343",34614,100595 +"207344",34614,100739 +"207345",34614,100819 +"207346",34614,101898 +"207347",34614,101988 +"207348",34614,102146 +"207349",34614,102201 +"207350",34614,102309 +"207351",34614,102635 +"207352",34614,102730 +"207353",34614,102846 +"207354",34614,103790 +"207355",34614,104095 +"207356",34614,104574 +"207357",34614,104784 +"207358",34614,104845 +"207359",34614,107269 +"207360",34614,107623 +"207361",34614,107714 +"207362",34614,107879 +"207363",34614,107975 +"207364",34615,35460 +"207365",34615,64114 +"207366",34616,36919 +"207367",34616,42744 +"207368",34616,42911 +"207369",34616,71009 +"207370",34616,92553 +"207371",34616,93019 +"207372",34616,96681 +"207373",34616,97213 +"207374",34616,97499 +"207375",34616,99188 +"207376",34616,101033 +"207377",34616,103863 +"207378",34616,107158 +"207379",34616,108214 +"207380",34616,111453 +"207381",34616,112357 +"207382",34616,112707 +"207383",34617,76833 +"207384",34618,34619 +"207385",34618,38256 +"207386",34618,61696 +"207387",34618,87501 +"207388",34619,63637 +"207389",34619,66070 +"207390",34620,38525 +"207391",34620,41713 +"207392",34620,42087 +"207393",34620,45047 +"207394",34620,45980 +"207395",34620,48202 +"207396",34620,48212 +"207397",34620,53132 +"207398",34620,53227 +"207399",34620,55111 +"207400",34620,58628 +"207401",34620,61801 +"207402",34620,64350 +"207403",34620,73044 +"207404",34620,73058 +"207405",34620,73335 +"207406",34620,78063 +"207407",34620,78429 +"207408",34620,78569 +"207409",34620,82143 +"207410",34620,83231 +"207411",34620,86471 +"207412",34620,90804 +"207413",34620,91022 +"207414",34620,91045 +"207415",34620,95675 +"207416",34620,101516 +"207417",34620,102387 +"207418",34620,108374 +"207419",34620,108893 +"207420",34620,109101 +"207421",34620,109523 +"207422",34620,110993 +"207423",34620,111338 +"207424",34620,111398 +"207425",34620,111409 +"207426",34620,111480 +"207427",34620,112422 +"207428",34620,112648 +"207429",34620,112708 +"207430",34620,112820 +"207431",34620,112997 +"207432",34620,113597 +"207433",34620,114418 +"207434",34620,114582 +"207435",34620,115371 +"207436",34620,116028 +"207437",34620,116604 +"207438",34621,59182 +"207439",34621,76282 +"207440",34621,78264 +"207441",34621,88969 +"207442",34621,97193 +"207443",34621,101040 +"207444",34621,101043 +"207445",34621,101050 +"207446",34621,101051 +"207447",34621,101054 +"207448",34621,101627 +"207449",34621,102259 +"207450",34622,34638 +"207451",34622,43362 +"207452",34622,65004 +"207453",34622,113073 +"207454",34623,82054 +"207455",34623,82079 +"207456",34625,34686 +"207457",34625,36285 +"207458",34625,38419 +"207459",34625,55344 +"207460",34625,81993 +"207461",34625,82667 +"207462",34627,81367 +"207463",34627,98260 +"207464",34627,122133 +"207465",34627,122664 +"207466",34628,43961 +"207467",34628,47208 +"207468",34629,38685 +"207469",34629,68332 +"207470",34629,84390 +"207471",34629,98552 +"207472",34630,34678 +"207473",34631,34668 +"207474",34631,35983 +"207475",34631,38270 +"207476",34631,40113 +"207477",34631,42289 +"207478",34631,48281 +"207479",34631,48380 +"207480",34631,50662 +"207481",34631,56216 +"207482",34631,59615 +"207483",34631,62679 +"207484",34631,63105 +"207485",34631,68001 +"207486",34631,68475 +"207487",34631,68917 +"207488",34631,69296 +"207489",34631,71106 +"207490",34631,73655 +"207491",34631,75767 +"207492",34631,76046 +"207493",34631,76459 +"207494",34631,76808 +"207495",34631,77727 +"207496",34631,78224 +"207497",34631,79222 +"207498",34631,82978 +"207499",34631,83306 +"207500",34631,85027 +"207501",34631,88412 +"207502",34631,90275 +"207503",34631,90426 +"207504",34631,91112 +"207505",34631,91526 +"207506",34631,93425 +"207507",34631,93523 +"207508",34631,94520 +"207509",34631,95954 +"207510",34631,99544 +"207511",34631,99547 +"207512",34631,99554 +"207513",34631,100595 +"207514",34631,100739 +"207515",34631,100819 +"207516",34631,101898 +"207517",34631,101988 +"207518",34631,102146 +"207519",34631,102201 +"207520",34631,102309 +"207521",34631,102635 +"207522",34631,102730 +"207523",34631,102846 +"207524",34631,103790 +"207525",34631,104095 +"207526",34631,104574 +"207527",34631,104784 +"207528",34631,104845 +"207529",34631,107269 +"207530",34631,107623 +"207531",34631,107714 +"207532",34631,107879 +"207533",34631,107975 +"207534",34632,35926 +"207535",34632,37482 +"207536",34632,44481 +"207537",34632,62244 +"207538",34632,74796 +"207539",34632,94306 +"207540",34632,119074 +"207541",34633,45038 +"207542",34634,35891 +"207543",34634,35893 +"207544",34634,115625 +"207545",34635,34636 +"207546",34636,64832 +"207547",34637,38677 +"207548",34637,54766 +"207549",34637,68789 +"207550",34637,83804 +"207551",34637,120645 +"207552",34638,118645 +"207553",34640,35512 +"207554",34640,41062 +"207555",34640,47237 +"207556",34640,48219 +"207557",34640,52845 +"207558",34640,63188 +"207559",34640,74273 +"207560",34640,85199 +"207561",34640,97359 +"207562",34641,120467 +"207563",34642,34870 +"207564",34642,84162 +"207565",34642,87697 +"207566",34642,94576 +"207567",34643,68341 +"207568",34643,69305 +"207569",34643,76750 +"207570",34644,42352 +"207571",34644,50288 +"207572",34644,50296 +"207573",34644,53605 +"207574",34644,66815 +"207575",34644,101001 +"207576",34645,64997 +"207577",34646,34683 +"207578",34646,34687 +"207579",34647,101129 +"207580",34647,108967 +"207581",34648,35562 +"207582",34648,35630 +"207583",34648,36077 +"207584",34648,40719 +"207585",34648,46283 +"207586",34648,48023 +"207587",34648,52657 +"207588",34648,56250 +"207589",34648,60238 +"207590",34648,60523 +"207591",34648,64806 +"207592",34648,70713 +"207593",34648,76564 +"207594",34648,83526 +"207595",34648,89558 +"207596",34648,91279 +"207597",34648,96273 +"207598",34648,99279 +"207599",34648,103397 +"207600",34648,103682 +"207601",34648,109167 +"207602",34648,109832 +"207603",34648,117786 +"207604",34648,117791 +"207605",34648,117795 +"207606",34650,34655 +"207607",34650,34656 +"207608",34650,34769 +"207609",34651,37893 +"207610",34651,38748 +"207611",34651,40237 +"207612",34651,48260 +"207613",34651,58133 +"207614",34651,60711 +"207615",34651,89173 +"207616",34651,89174 +"207617",34652,44158 +"207618",34653,37609 +"207619",34653,40895 +"207620",34653,42748 +"207621",34653,47277 +"207622",34653,62726 +"207623",34653,78300 +"207624",34653,81058 +"207625",34653,101924 +"207626",34653,107371 +"207627",34654,35955 +"207628",34654,37310 +"207629",34654,45561 +"207630",34654,45786 +"207631",34654,47197 +"207632",34654,47854 +"207633",34654,55731 +"207634",34654,58886 +"207635",34654,59573 +"207636",34655,34656 +"207637",34655,34769 +"207638",34656,34769 +"207639",34657,35908 +"207640",34658,44150 +"207641",34658,45763 +"207642",34658,55420 +"207643",34658,60997 +"207644",34658,63569 +"207645",34658,77661 +"207646",34658,79041 +"207647",34658,84598 +"207648",34658,88413 +"207649",34658,88559 +"207650",34658,94922 +"207651",34658,98477 +"207652",34659,39135 +"207653",34659,54373 +"207654",34659,92655 +"207655",34661,60071 +"207656",34664,35050 +"207657",34664,70435 +"207658",34665,45378 +"207659",34665,50400 +"207660",34665,95292 +"207661",34666,45435 +"207662",34666,53356 +"207663",34666,75420 +"207664",34667,44857 +"207665",34667,54248 +"207666",34667,54575 +"207667",34667,83280 +"207668",34667,86884 +"207669",34667,87052 +"207670",34668,35983 +"207671",34668,38270 +"207672",34668,40113 +"207673",34668,42247 +"207674",34668,42289 +"207675",34668,48281 +"207676",34668,48380 +"207677",34668,50662 +"207678",34668,51777 +"207679",34668,56216 +"207680",34668,59615 +"207681",34668,62679 +"207682",34668,63105 +"207683",34668,68001 +"207684",34668,68475 +"207685",34668,68917 +"207686",34668,69296 +"207687",34668,71106 +"207688",34668,73655 +"207689",34668,75470 +"207690",34668,75767 +"207691",34668,76046 +"207692",34668,76459 +"207693",34668,76808 +"207694",34668,77727 +"207695",34668,78224 +"207696",34668,79222 +"207697",34668,82978 +"207698",34668,83306 +"207699",34668,85027 +"207700",34668,88412 +"207701",34668,90275 +"207702",34668,90426 +"207703",34668,91112 +"207704",34668,91526 +"207705",34668,93425 +"207706",34668,93523 +"207707",34668,94520 +"207708",34668,95954 +"207709",34668,99544 +"207710",34668,99547 +"207711",34668,99554 +"207712",34668,100595 +"207713",34668,100739 +"207714",34668,100819 +"207715",34668,101111 +"207716",34668,101898 +"207717",34668,101988 +"207718",34668,102146 +"207719",34668,102201 +"207720",34668,102309 +"207721",34668,102635 +"207722",34668,102730 +"207723",34668,102846 +"207724",34668,103790 +"207725",34668,104095 +"207726",34668,104574 +"207727",34668,104784 +"207728",34668,104845 +"207729",34668,107269 +"207730",34668,107623 +"207731",34668,107714 +"207732",34668,107879 +"207733",34668,107975 +"207734",34669,34719 +"207735",34669,44830 +"207736",34669,59722 +"207737",34669,97759 +"207738",34669,99680 +"207739",34669,99702 +"207740",34669,112932 +"207741",34670,34672 +"207742",34670,64863 +"207743",34670,66228 +"207744",34670,71779 +"207745",34670,79636 +"207746",34670,89375 +"207747",34670,94802 +"207748",34670,104411 +"207749",34670,113862 +"207750",34670,113909 +"207751",34670,117770 +"207752",34671,50945 +"207753",34672,60397 +"207754",34672,64739 +"207755",34672,71779 +"207756",34672,76645 +"207757",34672,79636 +"207758",34672,89375 +"207759",34672,104411 +"207760",34672,113909 +"207761",34674,119517 +"207762",34675,36249 +"207763",34675,37234 +"207764",34675,67573 +"207765",34675,74736 +"207766",34676,53690 +"207767",34677,53999 +"207768",34677,76919 +"207769",34677,114308 +"207770",34679,90250 +"207771",34679,90316 +"207772",34679,90317 +"207773",34680,41749 +"207774",34680,43990 +"207775",34680,57800 +"207776",34680,59392 +"207777",34681,46793 +"207778",34681,62742 +"207779",34681,71025 +"207780",34681,107540 +"207781",34681,116306 +"207782",34681,116324 +"207783",34681,116661 +"207784",34682,42258 +"207785",34682,47046 +"207786",34682,51234 +"207787",34682,53401 +"207788",34682,74126 +"207789",34682,91532 +"207790",34682,100662 +"207791",34682,105957 +"207792",34682,117230 +"207793",34682,119952 +"207794",34683,34687 +"207795",34683,37470 +"207796",34683,42162 +"207797",34683,67949 +"207798",34684,41343 +"207799",34684,54411 +"207800",34684,72845 +"207801",34684,96841 +"207802",34684,105516 +"207803",34685,48094 +"207804",34685,55878 +"207805",34685,79705 +"207806",34685,81608 +"207807",34685,81963 +"207808",34685,87938 +"207809",34685,100450 +"207810",34685,100459 +"207811",34685,105115 +"207812",34685,114887 +"207813",34686,36285 +"207814",34686,96204 +"207815",34686,96219 +"207816",34686,96279 +"207817",34686,103726 +"207818",34686,103751 +"207819",34689,34712 +"207820",34689,34792 +"207821",34689,35643 +"207822",34689,103014 +"207823",34690,62735 +"207824",34691,57343 +"207825",34692,39021 +"207826",34692,41804 +"207827",34692,41834 +"207828",34692,45060 +"207829",34692,46617 +"207830",34692,47982 +"207831",34692,48070 +"207832",34692,49711 +"207833",34692,49952 +"207834",34692,50114 +"207835",34692,54749 +"207836",34692,56499 +"207837",34692,56883 +"207838",34692,57267 +"207839",34692,58927 +"207840",34692,61608 +"207841",34692,67583 +"207842",34692,67584 +"207843",34693,40757 +"207844",34693,52555 +"207845",34693,58042 +"207846",34693,65751 +"207847",34693,72778 +"207848",34693,85820 +"207849",34694,34710 +"207850",34694,34818 +"207851",34694,34892 +"207852",34694,34900 +"207853",34694,42213 +"207854",34694,46809 +"207855",34694,64455 +"207856",34694,92429 +"207857",34694,95142 +"207858",34694,104650 +"207859",34694,107906 +"207860",34695,46217 +"207861",34695,73547 +"207862",34695,84636 +"207863",34695,84655 +"207864",34695,92307 +"207865",34695,95406 +"207866",34695,97370 +"207867",34695,103106 +"207868",34695,103119 +"207869",34696,48081 +"207870",34696,51733 +"207871",34696,59003 +"207872",34696,80015 +"207873",34696,91269 +"207874",34696,91270 +"207875",34699,35440 +"207876",34699,86671 +"207877",34700,36777 +"207878",34700,41782 +"207879",34700,105372 +"207880",34701,37955 +"207881",34701,38799 +"207882",34701,40725 +"207883",34701,70545 +"207884",34701,72467 +"207885",34701,73095 +"207886",34701,75662 +"207887",34701,100568 +"207888",34703,65500 +"207889",34705,71770 +"207890",34705,122721 +"207891",34706,34722 +"207892",34706,39681 +"207893",34706,61252 +"207894",34706,61620 +"207895",34706,65627 +"207896",34707,34857 +"207897",34707,49359 +"207898",34707,99302 +"207899",34708,75115 +"207900",34708,108704 +"207901",34708,112621 +"207902",34708,118999 +"207903",34709,38645 +"207904",34709,67032 +"207905",34710,34818 +"207906",34710,34892 +"207907",34710,34900 +"207908",34710,57429 +"207909",34711,37100 +"207910",34711,38366 +"207911",34711,44729 +"207912",34711,64338 +"207913",34711,64938 +"207914",34711,76357 +"207915",34711,79997 +"207916",34711,80010 +"207917",34711,84625 +"207918",34711,86140 +"207919",34711,88583 +"207920",34711,112559 +"207921",34712,34792 +"207922",34712,115295 +"207923",34712,118533 +"207924",34712,118657 +"207925",34713,40638 +"207926",34713,42564 +"207927",34713,56234 +"207928",34713,59252 +"207929",34713,61960 +"207930",34713,65245 +"207931",34713,65316 +"207932",34713,75354 +"207933",34713,78852 +"207934",34714,69681 +"207935",34716,34880 +"207936",34717,72500 +"207937",34717,74242 +"207938",34718,34720 +"207939",34719,54437 +"207940",34719,59722 +"207941",34719,70415 +"207942",34719,71753 +"207943",34719,115037 +"207944",34721,38417 +"207945",34721,39198 +"207946",34721,64578 +"207947",34721,70658 +"207948",34721,115234 +"207949",34722,39681 +"207950",34722,61252 +"207951",34722,61620 +"207952",34723,38657 +"207953",34723,42251 +"207954",34724,58805 +"207955",34724,118814 +"207956",34725,40463 +"207957",34725,92160 +"207958",34725,110936 +"207959",34725,113896 +"207960",34725,121328 +"207961",34726,34780 +"207962",34726,52655 +"207963",34728,52779 +"207964",34728,88195 +"207965",34729,52806 +"207966",34729,52882 +"207967",34729,67237 +"207968",34729,90971 +"207969",34730,35082 +"207970",34730,42133 +"207971",34730,50278 +"207972",34730,57535 +"207973",34730,59097 +"207974",34730,66340 +"207975",34730,97874 +"207976",34730,97997 +"207977",34730,100131 +"207978",34730,101250 +"207979",34731,45377 +"207980",34731,71654 +"207981",34731,74127 +"207982",34731,79804 +"207983",34731,101616 +"207984",34731,102433 +"207985",34731,110119 +"207986",34731,110863 +"207987",34732,35023 +"207988",34732,96969 +"207989",34734,40432 +"207990",34734,84018 +"207991",34735,41285 +"207992",34735,41720 +"207993",34735,42510 +"207994",34735,42591 +"207995",34735,42619 +"207996",34735,43124 +"207997",34735,51299 +"207998",34735,67817 +"207999",34735,91546 +"208000",34735,93746 +"208001",34735,105595 +"208002",34736,35423 +"208003",34736,41485 +"208004",34736,94637 +"208005",34736,97637 +"208006",34736,104669 +"208007",34737,57037 +"208008",34738,43825 +"208009",34738,44372 +"208010",34738,50831 +"208011",34738,51593 +"208012",34738,56033 +"208013",34738,60647 +"208014",34738,67258 +"208015",34738,68273 +"208016",34738,68620 +"208017",34738,75304 +"208018",34738,81542 +"208019",34738,104339 +"208020",34738,118380 +"208021",34738,119815 +"208022",34739,35006 +"208023",34739,38608 +"208024",34739,39189 +"208025",34739,47030 +"208026",34739,57926 +"208027",34739,60837 +"208028",34739,68557 +"208029",34739,76994 +"208030",34739,78878 +"208031",34739,88409 +"208032",34739,89126 +"208033",34739,93469 +"208034",34739,102314 +"208035",34739,106252 +"208036",34740,85574 +"208037",34741,45025 +"208038",34741,55113 +"208039",34741,80071 +"208040",34741,80134 +"208041",34741,82684 +"208042",34741,108795 +"208043",34741,112980 +"208044",34742,74579 +"208045",34742,88744 +"208046",34742,97334 +"208047",34742,98004 +"208048",34742,110405 +"208049",34744,34757 +"208050",34744,34804 +"208051",34745,34770 +"208052",34745,64215 +"208053",34746,34887 +"208054",34746,45585 +"208055",34746,80080 +"208056",34748,62089 +"208057",34748,70457 +"208058",34748,84698 +"208059",34749,43560 +"208060",34749,44499 +"208061",34749,48121 +"208062",34749,48162 +"208063",34749,75161 +"208064",34749,81455 +"208065",34749,97635 +"208066",34750,75330 +"208067",34751,87029 +"208068",34752,34876 +"208069",34752,48902 +"208070",34752,55198 +"208071",34753,35895 +"208072",34753,60400 +"208073",34753,72009 +"208074",34754,34855 +"208075",34755,63741 +"208076",34755,122261 +"208077",34756,43178 +"208078",34757,34804 +"208079",34757,46179 +"208080",34757,47120 +"208081",34757,48238 +"208082",34757,71874 +"208083",34757,75514 +"208084",34757,92930 +"208085",34757,92962 +"208086",34757,110772 +"208087",34757,114156 +"208088",34758,34899 +"208089",34758,45185 +"208090",34758,54389 +"208091",34758,56661 +"208092",34758,64283 +"208093",34758,94665 +"208094",34758,99413 +"208095",34759,36578 +"208096",34760,48136 +"208097",34760,53594 +"208098",34760,56585 +"208099",34761,36593 +"208100",34761,38917 +"208101",34761,39788 +"208102",34761,42616 +"208103",34761,51791 +"208104",34761,52168 +"208105",34761,56976 +"208106",34761,64947 +"208107",34761,68014 +"208108",34761,70006 +"208109",34761,71027 +"208110",34762,62435 +"208111",34762,77115 +"208112",34762,103402 +"208113",34762,103411 +"208114",34763,35016 +"208115",34763,38497 +"208116",34763,48376 +"208117",34763,62694 +"208118",34763,70204 +"208119",34763,71028 +"208120",34763,86681 +"208121",34764,34783 +"208122",34764,34795 +"208123",34764,34800 +"208124",34764,34839 +"208125",34764,34841 +"208126",34764,34848 +"208127",34764,34849 +"208128",34764,34850 +"208129",34764,34867 +"208130",34764,34868 +"208131",34764,34882 +"208132",34764,34895 +"208133",34764,34917 +"208134",34764,34919 +"208135",34764,47828 +"208136",34765,50914 +"208137",34765,59877 +"208138",34765,59890 +"208139",34765,70849 +"208140",34766,111040 +"208141",34767,59755 +"208142",34767,66708 +"208143",34767,76824 +"208144",34767,90626 +"208145",34767,115455 +"208146",34768,59867 +"208147",34769,42032 +"208148",34769,57915 +"208149",34771,39723 +"208150",34771,75316 +"208151",34772,36667 +"208152",34772,89342 +"208153",34773,34828 +"208154",34775,40879 +"208155",34775,82828 +"208156",34775,105144 +"208157",34775,105151 +"208158",34775,105166 +"208159",34775,105175 +"208160",34775,105267 +"208161",34776,38899 +"208162",34776,38984 +"208163",34776,38994 +"208164",34776,69980 +"208165",34777,36875 +"208166",34777,43204 +"208167",34777,44591 +"208168",34777,45933 +"208169",34777,48608 +"208170",34777,49609 +"208171",34777,58627 +"208172",34777,62647 +"208173",34777,71575 +"208174",34777,79366 +"208175",34778,43321 +"208176",34778,60052 +"208177",34779,34790 +"208178",34779,34832 +"208179",34779,34843 +"208180",34779,39163 +"208181",34779,58218 +"208182",34779,63138 +"208183",34779,65847 +"208184",34779,65916 +"208185",34779,73537 +"208186",34779,73938 +"208187",34779,74931 +"208188",34780,43703 +"208189",34780,49031 +"208190",34780,64502 +"208191",34782,50270 +"208192",34782,53761 +"208193",34782,72657 +"208194",34783,34795 +"208195",34783,34800 +"208196",34783,34839 +"208197",34783,34841 +"208198",34783,34848 +"208199",34783,34849 +"208200",34783,34850 +"208201",34783,34867 +"208202",34783,34868 +"208203",34783,34882 +"208204",34783,34895 +"208205",34783,34917 +"208206",34783,34919 +"208207",34783,47828 +"208208",34784,34936 +"208209",34784,57697 +"208210",34784,58390 +"208211",34784,76378 +"208212",34784,116134 +"208213",34786,45844 +"208214",34786,84586 +"208215",34786,105795 +"208216",34786,111408 +"208217",34787,35549 +"208218",34787,69482 +"208219",34787,69483 +"208220",34787,69484 +"208221",34787,69527 +"208222",34787,69676 +"208223",34787,69694 +"208224",34787,69800 +"208225",34787,69894 +"208226",34787,69917 +"208227",34788,71577 +"208228",34789,75990 +"208229",34789,116346 +"208230",34789,119956 +"208231",34790,34832 +"208232",34790,34843 +"208233",34791,35715 +"208234",34791,38722 +"208235",34791,40819 +"208236",34791,43843 +"208237",34791,44108 +"208238",34791,44110 +"208239",34791,90151 +"208240",34791,94540 +"208241",34791,108529 +"208242",34791,121185 +"208243",34794,44281 +"208244",34795,34800 +"208245",34795,34839 +"208246",34795,34841 +"208247",34795,34848 +"208248",34795,34849 +"208249",34795,34850 +"208250",34795,34867 +"208251",34795,34868 +"208252",34795,34882 +"208253",34795,34895 +"208254",34795,34917 +"208255",34795,34919 +"208256",34795,47828 +"208257",34796,45097 +"208258",34796,58716 +"208259",34797,34798 +"208260",34797,63077 +"208261",34798,64434 +"208262",34799,45843 +"208263",34799,62984 +"208264",34799,85161 +"208265",34799,92399 +"208266",34799,110310 +"208267",34799,121654 +"208268",34800,34839 +"208269",34800,34841 +"208270",34800,34848 +"208271",34800,34849 +"208272",34800,34850 +"208273",34800,34867 +"208274",34800,34868 +"208275",34800,34882 +"208276",34800,34895 +"208277",34800,34917 +"208278",34800,34919 +"208279",34800,47828 +"208280",34802,57160 +"208281",34803,50180 +"208282",34803,65669 +"208283",34803,76141 +"208284",34803,81992 +"208285",34803,82007 +"208286",34803,84523 +"208287",34803,107362 +"208288",34804,35980 +"208289",34804,48238 +"208290",34804,53074 +"208291",34804,53080 +"208292",34804,58044 +"208293",34804,114156 +"208294",34805,42591 +"208295",34806,63811 +"208296",34806,104327 +"208297",34807,43893 +"208298",34807,72704 +"208299",34808,44157 +"208300",34808,66909 +"208301",34808,74904 +"208302",34809,42076 +"208303",34809,69312 +"208304",34810,39642 +"208305",34810,102755 +"208306",34810,111548 +"208307",34811,50301 +"208308",34811,72154 +"208309",34811,82993 +"208310",34811,83173 +"208311",34811,96061 +"208312",34812,34821 +"208313",34812,51376 +"208314",34812,67122 +"208315",34813,34878 +"208316",34813,41892 +"208317",34813,55103 +"208318",34815,121958 +"208319",34816,59780 +"208320",34816,85390 +"208321",34817,34945 +"208322",34817,34956 +"208323",34817,55797 +"208324",34817,81679 +"208325",34817,90175 +"208326",34817,113114 +"208327",34818,34892 +"208328",34818,34900 +"208329",34818,56833 +"208330",34818,62019 +"208331",34818,77493 +"208332",34818,108022 +"208333",34819,34830 +"208334",34819,114891 +"208335",34820,36578 +"208336",34820,40905 +"208337",34820,44975 +"208338",34820,48702 +"208339",34820,49359 +"208340",34821,55615 +"208341",34821,64720 +"208342",34823,69745 +"208343",34824,36938 +"208344",34824,87888 +"208345",34826,74570 +"208346",34827,48445 +"208347",34829,41282 +"208348",34829,68662 +"208349",34829,72893 +"208350",34829,76145 +"208351",34829,92692 +"208352",34831,41580 +"208353",34831,43236 +"208354",34831,44258 +"208355",34831,46668 +"208356",34831,54968 +"208357",34831,55472 +"208358",34831,59958 +"208359",34831,69311 +"208360",34831,76301 +"208361",34831,76303 +"208362",34831,77661 +"208363",34831,79009 +"208364",34831,79041 +"208365",34831,85496 +"208366",34832,34843 +"208367",34832,63781 +"208368",34832,65847 +"208369",34832,65916 +"208370",34832,66140 +"208371",34832,66174 +"208372",34832,70936 +"208373",34832,85203 +"208374",34833,35406 +"208375",34833,43159 +"208376",34833,55273 +"208377",34833,78375 +"208378",34833,93965 +"208379",34833,94012 +"208380",34835,38999 +"208381",34835,84782 +"208382",34835,110728 +"208383",34835,113044 +"208384",34836,38019 +"208385",34836,41315 +"208386",34836,43140 +"208387",34836,43591 +"208388",34836,47614 +"208389",34836,57348 +"208390",34836,57353 +"208391",34836,61675 +"208392",34836,62419 +"208393",34836,65006 +"208394",34836,72468 +"208395",34836,77018 +"208396",34836,77208 +"208397",34836,85835 +"208398",34836,86232 +"208399",34836,94605 +"208400",34836,103589 +"208401",34836,105092 +"208402",34836,109186 +"208403",34836,109421 +"208404",34836,111636 +"208405",34836,114890 +"208406",34838,35012 +"208407",34838,35025 +"208408",34839,34841 +"208409",34839,34848 +"208410",34839,34849 +"208411",34839,34850 +"208412",34839,34867 +"208413",34839,34868 +"208414",34839,34882 +"208415",34839,34895 +"208416",34839,34917 +"208417",34839,34919 +"208418",34839,47828 +"208419",34840,45596 +"208420",34840,48357 +"208421",34840,50380 +"208422",34840,51396 +"208423",34840,58035 +"208424",34840,64031 +"208425",34840,67434 +"208426",34840,72154 +"208427",34840,78875 +"208428",34840,79766 +"208429",34840,80471 +"208430",34840,82203 +"208431",34840,101783 +"208432",34840,109319 +"208433",34840,111888 +"208434",34841,34848 +"208435",34841,34849 +"208436",34841,34850 +"208437",34841,34867 +"208438",34841,34868 +"208439",34841,34882 +"208440",34841,34895 +"208441",34841,34917 +"208442",34841,34919 +"208443",34841,47828 +"208444",34842,65961 +"208445",34843,65847 +"208446",34843,65916 +"208447",34843,66174 +"208448",34843,70936 +"208449",34843,74931 +"208450",34843,74951 +"208451",34844,44098 +"208452",34845,42446 +"208453",34845,46929 +"208454",34845,55220 +"208455",34845,63312 +"208456",34845,71251 +"208457",34845,71444 +"208458",34845,79268 +"208459",34845,79321 +"208460",34845,79337 +"208461",34845,79493 +"208462",34845,80473 +"208463",34845,96417 +"208464",34845,102728 +"208465",34845,109627 +"208466",34846,66151 +"208467",34847,73218 +"208468",34847,115289 +"208469",34848,34849 +"208470",34848,34850 +"208471",34848,34867 +"208472",34848,34868 +"208473",34848,34882 +"208474",34848,34895 +"208475",34848,34917 +"208476",34848,34919 +"208477",34848,47828 +"208478",34849,34850 +"208479",34849,34867 +"208480",34849,34868 +"208481",34849,34882 +"208482",34849,34895 +"208483",34849,34917 +"208484",34849,34919 +"208485",34849,47828 +"208486",34850,34867 +"208487",34850,34868 +"208488",34850,34882 +"208489",34850,34895 +"208490",34850,34917 +"208491",34850,34919 +"208492",34850,47828 +"208493",34851,37818 +"208494",34851,52402 +"208495",34851,63775 +"208496",34851,75491 +"208497",34851,77238 +"208498",34851,84844 +"208499",34852,57361 +"208500",34852,86305 +"208501",34853,75752 +"208502",34853,80667 +"208503",34853,119375 +"208504",34853,119387 +"208505",34854,47821 +"208506",34854,47846 +"208507",34856,67239 +"208508",34856,72535 +"208509",34856,87958 +"208510",34857,52754 +"208511",34859,41003 +"208512",34859,43226 +"208513",34859,54872 +"208514",34859,57990 +"208515",34860,76114 +"208516",34861,34884 +"208517",34861,46055 +"208518",34861,90700 +"208519",34861,104645 +"208520",34861,104648 +"208521",34861,104655 +"208522",34861,106819 +"208523",34864,34890 +"208524",34864,55058 +"208525",34865,41804 +"208526",34865,41859 +"208527",34865,42189 +"208528",34865,45957 +"208529",34865,47309 +"208530",34865,48871 +"208531",34865,55829 +"208532",34865,67556 +"208533",34865,83273 +"208534",34865,83990 +"208535",34866,40222 +"208536",34866,43426 +"208537",34866,44792 +"208538",34866,49794 +"208539",34866,74638 +"208540",34867,34868 +"208541",34867,34882 +"208542",34867,34895 +"208543",34867,34917 +"208544",34867,34919 +"208545",34867,47828 +"208546",34868,34882 +"208547",34868,34895 +"208548",34868,34917 +"208549",34868,34919 +"208550",34868,47828 +"208551",34869,41384 +"208552",34870,35627 +"208553",34870,61191 +"208554",34870,61732 +"208555",34870,61763 +"208556",34870,61816 +"208557",34870,70155 +"208558",34871,54779 +"208559",34872,37811 +"208560",34873,43355 +"208561",34873,69823 +"208562",34873,86875 +"208563",34873,103332 +"208564",34873,107052 +"208565",34874,34889 +"208566",34874,49434 +"208567",34874,50022 +"208568",34874,51417 +"208569",34874,66070 +"208570",34874,83857 +"208571",34874,90590 +"208572",34875,45267 +"208573",34875,90136 +"208574",34877,55627 +"208575",34879,40628 +"208576",34879,42608 +"208577",34879,58626 +"208578",34879,59288 +"208579",34879,59863 +"208580",34879,72940 +"208581",34879,74699 +"208582",34879,80083 +"208583",34879,84924 +"208584",34879,91178 +"208585",34879,97636 +"208586",34879,103074 +"208587",34879,105736 +"208588",34881,78448 +"208589",34882,34895 +"208590",34882,34917 +"208591",34882,34919 +"208592",34882,47828 +"208593",34883,52331 +"208594",34883,83203 +"208595",34883,111760 +"208596",34884,42756 +"208597",34884,47862 +"208598",34884,56090 +"208599",34884,68441 +"208600",34884,68688 +"208601",34884,69447 +"208602",34884,97242 +"208603",34884,119999 +"208604",34884,120000 +"208605",34885,46312 +"208606",34885,75973 +"208607",34885,79973 +"208608",34885,112639 +"208609",34886,35000 +"208610",34886,53751 +"208611",34886,56176 +"208612",34886,71953 +"208613",34886,91679 +"208614",34886,106180 +"208615",34886,108140 +"208616",34888,103096 +"208617",34891,57075 +"208618",34892,34900 +"208619",34893,41253 +"208620",34893,84204 +"208621",34893,91238 +"208622",34893,97241 +"208623",34893,117180 +"208624",34893,117181 +"208625",34894,40042 +"208626",34894,41044 +"208627",34894,41053 +"208628",34894,41716 +"208629",34894,67729 +"208630",34895,34917 +"208631",34895,34919 +"208632",34895,47828 +"208633",34896,47590 +"208634",34897,116440 +"208635",34898,118545 +"208636",34899,81282 +"208637",34900,76939 +"208638",34902,35098 +"208639",34903,38396 +"208640",34903,73275 +"208641",34903,90395 +"208642",34904,45528 +"208643",34904,52880 +"208644",34904,60630 +"208645",34904,60702 +"208646",34905,41043 +"208647",34905,43250 +"208648",34905,47557 +"208649",34905,49147 +"208650",34905,54847 +"208651",34905,62458 +"208652",34905,64652 +"208653",34905,88199 +"208654",34905,99101 +"208655",34905,101714 +"208656",34905,102889 +"208657",34905,103118 +"208658",34905,108678 +"208659",34905,121846 +"208660",34906,35075 +"208661",34906,38531 +"208662",34906,38678 +"208663",34906,38679 +"208664",34906,38680 +"208665",34906,38732 +"208666",34906,38747 +"208667",34906,38759 +"208668",34906,38794 +"208669",34906,39195 +"208670",34906,39322 +"208671",34906,47398 +"208672",34906,48500 +"208673",34906,51447 +"208674",34906,51487 +"208675",34907,45224 +"208676",34908,40071 +"208677",34908,42170 +"208678",34908,44250 +"208679",34908,55532 +"208680",34908,60860 +"208681",34908,68680 +"208682",34908,81391 +"208683",34909,34948 +"208684",34909,48020 +"208685",34909,53219 +"208686",34909,62442 +"208687",34911,85648 +"208688",34912,35057 +"208689",34913,35509 +"208690",34913,93395 +"208691",34913,95834 +"208692",34914,36561 +"208693",34914,37978 +"208694",34914,47158 +"208695",34914,47320 +"208696",34914,47339 +"208697",34914,69158 +"208698",34915,78647 +"208699",34915,79524 +"208700",34916,41510 +"208701",34916,45516 +"208702",34916,45585 +"208703",34916,45609 +"208704",34917,34919 +"208705",34917,47828 +"208706",34918,40776 +"208707",34918,42711 +"208708",34918,44260 +"208709",34918,68683 +"208710",34918,72323 +"208711",34918,73561 +"208712",34918,95761 +"208713",34918,95883 +"208714",34918,101689 +"208715",34919,47828 +"208716",34920,40260 +"208717",34920,43634 +"208718",34920,66150 +"208719",34920,70889 +"208720",34920,70890 +"208721",34920,70908 +"208722",34920,70952 +"208723",34920,70962 +"208724",34920,70970 +"208725",34920,71098 +"208726",34920,71644 +"208727",34920,78575 +"208728",34920,83481 +"208729",34920,86334 +"208730",34920,95782 +"208731",34920,108141 +"208732",34920,108686 +"208733",34920,114470 +"208734",34921,37461 +"208735",34921,52951 +"208736",34921,53809 +"208737",34921,66644 +"208738",34921,68333 +"208739",34921,82839 +"208740",34922,78629 +"208741",34922,83552 +"208742",34922,88579 +"208743",34922,99895 +"208744",34922,102122 +"208745",34922,104694 +"208746",34923,38148 +"208747",34923,50491 +"208748",34923,86816 +"208749",34923,108433 +"208750",34924,35013 +"208751",34925,35052 +"208752",34925,36442 +"208753",34926,59079 +"208754",34926,89357 +"208755",34926,117764 +"208756",34926,119561 +"208757",34926,120089 +"208758",34927,35017 +"208759",34928,90827 +"208760",34928,95499 +"208761",34929,87110 +"208762",34929,87579 +"208763",34930,36500 +"208764",34930,36545 +"208765",34930,53292 +"208766",34930,63442 +"208767",34930,90006 +"208768",34931,77289 +"208769",34931,122730 +"208770",34932,35041 +"208771",34932,50633 +"208772",34932,52626 +"208773",34932,54916 +"208774",34932,56116 +"208775",34932,60753 +"208776",34932,64262 +"208777",34932,73151 +"208778",34932,75025 +"208779",34932,88221 +"208780",34932,88443 +"208781",34932,89887 +"208782",34932,96525 +"208783",34932,101624 +"208784",34932,102341 +"208785",34932,104981 +"208786",34932,106555 +"208787",34932,110024 +"208788",34932,110257 +"208789",34933,69290 +"208790",34933,76453 +"208791",34933,94603 +"208792",34933,102903 +"208793",34933,117442 +"208794",34933,117443 +"208795",34933,117474 +"208796",34934,41502 +"208797",34934,43534 +"208798",34934,52832 +"208799",34934,58777 +"208800",34934,68362 +"208801",34934,70463 +"208802",34934,70601 +"208803",34934,92881 +"208804",34935,55647 +"208805",34936,42066 +"208806",34936,43092 +"208807",34936,57697 +"208808",34936,58390 +"208809",34936,60223 +"208810",34936,90323 +"208811",34936,90330 +"208812",34936,99804 +"208813",34936,116134 +"208814",34936,122193 +"208815",34937,35065 +"208816",34938,35504 +"208817",34938,42910 +"208818",34938,48787 +"208819",34939,78801 +"208820",34939,91457 +"208821",34940,61132 +"208822",34942,66115 +"208823",34942,93819 +"208824",34942,100750 +"208825",34942,104662 +"208826",34942,118685 +"208827",34942,118744 +"208828",34943,48304 +"208829",34943,48697 +"208830",34943,52719 +"208831",34943,55198 +"208832",34943,85044 +"208833",34943,117797 +"208834",34943,120306 +"208835",34944,35370 +"208836",34944,35463 +"208837",34944,35502 +"208838",34945,34956 +"208839",34945,34957 +"208840",34945,34958 +"208841",34945,46503 +"208842",34945,55284 +"208843",34945,68569 +"208844",34945,80723 +"208845",34945,81878 +"208846",34945,84578 +"208847",34946,37033 +"208848",34946,37087 +"208849",34946,37800 +"208850",34946,41613 +"208851",34946,46950 +"208852",34946,52276 +"208853",34946,54161 +"208854",34946,69712 +"208855",34946,70365 +"208856",34946,72674 +"208857",34946,78089 +"208858",34946,79004 +"208859",34946,80825 +"208860",34946,118657 +"208861",34947,64286 +"208862",34948,52981 +"208863",34948,72747 +"208864",34948,72819 +"208865",34948,72859 +"208866",34948,77577 +"208867",34949,34962 +"208868",34949,35038 +"208869",34950,34965 +"208870",34950,36455 +"208871",34950,41575 +"208872",34950,46128 +"208873",34950,47688 +"208874",34950,50728 +"208875",34950,55192 +"208876",34950,78738 +"208877",34950,82456 +"208878",34950,82513 +"208879",34950,82521 +"208880",34950,82524 +"208881",34950,85784 +"208882",34951,79713 +"208883",34953,48114 +"208884",34954,35361 +"208885",34954,44137 +"208886",34954,56336 +"208887",34954,85475 +"208888",34954,90843 +"208889",34954,90866 +"208890",34954,90923 +"208891",34955,35080 +"208892",34956,34957 +"208893",34956,34958 +"208894",34956,35774 +"208895",34956,38769 +"208896",34956,51621 +"208897",34956,52099 +"208898",34956,52138 +"208899",34956,52140 +"208900",34956,52167 +"208901",34956,54411 +"208902",34956,106669 +"208903",34957,34958 +"208904",34958,89338 +"208905",34959,35010 +"208906",34959,35026 +"208907",34959,35061 +"208908",34959,35250 +"208909",34961,89157 +"208910",34962,35038 +"208911",34963,58056 +"208912",34964,39563 +"208913",34964,74730 +"208914",34965,36455 +"208915",34965,41575 +"208916",34965,46128 +"208917",34965,65679 +"208918",34965,78738 +"208919",34965,82456 +"208920",34965,82513 +"208921",34965,82521 +"208922",34965,82524 +"208923",34965,105740 +"208924",34965,105815 +"208925",34967,36510 +"208926",34967,74550 +"208927",34967,86869 +"208928",34967,92383 +"208929",34968,43917 +"208930",34969,48786 +"208931",34969,52685 +"208932",34969,61666 +"208933",34969,75567 +"208934",34969,76592 +"208935",34969,76936 +"208936",34969,82693 +"208937",34969,91314 +"208938",34969,95424 +"208939",34969,95718 +"208940",34969,99274 +"208941",34969,103056 +"208942",34969,109849 +"208943",34970,87991 +"208944",34971,40898 +"208945",34971,41803 +"208946",34971,88877 +"208947",34971,92777 +"208948",34972,34973 +"208949",34972,35018 +"208950",34972,35019 +"208951",34973,35018 +"208952",34973,35019 +"208953",34974,35022 +"208954",34974,36857 +"208955",34974,104904 +"208956",34974,105192 +"208957",34975,37221 +"208958",34975,39279 +"208959",34975,63837 +"208960",34975,68314 +"208961",34975,93283 +"208962",34975,107508 +"208963",34976,82208 +"208964",34976,107010 +"208965",34976,107019 +"208966",34976,107024 +"208967",34976,107032 +"208968",34976,107040 +"208969",34976,107058 +"208970",34977,66252 +"208971",34977,82260 +"208972",34978,67347 +"208973",34979,35027 +"208974",34980,40076 +"208975",34981,50225 +"208976",34982,61701 +"208977",34982,115571 +"208978",34983,70039 +"208979",34984,43257 +"208980",34984,53740 +"208981",34984,61829 +"208982",34984,70723 +"208983",34984,83601 +"208984",34984,86805 +"208985",34984,86828 +"208986",34984,110186 +"208987",34985,54078 +"208988",34985,69131 +"208989",34985,72438 +"208990",34985,76489 +"208991",34985,90941 +"208992",34985,94448 +"208993",34985,95204 +"208994",34986,35033 +"208995",34986,91727 +"208996",34988,36031 +"208997",34988,59251 +"208998",34988,59333 +"208999",34988,60883 +"209000",34988,82533 +"209001",34988,83680 +"209002",34988,83744 +"209003",34988,89681 +"209004",34988,90234 +"209005",34988,90321 +"209006",34988,91271 +"209007",34988,122914 +"209008",34988,122954 +"209009",34989,36521 +"209010",34989,49595 +"209011",34989,51689 +"209012",34989,55185 +"209013",34989,60603 +"209014",34989,64427 +"209015",34989,67788 +"209016",34989,70266 +"209017",34989,77376 +"209018",34989,79377 +"209019",34989,80120 +"209020",34989,82251 +"209021",34989,83458 +"209022",34989,92799 +"209023",34989,103617 +"209024",34989,103682 +"209025",34990,41063 +"209026",34990,52750 +"209027",34990,61916 +"209028",34991,66654 +"209029",34992,39140 +"209030",34992,50224 +"209031",34992,72586 +"209032",34992,102833 +"209033",34993,38792 +"209034",34993,62966 +"209035",34994,84902 +"209036",34994,106285 +"209037",34996,39044 +"209038",34996,87624 +"209039",34997,40428 +"209040",34997,42200 +"209041",34997,46570 +"209042",34997,48390 +"209043",34997,50489 +"209044",34997,60426 +"209045",34997,80200 +"209046",34997,88307 +"209047",34997,101430 +"209048",34997,118002 +"209049",34998,35020 +"209050",34999,90782 +"209051",35000,47665 +"209052",35000,54570 +"209053",35000,56176 +"209054",35000,71953 +"209055",35000,91679 +"209056",35000,94807 +"209057",35000,108140 +"209058",35000,116278 +"209059",35001,36078 +"209060",35001,86079 +"209061",35002,35044 +"209062",35002,45077 +"209063",35002,68020 +"209064",35002,68182 +"209065",35002,68239 +"209066",35004,35715 +"209067",35004,43183 +"209068",35004,46064 +"209069",35004,46768 +"209070",35004,51916 +"209071",35004,56147 +"209072",35004,65640 +"209073",35004,68345 +"209074",35004,80606 +"209075",35004,83135 +"209076",35004,87228 +"209077",35005,65861 +"209078",35006,51012 +"209079",35007,35008 +"209080",35009,35078 +"209081",35010,35026 +"209082",35010,35061 +"209083",35010,35250 +"209084",35011,42935 +"209085",35011,50867 +"209086",35011,51765 +"209087",35011,52003 +"209088",35011,66345 +"209089",35011,66896 +"209090",35012,35025 +"209091",35013,56460 +"209092",35013,76936 +"209093",35013,77104 +"209094",35013,96995 +"209095",35014,106601 +"209096",35015,74359 +"209097",35015,88754 +"209098",35015,113554 +"209099",35016,70910 +"209100",35016,101045 +"209101",35018,35019 +"209102",35019,110104 +"209103",35019,117233 +"209104",35019,117234 +"209105",35021,75848 +"209106",35021,80233 +"209107",35021,91606 +"209108",35021,92156 +"209109",35021,101878 +"209110",35021,108063 +"209111",35021,113089 +"209112",35021,113765 +"209113",35022,36857 +"209114",35022,104904 +"209115",35022,105192 +"209116",35024,59002 +"209117",35024,101533 +"209118",35024,104862 +"209119",35026,35061 +"209120",35026,35250 +"209121",35027,67953 +"209122",35027,72767 +"209123",35028,35052 +"209124",35028,35478 +"209125",35028,40290 +"209126",35028,68960 +"209127",35029,44369 +"209128",35029,115558 +"209129",35030,35903 +"209130",35030,46495 +"209131",35030,48212 +"209132",35030,88737 +"209133",35030,104217 +"209134",35031,35102 +"209135",35031,39400 +"209136",35031,61532 +"209137",35031,63514 +"209138",35031,68962 +"209139",35031,78868 +"209140",35031,85139 +"209141",35031,110300 +"209142",35032,37738 +"209143",35032,38901 +"209144",35032,39869 +"209145",35032,49281 +"209146",35032,50417 +"209147",35032,65109 +"209148",35032,65182 +"209149",35033,47960 +"209150",35033,50648 +"209151",35033,50678 +"209152",35033,50720 +"209153",35033,50971 +"209154",35033,80300 +"209155",35033,81448 +"209156",35033,91380 +"209157",35033,91727 +"209158",35033,103627 +"209159",35034,52437 +"209160",35034,71639 +"209161",35034,102372 +"209162",35035,37239 +"209163",35037,38104 +"209164",35037,38105 +"209165",35037,38520 +"209166",35037,43217 +"209167",35037,49759 +"209168",35037,56016 +"209169",35039,37132 +"209170",35039,38975 +"209171",35039,81276 +"209172",35039,81377 +"209173",35039,90707 +"209174",35039,113816 +"209175",35039,120204 +"209176",35039,120209 +"209177",35039,120911 +"209178",35040,53354 +"209179",35040,110636 +"209180",35041,37886 +"209181",35041,56116 +"209182",35041,62056 +"209183",35041,74654 +"209184",35041,78421 +"209185",35041,82943 +"209186",35041,89594 +"209187",35041,90663 +"209188",35041,94412 +"209189",35041,97278 +"209190",35041,99534 +"209191",35041,106566 +"209192",35042,35093 +"209193",35042,42474 +"209194",35042,42477 +"209195",35042,67788 +"209196",35042,92412 +"209197",35043,43961 +"209198",35043,97897 +"209199",35043,111859 +"209200",35043,122817 +"209201",35044,61405 +"209202",35045,37809 +"209203",35045,43477 +"209204",35045,50737 +"209205",35045,52327 +"209206",35045,79007 +"209207",35045,84063 +"209208",35045,84065 +"209209",35045,84069 +"209210",35045,84077 +"209211",35045,94286 +"209212",35046,51193 +"209213",35046,53936 +"209214",35046,55078 +"209215",35047,122144 +"209216",35048,106527 +"209217",35048,113860 +"209218",35048,114215 +"209219",35049,42031 +"209220",35049,42543 +"209221",35049,62837 +"209222",35049,65135 +"209223",35049,107080 +"209224",35050,45236 +"209225",35050,65913 +"209226",35050,80873 +"209227",35051,80254 +"209228",35051,97247 +"209229",35052,38920 +"209230",35052,40290 +"209231",35052,50298 +"209232",35052,68960 +"209233",35053,42775 +"209234",35053,56900 +"209235",35053,60820 +"209236",35053,61074 +"209237",35053,61239 +"209238",35053,68885 +"209239",35053,74381 +"209240",35053,79883 +"209241",35053,99517 +"209242",35053,104789 +"209243",35053,105383 +"209244",35053,117186 +"209245",35054,53585 +"209246",35054,92060 +"209247",35054,93764 +"209248",35054,101173 +"209249",35054,103385 +"209250",35055,77978 +"209251",35056,45196 +"209252",35056,56170 +"209253",35056,63081 +"209254",35056,66344 +"209255",35056,66356 +"209256",35056,71622 +"209257",35056,71722 +"209258",35057,38084 +"209259",35057,38608 +"209260",35057,58890 +"209261",35057,68609 +"209262",35057,99707 +"209263",35057,117403 +"209264",35058,40678 +"209265",35058,52413 +"209266",35058,55023 +"209267",35058,55775 +"209268",35058,68827 +"209269",35058,70762 +"209270",35058,71737 +"209271",35058,73158 +"209272",35058,76839 +"209273",35058,91139 +"209274",35058,92026 +"209275",35058,108411 +"209276",35058,122091 +"209277",35059,68299 +"209278",35059,111647 +"209279",35060,42959 +"209280",35060,44689 +"209281",35060,73699 +"209282",35060,74196 +"209283",35060,74262 +"209284",35060,74847 +"209285",35061,35250 +"209286",35062,89935 +"209287",35062,98801 +"209288",35062,108488 +"209289",35063,49575 +"209290",35064,44603 +"209291",35064,45734 +"209292",35066,95244 +"209293",35066,105037 +"209294",35066,109560 +"209295",35067,36470 +"209296",35067,45332 +"209297",35067,47399 +"209298",35067,61117 +"209299",35067,69572 +"209300",35067,87421 +"209301",35067,99281 +"209302",35067,99729 +"209303",35067,102520 +"209304",35067,108189 +"209305",35067,109795 +"209306",35068,50773 +"209307",35068,82502 +"209308",35069,39278 +"209309",35069,39318 +"209310",35069,39331 +"209311",35070,37548 +"209312",35070,49075 +"209313",35071,41069 +"209314",35071,76774 +"209315",35072,38795 +"209316",35072,54096 +"209317",35073,42512 +"209318",35073,54511 +"209319",35073,58675 +"209320",35073,88424 +"209321",35073,88517 +"209322",35073,92023 +"209323",35073,92024 +"209324",35073,92040 +"209325",35073,98649 +"209326",35074,35114 +"209327",35074,35115 +"209328",35074,35116 +"209329",35074,35117 +"209330",35074,35118 +"209331",35074,35119 +"209332",35074,35120 +"209333",35074,35121 +"209334",35074,35122 +"209335",35074,35125 +"209336",35074,35126 +"209337",35074,35127 +"209338",35074,35128 +"209339",35074,35130 +"209340",35074,35138 +"209341",35074,35139 +"209342",35074,35144 +"209343",35074,35145 +"209344",35074,35149 +"209345",35074,35150 +"209346",35074,35151 +"209347",35074,35152 +"209348",35074,35164 +"209349",35074,35165 +"209350",35074,35166 +"209351",35074,35167 +"209352",35074,35168 +"209353",35074,35169 +"209354",35074,35170 +"209355",35074,35190 +"209356",35074,35191 +"209357",35074,35192 +"209358",35074,35193 +"209359",35074,35194 +"209360",35074,35197 +"209361",35074,35198 +"209362",35074,35199 +"209363",35074,35200 +"209364",35074,35204 +"209365",35074,35205 +"209366",35074,35206 +"209367",35074,35207 +"209368",35074,35208 +"209369",35074,35210 +"209370",35074,35211 +"209371",35074,35212 +"209372",35074,35213 +"209373",35074,35220 +"209374",35074,35221 +"209375",35074,35225 +"209376",35074,35226 +"209377",35074,35227 +"209378",35074,35228 +"209379",35074,35229 +"209380",35074,35246 +"209381",35074,35247 +"209382",35074,35248 +"209383",35074,35249 +"209384",35074,35255 +"209385",35074,35271 +"209386",35074,35272 +"209387",35074,35273 +"209388",35074,35274 +"209389",35074,35275 +"209390",35074,35276 +"209391",35074,35277 +"209392",35074,35279 +"209393",35074,35280 +"209394",35074,35297 +"209395",35074,35298 +"209396",35074,35300 +"209397",35074,35310 +"209398",35074,35311 +"209399",35074,35313 +"209400",35074,35314 +"209401",35074,35315 +"209402",35074,35321 +"209403",35074,35322 +"209404",35074,35323 +"209405",35074,35324 +"209406",35074,35326 +"209407",35074,35327 +"209408",35074,35328 +"209409",35074,35330 +"209410",35074,35331 +"209411",35074,35332 +"209412",35074,35337 +"209413",35074,35343 +"209414",35074,35344 +"209415",35074,35345 +"209416",35074,35346 +"209417",35074,35347 +"209418",35074,35348 +"209419",35074,35353 +"209420",35074,35354 +"209421",35074,35355 +"209422",35074,35356 +"209423",35074,35357 +"209424",35074,35362 +"209425",35074,35363 +"209426",35074,35461 +"209427",35074,35685 +"209428",35074,35686 +"209429",35074,35687 +"209430",35074,35862 +"209431",35074,35863 +"209432",35074,35864 +"209433",35074,35865 +"209434",35074,35866 +"209435",35074,35867 +"209436",35074,35956 +"209437",35074,35957 +"209438",35074,35968 +"209439",35074,35969 +"209440",35074,35970 +"209441",35074,36094 +"209442",35074,51445 +"209443",35074,59531 +"209444",35074,63789 +"209445",35077,75392 +"209446",35077,113296 +"209447",35077,113301 +"209448",35077,113348 +"209449",35078,50807 +"209450",35078,54434 +"209451",35078,56804 +"209452",35078,56988 +"209453",35079,61753 +"209454",35079,77187 +"209455",35079,89504 +"209456",35079,91745 +"209457",35080,35946 +"209458",35080,43258 +"209459",35080,44860 +"209460",35080,52256 +"209461",35080,84420 +"209462",35080,107839 +"209463",35081,100708 +"209464",35083,35096 +"209465",35083,41670 +"209466",35084,38160 +"209467",35084,108285 +"209468",35085,50668 +"209469",35085,79502 +"209470",35086,99586 +"209471",35088,51843 +"209472",35088,53756 +"209473",35088,54385 +"209474",35088,79000 +"209475",35088,80025 +"209476",35088,84808 +"209477",35088,84828 +"209478",35088,93590 +"209479",35089,113815 +"209480",35089,115461 +"209481",35090,37956 +"209482",35090,39440 +"209483",35090,41411 +"209484",35090,53924 +"209485",35090,56864 +"209486",35092,48237 +"209487",35092,48245 +"209488",35092,61363 +"209489",35092,63631 +"209490",35092,67621 +"209491",35092,76814 +"209492",35092,80478 +"209493",35092,82755 +"209494",35092,105970 +"209495",35092,106618 +"209496",35092,108766 +"209497",35092,110565 +"209498",35092,110574 +"209499",35092,111140 +"209500",35092,112582 +"209501",35092,114164 +"209502",35092,114847 +"209503",35092,115056 +"209504",35092,115444 +"209505",35093,47280 +"209506",35093,53907 +"209507",35093,109346 +"209508",35093,118741 +"209509",35094,35095 +"209510",35094,39122 +"209511",35094,43832 +"209512",35094,44085 +"209513",35094,49373 +"209514",35094,85454 +"209515",35095,35550 +"209516",35095,50219 +"209517",35095,50913 +"209518",35095,101294 +"209519",35095,101817 +"209520",35096,122106 +"209521",35100,50301 +"209522",35100,98593 +"209523",35101,35937 +"209524",35101,50172 +"209525",35102,36762 +"209526",35102,37721 +"209527",35102,44718 +"209528",35102,61204 +"209529",35102,69651 +"209530",35102,85139 +"209531",35102,99085 +"209532",35102,99163 +"209533",35102,112021 +"209534",35103,41341 +"209535",35103,44494 +"209536",35103,45807 +"209537",35103,47181 +"209538",35103,62027 +"209539",35103,66024 +"209540",35104,35177 +"209541",35104,35236 +"209542",35104,83364 +"209543",35104,95088 +"209544",35104,95104 +"209545",35105,35462 +"209546",35105,37483 +"209547",35105,41134 +"209548",35105,53362 +"209549",35105,75359 +"209550",35108,43762 +"209551",35108,45859 +"209552",35108,62019 +"209553",35110,67775 +"209554",35111,35137 +"209555",35111,35268 +"209556",35111,81654 +"209557",35112,102441 +"209558",35112,113409 +"209559",35114,35115 +"209560",35114,35116 +"209561",35114,35117 +"209562",35114,35118 +"209563",35114,35119 +"209564",35114,35120 +"209565",35114,35121 +"209566",35114,35122 +"209567",35114,35125 +"209568",35114,35126 +"209569",35114,35127 +"209570",35114,35128 +"209571",35114,35130 +"209572",35114,35138 +"209573",35114,35139 +"209574",35114,35144 +"209575",35114,35145 +"209576",35114,35149 +"209577",35114,35150 +"209578",35114,35151 +"209579",35114,35152 +"209580",35114,35164 +"209581",35114,35165 +"209582",35114,35166 +"209583",35114,35167 +"209584",35114,35168 +"209585",35114,35169 +"209586",35114,35170 +"209587",35114,35190 +"209588",35114,35191 +"209589",35114,35192 +"209590",35114,35193 +"209591",35114,35194 +"209592",35114,35197 +"209593",35114,35198 +"209594",35114,35199 +"209595",35114,35200 +"209596",35114,35204 +"209597",35114,35205 +"209598",35114,35206 +"209599",35114,35207 +"209600",35114,35208 +"209601",35114,35210 +"209602",35114,35211 +"209603",35114,35212 +"209604",35114,35213 +"209605",35114,35220 +"209606",35114,35221 +"209607",35114,35225 +"209608",35114,35226 +"209609",35114,35227 +"209610",35114,35228 +"209611",35114,35229 +"209612",35114,35246 +"209613",35114,35247 +"209614",35114,35248 +"209615",35114,35249 +"209616",35114,35255 +"209617",35114,35271 +"209618",35114,35272 +"209619",35114,35273 +"209620",35114,35274 +"209621",35114,35275 +"209622",35114,35276 +"209623",35114,35277 +"209624",35114,35279 +"209625",35114,35280 +"209626",35114,35297 +"209627",35114,35298 +"209628",35114,35300 +"209629",35114,35310 +"209630",35114,35311 +"209631",35114,35313 +"209632",35114,35314 +"209633",35114,35315 +"209634",35114,35321 +"209635",35114,35322 +"209636",35114,35323 +"209637",35114,35324 +"209638",35114,35326 +"209639",35114,35327 +"209640",35114,35328 +"209641",35114,35330 +"209642",35114,35331 +"209643",35114,35332 +"209644",35114,35337 +"209645",35114,35343 +"209646",35114,35344 +"209647",35114,35345 +"209648",35114,35346 +"209649",35114,35347 +"209650",35114,35348 +"209651",35114,35353 +"209652",35114,35354 +"209653",35114,35355 +"209654",35114,35356 +"209655",35114,35357 +"209656",35114,35362 +"209657",35114,35363 +"209658",35114,35461 +"209659",35114,35685 +"209660",35114,35686 +"209661",35114,35687 +"209662",35114,35862 +"209663",35114,35863 +"209664",35114,35864 +"209665",35114,35865 +"209666",35114,35866 +"209667",35114,35867 +"209668",35114,35956 +"209669",35114,35957 +"209670",35114,35968 +"209671",35114,35969 +"209672",35114,35970 +"209673",35114,36094 +"209674",35114,51445 +"209675",35114,59531 +"209676",35114,63789 +"209677",35115,35116 +"209678",35115,35117 +"209679",35115,35118 +"209680",35115,35119 +"209681",35115,35120 +"209682",35115,35121 +"209683",35115,35122 +"209684",35115,35125 +"209685",35115,35126 +"209686",35115,35127 +"209687",35115,35128 +"209688",35115,35130 +"209689",35115,35138 +"209690",35115,35139 +"209691",35115,35144 +"209692",35115,35145 +"209693",35115,35149 +"209694",35115,35150 +"209695",35115,35151 +"209696",35115,35152 +"209697",35115,35164 +"209698",35115,35165 +"209699",35115,35166 +"209700",35115,35167 +"209701",35115,35168 +"209702",35115,35169 +"209703",35115,35170 +"209704",35115,35190 +"209705",35115,35191 +"209706",35115,35192 +"209707",35115,35193 +"209708",35115,35194 +"209709",35115,35197 +"209710",35115,35198 +"209711",35115,35199 +"209712",35115,35200 +"209713",35115,35204 +"209714",35115,35205 +"209715",35115,35206 +"209716",35115,35207 +"209717",35115,35208 +"209718",35115,35210 +"209719",35115,35211 +"209720",35115,35212 +"209721",35115,35213 +"209722",35115,35220 +"209723",35115,35221 +"209724",35115,35225 +"209725",35115,35226 +"209726",35115,35227 +"209727",35115,35228 +"209728",35115,35229 +"209729",35115,35246 +"209730",35115,35247 +"209731",35115,35248 +"209732",35115,35249 +"209733",35115,35255 +"209734",35115,35271 +"209735",35115,35272 +"209736",35115,35273 +"209737",35115,35274 +"209738",35115,35275 +"209739",35115,35276 +"209740",35115,35277 +"209741",35115,35279 +"209742",35115,35280 +"209743",35115,35297 +"209744",35115,35298 +"209745",35115,35300 +"209746",35115,35310 +"209747",35115,35311 +"209748",35115,35313 +"209749",35115,35314 +"209750",35115,35315 +"209751",35115,35321 +"209752",35115,35322 +"209753",35115,35323 +"209754",35115,35324 +"209755",35115,35326 +"209756",35115,35327 +"209757",35115,35328 +"209758",35115,35330 +"209759",35115,35331 +"209760",35115,35332 +"209761",35115,35337 +"209762",35115,35343 +"209763",35115,35344 +"209764",35115,35345 +"209765",35115,35346 +"209766",35115,35347 +"209767",35115,35348 +"209768",35115,35353 +"209769",35115,35354 +"209770",35115,35355 +"209771",35115,35356 +"209772",35115,35357 +"209773",35115,35362 +"209774",35115,35363 +"209775",35115,35461 +"209776",35115,35685 +"209777",35115,35686 +"209778",35115,35687 +"209779",35115,35862 +"209780",35115,35863 +"209781",35115,35864 +"209782",35115,35865 +"209783",35115,35866 +"209784",35115,35867 +"209785",35115,35956 +"209786",35115,35957 +"209787",35115,35968 +"209788",35115,35969 +"209789",35115,35970 +"209790",35115,36094 +"209791",35115,51445 +"209792",35115,59531 +"209793",35115,63789 +"209794",35116,35117 +"209795",35116,35118 +"209796",35116,35119 +"209797",35116,35120 +"209798",35116,35121 +"209799",35116,35122 +"209800",35116,35125 +"209801",35116,35126 +"209802",35116,35127 +"209803",35116,35128 +"209804",35116,35130 +"209805",35116,35138 +"209806",35116,35139 +"209807",35116,35144 +"209808",35116,35145 +"209809",35116,35149 +"209810",35116,35150 +"209811",35116,35151 +"209812",35116,35152 +"209813",35116,35164 +"209814",35116,35165 +"209815",35116,35166 +"209816",35116,35167 +"209817",35116,35168 +"209818",35116,35169 +"209819",35116,35170 +"209820",35116,35190 +"209821",35116,35191 +"209822",35116,35192 +"209823",35116,35193 +"209824",35116,35194 +"209825",35116,35197 +"209826",35116,35198 +"209827",35116,35199 +"209828",35116,35200 +"209829",35116,35204 +"209830",35116,35205 +"209831",35116,35206 +"209832",35116,35207 +"209833",35116,35208 +"209834",35116,35210 +"209835",35116,35211 +"209836",35116,35212 +"209837",35116,35213 +"209838",35116,35220 +"209839",35116,35221 +"209840",35116,35225 +"209841",35116,35226 +"209842",35116,35227 +"209843",35116,35228 +"209844",35116,35229 +"209845",35116,35246 +"209846",35116,35247 +"209847",35116,35248 +"209848",35116,35249 +"209849",35116,35255 +"209850",35116,35271 +"209851",35116,35272 +"209852",35116,35273 +"209853",35116,35274 +"209854",35116,35275 +"209855",35116,35276 +"209856",35116,35277 +"209857",35116,35279 +"209858",35116,35280 +"209859",35116,35297 +"209860",35116,35298 +"209861",35116,35300 +"209862",35116,35310 +"209863",35116,35311 +"209864",35116,35313 +"209865",35116,35314 +"209866",35116,35315 +"209867",35116,35321 +"209868",35116,35322 +"209869",35116,35323 +"209870",35116,35324 +"209871",35116,35326 +"209872",35116,35327 +"209873",35116,35328 +"209874",35116,35330 +"209875",35116,35331 +"209876",35116,35332 +"209877",35116,35337 +"209878",35116,35343 +"209879",35116,35344 +"209880",35116,35345 +"209881",35116,35346 +"209882",35116,35347 +"209883",35116,35348 +"209884",35116,35353 +"209885",35116,35354 +"209886",35116,35355 +"209887",35116,35356 +"209888",35116,35357 +"209889",35116,35362 +"209890",35116,35363 +"209891",35116,35461 +"209892",35116,35685 +"209893",35116,35686 +"209894",35116,35687 +"209895",35116,35862 +"209896",35116,35863 +"209897",35116,35864 +"209898",35116,35865 +"209899",35116,35866 +"209900",35116,35867 +"209901",35116,35956 +"209902",35116,35957 +"209903",35116,35968 +"209904",35116,35969 +"209905",35116,35970 +"209906",35116,36094 +"209907",35116,51445 +"209908",35116,59531 +"209909",35116,63789 +"209910",35117,35118 +"209911",35117,35119 +"209912",35117,35120 +"209913",35117,35121 +"209914",35117,35122 +"209915",35117,35125 +"209916",35117,35126 +"209917",35117,35127 +"209918",35117,35128 +"209919",35117,35130 +"209920",35117,35138 +"209921",35117,35139 +"209922",35117,35144 +"209923",35117,35145 +"209924",35117,35149 +"209925",35117,35150 +"209926",35117,35151 +"209927",35117,35152 +"209928",35117,35164 +"209929",35117,35165 +"209930",35117,35166 +"209931",35117,35167 +"209932",35117,35168 +"209933",35117,35169 +"209934",35117,35170 +"209935",35117,35190 +"209936",35117,35191 +"209937",35117,35192 +"209938",35117,35193 +"209939",35117,35194 +"209940",35117,35197 +"209941",35117,35198 +"209942",35117,35199 +"209943",35117,35200 +"209944",35117,35204 +"209945",35117,35205 +"209946",35117,35206 +"209947",35117,35207 +"209948",35117,35208 +"209949",35117,35210 +"209950",35117,35211 +"209951",35117,35212 +"209952",35117,35213 +"209953",35117,35220 +"209954",35117,35221 +"209955",35117,35225 +"209956",35117,35226 +"209957",35117,35227 +"209958",35117,35228 +"209959",35117,35229 +"209960",35117,35246 +"209961",35117,35247 +"209962",35117,35248 +"209963",35117,35249 +"209964",35117,35255 +"209965",35117,35271 +"209966",35117,35272 +"209967",35117,35273 +"209968",35117,35274 +"209969",35117,35275 +"209970",35117,35276 +"209971",35117,35277 +"209972",35117,35279 +"209973",35117,35280 +"209974",35117,35297 +"209975",35117,35298 +"209976",35117,35300 +"209977",35117,35310 +"209978",35117,35311 +"209979",35117,35313 +"209980",35117,35314 +"209981",35117,35315 +"209982",35117,35321 +"209983",35117,35322 +"209984",35117,35323 +"209985",35117,35324 +"209986",35117,35326 +"209987",35117,35327 +"209988",35117,35328 +"209989",35117,35330 +"209990",35117,35331 +"209991",35117,35332 +"209992",35117,35337 +"209993",35117,35343 +"209994",35117,35344 +"209995",35117,35345 +"209996",35117,35346 +"209997",35117,35347 +"209998",35117,35348 +"209999",35117,35353 +"210000",35117,35354 +"210001",35117,35355 +"210002",35117,35356 +"210003",35117,35357 +"210004",35117,35362 +"210005",35117,35363 +"210006",35117,35461 +"210007",35117,35685 +"210008",35117,35686 +"210009",35117,35687 +"210010",35117,35862 +"210011",35117,35863 +"210012",35117,35864 +"210013",35117,35865 +"210014",35117,35866 +"210015",35117,35867 +"210016",35117,35956 +"210017",35117,35957 +"210018",35117,35968 +"210019",35117,35969 +"210020",35117,35970 +"210021",35117,36094 +"210022",35117,51445 +"210023",35117,58043 +"210024",35117,59531 +"210025",35117,63789 +"210026",35117,76120 +"210027",35117,112063 +"210028",35118,35119 +"210029",35118,35120 +"210030",35118,35121 +"210031",35118,35122 +"210032",35118,35125 +"210033",35118,35126 +"210034",35118,35127 +"210035",35118,35128 +"210036",35118,35130 +"210037",35118,35138 +"210038",35118,35139 +"210039",35118,35144 +"210040",35118,35145 +"210041",35118,35149 +"210042",35118,35150 +"210043",35118,35151 +"210044",35118,35152 +"210045",35118,35164 +"210046",35118,35165 +"210047",35118,35166 +"210048",35118,35167 +"210049",35118,35168 +"210050",35118,35169 +"210051",35118,35170 +"210052",35118,35190 +"210053",35118,35191 +"210054",35118,35192 +"210055",35118,35193 +"210056",35118,35194 +"210057",35118,35197 +"210058",35118,35198 +"210059",35118,35199 +"210060",35118,35200 +"210061",35118,35204 +"210062",35118,35205 +"210063",35118,35206 +"210064",35118,35207 +"210065",35118,35208 +"210066",35118,35210 +"210067",35118,35211 +"210068",35118,35212 +"210069",35118,35213 +"210070",35118,35220 +"210071",35118,35221 +"210072",35118,35225 +"210073",35118,35226 +"210074",35118,35227 +"210075",35118,35228 +"210076",35118,35229 +"210077",35118,35246 +"210078",35118,35247 +"210079",35118,35248 +"210080",35118,35249 +"210081",35118,35255 +"210082",35118,35271 +"210083",35118,35272 +"210084",35118,35273 +"210085",35118,35274 +"210086",35118,35275 +"210087",35118,35276 +"210088",35118,35277 +"210089",35118,35279 +"210090",35118,35280 +"210091",35118,35297 +"210092",35118,35298 +"210093",35118,35300 +"210094",35118,35310 +"210095",35118,35311 +"210096",35118,35313 +"210097",35118,35314 +"210098",35118,35315 +"210099",35118,35321 +"210100",35118,35322 +"210101",35118,35323 +"210102",35118,35324 +"210103",35118,35326 +"210104",35118,35327 +"210105",35118,35328 +"210106",35118,35330 +"210107",35118,35331 +"210108",35118,35332 +"210109",35118,35337 +"210110",35118,35343 +"210111",35118,35344 +"210112",35118,35345 +"210113",35118,35346 +"210114",35118,35347 +"210115",35118,35348 +"210116",35118,35353 +"210117",35118,35354 +"210118",35118,35355 +"210119",35118,35356 +"210120",35118,35357 +"210121",35118,35362 +"210122",35118,35363 +"210123",35118,35461 +"210124",35118,35685 +"210125",35118,35686 +"210126",35118,35687 +"210127",35118,35862 +"210128",35118,35863 +"210129",35118,35864 +"210130",35118,35865 +"210131",35118,35866 +"210132",35118,35867 +"210133",35118,35956 +"210134",35118,35957 +"210135",35118,35968 +"210136",35118,35969 +"210137",35118,35970 +"210138",35118,36094 +"210139",35118,51445 +"210140",35118,59531 +"210141",35118,63789 +"210142",35119,35120 +"210143",35119,35121 +"210144",35119,35122 +"210145",35119,35125 +"210146",35119,35126 +"210147",35119,35127 +"210148",35119,35128 +"210149",35119,35130 +"210150",35119,35138 +"210151",35119,35139 +"210152",35119,35144 +"210153",35119,35145 +"210154",35119,35149 +"210155",35119,35150 +"210156",35119,35151 +"210157",35119,35152 +"210158",35119,35164 +"210159",35119,35165 +"210160",35119,35166 +"210161",35119,35167 +"210162",35119,35168 +"210163",35119,35169 +"210164",35119,35170 +"210165",35119,35190 +"210166",35119,35191 +"210167",35119,35192 +"210168",35119,35193 +"210169",35119,35194 +"210170",35119,35197 +"210171",35119,35198 +"210172",35119,35199 +"210173",35119,35200 +"210174",35119,35204 +"210175",35119,35205 +"210176",35119,35206 +"210177",35119,35207 +"210178",35119,35208 +"210179",35119,35210 +"210180",35119,35211 +"210181",35119,35212 +"210182",35119,35213 +"210183",35119,35220 +"210184",35119,35221 +"210185",35119,35225 +"210186",35119,35226 +"210187",35119,35227 +"210188",35119,35228 +"210189",35119,35229 +"210190",35119,35246 +"210191",35119,35247 +"210192",35119,35248 +"210193",35119,35249 +"210194",35119,35255 +"210195",35119,35271 +"210196",35119,35272 +"210197",35119,35273 +"210198",35119,35274 +"210199",35119,35275 +"210200",35119,35276 +"210201",35119,35277 +"210202",35119,35279 +"210203",35119,35280 +"210204",35119,35297 +"210205",35119,35298 +"210206",35119,35300 +"210207",35119,35310 +"210208",35119,35311 +"210209",35119,35313 +"210210",35119,35314 +"210211",35119,35315 +"210212",35119,35321 +"210213",35119,35322 +"210214",35119,35323 +"210215",35119,35324 +"210216",35119,35326 +"210217",35119,35327 +"210218",35119,35328 +"210219",35119,35330 +"210220",35119,35331 +"210221",35119,35332 +"210222",35119,35337 +"210223",35119,35343 +"210224",35119,35344 +"210225",35119,35345 +"210226",35119,35346 +"210227",35119,35347 +"210228",35119,35348 +"210229",35119,35353 +"210230",35119,35354 +"210231",35119,35355 +"210232",35119,35356 +"210233",35119,35357 +"210234",35119,35362 +"210235",35119,35363 +"210236",35119,35461 +"210237",35119,35685 +"210238",35119,35686 +"210239",35119,35687 +"210240",35119,35862 +"210241",35119,35863 +"210242",35119,35864 +"210243",35119,35865 +"210244",35119,35866 +"210245",35119,35867 +"210246",35119,35956 +"210247",35119,35957 +"210248",35119,35968 +"210249",35119,35969 +"210250",35119,35970 +"210251",35119,36094 +"210252",35119,51445 +"210253",35119,59531 +"210254",35119,63789 +"210255",35120,35121 +"210256",35120,35122 +"210257",35120,35125 +"210258",35120,35126 +"210259",35120,35127 +"210260",35120,35128 +"210261",35120,35130 +"210262",35120,35138 +"210263",35120,35139 +"210264",35120,35144 +"210265",35120,35145 +"210266",35120,35149 +"210267",35120,35150 +"210268",35120,35151 +"210269",35120,35152 +"210270",35120,35164 +"210271",35120,35165 +"210272",35120,35166 +"210273",35120,35167 +"210274",35120,35168 +"210275",35120,35169 +"210276",35120,35170 +"210277",35120,35190 +"210278",35120,35191 +"210279",35120,35192 +"210280",35120,35193 +"210281",35120,35194 +"210282",35120,35197 +"210283",35120,35198 +"210284",35120,35199 +"210285",35120,35200 +"210286",35120,35204 +"210287",35120,35205 +"210288",35120,35206 +"210289",35120,35207 +"210290",35120,35208 +"210291",35120,35210 +"210292",35120,35211 +"210293",35120,35212 +"210294",35120,35213 +"210295",35120,35220 +"210296",35120,35221 +"210297",35120,35225 +"210298",35120,35226 +"210299",35120,35227 +"210300",35120,35228 +"210301",35120,35229 +"210302",35120,35246 +"210303",35120,35247 +"210304",35120,35248 +"210305",35120,35249 +"210306",35120,35255 +"210307",35120,35271 +"210308",35120,35272 +"210309",35120,35273 +"210310",35120,35274 +"210311",35120,35275 +"210312",35120,35276 +"210313",35120,35277 +"210314",35120,35279 +"210315",35120,35280 +"210316",35120,35297 +"210317",35120,35298 +"210318",35120,35300 +"210319",35120,35310 +"210320",35120,35311 +"210321",35120,35313 +"210322",35120,35314 +"210323",35120,35315 +"210324",35120,35321 +"210325",35120,35322 +"210326",35120,35323 +"210327",35120,35324 +"210328",35120,35326 +"210329",35120,35327 +"210330",35120,35328 +"210331",35120,35330 +"210332",35120,35331 +"210333",35120,35332 +"210334",35120,35337 +"210335",35120,35343 +"210336",35120,35344 +"210337",35120,35345 +"210338",35120,35346 +"210339",35120,35347 +"210340",35120,35348 +"210341",35120,35353 +"210342",35120,35354 +"210343",35120,35355 +"210344",35120,35356 +"210345",35120,35357 +"210346",35120,35362 +"210347",35120,35363 +"210348",35120,35461 +"210349",35120,35685 +"210350",35120,35686 +"210351",35120,35687 +"210352",35120,35862 +"210353",35120,35863 +"210354",35120,35864 +"210355",35120,35865 +"210356",35120,35866 +"210357",35120,35867 +"210358",35120,35956 +"210359",35120,35957 +"210360",35120,35968 +"210361",35120,35969 +"210362",35120,35970 +"210363",35120,36094 +"210364",35120,51445 +"210365",35120,59531 +"210366",35120,63789 +"210367",35121,35122 +"210368",35121,35125 +"210369",35121,35126 +"210370",35121,35127 +"210371",35121,35128 +"210372",35121,35130 +"210373",35121,35138 +"210374",35121,35139 +"210375",35121,35144 +"210376",35121,35145 +"210377",35121,35149 +"210378",35121,35150 +"210379",35121,35151 +"210380",35121,35152 +"210381",35121,35164 +"210382",35121,35165 +"210383",35121,35166 +"210384",35121,35167 +"210385",35121,35168 +"210386",35121,35169 +"210387",35121,35170 +"210388",35121,35190 +"210389",35121,35191 +"210390",35121,35192 +"210391",35121,35193 +"210392",35121,35194 +"210393",35121,35197 +"210394",35121,35198 +"210395",35121,35199 +"210396",35121,35200 +"210397",35121,35204 +"210398",35121,35205 +"210399",35121,35206 +"210400",35121,35207 +"210401",35121,35208 +"210402",35121,35210 +"210403",35121,35211 +"210404",35121,35212 +"210405",35121,35213 +"210406",35121,35220 +"210407",35121,35221 +"210408",35121,35225 +"210409",35121,35226 +"210410",35121,35227 +"210411",35121,35228 +"210412",35121,35229 +"210413",35121,35246 +"210414",35121,35247 +"210415",35121,35248 +"210416",35121,35249 +"210417",35121,35255 +"210418",35121,35271 +"210419",35121,35272 +"210420",35121,35273 +"210421",35121,35274 +"210422",35121,35275 +"210423",35121,35276 +"210424",35121,35277 +"210425",35121,35279 +"210426",35121,35280 +"210427",35121,35297 +"210428",35121,35298 +"210429",35121,35300 +"210430",35121,35310 +"210431",35121,35311 +"210432",35121,35313 +"210433",35121,35314 +"210434",35121,35315 +"210435",35121,35321 +"210436",35121,35322 +"210437",35121,35323 +"210438",35121,35324 +"210439",35121,35326 +"210440",35121,35327 +"210441",35121,35328 +"210442",35121,35330 +"210443",35121,35331 +"210444",35121,35332 +"210445",35121,35337 +"210446",35121,35343 +"210447",35121,35344 +"210448",35121,35345 +"210449",35121,35346 +"210450",35121,35347 +"210451",35121,35348 +"210452",35121,35353 +"210453",35121,35354 +"210454",35121,35355 +"210455",35121,35356 +"210456",35121,35357 +"210457",35121,35362 +"210458",35121,35363 +"210459",35121,35461 +"210460",35121,35685 +"210461",35121,35686 +"210462",35121,35687 +"210463",35121,35862 +"210464",35121,35863 +"210465",35121,35864 +"210466",35121,35865 +"210467",35121,35866 +"210468",35121,35867 +"210469",35121,35956 +"210470",35121,35957 +"210471",35121,35968 +"210472",35121,35969 +"210473",35121,35970 +"210474",35121,36094 +"210475",35121,51445 +"210476",35121,59531 +"210477",35121,63789 +"210478",35122,35125 +"210479",35122,35126 +"210480",35122,35127 +"210481",35122,35128 +"210482",35122,35130 +"210483",35122,35138 +"210484",35122,35139 +"210485",35122,35144 +"210486",35122,35145 +"210487",35122,35149 +"210488",35122,35150 +"210489",35122,35151 +"210490",35122,35152 +"210491",35122,35164 +"210492",35122,35165 +"210493",35122,35166 +"210494",35122,35167 +"210495",35122,35168 +"210496",35122,35169 +"210497",35122,35170 +"210498",35122,35190 +"210499",35122,35191 +"210500",35122,35192 +"210501",35122,35193 +"210502",35122,35194 +"210503",35122,35197 +"210504",35122,35198 +"210505",35122,35199 +"210506",35122,35200 +"210507",35122,35204 +"210508",35122,35205 +"210509",35122,35206 +"210510",35122,35207 +"210511",35122,35208 +"210512",35122,35210 +"210513",35122,35211 +"210514",35122,35212 +"210515",35122,35213 +"210516",35122,35220 +"210517",35122,35221 +"210518",35122,35225 +"210519",35122,35226 +"210520",35122,35227 +"210521",35122,35228 +"210522",35122,35229 +"210523",35122,35246 +"210524",35122,35247 +"210525",35122,35248 +"210526",35122,35249 +"210527",35122,35255 +"210528",35122,35271 +"210529",35122,35272 +"210530",35122,35273 +"210531",35122,35274 +"210532",35122,35275 +"210533",35122,35276 +"210534",35122,35277 +"210535",35122,35279 +"210536",35122,35280 +"210537",35122,35297 +"210538",35122,35298 +"210539",35122,35300 +"210540",35122,35310 +"210541",35122,35311 +"210542",35122,35313 +"210543",35122,35314 +"210544",35122,35315 +"210545",35122,35321 +"210546",35122,35322 +"210547",35122,35323 +"210548",35122,35324 +"210549",35122,35326 +"210550",35122,35327 +"210551",35122,35328 +"210552",35122,35330 +"210553",35122,35331 +"210554",35122,35332 +"210555",35122,35337 +"210556",35122,35343 +"210557",35122,35344 +"210558",35122,35345 +"210559",35122,35346 +"210560",35122,35347 +"210561",35122,35348 +"210562",35122,35353 +"210563",35122,35354 +"210564",35122,35355 +"210565",35122,35356 +"210566",35122,35357 +"210567",35122,35362 +"210568",35122,35363 +"210569",35122,35461 +"210570",35122,35685 +"210571",35122,35686 +"210572",35122,35687 +"210573",35122,35862 +"210574",35122,35863 +"210575",35122,35864 +"210576",35122,35865 +"210577",35122,35866 +"210578",35122,35867 +"210579",35122,35956 +"210580",35122,35957 +"210581",35122,35968 +"210582",35122,35969 +"210583",35122,35970 +"210584",35122,36094 +"210585",35122,51445 +"210586",35122,59531 +"210587",35122,63789 +"210588",35123,59273 +"210589",35123,64808 +"210590",35124,110469 +"210591",35124,111172 +"210592",35125,35126 +"210593",35125,35127 +"210594",35125,35128 +"210595",35125,35130 +"210596",35125,35138 +"210597",35125,35139 +"210598",35125,35144 +"210599",35125,35145 +"210600",35125,35149 +"210601",35125,35150 +"210602",35125,35151 +"210603",35125,35152 +"210604",35125,35164 +"210605",35125,35165 +"210606",35125,35166 +"210607",35125,35167 +"210608",35125,35168 +"210609",35125,35169 +"210610",35125,35170 +"210611",35125,35190 +"210612",35125,35191 +"210613",35125,35192 +"210614",35125,35193 +"210615",35125,35194 +"210616",35125,35197 +"210617",35125,35198 +"210618",35125,35199 +"210619",35125,35200 +"210620",35125,35204 +"210621",35125,35205 +"210622",35125,35206 +"210623",35125,35207 +"210624",35125,35208 +"210625",35125,35210 +"210626",35125,35211 +"210627",35125,35212 +"210628",35125,35213 +"210629",35125,35220 +"210630",35125,35221 +"210631",35125,35225 +"210632",35125,35226 +"210633",35125,35227 +"210634",35125,35228 +"210635",35125,35229 +"210636",35125,35246 +"210637",35125,35247 +"210638",35125,35248 +"210639",35125,35249 +"210640",35125,35255 +"210641",35125,35271 +"210642",35125,35272 +"210643",35125,35273 +"210644",35125,35274 +"210645",35125,35275 +"210646",35125,35276 +"210647",35125,35277 +"210648",35125,35279 +"210649",35125,35280 +"210650",35125,35297 +"210651",35125,35298 +"210652",35125,35300 +"210653",35125,35310 +"210654",35125,35311 +"210655",35125,35313 +"210656",35125,35314 +"210657",35125,35315 +"210658",35125,35321 +"210659",35125,35322 +"210660",35125,35323 +"210661",35125,35324 +"210662",35125,35326 +"210663",35125,35327 +"210664",35125,35328 +"210665",35125,35330 +"210666",35125,35331 +"210667",35125,35332 +"210668",35125,35337 +"210669",35125,35343 +"210670",35125,35344 +"210671",35125,35345 +"210672",35125,35346 +"210673",35125,35347 +"210674",35125,35348 +"210675",35125,35353 +"210676",35125,35354 +"210677",35125,35355 +"210678",35125,35356 +"210679",35125,35357 +"210680",35125,35362 +"210681",35125,35363 +"210682",35125,35461 +"210683",35125,35685 +"210684",35125,35686 +"210685",35125,35687 +"210686",35125,35862 +"210687",35125,35863 +"210688",35125,35864 +"210689",35125,35865 +"210690",35125,35866 +"210691",35125,35867 +"210692",35125,35956 +"210693",35125,35957 +"210694",35125,35968 +"210695",35125,35969 +"210696",35125,35970 +"210697",35125,36094 +"210698",35125,51445 +"210699",35125,59531 +"210700",35125,63789 +"210701",35126,35127 +"210702",35126,35128 +"210703",35126,35130 +"210704",35126,35138 +"210705",35126,35139 +"210706",35126,35144 +"210707",35126,35145 +"210708",35126,35149 +"210709",35126,35150 +"210710",35126,35151 +"210711",35126,35152 +"210712",35126,35164 +"210713",35126,35165 +"210714",35126,35166 +"210715",35126,35167 +"210716",35126,35168 +"210717",35126,35169 +"210718",35126,35170 +"210719",35126,35190 +"210720",35126,35191 +"210721",35126,35192 +"210722",35126,35193 +"210723",35126,35194 +"210724",35126,35197 +"210725",35126,35198 +"210726",35126,35199 +"210727",35126,35200 +"210728",35126,35204 +"210729",35126,35205 +"210730",35126,35206 +"210731",35126,35207 +"210732",35126,35208 +"210733",35126,35210 +"210734",35126,35211 +"210735",35126,35212 +"210736",35126,35213 +"210737",35126,35220 +"210738",35126,35221 +"210739",35126,35225 +"210740",35126,35226 +"210741",35126,35227 +"210742",35126,35228 +"210743",35126,35229 +"210744",35126,35246 +"210745",35126,35247 +"210746",35126,35248 +"210747",35126,35249 +"210748",35126,35255 +"210749",35126,35271 +"210750",35126,35272 +"210751",35126,35273 +"210752",35126,35274 +"210753",35126,35275 +"210754",35126,35276 +"210755",35126,35277 +"210756",35126,35279 +"210757",35126,35280 +"210758",35126,35297 +"210759",35126,35298 +"210760",35126,35300 +"210761",35126,35310 +"210762",35126,35311 +"210763",35126,35313 +"210764",35126,35314 +"210765",35126,35315 +"210766",35126,35321 +"210767",35126,35322 +"210768",35126,35323 +"210769",35126,35324 +"210770",35126,35326 +"210771",35126,35327 +"210772",35126,35328 +"210773",35126,35330 +"210774",35126,35331 +"210775",35126,35332 +"210776",35126,35337 +"210777",35126,35343 +"210778",35126,35344 +"210779",35126,35345 +"210780",35126,35346 +"210781",35126,35347 +"210782",35126,35348 +"210783",35126,35353 +"210784",35126,35354 +"210785",35126,35355 +"210786",35126,35356 +"210787",35126,35357 +"210788",35126,35362 +"210789",35126,35363 +"210790",35126,35461 +"210791",35126,35685 +"210792",35126,35686 +"210793",35126,35687 +"210794",35126,35862 +"210795",35126,35863 +"210796",35126,35864 +"210797",35126,35865 +"210798",35126,35866 +"210799",35126,35867 +"210800",35126,35956 +"210801",35126,35957 +"210802",35126,35968 +"210803",35126,35969 +"210804",35126,35970 +"210805",35126,36094 +"210806",35126,51445 +"210807",35126,59531 +"210808",35126,63789 +"210809",35127,35128 +"210810",35127,35130 +"210811",35127,35138 +"210812",35127,35139 +"210813",35127,35144 +"210814",35127,35145 +"210815",35127,35149 +"210816",35127,35150 +"210817",35127,35151 +"210818",35127,35152 +"210819",35127,35164 +"210820",35127,35165 +"210821",35127,35166 +"210822",35127,35167 +"210823",35127,35168 +"210824",35127,35169 +"210825",35127,35170 +"210826",35127,35190 +"210827",35127,35191 +"210828",35127,35192 +"210829",35127,35193 +"210830",35127,35194 +"210831",35127,35197 +"210832",35127,35198 +"210833",35127,35199 +"210834",35127,35200 +"210835",35127,35204 +"210836",35127,35205 +"210837",35127,35206 +"210838",35127,35207 +"210839",35127,35208 +"210840",35127,35210 +"210841",35127,35211 +"210842",35127,35212 +"210843",35127,35213 +"210844",35127,35220 +"210845",35127,35221 +"210846",35127,35225 +"210847",35127,35226 +"210848",35127,35227 +"210849",35127,35228 +"210850",35127,35229 +"210851",35127,35246 +"210852",35127,35247 +"210853",35127,35248 +"210854",35127,35249 +"210855",35127,35255 +"210856",35127,35271 +"210857",35127,35272 +"210858",35127,35273 +"210859",35127,35274 +"210860",35127,35275 +"210861",35127,35276 +"210862",35127,35277 +"210863",35127,35279 +"210864",35127,35280 +"210865",35127,35297 +"210866",35127,35298 +"210867",35127,35300 +"210868",35127,35310 +"210869",35127,35311 +"210870",35127,35313 +"210871",35127,35314 +"210872",35127,35315 +"210873",35127,35321 +"210874",35127,35322 +"210875",35127,35323 +"210876",35127,35324 +"210877",35127,35326 +"210878",35127,35327 +"210879",35127,35328 +"210880",35127,35330 +"210881",35127,35331 +"210882",35127,35332 +"210883",35127,35337 +"210884",35127,35343 +"210885",35127,35344 +"210886",35127,35345 +"210887",35127,35346 +"210888",35127,35347 +"210889",35127,35348 +"210890",35127,35353 +"210891",35127,35354 +"210892",35127,35355 +"210893",35127,35356 +"210894",35127,35357 +"210895",35127,35362 +"210896",35127,35363 +"210897",35127,35461 +"210898",35127,35685 +"210899",35127,35686 +"210900",35127,35687 +"210901",35127,35862 +"210902",35127,35863 +"210903",35127,35864 +"210904",35127,35865 +"210905",35127,35866 +"210906",35127,35867 +"210907",35127,35956 +"210908",35127,35957 +"210909",35127,35968 +"210910",35127,35969 +"210911",35127,35970 +"210912",35127,36094 +"210913",35127,51445 +"210914",35127,59531 +"210915",35127,63789 +"210916",35128,35130 +"210917",35128,35138 +"210918",35128,35139 +"210919",35128,35144 +"210920",35128,35145 +"210921",35128,35149 +"210922",35128,35150 +"210923",35128,35151 +"210924",35128,35152 +"210925",35128,35164 +"210926",35128,35165 +"210927",35128,35166 +"210928",35128,35167 +"210929",35128,35168 +"210930",35128,35169 +"210931",35128,35170 +"210932",35128,35190 +"210933",35128,35191 +"210934",35128,35192 +"210935",35128,35193 +"210936",35128,35194 +"210937",35128,35197 +"210938",35128,35198 +"210939",35128,35199 +"210940",35128,35200 +"210941",35128,35204 +"210942",35128,35205 +"210943",35128,35206 +"210944",35128,35207 +"210945",35128,35208 +"210946",35128,35210 +"210947",35128,35211 +"210948",35128,35212 +"210949",35128,35213 +"210950",35128,35220 +"210951",35128,35221 +"210952",35128,35225 +"210953",35128,35226 +"210954",35128,35227 +"210955",35128,35228 +"210956",35128,35229 +"210957",35128,35246 +"210958",35128,35247 +"210959",35128,35248 +"210960",35128,35249 +"210961",35128,35255 +"210962",35128,35271 +"210963",35128,35272 +"210964",35128,35273 +"210965",35128,35274 +"210966",35128,35275 +"210967",35128,35276 +"210968",35128,35277 +"210969",35128,35279 +"210970",35128,35280 +"210971",35128,35297 +"210972",35128,35298 +"210973",35128,35300 +"210974",35128,35310 +"210975",35128,35311 +"210976",35128,35313 +"210977",35128,35314 +"210978",35128,35315 +"210979",35128,35321 +"210980",35128,35322 +"210981",35128,35323 +"210982",35128,35324 +"210983",35128,35326 +"210984",35128,35327 +"210985",35128,35328 +"210986",35128,35330 +"210987",35128,35331 +"210988",35128,35332 +"210989",35128,35337 +"210990",35128,35343 +"210991",35128,35344 +"210992",35128,35345 +"210993",35128,35346 +"210994",35128,35347 +"210995",35128,35348 +"210996",35128,35353 +"210997",35128,35354 +"210998",35128,35355 +"210999",35128,35356 +"211000",35128,35357 +"211001",35128,35362 +"211002",35128,35363 +"211003",35128,35461 +"211004",35128,35685 +"211005",35128,35686 +"211006",35128,35687 +"211007",35128,35862 +"211008",35128,35863 +"211009",35128,35864 +"211010",35128,35865 +"211011",35128,35866 +"211012",35128,35867 +"211013",35128,35956 +"211014",35128,35957 +"211015",35128,35968 +"211016",35128,35969 +"211017",35128,35970 +"211018",35128,36094 +"211019",35128,51445 +"211020",35128,59531 +"211021",35128,63789 +"211022",35129,42136 +"211023",35129,54722 +"211024",35129,61232 +"211025",35129,61244 +"211026",35129,71725 +"211027",35129,92022 +"211028",35129,100154 +"211029",35129,103679 +"211030",35129,114802 +"211031",35130,35138 +"211032",35130,35139 +"211033",35130,35144 +"211034",35130,35145 +"211035",35130,35149 +"211036",35130,35150 +"211037",35130,35151 +"211038",35130,35152 +"211039",35130,35164 +"211040",35130,35165 +"211041",35130,35166 +"211042",35130,35167 +"211043",35130,35168 +"211044",35130,35169 +"211045",35130,35170 +"211046",35130,35190 +"211047",35130,35191 +"211048",35130,35192 +"211049",35130,35193 +"211050",35130,35194 +"211051",35130,35197 +"211052",35130,35198 +"211053",35130,35199 +"211054",35130,35200 +"211055",35130,35204 +"211056",35130,35205 +"211057",35130,35206 +"211058",35130,35207 +"211059",35130,35208 +"211060",35130,35210 +"211061",35130,35211 +"211062",35130,35212 +"211063",35130,35213 +"211064",35130,35220 +"211065",35130,35221 +"211066",35130,35225 +"211067",35130,35226 +"211068",35130,35227 +"211069",35130,35228 +"211070",35130,35229 +"211071",35130,35246 +"211072",35130,35247 +"211073",35130,35248 +"211074",35130,35249 +"211075",35130,35255 +"211076",35130,35271 +"211077",35130,35272 +"211078",35130,35273 +"211079",35130,35274 +"211080",35130,35275 +"211081",35130,35276 +"211082",35130,35277 +"211083",35130,35279 +"211084",35130,35280 +"211085",35130,35297 +"211086",35130,35298 +"211087",35130,35300 +"211088",35130,35310 +"211089",35130,35311 +"211090",35130,35313 +"211091",35130,35314 +"211092",35130,35315 +"211093",35130,35321 +"211094",35130,35322 +"211095",35130,35323 +"211096",35130,35324 +"211097",35130,35326 +"211098",35130,35327 +"211099",35130,35328 +"211100",35130,35330 +"211101",35130,35331 +"211102",35130,35332 +"211103",35130,35337 +"211104",35130,35343 +"211105",35130,35344 +"211106",35130,35345 +"211107",35130,35346 +"211108",35130,35347 +"211109",35130,35348 +"211110",35130,35353 +"211111",35130,35354 +"211112",35130,35355 +"211113",35130,35356 +"211114",35130,35357 +"211115",35130,35362 +"211116",35130,35363 +"211117",35130,35461 +"211118",35130,35685 +"211119",35130,35686 +"211120",35130,35687 +"211121",35130,35862 +"211122",35130,35863 +"211123",35130,35864 +"211124",35130,35865 +"211125",35130,35866 +"211126",35130,35867 +"211127",35130,35956 +"211128",35130,35957 +"211129",35130,35968 +"211130",35130,35969 +"211131",35130,35970 +"211132",35130,36094 +"211133",35130,51445 +"211134",35130,59531 +"211135",35130,63789 +"211136",35131,66728 +"211137",35132,41418 +"211138",35133,53295 +"211139",35135,41464 +"211140",35136,73505 +"211141",35136,92169 +"211142",35137,35268 +"211143",35138,35139 +"211144",35138,35144 +"211145",35138,35145 +"211146",35138,35149 +"211147",35138,35150 +"211148",35138,35151 +"211149",35138,35152 +"211150",35138,35164 +"211151",35138,35165 +"211152",35138,35166 +"211153",35138,35167 +"211154",35138,35168 +"211155",35138,35169 +"211156",35138,35170 +"211157",35138,35190 +"211158",35138,35191 +"211159",35138,35192 +"211160",35138,35193 +"211161",35138,35194 +"211162",35138,35197 +"211163",35138,35198 +"211164",35138,35199 +"211165",35138,35200 +"211166",35138,35204 +"211167",35138,35205 +"211168",35138,35206 +"211169",35138,35207 +"211170",35138,35208 +"211171",35138,35210 +"211172",35138,35211 +"211173",35138,35212 +"211174",35138,35213 +"211175",35138,35220 +"211176",35138,35221 +"211177",35138,35225 +"211178",35138,35226 +"211179",35138,35227 +"211180",35138,35228 +"211181",35138,35229 +"211182",35138,35246 +"211183",35138,35247 +"211184",35138,35248 +"211185",35138,35249 +"211186",35138,35255 +"211187",35138,35271 +"211188",35138,35272 +"211189",35138,35273 +"211190",35138,35274 +"211191",35138,35275 +"211192",35138,35276 +"211193",35138,35277 +"211194",35138,35279 +"211195",35138,35280 +"211196",35138,35297 +"211197",35138,35298 +"211198",35138,35300 +"211199",35138,35310 +"211200",35138,35311 +"211201",35138,35313 +"211202",35138,35314 +"211203",35138,35315 +"211204",35138,35321 +"211205",35138,35322 +"211206",35138,35323 +"211207",35138,35324 +"211208",35138,35326 +"211209",35138,35327 +"211210",35138,35328 +"211211",35138,35330 +"211212",35138,35331 +"211213",35138,35332 +"211214",35138,35337 +"211215",35138,35343 +"211216",35138,35344 +"211217",35138,35345 +"211218",35138,35346 +"211219",35138,35347 +"211220",35138,35348 +"211221",35138,35353 +"211222",35138,35354 +"211223",35138,35355 +"211224",35138,35356 +"211225",35138,35357 +"211226",35138,35362 +"211227",35138,35363 +"211228",35138,35461 +"211229",35138,35685 +"211230",35138,35686 +"211231",35138,35687 +"211232",35138,35862 +"211233",35138,35863 +"211234",35138,35864 +"211235",35138,35865 +"211236",35138,35866 +"211237",35138,35867 +"211238",35138,35956 +"211239",35138,35957 +"211240",35138,35968 +"211241",35138,35969 +"211242",35138,35970 +"211243",35138,36094 +"211244",35138,51445 +"211245",35138,59531 +"211246",35138,63789 +"211247",35139,35144 +"211248",35139,35145 +"211249",35139,35149 +"211250",35139,35150 +"211251",35139,35151 +"211252",35139,35152 +"211253",35139,35164 +"211254",35139,35165 +"211255",35139,35166 +"211256",35139,35167 +"211257",35139,35168 +"211258",35139,35169 +"211259",35139,35170 +"211260",35139,35190 +"211261",35139,35191 +"211262",35139,35192 +"211263",35139,35193 +"211264",35139,35194 +"211265",35139,35197 +"211266",35139,35198 +"211267",35139,35199 +"211268",35139,35200 +"211269",35139,35204 +"211270",35139,35205 +"211271",35139,35206 +"211272",35139,35207 +"211273",35139,35208 +"211274",35139,35210 +"211275",35139,35211 +"211276",35139,35212 +"211277",35139,35213 +"211278",35139,35220 +"211279",35139,35221 +"211280",35139,35225 +"211281",35139,35226 +"211282",35139,35227 +"211283",35139,35228 +"211284",35139,35229 +"211285",35139,35246 +"211286",35139,35247 +"211287",35139,35248 +"211288",35139,35249 +"211289",35139,35255 +"211290",35139,35271 +"211291",35139,35272 +"211292",35139,35273 +"211293",35139,35274 +"211294",35139,35275 +"211295",35139,35276 +"211296",35139,35277 +"211297",35139,35279 +"211298",35139,35280 +"211299",35139,35297 +"211300",35139,35298 +"211301",35139,35300 +"211302",35139,35310 +"211303",35139,35311 +"211304",35139,35313 +"211305",35139,35314 +"211306",35139,35315 +"211307",35139,35321 +"211308",35139,35322 +"211309",35139,35323 +"211310",35139,35324 +"211311",35139,35326 +"211312",35139,35327 +"211313",35139,35328 +"211314",35139,35330 +"211315",35139,35331 +"211316",35139,35332 +"211317",35139,35337 +"211318",35139,35343 +"211319",35139,35344 +"211320",35139,35345 +"211321",35139,35346 +"211322",35139,35347 +"211323",35139,35348 +"211324",35139,35353 +"211325",35139,35354 +"211326",35139,35355 +"211327",35139,35356 +"211328",35139,35357 +"211329",35139,35362 +"211330",35139,35363 +"211331",35139,35461 +"211332",35139,35685 +"211333",35139,35686 +"211334",35139,35687 +"211335",35139,35862 +"211336",35139,35863 +"211337",35139,35864 +"211338",35139,35865 +"211339",35139,35866 +"211340",35139,35867 +"211341",35139,35956 +"211342",35139,35957 +"211343",35139,35968 +"211344",35139,35969 +"211345",35139,35970 +"211346",35139,36094 +"211347",35139,51445 +"211348",35139,52741 +"211349",35139,52744 +"211350",35139,59531 +"211351",35139,63789 +"211352",35140,35141 +"211353",35141,106157 +"211354",35142,59061 +"211355",35143,35269 +"211356",35143,37100 +"211357",35143,48360 +"211358",35143,55456 +"211359",35144,35145 +"211360",35144,35149 +"211361",35144,35150 +"211362",35144,35151 +"211363",35144,35152 +"211364",35144,35164 +"211365",35144,35165 +"211366",35144,35166 +"211367",35144,35167 +"211368",35144,35168 +"211369",35144,35169 +"211370",35144,35170 +"211371",35144,35190 +"211372",35144,35191 +"211373",35144,35192 +"211374",35144,35193 +"211375",35144,35194 +"211376",35144,35197 +"211377",35144,35198 +"211378",35144,35199 +"211379",35144,35200 +"211380",35144,35204 +"211381",35144,35205 +"211382",35144,35206 +"211383",35144,35207 +"211384",35144,35208 +"211385",35144,35210 +"211386",35144,35211 +"211387",35144,35212 +"211388",35144,35213 +"211389",35144,35220 +"211390",35144,35221 +"211391",35144,35225 +"211392",35144,35226 +"211393",35144,35227 +"211394",35144,35228 +"211395",35144,35229 +"211396",35144,35246 +"211397",35144,35247 +"211398",35144,35248 +"211399",35144,35249 +"211400",35144,35255 +"211401",35144,35271 +"211402",35144,35272 +"211403",35144,35273 +"211404",35144,35274 +"211405",35144,35275 +"211406",35144,35276 +"211407",35144,35277 +"211408",35144,35279 +"211409",35144,35280 +"211410",35144,35297 +"211411",35144,35298 +"211412",35144,35300 +"211413",35144,35310 +"211414",35144,35311 +"211415",35144,35313 +"211416",35144,35314 +"211417",35144,35315 +"211418",35144,35321 +"211419",35144,35322 +"211420",35144,35323 +"211421",35144,35324 +"211422",35144,35326 +"211423",35144,35327 +"211424",35144,35328 +"211425",35144,35330 +"211426",35144,35331 +"211427",35144,35332 +"211428",35144,35337 +"211429",35144,35343 +"211430",35144,35344 +"211431",35144,35345 +"211432",35144,35346 +"211433",35144,35347 +"211434",35144,35348 +"211435",35144,35353 +"211436",35144,35354 +"211437",35144,35355 +"211438",35144,35356 +"211439",35144,35357 +"211440",35144,35362 +"211441",35144,35363 +"211442",35144,35461 +"211443",35144,35685 +"211444",35144,35686 +"211445",35144,35687 +"211446",35144,35862 +"211447",35144,35863 +"211448",35144,35864 +"211449",35144,35865 +"211450",35144,35866 +"211451",35144,35867 +"211452",35144,35956 +"211453",35144,35957 +"211454",35144,35968 +"211455",35144,35969 +"211456",35144,35970 +"211457",35144,36094 +"211458",35144,51445 +"211459",35144,59531 +"211460",35144,63789 +"211461",35145,35149 +"211462",35145,35150 +"211463",35145,35151 +"211464",35145,35152 +"211465",35145,35164 +"211466",35145,35165 +"211467",35145,35166 +"211468",35145,35167 +"211469",35145,35168 +"211470",35145,35169 +"211471",35145,35170 +"211472",35145,35190 +"211473",35145,35191 +"211474",35145,35192 +"211475",35145,35193 +"211476",35145,35194 +"211477",35145,35197 +"211478",35145,35198 +"211479",35145,35199 +"211480",35145,35200 +"211481",35145,35204 +"211482",35145,35205 +"211483",35145,35206 +"211484",35145,35207 +"211485",35145,35208 +"211486",35145,35210 +"211487",35145,35211 +"211488",35145,35212 +"211489",35145,35213 +"211490",35145,35220 +"211491",35145,35221 +"211492",35145,35225 +"211493",35145,35226 +"211494",35145,35227 +"211495",35145,35228 +"211496",35145,35229 +"211497",35145,35246 +"211498",35145,35247 +"211499",35145,35248 +"211500",35145,35249 +"211501",35145,35255 +"211502",35145,35271 +"211503",35145,35272 +"211504",35145,35273 +"211505",35145,35274 +"211506",35145,35275 +"211507",35145,35276 +"211508",35145,35277 +"211509",35145,35279 +"211510",35145,35280 +"211511",35145,35297 +"211512",35145,35298 +"211513",35145,35300 +"211514",35145,35310 +"211515",35145,35311 +"211516",35145,35313 +"211517",35145,35314 +"211518",35145,35315 +"211519",35145,35321 +"211520",35145,35322 +"211521",35145,35323 +"211522",35145,35324 +"211523",35145,35326 +"211524",35145,35327 +"211525",35145,35328 +"211526",35145,35330 +"211527",35145,35331 +"211528",35145,35332 +"211529",35145,35337 +"211530",35145,35343 +"211531",35145,35344 +"211532",35145,35345 +"211533",35145,35346 +"211534",35145,35347 +"211535",35145,35348 +"211536",35145,35353 +"211537",35145,35354 +"211538",35145,35355 +"211539",35145,35356 +"211540",35145,35357 +"211541",35145,35362 +"211542",35145,35363 +"211543",35145,35461 +"211544",35145,35685 +"211545",35145,35686 +"211546",35145,35687 +"211547",35145,35862 +"211548",35145,35863 +"211549",35145,35864 +"211550",35145,35865 +"211551",35145,35866 +"211552",35145,35867 +"211553",35145,35956 +"211554",35145,35957 +"211555",35145,35968 +"211556",35145,35969 +"211557",35145,35970 +"211558",35145,36094 +"211559",35145,51445 +"211560",35145,59531 +"211561",35145,63789 +"211562",35146,38774 +"211563",35146,50092 +"211564",35146,66750 +"211565",35146,69223 +"211566",35146,71059 +"211567",35146,81472 +"211568",35146,86553 +"211569",35146,93456 +"211570",35146,94987 +"211571",35146,113447 +"211572",35146,123225 +"211573",35146,123246 +"211574",35146,123251 +"211575",35146,123254 +"211576",35147,35162 +"211577",35148,86833 +"211578",35148,106061 +"211579",35149,35150 +"211580",35149,35151 +"211581",35149,35152 +"211582",35149,35164 +"211583",35149,35165 +"211584",35149,35166 +"211585",35149,35167 +"211586",35149,35168 +"211587",35149,35169 +"211588",35149,35170 +"211589",35149,35190 +"211590",35149,35191 +"211591",35149,35192 +"211592",35149,35193 +"211593",35149,35194 +"211594",35149,35197 +"211595",35149,35198 +"211596",35149,35199 +"211597",35149,35200 +"211598",35149,35204 +"211599",35149,35205 +"211600",35149,35206 +"211601",35149,35207 +"211602",35149,35208 +"211603",35149,35210 +"211604",35149,35211 +"211605",35149,35212 +"211606",35149,35213 +"211607",35149,35220 +"211608",35149,35221 +"211609",35149,35225 +"211610",35149,35226 +"211611",35149,35227 +"211612",35149,35228 +"211613",35149,35229 +"211614",35149,35246 +"211615",35149,35247 +"211616",35149,35248 +"211617",35149,35249 +"211618",35149,35255 +"211619",35149,35271 +"211620",35149,35272 +"211621",35149,35273 +"211622",35149,35274 +"211623",35149,35275 +"211624",35149,35276 +"211625",35149,35277 +"211626",35149,35279 +"211627",35149,35280 +"211628",35149,35297 +"211629",35149,35298 +"211630",35149,35300 +"211631",35149,35310 +"211632",35149,35311 +"211633",35149,35313 +"211634",35149,35314 +"211635",35149,35315 +"211636",35149,35321 +"211637",35149,35322 +"211638",35149,35323 +"211639",35149,35324 +"211640",35149,35326 +"211641",35149,35327 +"211642",35149,35328 +"211643",35149,35330 +"211644",35149,35331 +"211645",35149,35332 +"211646",35149,35337 +"211647",35149,35343 +"211648",35149,35344 +"211649",35149,35345 +"211650",35149,35346 +"211651",35149,35347 +"211652",35149,35348 +"211653",35149,35353 +"211654",35149,35354 +"211655",35149,35355 +"211656",35149,35356 +"211657",35149,35357 +"211658",35149,35362 +"211659",35149,35363 +"211660",35149,35461 +"211661",35149,35685 +"211662",35149,35686 +"211663",35149,35687 +"211664",35149,35862 +"211665",35149,35863 +"211666",35149,35864 +"211667",35149,35865 +"211668",35149,35866 +"211669",35149,35867 +"211670",35149,35956 +"211671",35149,35957 +"211672",35149,35968 +"211673",35149,35969 +"211674",35149,35970 +"211675",35149,36094 +"211676",35149,51445 +"211677",35149,59531 +"211678",35149,63789 +"211679",35150,35151 +"211680",35150,35152 +"211681",35150,35164 +"211682",35150,35165 +"211683",35150,35166 +"211684",35150,35167 +"211685",35150,35168 +"211686",35150,35169 +"211687",35150,35170 +"211688",35150,35190 +"211689",35150,35191 +"211690",35150,35192 +"211691",35150,35193 +"211692",35150,35194 +"211693",35150,35197 +"211694",35150,35198 +"211695",35150,35199 +"211696",35150,35200 +"211697",35150,35204 +"211698",35150,35205 +"211699",35150,35206 +"211700",35150,35207 +"211701",35150,35208 +"211702",35150,35210 +"211703",35150,35211 +"211704",35150,35212 +"211705",35150,35213 +"211706",35150,35220 +"211707",35150,35221 +"211708",35150,35225 +"211709",35150,35226 +"211710",35150,35227 +"211711",35150,35228 +"211712",35150,35229 +"211713",35150,35246 +"211714",35150,35247 +"211715",35150,35248 +"211716",35150,35249 +"211717",35150,35255 +"211718",35150,35271 +"211719",35150,35272 +"211720",35150,35273 +"211721",35150,35274 +"211722",35150,35275 +"211723",35150,35276 +"211724",35150,35277 +"211725",35150,35279 +"211726",35150,35280 +"211727",35150,35297 +"211728",35150,35298 +"211729",35150,35300 +"211730",35150,35310 +"211731",35150,35311 +"211732",35150,35313 +"211733",35150,35314 +"211734",35150,35315 +"211735",35150,35321 +"211736",35150,35322 +"211737",35150,35323 +"211738",35150,35324 +"211739",35150,35326 +"211740",35150,35327 +"211741",35150,35328 +"211742",35150,35330 +"211743",35150,35331 +"211744",35150,35332 +"211745",35150,35337 +"211746",35150,35343 +"211747",35150,35344 +"211748",35150,35345 +"211749",35150,35346 +"211750",35150,35347 +"211751",35150,35348 +"211752",35150,35353 +"211753",35150,35354 +"211754",35150,35355 +"211755",35150,35356 +"211756",35150,35357 +"211757",35150,35362 +"211758",35150,35363 +"211759",35150,35461 +"211760",35150,35685 +"211761",35150,35686 +"211762",35150,35687 +"211763",35150,35862 +"211764",35150,35863 +"211765",35150,35864 +"211766",35150,35865 +"211767",35150,35866 +"211768",35150,35867 +"211769",35150,35956 +"211770",35150,35957 +"211771",35150,35968 +"211772",35150,35969 +"211773",35150,35970 +"211774",35150,36094 +"211775",35150,51445 +"211776",35150,59531 +"211777",35150,63789 +"211778",35151,35152 +"211779",35151,35164 +"211780",35151,35165 +"211781",35151,35166 +"211782",35151,35167 +"211783",35151,35168 +"211784",35151,35169 +"211785",35151,35170 +"211786",35151,35190 +"211787",35151,35191 +"211788",35151,35192 +"211789",35151,35193 +"211790",35151,35194 +"211791",35151,35197 +"211792",35151,35198 +"211793",35151,35199 +"211794",35151,35200 +"211795",35151,35204 +"211796",35151,35205 +"211797",35151,35206 +"211798",35151,35207 +"211799",35151,35208 +"211800",35151,35210 +"211801",35151,35211 +"211802",35151,35212 +"211803",35151,35213 +"211804",35151,35220 +"211805",35151,35221 +"211806",35151,35225 +"211807",35151,35226 +"211808",35151,35227 +"211809",35151,35228 +"211810",35151,35229 +"211811",35151,35246 +"211812",35151,35247 +"211813",35151,35248 +"211814",35151,35249 +"211815",35151,35255 +"211816",35151,35271 +"211817",35151,35272 +"211818",35151,35273 +"211819",35151,35274 +"211820",35151,35275 +"211821",35151,35276 +"211822",35151,35277 +"211823",35151,35279 +"211824",35151,35280 +"211825",35151,35297 +"211826",35151,35298 +"211827",35151,35300 +"211828",35151,35310 +"211829",35151,35311 +"211830",35151,35313 +"211831",35151,35314 +"211832",35151,35315 +"211833",35151,35321 +"211834",35151,35322 +"211835",35151,35323 +"211836",35151,35324 +"211837",35151,35326 +"211838",35151,35327 +"211839",35151,35328 +"211840",35151,35330 +"211841",35151,35331 +"211842",35151,35332 +"211843",35151,35337 +"211844",35151,35343 +"211845",35151,35344 +"211846",35151,35345 +"211847",35151,35346 +"211848",35151,35347 +"211849",35151,35348 +"211850",35151,35353 +"211851",35151,35354 +"211852",35151,35355 +"211853",35151,35356 +"211854",35151,35357 +"211855",35151,35362 +"211856",35151,35363 +"211857",35151,35461 +"211858",35151,35685 +"211859",35151,35686 +"211860",35151,35687 +"211861",35151,35862 +"211862",35151,35863 +"211863",35151,35864 +"211864",35151,35865 +"211865",35151,35866 +"211866",35151,35867 +"211867",35151,35956 +"211868",35151,35957 +"211869",35151,35968 +"211870",35151,35969 +"211871",35151,35970 +"211872",35151,36094 +"211873",35151,51445 +"211874",35151,59531 +"211875",35151,63789 +"211876",35152,35164 +"211877",35152,35165 +"211878",35152,35166 +"211879",35152,35167 +"211880",35152,35168 +"211881",35152,35169 +"211882",35152,35170 +"211883",35152,35190 +"211884",35152,35191 +"211885",35152,35192 +"211886",35152,35193 +"211887",35152,35194 +"211888",35152,35197 +"211889",35152,35198 +"211890",35152,35199 +"211891",35152,35200 +"211892",35152,35204 +"211893",35152,35205 +"211894",35152,35206 +"211895",35152,35207 +"211896",35152,35208 +"211897",35152,35210 +"211898",35152,35211 +"211899",35152,35212 +"211900",35152,35213 +"211901",35152,35220 +"211902",35152,35221 +"211903",35152,35225 +"211904",35152,35226 +"211905",35152,35227 +"211906",35152,35228 +"211907",35152,35229 +"211908",35152,35246 +"211909",35152,35247 +"211910",35152,35248 +"211911",35152,35249 +"211912",35152,35255 +"211913",35152,35271 +"211914",35152,35272 +"211915",35152,35273 +"211916",35152,35274 +"211917",35152,35275 +"211918",35152,35276 +"211919",35152,35277 +"211920",35152,35279 +"211921",35152,35280 +"211922",35152,35297 +"211923",35152,35298 +"211924",35152,35300 +"211925",35152,35310 +"211926",35152,35311 +"211927",35152,35313 +"211928",35152,35314 +"211929",35152,35315 +"211930",35152,35321 +"211931",35152,35322 +"211932",35152,35323 +"211933",35152,35324 +"211934",35152,35326 +"211935",35152,35327 +"211936",35152,35328 +"211937",35152,35330 +"211938",35152,35331 +"211939",35152,35332 +"211940",35152,35337 +"211941",35152,35343 +"211942",35152,35344 +"211943",35152,35345 +"211944",35152,35346 +"211945",35152,35347 +"211946",35152,35348 +"211947",35152,35353 +"211948",35152,35354 +"211949",35152,35355 +"211950",35152,35356 +"211951",35152,35357 +"211952",35152,35362 +"211953",35152,35363 +"211954",35152,35461 +"211955",35152,35685 +"211956",35152,35686 +"211957",35152,35687 +"211958",35152,35862 +"211959",35152,35863 +"211960",35152,35864 +"211961",35152,35865 +"211962",35152,35866 +"211963",35152,35867 +"211964",35152,35956 +"211965",35152,35957 +"211966",35152,35968 +"211967",35152,35969 +"211968",35152,35970 +"211969",35152,36094 +"211970",35152,51445 +"211971",35152,59531 +"211972",35152,63789 +"211973",35153,57424 +"211974",35153,98267 +"211975",35153,103375 +"211976",35153,106098 +"211977",35154,42699 +"211978",35154,50479 +"211979",35154,56148 +"211980",35154,56923 +"211981",35154,60262 +"211982",35154,62884 +"211983",35154,63008 +"211984",35155,63576 +"211985",35156,48548 +"211986",35156,54715 +"211987",35156,84969 +"211988",35156,106401 +"211989",35158,78081 +"211990",35158,81218 +"211991",35158,81344 +"211992",35158,85651 +"211993",35158,89707 +"211994",35159,35725 +"211995",35159,71858 +"211996",35161,54503 +"211997",35161,54563 +"211998",35161,56084 +"211999",35161,61814 +"212000",35161,91673 +"212001",35161,102634 +"212002",35162,36346 +"212003",35162,40727 +"212004",35162,61919 +"212005",35162,64676 +"212006",35162,71793 +"212007",35162,93439 +"212008",35163,35360 +"212009",35164,35165 +"212010",35164,35166 +"212011",35164,35167 +"212012",35164,35168 +"212013",35164,35169 +"212014",35164,35170 +"212015",35164,35190 +"212016",35164,35191 +"212017",35164,35192 +"212018",35164,35193 +"212019",35164,35194 +"212020",35164,35197 +"212021",35164,35198 +"212022",35164,35199 +"212023",35164,35200 +"212024",35164,35204 +"212025",35164,35205 +"212026",35164,35206 +"212027",35164,35207 +"212028",35164,35208 +"212029",35164,35210 +"212030",35164,35211 +"212031",35164,35212 +"212032",35164,35213 +"212033",35164,35220 +"212034",35164,35221 +"212035",35164,35225 +"212036",35164,35226 +"212037",35164,35227 +"212038",35164,35228 +"212039",35164,35229 +"212040",35164,35246 +"212041",35164,35247 +"212042",35164,35248 +"212043",35164,35249 +"212044",35164,35255 +"212045",35164,35271 +"212046",35164,35272 +"212047",35164,35273 +"212048",35164,35274 +"212049",35164,35275 +"212050",35164,35276 +"212051",35164,35277 +"212052",35164,35279 +"212053",35164,35280 +"212054",35164,35297 +"212055",35164,35298 +"212056",35164,35300 +"212057",35164,35310 +"212058",35164,35311 +"212059",35164,35313 +"212060",35164,35314 +"212061",35164,35315 +"212062",35164,35321 +"212063",35164,35322 +"212064",35164,35323 +"212065",35164,35324 +"212066",35164,35326 +"212067",35164,35327 +"212068",35164,35328 +"212069",35164,35330 +"212070",35164,35331 +"212071",35164,35332 +"212072",35164,35337 +"212073",35164,35343 +"212074",35164,35344 +"212075",35164,35345 +"212076",35164,35346 +"212077",35164,35347 +"212078",35164,35348 +"212079",35164,35353 +"212080",35164,35354 +"212081",35164,35355 +"212082",35164,35356 +"212083",35164,35357 +"212084",35164,35362 +"212085",35164,35363 +"212086",35164,35461 +"212087",35164,35685 +"212088",35164,35686 +"212089",35164,35687 +"212090",35164,35862 +"212091",35164,35863 +"212092",35164,35864 +"212093",35164,35865 +"212094",35164,35866 +"212095",35164,35867 +"212096",35164,35956 +"212097",35164,35957 +"212098",35164,35968 +"212099",35164,35969 +"212100",35164,35970 +"212101",35164,36094 +"212102",35164,51445 +"212103",35164,59531 +"212104",35164,63789 +"212105",35165,35166 +"212106",35165,35167 +"212107",35165,35168 +"212108",35165,35169 +"212109",35165,35170 +"212110",35165,35190 +"212111",35165,35191 +"212112",35165,35192 +"212113",35165,35193 +"212114",35165,35194 +"212115",35165,35197 +"212116",35165,35198 +"212117",35165,35199 +"212118",35165,35200 +"212119",35165,35204 +"212120",35165,35205 +"212121",35165,35206 +"212122",35165,35207 +"212123",35165,35208 +"212124",35165,35210 +"212125",35165,35211 +"212126",35165,35212 +"212127",35165,35213 +"212128",35165,35220 +"212129",35165,35221 +"212130",35165,35225 +"212131",35165,35226 +"212132",35165,35227 +"212133",35165,35228 +"212134",35165,35229 +"212135",35165,35246 +"212136",35165,35247 +"212137",35165,35248 +"212138",35165,35249 +"212139",35165,35255 +"212140",35165,35271 +"212141",35165,35272 +"212142",35165,35273 +"212143",35165,35274 +"212144",35165,35275 +"212145",35165,35276 +"212146",35165,35277 +"212147",35165,35279 +"212148",35165,35280 +"212149",35165,35297 +"212150",35165,35298 +"212151",35165,35300 +"212152",35165,35310 +"212153",35165,35311 +"212154",35165,35313 +"212155",35165,35314 +"212156",35165,35315 +"212157",35165,35321 +"212158",35165,35322 +"212159",35165,35323 +"212160",35165,35324 +"212161",35165,35326 +"212162",35165,35327 +"212163",35165,35328 +"212164",35165,35330 +"212165",35165,35331 +"212166",35165,35332 +"212167",35165,35337 +"212168",35165,35343 +"212169",35165,35344 +"212170",35165,35345 +"212171",35165,35346 +"212172",35165,35347 +"212173",35165,35348 +"212174",35165,35353 +"212175",35165,35354 +"212176",35165,35355 +"212177",35165,35356 +"212178",35165,35357 +"212179",35165,35362 +"212180",35165,35363 +"212181",35165,35461 +"212182",35165,35685 +"212183",35165,35686 +"212184",35165,35687 +"212185",35165,35862 +"212186",35165,35863 +"212187",35165,35864 +"212188",35165,35865 +"212189",35165,35866 +"212190",35165,35867 +"212191",35165,35956 +"212192",35165,35957 +"212193",35165,35968 +"212194",35165,35969 +"212195",35165,35970 +"212196",35165,36094 +"212197",35165,51445 +"212198",35165,59531 +"212199",35165,63789 +"212200",35166,35167 +"212201",35166,35168 +"212202",35166,35169 +"212203",35166,35170 +"212204",35166,35190 +"212205",35166,35191 +"212206",35166,35192 +"212207",35166,35193 +"212208",35166,35194 +"212209",35166,35197 +"212210",35166,35198 +"212211",35166,35199 +"212212",35166,35200 +"212213",35166,35204 +"212214",35166,35205 +"212215",35166,35206 +"212216",35166,35207 +"212217",35166,35208 +"212218",35166,35210 +"212219",35166,35211 +"212220",35166,35212 +"212221",35166,35213 +"212222",35166,35220 +"212223",35166,35221 +"212224",35166,35225 +"212225",35166,35226 +"212226",35166,35227 +"212227",35166,35228 +"212228",35166,35229 +"212229",35166,35246 +"212230",35166,35247 +"212231",35166,35248 +"212232",35166,35249 +"212233",35166,35255 +"212234",35166,35271 +"212235",35166,35272 +"212236",35166,35273 +"212237",35166,35274 +"212238",35166,35275 +"212239",35166,35276 +"212240",35166,35277 +"212241",35166,35279 +"212242",35166,35280 +"212243",35166,35297 +"212244",35166,35298 +"212245",35166,35300 +"212246",35166,35310 +"212247",35166,35311 +"212248",35166,35313 +"212249",35166,35314 +"212250",35166,35315 +"212251",35166,35321 +"212252",35166,35322 +"212253",35166,35323 +"212254",35166,35324 +"212255",35166,35326 +"212256",35166,35327 +"212257",35166,35328 +"212258",35166,35330 +"212259",35166,35331 +"212260",35166,35332 +"212261",35166,35337 +"212262",35166,35343 +"212263",35166,35344 +"212264",35166,35345 +"212265",35166,35346 +"212266",35166,35347 +"212267",35166,35348 +"212268",35166,35353 +"212269",35166,35354 +"212270",35166,35355 +"212271",35166,35356 +"212272",35166,35357 +"212273",35166,35362 +"212274",35166,35363 +"212275",35166,35461 +"212276",35166,35685 +"212277",35166,35686 +"212278",35166,35687 +"212279",35166,35862 +"212280",35166,35863 +"212281",35166,35864 +"212282",35166,35865 +"212283",35166,35866 +"212284",35166,35867 +"212285",35166,35956 +"212286",35166,35957 +"212287",35166,35968 +"212288",35166,35969 +"212289",35166,35970 +"212290",35166,36094 +"212291",35166,51445 +"212292",35166,59531 +"212293",35166,63789 +"212294",35167,35168 +"212295",35167,35169 +"212296",35167,35170 +"212297",35167,35190 +"212298",35167,35191 +"212299",35167,35192 +"212300",35167,35193 +"212301",35167,35194 +"212302",35167,35197 +"212303",35167,35198 +"212304",35167,35199 +"212305",35167,35200 +"212306",35167,35204 +"212307",35167,35205 +"212308",35167,35206 +"212309",35167,35207 +"212310",35167,35208 +"212311",35167,35210 +"212312",35167,35211 +"212313",35167,35212 +"212314",35167,35213 +"212315",35167,35220 +"212316",35167,35221 +"212317",35167,35225 +"212318",35167,35226 +"212319",35167,35227 +"212320",35167,35228 +"212321",35167,35229 +"212322",35167,35246 +"212323",35167,35247 +"212324",35167,35248 +"212325",35167,35249 +"212326",35167,35255 +"212327",35167,35271 +"212328",35167,35272 +"212329",35167,35273 +"212330",35167,35274 +"212331",35167,35275 +"212332",35167,35276 +"212333",35167,35277 +"212334",35167,35279 +"212335",35167,35280 +"212336",35167,35297 +"212337",35167,35298 +"212338",35167,35300 +"212339",35167,35310 +"212340",35167,35311 +"212341",35167,35313 +"212342",35167,35314 +"212343",35167,35315 +"212344",35167,35321 +"212345",35167,35322 +"212346",35167,35323 +"212347",35167,35324 +"212348",35167,35326 +"212349",35167,35327 +"212350",35167,35328 +"212351",35167,35330 +"212352",35167,35331 +"212353",35167,35332 +"212354",35167,35337 +"212355",35167,35343 +"212356",35167,35344 +"212357",35167,35345 +"212358",35167,35346 +"212359",35167,35347 +"212360",35167,35348 +"212361",35167,35353 +"212362",35167,35354 +"212363",35167,35355 +"212364",35167,35356 +"212365",35167,35357 +"212366",35167,35362 +"212367",35167,35363 +"212368",35167,35461 +"212369",35167,35685 +"212370",35167,35686 +"212371",35167,35687 +"212372",35167,35862 +"212373",35167,35863 +"212374",35167,35864 +"212375",35167,35865 +"212376",35167,35866 +"212377",35167,35867 +"212378",35167,35956 +"212379",35167,35957 +"212380",35167,35968 +"212381",35167,35969 +"212382",35167,35970 +"212383",35167,36094 +"212384",35167,51445 +"212385",35167,59531 +"212386",35167,63789 +"212387",35168,35169 +"212388",35168,35170 +"212389",35168,35190 +"212390",35168,35191 +"212391",35168,35192 +"212392",35168,35193 +"212393",35168,35194 +"212394",35168,35197 +"212395",35168,35198 +"212396",35168,35199 +"212397",35168,35200 +"212398",35168,35204 +"212399",35168,35205 +"212400",35168,35206 +"212401",35168,35207 +"212402",35168,35208 +"212403",35168,35210 +"212404",35168,35211 +"212405",35168,35212 +"212406",35168,35213 +"212407",35168,35220 +"212408",35168,35221 +"212409",35168,35225 +"212410",35168,35226 +"212411",35168,35227 +"212412",35168,35228 +"212413",35168,35229 +"212414",35168,35246 +"212415",35168,35247 +"212416",35168,35248 +"212417",35168,35249 +"212418",35168,35255 +"212419",35168,35271 +"212420",35168,35272 +"212421",35168,35273 +"212422",35168,35274 +"212423",35168,35275 +"212424",35168,35276 +"212425",35168,35277 +"212426",35168,35279 +"212427",35168,35280 +"212428",35168,35297 +"212429",35168,35298 +"212430",35168,35300 +"212431",35168,35310 +"212432",35168,35311 +"212433",35168,35313 +"212434",35168,35314 +"212435",35168,35315 +"212436",35168,35321 +"212437",35168,35322 +"212438",35168,35323 +"212439",35168,35324 +"212440",35168,35326 +"212441",35168,35327 +"212442",35168,35328 +"212443",35168,35330 +"212444",35168,35331 +"212445",35168,35332 +"212446",35168,35337 +"212447",35168,35343 +"212448",35168,35344 +"212449",35168,35345 +"212450",35168,35346 +"212451",35168,35347 +"212452",35168,35348 +"212453",35168,35353 +"212454",35168,35354 +"212455",35168,35355 +"212456",35168,35356 +"212457",35168,35357 +"212458",35168,35362 +"212459",35168,35363 +"212460",35168,35461 +"212461",35168,35508 +"212462",35168,35685 +"212463",35168,35686 +"212464",35168,35687 +"212465",35168,35862 +"212466",35168,35863 +"212467",35168,35864 +"212468",35168,35865 +"212469",35168,35866 +"212470",35168,35867 +"212471",35168,35956 +"212472",35168,35957 +"212473",35168,35968 +"212474",35168,35969 +"212475",35168,35970 +"212476",35168,36094 +"212477",35168,47321 +"212478",35168,47912 +"212479",35168,47915 +"212480",35168,47916 +"212481",35168,47951 +"212482",35168,47952 +"212483",35168,47972 +"212484",35168,48052 +"212485",35168,48053 +"212486",35168,48054 +"212487",35168,48543 +"212488",35168,51445 +"212489",35168,58836 +"212490",35168,59531 +"212491",35168,63789 +"212492",35168,66351 +"212493",35168,66519 +"212494",35168,69303 +"212495",35168,69304 +"212496",35168,69330 +"212497",35168,69344 +"212498",35168,69667 +"212499",35168,69790 +"212500",35168,69813 +"212501",35168,69815 +"212502",35168,69834 +"212503",35168,69846 +"212504",35168,70090 +"212505",35168,70128 +"212506",35168,70146 +"212507",35169,35170 +"212508",35169,35190 +"212509",35169,35191 +"212510",35169,35192 +"212511",35169,35193 +"212512",35169,35194 +"212513",35169,35197 +"212514",35169,35198 +"212515",35169,35199 +"212516",35169,35200 +"212517",35169,35204 +"212518",35169,35205 +"212519",35169,35206 +"212520",35169,35207 +"212521",35169,35208 +"212522",35169,35210 +"212523",35169,35211 +"212524",35169,35212 +"212525",35169,35213 +"212526",35169,35220 +"212527",35169,35221 +"212528",35169,35225 +"212529",35169,35226 +"212530",35169,35227 +"212531",35169,35228 +"212532",35169,35229 +"212533",35169,35246 +"212534",35169,35247 +"212535",35169,35248 +"212536",35169,35249 +"212537",35169,35255 +"212538",35169,35271 +"212539",35169,35272 +"212540",35169,35273 +"212541",35169,35274 +"212542",35169,35275 +"212543",35169,35276 +"212544",35169,35277 +"212545",35169,35279 +"212546",35169,35280 +"212547",35169,35297 +"212548",35169,35298 +"212549",35169,35300 +"212550",35169,35310 +"212551",35169,35311 +"212552",35169,35313 +"212553",35169,35314 +"212554",35169,35315 +"212555",35169,35321 +"212556",35169,35322 +"212557",35169,35323 +"212558",35169,35324 +"212559",35169,35326 +"212560",35169,35327 +"212561",35169,35328 +"212562",35169,35330 +"212563",35169,35331 +"212564",35169,35332 +"212565",35169,35337 +"212566",35169,35343 +"212567",35169,35344 +"212568",35169,35345 +"212569",35169,35346 +"212570",35169,35347 +"212571",35169,35348 +"212572",35169,35353 +"212573",35169,35354 +"212574",35169,35355 +"212575",35169,35356 +"212576",35169,35357 +"212577",35169,35362 +"212578",35169,35363 +"212579",35169,35461 +"212580",35169,35685 +"212581",35169,35686 +"212582",35169,35687 +"212583",35169,35862 +"212584",35169,35863 +"212585",35169,35864 +"212586",35169,35865 +"212587",35169,35866 +"212588",35169,35867 +"212589",35169,35956 +"212590",35169,35957 +"212591",35169,35968 +"212592",35169,35969 +"212593",35169,35970 +"212594",35169,36094 +"212595",35169,51445 +"212596",35169,59531 +"212597",35169,63789 +"212598",35170,35190 +"212599",35170,35191 +"212600",35170,35192 +"212601",35170,35193 +"212602",35170,35194 +"212603",35170,35197 +"212604",35170,35198 +"212605",35170,35199 +"212606",35170,35200 +"212607",35170,35204 +"212608",35170,35205 +"212609",35170,35206 +"212610",35170,35207 +"212611",35170,35208 +"212612",35170,35210 +"212613",35170,35211 +"212614",35170,35212 +"212615",35170,35213 +"212616",35170,35220 +"212617",35170,35221 +"212618",35170,35225 +"212619",35170,35226 +"212620",35170,35227 +"212621",35170,35228 +"212622",35170,35229 +"212623",35170,35246 +"212624",35170,35247 +"212625",35170,35248 +"212626",35170,35249 +"212627",35170,35255 +"212628",35170,35271 +"212629",35170,35272 +"212630",35170,35273 +"212631",35170,35274 +"212632",35170,35275 +"212633",35170,35276 +"212634",35170,35277 +"212635",35170,35279 +"212636",35170,35280 +"212637",35170,35297 +"212638",35170,35298 +"212639",35170,35300 +"212640",35170,35310 +"212641",35170,35311 +"212642",35170,35313 +"212643",35170,35314 +"212644",35170,35315 +"212645",35170,35321 +"212646",35170,35322 +"212647",35170,35323 +"212648",35170,35324 +"212649",35170,35326 +"212650",35170,35327 +"212651",35170,35328 +"212652",35170,35330 +"212653",35170,35331 +"212654",35170,35332 +"212655",35170,35337 +"212656",35170,35343 +"212657",35170,35344 +"212658",35170,35345 +"212659",35170,35346 +"212660",35170,35347 +"212661",35170,35348 +"212662",35170,35353 +"212663",35170,35354 +"212664",35170,35355 +"212665",35170,35356 +"212666",35170,35357 +"212667",35170,35362 +"212668",35170,35363 +"212669",35170,35461 +"212670",35170,35685 +"212671",35170,35686 +"212672",35170,35687 +"212673",35170,35862 +"212674",35170,35863 +"212675",35170,35864 +"212676",35170,35865 +"212677",35170,35866 +"212678",35170,35867 +"212679",35170,35956 +"212680",35170,35957 +"212681",35170,35968 +"212682",35170,35969 +"212683",35170,35970 +"212684",35170,36094 +"212685",35170,51445 +"212686",35170,59531 +"212687",35170,63789 +"212688",35171,57481 +"212689",35171,67935 +"212690",35171,67942 +"212691",35171,67991 +"212692",35172,37199 +"212693",35172,38644 +"212694",35172,38659 +"212695",35172,42917 +"212696",35172,43474 +"212697",35172,60339 +"212698",35172,83834 +"212699",35173,47007 +"212700",35174,59395 +"212701",35175,61579 +"212702",35175,71451 +"212703",35175,85109 +"212704",35175,100506 +"212705",35175,106580 +"212706",35175,118684 +"212707",35175,118691 +"212708",35175,118794 +"212709",35176,36039 +"212710",35176,36093 +"212711",35177,35236 +"212712",35178,35188 +"212713",35178,35805 +"212714",35178,35849 +"212715",35178,36004 +"212716",35179,90751 +"212717",35179,99688 +"212718",35180,49488 +"212719",35180,60545 +"212720",35180,60559 +"212721",35181,81617 +"212722",35182,35409 +"212723",35182,49078 +"212724",35182,62862 +"212725",35182,66247 +"212726",35182,72290 +"212727",35182,92032 +"212728",35183,49077 +"212729",35183,49079 +"212730",35184,47654 +"212731",35184,85265 +"212732",35185,35242 +"212733",35185,51332 +"212734",35185,51333 +"212735",35185,51344 +"212736",35185,51345 +"212737",35185,51378 +"212738",35185,51416 +"212739",35186,35334 +"212740",35186,35877 +"212741",35186,35885 +"212742",35186,36066 +"212743",35186,42672 +"212744",35186,44193 +"212745",35186,59702 +"212746",35186,84268 +"212747",35186,85864 +"212748",35186,86735 +"212749",35186,96563 +"212750",35186,97647 +"212751",35187,35253 +"212752",35187,40734 +"212753",35187,52796 +"212754",35187,53081 +"212755",35187,84990 +"212756",35187,84991 +"212757",35188,35805 +"212758",35188,35849 +"212759",35188,36004 +"212760",35188,39755 +"212761",35188,84053 +"212762",35189,71725 +"212763",35190,35191 +"212764",35190,35192 +"212765",35190,35193 +"212766",35190,35194 +"212767",35190,35197 +"212768",35190,35198 +"212769",35190,35199 +"212770",35190,35200 +"212771",35190,35204 +"212772",35190,35205 +"212773",35190,35206 +"212774",35190,35207 +"212775",35190,35208 +"212776",35190,35210 +"212777",35190,35211 +"212778",35190,35212 +"212779",35190,35213 +"212780",35190,35220 +"212781",35190,35221 +"212782",35190,35225 +"212783",35190,35226 +"212784",35190,35227 +"212785",35190,35228 +"212786",35190,35229 +"212787",35190,35246 +"212788",35190,35247 +"212789",35190,35248 +"212790",35190,35249 +"212791",35190,35255 +"212792",35190,35271 +"212793",35190,35272 +"212794",35190,35273 +"212795",35190,35274 +"212796",35190,35275 +"212797",35190,35276 +"212798",35190,35277 +"212799",35190,35279 +"212800",35190,35280 +"212801",35190,35297 +"212802",35190,35298 +"212803",35190,35300 +"212804",35190,35310 +"212805",35190,35311 +"212806",35190,35313 +"212807",35190,35314 +"212808",35190,35315 +"212809",35190,35321 +"212810",35190,35322 +"212811",35190,35323 +"212812",35190,35324 +"212813",35190,35326 +"212814",35190,35327 +"212815",35190,35328 +"212816",35190,35330 +"212817",35190,35331 +"212818",35190,35332 +"212819",35190,35337 +"212820",35190,35343 +"212821",35190,35344 +"212822",35190,35345 +"212823",35190,35346 +"212824",35190,35347 +"212825",35190,35348 +"212826",35190,35353 +"212827",35190,35354 +"212828",35190,35355 +"212829",35190,35356 +"212830",35190,35357 +"212831",35190,35362 +"212832",35190,35363 +"212833",35190,35461 +"212834",35190,35685 +"212835",35190,35686 +"212836",35190,35687 +"212837",35190,35862 +"212838",35190,35863 +"212839",35190,35864 +"212840",35190,35865 +"212841",35190,35866 +"212842",35190,35867 +"212843",35190,35956 +"212844",35190,35957 +"212845",35190,35968 +"212846",35190,35969 +"212847",35190,35970 +"212848",35190,36094 +"212849",35190,51445 +"212850",35190,59531 +"212851",35190,63789 +"212852",35191,35192 +"212853",35191,35193 +"212854",35191,35194 +"212855",35191,35197 +"212856",35191,35198 +"212857",35191,35199 +"212858",35191,35200 +"212859",35191,35204 +"212860",35191,35205 +"212861",35191,35206 +"212862",35191,35207 +"212863",35191,35208 +"212864",35191,35210 +"212865",35191,35211 +"212866",35191,35212 +"212867",35191,35213 +"212868",35191,35220 +"212869",35191,35221 +"212870",35191,35225 +"212871",35191,35226 +"212872",35191,35227 +"212873",35191,35228 +"212874",35191,35229 +"212875",35191,35246 +"212876",35191,35247 +"212877",35191,35248 +"212878",35191,35249 +"212879",35191,35255 +"212880",35191,35271 +"212881",35191,35272 +"212882",35191,35273 +"212883",35191,35274 +"212884",35191,35275 +"212885",35191,35276 +"212886",35191,35277 +"212887",35191,35279 +"212888",35191,35280 +"212889",35191,35297 +"212890",35191,35298 +"212891",35191,35300 +"212892",35191,35310 +"212893",35191,35311 +"212894",35191,35313 +"212895",35191,35314 +"212896",35191,35315 +"212897",35191,35321 +"212898",35191,35322 +"212899",35191,35323 +"212900",35191,35324 +"212901",35191,35326 +"212902",35191,35327 +"212903",35191,35328 +"212904",35191,35330 +"212905",35191,35331 +"212906",35191,35332 +"212907",35191,35337 +"212908",35191,35343 +"212909",35191,35344 +"212910",35191,35345 +"212911",35191,35346 +"212912",35191,35347 +"212913",35191,35348 +"212914",35191,35353 +"212915",35191,35354 +"212916",35191,35355 +"212917",35191,35356 +"212918",35191,35357 +"212919",35191,35362 +"212920",35191,35363 +"212921",35191,35461 +"212922",35191,35685 +"212923",35191,35686 +"212924",35191,35687 +"212925",35191,35862 +"212926",35191,35863 +"212927",35191,35864 +"212928",35191,35865 +"212929",35191,35866 +"212930",35191,35867 +"212931",35191,35956 +"212932",35191,35957 +"212933",35191,35968 +"212934",35191,35969 +"212935",35191,35970 +"212936",35191,36094 +"212937",35191,51445 +"212938",35191,59531 +"212939",35191,63789 +"212940",35192,35193 +"212941",35192,35194 +"212942",35192,35197 +"212943",35192,35198 +"212944",35192,35199 +"212945",35192,35200 +"212946",35192,35204 +"212947",35192,35205 +"212948",35192,35206 +"212949",35192,35207 +"212950",35192,35208 +"212951",35192,35210 +"212952",35192,35211 +"212953",35192,35212 +"212954",35192,35213 +"212955",35192,35220 +"212956",35192,35221 +"212957",35192,35225 +"212958",35192,35226 +"212959",35192,35227 +"212960",35192,35228 +"212961",35192,35229 +"212962",35192,35246 +"212963",35192,35247 +"212964",35192,35248 +"212965",35192,35249 +"212966",35192,35255 +"212967",35192,35271 +"212968",35192,35272 +"212969",35192,35273 +"212970",35192,35274 +"212971",35192,35275 +"212972",35192,35276 +"212973",35192,35277 +"212974",35192,35279 +"212975",35192,35280 +"212976",35192,35297 +"212977",35192,35298 +"212978",35192,35300 +"212979",35192,35310 +"212980",35192,35311 +"212981",35192,35313 +"212982",35192,35314 +"212983",35192,35315 +"212984",35192,35321 +"212985",35192,35322 +"212986",35192,35323 +"212987",35192,35324 +"212988",35192,35326 +"212989",35192,35327 +"212990",35192,35328 +"212991",35192,35330 +"212992",35192,35331 +"212993",35192,35332 +"212994",35192,35337 +"212995",35192,35343 +"212996",35192,35344 +"212997",35192,35345 +"212998",35192,35346 +"212999",35192,35347 +"213000",35192,35348 +"213001",35192,35353 +"213002",35192,35354 +"213003",35192,35355 +"213004",35192,35356 +"213005",35192,35357 +"213006",35192,35362 +"213007",35192,35363 +"213008",35192,35461 +"213009",35192,35685 +"213010",35192,35686 +"213011",35192,35687 +"213012",35192,35862 +"213013",35192,35863 +"213014",35192,35864 +"213015",35192,35865 +"213016",35192,35866 +"213017",35192,35867 +"213018",35192,35956 +"213019",35192,35957 +"213020",35192,35968 +"213021",35192,35969 +"213022",35192,35970 +"213023",35192,36094 +"213024",35192,51445 +"213025",35192,59531 +"213026",35192,63789 +"213027",35193,35194 +"213028",35193,35197 +"213029",35193,35198 +"213030",35193,35199 +"213031",35193,35200 +"213032",35193,35204 +"213033",35193,35205 +"213034",35193,35206 +"213035",35193,35207 +"213036",35193,35208 +"213037",35193,35210 +"213038",35193,35211 +"213039",35193,35212 +"213040",35193,35213 +"213041",35193,35220 +"213042",35193,35221 +"213043",35193,35225 +"213044",35193,35226 +"213045",35193,35227 +"213046",35193,35228 +"213047",35193,35229 +"213048",35193,35246 +"213049",35193,35247 +"213050",35193,35248 +"213051",35193,35249 +"213052",35193,35255 +"213053",35193,35271 +"213054",35193,35272 +"213055",35193,35273 +"213056",35193,35274 +"213057",35193,35275 +"213058",35193,35276 +"213059",35193,35277 +"213060",35193,35279 +"213061",35193,35280 +"213062",35193,35297 +"213063",35193,35298 +"213064",35193,35300 +"213065",35193,35310 +"213066",35193,35311 +"213067",35193,35313 +"213068",35193,35314 +"213069",35193,35315 +"213070",35193,35321 +"213071",35193,35322 +"213072",35193,35323 +"213073",35193,35324 +"213074",35193,35326 +"213075",35193,35327 +"213076",35193,35328 +"213077",35193,35330 +"213078",35193,35331 +"213079",35193,35332 +"213080",35193,35337 +"213081",35193,35343 +"213082",35193,35344 +"213083",35193,35345 +"213084",35193,35346 +"213085",35193,35347 +"213086",35193,35348 +"213087",35193,35353 +"213088",35193,35354 +"213089",35193,35355 +"213090",35193,35356 +"213091",35193,35357 +"213092",35193,35362 +"213093",35193,35363 +"213094",35193,35461 +"213095",35193,35685 +"213096",35193,35686 +"213097",35193,35687 +"213098",35193,35862 +"213099",35193,35863 +"213100",35193,35864 +"213101",35193,35865 +"213102",35193,35866 +"213103",35193,35867 +"213104",35193,35956 +"213105",35193,35957 +"213106",35193,35968 +"213107",35193,35969 +"213108",35193,35970 +"213109",35193,36094 +"213110",35193,51445 +"213111",35193,59531 +"213112",35193,63789 +"213113",35194,35197 +"213114",35194,35198 +"213115",35194,35199 +"213116",35194,35200 +"213117",35194,35204 +"213118",35194,35205 +"213119",35194,35206 +"213120",35194,35207 +"213121",35194,35208 +"213122",35194,35210 +"213123",35194,35211 +"213124",35194,35212 +"213125",35194,35213 +"213126",35194,35220 +"213127",35194,35221 +"213128",35194,35225 +"213129",35194,35226 +"213130",35194,35227 +"213131",35194,35228 +"213132",35194,35229 +"213133",35194,35246 +"213134",35194,35247 +"213135",35194,35248 +"213136",35194,35249 +"213137",35194,35255 +"213138",35194,35271 +"213139",35194,35272 +"213140",35194,35273 +"213141",35194,35274 +"213142",35194,35275 +"213143",35194,35276 +"213144",35194,35277 +"213145",35194,35279 +"213146",35194,35280 +"213147",35194,35297 +"213148",35194,35298 +"213149",35194,35300 +"213150",35194,35310 +"213151",35194,35311 +"213152",35194,35313 +"213153",35194,35314 +"213154",35194,35315 +"213155",35194,35321 +"213156",35194,35322 +"213157",35194,35323 +"213158",35194,35324 +"213159",35194,35326 +"213160",35194,35327 +"213161",35194,35328 +"213162",35194,35330 +"213163",35194,35331 +"213164",35194,35332 +"213165",35194,35337 +"213166",35194,35343 +"213167",35194,35344 +"213168",35194,35345 +"213169",35194,35346 +"213170",35194,35347 +"213171",35194,35348 +"213172",35194,35353 +"213173",35194,35354 +"213174",35194,35355 +"213175",35194,35356 +"213176",35194,35357 +"213177",35194,35362 +"213178",35194,35363 +"213179",35194,35461 +"213180",35194,35685 +"213181",35194,35686 +"213182",35194,35687 +"213183",35194,35862 +"213184",35194,35863 +"213185",35194,35864 +"213186",35194,35865 +"213187",35194,35866 +"213188",35194,35867 +"213189",35194,35956 +"213190",35194,35957 +"213191",35194,35968 +"213192",35194,35969 +"213193",35194,35970 +"213194",35194,36094 +"213195",35194,51445 +"213196",35194,59531 +"213197",35194,63789 +"213198",35195,56140 +"213199",35196,75431 +"213200",35196,75766 +"213201",35196,113324 +"213202",35196,121781 +"213203",35197,35198 +"213204",35197,35199 +"213205",35197,35200 +"213206",35197,35204 +"213207",35197,35205 +"213208",35197,35206 +"213209",35197,35207 +"213210",35197,35208 +"213211",35197,35210 +"213212",35197,35211 +"213213",35197,35212 +"213214",35197,35213 +"213215",35197,35220 +"213216",35197,35221 +"213217",35197,35225 +"213218",35197,35226 +"213219",35197,35227 +"213220",35197,35228 +"213221",35197,35229 +"213222",35197,35246 +"213223",35197,35247 +"213224",35197,35248 +"213225",35197,35249 +"213226",35197,35255 +"213227",35197,35271 +"213228",35197,35272 +"213229",35197,35273 +"213230",35197,35274 +"213231",35197,35275 +"213232",35197,35276 +"213233",35197,35277 +"213234",35197,35279 +"213235",35197,35280 +"213236",35197,35297 +"213237",35197,35298 +"213238",35197,35300 +"213239",35197,35310 +"213240",35197,35311 +"213241",35197,35313 +"213242",35197,35314 +"213243",35197,35315 +"213244",35197,35321 +"213245",35197,35322 +"213246",35197,35323 +"213247",35197,35324 +"213248",35197,35326 +"213249",35197,35327 +"213250",35197,35328 +"213251",35197,35330 +"213252",35197,35331 +"213253",35197,35332 +"213254",35197,35337 +"213255",35197,35343 +"213256",35197,35344 +"213257",35197,35345 +"213258",35197,35346 +"213259",35197,35347 +"213260",35197,35348 +"213261",35197,35353 +"213262",35197,35354 +"213263",35197,35355 +"213264",35197,35356 +"213265",35197,35357 +"213266",35197,35362 +"213267",35197,35363 +"213268",35197,35461 +"213269",35197,35685 +"213270",35197,35686 +"213271",35197,35687 +"213272",35197,35862 +"213273",35197,35863 +"213274",35197,35864 +"213275",35197,35865 +"213276",35197,35866 +"213277",35197,35867 +"213278",35197,35956 +"213279",35197,35957 +"213280",35197,35968 +"213281",35197,35969 +"213282",35197,35970 +"213283",35197,36094 +"213284",35197,51445 +"213285",35197,59531 +"213286",35197,63789 +"213287",35198,35199 +"213288",35198,35200 +"213289",35198,35204 +"213290",35198,35205 +"213291",35198,35206 +"213292",35198,35207 +"213293",35198,35208 +"213294",35198,35210 +"213295",35198,35211 +"213296",35198,35212 +"213297",35198,35213 +"213298",35198,35220 +"213299",35198,35221 +"213300",35198,35225 +"213301",35198,35226 +"213302",35198,35227 +"213303",35198,35228 +"213304",35198,35229 +"213305",35198,35246 +"213306",35198,35247 +"213307",35198,35248 +"213308",35198,35249 +"213309",35198,35255 +"213310",35198,35271 +"213311",35198,35272 +"213312",35198,35273 +"213313",35198,35274 +"213314",35198,35275 +"213315",35198,35276 +"213316",35198,35277 +"213317",35198,35279 +"213318",35198,35280 +"213319",35198,35297 +"213320",35198,35298 +"213321",35198,35300 +"213322",35198,35310 +"213323",35198,35311 +"213324",35198,35313 +"213325",35198,35314 +"213326",35198,35315 +"213327",35198,35321 +"213328",35198,35322 +"213329",35198,35323 +"213330",35198,35324 +"213331",35198,35326 +"213332",35198,35327 +"213333",35198,35328 +"213334",35198,35330 +"213335",35198,35331 +"213336",35198,35332 +"213337",35198,35337 +"213338",35198,35343 +"213339",35198,35344 +"213340",35198,35345 +"213341",35198,35346 +"213342",35198,35347 +"213343",35198,35348 +"213344",35198,35353 +"213345",35198,35354 +"213346",35198,35355 +"213347",35198,35356 +"213348",35198,35357 +"213349",35198,35362 +"213350",35198,35363 +"213351",35198,35461 +"213352",35198,35685 +"213353",35198,35686 +"213354",35198,35687 +"213355",35198,35862 +"213356",35198,35863 +"213357",35198,35864 +"213358",35198,35865 +"213359",35198,35866 +"213360",35198,35867 +"213361",35198,35956 +"213362",35198,35957 +"213363",35198,35968 +"213364",35198,35969 +"213365",35198,35970 +"213366",35198,36094 +"213367",35198,51445 +"213368",35198,59531 +"213369",35198,63789 +"213370",35199,35200 +"213371",35199,35204 +"213372",35199,35205 +"213373",35199,35206 +"213374",35199,35207 +"213375",35199,35208 +"213376",35199,35210 +"213377",35199,35211 +"213378",35199,35212 +"213379",35199,35213 +"213380",35199,35220 +"213381",35199,35221 +"213382",35199,35225 +"213383",35199,35226 +"213384",35199,35227 +"213385",35199,35228 +"213386",35199,35229 +"213387",35199,35246 +"213388",35199,35247 +"213389",35199,35248 +"213390",35199,35249 +"213391",35199,35255 +"213392",35199,35271 +"213393",35199,35272 +"213394",35199,35273 +"213395",35199,35274 +"213396",35199,35275 +"213397",35199,35276 +"213398",35199,35277 +"213399",35199,35279 +"213400",35199,35280 +"213401",35199,35297 +"213402",35199,35298 +"213403",35199,35300 +"213404",35199,35310 +"213405",35199,35311 +"213406",35199,35313 +"213407",35199,35314 +"213408",35199,35315 +"213409",35199,35321 +"213410",35199,35322 +"213411",35199,35323 +"213412",35199,35324 +"213413",35199,35326 +"213414",35199,35327 +"213415",35199,35328 +"213416",35199,35330 +"213417",35199,35331 +"213418",35199,35332 +"213419",35199,35337 +"213420",35199,35343 +"213421",35199,35344 +"213422",35199,35345 +"213423",35199,35346 +"213424",35199,35347 +"213425",35199,35348 +"213426",35199,35353 +"213427",35199,35354 +"213428",35199,35355 +"213429",35199,35356 +"213430",35199,35357 +"213431",35199,35362 +"213432",35199,35363 +"213433",35199,35461 +"213434",35199,35685 +"213435",35199,35686 +"213436",35199,35687 +"213437",35199,35862 +"213438",35199,35863 +"213439",35199,35864 +"213440",35199,35865 +"213441",35199,35866 +"213442",35199,35867 +"213443",35199,35956 +"213444",35199,35957 +"213445",35199,35968 +"213446",35199,35969 +"213447",35199,35970 +"213448",35199,36094 +"213449",35199,51445 +"213450",35199,59531 +"213451",35199,63789 +"213452",35200,35204 +"213453",35200,35205 +"213454",35200,35206 +"213455",35200,35207 +"213456",35200,35208 +"213457",35200,35210 +"213458",35200,35211 +"213459",35200,35212 +"213460",35200,35213 +"213461",35200,35220 +"213462",35200,35221 +"213463",35200,35225 +"213464",35200,35226 +"213465",35200,35227 +"213466",35200,35228 +"213467",35200,35229 +"213468",35200,35246 +"213469",35200,35247 +"213470",35200,35248 +"213471",35200,35249 +"213472",35200,35255 +"213473",35200,35271 +"213474",35200,35272 +"213475",35200,35273 +"213476",35200,35274 +"213477",35200,35275 +"213478",35200,35276 +"213479",35200,35277 +"213480",35200,35279 +"213481",35200,35280 +"213482",35200,35297 +"213483",35200,35298 +"213484",35200,35300 +"213485",35200,35310 +"213486",35200,35311 +"213487",35200,35313 +"213488",35200,35314 +"213489",35200,35315 +"213490",35200,35321 +"213491",35200,35322 +"213492",35200,35323 +"213493",35200,35324 +"213494",35200,35326 +"213495",35200,35327 +"213496",35200,35328 +"213497",35200,35330 +"213498",35200,35331 +"213499",35200,35332 +"213500",35200,35337 +"213501",35200,35343 +"213502",35200,35344 +"213503",35200,35345 +"213504",35200,35346 +"213505",35200,35347 +"213506",35200,35348 +"213507",35200,35353 +"213508",35200,35354 +"213509",35200,35355 +"213510",35200,35356 +"213511",35200,35357 +"213512",35200,35362 +"213513",35200,35363 +"213514",35200,35461 +"213515",35200,35685 +"213516",35200,35686 +"213517",35200,35687 +"213518",35200,35862 +"213519",35200,35863 +"213520",35200,35864 +"213521",35200,35865 +"213522",35200,35866 +"213523",35200,35867 +"213524",35200,35956 +"213525",35200,35957 +"213526",35200,35968 +"213527",35200,35969 +"213528",35200,35970 +"213529",35200,36094 +"213530",35200,51445 +"213531",35200,59531 +"213532",35200,63789 +"213533",35201,43388 +"213534",35201,90888 +"213535",35202,35308 +"213536",35203,97678 +"213537",35204,35205 +"213538",35204,35206 +"213539",35204,35207 +"213540",35204,35208 +"213541",35204,35210 +"213542",35204,35211 +"213543",35204,35212 +"213544",35204,35213 +"213545",35204,35220 +"213546",35204,35221 +"213547",35204,35225 +"213548",35204,35226 +"213549",35204,35227 +"213550",35204,35228 +"213551",35204,35229 +"213552",35204,35246 +"213553",35204,35247 +"213554",35204,35248 +"213555",35204,35249 +"213556",35204,35255 +"213557",35204,35271 +"213558",35204,35272 +"213559",35204,35273 +"213560",35204,35274 +"213561",35204,35275 +"213562",35204,35276 +"213563",35204,35277 +"213564",35204,35279 +"213565",35204,35280 +"213566",35204,35297 +"213567",35204,35298 +"213568",35204,35300 +"213569",35204,35310 +"213570",35204,35311 +"213571",35204,35313 +"213572",35204,35314 +"213573",35204,35315 +"213574",35204,35321 +"213575",35204,35322 +"213576",35204,35323 +"213577",35204,35324 +"213578",35204,35326 +"213579",35204,35327 +"213580",35204,35328 +"213581",35204,35330 +"213582",35204,35331 +"213583",35204,35332 +"213584",35204,35337 +"213585",35204,35343 +"213586",35204,35344 +"213587",35204,35345 +"213588",35204,35346 +"213589",35204,35347 +"213590",35204,35348 +"213591",35204,35353 +"213592",35204,35354 +"213593",35204,35355 +"213594",35204,35356 +"213595",35204,35357 +"213596",35204,35362 +"213597",35204,35363 +"213598",35204,35461 +"213599",35204,35685 +"213600",35204,35686 +"213601",35204,35687 +"213602",35204,35862 +"213603",35204,35863 +"213604",35204,35864 +"213605",35204,35865 +"213606",35204,35866 +"213607",35204,35867 +"213608",35204,35956 +"213609",35204,35957 +"213610",35204,35968 +"213611",35204,35969 +"213612",35204,35970 +"213613",35204,36094 +"213614",35204,51445 +"213615",35204,59531 +"213616",35204,63789 +"213617",35205,35206 +"213618",35205,35207 +"213619",35205,35208 +"213620",35205,35210 +"213621",35205,35211 +"213622",35205,35212 +"213623",35205,35213 +"213624",35205,35220 +"213625",35205,35221 +"213626",35205,35225 +"213627",35205,35226 +"213628",35205,35227 +"213629",35205,35228 +"213630",35205,35229 +"213631",35205,35246 +"213632",35205,35247 +"213633",35205,35248 +"213634",35205,35249 +"213635",35205,35255 +"213636",35205,35271 +"213637",35205,35272 +"213638",35205,35273 +"213639",35205,35274 +"213640",35205,35275 +"213641",35205,35276 +"213642",35205,35277 +"213643",35205,35279 +"213644",35205,35280 +"213645",35205,35297 +"213646",35205,35298 +"213647",35205,35300 +"213648",35205,35310 +"213649",35205,35311 +"213650",35205,35313 +"213651",35205,35314 +"213652",35205,35315 +"213653",35205,35321 +"213654",35205,35322 +"213655",35205,35323 +"213656",35205,35324 +"213657",35205,35326 +"213658",35205,35327 +"213659",35205,35328 +"213660",35205,35330 +"213661",35205,35331 +"213662",35205,35332 +"213663",35205,35337 +"213664",35205,35343 +"213665",35205,35344 +"213666",35205,35345 +"213667",35205,35346 +"213668",35205,35347 +"213669",35205,35348 +"213670",35205,35353 +"213671",35205,35354 +"213672",35205,35355 +"213673",35205,35356 +"213674",35205,35357 +"213675",35205,35362 +"213676",35205,35363 +"213677",35205,35461 +"213678",35205,35685 +"213679",35205,35686 +"213680",35205,35687 +"213681",35205,35862 +"213682",35205,35863 +"213683",35205,35864 +"213684",35205,35865 +"213685",35205,35866 +"213686",35205,35867 +"213687",35205,35956 +"213688",35205,35957 +"213689",35205,35968 +"213690",35205,35969 +"213691",35205,35970 +"213692",35205,36094 +"213693",35205,51445 +"213694",35205,59531 +"213695",35205,63789 +"213696",35206,35207 +"213697",35206,35208 +"213698",35206,35210 +"213699",35206,35211 +"213700",35206,35212 +"213701",35206,35213 +"213702",35206,35220 +"213703",35206,35221 +"213704",35206,35225 +"213705",35206,35226 +"213706",35206,35227 +"213707",35206,35228 +"213708",35206,35229 +"213709",35206,35246 +"213710",35206,35247 +"213711",35206,35248 +"213712",35206,35249 +"213713",35206,35255 +"213714",35206,35271 +"213715",35206,35272 +"213716",35206,35273 +"213717",35206,35274 +"213718",35206,35275 +"213719",35206,35276 +"213720",35206,35277 +"213721",35206,35279 +"213722",35206,35280 +"213723",35206,35297 +"213724",35206,35298 +"213725",35206,35300 +"213726",35206,35310 +"213727",35206,35311 +"213728",35206,35313 +"213729",35206,35314 +"213730",35206,35315 +"213731",35206,35321 +"213732",35206,35322 +"213733",35206,35323 +"213734",35206,35324 +"213735",35206,35326 +"213736",35206,35327 +"213737",35206,35328 +"213738",35206,35330 +"213739",35206,35331 +"213740",35206,35332 +"213741",35206,35337 +"213742",35206,35343 +"213743",35206,35344 +"213744",35206,35345 +"213745",35206,35346 +"213746",35206,35347 +"213747",35206,35348 +"213748",35206,35353 +"213749",35206,35354 +"213750",35206,35355 +"213751",35206,35356 +"213752",35206,35357 +"213753",35206,35362 +"213754",35206,35363 +"213755",35206,35461 +"213756",35206,35685 +"213757",35206,35686 +"213758",35206,35687 +"213759",35206,35862 +"213760",35206,35863 +"213761",35206,35864 +"213762",35206,35865 +"213763",35206,35866 +"213764",35206,35867 +"213765",35206,35956 +"213766",35206,35957 +"213767",35206,35968 +"213768",35206,35969 +"213769",35206,35970 +"213770",35206,36094 +"213771",35206,51445 +"213772",35206,59531 +"213773",35206,63789 +"213774",35207,35208 +"213775",35207,35210 +"213776",35207,35211 +"213777",35207,35212 +"213778",35207,35213 +"213779",35207,35220 +"213780",35207,35221 +"213781",35207,35225 +"213782",35207,35226 +"213783",35207,35227 +"213784",35207,35228 +"213785",35207,35229 +"213786",35207,35246 +"213787",35207,35247 +"213788",35207,35248 +"213789",35207,35249 +"213790",35207,35255 +"213791",35207,35271 +"213792",35207,35272 +"213793",35207,35273 +"213794",35207,35274 +"213795",35207,35275 +"213796",35207,35276 +"213797",35207,35277 +"213798",35207,35279 +"213799",35207,35280 +"213800",35207,35297 +"213801",35207,35298 +"213802",35207,35300 +"213803",35207,35310 +"213804",35207,35311 +"213805",35207,35313 +"213806",35207,35314 +"213807",35207,35315 +"213808",35207,35321 +"213809",35207,35322 +"213810",35207,35323 +"213811",35207,35324 +"213812",35207,35326 +"213813",35207,35327 +"213814",35207,35328 +"213815",35207,35330 +"213816",35207,35331 +"213817",35207,35332 +"213818",35207,35337 +"213819",35207,35343 +"213820",35207,35344 +"213821",35207,35345 +"213822",35207,35346 +"213823",35207,35347 +"213824",35207,35348 +"213825",35207,35353 +"213826",35207,35354 +"213827",35207,35355 +"213828",35207,35356 +"213829",35207,35357 +"213830",35207,35362 +"213831",35207,35363 +"213832",35207,35461 +"213833",35207,35685 +"213834",35207,35686 +"213835",35207,35687 +"213836",35207,35862 +"213837",35207,35863 +"213838",35207,35864 +"213839",35207,35865 +"213840",35207,35866 +"213841",35207,35867 +"213842",35207,35956 +"213843",35207,35957 +"213844",35207,35968 +"213845",35207,35969 +"213846",35207,35970 +"213847",35207,36094 +"213848",35207,51445 +"213849",35207,59531 +"213850",35207,63789 +"213851",35208,35210 +"213852",35208,35211 +"213853",35208,35212 +"213854",35208,35213 +"213855",35208,35220 +"213856",35208,35221 +"213857",35208,35225 +"213858",35208,35226 +"213859",35208,35227 +"213860",35208,35228 +"213861",35208,35229 +"213862",35208,35246 +"213863",35208,35247 +"213864",35208,35248 +"213865",35208,35249 +"213866",35208,35255 +"213867",35208,35271 +"213868",35208,35272 +"213869",35208,35273 +"213870",35208,35274 +"213871",35208,35275 +"213872",35208,35276 +"213873",35208,35277 +"213874",35208,35279 +"213875",35208,35280 +"213876",35208,35297 +"213877",35208,35298 +"213878",35208,35300 +"213879",35208,35310 +"213880",35208,35311 +"213881",35208,35313 +"213882",35208,35314 +"213883",35208,35315 +"213884",35208,35321 +"213885",35208,35322 +"213886",35208,35323 +"213887",35208,35324 +"213888",35208,35326 +"213889",35208,35327 +"213890",35208,35328 +"213891",35208,35330 +"213892",35208,35331 +"213893",35208,35332 +"213894",35208,35337 +"213895",35208,35343 +"213896",35208,35344 +"213897",35208,35345 +"213898",35208,35346 +"213899",35208,35347 +"213900",35208,35348 +"213901",35208,35353 +"213902",35208,35354 +"213903",35208,35355 +"213904",35208,35356 +"213905",35208,35357 +"213906",35208,35362 +"213907",35208,35363 +"213908",35208,35461 +"213909",35208,35685 +"213910",35208,35686 +"213911",35208,35687 +"213912",35208,35862 +"213913",35208,35863 +"213914",35208,35864 +"213915",35208,35865 +"213916",35208,35866 +"213917",35208,35867 +"213918",35208,35956 +"213919",35208,35957 +"213920",35208,35968 +"213921",35208,35969 +"213922",35208,35970 +"213923",35208,36094 +"213924",35208,51445 +"213925",35208,59531 +"213926",35208,63789 +"213927",35209,66104 +"213928",35209,67655 +"213929",35210,35211 +"213930",35210,35212 +"213931",35210,35213 +"213932",35210,35220 +"213933",35210,35221 +"213934",35210,35225 +"213935",35210,35226 +"213936",35210,35227 +"213937",35210,35228 +"213938",35210,35229 +"213939",35210,35246 +"213940",35210,35247 +"213941",35210,35248 +"213942",35210,35249 +"213943",35210,35255 +"213944",35210,35271 +"213945",35210,35272 +"213946",35210,35273 +"213947",35210,35274 +"213948",35210,35275 +"213949",35210,35276 +"213950",35210,35277 +"213951",35210,35279 +"213952",35210,35280 +"213953",35210,35297 +"213954",35210,35298 +"213955",35210,35300 +"213956",35210,35310 +"213957",35210,35311 +"213958",35210,35313 +"213959",35210,35314 +"213960",35210,35315 +"213961",35210,35321 +"213962",35210,35322 +"213963",35210,35323 +"213964",35210,35324 +"213965",35210,35326 +"213966",35210,35327 +"213967",35210,35328 +"213968",35210,35330 +"213969",35210,35331 +"213970",35210,35332 +"213971",35210,35337 +"213972",35210,35343 +"213973",35210,35344 +"213974",35210,35345 +"213975",35210,35346 +"213976",35210,35347 +"213977",35210,35348 +"213978",35210,35353 +"213979",35210,35354 +"213980",35210,35355 +"213981",35210,35356 +"213982",35210,35357 +"213983",35210,35362 +"213984",35210,35363 +"213985",35210,35461 +"213986",35210,35685 +"213987",35210,35686 +"213988",35210,35687 +"213989",35210,35862 +"213990",35210,35863 +"213991",35210,35864 +"213992",35210,35865 +"213993",35210,35866 +"213994",35210,35867 +"213995",35210,35956 +"213996",35210,35957 +"213997",35210,35968 +"213998",35210,35969 +"213999",35210,35970 +"214000",35210,36094 +"214001",35210,51445 +"214002",35210,59531 +"214003",35210,63789 +"214004",35211,35212 +"214005",35211,35213 +"214006",35211,35220 +"214007",35211,35221 +"214008",35211,35225 +"214009",35211,35226 +"214010",35211,35227 +"214011",35211,35228 +"214012",35211,35229 +"214013",35211,35246 +"214014",35211,35247 +"214015",35211,35248 +"214016",35211,35249 +"214017",35211,35255 +"214018",35211,35271 +"214019",35211,35272 +"214020",35211,35273 +"214021",35211,35274 +"214022",35211,35275 +"214023",35211,35276 +"214024",35211,35277 +"214025",35211,35279 +"214026",35211,35280 +"214027",35211,35297 +"214028",35211,35298 +"214029",35211,35300 +"214030",35211,35310 +"214031",35211,35311 +"214032",35211,35313 +"214033",35211,35314 +"214034",35211,35315 +"214035",35211,35321 +"214036",35211,35322 +"214037",35211,35323 +"214038",35211,35324 +"214039",35211,35326 +"214040",35211,35327 +"214041",35211,35328 +"214042",35211,35330 +"214043",35211,35331 +"214044",35211,35332 +"214045",35211,35337 +"214046",35211,35343 +"214047",35211,35344 +"214048",35211,35345 +"214049",35211,35346 +"214050",35211,35347 +"214051",35211,35348 +"214052",35211,35353 +"214053",35211,35354 +"214054",35211,35355 +"214055",35211,35356 +"214056",35211,35357 +"214057",35211,35362 +"214058",35211,35363 +"214059",35211,35461 +"214060",35211,35685 +"214061",35211,35686 +"214062",35211,35687 +"214063",35211,35862 +"214064",35211,35863 +"214065",35211,35864 +"214066",35211,35865 +"214067",35211,35866 +"214068",35211,35867 +"214069",35211,35956 +"214070",35211,35957 +"214071",35211,35968 +"214072",35211,35969 +"214073",35211,35970 +"214074",35211,36094 +"214075",35211,51445 +"214076",35211,59531 +"214077",35211,63789 +"214078",35212,35213 +"214079",35212,35220 +"214080",35212,35221 +"214081",35212,35225 +"214082",35212,35226 +"214083",35212,35227 +"214084",35212,35228 +"214085",35212,35229 +"214086",35212,35246 +"214087",35212,35247 +"214088",35212,35248 +"214089",35212,35249 +"214090",35212,35255 +"214091",35212,35271 +"214092",35212,35272 +"214093",35212,35273 +"214094",35212,35274 +"214095",35212,35275 +"214096",35212,35276 +"214097",35212,35277 +"214098",35212,35279 +"214099",35212,35280 +"214100",35212,35297 +"214101",35212,35298 +"214102",35212,35300 +"214103",35212,35310 +"214104",35212,35311 +"214105",35212,35313 +"214106",35212,35314 +"214107",35212,35315 +"214108",35212,35321 +"214109",35212,35322 +"214110",35212,35323 +"214111",35212,35324 +"214112",35212,35326 +"214113",35212,35327 +"214114",35212,35328 +"214115",35212,35330 +"214116",35212,35331 +"214117",35212,35332 +"214118",35212,35337 +"214119",35212,35343 +"214120",35212,35344 +"214121",35212,35345 +"214122",35212,35346 +"214123",35212,35347 +"214124",35212,35348 +"214125",35212,35353 +"214126",35212,35354 +"214127",35212,35355 +"214128",35212,35356 +"214129",35212,35357 +"214130",35212,35362 +"214131",35212,35363 +"214132",35212,35461 +"214133",35212,35685 +"214134",35212,35686 +"214135",35212,35687 +"214136",35212,35862 +"214137",35212,35863 +"214138",35212,35864 +"214139",35212,35865 +"214140",35212,35866 +"214141",35212,35867 +"214142",35212,35956 +"214143",35212,35957 +"214144",35212,35968 +"214145",35212,35969 +"214146",35212,35970 +"214147",35212,36094 +"214148",35212,51445 +"214149",35212,59531 +"214150",35212,63789 +"214151",35213,35220 +"214152",35213,35221 +"214153",35213,35225 +"214154",35213,35226 +"214155",35213,35227 +"214156",35213,35228 +"214157",35213,35229 +"214158",35213,35246 +"214159",35213,35247 +"214160",35213,35248 +"214161",35213,35249 +"214162",35213,35255 +"214163",35213,35271 +"214164",35213,35272 +"214165",35213,35273 +"214166",35213,35274 +"214167",35213,35275 +"214168",35213,35276 +"214169",35213,35277 +"214170",35213,35279 +"214171",35213,35280 +"214172",35213,35297 +"214173",35213,35298 +"214174",35213,35300 +"214175",35213,35310 +"214176",35213,35311 +"214177",35213,35313 +"214178",35213,35314 +"214179",35213,35315 +"214180",35213,35321 +"214181",35213,35322 +"214182",35213,35323 +"214183",35213,35324 +"214184",35213,35326 +"214185",35213,35327 +"214186",35213,35328 +"214187",35213,35330 +"214188",35213,35331 +"214189",35213,35332 +"214190",35213,35337 +"214191",35213,35343 +"214192",35213,35344 +"214193",35213,35345 +"214194",35213,35346 +"214195",35213,35347 +"214196",35213,35348 +"214197",35213,35353 +"214198",35213,35354 +"214199",35213,35355 +"214200",35213,35356 +"214201",35213,35357 +"214202",35213,35362 +"214203",35213,35363 +"214204",35213,35461 +"214205",35213,35685 +"214206",35213,35686 +"214207",35213,35687 +"214208",35213,35862 +"214209",35213,35863 +"214210",35213,35864 +"214211",35213,35865 +"214212",35213,35866 +"214213",35213,35867 +"214214",35213,35956 +"214215",35213,35957 +"214216",35213,35968 +"214217",35213,35969 +"214218",35213,35970 +"214219",35213,36094 +"214220",35213,49622 +"214221",35213,49632 +"214222",35213,51445 +"214223",35213,59531 +"214224",35213,63789 +"214225",35215,37572 +"214226",35215,37588 +"214227",35215,42362 +"214228",35217,44894 +"214229",35217,46962 +"214230",35217,51656 +"214231",35217,52926 +"214232",35217,86883 +"214233",35217,100979 +"214234",35218,49115 +"214235",35218,69635 +"214236",35218,85492 +"214237",35218,85494 +"214238",35218,89782 +"214239",35218,95050 +"214240",35220,35221 +"214241",35220,35225 +"214242",35220,35226 +"214243",35220,35227 +"214244",35220,35228 +"214245",35220,35229 +"214246",35220,35246 +"214247",35220,35247 +"214248",35220,35248 +"214249",35220,35249 +"214250",35220,35255 +"214251",35220,35271 +"214252",35220,35272 +"214253",35220,35273 +"214254",35220,35274 +"214255",35220,35275 +"214256",35220,35276 +"214257",35220,35277 +"214258",35220,35279 +"214259",35220,35280 +"214260",35220,35297 +"214261",35220,35298 +"214262",35220,35300 +"214263",35220,35310 +"214264",35220,35311 +"214265",35220,35313 +"214266",35220,35314 +"214267",35220,35315 +"214268",35220,35321 +"214269",35220,35322 +"214270",35220,35323 +"214271",35220,35324 +"214272",35220,35326 +"214273",35220,35327 +"214274",35220,35328 +"214275",35220,35330 +"214276",35220,35331 +"214277",35220,35332 +"214278",35220,35337 +"214279",35220,35343 +"214280",35220,35344 +"214281",35220,35345 +"214282",35220,35346 +"214283",35220,35347 +"214284",35220,35348 +"214285",35220,35353 +"214286",35220,35354 +"214287",35220,35355 +"214288",35220,35356 +"214289",35220,35357 +"214290",35220,35362 +"214291",35220,35363 +"214292",35220,35461 +"214293",35220,35685 +"214294",35220,35686 +"214295",35220,35687 +"214296",35220,35862 +"214297",35220,35863 +"214298",35220,35864 +"214299",35220,35865 +"214300",35220,35866 +"214301",35220,35867 +"214302",35220,35956 +"214303",35220,35957 +"214304",35220,35968 +"214305",35220,35969 +"214306",35220,35970 +"214307",35220,36094 +"214308",35220,51445 +"214309",35220,59531 +"214310",35220,63789 +"214311",35221,35225 +"214312",35221,35226 +"214313",35221,35227 +"214314",35221,35228 +"214315",35221,35229 +"214316",35221,35246 +"214317",35221,35247 +"214318",35221,35248 +"214319",35221,35249 +"214320",35221,35255 +"214321",35221,35271 +"214322",35221,35272 +"214323",35221,35273 +"214324",35221,35274 +"214325",35221,35275 +"214326",35221,35276 +"214327",35221,35277 +"214328",35221,35279 +"214329",35221,35280 +"214330",35221,35297 +"214331",35221,35298 +"214332",35221,35300 +"214333",35221,35310 +"214334",35221,35311 +"214335",35221,35313 +"214336",35221,35314 +"214337",35221,35315 +"214338",35221,35321 +"214339",35221,35322 +"214340",35221,35323 +"214341",35221,35324 +"214342",35221,35326 +"214343",35221,35327 +"214344",35221,35328 +"214345",35221,35330 +"214346",35221,35331 +"214347",35221,35332 +"214348",35221,35337 +"214349",35221,35343 +"214350",35221,35344 +"214351",35221,35345 +"214352",35221,35346 +"214353",35221,35347 +"214354",35221,35348 +"214355",35221,35353 +"214356",35221,35354 +"214357",35221,35355 +"214358",35221,35356 +"214359",35221,35357 +"214360",35221,35362 +"214361",35221,35363 +"214362",35221,35461 +"214363",35221,35685 +"214364",35221,35686 +"214365",35221,35687 +"214366",35221,35862 +"214367",35221,35863 +"214368",35221,35864 +"214369",35221,35865 +"214370",35221,35866 +"214371",35221,35867 +"214372",35221,35956 +"214373",35221,35957 +"214374",35221,35968 +"214375",35221,35969 +"214376",35221,35970 +"214377",35221,36094 +"214378",35221,51445 +"214379",35221,59531 +"214380",35221,63789 +"214381",35222,63235 +"214382",35222,69411 +"214383",35223,49143 +"214384",35223,71668 +"214385",35223,95718 +"214386",35223,106637 +"214387",35224,71489 +"214388",35224,99389 +"214389",35225,35226 +"214390",35225,35227 +"214391",35225,35228 +"214392",35225,35229 +"214393",35225,35246 +"214394",35225,35247 +"214395",35225,35248 +"214396",35225,35249 +"214397",35225,35255 +"214398",35225,35271 +"214399",35225,35272 +"214400",35225,35273 +"214401",35225,35274 +"214402",35225,35275 +"214403",35225,35276 +"214404",35225,35277 +"214405",35225,35279 +"214406",35225,35280 +"214407",35225,35297 +"214408",35225,35298 +"214409",35225,35300 +"214410",35225,35310 +"214411",35225,35311 +"214412",35225,35313 +"214413",35225,35314 +"214414",35225,35315 +"214415",35225,35321 +"214416",35225,35322 +"214417",35225,35323 +"214418",35225,35324 +"214419",35225,35326 +"214420",35225,35327 +"214421",35225,35328 +"214422",35225,35330 +"214423",35225,35331 +"214424",35225,35332 +"214425",35225,35337 +"214426",35225,35343 +"214427",35225,35344 +"214428",35225,35345 +"214429",35225,35346 +"214430",35225,35347 +"214431",35225,35348 +"214432",35225,35353 +"214433",35225,35354 +"214434",35225,35355 +"214435",35225,35356 +"214436",35225,35357 +"214437",35225,35362 +"214438",35225,35363 +"214439",35225,35461 +"214440",35225,35685 +"214441",35225,35686 +"214442",35225,35687 +"214443",35225,35862 +"214444",35225,35863 +"214445",35225,35864 +"214446",35225,35865 +"214447",35225,35866 +"214448",35225,35867 +"214449",35225,35956 +"214450",35225,35957 +"214451",35225,35968 +"214452",35225,35969 +"214453",35225,35970 +"214454",35225,36094 +"214455",35225,51445 +"214456",35225,59531 +"214457",35225,63789 +"214458",35226,35227 +"214459",35226,35228 +"214460",35226,35229 +"214461",35226,35246 +"214462",35226,35247 +"214463",35226,35248 +"214464",35226,35249 +"214465",35226,35255 +"214466",35226,35271 +"214467",35226,35272 +"214468",35226,35273 +"214469",35226,35274 +"214470",35226,35275 +"214471",35226,35276 +"214472",35226,35277 +"214473",35226,35279 +"214474",35226,35280 +"214475",35226,35297 +"214476",35226,35298 +"214477",35226,35300 +"214478",35226,35310 +"214479",35226,35311 +"214480",35226,35313 +"214481",35226,35314 +"214482",35226,35315 +"214483",35226,35321 +"214484",35226,35322 +"214485",35226,35323 +"214486",35226,35324 +"214487",35226,35326 +"214488",35226,35327 +"214489",35226,35328 +"214490",35226,35330 +"214491",35226,35331 +"214492",35226,35332 +"214493",35226,35337 +"214494",35226,35343 +"214495",35226,35344 +"214496",35226,35345 +"214497",35226,35346 +"214498",35226,35347 +"214499",35226,35348 +"214500",35226,35353 +"214501",35226,35354 +"214502",35226,35355 +"214503",35226,35356 +"214504",35226,35357 +"214505",35226,35362 +"214506",35226,35363 +"214507",35226,35461 +"214508",35226,35685 +"214509",35226,35686 +"214510",35226,35687 +"214511",35226,35862 +"214512",35226,35863 +"214513",35226,35864 +"214514",35226,35865 +"214515",35226,35866 +"214516",35226,35867 +"214517",35226,35956 +"214518",35226,35957 +"214519",35226,35968 +"214520",35226,35969 +"214521",35226,35970 +"214522",35226,36094 +"214523",35226,51445 +"214524",35226,59531 +"214525",35226,63789 +"214526",35227,35228 +"214527",35227,35229 +"214528",35227,35246 +"214529",35227,35247 +"214530",35227,35248 +"214531",35227,35249 +"214532",35227,35255 +"214533",35227,35271 +"214534",35227,35272 +"214535",35227,35273 +"214536",35227,35274 +"214537",35227,35275 +"214538",35227,35276 +"214539",35227,35277 +"214540",35227,35279 +"214541",35227,35280 +"214542",35227,35297 +"214543",35227,35298 +"214544",35227,35300 +"214545",35227,35310 +"214546",35227,35311 +"214547",35227,35313 +"214548",35227,35314 +"214549",35227,35315 +"214550",35227,35321 +"214551",35227,35322 +"214552",35227,35323 +"214553",35227,35324 +"214554",35227,35326 +"214555",35227,35327 +"214556",35227,35328 +"214557",35227,35330 +"214558",35227,35331 +"214559",35227,35332 +"214560",35227,35337 +"214561",35227,35343 +"214562",35227,35344 +"214563",35227,35345 +"214564",35227,35346 +"214565",35227,35347 +"214566",35227,35348 +"214567",35227,35353 +"214568",35227,35354 +"214569",35227,35355 +"214570",35227,35356 +"214571",35227,35357 +"214572",35227,35362 +"214573",35227,35363 +"214574",35227,35461 +"214575",35227,35685 +"214576",35227,35686 +"214577",35227,35687 +"214578",35227,35862 +"214579",35227,35863 +"214580",35227,35864 +"214581",35227,35865 +"214582",35227,35866 +"214583",35227,35867 +"214584",35227,35956 +"214585",35227,35957 +"214586",35227,35968 +"214587",35227,35969 +"214588",35227,35970 +"214589",35227,36094 +"214590",35227,51445 +"214591",35227,59531 +"214592",35227,63789 +"214593",35228,35229 +"214594",35228,35246 +"214595",35228,35247 +"214596",35228,35248 +"214597",35228,35249 +"214598",35228,35255 +"214599",35228,35271 +"214600",35228,35272 +"214601",35228,35273 +"214602",35228,35274 +"214603",35228,35275 +"214604",35228,35276 +"214605",35228,35277 +"214606",35228,35279 +"214607",35228,35280 +"214608",35228,35297 +"214609",35228,35298 +"214610",35228,35300 +"214611",35228,35310 +"214612",35228,35311 +"214613",35228,35313 +"214614",35228,35314 +"214615",35228,35315 +"214616",35228,35321 +"214617",35228,35322 +"214618",35228,35323 +"214619",35228,35324 +"214620",35228,35326 +"214621",35228,35327 +"214622",35228,35328 +"214623",35228,35330 +"214624",35228,35331 +"214625",35228,35332 +"214626",35228,35337 +"214627",35228,35343 +"214628",35228,35344 +"214629",35228,35345 +"214630",35228,35346 +"214631",35228,35347 +"214632",35228,35348 +"214633",35228,35353 +"214634",35228,35354 +"214635",35228,35355 +"214636",35228,35356 +"214637",35228,35357 +"214638",35228,35362 +"214639",35228,35363 +"214640",35228,35461 +"214641",35228,35685 +"214642",35228,35686 +"214643",35228,35687 +"214644",35228,35862 +"214645",35228,35863 +"214646",35228,35864 +"214647",35228,35865 +"214648",35228,35866 +"214649",35228,35867 +"214650",35228,35956 +"214651",35228,35957 +"214652",35228,35968 +"214653",35228,35969 +"214654",35228,35970 +"214655",35228,36094 +"214656",35228,51445 +"214657",35228,59531 +"214658",35228,63789 +"214659",35229,35246 +"214660",35229,35247 +"214661",35229,35248 +"214662",35229,35249 +"214663",35229,35255 +"214664",35229,35271 +"214665",35229,35272 +"214666",35229,35273 +"214667",35229,35274 +"214668",35229,35275 +"214669",35229,35276 +"214670",35229,35277 +"214671",35229,35279 +"214672",35229,35280 +"214673",35229,35297 +"214674",35229,35298 +"214675",35229,35300 +"214676",35229,35310 +"214677",35229,35311 +"214678",35229,35313 +"214679",35229,35314 +"214680",35229,35315 +"214681",35229,35321 +"214682",35229,35322 +"214683",35229,35323 +"214684",35229,35324 +"214685",35229,35326 +"214686",35229,35327 +"214687",35229,35328 +"214688",35229,35330 +"214689",35229,35331 +"214690",35229,35332 +"214691",35229,35337 +"214692",35229,35343 +"214693",35229,35344 +"214694",35229,35345 +"214695",35229,35346 +"214696",35229,35347 +"214697",35229,35348 +"214698",35229,35353 +"214699",35229,35354 +"214700",35229,35355 +"214701",35229,35356 +"214702",35229,35357 +"214703",35229,35362 +"214704",35229,35363 +"214705",35229,35461 +"214706",35229,35685 +"214707",35229,35686 +"214708",35229,35687 +"214709",35229,35862 +"214710",35229,35863 +"214711",35229,35864 +"214712",35229,35865 +"214713",35229,35866 +"214714",35229,35867 +"214715",35229,35956 +"214716",35229,35957 +"214717",35229,35968 +"214718",35229,35969 +"214719",35229,35970 +"214720",35229,36094 +"214721",35229,51445 +"214722",35229,59531 +"214723",35229,63789 +"214724",35231,45733 +"214725",35231,51132 +"214726",35231,53650 +"214727",35231,60724 +"214728",35231,66309 +"214729",35231,68488 +"214730",35231,69273 +"214731",35232,56429 +"214732",35232,56430 +"214733",35232,56434 +"214734",35233,36935 +"214735",35233,39000 +"214736",35233,67499 +"214737",35233,72039 +"214738",35233,88958 +"214739",35233,114150 +"214740",35234,96996 +"214741",35235,54376 +"214742",35235,61388 +"214743",35235,71006 +"214744",35237,46015 +"214745",35237,53974 +"214746",35237,57899 +"214747",35237,63014 +"214748",35237,70023 +"214749",35237,71295 +"214750",35237,123479 +"214751",35238,108165 +"214752",35239,35309 +"214753",35240,35829 +"214754",35240,41632 +"214755",35240,53477 +"214756",35240,61351 +"214757",35240,61512 +"214758",35240,108316 +"214759",35241,37452 +"214760",35241,68604 +"214761",35241,79629 +"214762",35242,35319 +"214763",35242,51332 +"214764",35242,51333 +"214765",35242,51344 +"214766",35242,51345 +"214767",35242,51378 +"214768",35242,51416 +"214769",35243,37695 +"214770",35243,40317 +"214771",35243,76739 +"214772",35243,104092 +"214773",35243,116602 +"214774",35243,118770 +"214775",35243,121376 +"214776",35244,39976 +"214777",35245,64929 +"214778",35245,101099 +"214779",35245,114286 +"214780",35246,35247 +"214781",35246,35248 +"214782",35246,35249 +"214783",35246,35255 +"214784",35246,35271 +"214785",35246,35272 +"214786",35246,35273 +"214787",35246,35274 +"214788",35246,35275 +"214789",35246,35276 +"214790",35246,35277 +"214791",35246,35279 +"214792",35246,35280 +"214793",35246,35297 +"214794",35246,35298 +"214795",35246,35300 +"214796",35246,35310 +"214797",35246,35311 +"214798",35246,35313 +"214799",35246,35314 +"214800",35246,35315 +"214801",35246,35321 +"214802",35246,35322 +"214803",35246,35323 +"214804",35246,35324 +"214805",35246,35326 +"214806",35246,35327 +"214807",35246,35328 +"214808",35246,35330 +"214809",35246,35331 +"214810",35246,35332 +"214811",35246,35337 +"214812",35246,35343 +"214813",35246,35344 +"214814",35246,35345 +"214815",35246,35346 +"214816",35246,35347 +"214817",35246,35348 +"214818",35246,35353 +"214819",35246,35354 +"214820",35246,35355 +"214821",35246,35356 +"214822",35246,35357 +"214823",35246,35362 +"214824",35246,35363 +"214825",35246,35461 +"214826",35246,35685 +"214827",35246,35686 +"214828",35246,35687 +"214829",35246,35862 +"214830",35246,35863 +"214831",35246,35864 +"214832",35246,35865 +"214833",35246,35866 +"214834",35246,35867 +"214835",35246,35956 +"214836",35246,35957 +"214837",35246,35968 +"214838",35246,35969 +"214839",35246,35970 +"214840",35246,36094 +"214841",35246,51445 +"214842",35246,59531 +"214843",35246,63789 +"214844",35247,35248 +"214845",35247,35249 +"214846",35247,35255 +"214847",35247,35271 +"214848",35247,35272 +"214849",35247,35273 +"214850",35247,35274 +"214851",35247,35275 +"214852",35247,35276 +"214853",35247,35277 +"214854",35247,35279 +"214855",35247,35280 +"214856",35247,35297 +"214857",35247,35298 +"214858",35247,35300 +"214859",35247,35310 +"214860",35247,35311 +"214861",35247,35313 +"214862",35247,35314 +"214863",35247,35315 +"214864",35247,35321 +"214865",35247,35322 +"214866",35247,35323 +"214867",35247,35324 +"214868",35247,35326 +"214869",35247,35327 +"214870",35247,35328 +"214871",35247,35330 +"214872",35247,35331 +"214873",35247,35332 +"214874",35247,35337 +"214875",35247,35343 +"214876",35247,35344 +"214877",35247,35345 +"214878",35247,35346 +"214879",35247,35347 +"214880",35247,35348 +"214881",35247,35353 +"214882",35247,35354 +"214883",35247,35355 +"214884",35247,35356 +"214885",35247,35357 +"214886",35247,35362 +"214887",35247,35363 +"214888",35247,35461 +"214889",35247,35685 +"214890",35247,35686 +"214891",35247,35687 +"214892",35247,35862 +"214893",35247,35863 +"214894",35247,35864 +"214895",35247,35865 +"214896",35247,35866 +"214897",35247,35867 +"214898",35247,35956 +"214899",35247,35957 +"214900",35247,35968 +"214901",35247,35969 +"214902",35247,35970 +"214903",35247,36094 +"214904",35247,51445 +"214905",35247,59531 +"214906",35247,63789 +"214907",35248,35249 +"214908",35248,35255 +"214909",35248,35271 +"214910",35248,35272 +"214911",35248,35273 +"214912",35248,35274 +"214913",35248,35275 +"214914",35248,35276 +"214915",35248,35277 +"214916",35248,35279 +"214917",35248,35280 +"214918",35248,35297 +"214919",35248,35298 +"214920",35248,35300 +"214921",35248,35310 +"214922",35248,35311 +"214923",35248,35313 +"214924",35248,35314 +"214925",35248,35315 +"214926",35248,35321 +"214927",35248,35322 +"214928",35248,35323 +"214929",35248,35324 +"214930",35248,35326 +"214931",35248,35327 +"214932",35248,35328 +"214933",35248,35330 +"214934",35248,35331 +"214935",35248,35332 +"214936",35248,35337 +"214937",35248,35343 +"214938",35248,35344 +"214939",35248,35345 +"214940",35248,35346 +"214941",35248,35347 +"214942",35248,35348 +"214943",35248,35353 +"214944",35248,35354 +"214945",35248,35355 +"214946",35248,35356 +"214947",35248,35357 +"214948",35248,35362 +"214949",35248,35363 +"214950",35248,35461 +"214951",35248,35685 +"214952",35248,35686 +"214953",35248,35687 +"214954",35248,35862 +"214955",35248,35863 +"214956",35248,35864 +"214957",35248,35865 +"214958",35248,35866 +"214959",35248,35867 +"214960",35248,35956 +"214961",35248,35957 +"214962",35248,35968 +"214963",35248,35969 +"214964",35248,35970 +"214965",35248,36094 +"214966",35248,51445 +"214967",35248,59531 +"214968",35248,63789 +"214969",35249,35255 +"214970",35249,35271 +"214971",35249,35272 +"214972",35249,35273 +"214973",35249,35274 +"214974",35249,35275 +"214975",35249,35276 +"214976",35249,35277 +"214977",35249,35279 +"214978",35249,35280 +"214979",35249,35297 +"214980",35249,35298 +"214981",35249,35300 +"214982",35249,35310 +"214983",35249,35311 +"214984",35249,35313 +"214985",35249,35314 +"214986",35249,35315 +"214987",35249,35321 +"214988",35249,35322 +"214989",35249,35323 +"214990",35249,35324 +"214991",35249,35326 +"214992",35249,35327 +"214993",35249,35328 +"214994",35249,35330 +"214995",35249,35331 +"214996",35249,35332 +"214997",35249,35337 +"214998",35249,35343 +"214999",35249,35344 +"215000",35249,35345 +"215001",35249,35346 +"215002",35249,35347 +"215003",35249,35348 +"215004",35249,35353 +"215005",35249,35354 +"215006",35249,35355 +"215007",35249,35356 +"215008",35249,35357 +"215009",35249,35362 +"215010",35249,35363 +"215011",35249,35461 +"215012",35249,35685 +"215013",35249,35686 +"215014",35249,35687 +"215015",35249,35862 +"215016",35249,35863 +"215017",35249,35864 +"215018",35249,35865 +"215019",35249,35866 +"215020",35249,35867 +"215021",35249,35956 +"215022",35249,35957 +"215023",35249,35968 +"215024",35249,35969 +"215025",35249,35970 +"215026",35249,36094 +"215027",35249,51445 +"215028",35249,59531 +"215029",35249,63789 +"215030",35250,71523 +"215031",35251,35672 +"215032",35251,40804 +"215033",35251,40805 +"215034",35251,53342 +"215035",35251,54879 +"215036",35251,56724 +"215037",35251,71059 +"215038",35251,82643 +"215039",35251,88938 +"215040",35251,115930 +"215041",35252,35267 +"215042",35253,35257 +"215043",35253,37666 +"215044",35253,48945 +"215045",35253,66245 +"215046",35254,35266 +"215047",35254,46493 +"215048",35255,35271 +"215049",35255,35272 +"215050",35255,35273 +"215051",35255,35274 +"215052",35255,35275 +"215053",35255,35276 +"215054",35255,35277 +"215055",35255,35279 +"215056",35255,35280 +"215057",35255,35297 +"215058",35255,35298 +"215059",35255,35300 +"215060",35255,35310 +"215061",35255,35311 +"215062",35255,35313 +"215063",35255,35314 +"215064",35255,35315 +"215065",35255,35321 +"215066",35255,35322 +"215067",35255,35323 +"215068",35255,35324 +"215069",35255,35326 +"215070",35255,35327 +"215071",35255,35328 +"215072",35255,35330 +"215073",35255,35331 +"215074",35255,35332 +"215075",35255,35337 +"215076",35255,35343 +"215077",35255,35344 +"215078",35255,35345 +"215079",35255,35346 +"215080",35255,35347 +"215081",35255,35348 +"215082",35255,35353 +"215083",35255,35354 +"215084",35255,35355 +"215085",35255,35356 +"215086",35255,35357 +"215087",35255,35362 +"215088",35255,35363 +"215089",35255,35461 +"215090",35255,35685 +"215091",35255,35686 +"215092",35255,35687 +"215093",35255,35862 +"215094",35255,35863 +"215095",35255,35864 +"215096",35255,35865 +"215097",35255,35866 +"215098",35255,35867 +"215099",35255,35956 +"215100",35255,35957 +"215101",35255,35968 +"215102",35255,35969 +"215103",35255,35970 +"215104",35255,36094 +"215105",35255,51445 +"215106",35255,59531 +"215107",35255,63789 +"215108",35256,35768 +"215109",35256,37570 +"215110",35256,37682 +"215111",35256,40019 +"215112",35256,42899 +"215113",35256,45001 +"215114",35256,46641 +"215115",35256,50095 +"215116",35256,54234 +"215117",35256,64394 +"215118",35256,64416 +"215119",35256,64443 +"215120",35258,53461 +"215121",35258,56979 +"215122",35258,57022 +"215123",35258,65937 +"215124",35259,76218 +"215125",35259,86669 +"215126",35260,95531 +"215127",35261,41621 +"215128",35261,49043 +"215129",35261,53154 +"215130",35261,63864 +"215131",35261,72494 +"215132",35261,81346 +"215133",35261,99209 +"215134",35261,118740 +"215135",35261,119322 +"215136",35263,35320 +"215137",35263,37281 +"215138",35263,66334 +"215139",35263,69565 +"215140",35263,72017 +"215141",35263,72896 +"215142",35263,74963 +"215143",35263,122105 +"215144",35264,46489 +"215145",35264,50572 +"215146",35264,54865 +"215147",35264,58527 +"215148",35264,76491 +"215149",35264,77402 +"215150",35264,77634 +"215151",35264,77810 +"215152",35264,77822 +"215153",35264,77869 +"215154",35264,85314 +"215155",35264,85830 +"215156",35265,60907 +"215157",35265,86014 +"215158",35265,121098 +"215159",35266,36790 +"215160",35266,48418 +"215161",35266,49487 +"215162",35266,50834 +"215163",35266,55793 +"215164",35266,58834 +"215165",35266,58886 +"215166",35266,60924 +"215167",35266,61195 +"215168",35266,64180 +"215169",35268,45100 +"215170",35268,89721 +"215171",35268,89724 +"215172",35268,89728 +"215173",35268,89733 +"215174",35268,107517 +"215175",35269,37100 +"215176",35269,46114 +"215177",35269,58484 +"215178",35269,58523 +"215179",35269,58551 +"215180",35271,35272 +"215181",35271,35273 +"215182",35271,35274 +"215183",35271,35275 +"215184",35271,35276 +"215185",35271,35277 +"215186",35271,35279 +"215187",35271,35280 +"215188",35271,35297 +"215189",35271,35298 +"215190",35271,35300 +"215191",35271,35310 +"215192",35271,35311 +"215193",35271,35313 +"215194",35271,35314 +"215195",35271,35315 +"215196",35271,35321 +"215197",35271,35322 +"215198",35271,35323 +"215199",35271,35324 +"215200",35271,35326 +"215201",35271,35327 +"215202",35271,35328 +"215203",35271,35330 +"215204",35271,35331 +"215205",35271,35332 +"215206",35271,35337 +"215207",35271,35343 +"215208",35271,35344 +"215209",35271,35345 +"215210",35271,35346 +"215211",35271,35347 +"215212",35271,35348 +"215213",35271,35353 +"215214",35271,35354 +"215215",35271,35355 +"215216",35271,35356 +"215217",35271,35357 +"215218",35271,35362 +"215219",35271,35363 +"215220",35271,35461 +"215221",35271,35685 +"215222",35271,35686 +"215223",35271,35687 +"215224",35271,35862 +"215225",35271,35863 +"215226",35271,35864 +"215227",35271,35865 +"215228",35271,35866 +"215229",35271,35867 +"215230",35271,35956 +"215231",35271,35957 +"215232",35271,35968 +"215233",35271,35969 +"215234",35271,35970 +"215235",35271,36094 +"215236",35271,51445 +"215237",35271,59531 +"215238",35271,63789 +"215239",35272,35273 +"215240",35272,35274 +"215241",35272,35275 +"215242",35272,35276 +"215243",35272,35277 +"215244",35272,35279 +"215245",35272,35280 +"215246",35272,35297 +"215247",35272,35298 +"215248",35272,35300 +"215249",35272,35310 +"215250",35272,35311 +"215251",35272,35313 +"215252",35272,35314 +"215253",35272,35315 +"215254",35272,35321 +"215255",35272,35322 +"215256",35272,35323 +"215257",35272,35324 +"215258",35272,35326 +"215259",35272,35327 +"215260",35272,35328 +"215261",35272,35330 +"215262",35272,35331 +"215263",35272,35332 +"215264",35272,35337 +"215265",35272,35343 +"215266",35272,35344 +"215267",35272,35345 +"215268",35272,35346 +"215269",35272,35347 +"215270",35272,35348 +"215271",35272,35353 +"215272",35272,35354 +"215273",35272,35355 +"215274",35272,35356 +"215275",35272,35357 +"215276",35272,35362 +"215277",35272,35363 +"215278",35272,35461 +"215279",35272,35685 +"215280",35272,35686 +"215281",35272,35687 +"215282",35272,35862 +"215283",35272,35863 +"215284",35272,35864 +"215285",35272,35865 +"215286",35272,35866 +"215287",35272,35867 +"215288",35272,35956 +"215289",35272,35957 +"215290",35272,35968 +"215291",35272,35969 +"215292",35272,35970 +"215293",35272,36094 +"215294",35272,51445 +"215295",35272,59531 +"215296",35272,63789 +"215297",35273,35274 +"215298",35273,35275 +"215299",35273,35276 +"215300",35273,35277 +"215301",35273,35279 +"215302",35273,35280 +"215303",35273,35297 +"215304",35273,35298 +"215305",35273,35300 +"215306",35273,35310 +"215307",35273,35311 +"215308",35273,35313 +"215309",35273,35314 +"215310",35273,35315 +"215311",35273,35321 +"215312",35273,35322 +"215313",35273,35323 +"215314",35273,35324 +"215315",35273,35326 +"215316",35273,35327 +"215317",35273,35328 +"215318",35273,35330 +"215319",35273,35331 +"215320",35273,35332 +"215321",35273,35337 +"215322",35273,35343 +"215323",35273,35344 +"215324",35273,35345 +"215325",35273,35346 +"215326",35273,35347 +"215327",35273,35348 +"215328",35273,35353 +"215329",35273,35354 +"215330",35273,35355 +"215331",35273,35356 +"215332",35273,35357 +"215333",35273,35362 +"215334",35273,35363 +"215335",35273,35461 +"215336",35273,35685 +"215337",35273,35686 +"215338",35273,35687 +"215339",35273,35862 +"215340",35273,35863 +"215341",35273,35864 +"215342",35273,35865 +"215343",35273,35866 +"215344",35273,35867 +"215345",35273,35956 +"215346",35273,35957 +"215347",35273,35968 +"215348",35273,35969 +"215349",35273,35970 +"215350",35273,36094 +"215351",35273,51445 +"215352",35273,59531 +"215353",35273,63789 +"215354",35274,35275 +"215355",35274,35276 +"215356",35274,35277 +"215357",35274,35279 +"215358",35274,35280 +"215359",35274,35297 +"215360",35274,35298 +"215361",35274,35300 +"215362",35274,35310 +"215363",35274,35311 +"215364",35274,35313 +"215365",35274,35314 +"215366",35274,35315 +"215367",35274,35321 +"215368",35274,35322 +"215369",35274,35323 +"215370",35274,35324 +"215371",35274,35326 +"215372",35274,35327 +"215373",35274,35328 +"215374",35274,35330 +"215375",35274,35331 +"215376",35274,35332 +"215377",35274,35337 +"215378",35274,35343 +"215379",35274,35344 +"215380",35274,35345 +"215381",35274,35346 +"215382",35274,35347 +"215383",35274,35348 +"215384",35274,35353 +"215385",35274,35354 +"215386",35274,35355 +"215387",35274,35356 +"215388",35274,35357 +"215389",35274,35362 +"215390",35274,35363 +"215391",35274,35461 +"215392",35274,35685 +"215393",35274,35686 +"215394",35274,35687 +"215395",35274,35862 +"215396",35274,35863 +"215397",35274,35864 +"215398",35274,35865 +"215399",35274,35866 +"215400",35274,35867 +"215401",35274,35956 +"215402",35274,35957 +"215403",35274,35968 +"215404",35274,35969 +"215405",35274,35970 +"215406",35274,36094 +"215407",35274,51445 +"215408",35274,59531 +"215409",35274,63789 +"215410",35275,35276 +"215411",35275,35277 +"215412",35275,35279 +"215413",35275,35280 +"215414",35275,35297 +"215415",35275,35298 +"215416",35275,35300 +"215417",35275,35310 +"215418",35275,35311 +"215419",35275,35313 +"215420",35275,35314 +"215421",35275,35315 +"215422",35275,35321 +"215423",35275,35322 +"215424",35275,35323 +"215425",35275,35324 +"215426",35275,35326 +"215427",35275,35327 +"215428",35275,35328 +"215429",35275,35330 +"215430",35275,35331 +"215431",35275,35332 +"215432",35275,35337 +"215433",35275,35343 +"215434",35275,35344 +"215435",35275,35345 +"215436",35275,35346 +"215437",35275,35347 +"215438",35275,35348 +"215439",35275,35353 +"215440",35275,35354 +"215441",35275,35355 +"215442",35275,35356 +"215443",35275,35357 +"215444",35275,35362 +"215445",35275,35363 +"215446",35275,35461 +"215447",35275,35685 +"215448",35275,35686 +"215449",35275,35687 +"215450",35275,35862 +"215451",35275,35863 +"215452",35275,35864 +"215453",35275,35865 +"215454",35275,35866 +"215455",35275,35867 +"215456",35275,35956 +"215457",35275,35957 +"215458",35275,35968 +"215459",35275,35969 +"215460",35275,35970 +"215461",35275,36094 +"215462",35275,51445 +"215463",35275,59531 +"215464",35275,63789 +"215465",35276,35277 +"215466",35276,35279 +"215467",35276,35280 +"215468",35276,35297 +"215469",35276,35298 +"215470",35276,35300 +"215471",35276,35310 +"215472",35276,35311 +"215473",35276,35313 +"215474",35276,35314 +"215475",35276,35315 +"215476",35276,35321 +"215477",35276,35322 +"215478",35276,35323 +"215479",35276,35324 +"215480",35276,35326 +"215481",35276,35327 +"215482",35276,35328 +"215483",35276,35330 +"215484",35276,35331 +"215485",35276,35332 +"215486",35276,35337 +"215487",35276,35343 +"215488",35276,35344 +"215489",35276,35345 +"215490",35276,35346 +"215491",35276,35347 +"215492",35276,35348 +"215493",35276,35353 +"215494",35276,35354 +"215495",35276,35355 +"215496",35276,35356 +"215497",35276,35357 +"215498",35276,35362 +"215499",35276,35363 +"215500",35276,35461 +"215501",35276,35685 +"215502",35276,35686 +"215503",35276,35687 +"215504",35276,35862 +"215505",35276,35863 +"215506",35276,35864 +"215507",35276,35865 +"215508",35276,35866 +"215509",35276,35867 +"215510",35276,35956 +"215511",35276,35957 +"215512",35276,35968 +"215513",35276,35969 +"215514",35276,35970 +"215515",35276,36094 +"215516",35276,51445 +"215517",35276,59531 +"215518",35276,63789 +"215519",35277,35279 +"215520",35277,35280 +"215521",35277,35297 +"215522",35277,35298 +"215523",35277,35300 +"215524",35277,35310 +"215525",35277,35311 +"215526",35277,35313 +"215527",35277,35314 +"215528",35277,35315 +"215529",35277,35321 +"215530",35277,35322 +"215531",35277,35323 +"215532",35277,35324 +"215533",35277,35326 +"215534",35277,35327 +"215535",35277,35328 +"215536",35277,35330 +"215537",35277,35331 +"215538",35277,35332 +"215539",35277,35337 +"215540",35277,35343 +"215541",35277,35344 +"215542",35277,35345 +"215543",35277,35346 +"215544",35277,35347 +"215545",35277,35348 +"215546",35277,35353 +"215547",35277,35354 +"215548",35277,35355 +"215549",35277,35356 +"215550",35277,35357 +"215551",35277,35362 +"215552",35277,35363 +"215553",35277,35461 +"215554",35277,35685 +"215555",35277,35686 +"215556",35277,35687 +"215557",35277,35862 +"215558",35277,35863 +"215559",35277,35864 +"215560",35277,35865 +"215561",35277,35866 +"215562",35277,35867 +"215563",35277,35956 +"215564",35277,35957 +"215565",35277,35968 +"215566",35277,35969 +"215567",35277,35970 +"215568",35277,36094 +"215569",35277,47828 +"215570",35277,47993 +"215571",35277,48069 +"215572",35277,51445 +"215573",35277,59531 +"215574",35277,63789 +"215575",35278,53652 +"215576",35278,55183 +"215577",35278,55419 +"215578",35278,56491 +"215579",35279,35280 +"215580",35279,35297 +"215581",35279,35298 +"215582",35279,35300 +"215583",35279,35310 +"215584",35279,35311 +"215585",35279,35313 +"215586",35279,35314 +"215587",35279,35315 +"215588",35279,35321 +"215589",35279,35322 +"215590",35279,35323 +"215591",35279,35324 +"215592",35279,35326 +"215593",35279,35327 +"215594",35279,35328 +"215595",35279,35330 +"215596",35279,35331 +"215597",35279,35332 +"215598",35279,35337 +"215599",35279,35343 +"215600",35279,35344 +"215601",35279,35345 +"215602",35279,35346 +"215603",35279,35347 +"215604",35279,35348 +"215605",35279,35353 +"215606",35279,35354 +"215607",35279,35355 +"215608",35279,35356 +"215609",35279,35357 +"215610",35279,35362 +"215611",35279,35363 +"215612",35279,35461 +"215613",35279,35685 +"215614",35279,35686 +"215615",35279,35687 +"215616",35279,35862 +"215617",35279,35863 +"215618",35279,35864 +"215619",35279,35865 +"215620",35279,35866 +"215621",35279,35867 +"215622",35279,35956 +"215623",35279,35957 +"215624",35279,35968 +"215625",35279,35969 +"215626",35279,35970 +"215627",35279,36094 +"215628",35279,51445 +"215629",35279,59531 +"215630",35279,63789 +"215631",35280,35297 +"215632",35280,35298 +"215633",35280,35300 +"215634",35280,35310 +"215635",35280,35311 +"215636",35280,35313 +"215637",35280,35314 +"215638",35280,35315 +"215639",35280,35321 +"215640",35280,35322 +"215641",35280,35323 +"215642",35280,35324 +"215643",35280,35326 +"215644",35280,35327 +"215645",35280,35328 +"215646",35280,35330 +"215647",35280,35331 +"215648",35280,35332 +"215649",35280,35337 +"215650",35280,35343 +"215651",35280,35344 +"215652",35280,35345 +"215653",35280,35346 +"215654",35280,35347 +"215655",35280,35348 +"215656",35280,35353 +"215657",35280,35354 +"215658",35280,35355 +"215659",35280,35356 +"215660",35280,35357 +"215661",35280,35362 +"215662",35280,35363 +"215663",35280,35461 +"215664",35280,35685 +"215665",35280,35686 +"215666",35280,35687 +"215667",35280,35862 +"215668",35280,35863 +"215669",35280,35864 +"215670",35280,35865 +"215671",35280,35866 +"215672",35280,35867 +"215673",35280,35956 +"215674",35280,35957 +"215675",35280,35968 +"215676",35280,35969 +"215677",35280,35970 +"215678",35280,36094 +"215679",35280,51445 +"215680",35280,59531 +"215681",35280,63789 +"215682",35281,46089 +"215683",35281,50311 +"215684",35281,67494 +"215685",35281,91191 +"215686",35282,41473 +"215687",35283,49310 +"215688",35283,63329 +"215689",35283,70935 +"215690",35283,76843 +"215691",35284,42061 +"215692",35284,46546 +"215693",35284,53707 +"215694",35284,54863 +"215695",35284,71209 +"215696",35284,95448 +"215697",35285,36533 +"215698",35285,58577 +"215699",35285,59738 +"215700",35285,77125 +"215701",35285,82938 +"215702",35285,83762 +"215703",35286,44008 +"215704",35286,49073 +"215705",35286,49086 +"215706",35286,55618 +"215707",35286,76044 +"215708",35286,76553 +"215709",35286,81463 +"215710",35286,82035 +"215711",35286,84028 +"215712",35286,85356 +"215713",35286,86785 +"215714",35286,88924 +"215715",35286,91891 +"215716",35286,91901 +"215717",35286,92270 +"215718",35286,96132 +"215719",35286,101298 +"215720",35286,104846 +"215721",35286,105125 +"215722",35286,105484 +"215723",35286,105697 +"215724",35286,106145 +"215725",35286,109200 +"215726",35286,117970 +"215727",35286,119836 +"215728",35287,56448 +"215729",35287,68828 +"215730",35287,70874 +"215731",35287,73147 +"215732",35287,77449 +"215733",35287,78488 +"215734",35287,94048 +"215735",35287,95600 +"215736",35287,105139 +"215737",35287,109509 +"215738",35287,116888 +"215739",35287,123051 +"215740",35287,123052 +"215741",35288,92636 +"215742",35289,39720 +"215743",35289,48719 +"215744",35289,51276 +"215745",35289,53775 +"215746",35289,55093 +"215747",35289,55973 +"215748",35289,58512 +"215749",35289,66670 +"215750",35289,77038 +"215751",35289,87957 +"215752",35289,96933 +"215753",35289,98541 +"215754",35289,108395 +"215755",35289,113594 +"215756",35290,60750 +"215757",35290,72658 +"215758",35291,38126 +"215759",35291,62151 +"215760",35291,107609 +"215761",35292,36296 +"215762",35292,43574 +"215763",35292,45697 +"215764",35292,72825 +"215765",35292,87334 +"215766",35292,91537 +"215767",35292,117943 +"215768",35292,117944 +"215769",35293,35520 +"215770",35293,35521 +"215771",35294,35411 +"215772",35294,35412 +"215773",35294,35452 +"215774",35294,87152 +"215775",35295,53152 +"215776",35295,109994 +"215777",35296,35457 +"215778",35296,38648 +"215779",35296,51103 +"215780",35296,53466 +"215781",35296,53791 +"215782",35296,77257 +"215783",35296,89760 +"215784",35296,95143 +"215785",35296,100701 +"215786",35296,103625 +"215787",35296,111754 +"215788",35296,117748 +"215789",35297,35298 +"215790",35297,35300 +"215791",35297,35310 +"215792",35297,35311 +"215793",35297,35313 +"215794",35297,35314 +"215795",35297,35315 +"215796",35297,35321 +"215797",35297,35322 +"215798",35297,35323 +"215799",35297,35324 +"215800",35297,35326 +"215801",35297,35327 +"215802",35297,35328 +"215803",35297,35330 +"215804",35297,35331 +"215805",35297,35332 +"215806",35297,35337 +"215807",35297,35343 +"215808",35297,35344 +"215809",35297,35345 +"215810",35297,35346 +"215811",35297,35347 +"215812",35297,35348 +"215813",35297,35353 +"215814",35297,35354 +"215815",35297,35355 +"215816",35297,35356 +"215817",35297,35357 +"215818",35297,35362 +"215819",35297,35363 +"215820",35297,35461 +"215821",35297,35685 +"215822",35297,35686 +"215823",35297,35687 +"215824",35297,35862 +"215825",35297,35863 +"215826",35297,35864 +"215827",35297,35865 +"215828",35297,35866 +"215829",35297,35867 +"215830",35297,35956 +"215831",35297,35957 +"215832",35297,35968 +"215833",35297,35969 +"215834",35297,35970 +"215835",35297,36094 +"215836",35297,51445 +"215837",35297,59531 +"215838",35297,63789 +"215839",35298,35300 +"215840",35298,35310 +"215841",35298,35311 +"215842",35298,35313 +"215843",35298,35314 +"215844",35298,35315 +"215845",35298,35321 +"215846",35298,35322 +"215847",35298,35323 +"215848",35298,35324 +"215849",35298,35326 +"215850",35298,35327 +"215851",35298,35328 +"215852",35298,35330 +"215853",35298,35331 +"215854",35298,35332 +"215855",35298,35337 +"215856",35298,35343 +"215857",35298,35344 +"215858",35298,35345 +"215859",35298,35346 +"215860",35298,35347 +"215861",35298,35348 +"215862",35298,35353 +"215863",35298,35354 +"215864",35298,35355 +"215865",35298,35356 +"215866",35298,35357 +"215867",35298,35362 +"215868",35298,35363 +"215869",35298,35461 +"215870",35298,35685 +"215871",35298,35686 +"215872",35298,35687 +"215873",35298,35862 +"215874",35298,35863 +"215875",35298,35864 +"215876",35298,35865 +"215877",35298,35866 +"215878",35298,35867 +"215879",35298,35956 +"215880",35298,35957 +"215881",35298,35968 +"215882",35298,35969 +"215883",35298,35970 +"215884",35298,36094 +"215885",35298,51445 +"215886",35298,59531 +"215887",35298,63789 +"215888",35300,35310 +"215889",35300,35311 +"215890",35300,35313 +"215891",35300,35314 +"215892",35300,35315 +"215893",35300,35321 +"215894",35300,35322 +"215895",35300,35323 +"215896",35300,35324 +"215897",35300,35326 +"215898",35300,35327 +"215899",35300,35328 +"215900",35300,35330 +"215901",35300,35331 +"215902",35300,35332 +"215903",35300,35337 +"215904",35300,35343 +"215905",35300,35344 +"215906",35300,35345 +"215907",35300,35346 +"215908",35300,35347 +"215909",35300,35348 +"215910",35300,35353 +"215911",35300,35354 +"215912",35300,35355 +"215913",35300,35356 +"215914",35300,35357 +"215915",35300,35362 +"215916",35300,35363 +"215917",35300,35461 +"215918",35300,35685 +"215919",35300,35686 +"215920",35300,35687 +"215921",35300,35862 +"215922",35300,35863 +"215923",35300,35864 +"215924",35300,35865 +"215925",35300,35866 +"215926",35300,35867 +"215927",35300,35956 +"215928",35300,35957 +"215929",35300,35968 +"215930",35300,35969 +"215931",35300,35970 +"215932",35300,36094 +"215933",35300,51445 +"215934",35300,59531 +"215935",35300,63789 +"215936",35301,80459 +"215937",35301,86505 +"215938",35301,87722 +"215939",35301,89421 +"215940",35301,110913 +"215941",35301,113711 +"215942",35301,113772 +"215943",35302,41739 +"215944",35302,50495 +"215945",35303,85677 +"215946",35304,41227 +"215947",35304,41489 +"215948",35304,45297 +"215949",35304,48823 +"215950",35304,54240 +"215951",35304,55481 +"215952",35304,62269 +"215953",35304,76580 +"215954",35304,76589 +"215955",35304,76845 +"215956",35304,96503 +"215957",35304,101971 +"215958",35305,76571 +"215959",35306,35325 +"215960",35306,35338 +"215961",35306,39002 +"215962",35306,80021 +"215963",35308,69306 +"215964",35308,104447 +"215965",35308,118206 +"215966",35308,120257 +"215967",35309,76777 +"215968",35309,83271 +"215969",35309,83272 +"215970",35310,35311 +"215971",35310,35313 +"215972",35310,35314 +"215973",35310,35315 +"215974",35310,35321 +"215975",35310,35322 +"215976",35310,35323 +"215977",35310,35324 +"215978",35310,35326 +"215979",35310,35327 +"215980",35310,35328 +"215981",35310,35330 +"215982",35310,35331 +"215983",35310,35332 +"215984",35310,35337 +"215985",35310,35343 +"215986",35310,35344 +"215987",35310,35345 +"215988",35310,35346 +"215989",35310,35347 +"215990",35310,35348 +"215991",35310,35353 +"215992",35310,35354 +"215993",35310,35355 +"215994",35310,35356 +"215995",35310,35357 +"215996",35310,35362 +"215997",35310,35363 +"215998",35310,35461 +"215999",35310,35685 +"216000",35310,35686 +"216001",35310,35687 +"216002",35310,35862 +"216003",35310,35863 +"216004",35310,35864 +"216005",35310,35865 +"216006",35310,35866 +"216007",35310,35867 +"216008",35310,35956 +"216009",35310,35957 +"216010",35310,35968 +"216011",35310,35969 +"216012",35310,35970 +"216013",35310,36094 +"216014",35310,51445 +"216015",35310,59531 +"216016",35310,63789 +"216017",35311,35313 +"216018",35311,35314 +"216019",35311,35315 +"216020",35311,35321 +"216021",35311,35322 +"216022",35311,35323 +"216023",35311,35324 +"216024",35311,35326 +"216025",35311,35327 +"216026",35311,35328 +"216027",35311,35330 +"216028",35311,35331 +"216029",35311,35332 +"216030",35311,35337 +"216031",35311,35343 +"216032",35311,35344 +"216033",35311,35345 +"216034",35311,35346 +"216035",35311,35347 +"216036",35311,35348 +"216037",35311,35353 +"216038",35311,35354 +"216039",35311,35355 +"216040",35311,35356 +"216041",35311,35357 +"216042",35311,35362 +"216043",35311,35363 +"216044",35311,35461 +"216045",35311,35685 +"216046",35311,35686 +"216047",35311,35687 +"216048",35311,35862 +"216049",35311,35863 +"216050",35311,35864 +"216051",35311,35865 +"216052",35311,35866 +"216053",35311,35867 +"216054",35311,35956 +"216055",35311,35957 +"216056",35311,35968 +"216057",35311,35969 +"216058",35311,35970 +"216059",35311,36094 +"216060",35311,51445 +"216061",35311,59531 +"216062",35311,63789 +"216063",35312,46726 +"216064",35312,50996 +"216065",35312,52507 +"216066",35312,62668 +"216067",35313,35314 +"216068",35313,35315 +"216069",35313,35321 +"216070",35313,35322 +"216071",35313,35323 +"216072",35313,35324 +"216073",35313,35326 +"216074",35313,35327 +"216075",35313,35328 +"216076",35313,35330 +"216077",35313,35331 +"216078",35313,35332 +"216079",35313,35337 +"216080",35313,35343 +"216081",35313,35344 +"216082",35313,35345 +"216083",35313,35346 +"216084",35313,35347 +"216085",35313,35348 +"216086",35313,35353 +"216087",35313,35354 +"216088",35313,35355 +"216089",35313,35356 +"216090",35313,35357 +"216091",35313,35362 +"216092",35313,35363 +"216093",35313,35461 +"216094",35313,35685 +"216095",35313,35686 +"216096",35313,35687 +"216097",35313,35862 +"216098",35313,35863 +"216099",35313,35864 +"216100",35313,35865 +"216101",35313,35866 +"216102",35313,35867 +"216103",35313,35956 +"216104",35313,35957 +"216105",35313,35968 +"216106",35313,35969 +"216107",35313,35970 +"216108",35313,36094 +"216109",35313,51445 +"216110",35313,59531 +"216111",35313,63789 +"216112",35314,35315 +"216113",35314,35321 +"216114",35314,35322 +"216115",35314,35323 +"216116",35314,35324 +"216117",35314,35326 +"216118",35314,35327 +"216119",35314,35328 +"216120",35314,35330 +"216121",35314,35331 +"216122",35314,35332 +"216123",35314,35337 +"216124",35314,35343 +"216125",35314,35344 +"216126",35314,35345 +"216127",35314,35346 +"216128",35314,35347 +"216129",35314,35348 +"216130",35314,35353 +"216131",35314,35354 +"216132",35314,35355 +"216133",35314,35356 +"216134",35314,35357 +"216135",35314,35362 +"216136",35314,35363 +"216137",35314,35461 +"216138",35314,35685 +"216139",35314,35686 +"216140",35314,35687 +"216141",35314,35862 +"216142",35314,35863 +"216143",35314,35864 +"216144",35314,35865 +"216145",35314,35866 +"216146",35314,35867 +"216147",35314,35956 +"216148",35314,35957 +"216149",35314,35968 +"216150",35314,35969 +"216151",35314,35970 +"216152",35314,36094 +"216153",35314,51445 +"216154",35314,59531 +"216155",35314,63789 +"216156",35315,35321 +"216157",35315,35322 +"216158",35315,35323 +"216159",35315,35324 +"216160",35315,35326 +"216161",35315,35327 +"216162",35315,35328 +"216163",35315,35330 +"216164",35315,35331 +"216165",35315,35332 +"216166",35315,35337 +"216167",35315,35343 +"216168",35315,35344 +"216169",35315,35345 +"216170",35315,35346 +"216171",35315,35347 +"216172",35315,35348 +"216173",35315,35353 +"216174",35315,35354 +"216175",35315,35355 +"216176",35315,35356 +"216177",35315,35357 +"216178",35315,35362 +"216179",35315,35363 +"216180",35315,35461 +"216181",35315,35685 +"216182",35315,35686 +"216183",35315,35687 +"216184",35315,35862 +"216185",35315,35863 +"216186",35315,35864 +"216187",35315,35865 +"216188",35315,35866 +"216189",35315,35867 +"216190",35315,35956 +"216191",35315,35957 +"216192",35315,35968 +"216193",35315,35969 +"216194",35315,35970 +"216195",35315,36094 +"216196",35315,51445 +"216197",35315,59531 +"216198",35315,63789 +"216199",35316,77891 +"216200",35316,110415 +"216201",35317,41226 +"216202",35317,42407 +"216203",35317,67787 +"216204",35317,87664 +"216205",35319,50692 +"216206",35321,35322 +"216207",35321,35323 +"216208",35321,35324 +"216209",35321,35326 +"216210",35321,35327 +"216211",35321,35328 +"216212",35321,35330 +"216213",35321,35331 +"216214",35321,35332 +"216215",35321,35337 +"216216",35321,35343 +"216217",35321,35344 +"216218",35321,35345 +"216219",35321,35346 +"216220",35321,35347 +"216221",35321,35348 +"216222",35321,35353 +"216223",35321,35354 +"216224",35321,35355 +"216225",35321,35356 +"216226",35321,35357 +"216227",35321,35362 +"216228",35321,35363 +"216229",35321,35461 +"216230",35321,35685 +"216231",35321,35686 +"216232",35321,35687 +"216233",35321,35862 +"216234",35321,35863 +"216235",35321,35864 +"216236",35321,35865 +"216237",35321,35866 +"216238",35321,35867 +"216239",35321,35956 +"216240",35321,35957 +"216241",35321,35968 +"216242",35321,35969 +"216243",35321,35970 +"216244",35321,36094 +"216245",35321,51445 +"216246",35321,59531 +"216247",35321,63789 +"216248",35322,35323 +"216249",35322,35324 +"216250",35322,35326 +"216251",35322,35327 +"216252",35322,35328 +"216253",35322,35330 +"216254",35322,35331 +"216255",35322,35332 +"216256",35322,35337 +"216257",35322,35343 +"216258",35322,35344 +"216259",35322,35345 +"216260",35322,35346 +"216261",35322,35347 +"216262",35322,35348 +"216263",35322,35353 +"216264",35322,35354 +"216265",35322,35355 +"216266",35322,35356 +"216267",35322,35357 +"216268",35322,35362 +"216269",35322,35363 +"216270",35322,35461 +"216271",35322,35685 +"216272",35322,35686 +"216273",35322,35687 +"216274",35322,35862 +"216275",35322,35863 +"216276",35322,35864 +"216277",35322,35865 +"216278",35322,35866 +"216279",35322,35867 +"216280",35322,35956 +"216281",35322,35957 +"216282",35322,35968 +"216283",35322,35969 +"216284",35322,35970 +"216285",35322,36094 +"216286",35322,51445 +"216287",35322,59531 +"216288",35322,63789 +"216289",35323,35324 +"216290",35323,35326 +"216291",35323,35327 +"216292",35323,35328 +"216293",35323,35330 +"216294",35323,35331 +"216295",35323,35332 +"216296",35323,35337 +"216297",35323,35343 +"216298",35323,35344 +"216299",35323,35345 +"216300",35323,35346 +"216301",35323,35347 +"216302",35323,35348 +"216303",35323,35353 +"216304",35323,35354 +"216305",35323,35355 +"216306",35323,35356 +"216307",35323,35357 +"216308",35323,35362 +"216309",35323,35363 +"216310",35323,35461 +"216311",35323,35685 +"216312",35323,35686 +"216313",35323,35687 +"216314",35323,35862 +"216315",35323,35863 +"216316",35323,35864 +"216317",35323,35865 +"216318",35323,35866 +"216319",35323,35867 +"216320",35323,35956 +"216321",35323,35957 +"216322",35323,35968 +"216323",35323,35969 +"216324",35323,35970 +"216325",35323,36094 +"216326",35323,51445 +"216327",35323,59531 +"216328",35323,63789 +"216329",35324,35326 +"216330",35324,35327 +"216331",35324,35328 +"216332",35324,35330 +"216333",35324,35331 +"216334",35324,35332 +"216335",35324,35337 +"216336",35324,35343 +"216337",35324,35344 +"216338",35324,35345 +"216339",35324,35346 +"216340",35324,35347 +"216341",35324,35348 +"216342",35324,35353 +"216343",35324,35354 +"216344",35324,35355 +"216345",35324,35356 +"216346",35324,35357 +"216347",35324,35362 +"216348",35324,35363 +"216349",35324,35461 +"216350",35324,35685 +"216351",35324,35686 +"216352",35324,35687 +"216353",35324,35862 +"216354",35324,35863 +"216355",35324,35864 +"216356",35324,35865 +"216357",35324,35866 +"216358",35324,35867 +"216359",35324,35956 +"216360",35324,35957 +"216361",35324,35968 +"216362",35324,35969 +"216363",35324,35970 +"216364",35324,36094 +"216365",35324,51445 +"216366",35324,59531 +"216367",35324,63789 +"216368",35325,35338 +"216369",35325,64747 +"216370",35326,35327 +"216371",35326,35328 +"216372",35326,35330 +"216373",35326,35331 +"216374",35326,35332 +"216375",35326,35337 +"216376",35326,35343 +"216377",35326,35344 +"216378",35326,35345 +"216379",35326,35346 +"216380",35326,35347 +"216381",35326,35348 +"216382",35326,35353 +"216383",35326,35354 +"216384",35326,35355 +"216385",35326,35356 +"216386",35326,35357 +"216387",35326,35362 +"216388",35326,35363 +"216389",35326,35461 +"216390",35326,35685 +"216391",35326,35686 +"216392",35326,35687 +"216393",35326,35862 +"216394",35326,35863 +"216395",35326,35864 +"216396",35326,35865 +"216397",35326,35866 +"216398",35326,35867 +"216399",35326,35956 +"216400",35326,35957 +"216401",35326,35968 +"216402",35326,35969 +"216403",35326,35970 +"216404",35326,36094 +"216405",35326,51445 +"216406",35326,59531 +"216407",35326,63789 +"216408",35327,35328 +"216409",35327,35330 +"216410",35327,35331 +"216411",35327,35332 +"216412",35327,35337 +"216413",35327,35343 +"216414",35327,35344 +"216415",35327,35345 +"216416",35327,35346 +"216417",35327,35347 +"216418",35327,35348 +"216419",35327,35353 +"216420",35327,35354 +"216421",35327,35355 +"216422",35327,35356 +"216423",35327,35357 +"216424",35327,35362 +"216425",35327,35363 +"216426",35327,35461 +"216427",35327,35685 +"216428",35327,35686 +"216429",35327,35687 +"216430",35327,35862 +"216431",35327,35863 +"216432",35327,35864 +"216433",35327,35865 +"216434",35327,35866 +"216435",35327,35867 +"216436",35327,35956 +"216437",35327,35957 +"216438",35327,35968 +"216439",35327,35969 +"216440",35327,35970 +"216441",35327,36094 +"216442",35327,51445 +"216443",35327,59531 +"216444",35327,63789 +"216445",35328,35330 +"216446",35328,35331 +"216447",35328,35332 +"216448",35328,35337 +"216449",35328,35343 +"216450",35328,35344 +"216451",35328,35345 +"216452",35328,35346 +"216453",35328,35347 +"216454",35328,35348 +"216455",35328,35353 +"216456",35328,35354 +"216457",35328,35355 +"216458",35328,35356 +"216459",35328,35357 +"216460",35328,35362 +"216461",35328,35363 +"216462",35328,35461 +"216463",35328,35685 +"216464",35328,35686 +"216465",35328,35687 +"216466",35328,35862 +"216467",35328,35863 +"216468",35328,35864 +"216469",35328,35865 +"216470",35328,35866 +"216471",35328,35867 +"216472",35328,35956 +"216473",35328,35957 +"216474",35328,35968 +"216475",35328,35969 +"216476",35328,35970 +"216477",35328,36094 +"216478",35328,51445 +"216479",35328,59531 +"216480",35328,63789 +"216481",35329,35801 +"216482",35329,46411 +"216483",35330,35331 +"216484",35330,35332 +"216485",35330,35337 +"216486",35330,35343 +"216487",35330,35344 +"216488",35330,35345 +"216489",35330,35346 +"216490",35330,35347 +"216491",35330,35348 +"216492",35330,35353 +"216493",35330,35354 +"216494",35330,35355 +"216495",35330,35356 +"216496",35330,35357 +"216497",35330,35362 +"216498",35330,35363 +"216499",35330,35461 +"216500",35330,35685 +"216501",35330,35686 +"216502",35330,35687 +"216503",35330,35862 +"216504",35330,35863 +"216505",35330,35864 +"216506",35330,35865 +"216507",35330,35866 +"216508",35330,35867 +"216509",35330,35956 +"216510",35330,35957 +"216511",35330,35968 +"216512",35330,35969 +"216513",35330,35970 +"216514",35330,36094 +"216515",35330,51445 +"216516",35330,59531 +"216517",35330,63789 +"216518",35331,35332 +"216519",35331,35337 +"216520",35331,35343 +"216521",35331,35344 +"216522",35331,35345 +"216523",35331,35346 +"216524",35331,35347 +"216525",35331,35348 +"216526",35331,35353 +"216527",35331,35354 +"216528",35331,35355 +"216529",35331,35356 +"216530",35331,35357 +"216531",35331,35362 +"216532",35331,35363 +"216533",35331,35461 +"216534",35331,35685 +"216535",35331,35686 +"216536",35331,35687 +"216537",35331,35862 +"216538",35331,35863 +"216539",35331,35864 +"216540",35331,35865 +"216541",35331,35866 +"216542",35331,35867 +"216543",35331,35956 +"216544",35331,35957 +"216545",35331,35968 +"216546",35331,35969 +"216547",35331,35970 +"216548",35331,36094 +"216549",35331,45184 +"216550",35331,45265 +"216551",35331,45300 +"216552",35331,51445 +"216553",35331,59531 +"216554",35331,63789 +"216555",35332,35337 +"216556",35332,35343 +"216557",35332,35344 +"216558",35332,35345 +"216559",35332,35346 +"216560",35332,35347 +"216561",35332,35348 +"216562",35332,35353 +"216563",35332,35354 +"216564",35332,35355 +"216565",35332,35356 +"216566",35332,35357 +"216567",35332,35362 +"216568",35332,35363 +"216569",35332,35461 +"216570",35332,35685 +"216571",35332,35686 +"216572",35332,35687 +"216573",35332,35862 +"216574",35332,35863 +"216575",35332,35864 +"216576",35332,35865 +"216577",35332,35866 +"216578",35332,35867 +"216579",35332,35956 +"216580",35332,35957 +"216581",35332,35968 +"216582",35332,35969 +"216583",35332,35970 +"216584",35332,36094 +"216585",35332,51445 +"216586",35332,59531 +"216587",35332,63789 +"216588",35333,40785 +"216589",35333,73339 +"216590",35334,36066 +"216591",35335,35971 +"216592",35336,56946 +"216593",35336,93165 +"216594",35337,35343 +"216595",35337,35344 +"216596",35337,35345 +"216597",35337,35346 +"216598",35337,35347 +"216599",35337,35348 +"216600",35337,35353 +"216601",35337,35354 +"216602",35337,35355 +"216603",35337,35356 +"216604",35337,35357 +"216605",35337,35362 +"216606",35337,35363 +"216607",35337,35461 +"216608",35337,35685 +"216609",35337,35686 +"216610",35337,35687 +"216611",35337,35862 +"216612",35337,35863 +"216613",35337,35864 +"216614",35337,35865 +"216615",35337,35866 +"216616",35337,35867 +"216617",35337,35956 +"216618",35337,35957 +"216619",35337,35968 +"216620",35337,35969 +"216621",35337,35970 +"216622",35337,36094 +"216623",35337,51445 +"216624",35337,59531 +"216625",35337,63789 +"216626",35339,39013 +"216627",35339,69887 +"216628",35340,111442 +"216629",35341,51337 +"216630",35341,63528 +"216631",35342,43890 +"216632",35342,91335 +"216633",35343,35344 +"216634",35343,35345 +"216635",35343,35346 +"216636",35343,35347 +"216637",35343,35348 +"216638",35343,35353 +"216639",35343,35354 +"216640",35343,35355 +"216641",35343,35356 +"216642",35343,35357 +"216643",35343,35362 +"216644",35343,35363 +"216645",35343,35461 +"216646",35343,35685 +"216647",35343,35686 +"216648",35343,35687 +"216649",35343,35862 +"216650",35343,35863 +"216651",35343,35864 +"216652",35343,35865 +"216653",35343,35866 +"216654",35343,35867 +"216655",35343,35956 +"216656",35343,35957 +"216657",35343,35968 +"216658",35343,35969 +"216659",35343,35970 +"216660",35343,36094 +"216661",35343,51445 +"216662",35343,59531 +"216663",35343,63789 +"216664",35344,35345 +"216665",35344,35346 +"216666",35344,35347 +"216667",35344,35348 +"216668",35344,35353 +"216669",35344,35354 +"216670",35344,35355 +"216671",35344,35356 +"216672",35344,35357 +"216673",35344,35362 +"216674",35344,35363 +"216675",35344,35461 +"216676",35344,35685 +"216677",35344,35686 +"216678",35344,35687 +"216679",35344,35862 +"216680",35344,35863 +"216681",35344,35864 +"216682",35344,35865 +"216683",35344,35866 +"216684",35344,35867 +"216685",35344,35956 +"216686",35344,35957 +"216687",35344,35968 +"216688",35344,35969 +"216689",35344,35970 +"216690",35344,36094 +"216691",35344,51445 +"216692",35344,59531 +"216693",35344,63789 +"216694",35345,35346 +"216695",35345,35347 +"216696",35345,35348 +"216697",35345,35353 +"216698",35345,35354 +"216699",35345,35355 +"216700",35345,35356 +"216701",35345,35357 +"216702",35345,35362 +"216703",35345,35363 +"216704",35345,35461 +"216705",35345,35685 +"216706",35345,35686 +"216707",35345,35687 +"216708",35345,35862 +"216709",35345,35863 +"216710",35345,35864 +"216711",35345,35865 +"216712",35345,35866 +"216713",35345,35867 +"216714",35345,35956 +"216715",35345,35957 +"216716",35345,35968 +"216717",35345,35969 +"216718",35345,35970 +"216719",35345,36094 +"216720",35345,51445 +"216721",35345,59531 +"216722",35345,63789 +"216723",35346,35347 +"216724",35346,35348 +"216725",35346,35353 +"216726",35346,35354 +"216727",35346,35355 +"216728",35346,35356 +"216729",35346,35357 +"216730",35346,35362 +"216731",35346,35363 +"216732",35346,35461 +"216733",35346,35685 +"216734",35346,35686 +"216735",35346,35687 +"216736",35346,35862 +"216737",35346,35863 +"216738",35346,35864 +"216739",35346,35865 +"216740",35346,35866 +"216741",35346,35867 +"216742",35346,35956 +"216743",35346,35957 +"216744",35346,35968 +"216745",35346,35969 +"216746",35346,35970 +"216747",35346,36094 +"216748",35346,51445 +"216749",35346,59531 +"216750",35346,63789 +"216751",35347,35348 +"216752",35347,35353 +"216753",35347,35354 +"216754",35347,35355 +"216755",35347,35356 +"216756",35347,35357 +"216757",35347,35362 +"216758",35347,35363 +"216759",35347,35461 +"216760",35347,35685 +"216761",35347,35686 +"216762",35347,35687 +"216763",35347,35862 +"216764",35347,35863 +"216765",35347,35864 +"216766",35347,35865 +"216767",35347,35866 +"216768",35347,35867 +"216769",35347,35956 +"216770",35347,35957 +"216771",35347,35968 +"216772",35347,35969 +"216773",35347,35970 +"216774",35347,36094 +"216775",35347,51445 +"216776",35347,59531 +"216777",35347,63789 +"216778",35348,35353 +"216779",35348,35354 +"216780",35348,35355 +"216781",35348,35356 +"216782",35348,35357 +"216783",35348,35362 +"216784",35348,35363 +"216785",35348,35461 +"216786",35348,35685 +"216787",35348,35686 +"216788",35348,35687 +"216789",35348,35862 +"216790",35348,35863 +"216791",35348,35864 +"216792",35348,35865 +"216793",35348,35866 +"216794",35348,35867 +"216795",35348,35956 +"216796",35348,35957 +"216797",35348,35968 +"216798",35348,35969 +"216799",35348,35970 +"216800",35348,36094 +"216801",35348,51445 +"216802",35348,59531 +"216803",35348,63789 +"216804",35349,51579 +"216805",35349,51637 +"216806",35350,53845 +"216807",35350,62881 +"216808",35350,109762 +"216809",35350,109768 +"216810",35351,37052 +"216811",35351,40935 +"216812",35351,44565 +"216813",35351,44621 +"216814",35351,60027 +"216815",35351,70734 +"216816",35352,44480 +"216817",35352,53064 +"216818",35352,62844 +"216819",35352,69301 +"216820",35352,91713 +"216821",35352,94532 +"216822",35352,94633 +"216823",35352,99372 +"216824",35352,106348 +"216825",35352,106468 +"216826",35353,35354 +"216827",35353,35355 +"216828",35353,35356 +"216829",35353,35357 +"216830",35353,35362 +"216831",35353,35363 +"216832",35353,35461 +"216833",35353,35685 +"216834",35353,35686 +"216835",35353,35687 +"216836",35353,35862 +"216837",35353,35863 +"216838",35353,35864 +"216839",35353,35865 +"216840",35353,35866 +"216841",35353,35867 +"216842",35353,35956 +"216843",35353,35957 +"216844",35353,35968 +"216845",35353,35969 +"216846",35353,35970 +"216847",35353,36094 +"216848",35353,51445 +"216849",35353,59531 +"216850",35353,63789 +"216851",35354,35355 +"216852",35354,35356 +"216853",35354,35357 +"216854",35354,35362 +"216855",35354,35363 +"216856",35354,35461 +"216857",35354,35685 +"216858",35354,35686 +"216859",35354,35687 +"216860",35354,35862 +"216861",35354,35863 +"216862",35354,35864 +"216863",35354,35865 +"216864",35354,35866 +"216865",35354,35867 +"216866",35354,35956 +"216867",35354,35957 +"216868",35354,35968 +"216869",35354,35969 +"216870",35354,35970 +"216871",35354,36094 +"216872",35354,51445 +"216873",35354,59531 +"216874",35354,63789 +"216875",35355,35356 +"216876",35355,35357 +"216877",35355,35362 +"216878",35355,35363 +"216879",35355,35461 +"216880",35355,35685 +"216881",35355,35686 +"216882",35355,35687 +"216883",35355,35862 +"216884",35355,35863 +"216885",35355,35864 +"216886",35355,35865 +"216887",35355,35866 +"216888",35355,35867 +"216889",35355,35956 +"216890",35355,35957 +"216891",35355,35968 +"216892",35355,35969 +"216893",35355,35970 +"216894",35355,36094 +"216895",35355,51445 +"216896",35355,59531 +"216897",35355,63789 +"216898",35356,35357 +"216899",35356,35362 +"216900",35356,35363 +"216901",35356,35461 +"216902",35356,35685 +"216903",35356,35686 +"216904",35356,35687 +"216905",35356,35862 +"216906",35356,35863 +"216907",35356,35864 +"216908",35356,35865 +"216909",35356,35866 +"216910",35356,35867 +"216911",35356,35956 +"216912",35356,35957 +"216913",35356,35968 +"216914",35356,35969 +"216915",35356,35970 +"216916",35356,36094 +"216917",35356,51445 +"216918",35356,59531 +"216919",35356,63789 +"216920",35357,35362 +"216921",35357,35363 +"216922",35357,35461 +"216923",35357,35685 +"216924",35357,35686 +"216925",35357,35687 +"216926",35357,35862 +"216927",35357,35863 +"216928",35357,35864 +"216929",35357,35865 +"216930",35357,35866 +"216931",35357,35867 +"216932",35357,35956 +"216933",35357,35957 +"216934",35357,35968 +"216935",35357,35969 +"216936",35357,35970 +"216937",35357,36094 +"216938",35357,51445 +"216939",35357,59531 +"216940",35357,63789 +"216941",35358,38809 +"216942",35358,95108 +"216943",35359,67304 +"216944",35360,39160 +"216945",35360,39494 +"216946",35360,79238 +"216947",35361,52294 +"216948",35362,35363 +"216949",35362,35461 +"216950",35362,35685 +"216951",35362,35686 +"216952",35362,35687 +"216953",35362,35862 +"216954",35362,35863 +"216955",35362,35864 +"216956",35362,35865 +"216957",35362,35866 +"216958",35362,35867 +"216959",35362,35956 +"216960",35362,35957 +"216961",35362,35968 +"216962",35362,35969 +"216963",35362,35970 +"216964",35362,36094 +"216965",35362,51445 +"216966",35362,59531 +"216967",35362,63789 +"216968",35363,35461 +"216969",35363,35685 +"216970",35363,35686 +"216971",35363,35687 +"216972",35363,35862 +"216973",35363,35863 +"216974",35363,35864 +"216975",35363,35865 +"216976",35363,35866 +"216977",35363,35867 +"216978",35363,35956 +"216979",35363,35957 +"216980",35363,35968 +"216981",35363,35969 +"216982",35363,35970 +"216983",35363,36094 +"216984",35363,51445 +"216985",35363,59531 +"216986",35363,63789 +"216987",35364,35537 +"216988",35364,43974 +"216989",35365,53117 +"216990",35366,41996 +"216991",35367,54850 +"216992",35367,66800 +"216993",35367,72754 +"216994",35367,74550 +"216995",35367,75659 +"216996",35367,88181 +"216997",35367,95095 +"216998",35367,95103 +"216999",35367,107094 +"217000",35367,119090 +"217001",35367,120119 +"217002",35368,35403 +"217003",35368,35405 +"217004",35368,35441 +"217005",35368,35469 +"217006",35368,35530 +"217007",35368,45859 +"217008",35369,37445 +"217009",35369,37554 +"217010",35369,47848 +"217011",35369,51121 +"217012",35369,58540 +"217013",35369,66292 +"217014",35369,75430 +"217015",35369,77565 +"217016",35369,92855 +"217017",35369,104828 +"217018",35369,104832 +"217019",35369,117940 +"217020",35370,35463 +"217021",35370,35502 +"217022",35371,35426 +"217023",35371,35427 +"217024",35371,101115 +"217025",35371,105282 +"217026",35372,62019 +"217027",35373,35415 +"217028",35373,35505 +"217029",35373,41793 +"217030",35373,44350 +"217031",35373,46243 +"217032",35373,46548 +"217033",35373,46637 +"217034",35373,46639 +"217035",35373,48992 +"217036",35373,56859 +"217037",35373,61702 +"217038",35373,62137 +"217039",35373,62228 +"217040",35373,62296 +"217041",35373,62739 +"217042",35373,66523 +"217043",35373,71510 +"217044",35373,72065 +"217045",35373,72069 +"217046",35373,72070 +"217047",35373,72072 +"217048",35373,72077 +"217049",35373,72088 +"217050",35373,72102 +"217051",35373,72106 +"217052",35373,72107 +"217053",35374,90607 +"217054",35375,39207 +"217055",35378,35431 +"217056",35378,39319 +"217057",35378,73072 +"217058",35378,73548 +"217059",35378,111832 +"217060",35379,86812 +"217061",35380,35849 +"217062",35380,41895 +"217063",35380,67921 +"217064",35380,67933 +"217065",35380,67985 +"217066",35381,35518 +"217067",35382,60091 +"217068",35382,77701 +"217069",35382,81562 +"217070",35382,82689 +"217071",35384,79461 +"217072",35385,41672 +"217073",35386,39025 +"217074",35386,68975 +"217075",35386,73857 +"217076",35387,35435 +"217077",35387,35511 +"217078",35388,35510 +"217079",35389,50962 +"217080",35390,80166 +"217081",35390,105001 +"217082",35390,105243 +"217083",35391,48520 +"217084",35391,72260 +"217085",35393,40052 +"217086",35393,85464 +"217087",35393,107445 +"217088",35393,111552 +"217089",35393,118354 +"217090",35394,103844 +"217091",35394,103899 +"217092",35395,62421 +"217093",35396,89193 +"217094",35397,35439 +"217095",35398,40841 +"217096",35398,73138 +"217097",35398,107359 +"217098",35400,36126 +"217099",35400,36476 +"217100",35400,36547 +"217101",35400,36745 +"217102",35400,36755 +"217103",35400,37821 +"217104",35400,37931 +"217105",35400,38319 +"217106",35400,38513 +"217107",35400,39398 +"217108",35400,39492 +"217109",35400,40320 +"217110",35400,40373 +"217111",35400,40542 +"217112",35400,41182 +"217113",35400,42131 +"217114",35400,46258 +"217115",35400,46843 +"217116",35400,48331 +"217117",35400,68904 +"217118",35400,78039 +"217119",35400,98609 +"217120",35400,102498 +"217121",35400,104117 +"217122",35401,52388 +"217123",35401,99917 +"217124",35401,114438 +"217125",35401,117364 +"217126",35402,37788 +"217127",35402,84320 +"217128",35402,110068 +"217129",35402,110242 +"217130",35403,35405 +"217131",35403,35441 +"217132",35403,35469 +"217133",35403,35530 +"217134",35403,52067 +"217135",35403,52111 +"217136",35403,52127 +"217137",35403,54269 +"217138",35403,55370 +"217139",35403,59462 +"217140",35403,59954 +"217141",35403,59989 +"217142",35403,60196 +"217143",35403,60575 +"217144",35403,60834 +"217145",35403,60857 +"217146",35403,60880 +"217147",35403,63569 +"217148",35403,80401 +"217149",35403,84911 +"217150",35404,39873 +"217151",35404,85586 +"217152",35404,86341 +"217153",35405,35441 +"217154",35405,35469 +"217155",35405,35530 +"217156",35405,54269 +"217157",35405,59462 +"217158",35405,59954 +"217159",35405,59989 +"217160",35405,60196 +"217161",35405,60834 +"217162",35405,60857 +"217163",35405,60880 +"217164",35406,36449 +"217165",35406,37489 +"217166",35406,41916 +"217167",35406,43159 +"217168",35406,43528 +"217169",35406,45520 +"217170",35406,46566 +"217171",35406,46786 +"217172",35406,48120 +"217173",35406,51013 +"217174",35406,54403 +"217175",35406,55273 +"217176",35406,64468 +"217177",35406,64587 +"217178",35406,64601 +"217179",35406,65299 +"217180",35406,68687 +"217181",35406,74187 +"217182",35406,75514 +"217183",35406,77432 +"217184",35406,78375 +"217185",35406,80391 +"217186",35406,86533 +"217187",35406,87443 +"217188",35406,89814 +"217189",35406,90820 +"217190",35406,94063 +"217191",35406,105146 +"217192",35407,67597 +"217193",35407,69316 +"217194",35407,70159 +"217195",35407,72936 +"217196",35407,89062 +"217197",35407,89120 +"217198",35407,89606 +"217199",35407,90416 +"217200",35407,91060 +"217201",35407,91063 +"217202",35407,91397 +"217203",35407,93033 +"217204",35407,96155 +"217205",35407,96769 +"217206",35407,96771 +"217207",35407,98930 +"217208",35408,35433 +"217209",35409,49078 +"217210",35409,66665 +"217211",35409,69934 +"217212",35411,35412 +"217213",35411,35452 +"217214",35412,35452 +"217215",35414,35532 +"217216",35414,61382 +"217217",35415,35505 +"217218",35415,35879 +"217219",35415,59365 +"217220",35415,67370 +"217221",35415,67391 +"217222",35415,67605 +"217223",35415,67672 +"217224",35416,35504 +"217225",35416,35522 +"217226",35416,35534 +"217227",35417,35983 +"217228",35417,40396 +"217229",35417,52535 +"217230",35417,75816 +"217231",35417,76890 +"217232",35417,80555 +"217233",35417,81711 +"217234",35419,51431 +"217235",35420,38702 +"217236",35420,39523 +"217237",35420,42689 +"217238",35420,42725 +"217239",35420,51921 +"217240",35420,54917 +"217241",35420,57094 +"217242",35420,58854 +"217243",35420,62541 +"217244",35420,68043 +"217245",35420,80756 +"217246",35420,83672 +"217247",35420,84410 +"217248",35420,88071 +"217249",35420,92435 +"217250",35420,97321 +"217251",35420,102003 +"217252",35420,102101 +"217253",35420,102950 +"217254",35420,104565 +"217255",35420,114679 +"217256",35421,36781 +"217257",35421,38227 +"217258",35421,45182 +"217259",35421,60535 +"217260",35421,73332 +"217261",35421,97520 +"217262",35421,97550 +"217263",35422,43691 +"217264",35422,85761 +"217265",35422,100529 +"217266",35422,100538 +"217267",35422,100550 +"217268",35423,94637 +"217269",35423,97637 +"217270",35425,37220 +"217271",35425,42548 +"217272",35426,35427 +"217273",35426,86502 +"217274",35428,36604 +"217275",35428,44704 +"217276",35428,52349 +"217277",35428,52374 +"217278",35428,63981 +"217279",35428,64362 +"217280",35429,95138 +"217281",35430,53530 +"217282",35430,97245 +"217283",35430,106664 +"217284",35431,36941 +"217285",35431,73548 +"217286",35431,107881 +"217287",35431,107890 +"217288",35432,89634 +"217289",35432,93369 +"217290",35432,107549 +"217291",35433,57203 +"217292",35433,96400 +"217293",35434,40235 +"217294",35435,35511 +"217295",35436,39375 +"217296",35436,41111 +"217297",35436,49619 +"217298",35436,50848 +"217299",35436,52466 +"217300",35436,63817 +"217301",35436,73266 +"217302",35436,74183 +"217303",35436,74506 +"217304",35436,77337 +"217305",35436,78182 +"217306",35436,83841 +"217307",35436,86796 +"217308",35436,96301 +"217309",35436,97440 +"217310",35436,101610 +"217311",35436,104124 +"217312",35436,104489 +"217313",35436,110496 +"217314",35436,110671 +"217315",35436,111226 +"217316",35436,111356 +"217317",35436,117932 +"217318",35437,56835 +"217319",35437,60447 +"217320",35437,72862 +"217321",35437,84164 +"217322",35437,84950 +"217323",35437,88387 +"217324",35437,98564 +"217325",35438,47256 +"217326",35438,50278 +"217327",35438,79106 +"217328",35438,101497 +"217329",35439,45539 +"217330",35439,54626 +"217331",35440,40052 +"217332",35441,35469 +"217333",35441,35530 +"217334",35442,65309 +"217335",35442,72237 +"217336",35442,87926 +"217337",35442,89015 +"217338",35443,40452 +"217339",35443,120916 +"217340",35444,35531 +"217341",35444,104507 +"217342",35445,35491 +"217343",35445,68851 +"217344",35446,38902 +"217345",35446,59802 +"217346",35446,75668 +"217347",35446,78504 +"217348",35446,78506 +"217349",35448,35473 +"217350",35448,91572 +"217351",35449,43277 +"217352",35449,62230 +"217353",35449,69487 +"217354",35449,73696 +"217355",35449,74922 +"217356",35449,75186 +"217357",35450,80476 +"217358",35450,91746 +"217359",35450,106311 +"217360",35451,41509 +"217361",35451,76738 +"217362",35452,52304 +"217363",35452,53938 +"217364",35452,59388 +"217365",35452,59508 +"217366",35452,89922 +"217367",35453,53454 +"217368",35453,81528 +"217369",35453,103403 +"217370",35453,103404 +"217371",35453,103418 +"217372",35454,35483 +"217373",35454,35523 +"217374",35454,49134 +"217375",35454,76023 +"217376",35454,77542 +"217377",35454,116874 +"217378",35455,57924 +"217379",35456,39249 +"217380",35456,40709 +"217381",35456,49001 +"217382",35456,51552 +"217383",35456,89927 +"217384",35457,38279 +"217385",35457,59721 +"217386",35457,68120 +"217387",35457,100701 +"217388",35457,108945 +"217389",35457,108946 +"217390",35457,114500 +"217391",35458,35713 +"217392",35458,35837 +"217393",35458,55915 +"217394",35459,49341 +"217395",35459,71932 +"217396",35459,89184 +"217397",35459,101349 +"217398",35459,102221 +"217399",35459,115299 +"217400",35459,116756 +"217401",35460,111226 +"217402",35461,35685 +"217403",35461,35686 +"217404",35461,35687 +"217405",35461,35862 +"217406",35461,35863 +"217407",35461,35864 +"217408",35461,35865 +"217409",35461,35866 +"217410",35461,35867 +"217411",35461,35956 +"217412",35461,35957 +"217413",35461,35968 +"217414",35461,35969 +"217415",35461,35970 +"217416",35461,36094 +"217417",35461,51445 +"217418",35461,59531 +"217419",35461,63789 +"217420",35462,37483 +"217421",35463,35502 +"217422",35464,44857 +"217423",35464,54099 +"217424",35465,41003 +"217425",35465,56232 +"217426",35465,56845 +"217427",35465,70009 +"217428",35465,86027 +"217429",35465,87960 +"217430",35466,85712 +"217431",35466,100818 +"217432",35467,36967 +"217433",35467,40933 +"217434",35468,46730 +"217435",35468,70811 +"217436",35468,81701 +"217437",35469,35530 +"217438",35470,37668 +"217439",35470,40639 +"217440",35470,44972 +"217441",35470,55373 +"217442",35470,62370 +"217443",35470,63812 +"217444",35470,70932 +"217445",35470,78240 +"217446",35470,78346 +"217447",35470,83406 +"217448",35470,86503 +"217449",35470,89015 +"217450",35470,91698 +"217451",35470,94381 +"217452",35470,94877 +"217453",35470,97142 +"217454",35470,115577 +"217455",35471,35472 +"217456",35471,35481 +"217457",35471,53179 +"217458",35471,59505 +"217459",35471,68120 +"217460",35471,70605 +"217461",35471,78076 +"217462",35471,91904 +"217463",35471,92194 +"217464",35471,101927 +"217465",35472,35481 +"217466",35473,35476 +"217467",35473,36086 +"217468",35473,41707 +"217469",35473,46585 +"217470",35473,73998 +"217471",35473,77155 +"217472",35475,93667 +"217473",35476,47369 +"217474",35476,52808 +"217475",35476,54449 +"217476",35476,57806 +"217477",35476,65332 +"217478",35476,66878 +"217479",35476,73998 +"217480",35476,74126 +"217481",35476,77155 +"217482",35476,80857 +"217483",35476,101451 +"217484",35476,112305 +"217485",35477,42786 +"217486",35477,54258 +"217487",35477,100787 +"217488",35478,53519 +"217489",35478,83812 +"217490",35478,119275 +"217491",35478,120047 +"217492",35478,120146 +"217493",35480,89762 +"217494",35481,35963 +"217495",35481,41490 +"217496",35481,49364 +"217497",35481,58052 +"217498",35481,59505 +"217499",35481,59699 +"217500",35481,62726 +"217501",35481,67705 +"217502",35481,71541 +"217503",35481,78076 +"217504",35481,87352 +"217505",35481,91904 +"217506",35481,92441 +"217507",35481,94806 +"217508",35481,98166 +"217509",35481,101927 +"217510",35481,105685 +"217511",35483,35523 +"217512",35483,63280 +"217513",35483,90903 +"217514",35486,67236 +"217515",35486,72150 +"217516",35487,42098 +"217517",35487,57234 +"217518",35487,76730 +"217519",35487,82486 +"217520",35488,39662 +"217521",35488,61581 +"217522",35488,95605 +"217523",35488,111741 +"217524",35489,35490 +"217525",35489,82613 +"217526",35489,84485 +"217527",35489,86304 +"217528",35492,61393 +"217529",35492,69669 +"217530",35493,35578 +"217531",35493,37807 +"217532",35493,40143 +"217533",35493,48291 +"217534",35493,67069 +"217535",35493,68878 +"217536",35493,82572 +"217537",35493,82580 +"217538",35493,88160 +"217539",35493,95244 +"217540",35493,95577 +"217541",35494,90532 +"217542",35494,91360 +"217543",35494,109540 +"217544",35495,59510 +"217545",35496,37610 +"217546",35496,37636 +"217547",35496,39435 +"217548",35496,40131 +"217549",35496,40166 +"217550",35496,40392 +"217551",35496,40905 +"217552",35496,41030 +"217553",35496,41527 +"217554",35496,41529 +"217555",35496,41778 +"217556",35496,41788 +"217557",35496,43147 +"217558",35496,43234 +"217559",35496,43858 +"217560",35496,44652 +"217561",35496,44828 +"217562",35496,45657 +"217563",35496,45933 +"217564",35496,46434 +"217565",35496,46788 +"217566",35496,47123 +"217567",35496,47488 +"217568",35496,48909 +"217569",35496,49859 +"217570",35496,50064 +"217571",35496,50067 +"217572",35496,50554 +"217573",35496,50879 +"217574",35496,51783 +"217575",35496,52018 +"217576",35496,53444 +"217577",35496,53527 +"217578",35496,53555 +"217579",35496,54275 +"217580",35496,54444 +"217581",35496,55408 +"217582",35496,56628 +"217583",35496,58004 +"217584",35496,58068 +"217585",35496,58633 +"217586",35496,61111 +"217587",35496,61127 +"217588",35496,68287 +"217589",35498,35519 +"217590",35498,50007 +"217591",35499,72333 +"217592",35499,80566 +"217593",35499,86339 +"217594",35499,86802 +"217595",35499,88739 +"217596",35499,95117 +"217597",35499,105567 +"217598",35499,109573 +"217599",35499,109590 +"217600",35499,109597 +"217601",35501,80617 +"217602",35501,81770 +"217603",35501,91232 +"217604",35501,99646 +"217605",35501,103968 +"217606",35501,109000 +"217607",35501,109945 +"217608",35501,111309 +"217609",35501,111462 +"217610",35501,114155 +"217611",35501,114170 +"217612",35502,53535 +"217613",35502,58718 +"217614",35503,49495 +"217615",35503,65557 +"217616",35503,74711 +"217617",35503,93373 +"217618",35503,101597 +"217619",35504,35522 +"217620",35504,35534 +"217621",35504,48787 +"217622",35504,50720 +"217623",35506,35627 +"217624",35506,58442 +"217625",35506,77872 +"217626",35506,83109 +"217627",35507,35645 +"217628",35507,61468 +"217629",35508,47321 +"217630",35508,47912 +"217631",35508,47915 +"217632",35508,47916 +"217633",35508,47951 +"217634",35508,47952 +"217635",35508,47972 +"217636",35508,48052 +"217637",35508,48053 +"217638",35508,48054 +"217639",35511,100091 +"217640",35512,47237 +"217641",35512,85199 +"217642",35512,97359 +"217643",35514,37219 +"217644",35514,37310 +"217645",35514,37382 +"217646",35514,63523 +"217647",35514,69011 +"217648",35514,78549 +"217649",35515,54872 +"217650",35515,75323 +"217651",35516,41617 +"217652",35516,44306 +"217653",35516,56064 +"217654",35516,80353 +"217655",35516,80466 +"217656",35516,80487 +"217657",35516,82492 +"217658",35516,82623 +"217659",35516,86287 +"217660",35517,48386 +"217661",35517,62891 +"217662",35517,81433 +"217663",35517,85207 +"217664",35517,105425 +"217665",35517,107849 +"217666",35518,37238 +"217667",35518,41642 +"217668",35518,51020 +"217669",35518,53353 +"217670",35518,57147 +"217671",35520,35521 +"217672",35520,41952 +"217673",35520,58839 +"217674",35522,35534 +"217675",35522,47980 +"217676",35522,48365 +"217677",35523,65635 +"217678",35523,113182 +"217679",35523,115141 +"217680",35524,93405 +"217681",35524,93459 +"217682",35525,70580 +"217683",35525,94622 +"217684",35527,43404 +"217685",35527,55084 +"217686",35527,72664 +"217687",35527,84505 +"217688",35527,111593 +"217689",35528,43455 +"217690",35528,46629 +"217691",35528,61982 +"217692",35528,78597 +"217693",35528,78934 +"217694",35528,81362 +"217695",35529,36254 +"217696",35529,39402 +"217697",35529,42226 +"217698",35529,46388 +"217699",35529,48434 +"217700",35529,63854 +"217701",35529,68801 +"217702",35529,70996 +"217703",35529,74730 +"217704",35529,75830 +"217705",35529,91800 +"217706",35529,100140 +"217707",35529,102834 +"217708",35529,108962 +"217709",35529,109174 +"217710",35530,66646 +"217711",35531,70255 +"217712",35533,41466 +"217713",35533,62063 +"217714",35533,63370 +"217715",35533,67477 +"217716",35534,48970 +"217717",35534,55682 +"217718",35534,68072 +"217719",35534,72168 +"217720",35534,74093 +"217721",35534,74148 +"217722",35534,74150 +"217723",35536,54142 +"217724",35536,58268 +"217725",35536,64488 +"217726",35536,70897 +"217727",35536,78759 +"217728",35536,81142 +"217729",35536,86693 +"217730",35536,90592 +"217731",35536,91277 +"217732",35536,94536 +"217733",35536,94554 +"217734",35536,114578 +"217735",35537,54109 +"217736",35537,67199 +"217737",35538,35556 +"217738",35538,35568 +"217739",35538,72346 +"217740",35538,75163 +"217741",35539,57774 +"217742",35540,107953 +"217743",35541,60863 +"217744",35541,112670 +"217745",35541,112692 +"217746",35542,35606 +"217747",35542,36768 +"217748",35542,36950 +"217749",35542,37683 +"217750",35542,38621 +"217751",35542,42631 +"217752",35542,46035 +"217753",35542,46106 +"217754",35542,46158 +"217755",35542,46234 +"217756",35542,52474 +"217757",35542,60161 +"217758",35542,66797 +"217759",35542,94757 +"217760",35542,109713 +"217761",35542,112568 +"217762",35542,113189 +"217763",35544,39866 +"217764",35544,42186 +"217765",35544,62482 +"217766",35544,63282 +"217767",35544,78353 +"217768",35544,86687 +"217769",35544,88710 +"217770",35544,91760 +"217771",35544,100134 +"217772",35544,108552 +"217773",35545,73612 +"217774",35546,81465 +"217775",35546,85260 +"217776",35547,35548 +"217777",35547,35721 +"217778",35547,44384 +"217779",35547,73685 +"217780",35547,76184 +"217781",35547,78815 +"217782",35547,90063 +"217783",35547,90066 +"217784",35548,35721 +"217785",35548,44384 +"217786",35548,73685 +"217787",35548,76184 +"217788",35548,78815 +"217789",35548,90063 +"217790",35548,90066 +"217791",35549,40038 +"217792",35549,41064 +"217793",35549,49775 +"217794",35549,57472 +"217795",35549,57691 +"217796",35549,67988 +"217797",35549,69482 +"217798",35549,69483 +"217799",35549,69484 +"217800",35549,69527 +"217801",35549,69676 +"217802",35549,69694 +"217803",35549,69800 +"217804",35549,69894 +"217805",35549,69917 +"217806",35549,93233 +"217807",35549,93241 +"217808",35549,98612 +"217809",35550,101294 +"217810",35550,101817 +"217811",35550,108543 +"217812",35550,117425 +"217813",35551,45516 +"217814",35551,66442 +"217815",35551,82453 +"217816",35551,86863 +"217817",35551,87008 +"217818",35552,39496 +"217819",35552,105416 +"217820",35552,117247 +"217821",35553,35583 +"217822",35553,37264 +"217823",35553,38838 +"217824",35553,40056 +"217825",35553,40309 +"217826",35553,40727 +"217827",35553,45591 +"217828",35553,53127 +"217829",35553,59218 +"217830",35553,61744 +"217831",35553,66981 +"217832",35553,88386 +"217833",35554,61805 +"217834",35556,35568 +"217835",35556,108087 +"217836",35557,35626 +"217837",35557,48245 +"217838",35557,48305 +"217839",35557,57805 +"217840",35557,58086 +"217841",35557,64885 +"217842",35557,67621 +"217843",35557,92011 +"217844",35557,106484 +"217845",35557,118268 +"217846",35558,35678 +"217847",35558,36478 +"217848",35558,56035 +"217849",35558,56151 +"217850",35558,59642 +"217851",35558,60946 +"217852",35558,62475 +"217853",35558,66368 +"217854",35558,66399 +"217855",35558,66407 +"217856",35558,69691 +"217857",35558,87870 +"217858",35558,91156 +"217859",35558,91514 +"217860",35558,92130 +"217861",35558,96356 +"217862",35558,105435 +"217863",35560,35700 +"217864",35560,77819 +"217865",35561,35971 +"217866",35561,36734 +"217867",35561,48297 +"217868",35561,49248 +"217869",35561,58824 +"217870",35561,60753 +"217871",35561,73794 +"217872",35561,86439 +"217873",35561,89887 +"217874",35561,98858 +"217875",35561,109327 +"217876",35562,37495 +"217877",35562,40893 +"217878",35562,48023 +"217879",35562,61988 +"217880",35562,79145 +"217881",35562,83526 +"217882",35562,88336 +"217883",35562,104867 +"217884",35562,104940 +"217885",35565,87726 +"217886",35566,35638 +"217887",35566,35639 +"217888",35566,101922 +"217889",35566,113934 +"217890",35567,35585 +"217891",35567,35650 +"217892",35567,35651 +"217893",35567,35662 +"217894",35567,37188 +"217895",35568,51515 +"217896",35568,52199 +"217897",35569,35635 +"217898",35569,64195 +"217899",35570,44281 +"217900",35570,55071 +"217901",35570,94299 +"217902",35570,99977 +"217903",35570,109548 +"217904",35570,114364 +"217905",35570,114877 +"217906",35571,50479 +"217907",35571,62896 +"217908",35571,90918 +"217909",35571,101262 +"217910",35572,35618 +"217911",35573,35612 +"217912",35574,84975 +"217913",35575,40678 +"217914",35575,68725 +"217915",35575,81544 +"217916",35575,82375 +"217917",35575,89765 +"217918",35576,35788 +"217919",35576,56306 +"217920",35576,57259 +"217921",35576,60666 +"217922",35577,41094 +"217923",35578,40143 +"217924",35578,49060 +"217925",35578,51210 +"217926",35578,68878 +"217927",35578,82572 +"217928",35578,82580 +"217929",35578,105526 +"217930",35579,50456 +"217931",35579,69497 +"217932",35580,42256 +"217933",35581,45290 +"217934",35581,53586 +"217935",35582,35614 +"217936",35582,37991 +"217937",35582,59218 +"217938",35583,37258 +"217939",35583,37264 +"217940",35583,49282 +"217941",35583,52136 +"217942",35583,55482 +"217943",35583,57687 +"217944",35583,67893 +"217945",35583,69192 +"217946",35583,69485 +"217947",35583,73881 +"217948",35583,74599 +"217949",35584,45646 +"217950",35584,59340 +"217951",35584,61497 +"217952",35584,62694 +"217953",35584,62864 +"217954",35584,63449 +"217955",35584,65006 +"217956",35584,77613 +"217957",35584,100715 +"217958",35584,106198 +"217959",35585,35650 +"217960",35585,35651 +"217961",35585,35662 +"217962",35585,37188 +"217963",35586,43550 +"217964",35586,44424 +"217965",35586,51651 +"217966",35586,54227 +"217967",35586,60744 +"217968",35586,62984 +"217969",35586,83318 +"217970",35586,105881 +"217971",35587,38307 +"217972",35587,38905 +"217973",35587,39292 +"217974",35587,43455 +"217975",35587,43460 +"217976",35587,44889 +"217977",35587,46918 +"217978",35587,48578 +"217979",35587,51270 +"217980",35587,56844 +"217981",35587,57377 +"217982",35587,59800 +"217983",35587,59823 +"217984",35587,63895 +"217985",35587,63935 +"217986",35587,63947 +"217987",35587,63962 +"217988",35587,73583 +"217989",35588,75742 +"217990",35589,35724 +"217991",35589,49241 +"217992",35589,52750 +"217993",35589,58195 +"217994",35589,74516 +"217995",35589,99288 +"217996",35589,99899 +"217997",35589,100044 +"217998",35589,100047 +"217999",35590,84657 +"218000",35591,55226 +"218001",35592,77473 +"218002",35593,69609 +"218003",35593,104320 +"218004",35593,118868 +"218005",35594,45113 +"218006",35594,66012 +"218007",35594,66068 +"218008",35594,81923 +"218009",35595,49964 +"218010",35595,89655 +"218011",35595,95906 +"218012",35595,115782 +"218013",35596,35597 +"218014",35596,41498 +"218015",35596,41530 +"218016",35598,37881 +"218017",35598,41933 +"218018",35598,56377 +"218019",35598,91750 +"218020",35598,99686 +"218021",35598,104478 +"218022",35598,105118 +"218023",35598,107337 +"218024",35599,43553 +"218025",35599,90946 +"218026",35599,99114 +"218027",35599,114372 +"218028",35599,114497 +"218029",35599,120335 +"218030",35601,59430 +"218031",35601,87809 +"218032",35601,87830 +"218033",35601,87832 +"218034",35601,87842 +"218035",35602,41175 +"218036",35602,84073 +"218037",35602,118436 +"218038",35604,47973 +"218039",35604,65002 +"218040",35604,67169 +"218041",35604,71858 +"218042",35607,35608 +"218043",35608,44084 +"218044",35609,35669 +"218045",35610,76117 +"218046",35610,78613 +"218047",35610,78622 +"218048",35610,89824 +"218049",35611,36512 +"218050",35611,39130 +"218051",35611,40278 +"218052",35611,46622 +"218053",35611,48577 +"218054",35611,51919 +"218055",35611,56324 +"218056",35613,36888 +"218057",35613,48440 +"218058",35613,48658 +"218059",35613,70427 +"218060",35615,36828 +"218061",35615,54696 +"218062",35615,88991 +"218063",35616,39102 +"218064",35616,76803 +"218065",35616,82228 +"218066",35618,52474 +"218067",35619,35761 +"218068",35619,35785 +"218069",35620,46385 +"218070",35620,75422 +"218071",35620,82386 +"218072",35620,98013 +"218073",35621,35628 +"218074",35621,62013 +"218075",35622,56152 +"218076",35624,51787 +"218077",35624,90824 +"218078",35627,35894 +"218079",35627,53390 +"218080",35627,77872 +"218081",35627,93798 +"218082",35628,47489 +"218083",35628,48132 +"218084",35628,50864 +"218085",35628,60090 +"218086",35628,64300 +"218087",35628,74254 +"218088",35628,74374 +"218089",35628,74376 +"218090",35628,75234 +"218091",35628,75246 +"218092",35630,37507 +"218093",35630,39551 +"218094",35630,44091 +"218095",35630,46283 +"218096",35630,56250 +"218097",35630,89558 +"218098",35630,96273 +"218099",35630,97108 +"218100",35630,99279 +"218101",35630,109771 +"218102",35631,48537 +"218103",35631,58789 +"218104",35631,59667 +"218105",35631,89906 +"218106",35631,120455 +"218107",35631,120456 +"218108",35632,64792 +"218109",35634,53936 +"218110",35634,53967 +"218111",35634,57963 +"218112",35634,59529 +"218113",35634,65782 +"218114",35634,68781 +"218115",35635,64195 +"218116",35635,93503 +"218117",35636,35677 +"218118",35636,51165 +"218119",35637,87876 +"218120",35638,35639 +"218121",35640,55813 +"218122",35640,57490 +"218123",35640,60808 +"218124",35640,61300 +"218125",35640,68057 +"218126",35640,83668 +"218127",35640,96462 +"218128",35640,99003 +"218129",35641,59164 +"218130",35641,77226 +"218131",35641,85068 +"218132",35642,46902 +"218133",35642,49950 +"218134",35642,66476 +"218135",35642,83860 +"218136",35642,101426 +"218137",35642,120809 +"218138",35642,121163 +"218139",35643,48990 +"218140",35643,93485 +"218141",35643,100073 +"218142",35643,103342 +"218143",35644,94039 +"218144",35645,37244 +"218145",35645,61468 +"218146",35646,61625 +"218147",35647,40492 +"218148",35648,52392 +"218149",35648,60582 +"218150",35649,39223 +"218151",35649,47532 +"218152",35649,61699 +"218153",35649,84952 +"218154",35649,94444 +"218155",35649,105536 +"218156",35650,35651 +"218157",35650,35662 +"218158",35650,37188 +"218159",35651,35662 +"218160",35651,37188 +"218161",35652,44266 +"218162",35653,35666 +"218163",35654,100053 +"218164",35656,93718 +"218165",35656,96330 +"218166",35658,36374 +"218167",35658,38362 +"218168",35658,48417 +"218169",35658,60239 +"218170",35658,60538 +"218171",35658,90569 +"218172",35658,90708 +"218173",35658,97950 +"218174",35658,99892 +"218175",35659,56063 +"218176",35660,54854 +"218177",35660,87315 +"218178",35661,36569 +"218179",35661,84450 +"218180",35661,84475 +"218181",35662,37188 +"218182",35664,38128 +"218183",35664,39007 +"218184",35664,53200 +"218185",35664,53415 +"218186",35664,61726 +"218187",35664,68340 +"218188",35664,68428 +"218189",35664,123082 +"218190",35665,40537 +"218191",35665,46691 +"218192",35665,47063 +"218193",35665,61918 +"218194",35665,63041 +"218195",35665,85731 +"218196",35665,90584 +"218197",35665,116988 +"218198",35666,74062 +"218199",35667,36032 +"218200",35667,38985 +"218201",35667,94479 +"218202",35668,36514 +"218203",35668,38158 +"218204",35668,41091 +"218205",35668,61355 +"218206",35668,64964 +"218207",35668,95069 +"218208",35669,64314 +"218209",35669,80054 +"218210",35669,100175 +"218211",35669,110771 +"218212",35671,35690 +"218213",35672,37253 +"218214",35672,39160 +"218215",35672,46197 +"218216",35672,52602 +"218217",35672,54879 +"218218",35672,54918 +"218219",35672,61898 +"218220",35672,79096 +"218221",35672,79134 +"218222",35673,43213 +"218223",35673,45684 +"218224",35673,46173 +"218225",35673,49046 +"218226",35673,54551 +"218227",35673,67998 +"218228",35673,77839 +"218229",35674,48885 +"218230",35674,50184 +"218231",35674,50660 +"218232",35674,61521 +"218233",35674,69564 +"218234",35674,69631 +"218235",35675,36516 +"218236",35680,36346 +"218237",35680,40316 +"218238",35680,69831 +"218239",35680,77389 +"218240",35681,109033 +"218241",35682,36643 +"218242",35682,38962 +"218243",35682,40366 +"218244",35682,40572 +"218245",35682,45729 +"218246",35682,46486 +"218247",35682,46819 +"218248",35682,53739 +"218249",35682,57647 +"218250",35682,63669 +"218251",35682,79652 +"218252",35682,85144 +"218253",35682,85580 +"218254",35682,88382 +"218255",35682,89199 +"218256",35682,89206 +"218257",35682,106258 +"218258",35684,103982 +"218259",35684,103994 +"218260",35684,104000 +"218261",35685,35686 +"218262",35685,35687 +"218263",35685,35862 +"218264",35685,35863 +"218265",35685,35864 +"218266",35685,35865 +"218267",35685,35866 +"218268",35685,35867 +"218269",35685,35956 +"218270",35685,35957 +"218271",35685,35968 +"218272",35685,35969 +"218273",35685,35970 +"218274",35685,36094 +"218275",35685,51445 +"218276",35685,59531 +"218277",35685,63789 +"218278",35686,35687 +"218279",35686,35862 +"218280",35686,35863 +"218281",35686,35864 +"218282",35686,35865 +"218283",35686,35866 +"218284",35686,35867 +"218285",35686,35956 +"218286",35686,35957 +"218287",35686,35968 +"218288",35686,35969 +"218289",35686,35970 +"218290",35686,36094 +"218291",35686,51445 +"218292",35686,59531 +"218293",35686,63789 +"218294",35687,35862 +"218295",35687,35863 +"218296",35687,35864 +"218297",35687,35865 +"218298",35687,35866 +"218299",35687,35867 +"218300",35687,35956 +"218301",35687,35957 +"218302",35687,35968 +"218303",35687,35969 +"218304",35687,35970 +"218305",35687,36094 +"218306",35687,51445 +"218307",35687,59531 +"218308",35687,63789 +"218309",35688,36038 +"218310",35688,46239 +"218311",35688,52928 +"218312",35688,61715 +"218313",35688,66014 +"218314",35688,72488 +"218315",35688,76599 +"218316",35688,94936 +"218317",35688,104442 +"218318",35688,104769 +"218319",35688,105663 +"218320",35688,105789 +"218321",35690,109971 +"218322",35691,44017 +"218323",35691,60626 +"218324",35692,88155 +"218325",35692,91282 +"218326",35692,104021 +"218327",35692,114136 +"218328",35692,122346 +"218329",35692,122354 +"218330",35692,122362 +"218331",35694,45760 +"218332",35694,51206 +"218333",35694,52109 +"218334",35694,56783 +"218335",35694,75501 +"218336",35694,81950 +"218337",35695,44319 +"218338",35695,45396 +"218339",35695,109647 +"218340",35696,41612 +"218341",35696,44536 +"218342",35696,109188 +"218343",35697,38200 +"218344",35697,61713 +"218345",35697,70685 +"218346",35697,80772 +"218347",35697,81771 +"218348",35697,85280 +"218349",35697,100655 +"218350",35698,45883 +"218351",35698,72644 +"218352",35699,44864 +"218353",35699,49400 +"218354",35699,60611 +"218355",35699,84228 +"218356",35699,88674 +"218357",35699,106406 +"218358",35701,54096 +"218359",35701,54729 +"218360",35701,60593 +"218361",35701,81689 +"218362",35702,41333 +"218363",35702,41451 +"218364",35702,44124 +"218365",35702,47133 +"218366",35702,47414 +"218367",35702,49106 +"218368",35702,50480 +"218369",35702,55167 +"218370",35702,56910 +"218371",35702,57094 +"218372",35702,58898 +"218373",35702,59147 +"218374",35702,59237 +"218375",35702,59359 +"218376",35702,61563 +"218377",35702,61867 +"218378",35702,62007 +"218379",35702,62078 +"218380",35702,62375 +"218381",35702,62633 +"218382",35702,63395 +"218383",35702,64408 +"218384",35702,64418 +"218385",35702,64511 +"218386",35702,65230 +"218387",35702,66145 +"218388",35702,66823 +"218389",35702,66846 +"218390",35702,67503 +"218391",35702,67721 +"218392",35702,68816 +"218393",35702,68909 +"218394",35702,68938 +"218395",35702,69332 +"218396",35702,69681 +"218397",35702,70610 +"218398",35702,70611 +"218399",35702,70725 +"218400",35702,71211 +"218401",35702,71505 +"218402",35702,71887 +"218403",35702,78643 +"218404",35702,79180 +"218405",35702,79527 +"218406",35702,80723 +"218407",35702,81070 +"218408",35702,97155 +"218409",35702,98459 +"218410",35703,35720 +"218411",35703,60123 +"218412",35704,37660 +"218413",35704,60290 +"218414",35704,88385 +"218415",35704,102567 +"218416",35704,110199 +"218417",35704,113403 +"218418",35704,114278 +"218419",35705,76178 +"218420",35705,94500 +"218421",35706,37427 +"218422",35706,37871 +"218423",35706,39062 +"218424",35706,42455 +"218425",35706,47396 +"218426",35706,47581 +"218427",35706,47595 +"218428",35706,53563 +"218429",35706,95178 +"218430",35706,110222 +"218431",35707,46256 +"218432",35708,56332 +"218433",35708,64481 +"218434",35708,68336 +"218435",35708,110149 +"218436",35709,49091 +"218437",35709,57960 +"218438",35709,119727 +"218439",35710,82506 +"218440",35710,89809 +"218441",35711,90062 +"218442",35712,59007 +"218443",35712,90855 +"218444",35713,35837 +"218445",35714,61001 +"218446",35714,67298 +"218447",35714,76047 +"218448",35714,106916 +"218449",35715,40819 +"218450",35715,43183 +"218451",35715,46768 +"218452",35715,48238 +"218453",35715,49438 +"218454",35715,68345 +"218455",35715,71874 +"218456",35715,77410 +"218457",35715,80606 +"218458",35715,84359 +"218459",35715,87228 +"218460",35715,90151 +"218461",35715,94540 +"218462",35715,110772 +"218463",35715,114156 +"218464",35715,120385 +"218465",35716,36090 +"218466",35716,36091 +"218467",35716,36131 +"218468",35717,56168 +"218469",35717,68951 +"218470",35718,38940 +"218471",35718,55867 +"218472",35718,71025 +"218473",35718,75979 +"218474",35718,76468 +"218475",35718,77726 +"218476",35718,86742 +"218477",35718,103265 +"218478",35718,104076 +"218479",35718,105092 +"218480",35721,107289 +"218481",35722,81399 +"218482",35723,121162 +"218483",35726,48033 +"218484",35726,48034 +"218485",35726,71401 +"218486",35727,44019 +"218487",35727,112144 +"218488",35728,37905 +"218489",35728,53825 +"218490",35728,57697 +"218491",35728,92016 +"218492",35728,110638 +"218493",35729,40720 +"218494",35729,40780 +"218495",35729,60136 +"218496",35729,72029 +"218497",35729,86076 +"218498",35730,35890 +"218499",35730,71373 +"218500",35732,38406 +"218501",35732,41064 +"218502",35732,67823 +"218503",35732,68832 +"218504",35733,38082 +"218505",35733,43055 +"218506",35733,56814 +"218507",35733,64770 +"218508",35734,59529 +"218509",35735,35855 +"218510",35735,36069 +"218511",35735,39914 +"218512",35735,40889 +"218513",35735,43246 +"218514",35735,64229 +"218515",35735,93808 +"218516",35735,122535 +"218517",35736,39491 +"218518",35736,43979 +"218519",35736,50272 +"218520",35736,102318 +"218521",35737,92055 +"218522",35737,93397 +"218523",35737,94117 +"218524",35737,94490 +"218525",35737,94991 +"218526",35738,37246 +"218527",35738,47806 +"218528",35738,49734 +"218529",35738,52776 +"218530",35738,55879 +"218531",35738,67262 +"218532",35738,67302 +"218533",35739,72434 +"218534",35739,98414 +"218535",35740,53654 +"218536",35740,76232 +"218537",35740,85098 +"218538",35742,35752 +"218539",35742,39928 +"218540",35742,43710 +"218541",35742,44819 +"218542",35742,84814 +"218543",35742,97150 +"218544",35742,100129 +"218545",35742,103056 +"218546",35742,108613 +"218547",35743,43095 +"218548",35743,46922 +"218549",35744,41533 +"218550",35745,97401 +"218551",35746,35799 +"218552",35747,62080 +"218553",35747,62579 +"218554",35747,104812 +"218555",35748,43773 +"218556",35749,36630 +"218557",35749,46489 +"218558",35749,92311 +"218559",35749,94054 +"218560",35749,118922 +"218561",35750,40275 +"218562",35751,111086 +"218563",35752,42327 +"218564",35752,77660 +"218565",35753,35912 +"218566",35757,82058 +"218567",35759,35791 +"218568",35759,35804 +"218569",35759,35818 +"218570",35759,35823 +"218571",35760,39946 +"218572",35760,96212 +"218573",35760,97830 +"218574",35761,35785 +"218575",35762,35876 +"218576",35763,35764 +"218577",35766,38809 +"218578",35766,70065 +"218579",35767,47175 +"218580",35767,53374 +"218581",35767,58358 +"218582",35767,58394 +"218583",35767,71811 +"218584",35768,50095 +"218585",35769,41140 +"218586",35769,59054 +"218587",35769,65543 +"218588",35769,67270 +"218589",35769,78189 +"218590",35770,105747 +"218591",35772,55618 +"218592",35772,74818 +"218593",35772,85356 +"218594",35772,96132 +"218595",35773,35808 +"218596",35773,36498 +"218597",35774,38769 +"218598",35774,52099 +"218599",35774,52138 +"218600",35774,52140 +"218601",35774,52167 +"218602",35774,114603 +"218603",35776,47532 +"218604",35776,54974 +"218605",35776,56082 +"218606",35776,67087 +"218607",35776,75345 +"218608",35776,76244 +"218609",35776,82747 +"218610",35779,49831 +"218611",35779,77636 +"218612",35780,54204 +"218613",35780,58614 +"218614",35780,84207 +"218615",35781,43610 +"218616",35781,60201 +"218617",35781,62357 +"218618",35781,81888 +"218619",35781,86358 +"218620",35781,93710 +"218621",35781,94697 +"218622",35781,111119 +"218623",35782,53604 +"218624",35784,36979 +"218625",35784,64390 +"218626",35784,64937 +"218627",35784,120858 +"218628",35785,98289 +"218629",35786,36244 +"218630",35786,42259 +"218631",35786,43550 +"218632",35786,49644 +"218633",35786,84389 +"218634",35786,99449 +"218635",35787,53142 +"218636",35787,81652 +"218637",35788,57259 +"218638",35788,60666 +"218639",35789,35846 +"218640",35789,82945 +"218641",35789,120539 +"218642",35790,39295 +"218643",35790,40727 +"218644",35790,46262 +"218645",35790,66476 +"218646",35790,72119 +"218647",35790,72276 +"218648",35790,86513 +"218649",35791,35804 +"218650",35791,35818 +"218651",35791,35823 +"218652",35792,45219 +"218653",35794,63329 +"218654",35794,77947 +"218655",35794,107070 +"218656",35795,54928 +"218657",35796,61485 +"218658",35796,61490 +"218659",35796,102439 +"218660",35796,106428 +"218661",35796,107805 +"218662",35796,113156 +"218663",35796,119694 +"218664",35796,119696 +"218665",35797,54122 +"218666",35797,57562 +"218667",35797,58623 +"218668",35797,60350 +"218669",35797,79303 +"218670",35797,79395 +"218671",35797,85618 +"218672",35797,93189 +"218673",35797,122518 +"218674",35798,62729 +"218675",35800,54004 +"218676",35800,70753 +"218677",35800,71283 +"218678",35801,58263 +"218679",35801,58730 +"218680",35802,36089 +"218681",35802,48123 +"218682",35802,50235 +"218683",35802,50604 +"218684",35802,58254 +"218685",35802,59210 +"218686",35802,62063 +"218687",35802,72573 +"218688",35802,72957 +"218689",35802,81722 +"218690",35802,87260 +"218691",35802,88308 +"218692",35802,93398 +"218693",35802,100502 +"218694",35802,101016 +"218695",35802,101087 +"218696",35802,102401 +"218697",35802,104662 +"218698",35802,105495 +"218699",35802,105955 +"218700",35802,109434 +"218701",35802,116302 +"218702",35802,116315 +"218703",35802,116325 +"218704",35802,116331 +"218705",35802,119210 +"218706",35803,38140 +"218707",35803,49839 +"218708",35803,59499 +"218709",35803,69567 +"218710",35803,76428 +"218711",35803,81074 +"218712",35803,93281 +"218713",35803,111178 +"218714",35803,111478 +"218715",35803,111658 +"218716",35804,35818 +"218717",35804,35823 +"218718",35805,35849 +"218719",35805,36004 +"218720",35807,44722 +"218721",35807,48288 +"218722",35807,48318 +"218723",35807,52124 +"218724",35807,52911 +"218725",35807,53193 +"218726",35807,75711 +"218727",35807,77098 +"218728",35807,90093 +"218729",35807,94660 +"218730",35807,97084 +"218731",35807,97107 +"218732",35808,39691 +"218733",35808,42831 +"218734",35808,54667 +"218735",35808,67172 +"218736",35808,104293 +"218737",35809,35843 +"218738",35809,35897 +"218739",35810,35857 +"218740",35812,37258 +"218741",35812,40627 +"218742",35812,46982 +"218743",35812,48690 +"218744",35812,54160 +"218745",35812,54187 +"218746",35813,37045 +"218747",35813,38440 +"218748",35813,38989 +"218749",35813,40840 +"218750",35813,41439 +"218751",35813,45480 +"218752",35813,49551 +"218753",35813,50306 +"218754",35813,50739 +"218755",35813,57641 +"218756",35813,59577 +"218757",35813,60938 +"218758",35813,71579 +"218759",35813,86476 +"218760",35813,94885 +"218761",35813,94886 +"218762",35813,94915 +"218763",35814,50854 +"218764",35815,41383 +"218765",35815,42271 +"218766",35815,44392 +"218767",35815,53364 +"218768",35815,81099 +"218769",35815,96178 +"218770",35815,96725 +"218771",35816,36068 +"218772",35817,36015 +"218773",35817,62429 +"218774",35817,72812 +"218775",35818,35823 +"218776",35818,51043 +"218777",35818,62417 +"218778",35818,64948 +"218779",35818,66542 +"218780",35818,66543 +"218781",35818,66608 +"218782",35819,58026 +"218783",35820,35840 +"218784",35820,38621 +"218785",35820,42626 +"218786",35821,53605 +"218787",35821,88837 +"218788",35821,96866 +"218789",35821,99799 +"218790",35822,40373 +"218791",35822,40461 +"218792",35822,42088 +"218793",35822,55241 +"218794",35822,76778 +"218795",35822,77929 +"218796",35822,123323 +"218797",35824,66616 +"218798",35825,53830 +"218799",35826,46688 +"218800",35826,49268 +"218801",35826,57738 +"218802",35826,61954 +"218803",35826,101431 +"218804",35827,90421 +"218805",35827,91301 +"218806",35827,105195 +"218807",35828,41640 +"218808",35829,37054 +"218809",35829,47628 +"218810",35829,61351 +"218811",35829,61512 +"218812",35829,103526 +"218813",35830,47883 +"218814",35830,48652 +"218815",35830,66887 +"218816",35830,100182 +"218817",35830,118153 +"218818",35830,119751 +"218819",35831,44427 +"218820",35831,49351 +"218821",35831,62906 +"218822",35833,47312 +"218823",35833,47804 +"218824",35834,36839 +"218825",35835,35873 +"218826",35835,60905 +"218827",35836,77247 +"218828",35837,69177 +"218829",35837,74259 +"218830",35837,74328 +"218831",35839,37697 +"218832",35839,39594 +"218833",35839,42193 +"218834",35839,58546 +"218835",35839,66050 +"218836",35839,68092 +"218837",35839,68122 +"218838",35839,68143 +"218839",35839,68151 +"218840",35839,71122 +"218841",35839,73811 +"218842",35839,73816 +"218843",35840,36385 +"218844",35840,42556 +"218845",35840,42558 +"218846",35840,42630 +"218847",35840,62267 +"218848",35841,50116 +"218849",35841,82359 +"218850",35843,35897 +"218851",35843,39588 +"218852",35843,56858 +"218853",35844,38926 +"218854",35844,43512 +"218855",35844,58302 +"218856",35844,63663 +"218857",35844,95175 +"218858",35844,95284 +"218859",35844,95301 +"218860",35845,64746 +"218861",35847,47245 +"218862",35847,51719 +"218863",35847,58609 +"218864",35847,77817 +"218865",35847,79424 +"218866",35847,79489 +"218867",35848,46578 +"218868",35848,49819 +"218869",35848,57166 +"218870",35848,66364 +"218871",35849,36004 +"218872",35849,41895 +"218873",35849,67921 +"218874",35849,67933 +"218875",35849,67985 +"218876",35851,38796 +"218877",35852,65868 +"218878",35852,91905 +"218879",35853,60199 +"218880",35853,64425 +"218881",35854,42268 +"218882",35854,45090 +"218883",35854,54084 +"218884",35854,100807 +"218885",35855,36069 +"218886",35855,57118 +"218887",35855,64229 +"218888",35856,51238 +"218889",35856,63523 +"218890",35856,113941 +"218891",35857,48490 +"218892",35857,50960 +"218893",35857,74986 +"218894",35858,38160 +"218895",35858,91059 +"218896",35858,113257 +"218897",35859,36659 +"218898",35859,59836 +"218899",35859,77585 +"218900",35859,100475 +"218901",35860,44717 +"218902",35861,94909 +"218903",35861,95155 +"218904",35862,35863 +"218905",35862,35864 +"218906",35862,35865 +"218907",35862,35866 +"218908",35862,35867 +"218909",35862,35956 +"218910",35862,35957 +"218911",35862,35968 +"218912",35862,35969 +"218913",35862,35970 +"218914",35862,36094 +"218915",35862,51445 +"218916",35862,59531 +"218917",35862,63789 +"218918",35863,35864 +"218919",35863,35865 +"218920",35863,35866 +"218921",35863,35867 +"218922",35863,35956 +"218923",35863,35957 +"218924",35863,35968 +"218925",35863,35969 +"218926",35863,35970 +"218927",35863,36094 +"218928",35863,51445 +"218929",35863,59531 +"218930",35863,63789 +"218931",35864,35865 +"218932",35864,35866 +"218933",35864,35867 +"218934",35864,35956 +"218935",35864,35957 +"218936",35864,35968 +"218937",35864,35969 +"218938",35864,35970 +"218939",35864,36094 +"218940",35864,51445 +"218941",35864,59531 +"218942",35864,63789 +"218943",35865,35866 +"218944",35865,35867 +"218945",35865,35956 +"218946",35865,35957 +"218947",35865,35968 +"218948",35865,35969 +"218949",35865,35970 +"218950",35865,36094 +"218951",35865,50413 +"218952",35865,51445 +"218953",35865,56109 +"218954",35865,59531 +"218955",35865,63789 +"218956",35866,35867 +"218957",35866,35956 +"218958",35866,35957 +"218959",35866,35968 +"218960",35866,35969 +"218961",35866,35970 +"218962",35866,36094 +"218963",35866,47912 +"218964",35866,48442 +"218965",35866,51445 +"218966",35866,59531 +"218967",35866,63789 +"218968",35867,35956 +"218969",35867,35957 +"218970",35867,35968 +"218971",35867,35969 +"218972",35867,35970 +"218973",35867,36094 +"218974",35867,51445 +"218975",35867,59531 +"218976",35867,63789 +"218977",35868,36052 +"218978",35869,77097 +"218979",35869,79180 +"218980",35869,79575 +"218981",35869,82952 +"218982",35869,86331 +"218983",35869,102098 +"218984",35869,115586 +"218985",35869,115639 +"218986",35870,41705 +"218987",35870,68674 +"218988",35871,62169 +"218989",35871,82437 +"218990",35871,87459 +"218991",35871,92219 +"218992",35872,42092 +"218993",35872,115440 +"218994",35873,45763 +"218995",35873,49876 +"218996",35873,58870 +"218997",35873,84899 +"218998",35873,107690 +"218999",35873,119053 +"219000",35874,51202 +"219001",35875,50149 +"219002",35875,66578 +"219003",35876,37393 +"219004",35876,69151 +"219005",35877,35885 +"219006",35877,42642 +"219007",35877,44193 +"219008",35877,47970 +"219009",35877,50956 +"219010",35877,60516 +"219011",35877,84268 +"219012",35877,86152 +"219013",35877,90641 +"219014",35877,97647 +"219015",35878,87788 +"219016",35879,59365 +"219017",35879,67370 +"219018",35879,67391 +"219019",35879,67605 +"219020",35879,67672 +"219021",35880,48099 +"219022",35880,61194 +"219023",35880,97125 +"219024",35881,60736 +"219025",35881,79337 +"219026",35882,37496 +"219027",35882,38916 +"219028",35882,49902 +"219029",35882,91028 +"219030",35882,100591 +"219031",35882,103361 +"219032",35883,88666 +"219033",35883,92715 +"219034",35884,50934 +"219035",35885,44193 +"219036",35885,84268 +"219037",35886,40521 +"219038",35886,62857 +"219039",35886,65680 +"219040",35886,71140 +"219041",35886,96111 +"219042",35886,98333 +"219043",35887,68976 +"219044",35887,73592 +"219045",35888,36539 +"219046",35888,42606 +"219047",35888,43877 +"219048",35888,49359 +"219049",35888,49535 +"219050",35888,49560 +"219051",35888,49561 +"219052",35888,72418 +"219053",35889,51502 +"219054",35889,51918 +"219055",35889,115182 +"219056",35890,71373 +"219057",35890,85006 +"219058",35890,85021 +"219059",35890,85046 +"219060",35891,35893 +"219061",35891,36971 +"219062",35891,40928 +"219063",35891,43170 +"219064",35891,58017 +"219065",35891,61388 +"219066",35891,62663 +"219067",35891,98545 +"219068",35891,98663 +"219069",35892,37968 +"219070",35892,40806 +"219071",35892,43402 +"219072",35892,53132 +"219073",35893,39884 +"219074",35893,40356 +"219075",35893,41922 +"219076",35893,44649 +"219077",35893,59673 +"219078",35893,63823 +"219079",35894,53390 +"219080",35894,94792 +"219081",35894,116143 +"219082",35895,69638 +"219083",35895,71436 +"219084",35895,118890 +"219085",35897,36239 +"219086",35897,37425 +"219087",35897,41912 +"219088",35897,51718 +"219089",35897,69255 +"219090",35897,82712 +"219091",35897,101192 +"219092",35898,41136 +"219093",35899,54650 +"219094",35900,35941 +"219095",35900,36024 +"219096",35900,43871 +"219097",35900,73785 +"219098",35901,71784 +"219099",35901,103041 +"219100",35901,114568 +"219101",35902,36695 +"219102",35902,55002 +"219103",35902,91587 +"219104",35902,100055 +"219105",35902,116688 +"219106",35903,38764 +"219107",35903,55861 +"219108",35903,69298 +"219109",35903,115786 +"219110",35904,35973 +"219111",35904,36205 +"219112",35904,36338 +"219113",35904,38575 +"219114",35904,42217 +"219115",35904,47921 +"219116",35904,50063 +"219117",35904,50235 +"219118",35904,53252 +"219119",35904,58903 +"219120",35904,59210 +"219121",35904,62793 +"219122",35904,76213 +"219123",35904,78102 +"219124",35904,79183 +"219125",35904,79529 +"219126",35904,85028 +"219127",35904,88308 +"219128",35904,92341 +"219129",35904,93820 +"219130",35904,94436 +"219131",35904,96336 +"219132",35904,96513 +"219133",35904,99263 +"219134",35904,100164 +"219135",35904,100274 +"219136",35904,101155 +"219137",35904,101189 +"219138",35904,116364 +"219139",35904,116382 +"219140",35905,92892 +"219141",35906,38355 +"219142",35906,45661 +"219143",35906,46951 +"219144",35906,81489 +"219145",35906,102854 +"219146",35907,42040 +"219147",35907,48082 +"219148",35907,48157 +"219149",35907,48186 +"219150",35908,35938 +"219151",35908,35939 +"219152",35908,35940 +"219153",35908,36011 +"219154",35908,36012 +"219155",35908,36013 +"219156",35908,36060 +"219157",35908,36178 +"219158",35909,35910 +"219159",35909,35935 +"219160",35909,36001 +"219161",35909,36029 +"219162",35909,36045 +"219163",35909,36046 +"219164",35909,36080 +"219165",35909,36081 +"219166",35909,36082 +"219167",35909,36102 +"219168",35910,35935 +"219169",35910,36001 +"219170",35910,36029 +"219171",35910,36045 +"219172",35910,36046 +"219173",35910,36080 +"219174",35910,36081 +"219175",35910,36082 +"219176",35910,36102 +"219177",35910,43087 +"219178",35910,48263 +"219179",35910,59096 +"219180",35910,64860 +"219181",35910,65966 +"219182",35910,82688 +"219183",35910,82725 +"219184",35910,82752 +"219185",35911,47217 +"219186",35911,93111 +"219187",35913,43920 +"219188",35913,98912 +"219189",35913,115935 +"219190",35914,40727 +"219191",35914,43214 +"219192",35914,63484 +"219193",35914,75815 +"219194",35914,80966 +"219195",35915,93383 +"219196",35915,121515 +"219197",35916,36095 +"219198",35916,37009 +"219199",35916,38331 +"219200",35916,41983 +"219201",35916,43203 +"219202",35916,43594 +"219203",35916,45361 +"219204",35916,61857 +"219205",35916,85060 +"219206",35917,37959 +"219207",35917,48256 +"219208",35918,35998 +"219209",35918,84540 +"219210",35919,42107 +"219211",35919,48668 +"219212",35919,88579 +"219213",35920,109583 +"219214",35920,120761 +"219215",35921,36019 +"219216",35921,36994 +"219217",35922,40670 +"219218",35922,60333 +"219219",35922,87053 +"219220",35923,78794 +"219221",35923,80336 +"219222",35923,80629 +"219223",35923,85248 +"219224",35923,85885 +"219225",35923,107762 +"219226",35923,108710 +"219227",35924,57687 +"219228",35924,107925 +"219229",35925,39010 +"219230",35925,50020 +"219231",35926,36171 +"219232",35926,46071 +"219233",35926,46080 +"219234",35926,74796 +"219235",35926,76905 +"219236",35926,89851 +"219237",35926,91021 +"219238",35926,94306 +"219239",35927,46512 +"219240",35928,42251 +"219241",35929,41639 +"219242",35929,83350 +"219243",35929,85918 +"219244",35931,36250 +"219245",35932,36058 +"219246",35933,50153 +"219247",35933,52466 +"219248",35933,78182 +"219249",35933,79532 +"219250",35933,82830 +"219251",35933,98828 +"219252",35933,103789 +"219253",35934,70923 +"219254",35935,36001 +"219255",35935,36029 +"219256",35935,36045 +"219257",35935,36046 +"219258",35935,36080 +"219259",35935,36081 +"219260",35935,36082 +"219261",35935,36102 +"219262",35935,55313 +"219263",35938,35939 +"219264",35938,35940 +"219265",35938,36011 +"219266",35938,36012 +"219267",35938,36013 +"219268",35938,36060 +"219269",35938,36178 +"219270",35938,89964 +"219271",35939,35940 +"219272",35939,36011 +"219273",35939,36012 +"219274",35939,36013 +"219275",35939,36060 +"219276",35939,36178 +"219277",35940,36011 +"219278",35940,36012 +"219279",35940,36013 +"219280",35940,36060 +"219281",35940,36178 +"219282",35941,36024 +"219283",35942,35993 +"219284",35942,47864 +"219285",35942,57828 +"219286",35942,65784 +"219287",35942,86516 +"219288",35942,89191 +"219289",35942,90860 +"219290",35942,92405 +"219291",35942,92480 +"219292",35942,94653 +"219293",35942,94958 +"219294",35942,97349 +"219295",35942,113297 +"219296",35943,37472 +"219297",35943,38428 +"219298",35943,42999 +"219299",35943,46297 +"219300",35943,57186 +"219301",35943,70233 +"219302",35943,80657 +"219303",35943,81000 +"219304",35943,88553 +"219305",35943,90430 +"219306",35943,90433 +"219307",35943,99338 +"219308",35943,101100 +"219309",35943,110379 +"219310",35943,118105 +"219311",35943,119288 +"219312",35943,120463 +"219313",35943,122370 +"219314",35943,122380 +"219315",35943,123380 +"219316",35944,37019 +"219317",35945,35996 +"219318",35945,82296 +"219319",35946,40630 +"219320",35946,109789 +"219321",35947,36101 +"219322",35949,55069 +"219323",35949,59162 +"219324",35950,44170 +"219325",35950,53392 +"219326",35950,57350 +"219327",35951,36551 +"219328",35952,37559 +"219329",35952,41099 +"219330",35952,65794 +"219331",35953,36038 +"219332",35953,36049 +"219333",35953,36085 +"219334",35953,36395 +"219335",35953,50411 +"219336",35953,70354 +"219337",35953,97114 +"219338",35953,97121 +"219339",35953,97126 +"219340",35953,97127 +"219341",35953,97131 +"219342",35954,111540 +"219343",35955,37310 +"219344",35955,47854 +"219345",35956,35957 +"219346",35956,35968 +"219347",35956,35969 +"219348",35956,35970 +"219349",35956,36094 +"219350",35956,51445 +"219351",35956,59531 +"219352",35956,63789 +"219353",35957,35968 +"219354",35957,35969 +"219355",35957,35970 +"219356",35957,36094 +"219357",35957,51445 +"219358",35957,59531 +"219359",35957,63789 +"219360",35958,82449 +"219361",35958,82468 +"219362",35959,59858 +"219363",35959,96708 +"219364",35959,117700 +"219365",35960,36172 +"219366",35960,38146 +"219367",35960,39692 +"219368",35960,59140 +"219369",35960,61885 +"219370",35961,97332 +"219371",35962,38399 +"219372",35963,44733 +"219373",35963,44810 +"219374",35963,49364 +"219375",35963,58052 +"219376",35963,71541 +"219377",35963,92441 +"219378",35963,94806 +"219379",35963,98166 +"219380",35963,105685 +"219381",35963,113213 +"219382",35964,36059 +"219383",35964,36121 +"219384",35964,39954 +"219385",35964,39959 +"219386",35964,62428 +"219387",35965,35979 +"219388",35965,36022 +"219389",35965,77430 +"219390",35967,52073 +"219391",35967,69429 +"219392",35967,71219 +"219393",35967,71259 +"219394",35967,97254 +"219395",35968,35969 +"219396",35968,35970 +"219397",35968,36094 +"219398",35968,51445 +"219399",35968,59531 +"219400",35968,63789 +"219401",35969,35970 +"219402",35969,36094 +"219403",35969,51445 +"219404",35969,59531 +"219405",35969,63789 +"219406",35970,36094 +"219407",35970,51445 +"219408",35970,59531 +"219409",35970,63789 +"219410",35971,44196 +"219411",35971,53006 +"219412",35971,58824 +"219413",35971,59088 +"219414",35971,73294 +"219415",35971,78595 +"219416",35971,88280 +"219417",35971,88764 +"219418",35971,90663 +"219419",35971,98543 +"219420",35971,99284 +"219421",35971,99613 +"219422",35971,99941 +"219423",35971,100496 +"219424",35971,117013 +"219425",35971,117043 +"219426",35972,36114 +"219427",35972,43811 +"219428",35972,43895 +"219429",35972,43935 +"219430",35972,43966 +"219431",35972,43968 +"219432",35972,43992 +"219433",35972,43997 +"219434",35972,43999 +"219435",35972,44000 +"219436",35972,45921 +"219437",35972,50196 +"219438",35972,52045 +"219439",35972,52053 +"219440",35972,71287 +"219441",35972,71337 +"219442",35972,78736 +"219443",35972,85642 +"219444",35972,92353 +"219445",35972,93341 +"219446",35972,98741 +"219447",35972,101503 +"219448",35972,103596 +"219449",35972,106026 +"219450",35972,106055 +"219451",35973,36205 +"219452",35973,50063 +"219453",35973,58293 +"219454",35973,70925 +"219455",35973,88462 +"219456",35973,101568 +"219457",35974,38838 +"219458",35975,41713 +"219459",35975,41771 +"219460",35975,43527 +"219461",35975,57990 +"219462",35975,58855 +"219463",35975,68569 +"219464",35975,90643 +"219465",35975,92592 +"219466",35975,96336 +"219467",35976,68366 +"219468",35976,72978 +"219469",35976,76124 +"219470",35977,36000 +"219471",35978,74875 +"219472",35978,106227 +"219473",35979,36022 +"219474",35980,53037 +"219475",35980,55690 +"219476",35980,69109 +"219477",35981,52047 +"219478",35982,36936 +"219479",35982,116453 +"219480",35983,38270 +"219481",35983,40113 +"219482",35983,42289 +"219483",35983,47822 +"219484",35983,48281 +"219485",35983,48380 +"219486",35983,50662 +"219487",35983,52535 +"219488",35983,54388 +"219489",35983,56216 +"219490",35983,59615 +"219491",35983,62679 +"219492",35983,63105 +"219493",35983,68001 +"219494",35983,68475 +"219495",35983,68917 +"219496",35983,69296 +"219497",35983,69502 +"219498",35983,71106 +"219499",35983,73655 +"219500",35983,75767 +"219501",35983,76046 +"219502",35983,76459 +"219503",35983,76808 +"219504",35983,77727 +"219505",35983,78224 +"219506",35983,79222 +"219507",35983,81711 +"219508",35983,82978 +"219509",35983,83306 +"219510",35983,85027 +"219511",35983,88412 +"219512",35983,90275 +"219513",35983,90426 +"219514",35983,90960 +"219515",35983,91112 +"219516",35983,91526 +"219517",35983,93425 +"219518",35983,93523 +"219519",35983,94520 +"219520",35983,95233 +"219521",35983,95954 +"219522",35983,99544 +"219523",35983,99547 +"219524",35983,99554 +"219525",35983,100595 +"219526",35983,100739 +"219527",35983,100819 +"219528",35983,101898 +"219529",35983,101988 +"219530",35983,102146 +"219531",35983,102201 +"219532",35983,102309 +"219533",35983,102635 +"219534",35983,102730 +"219535",35983,102846 +"219536",35983,102872 +"219537",35983,103790 +"219538",35983,104095 +"219539",35983,104574 +"219540",35983,104784 +"219541",35983,104845 +"219542",35983,107000 +"219543",35983,107269 +"219544",35983,107623 +"219545",35983,107714 +"219546",35983,107879 +"219547",35983,107975 +"219548",35984,35985 +"219549",35985,51460 +"219550",35985,78123 +"219551",35985,78163 +"219552",35985,78164 +"219553",35985,78165 +"219554",35985,78188 +"219555",35986,36636 +"219556",35987,40568 +"219557",35987,54230 +"219558",35987,102939 +"219559",35987,114160 +"219560",35988,36162 +"219561",35988,37743 +"219562",35988,38763 +"219563",35988,48627 +"219564",35988,55585 +"219565",35988,55605 +"219566",35988,62186 +"219567",35988,63986 +"219568",35988,64433 +"219569",35988,71057 +"219570",35988,71264 +"219571",35988,71396 +"219572",35988,71409 +"219573",35988,71432 +"219574",35988,71442 +"219575",35988,82113 +"219576",35990,72520 +"219577",35990,80122 +"219578",35990,83056 +"219579",35990,84251 +"219580",35991,58663 +"219581",35991,80663 +"219582",35992,40764 +"219583",35992,44681 +"219584",35992,54749 +"219585",35992,58649 +"219586",35993,50121 +"219587",35993,58845 +"219588",35993,59541 +"219589",35994,48844 +"219590",35994,49054 +"219591",35995,36096 +"219592",35995,60551 +"219593",35997,36033 +"219594",35997,39384 +"219595",35997,42565 +"219596",35997,48051 +"219597",35997,49517 +"219598",35997,65800 +"219599",35997,80778 +"219600",35997,93531 +"219601",35997,97635 +"219602",35997,102004 +"219603",35997,112839 +"219604",35998,67881 +"219605",35998,84540 +"219606",35999,36623 +"219607",35999,93826 +"219608",36000,39243 +"219609",36001,36029 +"219610",36001,36045 +"219611",36001,36046 +"219612",36001,36080 +"219613",36001,36081 +"219614",36001,36082 +"219615",36001,36102 +"219616",36001,85879 +"219617",36001,85881 +"219618",36002,36064 +"219619",36002,36135 +"219620",36003,37426 +"219621",36003,48084 +"219622",36003,81096 +"219623",36003,86519 +"219624",36003,96700 +"219625",36003,96701 +"219626",36003,96724 +"219627",36003,98396 +"219628",36005,71332 +"219629",36005,77961 +"219630",36006,36030 +"219631",36006,54304 +"219632",36006,103857 +"219633",36006,103885 +"219634",36007,64735 +"219635",36007,73055 +"219636",36007,85015 +"219637",36007,86548 +"219638",36008,86030 +"219639",36008,88273 +"219640",36008,95520 +"219641",36009,79432 +"219642",36010,37691 +"219643",36010,40604 +"219644",36010,41904 +"219645",36010,42490 +"219646",36010,45696 +"219647",36010,46668 +"219648",36010,47973 +"219649",36010,49180 +"219650",36010,50425 +"219651",36010,57253 +"219652",36010,60879 +"219653",36010,64370 +"219654",36010,65448 +"219655",36010,66261 +"219656",36010,66287 +"219657",36010,68457 +"219658",36010,69198 +"219659",36010,77565 +"219660",36010,78974 +"219661",36010,81648 +"219662",36010,86023 +"219663",36010,86734 +"219664",36010,87813 +"219665",36010,88773 +"219666",36010,90993 +"219667",36010,90994 +"219668",36010,92417 +"219669",36010,100319 +"219670",36010,101250 +"219671",36010,101462 +"219672",36010,109885 +"219673",36010,110521 +"219674",36010,110742 +"219675",36010,112606 +"219676",36010,116142 +"219677",36010,116150 +"219678",36010,116151 +"219679",36010,116152 +"219680",36010,116155 +"219681",36010,116159 +"219682",36010,116163 +"219683",36010,116165 +"219684",36010,116166 +"219685",36010,116171 +"219686",36010,116677 +"219687",36010,116678 +"219688",36011,36012 +"219689",36011,36013 +"219690",36011,36060 +"219691",36011,36178 +"219692",36012,36013 +"219693",36012,36060 +"219694",36012,36178 +"219695",36012,65526 +"219696",36013,36060 +"219697",36013,36178 +"219698",36013,57565 +"219699",36014,100851 +"219700",36016,36673 +"219701",36016,60300 +"219702",36017,37504 +"219703",36017,48974 +"219704",36017,55380 +"219705",36017,56081 +"219706",36018,53604 +"219707",36018,59846 +"219708",36018,62457 +"219709",36018,78694 +"219710",36018,82714 +"219711",36019,36994 +"219712",36019,45685 +"219713",36019,55413 +"219714",36019,79265 +"219715",36019,79287 +"219716",36019,79332 +"219717",36019,79340 +"219718",36019,79341 +"219719",36020,50964 +"219720",36020,59632 +"219721",36020,64373 +"219722",36020,70583 +"219723",36020,73668 +"219724",36020,83660 +"219725",36020,93080 +"219726",36020,98749 +"219727",36020,98901 +"219728",36021,46863 +"219729",36021,50487 +"219730",36021,66557 +"219731",36021,75488 +"219732",36021,92419 +"219733",36021,93623 +"219734",36021,112932 +"219735",36025,41857 +"219736",36025,74756 +"219737",36025,77026 +"219738",36025,79442 +"219739",36025,79443 +"219740",36025,82793 +"219741",36025,88696 +"219742",36025,108415 +"219743",36027,36830 +"219744",36027,39762 +"219745",36027,41004 +"219746",36027,53448 +"219747",36027,53493 +"219748",36027,67811 +"219749",36027,67818 +"219750",36027,68888 +"219751",36027,96068 +"219752",36028,50176 +"219753",36028,52526 +"219754",36028,69440 +"219755",36028,115351 +"219756",36029,36045 +"219757",36029,36046 +"219758",36029,36080 +"219759",36029,36081 +"219760",36029,36082 +"219761",36029,36102 +"219762",36031,40441 +"219763",36031,43306 +"219764",36031,60883 +"219765",36031,82533 +"219766",36031,83680 +"219767",36031,83744 +"219768",36031,89681 +"219769",36031,90234 +"219770",36031,90321 +"219771",36033,47942 +"219772",36034,37926 +"219773",36034,37949 +"219774",36035,56509 +"219775",36036,38869 +"219776",36036,41894 +"219777",36036,50285 +"219778",36036,52701 +"219779",36036,53525 +"219780",36036,57767 +"219781",36037,45781 +"219782",36038,36049 +"219783",36038,36085 +"219784",36038,99790 +"219785",36038,100838 +"219786",36039,36093 +"219787",36040,53548 +"219788",36040,62489 +"219789",36040,78750 +"219790",36040,82226 +"219791",36040,87366 +"219792",36040,87388 +"219793",36040,94433 +"219794",36040,101178 +"219795",36040,107554 +"219796",36041,43779 +"219797",36041,57755 +"219798",36041,68917 +"219799",36041,80765 +"219800",36041,99718 +"219801",36041,113356 +"219802",36041,113390 +"219803",36042,38250 +"219804",36042,42610 +"219805",36042,48374 +"219806",36042,60272 +"219807",36042,65804 +"219808",36042,70367 +"219809",36042,98824 +"219810",36042,103938 +"219811",36044,55638 +"219812",36044,84074 +"219813",36045,36046 +"219814",36045,36080 +"219815",36045,36081 +"219816",36045,36082 +"219817",36045,36102 +"219818",36046,36080 +"219819",36046,36081 +"219820",36046,36082 +"219821",36046,36102 +"219822",36047,38539 +"219823",36047,44060 +"219824",36048,38051 +"219825",36048,61082 +"219826",36048,61609 +"219827",36048,68960 +"219828",36048,75927 +"219829",36048,88139 +"219830",36049,36085 +"219831",36049,47739 +"219832",36049,49914 +"219833",36049,53886 +"219834",36049,59124 +"219835",36049,60762 +"219836",36049,82194 +"219837",36050,42701 +"219838",36050,48334 +"219839",36050,79040 +"219840",36050,83707 +"219841",36050,83726 +"219842",36050,84164 +"219843",36050,84553 +"219844",36050,116644 +"219845",36051,37653 +"219846",36051,95356 +"219847",36053,47751 +"219848",36053,111791 +"219849",36053,111874 +"219850",36053,116238 +"219851",36055,51263 +"219852",36056,64261 +"219853",36057,39464 +"219854",36057,39596 +"219855",36057,42783 +"219856",36057,42791 +"219857",36057,43054 +"219858",36057,45239 +"219859",36057,46190 +"219860",36057,47501 +"219861",36057,47514 +"219862",36057,49488 +"219863",36057,54590 +"219864",36059,36121 +"219865",36059,53949 +"219866",36059,56748 +"219867",36060,36178 +"219868",36060,53495 +"219869",36060,55500 +"219870",36060,55554 +"219871",36061,66733 +"219872",36061,112833 +"219873",36061,120273 +"219874",36061,120276 +"219875",36063,36280 +"219876",36064,36135 +"219877",36065,61812 +"219878",36065,78437 +"219879",36065,92492 +"219880",36065,95220 +"219881",36065,103109 +"219882",36067,57832 +"219883",36067,62222 +"219884",36067,62223 +"219885",36067,62287 +"219886",36068,45787 +"219887",36069,64229 +"219888",36070,36180 +"219889",36070,86064 +"219890",36070,86093 +"219891",36070,86115 +"219892",36071,36263 +"219893",36072,49256 +"219894",36072,56929 +"219895",36073,55435 +"219896",36073,120814 +"219897",36073,122720 +"219898",36074,36273 +"219899",36075,89650 +"219900",36076,61166 +"219901",36077,45903 +"219902",36077,48023 +"219903",36077,52338 +"219904",36077,61413 +"219905",36077,77001 +"219906",36077,91782 +"219907",36078,44114 +"219908",36078,55315 +"219909",36078,86079 +"219910",36078,99328 +"219911",36079,68590 +"219912",36079,75001 +"219913",36079,89440 +"219914",36079,92472 +"219915",36079,92498 +"219916",36079,92520 +"219917",36079,98707 +"219918",36080,36081 +"219919",36080,36082 +"219920",36080,36102 +"219921",36081,36082 +"219922",36081,36102 +"219923",36081,98757 +"219924",36081,108291 +"219925",36082,36102 +"219926",36082,48225 +"219927",36082,57281 +"219928",36082,66222 +"219929",36082,66223 +"219930",36082,66263 +"219931",36082,66312 +"219932",36082,66353 +"219933",36084,46250 +"219934",36084,62575 +"219935",36084,69622 +"219936",36084,90185 +"219937",36084,117379 +"219938",36085,45131 +"219939",36085,45250 +"219940",36085,45296 +"219941",36086,41041 +"219942",36086,85255 +"219943",36088,47050 +"219944",36088,69057 +"219945",36088,102295 +"219946",36088,106440 +"219947",36088,109201 +"219948",36089,36934 +"219949",36089,41795 +"219950",36089,48123 +"219951",36089,49807 +"219952",36089,50235 +"219953",36089,59210 +"219954",36089,62063 +"219955",36089,66950 +"219956",36089,72573 +"219957",36089,81184 +"219958",36089,81722 +"219959",36089,84770 +"219960",36089,101016 +"219961",36089,101087 +"219962",36089,102341 +"219963",36089,102401 +"219964",36089,105495 +"219965",36089,105955 +"219966",36089,110175 +"219967",36089,111983 +"219968",36089,116302 +"219969",36089,116315 +"219970",36089,116325 +"219971",36089,116331 +"219972",36090,36091 +"219973",36090,36131 +"219974",36091,36131 +"219975",36091,67825 +"219976",36091,68569 +"219977",36091,96452 +"219978",36091,106010 +"219979",36091,114545 +"219980",36091,119265 +"219981",36092,36280 +"219982",36092,43521 +"219983",36092,43799 +"219984",36092,43800 +"219985",36092,43801 +"219986",36092,45443 +"219987",36092,71624 +"219988",36092,100513 +"219989",36092,104007 +"219990",36093,48100 +"219991",36093,51587 +"219992",36093,51750 +"219993",36093,59143 +"219994",36093,74046 +"219995",36093,78819 +"219996",36093,84552 +"219997",36093,84558 +"219998",36093,84599 +"219999",36093,91601 +"220000",36093,103839 +"220001",36093,105633 +"220002",36093,105646 +"220003",36093,108120 +"220004",36093,108819 +"220005",36093,109241 +"220006",36093,113516 +"220007",36094,44797 +"220008",36094,51445 +"220009",36094,59531 +"220010",36094,63789 +"220011",36094,97023 +"220012",36095,67226 +"220013",36097,38883 +"220014",36097,67950 +"220015",36098,43619 +"220016",36098,79795 +"220017",36098,79901 +"220018",36098,79924 +"220019",36098,79931 +"220020",36099,46664 +"220021",36101,56044 +"220022",36101,66259 +"220023",36103,40299 +"220024",36103,44623 +"220025",36103,45782 +"220026",36103,46851 +"220027",36103,48201 +"220028",36103,49653 +"220029",36103,56393 +"220030",36103,58276 +"220031",36103,58933 +"220032",36103,59246 +"220033",36103,59247 +"220034",36103,60006 +"220035",36103,60015 +"220036",36103,61412 +"220037",36103,65751 +"220038",36103,67339 +"220039",36103,71066 +"220040",36103,71482 +"220041",36103,71682 +"220042",36103,76928 +"220043",36103,76956 +"220044",36103,96823 +"220045",36103,97954 +"220046",36103,97955 +"220047",36103,97972 +"220048",36103,97973 +"220049",36103,97981 +"220050",36103,97987 +"220051",36103,97994 +"220052",36103,97998 +"220053",36103,97999 +"220054",36103,98008 +"220055",36104,37603 +"220056",36104,43889 +"220057",36105,54752 +"220058",36105,56147 +"220059",36105,84754 +"220060",36105,94106 +"220061",36105,111913 +"220062",36105,111914 +"220063",36105,111955 +"220064",36106,36292 +"220065",36106,47590 +"220066",36106,65002 +"220067",36106,84414 +"220068",36107,51924 +"220069",36107,68530 +"220070",36107,91521 +"220071",36108,49072 +"220072",36108,73188 +"220073",36108,79850 +"220074",36108,80088 +"220075",36108,88662 +"220076",36108,89286 +"220077",36108,92416 +"220078",36108,100599 +"220079",36108,101534 +"220080",36108,102229 +"220081",36109,74613 +"220082",36109,79390 +"220083",36110,70873 +"220084",36110,80437 +"220085",36111,70733 +"220086",36111,111350 +"220087",36111,115581 +"220088",36111,115593 +"220089",36111,115596 +"220090",36111,115600 +"220091",36111,115640 +"220092",36112,64100 +"220093",36112,94892 +"220094",36112,94992 +"220095",36113,86675 +"220096",36113,110933 +"220097",36114,47644 +"220098",36114,95585 +"220099",36114,107062 +"220100",36115,36116 +"220101",36117,36260 +"220102",36117,67683 +"220103",36117,71777 +"220104",36119,36138 +"220105",36119,36161 +"220106",36119,36234 +"220107",36119,36252 +"220108",36120,45345 +"220109",36120,62044 +"220110",36120,63881 +"220111",36120,75422 +"220112",36120,78384 +"220113",36121,47890 +"220114",36121,48605 +"220115",36121,56695 +"220116",36121,63075 +"220117",36122,83787 +"220118",36122,99786 +"220119",36123,40104 +"220120",36123,59930 +"220121",36123,60186 +"220122",36124,46415 +"220123",36124,120953 +"220124",36124,120963 +"220125",36125,36619 +"220126",36125,36644 +"220127",36125,47833 +"220128",36126,40277 +"220129",36126,43099 +"220130",36126,45826 +"220131",36126,78148 +"220132",36126,83171 +"220133",36126,84852 +"220134",36126,107084 +"220135",36127,115546 +"220136",36128,43943 +"220137",36128,48499 +"220138",36129,38755 +"220139",36129,57093 +"220140",36129,64908 +"220141",36129,65028 +"220142",36129,65726 +"220143",36129,66023 +"220144",36129,72674 +"220145",36129,83473 +"220146",36130,63315 +"220147",36130,82390 +"220148",36132,59874 +"220149",36133,54491 +"220150",36134,44085 +"220151",36134,45555 +"220152",36134,45817 +"220153",36134,46405 +"220154",36134,59525 +"220155",36134,60302 +"220156",36134,65510 +"220157",36134,113870 +"220158",36136,36160 +"220159",36136,38224 +"220160",36136,38770 +"220161",36136,39105 +"220162",36136,39614 +"220163",36136,45443 +"220164",36136,58686 +"220165",36136,63878 +"220166",36136,64642 +"220167",36136,64743 +"220168",36136,76132 +"220169",36136,76675 +"220170",36136,76807 +"220171",36136,78548 +"220172",36136,79818 +"220173",36136,92953 +"220174",36136,112120 +"220175",36136,120714 +"220176",36137,48527 +"220177",36137,50133 +"220178",36137,62599 +"220179",36137,68843 +"220180",36137,94353 +"220181",36137,97716 +"220182",36138,36161 +"220183",36138,36234 +"220184",36138,36252 +"220185",36139,42483 +"220186",36139,74940 +"220187",36140,44068 +"220188",36140,46500 +"220189",36140,72512 +"220190",36140,73467 +"220191",36140,78561 +"220192",36140,80788 +"220193",36140,102033 +"220194",36141,44566 +"220195",36141,52940 +"220196",36141,92741 +"220197",36142,63832 +"220198",36142,74172 +"220199",36142,74673 +"220200",36143,60668 +"220201",36144,48117 +"220202",36144,52760 +"220203",36144,55321 +"220204",36144,59420 +"220205",36144,59434 +"220206",36144,76997 +"220207",36144,89725 +"220208",36144,98515 +"220209",36144,100566 +"220210",36144,101376 +"220211",36144,116023 +"220212",36145,42401 +"220213",36145,49559 +"220214",36145,54567 +"220215",36145,59343 +"220216",36146,39396 +"220217",36146,49406 +"220218",36146,65404 +"220219",36146,84182 +"220220",36146,99332 +"220221",36146,104296 +"220222",36146,109747 +"220223",36146,113558 +"220224",36146,114064 +"220225",36147,36194 +"220226",36147,36224 +"220227",36147,48457 +"220228",36147,55489 +"220229",36147,58908 +"220230",36148,36376 +"220231",36148,37048 +"220232",36149,43483 +"220233",36149,52901 +"220234",36149,61771 +"220235",36150,43640 +"220236",36151,57980 +"220237",36151,65244 +"220238",36152,48241 +"220239",36152,51996 +"220240",36152,109390 +"220241",36154,53134 +"220242",36154,56492 +"220243",36154,60000 +"220244",36154,82623 +"220245",36154,86287 +"220246",36154,120829 +"220247",36155,36219 +"220248",36155,41865 +"220249",36156,45689 +"220250",36158,36210 +"220251",36158,44549 +"220252",36159,36247 +"220253",36159,37266 +"220254",36159,46395 +"220255",36160,38224 +"220256",36160,39105 +"220257",36160,39614 +"220258",36160,45443 +"220259",36160,46951 +"220260",36160,47031 +"220261",36160,47300 +"220262",36160,58161 +"220263",36160,76807 +"220264",36160,78548 +"220265",36160,79818 +"220266",36160,103826 +"220267",36160,112120 +"220268",36160,117098 +"220269",36161,36234 +"220270",36161,36252 +"220271",36161,38986 +"220272",36161,43922 +"220273",36161,45580 +"220274",36161,50944 +"220275",36161,60049 +"220276",36162,72601 +"220277",36162,72853 +"220278",36162,102254 +"220279",36163,67488 +"220280",36163,89203 +"220281",36164,41321 +"220282",36164,41632 +"220283",36165,42471 +"220284",36165,47960 +"220285",36165,71506 +"220286",36166,38922 +"220287",36166,50261 +"220288",36166,113304 +"220289",36166,115463 +"220290",36166,115464 +"220291",36166,115468 +"220292",36167,50082 +"220293",36167,70837 +"220294",36169,59851 +"220295",36169,82447 +"220296",36170,48329 +"220297",36170,57182 +"220298",36171,44747 +"220299",36171,45854 +"220300",36171,47260 +"220301",36171,53821 +"220302",36171,55289 +"220303",36172,36199 +"220304",36172,39692 +"220305",36172,43904 +"220306",36172,51277 +"220307",36172,59140 +"220308",36173,101125 +"220309",36173,123489 +"220310",36174,44748 +"220311",36174,85873 +"220312",36174,93515 +"220313",36175,75144 +"220314",36176,36266 +"220315",36176,36267 +"220316",36176,36268 +"220317",36176,88000 +"220318",36177,53572 +"220319",36177,61603 +"220320",36177,73407 +"220321",36177,76985 +"220322",36178,103054 +"220323",36179,48618 +"220324",36179,76806 +"220325",36180,55870 +"220326",36180,76070 +"220327",36180,76246 +"220328",36182,61363 +"220329",36182,83852 +"220330",36183,53632 +"220331",36183,69520 +"220332",36183,91862 +"220333",36185,37263 +"220334",36185,52105 +"220335",36185,55352 +"220336",36185,76029 +"220337",36185,87276 +"220338",36185,92316 +"220339",36185,115749 +"220340",36185,119169 +"220341",36186,49762 +"220342",36186,50962 +"220343",36186,68360 +"220344",36186,77876 +"220345",36186,91445 +"220346",36187,41580 +"220347",36187,42529 +"220348",36187,45809 +"220349",36187,103822 +"220350",36188,83528 +"220351",36188,84377 +"220352",36188,85009 +"220353",36188,86321 +"220354",36188,88018 +"220355",36188,95073 +"220356",36188,100237 +"220357",36188,105194 +"220358",36188,117037 +"220359",36188,119255 +"220360",36189,80876 +"220361",36189,100873 +"220362",36189,109700 +"220363",36189,111725 +"220364",36190,44828 +"220365",36190,48206 +"220366",36190,48268 +"220367",36190,48296 +"220368",36191,54661 +"220369",36191,55228 +"220370",36191,112118 +"220371",36191,120100 +"220372",36192,36218 +"220373",36192,46025 +"220374",36192,51017 +"220375",36192,52843 +"220376",36192,90850 +"220377",36192,102386 +"220378",36192,110202 +"220379",36192,110879 +"220380",36194,36224 +"220381",36194,36437 +"220382",36194,45479 +"220383",36194,68385 +"220384",36195,36197 +"220385",36195,40559 +"220386",36195,40616 +"220387",36195,61773 +"220388",36196,44695 +"220389",36196,65750 +"220390",36196,94085 +"220391",36197,39301 +"220392",36197,43652 +"220393",36197,45684 +"220394",36197,54551 +"220395",36197,57414 +"220396",36197,59376 +"220397",36197,76284 +"220398",36197,91808 +"220399",36197,94480 +"220400",36197,120110 +"220401",36198,88315 +"220402",36199,41937 +"220403",36200,41465 +"220404",36200,82757 +"220405",36201,36287 +"220406",36201,36350 +"220407",36202,44855 +"220408",36203,95590 +"220409",36204,97216 +"220410",36205,36439 +"220411",36205,38575 +"220412",36205,46850 +"220413",36205,50235 +"220414",36205,53011 +"220415",36205,53252 +"220416",36205,62407 +"220417",36205,62793 +"220418",36205,68281 +"220419",36205,76127 +"220420",36205,78102 +"220421",36205,79183 +"220422",36205,81109 +"220423",36205,88462 +"220424",36205,101016 +"220425",36205,101155 +"220426",36205,101189 +"220427",36205,119046 +"220428",36205,123379 +"220429",36206,43955 +"220430",36206,52238 +"220431",36206,67820 +"220432",36206,75538 +"220433",36206,86308 +"220434",36207,37196 +"220435",36207,51925 +"220436",36207,99047 +"220437",36207,112286 +"220438",36208,42693 +"220439",36208,71571 +"220440",36210,58022 +"220441",36210,61416 +"220442",36210,109908 +"220443",36210,118210 +"220444",36210,118972 +"220445",36211,36301 +"220446",36212,82793 +"220447",36213,68923 +"220448",36214,38370 +"220449",36214,74298 +"220450",36214,76517 +"220451",36214,93858 +"220452",36214,97736 +"220453",36215,36272 +"220454",36216,40554 +"220455",36216,44726 +"220456",36216,46351 +"220457",36216,58245 +"220458",36216,59844 +"220459",36217,41804 +"220460",36217,46614 +"220461",36217,49711 +"220462",36217,49952 +"220463",36217,50114 +"220464",36217,54749 +"220465",36219,45471 +"220466",36219,45540 +"220467",36219,45580 +"220468",36219,45587 +"220469",36220,51297 +"220470",36220,56213 +"220471",36220,70925 +"220472",36220,121103 +"220473",36221,68441 +"220474",36221,74133 +"220475",36221,85307 +"220476",36222,36241 +"220477",36222,43974 +"220478",36222,57535 +"220479",36223,66155 +"220480",36224,48457 +"220481",36224,55489 +"220482",36224,58908 +"220483",36224,87558 +"220484",36225,49800 +"220485",36225,54660 +"220486",36226,75144 +"220487",36226,82857 +"220488",36227,37392 +"220489",36227,40943 +"220490",36227,41050 +"220491",36227,41126 +"220492",36227,44623 +"220493",36227,47812 +"220494",36227,57919 +"220495",36227,62590 +"220496",36229,36230 +"220497",36231,84047 +"220498",36232,62976 +"220499",36233,38838 +"220500",36233,38893 +"220501",36233,53837 +"220502",36233,58348 +"220503",36233,58469 +"220504",36233,58491 +"220505",36233,58500 +"220506",36233,58546 +"220507",36233,64847 +"220508",36233,90524 +"220509",36233,95662 +"220510",36233,100296 +"220511",36233,103297 +"220512",36234,36252 +"220513",36234,45580 +"220514",36234,50037 +"220515",36234,65469 +"220516",36234,65585 +"220517",36234,65648 +"220518",36235,42176 +"220519",36236,52376 +"220520",36236,103546 +"220521",36236,113352 +"220522",36236,122404 +"220523",36237,57384 +"220524",36237,78809 +"220525",36237,107626 +"220526",36238,75390 +"220527",36239,36481 +"220528",36239,37425 +"220529",36239,39329 +"220530",36239,42092 +"220531",36239,46015 +"220532",36239,46039 +"220533",36239,46232 +"220534",36239,46328 +"220535",36239,51718 +"220536",36239,57158 +"220537",36239,59205 +"220538",36239,69255 +"220539",36240,88662 +"220540",36240,91083 +"220541",36240,117810 +"220542",36240,117824 +"220543",36242,41734 +"220544",36243,68836 +"220545",36243,68850 +"220546",36243,68866 +"220547",36243,68868 +"220548",36243,68873 +"220549",36244,49644 +"220550",36245,39309 +"220551",36245,58335 +"220552",36246,36248 +"220553",36247,37266 +"220554",36247,41501 +"220555",36247,41685 +"220556",36247,49173 +"220557",36248,65144 +"220558",36249,37234 +"220559",36249,67573 +"220560",36249,74736 +"220561",36250,63605 +"220562",36250,63653 +"220563",36251,36274 +"220564",36251,43792 +"220565",36251,112978 +"220566",36253,91527 +"220567",36254,64366 +"220568",36254,70518 +"220569",36254,106420 +"220570",36255,71104 +"220571",36255,71465 +"220572",36256,36291 +"220573",36257,59792 +"220574",36257,72699 +"220575",36257,88009 +"220576",36257,104980 +"220577",36258,61075 +"220578",36258,82192 +"220579",36258,120403 +"220580",36259,47503 +"220581",36259,49540 +"220582",36259,76552 +"220583",36259,76560 +"220584",36259,78932 +"220585",36259,90356 +"220586",36262,45354 +"220587",36262,51278 +"220588",36262,58319 +"220589",36262,68215 +"220590",36262,68254 +"220591",36262,69010 +"220592",36262,69050 +"220593",36262,72548 +"220594",36262,74840 +"220595",36262,80023 +"220596",36262,93042 +"220597",36262,101610 +"220598",36262,123213 +"220599",36264,38710 +"220600",36264,39221 +"220601",36265,36448 +"220602",36265,36949 +"220603",36265,53008 +"220604",36265,54501 +"220605",36265,80025 +"220606",36265,87747 +"220607",36266,36267 +"220608",36266,36268 +"220609",36266,102089 +"220610",36267,36268 +"220611",36268,91883 +"220612",36269,48618 +"220613",36269,76806 +"220614",36270,80297 +"220615",36271,36294 +"220616",36271,36417 +"220617",36272,60973 +"220618",36274,42859 +"220619",36274,42900 +"220620",36274,51229 +"220621",36274,52654 +"220622",36274,59143 +"220623",36274,64803 +"220624",36274,69259 +"220625",36274,70891 +"220626",36274,72084 +"220627",36274,73700 +"220628",36274,76309 +"220629",36274,76372 +"220630",36274,80808 +"220631",36274,81960 +"220632",36274,84566 +"220633",36274,85643 +"220634",36274,89698 +"220635",36274,90070 +"220636",36274,94512 +"220637",36274,102394 +"220638",36274,102527 +"220639",36274,102936 +"220640",36274,113272 +"220641",36274,114233 +"220642",36274,119241 +"220643",36274,119271 +"220644",36275,53963 +"220645",36275,78800 +"220646",36275,121874 +"220647",36276,41033 +"220648",36276,47015 +"220649",36276,86634 +"220650",36276,92832 +"220651",36276,92869 +"220652",36277,49152 +"220653",36277,64056 +"220654",36278,55491 +"220655",36278,60820 +"220656",36278,61879 +"220657",36278,63019 +"220658",36278,63703 +"220659",36280,43361 +"220660",36280,80898 +"220661",36280,93669 +"220662",36280,100531 +"220663",36280,104007 +"220664",36281,36300 +"220665",36281,61569 +"220666",36281,61827 +"220667",36281,76975 +"220668",36281,88022 +"220669",36281,90522 +"220670",36281,90549 +"220671",36281,101620 +"220672",36282,46748 +"220673",36282,55704 +"220674",36284,37259 +"220675",36284,42562 +"220676",36284,53429 +"220677",36284,53565 +"220678",36284,64614 +"220679",36284,66782 +"220680",36284,69944 +"220681",36284,76369 +"220682",36284,99523 +"220683",36284,119689 +"220684",36285,81993 +"220685",36285,88065 +"220686",36285,103751 +"220687",36285,114896 +"220688",36286,36767 +"220689",36286,37937 +"220690",36286,40419 +"220691",36286,42608 +"220692",36286,44180 +"220693",36286,45818 +"220694",36286,51476 +"220695",36286,51892 +"220696",36286,53755 +"220697",36286,54168 +"220698",36286,57210 +"220699",36286,58482 +"220700",36286,59172 +"220701",36286,59816 +"220702",36286,61874 +"220703",36286,63274 +"220704",36286,66322 +"220705",36286,67327 +"220706",36286,70854 +"220707",36286,71683 +"220708",36286,72568 +"220709",36286,72628 +"220710",36286,73767 +"220711",36286,78532 +"220712",36286,81609 +"220713",36286,85885 +"220714",36286,91255 +"220715",36286,92247 +"220716",36286,92352 +"220717",36286,92362 +"220718",36286,92929 +"220719",36286,93719 +"220720",36286,94906 +"220721",36286,94946 +"220722",36286,95889 +"220723",36286,96093 +"220724",36286,97988 +"220725",36286,99309 +"220726",36286,99376 +"220727",36286,99450 +"220728",36286,99471 +"220729",36286,99474 +"220730",36286,100916 +"220731",36286,100944 +"220732",36286,101126 +"220733",36286,101329 +"220734",36286,105557 +"220735",36286,107199 +"220736",36286,108743 +"220737",36286,108980 +"220738",36286,109291 +"220739",36286,109933 +"220740",36286,110483 +"220741",36286,110567 +"220742",36286,110572 +"220743",36286,110630 +"220744",36286,110648 +"220745",36286,110711 +"220746",36286,110770 +"220747",36286,110869 +"220748",36286,110911 +"220749",36286,111285 +"220750",36286,111314 +"220751",36286,111362 +"220752",36286,111372 +"220753",36286,111424 +"220754",36286,111433 +"220755",36286,112422 +"220756",36286,113269 +"220757",36286,113430 +"220758",36286,114242 +"220759",36286,114842 +"220760",36286,115427 +"220761",36286,115521 +"220762",36286,115711 +"220763",36287,36350 +"220764",36287,59934 +"220765",36288,68978 +"220766",36288,113310 +"220767",36289,36681 +"220768",36291,43051 +"220769",36291,45894 +"220770",36291,83434 +"220771",36291,101817 +"220772",36291,108372 +"220773",36291,114563 +"220774",36293,82120 +"220775",36294,36417 +"220776",36294,49100 +"220777",36294,104461 +"220778",36295,36567 +"220779",36295,39999 +"220780",36295,63429 +"220781",36295,70469 +"220782",36295,106536 +"220783",36296,43574 +"220784",36296,45697 +"220785",36296,50139 +"220786",36296,87334 +"220787",36296,117943 +"220788",36296,117944 +"220789",36297,40451 +"220790",36297,42616 +"220791",36297,89626 +"220792",36298,47800 +"220793",36298,65184 +"220794",36298,67914 +"220795",36299,42134 +"220796",36299,43135 +"220797",36299,44081 +"220798",36299,56261 +"220799",36299,58884 +"220800",36299,78214 +"220801",36299,82763 +"220802",36299,87183 +"220803",36299,88233 +"220804",36299,93933 +"220805",36299,107086 +"220806",36299,110056 +"220807",36299,111136 +"220808",36301,81834 +"220809",36301,99060 +"220810",36301,114281 +"220811",36302,100186 +"220812",36304,55329 +"220813",36305,58788 +"220814",36305,58916 +"220815",36305,62099 +"220816",36306,37181 +"220817",36306,74051 +"220818",36307,58759 +"220819",36307,72594 +"220820",36308,36362 +"220821",36309,36467 +"220822",36310,36311 +"220823",36310,36322 +"220824",36310,36368 +"220825",36310,36373 +"220826",36310,36406 +"220827",36310,36407 +"220828",36310,40043 +"220829",36311,36322 +"220830",36311,36368 +"220831",36311,36373 +"220832",36311,36406 +"220833",36311,36407 +"220834",36311,40043 +"220835",36311,50164 +"220836",36311,51120 +"220837",36311,68668 +"220838",36311,103219 +"220839",36311,106262 +"220840",36312,52684 +"220841",36312,66018 +"220842",36313,47510 +"220843",36313,63255 +"220844",36313,63497 +"220845",36313,105338 +"220846",36313,106585 +"220847",36314,36358 +"220848",36314,36377 +"220849",36314,36418 +"220850",36314,36928 +"220851",36314,38637 +"220852",36314,45877 +"220853",36314,45925 +"220854",36314,86486 +"220855",36315,41231 +"220856",36315,41273 +"220857",36315,41312 +"220858",36315,43082 +"220859",36315,44327 +"220860",36315,47443 +"220861",36315,52905 +"220862",36315,56965 +"220863",36315,64330 +"220864",36315,64426 +"220865",36315,65082 +"220866",36316,66337 +"220867",36318,36375 +"220868",36318,50556 +"220869",36319,36333 +"220870",36319,40043 +"220871",36319,55512 +"220872",36319,99042 +"220873",36320,39741 +"220874",36320,40956 +"220875",36320,41345 +"220876",36320,41881 +"220877",36320,54647 +"220878",36322,36368 +"220879",36322,36373 +"220880",36322,36406 +"220881",36322,36407 +"220882",36322,40043 +"220883",36322,90674 +"220884",36323,49967 +"220885",36323,55291 +"220886",36323,82668 +"220887",36323,107272 +"220888",36323,109326 +"220889",36324,41581 +"220890",36324,50213 +"220891",36324,68687 +"220892",36324,71008 +"220893",36324,71659 +"220894",36324,72239 +"220895",36324,72770 +"220896",36324,72893 +"220897",36324,76343 +"220898",36324,84380 +"220899",36324,85931 +"220900",36324,90035 +"220901",36324,105408 +"220902",36324,105446 +"220903",36325,36414 +"220904",36326,36327 +"220905",36327,45518 +"220906",36327,50072 +"220907",36328,42206 +"220908",36329,45474 +"220909",36329,62975 +"220910",36329,91435 +"220911",36329,104177 +"220912",36329,118537 +"220913",36330,77700 +"220914",36330,90784 +"220915",36330,99250 +"220916",36330,102984 +"220917",36331,36469 +"220918",36331,38948 +"220919",36332,65426 +"220920",36333,40043 +"220921",36334,36335 +"220922",36334,36336 +"220923",36335,36336 +"220924",36335,44585 +"220925",36335,44648 +"220926",36335,64997 +"220927",36335,82754 +"220928",36335,82787 +"220929",36335,101231 +"220930",36335,102006 +"220931",36335,102107 +"220932",36335,102149 +"220933",36335,117822 +"220934",36336,53593 +"220935",36336,97009 +"220936",36337,51756 +"220937",36337,115134 +"220938",36337,115158 +"220939",36338,42444 +"220940",36338,50063 +"220941",36338,62793 +"220942",36338,65835 +"220943",36338,67445 +"220944",36338,77257 +"220945",36338,86628 +"220946",36338,90977 +"220947",36338,93820 +"220948",36338,120501 +"220949",36339,53835 +"220950",36339,54825 +"220951",36339,54874 +"220952",36339,57929 +"220953",36340,37160 +"220954",36340,37167 +"220955",36340,63953 +"220956",36340,77529 +"220957",36340,79212 +"220958",36340,89108 +"220959",36340,99051 +"220960",36340,107673 +"220961",36340,107684 +"220962",36341,50356 +"220963",36342,37943 +"220964",36342,81294 +"220965",36343,47573 +"220966",36344,38100 +"220967",36344,40731 +"220968",36344,51100 +"220969",36344,52086 +"220970",36344,80848 +"220971",36344,108196 +"220972",36344,112400 +"220973",36345,40121 +"220974",36346,40316 +"220975",36346,40727 +"220976",36346,42131 +"220977",36346,54809 +"220978",36346,61919 +"220979",36346,64676 +"220980",36346,64864 +"220981",36346,69831 +"220982",36346,71793 +"220983",36346,71839 +"220984",36346,77389 +"220985",36346,93407 +"220986",36347,47095 +"220987",36347,113556 +"220988",36348,74335 +"220989",36350,41671 +"220990",36350,67677 +"220991",36350,84271 +"220992",36350,120364 +"220993",36351,38025 +"220994",36353,51845 +"220995",36353,58092 +"220996",36354,87758 +"220997",36354,90722 +"220998",36354,109759 +"220999",36354,115298 +"221000",36355,51471 +"221001",36355,61669 +"221002",36355,68407 +"221003",36355,70432 +"221004",36355,77388 +"221005",36355,78929 +"221006",36355,82075 +"221007",36355,111068 +"221008",36356,36972 +"221009",36356,53250 +"221010",36356,71342 +"221011",36356,76998 +"221012",36356,86809 +"221013",36356,103065 +"221014",36356,105602 +"221015",36357,73466 +"221016",36357,73892 +"221017",36357,122694 +"221018",36357,122725 +"221019",36358,36377 +"221020",36358,36418 +"221021",36358,36928 +"221022",36358,44787 +"221023",36358,58690 +"221024",36359,36389 +"221025",36359,46986 +"221026",36359,73634 +"221027",36360,54278 +"221028",36360,79977 +"221029",36360,88712 +"221030",36360,88716 +"221031",36360,90663 +"221032",36360,91259 +"221033",36360,99022 +"221034",36360,100144 +"221035",36360,110393 +"221036",36360,110470 +"221037",36361,39238 +"221038",36361,42939 +"221039",36361,43575 +"221040",36361,44960 +"221041",36361,50565 +"221042",36361,66280 +"221043",36361,76284 +"221044",36361,78025 +"221045",36361,81423 +"221046",36361,82080 +"221047",36361,86809 +"221048",36362,111342 +"221049",36363,106586 +"221050",36365,36452 +"221051",36365,39481 +"221052",36365,57124 +"221053",36365,70309 +"221054",36366,67352 +"221055",36366,78875 +"221056",36366,99745 +"221057",36368,36373 +"221058",36368,36406 +"221059",36368,36407 +"221060",36368,40043 +"221061",36368,82406 +"221062",36368,82731 +"221063",36369,80814 +"221064",36370,75966 +"221065",36370,101855 +"221066",36370,104852 +"221067",36371,50059 +"221068",36372,54717 +"221069",36373,36406 +"221070",36373,36407 +"221071",36373,40043 +"221072",36373,41240 +"221073",36373,46351 +"221074",36373,49880 +"221075",36373,54271 +"221076",36373,54357 +"221077",36373,60402 +"221078",36373,68504 +"221079",36373,68518 +"221080",36373,68823 +"221081",36373,89105 +"221082",36373,97012 +"221083",36373,103542 +"221084",36373,103698 +"221085",36373,105351 +"221086",36373,106449 +"221087",36373,109828 +"221088",36373,115929 +"221089",36374,37758 +"221090",36374,43135 +"221091",36374,44068 +"221092",36374,44983 +"221093",36374,45958 +"221094",36374,50588 +"221095",36374,53134 +"221096",36374,60538 +"221097",36374,78214 +"221098",36374,90569 +"221099",36374,90708 +"221100",36374,92883 +"221101",36374,109521 +"221102",36375,50556 +"221103",36375,82380 +"221104",36375,91456 +"221105",36375,104106 +"221106",36376,37048 +"221107",36377,36418 +"221108",36377,36928 +"221109",36377,38637 +"221110",36377,86486 +"221111",36378,36379 +"221112",36378,36412 +"221113",36379,36412 +"221114",36379,115973 +"221115",36380,36383 +"221116",36380,69422 +"221117",36380,76097 +"221118",36380,82033 +"221119",36380,92907 +"221120",36380,111371 +"221121",36381,36393 +"221122",36382,62943 +"221123",36383,41988 +"221124",36383,63996 +"221125",36383,99580 +"221126",36383,104352 +"221127",36383,117085 +"221128",36384,36566 +"221129",36384,99869 +"221130",36384,114485 +"221131",36385,36391 +"221132",36385,37576 +"221133",36385,42556 +"221134",36385,42558 +"221135",36385,42630 +"221136",36385,54235 +"221137",36385,55516 +"221138",36386,44167 +"221139",36387,74839 +"221140",36388,36633 +"221141",36388,86253 +"221142",36388,87492 +"221143",36388,102091 +"221144",36388,105282 +"221145",36389,54101 +"221146",36389,54360 +"221147",36389,55739 +"221148",36389,85501 +"221149",36389,105327 +"221150",36389,105818 +"221151",36390,40476 +"221152",36390,53835 +"221153",36390,67241 +"221154",36390,67398 +"221155",36390,70028 +"221156",36390,70069 +"221157",36390,70072 +"221158",36390,70074 +"221159",36391,42558 +"221160",36391,52766 +"221161",36391,56941 +"221162",36391,56970 +"221163",36392,62093 +"221164",36392,119747 +"221165",36393,36521 +"221166",36393,39431 +"221167",36393,45919 +"221168",36393,48349 +"221169",36393,53388 +"221170",36393,56595 +"221171",36393,69116 +"221172",36394,45610 +"221173",36395,60756 +"221174",36396,39648 +"221175",36396,47715 +"221176",36396,52229 +"221177",36396,60007 +"221178",36396,64277 +"221179",36396,66102 +"221180",36396,70339 +"221181",36396,76328 +"221182",36396,76337 +"221183",36396,106384 +"221184",36396,118548 +"221185",36397,45025 +"221186",36397,70660 +"221187",36398,69572 +"221188",36399,43005 +"221189",36399,43543 +"221190",36399,67837 +"221191",36399,106618 +"221192",36400,40463 +"221193",36400,48710 +"221194",36400,52198 +"221195",36400,70209 +"221196",36400,79660 +"221197",36400,105280 +"221198",36400,106510 +"221199",36400,113567 +"221200",36401,43958 +"221201",36401,60398 +"221202",36401,67650 +"221203",36402,36421 +"221204",36402,76523 +"221205",36403,51230 +"221206",36403,51879 +"221207",36403,69198 +"221208",36403,81648 +"221209",36403,82932 +"221210",36403,88817 +"221211",36403,88821 +"221212",36404,36895 +"221213",36404,37010 +"221214",36404,60003 +"221215",36404,83696 +"221216",36404,85900 +"221217",36404,90691 +"221218",36404,90714 +"221219",36404,90737 +"221220",36404,90766 +"221221",36404,103869 +"221222",36405,43481 +"221223",36405,70243 +"221224",36405,75846 +"221225",36405,75858 +"221226",36406,36407 +"221227",36406,40043 +"221228",36407,40043 +"221229",36408,89228 +"221230",36410,47734 +"221231",36410,47982 +"221232",36410,47990 +"221233",36410,58349 +"221234",36410,64451 +"221235",36410,64703 +"221236",36410,64708 +"221237",36410,64718 +"221238",36410,64748 +"221239",36410,64766 +"221240",36410,64777 +"221241",36411,40747 +"221242",36411,49055 +"221243",36411,56852 +"221244",36411,74797 +"221245",36411,85669 +"221246",36412,51002 +"221247",36412,83441 +"221248",36412,83442 +"221249",36413,36430 +"221250",36413,42328 +"221251",36413,63911 +"221252",36413,70552 +"221253",36414,75082 +"221254",36414,87004 +"221255",36415,37405 +"221256",36415,55203 +"221257",36415,61683 +"221258",36415,79945 +"221259",36416,48802 +"221260",36416,54458 +"221261",36416,56107 +"221262",36416,75141 +"221263",36416,75470 +"221264",36416,76299 +"221265",36416,78576 +"221266",36416,100851 +"221267",36416,101009 +"221268",36416,102331 +"221269",36418,36928 +"221270",36418,38637 +"221271",36419,42589 +"221272",36419,52116 +"221273",36419,62123 +"221274",36419,73747 +"221275",36419,76110 +"221276",36419,88443 +"221277",36419,91779 +"221278",36419,92058 +"221279",36419,96768 +"221280",36419,98874 +"221281",36419,103043 +"221282",36419,119637 +"221283",36419,122215 +"221284",36419,122216 +"221285",36419,122968 +"221286",36420,44976 +"221287",36421,76523 +"221288",36421,102697 +"221289",36422,43169 +"221290",36422,45426 +"221291",36422,51471 +"221292",36422,54437 +"221293",36422,58177 +"221294",36422,63059 +"221295",36422,67383 +"221296",36422,72207 +"221297",36422,75939 +"221298",36422,76629 +"221299",36422,88514 +"221300",36422,91924 +"221301",36422,103193 +"221302",36423,39708 +"221303",36423,43786 +"221304",36423,103991 +"221305",36423,105124 +"221306",36424,81118 +"221307",36425,38498 +"221308",36425,43222 +"221309",36426,109040 +"221310",36426,116938 +"221311",36427,59946 +"221312",36427,92327 +"221313",36428,93234 +"221314",36428,106766 +"221315",36431,46573 +"221316",36431,69988 +"221317",36431,103176 +"221318",36433,39024 +"221319",36433,40893 +"221320",36433,51377 +"221321",36433,59969 +"221322",36435,38811 +"221323",36435,51321 +"221324",36435,61180 +"221325",36435,120049 +"221326",36436,36508 +"221327",36436,36661 +"221328",36437,68385 +"221329",36438,37646 +"221330",36438,44296 +"221331",36438,81157 +"221332",36438,96361 +"221333",36438,107449 +"221334",36438,122793 +"221335",36439,41224 +"221336",36439,46483 +"221337",36439,50063 +"221338",36439,53011 +"221339",36439,58293 +"221340",36439,62407 +"221341",36439,68569 +"221342",36439,76127 +"221343",36439,93699 +"221344",36440,38195 +"221345",36440,44294 +"221346",36440,44572 +"221347",36440,56156 +"221348",36440,63940 +"221349",36440,65201 +"221350",36440,73531 +"221351",36440,76277 +"221352",36440,77181 +"221353",36440,90010 +"221354",36440,92469 +"221355",36440,93162 +"221356",36440,96387 +"221357",36440,99492 +"221358",36440,100411 +"221359",36440,100961 +"221360",36440,107921 +"221361",36441,36454 +"221362",36441,37755 +"221363",36441,37756 +"221364",36441,92270 +"221365",36441,92300 +"221366",36441,98642 +"221367",36441,107083 +"221368",36442,36606 +"221369",36442,38277 +"221370",36442,55206 +"221371",36442,69567 +"221372",36442,73192 +"221373",36442,84458 +"221374",36442,95961 +"221375",36443,42141 +"221376",36443,43629 +"221377",36443,69743 +"221378",36443,99803 +"221379",36444,36599 +"221380",36444,41274 +"221381",36444,58761 +"221382",36444,76676 +"221383",36444,89674 +"221384",36444,91804 +"221385",36444,103143 +"221386",36445,38184 +"221387",36445,43837 +"221388",36445,52319 +"221389",36445,65529 +"221390",36445,80410 +"221391",36445,85477 +"221392",36445,93951 +"221393",36445,112854 +"221394",36445,112859 +"221395",36445,118018 +"221396",36446,38520 +"221397",36446,49759 +"221398",36446,64651 +"221399",36446,66888 +"221400",36446,78093 +"221401",36447,47425 +"221402",36447,79167 +"221403",36448,49699 +"221404",36448,59510 +"221405",36448,63919 +"221406",36448,71381 +"221407",36448,92001 +"221408",36449,37905 +"221409",36449,46786 +"221410",36449,52260 +"221411",36449,74187 +"221412",36449,77432 +"221413",36449,80391 +"221414",36450,42374 +"221415",36450,78436 +"221416",36451,51084 +"221417",36451,94334 +"221418",36451,122504 +"221419",36451,122509 +"221420",36452,39481 +"221421",36452,69775 +"221422",36452,93040 +"221423",36452,105126 +"221424",36452,105329 +"221425",36454,38343 +"221426",36454,38396 +"221427",36454,44588 +"221428",36454,49086 +"221429",36454,72877 +"221430",36454,73898 +"221431",36454,74113 +"221432",36454,76356 +"221433",36454,86852 +"221434",36454,92270 +"221435",36454,92300 +"221436",36454,105134 +"221437",36454,122503 +"221438",36455,40555 +"221439",36455,41575 +"221440",36455,45517 +"221441",36455,46128 +"221442",36455,78738 +"221443",36455,82456 +"221444",36455,82513 +"221445",36455,82521 +"221446",36455,82524 +"221447",36457,54445 +"221448",36458,98912 +"221449",36458,107403 +"221450",36459,91309 +"221451",36459,105183 +"221452",36460,46396 +"221453",36460,98718 +"221454",36463,60651 +"221455",36464,38940 +"221456",36464,67434 +"221457",36464,69327 +"221458",36464,76573 +"221459",36464,78430 +"221460",36464,89598 +"221461",36464,104990 +"221462",36464,106540 +"221463",36464,109332 +"221464",36464,109571 +"221465",36464,121778 +"221466",36465,81606 +"221467",36465,81683 +"221468",36466,106213 +"221469",36467,50892 +"221470",36468,50946 +"221471",36468,51494 +"221472",36468,51645 +"221473",36468,83921 +"221474",36468,92837 +"221475",36468,116769 +"221476",36469,40181 +"221477",36469,43198 +"221478",36469,70468 +"221479",36469,70513 +"221480",36469,70549 +"221481",36469,70558 +"221482",36470,38138 +"221483",36470,38648 +"221484",36470,46653 +"221485",36470,46760 +"221486",36470,50208 +"221487",36470,57624 +"221488",36470,61117 +"221489",36470,61288 +"221490",36470,64057 +"221491",36470,72367 +"221492",36470,73374 +"221493",36470,80032 +"221494",36470,83125 +"221495",36470,88016 +"221496",36470,88627 +"221497",36470,89335 +"221498",36470,97580 +"221499",36470,99601 +"221500",36470,102322 +"221501",36470,102337 +"221502",36470,102896 +"221503",36470,115837 +"221504",36471,36528 +"221505",36472,61745 +"221506",36473,37689 +"221507",36473,66514 +"221508",36473,76484 +"221509",36473,77280 +"221510",36473,104827 +"221511",36473,104928 +"221512",36473,104930 +"221513",36473,104953 +"221514",36474,36494 +"221515",36474,40763 +"221516",36474,40803 +"221517",36474,48583 +"221518",36475,48611 +"221519",36475,75803 +"221520",36475,93701 +"221521",36475,114441 +"221522",36476,36547 +"221523",36476,36745 +"221524",36476,37821 +"221525",36476,37931 +"221526",36476,38319 +"221527",36476,39398 +"221528",36476,39492 +"221529",36476,40320 +"221530",36476,40373 +"221531",36476,40542 +"221532",36476,41182 +"221533",36476,42131 +"221534",36476,46843 +"221535",36476,48331 +"221536",36477,81272 +"221537",36477,84273 +"221538",36477,95467 +"221539",36478,39208 +"221540",36478,43871 +"221541",36478,44187 +"221542",36478,52550 +"221543",36478,56035 +"221544",36478,56151 +"221545",36478,56540 +"221546",36478,87644 +"221547",36478,87649 +"221548",36479,36544 +"221549",36479,36641 +"221550",36479,41394 +"221551",36479,41432 +"221552",36480,45992 +"221553",36480,53373 +"221554",36480,58189 +"221555",36480,58220 +"221556",36480,71602 +"221557",36480,78207 +"221558",36480,84626 +"221559",36480,84996 +"221560",36480,105656 +"221561",36480,109384 +"221562",36480,118823 +"221563",36481,52485 +"221564",36481,82082 +"221565",36481,105738 +"221566",36482,100962 +"221567",36483,39708 +"221568",36483,53861 +"221569",36483,69862 +"221570",36483,69888 +"221571",36484,36517 +"221572",36484,36530 +"221573",36484,36532 +"221574",36484,36581 +"221575",36484,36582 +"221576",36484,36627 +"221577",36484,36655 +"221578",36485,57838 +"221579",36485,81846 +"221580",36485,119342 +"221581",36486,36531 +"221582",36486,76076 +"221583",36487,36568 +"221584",36487,40345 +"221585",36487,44074 +"221586",36487,53225 +"221587",36487,53531 +"221588",36487,67321 +"221589",36487,71398 +"221590",36487,71866 +"221591",36487,88096 +"221592",36487,92749 +"221593",36488,36713 +"221594",36488,41365 +"221595",36489,38970 +"221596",36489,42731 +"221597",36489,57381 +"221598",36489,57517 +"221599",36489,79251 +"221600",36489,94695 +"221601",36489,95380 +"221602",36489,98321 +"221603",36489,98325 +"221604",36489,109920 +"221605",36490,37303 +"221606",36490,116296 +"221607",36490,116313 +"221608",36490,116330 +"221609",36491,46549 +"221610",36491,50329 +"221611",36491,82910 +"221612",36495,92498 +"221613",36496,61358 +"221614",36496,112720 +"221615",36497,38951 +"221616",36497,71636 +"221617",36498,38921 +"221618",36498,47747 +"221619",36498,76306 +"221620",36498,84475 +"221621",36498,92157 +"221622",36498,93289 +"221623",36499,47280 +"221624",36499,70506 +"221625",36499,83173 +"221626",36499,109266 +"221627",36500,36545 +"221628",36500,102941 +"221629",36502,61959 +"221630",36502,66313 +"221631",36502,74406 +"221632",36504,36665 +"221633",36505,44962 +"221634",36505,56849 +"221635",36505,59775 +"221636",36505,108204 +"221637",36505,108205 +"221638",36506,39378 +"221639",36506,39647 +"221640",36506,40710 +"221641",36506,41999 +"221642",36506,42068 +"221643",36506,60807 +"221644",36506,62395 +"221645",36506,64873 +"221646",36506,64894 +"221647",36506,64930 +"221648",36506,64958 +"221649",36506,89657 +"221650",36506,90792 +"221651",36507,75558 +"221652",36507,75559 +"221653",36508,36661 +"221654",36508,49345 +"221655",36509,72774 +"221656",36509,72795 +"221657",36509,72800 +"221658",36510,53130 +"221659",36511,64742 +"221660",36512,37092 +"221661",36512,39130 +"221662",36512,40278 +"221663",36512,54279 +"221664",36512,55671 +"221665",36512,57925 +"221666",36512,81386 +"221667",36513,105682 +"221668",36513,115420 +"221669",36514,38158 +"221670",36514,41091 +"221671",36514,56602 +"221672",36514,56664 +"221673",36514,61585 +"221674",36514,62226 +"221675",36514,64964 +"221676",36514,67282 +"221677",36515,36662 +"221678",36516,46263 +"221679",36517,36530 +"221680",36517,36532 +"221681",36517,36581 +"221682",36517,36582 +"221683",36517,36627 +"221684",36517,36655 +"221685",36517,100695 +"221686",36518,36555 +"221687",36519,65321 +"221688",36520,57773 +"221689",36520,77037 +"221690",36520,80354 +"221691",36520,82483 +"221692",36520,84843 +"221693",36520,90038 +"221694",36520,90983 +"221695",36520,113588 +"221696",36520,121924 +"221697",36521,39431 +"221698",36521,48349 +"221699",36521,55185 +"221700",36521,60603 +"221701",36521,67788 +"221702",36521,69116 +"221703",36521,77376 +"221704",36521,79377 +"221705",36521,82251 +"221706",36521,83458 +"221707",36521,92799 +"221708",36522,36842 +"221709",36522,63995 +"221710",36522,68211 +"221711",36522,89510 +"221712",36523,36586 +"221713",36523,36650 +"221714",36523,42642 +"221715",36523,54200 +"221716",36523,54825 +"221717",36523,60516 +"221718",36523,63395 +"221719",36523,84702 +"221720",36523,94614 +"221721",36523,95334 +"221722",36524,99638 +"221723",36525,36576 +"221724",36528,40578 +"221725",36529,85348 +"221726",36529,86044 +"221727",36530,36532 +"221728",36530,36581 +"221729",36530,36582 +"221730",36530,36627 +"221731",36530,36655 +"221732",36532,36581 +"221733",36532,36582 +"221734",36532,36627 +"221735",36532,36655 +"221736",36533,52243 +"221737",36533,52305 +"221738",36533,82938 +"221739",36534,36535 +"221740",36534,36584 +"221741",36534,36601 +"221742",36534,40390 +"221743",36534,53568 +"221744",36534,102158 +"221745",36534,122453 +"221746",36535,36584 +"221747",36535,36601 +"221748",36535,37072 +"221749",36535,52052 +"221750",36535,83644 +"221751",36536,36587 +"221752",36536,40432 +"221753",36536,43541 +"221754",36536,47386 +"221755",36536,84119 +"221756",36537,69356 +"221757",36538,90427 +"221758",36539,43877 +"221759",36539,49535 +"221760",36539,49560 +"221761",36539,49561 +"221762",36539,49623 +"221763",36539,50182 +"221764",36539,87515 +"221765",36539,108406 +"221766",36540,37080 +"221767",36541,41487 +"221768",36541,81761 +"221769",36541,94903 +"221770",36541,102485 +"221771",36541,117022 +"221772",36542,70389 +"221773",36542,79974 +"221774",36542,92102 +"221775",36542,93240 +"221776",36542,112374 +"221777",36543,56532 +"221778",36543,64298 +"221779",36543,64348 +"221780",36544,36641 +"221781",36545,112171 +"221782",36547,36745 +"221783",36547,37821 +"221784",36547,37931 +"221785",36547,38319 +"221786",36547,39398 +"221787",36547,39492 +"221788",36547,40320 +"221789",36547,40373 +"221790",36547,40542 +"221791",36547,41182 +"221792",36547,42131 +"221793",36547,46843 +"221794",36547,48331 +"221795",36548,83526 +"221796",36549,75502 +"221797",36549,90847 +"221798",36549,91049 +"221799",36550,111297 +"221800",36550,118856 +"221801",36550,118864 +"221802",36550,118886 +"221803",36551,42346 +"221804",36551,83764 +"221805",36551,83784 +"221806",36552,36728 +"221807",36552,43897 +"221808",36552,45759 +"221809",36552,73646 +"221810",36552,85023 +"221811",36553,36554 +"221812",36554,60306 +"221813",36556,43493 +"221814",36556,61727 +"221815",36556,75620 +"221816",36556,87743 +"221817",36556,88996 +"221818",36556,94625 +"221819",36556,115021 +"221820",36557,60915 +"221821",36557,82709 +"221822",36557,87636 +"221823",36558,36559 +"221824",36558,38341 +"221825",36558,39067 +"221826",36558,39173 +"221827",36558,39174 +"221828",36559,37314 +"221829",36559,37884 +"221830",36559,39173 +"221831",36559,39174 +"221832",36559,39355 +"221833",36559,47009 +"221834",36559,47947 +"221835",36559,54593 +"221836",36559,55021 +"221837",36559,57307 +"221838",36559,57372 +"221839",36559,57843 +"221840",36559,60301 +"221841",36559,60310 +"221842",36559,60348 +"221843",36559,60407 +"221844",36559,67090 +"221845",36559,74407 +"221846",36559,79088 +"221847",36560,49091 +"221848",36560,63319 +"221849",36561,41023 +"221850",36561,47158 +"221851",36561,47320 +"221852",36561,47339 +"221853",36561,49854 +"221854",36561,76132 +"221855",36563,38899 +"221856",36563,43622 +"221857",36563,48735 +"221858",36563,50135 +"221859",36563,53491 +"221860",36563,57942 +"221861",36563,63694 +"221862",36563,85436 +"221863",36563,91656 +"221864",36563,109407 +"221865",36563,112872 +"221866",36564,49192 +"221867",36564,53499 +"221868",36565,91942 +"221869",36569,54522 +"221870",36569,72389 +"221871",36569,78997 +"221872",36569,84450 +"221873",36569,84475 +"221874",36569,86650 +"221875",36569,87780 +"221876",36569,88765 +"221877",36569,97759 +"221878",36570,68081 +"221879",36570,92919 +"221880",36570,96597 +"221881",36570,111046 +"221882",36570,111061 +"221883",36570,111072 +"221884",36571,62253 +"221885",36572,36629 +"221886",36573,46262 +"221887",36573,56901 +"221888",36573,78251 +"221889",36573,110414 +"221890",36574,36575 +"221891",36574,78700 +"221892",36574,91688 +"221893",36575,91688 +"221894",36576,45942 +"221895",36576,56744 +"221896",36577,50071 +"221897",36577,53926 +"221898",36577,57072 +"221899",36577,64172 +"221900",36577,69471 +"221901",36577,73123 +"221902",36577,77697 +"221903",36577,78305 +"221904",36577,84292 +"221905",36577,99044 +"221906",36577,102095 +"221907",36578,49359 +"221908",36578,62903 +"221909",36579,36640 +"221910",36580,94126 +"221911",36580,101696 +"221912",36581,36582 +"221913",36581,36627 +"221914",36581,36655 +"221915",36582,36627 +"221916",36582,36655 +"221917",36583,37336 +"221918",36584,36601 +"221919",36584,86408 +"221920",36584,93256 +"221921",36585,46646 +"221922",36585,74109 +"221923",36586,36646 +"221924",36586,36650 +"221925",36586,42642 +"221926",36586,54200 +"221927",36586,54825 +"221928",36586,60516 +"221929",36586,63395 +"221930",36586,95334 +"221931",36587,40432 +"221932",36587,40725 +"221933",36587,47386 +"221934",36587,52739 +"221935",36587,53343 +"221936",36588,39440 +"221937",36588,43443 +"221938",36588,55205 +"221939",36588,56864 +"221940",36588,82850 +"221941",36589,47947 +"221942",36589,49975 +"221943",36589,56103 +"221944",36589,71487 +"221945",36590,36821 +"221946",36590,64380 +"221947",36591,64822 +"221948",36592,36593 +"221949",36593,45982 +"221950",36593,50585 +"221951",36593,51791 +"221952",36593,52168 +"221953",36593,53263 +"221954",36593,57163 +"221955",36593,57682 +"221956",36593,63364 +"221957",36593,64224 +"221958",36593,65573 +"221959",36593,70006 +"221960",36593,71168 +"221961",36595,82483 +"221962",36596,68518 +"221963",36597,61713 +"221964",36597,85280 +"221965",36598,94746 +"221966",36599,36648 +"221967",36599,103143 +"221968",36599,115667 +"221969",36599,122768 +"221970",36600,90575 +"221971",36600,91473 +"221972",36603,114411 +"221973",36603,119619 +"221974",36605,83975 +"221975",36607,36841 +"221976",36608,50269 +"221977",36608,71110 +"221978",36609,45616 +"221979",36609,45618 +"221980",36609,45626 +"221981",36609,45650 +"221982",36609,45659 +"221983",36609,45691 +"221984",36609,48286 +"221985",36609,61090 +"221986",36609,62919 +"221987",36610,44172 +"221988",36611,42145 +"221989",36612,39850 +"221990",36612,47722 +"221991",36612,47731 +"221992",36613,43269 +"221993",36613,47593 +"221994",36613,52190 +"221995",36613,68222 +"221996",36613,77847 +"221997",36613,83875 +"221998",36613,89960 +"221999",36613,91407 +"222000",36614,37035 +"222001",36614,43632 +"222002",36615,44896 +"222003",36615,44986 +"222004",36615,48084 +"222005",36615,58106 +"222006",36615,60366 +"222007",36615,61860 +"222008",36615,68645 +"222009",36615,80473 +"222010",36615,81677 +"222011",36615,105398 +"222012",36615,107996 +"222013",36615,108314 +"222014",36615,113333 +"222015",36616,101585 +"222016",36616,110160 +"222017",36616,114338 +"222018",36616,118462 +"222019",36617,54664 +"222020",36617,56617 +"222021",36618,73322 +"222022",36619,36644 +"222023",36619,55963 +"222024",36621,38605 +"222025",36621,39807 +"222026",36621,95328 +"222027",36621,100461 +"222028",36622,36658 +"222029",36622,111634 +"222030",36623,93826 +"222031",36624,38069 +"222032",36624,38115 +"222033",36624,48229 +"222034",36624,51385 +"222035",36624,57694 +"222036",36624,60981 +"222037",36624,61407 +"222038",36624,61454 +"222039",36625,37904 +"222040",36625,61796 +"222041",36625,72665 +"222042",36625,76453 +"222043",36625,119668 +"222044",36626,38975 +"222045",36626,109611 +"222046",36627,36655 +"222047",36628,53533 +"222048",36629,44782 +"222049",36629,44825 +"222050",36629,44839 +"222051",36629,45130 +"222052",36630,46489 +"222053",36630,56240 +"222054",36630,83820 +"222055",36630,85698 +"222056",36630,92311 +"222057",36630,100653 +"222058",36631,80622 +"222059",36632,36638 +"222060",36633,43426 +"222061",36633,55216 +"222062",36633,86253 +"222063",36633,88240 +"222064",36633,94514 +"222065",36633,115323 +"222066",36633,115328 +"222067",36634,49469 +"222068",36634,50079 +"222069",36637,45282 +"222070",36637,50955 +"222071",36637,54915 +"222072",36637,60477 +"222073",36637,77031 +"222074",36637,79188 +"222075",36637,79837 +"222076",36637,98080 +"222077",36637,100639 +"222078",36637,107109 +"222079",36637,107124 +"222080",36638,43382 +"222081",36638,101647 +"222082",36638,101674 +"222083",36639,37729 +"222084",36640,36987 +"222085",36640,64188 +"222086",36640,99578 +"222087",36640,99889 +"222088",36640,100400 +"222089",36640,115382 +"222090",36641,38556 +"222091",36641,41394 +"222092",36641,41432 +"222093",36641,46875 +"222094",36641,74936 +"222095",36641,81699 +"222096",36641,94854 +"222097",36641,98730 +"222098",36641,123086 +"222099",36642,44443 +"222100",36642,50218 +"222101",36642,90164 +"222102",36642,106756 +"222103",36643,79652 +"222104",36644,58615 +"222105",36645,46192 +"222106",36645,47768 +"222107",36645,52773 +"222108",36645,58841 +"222109",36645,62827 +"222110",36645,77799 +"222111",36645,98867 +"222112",36646,36650 +"222113",36646,41819 +"222114",36646,47877 +"222115",36647,54684 +"222116",36647,91516 +"222117",36647,109491 +"222118",36650,46898 +"222119",36650,54200 +"222120",36650,54825 +"222121",36650,63395 +"222122",36650,64206 +"222123",36650,95334 +"222124",36651,64503 +"222125",36651,92374 +"222126",36651,98801 +"222127",36652,36659 +"222128",36654,51763 +"222129",36654,53491 +"222130",36654,81531 +"222131",36654,84704 +"222132",36654,100378 +"222133",36657,50217 +"222134",36657,61604 +"222135",36657,64701 +"222136",36658,45833 +"222137",36658,46941 +"222138",36658,76389 +"222139",36658,76390 +"222140",36658,76397 +"222141",36658,76442 +"222142",36658,76463 +"222143",36658,76479 +"222144",36659,38859 +"222145",36659,100475 +"222146",36659,105637 +"222147",36659,105640 +"222148",36660,77759 +"222149",36661,39690 +"222150",36661,65730 +"222151",36662,41368 +"222152",36662,47319 +"222153",36662,50233 +"222154",36662,52720 +"222155",36662,62126 +"222156",36662,78365 +"222157",36662,78370 +"222158",36662,79789 +"222159",36662,80437 +"222160",36662,81468 +"222161",36662,81496 +"222162",36662,84536 +"222163",36663,96754 +"222164",36664,65158 +"222165",36665,68698 +"222166",36665,98716 +"222167",36666,37710 +"222168",36666,50431 +"222169",36666,64751 +"222170",36666,81289 +"222171",36666,87033 +"222172",36666,91755 +"222173",36666,92743 +"222174",36668,36712 +"222175",36669,36769 +"222176",36669,62114 +"222177",36669,89324 +"222178",36669,109613 +"222179",36672,40350 +"222180",36673,42049 +"222181",36673,43381 +"222182",36674,36676 +"222183",36675,93375 +"222184",36676,41226 +"222185",36676,45074 +"222186",36676,66982 +"222187",36677,101473 +"222188",36678,43759 +"222189",36679,36730 +"222190",36679,36852 +"222191",36679,63188 +"222192",36679,67178 +"222193",36679,74099 +"222194",36680,97215 +"222195",36681,107720 +"222196",36682,41800 +"222197",36683,49572 +"222198",36683,66163 +"222199",36683,90673 +"222200",36684,49097 +"222201",36684,56802 +"222202",36684,59145 +"222203",36684,59150 +"222204",36684,59214 +"222205",36684,59225 +"222206",36684,74041 +"222207",36685,42546 +"222208",36685,66671 +"222209",36686,36739 +"222210",36686,36782 +"222211",36687,43847 +"222212",36687,48762 +"222213",36687,49490 +"222214",36687,55564 +"222215",36687,71047 +"222216",36687,87142 +"222217",36687,89172 +"222218",36687,90064 +"222219",36687,90065 +"222220",36687,90554 +"222221",36687,95675 +"222222",36688,36690 +"222223",36688,36727 +"222224",36688,36757 +"222225",36688,36818 +"222226",36688,36844 +"222227",36689,36702 +"222228",36689,36703 +"222229",36689,83195 +"222230",36689,83209 +"222231",36689,83354 +"222232",36690,36727 +"222233",36690,36757 +"222234",36690,36818 +"222235",36690,36844 +"222236",36691,38725 +"222237",36691,71849 +"222238",36691,77823 +"222239",36691,80219 +"222240",36691,81159 +"222241",36691,108801 +"222242",36691,122043 +"222243",36692,37265 +"222244",36692,38266 +"222245",36692,71210 +"222246",36692,77178 +"222247",36692,90039 +"222248",36693,49375 +"222249",36694,61249 +"222250",36694,61887 +"222251",36694,73411 +"222252",36694,97225 +"222253",36694,106809 +"222254",36695,49359 +"222255",36695,57732 +"222256",36695,91137 +"222257",36695,91587 +"222258",36696,59615 +"222259",36697,43493 +"222260",36697,101260 +"222261",36698,39751 +"222262",36698,40152 +"222263",36698,46197 +"222264",36698,48763 +"222265",36698,59471 +"222266",36698,76634 +"222267",36698,77521 +"222268",36699,48145 +"222269",36699,52664 +"222270",36700,70127 +"222271",36701,39548 +"222272",36701,57784 +"222273",36702,36703 +"222274",36704,36943 +"222275",36704,40493 +"222276",36704,44765 +"222277",36705,67477 +"222278",36705,68271 +"222279",36706,40659 +"222280",36706,60088 +"222281",36706,74800 +"222282",36706,87148 +"222283",36707,59128 +"222284",36707,71263 +"222285",36707,83309 +"222286",36709,52604 +"222287",36709,74745 +"222288",36709,79253 +"222289",36709,82942 +"222290",36709,82988 +"222291",36710,53307 +"222292",36710,55036 +"222293",36710,90982 +"222294",36710,110537 +"222295",36711,36762 +"222296",36712,56709 +"222297",36712,66558 +"222298",36712,84893 +"222299",36713,37885 +"222300",36713,118672 +"222301",36714,46166 +"222302",36714,48050 +"222303",36714,64378 +"222304",36714,69867 +"222305",36714,83503 +"222306",36714,84781 +"222307",36714,84805 +"222308",36715,36831 +"222309",36715,91888 +"222310",36715,91937 +"222311",36716,54152 +"222312",36716,65752 +"222313",36716,89701 +"222314",36716,98536 +"222315",36717,36771 +"222316",36718,49553 +"222317",36718,65150 +"222318",36718,102147 +"222319",36718,122058 +"222320",36718,122061 +"222321",36719,36741 +"222322",36721,104113 +"222323",36723,50822 +"222324",36723,81934 +"222325",36724,46343 +"222326",36724,58090 +"222327",36724,77513 +"222328",36724,79488 +"222329",36724,85396 +"222330",36725,48282 +"222331",36725,51738 +"222332",36725,51924 +"222333",36725,52538 +"222334",36725,91778 +"222335",36725,92871 +"222336",36727,36757 +"222337",36727,36818 +"222338",36727,36844 +"222339",36728,55124 +"222340",36728,73646 +"222341",36729,80426 +"222342",36729,94808 +"222343",36730,36852 +"222344",36731,64565 +"222345",36731,76905 +"222346",36732,44452 +"222347",36732,80323 +"222348",36733,41922 +"222349",36733,46127 +"222350",36733,49408 +"222351",36733,52701 +"222352",36733,59952 +"222353",36733,62840 +"222354",36734,36951 +"222355",36734,37008 +"222356",36734,41891 +"222357",36734,44451 +"222358",36734,57186 +"222359",36734,74961 +"222360",36734,75941 +"222361",36734,79450 +"222362",36734,84367 +"222363",36734,89219 +"222364",36734,89220 +"222365",36734,89227 +"222366",36734,89887 +"222367",36734,90364 +"222368",36734,103245 +"222369",36734,103253 +"222370",36734,103282 +"222371",36735,36778 +"222372",36735,46477 +"222373",36735,96874 +"222374",36735,121938 +"222375",36736,44292 +"222376",36736,49119 +"222377",36736,88459 +"222378",36737,41091 +"222379",36737,58022 +"222380",36737,60131 +"222381",36737,74273 +"222382",36737,82022 +"222383",36737,98280 +"222384",36737,118365 +"222385",36739,36782 +"222386",36739,56286 +"222387",36739,60572 +"222388",36739,81371 +"222389",36739,88177 +"222390",36739,96681 +"222391",36739,115986 +"222392",36739,119573 +"222393",36739,122081 +"222394",36739,122104 +"222395",36739,122143 +"222396",36739,122147 +"222397",36739,122149 +"222398",36740,40883 +"222399",36740,57962 +"222400",36740,62510 +"222401",36741,50418 +"222402",36742,36787 +"222403",36742,47439 +"222404",36743,38708 +"222405",36743,104975 +"222406",36744,102599 +"222407",36745,37821 +"222408",36745,37931 +"222409",36745,38319 +"222410",36745,39398 +"222411",36745,39492 +"222412",36745,40320 +"222413",36745,40373 +"222414",36745,40542 +"222415",36745,41182 +"222416",36745,42131 +"222417",36745,46843 +"222418",36745,48331 +"222419",36745,72610 +"222420",36745,78915 +"222421",36745,101501 +"222422",36745,112814 +"222423",36745,118233 +"222424",36745,122001 +"222425",36746,36765 +"222426",36746,86499 +"222427",36748,84703 +"222428",36749,74119 +"222429",36750,38744 +"222430",36750,43325 +"222431",36750,73626 +"222432",36750,76850 +"222433",36751,66329 +"222434",36751,71669 +"222435",36751,72319 +"222436",36751,74463 +"222437",36753,49729 +"222438",36753,53691 +"222439",36753,70478 +"222440",36753,73382 +"222441",36753,79965 +"222442",36753,99384 +"222443",36753,99452 +"222444",36753,103511 +"222445",36754,53503 +"222446",36754,73836 +"222447",36754,78976 +"222448",36754,80136 +"222449",36755,38187 +"222450",36755,41956 +"222451",36755,42699 +"222452",36755,45508 +"222453",36755,46257 +"222454",36755,46258 +"222455",36755,52773 +"222456",36755,53943 +"222457",36755,66100 +"222458",36755,68904 +"222459",36755,78039 +"222460",36755,80806 +"222461",36755,85971 +"222462",36756,69093 +"222463",36756,73169 +"222464",36757,36818 +"222465",36757,36844 +"222466",36758,36774 +"222467",36758,50029 +"222468",36758,74863 +"222469",36759,45170 +"222470",36759,71070 +"222471",36759,71406 +"222472",36759,71437 +"222473",36759,115166 +"222474",36759,119941 +"222475",36761,36766 +"222476",36761,37287 +"222477",36761,47320 +"222478",36761,62017 +"222479",36761,62606 +"222480",36761,73503 +"222481",36762,61204 +"222482",36762,85139 +"222483",36762,99085 +"222484",36762,110300 +"222485",36762,112021 +"222486",36762,123081 +"222487",36763,39141 +"222488",36763,51478 +"222489",36763,51889 +"222490",36763,69324 +"222491",36763,69373 +"222492",36764,113862 +"222493",36766,37287 +"222494",36766,47320 +"222495",36766,53822 +"222496",36766,61178 +"222497",36766,62017 +"222498",36766,73503 +"222499",36767,37937 +"222500",36767,40419 +"222501",36767,42608 +"222502",36767,44180 +"222503",36767,45818 +"222504",36767,51476 +"222505",36767,51892 +"222506",36767,53755 +"222507",36767,54168 +"222508",36767,57210 +"222509",36767,58482 +"222510",36767,59172 +"222511",36767,59816 +"222512",36767,61874 +"222513",36767,63274 +"222514",36767,66322 +"222515",36767,67327 +"222516",36767,70854 +"222517",36767,71683 +"222518",36767,72568 +"222519",36767,72628 +"222520",36767,73767 +"222521",36767,78532 +"222522",36767,81609 +"222523",36767,85885 +"222524",36767,91255 +"222525",36767,92247 +"222526",36767,92352 +"222527",36767,92362 +"222528",36767,92929 +"222529",36767,93719 +"222530",36767,94906 +"222531",36767,94946 +"222532",36767,95889 +"222533",36767,96093 +"222534",36767,97988 +"222535",36767,99309 +"222536",36767,99376 +"222537",36767,99450 +"222538",36767,99471 +"222539",36767,99474 +"222540",36767,100916 +"222541",36767,100944 +"222542",36767,101126 +"222543",36767,101329 +"222544",36767,105557 +"222545",36767,107199 +"222546",36767,108743 +"222547",36767,108980 +"222548",36767,109291 +"222549",36767,109933 +"222550",36767,110483 +"222551",36767,110567 +"222552",36767,110572 +"222553",36767,110630 +"222554",36767,110648 +"222555",36767,110711 +"222556",36767,110770 +"222557",36767,110869 +"222558",36767,110911 +"222559",36767,111285 +"222560",36767,111314 +"222561",36767,111362 +"222562",36767,111372 +"222563",36767,111424 +"222564",36767,111433 +"222565",36767,112422 +"222566",36767,113269 +"222567",36767,113430 +"222568",36767,114242 +"222569",36767,114842 +"222570",36767,115427 +"222571",36767,115521 +"222572",36767,115711 +"222573",36768,36780 +"222574",36768,36816 +"222575",36768,38621 +"222576",36768,51379 +"222577",36768,61892 +"222578",36768,67045 +"222579",36770,118137 +"222580",36771,38424 +"222581",36771,53376 +"222582",36771,64326 +"222583",36771,64678 +"222584",36772,114776 +"222585",36773,47531 +"222586",36773,56294 +"222587",36775,74771 +"222588",36776,44405 +"222589",36779,76175 +"222590",36780,36816 +"222591",36780,59797 +"222592",36780,61892 +"222593",36780,80176 +"222594",36780,83713 +"222595",36781,38135 +"222596",36781,42250 +"222597",36781,45182 +"222598",36781,46444 +"222599",36781,60535 +"222600",36781,82919 +"222601",36781,82929 +"222602",36781,82930 +"222603",36784,39761 +"222604",36784,43916 +"222605",36784,49800 +"222606",36784,54152 +"222607",36784,55076 +"222608",36784,59161 +"222609",36784,63435 +"222610",36784,63502 +"222611",36784,65700 +"222612",36784,68063 +"222613",36784,77611 +"222614",36784,79438 +"222615",36784,82006 +"222616",36784,82332 +"222617",36784,82337 +"222618",36784,87083 +"222619",36784,97169 +"222620",36784,100924 +"222621",36784,105442 +"222622",36784,117765 +"222623",36785,89881 +"222624",36786,48478 +"222625",36786,72055 +"222626",36787,43809 +"222627",36787,62152 +"222628",36787,62452 +"222629",36787,71443 +"222630",36787,87886 +"222631",36788,58977 +"222632",36788,80595 +"222633",36788,94441 +"222634",36788,94925 +"222635",36788,114133 +"222636",36789,51497 +"222637",36789,63237 +"222638",36789,65439 +"222639",36789,74318 +"222640",36789,76392 +"222641",36789,79624 +"222642",36789,79627 +"222643",36789,79647 +"222644",36789,92265 +"222645",36789,92310 +"222646",36789,119663 +"222647",36790,48418 +"222648",36790,49487 +"222649",36790,58834 +"222650",36790,58886 +"222651",36790,60924 +"222652",36790,87242 +"222653",36791,36860 +"222654",36791,56443 +"222655",36792,56842 +"222656",36792,57576 +"222657",36792,57889 +"222658",36792,99921 +"222659",36792,118965 +"222660",36792,118966 +"222661",36793,54209 +"222662",36793,55002 +"222663",36793,61828 +"222664",36793,83585 +"222665",36794,63346 +"222666",36795,37465 +"222667",36795,59201 +"222668",36795,59302 +"222669",36795,59328 +"222670",36796,52823 +"222671",36796,100691 +"222672",36797,36800 +"222673",36797,40338 +"222674",36797,63776 +"222675",36797,85233 +"222676",36798,36807 +"222677",36798,39411 +"222678",36798,40524 +"222679",36798,41171 +"222680",36798,41453 +"222681",36798,44704 +"222682",36798,46577 +"222683",36798,57669 +"222684",36799,36833 +"222685",36799,36845 +"222686",36799,56758 +"222687",36801,44252 +"222688",36801,51381 +"222689",36801,63154 +"222690",36801,64747 +"222691",36801,84007 +"222692",36802,39581 +"222693",36802,47558 +"222694",36802,57671 +"222695",36802,83326 +"222696",36803,41925 +"222697",36803,43393 +"222698",36804,93010 +"222699",36804,108686 +"222700",36805,53162 +"222701",36805,53199 +"222702",36805,53230 +"222703",36805,53286 +"222704",36806,40262 +"222705",36807,37517 +"222706",36807,39411 +"222707",36807,41152 +"222708",36807,55641 +"222709",36807,59244 +"222710",36807,59342 +"222711",36807,59790 +"222712",36807,60661 +"222713",36807,69697 +"222714",36807,80987 +"222715",36807,90472 +"222716",36807,109386 +"222717",36808,37651 +"222718",36808,40005 +"222719",36808,48312 +"222720",36808,52064 +"222721",36808,53144 +"222722",36808,61160 +"222723",36808,61383 +"222724",36808,61889 +"222725",36808,62672 +"222726",36808,63862 +"222727",36808,63902 +"222728",36808,82076 +"222729",36809,38447 +"222730",36809,38505 +"222731",36809,38511 +"222732",36809,54619 +"222733",36809,66075 +"222734",36809,78988 +"222735",36809,92866 +"222736",36810,36811 +"222737",36810,58278 +"222738",36810,68103 +"222739",36810,91697 +"222740",36810,91716 +"222741",36811,44997 +"222742",36812,36906 +"222743",36812,42284 +"222744",36812,44030 +"222745",36812,58022 +"222746",36812,68423 +"222747",36813,37192 +"222748",36813,44761 +"222749",36813,46112 +"222750",36813,72579 +"222751",36813,108552 +"222752",36814,63778 +"222753",36814,66009 +"222754",36814,78491 +"222755",36814,79553 +"222756",36814,79556 +"222757",36814,79591 +"222758",36814,86775 +"222759",36815,36851 +"222760",36815,92203 +"222761",36816,61892 +"222762",36817,40238 +"222763",36817,51221 +"222764",36817,52951 +"222765",36818,36844 +"222766",36819,36870 +"222767",36819,43519 +"222768",36819,47662 +"222769",36819,70911 +"222770",36820,38405 +"222771",36820,50661 +"222772",36820,115751 +"222773",36822,68292 +"222774",36823,39169 +"222775",36823,50505 +"222776",36823,62875 +"222777",36823,63057 +"222778",36823,68418 +"222779",36823,73003 +"222780",36823,75470 +"222781",36824,50479 +"222782",36824,56148 +"222783",36824,59000 +"222784",36824,62112 +"222785",36825,61507 +"222786",36825,61511 +"222787",36826,49280 +"222788",36826,68139 +"222789",36826,84470 +"222790",36826,85272 +"222791",36826,102218 +"222792",36826,117033 +"222793",36826,117034 +"222794",36828,49798 +"222795",36828,54696 +"222796",36828,65037 +"222797",36828,88991 +"222798",36830,41004 +"222799",36830,53448 +"222800",36830,53493 +"222801",36830,67811 +"222802",36830,67818 +"222803",36832,68304 +"222804",36833,36845 +"222805",36835,55715 +"222806",36835,60891 +"222807",36835,60958 +"222808",36836,95112 +"222809",36837,50254 +"222810",36837,76646 +"222811",36837,81349 +"222812",36840,41853 +"222813",36840,48410 +"222814",36840,48419 +"222815",36840,56553 +"222816",36841,39714 +"222817",36841,40273 +"222818",36842,63995 +"222819",36842,89510 +"222820",36843,37302 +"222821",36843,44956 +"222822",36843,61715 +"222823",36846,38495 +"222824",36846,85957 +"222825",36847,48754 +"222826",36847,53133 +"222827",36847,85163 +"222828",36847,116201 +"222829",36847,116214 +"222830",36848,59813 +"222831",36848,67674 +"222832",36850,55772 +"222833",36850,60063 +"222834",36850,61336 +"222835",36850,93656 +"222836",36850,96301 +"222837",36850,98592 +"222838",36850,104124 +"222839",36850,115753 +"222840",36850,118895 +"222841",36850,120446 +"222842",36850,123284 +"222843",36851,40034 +"222844",36851,44071 +"222845",36851,67421 +"222846",36851,67455 +"222847",36851,67754 +"222848",36854,71511 +"222849",36855,45771 +"222850",36855,55524 +"222851",36855,55838 +"222852",36855,70510 +"222853",36855,73987 +"222854",36855,82340 +"222855",36855,82584 +"222856",36855,91434 +"222857",36855,99554 +"222858",36855,108522 +"222859",36855,110416 +"222860",36855,110654 +"222861",36855,121803 +"222862",36857,39968 +"222863",36857,44128 +"222864",36857,44254 +"222865",36857,62267 +"222866",36857,104904 +"222867",36857,105192 +"222868",36858,46126 +"222869",36858,72254 +"222870",36858,73939 +"222871",36858,75360 +"222872",36858,75361 +"222873",36859,41266 +"222874",36859,41337 +"222875",36859,46803 +"222876",36859,50041 +"222877",36859,53129 +"222878",36859,91072 +"222879",36859,104592 +"222880",36859,104848 +"222881",36860,117233 +"222882",36862,37549 +"222883",36862,45914 +"222884",36862,74348 +"222885",36862,83307 +"222886",36862,83706 +"222887",36862,89953 +"222888",36862,91159 +"222889",36862,91202 +"222890",36862,98903 +"222891",36862,107157 +"222892",36862,118403 +"222893",36863,36864 +"222894",36863,96050 +"222895",36865,65296 +"222896",36865,90004 +"222897",36865,100199 +"222898",36865,108429 +"222899",36866,36910 +"222900",36866,46413 +"222901",36866,73556 +"222902",36868,114299 +"222903",36868,115376 +"222904",36869,78227 +"222905",36870,88521 +"222906",36870,90782 +"222907",36870,90832 +"222908",36872,41380 +"222909",36873,37013 +"222910",36875,79366 +"222911",36876,49186 +"222912",36877,52343 +"222913",36877,83144 +"222914",36877,100356 +"222915",36877,105918 +"222916",36877,113525 +"222917",36877,120774 +"222918",36877,122124 +"222919",36877,122162 +"222920",36877,122203 +"222921",36878,73127 +"222922",36878,88875 +"222923",36878,118401 +"222924",36879,38021 +"222925",36879,52274 +"222926",36879,53636 +"222927",36879,74676 +"222928",36879,84516 +"222929",36880,36996 +"222930",36880,38243 +"222931",36880,39750 +"222932",36880,41579 +"222933",36880,41669 +"222934",36880,46881 +"222935",36880,49125 +"222936",36880,55446 +"222937",36880,69830 +"222938",36880,71538 +"222939",36880,77696 +"222940",36880,83846 +"222941",36880,89642 +"222942",36880,91465 +"222943",36880,91539 +"222944",36880,91610 +"222945",36880,91823 +"222946",36880,100649 +"222947",36881,63896 +"222948",36881,84513 +"222949",36881,88718 +"222950",36881,88907 +"222951",36882,69841 +"222952",36883,36952 +"222953",36883,36966 +"222954",36884,55091 +"222955",36886,45630 +"222956",36886,60708 +"222957",36886,74430 +"222958",36886,74544 +"222959",36886,77829 +"222960",36887,51566 +"222961",36887,61063 +"222962",36887,111649 +"222963",36888,57196 +"222964",36888,87577 +"222965",36889,65305 +"222966",36889,65382 +"222967",36891,37233 +"222968",36892,44614 +"222969",36892,54679 +"222970",36892,90833 +"222971",36892,92071 +"222972",36892,97294 +"222973",36892,117397 +"222974",36893,63800 +"222975",36893,69743 +"222976",36893,118892 +"222977",36893,119726 +"222978",36894,36969 +"222979",36894,43164 +"222980",36894,63667 +"222981",36895,37010 +"222982",36897,48458 +"222983",36897,54492 +"222984",36897,57418 +"222985",36898,66842 +"222986",36898,68481 +"222987",36898,71227 +"222988",36899,55777 +"222989",36899,106594 +"222990",36900,37012 +"222991",36900,45744 +"222992",36901,36958 +"222993",36901,122400 +"222994",36902,57460 +"222995",36902,73956 +"222996",36902,73957 +"222997",36902,83760 +"222998",36903,89409 +"222999",36904,51618 +"223000",36905,36943 +"223001",36905,37028 +"223002",36906,94416 +"223003",36907,92578 +"223004",36908,36963 +"223005",36908,37034 +"223006",36908,37044 +"223007",36909,37763 +"223008",36909,60760 +"223009",36909,91478 +"223010",36909,94736 +"223011",36910,37024 +"223012",36910,41446 +"223013",36910,46413 +"223014",36910,52055 +"223015",36910,62461 +"223016",36910,98385 +"223017",36910,103608 +"223018",36910,119273 +"223019",36911,37145 +"223020",36911,37161 +"223021",36912,39986 +"223022",36912,46578 +"223023",36912,49096 +"223024",36913,59162 +"223025",36913,67062 +"223026",36913,96624 +"223027",36914,39948 +"223028",36914,39972 +"223029",36914,41557 +"223030",36914,59215 +"223031",36914,65590 +"223032",36914,79128 +"223033",36914,119126 +"223034",36914,119127 +"223035",36915,36994 +"223036",36915,85688 +"223037",36916,38349 +"223038",36916,96960 +"223039",36916,115031 +"223040",36916,116737 +"223041",36917,36961 +"223042",36917,59815 +"223043",36917,59850 +"223044",36917,97861 +"223045",36919,92553 +"223046",36919,107158 +"223047",36920,43004 +"223048",36920,49064 +"223049",36920,75359 +"223050",36920,76925 +"223051",36921,67856 +"223052",36921,76733 +"223053",36922,48063 +"223054",36923,66490 +"223055",36923,82327 +"223056",36924,82407 +"223057",36924,115412 +"223058",36925,46744 +"223059",36925,78962 +"223060",36925,83995 +"223061",36926,58742 +"223062",36926,110048 +"223063",36926,117454 +"223064",36926,117455 +"223065",36926,117456 +"223066",36927,36990 +"223067",36927,41881 +"223068",36927,45308 +"223069",36927,49234 +"223070",36927,116115 +"223071",36927,121959 +"223072",36928,38637 +"223073",36928,45877 +"223074",36928,45925 +"223075",36928,52532 +"223076",36928,65530 +"223077",36928,86486 +"223078",36929,36982 +"223079",36931,58590 +"223080",36931,77982 +"223081",36931,101274 +"223082",36932,39699 +"223083",36932,44564 +"223084",36932,54782 +"223085",36932,55226 +"223086",36932,87192 +"223087",36932,100892 +"223088",36932,106849 +"223089",36932,108753 +"223090",36932,110554 +"223091",36932,111848 +"223092",36932,113522 +"223093",36932,123386 +"223094",36933,72026 +"223095",36933,82909 +"223096",36933,91433 +"223097",36933,115749 +"223098",36934,49807 +"223099",36934,96698 +"223100",36935,37420 +"223101",36935,37770 +"223102",36935,48451 +"223103",36935,56502 +"223104",36935,71012 +"223105",36935,72039 +"223106",36935,81934 +"223107",36935,84001 +"223108",36935,85127 +"223109",36936,87186 +"223110",36936,114238 +"223111",36937,92381 +"223112",36939,48911 +"223113",36939,68350 +"223114",36940,37027 +"223115",36940,95031 +"223116",36940,105682 +"223117",36940,105716 +"223118",36940,105735 +"223119",36941,39319 +"223120",36941,75650 +"223121",36941,103371 +"223122",36941,107881 +"223123",36941,107890 +"223124",36941,120203 +"223125",36941,120218 +"223126",36942,48464 +"223127",36942,61073 +"223128",36942,68356 +"223129",36942,68357 +"223130",36942,68394 +"223131",36942,75495 +"223132",36943,37028 +"223133",36943,44765 +"223134",36944,52168 +"223135",36944,67845 +"223136",36944,71267 +"223137",36945,66488 +"223138",36945,67355 +"223139",36945,67359 +"223140",36945,74402 +"223141",36945,74509 +"223142",36945,74522 +"223143",36945,74569 +"223144",36945,74604 +"223145",36945,75111 +"223146",36945,75166 +"223147",36946,36964 +"223148",36947,55622 +"223149",36947,107976 +"223150",36948,61815 +"223151",36949,53008 +"223152",36949,54501 +"223153",36949,55632 +"223154",36949,79540 +"223155",36950,42631 +"223156",36950,46035 +"223157",36950,46106 +"223158",36950,46158 +"223159",36950,46234 +"223160",36950,52474 +"223161",36950,75424 +"223162",36950,119830 +"223163",36951,37008 +"223164",36951,44451 +"223165",36951,49194 +"223166",36951,57186 +"223167",36951,60828 +"223168",36951,69603 +"223169",36951,75941 +"223170",36951,84367 +"223171",36951,90364 +"223172",36951,91553 +"223173",36951,103245 +"223174",36951,103253 +"223175",36951,103282 +"223176",36952,36966 +"223177",36953,37037 +"223178",36953,40404 +"223179",36953,41197 +"223180",36953,45369 +"223181",36953,46486 +"223182",36953,57052 +"223183",36953,62595 +"223184",36953,62687 +"223185",36953,62706 +"223186",36953,65569 +"223187",36953,103150 +"223188",36954,37307 +"223189",36954,41455 +"223190",36954,43149 +"223191",36954,44687 +"223192",36954,50207 +"223193",36954,50488 +"223194",36954,52112 +"223195",36954,53415 +"223196",36954,56357 +"223197",36954,57636 +"223198",36954,58482 +"223199",36954,59798 +"223200",36954,70907 +"223201",36954,71683 +"223202",36954,77125 +"223203",36954,78398 +"223204",36954,82426 +"223205",36954,84343 +"223206",36954,85000 +"223207",36954,85101 +"223208",36954,91682 +"223209",36954,95267 +"223210",36954,97580 +"223211",36954,98727 +"223212",36954,98776 +"223213",36954,100795 +"223214",36954,106824 +"223215",36954,108879 +"223216",36954,109166 +"223217",36954,109858 +"223218",36954,109878 +"223219",36954,112962 +"223220",36954,113990 +"223221",36954,115413 +"223222",36954,116123 +"223223",36954,117258 +"223224",36954,117560 +"223225",36954,118128 +"223226",36954,118836 +"223227",36954,118866 +"223228",36954,118873 +"223229",36954,119131 +"223230",36954,119513 +"223231",36954,119716 +"223232",36954,119769 +"223233",36954,120123 +"223234",36954,120169 +"223235",36954,120725 +"223236",36954,120944 +"223237",36954,121609 +"223238",36954,122007 +"223239",36954,122032 +"223240",36954,122035 +"223241",36954,122724 +"223242",36954,123070 +"223243",36954,123394 +"223244",36954,123490 +"223245",36955,41009 +"223246",36955,89913 +"223247",36956,45410 +"223248",36956,47943 +"223249",36956,76989 +"223250",36956,80777 +"223251",36956,96838 +"223252",36956,101513 +"223253",36956,102236 +"223254",36956,111364 +"223255",36956,117092 +"223256",36956,122925 +"223257",36956,122957 +"223258",36957,36978 +"223259",36958,63730 +"223260",36958,68685 +"223261",36958,84841 +"223262",36958,86909 +"223263",36958,101049 +"223264",36958,116425 +"223265",36959,40869 +"223266",36959,41341 +"223267",36959,75816 +"223268",36959,99218 +"223269",36959,121791 +"223270",36960,55820 +"223271",36960,77774 +"223272",36960,77795 +"223273",36960,85375 +"223274",36960,89086 +"223275",36960,94102 +"223276",36960,95481 +"223277",36960,120271 +"223278",36961,47932 +"223279",36961,118116 +"223280",36962,37333 +"223281",36962,54020 +"223282",36962,59194 +"223283",36962,73411 +"223284",36962,79088 +"223285",36962,82306 +"223286",36962,86490 +"223287",36962,92495 +"223288",36962,93499 +"223289",36962,108546 +"223290",36963,37034 +"223291",36963,37044 +"223292",36963,107286 +"223293",36963,107306 +"223294",36963,107308 +"223295",36965,40313 +"223296",36965,48839 +"223297",36967,41509 +"223298",36967,41757 +"223299",36967,44464 +"223300",36967,62128 +"223301",36967,67218 +"223302",36967,69559 +"223303",36967,72605 +"223304",36967,72768 +"223305",36967,72950 +"223306",36967,75521 +"223307",36968,98821 +"223308",36968,99541 +"223309",36968,122052 +"223310",36970,52171 +"223311",36971,48170 +"223312",36972,44396 +"223313",36972,53250 +"223314",36972,72956 +"223315",36972,105602 +"223316",36973,67836 +"223317",36973,84716 +"223318",36973,92981 +"223319",36973,102628 +"223320",36973,110575 +"223321",36973,116262 +"223322",36973,119812 +"223323",36974,47672 +"223324",36975,65450 +"223325",36975,118023 +"223326",36976,48976 +"223327",36976,51892 +"223328",36976,62892 +"223329",36976,94090 +"223330",36976,108405 +"223331",36977,51443 +"223332",36977,72701 +"223333",36977,79491 +"223334",36977,97939 +"223335",36977,114947 +"223336",36978,37031 +"223337",36978,40466 +"223338",36978,41739 +"223339",36978,53832 +"223340",36978,56388 +"223341",36978,68524 +"223342",36978,87239 +"223343",36978,87240 +"223344",36979,64390 +"223345",36981,55691 +"223346",36981,55975 +"223347",36981,59480 +"223348",36981,59481 +"223349",36981,64141 +"223350",36981,83712 +"223351",36981,83743 +"223352",36981,83747 +"223353",36982,37769 +"223354",36982,49872 +"223355",36982,71621 +"223356",36983,51668 +"223357",36983,53975 +"223358",36983,58027 +"223359",36983,91952 +"223360",36983,102935 +"223361",36984,37014 +"223362",36984,56766 +"223363",36984,77975 +"223364",36984,85216 +"223365",36984,113001 +"223366",36985,37470 +"223367",36985,37501 +"223368",36986,37471 +"223369",36986,48217 +"223370",36986,52633 +"223371",36986,68374 +"223372",36986,69554 +"223373",36987,64188 +"223374",36988,37001 +"223375",36989,37548 +"223376",36990,49234 +"223377",36990,73553 +"223378",36990,74654 +"223379",36990,83202 +"223380",36992,90287 +"223381",36992,95840 +"223382",36993,41549 +"223383",36993,43598 +"223384",36993,52435 +"223385",36993,54107 +"223386",36993,57977 +"223387",36993,62275 +"223388",36993,73313 +"223389",36993,73319 +"223390",36993,99910 +"223391",36993,105468 +"223392",36993,115762 +"223393",36994,51063 +"223394",36994,57117 +"223395",36994,62715 +"223396",36994,65402 +"223397",36994,73923 +"223398",36995,37040 +"223399",36995,37041 +"223400",36995,45515 +"223401",36995,98603 +"223402",36997,81352 +"223403",36999,78399 +"223404",37000,39093 +"223405",37001,43495 +"223406",37001,45391 +"223407",37001,58775 +"223408",37001,94940 +"223409",37001,96896 +"223410",37002,37018 +"223411",37002,49262 +"223412",37003,51145 +"223413",37003,60546 +"223414",37003,87834 +"223415",37004,39931 +"223416",37004,54452 +"223417",37004,76851 +"223418",37004,76929 +"223419",37004,115066 +"223420",37006,38274 +"223421",37006,104815 +"223422",37006,104820 +"223423",37007,71399 +"223424",37007,74915 +"223425",37008,37133 +"223426",37008,37776 +"223427",37008,40902 +"223428",37008,44451 +"223429",37008,52216 +"223430",37008,57186 +"223431",37008,60345 +"223432",37008,65647 +"223433",37008,66369 +"223434",37008,75941 +"223435",37008,84367 +"223436",37008,85322 +"223437",37008,85403 +"223438",37008,85414 +"223439",37008,85415 +"223440",37008,88869 +"223441",37008,89587 +"223442",37008,90364 +"223443",37008,92618 +"223444",37008,103245 +"223445",37008,103253 +"223446",37008,103282 +"223447",37008,107987 +"223448",37010,96405 +"223449",37011,86076 +"223450",37011,89008 +"223451",37011,100914 +"223452",37011,102324 +"223453",37013,52613 +"223454",37013,52825 +"223455",37013,98542 +"223456",37013,117692 +"223457",37015,87357 +"223458",37016,37053 +"223459",37016,37085 +"223460",37016,37481 +"223461",37016,38462 +"223462",37017,37500 +"223463",37017,57541 +"223464",37019,94352 +"223465",37020,67354 +"223466",37021,37529 +"223467",37021,65272 +"223468",37021,110612 +"223469",37025,54182 +"223470",37025,91656 +"223471",37025,113828 +"223472",37025,115739 +"223473",37025,116700 +"223474",37026,41418 +"223475",37029,37494 +"223476",37029,49088 +"223477",37029,49172 +"223478",37030,37031 +"223479",37031,40466 +"223480",37031,40559 +"223481",37031,41739 +"223482",37033,37087 +"223483",37033,40493 +"223484",37033,42275 +"223485",37033,42902 +"223486",37033,49110 +"223487",37033,57311 +"223488",37033,60133 +"223489",37033,70365 +"223490",37034,37044 +"223491",37036,37560 +"223492",37036,71054 +"223493",37036,77565 +"223494",37036,77637 +"223495",37036,78645 +"223496",37036,87262 +"223497",37037,38969 +"223498",37037,45734 +"223499",37038,77372 +"223500",37038,79453 +"223501",37038,90588 +"223502",37038,93522 +"223503",37038,102744 +"223504",37038,102761 +"223505",37040,37041 +"223506",37042,37497 +"223507",37042,37531 +"223508",37043,82893 +"223509",37043,89595 +"223510",37044,61469 +"223511",37045,38440 +"223512",37045,38989 +"223513",37045,39837 +"223514",37045,60938 +"223515",37045,68738 +"223516",37045,83483 +"223517",37045,85978 +"223518",37045,109129 +"223519",37045,109974 +"223520",37047,54199 +"223521",37047,64639 +"223522",37047,64738 +"223523",37049,49009 +"223524",37049,57376 +"223525",37049,62159 +"223526",37049,66637 +"223527",37049,67596 +"223528",37049,72069 +"223529",37050,42991 +"223530",37050,64429 +"223531",37050,78580 +"223532",37050,81820 +"223533",37050,103098 +"223534",37050,115833 +"223535",37051,46995 +"223536",37051,56140 +"223537",37051,70037 +"223538",37052,44156 +"223539",37052,48431 +"223540",37052,56414 +"223541",37052,56523 +"223542",37052,60114 +"223543",37052,65654 +"223544",37052,65675 +"223545",37052,65710 +"223546",37052,65751 +"223547",37053,37085 +"223548",37053,37481 +"223549",37053,38462 +"223550",37053,45541 +"223551",37053,69279 +"223552",37053,87298 +"223553",37053,123125 +"223554",37054,45716 +"223555",37054,52954 +"223556",37054,54399 +"223557",37055,54089 +"223558",37055,57436 +"223559",37055,64108 +"223560",37055,68698 +"223561",37055,73987 +"223562",37055,74274 +"223563",37055,95012 +"223564",37056,37057 +"223565",37056,37118 +"223566",37056,37165 +"223567",37056,37166 +"223568",37057,37118 +"223569",37057,37165 +"223570",37057,37166 +"223571",37058,102014 +"223572",37058,122234 +"223573",37059,37060 +"223574",37059,37061 +"223575",37059,38481 +"223576",37059,38482 +"223577",37059,38484 +"223578",37059,44293 +"223579",37059,71919 +"223580",37060,37061 +"223581",37060,87892 +"223582",37060,96110 +"223583",37062,37077 +"223584",37062,37123 +"223585",37062,37172 +"223586",37062,63739 +"223587",37062,78691 +"223588",37063,48575 +"223589",37063,49063 +"223590",37063,52368 +"223591",37063,53837 +"223592",37063,59567 +"223593",37063,81934 +"223594",37063,97689 +"223595",37063,100791 +"223596",37063,104830 +"223597",37065,52838 +"223598",37065,92506 +"223599",37066,37067 +"223600",37066,37172 +"223601",37066,37910 +"223602",37066,37928 +"223603",37066,37929 +"223604",37066,37946 +"223605",37066,37978 +"223606",37066,37995 +"223607",37066,38015 +"223608",37066,38029 +"223609",37066,38033 +"223610",37066,38058 +"223611",37066,38060 +"223612",37066,46880 +"223613",37067,37172 +"223614",37067,37910 +"223615",37067,37928 +"223616",37067,37929 +"223617",37067,37946 +"223618",37067,37978 +"223619",37067,37995 +"223620",37067,38015 +"223621",37067,38029 +"223622",37067,38033 +"223623",37067,38058 +"223624",37067,38060 +"223625",37067,46824 +"223626",37067,46880 +"223627",37067,50230 +"223628",37067,52974 +"223629",37068,38736 +"223630",37068,41939 +"223631",37068,50303 +"223632",37068,50813 +"223633",37068,51260 +"223634",37068,54622 +"223635",37068,56538 +"223636",37068,58105 +"223637",37068,60747 +"223638",37068,61870 +"223639",37068,62280 +"223640",37068,72784 +"223641",37068,72846 +"223642",37069,58334 +"223643",37069,66323 +"223644",37069,67499 +"223645",37069,73015 +"223646",37069,83444 +"223647",37069,99949 +"223648",37069,101914 +"223649",37069,103631 +"223650",37069,103723 +"223651",37069,103732 +"223652",37069,103759 +"223653",37069,103773 +"223654",37070,48385 +"223655",37070,57015 +"223656",37070,118241 +"223657",37071,37799 +"223658",37071,50144 +"223659",37072,52052 +"223660",37072,83729 +"223661",37072,92751 +"223662",37072,93918 +"223663",37072,109626 +"223664",37072,111646 +"223665",37072,111781 +"223666",37073,78538 +"223667",37074,41509 +"223668",37074,48956 +"223669",37074,54554 +"223670",37074,79453 +"223671",37075,43183 +"223672",37075,59202 +"223673",37075,65000 +"223674",37075,111913 +"223675",37076,47530 +"223676",37076,49368 +"223677",37076,58289 +"223678",37076,58993 +"223679",37076,110246 +"223680",37077,37123 +"223681",37077,37172 +"223682",37078,47878 +"223683",37078,60983 +"223684",37078,119997 +"223685",37079,37148 +"223686",37079,82025 +"223687",37079,93504 +"223688",37080,43862 +"223689",37080,62318 +"223690",37080,106345 +"223691",37081,54139 +"223692",37081,55448 +"223693",37081,119833 +"223694",37082,41344 +"223695",37082,73639 +"223696",37082,81101 +"223697",37082,81104 +"223698",37083,37110 +"223699",37083,37327 +"223700",37084,37116 +"223701",37085,37481 +"223702",37085,38462 +"223703",37085,76016 +"223704",37086,37183 +"223705",37086,37187 +"223706",37087,47514 +"223707",37087,50701 +"223708",37087,51866 +"223709",37087,54241 +"223710",37087,70365 +"223711",37088,64719 +"223712",37088,72953 +"223713",37088,75263 +"223714",37088,92988 +"223715",37088,111111 +"223716",37089,37106 +"223717",37089,37119 +"223718",37089,37151 +"223719",37091,57176 +"223720",37092,73586 +"223721",37094,44092 +"223722",37094,52845 +"223723",37094,65481 +"223724",37094,65516 +"223725",37094,68567 +"223726",37095,39234 +"223727",37095,42107 +"223728",37095,54714 +"223729",37095,67199 +"223730",37095,74460 +"223731",37095,89648 +"223732",37095,102862 +"223733",37097,37242 +"223734",37097,37360 +"223735",37097,37383 +"223736",37098,46297 +"223737",37098,88781 +"223738",37099,37290 +"223739",37099,44001 +"223740",37099,59831 +"223741",37099,114985 +"223742",37100,38366 +"223743",37100,59625 +"223744",37100,60969 +"223745",37100,79997 +"223746",37100,80010 +"223747",37100,98601 +"223748",37100,98631 +"223749",37101,84563 +"223750",37101,109476 +"223751",37103,90980 +"223752",37104,37186 +"223753",37105,42891 +"223754",37106,37119 +"223755",37106,37151 +"223756",37107,62533 +"223757",37108,49487 +"223758",37108,64200 +"223759",37108,67011 +"223760",37108,76534 +"223761",37108,85358 +"223762",37108,90187 +"223763",37108,90964 +"223764",37108,91140 +"223765",37108,94343 +"223766",37108,103946 +"223767",37109,87234 +"223768",37110,37327 +"223769",37110,75375 +"223770",37110,78408 +"223771",37110,84523 +"223772",37112,86132 +"223773",37113,37200 +"223774",37115,38282 +"223775",37115,48918 +"223776",37115,57554 +"223777",37115,62135 +"223778",37115,119679 +"223779",37117,40556 +"223780",37118,37165 +"223781",37118,37166 +"223782",37119,37151 +"223783",37119,41538 +"223784",37119,57937 +"223785",37119,100813 +"223786",37120,89095 +"223787",37120,96878 +"223788",37120,101421 +"223789",37123,37172 +"223790",37123,72075 +"223791",37124,68656 +"223792",37125,52825 +"223793",37125,92226 +"223794",37125,103864 +"223795",37125,105114 +"223796",37125,115795 +"223797",37126,59532 +"223798",37126,95509 +"223799",37126,98646 +"223800",37126,109133 +"223801",37128,37169 +"223802",37128,63589 +"223803",37128,74345 +"223804",37129,42433 +"223805",37130,40537 +"223806",37130,41358 +"223807",37130,44066 +"223808",37130,44117 +"223809",37130,45268 +"223810",37130,54443 +"223811",37130,56401 +"223812",37130,67175 +"223813",37130,91694 +"223814",37130,91775 +"223815",37130,93999 +"223816",37130,95783 +"223817",37131,80794 +"223818",37132,96833 +"223819",37132,120209 +"223820",37133,37776 +"223821",37133,40902 +"223822",37133,52216 +"223823",37133,66369 +"223824",37133,72883 +"223825",37133,88869 +"223826",37133,89587 +"223827",37133,92618 +"223828",37133,107987 +"223829",37133,115992 +"223830",37134,45816 +"223831",37134,51084 +"223832",37134,69680 +"223833",37134,96704 +"223834",37134,114519 +"223835",37134,114525 +"223836",37135,71905 +"223837",37135,79610 +"223838",37136,37178 +"223839",37137,37138 +"223840",37138,84228 +"223841",37138,90942 +"223842",37138,92606 +"223843",37138,92907 +"223844",37139,51401 +"223845",37139,116850 +"223846",37140,63166 +"223847",37140,89962 +"223848",37140,95776 +"223849",37140,101499 +"223850",37141,38877 +"223851",37141,38968 +"223852",37141,39118 +"223853",37142,37143 +"223854",37142,37176 +"223855",37142,40008 +"223856",37142,42102 +"223857",37142,52483 +"223858",37142,57560 +"223859",37142,73058 +"223860",37142,78928 +"223861",37142,80870 +"223862",37142,82360 +"223863",37142,82596 +"223864",37142,94418 +"223865",37142,95966 +"223866",37142,106870 +"223867",37142,106894 +"223868",37143,37176 +"223869",37144,37170 +"223870",37144,46859 +"223871",37144,72496 +"223872",37144,72506 +"223873",37144,72582 +"223874",37145,37161 +"223875",37147,49347 +"223876",37147,103926 +"223877",37148,85214 +"223878",37148,88107 +"223879",37149,54187 +"223880",37150,37163 +"223881",37152,80454 +"223882",37153,41524 +"223883",37153,86123 +"223884",37154,91611 +"223885",37154,92145 +"223886",37155,43320 +"223887",37156,44118 +"223888",37156,110856 +"223889",37156,117859 +"223890",37157,61885 +"223891",37158,96791 +"223892",37162,40138 +"223893",37162,43496 +"223894",37162,54103 +"223895",37162,59035 +"223896",37162,59054 +"223897",37162,108437 +"223898",37162,112415 +"223899",37164,40985 +"223900",37165,37166 +"223901",37167,61822 +"223902",37167,63953 +"223903",37167,76067 +"223904",37167,79212 +"223905",37167,99051 +"223906",37167,107673 +"223907",37167,107684 +"223908",37168,41146 +"223909",37168,44536 +"223910",37168,48747 +"223911",37168,73412 +"223912",37168,77703 +"223913",37168,97961 +"223914",37169,71286 +"223915",37170,39467 +"223916",37170,51024 +"223917",37171,61531 +"223918",37171,70809 +"223919",37172,37910 +"223920",37172,37928 +"223921",37172,37929 +"223922",37172,37946 +"223923",37172,37978 +"223924",37172,37995 +"223925",37172,38015 +"223926",37172,38029 +"223927",37172,38033 +"223928",37172,38058 +"223929",37172,38060 +"223930",37172,38917 +"223931",37172,44150 +"223932",37172,44157 +"223933",37172,44235 +"223934",37172,44255 +"223935",37172,46880 +"223936",37172,64260 +"223937",37172,64872 +"223938",37172,66702 +"223939",37172,66985 +"223940",37172,67127 +"223941",37173,71817 +"223942",37174,112762 +"223943",37175,37987 +"223944",37176,106171 +"223945",37178,43271 +"223946",37178,43377 +"223947",37178,87537 +"223948",37178,87733 +"223949",37178,122654 +"223950",37179,78723 +"223951",37179,85654 +"223952",37180,48951 +"223953",37180,49016 +"223954",37180,50522 +"223955",37182,40773 +"223956",37182,59839 +"223957",37182,63310 +"223958",37182,66059 +"223959",37182,69871 +"223960",37182,70919 +"223961",37183,37187 +"223962",37183,39686 +"223963",37183,59634 +"223964",37189,37291 +"223965",37189,37325 +"223966",37190,48260 +"223967",37190,85789 +"223968",37191,52480 +"223969",37191,58763 +"223970",37191,69808 +"223971",37191,72076 +"223972",37191,72111 +"223973",37191,106424 +"223974",37192,107991 +"223975",37192,119982 +"223976",37192,119996 +"223977",37192,120028 +"223978",37193,45638 +"223979",37193,61776 +"223980",37193,96909 +"223981",37194,37430 +"223982",37194,37540 +"223983",37195,50397 +"223984",37195,54278 +"223985",37195,88623 +"223986",37196,39865 +"223987",37196,106875 +"223988",37196,118291 +"223989",37196,122432 +"223990",37196,122436 +"223991",37197,37704 +"223992",37197,41817 +"223993",37197,41855 +"223994",37199,38659 +"223995",37199,52119 +"223996",37199,52707 +"223997",37199,71105 +"223998",37199,76942 +"223999",37199,76969 +"224000",37199,81001 +"224001",37199,93466 +"224002",37199,113397 +"224003",37200,43668 +"224004",37200,63073 +"224005",37200,92627 +"224006",37200,101356 +"224007",37200,101361 +"224008",37200,101363 +"224009",37200,108099 +"224010",37201,66447 +"224011",37202,59245 +"224012",37202,110022 +"224013",37203,37204 +"224014",37204,113404 +"224015",37205,56067 +"224016",37205,58537 +"224017",37205,74100 +"224018",37205,82964 +"224019",37205,106240 +"224020",37205,109919 +"224021",37205,117410 +"224022",37206,72466 +"224023",37207,104478 +"224024",37208,56103 +"224025",37211,39127 +"224026",37211,40427 +"224027",37211,74577 +"224028",37211,75089 +"224029",37211,77560 +"224030",37211,81387 +"224031",37211,81754 +"224032",37211,88306 +"224033",37211,89104 +"224034",37211,93606 +"224035",37211,104551 +"224036",37213,58745 +"224037",37214,43267 +"224038",37214,44786 +"224039",37214,61555 +"224040",37214,70392 +"224041",37214,73902 +"224042",37214,75620 +"224043",37214,84732 +"224044",37214,86838 +"224045",37215,44074 +"224046",37215,52585 +"224047",37215,54463 +"224048",37215,57807 +"224049",37215,62788 +"224050",37215,64585 +"224051",37215,79420 +"224052",37215,88991 +"224053",37215,92855 +"224054",37215,104527 +"224055",37215,107669 +"224056",37215,113520 +"224057",37216,58973 +"224058",37216,97030 +"224059",37216,98683 +"224060",37218,46729 +"224061",37218,46807 +"224062",37218,46808 +"224063",37218,46929 +"224064",37218,46945 +"224065",37218,56637 +"224066",37219,37310 +"224067",37219,37382 +"224068",37219,43606 +"224069",37219,63523 +"224070",37219,69011 +"224071",37219,75510 +"224072",37219,78549 +"224073",37219,83138 +"224074",37219,97260 +"224075",37219,106481 +"224076",37221,39279 +"224077",37221,68314 +"224078",37221,93283 +"224079",37221,107508 +"224080",37222,37240 +"224081",37222,37289 +"224082",37223,49999 +"224083",37224,37246 +"224084",37225,62940 +"224085",37225,65214 +"224086",37226,52812 +"224087",37226,52850 +"224088",37226,67570 +"224089",37226,67658 +"224090",37227,41863 +"224091",37227,98882 +"224092",37228,37236 +"224093",37228,119458 +"224094",37229,37322 +"224095",37229,37331 +"224096",37229,37373 +"224097",37229,37451 +"224098",37229,45601 +"224099",37230,40749 +"224100",37231,50454 +"224101",37231,119430 +"224102",37232,81663 +"224103",37232,83184 +"224104",37232,84843 +"224105",37232,88476 +"224106",37232,102802 +"224107",37233,50092 +"224108",37233,121664 +"224109",37234,67573 +"224110",37234,74736 +"224111",37235,50343 +"224112",37235,55088 +"224113",37235,55099 +"224114",37235,57697 +"224115",37235,79451 +"224116",37236,57318 +"224117",37237,57556 +"224118",37237,108250 +"224119",37238,39354 +"224120",37238,41351 +"224121",37238,41779 +"224122",37238,53353 +"224123",37238,60172 +"224124",37238,85266 +"224125",37239,39504 +"224126",37239,51829 +"224127",37240,37289 +"224128",37241,59195 +"224129",37241,66482 +"224130",37241,72015 +"224131",37241,75103 +"224132",37241,79246 +"224133",37241,81211 +"224134",37241,81368 +"224135",37241,81414 +"224136",37241,86719 +"224137",37242,37360 +"224138",37242,37383 +"224139",37243,50910 +"224140",37243,83634 +"224141",37245,37337 +"224142",37245,42056 +"224143",37246,43694 +"224144",37246,47806 +"224145",37246,53920 +"224146",37246,62116 +"224147",37246,63326 +"224148",37247,54078 +"224149",37247,58395 +"224150",37247,65598 +"224151",37248,75248 +"224152",37249,57048 +"224153",37249,109464 +"224154",37250,38068 +"224155",37250,53808 +"224156",37250,68422 +"224157",37250,104005 +"224158",37251,84623 +"224159",37251,110512 +"224160",37253,39512 +"224161",37253,40374 +"224162",37253,54918 +"224163",37253,55026 +"224164",37253,115781 +"224165",37253,115803 +"224166",37254,37307 +"224167",37255,37338 +"224168",37255,37347 +"224169",37255,104890 +"224170",37256,45958 +"224171",37256,52593 +"224172",37256,54344 +"224173",37256,69378 +"224174",37257,69203 +"224175",37258,40627 +"224176",37258,41122 +"224177",37258,46982 +"224178",37258,48291 +"224179",37258,48690 +"224180",37258,49282 +"224181",37258,50877 +"224182",37258,51044 +"224183",37258,52136 +"224184",37258,54160 +"224185",37258,54187 +"224186",37258,57687 +"224187",37258,60820 +"224188",37258,62426 +"224189",37258,63019 +"224190",37258,67893 +"224191",37258,69192 +"224192",37258,69485 +"224193",37258,73881 +"224194",37258,74599 +"224195",37258,103210 +"224196",37259,37304 +"224197",37259,40515 +"224198",37259,42562 +"224199",37259,45315 +"224200",37259,48682 +"224201",37259,50541 +"224202",37259,54627 +"224203",37259,64088 +"224204",37259,64406 +"224205",37259,65518 +"224206",37259,66782 +"224207",37259,69944 +"224208",37259,76369 +"224209",37259,77175 +"224210",37259,92784 +"224211",37259,94573 +"224212",37259,99523 +"224213",37259,119311 +"224214",37259,119689 +"224215",37260,37428 +"224216",37261,37650 +"224217",37262,62081 +"224218",37262,62156 +"224219",37262,62702 +"224220",37263,52105 +"224221",37263,55806 +"224222",37263,92316 +"224223",37263,104455 +"224224",37264,38838 +"224225",37264,39418 +"224226",37264,40727 +"224227",37264,55540 +"224228",37264,55744 +"224229",37264,59638 +"224230",37264,68426 +"224231",37264,93997 +"224232",37265,89971 +"224233",37266,37811 +"224234",37266,38535 +"224235",37266,46903 +"224236",37266,47256 +"224237",37266,50127 +"224238",37266,52494 +"224239",37266,55057 +"224240",37266,61831 +"224241",37266,63368 +"224242",37266,64932 +"224243",37266,68789 +"224244",37266,68891 +"224245",37266,68914 +"224246",37266,69938 +"224247",37266,71130 +"224248",37266,81413 +"224249",37266,110041 +"224250",37269,78716 +"224251",37270,67784 +"224252",37270,68019 +"224253",37270,68132 +"224254",37270,94591 +"224255",37271,37324 +"224256",37271,94174 +"224257",37271,103599 +"224258",37272,101379 +"224259",37272,109370 +"224260",37273,108877 +"224261",37274,67543 +"224262",37274,85886 +"224263",37275,91771 +"224264",37277,58755 +"224265",37277,61781 +"224266",37277,70526 +"224267",37277,94346 +"224268",37278,56245 +"224269",37278,73919 +"224270",37278,88650 +"224271",37279,48998 +"224272",37279,51449 +"224273",37279,60387 +"224274",37279,68046 +"224275",37279,74484 +"224276",37279,80782 +"224277",37279,92173 +"224278",37279,112771 +"224279",37280,68328 +"224280",37280,117965 +"224281",37281,37374 +"224282",37281,66334 +"224283",37281,72017 +"224284",37281,108339 +"224285",37282,45795 +"224286",37282,63220 +"224287",37283,37294 +"224288",37283,86761 +"224289",37284,62393 +"224290",37285,57149 +"224291",37285,64213 +"224292",37285,90729 +"224293",37286,37349 +"224294",37286,37537 +"224295",37288,52311 +"224296",37288,54752 +"224297",37288,70014 +"224298",37288,71425 +"224299",37290,82067 +"224300",37290,117320 +"224301",37291,37325 +"224302",37292,44781 +"224303",37292,99640 +"224304",37292,100282 +"224305",37292,101557 +"224306",37293,98881 +"224307",37295,61629 +"224308",37296,38307 +"224309",37296,45311 +"224310",37296,49470 +"224311",37296,60040 +"224312",37296,70536 +"224313",37296,70573 +"224314",37297,37798 +"224315",37297,44749 +"224316",37297,47069 +"224317",37297,51635 +"224318",37297,51835 +"224319",37297,52606 +"224320",37297,57356 +"224321",37297,60002 +"224322",37297,71399 +"224323",37297,74915 +"224324",37297,94126 +"224325",37297,98439 +"224326",37297,115522 +"224327",37298,52003 +"224328",37299,37300 +"224329",37301,46062 +"224330",37301,53349 +"224331",37301,56616 +"224332",37301,56639 +"224333",37302,37356 +"224334",37302,37357 +"224335",37302,44956 +"224336",37303,44457 +"224337",37303,44458 +"224338",37303,44459 +"224339",37303,44468 +"224340",37303,48553 +"224341",37303,48651 +"224342",37303,76187 +"224343",37303,116296 +"224344",37303,116313 +"224345",37303,116330 +"224346",37304,46957 +"224347",37304,74881 +"224348",37304,76369 +"224349",37304,78564 +"224350",37304,80191 +"224351",37304,92784 +"224352",37306,37426 +"224353",37306,42246 +"224354",37307,41455 +"224355",37307,43149 +"224356",37307,44687 +"224357",37307,45396 +"224358",37307,50207 +"224359",37307,50367 +"224360",37307,50488 +"224361",37307,52112 +"224362",37307,53415 +"224363",37307,54820 +"224364",37307,56357 +"224365",37307,57636 +"224366",37307,58482 +"224367",37307,59798 +"224368",37307,59969 +"224369",37307,61778 +"224370",37307,66376 +"224371",37307,68475 +"224372",37307,70335 +"224373",37307,70907 +"224374",37307,71683 +"224375",37307,76613 +"224376",37307,77125 +"224377",37307,78398 +"224378",37307,79583 +"224379",37307,81508 +"224380",37307,82426 +"224381",37307,82593 +"224382",37307,82848 +"224383",37307,84343 +"224384",37307,85000 +"224385",37307,85101 +"224386",37307,90884 +"224387",37307,91682 +"224388",37307,95267 +"224389",37307,95740 +"224390",37307,97580 +"224391",37307,98727 +"224392",37307,98776 +"224393",37307,99031 +"224394",37307,100795 +"224395",37307,106824 +"224396",37307,108879 +"224397",37307,109166 +"224398",37307,109221 +"224399",37307,109858 +"224400",37307,109878 +"224401",37307,112962 +"224402",37307,113990 +"224403",37307,115413 +"224404",37307,115878 +"224405",37307,116123 +"224406",37307,117258 +"224407",37307,117560 +"224408",37307,118128 +"224409",37307,118836 +"224410",37307,118866 +"224411",37307,118873 +"224412",37307,119131 +"224413",37307,119513 +"224414",37307,119716 +"224415",37307,119769 +"224416",37307,120123 +"224417",37307,120169 +"224418",37307,120725 +"224419",37307,120944 +"224420",37307,121609 +"224421",37307,122007 +"224422",37307,122032 +"224423",37307,122035 +"224424",37307,122724 +"224425",37307,123070 +"224426",37307,123394 +"224427",37307,123490 +"224428",37308,37362 +"224429",37308,37536 +"224430",37308,41681 +"224431",37308,56562 +"224432",37308,60487 +"224433",37309,51928 +"224434",37309,56522 +"224435",37310,37382 +"224436",37310,43137 +"224437",37310,47854 +"224438",37310,48418 +"224439",37310,58834 +"224440",37310,63523 +"224441",37310,69011 +"224442",37310,78549 +"224443",37310,97260 +"224444",37310,106481 +"224445",37311,70599 +"224446",37311,77758 +"224447",37311,90869 +"224448",37311,90911 +"224449",37311,97124 +"224450",37311,113450 +"224451",37311,118391 +"224452",37312,38927 +"224453",37312,48478 +"224454",37312,54301 +"224455",37313,63312 +"224456",37314,37884 +"224457",37314,39173 +"224458",37314,39355 +"224459",37314,46267 +"224460",37314,47009 +"224461",37314,47947 +"224462",37314,55021 +"224463",37314,57307 +"224464",37314,57372 +"224465",37314,57843 +"224466",37314,60301 +"224467",37314,60310 +"224468",37314,60348 +"224469",37314,60407 +"224470",37315,37317 +"224471",37316,58409 +"224472",37316,85487 +"224473",37316,103677 +"224474",37318,69174 +"224475",37319,52113 +"224476",37319,57842 +"224477",37319,67212 +"224478",37319,72231 +"224479",37319,88532 +"224480",37320,43552 +"224481",37320,48498 +"224482",37320,73592 +"224483",37320,84362 +"224484",37322,37331 +"224485",37322,37373 +"224486",37322,37451 +"224487",37322,45476 +"224488",37322,45566 +"224489",37323,46432 +"224490",37323,97015 +"224491",37323,98409 +"224492",37323,101470 +"224493",37325,41922 +"224494",37325,71375 +"224495",37326,42518 +"224496",37326,56739 +"224497",37328,74514 +"224498",37328,74515 +"224499",37330,43932 +"224500",37330,72722 +"224501",37330,80554 +"224502",37331,37373 +"224503",37331,37451 +"224504",37332,70235 +"224505",37332,101605 +"224506",37333,54020 +"224507",37333,59194 +"224508",37333,62164 +"224509",37333,73411 +"224510",37333,79088 +"224511",37333,80248 +"224512",37333,84719 +"224513",37333,86490 +"224514",37333,92495 +"224515",37333,93499 +"224516",37333,97635 +"224517",37333,101865 +"224518",37333,103307 +"224519",37333,122170 +"224520",37334,37442 +"224521",37334,39627 +"224522",37334,61921 +"224523",37334,66852 +"224524",37334,81670 +"224525",37334,94257 +"224526",37334,94781 +"224527",37334,97634 +"224528",37334,110890 +"224529",37335,38260 +"224530",37335,50367 +"224531",37335,65162 +"224532",37335,65746 +"224533",37335,110994 +"224534",37335,120929 +"224535",37335,120967 +"224536",37336,40163 +"224537",37336,55739 +"224538",37336,87695 +"224539",37337,42056 +"224540",37337,107029 +"224541",37338,37347 +"224542",37340,55368 +"224543",37341,48603 +"224544",37341,55189 +"224545",37341,77758 +"224546",37341,98877 +"224547",37341,99513 +"224548",37341,101858 +"224549",37341,117768 +"224550",37342,41475 +"224551",37342,45192 +"224552",37342,47245 +"224553",37342,63847 +"224554",37342,67828 +"224555",37342,73884 +"224556",37343,51002 +"224557",37343,77270 +"224558",37343,81121 +"224559",37343,82029 +"224560",37343,93609 +"224561",37343,108314 +"224562",37344,51405 +"224563",37344,72677 +"224564",37344,87513 +"224565",37344,92998 +"224566",37344,96582 +"224567",37344,104063 +"224568",37344,114220 +"224569",37344,114223 +"224570",37346,40551 +"224571",37346,44864 +"224572",37346,54278 +"224573",37346,60611 +"224574",37346,69383 +"224575",37346,78181 +"224576",37346,81884 +"224577",37346,84453 +"224578",37346,85209 +"224579",37346,88716 +"224580",37346,90336 +"224581",37346,97001 +"224582",37346,102339 +"224583",37346,103959 +"224584",37346,117119 +"224585",37348,46635 +"224586",37348,53412 +"224587",37348,81463 +"224588",37348,85356 +"224589",37348,91891 +"224590",37348,108057 +"224591",37348,117907 +"224592",37349,85997 +"224593",37350,68086 +"224594",37350,77107 +"224595",37351,37364 +"224596",37351,37371 +"224597",37351,40026 +"224598",37351,40253 +"224599",37351,44675 +"224600",37351,45677 +"224601",37351,47232 +"224602",37351,47767 +"224603",37351,52168 +"224604",37351,56548 +"224605",37351,68680 +"224606",37351,69222 +"224607",37351,69429 +"224608",37351,71531 +"224609",37351,72224 +"224610",37351,77152 +"224611",37351,86925 +"224612",37351,92706 +"224613",37351,96616 +"224614",37352,38042 +"224615",37352,40352 +"224616",37352,40653 +"224617",37352,47237 +"224618",37353,60798 +"224619",37353,60849 +"224620",37354,38564 +"224621",37354,40551 +"224622",37354,41419 +"224623",37354,45350 +"224624",37354,46414 +"224625",37354,47444 +"224626",37354,48140 +"224627",37354,61801 +"224628",37354,66612 +"224629",37354,77511 +"224630",37354,77693 +"224631",37354,88764 +"224632",37354,90558 +"224633",37354,91925 +"224634",37354,99281 +"224635",37354,99736 +"224636",37354,108744 +"224637",37354,108829 +"224638",37355,61096 +"224639",37356,37357 +"224640",37358,43671 +"224641",37358,51735 +"224642",37358,61838 +"224643",37358,79735 +"224644",37358,89428 +"224645",37359,84189 +"224646",37359,88597 +"224647",37359,90132 +"224648",37359,97869 +"224649",37359,117345 +"224650",37359,118044 +"224651",37360,37383 +"224652",37361,50597 +"224653",37362,37536 +"224654",37362,43850 +"224655",37362,51014 +"224656",37362,54279 +"224657",37363,37509 +"224658",37363,57612 +"224659",37363,58648 +"224660",37363,59603 +"224661",37363,60016 +"224662",37363,62356 +"224663",37363,63124 +"224664",37363,65400 +"224665",37363,73623 +"224666",37363,79136 +"224667",37363,90643 +"224668",37363,101189 +"224669",37363,105950 +"224670",37363,110508 +"224671",37363,113237 +"224672",37363,119587 +"224673",37364,39525 +"224674",37364,43679 +"224675",37364,44675 +"224676",37364,47232 +"224677",37364,56995 +"224678",37364,68680 +"224679",37364,71531 +"224680",37364,72224 +"224681",37364,92706 +"224682",37364,96616 +"224683",37364,102449 +"224684",37365,39969 +"224685",37365,48042 +"224686",37365,74893 +"224687",37366,53502 +"224688",37366,66350 +"224689",37366,88655 +"224690",37366,100399 +"224691",37366,108177 +"224692",37367,38523 +"224693",37367,94481 +"224694",37368,49621 +"224695",37368,67826 +"224696",37368,93794 +"224697",37368,99044 +"224698",37368,102095 +"224699",37368,115937 +"224700",37368,118151 +"224701",37369,42060 +"224702",37369,49984 +"224703",37369,64890 +"224704",37369,98687 +"224705",37370,52054 +"224706",37370,52055 +"224707",37371,46868 +"224708",37371,64310 +"224709",37372,38373 +"224710",37372,46662 +"224711",37372,49683 +"224712",37372,50877 +"224713",37372,51909 +"224714",37372,55449 +"224715",37372,56696 +"224716",37372,82252 +"224717",37373,37451 +"224718",37373,39109 +"224719",37373,42036 +"224720",37373,42574 +"224721",37373,48020 +"224722",37373,49739 +"224723",37373,62442 +"224724",37373,84249 +"224725",37373,84250 +"224726",37373,84260 +"224727",37373,84261 +"224728",37375,109452 +"224729",37375,119801 +"224730",37375,119802 +"224731",37376,62852 +"224732",37376,65282 +"224733",37376,65617 +"224734",37376,66168 +"224735",37376,67336 +"224736",37376,72857 +"224737",37376,72870 +"224738",37376,83907 +"224739",37376,85078 +"224740",37376,85156 +"224741",37376,85705 +"224742",37376,88713 +"224743",37376,93437 +"224744",37376,120128 +"224745",37377,39535 +"224746",37377,41901 +"224747",37377,51781 +"224748",37377,58796 +"224749",37377,62541 +"224750",37378,42089 +"224751",37378,75884 +"224752",37378,78750 +"224753",37378,78817 +"224754",37378,83556 +"224755",37379,37535 +"224756",37380,84339 +"224757",37380,94818 +"224758",37381,45025 +"224759",37382,63523 +"224760",37382,69011 +"224761",37382,78549 +"224762",37382,89442 +"224763",37382,89444 +"224764",37383,55433 +"224765",37383,59661 +"224766",37384,85310 +"224767",37385,43214 +"224768",37385,56502 +"224769",37385,71351 +"224770",37385,87107 +"224771",37385,90529 +"224772",37385,93243 +"224773",37385,121697 +"224774",37386,44164 +"224775",37387,39732 +"224776",37387,43327 +"224777",37387,63033 +"224778",37387,76136 +"224779",37387,86938 +"224780",37388,50300 +"224781",37388,53276 +"224782",37388,59479 +"224783",37388,108932 +"224784",37389,47756 +"224785",37389,54415 +"224786",37389,66495 +"224787",37389,112667 +"224788",37389,118356 +"224789",37391,51977 +"224790",37391,69996 +"224791",37392,37455 +"224792",37392,40943 +"224793",37392,44623 +"224794",37392,57919 +"224795",37393,70373 +"224796",37393,108517 +"224797",37394,53618 +"224798",37394,53814 +"224799",37394,61262 +"224800",37394,80783 +"224801",37394,82154 +"224802",37395,37512 +"224803",37395,38908 +"224804",37395,45049 +"224805",37395,48503 +"224806",37395,104379 +"224807",37395,104380 +"224808",37396,58705 +"224809",37396,65682 +"224810",37396,81620 +"224811",37397,53855 +"224812",37397,56273 +"224813",37397,65866 +"224814",37397,101708 +"224815",37397,110039 +"224816",37397,114032 +"224817",37398,106812 +"224818",37399,54366 +"224819",37399,65625 +"224820",37399,75310 +"224821",37399,100226 +"224822",37400,40588 +"224823",37400,123004 +"224824",37401,57151 +"224825",37402,37859 +"224826",37402,40358 +"224827",37402,45934 +"224828",37402,61036 +"224829",37402,97012 +"224830",37403,37519 +"224831",37403,50457 +"224832",37403,50503 +"224833",37403,60139 +"224834",37403,62267 +"224835",37404,44205 +"224836",37405,61683 +"224837",37405,79945 +"224838",37406,47030 +"224839",37406,50774 +"224840",37406,52004 +"224841",37406,101858 +"224842",37407,37416 +"224843",37407,37436 +"224844",37407,37462 +"224845",37407,37559 +"224846",37408,37414 +"224847",37408,37528 +"224848",37408,64200 +"224849",37408,75318 +"224850",37410,38710 +"224851",37410,40599 +"224852",37410,115250 +"224853",37413,72262 +"224854",37413,113298 +"224855",37414,37528 +"224856",37415,96592 +"224857",37416,37436 +"224858",37416,37462 +"224859",37416,37559 +"224860",37417,37555 +"224861",37417,38643 +"224862",37417,43182 +"224863",37417,89858 +"224864",37418,39981 +"224865",37418,44214 +"224866",37418,47802 +"224867",37418,48347 +"224868",37418,48473 +"224869",37418,72450 +"224870",37419,50866 +"224871",37419,55550 +"224872",37420,72251 +"224873",37420,76732 +"224874",37422,37533 +"224875",37422,46210 +"224876",37422,49004 +"224877",37422,49030 +"224878",37422,49045 +"224879",37422,49590 +"224880",37423,44707 +"224881",37423,66561 +"224882",37423,66688 +"224883",37423,108152 +"224884",37424,57557 +"224885",37424,57709 +"224886",37425,51718 +"224887",37425,69255 +"224888",37426,42246 +"224889",37426,48957 +"224890",37426,50899 +"224891",37426,54157 +"224892",37426,98396 +"224893",37427,39062 +"224894",37427,93021 +"224895",37429,42771 +"224896",37429,74022 +"224897",37430,37540 +"224898",37431,43455 +"224899",37431,51866 +"224900",37431,51908 +"224901",37431,74257 +"224902",37431,74527 +"224903",37431,85375 +"224904",37431,87839 +"224905",37431,87852 +"224906",37432,37543 +"224907",37434,41595 +"224908",37435,45408 +"224909",37435,45563 +"224910",37435,67522 +"224911",37435,69215 +"224912",37435,98053 +"224913",37435,99191 +"224914",37435,105262 +"224915",37435,107410 +"224916",37435,108872 +"224917",37435,111156 +"224918",37435,114895 +"224919",37436,37462 +"224920",37436,37559 +"224921",37438,37441 +"224922",37438,37623 +"224923",37439,37440 +"224924",37439,54929 +"224925",37439,80907 +"224926",37440,98022 +"224927",37441,37623 +"224928",37442,68814 +"224929",37442,89290 +"224930",37442,107621 +"224931",37443,41783 +"224932",37443,41982 +"224933",37443,43376 +"224934",37443,45763 +"224935",37443,51512 +"224936",37443,53964 +"224937",37443,65138 +"224938",37443,86227 +"224939",37443,88413 +"224940",37443,93847 +"224941",37443,98594 +"224942",37443,102147 +"224943",37443,102148 +"224944",37444,91417 +"224945",37444,115575 +"224946",37444,115576 +"224947",37444,117100 +"224948",37444,120732 +"224949",37445,97829 +"224950",37445,117939 +"224951",37446,46107 +"224952",37446,57787 +"224953",37446,67957 +"224954",37446,70928 +"224955",37446,76126 +"224956",37446,84348 +"224957",37446,96822 +"224958",37446,96823 +"224959",37446,96849 +"224960",37446,96858 +"224961",37446,96859 +"224962",37447,48801 +"224963",37448,37499 +"224964",37448,37534 +"224965",37448,59300 +"224966",37448,82386 +"224967",37449,40415 +"224968",37449,43567 +"224969",37449,48875 +"224970",37449,57487 +"224971",37449,59354 +"224972",37449,64989 +"224973",37449,80721 +"224974",37449,81050 +"224975",37449,81063 +"224976",37450,53185 +"224977",37450,53606 +"224978",37452,79629 +"224979",37453,94311 +"224980",37453,110922 +"224981",37453,116131 +"224982",37454,38503 +"224983",37454,74813 +"224984",37454,97562 +"224985",37455,41937 +"224986",37456,59239 +"224987",37456,80735 +"224988",37457,119549 +"224989",37458,62567 +"224990",37458,64960 +"224991",37460,61242 +"224992",37461,46668 +"224993",37461,52951 +"224994",37461,54769 +"224995",37461,68333 +"224996",37461,78890 +"224997",37461,82839 +"224998",37462,37559 +"224999",37462,50983 +"225000",37462,62472 +"225001",37462,62481 +"225002",37462,62497 +"225003",37464,37508 +"225004",37464,50738 +"225005",37464,100292 +"225006",37465,37564 +"225007",37465,59201 +"225008",37465,59302 +"225009",37465,59328 +"225010",37466,43207 +"225011",37466,117452 +"225012",37467,109324 +"225013",37468,90922 +"225014",37468,97317 +"225015",37469,46896 +"225016",37469,60283 +"225017",37469,62981 +"225018",37470,37501 +"225019",37470,42162 +"225020",37470,50003 +"225021",37470,67949 +"225022",37470,87209 +"225023",37471,52959 +"225024",37471,57098 +"225025",37472,42999 +"225026",37472,46297 +"225027",37472,70233 +"225028",37472,88553 +"225029",37472,115080 +"225030",37472,119288 +"225031",37472,122370 +"225032",37472,122380 +"225033",37472,123380 +"225034",37473,64843 +"225035",37473,79520 +"225036",37473,107933 +"225037",37473,108934 +"225038",37473,121754 +"225039",37474,113218 +"225040",37475,37505 +"225041",37475,47249 +"225042",37475,68682 +"225043",37475,68691 +"225044",37475,68876 +"225045",37476,72458 +"225046",37477,37521 +"225047",37477,55030 +"225048",37477,78938 +"225049",37477,83285 +"225050",37477,83835 +"225051",37477,89641 +"225052",37477,100584 +"225053",37477,103598 +"225054",37477,110727 +"225055",37477,110805 +"225056",37478,101548 +"225057",37479,37663 +"225058",37479,56165 +"225059",37481,38462 +"225060",37481,61034 +"225061",37481,82671 +"225062",37481,100945 +"225063",37481,105853 +"225064",37482,44481 +"225065",37482,57828 +"225066",37482,82914 +"225067",37482,82937 +"225068",37483,47148 +"225069",37483,48319 +"225070",37483,62247 +"225071",37483,73528 +"225072",37483,80477 +"225073",37483,81615 +"225074",37484,48063 +"225075",37485,37492 +"225076",37485,37526 +"225077",37485,42855 +"225078",37485,65315 +"225079",37485,65417 +"225080",37485,90880 +"225081",37486,39424 +"225082",37486,41031 +"225083",37486,45238 +"225084",37486,54926 +"225085",37486,56093 +"225086",37486,58437 +"225087",37487,42569 +"225088",37487,115826 +"225089",37488,60016 +"225090",37488,86062 +"225091",37488,87408 +"225092",37488,95034 +"225093",37488,102913 +"225094",37489,43528 +"225095",37489,45520 +"225096",37489,46764 +"225097",37489,46786 +"225098",37489,51013 +"225099",37489,86533 +"225100",37490,77457 +"225101",37490,95676 +"225102",37491,81352 +"225103",37491,86337 +"225104",37492,37526 +"225105",37493,41140 +"225106",37493,46743 +"225107",37493,59054 +"225108",37493,65543 +"225109",37493,87574 +"225110",37493,121987 +"225111",37494,40978 +"225112",37494,49088 +"225113",37494,49172 +"225114",37495,37507 +"225115",37495,37550 +"225116",37495,40893 +"225117",37495,48023 +"225118",37495,62422 +"225119",37495,62462 +"225120",37495,104867 +"225121",37495,107356 +"225122",37496,38916 +"225123",37496,100591 +"225124",37496,107807 +"225125",37497,37531 +"225126",37498,47495 +"225127",37498,87116 +"225128",37498,99082 +"225129",37499,37534 +"225130",37499,40846 +"225131",37501,60280 +"225132",37501,67329 +"225133",37501,84463 +"225134",37501,90912 +"225135",37501,106163 +"225136",37502,69512 +"225137",37502,82842 +"225138",37502,121784 +"225139",37503,39159 +"225140",37503,53248 +"225141",37503,62039 +"225142",37503,71086 +"225143",37503,73102 +"225144",37503,82381 +"225145",37503,119340 +"225146",37504,56081 +"225147",37505,66189 +"225148",37505,68876 +"225149",37505,69232 +"225150",37505,71300 +"225151",37505,103374 +"225152",37506,47743 +"225153",37506,74540 +"225154",37506,74541 +"225155",37506,108813 +"225156",37507,37550 +"225157",37507,46716 +"225158",37507,48023 +"225159",37507,76564 +"225160",37507,77001 +"225161",37507,83526 +"225162",37507,87083 +"225163",37507,91290 +"225164",37507,100332 +"225165",37508,45031 +"225166",37508,50738 +"225167",37509,46483 +"225168",37509,56885 +"225169",37509,79136 +"225170",37509,88208 +"225171",37509,90643 +"225172",37509,97824 +"225173",37509,101189 +"225174",37510,42552 +"225175",37510,61379 +"225176",37510,64275 +"225177",37511,42584 +"225178",37512,59114 +"225179",37513,39396 +"225180",37513,58970 +"225181",37513,76483 +"225182",37513,104524 +"225183",37513,106608 +"225184",37516,68877 +"225185",37516,86145 +"225186",37516,87305 +"225187",37516,94379 +"225188",37517,37518 +"225189",37517,44086 +"225190",37517,44124 +"225191",37517,55641 +"225192",37517,60661 +"225193",37517,62537 +"225194",37517,69697 +"225195",37518,56535 +"225196",37518,82986 +"225197",37519,43738 +"225198",37519,44631 +"225199",37519,46750 +"225200",37519,55809 +"225201",37519,61458 +"225202",37519,62052 +"225203",37520,39283 +"225204",37520,52304 +"225205",37520,98723 +"225206",37520,98736 +"225207",37520,98740 +"225208",37522,42331 +"225209",37522,48055 +"225210",37522,50903 +"225211",37522,53825 +"225212",37522,53826 +"225213",37523,104896 +"225214",37523,111224 +"225215",37524,47465 +"225216",37525,71297 +"225217",37525,79736 +"225218",37525,114059 +"225219",37528,58373 +"225220",37528,63717 +"225221",37530,72396 +"225222",37530,75617 +"225223",37530,89649 +"225224",37530,92836 +"225225",37530,93946 +"225226",37531,43119 +"225227",37531,65212 +"225228",37531,73433 +"225229",37531,85008 +"225230",37532,47636 +"225231",37533,46210 +"225232",37533,49004 +"225233",37533,49030 +"225234",37533,49045 +"225235",37533,49590 +"225236",37533,53447 +"225237",37535,47572 +"225238",37535,50308 +"225239",37536,38609 +"225240",37538,40835 +"225241",37538,70171 +"225242",37540,49760 +"225243",37540,51884 +"225244",37540,68112 +"225245",37541,43594 +"225246",37542,52261 +"225247",37543,69358 +"225248",37543,84223 +"225249",37543,84335 +"225250",37543,84344 +"225251",37544,37752 +"225252",37544,38989 +"225253",37544,40840 +"225254",37544,57641 +"225255",37544,73261 +"225256",37544,73756 +"225257",37544,73842 +"225258",37544,106251 +"225259",37545,41024 +"225260",37545,53466 +"225261",37546,71567 +"225262",37546,81495 +"225263",37546,84596 +"225264",37546,85686 +"225265",37546,112584 +"225266",37547,39556 +"225267",37547,59412 +"225268",37548,50062 +"225269",37549,47495 +"225270",37549,62605 +"225271",37549,81061 +"225272",37549,92062 +"225273",37549,101827 +"225274",37549,105696 +"225275",37549,108420 +"225276",37550,39698 +"225277",37550,42827 +"225278",37550,53764 +"225279",37550,59772 +"225280",37550,87530 +"225281",37550,89631 +"225282",37550,102025 +"225283",37551,57470 +"225284",37551,61034 +"225285",37551,89240 +"225286",37551,100945 +"225287",37552,69517 +"225288",37552,80392 +"225289",37552,108398 +"225290",37553,102870 +"225291",37553,120100 +"225292",37554,61206 +"225293",37554,65803 +"225294",37554,92855 +"225295",37554,123378 +"225296",37555,99594 +"225297",37556,94166 +"225298",37558,81164 +"225299",37558,88665 +"225300",37558,89476 +"225301",37558,93905 +"225302",37558,114902 +"225303",37559,40493 +"225304",37559,41099 +"225305",37559,65794 +"225306",37560,68963 +"225307",37560,71054 +"225308",37560,98425 +"225309",37561,60862 +"225310",37561,63618 +"225311",37561,63620 +"225312",37561,91862 +"225313",37561,100225 +"225314",37562,42562 +"225315",37562,44879 +"225316",37563,99808 +"225317",37563,100302 +"225318",37565,38309 +"225319",37565,41034 +"225320",37566,53528 +"225321",37566,68109 +"225322",37566,68469 +"225323",37566,99396 +"225324",37566,106979 +"225325",37567,44461 +"225326",37567,44512 +"225327",37567,44853 +"225328",37567,44970 +"225329",37567,70627 +"225330",37568,77390 +"225331",37568,89786 +"225332",37568,100424 +"225333",37568,109102 +"225334",37568,118743 +"225335",37568,118745 +"225336",37568,123411 +"225337",37569,37679 +"225338",37569,51079 +"225339",37570,37682 +"225340",37570,47535 +"225341",37570,47624 +"225342",37570,68610 +"225343",37570,68656 +"225344",37570,68666 +"225345",37570,68703 +"225346",37571,37610 +"225347",37571,37648 +"225348",37571,98577 +"225349",37572,37588 +"225350",37573,86078 +"225351",37574,109605 +"225352",37575,78112 +"225353",37575,81448 +"225354",37576,54235 +"225355",37576,76584 +"225356",37577,45071 +"225357",37577,57839 +"225358",37577,90050 +"225359",37578,37692 +"225360",37580,38591 +"225361",37580,48092 +"225362",37580,49997 +"225363",37580,60673 +"225364",37580,121589 +"225365",37580,121656 +"225366",37581,57599 +"225367",37581,65036 +"225368",37581,78046 +"225369",37581,85537 +"225370",37582,37638 +"225371",37582,44997 +"225372",37582,45619 +"225373",37582,47581 +"225374",37582,69678 +"225375",37582,72535 +"225376",37582,119847 +"225377",37583,53087 +"225378",37583,63153 +"225379",37583,68276 +"225380",37583,70950 +"225381",37583,101179 +"225382",37583,105698 +"225383",37584,70538 +"225384",37584,80482 +"225385",37584,110555 +"225386",37585,37735 +"225387",37585,73974 +"225388",37586,44987 +"225389",37586,80698 +"225390",37588,70792 +"225391",37588,85183 +"225392",37588,85239 +"225393",37589,119362 +"225394",37589,122528 +"225395",37590,39711 +"225396",37591,37599 +"225397",37591,48133 +"225398",37591,97000 +"225399",37591,114424 +"225400",37592,37600 +"225401",37593,68450 +"225402",37593,97047 +"225403",37593,105509 +"225404",37593,120124 +"225405",37594,59118 +"225406",37594,92900 +"225407",37595,38100 +"225408",37595,38760 +"225409",37595,42920 +"225410",37595,83445 +"225411",37595,97559 +"225412",37596,86110 +"225413",37596,119170 +"225414",37597,105598 +"225415",37598,54924 +"225416",37598,54944 +"225417",37599,51491 +"225418",37599,65626 +"225419",37599,79494 +"225420",37600,90858 +"225421",37602,86648 +"225422",37602,91891 +"225423",37604,86627 +"225424",37605,62997 +"225425",37605,63658 +"225426",37605,65383 +"225427",37605,81231 +"225428",37605,82448 +"225429",37605,110004 +"225430",37605,119963 +"225431",37607,83685 +"225432",37608,44406 +"225433",37608,48160 +"225434",37608,58964 +"225435",37608,64393 +"225436",37608,65131 +"225437",37609,38564 +"225438",37609,40895 +"225439",37609,42806 +"225440",37609,52327 +"225441",37609,55795 +"225442",37609,75591 +"225443",37609,84033 +"225444",37609,88462 +"225445",37609,105925 +"225446",37610,37636 +"225447",37610,37648 +"225448",37610,39435 +"225449",37610,40131 +"225450",37610,40166 +"225451",37610,40392 +"225452",37610,40905 +"225453",37610,41030 +"225454",37610,41527 +"225455",37610,41529 +"225456",37610,41778 +"225457",37610,43147 +"225458",37610,43234 +"225459",37610,43858 +"225460",37610,44828 +"225461",37610,45657 +"225462",37610,45933 +"225463",37610,46434 +"225464",37610,46788 +"225465",37610,47123 +"225466",37610,47254 +"225467",37610,47488 +"225468",37610,48909 +"225469",37610,49859 +"225470",37610,50064 +"225471",37610,50067 +"225472",37610,50554 +"225473",37610,50879 +"225474",37610,51783 +"225475",37610,52018 +"225476",37610,53444 +"225477",37610,53527 +"225478",37610,53555 +"225479",37610,54275 +"225480",37610,56628 +"225481",37610,57966 +"225482",37610,58004 +"225483",37610,58068 +"225484",37610,58633 +"225485",37610,61111 +"225486",37610,61127 +"225487",37610,68287 +"225488",37611,37731 +"225489",37611,63433 +"225490",37611,65403 +"225491",37612,64201 +"225492",37612,78068 +"225493",37612,102881 +"225494",37613,48337 +"225495",37613,66148 +"225496",37613,66149 +"225497",37613,66150 +"225498",37613,71497 +"225499",37613,82982 +"225500",37614,52019 +"225501",37614,52667 +"225502",37614,52722 +"225503",37614,59378 +"225504",37614,61619 +"225505",37615,52170 +"225506",37615,52783 +"225507",37615,92051 +"225508",37615,92559 +"225509",37616,84496 +"225510",37617,89035 +"225511",37617,90260 +"225512",37617,110973 +"225513",37618,121456 +"225514",37619,39402 +"225515",37619,46096 +"225516",37619,47193 +"225517",37619,53172 +"225518",37619,57404 +"225519",37619,85016 +"225520",37620,37712 +"225521",37620,60951 +"225522",37620,67352 +"225523",37620,78875 +"225524",37621,53778 +"225525",37621,60198 +"225526",37621,69628 +"225527",37622,37630 +"225528",37622,57640 +"225529",37622,122303 +"225530",37622,122308 +"225531",37623,41364 +"225532",37623,61698 +"225533",37623,67638 +"225534",37623,69992 +"225535",37624,40916 +"225536",37624,69242 +"225537",37624,114799 +"225538",37625,37639 +"225539",37625,53771 +"225540",37625,57159 +"225541",37625,86593 +"225542",37625,102490 +"225543",37625,106463 +"225544",37626,83416 +"225545",37627,49334 +"225546",37627,49646 +"225547",37627,107012 +"225548",37627,107033 +"225549",37627,109681 +"225550",37628,47451 +"225551",37628,62266 +"225552",37628,103615 +"225553",37629,116593 +"225554",37629,116615 +"225555",37629,116616 +"225556",37631,45155 +"225557",37632,37727 +"225558",37633,41023 +"225559",37633,41598 +"225560",37633,50980 +"225561",37633,54653 +"225562",37633,64906 +"225563",37633,83539 +"225564",37633,95491 +"225565",37633,112086 +"225566",37633,113777 +"225567",37633,122961 +"225568",37635,61247 +"225569",37635,75613 +"225570",37635,91104 +"225571",37635,91496 +"225572",37635,94733 +"225573",37636,39435 +"225574",37636,40131 +"225575",37636,40166 +"225576",37636,40392 +"225577",37636,40905 +"225578",37636,41030 +"225579",37636,41527 +"225580",37636,41529 +"225581",37636,41778 +"225582",37636,43147 +"225583",37636,43234 +"225584",37636,43858 +"225585",37636,44519 +"225586",37636,44828 +"225587",37636,45657 +"225588",37636,45933 +"225589",37636,46434 +"225590",37636,46788 +"225591",37636,47123 +"225592",37636,47488 +"225593",37636,48909 +"225594",37636,49859 +"225595",37636,50064 +"225596",37636,50067 +"225597",37636,50554 +"225598",37636,50879 +"225599",37636,51783 +"225600",37636,52018 +"225601",37636,53444 +"225602",37636,53527 +"225603",37636,53555 +"225604",37636,54134 +"225605",37636,54275 +"225606",37636,56628 +"225607",37636,58004 +"225608",37636,58068 +"225609",37636,58633 +"225610",37636,61111 +"225611",37636,61127 +"225612",37636,68287 +"225613",37636,68423 +"225614",37636,70789 +"225615",37636,82373 +"225616",37636,93421 +"225617",37636,102296 +"225618",37638,39062 +"225619",37638,47581 +"225620",37638,52952 +"225621",37638,72535 +"225622",37638,86463 +"225623",37639,47135 +"225624",37639,52912 +"225625",37639,57056 +"225626",37639,57074 +"225627",37639,58170 +"225628",37639,88822 +"225629",37640,37670 +"225630",37640,37719 +"225631",37640,44757 +"225632",37640,98380 +"225633",37641,41537 +"225634",37643,103907 +"225635",37643,110051 +"225636",37643,110107 +"225637",37643,114803 +"225638",37646,44296 +"225639",37647,49560 +"225640",37647,104074 +"225641",37648,39533 +"225642",37648,47254 +"225643",37648,57966 +"225644",37648,87494 +"225645",37649,40136 +"225646",37649,66361 +"225647",37649,75213 +"225648",37651,42316 +"225649",37651,47343 +"225650",37651,50739 +"225651",37651,53954 +"225652",37651,57013 +"225653",37651,60515 +"225654",37651,61889 +"225655",37651,73647 +"225656",37652,38703 +"225657",37652,39396 +"225658",37652,46486 +"225659",37652,57995 +"225660",37652,68872 +"225661",37652,76483 +"225662",37652,81135 +"225663",37652,89185 +"225664",37652,90709 +"225665",37652,99332 +"225666",37653,43573 +"225667",37653,43702 +"225668",37653,43819 +"225669",37653,46627 +"225670",37653,95356 +"225671",37654,42890 +"225672",37655,38278 +"225673",37655,48344 +"225674",37655,73303 +"225675",37655,90760 +"225676",37655,120059 +"225677",37657,53416 +"225678",37657,116110 +"225679",37658,38128 +"225680",37658,38397 +"225681",37658,64258 +"225682",37658,76057 +"225683",37658,76581 +"225684",37658,81651 +"225685",37658,88151 +"225686",37658,90130 +"225687",37658,104329 +"225688",37658,110428 +"225689",37658,117118 +"225690",37659,65941 +"225691",37660,102567 +"225692",37661,47188 +"225693",37661,58020 +"225694",37661,59010 +"225695",37661,69718 +"225696",37661,76601 +"225697",37661,78523 +"225698",37661,92674 +"225699",37661,99186 +"225700",37661,114573 +"225701",37662,44452 +"225702",37662,51738 +"225703",37662,56284 +"225704",37662,94302 +"225705",37662,98815 +"225706",37662,106510 +"225707",37663,56165 +"225708",37664,37973 +"225709",37664,66340 +"225710",37664,80103 +"225711",37664,80625 +"225712",37664,116427 +"225713",37665,112909 +"225714",37665,122587 +"225715",37665,122763 +"225716",37665,122766 +"225717",37666,37724 +"225718",37666,39051 +"225719",37667,58122 +"225720",37667,58658 +"225721",37667,64110 +"225722",37668,37720 +"225723",37668,45068 +"225724",37668,56178 +"225725",37668,61835 +"225726",37668,62644 +"225727",37668,72891 +"225728",37668,73338 +"225729",37668,79343 +"225730",37668,81751 +"225731",37668,83406 +"225732",37668,93624 +"225733",37668,94381 +"225734",37668,97210 +"225735",37668,98155 +"225736",37668,117572 +"225737",37669,91030 +"225738",37669,93181 +"225739",37670,37719 +"225740",37670,52322 +"225741",37670,76468 +"225742",37670,78792 +"225743",37670,94737 +"225744",37670,116870 +"225745",37671,37672 +"225746",37671,37699 +"225747",37672,37699 +"225748",37673,64785 +"225749",37673,64853 +"225750",37674,122606 +"225751",37675,66671 +"225752",37676,57444 +"225753",37676,62957 +"225754",37676,69488 +"225755",37677,45512 +"225756",37677,49343 +"225757",37677,73637 +"225758",37677,75093 +"225759",37677,94918 +"225760",37677,94948 +"225761",37678,79297 +"225762",37679,38531 +"225763",37679,71661 +"225764",37679,84157 +"225765",37680,38531 +"225766",37680,82305 +"225767",37681,58656 +"225768",37681,74413 +"225769",37682,41278 +"225770",37682,54234 +"225771",37682,57950 +"225772",37683,70646 +"225773",37683,90868 +"225774",37683,109872 +"225775",37684,37838 +"225776",37684,38099 +"225777",37684,49076 +"225778",37684,68587 +"225779",37685,47476 +"225780",37687,44052 +"225781",37687,53104 +"225782",37687,57380 +"225783",37687,59442 +"225784",37687,59571 +"225785",37688,52670 +"225786",37688,75322 +"225787",37688,85765 +"225788",37688,85779 +"225789",37689,40945 +"225790",37689,46477 +"225791",37689,54004 +"225792",37689,66514 +"225793",37689,71858 +"225794",37690,37691 +"225795",37690,51049 +"225796",37690,62019 +"225797",37691,38378 +"225798",37691,42490 +"225799",37691,58089 +"225800",37692,90798 +"225801",37693,70777 +"225802",37693,91481 +"225803",37693,102145 +"225804",37694,37792 +"225805",37694,49338 +"225806",37694,55373 +"225807",37694,65625 +"225808",37694,113077 +"225809",37694,117718 +"225810",37695,116602 +"225811",37695,118770 +"225812",37695,121376 +"225813",37696,37697 +"225814",37696,52209 +"225815",37697,48757 +"225816",37697,52791 +"225817",37697,66050 +"225818",37697,68143 +"225819",37698,81641 +"225820",37698,111458 +"225821",37698,117550 +"225822",37700,38083 +"225823",37701,48890 +"225824",37701,101640 +"225825",37703,44999 +"225826",37704,46137 +"225827",37704,48381 +"225828",37704,50536 +"225829",37704,54639 +"225830",37705,100644 +"225831",37706,47900 +"225832",37708,76515 +"225833",37708,117046 +"225834",37710,41121 +"225835",37710,50431 +"225836",37710,91755 +"225837",37710,92743 +"225838",37711,102911 +"225839",37712,62980 +"225840",37712,91934 +"225841",37713,39073 +"225842",37713,39121 +"225843",37713,39155 +"225844",37713,48090 +"225845",37713,62442 +"225846",37715,68513 +"225847",37716,77081 +"225848",37716,89927 +"225849",37716,107077 +"225850",37716,112262 +"225851",37716,112462 +"225852",37717,54700 +"225853",37717,77569 +"225854",37717,91689 +"225855",37718,60753 +"225856",37718,95777 +"225857",37720,62644 +"225858",37720,68528 +"225859",37720,69079 +"225860",37720,69182 +"225861",37720,69248 +"225862",37720,73338 +"225863",37720,82158 +"225864",37720,92062 +"225865",37720,106071 +"225866",37721,44718 +"225867",37721,50710 +"225868",37721,50820 +"225869",37721,57833 +"225870",37721,72143 +"225871",37722,43329 +"225872",37722,70964 +"225873",37723,39052 +"225874",37724,104672 +"225875",37724,109515 +"225876",37724,122112 +"225877",37725,41947 +"225878",37725,41948 +"225879",37726,40389 +"225880",37726,46550 +"225881",37726,46684 +"225882",37726,46778 +"225883",37726,46779 +"225884",37726,48630 +"225885",37726,52506 +"225886",37726,55811 +"225887",37726,57171 +"225888",37731,65403 +"225889",37732,86035 +"225890",37733,59647 +"225891",37734,103051 +"225892",37735,41247 +"225893",37735,62307 +"225894",37735,82877 +"225895",37736,39771 +"225896",37736,62414 +"225897",37736,76057 +"225898",37736,88717 +"225899",37736,90558 +"225900",37736,108254 +"225901",37737,40144 +"225902",37737,47170 +"225903",37737,107580 +"225904",37738,39869 +"225905",37738,49281 +"225906",37738,55316 +"225907",37738,57878 +"225908",37738,65109 +"225909",37738,65182 +"225910",37738,78802 +"225911",37739,37934 +"225912",37739,43662 +"225913",37739,44914 +"225914",37739,47569 +"225915",37739,48856 +"225916",37739,53475 +"225917",37739,60385 +"225918",37739,69529 +"225919",37739,69722 +"225920",37739,78137 +"225921",37739,79293 +"225922",37739,91560 +"225923",37739,91581 +"225924",37739,91584 +"225925",37739,91616 +"225926",37739,91620 +"225927",37740,62918 +"225928",37740,84999 +"225929",37741,56947 +"225930",37742,43452 +"225931",37742,43454 +"225932",37742,55966 +"225933",37742,55967 +"225934",37742,104868 +"225935",37744,99198 +"225936",37745,47391 +"225937",37745,47408 +"225938",37745,66243 +"225939",37745,81704 +"225940",37747,57994 +"225941",37748,38488 +"225942",37749,79386 +"225943",37750,38237 +"225944",37750,38245 +"225945",37750,46087 +"225946",37751,37816 +"225947",37751,37884 +"225948",37751,69876 +"225949",37751,105018 +"225950",37752,38185 +"225951",37752,38440 +"225952",37752,38461 +"225953",37752,44715 +"225954",37752,51490 +"225955",37752,54060 +"225956",37752,55390 +"225957",37752,55541 +"225958",37752,57641 +"225959",37752,59916 +"225960",37752,105527 +"225961",37752,112800 +"225962",37752,121796 +"225963",37753,47658 +"225964",37754,39378 +"225965",37755,37756 +"225966",37756,52461 +"225967",37756,79621 +"225968",37756,84647 +"225969",37757,73184 +"225970",37758,43135 +"225971",37758,44068 +"225972",37758,45958 +"225973",37758,50588 +"225974",37759,53843 +"225975",37759,67046 +"225976",37759,75799 +"225977",37759,80582 +"225978",37760,37858 +"225979",37760,121527 +"225980",37761,37802 +"225981",37762,79611 +"225982",37763,60760 +"225983",37763,91478 +"225984",37763,94736 +"225985",37763,118025 +"225986",37764,42190 +"225987",37764,43213 +"225988",37764,52136 +"225989",37764,56082 +"225990",37764,64647 +"225991",37764,75403 +"225992",37764,78835 +"225993",37764,80422 +"225994",37764,96695 +"225995",37764,96699 +"225996",37765,44744 +"225997",37765,47818 +"225998",37765,53367 +"225999",37766,42115 +"226000",37766,44468 +"226001",37766,48021 +"226002",37766,58696 +"226003",37766,62596 +"226004",37766,99624 +"226005",37766,112893 +"226006",37766,115690 +"226007",37767,38131 +"226008",37767,44090 +"226009",37767,44212 +"226010",37768,48249 +"226011",37768,61446 +"226012",37768,65234 +"226013",37768,75902 +"226014",37768,91777 +"226015",37768,103287 +"226016",37768,117698 +"226017",37768,118142 +"226018",37768,118143 +"226019",37768,118558 +"226020",37768,119337 +"226021",37769,71621 +"226022",37770,45029 +"226023",37770,63290 +"226024",37771,37847 +"226025",37771,37848 +"226026",37771,46047 +"226027",37772,38422 +"226028",37772,38538 +"226029",37774,37865 +"226030",37774,49158 +"226031",37774,50600 +"226032",37774,58233 +"226033",37774,63668 +"226034",37774,73190 +"226035",37774,74786 +"226036",37774,75109 +"226037",37774,104034 +"226038",37774,109727 +"226039",37774,111217 +"226040",37774,115205 +"226041",37776,40902 +"226042",37776,45279 +"226043",37776,52216 +"226044",37776,66369 +"226045",37776,88272 +"226046",37776,88869 +"226047",37776,89587 +"226048",37776,92618 +"226049",37776,95867 +"226050",37776,107844 +"226051",37776,107987 +"226052",37777,51091 +"226053",37777,51249 +"226054",37778,37864 +"226055",37778,37883 +"226056",37778,64469 +"226057",37779,56455 +"226058",37779,69714 +"226059",37781,102222 +"226060",37782,39694 +"226061",37782,50887 +"226062",37784,41839 +"226063",37785,37810 +"226064",37786,37801 +"226065",37786,44294 +"226066",37786,44307 +"226067",37786,44312 +"226068",37786,44388 +"226069",37786,44408 +"226070",37786,44421 +"226071",37786,44479 +"226072",37786,44505 +"226073",37786,44507 +"226074",37786,62574 +"226075",37786,110582 +"226076",37787,48900 +"226077",37787,52283 +"226078",37787,53722 +"226079",37787,107952 +"226080",37787,111497 +"226081",37787,121321 +"226082",37787,121329 +"226083",37787,121335 +"226084",37787,121342 +"226085",37787,121388 +"226086",37787,121392 +"226087",37787,121398 +"226088",37790,68634 +"226089",37790,94179 +"226090",37791,39264 +"226091",37791,47882 +"226092",37791,54732 +"226093",37791,70187 +"226094",37791,70190 +"226095",37791,85919 +"226096",37791,88289 +"226097",37791,90721 +"226098",37791,97058 +"226099",37791,97067 +"226100",37791,97074 +"226101",37791,97102 +"226102",37791,97103 +"226103",37791,97104 +"226104",37791,97109 +"226105",37791,97110 +"226106",37792,55454 +"226107",37792,62507 +"226108",37792,72592 +"226109",37792,123281 +"226110",37793,58168 +"226111",37793,89991 +"226112",37793,102811 +"226113",37793,118474 +"226114",37793,118690 +"226115",37794,37855 +"226116",37795,38121 +"226117",37795,38477 +"226118",37795,76879 +"226119",37796,59186 +"226120",37797,40566 +"226121",37797,47629 +"226122",37797,47809 +"226123",37797,47949 +"226124",37797,47956 +"226125",37798,43471 +"226126",37798,50155 +"226127",37798,51835 +"226128",37798,52205 +"226129",37798,58262 +"226130",37798,62873 +"226131",37798,69810 +"226132",37798,69911 +"226133",37798,115111 +"226134",37800,39865 +"226135",37800,40072 +"226136",37800,41613 +"226137",37800,59939 +"226138",37800,85771 +"226139",37800,88699 +"226140",37800,91912 +"226141",37800,94671 +"226142",37800,100230 +"226143",37801,44294 +"226144",37801,44307 +"226145",37801,44312 +"226146",37801,44388 +"226147",37801,44408 +"226148",37801,44421 +"226149",37801,44479 +"226150",37801,44505 +"226151",37801,44507 +"226152",37801,66679 +"226153",37801,66876 +"226154",37802,68975 +"226155",37803,40095 +"226156",37803,40487 +"226157",37803,51319 +"226158",37803,51620 +"226159",37803,63317 +"226160",37803,70715 +"226161",37803,84995 +"226162",37804,74261 +"226163",37804,97102 +"226164",37805,61166 +"226165",37805,65631 +"226166",37805,67095 +"226167",37806,51340 +"226168",37806,100149 +"226169",37807,48291 +"226170",37807,84971 +"226171",37808,37887 +"226172",37808,50489 +"226173",37808,96399 +"226174",37808,104456 +"226175",37811,89378 +"226176",37812,76695 +"226177",37813,41192 +"226178",37813,83254 +"226179",37813,120427 +"226180",37816,37884 +"226181",37816,55447 +"226182",37816,55456 +"226183",37816,59522 +"226184",37816,59625 +"226185",37817,49926 +"226186",37817,67079 +"226187",37817,86651 +"226188",37817,101877 +"226189",37817,101890 +"226190",37818,52402 +"226191",37818,63775 +"226192",37818,75491 +"226193",37818,77238 +"226194",37818,81221 +"226195",37818,84844 +"226196",37818,86136 +"226197",37818,107092 +"226198",37819,122273 +"226199",37820,55449 +"226200",37820,77449 +"226201",37820,114429 +"226202",37821,37931 +"226203",37821,38319 +"226204",37821,39398 +"226205",37821,39492 +"226206",37821,40320 +"226207",37821,40373 +"226208",37821,40542 +"226209",37821,41182 +"226210",37821,42131 +"226211",37821,46843 +"226212",37821,48331 +"226213",37822,38234 +"226214",37822,47894 +"226215",37823,55581 +"226216",37824,68896 +"226217",37825,68500 +"226218",37826,42369 +"226219",37827,41808 +"226220",37827,54053 +"226221",37828,54624 +"226222",37829,51254 +"226223",37829,81991 +"226224",37829,81996 +"226225",37829,91460 +"226226",37829,92448 +"226227",37829,105006 +"226228",37829,105035 +"226229",37830,78425 +"226230",37830,85590 +"226231",37830,87596 +"226232",37831,84505 +"226233",37832,42088 +"226234",37832,51607 +"226235",37832,96386 +"226236",37833,58806 +"226237",37834,41658 +"226238",37834,76051 +"226239",37834,76069 +"226240",37834,112954 +"226241",37836,72235 +"226242",37836,89319 +"226243",37837,44367 +"226244",37837,68683 +"226245",37837,89453 +"226246",37837,93528 +"226247",37839,46626 +"226248",37839,70372 +"226249",37839,122014 +"226250",37840,101848 +"226251",37840,116459 +"226252",37840,119426 +"226253",37842,37876 +"226254",37843,46432 +"226255",37843,111344 +"226256",37844,49021 +"226257",37844,49040 +"226258",37844,49050 +"226259",37844,58724 +"226260",37844,84237 +"226261",37845,40186 +"226262",37845,45213 +"226263",37845,56676 +"226264",37845,58227 +"226265",37845,70927 +"226266",37845,72785 +"226267",37845,89736 +"226268",37846,37888 +"226269",37846,63312 +"226270",37846,76738 +"226271",37846,85451 +"226272",37847,37848 +"226273",37847,96479 +"226274",37847,96483 +"226275",37849,48321 +"226276",37849,73988 +"226277",37850,38318 +"226278",37850,40698 +"226279",37850,42415 +"226280",37850,42678 +"226281",37850,45751 +"226282",37850,72233 +"226283",37850,74203 +"226284",37850,121043 +"226285",37851,38661 +"226286",37851,53295 +"226287",37851,95262 +"226288",37851,96073 +"226289",37851,113917 +"226290",37851,113923 +"226291",37852,105843 +"226292",37853,38206 +"226293",37853,38291 +"226294",37853,38338 +"226295",37853,44838 +"226296",37853,60690 +"226297",37853,60997 +"226298",37853,66660 +"226299",37853,74578 +"226300",37854,38458 +"226301",37854,56718 +"226302",37854,56873 +"226303",37854,62165 +"226304",37854,74862 +"226305",37854,78534 +"226306",37854,116764 +"226307",37854,119541 +"226308",37854,120845 +"226309",37855,48836 +"226310",37855,77576 +"226311",37856,38434 +"226312",37857,69327 +"226313",37857,88859 +"226314",37858,44112 +"226315",37858,57085 +"226316",37858,79493 +"226317",37858,83659 +"226318",37858,84579 +"226319",37858,102728 +"226320",37859,40358 +"226321",37859,40469 +"226322",37859,45934 +"226323",37859,61036 +"226324",37859,73945 +"226325",37859,75801 +"226326",37859,79344 +"226327",37859,79618 +"226328",37859,94069 +"226329",37859,94097 +"226330",37859,95106 +"226331",37859,97012 +"226332",37859,112349 +"226333",37859,122702 +"226334",37860,40360 +"226335",37861,67900 +"226336",37862,64026 +"226337",37864,37883 +"226338",37864,60824 +"226339",37865,41144 +"226340",37865,45268 +"226341",37865,51405 +"226342",37865,58233 +"226343",37865,96443 +"226344",37865,103835 +"226345",37866,45007 +"226346",37866,48434 +"226347",37866,74681 +"226348",37866,83772 +"226349",37866,116660 +"226350",37867,39306 +"226351",37867,93170 +"226352",37867,114973 +"226353",37868,47896 +"226354",37868,53749 +"226355",37868,101027 +"226356",37868,118481 +"226357",37871,39062 +"226358",37871,42455 +"226359",37871,54794 +"226360",37871,71609 +"226361",37871,74134 +"226362",37871,89982 +"226363",37871,99532 +"226364",37871,101631 +"226365",37871,101656 +"226366",37871,103191 +"226367",37873,57472 +"226368",37873,58888 +"226369",37873,63078 +"226370",37875,41304 +"226371",37875,49607 +"226372",37875,65400 +"226373",37875,69049 +"226374",37875,87914 +"226375",37875,91770 +"226376",37875,97485 +"226377",37875,101568 +"226378",37875,104662 +"226379",37875,108773 +"226380",37875,110380 +"226381",37875,110488 +"226382",37875,110719 +"226383",37875,111987 +"226384",37875,121290 +"226385",37875,121294 +"226386",37877,50964 +"226387",37877,96781 +"226388",37877,102036 +"226389",37878,59852 +"226390",37878,94334 +"226391",37878,95469 +"226392",37878,103269 +"226393",37878,117026 +"226394",37878,119974 +"226395",37881,85129 +"226396",37882,41887 +"226397",37882,41926 +"226398",37882,42283 +"226399",37884,39173 +"226400",37884,39355 +"226401",37884,47009 +"226402",37884,47947 +"226403",37884,49097 +"226404",37884,55021 +"226405",37884,57307 +"226406",37884,57372 +"226407",37884,57843 +"226408",37884,60301 +"226409",37884,60310 +"226410",37884,60348 +"226411",37884,60407 +"226412",37884,61478 +"226413",37884,64801 +"226414",37885,85152 +"226415",37886,43782 +"226416",37886,62056 +"226417",37889,41114 +"226418",37889,54089 +"226419",37889,114358 +"226420",37890,42188 +"226421",37890,49100 +"226422",37890,52237 +"226423",37890,52253 +"226424",37890,52271 +"226425",37891,47588 +"226426",37891,60590 +"226427",37891,82186 +"226428",37892,38737 +"226429",37893,48260 +"226430",37893,54805 +"226431",37893,74906 +"226432",37893,108272 +"226433",37895,76362 +"226434",37896,39945 +"226435",37896,119642 +"226436",37897,75024 +"226437",37897,85510 +"226438",37897,105738 +"226439",37898,37899 +"226440",37898,37999 +"226441",37898,38044 +"226442",37898,65512 +"226443",37899,37999 +"226444",37899,38044 +"226445",37899,49069 +"226446",37899,60456 +"226447",37899,80967 +"226448",37899,103143 +"226449",37901,37903 +"226450",37901,38011 +"226451",37902,96802 +"226452",37903,38011 +"226453",37903,41195 +"226454",37904,43280 +"226455",37904,51544 +"226456",37904,61796 +"226457",37904,63786 +"226458",37904,68135 +"226459",37904,72665 +"226460",37904,76453 +"226461",37904,77362 +"226462",37904,110260 +"226463",37904,110750 +"226464",37904,119668 +"226465",37905,37977 +"226466",37905,39979 +"226467",37905,42066 +"226468",37905,43164 +"226469",37905,48918 +"226470",37905,49058 +"226471",37905,57697 +"226472",37905,58390 +"226473",37905,58759 +"226474",37905,68622 +"226475",37905,74187 +"226476",37905,77432 +"226477",37905,78375 +"226478",37905,85607 +"226479",37905,91734 +"226480",37907,55930 +"226481",37908,37927 +"226482",37908,37944 +"226483",37909,42044 +"226484",37910,37928 +"226485",37910,37929 +"226486",37910,37946 +"226487",37910,37978 +"226488",37910,37995 +"226489",37910,38015 +"226490",37910,38029 +"226491",37910,38033 +"226492",37910,38058 +"226493",37910,38060 +"226494",37910,46880 +"226495",37911,37966 +"226496",37911,68238 +"226497",37911,68309 +"226498",37911,95083 +"226499",37912,37941 +"226500",37912,37960 +"226501",37912,38841 +"226502",37912,39460 +"226503",37913,122205 +"226504",37914,38277 +"226505",37914,98000 +"226506",37914,109576 +"226507",37915,37976 +"226508",37915,44697 +"226509",37915,47084 +"226510",37915,53662 +"226511",37915,57955 +"226512",37915,70219 +"226513",37915,114053 +"226514",37916,108901 +"226515",37917,38039 +"226516",37918,44761 +"226517",37918,116432 +"226518",37919,88518 +"226519",37920,38053 +"226520",37920,44225 +"226521",37920,78790 +"226522",37922,38059 +"226523",37922,38779 +"226524",37922,46373 +"226525",37922,89684 +"226526",37922,106633 +"226527",37922,111407 +"226528",37923,51410 +"226529",37923,55474 +"226530",37923,56175 +"226531",37923,118483 +"226532",37924,92055 +"226533",37924,95495 +"226534",37925,39369 +"226535",37926,37949 +"226536",37927,37944 +"226537",37927,44992 +"226538",37927,57427 +"226539",37928,37929 +"226540",37928,37946 +"226541",37928,37978 +"226542",37928,37995 +"226543",37928,38015 +"226544",37928,38029 +"226545",37928,38033 +"226546",37928,38058 +"226547",37928,38060 +"226548",37928,38378 +"226549",37928,40322 +"226550",37928,40329 +"226551",37928,40346 +"226552",37928,40436 +"226553",37928,40455 +"226554",37928,40718 +"226555",37928,42490 +"226556",37928,46880 +"226557",37928,51286 +"226558",37928,72350 +"226559",37928,95794 +"226560",37928,95806 +"226561",37929,37946 +"226562",37929,37978 +"226563",37929,37995 +"226564",37929,38015 +"226565",37929,38029 +"226566",37929,38033 +"226567",37929,38058 +"226568",37929,38060 +"226569",37929,46880 +"226570",37929,58252 +"226571",37929,60909 +"226572",37929,63632 +"226573",37929,70853 +"226574",37930,45635 +"226575",37930,69168 +"226576",37930,82898 +"226577",37930,99094 +"226578",37931,37950 +"226579",37931,38319 +"226580",37931,39398 +"226581",37931,39492 +"226582",37931,40320 +"226583",37931,40373 +"226584",37931,40542 +"226585",37931,41182 +"226586",37931,42131 +"226587",37931,46843 +"226588",37931,48331 +"226589",37932,37953 +"226590",37933,93758 +"226591",37934,47569 +"226592",37934,48856 +"226593",37934,50403 +"226594",37934,60385 +"226595",37934,76917 +"226596",37934,83745 +"226597",37934,83855 +"226598",37934,100670 +"226599",37934,102221 +"226600",37934,111405 +"226601",37935,37940 +"226602",37935,101870 +"226603",37935,104887 +"226604",37936,49553 +"226605",37936,49554 +"226606",37936,51984 +"226607",37937,39062 +"226608",37937,40419 +"226609",37937,42608 +"226610",37937,43759 +"226611",37937,44180 +"226612",37937,44928 +"226613",37937,45818 +"226614",37937,51476 +"226615",37937,51892 +"226616",37937,53755 +"226617",37937,54168 +"226618",37937,57210 +"226619",37937,58482 +"226620",37937,59172 +"226621",37937,59222 +"226622",37937,59816 +"226623",37937,61874 +"226624",37937,63274 +"226625",37937,66322 +"226626",37937,67327 +"226627",37937,70854 +"226628",37937,71683 +"226629",37937,72568 +"226630",37937,72628 +"226631",37937,73767 +"226632",37937,78532 +"226633",37937,81609 +"226634",37937,85885 +"226635",37937,91255 +"226636",37937,92247 +"226637",37937,92352 +"226638",37937,92362 +"226639",37937,92929 +"226640",37937,93719 +"226641",37937,94906 +"226642",37937,94946 +"226643",37937,95889 +"226644",37937,96093 +"226645",37937,96411 +"226646",37937,97988 +"226647",37937,99309 +"226648",37937,99376 +"226649",37937,99450 +"226650",37937,99471 +"226651",37937,99474 +"226652",37937,100916 +"226653",37937,100944 +"226654",37937,101126 +"226655",37937,101329 +"226656",37937,105557 +"226657",37937,107199 +"226658",37937,108743 +"226659",37937,108980 +"226660",37937,109291 +"226661",37937,109933 +"226662",37937,110483 +"226663",37937,110567 +"226664",37937,110572 +"226665",37937,110630 +"226666",37937,110648 +"226667",37937,110711 +"226668",37937,110770 +"226669",37937,110869 +"226670",37937,110911 +"226671",37937,111285 +"226672",37937,111314 +"226673",37937,111362 +"226674",37937,111372 +"226675",37937,111424 +"226676",37937,111433 +"226677",37937,112422 +"226678",37937,113269 +"226679",37937,113430 +"226680",37937,114242 +"226681",37937,114842 +"226682",37937,115427 +"226683",37937,115521 +"226684",37937,115711 +"226685",37938,38315 +"226686",37938,39210 +"226687",37938,39228 +"226688",37939,59238 +"226689",37939,59323 +"226690",37939,59588 +"226691",37941,37960 +"226692",37941,38841 +"226693",37941,39460 +"226694",37943,110114 +"226695",37945,50389 +"226696",37945,56200 +"226697",37945,61705 +"226698",37946,37978 +"226699",37946,37995 +"226700",37946,38015 +"226701",37946,38029 +"226702",37946,38033 +"226703",37946,38058 +"226704",37946,38060 +"226705",37946,46880 +"226706",37946,53033 +"226707",37946,53075 +"226708",37946,53101 +"226709",37946,53763 +"226710",37946,54081 +"226711",37947,62286 +"226712",37947,69188 +"226713",37947,94753 +"226714",37947,109913 +"226715",37950,80681 +"226716",37951,48821 +"226717",37951,50786 +"226718",37951,51675 +"226719",37951,52951 +"226720",37951,55495 +"226721",37951,65733 +"226722",37951,114363 +"226723",37951,123422 +"226724",37952,73000 +"226725",37953,40427 +"226726",37953,68688 +"226727",37953,68986 +"226728",37953,74387 +"226729",37953,75089 +"226730",37953,77200 +"226731",37953,77560 +"226732",37953,80647 +"226733",37953,83636 +"226734",37953,92625 +"226735",37953,95391 +"226736",37953,107486 +"226737",37953,107601 +"226738",37954,81834 +"226739",37955,40725 +"226740",37955,73095 +"226741",37955,84906 +"226742",37956,53924 +"226743",37956,60839 +"226744",37956,70857 +"226745",37956,94756 +"226746",37957,39485 +"226747",37957,53672 +"226748",37957,117603 +"226749",37958,38633 +"226750",37958,38729 +"226751",37958,38800 +"226752",37958,39109 +"226753",37958,50212 +"226754",37959,48256 +"226755",37960,38841 +"226756",37960,39460 +"226757",37962,60588 +"226758",37962,62782 +"226759",37962,62792 +"226760",37962,62795 +"226761",37964,81445 +"226762",37966,44983 +"226763",37966,45709 +"226764",37966,47688 +"226765",37966,50102 +"226766",37966,57783 +"226767",37966,59646 +"226768",37966,65800 +"226769",37966,67564 +"226770",37966,68238 +"226771",37966,69362 +"226772",37966,71693 +"226773",37966,76590 +"226774",37966,86600 +"226775",37966,88782 +"226776",37966,92517 +"226777",37966,100140 +"226778",37966,105198 +"226779",37966,110250 +"226780",37966,122588 +"226781",37966,122819 +"226782",37966,122852 +"226783",37966,122861 +"226784",37966,122863 +"226785",37966,122864 +"226786",37967,76855 +"226787",37968,40806 +"226788",37968,43402 +"226789",37969,39613 +"226790",37969,40521 +"226791",37969,41117 +"226792",37969,66592 +"226793",37969,99560 +"226794",37969,100893 +"226795",37969,101500 +"226796",37970,71899 +"226797",37970,90622 +"226798",37970,104853 +"226799",37972,61566 +"226800",37972,92096 +"226801",37972,99036 +"226802",37972,99540 +"226803",37972,108527 +"226804",37973,43275 +"226805",37973,80625 +"226806",37974,37980 +"226807",37974,37994 +"226808",37974,66560 +"226809",37976,57059 +"226810",37976,79965 +"226811",37976,94176 +"226812",37976,98555 +"226813",37977,57697 +"226814",37977,61192 +"226815",37977,71467 +"226816",37977,108669 +"226817",37977,110063 +"226818",37978,37995 +"226819",37978,38015 +"226820",37978,38029 +"226821",37978,38033 +"226822",37978,38058 +"226823",37978,38060 +"226824",37978,38917 +"226825",37978,44150 +"226826",37978,44157 +"226827",37978,44235 +"226828",37978,44255 +"226829",37978,45960 +"226830",37978,46880 +"226831",37979,98991 +"226832",37980,37994 +"226833",37982,107525 +"226834",37982,107528 +"226835",37983,37984 +"226836",37984,104266 +"226837",37984,110058 +"226838",37985,39261 +"226839",37985,41972 +"226840",37985,45541 +"226841",37985,55666 +"226842",37985,62244 +"226843",37985,79741 +"226844",37985,92508 +"226845",37986,38768 +"226846",37987,79179 +"226847",37987,82398 +"226848",37989,63132 +"226849",37989,81595 +"226850",37989,101970 +"226851",37990,81390 +"226852",37990,94916 +"226853",37990,110724 +"226854",37991,51736 +"226855",37991,59218 +"226856",37991,108084 +"226857",37992,78700 +"226858",37992,90227 +"226859",37993,93338 +"226860",37993,121911 +"226861",37994,87864 +"226862",37995,38015 +"226863",37995,38029 +"226864",37995,38033 +"226865",37995,38058 +"226866",37995,38060 +"226867",37995,46880 +"226868",37995,60599 +"226869",37996,66162 +"226870",37996,66869 +"226871",37996,67861 +"226872",37999,38044 +"226873",37999,44342 +"226874",37999,58325 +"226875",37999,63410 +"226876",37999,63458 +"226877",38000,38065 +"226878",38001,40731 +"226879",38001,42643 +"226880",38001,46773 +"226881",38001,50551 +"226882",38001,67199 +"226883",38001,85619 +"226884",38001,86515 +"226885",38001,92102 +"226886",38002,47878 +"226887",38003,38067 +"226888",38003,75778 +"226889",38004,46305 +"226890",38004,85639 +"226891",38004,108386 +"226892",38004,118402 +"226893",38005,49333 +"226894",38005,80529 +"226895",38005,80542 +"226896",38007,44179 +"226897",38007,56559 +"226898",38008,47168 +"226899",38008,91357 +"226900",38008,91359 +"226901",38009,41643 +"226902",38009,45726 +"226903",38009,52626 +"226904",38009,56618 +"226905",38009,57582 +"226906",38009,63518 +"226907",38009,73138 +"226908",38009,75271 +"226909",38009,76047 +"226910",38009,77257 +"226911",38009,78487 +"226912",38009,81474 +"226913",38009,87745 +"226914",38009,88309 +"226915",38009,91779 +"226916",38009,98985 +"226917",38009,102535 +"226918",38009,106275 +"226919",38009,106280 +"226920",38009,107578 +"226921",38010,59636 +"226922",38011,60638 +"226923",38012,38048 +"226924",38013,96575 +"226925",38013,112878 +"226926",38014,79496 +"226927",38014,86123 +"226928",38014,107455 +"226929",38015,38029 +"226930",38015,38033 +"226931",38015,38058 +"226932",38015,38060 +"226933",38015,46880 +"226934",38015,58252 +"226935",38015,59000 +"226936",38015,59899 +"226937",38015,60909 +"226938",38015,63632 +"226939",38015,68085 +"226940",38016,38020 +"226941",38016,82965 +"226942",38016,96763 +"226943",38017,52469 +"226944",38017,91368 +"226945",38018,66552 +"226946",38018,104014 +"226947",38019,39238 +"226948",38019,41315 +"226949",38019,50892 +"226950",38019,63357 +"226951",38019,65006 +"226952",38019,69913 +"226953",38019,76296 +"226954",38019,77018 +"226955",38019,82442 +"226956",38019,85821 +"226957",38019,85835 +"226958",38019,86232 +"226959",38019,88518 +"226960",38019,94605 +"226961",38019,100642 +"226962",38019,103294 +"226963",38019,103589 +"226964",38019,105092 +"226965",38021,39439 +"226966",38021,39474 +"226967",38021,52274 +"226968",38021,61202 +"226969",38021,79983 +"226970",38021,81417 +"226971",38021,81418 +"226972",38021,83229 +"226973",38021,84481 +"226974",38021,84516 +"226975",38021,89725 +"226976",38021,94231 +"226977",38021,100942 +"226978",38021,107768 +"226979",38021,108501 +"226980",38021,109945 +"226981",38021,112246 +"226982",38021,118777 +"226983",38021,119352 +"226984",38021,123068 +"226985",38021,123080 +"226986",38021,123083 +"226987",38021,123095 +"226988",38022,59204 +"226989",38022,62527 +"226990",38022,119795 +"226991",38023,65920 +"226992",38023,93870 +"226993",38023,118984 +"226994",38024,42358 +"226995",38026,109001 +"226996",38028,66839 +"226997",38028,78990 +"226998",38028,84881 +"226999",38028,95620 +"227000",38028,100556 +"227001",38028,116581 +"227002",38029,38033 +"227003",38029,38058 +"227004",38029,38060 +"227005",38029,46880 +"227006",38029,50209 +"227007",38029,54502 +"227008",38029,72906 +"227009",38030,38057 +"227010",38031,38066 +"227011",38031,41725 +"227012",38031,41738 +"227013",38031,48614 +"227014",38033,38058 +"227015",38033,38060 +"227016",38033,46880 +"227017",38035,38561 +"227018",38035,61359 +"227019",38035,70739 +"227020",38036,38062 +"227021",38037,94685 +"227022",38038,64187 +"227023",38040,45337 +"227024",38040,45438 +"227025",38040,53743 +"227026",38040,60400 +"227027",38041,78364 +"227028",38042,38872 +"227029",38042,40352 +"227030",38042,40653 +"227031",38042,44181 +"227032",38042,47237 +"227033",38042,47320 +"227034",38042,49954 +"227035",38042,60477 +"227036",38042,94403 +"227037",38042,122856 +"227038",38044,41274 +"227039",38044,41295 +"227040",38044,49972 +"227041",38044,60437 +"227042",38044,64986 +"227043",38044,97877 +"227044",38045,39175 +"227045",38045,39298 +"227046",38045,49719 +"227047",38045,67597 +"227048",38045,77342 +"227049",38045,82283 +"227050",38045,91303 +"227051",38045,99747 +"227052",38045,99763 +"227053",38045,102217 +"227054",38045,102242 +"227055",38045,109159 +"227056",38045,114324 +"227057",38045,121851 +"227058",38046,38063 +"227059",38046,39022 +"227060",38046,53269 +"227061",38046,57713 +"227062",38046,66097 +"227063",38046,73927 +"227064",38046,74028 +"227065",38046,92646 +"227066",38046,96353 +"227067",38047,57321 +"227068",38047,99058 +"227069",38047,103037 +"227070",38048,46681 +"227071",38048,53031 +"227072",38048,53635 +"227073",38048,54234 +"227074",38048,56122 +"227075",38048,59276 +"227076",38048,71434 +"227077",38048,76364 +"227078",38048,81278 +"227079",38048,85430 +"227080",38048,89958 +"227081",38048,94440 +"227082",38048,96536 +"227083",38049,75910 +"227084",38049,96955 +"227085",38050,47984 +"227086",38050,69276 +"227087",38050,87194 +"227088",38051,45561 +"227089",38051,56232 +"227090",38051,61082 +"227091",38051,61609 +"227092",38051,68960 +"227093",38051,75335 +"227094",38051,115068 +"227095",38051,121875 +"227096",38052,50604 +"227097",38052,66115 +"227098",38052,67934 +"227099",38052,89887 +"227100",38052,101087 +"227101",38052,106576 +"227102",38052,108577 +"227103",38052,108836 +"227104",38054,41633 +"227105",38055,43182 +"227106",38055,47248 +"227107",38055,51241 +"227108",38055,79097 +"227109",38055,92265 +"227110",38055,122254 +"227111",38055,122266 +"227112",38056,46307 +"227113",38056,61143 +"227114",38057,47870 +"227115",38057,47903 +"227116",38058,38060 +"227117",38058,46880 +"227118",38058,59540 +"227119",38058,70684 +"227120",38059,47527 +"227121",38059,89684 +"227122",38060,46880 +"227123",38063,45545 +"227124",38063,66097 +"227125",38063,76083 +"227126",38063,78651 +"227127",38063,79003 +"227128",38063,79995 +"227129",38063,90558 +"227130",38063,103064 +"227131",38063,108189 +"227132",38063,123182 +"227133",38064,48753 +"227134",38065,44856 +"227135",38065,73381 +"227136",38065,107506 +"227137",38067,44462 +"227138",38067,52795 +"227139",38067,55968 +"227140",38067,60806 +"227141",38067,67248 +"227142",38067,76530 +"227143",38068,39783 +"227144",38068,46509 +"227145",38068,53808 +"227146",38068,68422 +"227147",38068,104005 +"227148",38069,38115 +"227149",38069,51385 +"227150",38069,57694 +"227151",38069,60981 +"227152",38069,61407 +"227153",38069,61454 +"227154",38069,67107 +"227155",38070,50173 +"227156",38070,100274 +"227157",38070,112331 +"227158",38071,74105 +"227159",38072,40284 +"227160",38074,56959 +"227161",38074,82205 +"227162",38074,122379 +"227163",38075,66057 +"227164",38075,73597 +"227165",38076,54731 +"227166",38076,59485 +"227167",38076,100828 +"227168",38076,104342 +"227169",38077,38088 +"227170",38077,38174 +"227171",38077,38192 +"227172",38077,38197 +"227173",38077,38233 +"227174",38077,41505 +"227175",38077,97656 +"227176",38077,102369 +"227177",38079,38184 +"227178",38079,38372 +"227179",38079,40402 +"227180",38081,39804 +"227181",38081,62489 +"227182",38081,108626 +"227183",38081,116531 +"227184",38081,118344 +"227185",38082,58421 +"227186",38082,70188 +"227187",38082,78359 +"227188",38082,85941 +"227189",38083,38261 +"227190",38083,116625 +"227191",38084,62358 +"227192",38084,68609 +"227193",38084,100200 +"227194",38084,104573 +"227195",38085,39014 +"227196",38085,41150 +"227197",38085,43113 +"227198",38085,47426 +"227199",38085,48770 +"227200",38085,54538 +"227201",38085,67156 +"227202",38085,100534 +"227203",38085,116584 +"227204",38085,122976 +"227205",38085,123397 +"227206",38086,56829 +"227207",38086,58579 +"227208",38086,108969 +"227209",38087,38109 +"227210",38087,41428 +"227211",38087,46726 +"227212",38087,60808 +"227213",38087,62268 +"227214",38087,74192 +"227215",38087,80435 +"227216",38087,81077 +"227217",38087,82205 +"227218",38087,82837 +"227219",38088,38174 +"227220",38088,38192 +"227221",38088,38197 +"227222",38088,38233 +"227223",38089,39458 +"227224",38089,54579 +"227225",38089,65043 +"227226",38089,107321 +"227227",38091,45320 +"227228",38091,46888 +"227229",38091,54429 +"227230",38091,55497 +"227231",38091,58566 +"227232",38091,62132 +"227233",38091,66869 +"227234",38091,67817 +"227235",38091,74355 +"227236",38091,89895 +"227237",38091,106445 +"227238",38092,50391 +"227239",38093,93479 +"227240",38093,99710 +"227241",38093,113466 +"227242",38094,47654 +"227243",38094,52633 +"227244",38094,55226 +"227245",38094,62889 +"227246",38094,63644 +"227247",38094,70437 +"227248",38094,71564 +"227249",38094,71565 +"227250",38094,74907 +"227251",38094,83740 +"227252",38094,83917 +"227253",38094,118845 +"227254",38095,70478 +"227255",38095,88641 +"227256",38095,123454 +"227257",38095,123460 +"227258",38096,48089 +"227259",38096,52097 +"227260",38096,95340 +"227261",38098,46120 +"227262",38098,56459 +"227263",38098,62268 +"227264",38098,92978 +"227265",38098,93026 +"227266",38098,106118 +"227267",38098,107520 +"227268",38099,40431 +"227269",38099,45440 +"227270",38099,49076 +"227271",38099,50468 +"227272",38099,50530 +"227273",38099,56491 +"227274",38099,63997 +"227275",38099,67813 +"227276",38099,74378 +"227277",38099,85679 +"227278",38099,88480 +"227279",38099,96044 +"227280",38100,41960 +"227281",38100,42920 +"227282",38100,83445 +"227283",38100,97559 +"227284",38100,108196 +"227285",38100,109634 +"227286",38101,66835 +"227287",38101,66882 +"227288",38101,72033 +"227289",38101,93182 +"227290",38103,38546 +"227291",38103,96653 +"227292",38103,100420 +"227293",38104,38105 +"227294",38104,38520 +"227295",38104,43217 +"227296",38104,49917 +"227297",38105,38520 +"227298",38105,43217 +"227299",38105,49917 +"227300",38105,64107 +"227301",38105,64366 +"227302",38106,84366 +"227303",38106,114730 +"227304",38107,38212 +"227305",38107,38517 +"227306",38107,61753 +"227307",38107,82327 +"227308",38107,121049 +"227309",38108,38232 +"227310",38108,51092 +"227311",38111,74049 +"227312",38112,89327 +"227313",38113,66861 +"227314",38115,48229 +"227315",38115,65059 +"227316",38115,68966 +"227317",38115,69110 +"227318",38115,69148 +"227319",38115,69180 +"227320",38115,69226 +"227321",38116,48289 +"227322",38116,86624 +"227323",38116,86683 +"227324",38116,86694 +"227325",38116,86701 +"227326",38116,86712 +"227327",38116,86732 +"227328",38117,39940 +"227329",38117,96050 +"227330",38117,96098 +"227331",38117,96932 +"227332",38117,96937 +"227333",38118,42150 +"227334",38118,53814 +"227335",38118,54128 +"227336",38118,59816 +"227337",38119,52717 +"227338",38119,55908 +"227339",38119,81092 +"227340",38119,92317 +"227341",38120,44814 +"227342",38120,117044 +"227343",38121,38477 +"227344",38121,48384 +"227345",38121,109130 +"227346",38121,118623 +"227347",38124,103166 +"227348",38124,118205 +"227349",38125,44789 +"227350",38125,50425 +"227351",38125,83527 +"227352",38125,83588 +"227353",38125,83605 +"227354",38125,95264 +"227355",38125,107426 +"227356",38125,109140 +"227357",38125,114994 +"227358",38125,118522 +"227359",38126,62151 +"227360",38126,75299 +"227361",38126,85280 +"227362",38126,92718 +"227363",38126,107609 +"227364",38127,57572 +"227365",38127,88281 +"227366",38127,105793 +"227367",38127,109535 +"227368",38127,112064 +"227369",38127,116586 +"227370",38127,120943 +"227371",38127,121214 +"227372",38127,121217 +"227373",38127,121832 +"227374",38128,38397 +"227375",38128,53200 +"227376",38128,53415 +"227377",38128,68340 +"227378",38128,68428 +"227379",38129,38292 +"227380",38129,106547 +"227381",38130,79823 +"227382",38131,53601 +"227383",38131,53602 +"227384",38131,53603 +"227385",38132,51764 +"227386",38132,110095 +"227387",38132,114840 +"227388",38133,46916 +"227389",38133,51372 +"227390",38133,57591 +"227391",38133,60037 +"227392",38134,38151 +"227393",38135,42250 +"227394",38135,44099 +"227395",38135,45182 +"227396",38135,82919 +"227397",38135,82929 +"227398",38135,82930 +"227399",38136,73174 +"227400",38136,92214 +"227401",38136,101609 +"227402",38136,112474 +"227403",38137,39552 +"227404",38137,43949 +"227405",38137,64051 +"227406",38138,38648 +"227407",38138,41142 +"227408",38138,41166 +"227409",38138,50208 +"227410",38138,61288 +"227411",38138,73374 +"227412",38138,88627 +"227413",38138,99601 +"227414",38138,102322 +"227415",38138,102337 +"227416",38138,106674 +"227417",38139,94602 +"227418",38139,106530 +"227419",38140,55758 +"227420",38140,111658 +"227421",38140,113036 +"227422",38140,115425 +"227423",38141,87082 +"227424",38142,66945 +"227425",38142,71918 +"227426",38142,72767 +"227427",38142,85142 +"227428",38142,93127 +"227429",38143,41976 +"227430",38143,43507 +"227431",38143,44410 +"227432",38143,50473 +"227433",38143,64475 +"227434",38143,66760 +"227435",38143,72972 +"227436",38143,73723 +"227437",38143,86462 +"227438",38143,93565 +"227439",38143,95288 +"227440",38143,98335 +"227441",38143,100553 +"227442",38143,101089 +"227443",38143,101940 +"227444",38143,107359 +"227445",38143,107468 +"227446",38143,107490 +"227447",38143,107493 +"227448",38143,107897 +"227449",38143,114050 +"227450",38144,38172 +"227451",38144,41291 +"227452",38144,64874 +"227453",38144,69602 +"227454",38144,100423 +"227455",38144,100788 +"227456",38144,106162 +"227457",38144,109420 +"227458",38144,112466 +"227459",38144,114844 +"227460",38145,52653 +"227461",38145,52971 +"227462",38146,39692 +"227463",38146,44472 +"227464",38146,44556 +"227465",38146,52846 +"227466",38146,52876 +"227467",38146,58457 +"227468",38146,58778 +"227469",38146,70232 +"227470",38147,61190 +"227471",38147,84686 +"227472",38148,42364 +"227473",38148,81790 +"227474",38148,81791 +"227475",38148,111648 +"227476",38148,111655 +"227477",38148,111656 +"227478",38148,114088 +"227479",38150,62844 +"227480",38150,100828 +"227481",38152,58347 +"227482",38152,80750 +"227483",38153,77552 +"227484",38153,87336 +"227485",38153,106828 +"227486",38153,122053 +"227487",38154,94330 +"227488",38156,52489 +"227489",38156,53381 +"227490",38156,68409 +"227491",38156,78912 +"227492",38156,123270 +"227493",38157,65989 +"227494",38158,41091 +"227495",38158,64964 +"227496",38159,38177 +"227497",38160,54730 +"227498",38160,55759 +"227499",38160,79168 +"227500",38160,103997 +"227501",38160,110538 +"227502",38161,60901 +"227503",38161,62831 +"227504",38161,67184 +"227505",38161,104675 +"227506",38162,47787 +"227507",38162,51652 +"227508",38162,67999 +"227509",38162,75730 +"227510",38162,120448 +"227511",38162,121431 +"227512",38163,88863 +"227513",38163,92570 +"227514",38165,38196 +"227515",38168,38710 +"227516",38168,39642 +"227517",38168,41310 +"227518",38168,43552 +"227519",38168,47191 +"227520",38168,107794 +"227521",38168,114623 +"227522",38170,42426 +"227523",38170,49376 +"227524",38171,66133 +"227525",38171,90367 +"227526",38172,41291 +"227527",38172,64874 +"227528",38172,69602 +"227529",38172,100423 +"227530",38172,106162 +"227531",38172,109420 +"227532",38172,114844 +"227533",38173,83033 +"227534",38174,38192 +"227535",38174,38197 +"227536",38174,38233 +"227537",38175,39330 +"227538",38175,65032 +"227539",38175,83441 +"227540",38176,64321 +"227541",38178,44238 +"227542",38178,45269 +"227543",38179,38261 +"227544",38180,53496 +"227545",38181,41301 +"227546",38181,59659 +"227547",38182,61757 +"227548",38182,71159 +"227549",38183,52686 +"227550",38184,38372 +"227551",38184,44591 +"227552",38184,49068 +"227553",38184,52103 +"227554",38184,57061 +"227555",38184,59768 +"227556",38184,118018 +"227557",38185,38683 +"227558",38185,40245 +"227559",38185,40840 +"227560",38185,41439 +"227561",38185,41557 +"227562",38185,43226 +"227563",38185,43394 +"227564",38185,44655 +"227565",38185,44973 +"227566",38185,46177 +"227567",38185,47048 +"227568",38185,48110 +"227569",38185,58508 +"227570",38185,59039 +"227571",38185,59731 +"227572",38185,62642 +"227573",38185,68091 +"227574",38185,69335 +"227575",38185,75245 +"227576",38185,75776 +"227577",38185,75956 +"227578",38185,76387 +"227579",38185,78978 +"227580",38185,79212 +"227581",38185,79241 +"227582",38185,79579 +"227583",38185,80239 +"227584",38185,80301 +"227585",38185,81397 +"227586",38185,83483 +"227587",38185,88340 +"227588",38185,88749 +"227589",38185,88932 +"227590",38185,89069 +"227591",38185,89373 +"227592",38185,89995 +"227593",38185,90919 +"227594",38185,90936 +"227595",38185,92861 +"227596",38185,93097 +"227597",38185,94231 +"227598",38185,95489 +"227599",38185,96247 +"227600",38185,96363 +"227601",38185,97898 +"227602",38185,112132 +"227603",38186,38636 +"227604",38186,40493 +"227605",38186,49559 +"227606",38186,62729 +"227607",38186,76396 +"227608",38186,96353 +"227609",38187,47768 +"227610",38187,78969 +"227611",38187,80806 +"227612",38187,84148 +"227613",38188,95706 +"227614",38189,38363 +"227615",38189,59017 +"227616",38189,85542 +"227617",38189,99787 +"227618",38190,75977 +"227619",38190,84926 +"227620",38190,101362 +"227621",38191,38303 +"227622",38191,38374 +"227623",38192,38197 +"227624",38192,38233 +"227625",38192,117915 +"227626",38193,49838 +"227627",38193,51486 +"227628",38193,55805 +"227629",38193,70139 +"227630",38193,70535 +"227631",38193,90722 +"227632",38193,99714 +"227633",38193,102019 +"227634",38193,103285 +"227635",38193,104252 +"227636",38193,104383 +"227637",38193,108450 +"227638",38193,109871 +"227639",38193,113407 +"227640",38194,77506 +"227641",38195,44572 +"227642",38195,44724 +"227643",38195,51801 +"227644",38195,53445 +"227645",38195,57804 +"227646",38195,59731 +"227647",38195,67656 +"227648",38195,83530 +"227649",38195,89069 +"227650",38195,93162 +"227651",38195,102362 +"227652",38195,105954 +"227653",38195,110915 +"227654",38195,118877 +"227655",38196,40053 +"227656",38196,53406 +"227657",38196,75634 +"227658",38196,101646 +"227659",38196,117569 +"227660",38196,117599 +"227661",38196,119673 +"227662",38196,122981 +"227663",38197,38233 +"227664",38197,39028 +"227665",38197,47106 +"227666",38197,49323 +"227667",38197,56469 +"227668",38198,39826 +"227669",38198,41058 +"227670",38198,41785 +"227671",38198,41804 +"227672",38198,41859 +"227673",38198,45444 +"227674",38198,48090 +"227675",38198,50480 +"227676",38199,76782 +"227677",38200,57273 +"227678",38200,75299 +"227679",38200,76607 +"227680",38200,80772 +"227681",38200,82669 +"227682",38200,85280 +"227683",38200,107609 +"227684",38201,43003 +"227685",38201,89793 +"227686",38203,38754 +"227687",38203,63486 +"227688",38203,115758 +"227689",38204,38755 +"227690",38204,44502 +"227691",38204,53502 +"227692",38204,63513 +"227693",38204,64272 +"227694",38204,68803 +"227695",38204,71984 +"227696",38204,73171 +"227697",38204,79612 +"227698",38204,81210 +"227699",38204,86514 +"227700",38204,87480 +"227701",38204,88645 +"227702",38204,98078 +"227703",38204,100752 +"227704",38204,101709 +"227705",38204,105739 +"227706",38204,106640 +"227707",38204,107302 +"227708",38204,107464 +"227709",38204,111698 +"227710",38204,117356 +"227711",38204,117369 +"227712",38204,119564 +"227713",38205,98096 +"227714",38205,106716 +"227715",38205,106811 +"227716",38206,38291 +"227717",38206,38338 +"227718",38206,60997 +"227719",38207,62478 +"227720",38208,61311 +"227721",38208,75710 +"227722",38209,54914 +"227723",38209,62404 +"227724",38209,101529 +"227725",38209,118771 +"227726",38210,50786 +"227727",38211,102105 +"227728",38211,119761 +"227729",38212,38517 +"227730",38213,49620 +"227731",38213,51628 +"227732",38213,74636 +"227733",38213,80305 +"227734",38213,82965 +"227735",38213,88895 +"227736",38213,91562 +"227737",38213,96837 +"227738",38213,114622 +"227739",38214,108688 +"227740",38217,46326 +"227741",38217,90558 +"227742",38217,90942 +"227743",38217,97445 +"227744",38217,99162 +"227745",38217,100207 +"227746",38217,105019 +"227747",38217,111019 +"227748",38217,112162 +"227749",38217,117311 +"227750",38218,42725 +"227751",38218,48964 +"227752",38218,51921 +"227753",38219,40245 +"227754",38219,44463 +"227755",38219,56490 +"227756",38219,65322 +"227757",38219,71753 +"227758",38219,71917 +"227759",38219,74707 +"227760",38219,75568 +"227761",38219,80625 +"227762",38219,85875 +"227763",38219,96749 +"227764",38219,96756 +"227765",38219,99207 +"227766",38219,99375 +"227767",38219,99463 +"227768",38219,108309 +"227769",38219,120686 +"227770",38220,54761 +"227771",38223,38278 +"227772",38223,38310 +"227773",38223,53186 +"227774",38223,53216 +"227775",38223,75633 +"227776",38223,90289 +"227777",38224,55254 +"227778",38224,76807 +"227779",38224,100104 +"227780",38224,102776 +"227781",38224,105758 +"227782",38224,117553 +"227783",38226,39030 +"227784",38226,80506 +"227785",38226,88135 +"227786",38226,114189 +"227787",38227,50614 +"227788",38227,56027 +"227789",38227,63782 +"227790",38227,70256 +"227791",38227,106758 +"227792",38228,112613 +"227793",38228,112614 +"227794",38228,112619 +"227795",38228,112622 +"227796",38229,45301 +"227797",38230,59204 +"227798",38230,113219 +"227799",38230,119967 +"227800",38231,38240 +"227801",38231,47788 +"227802",38234,78003 +"227803",38234,106884 +"227804",38235,64315 +"227805",38236,43017 +"227806",38236,65980 +"227807",38236,85550 +"227808",38236,109756 +"227809",38237,38245 +"227810",38237,44228 +"227811",38238,54170 +"227812",38238,54190 +"227813",38238,119348 +"227814",38239,102094 +"227815",38240,60100 +"227816",38240,62094 +"227817",38240,82417 +"227818",38241,85401 +"227819",38242,39080 +"227820",38242,39401 +"227821",38242,42300 +"227822",38242,45108 +"227823",38242,65217 +"227824",38243,49125 +"227825",38243,51898 +"227826",38243,59289 +"227827",38243,67939 +"227828",38243,77696 +"227829",38243,84796 +"227830",38243,91539 +"227831",38243,100649 +"227832",38243,103324 +"227833",38243,103417 +"227834",38243,103536 +"227835",38243,110070 +"227836",38243,110071 +"227837",38243,110096 +"227838",38243,114971 +"227839",38244,38324 +"227840",38248,38600 +"227841",38248,51286 +"227842",38248,67229 +"227843",38248,95075 +"227844",38249,38345 +"227845",38250,60272 +"227846",38250,87149 +"227847",38251,38290 +"227848",38254,49963 +"227849",38254,59279 +"227850",38254,60166 +"227851",38255,38356 +"227852",38256,38257 +"227853",38256,87409 +"227854",38256,95310 +"227855",38257,95310 +"227856",38258,70403 +"227857",38258,85619 +"227858",38258,93769 +"227859",38259,38378 +"227860",38259,39300 +"227861",38259,52309 +"227862",38259,52801 +"227863",38259,57575 +"227864",38259,57641 +"227865",38259,58648 +"227866",38259,62019 +"227867",38259,66474 +"227868",38259,70111 +"227869",38259,72249 +"227870",38259,77173 +"227871",38259,77346 +"227872",38259,77396 +"227873",38259,77401 +"227874",38259,77407 +"227875",38259,77417 +"227876",38259,77418 +"227877",38259,77480 +"227878",38259,77532 +"227879",38259,78258 +"227880",38259,102398 +"227881",38259,113747 +"227882",38260,42315 +"227883",38260,50367 +"227884",38260,51248 +"227885",38260,55251 +"227886",38260,62025 +"227887",38260,65162 +"227888",38260,65746 +"227889",38260,68475 +"227890",38260,76613 +"227891",38260,81508 +"227892",38260,82242 +"227893",38260,110994 +"227894",38260,120028 +"227895",38260,120929 +"227896",38260,120967 +"227897",38261,47082 +"227898",38262,38306 +"227899",38263,38958 +"227900",38263,43481 +"227901",38263,69455 +"227902",38263,81065 +"227903",38263,91023 +"227904",38263,105089 +"227905",38263,107264 +"227906",38264,48006 +"227907",38264,89048 +"227908",38266,39804 +"227909",38266,41554 +"227910",38266,58181 +"227911",38266,59910 +"227912",38266,62237 +"227913",38266,77178 +"227914",38266,77182 +"227915",38266,78422 +"227916",38266,88420 +"227917",38266,89273 +"227918",38266,91190 +"227919",38266,100853 +"227920",38266,106285 +"227921",38266,107561 +"227922",38266,110587 +"227923",38266,116557 +"227924",38266,122169 +"227925",38267,52942 +"227926",38268,38574 +"227927",38268,62602 +"227928",38268,67585 +"227929",38268,89836 +"227930",38268,91401 +"227931",38268,92851 +"227932",38268,98956 +"227933",38269,40471 +"227934",38269,41191 +"227935",38269,89946 +"227936",38269,90033 +"227937",38270,40113 +"227938",38270,42289 +"227939",38270,48281 +"227940",38270,48380 +"227941",38270,50662 +"227942",38270,56216 +"227943",38270,59615 +"227944",38270,62679 +"227945",38270,63105 +"227946",38270,68001 +"227947",38270,68475 +"227948",38270,68917 +"227949",38270,69296 +"227950",38270,69716 +"227951",38270,71106 +"227952",38270,73655 +"227953",38270,75767 +"227954",38270,76046 +"227955",38270,76459 +"227956",38270,76808 +"227957",38270,77727 +"227958",38270,78224 +"227959",38270,79222 +"227960",38270,82978 +"227961",38270,83306 +"227962",38270,85027 +"227963",38270,88412 +"227964",38270,90275 +"227965",38270,90426 +"227966",38270,91112 +"227967",38270,91526 +"227968",38270,93425 +"227969",38270,93523 +"227970",38270,94520 +"227971",38270,95954 +"227972",38270,99544 +"227973",38270,99547 +"227974",38270,99554 +"227975",38270,100595 +"227976",38270,100739 +"227977",38270,100819 +"227978",38270,101898 +"227979",38270,101988 +"227980",38270,102146 +"227981",38270,102201 +"227982",38270,102309 +"227983",38270,102635 +"227984",38270,102730 +"227985",38270,102846 +"227986",38270,103790 +"227987",38270,104095 +"227988",38270,104574 +"227989",38270,104784 +"227990",38270,104845 +"227991",38270,107269 +"227992",38270,107623 +"227993",38270,107714 +"227994",38270,107879 +"227995",38270,107975 +"227996",38271,67196 +"227997",38272,41662 +"227998",38273,43995 +"227999",38273,44004 +"228000",38273,91854 +"228001",38274,104815 +"228002",38274,104820 +"228003",38274,108081 +"228004",38274,117145 +"228005",38276,60316 +"228006",38276,60922 +"228007",38277,55206 +"228008",38277,84458 +"228009",38277,95682 +"228010",38278,38310 +"228011",38278,48344 +"228012",38278,73303 +"228013",38278,90760 +"228014",38278,120059 +"228015",38279,62469 +"228016",38279,64223 +"228017",38279,66275 +"228018",38279,80578 +"228019",38279,98269 +"228020",38279,103423 +"228021",38279,108762 +"228022",38279,110595 +"228023",38279,122698 +"228024",38280,51639 +"228025",38280,51644 +"228026",38281,81018 +"228027",38281,91069 +"228028",38281,91124 +"228029",38282,40451 +"228030",38282,41269 +"228031",38282,62135 +"228032",38282,95938 +"228033",38282,118686 +"228034",38283,85549 +"228035",38284,38783 +"228036",38284,45812 +"228037",38284,46946 +"228038",38284,54675 +"228039",38284,67541 +"228040",38284,67941 +"228041",38284,75498 +"228042",38284,118443 +"228043",38285,54170 +"228044",38285,89966 +"228045",38285,95544 +"228046",38285,95553 +"228047",38285,109165 +"228048",38287,39224 +"228049",38287,53808 +"228050",38287,67358 +"228051",38288,80214 +"228052",38288,93377 +"228053",38288,93926 +"228054",38288,113737 +"228055",38289,38355 +"228056",38289,62959 +"228057",38291,38338 +"228058",38291,110395 +"228059",38292,84025 +"228060",38294,44714 +"228061",38294,117556 +"228062",38295,60046 +"228063",38297,40889 +"228064",38297,68231 +"228065",38298,87820 +"228066",38298,119069 +"228067",38299,38481 +"228068",38299,49091 +"228069",38300,81326 +"228070",38300,84297 +"228071",38301,40653 +"228072",38301,43918 +"228073",38301,61969 +"228074",38301,72721 +"228075",38301,81161 +"228076",38301,91980 +"228077",38301,96279 +"228078",38301,107208 +"228079",38302,83865 +"228080",38302,100396 +"228081",38303,38374 +"228082",38305,38381 +"228083",38305,46099 +"228084",38305,69439 +"228085",38305,77551 +"228086",38306,43743 +"228087",38306,64277 +"228088",38307,38367 +"228089",38307,43455 +"228090",38307,43460 +"228091",38307,45311 +"228092",38307,49470 +"228093",38307,55941 +"228094",38307,57377 +"228095",38307,57408 +"228096",38307,58032 +"228097",38307,59800 +"228098",38307,60040 +"228099",38307,63895 +"228100",38307,63935 +"228101",38307,63947 +"228102",38307,63962 +"228103",38307,70536 +"228104",38307,70573 +"228105",38308,38429 +"228106",38308,84403 +"228107",38308,89293 +"228108",38309,58053 +"228109",38309,68082 +"228110",38309,84316 +"228111",38309,96808 +"228112",38311,38344 +"228113",38312,41325 +"228114",38312,41543 +"228115",38312,43153 +"228116",38312,46263 +"228117",38312,48101 +"228118",38312,50634 +"228119",38312,50957 +"228120",38312,50958 +"228121",38312,53645 +"228122",38312,76268 +"228123",38312,83501 +"228124",38313,38362 +"228125",38313,42409 +"228126",38314,49559 +"228127",38316,46759 +"228128",38316,81049 +"228129",38316,98067 +"228130",38317,46835 +"228131",38317,50757 +"228132",38317,61133 +"228133",38319,39398 +"228134",38319,39492 +"228135",38319,40320 +"228136",38319,40373 +"228137",38319,40542 +"228138",38319,41182 +"228139",38319,42131 +"228140",38319,46843 +"228141",38319,48331 +"228142",38319,66680 +"228143",38320,87416 +"228144",38320,87552 +"228145",38320,89453 +"228146",38320,92248 +"228147",38320,109489 +"228148",38321,56369 +"228149",38321,92798 +"228150",38321,100437 +"228151",38322,39708 +"228152",38322,45712 +"228153",38322,76014 +"228154",38322,104239 +"228155",38322,111491 +"228156",38325,81244 +"228157",38325,81878 +"228158",38325,82683 +"228159",38325,91999 +"228160",38325,108651 +"228161",38326,76496 +"228162",38326,94838 +"228163",38327,57297 +"228164",38327,58599 +"228165",38328,38366 +"228166",38328,38388 +"228167",38329,39170 +"228168",38331,45361 +"228169",38332,54615 +"228170",38332,67700 +"228171",38332,75351 +"228172",38332,89365 +"228173",38332,99187 +"228174",38332,102206 +"228175",38332,105893 +"228176",38332,115341 +"228177",38333,39397 +"228178",38333,45011 +"228179",38333,51534 +"228180",38333,52494 +"228181",38333,53720 +"228182",38333,54262 +"228183",38333,57849 +"228184",38333,59059 +"228185",38333,71130 +"228186",38333,73101 +"228187",38333,73396 +"228188",38333,74445 +"228189",38333,83804 +"228190",38333,95596 +"228191",38333,97572 +"228192",38333,121483 +"228193",38333,121486 +"228194",38334,70908 +"228195",38334,83847 +"228196",38335,65404 +"228197",38336,57692 +"228198",38336,108840 +"228199",38338,81075 +"228200",38339,74224 +"228201",38339,115447 +"228202",38340,56731 +"228203",38341,40312 +"228204",38341,44499 +"228205",38341,47605 +"228206",38341,48104 +"228207",38341,48183 +"228208",38341,48525 +"228209",38342,40568 +"228210",38342,96316 +"228211",38342,98162 +"228212",38342,105816 +"228213",38342,105837 +"228214",38342,107305 +"228215",38343,38396 +"228216",38343,59787 +"228217",38345,58058 +"228218",38347,42420 +"228219",38349,46508 +"228220",38349,46938 +"228221",38349,96960 +"228222",38349,104179 +"228223",38349,115031 +"228224",38349,116737 +"228225",38350,38450 +"228226",38351,78995 +"228227",38351,92761 +"228228",38351,117999 +"228229",38352,38380 +"228230",38352,42560 +"228231",38353,85846 +"228232",38354,77752 +"228233",38354,102684 +"228234",38354,102728 +"228235",38354,109627 +"228236",38355,53491 +"228237",38356,50336 +"228238",38356,60249 +"228239",38356,91497 +"228240",38357,51053 +"228241",38357,51086 +"228242",38357,53068 +"228243",38357,87821 +"228244",38357,87869 +"228245",38360,91444 +"228246",38361,50605 +"228247",38361,69181 +"228248",38361,91248 +"228249",38361,97470 +"228250",38361,110407 +"228251",38361,119330 +"228252",38362,84446 +"228253",38363,82851 +"228254",38363,99919 +"228255",38364,93505 +"228256",38364,97786 +"228257",38364,97799 +"228258",38365,76326 +"228259",38366,38388 +"228260",38366,59936 +"228261",38366,75784 +"228262",38366,76128 +"228263",38366,76886 +"228264",38366,79997 +"228265",38366,80010 +"228266",38367,57788 +"228267",38369,39165 +"228268",38369,86128 +"228269",38369,91068 +"228270",38371,38798 +"228271",38373,39249 +"228272",38373,42004 +"228273",38373,46349 +"228274",38373,47163 +"228275",38373,52879 +"228276",38373,53328 +"228277",38373,53423 +"228278",38373,55116 +"228279",38373,61443 +"228280",38373,63205 +"228281",38373,64183 +"228282",38373,71526 +"228283",38373,82079 +"228284",38373,82252 +"228285",38373,83755 +"228286",38373,90616 +"228287",38373,90674 +"228288",38373,95124 +"228289",38373,107208 +"228290",38375,99125 +"228291",38376,45757 +"228292",38376,63158 +"228293",38376,63409 +"228294",38376,68270 +"228295",38376,75466 +"228296",38376,75648 +"228297",38376,101422 +"228298",38376,110482 +"228299",38378,42490 +"228300",38378,57575 +"228301",38378,58089 +"228302",38378,58725 +"228303",38378,60125 +"228304",38378,62019 +"228305",38378,77028 +"228306",38378,86410 +"228307",38379,81097 +"228308",38380,85633 +"228309",38380,86417 +"228310",38380,91680 +"228311",38380,104107 +"228312",38381,92794 +"228313",38381,103869 +"228314",38382,88892 +"228315",38383,46642 +"228316",38383,52214 +"228317",38383,53417 +"228318",38383,112115 +"228319",38385,38550 +"228320",38385,54770 +"228321",38386,39999 +"228322",38387,38856 +"228323",38389,39116 +"228324",38389,58634 +"228325",38389,71062 +"228326",38390,97371 +"228327",38391,42735 +"228328",38392,44812 +"228329",38392,78674 +"228330",38394,39547 +"228331",38394,41532 +"228332",38394,70400 +"228333",38394,86235 +"228334",38395,38407 +"228335",38395,38413 +"228336",38396,42163 +"228337",38396,68549 +"228338",38396,73275 +"228339",38396,91233 +"228340",38396,93257 +"228341",38396,110237 +"228342",38396,110249 +"228343",38396,110931 +"228344",38396,116630 +"228345",38397,76390 +"228346",38398,39684 +"228347",38398,41839 +"228348",38398,49110 +"228349",38398,57311 +"228350",38399,51551 +"228351",38399,58146 +"228352",38399,58208 +"228353",38399,59566 +"228354",38399,62693 +"228355",38399,67161 +"228356",38399,106477 +"228357",38399,110302 +"228358",38399,113886 +"228359",38401,43851 +"228360",38401,91000 +"228361",38402,70246 +"228362",38402,79432 +"228363",38402,90705 +"228364",38402,90754 +"228365",38402,96925 +"228366",38402,117916 +"228367",38403,67994 +"228368",38403,88551 +"228369",38403,106173 +"228370",38404,41462 +"228371",38405,70999 +"228372",38405,77367 +"228373",38406,67823 +"228374",38406,90354 +"228375",38407,38413 +"228376",38408,77771 +"228377",38409,54193 +"228378",38409,111351 +"228379",38409,117132 +"228380",38410,87121 +"228381",38411,48749 +"228382",38412,69511 +"228383",38413,69620 +"228384",38413,110784 +"228385",38413,110793 +"228386",38413,111566 +"228387",38414,49680 +"228388",38415,86548 +"228389",38416,81465 +"228390",38417,39198 +"228391",38417,65173 +"228392",38417,70658 +"228393",38418,90911 +"228394",38419,40727 +"228395",38419,44594 +"228396",38419,54647 +"228397",38419,54739 +"228398",38419,55344 +"228399",38419,57478 +"228400",38419,72673 +"228401",38419,77713 +"228402",38421,44569 +"228403",38421,79618 +"228404",38421,99240 +"228405",38421,112717 +"228406",38422,38538 +"228407",38422,43005 +"228408",38422,91996 +"228409",38422,94968 +"228410",38422,117190 +"228411",38422,122806 +"228412",38423,41013 +"228413",38424,50475 +"228414",38424,71949 +"228415",38425,42318 +"228416",38425,47729 +"228417",38425,92159 +"228418",38425,112283 +"228419",38426,41921 +"228420",38426,55060 +"228421",38426,85064 +"228422",38426,97129 +"228423",38427,50863 +"228424",38427,74132 +"228425",38428,57186 +"228426",38428,76531 +"228427",38428,77041 +"228428",38428,80657 +"228429",38428,81000 +"228430",38428,84763 +"228431",38428,99338 +"228432",38428,101100 +"228433",38428,110379 +"228434",38428,118105 +"228435",38428,120463 +"228436",38429,55776 +"228437",38429,62220 +"228438",38429,84403 +"228439",38429,102165 +"228440",38429,104871 +"228441",38429,114448 +"228442",38429,114551 +"228443",38430,38545 +"228444",38430,38563 +"228445",38430,80465 +"228446",38431,40013 +"228447",38431,40216 +"228448",38431,44294 +"228449",38431,53445 +"228450",38431,58589 +"228451",38431,77181 +"228452",38431,85565 +"228453",38431,97706 +"228454",38431,105050 +"228455",38431,115338 +"228456",38431,115820 +"228457",38431,119086 +"228458",38432,39212 +"228459",38432,46040 +"228460",38432,57152 +"228461",38432,67501 +"228462",38433,40245 +"228463",38433,44463 +"228464",38433,55108 +"228465",38433,55162 +"228466",38433,70382 +"228467",38433,76275 +"228468",38433,81046 +"228469",38433,89980 +"228470",38433,93543 +"228471",38433,93603 +"228472",38435,38459 +"228473",38435,38530 +"228474",38435,47360 +"228475",38435,54493 +"228476",38435,72803 +"228477",38435,73453 +"228478",38435,97791 +"228479",38436,63549 +"228480",38436,68095 +"228481",38437,97039 +"228482",38439,77768 +"228483",38440,38461 +"228484",38440,43868 +"228485",38440,57641 +"228486",38440,83483 +"228487",38440,105527 +"228488",38440,109974 +"228489",38442,45228 +"228490",38442,51347 +"228491",38442,57314 +"228492",38442,59794 +"228493",38442,69464 +"228494",38442,93349 +"228495",38442,99774 +"228496",38442,104204 +"228497",38443,45844 +"228498",38443,63513 +"228499",38443,77450 +"228500",38443,79834 +"228501",38443,89088 +"228502",38443,89113 +"228503",38443,91413 +"228504",38443,107782 +"228505",38444,93631 +"228506",38445,43249 +"228507",38445,44233 +"228508",38445,48328 +"228509",38445,64373 +"228510",38445,88607 +"228511",38447,38505 +"228512",38447,38511 +"228513",38448,38874 +"228514",38448,62129 +"228515",38448,68013 +"228516",38449,39058 +"228517",38449,42186 +"228518",38449,51660 +"228519",38449,51944 +"228520",38449,71296 +"228521",38449,85323 +"228522",38449,113306 +"228523",38451,39874 +"228524",38452,41358 +"228525",38452,44474 +"228526",38452,50736 +"228527",38452,52057 +"228528",38452,55386 +"228529",38452,58538 +"228530",38452,60828 +"228531",38452,67039 +"228532",38452,71252 +"228533",38452,76345 +"228534",38452,77308 +"228535",38452,78173 +"228536",38452,84710 +"228537",38454,97238 +"228538",38454,97438 +"228539",38454,110979 +"228540",38454,116735 +"228541",38456,38508 +"228542",38456,44922 +"228543",38457,80580 +"228544",38457,82840 +"228545",38458,50539 +"228546",38458,100269 +"228547",38458,103095 +"228548",38459,38530 +"228549",38459,41269 +"228550",38460,38570 +"228551",38460,68616 +"228552",38461,41439 +"228553",38461,45480 +"228554",38461,57641 +"228555",38461,59039 +"228556",38461,83483 +"228557",38461,91287 +"228558",38461,94330 +"228559",38462,41660 +"228560",38462,63084 +"228561",38462,64663 +"228562",38462,86928 +"228563",38463,87732 +"228564",38464,38470 +"228565",38464,52032 +"228566",38464,55941 +"228567",38464,59654 +"228568",38464,61070 +"228569",38464,61706 +"228570",38464,65501 +"228571",38464,65502 +"228572",38464,72066 +"228573",38464,75563 +"228574",38465,39522 +"228575",38465,39572 +"228576",38465,92212 +"228577",38466,95479 +"228578",38467,46932 +"228579",38467,92471 +"228580",38467,92505 +"228581",38468,93060 +"228582",38468,116131 +"228583",38469,52506 +"228584",38470,55941 +"228585",38470,72066 +"228586",38470,75563 +"228587",38473,88447 +"228588",38473,88450 +"228589",38476,65907 +"228590",38476,76325 +"228591",38476,97475 +"228592",38476,119328 +"228593",38476,120087 +"228594",38479,45757 +"228595",38479,84247 +"228596",38479,90217 +"228597",38479,92563 +"228598",38479,97054 +"228599",38479,100110 +"228600",38481,38482 +"228601",38481,38484 +"228602",38481,46384 +"228603",38481,88940 +"228604",38482,38484 +"228605",38482,41703 +"228606",38482,41838 +"228607",38482,41969 +"228608",38482,46384 +"228609",38482,53942 +"228610",38482,59788 +"228611",38482,74263 +"228612",38482,74312 +"228613",38482,75579 +"228614",38482,83110 +"228615",38482,116383 +"228616",38483,38529 +"228617",38486,93757 +"228618",38487,95583 +"228619",38487,97283 +"228620",38488,59778 +"228621",38488,59835 +"228622",38489,41440 +"228623",38489,82507 +"228624",38489,100021 +"228625",38489,102356 +"228626",38490,46989 +"228627",38491,41115 +"228628",38491,87131 +"228629",38491,88918 +"228630",38491,117268 +"228631",38492,40634 +"228632",38492,55427 +"228633",38492,58421 +"228634",38492,61473 +"228635",38492,82705 +"228636",38493,51643 +"228637",38493,77698 +"228638",38493,105158 +"228639",38494,38932 +"228640",38494,40643 +"228641",38494,42017 +"228642",38494,42107 +"228643",38494,45787 +"228644",38494,47083 +"228645",38494,49231 +"228646",38494,50061 +"228647",38494,52450 +"228648",38494,54059 +"228649",38494,55370 +"228650",38494,57804 +"228651",38494,59615 +"228652",38494,59940 +"228653",38494,64546 +"228654",38494,66741 +"228655",38494,67363 +"228656",38494,71230 +"228657",38494,76278 +"228658",38494,76740 +"228659",38494,76786 +"228660",38494,77272 +"228661",38494,77357 +"228662",38494,77402 +"228663",38494,78248 +"228664",38494,78255 +"228665",38494,78339 +"228666",38494,78445 +"228667",38494,79022 +"228668",38494,79716 +"228669",38494,79989 +"228670",38494,80281 +"228671",38494,81728 +"228672",38494,82196 +"228673",38494,82383 +"228674",38494,82810 +"228675",38494,82854 +"228676",38494,83853 +"228677",38494,83884 +"228678",38494,84379 +"228679",38494,84613 +"228680",38494,85465 +"228681",38494,85610 +"228682",38494,86351 +"228683",38494,86451 +"228684",38494,86882 +"228685",38494,87175 +"228686",38494,87451 +"228687",38494,87521 +"228688",38494,87572 +"228689",38494,87663 +"228690",38494,87721 +"228691",38494,87862 +"228692",38495,53577 +"228693",38495,55296 +"228694",38495,57592 +"228695",38495,59847 +"228696",38495,85957 +"228697",38495,110031 +"228698",38495,121601 +"228699",38496,111736 +"228700",38497,82108 +"228701",38497,113341 +"228702",38497,116553 +"228703",38498,38590 +"228704",38498,51060 +"228705",38498,64864 +"228706",38498,83275 +"228707",38499,104584 +"228708",38501,102416 +"228709",38502,79217 +"228710",38502,80564 +"228711",38503,73821 +"228712",38503,74813 +"228713",38503,82153 +"228714",38503,97562 +"228715",38504,47680 +"228716",38504,47732 +"228717",38504,47771 +"228718",38504,47773 +"228719",38504,110861 +"228720",38504,110893 +"228721",38505,38511 +"228722",38505,39203 +"228723",38505,57966 +"228724",38505,66242 +"228725",38506,53675 +"228726",38506,61425 +"228727",38506,66108 +"228728",38506,66109 +"228729",38506,66134 +"228730",38506,66154 +"228731",38506,72279 +"228732",38507,85848 +"228733",38508,78337 +"228734",38508,79297 +"228735",38508,117308 +"228736",38510,61249 +"228737",38511,50929 +"228738",38512,55356 +"228739",38512,89327 +"228740",38512,96115 +"228741",38513,40266 +"228742",38513,40277 +"228743",38513,41751 +"228744",38513,47782 +"228745",38513,47821 +"228746",38513,47826 +"228747",38513,62797 +"228748",38514,100093 +"228749",38514,100097 +"228750",38514,100936 +"228751",38514,116449 +"228752",38515,93816 +"228753",38515,105050 +"228754",38517,51481 +"228755",38517,92477 +"228756",38517,102905 +"228757",38517,102942 +"228758",38518,77647 +"228759",38518,115015 +"228760",38519,93975 +"228761",38521,52799 +"228762",38522,87364 +"228763",38522,114007 +"228764",38522,115699 +"228765",38522,116629 +"228766",38523,40473 +"228767",38523,42598 +"228768",38523,50170 +"228769",38523,54295 +"228770",38523,54768 +"228771",38523,55317 +"228772",38523,55827 +"228773",38523,56125 +"228774",38523,56143 +"228775",38523,58968 +"228776",38523,70461 +"228777",38523,76469 +"228778",38523,82203 +"228779",38523,101191 +"228780",38525,41713 +"228781",38525,42087 +"228782",38525,45047 +"228783",38525,45980 +"228784",38525,48202 +"228785",38525,48212 +"228786",38525,53132 +"228787",38525,53227 +"228788",38525,55111 +"228789",38525,58628 +"228790",38525,61801 +"228791",38525,64350 +"228792",38525,73044 +"228793",38525,73058 +"228794",38525,73335 +"228795",38525,78063 +"228796",38525,78429 +"228797",38525,78569 +"228798",38525,82143 +"228799",38525,83231 +"228800",38525,86471 +"228801",38525,90804 +"228802",38525,91022 +"228803",38525,91045 +"228804",38525,95675 +"228805",38525,101516 +"228806",38525,102387 +"228807",38525,108374 +"228808",38525,108893 +"228809",38525,109101 +"228810",38525,109523 +"228811",38525,110993 +"228812",38525,111338 +"228813",38525,111398 +"228814",38525,111409 +"228815",38525,111480 +"228816",38525,112422 +"228817",38525,112648 +"228818",38525,112708 +"228819",38525,112820 +"228820",38525,112997 +"228821",38525,113597 +"228822",38525,114418 +"228823",38525,114582 +"228824",38525,115371 +"228825",38525,116028 +"228826",38525,116604 +"228827",38526,50902 +"228828",38526,67129 +"228829",38526,70787 +"228830",38526,72654 +"228831",38526,83606 +"228832",38527,38581 +"228833",38528,57174 +"228834",38528,57178 +"228835",38529,90963 +"228836",38529,105139 +"228837",38530,42276 +"228838",38530,84524 +"228839",38530,100760 +"228840",38531,71661 +"228841",38532,44822 +"228842",38532,48682 +"228843",38532,64597 +"228844",38532,65529 +"228845",38532,68958 +"228846",38532,89446 +"228847",38532,98097 +"228848",38533,38551 +"228849",38533,39029 +"228850",38533,82977 +"228851",38533,94288 +"228852",38534,38539 +"228853",38534,38540 +"228854",38535,46896 +"228855",38535,46903 +"228856",38535,52494 +"228857",38535,68789 +"228858",38535,68891 +"228859",38535,68914 +"228860",38536,38537 +"228861",38536,38543 +"228862",38536,53200 +"228863",38536,63518 +"228864",38536,90836 +"228865",38536,92017 +"228866",38536,102484 +"228867",38537,38543 +"228868",38538,51458 +"228869",38538,65876 +"228870",38538,70254 +"228871",38538,80192 +"228872",38538,85308 +"228873",38538,88680 +"228874",38538,95068 +"228875",38538,95478 +"228876",38538,104878 +"228877",38538,109355 +"228878",38539,38540 +"228879",38539,40025 +"228880",38539,44060 +"228881",38539,58485 +"228882",38541,68817 +"228883",38542,111058 +"228884",38542,118562 +"228885",38542,118571 +"228886",38544,66566 +"228887",38544,73844 +"228888",38544,102284 +"228889",38545,38563 +"228890",38550,94637 +"228891",38552,44144 +"228892",38552,55685 +"228893",38552,86829 +"228894",38552,100013 +"228895",38552,117244 +"228896",38552,123186 +"228897",38553,43681 +"228898",38554,53402 +"228899",38555,59639 +"228900",38555,67220 +"228901",38555,97013 +"228902",38556,94854 +"228903",38556,98730 +"228904",38557,49700 +"228905",38557,65969 +"228906",38557,77645 +"228907",38557,79776 +"228908",38557,79792 +"228909",38558,38559 +"228910",38558,45666 +"228911",38558,90731 +"228912",38558,107685 +"228913",38561,61359 +"228914",38562,40900 +"228915",38562,41010 +"228916",38562,41040 +"228917",38564,41697 +"228918",38564,45303 +"228919",38564,65734 +"228920",38564,74877 +"228921",38564,75030 +"228922",38564,77511 +"228923",38564,77693 +"228924",38564,78806 +"228925",38564,79256 +"228926",38564,81614 +"228927",38564,85245 +"228928",38564,88764 +"228929",38564,90558 +"228930",38564,91128 +"228931",38564,99736 +"228932",38564,101014 +"228933",38564,101150 +"228934",38564,101615 +"228935",38564,101811 +"228936",38564,102766 +"228937",38564,108008 +"228938",38564,108412 +"228939",38565,40841 +"228940",38565,42202 +"228941",38565,42608 +"228942",38565,45284 +"228943",38565,60134 +"228944",38565,65231 +"228945",38565,68626 +"228946",38565,68997 +"228947",38565,69816 +"228948",38565,72822 +"228949",38565,75421 +"228950",38565,81191 +"228951",38565,81914 +"228952",38565,83814 +"228953",38565,87748 +"228954",38565,88716 +"228955",38565,91073 +"228956",38565,99623 +"228957",38565,106186 +"228958",38565,112824 +"228959",38565,112844 +"228960",38565,112845 +"228961",38566,82896 +"228962",38567,39970 +"228963",38567,110514 +"228964",38567,110540 +"228965",38567,110548 +"228966",38569,88743 +"228967",38569,92078 +"228968",38570,68616 +"228969",38570,95143 +"228970",38570,107630 +"228971",38571,60208 +"228972",38571,94044 +"228973",38571,94057 +"228974",38572,46855 +"228975",38572,77085 +"228976",38572,88284 +"228977",38572,93300 +"228978",38574,53323 +"228979",38574,53608 +"228980",38574,60798 +"228981",38574,70697 +"228982",38574,86696 +"228983",38574,92380 +"228984",38574,96416 +"228985",38575,50235 +"228986",38575,51857 +"228987",38575,53252 +"228988",38575,62793 +"228989",38575,71279 +"228990",38575,78102 +"228991",38575,79183 +"228992",38575,101155 +"228993",38575,101189 +"228994",38576,54588 +"228995",38576,57447 +"228996",38576,61793 +"228997",38576,63746 +"228998",38576,63915 +"228999",38577,95530 +"229000",38578,44080 +"229001",38578,53892 +"229002",38578,75146 +"229003",38578,92532 +"229004",38578,92948 +"229005",38578,96027 +"229006",38578,96068 +"229007",38578,99311 +"229008",38578,113378 +"229009",38578,116920 +"229010",38578,116921 +"229011",38578,116922 +"229012",38578,120122 +"229013",38578,120133 +"229014",38579,57670 +"229015",38580,66084 +"229016",38580,66400 +"229017",38583,43629 +"229018",38584,39306 +"229019",38584,50068 +"229020",38584,59732 +"229021",38584,64932 +"229022",38584,101743 +"229023",38585,38586 +"229024",38585,40962 +"229025",38586,40962 +"229026",38586,50057 +"229027",38586,71753 +"229028",38586,74068 +"229029",38586,91192 +"229030",38586,112657 +"229031",38586,121561 +"229032",38587,41545 +"229033",38587,46884 +"229034",38587,53161 +"229035",38587,114885 +"229036",38588,46161 +"229037",38588,104899 +"229038",38589,39062 +"229039",38589,41528 +"229040",38589,42455 +"229041",38589,69931 +"229042",38590,51060 +"229043",38590,87461 +"229044",38590,108787 +"229045",38590,120702 +"229046",38591,39554 +"229047",38591,86935 +"229048",38591,121589 +"229049",38591,121656 +"229050",38592,50733 +"229051",38593,38594 +"229052",38593,52137 +"229053",38593,59705 +"229054",38596,39149 +"229055",38596,49075 +"229056",38597,42559 +"229057",38597,49309 +"229058",38597,49655 +"229059",38597,54738 +"229060",38597,64530 +"229061",38599,51493 +"229062",38599,73681 +"229063",38599,74180 +"229064",38599,109285 +"229065",38600,41077 +"229066",38600,67229 +"229067",38601,51853 +"229068",38601,60658 +"229069",38602,53132 +"229070",38602,90827 +"229071",38604,38628 +"229072",38604,38791 +"229073",38604,53896 +"229074",38604,54946 +"229075",38604,54954 +"229076",38604,72713 +"229077",38604,72824 +"229078",38604,72826 +"229079",38604,72830 +"229080",38604,72840 +"229081",38604,72842 +"229082",38604,72847 +"229083",38605,39807 +"229084",38605,116849 +"229085",38606,38613 +"229086",38606,38620 +"229087",38606,41593 +"229088",38606,63641 +"229089",38606,81907 +"229090",38607,59071 +"229091",38607,75637 +"229092",38608,58890 +"229093",38608,90967 +"229094",38608,99707 +"229095",38608,102314 +"229096",38608,106252 +"229097",38608,118026 +"229098",38608,118467 +"229099",38609,38617 +"229100",38610,41622 +"229101",38610,41623 +"229102",38611,61591 +"229103",38611,71318 +"229104",38611,106705 +"229105",38611,111374 +"229106",38611,111977 +"229107",38611,112172 +"229108",38612,39236 +"229109",38612,82583 +"229110",38612,102403 +"229111",38612,103530 +"229112",38613,38620 +"229113",38614,40946 +"229114",38614,50774 +"229115",38614,54250 +"229116",38614,54480 +"229117",38614,54557 +"229118",38614,59108 +"229119",38614,59461 +"229120",38614,59505 +"229121",38614,59565 +"229122",38615,43138 +"229123",38615,44273 +"229124",38615,55491 +"229125",38615,63703 +"229126",38615,73387 +"229127",38616,43635 +"229128",38616,67924 +"229129",38616,67925 +"229130",38616,67961 +"229131",38616,67986 +"229132",38616,67992 +"229133",38616,79136 +"229134",38616,92996 +"229135",38618,47858 +"229136",38618,51396 +"229137",38618,65793 +"229138",38618,67434 +"229139",38618,73075 +"229140",38618,77585 +"229141",38618,79766 +"229142",38618,79845 +"229143",38618,80471 +"229144",38618,83380 +"229145",38618,84646 +"229146",38618,85962 +"229147",38618,90259 +"229148",38618,90441 +"229149",38618,95080 +"229150",38619,68736 +"229151",38619,103490 +"229152",38620,49795 +"229153",38620,50679 +"229154",38621,47140 +"229155",38621,78762 +"229156",38622,40464 +"229157",38623,46079 +"229158",38623,102016 +"229159",38624,55112 +"229160",38624,66536 +"229161",38624,75136 +"229162",38624,83569 +"229163",38624,88852 +"229164",38624,88861 +"229165",38624,89697 +"229166",38624,92254 +"229167",38624,92437 +"229168",38625,38782 +"229169",38625,40768 +"229170",38625,49576 +"229171",38625,59794 +"229172",38625,61963 +"229173",38625,72142 +"229174",38625,77223 +"229175",38625,78085 +"229176",38625,84510 +"229177",38625,88764 +"229178",38625,92062 +"229179",38625,92123 +"229180",38625,92931 +"229181",38625,97094 +"229182",38625,99618 +"229183",38625,103318 +"229184",38625,111694 +"229185",38625,114817 +"229186",38625,119920 +"229187",38626,87802 +"229188",38626,90748 +"229189",38626,98346 +"229190",38626,118592 +"229191",38628,50840 +"229192",38629,38648 +"229193",38629,38667 +"229194",38629,48527 +"229195",38629,54842 +"229196",38630,71668 +"229197",38630,105872 +"229198",38630,107636 +"229199",38631,55790 +"229200",38631,55933 +"229201",38631,55947 +"229202",38631,55959 +"229203",38632,73018 +"229204",38633,38729 +"229205",38633,38800 +"229206",38633,39792 +"229207",38633,39932 +"229208",38633,40773 +"229209",38633,43080 +"229210",38633,54898 +"229211",38633,55347 +"229212",38634,55677 +"229213",38634,98342 +"229214",38635,62998 +"229215",38635,89899 +"229216",38638,45201 +"229217",38638,47615 +"229218",38638,50918 +"229219",38638,82252 +"229220",38638,84648 +"229221",38639,40329 +"229222",38639,42490 +"229223",38639,46050 +"229224",38639,59177 +"229225",38639,60985 +"229226",38639,70358 +"229227",38639,86734 +"229228",38639,102142 +"229229",38640,38660 +"229230",38640,68159 +"229231",38641,38785 +"229232",38641,43252 +"229233",38641,46339 +"229234",38641,50391 +"229235",38641,64865 +"229236",38641,66513 +"229237",38641,68193 +"229238",38643,59056 +"229239",38646,39326 +"229240",38646,43375 +"229241",38646,44630 +"229242",38646,58972 +"229243",38646,73311 +"229244",38648,38667 +"229245",38648,38782 +"229246",38648,43527 +"229247",38648,50208 +"229248",38648,61288 +"229249",38648,63518 +"229250",38648,73374 +"229251",38648,77871 +"229252",38648,79806 +"229253",38648,88627 +"229254",38648,89760 +"229255",38648,90875 +"229256",38648,99601 +"229257",38648,99616 +"229258",38648,102322 +"229259",38648,102337 +"229260",38648,109977 +"229261",38649,41027 +"229262",38649,55529 +"229263",38649,67999 +"229264",38649,73229 +"229265",38650,60723 +"229266",38650,119764 +"229267",38650,120656 +"229268",38651,62681 +"229269",38651,72912 +"229270",38652,81354 +"229271",38652,81374 +"229272",38652,81425 +"229273",38653,53793 +"229274",38653,66142 +"229275",38653,66193 +"229276",38653,66296 +"229277",38654,52148 +"229278",38654,61684 +"229279",38654,67083 +"229280",38654,103684 +"229281",38655,38686 +"229282",38655,38687 +"229283",38655,38743 +"229284",38656,54799 +"229285",38656,67376 +"229286",38656,67505 +"229287",38656,71684 +"229288",38656,88330 +"229289",38656,94650 +"229290",38657,93825 +"229291",38657,93833 +"229292",38657,93860 +"229293",38658,42307 +"229294",38658,61802 +"229295",38658,81582 +"229296",38658,82636 +"229297",38658,82784 +"229298",38658,82800 +"229299",38658,82833 +"229300",38658,82969 +"229301",38658,108210 +"229302",38658,108228 +"229303",38661,113917 +"229304",38661,113923 +"229305",38662,53267 +"229306",38662,64058 +"229307",38662,67539 +"229308",38663,42770 +"229309",38663,42974 +"229310",38663,65206 +"229311",38665,45731 +"229312",38665,65399 +"229313",38665,70869 +"229314",38665,72743 +"229315",38665,85406 +"229316",38665,112170 +"229317",38666,40438 +"229318",38666,40441 +"229319",38666,55064 +"229320",38667,53958 +"229321",38668,40051 +"229322",38668,98617 +"229323",38669,71351 +"229324",38669,84209 +"229325",38669,87439 +"229326",38672,40177 +"229327",38672,54890 +"229328",38672,83814 +"229329",38672,89505 +"229330",38672,93669 +"229331",38672,99171 +"229332",38674,38777 +"229333",38675,74808 +"229334",38675,81659 +"229335",38675,90121 +"229336",38675,91803 +"229337",38676,50061 +"229338",38676,51100 +"229339",38676,83302 +"229340",38677,83804 +"229341",38677,120645 +"229342",38678,38679 +"229343",38678,38680 +"229344",38678,38732 +"229345",38678,38747 +"229346",38678,38759 +"229347",38678,38794 +"229348",38678,39195 +"229349",38678,39322 +"229350",38678,45282 +"229351",38678,50689 +"229352",38679,38680 +"229353",38679,38732 +"229354",38679,38747 +"229355",38679,38759 +"229356",38679,38794 +"229357",38679,39195 +"229358",38679,39322 +"229359",38680,38732 +"229360",38680,38747 +"229361",38680,38759 +"229362",38680,38794 +"229363",38680,39195 +"229364",38680,39322 +"229365",38682,91951 +"229366",38683,40245 +"229367",38683,43226 +"229368",38683,44655 +"229369",38683,44973 +"229370",38683,46177 +"229371",38683,47048 +"229372",38683,48110 +"229373",38683,58508 +"229374",38683,59731 +"229375",38683,62642 +"229376",38683,68091 +"229377",38683,69335 +"229378",38683,75245 +"229379",38683,75776 +"229380",38683,75956 +"229381",38683,76387 +"229382",38683,78978 +"229383",38683,79212 +"229384",38683,79241 +"229385",38683,79579 +"229386",38683,80239 +"229387",38683,80301 +"229388",38683,81397 +"229389",38683,88340 +"229390",38683,88749 +"229391",38683,89069 +"229392",38683,89373 +"229393",38683,89995 +"229394",38683,90919 +"229395",38683,90936 +"229396",38683,92861 +"229397",38683,93097 +"229398",38683,94231 +"229399",38683,95489 +"229400",38683,96247 +"229401",38683,96363 +"229402",38683,97898 +"229403",38685,47865 +"229404",38685,66743 +"229405",38685,68332 +"229406",38685,69471 +"229407",38685,80822 +"229408",38685,84390 +"229409",38685,93562 +"229410",38685,93767 +"229411",38685,96288 +"229412",38685,97648 +"229413",38685,98552 +"229414",38686,38687 +"229415",38686,38743 +"229416",38687,38743 +"229417",38689,80374 +"229418",38690,70675 +"229419",38690,77144 +"229420",38690,77154 +"229421",38690,77192 +"229422",38690,77195 +"229423",38691,38915 +"229424",38692,38753 +"229425",38692,69368 +"229426",38692,78195 +"229427",38692,121396 +"229428",38693,45651 +"229429",38694,38786 +"229430",38694,39491 +"229431",38694,39564 +"229432",38694,39686 +"229433",38694,48101 +"229434",38694,60750 +"229435",38694,60862 +"229436",38694,81419 +"229437",38694,99638 +"229438",38695,38751 +"229439",38696,45104 +"229440",38696,46151 +"229441",38698,103907 +"229442",38699,41978 +"229443",38699,50238 +"229444",38699,54287 +"229445",38699,55254 +"229446",38699,59174 +"229447",38699,59186 +"229448",38699,68628 +"229449",38700,44032 +"229450",38700,64215 +"229451",38700,105241 +"229452",38701,39183 +"229453",38701,46636 +"229454",38701,73204 +"229455",38702,97321 +"229456",38703,66994 +"229457",38703,115345 +"229458",38704,38713 +"229459",38704,46534 +"229460",38705,38867 +"229461",38706,40756 +"229462",38706,54859 +"229463",38706,107596 +"229464",38707,38749 +"229465",38707,53120 +"229466",38707,57437 +"229467",38707,93811 +"229468",38708,104975 +"229469",38709,59750 +"229470",38709,70160 +"229471",38709,70244 +"229472",38709,70249 +"229473",38709,122958 +"229474",38710,39221 +"229475",38710,40599 +"229476",38710,42422 +"229477",38710,66221 +"229478",38710,88496 +"229479",38710,95043 +"229480",38710,108100 +"229481",38711,68391 +"229482",38715,61288 +"229483",38716,54372 +"229484",38716,66379 +"229485",38716,69956 +"229486",38716,70018 +"229487",38716,74871 +"229488",38716,83015 +"229489",38716,85396 +"229490",38716,90931 +"229491",38716,92744 +"229492",38717,50450 +"229493",38717,62358 +"229494",38717,65064 +"229495",38717,76252 +"229496",38717,88441 +"229497",38717,90503 +"229498",38719,38821 +"229499",38720,38802 +"229500",38720,40726 +"229501",38720,49918 +"229502",38720,55674 +"229503",38720,67588 +"229504",38720,67589 +"229505",38720,116748 +"229506",38720,122633 +"229507",38720,123418 +"229508",38721,47282 +"229509",38721,52672 +"229510",38721,73533 +"229511",38722,64183 +"229512",38722,68683 +"229513",38722,81150 +"229514",38723,51746 +"229515",38723,51754 +"229516",38727,54069 +"229517",38728,46414 +"229518",38728,71269 +"229519",38728,71707 +"229520",38728,77973 +"229521",38728,95132 +"229522",38728,98948 +"229523",38728,106222 +"229524",38729,38800 +"229525",38729,39792 +"229526",38729,39932 +"229527",38729,40952 +"229528",38729,43080 +"229529",38729,54898 +"229530",38729,55347 +"229531",38730,91874 +"229532",38731,50323 +"229533",38731,50350 +"229534",38732,38747 +"229535",38732,38759 +"229536",38732,38794 +"229537",38732,39195 +"229538",38732,39322 +"229539",38733,50542 +"229540",38733,53715 +"229541",38735,75064 +"229542",38736,45357 +"229543",38736,46085 +"229544",38736,46142 +"229545",38736,46786 +"229546",38736,51108 +"229547",38736,62280 +"229548",38736,64468 +"229549",38736,67863 +"229550",38736,68500 +"229551",38736,80156 +"229552",38736,81182 +"229553",38736,84346 +"229554",38736,84353 +"229555",38736,84533 +"229556",38736,86639 +"229557",38736,88883 +"229558",38736,91275 +"229559",38736,123231 +"229560",38737,41509 +"229561",38738,72798 +"229562",38739,44014 +"229563",38739,44659 +"229564",38739,44836 +"229565",38739,50747 +"229566",38739,55840 +"229567",38739,85697 +"229568",38739,111961 +"229569",38740,99231 +"229570",38740,106731 +"229571",38740,109652 +"229572",38740,113807 +"229573",38741,50193 +"229574",38741,50194 +"229575",38741,50199 +"229576",38741,50672 +"229577",38741,97047 +"229578",38741,103111 +"229579",38742,86452 +"229580",38742,87001 +"229581",38742,90374 +"229582",38743,89027 +"229583",38743,104216 +"229584",38743,104790 +"229585",38743,104791 +"229586",38744,73626 +"229587",38745,38746 +"229588",38745,58847 +"229589",38745,90719 +"229590",38745,117410 +"229591",38747,38759 +"229592",38747,38794 +"229593",38747,39195 +"229594",38747,39322 +"229595",38748,40732 +"229596",38748,67505 +"229597",38748,96264 +"229598",38749,47099 +"229599",38749,78760 +"229600",38749,122171 +"229601",38750,67253 +"229602",38751,87168 +"229603",38752,78560 +"229604",38752,84776 +"229605",38754,63486 +"229606",38754,72549 +"229607",38754,76754 +"229608",38754,90268 +"229609",38754,97697 +"229610",38754,99681 +"229611",38754,105352 +"229612",38754,106723 +"229613",38754,115758 +"229614",38754,118512 +"229615",38755,63513 +"229616",38755,64272 +"229617",38755,65726 +"229618",38755,81210 +"229619",38755,88645 +"229620",38755,94782 +"229621",38755,95035 +"229622",38755,98078 +"229623",38755,111259 +"229624",38755,111698 +"229625",38756,48012 +"229626",38756,54158 +"229627",38756,104528 +"229628",38756,105774 +"229629",38756,109272 +"229630",38756,120032 +"229631",38758,65346 +"229632",38758,106343 +"229633",38759,38794 +"229634",38759,39195 +"229635",38759,39322 +"229636",38759,63681 +"229637",38759,110100 +"229638",38760,113312 +"229639",38763,48627 +"229640",38763,55605 +"229641",38763,62186 +"229642",38763,63564 +"229643",38763,63565 +"229644",38763,63566 +"229645",38763,63567 +"229646",38763,63580 +"229647",38763,63581 +"229648",38763,63986 +"229649",38763,71057 +"229650",38763,71264 +"229651",38763,71396 +"229652",38763,71409 +"229653",38763,71432 +"229654",38763,71442 +"229655",38764,115786 +"229656",38764,119850 +"229657",38766,44674 +"229658",38766,45427 +"229659",38766,52725 +"229660",38766,74042 +"229661",38767,82267 +"229662",38768,88048 +"229663",38769,52099 +"229664",38769,52138 +"229665",38769,52140 +"229666",38769,52167 +"229667",38769,100192 +"229668",38770,44667 +"229669",38770,76132 +"229670",38770,76675 +"229671",38770,87686 +"229672",38770,92416 +"229673",38770,102269 +"229674",38770,104841 +"229675",38770,115971 +"229676",38770,117098 +"229677",38770,118177 +"229678",38772,38831 +"229679",38772,45660 +"229680",38772,46723 +"229681",38772,50219 +"229682",38772,59444 +"229683",38772,62266 +"229684",38772,72659 +"229685",38772,84138 +"229686",38772,84193 +"229687",38772,95465 +"229688",38772,96669 +"229689",38772,96697 +"229690",38772,104181 +"229691",38772,112143 +"229692",38773,38862 +"229693",38773,58574 +"229694",38773,76081 +"229695",38773,103652 +"229696",38773,105525 +"229697",38774,44311 +"229698",38774,50092 +"229699",38774,52216 +"229700",38774,60663 +"229701",38774,63146 +"229702",38774,74044 +"229703",38774,99989 +"229704",38774,103995 +"229705",38775,39444 +"229706",38775,39853 +"229707",38775,55556 +"229708",38775,59700 +"229709",38775,75459 +"229710",38775,76387 +"229711",38775,95082 +"229712",38775,114806 +"229713",38775,120486 +"229714",38776,42815 +"229715",38776,44174 +"229716",38776,44197 +"229717",38776,44217 +"229718",38776,44218 +"229719",38776,44256 +"229720",38776,44268 +"229721",38776,50464 +"229722",38776,50533 +"229723",38776,81491 +"229724",38777,40267 +"229725",38777,67914 +"229726",38777,69481 +"229727",38778,40669 +"229728",38779,89684 +"229729",38780,87019 +"229730",38780,109433 +"229731",38780,109467 +"229732",38781,46690 +"229733",38781,71252 +"229734",38781,74641 +"229735",38781,97921 +"229736",38781,98079 +"229737",38782,40128 +"229738",38782,40488 +"229739",38782,43527 +"229740",38782,45397 +"229741",38782,57058 +"229742",38782,58855 +"229743",38782,59290 +"229744",38782,63531 +"229745",38782,74575 +"229746",38782,75025 +"229747",38782,77871 +"229748",38782,79806 +"229749",38782,88943 +"229750",38782,99040 +"229751",38782,99043 +"229752",38782,99070 +"229753",38782,99344 +"229754",38782,99695 +"229755",38782,99707 +"229756",38782,100607 +"229757",38782,101067 +"229758",38782,101484 +"229759",38782,109977 +"229760",38783,41202 +"229761",38783,46946 +"229762",38783,66559 +"229763",38783,67541 +"229764",38783,101599 +"229765",38783,108315 +"229766",38784,43571 +"229767",38785,55365 +"229768",38785,58643 +"229769",38785,68018 +"229770",38785,72919 +"229771",38785,72948 +"229772",38785,88932 +"229773",38785,98658 +"229774",38785,111625 +"229775",38785,113387 +"229776",38785,116021 +"229777",38787,41325 +"229778",38787,90987 +"229779",38788,65529 +"229780",38788,79087 +"229781",38788,110717 +"229782",38788,110877 +"229783",38789,41129 +"229784",38789,47410 +"229785",38789,48295 +"229786",38789,52145 +"229787",38789,53353 +"229788",38789,58776 +"229789",38789,68432 +"229790",38789,68839 +"229791",38789,80867 +"229792",38789,93878 +"229793",38789,96082 +"229794",38789,99629 +"229795",38789,99912 +"229796",38789,111004 +"229797",38789,111055 +"229798",38791,53896 +"229799",38791,72713 +"229800",38791,72824 +"229801",38791,72826 +"229802",38791,72830 +"229803",38791,72840 +"229804",38791,72842 +"229805",38791,72847 +"229806",38792,45329 +"229807",38792,78851 +"229808",38792,82298 +"229809",38792,102771 +"229810",38793,39284 +"229811",38793,56100 +"229812",38794,39195 +"229813",38794,39322 +"229814",38794,56026 +"229815",38798,44293 +"229816",38798,79038 +"229817",38798,84987 +"229818",38798,94210 +"229819",38800,39792 +"229820",38800,39932 +"229821",38800,54898 +"229822",38800,55347 +"229823",38800,62972 +"229824",38800,64727 +"229825",38800,68879 +"229826",38803,41718 +"229827",38803,58613 +"229828",38803,93489 +"229829",38803,94248 +"229830",38803,103276 +"229831",38804,58570 +"229832",38804,70093 +"229833",38807,38838 +"229834",38807,38996 +"229835",38807,63151 +"229836",38808,50311 +"229837",38808,50459 +"229838",38808,75569 +"229839",38808,103807 +"229840",38809,88315 +"229841",38809,95305 +"229842",38809,95474 +"229843",38811,51321 +"229844",38811,61180 +"229845",38811,82734 +"229846",38811,96116 +"229847",38811,109649 +"229848",38812,38863 +"229849",38813,44474 +"229850",38813,54589 +"229851",38813,77308 +"229852",38813,89769 +"229853",38813,104250 +"229854",38814,61553 +"229855",38814,65416 +"229856",38814,69474 +"229857",38814,98150 +"229858",38814,109765 +"229859",38814,113289 +"229860",38815,39131 +"229861",38816,39741 +"229862",38816,40531 +"229863",38816,42920 +"229864",38816,80966 +"229865",38817,107166 +"229866",38819,54020 +"229867",38819,65679 +"229868",38820,97555 +"229869",38822,39213 +"229870",38822,39255 +"229871",38822,39333 +"229872",38822,49968 +"229873",38822,66864 +"229874",38822,69246 +"229875",38823,101433 +"229876",38823,101583 +"229877",38823,101600 +"229878",38823,105286 +"229879",38824,72570 +"229880",38824,83690 +"229881",38827,70246 +"229882",38827,93853 +"229883",38828,56791 +"229884",38828,96992 +"229885",38829,103556 +"229886",38830,79928 +"229887",38830,88764 +"229888",38830,90818 +"229889",38830,94198 +"229890",38830,98335 +"229891",38830,103762 +"229892",38830,110766 +"229893",38833,38887 +"229894",38833,38937 +"229895",38834,66907 +"229896",38835,38964 +"229897",38837,47517 +"229898",38837,56966 +"229899",38837,67147 +"229900",38837,71906 +"229901",38837,83033 +"229902",38837,86759 +"229903",38838,38893 +"229904",38838,38996 +"229905",38838,40727 +"229906",38838,44341 +"229907",38838,45801 +"229908",38838,49668 +"229909",38838,53275 +"229910",38838,63151 +"229911",38838,68665 +"229912",38838,69048 +"229913",38838,83730 +"229914",38838,86324 +"229915",38838,90524 +"229916",38838,93189 +"229917",38838,97880 +"229918",38838,98012 +"229919",38838,103297 +"229920",38838,105108 +"229921",38838,115707 +"229922",38838,116683 +"229923",38840,85544 +"229924",38841,39222 +"229925",38841,39276 +"229926",38841,39460 +"229927",38841,42508 +"229928",38841,47220 +"229929",38841,48672 +"229930",38841,48733 +"229931",38841,48734 +"229932",38841,48751 +"229933",38841,48783 +"229934",38841,48785 +"229935",38842,38914 +"229936",38842,45461 +"229937",38842,56707 +"229938",38842,63047 +"229939",38842,80999 +"229940",38842,117451 +"229941",38847,88653 +"229942",38847,119353 +"229943",38850,42822 +"229944",38850,86589 +"229945",38850,93880 +"229946",38851,69548 +"229947",38851,79406 +"229948",38851,96611 +"229949",38851,102646 +"229950",38851,117799 +"229951",38852,38974 +"229952",38853,53433 +"229953",38853,57466 +"229954",38853,66427 +"229955",38855,48444 +"229956",38855,53624 +"229957",38855,55556 +"229958",38855,64856 +"229959",38855,86189 +"229960",38855,88750 +"229961",38855,103426 +"229962",38856,72669 +"229963",38858,68416 +"229964",38860,38961 +"229965",38861,41695 +"229966",38861,55486 +"229967",38861,103022 +"229968",38862,55686 +"229969",38862,91273 +"229970",38863,66110 +"229971",38863,66116 +"229972",38863,66119 +"229973",38864,62109 +"229974",38864,71781 +"229975",38864,75385 +"229976",38864,79254 +"229977",38864,94339 +"229978",38865,39150 +"229979",38865,65266 +"229980",38868,62541 +"229981",38871,39434 +"229982",38871,40882 +"229983",38871,46334 +"229984",38871,59291 +"229985",38871,61652 +"229986",38873,48012 +"229987",38873,54158 +"229988",38873,63277 +"229989",38873,120899 +"229990",38875,44766 +"229991",38876,82990 +"229992",38877,38968 +"229993",38877,39118 +"229994",38877,74536 +"229995",38879,40338 +"229996",38879,89686 +"229997",38880,38935 +"229998",38881,38995 +"229999",38881,77886 +"230000",38882,54105 +"230001",38883,55810 +"230002",38885,44156 +"230003",38885,47197 +"230004",38885,54417 +"230005",38885,59573 +"230006",38885,60472 +"230007",38886,38956 +"230008",38886,38957 +"230009",38886,48869 +"230010",38887,38937 +"230011",38888,41133 +"230012",38888,43262 +"230013",38888,48918 +"230014",38888,51683 +"230015",38888,53299 +"230016",38888,54598 +"230017",38888,72438 +"230018",38888,98058 +"230019",38889,50883 +"230020",38890,38936 +"230021",38890,38960 +"230022",38890,38998 +"230023",38891,65419 +"230024",38891,113860 +"230025",38891,113881 +"230026",38892,59326 +"230027",38893,86022 +"230028",38893,90524 +"230029",38893,91074 +"230030",38893,96312 +"230031",38893,103297 +"230032",38894,69905 +"230033",38894,79047 +"230034",38894,97888 +"230035",38894,98917 +"230036",38895,67185 +"230037",38895,78036 +"230038",38897,77684 +"230039",38897,85161 +"230040",38899,38984 +"230041",38899,38994 +"230042",38899,61243 +"230043",38899,61561 +"230044",38899,77322 +"230045",38899,109407 +"230046",38899,110621 +"230047",38901,50695 +"230048",38901,83759 +"230049",38901,103483 +"230050",38902,46903 +"230051",38902,47663 +"230052",38902,73111 +"230053",38903,75870 +"230054",38903,115208 +"230055",38904,38925 +"230056",38904,38971 +"230057",38904,51068 +"230058",38905,44889 +"230059",38905,46918 +"230060",38905,48578 +"230061",38905,51270 +"230062",38905,59823 +"230063",38905,87467 +"230064",38906,70455 +"230065",38906,79642 +"230066",38907,65651 +"230067",38907,84360 +"230068",38907,102809 +"230069",38907,117101 +"230070",38908,44684 +"230071",38908,48503 +"230072",38908,53917 +"230073",38908,54055 +"230074",38908,60601 +"230075",38908,86364 +"230076",38908,104379 +"230077",38908,104380 +"230078",38910,76510 +"230079",38910,76624 +"230080",38911,40882 +"230081",38911,40982 +"230082",38911,40998 +"230083",38911,41050 +"230084",38911,41058 +"230085",38911,41060 +"230086",38911,49858 +"230087",38912,54035 +"230088",38912,73339 +"230089",38912,116168 +"230090",38912,116175 +"230091",38913,47926 +"230092",38913,60748 +"230093",38913,85469 +"230094",38913,87347 +"230095",38913,87351 +"230096",38915,43888 +"230097",38915,99743 +"230098",38915,112011 +"230099",38915,118506 +"230100",38915,122582 +"230101",38915,122616 +"230102",38916,48871 +"230103",38916,71900 +"230104",38916,91028 +"230105",38916,100241 +"230106",38916,100591 +"230107",38916,114256 +"230108",38917,44150 +"230109",38917,44157 +"230110",38917,44235 +"230111",38917,44255 +"230112",38917,49360 +"230113",38917,49383 +"230114",38917,65949 +"230115",38918,114326 +"230116",38919,55550 +"230117",38919,63748 +"230118",38919,87699 +"230119",38919,90294 +"230120",38919,90306 +"230121",38920,80245 +"230122",38921,42264 +"230123",38921,44884 +"230124",38921,44885 +"230125",38921,44899 +"230126",38921,47268 +"230127",38921,47323 +"230128",38921,47351 +"230129",38921,47535 +"230130",38921,47562 +"230131",38921,47623 +"230132",38921,47624 +"230133",38921,47747 +"230134",38921,49025 +"230135",38921,50252 +"230136",38921,84475 +"230137",38921,92157 +"230138",38921,93289 +"230139",38922,42312 +"230140",38922,70182 +"230141",38923,62359 +"230142",38923,83935 +"230143",38924,68239 +"230144",38924,78963 +"230145",38924,78964 +"230146",38925,38971 +"230147",38925,77750 +"230148",38926,42996 +"230149",38926,51125 +"230150",38926,58302 +"230151",38926,60822 +"230152",38926,65877 +"230153",38927,48478 +"230154",38928,38976 +"230155",38929,43463 +"230156",38930,114997 +"230157",38930,115012 +"230158",38931,41546 +"230159",38931,80421 +"230160",38931,102985 +"230161",38931,119940 +"230162",38932,40643 +"230163",38932,42017 +"230164",38932,42107 +"230165",38932,45787 +"230166",38932,47083 +"230167",38932,49231 +"230168",38932,50061 +"230169",38932,52450 +"230170",38932,54059 +"230171",38932,55370 +"230172",38932,57804 +"230173",38932,59615 +"230174",38932,59940 +"230175",38932,67363 +"230176",38932,71230 +"230177",38932,76278 +"230178",38932,76740 +"230179",38932,76786 +"230180",38932,77272 +"230181",38932,77357 +"230182",38932,77402 +"230183",38932,78248 +"230184",38932,78255 +"230185",38932,78339 +"230186",38932,78445 +"230187",38932,79022 +"230188",38932,79716 +"230189",38932,79989 +"230190",38932,80281 +"230191",38932,81728 +"230192",38932,82196 +"230193",38932,82383 +"230194",38932,82810 +"230195",38932,82854 +"230196",38932,83853 +"230197",38932,83884 +"230198",38932,84379 +"230199",38932,84613 +"230200",38932,85465 +"230201",38932,85610 +"230202",38932,86351 +"230203",38932,86451 +"230204",38932,86882 +"230205",38932,87175 +"230206",38932,87451 +"230207",38932,87521 +"230208",38932,87572 +"230209",38932,87663 +"230210",38932,87721 +"230211",38932,87862 +"230212",38933,46139 +"230213",38933,123362 +"230214",38934,45752 +"230215",38934,64265 +"230216",38934,72884 +"230217",38935,98921 +"230218",38935,99134 +"230219",38935,114779 +"230220",38936,38960 +"230221",38936,38998 +"230222",38938,41759 +"230223",38938,41801 +"230224",38938,43847 +"230225",38938,54109 +"230226",38938,54127 +"230227",38938,58614 +"230228",38939,66128 +"230229",38939,68476 +"230230",38939,95859 +"230231",38940,44319 +"230232",38940,56610 +"230233",38940,68304 +"230234",38940,72966 +"230235",38940,76573 +"230236",38940,86027 +"230237",38940,95219 +"230238",38940,101892 +"230239",38940,106540 +"230240",38940,121584 +"230241",38941,53657 +"230242",38941,119386 +"230243",38942,43761 +"230244",38942,46252 +"230245",38942,56437 +"230246",38942,69744 +"230247",38943,45730 +"230248",38944,39110 +"230249",38945,48377 +"230250",38945,66269 +"230251",38945,73022 +"230252",38946,39404 +"230253",38946,59526 +"230254",38946,77261 +"230255",38947,43591 +"230256",38947,47614 +"230257",38947,62694 +"230258",38947,65007 +"230259",38947,84586 +"230260",38947,97676 +"230261",38948,66238 +"230262",38948,89736 +"230263",38949,43345 +"230264",38950,69734 +"230265",38950,89631 +"230266",38951,46423 +"230267",38951,71636 +"230268",38951,74497 +"230269",38951,91033 +"230270",38952,58899 +"230271",38952,98081 +"230272",38952,118955 +"230273",38953,49436 +"230274",38953,77866 +"230275",38953,79352 +"230276",38953,87343 +"230277",38953,88954 +"230278",38953,91381 +"230279",38953,100174 +"230280",38953,106994 +"230281",38954,61088 +"230282",38955,63906 +"230283",38955,92178 +"230284",38956,38957 +"230285",38956,63675 +"230286",38957,86960 +"230287",38958,69455 +"230288",38958,91023 +"230289",38958,97699 +"230290",38958,107264 +"230291",38959,39893 +"230292",38960,38998 +"230293",38961,66966 +"230294",38961,84584 +"230295",38961,121790 +"230296",38962,62278 +"230297",38962,76622 +"230298",38962,94776 +"230299",38963,71567 +"230300",38965,55363 +"230301",38965,78903 +"230302",38966,40765 +"230303",38966,60102 +"230304",38967,78962 +"230305",38968,39118 +"230306",38968,44887 +"230307",38968,45595 +"230308",38968,70671 +"230309",38968,78094 +"230310",38969,45734 +"230311",38970,52510 +"230312",38970,57381 +"230313",38970,99505 +"230314",38971,47238 +"230315",38971,47291 +"230316",38972,44096 +"230317",38972,50774 +"230318",38972,83252 +"230319",38973,40764 +"230320",38973,45136 +"230321",38973,71253 +"230322",38973,77739 +"230323",38973,82150 +"230324",38973,83403 +"230325",38973,90652 +"230326",38973,92283 +"230327",38973,92296 +"230328",38973,92319 +"230329",38975,44564 +"230330",38975,56663 +"230331",38975,64332 +"230332",38976,45707 +"230333",38976,54096 +"230334",38978,51635 +"230335",38979,63912 +"230336",38979,63913 +"230337",38980,111393 +"230338",38981,39074 +"230339",38982,53349 +"230340",38982,54846 +"230341",38983,43389 +"230342",38983,68828 +"230343",38983,79068 +"230344",38983,80139 +"230345",38983,80421 +"230346",38983,85553 +"230347",38983,85778 +"230348",38983,100860 +"230349",38984,38994 +"230350",38985,71997 +"230351",38985,73588 +"230352",38986,43076 +"230353",38986,43101 +"230354",38986,66830 +"230355",38987,85339 +"230356",38988,60575 +"230357",38989,49551 +"230358",38989,60938 +"230359",38989,67802 +"230360",38989,95143 +"230361",38989,104182 +"230362",38989,104199 +"230363",38991,43251 +"230364",38991,58789 +"230365",38991,104375 +"230366",38992,89887 +"230367",38993,65098 +"230368",38993,70645 +"230369",38995,46492 +"230370",38995,58185 +"230371",38995,93386 +"230372",38995,96378 +"230373",38995,110745 +"230374",38996,39569 +"230375",38996,44582 +"230376",38996,45591 +"230377",38996,73887 +"230378",38996,90524 +"230379",38996,102373 +"230380",38996,118256 +"230381",39000,41581 +"230382",39000,66229 +"230383",39000,71012 +"230384",39000,71846 +"230385",39000,72039 +"230386",39000,82254 +"230387",39000,88958 +"230388",39001,39167 +"230389",39003,39099 +"230390",39003,61711 +"230391",39004,77085 +"230392",39005,39006 +"230393",39005,39018 +"230394",39005,40083 +"230395",39005,56442 +"230396",39006,39018 +"230397",39006,42875 +"230398",39006,55021 +"230399",39006,60422 +"230400",39006,60465 +"230401",39006,60544 +"230402",39006,66382 +"230403",39006,72089 +"230404",39007,41352 +"230405",39007,63857 +"230406",39007,100571 +"230407",39009,46124 +"230408",39009,82963 +"230409",39009,82970 +"230410",39009,84149 +"230411",39009,87056 +"230412",39011,46220 +"230413",39011,47899 +"230414",39011,107981 +"230415",39014,48770 +"230416",39014,54538 +"230417",39014,86265 +"230418",39015,39119 +"230419",39015,44279 +"230420",39016,39085 +"230421",39017,43569 +"230422",39017,76391 +"230423",39017,102653 +"230424",39018,42875 +"230425",39018,55021 +"230426",39018,60465 +"230427",39018,60544 +"230428",39018,66382 +"230429",39018,72089 +"230430",39019,39129 +"230431",39019,59023 +"230432",39019,60224 +"230433",39019,63114 +"230434",39020,44586 +"230435",39020,71613 +"230436",39021,41834 +"230437",39021,44142 +"230438",39021,44389 +"230439",39021,46617 +"230440",39021,46774 +"230441",39021,47982 +"230442",39021,48201 +"230443",39021,51712 +"230444",39021,54749 +"230445",39021,56045 +"230446",39021,56883 +"230447",39021,58821 +"230448",39021,58927 +"230449",39021,59246 +"230450",39021,61608 +"230451",39021,63058 +"230452",39021,63114 +"230453",39022,57713 +"230454",39022,92646 +"230455",39022,96353 +"230456",39022,96930 +"230457",39022,99258 +"230458",39024,40893 +"230459",39024,51377 +"230460",39024,59969 +"230461",39024,82764 +"230462",39025,75067 +"230463",39025,87365 +"230464",39026,39176 +"230465",39026,39178 +"230466",39026,65092 +"230467",39026,109866 +"230468",39027,86856 +"230469",39028,47106 +"230470",39028,56469 +"230471",39029,103056 +"230472",39029,105528 +"230473",39029,105627 +"230474",39029,105645 +"230475",39029,105649 +"230476",39030,47200 +"230477",39030,77280 +"230478",39031,86905 +"230479",39031,113028 +"230480",39032,43511 +"230481",39032,70700 +"230482",39032,116338 +"230483",39033,41992 +"230484",39033,59240 +"230485",39033,66728 +"230486",39033,119658 +"230487",39034,39363 +"230488",39034,70317 +"230489",39035,43770 +"230490",39035,76959 +"230491",39035,82542 +"230492",39035,95252 +"230493",39036,39441 +"230494",39036,39469 +"230495",39036,39488 +"230496",39036,39506 +"230497",39037,39039 +"230498",39037,39078 +"230499",39037,50635 +"230500",39037,52232 +"230501",39037,63330 +"230502",39037,83614 +"230503",39037,83621 +"230504",39037,89957 +"230505",39037,94739 +"230506",39038,50470 +"230507",39039,39078 +"230508",39039,50635 +"230509",39039,83614 +"230510",39039,83621 +"230511",39040,39433 +"230512",39040,76299 +"230513",39040,93047 +"230514",39040,103530 +"230515",39040,103634 +"230516",39040,103851 +"230517",39040,119034 +"230518",39041,49003 +"230519",39041,80763 +"230520",39043,59646 +"230521",39043,59874 +"230522",39043,76468 +"230523",39043,82778 +"230524",39043,100864 +"230525",39044,48999 +"230526",39044,62704 +"230527",39044,87624 +"230528",39046,84169 +"230529",39046,106662 +"230530",39048,42082 +"230531",39048,56870 +"230532",39048,88487 +"230533",39048,92648 +"230534",39048,120922 +"230535",39049,39050 +"230536",39049,39051 +"230537",39049,39087 +"230538",39049,39115 +"230539",39049,39132 +"230540",39049,39136 +"230541",39050,39051 +"230542",39050,39087 +"230543",39050,39115 +"230544",39050,39132 +"230545",39050,39136 +"230546",39051,39087 +"230547",39051,39115 +"230548",39051,39132 +"230549",39051,39136 +"230550",39051,47947 +"230551",39051,53817 +"230552",39054,49019 +"230553",39054,53740 +"230554",39054,85432 +"230555",39054,89942 +"230556",39055,46818 +"230557",39055,46829 +"230558",39055,46878 +"230559",39055,46900 +"230560",39056,43088 +"230561",39056,54312 +"230562",39056,66063 +"230563",39056,119089 +"230564",39057,39128 +"230565",39057,39161 +"230566",39057,44643 +"230567",39057,45248 +"230568",39057,48646 +"230569",39057,49106 +"230570",39057,49107 +"230571",39057,50320 +"230572",39057,54686 +"230573",39057,58550 +"230574",39057,61619 +"230575",39057,61897 +"230576",39057,62212 +"230577",39057,64384 +"230578",39057,64933 +"230579",39057,65941 +"230580",39057,66440 +"230581",39057,66636 +"230582",39057,67927 +"230583",39057,71896 +"230584",39057,71898 +"230585",39057,122775 +"230586",39058,40695 +"230587",39058,43652 +"230588",39058,44319 +"230589",39058,51022 +"230590",39058,51654 +"230591",39058,52971 +"230592",39058,53703 +"230593",39058,54740 +"230594",39058,57172 +"230595",39058,64793 +"230596",39058,65565 +"230597",39058,70158 +"230598",39058,85323 +"230599",39058,98896 +"230600",39059,55153 +"230601",39059,71163 +"230602",39059,76486 +"230603",39061,39088 +"230604",39062,41528 +"230605",39062,42455 +"230606",39062,47595 +"230607",39062,52249 +"230608",39062,52302 +"230609",39062,54794 +"230610",39062,61086 +"230611",39062,63726 +"230612",39062,71185 +"230613",39062,71611 +"230614",39062,87958 +"230615",39062,89982 +"230616",39062,101761 +"230617",39062,103788 +"230618",39063,45634 +"230619",39063,46466 +"230620",39063,61077 +"230621",39063,78197 +"230622",39063,101762 +"230623",39064,43614 +"230624",39064,106192 +"230625",39065,40751 +"230626",39065,46964 +"230627",39065,59060 +"230628",39065,119951 +"230629",39067,39173 +"230630",39067,39174 +"230631",39068,39076 +"230632",39068,108092 +"230633",39069,84435 +"230634",39071,77196 +"230635",39072,97558 +"230636",39072,109739 +"230637",39075,94285 +"230638",39075,94287 +"230639",39077,53989 +"230640",39077,70806 +"230641",39077,83647 +"230642",39077,107716 +"230643",39077,107893 +"230644",39077,107894 +"230645",39078,50635 +"230646",39078,63267 +"230647",39078,63725 +"230648",39078,83614 +"230649",39078,83621 +"230650",39079,57414 +"230651",39079,65972 +"230652",39080,39401 +"230653",39081,44067 +"230654",39081,86001 +"230655",39083,56333 +"230656",39083,56374 +"230657",39083,103310 +"230658",39083,115734 +"230659",39083,118085 +"230660",39083,119072 +"230661",39083,120738 +"230662",39084,58071 +"230663",39084,64707 +"230664",39084,87866 +"230665",39084,102275 +"230666",39084,103035 +"230667",39084,103091 +"230668",39086,64156 +"230669",39086,82964 +"230670",39086,95803 +"230671",39086,109919 +"230672",39087,39115 +"230673",39087,39132 +"230674",39087,39136 +"230675",39089,65980 +"230676",39093,46184 +"230677",39093,46773 +"230678",39094,39148 +"230679",39095,46399 +"230680",39095,63083 +"230681",39095,82760 +"230682",39096,53012 +"230683",39096,61944 +"230684",39096,72865 +"230685",39097,94199 +"230686",39097,118707 +"230687",39098,45911 +"230688",39098,46067 +"230689",39098,64580 +"230690",39100,42998 +"230691",39100,43523 +"230692",39100,61382 +"230693",39100,61538 +"230694",39100,65667 +"230695",39100,84587 +"230696",39100,84588 +"230697",39100,89552 +"230698",39100,100068 +"230699",39100,101989 +"230700",39100,105728 +"230701",39100,111406 +"230702",39100,116653 +"230703",39101,39952 +"230704",39102,42311 +"230705",39102,42744 +"230706",39102,43907 +"230707",39102,46443 +"230708",39102,48858 +"230709",39102,58059 +"230710",39102,80451 +"230711",39102,89298 +"230712",39102,98911 +"230713",39102,100658 +"230714",39102,103847 +"230715",39102,110276 +"230716",39103,39172 +"230717",39103,59447 +"230718",39103,68466 +"230719",39103,70619 +"230720",39104,49976 +"230721",39104,50648 +"230722",39105,39614 +"230723",39105,47031 +"230724",39105,47300 +"230725",39105,60031 +"230726",39105,70975 +"230727",39105,76807 +"230728",39105,85307 +"230729",39105,92953 +"230730",39105,94398 +"230731",39105,114844 +"230732",39105,115674 +"230733",39106,52784 +"230734",39106,74424 +"230735",39106,74998 +"230736",39107,84631 +"230737",39107,96881 +"230738",39107,96910 +"230739",39107,117632 +"230740",39108,69657 +"230741",39108,95082 +"230742",39108,107022 +"230743",39108,107031 +"230744",39108,107532 +"230745",39108,120283 +"230746",39109,50212 +"230747",39109,51349 +"230748",39109,51974 +"230749",39109,54349 +"230750",39110,44313 +"230751",39111,71265 +"230752",39111,89147 +"230753",39111,122212 +"230754",39111,123415 +"230755",39112,61267 +"230756",39112,87300 +"230757",39113,39831 +"230758",39113,41849 +"230759",39113,64042 +"230760",39113,84979 +"230761",39114,72329 +"230762",39114,80276 +"230763",39114,84838 +"230764",39114,85908 +"230765",39114,100245 +"230766",39115,39132 +"230767",39115,39136 +"230768",39117,39124 +"230769",39119,44279 +"230770",39120,69009 +"230771",39120,74061 +"230772",39120,77911 +"230773",39120,85053 +"230774",39121,39155 +"230775",39121,52360 +"230776",39121,52416 +"230777",39121,52476 +"230778",39122,43832 +"230779",39122,44726 +"230780",39122,46433 +"230781",39122,51906 +"230782",39122,53579 +"230783",39122,54141 +"230784",39122,54192 +"230785",39122,56122 +"230786",39122,68965 +"230787",39123,99103 +"230788",39123,99112 +"230789",39123,99121 +"230790",39124,43453 +"230791",39124,53758 +"230792",39124,53790 +"230793",39124,53804 +"230794",39124,60122 +"230795",39124,64246 +"230796",39125,103718 +"230797",39126,47373 +"230798",39127,45728 +"230799",39127,81387 +"230800",39128,39161 +"230801",39128,45248 +"230802",39128,48646 +"230803",39128,49106 +"230804",39128,51884 +"230805",39128,64384 +"230806",39128,64933 +"230807",39128,66636 +"230808",39128,67927 +"230809",39128,71898 +"230810",39130,40278 +"230811",39131,52270 +"230812",39131,64050 +"230813",39131,69657 +"230814",39131,110252 +"230815",39131,120783 +"230816",39132,39136 +"230817",39134,57110 +"230818",39134,62227 +"230819",39134,110833 +"230820",39134,122909 +"230821",39135,48188 +"230822",39135,54373 +"230823",39135,85386 +"230824",39135,89005 +"230825",39135,92655 +"230826",39136,69430 +"230827",39137,54097 +"230828",39137,63622 +"230829",39137,84280 +"230830",39137,95360 +"230831",39138,42595 +"230832",39138,64713 +"230833",39138,64714 +"230834",39138,67194 +"230835",39138,67598 +"230836",39138,74300 +"230837",39138,74324 +"230838",39139,43510 +"230839",39139,44454 +"230840",39139,63971 +"230841",39139,110604 +"230842",39140,72586 +"230843",39141,39380 +"230844",39141,41794 +"230845",39141,51478 +"230846",39141,69324 +"230847",39141,69373 +"230848",39141,79912 +"230849",39141,102861 +"230850",39141,102878 +"230851",39141,108775 +"230852",39141,122808 +"230853",39142,39143 +"230854",39143,43958 +"230855",39144,43173 +"230856",39144,43226 +"230857",39144,45269 +"230858",39144,83544 +"230859",39146,54180 +"230860",39146,56033 +"230861",39146,56524 +"230862",39146,57419 +"230863",39146,67258 +"230864",39146,70207 +"230865",39146,70210 +"230866",39148,71119 +"230867",39148,106715 +"230868",39151,43265 +"230869",39153,49196 +"230870",39154,41113 +"230871",39154,88230 +"230872",39154,94801 +"230873",39154,96536 +"230874",39156,106367 +"230875",39156,120278 +"230876",39156,120288 +"230877",39156,120317 +"230878",39158,103430 +"230879",39159,47736 +"230880",39159,49738 +"230881",39159,53306 +"230882",39159,54152 +"230883",39159,62151 +"230884",39159,65752 +"230885",39159,71086 +"230886",39159,73102 +"230887",39159,82381 +"230888",39159,92718 +"230889",39159,119340 +"230890",39160,52123 +"230891",39160,61898 +"230892",39160,62743 +"230893",39160,67088 +"230894",39160,76788 +"230895",39160,79096 +"230896",39160,83689 +"230897",39160,89647 +"230898",39160,93182 +"230899",39160,100436 +"230900",39160,113107 +"230901",39162,82046 +"230902",39162,118531 +"230903",39163,78823 +"230904",39164,60395 +"230905",39164,81658 +"230906",39164,85147 +"230907",39166,39412 +"230908",39166,39414 +"230909",39166,39422 +"230910",39166,39476 +"230911",39166,39478 +"230912",39167,57853 +"230913",39167,63314 +"230914",39167,98407 +"230915",39167,98426 +"230916",39167,98431 +"230917",39168,56121 +"230918",39168,60389 +"230919",39168,78122 +"230920",39169,43238 +"230921",39169,74027 +"230922",39169,75470 +"230923",39169,76800 +"230924",39169,82909 +"230925",39169,91195 +"230926",39169,103584 +"230927",39169,108493 +"230928",39169,111496 +"230929",39170,67161 +"230930",39170,74843 +"230931",39170,91390 +"230932",39170,91513 +"230933",39171,55549 +"230934",39171,66657 +"230935",39171,76668 +"230936",39171,83473 +"230937",39172,53703 +"230938",39172,59361 +"230939",39172,59447 +"230940",39172,59468 +"230941",39172,59549 +"230942",39172,61850 +"230943",39172,61904 +"230944",39172,63921 +"230945",39172,65126 +"230946",39172,68466 +"230947",39172,70619 +"230948",39172,74488 +"230949",39173,39174 +"230950",39173,47947 +"230951",39173,57307 +"230952",39173,60348 +"230953",39173,61478 +"230954",39173,87601 +"230955",39174,54593 +"230956",39174,67090 +"230957",39174,74407 +"230958",39175,84497 +"230959",39175,94896 +"230960",39176,39178 +"230961",39176,51565 +"230962",39176,69705 +"230963",39176,70622 +"230964",39176,86729 +"230965",39176,89030 +"230966",39176,96601 +"230967",39176,96613 +"230968",39176,97388 +"230969",39176,97412 +"230970",39176,97798 +"230971",39177,40585 +"230972",39177,75168 +"230973",39181,39263 +"230974",39181,39314 +"230975",39181,39315 +"230976",39181,39316 +"230977",39182,43795 +"230978",39183,52512 +"230979",39183,94264 +"230980",39184,40489 +"230981",39184,60860 +"230982",39184,71027 +"230983",39184,73757 +"230984",39185,41698 +"230985",39186,45497 +"230986",39186,98529 +"230987",39186,99108 +"230988",39186,122043 +"230989",39187,82948 +"230990",39187,91772 +"230991",39188,52918 +"230992",39188,107033 +"230993",39189,68557 +"230994",39189,89241 +"230995",39190,107971 +"230996",39192,46226 +"230997",39192,49643 +"230998",39192,64635 +"230999",39192,69191 +"231000",39192,71153 +"231001",39192,88844 +"231002",39193,75185 +"231003",39193,115063 +"231004",39194,41691 +"231005",39194,49428 +"231006",39195,39322 +"231007",39196,57085 +"231008",39196,110464 +"231009",39197,51326 +"231010",39197,80381 +"231011",39198,40453 +"231012",39198,40572 +"231013",39198,41435 +"231014",39198,41464 +"231015",39198,45532 +"231016",39198,45869 +"231017",39198,46786 +"231018",39198,50561 +"231019",39198,53878 +"231020",39198,70658 +"231021",39198,71914 +"231022",39198,79490 +"231023",39198,79652 +"231024",39198,113190 +"231025",39200,67410 +"231026",39202,49211 +"231027",39202,61989 +"231028",39202,89832 +"231029",39203,97621 +"231030",39204,40341 +"231031",39204,57716 +"231032",39204,74088 +"231033",39204,74711 +"231034",39204,79796 +"231035",39204,100995 +"231036",39204,102865 +"231037",39205,39427 +"231038",39205,74948 +"231039",39206,44757 +"231040",39206,53921 +"231041",39206,60551 +"231042",39206,97379 +"231043",39207,40405 +"231044",39207,48405 +"231045",39207,49276 +"231046",39207,56940 +"231047",39207,57810 +"231048",39207,60600 +"231049",39207,60966 +"231050",39207,61325 +"231051",39207,71520 +"231052",39208,43871 +"231053",39208,44187 +"231054",39208,52550 +"231055",39208,87644 +"231056",39208,87649 +"231057",39209,60241 +"231058",39209,70233 +"231059",39209,88829 +"231060",39209,94663 +"231061",39209,99961 +"231062",39209,100590 +"231063",39209,108193 +"231064",39209,112471 +"231065",39209,118083 +"231066",39209,119972 +"231067",39209,120269 +"231068",39209,121052 +"231069",39209,121057 +"231070",39209,121199 +"231071",39210,39228 +"231072",39211,39277 +"231073",39211,39280 +"231074",39211,45983 +"231075",39211,54646 +"231076",39211,69258 +"231077",39211,72536 +"231078",39211,74300 +"231079",39211,86185 +"231080",39211,87149 +"231081",39211,88389 +"231082",39211,95736 +"231083",39213,39255 +"231084",39213,39333 +"231085",39213,66864 +"231086",39214,66205 +"231087",39215,42297 +"231088",39215,63169 +"231089",39215,63185 +"231090",39215,68370 +"231091",39216,47452 +"231092",39216,52276 +"231093",39216,52935 +"231094",39216,54161 +"231095",39216,63129 +"231096",39216,63690 +"231097",39216,65028 +"231098",39216,118657 +"231099",39217,45054 +"231100",39218,48444 +"231101",39218,49351 +"231102",39218,49965 +"231103",39218,55828 +"231104",39218,63637 +"231105",39218,69808 +"231106",39218,91436 +"231107",39218,111117 +"231108",39218,120522 +"231109",39218,120525 +"231110",39218,122703 +"231111",39219,79026 +"231112",39220,44193 +"231113",39220,50316 +"231114",39220,76293 +"231115",39220,88399 +"231116",39220,94388 +"231117",39221,42567 +"231118",39221,51796 +"231119",39221,64018 +"231120",39221,75005 +"231121",39221,83981 +"231122",39221,105769 +"231123",39222,39276 +"231124",39222,42508 +"231125",39222,47220 +"231126",39222,48672 +"231127",39222,48733 +"231128",39222,48734 +"231129",39222,48751 +"231130",39222,48783 +"231131",39222,48785 +"231132",39223,40391 +"231133",39223,53265 +"231134",39223,65844 +"231135",39223,70400 +"231136",39223,77362 +"231137",39223,117333 +"231138",39224,53808 +"231139",39226,110731 +"231140",39227,95644 +"231141",39227,109994 +"231142",39229,65843 +"231143",39229,69429 +"231144",39229,81147 +"231145",39229,86204 +"231146",39229,94152 +"231147",39231,46185 +"231148",39231,53339 +"231149",39231,79155 +"231150",39232,39291 +"231151",39233,39934 +"231152",39233,65049 +"231153",39233,65174 +"231154",39233,65273 +"231155",39234,42107 +"231156",39234,75617 +"231157",39234,89648 +"231158",39234,102862 +"231159",39234,109522 +"231160",39235,78874 +"231161",39235,79960 +"231162",39235,92999 +"231163",39235,93008 +"231164",39235,93014 +"231165",39235,93018 +"231166",39238,47111 +"231167",39238,50565 +"231168",39238,63357 +"231169",39238,86809 +"231170",39238,88518 +"231171",39238,94565 +"231172",39238,103065 +"231173",39238,111515 +"231174",39238,115755 +"231175",39239,39247 +"231176",39239,39304 +"231177",39239,39305 +"231178",39240,55230 +"231179",39240,55971 +"231180",39241,39269 +"231181",39241,39279 +"231182",39241,67015 +"231183",39242,56510 +"231184",39242,83780 +"231185",39242,89804 +"231186",39242,95193 +"231187",39242,101007 +"231188",39244,76295 +"231189",39244,76403 +"231190",39245,52771 +"231191",39245,71926 +"231192",39245,78516 +"231193",39245,94932 +"231194",39245,110040 +"231195",39247,39304 +"231196",39247,39305 +"231197",39249,40709 +"231198",39249,47075 +"231199",39249,49001 +"231200",39249,51552 +"231201",39249,53328 +"231202",39249,65497 +"231203",39249,69541 +"231204",39249,83590 +"231205",39249,89927 +"231206",39249,91646 +"231207",39249,95124 +"231208",39250,75639 +"231209",39251,39341 +"231210",39252,65689 +"231211",39252,91826 +"231212",39253,39254 +"231213",39253,45152 +"231214",39253,57367 +"231215",39253,79428 +"231216",39253,86332 +"231217",39253,92926 +"231218",39253,94722 +"231219",39253,99901 +"231220",39255,39333 +"231221",39255,66864 +"231222",39256,62004 +"231223",39256,62378 +"231224",39257,48207 +"231225",39257,61446 +"231226",39257,97210 +"231227",39258,47995 +"231228",39258,63230 +"231229",39258,75294 +"231230",39260,56127 +"231231",39260,68494 +"231232",39260,122601 +"231233",39261,45541 +"231234",39261,46471 +"231235",39261,50232 +"231236",39261,52281 +"231237",39261,54688 +"231238",39261,61309 +"231239",39261,62244 +"231240",39261,79388 +"231241",39261,81119 +"231242",39261,82732 +"231243",39261,92508 +"231244",39261,95953 +"231245",39261,112335 +"231246",39262,45334 +"231247",39262,54124 +"231248",39262,61953 +"231249",39262,62242 +"231250",39262,96300 +"231251",39262,104350 +"231252",39263,39314 +"231253",39263,39315 +"231254",39263,39316 +"231255",39263,76023 +"231256",39263,78836 +"231257",39263,78913 +"231258",39263,78957 +"231259",39263,102853 +"231260",39264,47882 +"231261",39264,54732 +"231262",39264,70187 +"231263",39264,70190 +"231264",39264,85919 +"231265",39264,88289 +"231266",39264,90721 +"231267",39264,97058 +"231268",39264,97067 +"231269",39264,97074 +"231270",39264,97102 +"231271",39264,97103 +"231272",39264,97104 +"231273",39264,97109 +"231274",39264,97110 +"231275",39265,39308 +"231276",39265,90434 +"231277",39265,96809 +"231278",39266,48345 +"231279",39267,88739 +"231280",39267,114509 +"231281",39267,119987 +"231282",39267,120055 +"231283",39268,45531 +"231284",39268,64503 +"231285",39268,82765 +"231286",39268,118013 +"231287",39269,39279 +"231288",39269,57204 +"231289",39269,67015 +"231290",39269,83950 +"231291",39271,55577 +"231292",39271,71733 +"231293",39271,88186 +"231294",39271,88202 +"231295",39272,52311 +"231296",39273,44345 +"231297",39274,40173 +"231298",39274,64273 +"231299",39274,74645 +"231300",39274,84208 +"231301",39274,108671 +"231302",39274,113127 +"231303",39275,40229 +"231304",39275,73695 +"231305",39275,83437 +"231306",39275,87666 +"231307",39276,42508 +"231308",39276,47220 +"231309",39276,48672 +"231310",39276,48733 +"231311",39276,48734 +"231312",39276,48751 +"231313",39276,48783 +"231314",39276,48785 +"231315",39276,54186 +"231316",39276,103452 +"231317",39277,45983 +"231318",39277,69258 +"231319",39277,95736 +"231320",39278,39318 +"231321",39278,39331 +"231322",39278,47362 +"231323",39278,49775 +"231324",39278,120518 +"231325",39279,67015 +"231326",39279,68314 +"231327",39279,93283 +"231328",39279,107508 +"231329",39282,101472 +"231330",39282,101488 +"231331",39282,102770 +"231332",39284,68611 +"231333",39285,67426 +"231334",39286,42149 +"231335",39286,57068 +"231336",39287,93647 +"231337",39289,39527 +"231338",39289,42932 +"231339",39289,89243 +"231340",39289,112391 +"231341",39290,85467 +"231342",39290,99781 +"231343",39290,113630 +"231344",39292,39432 +"231345",39293,100714 +"231346",39294,42863 +"231347",39294,45684 +"231348",39294,46173 +"231349",39294,49608 +"231350",39294,78929 +"231351",39294,79171 +"231352",39294,84157 +"231353",39294,92657 +"231354",39294,94480 +"231355",39295,39296 +"231356",39295,51761 +"231357",39295,55847 +"231358",39295,62552 +"231359",39295,83730 +"231360",39295,101426 +"231361",39297,45470 +"231362",39297,45509 +"231363",39297,88848 +"231364",39297,93455 +"231365",39297,93526 +"231366",39297,93654 +"231367",39299,54729 +"231368",39299,60805 +"231369",39299,91916 +"231370",39300,62019 +"231371",39300,80019 +"231372",39300,111329 +"231373",39300,111383 +"231374",39301,39371 +"231375",39301,40028 +"231376",39301,45352 +"231377",39301,45684 +"231378",39301,46525 +"231379",39301,46526 +"231380",39301,46543 +"231381",39301,46544 +"231382",39301,46629 +"231383",39301,46670 +"231384",39301,49046 +"231385",39301,53303 +"231386",39301,56082 +"231387",39301,65972 +"231388",39301,90577 +"231389",39301,91184 +"231390",39301,121757 +"231391",39302,46422 +"231392",39302,53667 +"231393",39302,97843 +"231394",39302,101933 +"231395",39302,110049 +"231396",39302,110052 +"231397",39302,110166 +"231398",39303,93744 +"231399",39304,39305 +"231400",39304,41066 +"231401",39304,41104 +"231402",39304,41188 +"231403",39305,49695 +"231404",39305,49723 +"231405",39305,56874 +"231406",39306,52151 +"231407",39306,59732 +"231408",39306,64932 +"231409",39306,79777 +"231410",39306,88902 +"231411",39306,99081 +"231412",39306,99489 +"231413",39307,39330 +"231414",39308,76733 +"231415",39308,76961 +"231416",39308,77150 +"231417",39308,77305 +"231418",39308,95008 +"231419",39309,58335 +"231420",39309,63036 +"231421",39309,64747 +"231422",39310,70110 +"231423",39312,42382 +"231424",39312,46616 +"231425",39312,47607 +"231426",39312,50678 +"231427",39312,51670 +"231428",39312,53584 +"231429",39312,78201 +"231430",39312,78341 +"231431",39312,92358 +"231432",39312,92361 +"231433",39312,92363 +"231434",39312,99425 +"231435",39313,110327 +"231436",39314,39315 +"231437",39314,39316 +"231438",39314,77539 +"231439",39314,107389 +"231440",39315,39316 +"231441",39316,47466 +"231442",39316,64811 +"231443",39316,109037 +"231444",39316,111459 +"231445",39317,40428 +"231446",39317,84415 +"231447",39317,89691 +"231448",39318,39331 +"231449",39318,40446 +"231450",39318,56177 +"231451",39318,86107 +"231452",39318,88121 +"231453",39318,98988 +"231454",39318,100187 +"231455",39318,110953 +"231456",39319,72053 +"231457",39319,75650 +"231458",39319,103371 +"231459",39319,120203 +"231460",39319,120218 +"231461",39320,100027 +"231462",39321,63257 +"231463",39321,69606 +"231464",39321,71091 +"231465",39323,42744 +"231466",39324,66617 +"231467",39324,67868 +"231468",39326,41342 +"231469",39326,41437 +"231470",39326,44630 +"231471",39327,86191 +"231472",39328,87815 +"231473",39329,42092 +"231474",39329,46015 +"231475",39329,46039 +"231476",39329,46232 +"231477",39329,46328 +"231478",39329,51718 +"231479",39329,57158 +"231480",39329,59205 +"231481",39330,54829 +"231482",39330,57236 +"231483",39330,65032 +"231484",39331,41354 +"231485",39331,41356 +"231486",39331,41378 +"231487",39331,41395 +"231488",39331,41463 +"231489",39331,41597 +"231490",39331,62030 +"231491",39331,65698 +"231492",39332,47244 +"231493",39332,47284 +"231494",39332,47326 +"231495",39332,47354 +"231496",39332,54567 +"231497",39333,66864 +"231498",39335,77349 +"231499",39335,80270 +"231500",39335,82016 +"231501",39335,82028 +"231502",39337,47546 +"231503",39337,100892 +"231504",39337,109529 +"231505",39337,111848 +"231506",39338,88263 +"231507",39339,107624 +"231508",39340,82912 +"231509",39341,42107 +"231510",39341,74628 +"231511",39341,114178 +"231512",39342,106583 +"231513",39342,106588 +"231514",39343,44066 +"231515",39343,46244 +"231516",39343,118028 +"231517",39344,77242 +"231518",39344,115631 +"231519",39346,59079 +"231520",39346,100690 +"231521",39346,100702 +"231522",39346,117764 +"231523",39346,119561 +"231524",39347,49872 +"231525",39348,68380 +"231526",39349,39350 +"231527",39349,39455 +"231528",39350,39455 +"231529",39353,52223 +"231530",39353,68266 +"231531",39353,106698 +"231532",39355,39505 +"231533",39355,47009 +"231534",39355,47947 +"231535",39355,55021 +"231536",39355,57307 +"231537",39355,57372 +"231538",39355,57843 +"231539",39355,60301 +"231540",39355,60310 +"231541",39355,60348 +"231542",39355,60407 +"231543",39356,39385 +"231544",39356,39647 +"231545",39357,39951 +"231546",39358,76280 +"231547",39359,81548 +"231548",39359,88983 +"231549",39359,112835 +"231550",39360,39950 +"231551",39360,41694 +"231552",39360,44073 +"231553",39360,45189 +"231554",39360,45591 +"231555",39360,45801 +"231556",39360,54122 +"231557",39360,62712 +"231558",39360,75929 +"231559",39360,87677 +"231560",39360,87678 +"231561",39361,39362 +"231562",39362,45881 +"231563",39362,49680 +"231564",39362,52071 +"231565",39362,71058 +"231566",39362,91762 +"231567",39364,45335 +"231568",39366,39493 +"231569",39367,39444 +"231570",39367,39853 +"231571",39367,39968 +"231572",39367,57474 +"231573",39367,114459 +"231574",39368,40573 +"231575",39368,86342 +"231576",39369,104342 +"231577",39370,59281 +"231578",39370,67764 +"231579",39371,40028 +"231580",39371,46525 +"231581",39371,46526 +"231582",39371,46543 +"231583",39371,46544 +"231584",39371,46629 +"231585",39371,46670 +"231586",39371,51574 +"231587",39371,51672 +"231588",39371,51933 +"231589",39371,73991 +"231590",39372,40050 +"231591",39372,45750 +"231592",39372,51936 +"231593",39372,74380 +"231594",39372,82618 +"231595",39372,95184 +"231596",39372,95616 +"231597",39373,39448 +"231598",39373,41686 +"231599",39373,42273 +"231600",39373,47334 +"231601",39373,51568 +"231602",39373,67116 +"231603",39373,74059 +"231604",39373,113045 +"231605",39374,77295 +"231606",39374,82205 +"231607",39374,101306 +"231608",39374,111557 +"231609",39375,45634 +"231610",39375,52401 +"231611",39375,58709 +"231612",39375,58765 +"231613",39375,58918 +"231614",39375,58948 +"231615",39375,63817 +"231616",39375,73266 +"231617",39375,74183 +"231618",39375,77097 +"231619",39375,89569 +"231620",39375,89570 +"231621",39375,89586 +"231622",39375,104124 +"231623",39375,111226 +"231624",39375,117932 +"231625",39375,118913 +"231626",39376,45556 +"231627",39376,76080 +"231628",39376,76115 +"231629",39377,39461 +"231630",39377,48058 +"231631",39377,98415 +"231632",39377,106649 +"231633",39378,39647 +"231634",39378,40710 +"231635",39378,42068 +"231636",39378,62395 +"231637",39378,64873 +"231638",39378,64894 +"231639",39378,64930 +"231640",39378,64958 +"231641",39379,69929 +"231642",39379,81972 +"231643",39379,82083 +"231644",39379,120348 +"231645",39380,48698 +"231646",39380,48982 +"231647",39380,50168 +"231648",39380,52141 +"231649",39380,52973 +"231650",39380,79912 +"231651",39380,82393 +"231652",39380,88792 +"231653",39380,100230 +"231654",39380,100939 +"231655",39380,103420 +"231656",39380,111762 +"231657",39381,48448 +"231658",39381,54386 +"231659",39381,62801 +"231660",39381,100781 +"231661",39382,43624 +"231662",39382,57006 +"231663",39383,47809 +"231664",39383,66011 +"231665",39384,39409 +"231666",39384,42565 +"231667",39384,49278 +"231668",39384,49279 +"231669",39384,100124 +"231670",39384,112839 +"231671",39385,39647 +"231672",39385,99497 +"231673",39386,48822 +"231674",39386,76680 +"231675",39386,81194 +"231676",39386,101840 +"231677",39386,106510 +"231678",39387,59019 +"231679",39390,40369 +"231680",39392,39581 +"231681",39393,39700 +"231682",39393,69975 +"231683",39393,91383 +"231684",39394,39443 +"231685",39394,39875 +"231686",39394,39916 +"231687",39394,39958 +"231688",39394,69793 +"231689",39394,73947 +"231690",39394,73966 +"231691",39394,74149 +"231692",39396,52705 +"231693",39396,58970 +"231694",39396,72715 +"231695",39396,76483 +"231696",39396,91475 +"231697",39396,99332 +"231698",39396,104336 +"231699",39396,107059 +"231700",39398,39492 +"231701",39398,40320 +"231702",39398,40373 +"231703",39398,40542 +"231704",39398,41182 +"231705",39398,42131 +"231706",39398,46843 +"231707",39398,48331 +"231708",39399,85444 +"231709",39400,78868 +"231710",39400,85139 +"231711",39400,86056 +"231712",39400,87723 +"231713",39400,110300 +"231714",39402,48434 +"231715",39402,68801 +"231716",39402,82885 +"231717",39402,100140 +"231718",39403,41809 +"231719",39403,62037 +"231720",39403,101713 +"231721",39403,105457 +"231722",39403,105477 +"231723",39405,49163 +"231724",39405,49665 +"231725",39405,49691 +"231726",39405,49693 +"231727",39405,49725 +"231728",39406,49125 +"231729",39406,55265 +"231730",39406,79435 +"231731",39406,81083 +"231732",39406,81750 +"231733",39406,81848 +"231734",39406,82803 +"231735",39406,90159 +"231736",39406,100649 +"231737",39406,106726 +"231738",39406,111388 +"231739",39407,60888 +"231740",39407,80283 +"231741",39407,117682 +"231742",39408,42613 +"231743",39408,51360 +"231744",39408,81450 +"231745",39410,56228 +"231746",39410,96750 +"231747",39410,103295 +"231748",39410,113010 +"231749",39411,49203 +"231750",39411,49242 +"231751",39412,39414 +"231752",39412,39422 +"231753",39412,39476 +"231754",39412,39478 +"231755",39413,47880 +"231756",39413,96506 +"231757",39414,39422 +"231758",39414,39476 +"231759",39414,39478 +"231760",39415,69053 +"231761",39415,77243 +"231762",39415,85259 +"231763",39415,90182 +"231764",39415,91179 +"231765",39416,39515 +"231766",39417,76131 +"231767",39417,79977 +"231768",39417,84510 +"231769",39417,97580 +"231770",39417,109761 +"231771",39417,116341 +"231772",39418,39607 +"231773",39418,40727 +"231774",39418,47482 +"231775",39418,52847 +"231776",39418,53946 +"231777",39418,59638 +"231778",39418,84491 +"231779",39418,88386 +"231780",39418,93997 +"231781",39419,57522 +"231782",39419,81548 +"231783",39419,83979 +"231784",39419,87768 +"231785",39419,91853 +"231786",39420,45410 +"231787",39420,47783 +"231788",39420,47835 +"231789",39420,47910 +"231790",39420,99039 +"231791",39421,50197 +"231792",39421,50989 +"231793",39421,55019 +"231794",39421,55318 +"231795",39421,61916 +"231796",39421,70994 +"231797",39421,81387 +"231798",39422,39476 +"231799",39422,39478 +"231800",39423,48264 +"231801",39423,50471 +"231802",39423,54210 +"231803",39423,56301 +"231804",39423,56376 +"231805",39424,45238 +"231806",39424,54926 +"231807",39425,40380 +"231808",39425,40700 +"231809",39425,65229 +"231810",39425,65267 +"231811",39426,39517 +"231812",39426,39518 +"231813",39426,44863 +"231814",39426,62015 +"231815",39426,67496 +"231816",39426,96484 +"231817",39426,96491 +"231818",39426,115119 +"231819",39426,123474 +"231820",39427,41634 +"231821",39427,45403 +"231822",39427,46177 +"231823",39427,61072 +"231824",39427,63631 +"231825",39427,74948 +"231826",39427,74958 +"231827",39427,76295 +"231828",39427,84808 +"231829",39427,92444 +"231830",39427,93312 +"231831",39427,93680 +"231832",39427,102669 +"231833",39427,108578 +"231834",39428,45435 +"231835",39428,104523 +"231836",39428,116894 +"231837",39429,73549 +"231838",39429,115478 +"231839",39429,116397 +"231840",39430,42090 +"231841",39430,50428 +"231842",39430,55541 +"231843",39430,68613 +"231844",39430,78989 +"231845",39430,96017 +"231846",39431,47747 +"231847",39431,47748 +"231848",39431,48349 +"231849",39431,69116 +"231850",39431,103174 +"231851",39431,113477 +"231852",39432,50760 +"231853",39432,53947 +"231854",39432,60322 +"231855",39433,87220 +"231856",39433,93047 +"231857",39433,103530 +"231858",39433,103634 +"231859",39433,103851 +"231860",39434,40205 +"231861",39434,88371 +"231862",39434,102793 +"231863",39435,40131 +"231864",39435,40166 +"231865",39435,40392 +"231866",39435,40905 +"231867",39435,41030 +"231868",39435,41527 +"231869",39435,41529 +"231870",39435,41778 +"231871",39435,43147 +"231872",39435,43234 +"231873",39435,43858 +"231874",39435,44828 +"231875",39435,45657 +"231876",39435,45933 +"231877",39435,46434 +"231878",39435,46788 +"231879",39435,47123 +"231880",39435,47203 +"231881",39435,47488 +"231882",39435,48909 +"231883",39435,49859 +"231884",39435,50064 +"231885",39435,50067 +"231886",39435,50554 +"231887",39435,50879 +"231888",39435,51783 +"231889",39435,52018 +"231890",39435,53444 +"231891",39435,53527 +"231892",39435,53555 +"231893",39435,54275 +"231894",39435,56628 +"231895",39435,58004 +"231896",39435,58068 +"231897",39435,58633 +"231898",39435,59801 +"231899",39435,61111 +"231900",39435,61127 +"231901",39435,68287 +"231902",39435,70316 +"231903",39436,39456 +"231904",39437,91408 +"231905",39437,95393 +"231906",39437,95539 +"231907",39438,46368 +"231908",39439,39474 +"231909",39439,64390 +"231910",39439,79983 +"231911",39439,84481 +"231912",39439,84516 +"231913",39439,94231 +"231914",39439,118777 +"231915",39439,119234 +"231916",39440,52974 +"231917",39440,53042 +"231918",39440,53924 +"231919",39440,55205 +"231920",39440,56360 +"231921",39440,56864 +"231922",39440,57166 +"231923",39440,57683 +"231924",39440,59548 +"231925",39440,63543 +"231926",39440,64467 +"231927",39440,65025 +"231928",39441,39469 +"231929",39441,39488 +"231930",39441,39506 +"231931",39442,45357 +"231932",39442,72885 +"231933",39442,88883 +"231934",39442,106230 +"231935",39442,108451 +"231936",39443,39875 +"231937",39443,39916 +"231938",39443,39958 +"231939",39443,42480 +"231940",39443,55596 +"231941",39443,60536 +"231942",39443,62328 +"231943",39443,67137 +"231944",39443,81737 +"231945",39443,92722 +"231946",39444,39853 +"231947",39444,39968 +"231948",39444,53271 +"231949",39444,55556 +"231950",39444,59276 +"231951",39444,63132 +"231952",39444,76387 +"231953",39444,80526 +"231954",39444,80562 +"231955",39444,94794 +"231956",39444,113783 +"231957",39446,48862 +"231958",39446,100499 +"231959",39446,103409 +"231960",39447,81056 +"231961",39447,81125 +"231962",39448,46646 +"231963",39448,46694 +"231964",39448,55537 +"231965",39448,67958 +"231966",39449,49551 +"231967",39449,50662 +"231968",39450,57231 +"231969",39450,69524 +"231970",39450,112338 +"231971",39450,113543 +"231972",39450,113576 +"231973",39450,113583 +"231974",39451,64898 +"231975",39451,87306 +"231976",39451,90418 +"231977",39451,93202 +"231978",39451,99999 +"231979",39451,116932 +"231980",39452,65446 +"231981",39452,83952 +"231982",39452,88522 +"231983",39453,50454 +"231984",39453,94553 +"231985",39453,110153 +"231986",39453,110156 +"231987",39453,110157 +"231988",39454,39649 +"231989",39454,69748 +"231990",39454,89660 +"231991",39456,41519 +"231992",39456,46045 +"231993",39456,46303 +"231994",39457,117782 +"231995",39457,120176 +"231996",39458,48707 +"231997",39458,100912 +"231998",39458,106576 +"231999",39458,109375 +"232000",39458,112244 +"232001",39460,42976 +"232002",39460,52064 +"232003",39460,52079 +"232004",39460,52159 +"232005",39460,52160 +"232006",39460,52183 +"232007",39460,52354 +"232008",39462,42347 +"232009",39463,39533 +"232010",39464,39596 +"232011",39464,42652 +"232012",39464,42783 +"232013",39464,42791 +"232014",39464,43054 +"232015",39464,45239 +"232016",39465,40913 +"232017",39465,51035 +"232018",39465,66708 +"232019",39465,70526 +"232020",39465,70784 +"232021",39465,77427 +"232022",39465,84583 +"232023",39465,101024 +"232024",39465,109385 +"232025",39465,109447 +"232026",39465,109458 +"232027",39465,109461 +"232028",39465,110520 +"232029",39466,40950 +"232030",39466,44238 +"232031",39466,46556 +"232032",39466,61001 +"232033",39466,78753 +"232034",39469,39488 +"232035",39469,39506 +"232036",39469,54338 +"232037",39470,40064 +"232038",39470,40453 +"232039",39470,45869 +"232040",39470,49064 +"232041",39470,76007 +"232042",39471,92819 +"232043",39471,110794 +"232044",39472,60048 +"232045",39472,63239 +"232046",39472,103425 +"232047",39474,118777 +"232048",39474,119234 +"232049",39476,39478 +"232050",39477,69182 +"232051",39477,70121 +"232052",39479,55112 +"232053",39480,61001 +"232054",39481,62402 +"232055",39481,62431 +"232056",39481,63027 +"232057",39481,63361 +"232058",39482,39581 +"232059",39482,40324 +"232060",39482,41439 +"232061",39482,45859 +"232062",39482,46825 +"232063",39482,53423 +"232064",39482,56146 +"232065",39482,60506 +"232066",39482,62319 +"232067",39482,65771 +"232068",39482,76696 +"232069",39482,98675 +"232070",39483,46054 +"232071",39483,63839 +"232072",39483,69216 +"232073",39483,97192 +"232074",39484,51323 +"232075",39484,72712 +"232076",39484,76872 +"232077",39484,85641 +"232078",39484,85673 +"232079",39484,91815 +"232080",39484,97048 +"232081",39484,106161 +"232082",39485,53453 +"232083",39485,53672 +"232084",39485,78349 +"232085",39485,85367 +"232086",39485,87790 +"232087",39485,88995 +"232088",39485,94436 +"232089",39485,106188 +"232090",39485,117603 +"232091",39486,67304 +"232092",39486,74797 +"232093",39486,85925 +"232094",39486,121789 +"232095",39487,42898 +"232096",39487,60839 +"232097",39487,69659 +"232098",39487,86392 +"232099",39487,88044 +"232100",39487,92805 +"232101",39487,108656 +"232102",39487,109490 +"232103",39487,120216 +"232104",39488,39506 +"232105",39489,55237 +"232106",39489,76970 +"232107",39489,106243 +"232108",39491,40931 +"232109",39491,46263 +"232110",39491,50272 +"232111",39491,55547 +"232112",39491,81419 +"232113",39491,88601 +"232114",39491,99638 +"232115",39492,40320 +"232116",39492,40373 +"232117",39492,40542 +"232118",39492,41182 +"232119",39492,42131 +"232120",39492,46843 +"232121",39492,48331 +"232122",39493,69529 +"232123",39494,56259 +"232124",39495,59921 +"232125",39495,60531 +"232126",39495,102426 +"232127",39496,105416 +"232128",39496,111239 +"232129",39496,113168 +"232130",39497,61927 +"232131",39497,67624 +"232132",39497,70826 +"232133",39497,78943 +"232134",39499,43810 +"232135",39499,43942 +"232136",39500,39636 +"232137",39501,40294 +"232138",39501,47826 +"232139",39501,51060 +"232140",39501,64864 +"232141",39501,108014 +"232142",39502,70026 +"232143",39503,54609 +"232144",39504,65458 +"232145",39504,88644 +"232146",39504,108780 +"232147",39505,53056 +"232148",39505,53219 +"232149",39505,65227 +"232150",39505,65848 +"232151",39505,66079 +"232152",39506,59822 +"232153",39506,72041 +"232154",39506,72042 +"232155",39507,40004 +"232156",39507,60795 +"232157",39507,63595 +"232158",39507,79387 +"232159",39507,84012 +"232160",39507,84097 +"232161",39507,100840 +"232162",39507,106574 +"232163",39508,99496 +"232164",39508,117367 +"232165",39510,58520 +"232166",39511,41285 +"232167",39511,43191 +"232168",39512,40374 +"232169",39512,48544 +"232170",39512,55026 +"232171",39512,60375 +"232172",39512,115781 +"232173",39512,115803 +"232174",39513,55273 +"232175",39514,61500 +"232176",39514,75546 +"232177",39514,111784 +"232178",39514,111794 +"232179",39515,40358 +"232180",39515,42529 +"232181",39516,85708 +"232182",39516,85716 +"232183",39516,85717 +"232184",39516,85769 +"232185",39516,98173 +"232186",39516,101812 +"232187",39517,39518 +"232188",39517,97120 +"232189",39518,47688 +"232190",39518,101338 +"232191",39518,113998 +"232192",39519,57582 +"232193",39520,69245 +"232194",39520,71208 +"232195",39521,94469 +"232196",39521,115389 +"232197",39522,39572 +"232198",39522,69612 +"232199",39523,42725 +"232200",39523,58854 +"232201",39523,83672 +"232202",39523,88071 +"232203",39523,102003 +"232204",39523,114679 +"232205",39524,39628 +"232206",39525,39526 +"232207",39525,43679 +"232208",39525,64266 +"232209",39525,102449 +"232210",39526,50242 +"232211",39527,41402 +"232212",39527,44471 +"232213",39527,52814 +"232214",39527,84399 +"232215",39527,84904 +"232216",39527,99123 +"232217",39528,40256 +"232218",39529,39542 +"232219",39529,39651 +"232220",39529,39661 +"232221",39529,41293 +"232222",39529,54724 +"232223",39529,54984 +"232224",39530,110054 +"232225",39531,63815 +"232226",39531,77141 +"232227",39531,77158 +"232228",39531,77190 +"232229",39532,42077 +"232230",39532,42126 +"232231",39534,43164 +"232232",39534,48918 +"232233",39534,49347 +"232234",39534,49609 +"232235",39534,59937 +"232236",39534,61058 +"232237",39534,65761 +"232238",39534,66717 +"232239",39534,66750 +"232240",39534,72438 +"232241",39534,76682 +"232242",39534,89645 +"232243",39534,90789 +"232244",39534,98056 +"232245",39534,119824 +"232246",39535,41901 +"232247",39535,50271 +"232248",39535,58796 +"232249",39535,62541 +"232250",39535,84756 +"232251",39535,108940 +"232252",39535,113285 +"232253",39536,39789 +"232254",39537,39616 +"232255",39537,43086 +"232256",39537,54496 +"232257",39539,61370 +"232258",39539,77687 +"232259",39539,99864 +"232260",39539,106331 +"232261",39539,108526 +"232262",39539,115769 +"232263",39540,72882 +"232264",39540,74192 +"232265",39540,89028 +"232266",39540,106030 +"232267",39540,115523 +"232268",39541,60771 +"232269",39543,39544 +"232270",39543,46650 +"232271",39543,61723 +"232272",39543,71083 +"232273",39543,104924 +"232274",39543,110354 +"232275",39543,110385 +"232276",39544,63041 +"232277",39544,81600 +"232278",39544,94799 +"232279",39544,111717 +"232280",39544,118625 +"232281",39545,62357 +"232282",39546,47984 +"232283",39546,55570 +"232284",39546,57879 +"232285",39546,67963 +"232286",39547,62180 +"232287",39547,89426 +"232288",39548,57784 +"232289",39548,70544 +"232290",39549,66849 +"232291",39549,69439 +"232292",39549,113244 +"232293",39550,49515 +"232294",39550,73769 +"232295",39550,87907 +"232296",39551,44091 +"232297",39555,39566 +"232298",39555,39840 +"232299",39555,39841 +"232300",39555,39842 +"232301",39555,39843 +"232302",39555,39901 +"232303",39555,39902 +"232304",39555,39903 +"232305",39556,52213 +"232306",39556,57732 +"232307",39556,59412 +"232308",39556,85839 +"232309",39556,88506 +"232310",39556,91988 +"232311",39556,113029 +"232312",39557,39558 +"232313",39558,63893 +"232314",39558,69233 +"232315",39558,69318 +"232316",39559,47847 +"232317",39559,69434 +"232318",39559,84928 +"232319",39559,85647 +"232320",39559,96161 +"232321",39560,59307 +"232322",39560,61499 +"232323",39560,68292 +"232324",39560,75953 +"232325",39560,80411 +"232326",39560,87203 +"232327",39560,105207 +"232328",39560,108547 +"232329",39561,43200 +"232330",39561,53170 +"232331",39561,87444 +"232332",39561,90192 +"232333",39562,44146 +"232334",39562,44208 +"232335",39562,44209 +"232336",39563,51938 +"232337",39563,51980 +"232338",39563,54013 +"232339",39563,55112 +"232340",39563,59484 +"232341",39563,62148 +"232342",39563,73492 +"232343",39563,74730 +"232344",39563,75830 +"232345",39563,76999 +"232346",39563,81167 +"232347",39563,86194 +"232348",39563,87936 +"232349",39563,99380 +"232350",39563,99742 +"232351",39563,112148 +"232352",39563,114342 +"232353",39563,115537 +"232354",39564,42574 +"232355",39564,61543 +"232356",39564,68448 +"232357",39565,56918 +"232358",39565,91989 +"232359",39566,39840 +"232360",39566,39841 +"232361",39566,39842 +"232362",39566,39843 +"232363",39566,39901 +"232364",39566,39902 +"232365",39566,39903 +"232366",39566,44524 +"232367",39566,55517 +"232368",39566,70245 +"232369",39568,49183 +"232370",39568,61894 +"232371",39569,41256 +"232372",39569,46678 +"232373",39569,47262 +"232374",39569,48000 +"232375",39569,57679 +"232376",39569,58988 +"232377",39569,83018 +"232378",39569,90524 +"232379",39569,101411 +"232380",39569,102373 +"232381",39570,39764 +"232382",39570,39793 +"232383",39570,40629 +"232384",39570,44521 +"232385",39570,53814 +"232386",39570,60878 +"232387",39570,62323 +"232388",39570,68293 +"232389",39570,69072 +"232390",39570,70724 +"232391",39570,70781 +"232392",39570,86159 +"232393",39570,108855 +"232394",39570,110242 +"232395",39571,39682 +"232396",39572,39766 +"232397",39572,53650 +"232398",39572,55597 +"232399",39572,57688 +"232400",39573,40268 +"232401",39574,53578 +"232402",39575,39586 +"232403",39576,39605 +"232404",39576,39606 +"232405",39577,44492 +"232406",39577,93955 +"232407",39577,96051 +"232408",39577,99323 +"232409",39577,99365 +"232410",39577,113827 +"232411",39577,113831 +"232412",39577,115964 +"232413",39577,119209 +"232414",39578,39579 +"232415",39578,39610 +"232416",39578,39612 +"232417",39578,39631 +"232418",39578,39754 +"232419",39578,44804 +"232420",39578,48883 +"232421",39578,60030 +"232422",39578,60061 +"232423",39578,60074 +"232424",39578,60079 +"232425",39578,60191 +"232426",39578,60326 +"232427",39578,60763 +"232428",39579,39610 +"232429",39579,39612 +"232430",39579,39631 +"232431",39579,39754 +"232432",39580,74699 +"232433",39581,46664 +"232434",39581,47815 +"232435",39581,53423 +"232436",39581,69761 +"232437",39581,70497 +"232438",39581,72309 +"232439",39581,72371 +"232440",39581,76885 +"232441",39581,78474 +"232442",39581,95958 +"232443",39581,96008 +"232444",39581,115771 +"232445",39581,117125 +"232446",39581,117141 +"232447",39582,39623 +"232448",39582,116358 +"232449",39583,61910 +"232450",39583,92568 +"232451",39583,114123 +"232452",39584,40807 +"232453",39585,53347 +"232454",39585,82916 +"232455",39585,96722 +"232456",39585,103158 +"232457",39585,105867 +"232458",39587,88937 +"232459",39587,88947 +"232460",39587,89006 +"232461",39588,43635 +"232462",39588,45918 +"232463",39588,47334 +"232464",39588,54320 +"232465",39588,56858 +"232466",39588,64025 +"232467",39588,79136 +"232468",39588,79657 +"232469",39588,79658 +"232470",39588,80305 +"232471",39588,82808 +"232472",39588,84652 +"232473",39588,90190 +"232474",39589,65636 +"232475",39590,62619 +"232476",39591,82732 +"232477",39592,39765 +"232478",39594,42193 +"232479",39594,42942 +"232480",39594,51406 +"232481",39594,58546 +"232482",39594,66050 +"232483",39594,71857 +"232484",39594,71860 +"232485",39594,72047 +"232486",39595,60604 +"232487",39596,42783 +"232488",39596,42791 +"232489",39596,43054 +"232490",39596,45239 +"232491",39596,73140 +"232492",39597,39598 +"232493",39597,44620 +"232494",39597,95548 +"232495",39597,118345 +"232496",39599,93933 +"232497",39600,39747 +"232498",39601,39667 +"232499",39602,47307 +"232500",39602,55637 +"232501",39602,70967 +"232502",39602,81008 +"232503",39602,86047 +"232504",39602,103248 +"232505",39602,109142 +"232506",39602,118956 +"232507",39602,118963 +"232508",39603,57781 +"232509",39603,111347 +"232510",39605,39606 +"232511",39605,81262 +"232512",39606,39833 +"232513",39606,54459 +"232514",39607,53946 +"232515",39607,70206 +"232516",39607,75876 +"232517",39607,84491 +"232518",39607,105832 +"232519",39608,39617 +"232520",39608,44684 +"232521",39608,66550 +"232522",39608,86388 +"232523",39608,111437 +"232524",39608,111573 +"232525",39610,39612 +"232526",39610,39631 +"232527",39610,39754 +"232528",39611,42436 +"232529",39611,53036 +"232530",39611,55288 +"232531",39611,55320 +"232532",39611,55791 +"232533",39611,67120 +"232534",39611,67157 +"232535",39612,39631 +"232536",39612,39754 +"232537",39612,44804 +"232538",39612,48859 +"232539",39612,48883 +"232540",39612,60030 +"232541",39612,60061 +"232542",39612,60074 +"232543",39612,60079 +"232544",39612,60191 +"232545",39612,60326 +"232546",39612,60763 +"232547",39613,66592 +"232548",39613,99560 +"232549",39614,60031 +"232550",39614,76807 +"232551",39614,79818 +"232552",39614,92953 +"232553",39614,115526 +"232554",39614,115529 +"232555",39615,89608 +"232556",39615,109024 +"232557",39617,40931 +"232558",39617,48101 +"232559",39617,50209 +"232560",39617,81419 +"232561",39618,39654 +"232562",39618,44004 +"232563",39618,52460 +"232564",39619,71012 +"232565",39620,39691 +"232566",39620,68113 +"232567",39621,53002 +"232568",39621,81567 +"232569",39621,98173 +"232570",39621,101812 +"232571",39622,77122 +"232572",39624,47924 +"232573",39624,59599 +"232574",39624,62678 +"232575",39624,101215 +"232576",39624,108565 +"232577",39624,121201 +"232578",39626,42661 +"232579",39626,73901 +"232580",39626,114348 +"232581",39626,116490 +"232582",39627,48105 +"232583",39627,52011 +"232584",39627,53293 +"232585",39627,55493 +"232586",39627,57549 +"232587",39627,61921 +"232588",39627,65649 +"232589",39627,66852 +"232590",39627,77309 +"232591",39627,81670 +"232592",39627,94257 +"232593",39627,94781 +"232594",39627,97634 +"232595",39627,110748 +"232596",39627,110890 +"232597",39630,41656 +"232598",39630,52054 +"232599",39630,72306 +"232600",39630,75020 +"232601",39630,104777 +"232602",39630,119495 +"232603",39630,121607 +"232604",39631,39754 +"232605",39632,41478 +"232606",39632,41536 +"232607",39632,58191 +"232608",39632,83365 +"232609",39632,86933 +"232610",39632,91679 +"232611",39632,91785 +"232612",39633,63485 +"232613",39633,70298 +"232614",39634,87719 +"232615",39635,52667 +"232616",39636,75546 +"232617",39637,48559 +"232618",39637,54542 +"232619",39637,58237 +"232620",39637,103758 +"232621",39638,51203 +"232622",39638,60002 +"232623",39638,64734 +"232624",39638,67328 +"232625",39638,67716 +"232626",39638,67732 +"232627",39638,67765 +"232628",39640,39919 +"232629",39640,49996 +"232630",39640,58691 +"232631",39640,63404 +"232632",39640,64527 +"232633",39640,69838 +"232634",39640,69847 +"232635",39641,54309 +"232636",39642,103855 +"232637",39643,42429 +"232638",39644,39815 +"232639",39644,44785 +"232640",39644,82291 +"232641",39644,107273 +"232642",39645,48541 +"232643",39645,71330 +"232644",39646,95704 +"232645",39646,109217 +"232646",39646,109224 +"232647",39647,40710 +"232648",39647,42068 +"232649",39647,43929 +"232650",39647,53874 +"232651",39647,53983 +"232652",39647,62395 +"232653",39647,62822 +"232654",39647,64873 +"232655",39647,64894 +"232656",39647,64930 +"232657",39647,64958 +"232658",39647,78261 +"232659",39647,78805 +"232660",39647,90510 +"232661",39647,106363 +"232662",39647,106387 +"232663",39647,106395 +"232664",39647,112904 +"232665",39648,58227 +"232666",39648,60007 +"232667",39648,89885 +"232668",39648,106384 +"232669",39648,118548 +"232670",39649,66420 +"232671",39649,89021 +"232672",39649,111555 +"232673",39649,112052 +"232674",39650,41391 +"232675",39650,49636 +"232676",39650,58159 +"232677",39650,61347 +"232678",39650,64841 +"232679",39650,100712 +"232680",39650,114203 +"232681",39650,117353 +"232682",39651,39661 +"232683",39652,52637 +"232684",39652,58632 +"232685",39652,74317 +"232686",39653,40144 +"232687",39653,51928 +"232688",39654,53327 +"232689",39654,80689 +"232690",39655,49008 +"232691",39655,85849 +"232692",39656,40283 +"232693",39656,49974 +"232694",39656,53190 +"232695",39656,58036 +"232696",39656,69366 +"232697",39656,75469 +"232698",39656,86434 +"232699",39656,94790 +"232700",39656,97248 +"232701",39656,97267 +"232702",39656,97270 +"232703",39657,57358 +"232704",39657,81419 +"232705",39657,93143 +"232706",39657,111272 +"232707",39657,118749 +"232708",39657,119723 +"232709",39658,43371 +"232710",39658,72588 +"232711",39658,76212 +"232712",39658,88728 +"232713",39659,85328 +"232714",39660,44295 +"232715",39660,44320 +"232716",39660,75798 +"232717",39662,61581 +"232718",39662,69715 +"232719",39662,102241 +"232720",39663,47285 +"232721",39664,55630 +"232722",39664,76760 +"232723",39664,76761 +"232724",39664,89950 +"232725",39665,53947 +"232726",39667,47733 +"232727",39667,60088 +"232728",39667,76598 +"232729",39667,79436 +"232730",39668,39801 +"232731",39668,40191 +"232732",39668,43423 +"232733",39669,97021 +"232734",39671,39672 +"232735",39671,39709 +"232736",39672,39709 +"232737",39672,104313 +"232738",39672,116458 +"232739",39673,39748 +"232740",39673,39790 +"232741",39673,46467 +"232742",39673,51157 +"232743",39673,61220 +"232744",39673,62148 +"232745",39673,81478 +"232746",39673,96496 +"232747",39673,122963 +"232748",39674,43594 +"232749",39675,39676 +"232750",39675,48048 +"232751",39676,48048 +"232752",39676,52156 +"232753",39677,39690 +"232754",39678,40890 +"232755",39678,64810 +"232756",39680,40269 +"232757",39680,44116 +"232758",39680,49515 +"232759",39680,61371 +"232760",39680,64156 +"232761",39680,73769 +"232762",39680,111992 +"232763",39681,39795 +"232764",39681,41929 +"232765",39681,61252 +"232766",39681,61620 +"232767",39681,63577 +"232768",39681,72466 +"232769",39681,74032 +"232770",39682,86849 +"232771",39683,41175 +"232772",39683,48358 +"232773",39683,66020 +"232774",39684,74221 +"232775",39684,84022 +"232776",39684,92661 +"232777",39684,115561 +"232778",39684,119118 +"232779",39684,119720 +"232780",39685,39777 +"232781",39686,59634 +"232782",39687,101796 +"232783",39687,108405 +"232784",39687,108486 +"232785",39688,40964 +"232786",39689,39781 +"232787",39689,39782 +"232788",39690,65730 +"232789",39691,110694 +"232790",39692,59140 +"232791",39692,61885 +"232792",39693,39724 +"232793",39693,39725 +"232794",39693,39726 +"232795",39694,47621 +"232796",39694,54447 +"232797",39694,54467 +"232798",39694,68758 +"232799",39694,72349 +"232800",39694,74082 +"232801",39694,75351 +"232802",39694,86699 +"232803",39694,104524 +"232804",39694,118588 +"232805",39695,39799 +"232806",39695,40483 +"232807",39695,40536 +"232808",39695,40549 +"232809",39695,64068 +"232810",39696,65580 +"232811",39696,66454 +"232812",39697,42383 +"232813",39697,45016 +"232814",39697,46634 +"232815",39697,53099 +"232816",39697,54583 +"232817",39697,65223 +"232818",39697,80296 +"232819",39697,99658 +"232820",39697,106839 +"232821",39697,113354 +"232822",39698,63030 +"232823",39698,70928 +"232824",39698,84348 +"232825",39698,86444 +"232826",39698,108226 +"232827",39698,122789 +"232828",39699,44564 +"232829",39699,50383 +"232830",39699,68193 +"232831",39699,79051 +"232832",39699,87192 +"232833",39699,96990 +"232834",39699,100892 +"232835",39699,106849 +"232836",39699,111848 +"232837",39699,112585 +"232838",39699,115014 +"232839",39699,116176 +"232840",39701,59953 +"232841",39701,74653 +"232842",39701,106960 +"232843",39701,111730 +"232844",39703,46311 +"232845",39704,88724 +"232846",39704,88975 +"232847",39704,111494 +"232848",39705,83429 +"232849",39706,95766 +"232850",39706,105287 +"232851",39707,52898 +"232852",39707,63969 +"232853",39707,76113 +"232854",39707,81916 +"232855",39708,45712 +"232856",39708,107664 +"232857",39711,61829 +"232858",39712,45727 +"232859",39712,87717 +"232860",39712,105405 +"232861",39712,107573 +"232862",39713,41999 +"232863",39714,40273 +"232864",39714,44319 +"232865",39714,44858 +"232866",39714,51654 +"232867",39714,57105 +"232868",39714,58035 +"232869",39714,74866 +"232870",39714,81553 +"232871",39714,83165 +"232872",39714,83180 +"232873",39714,83906 +"232874",39714,83915 +"232875",39714,83949 +"232876",39715,39728 +"232877",39715,40593 +"232878",39715,43138 +"232879",39715,43147 +"232880",39715,56892 +"232881",39715,64005 +"232882",39715,66560 +"232883",39715,69000 +"232884",39715,69002 +"232885",39717,61338 +"232886",39717,64083 +"232887",39717,69983 +"232888",39717,107645 +"232889",39717,107676 +"232890",39718,122851 +"232891",39719,73420 +"232892",39719,82972 +"232893",39720,44423 +"232894",39720,48719 +"232895",39720,56413 +"232896",39720,66177 +"232897",39720,66670 +"232898",39720,70633 +"232899",39720,98906 +"232900",39720,100942 +"232901",39720,123011 +"232902",39721,56010 +"232903",39721,60692 +"232904",39721,68917 +"232905",39721,82856 +"232906",39721,85182 +"232907",39721,93940 +"232908",39721,93941 +"232909",39722,39967 +"232910",39722,43919 +"232911",39723,43681 +"232912",39723,53775 +"232913",39723,53901 +"232914",39723,55093 +"232915",39723,75316 +"232916",39724,39725 +"232917",39724,39726 +"232918",39724,52242 +"232919",39725,39726 +"232920",39727,44329 +"232921",39728,64005 +"232922",39729,39763 +"232923",39729,42041 +"232924",39729,72091 +"232925",39731,44603 +"232926",39731,70075 +"232927",39731,122935 +"232928",39732,43327 +"232929",39732,55684 +"232930",39732,63033 +"232931",39732,76136 +"232932",39732,86938 +"232933",39733,44298 +"232934",39733,51551 +"232935",39733,59807 +"232936",39733,61948 +"232937",39733,69181 +"232938",39733,110407 +"232939",39733,113802 +"232940",39733,116410 +"232941",39734,75952 +"232942",39734,76702 +"232943",39734,97526 +"232944",39734,107193 +"232945",39734,107214 +"232946",39735,55825 +"232947",39736,83661 +"232948",39736,87084 +"232949",39736,113134 +"232950",39739,40891 +"232951",39739,40991 +"232952",39739,68238 +"232953",39739,70063 +"232954",39739,71274 +"232955",39739,80723 +"232956",39739,99953 +"232957",39739,100583 +"232958",39739,104921 +"232959",39739,105495 +"232960",39739,110469 +"232961",39739,122285 +"232962",39741,40956 +"232963",39742,55570 +"232964",39742,64014 +"232965",39742,67975 +"232966",39742,68901 +"232967",39742,71570 +"232968",39743,52336 +"232969",39744,40211 +"232970",39744,41254 +"232971",39744,42526 +"232972",39745,50520 +"232973",39746,39820 +"232974",39746,46901 +"232975",39746,57679 +"232976",39746,59012 +"232977",39746,59489 +"232978",39746,63701 +"232979",39746,67385 +"232980",39746,117312 +"232981",39746,117339 +"232982",39746,117344 +"232983",39748,39790 +"232984",39748,47799 +"232985",39748,48449 +"232986",39748,50671 +"232987",39748,51793 +"232988",39748,113277 +"232989",39749,45682 +"232990",39750,49125 +"232991",39750,54077 +"232992",39750,69830 +"232993",39750,79727 +"232994",39750,79728 +"232995",39750,82340 +"232996",39750,90193 +"232997",39750,91823 +"232998",39750,105674 +"232999",39751,39799 +"233000",39751,46197 +"233001",39751,56884 +"233002",39752,50648 +"233003",39752,56247 +"233004",39752,67183 +"233005",39752,68829 +"233006",39752,77281 +"233007",39752,83754 +"233008",39752,99343 +"233009",39752,111622 +"233010",39752,116711 +"233011",39752,117316 +"233012",39754,44804 +"233013",39754,48883 +"233014",39754,60030 +"233015",39754,60061 +"233016",39754,60074 +"233017",39754,60079 +"233018",39754,60191 +"233019",39754,60326 +"233020",39754,60763 +"233021",39755,39770 +"233022",39755,44148 +"233023",39755,53988 +"233024",39755,82769 +"233025",39756,41082 +"233026",39756,73166 +"233027",39756,73167 +"233028",39758,46387 +"233029",39758,98933 +"233030",39759,76257 +"233031",39759,79389 +"233032",39759,80702 +"233033",39760,40301 +"233034",39760,40327 +"233035",39760,40376 +"233036",39760,40377 +"233037",39760,40415 +"233038",39760,111142 +"233039",39761,42523 +"233040",39761,46670 +"233041",39761,54152 +"233042",39761,55076 +"233043",39761,59161 +"233044",39761,65700 +"233045",39761,68063 +"233046",39761,80762 +"233047",39761,82332 +"233048",39761,82337 +"233049",39761,83032 +"233050",39761,85356 +"233051",39761,93990 +"233052",39761,96564 +"233053",39761,100924 +"233054",39761,105442 +"233055",39761,115057 +"233056",39762,46602 +"233057",39762,70211 +"233058",39762,70272 +"233059",39762,121106 +"233060",39764,39793 +"233061",39764,84222 +"233062",39765,44194 +"233063",39765,49378 +"233064",39765,65971 +"233065",39765,65981 +"233066",39765,66616 +"233067",39765,98912 +"233068",39766,39814 +"233069",39768,49717 +"233070",39768,56453 +"233071",39769,51753 +"233072",39769,75643 +"233073",39769,85626 +"233074",39769,115379 +"233075",39771,58072 +"233076",39771,72559 +"233077",39771,72746 +"233078",39771,76057 +"233079",39771,86457 +"233080",39771,103722 +"233081",39772,40620 +"233082",39772,111488 +"233083",39774,39775 +"233084",39774,71819 +"233085",39774,72000 +"233086",39775,46749 +"233087",39775,56784 +"233088",39775,59548 +"233089",39775,69351 +"233090",39775,71053 +"233091",39775,71056 +"233092",39775,71072 +"233093",39776,41847 +"233094",39778,43846 +"233095",39778,52718 +"233096",39778,52802 +"233097",39778,52822 +"233098",39778,52828 +"233099",39778,52829 +"233100",39779,80058 +"233101",39780,50153 +"233102",39780,79069 +"233103",39780,94808 +"233104",39780,105374 +"233105",39780,105729 +"233106",39780,105730 +"233107",39780,105761 +"233108",39781,39782 +"233109",39783,53808 +"233110",39783,79459 +"233111",39784,41719 +"233112",39784,84744 +"233113",39785,58745 +"233114",39785,84574 +"233115",39785,106661 +"233116",39785,108468 +"233117",39786,108890 +"233118",39786,109414 +"233119",39788,49241 +"233120",39790,61220 +"233121",39790,81478 +"233122",39790,96496 +"233123",39792,39932 +"233124",39792,43080 +"233125",39792,49752 +"233126",39792,51783 +"233127",39792,51947 +"233128",39792,54337 +"233129",39792,59238 +"233130",39792,59587 +"233131",39792,62289 +"233132",39792,63877 +"233133",39792,69821 +"233134",39792,71052 +"233135",39792,71978 +"233136",39792,72523 +"233137",39793,60732 +"233138",39793,60759 +"233139",39793,85275 +"233140",39793,97233 +"233141",39794,85806 +"233142",39795,41929 +"233143",39795,61252 +"233144",39795,72466 +"233145",39795,84435 +"233146",39796,49372 +"233147",39796,52219 +"233148",39796,106706 +"233149",39796,110596 +"233150",39798,113500 +"233151",39799,40152 +"233152",39799,52506 +"233153",39799,53841 +"233154",39799,56884 +"233155",39799,77521 +"233156",39799,78273 +"233157",39800,114449 +"233158",39801,40191 +"233159",39802,40404 +"233160",39802,47069 +"233161",39802,52205 +"233162",39802,58262 +"233163",39802,59178 +"233164",39802,59776 +"233165",39802,78725 +"233166",39802,108641 +"233167",39802,111255 +"233168",39803,75951 +"233169",39803,90214 +"233170",39804,42423 +"233171",39804,58181 +"233172",39804,62489 +"233173",39804,100853 +"233174",39804,106285 +"233175",39804,109178 +"233176",39804,110587 +"233177",39805,52564 +"233178",39805,73288 +"233179",39805,94365 +"233180",39806,87890 +"233181",39806,102512 +"233182",39807,57025 +"233183",39808,52730 +"233184",39808,119748 +"233185",39809,104213 +"233186",39809,108150 +"233187",39811,60457 +"233188",39812,41720 +"233189",39813,55501 +"233190",39813,67636 +"233191",39814,44664 +"233192",39814,46643 +"233193",39814,68438 +"233194",39814,104641 +"233195",39814,104654 +"233196",39816,45669 +"233197",39817,54257 +"233198",39817,85065 +"233199",39818,52363 +"233200",39819,52619 +"233201",39819,62683 +"233202",39820,62986 +"233203",39820,76007 +"233204",39820,110940 +"233205",39821,55469 +"233206",39821,75675 +"233207",39822,50119 +"233208",39823,58687 +"233209",39823,76934 +"233210",39823,77579 +"233211",39823,107701 +"233212",39824,50954 +"233213",39825,55297 +"233214",39825,110329 +"233215",39826,41785 +"233216",39826,41804 +"233217",39826,41859 +"233218",39826,50965 +"233219",39828,54224 +"233220",39828,69878 +"233221",39828,76066 +"233222",39828,80981 +"233223",39828,81020 +"233224",39828,81025 +"233225",39828,83769 +"233226",39828,102410 +"233227",39828,112030 +"233228",39829,75334 +"233229",39829,100974 +"233230",39830,47175 +"233231",39833,88333 +"233232",39833,90318 +"233233",39835,75183 +"233234",39835,76110 +"233235",39835,91073 +"233236",39835,101524 +"233237",39835,109010 +"233238",39836,39877 +"233239",39837,83916 +"233240",39838,41185 +"233241",39838,52917 +"233242",39838,60056 +"233243",39838,78081 +"233244",39838,78768 +"233245",39838,102663 +"233246",39839,71085 +"233247",39840,39841 +"233248",39840,39842 +"233249",39840,39843 +"233250",39840,39901 +"233251",39840,39902 +"233252",39840,39903 +"233253",39841,39842 +"233254",39841,39843 +"233255",39841,39901 +"233256",39841,39902 +"233257",39841,39903 +"233258",39842,39843 +"233259",39842,39901 +"233260",39842,39902 +"233261",39842,39903 +"233262",39843,39901 +"233263",39843,39902 +"233264",39843,39903 +"233265",39844,44002 +"233266",39844,44010 +"233267",39845,66662 +"233268",39845,113315 +"233269",39846,39892 +"233270",39846,39922 +"233271",39849,50164 +"233272",39850,47722 +"233273",39850,47731 +"233274",39851,41412 +"233275",39853,39968 +"233276",39853,53271 +"233277",39853,55556 +"233278",39853,59700 +"233279",39853,75459 +"233280",39853,76387 +"233281",39853,80526 +"233282",39853,80562 +"233283",39854,39867 +"233284",39854,51072 +"233285",39854,59519 +"233286",39854,85707 +"233287",39854,105236 +"233288",39857,39982 +"233289",39858,39870 +"233290",39859,54311 +"233291",39859,54347 +"233292",39861,39862 +"233293",39862,58890 +"233294",39862,118575 +"233295",39864,41644 +"233296",39864,83128 +"233297",39865,40072 +"233298",39865,59939 +"233299",39865,62273 +"233300",39865,88699 +"233301",39865,91912 +"233302",39865,94671 +"233303",39865,100230 +"233304",39865,106875 +"233305",39865,118291 +"233306",39866,42598 +"233307",39866,52944 +"233308",39866,68475 +"233309",39866,68496 +"233310",39867,52518 +"233311",39867,98460 +"233312",39868,94845 +"233313",39868,111883 +"233314",39868,118020 +"233315",39868,118118 +"233316",39869,49281 +"233317",39869,65109 +"233318",39869,65182 +"233319",39871,52890 +"233320",39871,108549 +"233321",39871,112208 +"233322",39872,43457 +"233323",39872,48235 +"233324",39872,49763 +"233325",39872,49814 +"233326",39872,49942 +"233327",39872,65451 +"233328",39872,110982 +"233329",39873,47865 +"233330",39873,57072 +"233331",39873,64994 +"233332",39873,79399 +"233333",39873,85586 +"233334",39873,85596 +"233335",39873,86341 +"233336",39873,91544 +"233337",39873,93562 +"233338",39874,41263 +"233339",39874,42432 +"233340",39874,69174 +"233341",39874,71536 +"233342",39874,94538 +"233343",39874,113043 +"233344",39875,39916 +"233345",39875,39958 +"233346",39875,42948 +"233347",39875,55541 +"233348",39875,103830 +"233349",39877,53588 +"233350",39878,55122 +"233351",39878,78002 +"233352",39878,80351 +"233353",39878,81245 +"233354",39878,98205 +"233355",39878,109108 +"233356",39878,111222 +"233357",39879,80481 +"233358",39879,89147 +"233359",39879,102871 +"233360",39880,49056 +"233361",39880,66052 +"233362",39881,71574 +"233363",39881,84780 +"233364",39881,108007 +"233365",39882,51512 +"233366",39882,56110 +"233367",39882,98625 +"233368",39884,40356 +"233369",39884,41922 +"233370",39884,42235 +"233371",39884,42337 +"233372",39884,44649 +"233373",39884,49769 +"233374",39884,59673 +"233375",39884,63823 +"233376",39884,65884 +"233377",39884,85031 +"233378",39884,103255 +"233379",39885,43783 +"233380",39885,45216 +"233381",39885,68933 +"233382",39885,71858 +"233383",39887,75954 +"233384",39888,46408 +"233385",39888,119366 +"233386",39890,44616 +"233387",39890,57054 +"233388",39892,39922 +"233389",39893,62020 +"233390",39893,69523 +"233391",39893,77677 +"233392",39893,85072 +"233393",39894,39939 +"233394",39894,39983 +"233395",39895,41317 +"233396",39895,91055 +"233397",39895,96857 +"233398",39895,101096 +"233399",39895,101873 +"233400",39897,68887 +"233401",39897,98195 +"233402",39897,104720 +"233403",39897,123457 +"233404",39899,79243 +"233405",39899,80965 +"233406",39899,82261 +"233407",39899,86171 +"233408",39899,111792 +"233409",39899,111805 +"233410",39901,39902 +"233411",39901,39903 +"233412",39902,39903 +"233413",39904,64118 +"233414",39904,106952 +"233415",39904,110173 +"233416",39904,120043 +"233417",39905,39913 +"233418",39906,61036 +"233419",39906,77077 +"233420",39906,77316 +"233421",39906,80538 +"233422",39906,92468 +"233423",39906,94069 +"233424",39906,99240 +"233425",39907,40268 +"233426",39907,81352 +"233427",39907,95958 +"233428",39908,39962 +"233429",39908,39963 +"233430",39908,69561 +"233431",39908,69923 +"233432",39909,46625 +"233433",39909,58466 +"233434",39909,111971 +"233435",39909,112951 +"233436",39909,114461 +"233437",39910,46990 +"233438",39912,71413 +"233439",39912,89300 +"233440",39912,114431 +"233441",39912,117705 +"233442",39914,42642 +"233443",39914,42672 +"233444",39914,69591 +"233445",39914,79179 +"233446",39914,79214 +"233447",39914,97373 +"233448",39916,39958 +"233449",39916,42462 +"233450",39916,42948 +"233451",39916,45477 +"233452",39916,45598 +"233453",39916,49422 +"233454",39916,57750 +"233455",39916,60413 +"233456",39916,60536 +"233457",39916,61372 +"233458",39916,69788 +"233459",39916,76489 +"233460",39916,121876 +"233461",39916,122610 +"233462",39917,46348 +"233463",39917,54027 +"233464",39917,64126 +"233465",39918,94643 +"233466",39918,104776 +"233467",39918,118994 +"233468",39918,122326 +"233469",39919,50341 +"233470",39920,54451 +"233471",39920,69625 +"233472",39921,111597 +"233473",39923,84886 +"233474",39924,122391 +"233475",39925,54858 +"233476",39925,72421 +"233477",39925,106043 +"233478",39926,39927 +"233479",39927,41715 +"233480",39927,86826 +"233481",39927,90715 +"233482",39927,114740 +"233483",39928,43710 +"233484",39928,44819 +"233485",39928,72691 +"233486",39928,88452 +"233487",39928,90343 +"233488",39928,100129 +"233489",39928,108613 +"233490",39928,109781 +"233491",39929,81866 +"233492",39929,103061 +"233493",39930,51500 +"233494",39930,53079 +"233495",39930,55402 +"233496",39931,47607 +"233497",39931,67911 +"233498",39931,106618 +"233499",39931,106624 +"233500",39931,106639 +"233501",39932,43080 +"233502",39932,54898 +"233503",39933,42895 +"233504",39933,60292 +"233505",39933,75130 +"233506",39934,65049 +"233507",39934,65174 +"233508",39934,65273 +"233509",39934,73302 +"233510",39935,49601 +"233511",39936,39940 +"233512",39938,99155 +"233513",39939,39983 +"233514",39939,82382 +"233515",39941,72362 +"233516",39942,45199 +"233517",39943,39949 +"233518",39944,46343 +"233519",39946,39955 +"233520",39946,96212 +"233521",39946,97830 +"233522",39947,59510 +"233523",39947,111419 +"233524",39947,120598 +"233525",39948,39972 +"233526",39950,47375 +"233527",39950,55621 +"233528",39950,92824 +"233529",39951,75445 +"233530",39952,43729 +"233531",39952,59082 +"233532",39952,69928 +"233533",39953,54115 +"233534",39953,113826 +"233535",39953,113931 +"233536",39954,39959 +"233537",39956,59234 +"233538",39956,59848 +"233539",39956,70014 +"233540",39957,97000 +"233541",39958,40944 +"233542",39958,57679 +"233543",39958,60536 +"233544",39958,83330 +"233545",39958,119874 +"233546",39958,119875 +"233547",39958,121878 +"233548",39960,46099 +"233549",39960,65425 +"233550",39960,69439 +"233551",39960,105229 +"233552",39961,40853 +"233553",39961,54743 +"233554",39962,39963 +"233555",39963,51976 +"233556",39963,61720 +"233557",39964,78696 +"233558",39965,42366 +"233559",39966,88671 +"233560",39966,102630 +"233561",39966,102638 +"233562",39968,44128 +"233563",39968,44254 +"233564",39968,45711 +"233565",39968,47803 +"233566",39968,74496 +"233567",39968,86777 +"233568",39968,114097 +"233569",39969,74893 +"233570",39970,75864 +"233571",39970,99697 +"233572",39970,110426 +"233573",39970,110540 +"233574",39971,58469 +"233575",39974,56709 +"233576",39974,120919 +"233577",39975,80499 +"233578",39975,105671 +"233579",39975,110212 +"233580",39976,99038 +"233581",39977,42635 +"233582",39977,110462 +"233583",39979,41323 +"233584",39979,55019 +"233585",39979,55318 +"233586",39979,56306 +"233587",39979,58390 +"233588",39979,59657 +"233589",39979,63440 +"233590",39979,66763 +"233591",39979,67036 +"233592",39979,70473 +"233593",39979,72318 +"233594",39979,111558 +"233595",39981,89372 +"233596",39982,57473 +"233597",39982,68911 +"233598",39982,69924 +"233599",39982,74954 +"233600",39982,106190 +"233601",39983,41895 +"233602",39983,41945 +"233603",39983,44326 +"233604",39983,45310 +"233605",39983,46167 +"233606",39983,55362 +"233607",39984,40030 +"233608",39984,52646 +"233609",39984,52647 +"233610",39985,54000 +"233611",39985,55051 +"233612",39985,78874 +"233613",39985,82073 +"233614",39985,82103 +"233615",39985,92999 +"233616",39986,46578 +"233617",39986,88396 +"233618",39987,40096 +"233619",39987,60664 +"233620",39987,73010 +"233621",39988,57072 +"233622",39989,52699 +"233623",39989,66847 +"233624",39990,89059 +"233625",39991,61147 +"233626",39991,83013 +"233627",39991,105611 +"233628",39992,75905 +"233629",39992,92056 +"233630",39992,99285 +"233631",39993,54913 +"233632",39993,61921 +"233633",39993,84406 +"233634",39993,94257 +"233635",39997,57538 +"233636",39997,57579 +"233637",39997,96148 +"233638",39998,45159 +"233639",39998,90099 +"233640",39999,53531 +"233641",39999,59723 +"233642",39999,63429 +"233643",39999,70469 +"233644",39999,106536 +"233645",40002,40014 +"233646",40002,40016 +"233647",40002,40082 +"233648",40002,40084 +"233649",40002,40118 +"233650",40002,40124 +"233651",40002,50044 +"233652",40003,42069 +"233653",40003,59281 +"233654",40003,70960 +"233655",40003,95550 +"233656",40004,40086 +"233657",40004,109369 +"233658",40005,112661 +"233659",40006,40031 +"233660",40006,40067 +"233661",40006,97905 +"233662",40007,45899 +"233663",40007,72138 +"233664",40008,52483 +"233665",40008,80870 +"233666",40008,82596 +"233667",40008,94418 +"233668",40009,40568 +"233669",40009,64304 +"233670",40009,71974 +"233671",40009,107156 +"233672",40009,109632 +"233673",40010,40112 +"233674",40010,43301 +"233675",40010,85807 +"233676",40011,40489 +"233677",40012,53401 +"233678",40013,40216 +"233679",40013,44294 +"233680",40013,58589 +"233681",40013,77181 +"233682",40013,84378 +"233683",40013,85565 +"233684",40013,97706 +"233685",40013,105050 +"233686",40013,115338 +"233687",40013,115820 +"233688",40013,119086 +"233689",40014,40016 +"233690",40014,40082 +"233691",40014,40084 +"233692",40014,40118 +"233693",40014,40124 +"233694",40014,50044 +"233695",40016,40082 +"233696",40016,40084 +"233697",40016,40118 +"233698",40016,40124 +"233699",40016,50044 +"233700",40017,75695 +"233701",40017,90246 +"233702",40017,101221 +"233703",40017,110182 +"233704",40018,40092 +"233705",40018,53893 +"233706",40018,53894 +"233707",40018,53902 +"233708",40018,53911 +"233709",40018,53970 +"233710",40018,53981 +"233711",40019,54002 +"233712",40019,54234 +"233713",40019,64394 +"233714",40019,64416 +"233715",40019,64443 +"233716",40021,40070 +"233717",40021,59383 +"233718",40021,81095 +"233719",40021,87346 +"233720",40021,103658 +"233721",40021,104867 +"233722",40021,118056 +"233723",40022,48632 +"233724",40022,48692 +"233725",40022,48739 +"233726",40022,48794 +"233727",40022,48806 +"233728",40023,61880 +"233729",40023,68407 +"233730",40023,70432 +"233731",40024,40309 +"233732",40024,65111 +"233733",40024,81716 +"233734",40025,58485 +"233735",40025,80046 +"233736",40025,101279 +"233737",40026,45951 +"233738",40026,88690 +"233739",40026,103025 +"233740",40027,45082 +"233741",40028,40072 +"233742",40028,44521 +"233743",40028,45352 +"233744",40028,46525 +"233745",40028,46526 +"233746",40028,46543 +"233747",40028,46544 +"233748",40028,46629 +"233749",40028,46670 +"233750",40028,50236 +"233751",40028,53005 +"233752",40028,56082 +"233753",40028,56237 +"233754",40028,58918 +"233755",40028,62041 +"233756",40028,63954 +"233757",40028,67998 +"233758",40028,71829 +"233759",40028,72188 +"233760",40028,79082 +"233761",40028,94671 +"233762",40028,97237 +"233763",40028,101793 +"233764",40028,114713 +"233765",40028,116808 +"233766",40029,40054 +"233767",40029,77516 +"233768",40029,83485 +"233769",40029,116645 +"233770",40029,120252 +"233771",40030,77341 +"233772",40030,80828 +"233773",40030,90582 +"233774",40031,40067 +"233775",40033,49217 +"233776",40033,54866 +"233777",40033,55851 +"233778",40033,61529 +"233779",40033,68248 +"233780",40033,90745 +"233781",40034,40066 +"233782",40035,54742 +"233783",40035,66436 +"233784",40035,66478 +"233785",40035,66503 +"233786",40036,40352 +"233787",40036,70349 +"233788",40037,40306 +"233789",40037,48895 +"233790",40038,41064 +"233791",40038,49775 +"233792",40038,67988 +"233793",40038,93233 +"233794",40038,93241 +"233795",40038,98612 +"233796",40039,86781 +"233797",40039,108200 +"233798",40039,111025 +"233799",40039,114506 +"233800",40039,114510 +"233801",40039,118150 +"233802",40040,40049 +"233803",40040,60597 +"233804",40040,80776 +"233805",40041,41486 +"233806",40041,49966 +"233807",40041,53031 +"233808",40041,78814 +"233809",40041,103426 +"233810",40041,108718 +"233811",40042,52519 +"233812",40043,63327 +"233813",40043,64586 +"233814",40043,91997 +"233815",40043,109801 +"233816",40043,109981 +"233817",40044,50618 +"233818",40044,55052 +"233819",40044,55060 +"233820",40044,84257 +"233821",40044,95264 +"233822",40044,109140 +"233823",40045,40093 +"233824",40046,95215 +"233825",40046,108705 +"233826",40046,118182 +"233827",40047,44972 +"233828",40047,100354 +"233829",40048,40057 +"233830",40048,40058 +"233831",40048,45640 +"233832",40048,46593 +"233833",40048,49475 +"233834",40048,65118 +"233835",40048,94864 +"233836",40050,47011 +"233837",40050,74380 +"233838",40050,86630 +"233839",40050,98208 +"233840",40050,103610 +"233841",40051,44351 +"233842",40051,46048 +"233843",40051,66802 +"233844",40051,90586 +"233845",40051,99641 +"233846",40051,108634 +"233847",40051,113683 +"233848",40052,46732 +"233849",40052,81342 +"233850",40052,107445 +"233851",40052,111552 +"233852",40052,118354 +"233853",40053,53406 +"233854",40053,75634 +"233855",40053,85649 +"233856",40053,101646 +"233857",40053,118342 +"233858",40053,119673 +"233859",40053,121661 +"233860",40053,122981 +"233861",40055,49640 +"233862",40055,85793 +"233863",40055,101367 +"233864",40056,47302 +"233865",40056,64525 +"233866",40056,88386 +"233867",40056,105835 +"233868",40057,40058 +"233869",40057,46593 +"233870",40057,83880 +"233871",40057,118426 +"233872",40058,45556 +"233873",40059,50234 +"233874",40059,65111 +"233875",40059,88663 +"233876",40059,115514 +"233877",40060,41287 +"233878",40060,91549 +"233879",40060,96358 +"233880",40061,56242 +"233881",40061,90279 +"233882",40061,97106 +"233883",40061,97782 +"233884",40061,97798 +"233885",40061,97816 +"233886",40063,79554 +"233887",40063,84505 +"233888",40064,41679 +"233889",40065,63232 +"233890",40065,94642 +"233891",40065,105825 +"233892",40065,112504 +"233893",40067,40495 +"233894",40067,77793 +"233895",40067,122862 +"233896",40067,122896 +"233897",40067,122898 +"233898",40067,122908 +"233899",40068,40522 +"233900",40068,40559 +"233901",40068,40616 +"233902",40069,75215 +"233903",40070,75709 +"233904",40072,45352 +"233905",40072,47270 +"233906",40072,49084 +"233907",40072,50236 +"233908",40072,56201 +"233909",40072,59939 +"233910",40072,88699 +"233911",40072,91912 +"233912",40072,94671 +"233913",40072,100230 +"233914",40072,112437 +"233915",40072,112527 +"233916",40073,72197 +"233917",40074,92280 +"233918",40075,43208 +"233919",40075,123428 +"233920",40076,40140 +"233921",40076,67045 +"233922",40077,70734 +"233923",40077,89664 +"233924",40077,111823 +"233925",40077,116791 +"233926",40077,118278 +"233927",40078,60077 +"233928",40078,64644 +"233929",40078,102701 +"233930",40078,102758 +"233931",40079,88581 +"233932",40079,95542 +"233933",40080,45878 +"233934",40080,68443 +"233935",40081,81451 +"233936",40081,97831 +"233937",40081,122647 +"233938",40082,40084 +"233939",40082,40118 +"233940",40082,40124 +"233941",40082,50044 +"233942",40083,56730 +"233943",40084,40118 +"233944",40084,40124 +"233945",40084,50044 +"233946",40085,40119 +"233947",40087,75979 +"233948",40087,88010 +"233949",40087,88019 +"233950",40088,50635 +"233951",40088,104494 +"233952",40088,107720 +"233953",40089,41197 +"233954",40089,42616 +"233955",40089,45369 +"233956",40089,45400 +"233957",40089,46038 +"233958",40089,57052 +"233959",40089,60799 +"233960",40089,64120 +"233961",40089,71245 +"233962",40090,62381 +"233963",40091,40094 +"233964",40091,61449 +"233965",40093,64270 +"233966",40093,97772 +"233967",40093,104541 +"233968",40093,105676 +"233969",40094,81059 +"233970",40095,51319 +"233971",40095,52294 +"233972",40095,52378 +"233973",40095,52579 +"233974",40095,55802 +"233975",40095,70715 +"233976",40095,80871 +"233977",40095,80912 +"233978",40097,52786 +"233979",40097,63516 +"233980",40097,75570 +"233981",40098,56358 +"233982",40098,57795 +"233983",40098,76173 +"233984",40098,99180 +"233985",40099,40494 +"233986",40099,62407 +"233987",40099,69970 +"233988",40099,98381 +"233989",40100,70406 +"233990",40100,117490 +"233991",40102,90519 +"233992",40103,49939 +"233993",40103,53849 +"233994",40103,122844 +"233995",40104,40880 +"233996",40104,64837 +"233997",40104,75006 +"233998",40105,41848 +"233999",40105,83694 +"234000",40105,108931 +"234001",40107,40109 +"234002",40107,68749 +"234003",40107,70314 +"234004",40108,49075 +"234005",40108,51180 +"234006",40108,51208 +"234007",40108,51294 +"234008",40108,51316 +"234009",40109,68749 +"234010",40109,70314 +"234011",40113,42289 +"234012",40113,48281 +"234013",40113,48380 +"234014",40113,49226 +"234015",40113,50662 +"234016",40113,52293 +"234017",40113,56216 +"234018",40113,59615 +"234019",40113,62679 +"234020",40113,63105 +"234021",40113,67726 +"234022",40113,68001 +"234023",40113,68475 +"234024",40113,68917 +"234025",40113,69296 +"234026",40113,71106 +"234027",40113,73655 +"234028",40113,75113 +"234029",40113,75767 +"234030",40113,76046 +"234031",40113,76459 +"234032",40113,76808 +"234033",40113,77727 +"234034",40113,78224 +"234035",40113,79222 +"234036",40113,81821 +"234037",40113,82978 +"234038",40113,83306 +"234039",40113,85027 +"234040",40113,88412 +"234041",40113,90275 +"234042",40113,90426 +"234043",40113,91112 +"234044",40113,91526 +"234045",40113,93425 +"234046",40113,93523 +"234047",40113,94520 +"234048",40113,95954 +"234049",40113,99544 +"234050",40113,99547 +"234051",40113,99554 +"234052",40113,100595 +"234053",40113,100739 +"234054",40113,100819 +"234055",40113,101898 +"234056",40113,101988 +"234057",40113,102146 +"234058",40113,102201 +"234059",40113,102309 +"234060",40113,102635 +"234061",40113,102730 +"234062",40113,102846 +"234063",40113,103790 +"234064",40113,104095 +"234065",40113,104574 +"234066",40113,104784 +"234067",40113,104845 +"234068",40113,107269 +"234069",40113,107623 +"234070",40113,107714 +"234071",40113,107879 +"234072",40113,107975 +"234073",40113,112545 +"234074",40113,118749 +"234075",40115,44809 +"234076",40115,65995 +"234077",40115,74465 +"234078",40116,40125 +"234079",40117,46746 +"234080",40117,49091 +"234081",40117,52672 +"234082",40117,64176 +"234083",40117,76818 +"234084",40118,40124 +"234085",40118,50044 +"234086",40119,41189 +"234087",40120,69215 +"234088",40121,114861 +"234089",40124,50044 +"234090",40125,122696 +"234091",40126,54543 +"234092",40127,64848 +"234093",40128,63531 +"234094",40128,73374 +"234095",40128,75825 +"234096",40128,77131 +"234097",40128,88943 +"234098",40128,89036 +"234099",40128,99070 +"234100",40128,99344 +"234101",40128,99695 +"234102",40128,99707 +"234103",40128,101820 +"234104",40128,110508 +"234105",40128,112794 +"234106",40128,115013 +"234107",40128,115354 +"234108",40129,40498 +"234109",40129,46367 +"234110",40129,53326 +"234111",40129,57174 +"234112",40129,76218 +"234113",40129,78052 +"234114",40129,78812 +"234115",40129,91899 +"234116",40130,63074 +"234117",40130,68528 +"234118",40130,116256 +"234119",40131,40166 +"234120",40131,40392 +"234121",40131,40905 +"234122",40131,41030 +"234123",40131,41527 +"234124",40131,41529 +"234125",40131,41778 +"234126",40131,43147 +"234127",40131,43234 +"234128",40131,43858 +"234129",40131,44828 +"234130",40131,45657 +"234131",40131,45933 +"234132",40131,46434 +"234133",40131,46788 +"234134",40131,47123 +"234135",40131,47488 +"234136",40131,48909 +"234137",40131,49859 +"234138",40131,50064 +"234139",40131,50067 +"234140",40131,50554 +"234141",40131,50879 +"234142",40131,51783 +"234143",40131,52018 +"234144",40131,53444 +"234145",40131,53527 +"234146",40131,53555 +"234147",40131,54275 +"234148",40131,56628 +"234149",40131,58004 +"234150",40131,58068 +"234151",40131,58633 +"234152",40131,61111 +"234153",40131,61127 +"234154",40131,68287 +"234155",40132,42272 +"234156",40132,78586 +"234157",40133,40465 +"234158",40133,48769 +"234159",40134,56695 +"234160",40134,58352 +"234161",40134,67952 +"234162",40134,89054 +"234163",40136,46053 +"234164",40136,75213 +"234165",40136,115889 +"234166",40137,42783 +"234167",40137,89935 +"234168",40138,64318 +"234169",40141,50166 +"234170",40141,100052 +"234171",40141,100077 +"234172",40142,67731 +"234173",40142,94256 +"234174",40143,58000 +"234175",40143,64604 +"234176",40143,68878 +"234177",40143,82572 +"234178",40143,82580 +"234179",40143,97448 +"234180",40144,47170 +"234181",40144,52484 +"234182",40144,61047 +"234183",40144,62268 +"234184",40144,86874 +"234185",40144,100852 +"234186",40144,108739 +"234187",40145,105385 +"234188",40146,42216 +"234189",40146,43404 +"234190",40146,55084 +"234191",40146,66544 +"234192",40147,55472 +"234193",40147,70265 +"234194",40147,73513 +"234195",40147,79537 +"234196",40147,79571 +"234197",40147,91135 +"234198",40148,60779 +"234199",40148,92034 +"234200",40148,110620 +"234201",40148,111756 +"234202",40148,112776 +"234203",40148,112780 +"234204",40148,112781 +"234205",40148,112793 +"234206",40149,40271 +"234207",40149,97098 +"234208",40151,62366 +"234209",40152,46465 +"234210",40152,49871 +"234211",40152,77521 +"234212",40152,78273 +"234213",40153,40164 +"234214",40153,40253 +"234215",40154,83043 +"234216",40155,42372 +"234217",40155,44647 +"234218",40155,52867 +"234219",40155,58671 +"234220",40155,71561 +"234221",40155,74802 +"234222",40156,40165 +"234223",40156,40200 +"234224",40156,40280 +"234225",40156,46665 +"234226",40156,59955 +"234227",40156,63147 +"234228",40156,63331 +"234229",40156,82161 +"234230",40157,40289 +"234231",40157,40787 +"234232",40157,76861 +"234233",40157,99225 +"234234",40158,52940 +"234235",40158,53771 +"234236",40159,111218 +"234237",40160,101942 +"234238",40161,41299 +"234239",40161,41930 +"234240",40161,50086 +"234241",40161,58371 +"234242",40161,63206 +"234243",40161,74921 +"234244",40161,87159 +"234245",40161,88484 +"234246",40161,105971 +"234247",40161,113097 +"234248",40162,89924 +"234249",40163,55739 +"234250",40164,40253 +"234251",40164,42183 +"234252",40164,68758 +"234253",40164,82772 +"234254",40164,120026 +"234255",40165,40200 +"234256",40165,40280 +"234257",40165,46665 +"234258",40165,59955 +"234259",40166,40392 +"234260",40166,40905 +"234261",40166,41030 +"234262",40166,41527 +"234263",40166,41529 +"234264",40166,41778 +"234265",40166,43147 +"234266",40166,43234 +"234267",40166,43858 +"234268",40166,44828 +"234269",40166,45657 +"234270",40166,45933 +"234271",40166,46434 +"234272",40166,46788 +"234273",40166,47123 +"234274",40166,47488 +"234275",40166,48909 +"234276",40166,49859 +"234277",40166,50064 +"234278",40166,50067 +"234279",40166,50554 +"234280",40166,50879 +"234281",40166,51783 +"234282",40166,52018 +"234283",40166,53444 +"234284",40166,53527 +"234285",40166,53555 +"234286",40166,54275 +"234287",40166,56628 +"234288",40166,58004 +"234289",40166,58068 +"234290",40166,58633 +"234291",40166,61111 +"234292",40166,61127 +"234293",40166,68287 +"234294",40169,46096 +"234295",40170,40244 +"234296",40170,53870 +"234297",40173,41820 +"234298",40173,42032 +"234299",40173,57648 +"234300",40173,72440 +"234301",40173,76516 +"234302",40173,84208 +"234303",40173,85843 +"234304",40173,88849 +"234305",40173,93198 +"234306",40173,93199 +"234307",40173,93201 +"234308",40173,93204 +"234309",40173,93211 +"234310",40173,93284 +"234311",40173,96872 +"234312",40173,98823 +"234313",40173,102167 +"234314",40173,114120 +"234315",40176,53925 +"234316",40176,60302 +"234317",40176,60345 +"234318",40176,78444 +"234319",40176,84436 +"234320",40176,84666 +"234321",40176,84709 +"234322",40176,89283 +"234323",40176,97583 +"234324",40178,87749 +"234325",40179,40180 +"234326",40180,50359 +"234327",40180,74260 +"234328",40180,74342 +"234329",40180,74349 +"234330",40181,43198 +"234331",40181,70468 +"234332",40181,70513 +"234333",40181,70549 +"234334",40181,70558 +"234335",40182,88619 +"234336",40182,96245 +"234337",40183,43271 +"234338",40183,51229 +"234339",40183,51343 +"234340",40184,84806 +"234341",40185,85789 +"234342",40185,122260 +"234343",40185,122899 +"234344",40186,45213 +"234345",40186,49370 +"234346",40186,56676 +"234347",40186,58919 +"234348",40186,69394 +"234349",40186,73466 +"234350",40186,89736 +"234351",40186,95994 +"234352",40186,97812 +"234353",40186,110242 +"234354",40188,40254 +"234355",40189,76091 +"234356",40190,53613 +"234357",40190,85689 +"234358",40190,121808 +"234359",40191,51872 +"234360",40191,58533 +"234361",40192,40195 +"234362",40192,40212 +"234363",40192,40242 +"234364",40193,57138 +"234365",40193,99091 +"234366",40193,109947 +"234367",40193,112477 +"234368",40194,49352 +"234369",40194,52915 +"234370",40194,57710 +"234371",40194,75109 +"234372",40194,114463 +"234373",40195,40212 +"234374",40195,40242 +"234375",40196,40291 +"234376",40196,76288 +"234377",40197,51786 +"234378",40197,79664 +"234379",40197,113421 +"234380",40198,40305 +"234381",40199,48900 +"234382",40199,51016 +"234383",40199,51873 +"234384",40199,65613 +"234385",40199,69347 +"234386",40199,77031 +"234387",40199,93571 +"234388",40199,95155 +"234389",40199,96920 +"234390",40199,102561 +"234391",40199,107023 +"234392",40199,108620 +"234393",40199,114882 +"234394",40200,40280 +"234395",40200,46665 +"234396",40200,59955 +"234397",40200,63147 +"234398",40200,63331 +"234399",40200,79837 +"234400",40200,82161 +"234401",40201,70042 +"234402",40201,70078 +"234403",40201,122536 +"234404",40202,47253 +"234405",40202,71026 +"234406",40203,40673 +"234407",40203,72329 +"234408",40203,86373 +"234409",40203,89760 +"234410",40203,90663 +"234411",40203,91167 +"234412",40203,103720 +"234413",40204,51772 +"234414",40204,57468 +"234415",40204,61056 +"234416",40204,69044 +"234417",40204,72782 +"234418",40204,82315 +"234419",40204,82787 +"234420",40204,83022 +"234421",40204,83057 +"234422",40204,83063 +"234423",40204,83078 +"234424",40206,51255 +"234425",40207,73968 +"234426",40207,103489 +"234427",40208,109604 +"234428",40209,40241 +"234429",40211,41254 +"234430",40211,42519 +"234431",40211,57058 +"234432",40211,80569 +"234433",40211,96081 +"234434",40211,99070 +"234435",40211,102215 +"234436",40211,102233 +"234437",40211,114641 +"234438",40212,40242 +"234439",40213,43882 +"234440",40213,57082 +"234441",40213,58238 +"234442",40213,73263 +"234443",40215,56644 +"234444",40215,88735 +"234445",40215,88743 +"234446",40215,88748 +"234447",40216,44294 +"234448",40216,58589 +"234449",40216,77181 +"234450",40216,82853 +"234451",40216,85565 +"234452",40216,97706 +"234453",40216,101956 +"234454",40216,105050 +"234455",40216,115338 +"234456",40216,115820 +"234457",40216,119086 +"234458",40218,48615 +"234459",40218,50076 +"234460",40218,51774 +"234461",40218,91735 +"234462",40219,45045 +"234463",40219,48637 +"234464",40219,111499 +"234465",40221,40256 +"234466",40223,83559 +"234467",40223,84870 +"234468",40224,49290 +"234469",40225,46852 +"234470",40225,66898 +"234471",40225,82741 +"234472",40225,119001 +"234473",40226,41245 +"234474",40226,60723 +"234475",40226,78451 +"234476",40226,109544 +"234477",40226,113156 +"234478",40228,40745 +"234479",40228,53722 +"234480",40229,46024 +"234481",40229,83437 +"234482",40229,87666 +"234483",40230,56100 +"234484",40231,40453 +"234485",40231,41435 +"234486",40231,41464 +"234487",40231,41533 +"234488",40231,42700 +"234489",40231,43844 +"234490",40231,45532 +"234491",40231,45869 +"234492",40231,47113 +"234493",40231,49064 +"234494",40231,50568 +"234495",40231,57478 +"234496",40231,72520 +"234497",40231,79422 +"234498",40231,79992 +"234499",40231,80624 +"234500",40231,85580 +"234501",40231,89020 +"234502",40231,94550 +"234503",40231,101453 +"234504",40231,111339 +"234505",40232,69321 +"234506",40233,60291 +"234507",40234,74669 +"234508",40234,99215 +"234509",40235,41453 +"234510",40235,41535 +"234511",40235,41562 +"234512",40235,70466 +"234513",40235,80894 +"234514",40235,80901 +"234515",40235,80906 +"234516",40236,41758 +"234517",40237,60711 +"234518",40237,89173 +"234519",40237,89174 +"234520",40238,46781 +"234521",40238,52951 +"234522",40238,59771 +"234523",40238,62625 +"234524",40238,73656 +"234525",40238,73680 +"234526",40238,94640 +"234527",40241,91845 +"234528",40241,92984 +"234529",40242,58674 +"234530",40243,91449 +"234531",40243,94634 +"234532",40245,43226 +"234533",40245,44463 +"234534",40245,44655 +"234535",40245,44973 +"234536",40245,46177 +"234537",40245,47048 +"234538",40245,48110 +"234539",40245,53343 +"234540",40245,58508 +"234541",40245,59731 +"234542",40245,62642 +"234543",40245,68091 +"234544",40245,69335 +"234545",40245,75245 +"234546",40245,75568 +"234547",40245,75776 +"234548",40245,75956 +"234549",40245,76387 +"234550",40245,76511 +"234551",40245,78978 +"234552",40245,79212 +"234553",40245,79241 +"234554",40245,79579 +"234555",40245,80239 +"234556",40245,80301 +"234557",40245,81397 +"234558",40245,88340 +"234559",40245,88749 +"234560",40245,89069 +"234561",40245,89373 +"234562",40245,89557 +"234563",40245,89995 +"234564",40245,90919 +"234565",40245,90936 +"234566",40245,92861 +"234567",40245,93097 +"234568",40245,94231 +"234569",40245,95489 +"234570",40245,96247 +"234571",40245,96363 +"234572",40245,97898 +"234573",40245,108309 +"234574",40248,47422 +"234575",40248,73375 +"234576",40248,77243 +"234577",40248,92773 +"234578",40248,98101 +"234579",40248,107851 +"234580",40248,112760 +"234581",40248,112810 +"234582",40249,40463 +"234583",40249,68875 +"234584",40249,69671 +"234585",40249,75373 +"234586",40249,91733 +"234587",40249,91734 +"234588",40249,91821 +"234589",40249,115655 +"234590",40250,40448 +"234591",40251,72531 +"234592",40251,74334 +"234593",40251,88816 +"234594",40251,91148 +"234595",40251,96075 +"234596",40251,96946 +"234597",40251,96947 +"234598",40251,96948 +"234599",40251,96949 +"234600",40251,96950 +"234601",40251,96951 +"234602",40251,96958 +"234603",40251,96959 +"234604",40251,97007 +"234605",40251,120704 +"234606",40251,123449 +"234607",40252,44577 +"234608",40253,40335 +"234609",40253,41197 +"234610",40253,51317 +"234611",40253,68741 +"234612",40253,69222 +"234613",40253,77152 +"234614",40253,98036 +"234615",40253,106524 +"234616",40253,116858 +"234617",40254,50429 +"234618",40254,57519 +"234619",40254,57526 +"234620",40254,57546 +"234621",40254,57558 +"234622",40254,57559 +"234623",40254,66295 +"234624",40255,51851 +"234625",40256,60344 +"234626",40256,64118 +"234627",40257,62581 +"234628",40257,64539 +"234629",40257,87704 +"234630",40258,94091 +"234631",40258,119589 +"234632",40259,74564 +"234633",40260,60260 +"234634",40260,66150 +"234635",40260,70889 +"234636",40260,70890 +"234637",40260,70908 +"234638",40260,70952 +"234639",40260,70962 +"234640",40260,70970 +"234641",40260,71098 +"234642",40260,96848 +"234643",40261,56616 +"234644",40261,61402 +"234645",40261,94336 +"234646",40263,43206 +"234647",40263,47300 +"234648",40263,53359 +"234649",40263,55765 +"234650",40263,59240 +"234651",40263,70392 +"234652",40263,85636 +"234653",40263,97454 +"234654",40263,97563 +"234655",40263,99213 +"234656",40263,114596 +"234657",40264,57082 +"234658",40264,71536 +"234659",40264,86286 +"234660",40264,93116 +"234661",40264,97241 +"234662",40264,102015 +"234663",40266,40277 +"234664",40266,70937 +"234665",40267,65714 +"234666",40267,65736 +"234667",40267,67914 +"234668",40267,69481 +"234669",40267,100524 +"234670",40269,56295 +"234671",40269,58577 +"234672",40269,65982 +"234673",40269,67767 +"234674",40270,58224 +"234675",40270,58248 +"234676",40270,104691 +"234677",40270,105585 +"234678",40271,55387 +"234679",40271,97098 +"234680",40272,115547 +"234681",40274,41925 +"234682",40274,49996 +"234683",40274,55798 +"234684",40277,43099 +"234685",40277,45826 +"234686",40279,40459 +"234687",40279,74242 +"234688",40280,46665 +"234689",40280,56630 +"234690",40280,59955 +"234691",40281,76695 +"234692",40281,77440 +"234693",40282,73364 +"234694",40282,121344 +"234695",40283,49974 +"234696",40283,52073 +"234697",40283,53190 +"234698",40283,58036 +"234699",40283,69366 +"234700",40283,75469 +"234701",40283,86434 +"234702",40283,94790 +"234703",40283,97248 +"234704",40283,97267 +"234705",40283,97270 +"234706",40284,103669 +"234707",40285,52510 +"234708",40285,56201 +"234709",40285,76468 +"234710",40285,77758 +"234711",40285,92973 +"234712",40285,93187 +"234713",40285,93903 +"234714",40285,96798 +"234715",40286,63891 +"234716",40286,93374 +"234717",40286,100382 +"234718",40286,107681 +"234719",40286,112053 +"234720",40287,53942 +"234721",40287,81307 +"234722",40288,42540 +"234723",40289,99072 +"234724",40290,56232 +"234725",40290,68960 +"234726",40290,90478 +"234727",40290,102871 +"234728",40290,104783 +"234729",40291,67200 +"234730",40291,68838 +"234731",40292,41225 +"234732",40292,47968 +"234733",40293,44858 +"234734",40293,51654 +"234735",40293,58035 +"234736",40293,69327 +"234737",40293,74452 +"234738",40293,79116 +"234739",40293,79145 +"234740",40293,79766 +"234741",40293,82767 +"234742",40293,83906 +"234743",40293,88714 +"234744",40293,94102 +"234745",40293,95476 +"234746",40293,119564 +"234747",40293,119567 +"234748",40293,119614 +"234749",40295,87472 +"234750",40296,56022 +"234751",40296,84897 +"234752",40296,120304 +"234753",40296,122025 +"234754",40297,46640 +"234755",40297,55551 +"234756",40297,101767 +"234757",40299,44623 +"234758",40299,46851 +"234759",40299,56393 +"234760",40299,61412 +"234761",40299,65751 +"234762",40299,67339 +"234763",40299,76928 +"234764",40299,76956 +"234765",40299,96823 +"234766",40299,97954 +"234767",40299,97955 +"234768",40299,97972 +"234769",40299,97973 +"234770",40299,97981 +"234771",40299,97987 +"234772",40299,97994 +"234773",40299,97998 +"234774",40299,97999 +"234775",40299,98008 +"234776",40301,40327 +"234777",40301,40376 +"234778",40301,40377 +"234779",40301,40415 +"234780",40302,78514 +"234781",40303,40362 +"234782",40303,49822 +"234783",40303,64534 +"234784",40303,74018 +"234785",40304,49064 +"234786",40304,86312 +"234787",40305,48485 +"234788",40305,48505 +"234789",40306,48895 +"234790",40307,76350 +"234791",40307,88117 +"234792",40307,94976 +"234793",40308,41210 +"234794",40308,41385 +"234795",40308,44671 +"234796",40308,80115 +"234797",40309,45766 +"234798",40309,52292 +"234799",40309,52296 +"234800",40309,56062 +"234801",40309,56569 +"234802",40309,61744 +"234803",40309,98059 +"234804",40309,109463 +"234805",40311,77379 +"234806",40312,40437 +"234807",40312,44499 +"234808",40312,48104 +"234809",40312,48183 +"234810",40312,48525 +"234811",40312,75548 +"234812",40314,43016 +"234813",40314,59858 +"234814",40314,90994 +"234815",40314,110457 +"234816",40314,119473 +"234817",40316,69831 +"234818",40316,77389 +"234819",40317,49250 +"234820",40317,71307 +"234821",40317,77719 +"234822",40317,84590 +"234823",40317,95633 +"234824",40317,104665 +"234825",40317,111154 +"234826",40317,118770 +"234827",40318,41438 +"234828",40318,50009 +"234829",40318,53696 +"234830",40318,58449 +"234831",40318,76414 +"234832",40318,80666 +"234833",40318,85623 +"234834",40318,86595 +"234835",40318,96073 +"234836",40319,40340 +"234837",40319,52585 +"234838",40319,58827 +"234839",40319,66923 +"234840",40319,72429 +"234841",40319,83316 +"234842",40320,40373 +"234843",40320,40542 +"234844",40320,41182 +"234845",40320,42131 +"234846",40320,46843 +"234847",40320,48331 +"234848",40320,122669 +"234849",40321,81411 +"234850",40321,81479 +"234851",40322,40329 +"234852",40322,40346 +"234853",40322,40436 +"234854",40322,40455 +"234855",40322,86980 +"234856",40322,105589 +"234857",40323,114784 +"234858",40324,55177 +"234859",40324,56146 +"234860",40325,40326 +"234861",40326,77943 +"234862",40327,40376 +"234863",40327,40377 +"234864",40327,40415 +"234865",40328,40378 +"234866",40328,47507 +"234867",40328,48703 +"234868",40328,50927 +"234869",40329,40346 +"234870",40329,40436 +"234871",40329,40455 +"234872",40329,60985 +"234873",40329,63704 +"234874",40329,77077 +"234875",40329,86734 +"234876",40329,102142 +"234877",40329,105527 +"234878",40330,40862 +"234879",40330,59611 +"234880",40330,59689 +"234881",40330,59695 +"234882",40330,59781 +"234883",40331,40435 +"234884",40331,40445 +"234885",40331,52249 +"234886",40331,52302 +"234887",40331,65258 +"234888",40331,115243 +"234889",40332,101444 +"234890",40332,110082 +"234891",40333,40339 +"234892",40333,41824 +"234893",40334,40365 +"234894",40334,51265 +"234895",40334,53452 +"234896",40334,59454 +"234897",40334,63499 +"234898",40334,63695 +"234899",40334,63979 +"234900",40334,69641 +"234901",40334,70629 +"234902",40334,71177 +"234903",40335,40404 +"234904",40335,40462 +"234905",40335,43187 +"234906",40335,47232 +"234907",40335,48119 +"234908",40335,51317 +"234909",40335,60666 +"234910",40335,60799 +"234911",40335,63447 +"234912",40335,63611 +"234913",40335,63642 +"234914",40335,67738 +"234915",40335,68741 +"234916",40335,70488 +"234917",40335,85144 +"234918",40335,92459 +"234919",40335,115477 +"234920",40335,116858 +"234921",40336,62425 +"234922",40337,62727 +"234923",40338,43371 +"234924",40338,89686 +"234925",40339,66383 +"234926",40339,68908 +"234927",40339,69058 +"234928",40339,69076 +"234929",40341,57716 +"234930",40341,74711 +"234931",40341,81558 +"234932",40341,100995 +"234933",40341,102865 +"234934",40342,40471 +"234935",40343,43070 +"234936",40343,86626 +"234937",40343,86731 +"234938",40344,68952 +"234939",40345,40778 +"234940",40346,40436 +"234941",40346,40455 +"234942",40347,57109 +"234943",40347,81444 +"234944",40347,114380 +"234945",40348,66189 +"234946",40349,40408 +"234947",40349,52042 +"234948",40349,68423 +"234949",40349,71219 +"234950",40350,46186 +"234951",40350,88972 +"234952",40352,47237 +"234953",40352,49854 +"234954",40352,71925 +"234955",40352,110754 +"234956",40354,40356 +"234957",40355,92441 +"234958",40355,116533 +"234959",40356,41922 +"234960",40356,44649 +"234961",40356,59673 +"234962",40356,63823 +"234963",40356,71650 +"234964",40357,40434 +"234965",40357,49002 +"234966",40357,62248 +"234967",40357,62264 +"234968",40357,62265 +"234969",40358,42529 +"234970",40358,42578 +"234971",40358,42662 +"234972",40358,45934 +"234973",40358,61036 +"234974",40358,68823 +"234975",40358,69256 +"234976",40358,97012 +"234977",40358,101092 +"234978",40358,103698 +"234979",40359,66227 +"234980",40360,43147 +"234981",40360,48822 +"234982",40360,64173 +"234983",40360,74270 +"234984",40361,93202 +"234985",40361,104307 +"234986",40362,49822 +"234987",40362,64534 +"234988",40363,42754 +"234989",40363,97237 +"234990",40364,40389 +"234991",40364,44476 +"234992",40364,44677 +"234993",40364,71369 +"234994",40365,53452 +"234995",40365,63499 +"234996",40365,63979 +"234997",40366,40572 +"234998",40366,41197 +"234999",40366,44474 +"235000",40366,46486 +"235001",40366,57995 +"235002",40366,59540 +"235003",40366,71708 +"235004",40366,77308 +"235005",40366,100627 +"235006",40366,102759 +"235007",40367,64721 +"235008",40367,85931 +"235009",40368,52756 +"235010",40368,71560 +"235011",40368,71947 +"235012",40368,72935 +"235013",40368,75538 +"235014",40368,81019 +"235015",40368,86308 +"235016",40368,87341 +"235017",40368,107026 +"235018",40368,107037 +"235019",40368,109680 +"235020",40369,44648 +"235021",40369,58968 +"235022",40369,62810 +"235023",40369,64997 +"235024",40369,67314 +"235025",40369,77958 +"235026",40369,96924 +"235027",40370,41601 +"235028",40370,58147 +"235029",40370,58341 +"235030",40370,75067 +"235031",40370,83019 +"235032",40370,85764 +"235033",40370,92241 +"235034",40370,100554 +"235035",40370,108483 +"235036",40370,110140 +"235037",40370,110346 +"235038",40370,111615 +"235039",40371,40414 +"235040",40371,63953 +"235041",40372,50665 +"235042",40372,99927 +"235043",40373,40542 +"235044",40373,41182 +"235045",40373,42131 +"235046",40373,46843 +"235047",40373,48331 +"235048",40373,55241 +"235049",40374,40375 +"235050",40374,40395 +"235051",40374,55026 +"235052",40374,79157 +"235053",40374,115781 +"235054",40374,115803 +"235055",40375,40395 +"235056",40376,40377 +"235057",40376,40415 +"235058",40377,40415 +"235059",40377,59142 +"235060",40377,59148 +"235061",40377,59169 +"235062",40377,62235 +"235063",40377,62397 +"235064",40378,122492 +"235065",40379,43411 +"235066",40379,49708 +"235067",40379,49981 +"235068",40379,65725 +"235069",40379,68262 +"235070",40379,79891 +"235071",40379,80130 +"235072",40379,85433 +"235073",40379,87915 +"235074",40379,90784 +"235075",40379,94817 +"235076",40379,95004 +"235077",40379,101381 +"235078",40379,104588 +"235079",40379,104735 +"235080",40379,106413 +"235081",40379,107619 +"235082",40379,110336 +"235083",40379,116258 +"235084",40380,77560 +"235085",40380,87535 +"235086",40381,40420 +"235087",40381,46736 +"235088",40381,50484 +"235089",40382,56168 +"235090",40382,101703 +"235091",40383,43941 +"235092",40383,50495 +"235093",40383,53611 +"235094",40383,58946 +"235095",40383,83766 +"235096",40383,83794 +"235097",40383,83795 +"235098",40384,40472 +"235099",40384,40473 +"235100",40385,40446 +"235101",40385,91752 +"235102",40386,40387 +"235103",40388,53320 +"235104",40388,55144 +"235105",40388,59243 +"235106",40388,60580 +"235107",40388,66917 +"235108",40388,66949 +"235109",40388,66972 +"235110",40388,66973 +"235111",40389,46778 +"235112",40389,52506 +"235113",40389,57171 +"235114",40390,53568 +"235115",40390,102158 +"235116",40390,122453 +"235117",40392,40905 +"235118",40392,41030 +"235119",40392,41527 +"235120",40392,41529 +"235121",40392,41778 +"235122",40392,43147 +"235123",40392,43234 +"235124",40392,43276 +"235125",40392,43858 +"235126",40392,44828 +"235127",40392,45657 +"235128",40392,45933 +"235129",40392,46434 +"235130",40392,46788 +"235131",40392,47123 +"235132",40392,47488 +"235133",40392,48657 +"235134",40392,48909 +"235135",40392,49859 +"235136",40392,50064 +"235137",40392,50067 +"235138",40392,50554 +"235139",40392,50879 +"235140",40392,51783 +"235141",40392,52018 +"235142",40392,53444 +"235143",40392,53527 +"235144",40392,53555 +"235145",40392,54275 +"235146",40392,56628 +"235147",40392,58004 +"235148",40392,58068 +"235149",40392,58633 +"235150",40392,61111 +"235151",40392,61127 +"235152",40392,68287 +"235153",40393,49339 +"235154",40393,75044 +"235155",40393,86846 +"235156",40393,102371 +"235157",40394,49928 +"235158",40394,78512 +"235159",40394,94247 +"235160",40396,45873 +"235161",40396,50704 +"235162",40396,51646 +"235163",40396,61435 +"235164",40396,79270 +"235165",40396,80977 +"235166",40397,52637 +"235167",40398,41093 +"235168",40399,41979 +"235169",40399,46429 +"235170",40399,57394 +"235171",40399,75473 +"235172",40400,60192 +"235173",40401,40403 +"235174",40401,46802 +"235175",40401,78273 +"235176",40401,81313 +"235177",40404,40462 +"235178",40404,41197 +"235179",40404,44474 +"235180",40404,46486 +"235181",40404,56229 +"235182",40404,59178 +"235183",40404,108641 +"235184",40405,55296 +"235185",40405,60600 +"235186",40405,72584 +"235187",40406,51092 +"235188",40406,98029 +"235189",40406,100889 +"235190",40406,104001 +"235191",40406,104587 +"235192",40406,111357 +"235193",40406,112213 +"235194",40406,113405 +"235195",40407,65712 +"235196",40409,75943 +"235197",40410,105584 +"235198",40410,113156 +"235199",40410,122389 +"235200",40412,121395 +"235201",40415,48875 +"235202",40415,57487 +"235203",40415,64989 +"235204",40415,73591 +"235205",40415,80721 +"235206",40415,81050 +"235207",40415,81063 +"235208",40417,81637 +"235209",40417,84463 +"235210",40417,118946 +"235211",40418,105137 +"235212",40419,42608 +"235213",40419,44180 +"235214",40419,45818 +"235215",40419,51476 +"235216",40419,51892 +"235217",40419,53755 +"235218",40419,54168 +"235219",40419,57210 +"235220",40419,58482 +"235221",40419,59172 +"235222",40419,59816 +"235223",40419,61874 +"235224",40419,63274 +"235225",40419,66322 +"235226",40419,67327 +"235227",40419,70854 +"235228",40419,71683 +"235229",40419,72568 +"235230",40419,72628 +"235231",40419,73767 +"235232",40419,76331 +"235233",40419,78532 +"235234",40419,81609 +"235235",40419,85885 +"235236",40419,91255 +"235237",40419,92247 +"235238",40419,92352 +"235239",40419,92362 +"235240",40419,92929 +"235241",40419,93719 +"235242",40419,94906 +"235243",40419,94946 +"235244",40419,95889 +"235245",40419,96093 +"235246",40419,97988 +"235247",40419,99309 +"235248",40419,99376 +"235249",40419,99450 +"235250",40419,99471 +"235251",40419,99474 +"235252",40419,100916 +"235253",40419,100944 +"235254",40419,101126 +"235255",40419,101329 +"235256",40419,105557 +"235257",40419,107199 +"235258",40419,108743 +"235259",40419,108980 +"235260",40419,109291 +"235261",40419,109933 +"235262",40419,110483 +"235263",40419,110567 +"235264",40419,110572 +"235265",40419,110630 +"235266",40419,110648 +"235267",40419,110711 +"235268",40419,110770 +"235269",40419,110869 +"235270",40419,110911 +"235271",40419,111285 +"235272",40419,111314 +"235273",40419,111362 +"235274",40419,111372 +"235275",40419,111424 +"235276",40419,111433 +"235277",40419,112422 +"235278",40419,113269 +"235279",40419,113430 +"235280",40419,114242 +"235281",40419,114842 +"235282",40419,115427 +"235283",40419,115521 +"235284",40419,115711 +"235285",40421,64004 +"235286",40422,51470 +"235287",40422,73427 +"235288",40422,78024 +"235289",40422,92709 +"235290",40422,115462 +"235291",40422,115571 +"235292",40422,119721 +"235293",40423,93468 +"235294",40424,69417 +"235295",40424,78495 +"235296",40426,113260 +"235297",40427,68986 +"235298",40427,75089 +"235299",40427,77200 +"235300",40427,77560 +"235301",40427,81754 +"235302",40427,92625 +"235303",40427,95391 +"235304",40427,107486 +"235305",40427,107601 +"235306",40428,53423 +"235307",40428,64146 +"235308",40428,98821 +"235309",40428,101430 +"235310",40429,40443 +"235311",40429,50077 +"235312",40429,109572 +"235313",40429,118810 +"235314",40430,74661 +"235315",40430,83271 +"235316",40430,93075 +"235317",40430,100432 +"235318",40430,102360 +"235319",40430,102400 +"235320",40431,50468 +"235321",40431,50530 +"235322",40432,40725 +"235323",40432,52693 +"235324",40432,52739 +"235325",40432,53343 +"235326",40432,55501 +"235327",40432,65657 +"235328",40432,70736 +"235329",40432,72683 +"235330",40432,81497 +"235331",40432,82301 +"235332",40432,82408 +"235333",40432,82930 +"235334",40432,84119 +"235335",40432,101286 +"235336",40432,114337 +"235337",40432,114339 +"235338",40432,121801 +"235339",40432,123023 +"235340",40432,123147 +"235341",40433,115176 +"235342",40435,40445 +"235343",40436,40455 +"235344",40436,55255 +"235345",40436,72752 +"235346",40436,107249 +"235347",40437,60784 +"235348",40438,40441 +"235349",40438,49557 +"235350",40438,55064 +"235351",40439,44634 +"235352",40439,97433 +"235353",40440,118996 +"235354",40441,43306 +"235355",40441,44299 +"235356",40441,55064 +"235357",40441,55712 +"235358",40441,65332 +"235359",40442,60072 +"235360",40442,68665 +"235361",40442,72520 +"235362",40442,110086 +"235363",40442,110256 +"235364",40444,56976 +"235365",40444,61653 +"235366",40445,97016 +"235367",40446,88121 +"235368",40446,96996 +"235369",40446,97881 +"235370",40446,104860 +"235371",40447,49338 +"235372",40447,53187 +"235373",40447,53415 +"235374",40447,85447 +"235375",40447,99575 +"235376",40447,114705 +"235377",40450,69532 +"235378",40450,117128 +"235379",40450,121066 +"235380",40451,40572 +"235381",40451,42616 +"235382",40451,46486 +"235383",40451,49307 +"235384",40451,62022 +"235385",40451,118686 +"235386",40453,41435 +"235387",40453,41464 +"235388",40453,42700 +"235389",40453,44549 +"235390",40453,45532 +"235391",40453,45869 +"235392",40453,46142 +"235393",40453,46786 +"235394",40453,47113 +"235395",40453,49064 +"235396",40453,53998 +"235397",40453,57478 +"235398",40453,64468 +"235399",40453,67203 +"235400",40453,71914 +"235401",40453,72520 +"235402",40453,76007 +"235403",40453,79422 +"235404",40453,80624 +"235405",40453,91275 +"235406",40453,104219 +"235407",40453,111339 +"235408",40454,53667 +"235409",40454,121556 +"235410",40454,122524 +"235411",40455,40718 +"235412",40455,46310 +"235413",40455,60569 +"235414",40455,64583 +"235415",40455,72350 +"235416",40457,66084 +"235417",40460,76252 +"235418",40461,46992 +"235419",40461,63077 +"235420",40461,68758 +"235421",40461,69751 +"235422",40461,76514 +"235423",40461,76778 +"235424",40461,77929 +"235425",40461,94637 +"235426",40462,102477 +"235427",40463,48822 +"235428",40463,55792 +"235429",40463,79660 +"235430",40463,109905 +"235431",40463,110227 +"235432",40463,110430 +"235433",40463,110885 +"235434",40463,110936 +"235435",40463,120061 +"235436",40464,53106 +"235437",40464,104934 +"235438",40464,104943 +"235439",40466,40559 +"235440",40466,41739 +"235441",40466,41812 +"235442",40466,44994 +"235443",40466,53832 +"235444",40466,56776 +"235445",40466,72780 +"235446",40467,42282 +"235447",40467,110489 +"235448",40467,111547 +"235449",40468,56159 +"235450",40468,57955 +"235451",40468,61960 +"235452",40468,65316 +"235453",40468,94527 +"235454",40469,73945 +"235455",40469,79344 +"235456",40469,79618 +"235457",40469,94069 +"235458",40469,94097 +"235459",40469,103822 +"235460",40471,48056 +"235461",40471,54752 +"235462",40471,59680 +"235463",40471,90033 +"235464",40471,91224 +"235465",40472,40473 +"235466",40472,50301 +"235467",40472,55317 +"235468",40472,83173 +"235469",40472,89583 +"235470",40473,54295 +"235471",40473,54768 +"235472",40474,51760 +"235473",40474,74668 +"235474",40474,89382 +"235475",40474,109874 +"235476",40475,49907 +"235477",40475,51099 +"235478",40475,93444 +"235479",40476,53835 +"235480",40477,40505 +"235481",40477,40506 +"235482",40478,95820 +"235483",40478,98354 +"235484",40479,40676 +"235485",40479,42642 +"235486",40479,48510 +"235487",40479,54879 +"235488",40479,59351 +"235489",40479,70401 +"235490",40480,40587 +"235491",40481,44611 +"235492",40481,104084 +"235493",40481,110650 +"235494",40481,114937 +"235495",40482,58592 +"235496",40482,81697 +"235497",40483,40536 +"235498",40483,40549 +"235499",40485,62807 +"235500",40485,62906 +"235501",40485,73577 +"235502",40485,92617 +"235503",40485,100332 +"235504",40485,120649 +"235505",40487,50818 +"235506",40487,51620 +"235507",40487,81774 +"235508",40487,90699 +"235509",40488,45397 +"235510",40488,57058 +"235511",40488,58855 +"235512",40488,74575 +"235513",40488,75025 +"235514",40488,100607 +"235515",40488,101067 +"235516",40488,101484 +"235517",40489,46872 +"235518",40489,49013 +"235519",40489,59137 +"235520",40489,60860 +"235521",40489,71027 +"235522",40489,73757 +"235523",40490,42149 +"235524",40490,67963 +"235525",40491,42823 +"235526",40491,52896 +"235527",40491,65030 +"235528",40492,89865 +"235529",40492,95417 +"235530",40493,49110 +"235531",40493,51568 +"235532",40493,51866 +"235533",40493,60088 +"235534",40493,60133 +"235535",40493,75380 +"235536",40494,42546 +"235537",40494,47585 +"235538",40494,51131 +"235539",40494,102975 +"235540",40494,113910 +"235541",40495,41164 +"235542",40495,59511 +"235543",40495,68999 +"235544",40495,72723 +"235545",40495,75194 +"235546",40495,75708 +"235547",40495,91304 +"235548",40495,122862 +"235549",40495,122896 +"235550",40495,122898 +"235551",40495,122908 +"235552",40496,53300 +"235553",40497,40525 +"235554",40497,57877 +"235555",40499,72741 +"235556",40499,92965 +"235557",40500,70912 +"235558",40501,40882 +"235559",40501,53920 +"235560",40501,62410 +"235561",40501,62418 +"235562",40501,65929 +"235563",40502,104201 +"235564",40502,112311 +"235565",40503,62743 +"235566",40503,84993 +"235567",40504,40530 +"235568",40504,40561 +"235569",40504,82917 +"235570",40504,122340 +"235571",40504,122349 +"235572",40504,122399 +"235573",40505,40506 +"235574",40505,43283 +"235575",40505,46642 +"235576",40505,46783 +"235577",40505,47384 +"235578",40505,65534 +"235579",40505,67689 +"235580",40505,79574 +"235581",40505,79596 +"235582",40505,82094 +"235583",40505,85777 +"235584",40507,62416 +"235585",40508,82176 +"235586",40509,113682 +"235587",40510,41314 +"235588",40510,45562 +"235589",40510,48781 +"235590",40510,80186 +"235591",40510,81622 +"235592",40510,84581 +"235593",40510,86230 +"235594",40510,88192 +"235595",40510,93212 +"235596",40510,111590 +"235597",40510,112808 +"235598",40510,123410 +"235599",40510,123412 +"235600",40511,46752 +"235601",40511,52688 +"235602",40511,63632 +"235603",40511,73193 +"235604",40511,82281 +"235605",40511,82997 +"235606",40511,86623 +"235607",40511,98686 +"235608",40511,98703 +"235609",40511,98706 +"235610",40512,40656 +"235611",40512,57184 +"235612",40513,81460 +"235613",40514,48143 +"235614",40514,62439 +"235615",40515,42256 +"235616",40515,45315 +"235617",40515,52715 +"235618",40515,55676 +"235619",40515,63836 +"235620",40515,69944 +"235621",40515,76369 +"235622",40515,77175 +"235623",40515,92784 +"235624",40515,99523 +"235625",40515,100355 +"235626",40515,114244 +"235627",40515,119311 +"235628",40517,59360 +"235629",40518,40612 +"235630",40518,40613 +"235631",40519,47386 +"235632",40519,56807 +"235633",40519,77220 +"235634",40519,82514 +"235635",40519,89477 +"235636",40519,119047 +"235637",40519,119371 +"235638",40520,43221 +"235639",40520,43338 +"235640",40521,41117 +"235641",40521,44498 +"235642",40521,62857 +"235643",40521,65680 +"235644",40522,40559 +"235645",40522,40616 +"235646",40522,47317 +"235647",40523,68847 +"235648",40523,88081 +"235649",40523,94961 +"235650",40524,41171 +"235651",40526,40527 +"235652",40526,70321 +"235653",40526,70322 +"235654",40528,120065 +"235655",40529,77415 +"235656",40530,40561 +"235657",40531,60372 +"235658",40531,63713 +"235659",40531,80966 +"235660",40532,41446 +"235661",40532,51479 +"235662",40532,65553 +"235663",40532,68252 +"235664",40532,70352 +"235665",40532,85022 +"235666",40532,87552 +"235667",40532,88747 +"235668",40533,41155 +"235669",40533,50013 +"235670",40533,53496 +"235671",40533,64193 +"235672",40533,68208 +"235673",40534,55626 +"235674",40534,95374 +"235675",40534,102917 +"235676",40535,52771 +"235677",40535,79560 +"235678",40535,111797 +"235679",40535,112580 +"235680",40536,40549 +"235681",40537,57445 +"235682",40537,61347 +"235683",40537,66302 +"235684",40537,71436 +"235685",40537,85731 +"235686",40537,97242 +"235687",40538,43507 +"235688",40539,40558 +"235689",40540,40541 +"235690",40540,40670 +"235691",40540,40714 +"235692",40540,40739 +"235693",40540,41073 +"235694",40541,40670 +"235695",40541,40714 +"235696",40541,40739 +"235697",40541,41073 +"235698",40542,41182 +"235699",40542,42131 +"235700",40542,46843 +"235701",40542,48331 +"235702",40543,66003 +"235703",40544,67166 +"235704",40544,70308 +"235705",40544,75975 +"235706",40544,96804 +"235707",40545,53495 +"235708",40546,46845 +"235709",40546,71832 +"235710",40546,72020 +"235711",40547,69038 +"235712",40547,105843 +"235713",40548,113840 +"235714",40548,116942 +"235715",40548,117038 +"235716",40548,117359 +"235717",40550,67780 +"235718",40551,41746 +"235719",40551,45350 +"235720",40551,47444 +"235721",40551,53200 +"235722",40551,55942 +"235723",40551,57330 +"235724",40551,62605 +"235725",40551,62906 +"235726",40551,65231 +"235727",40551,68762 +"235728",40551,69613 +"235729",40551,69816 +"235730",40551,77693 +"235731",40551,78181 +"235732",40551,79186 +"235733",40551,79977 +"235734",40551,85209 +"235735",40551,88716 +"235736",40551,88764 +"235737",40551,90749 +"235738",40551,91900 +"235739",40551,97001 +"235740",40551,102339 +"235741",40551,112431 +"235742",40552,85035 +"235743",40552,118036 +"235744",40553,61001 +"235745",40554,58245 +"235746",40556,47712 +"235747",40556,47737 +"235748",40558,43426 +"235749",40558,61794 +"235750",40558,64658 +"235751",40558,64726 +"235752",40558,101359 +"235753",40559,40616 +"235754",40559,41851 +"235755",40559,53832 +"235756",40560,40598 +"235757",40560,42818 +"235758",40560,63041 +"235759",40560,66449 +"235760",40560,105194 +"235761",40561,43367 +"235762",40561,44300 +"235763",40561,46568 +"235764",40561,50659 +"235765",40561,54737 +"235766",40561,56168 +"235767",40561,60846 +"235768",40561,65152 +"235769",40561,69291 +"235770",40561,78073 +"235771",40561,78915 +"235772",40561,79331 +"235773",40561,79710 +"235774",40561,79711 +"235775",40561,79720 +"235776",40561,79725 +"235777",40561,79738 +"235778",40561,79748 +"235779",40561,79749 +"235780",40561,79750 +"235781",40561,79754 +"235782",40561,79758 +"235783",40561,79760 +"235784",40561,79771 +"235785",40561,79780 +"235786",40561,79781 +"235787",40561,79803 +"235788",40561,109910 +"235789",40561,111099 +"235790",40561,117598 +"235791",40561,121555 +"235792",40562,40611 +"235793",40562,58594 +"235794",40562,63370 +"235795",40563,46192 +"235796",40563,46257 +"235797",40563,46258 +"235798",40563,52773 +"235799",40565,50308 +"235800",40565,50623 +"235801",40565,79643 +"235802",40565,83218 +"235803",40565,86603 +"235804",40565,113755 +"235805",40566,41154 +"235806",40566,47629 +"235807",40566,47809 +"235808",40566,47949 +"235809",40566,47956 +"235810",40567,40615 +"235811",40567,92469 +"235812",40567,92833 +"235813",40568,64304 +"235814",40568,69039 +"235815",40568,98162 +"235816",40569,40579 +"235817",40570,53109 +"235818",40570,86913 +"235819",40570,86914 +"235820",40571,79642 +"235821",40572,41961 +"235822",40572,42700 +"235823",40572,43806 +"235824",40572,43844 +"235825",40572,45532 +"235826",40572,46486 +"235827",40572,49182 +"235828",40572,50733 +"235829",40572,61192 +"235830",40572,61456 +"235831",40572,72294 +"235832",40572,77308 +"235833",40572,79422 +"235834",40572,80146 +"235835",40572,103937 +"235836",40572,115660 +"235837",40572,119864 +"235838",40573,52533 +"235839",40574,46680 +"235840",40574,46722 +"235841",40574,57350 +"235842",40575,81523 +"235843",40575,83530 +"235844",40575,86071 +"235845",40575,98436 +"235846",40575,98451 +"235847",40577,85939 +"235848",40578,65247 +"235849",40578,78814 +"235850",40580,81725 +"235851",40581,52041 +"235852",40582,63102 +"235853",40582,80549 +"235854",40582,101413 +"235855",40582,104601 +"235856",40582,107767 +"235857",40582,107974 +"235858",40583,94073 +"235859",40583,95870 +"235860",40583,115995 +"235861",40583,116006 +"235862",40583,116009 +"235863",40584,40705 +"235864",40584,40740 +"235865",40584,40741 +"235866",40584,53612 +"235867",40586,84336 +"235868",40588,63765 +"235869",40588,84995 +"235870",40588,121298 +"235871",40589,45564 +"235872",40589,52587 +"235873",40589,52735 +"235874",40589,76927 +"235875",40590,40596 +"235876",40591,100523 +"235877",40591,106006 +"235878",40591,119586 +"235879",40592,64198 +"235880",40592,105193 +"235881",40593,40906 +"235882",40593,60654 +"235883",40595,52972 +"235884",40595,88384 +"235885",40596,78761 +"235886",40596,98042 +"235887",40596,104234 +"235888",40596,104281 +"235889",40596,104299 +"235890",40596,106775 +"235891",40597,76711 +"235892",40597,82432 +"235893",40599,52777 +"235894",40599,79074 +"235895",40599,85553 +"235896",40599,99832 +"235897",40600,52377 +"235898",40601,99414 +"235899",40601,104191 +"235900",40601,116815 +"235901",40602,54462 +"235902",40602,103459 +"235903",40602,114527 +"235904",40603,41279 +"235905",40604,44672 +"235906",40604,45630 +"235907",40604,46668 +"235908",40604,49346 +"235909",40604,59100 +"235910",40604,60879 +"235911",40604,64370 +"235912",40604,81648 +"235913",40604,110521 +"235914",40604,115498 +"235915",40605,40691 +"235916",40605,47199 +"235917",40605,115520 +"235918",40607,40749 +"235919",40608,83859 +"235920",40609,83259 +"235921",40609,95329 +"235922",40610,44551 +"235923",40610,93023 +"235924",40612,40613 +"235925",40613,41580 +"235926",40614,82302 +"235927",40614,89917 +"235928",40617,81415 +"235929",40618,55505 +"235930",40618,90556 +"235931",40619,62437 +"235932",40619,90943 +"235933",40621,79899 +"235934",40622,93726 +"235935",40623,40704 +"235936",40623,62732 +"235937",40623,118711 +"235938",40623,120494 +"235939",40624,67352 +"235940",40624,104340 +"235941",40624,109763 +"235942",40624,116759 +"235943",40625,94754 +"235944",40625,96944 +"235945",40625,108997 +"235946",40626,42609 +"235947",40627,46982 +"235948",40627,48631 +"235949",40627,48690 +"235950",40627,54160 +"235951",40627,54187 +"235952",40627,55434 +"235953",40627,65957 +"235954",40628,42608 +"235955",40628,55998 +"235956",40628,59863 +"235957",40628,66241 +"235958",40628,72940 +"235959",40628,74699 +"235960",40628,84924 +"235961",40628,87779 +"235962",40628,91178 +"235963",40628,92430 +"235964",40628,97636 +"235965",40628,101620 +"235966",40628,103074 +"235967",40628,103320 +"235968",40628,108013 +"235969",40628,120523 +"235970",40628,120560 +"235971",40628,121565 +"235972",40629,40692 +"235973",40629,49084 +"235974",40629,53814 +"235975",40629,60878 +"235976",40629,68293 +"235977",40629,70724 +"235978",40629,70781 +"235979",40629,86159 +"235980",40629,110242 +"235981",40630,94901 +"235982",40630,95019 +"235983",40631,80838 +"235984",40631,96933 +"235985",40631,97014 +"235986",40631,113140 +"235987",40632,44040 +"235988",40632,59964 +"235989",40634,50195 +"235990",40634,58421 +"235991",40634,60820 +"235992",40634,61473 +"235993",40634,82705 +"235994",40635,40702 +"235995",40635,50135 +"235996",40636,49552 +"235997",40636,56609 +"235998",40636,71549 +"235999",40637,50149 +"236000",40637,73601 +"236001",40637,78184 +"236002",40637,88724 +"236003",40638,56234 +"236004",40639,42703 +"236005",40639,48367 +"236006",40639,115321 +"236007",40639,116642 +"236008",40641,67974 +"236009",40641,89155 +"236010",40643,42017 +"236011",40643,42107 +"236012",40643,42256 +"236013",40643,45787 +"236014",40643,45887 +"236015",40643,47083 +"236016",40643,49231 +"236017",40643,50061 +"236018",40643,52450 +"236019",40643,53057 +"236020",40643,54059 +"236021",40643,55370 +"236022",40643,57228 +"236023",40643,57259 +"236024",40643,57804 +"236025",40643,59158 +"236026",40643,59399 +"236027",40643,59615 +"236028",40643,59940 +"236029",40643,67363 +"236030",40643,71137 +"236031",40643,71230 +"236032",40643,74078 +"236033",40643,76278 +"236034",40643,76740 +"236035",40643,76786 +"236036",40643,77272 +"236037",40643,77357 +"236038",40643,77402 +"236039",40643,78248 +"236040",40643,78255 +"236041",40643,78339 +"236042",40643,78445 +"236043",40643,79022 +"236044",40643,79716 +"236045",40643,79989 +"236046",40643,80281 +"236047",40643,81728 +"236048",40643,82196 +"236049",40643,82383 +"236050",40643,82810 +"236051",40643,82854 +"236052",40643,83853 +"236053",40643,83884 +"236054",40643,84379 +"236055",40643,84613 +"236056",40643,85465 +"236057",40643,85610 +"236058",40643,86351 +"236059",40643,86450 +"236060",40643,86451 +"236061",40643,86882 +"236062",40643,87175 +"236063",40643,87451 +"236064",40643,87521 +"236065",40643,87572 +"236066",40643,87663 +"236067",40643,87721 +"236068",40643,87862 +"236069",40643,95038 +"236070",40644,48634 +"236071",40645,44463 +"236072",40645,71033 +"236073",40645,76428 +"236074",40645,77664 +"236075",40645,80625 +"236076",40645,84194 +"236077",40645,89980 +"236078",40646,41108 +"236079",40646,48435 +"236080",40646,53333 +"236081",40646,57760 +"236082",40646,76356 +"236083",40646,79166 +"236084",40646,85329 +"236085",40647,82507 +"236086",40648,45923 +"236087",40649,54059 +"236088",40649,79898 +"236089",40650,44851 +"236090",40652,88109 +"236091",40653,46746 +"236092",40653,60227 +"236093",40653,72721 +"236094",40653,120421 +"236095",40654,55136 +"236096",40654,75953 +"236097",40654,119327 +"236098",40654,121359 +"236099",40655,64670 +"236100",40655,79541 +"236101",40655,84202 +"236102",40655,97408 +"236103",40655,101044 +"236104",40655,106337 +"236105",40655,119695 +"236106",40655,119700 +"236107",40656,57184 +"236108",40656,60669 +"236109",40656,62324 +"236110",40656,66780 +"236111",40656,66831 +"236112",40656,66842 +"236113",40656,71704 +"236114",40656,92184 +"236115",40658,95893 +"236116",40660,99237 +"236117",40660,99536 +"236118",40660,121440 +"236119",40661,70289 +"236120",40662,46714 +"236121",40662,64331 +"236122",40662,64687 +"236123",40662,66897 +"236124",40664,49252 +"236125",40664,64544 +"236126",40664,74416 +"236127",40664,79453 +"236128",40664,85891 +"236129",40664,86491 +"236130",40664,97154 +"236131",40664,97288 +"236132",40664,104392 +"236133",40664,104393 +"236134",40665,64026 +"236135",40665,68418 +"236136",40665,68472 +"236137",40665,68517 +"236138",40666,64215 +"236139",40666,64267 +"236140",40667,42310 +"236141",40667,52102 +"236142",40667,55480 +"236143",40667,68274 +"236144",40667,69034 +"236145",40667,72507 +"236146",40667,93863 +"236147",40668,61391 +"236148",40670,40714 +"236149",40670,40739 +"236150",40670,41073 +"236151",40670,97617 +"236152",40671,40701 +"236153",40671,40736 +"236154",40671,42708 +"236155",40671,42745 +"236156",40671,46140 +"236157",40671,64268 +"236158",40672,56946 +"236159",40672,58221 +"236160",40672,69930 +"236161",40672,114672 +"236162",40675,55522 +"236163",40675,67313 +"236164",40675,81527 +"236165",40675,109363 +"236166",40676,70401 +"236167",40676,71258 +"236168",40677,46390 +"236169",40677,86826 +"236170",40677,116825 +"236171",40678,45263 +"236172",40678,52767 +"236173",40678,54473 +"236174",40678,62562 +"236175",40678,78637 +"236176",40678,78726 +"236177",40678,78768 +"236178",40678,81544 +"236179",40678,82573 +"236180",40678,91139 +"236181",40678,91417 +"236182",40678,94456 +"236183",40678,97266 +"236184",40678,101687 +"236185",40678,102292 +"236186",40678,107036 +"236187",40678,108411 +"236188",40678,110359 +"236189",40678,110381 +"236190",40678,116639 +"236191",40678,116763 +"236192",40678,119489 +"236193",40678,121950 +"236194",40678,121966 +"236195",40678,121971 +"236196",40678,121976 +"236197",40678,123348 +"236198",40679,40680 +"236199",40679,86111 +"236200",40680,49931 +"236201",40680,49932 +"236202",40680,49935 +"236203",40680,53404 +"236204",40682,41510 +"236205",40682,44095 +"236206",40682,45481 +"236207",40682,60583 +"236208",40682,69154 +"236209",40682,72932 +"236210",40682,77930 +"236211",40682,78343 +"236212",40682,80080 +"236213",40682,81715 +"236214",40682,81720 +"236215",40682,84270 +"236216",40682,86311 +"236217",40683,68297 +"236218",40683,71593 +"236219",40684,66743 +"236220",40684,77754 +"236221",40684,77851 +"236222",40685,42550 +"236223",40687,66860 +"236224",40687,66891 +"236225",40688,40689 +"236226",40689,65598 +"236227",40689,93786 +"236228",40689,103890 +"236229",40689,106250 +"236230",40689,120797 +"236231",40690,105235 +"236232",40690,117924 +"236233",40694,49416 +"236234",40694,74128 +"236235",40694,85049 +"236236",40694,85058 +"236237",40695,44319 +"236238",40695,51410 +"236239",40695,56610 +"236240",40695,57399 +"236241",40695,65565 +"236242",40695,82767 +"236243",40695,83180 +"236244",40695,83949 +"236245",40695,88714 +"236246",40697,51262 +"236247",40697,55774 +"236248",40698,45751 +"236249",40698,46953 +"236250",40698,64503 +"236251",40698,78037 +"236252",40698,88007 +"236253",40698,97567 +"236254",40698,109695 +"236255",40698,109699 +"236256",40699,92331 +"236257",40699,115312 +"236258",40699,115316 +"236259",40701,40736 +"236260",40701,46009 +"236261",40701,46191 +"236262",40702,49159 +"236263",40702,50033 +"236264",40702,50135 +"236265",40702,69822 +"236266",40702,70451 +"236267",40702,78485 +"236268",40703,59964 +"236269",40703,115602 +"236270",40704,47338 +"236271",40705,40740 +"236272",40705,40741 +"236273",40708,49581 +"236274",40708,52405 +"236275",40708,52432 +"236276",40708,52433 +"236277",40708,53083 +"236278",40708,54156 +"236279",40708,59786 +"236280",40708,64845 +"236281",40708,67841 +"236282",40708,68138 +"236283",40708,73848 +"236284",40708,93982 +"236285",40708,99302 +"236286",40709,49001 +"236287",40709,51552 +"236288",40709,89927 +"236289",40710,42068 +"236290",40710,54415 +"236291",40710,62395 +"236292",40710,64873 +"236293",40710,64894 +"236294",40710,64930 +"236295",40710,64958 +"236296",40711,52538 +"236297",40711,57417 +"236298",40711,57963 +"236299",40711,60146 +"236300",40711,74333 +"236301",40712,66376 +"236302",40712,80425 +"236303",40712,119799 +"236304",40712,119852 +"236305",40714,40739 +"236306",40714,41073 +"236307",40715,47559 +"236308",40715,72287 +"236309",40716,43499 +"236310",40716,49392 +"236311",40716,57147 +"236312",40716,57549 +"236313",40716,61957 +"236314",40716,63062 +"236315",40716,63086 +"236316",40716,63087 +"236317",40716,63098 +"236318",40716,63106 +"236319",40716,63118 +"236320",40716,63128 +"236321",40716,63136 +"236322",40716,63137 +"236323",40716,63144 +"236324",40717,109807 +"236325",40718,40862 +"236326",40718,46310 +"236327",40718,72350 +"236328",40718,77028 +"236329",40719,46283 +"236330",40719,52657 +"236331",40719,56250 +"236332",40719,70713 +"236333",40719,82813 +"236334",40719,91280 +"236335",40719,99279 +"236336",40719,103682 +"236337",40719,109167 +"236338",40719,109832 +"236339",40719,117786 +"236340",40719,117791 +"236341",40719,117795 +"236342",40720,40780 +"236343",40721,48589 +"236344",40721,58363 +"236345",40721,66588 +"236346",40721,77690 +"236347",40721,77741 +"236348",40721,108321 +"236349",40721,108327 +"236350",40721,108331 +"236351",40722,40723 +"236352",40722,50788 +"236353",40722,66201 +"236354",40722,73107 +"236355",40722,91882 +"236356",40722,106886 +"236357",40723,79052 +"236358",40723,114871 +"236359",40724,85184 +"236360",40725,52739 +"236361",40725,53343 +"236362",40725,70545 +"236363",40725,72467 +"236364",40725,73095 +"236365",40725,75662 +"236366",40725,114962 +"236367",40725,117476 +"236368",40726,42878 +"236369",40726,45663 +"236370",40726,80766 +"236371",40726,85678 +"236372",40726,106119 +"236373",40726,106136 +"236374",40726,116748 +"236375",40727,44582 +"236376",40727,45157 +"236377",40727,45591 +"236378",40727,46262 +"236379",40727,47168 +"236380",40727,47482 +"236381",40727,52847 +"236382",40727,55851 +"236383",40727,61529 +"236384",40727,61919 +"236385",40727,64676 +"236386",40727,68426 +"236387",40727,71793 +"236388",40727,75815 +"236389",40727,80966 +"236390",40727,82667 +"236391",40727,86513 +"236392",40727,97692 +"236393",40727,114634 +"236394",40727,117761 +"236395",40727,118793 +"236396",40727,118822 +"236397",40728,69661 +"236398",40729,56794 +"236399",40731,46773 +"236400",40731,50551 +"236401",40731,52086 +"236402",40731,64524 +"236403",40731,67199 +"236404",40731,85619 +"236405",40731,88799 +"236406",40731,101908 +"236407",40732,76099 +"236408",40732,115457 +"236409",40733,77206 +"236410",40734,40790 +"236411",40734,98209 +"236412",40735,94606 +"236413",40735,102050 +"236414",40735,117617 +"236415",40736,46009 +"236416",40736,46191 +"236417",40736,66928 +"236418",40736,72678 +"236419",40738,40745 +"236420",40739,41073 +"236421",40740,40741 +"236422",40742,56599 +"236423",40743,61667 +"236424",40743,73990 +"236425",40744,54098 +"236426",40744,92531 +"236427",40745,50031 +"236428",40745,53439 +"236429",40745,53722 +"236430",40745,60427 +"236431",40747,52042 +"236432",40747,84574 +"236433",40747,87791 +"236434",40747,119778 +"236435",40748,44902 +"236436",40748,45061 +"236437",40748,52527 +"236438",40748,57391 +"236439",40748,93970 +"236440",40748,119744 +"236441",40749,69241 +"236442",40749,69245 +"236443",40750,41212 +"236444",40752,41842 +"236445",40752,49394 +"236446",40752,51851 +"236447",40752,73996 +"236448",40752,84817 +"236449",40752,94775 +"236450",40752,94888 +"236451",40753,81673 +"236452",40754,43965 +"236453",40754,49513 +"236454",40754,64146 +"236455",40754,71594 +"236456",40754,95646 +"236457",40754,100931 +"236458",40755,61229 +"236459",40755,71505 +"236460",40757,44207 +"236461",40757,44215 +"236462",40757,46238 +"236463",40757,48768 +"236464",40757,84565 +"236465",40758,40759 +"236466",40759,45474 +"236467",40759,60435 +"236468",40759,66944 +"236469",40759,68010 +"236470",40759,68213 +"236471",40760,101070 +"236472",40761,46292 +"236473",40761,113508 +"236474",40761,120342 +"236475",40763,40803 +"236476",40764,51067 +"236477",40764,83403 +"236478",40764,90652 +"236479",40765,57746 +"236480",40765,60102 +"236481",40765,88756 +"236482",40765,117908 +"236483",40766,114210 +"236484",40768,61963 +"236485",40768,88764 +"236486",40768,99618 +"236487",40769,49126 +"236488",40769,53578 +"236489",40769,93189 +"236490",40770,43839 +"236491",40770,44684 +"236492",40770,97308 +"236493",40770,99043 +"236494",40771,40863 +"236495",40772,55327 +"236496",40772,56318 +"236497",40772,73440 +"236498",40773,46600 +"236499",40773,59839 +"236500",40773,63310 +"236501",40773,66059 +"236502",40773,66224 +"236503",40773,68723 +"236504",40773,69871 +"236505",40773,70919 +"236506",40773,75679 +"236507",40774,61250 +"236508",40774,100662 +"236509",40775,41148 +"236510",40775,41158 +"236511",40776,48139 +"236512",40776,79270 +"236513",40777,46970 +"236514",40777,68205 +"236515",40778,103880 +"236516",40778,122807 +"236517",40779,45129 +"236518",40781,92908 +"236519",40782,49199 +"236520",40782,67249 +"236521",40783,43391 +"236522",40783,62840 +"236523",40784,77181 +"236524",40784,99958 +"236525",40784,99965 +"236526",40784,110582 +"236527",40784,111279 +"236528",40785,46673 +"236529",40785,53692 +"236530",40785,55184 +"236531",40785,76759 +"236532",40785,99526 +"236533",40785,119174 +"236534",40786,40837 +"236535",40786,40845 +"236536",40787,64214 +"236537",40788,41601 +"236538",40788,49507 +"236539",40788,69201 +"236540",40788,83345 +"236541",40788,107046 +"236542",40788,113925 +"236543",40791,66121 +"236544",40792,45222 +"236545",40792,62642 +"236546",40792,66405 +"236547",40792,66414 +"236548",40792,67165 +"236549",40792,69938 +"236550",40793,104671 +"236551",40794,40864 +"236552",40794,69428 +"236553",40796,47264 +"236554",40796,54832 +"236555",40796,59982 +"236556",40796,82488 +"236557",40796,103138 +"236558",40796,113701 +"236559",40797,45322 +"236560",40797,58875 +"236561",40797,72323 +"236562",40797,79128 +"236563",40797,80205 +"236564",40797,80324 +"236565",40797,89779 +"236566",40797,95255 +"236567",40798,70660 +"236568",40799,40810 +"236569",40799,55100 +"236570",40799,112985 +"236571",40799,113006 +"236572",40799,113007 +"236573",40799,115689 +"236574",40801,40866 +"236575",40801,41513 +"236576",40801,42281 +"236577",40801,61896 +"236578",40802,64215 +"236579",40802,78686 +"236580",40804,40805 +"236581",40804,62523 +"236582",40804,74816 +"236583",40804,119292 +"236584",40804,122543 +"236585",40805,46846 +"236586",40805,58463 +"236587",40805,69091 +"236588",40805,71059 +"236589",40805,76470 +"236590",40805,86219 +"236591",40805,88938 +"236592",40805,100195 +"236593",40805,106319 +"236594",40806,43402 +"236595",40806,43882 +"236596",40806,44243 +"236597",40806,49536 +"236598",40806,49945 +"236599",40806,54671 +"236600",40806,66693 +"236601",40806,119591 +"236602",40807,45469 +"236603",40807,95170 +"236604",40807,115070 +"236605",40808,50072 +"236606",40808,63151 +"236607",40808,70119 +"236608",40808,119791 +"236609",40809,45775 +"236610",40809,56235 +"236611",40809,71354 +"236612",40809,71360 +"236613",40809,71368 +"236614",40810,55100 +"236615",40810,112985 +"236616",40810,113006 +"236617",40810,113007 +"236618",40810,115689 +"236619",40811,97624 +"236620",40811,97628 +"236621",40811,97900 +"236622",40812,42285 +"236623",40812,68726 +"236624",40812,77194 +"236625",40812,81615 +"236626",40812,93570 +"236627",40812,110482 +"236628",40812,119753 +"236629",40813,72687 +"236630",40813,83773 +"236631",40813,84760 +"236632",40813,96253 +"236633",40813,107801 +"236634",40814,72631 +"236635",40815,40850 +"236636",40815,69080 +"236637",40815,86573 +"236638",40816,51703 +"236639",40816,55787 +"236640",40816,64139 +"236641",40816,66282 +"236642",40816,66357 +"236643",40817,42251 +"236644",40818,40843 +"236645",40818,40871 +"236646",40819,77410 +"236647",40819,90151 +"236648",40819,94540 +"236649",40819,96049 +"236650",40820,56141 +"236651",40820,62411 +"236652",40821,54721 +"236653",40821,58816 +"236654",40821,77755 +"236655",40821,86773 +"236656",40821,94010 +"236657",40821,94043 +"236658",40821,94058 +"236659",40824,41801 +"236660",40824,45375 +"236661",40824,51198 +"236662",40824,54109 +"236663",40824,58303 +"236664",40824,64252 +"236665",40824,64961 +"236666",40825,57185 +"236667",40825,96241 +"236668",40825,112204 +"236669",40826,52019 +"236670",40826,53362 +"236671",40826,63257 +"236672",40826,69606 +"236673",40828,58559 +"236674",40828,64568 +"236675",40830,81901 +"236676",40831,67443 +"236677",40832,40839 +"236678",40832,51580 +"236679",40832,56476 +"236680",40832,93584 +"236681",40832,101489 +"236682",40832,102223 +"236683",40832,114207 +"236684",40832,115172 +"236685",40832,115175 +"236686",40832,117194 +"236687",40833,40834 +"236688",40833,44241 +"236689",40834,44241 +"236690",40836,41364 +"236691",40836,42921 +"236692",40836,44993 +"236693",40836,47982 +"236694",40836,52622 +"236695",40836,60842 +"236696",40836,60859 +"236697",40836,60884 +"236698",40836,72939 +"236699",40836,102836 +"236700",40837,40845 +"236701",40840,44834 +"236702",40840,49201 +"236703",40840,49326 +"236704",40840,50306 +"236705",40840,54060 +"236706",40840,55390 +"236707",40840,59039 +"236708",40840,59916 +"236709",40840,69121 +"236710",40840,76288 +"236711",40840,112506 +"236712",40841,46430 +"236713",40841,53261 +"236714",40841,57667 +"236715",40841,65231 +"236716",40841,68762 +"236717",40841,73138 +"236718",40841,75421 +"236719",40841,77350 +"236720",40841,77411 +"236721",40841,79227 +"236722",40841,81191 +"236723",40841,86462 +"236724",40841,88280 +"236725",40841,88531 +"236726",40841,88716 +"236727",40841,99623 +"236728",40841,100090 +"236729",40841,101733 +"236730",40841,107359 +"236731",40842,76974 +"236732",40842,114828 +"236733",40843,40871 +"236734",40843,41506 +"236735",40843,51055 +"236736",40843,52868 +"236737",40843,60235 +"236738",40843,85407 +"236739",40844,43926 +"236740",40844,63088 +"236741",40844,63481 +"236742",40844,63598 +"236743",40846,50451 +"236744",40846,59163 +"236745",40846,102127 +"236746",40847,40858 +"236747",40848,45536 +"236748",40848,46647 +"236749",40848,50822 +"236750",40848,53837 +"236751",40848,66229 +"236752",40848,76483 +"236753",40848,78039 +"236754",40848,78434 +"236755",40848,82505 +"236756",40848,82880 +"236757",40848,82922 +"236758",40848,91735 +"236759",40848,108892 +"236760",40848,109623 +"236761",40848,120754 +"236762",40849,94448 +"236763",40850,56737 +"236764",40850,101991 +"236765",40851,40932 +"236766",40851,57345 +"236767",40851,61004 +"236768",40851,75515 +"236769",40851,91649 +"236770",40851,116842 +"236771",40852,55526 +"236772",40853,40854 +"236773",40853,54743 +"236774",40855,41586 +"236775",40855,42483 +"236776",40855,65982 +"236777",40855,106823 +"236778",40855,110541 +"236779",40855,112876 +"236780",40856,42985 +"236781",40856,120298 +"236782",40857,62253 +"236783",40857,83799 +"236784",40857,86271 +"236785",40857,90285 +"236786",40857,95678 +"236787",40857,104886 +"236788",40857,117785 +"236789",40857,118050 +"236790",40862,50377 +"236791",40862,59611 +"236792",40862,59689 +"236793",40862,59695 +"236794",40862,59781 +"236795",40862,73495 +"236796",40864,54253 +"236797",40865,44293 +"236798",40865,98175 +"236799",40866,42948 +"236800",40866,47933 +"236801",40866,48026 +"236802",40866,55700 +"236803",40866,65833 +"236804",40866,66889 +"236805",40866,73799 +"236806",40866,109129 +"236807",40866,115324 +"236808",40867,52611 +"236809",40869,41341 +"236810",40869,42539 +"236811",40869,80945 +"236812",40869,92585 +"236813",40869,95475 +"236814",40870,41741 +"236815",40870,44917 +"236816",40870,69405 +"236817",40870,77244 +"236818",40870,95297 +"236819",40870,95571 +"236820",40870,98589 +"236821",40870,99589 +"236822",40870,106391 +"236823",40872,43221 +"236824",40872,43417 +"236825",40872,70819 +"236826",40873,59847 +"236827",40874,74588 +"236828",40875,76279 +"236829",40876,89684 +"236830",40877,70913 +"236831",40877,80692 +"236832",40878,43986 +"236833",40879,41029 +"236834",40879,52699 +"236835",40879,78057 +"236836",40879,82828 +"236837",40879,87259 +"236838",40879,87458 +"236839",40879,105144 +"236840",40879,105151 +"236841",40879,105166 +"236842",40879,105175 +"236843",40879,105267 +"236844",40880,64837 +"236845",40881,41139 +"236846",40881,83700 +"236847",40882,40982 +"236848",40882,40998 +"236849",40882,41050 +"236850",40882,41058 +"236851",40882,41060 +"236852",40882,44409 +"236853",40882,50089 +"236854",40882,57718 +"236855",40882,62410 +"236856",40882,62418 +"236857",40882,74199 +"236858",40882,116265 +"236859",40883,45195 +"236860",40883,45197 +"236861",40883,45218 +"236862",40883,60192 +"236863",40883,79278 +"236864",40883,92225 +"236865",40883,92343 +"236866",40884,64565 +"236867",40884,69122 +"236868",40884,75553 +"236869",40884,91705 +"236870",40884,91710 +"236871",40884,91752 +"236872",40884,110394 +"236873",40885,51008 +"236874",40886,40942 +"236875",40886,41063 +"236876",40887,63066 +"236877",40889,43246 +"236878",40889,60406 +"236879",40889,70133 +"236880",40889,72147 +"236881",40889,77427 +"236882",40889,81014 +"236883",40889,88904 +"236884",40889,93808 +"236885",40889,105912 +"236886",40891,40991 +"236887",40891,46247 +"236888",40891,52327 +"236889",40891,57990 +"236890",40891,68238 +"236891",40891,71892 +"236892",40891,80723 +"236893",40891,92250 +"236894",40891,104921 +"236895",40892,40915 +"236896",40892,60519 +"236897",40892,79682 +"236898",40892,91424 +"236899",40892,113472 +"236900",40893,42728 +"236901",40893,45903 +"236902",40893,46715 +"236903",40893,46716 +"236904",40893,47552 +"236905",40893,48023 +"236906",40893,48127 +"236907",40893,51377 +"236908",40893,59969 +"236909",40893,60523 +"236910",40893,62170 +"236911",40893,64806 +"236912",40893,66044 +"236913",40893,74993 +"236914",40893,86548 +"236915",40893,93136 +"236916",40893,101813 +"236917",40893,103658 +"236918",40893,104867 +"236919",40894,69615 +"236920",40895,45932 +"236921",40895,60044 +"236922",40895,70671 +"236923",40895,101924 +"236924",40895,102414 +"236925",40896,100483 +"236926",40896,101251 +"236927",40897,60055 +"236928",40898,85159 +"236929",40898,88877 +"236930",40898,102912 +"236931",40899,95564 +"236932",40899,119762 +"236933",40899,119763 +"236934",40899,119798 +"236935",40900,41010 +"236936",40900,41040 +"236937",40902,52216 +"236938",40902,66369 +"236939",40902,88869 +"236940",40902,89587 +"236941",40902,92341 +"236942",40902,92618 +"236943",40902,93820 +"236944",40902,100291 +"236945",40902,100417 +"236946",40902,107987 +"236947",40903,72934 +"236948",40903,102656 +"236949",40903,118097 +"236950",40904,40947 +"236951",40905,41030 +"236952",40905,41527 +"236953",40905,41529 +"236954",40905,41778 +"236955",40905,43147 +"236956",40905,43234 +"236957",40905,43858 +"236958",40905,44828 +"236959",40905,45657 +"236960",40905,45933 +"236961",40905,46434 +"236962",40905,46788 +"236963",40905,47123 +"236964",40905,47488 +"236965",40905,48702 +"236966",40905,48909 +"236967",40905,49859 +"236968",40905,50064 +"236969",40905,50067 +"236970",40905,50554 +"236971",40905,50879 +"236972",40905,51783 +"236973",40905,52018 +"236974",40905,53444 +"236975",40905,53527 +"236976",40905,53555 +"236977",40905,54275 +"236978",40905,56628 +"236979",40905,58004 +"236980",40905,58068 +"236981",40905,58633 +"236982",40905,61111 +"236983",40905,61127 +"236984",40905,68287 +"236985",40906,41447 +"236986",40906,47927 +"236987",40906,48397 +"236988",40906,49184 +"236989",40906,56448 +"236990",40906,71757 +"236991",40906,98378 +"236992",40906,101496 +"236993",40907,101584 +"236994",40907,106567 +"236995",40908,44564 +"236996",40908,64047 +"236997",40908,79051 +"236998",40909,63613 +"236999",40909,63661 +"237000",40909,63677 +"237001",40909,105657 +"237002",40910,47343 +"237003",40910,49589 +"237004",40910,59100 +"237005",40911,50047 +"237006",40911,53389 +"237007",40912,40975 +"237008",40912,62118 +"237009",40912,76953 +"237010",40912,77678 +"237011",40913,66708 +"237012",40913,110520 +"237013",40914,77600 +"237014",40914,81205 +"237015",40914,111131 +"237016",40914,122129 +"237017",40916,40956 +"237018",40916,79216 +"237019",40917,41046 +"237020",40917,41047 +"237021",40918,49955 +"237022",40919,40920 +"237023",40919,58806 +"237024",40920,50621 +"237025",40920,57411 +"237026",40920,58806 +"237027",40920,67536 +"237028",40920,71336 +"237029",40921,43014 +"237030",40921,115687 +"237031",40922,60740 +"237032",40922,101649 +"237033",40922,111949 +"237034",40923,70494 +"237035",40923,100749 +"237036",40923,100753 +"237037",40924,49066 +"237038",40924,56905 +"237039",40925,41641 +"237040",40925,41649 +"237041",40925,41689 +"237042",40925,41690 +"237043",40925,41770 +"237044",40926,48942 +"237045",40926,57471 +"237046",40927,41000 +"237047",40927,44113 +"237048",40927,99358 +"237049",40927,99504 +"237050",40927,102011 +"237051",40927,109540 +"237052",40928,40931 +"237053",40928,41145 +"237054",40928,58017 +"237055",40928,62663 +"237056",40928,68461 +"237057",40928,76029 +"237058",40929,93450 +"237059",40929,117452 +"237060",40929,121064 +"237061",40930,44368 +"237062",40930,54708 +"237063",40931,50690 +"237064",40931,55374 +"237065",40931,59379 +"237066",40931,88601 +"237067",40931,101760 +"237068",40932,45134 +"237069",40933,51034 +"237070",40934,52997 +"237071",40934,71362 +"237072",40935,41036 +"237073",40935,41617 +"237074",40935,44565 +"237075",40935,45502 +"237076",40935,51560 +"237077",40935,60027 +"237078",40935,70734 +"237079",40937,97325 +"237080",40937,104935 +"237081",40939,83004 +"237082",40940,77363 +"237083",40940,96884 +"237084",40941,56159 +"237085",40941,71926 +"237086",40941,90494 +"237087",40941,93092 +"237088",40942,41063 +"237089",40943,41050 +"237090",40943,44623 +"237091",40943,54969 +"237092",40943,57919 +"237093",40944,42948 +"237094",40944,51683 +"237095",40944,66978 +"237096",40944,114333 +"237097",40944,119874 +"237098",40946,50774 +"237099",40946,54250 +"237100",40946,54480 +"237101",40946,54557 +"237102",40946,59108 +"237103",40946,59461 +"237104",40946,59505 +"237105",40946,59534 +"237106",40946,59565 +"237107",40946,61783 +"237108",40946,62101 +"237109",40946,64921 +"237110",40948,40949 +"237111",40948,43688 +"237112",40948,47883 +"237113",40948,60714 +"237114",40949,42892 +"237115",40949,95286 +"237116",40949,95296 +"237117",40950,40969 +"237118",40950,44238 +"237119",40951,42748 +"237120",40951,58221 +"237121",40952,41020 +"237122",40953,62928 +"237123",40954,44863 +"237124",40954,64496 +"237125",40955,40990 +"237126",40955,40991 +"237127",40955,52023 +"237128",40955,54872 +"237129",40955,70009 +"237130",40956,69331 +"237131",40956,78245 +"237132",40956,108086 +"237133",40957,41056 +"237134",40957,41061 +"237135",40957,52466 +"237136",40957,53374 +"237137",40958,64664 +"237138",40958,77750 +"237139",40958,103308 +"237140",40958,103380 +"237141",40958,120833 +"237142",40959,41186 +"237143",40959,50585 +"237144",40959,78893 +"237145",40961,41035 +"237146",40961,79821 +"237147",40961,85638 +"237148",40961,85661 +"237149",40963,48520 +"237150",40963,82358 +"237151",40963,82439 +"237152",40965,56057 +"237153",40965,84049 +"237154",40966,40967 +"237155",40966,40968 +"237156",40966,40988 +"237157",40966,63402 +"237158",40967,40968 +"237159",40967,40988 +"237160",40968,40988 +"237161",40968,41343 +"237162",40968,65805 +"237163",40968,76226 +"237164",40968,81867 +"237165",40969,49007 +"237166",40969,52347 +"237167",40969,89457 +"237168",40969,120574 +"237169",40970,83539 +"237170",40970,111144 +"237171",40972,43268 +"237172",40972,79650 +"237173",40972,94632 +"237174",40973,59173 +"237175",40973,80002 +"237176",40973,80024 +"237177",40975,51988 +"237178",40975,67607 +"237179",40975,67668 +"237180",40975,81568 +"237181",40975,84947 +"237182",40975,85118 +"237183",40975,116962 +"237184",40975,118342 +"237185",40975,123376 +"237186",40976,122515 +"237187",40977,85727 +"237188",40978,77559 +"237189",40978,81096 +"237190",40978,82190 +"237191",40979,58894 +"237192",40980,46921 +"237193",40980,72281 +"237194",40980,72590 +"237195",40982,40998 +"237196",40982,41050 +"237197",40982,41058 +"237198",40982,41060 +"237199",40983,61568 +"237200",40984,87732 +"237201",40985,60912 +"237202",40985,63268 +"237203",40985,98872 +"237204",40986,45320 +"237205",40987,41661 +"237206",40987,59121 +"237207",40987,98274 +"237208",40988,44537 +"237209",40989,112199 +"237210",40990,40991 +"237211",40991,48810 +"237212",40991,65915 +"237213",40991,71892 +"237214",40991,93343 +"237215",40991,94449 +"237216",40991,98031 +"237217",40992,66555 +"237218",40993,79784 +"237219",40993,84113 +"237220",40993,106058 +"237221",40994,59383 +"237222",40995,43467 +"237223",40996,109271 +"237224",40997,114327 +"237225",40997,115202 +"237226",40998,41050 +"237227",40998,41058 +"237228",40998,41060 +"237229",40999,41032 +"237230",40999,41059 +"237231",40999,47603 +"237232",40999,47620 +"237233",41001,115869 +"237234",41002,93786 +"237235",41003,43226 +"237236",41003,54872 +"237237",41003,57990 +"237238",41003,70009 +"237239",41003,98531 +"237240",41003,108366 +"237241",41003,117104 +"237242",41004,53374 +"237243",41004,53448 +"237244",41004,53493 +"237245",41004,67811 +"237246",41004,67818 +"237247",41006,63616 +"237248",41006,95438 +"237249",41007,41668 +"237250",41008,67136 +"237251",41008,104667 +"237252",41008,120371 +"237253",41009,45610 +"237254",41009,58100 +"237255",41009,94523 +"237256",41009,103637 +"237257",41009,105878 +"237258",41009,112471 +"237259",41009,112608 +"237260",41009,118083 +"237261",41009,118350 +"237262",41009,119979 +"237263",41009,120753 +"237264",41009,121285 +"237265",41009,121330 +"237266",41010,41040 +"237267",41011,90500 +"237268",41012,47566 +"237269",41012,62928 +"237270",41012,82788 +"237271",41012,92408 +"237272",41012,103088 +"237273",41012,104083 +"237274",41012,104111 +"237275",41012,106577 +"237276",41012,108930 +"237277",41013,58867 +"237278",41013,78737 +"237279",41014,41622 +"237280",41014,51575 +"237281",41014,76210 +"237282",41014,86598 +"237283",41014,86619 +"237284",41014,93802 +"237285",41014,97730 +"237286",41015,59330 +"237287",41015,79212 +"237288",41015,82744 +"237289",41016,47222 +"237290",41016,111378 +"237291",41016,121563 +"237292",41017,52143 +"237293",41019,48972 +"237294",41019,49977 +"237295",41019,57570 +"237296",41019,98257 +"237297",41020,46146 +"237298",41020,58301 +"237299",41020,58772 +"237300",41021,41619 +"237301",41021,53502 +"237302",41022,45450 +"237303",41022,54978 +"237304",41023,41062 +"237305",41023,57245 +"237306",41023,64906 +"237307",41023,74612 +"237308",41023,79235 +"237309",41023,87789 +"237310",41023,110063 +"237311",41023,119140 +"237312",41023,122961 +"237313",41024,53466 +"237314",41025,48060 +"237315",41025,81286 +"237316",41025,93925 +"237317",41025,94114 +"237318",41025,100926 +"237319",41025,106703 +"237320",41025,110427 +"237321",41025,110768 +"237322",41025,110807 +"237323",41025,111219 +"237324",41025,121341 +"237325",41025,122692 +"237326",41026,83036 +"237327",41026,94165 +"237328",41026,112659 +"237329",41026,113846 +"237330",41027,55529 +"237331",41027,73229 +"237332",41027,78079 +"237333",41029,48168 +"237334",41029,56296 +"237335",41029,106729 +"237336",41030,41527 +"237337",41030,41529 +"237338",41030,41778 +"237339",41030,43147 +"237340",41030,43234 +"237341",41030,43858 +"237342",41030,44828 +"237343",41030,45657 +"237344",41030,45933 +"237345",41030,46434 +"237346",41030,46788 +"237347",41030,47123 +"237348",41030,47488 +"237349",41030,48909 +"237350",41030,49859 +"237351",41030,50064 +"237352",41030,50067 +"237353",41030,50554 +"237354",41030,50879 +"237355",41030,51783 +"237356",41030,52018 +"237357",41030,53444 +"237358",41030,53527 +"237359",41030,53555 +"237360",41030,54275 +"237361",41030,56628 +"237362",41030,58004 +"237363",41030,58068 +"237364",41030,58633 +"237365",41030,61111 +"237366",41030,61127 +"237367",41030,68287 +"237368",41032,41059 +"237369",41032,47603 +"237370",41032,47620 +"237371",41033,41901 +"237372",41033,63309 +"237373",41033,76200 +"237374",41033,79468 +"237375",41033,89052 +"237376",41033,95581 +"237377",41033,100824 +"237378",41033,102286 +"237379",41033,112135 +"237380",41034,47551 +"237381",41034,60120 +"237382",41034,68167 +"237383",41035,64352 +"237384",41035,64369 +"237385",41035,79821 +"237386",41036,43001 +"237387",41036,57055 +"237388",41036,57100 +"237389",41036,57112 +"237390",41036,57148 +"237391",41036,58686 +"237392",41036,78144 +"237393",41036,87060 +"237394",41036,87073 +"237395",41036,112722 +"237396",41037,43619 +"237397",41037,61970 +"237398",41037,67018 +"237399",41037,77176 +"237400",41037,81578 +"237401",41037,84466 +"237402",41037,85344 +"237403",41037,88692 +"237404",41037,96347 +"237405",41037,96596 +"237406",41038,47673 +"237407",41038,50472 +"237408",41039,58289 +"237409",41039,99902 +"237410",41039,123324 +"237411",41041,65922 +"237412",41041,65959 +"237413",41041,84158 +"237414",41042,47541 +"237415",41042,61532 +"237416",41042,67112 +"237417",41042,72975 +"237418",41042,84830 +"237419",41042,99363 +"237420",41042,99367 +"237421",41042,99417 +"237422",41042,99427 +"237423",41044,41053 +"237424",41044,41716 +"237425",41045,90127 +"237426",41045,100893 +"237427",41046,41047 +"237428",41046,50212 +"237429",41046,65599 +"237430",41046,65600 +"237431",41046,65737 +"237432",41046,66120 +"237433",41046,66135 +"237434",41046,71553 +"237435",41046,71619 +"237436",41046,71620 +"237437",41050,41058 +"237438",41050,41060 +"237439",41050,54969 +"237440",41051,45652 +"237441",41051,52403 +"237442",41051,52515 +"237443",41051,53432 +"237444",41051,58393 +"237445",41051,60084 +"237446",41051,65314 +"237447",41051,67578 +"237448",41052,55947 +"237449",41052,99166 +"237450",41053,41716 +"237451",41053,45373 +"237452",41053,50323 +"237453",41053,69758 +"237454",41055,45788 +"237455",41055,50490 +"237456",41055,55673 +"237457",41055,61998 +"237458",41055,81486 +"237459",41055,91389 +"237460",41055,95235 +"237461",41056,41061 +"237462",41056,52466 +"237463",41056,53374 +"237464",41058,41060 +"237465",41058,48090 +"237466",41058,50480 +"237467",41062,47237 +"237468",41062,48219 +"237469",41062,49854 +"237470",41062,52845 +"237471",41062,55414 +"237472",41062,61185 +"237473",41062,63188 +"237474",41062,74273 +"237475",41062,74573 +"237476",41062,83451 +"237477",41062,110014 +"237478",41062,115692 +"237479",41062,116624 +"237480",41064,49775 +"237481",41064,52566 +"237482",41064,67988 +"237483",41064,68832 +"237484",41064,93233 +"237485",41064,93241 +"237486",41064,98612 +"237487",41065,71486 +"237488",41065,71676 +"237489",41066,41104 +"237490",41066,41188 +"237491",41067,44744 +"237492",41067,50319 +"237493",41067,66055 +"237494",41067,70778 +"237495",41067,72060 +"237496",41067,77216 +"237497",41067,80938 +"237498",41067,80939 +"237499",41067,80940 +"237500",41067,80941 +"237501",41067,80949 +"237502",41067,80955 +"237503",41067,80956 +"237504",41067,80957 +"237505",41067,80985 +"237506",41067,80989 +"237507",41067,81007 +"237508",41067,81022 +"237509",41067,81026 +"237510",41067,81036 +"237511",41067,81037 +"237512",41067,81038 +"237513",41067,81139 +"237514",41069,42083 +"237515",41069,42277 +"237516",41069,60716 +"237517",41069,82404 +"237518",41069,82433 +"237519",41069,85461 +"237520",41069,95878 +"237521",41070,58767 +"237522",41070,78467 +"237523",41070,111420 +"237524",41070,112744 +"237525",41071,59057 +"237526",41072,50926 +"237527",41072,54463 +"237528",41072,71372 +"237529",41072,73459 +"237530",41072,83652 +"237531",41072,83653 +"237532",41072,83654 +"237533",41072,104652 +"237534",41074,55965 +"237535",41074,81469 +"237536",41074,102793 +"237537",41074,107188 +"237538",41074,115230 +"237539",41074,117425 +"237540",41075,51029 +"237541",41075,96387 +"237542",41075,97760 +"237543",41075,109029 +"237544",41075,109031 +"237545",41076,43158 +"237546",41077,50766 +"237547",41077,54372 +"237548",41077,98680 +"237549",41077,105318 +"237550",41077,105324 +"237551",41077,105358 +"237552",41077,116566 +"237553",41078,45790 +"237554",41078,50837 +"237555",41078,109697 +"237556",41078,115063 +"237557",41079,42841 +"237558",41079,62445 +"237559",41079,90462 +"237560",41080,56483 +"237561",41081,52231 +"237562",41081,56152 +"237563",41081,74926 +"237564",41081,81771 +"237565",41081,92265 +"237566",41081,102573 +"237567",41081,114125 +"237568",41082,73166 +"237569",41082,73167 +"237570",41083,41194 +"237571",41084,65307 +"237572",41085,44427 +"237573",41085,48707 +"237574",41085,49300 +"237575",41085,53252 +"237576",41085,55781 +"237577",41085,62100 +"237578",41085,66744 +"237579",41085,67825 +"237580",41085,68569 +"237581",41085,92592 +"237582",41085,100291 +"237583",41085,101484 +"237584",41085,101681 +"237585",41085,101967 +"237586",41085,106576 +"237587",41085,123297 +"237588",41086,43562 +"237589",41086,57286 +"237590",41086,84826 +"237591",41086,90056 +"237592",41086,96592 +"237593",41086,111641 +"237594",41086,116011 +"237595",41086,120151 +"237596",41086,120154 +"237597",41086,121418 +"237598",41088,44490 +"237599",41088,50164 +"237600",41088,63339 +"237601",41088,69755 +"237602",41088,82720 +"237603",41088,83845 +"237604",41089,41153 +"237605",41090,66566 +"237606",41090,112491 +"237607",41091,43409 +"237608",41091,52799 +"237609",41091,58022 +"237610",41091,63453 +"237611",41091,64964 +"237612",41091,98280 +"237613",41091,107385 +"237614",41091,107398 +"237615",41092,46692 +"237616",41092,64686 +"237617",41092,84900 +"237618",41093,77427 +"237619",41094,44792 +"237620",41096,41237 +"237621",41096,42317 +"237622",41096,42331 +"237623",41096,53825 +"237624",41096,63604 +"237625",41096,78609 +"237626",41096,81077 +"237627",41096,99154 +"237628",41096,108848 +"237629",41096,109194 +"237630",41097,46949 +"237631",41097,47225 +"237632",41097,47598 +"237633",41097,55220 +"237634",41097,57085 +"237635",41097,118490 +"237636",41097,118881 +"237637",41098,58075 +"237638",41098,73203 +"237639",41098,79959 +"237640",41099,41152 +"237641",41099,41196 +"237642",41099,47186 +"237643",41099,65794 +"237644",41100,42156 +"237645",41100,71350 +"237646",41101,52777 +"237647",41101,62206 +"237648",41101,62362 +"237649",41102,43524 +"237650",41103,48703 +"237651",41103,62965 +"237652",41104,41188 +"237653",41105,76444 +"237654",41107,53618 +"237655",41107,57568 +"237656",41107,58951 +"237657",41107,59010 +"237658",41107,61170 +"237659",41107,89911 +"237660",41107,91277 +"237661",41107,91321 +"237662",41108,57760 +"237663",41108,76356 +"237664",41108,79166 +"237665",41108,85547 +"237666",41108,91901 +"237667",41108,99851 +"237668",41108,103055 +"237669",41108,109134 +"237670",41109,59057 +"237671",41109,69828 +"237672",41110,46529 +"237673",41110,49167 +"237674",41110,54937 +"237675",41110,108175 +"237676",41111,75051 +"237677",41111,75614 +"237678",41111,77337 +"237679",41111,86796 +"237680",41111,89896 +"237681",41111,102110 +"237682",41111,102497 +"237683",41111,104124 +"237684",41111,111356 +"237685",41111,113533 +"237686",41113,55811 +"237687",41113,60349 +"237688",41113,94801 +"237689",41114,55718 +"237690",41114,55768 +"237691",41115,52628 +"237692",41115,87131 +"237693",41115,88918 +"237694",41115,117268 +"237695",41116,44427 +"237696",41116,48527 +"237697",41116,57203 +"237698",41116,58230 +"237699",41116,94125 +"237700",41116,104904 +"237701",41116,109415 +"237702",41116,113933 +"237703",41118,69443 +"237704",41119,57693 +"237705",41119,73160 +"237706",41120,54523 +"237707",41120,57370 +"237708",41120,76981 +"237709",41121,68137 +"237710",41121,75703 +"237711",41121,88638 +"237712",41121,89288 +"237713",41121,89983 +"237714",41121,91755 +"237715",41121,101833 +"237716",41122,49495 +"237717",41123,44988 +"237718",41123,55666 +"237719",41123,60549 +"237720",41123,61067 +"237721",41123,61068 +"237722",41123,78080 +"237723",41124,108761 +"237724",41126,47812 +"237725",41126,62590 +"237726",41126,121366 +"237727",41127,48270 +"237728",41127,87827 +"237729",41127,105587 +"237730",41127,107419 +"237731",41130,44831 +"237732",41130,66093 +"237733",41130,66114 +"237734",41130,75274 +"237735",41130,77161 +"237736",41130,98188 +"237737",41131,50550 +"237738",41131,55988 +"237739",41131,59840 +"237740",41131,103396 +"237741",41131,108854 +"237742",41131,111448 +"237743",41132,49338 +"237744",41132,96406 +"237745",41133,45859 +"237746",41133,47703 +"237747",41133,55263 +"237748",41133,59240 +"237749",41133,61555 +"237750",41133,64439 +"237751",41133,68095 +"237752",41133,72348 +"237753",41133,72438 +"237754",41133,72693 +"237755",41133,85067 +"237756",41133,85071 +"237757",41133,88044 +"237758",41133,98058 +"237759",41134,75359 +"237760",41134,95056 +"237761",41135,41184 +"237762",41136,44232 +"237763",41136,64413 +"237764",41136,119730 +"237765",41138,59260 +"237766",41138,84803 +"237767",41138,99109 +"237768",41138,102348 +"237769",41140,44953 +"237770",41140,56480 +"237771",41140,60520 +"237772",41140,62609 +"237773",41140,93153 +"237774",41140,96969 +"237775",41141,44977 +"237776",41141,63919 +"237777",41141,68946 +"237778",41142,45330 +"237779",41142,57612 +"237780",41142,59012 +"237781",41142,80305 +"237782",41142,91512 +"237783",41142,95853 +"237784",41142,106674 +"237785",41145,68461 +"237786",41146,41957 +"237787",41146,48747 +"237788",41146,50739 +"237789",41146,52143 +"237790",41146,54061 +"237791",41146,88686 +"237792",41147,83134 +"237793",41148,41158 +"237794",41148,44235 +"237795",41148,45927 +"237796",41148,45974 +"237797",41148,46114 +"237798",41148,82735 +"237799",41149,68456 +"237800",41149,84660 +"237801",41149,93916 +"237802",41149,98435 +"237803",41150,52375 +"237804",41150,54538 +"237805",41150,58225 +"237806",41150,59663 +"237807",41150,61113 +"237808",41150,66566 +"237809",41150,73415 +"237810",41150,87867 +"237811",41150,95916 +"237812",41150,97854 +"237813",41150,100074 +"237814",41150,110635 +"237815",41150,110683 +"237816",41150,110687 +"237817",41151,47675 +"237818",41151,60006 +"237819",41152,41196 +"237820",41152,80987 +"237821",41152,90472 +"237822",41154,116989 +"237823",41154,117030 +"237824",41155,46913 +"237825",41155,103225 +"237826",41156,63765 +"237827",41157,41851 +"237828",41157,59490 +"237829",41158,65508 +"237830",41159,52618 +"237831",41159,62967 +"237832",41160,41970 +"237833",41161,41168 +"237834",41163,45558 +"237835",41165,107551 +"237836",41167,42037 +"237837",41167,47322 +"237838",41167,53395 +"237839",41167,60271 +"237840",41167,61058 +"237841",41167,61673 +"237842",41167,62672 +"237843",41167,70586 +"237844",41167,105300 +"237845",41167,114222 +"237846",41168,42407 +"237847",41168,53365 +"237848",41168,65371 +"237849",41168,77874 +"237850",41169,47423 +"237851",41169,89562 +"237852",41171,41562 +"237853",41171,46923 +"237854",41172,61809 +"237855",41172,65685 +"237856",41174,43051 +"237857",41174,46723 +"237858",41174,51638 +"237859",41174,55468 +"237860",41174,73136 +"237861",41174,75946 +"237862",41174,82831 +"237863",41174,85079 +"237864",41174,96238 +"237865",41174,99444 +"237866",41174,106074 +"237867",41174,108372 +"237868",41174,121422 +"237869",41175,48358 +"237870",41175,54435 +"237871",41175,56360 +"237872",41175,66020 +"237873",41175,70424 +"237874",41175,112336 +"237875",41175,120800 +"237876",41176,58554 +"237877",41177,41764 +"237878",41177,50699 +"237879",41179,55185 +"237880",41179,64427 +"237881",41179,91567 +"237882",41179,108029 +"237883",41179,111108 +"237884",41180,47841 +"237885",41180,47974 +"237886",41180,61665 +"237887",41180,73327 +"237888",41180,105286 +"237889",41180,116292 +"237890",41180,116335 +"237891",41181,60420 +"237892",41181,62452 +"237893",41181,70741 +"237894",41182,42131 +"237895",41182,46843 +"237896",41182,48331 +"237897",41185,41475 +"237898",41185,52917 +"237899",41185,56270 +"237900",41185,75970 +"237901",41185,78081 +"237902",41185,78768 +"237903",41185,102663 +"237904",41185,107554 +"237905",41186,41187 +"237906",41186,47968 +"237907",41186,107745 +"237908",41186,114216 +"237909",41187,43492 +"237910",41187,47638 +"237911",41187,68613 +"237912",41187,108557 +"237913",41189,41190 +"237914",41189,49382 +"237915",41189,52970 +"237916",41189,61581 +"237917",41189,61751 +"237918",41189,69929 +"237919",41190,42959 +"237920",41190,50328 +"237921",41190,61067 +"237922",41191,89946 +"237923",41191,90033 +"237924",41192,53260 +"237925",41192,60714 +"237926",41192,69040 +"237927",41193,60383 +"237928",41194,43323 +"237929",41194,44790 +"237930",41194,44822 +"237931",41194,44841 +"237932",41197,44474 +"237933",41197,46486 +"237934",41197,47232 +"237935",41197,57052 +"237936",41197,71245 +"237937",41197,73155 +"237938",41197,74761 +"237939",41197,75338 +"237940",41197,85144 +"237941",41197,89199 +"237942",41197,98036 +"237943",41198,42952 +"237944",41198,47264 +"237945",41198,56123 +"237946",41198,81086 +"237947",41198,101539 +"237948",41198,109026 +"237949",41199,41200 +"237950",41199,64966 +"237951",41199,76858 +"237952",41199,79502 +"237953",41199,95704 +"237954",41200,42128 +"237955",41200,45138 +"237956",41200,47385 +"237957",41200,55817 +"237958",41200,67717 +"237959",41200,76858 +"237960",41200,79502 +"237961",41201,43938 +"237962",41201,59066 +"237963",41201,59132 +"237964",41202,101599 +"237965",41204,41897 +"237966",41205,71607 +"237967",41205,82129 +"237968",41205,83768 +"237969",41205,94747 +"237970",41205,113825 +"237971",41206,41340 +"237972",41206,52254 +"237973",41207,55125 +"237974",41207,55126 +"237975",41207,99664 +"237976",41208,105502 +"237977",41209,42598 +"237978",41209,53105 +"237979",41210,41385 +"237980",41211,94450 +"237981",41211,100509 +"237982",41211,101019 +"237983",41212,88853 +"237984",41212,103768 +"237985",41213,75587 +"237986",41213,110297 +"237987",41215,73930 +"237988",41216,61301 +"237989",41216,61346 +"237990",41217,60864 +"237991",41218,95380 +"237992",41218,107159 +"237993",41219,41757 +"237994",41219,93156 +"237995",41219,97461 +"237996",41219,115350 +"237997",41219,117995 +"237998",41221,62191 +"237999",41221,101715 +"238000",41221,109110 +"238001",41222,80078 +"238002",41224,83699 +"238003",41224,93699 +"238004",41225,59815 +"238005",41225,67798 +"238006",41225,67848 +"238007",41226,93968 +"238008",41227,41489 +"238009",41227,45297 +"238010",41227,55481 +"238011",41227,76580 +"238012",41227,77027 +"238013",41227,78257 +"238014",41227,82065 +"238015",41227,89520 +"238016",41227,90509 +"238017",41227,98210 +"238018",41227,101971 +"238019",41227,105270 +"238020",41227,106996 +"238021",41227,107148 +"238022",41227,107936 +"238023",41228,41233 +"238024",41228,70203 +"238025",41228,75708 +"238026",41228,76917 +"238027",41229,44843 +"238028",41229,96161 +"238029",41230,83341 +"238030",41230,87217 +"238031",41231,41273 +"238032",41231,41312 +"238033",41232,46139 +"238034",41232,46581 +"238035",41232,63375 +"238036",41232,69230 +"238037",41232,69291 +"238038",41232,70240 +"238039",41232,70334 +"238040",41232,70354 +"238041",41232,70368 +"238042",41232,70575 +"238043",41232,72013 +"238044",41232,76565 +"238045",41232,79802 +"238046",41232,81882 +"238047",41232,86178 +"238048",41232,90292 +"238049",41232,90305 +"238050",41232,95973 +"238051",41232,96944 +"238052",41232,99996 +"238053",41232,105460 +"238054",41232,115900 +"238055",41232,116720 +"238056",41232,117208 +"238057",41232,118086 +"238058",41232,118090 +"238059",41232,118091 +"238060",41232,118094 +"238061",41232,118098 +"238062",41232,118102 +"238063",41232,118112 +"238064",41232,121910 +"238065",41235,43739 +"238066",41235,89533 +"238067",41235,92415 +"238068",41236,41305 +"238069",41236,115252 +"238070",41237,109194 +"238071",41237,113652 +"238072",41238,50844 +"238073",41238,65058 +"238074",41238,69250 +"238075",41238,71560 +"238076",41238,88628 +"238077",41238,95758 +"238078",41238,97502 +"238079",41238,103272 +"238080",41239,104044 +"238081",41240,49880 +"238082",41240,68504 +"238083",41240,68518 +"238084",41242,59072 +"238085",41242,94000 +"238086",41242,94016 +"238087",41243,44996 +"238088",41243,46378 +"238089",41243,61619 +"238090",41243,66564 +"238091",41245,47150 +"238092",41245,50489 +"238093",41245,53361 +"238094",41245,54824 +"238095",41245,60723 +"238096",41245,83345 +"238097",41245,109544 +"238098",41246,41519 +"238099",41247,62307 +"238100",41247,82877 +"238101",41248,42331 +"238102",41248,70101 +"238103",41248,85704 +"238104",41249,45432 +"238105",41250,42432 +"238106",41250,47708 +"238107",41250,49945 +"238108",41250,52960 +"238109",41250,55569 +"238110",41250,57082 +"238111",41250,62514 +"238112",41250,75188 +"238113",41250,88605 +"238114",41250,113468 +"238115",41251,62455 +"238116",41251,90688 +"238117",41251,98765 +"238118",41251,115664 +"238119",41252,51239 +"238120",41252,59547 +"238121",41252,69760 +"238122",41252,81499 +"238123",41252,82641 +"238124",41252,106082 +"238125",41252,106178 +"238126",41253,42351 +"238127",41253,49725 +"238128",41253,91238 +"238129",41253,108668 +"238130",41256,45985 +"238131",41256,74419 +"238132",41256,95024 +"238133",41256,96619 +"238134",41256,101411 +"238135",41257,73450 +"238136",41259,52333 +"238137",41259,58686 +"238138",41260,56364 +"238139",41260,56366 +"238140",41260,81202 +"238141",41260,87915 +"238142",41262,50486 +"238143",41264,60729 +"238144",41265,43961 +"238145",41265,92382 +"238146",41265,113144 +"238147",41266,41337 +"238148",41266,49494 +"238149",41266,50041 +"238150",41266,51184 +"238151",41266,76133 +"238152",41266,79373 +"238153",41266,104592 +"238154",41266,104942 +"238155",41267,48001 +"238156",41267,58699 +"238157",41267,82284 +"238158",41267,103893 +"238159",41268,47127 +"238160",41268,48945 +"238161",41268,49011 +"238162",41268,49153 +"238163",41271,78361 +"238164",41272,47511 +"238165",41272,52480 +"238166",41272,53155 +"238167",41272,58763 +"238168",41272,63568 +"238169",41272,64869 +"238170",41272,67779 +"238171",41272,69808 +"238172",41272,75980 +"238173",41272,86314 +"238174",41272,91564 +"238175",41272,105452 +"238176",41272,107505 +"238177",41273,41312 +"238178",41273,52905 +"238179",41274,41295 +"238180",41274,58761 +"238181",41274,76676 +"238182",41274,85840 +"238183",41274,89074 +"238184",41274,100830 +"238185",41274,100840 +"238186",41274,107313 +"238187",41277,41278 +"238188",41277,85391 +"238189",41277,85400 +"238190",41278,49595 +"238191",41278,55497 +"238192",41278,57950 +"238193",41278,69498 +"238194",41278,90837 +"238195",41279,76855 +"238196",41279,78409 +"238197",41280,83763 +"238198",41280,107376 +"238199",41281,41626 +"238200",41281,83228 +"238201",41282,42580 +"238202",41282,47525 +"238203",41282,68662 +"238204",41282,76145 +"238205",41282,89708 +"238206",41282,107831 +"238207",41282,107837 +"238208",41282,108106 +"238209",41282,119055 +"238210",41283,77533 +"238211",41283,98282 +"238212",41283,99942 +"238213",41283,104398 +"238214",41284,41285 +"238215",41285,43191 +"238216",41285,93746 +"238217",41285,105595 +"238218",41286,45968 +"238219",41286,68822 +"238220",41286,68858 +"238221",41286,94371 +"238222",41287,75974 +"238223",41287,83260 +"238224",41287,91549 +"238225",41287,96358 +"238226",41288,65628 +"238227",41288,81315 +"238228",41289,59555 +"238229",41289,87704 +"238230",41290,96717 +"238231",41293,54724 +"238232",41293,58005 +"238233",41293,83691 +"238234",41293,83725 +"238235",41296,90804 +"238236",41297,49077 +"238237",41297,68335 +"238238",41298,48451 +"238239",41298,48796 +"238240",41298,78274 +"238241",41299,41930 +"238242",41299,50086 +"238243",41299,58371 +"238244",41299,60116 +"238245",41299,63206 +"238246",41299,70699 +"238247",41299,74921 +"238248",41299,87159 +"238249",41299,88484 +"238250",41299,105971 +"238251",41299,119186 +"238252",41300,41307 +"238253",41301,59659 +"238254",41301,63898 +"238255",41301,82458 +"238256",41301,91350 +"238257",41301,91378 +"238258",41301,102448 +"238259",41301,104367 +"238260",41302,44489 +"238261",41302,56037 +"238262",41302,57099 +"238263",41302,59752 +"238264",41302,91157 +"238265",41303,64164 +"238266",41303,70139 +"238267",41303,108357 +"238268",41304,69122 +"238269",41304,69257 +"238270",41304,101568 +"238271",41305,83074 +"238272",41307,57337 +"238273",41307,79117 +"238274",41307,123374 +"238275",41308,68374 +"238276",41309,45378 +"238277",41310,106262 +"238278",41310,107794 +"238279",41310,109770 +"238280",41310,114623 +"238281",41311,68558 +"238282",41312,42903 +"238283",41314,45562 +"238284",41314,55493 +"238285",41314,69885 +"238286",41314,77012 +"238287",41314,84098 +"238288",41314,88888 +"238289",41314,89520 +"238290",41314,93346 +"238291",41314,100359 +"238292",41314,104452 +"238293",41314,105887 +"238294",41314,113295 +"238295",41314,117713 +"238296",41315,53322 +"238297",41315,65006 +"238298",41315,76296 +"238299",41315,77018 +"238300",41315,85835 +"238301",41315,86232 +"238302",41315,94605 +"238303",41315,103589 +"238304",41315,105092 +"238305",41316,52593 +"238306",41317,91055 +"238307",41317,96857 +"238308",41317,101096 +"238309",41317,101873 +"238310",41318,46568 +"238311",41318,49284 +"238312",41318,106239 +"238313",41318,117032 +"238314",41319,54679 +"238315",41319,63980 +"238316",41321,41632 +"238317",41323,43361 +"238318",41323,48985 +"238319",41323,69139 +"238320",41324,41825 +"238321",41324,51880 +"238322",41324,64899 +"238323",41324,78208 +"238324",41324,80184 +"238325",41324,100016 +"238326",41324,100056 +"238327",41325,46263 +"238328",41325,47404 +"238329",41325,48101 +"238330",41325,50957 +"238331",41325,50958 +"238332",41326,91166 +"238333",41326,93971 +"238334",41326,97278 +"238335",41326,106981 +"238336",41326,113515 +"238337",41326,122317 +"238338",41327,77015 +"238339",41328,75643 +"238340",41328,87578 +"238341",41328,94667 +"238342",41329,82175 +"238343",41329,85037 +"238344",41329,95207 +"238345",41329,95211 +"238346",41330,41448 +"238347",41330,67091 +"238348",41330,78975 +"238349",41330,80343 +"238350",41330,97834 +"238351",41330,98887 +"238352",41330,106906 +"238353",41331,41332 +"238354",41331,47589 +"238355",41331,121138 +"238356",41331,121139 +"238357",41331,121142 +"238358",41332,106793 +"238359",41332,120688 +"238360",41333,50480 +"238361",41333,66823 +"238362",41333,66846 +"238363",41334,64312 +"238364",41335,105322 +"238365",41336,98411 +"238366",41337,49494 +"238367",41337,50041 +"238368",41337,51184 +"238369",41337,53129 +"238370",41337,70576 +"238371",41337,79373 +"238372",41338,44474 +"238373",41338,45508 +"238374",41338,45763 +"238375",41338,51087 +"238376",41338,53964 +"238377",41338,54314 +"238378",41338,58235 +"238379",41338,89772 +"238380",41338,103392 +"238381",41338,103466 +"238382",41341,45039 +"238383",41341,45807 +"238384",41341,47181 +"238385",41341,120740 +"238386",41342,41437 +"238387",41343,54411 +"238388",41343,72845 +"238389",41343,76226 +"238390",41343,81867 +"238391",41343,96841 +"238392",41343,105516 +"238393",41344,43282 +"238394",41344,43358 +"238395",41344,43859 +"238396",41344,49752 +"238397",41344,50829 +"238398",41344,54514 +"238399",41344,59587 +"238400",41344,59652 +"238401",41344,63083 +"238402",41344,68633 +"238403",41344,69354 +"238404",41344,70761 +"238405",41344,72500 +"238406",41344,73639 +"238407",41345,41881 +"238408",41345,52161 +"238409",41345,54647 +"238410",41345,96292 +"238411",41345,102352 +"238412",41345,115823 +"238413",41346,43348 +"238414",41346,48106 +"238415",41347,41480 +"238416",41347,54003 +"238417",41347,84747 +"238418",41347,89919 +"238419",41347,97849 +"238420",41347,99179 +"238421",41348,41539 +"238422",41348,41609 +"238423",41348,100894 +"238424",41350,84566 +"238425",41350,85033 +"238426",41350,105247 +"238427",41350,112656 +"238428",41351,41779 +"238429",41351,42379 +"238430",41351,52144 +"238431",41351,53353 +"238432",41351,88439 +"238433",41351,93917 +"238434",41351,97918 +"238435",41352,63857 +"238436",41352,73160 +"238437",41352,100571 +"238438",41354,41356 +"238439",41354,41378 +"238440",41354,41395 +"238441",41354,41463 +"238442",41354,41597 +"238443",41355,41456 +"238444",41356,41378 +"238445",41356,41395 +"238446",41356,41463 +"238447",41356,41597 +"238448",41357,57273 +"238449",41358,45268 +"238450",41358,46826 +"238451",41358,54122 +"238452",41358,66016 +"238453",41358,73599 +"238454",41358,84710 +"238455",41358,91694 +"238456",41358,96444 +"238457",41358,108071 +"238458",41359,77580 +"238459",41359,82274 +"238460",41361,41459 +"238461",41361,52661 +"238462",41363,74616 +"238463",41364,42921 +"238464",41364,47982 +"238465",41364,52622 +"238466",41364,60842 +"238467",41364,60859 +"238468",41364,60884 +"238469",41364,61698 +"238470",41364,69992 +"238471",41365,74141 +"238472",41366,72466 +"238473",41367,83552 +"238474",41368,79789 +"238475",41369,44302 +"238476",41369,59245 +"238477",41369,63271 +"238478",41369,78283 +"238479",41370,41449 +"238480",41370,84132 +"238481",41371,68870 +"238482",41372,48215 +"238483",41372,75427 +"238484",41372,84831 +"238485",41372,94098 +"238486",41372,99471 +"238487",41372,100899 +"238488",41372,102502 +"238489",41372,118901 +"238490",41373,41413 +"238491",41373,41455 +"238492",41374,41474 +"238493",41375,48881 +"238494",41375,49469 +"238495",41375,50509 +"238496",41375,69520 +"238497",41376,41656 +"238498",41376,80256 +"238499",41376,118235 +"238500",41377,60631 +"238501",41377,87012 +"238502",41378,41395 +"238503",41378,41463 +"238504",41378,41597 +"238505",41379,53143 +"238506",41379,56283 +"238507",41380,41434 +"238508",41380,110207 +"238509",41380,112404 +"238510",41380,112937 +"238511",41381,55094 +"238512",41381,56684 +"238513",41381,68398 +"238514",41382,47366 +"238515",41382,55672 +"238516",41382,64460 +"238517",41382,71743 +"238518",41382,84065 +"238519",41383,53097 +"238520",41383,91395 +"238521",41383,96698 +"238522",41383,113769 +"238523",41388,69835 +"238524",41388,99339 +"238525",41389,53362 +"238526",41389,119701 +"238527",41390,112017 +"238528",41391,50068 +"238529",41391,54764 +"238530",41391,85261 +"238531",41391,85731 +"238532",41391,117353 +"238533",41392,41423 +"238534",41392,41586 +"238535",41392,57753 +"238536",41392,65851 +"238537",41392,81069 +"238538",41393,54525 +"238539",41393,95856 +"238540",41394,41432 +"238541",41394,86365 +"238542",41395,41463 +"238543",41395,41597 +"238544",41395,62030 +"238545",41395,65698 +"238546",41397,41430 +"238547",41397,54955 +"238548",41397,80691 +"238549",41398,62162 +"238550",41399,41411 +"238551",41399,41492 +"238552",41399,43355 +"238553",41400,71660 +"238554",41401,41428 +"238555",41401,45295 +"238556",41402,41913 +"238557",41402,62164 +"238558",41402,77219 +"238559",41402,80248 +"238560",41402,105061 +"238561",41402,107054 +"238562",41402,107316 +"238563",41402,107536 +"238564",41402,108546 +"238565",41402,116336 +"238566",41403,66257 +"238567",41404,42354 +"238568",41404,42377 +"238569",41405,46289 +"238570",41405,78782 +"238571",41405,81655 +"238572",41405,81656 +"238573",41405,87231 +"238574",41405,118799 +"238575",41405,118894 +"238576",41408,110915 +"238577",41408,111279 +"238578",41409,41645 +"238579",41410,91849 +"238580",41411,41492 +"238581",41411,43355 +"238582",41411,56864 +"238583",41411,69338 +"238584",41411,73310 +"238585",41411,74988 +"238586",41411,114508 +"238587",41412,44627 +"238588",41412,66740 +"238589",41413,41455 +"238590",41414,41806 +"238591",41414,54011 +"238592",41414,54012 +"238593",41414,54085 +"238594",41415,49241 +"238595",41415,55937 +"238596",41415,92367 +"238597",41416,41708 +"238598",41416,109179 +"238599",41416,118073 +"238600",41418,50969 +"238601",41418,61623 +"238602",41418,97210 +"238603",41418,123150 +"238604",41419,108744 +"238605",41420,116263 +"238606",41420,118261 +"238607",41421,78593 +"238608",41422,87390 +"238609",41423,41586 +"238610",41423,70759 +"238611",41423,70786 +"238612",41423,87689 +"238613",41423,88808 +"238614",41423,90812 +"238615",41424,71132 +"238616",41425,51481 +"238617",41425,58617 +"238618",41425,60863 +"238619",41425,88121 +"238620",41425,88455 +"238621",41425,90776 +"238622",41425,90822 +"238623",41425,92987 +"238624",41425,93423 +"238625",41425,123266 +"238626",41425,123267 +"238627",41426,44191 +"238628",41426,77534 +"238629",41427,53323 +"238630",41427,66212 +"238631",41427,81838 +"238632",41427,88126 +"238633",41428,45295 +"238634",41428,52777 +"238635",41428,61633 +"238636",41428,116000 +"238637",41429,57247 +"238638",41429,87985 +"238639",41429,102556 +"238640",41431,42593 +"238641",41431,42617 +"238642",41431,42657 +"238643",41431,46005 +"238644",41433,49361 +"238645",41434,62835 +"238646",41434,86802 +"238647",41435,41464 +"238648",41435,42695 +"238649",41435,42700 +"238650",41435,43844 +"238651",41435,44549 +"238652",41435,45532 +"238653",41435,45869 +"238654",41435,47113 +"238655",41435,49776 +"238656",41435,57478 +"238657",41435,72520 +"238658",41435,74144 +"238659",41435,77459 +"238660",41435,78833 +"238661",41435,79422 +"238662",41435,96428 +"238663",41436,43696 +"238664",41436,48261 +"238665",41436,54708 +"238666",41438,42797 +"238667",41438,43900 +"238668",41438,52669 +"238669",41438,52687 +"238670",41439,43394 +"238671",41439,45480 +"238672",41439,45507 +"238673",41439,49551 +"238674",41439,50662 +"238675",41439,59039 +"238676",41439,59577 +"238677",41439,65536 +"238678",41439,65771 +"238679",41439,67101 +"238680",41439,71356 +"238681",41439,71579 +"238682",41439,75104 +"238683",41439,76314 +"238684",41439,83483 +"238685",41439,86476 +"238686",41439,94885 +"238687",41439,94886 +"238688",41439,94915 +"238689",41439,112132 +"238690",41439,119566 +"238691",41440,117547 +"238692",41441,49609 +"238693",41441,72783 +"238694",41443,97072 +"238695",41443,105732 +"238696",41444,42244 +"238697",41444,42773 +"238698",41444,62857 +"238699",41444,91551 +"238700",41444,110320 +"238701",41444,114560 +"238702",41444,115614 +"238703",41444,117638 +"238704",41444,117643 +"238705",41444,117644 +"238706",41445,98817 +"238707",41446,46532 +"238708",41446,65553 +"238709",41446,88747 +"238710",41446,98385 +"238711",41446,102672 +"238712",41446,119273 +"238713",41447,61764 +"238714",41448,67091 +"238715",41448,78975 +"238716",41448,80343 +"238717",41448,96851 +"238718",41448,97834 +"238719",41448,98887 +"238720",41448,106906 +"238721",41449,42814 +"238722",41449,50058 +"238723",41449,52131 +"238724",41449,53917 +"238725",41449,54235 +"238726",41449,57242 +"238727",41449,60991 +"238728",41449,76639 +"238729",41449,91695 +"238730",41449,97440 +"238731",41449,100239 +"238732",41449,113099 +"238733",41449,114715 +"238734",41450,55118 +"238735",41451,44124 +"238736",41451,47133 +"238737",41451,47414 +"238738",41451,49106 +"238739",41451,57094 +"238740",41451,58898 +"238741",41451,59147 +"238742",41451,59237 +"238743",41451,59359 +"238744",41451,61563 +"238745",41451,61867 +"238746",41451,62007 +"238747",41451,62078 +"238748",41451,62375 +"238749",41451,62633 +"238750",41451,63395 +"238751",41451,64408 +"238752",41451,64418 +"238753",41451,64511 +"238754",41451,65230 +"238755",41451,66145 +"238756",41451,67503 +"238757",41451,67721 +"238758",41451,68816 +"238759",41451,68909 +"238760",41451,68938 +"238761",41451,69332 +"238762",41451,69681 +"238763",41451,70610 +"238764",41451,70611 +"238765",41451,70725 +"238766",41451,71211 +"238767",41451,71505 +"238768",41451,71887 +"238769",41451,75621 +"238770",41451,75718 +"238771",41452,96723 +"238772",41452,97004 +"238773",41452,101055 +"238774",41453,41535 +"238775",41453,41562 +"238776",41453,57129 +"238777",41453,72419 +"238778",41454,52009 +"238779",41454,60844 +"238780",41454,85372 +"238781",41454,91676 +"238782",41454,112595 +"238783",41454,112679 +"238784",41455,43149 +"238785",41455,44687 +"238786",41455,50207 +"238787",41455,50488 +"238788",41455,52112 +"238789",41455,53415 +"238790",41455,56357 +"238791",41455,57636 +"238792",41455,58482 +"238793",41455,59798 +"238794",41455,70907 +"238795",41455,71683 +"238796",41455,77125 +"238797",41455,78398 +"238798",41455,82426 +"238799",41455,84343 +"238800",41455,85000 +"238801",41455,85101 +"238802",41455,91682 +"238803",41455,95267 +"238804",41455,97580 +"238805",41455,98727 +"238806",41455,98776 +"238807",41455,100795 +"238808",41455,106824 +"238809",41455,108879 +"238810",41455,109166 +"238811",41455,109858 +"238812",41455,109878 +"238813",41455,112962 +"238814",41455,113990 +"238815",41455,115413 +"238816",41455,116123 +"238817",41455,117258 +"238818",41455,117560 +"238819",41455,118128 +"238820",41455,118836 +"238821",41455,118866 +"238822",41455,118873 +"238823",41455,119131 +"238824",41455,119513 +"238825",41455,119716 +"238826",41455,119769 +"238827",41455,120123 +"238828",41455,120169 +"238829",41455,120725 +"238830",41455,120944 +"238831",41455,121609 +"238832",41455,122007 +"238833",41455,122032 +"238834",41455,122035 +"238835",41455,122724 +"238836",41455,123070 +"238837",41455,123394 +"238838",41455,123490 +"238839",41457,123240 +"238840",41458,98641 +"238841",41460,79981 +"238842",41461,41469 +"238843",41461,99385 +"238844",41462,42044 +"238845",41462,57834 +"238846",41462,74883 +"238847",41462,80920 +"238848",41462,82187 +"238849",41463,41597 +"238850",41464,43844 +"238851",41464,45532 +"238852",41464,45869 +"238853",41464,57478 +"238854",41464,83430 +"238855",41465,82757 +"238856",41465,118381 +"238857",41466,114587 +"238858",41467,49976 +"238859",41467,93553 +"238860",41467,116602 +"238861",41467,122477 +"238862",41468,44670 +"238863",41468,93795 +"238864",41469,55670 +"238865",41469,59015 +"238866",41469,59041 +"238867",41469,59096 +"238868",41469,59271 +"238869",41470,74605 +"238870",41471,97478 +"238871",41471,100869 +"238872",41472,47005 +"238873",41473,41679 +"238874",41473,59953 +"238875",41473,62591 +"238876",41473,68207 +"238877",41473,74653 +"238878",41473,86353 +"238879",41473,98059 +"238880",41473,99218 +"238881",41473,110059 +"238882",41473,123109 +"238883",41474,122468 +"238884",41475,45192 +"238885",41475,62721 +"238886",41475,65113 +"238887",41477,42861 +"238888",41477,55307 +"238889",41477,56155 +"238890",41477,56160 +"238891",41477,56179 +"238892",41477,56226 +"238893",41477,56239 +"238894",41477,56251 +"238895",41477,56267 +"238896",41477,56291 +"238897",41477,56359 +"238898",41477,64716 +"238899",41477,94837 +"238900",41477,112905 +"238901",41477,112907 +"238902",41477,115893 +"238903",41478,41536 +"238904",41478,58191 +"238905",41478,86933 +"238906",41478,91679 +"238907",41479,48181 +"238908",41479,122256 +"238909",41480,43218 +"238910",41482,42102 +"238911",41482,58560 +"238912",41482,65074 +"238913",41482,88567 +"238914",41483,61101 +"238915",41483,77294 +"238916",41483,82924 +"238917",41483,96964 +"238918",41483,98271 +"238919",41484,55548 +"238920",41484,73744 +"238921",41484,73760 +"238922",41486,48527 +"238923",41486,51580 +"238924",41486,53031 +"238925",41486,53765 +"238926",41486,61523 +"238927",41486,61717 +"238928",41486,62849 +"238929",41486,74179 +"238930",41486,82682 +"238931",41486,93752 +"238932",41486,103426 +"238933",41486,107570 +"238934",41486,108718 +"238935",41486,121638 +"238936",41486,122173 +"238937",41487,46248 +"238938",41487,81761 +"238939",41487,87693 +"238940",41487,94903 +"238941",41487,102485 +"238942",41487,117022 +"238943",41488,48174 +"238944",41488,119873 +"238945",41489,45297 +"238946",41489,62269 +"238947",41489,76580 +"238948",41489,76589 +"238949",41489,77027 +"238950",41489,81967 +"238951",41489,82217 +"238952",41489,82235 +"238953",41490,67705 +"238954",41491,48852 +"238955",41491,51319 +"238956",41491,80383 +"238957",41491,80541 +"238958",41491,86129 +"238959",41491,93391 +"238960",41491,107324 +"238961",41491,107349 +"238962",41492,43355 +"238963",41493,87369 +"238964",41493,87418 +"238965",41493,108814 +"238966",41495,95650 +"238967",41495,120597 +"238968",41496,41560 +"238969",41497,68799 +"238970",41497,75672 +"238971",41497,80119 +"238972",41497,116659 +"238973",41497,122156 +"238974",41498,41530 +"238975",41499,54875 +"238976",41500,41605 +"238977",41500,53843 +"238978",41500,78477 +"238979",41503,41572 +"238980",41503,47504 +"238981",41503,64162 +"238982",41503,66458 +"238983",41504,57079 +"238984",41504,83002 +"238985",41504,107487 +"238986",41505,97656 +"238987",41505,102369 +"238988",41506,61425 +"238989",41506,74626 +"238990",41507,63234 +"238991",41508,49001 +"238992",41508,51552 +"238993",41508,80413 +"238994",41508,90019 +"238995",41508,90029 +"238996",41509,64978 +"238997",41509,67218 +"238998",41509,69559 +"238999",41509,76738 +"239000",41509,78750 +"239001",41509,79453 +"239002",41509,82310 +"239003",41510,45516 +"239004",41510,45585 +"239005",41510,45609 +"239006",41510,60583 +"239007",41510,64673 +"239008",41510,72452 +"239009",41510,73324 +"239010",41510,78275 +"239011",41510,78333 +"239012",41510,78343 +"239013",41510,80080 +"239014",41510,81715 +"239015",41510,81720 +"239016",41511,41615 +"239017",41511,80147 +"239018",41511,81446 +"239019",41511,81497 +"239020",41511,81589 +"239021",41511,81871 +"239022",41513,42281 +"239023",41513,64593 +"239024",41514,60911 +"239025",41515,48091 +"239026",41515,48639 +"239027",41515,51128 +"239028",41515,57968 +"239029",41515,64208 +"239030",41515,99406 +"239031",41515,116798 +"239032",41515,122313 +"239033",41516,63742 +"239034",41517,41541 +"239035",41518,60667 +"239036",41518,67748 +"239037",41518,73792 +"239038",41518,77611 +"239039",41518,95201 +"239040",41519,45202 +"239041",41519,45281 +"239042",41519,54025 +"239043",41519,63893 +"239044",41519,71171 +"239045",41521,45966 +"239046",41521,56413 +"239047",41521,102480 +"239048",41525,56144 +"239049",41526,57120 +"239050",41526,69828 +"239051",41526,87063 +"239052",41526,105428 +"239053",41526,106113 +"239054",41526,107743 +"239055",41527,41529 +"239056",41527,41778 +"239057",41527,43147 +"239058",41527,43234 +"239059",41527,43858 +"239060",41527,44828 +"239061",41527,45657 +"239062",41527,45933 +"239063",41527,46434 +"239064",41527,46788 +"239065",41527,47123 +"239066",41527,47488 +"239067",41527,48909 +"239068",41527,49859 +"239069",41527,50064 +"239070",41527,50067 +"239071",41527,50554 +"239072",41527,50879 +"239073",41527,51783 +"239074",41527,52018 +"239075",41527,53444 +"239076",41527,53527 +"239077",41527,53555 +"239078",41527,54275 +"239079",41527,56628 +"239080",41527,58004 +"239081",41527,58068 +"239082",41527,58633 +"239083",41527,61111 +"239084",41527,61127 +"239085",41527,68287 +"239086",41528,80056 +"239087",41528,80091 +"239088",41529,41778 +"239089",41529,41874 +"239090",41529,43147 +"239091",41529,43234 +"239092",41529,43858 +"239093",41529,44828 +"239094",41529,45657 +"239095",41529,45933 +"239096",41529,46434 +"239097",41529,46788 +"239098",41529,47123 +"239099",41529,47488 +"239100",41529,48909 +"239101",41529,49859 +"239102",41529,50064 +"239103",41529,50067 +"239104",41529,50554 +"239105",41529,50879 +"239106",41529,51783 +"239107",41529,52018 +"239108",41529,53444 +"239109",41529,53527 +"239110",41529,53555 +"239111",41529,54275 +"239112",41529,54919 +"239113",41529,55564 +"239114",41529,56172 +"239115",41529,56628 +"239116",41529,58004 +"239117",41529,58068 +"239118",41529,58633 +"239119",41529,61111 +"239120",41529,61127 +"239121",41529,63150 +"239122",41529,63222 +"239123",41529,68287 +"239124",41530,53961 +"239125",41530,110736 +"239126",41531,41567 +"239127",41531,41589 +"239128",41532,45344 +"239129",41532,48991 +"239130",41533,47113 +"239131",41533,48008 +"239132",41533,89020 +"239133",41533,94550 +"239134",41533,98420 +"239135",41533,105486 +"239136",41533,105501 +"239137",41534,45363 +"239138",41535,41562 +"239139",41536,58191 +"239140",41536,83365 +"239141",41536,86933 +"239142",41536,91679 +"239143",41537,56265 +"239144",41537,80173 +"239145",41537,80211 +"239146",41538,100813 +"239147",41539,90197 +"239148",41539,93159 +"239149",41541,61518 +"239150",41543,46263 +"239151",41543,56893 +"239152",41544,74367 +"239153",41544,74390 +"239154",41544,89102 +"239155",41544,89194 +"239156",41544,109346 +"239157",41544,122063 +"239158",41545,41755 +"239159",41545,82697 +"239160",41545,82703 +"239161",41545,103260 +"239162",41546,80421 +"239163",41547,46519 +"239164",41548,47968 +"239165",41548,51868 +"239166",41550,42915 +"239167",41550,45358 +"239168",41551,47416 +"239169",41551,54140 +"239170",41551,54145 +"239171",41551,54215 +"239172",41551,78975 +"239173",41551,85028 +"239174",41552,41553 +"239175",41554,77178 +"239176",41554,91190 +"239177",41554,95199 +"239178",41554,95216 +"239179",41554,106285 +"239180",41554,107561 +"239181",41555,41563 +"239182",41556,66714 +"239183",41556,85526 +"239184",41556,85831 +"239185",41556,92781 +"239186",41557,43065 +"239187",41557,57675 +"239188",41557,93563 +"239189",41557,112506 +"239190",41558,48861 +"239191",41558,70760 +"239192",41559,44531 +"239193",41559,50946 +"239194",41559,79327 +"239195",41560,51492 +"239196",41560,81489 +"239197",41560,101228 +"239198",41560,103826 +"239199",41560,115674 +"239200",41561,50710 +"239201",41561,94910 +"239202",41563,75407 +"239203",41564,43989 +"239204",41564,62788 +"239205",41564,84627 +"239206",41564,113604 +"239207",41565,83009 +"239208",41565,85910 +"239209",41565,89921 +"239210",41565,95992 +"239211",41565,96013 +"239212",41567,41589 +"239213",41567,51133 +"239214",41568,49204 +"239215",41568,49286 +"239216",41568,49306 +"239217",41569,53558 +"239218",41569,64885 +"239219",41569,82238 +"239220",41569,90702 +"239221",41569,101469 +"239222",41570,59925 +"239223",41570,73058 +"239224",41570,80085 +"239225",41570,80895 +"239226",41570,91017 +"239227",41570,106852 +"239228",41570,106857 +"239229",41570,106897 +"239230",41570,106901 +"239231",41570,116680 +"239232",41571,89235 +"239233",41571,107485 +"239234",41573,59954 +"239235",41574,50767 +"239236",41575,46128 +"239237",41575,77855 +"239238",41575,78738 +"239239",41575,78927 +"239240",41575,82456 +"239241",41575,82513 +"239242",41575,82521 +"239243",41575,82524 +"239244",41575,83651 +"239245",41575,93076 +"239246",41575,101432 +"239247",41576,60770 +"239248",41576,72928 +"239249",41578,106884 +"239250",41579,41669 +"239251",41579,54608 +"239252",41579,67086 +"239253",41580,43236 +"239254",41580,45809 +"239255",41580,55472 +"239256",41580,69311 +"239257",41580,78475 +"239258",41580,82160 +"239259",41580,85496 +"239260",41580,85767 +"239261",41581,57067 +"239262",41581,64956 +"239263",41581,67499 +"239264",41581,67623 +"239265",41581,70358 +"239266",41581,71659 +"239267",41581,74153 +"239268",41581,76972 +"239269",41581,84380 +"239270",41581,107365 +"239271",41582,55397 +"239272",41584,45633 +"239273",41585,65058 +"239274",41585,71560 +"239275",41585,91587 +"239276",41585,96631 +"239277",41585,96640 +"239278",41585,96645 +"239279",41585,96652 +"239280",41585,96655 +"239281",41586,49952 +"239282",41586,110541 +"239283",41588,92326 +"239284",41589,45543 +"239285",41590,48631 +"239286",41590,73899 +"239287",41590,79893 +"239288",41590,91921 +"239289",41591,79374 +"239290",41592,44148 +"239291",41593,41754 +"239292",41593,52851 +"239293",41593,63641 +"239294",41593,74167 +"239295",41593,76932 +"239296",41593,84413 +"239297",41593,96396 +"239298",41593,101618 +"239299",41595,44345 +"239300",41596,51528 +"239301",41596,51950 +"239302",41596,66004 +"239303",41597,62030 +"239304",41597,65698 +"239305",41599,66286 +"239306",41599,70498 +"239307",41599,74472 +"239308",41599,85119 +"239309",41599,101212 +"239310",41599,107844 +"239311",41599,117073 +"239312",41601,47714 +"239313",41601,69201 +"239314",41601,85764 +"239315",41601,92241 +"239316",41601,108483 +"239317",41601,110140 +"239318",41602,43307 +"239319",41603,42644 +"239320",41603,97266 +"239321",41603,103237 +"239322",41604,43266 +"239323",41604,52670 +"239324",41604,81502 +"239325",41604,83919 +"239326",41604,84868 +"239327",41606,46081 +"239328",41606,80167 +"239329",41607,51481 +"239330",41607,65410 +"239331",41607,65430 +"239332",41607,65444 +"239333",41607,85020 +"239334",41608,60476 +"239335",41610,61520 +"239336",41610,89215 +"239337",41610,118194 +"239338",41611,47372 +"239339",41611,52953 +"239340",41611,77233 +"239341",41611,96062 +"239342",41612,44536 +"239343",41613,67678 +"239344",41614,97619 +"239345",41615,80147 +"239346",41615,81446 +"239347",41615,81497 +"239348",41615,81589 +"239349",41615,81871 +"239350",41616,83801 +"239351",41616,83859 +"239352",41616,104747 +"239353",41617,45502 +"239354",41617,45846 +"239355",41617,47341 +"239356",41617,54879 +"239357",41617,72240 +"239358",41617,82492 +"239359",41617,87558 +"239360",41617,90356 +"239361",41617,92495 +"239362",41617,115173 +"239363",41618,43929 +"239364",41618,83006 +"239365",41618,99199 +"239366",41618,107125 +"239367",41618,107131 +"239368",41619,46796 +"239369",41620,64821 +"239370",41621,53154 +"239371",41621,59322 +"239372",41621,63864 +"239373",41621,119322 +"239374",41622,41623 +"239375",41622,51575 +"239376",41622,76210 +"239377",41622,86598 +"239378",41622,86619 +"239379",41623,45004 +"239380",41623,61322 +"239381",41623,73839 +"239382",41624,41743 +"239383",41625,48768 +"239384",41627,41744 +"239385",41627,117720 +"239386",41627,117721 +"239387",41629,45525 +"239388",41629,58803 +"239389",41629,59693 +"239390",41629,83517 +"239391",41630,41674 +"239392",41631,79883 +"239393",41633,74187 +"239394",41633,87610 +"239395",41633,91806 +"239396",41633,96931 +"239397",41633,105146 +"239398",41633,115237 +"239399",41634,61072 +"239400",41634,84808 +"239401",41634,97532 +"239402",41634,97753 +"239403",41634,110126 +"239404",41637,43773 +"239405",41637,49500 +"239406",41637,59677 +"239407",41637,62674 +"239408",41637,88063 +"239409",41637,103323 +"239410",41638,41684 +"239411",41638,42380 +"239412",41638,42503 +"239413",41638,43185 +"239414",41638,82688 +"239415",41638,102060 +"239416",41638,102061 +"239417",41639,83350 +"239418",41639,85918 +"239419",41639,90362 +"239420",41640,47362 +"239421",41640,53607 +"239422",41641,41649 +"239423",41641,41689 +"239424",41641,41690 +"239425",41641,41770 +"239426",41642,45269 +"239427",41642,45772 +"239428",41642,48548 +"239429",41642,51020 +"239430",41642,53353 +"239431",41642,55071 +"239432",41642,76298 +"239433",41642,96344 +"239434",41643,41741 +"239435",41643,45726 +"239436",41643,52626 +"239437",41643,63518 +"239438",41643,73138 +"239439",41643,75271 +"239440",41643,76047 +"239441",41643,78487 +"239442",41643,81474 +"239443",41643,88309 +"239444",41643,91779 +"239445",41643,102535 +"239446",41643,106275 +"239447",41643,106280 +"239448",41644,44928 +"239449",41644,59715 +"239450",41644,59743 +"239451",41644,62591 +"239452",41645,51853 +"239453",41645,54690 +"239454",41645,55590 +"239455",41645,67809 +"239456",41645,67817 +"239457",41645,74355 +"239458",41645,88434 +"239459",41646,111893 +"239460",41649,41689 +"239461",41649,41690 +"239462",41649,41770 +"239463",41650,44867 +"239464",41650,47150 +"239465",41650,48921 +"239466",41652,77337 +"239467",41654,41818 +"239468",41654,63905 +"239469",41654,68957 +"239470",41654,69189 +"239471",41654,100714 +"239472",41654,113639 +"239473",41654,117157 +"239474",41656,49873 +"239475",41656,52054 +"239476",41656,57469 +"239477",41656,70818 +"239478",41656,118235 +"239479",41656,119495 +"239480",41656,120815 +"239481",41657,74505 +"239482",41657,74532 +"239483",41658,72269 +"239484",41658,77667 +"239485",41659,46142 +"239486",41659,64578 +"239487",41659,78940 +"239488",41659,97228 +"239489",41659,105122 +"239490",41660,86928 +"239491",41661,98424 +"239492",41662,43262 +"239493",41662,46030 +"239494",41662,46358 +"239495",41662,46392 +"239496",41662,54598 +"239497",41662,69413 +"239498",41663,52960 +"239499",41663,61469 +"239500",41663,64525 +"239501",41663,75573 +"239502",41663,88908 +"239503",41663,101984 +"239504",41663,102015 +"239505",41663,107600 +"239506",41664,45060 +"239507",41664,63500 +"239508",41664,63502 +"239509",41664,64982 +"239510",41664,67556 +"239511",41664,83273 +"239512",41664,91560 +"239513",41665,42321 +"239514",41665,51731 +"239515",41666,41735 +"239516",41667,41733 +"239517",41668,51043 +"239518",41668,51069 +"239519",41668,59407 +"239520",41668,66067 +"239521",41668,86067 +"239522",41668,87619 +"239523",41669,90571 +"239524",41669,118317 +"239525",41671,67677 +"239526",41671,84271 +"239527",41671,101595 +"239528",41673,46760 +"239529",41675,44160 +"239530",41675,64070 +"239531",41675,96229 +"239532",41675,101655 +"239533",41675,101657 +"239534",41675,114635 +"239535",41675,114640 +"239536",41676,71530 +"239537",41676,81023 +"239538",41676,105607 +"239539",41676,114254 +"239540",41677,71902 +"239541",41678,55619 +"239542",41678,61686 +"239543",41678,63530 +"239544",41678,63985 +"239545",41678,66479 +"239546",41678,73362 +"239547",41679,49776 +"239548",41679,55286 +"239549",41679,56787 +"239550",41679,70156 +"239551",41679,85103 +"239552",41680,41710 +"239553",41680,101711 +"239554",41681,44275 +"239555",41681,56562 +"239556",41681,108434 +"239557",41683,79190 +"239558",41683,88543 +"239559",41684,42380 +"239560",41684,42503 +"239561",41685,58580 +"239562",41686,42273 +"239563",41686,43713 +"239564",41686,51568 +"239565",41686,57744 +"239566",41686,59117 +"239567",41686,66023 +"239568",41687,48297 +"239569",41687,50397 +"239570",41687,66971 +"239571",41687,76131 +"239572",41687,79977 +"239573",41687,80913 +"239574",41687,83952 +"239575",41687,84510 +"239576",41687,85245 +"239577",41687,86554 +"239578",41687,92017 +"239579",41687,93353 +"239580",41687,99482 +"239581",41687,107736 +"239582",41687,114524 +"239583",41687,121569 +"239584",41688,51133 +"239585",41688,54545 +"239586",41688,54698 +"239587",41688,54699 +"239588",41689,41690 +"239589",41689,41770 +"239590",41689,48711 +"239591",41689,48741 +"239592",41689,48773 +"239593",41689,83403 +"239594",41690,41770 +"239595",41690,48711 +"239596",41690,48741 +"239597",41690,48773 +"239598",41691,43183 +"239599",41691,44269 +"239600",41691,46395 +"239601",41691,49428 +"239602",41691,56089 +"239603",41691,57231 +"239604",41691,60264 +"239605",41691,65856 +"239606",41691,102979 +"239607",41692,74317 +"239608",41692,101088 +"239609",41693,50191 +"239610",41693,87984 +"239611",41693,91842 +"239612",41693,118617 +"239613",41694,45591 +"239614",41694,45801 +"239615",41694,54122 +"239616",41694,55482 +"239617",41694,122658 +"239618",41695,63131 +"239619",41695,71193 +"239620",41697,47338 +"239621",41697,81614 +"239622",41698,62813 +"239623",41699,47492 +"239624",41699,48406 +"239625",41699,58310 +"239626",41699,60985 +"239627",41699,62794 +"239628",41699,71046 +"239629",41699,79568 +"239630",41699,88773 +"239631",41700,72196 +"239632",41702,51836 +"239633",41702,53979 +"239634",41702,76453 +"239635",41702,80282 +"239636",41703,49091 +"239637",41703,67908 +"239638",41704,78380 +"239639",41704,83536 +"239640",41704,96100 +"239641",41705,41777 +"239642",41706,69293 +"239643",41708,49721 +"239644",41709,50076 +"239645",41709,52659 +"239646",41709,72078 +"239647",41709,77197 +"239648",41709,91634 +"239649",41709,97386 +"239650",41709,104701 +"239651",41710,58549 +"239652",41713,42087 +"239653",41713,43527 +"239654",41713,45047 +"239655",41713,45980 +"239656",41713,48202 +"239657",41713,48212 +"239658",41713,48433 +"239659",41713,53132 +"239660",41713,53227 +"239661",41713,54952 +"239662",41713,55111 +"239663",41713,57990 +"239664",41713,58628 +"239665",41713,58855 +"239666",41713,61785 +"239667",41713,61801 +"239668",41713,62407 +"239669",41713,64350 +"239670",41713,67525 +"239671",41713,68569 +"239672",41713,73044 +"239673",41713,73058 +"239674",41713,73335 +"239675",41713,74659 +"239676",41713,77871 +"239677",41713,78063 +"239678",41713,78429 +"239679",41713,78569 +"239680",41713,80305 +"239681",41713,81000 +"239682",41713,81250 +"239683",41713,82143 +"239684",41713,83231 +"239685",41713,83578 +"239686",41713,86471 +"239687",41713,88232 +"239688",41713,88237 +"239689",41713,88462 +"239690",41713,90021 +"239691",41713,90643 +"239692",41713,90804 +"239693",41713,91022 +"239694",41713,91045 +"239695",41713,92592 +"239696",41713,94768 +"239697",41713,95675 +"239698",41713,96144 +"239699",41713,96146 +"239700",41713,96336 +"239701",41713,100274 +"239702",41713,101516 +"239703",41713,102387 +"239704",41713,108374 +"239705",41713,108893 +"239706",41713,109101 +"239707",41713,109523 +"239708",41713,110469 +"239709",41713,110993 +"239710",41713,111338 +"239711",41713,111398 +"239712",41713,111409 +"239713",41713,111480 +"239714",41713,112422 +"239715",41713,112648 +"239716",41713,112708 +"239717",41713,112820 +"239718",41713,112997 +"239719",41713,113597 +"239720",41713,114418 +"239721",41713,114582 +"239722",41713,114629 +"239723",41713,115371 +"239724",41713,116028 +"239725",41713,116604 +"239726",41715,53294 +"239727",41715,86826 +"239728",41718,58613 +"239729",41718,93489 +"239730",41718,103276 +"239731",41718,112343 +"239732",41718,112345 +"239733",41718,116279 +"239734",41719,46621 +"239735",41719,52327 +"239736",41719,55795 +"239737",41719,56759 +"239738",41719,66572 +"239739",41719,66950 +"239740",41719,84744 +"239741",41719,88462 +"239742",41719,97590 +"239743",41719,99263 +"239744",41719,99677 +"239745",41719,105019 +"239746",41719,105030 +"239747",41720,42510 +"239748",41720,42591 +"239749",41720,42619 +"239750",41720,97964 +"239751",41720,97970 +"239752",41721,53776 +"239753",41721,58103 +"239754",41722,60915 +"239755",41722,93494 +"239756",41722,121815 +"239757",41723,50585 +"239758",41723,53274 +"239759",41723,78976 +"239760",41723,84084 +"239761",41723,103939 +"239762",41723,121843 +"239763",41724,42205 +"239764",41724,113062 +"239765",41725,41738 +"239766",41725,66137 +"239767",41725,78440 +"239768",41726,71939 +"239769",41726,71953 +"239770",41727,48158 +"239771",41727,54305 +"239772",41727,68280 +"239773",41727,108751 +"239774",41729,41964 +"239775",41729,48417 +"239776",41729,61322 +"239777",41729,92432 +"239778",41729,93013 +"239779",41729,97040 +"239780",41729,102103 +"239781",41729,104803 +"239782",41730,62949 +"239783",41731,45778 +"239784",41732,115053 +"239785",41733,53819 +"239786",41734,70383 +"239787",41735,54732 +"239788",41735,73375 +"239789",41735,110796 +"239790",41735,110942 +"239791",41735,113710 +"239792",41735,114402 +"239793",41736,60229 +"239794",41737,101397 +"239795",41739,45269 +"239796",41739,53129 +"239797",41739,62166 +"239798",41739,64181 +"239799",41739,65625 +"239800",41739,66413 +"239801",41739,67314 +"239802",41739,74628 +"239803",41739,75310 +"239804",41739,77332 +"239805",41739,82003 +"239806",41739,84940 +"239807",41739,93131 +"239808",41739,93133 +"239809",41739,101391 +"239810",41739,104571 +"239811",41739,105063 +"239812",41739,105947 +"239813",41739,114174 +"239814",41739,114178 +"239815",41740,70114 +"239816",41740,71933 +"239817",41740,86074 +"239818",41740,90071 +"239819",41740,101924 +"239820",41740,105494 +"239821",41740,110243 +"239822",41740,110321 +"239823",41740,111829 +"239824",41740,112864 +"239825",41740,118604 +"239826",41741,77244 +"239827",41741,115249 +"239828",41741,116303 +"239829",41741,116463 +"239830",41741,116466 +"239831",41742,49880 +"239832",41744,42946 +"239833",41744,51815 +"239834",41744,55822 +"239835",41744,65743 +"239836",41744,86011 +"239837",41744,107167 +"239838",41744,110413 +"239839",41744,110452 +"239840",41744,112239 +"239841",41744,122092 +"239842",41745,48593 +"239843",41746,42364 +"239844",41746,47104 +"239845",41746,57210 +"239846",41746,57652 +"239847",41746,59326 +"239848",41746,62605 +"239849",41746,66027 +"239850",41746,68569 +"239851",41746,70925 +"239852",41746,88764 +"239853",41746,109596 +"239854",41746,115951 +"239855",41746,119419 +"239856",41746,119454 +"239857",41747,42405 +"239858",41747,45465 +"239859",41747,123059 +"239860",41748,66855 +"239861",41748,74373 +"239862",41748,98348 +"239863",41749,41750 +"239864",41749,41796 +"239865",41749,58246 +"239866",41749,75594 +"239867",41749,90168 +"239868",41749,90178 +"239869",41750,41796 +"239870",41751,41799 +"239871",41752,121071 +"239872",41754,52497 +"239873",41754,63641 +"239874",41754,75454 +"239875",41754,96396 +"239876",41754,97269 +"239877",41754,101292 +"239878",41754,113027 +"239879",41756,83547 +"239880",41757,41858 +"239881",41757,54986 +"239882",41757,61877 +"239883",41757,78768 +"239884",41757,86704 +"239885",41757,91679 +"239886",41757,94215 +"239887",41757,94234 +"239888",41757,96647 +"239889",41757,102229 +"239890",41757,117995 +"239891",41757,119534 +"239892",41759,41801 +"239893",41759,48272 +"239894",41759,54109 +"239895",41759,59426 +"239896",41759,70720 +"239897",41759,91302 +"239898",41759,101125 +"239899",41759,102243 +"239900",41760,55511 +"239901",41760,107382 +"239902",41761,59258 +"239903",41762,48628 +"239904",41762,81581 +"239905",41762,89315 +"239906",41762,121481 +"239907",41764,46493 +"239908",41764,50480 +"239909",41764,51859 +"239910",41764,51875 +"239911",41764,52213 +"239912",41764,57267 +"239913",41765,41768 +"239914",41765,41869 +"239915",41765,119435 +"239916",41766,82175 +"239917",41766,115638 +"239918",41767,44952 +"239919",41767,70893 +"239920",41767,72535 +"239921",41767,72667 +"239922",41767,72675 +"239923",41768,41869 +"239924",41769,41823 +"239925",41770,43240 +"239926",41770,57238 +"239927",41770,66276 +"239928",41770,70614 +"239929",41771,55653 +"239930",41771,59326 +"239931",41771,65400 +"239932",41771,65461 +"239933",41771,110515 +"239934",41772,44305 +"239935",41772,49317 +"239936",41772,97450 +"239937",41773,43887 +"239938",41774,41874 +"239939",41774,64035 +"239940",41774,88965 +"239941",41775,46618 +"239942",41776,103464 +"239943",41777,42730 +"239944",41777,54143 +"239945",41777,57689 +"239946",41778,43147 +"239947",41778,43234 +"239948",41778,43858 +"239949",41778,44828 +"239950",41778,45657 +"239951",41778,45933 +"239952",41778,46434 +"239953",41778,46788 +"239954",41778,47123 +"239955",41778,47488 +"239956",41778,48909 +"239957",41778,49859 +"239958",41778,50064 +"239959",41778,50067 +"239960",41778,50554 +"239961",41778,50879 +"239962",41778,51783 +"239963",41778,52018 +"239964",41778,53444 +"239965",41778,53527 +"239966",41778,53555 +"239967",41778,54275 +"239968",41778,56628 +"239969",41778,58004 +"239970",41778,58068 +"239971",41778,58633 +"239972",41778,61111 +"239973",41778,61127 +"239974",41778,68287 +"239975",41779,53353 +"239976",41779,68887 +"239977",41781,57624 +"239978",41782,46050 +"239979",41782,53029 +"239980",41782,56742 +"239981",41782,60258 +"239982",41782,72022 +"239983",41782,86456 +"239984",41782,96310 +"239985",41782,105372 +"239986",41783,43376 +"239987",41783,45763 +"239988",41783,51512 +"239989",41783,88413 +"239990",41783,102147 +"239991",41783,102148 +"239992",41784,70679 +"239993",41784,88357 +"239994",41784,121668 +"239995",41784,121672 +"239996",41785,41804 +"239997",41785,41859 +"239998",41785,54896 +"239999",41785,63477 +"240000",41785,64620 +"240001",41785,86677 +"240002",41785,88129 +"240003",41785,102136 +"240004",41787,53348 +"240005",41788,42033 +"240006",41788,55408 +"240007",41789,76250 +"240008",41789,83857 +"240009",41789,104778 +"240010",41791,76691 +"240011",41792,41854 +"240012",41793,41797 +"240013",41793,44350 +"240014",41793,46243 +"240015",41793,46637 +"240016",41793,46639 +"240017",41793,48992 +"240018",41793,54254 +"240019",41793,56859 +"240020",41793,61702 +"240021",41793,62137 +"240022",41793,62228 +"240023",41793,62296 +"240024",41793,62739 +"240025",41793,66523 +"240026",41793,71510 +"240027",41793,72065 +"240028",41793,72069 +"240029",41793,72070 +"240030",41793,72072 +"240031",41793,72077 +"240032",41793,72088 +"240033",41793,72102 +"240034",41793,72106 +"240035",41793,72107 +"240036",41794,108775 +"240037",41795,75901 +"240038",41795,98140 +"240039",41799,78667 +"240040",41800,67750 +"240041",41800,85850 +"240042",41800,104661 +"240043",41800,116841 +"240044",41801,45375 +"240045",41801,51198 +"240046",41801,54109 +"240047",41801,64252 +"240048",41801,91302 +"240049",41802,42506 +"240050",41802,87198 +"240051",41802,90195 +"240052",41802,91964 +"240053",41803,65578 +"240054",41803,92777 +"240055",41804,41859 +"240056",41804,42189 +"240057",41804,47309 +"240058",41804,48871 +"240059",41804,49711 +"240060",41804,50114 +"240061",41804,54749 +"240062",41804,57267 +"240063",41804,63500 +"240064",41805,45449 +"240065",41805,55493 +"240066",41805,57046 +"240067",41805,71003 +"240068",41805,81622 +"240069",41805,84581 +"240070",41805,86214 +"240071",41805,102332 +"240072",41805,104343 +"240073",41805,111590 +"240074",41805,115177 +"240075",41806,67826 +"240076",41806,95601 +"240077",41806,118306 +"240078",41807,89735 +"240079",41808,93492 +"240080",41809,43745 +"240081",41809,43758 +"240082",41809,43994 +"240083",41809,54219 +"240084",41809,66731 +"240085",41809,83733 +"240086",41809,95829 +"240087",41809,95836 +"240088",41810,42238 +"240089",41810,72873 +"240090",41812,47252 +"240091",41812,66793 +"240092",41812,66839 +"240093",41813,54933 +"240094",41813,79466 +"240095",41813,102760 +"240096",41814,43684 +"240097",41814,44881 +"240098",41814,48969 +"240099",41814,48977 +"240100",41814,48983 +"240101",41814,49005 +"240102",41814,49010 +"240103",41814,49028 +"240104",41814,55897 +"240105",41814,71990 +"240106",41814,73020 +"240107",41814,87529 +"240108",41815,42293 +"240109",41816,42301 +"240110",41817,41855 +"240111",41818,50364 +"240112",41818,53936 +"240113",41818,69189 +"240114",41818,80874 +"240115",41818,102445 +"240116",41818,103359 +"240117",41819,80864 +"240118",41820,57648 +"240119",41820,61488 +"240120",41820,84208 +"240121",41820,85843 +"240122",41820,88849 +"240123",41820,93198 +"240124",41820,93199 +"240125",41820,93201 +"240126",41820,93204 +"240127",41820,93211 +"240128",41821,71728 +"240129",41821,99335 +"240130",41821,100402 +"240131",41822,78280 +"240132",41822,106044 +"240133",41823,46854 +"240134",41823,70503 +"240135",41823,98499 +"240136",41823,98512 +"240137",41825,51880 +"240138",41825,78208 +"240139",41825,100016 +"240140",41825,100056 +"240141",41826,48040 +"240142",41826,83953 +"240143",41827,61198 +"240144",41827,62375 +"240145",41827,101184 +"240146",41827,101596 +"240147",41828,78738 +"240148",41830,83447 +"240149",41830,93784 +"240150",41831,42463 +"240151",41831,42887 +"240152",41831,52612 +"240153",41831,54310 +"240154",41831,74186 +"240155",41831,84284 +"240156",41831,85752 +"240157",41831,85829 +"240158",41831,91476 +"240159",41831,100944 +"240160",41831,101203 +"240161",41831,103888 +"240162",41831,105654 +"240163",41831,106703 +"240164",41831,115555 +"240165",41831,119003 +"240166",41831,120502 +"240167",41832,45506 +"240168",41832,62898 +"240169",41832,109829 +"240170",41833,44835 +"240171",41833,46171 +"240172",41833,47139 +"240173",41834,46617 +"240174",41834,47982 +"240175",41834,54749 +"240176",41834,56808 +"240177",41834,56883 +"240178",41834,58927 +"240179",41834,61608 +"240180",41835,61689 +"240181",41835,72686 +"240182",41836,42381 +"240183",41838,71692 +"240184",41839,42224 +"240185",41839,46860 +"240186",41839,51905 +"240187",41839,55641 +"240188",41841,45096 +"240189",41841,46889 +"240190",41843,92321 +"240191",41843,92322 +"240192",41843,96763 +"240193",41843,104978 +"240194",41844,108736 +"240195",41844,117507 +"240196",41844,117527 +"240197",41845,45007 +"240198",41845,50324 +"240199",41845,50344 +"240200",41845,57819 +"240201",41845,78589 +"240202",41845,108410 +"240203",41846,56729 +"240204",41846,64371 +"240205",41847,49328 +"240206",41848,83694 +"240207",41848,107250 +"240208",41848,108931 +"240209",41849,64042 +"240210",41849,70396 +"240211",41849,84979 +"240212",41849,90429 +"240213",41850,45487 +"240214",41850,45641 +"240215",41850,68862 +"240216",41851,59490 +"240217",41851,94267 +"240218",41851,107413 +"240219",41851,107416 +"240220",41852,76005 +"240221",41852,93290 +"240222",41853,49911 +"240223",41853,55419 +"240224",41853,57454 +"240225",41853,66007 +"240226",41853,67437 +"240227",41853,86200 +"240228",41854,55650 +"240229",41854,94421 +"240230",41854,113584 +"240231",41855,46451 +"240232",41856,52364 +"240233",41856,52512 +"240234",41856,52513 +"240235",41856,52530 +"240236",41857,82216 +"240237",41857,82793 +"240238",41857,88696 +"240239",41857,101650 +"240240",41857,101724 +"240241",41857,108415 +"240242",41858,47358 +"240243",41858,92569 +"240244",41859,42129 +"240245",41859,42189 +"240246",41859,47309 +"240247",41859,48871 +"240248",41860,51706 +"240249",41860,51739 +"240250",41861,52547 +"240251",41861,56085 +"240252",41861,61998 +"240253",41861,105565 +"240254",41862,81122 +"240255",41862,117945 +"240256",41863,53044 +"240257",41863,57068 +"240258",41863,73983 +"240259",41863,98882 +"240260",41865,59862 +"240261",41865,59886 +"240262",41866,70409 +"240263",41867,56634 +"240264",41868,54072 +"240265",41868,96181 +"240266",41869,65786 +"240267",41869,83796 +"240268",41869,91551 +"240269",41869,95560 +"240270",41870,54059 +"240271",41870,59557 +"240272",41871,72045 +"240273",41871,78036 +"240274",41871,78042 +"240275",41871,78043 +"240276",41871,78232 +"240277",41871,78234 +"240278",41873,70268 +"240279",41874,46690 +"240280",41875,42165 +"240281",41875,51990 +"240282",41875,57023 +"240283",41875,76357 +"240284",41877,63428 +"240285",41878,47866 +"240286",41878,57703 +"240287",41878,74381 +"240288",41878,81127 +"240289",41878,103509 +"240290",41878,108285 +"240291",41878,111360 +"240292",41878,112269 +"240293",41880,50927 +"240294",41880,67206 +"240295",41880,117015 +"240296",41880,117345 +"240297",41881,43067 +"240298",41881,44873 +"240299",41881,45308 +"240300",41881,47955 +"240301",41881,54647 +"240302",41881,65196 +"240303",41881,73476 +"240304",41881,74202 +"240305",41881,75579 +"240306",41881,77433 +"240307",41881,84176 +"240308",41881,84620 +"240309",41881,98181 +"240310",41881,100499 +"240311",41881,110281 +"240312",41881,110287 +"240313",41881,110300 +"240314",41881,110309 +"240315",41881,116115 +"240316",41881,119242 +"240317",41881,121959 +"240318",41883,44675 +"240319",41883,55482 +"240320",41883,68384 +"240321",41883,93661 +"240322",41883,96368 +"240323",41883,105719 +"240324",41884,44341 +"240325",41884,76421 +"240326",41884,99628 +"240327",41885,95030 +"240328",41886,56971 +"240329",41886,79738 +"240330",41886,85280 +"240331",41886,86920 +"240332",41886,93938 +"240333",41887,41926 +"240334",41887,42283 +"240335",41888,61325 +"240336",41888,65911 +"240337",41888,79039 +"240338",41888,83977 +"240339",41888,85534 +"240340",41888,91115 +"240341",41888,96068 +"240342",41888,108244 +"240343",41888,120957 +"240344",41889,41904 +"240345",41889,42322 +"240346",41889,72745 +"240347",41890,58371 +"240348",41890,80040 +"240349",41890,89300 +"240350",41890,99338 +"240351",41891,71987 +"240352",41891,79450 +"240353",41892,62529 +"240354",41892,87627 +"240355",41892,118718 +"240356",41893,42024 +"240357",41893,75625 +"240358",41894,41959 +"240359",41894,52701 +"240360",41895,41900 +"240361",41895,41945 +"240362",41895,42028 +"240363",41895,42030 +"240364",41895,58084 +"240365",41895,67921 +"240366",41895,67933 +"240367",41895,67985 +"240368",41896,53787 +"240369",41898,97214 +"240370",41899,70688 +"240371",41899,100005 +"240372",41899,114800 +"240373",41899,121426 +"240374",41900,41945 +"240375",41900,42028 +"240376",41900,42030 +"240377",41900,43583 +"240378",41900,43685 +"240379",41900,62710 +"240380",41900,97179 +"240381",41900,97238 +"240382",41901,58796 +"240383",41901,58854 +"240384",41901,62541 +"240385",41901,89052 +"240386",41902,57494 +"240387",41902,72022 +"240388",41903,52759 +"240389",41903,59896 +"240390",41903,87757 +"240391",41904,42322 +"240392",41904,45080 +"240393",41904,45696 +"240394",41904,46532 +"240395",41904,47973 +"240396",41904,50425 +"240397",41904,57253 +"240398",41904,66261 +"240399",41904,66712 +"240400",41904,68457 +"240401",41904,69198 +"240402",41904,72745 +"240403",41904,77565 +"240404",41904,78974 +"240405",41904,86023 +"240406",41904,87813 +"240407",41904,88773 +"240408",41904,90993 +"240409",41904,90994 +"240410",41904,92417 +"240411",41904,100319 +"240412",41904,101250 +"240413",41904,101462 +"240414",41904,103483 +"240415",41904,109885 +"240416",41904,110742 +"240417",41904,112606 +"240418",41904,116142 +"240419",41904,116150 +"240420",41904,116151 +"240421",41904,116152 +"240422",41904,116155 +"240423",41904,116159 +"240424",41904,116163 +"240425",41904,116165 +"240426",41904,116166 +"240427",41904,116171 +"240428",41904,116677 +"240429",41904,116678 +"240430",41905,42227 +"240431",41906,60385 +"240432",41907,88714 +"240433",41908,52517 +"240434",41908,55596 +"240435",41908,56767 +"240436",41908,114590 +"240437",41909,47260 +"240438",41909,58187 +"240439",41909,63442 +"240440",41909,63775 +"240441",41909,82025 +"240442",41910,45671 +"240443",41910,46200 +"240444",41910,63641 +"240445",41910,65497 +"240446",41910,66717 +"240447",41910,71380 +"240448",41910,72535 +"240449",41910,91164 +"240450",41910,95721 +"240451",41910,96007 +"240452",41910,99435 +"240453",41910,102173 +"240454",41910,102174 +"240455",41911,43212 +"240456",41911,95648 +"240457",41912,43594 +"240458",41912,44178 +"240459",41912,54388 +"240460",41912,59560 +"240461",41912,82712 +"240462",41912,88079 +"240463",41913,65222 +"240464",41913,77020 +"240465",41914,49851 +"240466",41914,65138 +"240467",41914,74713 +"240468",41915,109138 +"240469",41916,48173 +"240470",41916,55273 +"240471",41916,64468 +"240472",41916,70929 +"240473",41916,87443 +"240474",41917,42004 +"240475",41917,114346 +"240476",41918,51103 +"240477",41919,64431 +"240478",41919,85432 +"240479",41920,42014 +"240480",41921,55060 +"240481",41921,85064 +"240482",41921,102751 +"240483",41921,111260 +"240484",41922,44649 +"240485",41922,59673 +"240486",41922,63823 +"240487",41922,71375 +"240488",41924,41938 +"240489",41924,42000 +"240490",41924,42001 +"240491",41924,42027 +"240492",41924,51425 +"240493",41924,62423 +"240494",41924,66591 +"240495",41924,82946 +"240496",41924,82947 +"240497",41924,82953 +"240498",41924,83172 +"240499",41924,100951 +"240500",41924,101025 +"240501",41924,101442 +"240502",41924,101475 +"240503",41925,43393 +"240504",41925,49996 +"240505",41925,52036 +"240506",41926,42283 +"240507",41927,49717 +"240508",41927,72575 +"240509",41927,76753 +"240510",41928,54733 +"240511",41928,57805 +"240512",41928,82238 +"240513",41928,99914 +"240514",41929,45979 +"240515",41929,61252 +"240516",41930,50086 +"240517",41930,58371 +"240518",41930,63206 +"240519",41930,74921 +"240520",41930,87159 +"240521",41930,88484 +"240522",41930,90824 +"240523",41930,102351 +"240524",41930,105971 +"240525",41930,113253 +"240526",41930,120463 +"240527",41930,121167 +"240528",41931,43742 +"240529",41931,66749 +"240530",41931,66961 +"240531",41931,71738 +"240532",41931,72599 +"240533",41934,104782 +"240534",41935,50936 +"240535",41936,42319 +"240536",41936,42675 +"240537",41936,45529 +"240538",41936,45786 +"240539",41937,51166 +"240540",41938,42000 +"240541",41938,42001 +"240542",41938,42027 +"240543",41939,42025 +"240544",41939,50303 +"240545",41939,50686 +"240546",41939,51260 +"240547",41939,51329 +"240548",41939,54622 +"240549",41939,58105 +"240550",41939,60747 +"240551",41939,62280 +"240552",41939,62506 +"240553",41939,63321 +"240554",41939,63332 +"240555",41939,64359 +"240556",41939,67094 +"240557",41939,67231 +"240558",41939,67238 +"240559",41939,67527 +"240560",41939,70744 +"240561",41941,42138 +"240562",41942,82229 +"240563",41942,105306 +"240564",41942,108652 +"240565",41943,59239 +"240566",41943,67918 +"240567",41945,42028 +"240568",41945,42030 +"240569",41945,43455 +"240570",41945,64535 +"240571",41945,64551 +"240572",41945,64592 +"240573",41946,109401 +"240574",41947,41948 +"240575",41948,47137 +"240576",41951,42374 +"240577",41951,46259 +"240578",41951,57394 +"240579",41951,70861 +"240580",41951,71129 +"240581",41952,44211 +"240582",41952,58839 +"240583",41953,62644 +"240584",41953,63065 +"240585",41953,69079 +"240586",41953,91068 +"240587",41953,98729 +"240588",41953,99474 +"240589",41953,114049 +"240590",41954,81252 +"240591",41955,42586 +"240592",41955,44983 +"240593",41955,45506 +"240594",41955,46748 +"240595",41955,55011 +"240596",41955,78380 +"240597",41955,80063 +"240598",41955,105584 +"240599",41955,117612 +"240600",41956,46410 +"240601",41956,61913 +"240602",41956,73118 +"240603",41956,85630 +"240604",41957,44083 +"240605",41957,50739 +"240606",41957,52143 +"240607",41957,61489 +"240608",41957,68520 +"240609",41957,86878 +"240610",41958,45357 +"240611",41958,55829 +"240612",41960,47950 +"240613",41960,51075 +"240614",41960,53319 +"240615",41960,60131 +"240616",41960,63662 +"240617",41960,98235 +"240618",41960,109634 +"240619",41960,115994 +"240620",41961,65494 +"240621",41961,103433 +"240622",41961,106742 +"240623",41962,42252 +"240624",41963,87671 +"240625",41963,106127 +"240626",41964,48417 +"240627",41964,48843 +"240628",41964,54876 +"240629",41964,70903 +"240630",41964,83186 +"240631",41964,86088 +"240632",41964,89214 +"240633",41964,89287 +"240634",41964,98529 +"240635",41964,100794 +"240636",41964,102654 +"240637",41966,66775 +"240638",41966,88575 +"240639",41966,91151 +"240640",41966,122024 +"240641",41966,122034 +"240642",41966,122038 +"240643",41967,41983 +"240644",41967,44093 +"240645",41967,50787 +"240646",41967,74980 +"240647",41967,96205 +"240648",41967,96216 +"240649",41967,96224 +"240650",41967,96225 +"240651",41968,50001 +"240652",41969,67393 +"240653",41969,68320 +"240654",41969,70070 +"240655",41970,42029 +"240656",41970,67070 +"240657",41970,85081 +"240658",41971,76075 +"240659",41972,42275 +"240660",41972,46373 +"240661",41972,55666 +"240662",41972,57906 +"240663",41972,62244 +"240664",41973,57741 +"240665",41973,86401 +"240666",41974,41994 +"240667",41975,49413 +"240668",41975,80505 +"240669",41975,100455 +"240670",41976,43507 +"240671",41976,44410 +"240672",41976,59794 +"240673",41976,72972 +"240674",41976,75017 +"240675",41976,93565 +"240676",41976,95804 +"240677",41976,100553 +"240678",41976,101089 +"240679",41976,102813 +"240680",41976,105070 +"240681",41976,107468 +"240682",41976,107490 +"240683",41976,107493 +"240684",41977,60297 +"240685",41977,78911 +"240686",41978,71600 +"240687",41978,75011 +"240688",41979,45624 +"240689",41979,57394 +"240690",41979,75642 +"240691",41979,75676 +"240692",41979,96975 +"240693",41980,80244 +"240694",41980,106303 +"240695",41980,118579 +"240696",41981,81552 +"240697",41982,64964 +"240698",41982,65138 +"240699",41982,79819 +"240700",41982,91028 +"240701",41982,93847 +"240702",41983,43203 +"240703",41983,56697 +"240704",41983,61857 +"240705",41983,69594 +"240706",41984,47392 +"240707",41984,83800 +"240708",41985,67174 +"240709",41985,82025 +"240710",41986,67307 +"240711",41986,79559 +"240712",41987,71585 +"240713",41989,81366 +"240714",41989,89848 +"240715",41989,106099 +"240716",41990,67192 +"240717",41991,47659 +"240718",41991,58195 +"240719",41992,48138 +"240720",41992,49946 +"240721",41992,59240 +"240722",41992,65438 +"240723",41992,66728 +"240724",41992,73299 +"240725",41992,84044 +"240726",41992,91076 +"240727",41992,102672 +"240728",41992,104485 +"240729",41992,109536 +"240730",41992,119658 +"240731",41993,81465 +"240732",41993,95087 +"240733",41993,101112 +"240734",41993,106854 +"240735",41994,58008 +"240736",41994,85418 +"240737",41995,73101 +"240738",41997,44846 +"240739",41997,56862 +"240740",41997,74156 +"240741",41997,106051 +"240742",41999,63068 +"240743",41999,63234 +"240744",41999,83730 +"240745",41999,112167 +"240746",42000,42001 +"240747",42000,42027 +"240748",42001,42027 +"240749",42001,88467 +"240750",42003,121649 +"240751",42004,52879 +"240752",42005,46733 +"240753",42005,80055 +"240754",42005,89452 +"240755",42006,42645 +"240756",42007,48145 +"240757",42007,53478 +"240758",42007,66001 +"240759",42007,120221 +"240760",42008,43447 +"240761",42008,48060 +"240762",42008,82272 +"240763",42008,102800 +"240764",42011,105698 +"240765",42012,46748 +"240766",42012,53624 +"240767",42012,55659 +"240768",42012,65764 +"240769",42012,90511 +"240770",42012,102789 +"240771",42012,109114 +"240772",42013,57741 +"240773",42014,91464 +"240774",42015,61245 +"240775",42015,120270 +"240776",42017,42107 +"240777",42017,45787 +"240778",42017,47083 +"240779",42017,49231 +"240780",42017,50061 +"240781",42017,52450 +"240782",42017,54059 +"240783",42017,55370 +"240784",42017,57804 +"240785",42017,59615 +"240786",42017,59940 +"240787",42017,67363 +"240788",42017,71230 +"240789",42017,76278 +"240790",42017,76740 +"240791",42017,76786 +"240792",42017,77272 +"240793",42017,77357 +"240794",42017,77402 +"240795",42017,78248 +"240796",42017,78255 +"240797",42017,78339 +"240798",42017,78445 +"240799",42017,79022 +"240800",42017,79716 +"240801",42017,79989 +"240802",42017,80281 +"240803",42017,81728 +"240804",42017,82196 +"240805",42017,82383 +"240806",42017,82810 +"240807",42017,82854 +"240808",42017,83853 +"240809",42017,83884 +"240810",42017,84379 +"240811",42017,84613 +"240812",42017,85465 +"240813",42017,85610 +"240814",42017,86351 +"240815",42017,86451 +"240816",42017,86882 +"240817",42017,87175 +"240818",42017,87451 +"240819",42017,87521 +"240820",42017,87572 +"240821",42017,87663 +"240822",42017,87721 +"240823",42017,87862 +"240824",42019,74946 +"240825",42019,77441 +"240826",42019,108239 +"240827",42019,117641 +"240828",42020,44755 +"240829",42020,60641 +"240830",42020,107735 +"240831",42021,57570 +"240832",42021,62322 +"240833",42021,62339 +"240834",42021,62505 +"240835",42022,52172 +"240836",42022,69979 +"240837",42022,78186 +"240838",42022,79056 +"240839",42022,113217 +"240840",42023,50618 +"240841",42023,87544 +"240842",42023,87618 +"240843",42023,93534 +"240844",42023,115796 +"240845",42024,57493 +"240846",42024,61397 +"240847",42024,61398 +"240848",42026,53764 +"240849",42026,66216 +"240850",42026,69100 +"240851",42026,73203 +"240852",42026,81516 +"240853",42026,81554 +"240854",42026,83170 +"240855",42028,42030 +"240856",42028,46446 +"240857",42028,62901 +"240858",42028,63803 +"240859",42032,78007 +"240860",42032,85843 +"240861",42032,88849 +"240862",42032,102615 +"240863",42032,114120 +"240864",42033,72868 +"240865",42033,76539 +"240866",42033,94350 +"240867",42034,42050 +"240868",42034,42553 +"240869",42034,42964 +"240870",42035,42105 +"240871",42035,42123 +"240872",42035,42144 +"240873",42037,42072 +"240874",42037,42073 +"240875",42037,42074 +"240876",42037,62672 +"240877",42038,98666 +"240878",42040,48082 +"240879",42040,48157 +"240880",42040,48186 +"240881",42040,56018 +"240882",42040,65954 +"240883",42042,57494 +"240884",42042,57816 +"240885",42042,67200 +"240886",42042,97220 +"240887",42044,49947 +"240888",42044,50182 +"240889",42044,57053 +"240890",42045,47213 +"240891",42045,55551 +"240892",42045,64376 +"240893",42045,64680 +"240894",42045,95675 +"240895",42045,110041 +"240896",42046,70478 +"240897",42046,87872 +"240898",42046,99975 +"240899",42047,68328 +"240900",42047,97795 +"240901",42048,51340 +"240902",42049,43381 +"240903",42050,42553 +"240904",42050,42964 +"240905",42050,75599 +"240906",42051,82315 +"240907",42052,105437 +"240908",42052,120514 +"240909",42053,74715 +"240910",42055,42104 +"240911",42055,118615 +"240912",42056,107029 +"240913",42058,54236 +"240914",42058,92587 +"240915",42058,100385 +"240916",42059,51939 +"240917",42060,64890 +"240918",42060,98687 +"240919",42061,54863 +"240920",42062,42159 +"240921",42062,79036 +"240922",42066,46914 +"240923",42066,64492 +"240924",42066,68622 +"240925",42066,73157 +"240926",42066,90323 +"240927",42066,91388 +"240928",42066,111809 +"240929",42066,114307 +"240930",42067,60009 +"240931",42067,60466 +"240932",42068,62395 +"240933",42068,64873 +"240934",42068,64894 +"240935",42068,64930 +"240936",42068,64958 +"240937",42069,46662 +"240938",42069,62699 +"240939",42069,65523 +"240940",42069,70960 +"240941",42069,71117 +"240942",42069,73976 +"240943",42069,90003 +"240944",42069,95550 +"240945",42069,119076 +"240946",42070,98854 +"240947",42071,49027 +"240948",42071,59972 +"240949",42071,76526 +"240950",42071,76527 +"240951",42071,76528 +"240952",42072,42073 +"240953",42072,42074 +"240954",42073,42074 +"240955",42075,42200 +"240956",42075,62144 +"240957",42077,42126 +"240958",42077,55978 +"240959",42077,58662 +"240960",42078,53458 +"240961",42078,86742 +"240962",42078,93505 +"240963",42079,42101 +"240964",42081,53072 +"240965",42081,55000 +"240966",42081,72952 +"240967",42081,92633 +"240968",42081,105188 +"240969",42083,42448 +"240970",42083,69218 +"240971",42083,89007 +"240972",42083,96913 +"240973",42083,109509 +"240974",42083,114454 +"240975",42083,119446 +"240976",42084,63814 +"240977",42084,69660 +"240978",42084,114793 +"240979",42084,121532 +"240980",42085,44238 +"240981",42085,50823 +"240982",42085,104851 +"240983",42085,104876 +"240984",42087,45047 +"240985",42087,45980 +"240986",42087,48202 +"240987",42087,48212 +"240988",42087,53132 +"240989",42087,53227 +"240990",42087,55111 +"240991",42087,58628 +"240992",42087,61801 +"240993",42087,64350 +"240994",42087,73044 +"240995",42087,73058 +"240996",42087,73335 +"240997",42087,78063 +"240998",42087,78429 +"240999",42087,78569 +"241000",42087,82143 +"241001",42087,83231 +"241002",42087,86471 +"241003",42087,90804 +"241004",42087,91022 +"241005",42087,91045 +"241006",42087,95675 +"241007",42087,101516 +"241008",42087,102387 +"241009",42087,108374 +"241010",42087,108893 +"241011",42087,109101 +"241012",42087,109523 +"241013",42087,110993 +"241014",42087,111338 +"241015",42087,111398 +"241016",42087,111409 +"241017",42087,111480 +"241018",42087,112422 +"241019",42087,112648 +"241020",42087,112708 +"241021",42087,112820 +"241022",42087,112997 +"241023",42087,113597 +"241024",42087,114418 +"241025",42087,114582 +"241026",42087,115371 +"241027",42087,116028 +"241028",42087,116604 +"241029",42088,51206 +"241030",42088,123323 +"241031",42089,54231 +"241032",42089,92685 +"241033",42089,98691 +"241034",42089,101995 +"241035",42089,109105 +"241036",42089,118503 +"241037",42089,118921 +"241038",42090,42142 +"241039",42090,51073 +"241040",42090,55687 +"241041",42090,63970 +"241042",42090,117457 +"241043",42091,70715 +"241044",42092,46015 +"241045",42092,51718 +"241046",42092,57158 +"241047",42092,82592 +"241048",42092,83176 +"241049",42092,90527 +"241050",42092,95193 +"241051",42093,48065 +"241052",42093,63766 +"241053",42093,64791 +"241054",42093,64815 +"241055",42093,76633 +"241056",42093,76634 +"241057",42093,76656 +"241058",42093,76661 +"241059",42093,76775 +"241060",42093,76949 +"241061",42093,76950 +"241062",42093,76951 +"241063",42094,49164 +"241064",42094,112389 +"241065",42094,119743 +"241066",42095,44351 +"241067",42095,44411 +"241068",42097,42945 +"241069",42097,64710 +"241070",42097,72731 +"241071",42097,72787 +"241072",42097,76211 +"241073",42098,76730 +"241074",42099,60167 +"241075",42099,62808 +"241076",42099,76957 +"241077",42100,46737 +"241078",42100,108454 +"241079",42101,56303 +"241080",42101,59403 +"241081",42101,63583 +"241082",42102,52483 +"241083",42102,54786 +"241084",42102,74579 +"241085",42102,78928 +"241086",42102,82360 +"241087",42102,84390 +"241088",42102,88567 +"241089",42102,93616 +"241090",42102,96817 +"241091",42102,96846 +"241092",42102,96864 +"241093",42102,106870 +"241094",42102,106894 +"241095",42103,42125 +"241096",42104,88082 +"241097",42105,42123 +"241098",42105,42144 +"241099",42105,53027 +"241100",42105,73060 +"241101",42107,43993 +"241102",42107,44138 +"241103",42107,45787 +"241104",42107,47083 +"241105",42107,48668 +"241106",42107,49231 +"241107",42107,50061 +"241108",42107,52450 +"241109",42107,52621 +"241110",42107,54059 +"241111",42107,54450 +"241112",42107,54602 +"241113",42107,55370 +"241114",42107,56051 +"241115",42107,56429 +"241116",42107,57266 +"241117",42107,57804 +"241118",42107,59615 +"241119",42107,59940 +"241120",42107,62044 +"241121",42107,62680 +"241122",42107,62692 +"241123",42107,66960 +"241124",42107,67363 +"241125",42107,71230 +"241126",42107,75829 +"241127",42107,76278 +"241128",42107,76740 +"241129",42107,76786 +"241130",42107,77272 +"241131",42107,77357 +"241132",42107,77402 +"241133",42107,78248 +"241134",42107,78255 +"241135",42107,78339 +"241136",42107,78445 +"241137",42107,79022 +"241138",42107,79716 +"241139",42107,79989 +"241140",42107,80281 +"241141",42107,81728 +"241142",42107,82196 +"241143",42107,82383 +"241144",42107,82810 +"241145",42107,82854 +"241146",42107,83853 +"241147",42107,83884 +"241148",42107,84379 +"241149",42107,84613 +"241150",42107,85465 +"241151",42107,85610 +"241152",42107,86351 +"241153",42107,86451 +"241154",42107,86882 +"241155",42107,87175 +"241156",42107,87451 +"241157",42107,87521 +"241158",42107,87572 +"241159",42107,87663 +"241160",42107,87721 +"241161",42107,87862 +"241162",42107,88075 +"241163",42107,88579 +"241164",42107,89648 +"241165",42107,92146 +"241166",42107,92147 +"241167",42107,92165 +"241168",42107,92183 +"241169",42107,102862 +"241170",42108,103035 +"241171",42108,107161 +"241172",42108,112528 +"241173",42108,113911 +"241174",42108,113914 +"241175",42108,113920 +"241176",42108,114002 +"241177",42109,53869 +"241178",42109,73239 +"241179",42110,42188 +"241180",42111,67442 +"241181",42111,67524 +"241182",42111,67550 +"241183",42113,51388 +"241184",42113,57633 +"241185",42113,59210 +"241186",42114,60813 +"241187",42114,66265 +"241188",42114,72220 +"241189",42114,82476 +"241190",42114,83777 +"241191",42114,101374 +"241192",42114,112149 +"241193",42114,112660 +"241194",42115,44468 +"241195",42115,58696 +"241196",42115,62596 +"241197",42115,81487 +"241198",42115,99624 +"241199",42115,100716 +"241200",42115,112893 +"241201",42116,96315 +"241202",42116,111708 +"241203",42117,43207 +"241204",42117,43214 +"241205",42117,43266 +"241206",42117,44478 +"241207",42117,55539 +"241208",42117,55620 +"241209",42117,61223 +"241210",42117,64886 +"241211",42117,70341 +"241212",42117,118914 +"241213",42118,51515 +"241214",42118,64202 +"241215",42119,62151 +"241216",42119,70685 +"241217",42119,78948 +"241218",42119,85280 +"241219",42119,85463 +"241220",42119,100116 +"241221",42119,103874 +"241222",42120,81485 +"241223",42121,49323 +"241224",42122,86271 +"241225",42123,42144 +"241226",42124,71225 +"241227",42124,76107 +"241228",42124,76119 +"241229",42124,76120 +"241230",42124,76845 +"241231",42124,95258 +"241232",42124,103232 +"241233",42124,112243 +"241234",42124,114173 +"241235",42125,60746 +"241236",42125,61356 +"241237",42126,43919 +"241238",42126,62495 +"241239",42126,62850 +"241240",42126,62863 +"241241",42127,42573 +"241242",42127,45765 +"241243",42127,46187 +"241244",42127,58065 +"241245",42127,62811 +"241246",42127,64953 +"241247",42128,45138 +"241248",42128,45379 +"241249",42128,47385 +"241250",42128,55817 +"241251",42128,67717 +"241252",42128,76858 +"241253",42128,79502 +"241254",42128,80028 +"241255",42129,42189 +"241256",42129,44100 +"241257",42129,63517 +"241258",42129,67131 +"241259",42129,86954 +"241260",42130,50707 +"241261",42131,46843 +"241262",42131,48331 +"241263",42131,93407 +"241264",42131,97578 +"241265",42131,103613 +"241266",42132,45924 +"241267",42132,64111 +"241268",42132,67847 +"241269",42132,70366 +"241270",42132,74009 +"241271",42132,74055 +"241272",42133,57535 +"241273",42133,97874 +"241274",42133,97997 +"241275",42134,56261 +"241276",42134,59274 +"241277",42134,79993 +"241278",42134,88233 +"241279",42134,93933 +"241280",42134,119061 +"241281",42135,45109 +"241282",42138,55598 +"241283",42138,83122 +"241284",42139,49469 +"241285",42139,50617 +"241286",42139,61579 +"241287",42139,109836 +"241288",42139,120842 +"241289",42141,43629 +"241290",42141,69743 +"241291",42141,99803 +"241292",42142,51390 +"241293",42142,57816 +"241294",42142,74795 +"241295",42142,97175 +"241296",42142,100522 +"241297",42142,100719 +"241298",42143,49536 +"241299",42143,111946 +"241300",42144,51951 +"241301",42144,77264 +"241302",42144,84494 +"241303",42145,83065 +"241304",42145,83088 +"241305",42147,44646 +"241306",42147,60667 +"241307",42148,60941 +"241308",42148,65892 +"241309",42148,86905 +"241310",42148,91975 +"241311",42148,94060 +"241312",42150,59816 +"241313",42151,47545 +"241314",42151,51125 +"241315",42151,55003 +"241316",42151,58302 +"241317",42151,60822 +"241318",42151,62872 +"241319",42151,63046 +"241320",42151,68937 +"241321",42152,69762 +"241322",42153,86633 +"241323",42155,48012 +"241324",42155,119752 +"241325",42156,42203 +"241326",42157,52781 +"241327",42157,77823 +"241328",42157,90912 +"241329",42157,100945 +"241330",42157,109050 +"241331",42157,109474 +"241332",42157,115198 +"241333",42157,121259 +"241334",42158,87070 +"241335",42158,100888 +"241336",42159,47048 +"241337",42159,75938 +"241338",42159,75967 +"241339",42159,76037 +"241340",42159,76118 +"241341",42159,79036 +"241342",42159,81710 +"241343",42159,87826 +"241344",42159,102160 +"241345",42161,83283 +"241346",42162,45118 +"241347",42162,50682 +"241348",42162,52737 +"241349",42162,67949 +"241350",42163,44556 +"241351",42163,110931 +"241352",42164,44143 +"241353",42164,51372 +"241354",42164,88222 +"241355",42166,60831 +"241356",42167,65844 +"241357",42167,102746 +"241358",42168,52204 +"241359",42168,94249 +"241360",42169,77370 +"241361",42170,44250 +"241362",42170,60860 +"241363",42170,68680 +"241364",42171,100751 +"241365",42171,109506 +"241366",42171,114276 +"241367",42171,114507 +"241368",42171,114514 +"241369",42171,114516 +"241370",42172,77382 +"241371",42172,81357 +"241372",42173,79267 +"241373",42173,108823 +"241374",42173,108839 +"241375",42173,108874 +"241376",42174,113120 +"241377",42174,118108 +"241378",42174,118111 +"241379",42174,118117 +"241380",42175,77329 +"241381",42177,65799 +"241382",42179,64542 +"241383",42179,81094 +"241384",42179,81497 +"241385",42179,91683 +"241386",42179,97601 +"241387",42179,97607 +"241388",42180,82204 +"241389",42180,87538 +"241390",42180,87557 +"241391",42180,87683 +"241392",42181,80546 +"241393",42181,107466 +"241394",42182,51534 +"241395",42183,66338 +"241396",42184,111638 +"241397",42185,44596 +"241398",42185,76184 +"241399",42185,77575 +"241400",42185,96161 +"241401",42186,51660 +"241402",42186,51944 +"241403",42186,51987 +"241404",42186,62482 +"241405",42186,63282 +"241406",42186,91760 +"241407",42186,100134 +"241408",42187,69731 +"241409",42188,42748 +"241410",42188,44198 +"241411",42188,49100 +"241412",42188,50744 +"241413",42188,52237 +"241414",42188,52253 +"241415",42188,52271 +"241416",42188,57410 +"241417",42188,58958 +"241418",42188,60085 +"241419",42188,61785 +"241420",42188,62726 +"241421",42188,79010 +"241422",42188,79023 +"241423",42188,80731 +"241424",42188,97354 +"241425",42188,105510 +"241426",42188,105511 +"241427",42189,83273 +"241428",42190,64647 +"241429",42190,80422 +"241430",42190,96695 +"241431",42190,96699 +"241432",42191,71325 +"241433",42192,50910 +"241434",42192,57900 +"241435",42192,57907 +"241436",42193,75771 +"241437",42194,43661 +"241438",42194,83938 +"241439",42194,97535 +"241440",42194,111122 +"241441",42194,123244 +"241442",42195,58320 +"241443",42195,68501 +"241444",42195,76383 +"241445",42195,81064 +"241446",42195,82761 +"241447",42195,85148 +"241448",42195,88265 +"241449",42195,90902 +"241450",42195,97940 +"241451",42195,98003 +"241452",42195,98358 +"241453",42195,100109 +"241454",42195,101127 +"241455",42195,101194 +"241456",42195,102999 +"241457",42195,103057 +"241458",42195,106554 +"241459",42195,115764 +"241460",42196,55363 +"241461",42196,59562 +"241462",42196,63328 +"241463",42196,77648 +"241464",42196,77830 +"241465",42196,96150 +"241466",42196,96160 +"241467",42197,62750 +"241468",42197,64965 +"241469",42197,68284 +"241470",42197,86439 +"241471",42197,94889 +"241472",42197,110319 +"241473",42197,113460 +"241474",42197,117129 +"241475",42197,123107 +"241476",42199,43445 +"241477",42199,45507 +"241478",42199,61791 +"241479",42199,85406 +"241480",42199,94758 +"241481",42199,95295 +"241482",42200,43410 +"241483",42200,48390 +"241484",42200,65523 +"241485",42200,77272 +"241486",42200,95204 +"241487",42200,101430 +"241488",42202,42536 +"241489",42202,57330 +"241490",42202,63548 +"241491",42202,103131 +"241492",42203,56018 +"241493",42203,56023 +"241494",42204,91830 +"241495",42205,57251 +"241496",42205,62894 +"241497",42205,66728 +"241498",42205,73134 +"241499",42206,51899 +"241500",42206,67340 +"241501",42206,71572 +"241502",42206,71795 +"241503",42206,100999 +"241504",42207,44799 +"241505",42207,109392 +"241506",42210,42237 +"241507",42210,42271 +"241508",42210,73384 +"241509",42210,98836 +"241510",42211,42243 +"241511",42211,106428 +"241512",42211,111160 +"241513",42211,111252 +"241514",42212,57612 +"241515",42212,61172 +"241516",42212,65362 +"241517",42212,76192 +"241518",42212,81420 +"241519",42212,81722 +"241520",42212,84744 +"241521",42212,84770 +"241522",42212,99136 +"241523",42212,101117 +"241524",42212,102226 +"241525",42212,102401 +"241526",42212,102518 +"241527",42212,104711 +"241528",42212,109262 +"241529",42212,110196 +"241530",42212,110216 +"241531",42213,48446 +"241532",42213,103593 +"241533",42214,51108 +"241534",42214,63332 +"241535",42216,48359 +"241536",42216,52626 +"241537",42216,55084 +"241538",42217,58903 +"241539",42217,79450 +"241540",42217,92341 +"241541",42217,94436 +"241542",42217,96513 +"241543",42217,100164 +"241544",42217,100274 +"241545",42217,108888 +"241546",42218,53182 +"241547",42220,49860 +"241548",42220,50309 +"241549",42220,69658 +"241550",42220,69665 +"241551",42220,69679 +"241552",42220,69699 +"241553",42221,46011 +"241554",42221,55363 +"241555",42221,72051 +"241556",42222,51162 +"241557",42222,52205 +"241558",42222,59707 +"241559",42222,77890 +"241560",42222,85349 +"241561",42223,54134 +"241562",42223,69688 +"241563",42223,77235 +"241564",42223,82008 +"241565",42224,47214 +"241566",42224,51905 +"241567",42224,55593 +"241568",42224,55641 +"241569",42225,42688 +"241570",42225,42692 +"241571",42225,42774 +"241572",42225,60295 +"241573",42226,53935 +"241574",42226,63854 +"241575",42226,64779 +"241576",42226,71529 +"241577",42226,74730 +"241578",42226,76590 +"241579",42226,93984 +"241580",42226,100670 +"241581",42226,109174 +"241582",42226,113056 +"241583",42227,63516 +"241584",42227,106227 +"241585",42227,117989 +"241586",42228,42335 +"241587",42228,60490 +"241588",42228,60491 +"241589",42229,47376 +"241590",42229,55892 +"241591",42229,61204 +"241592",42229,100928 +"241593",42230,86602 +"241594",42230,91659 +"241595",42230,111979 +"241596",42231,42306 +"241597",42231,85736 +"241598",42231,121804 +"241599",42232,50066 +"241600",42232,50965 +"241601",42232,57740 +"241602",42232,58362 +"241603",42232,58377 +"241604",42232,61706 +"241605",42232,68217 +"241606",42232,75657 +"241607",42233,44480 +"241608",42233,59711 +"241609",42233,60738 +"241610",42233,68381 +"241611",42233,68898 +"241612",42233,70481 +"241613",42233,74360 +"241614",42233,81201 +"241615",42233,94342 +"241616",42233,95163 +"241617",42233,98092 +"241618",42233,111100 +"241619",42233,113145 +"241620",42233,113279 +"241621",42234,42328 +"241622",42235,42337 +"241623",42235,51019 +"241624",42236,42284 +"241625",42236,42723 +"241626",42236,86925 +"241627",42236,87101 +"241628",42237,42271 +"241629",42239,42347 +"241630",42239,45921 +"241631",42239,70163 +"241632",42239,74477 +"241633",42239,74478 +"241634",42239,74560 +"241635",42239,106614 +"241636",42239,106631 +"241637",42239,106646 +"241638",42240,55992 +"241639",42241,80048 +"241640",42241,103679 +"241641",42242,83818 +"241642",42243,99483 +"241643",42244,42773 +"241644",42244,62857 +"241645",42244,91551 +"241646",42244,110320 +"241647",42244,114560 +"241648",42244,115614 +"241649",42244,117638 +"241650",42244,117643 +"241651",42244,117644 +"241652",42245,74596 +"241653",42246,43681 +"241654",42246,45384 +"241655",42246,45799 +"241656",42246,50053 +"241657",42246,51584 +"241658",42246,51844 +"241659",42246,55138 +"241660",42246,63910 +"241661",42247,75470 +"241662",42248,46137 +"241663",42248,51585 +"241664",42249,62566 +"241665",42249,69413 +"241666",42250,45182 +"241667",42250,62881 +"241668",42250,65427 +"241669",42250,82919 +"241670",42250,82929 +"241671",42250,82930 +"241672",42250,83772 +"241673",42250,91630 +"241674",42251,57579 +"241675",42251,96489 +"241676",42251,100288 +"241677",42252,67383 +"241678",42252,93862 +"241679",42254,73030 +"241680",42254,84678 +"241681",42254,105701 +"241682",42254,116744 +"241683",42255,66818 +"241684",42255,81012 +"241685",42255,102087 +"241686",42256,46226 +"241687",42256,65017 +"241688",42257,46675 +"241689",42257,54226 +"241690",42257,66620 +"241691",42257,98061 +"241692",42260,52701 +"241693",42260,61612 +"241694",42260,61643 +"241695",42261,44473 +"241696",42261,45899 +"241697",42261,54382 +"241698",42261,77440 +"241699",42261,90611 +"241700",42261,91435 +"241701",42262,43704 +"241702",42263,42311 +"241703",42263,43768 +"241704",42263,49708 +"241705",42263,55908 +"241706",42263,62304 +"241707",42263,76831 +"241708",42263,91292 +"241709",42263,91674 +"241710",42263,91675 +"241711",42263,91765 +"241712",42264,47268 +"241713",42264,47323 +"241714",42264,47351 +"241715",42264,47535 +"241716",42264,47562 +"241717",42264,47623 +"241718",42264,47624 +"241719",42264,49025 +"241720",42264,50252 +"241721",42264,52192 +"241722",42265,42272 +"241723",42265,42583 +"241724",42266,48473 +"241725",42267,72597 +"241726",42267,104809 +"241727",42269,54058 +"241728",42269,61581 +"241729",42271,53364 +"241730",42272,104894 +"241731",42273,45302 +"241732",42273,48359 +"241733",42273,51568 +"241734",42273,54848 +"241735",42273,60370 +"241736",42273,60371 +"241737",42274,75881 +"241738",42274,76158 +"241739",42275,42902 +"241740",42275,57311 +"241741",42276,61057 +"241742",42276,84524 +"241743",42276,100760 +"241744",42276,107652 +"241745",42277,73145 +"241746",42277,74617 +"241747",42277,100059 +"241748",42277,100261 +"241749",42278,42280 +"241750",42278,50824 +"241751",42278,55928 +"241752",42279,48671 +"241753",42279,61090 +"241754",42279,66716 +"241755",42279,82332 +"241756",42279,88138 +"241757",42279,91993 +"241758",42279,97181 +"241759",42279,108921 +"241760",42280,46195 +"241761",42280,50824 +"241762",42280,53230 +"241763",42280,55928 +"241764",42280,71607 +"241765",42280,71945 +"241766",42280,79089 +"241767",42280,81850 +"241768",42280,82786 +"241769",42281,44318 +"241770",42281,44416 +"241771",42281,44834 +"241772",42282,43252 +"241773",42282,47597 +"241774",42282,53837 +"241775",42282,55386 +"241776",42282,60313 +"241777",42282,68210 +"241778",42282,69866 +"241779",42282,76412 +"241780",42282,82726 +"241781",42282,83020 +"241782",42283,61386 +"241783",42284,44030 +"241784",42284,52248 +"241785",42284,68051 +"241786",42284,87990 +"241787",42285,42756 +"241788",42285,44824 +"241789",42285,48326 +"241790",42285,62229 +"241791",42285,66994 +"241792",42285,68586 +"241793",42285,68688 +"241794",42285,80911 +"241795",42285,81615 +"241796",42285,85646 +"241797",42286,47461 +"241798",42286,50489 +"241799",42287,75859 +"241800",42287,108855 +"241801",42287,111044 +"241802",42288,42289 +"241803",42288,73502 +"241804",42289,44277 +"241805",42289,48281 +"241806",42289,48380 +"241807",42289,50662 +"241808",42289,55642 +"241809",42289,56216 +"241810",42289,59615 +"241811",42289,62679 +"241812",42289,63105 +"241813",42289,68001 +"241814",42289,68475 +"241815",42289,68917 +"241816",42289,69296 +"241817",42289,71106 +"241818",42289,73655 +"241819",42289,75767 +"241820",42289,76046 +"241821",42289,76459 +"241822",42289,76808 +"241823",42289,77727 +"241824",42289,78224 +"241825",42289,79222 +"241826",42289,82978 +"241827",42289,83306 +"241828",42289,85027 +"241829",42289,85088 +"241830",42289,88136 +"241831",42289,88412 +"241832",42289,90275 +"241833",42289,90426 +"241834",42289,91112 +"241835",42289,91526 +"241836",42289,93425 +"241837",42289,93523 +"241838",42289,94520 +"241839",42289,95954 +"241840",42289,99544 +"241841",42289,99547 +"241842",42289,99554 +"241843",42289,100595 +"241844",42289,100739 +"241845",42289,100819 +"241846",42289,101898 +"241847",42289,101988 +"241848",42289,102146 +"241849",42289,102201 +"241850",42289,102309 +"241851",42289,102635 +"241852",42289,102730 +"241853",42289,102846 +"241854",42289,103790 +"241855",42289,104095 +"241856",42289,104574 +"241857",42289,104784 +"241858",42289,104845 +"241859",42289,107269 +"241860",42289,107623 +"241861",42289,107714 +"241862",42289,107879 +"241863",42289,107975 +"241864",42292,51310 +"241865",42292,95862 +"241866",42295,71749 +"241867",42295,81313 +"241868",42295,81338 +"241869",42295,85178 +"241870",42295,85535 +"241871",42295,85536 +"241872",42297,68370 +"241873",42297,102481 +"241874",42297,102516 +"241875",42298,109820 +"241876",42299,69730 +"241877",42299,72389 +"241878",42300,42333 +"241879",42300,42350 +"241880",42300,45108 +"241881",42300,65217 +"241882",42300,81338 +"241883",42301,53320 +"241884",42301,103837 +"241885",42302,47084 +"241886",42302,76711 +"241887",42302,107461 +"241888",42303,47269 +"241889",42303,53556 +"241890",42303,103996 +"241891",42303,108724 +"241892",42303,119843 +"241893",42303,120663 +"241894",42303,123031 +"241895",42303,123123 +"241896",42304,50430 +"241897",42304,62721 +"241898",42305,72351 +"241899",42307,61802 +"241900",42307,73800 +"241901",42307,81582 +"241902",42307,82636 +"241903",42307,82784 +"241904",42307,82800 +"241905",42307,82833 +"241906",42307,82969 +"241907",42307,90878 +"241908",42307,90993 +"241909",42307,90994 +"241910",42307,91011 +"241911",42307,91013 +"241912",42308,43145 +"241913",42309,45639 +"241914",42309,77503 +"241915",42309,91822 +"241916",42309,97968 +"241917",42309,98007 +"241918",42309,98033 +"241919",42309,98038 +"241920",42310,55480 +"241921",42310,97405 +"241922",42311,45614 +"241923",42311,46443 +"241924",42311,46892 +"241925",42311,48858 +"241926",42311,62935 +"241927",42311,65786 +"241928",42311,80451 +"241929",42311,80679 +"241930",42311,89298 +"241931",42311,90858 +"241932",42311,93774 +"241933",42311,98808 +"241934",42311,98911 +"241935",42311,107593 +"241936",42311,107605 +"241937",42311,108334 +"241938",42311,116414 +"241939",42311,122770 +"241940",42312,44778 +"241941",42312,49767 +"241942",42312,55037 +"241943",42312,56856 +"241944",42312,73350 +"241945",42312,93540 +"241946",42313,47998 +"241947",42313,65632 +"241948",42313,68697 +"241949",42313,92677 +"241950",42314,44771 +"241951",42314,46428 +"241952",42314,91326 +"241953",42314,109136 +"241954",42315,90668 +"241955",42316,47343 +"241956",42316,65283 +"241957",42318,47729 +"241958",42318,87999 +"241959",42318,92159 +"241960",42319,42675 +"241961",42319,45529 +"241962",42320,48010 +"241963",42320,53795 +"241964",42320,82501 +"241965",42320,82519 +"241966",42322,72745 +"241967",42323,42324 +"241968",42324,81526 +"241969",42324,82648 +"241970",42324,97767 +"241971",42324,100918 +"241972",42324,109760 +"241973",42325,90172 +"241974",42326,60736 +"241975",42328,63911 +"241976",42328,70552 +"241977",42328,74688 +"241978",42328,74898 +"241979",42329,54938 +"241980",42329,70479 +"241981",42329,114406 +"241982",42331,50903 +"241983",42331,53825 +"241984",42331,53826 +"241985",42331,70101 +"241986",42331,79068 +"241987",42331,83638 +"241988",42331,85704 +"241989",42332,42334 +"241990",42332,48830 +"241991",42332,50965 +"241992",42332,51359 +"241993",42332,53567 +"241994",42332,53713 +"241995",42332,53719 +"241996",42332,61040 +"241997",42332,61041 +"241998",42332,62050 +"241999",42332,62096 +"242000",42333,42350 +"242001",42335,44219 +"242002",42335,54919 +"242003",42335,56265 +"242004",42335,58521 +"242005",42336,49216 +"242006",42336,92478 +"242007",42336,114635 +"242008",42336,121830 +"242009",42338,44136 +"242010",42338,109120 +"242011",42339,76574 +"242012",42340,82628 +"242013",42340,99045 +"242014",42340,114360 +"242015",42340,122243 +"242016",42340,123209 +"242017",42340,123222 +"242018",42340,123224 +"242019",42340,123229 +"242020",42340,123232 +"242021",42340,123234 +"242022",42340,123250 +"242023",42341,42696 +"242024",42341,43293 +"242025",42341,45580 +"242026",42341,48467 +"242027",42341,50022 +"242028",42341,50873 +"242029",42341,50874 +"242030",42341,50875 +"242031",42341,50876 +"242032",42341,50944 +"242033",42341,50945 +"242034",42341,50985 +"242035",42341,50986 +"242036",42341,50993 +"242037",42341,50994 +"242038",42341,58283 +"242039",42341,60291 +"242040",42341,60459 +"242041",42342,51042 +"242042",42343,103630 +"242043",42346,68380 +"242044",42346,72082 +"242045",42346,83764 +"242046",42346,83784 +"242047",42346,111141 +"242048",42347,106614 +"242049",42347,106631 +"242050",42347,106646 +"242051",42349,118380 +"242052",42351,42495 +"242053",42352,50288 +"242054",42352,50296 +"242055",42352,66815 +"242056",42352,82628 +"242057",42352,91811 +"242058",42352,103734 +"242059",42353,81683 +"242060",42354,42377 +"242061",42355,90643 +"242062",42355,96336 +"242063",42356,64599 +"242064",42357,42368 +"242065",42358,53102 +"242066",42358,57816 +"242067",42358,92524 +"242068",42358,97220 +"242069",42358,97672 +"242070",42358,108230 +"242071",42360,42392 +"242072",42360,63795 +"242073",42361,64901 +"242074",42361,78338 +"242075",42363,45548 +"242076",42364,62583 +"242077",42364,70236 +"242078",42364,93820 +"242079",42364,99870 +"242080",42364,105495 +"242081",42364,109622 +"242082",42364,111648 +"242083",42364,111655 +"242084",42364,111656 +"242085",42365,53019 +"242086",42366,42487 +"242087",42366,42576 +"242088",42367,42389 +"242089",42367,42640 +"242090",42367,45619 +"242091",42368,76155 +"242092",42368,79020 +"242093",42370,42412 +"242094",42370,42481 +"242095",42370,106930 +"242096",42371,42885 +"242097",42373,42836 +"242098",42374,43820 +"242099",42374,44959 +"242100",42374,46259 +"242101",42374,50739 +"242102",42374,52143 +"242103",42374,53650 +"242104",42374,53954 +"242105",42374,54625 +"242106",42374,62042 +"242107",42374,108153 +"242108",42374,108160 +"242109",42375,51273 +"242110",42375,103689 +"242111",42375,112535 +"242112",42376,42475 +"242113",42378,53571 +"242114",42379,75481 +"242115",42379,77959 +"242116",42379,88439 +"242117",42379,97918 +"242118",42380,42503 +"242119",42381,44795 +"242120",42381,45393 +"242121",42381,76785 +"242122",42381,83402 +"242123",42381,92585 +"242124",42381,120462 +"242125",42382,46616 +"242126",42382,48046 +"242127",42382,50971 +"242128",42382,53584 +"242129",42382,59538 +"242130",42382,78341 +"242131",42382,92358 +"242132",42382,92361 +"242133",42382,92363 +"242134",42382,104347 +"242135",42383,42478 +"242136",42383,53099 +"242137",42383,54583 +"242138",42384,67093 +"242139",42384,75884 +"242140",42384,85359 +"242141",42384,89273 +"242142",42384,116360 +"242143",42384,122759 +"242144",42385,42473 +"242145",42385,42482 +"242146",42387,53879 +"242147",42387,57285 +"242148",42387,57300 +"242149",42388,52651 +"242150",42388,67027 +"242151",42388,67045 +"242152",42388,76190 +"242153",42389,42640 +"242154",42389,45619 +"242155",42389,63638 +"242156",42390,45132 +"242157",42390,48237 +"242158",42390,60978 +"242159",42390,65375 +"242160",42390,86532 +"242161",42390,101824 +"242162",42390,108766 +"242163",42390,114847 +"242164",42390,117063 +"242165",42391,82855 +"242166",42393,87654 +"242167",42395,85095 +"242168",42395,109744 +"242169",42395,119547 +"242170",42396,90837 +"242171",42396,117424 +"242172",42397,118719 +"242173",42398,69623 +"242174",42398,69646 +"242175",42399,42400 +"242176",42400,81057 +"242177",42400,88624 +"242178",42401,42437 +"242179",42401,42447 +"242180",42401,58902 +"242181",42401,58917 +"242182",42401,58981 +"242183",42401,59343 +"242184",42401,67338 +"242185",42402,43439 +"242186",42402,57748 +"242187",42403,86685 +"242188",42405,45465 +"242189",42407,53365 +"242190",42407,65371 +"242191",42407,77874 +"242192",42409,51328 +"242193",42410,53793 +"242194",42410,54860 +"242195",42410,54865 +"242196",42410,54901 +"242197",42410,54903 +"242198",42410,71592 +"242199",42410,83538 +"242200",42410,91143 +"242201",42412,42481 +"242202",42412,52319 +"242203",42412,89446 +"242204",42412,112182 +"242205",42413,53672 +"242206",42413,76159 +"242207",42413,105625 +"242208",42413,114011 +"242209",42413,117884 +"242210",42413,117885 +"242211",42413,117892 +"242212",42414,115296 +"242213",42415,42470 +"242214",42417,53414 +"242215",42417,109219 +"242216",42417,118783 +"242217",42418,48066 +"242218",42418,48147 +"242219",42418,50175 +"242220",42418,58294 +"242221",42418,72766 +"242222",42418,72850 +"242223",42419,42496 +"242224",42420,42465 +"242225",42420,42582 +"242226",42421,84835 +"242227",42422,95043 +"242228",42423,109178 +"242229",42424,47596 +"242230",42424,49918 +"242231",42425,60651 +"242232",42426,49376 +"242233",42427,42566 +"242234",42427,42804 +"242235",42428,42492 +"242236",42428,58472 +"242237",42428,58473 +"242238",42429,115840 +"242239",42430,68765 +"242240",42430,76267 +"242241",42430,80837 +"242242",42431,75203 +"242243",42431,101546 +"242244",42431,102236 +"242245",42432,49414 +"242246",42432,49945 +"242247",42432,64382 +"242248",42432,75188 +"242249",42432,88300 +"242250",42432,88605 +"242251",42432,91532 +"242252",42432,97235 +"242253",42432,107168 +"242254",42433,93126 +"242255",42434,42746 +"242256",42434,81673 +"242257",42434,108446 +"242258",42435,88258 +"242259",42436,53036 +"242260",42436,55288 +"242261",42436,55320 +"242262",42436,55791 +"242263",42436,67120 +"242264",42436,67157 +"242265",42437,42447 +"242266",42437,52404 +"242267",42437,62247 +"242268",42437,71783 +"242269",42438,42468 +"242270",42438,51740 +"242271",42438,58492 +"242272",42441,62295 +"242273",42441,69986 +"242274",42441,70974 +"242275",42443,42457 +"242276",42443,42501 +"242277",42446,96417 +"242278",42447,66328 +"242279",42447,82538 +"242280",42447,82539 +"242281",42448,98969 +"242282",42448,106216 +"242283",42448,109992 +"242284",42448,114454 +"242285",42448,117320 +"242286",42449,49235 +"242287",42449,56556 +"242288",42449,62846 +"242289",42450,42799 +"242290",42450,49653 +"242291",42450,81879 +"242292",42450,81894 +"242293",42452,42607 +"242294",42452,57824 +"242295",42452,81134 +"242296",42452,90055 +"242297",42452,108164 +"242298",42452,113791 +"242299",42452,113806 +"242300",42453,42777 +"242301",42453,79791 +"242302",42453,79860 +"242303",42453,79887 +"242304",42453,79962 +"242305",42454,53495 +"242306",42454,83905 +"242307",42454,114102 +"242308",42454,119742 +"242309",42454,120267 +"242310",42454,121634 +"242311",42455,43853 +"242312",42455,46578 +"242313",42455,54794 +"242314",42455,69931 +"242315",42455,70664 +"242316",42455,78216 +"242317",42455,89982 +"242318",42456,45928 +"242319",42456,49477 +"242320",42456,56578 +"242321",42456,62690 +"242322",42456,71566 +"242323",42456,83179 +"242324",42456,85912 +"242325",42456,100175 +"242326",42456,103670 +"242327",42457,42501 +"242328",42458,50135 +"242329",42458,74182 +"242330",42459,43678 +"242331",42459,49796 +"242332",42460,70554 +"242333",42461,42859 +"242334",42461,75723 +"242335",42461,85643 +"242336",42462,45477 +"242337",42462,45598 +"242338",42462,49828 +"242339",42462,57030 +"242340",42462,83739 +"242341",42462,87064 +"242342",42463,42887 +"242343",42463,50635 +"242344",42464,57565 +"242345",42464,78927 +"242346",42464,92579 +"242347",42464,93076 +"242348",42464,101345 +"242349",42464,115295 +"242350",42465,42582 +"242351",42466,45048 +"242352",42466,53984 +"242353",42466,77149 +"242354",42467,68815 +"242355",42469,42904 +"242356",42469,48485 +"242357",42469,55048 +"242358",42469,72827 +"242359",42469,96741 +"242360",42469,100647 +"242361",42469,102053 +"242362",42469,106205 +"242363",42469,110655 +"242364",42470,46450 +"242365",42470,49358 +"242366",42470,49380 +"242367",42473,42482 +"242368",42473,51194 +"242369",42473,51304 +"242370",42474,42477 +"242371",42474,52144 +"242372",42474,60304 +"242373",42475,46559 +"242374",42475,47580 +"242375",42475,51127 +"242376",42475,51156 +"242377",42475,54034 +"242378",42476,104855 +"242379",42476,109628 +"242380",42476,109659 +"242381",42479,100484 +"242382",42480,48095 +"242383",42480,48584 +"242384",42480,53551 +"242385",42480,73340 +"242386",42480,73799 +"242387",42480,78261 +"242388",42480,100290 +"242389",42481,102526 +"242390",42484,65529 +"242391",42486,52593 +"242392",42486,78369 +"242393",42486,84247 +"242394",42486,92091 +"242395",42486,92261 +"242396",42487,42576 +"242397",42488,42873 +"242398",42488,54037 +"242399",42488,65695 +"242400",42488,79032 +"242401",42488,104263 +"242402",42488,112467 +"242403",42490,43711 +"242404",42490,44613 +"242405",42490,49180 +"242406",42490,52801 +"242407",42490,58829 +"242408",42490,75954 +"242409",42490,87799 +"242410",42490,89959 +"242411",42490,90090 +"242412",42490,99665 +"242413",42493,69828 +"242414",42496,48832 +"242415",42496,62009 +"242416",42496,66829 +"242417",42496,68688 +"242418",42496,85456 +"242419",42497,56217 +"242420",42497,57697 +"242421",42498,43427 +"242422",42498,62909 +"242423",42498,88885 +"242424",42498,88898 +"242425",42498,89339 +"242426",42500,54625 +"242427",42500,55487 +"242428",42500,65398 +"242429",42500,73315 +"242430",42500,97990 +"242431",42500,114558 +"242432",42502,43267 +"242433",42502,71632 +"242434",42504,44559 +"242435",42505,58553 +"242436",42505,84194 +"242437",42505,86660 +"242438",42505,89511 +"242439",42505,97160 +"242440",42505,99207 +"242441",42507,99487 +"242442",42508,42652 +"242443",42508,42724 +"242444",42508,42937 +"242445",42508,45970 +"242446",42508,47220 +"242447",42508,48066 +"242448",42508,48179 +"242449",42508,48672 +"242450",42508,48733 +"242451",42508,48734 +"242452",42508,48751 +"242453",42508,48783 +"242454",42508,48785 +"242455",42508,57390 +"242456",42508,58241 +"242457",42508,58294 +"242458",42508,59120 +"242459",42508,70867 +"242460",42509,72727 +"242461",42509,72972 +"242462",42509,77222 +"242463",42510,42591 +"242464",42510,42619 +"242465",42512,52314 +"242466",42512,54511 +"242467",42512,55733 +"242468",42512,58675 +"242469",42512,92023 +"242470",42512,92024 +"242471",42512,92040 +"242472",42512,92261 +"242473",42512,95137 +"242474",42512,98649 +"242475",42512,120222 +"242476",42515,42523 +"242477",42515,50984 +"242478",42515,57026 +"242479",42515,95224 +"242480",42515,108827 +"242481",42516,43560 +"242482",42516,44825 +"242483",42516,49999 +"242484",42516,55728 +"242485",42516,59854 +"242486",42516,60183 +"242487",42516,63115 +"242488",42516,65376 +"242489",42516,69478 +"242490",42516,75669 +"242491",42516,80281 +"242492",42516,80778 +"242493",42516,91381 +"242494",42516,91762 +"242495",42516,99574 +"242496",42516,99581 +"242497",42516,99592 +"242498",42516,99598 +"242499",42516,112927 +"242500",42518,46739 +"242501",42518,56739 +"242502",42519,57058 +"242503",42519,57990 +"242504",42519,59307 +"242505",42519,77092 +"242506",42519,80569 +"242507",42519,96081 +"242508",42519,99070 +"242509",42519,102215 +"242510",42519,102233 +"242511",42519,105496 +"242512",42520,44675 +"242513",42520,52018 +"242514",42520,59404 +"242515",42520,59850 +"242516",42520,60106 +"242517",42520,61591 +"242518",42521,51462 +"242519",42521,55748 +"242520",42521,62955 +"242521",42521,68687 +"242522",42521,86558 +"242523",42521,88534 +"242524",42521,93400 +"242525",42521,94740 +"242526",42522,52969 +"242527",42523,65700 +"242528",42523,74103 +"242529",42523,76646 +"242530",42523,82332 +"242531",42523,82893 +"242532",42523,83032 +"242533",42523,85189 +"242534",42525,42702 +"242535",42525,45675 +"242536",42525,69942 +"242537",42525,75049 +"242538",42525,79908 +"242539",42525,79946 +"242540",42525,79978 +"242541",42526,44599 +"242542",42526,61260 +"242543",42527,53677 +"242544",42527,74919 +"242545",42527,121989 +"242546",42528,102182 +"242547",42529,42578 +"242548",42529,42662 +"242549",42529,85496 +"242550",42529,87194 +"242551",42530,59153 +"242552",42530,100048 +"242553",42531,42685 +"242554",42531,44860 +"242555",42532,43733 +"242556",42532,73374 +"242557",42533,53111 +"242558",42534,72549 +"242559",42535,109398 +"242560",42537,50408 +"242561",42537,58327 +"242562",42538,42554 +"242563",42541,42712 +"242564",42541,43725 +"242565",42541,47129 +"242566",42542,55552 +"242567",42543,46148 +"242568",42543,62837 +"242569",42543,71155 +"242570",42543,107080 +"242571",42544,52408 +"242572",42545,42650 +"242573",42546,47443 +"242574",42546,58499 +"242575",42546,59125 +"242576",42546,60833 +"242577",42546,113910 +"242578",42547,79320 +"242579",42548,60243 +"242580",42548,87875 +"242581",42548,90448 +"242582",42548,105480 +"242583",42549,61357 +"242584",42549,112948 +"242585",42551,43053 +"242586",42551,48891 +"242587",42551,96524 +"242588",42552,61379 +"242589",42552,61780 +"242590",42552,64275 +"242591",42552,69889 +"242592",42552,69891 +"242593",42552,69919 +"242594",42553,42964 +"242595",42554,64087 +"242596",42554,70427 +"242597",42554,79994 +"242598",42554,85851 +"242599",42554,94872 +"242600",42554,118477 +"242601",42555,42628 +"242602",42556,42558 +"242603",42556,42630 +"242604",42557,73705 +"242605",42558,42630 +"242606",42558,52766 +"242607",42558,55447 +"242608",42558,56941 +"242609",42558,56970 +"242610",42559,42600 +"242611",42559,49309 +"242612",42559,54738 +"242613",42559,64019 +"242614",42560,74925 +"242615",42560,95570 +"242616",42560,114381 +"242617",42562,42877 +"242618",42562,46691 +"242619",42562,76369 +"242620",42562,77160 +"242621",42562,77175 +"242622",42562,77179 +"242623",42562,111734 +"242624",42562,121474 +"242625",42564,61960 +"242626",42564,65316 +"242627",42565,47702 +"242628",42565,101924 +"242629",42565,112839 +"242630",42566,42804 +"242631",42566,80707 +"242632",42567,82151 +"242633",42567,96168 +"242634",42567,102485 +"242635",42570,70091 +"242636",42570,92304 +"242637",42570,118652 +"242638",42570,118700 +"242639",42571,49620 +"242640",42572,45848 +"242641",42572,46304 +"242642",42572,58806 +"242643",42572,67507 +"242644",42572,68334 +"242645",42572,70431 +"242646",42572,112484 +"242647",42572,119385 +"242648",42572,123170 +"242649",42574,49739 +"242650",42574,60701 +"242651",42574,67150 +"242652",42575,56931 +"242653",42577,43688 +"242654",42577,66423 +"242655",42578,42662 +"242656",42579,42624 +"242657",42579,46430 +"242658",42579,49576 +"242659",42579,58520 +"242660",42579,67940 +"242661",42579,78355 +"242662",42579,108691 +"242663",42580,89708 +"242664",42580,108106 +"242665",42580,119055 +"242666",42581,42798 +"242667",42582,48480 +"242668",42582,50041 +"242669",42582,81649 +"242670",42582,82177 +"242671",42582,104942 +"242672",42584,51583 +"242673",42585,50143 +"242674",42585,97369 +"242675",42586,51428 +"242676",42586,94520 +"242677",42586,102101 +"242678",42587,48971 +"242679",42587,61098 +"242680",42587,86301 +"242681",42589,78476 +"242682",42589,79397 +"242683",42589,88443 +"242684",42589,91779 +"242685",42589,96768 +"242686",42589,100527 +"242687",42589,108203 +"242688",42589,119637 +"242689",42591,42619 +"242690",42592,72071 +"242691",42593,42617 +"242692",42593,42657 +"242693",42594,46348 +"242694",42594,53609 +"242695",42594,68173 +"242696",42594,77082 +"242697",42594,77120 +"242698",42594,113149 +"242699",42595,48973 +"242700",42595,52326 +"242701",42595,52358 +"242702",42595,54947 +"242703",42595,63375 +"242704",42595,69531 +"242705",42597,42891 +"242706",42597,50117 +"242707",42598,52944 +"242708",42598,68475 +"242709",42598,68496 +"242710",42598,99621 +"242711",42598,101191 +"242712",42599,51236 +"242713",42599,68623 +"242714",42599,69503 +"242715",42600,53014 +"242716",42600,103235 +"242717",42601,69994 +"242718",42602,75204 +"242719",42602,75466 +"242720",42602,99827 +"242721",42603,42714 +"242722",42603,42924 +"242723",42603,82556 +"242724",42603,82590 +"242725",42604,47421 +"242726",42604,58432 +"242727",42604,60131 +"242728",42604,75568 +"242729",42604,88471 +"242730",42604,96455 +"242731",42604,102268 +"242732",42604,108463 +"242733",42604,111931 +"242734",42605,53315 +"242735",42605,88576 +"242736",42605,91088 +"242737",42606,65858 +"242738",42606,72418 +"242739",42608,44180 +"242740",42608,45818 +"242741",42608,51476 +"242742",42608,51892 +"242743",42608,53755 +"242744",42608,54168 +"242745",42608,57210 +"242746",42608,58482 +"242747",42608,59172 +"242748",42608,59816 +"242749",42608,59863 +"242750",42608,61874 +"242751",42608,63274 +"242752",42608,66322 +"242753",42608,67327 +"242754",42608,68626 +"242755",42608,69816 +"242756",42608,70854 +"242757",42608,71683 +"242758",42608,72568 +"242759",42608,72628 +"242760",42608,72822 +"242761",42608,72940 +"242762",42608,73767 +"242763",42608,74699 +"242764",42608,78532 +"242765",42608,81609 +"242766",42608,84924 +"242767",42608,85885 +"242768",42608,91073 +"242769",42608,91178 +"242770",42608,91255 +"242771",42608,92247 +"242772",42608,92352 +"242773",42608,92362 +"242774",42608,92929 +"242775",42608,93719 +"242776",42608,94906 +"242777",42608,94946 +"242778",42608,95889 +"242779",42608,96093 +"242780",42608,97636 +"242781",42608,97988 +"242782",42608,99309 +"242783",42608,99376 +"242784",42608,99450 +"242785",42608,99471 +"242786",42608,99474 +"242787",42608,100916 +"242788",42608,100944 +"242789",42608,101126 +"242790",42608,101329 +"242791",42608,103074 +"242792",42608,105557 +"242793",42608,107199 +"242794",42608,108743 +"242795",42608,108980 +"242796",42608,109291 +"242797",42608,109933 +"242798",42608,110483 +"242799",42608,110567 +"242800",42608,110572 +"242801",42608,110630 +"242802",42608,110648 +"242803",42608,110711 +"242804",42608,110770 +"242805",42608,110869 +"242806",42608,110911 +"242807",42608,111285 +"242808",42608,111314 +"242809",42608,111362 +"242810",42608,111372 +"242811",42608,111424 +"242812",42608,111433 +"242813",42608,112422 +"242814",42608,112824 +"242815",42608,112844 +"242816",42608,112845 +"242817",42608,113269 +"242818",42608,113430 +"242819",42608,114242 +"242820",42608,114842 +"242821",42608,115427 +"242822",42608,115521 +"242823",42608,115711 +"242824",42609,59590 +"242825",42609,64902 +"242826",42609,69282 +"242827",42609,69548 +"242828",42609,95533 +"242829",42609,104959 +"242830",42609,105027 +"242831",42610,62726 +"242832",42610,65804 +"242833",42610,70367 +"242834",42610,75797 +"242835",42611,42646 +"242836",42612,45164 +"242837",42612,45201 +"242838",42613,51360 +"242839",42613,77996 +"242840",42613,78414 +"242841",42613,81336 +"242842",42613,81640 +"242843",42613,91048 +"242844",42613,92887 +"242845",42613,93373 +"242846",42613,98412 +"242847",42613,98732 +"242848",42613,99433 +"242849",42613,119930 +"242850",42613,122858 +"242851",42613,122955 +"242852",42615,47723 +"242853",42615,53336 +"242854",42616,56976 +"242855",42616,57052 +"242856",42616,58295 +"242857",42616,107075 +"242858",42617,42657 +"242859",42618,83405 +"242860",42618,90347 +"242861",42618,96238 +"242862",42618,117105 +"242863",42619,44436 +"242864",42619,71932 +"242865",42619,88077 +"242866",42620,42632 +"242867",42620,96168 +"242868",42620,105843 +"242869",42622,61750 +"242870",42622,76990 +"242871",42622,81922 +"242872",42622,91232 +"242873",42622,97615 +"242874",42622,108457 +"242875",42622,109339 +"242876",42622,111711 +"242877",42622,111904 +"242878",42622,114266 +"242879",42622,115594 +"242880",42622,118335 +"242881",42622,120853 +"242882",42622,120858 +"242883",42625,67147 +"242884",42625,86759 +"242885",42627,54267 +"242886",42627,111210 +"242887",42629,80105 +"242888",42629,95018 +"242889",42629,102562 +"242890",42631,46035 +"242891",42631,46106 +"242892",42631,46158 +"242893",42631,46234 +"242894",42631,52474 +"242895",42634,67078 +"242896",42634,75306 +"242897",42636,121858 +"242898",42637,42638 +"242899",42638,77989 +"242900",42638,80367 +"242901",42638,99219 +"242902",42639,43186 +"242903",42640,45619 +"242904",42640,50397 +"242905",42642,48510 +"242906",42642,50956 +"242907",42642,51055 +"242908",42642,58661 +"242909",42642,58668 +"242910",42642,59515 +"242911",42642,60516 +"242912",42643,46773 +"242913",42643,50242 +"242914",42643,57675 +"242915",42643,65590 +"242916",42643,87946 +"242917",42643,89834 +"242918",42643,92778 +"242919",42643,112409 +"242920",42644,60672 +"242921",42644,100959 +"242922",42644,101032 +"242923",42645,47141 +"242924",42645,109264 +"242925",42645,117463 +"242926",42646,57563 +"242927",42646,63570 +"242928",42646,69453 +"242929",42646,72023 +"242930",42647,53619 +"242931",42648,78705 +"242932",42648,90895 +"242933",42648,90896 +"242934",42648,93264 +"242935",42648,106224 +"242936",42650,59833 +"242937",42651,42748 +"242938",42651,42800 +"242939",42652,42724 +"242940",42652,42783 +"242941",42652,47582 +"242942",42652,47736 +"242943",42652,57133 +"242944",42653,75589 +"242945",42654,42718 +"242946",42655,42668 +"242947",42655,42751 +"242948",42655,42762 +"242949",42655,42764 +"242950",42655,42786 +"242951",42655,42810 +"242952",42658,43860 +"242953",42658,52595 +"242954",42658,64361 +"242955",42659,42660 +"242956",42659,44037 +"242957",42659,52313 +"242958",42659,54186 +"242959",42659,70284 +"242960",42659,70444 +"242961",42659,70600 +"242962",42660,49803 +"242963",42660,52623 +"242964",42661,53227 +"242965",42661,64371 +"242966",42661,65355 +"242967",42661,72995 +"242968",42661,83139 +"242969",42661,85508 +"242970",42661,85925 +"242971",42661,94772 +"242972",42661,97318 +"242973",42661,122769 +"242974",42663,121960 +"242975",42664,44814 +"242976",42664,58969 +"242977",42665,58831 +"242978",42665,77291 +"242979",42665,99797 +"242980",42665,115116 +"242981",42665,117565 +"242982",42665,117568 +"242983",42666,53031 +"242984",42666,55905 +"242985",42666,86430 +"242986",42667,43057 +"242987",42667,57149 +"242988",42668,42751 +"242989",42668,42762 +"242990",42668,42764 +"242991",42668,42786 +"242992",42668,42810 +"242993",42668,66775 +"242994",42668,66875 +"242995",42668,71475 +"242996",42668,77852 +"242997",42670,42769 +"242998",42671,43093 +"242999",42671,43186 +"243000",42671,43219 +"243001",42671,43239 +"243002",42671,43293 +"243003",42671,43312 +"243004",42672,46580 +"243005",42672,51055 +"243006",42672,97373 +"243007",42674,48481 +"243008",42675,45529 +"243009",42675,57199 +"243010",42676,48224 +"243011",42676,105621 +"243012",42677,85936 +"243013",42677,117806 +"243014",42678,100329 +"243015",42679,42687 +"243016",42679,42789 +"243017",42679,54906 +"243018",42680,42755 +"243019",42680,49208 +"243020",42680,49215 +"243021",42680,49244 +"243022",42681,47240 +"243023",42681,65519 +"243024",42681,107689 +"243025",42682,50604 +"243026",42682,57270 +"243027",42682,58645 +"243028",42682,60928 +"243029",42682,65137 +"243030",42682,80041 +"243031",42682,86380 +"243032",42682,87221 +"243033",42682,99575 +"243034",42682,101067 +"243035",42682,107050 +"243036",42683,69902 +"243037",42683,85579 +"243038",42684,53230 +"243039",42684,53874 +"243040",42684,66453 +"243041",42684,83768 +"243042",42684,86610 +"243043",42685,44860 +"243044",42686,72995 +"243045",42686,76173 +"243046",42686,98253 +"243047",42686,100723 +"243048",42687,42789 +"243049",42687,47324 +"243050",42687,52501 +"243051",42687,79804 +"243052",42687,80242 +"243053",42687,103014 +"243054",42687,115366 +"243055",42687,116808 +"243056",42687,117923 +"243057",42687,119204 +"243058",42688,42692 +"243059",42688,42774 +"243060",42688,71009 +"243061",42688,82246 +"243062",42688,84703 +"243063",42688,110677 +"243064",42688,117925 +"243065",42689,42725 +"243066",42689,51921 +"243067",42689,54917 +"243068",42689,57094 +"243069",42689,57901 +"243070",42689,58960 +"243071",42689,68043 +"243072",42689,69608 +"243073",42689,80396 +"243074",42689,83913 +"243075",42689,92435 +"243076",42689,94520 +"243077",42689,94533 +"243078",42689,95001 +"243079",42689,102003 +"243080",42689,102101 +"243081",42689,102950 +"243082",42689,114679 +"243083",42689,114686 +"243084",42689,114687 +"243085",42690,82648 +"243086",42691,42765 +"243087",42692,42774 +"243088",42692,46020 +"243089",42692,52234 +"243090",42693,101280 +"243091",42694,42730 +"243092",42695,42700 +"243093",42695,42740 +"243094",42695,42741 +"243095",42695,44549 +"243096",42695,72520 +"243097",42695,78833 +"243098",42695,96232 +"243099",42695,96428 +"243100",42696,43293 +"243101",42696,45580 +"243102",42696,48467 +"243103",42696,50022 +"243104",42696,50873 +"243105",42696,50874 +"243106",42696,50875 +"243107",42696,50876 +"243108",42696,50944 +"243109",42696,50945 +"243110",42696,50985 +"243111",42696,50986 +"243112",42696,50993 +"243113",42696,50994 +"243114",42698,66099 +"243115",42699,53943 +"243116",42699,66782 +"243117",42699,79484 +"243118",42700,42740 +"243119",42700,42741 +"243120",42700,45532 +"243121",42700,45869 +"243122",42700,57478 +"243123",42700,72520 +"243124",42700,80007 +"243125",42700,81421 +"243126",42700,88575 +"243127",42701,83960 +"243128",42702,69942 +"243129",42702,75049 +"243130",42703,45194 +"243131",42703,55205 +"243132",42703,81361 +"243133",42703,98565 +"243134",42703,98571 +"243135",42703,98588 +"243136",42704,42729 +"243137",42706,45392 +"243138",42706,86547 +"243139",42707,42773 +"243140",42708,42745 +"243141",42709,43142 +"243142",42709,51373 +"243143",42709,93858 +"243144",42709,93989 +"243145",42709,94578 +"243146",42709,96889 +"243147",42709,118867 +"243148",42709,119157 +"243149",42709,119161 +"243150",42709,119164 +"243151",42709,120091 +"243152",42710,80982 +"243153",42713,88199 +"243154",42713,91723 +"243155",42714,42924 +"243156",42715,60923 +"243157",42715,73488 +"243158",42715,76688 +"243159",42715,77253 +"243160",42715,79161 +"243161",42715,96759 +"243162",42716,45222 +"243163",42716,86549 +"243164",42716,98927 +"243165",42716,102048 +"243166",42717,49091 +"243167",42718,56448 +"243168",42718,62393 +"243169",42718,74908 +"243170",42718,96371 +"243171",42718,114927 +"243172",42719,51569 +"243173",42719,61994 +"243174",42719,65268 +"243175",42719,70152 +"243176",42719,70199 +"243177",42720,57946 +"243178",42720,57948 +"243179",42720,57989 +"243180",42720,59852 +"243181",42722,42747 +"243182",42722,48196 +"243183",42722,65862 +"243184",42723,45088 +"243185",42723,53117 +"243186",42723,56787 +"243187",42723,62655 +"243188",42723,74558 +"243189",42723,75054 +"243190",42723,81749 +"243191",42723,86925 +"243192",42723,87101 +"243193",42723,111443 +"243194",42725,51921 +"243195",42725,57094 +"243196",42725,58960 +"243197",42725,60312 +"243198",42725,68043 +"243199",42725,80756 +"243200",42725,83672 +"243201",42725,88071 +"243202",42725,92039 +"243203",42725,94520 +"243204",42725,94533 +"243205",42725,95996 +"243206",42725,98337 +"243207",42725,102003 +"243208",42725,102101 +"243209",42725,106677 +"243210",42725,106745 +"243211",42725,110399 +"243212",42725,114679 +"243213",42725,116452 +"243214",42725,117480 +"243215",42725,120583 +"243216",42727,104004 +"243217",42727,104811 +"243218",42727,113544 +"243219",42727,121723 +"243220",42727,123326 +"243221",42728,104738 +"243222",42729,66330 +"243223",42730,54143 +"243224",42730,57689 +"243225",42731,98321 +"243226",42731,98325 +"243227",42732,45891 +"243228",42732,66785 +"243229",42733,42744 +"243230",42733,42910 +"243231",42733,42911 +"243232",42734,69045 +"243233",42734,84549 +"243234",42734,90185 +"243235",42734,100367 +"243236",42735,58991 +"243237",42735,79564 +"243238",42736,54440 +"243239",42736,67121 +"243240",42736,98886 +"243241",42736,98918 +"243242",42737,49415 +"243243",42737,54416 +"243244",42737,55233 +"243245",42737,64527 +"243246",42737,68510 +"243247",42737,89473 +"243248",42738,68074 +"243249",42738,69967 +"243250",42738,102429 +"243251",42740,42741 +"243252",42741,44358 +"243253",42742,57346 +"243254",42743,42852 +"243255",42743,93907 +"243256",42744,42910 +"243257",42744,42911 +"243258",42744,43505 +"243259",42744,43548 +"243260",42744,43596 +"243261",42744,43621 +"243262",42744,43633 +"243263",42744,43907 +"243264",42744,46049 +"243265",42744,58059 +"243266",42744,97213 +"243267",42744,108214 +"243268",42745,43547 +"243269",42746,81673 +"243270",42747,45645 +"243271",42747,49033 +"243272",42747,72032 +"243273",42747,81305 +"243274",42747,94932 +"243275",42748,42800 +"243276",42748,58221 +"243277",42748,60085 +"243278",42748,61785 +"243279",42748,66278 +"243280",42748,78332 +"243281",42748,81058 +"243282",42748,97354 +"243283",42748,101112 +"243284",42748,107371 +"243285",42749,51676 +"243286",42749,61384 +"243287",42749,63598 +"243288",42749,80502 +"243289",42749,89165 +"243290",42749,93694 +"243291",42749,93731 +"243292",42749,93751 +"243293",42749,93772 +"243294",42750,54606 +"243295",42751,42762 +"243296",42751,42764 +"243297",42751,42786 +"243298",42751,42810 +"243299",42752,58114 +"243300",42752,64648 +"243301",42753,46087 +"243302",42753,60202 +"243303",42753,71029 +"243304",42753,71181 +"243305",42753,71199 +"243306",42754,49539 +"243307",42754,105680 +"243308",42754,111037 +"243309",42755,54675 +"243310",42755,73320 +"243311",42756,47389 +"243312",42756,47862 +"243313",42756,49114 +"243314",42756,66994 +"243315",42756,68441 +"243316",42756,68586 +"243317",42756,68688 +"243318",42756,69447 +"243319",42756,80905 +"243320",42756,80911 +"243321",42756,85646 +"243322",42756,97242 +"243323",42756,119300 +"243324",42756,119301 +"243325",42757,68819 +"243326",42759,78314 +"243327",42759,90421 +"243328",42760,47832 +"243329",42761,51291 +"243330",42761,51314 +"243331",42761,51315 +"243332",42761,96233 +"243333",42761,106104 +"243334",42761,111801 +"243335",42762,42764 +"243336",42762,42786 +"243337",42762,42810 +"243338",42762,63856 +"243339",42762,117595 +"243340",42763,109803 +"243341",42763,112382 +"243342",42764,42786 +"243343",42764,42810 +"243344",42764,47342 +"243345",42764,47855 +"243346",42766,92049 +"243347",42766,109107 +"243348",42767,57706 +"243349",42767,60838 +"243350",42768,42771 +"243351",42768,42785 +"243352",42768,49903 +"243353",42768,49918 +"243354",42768,100054 +"243355",42768,114021 +"243356",42768,117857 +"243357",42769,60556 +"243358",42769,60598 +"243359",42769,60607 +"243360",42770,42974 +"243361",42771,42785 +"243362",42772,43579 +"243363",42772,105264 +"243364",42773,46291 +"243365",42773,61667 +"243366",42773,62857 +"243367",42773,70011 +"243368",42773,77719 +"243369",42773,91551 +"243370",42773,91667 +"243371",42773,97853 +"243372",42773,101133 +"243373",42773,103376 +"243374",42773,104842 +"243375",42773,104872 +"243376",42773,104918 +"243377",42773,110320 +"243378",42773,114560 +"243379",42773,115614 +"243380",42773,117638 +"243381",42773,117643 +"243382",42773,117644 +"243383",42774,78208 +"243384",42774,109887 +"243385",42774,109897 +"243386",42775,68885 +"243387",42775,105383 +"243388",42776,102356 +"243389",42778,46680 +"243390",42778,50623 +"243391",42778,50624 +"243392",42778,94146 +"243393",42778,111611 +"243394",42778,112848 +"243395",42779,51448 +"243396",42779,73248 +"243397",42779,74822 +"243398",42779,78804 +"243399",42780,85132 +"243400",42780,85703 +"243401",42781,42809 +"243402",42782,43078 +"243403",42783,42791 +"243404",42783,43054 +"243405",42783,47736 +"243406",42783,57133 +"243407",42786,42810 +"243408",42786,54258 +"243409",42786,78359 +"243410",42787,45860 +"243411",42787,48116 +"243412",42787,53499 +"243413",42787,69175 +"243414",42787,77467 +"243415",42787,79360 +"243416",42787,86896 +"243417",42788,69020 +"243418",42788,69509 +"243419",42788,90452 +"243420",42788,106589 +"243421",42790,70627 +"243422",42790,74590 +"243423",42791,43054 +"243424",42791,56735 +"243425",42791,56766 +"243426",42791,56778 +"243427",42791,69492 +"243428",42792,43211 +"243429",42792,49698 +"243430",42792,53230 +"243431",42792,71607 +"243432",42792,72007 +"243433",42792,72008 +"243434",42792,88686 +"243435",42793,55257 +"243436",42793,96472 +"243437",42794,63371 +"243438",42794,90882 +"243439",42795,103431 +"243440",42795,106298 +"243441",42796,71367 +"243442",42797,68582 +"243443",42798,58073 +"243444",42799,74818 +"243445",42799,105484 +"243446",42800,45271 +"243447",42800,61804 +"243448",42800,62906 +"243449",42800,69554 +"243450",42800,69629 +"243451",42800,73942 +"243452",42800,77604 +"243453",42800,85245 +"243454",42800,88818 +"243455",42800,92035 +"243456",42800,92995 +"243457",42800,101827 +"243458",42800,114268 +"243459",42801,99640 +"243460",42803,43131 +"243461",42804,49237 +"243462",42804,80707 +"243463",42805,43171 +"243464",42805,43177 +"243465",42805,43248 +"243466",42807,48358 +"243467",42807,55545 +"243468",42807,76064 +"243469",42808,49267 +"243470",42808,95829 +"243471",42808,107235 +"243472",42809,47440 +"243473",42809,56141 +"243474",42809,73392 +"243475",42809,98134 +"243476",42809,98318 +"243477",42810,57033 +"243478",42810,105619 +"243479",42810,105659 +"243480",42811,85244 +"243481",42811,92306 +"243482",42811,93102 +"243483",42812,58459 +"243484",42813,46069 +"243485",42813,46486 +"243486",42813,47811 +"243487",42813,50249 +"243488",42813,71703 +"243489",42814,54235 +"243490",42814,60991 +"243491",42814,66110 +"243492",42814,74863 +"243493",42814,76639 +"243494",42814,85429 +"243495",42814,86279 +"243496",42814,91695 +"243497",42814,97440 +"243498",42814,100239 +"243499",42814,113099 +"243500",42815,43102 +"243501",42815,44174 +"243502",42815,44197 +"243503",42815,44217 +"243504",42815,44218 +"243505",42815,44256 +"243506",42815,44268 +"243507",42815,48917 +"243508",42815,51368 +"243509",42815,66471 +"243510",42815,66509 +"243511",42817,78322 +"243512",42818,66449 +"243513",42818,118299 +"243514",42820,45123 +"243515",42820,45542 +"243516",42821,42916 +"243517",42821,42950 +"243518",42821,49350 +"243519",42822,93880 +"243520",42823,52896 +"243521",42823,65030 +"243522",42824,42825 +"243523",42824,42876 +"243524",42824,42907 +"243525",42825,42876 +"243526",42825,42907 +"243527",42825,49578 +"243528",42825,50409 +"243529",42825,84726 +"243530",42826,50660 +"243531",42827,53764 +"243532",42827,87530 +"243533",42829,42843 +"243534",42829,42943 +"243535",42830,42922 +"243536",42831,79202 +"243537",42832,42869 +"243538",42832,51751 +"243539",42832,70016 +"243540",42833,42966 +"243541",42833,43303 +"243542",42834,87597 +"243543",42834,106430 +"243544",42835,51958 +"243545",42837,46670 +"243546",42837,48356 +"243547",42837,79013 +"243548",42837,116886 +"243549",42838,42949 +"243550",42839,51309 +"243551",42840,42887 +"243552",42841,90462 +"243553",42842,61729 +"243554",42843,42943 +"243555",42844,43024 +"243556",42845,97714 +"243557",42846,51597 +"243558",42847,62140 +"243559",42847,63231 +"243560",42847,63248 +"243561",42847,63791 +"243562",42847,63827 +"243563",42847,64926 +"243564",42848,49477 +"243565",42848,85122 +"243566",42848,105026 +"243567",42849,88324 +"243568",42850,54677 +"243569",42851,44117 +"243570",42851,51806 +"243571",42851,57816 +"243572",42851,64634 +"243573",42851,71454 +"243574",42851,74859 +"243575",42851,90745 +"243576",42851,110367 +"243577",42851,111834 +"243578",42851,115036 +"243579",42852,48325 +"243580",42852,48389 +"243581",42852,96360 +"243582",42853,49962 +"243583",42853,70518 +"243584",42853,97617 +"243585",42853,98086 +"243586",42853,98089 +"243587",42854,42855 +"243588",42854,43288 +"243589",42854,116491 +"243590",42855,43288 +"243591",42857,46091 +"243592",42857,50815 +"243593",42857,63015 +"243594",42857,70548 +"243595",42858,49980 +"243596",42858,67449 +"243597",42858,82975 +"243598",42859,48966 +"243599",42859,51229 +"243600",42859,56819 +"243601",42859,64803 +"243602",42859,70891 +"243603",42859,73700 +"243604",42859,75723 +"243605",42859,77167 +"243606",42859,85643 +"243607",42859,119241 +"243608",42859,119271 +"243609",42860,42912 +"243610",42860,70656 +"243611",42861,55307 +"243612",42861,56155 +"243613",42861,56160 +"243614",42861,56179 +"243615",42861,56226 +"243616",42861,56239 +"243617",42861,56251 +"243618",42861,56267 +"243619",42861,56291 +"243620",42861,56359 +"243621",42862,59499 +"243622",42862,63486 +"243623",42862,96387 +"243624",42862,102581 +"243625",42862,112457 +"243626",42862,122049 +"243627",42863,78929 +"243628",42863,103193 +"243629",42864,46537 +"243630",42864,71205 +"243631",42865,44418 +"243632",42865,51861 +"243633",42865,69936 +"243634",42868,42962 +"243635",42870,75577 +"243636",42870,78039 +"243637",42871,43305 +"243638",42872,66004 +"243639",42872,67152 +"243640",42872,81594 +"243641",42872,88490 +"243642",42872,92246 +"243643",42872,99471 +"243644",42872,99553 +"243645",42872,100523 +"243646",42873,79943 +"243647",42873,97166 +"243648",42874,81613 +"243649",42874,104662 +"243650",42875,55021 +"243651",42875,63896 +"243652",42875,66382 +"243653",42875,72089 +"243654",42875,75738 +"243655",42875,76375 +"243656",42875,79570 +"243657",42875,85598 +"243658",42876,42907 +"243659",42877,54924 +"243660",42877,84614 +"243661",42877,97003 +"243662",42877,99523 +"243663",42877,116268 +"243664",42878,52353 +"243665",42878,80766 +"243666",42879,64831 +"243667",42879,78749 +"243668",42879,88172 +"243669",42879,121844 +"243670",42882,46397 +"243671",42882,50959 +"243672",42882,55365 +"243673",42882,69701 +"243674",42882,73806 +"243675",42882,74573 +"243676",42882,76953 +"243677",42882,84412 +"243678",42882,117237 +"243679",42882,117397 +"243680",42883,42884 +"243681",42883,80950 +"243682",42883,90424 +"243683",42886,105979 +"243684",42887,74774 +"243685",42887,86454 +"243686",42889,72175 +"243687",42890,53537 +"243688",42890,61207 +"243689",42891,45474 +"243690",42891,60761 +"243691",42893,50201 +"243692",42893,69824 +"243693",42893,87357 +"243694",42894,76240 +"243695",42894,87863 +"243696",42895,46757 +"243697",42895,52231 +"243698",42895,66129 +"243699",42895,79024 +"243700",42895,105003 +"243701",42895,105043 +"243702",42897,109582 +"243703",42898,69659 +"243704",42898,88044 +"243705",42898,109490 +"243706",42898,120216 +"243707",42899,45001 +"243708",42899,46641 +"243709",42899,47452 +"243710",42899,51077 +"243711",42900,81960 +"243712",42900,102936 +"243713",42901,59520 +"243714",42902,57311 +"243715",42902,69243 +"243716",42903,50763 +"243717",42904,78460 +"243718",42904,98068 +"243719",42904,106205 +"243720",42906,42941 +"243721",42906,46646 +"243722",42908,102847 +"243723",42908,105146 +"243724",42909,43774 +"243725",42909,58432 +"243726",42909,80055 +"243727",42909,84194 +"243728",42909,108463 +"243729",42910,42911 +"243730",42910,43937 +"243731",42911,49111 +"243732",42911,51562 +"243733",42911,76826 +"243734",42911,97213 +"243735",42911,108214 +"243736",42913,46371 +"243737",42913,60049 +"243738",42913,63976 +"243739",42914,43283 +"243740",42914,47940 +"243741",42914,48688 +"243742",42914,48812 +"243743",42914,49260 +"243744",42914,53491 +"243745",42914,56120 +"243746",42914,66314 +"243747",42914,69597 +"243748",42914,84816 +"243749",42915,45358 +"243750",42915,88507 +"243751",42915,102524 +"243752",42915,103591 +"243753",42916,42950 +"243754",42916,49350 +"243755",42916,111216 +"243756",42917,48105 +"243757",42917,52194 +"243758",42917,58273 +"243759",42920,43443 +"243760",42920,56901 +"243761",42920,59178 +"243762",42920,65830 +"243763",42920,74939 +"243764",42920,75288 +"243765",42920,80205 +"243766",42920,83445 +"243767",42920,97559 +"243768",42920,109869 +"243769",42921,47982 +"243770",42921,52622 +"243771",42921,60842 +"243772",42921,60859 +"243773",42921,60884 +"243774",42922,69678 +"243775",42922,98457 +"243776",42923,46523 +"243777",42923,49833 +"243778",42923,53577 +"243779",42923,56981 +"243780",42923,94052 +"243781",42923,119981 +"243782",42925,48089 +"243783",42925,85842 +"243784",42925,86530 +"243785",42926,52154 +"243786",42926,85288 +"243787",42927,44727 +"243788",42927,58691 +"243789",42927,68060 +"243790",42927,74813 +"243791",42927,75003 +"243792",42928,77564 +"243793",42928,88977 +"243794",42928,99270 +"243795",42930,49607 +"243796",42930,50690 +"243797",42930,55210 +"243798",42930,75253 +"243799",42930,92316 +"243800",42930,99070 +"243801",42930,100861 +"243802",42930,101740 +"243803",42930,104374 +"243804",42931,43079 +"243805",42932,77726 +"243806",42933,53940 +"243807",42933,83994 +"243808",42933,85362 +"243809",42934,95663 +"243810",42935,66345 +"243811",42935,122004 +"243812",42936,43105 +"243813",42936,57599 +"243814",42936,78488 +"243815",42936,81278 +"243816",42936,96855 +"243817",42936,99273 +"243818",42936,103974 +"243819",42936,111901 +"243820",42937,44635 +"243821",42937,45970 +"243822",42937,47982 +"243823",42937,48066 +"243824",42937,48179 +"243825",42937,57390 +"243826",42937,58241 +"243827",42937,58250 +"243828",42937,58294 +"243829",42937,58306 +"243830",42937,58353 +"243831",42937,58364 +"243832",42937,58430 +"243833",42937,59120 +"243834",42938,44876 +"243835",42938,46778 +"243836",42938,58904 +"243837",42938,62052 +"243838",42939,47192 +"243839",42939,67467 +"243840",42939,81887 +"243841",42939,89780 +"243842",42939,104634 +"243843",42939,111494 +"243844",42940,46637 +"243845",42940,57278 +"243846",42940,61401 +"243847",42940,62770 +"243848",42940,66173 +"243849",42941,109175 +"243850",42942,51406 +"243851",42942,71857 +"243852",42942,71860 +"243853",42942,72047 +"243854",42943,73158 +"243855",42944,48716 +"243856",42944,48732 +"243857",42944,57925 +"243858",42944,68795 +"243859",42946,61579 +"243860",42946,65743 +"243861",42946,107167 +"243862",42946,110413 +"243863",42946,110452 +"243864",42947,43359 +"243865",42948,46560 +"243866",42948,48026 +"243867",42948,51683 +"243868",42948,55541 +"243869",42948,55700 +"243870",42948,60536 +"243871",42948,65833 +"243872",42948,66978 +"243873",42948,67137 +"243874",42948,114333 +"243875",42948,114334 +"243876",42948,114428 +"243877",42948,116621 +"243878",42950,73117 +"243879",42950,73153 +"243880",42950,74185 +"243881",42951,73379 +"243882",42952,47762 +"243883",42952,56123 +"243884",42953,44237 +"243885",42953,89303 +"243886",42953,96821 +"243887",42954,98083 +"243888",42954,100544 +"243889",42954,106763 +"243890",42956,91763 +"243891",42957,65442 +"243892",42957,98662 +"243893",42958,45269 +"243894",42958,66348 +"243895",42959,50328 +"243896",42959,61067 +"243897",42959,73699 +"243898",42959,74196 +"243899",42959,74262 +"243900",42959,74847 +"243901",42959,116595 +"243902",42960,52890 +"243903",42960,99235 +"243904",42960,103428 +"243905",42961,64271 +"243906",42961,73504 +"243907",42961,83224 +"243908",42961,96254 +"243909",42961,105712 +"243910",42961,109388 +"243911",42961,111937 +"243912",42962,78733 +"243913",42962,78777 +"243914",42962,81700 +"243915",42962,83053 +"243916",42962,103310 +"243917",42963,51749 +"243918",42963,92929 +"243919",42963,98562 +"243920",42963,98659 +"243921",42965,45362 +"243922",42965,55898 +"243923",42965,65806 +"243924",42966,43303 +"243925",42967,43159 +"243926",42967,52700 +"243927",42967,75514 +"243928",42967,80850 +"243929",42967,94012 +"243930",42967,94063 +"243931",42967,95226 +"243932",42968,45533 +"243933",42968,55763 +"243934",42968,56223 +"243935",42968,61408 +"243936",42968,61441 +"243937",42968,61467 +"243938",42968,61474 +"243939",42969,67516 +"243940",42969,89893 +"243941",42969,94968 +"243942",42969,102879 +"243943",42970,50052 +"243944",42971,104699 +"243945",42972,122641 +"243946",42973,90447 +"243947",42973,92286 +"243948",42975,50524 +"243949",42975,65101 +"243950",42975,67116 +"243951",42975,114344 +"243952",42976,43059 +"243953",42976,52064 +"243954",42976,52079 +"243955",42976,52159 +"243956",42976,52160 +"243957",42976,52183 +"243958",42976,52354 +"243959",42977,92290 +"243960",42978,85444 +"243961",42978,85446 +"243962",42979,43109 +"243963",42980,45524 +"243964",42980,58137 +"243965",42980,58852 +"243966",42981,42995 +"243967",42981,53765 +"243968",42981,56029 +"243969",42981,61719 +"243970",42981,77359 +"243971",42981,93752 +"243972",42981,100565 +"243973",42981,100628 +"243974",42982,59178 +"243975",42982,62479 +"243976",42982,74939 +"243977",42983,54303 +"243978",42984,42987 +"243979",42984,43020 +"243980",42984,45963 +"243981",42984,56502 +"243982",42985,47756 +"243983",42985,83518 +"243984",42985,97353 +"243985",42985,99730 +"243986",42985,101304 +"243987",42985,120298 +"243988",42986,45555 +"243989",42986,75896 +"243990",42987,43020 +"243991",42987,45963 +"243992",42987,56502 +"243993",42988,43055 +"243994",42989,61973 +"243995",42989,94078 +"243996",42989,116896 +"243997",42989,123199 +"243998",42989,123208 +"243999",42990,43082 +"244000",42990,43103 +"244001",42990,67436 +"244002",42990,67460 +"244003",42990,67462 +"244004",42991,70542 +"244005",42991,78580 +"244006",42992,56246 +"244007",42992,90160 +"244008",42992,113017 +"244009",42995,76099 +"244010",42997,51801 +"244011",42997,64595 +"244012",42997,79889 +"244013",42997,79919 +"244014",42997,79920 +"244015",42997,79953 +"244016",42997,79969 +"244017",42998,89552 +"244018",42998,101989 +"244019",42999,46297 +"244020",42999,70233 +"244021",42999,88553 +"244022",42999,119288 +"244023",42999,122370 +"244024",42999,122380 +"244025",42999,123380 +"244026",43001,60428 +"244027",43001,78144 +"244028",43001,87060 +"244029",43001,87073 +"244030",43002,83459 +"244031",43005,43701 +"244032",43005,50741 +"244033",43005,69319 +"244034",43005,81888 +"244035",43005,93839 +"244036",43005,99159 +"244037",43005,104937 +"244038",43005,109333 +"244039",43005,112140 +"244040",43005,113709 +"244041",43005,117190 +"244042",43005,119272 +"244043",43006,43069 +"244044",43006,90311 +"244045",43006,103628 +"244046",43006,103629 +"244047",43008,47564 +"244048",43008,90177 +"244049",43008,91703 +"244050",43008,105615 +"244051",43009,43010 +"244052",43009,43011 +"244053",43009,43047 +"244054",43009,43072 +"244055",43010,43011 +"244056",43010,43047 +"244057",43010,43072 +"244058",43010,62363 +"244059",43010,73078 +"244060",43010,82378 +"244061",43010,114000 +"244062",43010,115443 +"244063",43010,115469 +"244064",43011,43047 +"244065",43011,43072 +"244066",43013,114312 +"244067",43013,117335 +"244068",43014,44074 +"244069",43014,53225 +"244070",43014,55270 +"244071",43014,104416 +"244072",43014,104831 +"244073",43016,68037 +"244074",43017,51082 +"244075",43017,65980 +"244076",43017,90895 +"244077",43018,47716 +"244078",43019,76668 +"244079",43019,103606 +"244080",43020,45963 +"244081",43020,56502 +"244082",43021,43022 +"244083",43023,54388 +"244084",43023,57852 +"244085",43023,70771 +"244086",43024,44112 +"244087",43024,80133 +"244088",43025,59305 +"244089",43026,96438 +"244090",43027,78657 +"244091",43027,96201 +"244092",43027,118730 +"244093",43027,118732 +"244094",43028,56087 +"244095",43029,47827 +"244096",43030,87623 +"244097",43031,57551 +"244098",43032,43033 +"244099",43033,54849 +"244100",43033,111382 +"244101",43034,74470 +"244102",43034,105827 +"244103",43034,109630 +"244104",43034,109642 +"244105",43035,45504 +"244106",43035,46627 +"244107",43035,49543 +"244108",43036,68657 +"244109",43037,46452 +"244110",43037,55998 +"244111",43037,81407 +"244112",43038,43058 +"244113",43038,43071 +"244114",43039,49082 +"244115",43040,58133 +"244116",43040,101213 +"244117",43041,43068 +"244118",43041,61945 +"244119",43041,65201 +"244120",43042,47081 +"244121",43044,46902 +"244122",43044,56727 +"244123",43044,63701 +"244124",43044,73631 +"244125",43044,92029 +"244126",43045,47879 +"244127",43045,58745 +"244128",43045,66303 +"244129",43045,68881 +"244130",43046,52492 +"244131",43046,56163 +"244132",43046,59326 +"244133",43046,71932 +"244134",43046,72957 +"244135",43046,80978 +"244136",43046,90922 +"244137",43046,92713 +"244138",43046,94762 +"244139",43046,96261 +"244140",43046,97317 +"244141",43046,98948 +"244142",43046,99677 +"244143",43046,103201 +"244144",43046,103412 +"244145",43046,108371 +"244146",43046,110105 +"244147",43047,43072 +"244148",43048,43086 +"244149",43049,68919 +"244150",43049,75660 +"244151",43049,77097 +"244152",43050,96315 +"244153",43050,98932 +"244154",43050,108733 +"244155",43051,44059 +"244156",43051,46723 +"244157",43051,51638 +"244158",43051,55468 +"244159",43051,82831 +"244160",43051,85079 +"244161",43051,94616 +"244162",43051,96238 +"244163",43051,99444 +"244164",43051,102310 +"244165",43051,106074 +"244166",43051,115008 +"244167",43051,120972 +"244168",43051,121056 +"244169",43052,71476 +"244170",43052,71477 +"244171",43052,76468 +"244172",43052,89295 +"244173",43053,47382 +"244174",43053,48891 +"244175",43053,55256 +"244176",43053,96524 +"244177",43055,48324 +"244178",43055,64770 +"244179",43055,74423 +"244180",43055,74724 +"244181",43055,86754 +"244182",43055,87157 +"244183",43055,105380 +"244184",43056,43638 +"244185",43056,54280 +"244186",43056,54317 +"244187",43056,54393 +"244188",43056,80515 +"244189",43056,80790 +"244190",43056,83055 +"244191",43056,83935 +"244192",43056,94618 +"244193",43056,106132 +"244194",43056,112918 +"244195",43058,43071 +"244196",43058,49148 +"244197",43058,117383 +"244198",43060,43061 +"244199",43060,57816 +"244200",43060,74795 +"244201",43060,97175 +"244202",43060,100083 +"244203",43061,78692 +"244204",43062,71290 +"244205",43062,71291 +"244206",43066,60595 +"244207",43066,102556 +"244208",43067,44873 +"244209",43067,45308 +"244210",43067,50969 +"244211",43067,73476 +"244212",43067,74202 +"244213",43067,77433 +"244214",43067,84620 +"244215",43067,98181 +"244216",43067,100909 +"244217",43067,110281 +"244218",43067,110287 +"244219",43067,110300 +"244220",43067,110309 +"244221",43067,116115 +"244222",43073,69398 +"244223",43075,99482 +"244224",43075,117636 +"244225",43076,43101 +"244226",43077,67221 +"244227",43077,101992 +"244228",43078,67313 +"244229",43078,81527 +"244230",43079,53412 +"244231",43079,81669 +"244232",43079,110985 +"244233",43080,54898 +"244234",43081,68761 +"244235",43081,79599 +"244236",43081,95787 +"244237",43081,96730 +"244238",43081,109347 +"244239",43081,110627 +"244240",43082,43103 +"244241",43082,65082 +"244242",43082,72034 +"244243",43082,72036 +"244244",43083,77642 +"244245",43084,73872 +"244246",43084,90482 +"244247",43085,77097 +"244248",43085,83779 +"244249",43085,90377 +"244250",43087,46757 +"244251",43087,59096 +"244252",43087,64860 +"244253",43087,65966 +"244254",43087,82688 +"244255",43087,82725 +"244256",43087,82752 +"244257",43089,43098 +"244258",43089,74208 +"244259",43089,86121 +"244260",43089,86161 +"244261",43089,122859 +"244262",43090,72878 +"244263",43090,74122 +"244264",43090,81745 +"244265",43092,43148 +"244266",43092,99804 +"244267",43093,43186 +"244268",43093,43219 +"244269",43093,43239 +"244270",43093,43293 +"244271",43093,43312 +"244272",43094,54773 +"244273",43094,74769 +"244274",43096,48812 +"244275",43096,119648 +"244276",43097,122262 +"244277",43099,45826 +"244278",43100,65306 +"244279",43100,73441 +"244280",43100,96427 +"244281",43100,120836 +"244282",43100,120846 +"244283",43105,52770 +"244284",43105,77800 +"244285",43105,81278 +"244286",43105,103004 +"244287",43105,109799 +"244288",43105,113783 +"244289",43106,76506 +"244290",43106,89419 +"244291",43106,93043 +"244292",43106,118338 +"244293",43107,74706 +"244294",43107,82846 +"244295",43107,87982 +"244296",43108,43396 +"244297",43109,69948 +"244298",43110,61337 +"244299",43110,83135 +"244300",43111,51671 +"244301",43111,57605 +"244302",43112,72053 +"244303",43112,121228 +"244304",43113,100534 +"244305",43114,48678 +"244306",43114,57517 +"244307",43114,106433 +"244308",43115,50764 +"244309",43116,85609 +"244310",43116,92539 +"244311",43116,98422 +"244312",43116,100207 +"244313",43116,100291 +"244314",43116,103244 +"244315",43116,108470 +"244316",43116,108474 +"244317",43116,109949 +"244318",43118,45066 +"244319",43118,54933 +"244320",43118,57577 +"244321",43118,82214 +"244322",43119,65212 +"244323",43119,85008 +"244324",43120,46520 +"244325",43120,78862 +"244326",43121,43132 +"244327",43121,43154 +"244328",43123,48712 +"244329",43123,49884 +"244330",43123,52639 +"244331",43123,53616 +"244332",43123,79201 +"244333",43123,79693 +"244334",43123,103417 +"244335",43123,108912 +"244336",43123,117855 +"244337",43123,122141 +"244338",43124,46535 +"244339",43124,110099 +"244340",43125,43126 +"244341",43128,44510 +"244342",43128,55943 +"244343",43128,73743 +"244344",43128,74685 +"244345",43128,80672 +"244346",43128,80880 +"244347",43128,80881 +"244348",43128,107598 +"244349",43129,51516 +"244350",43129,59446 +"244351",43131,51234 +"244352",43132,43154 +"244353",43133,80987 +"244354",43135,44068 +"244355",43135,45958 +"244356",43135,50588 +"244357",43135,78214 +"244358",43136,43220 +"244359",43137,46062 +"244360",43137,50834 +"244361",43137,58834 +"244362",43138,43147 +"244363",43138,55491 +"244364",43138,63703 +"244365",43138,68250 +"244366",43139,65252 +"244367",43140,43591 +"244368",43140,47614 +"244369",43140,61675 +"244370",43140,62541 +"244371",43140,65006 +"244372",43140,72468 +"244373",43140,75870 +"244374",43140,77208 +"244375",43140,80396 +"244376",43140,82315 +"244377",43140,104752 +"244378",43140,109186 +"244379",43140,109421 +"244380",43140,111241 +"244381",43140,114890 +"244382",43141,101193 +"244383",43142,51373 +"244384",43142,93858 +"244385",43142,93989 +"244386",43142,94578 +"244387",43142,118867 +"244388",43142,119157 +"244389",43142,119161 +"244390",43142,119164 +"244391",43142,120091 +"244392",43143,78287 +"244393",43143,93017 +"244394",43144,58793 +"244395",43144,81482 +"244396",43144,82197 +"244397",43144,82232 +"244398",43144,82233 +"244399",43144,87255 +"244400",43145,58886 +"244401",43145,63688 +"244402",43145,63722 +"244403",43145,63751 +"244404",43145,83583 +"244405",43146,78428 +"244406",43146,106498 +"244407",43147,43234 +"244408",43147,43858 +"244409",43147,44828 +"244410",43147,45657 +"244411",43147,45933 +"244412",43147,46434 +"244413",43147,46788 +"244414",43147,47123 +"244415",43147,47488 +"244416",43147,48909 +"244417",43147,49859 +"244418",43147,50064 +"244419",43147,50067 +"244420",43147,50554 +"244421",43147,50879 +"244422",43147,51783 +"244423",43147,52018 +"244424",43147,53444 +"244425",43147,53527 +"244426",43147,53555 +"244427",43147,54275 +"244428",43147,56628 +"244429",43147,58004 +"244430",43147,58068 +"244431",43147,58633 +"244432",43147,61111 +"244433",43147,61127 +"244434",43147,68287 +"244435",43149,44687 +"244436",43149,50207 +"244437",43149,50488 +"244438",43149,52112 +"244439",43149,53415 +"244440",43149,56357 +"244441",43149,57636 +"244442",43149,58482 +"244443",43149,59798 +"244444",43149,70907 +"244445",43149,71683 +"244446",43149,77125 +"244447",43149,78398 +"244448",43149,82426 +"244449",43149,84343 +"244450",43149,85000 +"244451",43149,85101 +"244452",43149,91682 +"244453",43149,95267 +"244454",43149,97580 +"244455",43149,98727 +"244456",43149,98776 +"244457",43149,100795 +"244458",43149,106824 +"244459",43149,108879 +"244460",43149,109166 +"244461",43149,109858 +"244462",43149,109878 +"244463",43149,112962 +"244464",43149,113990 +"244465",43149,115413 +"244466",43149,116123 +"244467",43149,117258 +"244468",43149,117560 +"244469",43149,118128 +"244470",43149,118836 +"244471",43149,118866 +"244472",43149,118873 +"244473",43149,119131 +"244474",43149,119513 +"244475",43149,119716 +"244476",43149,119769 +"244477",43149,120123 +"244478",43149,120169 +"244479",43149,120725 +"244480",43149,120944 +"244481",43149,121586 +"244482",43149,121609 +"244483",43149,122007 +"244484",43149,122032 +"244485",43149,122035 +"244486",43149,122724 +"244487",43149,123070 +"244488",43149,123394 +"244489",43149,123490 +"244490",43151,43152 +"244491",43151,43163 +"244492",43151,48846 +"244493",43152,43163 +"244494",43152,48846 +"244495",43153,48101 +"244496",43154,76779 +"244497",43154,97802 +"244498",43155,43206 +"244499",43156,43571 +"244500",43156,49008 +"244501",43156,89542 +"244502",43157,45455 +"244503",43157,46530 +"244504",43157,53620 +"244505",43159,52700 +"244506",43159,55273 +"244507",43159,94012 +"244508",43159,94063 +"244509",43159,95226 +"244510",43160,65836 +"244511",43161,57406 +"244512",43161,68766 +"244513",43162,95351 +"244514",43162,104194 +"244515",43163,48846 +"244516",43163,93558 +"244517",43163,112327 +"244518",43163,120286 +"244519",43164,44877 +"244520",43164,45480 +"244521",43164,48918 +"244522",43164,60434 +"244523",43164,61791 +"244524",43164,63281 +"244525",43164,91734 +"244526",43165,103459 +"244527",43167,58317 +"244528",43167,58328 +"244529",43167,67395 +"244530",43167,67444 +"244531",43167,73677 +"244532",43168,91881 +"244533",43169,57474 +"244534",43169,75513 +"244535",43169,99208 +"244536",43170,45064 +"244537",43170,45145 +"244538",43170,45235 +"244539",43170,45243 +"244540",43170,61388 +"244541",43170,98545 +"244542",43170,98663 +"244543",43171,43177 +"244544",43171,43248 +"244545",43173,43226 +"244546",43173,62266 +"244547",43173,68556 +"244548",43173,97588 +"244549",43174,43195 +"244550",43174,43204 +"244551",43174,53726 +"244552",43174,75098 +"244553",43174,116537 +"244554",43174,118870 +"244555",43175,90691 +"244556",43177,43248 +"244557",43177,53571 +"244558",43177,65853 +"244559",43177,67526 +"244560",43178,43774 +"244561",43178,84194 +"244562",43178,102473 +"244563",43178,107755 +"244564",43178,107760 +"244565",43179,88628 +"244566",43180,47435 +"244567",43180,47445 +"244568",43180,53076 +"244569",43180,54253 +"244570",43181,67239 +"244571",43181,83595 +"244572",43182,43788 +"244573",43182,92265 +"244574",43182,99642 +"244575",43182,122254 +"244576",43182,122266 +"244577",43183,46269 +"244578",43183,46768 +"244579",43183,57231 +"244580",43183,60264 +"244581",43183,63237 +"244582",43183,64900 +"244583",43183,68345 +"244584",43183,80606 +"244585",43183,83135 +"244586",43183,87228 +"244587",43183,99559 +"244588",43183,102328 +"244589",43183,112081 +"244590",43184,43209 +"244591",43184,43223 +"244592",43185,51194 +"244593",43185,57584 +"244594",43185,58597 +"244595",43185,58741 +"244596",43186,43219 +"244597",43186,43239 +"244598",43186,43293 +"244599",43186,43312 +"244600",43188,45508 +"244601",43188,95745 +"244602",43189,56907 +"244603",43190,94676 +"244604",43190,108637 +"244605",43190,123118 +"244606",43191,53618 +"244607",43191,102843 +"244608",43191,102863 +"244609",43192,117403 +"244610",43193,60876 +"244611",43193,64699 +"244612",43193,74886 +"244613",43193,93376 +"244614",43194,56713 +"244615",43195,43204 +"244616",43195,53267 +"244617",43195,71645 +"244618",43195,97709 +"244619",43195,117818 +"244620",43195,117876 +"244621",43195,121540 +"244622",43196,90387 +"244623",43196,98978 +"244624",43196,118988 +"244625",43196,118992 +"244626",43198,45886 +"244627",43198,62071 +"244628",43198,62782 +"244629",43198,70468 +"244630",43198,70513 +"244631",43198,70549 +"244632",43198,70558 +"244633",43198,73240 +"244634",43198,86609 +"244635",43199,67434 +"244636",43199,68708 +"244637",43200,53170 +"244638",43201,80377 +"244639",43201,91476 +"244640",43202,43240 +"244641",43202,43380 +"244642",43202,45103 +"244643",43203,61857 +"244644",43204,45579 +"244645",43204,45933 +"244646",43204,64864 +"244647",43204,69920 +"244648",43204,76314 +"244649",43204,93759 +"244650",43204,93790 +"244651",43204,94212 +"244652",43204,105055 +"244653",43206,55765 +"244654",43206,57278 +"244655",43206,70392 +"244656",43206,79650 +"244657",43206,107015 +"244658",43207,43250 +"244659",43207,43266 +"244660",43207,61223 +"244661",43207,63873 +"244662",43207,71170 +"244663",43207,101908 +"244664",43207,105966 +"244665",43207,110996 +"244666",43207,112083 +"244667",43208,44376 +"244668",43208,66438 +"244669",43208,100623 +"244670",43209,43223 +"244671",43209,55223 +"244672",43212,44055 +"244673",43212,67582 +"244674",43212,83151 +"244675",43212,83464 +"244676",43212,95648 +"244677",43212,95957 +"244678",43212,95983 +"244679",43212,107219 +"244680",43213,43335 +"244681",43213,43366 +"244682",43213,52136 +"244683",43213,56082 +"244684",43213,75403 +"244685",43213,78835 +"244686",43213,86245 +"244687",43214,45674 +"244688",43214,53987 +"244689",43214,68521 +"244690",43214,78931 +"244691",43214,105621 +"244692",43215,44942 +"244693",43216,71048 +"244694",43217,49759 +"244695",43217,49917 +"244696",43217,64923 +"244697",43217,67807 +"244698",43217,74458 +"244699",43218,48437 +"244700",43218,61083 +"244701",43218,97498 +"244702",43218,115122 +"244703",43219,43239 +"244704",43219,43293 +"244705",43219,43312 +"244706",43221,43338 +"244707",43221,43417 +"244708",43221,62031 +"244709",43221,63647 +"244710",43222,99376 +"244711",43222,120884 +"244712",43224,49174 +"244713",43224,53708 +"244714",43224,61015 +"244715",43225,99732 +"244716",43225,102231 +"244717",43225,103875 +"244718",43225,105863 +"244719",43226,44655 +"244720",43226,44973 +"244721",43226,46177 +"244722",43226,47048 +"244723",43226,48110 +"244724",43226,54872 +"244725",43226,57620 +"244726",43226,57990 +"244727",43226,58508 +"244728",43226,59731 +"244729",43226,62642 +"244730",43226,68091 +"244731",43226,69335 +"244732",43226,70040 +"244733",43226,70063 +"244734",43226,75245 +"244735",43226,75776 +"244736",43226,75956 +"244737",43226,76387 +"244738",43226,78978 +"244739",43226,79212 +"244740",43226,79241 +"244741",43226,79579 +"244742",43226,80239 +"244743",43226,80301 +"244744",43226,81397 +"244745",43226,88340 +"244746",43226,88749 +"244747",43226,89069 +"244748",43226,89373 +"244749",43226,89995 +"244750",43226,90919 +"244751",43226,90936 +"244752",43226,92861 +"244753",43226,93097 +"244754",43226,94231 +"244755",43226,95489 +"244756",43226,96247 +"244757",43226,96363 +"244758",43226,97898 +"244759",43229,86084 +"244760",43231,117221 +"244761",43233,93677 +"244762",43234,43858 +"244763",43234,44828 +"244764",43234,45657 +"244765",43234,45933 +"244766",43234,46434 +"244767",43234,46788 +"244768",43234,47123 +"244769",43234,47488 +"244770",43234,48909 +"244771",43234,49859 +"244772",43234,50064 +"244773",43234,50067 +"244774",43234,50554 +"244775",43234,50879 +"244776",43234,51783 +"244777",43234,52018 +"244778",43234,53444 +"244779",43234,53527 +"244780",43234,53555 +"244781",43234,54275 +"244782",43234,56628 +"244783",43234,58004 +"244784",43234,58068 +"244785",43234,58633 +"244786",43234,61111 +"244787",43234,61127 +"244788",43234,68287 +"244789",43235,43314 +"244790",43235,46748 +"244791",43235,50409 +"244792",43235,54357 +"244793",43235,83715 +"244794",43235,105831 +"244795",43235,105935 +"244796",43235,117010 +"244797",43235,122710 +"244798",43236,55472 +"244799",43236,69311 +"244800",43236,85496 +"244801",43237,74050 +"244802",43238,53389 +"244803",43238,74027 +"244804",43238,75526 +"244805",43238,82909 +"244806",43238,98946 +"244807",43238,106691 +"244808",43238,108493 +"244809",43238,122691 +"244810",43239,43293 +"244811",43239,43312 +"244812",43240,43380 +"244813",43240,46934 +"244814",43240,66276 +"244815",43240,72424 +"244816",43241,78206 +"244817",43241,94658 +"244818",43244,100425 +"244819",43246,60406 +"244820",43246,69252 +"244821",43246,81014 +"244822",43246,88904 +"244823",43246,105912 +"244824",43247,54794 +"244825",43249,48071 +"244826",43249,101320 +"244827",43249,106877 +"244828",43249,108250 +"244829",43249,111645 +"244830",43249,117793 +"244831",43250,49168 +"244832",43250,52178 +"244833",43250,60384 +"244834",43250,62498 +"244835",43250,71170 +"244836",43250,73175 +"244837",43250,80415 +"244838",43250,84569 +"244839",43250,89846 +"244840",43250,103306 +"244841",43251,75053 +"244842",43251,86814 +"244843",43251,104375 +"244844",43252,46339 +"244845",43252,50391 +"244846",43252,66513 +"244847",43252,68193 +"244848",43253,43290 +"244849",43253,48173 +"244850",43253,63121 +"244851",43253,113058 +"244852",43254,55499 +"244853",43254,89091 +"244854",43254,89272 +"244855",43255,43285 +"244856",43255,43315 +"244857",43255,43353 +"244858",43256,47742 +"244859",43257,46465 +"244860",43257,80427 +"244861",43257,110186 +"244862",43258,43302 +"244863",43258,77919 +"244864",43258,107839 +"244865",43259,43260 +"244866",43260,56139 +"244867",43260,68247 +"244868",43260,83600 +"244869",43262,51683 +"244870",43262,54598 +"244871",43262,68689 +"244872",43263,54334 +"244873",43263,57067 +"244874",43263,83000 +"244875",43264,43266 +"244876",43264,52670 +"244877",43264,64751 +"244878",43264,76623 +"244879",43264,77304 +"244880",43264,77534 +"244881",43264,100222 +"244882",43266,52670 +"244883",43266,56559 +"244884",43266,64751 +"244885",43266,76623 +"244886",43266,77304 +"244887",43266,77534 +"244888",43266,81502 +"244889",43266,83919 +"244890",43266,84868 +"244891",43267,45630 +"244892",43267,68522 +"244893",43267,70392 +"244894",43267,71632 +"244895",43267,79420 +"244896",43267,96385 +"244897",43269,52190 +"244898",43269,77847 +"244899",43270,43384 +"244900",43270,43896 +"244901",43271,43377 +"244902",43271,51229 +"244903",43271,51343 +"244904",43271,58392 +"244905",43271,58411 +"244906",43271,59164 +"244907",43272,43403 +"244908",43273,62726 +"244909",43273,66419 +"244910",43273,112897 +"244911",43274,61163 +"244912",43274,75746 +"244913",43274,89152 +"244914",43275,55825 +"244915",43275,74435 +"244916",43275,80519 +"244917",43275,96278 +"244918",43275,106644 +"244919",43277,62230 +"244920",43277,69487 +"244921",43277,73696 +"244922",43277,74922 +"244923",43277,75186 +"244924",43278,52126 +"244925",43278,92558 +"244926",43279,43317 +"244927",43279,43540 +"244928",43279,59938 +"244929",43279,69998 +"244930",43279,70104 +"244931",43280,51544 +"244932",43280,63786 +"244933",43280,68135 +"244934",43280,110260 +"244935",43281,78563 +"244936",43281,78696 +"244937",43281,85167 +"244938",43282,43358 +"244939",43283,46642 +"244940",43283,47384 +"244941",43283,47940 +"244942",43283,48688 +"244943",43283,48812 +"244944",43283,49260 +"244945",43283,53128 +"244946",43283,53141 +"244947",43283,53491 +"244948",43283,58082 +"244949",43283,69597 +"244950",43283,76686 +"244951",43283,80496 +"244952",43283,80497 +"244953",43283,84816 +"244954",43283,85777 +"244955",43284,105779 +"244956",43284,111162 +"244957",43285,43315 +"244958",43285,43353 +"244959",43285,53387 +"244960",43286,45382 +"244961",43286,49627 +"244962",43286,50077 +"244963",43286,50332 +"244964",43286,54745 +"244965",43286,55611 +"244966",43286,57902 +"244967",43286,59037 +"244968",43287,77541 +"244969",43287,85245 +"244970",43287,104100 +"244971",43289,43390 +"244972",43291,65586 +"244973",43291,86017 +"244974",43291,86020 +"244975",43292,45345 +"244976",43292,65036 +"244977",43292,115216 +"244978",43293,43312 +"244979",43293,45580 +"244980",43293,48467 +"244981",43293,50022 +"244982",43293,50873 +"244983",43293,50874 +"244984",43293,50875 +"244985",43293,50876 +"244986",43293,50944 +"244987",43293,50945 +"244988",43293,50985 +"244989",43293,50986 +"244990",43293,50993 +"244991",43293,50994 +"244992",43294,113484 +"244993",43295,49185 +"244994",43296,63094 +"244995",43297,43331 +"244996",43297,51590 +"244997",43297,58361 +"244998",43298,64063 +"244999",43298,71239 +"245000",43299,63945 +"245001",43299,67827 +"245002",43299,73818 +"245003",43300,43301 +"245004",43301,85807 +"245005",43302,66100 +"245006",43304,56519 +"245007",43304,114345 +"245008",43304,116437 +"245009",43305,46597 +"245010",43305,49809 +"245011",43305,58989 +"245012",43305,61197 +"245013",43305,72943 +"245014",43305,72958 +"245015",43305,72962 +"245016",43305,72982 +"245017",43305,73026 +"245018",43307,43354 +"245019",43307,78829 +"245020",43307,83870 +"245021",43308,98772 +"245022",43308,103465 +"245023",43308,117647 +"245024",43313,75813 +"245025",43313,85374 +"245026",43313,113714 +"245027",43314,59973 +"245028",43314,79538 +"245029",43314,83715 +"245030",43314,105831 +"245031",43314,105935 +"245032",43315,43353 +"245033",43317,43540 +"245034",43318,70755 +"245035",43318,70796 +"245036",43318,91911 +"245037",43319,66690 +"245038",43319,69842 +"245039",43321,45054 +"245040",43321,74289 +"245041",43321,104279 +"245042",43321,111848 +"245043",43321,112799 +"245044",43321,113146 +"245045",43321,120543 +"245046",43322,77772 +"245047",43323,44790 +"245048",43323,44822 +"245049",43323,44841 +"245050",43324,55256 +"245051",43324,57670 +"245052",43324,61067 +"245053",43324,109935 +"245054",43325,95113 +"245055",43326,47837 +"245056",43326,85706 +"245057",43326,89502 +"245058",43326,121422 +"245059",43327,63033 +"245060",43327,76136 +"245061",43327,84642 +"245062",43327,84650 +"245063",43327,84890 +"245064",43327,86938 +"245065",43328,49765 +"245066",43328,93077 +"245067",43328,103884 +"245068",43332,69129 +"245069",43333,78126 +"245070",43333,103877 +"245071",43333,122320 +"245072",43334,43561 +"245073",43334,47965 +"245074",43335,43366 +"245075",43336,50176 +"245076",43338,54615 +"245077",43338,76466 +"245078",43338,80635 +"245079",43338,90315 +"245080",43338,93495 +"245081",43338,103646 +"245082",43339,43407 +"245083",43340,52864 +"245084",43340,85532 +"245085",43341,43925 +"245086",43342,75196 +"245087",43343,65854 +"245088",43343,74285 +"245089",43343,78012 +"245090",43343,106080 +"245091",43344,47156 +"245092",43344,53134 +"245093",43344,54929 +"245094",43344,70806 +"245095",43344,70934 +"245096",43344,100398 +"245097",43346,102054 +"245098",43346,109605 +"245099",43346,111722 +"245100",43346,111723 +"245101",43346,115402 +"245102",43347,67301 +"245103",43347,89314 +"245104",43348,48106 +"245105",43350,56270 +"245106",43350,78750 +"245107",43350,91400 +"245108",43351,45727 +"245109",43351,58319 +"245110",43352,46785 +"245111",43355,69823 +"245112",43355,73017 +"245113",43355,74462 +"245114",43355,86875 +"245115",43355,92804 +"245116",43355,107052 +"245117",43356,72760 +"245118",43356,85165 +"245119",43356,85555 +"245120",43356,86925 +"245121",43357,104294 +"245122",43357,105801 +"245123",43360,44123 +"245124",43360,51535 +"245125",43360,64704 +"245126",43360,69994 +"245127",43360,87278 +"245128",43360,95708 +"245129",43360,104168 +"245130",43360,105306 +"245131",43360,121069 +"245132",43361,69139 +"245133",43361,71920 +"245134",43361,75804 +"245135",43361,83721 +"245136",43361,106632 +"245137",43361,122069 +"245138",43361,122074 +"245139",43362,86099 +"245140",43362,104878 +"245141",43362,113073 +"245142",43363,44121 +"245143",43363,60357 +"245144",43363,60388 +"245145",43363,63588 +"245146",43365,68112 +"245147",43366,55722 +"245148",43366,92653 +"245149",43366,92673 +"245150",43366,92689 +"245151",43366,92693 +"245152",43367,65152 +"245153",43367,79780 +"245154",43367,86309 +"245155",43368,45276 +"245156",43368,59113 +"245157",43368,68138 +"245158",43368,98056 +"245159",43368,98078 +"245160",43368,108497 +"245161",43369,95153 +"245162",43371,88728 +"245163",43371,94397 +"245164",43372,44333 +"245165",43372,62344 +"245166",43372,70176 +"245167",43373,71618 +"245168",43373,87035 +"245169",43373,98181 +"245170",43373,99271 +"245171",43374,43969 +"245172",43374,51356 +"245173",43374,78116 +"245174",43374,89368 +"245175",43374,104060 +"245176",43374,109156 +"245177",43374,109903 +"245178",43376,45763 +"245179",43376,51512 +"245180",43376,88413 +"245181",43376,102147 +"245182",43376,102148 +"245183",43378,43564 +"245184",43378,48402 +"245185",43378,67134 +"245186",43378,91730 +"245187",43378,99608 +"245188",43378,101108 +"245189",43381,61911 +"245190",43382,49658 +"245191",43382,49662 +"245192",43382,101647 +"245193",43382,101674 +"245194",43384,43896 +"245195",43384,54628 +"245196",43384,60912 +"245197",43384,87180 +"245198",43385,54305 +"245199",43385,55299 +"245200",43385,56348 +"245201",43385,65947 +"245202",43385,72956 +"245203",43385,76285 +"245204",43385,76534 +"245205",43385,82864 +"245206",43385,84896 +"245207",43385,86029 +"245208",43385,87066 +"245209",43385,91922 +"245210",43385,94262 +"245211",43385,98781 +"245212",43385,114072 +"245213",43387,49897 +"245214",43387,51104 +"245215",43387,53643 +"245216",43387,56438 +"245217",43387,69012 +"245218",43387,113947 +"245219",43387,118904 +"245220",43388,90888 +"245221",43389,69343 +"245222",43390,74046 +"245223",43390,90904 +"245224",43391,44704 +"245225",43391,60180 +"245226",43391,60661 +"245227",43391,67672 +"245228",43391,69697 +"245229",43391,71546 +"245230",43392,57881 +"245231",43392,92273 +"245232",43394,46214 +"245233",43394,59039 +"245234",43394,61338 +"245235",43394,69216 +"245236",43394,112132 +"245237",43395,54232 +"245238",43395,63654 +"245239",43395,100111 +"245240",43395,107194 +"245241",43395,108476 +"245242",43395,108477 +"245243",43395,112341 +"245244",43395,112348 +"245245",43395,112358 +"245246",43395,112365 +"245247",43395,112385 +"245248",43395,112388 +"245249",43395,112393 +"245250",43396,46604 +"245251",43396,46870 +"245252",43397,56494 +"245253",43397,68598 +"245254",43397,73370 +"245255",43397,78151 +"245256",43397,79855 +"245257",43397,108337 +"245258",43398,57990 +"245259",43399,44821 +"245260",43399,44887 +"245261",43399,44888 +"245262",43399,72085 +"245263",43400,54262 +"245264",43400,62533 +"245265",43400,81501 +"245266",43401,55893 +"245267",43401,69887 +"245268",43401,78498 +"245269",43401,97310 +"245270",43402,49070 +"245271",43404,55084 +"245272",43404,59165 +"245273",43404,66544 +"245274",43404,72664 +"245275",43404,84505 +"245276",43404,96997 +"245277",43404,107867 +"245278",43404,111593 +"245279",43405,77731 +"245280",43408,56614 +"245281",43409,52799 +"245282",43411,87915 +"245283",43411,101381 +"245284",43411,101766 +"245285",43411,104588 +"245286",43411,106409 +"245287",43411,106413 +"245288",43411,110336 +"245289",43412,80105 +"245290",43412,83599 +"245291",43413,43425 +"245292",43414,76214 +"245293",43414,95561 +"245294",43415,45951 +"245295",43418,43468 +"245296",43418,55924 +"245297",43418,112492 +"245298",43418,114663 +"245299",43419,45166 +"245300",43419,50781 +"245301",43419,52292 +"245302",43419,84574 +"245303",43419,91046 +"245304",43419,94847 +"245305",43420,53796 +"245306",43420,60433 +"245307",43420,71818 +"245308",43420,78591 +"245309",43420,82678 +"245310",43421,58494 +"245311",43421,86274 +"245312",43422,51806 +"245313",43422,63585 +"245314",43424,44864 +"245315",43424,46825 +"245316",43424,71748 +"245317",43424,98559 +"245318",43424,98674 +"245319",43424,100852 +"245320",43424,119379 +"245321",43425,46508 +"245322",43426,44792 +"245323",43426,55216 +"245324",43426,61794 +"245325",43426,64658 +"245326",43426,64726 +"245327",43427,89339 +"245328",43427,101522 +"245329",43428,45794 +"245330",43428,50979 +"245331",43428,59544 +"245332",43428,65151 +"245333",43428,65231 +"245334",43428,76816 +"245335",43428,89784 +"245336",43428,100395 +"245337",43428,100400 +"245338",43429,63822 +"245339",43432,48698 +"245340",43432,54304 +"245341",43432,62273 +"245342",43432,98925 +"245343",43432,100230 +"245344",43433,43658 +"245345",43433,74798 +"245346",43434,62456 +"245347",43434,77011 +"245348",43435,57402 +"245349",43436,66381 +"245350",43437,43438 +"245351",43439,50189 +"245352",43439,60336 +"245353",43439,60337 +"245354",43439,68694 +"245355",43440,46613 +"245356",43440,84529 +"245357",43440,92009 +"245358",43440,92015 +"245359",43440,104877 +"245360",43442,66683 +"245361",43442,88237 +"245362",43443,51833 +"245363",43443,59280 +"245364",43443,69895 +"245365",43443,74797 +"245366",43443,76551 +"245367",43443,86034 +"245368",43445,45507 +"245369",43445,55044 +"245370",43445,59279 +"245371",43445,61791 +"245372",43447,50553 +"245373",43447,69066 +"245374",43447,82272 +"245375",43447,102800 +"245376",43448,86798 +"245377",43448,86822 +"245378",43448,116126 +"245379",43449,50674 +"245380",43449,53595 +"245381",43449,84220 +"245382",43449,84681 +"245383",43449,89499 +"245384",43449,108956 +"245385",43450,47411 +"245386",43450,47948 +"245387",43451,47146 +"245388",43451,83509 +"245389",43451,108220 +"245390",43452,43454 +"245391",43453,46516 +"245392",43453,60122 +"245393",43455,43460 +"245394",43455,45834 +"245395",43455,46046 +"245396",43455,46629 +"245397",43455,51866 +"245398",43455,57377 +"245399",43455,59800 +"245400",43455,61982 +"245401",43455,63895 +"245402",43455,63935 +"245403",43455,63947 +"245404",43455,63962 +"245405",43455,64535 +"245406",43455,64551 +"245407",43455,64592 +"245408",43455,74683 +"245409",43455,74684 +"245410",43455,74696 +"245411",43455,78597 +"245412",43455,78934 +"245413",43455,81362 +"245414",43457,49763 +"245415",43457,49814 +"245416",43457,49942 +"245417",43457,67387 +"245418",43457,96536 +"245419",43459,80919 +"245420",43459,96808 +"245421",43460,57377 +"245422",43460,59800 +"245423",43460,63895 +"245424",43460,63935 +"245425",43460,63947 +"245426",43460,63962 +"245427",43461,57168 +"245428",43461,57596 +"245429",43461,63138 +"245430",43461,73353 +"245431",43462,43563 +"245432",43463,51518 +"245433",43464,92518 +"245434",43465,56891 +"245435",43466,43861 +"245436",43469,44636 +"245437",43470,49815 +"245438",43470,50388 +"245439",43470,61832 +"245440",43470,73923 +"245441",43470,108590 +"245442",43471,52913 +"245443",43471,58262 +"245444",43472,81499 +"245445",43473,58603 +"245446",43473,100685 +"245447",43473,110751 +"245448",43474,43902 +"245449",43474,44089 +"245450",43474,44516 +"245451",43474,48105 +"245452",43474,53653 +"245453",43474,69489 +"245454",43474,69506 +"245455",43474,69507 +"245456",43475,64731 +"245457",43475,88352 +"245458",43477,69067 +"245459",43477,84063 +"245460",43477,84065 +"245461",43477,84069 +"245462",43477,84077 +"245463",43479,60385 +"245464",43479,73016 +"245465",43479,77506 +"245466",43479,84035 +"245467",43480,61580 +"245468",43481,62617 +"245469",43481,69455 +"245470",43481,75846 +"245471",43481,75858 +"245472",43481,81065 +"245473",43482,45057 +"245474",43482,46937 +"245475",43482,99786 +"245476",43483,43710 +"245477",43483,48286 +"245478",43483,52901 +"245479",43483,61771 +"245480",43486,60468 +"245481",43486,87613 +"245482",43486,89877 +"245483",43487,43953 +"245484",43487,50248 +"245485",43487,53519 +"245486",43487,54902 +"245487",43487,59516 +"245488",43487,74744 +"245489",43487,77344 +"245490",43487,80187 +"245491",43487,83812 +"245492",43487,85724 +"245493",43487,85725 +"245494",43487,95181 +"245495",43487,112113 +"245496",43487,118973 +"245497",43487,119275 +"245498",43487,120325 +"245499",43488,50076 +"245500",43488,58071 +"245501",43489,84630 +"245502",43489,114840 +"245503",43490,46708 +"245504",43490,46728 +"245505",43491,73577 +"245506",43493,43542 +"245507",43493,50137 +"245508",43493,71265 +"245509",43494,43987 +"245510",43494,54951 +"245511",43494,63413 +"245512",43494,77038 +"245513",43494,108466 +"245514",43494,119651 +"245515",43496,108437 +"245516",43497,52458 +"245517",43498,43659 +"245518",43499,49392 +"245519",43499,49991 +"245520",43499,57549 +"245521",43500,97995 +"245522",43502,75781 +"245523",43502,76985 +"245524",43504,92997 +"245525",43505,43548 +"245526",43505,43596 +"245527",43505,43621 +"245528",43505,43633 +"245529",43506,110789 +"245530",43507,44410 +"245531",43507,46649 +"245532",43507,47271 +"245533",43507,48923 +"245534",43507,53261 +"245535",43507,53505 +"245536",43507,54587 +"245537",43507,55998 +"245538",43507,62605 +"245539",43507,66744 +"245540",43507,72173 +"245541",43507,72779 +"245542",43507,72972 +"245543",43507,74739 +"245544",43507,76063 +"245545",43507,76110 +"245546",43507,79437 +"245547",43507,79448 +"245548",43507,88484 +"245549",43507,88557 +"245550",43507,88674 +"245551",43507,93565 +"245552",43507,97330 +"245553",43507,99534 +"245554",43507,99613 +"245555",43507,100553 +"245556",43507,101087 +"245557",43507,101089 +"245558",43507,104662 +"245559",43507,106338 +"245560",43507,107468 +"245561",43507,107490 +"245562",43507,107493 +"245563",43507,107847 +"245564",43507,120033 +"245565",43508,48967 +"245566",43508,74799 +"245567",43508,93317 +"245568",43509,80945 +"245569",43510,63971 +"245570",43511,70700 +"245571",43511,116338 +"245572",43512,95175 +"245573",43512,95284 +"245574",43512,95301 +"245575",43513,102307 +"245576",43514,43516 +"245577",43514,44574 +"245578",43514,56077 +"245579",43514,56114 +"245580",43514,56135 +"245581",43514,56220 +"245582",43514,70411 +"245583",43515,43561 +"245584",43517,43518 +"245585",43517,47361 +"245586",43518,48260 +"245587",43518,55543 +"245588",43518,56003 +"245589",43518,62084 +"245590",43518,91176 +"245591",43518,98095 +"245592",43518,100133 +"245593",43518,100263 +"245594",43518,102593 +"245595",43518,112131 +"245596",43519,47662 +"245597",43519,55973 +"245598",43519,76505 +"245599",43519,91830 +"245600",43519,98541 +"245601",43520,68439 +"245602",43521,43799 +"245603",43521,43800 +"245604",43521,43801 +"245605",43522,43528 +"245606",43522,95067 +"245607",43523,43637 +"245608",43523,65667 +"245609",43524,61461 +"245610",43524,65979 +"245611",43524,83228 +"245612",43524,84211 +"245613",43525,46486 +"245614",43525,49312 +"245615",43525,52078 +"245616",43525,56054 +"245617",43525,66049 +"245618",43525,72798 +"245619",43525,86657 +"245620",43525,97254 +"245621",43526,51027 +"245622",43526,55006 +"245623",43526,62728 +"245624",43526,62817 +"245625",43526,69560 +"245626",43527,47064 +"245627",43527,52473 +"245628",43527,53434 +"245629",43527,57990 +"245630",43527,58855 +"245631",43527,68569 +"245632",43527,69049 +"245633",43527,77871 +"245634",43527,79806 +"245635",43527,90643 +"245636",43527,91411 +"245637",43527,92374 +"245638",43527,92592 +"245639",43527,96336 +"245640",43527,101087 +"245641",43527,102341 +"245642",43527,109977 +"245643",43527,110376 +"245644",43527,110380 +"245645",43528,45520 +"245646",43528,46786 +"245647",43528,51013 +"245648",43528,86533 +"245649",43529,48253 +"245650",43530,43565 +"245651",43530,102503 +"245652",43532,43536 +"245653",43532,61544 +"245654",43532,61736 +"245655",43532,87270 +"245656",43534,58650 +"245657",43534,107983 +"245658",43535,53717 +"245659",43535,59561 +"245660",43536,45137 +"245661",43536,89507 +"245662",43538,57016 +"245663",43539,55795 +"245664",43539,58158 +"245665",43539,82808 +"245666",43539,87058 +"245667",43539,103925 +"245668",43539,113339 +"245669",43543,46130 +"245670",43543,48237 +"245671",43543,96832 +"245672",43543,106618 +"245673",43543,115056 +"245674",43545,45270 +"245675",43545,48981 +"245676",43545,49037 +"245677",43545,50764 +"245678",43545,57897 +"245679",43545,86310 +"245680",43545,105106 +"245681",43545,106510 +"245682",43547,63152 +"245683",43548,43596 +"245684",43548,43621 +"245685",43548,43633 +"245686",43549,52608 +"245687",43549,53453 +"245688",43549,58648 +"245689",43549,61572 +"245690",43549,84744 +"245691",43549,101967 +"245692",43549,107539 +"245693",43549,109820 +"245694",43549,110380 +"245695",43549,110394 +"245696",43549,119592 +"245697",43549,120033 +"245698",43550,68810 +"245699",43550,108415 +"245700",43552,47191 +"245701",43552,48498 +"245702",43552,58233 +"245703",43552,64614 +"245704",43552,71757 +"245705",43554,81722 +"245706",43555,54108 +"245707",43555,79820 +"245708",43555,123073 +"245709",43556,43741 +"245710",43557,47281 +"245711",43558,76680 +"245712",43558,120103 +"245713",43559,56906 +"245714",43559,74189 +"245715",43559,83495 +"245716",43559,98945 +"245717",43559,112630 +"245718",43559,122441 +"245719",43559,122442 +"245720",43559,122443 +"245721",43559,122446 +"245722",43560,44499 +"245723",43560,46442 +"245724",43560,46601 +"245725",43560,47223 +"245726",43560,48121 +"245727",43560,48162 +"245728",43560,49517 +"245729",43560,64941 +"245730",43560,65376 +"245731",43560,75669 +"245732",43560,80281 +"245733",43560,80778 +"245734",43560,86799 +"245735",43560,112927 +"245736",43563,47992 +"245737",43563,60469 +"245738",43563,71631 +"245739",43563,74121 +"245740",43565,87227 +"245741",43565,93517 +"245742",43567,115386 +"245743",43568,57523 +"245744",43568,121372 +"245745",43568,121402 +"245746",43570,43635 +"245747",43570,43666 +"245748",43570,44393 +"245749",43570,69715 +"245750",43570,84916 +"245751",43571,49994 +"245752",43571,90258 +"245753",43571,117245 +"245754",43572,45451 +"245755",43572,66746 +"245756",43572,73687 +"245757",43573,46627 +"245758",43573,100880 +"245759",43574,56500 +"245760",43574,72825 +"245761",43574,79451 +"245762",43574,84139 +"245763",43574,87334 +"245764",43574,91275 +"245765",43574,91537 +"245766",43574,117943 +"245767",43574,117944 +"245768",43575,47772 +"245769",43575,63357 +"245770",43575,66280 +"245771",43575,76127 +"245772",43575,76284 +"245773",43575,77188 +"245774",43575,78316 +"245775",43575,79322 +"245776",43575,81423 +"245777",43575,82949 +"245778",43575,88193 +"245779",43575,101999 +"245780",43575,112434 +"245781",43576,101262 +"245782",43576,110613 +"245783",43576,110617 +"245784",43576,121247 +"245785",43576,121256 +"245786",43578,77475 +"245787",43578,93487 +"245788",43578,100837 +"245789",43579,105264 +"245790",43581,80157 +"245791",43581,91377 +"245792",43581,105048 +"245793",43582,43594 +"245794",43582,43764 +"245795",43582,93776 +"245796",43583,43685 +"245797",43584,43652 +"245798",43584,50862 +"245799",43584,50864 +"245800",43584,50924 +"245801",43584,50970 +"245802",43584,50988 +"245803",43585,46489 +"245804",43585,54112 +"245805",43585,77934 +"245806",43585,103887 +"245807",43585,118948 +"245808",43586,90120 +"245809",43586,100662 +"245810",43586,101834 +"245811",43586,111650 +"245812",43587,82443 +"245813",43587,106099 +"245814",43588,76816 +"245815",43589,43616 +"245816",43589,92970 +"245817",43590,48038 +"245818",43590,82022 +"245819",43591,45291 +"245820",43591,47614 +"245821",43591,50482 +"245822",43591,50632 +"245823",43591,61675 +"245824",43591,64057 +"245825",43591,65006 +"245826",43591,66369 +"245827",43591,66798 +"245828",43591,69715 +"245829",43591,72468 +"245830",43591,77166 +"245831",43591,77208 +"245832",43591,86755 +"245833",43591,106042 +"245834",43591,109186 +"245835",43591,109421 +"245836",43591,114890 +"245837",43591,117047 +"245838",43591,117072 +"245839",43591,117074 +"245840",43592,99002 +"245841",43593,44131 +"245842",43593,51162 +"245843",43593,52055 +"245844",43593,90692 +"245845",43594,45338 +"245846",43594,45414 +"245847",43594,53462 +"245848",43594,54388 +"245849",43594,85060 +"245850",43595,56115 +"245851",43595,61183 +"245852",43595,61184 +"245853",43595,61629 +"245854",43596,43621 +"245855",43596,43633 +"245856",43597,108785 +"245857",43597,113734 +"245858",43598,99910 +"245859",43598,105468 +"245860",43598,114831 +"245861",43598,115762 +"245862",43599,48284 +"245863",43599,50246 +"245864",43599,55468 +"245865",43599,59007 +"245866",43599,61666 +"245867",43599,89736 +"245868",43599,99444 +"245869",43599,108232 +"245870",43599,108372 +"245871",43600,43672 +"245872",43602,53877 +"245873",43603,80643 +"245874",43604,48522 +"245875",43604,62534 +"245876",43604,71372 +"245877",43604,77320 +"245878",43605,43688 +"245879",43605,43881 +"245880",43605,87563 +"245881",43605,89535 +"245882",43606,43647 +"245883",43606,56204 +"245884",43606,63523 +"245885",43606,69011 +"245886",43606,75510 +"245887",43606,78549 +"245888",43608,95406 +"245889",43609,94208 +"245890",43609,96189 +"245891",43609,96198 +"245892",43610,60201 +"245893",43610,62357 +"245894",43610,81888 +"245895",43610,86358 +"245896",43610,93710 +"245897",43610,94697 +"245898",43610,111119 +"245899",43610,112478 +"245900",43612,60298 +"245901",43613,80781 +"245902",43613,114510 +"245903",43613,120069 +"245904",43614,106192 +"245905",43615,51468 +"245906",43615,64609 +"245907",43615,84264 +"245908",43616,48166 +"245909",43616,53799 +"245910",43616,68979 +"245911",43616,100074 +"245912",43618,43643 +"245913",43618,43648 +"245914",43618,43674 +"245915",43618,43691 +"245916",43619,79795 +"245917",43619,79901 +"245918",43619,79924 +"245919",43619,79931 +"245920",43620,62667 +"245921",43621,43633 +"245922",43622,48017 +"245923",43622,48735 +"245924",43622,50135 +"245925",43622,53491 +"245926",43622,63694 +"245927",43624,62818 +"245928",43624,68033 +"245929",43624,94420 +"245930",43624,106206 +"245931",43624,118782 +"245932",43625,77362 +"245933",43625,118330 +"245934",43625,118331 +"245935",43626,51400 +"245936",43627,52085 +"245937",43627,66634 +"245938",43627,67757 +"245939",43627,67758 +"245940",43627,67759 +"245941",43627,75297 +"245942",43627,83267 +"245943",43627,83298 +"245944",43628,49703 +"245945",43629,69743 +"245946",43629,99803 +"245947",43630,55400 +"245948",43630,119010 +"245949",43631,52018 +"245950",43634,71644 +"245951",43634,95782 +"245952",43634,108141 +"245953",43634,108686 +"245954",43634,114470 +"245955",43635,43666 +"245956",43635,44289 +"245957",43635,73343 +"245958",43635,75633 +"245959",43635,79136 +"245960",43635,79657 +"245961",43635,92996 +"245962",43636,52912 +"245963",43636,77013 +"245964",43636,110865 +"245965",43636,121826 +"245966",43638,53895 +"245967",43638,83935 +"245968",43638,94618 +"245969",43639,53037 +"245970",43639,59957 +"245971",43639,60283 +"245972",43639,68914 +"245973",43642,86749 +"245974",43642,88574 +"245975",43643,43648 +"245976",43643,43674 +"245977",43643,43691 +"245978",43646,108355 +"245979",43648,43674 +"245980",43648,43691 +"245981",43649,43938 +"245982",43649,44827 +"245983",43649,46702 +"245984",43649,47106 +"245985",43649,50646 +"245986",43649,56585 +"245987",43650,51912 +"245988",43650,81987 +"245989",43652,54551 +"245990",43652,76284 +"245991",43652,91808 +"245992",43652,94480 +"245993",43653,52914 +"245994",43653,71370 +"245995",43653,94317 +"245996",43653,96488 +"245997",43653,97477 +"245998",43653,97677 +"245999",43653,103826 +"246000",43653,110909 +"246001",43653,111703 +"246002",43654,44222 +"246003",43654,44903 +"246004",43654,45161 +"246005",43654,46726 +"246006",43654,47167 +"246007",43654,48464 +"246008",43654,50054 +"246009",43654,55880 +"246010",43654,59852 +"246011",43654,59915 +"246012",43654,62668 +"246013",43654,70473 +"246014",43654,70981 +"246015",43654,71825 +"246016",43654,71837 +"246017",43654,73374 +"246018",43654,77625 +"246019",43654,78807 +"246020",43654,79681 +"246021",43654,82452 +"246022",43654,88409 +"246023",43654,89349 +"246024",43654,90883 +"246025",43654,91383 +"246026",43654,92113 +"246027",43654,98904 +"246028",43654,102940 +"246029",43654,118577 +"246030",43654,119085 +"246031",43654,119224 +"246032",43654,119439 +"246033",43654,120085 +"246034",43654,120232 +"246035",43654,121213 +"246036",43655,48862 +"246037",43655,58692 +"246038",43655,65105 +"246039",43655,71993 +"246040",43655,73148 +"246041",43655,112326 +"246042",43657,53644 +"246043",43657,55366 +"246044",43657,56133 +"246045",43657,72549 +"246046",43657,82910 +"246047",43657,86509 +"246048",43657,104657 +"246049",43657,104666 +"246050",43659,69592 +"246051",43659,86302 +"246052",43659,100884 +"246053",43659,103547 +"246054",43661,83938 +"246055",43661,97535 +"246056",43663,44243 +"246057",43663,59641 +"246058",43664,58046 +"246059",43665,78857 +"246060",43665,94758 +"246061",43665,98870 +"246062",43665,120399 +"246063",43666,44281 +"246064",43667,107153 +"246065",43667,107173 +"246066",43667,107184 +"246067",43668,63073 +"246068",43668,92627 +"246069",43668,101356 +"246070",43668,101361 +"246071",43668,101363 +"246072",43668,108099 +"246073",43669,85160 +"246074",43669,88474 +"246075",43669,90524 +"246076",43670,66633 +"246077",43670,120780 +"246078",43671,61838 +"246079",43671,83934 +"246080",43671,93869 +"246081",43672,50883 +"246082",43672,65540 +"246083",43673,47656 +"246084",43673,55028 +"246085",43673,60820 +"246086",43673,61879 +"246087",43673,62120 +"246088",43673,62426 +"246089",43673,63408 +"246090",43673,63427 +"246091",43673,63432 +"246092",43673,63739 +"246093",43673,72794 +"246094",43673,73387 +"246095",43674,43691 +"246096",43675,73972 +"246097",43676,45481 +"246098",43677,45183 +"246099",43678,49796 +"246100",43679,56995 +"246101",43679,96616 +"246102",43679,102449 +"246103",43680,62952 +"246104",43680,88609 +"246105",43680,107682 +"246106",43680,107698 +"246107",43681,45384 +"246108",43681,53901 +"246109",43681,55093 +"246110",43681,56200 +"246111",43681,69448 +"246112",43681,78322 +"246113",43681,80988 +"246114",43681,87320 +"246115",43681,88296 +"246116",43681,93405 +"246117",43681,93459 +"246118",43681,95917 +"246119",43681,97783 +"246120",43681,107518 +"246121",43682,44728 +"246122",43682,55895 +"246123",43682,62564 +"246124",43682,76174 +"246125",43682,83976 +"246126",43682,88865 +"246127",43682,106418 +"246128",43684,44881 +"246129",43684,47899 +"246130",43684,48547 +"246131",43684,48969 +"246132",43684,48977 +"246133",43684,48983 +"246134",43684,49005 +"246135",43684,49010 +"246136",43684,49028 +"246137",43684,56579 +"246138",43685,67985 +"246139",43685,69142 +"246140",43687,48210 +"246141",43687,60264 +"246142",43688,43881 +"246143",43688,66423 +"246144",43690,52830 +"246145",43691,85761 +"246146",43691,98404 +"246147",43691,98405 +"246148",43691,100529 +"246149",43691,100538 +"246150",43691,100550 +"246151",43692,70172 +"246152",43694,47806 +"246153",43694,49235 +"246154",43695,71257 +"246155",43696,44813 +"246156",43696,48400 +"246157",43696,49098 +"246158",43696,51011 +"246159",43696,54269 +"246160",43696,54664 +"246161",43696,56548 +"246162",43696,63729 +"246163",43697,92584 +"246164",43698,48744 +"246165",43698,52603 +"246166",43698,62985 +"246167",43698,75371 +"246168",43698,81343 +"246169",43698,98217 +"246170",43698,99731 +"246171",43698,101323 +"246172",43698,102845 +"246173",43698,104957 +"246174",43698,107257 +"246175",43698,109815 +"246176",43698,111066 +"246177",43698,113278 +"246178",43698,113314 +"246179",43698,114723 +"246180",43698,116644 +"246181",43698,117804 +"246182",43698,121414 +"246183",43698,122345 +"246184",43698,122353 +"246185",43698,122358 +"246186",43698,122360 +"246187",43698,122366 +"246188",43698,122367 +"246189",43698,122376 +"246190",43698,122383 +"246191",43698,122393 +"246192",43698,122394 +"246193",43698,122398 +"246194",43698,122402 +"246195",43698,122403 +"246196",43698,122409 +"246197",43698,122412 +"246198",43698,122414 +"246199",43698,122415 +"246200",43698,122417 +"246201",43698,122418 +"246202",43698,122421 +"246203",43698,122422 +"246204",43698,122437 +"246205",43698,122438 +"246206",43698,122440 +"246207",43698,123424 +"246208",43699,43805 +"246209",43699,50229 +"246210",43699,77619 +"246211",43699,85912 +"246212",43699,95485 +"246213",43699,121338 +"246214",43700,58442 +"246215",43701,69319 +"246216",43701,74016 +"246217",43701,74152 +"246218",43701,80454 +"246219",43701,87273 +"246220",43701,95831 +"246221",43701,100518 +"246222",43702,43819 +"246223",43703,49031 +"246224",43703,51446 +"246225",43703,64502 +"246226",43703,80210 +"246227",43703,122369 +"246228",43705,43740 +"246229",43705,43750 +"246230",43705,43791 +"246231",43705,43797 +"246232",43705,62199 +"246233",43705,82117 +"246234",43705,84558 +"246235",43705,92069 +"246236",43705,121044 +"246237",43706,43707 +"246238",43706,43852 +"246239",43706,43864 +"246240",43706,43946 +"246241",43706,43980 +"246242",43706,50736 +"246243",43706,58970 +"246244",43706,60430 +"246245",43706,68880 +"246246",43706,76745 +"246247",43706,81135 +"246248",43706,83673 +"246249",43706,89116 +"246250",43706,94822 +"246251",43706,99332 +"246252",43706,106328 +"246253",43707,43852 +"246254",43708,46104 +"246255",43708,50487 +"246256",43708,51874 +"246257",43708,77506 +"246258",43708,80510 +"246259",43708,84475 +"246260",43708,88863 +"246261",43708,92570 +"246262",43708,103993 +"246263",43708,104898 +"246264",43709,68137 +"246265",43710,44819 +"246266",43710,72691 +"246267",43710,74748 +"246268",43710,86844 +"246269",43710,102824 +"246270",43710,108613 +"246271",43710,109781 +"246272",43711,49180 +"246273",43711,58644 +"246274",43711,75954 +"246275",43712,43723 +"246276",43712,43833 +"246277",43713,57744 +"246278",43713,66023 +"246279",43713,68667 +"246280",43714,73071 +"246281",43715,43716 +"246282",43715,43814 +"246283",43715,70493 +"246284",43715,70517 +"246285",43715,110883 +"246286",43716,43814 +"246287",43716,90067 +"246288",43717,76507 +"246289",43717,114485 +"246290",43718,59940 +"246291",43718,66635 +"246292",43718,68942 +"246293",43718,74994 +"246294",43718,77639 +"246295",43718,78810 +"246296",43719,98595 +"246297",43719,101105 +"246298",43720,75564 +"246299",43720,100924 +"246300",43721,85810 +"246301",43723,43833 +"246302",43723,116251 +"246303",43724,119175 +"246304",43725,43772 +"246305",43725,43842 +"246306",43725,46721 +"246307",43725,47129 +"246308",43725,93642 +"246309",43725,109719 +"246310",43726,44261 +"246311",43726,73602 +"246312",43726,74616 +"246313",43727,47557 +"246314",43727,49681 +"246315",43727,68328 +"246316",43728,50640 +"246317",43729,59082 +"246318",43729,69928 +"246319",43730,44495 +"246320",43730,59027 +"246321",43730,86241 +"246322",43732,81463 +"246323",43734,95704 +"246324",43736,43829 +"246325",43736,66218 +"246326",43737,47817 +"246327",43737,48161 +"246328",43738,55809 +"246329",43738,59311 +"246330",43738,61728 +"246331",43739,43754 +"246332",43740,43750 +"246333",43740,43791 +"246334",43740,43797 +"246335",43742,43763 +"246336",43742,47785 +"246337",43745,43758 +"246338",43745,43994 +"246339",43746,62619 +"246340",43746,90340 +"246341",43747,49135 +"246342",43747,58562 +"246343",43747,58641 +"246344",43748,46984 +"246345",43748,63168 +"246346",43748,64089 +"246347",43748,74781 +"246348",43748,82695 +"246349",43748,91192 +"246350",43748,91925 +"246351",43748,92595 +"246352",43748,108829 +"246353",43749,72598 +"246354",43749,113800 +"246355",43750,43791 +"246356",43750,43797 +"246357",43750,51750 +"246358",43750,59143 +"246359",43751,84985 +"246360",43752,89456 +"246361",43752,96574 +"246362",43752,96580 +"246363",43752,96586 +"246364",43752,102290 +"246365",43752,102329 +"246366",43753,46439 +"246367",43756,56859 +"246368",43756,69753 +"246369",43756,72106 +"246370",43756,72107 +"246371",43756,73414 +"246372",43756,73417 +"246373",43756,73418 +"246374",43756,73423 +"246375",43756,73443 +"246376",43757,61818 +"246377",43757,63996 +"246378",43758,43994 +"246379",43759,44928 +"246380",43759,59222 +"246381",43759,78015 +"246382",43759,96411 +"246383",43760,43816 +"246384",43761,49422 +"246385",43761,53539 +"246386",43761,117868 +"246387",43762,62019 +"246388",43763,45606 +"246389",43763,57458 +"246390",43763,61494 +"246391",43764,44178 +"246392",43765,43804 +"246393",43766,64792 +"246394",43766,80219 +"246395",43766,89169 +"246396",43766,90650 +"246397",43767,88204 +"246398",43768,49708 +"246399",43768,59170 +"246400",43768,62304 +"246401",43768,70212 +"246402",43768,76831 +"246403",43768,77454 +"246404",43768,87935 +"246405",43768,91292 +"246406",43768,91674 +"246407",43768,91675 +"246408",43768,91765 +"246409",43768,103690 +"246410",43768,103710 +"246411",43768,115346 +"246412",43769,105010 +"246413",43769,116042 +"246414",43770,76195 +"246415",43770,76959 +"246416",43770,76965 +"246417",43770,82155 +"246418",43770,82542 +"246419",43770,100407 +"246420",43770,114456 +"246421",43771,81024 +"246422",43771,89329 +"246423",43771,100162 +"246424",43771,105299 +"246425",43771,110626 +"246426",43771,110927 +"246427",43771,121856 +"246428",43772,43842 +"246429",43772,75723 +"246430",43772,76372 +"246431",43772,86969 +"246432",43774,84194 +"246433",43774,107755 +"246434",43774,107760 +"246435",43776,94851 +"246436",43777,55175 +"246437",43777,67241 +"246438",43778,43785 +"246439",43778,43838 +"246440",43778,43849 +"246441",43779,68917 +"246442",43779,94437 +"246443",43779,95013 +"246444",43779,95607 +"246445",43779,99718 +"246446",43779,108673 +"246447",43779,109722 +"246448",43779,113356 +"246449",43779,113390 +"246450",43780,65861 +"246451",43780,104529 +"246452",43782,99185 +"246453",43783,45216 +"246454",43783,45652 +"246455",43784,86632 +"246456",43785,43838 +"246457",43785,43849 +"246458",43786,43809 +"246459",43786,43850 +"246460",43787,43831 +"246461",43787,56792 +"246462",43789,54440 +"246463",43790,43920 +"246464",43791,43797 +"246465",43791,51750 +"246466",43791,52639 +"246467",43791,59143 +"246468",43791,84495 +"246469",43791,95730 +"246470",43792,112978 +"246471",43793,43796 +"246472",43796,64423 +"246473",43798,64488 +"246474",43799,43800 +"246475",43799,43801 +"246476",43800,43801 +"246477",43800,86670 +"246478",43801,74104 +"246479",43805,62690 +"246480",43806,43844 +"246481",43806,98825 +"246482",43806,112731 +"246483",43807,53320 +"246484",43807,54707 +"246485",43807,74125 +"246486",43807,89559 +"246487",43808,68736 +"246488",43808,92400 +"246489",43808,92560 +"246490",43808,112265 +"246491",43809,43850 +"246492",43809,54757 +"246493",43809,62452 +"246494",43809,71443 +"246495",43810,43942 +"246496",43811,43895 +"246497",43811,43935 +"246498",43811,43966 +"246499",43811,43968 +"246500",43811,43992 +"246501",43811,43997 +"246502",43811,43999 +"246503",43811,44000 +"246504",43811,50196 +"246505",43812,68212 +"246506",43812,75582 +"246507",43812,95372 +"246508",43813,46567 +"246509",43813,49359 +"246510",43813,50172 +"246511",43813,65674 +"246512",43813,72331 +"246513",43813,72424 +"246514",43815,72684 +"246515",43815,90207 +"246516",43817,45593 +"246517",43817,76900 +"246518",43818,57644 +"246519",43818,114734 +"246520",43819,84688 +"246521",43820,44959 +"246522",43820,53650 +"246523",43820,54625 +"246524",43821,89426 +"246525",43822,108202 +"246526",43824,52726 +"246527",43824,83285 +"246528",43825,51593 +"246529",43825,56033 +"246530",43825,75304 +"246531",43827,52268 +"246532",43827,57913 +"246533",43828,63680 +"246534",43828,65097 +"246535",43828,65126 +"246536",43829,106609 +"246537",43829,112971 +"246538",43829,112975 +"246539",43830,80917 +"246540",43830,86187 +"246541",43830,86206 +"246542",43830,86211 +"246543",43833,49320 +"246544",43833,55892 +"246545",43833,65671 +"246546",43833,75984 +"246547",43833,80062 +"246548",43833,86621 +"246549",43833,89954 +"246550",43833,98294 +"246551",43833,107447 +"246552",43833,109387 +"246553",43833,109405 +"246554",43833,109410 +"246555",43833,116636 +"246556",43834,57637 +"246557",43834,64242 +"246558",43834,77011 +"246559",43834,88531 +"246560",43835,52799 +"246561",43835,100680 +"246562",43835,101517 +"246563",43836,57268 +"246564",43837,47669 +"246565",43837,68958 +"246566",43838,43849 +"246567",43839,44684 +"246568",43839,56712 +"246569",43840,43841 +"246570",43840,102256 +"246571",43841,102915 +"246572",43842,64803 +"246573",43842,71289 +"246574",43842,75723 +"246575",43842,76372 +"246576",43842,86969 +"246577",43842,112953 +"246578",43843,44108 +"246579",43843,44110 +"246580",43843,57229 +"246581",43843,96833 +"246582",43843,99435 +"246583",43843,105689 +"246584",43843,107341 +"246585",43843,109919 +"246586",43844,45532 +"246587",43844,45869 +"246588",43844,59413 +"246589",43844,78120 +"246590",43844,79422 +"246591",43844,88537 +"246592",43844,110733 +"246593",43845,45838 +"246594",43845,50550 +"246595",43845,53761 +"246596",43846,52718 +"246597",43846,52802 +"246598",43846,52822 +"246599",43846,52828 +"246600",43846,52829 +"246601",43847,107914 +"246602",43847,123207 +"246603",43848,44283 +"246604",43849,58961 +"246605",43850,51014 +"246606",43850,54279 +"246607",43850,60626 +"246608",43850,61883 +"246609",43851,48808 +"246610",43852,50736 +"246611",43852,56100 +"246612",43852,58970 +"246613",43852,60841 +"246614",43852,63691 +"246615",43852,81135 +"246616",43852,89116 +"246617",43852,89185 +"246618",43852,89446 +"246619",43852,94040 +"246620",43852,94822 +"246621",43852,95741 +"246622",43852,99332 +"246623",43852,104294 +"246624",43852,110383 +"246625",43852,116316 +"246626",43852,119754 +"246627",43853,43854 +"246628",43853,46578 +"246629",43853,62280 +"246630",43855,49810 +"246631",43856,43970 +"246632",43856,43977 +"246633",43856,58034 +"246634",43856,82546 +"246635",43858,44828 +"246636",43858,45657 +"246637",43858,45933 +"246638",43858,46434 +"246639",43858,46788 +"246640",43858,47123 +"246641",43858,47488 +"246642",43858,48909 +"246643",43858,49075 +"246644",43858,49859 +"246645",43858,50064 +"246646",43858,50067 +"246647",43858,50554 +"246648",43858,50879 +"246649",43858,51625 +"246650",43858,51783 +"246651",43858,52018 +"246652",43858,53444 +"246653",43858,53527 +"246654",43858,53555 +"246655",43858,54275 +"246656",43858,56628 +"246657",43858,58004 +"246658",43858,58068 +"246659",43858,58633 +"246660",43858,61111 +"246661",43858,61127 +"246662",43858,67448 +"246663",43858,68287 +"246664",43858,86558 +"246665",43858,102514 +"246666",43859,56927 +"246667",43859,57544 +"246668",43861,53921 +"246669",43861,70150 +"246670",43861,86601 +"246671",43861,86944 +"246672",43861,99531 +"246673",43861,99537 +"246674",43861,99548 +"246675",43862,43870 +"246676",43862,99627 +"246677",43863,48153 +"246678",43864,43946 +"246679",43864,43980 +"246680",43865,51598 +"246681",43865,55922 +"246682",43865,62634 +"246683",43865,71837 +"246684",43865,89693 +"246685",43866,43867 +"246686",43866,57855 +"246687",43869,44006 +"246688",43869,50567 +"246689",43869,64757 +"246690",43869,74801 +"246691",43869,75756 +"246692",43869,107731 +"246693",43869,107737 +"246694",43871,44187 +"246695",43871,52550 +"246696",43871,82134 +"246697",43871,87644 +"246698",43871,87649 +"246699",43872,43876 +"246700",43872,43906 +"246701",43872,43982 +"246702",43873,43948 +"246703",43873,51943 +"246704",43873,51959 +"246705",43875,44905 +"246706",43875,47476 +"246707",43875,55181 +"246708",43875,55382 +"246709",43875,55464 +"246710",43876,43906 +"246711",43876,43982 +"246712",43876,47516 +"246713",43876,118096 +"246714",43876,118917 +"246715",43877,49535 +"246716",43877,49560 +"246717",43877,49561 +"246718",43879,92625 +"246719",43879,116558 +"246720",43880,43885 +"246721",43880,65485 +"246722",43880,86900 +"246723",43880,101900 +"246724",43881,66206 +"246725",43881,87563 +"246726",43881,97748 +"246727",43882,44243 +"246728",43882,51714 +"246729",43882,57082 +"246730",43882,66826 +"246731",43884,87289 +"246732",43884,87294 +"246733",43884,88162 +"246734",43884,117441 +"246735",43885,52567 +"246736",43885,67129 +"246737",43885,79230 +"246738",43885,114903 +"246739",43886,43921 +"246740",43886,43957 +"246741",43886,75528 +"246742",43887,45493 +"246743",43887,46176 +"246744",43887,46216 +"246745",43888,96931 +"246746",43888,99743 +"246747",43888,117171 +"246748",43888,117223 +"246749",43888,122097 +"246750",43888,122582 +"246751",43888,122616 +"246752",43890,44770 +"246753",43890,47361 +"246754",43890,89672 +"246755",43891,43993 +"246756",43892,87303 +"246757",43892,108085 +"246758",43893,47016 +"246759",43893,47975 +"246760",43893,50412 +"246761",43893,59567 +"246762",43893,82598 +"246763",43893,121775 +"246764",43894,60258 +"246765",43894,74616 +"246766",43895,43935 +"246767",43895,43966 +"246768",43895,43968 +"246769",43895,43992 +"246770",43895,43997 +"246771",43895,43999 +"246772",43895,44000 +"246773",43897,45759 +"246774",43898,54394 +"246775",43898,83997 +"246776",43898,89343 +"246777",43898,100916 +"246778",43899,90363 +"246779",43900,52669 +"246780",43900,52687 +"246781",43901,43908 +"246782",43901,90308 +"246783",43902,45977 +"246784",43902,77683 +"246785",43902,80591 +"246786",43902,84365 +"246787",43902,87618 +"246788",43902,91812 +"246789",43902,107478 +"246790",43902,107479 +"246791",43903,71093 +"246792",43903,107325 +"246793",43904,58355 +"246794",43905,43947 +"246795",43905,43960 +"246796",43905,63363 +"246797",43905,72589 +"246798",43905,93111 +"246799",43905,102879 +"246800",43905,118076 +"246801",43905,122242 +"246802",43906,43982 +"246803",43907,48858 +"246804",43907,58059 +"246805",43907,63773 +"246806",43907,80451 +"246807",43910,46139 +"246808",43910,49783 +"246809",43911,66213 +"246810",43912,57010 +"246811",43912,65087 +"246812",43912,88091 +"246813",43912,100631 +"246814",43912,117329 +"246815",43914,43956 +"246816",43915,59751 +"246817",43916,77611 +"246818",43918,46412 +"246819",43918,47901 +"246820",43918,53666 +"246821",43918,83936 +"246822",43918,92774 +"246823",43918,94985 +"246824",43918,103159 +"246825",43918,112288 +"246826",43920,115935 +"246827",43921,43957 +"246828",43921,75528 +"246829",43923,64270 +"246830",43924,44725 +"246831",43924,44753 +"246832",43924,44807 +"246833",43924,46116 +"246834",43924,77570 +"246835",43925,88967 +"246836",43925,105542 +"246837",43925,114263 +"246838",43926,69882 +"246839",43927,58471 +"246840",43927,58647 +"246841",43927,58843 +"246842",43927,58935 +"246843",43927,58949 +"246844",43927,60284 +"246845",43927,67982 +"246846",43927,68088 +"246847",43927,86930 +"246848",43927,86939 +"246849",43929,72816 +"246850",43929,92638 +"246851",43929,97774 +"246852",43929,99199 +"246853",43929,105377 +"246854",43929,107125 +"246855",43929,107131 +"246856",43930,80425 +"246857",43930,84682 +"246858",43932,45100 +"246859",43932,96349 +"246860",43935,43966 +"246861",43935,43968 +"246862",43935,43992 +"246863",43935,43997 +"246864",43935,43999 +"246865",43935,44000 +"246866",43936,49661 +"246867",43936,82321 +"246868",43936,104072 +"246869",43937,61991 +"246870",43938,44827 +"246871",43938,46702 +"246872",43938,47106 +"246873",43938,59066 +"246874",43938,59132 +"246875",43939,55057 +"246876",43939,108287 +"246877",43940,72061 +"246878",43940,76997 +"246879",43940,79877 +"246880",43940,84792 +"246881",43940,85387 +"246882",43940,86576 +"246883",43940,100777 +"246884",43940,103920 +"246885",43940,106330 +"246886",43940,108615 +"246887",43940,109339 +"246888",43940,111300 +"246889",43940,111711 +"246890",43940,114266 +"246891",43941,50495 +"246892",43941,53611 +"246893",43941,58946 +"246894",43941,83766 +"246895",43941,83794 +"246896",43941,83795 +"246897",43942,53003 +"246898",43944,60065 +"246899",43944,62172 +"246900",43944,103189 +"246901",43944,120212 +"246902",43945,93932 +"246903",43946,43980 +"246904",43946,74848 +"246905",43946,91621 +"246906",43946,102507 +"246907",43947,43960 +"246908",43948,51943 +"246909",43948,93998 +"246910",43948,100745 +"246911",43948,100748 +"246912",43951,82589 +"246913",43952,46962 +"246914",43952,62870 +"246915",43953,81610 +"246916",43955,43967 +"246917",43955,83325 +"246918",43955,86308 +"246919",43956,52424 +"246920",43957,45286 +"246921",43957,45287 +"246922",43957,45288 +"246923",43957,45952 +"246924",43957,75528 +"246925",43958,89465 +"246926",43959,57031 +"246927",43960,46615 +"246928",43960,51070 +"246929",43960,92873 +"246930",43961,47375 +"246931",43961,56755 +"246932",43961,57835 +"246933",43961,63495 +"246934",43961,64496 +"246935",43961,80671 +"246936",43961,84491 +"246937",43961,87011 +"246938",43961,87269 +"246939",43961,92382 +"246940",43961,94705 +"246941",43961,111859 +"246942",43961,112890 +"246943",43961,113144 +"246944",43961,115956 +"246945",43962,43984 +"246946",43966,43968 +"246947",43966,43992 +"246948",43966,43997 +"246949",43966,43999 +"246950",43966,44000 +"246951",43968,43992 +"246952",43968,43997 +"246953",43968,43999 +"246954",43968,44000 +"246955",43970,43977 +"246956",43971,44076 +"246957",43972,44066 +"246958",43972,78993 +"246959",43973,119511 +"246960",43973,119548 +"246961",43974,57535 +"246962",43975,67192 +"246963",43975,115026 +"246964",43975,118834 +"246965",43978,44119 +"246966",43978,48716 +"246967",43978,59590 +"246968",43978,69655 +"246969",43978,98919 +"246970",43979,102318 +"246971",43981,45201 +"246972",43981,54946 +"246973",43981,57987 +"246974",43984,48135 +"246975",43984,53115 +"246976",43984,89534 +"246977",43984,89576 +"246978",43986,71764 +"246979",43987,51358 +"246980",43987,77038 +"246981",43987,101572 +"246982",43987,114539 +"246983",43987,119651 +"246984",43989,48601 +"246985",43989,62788 +"246986",43990,57800 +"246987",43990,59392 +"246988",43991,45965 +"246989",43991,51164 +"246990",43991,52028 +"246991",43991,53709 +"246992",43991,58878 +"246993",43991,68406 +"246994",43991,69013 +"246995",43991,79918 +"246996",43991,80448 +"246997",43991,86851 +"246998",43991,89353 +"246999",43991,89437 +"247000",43991,89581 +"247001",43991,94218 +"247002",43991,94409 +"247003",43991,94669 +"247004",43992,43997 +"247005",43992,43999 +"247006",43992,44000 +"247007",43993,44138 +"247008",43993,52621 +"247009",43993,54602 +"247010",43993,56051 +"247011",43993,66960 +"247012",43993,75829 +"247013",43993,92146 +"247014",43993,92147 +"247015",43993,92165 +"247016",43993,92183 +"247017",43994,62024 +"247018",43995,44004 +"247019",43996,46922 +"247020",43996,53530 +"247021",43996,63390 +"247022",43996,102851 +"247023",43997,43999 +"247024",43997,44000 +"247025",43997,91115 +"247026",43997,92244 +"247027",43998,59057 +"247028",43998,69520 +"247029",43998,74957 +"247030",43998,74969 +"247031",43998,75056 +"247032",43998,75465 +"247033",43998,84779 +"247034",43998,90025 +"247035",43999,44000 +"247036",44001,49757 +"247037",44001,60379 +"247038",44001,76992 +"247039",44001,77061 +"247040",44001,77062 +"247041",44001,83989 +"247042",44001,84016 +"247043",44001,93835 +"247044",44001,96341 +"247045",44001,103947 +"247046",44001,105210 +"247047",44001,108037 +"247048",44001,121610 +"247049",44001,121616 +"247050",44002,44010 +"247051",44003,44045 +"247052",44003,92201 +"247053",44003,118547 +"247054",44004,49503 +"247055",44004,50440 +"247056",44004,52460 +"247057",44004,53923 +"247058",44004,55223 +"247059",44004,56262 +"247060",44004,56347 +"247061",44004,67409 +"247062",44004,67453 +"247063",44005,44581 +"247064",44005,45506 +"247065",44005,46071 +"247066",44005,51299 +"247067",44005,52924 +"247068",44005,78032 +"247069",44005,122076 +"247070",44006,64645 +"247071",44006,64664 +"247072",44008,59713 +"247073",44008,110758 +"247074",44008,116631 +"247075",44008,122823 +"247076",44008,122870 +"247077",44009,44083 +"247078",44009,93709 +"247079",44011,59438 +"247080",44011,97402 +"247081",44011,97958 +"247082",44012,44022 +"247083",44012,84651 +"247084",44012,89248 +"247085",44012,115969 +"247086",44013,44097 +"247087",44013,44123 +"247088",44014,50747 +"247089",44014,100370 +"247090",44015,48267 +"247091",44016,44080 +"247092",44017,56840 +"247093",44017,57596 +"247094",44017,58887 +"247095",44017,59900 +"247096",44017,60563 +"247097",44017,64422 +"247098",44017,67807 +"247099",44017,72476 +"247100",44018,44447 +"247101",44018,55846 +"247102",44018,75891 +"247103",44019,112144 +"247104",44020,88044 +"247105",44022,86971 +"247106",44022,87371 +"247107",44022,98570 +"247108",44023,64090 +"247109",44024,47165 +"247110",44024,56440 +"247111",44024,58759 +"247112",44024,95022 +"247113",44025,93643 +"247114",44025,95910 +"247115",44026,46713 +"247116",44026,77594 +"247117",44027,51871 +"247118",44027,70117 +"247119",44027,77492 +"247120",44027,103252 +"247121",44029,44062 +"247122",44030,52463 +"247123",44031,100854 +"247124",44032,64215 +"247125",44032,76092 +"247126",44032,85253 +"247127",44033,44109 +"247128",44034,65632 +"247129",44036,44103 +"247130",44037,44857 +"247131",44037,52313 +"247132",44037,54186 +"247133",44037,70284 +"247134",44037,70444 +"247135",44037,70600 +"247136",44037,84150 +"247137",44037,88221 +"247138",44039,46505 +"247139",44039,47908 +"247140",44040,83188 +"247141",44040,88407 +"247142",44040,89920 +"247143",44040,111915 +"247144",44042,55303 +"247145",44042,100541 +"247146",44043,89538 +"247147",44043,95841 +"247148",44045,90888 +"247149",44045,91059 +"247150",44046,103369 +"247151",44047,46655 +"247152",44047,115467 +"247153",44048,51922 +"247154",44050,44111 +"247155",44050,44652 +"247156",44051,48375 +"247157",44051,60793 +"247158",44051,90521 +"247159",44051,109775 +"247160",44052,53104 +"247161",44052,55815 +"247162",44052,57380 +"247163",44052,59442 +"247164",44052,59571 +"247165",44052,78411 +"247166",44054,53624 +"247167",44054,88995 +"247168",44054,90875 +"247169",44055,58600 +"247170",44055,67582 +"247171",44055,79722 +"247172",44055,94320 +"247173",44055,95319 +"247174",44055,95957 +"247175",44055,95983 +"247176",44055,113351 +"247177",44055,113470 +"247178",44055,113482 +"247179",44056,95290 +"247180",44058,44405 +"247181",44059,94616 +"247182",44059,102310 +"247183",44059,115008 +"247184",44059,120972 +"247185",44059,121056 +"247186",44060,44070 +"247187",44061,50520 +"247188",44061,89332 +"247189",44061,111375 +"247190",44064,44849 +"247191",44066,44117 +"247192",44066,46244 +"247193",44066,55404 +"247194",44066,55424 +"247195",44066,55483 +"247196",44066,112321 +"247197",44067,86001 +"247198",44067,89275 +"247199",44068,44079 +"247200",44068,44081 +"247201",44068,45958 +"247202",44068,46500 +"247203",44068,50588 +"247204",44068,72512 +"247205",44068,102033 +"247206",44069,68634 +"247207",44069,111396 +"247208",44069,111929 +"247209",44069,111932 +"247210",44069,111939 +"247211",44070,88904 +"247212",44072,81165 +"247213",44072,118040 +"247214",44072,118042 +"247215",44073,44074 +"247216",44073,44075 +"247217",44073,50964 +"247218",44073,57589 +"247219",44073,59218 +"247220",44073,62712 +"247221",44073,82341 +"247222",44073,82347 +"247223",44074,44075 +"247224",44074,44608 +"247225",44074,52585 +"247226",44074,53225 +"247227",44074,53946 +"247228",44074,57289 +"247229",44074,57807 +"247230",44074,62788 +"247231",44074,65636 +"247232",44074,71866 +"247233",44074,88096 +"247234",44075,111832 +"247235",44075,111860 +"247236",44077,50978 +"247237",44077,91197 +"247238",44079,44081 +"247239",44079,64398 +"247240",44079,64437 +"247241",44080,75146 +"247242",44080,92948 +"247243",44080,96027 +"247244",44080,96068 +"247245",44080,101270 +"247246",44080,101354 +"247247",44080,119514 +"247248",44081,88233 +"247249",44081,93933 +"247250",44081,110056 +"247251",44082,49302 +"247252",44082,50565 +"247253",44082,55899 +"247254",44082,56469 +"247255",44082,58299 +"247256",44082,58326 +"247257",44082,71342 +"247258",44082,72956 +"247259",44082,82410 +"247260",44082,82442 +"247261",44082,91583 +"247262",44085,45817 +"247263",44085,46405 +"247264",44085,51599 +"247265",44085,53179 +"247266",44085,61136 +"247267",44085,71997 +"247268",44085,106611 +"247269",44085,106643 +"247270",44086,44124 +"247271",44087,92687 +"247272",44088,85201 +"247273",44088,119871 +"247274",44089,44308 +"247275",44089,44516 +"247276",44089,48105 +"247277",44089,48189 +"247278",44089,53653 +"247279",44089,69489 +"247280",44089,69506 +"247281",44089,69507 +"247282",44090,44212 +"247283",44091,55185 +"247284",44091,61413 +"247285",44091,69636 +"247286",44091,93136 +"247287",44091,93738 +"247288",44091,96131 +"247289",44091,96273 +"247290",44091,111415 +"247291",44091,121663 +"247292",44092,44116 +"247293",44092,53703 +"247294",44092,55583 +"247295",44092,64071 +"247296",44092,72868 +"247297",44092,73030 +"247298",44092,73078 +"247299",44092,73107 +"247300",44092,109872 +"247301",44093,50787 +"247302",44093,74980 +"247303",44093,96205 +"247304",44093,96216 +"247305",44093,96224 +"247306",44093,96225 +"247307",44095,73755 +"247308",44095,77930 +"247309",44096,45616 +"247310",44096,50774 +"247311",44096,59932 +"247312",44096,72694 +"247313",44096,86602 +"247314",44096,107380 +"247315",44097,44123 +"247316",44098,96966 +"247317",44099,51435 +"247318",44099,69582 +"247319",44099,74833 +"247320",44099,103760 +"247321",44100,47854 +"247322",44101,54646 +"247323",44101,74300 +"247324",44101,99823 +"247325",44102,56463 +"247326",44103,50179 +"247327",44103,60088 +"247328",44103,79436 +"247329",44104,52610 +"247330",44105,56481 +"247331",44105,56521 +"247332",44105,56525 +"247333",44105,80454 +"247334",44105,87273 +"247335",44105,88480 +"247336",44105,94574 +"247337",44105,96620 +"247338",44106,71399 +"247339",44106,78142 +"247340",44106,95239 +"247341",44106,114080 +"247342",44106,114109 +"247343",44107,102237 +"247344",44108,44110 +"247345",44108,114333 +"247346",44112,79493 +"247347",44112,80133 +"247348",44112,83659 +"247349",44112,84579 +"247350",44112,85632 +"247351",44112,89835 +"247352",44112,89838 +"247353",44113,49248 +"247354",44114,91852 +"247355",44114,108447 +"247356",44116,62144 +"247357",44117,44967 +"247358",44117,59897 +"247359",44117,95563 +"247360",44117,111834 +"247361",44118,87907 +"247362",44120,65970 +"247363",44120,84852 +"247364",44120,88956 +"247365",44120,88957 +"247366",44120,88958 +"247367",44121,56822 +"247368",44121,56890 +"247369",44121,56935 +"247370",44122,70064 +"247371",44122,84578 +"247372",44122,94491 +"247373",44122,113451 +"247374",44123,64704 +"247375",44123,69994 +"247376",44123,78155 +"247377",44123,104168 +"247378",44124,47133 +"247379",44124,47414 +"247380",44124,49106 +"247381",44124,57094 +"247382",44124,58898 +"247383",44124,59147 +"247384",44124,59237 +"247385",44124,59359 +"247386",44124,61563 +"247387",44124,61867 +"247388",44124,62007 +"247389",44124,62078 +"247390",44124,62375 +"247391",44124,62633 +"247392",44124,63395 +"247393",44124,64408 +"247394",44124,64418 +"247395",44124,64511 +"247396",44124,65230 +"247397",44124,66145 +"247398",44124,67503 +"247399",44124,67721 +"247400",44124,68816 +"247401",44124,68909 +"247402",44124,68938 +"247403",44124,69332 +"247404",44124,69681 +"247405",44124,70610 +"247406",44124,70611 +"247407",44124,70725 +"247408",44124,71211 +"247409",44124,71505 +"247410",44124,71887 +"247411",44125,63026 +"247412",44125,71659 +"247413",44126,67378 +"247414",44126,77854 +"247415",44127,49034 +"247416",44127,49158 +"247417",44127,61013 +"247418",44128,44254 +"247419",44129,104639 +"247420",44131,45127 +"247421",44131,51512 +"247422",44131,90692 +"247423",44131,97553 +"247424",44131,97557 +"247425",44135,69250 +"247426",44135,85683 +"247427",44135,92546 +"247428",44135,108666 +"247429",44135,118642 +"247430",44136,53265 +"247431",44136,55878 +"247432",44136,60624 +"247433",44136,77362 +"247434",44136,78501 +"247435",44136,97881 +"247436",44136,119206 +"247437",44137,56336 +"247438",44137,81635 +"247439",44137,81843 +"247440",44137,81855 +"247441",44137,81856 +"247442",44137,85475 +"247443",44137,90843 +"247444",44137,90866 +"247445",44137,90923 +"247446",44138,52621 +"247447",44138,54602 +"247448",44138,55105 +"247449",44138,56051 +"247450",44138,66960 +"247451",44138,75829 +"247452",44138,92146 +"247453",44138,92147 +"247454",44138,92165 +"247455",44138,92183 +"247456",44139,51132 +"247457",44139,74267 +"247458",44140,44141 +"247459",44140,55735 +"247460",44140,94881 +"247461",44140,94882 +"247462",44140,94891 +"247463",44141,58610 +"247464",44142,46695 +"247465",44142,50169 +"247466",44142,50276 +"247467",44142,61608 +"247468",44142,65356 +"247469",44142,86848 +"247470",44142,86889 +"247471",44142,96274 +"247472",44142,96317 +"247473",44143,73104 +"247474",44143,85601 +"247475",44145,57502 +"247476",44145,57503 +"247477",44145,57524 +"247478",44145,57543 +"247479",44145,57555 +"247480",44146,44208 +"247481",44146,44209 +"247482",44146,52691 +"247483",44147,81594 +"247484",44148,53988 +"247485",44148,67511 +"247486",44148,82769 +"247487",44148,86520 +"247488",44150,44157 +"247489",44150,44235 +"247490",44150,44255 +"247491",44150,55420 +"247492",44150,60997 +"247493",44150,77661 +"247494",44150,79041 +"247495",44150,98477 +"247496",44153,64410 +"247497",44153,83712 +"247498",44153,83747 +"247499",44153,83785 +"247500",44153,91371 +"247501",44153,94101 +"247502",44153,107487 +"247503",44153,109799 +"247504",44153,111281 +"247505",44153,122613 +"247506",44154,44159 +"247507",44154,63971 +"247508",44154,67915 +"247509",44156,47197 +"247510",44156,48431 +"247511",44156,56414 +"247512",44156,56523 +"247513",44156,59573 +"247514",44156,60114 +"247515",44156,60472 +"247516",44156,65654 +"247517",44156,65675 +"247518",44156,65710 +"247519",44156,65751 +"247520",44156,66248 +"247521",44156,84191 +"247522",44157,44235 +"247523",44157,44255 +"247524",44157,49136 +"247525",44157,66909 +"247526",44157,74904 +"247527",44157,80677 +"247528",44157,80695 +"247529",44160,64070 +"247530",44160,83772 +"247531",44160,96229 +"247532",44160,101655 +"247533",44160,101657 +"247534",44161,51157 +"247535",44161,67662 +"247536",44161,72881 +"247537",44161,83401 +"247538",44161,85547 +"247539",44161,102661 +"247540",44162,76404 +"247541",44162,76419 +"247542",44162,87658 +"247543",44165,94312 +"247544",44165,99399 +"247545",44165,99403 +"247546",44166,44223 +"247547",44167,56072 +"247548",44169,74170 +"247549",44169,93655 +"247550",44169,110030 +"247551",44170,57350 +"247552",44170,60034 +"247553",44170,83132 +"247554",44171,60960 +"247555",44171,64064 +"247556",44173,104417 +"247557",44173,104531 +"247558",44173,107660 +"247559",44173,107715 +"247560",44174,44197 +"247561",44174,44217 +"247562",44174,44218 +"247563",44174,44256 +"247564",44174,44268 +"247565",44175,53505 +"247566",44175,83159 +"247567",44177,44240 +"247568",44177,65635 +"247569",44177,114194 +"247570",44178,54388 +"247571",44178,59560 +"247572",44178,85197 +"247573",44178,88079 +"247574",44179,56559 +"247575",44179,87222 +"247576",44180,45818 +"247577",44180,51476 +"247578",44180,51892 +"247579",44180,53755 +"247580",44180,54168 +"247581",44180,57210 +"247582",44180,58482 +"247583",44180,59172 +"247584",44180,59816 +"247585",44180,61874 +"247586",44180,63274 +"247587",44180,66322 +"247588",44180,67327 +"247589",44180,70854 +"247590",44180,71683 +"247591",44180,72568 +"247592",44180,72628 +"247593",44180,73767 +"247594",44180,78532 +"247595",44180,81609 +"247596",44180,85885 +"247597",44180,91255 +"247598",44180,92247 +"247599",44180,92352 +"247600",44180,92362 +"247601",44180,92929 +"247602",44180,93719 +"247603",44180,94906 +"247604",44180,94946 +"247605",44180,95889 +"247606",44180,96093 +"247607",44180,97988 +"247608",44180,99309 +"247609",44180,99376 +"247610",44180,99450 +"247611",44180,99471 +"247612",44180,99474 +"247613",44180,100916 +"247614",44180,100944 +"247615",44180,101126 +"247616",44180,101329 +"247617",44180,105557 +"247618",44180,107199 +"247619",44180,108743 +"247620",44180,108980 +"247621",44180,109291 +"247622",44180,109933 +"247623",44180,110483 +"247624",44180,110567 +"247625",44180,110572 +"247626",44180,110630 +"247627",44180,110648 +"247628",44180,110711 +"247629",44180,110770 +"247630",44180,110869 +"247631",44180,110911 +"247632",44180,111285 +"247633",44180,111314 +"247634",44180,111362 +"247635",44180,111372 +"247636",44180,111424 +"247637",44180,111433 +"247638",44180,112422 +"247639",44180,113269 +"247640",44180,113430 +"247641",44180,114242 +"247642",44180,114842 +"247643",44180,115427 +"247644",44180,115521 +"247645",44180,115711 +"247646",44181,80548 +"247647",44181,80755 +"247648",44181,80797 +"247649",44181,92767 +"247650",44181,92775 +"247651",44181,119333 +"247652",44184,67206 +"247653",44185,49065 +"247654",44186,46912 +"247655",44187,52550 +"247656",44187,87644 +"247657",44187,87649 +"247658",44188,78092 +"247659",44188,79403 +"247660",44188,79590 +"247661",44188,102913 +"247662",44188,102921 +"247663",44189,57043 +"247664",44189,76683 +"247665",44189,106070 +"247666",44190,80050 +"247667",44191,73733 +"247668",44191,77534 +"247669",44193,52276 +"247670",44193,53968 +"247671",44193,74310 +"247672",44193,84268 +"247673",44193,117596 +"247674",44194,44338 +"247675",44194,45815 +"247676",44194,49696 +"247677",44194,49868 +"247678",44194,51101 +"247679",44194,52080 +"247680",44194,54478 +"247681",44194,61306 +"247682",44194,61320 +"247683",44194,61322 +"247684",44194,61332 +"247685",44194,61578 +"247686",44194,61613 +"247687",44195,48906 +"247688",44195,51465 +"247689",44195,86941 +"247690",44195,101996 +"247691",44196,59088 +"247692",44196,78595 +"247693",44196,88280 +"247694",44196,99613 +"247695",44197,44217 +"247696",44197,44218 +"247697",44197,44256 +"247698",44197,44268 +"247699",44197,46285 +"247700",44197,69408 +"247701",44198,62726 +"247702",44198,87352 +"247703",44198,116290 +"247704",44198,116291 +"247705",44199,88100 +"247706",44200,44235 +"247707",44200,83263 +"247708",44200,93307 +"247709",44201,78221 +"247710",44201,101243 +"247711",44202,91583 +"247712",44203,60231 +"247713",44203,62122 +"247714",44203,62192 +"247715",44203,105082 +"247716",44203,105083 +"247717",44204,76711 +"247718",44207,44215 +"247719",44207,46238 +"247720",44208,44209 +"247721",44209,55444 +"247722",44209,72843 +"247723",44209,92191 +"247724",44209,110851 +"247725",44210,47489 +"247726",44212,63573 +"247727",44212,71173 +"247728",44212,109640 +"247729",44212,111118 +"247730",44212,111139 +"247731",44212,111145 +"247732",44212,111147 +"247733",44212,111148 +"247734",44212,111157 +"247735",44212,111158 +"247736",44212,111161 +"247737",44212,118158 +"247738",44213,105261 +"247739",44213,115920 +"247740",44215,46238 +"247741",44216,91657 +"247742",44216,103203 +"247743",44217,44218 +"247744",44217,44256 +"247745",44217,44268 +"247746",44217,62046 +"247747",44218,44256 +"247748",44218,44268 +"247749",44219,54919 +"247750",44219,58521 +"247751",44220,63504 +"247752",44220,66531 +"247753",44220,70290 +"247754",44220,83662 +"247755",44220,96432 +"247756",44221,44251 +"247757",44221,63538 +"247758",44221,65834 +"247759",44221,86073 +"247760",44222,45161 +"247761",44222,46726 +"247762",44222,47167 +"247763",44222,48464 +"247764",44222,59915 +"247765",44222,62668 +"247766",44222,70473 +"247767",44222,70981 +"247768",44222,71825 +"247769",44222,71837 +"247770",44222,77625 +"247771",44222,79681 +"247772",44222,82452 +"247773",44222,88409 +"247774",44222,90883 +"247775",44222,91383 +"247776",44222,92113 +"247777",44222,98904 +"247778",44222,102940 +"247779",44222,118577 +"247780",44222,119085 +"247781",44222,119224 +"247782",44222,119439 +"247783",44222,120085 +"247784",44222,120232 +"247785",44222,121213 +"247786",44223,68145 +"247787",44224,54463 +"247788",44224,57654 +"247789",44224,86816 +"247790",44225,49546 +"247791",44225,78790 +"247792",44226,45403 +"247793",44226,51399 +"247794",44226,70668 +"247795",44226,79000 +"247796",44226,89820 +"247797",44226,93123 +"247798",44226,93619 +"247799",44226,99838 +"247800",44226,106011 +"247801",44226,106695 +"247802",44226,108974 +"247803",44229,62942 +"247804",44229,110494 +"247805",44231,60827 +"247806",44231,68501 +"247807",44231,104542 +"247808",44232,64413 +"247809",44233,61337 +"247810",44233,64373 +"247811",44234,88801 +"247812",44235,44255 +"247813",44235,93307 +"247814",44236,48448 +"247815",44236,60566 +"247816",44237,44247 +"247817",44237,45750 +"247818",44237,89888 +"247819",44237,96821 +"247820",44238,50823 +"247821",44238,67926 +"247822",44238,71521 +"247823",44238,75337 +"247824",44238,81807 +"247825",44238,86263 +"247826",44238,89177 +"247827",44238,92643 +"247828",44238,104229 +"247829",44238,104230 +"247830",44238,105541 +"247831",44238,105548 +"247832",44240,99559 +"247833",44241,44466 +"247834",44241,55422 +"247835",44242,44271 +"247836",44242,53498 +"247837",44243,57082 +"247838",44244,50517 +"247839",44244,52600 +"247840",44244,80598 +"247841",44244,91230 +"247842",44245,54729 +"247843",44245,62080 +"247844",44245,75974 +"247845",44245,79063 +"247846",44245,103169 +"247847",44245,116508 +"247848",44245,121084 +"247849",44245,121093 +"247850",44245,121094 +"247851",44246,89252 +"247852",44246,97970 +"247853",44247,45750 +"247854",44247,59063 +"247855",44248,44649 +"247856",44248,44778 +"247857",44248,53562 +"247858",44248,55964 +"247859",44248,56198 +"247860",44248,63961 +"247861",44249,47610 +"247862",44249,59513 +"247863",44249,66732 +"247864",44249,71609 +"247865",44250,60860 +"247866",44250,68680 +"247867",44250,105147 +"247868",44252,46957 +"247869",44252,46989 +"247870",44252,51381 +"247871",44255,52672 +"247872",44255,55490 +"247873",44256,44268 +"247874",44256,66745 +"247875",44257,44306 +"247876",44258,44282 +"247877",44258,54313 +"247878",44258,54968 +"247879",44258,59958 +"247880",44258,77661 +"247881",44258,79009 +"247882",44258,79041 +"247883",44258,106889 +"247884",44259,47979 +"247885",44259,53095 +"247886",44259,53121 +"247887",44259,53153 +"247888",44259,53573 +"247889",44259,103338 +"247890",44260,95883 +"247891",44261,50349 +"247892",44261,73602 +"247893",44261,74616 +"247894",44263,54353 +"247895",44263,91761 +"247896",44264,62632 +"247897",44264,68822 +"247898",44264,79110 +"247899",44264,92895 +"247900",44264,94857 +"247901",44264,94861 +"247902",44264,98986 +"247903",44265,46308 +"247904",44265,57968 +"247905",44267,53220 +"247906",44267,63877 +"247907",44267,108117 +"247908",44269,48210 +"247909",44269,57231 +"247910",44269,69346 +"247911",44269,74105 +"247912",44270,69613 +"247913",44271,53498 +"247914",44273,45416 +"247915",44274,52890 +"247916",44274,60633 +"247917",44274,61571 +"247918",44274,72992 +"247919",44274,84136 +"247920",44274,88530 +"247921",44274,92033 +"247922",44274,96421 +"247923",44276,97769 +"247924",44277,47018 +"247925",44277,50382 +"247926",44277,55642 +"247927",44277,104427 +"247928",44280,53394 +"247929",44280,67643 +"247930",44283,46361 +"247931",44283,57203 +"247932",44283,94711 +"247933",44284,51411 +"247934",44284,80572 +"247935",44286,44287 +"247936",44286,44344 +"247937",44286,44366 +"247938",44286,44395 +"247939",44286,76515 +"247940",44286,82367 +"247941",44287,44344 +"247942",44287,44395 +"247943",44288,84644 +"247944",44288,90393 +"247945",44288,90839 +"247946",44288,100213 +"247947",44288,100278 +"247948",44288,102154 +"247949",44288,108402 +"247950",44289,44314 +"247951",44289,45228 +"247952",44289,47423 +"247953",44289,50566 +"247954",44289,64262 +"247955",44289,73343 +"247956",44289,75633 +"247957",44289,79136 +"247958",44289,79657 +"247959",44289,80212 +"247960",44289,103013 +"247961",44289,104399 +"247962",44289,107556 +"247963",44289,111987 +"247964",44289,113483 +"247965",44290,47145 +"247966",44290,48917 +"247967",44290,49214 +"247968",44290,64457 +"247969",44290,69992 +"247970",44290,71400 +"247971",44291,59940 +"247972",44291,78410 +"247973",44292,68574 +"247974",44292,72264 +"247975",44292,105800 +"247976",44292,113002 +"247977",44292,118393 +"247978",44292,118395 +"247979",44292,118396 +"247980",44292,118399 +"247981",44293,55432 +"247982",44293,72510 +"247983",44293,79038 +"247984",44293,84987 +"247985",44293,94210 +"247986",44294,44307 +"247987",44294,44312 +"247988",44294,44388 +"247989",44294,44408 +"247990",44294,44421 +"247991",44294,44479 +"247992",44294,44505 +"247993",44294,44507 +"247994",44294,51029 +"247995",44294,58074 +"247996",44294,58589 +"247997",44294,77181 +"247998",44294,85565 +"247999",44294,90010 +"248000",44294,90113 +"248001",44294,97706 +"248002",44294,100961 +"248003",44294,105050 +"248004",44294,115338 +"248005",44294,115820 +"248006",44294,119086 +"248007",44295,44320 +"248008",44298,51551 +"248009",44298,59807 +"248010",44298,69181 +"248011",44298,84602 +"248012",44298,110407 +"248013",44298,113802 +"248014",44298,116410 +"248015",44299,65589 +"248016",44300,78915 +"248017",44300,79760 +"248018",44300,109910 +"248019",44300,121555 +"248020",44301,53612 +"248021",44301,64553 +"248022",44302,65021 +"248023",44303,53465 +"248024",44303,53518 +"248025",44303,70983 +"248026",44304,78810 +"248027",44304,83458 +"248028",44304,85104 +"248029",44304,117102 +"248030",44305,49317 +"248031",44306,54069 +"248032",44306,54879 +"248033",44306,62903 +"248034",44306,69769 +"248035",44306,70507 +"248036",44306,72870 +"248037",44306,79587 +"248038",44306,88506 +"248039",44306,95602 +"248040",44306,112200 +"248041",44306,114837 +"248042",44307,44312 +"248043",44307,44388 +"248044",44307,44408 +"248045",44307,44421 +"248046",44307,44479 +"248047",44307,44505 +"248048",44307,44507 +"248049",44309,46041 +"248050",44310,50695 +"248051",44312,44388 +"248052",44312,44408 +"248053",44312,44421 +"248054",44312,44479 +"248055",44312,44505 +"248056",44312,44507 +"248057",44312,58074 +"248058",44312,83264 +"248059",44312,86071 +"248060",44312,86072 +"248061",44313,64860 +"248062",44314,91940 +"248063",44315,52820 +"248064",44315,80374 +"248065",44315,104453 +"248066",44315,112185 +"248067",44317,102874 +"248068",44317,120644 +"248069",44318,44416 +"248070",44319,44858 +"248071",44319,50445 +"248072",44319,51654 +"248073",44319,53703 +"248074",44319,56610 +"248075",44319,57105 +"248076",44319,58035 +"248077",44319,65565 +"248078",44319,67434 +"248079",44319,83165 +"248080",44319,83906 +"248081",44319,83915 +"248082",44319,83949 +"248083",44319,86027 +"248084",44319,89274 +"248085",44320,74154 +"248086",44320,89279 +"248087",44321,59178 +"248088",44321,62004 +"248089",44321,70488 +"248090",44321,88669 +"248091",44321,100660 +"248092",44322,49643 +"248093",44322,55028 +"248094",44322,72726 +"248095",44323,54065 +"248096",44324,45115 +"248097",44325,60806 +"248098",44325,79934 +"248099",44325,86964 +"248100",44325,87130 +"248101",44326,45310 +"248102",44326,46190 +"248103",44326,55362 +"248104",44326,58084 +"248105",44326,69642 +"248106",44328,44352 +"248107",44328,44371 +"248108",44328,44397 +"248109",44328,44398 +"248110",44329,74578 +"248111",44329,81352 +"248112",44332,82965 +"248113",44332,92321 +"248114",44332,92322 +"248115",44333,44428 +"248116",44333,50303 +"248117",44333,58105 +"248118",44333,61870 +"248119",44333,62344 +"248120",44333,65582 +"248121",44333,70176 +"248122",44333,72974 +"248123",44334,50349 +"248124",44334,53203 +"248125",44334,61551 +"248126",44334,76869 +"248127",44334,76871 +"248128",44337,55126 +"248129",44337,76355 +"248130",44337,116272 +"248131",44338,49222 +"248132",44339,44502 +"248133",44340,57752 +"248134",44340,85828 +"248135",44340,111954 +"248136",44341,76421 +"248137",44341,96785 +"248138",44341,99298 +"248139",44342,55377 +"248140",44342,58050 +"248141",44342,63458 +"248142",44342,70001 +"248143",44342,102276 +"248144",44343,44528 +"248145",44343,59179 +"248146",44343,112380 +"248147",44344,44395 +"248148",44345,46720 +"248149",44346,55936 +"248150",44347,50033 +"248151",44347,54879 +"248152",44347,55325 +"248153",44348,50648 +"248154",44348,50678 +"248155",44348,54963 +"248156",44348,56247 +"248157",44348,68631 +"248158",44349,44593 +"248159",44349,104227 +"248160",44350,46243 +"248161",44350,46637 +"248162",44350,46639 +"248163",44350,48992 +"248164",44350,56859 +"248165",44350,61702 +"248166",44350,62137 +"248167",44350,62228 +"248168",44350,62296 +"248169",44350,62739 +"248170",44350,66523 +"248171",44350,71510 +"248172",44350,72065 +"248173",44350,72069 +"248174",44350,72070 +"248175",44350,72072 +"248176",44350,72077 +"248177",44350,72088 +"248178",44350,72102 +"248179",44350,72106 +"248180",44350,72107 +"248181",44351,44411 +"248182",44351,44793 +"248183",44351,45278 +"248184",44351,52154 +"248185",44351,62819 +"248186",44351,63300 +"248187",44351,65439 +"248188",44351,68724 +"248189",44351,71975 +"248190",44351,79543 +"248191",44351,84501 +"248192",44351,86232 +"248193",44351,101858 +"248194",44352,44371 +"248195",44352,44397 +"248196",44352,44398 +"248197",44352,51962 +"248198",44352,51981 +"248199",44352,62973 +"248200",44352,64517 +"248201",44352,67579 +"248202",44352,67595 +"248203",44352,67608 +"248204",44352,67615 +"248205",44352,67626 +"248206",44352,67627 +"248207",44352,67632 +"248208",44352,67660 +"248209",44352,67742 +"248210",44354,92867 +"248211",44356,63429 +"248212",44356,72104 +"248213",44356,74388 +"248214",44356,101093 +"248215",44356,106752 +"248216",44356,119978 +"248217",44356,120037 +"248218",44357,46763 +"248219",44357,53606 +"248220",44357,59545 +"248221",44357,59985 +"248222",44357,100611 +"248223",44359,46382 +"248224",44359,81781 +"248225",44359,82242 +"248226",44359,120482 +"248227",44360,50076 +"248228",44360,123264 +"248229",44363,44396 +"248230",44363,113174 +"248231",44364,49143 +"248232",44364,50312 +"248233",44364,50333 +"248234",44364,98010 +"248235",44365,90063 +"248236",44366,46164 +"248237",44366,56712 +"248238",44366,67743 +"248239",44366,76515 +"248240",44366,77132 +"248241",44366,82367 +"248242",44366,92495 +"248243",44366,92599 +"248244",44366,98435 +"248245",44366,101138 +"248246",44366,107665 +"248247",44366,117046 +"248248",44368,54708 +"248249",44368,56889 +"248250",44368,63419 +"248251",44368,64346 +"248252",44368,100432 +"248253",44368,102637 +"248254",44369,85369 +"248255",44370,45009 +"248256",44370,54489 +"248257",44370,54718 +"248258",44370,91028 +"248259",44371,44397 +"248260",44371,44398 +"248261",44372,67258 +"248262",44372,68273 +"248263",44373,50565 +"248264",44373,62420 +"248265",44373,67719 +"248266",44373,69913 +"248267",44373,74424 +"248268",44373,81493 +"248269",44373,86809 +"248270",44373,94349 +"248271",44373,94565 +"248272",44373,111105 +"248273",44373,112736 +"248274",44373,117751 +"248275",44374,81326 +"248276",44374,109233 +"248277",44375,58488 +"248278",44376,66438 +"248279",44376,100623 +"248280",44377,50731 +"248281",44378,98661 +"248282",44379,55623 +"248283",44380,69661 +"248284",44380,82889 +"248285",44382,44393 +"248286",44383,44425 +"248287",44384,73685 +"248288",44384,76184 +"248289",44384,78815 +"248290",44384,84573 +"248291",44384,90063 +"248292",44384,90066 +"248293",44387,49017 +"248294",44387,52308 +"248295",44387,58210 +"248296",44387,70688 +"248297",44387,70733 +"248298",44388,44408 +"248299",44388,44421 +"248300",44388,44479 +"248301",44388,44505 +"248302",44388,44507 +"248303",44388,89424 +"248304",44388,92087 +"248305",44391,84713 +"248306",44391,91236 +"248307",44391,100218 +"248308",44391,102141 +"248309",44391,102903 +"248310",44392,48320 +"248311",44392,54305 +"248312",44392,96178 +"248313",44392,104495 +"248314",44393,54881 +"248315",44393,64218 +"248316",44393,70063 +"248317",44393,77231 +"248318",44393,82490 +"248319",44393,82871 +"248320",44393,93045 +"248321",44393,95581 +"248322",44393,104232 +"248323",44393,106743 +"248324",44393,107612 +"248325",44393,111277 +"248326",44393,112590 +"248327",44393,118428 +"248328",44393,118576 +"248329",44393,119637 +"248330",44393,120855 +"248331",44395,47317 +"248332",44395,56584 +"248333",44396,49512 +"248334",44396,57353 +"248335",44396,81838 +"248336",44397,44398 +"248337",44398,60556 +"248338",44398,60607 +"248339",44398,68047 +"248340",44399,64685 +"248341",44399,115634 +"248342",44400,54178 +"248343",44400,58247 +"248344",44400,59633 +"248345",44400,60214 +"248346",44400,63018 +"248347",44400,67098 +"248348",44403,80772 +"248349",44403,81255 +"248350",44403,88118 +"248351",44403,89823 +"248352",44403,92718 +"248353",44403,96825 +"248354",44403,103578 +"248355",44403,104772 +"248356",44403,121209 +"248357",44405,106352 +"248358",44406,69037 +"248359",44406,87077 +"248360",44406,107496 +"248361",44407,67485 +"248362",44407,76208 +"248363",44407,77873 +"248364",44407,101760 +"248365",44407,111613 +"248366",44407,112179 +"248367",44408,44421 +"248368",44408,44479 +"248369",44408,44505 +"248370",44408,44507 +"248371",44409,44438 +"248372",44410,66369 +"248373",44410,72972 +"248374",44410,93565 +"248375",44410,100553 +"248376",44410,101089 +"248377",44410,107468 +"248378",44410,107490 +"248379",44410,107493 +"248380",44411,46048 +"248381",44411,62819 +"248382",44411,71975 +"248383",44411,79543 +"248384",44411,86232 +"248385",44411,90344 +"248386",44412,45467 +"248387",44412,58736 +"248388",44413,56107 +"248389",44414,48852 +"248390",44415,44940 +"248391",44418,51861 +"248392",44418,62365 +"248393",44418,90891 +"248394",44418,90908 +"248395",44418,91169 +"248396",44419,44644 +"248397",44419,45852 +"248398",44419,54509 +"248399",44419,54665 +"248400",44419,78548 +"248401",44420,60750 +"248402",44420,65997 +"248403",44420,68492 +"248404",44420,68606 +"248405",44420,71187 +"248406",44420,119760 +"248407",44421,44479 +"248408",44421,44505 +"248409",44421,44507 +"248410",44423,46589 +"248411",44423,77184 +"248412",44425,93302 +"248413",44426,65113 +"248414",44427,58230 +"248415",44427,62906 +"248416",44427,67825 +"248417",44427,76213 +"248418",44427,92592 +"248419",44427,100291 +"248420",44427,100454 +"248421",44427,101484 +"248422",44427,101681 +"248423",44427,101967 +"248424",44427,104904 +"248425",44427,105349 +"248426",44429,86926 +"248427",44429,108702 +"248428",44429,109237 +"248429",44429,119817 +"248430",44430,100202 +"248431",44431,44510 +"248432",44431,50430 +"248433",44431,63464 +"248434",44431,64019 +"248435",44431,111045 +"248436",44432,84506 +"248437",44433,44603 +"248438",44434,95643 +"248439",44435,78938 +"248440",44436,106674 +"248441",44437,47725 +"248442",44438,54831 +"248443",44439,49332 +"248444",44439,60643 +"248445",44439,92467 +"248446",44439,118408 +"248447",44442,81560 +"248448",44443,90164 +"248449",44443,106756 +"248450",44444,49547 +"248451",44445,46049 +"248452",44446,51083 +"248453",44446,55351 +"248454",44446,57775 +"248455",44446,74776 +"248456",44446,77921 +"248457",44447,57446 +"248458",44447,75891 +"248459",44447,78305 +"248460",44448,48406 +"248461",44448,70120 +"248462",44450,88389 +"248463",44451,57186 +"248464",44451,75941 +"248465",44451,84367 +"248466",44451,90364 +"248467",44451,103245 +"248468",44451,103253 +"248469",44451,103282 +"248470",44452,44543 +"248471",44452,52198 +"248472",44452,60054 +"248473",44452,68530 +"248474",44452,73549 +"248475",44452,88649 +"248476",44452,94302 +"248477",44452,106510 +"248478",44452,108401 +"248479",44452,120064 +"248480",44453,97509 +"248481",44455,46680 +"248482",44455,51802 +"248483",44455,51882 +"248484",44455,69668 +"248485",44455,110261 +"248486",44457,44458 +"248487",44457,44459 +"248488",44457,44468 +"248489",44458,44459 +"248490",44458,44468 +"248491",44458,78894 +"248492",44459,44468 +"248493",44461,44512 +"248494",44461,44853 +"248495",44462,52795 +"248496",44462,55968 +"248497",44462,60806 +"248498",44462,67018 +"248499",44462,67248 +"248500",44462,76530 +"248501",44462,80571 +"248502",44462,112639 +"248503",44463,76428 +"248504",44463,79063 +"248505",44463,84194 +"248506",44463,89980 +"248507",44463,92971 +"248508",44464,78817 +"248509",44464,82226 +"248510",44464,82310 +"248511",44464,83556 +"248512",44464,93771 +"248513",44465,88752 +"248514",44466,104365 +"248515",44467,50651 +"248516",44467,84125 +"248517",44467,90521 +"248518",44467,92664 +"248519",44467,97045 +"248520",44468,58696 +"248521",44468,62596 +"248522",44468,99624 +"248523",44468,112893 +"248524",44469,44538 +"248525",44470,96938 +"248526",44470,108107 +"248527",44470,112921 +"248528",44471,52038 +"248529",44471,97251 +"248530",44471,102573 +"248531",44471,110010 +"248532",44472,44556 +"248533",44473,44501 +"248534",44473,45899 +"248535",44473,62975 +"248536",44473,90611 +"248537",44474,46486 +"248538",44474,51087 +"248539",44474,56977 +"248540",44474,57995 +"248541",44474,58235 +"248542",44474,77308 +"248543",44474,89772 +"248544",44474,98656 +"248545",44474,100627 +"248546",44474,103466 +"248547",44474,120713 +"248548",44475,46918 +"248549",44475,64694 +"248550",44476,44677 +"248551",44476,45908 +"248552",44476,71369 +"248553",44477,44567 +"248554",44477,46602 +"248555",44477,59372 +"248556",44477,92948 +"248557",44477,105077 +"248558",44478,44992 +"248559",44478,56124 +"248560",44478,61223 +"248561",44478,67138 +"248562",44478,70116 +"248563",44479,44505 +"248564",44479,44507 +"248565",44480,47162 +"248566",44480,53064 +"248567",44480,62844 +"248568",44480,65970 +"248569",44480,66074 +"248570",44480,66236 +"248571",44480,91713 +"248572",44480,93259 +"248573",44480,95163 +"248574",44480,99144 +"248575",44480,105791 +"248576",44480,111100 +"248577",44480,116793 +"248578",44481,121640 +"248579",44482,44483 +"248580",44482,50313 +"248581",44482,55028 +"248582",44482,66845 +"248583",44483,55028 +"248584",44484,93092 +"248585",44485,44516 +"248586",44485,44561 +"248587",44486,44503 +"248588",44487,52993 +"248589",44488,48948 +"248590",44489,57099 +"248591",44489,74171 +"248592",44489,121149 +"248593",44490,45957 +"248594",44490,69755 +"248595",44493,87795 +"248596",44494,61737 +"248597",44494,61738 +"248598",44494,61741 +"248599",44495,44604 +"248600",44495,49432 +"248601",44495,86241 +"248602",44495,102842 +"248603",44496,113786 +"248604",44497,57308 +"248605",44498,77288 +"248606",44498,80615 +"248607",44498,85958 +"248608",44498,93590 +"248609",44498,93617 +"248610",44498,93680 +"248611",44498,93815 +"248612",44499,48104 +"248613",44499,48121 +"248614",44499,48162 +"248615",44499,48183 +"248616",44499,48525 +"248617",44500,47209 +"248618",44500,70217 +"248619",44500,78591 +"248620",44500,105822 +"248621",44500,106810 +"248622",44501,50776 +"248623",44501,51125 +"248624",44501,58302 +"248625",44501,60159 +"248626",44501,63094 +"248627",44501,68010 +"248628",44501,75045 +"248629",44501,75046 +"248630",44501,75122 +"248631",44501,75759 +"248632",44502,73171 +"248633",44502,79612 +"248634",44502,81282 +"248635",44502,86514 +"248636",44502,106640 +"248637",44502,117356 +"248638",44502,117369 +"248639",44504,54580 +"248640",44505,44507 +"248641",44505,67871 +"248642",44505,93589 +"248643",44506,93677 +"248644",44506,97502 +"248645",44507,58074 +"248646",44507,58589 +"248647",44507,105050 +"248648",44508,52285 +"248649",44510,63316 +"248650",44512,44853 +"248651",44512,44970 +"248652",44513,44954 +"248653",44514,44878 +"248654",44515,63849 +"248655",44515,63875 +"248656",44515,63897 +"248657",44516,44561 +"248658",44516,69489 +"248659",44516,69506 +"248660",44516,69507 +"248661",44517,58184 +"248662",44517,89477 +"248663",44517,97198 +"248664",44518,53264 +"248665",44520,45008 +"248666",44520,120414 +"248667",44520,120430 +"248668",44520,123382 +"248669",44521,50236 +"248670",44521,53840 +"248671",44521,56237 +"248672",44521,60475 +"248673",44521,62323 +"248674",44521,69072 +"248675",44523,57931 +"248676",44523,61589 +"248677",44523,77586 +"248678",44523,79401 +"248679",44523,80249 +"248680",44523,80262 +"248681",44523,80280 +"248682",44523,80312 +"248683",44523,80337 +"248684",44523,80338 +"248685",44525,47168 +"248686",44525,56498 +"248687",44527,57293 +"248688",44527,81867 +"248689",44527,118494 +"248690",44529,52796 +"248691",44530,74824 +"248692",44532,44557 +"248693",44532,52485 +"248694",44532,64086 +"248695",44532,74675 +"248696",44532,78801 +"248697",44532,93333 +"248698",44532,109528 +"248699",44532,114954 +"248700",44534,81352 +"248701",44534,93088 +"248702",44534,96987 +"248703",44535,59845 +"248704",44535,67498 +"248705",44535,69764 +"248706",44535,71014 +"248707",44538,66295 +"248708",44538,66301 +"248709",44539,77549 +"248710",44539,95644 +"248711",44539,109708 +"248712",44540,112625 +"248713",44540,119360 +"248714",44542,48219 +"248715",44542,65435 +"248716",44542,85959 +"248717",44544,81731 +"248718",44544,92977 +"248719",44544,104563 +"248720",44545,50632 +"248721",44545,53765 +"248722",44545,60238 +"248723",44545,61719 +"248724",44545,100332 +"248725",44545,108718 +"248726",44545,109943 +"248727",44545,110230 +"248728",44546,48599 +"248729",44546,49263 +"248730",44546,54759 +"248731",44546,103110 +"248732",44547,49789 +"248733",44547,49888 +"248734",44547,49889 +"248735",44547,105610 +"248736",44548,90921 +"248737",44549,49064 +"248738",44549,57478 +"248739",44549,72520 +"248740",44549,72627 +"248741",44549,78833 +"248742",44549,79422 +"248743",44549,80624 +"248744",44549,88883 +"248745",44549,96428 +"248746",44549,111197 +"248747",44551,72330 +"248748",44551,75891 +"248749",44551,79236 +"248750",44551,94362 +"248751",44551,118475 +"248752",44552,87140 +"248753",44552,96867 +"248754",44553,52866 +"248755",44553,88959 +"248756",44553,111587 +"248757",44553,120861 +"248758",44554,44555 +"248759",44554,59550 +"248760",44554,97872 +"248761",44555,46142 +"248762",44555,47161 +"248763",44555,76854 +"248764",44555,90420 +"248765",44556,58457 +"248766",44556,58778 +"248767",44557,50040 +"248768",44557,51184 +"248769",44557,79373 +"248770",44557,91980 +"248771",44557,115662 +"248772",44558,98516 +"248773",44558,103620 +"248774",44558,103666 +"248775",44560,61047 +"248776",44560,62268 +"248777",44560,69840 +"248778",44560,111313 +"248779",44560,115212 +"248780",44561,58997 +"248781",44562,75470 +"248782",44562,111321 +"248783",44563,77242 +"248784",44563,121722 +"248785",44564,56663 +"248786",44564,64047 +"248787",44564,79051 +"248788",44564,87192 +"248789",44564,87890 +"248790",44564,92604 +"248791",44564,100892 +"248792",44564,106849 +"248793",44564,111848 +"248794",44564,114504 +"248795",44565,47514 +"248796",44565,60027 +"248797",44565,70734 +"248798",44567,59372 +"248799",44568,75263 +"248800",44569,99041 +"248801",44569,102855 +"248802",44569,112339 +"248803",44569,112717 +"248804",44569,119559 +"248805",44569,119604 +"248806",44571,54996 +"248807",44571,62179 +"248808",44571,62247 +"248809",44572,62937 +"248810",44572,68884 +"248811",44573,55497 +"248812",44573,58919 +"248813",44573,69074 +"248814",44573,71970 +"248815",44574,70411 +"248816",44575,48152 +"248817",44576,100474 +"248818",44577,61007 +"248819",44580,58584 +"248820",44581,44983 +"248821",44581,45506 +"248822",44581,46071 +"248823",44581,51299 +"248824",44581,52924 +"248825",44581,62488 +"248826",44581,74730 +"248827",44581,78032 +"248828",44581,98406 +"248829",44581,110250 +"248830",44581,122076 +"248831",44582,45591 +"248832",44582,46262 +"248833",44582,97692 +"248834",44583,51610 +"248835",44583,51640 +"248836",44583,72888 +"248837",44583,72899 +"248838",44584,46661 +"248839",44584,50227 +"248840",44584,50228 +"248841",44584,51305 +"248842",44584,51611 +"248843",44584,52852 +"248844",44584,60401 +"248845",44584,62923 +"248846",44584,64493 +"248847",44584,64517 +"248848",44584,64694 +"248849",44584,64763 +"248850",44585,44648 +"248851",44585,45722 +"248852",44585,53786 +"248853",44585,55189 +"248854",44585,57468 +"248855",44585,62810 +"248856",44585,64181 +"248857",44585,64997 +"248858",44585,80065 +"248859",44585,82754 +"248860",44585,82787 +"248861",44585,101231 +"248862",44585,101535 +"248863",44585,102006 +"248864",44585,102107 +"248865",44585,102149 +"248866",44585,107516 +"248867",44585,107861 +"248868",44585,111967 +"248869",44585,118628 +"248870",44586,50472 +"248871",44586,52683 +"248872",44586,71613 +"248873",44587,66962 +"248874",44587,68157 +"248875",44587,95147 +"248876",44588,76356 +"248877",44588,105134 +"248878",44588,122503 +"248879",44590,55627 +"248880",44591,48608 +"248881",44591,49068 +"248882",44591,57061 +"248883",44591,59768 +"248884",44592,87963 +"248885",44592,95773 +"248886",44593,99839 +"248887",44593,110513 +"248888",44594,54647 +"248889",44594,94525 +"248890",44597,96515 +"248891",44598,105872 +"248892",44598,122092 +"248893",44599,61924 +"248894",44599,90631 +"248895",44599,98367 +"248896",44601,44631 +"248897",44601,44642 +"248898",44601,44677 +"248899",44601,47140 +"248900",44601,47514 +"248901",44601,64490 +"248902",44601,65762 +"248903",44601,66715 +"248904",44602,80948 +"248905",44602,96758 +"248906",44603,45734 +"248907",44603,75346 +"248908",44603,94132 +"248909",44605,55461 +"248910",44605,69402 +"248911",44605,84218 +"248912",44605,104130 +"248913",44606,45889 +"248914",44607,44629 +"248915",44608,53225 +"248916",44608,57289 +"248917",44609,44660 +"248918",44611,48771 +"248919",44611,51017 +"248920",44611,55784 +"248921",44611,67700 +"248922",44611,67764 +"248923",44611,71544 +"248924",44611,74894 +"248925",44611,87692 +"248926",44611,90802 +"248927",44611,90850 +"248928",44611,101395 +"248929",44611,104084 +"248930",44611,110650 +"248931",44612,109364 +"248932",44613,87799 +"248933",44613,99665 +"248934",44614,55122 +"248935",44614,89523 +"248936",44615,86203 +"248937",44616,57054 +"248938",44617,67825 +"248939",44617,76073 +"248940",44617,78679 +"248941",44617,100215 +"248942",44617,112199 +"248943",44622,44657 +"248944",44622,44693 +"248945",44622,94424 +"248946",44623,46851 +"248947",44623,56393 +"248948",44623,57919 +"248949",44623,61412 +"248950",44623,65751 +"248951",44623,67339 +"248952",44623,76928 +"248953",44623,76956 +"248954",44623,96823 +"248955",44623,97954 +"248956",44623,97955 +"248957",44623,97972 +"248958",44623,97973 +"248959",44623,97981 +"248960",44623,97987 +"248961",44623,97994 +"248962",44623,97998 +"248963",44623,97999 +"248964",44623,98008 +"248965",44624,71202 +"248966",44624,82308 +"248967",44624,106035 +"248968",44625,44779 +"248969",44625,65964 +"248970",44626,45192 +"248971",44626,67698 +"248972",44626,71026 +"248973",44626,74070 +"248974",44627,66740 +"248975",44628,61843 +"248976",44629,83971 +"248977",44629,84017 +"248978",44629,84021 +"248979",44629,92794 +"248980",44630,48332 +"248981",44630,57458 +"248982",44630,60356 +"248983",44630,85524 +"248984",44631,44642 +"248985",44631,44677 +"248986",44631,61458 +"248987",44631,64490 +"248988",44632,77074 +"248989",44632,99809 +"248990",44633,44634 +"248991",44633,44635 +"248992",44634,44635 +"248993",44634,85920 +"248994",44634,97433 +"248995",44635,57290 +"248996",44635,58241 +"248997",44635,58250 +"248998",44635,58306 +"248999",44635,58353 +"249000",44635,58364 +"249001",44635,58430 +"249002",44635,64300 +"249003",44635,93627 +"249004",44636,47176 +"249005",44636,47942 +"249006",44636,54676 +"249007",44636,57184 +"249008",44636,60689 +"249009",44636,62488 +"249010",44636,65406 +"249011",44636,78912 +"249012",44636,79599 +"249013",44636,88259 +"249014",44636,93383 +"249015",44636,93424 +"249016",44636,93584 +"249017",44636,94603 +"249018",44636,94853 +"249019",44636,95627 +"249020",44636,95993 +"249021",44636,98698 +"249022",44636,101113 +"249023",44636,101344 +"249024",44636,101836 +"249025",44636,104850 +"249026",44636,118259 +"249027",44636,118280 +"249028",44636,119320 +"249029",44637,44696 +"249030",44638,72394 +"249031",44638,76627 +"249032",44639,49606 +"249033",44639,98009 +"249034",44640,85216 +"249035",44641,78724 +"249036",44641,104946 +"249037",44642,44677 +"249038",44642,66715 +"249039",44644,45852 +"249040",44644,58119 +"249041",44645,67069 +"249042",44647,58671 +"249043",44647,71561 +"249044",44648,53786 +"249045",44648,55189 +"249046",44648,58968 +"249047",44648,62810 +"249048",44648,64997 +"249049",44648,67998 +"249050",44648,82754 +"249051",44648,83309 +"249052",44648,101231 +"249053",44648,102006 +"249054",44648,102107 +"249055",44648,102149 +"249056",44648,107861 +"249057",44648,111967 +"249058",44649,59673 +"249059",44649,63823 +"249060",44650,111186 +"249061",44651,67235 +"249062",44652,55408 +"249063",44652,75552 +"249064",44652,77313 +"249065",44652,78740 +"249066",44652,82396 +"249067",44652,104701 +"249068",44652,120173 +"249069",44652,121716 +"249070",44653,68702 +"249071",44653,115149 +"249072",44654,63048 +"249073",44654,115542 +"249074",44654,115543 +"249075",44655,44973 +"249076",44655,46177 +"249077",44655,47048 +"249078",44655,48110 +"249079",44655,58508 +"249080",44655,59731 +"249081",44655,62642 +"249082",44655,68091 +"249083",44655,69335 +"249084",44655,75245 +"249085",44655,75776 +"249086",44655,75956 +"249087",44655,76387 +"249088",44655,78978 +"249089",44655,79212 +"249090",44655,79241 +"249091",44655,79579 +"249092",44655,80239 +"249093",44655,80301 +"249094",44655,81397 +"249095",44655,88340 +"249096",44655,88749 +"249097",44655,89069 +"249098",44655,89373 +"249099",44655,89995 +"249100",44655,90919 +"249101",44655,90936 +"249102",44655,92861 +"249103",44655,93097 +"249104",44655,94231 +"249105",44655,95489 +"249106",44655,96247 +"249107",44655,96363 +"249108",44655,97898 +"249109",44655,105268 +"249110",44655,111310 +"249111",44656,109274 +"249112",44657,44693 +"249113",44657,57671 +"249114",44657,104173 +"249115",44658,63507 +"249116",44658,87519 +"249117",44658,88114 +"249118",44659,55840 +"249119",44660,61852 +"249120",44661,52830 +"249121",44662,49833 +"249122",44662,54755 +"249123",44662,77835 +"249124",44662,79870 +"249125",44662,82692 +"249126",44662,83033 +"249127",44662,83067 +"249128",44662,88695 +"249129",44662,90790 +"249130",44662,91162 +"249131",44662,91163 +"249132",44662,91165 +"249133",44662,91170 +"249134",44662,91201 +"249135",44662,109643 +"249136",44662,116596 +"249137",44663,77590 +"249138",44665,69513 +"249139",44665,94660 +"249140",44665,120294 +"249141",44666,96143 +"249142",44667,82736 +"249143",44667,92416 +"249144",44667,97847 +"249145",44667,102269 +"249146",44667,107564 +"249147",44668,48368 +"249148",44668,83176 +"249149",44668,87398 +"249150",44668,89468 +"249151",44668,90527 +"249152",44668,103621 +"249153",44669,90334 +"249154",44669,106825 +"249155",44671,106774 +"249156",44673,66481 +"249157",44674,55802 +"249158",44674,67018 +"249159",44674,69072 +"249160",44674,69704 +"249161",44674,72769 +"249162",44674,88692 +"249163",44674,111172 +"249164",44675,47767 +"249165",44675,48466 +"249166",44675,55482 +"249167",44675,92706 +"249168",44675,96368 +"249169",44676,50147 +"249170",44676,51328 +"249171",44676,76208 +"249172",44676,93831 +"249173",44676,99249 +"249174",44676,107789 +"249175",44677,64490 +"249176",44677,66715 +"249177",44677,71369 +"249178",44677,71382 +"249179",44678,50343 +"249180",44678,61149 +"249181",44678,61658 +"249182",44678,61870 +"249183",44678,63322 +"249184",44679,64150 +"249185",44679,74180 +"249186",44679,88379 +"249187",44679,99620 +"249188",44679,109109 +"249189",44679,113253 +"249190",44679,122700 +"249191",44680,101417 +"249192",44680,110060 +"249193",44681,58649 +"249194",44682,44691 +"249195",44684,47511 +"249196",44684,49032 +"249197",44684,61593 +"249198",44684,67264 +"249199",44684,71005 +"249200",44684,72122 +"249201",44684,76652 +"249202",44684,76714 +"249203",44684,77855 +"249204",44684,79247 +"249205",44684,85592 +"249206",44684,85695 +"249207",44684,86364 +"249208",44684,89668 +"249209",44684,93076 +"249210",44684,93414 +"249211",44684,96678 +"249212",44684,104069 +"249213",44684,104381 +"249214",44684,105138 +"249215",44684,106702 +"249216",44684,110897 +"249217",44684,110906 +"249218",44685,47750 +"249219",44685,73083 +"249220",44685,91590 +"249221",44685,91591 +"249222",44685,96911 +"249223",44686,81433 +"249224",44686,84696 +"249225",44686,88790 +"249226",44687,50207 +"249227",44687,50488 +"249228",44687,52112 +"249229",44687,53415 +"249230",44687,56357 +"249231",44687,57636 +"249232",44687,58482 +"249233",44687,59798 +"249234",44687,70907 +"249235",44687,71683 +"249236",44687,77125 +"249237",44687,78398 +"249238",44687,82426 +"249239",44687,84343 +"249240",44687,85000 +"249241",44687,85101 +"249242",44687,91682 +"249243",44687,95267 +"249244",44687,97580 +"249245",44687,98727 +"249246",44687,98776 +"249247",44687,100795 +"249248",44687,106824 +"249249",44687,108879 +"249250",44687,109166 +"249251",44687,109858 +"249252",44687,109878 +"249253",44687,112962 +"249254",44687,113990 +"249255",44687,115413 +"249256",44687,116123 +"249257",44687,117258 +"249258",44687,117560 +"249259",44687,118128 +"249260",44687,118836 +"249261",44687,118866 +"249262",44687,118873 +"249263",44687,119131 +"249264",44687,119513 +"249265",44687,119716 +"249266",44687,119769 +"249267",44687,120123 +"249268",44687,120169 +"249269",44687,120725 +"249270",44687,120944 +"249271",44687,121609 +"249272",44687,122007 +"249273",44687,122032 +"249274",44687,122035 +"249275",44687,122724 +"249276",44687,123070 +"249277",44687,123394 +"249278",44687,123490 +"249279",44688,58084 +"249280",44688,80979 +"249281",44688,81490 +"249282",44688,92597 +"249283",44688,94326 +"249284",44690,46488 +"249285",44690,52581 +"249286",44690,55089 +"249287",44690,79069 +"249288",44690,94808 +"249289",44690,95490 +"249290",44690,105374 +"249291",44690,110545 +"249292",44690,114108 +"249293",44691,91900 +"249294",44691,102178 +"249295",44691,107784 +"249296",44692,51028 +"249297",44692,68687 +"249298",44692,92426 +"249299",44692,113770 +"249300",44694,95333 +"249301",44694,108866 +"249302",44695,49142 +"249303",44695,68884 +"249304",44695,81504 +"249305",44695,94085 +"249306",44695,105435 +"249307",44698,53053 +"249308",44698,57582 +"249309",44698,64846 +"249310",44699,57732 +"249311",44700,100380 +"249312",44701,62345 +"249313",44703,53309 +"249314",44703,79659 +"249315",44704,49235 +"249316",44704,60180 +"249317",44704,71546 +"249318",44705,66152 +"249319",44705,110168 +"249320",44706,61974 +"249321",44706,61985 +"249322",44707,45066 +"249323",44708,95447 +"249324",44709,52833 +"249325",44709,60327 +"249326",44710,61902 +"249327",44710,71384 +"249328",44710,71385 +"249329",44710,74785 +"249330",44710,93553 +"249331",44710,104613 +"249332",44711,48355 +"249333",44711,50699 +"249334",44711,51277 +"249335",44711,55393 +"249336",44711,57164 +"249337",44711,57211 +"249338",44711,57238 +"249339",44711,57267 +"249340",44711,61094 +"249341",44711,63670 +"249342",44711,69777 +"249343",44711,72218 +"249344",44712,46258 +"249345",44712,50207 +"249346",44712,70326 +"249347",44712,101580 +"249348",44712,102174 +"249349",44713,44740 +"249350",44714,50581 +"249351",44714,54748 +"249352",44714,85903 +"249353",44714,122334 +"249354",44715,51103 +"249355",44715,53261 +"249356",44715,97857 +"249357",44715,121991 +"249358",44716,44746 +"249359",44716,44768 +"249360",44718,75312 +"249361",44719,49241 +"249362",44720,55071 +"249363",44721,81569 +"249364",44721,96314 +"249365",44721,104469 +"249366",44721,109790 +"249367",44722,52911 +"249368",44722,53193 +"249369",44722,73826 +"249370",44722,77098 +"249371",44722,90093 +"249372",44722,94214 +"249373",44722,94743 +"249374",44722,121337 +"249375",44723,59720 +"249376",44724,45449 +"249377",44724,47818 +"249378",44724,47819 +"249379",44724,47823 +"249380",44724,48931 +"249381",44724,51801 +"249382",44724,53445 +"249383",44724,57804 +"249384",44724,59731 +"249385",44724,67656 +"249386",44724,81523 +"249387",44724,83530 +"249388",44724,89069 +"249389",44724,90014 +"249390",44724,99862 +"249391",44724,102362 +"249392",44724,105834 +"249393",44725,44753 +"249394",44725,44807 +"249395",44726,68965 +"249396",44726,70543 +"249397",44727,44728 +"249398",44727,46086 +"249399",44727,51287 +"249400",44727,56174 +"249401",44727,65643 +"249402",44727,74813 +"249403",44727,79470 +"249404",44727,91439 +"249405",44727,92085 +"249406",44727,99419 +"249407",44727,108028 +"249408",44728,46086 +"249409",44728,52929 +"249410",44728,52953 +"249411",44728,55895 +"249412",44728,67987 +"249413",44728,75316 +"249414",44728,83238 +"249415",44728,83976 +"249416",44728,88786 +"249417",44728,101333 +"249418",44728,102767 +"249419",44728,106418 +"249420",44728,108615 +"249421",44728,110887 +"249422",44728,111904 +"249423",44728,111951 +"249424",44728,118521 +"249425",44728,118839 +"249426",44728,120970 +"249427",44728,121759 +"249428",44729,45727 +"249429",44729,48521 +"249430",44729,51536 +"249431",44729,59114 +"249432",44729,64938 +"249433",44729,65508 +"249434",44729,65951 +"249435",44729,65952 +"249436",44729,72096 +"249437",44729,73266 +"249438",44729,76128 +"249439",44729,76484 +"249440",44729,77026 +"249441",44729,80616 +"249442",44729,81239 +"249443",44729,88583 +"249444",44729,90057 +"249445",44729,92785 +"249446",44729,96576 +"249447",44729,100072 +"249448",44729,100547 +"249449",44729,105722 +"249450",44729,109282 +"249451",44730,47978 +"249452",44730,48253 +"249453",44730,50244 +"249454",44730,63073 +"249455",44730,65511 +"249456",44730,76866 +"249457",44730,76888 +"249458",44730,81418 +"249459",44730,83238 +"249460",44730,100965 +"249461",44730,109945 +"249462",44731,44741 +"249463",44731,44769 +"249464",44731,44787 +"249465",44732,71366 +"249466",44732,78658 +"249467",44732,111522 +"249468",44732,116374 +"249469",44733,44810 +"249470",44734,79245 +"249471",44734,81897 +"249472",44734,87020 +"249473",44734,90963 +"249474",44734,112333 +"249475",44735,56138 +"249476",44735,83191 +"249477",44735,121439 +"249478",44736,44737 +"249479",44738,64197 +"249480",44740,55302 +"249481",44740,60085 +"249482",44740,69075 +"249483",44740,89308 +"249484",44740,90390 +"249485",44741,44769 +"249486",44741,44787 +"249487",44742,51806 +"249488",44742,53663 +"249489",44742,80324 +"249490",44742,86359 +"249491",44742,94995 +"249492",44743,57254 +"249493",44743,67383 +"249494",44743,77388 +"249495",44743,86029 +"249496",44743,86125 +"249497",44744,47818 +"249498",44744,50319 +"249499",44744,56156 +"249500",44744,64554 +"249501",44744,64712 +"249502",44744,66055 +"249503",44744,70778 +"249504",44744,72060 +"249505",44744,73033 +"249506",44744,79189 +"249507",44744,80938 +"249508",44744,80939 +"249509",44744,80940 +"249510",44744,80941 +"249511",44744,80949 +"249512",44744,80955 +"249513",44744,80956 +"249514",44744,80957 +"249515",44744,80985 +"249516",44744,80989 +"249517",44744,81007 +"249518",44744,81022 +"249519",44744,81026 +"249520",44744,81036 +"249521",44744,81037 +"249522",44744,81038 +"249523",44744,81139 +"249524",44744,82452 +"249525",44744,105050 +"249526",44745,44797 +"249527",44745,44833 +"249528",44746,44768 +"249529",44746,50457 +"249530",44746,50471 +"249531",44746,50503 +"249532",44746,50518 +"249533",44746,50523 +"249534",44746,50555 +"249535",44746,50574 +"249536",44747,45854 +"249537",44747,67380 +"249538",44748,89792 +"249539",44748,90226 +"249540",44748,90438 +"249541",44748,98807 +"249542",44749,52606 +"249543",44749,57356 +"249544",44749,67981 +"249545",44749,71399 +"249546",44749,94448 +"249547",44749,110996 +"249548",44750,57493 +"249549",44750,73428 +"249550",44750,73457 +"249551",44750,73458 +"249552",44752,76386 +"249553",44752,97097 +"249554",44752,123112 +"249555",44753,44807 +"249556",44754,57410 +"249557",44755,99569 +"249558",44756,87827 +"249559",44756,117930 +"249560",44757,45406 +"249561",44757,48394 +"249562",44757,54576 +"249563",44757,54577 +"249564",44757,58137 +"249565",44757,61131 +"249566",44758,72606 +"249567",44758,110375 +"249568",44759,44798 +"249569",44759,76850 +"249570",44760,45173 +"249571",44760,45256 +"249572",44761,46112 +"249573",44761,59984 +"249574",44762,47234 +"249575",44763,44773 +"249576",44763,55899 +"249577",44763,74280 +"249578",44763,80231 +"249579",44763,98500 +"249580",44763,116618 +"249581",44764,53294 +"249582",44764,120902 +"249583",44766,63970 +"249584",44766,67873 +"249585",44767,83363 +"249586",44768,50457 +"249587",44768,50471 +"249588",44768,50503 +"249589",44768,50518 +"249590",44768,50523 +"249591",44768,50555 +"249592",44768,50574 +"249593",44769,44787 +"249594",44769,60306 +"249595",44769,62923 +"249596",44771,90677 +"249597",44772,53279 +"249598",44773,55899 +"249599",44774,84812 +"249600",44774,84814 +"249601",44775,44812 +"249602",44776,63349 +"249603",44776,70534 +"249604",44778,45742 +"249605",44778,53562 +"249606",44778,55067 +"249607",44778,63961 +"249608",44778,93540 +"249609",44779,70100 +"249610",44780,51285 +"249611",44780,55216 +"249612",44780,112485 +"249613",44781,45778 +"249614",44781,57038 +"249615",44781,99640 +"249616",44781,100282 +"249617",44781,101557 +"249618",44782,44825 +"249619",44782,44839 +"249620",44782,45130 +"249621",44783,88641 +"249622",44783,123238 +"249623",44785,49833 +"249624",44785,62749 +"249625",44785,69501 +"249626",44785,82291 +"249627",44785,107273 +"249628",44786,69546 +"249629",44786,70912 +"249630",44786,73902 +"249631",44786,77334 +"249632",44786,94625 +"249633",44786,96385 +"249634",44786,105481 +"249635",44786,109551 +"249636",44788,52842 +"249637",44788,62923 +"249638",44788,65678 +"249639",44788,66248 +"249640",44789,50092 +"249641",44789,61173 +"249642",44789,63146 +"249643",44789,95264 +"249644",44789,107426 +"249645",44789,114994 +"249646",44790,44822 +"249647",44790,44841 +"249648",44791,61696 +"249649",44792,47739 +"249650",44792,49794 +"249651",44792,52925 +"249652",44792,104676 +"249653",44793,50041 +"249654",44793,58011 +"249655",44793,65439 +"249656",44793,89290 +"249657",44795,45526 +"249658",44795,49148 +"249659",44795,65840 +"249660",44795,91978 +"249661",44795,92585 +"249662",44795,105158 +"249663",44796,45224 +"249664",44796,79136 +"249665",44796,97237 +"249666",44797,44833 +"249667",44797,97023 +"249668",44799,109392 +"249669",44800,79531 +"249670",44800,81384 +"249671",44802,76133 +"249672",44803,60651 +"249673",44804,48883 +"249674",44804,60030 +"249675",44804,60061 +"249676",44804,60074 +"249677",44804,60079 +"249678",44804,60191 +"249679",44804,60326 +"249680",44804,60763 +"249681",44804,70775 +"249682",44805,55929 +"249683",44805,89563 +"249684",44806,44829 +"249685",44806,63536 +"249686",44807,46116 +"249687",44807,77570 +"249688",44808,79050 +"249689",44808,86946 +"249690",44808,92785 +"249691",44808,95336 +"249692",44808,95351 +"249693",44808,95477 +"249694",44808,95862 +"249695",44808,98322 +"249696",44808,109400 +"249697",44808,118396 +"249698",44809,65995 +"249699",44809,74465 +"249700",44810,49493 +"249701",44810,52004 +"249702",44810,54105 +"249703",44810,59197 +"249704",44810,64941 +"249705",44810,66318 +"249706",44810,101924 +"249707",44810,102414 +"249708",44810,112828 +"249709",44810,119934 +"249710",44811,87807 +"249711",44811,99259 +"249712",44811,122194 +"249713",44812,49041 +"249714",44812,58167 +"249715",44812,78674 +"249716",44812,79245 +"249717",44812,84880 +"249718",44812,99713 +"249719",44812,102227 +"249720",44812,116093 +"249721",44812,122875 +"249722",44813,51011 +"249723",44813,54664 +"249724",44814,58969 +"249725",44815,68016 +"249726",44815,79100 +"249727",44815,121174 +"249728",44816,45233 +"249729",44816,49067 +"249730",44816,69536 +"249731",44816,75421 +"249732",44816,88752 +"249733",44816,91742 +"249734",44816,101832 +"249735",44816,101886 +"249736",44816,101887 +"249737",44816,104891 +"249738",44818,44827 +"249739",44818,44855 +"249740",44819,59010 +"249741",44819,108613 +"249742",44820,82174 +"249743",44821,44887 +"249744",44821,44888 +"249745",44821,62062 +"249746",44821,103326 +"249747",44822,44841 +"249748",44822,48173 +"249749",44822,48682 +"249750",44822,50076 +"249751",44822,52785 +"249752",44822,61074 +"249753",44822,69875 +"249754",44822,78511 +"249755",44822,89446 +"249756",44822,109273 +"249757",44822,109274 +"249758",44823,45976 +"249759",44823,49928 +"249760",44823,75116 +"249761",44823,81872 +"249762",44823,92711 +"249763",44823,93164 +"249764",44823,106564 +"249765",44823,107857 +"249766",44823,107865 +"249767",44823,121899 +"249768",44823,122070 +"249769",44825,44839 +"249770",44825,45130 +"249771",44825,59854 +"249772",44825,63115 +"249773",44825,95353 +"249774",44825,99621 +"249775",44825,103081 +"249776",44826,53150 +"249777",44827,44855 +"249778",44827,46702 +"249779",44827,47106 +"249780",44827,53594 +"249781",44828,45657 +"249782",44828,45933 +"249783",44828,46434 +"249784",44828,46788 +"249785",44828,47123 +"249786",44828,47488 +"249787",44828,48206 +"249788",44828,48268 +"249789",44828,48296 +"249790",44828,48909 +"249791",44828,49859 +"249792",44828,50064 +"249793",44828,50067 +"249794",44828,50554 +"249795",44828,50879 +"249796",44828,51783 +"249797",44828,52018 +"249798",44828,53444 +"249799",44828,53527 +"249800",44828,53555 +"249801",44828,54275 +"249802",44828,56628 +"249803",44828,58004 +"249804",44828,58068 +"249805",44828,58633 +"249806",44828,61111 +"249807",44828,61127 +"249808",44828,68287 +"249809",44830,47988 +"249810",44830,56462 +"249811",44830,112932 +"249812",44831,98188 +"249813",44832,89906 +"249814",44832,94229 +"249815",44832,95948 +"249816",44832,101719 +"249817",44832,108724 +"249818",44832,118593 +"249819",44832,119675 +"249820",44834,50306 +"249821",44834,61576 +"249822",44835,46171 +"249823",44835,47139 +"249824",44836,61576 +"249825",44836,80205 +"249826",44836,82733 +"249827",44836,83327 +"249828",44836,85697 +"249829",44836,87139 +"249830",44837,49781 +"249831",44837,49782 +"249832",44837,49893 +"249833",44837,49894 +"249834",44838,48397 +"249835",44838,48421 +"249836",44838,58428 +"249837",44838,58756 +"249838",44839,45130 +"249839",44842,45853 +"249840",44842,54793 +"249841",44842,57123 +"249842",44842,68268 +"249843",44842,82852 +"249844",44842,83406 +"249845",44842,95762 +"249846",44843,48860 +"249847",44843,59100 +"249848",44843,96161 +"249849",44846,47810 +"249850",44846,102374 +"249851",44846,112002 +"249852",44847,69844 +"249853",44848,96585 +"249854",44849,45689 +"249855",44849,70192 +"249856",44849,70194 +"249857",44850,45244 +"249858",44850,76769 +"249859",44851,48207 +"249860",44851,69440 +"249861",44851,72175 +"249862",44851,101398 +"249863",44854,53524 +"249864",44854,60434 +"249865",44854,64297 +"249866",44854,64587 +"249867",44854,79114 +"249868",44854,80413 +"249869",44855,71479 +"249870",44855,83043 +"249871",44855,98173 +"249872",44857,48411 +"249873",44857,49746 +"249874",44857,54099 +"249875",44858,51654 +"249876",44858,57105 +"249877",44858,58035 +"249878",44858,74452 +"249879",44858,79116 +"249880",44858,79145 +"249881",44858,82767 +"249882",44858,83165 +"249883",44858,83180 +"249884",44858,83906 +"249885",44858,83915 +"249886",44858,83949 +"249887",44858,88714 +"249888",44859,54692 +"249889",44859,57799 +"249890",44859,57800 +"249891",44859,57943 +"249892",44861,44971 +"249893",44862,56797 +"249894",44862,100394 +"249895",44862,111563 +"249896",44863,62015 +"249897",44863,67496 +"249898",44863,78985 +"249899",44863,80453 +"249900",44863,96484 +"249901",44863,96491 +"249902",44864,47449 +"249903",44864,48057 +"249904",44864,50032 +"249905",44864,50477 +"249906",44864,54278 +"249907",44864,57028 +"249908",44864,60611 +"249909",44864,81807 +"249910",44864,92199 +"249911",44864,103959 +"249912",44864,113364 +"249913",44865,46004 +"249914",44865,120368 +"249915",44868,61587 +"249916",44869,84926 +"249917",44870,90083 +"249918",44870,111852 +"249919",44870,111892 +"249920",44871,95744 +"249921",44872,45978 +"249922",44872,46046 +"249923",44873,73476 +"249924",44873,74202 +"249925",44873,77433 +"249926",44873,84620 +"249927",44873,98181 +"249928",44873,110281 +"249929",44873,110287 +"249930",44873,110300 +"249931",44873,110309 +"249932",44873,116115 +"249933",44874,84866 +"249934",44874,93012 +"249935",44875,45120 +"249936",44877,45749 +"249937",44877,58061 +"249938",44877,59218 +"249939",44877,63757 +"249940",44877,67068 +"249941",44877,74766 +"249942",44877,82341 +"249943",44877,86555 +"249944",44877,92269 +"249945",44877,92297 +"249946",44879,45866 +"249947",44880,56546 +"249948",44880,64611 +"249949",44880,74504 +"249950",44881,48969 +"249951",44881,48977 +"249952",44881,48983 +"249953",44881,49005 +"249954",44881,49010 +"249955",44881,49028 +"249956",44882,70725 +"249957",44882,91779 +"249958",44882,96525 +"249959",44882,101347 +"249960",44884,44885 +"249961",44884,44899 +"249962",44885,44899 +"249963",44886,44968 +"249964",44886,123217 +"249965",44886,123255 +"249966",44887,44888 +"249967",44887,45595 +"249968",44887,53796 +"249969",44887,54419 +"249970",44888,78781 +"249971",44889,46918 +"249972",44889,48578 +"249973",44889,51270 +"249974",44889,59823 +"249975",44889,67844 +"249976",44889,68064 +"249977",44890,55005 +"249978",44890,65976 +"249979",44890,74277 +"249980",44890,86326 +"249981",44891,44905 +"249982",44892,61270 +"249983",44892,65389 +"249984",44892,104004 +"249985",44893,69600 +"249986",44894,49166 +"249987",44895,58135 +"249988",44895,76928 +"249989",44895,76956 +"249990",44896,44986 +"249991",44896,48084 +"249992",44896,60366 +"249993",44897,60378 +"249994",44898,51468 +"249995",44898,77193 +"249996",44898,83695 +"249997",44900,44923 +"249998",44901,48939 +"249999",44901,60570 +"250000",44901,65356 +"250001",44901,66578 +"250002",44902,45061 +"250003",44902,52527 +"250004",44902,57391 +"250005",44902,93970 +"250006",44902,119744 +"250007",44903,56698 +"250008",44903,68165 +"250009",44903,69536 +"250010",44903,73374 +"250011",44903,76057 +"250012",44903,100582 +"250013",44903,110313 +"250014",44903,112657 +"250015",44904,74754 +"250016",44905,55181 +"250017",44905,55382 +"250018",44905,55464 +"250019",44905,84025 +"250020",44906,45010 +"250021",44907,51591 +"250022",44907,62907 +"250023",44908,44991 +"250024",44908,93952 +"250025",44909,44943 +"250026",44909,70488 +"250027",44909,81902 +"250028",44910,80504 +"250029",44910,80843 +"250030",44911,103200 +"250031",44912,77756 +"250032",44912,93435 +"250033",44914,69722 +"250034",44916,44929 +"250035",44916,44930 +"250036",44916,44931 +"250037",44916,44980 +"250038",44917,57963 +"250039",44917,95571 +"250040",44918,44919 +"250041",44918,44920 +"250042",44918,92746 +"250043",44918,92807 +"250044",44918,92810 +"250045",44918,92826 +"250046",44919,44920 +"250047",44921,50664 +"250048",44921,66557 +"250049",44921,94488 +"250050",44921,99479 +"250051",44921,99680 +"250052",44921,100708 +"250053",44921,107134 +"250054",44921,110660 +"250055",44921,112932 +"250056",44922,116026 +"250057",44922,116034 +"250058",44926,111063 +"250059",44928,44997 +"250060",44928,59222 +"250061",44928,68139 +"250062",44928,69678 +"250063",44928,78091 +"250064",44928,95415 +"250065",44928,96411 +"250066",44928,110900 +"250067",44929,44930 +"250068",44929,44931 +"250069",44929,44980 +"250070",44930,44931 +"250071",44930,44980 +"250072",44931,44980 +"250073",44931,64160 +"250074",44931,73194 +"250075",44931,89701 +"250076",44931,89727 +"250077",44931,89746 +"250078",44931,89749 +"250079",44932,72141 +"250080",44932,79814 +"250081",44932,93440 +"250082",44932,122631 +"250083",44932,123504 +"250084",44933,52718 +"250085",44933,81340 +"250086",44933,81341 +"250087",44934,95802 +"250088",44935,60859 +"250089",44935,82335 +"250090",44935,94728 +"250091",44936,109258 +"250092",44937,44984 +"250093",44937,103012 +"250094",44939,44985 +"250095",44940,64288 +"250096",44940,76820 +"250097",44940,76883 +"250098",44940,80551 +"250099",44940,86702 +"250100",44940,86728 +"250101",44940,93376 +"250102",44940,112989 +"250103",44940,115850 +"250104",44940,116199 +"250105",44940,116217 +"250106",44940,116709 +"250107",44941,87239 +"250108",44942,108223 +"250109",44944,86255 +"250110",44944,86359 +"250111",44945,44974 +"250112",44945,116550 +"250113",44946,63555 +"250114",44946,93099 +"250115",44946,93115 +"250116",44946,96169 +"250117",44946,104387 +"250118",44947,78373 +"250119",44947,87034 +"250120",44947,87352 +"250121",44947,104884 +"250122",44948,44949 +"250123",44948,44950 +"250124",44949,44950 +"250125",44951,56516 +"250126",44952,70893 +"250127",44952,72535 +"250128",44952,72667 +"250129",44952,72675 +"250130",44953,60520 +"250131",44953,93153 +"250132",44953,96969 +"250133",44954,45320 +"250134",44954,81305 +"250135",44954,89936 +"250136",44955,46509 +"250137",44955,67155 +"250138",44955,74687 +"250139",44955,99186 +"250140",44955,103424 +"250141",44956,52199 +"250142",44956,64063 +"250143",44956,101074 +"250144",44956,101499 +"250145",44956,103151 +"250146",44956,103206 +"250147",44957,63061 +"250148",44957,81306 +"250149",44957,84767 +"250150",44957,92821 +"250151",44959,47460 +"250152",44959,53650 +"250153",44959,54625 +"250154",44959,63799 +"250155",44959,81075 +"250156",44959,84337 +"250157",44959,84350 +"250158",44959,88164 +"250159",44960,49302 +"250160",44960,61982 +"250161",44960,65947 +"250162",44961,52528 +"250163",44961,88344 +"250164",44963,44978 +"250165",44964,69370 +"250166",44964,121147 +"250167",44966,58631 +"250168",44967,95563 +"250169",44968,62833 +"250170",44968,88510 +"250171",44968,93881 +"250172",44968,108255 +"250173",44968,119334 +"250174",44968,119408 +"250175",44969,44982 +"250176",44969,83947 +"250177",44970,70627 +"250178",44971,48682 +"250179",44972,46565 +"250180",44972,58986 +"250181",44972,64571 +"250182",44972,70121 +"250183",44972,87919 +"250184",44972,92105 +"250185",44972,99766 +"250186",44972,105261 +"250187",44973,46177 +"250188",44973,47048 +"250189",44973,48110 +"250190",44973,49562 +"250191",44973,58508 +"250192",44973,59731 +"250193",44973,62642 +"250194",44973,68091 +"250195",44973,69335 +"250196",44973,75245 +"250197",44973,75776 +"250198",44973,75956 +"250199",44973,76387 +"250200",44973,78978 +"250201",44973,79212 +"250202",44973,79241 +"250203",44973,79579 +"250204",44973,80239 +"250205",44973,80301 +"250206",44973,81397 +"250207",44973,88340 +"250208",44973,88749 +"250209",44973,89069 +"250210",44973,89373 +"250211",44973,89995 +"250212",44973,90919 +"250213",44973,90936 +"250214",44973,92861 +"250215",44973,93097 +"250216",44973,94231 +"250217",44973,95489 +"250218",44973,96247 +"250219",44973,96363 +"250220",44973,97898 +"250221",44977,87424 +"250222",44978,84768 +"250223",44978,117554 +"250224",44978,120051 +"250225",44978,123413 +"250226",44979,56253 +"250227",44979,76384 +"250228",44979,78392 +"250229",44979,88887 +"250230",44981,51214 +"250231",44981,51255 +"250232",44981,101106 +"250233",44981,109585 +"250234",44981,116455 +"250235",44982,52911 +"250236",44983,45506 +"250237",44983,45709 +"250238",44983,47688 +"250239",44983,50102 +"250240",44983,51299 +"250241",44983,53134 +"250242",44983,57783 +"250243",44983,59646 +"250244",44983,62488 +"250245",44983,63846 +"250246",44983,65800 +"250247",44983,67564 +"250248",44983,69362 +"250249",44983,71693 +"250250",44983,74730 +"250251",44983,76590 +"250252",44983,80063 +"250253",44983,86600 +"250254",44983,88782 +"250255",44983,92517 +"250256",44983,97671 +"250257",44983,98406 +"250258",44983,100140 +"250259",44983,105198 +"250260",44983,110250 +"250261",44983,122588 +"250262",44983,122819 +"250263",44983,122852 +"250264",44983,122861 +"250265",44983,122863 +"250266",44983,122864 +"250267",44986,48084 +"250268",44986,60366 +"250269",44987,48780 +"250270",44987,80698 +"250271",44987,85907 +"250272",44987,94310 +"250273",44988,55114 +"250274",44988,60024 +"250275",44988,78587 +"250276",44988,78850 +"250277",44988,78855 +"250278",44988,78970 +"250279",44988,120464 +"250280",44989,47019 +"250281",44990,47491 +"250282",44990,82479 +"250283",44990,86148 +"250284",44990,86572 +"250285",44992,49588 +"250286",44992,57427 +"250287",44992,58368 +"250288",44992,58770 +"250289",44994,111647 +"250290",44994,111757 +"250291",44994,120635 +"250292",44994,122347 +"250293",44995,58226 +"250294",44996,46139 +"250295",44996,66564 +"250296",44996,79306 +"250297",44996,85543 +"250298",44996,117208 +"250299",44997,69678 +"250300",44997,85380 +"250301",44997,119847 +"250302",44999,63788 +"250303",44999,74361 +"250304",44999,75643 +"250305",44999,88312 +"250306",45001,46641 +"250307",45002,56210 +"250308",45002,56832 +"250309",45003,87359 +"250310",45003,107538 +"250311",45003,117621 +"250312",45003,117672 +"250313",45003,122201 +"250314",45005,84388 +"250315",45006,56007 +"250316",45007,48434 +"250317",45007,50324 +"250318",45007,50344 +"250319",45007,64254 +"250320",45007,74681 +"250321",45007,83772 +"250322",45007,116660 +"250323",45008,120414 +"250324",45008,120430 +"250325",45008,123382 +"250326",45010,72767 +"250327",45010,120242 +"250328",45011,52149 +"250329",45014,48004 +"250330",45015,46133 +"250331",45015,61337 +"250332",45015,91746 +"250333",45015,97712 +"250334",45015,104356 +"250335",45015,121305 +"250336",45016,46634 +"250337",45017,47810 +"250338",45017,63776 +"250339",45017,79074 +"250340",45017,85553 +"250341",45017,85869 +"250342",45017,95675 +"250343",45018,45115 +"250344",45018,60581 +"250345",45018,66741 +"250346",45019,53873 +"250347",45022,84027 +"250348",45023,45036 +"250349",45023,45065 +"250350",45023,45108 +"250351",45023,45117 +"250352",45023,45118 +"250353",45023,45126 +"250354",45023,61853 +"250355",45023,61866 +"250356",45024,55220 +"250357",45024,70011 +"250358",45024,97753 +"250359",45024,109451 +"250360",45025,48955 +"250361",45025,54173 +"250362",45025,54242 +"250363",45025,65462 +"250364",45025,78904 +"250365",45025,80071 +"250366",45025,80134 +"250367",45025,102113 +"250368",45026,95421 +"250369",45027,68705 +"250370",45028,67804 +"250371",45030,50758 +"250372",45030,97773 +"250373",45030,97800 +"250374",45031,76347 +"250375",45031,100211 +"250376",45031,101983 +"250377",45031,116147 +"250378",45031,116180 +"250379",45032,67403 +"250380",45032,67474 +"250381",45033,46413 +"250382",45034,45035 +"250383",45034,58900 +"250384",45036,45065 +"250385",45036,45108 +"250386",45036,45117 +"250387",45036,45118 +"250388",45036,45126 +"250389",45037,57246 +"250390",45037,73918 +"250391",45037,104692 +"250392",45039,45085 +"250393",45039,64013 +"250394",45039,83722 +"250395",45040,51841 +"250396",45040,96168 +"250397",45040,97062 +"250398",45040,119975 +"250399",45041,106850 +"250400",45041,106876 +"250401",45042,65734 +"250402",45043,45141 +"250403",45043,85401 +"250404",45043,88536 +"250405",45043,92553 +"250406",45043,93019 +"250407",45043,93507 +"250408",45043,101033 +"250409",45043,112669 +"250410",45043,115663 +"250411",45043,115678 +"250412",45044,49846 +"250413",45044,67339 +"250414",45044,77631 +"250415",45044,88687 +"250416",45044,88823 +"250417",45044,88826 +"250418",45045,93568 +"250419",45045,111499 +"250420",45046,66733 +"250421",45046,68701 +"250422",45046,70767 +"250423",45046,84616 +"250424",45046,114785 +"250425",45046,114836 +"250426",45047,45980 +"250427",45047,48202 +"250428",45047,48212 +"250429",45047,53132 +"250430",45047,53227 +"250431",45047,55111 +"250432",45047,58628 +"250433",45047,61801 +"250434",45047,64350 +"250435",45047,73044 +"250436",45047,73058 +"250437",45047,73335 +"250438",45047,78063 +"250439",45047,78429 +"250440",45047,78569 +"250441",45047,82143 +"250442",45047,83231 +"250443",45047,86471 +"250444",45047,88997 +"250445",45047,90804 +"250446",45047,91022 +"250447",45047,91045 +"250448",45047,92824 +"250449",45047,94832 +"250450",45047,95675 +"250451",45047,101516 +"250452",45047,102387 +"250453",45047,108374 +"250454",45047,108893 +"250455",45047,109101 +"250456",45047,109523 +"250457",45047,110993 +"250458",45047,111338 +"250459",45047,111398 +"250460",45047,111409 +"250461",45047,111480 +"250462",45047,112422 +"250463",45047,112648 +"250464",45047,112708 +"250465",45047,112820 +"250466",45047,112997 +"250467",45047,113597 +"250468",45047,114418 +"250469",45047,114582 +"250470",45047,115371 +"250471",45047,115684 +"250472",45047,116028 +"250473",45047,116604 +"250474",45048,77149 +"250475",45049,82306 +"250476",45049,97172 +"250477",45050,64626 +"250478",45050,64627 +"250479",45050,64661 +"250480",45051,69532 +"250481",45051,92260 +"250482",45051,94611 +"250483",45051,111799 +"250484",45051,112850 +"250485",45052,45092 +"250486",45052,65724 +"250487",45054,45080 +"250488",45054,48138 +"250489",45054,49770 +"250490",45054,51775 +"250491",45054,53132 +"250492",45054,73299 +"250493",45054,90827 +"250494",45054,91757 +"250495",45054,95187 +"250496",45054,104279 +"250497",45056,92574 +"250498",45056,97019 +"250499",45056,114440 +"250500",45057,74293 +"250501",45058,53259 +"250502",45058,78150 +"250503",45058,80625 +"250504",45058,81074 +"250505",45058,96352 +"250506",45058,99207 +"250507",45058,103930 +"250508",45059,72629 +"250509",45060,45918 +"250510",45060,50254 +"250511",45060,63502 +"250512",45060,82893 +"250513",45060,83273 +"250514",45060,86125 +"250515",45060,87944 +"250516",45060,88032 +"250517",45060,90944 +"250518",45060,90984 +"250519",45060,90985 +"250520",45060,91560 +"250521",45060,92234 +"250522",45060,95149 +"250523",45061,52527 +"250524",45061,57391 +"250525",45061,92990 +"250526",45061,93970 +"250527",45061,119744 +"250528",45062,49001 +"250529",45062,64674 +"250530",45062,95820 +"250531",45062,109931 +"250532",45063,45234 +"250533",45063,45266 +"250534",45064,45145 +"250535",45064,45235 +"250536",45064,45243 +"250537",45065,45108 +"250538",45065,45117 +"250539",45065,45118 +"250540",45065,45126 +"250541",45066,57577 +"250542",45067,97468 +"250543",45068,53539 +"250544",45069,118074 +"250545",45070,53860 +"250546",45070,105469 +"250547",45070,110641 +"250548",45070,114316 +"250549",45076,46632 +"250550",45076,46633 +"250551",45076,97348 +"250552",45078,45683 +"250553",45078,82617 +"250554",45079,62337 +"250555",45079,100029 +"250556",45079,109206 +"250557",45079,109215 +"250558",45079,109225 +"250559",45080,46532 +"250560",45080,53132 +"250561",45081,50397 +"250562",45081,63518 +"250563",45081,63531 +"250564",45081,76131 +"250565",45081,83581 +"250566",45081,97580 +"250567",45081,98249 +"250568",45081,103064 +"250569",45081,108367 +"250570",45081,110826 +"250571",45081,113417 +"250572",45082,57933 +"250573",45083,63613 +"250574",45083,63661 +"250575",45083,63677 +"250576",45084,79744 +"250577",45085,64013 +"250578",45085,83722 +"250579",45085,99737 +"250580",45085,118647 +"250581",45085,118674 +"250582",45085,118679 +"250583",45086,69414 +"250584",45088,49339 +"250585",45088,49776 +"250586",45088,52042 +"250587",45088,53062 +"250588",45088,56787 +"250589",45088,74558 +"250590",45088,75054 +"250591",45088,76358 +"250592",45088,81749 +"250593",45089,118281 +"250594",45091,54502 +"250595",45091,58845 +"250596",45091,58868 +"250597",45092,46226 +"250598",45092,61890 +"250599",45092,89217 +"250600",45093,49162 +"250601",45093,86752 +"250602",45093,87846 +"250603",45095,100015 +"250604",45096,50107 +"250605",45097,50367 +"250606",45097,97903 +"250607",45097,117007 +"250608",45097,119146 +"250609",45097,119154 +"250610",45098,83205 +"250611",45099,79586 +"250612",45100,65738 +"250613",45100,68793 +"250614",45100,78999 +"250615",45100,89549 +"250616",45100,89721 +"250617",45100,89724 +"250618",45100,89728 +"250619",45100,89733 +"250620",45100,89857 +"250621",45100,91481 +"250622",45100,91494 +"250623",45100,91569 +"250624",45100,93156 +"250625",45100,96349 +"250626",45100,96815 +"250627",45100,105870 +"250628",45100,112815 +"250629",45101,116114 +"250630",45101,117980 +"250631",45101,119120 +"250632",45102,120669 +"250633",45104,46151 +"250634",45104,52745 +"250635",45106,85781 +"250636",45106,85789 +"250637",45106,85937 +"250638",45107,51123 +"250639",45107,77602 +"250640",45107,101407 +"250641",45108,45117 +"250642",45108,45118 +"250643",45108,45126 +"250644",45108,65217 +"250645",45109,96254 +"250646",45110,47336 +"250647",45111,86559 +"250648",45111,121424 +"250649",45112,46554 +"250650",45112,91500 +"250651",45112,102010 +"250652",45112,102035 +"250653",45113,53593 +"250654",45115,45216 +"250655",45115,70653 +"250656",45115,77481 +"250657",45116,119022 +"250658",45117,45118 +"250659",45117,45126 +"250660",45118,45126 +"250661",45118,49756 +"250662",45118,49817 +"250663",45118,50682 +"250664",45118,52737 +"250665",45119,57153 +"250666",45119,73321 +"250667",45119,89014 +"250668",45121,95203 +"250669",45122,64361 +"250670",45123,45542 +"250671",45124,54836 +"250672",45127,49644 +"250673",45127,50652 +"250674",45127,51512 +"250675",45127,54108 +"250676",45127,54460 +"250677",45127,58635 +"250678",45127,58642 +"250679",45127,59024 +"250680",45127,74167 +"250681",45127,78359 +"250682",45127,97553 +"250683",45127,97557 +"250684",45127,105759 +"250685",45127,107435 +"250686",45127,107908 +"250687",45127,107913 +"250688",45127,107924 +"250689",45127,107930 +"250690",45127,107978 +"250691",45128,62561 +"250692",45128,92849 +"250693",45129,48584 +"250694",45129,80233 +"250695",45129,80626 +"250696",45129,86049 +"250697",45129,114196 +"250698",45130,86766 +"250699",45130,89734 +"250700",45131,45250 +"250701",45131,45296 +"250702",45132,86532 +"250703",45132,101824 +"250704",45133,58354 +"250705",45134,62645 +"250706",45134,72335 +"250707",45136,49962 +"250708",45136,55297 +"250709",45136,57892 +"250710",45136,58659 +"250711",45136,70996 +"250712",45136,71004 +"250713",45136,71253 +"250714",45136,77739 +"250715",45136,82125 +"250716",45136,82138 +"250717",45136,82139 +"250718",45136,82141 +"250719",45136,82150 +"250720",45136,82164 +"250721",45136,92283 +"250722",45136,92296 +"250723",45136,92319 +"250724",45137,89507 +"250725",45138,45379 +"250726",45138,47385 +"250727",45138,55817 +"250728",45138,76858 +"250729",45138,79502 +"250730",45141,86858 +"250731",45144,47965 +"250732",45145,45235 +"250733",45145,45243 +"250734",45145,55900 +"250735",45145,62257 +"250736",45145,62544 +"250737",45147,63417 +"250738",45148,46476 +"250739",45148,70785 +"250740",45148,77371 +"250741",45148,120935 +"250742",45148,122593 +"250743",45149,46819 +"250744",45149,49798 +"250745",45149,57078 +"250746",45149,57578 +"250747",45151,49915 +"250748",45151,56373 +"250749",45151,63656 +"250750",45151,66730 +"250751",45151,82416 +"250752",45151,84887 +"250753",45151,93348 +"250754",45152,57367 +"250755",45152,66738 +"250756",45152,83548 +"250757",45152,84228 +"250758",45152,84510 +"250759",45152,86332 +"250760",45152,88046 +"250761",45152,88674 +"250762",45152,91900 +"250763",45152,92926 +"250764",45152,94722 +"250765",45152,102455 +"250766",45152,102474 +"250767",45152,114694 +"250768",45153,64594 +"250769",45153,75073 +"250770",45153,95948 +"250771",45153,97073 +"250772",45154,51583 +"250773",45154,61305 +"250774",45154,73596 +"250775",45155,86448 +"250776",45156,50403 +"250777",45156,57021 +"250778",45156,77898 +"250779",45157,103297 +"250780",45158,59255 +"250781",45158,67516 +"250782",45158,81175 +"250783",45159,45160 +"250784",45159,53676 +"250785",45159,53718 +"250786",45161,46726 +"250787",45161,47167 +"250788",45161,48464 +"250789",45161,59915 +"250790",45161,62668 +"250791",45161,70473 +"250792",45161,70981 +"250793",45161,71825 +"250794",45161,71837 +"250795",45161,77625 +"250796",45161,79681 +"250797",45161,81247 +"250798",45161,82452 +"250799",45161,88409 +"250800",45161,90883 +"250801",45161,91383 +"250802",45161,92113 +"250803",45161,98904 +"250804",45161,102940 +"250805",45161,115742 +"250806",45161,118577 +"250807",45161,119085 +"250808",45161,119224 +"250809",45161,119439 +"250810",45161,120085 +"250811",45161,120232 +"250812",45161,121213 +"250813",45162,45199 +"250814",45164,45201 +"250815",45164,64140 +"250816",45164,67125 +"250817",45165,45203 +"250818",45166,50756 +"250819",45166,50781 +"250820",45166,50795 +"250821",45166,53204 +"250822",45166,54824 +"250823",45166,54890 +"250824",45166,71876 +"250825",45166,84574 +"250826",45166,112188 +"250827",45167,69392 +"250828",45168,70084 +"250829",45169,53580 +"250830",45169,70601 +"250831",45169,91927 +"250832",45169,95193 +"250833",45169,95194 +"250834",45170,71070 +"250835",45170,71406 +"250836",45170,71437 +"250837",45170,122685 +"250838",45171,45304 +"250839",45172,46983 +"250840",45172,118264 +"250841",45173,45256 +"250842",45174,45703 +"250843",45174,54487 +"250844",45174,59743 +"250845",45174,93205 +"250846",45175,60489 +"250847",45175,64446 +"250848",45175,72395 +"250849",45176,52440 +"250850",45176,52488 +"250851",45176,52532 +"250852",45177,48675 +"250853",45177,54523 +"250854",45177,61018 +"250855",45177,61073 +"250856",45177,61164 +"250857",45178,54467 +"250858",45178,85127 +"250859",45178,87452 +"250860",45178,87983 +"250861",45178,91475 +"250862",45179,57046 +"250863",45180,45206 +"250864",45180,45207 +"250865",45180,45229 +"250866",45180,67235 +"250867",45181,57690 +"250868",45181,82411 +"250869",45181,82535 +"250870",45182,46444 +"250871",45182,60535 +"250872",45182,82919 +"250873",45182,82929 +"250874",45182,82930 +"250875",45184,45265 +"250876",45184,45300 +"250877",45186,51689 +"250878",45186,60603 +"250879",45186,76046 +"250880",45186,93677 +"250881",45186,109900 +"250882",45186,109909 +"250883",45187,48283 +"250884",45188,54309 +"250885",45188,90612 +"250886",45188,90613 +"250887",45188,90618 +"250888",45188,90619 +"250889",45188,90637 +"250890",45188,90648 +"250891",45188,90659 +"250892",45188,90660 +"250893",45188,90683 +"250894",45188,90684 +"250895",45188,91846 +"250896",45189,45417 +"250897",45189,56689 +"250898",45189,57675 +"250899",45189,57765 +"250900",45189,64482 +"250901",45191,48661 +"250902",45191,120374 +"250903",45191,120382 +"250904",45192,58385 +"250905",45192,60098 +"250906",45192,64104 +"250907",45192,65113 +"250908",45192,71026 +"250909",45192,74070 +"250910",45193,62757 +"250911",45195,45197 +"250912",45195,45218 +"250913",45196,56170 +"250914",45196,63081 +"250915",45196,71622 +"250916",45196,71722 +"250917",45197,45218 +"250918",45197,57497 +"250919",45197,85297 +"250920",45200,89297 +"250921",45200,90037 +"250922",45200,112398 +"250923",45201,47963 +"250924",45202,45281 +"250925",45202,58364 +"250926",45202,64585 +"250927",45203,51691 +"250928",45205,45245 +"250929",45205,47173 +"250930",45205,58990 +"250931",45205,63053 +"250932",45205,70015 +"250933",45205,70171 +"250934",45206,45207 +"250935",45206,45229 +"250936",45206,67235 +"250937",45207,45229 +"250938",45207,67235 +"250939",45207,75107 +"250940",45207,75138 +"250941",45208,47663 +"250942",45208,47664 +"250943",45208,47760 +"250944",45209,99432 +"250945",45209,112715 +"250946",45211,59888 +"250947",45212,85438 +"250948",45212,98004 +"250949",45212,99455 +"250950",45213,56676 +"250951",45213,89736 +"250952",45215,50922 +"250953",45215,85485 +"250954",45215,88721 +"250955",45216,45306 +"250956",45216,45321 +"250957",45216,53630 +"250958",45216,56444 +"250959",45216,57428 +"250960",45216,72260 +"250961",45216,81676 +"250962",45216,81682 +"250963",45216,101737 +"250964",45217,83873 +"250965",45219,55525 +"250966",45219,60506 +"250967",45221,71597 +"250968",45222,54844 +"250969",45222,60271 +"250970",45222,66405 +"250971",45222,66414 +"250972",45222,86549 +"250973",45222,98927 +"250974",45222,102048 +"250975",45222,108845 +"250976",45223,45713 +"250977",45224,53881 +"250978",45224,54695 +"250979",45224,63711 +"250980",45224,89675 +"250981",45225,77324 +"250982",45225,102871 +"250983",45226,45291 +"250984",45227,49715 +"250985",45227,63708 +"250986",45227,67813 +"250987",45227,69289 +"250988",45227,80860 +"250989",45227,93149 +"250990",45227,93160 +"250991",45227,94156 +"250992",45227,94167 +"250993",45227,97416 +"250994",45227,104396 +"250995",45227,107153 +"250996",45227,107184 +"250997",45227,109300 +"250998",45228,45284 +"250999",45228,57326 +"251000",45228,73794 +"251001",45228,79977 +"251002",45228,80212 +"251003",45228,84510 +"251004",45228,99575 +"251005",45228,100377 +"251006",45228,103013 +"251007",45228,107556 +"251008",45228,113483 +"251009",45229,67235 +"251010",45230,122455 +"251011",45231,71588 +"251012",45231,75312 +"251013",45232,65335 +"251014",45233,46435 +"251015",45233,73450 +"251016",45233,88280 +"251017",45233,98600 +"251018",45233,109342 +"251019",45234,45266 +"251020",45234,60925 +"251021",45234,85881 +"251022",45235,45243 +"251023",45236,55550 +"251024",45236,91726 +"251025",45237,51422 +"251026",45237,84447 +"251027",45238,54926 +"251028",45238,72595 +"251029",45239,46190 +"251030",45239,47501 +"251031",45239,54590 +"251032",45239,66766 +"251033",45239,73092 +"251034",45241,101797 +"251035",45245,50707 +"251036",45245,69034 +"251037",45245,72507 +"251038",45245,79152 +"251039",45245,79259 +"251040",45246,92871 +"251041",45246,99294 +"251042",45246,113721 +"251043",45248,102199 +"251044",45250,45296 +"251045",45251,63695 +"251046",45251,68406 +"251047",45252,46822 +"251048",45252,51058 +"251049",45252,63486 +"251050",45252,75535 +"251051",45252,76291 +"251052",45252,80451 +"251053",45252,88177 +"251054",45252,90155 +"251055",45252,96681 +"251056",45252,100808 +"251057",45253,91607 +"251058",45254,78297 +"251059",45255,46984 +"251060",45255,57763 +"251061",45255,79603 +"251062",45257,47009 +"251063",45257,57372 +"251064",45259,67977 +"251065",45259,78697 +"251066",45259,83192 +"251067",45259,88843 +"251068",45259,92496 +"251069",45259,94954 +"251070",45259,94955 +"251071",45259,94957 +"251072",45259,94969 +"251073",45259,95915 +"251074",45260,85690 +"251075",45260,115278 +"251076",45261,96557 +"251077",45261,96774 +"251078",45262,111777 +"251079",45263,55775 +"251080",45263,78704 +"251081",45263,78726 +"251082",45263,78768 +"251083",45263,94456 +"251084",45264,67083 +"251085",45264,104207 +"251086",45265,45300 +"251087",45266,63238 +"251088",45266,63291 +"251089",45268,91694 +"251090",45269,53043 +"251091",45269,64181 +"251092",45269,64819 +"251093",45269,65625 +"251094",45269,66413 +"251095",45269,74628 +"251096",45269,75136 +"251097",45269,77844 +"251098",45269,83544 +"251099",45269,85027 +"251100",45269,96664 +"251101",45269,101151 +"251102",45269,105063 +"251103",45269,114174 +"251104",45269,114178 +"251105",45270,46193 +"251106",45270,55441 +"251107",45270,57963 +"251108",45270,60486 +"251109",45270,69742 +"251110",45271,45272 +"251111",45271,69629 +"251112",45271,92617 +"251113",45271,114268 +"251114",45273,46988 +"251115",45273,51083 +"251116",45273,58553 +"251117",45273,109093 +"251118",45274,45279 +"251119",45274,96974 +"251120",45274,111589 +"251121",45275,52095 +"251122",45277,94644 +"251123",45277,100405 +"251124",45277,110985 +"251125",45277,115048 +"251126",45278,60968 +"251127",45279,47943 +"251128",45279,50204 +"251129",45279,50302 +"251130",45279,55016 +"251131",45279,56360 +"251132",45279,69993 +"251133",45279,72571 +"251134",45279,72682 +"251135",45279,73295 +"251136",45279,77903 +"251137",45279,88272 +"251138",45279,107844 +"251139",45280,52972 +"251140",45280,89236 +"251141",45280,99693 +"251142",45280,116767 +"251143",45280,118741 +"251144",45281,112186 +"251145",45282,50689 +"251146",45282,79837 +"251147",45283,49962 +"251148",45284,52264 +"251149",45284,60047 +"251150",45284,60134 +"251151",45284,68997 +"251152",45284,80913 +"251153",45284,81914 +"251154",45284,87748 +"251155",45284,88484 +"251156",45284,91144 +"251157",45284,106186 +"251158",45285,51578 +"251159",45285,56421 +"251160",45285,118637 +"251161",45285,122849 +"251162",45286,45287 +"251163",45286,45288 +"251164",45287,45288 +"251165",45287,45952 +"251166",45287,72791 +"251167",45287,101586 +"251168",45289,87064 +"251169",45290,53586 +"251170",45291,50632 +"251171",45291,64057 +"251172",45291,86755 +"251173",45291,103454 +"251174",45291,105983 +"251175",45292,47594 +"251176",45292,69352 +"251177",45292,72827 +"251178",45292,107030 +"251179",45294,59157 +"251180",45295,73692 +"251181",45295,84982 +"251182",45295,96002 +"251183",45297,49029 +"251184",45297,68236 +"251185",45297,76580 +"251186",45297,76845 +"251187",45297,82217 +"251188",45297,82235 +"251189",45297,85678 +"251190",45297,90509 +"251191",45297,93626 +"251192",45297,93642 +"251193",45297,103596 +"251194",45297,106996 +"251195",45297,107148 +"251196",45297,107936 +"251197",45298,49427 +"251198",45298,87230 +"251199",45298,103785 +"251200",45299,58341 +"251201",45299,69355 +"251202",45301,54387 +"251203",45301,73372 +"251204",45301,99087 +"251205",45302,48359 +"251206",45302,51568 +"251207",45302,51866 +"251208",45302,57225 +"251209",45302,65028 +"251210",45302,69827 +"251211",45305,70250 +"251212",45305,83347 +"251213",45306,45321 +"251214",45306,52649 +"251215",45307,45308 +"251216",45308,50969 +"251217",45308,51003 +"251218",45308,51387 +"251219",45308,57949 +"251220",45308,59741 +"251221",45308,71106 +"251222",45308,86151 +"251223",45308,93431 +"251224",45308,100909 +"251225",45308,116115 +"251226",45308,121959 +"251227",45309,56247 +"251228",45309,65297 +"251229",45309,67351 +"251230",45309,76017 +"251231",45309,77228 +"251232",45309,77229 +"251233",45309,77259 +"251234",45309,77812 +"251235",45309,79607 +"251236",45310,45311 +"251237",45310,45394 +"251238",45310,48583 +"251239",45310,50113 +"251240",45310,55362 +"251241",45310,62638 +"251242",45311,45394 +"251243",45311,49470 +"251244",45311,49488 +"251245",45311,54328 +"251246",45311,60040 +"251247",45311,70536 +"251248",45311,70573 +"251249",45311,75029 +"251250",45311,75173 +"251251",45312,72759 +"251252",45313,45366 +"251253",45314,45320 +"251254",45314,45575 +"251255",45315,69944 +"251256",45315,77175 +"251257",45315,92784 +"251258",45315,99523 +"251259",45315,119311 +"251260",45316,59700 +"251261",45316,62365 +"251262",45316,71842 +"251263",45316,71946 +"251264",45316,71994 +"251265",45316,82003 +"251266",45316,88659 +"251267",45317,45431 +"251268",45318,64409 +"251269",45318,74593 +"251270",45319,62407 +"251271",45319,71176 +"251272",45320,45575 +"251273",45320,54429 +"251274",45320,66869 +"251275",45320,81305 +"251276",45320,89895 +"251277",45320,89936 +"251278",45322,53721 +"251279",45322,66619 +"251280",45322,72323 +"251281",45322,80205 +"251282",45322,89779 +"251283",45323,46258 +"251284",45325,70999 +"251285",45325,100033 +"251286",45325,100940 +"251287",45325,111384 +"251288",45326,96472 +"251289",45327,78941 +"251290",45329,82298 +"251291",45332,45428 +"251292",45332,61288 +"251293",45332,99022 +"251294",45332,99281 +"251295",45332,99729 +"251296",45332,100207 +"251297",45332,108189 +"251298",45332,109795 +"251299",45333,45398 +"251300",45333,45401 +"251301",45333,52601 +"251302",45334,54124 +"251303",45334,88870 +"251304",45334,88874 +"251305",45334,96300 +"251306",45334,104017 +"251307",45335,48486 +"251308",45335,54895 +"251309",45335,79164 +"251310",45335,81602 +"251311",45335,101975 +"251312",45335,118176 +"251313",45336,75640 +"251314",45336,115604 +"251315",45337,45438 +"251316",45337,53743 +"251317",45337,100458 +"251318",45338,45339 +"251319",45338,45414 +"251320",45338,53462 +"251321",45339,45414 +"251322",45339,56780 +"251323",45339,68403 +"251324",45339,94784 +"251325",45340,63406 +"251326",45340,63434 +"251327",45340,63468 +"251328",45341,45342 +"251329",45341,84790 +"251330",45343,55764 +"251331",45343,65594 +"251332",45343,83215 +"251333",45343,87293 +"251334",45343,115858 +"251335",45343,115866 +"251336",45343,115871 +"251337",45345,63881 +"251338",45345,99922 +"251339",45345,102122 +"251340",45345,111163 +"251341",45346,45370 +"251342",45346,45387 +"251343",45346,45676 +"251344",45347,45420 +"251345",45347,45421 +"251346",45347,45422 +"251347",45347,64876 +"251348",45349,109533 +"251349",45351,45352 +"251350",45351,45561 +"251351",45352,45561 +"251352",45352,49046 +"251353",45352,49084 +"251354",45352,50236 +"251355",45352,58918 +"251356",45352,60141 +"251357",45352,63939 +"251358",45352,79082 +"251359",45352,86849 +"251360",45352,91184 +"251361",45352,91912 +"251362",45352,94671 +"251363",45352,101793 +"251364",45352,108528 +"251365",45352,120932 +"251366",45353,72214 +"251367",45354,53564 +"251368",45354,56625 +"251369",45354,58319 +"251370",45354,66161 +"251371",45354,67533 +"251372",45354,67577 +"251373",45354,68254 +"251374",45354,72548 +"251375",45354,86853 +"251376",45355,48872 +"251377",45355,49610 +"251378",45355,52873 +"251379",45355,52874 +"251380",45355,61691 +"251381",45355,94771 +"251382",45355,104364 +"251383",45355,111612 +"251384",45355,113453 +"251385",45356,100932 +"251386",45356,105272 +"251387",45357,46786 +"251388",45357,48173 +"251389",45357,49064 +"251390",45357,55829 +"251391",45357,61125 +"251392",45357,64468 +"251393",45357,64578 +"251394",45357,68500 +"251395",45357,78446 +"251396",45357,84346 +"251397",45357,84353 +"251398",45357,84509 +"251399",45357,96793 +"251400",45357,100672 +"251401",45357,107438 +"251402",45357,107457 +"251403",45358,46520 +"251404",45359,65289 +"251405",45360,61254 +"251406",45360,63152 +"251407",45360,87370 +"251408",45360,112888 +"251409",45360,120931 +"251410",45362,55898 +"251411",45362,65806 +"251412",45364,93576 +"251413",45366,107740 +"251414",45367,74690 +"251415",45368,48066 +"251416",45368,91469 +"251417",45369,45400 +"251418",45369,62687 +"251419",45369,62706 +"251420",45370,45387 +"251421",45370,45676 +"251422",45370,65949 +"251423",45370,69359 +"251424",45370,97917 +"251425",45371,45372 +"251426",45371,45439 +"251427",45372,45439 +"251428",45373,50323 +"251429",45373,69758 +"251430",45374,45922 +"251431",45374,49610 +"251432",45375,51198 +"251433",45375,58303 +"251434",45375,64252 +"251435",45378,50400 +"251436",45378,59156 +"251437",45378,68732 +"251438",45378,97282 +"251439",45378,97333 +"251440",45379,46275 +"251441",45379,47654 +"251442",45379,52633 +"251443",45379,80028 +"251444",45380,117855 +"251445",45382,49627 +"251446",45382,50077 +"251447",45382,50332 +"251448",45382,54745 +"251449",45382,55611 +"251450",45382,57902 +"251451",45382,59037 +"251452",45383,49435 +"251453",45383,62910 +"251454",45384,46549 +"251455",45384,51287 +"251456",45384,53901 +"251457",45384,55138 +"251458",45384,56200 +"251459",45384,70125 +"251460",45384,70130 +"251461",45384,70149 +"251462",45384,73523 +"251463",45384,99291 +"251464",45384,99635 +"251465",45384,103910 +"251466",45385,69680 +"251467",45385,79420 +"251468",45385,116222 +"251469",45386,64329 +"251470",45386,86832 +"251471",45386,96140 +"251472",45386,96291 +"251473",45386,115747 +"251474",45386,117847 +"251475",45386,118303 +"251476",45386,118304 +"251477",45386,118312 +"251478",45386,118314 +"251479",45387,45676 +"251480",45387,107273 +"251481",45388,92256 +"251482",45388,110955 +"251483",45388,111198 +"251484",45388,112181 +"251485",45390,115537 +"251486",45391,47064 +"251487",45391,50774 +"251488",45391,58315 +"251489",45391,59461 +"251490",45391,65475 +"251491",45391,65476 +"251492",45391,65499 +"251493",45391,65535 +"251494",45391,72373 +"251495",45391,87837 +"251496",45391,94940 +"251497",45393,45807 +"251498",45393,47181 +"251499",45393,53617 +"251500",45394,62847 +"251501",45394,67866 +"251502",45394,75133 +"251503",45395,49841 +"251504",45395,54746 +"251505",45395,54754 +"251506",45395,69347 +"251507",45396,55234 +"251508",45396,55269 +"251509",45397,57058 +"251510",45397,58855 +"251511",45397,74575 +"251512",45397,75025 +"251513",45397,90824 +"251514",45397,96336 +"251515",45397,100607 +"251516",45397,101067 +"251517",45397,101484 +"251518",45398,45401 +"251519",45399,60524 +"251520",45401,47004 +"251521",45401,67898 +"251522",45401,96825 +"251523",45402,69390 +"251524",45403,46177 +"251525",45403,51843 +"251526",45403,52372 +"251527",45403,53756 +"251528",45403,78980 +"251529",45403,79000 +"251530",45403,93312 +"251531",45403,104104 +"251532",45403,115495 +"251533",45405,45467 +"251534",45405,72434 +"251535",45405,120805 +"251536",45406,45517 +"251537",45406,58137 +"251538",45406,61131 +"251539",45407,46195 +"251540",45407,79075 +"251541",45407,79089 +"251542",45407,79131 +"251543",45408,45563 +"251544",45408,69215 +"251545",45408,99191 +"251546",45408,105262 +"251547",45408,107410 +"251548",45408,108872 +"251549",45408,111156 +"251550",45408,114895 +"251551",45409,47356 +"251552",45410,47783 +"251553",45410,47835 +"251554",45410,47910 +"251555",45410,47943 +"251556",45410,86050 +"251557",45410,86123 +"251558",45411,104140 +"251559",45412,64475 +"251560",45412,64483 +"251561",45413,92572 +"251562",45413,115943 +"251563",45414,53462 +"251564",45417,48901 +"251565",45417,56689 +"251566",45417,64482 +"251567",45418,45917 +"251568",45418,55668 +"251569",45418,62072 +"251570",45418,63824 +"251571",45418,113509 +"251572",45418,113511 +"251573",45420,45421 +"251574",45420,45422 +"251575",45421,45422 +"251576",45421,66594 +"251577",45424,76840 +"251578",45424,108157 +"251579",45425,70180 +"251580",45427,59429 +"251581",45427,78573 +"251582",45429,87269 +"251583",45430,84094 +"251584",45430,103443 +"251585",45430,106597 +"251586",45431,67992 +"251587",45433,48847 +"251588",45433,48912 +"251589",45434,60170 +"251590",45434,61614 +"251591",45434,61637 +"251592",45435,53356 +"251593",45435,62553 +"251594",45435,66019 +"251595",45435,75420 +"251596",45435,83483 +"251597",45435,112220 +"251598",45438,53743 +"251599",45438,55000 +"251600",45440,56491 +"251601",45440,66007 +"251602",45440,74378 +"251603",45440,92537 +"251604",45440,94574 +"251605",45441,51331 +"251606",45441,61102 +"251607",45441,72188 +"251608",45441,72202 +"251609",45441,83366 +"251610",45441,92609 +"251611",45442,109320 +"251612",45443,46951 +"251613",45443,53128 +"251614",45443,59039 +"251615",45443,60117 +"251616",45443,63878 +"251617",45443,69335 +"251618",45443,71624 +"251619",45443,71962 +"251620",45443,76807 +"251621",45443,78548 +"251622",45443,80840 +"251623",45443,82744 +"251624",45443,93208 +"251625",45443,96048 +"251626",45443,100513 +"251627",45443,103826 +"251628",45443,113610 +"251629",45443,117098 +"251630",45444,45632 +"251631",45444,47424 +"251632",45444,47529 +"251633",45444,50257 +"251634",45444,50746 +"251635",45444,51330 +"251636",45444,59622 +"251637",45444,60848 +"251638",45445,45446 +"251639",45445,45482 +"251640",45445,45491 +"251641",45445,45500 +"251642",45445,45519 +"251643",45445,45544 +"251644",45446,45482 +"251645",45446,45491 +"251646",45446,45500 +"251647",45446,45519 +"251648",45446,45544 +"251649",45446,47039 +"251650",45446,51232 +"251651",45446,88101 +"251652",45446,92338 +"251653",45446,92349 +"251654",45446,92360 +"251655",45446,92376 +"251656",45446,92388 +"251657",45446,92391 +"251658",45447,57084 +"251659",45448,45606 +"251660",45449,45450 +"251661",45449,45485 +"251662",45449,45562 +"251663",45449,47818 +"251664",45449,47819 +"251665",45449,47823 +"251666",45449,48781 +"251667",45449,48931 +"251668",45449,49401 +"251669",45449,49930 +"251670",45449,66852 +"251671",45449,71003 +"251672",45449,79639 +"251673",45449,81622 +"251674",45449,84098 +"251675",45449,84576 +"251676",45449,86214 +"251677",45449,90852 +"251678",45449,100084 +"251679",45449,100359 +"251680",45450,45485 +"251681",45450,45562 +"251682",45450,48254 +"251683",45450,48781 +"251684",45450,54978 +"251685",45450,68236 +"251686",45450,70596 +"251687",45450,86195 +"251688",45450,86223 +"251689",45450,86230 +"251690",45450,100359 +"251691",45451,45527 +"251692",45451,64856 +"251693",45453,91999 +"251694",45455,46530 +"251695",45455,46848 +"251696",45455,51448 +"251697",45455,57200 +"251698",45455,58168 +"251699",45455,72241 +"251700",45455,75824 +"251701",45455,83191 +"251702",45455,83193 +"251703",45455,96483 +"251704",45455,104659 +"251705",45455,104927 +"251706",45456,48498 +"251707",45458,121684 +"251708",45459,84220 +"251709",45460,45991 +"251710",45461,47534 +"251711",45461,56260 +"251712",45461,56343 +"251713",45461,63047 +"251714",45462,48352 +"251715",45462,48379 +"251716",45462,76570 +"251717",45463,60374 +"251718",45463,89458 +"251719",45463,96188 +"251720",45463,96197 +"251721",45464,45536 +"251722",45464,45546 +"251723",45465,46053 +"251724",45465,87081 +"251725",45465,103367 +"251726",45465,120641 +"251727",45466,61125 +"251728",45466,90753 +"251729",45467,58736 +"251730",45468,54948 +"251731",45469,45780 +"251732",45469,68104 +"251733",45470,45509 +"251734",45471,45540 +"251735",45471,45580 +"251736",45471,45587 +"251737",45472,116643 +"251738",45474,45899 +"251739",45474,55030 +"251740",45474,58764 +"251741",45474,60435 +"251742",45474,62975 +"251743",45474,66944 +"251744",45474,68010 +"251745",45474,68213 +"251746",45474,91435 +"251747",45476,45566 +"251748",45477,45598 +"251749",45477,106787 +"251750",45478,51976 +"251751",45480,45507 +"251752",45480,59039 +"251753",45480,60434 +"251754",45480,61791 +"251755",45480,63281 +"251756",45480,67101 +"251757",45480,76314 +"251758",45480,112280 +"251759",45480,112281 +"251760",45480,113057 +"251761",45480,114860 +"251762",45480,119566 +"251763",45482,45491 +"251764",45482,45500 +"251765",45482,45519 +"251766",45482,45544 +"251767",45483,101283 +"251768",45483,101380 +"251769",45483,115996 +"251770",45483,119896 +"251771",45484,78356 +"251772",45485,45562 +"251773",45485,48254 +"251774",45485,48781 +"251775",45485,68419 +"251776",45486,59514 +"251777",45487,45641 +"251778",45487,47827 +"251779",45487,79504 +"251780",45487,80728 +"251781",45487,95443 +"251782",45488,45642 +"251783",45489,67221 +"251784",45489,68470 +"251785",45489,114537 +"251786",45490,45599 +"251787",45490,45620 +"251788",45490,61603 +"251789",45490,63199 +"251790",45491,45500 +"251791",45491,45519 +"251792",45491,45544 +"251793",45492,58733 +"251794",45492,61664 +"251795",45493,46176 +"251796",45493,46216 +"251797",45494,51306 +"251798",45494,73748 +"251799",45494,77616 +"251800",45494,77950 +"251801",45494,93521 +"251802",45494,118463 +"251803",45495,109186 +"251804",45496,52096 +"251805",45496,62933 +"251806",45496,118662 +"251807",45498,45583 +"251808",45499,57205 +"251809",45499,59467 +"251810",45500,45519 +"251811",45500,45544 +"251812",45501,68001 +"251813",45501,102472 +"251814",45503,45749 +"251815",45503,46107 +"251816",45503,61326 +"251817",45503,70928 +"251818",45503,76126 +"251819",45503,76564 +"251820",45503,86597 +"251821",45504,46627 +"251822",45504,49543 +"251823",45505,104822 +"251824",45506,46071 +"251825",45506,49424 +"251826",45506,51299 +"251827",45506,52924 +"251828",45506,55011 +"251829",45506,71479 +"251830",45506,71693 +"251831",45506,74730 +"251832",45506,76905 +"251833",45506,78032 +"251834",45506,84434 +"251835",45506,92817 +"251836",45506,94653 +"251837",45506,98406 +"251838",45506,102881 +"251839",45506,109829 +"251840",45506,110250 +"251841",45506,110343 +"251842",45506,112480 +"251843",45506,122076 +"251844",45507,61791 +"251845",45511,83893 +"251846",45511,99210 +"251847",45511,121428 +"251848",45512,49343 +"251849",45512,73637 +"251850",45512,91177 +"251851",45512,94918 +"251852",45512,94948 +"251853",45513,62908 +"251854",45514,45556 +"251855",45514,56347 +"251856",45515,51693 +"251857",45515,69934 +"251858",45515,79461 +"251859",45515,86109 +"251860",45516,45585 +"251861",45516,45609 +"251862",45516,66442 +"251863",45518,50072 +"251864",45519,45544 +"251865",45520,46624 +"251866",45520,46786 +"251867",45520,51013 +"251868",45520,86533 +"251869",45521,65631 +"251870",45522,56378 +"251871",45522,62298 +"251872",45522,63756 +"251873",45522,63858 +"251874",45525,46018 +"251875",45525,58803 +"251876",45525,121462 +"251877",45525,122751 +"251878",45526,70730 +"251879",45528,47270 +"251880",45528,47324 +"251881",45528,47333 +"251882",45528,60630 +"251883",45528,60702 +"251884",45529,99933 +"251885",45530,100386 +"251886",45531,64503 +"251887",45531,82765 +"251888",45531,118013 +"251889",45532,45869 +"251890",45532,47113 +"251891",45532,47610 +"251892",45532,49064 +"251893",45532,49776 +"251894",45532,57478 +"251895",45532,64468 +"251896",45532,72520 +"251897",45532,75628 +"251898",45532,79422 +"251899",45532,80624 +"251900",45532,108804 +"251901",45532,111339 +"251902",45533,52430 +"251903",45533,55763 +"251904",45533,56223 +"251905",45533,60114 +"251906",45533,60278 +"251907",45533,61408 +"251908",45533,61441 +"251909",45533,61467 +"251910",45533,61474 +"251911",45534,46221 +"251912",45534,64540 +"251913",45535,48552 +"251914",45536,45546 +"251915",45536,120754 +"251916",45537,80950 +"251917",45537,91319 +"251918",45537,95338 +"251919",45537,105291 +"251920",45537,119384 +"251921",45537,119412 +"251922",45537,119421 +"251923",45538,62057 +"251924",45538,62065 +"251925",45538,62087 +"251926",45539,46346 +"251927",45539,104925 +"251928",45540,45580 +"251929",45540,45587 +"251930",45541,70858 +"251931",45541,76603 +"251932",45541,83048 +"251933",45541,90592 +"251934",45541,92508 +"251935",45541,106556 +"251936",45543,48550 +"251937",45543,63622 +"251938",45543,92328 +"251939",45545,45794 +"251940",45545,51103 +"251941",45545,66756 +"251942",45545,74159 +"251943",45545,78400 +"251944",45545,88457 +"251945",45545,92017 +"251946",45545,104266 +"251947",45548,103167 +"251948",45549,65584 +"251949",45550,94500 +"251950",45551,45671 +"251951",45554,69139 +"251952",45555,45955 +"251953",45555,65510 +"251954",45555,75896 +"251955",45555,113870 +"251956",45555,119101 +"251957",45555,119102 +"251958",45556,76080 +"251959",45556,76115 +"251960",45558,51592 +"251961",45558,59767 +"251962",45558,62178 +"251963",45559,54631 +"251964",45559,83129 +"251965",45560,46438 +"251966",45560,70296 +"251967",45561,46062 +"251968",45561,47206 +"251969",45561,56232 +"251970",45561,60924 +"251971",45561,78241 +"251972",45562,55018 +"251973",45562,69885 +"251974",45562,77012 +"251975",45562,84098 +"251976",45562,86214 +"251977",45562,87848 +"251978",45562,89520 +"251979",45562,100359 +"251980",45562,101735 +"251981",45562,104452 +"251982",45562,116771 +"251983",45563,69215 +"251984",45563,99191 +"251985",45563,105262 +"251986",45563,107410 +"251987",45563,108872 +"251988",45563,111156 +"251989",45563,114895 +"251990",45564,76927 +"251991",45564,110625 +"251992",45566,77203 +"251993",45567,45578 +"251994",45567,49441 +"251995",45567,49604 +"251996",45567,49605 +"251997",45567,49617 +"251998",45567,49629 +"251999",45567,49633 +"252000",45567,49634 +"252001",45567,49637 +"252002",45567,49638 +"252003",45567,49639 +"252004",45567,49648 +"252005",45567,49656 +"252006",45567,49659 +"252007",45567,49669 +"252008",45567,49670 +"252009",45567,49676 +"252010",45567,49684 +"252011",45567,49685 +"252012",45567,49686 +"252013",45567,49687 +"252014",45567,49702 +"252015",45567,49704 +"252016",45567,49705 +"252017",45567,49706 +"252018",45567,49721 +"252019",45567,49732 +"252020",45567,49735 +"252021",45567,49736 +"252022",45567,49740 +"252023",45567,49750 +"252024",45567,49852 +"252025",45567,64531 +"252026",45568,50854 +"252027",45569,70264 +"252028",45571,62004 +"252029",45571,76093 +"252030",45574,45612 +"252031",45574,98248 +"252032",45576,53681 +"252033",45576,68919 +"252034",45576,90860 +"252035",45579,55748 +"252036",45579,69920 +"252037",45579,94212 +"252038",45579,105055 +"252039",45580,45587 +"252040",45580,48467 +"252041",45580,50022 +"252042",45580,50873 +"252043",45580,50874 +"252044",45580,50875 +"252045",45580,50876 +"252046",45580,50944 +"252047",45580,50945 +"252048",45580,50985 +"252049",45580,50986 +"252050",45580,50993 +"252051",45580,50994 +"252052",45581,54648 +"252053",45581,102774 +"252054",45582,45628 +"252055",45582,100374 +"252056",45582,100428 +"252057",45583,53046 +"252058",45583,53103 +"252059",45583,69425 +"252060",45583,109440 +"252061",45584,109747 +"252062",45584,123119 +"252063",45585,45609 +"252064",45586,45596 +"252065",45586,46683 +"252066",45586,60872 +"252067",45586,82673 +"252068",45586,105772 +"252069",45586,105810 +"252070",45587,48995 +"252071",45588,99211 +"252072",45588,111867 +"252073",45588,113400 +"252074",45591,45801 +"252075",45591,47168 +"252076",45591,54122 +"252077",45591,64907 +"252078",45591,73887 +"252079",45591,75929 +"252080",45591,97692 +"252081",45591,103297 +"252082",45591,106376 +"252083",45591,106955 +"252084",45591,118256 +"252085",45591,119958 +"252086",45592,46322 +"252087",45592,64929 +"252088",45593,48906 +"252089",45593,60066 +"252090",45593,76396 +"252091",45593,76900 +"252092",45593,93379 +"252093",45594,62758 +"252094",45595,65331 +"252095",45595,95452 +"252096",45596,48357 +"252097",45596,50380 +"252098",45596,51396 +"252099",45596,58035 +"252100",45596,60714 +"252101",45596,64031 +"252102",45596,67434 +"252103",45596,78875 +"252104",45596,79766 +"252105",45596,80172 +"252106",45596,80471 +"252107",45596,82203 +"252108",45596,91533 +"252109",45596,101783 +"252110",45596,109319 +"252111",45596,111888 +"252112",45597,100799 +"252113",45598,83018 +"252114",45599,45620 +"252115",45600,101625 +"252116",45601,50212 +"252117",45602,45674 +"252118",45602,47138 +"252119",45603,71806 +"252120",45603,120155 +"252121",45603,120186 +"252122",45605,60637 +"252123",45606,57458 +"252124",45606,61494 +"252125",45607,47907 +"252126",45607,51399 +"252127",45607,55675 +"252128",45607,61287 +"252129",45607,97882 +"252130",45607,98485 +"252131",45607,109742 +"252132",45608,49194 +"252133",45608,56766 +"252134",45609,58698 +"252135",45609,70332 +"252136",45609,70376 +"252137",45611,49084 +"252138",45611,72326 +"252139",45611,77839 +"252140",45613,45644 +"252141",45614,62935 +"252142",45614,98808 +"252143",45614,122770 +"252144",45615,51297 +"252145",45616,45618 +"252146",45616,45626 +"252147",45616,45650 +"252148",45616,45659 +"252149",45616,45691 +"252150",45616,48286 +"252151",45616,72694 +"252152",45616,107380 +"252153",45617,56317 +"252154",45617,81588 +"252155",45617,85821 +"252156",45617,89097 +"252157",45617,101999 +"252158",45618,45626 +"252159",45618,45650 +"252160",45618,45659 +"252161",45618,45691 +"252162",45618,48286 +"252163",45619,71445 +"252164",45619,88163 +"252165",45619,106240 +"252166",45619,115234 +"252167",45620,45829 +"252168",45622,97902 +"252169",45622,100573 +"252170",45622,103083 +"252171",45622,106259 +"252172",45622,110091 +"252173",45622,110106 +"252174",45622,110734 +"252175",45623,45740 +"252176",45623,45785 +"252177",45623,50321 +"252178",45623,58567 +"252179",45623,79740 +"252180",45623,83742 +"252181",45623,95084 +"252182",45623,104982 +"252183",45624,48345 +"252184",45624,75642 +"252185",45624,84266 +"252186",45624,96975 +"252187",45624,113605 +"252188",45624,113612 +"252189",45625,101474 +"252190",45625,101483 +"252191",45626,45650 +"252192",45626,45659 +"252193",45626,45691 +"252194",45626,48101 +"252195",45626,48286 +"252196",45626,49997 +"252197",45626,52464 +"252198",45626,52858 +"252199",45626,69782 +"252200",45626,69832 +"252201",45626,77771 +"252202",45626,107338 +"252203",45626,107566 +"252204",45626,109787 +"252205",45626,123196 +"252206",45627,79373 +"252207",45628,53699 +"252208",45628,55391 +"252209",45628,75700 +"252210",45628,86386 +"252211",45629,49196 +"252212",45629,68147 +"252213",45629,69808 +"252214",45629,74366 +"252215",45629,80963 +"252216",45629,81210 +"252217",45629,98183 +"252218",45630,59100 +"252219",45630,78650 +"252220",45630,115498 +"252221",45631,49613 +"252222",45632,71151 +"252223",45632,71182 +"252224",45632,71853 +"252225",45632,73447 +"252226",45632,73589 +"252227",45633,48932 +"252228",45633,49144 +"252229",45633,50398 +"252230",45633,52657 +"252231",45633,65162 +"252232",45633,65691 +"252233",45633,80425 +"252234",45633,84682 +"252235",45633,90668 +"252236",45633,90884 +"252237",45633,101337 +"252238",45633,105699 +"252239",45633,107334 +"252240",45633,122726 +"252241",45634,52543 +"252242",45634,58709 +"252243",45634,58765 +"252244",45634,58918 +"252245",45634,58948 +"252246",45634,62053 +"252247",45634,66586 +"252248",45634,71201 +"252249",45634,72527 +"252250",45634,72603 +"252251",45635,82898 +"252252",45635,88037 +"252253",45638,60898 +"252254",45638,61776 +"252255",45638,76326 +"252256",45638,76522 +"252257",45638,96909 +"252258",45639,77503 +"252259",45639,91822 +"252260",45639,97968 +"252261",45639,98007 +"252262",45639,98033 +"252263",45639,98038 +"252264",45640,49475 +"252265",45640,64419 +"252266",45640,77756 +"252267",45640,83878 +"252268",45640,85677 +"252269",45640,95686 +"252270",45642,45965 +"252271",45642,68203 +"252272",45642,70106 +"252273",45642,73307 +"252274",45642,75532 +"252275",45643,81686 +"252276",45644,83983 +"252277",45644,84312 +"252278",45644,87054 +"252279",45644,87870 +"252280",45644,101590 +"252281",45644,103011 +"252282",45644,109244 +"252283",45644,109445 +"252284",45644,109449 +"252285",45644,109450 +"252286",45644,109457 +"252287",45645,52119 +"252288",45646,61497 +"252289",45646,79954 +"252290",45647,45694 +"252291",45647,45695 +"252292",45647,45698 +"252293",45647,49044 +"252294",45647,65998 +"252295",45647,66416 +"252296",45647,101461 +"252297",45647,120677 +"252298",45647,120727 +"252299",45648,86612 +"252300",45648,86620 +"252301",45649,52193 +"252302",45649,57701 +"252303",45650,45659 +"252304",45650,45691 +"252305",45650,45977 +"252306",45650,48286 +"252307",45650,74061 +"252308",45650,74920 +"252309",45651,45658 +"252310",45651,93904 +"252311",45652,52515 +"252312",45652,58393 +"252313",45652,59716 +"252314",45652,60084 +"252315",45652,61042 +"252316",45652,62776 +"252317",45652,63017 +"252318",45652,65314 +"252319",45654,55740 +"252320",45655,95880 +"252321",45656,69892 +"252322",45656,107790 +"252323",45657,45933 +"252324",45657,46434 +"252325",45657,46788 +"252326",45657,47123 +"252327",45657,47488 +"252328",45657,48909 +"252329",45657,49859 +"252330",45657,50064 +"252331",45657,50067 +"252332",45657,50554 +"252333",45657,50879 +"252334",45657,51783 +"252335",45657,52018 +"252336",45657,53444 +"252337",45657,53527 +"252338",45657,53555 +"252339",45657,54275 +"252340",45657,56628 +"252341",45657,58004 +"252342",45657,58068 +"252343",45657,58270 +"252344",45657,58633 +"252345",45657,61111 +"252346",45657,61127 +"252347",45657,67762 +"252348",45657,68287 +"252349",45657,69416 +"252350",45657,115349 +"252351",45658,63447 +"252352",45658,63809 +"252353",45658,76767 +"252354",45658,89850 +"252355",45658,101895 +"252356",45658,101907 +"252357",45659,45691 +"252358",45659,48286 +"252359",45659,50977 +"252360",45662,56913 +"252361",45662,57181 +"252362",45664,45727 +"252363",45664,62193 +"252364",45664,63490 +"252365",45664,76639 +"252366",45664,76640 +"252367",45664,77040 +"252368",45664,77055 +"252369",45664,77057 +"252370",45664,77066 +"252371",45664,77095 +"252372",45664,77096 +"252373",45664,77101 +"252374",45664,77102 +"252375",45664,77103 +"252376",45664,77106 +"252377",45664,80942 +"252378",45664,88723 +"252379",45666,58033 +"252380",45666,58369 +"252381",45666,90731 +"252382",45666,107685 +"252383",45667,50334 +"252384",45671,51564 +"252385",45671,68399 +"252386",45671,93313 +"252387",45671,102173 +"252388",45671,102174 +"252389",45672,96445 +"252390",45673,94758 +"252391",45673,102464 +"252392",45673,109045 +"252393",45673,115661 +"252394",45674,47138 +"252395",45675,62684 +"252396",45677,45951 +"252397",45677,47767 +"252398",45677,69429 +"252399",45677,86925 +"252400",45677,91254 +"252401",45677,95425 +"252402",45678,67614 +"252403",45678,85823 +"252404",45678,93056 +"252405",45678,98374 +"252406",45679,58848 +"252407",45680,82562 +"252408",45680,83781 +"252409",45680,115832 +"252410",45681,52659 +"252411",45681,60414 +"252412",45681,66338 +"252413",45681,68830 +"252414",45682,59504 +"252415",45682,64108 +"252416",45682,70400 +"252417",45682,73905 +"252418",45682,73987 +"252419",45682,77362 +"252420",45682,85683 +"252421",45682,93802 +"252422",45682,110750 +"252423",45683,82617 +"252424",45684,46166 +"252425",45684,46173 +"252426",45684,46196 +"252427",45684,46251 +"252428",45684,46260 +"252429",45684,56348 +"252430",45684,57246 +"252431",45684,57414 +"252432",45684,65972 +"252433",45684,79171 +"252434",45684,89105 +"252435",45684,89114 +"252436",45684,94480 +"252437",45684,95321 +"252438",45684,96828 +"252439",45685,47013 +"252440",45685,54731 +"252441",45685,57117 +"252442",45685,58022 +"252443",45685,59815 +"252444",45685,62991 +"252445",45685,63126 +"252446",45685,63143 +"252447",45685,63287 +"252448",45685,63344 +"252449",45685,65249 +"252450",45685,65402 +"252451",45685,73923 +"252452",45685,74399 +"252453",45685,78715 +"252454",45685,86450 +"252455",45685,95690 +"252456",45685,108368 +"252457",45686,50946 +"252458",45687,121030 +"252459",45688,59348 +"252460",45688,63060 +"252461",45688,63269 +"252462",45688,73915 +"252463",45688,83133 +"252464",45688,86746 +"252465",45688,88274 +"252466",45688,94399 +"252467",45688,101141 +"252468",45688,101153 +"252469",45688,108571 +"252470",45691,48286 +"252471",45691,48953 +"252472",45691,50631 +"252473",45691,51067 +"252474",45692,58248 +"252475",45692,67897 +"252476",45693,49982 +"252477",45693,55406 +"252478",45693,82639 +"252479",45693,86686 +"252480",45693,89720 +"252481",45694,45695 +"252482",45694,45698 +"252483",45695,45698 +"252484",45696,47973 +"252485",45696,50425 +"252486",45696,57253 +"252487",45696,66261 +"252488",45696,68457 +"252489",45696,69198 +"252490",45696,77565 +"252491",45696,78974 +"252492",45696,86023 +"252493",45696,87813 +"252494",45696,88773 +"252495",45696,90993 +"252496",45696,90994 +"252497",45696,92417 +"252498",45696,100319 +"252499",45696,101250 +"252500",45696,101462 +"252501",45696,109885 +"252502",45696,110742 +"252503",45696,112606 +"252504",45696,116142 +"252505",45696,116150 +"252506",45696,116151 +"252507",45696,116152 +"252508",45696,116155 +"252509",45696,116159 +"252510",45696,116163 +"252511",45696,116165 +"252512",45696,116166 +"252513",45696,116171 +"252514",45696,116677 +"252515",45696,116678 +"252516",45697,60470 +"252517",45697,63131 +"252518",45697,65351 +"252519",45697,65353 +"252520",45699,77335 +"252521",45699,89366 +"252522",45699,89377 +"252523",45699,103919 +"252524",45699,107880 +"252525",45700,104870 +"252526",45702,46188 +"252527",45702,55073 +"252528",45702,62359 +"252529",45702,75874 +"252530",45704,71623 +"252531",45704,90337 +"252532",45704,106392 +"252533",45705,59308 +"252534",45705,81857 +"252535",45705,81872 +"252536",45706,99110 +"252537",45708,50573 +"252538",45708,54398 +"252539",45708,65173 +"252540",45708,71928 +"252541",45709,47688 +"252542",45709,50102 +"252543",45709,57783 +"252544",45709,59646 +"252545",45709,65800 +"252546",45709,67564 +"252547",45709,69362 +"252548",45709,71693 +"252549",45709,76590 +"252550",45709,86600 +"252551",45709,88782 +"252552",45709,89310 +"252553",45709,92517 +"252554",45709,94249 +"252555",45709,100140 +"252556",45709,101803 +"252557",45709,105198 +"252558",45709,110250 +"252559",45709,122588 +"252560",45709,122819 +"252561",45709,122852 +"252562",45709,122861 +"252563",45709,122863 +"252564",45709,122864 +"252565",45709,123173 +"252566",45710,69169 +"252567",45711,76741 +"252568",45711,96593 +"252569",45712,75560 +"252570",45714,58292 +"252571",45714,61717 +"252572",45714,86562 +"252573",45715,80649 +"252574",45715,88860 +"252575",45715,106939 +"252576",45715,109383 +"252577",45715,111049 +"252578",45715,119428 +"252579",45716,45836 +"252580",45716,45838 +"252581",45716,45845 +"252582",45716,52954 +"252583",45717,45840 +"252584",45718,45844 +"252585",45719,99362 +"252586",45719,101468 +"252587",45720,107357 +"252588",45721,86271 +"252589",45721,94519 +"252590",45721,114512 +"252591",45722,57468 +"252592",45722,57671 +"252593",45722,64181 +"252594",45722,64997 +"252595",45722,80065 +"252596",45722,82787 +"252597",45722,107107 +"252598",45723,76367 +"252599",45724,45796 +"252600",45724,70195 +"252601",45725,53165 +"252602",45725,105796 +"252603",45726,52626 +"252604",45726,61661 +"252605",45726,63493 +"252606",45726,63518 +"252607",45726,73138 +"252608",45726,75271 +"252609",45726,75763 +"252610",45726,76047 +"252611",45726,78487 +"252612",45726,81474 +"252613",45726,88046 +"252614",45726,88309 +"252615",45726,89887 +"252616",45726,90265 +"252617",45726,91779 +"252618",45726,102535 +"252619",45726,106275 +"252620",45726,106280 +"252621",45726,109506 +"252622",45726,111576 +"252623",45727,48521 +"252624",45727,49733 +"252625",45727,51536 +"252626",45727,52348 +"252627",45727,58319 +"252628",45727,65952 +"252629",45727,74183 +"252630",45727,75039 +"252631",45727,76128 +"252632",45727,78966 +"252633",45727,79313 +"252634",45727,80458 +"252635",45727,80616 +"252636",45727,80655 +"252637",45727,81239 +"252638",45727,88583 +"252639",45727,89775 +"252640",45727,90501 +"252641",45727,92785 +"252642",45727,94737 +"252643",45727,96576 +"252644",45727,105722 +"252645",45727,110926 +"252646",45727,114054 +"252647",45727,118164 +"252648",45729,46261 +"252649",45729,46819 +"252650",45729,57647 +"252651",45730,45760 +"252652",45730,47218 +"252653",45730,77397 +"252654",45730,80088 +"252655",45730,84294 +"252656",45730,88297 +"252657",45730,91083 +"252658",45730,101534 +"252659",45730,110998 +"252660",45730,111048 +"252661",45730,111067 +"252662",45732,46404 +"252663",45732,50932 +"252664",45732,57758 +"252665",45733,51132 +"252666",45733,53650 +"252667",45733,60672 +"252668",45733,60724 +"252669",45733,61213 +"252670",45733,68488 +"252671",45733,69273 +"252672",45733,114936 +"252673",45734,94132 +"252674",45734,94573 +"252675",45734,102453 +"252676",45735,77505 +"252677",45736,63862 +"252678",45737,78425 +"252679",45738,52553 +"252680",45740,45785 +"252681",45742,55067 +"252682",45742,69786 +"252683",45744,49927 +"252684",45744,58702 +"252685",45744,58822 +"252686",45745,81007 +"252687",45745,82863 +"252688",45745,90010 +"252689",45745,99492 +"252690",45745,101312 +"252691",45745,101316 +"252692",45745,101357 +"252693",45745,101521 +"252694",45745,101538 +"252695",45745,101556 +"252696",45745,116528 +"252697",45746,57568 +"252698",45747,74907 +"252699",45747,112908 +"252700",45747,115895 +"252701",45747,121490 +"252702",45749,46107 +"252703",45749,58061 +"252704",45749,59218 +"252705",45749,61413 +"252706",45749,63757 +"252707",45749,67068 +"252708",45749,70928 +"252709",45749,82341 +"252710",45749,85882 +"252711",45749,86597 +"252712",45749,91403 +"252713",45749,92269 +"252714",45749,92297 +"252715",45752,64265 +"252716",45752,72884 +"252717",45752,111923 +"252718",45752,111991 +"252719",45753,61329 +"252720",45753,66200 +"252721",45753,68278 +"252722",45753,106299 +"252723",45753,114274 +"252724",45754,74088 +"252725",45754,107834 +"252726",45755,45813 +"252727",45756,46335 +"252728",45756,46366 +"252729",45756,46400 +"252730",45757,80477 +"252731",45757,80930 +"252732",45757,103668 +"252733",45758,96954 +"252734",45758,111774 +"252735",45759,46741 +"252736",45759,54631 +"252737",45759,109359 +"252738",45759,113773 +"252739",45759,114028 +"252740",45760,48078 +"252741",45760,52109 +"252742",45760,56783 +"252743",45760,60031 +"252744",45760,73981 +"252745",45760,77397 +"252746",45760,100378 +"252747",45760,114328 +"252748",45761,57419 +"252749",45762,51791 +"252750",45762,55281 +"252751",45762,55940 +"252752",45763,51512 +"252753",45763,53964 +"252754",45763,54314 +"252755",45763,61633 +"252756",45763,63569 +"252757",45763,88413 +"252758",45763,94922 +"252759",45763,102147 +"252760",45763,102148 +"252761",45763,103392 +"252762",45764,55862 +"252763",45765,46187 +"252764",45765,77170 +"252765",45765,78694 +"252766",45765,90357 +"252767",45765,93717 +"252768",45765,97387 +"252769",45765,97407 +"252770",45765,97411 +"252771",45765,97413 +"252772",45766,51375 +"252773",45766,55824 +"252774",45766,56817 +"252775",45766,56935 +"252776",45766,72681 +"252777",45766,72690 +"252778",45766,79066 +"252779",45766,97719 +"252780",45767,114709 +"252781",45768,78304 +"252782",45769,67222 +"252783",45769,101487 +"252784",45769,104460 +"252785",45771,55524 +"252786",45771,55838 +"252787",45771,82584 +"252788",45771,96541 +"252789",45771,99308 +"252790",45771,99554 +"252791",45771,110654 +"252792",45771,116889 +"252793",45771,120262 +"252794",45771,121803 +"252795",45772,84253 +"252796",45773,57239 +"252797",45774,103889 +"252798",45775,71354 +"252799",45775,71360 +"252800",45775,71368 +"252801",45776,60770 +"252802",45776,91308 +"252803",45777,116905 +"252804",45777,116918 +"252805",45778,57038 +"252806",45778,61693 +"252807",45778,115927 +"252808",45778,115938 +"252809",45779,53617 +"252810",45781,48094 +"252811",45782,71482 +"252812",45783,46432 +"252813",45783,78615 +"252814",45783,78661 +"252815",45783,93026 +"252816",45783,104889 +"252817",45784,45797 +"252818",45786,48650 +"252819",45787,47083 +"252820",45787,47305 +"252821",45787,49231 +"252822",45787,49257 +"252823",45787,50061 +"252824",45787,52450 +"252825",45787,54059 +"252826",45787,55370 +"252827",45787,57804 +"252828",45787,59615 +"252829",45787,59940 +"252830",45787,67363 +"252831",45787,71230 +"252832",45787,76278 +"252833",45787,76740 +"252834",45787,76786 +"252835",45787,77272 +"252836",45787,77357 +"252837",45787,77402 +"252838",45787,78248 +"252839",45787,78255 +"252840",45787,78339 +"252841",45787,78445 +"252842",45787,79022 +"252843",45787,79716 +"252844",45787,79989 +"252845",45787,80281 +"252846",45787,81728 +"252847",45787,82196 +"252848",45787,82383 +"252849",45787,82810 +"252850",45787,82854 +"252851",45787,83853 +"252852",45787,83884 +"252853",45787,84379 +"252854",45787,84613 +"252855",45787,85465 +"252856",45787,85610 +"252857",45787,86351 +"252858",45787,86451 +"252859",45787,86882 +"252860",45787,87175 +"252861",45787,87451 +"252862",45787,87521 +"252863",45787,87572 +"252864",45787,87663 +"252865",45787,87721 +"252866",45787,87862 +"252867",45788,61998 +"252868",45790,53150 +"252869",45790,109697 +"252870",45791,45821 +"252871",45792,50813 +"252872",45792,50936 +"252873",45793,51193 +"252874",45793,68809 +"252875",45793,88917 +"252876",45794,51103 +"252877",45794,59544 +"252878",45794,65151 +"252879",45794,75941 +"252880",45794,76816 +"252881",45794,78400 +"252882",45794,88457 +"252883",45794,92017 +"252884",45794,97278 +"252885",45795,63220 +"252886",45797,65726 +"252887",45798,77259 +"252888",45799,51844 +"252889",45799,52950 +"252890",45799,57443 +"252891",45799,67836 +"252892",45799,76520 +"252893",45799,76600 +"252894",45799,76626 +"252895",45799,77752 +"252896",45799,102628 +"252897",45799,102728 +"252898",45800,85539 +"252899",45800,102972 +"252900",45801,48821 +"252901",45801,52680 +"252902",45801,54122 +"252903",45801,55482 +"252904",45801,55829 +"252905",45801,55843 +"252906",45801,55844 +"252907",45801,55860 +"252908",45801,55871 +"252909",45801,55883 +"252910",45801,55888 +"252911",45801,55912 +"252912",45801,55946 +"252913",45801,55957 +"252914",45801,57960 +"252915",45801,61529 +"252916",45801,67405 +"252917",45801,68706 +"252918",45801,83461 +"252919",45801,113487 +"252920",45801,113726 +"252921",45802,60344 +"252922",45802,74267 +"252923",45802,85284 +"252924",45802,96339 +"252925",45802,114810 +"252926",45803,46262 +"252927",45803,55843 +"252928",45803,75008 +"252929",45803,78055 +"252930",45803,82388 +"252931",45803,85443 +"252932",45803,93814 +"252933",45803,112067 +"252934",45803,113598 +"252935",45803,115673 +"252936",45803,118229 +"252937",45804,53690 +"252938",45805,54669 +"252939",45807,47181 +"252940",45808,75220 +"252941",45810,45841 +"252942",45810,46249 +"252943",45813,112920 +"252944",45814,46444 +"252945",45814,50830 +"252946",45815,46681 +"252947",45815,52080 +"252948",45815,54164 +"252949",45815,68098 +"252950",45817,46405 +"252951",45818,51476 +"252952",45818,51892 +"252953",45818,53755 +"252954",45818,54168 +"252955",45818,57210 +"252956",45818,58482 +"252957",45818,59172 +"252958",45818,59322 +"252959",45818,59816 +"252960",45818,61874 +"252961",45818,63274 +"252962",45818,66322 +"252963",45818,67327 +"252964",45818,70854 +"252965",45818,71683 +"252966",45818,72568 +"252967",45818,72628 +"252968",45818,73767 +"252969",45818,78532 +"252970",45818,81609 +"252971",45818,85885 +"252972",45818,91255 +"252973",45818,92247 +"252974",45818,92352 +"252975",45818,92362 +"252976",45818,92929 +"252977",45818,93719 +"252978",45818,94906 +"252979",45818,94946 +"252980",45818,95889 +"252981",45818,96093 +"252982",45818,97988 +"252983",45818,99309 +"252984",45818,99376 +"252985",45818,99450 +"252986",45818,99471 +"252987",45818,99474 +"252988",45818,100916 +"252989",45818,100944 +"252990",45818,101126 +"252991",45818,101329 +"252992",45818,105557 +"252993",45818,107199 +"252994",45818,108743 +"252995",45818,108980 +"252996",45818,109291 +"252997",45818,109933 +"252998",45818,110483 +"252999",45818,110567 +"253000",45818,110572 +"253001",45818,110630 +"253002",45818,110648 +"253003",45818,110711 +"253004",45818,110770 +"253005",45818,110869 +"253006",45818,110911 +"253007",45818,111285 +"253008",45818,111314 +"253009",45818,111362 +"253010",45818,111372 +"253011",45818,111424 +"253012",45818,111433 +"253013",45818,112422 +"253014",45818,113269 +"253015",45818,113430 +"253016",45818,114242 +"253017",45818,114842 +"253018",45818,115427 +"253019",45818,115521 +"253020",45818,115711 +"253021",45820,82803 +"253022",45821,77508 +"253023",45821,109105 +"253024",45822,76289 +"253025",45822,76375 +"253026",45823,55819 +"253027",45823,76030 +"253028",45823,94107 +"253029",45823,100601 +"253030",45824,82618 +"253031",45824,83408 +"253032",45824,89142 +"253033",45825,74694 +"253034",45825,74762 +"253035",45826,49833 +"253036",45826,77290 +"253037",45826,84852 +"253038",45827,45973 +"253039",45827,78301 +"253040",45827,82512 +"253041",45828,45906 +"253042",45828,54238 +"253043",45830,84946 +"253044",45830,84948 +"253045",45830,84956 +"253046",45830,84961 +"253047",45830,84963 +"253048",45830,84980 +"253049",45830,84981 +"253050",45830,84983 +"253051",45830,84984 +"253052",45830,84998 +"253053",45830,85003 +"253054",45831,45832 +"253055",45831,45958 +"253056",45832,45958 +"253057",45832,78214 +"253058",45832,82952 +"253059",45833,46941 +"253060",45834,45945 +"253061",45834,45978 +"253062",45834,45988 +"253063",45834,46046 +"253064",45834,74683 +"253065",45834,74684 +"253066",45834,74696 +"253067",45836,45838 +"253068",45836,45845 +"253069",45836,109363 +"253070",45837,79631 +"253071",45837,95636 +"253072",45837,101950 +"253073",45837,110946 +"253074",45838,45845 +"253075",45838,50550 +"253076",45838,53761 +"253077",45838,74015 +"253078",45838,78593 +"253079",45838,113491 +"253080",45839,72722 +"253081",45839,78305 +"253082",45840,81635 +"253083",45841,46249 +"253084",45843,60327 +"253085",45843,62984 +"253086",45843,64109 +"253087",45843,72701 +"253088",45843,92399 +"253089",45843,110310 +"253090",45843,121654 +"253091",45844,77450 +"253092",45844,79834 +"253093",45844,89088 +"253094",45844,89113 +"253095",45845,118382 +"253096",45846,54879 +"253097",45846,60659 +"253098",45846,69768 +"253099",45848,46304 +"253100",45849,46218 +"253101",45849,59025 +"253102",45849,81549 +"253103",45849,92805 +"253104",45849,111536 +"253105",45849,112665 +"253106",45849,120786 +"253107",45850,73557 +"253108",45851,58995 +"253109",45851,65074 +"253110",45851,96152 +"253111",45853,54793 +"253112",45854,105922 +"253113",45855,56496 +"253114",45855,56558 +"253115",45855,56580 +"253116",45856,54724 +"253117",45858,76852 +"253118",45859,47072 +"253119",45859,47703 +"253120",45859,55866 +"253121",45859,57088 +"253122",45859,57709 +"253123",45859,61555 +"253124",45859,62225 +"253125",45859,64439 +"253126",45859,65296 +"253127",45859,67741 +"253128",45859,68095 +"253129",45859,72693 +"253130",45859,74053 +"253131",45859,75063 +"253132",45859,76696 +"253133",45859,79193 +"253134",45859,92303 +"253135",45859,100671 +"253136",45859,103944 +"253137",45859,112748 +"253138",45859,113151 +"253139",45859,121871 +"253140",45859,122640 +"253141",45860,48116 +"253142",45860,53499 +"253143",45860,69175 +"253144",45860,77467 +"253145",45860,79360 +"253146",45860,86896 +"253147",45861,60358 +"253148",45862,46571 +"253149",45863,45864 +"253150",45863,46099 +"253151",45864,46099 +"253152",45865,45956 +"253153",45865,47675 +"253154",45867,89164 +"253155",45868,54463 +"253156",45868,80709 +"253157",45868,80712 +"253158",45868,114711 +"253159",45869,46142 +"253160",45869,47113 +"253161",45869,48972 +"253162",45869,49064 +"253163",45869,57478 +"253164",45869,64468 +"253165",45869,71914 +"253166",45869,72520 +"253167",45869,76007 +"253168",45869,78120 +"253169",45869,108804 +"253170",45869,109402 +"253171",45869,111339 +"253172",45870,56082 +"253173",45870,81688 +"253174",45872,45942 +"253175",45874,45941 +"253176",45874,45983 +"253177",45874,67356 +"253178",45874,68091 +"253179",45874,104928 +"253180",45874,115958 +"253181",45875,58595 +"253182",45875,80828 +"253183",45875,105248 +"253184",45875,117936 +"253185",45875,119620 +"253186",45876,74719 +"253187",45877,45925 +"253188",45878,89548 +"253189",45878,90871 +"253190",45878,109996 +"253191",45880,53485 +"253192",45880,71481 +"253193",45880,86765 +"253194",45880,95934 +"253195",45880,96033 +"253196",45880,101273 +"253197",45880,109859 +"253198",45881,49680 +"253199",45881,52071 +"253200",45881,74745 +"253201",45882,53551 +"253202",45882,123181 +"253203",45884,61165 +"253204",45886,62782 +"253205",45887,57228 +"253206",45887,57259 +"253207",45887,71137 +"253208",45888,47001 +"253209",45888,55570 +"253210",45888,59848 +"253211",45889,58649 +"253212",45890,103899 +"253213",45891,47833 +"253214",45891,66785 +"253215",45891,76897 +"253216",45891,92316 +"253217",45891,114988 +"253218",45891,117817 +"253219",45894,60244 +"253220",45894,83434 +"253221",45894,101817 +"253222",45894,108372 +"253223",45895,91850 +"253224",45895,92295 +"253225",45899,54382 +"253226",45899,77440 +"253227",45899,77998 +"253228",45899,84751 +"253229",45899,90611 +"253230",45899,91435 +"253231",45899,109847 +"253232",45900,45901 +"253233",45900,55253 +"253234",45900,60579 +"253235",45900,60822 +"253236",45901,55253 +"253237",45901,60822 +"253238",45903,56955 +"253239",45903,61657 +"253240",45903,64806 +"253241",45903,67102 +"253242",45903,77001 +"253243",45903,83993 +"253244",45903,89669 +"253245",45903,121326 +"253246",45905,58337 +"253247",45905,58910 +"253248",45905,72882 +"253249",45905,100063 +"253250",45905,121409 +"253251",45907,81826 +"253252",45908,53216 +"253253",45909,45910 +"253254",45909,45939 +"253255",45909,76535 +"253256",45910,45939 +"253257",45910,121382 +"253258",45912,63226 +"253259",45912,90080 +"253260",45912,90680 +"253261",45912,104837 +"253262",45913,52714 +"253263",45913,71227 +"253264",45913,83557 +"253265",45913,115139 +"253266",45914,83706 +"253267",45915,73590 +"253268",45915,122810 +"253269",45917,53876 +"253270",45917,55668 +"253271",45917,107433 +"253272",45917,110855 +"253273",45918,47049 +"253274",45918,49470 +"253275",45918,50254 +"253276",45918,76646 +"253277",45918,80305 +"253278",45918,82808 +"253279",45918,83273 +"253280",45918,88593 +"253281",45918,95149 +"253282",45919,53388 +"253283",45920,53792 +"253284",45920,53848 +"253285",45920,58495 +"253286",45920,73234 +"253287",45921,49468 +"253288",45921,49600 +"253289",45921,50196 +"253290",45921,52053 +"253291",45921,54197 +"253292",45921,54816 +"253293",45921,71287 +"253294",45921,71337 +"253295",45921,74477 +"253296",45921,74478 +"253297",45921,74560 +"253298",45921,98741 +"253299",45921,102500 +"253300",45921,103596 +"253301",45921,109244 +"253302",45921,117242 +"253303",45927,46114 +"253304",45928,47994 +"253305",45928,49477 +"253306",45928,56578 +"253307",45929,45938 +"253308",45929,45947 +"253309",45930,72164 +"253310",45930,87505 +"253311",45931,78324 +"253312",45932,97503 +"253313",45933,46434 +"253314",45933,46788 +"253315",45933,47123 +"253316",45933,47488 +"253317",45933,48909 +"253318",45933,49859 +"253319",45933,50064 +"253320",45933,50067 +"253321",45933,50554 +"253322",45933,50879 +"253323",45933,51783 +"253324",45933,52018 +"253325",45933,53444 +"253326",45933,53527 +"253327",45933,53555 +"253328",45933,54275 +"253329",45933,56628 +"253330",45933,58004 +"253331",45933,58068 +"253332",45933,58633 +"253333",45933,61111 +"253334",45933,61127 +"253335",45933,68287 +"253336",45934,45944 +"253337",45934,61036 +"253338",45934,94767 +"253339",45934,97012 +"253340",45935,45946 +"253341",45936,92141 +"253342",45938,45947 +"253343",45938,77766 +"253344",45939,50515 +"253345",45940,78032 +"253346",45941,45983 +"253347",45941,79260 +"253348",45943,49108 +"253349",45945,45978 +"253350",45945,45988 +"253351",45945,59051 +"253352",45946,71654 +"253353",45948,113507 +"253354",45949,54567 +"253355",45951,47767 +"253356",45951,88690 +"253357",45951,91254 +"253358",45951,95425 +"253359",45951,103025 +"253360",45953,58739 +"253361",45953,62877 +"253362",45953,66181 +"253363",45953,98578 +"253364",45953,104169 +"253365",45953,119278 +"253366",45954,58621 +"253367",45956,76337 +"253368",45957,46098 +"253369",45957,54106 +"253370",45957,60555 +"253371",45957,65579 +"253372",45958,48374 +"253373",45958,50588 +"253374",45958,52593 +"253375",45958,54344 +"253376",45958,103153 +"253377",45958,103162 +"253378",45958,103186 +"253379",45958,103221 +"253380",45959,46733 +"253381",45959,76428 +"253382",45959,81074 +"253383",45959,121427 +"253384",45961,99073 +"253385",45961,109411 +"253386",45962,51969 +"253387",45962,65544 +"253388",45962,115055 +"253389",45963,56502 +"253390",45964,49377 +"253391",45965,48413 +"253392",45965,61227 +"253393",45965,68203 +"253394",45965,70106 +"253395",45965,73307 +"253396",45965,75532 +"253397",45965,78916 +"253398",45965,80988 +"253399",45965,81677 +"253400",45965,92627 +"253401",45965,100581 +"253402",45965,101869 +"253403",45965,101894 +"253404",45965,102230 +"253405",45965,105744 +"253406",45965,111974 +"253407",45965,113432 +"253408",45965,113649 +"253409",45965,113688 +"253410",45966,102480 +"253411",45966,123017 +"253412",45966,123020 +"253413",45967,49597 +"253414",45967,99992 +"253415",45968,94371 +"253416",45969,88933 +"253417",45970,48066 +"253418",45970,48179 +"253419",45970,57390 +"253420",45970,58294 +"253421",45970,59120 +"253422",45971,49716 +"253423",45971,76887 +"253424",45972,54708 +"253425",45972,77737 +"253426",45974,66291 +"253427",45974,66332 +"253428",45974,82735 +"253429",45974,109340 +"253430",45974,119554 +"253431",45975,62470 +"253432",45975,82272 +"253433",45975,102307 +"253434",45976,75116 +"253435",45976,81872 +"253436",45976,92711 +"253437",45976,93164 +"253438",45976,106564 +"253439",45976,107857 +"253440",45976,107865 +"253441",45977,84365 +"253442",45977,87618 +"253443",45978,45988 +"253444",45978,46046 +"253445",45978,62983 +"253446",45978,64423 +"253447",45979,62742 +"253448",45980,48202 +"253449",45980,48212 +"253450",45980,53132 +"253451",45980,53227 +"253452",45980,55111 +"253453",45980,58628 +"253454",45980,61801 +"253455",45980,64350 +"253456",45980,70758 +"253457",45980,73044 +"253458",45980,73058 +"253459",45980,73335 +"253460",45980,78063 +"253461",45980,78429 +"253462",45980,78569 +"253463",45980,82143 +"253464",45980,83231 +"253465",45980,86471 +"253466",45980,90804 +"253467",45980,91022 +"253468",45980,91045 +"253469",45980,95675 +"253470",45980,101516 +"253471",45980,102387 +"253472",45980,108374 +"253473",45980,108893 +"253474",45980,109101 +"253475",45980,109523 +"253476",45980,110993 +"253477",45980,111338 +"253478",45980,111398 +"253479",45980,111409 +"253480",45980,111480 +"253481",45980,112422 +"253482",45980,112648 +"253483",45980,112708 +"253484",45980,112820 +"253485",45980,112997 +"253486",45980,113597 +"253487",45980,114418 +"253488",45980,114582 +"253489",45980,115371 +"253490",45980,116028 +"253491",45980,116604 +"253492",45981,53342 +"253493",45981,70046 +"253494",45981,76128 +"253495",45981,84909 +"253496",45981,86382 +"253497",45981,89965 +"253498",45981,96827 +"253499",45981,100630 +"253500",45982,52168 +"253501",45982,63911 +"253502",45982,71204 +"253503",45983,59908 +"253504",45983,69258 +"253505",45983,95736 +"253506",45984,55991 +"253507",45984,67799 +"253508",45986,58505 +"253509",45986,64230 +"253510",45986,67223 +"253511",45986,80378 +"253512",45986,91741 +"253513",45987,76266 +"253514",45987,107713 +"253515",45988,62983 +"253516",45991,98709 +"253517",45991,103146 +"253518",45992,77313 +"253519",45992,84626 +"253520",45993,54631 +"253521",45993,107344 +"253522",45993,111663 +"253523",45994,50991 +"253524",45995,88902 +"253525",45995,102950 +"253526",45996,101029 +"253527",45999,51700 +"253528",46000,46131 +"253529",46000,46791 +"253530",46001,46073 +"253531",46002,55997 +"253532",46002,102794 +"253533",46002,111194 +"253534",46003,52537 +"253535",46003,55241 +"253536",46003,79006 +"253537",46003,98303 +"253538",46006,62040 +"253539",46006,65863 +"253540",46006,91047 +"253541",46007,51522 +"253542",46007,56360 +"253543",46007,56784 +"253544",46007,78216 +"253545",46007,88465 +"253546",46008,57045 +"253547",46009,46191 +"253548",46009,87426 +"253549",46011,73064 +"253550",46011,73095 +"253551",46012,46014 +"253552",46013,46117 +"253553",46014,58895 +"253554",46014,77952 +"253555",46014,88777 +"253556",46014,90139 +"253557",46014,91128 +"253558",46014,100487 +"253559",46014,106753 +"253560",46014,117570 +"253561",46015,46039 +"253562",46015,46232 +"253563",46015,46328 +"253564",46015,51718 +"253565",46015,53974 +"253566",46015,57158 +"253567",46015,57899 +"253568",46015,59205 +"253569",46015,63014 +"253570",46015,70023 +"253571",46016,46783 +"253572",46017,46029 +"253573",46017,46290 +"253574",46017,46323 +"253575",46017,58171 +"253576",46017,58174 +"253577",46017,74774 +"253578",46020,52234 +"253579",46020,66512 +"253580",46021,82567 +"253581",46021,102053 +"253582",46021,106569 +"253583",46022,48061 +"253584",46022,108183 +"253585",46023,46717 +"253586",46023,65628 +"253587",46025,46444 +"253588",46025,51017 +"253589",46025,53113 +"253590",46025,64263 +"253591",46025,78516 +"253592",46025,90850 +"253593",46025,103727 +"253594",46025,108346 +"253595",46025,110202 +"253596",46026,50232 +"253597",46026,70645 +"253598",46026,86499 +"253599",46026,91402 +"253600",46026,113448 +"253601",46027,56100 +"253602",46028,55519 +"253603",46029,46290 +"253604",46029,46323 +"253605",46029,95546 +"253606",46030,46358 +"253607",46030,46392 +"253608",46030,91640 +"253609",46030,101275 +"253610",46030,101909 +"253611",46030,114231 +"253612",46033,46053 +"253613",46033,53534 +"253614",46033,86881 +"253615",46033,96991 +"253616",46033,112368 +"253617",46033,121972 +"253618",46034,67721 +"253619",46034,94741 +"253620",46034,111574 +"253621",46035,46106 +"253622",46035,46158 +"253623",46035,46234 +"253624",46035,46731 +"253625",46035,52474 +"253626",46036,46037 +"253627",46036,46406 +"253628",46037,46406 +"253629",46037,113308 +"253630",46038,53757 +"253631",46038,53813 +"253632",46038,60799 +"253633",46039,46232 +"253634",46039,46328 +"253635",46039,59205 +"253636",46039,71514 +"253637",46039,98860 +"253638",46040,48283 +"253639",46040,55968 +"253640",46040,58365 +"253641",46040,67501 +"253642",46040,67511 +"253643",46040,76428 +"253644",46040,87929 +"253645",46040,105591 +"253646",46040,107198 +"253647",46041,46562 +"253648",46041,54932 +"253649",46041,54933 +"253650",46041,54935 +"253651",46041,54961 +"253652",46042,54631 +"253653",46042,61276 +"253654",46042,69620 +"253655",46042,75963 +"253656",46043,46962 +"253657",46043,48177 +"253658",46043,48860 +"253659",46045,46303 +"253660",46046,55566 +"253661",46046,56407 +"253662",46046,61839 +"253663",46046,74683 +"253664",46046,74684 +"253665",46046,74696 +"253666",46047,98599 +"253667",46048,71975 +"253668",46048,84907 +"253669",46048,96860 +"253670",46049,60529 +"253671",46049,65412 +"253672",46049,101424 +"253673",46050,49770 +"253674",46050,53029 +"253675",46050,59177 +"253676",46050,60985 +"253677",46050,64021 +"253678",46050,72022 +"253679",46050,72273 +"253680",46050,88841 +"253681",46050,101250 +"253682",46050,104512 +"253683",46050,117163 +"253684",46053,75213 +"253685",46053,87081 +"253686",46053,115889 +"253687",46055,82061 +"253688",46055,104645 +"253689",46055,104648 +"253690",46055,104655 +"253691",46055,112049 +"253692",46057,62827 +"253693",46058,58307 +"253694",46059,48077 +"253695",46059,59196 +"253696",46059,72068 +"253697",46059,72113 +"253698",46060,51075 +"253699",46060,65367 +"253700",46060,108015 +"253701",46062,54640 +"253702",46062,66765 +"253703",46063,46208 +"253704",46063,75321 +"253705",46063,88731 +"253706",46064,51916 +"253707",46065,51722 +"253708",46065,52849 +"253709",46065,70151 +"253710",46065,71076 +"253711",46065,99677 +"253712",46065,105019 +"253713",46065,110272 +"253714",46066,48432 +"253715",46066,97148 +"253716",46066,97149 +"253717",46067,46367 +"253718",46067,64010 +"253719",46067,64580 +"253720",46067,90120 +"253721",46068,77310 +"253722",46068,87665 +"253723",46070,46147 +"253724",46070,64432 +"253725",46071,46080 +"253726",46071,51299 +"253727",46071,52924 +"253728",46071,55930 +"253729",46071,60280 +"253730",46071,76175 +"253731",46071,76905 +"253732",46071,77250 +"253733",46071,78032 +"253734",46071,89851 +"253735",46071,91021 +"253736",46071,122076 +"253737",46072,46115 +"253738",46072,47365 +"253739",46072,64730 +"253740",46072,65214 +"253741",46072,67392 +"253742",46073,62060 +"253743",46073,62216 +"253744",46073,62790 +"253745",46074,48237 +"253746",46075,54076 +"253747",46075,57757 +"253748",46076,74152 +"253749",46077,46095 +"253750",46078,59093 +"253751",46079,69524 +"253752",46079,83047 +"253753",46079,83084 +"253754",46079,83135 +"253755",46079,95092 +"253756",46079,102016 +"253757",46080,89851 +"253758",46081,80167 +"253759",46084,81865 +"253760",46086,86184 +"253761",46086,87957 +"253762",46086,92703 +"253763",46087,60202 +"253764",46087,65661 +"253765",46087,65765 +"253766",46087,71029 +"253767",46087,71181 +"253768",46087,71199 +"253769",46088,46386 +"253770",46089,62187 +"253771",46091,50815 +"253772",46091,51866 +"253773",46091,55268 +"253774",46091,60370 +"253775",46091,60371 +"253776",46091,63015 +"253777",46091,63643 +"253778",46091,65604 +"253779",46091,71651 +"253780",46091,72462 +"253781",46091,72472 +"253782",46091,80145 +"253783",46093,46497 +"253784",46094,69854 +"253785",46094,89408 +"253786",46094,90032 +"253787",46094,95717 +"253788",46094,101916 +"253789",46094,101919 +"253790",46094,104267 +"253791",46095,56854 +"253792",46095,77039 +"253793",46096,57404 +"253794",46096,75686 +"253795",46096,85016 +"253796",46097,46152 +"253797",46097,56949 +"253798",46097,117639 +"253799",46098,54106 +"253800",46098,60555 +"253801",46098,65579 +"253802",46099,48718 +"253803",46099,52551 +"253804",46099,69439 +"253805",46099,122505 +"253806",46100,101566 +"253807",46100,116556 +"253808",46101,80073 +"253809",46102,57555 +"253810",46103,83798 +"253811",46103,112873 +"253812",46104,46863 +"253813",46104,50382 +"253814",46104,51228 +"253815",46104,70260 +"253816",46104,104898 +"253817",46104,111391 +"253818",46104,113576 +"253819",46104,114777 +"253820",46105,49366 +"253821",46106,46158 +"253822",46106,46234 +"253823",46106,52474 +"253824",46107,57787 +"253825",46107,67957 +"253826",46107,70928 +"253827",46107,76126 +"253828",46107,76564 +"253829",46107,84302 +"253830",46107,84347 +"253831",46107,84348 +"253832",46107,84903 +"253833",46107,86597 +"253834",46107,94475 +"253835",46107,96822 +"253836",46107,96823 +"253837",46107,96849 +"253838",46107,96858 +"253839",46107,96859 +"253840",46108,50387 +"253841",46108,51819 +"253842",46108,53546 +"253843",46108,56476 +"253844",46108,58230 +"253845",46108,70478 +"253846",46108,75244 +"253847",46108,79244 +"253848",46108,83747 +"253849",46108,100396 +"253850",46108,106875 +"253851",46109,88829 +"253852",46109,113053 +"253853",46110,46270 +"253854",46110,46337 +"253855",46111,47248 +"253856",46113,80680 +"253857",46113,100071 +"253858",46113,116188 +"253859",46114,65570 +"253860",46114,69896 +"253861",46114,76656 +"253862",46115,47365 +"253863",46115,75422 +"253864",46115,93961 +"253865",46115,93963 +"253866",46115,93972 +"253867",46115,93986 +"253868",46116,51307 +"253869",46116,51308 +"253870",46116,77570 +"253871",46118,46371 +"253872",46119,47160 +"253873",46120,92978 +"253874",46121,64294 +"253875",46122,66566 +"253876",46124,92440 +"253877",46125,58544 +"253878",46125,98217 +"253879",46125,118247 +"253880",46125,118431 +"253881",46126,46163 +"253882",46126,46242 +"253883",46126,72254 +"253884",46126,73939 +"253885",46126,75360 +"253886",46126,75361 +"253887",46127,78528 +"253888",46128,46246 +"253889",46128,50523 +"253890",46128,78738 +"253891",46128,82456 +"253892",46128,82513 +"253893",46128,82521 +"253894",46128,82524 +"253895",46129,48599 +"253896",46129,62662 +"253897",46129,63828 +"253898",46131,46791 +"253899",46131,50289 +"253900",46132,46733 +"253901",46133,81686 +"253902",46133,91746 +"253903",46133,121305 +"253904",46135,95634 +"253905",46135,119532 +"253906",46137,51570 +"253907",46137,51585 +"253908",46137,55276 +"253909",46137,55333 +"253910",46139,49783 +"253911",46139,70575 +"253912",46139,76565 +"253913",46139,79802 +"253914",46139,81882 +"253915",46139,85543 +"253916",46139,86178 +"253917",46139,90305 +"253918",46139,95973 +"253919",46139,98313 +"253920",46139,115900 +"253921",46139,117208 +"253922",46139,117800 +"253923",46139,117814 +"253924",46139,118086 +"253925",46139,118090 +"253926",46139,118091 +"253927",46139,118094 +"253928",46139,118098 +"253929",46139,118102 +"253930",46139,118112 +"253931",46139,118726 +"253932",46139,118727 +"253933",46140,48628 +"253934",46141,57336 +"253935",46141,65125 +"253936",46141,72933 +"253937",46141,86514 +"253938",46141,94162 +"253939",46142,53998 +"253940",46142,64578 +"253941",46142,76007 +"253942",46142,76854 +"253943",46142,96428 +"253944",46142,105122 +"253945",46143,49213 +"253946",46143,97856 +"253947",46144,46294 +"253948",46145,79652 +"253949",46147,66255 +"253950",46150,66618 +"253951",46150,66620 +"253952",46151,59076 +"253953",46151,68372 +"253954",46151,74845 +"253955",46152,47147 +"253956",46152,68378 +"253957",46152,84583 +"253958",46152,109125 +"253959",46152,115701 +"253960",46153,56783 +"253961",46153,57678 +"253962",46153,80630 +"253963",46154,100648 +"253964",46155,76127 +"253965",46155,80041 +"253966",46155,99833 +"253967",46155,114072 +"253968",46157,81965 +"253969",46157,95242 +"253970",46158,46234 +"253971",46158,52474 +"253972",46160,46540 +"253973",46161,46592 +"253974",46163,46242 +"253975",46164,72096 +"253976",46164,118048 +"253977",46165,49450 +"253978",46165,52302 +"253979",46165,77339 +"253980",46165,106348 +"253981",46165,107805 +"253982",46165,107806 +"253983",46165,107813 +"253984",46166,46173 +"253985",46166,46196 +"253986",46166,46251 +"253987",46166,46260 +"253988",46166,48050 +"253989",46167,46190 +"253990",46168,61792 +"253991",46168,82044 +"253992",46171,47139 +"253993",46171,107770 +"253994",46172,50448 +"253995",46172,50496 +"253996",46172,69259 +"253997",46172,69260 +"253998",46172,69272 +"253999",46172,69593 +"254000",46172,76372 +"254001",46172,84566 +"254002",46172,105247 +"254003",46173,46196 +"254004",46173,46251 +"254005",46173,46260 +"254006",46173,57612 +"254007",46173,79171 +"254008",46173,94480 +"254009",46174,46562 +"254010",46174,60921 +"254011",46174,67239 +"254012",46174,88663 +"254013",46175,81159 +"254014",46175,109050 +"254015",46176,46216 +"254016",46176,61021 +"254017",46177,47048 +"254018",46177,48110 +"254019",46177,58508 +"254020",46177,59731 +"254021",46177,62642 +"254022",46177,68091 +"254023",46177,69335 +"254024",46177,75245 +"254025",46177,75776 +"254026",46177,75956 +"254027",46177,76387 +"254028",46177,78978 +"254029",46177,79212 +"254030",46177,79241 +"254031",46177,79579 +"254032",46177,80239 +"254033",46177,80301 +"254034",46177,81397 +"254035",46177,88340 +"254036",46177,88749 +"254037",46177,89069 +"254038",46177,89373 +"254039",46177,89995 +"254040",46177,90919 +"254041",46177,90936 +"254042",46177,92861 +"254043",46177,93097 +"254044",46177,94231 +"254045",46177,95489 +"254046",46177,96247 +"254047",46177,96363 +"254048",46177,97898 +"254049",46179,47120 +"254050",46179,92930 +"254051",46179,92962 +"254052",46181,87902 +"254053",46182,70858 +"254054",46182,79804 +"254055",46184,99764 +"254056",46184,99768 +"254057",46184,99779 +"254058",46185,49427 +"254059",46185,53120 +"254060",46185,79155 +"254061",46185,87854 +"254062",46185,91020 +"254063",46185,102710 +"254064",46185,104090 +"254065",46186,81790 +"254066",46186,89880 +"254067",46188,80926 +"254068",46189,59173 +"254069",46190,47501 +"254070",46190,54328 +"254071",46190,54590 +"254072",46192,46257 +"254073",46192,46258 +"254074",46192,47353 +"254075",46192,47768 +"254076",46192,47826 +"254077",46192,50478 +"254078",46192,52770 +"254079",46192,52773 +"254080",46192,58841 +"254081",46192,78287 +"254082",46192,86261 +"254083",46192,89708 +"254084",46193,46824 +"254085",46193,46909 +"254086",46193,55441 +"254087",46193,99470 +"254088",46194,69245 +"254089",46194,113225 +"254090",46195,49447 +"254091",46195,52544 +"254092",46195,53230 +"254093",46195,71607 +"254094",46195,79075 +"254095",46195,79089 +"254096",46195,79131 +"254097",46195,81365 +"254098",46195,81850 +"254099",46195,83006 +"254100",46195,90389 +"254101",46195,93085 +"254102",46196,46251 +"254103",46196,46260 +"254104",46196,52136 +"254105",46196,54556 +"254106",46196,97295 +"254107",46197,61898 +"254108",46197,79134 +"254109",46198,94553 +"254110",46198,112174 +"254111",46198,112362 +"254112",46199,57201 +"254113",46200,54119 +"254114",46201,46202 +"254115",46201,55782 +"254116",46201,59622 +"254117",46201,73260 +"254118",46202,70748 +"254119",46202,77809 +"254120",46202,99187 +"254121",46203,99012 +"254122",46204,47541 +"254123",46205,57213 +"254124",46206,95819 +"254125",46206,99562 +"254126",46207,61267 +"254127",46207,95730 +"254128",46209,106564 +"254129",46209,115364 +"254130",46211,52329 +"254131",46211,70478 +"254132",46211,74320 +"254133",46211,101436 +"254134",46211,107204 +"254135",46212,57510 +"254136",46212,58842 +"254137",46212,58940 +"254138",46212,60336 +"254139",46212,60342 +"254140",46213,54638 +"254141",46213,54640 +"254142",46214,52174 +"254143",46214,70566 +"254144",46214,93987 +"254145",46214,97910 +"254146",46215,74083 +"254147",46217,55166 +"254148",46217,60970 +"254149",46217,84636 +"254150",46217,84655 +"254151",46217,109846 +"254152",46218,46274 +"254153",46218,92805 +"254154",46218,116185 +"254155",46218,120398 +"254156",46219,63614 +"254157",46221,47889 +"254158",46221,52517 +"254159",46221,64540 +"254160",46221,70281 +"254161",46221,84769 +"254162",46222,58110 +"254163",46222,58163 +"254164",46222,58164 +"254165",46223,57608 +"254166",46223,85274 +"254167",46223,93185 +"254168",46223,119511 +"254169",46226,62586 +"254170",46226,62647 +"254171",46227,54958 +"254172",46227,55800 +"254173",46227,79449 +"254174",46227,93413 +"254175",46227,109051 +"254176",46228,46559 +"254177",46228,47580 +"254178",46228,50745 +"254179",46228,59725 +"254180",46228,69435 +"254181",46228,70247 +"254182",46228,70345 +"254183",46228,70346 +"254184",46228,72374 +"254185",46228,72417 +"254186",46229,102134 +"254187",46230,56156 +"254188",46231,76053 +"254189",46231,91310 +"254190",46232,46328 +"254191",46232,59205 +"254192",46234,52474 +"254193",46234,81040 +"254194",46236,60225 +"254195",46237,63073 +"254196",46237,97703 +"254197",46237,98944 +"254198",46238,87057 +"254199",46238,87061 +"254200",46238,87074 +"254201",46239,52928 +"254202",46239,59427 +"254203",46239,66014 +"254204",46239,67077 +"254205",46239,72488 +"254206",46239,76579 +"254207",46239,76599 +"254208",46239,81759 +"254209",46239,92730 +"254210",46239,100790 +"254211",46239,105663 +"254212",46239,105789 +"254213",46239,106501 +"254214",46239,107666 +"254215",46241,50969 +"254216",46241,54321 +"254217",46241,56209 +"254218",46241,56318 +"254219",46243,46637 +"254220",46243,46639 +"254221",46243,47443 +"254222",46243,48992 +"254223",46243,56859 +"254224",46243,59349 +"254225",46243,61702 +"254226",46243,62137 +"254227",46243,62228 +"254228",46243,62296 +"254229",46243,62739 +"254230",46243,64613 +"254231",46243,66523 +"254232",46243,66833 +"254233",46243,71510 +"254234",46243,72065 +"254235",46243,72069 +"254236",46243,72070 +"254237",46243,72072 +"254238",46243,72077 +"254239",46243,72088 +"254240",46243,72102 +"254241",46243,72106 +"254242",46243,72107 +"254243",46243,73975 +"254244",46245,54876 +"254245",46247,63500 +"254246",46248,87693 +"254247",46248,96079 +"254248",46250,69622 +"254249",46251,46260 +"254250",46252,69744 +"254251",46253,55229 +"254252",46253,63113 +"254253",46253,69310 +"254254",46253,71025 +"254255",46253,73394 +"254256",46253,77507 +"254257",46254,109568 +"254258",46254,118107 +"254259",46255,50146 +"254260",46255,58356 +"254261",46257,46258 +"254262",46257,47353 +"254263",46257,52773 +"254264",46257,63546 +"254265",46257,77638 +"254266",46257,78287 +"254267",46257,85971 +"254268",46257,86261 +"254269",46258,47768 +"254270",46258,52773 +"254271",46258,68904 +"254272",46258,73668 +"254273",46258,77554 +"254274",46258,78039 +"254275",46258,78274 +"254276",46258,80406 +"254277",46258,80407 +"254278",46258,92120 +"254279",46258,97165 +"254280",46258,110968 +"254281",46258,110975 +"254282",46258,110976 +"254283",46261,47984 +"254284",46261,59909 +"254285",46262,52750 +"254286",46262,53408 +"254287",46262,58459 +"254288",46262,66943 +"254289",46262,69969 +"254290",46262,70030 +"254291",46262,82388 +"254292",46262,86513 +"254293",46262,93814 +"254294",46262,97692 +"254295",46262,110414 +"254296",46262,115669 +"254297",46262,122324 +"254298",46263,48101 +"254299",46263,48809 +"254300",46263,49997 +"254301",46263,50957 +"254302",46263,50958 +"254303",46263,53645 +"254304",46263,55547 +"254305",46263,56893 +"254306",46264,49986 +"254307",46265,58466 +"254308",46265,61153 +"254309",46265,79280 +"254310",46266,63872 +"254311",46266,68008 +"254312",46267,90641 +"254313",46267,94614 +"254314",46268,90447 +"254315",46269,99559 +"254316",46269,102328 +"254317",46269,116786 +"254318",46270,46337 +"254319",46270,91390 +"254320",46272,106704 +"254321",46273,79006 +"254322",46275,72243 +"254323",46275,115733 +"254324",46277,73547 +"254325",46277,79012 +"254326",46278,58401 +"254327",46278,75348 +"254328",46278,82354 +"254329",46279,48752 +"254330",46279,58066 +"254331",46283,46716 +"254332",46283,48602 +"254333",46283,52657 +"254334",46283,56250 +"254335",46283,60523 +"254336",46283,61413 +"254337",46283,64806 +"254338",46283,70713 +"254339",46283,72155 +"254340",46283,79219 +"254341",46283,82813 +"254342",46283,89558 +"254343",46283,90002 +"254344",46283,90298 +"254345",46283,90373 +"254346",46283,93136 +"254347",46283,96273 +"254348",46283,99279 +"254349",46283,103682 +"254350",46283,104818 +"254351",46283,109167 +"254352",46283,109771 +"254353",46283,109832 +"254354",46283,117786 +"254355",46283,117791 +"254356",46283,117795 +"254357",46285,56397 +"254358",46285,69408 +"254359",46286,46327 +"254360",46286,46354 +"254361",46286,61774 +"254362",46287,59901 +"254363",46288,92240 +"254364",46289,54857 +"254365",46289,66214 +"254366",46289,67222 +"254367",46289,78782 +"254368",46289,81655 +"254369",46289,88706 +"254370",46289,89565 +"254371",46289,112689 +"254372",46290,46323 +"254373",46292,51092 +"254374",46292,52403 +"254375",46292,64918 +"254376",46292,67763 +"254377",46292,68501 +"254378",46292,72302 +"254379",46292,96430 +"254380",46292,102987 +"254381",46292,113508 +"254382",46292,120004 +"254383",46292,120342 +"254384",46293,46626 +"254385",46293,52660 +"254386",46294,94212 +"254387",46294,109808 +"254388",46296,46360 +"254389",46297,70233 +"254390",46297,88553 +"254391",46297,88781 +"254392",46297,119288 +"254393",46297,122370 +"254394",46297,122380 +"254395",46297,123380 +"254396",46298,46962 +"254397",46299,46378 +"254398",46299,46379 +"254399",46299,47161 +"254400",46299,50627 +"254401",46299,77895 +"254402",46299,117186 +"254403",46300,60439 +"254404",46300,60913 +"254405",46300,70393 +"254406",46301,69105 +"254407",46301,100737 +"254408",46304,88970 +"254409",46304,97910 +"254410",46304,112484 +"254411",46305,78529 +"254412",46305,102926 +"254413",46305,118402 +"254414",46306,51774 +"254415",46306,78731 +"254416",46306,78922 +"254417",46306,101696 +"254418",46308,55775 +"254419",46308,60776 +"254420",46308,60900 +"254421",46308,94457 +"254422",46309,110532 +"254423",46312,75103 +"254424",46312,85911 +"254425",46312,121908 +"254426",46312,122315 +"254427",46313,49219 +"254428",46313,63005 +"254429",46313,65931 +"254430",46313,92137 +"254431",46314,49181 +"254432",46314,64602 +"254433",46314,67801 +"254434",46315,70785 +"254435",46316,46320 +"254436",46316,91334 +"254437",46316,123453 +"254438",46317,59110 +"254439",46318,46319 +"254440",46321,46345 +"254441",46321,46351 +"254442",46321,46383 +"254443",46324,62841 +"254444",46325,94312 +"254445",46326,67635 +"254446",46326,94103 +"254447",46326,100207 +"254448",46327,46354 +"254449",46327,47693 +"254450",46327,47801 +"254451",46327,48431 +"254452",46327,61441 +"254453",46327,70667 +"254454",46328,59205 +"254455",46331,114046 +"254456",46332,46377 +"254457",46332,116691 +"254458",46333,64871 +"254459",46334,61652 +"254460",46335,46366 +"254461",46335,46400 +"254462",46336,94730 +"254463",46338,92332 +"254464",46338,118712 +"254465",46338,118731 +"254466",46339,48947 +"254467",46339,49549 +"254468",46339,52168 +"254469",46339,52383 +"254470",46339,54655 +"254471",46339,64865 +"254472",46339,67556 +"254473",46339,102379 +"254474",46339,115509 +"254475",46340,69257 +"254476",46340,105019 +"254477",46340,114974 +"254478",46343,52769 +"254479",46343,61727 +"254480",46343,62936 +"254481",46343,69139 +"254482",46343,73863 +"254483",46343,77767 +"254484",46343,81535 +"254485",46343,94828 +"254486",46343,99171 +"254487",46343,109906 +"254488",46344,52530 +"254489",46345,46351 +"254490",46345,46383 +"254491",46346,49267 +"254492",46346,104925 +"254493",46346,105343 +"254494",46349,57795 +"254495",46349,68022 +"254496",46349,70201 +"254497",46349,81161 +"254498",46349,91188 +"254499",46350,52836 +"254500",46350,60180 +"254501",46350,61165 +"254502",46350,66864 +"254503",46351,46383 +"254504",46351,51507 +"254505",46351,51970 +"254506",46351,57184 +"254507",46351,57296 +"254508",46351,60402 +"254509",46351,65748 +"254510",46351,67233 +"254511",46351,68823 +"254512",46351,74949 +"254513",46351,83713 +"254514",46351,88966 +"254515",46351,93953 +"254516",46351,97012 +"254517",46351,99776 +"254518",46351,111024 +"254519",46351,115929 +"254520",46351,119437 +"254521",46352,49714 +"254522",46352,52572 +"254523",46352,61427 +"254524",46352,67807 +"254525",46352,69682 +"254526",46352,69977 +"254527",46353,107889 +"254528",46354,57997 +"254529",46354,63138 +"254530",46354,63360 +"254531",46354,68156 +"254532",46354,68263 +"254533",46354,68319 +"254534",46355,66751 +"254535",46355,89475 +"254536",46355,105023 +"254537",46355,116031 +"254538",46356,49741 +"254539",46356,56594 +"254540",46356,62525 +"254541",46356,67237 +"254542",46356,83283 +"254543",46356,84649 +"254544",46356,90527 +"254545",46356,90602 +"254546",46356,90651 +"254547",46356,93104 +"254548",46356,101102 +"254549",46356,112877 +"254550",46356,117856 +"254551",46356,122168 +"254552",46357,46370 +"254553",46357,46815 +"254554",46357,46826 +"254555",46358,46392 +"254556",46358,100296 +"254557",46359,63855 +"254558",46359,92680 +"254559",46359,100623 +"254560",46359,106605 +"254561",46360,76844 +"254562",46360,92481 +"254563",46361,57203 +"254564",46361,94711 +"254565",46362,53016 +"254566",46363,103460 +"254567",46363,113419 +"254568",46364,80290 +"254569",46365,70707 +"254570",46365,88268 +"254571",46365,88286 +"254572",46365,100988 +"254573",46365,105641 +"254574",46365,110211 +"254575",46366,46400 +"254576",46367,53326 +"254577",46368,85458 +"254578",46368,88547 +"254579",46368,97693 +"254580",46369,56806 +"254581",46369,67760 +"254582",46369,71103 +"254583",46369,79738 +"254584",46370,46815 +"254585",46370,46826 +"254586",46373,52734 +"254587",46373,57906 +"254588",46373,77506 +"254589",46373,83048 +"254590",46373,89684 +"254591",46373,105838 +"254592",46373,106633 +"254593",46373,114140 +"254594",46374,95433 +"254595",46375,85448 +"254596",46375,112592 +"254597",46375,118683 +"254598",46375,118762 +"254599",46375,118818 +"254600",46375,118820 +"254601",46376,48264 +"254602",46377,54854 +"254603",46377,54862 +"254604",46377,80804 +"254605",46378,46379 +"254606",46378,47161 +"254607",46378,50803 +"254608",46378,52445 +"254609",46378,56823 +"254610",46378,56899 +"254611",46378,57850 +"254612",46378,61619 +"254613",46378,76124 +"254614",46378,76139 +"254615",46378,98015 +"254616",46379,47161 +"254617",46379,57850 +"254618",46379,76007 +"254619",46379,80884 +"254620",46380,58960 +"254621",46380,70851 +"254622",46380,71021 +"254623",46381,47173 +"254624",46381,86135 +"254625",46382,65162 +"254626",46382,82242 +"254627",46382,83479 +"254628",46382,120482 +"254629",46383,46832 +"254630",46383,66803 +"254631",46383,73494 +"254632",46383,74435 +"254633",46383,76484 +"254634",46383,100320 +"254635",46383,100334 +"254636",46384,64236 +"254637",46384,65935 +"254638",46384,92651 +"254639",46384,116383 +"254640",46385,54895 +"254641",46385,58191 +"254642",46385,92452 +"254643",46386,75249 +"254644",46386,81611 +"254645",46386,83735 +"254646",46386,95885 +"254647",46386,120311 +"254648",46387,47600 +"254649",46387,69034 +"254650",46387,106313 +"254651",46388,67902 +"254652",46388,71890 +"254653",46388,98939 +"254654",46388,100140 +"254655",46389,46498 +"254656",46389,55948 +"254657",46390,86826 +"254658",46391,100917 +"254659",46393,50100 +"254660",46393,56066 +"254661",46393,82499 +"254662",46394,53948 +"254663",46394,57466 +"254664",46394,75230 +"254665",46394,108948 +"254666",46394,109122 +"254667",46395,54752 +"254668",46396,81128 +"254669",46396,91490 +"254670",46397,68625 +"254671",46397,73806 +"254672",46397,84412 +"254673",46397,97100 +"254674",46397,117237 +"254675",46401,48381 +"254676",46401,59393 +"254677",46401,66864 +"254678",46401,87741 +"254679",46401,87742 +"254680",46402,86059 +"254681",46405,51599 +"254682",46405,53179 +"254683",46405,61136 +"254684",46405,64084 +"254685",46405,71997 +"254686",46405,106611 +"254687",46405,106643 +"254688",46406,74266 +"254689",46407,80114 +"254690",46409,50570 +"254691",46409,72262 +"254692",46411,107996 +"254693",46412,54838 +"254694",46412,103159 +"254695",46413,108519 +"254696",46413,110025 +"254697",46414,57330 +"254698",46414,67162 +"254699",46414,84510 +"254700",46414,93288 +"254701",46414,105283 +"254702",46414,108013 +"254703",46414,120469 +"254704",46414,123392 +"254705",46415,120953 +"254706",46415,120963 +"254707",46416,46454 +"254708",46418,84443 +"254709",46418,98653 +"254710",46418,116587 +"254711",46418,116879 +"254712",46419,49536 +"254713",46420,46447 +"254714",46420,113725 +"254715",46421,85099 +"254716",46421,118841 +"254717",46422,53667 +"254718",46422,97843 +"254719",46422,101933 +"254720",46422,110049 +"254721",46422,110052 +"254722",46422,110166 +"254723",46422,114651 +"254724",46422,123399 +"254725",46425,108744 +"254726",46427,46436 +"254727",46427,46830 +"254728",46428,53777 +"254729",46428,64325 +"254730",46428,67739 +"254731",46428,78759 +"254732",46428,98329 +"254733",46428,100629 +"254734",46428,101222 +"254735",46429,46464 +"254736",46429,88920 +"254737",46429,112666 +"254738",46429,112668 +"254739",46430,57667 +"254740",46430,60298 +"254741",46430,70925 +"254742",46430,71469 +"254743",46430,78355 +"254744",46430,86462 +"254745",46430,88531 +"254746",46430,91128 +"254747",46430,91411 +"254748",46430,92592 +"254749",46430,97735 +"254750",46431,48420 +"254751",46431,52449 +"254752",46432,59177 +"254753",46432,97015 +"254754",46432,98409 +"254755",46432,101470 +"254756",46433,53579 +"254757",46433,54141 +"254758",46433,54192 +"254759",46434,46788 +"254760",46434,47123 +"254761",46434,47488 +"254762",46434,48909 +"254763",46434,49859 +"254764",46434,50064 +"254765",46434,50067 +"254766",46434,50554 +"254767",46434,50879 +"254768",46434,51783 +"254769",46434,52018 +"254770",46434,53444 +"254771",46434,53527 +"254772",46434,53555 +"254773",46434,54275 +"254774",46434,56628 +"254775",46434,58004 +"254776",46434,58068 +"254777",46434,58633 +"254778",46434,61111 +"254779",46434,61127 +"254780",46434,68287 +"254781",46435,73450 +"254782",46435,82700 +"254783",46435,88280 +"254784",46435,98600 +"254785",46436,46830 +"254786",46436,50147 +"254787",46437,73490 +"254788",46437,81755 +"254789",46437,99266 +"254790",46439,55501 +"254791",46439,63466 +"254792",46439,76406 +"254793",46439,90293 +"254794",46439,102741 +"254795",46439,111368 +"254796",46440,52195 +"254797",46440,83871 +"254798",46440,88479 +"254799",46440,90320 +"254800",46441,46466 +"254801",46441,46494 +"254802",46441,46613 +"254803",46442,46601 +"254804",46442,47223 +"254805",46442,49517 +"254806",46442,64941 +"254807",46442,65376 +"254808",46442,86799 +"254809",46443,76831 +"254810",46443,107220 +"254811",46443,116414 +"254812",46444,61220 +"254813",46444,64263 +"254814",46444,94101 +"254815",46444,99706 +"254816",46444,103727 +"254817",46444,113122 +"254818",46445,51916 +"254819",46445,60167 +"254820",46447,95021 +"254821",46449,92665 +"254822",46449,95010 +"254823",46449,96063 +"254824",46449,97953 +"254825",46451,55274 +"254826",46451,57999 +"254827",46451,67305 +"254828",46453,46502 +"254829",46453,46934 +"254830",46454,69550 +"254831",46455,53312 +"254832",46455,54400 +"254833",46455,101156 +"254834",46455,107544 +"254835",46455,109233 +"254836",46455,112094 +"254837",46455,119065 +"254838",46455,120375 +"254839",46456,97582 +"254840",46457,64324 +"254841",46457,72205 +"254842",46457,86778 +"254843",46457,101842 +"254844",46457,111983 +"254845",46458,83424 +"254846",46460,89785 +"254847",46461,56632 +"254848",46461,75223 +"254849",46462,112571 +"254850",46462,115709 +"254851",46462,120881 +"254852",46463,46528 +"254853",46463,46678 +"254854",46463,47483 +"254855",46463,52059 +"254856",46463,55390 +"254857",46463,59916 +"254858",46463,69121 +"254859",46463,76288 +"254860",46463,94995 +"254861",46463,101658 +"254862",46463,109603 +"254863",46463,111946 +"254864",46465,57014 +"254865",46465,58141 +"254866",46465,66360 +"254867",46465,80427 +"254868",46465,100040 +"254869",46465,109417 +"254870",46465,110186 +"254871",46465,110494 +"254872",46465,117524 +"254873",46466,46494 +"254874",46466,46613 +"254875",46466,78197 +"254876",46467,46823 +"254877",46467,51157 +"254878",46467,62148 +"254879",46467,114342 +"254880",46467,120739 +"254881",46467,122963 +"254882",46469,46727 +"254883",46469,49376 +"254884",46469,64962 +"254885",46469,73448 +"254886",46469,77356 +"254887",46469,83268 +"254888",46469,89403 +"254889",46469,92797 +"254890",46469,92820 +"254891",46469,97823 +"254892",46469,112423 +"254893",46471,52281 +"254894",46471,59418 +"254895",46471,62244 +"254896",46471,81119 +"254897",46471,93078 +"254898",46471,95953 +"254899",46471,99371 +"254900",46472,53690 +"254901",46472,101751 +"254902",46472,101777 +"254903",46472,112852 +"254904",46473,109286 +"254905",46474,87075 +"254906",46475,55796 +"254907",46475,70370 +"254908",46475,100468 +"254909",46475,112050 +"254910",46477,54979 +"254911",46477,102860 +"254912",46477,112831 +"254913",46477,121938 +"254914",46477,122087 +"254915",46478,46505 +"254916",46479,46531 +"254917",46480,57360 +"254918",46481,46704 +"254919",46481,95907 +"254920",46482,51482 +"254921",46483,47585 +"254922",46483,58284 +"254923",46483,58293 +"254924",46483,60467 +"254925",46483,62407 +"254926",46483,66886 +"254927",46483,68569 +"254928",46483,73374 +"254929",46483,78925 +"254930",46483,80305 +"254931",46483,90643 +"254932",46483,92592 +"254933",46483,94027 +"254934",46483,97824 +"254935",46483,100502 +"254936",46483,105903 +"254937",46483,105988 +"254938",46484,49776 +"254939",46484,54777 +"254940",46486,56054 +"254941",46486,57052 +"254942",46486,57995 +"254943",46486,63348 +"254944",46486,71703 +"254945",46486,72798 +"254946",46486,73077 +"254947",46486,75351 +"254948",46486,75366 +"254949",46486,77308 +"254950",46486,80716 +"254951",46486,81135 +"254952",46486,89185 +"254953",46486,90709 +"254954",46486,97254 +"254955",46486,99332 +"254956",46486,100627 +"254957",46486,103937 +"254958",46487,47789 +"254959",46487,83572 +"254960",46487,90174 +"254961",46487,97732 +"254962",46487,119952 +"254963",46488,94808 +"254964",46488,122186 +"254965",46489,50572 +"254966",46489,54112 +"254967",46489,58360 +"254968",46489,68119 +"254969",46489,83312 +"254970",46489,83820 +"254971",46489,84316 +"254972",46490,65438 +"254973",46490,77445 +"254974",46490,77469 +"254975",46490,106235 +"254976",46491,95491 +"254977",46491,103895 +"254978",46491,106257 +"254979",46492,96378 +"254980",46493,50480 +"254981",46494,46613 +"254982",46496,56570 +"254983",46496,62040 +"254984",46496,84278 +"254985",46496,91047 +"254986",46496,91227 +"254987",46497,52659 +"254988",46497,68895 +"254989",46497,70754 +"254990",46497,82123 +"254991",46497,97426 +"254992",46497,118180 +"254993",46498,66294 +"254994",46498,72991 +"254995",46498,91097 +"254996",46498,96092 +"254997",46499,97360 +"254998",46499,103126 +"254999",46500,46901 +"255000",46500,72512 +"255001",46500,102033 +"255002",46501,60985 +"255003",46501,83398 +"255004",46501,83414 +"255005",46502,46934 +"255006",46503,61785 +"255007",46503,68569 +"255008",46503,80723 +"255009",46503,88712 +"255010",46503,92913 +"255011",46503,106674 +"255012",46504,71745 +"255013",46504,100068 +"255014",46504,107421 +"255015",46505,53021 +"255016",46505,54323 +"255017",46505,55657 +"255018",46505,57272 +"255019",46506,46507 +"255020",46506,55298 +"255021",46506,56705 +"255022",46506,112350 +"255023",46506,112717 +"255024",46506,113454 +"255025",46508,46938 +"255026",46508,50827 +"255027",46508,72709 +"255028",46508,100237 +"255029",46509,74586 +"255030",46509,99186 +"255031",46509,103424 +"255032",46509,115451 +"255033",46510,57404 +"255034",46510,114835 +"255035",46512,81413 +"255036",46512,88858 +"255037",46513,48525 +"255038",46513,51408 +"255039",46514,46871 +"255040",46514,61913 +"255041",46516,100665 +"255042",46516,101960 +"255043",46517,48195 +"255044",46517,51367 +"255045",46517,54814 +"255046",46517,107820 +"255047",46520,72553 +"255048",46520,77666 +"255049",46520,78862 +"255050",46521,101255 +"255051",46521,113657 +"255052",46522,88254 +"255053",46522,93971 +"255054",46522,106671 +"255055",46523,49833 +"255056",46523,100492 +"255057",46525,46526 +"255058",46525,46543 +"255059",46525,46544 +"255060",46525,46629 +"255061",46525,46670 +"255062",46526,46543 +"255063",46526,46544 +"255064",46526,46629 +"255065",46526,46670 +"255066",46527,87110 +"255067",46528,67802 +"255068",46528,100802 +"255069",46529,54937 +"255070",46529,64417 +"255071",46531,103905 +"255072",46531,114375 +"255073",46531,114467 +"255074",46532,54581 +"255075",46532,63041 +"255076",46532,91266 +"255077",46532,102672 +"255078",46533,104106 +"255079",46534,61459 +"255080",46534,93605 +"255081",46536,49851 +"255082",46537,71205 +"255083",46537,96120 +"255084",46539,52425 +"255085",46539,52464 +"255086",46541,60552 +"255087",46542,98266 +"255088",46542,98269 +"255089",46542,98590 +"255090",46543,46544 +"255091",46543,46629 +"255092",46543,46670 +"255093",46544,46629 +"255094",46544,46670 +"255095",46544,51574 +"255096",46544,51672 +"255097",46544,51933 +"255098",46544,53220 +"255099",46544,60878 +"255100",46544,63340 +"255101",46545,63892 +"255102",46545,65275 +"255103",46545,66681 +"255104",46545,85210 +"255105",46545,85221 +"255106",46545,85223 +"255107",46545,85235 +"255108",46545,85236 +"255109",46545,86593 +"255110",46545,108449 +"255111",46546,50981 +"255112",46546,51365 +"255113",46546,53707 +"255114",46546,64282 +"255115",46546,71209 +"255116",46546,77544 +"255117",46546,79823 +"255118",46546,95448 +"255119",46549,50329 +"255120",46549,51287 +"255121",46550,46684 +"255122",46550,46778 +"255123",46550,46779 +"255124",46550,55811 +"255125",46551,58996 +"255126",46551,107574 +"255127",46552,57308 +"255128",46552,66905 +"255129",46552,112256 +"255130",46552,112260 +"255131",46553,69266 +"255132",46553,75208 +"255133",46553,77721 +"255134",46554,91500 +"255135",46554,102010 +"255136",46554,102035 +"255137",46555,76349 +"255138",46556,78753 +"255139",46557,46766 +"255140",46559,47580 +"255141",46559,69435 +"255142",46559,70247 +"255143",46559,72374 +"255144",46559,72417 +"255145",46560,47933 +"255146",46560,48026 +"255147",46560,55700 +"255148",46560,65833 +"255149",46560,89400 +"255150",46561,50214 +"255151",46562,54932 +"255152",46562,54933 +"255153",46562,54935 +"255154",46562,54961 +"255155",46562,67239 +"255156",46563,115643 +"255157",46564,46586 +"255158",46564,69140 +"255159",46564,115415 +"255160",46564,115442 +"255161",46564,115488 +"255162",46565,117816 +"255163",46565,118170 +"255164",46565,122984 +"255165",46566,58307 +"255166",46566,62320 +"255167",46566,74187 +"255168",46567,46637 +"255169",46567,46639 +"255170",46567,49359 +"255171",46567,72331 +"255172",46567,72424 +"255173",46568,49284 +"255174",46568,50659 +"255175",46568,52231 +"255176",46568,54737 +"255177",46568,56168 +"255178",46568,60846 +"255179",46568,64767 +"255180",46568,69291 +"255181",46568,78073 +"255182",46568,79331 +"255183",46568,79710 +"255184",46568,79711 +"255185",46568,79720 +"255186",46568,79725 +"255187",46568,79738 +"255188",46568,79748 +"255189",46568,79750 +"255190",46568,79754 +"255191",46568,79758 +"255192",46568,79760 +"255193",46568,79771 +"255194",46568,79780 +"255195",46568,79781 +"255196",46568,79803 +"255197",46568,83334 +"255198",46568,94223 +"255199",46568,109937 +"255200",46568,110336 +"255201",46568,115766 +"255202",46568,117032 +"255203",46569,54562 +"255204",46569,57956 +"255205",46569,63998 +"255206",46569,100740 +"255207",46570,94995 +"255208",46571,50971 +"255209",46571,51750 +"255210",46571,62996 +"255211",46571,64430 +"255212",46571,78123 +"255213",46571,78819 +"255214",46571,78887 +"255215",46571,84062 +"255216",46571,91601 +"255217",46572,49048 +"255218",46572,61527 +"255219",46572,73477 +"255220",46572,73524 +"255221",46572,73525 +"255222",46573,69988 +"255223",46574,78798 +"255224",46575,46644 +"255225",46577,57129 +"255226",46577,57230 +"255227",46578,48844 +"255228",46578,49282 +"255229",46578,61681 +"255230",46578,64947 +"255231",46578,66506 +"255232",46578,76572 +"255233",46578,78481 +"255234",46579,46596 +"255235",46579,59253 +"255236",46579,67946 +"255237",46579,90727 +"255238",46581,54646 +"255239",46581,64752 +"255240",46581,64755 +"255241",46581,71429 +"255242",46581,90305 +"255243",46581,96944 +"255244",46581,116720 +"255245",46581,117358 +"255246",46582,86080 +"255247",46583,60323 +"255248",46584,86708 +"255249",46584,112080 +"255250",46584,117659 +"255251",46586,51666 +"255252",46586,72957 +"255253",46586,89742 +"255254",46586,99070 +"255255",46586,102796 +"255256",46586,105207 +"255257",46586,110380 +"255258",46586,120879 +"255259",46586,120961 +"255260",46586,121331 +"255261",46586,121353 +"255262",46586,121358 +"255263",46587,46672 +"255264",46587,54871 +"255265",46588,56570 +"255266",46588,73935 +"255267",46588,83768 +"255268",46589,63494 +"255269",46589,77184 +"255270",46590,47069 +"255271",46590,70547 +"255272",46590,70797 +"255273",46591,46609 +"255274",46591,74911 +"255275",46591,98620 +"255276",46591,101884 +"255277",46592,57769 +"255278",46592,67612 +"255279",46592,67673 +"255280",46592,68107 +"255281",46593,94864 +"255282",46593,120906 +"255283",46594,104032 +"255284",46594,104407 +"255285",46595,55197 +"255286",46595,58814 +"255287",46595,61059 +"255288",46595,62143 +"255289",46595,62149 +"255290",46596,49940 +"255291",46596,62164 +"255292",46596,64413 +"255293",46596,80626 +"255294",46597,49809 +"255295",46597,58989 +"255296",46597,61197 +"255297",46597,72943 +"255298",46597,72958 +"255299",46597,72962 +"255300",46597,72982 +"255301",46597,73026 +"255302",46598,69429 +"255303",46598,71515 +"255304",46599,77910 +"255305",46599,89100 +"255306",46600,59839 +"255307",46600,63310 +"255308",46600,66224 +"255309",46600,68723 +"255310",46600,75679 +"255311",46601,47223 +"255312",46601,49517 +"255313",46601,64941 +"255314",46601,65376 +"255315",46601,86799 +"255316",46602,58718 +"255317",46602,70272 +"255318",46604,46870 +"255319",46605,80795 +"255320",46607,46679 +"255321",46607,47627 +"255322",46607,51382 +"255323",46607,60541 +"255324",46607,60542 +"255325",46607,60577 +"255326",46607,74185 +"255327",46607,74205 +"255328",46608,63067 +"255329",46608,94520 +"255330",46608,95890 +"255331",46610,81816 +"255332",46611,68621 +"255333",46611,76707 +"255334",46611,94110 +"255335",46611,114101 +"255336",46612,46631 +"255337",46612,94912 +"255338",46612,117368 +"255339",46613,84529 +"255340",46613,92009 +"255341",46613,92015 +"255342",46613,111526 +"255343",46614,56323 +"255344",46614,56499 +"255345",46614,63475 +"255346",46614,63503 +"255347",46614,63517 +"255348",46614,63563 +"255349",46614,63575 +"255350",46614,63592 +"255351",46615,51070 +"255352",46615,64032 +"255353",46616,47607 +"255354",46616,53584 +"255355",46616,59538 +"255356",46616,76796 +"255357",46616,78201 +"255358",46616,78205 +"255359",46616,79229 +"255360",46616,92358 +"255361",46616,99425 +"255362",46617,47982 +"255363",46617,50114 +"255364",46617,54749 +"255365",46617,56883 +"255366",46617,58277 +"255367",46617,58402 +"255368",46617,58927 +"255369",46617,61608 +"255370",46617,63475 +"255371",46617,64253 +"255372",46618,96833 +"255373",46619,82683 +"255374",46619,90318 +"255375",46620,76392 +"255376",46621,52327 +"255377",46621,55795 +"255378",46621,59326 +"255379",46621,61785 +"255380",46621,67825 +"255381",46621,68844 +"255382",46621,77441 +"255383",46621,80305 +"255384",46621,81613 +"255385",46621,83865 +"255386",46621,88232 +"255387",46621,88237 +"255388",46621,91411 +"255389",46621,100502 +"255390",46621,100583 +"255391",46621,101016 +"255392",46621,103271 +"255393",46623,46776 +"255394",46624,72296 +"255395",46624,85343 +"255396",46627,49543 +"255397",46627,93000 +"255398",46628,62322 +"255399",46629,46670 +"255400",46629,51574 +"255401",46629,51672 +"255402",46629,51933 +"255403",46629,61982 +"255404",46629,65972 +"255405",46629,69791 +"255406",46629,78597 +"255407",46629,78934 +"255408",46629,81362 +"255409",46632,46633 +"255410",46634,64024 +"255411",46634,69710 +"255412",46634,99658 +"255413",46634,106839 +"255414",46635,81463 +"255415",46635,85356 +"255416",46635,108057 +"255417",46635,117907 +"255418",46636,81559 +"255419",46637,46639 +"255420",46637,48992 +"255421",46637,49935 +"255422",46637,55045 +"255423",46637,56859 +"255424",46637,61401 +"255425",46637,61702 +"255426",46637,62137 +"255427",46637,62228 +"255428",46637,62296 +"255429",46637,62739 +"255430",46637,62770 +"255431",46637,66523 +"255432",46637,71510 +"255433",46637,72065 +"255434",46637,72069 +"255435",46637,72070 +"255436",46637,72072 +"255437",46637,72077 +"255438",46637,72088 +"255439",46637,72102 +"255440",46637,72106 +"255441",46637,72107 +"255442",46639,48992 +"255443",46639,56859 +"255444",46639,61702 +"255445",46639,62137 +"255446",46639,62228 +"255447",46639,62296 +"255448",46639,62739 +"255449",46639,66523 +"255450",46639,71510 +"255451",46639,72065 +"255452",46639,72069 +"255453",46639,72070 +"255454",46639,72072 +"255455",46639,72077 +"255456",46639,72088 +"255457",46639,72102 +"255458",46639,72106 +"255459",46639,72107 +"255460",46640,52168 +"255461",46640,79425 +"255462",46640,79495 +"255463",46641,50457 +"255464",46641,50518 +"255465",46641,56301 +"255466",46641,59709 +"255467",46641,70388 +"255468",46641,70425 +"255469",46642,47384 +"255470",46642,48812 +"255471",46642,53058 +"255472",46642,53417 +"255473",46642,71011 +"255474",46642,85777 +"255475",46642,99442 +"255476",46642,110686 +"255477",46642,112115 +"255478",46643,66904 +"255479",46643,84750 +"255480",46644,55969 +"255481",46644,89055 +"255482",46644,98092 +"255483",46644,114151 +"255484",46645,81337 +"255485",46645,82905 +"255486",46645,116100 +"255487",46645,116111 +"255488",46646,46694 +"255489",46646,52972 +"255490",46646,54305 +"255491",46646,74109 +"255492",46647,47825 +"255493",46647,48575 +"255494",46647,53837 +"255495",46647,64215 +"255496",46647,77488 +"255497",46647,81934 +"255498",46647,85935 +"255499",46647,93483 +"255500",46647,108892 +"255501",46647,109623 +"255502",46648,50468 +"255503",46648,83184 +"255504",46648,88480 +"255505",46648,110956 +"255506",46648,111140 +"255507",46648,115926 +"255508",46648,118554 +"255509",46648,118565 +"255510",46649,55101 +"255511",46649,66744 +"255512",46649,79225 +"255513",46649,104662 +"255514",46649,120033 +"255515",46650,68679 +"255516",46650,108786 +"255517",46650,115523 +"255518",46651,68882 +"255519",46651,99721 +"255520",46653,46760 +"255521",46653,80032 +"255522",46653,84510 +"255523",46653,103043 +"255524",46654,46692 +"255525",46654,51882 +"255526",46655,58339 +"255527",46657,100175 +"255528",46658,49057 +"255529",46659,52324 +"255530",46659,85090 +"255531",46660,73140 +"255532",46660,80943 +"255533",46661,50227 +"255534",46661,50228 +"255535",46661,51305 +"255536",46661,51611 +"255537",46661,52852 +"255538",46661,52994 +"255539",46661,58111 +"255540",46661,60401 +"255541",46661,62923 +"255542",46661,64493 +"255543",46661,64517 +"255544",46661,64694 +"255545",46661,64754 +"255546",46661,64763 +"255547",46662,50541 +"255548",46662,54800 +"255549",46662,115316 +"255550",46663,83969 +"255551",46663,91738 +"255552",46664,65733 +"255553",46665,59955 +"255554",46666,58804 +"255555",46667,48417 +"255556",46667,58384 +"255557",46667,77629 +"255558",46667,79095 +"255559",46667,91352 +"255560",46667,91501 +"255561",46667,93013 +"255562",46667,122296 +"255563",46668,49346 +"255564",46668,54769 +"255565",46668,60879 +"255566",46668,64370 +"255567",46668,74559 +"255568",46668,81648 +"255569",46668,110521 +"255570",46669,56508 +"255571",46669,56509 +"255572",46669,56545 +"255573",46669,89267 +"255574",46669,116183 +"255575",46669,116187 +"255576",46669,116202 +"255577",46670,48356 +"255578",46670,65242 +"255579",46670,98833 +"255580",46670,116886 +"255581",46671,47144 +"255582",46671,55125 +"255583",46674,46734 +"255584",46675,46771 +"255585",46675,54226 +"255586",46675,98061 +"255587",46676,46765 +"255588",46678,50662 +"255589",46678,52059 +"255590",46678,53524 +"255591",46678,58988 +"255592",46678,71356 +"255593",46678,83018 +"255594",46678,87263 +"255595",46678,97096 +"255596",46678,100782 +"255597",46678,104516 +"255598",46678,104523 +"255599",46678,112132 +"255600",46680,46722 +"255601",46680,51802 +"255602",46680,51882 +"255603",46680,69668 +"255604",46680,97752 +"255605",46680,117899 +"255606",46680,117901 +"255607",46681,53031 +"255608",46681,53635 +"255609",46681,56122 +"255610",46681,68098 +"255611",46681,71434 +"255612",46681,77489 +"255613",46681,87598 +"255614",46681,88700 +"255615",46681,88926 +"255616",46682,64834 +"255617",46682,104599 +"255618",46684,46778 +"255619",46684,46779 +"255620",46684,51260 +"255621",46684,102980 +"255622",46685,50036 +"255623",46685,80276 +"255624",46686,77967 +"255625",46686,101534 +"255626",46686,101684 +"255627",46686,102703 +"255628",46686,112672 +"255629",46687,61303 +"255630",46687,77038 +"255631",46687,96933 +"255632",46687,115391 +"255633",46688,49268 +"255634",46688,57738 +"255635",46688,101431 +"255636",46689,87042 +"255637",46690,48567 +"255638",46690,75604 +"255639",46690,97921 +"255640",46691,53325 +"255641",46691,54764 +"255642",46691,55000 +"255643",46691,61918 +"255644",46691,77160 +"255645",46691,77175 +"255646",46691,77179 +"255647",46691,89927 +"255648",46691,103391 +"255649",46691,106260 +"255650",46691,111201 +"255651",46692,84900 +"255652",46693,50433 +"255653",46694,106790 +"255654",46695,52862 +"255655",46695,53123 +"255656",46695,61354 +"255657",46696,111313 +"255658",46696,117561 +"255659",46697,48336 +"255660",46697,82509 +"255661",46697,88641 +"255662",46698,53350 +"255663",46699,79346 +"255664",46700,51449 +"255665",46700,54528 +"255666",46700,82078 +"255667",46700,101612 +"255668",46701,64829 +"255669",46702,65474 +"255670",46703,67379 +"255671",46703,103622 +"255672",46704,86898 +"255673",46705,48619 +"255674",46705,58363 +"255675",46705,72968 +"255676",46705,108327 +"255677",46705,114154 +"255678",46705,121091 +"255679",46705,121210 +"255680",46707,93106 +"255681",46707,101237 +"255682",46707,101238 +"255683",46708,46728 +"255684",46709,58786 +"255685",46709,86348 +"255686",46710,72142 +"255687",46712,65073 +"255688",46715,46716 +"255689",46715,61413 +"255690",46715,66653 +"255691",46715,72155 +"255692",46715,77001 +"255693",46715,83526 +"255694",46715,90080 +"255695",46715,91003 +"255696",46715,91986 +"255697",46715,93136 +"255698",46715,100332 +"255699",46715,111143 +"255700",46716,61413 +"255701",46716,76564 +"255702",46716,77001 +"255703",46716,82813 +"255704",46716,83526 +"255705",46716,93136 +"255706",46716,100205 +"255707",46716,100332 +"255708",46717,49156 +"255709",46717,88806 +"255710",46718,81516 +"255711",46718,97569 +"255712",46718,108538 +"255713",46718,108539 +"255714",46719,46753 +"255715",46721,54240 +"255716",46721,56475 +"255717",46721,68807 +"255718",46721,68813 +"255719",46721,68826 +"255720",46721,68864 +"255721",46721,93626 +"255722",46721,93642 +"255723",46721,100438 +"255724",46721,104486 +"255725",46721,109719 +"255726",46723,50219 +"255727",46723,51638 +"255728",46723,55468 +"255729",46723,82831 +"255730",46723,84138 +"255731",46723,84193 +"255732",46723,85079 +"255733",46723,96238 +"255734",46723,99444 +"255735",46723,106074 +"255736",46725,60048 +"255737",46725,103954 +"255738",46726,47167 +"255739",46726,48464 +"255740",46726,50996 +"255741",46726,59915 +"255742",46726,62268 +"255743",46726,62668 +"255744",46726,70473 +"255745",46726,70981 +"255746",46726,71825 +"255747",46726,71837 +"255748",46726,77625 +"255749",46726,79681 +"255750",46726,80435 +"255751",46726,81077 +"255752",46726,82452 +"255753",46726,88409 +"255754",46726,90883 +"255755",46726,91383 +"255756",46726,92113 +"255757",46726,98904 +"255758",46726,100406 +"255759",46726,102940 +"255760",46726,118577 +"255761",46726,119085 +"255762",46726,119224 +"255763",46726,119439 +"255764",46726,120085 +"255765",46726,120232 +"255766",46726,121213 +"255767",46727,59963 +"255768",46727,67201 +"255769",46727,70455 +"255770",46727,80894 +"255771",46727,89403 +"255772",46727,90304 +"255773",46727,92077 +"255774",46727,106291 +"255775",46727,112423 +"255776",46729,46807 +"255777",46729,46808 +"255778",46729,46929 +"255779",46729,46945 +"255780",46730,56813 +"255781",46730,58683 +"255782",46730,58708 +"255783",46730,65145 +"255784",46730,75024 +"255785",46730,77916 +"255786",46730,81701 +"255787",46730,82681 +"255788",46730,100600 +"255789",46732,50282 +"255790",46732,54178 +"255791",46732,55071 +"255792",46732,57908 +"255793",46732,59221 +"255794",46732,59557 +"255795",46732,66272 +"255796",46732,66976 +"255797",46732,91799 +"255798",46733,47421 +"255799",46733,54729 +"255800",46733,63112 +"255801",46733,80055 +"255802",46733,80625 +"255803",46733,81046 +"255804",46733,89452 +"255805",46733,91482 +"255806",46733,121427 +"255807",46734,60571 +"255808",46735,66758 +"255809",46735,96850 +"255810",46737,77737 +"255811",46737,108454 +"255812",46738,57621 +"255813",46738,57640 +"255814",46739,51592 +"255815",46740,46932 +"255816",46741,46803 +"255817",46741,106929 +"255818",46741,109359 +"255819",46742,46842 +"255820",46743,72170 +"255821",46744,78962 +"255822",46744,83995 +"255823",46745,78644 +"255824",46745,93518 +"255825",46745,115599 +"255826",46746,48522 +"255827",46746,55334 +"255828",46747,63011 +"255829",46747,107677 +"255830",46747,114405 +"255831",46748,50409 +"255832",46748,54357 +"255833",46748,57455 +"255834",46748,58661 +"255835",46748,78380 +"255836",46748,83536 +"255837",46748,109114 +"255838",46748,117010 +"255839",46748,117612 +"255840",46748,122710 +"255841",46749,69351 +"255842",46749,71053 +"255843",46749,71056 +"255844",46749,71072 +"255845",46751,64492 +"255846",46752,47472 +"255847",46752,52688 +"255848",46752,63632 +"255849",46752,73193 +"255850",46752,82281 +"255851",46752,82997 +"255852",46752,86623 +"255853",46752,98686 +"255854",46752,98703 +"255855",46752,98706 +"255856",46754,50855 +"255857",46754,101162 +"255858",46754,121288 +"255859",46756,101541 +"255860",46757,52477 +"255861",46757,52521 +"255862",46757,66129 +"255863",46760,80032 +"255864",46760,82353 +"255865",46760,87579 +"255866",46761,103698 +"255867",46761,113980 +"255868",46762,64927 +"255869",46762,78289 +"255870",46762,78295 +"255871",46762,120435 +"255872",46763,57730 +"255873",46763,59985 +"255874",46763,92401 +"255875",46763,100611 +"255876",46764,52907 +"255877",46764,67502 +"255878",46764,109177 +"255879",46766,107487 +"255880",46767,79158 +"255881",46767,114447 +"255882",46768,68345 +"255883",46768,71874 +"255884",46768,75359 +"255885",46768,80606 +"255886",46768,87228 +"255887",46769,87220 +"255888",46769,119673 +"255889",46769,122718 +"255890",46770,48307 +"255891",46770,55375 +"255892",46770,84492 +"255893",46772,68089 +"255894",46772,118911 +"255895",46773,50551 +"255896",46773,74698 +"255897",46773,83940 +"255898",46773,86515 +"255899",46773,101908 +"255900",46773,107828 +"255901",46774,51712 +"255902",46774,61608 +"255903",46774,63058 +"255904",46774,63114 +"255905",46774,74162 +"255906",46775,104962 +"255907",46776,49810 +"255908",46776,69251 +"255909",46776,75786 +"255910",46776,75807 +"255911",46776,75808 +"255912",46776,75965 +"255913",46776,75975 +"255914",46776,75990 +"255915",46776,75991 +"255916",46776,75998 +"255917",46776,104605 +"255918",46777,47899 +"255919",46778,46779 +"255920",46778,57171 +"255921",46778,62147 +"255922",46778,71884 +"255923",46779,49314 +"255924",46779,59673 +"255925",46780,48218 +"255926",46780,67621 +"255927",46780,78534 +"255928",46780,82387 +"255929",46780,84072 +"255930",46780,101128 +"255931",46780,102788 +"255932",46780,105715 +"255933",46780,106484 +"255934",46781,49765 +"255935",46781,50310 +"255936",46781,57317 +"255937",46781,59385 +"255938",46781,94640 +"255939",46784,92374 +"255940",46785,63073 +"255941",46786,51013 +"255942",46786,64468 +"255943",46786,74187 +"255944",46786,78375 +"255945",46786,86533 +"255946",46786,90820 +"255947",46786,91275 +"255948",46786,120978 +"255949",46787,61508 +"255950",46787,62968 +"255951",46787,98360 +"255952",46787,102962 +"255953",46788,47123 +"255954",46788,47488 +"255955",46788,48909 +"255956",46788,49859 +"255957",46788,50064 +"255958",46788,50067 +"255959",46788,50554 +"255960",46788,50879 +"255961",46788,51783 +"255962",46788,52018 +"255963",46788,53444 +"255964",46788,53527 +"255965",46788,53555 +"255966",46788,54275 +"255967",46788,56628 +"255968",46788,58004 +"255969",46788,58068 +"255970",46788,58633 +"255971",46788,61111 +"255972",46788,61127 +"255973",46788,68287 +"255974",46790,83808 +"255975",46790,85751 +"255976",46790,113987 +"255977",46792,46885 +"255978",46792,67790 +"255979",46792,97376 +"255980",46792,97391 +"255981",46792,97399 +"255982",46793,87930 +"255983",46793,107540 +"255984",46793,116306 +"255985",46793,116324 +"255986",46793,116661 +"255987",46795,51689 +"255988",46795,55450 +"255989",46795,67788 +"255990",46795,77376 +"255991",46797,46859 +"255992",46798,46799 +"255993",46798,46879 +"255994",46798,46886 +"255995",46798,52102 +"255996",46798,53222 +"255997",46798,66117 +"255998",46799,46879 +"255999",46799,46886 +"256000",46800,46801 +"256001",46802,78273 +"256002",46802,81313 +"256003",46803,47769 +"256004",46803,51663 +"256005",46803,59484 +"256006",46803,62424 +"256007",46803,70752 +"256008",46803,100398 +"256009",46803,109359 +"256010",46803,117679 +"256011",46804,47108 +"256012",46804,47205 +"256013",46804,47363 +"256014",46804,91864 +"256015",46805,70008 +"256016",46805,107484 +"256017",46807,46808 +"256018",46807,46929 +"256019",46807,46945 +"256020",46808,46929 +"256021",46808,46945 +"256022",46809,68139 +"256023",46809,115720 +"256024",46810,105795 +"256025",46811,79360 +"256026",46812,51001 +"256027",46813,46913 +"256028",46813,56947 +"256029",46813,88665 +"256030",46813,97020 +"256031",46813,97404 +"256032",46813,111607 +"256033",46814,67227 +"256034",46814,108949 +"256035",46814,112570 +"256036",46815,46826 +"256037",46815,49312 +"256038",46815,72801 +"256039",46815,92882 +"256040",46815,93999 +"256041",46815,116488 +"256042",46817,77734 +"256043",46818,46829 +"256044",46818,46878 +"256045",46818,46900 +"256046",46819,49798 +"256047",46819,50453 +"256048",46819,50585 +"256049",46819,51791 +"256050",46819,55612 +"256051",46819,57647 +"256052",46820,110373 +"256053",46821,47276 +"256054",46821,87539 +"256055",46822,51058 +"256056",46822,63486 +"256057",46822,76291 +"256058",46822,96681 +"256059",46822,122790 +"256060",46824,46909 +"256061",46824,50230 +"256062",46824,52974 +"256063",46824,57897 +"256064",46824,63640 +"256065",46825,48584 +"256066",46825,53267 +"256067",46825,57679 +"256068",46825,67240 +"256069",46825,69524 +"256070",46825,71748 +"256071",46825,96324 +"256072",46825,98675 +"256073",46825,119379 +"256074",46826,66016 +"256075",46826,72801 +"256076",46826,93999 +"256077",46826,115364 +"256078",46827,51222 +"256079",46827,69620 +"256080",46827,84071 +"256081",46827,96626 +"256082",46827,111209 +"256083",46827,122973 +"256084",46828,60761 +"256085",46829,46878 +"256086",46829,46900 +"256087",46831,77545 +"256088",46832,70731 +"256089",46832,73494 +"256090",46832,74435 +"256091",46832,76484 +"256092",46832,100320 +"256093",46832,100334 +"256094",46832,104634 +"256095",46832,123029 +"256096",46834,63749 +"256097",46834,64907 +"256098",46834,68788 +"256099",46834,85618 +"256100",46834,86567 +"256101",46834,96581 +"256102",46834,98051 +"256103",46834,98084 +"256104",46836,75044 +"256105",46839,73149 +"256106",46839,86518 +"256107",46840,57269 +"256108",46840,74023 +"256109",46841,54211 +"256110",46841,60011 +"256111",46841,63229 +"256112",46841,94193 +"256113",46843,48331 +"256114",46844,95804 +"256115",46846,58463 +"256116",46846,74816 +"256117",46846,86219 +"256118",46848,51448 +"256119",46848,58168 +"256120",46848,72241 +"256121",46848,75824 +"256122",46848,83133 +"256123",46848,83191 +"256124",46848,83193 +"256125",46848,85193 +"256126",46848,86584 +"256127",46848,92947 +"256128",46849,63389 +"256129",46849,68342 +"256130",46849,68347 +"256131",46849,79727 +"256132",46849,105110 +"256133",46849,106037 +"256134",46850,50063 +"256135",46850,50604 +"256136",46850,51751 +"256137",46850,60481 +"256138",46850,65400 +"256139",46850,70925 +"256140",46850,81109 +"256141",46850,88911 +"256142",46850,89742 +"256143",46850,90475 +"256144",46850,91770 +"256145",46850,94105 +"256146",46850,94780 +"256147",46850,95804 +"256148",46850,96518 +"256149",46850,97485 +"256150",46850,99491 +"256151",46850,99735 +"256152",46850,101568 +"256153",46850,102551 +"256154",46850,102734 +"256155",46850,110380 +"256156",46850,110563 +"256157",46850,119046 +"256158",46850,119237 +"256159",46850,123379 +"256160",46851,46854 +"256161",46851,56393 +"256162",46851,61412 +"256163",46851,65751 +"256164",46851,67339 +"256165",46851,76928 +"256166",46851,76956 +"256167",46851,96823 +"256168",46851,97954 +"256169",46851,97955 +"256170",46851,97972 +"256171",46851,97973 +"256172",46851,97981 +"256173",46851,97987 +"256174",46851,97994 +"256175",46851,97998 +"256176",46851,97999 +"256177",46851,98008 +"256178",46852,48170 +"256179",46852,63021 +"256180",46852,66898 +"256181",46852,81491 +"256182",46852,108259 +"256183",46853,85459 +"256184",46853,94096 +"256185",46855,88671 +"256186",46855,93300 +"256187",46855,101968 +"256188",46856,47497 +"256189",46856,70302 +"256190",46856,78001 +"256191",46857,89316 +"256192",46858,54409 +"256193",46858,74916 +"256194",46858,75117 +"256195",46858,108985 +"256196",46859,72496 +"256197",46859,72506 +"256198",46859,72582 +"256199",46861,106895 +"256200",46861,106899 +"256201",46863,111391 +"256202",46863,122374 +"256203",46865,51209 +"256204",46866,56162 +"256205",46866,69030 +"256206",46867,46868 +"256207",46868,59928 +"256208",46869,57049 +"256209",46869,83092 +"256210",46870,59575 +"256211",46871,61913 +"256212",46872,51791 +"256213",46872,70622 +"256214",46873,66403 +"256215",46873,85563 +"256216",46873,112618 +"256217",46874,60875 +"256218",46874,83290 +"256219",46875,55775 +"256220",46875,81699 +"256221",46875,86652 +"256222",46877,91961 +"256223",46878,46900 +"256224",46879,46886 +"256225",46879,48174 +"256226",46879,107874 +"256227",46881,55446 +"256228",46881,63389 +"256229",46881,69830 +"256230",46881,83846 +"256231",46881,86102 +"256232",46881,103883 +"256233",46881,107730 +"256234",46882,48720 +"256235",46882,52227 +"256236",46883,49912 +"256237",46883,50301 +"256238",46883,88384 +"256239",46884,60992 +"256240",46884,63765 +"256241",46885,83504 +"256242",46887,48010 +"256243",46887,53458 +"256244",46887,55012 +"256245",46887,64025 +"256246",46887,69011 +"256247",46887,84102 +"256248",46887,96751 +"256249",46887,97260 +"256250",46887,99545 +"256251",46887,99572 +"256252",46887,113627 +"256253",46887,114125 +"256254",46887,123194 +"256255",46888,70740 +"256256",46889,47654 +"256257",46889,50109 +"256258",46890,50023 +"256259",46890,54385 +"256260",46890,57017 +"256261",46890,63045 +"256262",46890,76135 +"256263",46890,76403 +"256264",46890,108725 +"256265",46890,110871 +"256266",46891,87350 +"256267",46891,92744 +"256268",46892,80679 +"256269",46892,90858 +"256270",46892,107593 +"256271",46892,107605 +"256272",46892,108334 +"256273",46892,112917 +"256274",46893,55548 +"256275",46893,89275 +"256276",46893,101858 +"256277",46893,106468 +"256278",46893,115899 +"256279",46895,51504 +"256280",46896,46903 +"256281",46896,57037 +"256282",46896,60283 +"256283",46896,62981 +"256284",46896,63421 +"256285",46896,63608 +"256286",46897,65483 +"256287",46897,73741 +"256288",46897,102823 +"256289",46898,46920 +"256290",46898,64206 +"256291",46899,60849 +"256292",46899,63474 +"256293",46900,57710 +"256294",46902,56727 +"256295",46902,63701 +"256296",46902,73631 +"256297",46902,91840 +"256298",46902,92029 +"256299",46902,101426 +"256300",46903,51392 +"256301",46903,52494 +"256302",46903,60283 +"256303",46903,68672 +"256304",46903,68789 +"256305",46903,68891 +"256306",46903,68914 +"256307",46903,73111 +"256308",46904,57043 +"256309",46905,60072 +"256310",46905,75760 +"256311",46905,86347 +"256312",46905,95932 +"256313",46906,67043 +"256314",46906,79909 +"256315",46907,57920 +"256316",46908,56487 +"256317",46908,57885 +"256318",46909,64106 +"256319",46911,51135 +"256320",46911,77051 +"256321",46911,86711 +"256322",46911,87978 +"256323",46911,87981 +"256324",46912,72995 +"256325",46912,99129 +"256326",46913,46914 +"256327",46913,47373 +"256328",46913,51798 +"256329",46913,56947 +"256330",46913,103225 +"256331",46914,63451 +"256332",46914,79819 +"256333",46915,85909 +"256334",46915,87166 +"256335",46915,114796 +"256336",46915,119804 +"256337",46915,120108 +"256338",46916,57591 +"256339",46917,91480 +"256340",46918,48578 +"256341",46918,51270 +"256342",46918,59823 +"256343",46919,54407 +"256344",46919,106808 +"256345",46919,110737 +"256346",46921,61368 +"256347",46921,72590 +"256348",46922,83935 +"256349",46922,94935 +"256350",46922,99217 +"256351",46922,116164 +"256352",46924,111471 +"256353",46924,112446 +"256354",46924,113528 +"256355",46927,51439 +"256356",46927,56206 +"256357",46927,60163 +"256358",46927,60637 +"256359",46927,68979 +"256360",46927,69092 +"256361",46927,69101 +"256362",46927,69115 +"256363",46927,69161 +"256364",46927,80886 +"256365",46927,94788 +"256366",46927,102361 +"256367",46929,46945 +"256368",46929,63312 +"256369",46929,79493 +"256370",46929,80473 +"256371",46930,55844 +"256372",46930,57960 +"256373",46931,57638 +"256374",46931,66737 +"256375",46931,79322 +"256376",46931,84121 +"256377",46931,87252 +"256378",46932,79315 +"256379",46933,61287 +"256380",46934,72424 +"256381",46935,61415 +"256382",46937,99786 +"256383",46938,61576 +"256384",46938,62920 +"256385",46938,71542 +"256386",46938,74494 +"256387",46938,103365 +"256388",46939,67879 +"256389",46940,118134 +"256390",46942,47588 +"256391",46942,56957 +"256392",46942,82105 +"256393",46942,83031 +"256394",46942,83049 +"256395",46942,84962 +"256396",46942,97099 +"256397",46944,107421 +"256398",46945,87396 +"256399",46945,88298 +"256400",46945,90858 +"256401",46945,91557 +"256402",46945,95945 +"256403",46945,98911 +"256404",46945,99016 +"256405",46945,104859 +"256406",46945,104864 +"256407",46945,104865 +"256408",46945,104882 +"256409",46945,108334 +"256410",46946,67541 +"256411",46947,104143 +"256412",46948,56746 +"256413",46949,47225 +"256414",46949,57085 +"256415",46950,69712 +"256416",46951,50105 +"256417",46951,64743 +"256418",46951,65334 +"256419",46951,67300 +"256420",46951,76807 +"256421",46951,81489 +"256422",46951,93851 +"256423",46951,97477 +"256424",46951,103179 +"256425",46951,103826 +"256426",46951,115062 +"256427",46951,117098 +"256428",46951,122934 +"256429",46952,54025 +"256430",46952,57863 +"256431",46952,57932 +"256432",46952,60428 +"256433",46953,64503 +"256434",46953,78037 +"256435",46953,109695 +"256436",46953,109699 +"256437",46954,47034 +"256438",46954,47076 +"256439",46954,47077 +"256440",46956,76257 +"256441",46957,46989 +"256442",46957,76369 +"256443",46957,92784 +"256444",46958,47014 +"256445",46958,47070 +"256446",46958,47079 +"256447",46960,47232 +"256448",46960,79586 +"256449",46962,46969 +"256450",46962,48860 +"256451",46962,51656 +"256452",46962,52926 +"256453",46962,62870 +"256454",46962,89110 +"256455",46965,46982 +"256456",46965,47032 +"256457",46965,47052 +"256458",46965,47054 +"256459",46966,46998 +"256460",46966,69535 +"256461",46966,119927 +"256462",46968,51624 +"256463",46969,97249 +"256464",46970,47065 +"256465",46970,47066 +"256466",46971,101308 +"256467",46972,94422 +"256468",46973,47044 +"256469",46973,61999 +"256470",46973,95966 +"256471",46973,96539 +"256472",46973,103491 +"256473",46974,46975 +"256474",46977,79964 +"256475",46977,119018 +"256476",46977,120022 +"256477",46978,54255 +"256478",46978,54259 +"256479",46978,54295 +"256480",46979,51414 +"256481",46979,64435 +"256482",46980,108752 +"256483",46980,114483 +"256484",46981,106124 +"256485",46981,113104 +"256486",46982,47032 +"256487",46982,47052 +"256488",46982,47054 +"256489",46982,48631 +"256490",46982,48690 +"256491",46982,54160 +"256492",46982,54187 +"256493",46982,55434 +"256494",46983,54838 +"256495",46983,63597 +"256496",46983,65198 +"256497",46983,75167 +"256498",46983,105185 +"256499",46983,106191 +"256500",46983,109886 +"256501",46983,118264 +"256502",46984,63168 +"256503",46984,64089 +"256504",46984,74781 +"256505",46984,79603 +"256506",46984,82695 +"256507",46984,91192 +"256508",46984,91925 +"256509",46984,92595 +"256510",46984,108829 +"256511",46985,52297 +"256512",46985,71348 +"256513",46985,74284 +"256514",46985,75371 +"256515",46985,89296 +"256516",46985,100105 +"256517",46985,107301 +"256518",46985,107410 +"256519",46986,55739 +"256520",46986,73634 +"256521",46986,106804 +"256522",46986,106827 +"256523",46987,53069 +"256524",46988,51083 +"256525",46988,109093 +"256526",46988,123487 +"256527",46989,49306 +"256528",46989,56710 +"256529",46989,56936 +"256530",46990,49502 +"256531",46990,50180 +"256532",46991,59736 +"256533",46991,117963 +"256534",46991,117964 +"256535",46992,49657 +"256536",46994,87087 +"256537",46995,79569 +"256538",46996,55045 +"256539",46998,59390 +"256540",46998,59816 +"256541",46998,76581 +"256542",46998,99855 +"256543",46999,53264 +"256544",46999,62372 +"256545",46999,90963 +"256546",46999,114123 +"256547",46999,115745 +"256548",46999,122013 +"256549",47002,65613 +"256550",47002,110361 +"256551",47004,109127 +"256552",47006,94708 +"256553",47006,111577 +"256554",47006,114626 +"256555",47007,47401 +"256556",47007,53482 +"256557",47007,58264 +"256558",47007,61081 +"256559",47008,57534 +"256560",47009,47947 +"256561",47009,55021 +"256562",47009,57307 +"256563",47009,57372 +"256564",47009,57843 +"256565",47009,60301 +"256566",47009,60310 +"256567",47009,60348 +"256568",47009,60407 +"256569",47009,113294 +"256570",47009,113311 +"256571",47010,79243 +"256572",47011,98208 +"256573",47012,88390 +"256574",47012,92807 +"256575",47013,52845 +"256576",47013,58022 +"256577",47013,65402 +"256578",47013,72921 +"256579",47013,73923 +"256580",47013,75439 +"256581",47013,76314 +"256582",47013,86450 +"256583",47013,99298 +"256584",47014,47070 +"256585",47014,47079 +"256586",47014,67808 +"256587",47015,112535 +"256588",47016,51954 +"256589",47016,88799 +"256590",47017,63307 +"256591",47018,84386 +"256592",47018,89791 +"256593",47018,108031 +"256594",47018,109710 +"256595",47021,105250 +"256596",47022,47090 +"256597",47022,66026 +"256598",47023,53943 +"256599",47023,99081 +"256600",47024,49106 +"256601",47024,75412 +"256602",47025,62164 +"256603",47027,47041 +"256604",47027,54182 +"256605",47027,88374 +"256606",47027,98231 +"256607",47027,99236 +"256608",47029,76792 +"256609",47029,76847 +"256610",47030,58956 +"256611",47030,89124 +"256612",47030,95649 +"256613",47030,101858 +"256614",47032,47052 +"256615",47032,47054 +"256616",47032,58022 +"256617",47032,62519 +"256618",47032,62524 +"256619",47032,63038 +"256620",47032,93648 +"256621",47032,95690 +"256622",47033,73578 +"256623",47033,82740 +"256624",47033,84883 +"256625",47033,95238 +"256626",47033,101256 +"256627",47033,105780 +"256628",47034,47076 +"256629",47034,47077 +"256630",47034,62914 +"256631",47035,60080 +"256632",47035,115069 +"256633",47037,103716 +"256634",47038,86318 +"256635",47038,121176 +"256636",47038,121190 +"256637",47039,51232 +"256638",47039,88101 +"256639",47039,92338 +"256640",47039,92349 +"256641",47039,92360 +"256642",47039,92376 +"256643",47039,92388 +"256644",47039,92391 +"256645",47040,47051 +"256646",47042,91964 +"256647",47042,98057 +"256648",47042,98334 +"256649",47042,99753 +"256650",47042,120603 +"256651",47042,120616 +"256652",47043,85699 +"256653",47043,106615 +"256654",47043,114520 +"256655",47044,79816 +"256656",47045,47068 +"256657",47045,47217 +"256658",47045,64800 +"256659",47045,83355 +"256660",47046,53401 +"256661",47046,65404 +"256662",47046,69250 +"256663",47046,74126 +"256664",47046,76607 +"256665",47046,77550 +"256666",47046,100662 +"256667",47047,47215 +"256668",47047,56540 +"256669",47048,48110 +"256670",47048,58508 +"256671",47048,59731 +"256672",47048,62642 +"256673",47048,68091 +"256674",47048,69335 +"256675",47048,75245 +"256676",47048,75776 +"256677",47048,75956 +"256678",47048,76387 +"256679",47048,78978 +"256680",47048,79212 +"256681",47048,79241 +"256682",47048,79579 +"256683",47048,79659 +"256684",47048,80239 +"256685",47048,80301 +"256686",47048,81397 +"256687",47048,88340 +"256688",47048,88749 +"256689",47048,89069 +"256690",47048,89373 +"256691",47048,89995 +"256692",47048,90919 +"256693",47048,90936 +"256694",47048,92861 +"256695",47048,93097 +"256696",47048,94231 +"256697",47048,95489 +"256698",47048,96247 +"256699",47048,96363 +"256700",47048,97898 +"256701",47048,100867 +"256702",47049,52258 +"256703",47049,64043 +"256704",47049,65664 +"256705",47049,77611 +"256706",47050,69057 +"256707",47050,105908 +"256708",47050,109201 +"256709",47051,106936 +"256710",47052,47054 +"256711",47053,121312 +"256712",47055,89119 +"256713",47055,95718 +"256714",47055,99274 +"256715",47055,119107 +"256716",47055,123221 +"256717",47056,69103 +"256718",47056,72629 +"256719",47056,84485 +"256720",47056,91875 +"256721",47057,47067 +"256722",47059,70110 +"256723",47059,82485 +"256724",47059,96507 +"256725",47060,73142 +"256726",47060,79460 +"256727",47060,110775 +"256728",47061,56620 +"256729",47062,77455 +"256730",47062,102119 +"256731",47062,114213 +"256732",47063,53874 +"256733",47064,50774 +"256734",47064,52473 +"256735",47064,53434 +"256736",47064,58315 +"256737",47064,65475 +"256738",47064,65476 +"256739",47064,65499 +"256740",47064,65535 +"256741",47064,72373 +"256742",47065,47066 +"256743",47066,58773 +"256744",47067,60730 +"256745",47067,108632 +"256746",47067,108646 +"256747",47067,111270 +"256748",47067,113761 +"256749",47067,120557 +"256750",47067,120566 +"256751",47068,47217 +"256752",47068,89328 +"256753",47068,94015 +"256754",47069,56311 +"256755",47069,57287 +"256756",47069,61142 +"256757",47069,68603 +"256758",47069,72593 +"256759",47069,99373 +"256760",47069,108233 +"256761",47069,113929 +"256762",47070,47079 +"256763",47071,84815 +"256764",47072,106309 +"256765",47072,112748 +"256766",47072,122640 +"256767",47073,47188 +"256768",47074,79143 +"256769",47075,72022 +"256770",47075,72697 +"256771",47075,91646 +"256772",47075,102049 +"256773",47075,106357 +"256774",47076,47077 +"256775",47076,62914 +"256776",47078,47188 +"256777",47078,96634 +"256778",47080,47089 +"256779",47081,58976 +"256780",47081,59000 +"256781",47081,59243 +"256782",47082,73289 +"256783",47082,122970 +"256784",47083,49231 +"256785",47083,50061 +"256786",47083,52450 +"256787",47083,54059 +"256788",47083,55370 +"256789",47083,57804 +"256790",47083,59615 +"256791",47083,59940 +"256792",47083,67363 +"256793",47083,71230 +"256794",47083,76278 +"256795",47083,76740 +"256796",47083,76786 +"256797",47083,77272 +"256798",47083,77357 +"256799",47083,77402 +"256800",47083,78248 +"256801",47083,78255 +"256802",47083,78339 +"256803",47083,78445 +"256804",47083,79022 +"256805",47083,79716 +"256806",47083,79989 +"256807",47083,80281 +"256808",47083,81728 +"256809",47083,82196 +"256810",47083,82383 +"256811",47083,82810 +"256812",47083,82854 +"256813",47083,83853 +"256814",47083,83884 +"256815",47083,84379 +"256816",47083,84613 +"256817",47083,85465 +"256818",47083,85610 +"256819",47083,86351 +"256820",47083,86451 +"256821",47083,86882 +"256822",47083,87175 +"256823",47083,87451 +"256824",47083,87521 +"256825",47083,87572 +"256826",47083,87663 +"256827",47083,87721 +"256828",47083,87862 +"256829",47084,48155 +"256830",47084,53779 +"256831",47084,56926 +"256832",47084,60066 +"256833",47084,64502 +"256834",47084,70219 +"256835",47084,81356 +"256836",47084,85736 +"256837",47084,86837 +"256838",47084,111819 +"256839",47085,48353 +"256840",47085,66884 +"256841",47085,66927 +"256842",47085,71854 +"256843",47085,75291 +"256844",47086,76302 +"256845",47087,75217 +"256846",47087,78742 +"256847",47087,86860 +"256848",47087,120690 +"256849",47088,59118 +"256850",47088,59546 +"256851",47088,81310 +"256852",47088,83649 +"256853",47088,104377 +"256854",47089,58626 +"256855",47089,69572 +"256856",47089,108934 +"256857",47090,77530 +"256858",47091,54962 +"256859",47091,68515 +"256860",47091,76638 +"256861",47091,76642 +"256862",47092,65949 +"256863",47093,60561 +"256864",47094,54956 +"256865",47094,62869 +"256866",47094,65361 +"256867",47095,113556 +"256868",47096,64307 +"256869",47097,61687 +"256870",47098,50785 +"256871",47098,54306 +"256872",47098,70216 +"256873",47098,88258 +"256874",47098,122457 +"256875",47099,78760 +"256876",47100,48760 +"256877",47100,64382 +"256878",47101,56945 +"256879",47101,56966 +"256880",47101,73316 +"256881",47104,68569 +"256882",47104,70925 +"256883",47104,101701 +"256884",47104,106774 +"256885",47104,109596 +"256886",47104,115951 +"256887",47104,118957 +"256888",47104,119419 +"256889",47104,119454 +"256890",47104,119495 +"256891",47105,108954 +"256892",47106,50177 +"256893",47106,53594 +"256894",47106,56469 +"256895",47106,56585 +"256896",47107,47173 +"256897",47108,47205 +"256898",47108,47363 +"256899",47109,77784 +"256900",47110,47116 +"256901",47110,68033 +"256902",47111,48241 +"256903",47111,50565 +"256904",47111,61301 +"256905",47111,67309 +"256906",47111,77305 +"256907",47111,78025 +"256908",47111,81588 +"256909",47111,82442 +"256910",47111,86809 +"256911",47111,88692 +"256912",47111,89097 +"256913",47111,92220 +"256914",47111,94565 +"256915",47111,103065 +"256916",47111,103292 +"256917",47111,104788 +"256918",47111,105602 +"256919",47111,112329 +"256920",47113,57478 +"256921",47113,71914 +"256922",47113,83924 +"256923",47113,89020 +"256924",47113,94550 +"256925",47113,111339 +"256926",47113,113215 +"256927",47115,47145 +"256928",47115,61872 +"256929",47115,61885 +"256930",47115,62110 +"256931",47115,62130 +"256932",47115,62176 +"256933",47115,62186 +"256934",47116,83702 +"256935",47116,83703 +"256936",47116,98871 +"256937",47118,47226 +"256938",47119,48396 +"256939",47119,52293 +"256940",47119,54100 +"256941",47119,81821 +"256942",47119,82625 +"256943",47119,90897 +"256944",47119,102625 +"256945",47120,56787 +"256946",47120,92930 +"256947",47120,92962 +"256948",47121,60605 +"256949",47121,78869 +"256950",47121,102161 +"256951",47122,55049 +"256952",47122,78983 +"256953",47123,47488 +"256954",47123,48909 +"256955",47123,49859 +"256956",47123,50064 +"256957",47123,50067 +"256958",47123,50554 +"256959",47123,50879 +"256960",47123,51783 +"256961",47123,52018 +"256962",47123,53444 +"256963",47123,53527 +"256964",47123,53555 +"256965",47123,54275 +"256966",47123,56628 +"256967",47123,58004 +"256968",47123,58068 +"256969",47123,58633 +"256970",47123,61111 +"256971",47123,61127 +"256972",47123,68287 +"256973",47124,66534 +"256974",47125,92193 +"256975",47126,51795 +"256976",47126,75617 +"256977",47126,75883 +"256978",47126,76134 +"256979",47126,77977 +"256980",47126,81816 +"256981",47126,90968 +"256982",47126,92452 +"256983",47126,93082 +"256984",47126,103193 +"256985",47126,106584 +"256986",47126,117984 +"256987",47127,48945 +"256988",47127,49011 +"256989",47127,49153 +"256990",47128,57606 +"256991",47131,52709 +"256992",47132,48293 +"256993",47133,47414 +"256994",47133,49106 +"256995",47133,56439 +"256996",47133,57094 +"256997",47133,58898 +"256998",47133,59147 +"256999",47133,59237 +"257000",47133,59359 +"257001",47133,61563 +"257002",47133,61867 +"257003",47133,62007 +"257004",47133,62078 +"257005",47133,62375 +"257006",47133,62633 +"257007",47133,63395 +"257008",47133,64408 +"257009",47133,64418 +"257010",47133,64511 +"257011",47133,65230 +"257012",47133,66145 +"257013",47133,67503 +"257014",47133,67721 +"257015",47133,68816 +"257016",47133,68909 +"257017",47133,68938 +"257018",47133,69215 +"257019",47133,69332 +"257020",47133,69681 +"257021",47133,70610 +"257022",47133,70611 +"257023",47133,70725 +"257024",47133,71211 +"257025",47133,71505 +"257026",47133,71887 +"257027",47133,77531 +"257028",47134,47142 +"257029",47134,120909 +"257030",47136,100316 +"257031",47136,114962 +"257032",47136,119436 +"257033",47137,52231 +"257034",47137,62151 +"257035",47137,66756 +"257036",47137,70235 +"257037",47137,92877 +"257038",47137,116229 +"257039",47137,120163 +"257040",47138,64089 +"257041",47140,47514 +"257042",47140,65762 +"257043",47141,47966 +"257044",47142,48306 +"257045",47142,69519 +"257046",47142,93678 +"257047",47142,93778 +"257048",47142,93803 +"257049",47142,114610 +"257050",47142,116511 +"257051",47143,106046 +"257052",47143,111159 +"257053",47143,112046 +"257054",47143,112065 +"257055",47144,57867 +"257056",47145,49214 +"257057",47145,71400 +"257058",47147,89354 +"257059",47147,89420 +"257060",47148,63158 +"257061",47148,72508 +"257062",47148,80477 +"257063",47148,81615 +"257064",47148,81653 +"257065",47150,80277 +"257066",47151,47917 +"257067",47151,81258 +"257068",47153,57045 +"257069",47153,68162 +"257070",47154,72180 +"257071",47154,89023 +"257072",47154,108343 +"257073",47156,49753 +"257074",47156,57335 +"257075",47156,100398 +"257076",47157,60474 +"257077",47157,84733 +"257078",47158,47320 +"257079",47158,47339 +"257080",47159,55044 +"257081",47159,55115 +"257082",47159,55262 +"257083",47160,47212 +"257084",47161,66326 +"257085",47161,90420 +"257086",47161,119303 +"257087",47162,52606 +"257088",47162,54731 +"257089",47162,65188 +"257090",47162,68613 +"257091",47162,91713 +"257092",47162,93259 +"257093",47162,95163 +"257094",47162,99144 +"257095",47162,105791 +"257096",47162,109351 +"257097",47162,109381 +"257098",47162,111100 +"257099",47162,121047 +"257100",47164,91841 +"257101",47165,74230 +"257102",47165,99232 +"257103",47166,47764 +"257104",47166,59435 +"257105",47167,48464 +"257106",47167,59915 +"257107",47167,62668 +"257108",47167,70473 +"257109",47167,70981 +"257110",47167,71825 +"257111",47167,71837 +"257112",47167,77625 +"257113",47167,79681 +"257114",47167,82452 +"257115",47167,88409 +"257116",47167,90883 +"257117",47167,91383 +"257118",47167,92113 +"257119",47167,98904 +"257120",47167,102940 +"257121",47167,118577 +"257122",47167,119085 +"257123",47167,119224 +"257124",47167,119439 +"257125",47167,120085 +"257126",47167,120232 +"257127",47167,121213 +"257128",47168,91357 +"257129",47168,91359 +"257130",47168,97692 +"257131",47169,70773 +"257132",47169,72478 +"257133",47169,72481 +"257134",47173,47832 +"257135",47173,59439 +"257136",47173,67443 +"257137",47174,59500 +"257138",47174,89430 +"257139",47175,53374 +"257140",47175,58358 +"257141",47175,58394 +"257142",47175,71811 +"257143",47176,48242 +"257144",47176,48986 +"257145",47176,62488 +"257146",47176,64968 +"257147",47176,65008 +"257148",47176,65029 +"257149",47176,93424 +"257150",47176,94603 +"257151",47176,112368 +"257152",47178,70438 +"257153",47179,55538 +"257154",47179,63689 +"257155",47179,81762 +"257156",47179,107333 +"257157",47180,71491 +"257158",47181,53617 +"257159",47181,58115 +"257160",47181,80594 +"257161",47181,94573 +"257162",47182,103300 +"257163",47183,47184 +"257164",47184,74836 +"257165",47184,74858 +"257166",47185,64905 +"257167",47185,68726 +"257168",47186,64251 +"257169",47186,72327 +"257170",47186,72370 +"257171",47186,72397 +"257172",47186,72400 +"257173",47186,72444 +"257174",47188,47282 +"257175",47188,48395 +"257176",47188,68943 +"257177",47188,69377 +"257178",47188,69718 +"257179",47188,81035 +"257180",47188,109168 +"257181",47190,87837 +"257182",47190,88332 +"257183",47190,96126 +"257184",47190,104403 +"257185",47191,117328 +"257186",47192,81887 +"257187",47192,89780 +"257188",47192,104634 +"257189",47194,48301 +"257190",47194,93451 +"257191",47195,54828 +"257192",47195,94404 +"257193",47197,51863 +"257194",47197,59573 +"257195",47197,60472 +"257196",47197,63089 +"257197",47197,64061 +"257198",47197,64340 +"257199",47197,64341 +"257200",47197,64392 +"257201",47197,64421 +"257202",47199,115520 +"257203",47200,77280 +"257204",47200,109194 +"257205",47201,53050 +"257206",47201,70699 +"257207",47201,73283 +"257208",47201,101772 +"257209",47201,103172 +"257210",47201,104611 +"257211",47201,109233 +"257212",47201,120132 +"257213",47202,47208 +"257214",47203,47208 +"257215",47203,55525 +"257216",47203,59080 +"257217",47203,73465 +"257218",47204,51175 +"257219",47204,55324 +"257220",47204,73854 +"257221",47204,77326 +"257222",47204,88857 +"257223",47204,100462 +"257224",47205,47363 +"257225",47208,55525 +"257226",47209,78591 +"257227",47209,105822 +"257228",47210,51403 +"257229",47211,50881 +"257230",47211,51735 +"257231",47211,68487 +"257232",47211,97350 +"257233",47211,108507 +"257234",47213,56195 +"257235",47213,95675 +"257236",47213,102415 +"257237",47213,103890 +"257238",47214,49144 +"257239",47214,51905 +"257240",47214,55201 +"257241",47214,55593 +"257242",47214,55641 +"257243",47214,73775 +"257244",47217,93111 +"257245",47218,80088 +"257246",47218,84294 +"257247",47218,88297 +"257248",47218,91083 +"257249",47218,95808 +"257250",47218,95814 +"257251",47218,95823 +"257252",47218,96667 +"257253",47218,98339 +"257254",47218,99217 +"257255",47218,100756 +"257256",47218,101534 +"257257",47218,101788 +"257258",47218,101944 +"257259",47218,110998 +"257260",47218,111048 +"257261",47218,111067 +"257262",47219,47221 +"257263",47219,47383 +"257264",47220,47240 +"257265",47220,47286 +"257266",47220,48672 +"257267",47220,48733 +"257268",47220,48734 +"257269",47220,48751 +"257270",47220,48783 +"257271",47220,48785 +"257272",47221,47383 +"257273",47222,50464 +"257274",47222,68750 +"257275",47223,49517 +"257276",47223,50523 +"257277",47223,64941 +"257278",47223,65376 +"257279",47223,75161 +"257280",47223,84498 +"257281",47223,86799 +"257282",47223,88624 +"257283",47224,119728 +"257284",47225,52029 +"257285",47225,55220 +"257286",47225,56200 +"257287",47225,57085 +"257288",47225,62306 +"257289",47225,63312 +"257290",47225,69495 +"257291",47225,70999 +"257292",47228,68875 +"257293",47228,70887 +"257294",47229,49797 +"257295",47229,51170 +"257296",47230,120640 +"257297",47231,47514 +"257298",47232,49282 +"257299",47232,52168 +"257300",47232,52993 +"257301",47232,56548 +"257302",47232,59331 +"257303",47232,60666 +"257304",47232,65840 +"257305",47232,66776 +"257306",47232,67423 +"257307",47232,68235 +"257308",47232,68237 +"257309",47232,68680 +"257310",47232,71531 +"257311",47232,72224 +"257312",47232,73421 +"257313",47232,75338 +"257314",47232,79586 +"257315",47232,81350 +"257316",47232,109317 +"257317",47232,109925 +"257318",47232,115660 +"257319",47235,72728 +"257320",47235,75911 +"257321",47235,106570 +"257322",47236,104139 +"257323",47237,48219 +"257324",47237,49854 +"257325",47237,52845 +"257326",47237,55582 +"257327",47237,63188 +"257328",47237,74273 +"257329",47237,85199 +"257330",47237,97359 +"257331",47238,47291 +"257332",47238,72403 +"257333",47238,75055 +"257334",47238,75327 +"257335",47238,75448 +"257336",47239,47327 +"257337",47239,47365 +"257338",47240,47286 +"257339",47240,47406 +"257340",47240,57809 +"257341",47240,107689 +"257342",47241,92436 +"257343",47242,56627 +"257344",47242,80745 +"257345",47242,105804 +"257346",47243,61577 +"257347",47243,106744 +"257348",47244,47284 +"257349",47244,47326 +"257350",47244,47354 +"257351",47245,47279 +"257352",47245,58350 +"257353",47245,67828 +"257354",47246,47247 +"257355",47247,77976 +"257356",47248,51017 +"257357",47248,63547 +"257358",47248,70020 +"257359",47248,71717 +"257360",47248,74975 +"257361",47248,82977 +"257362",47248,90921 +"257363",47248,95997 +"257364",47248,98140 +"257365",47248,100300 +"257366",47248,117701 +"257367",47248,117703 +"257368",47248,117707 +"257369",47249,55217 +"257370",47249,61777 +"257371",47249,63985 +"257372",47249,66264 +"257373",47249,66281 +"257374",47249,66479 +"257375",47249,68682 +"257376",47249,68691 +"257377",47249,68876 +"257378",47251,47375 +"257379",47252,66793 +"257380",47252,66839 +"257381",47252,73682 +"257382",47252,82604 +"257383",47252,100556 +"257384",47252,108105 +"257385",47254,47319 +"257386",47254,57966 +"257387",47255,47370 +"257388",47256,47838 +"257389",47256,50278 +"257390",47256,55057 +"257391",47256,79106 +"257392",47256,79142 +"257393",47256,81145 +"257394",47256,91914 +"257395",47256,101497 +"257396",47256,110526 +"257397",47256,117752 +"257398",47257,49216 +"257399",47257,54783 +"257400",47258,47371 +"257401",47258,97891 +"257402",47258,115922 +"257403",47260,55289 +"257404",47260,58187 +"257405",47260,63442 +"257406",47260,63775 +"257407",47261,53620 +"257408",47262,47558 +"257409",47262,48625 +"257410",47262,89281 +"257411",47263,62130 +"257412",47263,64154 +"257413",47263,64166 +"257414",47263,66432 +"257415",47265,47316 +"257416",47265,47328 +"257417",47265,61299 +"257418",47265,74094 +"257419",47266,101732 +"257420",47266,106388 +"257421",47266,112612 +"257422",47267,67776 +"257423",47268,47323 +"257424",47268,47351 +"257425",47268,47535 +"257426",47268,47562 +"257427",47268,47623 +"257428",47268,47624 +"257429",47268,49025 +"257430",47268,50252 +"257431",47269,101901 +"257432",47269,103996 +"257433",47269,108724 +"257434",47269,120663 +"257435",47270,47324 +"257436",47270,47333 +"257437",47270,52345 +"257438",47270,83679 +"257439",47270,87048 +"257440",47270,89041 +"257441",47270,111366 +"257442",47271,50024 +"257443",47271,78872 +"257444",47271,80913 +"257445",47271,89760 +"257446",47271,94105 +"257447",47271,94684 +"257448",47271,96418 +"257449",47271,99534 +"257450",47271,99613 +"257451",47271,106338 +"257452",47274,47312 +"257453",47275,47281 +"257454",47276,51451 +"257455",47276,55363 +"257456",47276,63044 +"257457",47276,63403 +"257458",47276,63441 +"257459",47276,78223 +"257460",47276,87539 +"257461",47276,94143 +"257462",47276,102330 +"257463",47276,102347 +"257464",47278,62542 +"257465",47278,86645 +"257466",47278,90589 +"257467",47279,58350 +"257468",47279,59734 +"257469",47279,59770 +"257470",47279,66623 +"257471",47279,66626 +"257472",47280,53907 +"257473",47280,83173 +"257474",47280,109346 +"257475",47281,50784 +"257476",47281,75688 +"257477",47281,104410 +"257478",47282,63700 +"257479",47282,69377 +"257480",47282,73533 +"257481",47282,102429 +"257482",47283,75451 +"257483",47283,77588 +"257484",47283,109394 +"257485",47283,109438 +"257486",47284,47326 +"257487",47284,47354 +"257488",47285,50119 +"257489",47285,53016 +"257490",47285,58943 +"257491",47285,60983 +"257492",47285,61829 +"257493",47285,83927 +"257494",47287,47765 +"257495",47287,115037 +"257496",47288,68032 +"257497",47288,73402 +"257498",47288,113052 +"257499",47288,113087 +"257500",47289,47961 +"257501",47289,62799 +"257502",47289,68076 +"257503",47289,109608 +"257504",47289,112215 +"257505",47292,47349 +"257506",47293,49268 +"257507",47293,51414 +"257508",47293,51964 +"257509",47293,55701 +"257510",47293,76323 +"257511",47293,76327 +"257512",47294,56899 +"257513",47294,88866 +"257514",47295,65074 +"257515",47296,54004 +"257516",47296,54713 +"257517",47296,61277 +"257518",47296,63092 +"257519",47296,79051 +"257520",47296,79733 +"257521",47296,97177 +"257522",47296,97505 +"257523",47296,98446 +"257524",47296,114854 +"257525",47296,122942 +"257526",47298,103752 +"257527",47298,119359 +"257528",47299,70017 +"257529",47300,114596 +"257530",47301,55994 +"257531",47302,64525 +"257532",47302,66953 +"257533",47302,98857 +"257534",47302,101721 +"257535",47302,101948 +"257536",47302,112381 +"257537",47303,101643 +"257538",47303,107181 +"257539",47304,64458 +"257540",47306,70093 +"257541",47306,70094 +"257542",47306,70144 +"257543",47307,47372 +"257544",47307,51890 +"257545",47307,54834 +"257546",47307,63631 +"257547",47307,66249 +"257548",47307,70967 +"257549",47307,99077 +"257550",47307,122028 +"257551",47308,74092 +"257552",47308,82333 +"257553",47308,82839 +"257554",47308,84748 +"257555",47308,87916 +"257556",47308,87939 +"257557",47308,87944 +"257558",47310,50858 +"257559",47310,50916 +"257560",47311,48845 +"257561",47311,111186 +"257562",47312,108178 +"257563",47312,108398 +"257564",47312,116269 +"257565",47313,63980 +"257566",47314,51458 +"257567",47314,70423 +"257568",47314,86150 +"257569",47315,74074 +"257570",47316,47328 +"257571",47316,61299 +"257572",47317,55021 +"257573",47317,56584 +"257574",47317,60322 +"257575",47317,72089 +"257576",47318,47335 +"257577",47318,55572 +"257578",47318,55971 +"257579",47319,50233 +"257580",47319,61538 +"257581",47320,47339 +"257582",47320,49954 +"257583",47320,56644 +"257584",47320,60477 +"257585",47320,62017 +"257586",47320,72557 +"257587",47320,73503 +"257588",47320,77950 +"257589",47320,96755 +"257590",47320,122856 +"257591",47321,47912 +"257592",47321,47915 +"257593",47321,47916 +"257594",47321,47951 +"257595",47321,47952 +"257596",47321,47972 +"257597",47321,48052 +"257598",47321,48053 +"257599",47321,48054 +"257600",47322,60271 +"257601",47322,115459 +"257602",47323,47351 +"257603",47323,47535 +"257604",47323,47562 +"257605",47323,47623 +"257606",47323,47624 +"257607",47323,49025 +"257608",47323,50252 +"257609",47324,47333 +"257610",47324,56457 +"257611",47324,56580 +"257612",47324,76055 +"257613",47324,83679 +"257614",47324,87048 +"257615",47324,87051 +"257616",47324,103804 +"257617",47324,116808 +"257618",47324,119204 +"257619",47325,84350 +"257620",47325,85319 +"257621",47325,103010 +"257622",47326,47354 +"257623",47326,72284 +"257624",47327,47365 +"257625",47328,61299 +"257626",47332,47343 +"257627",47332,50846 +"257628",47333,54977 +"257629",47333,87048 +"257630",47333,111971 +"257631",47333,116835 +"257632",47334,47471 +"257633",47334,54320 +"257634",47334,64462 +"257635",47334,67116 +"257636",47334,74059 +"257637",47334,79657 +"257638",47334,84652 +"257639",47336,57985 +"257640",47336,81513 +"257641",47336,90327 +"257642",47338,47558 +"257643",47338,48625 +"257644",47338,54060 +"257645",47338,57641 +"257646",47338,65523 +"257647",47338,76840 +"257648",47339,49954 +"257649",47340,47688 +"257650",47341,87558 +"257651",47341,92495 +"257652",47342,47855 +"257653",47342,66775 +"257654",47342,67993 +"257655",47342,95868 +"257656",47343,49589 +"257657",47343,59100 +"257658",47345,56522 +"257659",47345,106468 +"257660",47347,96743 +"257661",47347,116416 +"257662",47348,76687 +"257663",47348,79743 +"257664",47348,80035 +"257665",47348,91343 +"257666",47348,93057 +"257667",47348,94612 +"257668",47348,97355 +"257669",47348,108396 +"257670",47348,114090 +"257671",47351,47535 +"257672",47351,47562 +"257673",47351,47623 +"257674",47351,47624 +"257675",47351,49025 +"257676",47351,50252 +"257677",47352,63051 +"257678",47352,89264 +"257679",47353,56111 +"257680",47353,78287 +"257681",47353,86261 +"257682",47356,66169 +"257683",47356,67722 +"257684",47357,52213 +"257685",47357,55342 +"257686",47357,81229 +"257687",47357,98750 +"257688",47357,98805 +"257689",47357,107947 +"257690",47359,68727 +"257691",47359,107862 +"257692",47360,54493 +"257693",47360,72803 +"257694",47360,73453 +"257695",47360,97791 +"257696",47361,47519 +"257697",47361,85234 +"257698",47362,49775 +"257699",47362,53607 +"257700",47362,90057 +"257701",47362,103342 +"257702",47362,121920 +"257703",47364,110622 +"257704",47365,58301 +"257705",47366,50978 +"257706",47366,59341 +"257707",47366,82768 +"257708",47366,84065 +"257709",47366,85038 +"257710",47366,100337 +"257711",47368,47674 +"257712",47368,75339 +"257713",47368,116872 +"257714",47369,48829 +"257715",47369,57806 +"257716",47369,63317 +"257717",47369,63515 +"257718",47369,82098 +"257719",47369,82116 +"257720",47369,103274 +"257721",47372,77288 +"257722",47375,59896 +"257723",47375,65636 +"257724",47375,87269 +"257725",47375,92749 +"257726",47375,98510 +"257727",47376,55892 +"257728",47376,56746 +"257729",47376,100928 +"257730",47377,94811 +"257731",47378,47711 +"257732",47378,47756 +"257733",47381,103196 +"257734",47384,48202 +"257735",47384,50105 +"257736",47384,85777 +"257737",47384,103826 +"257738",47384,110904 +"257739",47384,111095 +"257740",47384,112273 +"257741",47385,50419 +"257742",47385,55817 +"257743",47385,67717 +"257744",47385,76858 +"257745",47385,79502 +"257746",47386,58184 +"257747",47386,58565 +"257748",47386,58592 +"257749",47386,60022 +"257750",47386,63435 +"257751",47386,69706 +"257752",47386,83772 +"257753",47386,119371 +"257754",47386,120831 +"257755",47386,120883 +"257756",47387,47388 +"257757",47387,92853 +"257758",47387,95891 +"257759",47389,68688 +"257760",47389,70115 +"257761",47389,72508 +"257762",47389,77194 +"257763",47389,80905 +"257764",47389,99073 +"257765",47389,101422 +"257766",47389,119300 +"257767",47389,119301 +"257768",47390,47394 +"257769",47390,47505 +"257770",47391,103602 +"257771",47391,108293 +"257772",47391,110934 +"257773",47392,94222 +"257774",47393,92690 +"257775",47394,47505 +"257776",47395,100744 +"257777",47395,111585 +"257778",47396,47595 +"257779",47396,57465 +"257780",47396,72514 +"257781",47396,95178 +"257782",47396,110222 +"257783",47397,47448 +"257784",47400,115820 +"257785",47401,53482 +"257786",47401,55768 +"257787",47401,114216 +"257788",47403,98701 +"257789",47405,81820 +"257790",47406,57809 +"257791",47407,55781 +"257792",47407,78239 +"257793",47409,93265 +"257794",47410,52145 +"257795",47410,93878 +"257796",47411,47948 +"257797",47412,47479 +"257798",47413,79935 +"257799",47413,109061 +"257800",47413,123214 +"257801",47414,49106 +"257802",47414,57094 +"257803",47414,58898 +"257804",47414,59147 +"257805",47414,59237 +"257806",47414,59359 +"257807",47414,61563 +"257808",47414,61867 +"257809",47414,62007 +"257810",47414,62078 +"257811",47414,62375 +"257812",47414,62633 +"257813",47414,63395 +"257814",47414,64408 +"257815",47414,64418 +"257816",47414,64511 +"257817",47414,65230 +"257818",47414,66145 +"257819",47414,67503 +"257820",47414,67721 +"257821",47414,68816 +"257822",47414,68909 +"257823",47414,68938 +"257824",47414,69332 +"257825",47414,69681 +"257826",47414,70610 +"257827",47414,70611 +"257828",47414,70725 +"257829",47414,71211 +"257830",47414,71505 +"257831",47414,71887 +"257832",47415,53843 +"257833",47415,53847 +"257834",47416,54140 +"257835",47416,54145 +"257836",47416,54215 +"257837",47416,57188 +"257838",47418,47762 +"257839",47420,48821 +"257840",47421,58432 +"257841",47421,75568 +"257842",47421,77664 +"257843",47421,80625 +"257844",47421,108463 +"257845",47421,111931 +"257846",47422,77243 +"257847",47422,81980 +"257848",47422,92773 +"257849",47422,107851 +"257850",47422,112760 +"257851",47422,112810 +"257852",47423,51117 +"257853",47423,52136 +"257854",47423,52345 +"257855",47423,89562 +"257856",47424,49894 +"257857",47424,53419 +"257858",47424,60848 +"257859",47424,68570 +"257860",47424,68571 +"257861",47426,67156 +"257862",47426,116584 +"257863",47426,123397 +"257864",47427,47450 +"257865",47427,47457 +"257866",47427,47477 +"257867",47427,63316 +"257868",47428,74472 +"257869",47428,103947 +"257870",47428,107367 +"257871",47428,114870 +"257872",47429,74574 +"257873",47430,69607 +"257874",47430,70510 +"257875",47430,101686 +"257876",47431,54149 +"257877",47431,103915 +"257878",47432,62827 +"257879",47432,103926 +"257880",47432,110366 +"257881",47433,54603 +"257882",47433,64360 +"257883",47433,75197 +"257884",47433,75241 +"257885",47434,55775 +"257886",47434,58053 +"257887",47434,63725 +"257888",47434,65478 +"257889",47434,69606 +"257890",47434,84717 +"257891",47434,89209 +"257892",47434,97266 +"257893",47434,110859 +"257894",47434,119701 +"257895",47434,120342 +"257896",47434,120388 +"257897",47435,47445 +"257898",47435,49737 +"257899",47435,51790 +"257900",47435,52327 +"257901",47435,62711 +"257902",47435,63112 +"257903",47435,63140 +"257904",47436,77019 +"257905",47436,84477 +"257906",47436,84877 +"257907",47436,109938 +"257908",47437,47491 +"257909",47438,57178 +"257910",47438,65155 +"257911",47438,71033 +"257912",47438,73409 +"257913",47438,75568 +"257914",47438,80625 +"257915",47438,90968 +"257916",47438,104590 +"257917",47438,108463 +"257918",47438,116534 +"257919",47438,116545 +"257920",47440,56141 +"257921",47440,73392 +"257922",47440,98134 +"257923",47440,98318 +"257924",47440,101561 +"257925",47440,102582 +"257926",47441,47442 +"257927",47441,71524 +"257928",47441,74943 +"257929",47442,71524 +"257930",47442,74943 +"257931",47442,107327 +"257932",47443,54456 +"257933",47443,59125 +"257934",47443,60833 +"257935",47443,64330 +"257936",47443,64426 +"257937",47443,64613 +"257938",47444,69383 +"257939",47444,70728 +"257940",47444,84453 +"257941",47444,88674 +"257942",47444,90767 +"257943",47444,92058 +"257944",47444,101311 +"257945",47444,108886 +"257946",47446,52369 +"257947",47446,59264 +"257948",47446,63029 +"257949",47446,65223 +"257950",47446,66092 +"257951",47446,76890 +"257952",47446,80011 +"257953",47446,80579 +"257954",47446,82219 +"257955",47446,84440 +"257956",47446,88074 +"257957",47446,88910 +"257958",47446,92106 +"257959",47446,93658 +"257960",47446,95611 +"257961",47446,103704 +"257962",47446,108996 +"257963",47447,65972 +"257964",47447,103193 +"257965",47447,105752 +"257966",47448,52932 +"257967",47449,47458 +"257968",47449,115187 +"257969",47450,47457 +"257970",47450,47477 +"257971",47450,63316 +"257972",47451,47585 +"257973",47451,70630 +"257974",47451,75025 +"257975",47451,76213 +"257976",47451,85028 +"257977",47451,85337 +"257978",47451,103615 +"257979",47452,51077 +"257980",47453,47486 +"257981",47453,50300 +"257982",47453,51981 +"257983",47453,53118 +"257984",47453,53788 +"257985",47453,116138 +"257986",47453,116994 +"257987",47453,118081 +"257988",47454,78480 +"257989",47455,59249 +"257990",47455,64171 +"257991",47455,64180 +"257992",47455,64728 +"257993",47455,65091 +"257994",47456,54072 +"257995",47457,47477 +"257996",47457,85228 +"257997",47458,56328 +"257998",47459,74945 +"257999",47459,77002 +"258000",47460,54987 +"258001",47460,54992 +"258002",47460,60828 +"258003",47460,63617 +"258004",47460,76576 +"258005",47460,94392 +"258006",47463,68952 +"258007",47464,55316 +"258008",47464,55660 +"258009",47464,116829 +"258010",47466,109037 +"258011",47467,48503 +"258012",47467,76342 +"258013",47469,57087 +"258014",47469,74816 +"258015",47469,80893 +"258016",47469,95971 +"258017",47469,109480 +"258018",47469,118430 +"258019",47470,77709 +"258020",47470,78707 +"258021",47473,47474 +"258022",47473,61414 +"258023",47473,64063 +"258024",47474,64063 +"258025",47476,57587 +"258026",47477,79903 +"258027",47478,61607 +"258028",47479,103923 +"258029",47480,92775 +"258030",47481,49334 +"258031",47481,98756 +"258032",47481,114839 +"258033",47482,52847 +"258034",47487,68632 +"258035",47488,48909 +"258036",47488,49859 +"258037",47488,50064 +"258038",47488,50067 +"258039",47488,50554 +"258040",47488,50879 +"258041",47488,51783 +"258042",47488,52018 +"258043",47488,53444 +"258044",47488,53527 +"258045",47488,53555 +"258046",47488,54275 +"258047",47488,56628 +"258048",47488,58004 +"258049",47488,58068 +"258050",47488,58633 +"258051",47488,61111 +"258052",47488,61127 +"258053",47488,68287 +"258054",47489,53681 +"258055",47489,55822 +"258056",47489,89191 +"258057",47489,110636 +"258058",47491,82479 +"258059",47491,86148 +"258060",47492,47770 +"258061",47492,48406 +"258062",47492,54752 +"258063",47492,55570 +"258064",47492,64788 +"258065",47492,67661 +"258066",47494,49770 +"258067",47495,51846 +"258068",47495,53624 +"258069",47495,65311 +"258070",47495,85870 +"258071",47495,87116 +"258072",47495,94789 +"258073",47495,99597 +"258074",47495,99675 +"258075",47495,99676 +"258076",47495,101635 +"258077",47496,50853 +"258078",47496,50963 +"258079",47496,52718 +"258080",47496,52802 +"258081",47496,58774 +"258082",47497,70302 +"258083",47497,78001 +"258084",47498,62500 +"258085",47498,70372 +"258086",47498,71505 +"258087",47498,110725 +"258088",47499,48164 +"258089",47499,53768 +"258090",47499,111506 +"258091",47499,119367 +"258092",47500,56693 +"258093",47501,51979 +"258094",47501,54590 +"258095",47501,56913 +"258096",47501,87200 +"258097",47502,89784 +"258098",47502,93700 +"258099",47502,94619 +"258100",47502,95193 +"258101",47502,106532 +"258102",47502,106551 +"258103",47503,76552 +"258104",47503,76560 +"258105",47504,47718 +"258106",47504,64162 +"258107",47505,95705 +"258108",47505,98728 +"258109",47505,99106 +"258110",47505,120889 +"258111",47506,57262 +"258112",47506,58100 +"258113",47506,65103 +"258114",47506,80358 +"258115",47506,86373 +"258116",47506,86727 +"258117",47506,90198 +"258118",47506,98970 +"258119",47506,106938 +"258120",47506,113894 +"258121",47506,113898 +"258122",47506,122678 +"258123",47507,50927 +"258124",47508,55837 +"258125",47508,76007 +"258126",47509,103071 +"258127",47511,52124 +"258128",47511,53637 +"258129",47511,55556 +"258130",47511,58763 +"258131",47511,70863 +"258132",47511,71478 +"258133",47511,75980 +"258134",47511,99724 +"258135",47511,106397 +"258136",47511,118654 +"258137",47511,122352 +"258138",47512,50148 +"258139",47512,54900 +"258140",47512,66712 +"258141",47512,75804 +"258142",47514,49488 +"258143",47514,54241 +"258144",47514,65762 +"258145",47516,51991 +"258146",47516,55876 +"258147",47516,120251 +"258148",47517,83033 +"258149",47517,83372 +"258150",47517,84831 +"258151",47517,120977 +"258152",47518,78161 +"258153",47519,48461 +"258154",47520,80294 +"258155",47520,100651 +"258156",47520,100652 +"258157",47520,100654 +"258158",47520,119095 +"258159",47521,54585 +"258160",47521,80689 +"258161",47521,93208 +"258162",47522,50422 +"258163",47524,83935 +"258164",47526,47544 +"258165",47526,69139 +"258166",47526,72634 +"258167",47527,89684 +"258168",47529,47975 +"258169",47529,50412 +"258170",47529,79752 +"258171",47529,82023 +"258172",47529,83382 +"258173",47529,118871 +"258174",47530,50262 +"258175",47531,56294 +"258176",47532,61699 +"258177",47532,84952 +"258178",47532,94444 +"258179",47532,105536 +"258180",47533,81713 +"258181",47534,51288 +"258182",47534,51589 +"258183",47534,53707 +"258184",47534,53899 +"258185",47534,79409 +"258186",47535,47562 +"258187",47535,47623 +"258188",47535,47624 +"258189",47535,49025 +"258190",47535,50252 +"258191",47535,68610 +"258192",47535,68656 +"258193",47535,68666 +"258194",47535,68703 +"258195",47536,47537 +"258196",47536,47547 +"258197",47536,47639 +"258198",47537,47547 +"258199",47537,47639 +"258200",47537,79268 +"258201",47537,115905 +"258202",47538,94973 +"258203",47539,106428 +"258204",47540,48498 +"258205",47541,61532 +"258206",47541,80180 +"258207",47542,59956 +"258208",47543,64139 +"258209",47546,59081 +"258210",47546,100892 +"258211",47546,104279 +"258212",47546,109155 +"258213",47546,111848 +"258214",47547,47639 +"258215",47548,63654 +"258216",47548,65278 +"258217",47548,65298 +"258218",47549,48861 +"258219",47549,49738 +"258220",47549,62151 +"258221",47549,106759 +"258222",47550,110485 +"258223",47553,56097 +"258224",47553,69651 +"258225",47553,69666 +"258226",47553,89190 +"258227",47554,55364 +"258228",47554,55908 +"258229",47554,68654 +"258230",47554,79709 +"258231",47554,79712 +"258232",47554,79737 +"258233",47554,79739 +"258234",47554,79749 +"258235",47554,79751 +"258236",47554,79757 +"258237",47554,79762 +"258238",47554,79767 +"258239",47554,79772 +"258240",47554,79773 +"258241",47554,79793 +"258242",47554,79798 +"258243",47554,79802 +"258244",47554,79811 +"258245",47554,79812 +"258246",47554,84669 +"258247",47556,73581 +"258248",47556,92539 +"258249",47557,49681 +"258250",47557,68328 +"258251",47558,48625 +"258252",47558,54060 +"258253",47558,57671 +"258254",47558,65598 +"258255",47558,83460 +"258256",47558,118292 +"258257",47559,58079 +"258258",47559,60560 +"258259",47559,65687 +"258260",47559,87624 +"258261",47559,122634 +"258262",47560,47579 +"258263",47562,47623 +"258264",47562,47624 +"258265",47562,49025 +"258266",47562,50252 +"258267",47562,89290 +"258268",47563,47587 +"258269",47563,69560 +"258270",47564,48871 +"258271",47564,50254 +"258272",47564,91703 +"258273",47565,66676 +"258274",47565,103970 +"258275",47566,47601 +"258276",47566,92408 +"258277",47566,102797 +"258278",47566,102823 +"258279",47566,106577 +"258280",47567,60995 +"258281",47569,87720 +"258282",47569,115299 +"258283",47570,110798 +"258284",47570,110809 +"258285",47570,116635 +"258286",47572,48035 +"258287",47572,117512 +"258288",47573,59438 +"258289",47574,101154 +"258290",47575,47590 +"258291",47576,86875 +"258292",47576,104319 +"258293",47577,53417 +"258294",47577,99096 +"258295",47578,115450 +"258296",47578,115484 +"258297",47579,54882 +"258298",47580,69435 +"258299",47580,72374 +"258300",47580,72417 +"258301",47581,47595 +"258302",47581,60499 +"258303",47582,47736 +"258304",47582,77593 +"258305",47582,81469 +"258306",47582,96157 +"258307",47583,65316 +"258308",47583,120908 +"258309",47584,62517 +"258310",47585,50173 +"258311",47585,62407 +"258312",47585,68569 +"258313",47585,73374 +"258314",47585,75921 +"258315",47585,78925 +"258316",47585,82315 +"258317",47585,84607 +"258318",47585,90643 +"258319",47585,92592 +"258320",47585,94027 +"258321",47585,100502 +"258322",47585,105903 +"258323",47585,105988 +"258324",47586,76450 +"258325",47587,69560 +"258326",47588,56957 +"258327",47588,77597 +"258328",47588,79824 +"258329",47588,80704 +"258330",47588,82105 +"258331",47588,82186 +"258332",47588,83031 +"258333",47588,83049 +"258334",47588,83085 +"258335",47588,84962 +"258336",47589,54985 +"258337",47589,60216 +"258338",47589,95725 +"258339",47589,95950 +"258340",47590,54569 +"258341",47590,59677 +"258342",47590,59718 +"258343",47592,62505 +"258344",47595,68139 +"258345",47595,72682 +"258346",47595,95178 +"258347",47595,110222 +"258348",47596,49903 +"258349",47596,49918 +"258350",47596,49921 +"258351",47597,55386 +"258352",47600,64567 +"258353",47602,113665 +"258354",47603,47620 +"258355",47603,50585 +"258356",47603,51791 +"258357",47604,49572 +"258358",47605,59693 +"258359",47605,72073 +"258360",47607,50678 +"258361",47607,53584 +"258362",47607,67911 +"258363",47607,73264 +"258364",47607,73701 +"258365",47607,78201 +"258366",47607,78396 +"258367",47607,80928 +"258368",47607,82082 +"258369",47607,86504 +"258370",47607,87295 +"258371",47607,90456 +"258372",47607,99425 +"258373",47608,109109 +"258374",47609,48064 +"258375",47609,54725 +"258376",47609,105021 +"258377",47611,68764 +"258378",47611,69954 +"258379",47611,76271 +"258380",47611,77172 +"258381",47611,77284 +"258382",47611,99564 +"258383",47612,49024 +"258384",47612,55043 +"258385",47614,61675 +"258386",47614,62694 +"258387",47614,65006 +"258388",47614,65007 +"258389",47614,72468 +"258390",47614,77208 +"258391",47614,97676 +"258392",47614,109186 +"258393",47614,109421 +"258394",47614,114890 +"258395",47615,63165 +"258396",47615,70440 +"258397",47615,92239 +"258398",47615,94507 +"258399",47615,96365 +"258400",47617,47618 +"258401",47617,60804 +"258402",47617,94811 +"258403",47619,105403 +"258404",47621,54447 +"258405",47621,54467 +"258406",47621,59168 +"258407",47621,59219 +"258408",47621,59395 +"258409",47621,62070 +"258410",47621,74911 +"258411",47621,84170 +"258412",47621,85127 +"258413",47621,104524 +"258414",47621,107832 +"258415",47621,113402 +"258416",47622,80785 +"258417",47623,47624 +"258418",47623,49025 +"258419",47623,50252 +"258420",47624,49025 +"258421",47624,50252 +"258422",47624,54681 +"258423",47624,68610 +"258424",47624,68656 +"258425",47624,68666 +"258426",47624,68703 +"258427",47626,84452 +"258428",47626,102658 +"258429",47627,60541 +"258430",47627,60542 +"258431",47627,60577 +"258432",47627,74185 +"258433",47628,64444 +"258434",47628,96812 +"258435",47628,96842 +"258436",47628,96847 +"258437",47629,47809 +"258438",47629,47949 +"258439",47629,47956 +"258440",47630,61499 +"258441",47630,62056 +"258442",47630,89874 +"258443",47630,91282 +"258444",47630,95288 +"258445",47630,96525 +"258446",47630,111109 +"258447",47631,53541 +"258448",47632,50972 +"258449",47632,61026 +"258450",47633,47895 +"258451",47634,66370 +"258452",47637,62006 +"258453",47637,80504 +"258454",47637,97358 +"258455",47638,62321 +"258456",47638,68613 +"258457",47638,80914 +"258458",47638,82864 +"258459",47638,96141 +"258460",47638,108557 +"258461",47638,121504 +"258462",47640,52482 +"258463",47640,74298 +"258464",47641,47692 +"258465",47641,78301 +"258466",47641,86886 +"258467",47643,71440 +"258468",47643,76637 +"258469",47643,94168 +"258470",47644,53550 +"258471",47644,60457 +"258472",47644,60529 +"258473",47644,91651 +"258474",47644,95585 +"258475",47644,96639 +"258476",47644,107062 +"258477",47645,54466 +"258478",47645,65390 +"258479",47646,47656 +"258480",47648,98984 +"258481",47649,73628 +"258482",47650,49345 +"258483",47651,47744 +"258484",47651,79916 +"258485",47651,103313 +"258486",47652,52626 +"258487",47652,79862 +"258488",47652,102396 +"258489",47652,103619 +"258490",47653,47660 +"258491",47653,47668 +"258492",47654,52633 +"258493",47654,55226 +"258494",47657,66430 +"258495",47657,104702 +"258496",47657,111551 +"258497",47660,47668 +"258498",47661,64285 +"258499",47663,47664 +"258500",47663,47760 +"258501",47663,61843 +"258502",47663,67006 +"258503",47663,71222 +"258504",47663,71641 +"258505",47664,47760 +"258506",47664,48109 +"258507",47664,55158 +"258508",47664,58867 +"258509",47664,82069 +"258510",47664,93130 +"258511",47665,47677 +"258512",47666,48041 +"258513",47666,56876 +"258514",47667,122677 +"258515",47668,68100 +"258516",47669,59809 +"258517",47669,68958 +"258518",47669,80641 +"258519",47670,68638 +"258520",47670,69784 +"258521",47671,49643 +"258522",47675,47789 +"258523",47675,89033 +"258524",47676,50209 +"258525",47676,54360 +"258526",47676,71733 +"258527",47676,74469 +"258528",47676,108441 +"258529",47677,77554 +"258530",47679,47721 +"258531",47680,47732 +"258532",47680,47771 +"258533",47680,47773 +"258534",47682,47753 +"258535",47682,47757 +"258536",47683,60308 +"258537",47683,69250 +"258538",47683,73987 +"258539",47683,74596 +"258540",47683,85743 +"258541",47684,66011 +"258542",47685,47780 +"258543",47685,65203 +"258544",47685,81206 +"258545",47685,100684 +"258546",47685,117332 +"258547",47685,120297 +"258548",47687,67763 +"258549",47687,83966 +"258550",47687,93403 +"258551",47687,106441 +"258552",47687,121725 +"258553",47688,50102 +"258554",47688,50728 +"258555",47688,55192 +"258556",47688,57783 +"258557",47688,59646 +"258558",47688,65800 +"258559",47688,67564 +"258560",47688,69362 +"258561",47688,71693 +"258562",47688,76590 +"258563",47688,85784 +"258564",47688,86600 +"258565",47688,88782 +"258566",47688,92517 +"258567",47688,94653 +"258568",47688,100140 +"258569",47688,101338 +"258570",47688,105198 +"258571",47688,110250 +"258572",47688,122588 +"258573",47688,122819 +"258574",47688,122852 +"258575",47688,122861 +"258576",47688,122863 +"258577",47688,122864 +"258578",47690,47738 +"258579",47690,47749 +"258580",47690,48546 +"258581",47690,48723 +"258582",47690,57661 +"258583",47690,58173 +"258584",47693,47801 +"258585",47694,63800 +"258586",47694,117111 +"258587",47695,47723 +"258588",47695,47724 +"258589",47695,47758 +"258590",47696,70707 +"258591",47697,60621 +"258592",47697,81666 +"258593",47697,104704 +"258594",47699,57457 +"258595",47699,68125 +"258596",47699,94247 +"258597",47699,96621 +"258598",47700,47728 +"258599",47702,101924 +"258600",47703,47754 +"258601",47703,47984 +"258602",47703,48025 +"258603",47703,112748 +"258604",47703,121871 +"258605",47704,78903 +"258606",47705,52225 +"258607",47705,67648 +"258608",47705,84003 +"258609",47706,54600 +"258610",47707,62546 +"258611",47709,47769 +"258612",47709,56551 +"258613",47711,47756 +"258614",47711,47975 +"258615",47711,79752 +"258616",47711,79991 +"258617",47712,47737 +"258618",47714,56492 +"258619",47714,71923 +"258620",47715,53913 +"258621",47715,64277 +"258622",47715,70339 +"258623",47715,74731 +"258624",47717,53918 +"258625",47718,74236 +"258626",47719,52987 +"258627",47720,47735 +"258628",47720,47775 +"258629",47720,119444 +"258630",47722,47731 +"258631",47722,53366 +"258632",47723,47724 +"258633",47723,47758 +"258634",47723,50954 +"258635",47724,47758 +"258636",47725,70999 +"258637",47725,84843 +"258638",47726,51546 +"258639",47726,57594 +"258640",47726,101993 +"258641",47727,106768 +"258642",47728,84922 +"258643",47729,48697 +"258644",47729,92159 +"258645",47729,99048 +"258646",47730,71892 +"258647",47732,47771 +"258648",47732,47773 +"258649",47733,68190 +"258650",47733,69778 +"258651",47733,69825 +"258652",47733,75883 +"258653",47733,75888 +"258654",47733,75892 +"258655",47733,75893 +"258656",47733,75898 +"258657",47734,58349 +"258658",47734,64451 +"258659",47734,64703 +"258660",47734,64708 +"258661",47734,64718 +"258662",47734,64748 +"258663",47734,64766 +"258664",47734,64777 +"258665",47735,47775 +"258666",47736,50804 +"258667",47736,63470 +"258668",47736,69492 +"258669",47737,54455 +"258670",47737,84083 +"258671",47737,84084 +"258672",47737,95073 +"258673",47738,47749 +"258674",47738,48546 +"258675",47738,48723 +"258676",47738,57661 +"258677",47738,58173 +"258678",47739,49794 +"258679",47739,49914 +"258680",47739,52925 +"258681",47740,71340 +"258682",47740,78672 +"258683",47740,86138 +"258684",47740,90702 +"258685",47741,52132 +"258686",47741,53624 +"258687",47741,64922 +"258688",47741,67734 +"258689",47741,70546 +"258690",47741,79977 +"258691",47741,88829 +"258692",47741,90530 +"258693",47741,94098 +"258694",47741,94396 +"258695",47743,48174 +"258696",47743,63614 +"258697",47745,73633 +"258698",47745,104723 +"258699",47745,123305 +"258700",47747,47748 +"258701",47747,84475 +"258702",47747,93289 +"258703",47750,89443 +"258704",47750,98753 +"258705",47752,90478 +"258706",47752,116379 +"258707",47753,47757 +"258708",47753,59785 +"258709",47754,47984 +"258710",47754,48025 +"258711",47755,54020 +"258712",47755,55497 +"258713",47756,105419 +"258714",47756,112667 +"258715",47757,111497 +"258716",47758,87556 +"258717",47759,62273 +"258718",47759,95658 +"258719",47759,100058 +"258720",47759,103093 +"258721",47760,64045 +"258722",47760,68969 +"258723",47760,102532 +"258724",47761,72131 +"258725",47762,73994 +"258726",47763,62297 +"258727",47763,86273 +"258728",47763,104570 +"258729",47764,48282 +"258730",47764,59435 +"258731",47766,100744 +"258732",47766,112146 +"258733",47767,48466 +"258734",47767,49513 +"258735",47767,62004 +"258736",47767,69429 +"258737",47767,86925 +"258738",47767,91254 +"258739",47767,95425 +"258740",47767,109925 +"258741",47768,52773 +"258742",47768,58841 +"258743",47768,64192 +"258744",47768,72459 +"258745",47768,78983 +"258746",47768,89708 +"258747",47768,106602 +"258748",47768,111305 +"258749",47769,56551 +"258750",47769,70752 +"258751",47771,47773 +"258752",47772,71342 +"258753",47772,104137 +"258754",47773,47863 +"258755",47774,54703 +"258756",47774,55705 +"258757",47774,79967 +"258758",47778,48561 +"258759",47778,57803 +"258760",47778,64788 +"258761",47778,74704 +"258762",47778,74914 +"258763",47778,75181 +"258764",47778,84473 +"258765",47779,51906 +"258766",47779,55160 +"258767",47782,47821 +"258768",47782,47826 +"258769",47782,102418 +"258770",47783,47835 +"258771",47783,47910 +"258772",47784,55491 +"258773",47784,59632 +"258774",47784,60820 +"258775",47784,62426 +"258776",47785,57143 +"258777",47785,70748 +"258778",47785,83216 +"258779",47785,90080 +"258780",47786,49495 +"258781",47786,50368 +"258782",47786,57589 +"258783",47786,68027 +"258784",47786,82487 +"258785",47787,51652 +"258786",47787,120448 +"258787",47789,58403 +"258788",47789,61162 +"258789",47789,78331 +"258790",47790,59155 +"258791",47790,59359 +"258792",47792,76448 +"258793",47793,47794 +"258794",47793,47843 +"258795",47793,47882 +"258796",47793,49546 +"258797",47793,62160 +"258798",47793,81411 +"258799",47793,82448 +"258800",47793,82451 +"258801",47793,82471 +"258802",47793,82484 +"258803",47793,82516 +"258804",47793,82518 +"258805",47794,47843 +"258806",47794,47882 +"258807",47795,58007 +"258808",47795,70347 +"258809",47796,59032 +"258810",47797,56812 +"258811",47797,74995 +"258812",47797,81015 +"258813",47798,73667 +"258814",47798,77804 +"258815",47799,50671 +"258816",47799,86917 +"258817",47799,98500 +"258818",47799,113277 +"258819",47800,65184 +"258820",47802,48347 +"258821",47802,48473 +"258822",47803,57301 +"258823",47803,95155 +"258824",47806,63556 +"258825",47806,114825 +"258826",47807,65402 +"258827",47807,66538 +"258828",47808,61831 +"258829",47808,65815 +"258830",47808,71531 +"258831",47808,84387 +"258832",47808,88256 +"258833",47808,111538 +"258834",47808,112875 +"258835",47809,47949 +"258836",47809,47956 +"258837",47810,61277 +"258838",47810,79074 +"258839",47810,102374 +"258840",47810,116812 +"258841",47812,62590 +"258842",47813,58965 +"258843",47814,47998 +"258844",47814,55615 +"258845",47814,57003 +"258846",47814,75601 +"258847",47815,69761 +"258848",47815,78879 +"258849",47815,89798 +"258850",47815,91578 +"258851",47815,118293 +"258852",47817,48161 +"258853",47818,47819 +"258854",47818,47823 +"258855",47818,48931 +"258856",47818,85720 +"258857",47818,92084 +"258858",47819,47823 +"258859",47819,48931 +"258860",47819,81041 +"258861",47820,59563 +"258862",47821,47826 +"258863",47821,47846 +"258864",47821,111623 +"258865",47822,69502 +"258866",47822,102872 +"258867",47823,48931 +"258868",47823,51948 +"258869",47823,51949 +"258870",47823,66017 +"258871",47826,52385 +"258872",47827,80598 +"258873",47827,80728 +"258874",47827,80779 +"258875",47827,86350 +"258876",47828,48069 +"258877",47829,47964 +"258878",47829,48016 +"258879",47830,62473 +"258880",47830,64719 +"258881",47830,108838 +"258882",47831,54374 +"258883",47831,69136 +"258884",47831,89327 +"258885",47831,93686 +"258886",47831,97801 +"258887",47831,119624 +"258888",47831,121205 +"258889",47832,67443 +"258890",47833,76897 +"258891",47834,48007 +"258892",47835,47910 +"258893",47836,74301 +"258894",47837,83434 +"258895",47837,85706 +"258896",47837,89502 +"258897",47837,118424 +"258898",47837,121422 +"258899",47840,47898 +"258900",47840,61797 +"258901",47840,63150 +"258902",47841,47974 +"258903",47841,59796 +"258904",47841,61665 +"258905",47842,57776 +"258906",47842,57794 +"258907",47843,47882 +"258908",47843,78888 +"258909",47843,78930 +"258910",47843,117830 +"258911",47844,57041 +"258912",47845,56284 +"258913",47845,69232 +"258914",47845,73843 +"258915",47845,82807 +"258916",47845,118250 +"258917",47846,99361 +"258918",47847,69434 +"258919",47847,83379 +"258920",47847,99138 +"258921",47847,99364 +"258922",47849,53390 +"258923",47849,54155 +"258924",47849,73926 +"258925",47850,53796 +"258926",47851,56260 +"258927",47852,53594 +"258928",47852,56469 +"258929",47852,65560 +"258930",47852,72792 +"258931",47853,83480 +"258932",47853,86293 +"258933",47854,59952 +"258934",47855,48333 +"258935",47855,74297 +"258936",47856,48496 +"258937",47856,69221 +"258938",47858,56175 +"258939",47858,67434 +"258940",47858,73075 +"258941",47858,80560 +"258942",47858,85962 +"258943",47858,90259 +"258944",47858,101494 +"258945",47859,61375 +"258946",47859,70939 +"258947",47859,82834 +"258948",47859,82913 +"258949",47860,52406 +"258950",47861,48027 +"258951",47861,70637 +"258952",47862,68441 +"258953",47862,68688 +"258954",47862,69447 +"258955",47862,97242 +"258956",47863,48124 +"258957",47863,48148 +"258958",47864,73416 +"258959",47864,86516 +"258960",47864,92480 +"258961",47865,57072 +"258962",47865,64994 +"258963",47865,65709 +"258964",47865,66743 +"258965",47865,69471 +"258966",47865,77697 +"258967",47865,80822 +"258968",47865,81758 +"258969",47865,91544 +"258970",47865,93562 +"258971",47865,93766 +"258972",47865,100967 +"258973",47867,94251 +"258974",47869,77111 +"258975",47870,47903 +"258976",47872,58621 +"258977",47872,68111 +"258978",47872,103590 +"258979",47872,112711 +"258980",47873,58339 +"258981",47873,69692 +"258982",47873,83695 +"258983",47875,81752 +"258984",47876,76809 +"258985",47877,52602 +"258986",47877,72778 +"258987",47878,90517 +"258988",47878,119997 +"258989",47878,121455 +"258990",47879,123219 +"258991",47880,80540 +"258992",47880,80944 +"258993",47880,91365 +"258994",47880,96506 +"258995",47881,82514 +"258996",47881,110055 +"258997",47881,110064 +"258998",47881,110069 +"258999",47882,54732 +"259000",47882,85919 +"259001",47882,88289 +"259002",47882,88448 +"259003",47882,90721 +"259004",47882,97058 +"259005",47882,97067 +"259006",47882,97074 +"259007",47882,97102 +"259008",47882,97103 +"259009",47882,97104 +"259010",47882,97109 +"259011",47882,97110 +"259012",47882,107364 +"259013",47883,50399 +"259014",47883,50432 +"259015",47883,54572 +"259016",47883,54716 +"259017",47883,66190 +"259018",47883,66887 +"259019",47883,87816 +"259020",47883,101187 +"259021",47883,102048 +"259022",47883,110996 +"259023",47883,118153 +"259024",47884,50476 +"259025",47884,53457 +"259026",47884,70917 +"259027",47884,80026 +"259028",47884,93665 +"259029",47884,98018 +"259030",47884,98214 +"259031",47884,98977 +"259032",47884,119712 +"259033",47885,73339 +"259034",47885,84159 +"259035",47885,84179 +"259036",47887,50977 +"259037",47887,60698 +"259038",47887,65409 +"259039",47887,65467 +"259040",47888,88851 +"259041",47888,99849 +"259042",47889,52517 +"259043",47889,61204 +"259044",47889,70526 +"259045",47889,86580 +"259046",47890,48605 +"259047",47890,56695 +"259048",47890,63075 +"259049",47891,48362 +"259050",47891,48431 +"259051",47891,48452 +"259052",47891,48508 +"259053",47891,48534 +"259054",47892,64102 +"259055",47893,59595 +"259056",47894,48134 +"259057",47895,49653 +"259058",47895,52768 +"259059",47895,68887 +"259060",47895,81820 +"259061",47895,81879 +"259062",47895,104151 +"259063",47895,111866 +"259064",47896,53749 +"259065",47897,66534 +"259066",47899,49005 +"259067",47899,107981 +"259068",47900,111666 +"259069",47900,117170 +"259070",47900,117193 +"259071",47902,48126 +"259072",47905,117698 +"259073",47905,121092 +"259074",47906,48114 +"259075",47907,48269 +"259076",47907,51399 +"259077",47907,54501 +"259078",47907,55675 +"259079",47907,79960 +"259080",47907,92862 +"259081",47908,76885 +"259082",47908,87428 +"259083",47909,105658 +"259084",47909,111211 +"259085",47912,47915 +"259086",47912,47916 +"259087",47912,47951 +"259088",47912,47952 +"259089",47912,47972 +"259090",47912,48052 +"259091",47912,48053 +"259092",47912,48054 +"259093",47912,48442 +"259094",47913,70557 +"259095",47913,88377 +"259096",47914,47985 +"259097",47915,47916 +"259098",47915,47951 +"259099",47915,47952 +"259100",47915,47972 +"259101",47915,48052 +"259102",47915,48053 +"259103",47915,48054 +"259104",47916,47951 +"259105",47916,47952 +"259106",47916,47972 +"259107",47916,48052 +"259108",47916,48053 +"259109",47916,48054 +"259110",47916,70461 +"259111",47916,70462 +"259112",47917,53687 +"259113",47917,54523 +"259114",47917,56274 +"259115",47917,56305 +"259116",47917,56368 +"259117",47917,84555 +"259118",47917,103236 +"259119",47917,108038 +"259120",47918,48185 +"259121",47918,49846 +"259122",47918,49847 +"259123",47918,49848 +"259124",47918,49886 +"259125",47919,73043 +"259126",47919,93304 +"259127",47919,95606 +"259128",47920,95031 +"259129",47920,105963 +"259130",47920,122482 +"259131",47920,122484 +"259132",47921,62793 +"259133",47921,85028 +"259134",47921,100274 +"259135",47922,76743 +"259136",47922,117774 +"259137",47922,117775 +"259138",47924,59599 +"259139",47925,51464 +"259140",47925,59580 +"259141",47925,99986 +"259142",47926,60748 +"259143",47926,85469 +"259144",47926,87347 +"259145",47926,87351 +"259146",47926,93908 +"259147",47927,60258 +"259148",47927,67815 +"259149",47927,74612 +"259150",47927,79534 +"259151",47927,86318 +"259152",47927,108134 +"259153",47928,47935 +"259154",47929,88639 +"259155",47933,48026 +"259156",47933,51877 +"259157",47933,89400 +"259158",47933,114590 +"259159",47933,116371 +"259160",47934,49254 +"259161",47934,56394 +"259162",47934,64745 +"259163",47935,47936 +"259164",47938,47943 +"259165",47938,47989 +"259166",47938,48001 +"259167",47939,60085 +"259168",47939,66315 +"259169",47939,78300 +"259170",47939,107371 +"259171",47940,48688 +"259172",47940,48812 +"259173",47940,49260 +"259174",47940,53491 +"259175",47940,69597 +"259176",47940,77670 +"259177",47940,84816 +"259178",47940,92819 +"259179",47940,120794 +"259180",47941,47962 +"259181",47941,48045 +"259182",47942,65800 +"259183",47942,68959 +"259184",47942,74927 +"259185",47942,94599 +"259186",47942,95627 +"259187",47942,108568 +"259188",47942,113535 +"259189",47942,113842 +"259190",47943,47989 +"259191",47943,48001 +"259192",47943,50204 +"259193",47943,50302 +"259194",47945,64745 +"259195",47945,71058 +"259196",47945,119609 +"259197",47946,55965 +"259198",47946,56046 +"259199",47947,49975 +"259200",47947,53817 +"259201",47947,55021 +"259202",47947,57307 +"259203",47947,57372 +"259204",47947,57843 +"259205",47947,60025 +"259206",47947,60301 +"259207",47947,60310 +"259208",47947,60348 +"259209",47947,60407 +"259210",47947,61478 +"259211",47948,49112 +"259212",47949,47956 +"259213",47950,53319 +"259214",47950,60131 +"259215",47950,74474 +"259216",47950,103159 +"259217",47951,47952 +"259218",47951,47972 +"259219",47951,48052 +"259220",47951,48053 +"259221",47951,48054 +"259222",47952,47972 +"259223",47952,48052 +"259224",47952,48053 +"259225",47952,48054 +"259226",47953,78793 +"259227",47954,51523 +"259228",47955,65196 +"259229",47955,74583 +"259230",47956,66569 +"259231",47956,69661 +"259232",47956,79963 +"259233",47956,86014 +"259234",47957,48651 +"259235",47957,79254 +"259236",47957,100183 +"259237",47957,108857 +"259238",47958,104792 +"259239",47958,104821 +"259240",47959,58067 +"259241",47960,50648 +"259242",47960,50678 +"259243",47960,50720 +"259244",47960,50971 +"259245",47960,55261 +"259246",47961,92637 +"259247",47961,101730 +"259248",47961,101753 +"259249",47962,48045 +"259250",47964,48016 +"259251",47965,68374 +"259252",47965,68734 +"259253",47965,84370 +"259254",47965,93533 +"259255",47965,102002 +"259256",47967,47986 +"259257",47967,63606 +"259258",47968,48008 +"259259",47968,49513 +"259260",47968,51868 +"259261",47968,58015 +"259262",47968,65520 +"259263",47968,77094 +"259264",47968,79974 +"259265",47968,90151 +"259266",47968,110375 +"259267",47968,114216 +"259268",47969,99269 +"259269",47969,100853 +"259270",47970,86152 +"259271",47972,48052 +"259272",47972,48053 +"259273",47972,48054 +"259274",47973,49326 +"259275",47973,50425 +"259276",47973,57253 +"259277",47973,66261 +"259278",47973,68457 +"259279",47973,69198 +"259280",47973,71858 +"259281",47973,77565 +"259282",47973,78974 +"259283",47973,86023 +"259284",47973,87194 +"259285",47973,87813 +"259286",47973,88773 +"259287",47973,90427 +"259288",47973,90993 +"259289",47973,90994 +"259290",47973,92417 +"259291",47973,100319 +"259292",47973,101250 +"259293",47973,101462 +"259294",47973,107365 +"259295",47973,109885 +"259296",47973,110742 +"259297",47973,112606 +"259298",47973,116142 +"259299",47973,116150 +"259300",47973,116151 +"259301",47973,116152 +"259302",47973,116155 +"259303",47973,116159 +"259304",47973,116163 +"259305",47973,116165 +"259306",47973,116166 +"259307",47973,116171 +"259308",47973,116677 +"259309",47973,116678 +"259310",47974,50353 +"259311",47974,68992 +"259312",47974,72241 +"259313",47974,76937 +"259314",47974,83101 +"259315",47974,94483 +"259316",47974,95549 +"259317",47974,95563 +"259318",47974,104800 +"259319",47974,118232 +"259320",47974,121480 +"259321",47974,121485 +"259322",47975,50412 +"259323",47975,53700 +"259324",47975,58303 +"259325",47975,79752 +"259326",47975,81569 +"259327",47975,82364 +"259328",47975,82598 +"259329",47975,85479 +"259330",47975,105029 +"259331",47975,118871 +"259332",47975,121775 +"259333",47977,53188 +"259334",47977,82869 +"259335",47978,47996 +"259336",47978,48450 +"259337",47978,81418 +"259338",47978,109945 +"259339",47979,53095 +"259340",47979,53121 +"259341",47979,53153 +"259342",47979,53573 +"259343",47979,54297 +"259344",47980,48365 +"259345",47980,59962 +"259346",47981,78949 +"259347",47982,47990 +"259348",47982,52622 +"259349",47982,54749 +"259350",47982,56883 +"259351",47982,58927 +"259352",47982,60842 +"259353",47982,60859 +"259354",47982,60884 +"259355",47982,61608 +"259356",47983,69245 +"259357",47983,99347 +"259358",47984,48025 +"259359",47984,63388 +"259360",47984,67963 +"259361",47986,62747 +"259362",47987,63887 +"259363",47989,48001 +"259364",47992,60469 +"259365",47992,65285 +"259366",47992,71631 +"259367",47992,74121 +"259368",47992,74815 +"259369",47993,49398 +"259370",47993,49735 +"259371",47993,50309 +"259372",47993,50325 +"259373",47993,50330 +"259374",47993,50363 +"259375",47993,50385 +"259376",47993,50393 +"259377",47993,50405 +"259378",47993,50413 +"259379",47994,51134 +"259380",47994,51153 +"259381",47994,51159 +"259382",47994,59861 +"259383",47994,74711 +"259384",47994,107350 +"259385",47995,63230 +"259386",47995,65893 +"259387",47995,75294 +"259388",47996,48450 +"259389",47996,48957 +"259390",47998,65632 +"259391",47999,48000 +"259392",47999,113317 +"259393",48000,57679 +"259394",48001,58699 +"259395",48001,82284 +"259396",48002,83480 +"259397",48003,84184 +"259398",48003,103676 +"259399",48003,118159 +"259400",48003,118162 +"259401",48003,118183 +"259402",48004,80009 +"259403",48004,106834 +"259404",48004,113026 +"259405",48004,119745 +"259406",48005,52777 +"259407",48005,54647 +"259408",48005,62456 +"259409",48005,96489 +"259410",48008,49798 +"259411",48008,70488 +"259412",48008,96721 +"259413",48009,63703 +"259414",48010,53458 +"259415",48010,55012 +"259416",48010,64025 +"259417",48010,69011 +"259418",48010,87837 +"259419",48010,97260 +"259420",48010,99545 +"259421",48010,99572 +"259422",48011,69575 +"259423",48011,79016 +"259424",48011,79188 +"259425",48012,48031 +"259426",48012,52714 +"259427",48012,61360 +"259428",48012,63277 +"259429",48012,84238 +"259430",48012,104951 +"259431",48012,109272 +"259432",48012,119752 +"259433",48013,63644 +"259434",48014,83718 +"259435",48015,52638 +"259436",48015,84271 +"259437",48016,83583 +"259438",48019,74669 +"259439",48019,99885 +"259440",48019,102880 +"259441",48020,53219 +"259442",48020,62442 +"259443",48020,72752 +"259444",48022,48075 +"259445",48023,60238 +"259446",48023,76564 +"259447",48023,83526 +"259448",48023,87083 +"259449",48023,91290 +"259450",48023,103397 +"259451",48023,104867 +"259452",48023,118191 +"259453",48024,48228 +"259454",48024,59056 +"259455",48024,62380 +"259456",48024,74906 +"259457",48024,81675 +"259458",48024,92012 +"259459",48025,48348 +"259460",48025,59039 +"259461",48025,59478 +"259462",48026,55700 +"259463",48026,61756 +"259464",48026,65833 +"259465",48026,72368 +"259466",48026,72379 +"259467",48026,115324 +"259468",48028,49381 +"259469",48028,61915 +"259470",48028,63679 +"259471",48028,72088 +"259472",48029,83905 +"259473",48031,58630 +"259474",48031,60903 +"259475",48031,69042 +"259476",48031,69052 +"259477",48031,86550 +"259478",48032,76872 +"259479",48033,48034 +"259480",48035,82657 +"259481",48036,82858 +"259482",48036,103053 +"259483",48036,103137 +"259484",48036,118527 +"259485",48036,122791 +"259486",48036,122792 +"259487",48037,72823 +"259488",48037,102757 +"259489",48037,109799 +"259490",48037,120524 +"259491",48038,61254 +"259492",48038,64987 +"259493",48038,67259 +"259494",48038,87370 +"259495",48038,92526 +"259496",48038,92620 +"259497",48039,48493 +"259498",48039,108439 +"259499",48039,112587 +"259500",48040,83953 +"259501",48044,69892 +"259502",48044,71470 +"259503",48044,73180 +"259504",48049,54150 +"259505",48049,60238 +"259506",48051,67849 +"259507",48051,80778 +"259508",48051,86893 +"259509",48051,97635 +"259510",48052,48053 +"259511",48052,48054 +"259512",48052,48442 +"259513",48052,48443 +"259514",48052,48491 +"259515",48052,48512 +"259516",48052,48542 +"259517",48052,48543 +"259518",48053,48054 +"259519",48055,79074 +"259520",48055,87015 +"259521",48055,98124 +"259522",48055,103890 +"259523",48055,120797 +"259524",48055,122246 +"259525",48056,54752 +"259526",48056,60758 +"259527",48056,91224 +"259528",48056,91238 +"259529",48058,84548 +"259530",48058,98415 +"259531",48059,70799 +"259532",48060,81286 +"259533",48060,100926 +"259534",48060,106703 +"259535",48060,110427 +"259536",48060,111219 +"259537",48061,83167 +"259538",48061,108183 +"259539",48062,97206 +"259540",48063,58454 +"259541",48063,82874 +"259542",48064,54725 +"259543",48064,105021 +"259544",48065,48166 +"259545",48065,53799 +"259546",48065,64791 +"259547",48066,48132 +"259548",48066,48147 +"259549",48066,48179 +"259550",48066,51068 +"259551",48066,57390 +"259552",48066,58294 +"259553",48066,59120 +"259554",48066,71079 +"259555",48067,97619 +"259556",48067,103007 +"259557",48067,114956 +"259558",48068,62019 +"259559",48070,48545 +"259560",48070,53805 +"259561",48070,56499 +"259562",48070,62021 +"259563",48070,62116 +"259564",48071,106877 +"259565",48071,108250 +"259566",48071,111645 +"259567",48073,48156 +"259568",48073,112753 +"259569",48074,55174 +"259570",48074,58829 +"259571",48074,59100 +"259572",48074,65818 +"259573",48074,68355 +"259574",48074,71190 +"259575",48074,73261 +"259576",48074,75336 +"259577",48074,122706 +"259578",48076,51652 +"259579",48076,56063 +"259580",48076,68234 +"259581",48076,72946 +"259582",48076,73289 +"259583",48078,53121 +"259584",48078,67838 +"259585",48078,76132 +"259586",48078,111034 +"259587",48079,75680 +"259588",48079,77189 +"259589",48079,86006 +"259590",48079,90132 +"259591",48079,92735 +"259592",48079,112061 +"259593",48079,122566 +"259594",48081,51733 +"259595",48081,59003 +"259596",48081,84602 +"259597",48081,88546 +"259598",48081,109436 +"259599",48081,110471 +"259600",48081,110472 +"259601",48081,110559 +"259602",48081,117914 +"259603",48082,48157 +"259604",48082,48186 +"259605",48083,58184 +"259606",48083,73095 +"259607",48084,48585 +"259608",48084,48612 +"259609",48084,48645 +"259610",48084,49232 +"259611",48084,51233 +"259612",48084,54712 +"259613",48084,60366 +"259614",48084,65246 +"259615",48084,69670 +"259616",48084,71489 +"259617",48084,81096 +"259618",48084,83735 +"259619",48084,86519 +"259620",48084,96700 +"259621",48084,96701 +"259622",48084,96724 +"259623",48084,122277 +"259624",48084,122279 +"259625",48085,71203 +"259626",48085,71713 +"259627",48085,101527 +"259628",48088,105606 +"259629",48089,95340 +"259630",48089,109948 +"259631",48090,48992 +"259632",48090,49716 +"259633",48090,50480 +"259634",48090,57267 +"259635",48090,57739 +"259636",48091,48174 +"259637",48091,64208 +"259638",48091,122313 +"259639",48092,52056 +"259640",48093,112746 +"259641",48094,79519 +"259642",48094,103355 +"259643",48095,67068 +"259644",48095,78261 +"259645",48096,67362 +"259646",48096,89675 +"259647",48098,65887 +"259648",48098,109601 +"259649",48099,61077 +"259650",48099,61194 +"259651",48099,87985 +"259652",48099,97125 +"259653",48099,99430 +"259654",48100,59143 +"259655",48100,84599 +"259656",48101,49997 +"259657",48101,50209 +"259658",48101,50957 +"259659",48101,50958 +"259660",48101,52464 +"259661",48101,52858 +"259662",48101,53618 +"259663",48101,69782 +"259664",48101,69832 +"259665",48101,74669 +"259666",48101,86209 +"259667",48101,90322 +"259668",48101,92552 +"259669",48103,48169 +"259670",48103,48170 +"259671",48104,48183 +"259672",48104,48525 +"259673",48105,48189 +"259674",48105,50536 +"259675",48105,52194 +"259676",48105,57549 +"259677",48105,58273 +"259678",48106,85245 +"259679",48106,92017 +"259680",48106,121569 +"259681",48107,88506 +"259682",48107,116386 +"259683",48108,76469 +"259684",48109,55158 +"259685",48109,82069 +"259686",48110,48167 +"259687",48110,58508 +"259688",48110,59731 +"259689",48110,62642 +"259690",48110,68091 +"259691",48110,69335 +"259692",48110,75245 +"259693",48110,75776 +"259694",48110,75956 +"259695",48110,76387 +"259696",48110,78978 +"259697",48110,79212 +"259698",48110,79241 +"259699",48110,79473 +"259700",48110,79579 +"259701",48110,80239 +"259702",48110,80301 +"259703",48110,81397 +"259704",48110,88013 +"259705",48110,88340 +"259706",48110,88749 +"259707",48110,89069 +"259708",48110,89373 +"259709",48110,89995 +"259710",48110,90919 +"259711",48110,90936 +"259712",48110,92861 +"259713",48110,93097 +"259714",48110,94231 +"259715",48110,95489 +"259716",48110,96247 +"259717",48110,96363 +"259718",48110,97898 +"259719",48112,91690 +"259720",48114,70453 +"259721",48114,101440 +"259722",48115,66389 +"259723",48115,68429 +"259724",48115,73328 +"259725",48116,48526 +"259726",48116,53499 +"259727",48116,67728 +"259728",48116,69175 +"259729",48116,77467 +"259730",48116,79360 +"259731",48116,80020 +"259732",48116,80307 +"259733",48116,86896 +"259734",48117,59420 +"259735",48117,59434 +"259736",48117,71030 +"259737",48118,53336 +"259738",48119,76941 +"259739",48121,48162 +"259740",48122,73880 +"259741",48122,86695 +"259742",48122,92719 +"259743",48123,48160 +"259744",48123,50235 +"259745",48123,59210 +"259746",48123,61343 +"259747",48123,62063 +"259748",48123,72573 +"259749",48123,81594 +"259750",48123,81722 +"259751",48123,101016 +"259752",48123,101087 +"259753",48123,102401 +"259754",48123,105495 +"259755",48123,105955 +"259756",48123,116302 +"259757",48123,116315 +"259758",48123,116325 +"259759",48123,116331 +"259760",48124,48148 +"259761",48124,115519 +"259762",48125,50395 +"259763",48125,63315 +"259764",48125,68517 +"259765",48125,77363 +"259766",48125,92851 +"259767",48125,93668 +"259768",48125,99759 +"259769",48126,96272 +"259770",48127,74993 +"259771",48127,81095 +"259772",48127,103658 +"259773",48127,104867 +"259774",48127,118056 +"259775",48127,119062 +"259776",48128,110378 +"259777",48132,60090 +"259778",48132,72765 +"259779",48133,74011 +"259780",48133,97000 +"259781",48133,114424 +"259782",48133,114961 +"259783",48134,117204 +"259784",48138,48483 +"259785",48138,49640 +"259786",48138,49770 +"259787",48138,61214 +"259788",48138,65438 +"259789",48138,75282 +"259790",48138,88212 +"259791",48141,48142 +"259792",48141,56000 +"259793",48141,100907 +"259794",48143,61621 +"259795",48143,62439 +"259796",48144,56227 +"259797",48144,65383 +"259798",48144,95268 +"259799",48144,98127 +"259800",48144,99237 +"259801",48144,115569 +"259802",48144,115614 +"259803",48146,48147 +"259804",48146,48178 +"259805",48146,71224 +"259806",48147,48178 +"259807",48147,48179 +"259808",48147,52716 +"259809",48147,58294 +"259810",48147,64875 +"259811",48147,74789 +"259812",48147,75055 +"259813",48147,75099 +"259814",48150,86453 +"259815",48150,89301 +"259816",48150,89491 +"259817",48150,90518 +"259818",48150,93524 +"259819",48150,98743 +"259820",48150,109545 +"259821",48150,111631 +"259822",48152,48218 +"259823",48152,48237 +"259824",48152,48245 +"259825",48152,48303 +"259826",48152,48305 +"259827",48152,52881 +"259828",48153,50249 +"259829",48154,50288 +"259830",48155,53779 +"259831",48155,60066 +"259832",48155,64502 +"259833",48155,84306 +"259834",48155,89370 +"259835",48155,92694 +"259836",48155,104241 +"259837",48156,66039 +"259838",48156,90846 +"259839",48157,48186 +"259840",48157,52892 +"259841",48158,108751 +"259842",48159,48187 +"259843",48160,51111 +"259844",48160,61113 +"259845",48160,88280 +"259846",48160,88291 +"259847",48160,88308 +"259848",48160,90724 +"259849",48160,122554 +"259850",48161,52878 +"259851",48161,83005 +"259852",48162,69046 +"259853",48162,97975 +"259854",48162,121688 +"259855",48163,50964 +"259856",48165,48463 +"259857",48165,53498 +"259858",48165,111326 +"259859",48166,53799 +"259860",48166,68979 +"259861",48166,84095 +"259862",48166,100074 +"259863",48169,48170 +"259864",48169,52192 +"259865",48169,52300 +"259866",48170,52192 +"259867",48170,52300 +"259868",48170,63021 +"259869",48170,108259 +"259870",48171,62042 +"259871",48171,104770 +"259872",48171,110788 +"259873",48171,121416 +"259874",48172,48497 +"259875",48173,50137 +"259876",48173,52083 +"259877",48173,52785 +"259878",48173,61125 +"259879",48173,63121 +"259880",48173,87049 +"259881",48173,92674 +"259882",48173,108250 +"259883",48173,113058 +"259884",48173,120512 +"259885",48174,49822 +"259886",48174,58147 +"259887",48174,58336 +"259888",48174,62210 +"259889",48174,71010 +"259890",48174,89930 +"259891",48174,93403 +"259892",48174,107874 +"259893",48174,114022 +"259894",48174,114031 +"259895",48174,119873 +"259896",48175,62431 +"259897",48175,94567 +"259898",48177,75904 +"259899",48177,121905 +"259900",48178,71224 +"259901",48179,57390 +"259902",48179,58294 +"259903",48179,59120 +"259904",48181,55487 +"259905",48181,93064 +"259906",48181,122256 +"259907",48182,83611 +"259908",48182,105079 +"259909",48182,117889 +"259910",48182,123506 +"259911",48183,48525 +"259912",48183,50754 +"259913",48184,69314 +"259914",48184,118632 +"259915",48185,49846 +"259916",48185,49847 +"259917",48185,49848 +"259918",48185,49886 +"259919",48187,56796 +"259920",48188,85386 +"259921",48188,89005 +"259922",48189,74793 +"259923",48190,83867 +"259924",48190,90425 +"259925",48191,58378 +"259926",48191,59684 +"259927",48191,59783 +"259928",48192,74863 +"259929",48192,93801 +"259930",48192,119542 +"259931",48194,49237 +"259932",48195,54814 +"259933",48195,91991 +"259934",48197,91005 +"259935",48197,91252 +"259936",48197,93270 +"259937",48197,93285 +"259938",48199,49843 +"259939",48199,50211 +"259940",48200,54616 +"259941",48200,54726 +"259942",48200,57831 +"259943",48201,59246 +"259944",48201,59247 +"259945",48201,61608 +"259946",48202,48212 +"259947",48202,50105 +"259948",48202,53132 +"259949",48202,53227 +"259950",48202,55111 +"259951",48202,58628 +"259952",48202,61801 +"259953",48202,64350 +"259954",48202,73044 +"259955",48202,73058 +"259956",48202,73335 +"259957",48202,74135 +"259958",48202,78063 +"259959",48202,78429 +"259960",48202,78569 +"259961",48202,82143 +"259962",48202,83231 +"259963",48202,86471 +"259964",48202,90804 +"259965",48202,91022 +"259966",48202,91045 +"259967",48202,95675 +"259968",48202,101516 +"259969",48202,102387 +"259970",48202,103826 +"259971",48202,108374 +"259972",48202,108893 +"259973",48202,109101 +"259974",48202,109523 +"259975",48202,110993 +"259976",48202,111095 +"259977",48202,111338 +"259978",48202,111398 +"259979",48202,111409 +"259980",48202,111480 +"259981",48202,112422 +"259982",48202,112648 +"259983",48202,112708 +"259984",48202,112820 +"259985",48202,112997 +"259986",48202,113597 +"259987",48202,114418 +"259988",48202,114582 +"259989",48202,115371 +"259990",48202,116028 +"259991",48202,116604 +"259992",48203,74507 +"259993",48204,106444 +"259994",48205,48313 +"259995",48206,48268 +"259996",48206,48296 +"259997",48207,61446 +"259998",48207,72175 +"259999",48209,49400 +"260000",48209,59519 +"260001",48210,57231 +"260002",48210,60264 +"260003",48210,60905 +"260004",48210,61908 +"260005",48210,69524 +"260006",48210,71816 +"260007",48211,48924 +"260008",48211,48925 +"260009",48211,51359 +"260010",48211,52789 +"260011",48211,52800 +"260012",48211,52804 +"260013",48211,52812 +"260014",48211,52826 +"260015",48211,52842 +"260016",48211,52850 +"260017",48211,52883 +"260018",48211,56206 +"260019",48211,75174 +"260020",48211,81630 +"260021",48211,82018 +"260022",48212,49071 +"260023",48212,53132 +"260024",48212,53227 +"260025",48212,55111 +"260026",48212,58628 +"260027",48212,61801 +"260028",48212,64350 +"260029",48212,73044 +"260030",48212,73058 +"260031",48212,73335 +"260032",48212,78063 +"260033",48212,78429 +"260034",48212,78569 +"260035",48212,79912 +"260036",48212,82143 +"260037",48212,83231 +"260038",48212,86471 +"260039",48212,87415 +"260040",48212,88737 +"260041",48212,90804 +"260042",48212,91022 +"260043",48212,91045 +"260044",48212,95675 +"260045",48212,98293 +"260046",48212,101516 +"260047",48212,102387 +"260048",48212,103420 +"260049",48212,104217 +"260050",48212,108374 +"260051",48212,108893 +"260052",48212,109101 +"260053",48212,109523 +"260054",48212,110993 +"260055",48212,111338 +"260056",48212,111398 +"260057",48212,111409 +"260058",48212,111480 +"260059",48212,112422 +"260060",48212,112648 +"260061",48212,112708 +"260062",48212,112820 +"260063",48212,112997 +"260064",48212,113597 +"260065",48212,114418 +"260066",48212,114582 +"260067",48212,115371 +"260068",48212,116028 +"260069",48212,116604 +"260070",48213,83232 +"260071",48213,93799 +"260072",48213,115981 +"260073",48214,48272 +"260074",48215,53006 +"260075",48215,54200 +"260076",48215,58371 +"260077",48215,59828 +"260078",48215,71253 +"260079",48215,74309 +"260080",48215,75203 +"260081",48215,82045 +"260082",48215,82730 +"260083",48215,92949 +"260084",48215,94237 +"260085",48215,99471 +"260086",48215,102385 +"260087",48215,102396 +"260088",48215,102475 +"260089",48215,103343 +"260090",48215,109929 +"260091",48215,111732 +"260092",48216,56921 +"260093",48216,58475 +"260094",48216,58732 +"260095",48216,107079 +"260096",48217,52633 +"260097",48217,68374 +"260098",48218,48237 +"260099",48218,48245 +"260100",48218,48303 +"260101",48218,48305 +"260102",48218,84072 +"260103",48218,105715 +"260104",48219,52845 +"260105",48219,56796 +"260106",48219,59965 +"260107",48219,63188 +"260108",48219,65402 +"260109",48219,65435 +"260110",48219,72205 +"260111",48219,74273 +"260112",48219,85959 +"260113",48219,100246 +"260114",48220,56541 +"260115",48220,58325 +"260116",48220,58345 +"260117",48222,92059 +"260118",48222,92279 +"260119",48222,95222 +"260120",48222,97080 +"260121",48222,97083 +"260122",48224,58331 +"260123",48224,64804 +"260124",48224,87316 +"260125",48224,101770 +"260126",48224,105621 +"260127",48224,117304 +"260128",48225,48289 +"260129",48225,48311 +"260130",48225,57281 +"260131",48225,66222 +"260132",48225,66223 +"260133",48225,66263 +"260134",48225,66312 +"260135",48225,66353 +"260136",48225,74585 +"260137",48225,89748 +"260138",48225,96888 +"260139",48225,96895 +"260140",48226,61820 +"260141",48228,48260 +"260142",48228,53912 +"260143",48228,59056 +"260144",48228,62380 +"260145",48228,71662 +"260146",48228,71684 +"260147",48228,74906 +"260148",48228,76859 +"260149",48228,78256 +"260150",48228,81675 +"260151",48228,91345 +"260152",48228,92012 +"260153",48228,94650 +"260154",48228,100479 +"260155",48228,105638 +"260156",48228,108700 +"260157",48229,69110 +"260158",48229,69148 +"260159",48231,56013 +"260160",48232,74373 +"260161",48232,84108 +"260162",48232,116863 +"260163",48233,64353 +"260164",48233,67011 +"260165",48234,48257 +"260166",48235,65451 +"260167",48235,66639 +"260168",48235,71205 +"260169",48235,77068 +"260170",48235,78145 +"260171",48235,78497 +"260172",48235,94194 +"260173",48235,103700 +"260174",48235,108708 +"260175",48235,110269 +"260176",48236,77652 +"260177",48237,48245 +"260178",48237,48303 +"260179",48237,48305 +"260180",48237,54452 +"260181",48237,61363 +"260182",48237,65375 +"260183",48237,67621 +"260184",48237,69068 +"260185",48237,71895 +"260186",48237,96832 +"260187",48237,98316 +"260188",48237,104396 +"260189",48237,108766 +"260190",48237,114847 +"260191",48237,115056 +"260192",48237,115444 +"260193",48238,71874 +"260194",48238,90000 +"260195",48238,114156 +"260196",48240,48992 +"260197",48240,49716 +"260198",48240,51869 +"260199",48240,60597 +"260200",48240,66517 +"260201",48241,79436 +"260202",48241,88692 +"260203",48241,103292 +"260204",48243,68247 +"260205",48243,108900 +"260206",48244,54828 +"260207",48244,54852 +"260208",48244,58078 +"260209",48244,59072 +"260210",48244,59231 +"260211",48244,69455 +"260212",48244,76892 +"260213",48244,91751 +"260214",48244,91970 +"260215",48244,95680 +"260216",48244,104695 +"260217",48244,104710 +"260218",48244,104724 +"260219",48244,104727 +"260220",48244,104729 +"260221",48245,48303 +"260222",48245,48305 +"260223",48245,67621 +"260224",48245,87273 +"260225",48245,92011 +"260226",48245,102228 +"260227",48245,106484 +"260228",48245,115444 +"260229",48245,117387 +"260230",48245,117393 +"260231",48245,118268 +"260232",48246,48308 +"260233",48247,65572 +"260234",48247,67009 +"260235",48247,89469 +"260236",48249,65234 +"260237",48249,79961 +"260238",48249,83863 +"260239",48249,91295 +"260240",48249,100091 +"260241",48249,103287 +"260242",48249,117061 +"260243",48249,119337 +"260244",48249,121164 +"260245",48249,123145 +"260246",48250,115816 +"260247",48251,50517 +"260248",48252,48358 +"260249",48252,48753 +"260250",48252,62040 +"260251",48252,80325 +"260252",48253,50244 +"260253",48253,115223 +"260254",48253,117730 +"260255",48253,119821 +"260256",48254,48781 +"260257",48254,60403 +"260258",48254,112626 +"260259",48254,112643 +"260260",48255,48256 +"260261",48255,65689 +"260262",48255,67025 +"260263",48255,67235 +"260264",48255,75040 +"260265",48255,94282 +"260266",48256,67025 +"260267",48256,67235 +"260268",48256,75040 +"260269",48257,51048 +"260270",48257,65815 +"260271",48257,65959 +"260272",48258,89639 +"260273",48258,106434 +"260274",48260,54805 +"260275",48260,55543 +"260276",48260,58133 +"260277",48260,71516 +"260278",48260,74906 +"260279",48260,85789 +"260280",48260,86036 +"260281",48260,90018 +"260282",48260,90361 +"260283",48261,48346 +"260284",48262,76015 +"260285",48262,80727 +"260286",48262,102870 +"260287",48263,57502 +"260288",48263,57555 +"260289",48264,50910 +"260290",48264,54210 +"260291",48264,62504 +"260292",48264,75677 +"260293",48264,75918 +"260294",48264,79582 +"260295",48264,104133 +"260296",48264,110226 +"260297",48265,59701 +"260298",48265,73054 +"260299",48265,77752 +"260300",48265,77807 +"260301",48265,95343 +"260302",48265,110384 +"260303",48265,110841 +"260304",48265,114066 +"260305",48266,54188 +"260306",48267,98180 +"260307",48268,48296 +"260308",48269,48454 +"260309",48269,55675 +"260310",48269,67035 +"260311",48271,48366 +"260312",48271,87009 +"260313",48272,72465 +"260314",48272,91302 +"260315",48272,113152 +"260316",48273,48327 +"260317",48273,48407 +"260318",48273,48853 +"260319",48275,49264 +"260320",48275,52721 +"260321",48275,61553 +"260322",48275,61694 +"260323",48275,104933 +"260324",48277,77388 +"260325",48279,115841 +"260326",48279,120106 +"260327",48279,122529 +"260328",48280,48286 +"260329",48280,58056 +"260330",48280,64945 +"260331",48281,48380 +"260332",48281,50662 +"260333",48281,56216 +"260334",48281,58516 +"260335",48281,59615 +"260336",48281,62679 +"260337",48281,63105 +"260338",48281,68001 +"260339",48281,68475 +"260340",48281,68917 +"260341",48281,69296 +"260342",48281,71106 +"260343",48281,73655 +"260344",48281,75767 +"260345",48281,76046 +"260346",48281,76459 +"260347",48281,76808 +"260348",48281,77727 +"260349",48281,78224 +"260350",48281,79222 +"260351",48281,82978 +"260352",48281,83306 +"260353",48281,85027 +"260354",48281,88412 +"260355",48281,90275 +"260356",48281,90426 +"260357",48281,91112 +"260358",48281,91526 +"260359",48281,93425 +"260360",48281,93523 +"260361",48281,94520 +"260362",48281,95954 +"260363",48281,99544 +"260364",48281,99547 +"260365",48281,99554 +"260366",48281,100595 +"260367",48281,100739 +"260368",48281,100819 +"260369",48281,101898 +"260370",48281,101988 +"260371",48281,102146 +"260372",48281,102201 +"260373",48281,102309 +"260374",48281,102635 +"260375",48281,102730 +"260376",48281,102846 +"260377",48281,103790 +"260378",48281,104095 +"260379",48281,104574 +"260380",48281,104784 +"260381",48281,104845 +"260382",48281,107269 +"260383",48281,107623 +"260384",48281,107714 +"260385",48281,107879 +"260386",48281,107975 +"260387",48281,108542 +"260388",48282,51738 +"260389",48282,52198 +"260390",48282,60417 +"260391",48282,76680 +"260392",48282,78153 +"260393",48282,81164 +"260394",48282,90810 +"260395",48282,92871 +"260396",48282,95493 +"260397",48282,115292 +"260398",48282,116714 +"260399",48282,120812 +"260400",48282,121545 +"260401",48283,55968 +"260402",48283,67501 +"260403",48283,67511 +"260404",48284,48290 +"260405",48284,55004 +"260406",48284,55468 +"260407",48284,61666 +"260408",48284,99444 +"260409",48284,107271 +"260410",48284,107291 +"260411",48284,108372 +"260412",48285,84356 +"260413",48286,50089 +"260414",48286,52901 +"260415",48286,68477 +"260416",48288,80596 +"260417",48288,90093 +"260418",48288,94660 +"260419",48289,48311 +"260420",48289,67904 +"260421",48289,86624 +"260422",48289,86683 +"260423",48289,86694 +"260424",48289,86701 +"260425",48289,86712 +"260426",48289,86732 +"260427",48290,49370 +"260428",48290,49419 +"260429",48290,56223 +"260430",48290,72154 +"260431",48290,108021 +"260432",48291,55486 +"260433",48291,55829 +"260434",48291,55883 +"260435",48291,87907 +"260436",48291,93254 +"260437",48291,93407 +"260438",48291,93415 +"260439",48291,96124 +"260440",48292,48318 +"260441",48293,53064 +"260442",48293,97870 +"260443",48293,97871 +"260444",48294,58506 +"260445",48294,65023 +"260446",48295,53353 +"260447",48295,68432 +"260448",48295,80867 +"260449",48295,99629 +"260450",48295,111004 +"260451",48295,111055 +"260452",48296,58925 +"260453",48296,58926 +"260454",48297,50397 +"260455",48297,54674 +"260456",48297,64744 +"260457",48297,99482 +"260458",48297,107966 +"260459",48297,109327 +"260460",48298,90550 +"260461",48298,99556 +"260462",48299,48392 +"260463",48299,59868 +"260464",48299,60778 +"260465",48299,102820 +"260466",48299,102821 +"260467",48301,61289 +"260468",48303,48305 +"260469",48305,67621 +"260470",48305,78534 +"260471",48305,78840 +"260472",48305,87273 +"260473",48305,92011 +"260474",48305,93613 +"260475",48305,106484 +"260476",48305,117387 +"260477",48305,117393 +"260478",48305,118268 +"260479",48306,55573 +"260480",48306,76458 +"260481",48306,110277 +"260482",48306,110375 +"260483",48307,55109 +"260484",48307,77211 +"260485",48308,57849 +"260486",48309,61843 +"260487",48310,109193 +"260488",48311,84275 +"260489",48311,84311 +"260490",48311,84338 +"260491",48311,84358 +"260492",48312,61160 +"260493",48312,61383 +"260494",48312,63862 +"260495",48312,63902 +"260496",48312,68433 +"260497",48312,69580 +"260498",48312,69663 +"260499",48313,95736 +"260500",48313,95873 +"260501",48314,48315 +"260502",48314,48539 +"260503",48314,48540 +"260504",48314,94729 +"260505",48314,103797 +"260506",48314,114462 +"260507",48314,114466 +"260508",48315,48539 +"260509",48315,48540 +"260510",48317,78394 +"260511",48318,97084 +"260512",48318,97107 +"260513",48320,54305 +"260514",48321,57053 +"260515",48321,73988 +"260516",48321,86635 +"260517",48321,88972 +"260518",48321,105727 +"260519",48321,109313 +"260520",48321,116327 +"260521",48322,92654 +"260522",48323,63009 +"260523",48323,73051 +"260524",48324,86982 +"260525",48324,115585 +"260526",48325,48389 +"260527",48326,48930 +"260528",48327,48407 +"260529",48327,48853 +"260530",48327,108536 +"260531",48327,114786 +"260532",48328,49414 +"260533",48328,69392 +"260534",48328,97265 +"260535",48328,109411 +"260536",48328,119456 +"260537",48330,95965 +"260538",48330,109635 +"260539",48330,111407 +"260540",48330,121803 +"260541",48332,57458 +"260542",48332,60356 +"260543",48332,61308 +"260544",48337,82982 +"260545",48338,61294 +"260546",48338,63445 +"260547",48339,65348 +"260548",48339,91947 +"260549",48339,92413 +"260550",48339,120825 +"260551",48340,48811 +"260552",48340,50395 +"260553",48340,51074 +"260554",48340,73003 +"260555",48341,48414 +"260556",48341,94226 +"260557",48344,73303 +"260558",48344,90760 +"260559",48344,120059 +"260560",48344,122096 +"260561",48344,122115 +"260562",48344,122118 +"260563",48345,63904 +"260564",48345,81408 +"260565",48345,81568 +"260566",48345,113605 +"260567",48345,113612 +"260568",48345,117575 +"260569",48347,48473 +"260570",48348,49326 +"260571",48348,59039 +"260572",48348,59478 +"260573",48348,62553 +"260574",48348,67802 +"260575",48349,59269 +"260576",48349,69116 +"260577",48349,91699 +"260578",48351,103650 +"260579",48351,103681 +"260580",48352,48379 +"260581",48353,48372 +"260582",48353,66884 +"260583",48353,66927 +"260584",48353,71854 +"260585",48353,75291 +"260586",48354,60807 +"260587",48355,50699 +"260588",48355,51277 +"260589",48355,52487 +"260590",48355,57164 +"260591",48355,57211 +"260592",48355,57238 +"260593",48355,57283 +"260594",48355,61216 +"260595",48355,66244 +"260596",48355,68716 +"260597",48355,68721 +"260598",48355,68779 +"260599",48355,69097 +"260600",48355,69098 +"260601",48355,69776 +"260602",48356,116886 +"260603",48357,50380 +"260604",48357,51396 +"260605",48357,58035 +"260606",48357,64031 +"260607",48357,67434 +"260608",48357,78875 +"260609",48357,79766 +"260610",48357,80471 +"260611",48357,82203 +"260612",48357,101783 +"260613",48357,109319 +"260614",48357,111888 +"260615",48358,55545 +"260616",48358,66020 +"260617",48358,76064 +"260618",48359,51568 +"260619",48359,51866 +"260620",48359,57225 +"260621",48359,58871 +"260622",48359,65028 +"260623",48359,69827 +"260624",48360,55456 +"260625",48361,49581 +"260626",48361,50946 +"260627",48361,55643 +"260628",48361,56958 +"260629",48361,67456 +"260630",48361,104239 +"260631",48362,48431 +"260632",48362,48452 +"260633",48362,48508 +"260634",48362,48534 +"260635",48363,48827 +"260636",48363,73000 +"260637",48363,78385 +"260638",48364,54146 +"260639",48364,105046 +"260640",48366,48724 +"260641",48366,51009 +"260642",48366,62260 +"260643",48366,63993 +"260644",48366,74142 +"260645",48366,74164 +"260646",48367,48391 +"260647",48367,61835 +"260648",48367,72248 +"260649",48367,115321 +"260650",48367,116642 +"260651",48368,61171 +"260652",48368,87398 +"260653",48368,90527 +"260654",48369,109487 +"260655",48369,116809 +"260656",48373,51973 +"260657",48374,98824 +"260658",48375,90930 +"260659",48376,62694 +"260660",48376,71028 +"260661",48377,51782 +"260662",48378,76017 +"260663",48378,79005 +"260664",48378,79043 +"260665",48380,50662 +"260666",48380,56216 +"260667",48380,59615 +"260668",48380,62679 +"260669",48380,63105 +"260670",48380,68001 +"260671",48380,68475 +"260672",48380,68917 +"260673",48380,69296 +"260674",48380,71106 +"260675",48380,73655 +"260676",48380,75767 +"260677",48380,76046 +"260678",48380,76459 +"260679",48380,76808 +"260680",48380,77727 +"260681",48380,78224 +"260682",48380,79222 +"260683",48380,82978 +"260684",48380,83306 +"260685",48380,85027 +"260686",48380,88412 +"260687",48380,90275 +"260688",48380,90426 +"260689",48380,91112 +"260690",48380,91526 +"260691",48380,93425 +"260692",48380,93523 +"260693",48380,94520 +"260694",48380,95954 +"260695",48380,99544 +"260696",48380,99547 +"260697",48380,99554 +"260698",48380,100595 +"260699",48380,100739 +"260700",48380,100819 +"260701",48380,101898 +"260702",48380,101988 +"260703",48380,102146 +"260704",48380,102201 +"260705",48380,102309 +"260706",48380,102635 +"260707",48380,102730 +"260708",48380,102846 +"260709",48380,103790 +"260710",48380,104095 +"260711",48380,104574 +"260712",48380,104784 +"260713",48380,104845 +"260714",48380,107269 +"260715",48380,107623 +"260716",48380,107714 +"260717",48380,107879 +"260718",48380,107975 +"260719",48381,50536 +"260720",48381,51809 +"260721",48381,57328 +"260722",48381,58990 +"260723",48381,59439 +"260724",48382,61442 +"260725",48382,84092 +"260726",48383,95218 +"260727",48383,105308 +"260728",48384,50729 +"260729",48384,50777 +"260730",48384,69618 +"260731",48384,70799 +"260732",48384,72449 +"260733",48384,76724 +"260734",48384,80414 +"260735",48384,80495 +"260736",48384,106558 +"260737",48385,57015 +"260738",48385,100413 +"260739",48385,118241 +"260740",48386,62891 +"260741",48386,78981 +"260742",48386,80754 +"260743",48386,99728 +"260744",48386,116307 +"260745",48386,122668 +"260746",48387,91433 +"260747",48388,57998 +"260748",48390,101430 +"260749",48392,57389 +"260750",48392,59868 +"260751",48392,60778 +"260752",48392,80995 +"260753",48392,91263 +"260754",48392,102820 +"260755",48392,102821 +"260756",48392,106988 +"260757",48393,51169 +"260758",48395,54432 +"260759",48395,59662 +"260760",48395,65017 +"260761",48395,77211 +"260762",48395,118993 +"260763",48396,102625 +"260764",48397,48421 +"260765",48397,58428 +"260766",48397,58756 +"260767",48398,97864 +"260768",48398,112451 +"260769",48399,58984 +"260770",48399,91031 +"260771",48400,48677 +"260772",48400,69661 +"260773",48400,70186 +"260774",48400,89743 +"260775",48400,109517 +"260776",48403,52120 +"260777",48403,63863 +"260778",48403,68512 +"260779",48403,75969 +"260780",48403,112091 +"260781",48403,119357 +"260782",48403,119529 +"260783",48404,74820 +"260784",48404,81366 +"260785",48406,50763 +"260786",48406,70120 +"260787",48407,48853 +"260788",48408,73650 +"260789",48408,91984 +"260790",48408,96287 +"260791",48408,96289 +"260792",48408,96302 +"260793",48409,63992 +"260794",48410,48419 +"260795",48410,76814 +"260796",48411,110008 +"260797",48411,110024 +"260798",48412,84539 +"260799",48412,85148 +"260800",48412,101127 +"260801",48413,61227 +"260802",48414,115613 +"260803",48415,72366 +"260804",48415,77367 +"260805",48415,78787 +"260806",48415,112961 +"260807",48416,53311 +"260808",48416,83039 +"260809",48416,87285 +"260810",48417,48843 +"260811",48417,54876 +"260812",48417,60239 +"260813",48417,83186 +"260814",48417,89287 +"260815",48417,93013 +"260816",48417,97040 +"260817",48417,100155 +"260818",48417,100794 +"260819",48417,122296 +"260820",48418,49487 +"260821",48418,50834 +"260822",48418,51193 +"260823",48418,53936 +"260824",48418,58834 +"260825",48418,58886 +"260826",48418,60924 +"260827",48419,60978 +"260828",48419,62607 +"260829",48419,76814 +"260830",48420,52449 +"260831",48420,98598 +"260832",48421,58428 +"260833",48421,58756 +"260834",48421,75415 +"260835",48421,75440 +"260836",48422,72722 +"260837",48422,92945 +"260838",48422,92950 +"260839",48422,103501 +"260840",48422,103543 +"260841",48423,55105 +"260842",48424,53489 +"260843",48424,75205 +"260844",48425,80000 +"260845",48425,89289 +"260846",48425,114329 +"260847",48426,51537 +"260848",48426,79669 +"260849",48426,82666 +"260850",48426,92506 +"260851",48426,102179 +"260852",48427,115806 +"260853",48428,49974 +"260854",48428,68410 +"260855",48428,79497 +"260856",48429,64405 +"260857",48429,69693 +"260858",48429,73707 +"260859",48430,50698 +"260860",48430,75580 +"260861",48430,76446 +"260862",48431,48452 +"260863",48431,48508 +"260864",48431,48534 +"260865",48431,56414 +"260866",48431,56415 +"260867",48431,56428 +"260868",48431,56523 +"260869",48431,60114 +"260870",48431,61441 +"260871",48431,65654 +"260872",48431,65675 +"260873",48431,65710 +"260874",48431,65751 +"260875",48431,70667 +"260876",48431,72479 +"260877",48432,97148 +"260878",48432,97149 +"260879",48433,54952 +"260880",48433,67525 +"260881",48433,77871 +"260882",48433,81000 +"260883",48433,90021 +"260884",48433,94768 +"260885",48434,61187 +"260886",48434,67894 +"260887",48434,68801 +"260888",48434,73464 +"260889",48434,73919 +"260890",48434,74681 +"260891",48434,74730 +"260892",48434,81364 +"260893",48434,83772 +"260894",48434,84434 +"260895",48434,86490 +"260896",48434,89710 +"260897",48434,94653 +"260898",48434,95604 +"260899",48434,99329 +"260900",48434,99341 +"260901",48434,100140 +"260902",48434,110246 +"260903",48434,113803 +"260904",48434,115195 +"260905",48434,115233 +"260906",48434,115255 +"260907",48434,115264 +"260908",48434,116660 +"260909",48435,53333 +"260910",48435,58467 +"260911",48435,59939 +"260912",48435,79836 +"260913",48435,80426 +"260914",48435,106423 +"260915",48435,113582 +"260916",48436,61205 +"260917",48437,61083 +"260918",48438,87339 +"260919",48438,88325 +"260920",48439,50687 +"260921",48440,76650 +"260922",48440,77303 +"260923",48442,48443 +"260924",48442,48491 +"260925",48442,48512 +"260926",48442,48542 +"260927",48442,48543 +"260928",48443,48491 +"260929",48443,48512 +"260930",48443,48542 +"260931",48443,48543 +"260932",48444,53155 +"260933",48444,55556 +"260934",48444,59014 +"260935",48444,72973 +"260936",48444,73001 +"260937",48444,78417 +"260938",48444,90840 +"260939",48444,103426 +"260940",48444,105811 +"260941",48444,116478 +"260942",48444,122703 +"260943",48445,88765 +"260944",48446,103593 +"260945",48449,51793 +"260946",48449,57976 +"260947",48451,48796 +"260948",48451,50107 +"260949",48451,52764 +"260950",48451,58260 +"260951",48451,58613 +"260952",48451,65870 +"260953",48451,66323 +"260954",48451,79586 +"260955",48451,114287 +"260956",48451,117334 +"260957",48452,48508 +"260958",48452,48534 +"260959",48454,48455 +"260960",48457,55489 +"260961",48457,58908 +"260962",48458,54492 +"260963",48458,78191 +"260964",48459,77303 +"260965",48460,48536 +"260966",48462,96113 +"260967",48464,49507 +"260968",48464,59283 +"260969",48464,59915 +"260970",48464,62668 +"260971",48464,69139 +"260972",48464,70473 +"260973",48464,70981 +"260974",48464,71315 +"260975",48464,71825 +"260976",48464,71837 +"260977",48464,77625 +"260978",48464,79681 +"260979",48464,82452 +"260980",48464,88409 +"260981",48464,90883 +"260982",48464,91383 +"260983",48464,92113 +"260984",48464,93574 +"260985",48464,98904 +"260986",48464,102940 +"260987",48464,118577 +"260988",48464,119085 +"260989",48464,119224 +"260990",48464,119439 +"260991",48464,120085 +"260992",48464,120232 +"260993",48464,121213 +"260994",48465,70932 +"260995",48466,50996 +"260996",48466,51123 +"260997",48466,52507 +"260998",48466,53996 +"260999",48466,62668 +"261000",48466,65236 +"261001",48466,68680 +"261002",48466,83624 +"261003",48466,118651 +"261004",48466,119501 +"261005",48467,50022 +"261006",48467,50873 +"261007",48467,50874 +"261008",48467,50875 +"261009",48467,50876 +"261010",48467,50944 +"261011",48467,50945 +"261012",48467,50985 +"261013",48467,50986 +"261014",48467,50993 +"261015",48467,50994 +"261016",48468,52912 +"261017",48468,71816 +"261018",48468,91309 +"261019",48468,100622 +"261020",48468,111924 +"261021",48470,48471 +"261022",48470,48472 +"261023",48470,51031 +"261024",48470,52892 +"261025",48470,57260 +"261026",48470,66382 +"261027",48470,67202 +"261028",48470,70867 +"261029",48470,71941 +"261030",48471,48472 +"261031",48473,51396 +"261032",48473,81815 +"261033",48473,86202 +"261034",48473,90093 +"261035",48473,97345 +"261036",48473,112034 +"261037",48475,71327 +"261038",48476,89411 +"261039",48476,89471 +"261040",48477,53792 +"261041",48477,67536 +"261042",48477,92840 +"261043",48478,72055 +"261044",48479,61074 +"261045",48480,50041 +"261046",48480,79899 +"261047",48480,89709 +"261048",48480,109047 +"261049",48480,109049 +"261050",48481,52588 +"261051",48482,52546 +"261052",48482,57404 +"261053",48482,65105 +"261054",48483,67791 +"261055",48483,68894 +"261056",48483,69680 +"261057",48483,73131 +"261058",48484,54480 +"261059",48484,54557 +"261060",48484,57568 +"261061",48484,68561 +"261062",48484,81051 +"261063",48484,94830 +"261064",48484,94850 +"261065",48484,94856 +"261066",48485,48505 +"261067",48485,50251 +"261068",48485,55410 +"261069",48485,102053 +"261070",48486,54895 +"261071",48486,101975 +"261072",48488,63104 +"261073",48488,88400 +"261074",48488,89683 +"261075",48489,78000 +"261076",48489,80388 +"261077",48490,61490 +"261078",48491,48512 +"261079",48491,48542 +"261080",48491,48543 +"261081",48492,63920 +"261082",48493,73301 +"261083",48494,66742 +"261084",48494,78745 +"261085",48494,90275 +"261086",48494,121224 +"261087",48495,115712 +"261088",48498,68269 +"261089",48500,51447 +"261090",48500,51487 +"261091",48501,54362 +"261092",48501,58075 +"261093",48501,58410 +"261094",48502,75118 +"261095",48502,77409 +"261096",48503,76342 +"261097",48503,86313 +"261098",48503,104379 +"261099",48503,104380 +"261100",48505,54833 +"261101",48505,94328 +"261102",48505,104689 +"261103",48507,48535 +"261104",48507,110042 +"261105",48508,48534 +"261106",48508,50808 +"261107",48508,63868 +"261108",48509,61677 +"261109",48511,57001 +"261110",48511,59143 +"261111",48512,48542 +"261112",48512,48543 +"261113",48513,48515 +"261114",48515,53761 +"261115",48515,66080 +"261116",48516,75851 +"261117",48517,94913 +"261118",48518,102854 +"261119",48518,114838 +"261120",48518,117837 +"261121",48518,121964 +"261122",48519,63545 +"261123",48519,63553 +"261124",48519,63558 +"261125",48519,71236 +"261126",48521,51536 +"261127",48521,54990 +"261128",48521,59114 +"261129",48521,65951 +"261130",48521,65952 +"261131",48521,72096 +"261132",48521,76128 +"261133",48521,76653 +"261134",48521,78665 +"261135",48521,79050 +"261136",48521,80616 +"261137",48521,81239 +"261138",48521,88583 +"261139",48521,89775 +"261140",48521,92785 +"261141",48521,94737 +"261142",48521,95477 +"261143",48521,96576 +"261144",48521,102255 +"261145",48521,103778 +"261146",48521,110926 +"261147",48521,111553 +"261148",48521,118007 +"261149",48521,118396 +"261150",48521,122969 +"261151",48522,48942 +"261152",48522,52957 +"261153",48522,77320 +"261154",48522,89667 +"261155",48525,51408 +"261156",48526,107611 +"261157",48526,114505 +"261158",48527,62599 +"261159",48527,68843 +"261160",48527,69484 +"261161",48527,94353 +"261162",48527,97716 +"261163",48527,119922 +"261164",48528,53750 +"261165",48528,66673 +"261166",48528,70095 +"261167",48529,78032 +"261168",48530,48536 +"261169",48530,48701 +"261170",48530,52276 +"261171",48530,69188 +"261172",48530,74792 +"261173",48530,78238 +"261174",48530,88058 +"261175",48530,106534 +"261176",48530,106544 +"261177",48531,82410 +"261178",48531,103115 +"261179",48533,99131 +"261180",48535,73916 +"261181",48535,93521 +"261182",48535,99065 +"261183",48535,111271 +"261184",48535,111278 +"261185",48535,118222 +"261186",48536,78238 +"261187",48537,71775 +"261188",48537,102779 +"261189",48537,120498 +"261190",48539,48540 +"261191",48540,81948 +"261192",48540,101774 +"261193",48540,101856 +"261194",48541,64561 +"261195",48541,71330 +"261196",48542,48543 +"261197",48543,69790 +"261198",48543,69813 +"261199",48543,69815 +"261200",48543,69834 +"261201",48543,69846 +"261202",48543,70090 +"261203",48543,70128 +"261204",48543,70146 +"261205",48545,62021 +"261206",48545,62116 +"261207",48546,48723 +"261208",48546,57661 +"261209",48546,58173 +"261210",48548,54715 +"261211",48548,84969 +"261212",48548,87034 +"261213",48548,100644 +"261214",48548,105671 +"261215",48548,110275 +"261216",48549,98487 +"261217",48549,102104 +"261218",48550,63622 +"261219",48550,68991 +"261220",48551,93343 +"261221",48553,48651 +"261222",48557,51474 +"261223",48557,56093 +"261224",48557,58695 +"261225",48557,60890 +"261226",48557,68575 +"261227",48557,68624 +"261228",48557,70214 +"261229",48558,55719 +"261230",48558,67274 +"261231",48560,78646 +"261232",48560,79222 +"261233",48560,94678 +"261234",48560,103449 +"261235",48560,108888 +"261236",48561,51941 +"261237",48561,55037 +"261238",48561,77325 +"261239",48561,82290 +"261240",48561,106927 +"261241",48562,48584 +"261242",48562,71002 +"261243",48562,83156 +"261244",48563,48581 +"261245",48563,48910 +"261246",48564,65548 +"261247",48569,81094 +"261248",48569,81466 +"261249",48569,110625 +"261250",48570,91646 +"261251",48571,48654 +"261252",48571,53219 +"261253",48573,50307 +"261254",48573,52521 +"261255",48573,77640 +"261256",48575,63844 +"261257",48575,88300 +"261258",48575,91293 +"261259",48575,106500 +"261260",48576,48625 +"261261",48578,51270 +"261262",48578,59823 +"261263",48581,48910 +"261264",48581,58620 +"261265",48583,50501 +"261266",48583,61594 +"261267",48583,69879 +"261268",48584,52302 +"261269",48584,55541 +"261270",48584,57679 +"261271",48584,57750 +"261272",48584,96324 +"261273",48584,100290 +"261274",48584,112306 +"261275",48585,48612 +"261276",48585,48645 +"261277",48586,54759 +"261278",48589,58363 +"261279",48589,77690 +"261280",48589,77741 +"261281",48590,48622 +"261282",48590,48659 +"261283",48590,61458 +"261284",48590,67676 +"261285",48591,48592 +"261286",48591,48643 +"261287",48591,48655 +"261288",48591,48662 +"261289",48591,51068 +"261290",48591,51312 +"261291",48591,52716 +"261292",48591,65852 +"261293",48591,65874 +"261294",48591,65875 +"261295",48591,65889 +"261296",48591,65897 +"261297",48591,65908 +"261298",48591,66279 +"261299",48592,48643 +"261300",48592,48655 +"261301",48592,48662 +"261302",48592,51068 +"261303",48592,51312 +"261304",48592,52716 +"261305",48592,65852 +"261306",48592,65874 +"261307",48592,65875 +"261308",48592,65889 +"261309",48592,65897 +"261310",48592,65908 +"261311",48592,66279 +"261312",48593,51809 +"261313",48593,53793 +"261314",48593,54014 +"261315",48593,57328 +"261316",48593,58990 +"261317",48594,55077 +"261318",48594,90181 +"261319",48594,95092 +"261320",48594,114905 +"261321",48595,56757 +"261322",48595,107547 +"261323",48596,50595 +"261324",48597,86467 +"261325",48598,50489 +"261326",48598,61125 +"261327",48598,102462 +"261328",48598,113884 +"261329",48599,49263 +"261330",48599,54759 +"261331",48599,62662 +"261332",48599,63828 +"261333",48599,66993 +"261334",48599,71167 +"261335",48599,103110 +"261336",48600,84897 +"261337",48600,104969 +"261338",48602,52657 +"261339",48602,61413 +"261340",48602,69636 +"261341",48602,80652 +"261342",48602,89558 +"261343",48602,90002 +"261344",48602,90298 +"261345",48602,90373 +"261346",48602,91782 +"261347",48602,100229 +"261348",48602,102827 +"261349",48602,104818 +"261350",48602,104867 +"261351",48602,109636 +"261352",48602,109764 +"261353",48602,117305 +"261354",48602,118664 +"261355",48603,55189 +"261356",48603,77758 +"261357",48603,98877 +"261358",48603,99513 +"261359",48603,101858 +"261360",48603,117768 +"261361",48604,77350 +"261362",48604,87890 +"261363",48604,108672 +"261364",48604,111264 +"261365",48604,120660 +"261366",48605,56695 +"261367",48605,63075 +"261368",48605,90979 +"261369",48606,48607 +"261370",48607,54265 +"261371",48607,57212 +"261372",48607,65081 +"261373",48608,49130 +"261374",48608,57625 +"261375",48609,101243 +"261376",48609,101246 +"261377",48610,55389 +"261378",48611,75803 +"261379",48611,114441 +"261380",48612,48645 +"261381",48613,54305 +"261382",48613,117937 +"261383",48614,80090 +"261384",48614,116530 +"261385",48615,59865 +"261386",48615,83437 +"261387",48615,93836 +"261388",48615,115288 +"261389",48618,76806 +"261390",48619,105609 +"261391",48619,114154 +"261392",48619,116892 +"261393",48619,119026 +"261394",48619,121091 +"261395",48619,121210 +"261396",48619,122078 +"261397",48619,122079 +"261398",48619,122080 +"261399",48620,98270 +"261400",48620,98871 +"261401",48620,100676 +"261402",48620,114788 +"261403",48622,48659 +"261404",48624,87754 +"261405",48624,93251 +"261406",48624,120458 +"261407",48625,54060 +"261408",48625,83460 +"261409",48625,93778 +"261410",48625,118292 +"261411",48626,48723 +"261412",48626,48724 +"261413",48627,55605 +"261414",48627,62186 +"261415",48627,63986 +"261416",48627,71057 +"261417",48627,71264 +"261418",48627,71396 +"261419",48627,71409 +"261420",48627,71432 +"261421",48627,71442 +"261422",48628,75281 +"261423",48628,81320 +"261424",48628,87492 +"261425",48628,90386 +"261426",48628,111431 +"261427",48629,119853 +"261428",48630,64799 +"261429",48631,48690 +"261430",48632,48692 +"261431",48632,48739 +"261432",48632,48794 +"261433",48632,48806 +"261434",48633,49294 +"261435",48633,50712 +"261436",48633,59088 +"261437",48633,82446 +"261438",48633,82558 +"261439",48635,60693 +"261440",48636,60868 +"261441",48636,100480 +"261442",48636,104094 +"261443",48636,108068 +"261444",48638,59817 +"261445",48638,63986 +"261446",48638,65989 +"261447",48638,71557 +"261448",48638,71791 +"261449",48638,71800 +"261450",48638,71801 +"261451",48639,64208 +"261452",48639,99406 +"261453",48640,48641 +"261454",48640,48642 +"261455",48641,48642 +"261456",48642,102403 +"261457",48643,48655 +"261458",48643,48662 +"261459",48643,51068 +"261460",48643,51312 +"261461",48643,52716 +"261462",48643,65852 +"261463",48643,65874 +"261464",48643,65875 +"261465",48643,65889 +"261466",48643,65897 +"261467",48643,65908 +"261468",48643,66279 +"261469",48644,49976 +"261470",48644,52356 +"261471",48644,75715 +"261472",48644,80610 +"261473",48644,85634 +"261474",48644,91147 +"261475",48644,112124 +"261476",48644,112450 +"261477",48644,115115 +"261478",48644,117618 +"261479",48648,57619 +"261480",48649,51555 +"261481",48649,115531 +"261482",48649,117513 +"261483",48649,118274 +"261484",48650,90158 +"261485",48650,105593 +"261486",48650,121612 +"261487",48651,56095 +"261488",48651,79254 +"261489",48653,105661 +"261490",48654,100879 +"261491",48655,48662 +"261492",48655,51068 +"261493",48655,51312 +"261494",48655,52716 +"261495",48655,65852 +"261496",48655,65874 +"261497",48655,65875 +"261498",48655,65889 +"261499",48655,65897 +"261500",48655,65908 +"261501",48655,66279 +"261502",48656,97241 +"261503",48656,99287 +"261504",48658,70427 +"261505",48660,65623 +"261506",48661,98922 +"261507",48662,51312 +"261508",48663,67221 +"261509",48663,91924 +"261510",48663,100953 +"261511",48664,59210 +"261512",48664,92127 +"261513",48664,121313 +"261514",48665,48666 +"261515",48665,48766 +"261516",48665,50851 +"261517",48665,50908 +"261518",48665,67146 +"261519",48666,48766 +"261520",48666,67146 +"261521",48668,75607 +"261522",48668,88144 +"261523",48668,88579 +"261524",48669,66690 +"261525",48670,51387 +"261526",48670,82174 +"261527",48670,86185 +"261528",48670,110977 +"261529",48671,61090 +"261530",48671,62901 +"261531",48672,48733 +"261532",48672,48734 +"261533",48672,48751 +"261534",48672,48783 +"261535",48672,48785 +"261536",48672,55613 +"261537",48672,55629 +"261538",48672,55630 +"261539",48672,55646 +"261540",48672,55661 +"261541",48672,55669 +"261542",48673,48674 +"261543",48673,48675 +"261544",48673,48684 +"261545",48673,48762 +"261546",48674,48675 +"261547",48674,48684 +"261548",48674,48762 +"261549",48674,94166 +"261550",48675,48684 +"261551",48675,48762 +"261552",48675,54523 +"261553",48675,61018 +"261554",48675,61073 +"261555",48675,61164 +"261556",48676,56539 +"261557",48676,86879 +"261558",48677,95177 +"261559",48678,76098 +"261560",48679,70277 +"261561",48680,61416 +"261562",48681,60474 +"261563",48681,89809 +"261564",48681,100503 +"261565",48682,50541 +"261566",48682,54627 +"261567",48682,54924 +"261568",48682,65518 +"261569",48682,66782 +"261570",48682,73820 +"261571",48682,76785 +"261572",48682,79087 +"261573",48682,89446 +"261574",48682,94573 +"261575",48682,102933 +"261576",48682,114382 +"261577",48683,77099 +"261578",48683,98413 +"261579",48683,115506 +"261580",48683,117530 +"261581",48683,117531 +"261582",48683,121003 +"261583",48684,48762 +"261584",48685,119862 +"261585",48687,54005 +"261586",48687,61149 +"261587",48687,61658 +"261588",48687,67105 +"261589",48688,48812 +"261590",48688,49260 +"261591",48688,53390 +"261592",48688,53491 +"261593",48688,53711 +"261594",48688,62044 +"261595",48688,69597 +"261596",48688,78384 +"261597",48688,84816 +"261598",48688,119149 +"261599",48689,51048 +"261600",48690,54160 +"261601",48690,54187 +"261602",48690,58022 +"261603",48691,50500 +"261604",48691,84764 +"261605",48692,48739 +"261606",48692,48794 +"261607",48692,48806 +"261608",48692,59010 +"261609",48692,70117 +"261610",48693,87206 +"261611",48693,94532 +"261612",48693,95535 +"261613",48693,100081 +"261614",48693,110552 +"261615",48694,62104 +"261616",48694,64835 +"261617",48694,77500 +"261618",48694,77504 +"261619",48694,77527 +"261620",48694,77573 +"261621",48694,77583 +"261622",48694,77588 +"261623",48695,51829 +"261624",48695,88524 +"261625",48696,64122 +"261626",48697,48740 +"261627",48697,92907 +"261628",48698,48982 +"261629",48698,49362 +"261630",48698,52141 +"261631",48698,55440 +"261632",48698,65884 +"261633",48698,88699 +"261634",48699,121076 +"261635",48702,77111 +"261636",48702,90008 +"261637",48702,90009 +"261638",48704,68110 +"261639",48704,68118 +"261640",48704,72571 +"261641",48704,90135 +"261642",48705,52223 +"261643",48705,112303 +"261644",48705,117468 +"261645",48705,117479 +"261646",48705,122570 +"261647",48706,70423 +"261648",48707,49300 +"261649",48707,50397 +"261650",48707,51902 +"261651",48707,56248 +"261652",48707,57582 +"261653",48707,66744 +"261654",48707,68569 +"261655",48707,73344 +"261656",48707,75025 +"261657",48707,77257 +"261658",48707,80305 +"261659",48707,88626 +"261660",48707,101967 +"261661",48707,106576 +"261662",48707,106747 +"261663",48707,107797 +"261664",48707,109958 +"261665",48707,111335 +"261666",48707,111621 +"261667",48707,115910 +"261668",48708,91001 +"261669",48708,91006 +"261670",48708,92704 +"261671",48708,92705 +"261672",48709,67156 +"261673",48709,68831 +"261674",48709,85153 +"261675",48709,87611 +"261676",48709,91988 +"261677",48709,94088 +"261678",48709,94138 +"261679",48709,109181 +"261680",48710,70209 +"261681",48710,113567 +"261682",48711,48741 +"261683",48711,48773 +"261684",48711,58800 +"261685",48711,79653 +"261686",48711,88928 +"261687",48712,49125 +"261688",48712,49884 +"261689",48712,50345 +"261690",48712,67939 +"261691",48712,77676 +"261692",48712,80137 +"261693",48712,81848 +"261694",48712,86102 +"261695",48712,91219 +"261696",48712,91465 +"261697",48712,103324 +"261698",48712,106975 +"261699",48712,108912 +"261700",48712,120907 +"261701",48713,84042 +"261702",48714,48730 +"261703",48714,84544 +"261704",48714,86250 +"261705",48715,51288 +"261706",48715,56614 +"261707",48715,67246 +"261708",48716,48732 +"261709",48716,61216 +"261710",48716,68795 +"261711",48717,48778 +"261712",48717,66007 +"261713",48718,60104 +"261714",48718,62991 +"261715",48718,78827 +"261716",48718,122505 +"261717",48719,66670 +"261718",48719,94580 +"261719",48719,98524 +"261720",48723,48724 +"261721",48723,57661 +"261722",48723,58173 +"261723",48724,74142 +"261724",48724,74164 +"261725",48725,106903 +"261726",48726,66741 +"261727",48727,64849 +"261728",48729,82403 +"261729",48731,73448 +"261730",48731,77407 +"261731",48731,81812 +"261732",48732,68795 +"261733",48732,92339 +"261734",48732,98587 +"261735",48733,48734 +"261736",48733,48751 +"261737",48733,48783 +"261738",48733,48785 +"261739",48733,55613 +"261740",48733,55629 +"261741",48733,55630 +"261742",48733,55646 +"261743",48733,55661 +"261744",48733,55669 +"261745",48733,64212 +"261746",48734,48751 +"261747",48734,48783 +"261748",48734,48785 +"261749",48735,50135 +"261750",48735,53491 +"261751",48735,63694 +"261752",48735,66682 +"261753",48736,62820 +"261754",48736,83480 +"261755",48737,82184 +"261756",48738,54231 +"261757",48738,54895 +"261758",48739,48794 +"261759",48739,48806 +"261760",48739,78565 +"261761",48739,121491 +"261762",48739,121494 +"261763",48741,48773 +"261764",48741,79653 +"261765",48741,120664 +"261766",48742,112233 +"261767",48744,52603 +"261768",48744,62985 +"261769",48744,75371 +"261770",48744,81343 +"261771",48744,99731 +"261772",48744,101323 +"261773",48744,102845 +"261774",48744,104957 +"261775",48744,109815 +"261776",48744,111066 +"261777",48744,113278 +"261778",48744,113314 +"261779",48744,114723 +"261780",48744,116644 +"261781",48744,117804 +"261782",48744,121414 +"261783",48744,122345 +"261784",48744,122353 +"261785",48744,122358 +"261786",48744,122360 +"261787",48744,122366 +"261788",48744,122367 +"261789",48744,122376 +"261790",48744,122383 +"261791",48744,122393 +"261792",48744,122394 +"261793",48744,122398 +"261794",48744,122402 +"261795",48744,122403 +"261796",48744,122409 +"261797",48744,122412 +"261798",48744,122414 +"261799",48744,122415 +"261800",48744,122417 +"261801",48744,122418 +"261802",48744,122421 +"261803",48744,122422 +"261804",48744,122437 +"261805",48744,122438 +"261806",48744,122440 +"261807",48744,123424 +"261808",48746,68240 +"261809",48747,61959 +"261810",48747,81232 +"261811",48747,91709 +"261812",48748,104617 +"261813",48749,83650 +"261814",48750,83529 +"261815",48750,84382 +"261816",48751,48783 +"261817",48751,48785 +"261818",48751,55613 +"261819",48751,55629 +"261820",48751,55630 +"261821",48751,55646 +"261822",48751,55661 +"261823",48751,55669 +"261824",48753,80325 +"261825",48754,52904 +"261826",48755,67163 +"261827",48756,48757 +"261828",48756,48782 +"261829",48757,48782 +"261830",48758,51496 +"261831",48758,69117 +"261832",48758,78278 +"261833",48758,81159 +"261834",48758,81878 +"261835",48758,84889 +"261836",48758,90169 +"261837",48759,85029 +"261838",48761,80036 +"261839",48761,93054 +"261840",48761,116955 +"261841",48761,117969 +"261842",48762,87142 +"261843",48762,89172 +"261844",48762,90064 +"261845",48762,90065 +"261846",48762,90554 +"261847",48763,70223 +"261848",48763,76634 +"261849",48763,77521 +"261850",48763,84978 +"261851",48764,48797 +"261852",48764,48798 +"261853",48764,51387 +"261854",48764,51989 +"261855",48764,68501 +"261856",48764,75862 +"261857",48764,80972 +"261858",48764,83191 +"261859",48764,89979 +"261860",48764,92110 +"261861",48764,92261 +"261862",48764,92325 +"261863",48764,100064 +"261864",48764,100625 +"261865",48764,102764 +"261866",48764,108976 +"261867",48764,110023 +"261868",48764,111504 +"261869",48764,118635 +"261870",48764,118931 +"261871",48765,51396 +"261872",48765,55820 +"261873",48765,55913 +"261874",48765,67191 +"261875",48765,82522 +"261876",48765,84892 +"261877",48765,100444 +"261878",48768,51526 +"261879",48768,84565 +"261880",48768,88259 +"261881",48770,54538 +"261882",48771,67700 +"261883",48771,67764 +"261884",48774,87360 +"261885",48775,48776 +"261886",48776,92111 +"261887",48776,93685 +"261888",48777,71283 +"261889",48779,48903 +"261890",48779,52123 +"261891",48779,64255 +"261892",48779,94427 +"261893",48779,99966 +"261894",48779,109130 +"261895",48780,85907 +"261896",48780,94310 +"261897",48781,70596 +"261898",48781,79639 +"261899",48781,80186 +"261900",48781,81622 +"261901",48781,86195 +"261902",48781,86214 +"261903",48781,86223 +"261904",48781,86230 +"261905",48781,88192 +"261906",48781,90852 +"261907",48781,100084 +"261908",48781,100359 +"261909",48781,112808 +"261910",48783,48785 +"261911",48783,103029 +"261912",48784,52069 +"261913",48786,61301 +"261914",48786,61666 +"261915",48786,76936 +"261916",48786,95424 +"261917",48788,81781 +"261918",48789,77029 +"261919",48789,85419 +"261920",48790,111959 +"261921",48791,117167 +"261922",48792,48793 +"261923",48792,52782 +"261924",48792,97257 +"261925",48792,115058 +"261926",48792,122292 +"261927",48794,48806 +"261928",48794,70117 +"261929",48795,76225 +"261930",48795,81988 +"261931",48797,48798 +"261932",48797,54165 +"261933",48798,54165 +"261934",48798,118024 +"261935",48798,118931 +"261936",48799,68478 +"261937",48800,51377 +"261938",48801,62302 +"261939",48801,100874 +"261940",48802,56107 +"261941",48802,75470 +"261942",48802,76299 +"261943",48802,78576 +"261944",48802,100851 +"261945",48802,101009 +"261946",48802,101161 +"261947",48802,102331 +"261948",48804,73010 +"261949",48806,68458 +"261950",48806,70117 +"261951",48806,80725 +"261952",48806,95233 +"261953",48806,99802 +"261954",48806,115383 +"261955",48807,62908 +"261956",48807,64966 +"261957",48807,65079 +"261958",48808,56148 +"261959",48808,61268 +"261960",48808,116119 +"261961",48809,49997 +"261962",48809,74669 +"261963",48810,57028 +"261964",48810,119962 +"261965",48811,73081 +"261966",48812,49260 +"261967",48812,53491 +"261968",48812,54570 +"261969",48812,54895 +"261970",48812,60917 +"261971",48812,69597 +"261972",48812,75607 +"261973",48812,84327 +"261974",48812,84816 +"261975",48812,86608 +"261976",48812,89922 +"261977",48812,119648 +"261978",48813,73672 +"261979",48813,74181 +"261980",48814,53096 +"261981",48814,53446 +"261982",48814,54142 +"261983",48814,57568 +"261984",48814,58268 +"261985",48814,58951 +"261986",48814,91321 +"261987",48814,110125 +"261988",48814,110992 +"261989",48814,116456 +"261990",48816,53120 +"261991",48816,53152 +"261992",48816,63048 +"261993",48817,112036 +"261994",48818,113679 +"261995",48820,52843 +"261996",48820,53917 +"261997",48820,86388 +"261998",48820,86617 +"261999",48821,61529 +"262000",48822,50764 +"262001",48822,51501 +"262002",48822,51924 +"262003",48822,52306 +"262004",48822,54408 +"262005",48822,57897 +"262006",48822,57928 +"262007",48822,58287 +"262008",48822,58434 +"262009",48822,61710 +"262010",48822,76105 +"262011",48822,78330 +"262012",48822,79660 +"262013",48822,84603 +"262014",48822,101840 +"262015",48822,110227 +"262016",48822,110885 +"262017",48822,110936 +"262018",48823,48980 +"262019",48823,68236 +"262020",48823,76580 +"262021",48823,79359 +"262022",48823,95879 +"262023",48824,64026 +"262024",48825,63174 +"262025",48825,118419 +"262026",48825,121062 +"262027",48826,64936 +"262028",48826,64951 +"262029",48827,51864 +"262030",48827,62605 +"262031",48827,65580 +"262032",48827,73389 +"262033",48827,95849 +"262034",48827,117252 +"262035",48828,54904 +"262036",48828,69510 +"262037",48828,69740 +"262038",48828,114158 +"262039",48829,51410 +"262040",48829,51987 +"262041",48829,69759 +"262042",48829,71296 +"262043",48829,73047 +"262044",48829,83165 +"262045",48829,83180 +"262046",48829,92648 +"262047",48829,111049 +"262048",48831,48857 +"262049",48832,68688 +"262050",48833,53758 +"262051",48833,53790 +"262052",48833,61807 +"262053",48833,72354 +"262054",48835,48862 +"262055",48836,48869 +"262056",48836,52517 +"262057",48836,77576 +"262058",48836,94945 +"262059",48838,70253 +"262060",48839,52035 +"262061",48841,48933 +"262062",48841,75002 +"262063",48843,54876 +"262064",48843,83186 +"262065",48843,89287 +"262066",48843,100794 +"262067",48844,49054 +"262068",48844,63026 +"262069",48845,87709 +"262070",48845,111186 +"262071",48847,48912 +"262072",48847,50316 +"262073",48847,84334 +"262074",48848,48849 +"262075",48849,65549 +"262076",48849,72648 +"262077",48850,60341 +"262078",48851,48899 +"262079",48855,70625 +"262080",48855,72737 +"262081",48855,78757 +"262082",48855,81405 +"262083",48856,60385 +"262084",48858,54179 +"262085",48858,63773 +"262086",48858,67227 +"262087",48858,70032 +"262088",48858,76826 +"262089",48858,80451 +"262090",48858,82112 +"262091",48858,86025 +"262092",48858,88536 +"262093",48858,89298 +"262094",48858,92553 +"262095",48858,98911 +"262096",48858,105119 +"262097",48858,105181 +"262098",48858,107008 +"262099",48858,107043 +"262100",48858,107044 +"262101",48858,111402 +"262102",48860,75645 +"262103",48860,79405 +"262104",48861,52597 +"262105",48861,63477 +"262106",48861,80829 +"262107",48861,102994 +"262108",48861,122127 +"262109",48862,71993 +"262110",48863,49518 +"262111",48864,53466 +"262112",48864,57037 +"262113",48864,83560 +"262114",48864,83889 +"262115",48864,105817 +"262116",48864,107788 +"262117",48865,48940 +"262118",48865,57785 +"262119",48865,72375 +"262120",48865,75534 +"262121",48866,106103 +"262122",48866,106137 +"262123",48867,52050 +"262124",48868,63631 +"262125",48868,118608 +"262126",48869,52517 +"262127",48869,70024 +"262128",48870,65743 +"262129",48871,50254 +"262130",48871,53497 +"262131",48871,67556 +"262132",48871,86677 +"262133",48871,97275 +"262134",48871,100241 +"262135",48872,51688 +"262136",48872,52873 +"262137",48872,52874 +"262138",48872,55717 +"262139",48872,67285 +"262140",48872,68243 +"262141",48872,77080 +"262142",48872,93683 +"262143",48872,111612 +"262144",48873,91088 +"262145",48874,49394 +"262146",48875,57487 +"262147",48875,64989 +"262148",48875,80721 +"262149",48875,81050 +"262150",48875,81063 +"262151",48876,65819 +"262152",48876,69857 +"262153",48876,82346 +"262154",48877,70395 +"262155",48877,119897 +"262156",48878,69329 +"262157",48881,49469 +"262158",48881,56159 +"262159",48881,60109 +"262160",48881,116824 +"262161",48881,120577 +"262162",48881,120650 +"262163",48883,49062 +"262164",48883,60030 +"262165",48883,60061 +"262166",48883,60074 +"262167",48883,60079 +"262168",48883,60191 +"262169",48883,60326 +"262170",48883,60763 +"262171",48885,50184 +"262172",48885,50660 +"262173",48885,69564 +"262174",48885,69631 +"262175",48885,89495 +"262176",48886,62004 +"262177",48886,62351 +"262178",48886,85135 +"262179",48886,88149 +"262180",48888,57275 +"262181",48888,57276 +"262182",48888,57491 +"262183",48888,70437 +"262184",48888,73926 +"262185",48888,74907 +"262186",48888,74935 +"262187",48888,77449 +"262188",48888,83296 +"262189",48888,84362 +"262190",48888,88253 +"262191",48889,56965 +"262192",48890,101640 +"262193",48891,96524 +"262194",48892,61330 +"262195",48892,88723 +"262196",48892,92291 +"262197",48892,92315 +"262198",48892,121077 +"262199",48893,48894 +"262200",48894,55085 +"262201",48895,78025 +"262202",48895,78316 +"262203",48895,82949 +"262204",48895,87169 +"262205",48896,87888 +"262206",48896,101085 +"262207",48899,52107 +"262208",48900,52283 +"262209",48900,53722 +"262210",48900,60741 +"262211",48900,69347 +"262212",48900,93571 +"262213",48900,107952 +"262214",48900,111497 +"262215",48900,121321 +"262216",48900,121329 +"262217",48900,121335 +"262218",48900,121342 +"262219",48900,121392 +"262220",48903,52123 +"262221",48903,94427 +"262222",48903,99966 +"262223",48903,109130 +"262224",48905,59418 +"262225",48905,97436 +"262226",48905,98835 +"262227",48905,105214 +"262228",48905,117396 +"262229",48906,54773 +"262230",48906,76396 +"262231",48906,94719 +"262232",48906,101996 +"262233",48908,63167 +"262234",48909,49859 +"262235",48909,50064 +"262236",48909,50067 +"262237",48909,50554 +"262238",48909,50879 +"262239",48909,51783 +"262240",48909,52018 +"262241",48909,53444 +"262242",48909,53527 +"262243",48909,53555 +"262244",48909,54275 +"262245",48909,56628 +"262246",48909,58004 +"262247",48909,58068 +"262248",48909,58633 +"262249",48909,61111 +"262250",48909,61127 +"262251",48909,68287 +"262252",48911,68350 +"262253",48911,94055 +"262254",48913,49147 +"262255",48913,69134 +"262256",48915,63109 +"262257",48916,77482 +"262258",48916,100125 +"262259",48916,111404 +"262260",48917,49214 +"262261",48917,51368 +"262262",48917,69992 +"262263",48918,49150 +"262264",48918,49201 +"262265",48918,49224 +"262266",48918,60182 +"262267",48918,64139 +"262268",48918,67978 +"262269",48918,72438 +"262270",48918,88396 +"262271",48918,89743 +"262272",48918,91734 +"262273",48918,94602 +"262274",48918,107383 +"262275",48919,55755 +"262276",48919,92331 +"262277",48922,95002 +"262278",48923,72779 +"262279",48923,89343 +"262280",48923,108732 +"262281",48924,48925 +"262282",48925,50884 +"262283",48925,68257 +"262284",48928,53864 +"262285",48929,56284 +"262286",48929,85503 +"262287",48931,66017 +"262288",48931,67020 +"262289",48932,49144 +"262290",48932,63409 +"262291",48935,95257 +"262292",48935,95387 +"262293",48938,57006 +"262294",48938,80708 +"262295",48938,86390 +"262296",48938,107006 +"262297",48941,122009 +"262298",48942,56719 +"262299",48942,57471 +"262300",48943,76575 +"262301",48943,100298 +"262302",48943,107672 +"262303",48945,49011 +"262304",48945,49153 +"262305",48945,66245 +"262306",48945,67649 +"262307",48945,69562 +"262308",48945,69586 +"262309",48945,69634 +"262310",48946,83728 +"262311",48948,102826 +"262312",48948,107078 +"262313",48949,65204 +"262314",48950,59261 +"262315",48951,49016 +"262316",48952,49106 +"262317",48952,58236 +"262318",48952,61619 +"262319",48952,65941 +"262320",48952,66643 +"262321",48952,66704 +"262322",48953,56685 +"262323",48953,92829 +"262324",48954,73906 +"262325",48955,49854 +"262326",48955,54173 +"262327",48955,54242 +"262328",48955,56850 +"262329",48955,59975 +"262330",48955,67252 +"262331",48955,78334 +"262332",48955,91152 +"262333",48955,91174 +"262334",48955,96472 +"262335",48955,104098 +"262336",48955,107585 +"262337",48955,109194 +"262338",48955,109962 +"262339",48955,110016 +"262340",48955,116774 +"262341",48956,56268 +"262342",48956,80076 +"262343",48956,80128 +"262344",48956,80129 +"262345",48958,48964 +"262346",48958,49044 +"262347",48959,111450 +"262348",48960,48989 +"262349",48960,49048 +"262350",48960,102234 +"262351",48961,50832 +"262352",48961,110062 +"262353",48962,86138 +"262354",48963,49455 +"262355",48963,94053 +"262356",48963,109881 +"262357",48964,49044 +"262358",48964,51802 +"262359",48964,75444 +"262360",48966,73700 +"262361",48966,77167 +"262362",48966,95738 +"262363",48967,63412 +"262364",48967,74799 +"262365",48967,81366 +"262366",48967,86151 +"262367",48967,93317 +"262368",48968,60364 +"262369",48968,104845 +"262370",48969,48977 +"262371",48969,48983 +"262372",48969,49005 +"262373",48969,49010 +"262374",48969,49028 +"262375",48970,54057 +"262376",48970,59935 +"262377",48971,61098 +"262378",48971,86301 +"262379",48972,49977 +"262380",48972,51528 +"262381",48972,96248 +"262382",48972,120840 +"262383",48973,52326 +"262384",48973,52358 +"262385",48973,69590 +"262386",48975,117648 +"262387",48976,108405 +"262388",48977,48983 +"262389",48977,49005 +"262390",48977,49010 +"262391",48977,49028 +"262392",48978,80954 +"262393",48979,49559 +"262394",48979,61127 +"262395",48980,52280 +"262396",48980,54488 +"262397",48980,54497 +"262398",48980,54816 +"262399",48981,49037 +"262400",48981,49271 +"262401",48981,59184 +"262402",48981,70449 +"262403",48981,73549 +"262404",48981,101840 +"262405",48981,116343 +"262406",48981,116590 +"262407",48982,49362 +"262408",48982,52141 +"262409",48982,104222 +"262410",48983,49005 +"262411",48983,49010 +"262412",48983,49028 +"262413",48984,56770 +"262414",48984,62733 +"262415",48986,51293 +"262416",48986,53534 +"262417",48986,112368 +"262418",48986,119002 +"262419",48987,104693 +"262420",48988,54679 +"262421",48988,57597 +"262422",48988,61121 +"262423",48989,49048 +"262424",48989,64768 +"262425",48989,83150 +"262426",48989,112688 +"262427",48990,49000 +"262428",48990,100073 +"262429",48990,103342 +"262430",48992,49716 +"262431",48992,56859 +"262432",48992,59562 +"262433",48992,61702 +"262434",48992,62137 +"262435",48992,62228 +"262436",48992,62296 +"262437",48992,62739 +"262438",48992,66523 +"262439",48992,71510 +"262440",48992,72065 +"262441",48992,72069 +"262442",48992,72070 +"262443",48992,72072 +"262444",48992,72077 +"262445",48992,72088 +"262446",48992,72102 +"262447",48992,72106 +"262448",48992,72107 +"262449",48993,63460 +"262450",48993,95734 +"262451",48993,107670 +"262452",48996,52125 +"262453",48996,54272 +"262454",48996,62278 +"262455",48996,108699 +"262456",48996,117158 +"262457",48998,90943 +"262458",48998,92173 +"262459",49001,51552 +"262460",49001,80413 +"262461",49001,86387 +"262462",49001,89927 +"262463",49002,49784 +"262464",49002,62248 +"262465",49002,62264 +"262466",49002,62265 +"262467",49002,98291 +"262468",49004,49030 +"262469",49004,49045 +"262470",49004,49590 +"262471",49004,69024 +"262472",49005,49010 +"262473",49005,49028 +"262474",49006,63176 +"262475",49008,70007 +"262476",49008,85849 +"262477",49009,57376 +"262478",49009,62159 +"262479",49009,66637 +"262480",49009,67075 +"262481",49009,67596 +"262482",49009,69101 +"262483",49009,72069 +"262484",49010,49028 +"262485",49011,49153 +"262486",49012,68134 +"262487",49015,66988 +"262488",49015,70339 +"262489",49015,107256 +"262490",49017,59673 +"262491",49017,62074 +"262492",49017,63731 +"262493",49017,66616 +"262494",49017,67175 +"262495",49017,67659 +"262496",49017,70688 +"262497",49017,70733 +"262498",49018,57483 +"262499",49019,51575 +"262500",49019,53740 +"262501",49019,53840 +"262502",49019,85432 +"262503",49019,89175 +"262504",49019,89942 +"262505",49020,52820 +"262506",49021,49040 +"262507",49021,49050 +"262508",49023,49241 +"262509",49023,119622 +"262510",49024,93197 +"262511",49024,96119 +"262512",49025,50252 +"262513",49026,49027 +"262514",49029,52712 +"262515",49029,52746 +"262516",49030,49045 +"262517",49030,49590 +"262518",49031,64502 +"262519",49032,67264 +"262520",49033,49215 +"262521",49033,72032 +"262522",49035,98795 +"262523",49035,107414 +"262524",49038,68696 +"262525",49038,78404 +"262526",49038,104804 +"262527",49038,118987 +"262528",49038,118990 +"262529",49039,55502 +"262530",49039,84682 +"262531",49040,49050 +"262532",49041,72730 +"262533",49041,79245 +"262534",49041,84389 +"262535",49041,90757 +"262536",49041,122875 +"262537",49042,49118 +"262538",49042,52941 +"262539",49042,112266 +"262540",49044,65998 +"262541",49044,66416 +"262542",49044,101461 +"262543",49044,105351 +"262544",49044,120677 +"262545",49044,120727 +"262546",49045,49590 +"262547",49046,54274 +"262548",49046,67998 +"262549",49046,91184 +"262550",49048,61527 +"262551",49048,66155 +"262552",49048,87186 +"262553",49049,64830 +"262554",49049,68790 +"262555",49051,58804 +"262556",49051,90262 +"262557",49051,121867 +"262558",49051,121869 +"262559",49052,64380 +"262560",49052,74493 +"262561",49052,105900 +"262562",49052,117262 +"262563",49053,51061 +"262564",49053,51081 +"262565",49053,122882 +"262566",49054,56355 +"262567",49055,56852 +"262568",49055,90002 +"262569",49057,53262 +"262570",49057,55812 +"262571",49057,55831 +"262572",49057,55832 +"262573",49057,55854 +"262574",49057,55863 +"262575",49057,55872 +"262576",49057,55903 +"262577",49057,55915 +"262578",49057,55916 +"262579",49057,65905 +"262580",49060,105526 +"262581",49063,55000 +"262582",49063,90034 +"262583",49063,99087 +"262584",49063,122217 +"262585",49064,64468 +"262586",49064,72520 +"262587",49064,76925 +"262588",49064,80139 +"262589",49064,80624 +"262590",49064,82474 +"262591",49064,86312 +"262592",49064,96428 +"262593",49064,96787 +"262594",49064,111339 +"262595",49066,96738 +"262596",49068,57061 +"262597",49068,59768 +"262598",49069,105049 +"262599",49071,72597 +"262600",49072,102229 +"262601",49073,49086 +"262602",49075,52211 +"262603",49075,54263 +"262604",49075,54685 +"262605",49075,86558 +"262606",49077,49079 +"262607",49077,68335 +"262608",49078,53775 +"262609",49078,66247 +"262610",49078,71489 +"262611",49078,78074 +"262612",49078,80638 +"262613",49078,85066 +"262614",49078,94655 +"262615",49078,95263 +"262616",49078,106712 +"262617",49078,114816 +"262618",49081,51313 +"262619",49081,60916 +"262620",49081,77663 +"262621",49083,72838 +"262622",49083,87711 +"262623",49084,50236 +"262624",49084,59939 +"262625",49084,61920 +"262626",49084,72326 +"262627",49084,77839 +"262628",49084,94671 +"262629",49084,97237 +"262630",49084,101793 +"262631",49085,65418 +"262632",49085,65436 +"262633",49086,69706 +"262634",49086,73898 +"262635",49087,51035 +"262636",49087,69712 +"262637",49087,78089 +"262638",49087,119558 +"262639",49088,49172 +"262640",49089,49188 +"262641",49089,59301 +"262642",49089,64181 +"262643",49089,76360 +"262644",49089,82262 +"262645",49089,104967 +"262646",49090,98597 +"262647",49091,64176 +"262648",49091,67908 +"262649",49091,91974 +"262650",49091,119727 +"262651",49092,60300 +"262652",49092,60321 +"262653",49093,49157 +"262654",49093,80724 +"262655",49094,49623 +"262656",49094,62568 +"262657",49094,65316 +"262658",49094,90025 +"262659",49094,97424 +"262660",49094,104626 +"262661",49094,120481 +"262662",49097,55809 +"262663",49097,59578 +"262664",49098,54797 +"262665",49098,55423 +"262666",49099,49272 +"262667",49100,52237 +"262668",49100,52253 +"262669",49100,52271 +"262670",49100,104461 +"262671",49101,107287 +"262672",49101,107302 +"262673",49102,93291 +"262674",49103,49150 +"262675",49104,95828 +"262676",49104,114583 +"262677",49106,53344 +"262678",49106,57094 +"262679",49106,58898 +"262680",49106,59147 +"262681",49106,59237 +"262682",49106,59359 +"262683",49106,61563 +"262684",49106,61619 +"262685",49106,61867 +"262686",49106,62007 +"262687",49106,62078 +"262688",49106,62212 +"262689",49106,62375 +"262690",49106,62633 +"262691",49106,63395 +"262692",49106,64384 +"262693",49106,64408 +"262694",49106,64418 +"262695",49106,64511 +"262696",49106,64933 +"262697",49106,65230 +"262698",49106,65941 +"262699",49106,66145 +"262700",49106,66636 +"262701",49106,66643 +"262702",49106,66704 +"262703",49106,67503 +"262704",49106,67721 +"262705",49106,67927 +"262706",49106,68816 +"262707",49106,68909 +"262708",49106,68938 +"262709",49106,69332 +"262710",49106,69681 +"262711",49106,70610 +"262712",49106,70611 +"262713",49106,70725 +"262714",49106,71211 +"262715",49106,71505 +"262716",49106,71887 +"262717",49106,71898 +"262718",49106,75412 +"262719",49107,58550 +"262720",49108,89964 +"262721",49108,120595 +"262722",49109,52479 +"262723",49109,53280 +"262724",49109,55394 +"262725",49110,57311 +"262726",49110,60133 +"262727",49112,49145 +"262728",49113,64094 +"262729",49113,89912 +"262730",49115,69635 +"262731",49115,89782 +"262732",49115,95050 +"262733",49117,78591 +"262734",49117,83397 +"262735",49117,92554 +"262736",49118,102053 +"262737",49119,55025 +"262738",49119,55905 +"262739",49119,81831 +"262740",49119,101138 +"262741",49120,82344 +"262742",49120,103642 +"262743",49121,64987 +"262744",49121,67841 +"262745",49121,79857 +"262746",49121,82307 +"262747",49121,87370 +"262748",49122,69113 +"262749",49123,49146 +"262750",49124,49987 +"262751",49125,60726 +"262752",49125,69830 +"262753",49125,80137 +"262754",49125,82803 +"262755",49125,83846 +"262756",49125,84796 +"262757",49125,86102 +"262758",49125,88348 +"262759",49125,91219 +"262760",49125,91823 +"262761",49125,93123 +"262762",49125,106011 +"262763",49125,106020 +"262764",49127,49202 +"262765",49127,49218 +"262766",49127,49256 +"262767",49128,55293 +"262768",49128,101980 +"262769",49128,111849 +"262770",49129,52576 +"262771",49131,49295 +"262772",49132,50109 +"262773",49132,64424 +"262774",49132,115046 +"262775",49136,80677 +"262776",49136,80695 +"262777",49137,67999 +"262778",49138,59806 +"262779",49138,79534 +"262780",49139,59009 +"262781",49139,61746 +"262782",49141,53393 +"262783",49141,64662 +"262784",49141,88745 +"262785",49141,120807 +"262786",49142,54958 +"262787",49142,68884 +"262788",49142,81504 +"262789",49142,105435 +"262790",49143,52594 +"262791",49143,95718 +"262792",49143,98010 +"262793",49143,106637 +"262794",49143,109272 +"262795",49144,50367 +"262796",49144,55201 +"262797",49144,81781 +"262798",49146,102808 +"262799",49146,112923 +"262800",49147,52186 +"262801",49147,59470 +"262802",49147,59804 +"262803",49147,62458 +"262804",49147,65979 +"262805",49147,73230 +"262806",49147,80570 +"262807",49147,82522 +"262808",49147,82573 +"262809",49147,108678 +"262810",49148,53837 +"262811",49148,91978 +"262812",49148,92585 +"262813",49148,93483 +"262814",49148,102702 +"262815",49149,49997 +"262816",49149,50209 +"262817",49149,59087 +"262818",49150,64139 +"262819",49150,67978 +"262820",49150,68215 +"262821",49150,96675 +"262822",49151,56510 +"262823",49152,62227 +"262824",49152,64056 +"262825",49152,77475 +"262826",49154,113203 +"262827",49155,57791 +"262828",49155,58057 +"262829",49156,88806 +"262830",49157,75452 +"262831",49158,50342 +"262832",49158,109727 +"262833",49160,49943 +"262834",49160,85514 +"262835",49160,89386 +"262836",49162,86752 +"262837",49162,87846 +"262838",49163,68327 +"262839",49163,71137 +"262840",49164,51139 +"262841",49164,67741 +"262842",49164,68044 +"262843",49164,69174 +"262844",49164,114042 +"262845",49164,117996 +"262846",49165,49299 +"262847",49166,49167 +"262848",49167,118021 +"262849",49168,76937 +"262850",49168,93264 +"262851",49168,112941 +"262852",49169,110916 +"262853",49170,50206 +"262854",49170,75794 +"262855",49171,58183 +"262856",49171,107884 +"262857",49171,115263 +"262858",49173,97206 +"262859",49174,61015 +"262860",49174,93548 +"262861",49175,49563 +"262862",49176,49290 +"262863",49177,76152 +"262864",49178,54124 +"262865",49179,52055 +"262866",49179,62461 +"262867",49179,88094 +"262868",49179,97574 +"262869",49179,109143 +"262870",49179,109150 +"262871",49179,123296 +"262872",49180,74654 +"262873",49180,75954 +"262874",49180,81695 +"262875",49181,64315 +"262876",49181,64602 +"262877",49182,69718 +"262878",49182,76572 +"262879",49182,99078 +"262880",49182,99186 +"262881",49183,61894 +"262882",49184,56448 +"262883",49184,64400 +"262884",49184,90820 +"262885",49184,99414 +"262886",49184,103101 +"262887",49184,114067 +"262888",49185,56282 +"262889",49185,75275 +"262890",49186,67726 +"262891",49187,114717 +"262892",49188,59301 +"262893",49188,62256 +"262894",49188,64181 +"262895",49188,81272 +"262896",49188,82003 +"262897",49188,112796 +"262898",49188,115258 +"262899",49189,53369 +"262900",49189,79023 +"262901",49189,87765 +"262902",49189,91917 +"262903",49189,93357 +"262904",49189,99103 +"262905",49189,99301 +"262906",49189,101324 +"262907",49189,109350 +"262908",49189,111188 +"262909",49189,111190 +"262910",49189,121269 +"262911",49190,52416 +"262912",49190,56520 +"262913",49191,49205 +"262914",49191,49233 +"262915",49191,49275 +"262916",49191,49285 +"262917",49191,49288 +"262918",49191,49316 +"262919",49191,57170 +"262920",49191,57217 +"262921",49192,53499 +"262922",49192,78638 +"262923",49192,101313 +"262924",49192,103282 +"262925",49194,49302 +"262926",49194,54606 +"262927",49194,56388 +"262928",49194,60828 +"262929",49194,69603 +"262930",49194,89223 +"262931",49194,91553 +"262932",49194,91614 +"262933",49195,61402 +"262934",49197,71106 +"262935",49197,111176 +"262936",49197,122164 +"262937",49198,49243 +"262938",49199,67249 +"262939",49200,53350 +"262940",49200,59367 +"262941",49200,64862 +"262942",49201,69121 +"262943",49201,112506 +"262944",49202,49218 +"262945",49202,49256 +"262946",49202,56126 +"262947",49203,49242 +"262948",49203,81039 +"262949",49204,49286 +"262950",49204,49306 +"262951",49205,49233 +"262952",49205,49275 +"262953",49205,49285 +"262954",49205,49288 +"262955",49205,49316 +"262956",49206,88804 +"262957",49207,95646 +"262958",49207,107409 +"262959",49208,49215 +"262960",49208,49244 +"262961",49209,49210 +"262962",49211,60811 +"262963",49211,61989 +"262964",49211,72081 +"262965",49211,87814 +"262966",49211,89832 +"262967",49212,66039 +"262968",49212,80508 +"262969",49212,91772 +"262970",49212,97240 +"262971",49212,99555 +"262972",49212,111504 +"262973",49212,118806 +"262974",49213,49601 +"262975",49213,108235 +"262976",49214,69992 +"262977",49214,71400 +"262978",49215,49244 +"262979",49215,120673 +"262980",49216,49227 +"262981",49216,54783 +"262982",49216,57174 +"262983",49216,57178 +"262984",49216,92478 +"262985",49216,99280 +"262986",49216,114635 +"262987",49216,121830 +"262988",49217,49230 +"262989",49217,55851 +"262990",49217,61529 +"262991",49217,66696 +"262992",49217,73777 +"262993",49217,90745 +"262994",49217,100510 +"262995",49217,119843 +"262996",49218,49256 +"262997",49218,58545 +"262998",49219,49905 +"262999",49219,54993 +"263000",49219,92137 +"263001",49220,63542 +"263002",49221,49284 +"263003",49221,49403 +"263004",49221,76944 +"263005",49221,104184 +"263006",49221,104220 +"263007",49223,76534 +"263008",49224,117114 +"263009",49224,117138 +"263010",49225,80097 +"263011",49225,82882 +"263012",49225,83776 +"263013",49226,49961 +"263014",49226,50445 +"263015",49226,61447 +"263016",49226,91002 +"263017",49227,99280 +"263018",49227,99283 +"263019",49228,56725 +"263020",49228,57891 +"263021",49228,64591 +"263022",49229,58693 +"263023",49229,68376 +"263024",49229,106255 +"263025",49231,50061 +"263026",49231,52450 +"263027",49231,54059 +"263028",49231,55370 +"263029",49231,57804 +"263030",49231,59615 +"263031",49231,59940 +"263032",49231,67363 +"263033",49231,71230 +"263034",49231,76278 +"263035",49231,76740 +"263036",49231,76786 +"263037",49231,77272 +"263038",49231,77357 +"263039",49231,77402 +"263040",49231,78248 +"263041",49231,78255 +"263042",49231,78339 +"263043",49231,78445 +"263044",49231,79022 +"263045",49231,79716 +"263046",49231,79989 +"263047",49231,80281 +"263048",49231,81728 +"263049",49231,82196 +"263050",49231,82383 +"263051",49231,82810 +"263052",49231,82854 +"263053",49231,83853 +"263054",49231,83884 +"263055",49231,84379 +"263056",49231,84613 +"263057",49231,85465 +"263058",49231,85610 +"263059",49231,86351 +"263060",49231,86451 +"263061",49231,86882 +"263062",49231,87175 +"263063",49231,87451 +"263064",49231,87521 +"263065",49231,87572 +"263066",49231,87663 +"263067",49231,87721 +"263068",49231,87862 +"263069",49232,51233 +"263070",49232,71489 +"263071",49232,79415 +"263072",49233,49275 +"263073",49233,49285 +"263074",49233,49288 +"263075",49233,49316 +"263076",49233,55441 +"263077",49233,81217 +"263078",49234,64634 +"263079",49234,83202 +"263080",49234,87719 +"263081",49234,92885 +"263082",49235,56556 +"263083",49235,56917 +"263084",49235,57152 +"263085",49236,76772 +"263086",49236,83144 +"263087",49236,87962 +"263088",49236,111949 +"263089",49238,81325 +"263090",49238,81326 +"263091",49238,98790 +"263092",49239,49245 +"263093",49240,49259 +"263094",49240,49389 +"263095",49240,49440 +"263096",49241,49765 +"263097",49241,52750 +"263098",49241,55608 +"263099",49241,55830 +"263100",49241,65938 +"263101",49241,69646 +"263102",49241,74516 +"263103",49241,78842 +"263104",49241,92367 +"263105",49241,108432 +"263106",49241,114525 +"263107",49241,119622 +"263108",49246,49776 +"263109",49246,65150 +"263110",49247,89019 +"263111",49250,55182 +"263112",49250,55605 +"263113",49250,55650 +"263114",49250,56132 +"263115",49250,68498 +"263116",49250,71307 +"263117",49250,75007 +"263118",49250,77719 +"263119",49250,85034 +"263120",49250,104665 +"263121",49251,59381 +"263122",49251,80693 +"263123",49251,118900 +"263124",49253,100681 +"263125",49254,52534 +"263126",49256,56929 +"263127",49257,49258 +"263128",49257,50391 +"263129",49257,86336 +"263130",49259,49354 +"263131",49259,49389 +"263132",49259,49429 +"263133",49259,49440 +"263134",49260,53491 +"263135",49260,69597 +"263136",49260,84816 +"263137",49261,49920 +"263138",49261,109111 +"263139",49263,54759 +"263140",49263,103110 +"263141",49263,105242 +"263142",49263,119840 +"263143",49264,52721 +"263144",49264,61553 +"263145",49264,61694 +"263146",49265,57380 +"263147",49265,58045 +"263148",49265,80327 +"263149",49265,85080 +"263150",49265,88403 +"263151",49265,90191 +"263152",49265,92306 +"263153",49265,93102 +"263154",49265,95398 +"263155",49265,96904 +"263156",49265,102612 +"263157",49265,103480 +"263158",49265,112896 +"263159",49265,113574 +"263160",49265,115644 +"263161",49266,90332 +"263162",49266,105366 +"263163",49267,95829 +"263164",49267,107235 +"263165",49268,51414 +"263166",49268,55701 +"263167",49268,57738 +"263168",49268,101431 +"263169",49269,118320 +"263170",49270,65362 +"263171",49270,75777 +"263172",49271,78171 +"263173",49272,59648 +"263174",49272,61900 +"263175",49273,56419 +"263176",49273,122307 +"263177",49274,50954 +"263178",49274,51339 +"263179",49274,55050 +"263180",49274,55232 +"263181",49274,75869 +"263182",49275,49285 +"263183",49275,49288 +"263184",49275,49316 +"263185",49276,60966 +"263186",49277,78219 +"263187",49277,95146 +"263188",49277,98453 +"263189",49277,106149 +"263190",49278,49279 +"263191",49278,55780 +"263192",49278,108317 +"263193",49280,49567 +"263194",49280,92164 +"263195",49281,65109 +"263196",49281,65182 +"263197",49282,52136 +"263198",49282,53466 +"263199",49282,57687 +"263200",49282,61013 +"263201",49282,63726 +"263202",49282,64858 +"263203",49282,64947 +"263204",49282,66506 +"263205",49282,67893 +"263206",49282,69192 +"263207",49282,69485 +"263208",49282,73881 +"263209",49282,74599 +"263210",49282,83302 +"263211",49282,83999 +"263212",49282,90124 +"263213",49282,99546 +"263214",49282,102426 +"263215",49282,106135 +"263216",49282,106956 +"263217",49282,109254 +"263218",49282,112101 +"263219",49282,118935 +"263220",49282,119155 +"263221",49283,69136 +"263222",49283,73797 +"263223",49283,81437 +"263224",49283,83377 +"263225",49283,83393 +"263226",49283,103577 +"263227",49283,116648 +"263228",49284,49403 +"263229",49284,53082 +"263230",49284,76944 +"263231",49284,80442 +"263232",49284,111470 +"263233",49284,117032 +"263234",49285,49288 +"263235",49285,49316 +"263236",49286,49306 +"263237",49287,57136 +"263238",49287,97945 +"263239",49287,109789 +"263240",49288,49316 +"263241",49289,66591 +"263242",49289,84974 +"263243",49289,98151 +"263244",49291,49292 +"263245",49291,49293 +"263246",49292,49293 +"263247",49293,58480 +"263248",49296,53437 +"263249",49297,92843 +"263250",49297,97451 +"263251",49297,107209 +"263252",49298,88560 +"263253",49300,66744 +"263254",49300,68569 +"263255",49300,101967 +"263256",49300,106576 +"263257",49301,96261 +"263258",49302,50565 +"263259",49302,61982 +"263260",49302,65947 +"263261",49302,71342 +"263262",49302,72956 +"263263",49302,82410 +"263264",49302,82442 +"263265",49302,84896 +"263266",49303,68306 +"263267",49303,122075 +"263268",49303,123481 +"263269",49304,54652 +"263270",49304,85278 +"263271",49304,97712 +"263272",49304,98700 +"263273",49304,115999 +"263274",49304,119173 +"263275",49304,119221 +"263276",49305,50001 +"263277",49305,82657 +"263278",49306,56710 +"263279",49306,56936 +"263280",49307,62022 +"263281",49308,52522 +"263282",49308,59137 +"263283",49308,60828 +"263284",49308,64839 +"263285",49308,108446 +"263286",49309,49655 +"263287",49309,54738 +"263288",49309,64530 +"263289",49309,67963 +"263290",49309,80385 +"263291",49309,109901 +"263292",49310,59601 +"263293",49310,70935 +"263294",49311,63539 +"263295",49312,52078 +"263296",49312,53929 +"263297",49312,62286 +"263298",49312,63719 +"263299",49312,63760 +"263300",49312,72441 +"263301",49312,75069 +"263302",49312,78772 +"263303",49312,84059 +"263304",49312,86657 +"263305",49312,86692 +"263306",49312,103916 +"263307",49313,51205 +"263308",49314,56774 +"263309",49314,59673 +"263310",49314,64078 +"263311",49315,51112 +"263312",49315,56303 +"263313",49315,59810 +"263314",49315,63710 +"263315",49315,71123 +"263316",49315,83102 +"263317",49315,98821 +"263318",49315,111084 +"263319",49315,111103 +"263320",49317,78156 +"263321",49317,102203 +"263322",49319,57058 +"263323",49319,93073 +"263324",49319,104341 +"263325",49320,65671 +"263326",49320,74058 +"263327",49320,75984 +"263328",49320,80062 +"263329",49320,86621 +"263330",49320,89954 +"263331",49320,98294 +"263332",49320,109387 +"263333",49320,109405 +"263334",49320,109410 +"263335",49322,83288 +"263336",49322,90293 +"263337",49322,97296 +"263338",49322,105575 +"263339",49323,111772 +"263340",49324,65357 +"263341",49324,66706 +"263342",49325,86463 +"263343",49326,62553 +"263344",49326,76288 +"263345",49327,80898 +"263346",49329,110617 +"263347",49330,49830 +"263348",49330,86406 +"263349",49330,103507 +"263350",49330,103512 +"263351",49330,103641 +"263352",49330,103712 +"263353",49330,105396 +"263354",49330,105405 +"263355",49330,105407 +"263356",49330,105411 +"263357",49330,111039 +"263358",49331,49719 +"263359",49331,58356 +"263360",49331,61157 +"263361",49331,72287 +"263362",49331,113739 +"263363",49331,116838 +"263364",49332,49397 +"263365",49332,71473 +"263366",49332,77100 +"263367",49332,81838 +"263368",49332,89021 +"263369",49332,92467 +"263370",49332,100612 +"263371",49332,107544 +"263372",49332,118408 +"263373",49332,119005 +"263374",49334,49646 +"263375",49334,49800 +"263376",49334,82893 +"263377",49334,90229 +"263378",49334,107012 +"263379",49334,107033 +"263380",49335,49409 +"263381",49335,75639 +"263382",49335,93663 +"263383",49336,62691 +"263384",49336,62709 +"263385",49336,105029 +"263386",49336,108772 +"263387",49337,57366 +"263388",49338,56255 +"263389",49338,86127 +"263390",49338,117520 +"263391",49339,49776 +"263392",49339,52042 +"263393",49339,53062 +"263394",49339,75044 +"263395",49339,86846 +"263396",49339,102371 +"263397",49339,111719 +"263398",49340,49346 +"263399",49341,49454 +"263400",49341,62035 +"263401",49341,115299 +"263402",49342,51364 +"263403",49342,51450 +"263404",49342,54067 +"263405",49342,55190 +"263406",49342,55542 +"263407",49342,60386 +"263408",49342,65183 +"263409",49342,91441 +"263410",49342,103435 +"263411",49343,49460 +"263412",49343,49666 +"263413",49343,51421 +"263414",49343,67809 +"263415",49343,73637 +"263416",49343,94918 +"263417",49343,94948 +"263418",49344,74175 +"263419",49344,98586 +"263420",49344,122559 +"263421",49344,122597 +"263422",49345,57316 +"263423",49345,112932 +"263424",49346,80490 +"263425",49347,71673 +"263426",49347,72622 +"263427",49348,101112 +"263428",49348,112560 +"263429",49349,76693 +"263430",49351,49965 +"263431",49351,55828 +"263432",49353,55275 +"263433",49353,62477 +"263434",49353,76434 +"263435",49353,78604 +"263436",49353,80088 +"263437",49353,81939 +"263438",49353,82011 +"263439",49353,86560 +"263440",49353,89261 +"263441",49353,109242 +"263442",49353,109252 +"263443",49353,109923 +"263444",49353,111729 +"263445",49353,113332 +"263446",49353,117161 +"263447",49353,117169 +"263448",49353,117174 +"263449",49353,123191 +"263450",49353,123192 +"263451",49354,49429 +"263452",49355,49417 +"263453",49355,49418 +"263454",49356,106826 +"263455",49356,117850 +"263456",49357,56176 +"263457",49357,57445 +"263458",49357,65953 +"263459",49357,71436 +"263460",49358,49380 +"263461",49358,67772 +"263462",49359,66756 +"263463",49359,72331 +"263464",49359,72424 +"263465",49359,96192 +"263466",49359,99302 +"263467",49359,100055 +"263468",49359,104624 +"263469",49360,49383 +"263470",49362,52141 +"263471",49362,55440 +"263472",49362,58585 +"263473",49362,79912 +"263474",49362,83314 +"263475",49362,98925 +"263476",49363,60302 +"263477",49363,75204 +"263478",49364,58052 +"263479",49364,71541 +"263480",49364,92441 +"263481",49364,94806 +"263482",49364,98166 +"263483",49364,105685 +"263484",49365,50418 +"263485",49366,64616 +"263486",49366,74002 +"263487",49367,49446 +"263488",49367,58324 +"263489",49367,62445 +"263490",49367,79779 +"263491",49367,79789 +"263492",49368,105386 +"263493",49369,117190 +"263494",49369,121931 +"263495",49370,49419 +"263496",49370,58919 +"263497",49370,73466 +"263498",49370,95994 +"263499",49370,110242 +"263500",49371,49372 +"263501",49371,68568 +"263502",49372,110596 +"263503",49372,118054 +"263504",49373,63722 +"263505",49373,70868 +"263506",49373,70909 +"263507",49374,87831 +"263508",49374,100903 +"263509",49374,117277 +"263510",49374,117976 +"263511",49374,117982 +"263512",49375,49430 +"263513",49375,113248 +"263514",49375,116585 +"263515",49376,62830 +"263516",49376,77356 +"263517",49376,83268 +"263518",49376,92797 +"263519",49376,92820 +"263520",49378,65971 +"263521",49378,65981 +"263522",49378,79862 +"263523",49378,87496 +"263524",49379,52910 +"263525",49379,52946 +"263526",49382,52970 +"263527",49382,56410 +"263528",49383,65019 +"263529",49384,53566 +"263530",49384,66032 +"263531",49386,63203 +"263532",49386,63354 +"263533",49386,63373 +"263534",49387,81624 +"263535",49387,81802 +"263536",49387,82000 +"263537",49389,49440 +"263538",49390,56121 +"263539",49391,52237 +"263540",49391,57210 +"263541",49391,61286 +"263542",49391,89472 +"263543",49392,49739 +"263544",49392,57549 +"263545",49392,62238 +"263546",49393,49442 +"263547",49393,49443 +"263548",49393,49448 +"263549",49393,49457 +"263550",49395,71769 +"263551",49396,70988 +"263552",49396,75633 +"263553",49396,76012 +"263554",49396,79529 +"263555",49396,80500 +"263556",49396,91517 +"263557",49396,96513 +"263558",49396,106280 +"263559",49398,49735 +"263560",49398,50309 +"263561",49398,50325 +"263562",49398,50330 +"263563",49398,50363 +"263564",49398,50385 +"263565",49398,50393 +"263566",49398,50405 +"263567",49398,50413 +"263568",49399,67621 +"263569",49399,106484 +"263570",49400,57582 +"263571",49400,59519 +"263572",49400,70233 +"263573",49400,78349 +"263574",49400,84228 +"263575",49400,88531 +"263576",49400,88674 +"263577",49400,92215 +"263578",49400,104204 +"263579",49400,105878 +"263580",49400,106406 +"263581",49400,108746 +"263582",49402,49411 +"263583",49402,64975 +"263584",49402,77237 +"263585",49403,64514 +"263586",49403,103544 +"263587",49403,113435 +"263588",49403,115156 +"263589",49404,58605 +"263590",49404,97852 +"263591",49404,98949 +"263592",49404,123007 +"263593",49405,49435 +"263594",49406,84182 +"263595",49406,99332 +"263596",49406,109747 +"263597",49406,114064 +"263598",49408,59952 +"263599",49410,49413 +"263600",49411,113201 +"263601",49412,73405 +"263602",49412,80942 +"263603",49412,88723 +"263604",49412,95332 +"263605",49413,80505 +"263606",49413,100455 +"263607",49414,74698 +"263608",49414,97235 +"263609",49414,109411 +"263610",49415,51499 +"263611",49415,54416 +"263612",49415,69517 +"263613",49415,88967 +"263614",49415,89473 +"263615",49415,95669 +"263616",49415,110696 +"263617",49416,52748 +"263618",49416,74128 +"263619",49416,85049 +"263620",49416,85058 +"263621",49417,49418 +"263622",49418,52529 +"263623",49418,74110 +"263624",49421,87894 +"263625",49422,89494 +"263626",49422,91787 +"263627",49422,115368 +"263628",49424,76175 +"263629",49425,106357 +"263630",49426,62644 +"263631",49426,72891 +"263632",49426,78532 +"263633",49426,84701 +"263634",49426,93888 +"263635",49426,104451 +"263636",49427,53120 +"263637",49427,77725 +"263638",49427,87230 +"263639",49427,102710 +"263640",49427,103785 +"263641",49428,56136 +"263642",49428,57695 +"263643",49428,109557 +"263644",49430,113248 +"263645",49430,116585 +"263646",49430,122693 +"263647",49430,122728 +"263648",49431,64811 +"263649",49431,70304 +"263650",49431,70811 +"263651",49431,80661 +"263652",49431,93344 +"263653",49431,102396 +"263654",49432,56803 +"263655",49434,50022 +"263656",49435,52459 +"263657",49435,62910 +"263658",49437,58614 +"263659",49437,59488 +"263660",49437,64276 +"263661",49437,73226 +"263662",49437,76704 +"263663",49437,80191 +"263664",49437,111794 +"263665",49437,118594 +"263666",49437,118597 +"263667",49438,58329 +"263668",49438,71657 +"263669",49438,71874 +"263670",49438,120385 +"263671",49439,75062 +"263672",49440,67084 +"263673",49440,71338 +"263674",49440,77366 +"263675",49440,90248 +"263676",49441,49604 +"263677",49441,49605 +"263678",49441,49617 +"263679",49441,49629 +"263680",49441,49633 +"263681",49441,49634 +"263682",49441,49637 +"263683",49441,49638 +"263684",49441,49639 +"263685",49441,49648 +"263686",49441,49656 +"263687",49441,49659 +"263688",49441,49669 +"263689",49441,49670 +"263690",49441,49676 +"263691",49441,49684 +"263692",49441,49685 +"263693",49441,49686 +"263694",49441,49687 +"263695",49441,49702 +"263696",49441,49704 +"263697",49441,49705 +"263698",49441,49706 +"263699",49441,49721 +"263700",49441,49732 +"263701",49441,49735 +"263702",49441,49736 +"263703",49441,49740 +"263704",49441,49750 +"263705",49441,49852 +"263706",49441,64531 +"263707",49442,49443 +"263708",49442,49448 +"263709",49442,49457 +"263710",49443,49448 +"263711",49443,49457 +"263712",49443,67183 +"263713",49444,86628 +"263714",49444,108367 +"263715",49444,119865 +"263716",49445,49984 +"263717",49445,66225 +"263718",49445,72344 +"263719",49445,73694 +"263720",49445,73729 +"263721",49445,99254 +"263722",49447,85915 +"263723",49447,90389 +"263724",49447,112992 +"263725",49448,49457 +"263726",49450,51629 +"263727",49450,77339 +"263728",49450,106348 +"263729",49450,106760 +"263730",49451,66084 +"263731",49451,87410 +"263732",49451,97544 +"263733",49452,52452 +"263734",49452,58044 +"263735",49452,58158 +"263736",49453,93746 +"263737",49455,63930 +"263738",49456,66698 +"263739",49458,56568 +"263740",49458,58069 +"263741",49458,58201 +"263742",49458,59482 +"263743",49458,88709 +"263744",49458,96834 +"263745",49460,49666 +"263746",49462,79635 +"263747",49462,80871 +"263748",49462,85278 +"263749",49463,49476 +"263750",49464,83092 +"263751",49464,96241 +"263752",49465,59617 +"263753",49465,76457 +"263754",49465,114008 +"263755",49465,118940 +"263756",49465,123446 +"263757",49468,49600 +"263758",49469,61579 +"263759",49469,65186 +"263760",49469,82753 +"263761",49469,84615 +"263762",49469,85109 +"263763",49469,93092 +"263764",49469,93135 +"263765",49469,110247 +"263766",49469,115097 +"263767",49469,118684 +"263768",49470,60040 +"263769",49470,70536 +"263770",49470,70573 +"263771",49471,52597 +"263772",49473,49574 +"263773",49473,49591 +"263774",49473,49592 +"263775",49473,49597 +"263776",49473,51900 +"263777",49474,49480 +"263778",49474,49482 +"263779",49475,69763 +"263780",49475,76940 +"263781",49475,77016 +"263782",49475,98129 +"263783",49475,123053 +"263784",49475,123061 +"263785",49476,69316 +"263786",49477,56578 +"263787",49477,71566 +"263788",49477,110771 +"263789",49477,119433 +"263790",49478,52359 +"263791",49479,93964 +"263792",49480,49482 +"263793",49480,73475 +"263794",49480,90212 +"263795",49481,67070 +"263796",49481,99523 +"263797",49482,84333 +"263798",49483,49548 +"263799",49484,49501 +"263800",49484,49540 +"263801",49484,49581 +"263802",49485,108352 +"263803",49485,120799 +"263804",49486,82390 +"263805",49487,58834 +"263806",49487,58886 +"263807",49487,60924 +"263808",49487,76534 +"263809",49487,90964 +"263810",49487,108994 +"263811",49487,116079 +"263812",49488,51585 +"263813",49488,54328 +"263814",49488,55783 +"263815",49488,60484 +"263816",49488,60545 +"263817",49488,60559 +"263818",49488,63931 +"263819",49488,75476 +"263820",49489,78349 +"263821",49489,93347 +"263822",49490,64680 +"263823",49490,72263 +"263824",49491,49492 +"263825",49493,52004 +"263826",49493,91904 +"263827",49495,57716 +"263828",49495,82487 +"263829",49497,49546 +"263830",49497,52118 +"263831",49497,56485 +"263832",49497,56590 +"263833",49497,67164 +"263834",49498,51158 +"263835",49498,75007 +"263836",49498,100727 +"263837",49499,53048 +"263838",49499,86423 +"263839",49499,86563 +"263840",49500,93841 +"263841",49501,49540 +"263842",49501,49581 +"263843",49501,111491 +"263844",49503,49529 +"263845",49503,53923 +"263846",49503,66768 +"263847",49503,67409 +"263848",49503,67415 +"263849",49503,67453 +"263850",49503,67469 +"263851",49504,76643 +"263852",49504,79461 +"263853",49504,89695 +"263854",49504,96625 +"263855",49504,101747 +"263856",49505,58895 +"263857",49505,77765 +"263858",49505,79402 +"263859",49505,80587 +"263860",49505,88122 +"263861",49506,56396 +"263862",49507,60237 +"263863",49507,64823 +"263864",49507,71315 +"263865",49507,93574 +"263866",49507,107046 +"263867",49508,49541 +"263868",49508,49547 +"263869",49509,91908 +"263870",49510,49536 +"263871",49511,118010 +"263872",49512,49519 +"263873",49512,57353 +"263874",49512,62694 +"263875",49512,62717 +"263876",49512,78089 +"263877",49512,81838 +"263878",49513,73226 +"263879",49513,74078 +"263880",49513,79586 +"263881",49513,82968 +"263882",49513,100931 +"263883",49515,68133 +"263884",49515,68778 +"263885",49515,73260 +"263886",49515,73769 +"263887",49515,82171 +"263888",49515,87907 +"263889",49515,117434 +"263890",49515,118412 +"263891",49516,51005 +"263892",49517,64941 +"263893",49517,65376 +"263894",49517,74128 +"263895",49517,80281 +"263896",49517,85058 +"263897",49517,86799 +"263898",49517,95972 +"263899",49518,56158 +"263900",49518,59276 +"263901",49520,50748 +"263902",49521,82949 +"263903",49521,89571 +"263904",49522,53582 +"263905",49522,116496 +"263906",49524,50110 +"263907",49524,50174 +"263908",49524,56748 +"263909",49524,69574 +"263910",49524,69575 +"263911",49524,70859 +"263912",49525,58818 +"263913",49525,58943 +"263914",49525,60097 +"263915",49525,99574 +"263916",49525,100112 +"263917",49525,100120 +"263918",49525,100157 +"263919",49525,100167 +"263920",49525,100170 +"263921",49525,100172 +"263922",49525,100174 +"263923",49525,100188 +"263924",49525,100724 +"263925",49525,100757 +"263926",49525,100784 +"263927",49527,58242 +"263928",49527,58249 +"263929",49527,65227 +"263930",49527,65457 +"263931",49527,65853 +"263932",49527,72115 +"263933",49527,72286 +"263934",49527,74849 +"263935",49527,75000 +"263936",49527,75262 +"263937",49530,105305 +"263938",49530,112250 +"263939",49531,61694 +"263940",49531,81280 +"263941",49532,52461 +"263942",49532,57998 +"263943",49532,72414 +"263944",49532,73488 +"263945",49532,79621 +"263946",49534,51992 +"263947",49534,59947 +"263948",49534,68400 +"263949",49534,79937 +"263950",49534,99152 +"263951",49534,99973 +"263952",49534,106318 +"263953",49534,112830 +"263954",49535,49560 +"263955",49535,49561 +"263956",49535,51811 +"263957",49535,60145 +"263958",49535,74990 +"263959",49535,83805 +"263960",49535,87638 +"263961",49535,99773 +"263962",49535,118532 +"263963",49536,66693 +"263964",49536,78635 +"263965",49536,80269 +"263966",49536,87947 +"263967",49536,111946 +"263968",49536,119651 +"263969",49537,49909 +"263970",49538,49539 +"263971",49539,105680 +"263972",49539,111037 +"263973",49540,49581 +"263974",49540,78932 +"263975",49541,49547 +"263976",49542,54356 +"263977",49542,57702 +"263978",49542,63755 +"263979",49542,64674 +"263980",49544,49556 +"263981",49544,50878 +"263982",49544,103352 +"263983",49545,68989 +"263984",49545,77395 +"263985",49545,80043 +"263986",49545,115165 +"263987",49545,115172 +"263988",49545,115175 +"263989",49546,62160 +"263990",49546,62857 +"263991",49546,80374 +"263992",49546,81411 +"263993",49546,82221 +"263994",49546,82448 +"263995",49546,82451 +"263996",49546,82471 +"263997",49546,82484 +"263998",49546,82516 +"263999",49546,82518 +"264000",49546,88289 +"264001",49546,89862 +"264002",49546,103945 +"264003",49546,105623 +"264004",49548,65679 +"264005",49549,108500 +"264006",49550,108999 +"264007",49551,59039 +"264008",49551,65771 +"264009",49551,70960 +"264010",49551,77931 +"264011",49551,99983 +"264012",49553,49554 +"264013",49553,51984 +"264014",49553,102147 +"264015",49553,122058 +"264016",49553,122061 +"264017",49554,51984 +"264018",49554,54886 +"264019",49554,80357 +"264020",49554,85858 +"264021",49554,100366 +"264022",49554,104582 +"264023",49554,116682 +"264024",49555,59847 +"264025",49558,103992 +"264026",49558,115825 +"264027",49559,61127 +"264028",49560,49561 +"264029",49560,106715 +"264030",49562,51702 +"264031",49562,99077 +"264032",49562,113270 +"264033",49562,120544 +"264034",49563,74303 +"264035",49564,51209 +"264036",49564,51210 +"264037",49565,90812 +"264038",49566,61936 +"264039",49566,63381 +"264040",49566,70918 +"264041",49566,73654 +"264042",49566,110578 +"264043",49568,67364 +"264044",49568,68659 +"264045",49568,77821 +"264046",49568,90597 +"264047",49568,105986 +"264048",49570,78203 +"264049",49571,84765 +"264050",49571,99884 +"264051",49572,79675 +"264052",49572,95074 +"264053",49573,50119 +"264054",49574,49591 +"264055",49574,49592 +"264056",49574,49597 +"264057",49575,91615 +"264058",49576,67420 +"264059",49576,68209 +"264060",49576,111694 +"264061",49578,50409 +"264062",49578,54357 +"264063",49578,62764 +"264064",49578,84726 +"264065",49578,98909 +"264066",49579,89744 +"264067",49579,89747 +"264068",49579,89935 +"264069",49580,49584 +"264070",49580,122002 +"264071",49581,50946 +"264072",49581,52405 +"264073",49581,52432 +"264074",49581,52433 +"264075",49581,55643 +"264076",49581,56958 +"264077",49581,76586 +"264078",49581,79101 +"264079",49581,102483 +"264080",49582,51917 +"264081",49582,56720 +"264082",49582,56732 +"264083",49582,56754 +"264084",49582,77934 +"264085",49582,83840 +"264086",49582,87968 +"264087",49582,97324 +"264088",49582,105910 +"264089",49584,96388 +"264090",49585,66527 +"264091",49586,88880 +"264092",49587,62898 +"264093",49587,74330 +"264094",49587,82902 +"264095",49587,100865 +"264096",49588,58770 +"264097",49589,59100 +"264098",49591,49592 +"264099",49591,49597 +"264100",49592,49597 +"264101",49592,61664 +"264102",49593,71911 +"264103",49593,120206 +"264104",49594,105583 +"264105",49595,67788 +"264106",49595,70266 +"264107",49595,80120 +"264108",49596,75504 +"264109",49596,98806 +"264110",49596,104708 +"264111",49597,55642 +"264112",49597,95892 +"264113",49597,99992 +"264114",49600,50601 +"264115",49600,50611 +"264116",49600,50626 +"264117",49600,87108 +"264118",49601,108235 +"264119",49602,58089 +"264120",49602,61470 +"264121",49602,63729 +"264122",49602,66209 +"264123",49602,76460 +"264124",49602,76461 +"264125",49602,76462 +"264126",49602,76473 +"264127",49602,76567 +"264128",49603,98868 +"264129",49603,113048 +"264130",49604,49605 +"264131",49604,49617 +"264132",49604,49629 +"264133",49604,49633 +"264134",49604,49634 +"264135",49604,49637 +"264136",49604,49638 +"264137",49604,49639 +"264138",49604,49648 +"264139",49604,49656 +"264140",49604,49659 +"264141",49604,49669 +"264142",49604,49670 +"264143",49604,49676 +"264144",49604,49684 +"264145",49604,49685 +"264146",49604,49686 +"264147",49604,49687 +"264148",49604,49702 +"264149",49604,49704 +"264150",49604,49705 +"264151",49604,49706 +"264152",49604,49721 +"264153",49604,49732 +"264154",49604,49735 +"264155",49604,49736 +"264156",49604,49740 +"264157",49604,49750 +"264158",49604,49852 +"264159",49604,64531 +"264160",49605,49617 +"264161",49605,49629 +"264162",49605,49633 +"264163",49605,49634 +"264164",49605,49637 +"264165",49605,49638 +"264166",49605,49639 +"264167",49605,49648 +"264168",49605,49656 +"264169",49605,49659 +"264170",49605,49669 +"264171",49605,49670 +"264172",49605,49676 +"264173",49605,49684 +"264174",49605,49685 +"264175",49605,49686 +"264176",49605,49687 +"264177",49605,49702 +"264178",49605,49704 +"264179",49605,49705 +"264180",49605,49706 +"264181",49605,49721 +"264182",49605,49732 +"264183",49605,49735 +"264184",49605,49736 +"264185",49605,49740 +"264186",49605,49750 +"264187",49605,49852 +"264188",49605,64531 +"264189",49606,89249 +"264190",49607,69049 +"264191",49607,111987 +"264192",49608,49652 +"264193",49608,92657 +"264194",49609,58627 +"264195",49609,59502 +"264196",49609,62647 +"264197",49609,100828 +"264198",49612,87178 +"264199",49613,57383 +"264200",49613,57395 +"264201",49613,57508 +"264202",49613,61382 +"264203",49613,61481 +"264204",49613,86097 +"264205",49613,87155 +"264206",49613,99194 +"264207",49613,103803 +"264208",49613,104881 +"264209",49615,54390 +"264210",49616,54020 +"264211",49616,59418 +"264212",49616,74435 +"264213",49616,75035 +"264214",49616,76298 +"264215",49616,82478 +"264216",49616,95953 +"264217",49616,105740 +"264218",49617,49629 +"264219",49617,49633 +"264220",49617,49634 +"264221",49617,49637 +"264222",49617,49638 +"264223",49617,49639 +"264224",49617,49648 +"264225",49617,49656 +"264226",49617,49659 +"264227",49617,49669 +"264228",49617,49670 +"264229",49617,49676 +"264230",49617,49684 +"264231",49617,49685 +"264232",49617,49686 +"264233",49617,49687 +"264234",49617,49702 +"264235",49617,49704 +"264236",49617,49705 +"264237",49617,49706 +"264238",49617,49721 +"264239",49617,49732 +"264240",49617,49735 +"264241",49617,49736 +"264242",49617,49740 +"264243",49617,49750 +"264244",49617,49852 +"264245",49617,64531 +"264246",49620,74636 +"264247",49620,80305 +"264248",49620,82965 +"264249",49620,88895 +"264250",49620,91562 +"264251",49620,96837 +"264252",49620,114622 +"264253",49621,53926 +"264254",49621,78305 +"264255",49621,89863 +"264256",49621,98479 +"264257",49621,98760 +"264258",49621,98761 +"264259",49621,99044 +"264260",49621,99809 +"264261",49621,100574 +"264262",49621,100967 +"264263",49621,108185 +"264264",49622,49632 +"264265",49623,54868 +"264266",49623,62568 +"264267",49623,70000 +"264268",49623,90025 +"264269",49623,91862 +"264270",49623,97424 +"264271",49623,101526 +"264272",49623,101965 +"264273",49623,120481 +"264274",49624,65233 +"264275",49624,89712 +"264276",49624,98036 +"264277",49625,49654 +"264278",49627,50077 +"264279",49627,50332 +"264280",49627,54745 +"264281",49627,55611 +"264282",49627,57902 +"264283",49627,59037 +"264284",49627,70191 +"264285",49628,66005 +"264286",49628,86790 +"264287",49628,104591 +"264288",49628,111999 +"264289",49629,49633 +"264290",49629,49634 +"264291",49629,49637 +"264292",49629,49638 +"264293",49629,49639 +"264294",49629,49648 +"264295",49629,49656 +"264296",49629,49659 +"264297",49629,49669 +"264298",49629,49670 +"264299",49629,49676 +"264300",49629,49684 +"264301",49629,49685 +"264302",49629,49686 +"264303",49629,49687 +"264304",49629,49702 +"264305",49629,49704 +"264306",49629,49705 +"264307",49629,49706 +"264308",49629,49721 +"264309",49629,49732 +"264310",49629,49735 +"264311",49629,49736 +"264312",49629,49740 +"264313",49629,49750 +"264314",49629,49852 +"264315",49629,64531 +"264316",49630,63444 +"264317",49633,49634 +"264318",49633,49637 +"264319",49633,49638 +"264320",49633,49639 +"264321",49633,49648 +"264322",49633,49656 +"264323",49633,49659 +"264324",49633,49669 +"264325",49633,49670 +"264326",49633,49676 +"264327",49633,49684 +"264328",49633,49685 +"264329",49633,49686 +"264330",49633,49687 +"264331",49633,49702 +"264332",49633,49704 +"264333",49633,49705 +"264334",49633,49706 +"264335",49633,49721 +"264336",49633,49732 +"264337",49633,49735 +"264338",49633,49736 +"264339",49633,49740 +"264340",49633,49750 +"264341",49633,49852 +"264342",49633,64531 +"264343",49634,49637 +"264344",49634,49638 +"264345",49634,49639 +"264346",49634,49648 +"264347",49634,49656 +"264348",49634,49659 +"264349",49634,49669 +"264350",49634,49670 +"264351",49634,49676 +"264352",49634,49684 +"264353",49634,49685 +"264354",49634,49686 +"264355",49634,49687 +"264356",49634,49702 +"264357",49634,49704 +"264358",49634,49705 +"264359",49634,49706 +"264360",49634,49721 +"264361",49634,49732 +"264362",49634,49735 +"264363",49634,49736 +"264364",49634,49740 +"264365",49634,49750 +"264366",49634,49852 +"264367",49634,64531 +"264368",49635,69130 +"264369",49635,114691 +"264370",49636,55814 +"264371",49636,57699 +"264372",49636,57734 +"264373",49636,58159 +"264374",49636,61347 +"264375",49636,100712 +"264376",49636,114203 +"264377",49637,49638 +"264378",49637,49639 +"264379",49637,49648 +"264380",49637,49656 +"264381",49637,49659 +"264382",49637,49669 +"264383",49637,49670 +"264384",49637,49676 +"264385",49637,49684 +"264386",49637,49685 +"264387",49637,49686 +"264388",49637,49687 +"264389",49637,49702 +"264390",49637,49704 +"264391",49637,49705 +"264392",49637,49706 +"264393",49637,49721 +"264394",49637,49732 +"264395",49637,49735 +"264396",49637,49736 +"264397",49637,49740 +"264398",49637,49750 +"264399",49637,49852 +"264400",49637,64531 +"264401",49638,49639 +"264402",49638,49648 +"264403",49638,49656 +"264404",49638,49659 +"264405",49638,49669 +"264406",49638,49670 +"264407",49638,49676 +"264408",49638,49684 +"264409",49638,49685 +"264410",49638,49686 +"264411",49638,49687 +"264412",49638,49702 +"264413",49638,49704 +"264414",49638,49705 +"264415",49638,49706 +"264416",49638,49721 +"264417",49638,49732 +"264418",49638,49735 +"264419",49638,49736 +"264420",49638,49740 +"264421",49638,49750 +"264422",49638,49852 +"264423",49638,64531 +"264424",49639,49648 +"264425",49639,49656 +"264426",49639,49659 +"264427",49639,49669 +"264428",49639,49670 +"264429",49639,49676 +"264430",49639,49684 +"264431",49639,49685 +"264432",49639,49686 +"264433",49639,49687 +"264434",49639,49702 +"264435",49639,49704 +"264436",49639,49705 +"264437",49639,49706 +"264438",49639,49721 +"264439",49639,49732 +"264440",49639,49735 +"264441",49639,49736 +"264442",49639,49740 +"264443",49639,49750 +"264444",49639,49852 +"264445",49639,64531 +"264446",49640,53132 +"264447",49640,61214 +"264448",49640,63077 +"264449",49640,67421 +"264450",49640,68828 +"264451",49640,79074 +"264452",49640,81027 +"264453",49640,85435 +"264454",49640,88087 +"264455",49640,93393 +"264456",49640,101367 +"264457",49640,101530 +"264458",49641,51154 +"264459",49641,109912 +"264460",49642,80124 +"264461",49643,55028 +"264462",49643,55531 +"264463",49643,58643 +"264464",49643,60259 +"264465",49643,61890 +"264466",49643,62239 +"264467",49643,62557 +"264468",49643,62576 +"264469",49643,62626 +"264470",49643,62627 +"264471",49644,50652 +"264472",49644,74167 +"264473",49644,78359 +"264474",49644,99449 +"264475",49644,105759 +"264476",49644,107435 +"264477",49644,107908 +"264478",49644,107913 +"264479",49644,107924 +"264480",49644,107930 +"264481",49644,107978 +"264482",49645,49677 +"264483",49646,107012 +"264484",49646,107033 +"264485",49648,49656 +"264486",49648,49659 +"264487",49648,49669 +"264488",49648,49670 +"264489",49648,49676 +"264490",49648,49684 +"264491",49648,49685 +"264492",49648,49686 +"264493",49648,49687 +"264494",49648,49702 +"264495",49648,49704 +"264496",49648,49705 +"264497",49648,49706 +"264498",49648,49721 +"264499",49648,49732 +"264500",49648,49735 +"264501",49648,49736 +"264502",49648,49740 +"264503",49648,49750 +"264504",49648,49852 +"264505",49648,64531 +"264506",49649,71873 +"264507",49649,79502 +"264508",49649,85981 +"264509",49649,98779 +"264510",49649,104718 +"264511",49650,68917 +"264512",49651,52699 +"264513",49651,77683 +"264514",49651,91812 +"264515",49651,94571 +"264516",49651,97603 +"264517",49651,100801 +"264518",49651,104162 +"264519",49653,58276 +"264520",49653,68293 +"264521",49653,71066 +"264522",49653,71682 +"264523",49653,81879 +"264524",49653,81894 +"264525",49653,85329 +"264526",49653,93291 +"264527",49653,104151 +"264528",49653,117956 +"264529",49654,61884 +"264530",49655,64530 +"264531",49655,65623 +"264532",49655,121230 +"264533",49656,49659 +"264534",49656,49669 +"264535",49656,49670 +"264536",49656,49676 +"264537",49656,49684 +"264538",49656,49685 +"264539",49656,49686 +"264540",49656,49687 +"264541",49656,49702 +"264542",49656,49704 +"264543",49656,49705 +"264544",49656,49706 +"264545",49656,49721 +"264546",49656,49732 +"264547",49656,49735 +"264548",49656,49736 +"264549",49656,49740 +"264550",49656,49750 +"264551",49656,49852 +"264552",49656,64531 +"264553",49657,67890 +"264554",49657,96764 +"264555",49657,102338 +"264556",49657,107622 +"264557",49657,107883 +"264558",49658,49662 +"264559",49659,49669 +"264560",49659,49670 +"264561",49659,49676 +"264562",49659,49684 +"264563",49659,49685 +"264564",49659,49686 +"264565",49659,49687 +"264566",49659,49702 +"264567",49659,49704 +"264568",49659,49705 +"264569",49659,49706 +"264570",49659,49721 +"264571",49659,49732 +"264572",49659,49735 +"264573",49659,49736 +"264574",49659,49740 +"264575",49659,49750 +"264576",49659,49852 +"264577",49659,64531 +"264578",49660,52781 +"264579",49660,118420 +"264580",49661,49671 +"264581",49661,49672 +"264582",49661,82321 +"264583",49661,98678 +"264584",49664,54929 +"264585",49664,61542 +"264586",49665,49691 +"264587",49665,49693 +"264588",49665,49725 +"264589",49667,67475 +"264590",49668,53225 +"264591",49668,63151 +"264592",49669,49670 +"264593",49669,49676 +"264594",49669,49684 +"264595",49669,49685 +"264596",49669,49686 +"264597",49669,49687 +"264598",49669,49702 +"264599",49669,49704 +"264600",49669,49705 +"264601",49669,49706 +"264602",49669,49721 +"264603",49669,49732 +"264604",49669,49735 +"264605",49669,49736 +"264606",49669,49740 +"264607",49669,49750 +"264608",49669,49852 +"264609",49669,64531 +"264610",49670,49676 +"264611",49670,49684 +"264612",49670,49685 +"264613",49670,49686 +"264614",49670,49687 +"264615",49670,49702 +"264616",49670,49704 +"264617",49670,49705 +"264618",49670,49706 +"264619",49670,49721 +"264620",49670,49732 +"264621",49670,49735 +"264622",49670,49736 +"264623",49670,49740 +"264624",49670,49750 +"264625",49670,49852 +"264626",49670,64531 +"264627",49671,49672 +"264628",49673,58057 +"264629",49673,85216 +"264630",49673,92870 +"264631",49674,121681 +"264632",49675,106479 +"264633",49676,49684 +"264634",49676,49685 +"264635",49676,49686 +"264636",49676,49687 +"264637",49676,49702 +"264638",49676,49704 +"264639",49676,49705 +"264640",49676,49706 +"264641",49676,49721 +"264642",49676,49732 +"264643",49676,49735 +"264644",49676,49736 +"264645",49676,49740 +"264646",49676,49750 +"264647",49676,49852 +"264648",49676,64531 +"264649",49677,69011 +"264650",49677,116161 +"264651",49678,60318 +"264652",49679,53066 +"264653",49679,53122 +"264654",49680,64745 +"264655",49681,55980 +"264656",49681,61886 +"264657",49681,68328 +"264658",49681,84443 +"264659",49681,85698 +"264660",49681,89991 +"264661",49681,111795 +"264662",49681,111876 +"264663",49681,111878 +"264664",49681,111884 +"264665",49684,49685 +"264666",49684,49686 +"264667",49684,49687 +"264668",49684,49702 +"264669",49684,49704 +"264670",49684,49705 +"264671",49684,49706 +"264672",49684,49721 +"264673",49684,49732 +"264674",49684,49735 +"264675",49684,49736 +"264676",49684,49740 +"264677",49684,49750 +"264678",49684,49852 +"264679",49684,64531 +"264680",49685,49686 +"264681",49685,49687 +"264682",49685,49702 +"264683",49685,49704 +"264684",49685,49705 +"264685",49685,49706 +"264686",49685,49721 +"264687",49685,49732 +"264688",49685,49735 +"264689",49685,49736 +"264690",49685,49740 +"264691",49685,49750 +"264692",49685,49852 +"264693",49685,64531 +"264694",49686,49687 +"264695",49686,49702 +"264696",49686,49704 +"264697",49686,49705 +"264698",49686,49706 +"264699",49686,49721 +"264700",49686,49732 +"264701",49686,49735 +"264702",49686,49736 +"264703",49686,49740 +"264704",49686,49750 +"264705",49686,49852 +"264706",49686,64531 +"264707",49687,49702 +"264708",49687,49704 +"264709",49687,49705 +"264710",49687,49706 +"264711",49687,49721 +"264712",49687,49732 +"264713",49687,49735 +"264714",49687,49736 +"264715",49687,49740 +"264716",49687,49750 +"264717",49687,49852 +"264718",49687,64531 +"264719",49688,101827 +"264720",49690,115695 +"264721",49690,115713 +"264722",49691,49693 +"264723",49691,49725 +"264724",49691,107913 +"264725",49691,115149 +"264726",49692,50139 +"264727",49693,49725 +"264728",49694,64371 +"264729",49695,49723 +"264730",49695,56874 +"264731",49695,89992 +"264732",49697,70482 +"264733",49697,75889 +"264734",49697,88143 +"264735",49698,100889 +"264736",49698,113405 +"264737",49699,102277 +"264738",49700,65969 +"264739",49700,69956 +"264740",49700,86813 +"264741",49700,90747 +"264742",49701,77519 +"264743",49701,77676 +"264744",49701,84760 +"264745",49701,90193 +"264746",49701,91465 +"264747",49701,92834 +"264748",49701,95054 +"264749",49701,95126 +"264750",49701,95157 +"264751",49702,49704 +"264752",49702,49705 +"264753",49702,49706 +"264754",49702,49721 +"264755",49702,49732 +"264756",49702,49735 +"264757",49702,49736 +"264758",49702,49740 +"264759",49702,49750 +"264760",49702,49852 +"264761",49702,64531 +"264762",49703,103056 +"264763",49704,49705 +"264764",49704,49706 +"264765",49704,49721 +"264766",49704,49732 +"264767",49704,49735 +"264768",49704,49736 +"264769",49704,49740 +"264770",49704,49750 +"264771",49704,49852 +"264772",49704,64531 +"264773",49705,49706 +"264774",49705,49721 +"264775",49705,49732 +"264776",49705,49735 +"264777",49705,49736 +"264778",49705,49740 +"264779",49705,49750 +"264780",49705,49852 +"264781",49705,64531 +"264782",49706,49721 +"264783",49706,49732 +"264784",49706,49735 +"264785",49706,49736 +"264786",49706,49740 +"264787",49706,49750 +"264788",49706,49852 +"264789",49706,64531 +"264790",49708,59631 +"264791",49708,62304 +"264792",49708,76831 +"264793",49708,81174 +"264794",49708,83455 +"264795",49708,91292 +"264796",49708,91674 +"264797",49708,91675 +"264798",49708,91704 +"264799",49708,91765 +"264800",49708,101208 +"264801",49708,101381 +"264802",49708,104715 +"264803",49708,104735 +"264804",49709,55090 +"264805",49709,89635 +"264806",49709,94960 +"264807",49711,49952 +"264808",49711,50114 +"264809",49711,60698 +"264810",49711,63592 +"264811",49711,65664 +"264812",49711,65700 +"264813",49711,65752 +"264814",49711,67583 +"264815",49711,67584 +"264816",49712,88396 +"264817",49712,93259 +"264818",49712,110653 +"264819",49712,113101 +"264820",49715,67813 +"264821",49715,93149 +"264822",49715,94156 +"264823",49715,94167 +"264824",49716,60597 +"264825",49716,66517 +"264826",49717,56453 +"264827",49718,53607 +"264828",49718,65140 +"264829",49718,69867 +"264830",49718,90187 +"264831",49718,91140 +"264832",49718,112935 +"264833",49719,106736 +"264834",49719,115829 +"264835",49719,121851 +"264836",49720,75105 +"264837",49721,49732 +"264838",49721,49735 +"264839",49721,49736 +"264840",49721,49740 +"264841",49721,49750 +"264842",49721,49852 +"264843",49721,64531 +"264844",49722,82798 +"264845",49722,82892 +"264846",49723,56874 +"264847",49724,58629 +"264848",49724,91244 +"264849",49725,67384 +"264850",49725,94478 +"264851",49725,94561 +"264852",49726,53609 +"264853",49726,58384 +"264854",49726,81918 +"264855",49726,92512 +"264856",49726,96891 +"264857",49727,56156 +"264858",49727,110582 +"264859",49728,72835 +"264860",49728,74700 +"264861",49728,80636 +"264862",49728,98615 +"264863",49729,53691 +"264864",49729,56367 +"264865",49729,78954 +"264866",49729,91593 +"264867",49729,96184 +"264868",49730,85392 +"264869",49730,102194 +"264870",49732,49735 +"264871",49732,49736 +"264872",49732,49740 +"264873",49732,49750 +"264874",49732,49852 +"264875",49732,64531 +"264876",49735,49736 +"264877",49735,49740 +"264878",49735,49750 +"264879",49735,49852 +"264880",49735,50309 +"264881",49735,50325 +"264882",49735,50330 +"264883",49735,50363 +"264884",49735,50385 +"264885",49735,50393 +"264886",49735,50405 +"264887",49735,50413 +"264888",49735,64531 +"264889",49736,49740 +"264890",49736,49750 +"264891",49736,49852 +"264892",49736,64531 +"264893",49737,51790 +"264894",49737,52327 +"264895",49737,99567 +"264896",49738,53306 +"264897",49738,56243 +"264898",49738,62151 +"264899",49739,55726 +"264900",49739,60269 +"264901",49739,60931 +"264902",49739,62238 +"264903",49739,78436 +"264904",49739,85631 +"264905",49739,95342 +"264906",49739,95350 +"264907",49740,49750 +"264908",49740,49852 +"264909",49740,64531 +"264910",49741,69896 +"264911",49741,82735 +"264912",49741,101102 +"264913",49742,49743 +"264914",49743,85133 +"264915",49743,85173 +"264916",49743,85174 +"264917",49745,61996 +"264918",49745,79790 +"264919",49745,80165 +"264920",49747,56887 +"264921",49747,58053 +"264922",49749,51363 +"264923",49749,68411 +"264924",49749,99868 +"264925",49749,105371 +"264926",49750,49852 +"264927",49750,64531 +"264928",49751,88263 +"264929",49751,95548 +"264930",49752,49788 +"264931",49752,49863 +"264932",49752,51783 +"264933",49752,59238 +"264934",49752,59587 +"264935",49752,59652 +"264936",49752,63083 +"264937",49752,66902 +"264938",49752,69772 +"264939",49752,69821 +"264940",49752,70761 +"264941",49752,71052 +"264942",49752,71978 +"264943",49752,72500 +"264944",49752,92762 +"264945",49753,101395 +"264946",49754,49761 +"264947",49754,49784 +"264948",49755,49857 +"264949",49756,49817 +"264950",49757,51106 +"264951",49757,51114 +"264952",49757,51125 +"264953",49757,122982 +"264954",49757,122983 +"264955",49759,62299 +"264956",49759,69544 +"264957",49759,75209 +"264958",49759,75210 +"264959",49760,50951 +"264960",49760,51884 +"264961",49760,67982 +"264962",49761,49784 +"264963",49761,86807 +"264964",49763,49814 +"264965",49763,49942 +"264966",49764,52811 +"264967",49764,56452 +"264968",49765,59240 +"264969",49765,59958 +"264970",49765,84247 +"264971",49767,73350 +"264972",49768,49867 +"264973",49768,49965 +"264974",49768,53271 +"264975",49768,54555 +"264976",49768,55384 +"264977",49768,57044 +"264978",49768,92278 +"264979",49770,51170 +"264980",49770,63707 +"264981",49771,56369 +"264982",49771,84246 +"264983",49771,88519 +"264984",49771,107368 +"264985",49771,119960 +"264986",49772,73987 +"264987",49772,90640 +"264988",49772,91434 +"264989",49774,50190 +"264990",49774,50267 +"264991",49775,50650 +"264992",49775,58602 +"264993",49775,67988 +"264994",49775,93233 +"264995",49775,93241 +"264996",49775,98612 +"264997",49776,52042 +"264998",49776,53062 +"264999",49776,54777 +"265000",49776,55286 +"265001",49776,76165 +"265002",49776,79422 +"265003",49776,90947 +"265004",49777,49844 +"265005",49777,49882 +"265006",49778,56385 +"265007",49780,73658 +"265008",49781,49782 +"265009",49781,49893 +"265010",49781,49894 +"265011",49782,49893 +"265012",49782,49894 +"265013",49782,52155 +"265014",49782,53078 +"265015",49782,53084 +"265016",49783,83554 +"265017",49783,109248 +"265018",49783,116372 +"265019",49783,121284 +"265020",49784,98291 +"265021",49785,49824 +"265022",49785,55441 +"265023",49785,85317 +"265024",49786,50243 +"265025",49786,50244 +"265026",49786,90081 +"265027",49787,49812 +"265028",49788,49863 +"265029",49789,49888 +"265030",49789,49889 +"265031",49790,64546 +"265032",49791,73137 +"265033",49792,84267 +"265034",49792,84269 +"265035",49792,88145 +"265036",49794,52925 +"265037",49794,69599 +"265038",49795,50679 +"265039",49795,71228 +"265040",49797,110415 +"265041",49797,118488 +"265042",49798,73358 +"265043",49798,79586 +"265044",49799,107319 +"265045",49800,52258 +"265046",49800,65752 +"265047",49800,82893 +"265048",49800,97169 +"265049",49800,115057 +"265050",49800,117765 +"265051",49800,117767 +"265052",49802,58079 +"265053",49803,52313 +"265054",49803,52623 +"265055",49803,63850 +"265056",49804,52476 +"265057",49804,66599 +"265058",49805,77519 +"265059",49805,80653 +"265060",49805,107322 +"265061",49805,107423 +"265062",49805,107428 +"265063",49806,79451 +"265064",49808,49861 +"265065",49809,58989 +"265066",49809,61197 +"265067",49809,72943 +"265068",49809,72958 +"265069",49809,72962 +"265070",49809,72982 +"265071",49809,73026 +"265072",49810,67298 +"265073",49810,69251 +"265074",49810,75786 +"265075",49810,75807 +"265076",49810,75808 +"265077",49810,75965 +"265078",49810,75975 +"265079",49810,75990 +"265080",49810,75991 +"265081",49810,75998 +"265082",49810,76047 +"265083",49810,92943 +"265084",49810,105703 +"265085",49810,107763 +"265086",49810,107778 +"265087",49811,71505 +"265088",49811,91370 +"265089",49814,49942 +"265090",49814,87746 +"265091",49815,61832 +"265092",49815,65009 +"265093",49815,104158 +"265094",49819,51274 +"265095",49819,57127 +"265096",49819,93655 +"265097",49819,94348 +"265098",49821,114533 +"265099",49822,50264 +"265100",49822,64534 +"265101",49822,83671 +"265102",49822,88199 +"265103",49822,91628 +"265104",49823,54573 +"265105",49823,107230 +"265106",49823,114527 +"265107",49825,65179 +"265108",49826,67156 +"265109",49827,81483 +"265110",49829,57942 +"265111",49831,77636 +"265112",49831,90607 +"265113",49832,50282 +"265114",49833,76763 +"265115",49833,77290 +"265116",49833,83153 +"265117",49834,64401 +"265118",49835,50123 +"265119",49836,50318 +"265120",49836,50444 +"265121",49836,50667 +"265122",49838,51486 +"265123",49838,55805 +"265124",49838,70139 +"265125",49838,70535 +"265126",49838,99714 +"265127",49838,102019 +"265128",49838,104252 +"265129",49838,104383 +"265130",49838,108450 +"265131",49839,69567 +"265132",49839,76428 +"265133",49839,81074 +"265134",49839,111478 +"265135",49840,64888 +"265136",49840,89767 +"265137",49840,89774 +"265138",49841,50042 +"265139",49841,54746 +"265140",49841,54754 +"265141",49841,70253 +"265142",49841,76912 +"265143",49841,82523 +"265144",49842,58857 +"265145",49843,50211 +"265146",49844,49882 +"265147",49844,70309 +"265148",49845,70535 +"265149",49846,49847 +"265150",49846,49848 +"265151",49846,49886 +"265152",49846,56406 +"265153",49846,77631 +"265154",49846,88687 +"265155",49846,88823 +"265156",49846,88826 +"265157",49847,49848 +"265158",49847,49886 +"265159",49848,49886 +"265160",49848,53569 +"265161",49848,54361 +"265162",49848,63675 +"265163",49848,74977 +"265164",49848,76238 +"265165",49848,76240 +"265166",49848,76242 +"265167",49848,76253 +"265168",49848,76254 +"265169",49848,76258 +"265170",49848,76261 +"265171",49848,76263 +"265172",49848,76409 +"265173",49848,76411 +"265174",49849,58901 +"265175",49849,60638 +"265176",49849,69041 +"265177",49849,77462 +"265178",49849,90075 +"265179",49849,90171 +"265180",49850,59789 +"265181",49850,61256 +"265182",49850,81141 +"265183",49851,74713 +"265184",49851,107745 +"265185",49852,64531 +"265186",49853,74330 +"265187",49853,104629 +"265188",49854,80134 +"265189",49854,101977 +"265190",49855,64724 +"265191",49855,103860 +"265192",49856,49870 +"265193",49859,50064 +"265194",49859,50067 +"265195",49859,50554 +"265196",49859,50879 +"265197",49859,51783 +"265198",49859,52018 +"265199",49859,53444 +"265200",49859,53527 +"265201",49859,53555 +"265202",49859,54275 +"265203",49859,56628 +"265204",49859,58004 +"265205",49859,58068 +"265206",49859,58633 +"265207",49859,61111 +"265208",49859,61127 +"265209",49859,68034 +"265210",49859,68287 +"265211",49860,50309 +"265212",49860,69658 +"265213",49860,69665 +"265214",49860,69679 +"265215",49860,69699 +"265216",49862,50074 +"265217",49862,88299 +"265218",49865,62234 +"265219",49866,82618 +"265220",49867,49965 +"265221",49867,51030 +"265222",49867,53635 +"265223",49868,61306 +"265224",49868,61320 +"265225",49868,61322 +"265226",49868,61332 +"265227",49868,61578 +"265228",49868,61613 +"265229",49869,70237 +"265230",49870,66234 +"265231",49870,83440 +"265232",49871,66146 +"265233",49872,62609 +"265234",49873,118062 +"265235",49875,68796 +"265236",49875,87330 +"265237",49875,92205 +"265238",49875,92544 +"265239",49876,77707 +"265240",49876,82220 +"265241",49876,91483 +"265242",49876,94756 +"265243",49876,102827 +"265244",49877,62488 +"265245",49877,73539 +"265246",49877,102666 +"265247",49878,89781 +"265248",49879,63075 +"265249",49879,92596 +"265250",49880,68504 +"265251",49880,68518 +"265252",49880,81099 +"265253",49881,50252 +"265254",49881,53134 +"265255",49881,53167 +"265256",49881,53173 +"265257",49881,53293 +"265258",49881,55363 +"265259",49881,88259 +"265260",49883,56413 +"265261",49884,53616 +"265262",49884,79201 +"265263",49884,79693 +"265264",49884,84462 +"265265",49884,108912 +"265266",49884,117855 +"265267",49884,122141 +"265268",49885,76835 +"265269",49885,84230 +"265270",49885,84417 +"265271",49886,59011 +"265272",49887,59344 +"265273",49887,63456 +"265274",49887,63536 +"265275",49887,73814 +"265276",49888,49889 +"265277",49890,88471 +"265278",49892,75606 +"265279",49892,86927 +"265280",49893,49894 +"265281",49893,52452 +"265282",49893,67111 +"265283",49894,53419 +"265284",49896,55620 +"265285",49896,93679 +"265286",49896,101550 +"265287",49897,53643 +"265288",49897,56438 +"265289",49897,69012 +"265290",49897,118904 +"265291",49899,49906 +"265292",49899,49913 +"265293",49899,79415 +"265294",49899,92263 +"265295",49900,56878 +"265296",49901,51186 +"265297",49901,71439 +"265298",49903,49918 +"265299",49903,49921 +"265300",49903,50316 +"265301",49903,58730 +"265302",49903,79981 +"265303",49903,100054 +"265304",49903,109744 +"265305",49903,113978 +"265306",49903,113982 +"265307",49903,114021 +"265308",49903,117857 +"265309",49904,50294 +"265310",49904,50782 +"265311",49904,74910 +"265312",49904,80559 +"265313",49904,104812 +"265314",49904,114471 +"265315",49906,49913 +"265316",49907,51099 +"265317",49907,93444 +"265318",49907,98379 +"265319",49907,112425 +"265320",49907,115054 +"265321",49908,72617 +"265322",49908,72660 +"265323",49908,72662 +"265324",49909,58953 +"265325",49911,50440 +"265326",49911,51213 +"265327",49911,55419 +"265328",49911,58228 +"265329",49911,66617 +"265330",49914,65279 +"265331",49914,80448 +"265332",49915,63656 +"265333",49915,82416 +"265334",49915,88758 +"265335",49916,72317 +"265336",49916,101198 +"265337",49917,67610 +"265338",49918,49921 +"265339",49918,58730 +"265340",49918,67588 +"265341",49918,67589 +"265342",49918,79981 +"265343",49918,100054 +"265344",49918,113978 +"265345",49918,113982 +"265346",49918,114021 +"265347",49918,117857 +"265348",49920,62704 +"265349",49920,81175 +"265350",49920,109111 +"265351",49921,94319 +"265352",49921,94329 +"265353",49921,94355 +"265354",49921,100054 +"265355",49922,54114 +"265356",49922,115150 +"265357",49924,49925 +"265358",49926,86651 +"265359",49928,85475 +"265360",49928,94660 +"265361",49928,116209 +"265362",49928,121899 +"265363",49928,122070 +"265364",49930,61398 +"265365",49931,49932 +"265366",49931,49935 +"265367",49932,49935 +"265368",49933,91477 +"265369",49934,49969 +"265370",49934,75733 +"265371",49935,50162 +"265372",49935,55045 +"265373",49936,49944 +"265374",49936,64436 +"265375",49937,74057 +"265376",49938,49960 +"265377",49938,49995 +"265378",49939,50467 +"265379",49939,50544 +"265380",49939,50569 +"265381",49940,80626 +"265382",49941,50378 +"265383",49941,78147 +"265384",49941,98456 +"265385",49941,98489 +"265386",49943,61389 +"265387",49943,87817 +"265388",49943,89386 +"265389",49945,52960 +"265390",49945,55569 +"265391",49945,57082 +"265392",49945,64382 +"265393",49945,68604 +"265394",49945,91532 +"265395",49945,113468 +"265396",49947,49978 +"265397",49947,57053 +"265398",49950,50018 +"265399",49951,58681 +"265400",49951,58746 +"265401",49952,50114 +"265402",49952,67583 +"265403",49952,67584 +"265404",49954,60477 +"265405",49954,101210 +"265406",49955,68841 +"265407",49955,96093 +"265408",49956,99092 +"265409",49957,97275 +"265410",49957,102116 +"265411",49958,50004 +"265412",49958,50005 +"265413",49958,78262 +"265414",49959,67394 +"265415",49960,49995 +"265416",49961,50524 +"265417",49962,55297 +"265418",49962,57892 +"265419",49962,58659 +"265420",49962,82125 +"265421",49962,82138 +"265422",49962,82139 +"265423",49962,82141 +"265424",49962,82150 +"265425",49962,82164 +"265426",49963,59279 +"265427",49963,60166 +"265428",49964,89655 +"265429",49964,95906 +"265430",49964,115782 +"265431",49965,55828 +"265432",49965,75760 +"265433",49965,78688 +"265434",49965,85951 +"265435",49965,90956 +"265436",49965,100336 +"265437",49966,78814 +"265438",49967,50591 +"265439",49967,109326 +"265440",49968,50000 +"265441",49968,69246 +"265442",49970,66727 +"265443",49971,64116 +"265444",49971,104552 +"265445",49974,53190 +"265446",49974,58036 +"265447",49974,68410 +"265448",49974,69366 +"265449",49974,75469 +"265450",49974,79497 +"265451",49974,86434 +"265452",49974,94790 +"265453",49974,97248 +"265454",49974,97267 +"265455",49974,97270 +"265456",49974,118160 +"265457",49976,63329 +"265458",49976,81448 +"265459",49976,91865 +"265460",49976,99772 +"265461",49977,51133 +"265462",49980,55760 +"265463",49980,65726 +"265464",49980,67449 +"265465",49980,71955 +"265466",49980,74108 +"265467",49980,83473 +"265468",49980,95971 +"265469",49981,78311 +"265470",49981,78319 +"265471",49982,51677 +"265472",49982,55406 +"265473",49982,82639 +"265474",49982,86686 +"265475",49983,63885 +"265476",49983,66021 +"265477",49983,87935 +"265478",49983,110723 +"265479",49983,110738 +"265480",49985,69947 +"265481",49988,60767 +"265482",49989,86868 +"265483",49989,104239 +"265484",49990,49991 +"265485",49990,55246 +"265486",49990,70379 +"265487",49990,79263 +"265488",49991,55246 +"265489",49992,55712 +"265490",49992,62188 +"265491",49992,88029 +"265492",49992,109892 +"265493",49993,55229 +"265494",49993,110186 +"265495",49993,115434 +"265496",49994,90258 +"265497",49994,109230 +"265498",49996,58691 +"265499",49996,64527 +"265500",49996,69838 +"265501",49996,69847 +"265502",49997,50209 +"265503",49997,52464 +"265504",49997,52858 +"265505",49997,57501 +"265506",49997,57525 +"265507",49997,60673 +"265508",49997,69782 +"265509",49997,69832 +"265510",49997,74669 +"265511",49997,76315 +"265512",49997,77550 +"265513",49998,59217 +"265514",49998,72096 +"265515",49998,106809 +"265516",49999,51682 +"265517",49999,55728 +"265518",49999,92801 +"265519",49999,93286 +"265520",49999,103879 +"265521",49999,103903 +"265522",50001,64321 +"265523",50001,83371 +"265524",50002,59843 +"265525",50002,99110 +"265526",50002,108415 +"265527",50002,110115 +"265528",50002,117292 +"265529",50003,50065 +"265530",50003,50125 +"265531",50003,87209 +"265532",50004,50005 +"265533",50004,68955 +"265534",50004,84483 +"265535",50004,90313 +"265536",50004,90315 +"265537",50004,105132 +"265538",50006,67617 +"265539",50006,96310 +"265540",50006,101907 +"265541",50006,103180 +"265542",50006,118064 +"265543",50008,73728 +"265544",50008,103420 +"265545",50009,53696 +"265546",50009,58449 +"265547",50009,66091 +"265548",50009,76414 +"265549",50009,80666 +"265550",50009,84419 +"265551",50009,85623 +"265552",50009,86595 +"265553",50009,90960 +"265554",50009,96073 +"265555",50010,74607 +"265556",50012,90654 +"265557",50012,92239 +"265558",50012,92871 +"265559",50013,68208 +"265560",50013,115802 +"265561",50014,50015 +"265562",50014,50016 +"265563",50015,50016 +"265564",50015,80426 +"265565",50015,113373 +"265566",50015,123210 +"265567",50016,61932 +"265568",50016,119042 +"265569",50017,52268 +"265570",50017,58412 +"265571",50017,58943 +"265572",50017,59031 +"265573",50017,68391 +"265574",50017,70880 +"265575",50017,72235 +"265576",50017,93001 +"265577",50017,93166 +"265578",50017,99574 +"265579",50017,100172 +"265580",50017,102288 +"265581",50017,106254 +"265582",50017,106360 +"265583",50017,106370 +"265584",50017,106379 +"265585",50017,106385 +"265586",50019,52975 +"265587",50019,53002 +"265588",50019,103769 +"265589",50019,108253 +"265590",50021,55476 +"265591",50021,67451 +"265592",50021,67761 +"265593",50021,78016 +"265594",50022,50873 +"265595",50022,50874 +"265596",50022,50875 +"265597",50022,50876 +"265598",50022,50944 +"265599",50022,50945 +"265600",50022,50985 +"265601",50022,50986 +"265602",50022,50993 +"265603",50022,50994 +"265604",50023,55675 +"265605",50023,57017 +"265606",50023,85958 +"265607",50023,87249 +"265608",50023,114906 +"265609",50024,50086 +"265610",50024,57258 +"265611",50024,80913 +"265612",50024,92123 +"265613",50024,94648 +"265614",50024,104226 +"265615",50024,104698 +"265616",50024,119977 +"265617",50024,120025 +"265618",50024,120038 +"265619",50025,60757 +"265620",50025,66812 +"265621",50026,77789 +"265622",50026,77858 +"265623",50028,75169 +"265624",50028,88483 +"265625",50029,50153 +"265626",50029,74863 +"265627",50030,57034 +"265628",50030,62809 +"265629",50030,104766 +"265630",50032,81807 +"265631",50032,82362 +"265632",50032,92199 +"265633",50032,113364 +"265634",50033,55325 +"265635",50033,76667 +"265636",50035,72048 +"265637",50037,65469 +"265638",50037,65585 +"265639",50037,65648 +"265640",50038,61687 +"265641",50038,73948 +"265642",50038,77163 +"265643",50038,118696 +"265644",50039,59910 +"265645",50039,90471 +"265646",50039,91190 +"265647",50040,96480 +"265648",50040,113768 +"265649",50041,53129 +"265650",50041,76133 +"265651",50041,104592 +"265652",50041,104942 +"265653",50044,81739 +"265654",50044,87077 +"265655",50045,121238 +"265656",50045,121314 +"265657",50046,50060 +"265658",50047,94098 +"265659",50049,69789 +"265660",50050,69096 +"265661",50050,99460 +"265662",50050,99464 +"265663",50050,99465 +"265664",50050,99538 +"265665",50052,60583 +"265666",50052,66067 +"265667",50052,66082 +"265668",50052,66960 +"265669",50052,78548 +"265670",50052,86067 +"265671",50052,115518 +"265672",50054,55880 +"265673",50056,88370 +"265674",50057,91192 +"265675",50058,52131 +"265676",50059,98359 +"265677",50060,71079 +"265678",50061,50388 +"265679",50061,52450 +"265680",50061,54059 +"265681",50061,55370 +"265682",50061,57804 +"265683",50061,59615 +"265684",50061,59940 +"265685",50061,60674 +"265686",50061,67363 +"265687",50061,71230 +"265688",50061,75595 +"265689",50061,76278 +"265690",50061,76740 +"265691",50061,76786 +"265692",50061,77272 +"265693",50061,77357 +"265694",50061,77402 +"265695",50061,78248 +"265696",50061,78255 +"265697",50061,78339 +"265698",50061,78445 +"265699",50061,79022 +"265700",50061,79716 +"265701",50061,79989 +"265702",50061,80281 +"265703",50061,81728 +"265704",50061,82196 +"265705",50061,82383 +"265706",50061,82810 +"265707",50061,82854 +"265708",50061,83853 +"265709",50061,83884 +"265710",50061,84379 +"265711",50061,84613 +"265712",50061,85465 +"265713",50061,85610 +"265714",50061,86351 +"265715",50061,86451 +"265716",50061,86882 +"265717",50061,87175 +"265718",50061,87451 +"265719",50061,87521 +"265720",50061,87572 +"265721",50061,87663 +"265722",50061,87721 +"265723",50061,87862 +"265724",50063,50173 +"265725",50063,50604 +"265726",50063,58133 +"265727",50063,58293 +"265728",50063,62793 +"265729",50063,64960 +"265730",50063,68569 +"265731",50063,70925 +"265732",50063,78256 +"265733",50063,79612 +"265734",50063,81675 +"265735",50063,83865 +"265736",50063,85462 +"265737",50063,93820 +"265738",50063,96512 +"265739",50063,101568 +"265740",50063,111773 +"265741",50064,50067 +"265742",50064,50554 +"265743",50064,50879 +"265744",50064,51783 +"265745",50064,52018 +"265746",50064,53444 +"265747",50064,53527 +"265748",50064,53555 +"265749",50064,54275 +"265750",50064,56628 +"265751",50064,58004 +"265752",50064,58068 +"265753",50064,58633 +"265754",50064,61111 +"265755",50064,61127 +"265756",50064,68287 +"265757",50065,50125 +"265758",50066,50129 +"265759",50066,57740 +"265760",50066,58362 +"265761",50067,50554 +"265762",50067,50879 +"265763",50067,51783 +"265764",50067,52018 +"265765",50067,53444 +"265766",50067,53527 +"265767",50067,53555 +"265768",50067,54275 +"265769",50067,56628 +"265770",50067,58004 +"265771",50067,58068 +"265772",50067,58633 +"265773",50067,61111 +"265774",50067,61127 +"265775",50067,68287 +"265776",50068,60948 +"265777",50068,69920 +"265778",50068,70874 +"265779",50068,85261 +"265780",50068,90342 +"265781",50068,110424 +"265782",50068,120536 +"265783",50070,51774 +"265784",50070,53884 +"265785",50070,62107 +"265786",50070,78731 +"265787",50071,59347 +"265788",50071,59374 +"265789",50071,59375 +"265790",50072,51205 +"265791",50072,53478 +"265792",50072,59723 +"265793",50072,59726 +"265794",50072,59775 +"265795",50072,64849 +"265796",50072,76184 +"265797",50072,90154 +"265798",50072,96903 +"265799",50072,101214 +"265800",50072,101460 +"265801",50072,119791 +"265802",50073,50241 +"265803",50073,50437 +"265804",50073,50438 +"265805",50074,88299 +"265806",50075,94603 +"265807",50076,51774 +"265808",50076,52785 +"265809",50076,123264 +"265810",50077,50332 +"265811",50077,54745 +"265812",50077,55611 +"265813",50077,57902 +"265814",50077,59037 +"265815",50078,50152 +"265816",50079,100301 +"265817",50080,52545 +"265818",50080,59107 +"265819",50081,58641 +"265820",50081,60058 +"265821",50081,60923 +"265822",50081,64204 +"265823",50081,76316 +"265824",50082,67478 +"265825",50082,70837 +"265826",50082,114733 +"265827",50083,55725 +"265828",50083,69411 +"265829",50083,102648 +"265830",50083,102664 +"265831",50083,105434 +"265832",50084,84048 +"265833",50084,97274 +"265834",50084,113554 +"265835",50084,113608 +"265836",50085,112962 +"265837",50086,58371 +"265838",50086,58637 +"265839",50086,59088 +"265840",50086,62771 +"265841",50086,62781 +"265842",50086,63206 +"265843",50086,64002 +"265844",50086,65593 +"265845",50086,66027 +"265846",50086,68340 +"265847",50086,70233 +"265848",50086,74750 +"265849",50086,74921 +"265850",50086,77116 +"265851",50086,78872 +"265852",50086,86210 +"265853",50086,87159 +"265854",50086,87234 +"265855",50086,88484 +"265856",50086,89880 +"265857",50086,90475 +"265858",50086,92123 +"265859",50086,103099 +"265860",50086,103201 +"265861",50086,104226 +"265862",50086,104994 +"265863",50086,105022 +"265864",50086,105288 +"265865",50086,105971 +"265866",50086,117883 +"265867",50087,83561 +"265868",50087,83562 +"265869",50087,98409 +"265870",50089,52901 +"265871",50089,58056 +"265872",50090,98632 +"265873",50091,66178 +"265874",50092,50093 +"265875",50092,50142 +"265876",50092,52216 +"265877",50092,60663 +"265878",50092,63146 +"265879",50092,74044 +"265880",50092,81472 +"265881",50092,99989 +"265882",50092,112294 +"265883",50092,113447 +"265884",50092,116546 +"265885",50092,121664 +"265886",50093,50142 +"265887",50093,93395 +"265888",50093,95136 +"265889",50093,104064 +"265890",50095,66912 +"265891",50096,114278 +"265892",50096,122060 +"265893",50097,50098 +"265894",50098,63084 +"265895",50099,50494 +"265896",50100,56066 +"265897",50100,65299 +"265898",50100,82499 +"265899",50100,92313 +"265900",50101,71615 +"265901",50101,71692 +"265902",50102,57783 +"265903",50102,59646 +"265904",50102,65800 +"265905",50102,67564 +"265906",50102,69362 +"265907",50102,69369 +"265908",50102,71693 +"265909",50102,76590 +"265910",50102,79689 +"265911",50102,86600 +"265912",50102,88782 +"265913",50102,92517 +"265914",50102,100140 +"265915",50102,105198 +"265916",50102,107667 +"265917",50102,110250 +"265918",50102,122588 +"265919",50102,122819 +"265920",50102,122852 +"265921",50102,122861 +"265922",50102,122863 +"265923",50102,122864 +"265924",50103,66596 +"265925",50103,100210 +"265926",50104,95636 +"265927",50105,51555 +"265928",50105,57942 +"265929",50105,85436 +"265930",50105,91656 +"265931",50105,103826 +"265932",50105,111095 +"265933",50106,68059 +"265934",50107,59331 +"265935",50108,50278 +"265936",50108,87112 +"265937",50108,106268 +"265938",50109,64424 +"265939",50109,109380 +"265940",50109,115046 +"265941",50110,50174 +"265942",50112,60481 +"265943",50112,79849 +"265944",50114,58277 +"265945",50114,58402 +"265946",50114,67583 +"265947",50114,67584 +"265948",50117,51784 +"265949",50117,77474 +"265950",50117,109755 +"265951",50118,85344 +"265952",50118,116375 +"265953",50119,58943 +"265954",50119,115322 +"265955",50120,59216 +"265956",50120,73245 +"265957",50122,50426 +"265958",50122,63077 +"265959",50122,72167 +"265960",50122,77929 +"265961",50122,83637 +"265962",50122,108684 +"265963",50122,108687 +"265964",50123,110095 +"265965",50124,55784 +"265966",50124,91502 +"265967",50124,113704 +"265968",50126,73052 +"265969",50126,105751 +"265970",50126,105807 +"265971",50127,81413 +"265972",50127,105123 +"265973",50128,60572 +"265974",50128,85600 +"265975",50130,95650 +"265976",50131,68923 +"265977",50131,116707 +"265978",50132,57221 +"265979",50132,77722 +"265980",50133,85770 +"265981",50133,89085 +"265982",50134,60549 +"265983",50135,53491 +"265984",50135,63694 +"265985",50135,81426 +"265986",50136,57291 +"265987",50137,58655 +"265988",50137,62936 +"265989",50137,84251 +"265990",50137,84326 +"265991",50137,113620 +"265992",50138,58330 +"265993",50140,51247 +"265994",50141,53636 +"265995",50141,99800 +"265996",50143,69674 +"265997",50143,97369 +"265998",50144,50157 +"265999",50144,63024 +"266000",50145,76425 +"266001",50146,52369 +"266002",50146,56679 +"266003",50146,58356 +"266004",50147,104414 +"266005",50148,75804 +"266006",50148,91036 +"266007",50148,109844 +"266008",50149,53460 +"266009",50149,66578 +"266010",50149,73601 +"266011",50149,78184 +"266012",50149,88724 +"266013",50149,121996 +"266014",50149,122000 +"266015",50149,122003 +"266016",50150,94870 +"266017",50150,94874 +"266018",50152,74033 +"266019",50152,85408 +"266020",50152,107678 +"266021",50153,62950 +"266022",50153,70852 +"266023",50153,79069 +"266024",50153,94808 +"266025",50153,98828 +"266026",50153,103789 +"266027",50153,105374 +"266028",50153,105729 +"266029",50153,105730 +"266030",50153,105761 +"266031",50153,106451 +"266032",50154,53709 +"266033",50154,79918 +"266034",50154,82360 +"266035",50155,51835 +"266036",50155,56225 +"266037",50155,58262 +"266038",50155,100741 +"266039",50155,111980 +"266040",50156,73640 +"266041",50156,93345 +"266042",50156,111291 +"266043",50156,111295 +"266044",50157,82633 +"266045",50157,94154 +"266046",50157,101525 +"266047",50157,112552 +"266048",50158,50253 +"266049",50159,57260 +"266050",50159,66380 +"266051",50159,66382 +"266052",50161,52244 +"266053",50161,76867 +"266054",50161,94331 +"266055",50162,50285 +"266056",50162,50443 +"266057",50162,50567 +"266058",50162,55045 +"266059",50163,57410 +"266060",50163,88232 +"266061",50163,110208 +"266062",50164,63339 +"266063",50164,72833 +"266064",50164,103219 +"266065",50165,56639 +"266066",50165,70262 +"266067",50165,70263 +"266068",50165,70271 +"266069",50165,70447 +"266070",50167,94163 +"266071",50167,122680 +"266072",50168,62359 +"266073",50168,90989 +"266074",50168,100939 +"266075",50168,111762 +"266076",50169,50276 +"266077",50170,55827 +"266078",50170,76469 +"266079",50170,100085 +"266080",50170,111840 +"266081",50171,50172 +"266082",50172,65674 +"266083",50173,50217 +"266084",50173,59873 +"266085",50173,92996 +"266086",50173,100274 +"266087",50175,66925 +"266088",50175,70147 +"266089",50175,71262 +"266090",50176,52526 +"266091",50176,63423 +"266092",50176,69440 +"266093",50176,115351 +"266094",50178,74525 +"266095",50179,60088 +"266096",50179,79436 +"266097",50179,85372 +"266098",50180,51705 +"266099",50180,92151 +"266100",50180,102866 +"266101",50181,92662 +"266102",50183,50390 +"266103",50184,50660 +"266104",50184,69564 +"266105",50184,69631 +"266106",50185,64712 +"266107",50185,93513 +"266108",50185,101409 +"266109",50185,105847 +"266110",50185,112469 +"266111",50185,112482 +"266112",50185,117335 +"266113",50186,52011 +"266114",50188,122165 +"266115",50189,60336 +"266116",50189,60337 +"266117",50189,68694 +"266118",50190,50267 +"266119",50190,75856 +"266120",50190,84060 +"266121",50190,112217 +"266122",50191,70475 +"266123",50191,87984 +"266124",50192,53495 +"266125",50192,71603 +"266126",50192,104958 +"266127",50193,50194 +"266128",50193,50199 +"266129",50193,50672 +"266130",50193,84858 +"266131",50193,93659 +"266132",50194,50199 +"266133",50194,50672 +"266134",50195,60820 +"266135",50196,52053 +"266136",50196,71287 +"266137",50196,71337 +"266138",50197,50989 +"266139",50197,55019 +"266140",50197,86968 +"266141",50198,58137 +"266142",50199,50672 +"266143",50200,52508 +"266144",50200,56187 +"266145",50200,90147 +"266146",50201,59558 +"266147",50201,69824 +"266148",50201,87357 +"266149",50201,99379 +"266150",50204,50302 +"266151",50204,51476 +"266152",50204,77682 +"266153",50204,79718 +"266154",50204,96090 +"266155",50204,98173 +"266156",50204,114093 +"266157",50205,66094 +"266158",50205,68060 +"266159",50207,50488 +"266160",50207,52112 +"266161",50207,53415 +"266162",50207,56357 +"266163",50207,57636 +"266164",50207,58482 +"266165",50207,59798 +"266166",50207,70907 +"266167",50207,71683 +"266168",50207,75277 +"266169",50207,77125 +"266170",50207,78398 +"266171",50207,82426 +"266172",50207,84343 +"266173",50207,85000 +"266174",50207,85101 +"266175",50207,91682 +"266176",50207,95267 +"266177",50207,97580 +"266178",50207,98727 +"266179",50207,98776 +"266180",50207,100795 +"266181",50207,106824 +"266182",50207,108879 +"266183",50207,109166 +"266184",50207,109858 +"266185",50207,109878 +"266186",50207,112962 +"266187",50207,113051 +"266188",50207,113118 +"266189",50207,113990 +"266190",50207,115413 +"266191",50207,116123 +"266192",50207,117258 +"266193",50207,117560 +"266194",50207,118128 +"266195",50207,118836 +"266196",50207,118866 +"266197",50207,118873 +"266198",50207,119131 +"266199",50207,119513 +"266200",50207,119716 +"266201",50207,119769 +"266202",50207,120123 +"266203",50207,120169 +"266204",50207,120725 +"266205",50207,120944 +"266206",50207,121609 +"266207",50207,122007 +"266208",50207,122032 +"266209",50207,122035 +"266210",50207,122724 +"266211",50207,123070 +"266212",50207,123394 +"266213",50207,123490 +"266214",50208,61288 +"266215",50208,73374 +"266216",50208,80619 +"266217",50208,88627 +"266218",50208,96268 +"266219",50208,99601 +"266220",50208,102322 +"266221",50208,102337 +"266222",50209,53618 +"266223",50209,72906 +"266224",50209,74669 +"266225",50209,83277 +"266226",50209,86209 +"266227",50209,87810 +"266228",50209,90394 +"266229",50209,105613 +"266230",50210,55202 +"266231",50210,62059 +"266232",50212,66135 +"266233",50212,71553 +"266234",50212,71619 +"266235",50212,71620 +"266236",50213,53055 +"266237",50213,54042 +"266238",50213,57944 +"266239",50213,68687 +"266240",50213,69880 +"266241",50213,78446 +"266242",50213,110505 +"266243",50213,116389 +"266244",50213,118484 +"266245",50214,84752 +"266246",50215,52184 +"266247",50216,73278 +"266248",50216,80500 +"266249",50216,97445 +"266250",50216,102226 +"266251",50217,61604 +"266252",50217,84618 +"266253",50217,89447 +"266254",50217,111778 +"266255",50217,117057 +"266256",50218,90164 +"266257",50218,106756 +"266258",50219,50913 +"266259",50219,84138 +"266260",50219,84193 +"266261",50219,87060 +"266262",50219,92619 +"266263",50219,109904 +"266264",50220,50277 +"266265",50220,60692 +"266266",50220,86977 +"266267",50220,88893 +"266268",50220,88922 +"266269",50220,104220 +"266270",50220,112588 +"266271",50222,107421 +"266272",50223,52940 +"266273",50223,53628 +"266274",50223,73922 +"266275",50223,78253 +"266276",50224,57143 +"266277",50224,72083 +"266278",50224,97368 +"266279",50224,99882 +"266280",50226,58195 +"266281",50226,73549 +"266282",50226,95939 +"266283",50227,50228 +"266284",50227,51305 +"266285",50227,51611 +"266286",50227,52852 +"266287",50227,60401 +"266288",50227,62923 +"266289",50227,64493 +"266290",50227,64517 +"266291",50227,64694 +"266292",50227,64763 +"266293",50228,51305 +"266294",50228,51611 +"266295",50228,52852 +"266296",50228,60401 +"266297",50228,62923 +"266298",50228,64493 +"266299",50228,64517 +"266300",50228,64694 +"266301",50228,64763 +"266302",50229,64906 +"266303",50229,70275 +"266304",50229,85696 +"266305",50229,89392 +"266306",50229,92871 +"266307",50229,94709 +"266308",50229,107053 +"266309",50229,121338 +"266310",50230,52974 +"266311",50230,55870 +"266312",50230,92764 +"266313",50230,97139 +"266314",50230,103747 +"266315",50231,52749 +"266316",50231,82840 +"266317",50232,61309 +"266318",50232,82732 +"266319",50232,109173 +"266320",50234,53277 +"266321",50234,89135 +"266322",50235,53252 +"266323",50235,59210 +"266324",50235,62063 +"266325",50235,62793 +"266326",50235,70925 +"266327",50235,71006 +"266328",50235,72573 +"266329",50235,78102 +"266330",50235,79183 +"266331",50235,81722 +"266332",50235,95030 +"266333",50235,98343 +"266334",50235,100291 +"266335",50235,101016 +"266336",50235,101087 +"266337",50235,101155 +"266338",50235,101164 +"266339",50235,101189 +"266340",50235,101967 +"266341",50235,102204 +"266342",50235,102401 +"266343",50235,102731 +"266344",50235,105495 +"266345",50235,105955 +"266346",50235,116302 +"266347",50235,116315 +"266348",50235,116325 +"266349",50235,116331 +"266350",50235,121979 +"266351",50236,56082 +"266352",50236,56237 +"266353",50236,63954 +"266354",50236,68351 +"266355",50236,70838 +"266356",50236,79082 +"266357",50236,90966 +"266358",50236,91912 +"266359",50236,97237 +"266360",50236,101793 +"266361",50236,109663 +"266362",50236,112437 +"266363",50236,121127 +"266364",50236,122267 +"266365",50236,122312 +"266366",50237,58629 +"266367",50237,106943 +"266368",50238,68177 +"266369",50238,68628 +"266370",50239,86268 +"266371",50239,91535 +"266372",50240,52098 +"266373",50240,52139 +"266374",50241,50437 +"266375",50241,50438 +"266376",50241,76437 +"266377",50242,87946 +"266378",50242,112409 +"266379",50243,50244 +"266380",50243,78217 +"266381",50243,90733 +"266382",50243,90763 +"266383",50243,94495 +"266384",50244,51508 +"266385",50246,59007 +"266386",50246,89736 +"266387",50246,108232 +"266388",50247,56951 +"266389",50247,76133 +"266390",50247,111886 +"266391",50247,111896 +"266392",50247,111906 +"266393",50248,50636 +"266394",50248,53519 +"266395",50248,54902 +"266396",50248,73917 +"266397",50248,83812 +"266398",50248,98199 +"266399",50248,99886 +"266400",50248,118973 +"266401",50248,119275 +"266402",50248,120047 +"266403",50250,88613 +"266404",50252,88259 +"266405",50254,56848 +"266406",50254,63282 +"266407",50254,67556 +"266408",50254,75374 +"266409",50254,76646 +"266410",50254,95149 +"266411",50254,108799 +"266412",50255,63267 +"266413",50255,86420 +"266414",50255,88093 +"266415",50255,99197 +"266416",50255,103755 +"266417",50255,103766 +"266418",50255,116541 +"266419",50256,122177 +"266420",50257,59622 +"266421",50259,50260 +"266422",50259,50266 +"266423",50259,70440 +"266424",50259,92239 +"266425",50259,110217 +"266426",50259,116422 +"266427",50260,50266 +"266428",50260,70440 +"266429",50261,52333 +"266430",50261,55245 +"266431",50261,60615 +"266432",50261,88471 +"266433",50261,96241 +"266434",50261,97461 +"266435",50261,101123 +"266436",50261,103635 +"266437",50261,104795 +"266438",50261,104805 +"266439",50261,104807 +"266440",50261,108564 +"266441",50261,108569 +"266442",50261,113304 +"266443",50261,115463 +"266444",50261,115464 +"266445",50261,115468 +"266446",50261,118620 +"266447",50264,88199 +"266448",50266,52920 +"266449",50266,70440 +"266450",50266,71729 +"266451",50266,108349 +"266452",50268,50915 +"266453",50268,53784 +"266454",50268,70111 +"266455",50268,107728 +"266456",50269,53935 +"266457",50269,56835 +"266458",50269,71110 +"266459",50269,71529 +"266460",50269,77969 +"266461",50269,78132 +"266462",50269,85644 +"266463",50269,97750 +"266464",50271,50337 +"266465",50271,50338 +"266466",50271,84756 +"266467",50271,108940 +"266468",50271,113285 +"266469",50272,60750 +"266470",50272,68056 +"266471",50273,50333 +"266472",50274,60317 +"266473",50274,71501 +"266474",50274,103275 +"266475",50275,56688 +"266476",50275,62819 +"266477",50275,74373 +"266478",50275,84637 +"266479",50275,96954 +"266480",50276,56550 +"266481",50276,63080 +"266482",50277,86437 +"266483",50278,59097 +"266484",50278,79106 +"266485",50278,93055 +"266486",50278,100131 +"266487",50278,101250 +"266488",50278,101497 +"266489",50280,74325 +"266490",50280,91944 +"266491",50281,50845 +"266492",50282,63333 +"266493",50282,63383 +"266494",50282,63385 +"266495",50283,68241 +"266496",50283,84888 +"266497",50283,84898 +"266498",50284,92529 +"266499",50285,50443 +"266500",50285,50567 +"266501",50285,57767 +"266502",50286,52356 +"266503",50286,91878 +"266504",50286,106482 +"266505",50286,112055 +"266506",50286,112124 +"266507",50287,98447 +"266508",50287,107961 +"266509",50287,119805 +"266510",50288,50296 +"266511",50288,66815 +"266512",50288,82691 +"266513",50288,82717 +"266514",50288,82718 +"266515",50289,50396 +"266516",50289,50429 +"266517",50290,50299 +"266518",50290,103984 +"266519",50290,103985 +"266520",50291,51684 +"266521",50292,98871 +"266522",50293,66181 +"266523",50293,116903 +"266524",50293,118445 +"266525",50294,74910 +"266526",50294,84607 +"266527",50294,101299 +"266528",50296,66815 +"266529",50297,50987 +"266530",50300,51981 +"266531",50300,59479 +"266532",50300,94757 +"266533",50300,108932 +"266534",50300,111016 +"266535",50300,118656 +"266536",50301,68371 +"266537",50301,82993 +"266538",50301,83173 +"266539",50301,98593 +"266540",50303,50424 +"266541",50303,50813 +"266542",50303,51260 +"266543",50303,55010 +"266544",50303,58105 +"266545",50303,59433 +"266546",50303,62280 +"266547",50303,64359 +"266548",50304,72712 +"266549",50304,76872 +"266550",50304,79760 +"266551",50304,104820 +"266552",50305,95618 +"266553",50306,57641 +"266554",50306,102323 +"266555",50306,102335 +"266556",50307,52521 +"266557",50307,72129 +"266558",50307,106759 +"266559",50308,50623 +"266560",50308,51234 +"266561",50308,68249 +"266562",50308,106690 +"266563",50309,50325 +"266564",50309,50330 +"266565",50309,50363 +"266566",50309,50385 +"266567",50309,50393 +"266568",50309,50405 +"266569",50309,50413 +"266570",50309,69658 +"266571",50309,69665 +"266572",50309,69679 +"266573",50309,69699 +"266574",50311,50459 +"266575",50311,67494 +"266576",50311,91191 +"266577",50313,56001 +"266578",50313,59703 +"266579",50313,61879 +"266580",50313,63019 +"266581",50313,66845 +"266582",50314,50315 +"266583",50314,80946 +"266584",50314,84242 +"266585",50316,84334 +"266586",50316,94388 +"266587",50316,109744 +"266588",50318,50444 +"266589",50318,50667 +"266590",50318,63210 +"266591",50319,66055 +"266592",50319,70778 +"266593",50319,72060 +"266594",50319,80938 +"266595",50319,80939 +"266596",50319,80940 +"266597",50319,80941 +"266598",50319,80949 +"266599",50319,80955 +"266600",50319,80956 +"266601",50319,80957 +"266602",50319,80985 +"266603",50319,80989 +"266604",50319,81007 +"266605",50319,81022 +"266606",50319,81026 +"266607",50319,81036 +"266608",50319,81037 +"266609",50319,81038 +"266610",50319,81139 +"266611",50319,109984 +"266612",50319,109987 +"266613",50320,64384 +"266614",50320,65941 +"266615",50322,68422 +"266616",50322,69048 +"266617",50322,86474 +"266618",50322,106294 +"266619",50322,106304 +"266620",50323,50350 +"266621",50323,51775 +"266622",50323,69758 +"266623",50323,71445 +"266624",50323,95005 +"266625",50324,50344 +"266626",50325,50330 +"266627",50325,50363 +"266628",50325,50385 +"266629",50325,50393 +"266630",50325,50405 +"266631",50325,50413 +"266632",50327,50334 +"266633",50327,50932 +"266634",50327,62281 +"266635",50327,73270 +"266636",50328,51454 +"266637",50328,61067 +"266638",50330,50363 +"266639",50330,50385 +"266640",50330,50393 +"266641",50330,50405 +"266642",50330,50413 +"266643",50331,110002 +"266644",50332,54745 +"266645",50332,55611 +"266646",50332,57902 +"266647",50332,59037 +"266648",50333,55842 +"266649",50333,76081 +"266650",50333,87376 +"266651",50334,50932 +"266652",50334,55968 +"266653",50335,50928 +"266654",50335,51200 +"266655",50335,51201 +"266656",50335,53884 +"266657",50335,79731 +"266658",50335,89982 +"266659",50335,94627 +"266660",50335,102292 +"266661",50335,108197 +"266662",50335,111525 +"266663",50337,50338 +"266664",50339,50416 +"266665",50342,50421 +"266666",50346,107228 +"266667",50347,82893 +"266668",50347,94038 +"266669",50349,61551 +"266670",50349,67019 +"266671",50350,77852 +"266672",50351,103203 +"266673",50351,105309 +"266674",50351,115598 +"266675",50352,99880 +"266676",50352,123066 +"266677",50354,56850 +"266678",50354,57697 +"266679",50354,59975 +"266680",50354,62929 +"266681",50354,89645 +"266682",50356,92026 +"266683",50357,68414 +"266684",50358,90582 +"266685",50358,94455 +"266686",50360,76110 +"266687",50360,82045 +"266688",50360,94237 +"266689",50362,50957 +"266690",50362,50958 +"266691",50362,92385 +"266692",50363,50385 +"266693",50363,50393 +"266694",50363,50405 +"266695",50363,50413 +"266696",50364,69189 +"266697",50364,118737 +"266698",50365,50366 +"266699",50367,51248 +"266700",50367,54820 +"266701",50367,59969 +"266702",50367,61778 +"266703",50367,62025 +"266704",50367,65162 +"266705",50367,65746 +"266706",50367,68475 +"266707",50367,76613 +"266708",50367,81508 +"266709",50367,84682 +"266710",50367,109221 +"266711",50367,110994 +"266712",50367,120028 +"266713",50367,120929 +"266714",50367,120967 +"266715",50368,68027 +"266716",50369,76490 +"266717",50370,73188 +"266718",50371,102088 +"266719",50372,57220 +"266720",50372,84973 +"266721",50373,69054 +"266722",50373,82273 +"266723",50373,111805 +"266724",50374,68443 +"266725",50375,50402 +"266726",50376,101045 +"266727",50376,123090 +"266728",50377,73495 +"266729",50378,60926 +"266730",50378,68777 +"266731",50378,78147 +"266732",50378,98456 +"266733",50378,98489 +"266734",50379,50614 +"266735",50380,51396 +"266736",50380,58035 +"266737",50380,64031 +"266738",50380,67434 +"266739",50380,78875 +"266740",50380,79766 +"266741",50380,80471 +"266742",50380,82203 +"266743",50380,90803 +"266744",50380,101783 +"266745",50380,109319 +"266746",50380,111888 +"266747",50380,117743 +"266748",50381,55841 +"266749",50381,55869 +"266750",50381,55890 +"266751",50381,55958 +"266752",50382,59484 +"266753",50382,62424 +"266754",50382,70406 +"266755",50382,76917 +"266756",50382,87720 +"266757",50384,88930 +"266758",50384,101941 +"266759",50384,105555 +"266760",50384,105572 +"266761",50385,50393 +"266762",50385,50405 +"266763",50385,50413 +"266764",50387,51819 +"266765",50387,53546 +"266766",50387,56476 +"266767",50387,58230 +"266768",50387,75244 +"266769",50387,83747 +"266770",50387,100396 +"266771",50387,106875 +"266772",50388,68005 +"266773",50388,72125 +"266774",50388,85912 +"266775",50388,108196 +"266776",50388,108378 +"266777",50391,69927 +"266778",50392,51204 +"266779",50392,95188 +"266780",50392,95549 +"266781",50392,107666 +"266782",50393,50405 +"266783",50393,50413 +"266784",50394,61036 +"266785",50394,109182 +"266786",50394,109788 +"266787",50394,110061 +"266788",50395,51074 +"266789",50395,52685 +"266790",50395,115222 +"266791",50395,118749 +"266792",50396,50429 +"266793",50397,54278 +"266794",50397,54521 +"266795",50397,71932 +"266796",50397,72319 +"266797",50397,72746 +"266798",50397,88623 +"266799",50397,88626 +"266800",50397,88752 +"266801",50397,90336 +"266802",50397,91073 +"266803",50397,98985 +"266804",50397,99482 +"266805",50397,103258 +"266806",50397,107918 +"266807",50397,119207 +"266808",50398,99530 +"266809",50398,100935 +"266810",50398,101026 +"266811",50398,101035 +"266812",50398,101454 +"266813",50398,103819 +"266814",50398,116312 +"266815",50399,50400 +"266816",50399,50432 +"266817",50399,54572 +"266818",50399,54716 +"266819",50399,65396 +"266820",50399,65397 +"266821",50399,66190 +"266822",50399,111624 +"266823",50400,65396 +"266824",50400,65397 +"266825",50400,68018 +"266826",50400,78715 +"266827",50401,67385 +"266828",50401,70126 +"266829",50401,82619 +"266830",50401,84415 +"266831",50403,50664 +"266832",50403,77898 +"266833",50403,102221 +"266834",50403,111405 +"266835",50404,68258 +"266836",50404,106751 +"266837",50405,50413 +"266838",50406,52203 +"266839",50406,66227 +"266840",50406,66358 +"266841",50407,72646 +"266842",50408,58327 +"266843",50409,54357 +"266844",50409,84726 +"266845",50409,117010 +"266846",50409,122710 +"266847",50411,70354 +"266848",50411,97114 +"266849",50411,97121 +"266850",50411,97126 +"266851",50411,97127 +"266852",50411,97131 +"266853",50412,79752 +"266854",50412,82023 +"266855",50412,82598 +"266856",50412,88314 +"266857",50412,92490 +"266858",50412,110618 +"266859",50412,121775 +"266860",50413,56109 +"266861",50414,63718 +"266862",50415,58446 +"266863",50416,58211 +"266864",50416,72063 +"266865",50418,61166 +"266866",50418,112145 +"266867",50418,122048 +"266868",50418,123239 +"266869",50419,70377 +"266870",50419,87407 +"266871",50419,99905 +"266872",50419,99908 +"266873",50420,52557 +"266874",50420,62014 +"266875",50420,62368 +"266876",50422,81316 +"266877",50423,118611 +"266878",50423,119903 +"266879",50423,119904 +"266880",50425,50613 +"266881",50425,57253 +"266882",50425,66261 +"266883",50425,68457 +"266884",50425,69198 +"266885",50425,77565 +"266886",50425,78974 +"266887",50425,86023 +"266888",50425,87813 +"266889",50425,88773 +"266890",50425,90993 +"266891",50425,90994 +"266892",50425,92417 +"266893",50425,100319 +"266894",50425,101250 +"266895",50425,101462 +"266896",50425,101743 +"266897",50425,102274 +"266898",50425,109885 +"266899",50425,110742 +"266900",50425,112606 +"266901",50425,116142 +"266902",50425,116150 +"266903",50425,116151 +"266904",50425,116152 +"266905",50425,116155 +"266906",50425,116159 +"266907",50425,116163 +"266908",50425,116165 +"266909",50425,116166 +"266910",50425,116171 +"266911",50425,116677 +"266912",50425,116678 +"266913",50425,118522 +"266914",50426,72167 +"266915",50428,55541 +"266916",50428,68613 +"266917",50429,57519 +"266918",50429,57526 +"266919",50429,57546 +"266920",50429,57558 +"266921",50429,57559 +"266922",50430,62721 +"266923",50430,108106 +"266924",50431,50845 +"266925",50431,54348 +"266926",50431,92743 +"266927",50432,54572 +"266928",50432,54716 +"266929",50432,66190 +"266930",50433,109584 +"266931",50436,52580 +"266932",50436,54138 +"266933",50436,70961 +"266934",50437,50438 +"266935",50439,52644 +"266936",50439,68778 +"266937",50440,52460 +"266938",50440,53015 +"266939",50440,58228 +"266940",50442,91616 +"266941",50442,92117 +"266942",50442,96240 +"266943",50443,50567 +"266944",50444,50667 +"266945",50444,55906 +"266946",50444,60980 +"266947",50445,50805 +"266948",50446,50477 +"266949",50446,50481 +"266950",50446,50493 +"266951",50446,50566 +"266952",50446,50571 +"266953",50448,50496 +"266954",50448,54110 +"266955",50448,105247 +"266956",50449,60170 +"266957",50449,74184 +"266958",50450,84106 +"266959",50451,103254 +"266960",50451,107387 +"266961",50454,50511 +"266962",50454,94553 +"266963",50454,110153 +"266964",50454,110156 +"266965",50454,110157 +"266966",50454,119430 +"266967",50455,50516 +"266968",50455,50528 +"266969",50456,60340 +"266970",50456,66397 +"266971",50456,67960 +"266972",50456,69497 +"266973",50456,73084 +"266974",50456,90505 +"266975",50456,101183 +"266976",50457,50471 +"266977",50457,50503 +"266978",50457,50518 +"266979",50457,50523 +"266980",50457,50555 +"266981",50457,50574 +"266982",50457,56301 +"266983",50457,59329 +"266984",50457,60139 +"266985",50457,62267 +"266986",50458,50562 +"266987",50459,103241 +"266988",50459,103807 +"266989",50460,100124 +"266990",50461,121241 +"266991",50463,80890 +"266992",50463,116329 +"266993",50463,116845 +"266994",50464,50533 +"266995",50465,50502 +"266996",50465,89680 +"266997",50466,87497 +"266998",50467,50544 +"266999",50467,50569 +"267000",50467,56254 +"267001",50467,93343 +"267002",50467,94071 +"267003",50467,104357 +"267004",50468,50530 +"267005",50468,56491 +"267006",50468,56525 +"267007",50468,67813 +"267008",50468,80860 +"267009",50468,80928 +"267010",50468,83184 +"267011",50468,86536 +"267012",50468,88480 +"267013",50468,91207 +"267014",50468,91220 +"267015",50468,94167 +"267016",50468,110956 +"267017",50468,111140 +"267018",50468,115926 +"267019",50468,117496 +"267020",50468,118554 +"267021",50468,118565 +"267022",50468,118634 +"267023",50468,118639 +"267024",50468,119266 +"267025",50468,120710 +"267026",50468,122490 +"267027",50469,50546 +"267028",50471,50503 +"267029",50471,50518 +"267030",50471,50523 +"267031",50471,50555 +"267032",50471,50574 +"267033",50471,56301 +"267034",50471,56376 +"267035",50471,66554 +"267036",50471,66598 +"267037",50472,60477 +"267038",50473,66760 +"267039",50473,95288 +"267040",50473,107359 +"267041",50473,114050 +"267042",50474,50490 +"267043",50474,50531 +"267044",50474,76977 +"267045",50474,84464 +"267046",50476,83604 +"267047",50476,93665 +"267048",50477,50481 +"267049",50477,50493 +"267050",50477,50566 +"267051",50477,50571 +"267052",50477,53710 +"267053",50480,50746 +"267054",50480,50866 +"267055",50480,51610 +"267056",50480,59643 +"267057",50480,66823 +"267058",50480,66846 +"267059",50480,73781 +"267060",50481,50493 +"267061",50481,50566 +"267062",50481,50571 +"267063",50481,62656 +"267064",50482,63206 +"267065",50482,64009 +"267066",50482,66369 +"267067",50482,66798 +"267068",50482,69715 +"267069",50482,77166 +"267070",50482,86181 +"267071",50482,86233 +"267072",50482,95335 +"267073",50482,106042 +"267074",50482,117047 +"267075",50482,117072 +"267076",50482,117074 +"267077",50483,84396 +"267078",50484,85512 +"267079",50486,50917 +"267080",50486,68025 +"267081",50486,80602 +"267082",50486,104249 +"267083",50486,108318 +"267084",50486,108330 +"267085",50487,53333 +"267086",50487,58820 +"267087",50487,66557 +"267088",50487,84475 +"267089",50487,88863 +"267090",50487,92419 +"267091",50487,92570 +"267092",50487,92736 +"267093",50487,102008 +"267094",50487,102022 +"267095",50487,102772 +"267096",50487,102815 +"267097",50488,50558 +"267098",50488,52112 +"267099",50488,53415 +"267100",50488,56357 +"267101",50488,57636 +"267102",50488,58482 +"267103",50488,59798 +"267104",50488,70907 +"267105",50488,71683 +"267106",50488,77125 +"267107",50488,78398 +"267108",50488,82426 +"267109",50488,84343 +"267110",50488,85000 +"267111",50488,85101 +"267112",50488,91682 +"267113",50488,95267 +"267114",50488,97580 +"267115",50488,98727 +"267116",50488,98776 +"267117",50488,100795 +"267118",50488,106824 +"267119",50488,108879 +"267120",50488,109166 +"267121",50488,109858 +"267122",50488,109878 +"267123",50488,112962 +"267124",50488,113990 +"267125",50488,115413 +"267126",50488,116123 +"267127",50488,117258 +"267128",50488,117560 +"267129",50488,118128 +"267130",50488,118836 +"267131",50488,118866 +"267132",50488,118873 +"267133",50488,119131 +"267134",50488,119513 +"267135",50488,119716 +"267136",50488,119769 +"267137",50488,120123 +"267138",50488,120169 +"267139",50488,120725 +"267140",50488,120944 +"267141",50488,121609 +"267142",50488,122007 +"267143",50488,122032 +"267144",50488,122035 +"267145",50488,122724 +"267146",50488,123070 +"267147",50488,123394 +"267148",50488,123490 +"267149",50489,83345 +"267150",50489,96399 +"267151",50489,99126 +"267152",50489,104456 +"267153",50490,50531 +"267154",50490,53143 +"267155",50490,55673 +"267156",50490,71405 +"267157",50490,81486 +"267158",50490,95235 +"267159",50490,122132 +"267160",50491,82933 +"267161",50493,50566 +"267162",50493,50571 +"267163",50495,53611 +"267164",50495,58946 +"267165",50495,83766 +"267166",50495,83794 +"267167",50495,83795 +"267168",50496,77722 +"267169",50496,100356 +"267170",50497,79135 +"267171",50497,122459 +"267172",50498,110985 +"267173",50499,55226 +"267174",50499,85690 +"267175",50499,117424 +"267176",50500,84764 +"267177",50501,58065 +"267178",50501,60005 +"267179",50502,67692 +"267180",50502,67746 +"267181",50502,67751 +"267182",50502,67766 +"267183",50502,67768 +"267184",50502,67769 +"267185",50502,67773 +"267186",50503,50518 +"267187",50503,50523 +"267188",50503,50555 +"267189",50503,50574 +"267190",50503,60139 +"267191",50503,62267 +"267192",50504,57563 +"267193",50504,60256 +"267194",50504,69453 +"267195",50504,71483 +"267196",50504,71506 +"267197",50505,99765 +"267198",50508,62743 +"267199",50508,64503 +"267200",50508,75961 +"267201",50508,104280 +"267202",50508,112884 +"267203",50509,62183 +"267204",50509,65743 +"267205",50509,69520 +"267206",50509,88337 +"267207",50509,93135 +"267208",50509,100506 +"267209",50509,106580 +"267210",50509,115097 +"267211",50512,54777 +"267212",50513,50696 +"267213",50513,50779 +"267214",50513,50802 +"267215",50514,86116 +"267216",50516,50528 +"267217",50517,51467 +"267218",50517,58687 +"267219",50517,85264 +"267220",50517,99920 +"267221",50517,116473 +"267222",50518,50523 +"267223",50518,50555 +"267224",50518,50574 +"267225",50518,56301 +"267226",50518,63540 +"267227",50518,70388 +"267228",50518,70425 +"267229",50520,89332 +"267230",50520,93930 +"267231",50520,111375 +"267232",50521,50541 +"267233",50521,51150 +"267234",50521,51151 +"267235",50521,71720 +"267236",50521,83694 +"267237",50523,50555 +"267238",50523,50574 +"267239",50523,88624 +"267240",50524,65101 +"267241",50524,67116 +"267242",50524,71397 +"267243",50524,81918 +"267244",50524,114224 +"267245",50524,114344 +"267246",50525,93083 +"267247",50525,98539 +"267248",50526,81237 +"267249",50535,51735 +"267250",50536,54639 +"267251",50537,63981 +"267252",50537,74552 +"267253",50538,55587 +"267254",50539,100269 +"267255",50539,103095 +"267256",50539,113752 +"267257",50539,113794 +"267258",50539,120813 +"267259",50540,54643 +"267260",50540,58097 +"267261",50540,58169 +"267262",50540,58211 +"267263",50540,63876 +"267264",50540,63909 +"267265",50540,72063 +"267266",50541,51150 +"267267",50541,51151 +"267268",50541,54627 +"267269",50541,65518 +"267270",50541,66782 +"267271",50541,94573 +"267272",50542,58869 +"267273",50542,59747 +"267274",50542,68376 +"267275",50542,94934 +"267276",50542,120318 +"267277",50543,55695 +"267278",50544,50569 +"267279",50545,50557 +"267280",50547,119682 +"267281",50547,119732 +"267282",50547,119738 +"267283",50549,50791 +"267284",50549,59621 +"267285",50549,69780 +"267286",50550,59840 +"267287",50550,85320 +"267288",50550,86437 +"267289",50550,88431 +"267290",50550,95116 +"267291",50550,107471 +"267292",50550,107472 +"267293",50550,110870 +"267294",50551,67199 +"267295",50551,82023 +"267296",50551,85619 +"267297",50551,101908 +"267298",50551,102243 +"267299",50552,66258 +"267300",50554,50879 +"267301",50554,51783 +"267302",50554,52018 +"267303",50554,53444 +"267304",50554,53527 +"267305",50554,53555 +"267306",50554,54275 +"267307",50554,56628 +"267308",50554,58004 +"267309",50554,58068 +"267310",50554,58633 +"267311",50554,61111 +"267312",50554,61127 +"267313",50554,68287 +"267314",50555,50574 +"267315",50556,63362 +"267316",50556,95233 +"267317",50556,96183 +"267318",50556,110643 +"267319",50560,60943 +"267320",50561,79652 +"267321",50563,78262 +"267322",50564,90436 +"267323",50564,91656 +"267324",50565,69913 +"267325",50565,71342 +"267326",50565,72956 +"267327",50565,78025 +"267328",50565,81493 +"267329",50565,82080 +"267330",50565,82410 +"267331",50565,82442 +"267332",50565,86809 +"267333",50565,89097 +"267334",50565,94565 +"267335",50565,96389 +"267336",50565,103065 +"267337",50565,117586 +"267338",50566,50571 +"267339",50566,51489 +"267340",50566,64262 +"267341",50566,109162 +"267342",50567,64757 +"267343",50568,79992 +"267344",50568,85580 +"267345",50568,97429 +"267346",50570,72262 +"267347",50572,53034 +"267348",50572,60548 +"267349",50572,60604 +"267350",50572,60619 +"267351",50572,62880 +"267352",50572,66409 +"267353",50572,70915 +"267354",50573,65173 +"267355",50575,59489 +"267356",50575,104751 +"267357",50575,107402 +"267358",50575,109289 +"267359",50575,116804 +"267360",50575,116843 +"267361",50577,56523 +"267362",50577,58246 +"267363",50577,60712 +"267364",50577,87037 +"267365",50578,56894 +"267366",50578,60691 +"267367",50578,114323 +"267368",50580,57842 +"267369",50580,58423 +"267370",50580,58429 +"267371",50580,62743 +"267372",50580,68585 +"267373",50580,69973 +"267374",50580,70174 +"267375",50580,88332 +"267376",50580,94683 +"267377",50580,113763 +"267378",50581,54748 +"267379",50581,60808 +"267380",50581,60918 +"267381",50581,70341 +"267382",50581,76623 +"267383",50581,85903 +"267384",50581,86541 +"267385",50581,107053 +"267386",50581,122334 +"267387",50582,67373 +"267388",50582,86010 +"267389",50583,50584 +"267390",50583,56482 +"267391",50583,93202 +"267392",50583,111416 +"267393",50583,116601 +"267394",50584,55346 +"267395",50584,56482 +"267396",50584,57922 +"267397",50584,64898 +"267398",50584,64912 +"267399",50584,93202 +"267400",50584,111416 +"267401",50584,116601 +"267402",50585,51791 +"267403",50585,52168 +"267404",50585,54368 +"267405",50585,70931 +"267406",50585,72918 +"267407",50586,70538 +"267408",50587,78808 +"267409",50587,78826 +"267410",50587,78832 +"267411",50587,78850 +"267412",50587,78855 +"267413",50587,78859 +"267414",50587,79076 +"267415",50587,79077 +"267416",50587,79118 +"267417",50587,79127 +"267418",50587,79163 +"267419",50588,69147 +"267420",50589,78590 +"267421",50589,79112 +"267422",50589,94855 +"267423",50592,53872 +"267424",50592,61464 +"267425",50592,65154 +"267426",50592,92082 +"267427",50592,109669 +"267428",50593,50753 +"267429",50594,54082 +"267430",50594,70437 +"267431",50594,83296 +"267432",50596,86137 +"267433",50596,86962 +"267434",50596,100820 +"267435",50596,109612 +"267436",50596,110864 +"267437",50596,117108 +"267438",50596,119729 +"267439",50596,119782 +"267440",50596,120132 +"267441",50597,55881 +"267442",50597,55954 +"267443",50598,50654 +"267444",50598,50659 +"267445",50599,50640 +"267446",50600,75109 +"267447",50600,111217 +"267448",50600,115205 +"267449",50601,50611 +"267450",50601,50626 +"267451",50602,51756 +"267452",50604,54272 +"267453",50604,56266 +"267454",50604,57270 +"267455",50604,58645 +"267456",50604,60928 +"267457",50604,65137 +"267458",50604,65362 +"267459",50604,66115 +"267460",50604,70925 +"267461",50604,75526 +"267462",50604,77763 +"267463",50604,80041 +"267464",50604,82845 +"267465",50604,89887 +"267466",50604,90872 +"267467",50604,93398 +"267468",50604,96513 +"267469",50604,98266 +"267470",50604,99424 +"267471",50604,99575 +"267472",50604,99807 +"267473",50604,99953 +"267474",50604,101067 +"267475",50604,101087 +"267476",50604,101568 +"267477",50604,102206 +"267478",50604,102215 +"267479",50604,106576 +"267480",50604,106679 +"267481",50604,107050 +"267482",50604,108577 +"267483",50604,108579 +"267484",50604,108760 +"267485",50604,108836 +"267486",50604,118446 +"267487",50604,121352 +"267488",50605,110407 +"267489",50606,52297 +"267490",50606,78561 +"267491",50607,54250 +"267492",50607,77439 +"267493",50607,119686 +"267494",50608,65625 +"267495",50608,74628 +"267496",50609,50751 +"267497",50609,86391 +"267498",50610,50790 +"267499",50610,67633 +"267500",50611,50626 +"267501",50613,52151 +"267502",50613,54712 +"267503",50613,66094 +"267504",50613,66512 +"267505",50613,68060 +"267506",50614,56027 +"267507",50615,50647 +"267508",50615,58302 +"267509",50615,77724 +"267510",50618,55052 +"267511",50618,55060 +"267512",50618,87544 +"267513",50619,78292 +"267514",50620,50681 +"267515",50620,72214 +"267516",50620,104586 +"267517",50621,57411 +"267518",50621,67536 +"267519",50621,71336 +"267520",50621,81219 +"267521",50622,50645 +"267522",50623,50624 +"267523",50623,51234 +"267524",50624,118825 +"267525",50625,67099 +"267526",50626,61640 +"267527",50626,66921 +"267528",50626,71885 +"267529",50626,83041 +"267530",50628,58759 +"267531",50628,66689 +"267532",50628,108816 +"267533",50629,50646 +"267534",50629,50684 +"267535",50630,58797 +"267536",50630,63571 +"267537",50630,70583 +"267538",50630,92815 +"267539",50631,51067 +"267540",50632,53765 +"267541",50632,61719 +"267542",50632,64057 +"267543",50632,83982 +"267544",50632,86755 +"267545",50632,88750 +"267546",50632,105233 +"267547",50632,108718 +"267548",50632,109943 +"267549",50632,110230 +"267550",50633,94722 +"267551",50634,76268 +"267552",50635,72340 +"267553",50635,83614 +"267554",50635,83621 +"267555",50636,54902 +"267556",50636,85616 +"267557",50636,99886 +"267558",50636,119275 +"267559",50637,56682 +"267560",50637,56691 +"267561",50638,50655 +"267562",50638,61940 +"267563",50640,85041 +"267564",50640,121022 +"267565",50640,121023 +"267566",50642,60059 +"267567",50642,73357 +"267568",50642,101704 +"267569",50643,65357 +"267570",50643,105172 +"267571",50644,56867 +"267572",50644,57388 +"267573",50646,50684 +"267574",50647,50761 +"267575",50647,50776 +"267576",50647,51822 +"267577",50647,58302 +"267578",50648,50678 +"267579",50648,50720 +"267580",50648,50971 +"267581",50648,54963 +"267582",50648,56247 +"267583",50648,68631 +"267584",50648,75565 +"267585",50648,75590 +"267586",50649,59305 +"267587",50649,76156 +"267588",50649,82052 +"267589",50652,74167 +"267590",50652,78359 +"267591",50652,84034 +"267592",50652,105759 +"267593",50652,107435 +"267594",50652,107908 +"267595",50652,107913 +"267596",50652,107924 +"267597",50652,107930 +"267598",50652,107978 +"267599",50653,85687 +"267600",50654,50659 +"267601",50654,69225 +"267602",50655,61940 +"267603",50655,80687 +"267604",50655,91792 +"267605",50656,59259 +"267606",50658,58205 +"267607",50658,84061 +"267608",50658,93607 +"267609",50659,54737 +"267610",50659,56168 +"267611",50659,60846 +"267612",50659,69291 +"267613",50659,78073 +"267614",50659,79331 +"267615",50659,79710 +"267616",50659,79711 +"267617",50659,79720 +"267618",50659,79725 +"267619",50659,79738 +"267620",50659,79748 +"267621",50659,79750 +"267622",50659,79754 +"267623",50659,79758 +"267624",50659,79760 +"267625",50659,79771 +"267626",50659,79780 +"267627",50659,79781 +"267628",50659,79803 +"267629",50660,69564 +"267630",50660,69631 +"267631",50660,78928 +"267632",50660,87912 +"267633",50661,51759 +"267634",50661,76038 +"267635",50661,78321 +"267636",50661,83454 +"267637",50662,56216 +"267638",50662,59615 +"267639",50662,62679 +"267640",50662,63105 +"267641",50662,65719 +"267642",50662,68001 +"267643",50662,68475 +"267644",50662,68917 +"267645",50662,69296 +"267646",50662,69610 +"267647",50662,71106 +"267648",50662,73655 +"267649",50662,75767 +"267650",50662,76046 +"267651",50662,76459 +"267652",50662,76808 +"267653",50662,77727 +"267654",50662,78224 +"267655",50662,79222 +"267656",50662,82978 +"267657",50662,83306 +"267658",50662,85027 +"267659",50662,88412 +"267660",50662,90275 +"267661",50662,90426 +"267662",50662,91112 +"267663",50662,91526 +"267664",50662,93425 +"267665",50662,93523 +"267666",50662,94520 +"267667",50662,95954 +"267668",50662,97096 +"267669",50662,99544 +"267670",50662,99547 +"267671",50662,99554 +"267672",50662,100595 +"267673",50662,100739 +"267674",50662,100819 +"267675",50662,101898 +"267676",50662,101988 +"267677",50662,102146 +"267678",50662,102201 +"267679",50662,102309 +"267680",50662,102635 +"267681",50662,102730 +"267682",50662,102846 +"267683",50662,103790 +"267684",50662,104095 +"267685",50662,104516 +"267686",50662,104523 +"267687",50662,104574 +"267688",50662,104784 +"267689",50662,104845 +"267690",50662,107269 +"267691",50662,107623 +"267692",50662,107714 +"267693",50662,107879 +"267694",50662,107975 +"267695",50663,84247 +"267696",50663,109150 +"267697",50665,66682 +"267698",50665,94721 +"267699",50665,97800 +"267700",50665,122663 +"267701",50666,50814 +"267702",50666,110507 +"267703",50667,54202 +"267704",50667,54226 +"267705",50668,79502 +"267706",50669,70229 +"267707",50669,71979 +"267708",50671,105813 +"267709",50671,113277 +"267710",50673,100420 +"267711",50673,111262 +"267712",50676,76690 +"267713",50677,110726 +"267714",50678,50720 +"267715",50678,50971 +"267716",50678,52604 +"267717",50678,54963 +"267718",50678,56247 +"267719",50678,59569 +"267720",50678,68631 +"267721",50678,68829 +"267722",50678,68878 +"267723",50678,70824 +"267724",50678,78201 +"267725",50680,82389 +"267726",50681,54578 +"267727",50682,52737 +"267728",50683,58731 +"267729",50685,51398 +"267730",50685,58383 +"267731",50685,60185 +"267732",50685,63162 +"267733",50685,69814 +"267734",50685,77953 +"267735",50685,84940 +"267736",50685,84941 +"267737",50685,84958 +"267738",50685,87168 +"267739",50686,58105 +"267740",50686,62344 +"267741",50686,62506 +"267742",50686,67527 +"267743",50690,55210 +"267744",50690,55374 +"267745",50690,59379 +"267746",50690,99070 +"267747",50691,59722 +"267748",50691,85088 +"267749",50691,96921 +"267750",50693,60876 +"267751",50693,62316 +"267752",50694,66744 +"267753",50696,50779 +"267754",50696,50802 +"267755",50697,51658 +"267756",50697,51659 +"267757",50698,75580 +"267758",50698,76446 +"267759",50698,99669 +"267760",50698,103354 +"267761",50699,51277 +"267762",50699,57164 +"267763",50699,57211 +"267764",50699,57238 +"267765",50699,59398 +"267766",50699,64505 +"267767",50700,69035 +"267768",50700,121628 +"267769",50701,50768 +"267770",50701,50815 +"267771",50701,50817 +"267772",50701,51568 +"267773",50701,55268 +"267774",50701,58413 +"267775",50701,60123 +"267776",50701,62601 +"267777",50701,65028 +"267778",50701,71127 +"267779",50702,50716 +"267780",50702,111759 +"267781",50704,51625 +"267782",50704,61435 +"267783",50705,77242 +"267784",50706,50718 +"267785",50707,72507 +"267786",50708,50836 +"267787",50708,73558 +"267788",50709,61672 +"267789",50709,88146 +"267790",50709,96509 +"267791",50709,105507 +"267792",50710,50820 +"267793",50710,61532 +"267794",50710,72143 +"267795",50710,93188 +"267796",50710,94910 +"267797",50710,119274 +"267798",50711,50732 +"267799",50711,51622 +"267800",50712,82446 +"267801",50712,82558 +"267802",50712,86637 +"267803",50713,61304 +"267804",50713,81421 +"267805",50713,89384 +"267806",50714,50740 +"267807",50714,80479 +"267808",50714,113745 +"267809",50715,58935 +"267810",50715,68163 +"267811",50715,69605 +"267812",50716,64466 +"267813",50719,56138 +"267814",50719,102918 +"267815",50720,50971 +"267816",50720,54228 +"267817",50720,78728 +"267818",50720,84925 +"267819",50720,97304 +"267820",50720,97357 +"267821",50720,97947 +"267822",50721,78354 +"267823",50721,88738 +"267824",50722,53671 +"267825",50723,51619 +"267826",50723,65939 +"267827",50723,117090 +"267828",50723,118141 +"267829",50724,50806 +"267830",50724,63081 +"267831",50724,72601 +"267832",50725,61656 +"267833",50725,61990 +"267834",50726,51462 +"267835",50726,100100 +"267836",50726,100598 +"267837",50726,110023 +"267838",50726,111111 +"267839",50726,111236 +"267840",50726,111247 +"267841",50726,111256 +"267842",50727,100776 +"267843",50728,55192 +"267844",50728,85784 +"267845",50729,50777 +"267846",50730,50825 +"267847",50732,51622 +"267848",50732,52446 +"267849",50732,52447 +"267850",50732,55005 +"267851",50732,59380 +"267852",50732,63820 +"267853",50734,50775 +"267854",50736,58970 +"267855",50736,60828 +"267856",50736,67039 +"267857",50736,89116 +"267858",50736,94040 +"267859",50736,94822 +"267860",50736,95741 +"267861",50736,99332 +"267862",50737,52327 +"267863",50737,83194 +"267864",50737,83198 +"267865",50738,82797 +"267866",50738,83945 +"267867",50739,52143 +"267868",50739,53954 +"267869",50740,71018 +"267870",50741,81888 +"267871",50741,82274 +"267872",50741,82280 +"267873",50741,99159 +"267874",50741,104937 +"267875",50742,109339 +"267876",50742,114266 +"267877",50742,121384 +"267878",50745,52091 +"267879",50745,59725 +"267880",50745,65795 +"267881",50745,68424 +"267882",50745,68480 +"267883",50745,70247 +"267884",50745,70345 +"267885",50745,70346 +"267886",50746,50804 +"267887",50746,50950 +"267888",50747,76095 +"267889",50747,88125 +"267890",50747,107546 +"267891",50747,115314 +"267892",50748,65798 +"267893",50748,65837 +"267894",50749,117148 +"267895",50751,65708 +"267896",50752,60268 +"267897",50752,110891 +"267898",50752,110930 +"267899",50753,97029 +"267900",50755,81512 +"267901",50756,50795 +"267902",50758,53689 +"267903",50758,57552 +"267904",50761,50776 +"267905",50762,66377 +"267906",50762,66482 +"267907",50763,62672 +"267908",50763,81310 +"267909",50763,90510 +"267910",50763,106782 +"267911",50764,51924 +"267912",50764,54408 +"267913",50764,57796 +"267914",50764,70954 +"267915",50764,71446 +"267916",50764,99840 +"267917",50765,111121 +"267918",50766,54372 +"267919",50766,105318 +"267920",50766,105324 +"267921",50766,105358 +"267922",50767,50796 +"267923",50768,50815 +"267924",50768,50817 +"267925",50769,50770 +"267926",50774,52004 +"267927",50774,54142 +"267928",50774,54250 +"267929",50774,54480 +"267930",50774,54557 +"267931",50774,58315 +"267932",50774,59108 +"267933",50774,59461 +"267934",50774,59505 +"267935",50774,59565 +"267936",50774,61925 +"267937",50774,65475 +"267938",50774,65476 +"267939",50774,65499 +"267940",50774,65535 +"267941",50774,72373 +"267942",50774,83252 +"267943",50774,86602 +"267944",50776,51125 +"267945",50776,54246 +"267946",50776,58302 +"267947",50776,63483 +"267948",50778,52361 +"267949",50778,93293 +"267950",50778,100117 +"267951",50778,101413 +"267952",50779,50802 +"267953",50781,84574 +"267954",50783,51615 +"267955",50783,51655 +"267956",50785,54306 +"267957",50785,70216 +"267958",50786,52951 +"267959",50786,54244 +"267960",50786,65733 +"267961",50786,73759 +"267962",50786,79328 +"267963",50786,79329 +"267964",50786,88746 +"267965",50786,95106 +"267966",50786,96190 +"267967",50787,74980 +"267968",50787,96205 +"267969",50787,96216 +"267970",50787,96224 +"267971",50787,96225 +"267972",50788,73107 +"267973",50788,87000 +"267974",50789,53527 +"267975",50789,64309 +"267976",50789,64944 +"267977",50789,69611 +"267978",50790,53449 +"267979",50790,67633 +"267980",50792,98313 +"267981",50793,78351 +"267982",50794,50828 +"267983",50794,101158 +"267984",50796,58550 +"267985",50796,71996 +"267986",50796,72003 +"267987",50803,52445 +"267988",50803,54428 +"267989",50803,63538 +"267990",50803,69214 +"267991",50803,98015 +"267992",50804,69492 +"267993",50807,54434 +"267994",50808,63868 +"267995",50808,92221 +"267996",50809,50810 +"267997",50809,50939 +"267998",50809,50940 +"267999",50810,50939 +"268000",50810,50940 +"268001",50811,51623 +"268002",50811,51997 +"268003",50811,53448 +"268004",50811,56840 +"268005",50811,56922 +"268006",50811,84205 +"268007",50811,85576 +"268008",50811,108805 +"268009",50811,110601 +"268010",50811,110614 +"268011",50812,51409 +"268012",50812,58448 +"268013",50813,51260 +"268014",50814,87910 +"268015",50815,50817 +"268016",50815,51671 +"268017",50815,52570 +"268018",50815,54282 +"268019",50815,54328 +"268020",50815,63015 +"268021",50818,51792 +"268022",50818,54516 +"268023",50819,62324 +"268024",50819,80889 +"268025",50820,72143 +"268026",50821,50833 +"268027",50821,57316 +"268028",50821,121947 +"268029",50822,51603 +"268030",50822,51604 +"268031",50822,81934 +"268032",50824,53954 +"268033",50824,71945 +"268034",50824,76769 +"268035",50826,77837 +"268036",50828,62600 +"268037",50829,51432 +"268038",50829,52563 +"268039",50829,67590 +"268040",50829,69354 +"268041",50831,54599 +"268042",50831,54893 +"268043",50831,54899 +"268044",50832,110062 +"268045",50834,58886 +"268046",50834,59766 +"268047",50834,62970 +"268048",50834,63154 +"268049",50834,64059 +"268050",50834,74269 +"268051",50835,54261 +"268052",50836,73558 +"268053",50837,68873 +"268054",50837,114076 +"268055",50839,63163 +"268056",50839,67465 +"268057",50839,68667 +"268058",50839,70053 +"268059",50839,80725 +"268060",50839,82713 +"268061",50839,96103 +"268062",50839,100448 +"268063",50839,101094 +"268064",50839,102685 +"268065",50839,102817 +"268066",50841,50997 +"268067",50841,104796 +"268068",50842,57758 +"268069",50843,55293 +"268070",50844,97502 +"268071",50844,103272 +"268072",50847,50878 +"268073",50848,52466 +"268074",50848,84173 +"268075",50849,50852 +"268076",50849,50914 +"268077",50849,50925 +"268078",50849,50935 +"268079",50851,50908 +"268080",50852,50914 +"268081",50852,50925 +"268082",50852,50935 +"268083",50852,58353 +"268084",50852,65867 +"268085",50852,65872 +"268086",50852,65888 +"268087",50852,65899 +"268088",50852,65901 +"268089",50852,65914 +"268090",50853,50963 +"268091",50854,53062 +"268092",50854,58745 +"268093",50854,63841 +"268094",50854,70641 +"268095",50854,70642 +"268096",50856,69170 +"268097",50856,69419 +"268098",50856,76400 +"268099",50856,89288 +"268100",50856,91866 +"268101",50858,50916 +"268102",50858,54290 +"268103",50858,56600 +"268104",50858,122948 +"268105",50859,94876 +"268106",50860,87687 +"268107",50860,95198 +"268108",50860,106934 +"268109",50861,50900 +"268110",50861,51110 +"268111",50861,105097 +"268112",50862,50864 +"268113",50862,50924 +"268114",50862,50970 +"268115",50862,50988 +"268116",50863,50888 +"268117",50863,74132 +"268118",50864,50924 +"268119",50864,50970 +"268120",50864,50988 +"268121",50864,61515 +"268122",50864,64300 +"268123",50864,70729 +"268124",50864,71746 +"268125",50864,71760 +"268126",50864,74254 +"268127",50864,74374 +"268128",50864,74376 +"268129",50864,75234 +"268130",50864,75246 +"268131",50866,54711 +"268132",50866,54767 +"268133",50866,62585 +"268134",50866,71638 +"268135",50868,84273 +"268136",50869,53888 +"268137",50871,53480 +"268138",50871,98965 +"268139",50871,101844 +"268140",50872,69015 +"268141",50872,99519 +"268142",50872,120175 +"268143",50873,50874 +"268144",50873,50875 +"268145",50873,50876 +"268146",50873,50944 +"268147",50873,50945 +"268148",50873,50985 +"268149",50873,50986 +"268150",50873,50993 +"268151",50873,50994 +"268152",50874,50875 +"268153",50874,50876 +"268154",50874,50944 +"268155",50874,50945 +"268156",50874,50985 +"268157",50874,50986 +"268158",50874,50993 +"268159",50874,50994 +"268160",50875,50876 +"268161",50875,50944 +"268162",50875,50945 +"268163",50875,50985 +"268164",50875,50986 +"268165",50875,50993 +"268166",50875,50994 +"268167",50876,50944 +"268168",50876,50945 +"268169",50876,50985 +"268170",50876,50986 +"268171",50876,50993 +"268172",50876,50994 +"268173",50877,51044 +"268174",50877,51909 +"268175",50878,103352 +"268176",50879,51783 +"268177",50879,52018 +"268178",50879,53444 +"268179",50879,53527 +"268180",50879,53555 +"268181",50879,54275 +"268182",50879,55165 +"268183",50879,56628 +"268184",50879,56907 +"268185",50879,58004 +"268186",50879,58068 +"268187",50879,58633 +"268188",50879,61111 +"268189",50879,61127 +"268190",50879,68287 +"268191",50883,62102 +"268192",50883,65540 +"268193",50884,67033 +"268194",50884,68257 +"268195",50885,57892 +"268196",50886,56690 +"268197",50886,59605 +"268198",50886,90187 +"268199",50887,76184 +"268200",50887,91734 +"268201",50887,118364 +"268202",50890,54663 +"268203",50890,58665 +"268204",50890,59300 +"268205",50890,65169 +"268206",50890,76686 +"268207",50890,89281 +"268208",50890,91825 +"268209",50890,94386 +"268210",50891,51647 +"268211",50892,68775 +"268212",50892,84430 +"268213",50892,100642 +"268214",50893,102999 +"268215",50894,64172 +"268216",50896,50912 +"268217",50896,55169 +"268218",50896,58395 +"268219",50896,69625 +"268220",50896,118080 +"268221",50897,86123 +"268222",50897,88280 +"268223",50897,91600 +"268224",50898,67474 +"268225",50898,71677 +"268226",50898,75061 +"268227",50899,53931 +"268228",50899,54157 +"268229",50899,65841 +"268230",50899,84913 +"268231",50899,93405 +"268232",50899,93788 +"268233",50899,100024 +"268234",50899,101361 +"268235",50899,105892 +"268236",50900,51110 +"268237",50901,65670 +"268238",50901,68774 +"268239",50901,71735 +"268240",50901,77693 +"268241",50901,84510 +"268242",50901,85245 +"268243",50901,88712 +"268244",50901,90600 +"268245",50901,91856 +"268246",50901,92017 +"268247",50901,98647 +"268248",50901,100578 +"268249",50901,117317 +"268250",50901,120088 +"268251",50902,67129 +"268252",50902,70787 +"268253",50902,72654 +"268254",50903,53825 +"268255",50903,53826 +"268256",50903,79074 +"268257",50904,50905 +"268258",50904,62314 +"268259",50904,62388 +"268260",50904,62389 +"268261",50907,50952 +"268262",50908,62861 +"268263",50908,62883 +"268264",50909,89866 +"268265",50909,90074 +"268266",50909,93168 +"268267",50909,107152 +"268268",50909,107174 +"268269",50909,109130 +"268270",50910,104133 +"268271",50911,63521 +"268272",50914,50925 +"268273",50914,50935 +"268274",50914,64789 +"268275",50914,67263 +"268276",50914,70849 +"268277",50915,53784 +"268278",50915,59177 +"268279",50915,70111 +"268280",50915,76262 +"268281",50915,107728 +"268282",50916,56600 +"268283",50916,68031 +"268284",50917,57096 +"268285",50919,82781 +"268286",50920,51140 +"268287",50921,52554 +"268288",50921,70473 +"268289",50921,81952 +"268290",50921,86249 +"268291",50922,57186 +"268292",50922,57258 +"268293",50922,70671 +"268294",50922,73374 +"268295",50922,85485 +"268296",50922,88721 +"268297",50922,94789 +"268298",50922,105956 +"268299",50922,117047 +"268300",50922,117081 +"268301",50922,117092 +"268302",50922,123002 +"268303",50923,65239 +"268304",50923,66309 +"268305",50923,73674 +"268306",50923,77610 +"268307",50923,81502 +"268308",50923,92903 +"268309",50924,50970 +"268310",50924,50988 +"268311",50925,50935 +"268312",50926,54463 +"268313",50926,73459 +"268314",50926,89667 +"268315",50927,56755 +"268316",50927,94831 +"268317",50927,98874 +"268318",50927,117015 +"268319",50928,51200 +"268320",50928,51201 +"268321",50929,50949 +"268322",50929,50992 +"268323",50930,51549 +"268324",50930,55484 +"268325",50930,89391 +"268326",50930,89422 +"268327",50930,91973 +"268328",50930,92773 +"268329",50930,94273 +"268330",50930,109917 +"268331",50931,67088 +"268332",50932,55968 +"268333",50932,57758 +"268334",50932,79416 +"268335",50932,79501 +"268336",50933,51116 +"268337",50933,56780 +"268338",50933,62629 +"268339",50933,91244 +"268340",50933,92322 +"268341",50933,94783 +"268342",50933,109350 +"268343",50933,113302 +"268344",50934,51297 +"268345",50936,71065 +"268346",50936,102589 +"268347",50939,50940 +"268348",50941,99658 +"268349",50941,102756 +"268350",50941,111962 +"268351",50941,113153 +"268352",50941,119807 +"268353",50942,58963 +"268354",50942,61479 +"268355",50943,55399 +"268356",50943,55435 +"268357",50943,55471 +"268358",50944,50945 +"268359",50944,50985 +"268360",50944,50986 +"268361",50944,50993 +"268362",50944,50994 +"268363",50944,60049 +"268364",50945,50985 +"268365",50945,50986 +"268366",50945,50993 +"268367",50945,50994 +"268368",50946,51494 +"268369",50946,51645 +"268370",50946,55643 +"268371",50946,56958 +"268372",50946,65063 +"268373",50946,71306 +"268374",50946,72240 +"268375",50946,74318 +"268376",50946,74572 +"268377",50946,87496 +"268378",50946,90816 +"268379",50946,94909 +"268380",50946,104239 +"268381",50949,50992 +"268382",50954,75869 +"268383",50954,87441 +"268384",50954,94394 +"268385",50955,54915 +"268386",50955,79188 +"268387",50955,98080 +"268388",50955,100639 +"268389",50955,107109 +"268390",50955,107124 +"268391",50956,51563 +"268392",50956,64243 +"268393",50956,107051 +"268394",50957,50958 +"268395",50957,59836 +"268396",50957,75127 +"268397",50957,80760 +"268398",50958,74551 +"268399",50958,106107 +"268400",50958,119527 +"268401",50959,69701 +"268402",50960,74986 +"268403",50961,84500 +"268404",50961,96703 +"268405",50961,115501 +"268406",50962,76792 +"268407",50962,77876 +"268408",50964,60815 +"268409",50964,62085 +"268410",50964,66084 +"268411",50965,53567 +"268412",50965,53713 +"268413",50965,53719 +"268414",50965,58377 +"268415",50965,61706 +"268416",50965,68217 +"268417",50965,75657 +"268418",50966,51341 +"268419",50966,51419 +"268420",50966,51420 +"268421",50966,55842 +"268422",50966,55858 +"268423",50966,55953 +"268424",50967,51342 +"268425",50967,51348 +"268426",50967,51418 +"268427",50967,51421 +"268428",50968,77715 +"268429",50968,100332 +"268430",50968,121743 +"268431",50969,61245 +"268432",50969,61532 +"268433",50969,61623 +"268434",50969,69935 +"268435",50969,70526 +"268436",50969,85139 +"268437",50969,87653 +"268438",50969,92551 +"268439",50969,99288 +"268440",50969,100909 +"268441",50970,50988 +"268442",50971,78887 +"268443",50971,91601 +"268444",50971,92358 +"268445",50972,72547 +"268446",50972,90291 +"268447",50972,90345 +"268448",50973,84609 +"268449",50974,63393 +"268450",50974,77984 +"268451",50974,94119 +"268452",50975,88944 +"268453",50976,51022 +"268454",50976,51102 +"268455",50976,51654 +"268456",50976,52653 +"268457",50976,55015 +"268458",50976,80474 +"268459",50976,98113 +"268460",50976,113306 +"268461",50977,67690 +"268462",50977,104746 +"268463",50977,113204 +"268464",50977,113266 +"268465",50978,85038 +"268466",50979,65231 +"268467",50979,100395 +"268468",50979,100400 +"268469",50980,54653 +"268470",50981,51365 +"268471",50982,50991 +"268472",50983,51671 +"268473",50983,58413 +"268474",50984,71143 +"268475",50984,80693 +"268476",50984,87385 +"268477",50984,90307 +"268478",50984,94242 +"268479",50984,94250 +"268480",50984,94263 +"268481",50984,95224 +"268482",50985,50986 +"268483",50985,50993 +"268484",50985,50994 +"268485",50985,58029 +"268486",50985,60062 +"268487",50986,50993 +"268488",50986,50994 +"268489",50987,85776 +"268490",50989,55019 +"268491",50989,58421 +"268492",50989,65393 +"268493",50989,74130 +"268494",50989,83898 +"268495",50989,88935 +"268496",50989,96967 +"268497",50989,99331 +"268498",50989,110684 +"268499",50990,70727 +"268500",50990,86423 +"268501",50990,93280 +"268502",50990,93985 +"268503",50990,114963 +"268504",50991,67720 +"268505",50993,50994 +"268506",50994,52718 +"268507",50994,53638 +"268508",50994,53686 +"268509",50994,53852 +"268510",50996,62668 +"268511",50996,77413 +"268512",50996,80424 +"268513",50996,81077 +"268514",50996,82302 +"268515",50996,82303 +"268516",50996,87568 +"268517",50996,108518 +"268518",50998,51220 +"268519",50998,57018 +"268520",50998,77212 +"268521",50999,106751 +"268522",51000,68365 +"268523",51002,83441 +"268524",51002,83442 +"268525",51002,93609 +"268526",51003,57949 +"268527",51004,58186 +"268528",51004,58214 +"268529",51004,73913 +"268530",51004,73931 +"268531",51004,73967 +"268532",51006,56110 +"268533",51006,74619 +"268534",51006,97006 +"268535",51007,72402 +"268536",51007,75198 +"268537",51007,90630 +"268538",51009,51031 +"268539",51009,51056 +"268540",51009,51085 +"268541",51009,51101 +"268542",51010,69702 +"268543",51011,54664 +"268544",51011,61264 +"268545",51011,64311 +"268546",51013,86533 +"268547",51014,54279 +"268548",51016,77031 +"268549",51016,95155 +"268550",51016,96920 +"268551",51016,102561 +"268552",51016,107023 +"268553",51016,108620 +"268554",51016,114882 +"268555",51017,51021 +"268556",51017,51035 +"268557",51017,51046 +"268558",51017,51047 +"268559",51017,55784 +"268560",51017,63547 +"268561",51017,70020 +"268562",51017,71544 +"268563",51017,74894 +"268564",51017,74975 +"268565",51017,78089 +"268566",51017,82977 +"268567",51017,84720 +"268568",51017,87692 +"268569",51017,90802 +"268570",51017,90850 +"268571",51017,90921 +"268572",51017,95997 +"268573",51017,101395 +"268574",51017,110202 +"268575",51017,117701 +"268576",51017,117703 +"268577",51017,117707 +"268578",51018,58540 +"268579",51018,113520 +"268580",51020,53353 +"268581",51020,72357 +"268582",51021,51035 +"268583",51021,51046 +"268584",51021,51047 +"268585",51021,66983 +"268586",51021,69712 +"268587",51021,78089 +"268588",51021,79004 +"268589",51021,80825 +"268590",51021,87883 +"268591",51022,51322 +"268592",51022,51654 +"268593",51023,95053 +"268594",51023,100737 +"268595",51023,112091 +"268596",51023,112507 +"268597",51025,97665 +"268598",51025,108561 +"268599",51026,66717 +"268600",51026,81861 +"268601",51027,69560 +"268602",51027,83388 +"268603",51027,83392 +"268604",51027,90370 +"268605",51027,94387 +"268606",51028,68687 +"268607",51028,92426 +"268608",51028,113770 +"268609",51029,57467 +"268610",51029,83530 +"268611",51029,85565 +"268612",51029,90010 +"268613",51029,90113 +"268614",51029,101897 +"268615",51030,53635 +"268616",51031,51056 +"268617",51031,51085 +"268618",51031,51101 +"268619",51031,63450 +"268620",51031,67202 +"268621",51031,70867 +"268622",51031,71941 +"268623",51031,75022 +"268624",51032,51092 +"268625",51035,51046 +"268626",51035,51047 +"268627",51035,69712 +"268628",51035,70526 +"268629",51035,78089 +"268630",51035,111220 +"268631",51035,119558 +"268632",51037,74292 +"268633",51039,73945 +"268634",51039,99212 +"268635",51041,59650 +"268636",51041,69451 +"268637",51042,86432 +"268638",51042,95912 +"268639",51042,101079 +"268640",51043,51069 +"268641",51043,66542 +"268642",51043,66543 +"268643",51043,66608 +"268644",51043,84675 +"268645",51045,103809 +"268646",51046,51047 +"268647",51048,55608 +"268648",51048,65959 +"268649",51051,51052 +"268650",51051,59756 +"268651",51051,84038 +"268652",51052,54614 +"268653",51052,59756 +"268654",51052,61408 +"268655",51053,51086 +"268656",51055,56468 +"268657",51055,56470 +"268658",51055,85407 +"268659",51056,51085 +"268660",51056,51101 +"268661",51058,61630 +"268662",51058,62536 +"268663",51058,76291 +"268664",51058,88177 +"268665",51058,112357 +"268666",51058,115559 +"268667",51058,116706 +"268668",51059,56643 +"268669",51059,107057 +"268670",51060,64864 +"268671",51060,94415 +"268672",51060,100128 +"268673",51061,51081 +"268674",51063,52522 +"268675",51063,65402 +"268676",51063,72489 +"268677",51063,111726 +"268678",51064,53013 +"268679",51064,109655 +"268680",51065,54061 +"268681",51066,72436 +"268682",51067,63448 +"268683",51067,66795 +"268684",51067,97458 +"268685",51067,97486 +"268686",51068,52716 +"268687",51068,65852 +"268688",51068,65874 +"268689",51068,65875 +"268690",51068,65889 +"268691",51068,65897 +"268692",51068,65908 +"268693",51068,66279 +"268694",51069,51715 +"268695",51069,68834 +"268696",51071,73406 +"268697",51071,76030 +"268698",51071,84586 +"268699",51071,98529 +"268700",51071,105389 +"268701",51072,51076 +"268702",51072,59519 +"268703",51072,85707 +"268704",51072,102640 +"268705",51072,105236 +"268706",51072,121118 +"268707",51072,123478 +"268708",51075,92904 +"268709",51075,94995 +"268710",51075,98235 +"268711",51075,105665 +"268712",51075,115994 +"268713",51077,60274 +"268714",51077,70647 +"268715",51078,97818 +"268716",51079,95441 +"268717",51080,80838 +"268718",51082,56566 +"268719",51082,98438 +"268720",51082,99687 +"268721",51082,99873 +"268722",51082,100500 +"268723",51083,63609 +"268724",51083,74776 +"268725",51083,93404 +"268726",51083,109093 +"268727",51084,51537 +"268728",51084,57359 +"268729",51084,95567 +"268730",51084,95825 +"268731",51084,95826 +"268732",51084,95830 +"268733",51084,95962 +"268734",51085,51101 +"268735",51087,58235 +"268736",51087,89772 +"268737",51087,103466 +"268738",51088,68620 +"268739",51089,63239 +"268740",51089,66838 +"268741",51089,92513 +"268742",51090,100601 +"268743",51092,67763 +"268744",51092,96430 +"268745",51092,102987 +"268746",51092,104001 +"268747",51092,110238 +"268748",51093,62721 +"268749",51093,77890 +"268750",51093,91229 +"268751",51093,107278 +"268752",51094,51275 +"268753",51094,73605 +"268754",51094,76704 +"268755",51094,101425 +"268756",51095,65291 +"268757",51096,68050 +"268758",51096,82715 +"268759",51097,107449 +"268760",51098,87936 +"268761",51098,105738 +"268762",51098,115683 +"268763",51099,52820 +"268764",51099,53347 +"268765",51099,74799 +"268766",51099,82916 +"268767",51099,93317 +"268768",51099,93444 +"268769",51099,112425 +"268770",51099,115054 +"268771",51100,112400 +"268772",51101,64234 +"268773",51101,67542 +"268774",51101,72695 +"268775",51103,53200 +"268776",51103,64909 +"268777",51103,66770 +"268778",51103,66971 +"268779",51103,78400 +"268780",51103,83239 +"268781",51103,88457 +"268782",51103,92017 +"268783",51103,97857 +"268784",51103,111754 +"268785",51103,121991 +"268786",51104,93799 +"268787",51104,93892 +"268788",51104,93921 +"268789",51105,53818 +"268790",51105,66675 +"268791",51105,95237 +"268792",51105,106722 +"268793",51105,123423 +"268794",51106,51114 +"268795",51106,51125 +"268796",51107,72318 +"268797",51108,60473 +"268798",51108,62280 +"268799",51108,63026 +"268800",51110,55698 +"268801",51110,73566 +"268802",51110,104111 +"268803",51110,112984 +"268804",51110,113035 +"268805",51111,88280 +"268806",51111,88291 +"268807",51111,88308 +"268808",51111,120009 +"268809",51112,83102 +"268810",51113,58979 +"268811",51113,59395 +"268812",51114,51125 +"268813",51115,51129 +"268814",51115,51171 +"268815",51115,51177 +"268816",51117,106921 +"268817",51117,108303 +"268818",51118,57862 +"268819",51119,54059 +"268820",51119,55055 +"268821",51119,55071 +"268822",51119,82525 +"268823",51119,87135 +"268824",51119,92776 +"268825",51120,60130 +"268826",51120,88130 +"268827",51121,60617 +"268828",51121,75430 +"268829",51121,77565 +"268830",51121,92855 +"268831",51121,104828 +"268832",51121,104832 +"268833",51123,53029 +"268834",51123,60210 +"268835",51123,72697 +"268836",51123,77117 +"268837",51123,77602 +"268838",51123,86480 +"268839",51123,88183 +"268840",51123,101130 +"268841",51123,107409 +"268842",51123,108850 +"268843",51123,118651 +"268844",51124,77495 +"268845",51124,86568 +"268846",51125,54246 +"268847",51125,55003 +"268848",51125,58302 +"268849",51125,60822 +"268850",51125,63046 +"268851",51127,51156 +"268852",51128,57968 +"268853",51128,116798 +"268854",51129,51171 +"268855",51129,51177 +"268856",51130,55359 +"268857",51130,56062 +"268858",51132,53650 +"268859",51132,60724 +"268860",51132,68488 +"268861",51132,69273 +"268862",51133,60041 +"268863",51133,105584 +"268864",51133,108521 +"268865",51134,51153 +"268866",51134,51159 +"268867",51135,69085 +"268868",51135,87860 +"268869",51135,88043 +"268870",51136,74245 +"268871",51137,90626 +"268872",51137,100414 +"268873",51138,51149 +"268874",51138,65334 +"268875",51139,68044 +"268876",51140,97978 +"268877",51140,97984 +"268878",51140,98001 +"268879",51141,51142 +"268880",51141,51143 +"268881",51142,51143 +"268882",51143,79810 +"268883",51144,63987 +"268884",51145,70955 +"268885",51145,87834 +"268886",51147,53689 +"268887",51147,59548 +"268888",51147,64983 +"268889",51147,65025 +"268890",51147,65090 +"268891",51147,70473 +"268892",51148,51167 +"268893",51148,63043 +"268894",51148,100637 +"268895",51148,101050 +"268896",51148,101750 +"268897",51148,112990 +"268898",51148,113008 +"268899",51148,115690 +"268900",51148,118198 +"268901",51148,118214 +"268902",51148,118218 +"268903",51150,51151 +"268904",51151,80594 +"268905",51152,58053 +"268906",51152,80375 +"268907",51153,51159 +"268908",51153,72485 +"268909",51153,89024 +"268910",51153,105695 +"268911",51153,111982 +"268912",51153,119316 +"268913",51156,98717 +"268914",51156,98725 +"268915",51156,98735 +"268916",51157,62148 +"268917",51157,64219 +"268918",51157,67662 +"268919",51157,72881 +"268920",51157,122963 +"268921",51158,100722 +"268922",51158,100727 +"268923",51159,53986 +"268924",51159,109199 +"268925",51161,69387 +"268926",51162,82585 +"268927",51162,114475 +"268928",51164,77050 +"268929",51164,100570 +"268930",51167,72274 +"268931",51167,72380 +"268932",51167,72401 +"268933",51167,72451 +"268934",51168,53856 +"268935",51168,55020 +"268936",51168,56706 +"268937",51169,55334 +"268938",51170,70327 +"268939",51170,84610 +"268940",51171,51177 +"268941",51171,116501 +"268942",51172,66819 +"268943",51172,86972 +"268944",51173,61630 +"268945",51173,106983 +"268946",51174,76489 +"268947",51174,106437 +"268948",51175,55324 +"268949",51175,69247 +"268950",51175,84713 +"268951",51175,88857 +"268952",51175,100462 +"268953",51175,111933 +"268954",51178,117321 +"268955",51180,51208 +"268956",51180,51294 +"268957",51180,51316 +"268958",51181,51280 +"268959",51181,63666 +"268960",51181,79748 +"268961",51181,81452 +"268962",51182,66128 +"268963",51183,51320 +"268964",51183,52007 +"268965",51184,79373 +"268966",51184,91980 +"268967",51184,115662 +"268968",51185,51256 +"268969",51185,51262 +"268970",51185,51266 +"268971",51186,51321 +"268972",51186,71439 +"268973",51187,51237 +"268974",51187,51278 +"268975",51188,80592 +"268976",51188,81084 +"268977",51189,52144 +"268978",51189,89590 +"268979",51189,90190 +"268980",51189,91286 +"268981",51190,51191 +"268982",51190,110262 +"268983",51190,110270 +"268984",51193,53936 +"268985",51193,55078 +"268986",51193,57941 +"268987",51193,66698 +"268988",51194,51304 +"268989",51194,70013 +"268990",51195,51232 +"268991",51197,65713 +"268992",51197,75343 +"268993",51197,104420 +"268994",51198,64252 +"268995",51198,69176 +"268996",51199,83938 +"268997",51199,90834 +"268998",51199,106039 +"268999",51199,108404 +"269000",51199,108750 +"269001",51200,51201 +"269002",51200,68139 +"269003",51200,101419 +"269004",51200,121220 +"269005",51203,67328 +"269006",51203,67716 +"269007",51203,67732 +"269008",51203,67765 +"269009",51204,63847 +"269010",51204,95188 +"269011",51204,95549 +"269012",51205,62768 +"269013",51205,63498 +"269014",51205,73733 +"269015",51205,87418 +"269016",51207,61858 +"269017",51207,68200 +"269018",51207,76731 +"269019",51207,94982 +"269020",51207,109117 +"269021",51208,51294 +"269022",51208,51316 +"269023",51209,51210 +"269024",51209,74533 +"269025",51211,90193 +"269026",51211,102795 +"269027",51214,51255 +"269028",51216,51217 +"269029",51216,51276 +"269030",51216,51313 +"269031",51217,51276 +"269032",51217,51313 +"269033",51218,62659 +"269034",51218,64210 +"269035",51218,66434 +"269036",51218,68423 +"269037",51218,71219 +"269038",51219,51252 +"269039",51219,51253 +"269040",51219,51279 +"269041",51220,57018 +"269042",51220,77212 +"269043",51222,61031 +"269044",51222,111209 +"269045",51223,59366 +"269046",51223,66466 +"269047",51224,52736 +"269048",51224,87027 +"269049",51225,52962 +"269050",51225,53760 +"269051",51226,61233 +"269052",51227,72897 +"269053",51227,73460 +"269054",51227,88999 +"269055",51228,58608 +"269056",51229,51343 +"269057",51229,52259 +"269058",51229,64803 +"269059",51229,73700 +"269060",51229,75723 +"269061",51229,77167 +"269062",51229,80807 +"269063",51229,80808 +"269064",51229,85643 +"269065",51229,86969 +"269066",51229,108482 +"269067",51229,119241 +"269068",51229,119271 +"269069",51230,51879 +"269070",51230,69198 +"269071",51230,81648 +"269072",51230,82932 +"269073",51230,88817 +"269074",51230,88821 +"269075",51230,88867 +"269076",51230,89738 +"269077",51231,51264 +"269078",51232,88101 +"269079",51232,92338 +"269080",51232,92349 +"269081",51232,92360 +"269082",51232,92376 +"269083",51232,92388 +"269084",51232,92391 +"269085",51233,52997 +"269086",51233,71489 +"269087",51233,80861 +"269088",51233,93630 +"269089",51233,123158 +"269090",51234,51600 +"269091",51234,53025 +"269092",51234,66756 +"269093",51234,74126 +"269094",51234,79941 +"269095",51234,81429 +"269096",51234,105507 +"269097",51234,112128 +"269098",51234,114710 +"269099",51235,112114 +"269100",51236,51301 +"269101",51236,68623 +"269102",51236,69503 +"269103",51237,51278 +"269104",51238,63523 +"269105",51239,86305 +"269106",51239,97491 +"269107",51239,98080 +"269108",51239,102561 +"269109",51239,109283 +"269110",51239,114729 +"269111",51239,123116 +"269112",51240,110874 +"269113",51242,52048 +"269114",51242,68004 +"269115",51242,108270 +"269116",51243,51328 +"269117",51243,61084 +"269118",51244,53737 +"269119",51244,65750 +"269120",51244,69587 +"269121",51244,71222 +"269122",51244,71319 +"269123",51245,51329 +"269124",51245,70893 +"269125",51245,85776 +"269126",51245,89454 +"269127",51245,102915 +"269128",51245,105529 +"269129",51245,114517 +"269130",51245,118144 +"269131",51245,120073 +"269132",51248,62025 +"269133",51248,65162 +"269134",51248,68475 +"269135",51248,120028 +"269136",51249,54803 +"269137",51249,58098 +"269138",51249,65022 +"269139",51249,85812 +"269140",51249,91966 +"269141",51251,52768 +"269142",51251,79741 +"269143",51251,81820 +"269144",51251,85567 +"269145",51252,51253 +"269146",51252,51279 +"269147",51253,51279 +"269148",51254,77831 +"269149",51254,81996 +"269150",51254,91460 +"269151",51254,92448 +"269152",51254,105006 +"269153",51254,105035 +"269154",51256,51262 +"269155",51256,51266 +"269156",51257,55180 +"269157",51257,55191 +"269158",51257,55204 +"269159",51257,55258 +"269160",51257,55259 +"269161",51259,69019 +"269162",51259,71387 +"269163",51259,78632 +"269164",51259,99108 +"269165",51259,104790 +"269166",51259,118157 +"269167",51260,51267 +"269168",51260,70293 +"269169",51260,102980 +"269170",51261,62726 +"269171",51261,78392 +"269172",51261,87345 +"269173",51261,87352 +"269174",51261,87469 +"269175",51262,51266 +"269176",51262,55774 +"269177",51265,61568 +"269178",51265,63499 +"269179",51265,63695 +"269180",51265,69641 +"269181",51265,71177 +"269182",51266,60953 +"269183",51268,54552 +"269184",51268,74027 +"269185",51269,101991 +"269186",51270,59823 +"269187",51271,57345 +"269188",51271,62573 +"269189",51271,70905 +"269190",51271,74060 +"269191",51272,61928 +"269192",51272,71112 +"269193",51273,67230 +"269194",51275,63977 +"269195",51275,76704 +"269196",51275,81128 +"269197",51275,94637 +"269198",51275,101425 +"269199",51276,51313 +"269200",51276,63096 +"269201",51276,76893 +"269202",51276,78360 +"269203",51276,78362 +"269204",51276,80705 +"269205",51277,52451 +"269206",51277,53596 +"269207",51277,57164 +"269208",51277,57211 +"269209",51277,57238 +"269210",51277,97632 +"269211",51279,54416 +"269212",51280,107929 +"269213",51281,59422 +"269214",51281,59517 +"269215",51281,69135 +"269216",51281,69146 +"269217",51281,72777 +"269218",51282,60887 +"269219",51282,79936 +"269220",51284,80632 +"269221",51284,105251 +"269222",51287,55788 +"269223",51287,56105 +"269224",51287,56200 +"269225",51287,59682 +"269226",51287,67913 +"269227",51287,74813 +"269228",51287,78320 +"269229",51287,78322 +"269230",51287,83222 +"269231",51287,97783 +"269232",51287,99291 +"269233",51287,108336 +"269234",51288,65023 +"269235",51288,65995 +"269236",51288,67246 +"269237",51290,75252 +"269238",51290,104889 +"269239",51291,51314 +"269240",51291,51315 +"269241",51292,53196 +"269242",51292,54553 +"269243",51292,54980 +"269244",51292,65625 +"269245",51292,74628 +"269246",51292,75310 +"269247",51292,76629 +"269248",51292,84940 +"269249",51292,92081 +"269250",51292,100226 +"269251",51292,105947 +"269252",51293,53534 +"269253",51293,114493 +"269254",51293,119002 +"269255",51294,51316 +"269256",51295,82478 +"269257",51295,113888 +"269258",51296,61145 +"269259",51296,66251 +"269260",51297,70925 +"269261",51297,84770 +"269262",51297,99619 +"269263",51297,121103 +"269264",51299,52924 +"269265",51299,56236 +"269266",51299,63846 +"269267",51299,76905 +"269268",51299,78032 +"269269",51299,82885 +"269270",51299,90802 +"269271",51299,102881 +"269272",51299,103415 +"269273",51299,105616 +"269274",51299,122076 +"269275",51305,51611 +"269276",51305,52852 +"269277",51305,60401 +"269278",51305,62923 +"269279",51305,64493 +"269280",51305,64517 +"269281",51305,64694 +"269282",51305,64763 +"269283",51307,51308 +"269284",51310,66976 +"269285",51310,78556 +"269286",51314,51315 +"269287",51314,62396 +"269288",51317,116858 +"269289",51318,105090 +"269290",51318,123065 +"269291",51319,52579 +"269292",51319,57004 +"269293",51319,64786 +"269294",51319,68597 +"269295",51319,70715 +"269296",51319,78202 +"269297",51319,80871 +"269298",51319,80912 +"269299",51319,84219 +"269300",51319,85278 +"269301",51319,85708 +"269302",51319,87805 +"269303",51321,61180 +"269304",51322,65565 +"269305",51322,106603 +"269306",51322,106619 +"269307",51323,64918 +"269308",51323,72712 +"269309",51323,76872 +"269310",51323,85084 +"269311",51323,85641 +"269312",51323,91815 +"269313",51323,97048 +"269314",51323,106161 +"269315",51323,110122 +"269316",51324,51350 +"269317",51325,93915 +"269318",51325,117494 +"269319",51325,117519 +"269320",51325,117523 +"269321",51326,80381 +"269322",51326,119092 +"269323",51327,59304 +"269324",51327,65793 +"269325",51327,67434 +"269326",51327,79679 +"269327",51327,85962 +"269328",51327,90259 +"269329",51327,120295 +"269330",51327,120300 +"269331",51328,85128 +"269332",51328,93233 +"269333",51328,93831 +"269334",51328,99249 +"269335",51329,54622 +"269336",51329,55010 +"269337",51329,67094 +"269338",51329,67231 +"269339",51329,67238 +"269340",51329,71313 +"269341",51331,72202 +"269342",51331,101294 +"269343",51332,51333 +"269344",51332,51344 +"269345",51332,51345 +"269346",51332,51378 +"269347",51332,51416 +"269348",51333,51344 +"269349",51333,51345 +"269350",51333,51378 +"269351",51333,51416 +"269352",51334,51380 +"269353",51335,51356 +"269354",51336,51396 +"269355",51338,54873 +"269356",51339,55050 +"269357",51339,55232 +"269358",51341,51419 +"269359",51341,51420 +"269360",51342,51348 +"269361",51342,51418 +"269362",51342,51421 +"269363",51343,52259 +"269364",51343,59400 +"269365",51344,51345 +"269366",51344,51378 +"269367",51344,51416 +"269368",51345,51378 +"269369",51345,51416 +"269370",51347,82915 +"269371",51347,99613 +"269372",51347,105622 +"269373",51347,107962 +"269374",51347,108844 +"269375",51347,122378 +"269376",51347,122434 +"269377",51347,122439 +"269378",51348,51418 +"269379",51348,51421 +"269380",51349,51974 +"269381",51349,57399 +"269382",51349,69996 +"269383",51350,61993 +"269384",51351,51369 +"269385",51351,51400 +"269386",51351,62618 +"269387",51351,62700 +"269388",51352,70583 +"269389",51352,73668 +"269390",51352,89627 +"269391",51352,91626 +"269392",51353,101181 +"269393",51354,51355 +"269394",51354,74185 +"269395",51355,65289 +"269396",51355,74185 +"269397",51355,74467 +"269398",51357,63734 +"269399",51358,101612 +"269400",51359,52789 +"269401",51359,52800 +"269402",51359,52804 +"269403",51359,52812 +"269404",51359,52826 +"269405",51359,52842 +"269406",51359,52850 +"269407",51359,52883 +"269408",51359,56206 +"269409",51359,60588 +"269410",51359,61040 +"269411",51359,61041 +"269412",51360,70054 +"269413",51360,74486 +"269414",51360,75404 +"269415",51360,78414 +"269416",51360,81336 +"269417",51360,83911 +"269418",51360,83922 +"269419",51360,89604 +"269420",51361,51384 +"269421",51361,51453 +"269422",51362,77950 +"269423",51363,54363 +"269424",51363,55721 +"269425",51363,62327 +"269426",51363,68411 +"269427",51364,51450 +"269428",51366,52926 +"269429",51366,55151 +"269430",51366,86669 +"269431",51367,54814 +"269432",51367,107820 +"269433",51369,51400 +"269434",51369,62618 +"269435",51369,62700 +"269436",51370,51389 +"269437",51372,57697 +"269438",51372,59282 +"269439",51372,66719 +"269440",51372,88222 +"269441",51373,93858 +"269442",51373,93989 +"269443",51373,94578 +"269444",51373,118867 +"269445",51373,119157 +"269446",51373,119161 +"269447",51373,119164 +"269448",51373,120091 +"269449",51375,56935 +"269450",51377,59969 +"269451",51377,60523 +"269452",51377,64806 +"269453",51377,116851 +"269454",51378,51416 +"269455",51380,80443 +"269456",51382,74205 +"269457",51383,69380 +"269458",51383,79684 +"269459",51383,86018 +"269460",51384,51453 +"269461",51385,57694 +"269462",51385,60981 +"269463",51385,61407 +"269464",51385,61454 +"269465",51385,71051 +"269466",51386,57664 +"269467",51386,70078 +"269468",51386,76959 +"269469",51386,76965 +"269470",51386,89052 +"269471",51386,95913 +"269472",51386,95925 +"269473",51386,95935 +"269474",51387,62276 +"269475",51387,62493 +"269476",51387,83191 +"269477",51387,86185 +"269478",51387,91040 +"269479",51387,93431 +"269480",51387,100064 +"269481",51387,100625 +"269482",51387,104802 +"269483",51387,113153 +"269484",51387,120552 +"269485",51389,114736 +"269486",51389,114738 +"269487",51390,82336 +"269488",51390,90615 +"269489",51391,94063 +"269490",51391,101465 +"269491",51394,79851 +"269492",51394,84469 +"269493",51396,55820 +"269494",51396,55913 +"269495",51396,58035 +"269496",51396,64031 +"269497",51396,65793 +"269498",51396,67434 +"269499",51396,77585 +"269500",51396,78875 +"269501",51396,79766 +"269502",51396,80471 +"269503",51396,81815 +"269504",51396,82203 +"269505",51396,90093 +"269506",51396,90441 +"269507",51396,101783 +"269508",51396,109319 +"269509",51396,111888 +"269510",51397,65005 +"269511",51397,71577 +"269512",51397,74484 +"269513",51398,58383 +"269514",51398,63162 +"269515",51398,65898 +"269516",51398,69814 +"269517",51398,70889 +"269518",51398,79231 +"269519",51398,84138 +"269520",51398,84940 +"269521",51398,84941 +"269522",51398,84958 +"269523",51398,86131 +"269524",51398,87168 +"269525",51398,106968 +"269526",51398,109510 +"269527",51398,110599 +"269528",51399,52662 +"269529",51399,55675 +"269530",51400,55939 +"269531",51400,65909 +"269532",51406,71857 +"269533",51406,71860 +"269534",51406,72047 +"269535",51406,103491 +"269536",51407,71889 +"269537",51407,102166 +"269538",51410,51987 +"269539",51410,54371 +"269540",51410,55474 +"269541",51410,56171 +"269542",51410,56175 +"269543",51410,67362 +"269544",51410,69759 +"269545",51410,71296 +"269546",51410,78669 +"269547",51410,81455 +"269548",51410,83165 +"269549",51410,83180 +"269550",51410,92648 +"269551",51410,123364 +"269552",51413,70036 +"269553",51413,79529 +"269554",51414,51964 +"269555",51414,55701 +"269556",51415,56332 +"269557",51415,84393 +"269558",51415,98837 +"269559",51415,121633 +"269560",51415,121641 +"269561",51417,66070 +"269562",51418,51421 +"269563",51419,51420 +"269564",51419,55842 +"269565",51419,55858 +"269566",51419,55953 +"269567",51422,64105 +"269568",51423,62931 +"269569",51423,77951 +"269570",51423,109998 +"269571",51425,64608 +"269572",51425,64828 +"269573",51425,82946 +"269574",51425,82947 +"269575",51425,82953 +"269576",51426,53642 +"269577",51426,67662 +"269578",51426,68543 +"269579",51426,68549 +"269580",51427,53390 +"269581",51427,53658 +"269582",51427,61191 +"269583",51427,66718 +"269584",51427,68604 +"269585",51427,79149 +"269586",51427,106965 +"269587",51427,110747 +"269588",51428,77719 +"269589",51429,55960 +"269590",51429,70615 +"269591",51431,52319 +"269592",51432,64490 +"269593",51433,51529 +"269594",51433,56478 +"269595",51433,61837 +"269596",51434,51503 +"269597",51434,77929 +"269598",51434,92368 +"269599",51434,98838 +"269600",51434,98889 +"269601",51434,98910 +"269602",51434,98999 +"269603",51434,120744 +"269604",51435,57977 +"269605",51435,58035 +"269606",51435,65566 +"269607",51435,74833 +"269608",51436,51441 +"269609",51436,51442 +"269610",51436,51530 +"269611",51436,51531 +"269612",51436,51532 +"269613",51437,54361 +"269614",51437,71316 +"269615",51437,71397 +"269616",51437,71420 +"269617",51437,95944 +"269618",51437,95999 +"269619",51437,96000 +"269620",51437,96001 +"269621",51437,96005 +"269622",51439,56206 +"269623",51439,60163 +"269624",51439,68979 +"269625",51439,69092 +"269626",51439,69101 +"269627",51439,69115 +"269628",51439,69161 +"269629",51440,120506 +"269630",51441,51442 +"269631",51441,51530 +"269632",51441,51531 +"269633",51441,51532 +"269634",51442,51530 +"269635",51442,51531 +"269636",51442,51532 +"269637",51443,79491 +"269638",51443,79645 +"269639",51443,97939 +"269640",51444,51510 +"269641",51444,81406 +"269642",51445,59531 +"269643",51445,63789 +"269644",51446,72424 +"269645",51446,121493 +"269646",51446,122369 +"269647",51446,122653 +"269648",51447,51487 +"269649",51448,58168 +"269650",51448,72241 +"269651",51448,73248 +"269652",51448,75824 +"269653",51448,83191 +"269654",51448,83193 +"269655",51449,82078 +"269656",51449,89705 +"269657",51451,55363 +"269658",51451,78223 +"269659",51451,90062 +"269660",51451,102330 +"269661",51451,102347 +"269662",51452,51520 +"269663",51455,57693 +"269664",51455,59317 +"269665",51456,51664 +"269666",51456,70091 +"269667",51456,84841 +"269668",51456,111786 +"269669",51456,120841 +"269670",51457,51626 +"269671",51457,51627 +"269672",51457,51665 +"269673",51458,51674 +"269674",51458,85308 +"269675",51458,100632 +"269676",51458,109355 +"269677",51459,73292 +"269678",51460,60838 +"269679",51460,75202 +"269680",51460,78123 +"269681",51460,78163 +"269682",51460,78164 +"269683",51460,78165 +"269684",51460,78188 +"269685",51460,123228 +"269686",51461,96492 +"269687",51462,62444 +"269688",51462,68687 +"269689",51462,86558 +"269690",51462,103309 +"269691",51462,103643 +"269692",51463,55447 +"269693",51463,62496 +"269694",51463,63918 +"269695",51463,63924 +"269696",51463,63936 +"269697",51464,79961 +"269698",51464,106735 +"269699",51466,51514 +"269700",51468,51527 +"269701",51468,64609 +"269702",51468,84264 +"269703",51469,86536 +"269704",51470,55797 +"269705",51470,63442 +"269706",51470,73427 +"269707",51470,78024 +"269708",51470,84786 +"269709",51470,84818 +"269710",51470,86835 +"269711",51470,92709 +"269712",51470,115462 +"269713",51470,115466 +"269714",51470,115571 +"269715",51470,119721 +"269716",51471,70141 +"269717",51471,75939 +"269718",51471,77388 +"269719",51471,78929 +"269720",51471,93821 +"269721",51472,69151 +"269722",51472,79521 +"269723",51472,90649 +"269724",51472,101133 +"269725",51472,109726 +"269726",51473,51556 +"269727",51474,58695 +"269728",51474,62131 +"269729",51474,66477 +"269730",51474,68575 +"269731",51474,68624 +"269732",51475,51789 +"269733",51476,51892 +"269734",51476,53607 +"269735",51476,53755 +"269736",51476,54168 +"269737",51476,57210 +"269738",51476,58266 +"269739",51476,58482 +"269740",51476,59172 +"269741",51476,59816 +"269742",51476,61543 +"269743",51476,61874 +"269744",51476,63274 +"269745",51476,66322 +"269746",51476,67327 +"269747",51476,70854 +"269748",51476,71205 +"269749",51476,71683 +"269750",51476,72568 +"269751",51476,72628 +"269752",51476,73767 +"269753",51476,78532 +"269754",51476,79687 +"269755",51476,81609 +"269756",51476,85885 +"269757",51476,91255 +"269758",51476,92247 +"269759",51476,92352 +"269760",51476,92362 +"269761",51476,92929 +"269762",51476,93719 +"269763",51476,94906 +"269764",51476,94946 +"269765",51476,95889 +"269766",51476,96090 +"269767",51476,96093 +"269768",51476,97988 +"269769",51476,99309 +"269770",51476,99376 +"269771",51476,99450 +"269772",51476,99471 +"269773",51476,99474 +"269774",51476,100916 +"269775",51476,100944 +"269776",51476,101126 +"269777",51476,101329 +"269778",51476,105557 +"269779",51476,107199 +"269780",51476,108743 +"269781",51476,108980 +"269782",51476,109291 +"269783",51476,109933 +"269784",51476,110483 +"269785",51476,110567 +"269786",51476,110572 +"269787",51476,110630 +"269788",51476,110648 +"269789",51476,110711 +"269790",51476,110770 +"269791",51476,110869 +"269792",51476,110911 +"269793",51476,111285 +"269794",51476,111314 +"269795",51476,111362 +"269796",51476,111372 +"269797",51476,111424 +"269798",51476,111433 +"269799",51476,112422 +"269800",51476,113269 +"269801",51476,113430 +"269802",51476,114242 +"269803",51476,114842 +"269804",51476,115427 +"269805",51476,115521 +"269806",51476,115711 +"269807",51477,63029 +"269808",51478,51889 +"269809",51478,69324 +"269810",51478,69373 +"269811",51478,72708 +"269812",51479,68252 +"269813",51480,90779 +"269814",51481,60863 +"269815",51481,88121 +"269816",51481,88455 +"269817",51481,90776 +"269818",51481,90822 +"269819",51481,98856 +"269820",51482,75200 +"269821",51483,80773 +"269822",51483,80775 +"269823",51483,80786 +"269824",51483,80803 +"269825",51483,80830 +"269826",51483,80831 +"269827",51484,77896 +"269828",51484,105079 +"269829",51485,98421 +"269830",51486,55805 +"269831",51486,70139 +"269832",51486,70535 +"269833",51486,99714 +"269834",51486,102019 +"269835",51486,104252 +"269836",51486,104383 +"269837",51486,108450 +"269838",51487,112757 +"269839",51490,55390 +"269840",51490,76288 +"269841",51490,121796 +"269842",51491,51960 +"269843",51491,79494 +"269844",51492,51545 +"269845",51492,80840 +"269846",51492,81489 +"269847",51492,82300 +"269848",51492,91656 +"269849",51492,101228 +"269850",51492,103826 +"269851",51492,115365 +"269852",51492,121648 +"269853",51493,74180 +"269854",51494,51645 +"269855",51494,77025 +"269856",51494,106683 +"269857",51495,101672 +"269858",51496,64472 +"269859",51496,69117 +"269860",51496,72501 +"269861",51496,78278 +"269862",51496,81159 +"269863",51496,81878 +"269864",51496,90169 +"269865",51497,52061 +"269866",51497,79624 +"269867",51497,79627 +"269868",51497,79647 +"269869",51499,54416 +"269870",51499,69517 +"269871",51499,76504 +"269872",51499,76505 +"269873",51499,87191 +"269874",51499,110741 +"269875",51499,113594 +"269876",51500,53079 +"269877",51500,68649 +"269878",51500,88188 +"269879",51501,61710 +"269880",51501,101840 +"269881",51502,51918 +"269882",51502,115182 +"269883",51505,53735 +"269884",51505,57248 +"269885",51505,57883 +"269886",51505,62624 +"269887",51505,62724 +"269888",51505,81504 +"269889",51505,83486 +"269890",51505,118681 +"269891",51505,120856 +"269892",51505,120905 +"269893",51505,121585 +"269894",51506,71766 +"269895",51507,74949 +"269896",51507,83713 +"269897",51508,71687 +"269898",51511,62034 +"269899",51512,53964 +"269900",51512,54314 +"269901",51512,58654 +"269902",51512,60075 +"269903",51512,78544 +"269904",51512,88413 +"269905",51512,92393 +"269906",51512,94627 +"269907",51512,97553 +"269908",51512,97557 +"269909",51512,98625 +"269910",51512,102147 +"269911",51512,102148 +"269912",51512,112010 +"269913",51513,52001 +"269914",51513,52031 +"269915",51516,63849 +"269916",51516,90798 +"269917",51516,91115 +"269918",51516,101434 +"269919",51516,107323 +"269920",51516,107920 +"269921",51516,109824 +"269922",51517,80451 +"269923",51517,90053 +"269924",51517,101669 +"269925",51517,108733 +"269926",51517,121703 +"269927",51518,64665 +"269928",51521,88206 +"269929",51521,90742 +"269930",51524,51662 +"269931",51524,94803 +"269932",51526,69369 +"269933",51526,79485 +"269934",51526,79522 +"269935",51526,79580 +"269936",51528,51950 +"269937",51528,96248 +"269938",51528,101443 +"269939",51528,120840 +"269940",51530,51531 +"269941",51530,51532 +"269942",51530,66721 +"269943",51531,51532 +"269944",51531,67179 +"269945",51531,67185 +"269946",51533,51542 +"269947",51533,51543 +"269948",51533,56965 +"269949",51533,60401 +"269950",51534,56938 +"269951",51534,77250 +"269952",51534,83826 +"269953",51535,95708 +"269954",51535,102077 +"269955",51535,105306 +"269956",51536,64938 +"269957",51536,65508 +"269958",51536,81239 +"269959",51536,87156 +"269960",51536,89775 +"269961",51536,100547 +"269962",51537,59958 +"269963",51537,66397 +"269964",51537,79669 +"269965",51537,82648 +"269966",51537,82666 +"269967",51537,92506 +"269968",51537,95499 +"269969",51540,51541 +"269970",51542,51543 +"269971",51542,56965 +"269972",51543,56965 +"269973",51544,53979 +"269974",51544,60028 +"269975",51544,63786 +"269976",51544,68135 +"269977",51544,110260 +"269978",51546,57594 +"269979",51546,62754 +"269980",51546,87970 +"269981",51546,101993 +"269982",51547,62343 +"269983",51548,72391 +"269984",51548,78529 +"269985",51548,80188 +"269986",51548,80340 +"269987",51548,80366 +"269988",51550,51586 +"269989",51551,59807 +"269990",51551,69181 +"269991",51551,110407 +"269992",51551,113802 +"269993",51551,113886 +"269994",51551,116410 +"269995",51552,80413 +"269996",51552,89927 +"269997",51553,51673 +"269998",51554,90278 +"269999",51554,100556 +"270000",51554,101779 +"270001",51554,123124 +"270002",51555,117513 +"270003",51556,79363 +"270004",51556,118196 +"270005",51557,73377 +"270006",51557,73442 +"270007",51558,53633 +"270008",51558,80425 +"270009",51558,88710 +"270010",51558,96034 +"270011",51558,103140 +"270012",51558,109221 +"270013",51559,51642 +"270014",51560,98078 +"270015",51561,90378 +"270016",51562,92553 +"270017",51563,87744 +"270018",51563,107051 +"270019",51565,65620 +"270020",51565,66209 +"270021",51565,69705 +"270022",51565,74650 +"270023",51565,86729 +"270024",51565,90525 +"270025",51565,96613 +"270026",51565,97388 +"270027",51565,97412 +"270028",51565,98382 +"270029",51565,108170 +"270030",51565,108173 +"270031",51567,56499 +"270032",51568,51611 +"270033",51568,51866 +"270034",51568,57225 +"270035",51568,62601 +"270036",51568,66452 +"270037",51569,55907 +"270038",51569,70152 +"270039",51569,70199 +"270040",51570,51585 +"270041",51570,85575 +"270042",51571,96780 +"270043",51572,78775 +"270044",51574,51672 +"270045",51574,51933 +"270046",51574,57062 +"270047",51575,76210 +"270048",51575,86598 +"270049",51575,86619 +"270050",51577,78532 +"270051",51577,91068 +"270052",51578,118637 +"270053",51578,122849 +"270054",51579,51637 +"270055",51579,68992 +"270056",51579,83075 +"270057",51579,93546 +"270058",51579,119389 +"270059",51580,114207 +"270060",51581,71269 +"270061",51581,82628 +"270062",51581,99391 +"270063",51581,107207 +"270064",51582,57870 +"270065",51583,61305 +"270066",51583,73596 +"270067",51584,80094 +"270068",51584,81054 +"270069",51585,63883 +"270070",51585,72781 +"270071",51585,72854 +"270072",51587,51750 +"270073",51587,76123 +"270074",51587,78545 +"270075",51587,78819 +"270076",51587,81780 +"270077",51587,84552 +"270078",51587,84558 +"270079",51587,84599 +"270080",51587,103304 +"270081",51587,103492 +"270082",51588,77491 +"270083",51588,86310 +"270084",51588,121261 +"270085",51590,58361 +"270086",51591,51614 +"270087",51591,51653 +"270088",51591,62907 +"270089",51592,54972 +"270090",51592,59767 +"270091",51592,62178 +"270092",51593,56033 +"270093",51593,83543 +"270094",51593,88953 +"270095",51593,112214 +"270096",51595,78526 +"270097",51596,52310 +"270098",51596,103962 +"270099",51598,62634 +"270100",51599,53179 +"270101",51599,61136 +"270102",51599,71997 +"270103",51599,106611 +"270104",51599,106643 +"270105",51600,53025 +"270106",51600,66756 +"270107",51601,90365 +"270108",51601,105493 +"270109",51602,76239 +"270110",51602,90955 +"270111",51603,51604 +"270112",51604,96531 +"270113",51604,96578 +"270114",51605,118908 +"270115",51606,51668 +"270116",51607,96386 +"270117",51608,56952 +"270118",51609,80549 +"270119",51609,84316 +"270120",51609,105788 +"270121",51609,108207 +"270122",51609,108564 +"270123",51609,111755 +"270124",51609,111758 +"270125",51609,116323 +"270126",51610,51640 +"270127",51610,68630 +"270128",51611,52852 +"270129",51611,60401 +"270130",51611,62923 +"270131",51611,64493 +"270132",51611,64517 +"270133",51611,64694 +"270134",51611,64763 +"270135",51614,51653 +"270136",51615,51655 +"270137",51616,109238 +"270138",51618,76076 +"270139",51618,100633 +"270140",51619,101511 +"270141",51620,56125 +"270142",51621,54411 +"270143",51621,103058 +"270144",51621,106669 +"270145",51621,119212 +"270146",51622,52446 +"270147",51622,52447 +"270148",51622,55005 +"270149",51622,59380 +"270150",51622,63820 +"270151",51623,96068 +"270152",51624,58397 +"270153",51626,51627 +"270154",51626,51665 +"270155",51626,57811 +"270156",51626,57843 +"270157",51627,51665 +"270158",51628,93337 +"270159",51629,120874 +"270160",51631,59005 +"270161",51631,59737 +"270162",51633,55254 +"270163",51635,98439 +"270164",51638,55468 +"270165",51638,66933 +"270166",51638,72132 +"270167",51638,82831 +"270168",51638,85079 +"270169",51638,94284 +"270170",51638,96238 +"270171",51638,99444 +"270172",51638,106074 +"270173",51639,51644 +"270174",51640,61092 +"270175",51640,61093 +"270176",51640,61094 +"270177",51641,52738 +"270178",51641,53702 +"270179",51641,61103 +"270180",51642,53424 +"270181",51647,53513 +"270182",51647,57710 +"270183",51647,114397 +"270184",51649,71498 +"270185",51651,54227 +"270186",51651,60744 +"270187",51651,83318 +"270188",51652,55691 +"270189",51652,55889 +"270190",51652,65612 +"270191",51652,70963 +"270192",51652,72946 +"270193",51652,73072 +"270194",51652,73289 +"270195",51652,75779 +"270196",51652,83747 +"270197",51652,90492 +"270198",51652,101482 +"270199",51652,102757 +"270200",51652,105992 +"270201",51652,106004 +"270202",51652,106018 +"270203",51652,120448 +"270204",51654,52653 +"270205",51654,55015 +"270206",51654,57105 +"270207",51654,58035 +"270208",51654,71296 +"270209",51654,73384 +"270210",51654,83165 +"270211",51654,83906 +"270212",51654,83915 +"270213",51654,83949 +"270214",51654,94102 +"270215",51654,105061 +"270216",51656,72924 +"270217",51657,72408 +"270218",51657,90349 +"270219",51658,51659 +"270220",51658,73320 +"270221",51660,92226 +"270222",51661,65563 +"270223",51661,123302 +"270224",51661,123332 +"270225",51663,59484 +"270226",51663,61805 +"270227",51663,62424 +"270228",51663,70681 +"270229",51663,70908 +"270230",51663,71039 +"270231",51663,76905 +"270232",51663,78010 +"270233",51663,100398 +"270234",51663,117679 +"270235",51666,62793 +"270236",51666,66744 +"270237",51666,77871 +"270238",51666,80305 +"270239",51666,89742 +"270240",51666,91411 +"270241",51666,96513 +"270242",51666,99070 +"270243",51666,104662 +"270244",51666,105207 +"270245",51666,113473 +"270246",51666,117427 +"270247",51666,120879 +"270248",51666,120961 +"270249",51668,58027 +"270250",51668,85128 +"270251",51668,91952 +"270252",51668,102935 +"270253",51668,105634 +"270254",51669,51926 +"270255",51669,96251 +"270256",51669,100684 +"270257",51670,63665 +"270258",51671,57605 +"270259",51671,58413 +"270260",51672,51933 +"270261",51675,81355 +"270262",51675,114363 +"270263",51675,120678 +"270264",51675,123422 +"270265",51678,62126 +"270266",51678,86104 +"270267",51678,101056 +"270268",51678,107852 +"270269",51679,58212 +"270270",51680,101743 +"270271",51680,107691 +"270272",51681,67414 +"270273",51681,87356 +"270274",51682,92801 +"270275",51683,51725 +"270276",51683,53551 +"270277",51683,54598 +"270278",51683,66978 +"270279",51683,74964 +"270280",51683,81737 +"270281",51683,114333 +"270282",51683,119875 +"270283",51684,62819 +"270284",51684,83817 +"270285",51684,98583 +"270286",51684,105239 +"270287",51684,105250 +"270288",51684,108295 +"270289",51684,119104 +"270290",51687,52974 +"270291",51687,56360 +"270292",51687,57897 +"270293",51687,60508 +"270294",51687,60509 +"270295",51687,60537 +"270296",51687,65092 +"270297",51687,67076 +"270298",51688,51758 +"270299",51688,55717 +"270300",51688,77080 +"270301",51689,55185 +"270302",51689,55450 +"270303",51689,60603 +"270304",51689,64427 +"270305",51689,67788 +"270306",51689,76046 +"270307",51689,77376 +"270308",51689,109900 +"270309",51689,109909 +"270310",51690,51787 +"270311",51692,51710 +"270312",51692,51711 +"270313",51692,51730 +"270314",51692,52783 +"270315",51692,76487 +"270316",51692,78714 +"270317",51692,98327 +"270318",51692,98344 +"270319",51694,51695 +"270320",51694,51727 +"270321",51695,51727 +"270322",51697,57933 +"270323",51698,76596 +"270324",51699,51707 +"270325",51699,51762 +"270326",51699,51768 +"270327",51700,58234 +"270328",51700,67270 +"270329",51700,81176 +"270330",51702,51890 +"270331",51702,79892 +"270332",51703,51721 +"270333",51703,55787 +"270334",51703,57103 +"270335",51703,64139 +"270336",51703,66282 +"270337",51703,66357 +"270338",51703,95388 +"270339",51703,99728 +"270340",51703,105745 +"270341",51703,105748 +"270342",51703,117487 +"270343",51704,87624 +"270344",51705,92151 +"270345",51706,51739 +"270346",51707,51762 +"270347",51707,51768 +"270348",51708,55668 +"270349",51709,93446 +"270350",51710,51711 +"270351",51710,51730 +"270352",51710,52783 +"270353",51710,76487 +"270354",51710,96731 +"270355",51710,98327 +"270356",51710,98344 +"270357",51711,51730 +"270358",51712,61608 +"270359",51712,63058 +"270360",51712,63114 +"270361",51712,69108 +"270362",51712,74162 +"270363",51713,67495 +"270364",51713,67551 +"270365",51713,91909 +"270366",51713,99448 +"270367",51714,58238 +"270368",51715,51716 +"270369",51715,90413 +"270370",51718,57158 +"270371",51718,69255 +"270372",51720,56164 +"270373",51720,73898 +"270374",51720,82319 +"270375",51720,100559 +"270376",51720,109555 +"270377",51720,109669 +"270378",51720,120192 +"270379",51720,120194 +"270380",51720,120197 +"270381",51720,120198 +"270382",51720,120199 +"270383",51720,120215 +"270384",51721,75833 +"270385",51721,112411 +"270386",51723,51743 +"270387",51723,51755 +"270388",51724,53696 +"270389",51724,56418 +"270390",51724,87337 +"270391",51724,90823 +"270392",51725,52146 +"270393",51725,80106 +"270394",51725,100909 +"270395",51726,51779 +"270396",51729,52330 +"270397",51729,73051 +"270398",51729,80801 +"270399",51729,81448 +"270400",51729,95489 +"270401",51729,99772 +"270402",51730,107145 +"270403",51733,59003 +"270404",51733,80015 +"270405",51733,87641 +"270406",51733,87672 +"270407",51733,91269 +"270408",51733,91270 +"270409",51734,93386 +"270410",51734,98450 +"270411",51734,106974 +"270412",51734,109540 +"270413",51735,79735 +"270414",51735,81583 +"270415",51735,89428 +"270416",51735,98734 +"270417",51735,116039 +"270418",51736,95927 +"270419",51736,96672 +"270420",51736,96687 +"270421",51736,97297 +"270422",51736,104207 +"270423",51737,55031 +"270424",51738,68530 +"270425",51738,91778 +"270426",51738,92871 +"270427",51738,98815 +"270428",51739,117920 +"270429",51740,60431 +"270430",51740,78149 +"270431",51740,89207 +"270432",51740,123235 +"270433",51742,61098 +"270434",51742,79040 +"270435",51743,51755 +"270436",51744,51770 +"270437",51744,87178 +"270438",51744,100643 +"270439",51744,100857 +"270440",51744,101196 +"270441",51745,86205 +"270442",51746,51754 +"270443",51746,69773 +"270444",51747,86892 +"270445",51747,103650 +"270446",51747,104472 +"270447",51747,113723 +"270448",51747,123289 +"270449",51748,51789 +"270450",51749,58478 +"270451",51749,95708 +"270452",51750,59143 +"270453",51750,76123 +"270454",51750,78123 +"270455",51750,78887 +"270456",51750,84062 +"270457",51750,84599 +"270458",51750,85525 +"270459",51750,103839 +"270460",51750,108819 +"270461",51751,54125 +"270462",51751,81741 +"270463",51751,87220 +"270464",51751,89742 +"270465",51751,99583 +"270466",51751,102551 +"270467",51751,117386 +"270468",51751,117388 +"270469",51753,75643 +"270470",51753,115379 +"270471",51756,54527 +"270472",51756,110349 +"270473",51757,76600 +"270474",51757,116345 +"270475",51758,52524 +"270476",51758,57347 +"270477",51758,67285 +"270478",51758,96218 +"270479",51758,96258 +"270480",51759,65684 +"270481",51759,65705 +"270482",51759,72105 +"270483",51759,75058 +"270484",51759,96468 +"270485",51759,102586 +"270486",51759,111505 +"270487",51759,115207 +"270488",51759,115209 +"270489",51760,95846 +"270490",51761,62552 +"270491",51761,83730 +"270492",51761,85160 +"270493",51762,51768 +"270494",51762,52299 +"270495",51762,52487 +"270496",51762,63259 +"270497",51762,66735 +"270498",51762,67110 +"270499",51762,75342 +"270500",51762,75344 +"270501",51763,81531 +"270502",51763,84704 +"270503",51765,52003 +"270504",51765,64099 +"270505",51765,66896 +"270506",51765,69809 +"270507",51765,78286 +"270508",51765,95997 +"270509",51765,113596 +"270510",51768,62543 +"270511",51769,66778 +"270512",51770,87178 +"270513",51770,100643 +"270514",51770,100857 +"270515",51770,101196 +"270516",51771,92684 +"270517",51772,83022 +"270518",51772,83057 +"270519",51772,83063 +"270520",51772,83078 +"270521",51774,53724 +"270522",51774,61086 +"270523",51774,62107 +"270524",51774,72535 +"270525",51774,78731 +"270526",51774,78922 +"270527",51774,83524 +"270528",51774,101696 +"270529",51774,104781 +"270530",51774,104873 +"270531",51775,53132 +"270532",51775,90827 +"270533",51775,91331 +"270534",51775,91757 +"270535",51775,95187 +"270536",51777,75470 +"270537",51777,101111 +"270538",51778,57940 +"270539",51778,112392 +"270540",51779,53436 +"270541",51780,59507 +"270542",51781,73940 +"270543",51781,79468 +"270544",51781,89052 +"270545",51781,114112 +"270546",51781,120607 +"270547",51782,56018 +"270548",51782,68061 +"270549",51783,52018 +"270550",51783,52774 +"270551",51783,52899 +"270552",51783,53003 +"270553",51783,53444 +"270554",51783,53527 +"270555",51783,53555 +"270556",51783,54275 +"270557",51783,56628 +"270558",51783,58004 +"270559",51783,58068 +"270560",51783,58633 +"270561",51783,59238 +"270562",51783,59587 +"270563",51783,59977 +"270564",51783,61111 +"270565",51783,61127 +"270566",51783,68287 +"270567",51783,69821 +"270568",51783,71052 +"270569",51783,71978 +"270570",51784,77474 +"270571",51784,109755 +"270572",51785,81317 +"270573",51786,113421 +"270574",51788,70338 +"270575",51788,101861 +"270576",51790,52327 +"270577",51791,52168 +"270578",51791,70006 +"270579",51791,71168 +"270580",51791,71204 +"270581",51794,59919 +"270582",51794,63839 +"270583",51794,64569 +"270584",51794,67655 +"270585",51794,80565 +"270586",51794,83325 +"270587",51794,94784 +"270588",51794,110630 +"270589",51795,77977 +"270590",51795,93082 +"270591",51795,103193 +"270592",51795,107231 +"270593",51795,107251 +"270594",51795,107390 +"270595",51796,64018 +"270596",51796,83981 +"270597",51796,105769 +"270598",51798,88665 +"270599",51798,107585 +"270600",51799,99501 +"270601",51799,99503 +"270602",51799,99611 +"270603",51800,88927 +"270604",51800,112127 +"270605",51800,112137 +"270606",51801,53445 +"270607",51801,57804 +"270608",51801,59731 +"270609",51801,64595 +"270610",51801,67656 +"270611",51801,79889 +"270612",51801,79919 +"270613",51801,79920 +"270614",51801,79953 +"270615",51801,79969 +"270616",51801,83530 +"270617",51801,89069 +"270618",51801,98308 +"270619",51801,102362 +"270620",51802,51882 +"270621",51802,69668 +"270622",51804,57297 +"270623",51804,109269 +"270624",51804,109270 +"270625",51805,60016 +"270626",51805,120587 +"270627",51806,62061 +"270628",51806,63585 +"270629",51806,80324 +"270630",51806,86359 +"270631",51806,94995 +"270632",51806,99970 +"270633",51806,111392 +"270634",51806,115036 +"270635",51807,52755 +"270636",51807,53898 +"270637",51807,70323 +"270638",51807,101850 +"270639",51807,103852 +"270640",51807,118753 +"270641",51809,53490 +"270642",51809,53515 +"270643",51809,54940 +"270644",51809,57328 +"270645",51809,58990 +"270646",51809,59439 +"270647",51810,57614 +"270648",51810,75946 +"270649",51810,75948 +"270650",51811,60145 +"270651",51812,81105 +"270652",51812,87701 +"270653",51812,88098 +"270654",51812,89694 +"270655",51812,98726 +"270656",51812,98757 +"270657",51813,60425 +"270658",51813,65067 +"270659",51813,86173 +"270660",51813,91388 +"270661",51813,104265 +"270662",51813,105906 +"270663",51813,111073 +"270664",51813,114748 +"270665",51814,81498 +"270666",51814,96729 +"270667",51814,119601 +"270668",51815,51830 +"270669",51815,51831 +"270670",51815,51925 +"270671",51815,59918 +"270672",51815,67417 +"270673",51816,66186 +"270674",51816,71985 +"270675",51816,71988 +"270676",51817,62202 +"270677",51817,107694 +"270678",51818,60925 +"270679",51818,78708 +"270680",51818,86664 +"270681",51818,107203 +"270682",51819,53546 +"270683",51819,56476 +"270684",51819,58230 +"270685",51819,75244 +"270686",51819,83747 +"270687",51819,86325 +"270688",51819,93017 +"270689",51819,100396 +"270690",51819,106875 +"270691",51819,115718 +"270692",51820,51896 +"270693",51821,63669 +"270694",51823,63691 +"270695",51823,73561 +"270696",51823,98780 +"270697",51824,51840 +"270698",51824,51860 +"270699",51826,54550 +"270700",51827,53957 +"270701",51827,53988 +"270702",51827,65659 +"270703",51827,82152 +"270704",51828,55361 +"270705",51829,88524 +"270706",51829,95695 +"270707",51830,51831 +"270708",51830,51925 +"270709",51831,51925 +"270710",51832,98718 +"270711",51833,71120 +"270712",51833,91597 +"270713",51834,51904 +"270714",51834,100704 +"270715",51834,101330 +"270716",51835,58262 +"270717",51835,59776 +"270718",51835,99373 +"270719",51835,102947 +"270720",51835,110684 +"270721",51836,53979 +"270722",51836,54208 +"270723",51836,75905 +"270724",51836,76453 +"270725",51836,100363 +"270726",51836,100379 +"270727",51836,101124 +"270728",51836,103914 +"270729",51836,106446 +"270730",51836,106636 +"270731",51837,51870 +"270732",51838,52483 +"270733",51839,53207 +"270734",51839,53233 +"270735",51839,53234 +"270736",51839,53297 +"270737",51840,51860 +"270738",51841,73425 +"270739",51841,96168 +"270740",51843,53756 +"270741",51843,54385 +"270742",51843,77199 +"270743",51843,78980 +"270744",51843,79000 +"270745",51843,80025 +"270746",51843,84808 +"270747",51843,84828 +"270748",51846,55098 +"270749",51846,56672 +"270750",51846,58001 +"270751",51846,64762 +"270752",51846,65311 +"270753",51846,90335 +"270754",51846,92116 +"270755",51846,98428 +"270756",51846,99333 +"270757",51846,110011 +"270758",51848,66981 +"270759",51848,72090 +"270760",51848,79266 +"270761",51848,90662 +"270762",51848,92749 +"270763",51849,117702 +"270764",51851,68916 +"270765",51851,83667 +"270766",51852,97318 +"270767",51852,108993 +"270768",51853,55590 +"270769",51853,60658 +"270770",51853,67809 +"270771",51854,72742 +"270772",51855,86123 +"270773",51855,97911 +"270774",51856,51885 +"270775",51856,54172 +"270776",51856,54203 +"270777",51857,62086 +"270778",51858,88374 +"270779",51859,51875 +"270780",51859,52213 +"270781",51859,53476 +"270782",51859,58296 +"270783",51859,84881 +"270784",51859,85444 +"270785",51859,85446 +"270786",51859,110938 +"270787",51859,113686 +"270788",51859,115528 +"270789",51859,120109 +"270790",51859,121675 +"270791",51863,63089 +"270792",51863,64061 +"270793",51863,64340 +"270794",51863,64341 +"270795",51863,64392 +"270796",51863,64421 +"270797",51863,80852 +"270798",51863,83115 +"270799",51863,109743 +"270800",51864,62605 +"270801",51864,64975 +"270802",51864,65580 +"270803",51864,73389 +"270804",51864,85421 +"270805",51864,89742 +"270806",51864,95849 +"270807",51865,99100 +"270808",51866,51908 +"270809",51866,55268 +"270810",51866,57225 +"270811",51866,60370 +"270812",51866,60371 +"270813",51866,60539 +"270814",51866,66452 +"270815",51867,74260 +"270816",51868,87737 +"270817",51868,92242 +"270818",51868,99590 +"270819",51868,117674 +"270820",51868,121265 +"270821",51868,121266 +"270822",51870,63577 +"270823",51870,65960 +"270824",51870,65974 +"270825",51870,66000 +"270826",51873,81155 +"270827",51873,84861 +"270828",51874,86043 +"270829",51874,113374 +"270830",51875,52213 +"270831",51876,52157 +"270832",51876,84425 +"270833",51876,96602 +"270834",51876,115387 +"270835",51877,73340 +"270836",51877,113439 +"270837",51877,114590 +"270838",51877,116371 +"270839",51878,83133 +"270840",51878,97082 +"270841",51879,61780 +"270842",51879,69198 +"270843",51879,69234 +"270844",51879,69891 +"270845",51879,71403 +"270846",51879,71462 +"270847",51879,75871 +"270848",51879,75876 +"270849",51879,75877 +"270850",51879,81648 +"270851",51879,82932 +"270852",51879,88817 +"270853",51879,88821 +"270854",51880,53636 +"270855",51880,63706 +"270856",51880,65246 +"270857",51880,67381 +"270858",51880,77436 +"270859",51880,78208 +"270860",51880,86902 +"270861",51880,100016 +"270862",51880,100056 +"270863",51882,56836 +"270864",51882,59419 +"270865",51882,66544 +"270866",51882,66593 +"270867",51882,69668 +"270868",51883,88583 +"270869",51883,108098 +"270870",51884,58935 +"270871",51884,67982 +"270872",51884,68070 +"270873",51884,68088 +"270874",51884,68163 +"270875",51884,93687 +"270876",51887,63798 +"270877",51887,77679 +"270878",51887,77881 +"270879",51887,77897 +"270880",51887,78021 +"270881",51889,57817 +"270882",51889,57836 +"270883",51889,69324 +"270884",51890,54834 +"270885",51890,94259 +"270886",51890,99077 +"270887",51890,101929 +"270888",51891,64683 +"270889",51891,75470 +"270890",51891,90915 +"270891",51891,105492 +"270892",51892,53755 +"270893",51892,54168 +"270894",51892,57210 +"270895",51892,58482 +"270896",51892,59172 +"270897",51892,59816 +"270898",51892,61874 +"270899",51892,63274 +"270900",51892,66322 +"270901",51892,67327 +"270902",51892,70854 +"270903",51892,71683 +"270904",51892,72568 +"270905",51892,72628 +"270906",51892,73767 +"270907",51892,78532 +"270908",51892,81609 +"270909",51892,85885 +"270910",51892,91255 +"270911",51892,92247 +"270912",51892,92352 +"270913",51892,92362 +"270914",51892,92929 +"270915",51892,93719 +"270916",51892,94090 +"270917",51892,94906 +"270918",51892,94946 +"270919",51892,95628 +"270920",51892,95889 +"270921",51892,96093 +"270922",51892,97988 +"270923",51892,99309 +"270924",51892,99376 +"270925",51892,99450 +"270926",51892,99471 +"270927",51892,99474 +"270928",51892,100916 +"270929",51892,100944 +"270930",51892,101126 +"270931",51892,101329 +"270932",51892,105557 +"270933",51892,107199 +"270934",51892,108743 +"270935",51892,108980 +"270936",51892,109291 +"270937",51892,109933 +"270938",51892,110483 +"270939",51892,110567 +"270940",51892,110572 +"270941",51892,110630 +"270942",51892,110648 +"270943",51892,110711 +"270944",51892,110770 +"270945",51892,110869 +"270946",51892,110911 +"270947",51892,111285 +"270948",51892,111314 +"270949",51892,111362 +"270950",51892,111372 +"270951",51892,111424 +"270952",51892,111433 +"270953",51892,112422 +"270954",51892,113269 +"270955",51892,113430 +"270956",51892,114242 +"270957",51892,114842 +"270958",51892,115427 +"270959",51892,115521 +"270960",51892,115711 +"270961",51893,77808 +"270962",51893,77863 +"270963",51893,77877 +"270964",51893,77878 +"270965",51894,94429 +"270966",51896,83912 +"270967",51896,106444 +"270968",51896,116959 +"270969",51896,116960 +"270970",51897,54137 +"270971",51898,57826 +"270972",51899,67340 +"270973",51899,71572 +"270974",51899,71795 +"270975",51901,86444 +"270976",51901,87753 +"270977",51902,68933 +"270978",51902,73344 +"270979",51902,74068 +"270980",51902,91282 +"270981",51902,104447 +"270982",51902,105224 +"270983",51902,107797 +"270984",51903,109135 +"270985",51907,67279 +"270986",51908,67644 +"270987",51909,71526 +"270988",51910,101754 +"270989",51911,60645 +"270990",51911,61435 +"270991",51911,78788 +"270992",51911,106879 +"270993",51913,53621 +"270994",51913,56664 +"270995",51913,78734 +"270996",51914,104770 +"270997",51914,112912 +"270998",51914,123203 +"270999",51916,60167 +"271000",51917,56720 +"271001",51917,78923 +"271002",51917,83840 +"271003",51917,121170 +"271004",51918,94259 +"271005",51918,97678 +"271006",51918,99088 +"271007",51918,101929 +"271008",51918,104759 +"271009",51918,104773 +"271010",51918,115182 +"271011",51919,64205 +"271012",51919,65773 +"271013",51919,66324 +"271014",51919,70324 +"271015",51919,70330 +"271016",51919,70331 +"271017",51920,73693 +"271018",51921,58960 +"271019",51921,59270 +"271020",51921,62541 +"271021",51921,94520 +"271022",51921,94533 +"271023",51922,64958 +"271024",51922,116610 +"271025",51922,122774 +"271026",51924,52940 +"271027",51924,54408 +"271028",51924,68530 +"271029",51924,91521 +"271030",51924,99436 +"271031",51925,69165 +"271032",51925,87689 +"271033",51927,60828 +"271034",51927,66260 +"271035",51927,93452 +"271036",51928,93197 +"271037",51928,106701 +"271038",51928,107618 +"271039",51928,115841 +"271040",51930,55352 +"271041",51930,70458 +"271042",51931,61848 +"271043",51931,70651 +"271044",51934,80726 +"271045",51936,69649 +"271046",51936,83770 +"271047",51936,83792 +"271048",51936,95616 +"271049",51938,51980 +"271050",51938,58255 +"271051",51939,99841 +"271052",51939,112285 +"271053",51939,112315 +"271054",51939,112316 +"271055",51939,112473 +"271056",51940,52049 +"271057",51941,55037 +"271058",51943,51959 +"271059",51943,93998 +"271060",51943,97960 +"271061",51943,100745 +"271062",51943,100748 +"271063",51944,51987 +"271064",51944,71296 +"271065",51944,106398 +"271066",51944,113306 +"271067",51945,61141 +"271068",51945,97235 +"271069",51945,97428 +"271070",51945,101722 +"271071",51945,121096 +"271072",51946,105291 +"271073",51947,54337 +"271074",51947,55096 +"271075",51947,63877 +"271076",51947,67010 +"271077",51948,51949 +"271078",51951,57499 +"271079",51951,114914 +"271080",51954,60414 +"271081",51955,62141 +"271082",51955,71124 +"271083",51955,101005 +"271084",51956,113071 +"271085",51957,52247 +"271086",51957,59926 +"271087",51958,107408 +"271088",51961,62107 +"271089",51961,70893 +"271090",51961,107381 +"271091",51962,51981 +"271092",51963,74361 +"271093",51964,52030 +"271094",51965,65644 +"271095",51965,108647 +"271096",51967,117459 +"271097",51971,56903 +"271098",51971,62148 +"271099",51971,67998 +"271100",51971,89114 +"271101",51971,109718 +"271102",51972,52037 +"271103",51972,54633 +"271104",51972,116417 +"271105",51974,59861 +"271106",51975,76141 +"271107",51976,56883 +"271108",51976,59754 +"271109",51976,61720 +"271110",51976,90800 +"271111",51976,90954 +"271112",51977,56942 +"271113",51977,69996 +"271114",51978,52008 +"271115",51978,77419 +"271116",51979,56913 +"271117",51979,87200 +"271118",51982,67044 +"271119",51983,53272 +"271120",51983,53540 +"271121",51986,67534 +"271122",51986,102232 +"271123",51986,102239 +"271124",51986,112271 +"271125",51987,69759 +"271126",51987,71296 +"271127",51987,82911 +"271128",51987,83165 +"271129",51987,86087 +"271130",51988,65106 +"271131",51988,83208 +"271132",51988,87684 +"271133",51988,92055 +"271134",51988,109798 +"271135",51988,120926 +"271136",51988,122037 +"271137",51989,75862 +"271138",51989,78095 +"271139",51989,108976 +"271140",51990,76357 +"271141",51991,120251 +"271142",51992,59947 +"271143",51992,99152 +"271144",51993,121390 +"271145",51994,52039 +"271146",51995,52010 +"271147",51995,52017 +"271148",51995,82426 +"271149",51995,115980 +"271150",51996,73624 +"271151",51997,51998 +"271152",51997,53448 +"271153",51997,56840 +"271154",51997,56922 +"271155",51999,82980 +"271156",51999,107973 +"271157",52000,60718 +"271158",52000,89072 +"271159",52001,52031 +"271160",52002,76587 +"271161",52002,86462 +"271162",52002,99034 +"271163",52003,66896 +"271164",52004,84881 +"271165",52004,92122 +"271166",52004,110965 +"271167",52005,74427 +"271168",52005,92928 +"271169",52005,109780 +"271170",52005,109794 +"271171",52006,63761 +"271172",52006,83514 +"271173",52006,93913 +"271174",52006,100135 +"271175",52006,116634 +"271176",52006,117139 +"271177",52006,118127 +"271178",52006,122997 +"271179",52008,77330 +"271180",52008,87618 +"271181",52008,123458 +"271182",52009,52414 +"271183",52009,52475 +"271184",52009,60844 +"271185",52009,99353 +"271186",52009,113165 +"271187",52010,52017 +"271188",52011,64630 +"271189",52011,71756 +"271190",52011,74694 +"271191",52011,92144 +"271192",52012,57754 +"271193",52013,86913 +"271194",52014,90067 +"271195",52016,55693 +"271196",52017,83656 +"271197",52018,53444 +"271198",52018,53527 +"271199",52018,53555 +"271200",52018,54275 +"271201",52018,56628 +"271202",52018,58004 +"271203",52018,58068 +"271204",52018,58633 +"271205",52018,61111 +"271206",52018,61127 +"271207",52018,63492 +"271208",52018,67685 +"271209",52018,68287 +"271210",52018,70946 +"271211",52018,77712 +"271212",52018,101012 +"271213",52019,52722 +"271214",52019,53362 +"271215",52019,55614 +"271216",52019,55775 +"271217",52019,61619 +"271218",52019,88469 +"271219",52019,92026 +"271220",52019,101166 +"271221",52019,111030 +"271222",52019,120210 +"271223",52020,54069 +"271224",52020,54896 +"271225",52020,57355 +"271226",52020,77796 +"271227",52021,104633 +"271228",52021,106976 +"271229",52021,109620 +"271230",52021,115242 +"271231",52022,53360 +"271232",52022,64052 +"271233",52022,67438 +"271234",52022,96540 +"271235",52022,96635 +"271236",52022,96692 +"271237",52023,54872 +"271238",52023,70009 +"271239",52023,72367 +"271240",52023,74068 +"271241",52023,83212 +"271242",52023,84397 +"271243",52023,108886 +"271244",52023,121561 +"271245",52024,60339 +"271246",52024,66799 +"271247",52027,103381 +"271248",52028,56665 +"271249",52028,60270 +"271250",52028,60350 +"271251",52029,60438 +"271252",52029,63261 +"271253",52029,69495 +"271254",52029,75456 +"271255",52032,59654 +"271256",52032,61070 +"271257",52032,63947 +"271258",52032,65047 +"271259",52032,65501 +"271260",52032,65502 +"271261",52033,57084 +"271262",52033,57585 +"271263",52033,57916 +"271264",52033,67829 +"271265",52034,81908 +"271266",52034,81909 +"271267",52035,55203 +"271268",52035,91566 +"271269",52040,112585 +"271270",52041,56873 +"271271",52041,58211 +"271272",52041,67165 +"271273",52041,67229 +"271274",52041,73659 +"271275",52041,73743 +"271276",52041,73875 +"271277",52041,73896 +"271278",52042,53117 +"271279",52042,56276 +"271280",52042,71219 +"271281",52042,94547 +"271282",52042,114259 +"271283",52043,52277 +"271284",52043,53631 +"271285",52045,52053 +"271286",52046,66398 +"271287",52049,54426 +"271288",52049,61709 +"271289",52049,64629 +"271290",52049,64842 +"271291",52049,67667 +"271292",52050,60096 +"271293",52051,76721 +"271294",52052,53232 +"271295",52052,53687 +"271296",52052,54029 +"271297",52052,75106 +"271298",52052,95597 +"271299",52052,113787 +"271300",52052,116745 +"271301",52053,71287 +"271302",52053,71337 +"271303",52053,74513 +"271304",52053,92070 +"271305",52053,92098 +"271306",52054,52055 +"271307",52054,72306 +"271308",52054,119495 +"271309",52054,121607 +"271310",52055,58628 +"271311",52055,74438 +"271312",52055,85666 +"271313",52055,123296 +"271314",52056,80141 +"271315",52058,104609 +"271316",52058,108303 +"271317",52058,118667 +"271318",52059,107449 +"271319",52060,89745 +"271320",52062,70502 +"271321",52062,108211 +"271322",52064,52079 +"271323",52064,52159 +"271324",52064,52160 +"271325",52064,52183 +"271326",52064,52354 +"271327",52064,62672 +"271328",52065,53069 +"271329",52066,121207 +"271330",52067,52111 +"271331",52067,52127 +"271332",52067,58950 +"271333",52067,64471 +"271334",52067,72316 +"271335",52068,54932 +"271336",52070,52353 +"271337",52071,53843 +"271338",52071,64745 +"271339",52072,58854 +"271340",52073,64610 +"271341",52073,106386 +"271342",52074,90066 +"271343",52074,92828 +"271344",52074,94526 +"271345",52074,94563 +"271346",52075,52185 +"271347",52076,69061 +"271348",52076,104167 +"271349",52077,56705 +"271350",52077,91090 +"271351",52077,96740 +"271352",52077,106651 +"271353",52078,86657 +"271354",52079,52159 +"271355",52079,52160 +"271356",52079,52183 +"271357",52079,52354 +"271358",52081,52082 +"271359",52081,54157 +"271360",52081,63255 +"271361",52085,83267 +"271362",52087,52118 +"271363",52087,52372 +"271364",52087,103696 +"271365",52087,115680 +"271366",52089,58503 +"271367",52089,83599 +"271368",52089,90095 +"271369",52090,52516 +"271370",52090,62240 +"271371",52090,68695 +"271372",52090,98284 +"271373",52090,107802 +"271374",52091,72417 +"271375",52092,68693 +"271376",52092,69633 +"271377",52092,78092 +"271378",52092,117363 +"271379",52092,122456 +"271380",52093,66627 +"271381",52093,67598 +"271382",52093,79504 +"271383",52093,100764 +"271384",52093,116024 +"271385",52094,52312 +"271386",52094,54209 +"271387",52095,52171 +"271388",52096,63189 +"271389",52096,71399 +"271390",52096,82167 +"271391",52096,108429 +"271392",52096,110721 +"271393",52097,61297 +"271394",52097,62828 +"271395",52097,62839 +"271396",52097,67823 +"271397",52097,68814 +"271398",52097,105742 +"271399",52098,52139 +"271400",52098,54367 +"271401",52098,108426 +"271402",52098,117989 +"271403",52099,52138 +"271404",52099,52140 +"271405",52099,52167 +"271406",52101,63673 +"271407",52101,71323 +"271408",52102,53222 +"271409",52102,66117 +"271410",52105,53124 +"271411",52105,58017 +"271412",52105,66511 +"271413",52105,69410 +"271414",52105,77204 +"271415",52105,79518 +"271416",52105,81102 +"271417",52105,92316 +"271418",52105,103537 +"271419",52105,104834 +"271420",52105,104852 +"271421",52108,77692 +"271422",52108,101385 +"271423",52108,114827 +"271424",52109,56783 +"271425",52110,52920 +"271426",52111,52127 +"271427",52112,53415 +"271428",52112,56357 +"271429",52112,57636 +"271430",52112,58482 +"271431",52112,59798 +"271432",52112,70907 +"271433",52112,71683 +"271434",52112,77125 +"271435",52112,78398 +"271436",52112,82426 +"271437",52112,84343 +"271438",52112,85000 +"271439",52112,85101 +"271440",52112,91682 +"271441",52112,95267 +"271442",52112,97580 +"271443",52112,98727 +"271444",52112,98776 +"271445",52112,100795 +"271446",52112,106824 +"271447",52112,108879 +"271448",52112,109166 +"271449",52112,109858 +"271450",52112,109878 +"271451",52112,112962 +"271452",52112,113990 +"271453",52112,115413 +"271454",52112,116123 +"271455",52112,117258 +"271456",52112,117560 +"271457",52112,118128 +"271458",52112,118836 +"271459",52112,118866 +"271460",52112,118873 +"271461",52112,119131 +"271462",52112,119513 +"271463",52112,119716 +"271464",52112,119769 +"271465",52112,120123 +"271466",52112,120169 +"271467",52112,120725 +"271468",52112,120944 +"271469",52112,121609 +"271470",52112,122007 +"271471",52112,122032 +"271472",52112,122035 +"271473",52112,122724 +"271474",52112,123070 +"271475",52112,123394 +"271476",52112,123490 +"271477",52113,88452 +"271478",52113,108761 +"271479",52114,53723 +"271480",52114,64922 +"271481",52115,52147 +"271482",52116,73747 +"271483",52116,75411 +"271484",52116,76110 +"271485",52116,88610 +"271486",52116,88818 +"271487",52116,89244 +"271488",52116,92058 +"271489",52116,93353 +"271490",52116,95091 +"271491",52116,103043 +"271492",52117,84537 +"271493",52117,121921 +"271494",52118,52372 +"271495",52119,72530 +"271496",52119,76208 +"271497",52119,91140 +"271498",52119,96630 +"271499",52119,107192 +"271500",52120,52121 +"271501",52120,52122 +"271502",52120,52601 +"271503",52120,58389 +"271504",52120,63863 +"271505",52120,66976 +"271506",52120,102272 +"271507",52120,102327 +"271508",52120,102355 +"271509",52120,119357 +"271510",52121,52122 +"271511",52121,56956 +"271512",52123,64255 +"271513",52123,65789 +"271514",52124,59253 +"271515",52124,111331 +"271516",52125,54272 +"271517",52125,62278 +"271518",52125,73540 +"271519",52125,108699 +"271520",52125,115449 +"271521",52125,117158 +"271522",52129,52398 +"271523",52132,53624 +"271524",52132,64922 +"271525",52132,80889 +"271526",52132,88829 +"271527",52133,52144 +"271528",52133,63879 +"271529",52133,82908 +"271530",52133,106964 +"271531",52133,110960 +"271532",52133,111696 +"271533",52134,85153 +"271534",52135,52173 +"271535",52135,87007 +"271536",52136,52295 +"271537",52136,54556 +"271538",52136,56082 +"271539",52136,57687 +"271540",52136,67893 +"271541",52136,69192 +"271542",52136,69485 +"271543",52136,72207 +"271544",52136,73881 +"271545",52136,74599 +"271546",52136,75403 +"271547",52136,78835 +"271548",52136,79072 +"271549",52136,94909 +"271550",52136,97295 +"271551",52136,108303 +"271552",52138,52140 +"271553",52138,52167 +"271554",52140,52167 +"271555",52141,77647 +"271556",52141,87560 +"271557",52141,101326 +"271558",52141,112024 +"271559",52141,113433 +"271560",52141,113441 +"271561",52141,120137 +"271562",52142,52176 +"271563",52143,53954 +"271564",52143,62042 +"271565",52143,108153 +"271566",52143,108160 +"271567",52144,56175 +"271568",52144,60304 +"271569",52144,67216 +"271570",52144,67744 +"271571",52144,74250 +"271572",52144,81482 +"271573",52144,83300 +"271574",52144,88347 +"271575",52145,93878 +"271576",52146,76812 +"271577",52146,76834 +"271578",52147,79197 +"271579",52147,86362 +"271580",52147,91217 +"271581",52147,104110 +"271582",52149,84554 +"271583",52152,57870 +"271584",52152,62003 +"271585",52152,95361 +"271586",52153,53012 +"271587",52154,68724 +"271588",52154,76320 +"271589",52154,81010 +"271590",52154,96463 +"271591",52154,97427 +"271592",52154,102668 +"271593",52154,104592 +"271594",52154,107176 +"271595",52154,108785 +"271596",52154,108822 +"271597",52154,110535 +"271598",52154,117103 +"271599",52155,53078 +"271600",52155,53084 +"271601",52155,63535 +"271602",52156,55992 +"271603",52156,70901 +"271604",52156,71146 +"271605",52157,62183 +"271606",52157,77447 +"271607",52157,83954 +"271608",52157,84079 +"271609",52157,100477 +"271610",52157,115387 +"271611",52157,115897 +"271612",52158,69631 +"271613",52158,120787 +"271614",52158,122128 +"271615",52159,52160 +"271616",52159,52183 +"271617",52159,52354 +"271618",52159,61238 +"271619",52160,52183 +"271620",52160,52354 +"271621",52161,94063 +"271622",52161,97420 +"271623",52163,79548 +"271624",52163,90494 +"271625",52164,81299 +"271626",52164,113485 +"271627",52164,117959 +"271628",52165,52196 +"271629",52165,52246 +"271630",52165,61080 +"271631",52165,69208 +"271632",52166,60510 +"271633",52168,56548 +"271634",52168,56976 +"271635",52168,57163 +"271636",52168,63348 +"271637",52168,64947 +"271638",52168,67845 +"271639",52168,71027 +"271640",52168,71168 +"271641",52168,71204 +"271642",52168,71531 +"271643",52168,72918 +"271644",52168,75550 +"271645",52168,75678 +"271646",52168,75696 +"271647",52169,115607 +"271648",52170,99255 +"271649",52171,71240 +"271650",52171,76287 +"271651",52172,52279 +"271652",52172,69979 +"271653",52172,78186 +"271654",52172,102544 +"271655",52174,72553 +"271656",52174,98193 +"271657",52174,106221 +"271658",52175,60983 +"271659",52175,83891 +"271660",52175,83901 +"271661",52177,52207 +"271662",52178,58667 +"271663",52178,62498 +"271664",52178,84569 +"271665",52179,52328 +"271666",52179,54816 +"271667",52180,55712 +"271668",52180,87110 +"271669",52183,52354 +"271670",52184,54884 +"271671",52184,63299 +"271672",52184,64127 +"271673",52185,59209 +"271674",52185,88662 +"271675",52186,62562 +"271676",52186,68348 +"271677",52186,73230 +"271678",52186,80570 +"271679",52186,82522 +"271680",52186,82573 +"271681",52187,81118 +"271682",52189,73305 +"271683",52190,77847 +"271684",52191,52263 +"271685",52192,52300 +"271686",52192,89748 +"271687",52194,58273 +"271688",52195,88479 +"271689",52196,52246 +"271690",52197,81493 +"271691",52198,55330 +"271692",52198,62943 +"271693",52198,68530 +"271694",52198,71462 +"271695",52198,76680 +"271696",52198,82417 +"271697",52198,85509 +"271698",52199,52210 +"271699",52199,52747 +"271700",52199,52813 +"271701",52199,57504 +"271702",52199,64175 +"271703",52199,70323 +"271704",52199,84422 +"271705",52199,92557 +"271706",52199,100653 +"271707",52199,101074 +"271708",52199,101499 +"271709",52199,102079 +"271710",52199,103151 +"271711",52199,103206 +"271712",52199,103270 +"271713",52199,103678 +"271714",52199,109115 +"271715",52199,109116 +"271716",52199,109119 +"271717",52199,109121 +"271718",52201,52969 +"271719",52201,53782 +"271720",52201,55666 +"271721",52201,59281 +"271722",52201,68684 +"271723",52201,80608 +"271724",52201,81833 +"271725",52201,81869 +"271726",52201,91571 +"271727",52201,91592 +"271728",52202,66092 +"271729",52203,66358 +"271730",52204,62297 +"271731",52204,94249 +"271732",52205,57287 +"271733",52205,58262 +"271734",52205,59707 +"271735",52205,61337 +"271736",52205,69911 +"271737",52205,78725 +"271738",52205,85349 +"271739",52206,80061 +"271740",52206,100862 +"271741",52206,102801 +"271742",52206,102831 +"271743",52206,109389 +"271744",52206,109443 +"271745",52208,74062 +"271746",52208,81459 +"271747",52209,74273 +"271748",52209,121551 +"271749",52210,52747 +"271750",52210,105436 +"271751",52210,108403 +"271752",52212,53566 +"271753",52212,67892 +"271754",52215,52951 +"271755",52216,60663 +"271756",52216,66369 +"271757",52216,74044 +"271758",52216,88869 +"271759",52216,89587 +"271760",52216,92618 +"271761",52216,99989 +"271762",52216,107987 +"271763",52217,52422 +"271764",52217,62066 +"271765",52217,65017 +"271766",52217,77211 +"271767",52217,79419 +"271768",52217,79542 +"271769",52217,79606 +"271770",52217,85519 +"271771",52218,67694 +"271772",52219,68780 +"271773",52219,70954 +"271774",52219,96071 +"271775",52219,102571 +"271776",52219,103719 +"271777",52219,105972 +"271778",52219,112242 +"271779",52219,115153 +"271780",52220,87542 +"271781",52221,56311 +"271782",52222,58751 +"271783",52223,117468 +"271784",52223,117479 +"271785",52224,72219 +"271786",52225,57589 +"271787",52225,67648 +"271788",52225,68923 +"271789",52225,84003 +"271790",52225,85117 +"271791",52225,110333 +"271792",52226,62933 +"271793",52226,63745 +"271794",52227,56074 +"271795",52227,57477 +"271796",52228,52628 +"271797",52229,64277 +"271798",52229,66102 +"271799",52229,72817 +"271800",52229,89072 +"271801",52229,97205 +"271802",52230,84918 +"271803",52230,91351 +"271804",52231,61713 +"271805",52231,67752 +"271806",52231,70235 +"271807",52231,74926 +"271808",52231,77911 +"271809",52231,81771 +"271810",52231,102573 +"271811",52232,77696 +"271812",52232,79573 +"271813",52233,72005 +"271814",52233,93671 +"271815",52234,58217 +"271816",52234,81611 +"271817",52235,54734 +"271818",52235,102857 +"271819",52235,112352 +"271820",52236,52831 +"271821",52236,52900 +"271822",52237,52253 +"271823",52237,52271 +"271824",52237,61286 +"271825",52237,89472 +"271826",52239,74952 +"271827",52239,109609 +"271828",52240,53256 +"271829",52240,54801 +"271830",52240,54883 +"271831",52241,53662 +"271832",52242,92043 +"271833",52244,52245 +"271834",52244,56200 +"271835",52245,71009 +"271836",52245,79720 +"271837",52246,74125 +"271838",52247,59926 +"271839",52248,68051 +"271840",52248,87990 +"271841",52249,52302 +"271842",52249,103788 +"271843",52250,88734 +"271844",52250,103582 +"271845",52252,54340 +"271846",52253,52271 +"271847",52255,72985 +"271848",52257,62689 +"271849",52257,79917 +"271850",52257,79956 +"271851",52257,79963 +"271852",52258,65752 +"271853",52258,66930 +"271854",52258,115057 +"271855",52260,75481 +"271856",52260,87475 +"271857",52260,91806 +"271858",52264,60047 +"271859",52264,80913 +"271860",52264,105706 +"271861",52265,52518 +"271862",52267,91965 +"271863",52268,57913 +"271864",52268,58943 +"271865",52268,59031 +"271866",52268,68391 +"271867",52268,72235 +"271868",52268,92397 +"271869",52268,93001 +"271870",52268,93166 +"271871",52268,99574 +"271872",52268,100172 +"271873",52268,102288 +"271874",52268,106254 +"271875",52268,106360 +"271876",52268,106370 +"271877",52268,106379 +"271878",52268,106385 +"271879",52270,56293 +"271880",52270,61638 +"271881",52270,64050 +"271882",52270,69657 +"271883",52270,74517 +"271884",52270,83760 +"271885",52270,110252 +"271886",52270,119961 +"271887",52270,120783 +"271888",52271,55839 +"271889",52271,84153 +"271890",52271,95152 +"271891",52271,114668 +"271892",52271,121773 +"271893",52272,59809 +"271894",52273,62247 +"271895",52274,84516 +"271896",52274,104205 +"271897",52274,111309 +"271898",52275,74399 +"271899",52276,54161 +"271900",52276,65028 +"271901",52276,72674 +"271902",52276,88058 +"271903",52276,95167 +"271904",52276,96200 +"271905",52276,106534 +"271906",52276,106544 +"271907",52276,118657 +"271908",52277,53631 +"271909",52277,68244 +"271910",52277,72696 +"271911",52278,52303 +"271912",52279,59021 +"271913",52279,71277 +"271914",52279,79473 +"271915",52279,80190 +"271916",52280,52290 +"271917",52280,52291 +"271918",52280,54488 +"271919",52280,54497 +"271920",52280,54816 +"271921",52280,57658 +"271922",52280,95265 +"271923",52281,62244 +"271924",52281,81119 +"271925",52281,86338 +"271926",52281,95953 +"271927",52281,99371 +"271928",52283,53722 +"271929",52283,85285 +"271930",52283,107952 +"271931",52283,111497 +"271932",52283,121321 +"271933",52283,121329 +"271934",52283,121335 +"271935",52283,121342 +"271936",52283,121392 +"271937",52285,79126 +"271938",52286,52316 +"271939",52286,53784 +"271940",52288,81133 +"271941",52289,83212 +"271942",52290,52291 +"271943",52290,57658 +"271944",52291,57658 +"271945",52292,52296 +"271946",52292,54627 +"271947",52293,56624 +"271948",52293,62679 +"271949",52293,67726 +"271950",52293,81821 +"271951",52293,82625 +"271952",52294,52378 +"271953",52294,52693 +"271954",52294,57644 +"271955",52294,61740 +"271956",52294,77907 +"271957",52294,81697 +"271958",52294,83772 +"271959",52295,57175 +"271960",52297,89296 +"271961",52297,100105 +"271962",52299,60421 +"271963",52299,61158 +"271964",52299,66735 +"271965",52299,67110 +"271966",52299,67652 +"271967",52299,67669 +"271968",52299,75690 +"271969",52301,75694 +"271970",52302,101761 +"271971",52302,107805 +"271972",52302,107806 +"271973",52302,107813 +"271974",52304,62128 +"271975",52304,85489 +"271976",52304,85493 +"271977",52304,85505 +"271978",52306,98576 +"271979",52307,57093 +"271980",52308,54229 +"271981",52308,69001 +"271982",52309,62019 +"271983",52309,66474 +"271984",52309,77173 +"271985",52309,77346 +"271986",52309,77396 +"271987",52309,77401 +"271988",52309,77407 +"271989",52309,77417 +"271990",52309,77418 +"271991",52309,77480 +"271992",52309,77532 +"271993",52311,63224 +"271994",52311,70014 +"271995",52311,105686 +"271996",52312,54209 +"271997",52313,54186 +"271998",52313,70284 +"271999",52313,70444 +"272000",52313,70600 +"272001",52315,63502 +"272002",52315,108460 +"272003",52318,89121 +"272004",52318,123038 +"272005",52319,83040 +"272006",52319,92859 +"272007",52319,93951 +"272008",52320,55644 +"272009",52320,75913 +"272010",52320,79710 +"272011",52323,52371 +"272012",52323,62766 +"272013",52323,96336 +"272014",52323,96452 +"272015",52324,69539 +"272016",52326,52358 +"272017",52326,54947 +"272018",52327,55795 +"272019",52327,77441 +"272020",52327,84033 +"272021",52327,88462 +"272022",52327,105925 +"272023",52328,54816 +"272024",52328,55481 +"272025",52328,95265 +"272026",52329,54340 +"272027",52330,90216 +"272028",52330,116135 +"272029",52330,116668 +"272030",52332,61363 +"272031",52332,97649 +"272032",52332,105069 +"272033",52332,110966 +"272034",52332,114909 +"272035",52332,114912 +"272036",52332,114917 +"272037",52333,58686 +"272038",52333,96241 +"272039",52333,121009 +"272040",52334,52336 +"272041",52339,97912 +"272042",52339,112795 +"272043",52339,113360 +"272044",52339,119602 +"272045",52339,121254 +"272046",52340,52503 +"272047",52340,118784 +"272048",52340,118788 +"272049",52340,123483 +"272050",52341,53831 +"272051",52343,62063 +"272052",52343,76525 +"272053",52343,83144 +"272054",52343,90977 +"272055",52343,100356 +"272056",52343,103398 +"272057",52343,104125 +"272058",52343,104510 +"272059",52343,105918 +"272060",52343,113525 +"272061",52343,113577 +"272062",52343,116235 +"272063",52343,120774 +"272064",52343,122124 +"272065",52343,122162 +"272066",52343,122203 +"272067",52345,53303 +"272068",52345,59939 +"272069",52345,85685 +"272070",52345,90966 +"272071",52345,91912 +"272072",52345,94240 +"272073",52345,96871 +"272074",52345,111366 +"272075",52346,76580 +"272076",52346,98200 +"272077",52347,62511 +"272078",52347,85732 +"272079",52347,89177 +"272080",52347,89457 +"272081",52347,114549 +"272082",52347,120574 +"272083",52347,121316 +"272084",52347,121325 +"272085",52349,52374 +"272086",52350,92230 +"272087",52351,58541 +"272088",52351,93325 +"272089",52351,106316 +"272090",52351,116378 +"272091",52352,83013 +"272092",52352,102850 +"272093",52352,103707 +"272094",52352,111489 +"272095",52352,121766 +"272096",52352,122891 +"272097",52355,104290 +"272098",52356,53629 +"272099",52356,71003 +"272100",52356,96142 +"272101",52356,96516 +"272102",52356,101971 +"272103",52356,112055 +"272104",52356,112124 +"272105",52356,114435 +"272106",52356,115115 +"272107",52357,57568 +"272108",52357,87422 +"272109",52357,114409 +"272110",52358,54947 +"272111",52358,69531 +"272112",52360,52416 +"272113",52360,52476 +"272114",52361,93293 +"272115",52361,100117 +"272116",52361,101413 +"272117",52361,115463 +"272118",52361,119577 +"272119",52363,64598 +"272120",52363,64641 +"272121",52363,64690 +"272122",52364,52512 +"272123",52364,52513 +"272124",52364,52530 +"272125",52365,52475 +"272126",52367,78920 +"272127",52367,115220 +"272128",52368,59567 +"272129",52368,70696 +"272130",52369,55343 +"272131",52369,56679 +"272132",52369,63029 +"272133",52369,66092 +"272134",52369,88910 +"272135",52369,92106 +"272136",52369,93658 +"272137",52369,95059 +"272138",52369,101802 +"272139",52369,105373 +"272140",52371,94716 +"272141",52372,101259 +"272142",52372,115495 +"272143",52373,72975 +"272144",52373,107969 +"272145",52375,59663 +"272146",52375,61113 +"272147",52375,71269 +"272148",52375,75019 +"272149",52375,97854 +"272150",52375,114820 +"272151",52376,88384 +"272152",52376,108991 +"272153",52376,121741 +"272154",52376,122575 +"272155",52378,52579 +"272156",52378,96849 +"272157",52379,54905 +"272158",52379,54950 +"272159",52380,59511 +"272160",52380,65890 +"272161",52380,70670 +"272162",52381,67980 +"272163",52382,83554 +"272164",52382,117241 +"272165",52382,117249 +"272166",52385,118507 +"272167",52386,75826 +"272168",52386,87054 +"272169",52386,87870 +"272170",52386,98117 +"272171",52386,103011 +"272172",52387,52463 +"272173",52388,56066 +"272174",52388,99917 +"272175",52388,114438 +"272176",52388,117364 +"272177",52389,52527 +"272178",52389,52639 +"272179",52389,79626 +"272180",52389,87607 +"272181",52389,88862 +"272182",52389,96519 +"272183",52390,56440 +"272184",52390,56930 +"272185",52390,71423 +"272186",52390,84755 +"272187",52391,81744 +"272188",52392,60582 +"272189",52392,61091 +"272190",52392,80945 +"272191",52392,86786 +"272192",52392,102729 +"272193",52392,121890 +"272194",52393,52399 +"272195",52393,65360 +"272196",52393,67410 +"272197",52393,83810 +"272198",52393,98172 +"272199",52393,108247 +"272200",52393,108252 +"272201",52393,108273 +"272202",52394,52436 +"272203",52395,52539 +"272204",52395,122753 +"272205",52397,52497 +"272206",52397,71358 +"272207",52398,52471 +"272208",52398,57457 +"272209",52398,109311 +"272210",52400,52455 +"272211",52400,52496 +"272212",52401,117932 +"272213",52402,63775 +"272214",52402,75491 +"272215",52402,77238 +"272216",52402,84844 +"272217",52403,57284 +"272218",52403,67763 +"272219",52403,72302 +"272220",52403,90973 +"272221",52404,52481 +"272222",52404,62247 +"272223",52404,71783 +"272224",52405,52432 +"272225",52405,52433 +"272226",52409,60169 +"272227",52409,60296 +"272228",52409,107593 +"272229",52410,55918 +"272230",52410,116227 +"272231",52411,56241 +"272232",52411,62344 +"272233",52411,67412 +"272234",52412,55930 +"272235",52412,86129 +"272236",52413,108778 +"272237",52413,111204 +"272238",52414,82299 +"272239",52414,99353 +"272240",52414,113165 +"272241",52416,52476 +"272242",52416,56520 +"272243",52416,66530 +"272244",52416,66533 +"272245",52416,66599 +"272246",52417,100477 +"272247",52418,57554 +"272248",52418,63208 +"272249",52418,78740 +"272250",52418,118359 +"272251",52419,83500 +"272252",52419,87918 +"272253",52419,112190 +"272254",52419,112195 +"272255",52419,114468 +"272256",52420,79087 +"272257",52420,87305 +"272258",52423,59282 +"272259",52423,62439 +"272260",52423,78476 +"272261",52423,84306 +"272262",52423,110420 +"272263",52423,110683 +"272264",52424,108575 +"272265",52425,52464 +"272266",52426,52498 +"272267",52426,74495 +"272268",52427,65791 +"272269",52429,59677 +"272270",52429,87242 +"272271",52429,95494 +"272272",52429,98074 +"272273",52430,60114 +"272274",52430,60278 +"272275",52430,62641 +"272276",52431,56713 +"272277",52431,66792 +"272278",52432,52433 +"272279",52434,54381 +"272280",52434,77837 +"272281",52434,78611 +"272282",52434,81540 +"272283",52435,99910 +"272284",52437,58798 +"272285",52437,64744 +"272286",52437,74232 +"272287",52437,88712 +"272288",52437,94098 +"272289",52437,96978 +"272290",52437,108934 +"272291",52439,106820 +"272292",52440,52488 +"272293",52440,52532 +"272294",52441,57926 +"272295",52441,63409 +"272296",52441,66664 +"272297",52441,90939 +"272298",52441,91905 +"272299",52441,107396 +"272300",52441,112765 +"272301",52441,112767 +"272302",52442,52525 +"272303",52442,52596 +"272304",52442,73908 +"272305",52442,111473 +"272306",52442,118092 +"272307",52443,62376 +"272308",52443,69039 +"272309",52443,97564 +"272310",52443,112035 +"272311",52444,52493 +"272312",52444,54617 +"272313",52444,65791 +"272314",52445,98015 +"272315",52446,52447 +"272316",52446,59380 +"272317",52446,68612 +"272318",52448,71471 +"272319",52448,78607 +"272320",52448,90071 +"272321",52448,94037 +"272322",52448,122306 +"272323",52450,54059 +"272324",52450,55370 +"272325",52450,57804 +"272326",52450,59615 +"272327",52450,59940 +"272328",52450,67363 +"272329",52450,71230 +"272330",52450,76278 +"272331",52450,76740 +"272332",52450,76786 +"272333",52450,77272 +"272334",52450,77357 +"272335",52450,77402 +"272336",52450,78248 +"272337",52450,78255 +"272338",52450,78339 +"272339",52450,78445 +"272340",52450,79022 +"272341",52450,79716 +"272342",52450,79989 +"272343",52450,80281 +"272344",52450,81728 +"272345",52450,82196 +"272346",52450,82383 +"272347",52450,82810 +"272348",52450,82854 +"272349",52450,83853 +"272350",52450,83884 +"272351",52450,84379 +"272352",52450,84613 +"272353",52450,85465 +"272354",52450,85610 +"272355",52450,86351 +"272356",52450,86451 +"272357",52450,86882 +"272358",52450,87175 +"272359",52450,87451 +"272360",52450,87521 +"272361",52450,87572 +"272362",52450,87663 +"272363",52450,87721 +"272364",52450,87862 +"272365",52452,52524 +"272366",52452,58044 +"272367",52452,58158 +"272368",52452,67111 +"272369",52454,68717 +"272370",52454,74359 +"272371",52455,52496 +"272372",52455,76631 +"272373",52455,82349 +"272374",52455,97811 +"272375",52456,59372 +"272376",52456,64133 +"272377",52456,64177 +"272378",52457,56946 +"272379",52457,69253 +"272380",52457,74090 +"272381",52457,93948 +"272382",52457,97587 +"272383",52457,114645 +"272384",52457,116305 +"272385",52458,80574 +"272386",52460,53015 +"272387",52460,55223 +"272388",52460,56262 +"272389",52460,56347 +"272390",52460,63562 +"272391",52461,52628 +"272392",52461,57998 +"272393",52461,61437 +"272394",52461,62867 +"272395",52461,72414 +"272396",52461,73488 +"272397",52461,75523 +"272398",52461,79621 +"272399",52461,84647 +"272400",52462,116389 +"272401",52464,52858 +"272402",52464,69782 +"272403",52464,69832 +"272404",52465,52503 +"272405",52465,52504 +"272406",52465,52505 +"272407",52466,53374 +"272408",52466,59187 +"272409",52466,66373 +"272410",52466,77055 +"272411",52466,78182 +"272412",52466,79532 +"272413",52466,80057 +"272414",52466,80126 +"272415",52466,80247 +"272416",52466,80253 +"272417",52466,110072 +"272418",52468,52478 +"272419",52470,54582 +"272420",52470,60673 +"272421",52470,76315 +"272422",52470,84315 +"272423",52470,91900 +"272424",52471,61438 +"272425",52471,63171 +"272426",52471,75233 +"272427",52471,87076 +"272428",52471,88976 +"272429",52471,91082 +"272430",52471,91827 +"272431",52471,119246 +"272432",52472,82243 +"272433",52472,87612 +"272434",52472,92719 +"272435",52473,53434 +"272436",52474,91025 +"272437",52476,66530 +"272438",52476,66533 +"272439",52476,66599 +"272440",52477,52521 +"272441",52477,78073 +"272442",52480,64869 +"272443",52480,69808 +"272444",52483,80345 +"272445",52483,80870 +"272446",52483,82596 +"272447",52483,84905 +"272448",52483,92390 +"272449",52483,94418 +"272450",52484,61047 +"272451",52484,62268 +"272452",52484,108739 +"272453",52485,56398 +"272454",52485,64086 +"272455",52485,71004 +"272456",52485,82082 +"272457",52485,92296 +"272458",52485,105058 +"272459",52485,105738 +"272460",52485,109528 +"272461",52485,114954 +"272462",52487,63259 +"272463",52487,69776 +"272464",52487,75342 +"272465",52487,75344 +"272466",52488,52532 +"272467",52489,54805 +"272468",52489,79505 +"272469",52490,90576 +"272470",52491,53048 +"272471",52492,71932 +"272472",52492,90922 +"272473",52492,92713 +"272474",52492,97317 +"272475",52492,98948 +"272476",52493,65791 +"272477",52493,102408 +"272478",52494,68789 +"272479",52494,68891 +"272480",52494,68914 +"272481",52494,74445 +"272482",52494,97572 +"272483",52494,121483 +"272484",52494,121486 +"272485",52497,63641 +"272486",52497,75454 +"272487",52497,79434 +"272488",52499,57992 +"272489",52500,79222 +"272490",52500,101177 +"272491",52502,60241 +"272492",52502,62766 +"272493",52502,87389 +"272494",52502,97278 +"272495",52502,103201 +"272496",52502,105625 +"272497",52502,115957 +"272498",52503,52504 +"272499",52503,52505 +"272500",52504,52505 +"272501",52506,53773 +"272502",52506,64799 +"272503",52506,67653 +"272504",52506,67654 +"272505",52507,56448 +"272506",52507,71504 +"272507",52507,74963 +"272508",52507,91477 +"272509",52507,103886 +"272510",52507,103890 +"272511",52508,56187 +"272512",52508,90147 +"272513",52509,62251 +"272514",52509,85282 +"272515",52509,90740 +"272516",52510,72420 +"272517",52510,92973 +"272518",52510,93753 +"272519",52510,96798 +"272520",52511,98324 +"272521",52512,52513 +"272522",52512,52530 +"272523",52512,69727 +"272524",52513,52530 +"272525",52514,86012 +"272526",52514,86013 +"272527",52515,58393 +"272528",52515,58922 +"272529",52515,60084 +"272530",52515,65314 +"272531",52515,65408 +"272532",52515,65463 +"272533",52516,68695 +"272534",52516,81291 +"272535",52516,98284 +"272536",52516,116225 +"272537",52516,116904 +"272538",52517,55700 +"272539",52517,56767 +"272540",52517,86580 +"272541",52517,112394 +"272542",52517,115573 +"272543",52519,59493 +"272544",52519,71195 +"272545",52520,66769 +"272546",52520,66786 +"272547",52520,77653 +"272548",52520,83016 +"272549",52520,97389 +"272550",52520,97542 +"272551",52520,98076 +"272552",52522,73150 +"272553",52522,76431 +"272554",52522,99354 +"272555",52522,99931 +"272556",52522,108446 +"272557",52523,91739 +"272558",52523,95855 +"272559",52524,70684 +"272560",52524,95757 +"272561",52524,96218 +"272562",52524,96258 +"272563",52524,96433 +"272564",52525,59953 +"272565",52525,69037 +"272566",52525,74558 +"272567",52525,74653 +"272568",52525,75054 +"272569",52525,107496 +"272570",52526,69440 +"272571",52526,115351 +"272572",52527,57391 +"272573",52527,88862 +"272574",52527,93970 +"272575",52527,119744 +"272576",52529,54033 +"272577",52529,74110 +"272578",52529,84225 +"272579",52530,69123 +"272580",52530,92507 +"272581",52530,92816 +"272582",52530,93479 +"272583",52531,102891 +"272584",52531,105322 +"272585",52535,53785 +"272586",52535,63099 +"272587",52535,74197 +"272588",52535,81711 +"272589",52535,83961 +"272590",52535,85338 +"272591",52535,91666 +"272592",52535,91780 +"272593",52535,96270 +"272594",52536,89544 +"272595",52536,97444 +"272596",52536,99344 +"272597",52536,118113 +"272598",52536,119895 +"272599",52537,54528 +"272600",52538,57417 +"272601",52538,57963 +"272602",52538,59871 +"272603",52539,105809 +"272604",52540,61966 +"272605",52540,67386 +"272606",52540,85217 +"272607",52540,92460 +"272608",52540,105614 +"272609",52542,76076 +"272610",52543,62053 +"272611",52543,66586 +"272612",52543,72527 +"272613",52543,72603 +"272614",52544,52584 +"272615",52544,52586 +"272616",52544,52631 +"272617",52544,52632 +"272618",52544,59807 +"272619",52545,63117 +"272620",52545,63583 +"272621",52545,84849 +"272622",52546,65105 +"272623",52547,56085 +"272624",52548,52615 +"272625",52548,52616 +"272626",52549,86554 +"272627",52550,56151 +"272628",52550,86955 +"272629",52550,87644 +"272630",52550,87649 +"272631",52551,55638 +"272632",52551,64083 +"272633",52551,64093 +"272634",52551,64118 +"272635",52551,69439 +"272636",52552,103519 +"272637",52553,104681 +"272638",52555,56039 +"272639",52555,58042 +"272640",52555,58835 +"272641",52555,65751 +"272642",52555,72778 +"272643",52556,54465 +"272644",52556,71556 +"272645",52556,81862 +"272646",52557,62368 +"272647",52557,91596 +"272648",52557,91619 +"272649",52558,91963 +"272650",52559,69122 +"272651",52559,69754 +"272652",52559,71435 +"272653",52559,73623 +"272654",52559,77871 +"272655",52559,99424 +"272656",52559,108547 +"272657",52559,108699 +"272658",52559,108709 +"272659",52560,52617 +"272660",52561,52663 +"272661",52561,90106 +"272662",52563,67590 +"272663",52564,73288 +"272664",52564,94365 +"272665",52565,65631 +"272666",52565,75147 +"272667",52565,75503 +"272668",52566,79101 +"272669",52567,67129 +"272670",52567,94244 +"272671",52567,99381 +"272672",52567,114903 +"272673",52568,52602 +"272674",52569,56257 +"272675",52569,56426 +"272676",52570,71054 +"272677",52573,78138 +"272678",52573,82171 +"272679",52574,58330 +"272680",52574,69313 +"272681",52575,76127 +"272682",52575,88525 +"272683",52576,55082 +"272684",52576,61970 +"272685",52576,70902 +"272686",52576,71342 +"272687",52576,78025 +"272688",52576,81440 +"272689",52576,85821 +"272690",52577,87430 +"272691",52577,87471 +"272692",52577,94138 +"272693",52578,76031 +"272694",52578,108895 +"272695",52579,70715 +"272696",52579,80871 +"272697",52579,80912 +"272698",52579,91228 +"272699",52579,96849 +"272700",52580,70961 +"272701",52581,55089 +"272702",52581,95490 +"272703",52581,100211 +"272704",52581,104210 +"272705",52581,105374 +"272706",52582,78338 +"272707",52582,92612 +"272708",52584,52586 +"272709",52584,52631 +"272710",52584,52632 +"272711",52584,90510 +"272712",52584,97774 +"272713",52584,104025 +"272714",52584,116792 +"272715",52584,120366 +"272716",52584,121492 +"272717",52585,57807 +"272718",52585,62788 +"272719",52585,72429 +"272720",52585,99755 +"272721",52586,52631 +"272722",52586,52632 +"272723",52586,55312 +"272724",52587,52735 +"272725",52588,102699 +"272726",52588,104867 +"272727",52588,114187 +"272728",52589,53670 +"272729",52589,53707 +"272730",52589,88110 +"272731",52589,98733 +"272732",52590,63138 +"272733",52591,79000 +"272734",52592,59035 +"272735",52593,54344 +"272736",52594,65752 +"272737",52595,64361 +"272738",52596,67419 +"272739",52596,100121 +"272740",52596,104774 +"272741",52597,63477 +"272742",52597,102994 +"272743",52599,54740 +"272744",52600,80598 +"272745",52600,91230 +"272746",52602,54918 +"272747",52602,72778 +"272748",52603,62985 +"272749",52603,75371 +"272750",52603,81343 +"272751",52603,99731 +"272752",52603,101323 +"272753",52603,102845 +"272754",52603,104957 +"272755",52603,109815 +"272756",52603,111066 +"272757",52603,113278 +"272758",52603,113314 +"272759",52603,114723 +"272760",52603,116644 +"272761",52603,117804 +"272762",52603,121414 +"272763",52603,122345 +"272764",52603,122353 +"272765",52603,122358 +"272766",52603,122360 +"272767",52603,122366 +"272768",52603,122367 +"272769",52603,122376 +"272770",52603,122383 +"272771",52603,122393 +"272772",52603,122394 +"272773",52603,122398 +"272774",52603,122402 +"272775",52603,122403 +"272776",52603,122409 +"272777",52603,122412 +"272778",52603,122414 +"272779",52603,122415 +"272780",52603,122417 +"272781",52603,122418 +"272782",52603,122421 +"272783",52603,122422 +"272784",52603,122437 +"272785",52603,122438 +"272786",52603,122440 +"272787",52603,123424 +"272788",52604,54963 +"272789",52604,68631 +"272790",52604,68878 +"272791",52604,79253 +"272792",52605,59650 +"272793",52605,59712 +"272794",52605,59929 +"272795",52605,60115 +"272796",52605,71132 +"272797",52606,57356 +"272798",52606,65188 +"272799",52606,68613 +"272800",52606,70395 +"272801",52606,71399 +"272802",52606,73594 +"272803",52606,121047 +"272804",52607,88627 +"272805",52608,53453 +"272806",52608,55990 +"272807",52608,58648 +"272808",52608,61572 +"272809",52608,75953 +"272810",52608,101967 +"272811",52608,107539 +"272812",52608,109337 +"272813",52608,109820 +"272814",52608,110380 +"272815",52608,110394 +"272816",52608,119592 +"272817",52608,120033 +"272818",52608,123006 +"272819",52609,68611 +"272820",52609,89066 +"272821",52611,99731 +"272822",52611,99749 +"272823",52611,101323 +"272824",52611,101481 +"272825",52611,104957 +"272826",52612,52642 +"272827",52612,108573 +"272828",52614,61493 +"272829",52614,81856 +"272830",52614,84174 +"272831",52614,95789 +"272832",52614,106803 +"272833",52615,52616 +"272834",52616,108834 +"272835",52618,62967 +"272836",52619,113350 +"272837",52620,70788 +"272838",52620,87992 +"272839",52620,118217 +"272840",52621,54602 +"272841",52621,56051 +"272842",52621,66960 +"272843",52621,75829 +"272844",52621,92146 +"272845",52621,92147 +"272846",52621,92165 +"272847",52621,92183 +"272848",52622,60842 +"272849",52622,60859 +"272850",52622,60884 +"272851",52622,86760 +"272852",52623,54186 +"272853",52623,86738 +"272854",52624,92601 +"272855",52624,92602 +"272856",52624,96508 +"272857",52625,76386 +"272858",52625,84114 +"272859",52626,61721 +"272860",52626,62056 +"272861",52626,63518 +"272862",52626,73138 +"272863",52626,73151 +"272864",52626,75271 +"272865",52626,76047 +"272866",52626,78487 +"272867",52626,79862 +"272868",52626,81474 +"272869",52626,88221 +"272870",52626,88288 +"272871",52626,88309 +"272872",52626,91779 +"272873",52626,96525 +"272874",52626,102396 +"272875",52626,102535 +"272876",52626,106275 +"272877",52626,106280 +"272878",52628,61437 +"272879",52629,110804 +"272880",52631,52632 +"272881",52633,55226 +"272882",52633,68374 +"272883",52633,85509 +"272884",52633,87975 +"272885",52634,94324 +"272886",52634,94919 +"272887",52635,94137 +"272888",52636,81160 +"272889",52636,83643 +"272890",52638,68423 +"272891",52638,72135 +"272892",52638,102529 +"272893",52638,111490 +"272894",52639,68189 +"272895",52639,77177 +"272896",52639,84495 +"272897",52639,88176 +"272898",52639,91127 +"272899",52639,95730 +"272900",52639,101819 +"272901",52639,103417 +"272902",52639,108859 +"272903",52639,115809 +"272904",52640,52641 +"272905",52640,54926 +"272906",52640,60596 +"272907",52640,63170 +"272908",52640,79092 +"272909",52641,90109 +"272910",52643,92586 +"272911",52645,70118 +"272912",52645,70122 +"272913",52646,52647 +"272914",52649,54678 +"272915",52650,56669 +"272916",52650,72898 +"272917",52652,57651 +"272918",52653,52971 +"272919",52653,55465 +"272920",52653,63920 +"272921",52653,71296 +"272922",52653,71788 +"272923",52653,73384 +"272924",52653,85323 +"272925",52653,88859 +"272926",52653,95250 +"272927",52653,98113 +"272928",52653,99884 +"272929",52653,105061 +"272930",52653,112428 +"272931",52653,113306 +"272932",52654,71225 +"272933",52654,76309 +"272934",52654,76372 +"272935",52654,77366 +"272936",52656,66315 +"272937",52656,74112 +"272938",52656,99070 +"272939",52656,99904 +"272940",52657,56250 +"272941",52657,70713 +"272942",52657,99279 +"272943",52657,100229 +"272944",52657,101337 +"272945",52657,102827 +"272946",52657,103682 +"272947",52657,107334 +"272948",52657,109167 +"272949",52657,109693 +"272950",52657,109832 +"272951",52657,117786 +"272952",52657,117791 +"272953",52657,117795 +"272954",52658,55128 +"272955",52658,76079 +"272956",52658,78484 +"272957",52659,57490 +"272958",52659,66338 +"272959",52659,68895 +"272960",52659,75999 +"272961",52659,76350 +"272962",52659,77701 +"272963",52659,82123 +"272964",52659,90820 +"272965",52659,97426 +"272966",52665,78167 +"272967",52666,58485 +"272968",52666,75860 +"272969",52666,95556 +"272970",52666,97629 +"272971",52667,52859 +"272972",52667,108929 +"272973",52667,118043 +"272974",52669,52687 +"272975",52670,62690 +"272976",52670,64751 +"272977",52670,65550 +"272978",52670,77304 +"272979",52670,77534 +"272980",52670,81502 +"272981",52670,83919 +"272982",52670,84868 +"272983",52670,93352 +"272984",52671,62208 +"272985",52672,55490 +"272986",52674,62266 +"272987",52674,120167 +"272988",52676,71598 +"272989",52677,77448 +"272990",52678,53974 +"272991",52678,57899 +"272992",52678,60669 +"272993",52680,57904 +"272994",52680,59203 +"272995",52680,68706 +"272996",52680,73332 +"272997",52680,82453 +"272998",52680,87924 +"272999",52680,87932 +"273000",52680,87942 +"273001",52681,89155 +"273002",52681,95247 +"273003",52681,114591 +"273004",52685,61012 +"273005",52685,115222 +"273006",52686,61949 +"273007",52688,63632 +"273008",52688,73193 +"273009",52688,82281 +"273010",52688,82997 +"273011",52688,86623 +"273012",52688,98686 +"273013",52688,98703 +"273014",52688,98706 +"273015",52689,94340 +"273016",52690,53049 +"273017",52693,53343 +"273018",52693,57644 +"273019",52693,70269 +"273020",52693,83772 +"273021",52696,75875 +"273022",52696,110002 +"273023",52696,112079 +"273024",52697,87602 +"273025",52698,57503 +"273026",52698,81293 +"273027",52699,66847 +"273028",52699,78057 +"273029",52699,87259 +"273030",52699,87458 +"273031",52699,96151 +"273032",52699,97603 +"273033",52700,94012 +"273034",52700,94063 +"273035",52700,95226 +"273036",52701,59952 +"273037",52701,61612 +"273038",52701,61643 +"273039",52701,62840 +"273040",52702,63510 +"273041",52702,67987 +"273042",52702,97602 +"273043",52702,102427 +"273044",52702,103312 +"273045",52702,110509 +"273046",52703,52714 +"273047",52703,52735 +"273048",52703,60769 +"273049",52703,66842 +"273050",52703,68810 +"273051",52703,84164 +"273052",52704,52710 +"273053",52706,62936 +"273054",52706,76168 +"273055",52707,65257 +"273056",52707,76942 +"273057",52707,81001 +"273058",52708,52709 +"273059",52708,54418 +"273060",52708,59395 +"273061",52709,58979 +"273062",52709,59395 +"273063",52709,60270 +"273064",52709,62144 +"273065",52709,66850 +"273066",52709,67918 +"273067",52709,74911 +"273068",52709,82374 +"273069",52709,82376 +"273070",52709,83490 +"273071",52709,101907 +"273072",52709,104607 +"273073",52709,117635 +"273074",52712,52746 +"273075",52712,78465 +"273076",52712,78466 +"273077",52713,104272 +"273078",52714,52735 +"273079",52714,60769 +"273080",52714,66842 +"273081",52714,71227 +"273082",52714,83557 +"273083",52714,84164 +"273084",52714,84238 +"273085",52714,104951 +"273086",52714,106447 +"273087",52714,106470 +"273088",52714,106473 +"273089",52714,106483 +"273090",52714,115139 +"273091",52715,55676 +"273092",52715,63836 +"273093",52715,114244 +"273094",52716,65852 +"273095",52716,65874 +"273096",52716,65875 +"273097",52716,65889 +"273098",52716,65897 +"273099",52716,65908 +"273100",52716,66279 +"273101",52716,74789 +"273102",52716,75055 +"273103",52716,75099 +"273104",52717,120596 +"273105",52718,52802 +"273106",52718,52822 +"273107",52718,52828 +"273108",52718,52829 +"273109",52718,53638 +"273110",52718,58143 +"273111",52718,58774 +"273112",52720,62126 +"273113",52720,83532 +"273114",52720,88819 +"273115",52720,89129 +"273116",52720,102320 +"273117",52721,54136 +"273118",52721,61553 +"273119",52721,61694 +"273120",52721,105075 +"273121",52722,61619 +"273122",52723,52771 +"273123",52724,68784 +"273124",52724,70535 +"273125",52724,78472 +"273126",52724,83448 +"273127",52724,87709 +"273128",52724,99433 +"273129",52725,104020 +"273130",52725,104031 +"273131",52725,104054 +"273132",52725,106075 +"273133",52726,83285 +"273134",52727,53336 +"273135",52727,56746 +"273136",52727,95285 +"273137",52727,95317 +"273138",52727,95318 +"273139",52729,58248 +"273140",52729,80767 +"273141",52729,100089 +"273142",52729,114259 +"273143",52731,86699 +"273144",52732,52737 +"273145",52732,63561 +"273146",52734,83048 +"273147",52734,117992 +"273148",52735,53422 +"273149",52735,54161 +"273150",52735,57738 +"273151",52735,67488 +"273152",52736,55639 +"273153",52736,86837 +"273154",52736,87027 +"273155",52738,53702 +"273156",52738,65214 +"273157",52738,74652 +"273158",52738,75041 +"273159",52739,53343 +"273160",52739,55272 +"273161",52739,83140 +"273162",52740,59552 +"273163",52740,59609 +"273164",52741,52744 +"273165",52742,53332 +"273166",52742,59672 +"273167",52742,78460 +"273168",52742,80728 +"273169",52742,82435 +"273170",52742,91531 +"273171",52742,95661 +"273172",52742,97439 +"273173",52742,97483 +"273174",52742,97484 +"273175",52742,102443 +"273176",52742,104065 +"273177",52742,104542 +"273178",52742,119455 +"273179",52746,100372 +"273180",52746,110029 +"273181",52748,95972 +"273182",52749,82840 +"273183",52750,52884 +"273184",52750,53052 +"273185",52750,53057 +"273186",52750,61916 +"273187",52750,62842 +"273188",52750,63041 +"273189",52750,66943 +"273190",52750,67942 +"273191",52750,74516 +"273192",52750,77517 +"273193",52750,77522 +"273194",52750,77528 +"273195",52750,77607 +"273196",52750,93814 +"273197",52750,99359 +"273198",52750,105461 +"273199",52750,115313 +"273200",52751,52824 +"273201",52751,97827 +"273202",52752,70748 +"273203",52752,72083 +"273204",52752,90080 +"273205",52752,102444 +"273206",52753,55922 +"273207",52753,70480 +"273208",52756,71560 +"273209",52756,71947 +"273210",52757,52805 +"273211",52758,73615 +"273212",52759,59896 +"273213",52760,55321 +"273214",52760,89725 +"273215",52760,98515 +"273216",52760,100965 +"273217",52760,116023 +"273218",52762,97694 +"273219",52762,114635 +"273220",52762,120850 +"273221",52763,90745 +"273222",52763,121879 +"273223",52764,55081 +"273224",52764,62022 +"273225",52764,78721 +"273226",52765,52848 +"273227",52765,52861 +"273228",52766,56941 +"273229",52766,56970 +"273230",52767,60380 +"273231",52767,68091 +"273232",52767,69357 +"273233",52767,78005 +"273234",52767,82226 +"273235",52767,83709 +"273236",52767,92766 +"273237",52768,68887 +"273238",52768,72146 +"273239",52768,79741 +"273240",52768,81820 +"273241",52769,77767 +"273242",52769,78906 +"273243",52769,78907 +"273244",52770,99163 +"273245",52771,78516 +"273246",52771,94932 +"273247",52771,110040 +"273248",52772,105132 +"273249",52773,58841 +"273250",52773,70193 +"273251",52773,89708 +"273252",52774,52899 +"273253",52774,53003 +"273254",52775,52782 +"273255",52776,74927 +"273256",52776,74965 +"273257",52777,60675 +"273258",52777,79074 +"273259",52777,85553 +"273260",52777,99832 +"273261",52777,100860 +"273262",52778,55632 +"273263",52778,73572 +"273264",52778,73939 +"273265",52778,73950 +"273266",52779,54218 +"273267",52779,55944 +"273268",52779,58616 +"273269",52779,112042 +"273270",52780,52996 +"273271",52780,53313 +"273272",52781,79719 +"273273",52781,90912 +"273274",52781,97159 +"273275",52782,97257 +"273276",52782,115058 +"273277",52783,71493 +"273278",52783,76487 +"273279",52783,76549 +"273280",52783,92051 +"273281",52783,92559 +"273282",52783,98327 +"273283",52783,98344 +"273284",52784,74424 +"273285",52784,74998 +"273286",52785,109273 +"273287",52787,52872 +"273288",52787,54153 +"273289",52788,75816 +"273290",52788,86476 +"273291",52789,52800 +"273292",52789,52804 +"273293",52789,52812 +"273294",52789,52826 +"273295",52789,52842 +"273296",52789,52850 +"273297",52789,52883 +"273298",52789,56206 +"273299",52789,85172 +"273300",52789,119109 +"273301",52792,63794 +"273302",52792,73363 +"273303",52792,73541 +"273304",52792,86925 +"273305",52794,69086 +"273306",52795,55968 +"273307",52795,60806 +"273308",52795,67248 +"273309",52795,76530 +"273310",52796,53081 +"273311",52797,52798 +"273312",52797,52867 +"273313",52798,52867 +"273314",52799,60417 +"273315",52799,100680 +"273316",52799,101517 +"273317",52800,52804 +"273318",52800,52812 +"273319",52800,52826 +"273320",52800,52842 +"273321",52800,52850 +"273322",52800,52883 +"273323",52800,56206 +"273324",52800,85172 +"273325",52801,59791 +"273326",52801,62781 +"273327",52801,66042 +"273328",52801,102398 +"273329",52801,113747 +"273330",52802,52822 +"273331",52802,52828 +"273332",52802,52829 +"273333",52802,58774 +"273334",52802,74121 +"273335",52803,61028 +"273336",52803,80549 +"273337",52803,102459 +"273338",52803,112289 +"273339",52804,52812 +"273340",52804,52826 +"273341",52804,52842 +"273342",52804,52850 +"273343",52804,52883 +"273344",52804,56206 +"273345",52805,54819 +"273346",52806,52882 +"273347",52806,85534 +"273348",52806,90798 +"273349",52807,82506 +"273350",52807,87448 +"273351",52808,101451 +"273352",52808,116447 +"273353",52810,60368 +"273354",52811,56452 +"273355",52811,82409 +"273356",52811,82842 +"273357",52811,111242 +"273358",52812,52826 +"273359",52812,52842 +"273360",52812,52850 +"273361",52812,52883 +"273362",52812,56206 +"273363",52812,67570 +"273364",52812,67658 +"273365",52813,70323 +"273366",52813,84422 +"273367",52813,92557 +"273368",52813,102079 +"273369",52813,103270 +"273370",52813,103678 +"273371",52813,109115 +"273372",52813,109116 +"273373",52813,109119 +"273374",52813,109121 +"273375",52814,63212 +"273376",52814,84399 +"273377",52814,84904 +"273378",52815,68006 +"273379",52815,76286 +"273380",52815,77809 +"273381",52817,111409 +"273382",52818,52819 +"273383",52818,85426 +"273384",52818,115161 +"273385",52820,53347 +"273386",52820,90252 +"273387",52820,97539 +"273388",52820,101742 +"273389",52820,102044 +"273390",52820,104453 +"273391",52820,112185 +"273392",52820,113590 +"273393",52821,56273 +"273394",52822,52828 +"273395",52822,52829 +"273396",52822,63976 +"273397",52823,90496 +"273398",52823,100691 +"273399",52823,105510 +"273400",52825,92226 +"273401",52825,98542 +"273402",52825,103864 +"273403",52825,117692 +"273404",52826,52842 +"273405",52826,52850 +"273406",52826,52883 +"273407",52826,56206 +"273408",52828,52829 +"273409",52830,53147 +"273410",52830,70403 +"273411",52830,79507 +"273412",52830,92213 +"273413",52830,104098 +"273414",52831,52900 +"273415",52831,62163 +"273416",52831,62195 +"273417",52831,62559 +"273418",52832,58777 +"273419",52832,68362 +"273420",52834,78863 +"273421",52834,96844 +"273422",52834,114706 +"273423",52834,122533 +"273424",52835,67434 +"273425",52835,74350 +"273426",52835,75001 +"273427",52836,52863 +"273428",52836,52988 +"273429",52836,60180 +"273430",52836,61165 +"273431",52836,66864 +"273432",52837,55367 +"273433",52837,55378 +"273434",52838,61191 +"273435",52838,68922 +"273436",52838,70876 +"273437",52838,75908 +"273438",52838,77565 +"273439",52838,80054 +"273440",52838,80527 +"273441",52838,84859 +"273442",52838,92506 +"273443",52838,95376 +"273444",52839,59865 +"273445",52840,52870 +"273446",52840,62809 +"273447",52840,78158 +"273448",52842,52850 +"273449",52842,52883 +"273450",52842,56206 +"273451",52842,62923 +"273452",52842,65678 +"273453",52842,66248 +"273454",52843,55024 +"273455",52843,55176 +"273456",52843,86388 +"273457",52843,86617 +"273458",52843,109070 +"273459",52843,121575 +"273460",52844,97272 +"273461",52845,54081 +"273462",52845,63188 +"273463",52845,65402 +"273464",52845,65481 +"273465",52845,65516 +"273466",52845,74273 +"273467",52845,74399 +"273468",52845,83451 +"273469",52846,52876 +"273470",52847,76101 +"273471",52848,52861 +"273472",52849,71076 +"273473",52850,52883 +"273474",52850,56206 +"273475",52850,67570 +"273476",52850,67658 +"273477",52851,63641 +"273478",52852,57935 +"273479",52852,60401 +"273480",52852,62923 +"273481",52852,64493 +"273482",52852,64517 +"273483",52852,64694 +"273484",52852,64763 +"273485",52853,56976 +"273486",52853,60800 +"273487",52855,73320 +"273488",52855,108265 +"273489",52856,57320 +"273490",52856,59658 +"273491",52856,112403 +"273492",52857,81017 +"273493",52857,88994 +"273494",52858,69782 +"273495",52858,69832 +"273496",52862,53123 +"273497",52862,61354 +"273498",52862,75038 +"273499",52863,52988 +"273500",52864,85532 +"273501",52865,58123 +"273502",52866,58279 +"273503",52866,103763 +"273504",52867,52968 +"273505",52873,52874 +"273506",52873,90740 +"273507",52876,54760 +"273508",52877,75791 +"273509",52877,75844 +"273510",52878,83005 +"273511",52881,71116 +"273512",52881,71710 +"273513",52881,91701 +"273514",52881,99637 +"273515",52881,109817 +"273516",52881,109838 +"273517",52882,68036 +"273518",52883,56206 +"273519",52884,63041 +"273520",52884,74516 +"273521",52884,77517 +"273522",52884,77522 +"273523",52884,77528 +"273524",52884,77607 +"273525",52885,84360 +"273526",52885,102809 +"273527",52886,79672 +"273528",52886,88513 +"273529",52886,88526 +"273530",52886,107430 +"273531",52887,87205 +"273532",52887,97013 +"273533",52887,115846 +"273534",52888,71607 +"273535",52890,57859 +"273536",52890,60633 +"273537",52890,61571 +"273538",52890,88530 +"273539",52890,89859 +"273540",52894,72578 +"273541",52896,52997 +"273542",52896,65030 +"273543",52896,71824 +"273544",52896,91232 +"273545",52896,102368 +"273546",52898,63969 +"273547",52898,81916 +"273548",52899,53003 +"273549",52901,61771 +"273550",52902,61840 +"273551",52904,59968 +"273552",52904,79136 +"273553",52904,119275 +"273554",52906,52928 +"273555",52908,52971 +"273556",52910,52946 +"273557",52911,53193 +"273558",52911,58823 +"273559",52911,73826 +"273560",52911,77098 +"273561",52911,90093 +"273562",52911,94214 +"273563",52911,94743 +"273564",52911,121337 +"273565",52912,54734 +"273566",52912,57056 +"273567",52912,71816 +"273568",52912,83825 +"273569",52912,110865 +"273570",52912,120844 +"273571",52912,121826 +"273572",52913,68282 +"273573",52913,69048 +"273574",52913,70948 +"273575",52913,76680 +"273576",52913,82555 +"273577",52913,93237 +"273578",52913,100946 +"273579",52913,114558 +"273580",52915,53030 +"273581",52916,54438 +"273582",52916,55340 +"273583",52917,78081 +"273584",52917,78110 +"273585",52917,78768 +"273586",52917,79850 +"273587",52918,57156 +"273588",52918,82510 +"273589",52918,85958 +"273590",52918,86653 +"273591",52919,118906 +"273592",52920,108349 +"273593",52921,70087 +"273594",52921,104736 +"273595",52922,79599 +"273596",52922,89438 +"273597",52922,89676 +"273598",52922,93591 +"273599",52922,93635 +"273600",52922,93636 +"273601",52922,93650 +"273602",52922,93651 +"273603",52923,52936 +"273604",52924,54283 +"273605",52924,67902 +"273606",52924,74681 +"273607",52924,78032 +"273608",52924,83772 +"273609",52924,85726 +"273610",52924,90114 +"273611",52924,98406 +"273612",52924,108765 +"273613",52924,121043 +"273614",52924,121999 +"273615",52924,122076 +"273616",52924,123079 +"273617",52924,123085 +"273618",52926,55151 +"273619",52926,96272 +"273620",52926,114852 +"273621",52927,63236 +"273622",52927,86482 +"273623",52928,66014 +"273624",52928,72488 +"273625",52928,76599 +"273626",52928,105663 +"273627",52928,105789 +"273628",52929,52953 +"273629",52929,63382 +"273630",52929,75316 +"273631",52929,80169 +"273632",52929,91574 +"273633",52929,102767 +"273634",52929,103299 +"273635",52929,110741 +"273636",52929,118839 +"273637",52929,120452 +"273638",52929,120466 +"273639",52929,120471 +"273640",52929,120970 +"273641",52930,75073 +"273642",52931,77556 +"273643",52932,54262 +"273644",52932,59963 +"273645",52932,103116 +"273646",52932,103155 +"273647",52933,121939 +"273648",52933,121943 +"273649",52934,53106 +"273650",52934,53146 +"273651",52934,88978 +"273652",52935,75171 +"273653",52935,90284 +"273654",52937,52955 +"273655",52938,61650 +"273656",52938,61654 +"273657",52938,65596 +"273658",52939,53552 +"273659",52940,53628 +"273660",52940,53771 +"273661",52940,53924 +"273662",52940,55747 +"273663",52940,65438 +"273664",52940,66288 +"273665",52940,70969 +"273666",52940,74855 +"273667",52940,92741 +"273668",52940,99436 +"273669",52940,109536 +"273670",52940,120092 +"273671",52941,112266 +"273672",52942,61088 +"273673",52942,69794 +"273674",52944,61564 +"273675",52944,68475 +"273676",52944,68496 +"273677",52945,57638 +"273678",52945,70975 +"273679",52945,79322 +"273680",52945,85309 +"273681",52945,101410 +"273682",52946,110917 +"273683",52947,66453 +"273684",52947,68066 +"273685",52948,55127 +"273686",52949,110573 +"273687",52950,57443 +"273688",52950,77752 +"273689",52950,102728 +"273690",52951,65733 +"273691",52951,68333 +"273692",52951,82839 +"273693",52952,92759 +"273694",52953,69521 +"273695",52953,75316 +"273696",52953,77233 +"273697",52953,94265 +"273698",52953,102767 +"273699",52953,118839 +"273700",52953,120970 +"273701",52953,122746 +"273702",52954,60205 +"273703",52955,67456 +"273704",52955,71968 +"273705",52955,91362 +"273706",52956,77880 +"273707",52957,81267 +"273708",52957,115811 +"273709",52957,115835 +"273710",52959,57098 +"273711",52960,55569 +"273712",52960,57082 +"273713",52960,64525 +"273714",52960,88908 +"273715",52960,95497 +"273716",52960,101984 +"273717",52960,102015 +"273718",52960,113468 +"273719",52960,120034 +"273720",52961,76804 +"273721",52962,53760 +"273722",52963,77435 +"273723",52963,103935 +"273724",52963,105775 +"273725",52964,58217 +"273726",52964,65722 +"273727",52964,67913 +"273728",52964,72311 +"273729",52965,57790 +"273730",52966,88180 +"273731",52967,52978 +"273732",52967,56059 +"273733",52967,71164 +"273734",52967,71179 +"273735",52969,59281 +"273736",52969,81833 +"273737",52969,81869 +"273738",52969,83004 +"273739",52970,56410 +"273740",52971,55522 +"273741",52971,98896 +"273742",52971,107476 +"273743",52971,108400 +"273744",52971,118133 +"273745",52972,53023 +"273746",52972,54305 +"273747",52972,66052 +"273748",52972,81465 +"273749",52972,83763 +"273750",52972,88384 +"273751",52972,98593 +"273752",52973,52995 +"273753",52973,79912 +"273754",52973,82393 +"273755",52973,100230 +"273756",52974,56360 +"273757",52974,57897 +"273758",52974,65025 +"273759",52975,72399 +"273760",52977,72463 +"273761",52977,74328 +"273762",52977,74343 +"273763",52979,94170 +"273764",52980,67596 +"273765",52980,67601 +"273766",52980,67679 +"273767",52980,95988 +"273768",52981,71226 +"273769",52981,77577 +"273770",52981,107132 +"273771",52984,69188 +"273772",52984,99959 +"273773",52988,106893 +"273774",52988,106912 +"273775",52988,106918 +"273776",52988,106941 +"273777",52989,52990 +"273778",52990,73015 +"273779",52991,73936 +"273780",52992,109488 +"273781",52993,59081 +"273782",52993,59331 +"273783",52993,81350 +"273784",52994,58111 +"273785",52994,61478 +"273786",52994,62973 +"273787",52996,53313 +"273788",52996,61722 +"273789",52996,75036 +"273790",52997,71362 +"273791",52997,80861 +"273792",52997,92022 +"273793",52998,86516 +"273794",52999,61716 +"273795",52999,64625 +"273796",52999,64628 +"273797",52999,64976 +"273798",53000,53025 +"273799",53000,96802 +"273800",53001,68659 +"273801",53002,81563 +"273802",53002,81567 +"273803",53002,103769 +"273804",53002,108253 +"273805",53005,63954 +"273806",53006,58371 +"273807",53006,75470 +"273808",53006,78784 +"273809",53006,93039 +"273810",53006,94163 +"273811",53006,98543 +"273812",53006,99338 +"273813",53006,100496 +"273814",53006,102092 +"273815",53006,111732 +"273816",53006,114532 +"273817",53006,117013 +"273818",53006,117043 +"273819",53007,65723 +"273820",53008,54501 +"273821",53009,53010 +"273822",53009,64596 +"273823",53011,62407 +"273824",53011,68569 +"273825",53011,71943 +"273826",53011,76127 +"273827",53011,114282 +"273828",53012,72865 +"273829",53012,102459 +"273830",53012,111693 +"273831",53012,116781 +"273832",53013,54287 +"273833",53013,56338 +"273834",53013,68014 +"273835",53013,87547 +"273836",53014,55765 +"273837",53014,65389 +"273838",53014,70392 +"273839",53014,79420 +"273840",53014,103235 +"273841",53014,113233 +"273842",53014,116558 +"273843",53016,55212 +"273844",53016,61829 +"273845",53016,83927 +"273846",53016,98224 +"273847",53019,69880 +"273848",53020,106409 +"273849",53020,106413 +"273850",53021,54323 +"273851",53022,65509 +"273852",53022,65533 +"273853",53023,62979 +"273854",53023,66052 +"273855",53023,89479 +"273856",53024,65174 +"273857",53025,66756 +"273858",53027,73060 +"273859",53028,73089 +"273860",53028,114523 +"273861",53029,72022 +"273862",53029,84185 +"273863",53029,88183 +"273864",53029,95723 +"273865",53029,101130 +"273866",53029,107409 +"273867",53029,108850 +"273868",53029,117561 +"273869",53031,53635 +"273870",53031,56122 +"273871",53031,71434 +"273872",53031,80514 +"273873",53031,93615 +"273874",53031,103426 +"273875",53031,108718 +"273876",53031,119943 +"273877",53032,75016 +"273878",53032,87710 +"273879",53032,91718 +"273880",53032,118440 +"273881",53033,53075 +"273882",53033,53101 +"273883",53033,113298 +"273884",53034,62880 +"273885",53034,66003 +"273886",53035,53039 +"273887",53035,53047 +"273888",53035,64773 +"273889",53036,53175 +"273890",53036,55288 +"273891",53036,55320 +"273892",53036,55791 +"273893",53036,67120 +"273894",53036,67157 +"273895",53037,53054 +"273896",53037,55690 +"273897",53037,60283 +"273898",53038,53099 +"273899",53038,53107 +"273900",53038,54583 +"273901",53038,112926 +"273902",53038,112963 +"273903",53038,115550 +"273904",53039,53047 +"273905",53040,53176 +"273906",53043,53060 +"273907",53043,62774 +"273908",53043,75136 +"273909",53043,77844 +"273910",53043,79112 +"273911",53043,87307 +"273912",53043,87314 +"273913",53043,96664 +"273914",53044,57068 +"273915",53044,73983 +"273916",53046,53103 +"273917",53046,113579 +"273918",53048,58453 +"273919",53048,86423 +"273920",53048,86563 +"273921",53050,54877 +"273922",53050,61622 +"273923",53050,70699 +"273924",53050,101772 +"273925",53050,109233 +"273926",53051,60046 +"273927",53051,65188 +"273928",53051,72337 +"273929",53052,53057 +"273930",53052,72869 +"273931",53053,64846 +"273932",53055,81600 +"273933",53055,115557 +"273934",53055,115746 +"273935",53055,116389 +"273936",53056,65227 +"273937",53056,65848 +"273938",53057,69621 +"273939",53057,90638 +"273940",53058,53129 +"273941",53058,53178 +"273942",53058,58047 +"273943",53058,71011 +"273944",53058,72542 +"273945",53058,85529 +"273946",53058,85558 +"273947",53058,85684 +"273948",53058,99442 +"273949",53059,80316 +"273950",53061,83579 +"273951",53062,55286 +"273952",53062,58745 +"273953",53063,70681 +"273954",53063,78132 +"273955",53063,83492 +"273956",53063,107718 +"273957",53063,112556 +"273958",53063,114925 +"273959",53064,62844 +"273960",53064,91713 +"273961",53064,99372 +"273962",53064,106468 +"273963",53066,53122 +"273964",53067,64649 +"273965",53067,93096 +"273966",53067,104135 +"273967",53068,89763 +"273968",53068,93583 +"273969",53068,117331 +"273970",53068,117336 +"273971",53068,117337 +"273972",53068,117340 +"273973",53069,59700 +"273974",53070,83226 +"273975",53071,60430 +"273976",53072,92633 +"273977",53072,105188 +"273978",53074,53080 +"273979",53074,70746 +"273980",53075,53101 +"273981",53076,115352 +"273982",53076,115359 +"273983",53077,95397 +"273984",53077,109599 +"273985",53078,53084 +"273986",53080,83729 +"273987",53080,96925 +"273988",53080,109343 +"273989",53082,76944 +"273990",53082,111470 +"273991",53083,53108 +"273992",53083,54156 +"273993",53083,61995 +"273994",53083,64845 +"273995",53083,74190 +"273996",53084,63535 +"273997",53084,70680 +"273998",53087,70950 +"273999",53087,101179 +"274000",53087,105698 +"274001",53089,67812 +"274002",53089,70299 +"274003",53089,115360 +"274004",53090,82473 +"274005",53091,89906 +"274006",53092,61948 +"274007",53092,88245 +"274008",53092,99782 +"274009",53095,53121 +"274010",53095,53153 +"274011",53095,53573 +"274012",53097,76275 +"274013",53097,91395 +"274014",53097,95011 +"274015",53097,109030 +"274016",53098,81633 +"274017",53098,98630 +"274018",53099,53107 +"274019",53099,54583 +"274020",53099,112926 +"274021",53099,112963 +"274022",53099,115550 +"274023",53100,114190 +"274024",53102,108201 +"274025",53102,108230 +"274026",53102,108243 +"274027",53102,118392 +"274028",53104,57380 +"274029",53104,59442 +"274030",53104,59571 +"274031",53104,64654 +"274032",53104,97881 +"274033",53104,113948 +"274034",53105,56735 +"274035",53105,56766 +"274036",53105,67715 +"274037",53105,68065 +"274038",53105,68718 +"274039",53105,82627 +"274040",53106,53146 +"274041",53106,104934 +"274042",53106,104943 +"274043",53109,86913 +"274044",53109,86914 +"274045",53111,53123 +"274046",53111,78824 +"274047",53112,68256 +"274048",53113,78516 +"274049",53113,108346 +"274050",53114,54525 +"274051",53114,75555 +"274052",53115,73327 +"274053",53115,87711 +"274054",53117,87101 +"274055",53119,53311 +"274056",53119,53334 +"274057",53120,53144 +"274058",53120,53152 +"274059",53120,53177 +"274060",53120,63048 +"274061",53120,67718 +"274062",53120,88599 +"274063",53120,102710 +"274064",53120,115168 +"274065",53120,122055 +"274066",53121,53153 +"274067",53121,53573 +"274068",53121,68295 +"274069",53121,76060 +"274070",53121,76654 +"274071",53122,58393 +"274072",53122,60032 +"274073",53122,60057 +"274074",53122,71831 +"274075",53123,55164 +"274076",53123,61354 +"274077",53124,58017 +"274078",53124,66511 +"274079",53124,77204 +"274080",53124,79518 +"274081",53124,103537 +"274082",53124,104834 +"274083",53124,104852 +"274084",53125,70543 +"274085",53125,94988 +"274086",53125,98967 +"274087",53125,118698 +"274088",53125,120274 +"274089",53126,94022 +"274090",53128,53141 +"274091",53128,59039 +"274092",53128,102854 +"274093",53128,103826 +"274094",53129,53178 +"274095",53131,60873 +"274096",53131,73518 +"274097",53131,89399 +"274098",53132,53227 +"274099",53132,55111 +"274100",53132,58628 +"274101",53132,61801 +"274102",53132,64350 +"274103",53132,69480 +"274104",53132,72728 +"274105",53132,73044 +"274106",53132,73058 +"274107",53132,73335 +"274108",53132,78063 +"274109",53132,78429 +"274110",53132,78569 +"274111",53132,82143 +"274112",53132,83231 +"274113",53132,85435 +"274114",53132,86471 +"274115",53132,90804 +"274116",53132,90827 +"274117",53132,91022 +"274118",53132,91045 +"274119",53132,91757 +"274120",53132,93393 +"274121",53132,95187 +"274122",53132,95675 +"274123",53132,101516 +"274124",53132,102387 +"274125",53132,108374 +"274126",53132,108893 +"274127",53132,109101 +"274128",53132,109523 +"274129",53132,110993 +"274130",53132,111338 +"274131",53132,111398 +"274132",53132,111409 +"274133",53132,111480 +"274134",53132,112422 +"274135",53132,112648 +"274136",53132,112708 +"274137",53132,112820 +"274138",53132,112997 +"274139",53132,113597 +"274140",53132,114418 +"274141",53132,114582 +"274142",53132,115371 +"274143",53132,116028 +"274144",53132,116604 +"274145",53134,53167 +"274146",53134,53173 +"274147",53134,54929 +"274148",53134,56492 +"274149",53134,70806 +"274150",53134,70934 +"274151",53134,82623 +"274152",53136,73798 +"274153",53136,75809 +"274154",53136,109435 +"274155",53137,53560 +"274156",53137,53596 +"274157",53137,53615 +"274158",53138,81586 +"274159",53138,83436 +"274160",53138,101171 +"274161",53138,112685 +"274162",53138,115409 +"274163",53139,117573 +"274164",53141,53491 +"274165",53141,96767 +"274166",53141,96794 +"274167",53141,96803 +"274168",53142,81652 +"274169",53143,56283 +"274170",53144,53152 +"274171",53144,53177 +"274172",53144,53569 +"274173",53144,82076 +"274174",53144,104260 +"274175",53144,109409 +"274176",53144,109427 +"274177",53144,109437 +"274178",53148,77005 +"274179",53148,111219 +"274180",53149,55099 +"274181",53152,53177 +"274182",53152,63048 +"274183",53152,64200 +"274184",53152,67718 +"274185",53152,97963 +"274186",53152,109994 +"274187",53152,115168 +"274188",53153,53573 +"274189",53153,88776 +"274190",53154,63864 +"274191",53154,82308 +"274192",53154,101625 +"274193",53154,101661 +"274194",53154,108513 +"274195",53154,110711 +"274196",53154,119322 +"274197",53155,53271 +"274198",53155,59014 +"274199",53155,105811 +"274200",53155,114805 +"274201",53155,116478 +"274202",53156,85921 +"274203",53157,53208 +"274204",53158,89883 +"274205",53159,63746 +"274206",53159,66378 +"274207",53160,53191 +"274208",53160,53192 +"274209",53162,53199 +"274210",53162,53230 +"274211",53162,53286 +"274212",53163,53195 +"274213",53163,79198 +"274214",53163,82159 +"274215",53165,56653 +"274216",53165,111913 +"274217",53166,115304 +"274218",53167,53173 +"274219",53168,68848 +"274220",53168,75953 +"274221",53168,92684 +"274222",53168,93116 +"274223",53169,57411 +"274224",53169,90245 +"274225",53170,111107 +"274226",53171,53255 +"274227",53174,79017 +"274228",53174,79841 +"274229",53175,103705 +"274230",53177,56152 +"274231",53177,57806 +"274232",53177,92740 +"274233",53177,93760 +"274234",53177,99442 +"274235",53178,57486 +"274236",53178,121466 +"274237",53179,54480 +"274238",53179,55479 +"274239",53179,59496 +"274240",53179,61136 +"274241",53179,68120 +"274242",53179,70605 +"274243",53179,71997 +"274244",53179,78373 +"274245",53179,87359 +"274246",53179,92194 +"274247",53179,106611 +"274248",53179,106643 +"274249",53180,59696 +"274250",53180,75048 +"274251",53182,90883 +"274252",53182,93373 +"274253",53182,99877 +"274254",53184,85410 +"274255",53184,121498 +"274256",53186,53216 +"274257",53186,75633 +"274258",53186,79357 +"274259",53186,83803 +"274260",53186,90289 +"274261",53186,107668 +"274262",53187,86137 +"274263",53187,86962 +"274264",53187,99575 +"274265",53187,114705 +"274266",53188,82869 +"274267",53189,80112 +"274268",53189,89612 +"274269",53190,58036 +"274270",53190,69366 +"274271",53190,75469 +"274272",53190,86434 +"274273",53190,94790 +"274274",53190,97248 +"274275",53190,97267 +"274276",53190,97270 +"274277",53191,53192 +"274278",53193,77098 +"274279",53193,90093 +"274280",53194,61067 +"274281",53196,54480 +"274282",53196,54553 +"274283",53196,54980 +"274284",53196,65625 +"274285",53196,74628 +"274286",53196,75310 +"274287",53196,76629 +"274288",53196,84940 +"274289",53196,92081 +"274290",53196,100226 +"274291",53196,105947 +"274292",53197,116016 +"274293",53197,120903 +"274294",53199,53230 +"274295",53199,53286 +"274296",53200,53415 +"274297",53200,63518 +"274298",53200,68340 +"274299",53200,68428 +"274300",53200,69779 +"274301",53200,79977 +"274302",53200,84510 +"274303",53200,92017 +"274304",53200,102484 +"274305",53200,114757 +"274306",53200,115418 +"274307",53201,58792 +"274308",53202,53434 +"274309",53203,53253 +"274310",53203,76869 +"274311",53203,76871 +"274312",53204,64993 +"274313",53204,112188 +"274314",53205,73045 +"274315",53206,53287 +"274316",53207,53233 +"274317",53207,53234 +"274318",53207,53297 +"274319",53207,65077 +"274320",53207,65380 +"274321",53210,53430 +"274322",53211,97361 +"274323",53211,117313 +"274324",53212,89222 +"274325",53214,53235 +"274326",53215,79046 +"274327",53215,118534 +"274328",53216,75633 +"274329",53216,90289 +"274330",53218,72818 +"274331",53219,57225 +"274332",53219,60931 +"274333",53219,61751 +"274334",53219,62442 +"274335",53219,67104 +"274336",53219,69384 +"274337",53220,54337 +"274338",53220,60878 +"274339",53220,61298 +"274340",53221,53247 +"274341",53221,57882 +"274342",53221,95192 +"274343",53222,66117 +"274344",53222,91312 +"274345",53223,55690 +"274346",53223,55782 +"274347",53223,73336 +"274348",53224,94703 +"274349",53224,120648 +"274350",53225,57289 +"274351",53225,68971 +"274352",53225,92431 +"274353",53226,53251 +"274354",53227,55111 +"274355",53227,58628 +"274356",53227,61801 +"274357",53227,64350 +"274358",53227,73044 +"274359",53227,73058 +"274360",53227,73335 +"274361",53227,78063 +"274362",53227,78429 +"274363",53227,78569 +"274364",53227,82143 +"274365",53227,83231 +"274366",53227,86471 +"274367",53227,90804 +"274368",53227,91022 +"274369",53227,91045 +"274370",53227,94772 +"274371",53227,95675 +"274372",53227,97318 +"274373",53227,101516 +"274374",53227,102387 +"274375",53227,108374 +"274376",53227,108893 +"274377",53227,109101 +"274378",53227,109523 +"274379",53227,110993 +"274380",53227,111338 +"274381",53227,111398 +"274382",53227,111409 +"274383",53227,111480 +"274384",53227,112422 +"274385",53227,112648 +"274386",53227,112708 +"274387",53227,112820 +"274388",53227,112997 +"274389",53227,113597 +"274390",53227,114418 +"274391",53227,114582 +"274392",53227,115371 +"274393",53227,116028 +"274394",53227,116604 +"274395",53230,53286 +"274396",53230,66453 +"274397",53230,71607 +"274398",53230,79089 +"274399",53230,81850 +"274400",53230,83768 +"274401",53230,88686 +"274402",53230,104643 +"274403",53230,115608 +"274404",53232,76784 +"274405",53232,101120 +"274406",53232,116314 +"274407",53233,53234 +"274408",53233,53297 +"274409",53234,53297 +"274410",53235,54960 +"274411",53235,77073 +"274412",53235,90825 +"274413",53236,53277 +"274414",53236,85539 +"274415",53236,112323 +"274416",53236,122707 +"274417",53237,63476 +"274418",53237,76352 +"274419",53237,98324 +"274420",53237,108681 +"274421",53237,110148 +"274422",53237,122932 +"274423",53238,57169 +"274424",53238,84064 +"274425",53240,81902 +"274426",53241,99120 +"274427",53243,56968 +"274428",53243,70881 +"274429",53247,57882 +"274430",53248,58872 +"274431",53249,77719 +"274432",53249,78277 +"274433",53249,79938 +"274434",53249,90721 +"274435",53249,92021 +"274436",53252,62793 +"274437",53252,70925 +"274438",53252,78102 +"274439",53252,79183 +"274440",53252,92592 +"274441",53252,97824 +"274442",53252,101155 +"274443",53252,101189 +"274444",53252,102687 +"274445",53252,114282 +"274446",53252,123297 +"274447",53254,70877 +"274448",53254,78731 +"274449",53254,96999 +"274450",53254,100699 +"274451",53254,101667 +"274452",53255,67195 +"274453",53259,58164 +"274454",53259,78150 +"274455",53259,80625 +"274456",53259,81074 +"274457",53259,96352 +"274458",53259,99207 +"274459",53259,103930 +"274460",53260,60714 +"274461",53260,69040 +"274462",53260,101460 +"274463",53261,54587 +"274464",53261,77844 +"274465",53261,79227 +"274466",53261,83892 +"274467",53261,90607 +"274468",53261,90875 +"274469",53261,107847 +"274470",53261,108325 +"274471",53261,116139 +"274472",53262,55812 +"274473",53262,55831 +"274474",53262,55832 +"274475",53262,55854 +"274476",53262,55863 +"274477",53262,55872 +"274478",53262,55903 +"274479",53262,55915 +"274480",53262,55916 +"274481",53264,62372 +"274482",53264,114123 +"274483",53264,115745 +"274484",53265,55878 +"274485",53265,60624 +"274486",53265,62801 +"274487",53265,65844 +"274488",53265,76326 +"274489",53265,77362 +"274490",53265,78501 +"274491",53265,91480 +"274492",53265,97881 +"274493",53265,111788 +"274494",53265,117333 +"274495",53266,81441 +"274496",53266,105092 +"274497",53267,67539 +"274498",53267,69524 +"274499",53267,97128 +"274500",53267,106070 +"274501",53268,81135 +"274502",53268,90202 +"274503",53268,93452 +"274504",53271,55384 +"274505",53271,63293 +"274506",53271,76862 +"274507",53271,78669 +"274508",53271,80526 +"274509",53271,80562 +"274510",53271,95418 +"274511",53271,96305 +"274512",53271,112073 +"274513",53271,112096 +"274514",53272,53540 +"274515",53272,109476 +"274516",53274,78976 +"274517",53275,62824 +"274518",53275,67466 +"274519",53275,92986 +"274520",53275,97880 +"274521",53275,100437 +"274522",53275,107863 +"274523",53278,80489 +"274524",53279,60572 +"274525",53279,74035 +"274526",53280,93750 +"274527",53280,121299 +"274528",53282,77323 +"274529",53282,86522 +"274530",53282,86546 +"274531",53284,79474 +"274532",53284,113603 +"274533",53285,82600 +"274534",53285,114421 +"274535",53287,62281 +"274536",53287,84243 +"274537",53287,118844 +"274538",53287,119653 +"274539",53288,68871 +"274540",53288,71788 +"274541",53288,85323 +"274542",53289,61281 +"274543",53291,87176 +"274544",53291,104780 +"274545",53291,106957 +"274546",53291,108421 +"274547",53291,110624 +"274548",53293,65649 +"274549",53295,86467 +"274550",53295,95262 +"274551",53295,96073 +"274552",53295,102564 +"274553",53295,122120 +"274554",53296,57167 +"274555",53296,65092 +"274556",53297,81137 +"274557",53298,117516 +"274558",53298,117544 +"274559",53301,119906 +"274560",53301,119912 +"274561",53302,81096 +"274562",53303,59939 +"274563",53303,78792 +"274564",53303,90577 +"274565",53303,90966 +"274566",53303,91912 +"274567",53303,94240 +"274568",53303,97237 +"274569",53303,121757 +"274570",53303,122267 +"274571",53304,66632 +"274572",53304,83468 +"274573",53304,106821 +"274574",53304,120569 +"274575",53304,120584 +"274576",53304,120585 +"274577",53304,120586 +"274578",53304,120604 +"274579",53304,120627 +"274580",53304,120628 +"274581",53304,120629 +"274582",53304,120630 +"274583",53304,120652 +"274584",53304,123420 +"274585",53304,123421 +"274586",53305,70049 +"274587",53306,61713 +"274588",53306,70235 +"274589",53306,70292 +"274590",53306,78112 +"274591",53306,108620 +"274592",53307,55036 +"274593",53310,84141 +"274594",53310,104408 +"274595",53311,53334 +"274596",53311,81356 +"274597",53311,83039 +"274598",53311,87285 +"274599",53311,95017 +"274600",53312,54400 +"274601",53312,59915 +"274602",53312,79954 +"274603",53312,85300 +"274604",53312,101156 +"274605",53312,101772 +"274606",53312,107544 +"274607",53312,116852 +"274608",53312,119065 +"274609",53312,120375 +"274610",53314,82147 +"274611",53314,85530 +"274612",53314,85583 +"274613",53315,59421 +"274614",53316,94489 +"274615",53316,95486 +"274616",53316,119025 +"274617",53317,53403 +"274618",53317,82691 +"274619",53318,78677 +"274620",53318,80862 +"274621",53318,109633 +"274622",53318,117588 +"274623",53319,60131 +"274624",53320,57128 +"274625",53320,66917 +"274626",53320,66949 +"274627",53320,66972 +"274628",53320,66973 +"274629",53321,71732 +"274630",53322,53323 +"274631",53322,115876 +"274632",53323,53608 +"274633",53323,59340 +"274634",53323,60798 +"274635",53323,66212 +"274636",53323,81838 +"274637",53323,86696 +"274638",53323,88126 +"274639",53323,91045 +"274640",53323,95036 +"274641",53323,96416 +"274642",53323,96520 +"274643",53323,103024 +"274644",53323,108009 +"274645",53323,110639 +"274646",53324,53354 +"274647",53324,96511 +"274648",53328,71526 +"274649",53329,89395 +"274650",53329,91012 +"274651",53331,63614 +"274652",53331,106185 +"274653",53332,68501 +"274654",53332,82435 +"274655",53332,119455 +"274656",53333,66857 +"274657",53333,85329 +"274658",53333,110221 +"274659",53333,111237 +"274660",53336,56746 +"274661",53337,60847 +"274662",53338,69930 +"274663",53338,86129 +"274664",53338,104614 +"274665",53338,107657 +"274666",53340,75826 +"274667",53340,81504 +"274668",53340,87870 +"274669",53340,91156 +"274670",53340,92130 +"274671",53340,96332 +"274672",53340,115272 +"274673",53340,122938 +"274674",53341,53410 +"274675",53341,53411 +"274676",53343,76428 +"274677",53343,77463 +"274678",53343,82930 +"274679",53343,89557 +"274680",53345,53774 +"274681",53345,56540 +"274682",53345,78456 +"274683",53345,101766 +"274684",53345,104166 +"274685",53345,110336 +"274686",53345,117032 +"274687",53345,117650 +"274688",53345,117665 +"274689",53346,53382 +"274690",53346,53400 +"274691",53346,59766 +"274692",53347,82263 +"274693",53347,82916 +"274694",53347,84760 +"274695",53347,85037 +"274696",53347,96722 +"274697",53347,103158 +"274698",53347,112185 +"274699",53349,53421 +"274700",53349,53494 +"274701",53349,54846 +"274702",53349,56616 +"274703",53349,56639 +"274704",53350,59367 +"274705",53350,64862 +"274706",53351,56517 +"274707",53352,113559 +"274708",53353,68432 +"274709",53353,74047 +"274710",53353,80867 +"274711",53353,99629 +"274712",53353,111004 +"274713",53353,111055 +"274714",53354,92447 +"274715",53354,110636 +"274716",53356,75420 +"274717",53357,53909 +"274718",53357,54039 +"274719",53357,62866 +"274720",53357,62892 +"274721",53357,63430 +"274722",53359,112970 +"274723",53359,114619 +"274724",53360,53413 +"274725",53360,64052 +"274726",53360,96540 +"274727",53360,96635 +"274728",53360,96692 +"274729",53362,63725 +"274730",53362,73837 +"274731",53362,74186 +"274732",53362,94303 +"274733",53362,119701 +"274734",53362,122451 +"274735",53363,70713 +"274736",53365,65371 +"274737",53365,77874 +"274738",53368,67452 +"274739",53368,73786 +"274740",53368,74953 +"274741",53368,76882 +"274742",53368,96560 +"274743",53368,118814 +"274744",53368,121270 +"274745",53369,79023 +"274746",53369,93357 +"274747",53369,99103 +"274748",53369,99301 +"274749",53369,109350 +"274750",53369,111188 +"274751",53369,111190 +"274752",53369,111579 +"274753",53369,118953 +"274754",53369,118954 +"274755",53370,53405 +"274756",53370,88241 +"274757",53371,96412 +"274758",53371,110083 +"274759",53372,63025 +"274760",53372,70419 +"274761",53373,53523 +"274762",53373,89708 +"274763",53373,90585 +"274764",53373,107831 +"274765",53374,53448 +"274766",53374,53493 +"274767",53374,53510 +"274768",53374,58358 +"274769",53374,58394 +"274770",53374,71811 +"274771",53375,60550 +"274772",53375,67240 +"274773",53375,72049 +"274774",53375,75095 +"274775",53375,82850 +"274776",53375,82864 +"274777",53377,63085 +"274778",53377,74958 +"274779",53377,80970 +"274780",53377,90814 +"274781",53377,92537 +"274782",53377,107071 +"274783",53377,107082 +"274784",53377,114091 +"274785",53377,116065 +"274786",53377,116516 +"274787",53377,118634 +"274788",53377,119749 +"274789",53378,70084 +"274790",53379,121393 +"274791",53380,87646 +"274792",53382,53400 +"274793",53383,80348 +"274794",53383,88176 +"274795",53383,88213 +"274796",53383,101819 +"274797",53383,101847 +"274798",53384,53607 +"274799",53384,53612 +"274800",53385,63092 +"274801",53386,66398 +"274802",53386,100026 +"274803",53386,100057 +"274804",53389,75526 +"274805",53389,98946 +"274806",53389,106691 +"274807",53390,61191 +"274808",53390,66718 +"274809",53390,68604 +"274810",53390,79149 +"274811",53390,100915 +"274812",53390,101250 +"274813",53390,106965 +"274814",53390,116777 +"274815",53391,94280 +"274816",53391,105319 +"274817",53391,105353 +"274818",53393,64662 +"274819",53393,88745 +"274820",53393,120807 +"274821",53394,54018 +"274822",53395,53396 +"274823",53395,105300 +"274824",53397,57746 +"274825",53398,103755 +"274826",53401,65404 +"274827",53401,69250 +"274828",53401,76607 +"274829",53401,88746 +"274830",53401,93050 +"274831",53401,103368 +"274832",53401,119952 +"274833",53402,61275 +"274834",53404,121273 +"274835",53405,90239 +"274836",53406,55977 +"274837",53406,70063 +"274838",53406,75634 +"274839",53406,101646 +"274840",53406,119673 +"274841",53406,122981 +"274842",53407,108732 +"274843",53407,119891 +"274844",53408,66943 +"274845",53410,53411 +"274846",53412,80667 +"274847",53412,91891 +"274848",53412,103362 +"274849",53412,110985 +"274850",53414,109219 +"274851",53415,56357 +"274852",53415,57636 +"274853",53415,58482 +"274854",53415,59798 +"274855",53415,68340 +"274856",53415,68428 +"274857",53415,70907 +"274858",53415,71683 +"274859",53415,77125 +"274860",53415,78398 +"274861",53415,82426 +"274862",53415,84343 +"274863",53415,85000 +"274864",53415,85101 +"274865",53415,85447 +"274866",53415,91682 +"274867",53415,95267 +"274868",53415,97580 +"274869",53415,98727 +"274870",53415,98776 +"274871",53415,100795 +"274872",53415,106824 +"274873",53415,108879 +"274874",53415,109166 +"274875",53415,109858 +"274876",53415,109878 +"274877",53415,112962 +"274878",53415,113990 +"274879",53415,115413 +"274880",53415,116123 +"274881",53415,117258 +"274882",53415,117560 +"274883",53415,118128 +"274884",53415,118836 +"274885",53415,118866 +"274886",53415,118873 +"274887",53415,119131 +"274888",53415,119513 +"274889",53415,119716 +"274890",53415,119769 +"274891",53415,120123 +"274892",53415,120169 +"274893",53415,120725 +"274894",53415,120944 +"274895",53415,121609 +"274896",53415,122007 +"274897",53415,122032 +"274898",53415,122035 +"274899",53415,122724 +"274900",53415,123070 +"274901",53415,123394 +"274902",53415,123490 +"274903",53417,99096 +"274904",53417,112115 +"274905",53418,72057 +"274906",53419,62483 +"274907",53419,88007 +"274908",53419,88768 +"274909",53419,88769 +"274910",53419,88770 +"274911",53419,97567 +"274912",53419,98968 +"274913",53419,104077 +"274914",53420,85521 +"274915",53420,88152 +"274916",53421,53494 +"274917",53422,64523 +"274918",53423,53524 +"274919",53423,55116 +"274920",53423,59404 +"274921",53423,64993 +"274922",53423,82619 +"274923",53423,89691 +"274924",53423,90124 +"274925",53423,90616 +"274926",53423,90674 +"274927",53423,97885 +"274928",53423,105506 +"274929",53423,117724 +"274930",53423,121553 +"274931",53424,61941 +"274932",53425,81650 +"274933",53427,96274 +"274934",53427,107833 +"274935",53428,53476 +"274936",53429,53565 +"274937",53430,57559 +"274938",53430,67123 +"274939",53430,67487 +"274940",53430,67492 +"274941",53430,67510 +"274942",53430,67565 +"274943",53431,53511 +"274944",53436,85787 +"274945",53436,91980 +"274946",53438,53469 +"274947",53438,88662 +"274948",53439,60427 +"274949",53439,71114 +"274950",53441,57469 +"274951",53442,54003 +"274952",53443,63029 +"274953",53443,77681 +"274954",53444,53527 +"274955",53444,53555 +"274956",53444,54275 +"274957",53444,56628 +"274958",53444,58004 +"274959",53444,58068 +"274960",53444,58633 +"274961",53444,61111 +"274962",53444,61127 +"274963",53444,68287 +"274964",53445,57804 +"274965",53445,59731 +"274966",53445,67656 +"274967",53445,83530 +"274968",53445,89069 +"274969",53445,102362 +"274970",53446,95159 +"274971",53446,116456 +"274972",53448,53493 +"274973",53448,53510 +"274974",53448,56840 +"274975",53448,56922 +"274976",53448,67811 +"274977",53448,67818 +"274978",53451,69511 +"274979",53452,63499 +"274980",53452,63979 +"274981",53452,63982 +"274982",53453,58648 +"274983",53453,61572 +"274984",53453,68502 +"274985",53453,79227 +"274986",53453,85367 +"274987",53453,85421 +"274988",53453,86673 +"274989",53453,101967 +"274990",53453,102226 +"274991",53453,103205 +"274992",53453,103277 +"274993",53453,104646 +"274994",53453,107539 +"274995",53453,107556 +"274996",53453,109820 +"274997",53453,110380 +"274998",53453,110394 +"274999",53453,119592 +"275000",53453,120033 +"275001",53454,81528 +"275002",53454,103403 +"275003",53454,103404 +"275004",53454,103418 +"275005",53454,108472 +"275006",53455,53473 +"275007",53457,80026 +"275008",53458,55012 +"275009",53458,64025 +"275010",53458,69011 +"275011",53458,97260 +"275012",53458,99545 +"275013",53458,99572 +"275014",53459,63858 +"275015",53460,121996 +"275016",53460,122000 +"275017",53460,122003 +"275018",53461,65937 +"275019",53463,53468 +"275020",53464,102828 +"275021",53464,103653 +"275022",53465,53518 +"275023",53467,66585 +"275024",53467,112894 +"275025",53470,53517 +"275026",53470,83391 +"275027",53470,89773 +"275028",53471,76035 +"275029",53473,86828 +"275030",53475,55112 +"275031",53475,63851 +"275032",53475,69178 +"275033",53475,69529 +"275034",53475,73492 +"275035",53475,77034 +"275036",53475,78137 +"275037",53475,79293 +"275038",53475,80947 +"275039",53475,91560 +"275040",53475,91581 +"275041",53475,91584 +"275042",53475,91616 +"275043",53475,91620 +"275044",53475,93366 +"275045",53475,93883 +"275046",53475,93886 +"275047",53475,99742 +"275048",53475,102008 +"275049",53475,106919 +"275050",53475,106935 +"275051",53475,107117 +"275052",53475,111988 +"275053",53476,58296 +"275054",53476,64023 +"275055",53476,64292 +"275056",53476,64316 +"275057",53476,85446 +"275058",53476,115528 +"275059",53476,121675 +"275060",53477,55914 +"275061",53477,70310 +"275062",53477,70311 +"275063",53477,70336 +"275064",53478,53479 +"275065",53478,87858 +"275066",53478,95600 +"275067",53478,105491 +"275068",53478,111820 +"275069",53479,102031 +"275070",53480,65085 +"275071",53482,53483 +"275072",53483,116287 +"275073",53485,71466 +"275074",53485,86765 +"275075",53485,118460 +"275076",53487,86277 +"275077",53488,66881 +"275078",53489,82190 +"275079",53489,82245 +"275080",53490,53515 +"275081",53491,63694 +"275082",53491,69597 +"275083",53491,76686 +"275084",53491,84816 +"275085",53491,100378 +"275086",53492,69237 +"275087",53493,53510 +"275088",53493,67811 +"275089",53493,67818 +"275090",53493,82520 +"275091",53495,55500 +"275092",53495,55554 +"275093",53495,59612 +"275094",53495,61449 +"275095",53495,71603 +"275096",53495,114102 +"275097",53496,109575 +"275098",53497,100241 +"275099",53498,69215 +"275100",53498,90495 +"275101",53498,111326 +"275102",53499,69175 +"275103",53499,77467 +"275104",53499,79360 +"275105",53499,86896 +"275106",53500,53501 +"275107",53500,60793 +"275108",53500,61639 +"275109",53500,73652 +"275110",53500,116019 +"275111",53500,116148 +"275112",53500,116156 +"275113",53500,116162 +"275114",53500,116170 +"275115",53500,116179 +"275116",53500,116215 +"275117",53502,66350 +"275118",53502,68803 +"275119",53502,70609 +"275120",53502,87480 +"275121",53502,88655 +"275122",53502,108177 +"275123",53503,113015 +"275124",53504,69541 +"275125",53504,80325 +"275126",53504,95417 +"275127",53505,53595 +"275128",53505,101087 +"275129",53506,98448 +"275130",53508,53646 +"275131",53508,63689 +"275132",53509,72469 +"275133",53509,81141 +"275134",53509,84771 +"275135",53509,88685 +"275136",53512,53749 +"275137",53512,83465 +"275138",53513,73848 +"275139",53513,114397 +"275140",53514,62204 +"275141",53515,71959 +"275142",53519,58427 +"275143",53519,70064 +"275144",53519,83812 +"275145",53519,118973 +"275146",53519,119275 +"275147",53519,120047 +"275148",53519,120146 +"275149",53522,56304 +"275150",53523,100041 +"275151",53524,58015 +"275152",53524,64297 +"275153",53524,71356 +"275154",53524,87263 +"275155",53524,93471 +"275156",53524,100782 +"275157",53524,112132 +"275158",53524,121553 +"275159",53525,67954 +"275160",53525,67955 +"275161",53525,67956 +"275162",53526,80995 +"275163",53526,118927 +"275164",53527,53555 +"275165",53527,54275 +"275166",53527,56628 +"275167",53527,58004 +"275168",53527,58068 +"275169",53527,58633 +"275170",53527,61111 +"275171",53527,61127 +"275172",53527,64309 +"275173",53527,64944 +"275174",53527,68287 +"275175",53530,90642 +"275176",53530,96795 +"275177",53530,97245 +"275178",53530,106664 +"275179",53531,53532 +"275180",53531,53581 +"275181",53531,54950 +"275182",53531,63738 +"275183",53531,81100 +"275184",53532,53581 +"275185",53532,54950 +"275186",53533,56651 +"275187",53533,99355 +"275188",53533,102697 +"275189",53533,122687 +"275190",53534,63082 +"275191",53534,66206 +"275192",53534,72458 +"275193",53534,75672 +"275194",53534,86881 +"275195",53534,93383 +"275196",53534,95557 +"275197",53534,96991 +"275198",53534,98698 +"275199",53534,112368 +"275200",53534,113615 +"275201",53534,113622 +"275202",53534,119307 +"275203",53534,121972 +"275204",53535,53564 +"275205",53535,68254 +"275206",53535,70499 +"275207",53535,71339 +"275208",53537,57072 +"275209",53537,59799 +"275210",53538,61541 +"275211",53539,91866 +"275212",53539,93036 +"275213",53539,117868 +"275214",53541,75689 +"275215",53542,84520 +"275216",53544,72510 +"275217",53545,81607 +"275218",53545,98798 +"275219",53546,56476 +"275220",53546,58230 +"275221",53546,75244 +"275222",53546,83747 +"275223",53546,99645 +"275224",53546,100396 +"275225",53546,106875 +"275226",53551,73340 +"275227",53551,74964 +"275228",53551,119875 +"275229",53551,123181 +"275230",53552,55131 +"275231",53553,94557 +"275232",53555,54275 +"275233",53555,56628 +"275234",53555,58004 +"275235",53555,58068 +"275236",53555,58633 +"275237",53555,61111 +"275238",53555,61127 +"275239",53555,68287 +"275240",53557,61917 +"275241",53557,104356 +"275242",53558,64885 +"275243",53558,71700 +"275244",53558,82238 +"275245",53558,101469 +"275246",53558,104445 +"275247",53559,96039 +"275248",53559,108849 +"275249",53559,109621 +"275250",53560,53596 +"275251",53560,53615 +"275252",53561,74310 +"275253",53561,97742 +"275254",53561,102388 +"275255",53561,114561 +"275256",53561,120632 +"275257",53562,63961 +"275258",53563,82548 +"275259",53563,91943 +"275260",53563,100457 +"275261",53563,100467 +"275262",53563,113963 +"275263",53564,58319 +"275264",53564,68254 +"275265",53564,77095 +"275266",53564,116917 +"275267",53564,117041 +"275268",53566,67892 +"275269",53567,53713 +"275270",53567,53719 +"275271",53568,102158 +"275272",53568,122453 +"275273",53569,54361 +"275274",53569,63675 +"275275",53569,74977 +"275276",53569,76238 +"275277",53569,76240 +"275278",53569,76242 +"275279",53569,76253 +"275280",53569,76254 +"275281",53569,76258 +"275282",53569,76261 +"275283",53569,76263 +"275284",53569,76409 +"275285",53569,76411 +"275286",53569,104260 +"275287",53569,109409 +"275288",53569,109427 +"275289",53569,109437 +"275290",53570,59000 +"275291",53570,59243 +"275292",53570,59845 +"275293",53570,71751 +"275294",53572,61603 +"275295",53572,73407 +"275296",53572,76985 +"275297",53573,71775 +"275298",53574,53630 +"275299",53574,68505 +"275300",53574,99028 +"275301",53575,72132 +"275302",53575,74535 +"275303",53575,104026 +"275304",53577,59847 +"275305",53578,82061 +"275306",53579,54141 +"275307",53579,54192 +"275308",53581,54950 +"275309",53583,53587 +"275310",53583,60964 +"275311",53584,59538 +"275312",53584,73701 +"275313",53584,78341 +"275314",53584,78396 +"275315",53584,82082 +"275316",53584,84178 +"275317",53584,84591 +"275318",53584,87295 +"275319",53584,90456 +"275320",53584,90781 +"275321",53584,92358 +"275322",53584,99425 +"275323",53585,80813 +"275324",53585,100242 +"275325",53585,103385 +"275326",53588,70657 +"275327",53590,53621 +"275328",53591,53592 +"275329",53592,85384 +"275330",53592,85519 +"275331",53593,77180 +"275332",53593,91663 +"275333",53593,97009 +"275334",53594,56469 +"275335",53594,56585 +"275336",53594,62291 +"275337",53595,84220 +"275338",53595,89499 +"275339",53596,53615 +"275340",53596,97632 +"275341",53597,56057 +"275342",53598,54235 +"275343",53598,60036 +"275344",53598,60063 +"275345",53599,55054 +"275346",53599,62237 +"275347",53600,65065 +"275348",53600,82985 +"275349",53601,53602 +"275350",53601,53603 +"275351",53602,53603 +"275352",53602,58015 +"275353",53602,67296 +"275354",53604,57497 +"275355",53604,92736 +"275356",53605,81527 +"275357",53605,88837 +"275358",53606,100793 +"275359",53606,111263 +"275360",53606,111280 +"275361",53607,53612 +"275362",53607,53993 +"275363",53607,61148 +"275364",53607,65140 +"275365",53607,69867 +"275366",53607,71205 +"275367",53607,81044 +"275368",53607,90187 +"275369",53607,91140 +"275370",53607,112935 +"275371",53608,60798 +"275372",53608,79590 +"275373",53608,86696 +"275374",53608,96416 +"275375",53608,104926 +"275376",53609,58384 +"275377",53609,68173 +"275378",53609,71420 +"275379",53609,77082 +"275380",53609,77120 +"275381",53609,92512 +"275382",53609,111958 +"275383",53611,58946 +"275384",53611,83766 +"275385",53611,83794 +"275386",53611,83795 +"275387",53612,54410 +"275388",53612,64553 +"275389",53612,68496 +"275390",53612,78998 +"275391",53612,82614 +"275392",53612,111667 +"275393",53612,112710 +"275394",53613,77071 +"275395",53613,95792 +"275396",53616,79201 +"275397",53616,79693 +"275398",53616,106764 +"275399",53616,117855 +"275400",53616,120921 +"275401",53616,122141 +"275402",53618,59010 +"275403",53618,61262 +"275404",53618,74669 +"275405",53618,76770 +"275406",53618,80251 +"275407",53618,80783 +"275408",53618,91277 +"275409",53618,91321 +"275410",53619,59934 +"275411",53620,55075 +"275412",53620,61513 +"275413",53620,66267 +"275414",53621,68411 +"275415",53621,72167 +"275416",53622,56537 +"275417",53622,61962 +"275418",53622,114423 +"275419",53623,65197 +"275420",53623,65351 +"275421",53624,64922 +"275422",53624,70546 +"275423",53624,88750 +"275424",53624,88829 +"275425",53624,88995 +"275426",53624,89689 +"275427",53624,90530 +"275428",53624,90875 +"275429",53624,94396 +"275430",53624,107604 +"275431",53624,108222 +"275432",53624,108239 +"275433",53624,120393 +"275434",53624,120676 +"275435",53624,120709 +"275436",53625,100416 +"275437",53625,110118 +"275438",53626,66675 +"275439",53626,69639 +"275440",53626,69719 +"275441",53626,97322 +"275442",53628,61337 +"275443",53628,61691 +"275444",53630,56444 +"275445",53630,61863 +"275446",53630,72260 +"275447",53630,101737 +"275448",53631,63300 +"275449",53631,81434 +"275450",53631,105117 +"275451",53631,110260 +"275452",53631,120572 +"275453",53631,123330 +"275454",53632,89714 +"275455",53632,89722 +"275456",53633,70418 +"275457",53633,80425 +"275458",53633,88710 +"275459",53633,96034 +"275460",53633,103140 +"275461",53634,53679 +"275462",53634,53684 +"275463",53634,53706 +"275464",53634,53733 +"275465",53635,56122 +"275466",53635,71434 +"275467",53635,76163 +"275468",53636,53644 +"275469",53636,63706 +"275470",53636,67913 +"275471",53636,69847 +"275472",53636,82910 +"275473",53636,86509 +"275474",53636,92154 +"275475",53636,99800 +"275476",53637,95755 +"275477",53638,53686 +"275478",53638,53852 +"275479",53639,77036 +"275480",53640,69227 +"275481",53640,75861 +"275482",53640,101406 +"275483",53640,102349 +"275484",53641,70999 +"275485",53641,90287 +"275486",53641,106497 +"275487",53641,117378 +"275488",53642,67662 +"275489",53642,68543 +"275490",53642,68549 +"275491",53643,56438 +"275492",53643,62518 +"275493",53643,69012 +"275494",53643,80477 +"275495",53643,81615 +"275496",53643,101327 +"275497",53643,118904 +"275498",53644,56133 +"275499",53644,67913 +"275500",53644,78960 +"275501",53644,78961 +"275502",53644,82910 +"275503",53644,84461 +"275504",53647,95822 +"275505",53648,67913 +"275506",53648,70125 +"275507",53648,70130 +"275508",53648,70149 +"275509",53649,53715 +"275510",53650,54625 +"275511",53650,60724 +"275512",53650,68488 +"275513",53650,69273 +"275514",53651,53693 +"275515",53651,62964 +"275516",53652,56491 +"275517",53652,59784 +"275518",53652,67813 +"275519",53652,69220 +"275520",53652,72578 +"275521",53654,56257 +"275522",53654,56426 +"275523",53654,63860 +"275524",53654,76232 +"275525",53654,85098 +"275526",53654,119071 +"275527",53655,72297 +"275528",53656,53669 +"275529",53656,74338 +"275530",53656,121351 +"275531",53657,53670 +"275532",53657,53707 +"275533",53657,119386 +"275534",53658,77571 +"275535",53658,91327 +"275536",53659,54428 +"275537",53660,74080 +"275538",53661,102181 +"275539",53661,119414 +"275540",53663,53736 +"275541",53663,112928 +"275542",53664,53665 +"275543",53664,59262 +"275544",53664,64622 +"275545",53666,54441 +"275546",53666,70971 +"275547",53666,112288 +"275548",53667,97843 +"275549",53667,101933 +"275550",53667,110049 +"275551",53667,110052 +"275552",53667,110166 +"275553",53668,67312 +"275554",53668,102854 +"275555",53670,53707 +"275556",53670,71209 +"275557",53670,76177 +"275558",53670,88209 +"275559",53670,105312 +"275560",53670,108941 +"275561",53671,64047 +"275562",53671,83853 +"275563",53672,55789 +"275564",53672,59210 +"275565",53672,65052 +"275566",53672,73496 +"275567",53672,81184 +"275568",53672,96202 +"275569",53672,105625 +"275570",53672,114011 +"275571",53672,117109 +"275572",53672,117603 +"275573",53672,117884 +"275574",53672,117885 +"275575",53672,117892 +"275576",53673,84732 +"275577",53675,61425 +"275578",53675,66108 +"275579",53675,66109 +"275580",53675,66134 +"275581",53675,66154 +"275582",53676,53718 +"275583",53677,74919 +"275584",53677,88604 +"275585",53677,121989 +"275586",53679,53684 +"275587",53679,53706 +"275588",53679,53733 +"275589",53680,55792 +"275590",53680,81555 +"275591",53681,68919 +"275592",53681,75155 +"275593",53681,115622 +"275594",53683,57318 +"275595",53683,67993 +"275596",53683,87947 +"275597",53684,53706 +"275598",53684,53733 +"275599",53686,53852 +"275600",53687,54523 +"275601",53687,56274 +"275602",53687,56305 +"275603",53687,56368 +"275604",53687,77753 +"275605",53688,98941 +"275606",53689,57552 +"275607",53689,59548 +"275608",53689,60962 +"275609",53689,62440 +"275610",53689,63826 +"275611",53689,70473 +"275612",53690,101751 +"275613",53690,101777 +"275614",53691,99120 +"275615",53691,122811 +"275616",53692,119174 +"275617",53694,58631 +"275618",53695,53861 +"275619",53695,53862 +"275620",53696,56148 +"275621",53696,58449 +"275622",53696,71310 +"275623",53696,76414 +"275624",53696,77991 +"275625",53696,80666 +"275626",53696,84042 +"275627",53696,85151 +"275628",53696,85623 +"275629",53696,86595 +"275630",53696,87337 +"275631",53696,96073 +"275632",53697,80840 +"275633",53697,84919 +"275634",53697,96730 +"275635",53697,102574 +"275636",53697,123431 +"275637",53698,113347 +"275638",53698,116004 +"275639",53699,55391 +"275640",53699,75700 +"275641",53700,58303 +"275642",53700,82364 +"275643",53702,61103 +"275644",53703,53908 +"275645",53703,55762 +"275646",53703,56025 +"275647",53703,59361 +"275648",53703,59447 +"275649",53703,59497 +"275650",53703,59498 +"275651",53703,63921 +"275652",53703,68466 +"275653",53703,74488 +"275654",53704,55418 +"275655",53705,54479 +"275656",53705,72343 +"275657",53705,104273 +"275658",53706,53733 +"275659",53707,71209 +"275660",53707,79409 +"275661",53707,80272 +"275662",53707,89822 +"275663",53707,95448 +"275664",53707,120044 +"275665",53707,122850 +"275666",53708,66171 +"275667",53709,60762 +"275668",53709,65279 +"275669",53709,79918 +"275670",53709,80448 +"275671",53709,82360 +"275672",53709,94669 +"275673",53709,110970 +"275674",53713,53719 +"275675",53716,89764 +"275676",53717,59561 +"275677",53720,83804 +"275678",53720,95596 +"275679",53721,62699 +"275680",53721,66619 +"275681",53722,102902 +"275682",53722,107952 +"275683",53722,111497 +"275684",53722,121321 +"275685",53722,121329 +"275686",53722,121335 +"275687",53722,121342 +"275688",53722,121392 +"275689",53723,64922 +"275690",53723,67830 +"275691",53723,87287 +"275692",53724,61086 +"275693",53724,70038 +"275694",53724,77197 +"275695",53724,77895 +"275696",53726,83275 +"275697",53726,93790 +"275698",53726,118870 +"275699",53728,66098 +"275700",53728,66927 +"275701",53729,53730 +"275702",53731,54437 +"275703",53731,85882 +"275704",53734,87267 +"275705",53734,99252 +"275706",53734,99264 +"275707",53735,62624 +"275708",53735,62724 +"275709",53735,120856 +"275710",53735,120905 +"275711",53737,62877 +"275712",53737,68387 +"275713",53739,59975 +"275714",53739,85580 +"275715",53740,60578 +"275716",53740,70124 +"275717",53740,83601 +"275718",53740,85432 +"275719",53740,86730 +"275720",53740,89942 +"275721",53741,53853 +"275722",53741,57886 +"275723",53741,88790 +"275724",53742,65121 +"275725",53742,65141 +"275726",53742,65170 +"275727",53742,65213 +"275728",53743,76143 +"275729",53743,123128 +"275730",53744,80525 +"275731",53744,116848 +"275732",53744,120436 +"275733",53745,79825 +"275734",53745,79839 +"275735",53745,79852 +"275736",53746,81489 +"275737",53746,92195 +"275738",53746,102411 +"275739",53747,56061 +"275740",53747,57463 +"275741",53747,77132 +"275742",53747,98521 +"275743",53750,66673 +"275744",53750,70095 +"275745",53751,106180 +"275746",53752,66882 +"275747",53753,69672 +"275748",53753,87887 +"275749",53753,106454 +"275750",53754,72303 +"275751",53754,85076 +"275752",53755,54168 +"275753",53755,57210 +"275754",53755,58482 +"275755",53755,59172 +"275756",53755,59816 +"275757",53755,61874 +"275758",53755,63274 +"275759",53755,66322 +"275760",53755,67327 +"275761",53755,70854 +"275762",53755,71683 +"275763",53755,72568 +"275764",53755,72628 +"275765",53755,73767 +"275766",53755,78532 +"275767",53755,81609 +"275768",53755,85885 +"275769",53755,91255 +"275770",53755,92247 +"275771",53755,92352 +"275772",53755,92362 +"275773",53755,92929 +"275774",53755,93719 +"275775",53755,94906 +"275776",53755,94946 +"275777",53755,95889 +"275778",53755,96093 +"275779",53755,97988 +"275780",53755,99309 +"275781",53755,99376 +"275782",53755,99450 +"275783",53755,99471 +"275784",53755,99474 +"275785",53755,100916 +"275786",53755,100944 +"275787",53755,101126 +"275788",53755,101329 +"275789",53755,105557 +"275790",53755,107199 +"275791",53755,108743 +"275792",53755,108980 +"275793",53755,109291 +"275794",53755,109933 +"275795",53755,110483 +"275796",53755,110567 +"275797",53755,110572 +"275798",53755,110630 +"275799",53755,110648 +"275800",53755,110711 +"275801",53755,110770 +"275802",53755,110869 +"275803",53755,110911 +"275804",53755,111285 +"275805",53755,111314 +"275806",53755,111362 +"275807",53755,111372 +"275808",53755,111424 +"275809",53755,111433 +"275810",53755,112422 +"275811",53755,113269 +"275812",53755,113430 +"275813",53755,114242 +"275814",53755,114842 +"275815",53755,115427 +"275816",53755,115521 +"275817",53755,115711 +"275818",53756,54385 +"275819",53756,79000 +"275820",53756,80025 +"275821",53756,84808 +"275822",53756,84828 +"275823",53757,53813 +"275824",53758,53790 +"275825",53758,53804 +"275826",53761,66080 +"275827",53761,68948 +"275828",53761,69292 +"275829",53761,72657 +"275830",53762,70655 +"275831",53763,54081 +"275832",53764,53859 +"275833",53764,65650 +"275834",53764,79575 +"275835",53764,81516 +"275836",53764,81554 +"275837",53764,86444 +"275838",53764,87530 +"275839",53764,96972 +"275840",53764,99215 +"275841",53764,110957 +"275842",53765,54591 +"275843",53765,60869 +"275844",53765,61523 +"275845",53765,61719 +"275846",53765,62849 +"275847",53765,74179 +"275848",53765,82682 +"275849",53765,84372 +"275850",53765,84889 +"275851",53765,86772 +"275852",53765,93752 +"275853",53765,108718 +"275854",53765,109943 +"275855",53766,101134 +"275856",53768,55280 +"275857",53769,81721 +"275858",53769,113863 +"275859",53770,54133 +"275860",53771,57159 +"275861",53771,67907 +"275862",53771,101569 +"275863",53773,60332 +"275864",53773,60333 +"275865",53773,60355 +"275866",53773,67653 +"275867",53773,67654 +"275868",53775,53844 +"275869",53775,54416 +"275870",53775,55973 +"275871",53775,58512 +"275872",53775,64671 +"275873",53775,65243 +"275874",53775,69517 +"275875",53775,71489 +"275876",53775,76185 +"275877",53775,80334 +"275878",53775,86640 +"275879",53775,93630 +"275880",53775,104466 +"275881",53777,64325 +"275882",53779,56926 +"275883",53779,64502 +"275884",53779,81356 +"275885",53780,67145 +"275886",53781,53782 +"275887",53781,53820 +"275888",53782,53820 +"275889",53782,55666 +"275890",53782,68684 +"275891",53782,91571 +"275892",53782,91592 +"275893",53784,107728 +"275894",53785,63099 +"275895",53785,74197 +"275896",53785,83961 +"275897",53785,85338 +"275898",53785,91666 +"275899",53785,91780 +"275900",53785,96270 +"275901",53786,55189 +"275902",53786,62810 +"275903",53787,96689 +"275904",53787,114939 +"275905",53790,53804 +"275906",53791,79963 +"275907",53791,104640 +"275908",53791,104652 +"275909",53791,121005 +"275910",53792,53848 +"275911",53792,67536 +"275912",53792,73251 +"275913",53792,75013 +"275914",53792,92840 +"275915",53792,94357 +"275916",53793,54014 +"275917",53793,87527 +"275918",53793,91143 +"275919",53794,53806 +"275920",53794,61797 +"275921",53794,67105 +"275922",53795,82501 +"275923",53796,54419 +"275924",53796,60433 +"275925",53796,62134 +"275926",53796,82678 +"275927",53797,54129 +"275928",53798,54284 +"275929",53798,54314 +"275930",53798,90125 +"275931",53799,59491 +"275932",53799,68979 +"275933",53799,96780 +"275934",53799,100074 +"275935",53799,101972 +"275936",53800,53867 +"275937",53800,54412 +"275938",53801,54689 +"275939",53801,67438 +"275940",53801,70686 +"275941",53801,70875 +"275942",53801,70891 +"275943",53801,81189 +"275944",53802,61790 +"275945",53802,74844 +"275946",53803,76770 +"275947",53806,61870 +"275948",53806,72133 +"275949",53806,72134 +"275950",53806,72136 +"275951",53806,72151 +"275952",53806,78146 +"275953",53807,57520 +"275954",53807,63462 +"275955",53807,63501 +"275956",53808,68422 +"275957",53808,104005 +"275958",53809,58030 +"275959",53809,68823 +"275960",53809,101441 +"275961",53809,111311 +"275962",53809,121339 +"275963",53809,121348 +"275964",53809,121354 +"275965",53810,70739 +"275966",53810,91003 +"275967",53810,91079 +"275968",53810,93850 +"275969",53810,93951 +"275970",53810,98899 +"275971",53811,97564 +"275972",53812,108403 +"275973",53812,119182 +"275974",53812,119203 +"275975",53814,54128 +"275976",53814,60878 +"275977",53814,68214 +"275978",53814,68215 +"275979",53814,68293 +"275980",53814,70724 +"275981",53814,70781 +"275982",53814,86159 +"275983",53814,103349 +"275984",53814,110242 +"275985",53814,112573 +"275986",53814,114084 +"275987",53815,54131 +"275988",53816,101871 +"275989",53816,101884 +"275990",53817,60025 +"275991",53817,66984 +"275992",53818,123423 +"275993",53819,86361 +"275994",53822,61178 +"275995",53823,54750 +"275996",53823,56753 +"275997",53824,93832 +"275998",53824,94859 +"275999",53824,121423 +"276000",53824,121432 +"276001",53825,53826 +"276002",53825,79068 +"276003",53825,110638 +"276004",53826,63604 +"276005",53828,75200 +"276006",53828,76818 +"276007",53828,92149 +"276008",53828,92855 +"276009",53830,56854 +"276010",53830,104726 +"276011",53833,106945 +"276012",53834,69729 +"276013",53834,105466 +"276014",53835,54825 +"276015",53835,54874 +"276016",53837,58348 +"276017",53837,81934 +"276018",53837,82726 +"276019",53837,93483 +"276020",53837,100791 +"276021",53837,108892 +"276022",53837,109374 +"276023",53837,109623 +"276024",53837,110227 +"276025",53837,115933 +"276026",53838,70708 +"276027",53838,72473 +"276028",53838,73982 +"276029",53838,74001 +"276030",53838,74677 +"276031",53838,74791 +"276032",53839,110494 +"276033",53840,60475 +"276034",53840,69072 +"276035",53840,94671 +"276036",53840,103292 +"276037",53840,103327 +"276038",53840,119910 +"276039",53842,64543 +"276040",53842,65433 +"276041",53843,53847 +"276042",53843,56316 +"276043",53843,71251 +"276044",53843,71444 +"276045",53843,75799 +"276046",53843,78477 +"276047",53843,81259 +"276048",53844,55973 +"276049",53846,55302 +"276050",53846,67952 +"276051",53850,54464 +"276052",53850,78577 +"276053",53850,80896 +"276054",53855,84966 +"276055",53855,94585 +"276056",53855,99903 +"276057",53855,101708 +"276058",53857,64037 +"276059",53857,66285 +"276060",53857,70455 +"276061",53857,77654 +"276062",53858,90218 +"276063",53858,106837 +"276064",53859,56526 +"276065",53860,54214 +"276066",53860,105469 +"276067",53860,110641 +"276068",53860,114316 +"276069",53861,53862 +"276070",53861,69862 +"276071",53861,69888 +"276072",53863,58056 +"276073",53863,58930 +"276074",53864,82772 +"276075",53866,104660 +"276076",53867,54412 +"276077",53867,72209 +"276078",53871,71634 +"276079",53873,53984 +"276080",53874,53928 +"276081",53874,53939 +"276082",53874,62822 +"276083",53874,112904 +"276084",53875,58179 +"276085",53875,60409 +"276086",53875,79357 +"276087",53875,100163 +"276088",53875,114311 +"276089",53877,93998 +"276090",53877,114863 +"276091",53878,71914 +"276092",53878,79490 +"276093",53878,84852 +"276094",53879,53937 +"276095",53879,57285 +"276096",53879,57300 +"276097",53880,54066 +"276098",53881,63711 +"276099",53881,67309 +"276100",53882,75054 +"276101",53882,75728 +"276102",53884,53964 +"276103",53884,55498 +"276104",53884,61086 +"276105",53884,70893 +"276106",53884,85096 +"276107",53884,86463 +"276108",53884,89982 +"276109",53884,105945 +"276110",53884,105968 +"276111",53886,73595 +"276112",53886,82194 +"276113",53887,54715 +"276114",53888,71249 +"276115",53889,54100 +"276116",53889,99719 +"276117",53890,70603 +"276118",53891,55553 +"276119",53891,69896 +"276120",53891,87585 +"276121",53891,114853 +"276122",53892,96027 +"276123",53892,99311 +"276124",53893,53894 +"276125",53893,53902 +"276126",53893,53911 +"276127",53893,53970 +"276128",53893,53981 +"276129",53894,53902 +"276130",53894,53911 +"276131",53894,53970 +"276132",53894,53981 +"276133",53896,72713 +"276134",53896,72824 +"276135",53896,72826 +"276136",53896,72830 +"276137",53896,72840 +"276138",53896,72842 +"276139",53896,72847 +"276140",53897,74249 +"276141",53897,91653 +"276142",53899,62395 +"276143",53900,53910 +"276144",53900,53956 +"276145",53901,55093 +"276146",53902,53911 +"276147",53902,53970 +"276148",53902,53981 +"276149",53903,54966 +"276150",53903,60898 +"276151",53904,72095 +"276152",53904,123204 +"276153",53905,79694 +"276154",53906,96148 +"276155",53907,109346 +"276156",53908,57172 +"276157",53908,64741 +"276158",53909,54039 +"276159",53910,53956 +"276160",53911,53970 +"276161",53911,53981 +"276162",53912,58108 +"276163",53913,64950 +"276164",53913,74731 +"276165",53913,89710 +"276166",53913,89711 +"276167",53913,105302 +"276168",53914,53922 +"276169",53914,64027 +"276170",53916,83062 +"276171",53916,83155 +"276172",53920,62116 +"276173",53920,63326 +"276174",53921,57019 +"276175",53921,61543 +"276176",53921,79513 +"276177",53921,80453 +"276178",53921,86601 +"276179",53921,86944 +"276180",53921,99531 +"276181",53921,99537 +"276182",53921,99548 +"276183",53922,64027 +"276184",53922,97875 +"276185",53922,97891 +"276186",53923,67409 +"276187",53923,68294 +"276188",53924,55747 +"276189",53924,59548 +"276190",53924,65438 +"276191",53924,70969 +"276192",53924,71816 +"276193",53924,74855 +"276194",53924,114941 +"276195",53925,77026 +"276196",53925,78444 +"276197",53925,79442 +"276198",53925,84436 +"276199",53926,57446 +"276200",53926,64172 +"276201",53926,64994 +"276202",53926,69471 +"276203",53926,75891 +"276204",53926,75895 +"276205",53926,78305 +"276206",53926,93856 +"276207",53926,99044 +"276208",53926,99809 +"276209",53926,100967 +"276210",53926,101037 +"276211",53926,102660 +"276212",53927,61532 +"276213",53928,53939 +"276214",53928,63241 +"276215",53929,71673 +"276216",53930,53951 +"276217",53931,55788 +"276218",53931,57297 +"276219",53931,58151 +"276220",53931,62880 +"276221",53931,67970 +"276222",53931,68664 +"276223",53931,84913 +"276224",53931,93405 +"276225",53931,99291 +"276226",53933,55203 +"276227",53933,110170 +"276228",53934,73669 +"276229",53935,56835 +"276230",53935,62424 +"276231",53935,68299 +"276232",53935,71529 +"276233",53935,77969 +"276234",53935,113056 +"276235",53936,53967 +"276236",53936,55078 +"276237",53936,57963 +"276238",53936,63268 +"276239",53936,69189 +"276240",53936,77097 +"276241",53936,103359 +"276242",53936,112587 +"276243",53936,122062 +"276244",53938,121740 +"276245",53939,58921 +"276246",53939,67536 +"276247",53939,73954 +"276248",53940,85362 +"276249",53942,74263 +"276250",53942,74312 +"276251",53945,53977 +"276252",53945,53978 +"276253",53946,84491 +"276254",53947,56844 +"276255",53947,60322 +"276256",53948,57466 +"276257",53948,108948 +"276258",53948,109122 +"276259",53950,64074 +"276260",53950,111449 +"276261",53951,84813 +"276262",53952,91401 +"276263",53953,64917 +"276264",53953,93343 +"276265",53955,62040 +"276266",53955,86133 +"276267",53955,91047 +"276268",53955,98984 +"276269",53956,73159 +"276270",53956,95310 +"276271",53957,53988 +"276272",53958,98915 +"276273",53958,98916 +"276274",53960,57927 +"276275",53960,72101 +"276276",53962,69566 +"276277",53964,54314 +"276278",53964,65093 +"276279",53964,70661 +"276280",53964,72771 +"276281",53964,79294 +"276282",53964,102148 +"276283",53964,103392 +"276284",53965,58537 +"276285",53966,61733 +"276286",53967,57963 +"276287",53967,65235 +"276288",53967,70456 +"276289",53967,76908 +"276290",53967,106622 +"276291",53968,79423 +"276292",53969,87181 +"276293",53969,87218 +"276294",53970,53981 +"276295",53971,61461 +"276296",53971,88819 +"276297",53971,89076 +"276298",53971,89410 +"276299",53971,89552 +"276300",53971,94339 +"276301",53971,99634 +"276302",53971,103905 +"276303",53971,110211 +"276304",53971,115421 +"276305",53973,72748 +"276306",53974,57899 +"276307",53974,63014 +"276308",53974,70023 +"276309",53976,90010 +"276310",53976,92053 +"276311",53976,99508 +"276312",53977,53978 +"276313",53979,60028 +"276314",53979,76453 +"276315",53980,61743 +"276316",53980,61748 +"276317",53980,61749 +"276318",53980,61815 +"276319",53983,78805 +"276320",53983,106363 +"276321",53983,106387 +"276322",53983,106395 +"276323",53985,58941 +"276324",53985,91406 +"276325",53985,94732 +"276326",53985,104716 +"276327",53985,104730 +"276328",53986,86558 +"276329",53986,86948 +"276330",53986,92409 +"276331",53986,103631 +"276332",53986,107331 +"276333",53986,109199 +"276334",53986,114517 +"276335",53986,116722 +"276336",53986,119869 +"276337",53987,66095 +"276338",53987,66100 +"276339",53987,67499 +"276340",53987,78931 +"276341",53988,67511 +"276342",53988,104116 +"276343",53989,107716 +"276344",53989,107893 +"276345",53989,107894 +"276346",53989,113198 +"276347",53990,54083 +"276348",53991,86901 +"276349",53991,108951 +"276350",53991,108956 +"276351",53994,54973 +"276352",53995,58018 +"276353",53995,60974 +"276354",53996,109335 +"276355",53998,76007 +"276356",53998,79422 +"276357",53998,96428 +"276358",53999,54074 +"276359",53999,76919 +"276360",53999,114308 +"276361",54001,74466 +"276362",54002,69167 +"276363",54002,76467 +"276364",54004,71858 +"276365",54004,97177 +"276366",54006,87619 +"276367",54006,105675 +"276368",54007,59263 +"276369",54008,54064 +"276370",54008,70840 +"276371",54008,74272 +"276372",54009,104628 +"276373",54009,108066 +"276374",54009,120445 +"276375",54010,63336 +"276376",54011,54012 +"276377",54011,54085 +"276378",54011,54147 +"276379",54011,54154 +"276380",54011,54167 +"276381",54011,67371 +"276382",54011,108953 +"276383",54012,54085 +"276384",54013,70046 +"276385",54013,101055 +"276386",54013,102623 +"276387",54013,102662 +"276388",54013,102670 +"276389",54015,63282 +"276390",54017,83390 +"276391",54017,83421 +"276392",54018,54047 +"276393",54018,65969 +"276394",54018,119719 +"276395",54020,55497 +"276396",54020,65679 +"276397",54020,73411 +"276398",54020,82306 +"276399",54020,86490 +"276400",54021,55539 +"276401",54021,62690 +"276402",54021,71174 +"276403",54021,75737 +"276404",54021,88973 +"276405",54021,92288 +"276406",54021,97518 +"276407",54021,114092 +"276408",54022,54092 +"276409",54023,61910 +"276410",54023,76960 +"276411",54023,80402 +"276412",54023,100575 +"276413",54025,63893 +"276414",54025,71171 +"276415",54026,77409 +"276416",54026,89819 +"276417",54028,54038 +"276418",54028,62105 +"276419",54028,62296 +"276420",54030,59961 +"276421",54031,79618 +"276422",54033,84225 +"276423",54034,65795 +"276424",54034,69435 +"276425",54034,69449 +"276426",54035,73339 +"276427",54035,116168 +"276428",54035,116175 +"276429",54036,75747 +"276430",54037,59867 +"276431",54037,63547 +"276432",54037,81559 +"276433",54037,83978 +"276434",54037,112467 +"276435",54037,122802 +"276436",54038,57924 +"276437",54038,62105 +"276438",54038,62296 +"276439",54041,68782 +"276440",54041,73222 +"276441",54041,79058 +"276442",54041,88690 +"276443",54042,58188 +"276444",54042,58251 +"276445",54042,69880 +"276446",54042,110682 +"276447",54043,92311 +"276448",54044,64018 +"276449",54044,74079 +"276450",54044,74200 +"276451",54044,99520 +"276452",54045,79139 +"276453",54045,110240 +"276454",54046,65662 +"276455",54046,65733 +"276456",54047,61333 +"276457",54047,69338 +"276458",54047,102943 +"276459",54048,78373 +"276460",54049,69805 +"276461",54049,69809 +"276462",54052,81575 +"276463",54052,96622 +"276464",54052,99029 +"276465",54053,96679 +"276466",54053,106107 +"276467",54055,60601 +"276468",54055,77093 +"276469",54057,62558 +"276470",54059,55055 +"276471",54059,55071 +"276472",54059,55370 +"276473",54059,55754 +"276474",54059,57804 +"276475",54059,59557 +"276476",54059,59615 +"276477",54059,59940 +"276478",54059,67098 +"276479",54059,67363 +"276480",54059,71230 +"276481",54059,76278 +"276482",54059,76740 +"276483",54059,76786 +"276484",54059,77272 +"276485",54059,77357 +"276486",54059,77402 +"276487",54059,77792 +"276488",54059,78248 +"276489",54059,78255 +"276490",54059,78339 +"276491",54059,78445 +"276492",54059,79022 +"276493",54059,79716 +"276494",54059,79898 +"276495",54059,79989 +"276496",54059,80281 +"276497",54059,81728 +"276498",54059,82196 +"276499",54059,82383 +"276500",54059,82810 +"276501",54059,82854 +"276502",54059,83853 +"276503",54059,83884 +"276504",54059,84379 +"276505",54059,84613 +"276506",54059,85465 +"276507",54059,85610 +"276508",54059,86351 +"276509",54059,86451 +"276510",54059,86882 +"276511",54059,87175 +"276512",54059,87451 +"276513",54059,87521 +"276514",54059,87572 +"276515",54059,87663 +"276516",54059,87721 +"276517",54059,87862 +"276518",54060,55541 +"276519",54060,78031 +"276520",54060,81163 +"276521",54060,83460 +"276522",54060,88981 +"276523",54060,105527 +"276524",54060,118292 +"276525",54060,119423 +"276526",54061,58257 +"276527",54061,102889 +"276528",54061,107963 +"276529",54061,108678 +"276530",54061,111349 +"276531",54062,59106 +"276532",54062,81601 +"276533",54062,96253 +"276534",54063,93301 +"276535",54063,114330 +"276536",54063,121857 +"276537",54067,55190 +"276538",54067,60386 +"276539",54067,68537 +"276540",54067,70992 +"276541",54067,87293 +"276542",54067,104891 +"276543",54068,105496 +"276544",54069,54553 +"276545",54069,54896 +"276546",54069,70507 +"276547",54069,77796 +"276548",54069,85800 +"276549",54070,72248 +"276550",54070,93657 +"276551",54071,76845 +"276552",54071,84137 +"276553",54071,91842 +"276554",54071,92458 +"276555",54072,96181 +"276556",54072,115861 +"276557",54073,82693 +"276558",54074,86028 +"276559",54074,90773 +"276560",54075,80718 +"276561",54075,81115 +"276562",54076,57399 +"276563",54076,57757 +"276564",54078,88799 +"276565",54080,56134 +"276566",54080,57614 +"276567",54080,59244 +"276568",54080,59342 +"276569",54080,60421 +"276570",54080,60444 +"276571",54080,65016 +"276572",54080,65018 +"276573",54080,73991 +"276574",54081,71517 +"276575",54081,97070 +"276576",54081,97727 +"276577",54082,70437 +"276578",54083,93237 +"276579",54083,101736 +"276580",54086,57993 +"276581",54087,66329 +"276582",54087,79563 +"276583",54087,118878 +"276584",54089,64108 +"276585",54089,73987 +"276586",54089,95012 +"276587",54089,114358 +"276588",54090,60515 +"276589",54091,60144 +"276590",54093,67377 +"276591",54093,83874 +"276592",54094,54331 +"276593",54094,108460 +"276594",54095,109354 +"276595",54096,73391 +"276596",54096,79743 +"276597",54096,81689 +"276598",54097,79098 +"276599",54097,95070 +"276600",54098,92531 +"276601",54099,54135 +"276602",54099,72871 +"276603",54100,71418 +"276604",54100,78743 +"276605",54100,90897 +"276606",54100,96382 +"276607",54100,99719 +"276608",54101,54360 +"276609",54102,85549 +"276610",54103,70663 +"276611",54103,70882 +"276612",54103,103550 +"276613",54104,54455 +"276614",54105,59197 +"276615",54105,64941 +"276616",54105,102414 +"276617",54105,112828 +"276618",54106,60555 +"276619",54106,65579 +"276620",54108,54460 +"276621",54108,79820 +"276622",54110,76589 +"276623",54110,78897 +"276624",54110,78942 +"276625",54110,78956 +"276626",54112,54206 +"276627",54112,57719 +"276628",54112,83471 +"276629",54112,103887 +"276630",54113,72902 +"276631",54116,56380 +"276632",54116,103442 +"276633",54116,106672 +"276634",54117,96495 +"276635",54117,109172 +"276636",54117,113525 +"276637",54117,118692 +"276638",54117,123468 +"276639",54118,85979 +"276640",54118,92335 +"276641",54118,113693 +"276642",54119,63611 +"276643",54119,70575 +"276644",54119,74884 +"276645",54119,76345 +"276646",54120,54300 +"276647",54121,122450 +"276648",54122,55396 +"276649",54122,57431 +"276650",54122,83461 +"276651",54122,97230 +"276652",54122,111996 +"276653",54122,113726 +"276654",54123,57025 +"276655",54124,54134 +"276656",54124,78284 +"276657",54124,78293 +"276658",54124,90540 +"276659",54124,96300 +"276660",54125,81741 +"276661",54126,69941 +"276662",54127,75357 +"276663",54127,75414 +"276664",54128,79216 +"276665",54128,79217 +"276666",54128,80564 +"276667",54129,98347 +"276668",54130,54276 +"276669",54131,65864 +"276670",54132,69374 +"276671",54132,76243 +"276672",54132,95388 +"276673",54132,99415 +"276674",54132,99475 +"276675",54132,99481 +"276676",54132,114850 +"276677",54132,116271 +"276678",54133,56470 +"276679",54133,62333 +"276680",54133,64789 +"276681",54133,66458 +"276682",54134,69688 +"276683",54134,77235 +"276684",54134,78284 +"276685",54134,78293 +"276686",54134,89404 +"276687",54134,101417 +"276688",54137,120171 +"276689",54138,96050 +"276690",54138,101084 +"276691",54139,55448 +"276692",54139,119833 +"276693",54140,54145 +"276694",54140,54215 +"276695",54141,54192 +"276696",54142,59461 +"276697",54142,61925 +"276698",54142,65535 +"276699",54143,54159 +"276700",54143,54195 +"276701",54143,54205 +"276702",54143,54223 +"276703",54143,57689 +"276704",54144,120375 +"276705",54145,54215 +"276706",54145,57188 +"276707",54146,105046 +"276708",54147,54154 +"276709",54147,54167 +"276710",54149,59558 +"276711",54149,89690 +"276712",54149,97235 +"276713",54149,122123 +"276714",54150,54213 +"276715",54150,69034 +"276716",54150,91762 +"276717",54152,55076 +"276718",54152,63435 +"276719",54152,65664 +"276720",54152,65700 +"276721",54152,65752 +"276722",54152,96564 +"276723",54152,115057 +"276724",54154,54167 +"276725",54156,64845 +"276726",54157,84151 +"276727",54158,65176 +"276728",54158,70908 +"276729",54158,75310 +"276730",54158,105356 +"276731",54158,114314 +"276732",54158,120899 +"276733",54159,54195 +"276734",54159,54205 +"276735",54159,54223 +"276736",54160,54187 +"276737",54160,54589 +"276738",54161,67488 +"276739",54161,72674 +"276740",54161,102709 +"276741",54161,102721 +"276742",54161,118657 +"276743",54162,77788 +"276744",54162,99484 +"276745",54162,106739 +"276746",54162,120798 +"276747",54166,104610 +"276748",54168,57210 +"276749",54168,58482 +"276750",54168,59172 +"276751",54168,59816 +"276752",54168,61874 +"276753",54168,63274 +"276754",54168,66322 +"276755",54168,67327 +"276756",54168,70854 +"276757",54168,71683 +"276758",54168,72568 +"276759",54168,72628 +"276760",54168,73767 +"276761",54168,78532 +"276762",54168,81609 +"276763",54168,85885 +"276764",54168,91255 +"276765",54168,92247 +"276766",54168,92352 +"276767",54168,92362 +"276768",54168,92929 +"276769",54168,93719 +"276770",54168,94906 +"276771",54168,94946 +"276772",54168,95889 +"276773",54168,96093 +"276774",54168,97988 +"276775",54168,99309 +"276776",54168,99376 +"276777",54168,99450 +"276778",54168,99471 +"276779",54168,99474 +"276780",54168,99583 +"276781",54168,100916 +"276782",54168,100944 +"276783",54168,101126 +"276784",54168,101329 +"276785",54168,105557 +"276786",54168,106217 +"276787",54168,107199 +"276788",54168,108743 +"276789",54168,108980 +"276790",54168,109291 +"276791",54168,109933 +"276792",54168,110483 +"276793",54168,110567 +"276794",54168,110572 +"276795",54168,110630 +"276796",54168,110648 +"276797",54168,110711 +"276798",54168,110770 +"276799",54168,110869 +"276800",54168,110911 +"276801",54168,111285 +"276802",54168,111314 +"276803",54168,111362 +"276804",54168,111372 +"276805",54168,111424 +"276806",54168,111433 +"276807",54168,112422 +"276808",54168,113269 +"276809",54168,113430 +"276810",54168,114242 +"276811",54168,114842 +"276812",54168,115427 +"276813",54168,115521 +"276814",54168,115711 +"276815",54170,90806 +"276816",54170,110790 +"276817",54171,92318 +"276818",54171,95562 +"276819",54172,54203 +"276820",54173,54242 +"276821",54173,54403 +"276822",54173,71467 +"276823",54174,54175 +"276824",54176,54436 +"276825",54178,55071 +"276826",54178,59109 +"276827",54178,59221 +"276828",54178,59384 +"276829",54178,59633 +"276830",54178,63018 +"276831",54178,66976 +"276832",54178,67098 +"276833",54179,77454 +"276834",54179,93061 +"276835",54179,111402 +"276836",54180,57419 +"276837",54180,61865 +"276838",54181,54182 +"276839",54181,63252 +"276840",54181,111229 +"276841",54181,118461 +"276842",54182,88374 +"276843",54182,91656 +"276844",54182,92262 +"276845",54182,92272 +"276846",54182,109816 +"276847",54182,113828 +"276848",54182,114045 +"276849",54182,115739 +"276850",54182,116700 +"276851",54183,59308 +"276852",54183,68840 +"276853",54183,119649 +"276854",54186,70284 +"276855",54186,70444 +"276856",54186,70600 +"276857",54186,86738 +"276858",54186,103452 +"276859",54187,91921 +"276860",54188,92894 +"276861",54189,102234 +"276862",54194,67363 +"276863",54194,92170 +"276864",54195,54205 +"276865",54195,54223 +"276866",54196,88462 +"276867",54196,105478 +"276868",54200,54825 +"276869",54200,58371 +"276870",54200,59828 +"276871",54200,63395 +"276872",54200,71253 +"276873",54200,74995 +"276874",54200,95334 +"276875",54202,54226 +"276876",54204,58548 +"276877",54204,100832 +"276878",54205,54223 +"276879",54206,54621 +"276880",54207,58669 +"276881",54207,58706 +"276882",54207,58752 +"276883",54208,75905 +"276884",54208,103914 +"276885",54208,106446 +"276886",54208,106636 +"276887",54209,56307 +"276888",54209,56325 +"276889",54209,83585 +"276890",54210,84078 +"276891",54211,112821 +"276892",54212,92785 +"276893",54212,120555 +"276894",54214,114883 +"276895",54215,60780 +"276896",54215,82493 +"276897",54215,90972 +"276898",54219,66731 +"276899",54219,83733 +"276900",54219,85073 +"276901",54219,89999 +"276902",54219,95829 +"276903",54219,95836 +"276904",54220,60173 +"276905",54220,61691 +"276906",54221,54227 +"276907",54224,83769 +"276908",54225,81367 +"276909",54226,98061 +"276910",54227,60744 +"276911",54227,60838 +"276912",54227,83318 +"276913",54228,77003 +"276914",54228,90303 +"276915",54228,90442 +"276916",54228,93864 +"276917",54229,82169 +"276918",54231,54895 +"276919",54231,92685 +"276920",54231,101975 +"276921",54231,101995 +"276922",54231,106109 +"276923",54231,118503 +"276924",54232,63654 +"276925",54232,100111 +"276926",54232,107194 +"276927",54232,108476 +"276928",54232,108477 +"276929",54232,112341 +"276930",54232,112348 +"276931",54232,112358 +"276932",54232,112365 +"276933",54232,112385 +"276934",54232,112388 +"276935",54232,112393 +"276936",54234,64394 +"276937",54234,64416 +"276938",54234,64443 +"276939",54234,76364 +"276940",54234,81278 +"276941",54234,81444 +"276942",54234,85430 +"276943",54234,89958 +"276944",54234,90840 +"276945",54234,91431 +"276946",54234,91570 +"276947",54234,94440 +"276948",54234,96536 +"276949",54235,60991 +"276950",54235,76639 +"276951",54235,91695 +"276952",54235,97440 +"276953",54235,100239 +"276954",54235,113099 +"276955",54237,61318 +"276956",54239,91735 +"276957",54240,55481 +"276958",54240,62269 +"276959",54240,68807 +"276960",54240,68813 +"276961",54240,68826 +"276962",54240,68864 +"276963",54242,117370 +"276964",54243,112556 +"276965",54246,58302 +"276966",54246,64302 +"276967",54246,64769 +"276968",54248,54575 +"276969",54248,58444 +"276970",54249,54414 +"276971",54249,101542 +"276972",54249,122447 +"276973",54250,54480 +"276974",54250,54557 +"276975",54250,59108 +"276976",54250,59461 +"276977",54250,59505 +"276978",54250,59565 +"276979",54250,77439 +"276980",54253,62395 +"276981",54253,81527 +"276982",54255,54259 +"276983",54255,54295 +"276984",54256,86720 +"276985",54256,91771 +"276986",54256,119688 +"276987",54258,61723 +"276988",54258,91734 +"276989",54258,104516 +"276990",54259,54295 +"276991",54259,81895 +"276992",54259,87367 +"276993",54259,104664 +"276994",54259,113693 +"276995",54260,90488 +"276996",54261,72886 +"276997",54262,54591 +"276998",54262,62533 +"276999",54262,81501 +"277000",54262,90873 +"277001",54262,103116 +"277002",54262,103155 +"277003",54262,110818 +"277004",54263,87803 +"277005",54263,100726 +"277006",54264,68970 +"277007",54265,57212 +"277008",54265,65081 +"277009",54266,54296 +"277010",54267,111210 +"277011",54268,54292 +"277012",54268,54345 +"277013",54268,70808 +"277014",54269,58770 +"277015",54269,59354 +"277016",54269,59462 +"277017",54269,59954 +"277018",54269,59989 +"277019",54269,60196 +"277020",54269,60575 +"277021",54269,60834 +"277022",54269,60857 +"277023",54269,60880 +"277024",54269,63569 +"277025",54270,54326 +"277026",54271,54357 +"277027",54272,62278 +"277028",54272,75526 +"277029",54272,81887 +"277030",54272,84929 +"277031",54272,90482 +"277032",54272,95984 +"277033",54272,98266 +"277034",54272,99953 +"277035",54272,101023 +"277036",54272,108579 +"277037",54272,108699 +"277038",54272,109746 +"277039",54272,117158 +"277040",54272,118446 +"277041",54273,59807 +"277042",54273,78395 +"277043",54274,89211 +"277044",54275,56628 +"277045",54275,58004 +"277046",54275,58068 +"277047",54275,58633 +"277048",54275,61111 +"277049",54275,61127 +"277050",54275,68287 +"277051",54276,60078 +"277052",54276,61050 +"277053",54276,67278 +"277054",54276,70947 +"277055",54276,87726 +"277056",54278,55360 +"277057",54278,60611 +"277058",54278,69613 +"277059",54278,73238 +"277060",54278,78019 +"277061",54278,88623 +"277062",54278,88716 +"277063",54278,90117 +"277064",54278,90663 +"277065",54278,91064 +"277066",54278,94098 +"277067",54278,99022 +"277068",54278,100144 +"277069",54278,100533 +"277070",54278,101360 +"277071",54278,103959 +"277072",54279,58095 +"277073",54279,59439 +"277074",54279,59694 +"277075",54280,54317 +"277076",54280,54393 +"277077",54281,54408 +"277078",54281,75135 +"277079",54282,54328 +"277080",54283,54335 +"277081",54283,67902 +"277082",54283,74681 +"277083",54283,83772 +"277084",54283,90114 +"277085",54283,98406 +"277086",54283,108765 +"277087",54283,121043 +"277088",54283,121999 +"277089",54283,123079 +"277090",54283,123085 +"277091",54284,54314 +"277092",54284,57277 +"277093",54285,69823 +"277094",54286,96312 +"277095",54287,56338 +"277096",54287,68014 +"277097",54287,77572 +"277098",54288,56996 +"277099",54288,57407 +"277100",54288,78583 +"277101",54290,122948 +"277102",54291,96071 +"277103",54291,118238 +"277104",54292,54345 +"277105",54293,67243 +"277106",54293,67528 +"277107",54295,54768 +"277108",54298,62282 +"277109",54298,65320 +"277110",54299,59185 +"277111",54299,61743 +"277112",54299,95033 +"277113",54302,59326 +"277114",54302,59389 +"277115",54302,97485 +"277116",54302,99807 +"277117",54302,108784 +"277118",54304,98925 +"277119",54304,103857 +"277120",54304,103885 +"277121",54304,105417 +"277122",54304,105782 +"277123",54305,66052 +"277124",54305,68280 +"277125",54305,98593 +"277126",54306,70216 +"277127",54309,90612 +"277128",54309,90613 +"277129",54309,90618 +"277130",54309,90619 +"277131",54309,90637 +"277132",54309,90648 +"277133",54309,90659 +"277134",54309,90660 +"277135",54309,90683 +"277136",54309,90684 +"277137",54309,91846 +"277138",54310,106703 +"277139",54311,54347 +"277140",54312,66063 +"277141",54312,101758 +"277142",54312,119089 +"277143",54314,102148 +"277144",54314,103392 +"277145",54315,54494 +"277146",54315,71268 +"277147",54316,72578 +"277148",54316,74016 +"277149",54316,96620 +"277150",54317,54393 +"277151",54318,67687 +"277152",54322,88553 +"277153",54322,119708 +"277154",54325,54330 +"277155",54325,114768 +"277156",54328,63931 +"277157",54329,72091 +"277158",54329,72121 +"277159",54329,72253 +"277160",54332,73610 +"277161",54332,121637 +"277162",54333,54466 +"277163",54334,54406 +"277164",54334,54420 +"277165",54334,57067 +"277166",54334,122283 +"277167",54336,70902 +"277168",54337,62289 +"277169",54337,72523 +"277170",54337,73223 +"277171",54339,54562 +"277172",54341,56385 +"277173",54343,54484 +"277174",54344,59668 +"277175",54344,89160 +"277176",54344,89684 +"277177",54346,61882 +"277178",54346,85663 +"277179",54348,65378 +"277180",54349,113921 +"277181",54350,54439 +"277182",54351,54353 +"277183",54351,100807 +"277184",54351,106031 +"277185",54352,72254 +"277186",54352,72280 +"277187",54354,56388 +"277188",54355,74564 +"277189",54356,64674 +"277190",54357,115989 +"277191",54357,117010 +"277192",54357,122710 +"277193",54358,85869 +"277194",54358,89307 +"277195",54358,103886 +"277196",54359,60561 +"277197",54361,63675 +"277198",54361,74977 +"277199",54361,76238 +"277200",54361,76240 +"277201",54361,76242 +"277202",54361,76253 +"277203",54361,76254 +"277204",54361,76258 +"277205",54361,76261 +"277206",54361,76263 +"277207",54361,76409 +"277208",54361,76411 +"277209",54361,95944 +"277210",54361,95999 +"277211",54361,96000 +"277212",54361,96001 +"277213",54361,96005 +"277214",54362,58075 +"277215",54362,58410 +"277216",54362,73838 +"277217",54363,59736 +"277218",54363,68411 +"277219",54363,70277 +"277220",54363,71740 +"277221",54363,94961 +"277222",54365,54366 +"277223",54365,97025 +"277224",54366,65625 +"277225",54367,108426 +"277226",54367,117989 +"277227",54368,75085 +"277228",54368,85211 +"277229",54368,110945 +"277230",54369,113440 +"277231",54369,113461 +"277232",54370,60180 +"277233",54370,74923 +"277234",54370,75131 +"277235",54370,75132 +"277236",54370,75186 +"277237",54371,73384 +"277238",54371,98204 +"277239",54372,105318 +"277240",54372,105324 +"277241",54372,105358 +"277242",54372,109170 +"277243",54372,116527 +"277244",54373,54375 +"277245",54373,92655 +"277246",54374,69136 +"277247",54374,89327 +"277248",54374,93686 +"277249",54376,60180 +"277250",54376,61388 +"277251",54376,65732 +"277252",54376,71006 +"277253",54377,73778 +"277254",54377,82847 +"277255",54378,55939 +"277256",54380,104463 +"277257",54381,58711 +"277258",54381,78611 +"277259",54381,81540 +"277260",54381,90253 +"277261",54381,101456 +"277262",54381,114407 +"277263",54382,77440 +"277264",54382,91435 +"277265",54382,91539 +"277266",54382,97709 +"277267",54382,106627 +"277268",54382,106642 +"277269",54385,63045 +"277270",54385,76403 +"277271",54385,77056 +"277272",54385,79000 +"277273",54385,80025 +"277274",54385,82099 +"277275",54385,84808 +"277276",54385,84828 +"277277",54385,107163 +"277278",54386,56510 +"277279",54387,73372 +"277280",54387,75167 +"277281",54387,101421 +"277282",54387,110495 +"277283",54388,57852 +"277284",54388,59560 +"277285",54388,81458 +"277286",54388,84163 +"277287",54388,85136 +"277288",54388,88079 +"277289",54388,92412 +"277290",54388,100433 +"277291",54388,107000 +"277292",54389,64283 +"277293",54389,65551 +"277294",54389,66574 +"277295",54389,103218 +"277296",54390,69424 +"277297",54391,69183 +"277298",54394,83997 +"277299",54396,72732 +"277300",54396,104158 +"277301",54396,109758 +"277302",54397,112907 +"277303",54397,122005 +"277304",54398,77535 +"277305",54400,59915 +"277306",54400,61822 +"277307",54400,79954 +"277308",54400,85300 +"277309",54400,85377 +"277310",54400,94953 +"277311",54400,101156 +"277312",54400,107544 +"277313",54400,119065 +"277314",54400,120375 +"277315",54400,122847 +"277316",54401,76658 +"277317",54401,104561 +"277318",54402,54431 +"277319",54402,55450 +"277320",54402,118110 +"277321",54402,118114 +"277322",54403,89814 +"277323",54403,113034 +"277324",54404,115470 +"277325",54404,115472 +"277326",54404,115479 +"277327",54406,54420 +"277328",54407,76987 +"277329",54407,78818 +"277330",54407,97459 +"277331",54407,103405 +"277332",54407,106808 +"277333",54407,110737 +"277334",54407,121714 +"277335",54409,57697 +"277336",54409,57896 +"277337",54409,63411 +"277338",54409,84380 +"277339",54411,72845 +"277340",54411,80840 +"277341",54411,96841 +"277342",54411,105516 +"277343",54411,106669 +"277344",54413,79269 +"277345",54413,92215 +"277346",54415,65740 +"277347",54415,65781 +"277348",54415,118356 +"277349",54416,56824 +"277350",54416,69517 +"277351",54416,73629 +"277352",54416,75316 +"277353",54416,76504 +"277354",54416,76899 +"277355",54416,89473 +"277356",54416,90429 +"277357",54416,93569 +"277358",54416,94265 +"277359",54416,104466 +"277360",54416,105450 +"277361",54416,105454 +"277362",54416,105455 +"277363",54416,105456 +"277364",54416,105467 +"277365",54416,105902 +"277366",54416,110696 +"277367",54416,110741 +"277368",54416,113594 +"277369",54418,59395 +"277370",54418,66466 +"277371",54418,74413 +"277372",54418,80533 +"277373",54418,114480 +"277374",54418,114531 +"277375",54419,64072 +"277376",54419,92546 +"277377",54420,73245 +"277378",54420,92938 +"277379",54421,86499 +"277380",54422,77234 +"277381",54424,58744 +"277382",54424,89545 +"277383",54424,104287 +"277384",54424,110066 +"277385",54424,110098 +"277386",54424,111600 +"277387",54426,64629 +"277388",54426,64842 +"277389",54427,63831 +"277390",54427,72943 +"277391",54427,74703 +"277392",54428,63538 +"277393",54428,112375 +"277394",54429,66869 +"277395",54429,74129 +"277396",54429,89895 +"277397",54429,89934 +"277398",54429,89936 +"277399",54429,93121 +"277400",54431,55450 +"277401",54432,81541 +"277402",54432,91182 +"277403",54435,56360 +"277404",54438,84070 +"277405",54438,119177 +"277406",54440,67121 +"277407",54442,96322 +"277408",54443,56401 +"277409",54445,60848 +"277410",54446,116066 +"277411",54447,54467 +"277412",54447,81550 +"277413",54448,58783 +"277414",54449,64550 +"277415",54449,95751 +"277416",54450,88579 +"277417",54450,107733 +"277418",54452,61003 +"277419",54452,76851 +"277420",54452,76929 +"277421",54452,108766 +"277422",54457,58123 +"277423",54457,64373 +"277424",54457,82222 +"277425",54457,92258 +"277426",54457,97837 +"277427",54458,56107 +"277428",54458,75141 +"277429",54458,75470 +"277430",54458,101009 +"277431",54461,79780 +"277432",54461,104820 +"277433",54461,106477 +"277434",54461,112814 +"277435",54462,103459 +"277436",54462,114527 +"277437",54463,73459 +"277438",54463,80709 +"277439",54463,80712 +"277440",54463,88991 +"277441",54463,95899 +"277442",54465,63502 +"277443",54465,77657 +"277444",54466,102726 +"277445",54467,72349 +"277446",54467,75351 +"277447",54467,85127 +"277448",54467,87452 +"277449",54467,87983 +"277450",54467,91475 +"277451",54467,104524 +"277452",54467,107656 +"277453",54468,54469 +"277454",54468,54470 +"277455",54468,54471 +"277456",54469,54470 +"277457",54469,54471 +"277458",54470,54471 +"277459",54470,96348 +"277460",54470,111780 +"277461",54472,65348 +"277462",54472,77567 +"277463",54472,85569 +"277464",54472,108033 +"277465",54473,73719 +"277466",54473,96747 +"277467",54473,99438 +"277468",54473,108967 +"277469",54473,111722 +"277470",54473,112857 +"277471",54473,121137 +"277472",54476,72363 +"277473",54476,78626 +"277474",54480,54557 +"277475",54480,59108 +"277476",54480,59461 +"277477",54480,59505 +"277478",54480,59565 +"277479",54480,67705 +"277480",54480,68101 +"277481",54480,68102 +"277482",54480,68120 +"277483",54480,68140 +"277484",54482,81002 +"277485",54483,72377 +"277486",54484,64699 +"277487",54484,75318 +"277488",54485,63498 +"277489",54486,54552 +"277490",54486,89795 +"277491",54487,106184 +"277492",54488,54497 +"277493",54488,54816 +"277494",54489,54718 +"277495",54489,91028 +"277496",54490,54566 +"277497",54491,71921 +"277498",54491,87516 +"277499",54491,104342 +"277500",54493,72803 +"277501",54493,73453 +"277502",54493,97791 +"277503",54494,58614 +"277504",54494,98105 +"277505",54494,102243 +"277506",54494,112263 +"277507",54494,112267 +"277508",54494,112456 +"277509",54494,112472 +"277510",54495,54530 +"277511",54495,63910 +"277512",54495,101544 +"277513",54495,108457 +"277514",54495,112615 +"277515",54495,117813 +"277516",54497,54816 +"277517",54499,54684 +"277518",54499,68160 +"277519",54499,94510 +"277520",54499,94551 +"277521",54499,94558 +"277522",54500,91347 +"277523",54500,91451 +"277524",54501,55675 +"277525",54501,57017 +"277526",54501,77677 +"277527",54501,83598 +"277528",54501,102907 +"277529",54501,105253 +"277530",54501,107154 +"277531",54501,110657 +"277532",54501,120503 +"277533",54502,58845 +"277534",54502,58868 +"277535",54502,64964 +"277536",54503,54563 +"277537",54503,56084 +"277538",54503,61814 +"277539",54503,91673 +"277540",54503,102634 +"277541",54503,111363 +"277542",54504,54960 +"277543",54504,63879 +"277544",54504,95197 +"277545",54506,54916 +"277546",54506,58572 +"277547",54506,58858 +"277548",54506,80431 +"277549",54507,69049 +"277550",54509,58161 +"277551",54511,58675 +"277552",54511,88424 +"277553",54511,88517 +"277554",54511,92023 +"277555",54511,92024 +"277556",54511,92040 +"277557",54511,98649 +"277558",54512,57773 +"277559",54513,54674 +"277560",54515,80367 +"277561",54517,100401 +"277562",54517,104619 +"277563",54517,104790 +"277564",54517,122043 +"277565",54518,78900 +"277566",54518,79372 +"277567",54518,110980 +"277568",54518,115903 +"277569",54520,77620 +"277570",54521,90336 +"277571",54521,98985 +"277572",54522,97759 +"277573",54523,56274 +"277574",54523,56305 +"277575",54523,56368 +"277576",54523,57370 +"277577",54523,61018 +"277578",54523,61073 +"277579",54523,61164 +"277580",54524,101697 +"277581",54525,61510 +"277582",54525,61980 +"277583",54525,69766 +"277584",54525,93326 +"277585",54525,93725 +"277586",54525,95677 +"277587",54525,96430 +"277588",54525,104238 +"277589",54525,106441 +"277590",54527,110349 +"277591",54528,54564 +"277592",54529,93503 +"277593",54532,100560 +"277594",54533,74105 +"277595",54533,85282 +"277596",54535,58726 +"277597",54535,72182 +"277598",54538,66566 +"277599",54538,100074 +"277600",54538,103560 +"277601",54538,107055 +"277602",54539,63639 +"277603",54539,64288 +"277604",54539,64343 +"277605",54539,64344 +"277606",54540,63445 +"277607",54540,68963 +"277608",54540,69671 +"277609",54540,99730 +"277610",54541,55007 +"277611",54542,58237 +"277612",54542,104515 +"277613",54543,66748 +"277614",54543,116190 +"277615",54545,54698 +"277616",54545,54699 +"277617",54546,64305 +"277618",54546,64347 +"277619",54547,69933 +"277620",54547,69945 +"277621",54547,69951 +"277622",54551,72188 +"277623",54551,76003 +"277624",54551,76208 +"277625",54551,76284 +"277626",54551,77839 +"277627",54551,79346 +"277628",54551,79349 +"277629",54551,82919 +"277630",54551,91808 +"277631",54551,94480 +"277632",54552,55658 +"277633",54552,74027 +"277634",54552,106419 +"277635",54553,54980 +"277636",54553,55139 +"277637",54553,65625 +"277638",54553,66345 +"277639",54553,74628 +"277640",54553,75158 +"277641",54553,75310 +"277642",54553,76629 +"277643",54553,84646 +"277644",54553,84940 +"277645",54553,85800 +"277646",54553,86399 +"277647",54553,92081 +"277648",54553,93827 +"277649",54553,93828 +"277650",54553,93866 +"277651",54553,100226 +"277652",54553,105947 +"277653",54553,108737 +"277654",54553,109076 +"277655",54553,111054 +"277656",54556,63012 +"277657",54556,97295 +"277658",54557,59108 +"277659",54557,59461 +"277660",54557,59505 +"277661",54557,59565 +"277662",54559,115853 +"277663",54561,54930 +"277664",54562,69106 +"277665",54562,74656 +"277666",54562,74810 +"277667",54562,92193 +"277668",54562,100881 +"277669",54562,113343 +"277670",54563,56084 +"277671",54563,61224 +"277672",54563,61814 +"277673",54563,91673 +"277674",54563,102634 +"277675",54563,113872 +"277676",54564,68485 +"277677",54564,78764 +"277678",54568,54574 +"277679",54569,59718 +"277680",54569,64209 +"277681",54570,54895 +"277682",54570,68708 +"277683",54570,89922 +"277684",54570,110553 +"277685",54570,110676 +"277686",54572,54716 +"277687",54572,66190 +"277688",54573,82199 +"277689",54574,65229 +"277690",54574,65933 +"277691",54576,54577 +"277692",54576,68080 +"277693",54576,73835 +"277694",54576,75091 +"277695",54578,56284 +"277696",54578,57013 +"277697",54579,62746 +"277698",54579,80885 +"277699",54579,107321 +"277700",54579,112223 +"277701",54579,116965 +"277702",54581,57484 +"277703",54581,61780 +"277704",54581,70111 +"277705",54581,104888 +"277706",54582,60673 +"277707",54582,76315 +"277708",54582,102071 +"277709",54583,112926 +"277710",54583,112963 +"277711",54583,115550 +"277712",54584,54924 +"277713",54587,63531 +"277714",54587,82095 +"277715",54587,88549 +"277716",54587,107847 +"277717",54587,108146 +"277718",54590,64697 +"277719",54590,64733 +"277720",54590,64740 +"277721",54590,64764 +"277722",54590,71838 +"277723",54591,84889 +"277724",54592,71114 +"277725",54592,83348 +"277726",54592,94074 +"277727",54593,55363 +"277728",54593,63328 +"277729",54593,67090 +"277730",54593,74407 +"277731",54593,90968 +"277732",54594,54642 +"277733",54594,54670 +"277734",54595,57298 +"277735",54595,58231 +"277736",54595,83777 +"277737",54595,91109 +"277738",54595,94770 +"277739",54595,111681 +"277740",54595,119276 +"277741",54597,68627 +"277742",54597,96188 +"277743",54597,106238 +"277744",54598,73941 +"277745",54599,54893 +"277746",54599,54899 +"277747",54600,85219 +"277748",54600,103757 +"277749",54601,54807 +"277750",54602,56051 +"277751",54602,66960 +"277752",54602,75829 +"277753",54602,92146 +"277754",54602,92147 +"277755",54602,92165 +"277756",54602,92183 +"277757",54603,64360 +"277758",54603,69865 +"277759",54603,75197 +"277760",54603,75241 +"277761",54604,64699 +"277762",54605,55755 +"277763",54605,66053 +"277764",54605,73874 +"277765",54606,79033 +"277766",54608,68581 +"277767",54609,73151 +"277768",54610,82225 +"277769",54611,54897 +"277770",54611,107606 +"277771",54612,70022 +"277772",54613,67672 +"277773",54614,57714 +"277774",54615,57052 +"277775",54615,67700 +"277776",54615,69749 +"277777",54615,75351 +"277778",54616,54726 +"277779",54618,56365 +"277780",54618,59287 +"277781",54618,82860 +"277782",54618,88289 +"277783",54618,89820 +"277784",54618,91687 +"277785",54618,111535 +"277786",54618,111601 +"277787",54619,76256 +"277788",54619,78988 +"277789",54620,56417 +"277790",54622,55010 +"277791",54622,60747 +"277792",54622,62280 +"277793",54622,62344 +"277794",54622,62917 +"277795",54623,74518 +"277796",54623,92782 +"277797",54623,120289 +"277798",54624,79885 +"277799",54625,55487 +"277800",54625,81568 +"277801",54626,117356 +"277802",54627,55676 +"277803",54627,65518 +"277804",54627,66782 +"277805",54627,69944 +"277806",54627,94573 +"277807",54628,60912 +"277808",54628,87180 +"277809",54629,70233 +"277810",54629,118342 +"277811",54630,67672 +"277812",54631,83129 +"277813",54632,77450 +"277814",54633,116417 +"277815",54634,64179 +"277816",54635,94101 +"277817",54636,107098 +"277818",54638,54640 +"277819",54642,54670 +"277820",54642,62581 +"277821",54643,58097 +"277822",54643,58211 +"277823",54643,63876 +"277824",54643,63909 +"277825",54644,85848 +"277826",54644,115549 +"277827",54645,71241 +"277828",54645,87604 +"277829",54646,72536 +"277830",54646,74300 +"277831",54646,86185 +"277832",54646,87149 +"277833",54646,99823 +"277834",54647,90420 +"277835",54650,75120 +"277836",54650,90754 +"277837",54651,57920 +"277838",54652,88877 +"277839",54652,94875 +"277840",54653,61312 +"277841",54653,90478 +"277842",54653,97112 +"277843",54653,104458 +"277844",54653,108543 +"277845",54656,54682 +"277846",54657,59887 +"277847",54657,90331 +"277848",54657,114612 +"277849",54658,62079 +"277850",54658,79939 +"277851",54659,109417 +"277852",54660,79640 +"277853",54660,122670 +"277854",54661,56549 +"277855",54661,105257 +"277856",54661,109469 +"277857",54663,54989 +"277858",54663,58665 +"277859",54663,59300 +"277860",54663,60215 +"277861",54663,76686 +"277862",54663,94386 +"277863",54666,54672 +"277864",54667,120225 +"277865",54668,62512 +"277866",54668,77059 +"277867",54669,118120 +"277868",54671,72751 +"277869",54671,92872 +"277870",54672,78287 +"277871",54673,77193 +"277872",54673,78972 +"277873",54673,91529 +"277874",54673,106126 +"277875",54674,82047 +"277876",54674,111471 +"277877",54675,55084 +"277878",54675,73320 +"277879",54676,57184 +"277880",54676,91908 +"277881",54676,93584 +"277882",54676,95627 +"277883",54676,101113 +"277884",54676,119320 +"277885",54679,57597 +"277886",54679,61121 +"277887",54679,90833 +"277888",54679,92071 +"277889",54679,118543 +"277890",54680,54840 +"277891",54680,107275 +"277892",54684,68160 +"277893",54685,80045 +"277894",54687,77488 +"277895",54687,117669 +"277896",54688,68418 +"277897",54688,70064 +"277898",54689,59872 +"277899",54689,63942 +"277900",54689,65490 +"277901",54689,67438 +"277902",54689,70686 +"277903",54689,70875 +"277904",54689,70891 +"277905",54689,96003 +"277906",54689,100058 +"277907",54691,74749 +"277908",54691,81999 +"277909",54693,71204 +"277910",54695,57979 +"277911",54695,58427 +"277912",54696,88991 +"277913",54698,54699 +"277914",54698,78716 +"277915",54699,96882 +"277916",54700,88909 +"277917",54701,57512 +"277918",54701,57513 +"277919",54702,68942 +"277920",54702,100766 +"277921",54703,56238 +"277922",54703,56586 +"277923",54703,58680 +"277924",54703,65142 +"277925",54703,67260 +"277926",54703,67277 +"277927",54703,67319 +"277928",54703,79967 +"277929",54703,100156 +"277930",54703,103183 +"277931",54703,115768 +"277932",54705,106629 +"277933",54706,63660 +"277934",54708,54930 +"277935",54709,67004 +"277936",54711,54767 +"277937",54711,62585 +"277938",54712,56527 +"277939",54712,66094 +"277940",54712,66512 +"277941",54712,68060 +"277942",54712,78335 +"277943",54714,56209 +"277944",54715,55071 +"277945",54715,81981 +"277946",54715,84969 +"277947",54715,88515 +"277948",54715,89169 +"277949",54715,99977 +"277950",54716,54727 +"277951",54716,65264 +"277952",54716,66190 +"277953",54716,66698 +"277954",54716,66887 +"277955",54716,82841 +"277956",54716,98992 +"277957",54718,62361 +"277958",54718,91028 +"277959",54719,99456 +"277960",54719,104481 +"277961",54719,104503 +"277962",54721,86773 +"277963",54723,96428 +"277964",54723,102552 +"277965",54723,122656 +"277966",54724,54984 +"277967",54725,105021 +"277968",54727,73014 +"277969",54727,85219 +"277970",54728,54788 +"277971",54728,66848 +"277972",54728,66868 +"277973",54728,66910 +"277974",54728,66924 +"277975",54729,58379 +"277976",54729,58432 +"277977",54729,59678 +"277978",54729,60593 +"277979",54729,61104 +"277980",54729,63112 +"277981",54729,65322 +"277982",54729,71753 +"277983",54729,74743 +"277984",54729,75974 +"277985",54729,76428 +"277986",54729,79063 +"277987",54729,80625 +"277988",54729,81046 +"277989",54729,84194 +"277990",54729,88187 +"277991",54729,91482 +"277992",54729,96749 +"277993",54729,99207 +"277994",54729,99924 +"277995",54729,99935 +"277996",54729,102489 +"277997",54729,103169 +"277998",54729,108463 +"277999",54729,116508 +"278000",54729,121084 +"278001",54729,121093 +"278002",54729,121094 +"278003",54730,103997 +"278004",54730,110538 +"278005",54731,57671 +"278006",54731,59815 +"278007",54731,65249 +"278008",54732,85919 +"278009",54732,88289 +"278010",54732,90721 +"278011",54732,97058 +"278012",54732,97067 +"278013",54732,97074 +"278014",54732,97102 +"278015",54732,97103 +"278016",54732,97104 +"278017",54732,97109 +"278018",54732,97110 +"278019",54732,123467 +"278020",54733,94546 +"278021",54733,107417 +"278022",54733,115024 +"278023",54734,100622 +"278024",54735,54741 +"278025",54736,58394 +"278026",54736,74418 +"278027",54736,94921 +"278028",54736,94928 +"278029",54736,94929 +"278030",54736,94941 +"278031",54736,94962 +"278032",54736,94965 +"278033",54736,94966 +"278034",54736,94971 +"278035",54736,95179 +"278036",54737,55364 +"278037",54737,56168 +"278038",54737,60846 +"278039",54737,64514 +"278040",54737,64824 +"278041",54737,69291 +"278042",54737,70235 +"278043",54737,78073 +"278044",54737,79331 +"278045",54737,79710 +"278046",54737,79711 +"278047",54737,79720 +"278048",54737,79725 +"278049",54737,79738 +"278050",54737,79748 +"278051",54737,79750 +"278052",54737,79754 +"278053",54737,79758 +"278054",54737,79760 +"278055",54737,79771 +"278056",54737,79780 +"278057",54737,79781 +"278058",54737,79803 +"278059",54737,83334 +"278060",54739,72673 +"278061",54739,87628 +"278062",54740,55117 +"278063",54741,81114 +"278064",54741,101137 +"278065",54742,54785 +"278066",54742,66436 +"278067",54742,66478 +"278068",54742,66503 +"278069",54744,60971 +"278070",54745,55611 +"278071",54745,57902 +"278072",54745,59037 +"278073",54746,54754 +"278074",54748,60808 +"278075",54748,85903 +"278076",54748,97951 +"278077",54748,105812 +"278078",54748,121295 +"278079",54748,122334 +"278080",54749,56883 +"278081",54749,58927 +"278082",54749,61608 +"278083",54750,56753 +"278084",54751,74329 +"278085",54751,74384 +"278086",54752,55570 +"278087",54752,91224 +"278088",54752,121362 +"278089",54754,63186 +"278090",54756,74306 +"278091",54756,109928 +"278092",54757,54795 +"278093",54758,55401 +"278094",54759,103110 +"278095",54761,80051 +"278096",54761,108925 +"278097",54761,123000 +"278098",54762,76049 +"278099",54762,95321 +"278100",54762,121965 +"278101",54763,79669 +"278102",54763,87331 +"278103",54763,105862 +"278104",54763,106246 +"278105",54763,118564 +"278106",54763,118573 +"278107",54764,85731 +"278108",54764,89927 +"278109",54764,103391 +"278110",54764,111201 +"278111",54766,78666 +"278112",54766,88256 +"278113",54766,104134 +"278114",54767,62585 +"278115",54770,86120 +"278116",54770,86425 +"278117",54770,93888 +"278118",54770,113360 +"278119",54770,115800 +"278120",54771,54804 +"278121",54771,83166 +"278122",54771,93782 +"278123",54772,54780 +"278124",54772,74855 +"278125",54772,118497 +"278126",54773,74769 +"278127",54775,54777 +"278128",54776,54800 +"278129",54777,60494 +"278130",54777,72104 +"278131",54778,60383 +"278132",54778,77472 +"278133",54779,70967 +"278134",54781,54782 +"278135",54782,70254 +"278136",54782,89281 +"278137",54782,111858 +"278138",54783,57174 +"278139",54783,57178 +"278140",54783,61596 +"278141",54787,102012 +"278142",54787,107776 +"278143",54787,117842 +"278144",54789,56215 +"278145",54790,73549 +"278146",54791,62395 +"278147",54792,77421 +"278148",54793,80154 +"278149",54793,102798 +"278150",54793,102959 +"278151",54794,56681 +"278152",54794,58503 +"278153",54794,79598 +"278154",54794,80974 +"278155",54794,89982 +"278156",54794,96706 +"278157",54794,98017 +"278158",54794,113264 +"278159",54796,57401 +"278160",54797,55423 +"278161",54798,63453 +"278162",54798,102257 +"278163",54798,116122 +"278164",54800,56983 +"278165",54800,92331 +"278166",54800,96733 +"278167",54800,115316 +"278168",54801,54883 +"278169",54802,57166 +"278170",54802,57441 +"278171",54805,86036 +"278172",54805,93755 +"278173",54805,121072 +"278174",54806,85207 +"278175",54806,99440 +"278176",54808,56999 +"278177",54809,75433 +"278178",54812,86261 +"278179",54812,108736 +"278180",54814,107820 +"278181",54818,73776 +"278182",54820,56061 +"278183",54820,59969 +"278184",54820,65162 +"278185",54820,73907 +"278186",54821,54867 +"278187",54821,89047 +"278188",54821,109080 +"278189",54821,118739 +"278190",54822,56781 +"278191",54823,65300 +"278192",54823,77661 +"278193",54823,77705 +"278194",54824,54890 +"278195",54824,117285 +"278196",54824,118837 +"278197",54825,54874 +"278198",54825,63395 +"278199",54825,73558 +"278200",54825,95334 +"278201",54826,72048 +"278202",54827,61990 +"278203",54827,63633 +"278204",54827,63639 +"278205",54827,63643 +"278206",54827,63679 +"278207",54828,54852 +"278208",54828,59792 +"278209",54828,61234 +"278210",54828,71971 +"278211",54828,94404 +"278212",54828,97186 +"278213",54828,97443 +"278214",54830,84437 +"278215",54830,84468 +"278216",54832,61611 +"278217",54832,67280 +"278218",54832,90507 +"278219",54832,100585 +"278220",54832,102076 +"278221",54833,87030 +"278222",54834,60822 +"278223",54834,69227 +"278224",54834,78840 +"278225",54834,94259 +"278226",54834,101406 +"278227",54834,101929 +"278228",54834,109665 +"278229",54835,54836 +"278230",54835,56660 +"278231",54835,64851 +"278232",54836,56098 +"278233",54836,56111 +"278234",54837,54838 +"278235",54837,65198 +"278236",54837,81154 +"278237",54839,70403 +"278238",54839,77868 +"278239",54841,55142 +"278240",54843,116054 +"278241",54844,54845 +"278242",54844,89028 +"278243",54844,111752 +"278244",54844,112056 +"278245",54844,117334 +"278246",54845,121472 +"278247",54845,121598 +"278248",54846,86164 +"278249",54847,97774 +"278250",54847,98301 +"278251",54847,98302 +"278252",54847,102889 +"278253",54847,118147 +"278254",54847,121846 +"278255",54848,57634 +"278256",54848,60370 +"278257",54848,60371 +"278258",54848,65028 +"278259",54848,66316 +"278260",54848,66336 +"278261",54848,85560 +"278262",54849,54981 +"278263",54849,62181 +"278264",54849,79292 +"278265",54850,72754 +"278266",54850,119090 +"278267",54850,120119 +"278268",54851,62631 +"278269",54853,99135 +"278270",54854,54862 +"278271",54854,87315 +"278272",54855,62219 +"278273",54855,67116 +"278274",54855,73283 +"278275",54855,94123 +"278276",54855,94127 +"278277",54857,78782 +"278278",54858,62383 +"278279",54858,72421 +"278280",54858,106043 +"278281",54859,68155 +"278282",54859,79683 +"278283",54859,88724 +"278284",54860,54865 +"278285",54860,54901 +"278286",54860,54903 +"278287",54863,81331 +"278288",54864,74187 +"278289",54865,54901 +"278290",54865,54903 +"278291",54865,55663 +"278292",54865,85314 +"278293",54865,90370 +"278294",54867,55590 +"278295",54867,64206 +"278296",54869,58157 +"278297",54869,68702 +"278298",54871,69025 +"278299",54872,57990 +"278300",54872,63303 +"278301",54872,70009 +"278302",54876,70078 +"278303",54876,83186 +"278304",54876,89287 +"278305",54876,100794 +"278306",54876,101986 +"278307",54877,95890 +"278308",54877,122433 +"278309",54878,69349 +"278310",54879,59351 +"278311",54879,62903 +"278312",54879,88506 +"278313",54879,106249 +"278314",54880,56330 +"278315",54880,59392 +"278316",54881,82490 +"278317",54882,62677 +"278318",54884,63299 +"278319",54884,64127 +"278320",54885,70107 +"278321",54886,80357 +"278322",54886,104582 +"278323",54886,116056 +"278324",54886,116146 +"278325",54886,118394 +"278326",54887,56233 +"278327",54887,63591 +"278328",54887,107340 +"278329",54888,54895 +"278330",54888,54907 +"278331",54889,57693 +"278332",54889,73160 +"278333",54890,69570 +"278334",54890,93669 +"278335",54890,99171 +"278336",54890,117600 +"278337",54893,54899 +"278338",54893,57419 +"278339",54894,65199 +"278340",54895,54907 +"278341",54895,58191 +"278342",54895,79164 +"278343",54895,89922 +"278344",54895,92314 +"278345",54895,101975 +"278346",54895,118176 +"278347",54896,63477 +"278348",54896,77796 +"278349",54896,86677 +"278350",54896,88129 +"278351",54897,55013 +"278352",54898,55347 +"278353",54900,83749 +"278354",54900,83823 +"278355",54900,97541 +"278356",54901,54903 +"278357",54901,59209 +"278358",54901,76839 +"278359",54901,85314 +"278360",54901,90370 +"278361",54901,94769 +"278362",54902,99886 +"278363",54902,119275 +"278364",54903,59938 +"278365",54903,66494 +"278366",54903,69436 +"278367",54903,70776 +"278368",54903,70830 +"278369",54903,70839 +"278370",54905,54950 +"278371",54907,68725 +"278372",54907,90309 +"278373",54908,88471 +"278374",54908,101885 +"278375",54910,83599 +"278376",54910,91807 +"278377",54910,100990 +"278378",54911,123499 +"278379",54912,94168 +"278380",54912,102169 +"278381",54912,123048 +"278382",54913,54978 +"278383",54913,66852 +"278384",54913,79359 +"278385",54913,79639 +"278386",54913,84406 +"278387",54913,93642 +"278388",54913,97914 +"278389",54913,97930 +"278390",54914,118771 +"278391",54915,79188 +"278392",54915,98080 +"278393",54915,100639 +"278394",54915,107109 +"278395",54915,107124 +"278396",54916,56116 +"278397",54916,58572 +"278398",54916,61117 +"278399",54916,62781 +"278400",54916,88221 +"278401",54916,96525 +"278402",54916,104231 +"278403",54916,106555 +"278404",54917,57901 +"278405",54917,84410 +"278406",54917,104565 +"278407",54919,55564 +"278408",54919,56706 +"278409",54919,58521 +"278410",54919,63222 +"278411",54922,83417 +"278412",54922,105823 +"278413",54923,62631 +"278414",54924,54944 +"278415",54924,71656 +"278416",54924,90748 +"278417",54924,99523 +"278418",54925,90246 +"278419",54926,60596 +"278420",54926,63170 +"278421",54929,70806 +"278422",54929,70934 +"278423",54929,78010 +"278424",54929,99950 +"278425",54930,72808 +"278426",54930,76010 +"278427",54930,92073 +"278428",54930,96456 +"278429",54931,57341 +"278430",54932,54933 +"278431",54932,54935 +"278432",54932,54961 +"278433",54932,61700 +"278434",54932,81545 +"278435",54932,85441 +"278436",54932,95269 +"278437",54933,54935 +"278438",54933,54961 +"278439",54933,79466 +"278440",54933,83732 +"278441",54933,109901 +"278442",54934,105839 +"278443",54935,54961 +"278444",54935,68412 +"278445",54938,54975 +"278446",54938,108548 +"278447",54939,122893 +"278448",54940,56302 +"278449",54940,56326 +"278450",54940,56327 +"278451",54941,62230 +"278452",54941,62983 +"278453",54941,63577 +"278454",54941,65479 +"278455",54941,65558 +"278456",54941,65769 +"278457",54941,65814 +"278458",54942,64665 +"278459",54942,107895 +"278460",54943,54945 +"278461",54943,55014 +"278462",54943,78179 +"278463",54945,55014 +"278464",54946,54954 +"278465",54951,63413 +"278466",54952,67525 +"278467",54952,77871 +"278468",54952,81000 +"278469",54952,90021 +"278470",54952,90448 +"278471",54952,94768 +"278472",54953,79213 +"278473",54953,104316 +"278474",54955,80691 +"278475",54956,86077 +"278476",54956,86089 +"278477",54956,86101 +"278478",54957,90905 +"278479",54957,100777 +"278480",54957,101333 +"278481",54957,118335 +"278482",54958,55800 +"278483",54958,79449 +"278484",54958,93413 +"278485",54958,93551 +"278486",54959,66455 +"278487",54959,76125 +"278488",54959,82746 +"278489",54960,54974 +"278490",54960,78022 +"278491",54960,107115 +"278492",54962,68515 +"278493",54962,76638 +"278494",54962,76642 +"278495",54963,56247 +"278496",54963,68631 +"278497",54963,68878 +"278498",54965,60847 +"278499",54965,120890 +"278500",54965,120891 +"278501",54965,120895 +"278502",54966,55758 +"278503",54966,60898 +"278504",54967,94181 +"278505",54967,113328 +"278506",54968,59958 +"278507",54968,64760 +"278508",54968,77661 +"278509",54968,79009 +"278510",54968,79041 +"278511",54970,72539 +"278512",54970,108108 +"278513",54971,55386 +"278514",54971,56020 +"278515",54971,56050 +"278516",54971,62982 +"278517",54971,63541 +"278518",54971,110397 +"278519",54976,67864 +"278520",54976,74678 +"278521",54976,74752 +"278522",54976,74767 +"278523",54976,74777 +"278524",54976,74778 +"278525",54976,74794 +"278526",54978,68236 +"278527",54978,94257 +"278528",54978,104452 +"278529",54980,65625 +"278530",54980,70263 +"278531",54980,74628 +"278532",54980,75310 +"278533",54980,76629 +"278534",54980,84940 +"278535",54980,92081 +"278536",54980,100226 +"278537",54980,105947 +"278538",54981,65669 +"278539",54986,81292 +"278540",54986,86704 +"278541",54986,86933 +"278542",54986,102229 +"278543",54986,106400 +"278544",54986,109169 +"278545",54986,119534 +"278546",54987,54992 +"278547",54989,87991 +"278548",54990,88583 +"278549",54991,56103 +"278550",54991,61374 +"278551",54992,55683 +"278552",54994,54995 +"278553",54994,54996 +"278554",54995,54996 +"278555",54996,62179 +"278556",54996,62247 +"278557",54997,55130 +"278558",54997,75587 +"278559",55000,72952 +"278560",55000,116992 +"278561",55000,119088 +"278562",55001,87919 +"278563",55003,58302 +"278564",55003,60822 +"278565",55003,63046 +"278566",55005,59380 +"278567",55005,63820 +"278568",55005,74277 +"278569",55006,62728 +"278570",55006,62817 +"278571",55007,59732 +"278572",55007,64091 +"278573",55007,64260 +"278574",55007,107553 +"278575",55009,66590 +"278576",55009,116899 +"278577",55010,59433 +"278578",55010,62280 +"278579",55011,60317 +"278580",55011,85517 +"278581",55011,99801 +"278582",55012,64025 +"278583",55012,69011 +"278584",55012,97260 +"278585",55012,99545 +"278586",55012,99572 +"278587",55016,56360 +"278588",55016,72571 +"278589",55016,72682 +"278590",55017,59266 +"278591",55017,82820 +"278592",55017,90534 +"278593",55018,79639 +"278594",55018,80186 +"278595",55018,86214 +"278596",55018,87848 +"278597",55018,92366 +"278598",55018,100359 +"278599",55018,101735 +"278600",55018,104452 +"278601",55018,117713 +"278602",55018,119598 +"278603",55019,55318 +"278604",55019,56306 +"278605",55019,59657 +"278606",55019,84424 +"278607",55019,88665 +"278608",55019,111558 +"278609",55020,65391 +"278610",55021,57307 +"278611",55021,57372 +"278612",55021,57843 +"278613",55021,60301 +"278614",55021,60310 +"278615",55021,60348 +"278616",55021,60407 +"278617",55021,66382 +"278618",55021,72089 +"278619",55022,90901 +"278620",55022,108740 +"278621",55022,108741 +"278622",55023,55775 +"278623",55023,60776 +"278624",55023,73158 +"278625",55023,91850 +"278626",55023,107036 +"278627",55024,55176 +"278628",55024,103703 +"278629",55024,103709 +"278630",55024,109070 +"278631",55024,121575 +"278632",55025,60817 +"278633",55025,101138 +"278634",55026,115274 +"278635",55026,115282 +"278636",55026,115781 +"278637",55026,115803 +"278638",55027,55089 +"278639",55028,56907 +"278640",55028,60820 +"278641",55028,61946 +"278642",55028,62120 +"278643",55028,62426 +"278644",55028,63019 +"278645",55028,63427 +"278646",55028,63432 +"278647",55028,70112 +"278648",55028,71464 +"278649",55028,72059 +"278650",55029,96652 +"278651",55030,62975 +"278652",55030,83285 +"278653",55030,83835 +"278654",55030,100160 +"278655",55031,58256 +"278656",55031,65750 +"278657",55031,71120 +"278658",55031,71826 +"278659",55031,73369 +"278660",55032,55193 +"278661",55033,55121 +"278662",55033,57102 +"278663",55033,73717 +"278664",55033,73726 +"278665",55033,73751 +"278666",55034,76056 +"278667",55034,81325 +"278668",55034,83632 +"278669",55034,83999 +"278670",55034,111716 +"278671",55035,55059 +"278672",55035,55114 +"278673",55036,55068 +"278674",55037,56856 +"278675",55037,61227 +"278676",55038,86356 +"278677",55039,90821 +"278678",55039,117525 +"278679",55040,55149 +"278680",55041,55230 +"278681",55041,55247 +"278682",55041,83943 +"278683",55044,55115 +"278684",55044,55262 +"278685",55049,86385 +"278686",55049,115027 +"278687",55050,55232 +"278688",55051,67035 +"278689",55051,78874 +"278690",55052,55060 +"278691",55053,55379 +"278692",55053,74214 +"278693",55055,55071 +"278694",55056,113579 +"278695",55057,59908 +"278696",55057,83759 +"278697",55057,84051 +"278698",55057,86857 +"278699",55058,79894 +"278700",55058,79895 +"278701",55058,94661 +"278702",55058,109059 +"278703",55059,55114 +"278704",55060,85064 +"278705",55060,105635 +"278706",55060,115003 +"278707",55061,56009 +"278708",55061,68641 +"278709",55064,87373 +"278710",55065,106853 +"278711",55065,108219 +"278712",55065,116043 +"278713",55066,71084 +"278714",55066,76701 +"278715",55066,82737 +"278716",55066,82970 +"278717",55066,89596 +"278718",55066,99767 +"278719",55066,99771 +"278720",55066,99772 +"278721",55066,99775 +"278722",55066,99777 +"278723",55067,55128 +"278724",55069,56680 +"278725",55069,59162 +"278726",55069,107511 +"278727",55069,120140 +"278728",55070,73097 +"278729",55070,116485 +"278730",55071,59221 +"278731",55071,65524 +"278732",55071,66976 +"278733",55071,76298 +"278734",55071,88515 +"278735",55071,96344 +"278736",55071,99912 +"278737",55071,99977 +"278738",55071,100132 +"278739",55071,114877 +"278740",55072,64650 +"278741",55072,69210 +"278742",55072,86162 +"278743",55072,90960 +"278744",55072,113125 +"278745",55072,116643 +"278746",55072,118947 +"278747",55073,57268 +"278748",55073,69709 +"278749",55073,75874 +"278750",55073,91936 +"278751",55073,98113 +"278752",55073,108613 +"278753",55074,65568 +"278754",55074,80992 +"278755",55075,89901 +"278756",55075,92106 +"278757",55076,55124 +"278758",55076,55133 +"278759",55076,63435 +"278760",55076,65700 +"278761",55076,69250 +"278762",55076,77657 +"278763",55076,80762 +"278764",55076,82332 +"278765",55076,93990 +"278766",55079,69601 +"278767",55079,74719 +"278768",55079,107495 +"278769",55080,71255 +"278770",55081,69384 +"278771",55081,71891 +"278772",55081,77265 +"278773",55081,78721 +"278774",55081,91286 +"278775",55081,97081 +"278776",55082,90644 +"278777",55082,90646 +"278778",55084,72664 +"278779",55084,84505 +"278780",55084,88895 +"278781",55084,93037 +"278782",55084,111593 +"278783",55086,55163 +"278784",55087,64210 +"278785",55087,105558 +"278786",55088,55099 +"278787",55089,95490 +"278788",55089,97089 +"278789",55089,98075 +"278790",55089,100211 +"278791",55089,105374 +"278792",55089,110545 +"278793",55090,89635 +"278794",55090,94960 +"278795",55091,75703 +"278796",55091,82852 +"278797",55091,88638 +"278798",55091,117698 +"278799",55093,61303 +"278800",55093,77038 +"278801",55093,83850 +"278802",55093,88211 +"278803",55093,93402 +"278804",55093,103229 +"278805",55093,111684 +"278806",55093,115039 +"278807",55095,73571 +"278808",55097,57673 +"278809",55097,59024 +"278810",55100,112985 +"278811",55100,113006 +"278812",55100,113007 +"278813",55100,115689 +"278814",55102,70053 +"278815",55103,99083 +"278816",55104,84235 +"278817",55104,89053 +"278818",55104,96608 +"278819",55105,56768 +"278820",55105,66836 +"278821",55105,87194 +"278822",55106,61942 +"278823",55107,75723 +"278824",55108,55162 +"278825",55110,88603 +"278826",55110,88693 +"278827",55111,58628 +"278828",55111,61801 +"278829",55111,64350 +"278830",55111,66011 +"278831",55111,73044 +"278832",55111,73058 +"278833",55111,73335 +"278834",55111,78063 +"278835",55111,78429 +"278836",55111,78569 +"278837",55111,82143 +"278838",55111,83231 +"278839",55111,86471 +"278840",55111,90804 +"278841",55111,91022 +"278842",55111,91045 +"278843",55111,95675 +"278844",55111,101516 +"278845",55111,102387 +"278846",55111,108374 +"278847",55111,108893 +"278848",55111,109101 +"278849",55111,109523 +"278850",55111,110993 +"278851",55111,111338 +"278852",55111,111398 +"278853",55111,111409 +"278854",55111,111480 +"278855",55111,112422 +"278856",55111,112648 +"278857",55111,112708 +"278858",55111,112820 +"278859",55111,112997 +"278860",55111,113597 +"278861",55111,114418 +"278862",55111,114582 +"278863",55111,115371 +"278864",55111,116028 +"278865",55111,116604 +"278866",55111,121175 +"278867",55112,73492 +"278868",55112,83569 +"278869",55112,92254 +"278870",55112,92437 +"278871",55112,93366 +"278872",55112,99380 +"278873",55112,99742 +"278874",55112,111988 +"278875",55114,78850 +"278876",55114,78855 +"278877",55114,78970 +"278878",55115,55262 +"278879",55115,89216 +"278880",55116,68852 +"278881",55116,90616 +"278882",55116,90674 +"278883",55117,109905 +"278884",55118,56275 +"278885",55118,56338 +"278886",55118,59133 +"278887",55119,55196 +"278888",55120,56019 +"278889",55120,63585 +"278890",55120,65856 +"278891",55120,77996 +"278892",55121,57102 +"278893",55121,58583 +"278894",55122,80351 +"278895",55122,81245 +"278896",55122,86487 +"278897",55123,57668 +"278898",55123,74102 +"278899",55124,55133 +"278900",55124,59056 +"278901",55124,78290 +"278902",55125,55126 +"278903",55126,114214 +"278904",55126,115331 +"278905",55128,76079 +"278906",55128,78484 +"278907",55129,55139 +"278908",55129,64182 +"278909",55129,66206 +"278910",55129,101235 +"278911",55129,109073 +"278912",55129,109086 +"278913",55129,114344 +"278914",55129,121104 +"278915",55135,82624 +"278916",55135,99704 +"278917",55136,75953 +"278918",55136,119327 +"278919",55136,121359 +"278920",55139,66345 +"278921",55139,101235 +"278922",55141,89177 +"278923",55145,79818 +"278924",55145,107961 +"278925",55146,108987 +"278926",55146,109000 +"278927",55146,109002 +"278928",55148,75170 +"278929",55148,75564 +"278930",55148,80241 +"278931",55148,100924 +"278932",55148,106261 +"278933",55148,112302 +"278934",55149,59955 +"278935",55149,60477 +"278936",55149,83704 +"278937",55149,98002 +"278938",55150,105045 +"278939",55152,80460 +"278940",55152,80536 +"278941",55153,71163 +"278942",55155,70728 +"278943",55155,74918 +"278944",55155,107098 +"278945",55156,78416 +"278946",55156,78444 +"278947",55156,78541 +"278948",55156,78553 +"278949",55156,78563 +"278950",55156,116375 +"278951",55157,93873 +"278952",55157,111056 +"278953",55158,82069 +"278954",55159,103143 +"278955",55159,113115 +"278956",55159,114801 +"278957",55159,118082 +"278958",55161,62890 +"278959",55161,107758 +"278960",55161,119004 +"278961",55161,119123 +"278962",55164,65166 +"278963",55164,83618 +"278964",55165,117306 +"278965",55167,55168 +"278966",55167,78643 +"278967",55167,97155 +"278968",55169,58395 +"278969",55174,57481 +"278970",55174,65818 +"278971",55174,68355 +"278972",55174,71190 +"278973",55174,73261 +"278974",55176,58529 +"278975",55176,67307 +"278976",55176,77665 +"278977",55176,86617 +"278978",55176,87551 +"278979",55177,68229 +"278980",55177,80237 +"278981",55177,112851 +"278982",55178,55198 +"278983",55180,55191 +"278984",55180,55204 +"278985",55180,55258 +"278986",55180,55259 +"278987",55181,55382 +"278988",55181,55464 +"278989",55182,55605 +"278990",55182,55650 +"278991",55182,56132 +"278992",55183,55419 +"278993",55183,65375 +"278994",55185,60603 +"278995",55185,61413 +"278996",55185,64427 +"278997",55185,67788 +"278998",55185,77376 +"278999",55185,79377 +"279000",55185,82251 +"279001",55185,83458 +"279002",55185,92799 +"279003",55185,93634 +"279004",55185,93738 +"279005",55185,103682 +"279006",55185,109690 +"279007",55185,109698 +"279008",55185,111108 +"279009",55185,111415 +"279010",55185,121663 +"279011",55186,75700 +"279012",55186,100105 +"279013",55186,113020 +"279014",55187,55205 +"279015",55187,67512 +"279016",55187,73066 +"279017",55187,74102 +"279018",55187,90960 +"279019",55187,99421 +"279020",55187,121289 +"279021",55188,55231 +"279022",55189,62810 +"279023",55189,77758 +"279024",55189,98877 +"279025",55189,99513 +"279026",55189,101858 +"279027",55189,117768 +"279028",55190,65183 +"279029",55190,91441 +"279030",55191,55204 +"279031",55191,55258 +"279032",55191,55259 +"279033",55191,98797 +"279034",55191,102611 +"279035",55192,55592 +"279036",55192,55635 +"279037",55192,57844 +"279038",55192,85784 +"279039",55194,56960 +"279040",55194,56961 +"279041",55195,94760 +"279042",55195,95463 +"279043",55195,109216 +"279044",55195,119640 +"279045",55197,55978 +"279046",55197,56258 +"279047",55197,58814 +"279048",55197,60498 +"279049",55197,61059 +"279050",55197,62124 +"279051",55197,62136 +"279052",55197,62137 +"279053",55197,62143 +"279054",55197,62149 +"279055",55197,62159 +"279056",55197,62177 +"279057",55197,62228 +"279058",55197,66485 +"279059",55197,66497 +"279060",55197,66523 +"279061",55198,57670 +"279062",55198,97210 +"279063",55198,116454 +"279064",55199,79731 +"279065",55199,88420 +"279066",55199,98938 +"279067",55199,108033 +"279068",55199,113011 +"279069",55199,115962 +"279070",55199,115979 +"279071",55200,75161 +"279072",55200,105371 +"279073",55203,110170 +"279074",55204,55258 +"279075",55204,55259 +"279076",55204,80175 +"279077",55205,56864 +"279078",55205,81361 +"279079",55205,98565 +"279080",55205,98571 +"279081",55205,98588 +"279082",55206,84458 +"279083",55206,95682 +"279084",55207,55212 +"279085",55208,55209 +"279086",55208,55214 +"279087",55208,55215 +"279088",55208,55422 +"279089",55208,104914 +"279090",55209,55214 +"279091",55209,55215 +"279092",55209,55422 +"279093",55210,99070 +"279094",55211,110152 +"279095",55212,100702 +"279096",55213,63307 +"279097",55213,73634 +"279098",55214,55215 +"279099",55214,55422 +"279100",55214,82173 +"279101",55214,106572 +"279102",55215,55422 +"279103",55215,64374 +"279104",55215,103211 +"279105",55217,60767 +"279106",55217,63985 +"279107",55217,66479 +"279108",55218,66856 +"279109",55218,81943 +"279110",55218,87173 +"279111",55218,107947 +"279112",55220,55733 +"279113",55220,65011 +"279114",55220,71251 +"279115",55220,71444 +"279116",55220,79268 +"279117",55220,79321 +"279118",55220,79337 +"279119",55220,91122 +"279120",55220,92528 +"279121",55221,69585 +"279122",55221,86859 +"279123",55221,114260 +"279124",55222,64695 +"279125",55223,56262 +"279126",55223,56347 +"279127",55223,64933 +"279128",55223,66575 +"279129",55223,66595 +"279130",55226,55459 +"279131",55226,82974 +"279132",55226,85632 +"279133",55226,85690 +"279134",55226,96617 +"279135",55226,104279 +"279136",55226,106948 +"279137",55226,117424 +"279138",55226,120543 +"279139",55229,56688 +"279140",55229,63113 +"279141",55229,69310 +"279142",55229,71025 +"279143",55229,73394 +"279144",55229,77507 +"279145",55230,55247 +"279146",55230,55971 +"279147",55231,69434 +"279148",55231,76616 +"279149",55231,76822 +"279150",55231,86981 +"279151",55231,104249 +"279152",55232,55244 +"279153",55232,55460 +"279154",55233,64527 +"279155",55234,55269 +"279156",55234,78430 +"279157",55234,88710 +"279158",55234,105254 +"279159",55234,105404 +"279160",55235,77174 +"279161",55235,80679 +"279162",55235,108334 +"279163",55235,119431 +"279164",55237,63273 +"279165",55237,86812 +"279166",55237,111182 +"279167",55239,109490 +"279168",55243,81946 +"279169",55244,55460 +"279170",55245,104795 +"279171",55245,104805 +"279172",55245,104807 +"279173",55245,107112 +"279174",55248,59997 +"279175",55248,62990 +"279176",55248,95888 +"279177",55249,55263 +"279178",55249,119270 +"279179",55250,58310 +"279180",55250,60743 +"279181",55250,62794 +"279182",55252,64449 +"279183",55252,75169 +"279184",55252,85414 +"279185",55252,88260 +"279186",55252,101724 +"279187",55254,58629 +"279188",55254,79240 +"279189",55254,100104 +"279190",55254,106162 +"279191",55254,115155 +"279192",55256,60597 +"279193",55256,61067 +"279194",55258,55259 +"279195",55261,57563 +"279196",55261,60256 +"279197",55261,67591 +"279198",55261,68720 +"279199",55261,68915 +"279200",55263,59240 +"279201",55263,74697 +"279202",55263,85067 +"279203",55263,85071 +"279204",55265,106726 +"279205",55265,115325 +"279206",55266,57491 +"279207",55266,90407 +"279208",55268,60370 +"279209",55268,60371 +"279210",55268,62601 +"279211",55268,71302 +"279212",55268,75290 +"279213",55268,75353 +"279214",55268,75384 +"279215",55270,104416 +"279216",55273,61074 +"279217",55273,64468 +"279218",55273,64587 +"279219",55273,64601 +"279220",55273,64879 +"279221",55273,68264 +"279222",55273,75514 +"279223",55273,77432 +"279224",55273,94063 +"279225",55275,102085 +"279226",55275,102216 +"279227",55275,109242 +"279228",55275,109252 +"279229",55276,55333 +"279230",55277,89087 +"279231",55278,56828 +"279232",55279,61261 +"279233",55280,80802 +"279234",55280,85032 +"279235",55281,55940 +"279236",55281,66500 +"279237",55282,114528 +"279238",55282,121412 +"279239",55283,110899 +"279240",55285,57073 +"279241",55286,79499 +"279242",55288,55320 +"279243",55288,55791 +"279244",55288,67120 +"279245",55288,67157 +"279246",55288,94596 +"279247",55288,95036 +"279248",55288,102577 +"279249",55290,55361 +"279250",55291,70406 +"279251",55291,82668 +"279252",55292,55335 +"279253",55293,79254 +"279254",55293,111849 +"279255",55293,113132 +"279256",55293,118306 +"279257",55295,93325 +"279258",55297,57892 +"279259",55297,58659 +"279260",55297,81600 +"279261",55297,82125 +"279262",55297,82138 +"279263",55297,82139 +"279264",55297,82141 +"279265",55297,82150 +"279266",55297,82164 +"279267",55297,110329 +"279268",55298,56705 +"279269",55298,84044 +"279270",55299,56348 +"279271",55299,64012 +"279272",55299,86029 +"279273",55299,87066 +"279274",55299,88206 +"279275",55299,91922 +"279276",55299,111293 +"279277",55301,107067 +"279278",55302,60085 +"279279",55302,67952 +"279280",55302,69075 +"279281",55302,80029 +"279282",55302,89308 +"279283",55302,90390 +"279284",55302,95312 +"279285",55302,101670 +"279286",55304,87166 +"279287",55304,105429 +"279288",55305,56889 +"279289",55305,73191 +"279290",55306,102498 +"279291",55307,56155 +"279292",55307,56160 +"279293",55307,56179 +"279294",55307,56226 +"279295",55307,56239 +"279296",55307,56251 +"279297",55307,56267 +"279298",55307,56291 +"279299",55307,56359 +"279300",55307,62975 +"279301",55309,55319 +"279302",55309,63240 +"279303",55309,80915 +"279304",55310,55536 +"279305",55310,118654 +"279306",55311,69039 +"279307",55311,98465 +"279308",55312,87772 +"279309",55314,55345 +"279310",55315,65312 +"279311",55315,112516 +"279312",55316,55660 +"279313",55316,78802 +"279314",55317,70461 +"279315",55317,83173 +"279316",55317,83992 +"279317",55317,106288 +"279318",55317,107843 +"279319",55318,56306 +"279320",55318,59657 +"279321",55318,61916 +"279322",55318,70994 +"279323",55318,80609 +"279324",55318,111558 +"279325",55320,55791 +"279326",55320,67120 +"279327",55320,67157 +"279328",55321,98515 +"279329",55322,55351 +"279330",55323,61263 +"279331",55324,56049 +"279332",55324,65551 +"279333",55324,67667 +"279334",55324,73848 +"279335",55324,78968 +"279336",55324,81859 +"279337",55324,83160 +"279338",55324,88857 +"279339",55324,91781 +"279340",55324,100462 +"279341",55324,102483 +"279342",55324,110131 +"279343",55324,110147 +"279344",55324,110155 +"279345",55324,110173 +"279346",55324,112774 +"279347",55325,73112 +"279348",55325,80485 +"279349",55325,81888 +"279350",55325,94297 +"279351",55325,97257 +"279352",55326,63286 +"279353",55326,64296 +"279354",55327,94024 +"279355",55327,99114 +"279356",55328,55350 +"279357",55328,55594 +"279358",55328,55617 +"279359",55328,55636 +"279360",55328,55671 +"279361",55330,68011 +"279362",55331,66037 +"279363",55331,75845 +"279364",55331,77954 +"279365",55331,79464 +"279366",55331,79700 +"279367",55331,84076 +"279368",55331,88487 +"279369",55331,99422 +"279370",55331,99639 +"279371",55331,111190 +"279372",55337,117478 +"279373",55338,55563 +"279374",55341,83717 +"279375",55341,91010 +"279376",55341,93027 +"279377",55344,77713 +"279378",55344,81993 +"279379",55344,82667 +"279380",55344,83207 +"279381",55344,94525 +"279382",55345,77769 +"279383",55345,92642 +"279384",55346,57922 +"279385",55346,64898 +"279386",55346,64912 +"279387",55346,83519 +"279388",55346,118087 +"279389",55346,118088 +"279390",55347,63861 +"279391",55348,55874 +"279392",55348,66011 +"279393",55349,55489 +"279394",55349,80193 +"279395",55349,98227 +"279396",55350,55594 +"279397",55350,55617 +"279398",55350,55636 +"279399",55350,55671 +"279400",55351,77921 +"279401",55351,84324 +"279402",55351,99280 +"279403",55351,104295 +"279404",55351,111233 +"279405",55351,122153 +"279406",55351,122259 +"279407",55351,122263 +"279408",55352,56544 +"279409",55352,105578 +"279410",55353,103820 +"279411",55353,123218 +"279412",55354,56578 +"279413",55355,91450 +"279414",55355,102652 +"279415",55355,112102 +"279416",55356,55357 +"279417",55359,58051 +"279418",55359,76433 +"279419",55360,59982 +"279420",55360,75789 +"279421",55360,76217 +"279422",55360,112671 +"279423",55362,69966 +"279424",55363,63328 +"279425",55363,68929 +"279426",55363,72051 +"279427",55363,78223 +"279428",55363,90968 +"279429",55363,102330 +"279430",55363,102347 +"279431",55364,55908 +"279432",55364,68654 +"279433",55364,79709 +"279434",55364,79712 +"279435",55364,79737 +"279436",55364,79739 +"279437",55364,79749 +"279438",55364,79751 +"279439",55364,79757 +"279440",55364,79762 +"279441",55364,79767 +"279442",55364,79772 +"279443",55364,79773 +"279444",55364,79793 +"279445",55364,79798 +"279446",55364,79802 +"279447",55364,79811 +"279448",55364,79812 +"279449",55365,57098 +"279450",55365,61154 +"279451",55365,72490 +"279452",55365,117397 +"279453",55366,76962 +"279454",55366,76979 +"279455",55366,92154 +"279456",55366,99457 +"279457",55367,55378 +"279458",55368,60142 +"279459",55369,69265 +"279460",55369,100539 +"279461",55369,100555 +"279462",55370,57804 +"279463",55370,59615 +"279464",55370,59940 +"279465",55370,67363 +"279466",55370,71230 +"279467",55370,76278 +"279468",55370,76740 +"279469",55370,76786 +"279470",55370,77272 +"279471",55370,77357 +"279472",55370,77402 +"279473",55370,78248 +"279474",55370,78255 +"279475",55370,78339 +"279476",55370,78445 +"279477",55370,79022 +"279478",55370,79716 +"279479",55370,79989 +"279480",55370,80281 +"279481",55370,80401 +"279482",55370,81728 +"279483",55370,82196 +"279484",55370,82383 +"279485",55370,82810 +"279486",55370,82854 +"279487",55370,83853 +"279488",55370,83884 +"279489",55370,84379 +"279490",55370,84613 +"279491",55370,85465 +"279492",55370,85610 +"279493",55370,86351 +"279494",55370,86451 +"279495",55370,86882 +"279496",55370,87175 +"279497",55370,87451 +"279498",55370,87521 +"279499",55370,87572 +"279500",55370,87663 +"279501",55370,87721 +"279502",55370,87862 +"279503",55371,55428 +"279504",55371,55458 +"279505",55371,58351 +"279506",55371,58634 +"279507",55371,85838 +"279508",55372,65460 +"279509",55373,55786 +"279510",55373,63621 +"279511",55373,66246 +"279512",55373,67730 +"279513",55373,69535 +"279514",55373,106061 +"279515",55374,59379 +"279516",55374,84589 +"279517",55375,84492 +"279518",55375,94026 +"279519",55376,63559 +"279520",55376,83189 +"279521",55376,90384 +"279522",55377,55388 +"279523",55377,55484 +"279524",55379,74214 +"279525",55380,66613 +"279526",55381,55387 +"279527",55381,81085 +"279528",55381,101551 +"279529",55382,55464 +"279530",55383,77343 +"279531",55386,56020 +"279532",55386,56050 +"279533",55386,56569 +"279534",55386,63541 +"279535",55386,71252 +"279536",55386,73780 +"279537",55388,55484 +"279538",55389,57897 +"279539",55389,71378 +"279540",55389,71962 +"279541",55389,85747 +"279542",55389,97018 +"279543",55389,113018 +"279544",55390,59916 +"279545",55390,60957 +"279546",55390,121796 +"279547",55391,66605 +"279548",55391,72152 +"279549",55391,75700 +"279550",55392,117578 +"279551",55393,57267 +"279552",55393,61094 +"279553",55393,63670 +"279554",55394,105208 +"279555",55397,55409 +"279556",55398,74506 +"279557",55398,83044 +"279558",55398,84881 +"279559",55398,88722 +"279560",55398,88728 +"279561",55398,88730 +"279562",55398,89344 +"279563",55398,100872 +"279564",55398,109069 +"279565",55398,109338 +"279566",55398,116752 +"279567",55399,55435 +"279568",55399,55471 +"279569",55400,76867 +"279570",55404,55424 +"279571",55404,55483 +"279572",55405,61461 +"279573",55405,61886 +"279574",55405,71480 +"279575",55405,79094 +"279576",55405,96477 +"279577",55405,122517 +"279578",55405,122520 +"279579",55406,65413 +"279580",55406,82639 +"279581",55406,86686 +"279582",55406,92640 +"279583",55407,56694 +"279584",55409,65941 +"279585",55410,100587 +"279586",55411,74394 +"279587",55413,79265 +"279588",55413,79287 +"279589",55413,79332 +"279590",55413,79340 +"279591",55413,79341 +"279592",55414,60217 +"279593",55415,76368 +"279594",55415,89101 +"279595",55416,84859 +"279596",55416,117385 +"279597",55416,121772 +"279598",55417,78592 +"279599",55418,91302 +"279600",55419,66007 +"279601",55420,60997 +"279602",55420,64368 +"279603",55420,67548 +"279604",55420,77661 +"279605",55420,79041 +"279606",55420,98477 +"279607",55422,57265 +"279608",55422,65740 +"279609",55422,65781 +"279610",55422,67547 +"279611",55422,89833 +"279612",55422,115261 +"279613",55424,55483 +"279614",55425,80032 +"279615",55425,107970 +"279616",55426,80399 +"279617",55428,55458 +"279618",55430,91897 +"279619",55431,75231 +"279620",55435,55471 +"279621",55435,55694 +"279622",55435,61799 +"279623",55435,64781 +"279624",55435,64995 +"279625",55435,67361 +"279626",55435,67401 +"279627",55435,106215 +"279628",55435,120814 +"279629",55435,122027 +"279630",55436,59672 +"279631",55436,59804 +"279632",55436,74987 +"279633",55436,81052 +"279634",55436,81066 +"279635",55437,55734 +"279636",55437,94501 +"279637",55437,96159 +"279638",55437,98534 +"279639",55437,106653 +"279640",55438,56595 +"279641",55438,86448 +"279642",55438,86580 +"279643",55438,86622 +"279644",55438,112296 +"279645",55439,67054 +"279646",55440,79912 +"279647",55440,82393 +"279648",55440,83314 +"279649",55440,98925 +"279650",55441,59277 +"279651",55441,59976 +"279652",55441,81217 +"279653",55442,88174 +"279654",55443,56400 +"279655",55443,122673 +"279656",55444,86776 +"279657",55444,91822 +"279658",55444,91837 +"279659",55444,91857 +"279660",55444,91871 +"279661",55445,55446 +"279662",55446,83846 +"279663",55447,55456 +"279664",55448,119833 +"279665",55449,63644 +"279666",55449,64146 +"279667",55449,72775 +"279668",55449,76394 +"279669",55449,77449 +"279670",55449,99660 +"279671",55449,99671 +"279672",55449,99674 +"279673",55449,105618 +"279674",55452,65669 +"279675",55452,68109 +"279676",55453,55989 +"279677",55454,62507 +"279678",55454,72592 +"279679",55454,123281 +"279680",55455,55806 +"279681",55457,119709 +"279682",55458,58634 +"279683",55458,64239 +"279684",55458,67997 +"279685",55459,62474 +"279686",55460,80220 +"279687",55460,81382 +"279688",55460,86008 +"279689",55461,104130 +"279690",55461,114962 +"279691",55462,86886 +"279692",55462,86887 +"279693",55464,55829 +"279694",55465,83949 +"279695",55465,85326 +"279696",55465,88859 +"279697",55465,95250 +"279698",55465,99884 +"279699",55466,93992 +"279700",55467,55478 +"279701",55467,55488 +"279702",55468,58682 +"279703",55468,61666 +"279704",55468,75948 +"279705",55468,82831 +"279706",55468,85079 +"279707",55468,96238 +"279708",55468,99444 +"279709",55468,106074 +"279710",55468,108372 +"279711",55470,103942 +"279712",55470,114280 +"279713",55472,69311 +"279714",55472,70265 +"279715",55472,73513 +"279716",55472,79537 +"279717",55472,79571 +"279718",55472,85496 +"279719",55473,61384 +"279720",55474,56175 +"279721",55474,88682 +"279722",55476,57310 +"279723",55476,57846 +"279724",55476,58587 +"279725",55476,59136 +"279726",55476,67451 +"279727",55476,67761 +"279728",55476,68671 +"279729",55476,78016 +"279730",55476,87617 +"279731",55477,65810 +"279732",55477,82889 +"279733",55477,89770 +"279734",55477,89803 +"279735",55477,92823 +"279736",55477,107899 +"279737",55478,55488 +"279738",55478,71850 +"279739",55479,59496 +"279740",55479,78373 +"279741",55481,60768 +"279742",55481,62269 +"279743",55481,71015 +"279744",55481,75425 +"279745",55481,76910 +"279746",55481,77027 +"279747",55481,85678 +"279748",55481,95265 +"279749",55481,96503 +"279750",55481,105432 +"279751",55481,111426 +"279752",55481,111440 +"279753",55482,66994 +"279754",55482,92269 +"279755",55482,96368 +"279756",55484,63039 +"279757",55484,63356 +"279758",55484,63773 +"279759",55484,64185 +"279760",55484,89383 +"279761",55484,89387 +"279762",55484,89391 +"279763",55484,89422 +"279764",55484,91973 +"279765",55484,93846 +"279766",55484,100808 +"279767",55484,118791 +"279768",55484,119435 +"279769",55484,120149 +"279770",55485,85996 +"279771",55485,88925 +"279772",55485,90523 +"279773",55486,55871 +"279774",55486,66943 +"279775",55486,99527 +"279776",55486,103022 +"279777",55487,81568 +"279778",55487,93064 +"279779",55488,71219 +"279780",55489,58908 +"279781",55491,57564 +"279782",55491,59632 +"279783",55491,60820 +"279784",55491,61934 +"279785",55491,62426 +"279786",55491,62626 +"279787",55491,63703 +"279788",55491,63739 +"279789",55492,75821 +"279790",55493,55494 +"279791",55493,55557 +"279792",55493,55584 +"279793",55493,64463 +"279794",55493,66852 +"279795",55493,70596 +"279796",55493,79639 +"279797",55493,92366 +"279798",55493,94257 +"279799",55493,97085 +"279800",55493,101971 +"279801",55493,104452 +"279802",55493,105887 +"279803",55493,110890 +"279804",55493,117713 +"279805",55494,55557 +"279806",55494,55584 +"279807",55494,64463 +"279808",55496,57080 +"279809",55497,58919 +"279810",55497,69293 +"279811",55497,77816 +"279812",55497,112078 +"279813",55498,69460 +"279814",55498,73222 +"279815",55498,87142 +"279816",55498,101843 +"279817",55498,112102 +"279818",55498,113964 +"279819",55498,113968 +"279820",55498,113969 +"279821",55499,89091 +"279822",55499,89272 +"279823",55500,55554 +"279824",55500,56490 +"279825",55500,59087 +"279826",55500,69782 +"279827",55500,105635 +"279828",55501,63466 +"279829",55501,72683 +"279830",55501,93740 +"279831",55501,101286 +"279832",55501,102184 +"279833",55501,121801 +"279834",55501,123023 +"279835",55501,123147 +"279836",55502,84682 +"279837",55503,56293 +"279838",55503,117941 +"279839",55506,65505 +"279840",55506,79850 +"279841",55506,80549 +"279842",55506,89286 +"279843",55506,105788 +"279844",55507,55580 +"279845",55507,55581 +"279846",55507,73859 +"279847",55507,93049 +"279848",55509,55545 +"279849",55510,60241 +"279850",55510,79517 +"279851",55510,82586 +"279852",55510,101567 +"279853",55510,104730 +"279854",55510,111221 +"279855",55510,111324 +"279856",55510,111364 +"279857",55510,111365 +"279858",55512,101452 +"279859",55512,101458 +"279860",55513,110203 +"279861",55515,87555 +"279862",55517,60976 +"279863",55517,64921 +"279864",55517,67910 +"279865",55517,70245 +"279866",55519,91551 +"279867",55520,59568 +"279868",55521,105987 +"279869",55522,118133 +"279870",55523,86492 +"279871",55524,99554 +"279872",55524,110654 +"279873",55525,60678 +"279874",55527,55600 +"279875",55528,70765 +"279876",55528,73928 +"279877",55529,65193 +"279878",55529,73229 +"279879",55529,80148 +"279880",55529,80225 +"279881",55531,57963 +"279882",55531,58643 +"279883",55531,60259 +"279884",55531,62239 +"279885",55531,62557 +"279886",55531,62576 +"279887",55531,62626 +"279888",55531,62627 +"279889",55531,63019 +"279890",55531,68402 +"279891",55531,75015 +"279892",55532,66922 +"279893",55532,83102 +"279894",55532,99504 +"279895",55533,100633 +"279896",55535,81289 +"279897",55535,91755 +"279898",55536,118654 +"279899",55538,63689 +"279900",55538,81762 +"279901",55539,61477 +"279902",55539,71174 +"279903",55539,75737 +"279904",55540,55744 +"279905",55541,59566 +"279906",55541,60413 +"279907",55541,68613 +"279908",55541,68800 +"279909",55541,92642 +"279910",55542,60386 +"279911",55543,100310 +"279912",55544,66800 +"279913",55545,76064 +"279914",55545,100353 +"279915",55546,58547 +"279916",55546,76250 +"279917",55546,81053 +"279918",55549,72278 +"279919",55549,76668 +"279920",55549,83473 +"279921",55550,60302 +"279922",55550,63748 +"279923",55550,79204 +"279924",55550,79616 +"279925",55550,87699 +"279926",55550,90294 +"279927",55550,90306 +"279928",55551,64680 +"279929",55551,101767 +"279930",55553,114695 +"279931",55553,114853 +"279932",55555,69321 +"279933",55555,77157 +"279934",55556,93615 +"279935",55556,99724 +"279936",55556,103426 +"279937",55557,55584 +"279938",55557,64463 +"279939",55559,64908 +"279940",55560,64458 +"279941",55560,113684 +"279942",55560,120389 +"279943",55561,55835 +"279944",55561,58098 +"279945",55561,79463 +"279946",55564,56172 +"279947",55564,63222 +"279948",55566,56407 +"279949",55566,59999 +"279950",55566,61839 +"279951",55566,106647 +"279952",55566,106660 +"279953",55566,106684 +"279954",55566,106686 +"279955",55567,92974 +"279956",55568,58624 +"279957",55568,63696 +"279958",55568,66771 +"279959",55568,68655 +"279960",55569,57034 +"279961",55569,57082 +"279962",55569,66748 +"279963",55569,75740 +"279964",55569,113468 +"279965",55569,115076 +"279966",55570,57879 +"279967",55571,114709 +"279968",55572,55971 +"279969",55573,94115 +"279970",55573,101153 +"279971",55573,110277 +"279972",55573,110375 +"279973",55573,117820 +"279974",55575,63395 +"279975",55575,74204 +"279976",55575,74971 +"279977",55577,66722 +"279978",55577,77682 +"279979",55577,78298 +"279980",55577,88186 +"279981",55577,88202 +"279982",55577,90393 +"279983",55577,94626 +"279984",55577,97609 +"279985",55578,72882 +"279986",55579,58412 +"279987",55579,98568 +"279988",55580,55581 +"279989",55580,63685 +"279990",55580,72031 +"279991",55580,119631 +"279992",55580,119678 +"279993",55582,82536 +"279994",55583,72868 +"279995",55583,73030 +"279996",55583,73078 +"279997",55583,73107 +"279998",55584,64463 +"279999",55584,67939 +"280000",55585,69227 +"280001",55585,71396 +"280002",55586,55675 +"280003",55588,55589 +"280004",55588,84674 +"280005",55588,84696 +"280006",55588,120635 +"280007",55588,120636 +"280008",55590,64206 +"280009",55590,67809 +"280010",55591,55664 +"280011",55591,59234 +"280012",55591,67121 +"280013",55591,81775 +"280014",55591,91119 +"280015",55591,108032 +"280016",55591,108043 +"280017",55592,57844 +"280018",55593,55641 +"280019",55594,55617 +"280020",55594,55636 +"280021",55594,55671 +"280022",55595,107957 +"280023",55596,114590 +"280024",55598,67699 +"280025",55598,74833 +"280026",55599,56189 +"280027",55599,58363 +"280028",55602,55603 +"280029",55602,73435 +"280030",55603,73435 +"280031",55604,113305 +"280032",55605,55650 +"280033",55605,56132 +"280034",55605,62186 +"280035",55605,63986 +"280036",55605,71057 +"280037",55605,71264 +"280038",55605,71396 +"280039",55605,71409 +"280040",55605,71432 +"280041",55605,71442 +"280042",55606,68583 +"280043",55607,83095 +"280044",55609,78623 +"280045",55609,78954 +"280046",55610,55670 +"280047",55610,55672 +"280048",55610,56393 +"280049",55611,57902 +"280050",55611,59037 +"280051",55613,55629 +"280052",55613,55630 +"280053",55613,55646 +"280054",55613,55661 +"280055",55613,55669 +"280056",55614,61682 +"280057",55614,69144 +"280058",55614,88469 +"280059",55614,97232 +"280060",55614,101166 +"280061",55614,105694 +"280062",55614,120210 +"280063",55615,57003 +"280064",55615,60943 +"280065",55615,64720 +"280066",55615,75601 +"280067",55617,55636 +"280068",55617,55671 +"280069",55618,76553 +"280070",55618,86785 +"280071",55618,101298 +"280072",55618,109200 +"280073",55618,119836 +"280074",55619,55648 +"280075",55619,55877 +"280076",55619,61686 +"280077",55619,61767 +"280078",55619,61777 +"280079",55619,62049 +"280080",55619,63530 +"280081",55619,63985 +"280082",55619,66479 +"280083",55619,69350 +"280084",55619,69365 +"280085",55620,70341 +"280086",55620,71588 +"280087",55620,72429 +"280088",55620,77534 +"280089",55620,107020 +"280090",55620,107722 +"280091",55620,107732 +"280092",55620,107746 +"280093",55622,55626 +"280094",55622,107976 +"280095",55624,55653 +"280096",55624,110259 +"280097",55624,112879 +"280098",55624,112889 +"280099",55624,115112 +"280100",55626,95374 +"280101",55626,102917 +"280102",55627,62364 +"280103",55628,59530 +"280104",55628,63782 +"280105",55628,64505 +"280106",55628,65845 +"280107",55629,55630 +"280108",55629,55646 +"280109",55629,55661 +"280110",55629,55669 +"280111",55630,55646 +"280112",55630,55661 +"280113",55630,55669 +"280114",55630,89950 +"280115",55632,60285 +"280116",55632,73572 +"280117",55633,55634 +"280118",55633,121407 +"280119",55633,123416 +"280120",55635,60737 +"280121",55636,55671 +"280122",55638,64083 +"280123",55638,64093 +"280124",55638,64118 +"280125",55638,72716 +"280126",55638,84074 +"280127",55639,57203 +"280128",55639,74373 +"280129",55639,80886 +"280130",55639,86837 +"280131",55639,93608 +"280132",55639,94665 +"280133",55640,84161 +"280134",55640,97077 +"280135",55640,115582 +"280136",55640,120002 +"280137",55641,60661 +"280138",55641,69697 +"280139",55643,55655 +"280140",55643,56958 +"280141",55646,55661 +"280142",55646,55669 +"280143",55647,68758 +"280144",55647,79828 +"280145",55647,95610 +"280146",55648,55877 +"280147",55648,58234 +"280148",55648,67270 +"280149",55648,68984 +"280150",55648,69021 +"280151",55649,68107 +"280152",55649,107904 +"280153",55650,56132 +"280154",55650,113584 +"280155",55651,56497 +"280156",55651,56530 +"280157",55651,99406 +"280158",55651,109709 +"280159",55651,111562 +"280160",55652,55897 +"280161",55653,65400 +"280162",55653,110515 +"280163",55653,110588 +"280164",55653,110603 +"280165",55656,92607 +"280166",55657,57272 +"280167",55657,72538 +"280168",55657,73308 +"280169",55657,73315 +"280170",55659,65764 +"280171",55659,90511 +"280172",55661,55669 +"280173",55662,94877 +"280174",55665,56245 +"280175",55666,62244 +"280176",55666,68684 +"280177",55666,90644 +"280178",55666,91571 +"280179",55666,91592 +"280180",55668,82568 +"280181",55668,106421 +"280182",55668,107433 +"280183",55669,62934 +"280184",55669,77518 +"280185",55669,77689 +"280186",55670,55672 +"280187",55670,59015 +"280188",55670,59041 +"280189",55670,59096 +"280190",55670,59271 +"280191",55671,57925 +"280192",55671,81386 +"280193",55672,64460 +"280194",55672,71743 +"280195",55672,84065 +"280196",55673,58561 +"280197",55673,70488 +"280198",55673,81486 +"280199",55674,100411 +"280200",55674,106446 +"280201",55674,114789 +"280202",55674,122633 +"280203",55675,67035 +"280204",55675,79873 +"280205",55675,79949 +"280206",55675,85958 +"280207",55675,87249 +"280208",55675,94513 +"280209",55676,63836 +"280210",55676,69944 +"280211",55676,114122 +"280212",55676,114244 +"280213",55677,98030 +"280214",55677,111920 +"280215",55677,118027 +"280216",55683,112397 +"280217",55685,86829 +"280218",55686,85150 +"280219",55686,91273 +"280220",55686,92175 +"280221",55687,55729 +"280222",55688,79434 +"280223",55689,62762 +"280224",55689,76320 +"280225",55689,85514 +"280226",55689,119524 +"280227",55689,122511 +"280228",55690,55782 +"280229",55690,73336 +"280230",55691,55975 +"280231",55691,56003 +"280232",55691,59480 +"280233",55691,59481 +"280234",55691,64141 +"280235",55691,72946 +"280236",55691,73466 +"280237",55691,77043 +"280238",55691,83712 +"280239",55691,83743 +"280240",55691,83747 +"280241",55691,90492 +"280242",55691,104076 +"280243",55691,114719 +"280244",55693,96413 +"280245",55693,104762 +"280246",55694,61799 +"280247",55694,64781 +"280248",55694,64995 +"280249",55694,67361 +"280250",55694,71610 +"280251",55696,55697 +"280252",55696,99360 +"280253",55699,55753 +"280254",55699,55755 +"280255",55699,68032 +"280256",55700,65833 +"280257",55700,66404 +"280258",55700,73799 +"280259",55700,83033 +"280260",55700,112394 +"280261",55700,115078 +"280262",55700,119220 +"280263",55700,120130 +"280264",55701,55702 +"280265",55703,55706 +"280266",55703,55803 +"280267",55706,55803 +"280268",55709,74141 +"280269",55710,57013 +"280270",55711,55713 +"280271",55711,55786 +"280272",55711,68515 +"280273",55712,62188 +"280274",55712,72530 +"280275",55712,86539 +"280276",55712,88029 +"280277",55712,88986 +"280278",55712,94911 +"280279",55712,109892 +"280280",55713,55786 +"280281",55714,88842 +"280282",55714,107505 +"280283",55714,111608 +"280284",55714,116022 +"280285",55714,120827 +"280286",55715,60891 +"280287",55715,60958 +"280288",55716,94673 +"280289",55717,68243 +"280290",55717,71540 +"280291",55717,90148 +"280292",55717,96258 +"280293",55718,55768 +"280294",55718,76507 +"280295",55718,107818 +"280296",55719,102478 +"280297",55719,113113 +"280298",55720,55752 +"280299",55721,62327 +"280300",55722,92653 +"280301",55722,92673 +"280302",55722,92689 +"280303",55722,92693 +"280304",55724,85712 +"280305",55724,111414 +"280306",55725,61942 +"280307",55725,73971 +"280308",55725,78227 +"280309",55725,86912 +"280310",55725,90253 +"280311",55725,102648 +"280312",55725,102664 +"280313",55728,56693 +"280314",55728,100634 +"280315",55728,100641 +"280316",55728,101207 +"280317",55730,76403 +"280318",55730,77056 +"280319",55730,96974 +"280320",55730,101101 +"280321",55731,55741 +"280322",55731,55793 +"280323",55731,58886 +"280324",55731,60715 +"280325",55731,61844 +"280326",55731,65091 +"280327",55733,92261 +"280328",55733,95137 +"280329",55733,120222 +"280330",55734,67399 +"280331",55737,75593 +"280332",55737,89519 +"280333",55737,108261 +"280334",55737,115400 +"280335",55738,76101 +"280336",55739,83944 +"280337",55739,85501 +"280338",55739,105818 +"280339",55739,106804 +"280340",55739,106827 +"280341",55739,106970 +"280342",55741,55793 +"280343",55741,60715 +"280344",55741,61844 +"280345",55742,61942 +"280346",55742,76492 +"280347",55742,92282 +"280348",55743,73393 +"280349",55743,94644 +"280350",55743,109350 +"280351",55744,56208 +"280352",55744,68833 +"280353",55744,76007 +"280354",55744,79074 +"280355",55744,98124 +"280356",55744,103139 +"280357",55744,110077 +"280358",55744,111806 +"280359",55744,118602 +"280360",55745,55746 +"280361",55745,123185 +"280362",55747,65438 +"280363",55747,70969 +"280364",55747,74855 +"280365",55748,92925 +"280366",55748,106290 +"280367",55748,107162 +"280368",55748,119869 +"280369",55749,55801 +"280370",55750,55751 +"280371",55751,68737 +"280372",55753,55755 +"280373",55755,66053 +"280374",55755,73874 +"280375",55756,60320 +"280376",55758,99617 +"280377",55758,106195 +"280378",55763,56223 +"280379",55763,59756 +"280380",55763,61408 +"280381",55763,61441 +"280382",55763,61467 +"280383",55763,61474 +"280384",55763,63177 +"280385",55763,79070 +"280386",55764,57733 +"280387",55764,87293 +"280388",55764,115858 +"280389",55764,115866 +"280390",55764,115871 +"280391",55765,65389 +"280392",55765,70392 +"280393",55765,79420 +"280394",55765,85636 +"280395",55765,113233 +"280396",55765,116558 +"280397",55766,60343 +"280398",55766,79035 +"280399",55766,88679 +"280400",55766,88688 +"280401",55766,89081 +"280402",55766,89109 +"280403",55766,89138 +"280404",55766,89140 +"280405",55766,89143 +"280406",55766,89148 +"280407",55766,89162 +"280408",55766,97289 +"280409",55767,58475 +"280410",55768,114216 +"280411",55769,65561 +"280412",55769,111257 +"280413",55771,88990 +"280414",55771,88998 +"280415",55771,99982 +"280416",55771,100001 +"280417",55771,102927 +"280418",55771,112192 +"280419",55771,121250 +"280420",55772,61336 +"280421",55775,58053 +"280422",55775,60776 +"280423",55775,60900 +"280424",55775,68827 +"280425",55775,73158 +"280426",55775,86652 +"280427",55775,88543 +"280428",55775,89209 +"280429",55775,92026 +"280430",55775,94456 +"280431",55775,94457 +"280432",55775,110859 +"280433",55775,115210 +"280434",55776,59137 +"280435",55776,62220 +"280436",55776,102165 +"280437",55776,104871 +"280438",55776,114448 +"280439",55777,68539 +"280440",55777,79262 +"280441",55777,80134 +"280442",55777,88149 +"280443",55777,90999 +"280444",55777,92547 +"280445",55777,92548 +"280446",55777,94901 +"280447",55777,99324 +"280448",55777,99493 +"280449",55777,106594 +"280450",55777,111632 +"280451",55777,111633 +"280452",55777,123426 +"280453",55778,61476 +"280454",55779,85368 +"280455",55780,108317 +"280456",55781,62100 +"280457",55784,71544 +"280458",55784,74894 +"280459",55784,87692 +"280460",55784,90802 +"280461",55784,90850 +"280462",55784,94932 +"280463",55784,101395 +"280464",55785,107889 +"280465",55786,62345 +"280466",55787,61120 +"280467",55787,64139 +"280468",55787,66282 +"280469",55787,66357 +"280470",55788,67913 +"280471",55788,93405 +"280472",55788,97783 +"280473",55788,99291 +"280474",55788,108336 +"280475",55790,55933 +"280476",55790,55947 +"280477",55790,55959 +"280478",55791,67120 +"280479",55791,67157 +"280480",55792,55918 +"280481",55792,81555 +"280482",55792,110885 +"280483",55793,57408 +"280484",55793,58834 +"280485",55793,59249 +"280486",55793,61195 +"280487",55793,64180 +"280488",55794,90482 +"280489",55794,98724 +"280490",55794,121528 +"280491",55795,58158 +"280492",55795,61785 +"280493",55795,80305 +"280494",55795,82808 +"280495",55795,83194 +"280496",55795,83198 +"280497",55795,83865 +"280498",55795,84033 +"280499",55795,88232 +"280500",55795,88237 +"280501",55795,88462 +"280502",55795,97590 +"280503",55795,99677 +"280504",55795,105925 +"280505",55795,113339 +"280506",55796,70370 +"280507",55796,100468 +"280508",55796,112050 +"280509",55797,86835 +"280510",55797,88955 +"280511",55797,90175 +"280512",55797,113114 +"280513",55797,115462 +"280514",55797,115466 +"280515",55800,79449 +"280516",55801,67039 +"280517",55802,64786 +"280518",55802,67018 +"280519",55802,69072 +"280520",55802,88692 +"280521",55802,95668 +"280522",55802,101813 +"280523",55802,111172 +"280524",55802,114717 +"280525",55805,70139 +"280526",55805,70535 +"280527",55805,99714 +"280528",55805,102019 +"280529",55805,104252 +"280530",55805,104383 +"280531",55805,108450 +"280532",55807,64820 +"280533",55807,108660 +"280534",55808,59102 +"280535",55808,73536 +"280536",55808,82896 +"280537",55808,95369 +"280538",55808,95426 +"280539",55808,113819 +"280540",55808,113924 +"280541",55809,59578 +"280542",55809,62052 +"280543",55810,61139 +"280544",55810,61155 +"280545",55812,55831 +"280546",55812,55832 +"280547",55812,55854 +"280548",55812,55863 +"280549",55812,55872 +"280550",55812,55903 +"280551",55812,55915 +"280552",55812,55916 +"280553",55815,65452 +"280554",55815,91751 +"280555",55815,104056 +"280556",55815,118513 +"280557",55815,121438 +"280558",55817,76858 +"280559",55817,79502 +"280560",55817,102925 +"280561",55818,62499 +"280562",55819,77453 +"280563",55819,122047 +"280564",55820,55913 +"280565",55820,77774 +"280566",55820,77795 +"280567",55820,89086 +"280568",55820,95481 +"280569",55821,55861 +"280570",55821,55862 +"280571",55821,82333 +"280572",55821,92985 +"280573",55822,86011 +"280574",55822,89191 +"280575",55822,99957 +"280576",55822,107636 +"280577",55822,110236 +"280578",55822,110636 +"280579",55822,122092 +"280580",55823,55864 +"280581",55826,55919 +"280582",55826,55920 +"280583",55826,55941 +"280584",55826,55952 +"280585",55827,76469 +"280586",55828,69017 +"280587",55828,80799 +"280588",55828,85951 +"280589",55828,90837 +"280590",55828,92993 +"280591",55828,93510 +"280592",55828,119451 +"280593",55828,119452 +"280594",55829,55843 +"280595",55829,55844 +"280596",55829,55860 +"280597",55829,55871 +"280598",55829,55883 +"280599",55829,55888 +"280600",55829,55912 +"280601",55829,55946 +"280602",55829,55957 +"280603",55829,62842 +"280604",55829,66943 +"280605",55829,72808 +"280606",55829,93254 +"280607",55829,93407 +"280608",55829,93415 +"280609",55829,97842 +"280610",55831,55832 +"280611",55831,55854 +"280612",55831,55863 +"280613",55831,55872 +"280614",55831,55903 +"280615",55831,55915 +"280616",55831,55916 +"280617",55832,55854 +"280618",55832,55863 +"280619",55832,55872 +"280620",55832,55903 +"280621",55832,55915 +"280622",55832,55916 +"280623",55833,55849 +"280624",55833,59634 +"280625",55833,63763 +"280626",55833,63768 +"280627",55833,63769 +"280628",55833,63925 +"280629",55834,114919 +"280630",55835,55836 +"280631",55835,55923 +"280632",55836,55923 +"280633",55837,91284 +"280634",55837,107969 +"280635",55838,82584 +"280636",55838,120114 +"280637",55838,120262 +"280638",55838,121803 +"280639",55839,84153 +"280640",55839,95152 +"280641",55840,83868 +"280642",55841,55869 +"280643",55841,55890 +"280644",55841,55958 +"280645",55841,67930 +"280646",55842,55858 +"280647",55842,55953 +"280648",55842,87376 +"280649",55843,55844 +"280650",55843,55860 +"280651",55843,55871 +"280652",55843,55883 +"280653",55843,55888 +"280654",55843,55912 +"280655",55843,55946 +"280656",55843,55957 +"280657",55843,57960 +"280658",55843,58159 +"280659",55843,58348 +"280660",55843,77052 +"280661",55843,78055 +"280662",55843,112067 +"280663",55844,55860 +"280664",55844,55871 +"280665",55844,55883 +"280666",55844,55888 +"280667",55844,55912 +"280668",55844,55946 +"280669",55844,55957 +"280670",55844,57960 +"280671",55844,61919 +"280672",55844,70496 +"280673",55844,76010 +"280674",55844,100223 +"280675",55844,106721 +"280676",55844,107435 +"280677",55844,113788 +"280678",55844,120148 +"280679",55844,120152 +"280680",55845,55914 +"280681",55847,66084 +"280682",55847,85160 +"280683",55847,91591 +"280684",55848,93380 +"280685",55848,111658 +"280686",55850,55886 +"280687",55851,61529 +"280688",55851,74698 +"280689",55851,77080 +"280690",55851,90745 +"280691",55852,56386 +"280692",55852,68886 +"280693",55852,104891 +"280694",55852,107400 +"280695",55854,55863 +"280696",55854,55872 +"280697",55854,55903 +"280698",55854,55915 +"280699",55854,55916 +"280700",55856,69003 +"280701",55856,94518 +"280702",55856,94535 +"280703",55857,63654 +"280704",55857,107928 +"280705",55858,55953 +"280706",55858,60632 +"280707",55858,109455 +"280708",55859,67459 +"280709",55859,102397 +"280710",55860,55871 +"280711",55860,55883 +"280712",55860,55888 +"280713",55860,55912 +"280714",55860,55946 +"280715",55860,55957 +"280716",55860,86564 +"280717",55860,91173 +"280718",55861,55862 +"280719",55861,82333 +"280720",55862,69204 +"280721",55862,69941 +"280722",55863,55872 +"280723",55863,55903 +"280724",55863,55915 +"280725",55863,55916 +"280726",55865,55935 +"280727",55865,64576 +"280728",55865,77981 +"280729",55865,81287 +"280730",55865,85238 +"280731",55865,91550 +"280732",55865,93585 +"280733",55865,98138 +"280734",55865,103367 +"280735",55865,113718 +"280736",55866,57088 +"280737",55866,57709 +"280738",55866,92303 +"280739",55866,100671 +"280740",55866,109331 +"280741",55867,58520 +"280742",55867,75028 +"280743",55867,77726 +"280744",55867,115319 +"280745",55867,115790 +"280746",55867,115794 +"280747",55867,115805 +"280748",55868,119892 +"280749",55869,55890 +"280750",55869,55958 +"280751",55870,76070 +"280752",55870,76246 +"280753",55870,92764 +"280754",55870,97139 +"280755",55870,103747 +"280756",55871,55883 +"280757",55871,55888 +"280758",55871,55912 +"280759",55871,55946 +"280760",55871,55957 +"280761",55871,78901 +"280762",55871,119304 +"280763",55872,55903 +"280764",55872,55915 +"280765",55872,55916 +"280766",55873,55904 +"280767",55875,99561 +"280768",55875,112915 +"280769",55875,119992 +"280770",55877,96856 +"280771",55878,60624 +"280772",55878,78501 +"280773",55878,78627 +"280774",55878,79705 +"280775",55878,97881 +"280776",55878,100450 +"280777",55878,100459 +"280778",55879,67262 +"280779",55879,67302 +"280780",55880,80567 +"280781",55880,90845 +"280782",55880,105513 +"280783",55881,55954 +"280784",55882,88676 +"280785",55883,55888 +"280786",55883,55912 +"280787",55883,55946 +"280788",55883,55957 +"280789",55883,61551 +"280790",55883,93254 +"280791",55883,93407 +"280792",55883,93415 +"280793",55884,112346 +"280794",55885,70783 +"280795",55888,55912 +"280796",55888,55946 +"280797",55888,55957 +"280798",55888,70197 +"280799",55889,70963 +"280800",55889,75779 +"280801",55889,105992 +"280802",55889,106004 +"280803",55889,106018 +"280804",55890,55958 +"280805",55891,98608 +"280806",55891,99858 +"280807",55892,56209 +"280808",55892,58919 +"280809",55892,60706 +"280810",55892,65792 +"280811",55892,69074 +"280812",55892,69651 +"280813",55892,78868 +"280814",55892,82852 +"280815",55892,96708 +"280816",55892,100928 +"280817",55893,55961 +"280818",55893,78498 +"280819",55893,100900 +"280820",55895,76955 +"280821",55895,79746 +"280822",55895,79778 +"280823",55895,83976 +"280824",55895,106418 +"280825",55897,71990 +"280826",55897,73020 +"280827",55897,87529 +"280828",55898,65806 +"280829",55898,108042 +"280830",55899,56469 +"280831",55899,58299 +"280832",55899,58326 +"280833",55899,66234 +"280834",55900,62544 +"280835",55901,70723 +"280836",55902,100013 +"280837",55903,55915 +"280838",55903,55916 +"280839",55905,81831 +"280840",55906,66062 +"280841",55906,95308 +"280842",55906,101626 +"280843",55906,113853 +"280844",55908,68654 +"280845",55908,75886 +"280846",55908,79709 +"280847",55908,79712 +"280848",55908,79737 +"280849",55908,79739 +"280850",55908,79749 +"280851",55908,79751 +"280852",55908,79757 +"280853",55908,79762 +"280854",55908,79767 +"280855",55908,79772 +"280856",55908,79773 +"280857",55908,79793 +"280858",55908,79798 +"280859",55908,79802 +"280860",55908,79811 +"280861",55908,79812 +"280862",55908,82879 +"280863",55908,98144 +"280864",55908,98160 +"280865",55909,99821 +"280866",55911,80910 +"280867",55912,55946 +"280868",55912,55957 +"280869",55914,70310 +"280870",55914,70311 +"280871",55914,70336 +"280872",55914,108238 +"280873",55915,55916 +"280874",55917,55948 +"280875",55918,116227 +"280876",55919,55920 +"280877",55919,55941 +"280878",55919,55952 +"280879",55920,55941 +"280880",55920,55952 +"280881",55921,71613 +"280882",55922,67050 +"280883",55922,71837 +"280884",55923,76849 +"280885",55926,106514 +"280886",55927,57878 +"280887",55927,59416 +"280888",55927,72583 +"280889",55930,61034 +"280890",55930,65055 +"280891",55930,79198 +"280892",55930,88912 +"280893",55930,89211 +"280894",55930,94599 +"280895",55930,112028 +"280896",55931,91218 +"280897",55931,91219 +"280898",55932,56498 +"280899",55932,64140 +"280900",55933,55947 +"280901",55933,55959 +"280902",55934,90786 +"280903",55934,98819 +"280904",55934,117458 +"280905",55938,104567 +"280906",55939,62700 +"280907",55939,65909 +"280908",55940,77788 +"280909",55941,55952 +"280910",55941,57408 +"280911",55941,58032 +"280912",55941,63975 +"280913",55941,72066 +"280914",55941,75563 +"280915",55942,62906 +"280916",55942,72568 +"280917",55942,72573 +"280918",55942,75763 +"280919",55942,78872 +"280920",55942,91779 +"280921",55942,99577 +"280922",55942,106674 +"280923",55942,112779 +"280924",55942,112787 +"280925",55942,112849 +"280926",55943,73743 +"280927",55943,74685 +"280928",55943,80672 +"280929",55943,80880 +"280930",55943,80881 +"280931",55943,81521 +"280932",55943,89704 +"280933",55943,119590 +"280934",55944,80837 +"280935",55944,96915 +"280936",55946,55957 +"280937",55947,55959 +"280938",55949,77420 +"280939",55950,75107 +"280940",55950,89664 +"280941",55950,91375 +"280942",55950,91394 +"280943",55950,95341 +"280944",55950,97576 +"280945",55951,77615 +"280946",55952,66203 +"280947",55952,66253 +"280948",55953,60268 +"280949",55955,56889 +"280950",55955,60723 +"280951",55956,77238 +"280952",55960,70615 +"280953",55962,59204 +"280954",55964,56198 +"280955",55965,56046 +"280956",55965,57264 +"280957",55965,57313 +"280958",55965,69943 +"280959",55965,81469 +"280960",55965,102793 +"280961",55965,107188 +"280962",55965,115230 +"280963",55965,117425 +"280964",55965,118510 +"280965",55966,55967 +"280966",55968,60806 +"280967",55968,67248 +"280968",55968,67501 +"280969",55968,67511 +"280970",55968,76530 +"280971",55969,66347 +"280972",55969,76245 +"280973",55969,78142 +"280974",55969,84415 +"280975",55969,86948 +"280976",55969,89055 +"280977",55969,98092 +"280978",55969,100646 +"280979",55969,108833 +"280980",55969,109367 +"280981",55969,109974 +"280982",55969,114080 +"280983",55969,117858 +"280984",55969,123169 +"280985",55970,55989 +"280986",55972,89465 +"280987",55972,99314 +"280988",55973,89473 +"280989",55973,93630 +"280990",55973,98541 +"280991",55974,58468 +"280992",55974,64477 +"280993",55974,67664 +"280994",55975,55992 +"280995",55975,59480 +"280996",55975,59481 +"280997",55975,64141 +"280998",55975,83712 +"280999",55975,83743 +"281000",55975,83747 +"281001",55976,56010 +"281002",55978,56258 +"281003",55978,58662 +"281004",55978,60498 +"281005",55978,62124 +"281006",55978,62137 +"281007",55978,62143 +"281008",55978,62149 +"281009",55978,62228 +"281010",55978,66485 +"281011",55978,66497 +"281012",55978,66523 +"281013",55979,80004 +"281014",55979,93152 +"281015",55980,84443 +"281016",55980,89991 +"281017",55980,90567 +"281018",55980,111795 +"281019",55980,111876 +"281020",55980,111878 +"281021",55980,111884 +"281022",55981,56156 +"281023",55982,56794 +"281024",55983,85001 +"281025",55985,69657 +"281026",55985,87674 +"281027",55985,100145 +"281028",55985,101970 +"281029",55985,103996 +"281030",55985,113092 +"281031",55985,120553 +"281032",55985,122824 +"281033",55986,84874 +"281034",55986,90539 +"281035",55986,104048 +"281036",55986,104062 +"281037",55986,104068 +"281038",55987,115854 +"281039",55988,117372 +"281040",55989,103901 +"281041",55990,72336 +"281042",55990,75953 +"281043",55990,109337 +"281044",55990,123006 +"281045",55992,70901 +"281046",55992,71146 +"281047",55992,73062 +"281048",55993,118124 +"281049",55994,73426 +"281050",55995,60283 +"281051",55995,69551 +"281052",55996,89924 +"281053",55996,89925 +"281054",55997,74007 +"281055",55997,79727 +"281056",55997,79990 +"281057",55997,89867 +"281058",55997,95272 +"281059",55997,102794 +"281060",55997,103324 +"281061",55997,105251 +"281062",55997,109258 +"281063",55997,111194 +"281064",55998,66241 +"281065",55998,67439 +"281066",55998,92017 +"281067",55998,92430 +"281068",55998,101620 +"281069",55998,103320 +"281070",55998,105130 +"281071",55998,121565 +"281072",55999,83762 +"281073",56001,59703 +"281074",56001,61879 +"281075",56001,63019 +"281076",56002,108625 +"281077",56002,108627 +"281078",56003,67191 +"281079",56004,102101 +"281080",56004,108026 +"281081",56005,59716 +"281082",56006,62731 +"281083",56008,57669 +"281084",56008,69999 +"281085",56010,68917 +"281086",56010,82856 +"281087",56010,85182 +"281088",56010,93940 +"281089",56010,93941 +"281090",56011,72641 +"281091",56016,122638 +"281092",56017,107090 +"281093",56018,56023 +"281094",56018,58733 +"281095",56018,60584 +"281096",56018,65954 +"281097",56019,56147 +"281098",56019,65856 +"281099",56019,80606 +"281100",56019,83135 +"281101",56020,56050 +"281102",56020,63541 +"281103",56022,72343 +"281104",56022,75329 +"281105",56022,75333 +"281106",56022,84897 +"281107",56022,91362 +"281108",56022,96463 +"281109",56022,110429 +"281110",56022,122025 +"281111",56022,122082 +"281112",56025,59361 +"281113",56025,59497 +"281114",56025,59498 +"281115",56026,64152 +"281116",56026,88063 +"281117",56028,67667 +"281118",56028,85537 +"281119",56029,61979 +"281120",56029,75851 +"281121",56029,87865 +"281122",56029,120519 +"281123",56030,70197 +"281124",56031,59123 +"281125",56031,91905 +"281126",56032,56044 +"281127",56033,56524 +"281128",56033,75304 +"281129",56033,104339 +"281130",56033,116770 +"281131",56035,56151 +"281132",56035,59642 +"281133",56035,60946 +"281134",56036,56088 +"281135",56039,56488 +"281136",56039,61348 +"281137",56039,66958 +"281138",56041,80801 +"281139",56041,90070 +"281140",56042,61787 +"281141",56043,56541 +"281142",56043,58345 +"281143",56043,60437 +"281144",56043,63410 +"281145",56043,64453 +"281146",56043,64606 +"281147",56044,66259 +"281148",56046,57264 +"281149",56046,57313 +"281150",56047,56188 +"281151",56047,81721 +"281152",56049,65551 +"281153",56049,73848 +"281154",56049,74318 +"281155",56049,74816 +"281156",56049,78968 +"281157",56049,81859 +"281158",56049,82253 +"281159",56049,83160 +"281160",56049,91781 +"281161",56049,94909 +"281162",56049,95176 +"281163",56049,96873 +"281164",56049,102483 +"281165",56049,110131 +"281166",56049,110147 +"281167",56049,110155 +"281168",56049,110173 +"281169",56049,112774 +"281170",56049,116240 +"281171",56049,116241 +"281172",56050,63541 +"281173",56051,66960 +"281174",56051,75829 +"281175",56051,92146 +"281176",56051,92147 +"281177",56051,92165 +"281178",56051,92183 +"281179",56052,56053 +"281180",56054,56149 +"281181",56054,97254 +"281182",56054,118790 +"281183",56055,64318 +"281184",56056,57830 +"281185",56058,91254 +"281186",56058,93736 +"281187",56059,71164 +"281188",56059,71179 +"281189",56062,71908 +"281190",56063,68234 +"281191",56063,73289 +"281192",56066,82499 +"281193",56066,106601 +"281194",56067,58278 +"281195",56067,70583 +"281196",56067,74100 +"281197",56067,82005 +"281198",56067,82964 +"281199",56067,88391 +"281200",56067,91450 +"281201",56067,91495 +"281202",56067,95803 +"281203",56067,106240 +"281204",56067,109919 +"281205",56067,112416 +"281206",56067,112650 +"281207",56067,112969 +"281208",56068,56125 +"281209",56068,56143 +"281210",56068,56165 +"281211",56069,56185 +"281212",56069,56219 +"281213",56069,86333 +"281214",56069,115591 +"281215",56070,56845 +"281216",56070,77699 +"281217",56071,65633 +"281218",56071,85440 +"281219",56072,77356 +"281220",56072,81222 +"281221",56074,57477 +"281222",56074,60210 +"281223",56074,65134 +"281224",56074,67168 +"281225",56077,56114 +"281226",56077,56135 +"281227",56077,56220 +"281228",56078,56154 +"281229",56078,56197 +"281230",56078,56224 +"281231",56079,89785 +"281232",56081,57958 +"281233",56081,112134 +"281234",56082,61153 +"281235",56082,61970 +"281236",56082,62041 +"281237",56082,66827 +"281238",56082,70838 +"281239",56082,72207 +"281240",56082,75345 +"281241",56082,75403 +"281242",56082,76244 +"281243",56082,78087 +"281244",56082,78835 +"281245",56082,79082 +"281246",56082,90966 +"281247",56082,91184 +"281248",56082,97237 +"281249",56082,101793 +"281250",56082,109663 +"281251",56082,122267 +"281252",56082,122312 +"281253",56084,61814 +"281254",56084,91673 +"281255",56084,102634 +"281256",56086,57643 +"281257",56087,62719 +"281258",56087,62745 +"281259",56087,78844 +"281260",56087,87184 +"281261",56087,87207 +"281262",56087,87232 +"281263",56087,95279 +"281264",56088,57979 +"281265",56089,62305 +"281266",56089,82570 +"281267",56089,116509 +"281268",56089,116523 +"281269",56090,83112 +"281270",56091,85040 +"281271",56091,102934 +"281272",56092,75547 +"281273",56092,79741 +"281274",56093,58437 +"281275",56093,58695 +"281276",56093,60890 +"281277",56093,74845 +"281278",56095,57256 +"281279",56097,56318 +"281280",56097,61532 +"281281",56097,69651 +"281282",56097,69666 +"281283",56098,56111 +"281284",56098,72454 +"281285",56098,112748 +"281286",56100,58970 +"281287",56100,59215 +"281288",56100,60430 +"281289",56100,67786 +"281290",56100,67814 +"281291",56100,69472 +"281292",56100,71519 +"281293",56100,81135 +"281294",56100,81180 +"281295",56100,89185 +"281296",56102,77312 +"281297",56102,77636 +"281298",56102,110791 +"281299",56103,57400 +"281300",56103,71487 +"281301",56104,81575 +"281302",56105,56200 +"281303",56105,63299 +"281304",56106,74830 +"281305",56106,74997 +"281306",56106,86611 +"281307",56107,75141 +"281308",56107,75470 +"281309",56107,76299 +"281310",56107,78576 +"281311",56107,100851 +"281312",56107,101009 +"281313",56107,101161 +"281314",56107,101623 +"281315",56107,101665 +"281316",56107,102331 +"281317",56107,103161 +"281318",56107,116574 +"281319",56108,89953 +"281320",56108,116435 +"281321",56110,56622 +"281322",56110,61910 +"281323",56110,64998 +"281324",56110,74619 +"281325",56110,86092 +"281326",56110,97006 +"281327",56111,73551 +"281328",56113,74765 +"281329",56114,56135 +"281330",56114,56220 +"281331",56115,56123 +"281332",56116,65251 +"281333",56116,88221 +"281334",56116,88443 +"281335",56116,90818 +"281336",56116,91779 +"281337",56116,96525 +"281338",56116,101887 +"281339",56116,104981 +"281340",56116,106555 +"281341",56116,108380 +"281342",56116,109263 +"281343",56117,66337 +"281344",56117,68362 +"281345",56119,62823 +"281346",56119,120684 +"281347",56119,123480 +"281348",56120,73981 +"281349",56120,111034 +"281350",56121,65642 +"281351",56122,71434 +"281352",56122,94183 +"281353",56122,100978 +"281354",56124,71935 +"281355",56125,56143 +"281356",56125,56165 +"281357",56125,58968 +"281358",56125,73224 +"281359",56125,84739 +"281360",56125,85983 +"281361",56125,87581 +"281362",56125,87603 +"281363",56125,88670 +"281364",56125,121792 +"281365",56127,68494 +"281366",56128,63910 +"281367",56130,90724 +"281368",56130,107775 +"281369",56131,58517 +"281370",56131,79105 +"281371",56131,86307 +"281372",56133,57338 +"281373",56133,67913 +"281374",56133,78322 +"281375",56133,81096 +"281376",56133,81297 +"281377",56133,81539 +"281378",56133,81546 +"281379",56133,81672 +"281380",56133,82910 +"281381",56133,84695 +"281382",56135,56220 +"281383",56135,63173 +"281384",56136,57695 +"281385",56136,109557 +"281386",56137,62710 +"281387",56138,69231 +"281388",56138,69436 +"281389",56138,72984 +"281390",56138,75967 +"281391",56138,86163 +"281392",56138,88173 +"281393",56138,88446 +"281394",56138,88469 +"281395",56138,105785 +"281396",56139,83600 +"281397",56140,123056 +"281398",56141,73392 +"281399",56141,98134 +"281400",56141,98318 +"281401",56143,56165 +"281402",56143,58968 +"281403",56144,80214 +"281404",56145,111727 +"281405",56145,114756 +"281406",56145,120768 +"281407",56145,121917 +"281408",56145,123499 +"281409",56147,69372 +"281410",56147,80606 +"281411",56147,83108 +"281412",56147,83135 +"281413",56147,94106 +"281414",56147,96474 +"281415",56147,111913 +"281416",56147,111914 +"281417",56147,111955 +"281418",56148,56173 +"281419",56148,61268 +"281420",56148,62884 +"281421",56148,63008 +"281422",56149,58883 +"281423",56149,62759 +"281424",56150,62464 +"281425",56150,81132 +"281426",56150,88130 +"281427",56151,87649 +"281428",56152,57806 +"281429",56152,92740 +"281430",56152,93760 +"281431",56153,67854 +"281432",56154,56197 +"281433",56154,56224 +"281434",56155,56160 +"281435",56155,56179 +"281436",56155,56226 +"281437",56155,56239 +"281438",56155,56251 +"281439",56155,56267 +"281440",56155,56291 +"281441",56155,56359 +"281442",56156,63916 +"281443",56156,63940 +"281444",56156,73033 +"281445",56156,82452 +"281446",56156,93162 +"281447",56156,96387 +"281448",56156,105050 +"281449",56156,107921 +"281450",56158,59276 +"281451",56159,64027 +"281452",56159,83395 +"281453",56159,93092 +"281454",56159,94527 +"281455",56159,98066 +"281456",56159,116619 +"281457",56160,56179 +"281458",56160,56226 +"281459",56160,56239 +"281460",56160,56251 +"281461",56160,56267 +"281462",56160,56291 +"281463",56160,56359 +"281464",56160,57851 +"281465",56160,57872 +"281466",56160,75256 +"281467",56160,77056 +"281468",56160,92645 +"281469",56160,92679 +"281470",56160,93619 +"281471",56162,97737 +"281472",56162,97844 +"281473",56163,59326 +"281474",56163,72957 +"281475",56163,77706 +"281476",56163,80978 +"281477",56163,94762 +"281478",56163,103201 +"281479",56163,103412 +"281480",56164,73898 +"281481",56164,82319 +"281482",56164,100559 +"281483",56164,109555 +"281484",56164,109669 +"281485",56164,120192 +"281486",56164,120194 +"281487",56164,120197 +"281488",56164,120198 +"281489",56164,120199 +"281490",56164,120215 +"281491",56168,57736 +"281492",56168,60846 +"281493",56168,68951 +"281494",56168,69291 +"281495",56168,78073 +"281496",56168,79331 +"281497",56168,79710 +"281498",56168,79711 +"281499",56168,79720 +"281500",56168,79725 +"281501",56168,79738 +"281502",56168,79748 +"281503",56168,79750 +"281504",56168,79754 +"281505",56168,79758 +"281506",56168,79760 +"281507",56168,79771 +"281508",56168,79780 +"281509",56168,79781 +"281510",56168,79803 +"281511",56168,98923 +"281512",56169,98690 +"281513",56170,63081 +"281514",56170,71622 +"281515",56170,71722 +"281516",56171,123364 +"281517",56173,84199 +"281518",56173,98715 +"281519",56173,99433 +"281520",56173,115834 +"281521",56173,117019 +"281522",56173,117021 +"281523",56174,65643 +"281524",56175,67216 +"281525",56175,67434 +"281526",56175,67744 +"281527",56175,76009 +"281528",56175,83199 +"281529",56175,83300 +"281530",56176,71953 +"281531",56176,91679 +"281532",56176,108140 +"281533",56177,86107 +"281534",56177,87504 +"281535",56177,110953 +"281536",56178,62644 +"281537",56178,72891 +"281538",56178,118315 +"281539",56179,56226 +"281540",56179,56239 +"281541",56179,56251 +"281542",56179,56267 +"281543",56179,56291 +"281544",56179,56359 +"281545",56179,109597 +"281546",56180,89265 +"281547",56181,75814 +"281548",56182,57580 +"281549",56184,56212 +"281550",56185,56219 +"281551",56185,75897 +"281552",56185,76036 +"281553",56185,95605 +"281554",56187,81700 +"281555",56187,90147 +"281556",56187,103590 +"281557",56191,64503 +"281558",56191,74693 +"281559",56191,119937 +"281560",56192,57381 +"281561",56195,68828 +"281562",56195,85869 +"281563",56195,90201 +"281564",56195,116812 +"281565",56197,56224 +"281566",56197,61109 +"281567",56197,69990 +"281568",56197,84262 +"281569",56197,98050 +"281570",56197,104142 +"281571",56198,74944 +"281572",56199,103548 +"281573",56200,61705 +"281574",56200,63312 +"281575",56200,63486 +"281576",56200,65892 +"281577",56200,78320 +"281578",56200,78322 +"281579",56200,83222 +"281580",56200,84913 +"281581",56200,93405 +"281582",56200,93459 +"281583",56200,100219 +"281584",56200,102180 +"281585",56201,76468 +"281586",56201,77758 +"281587",56201,94671 +"281588",56201,107475 +"281589",56203,92504 +"281590",56206,60163 +"281591",56206,68979 +"281592",56206,69092 +"281593",56206,69101 +"281594",56206,69115 +"281595",56206,69161 +"281596",56208,78039 +"281597",56208,103139 +"281598",56208,106353 +"281599",56209,56318 +"281600",56209,109868 +"281601",56210,56832 +"281602",56210,88236 +"281603",56215,56244 +"281604",56215,117323 +"281605",56215,122526 +"281606",56216,59615 +"281607",56216,62679 +"281608",56216,63105 +"281609",56216,68001 +"281610",56216,68475 +"281611",56216,68917 +"281612",56216,69296 +"281613",56216,71106 +"281614",56216,73655 +"281615",56216,75767 +"281616",56216,76046 +"281617",56216,76459 +"281618",56216,76808 +"281619",56216,77727 +"281620",56216,78224 +"281621",56216,79222 +"281622",56216,82978 +"281623",56216,83306 +"281624",56216,85027 +"281625",56216,88412 +"281626",56216,90275 +"281627",56216,90426 +"281628",56216,91112 +"281629",56216,91526 +"281630",56216,93425 +"281631",56216,93523 +"281632",56216,94520 +"281633",56216,95954 +"281634",56216,99544 +"281635",56216,99547 +"281636",56216,99554 +"281637",56216,100595 +"281638",56216,100739 +"281639",56216,100819 +"281640",56216,101898 +"281641",56216,101988 +"281642",56216,102146 +"281643",56216,102201 +"281644",56216,102309 +"281645",56216,102635 +"281646",56216,102730 +"281647",56216,102846 +"281648",56216,103790 +"281649",56216,104095 +"281650",56216,104574 +"281651",56216,104784 +"281652",56216,104845 +"281653",56216,107269 +"281654",56216,107623 +"281655",56216,107714 +"281656",56216,107879 +"281657",56216,107975 +"281658",56218,57399 +"281659",56221,69223 +"281660",56223,61408 +"281661",56223,61441 +"281662",56223,61467 +"281663",56223,61474 +"281664",56223,72154 +"281665",56223,108021 +"281666",56225,100741 +"281667",56225,111980 +"281668",56226,56239 +"281669",56226,56251 +"281670",56226,56267 +"281671",56226,56291 +"281672",56226,56359 +"281673",56227,56268 +"281674",56227,65383 +"281675",56227,85155 +"281676",56227,95268 +"281677",56227,95560 +"281678",56227,98127 +"281679",56227,99237 +"281680",56227,115569 +"281681",56227,115614 +"281682",56227,122782 +"281683",56228,96750 +"281684",56229,71609 +"281685",56231,56721 +"281686",56231,56722 +"281687",56232,56845 +"281688",56232,87960 +"281689",56232,121905 +"281690",56233,107340 +"281691",56235,56236 +"281692",56237,58891 +"281693",56237,63112 +"281694",56237,73294 +"281695",56237,78421 +"281696",56237,80763 +"281697",56238,58680 +"281698",56238,65142 +"281699",56238,67260 +"281700",56238,67277 +"281701",56238,67319 +"281702",56238,70332 +"281703",56239,56251 +"281704",56239,56267 +"281705",56239,56291 +"281706",56239,56359 +"281707",56242,78783 +"281708",56242,97782 +"281709",56242,97798 +"281710",56242,97816 +"281711",56242,123040 +"281712",56245,73919 +"281713",56245,88650 +"281714",56245,118603 +"281715",56247,68631 +"281716",56247,77105 +"281717",56248,81594 +"281718",56248,88712 +"281719",56248,100496 +"281720",56248,103775 +"281721",56248,106747 +"281722",56249,68576 +"281723",56249,71503 +"281724",56250,70713 +"281725",56250,85822 +"281726",56250,89558 +"281727",56250,89741 +"281728",56250,96273 +"281729",56250,96326 +"281730",56250,96329 +"281731",56250,99279 +"281732",56250,103682 +"281733",56250,109167 +"281734",56250,109832 +"281735",56250,117786 +"281736",56250,117791 +"281737",56250,117795 +"281738",56251,56267 +"281739",56251,56291 +"281740",56251,56359 +"281741",56251,102953 +"281742",56251,113239 +"281743",56251,113338 +"281744",56252,68552 +"281745",56253,76384 +"281746",56253,78392 +"281747",56253,88887 +"281748",56254,83051 +"281749",56254,115821 +"281750",56254,115839 +"281751",56255,67109 +"281752",56255,69410 +"281753",56255,69445 +"281754",56256,85911 +"281755",56256,101505 +"281756",56257,67095 +"281757",56258,56292 +"281758",56258,58814 +"281759",56258,60498 +"281760",56258,62124 +"281761",56258,62136 +"281762",56258,62137 +"281763",56258,62143 +"281764",56258,62149 +"281765",56258,62159 +"281766",56258,62177 +"281767",56258,62228 +"281768",56258,66485 +"281769",56258,66497 +"281770",56258,66523 +"281771",56259,77648 +"281772",56259,77830 +"281773",56260,56343 +"281774",56261,94099 +"281775",56261,94182 +"281776",56262,56347 +"281777",56262,58041 +"281778",56262,72150 +"281779",56263,70516 +"281780",56264,56319 +"281781",56266,65362 +"281782",56266,82845 +"281783",56266,99807 +"281784",56266,106679 +"281785",56267,56291 +"281786",56267,56359 +"281787",56268,80902 +"281788",56269,57427 +"281789",56269,62411 +"281790",56270,85537 +"281791",56270,106963 +"281792",56270,116431 +"281793",56271,60455 +"281794",56272,103146 +"281795",56272,114016 +"281796",56274,56305 +"281797",56274,56368 +"281798",56275,56338 +"281799",56276,94547 +"281800",56276,114259 +"281801",56277,103173 +"281802",56277,118313 +"281803",56278,89281 +"281804",56278,122894 +"281805",56281,79520 +"281806",56282,59678 +"281807",56282,85123 +"281808",56282,105993 +"281809",56284,85503 +"281810",56284,87574 +"281811",56284,100281 +"281812",56284,104861 +"281813",56286,88177 +"281814",56286,96681 +"281815",56286,115986 +"281816",56286,122081 +"281817",56286,122104 +"281818",56286,122143 +"281819",56286,122147 +"281820",56286,122149 +"281821",56288,85207 +"281822",56289,56309 +"281823",56291,56359 +"281824",56293,69657 +"281825",56293,83760 +"281826",56293,99900 +"281827",56293,110000 +"281828",56293,117763 +"281829",56294,81103 +"281830",56295,67767 +"281831",56295,86474 +"281832",56297,81307 +"281833",56298,93746 +"281834",56299,61132 +"281835",56300,67647 +"281836",56301,56376 +"281837",56301,70388 +"281838",56301,70425 +"281839",56302,56326 +"281840",56302,56327 +"281841",56303,58988 +"281842",56303,63583 +"281843",56303,63710 +"281844",56303,65728 +"281845",56303,71123 +"281846",56303,86459 +"281847",56303,111084 +"281848",56303,111103 +"281849",56303,120363 +"281850",56304,59457 +"281851",56304,59458 +"281852",56304,66864 +"281853",56305,56368 +"281854",56306,59657 +"281855",56306,61333 +"281856",56306,111558 +"281857",56307,56325 +"281858",56308,59726 +"281859",56311,67733 +"281860",56311,68603 +"281861",56311,83328 +"281862",56311,85973 +"281863",56311,99373 +"281864",56311,111310 +"281865",56312,62628 +"281866",56312,88298 +"281867",56312,89464 +"281868",56312,105007 +"281869",56313,56323 +"281870",56314,57894 +"281871",56314,63923 +"281872",56316,71251 +"281873",56316,71444 +"281874",56316,81259 +"281875",56316,101285 +"281876",56317,56388 +"281877",56317,81588 +"281878",56317,82180 +"281879",56317,85821 +"281880",56317,89097 +"281881",56317,101999 +"281882",56317,110997 +"281883",56318,96127 +"281884",56318,106235 +"281885",56319,108662 +"281886",56320,59740 +"281887",56320,62436 +"281888",56320,67688 +"281889",56320,69426 +"281890",56321,86082 +"281891",56322,61291 +"281892",56322,95746 +"281893",56322,107791 +"281894",56322,119425 +"281895",56322,119467 +"281896",56323,56499 +"281897",56323,63475 +"281898",56323,63503 +"281899",56323,63517 +"281900",56323,63563 +"281901",56323,63575 +"281902",56323,63592 +"281903",56326,56327 +"281904",56330,57800 +"281905",56330,58246 +"281906",56330,59392 +"281907",56330,61230 +"281908",56330,66521 +"281909",56331,56361 +"281910",56332,84393 +"281911",56332,110149 +"281912",56332,117057 +"281913",56332,121633 +"281914",56332,121641 +"281915",56333,56341 +"281916",56336,75568 +"281917",56336,85475 +"281918",56336,90843 +"281919",56336,90866 +"281920",56336,90923 +"281921",56336,98456 +"281922",56336,116353 +"281923",56336,116608 +"281924",56336,116689 +"281925",56338,66911 +"281926",56338,68014 +"281927",56338,77572 +"281928",56338,90990 +"281929",56339,98854 +"281930",56339,104883 +"281931",56340,73128 +"281932",56344,58054 +"281933",56344,61416 +"281934",56344,112337 +"281935",56345,65014 +"281936",56345,105339 +"281937",56348,64012 +"281938",56348,76284 +"281939",56348,86029 +"281940",56348,91922 +"281941",56348,114747 +"281942",56349,56369 +"281943",56349,85953 +"281944",56349,85969 +"281945",56349,85984 +"281946",56350,59759 +"281947",56350,67390 +"281948",56350,68429 +"281949",56350,68437 +"281950",56350,68546 +"281951",56351,62591 +"281952",56352,99396 +"281953",56353,80039 +"281954",56354,57834 +"281955",56354,64259 +"281956",56354,64263 +"281957",56356,56357 +"281958",56357,57636 +"281959",56357,58482 +"281960",56357,59798 +"281961",56357,70907 +"281962",56357,71683 +"281963",56357,77125 +"281964",56357,78398 +"281965",56357,82426 +"281966",56357,84343 +"281967",56357,85000 +"281968",56357,85101 +"281969",56357,91682 +"281970",56357,95267 +"281971",56357,97580 +"281972",56357,98727 +"281973",56357,98776 +"281974",56357,100795 +"281975",56357,106824 +"281976",56357,108879 +"281977",56357,108910 +"281978",56357,109166 +"281979",56357,109858 +"281980",56357,109878 +"281981",56357,112962 +"281982",56357,113990 +"281983",56357,115413 +"281984",56357,116123 +"281985",56357,117258 +"281986",56357,117560 +"281987",56357,118128 +"281988",56357,118836 +"281989",56357,118866 +"281990",56357,118873 +"281991",56357,119131 +"281992",56357,119513 +"281993",56357,119716 +"281994",56357,119769 +"281995",56357,120123 +"281996",56357,120169 +"281997",56357,120725 +"281998",56357,120944 +"281999",56357,121609 +"282000",56357,122007 +"282001",56357,122032 +"282002",56357,122035 +"282003",56357,122724 +"282004",56357,123070 +"282005",56357,123394 +"282006",56357,123490 +"282007",56358,72995 +"282008",56358,89470 +"282009",56358,89579 +"282010",56358,99180 +"282011",56358,114348 +"282012",56360,56784 +"282013",56360,72571 +"282014",56360,72682 +"282015",56362,61211 +"282016",56362,85869 +"282017",56364,56366 +"282018",56364,76796 +"282019",56364,80801 +"282020",56364,80948 +"282021",56364,81707 +"282022",56364,81926 +"282023",56364,82528 +"282024",56364,84263 +"282025",56365,82860 +"282026",56365,89796 +"282027",56365,89820 +"282028",56367,91593 +"282029",56369,100437 +"282030",56370,60330 +"282031",56370,100945 +"282032",56370,103721 +"282033",56370,105762 +"282034",56370,113741 +"282035",56371,71654 +"282036",56371,94435 +"282037",56371,97899 +"282038",56371,97903 +"282039",56371,97915 +"282040",56371,97922 +"282041",56371,97943 +"282042",56373,56411 +"282043",56373,66730 +"282044",56373,81674 +"282045",56373,102301 +"282046",56373,104256 +"282047",56373,104420 +"282048",56373,113955 +"282049",56374,66933 +"282050",56374,78270 +"282051",56374,84385 +"282052",56374,103310 +"282053",56374,115734 +"282054",56374,118085 +"282055",56374,119072 +"282056",56374,120738 +"282057",56375,76800 +"282058",56377,75010 +"282059",56377,99686 +"282060",56377,116206 +"282061",56380,61752 +"282062",56380,103442 +"282063",56381,62461 +"282064",56381,69129 +"282065",56381,69236 +"282066",56382,62723 +"282067",56382,89681 +"282068",56383,56627 +"282069",56384,68677 +"282070",56384,82855 +"282071",56384,94909 +"282072",56384,98147 +"282073",56384,99165 +"282074",56385,66894 +"282075",56385,84464 +"282076",56386,104891 +"282077",56386,107400 +"282078",56387,75923 +"282079",56387,84692 +"282080",56387,105316 +"282081",56388,58078 +"282082",56388,82949 +"282083",56389,74497 +"282084",56391,57588 +"282085",56393,61412 +"282086",56393,65751 +"282087",56393,67339 +"282088",56393,76928 +"282089",56393,76956 +"282090",56393,96823 +"282091",56393,97954 +"282092",56393,97955 +"282093",56393,97972 +"282094",56393,97973 +"282095",56393,97981 +"282096",56393,97987 +"282097",56393,97994 +"282098",56393,97998 +"282099",56393,97999 +"282100",56393,98008 +"282101",56394,56403 +"282102",56394,119613 +"282103",56396,65310 +"282104",56396,65366 +"282105",56401,81164 +"282106",56401,90315 +"282107",56401,120948 +"282108",56402,56432 +"282109",56402,67335 +"282110",56402,98355 +"282111",56402,109519 +"282112",56402,109520 +"282113",56404,70412 +"282114",56405,79136 +"282115",56405,79364 +"282116",56405,96542 +"282117",56407,61839 +"282118",56408,98526 +"282119",56409,56433 +"282120",56411,102301 +"282121",56411,113955 +"282122",56412,56441 +"282123",56412,100068 +"282124",56412,105728 +"282125",56413,66177 +"282126",56414,56415 +"282127",56414,56428 +"282128",56414,56523 +"282129",56414,60114 +"282130",56414,65654 +"282131",56414,65675 +"282132",56414,65710 +"282133",56414,65751 +"282134",56415,56428 +"282135",56415,60933 +"282136",56415,60939 +"282137",56416,90341 +"282138",56417,56440 +"282139",56417,60093 +"282140",56420,66272 +"282141",56421,64489 +"282142",56423,57167 +"282143",56426,80482 +"282144",56426,80503 +"282145",56427,62896 +"282146",56427,74226 +"282147",56429,56430 +"282148",56429,56434 +"282149",56429,92183 +"282150",56429,97936 +"282151",56429,109843 +"282152",56430,56434 +"282153",56431,69779 +"282154",56431,74591 +"282155",56431,88457 +"282156",56431,95516 +"282157",56433,64156 +"282158",56433,68402 +"282159",56433,72989 +"282160",56435,90004 +"282161",56435,95590 +"282162",56435,121988 +"282163",56436,87377 +"282164",56437,60335 +"282165",56437,66379 +"282166",56437,79085 +"282167",56438,69012 +"282168",56438,95538 +"282169",56438,115196 +"282170",56438,118904 +"282171",56439,69215 +"282172",56443,74950 +"282173",56444,72260 +"282174",56444,89977 +"282175",56444,101592 +"282176",56444,101737 +"282177",56444,103752 +"282178",56444,104996 +"282179",56444,109426 +"282180",56445,80168 +"282181",56445,93231 +"282182",56445,95919 +"282183",56445,95926 +"282184",56445,95930 +"282185",56445,95942 +"282186",56446,84583 +"282187",56447,77955 +"282188",56447,91453 +"282189",56447,105217 +"282190",56448,69423 +"282191",56448,71504 +"282192",56448,73147 +"282193",56448,77094 +"282194",56448,94048 +"282195",56448,96379 +"282196",56448,103886 +"282197",56448,103890 +"282198",56448,105139 +"282199",56448,106858 +"282200",56448,109509 +"282201",56448,112721 +"282202",56448,116888 +"282203",56448,123051 +"282204",56448,123052 +"282205",56449,114116 +"282206",56450,105234 +"282207",56451,56901 +"282208",56451,57086 +"282209",56451,87751 +"282210",56451,118387 +"282211",56451,118581 +"282212",56453,63578 +"282213",56453,84644 +"282214",56454,88627 +"282215",56455,69714 +"282216",56456,82739 +"282217",56457,56580 +"282218",56457,76055 +"282219",56457,87051 +"282220",56458,62310 +"282221",56458,62363 +"282222",56458,68593 +"282223",56458,79037 +"282224",56458,121732 +"282225",56459,74232 +"282226",56459,103180 +"282227",56460,96995 +"282228",56461,69937 +"282229",56462,63420 +"282230",56462,110781 +"282231",56464,62324 +"282232",56465,66426 +"282233",56465,80600 +"282234",56465,83441 +"282235",56465,85635 +"282236",56467,65030 +"282237",56467,102368 +"282238",56467,120665 +"282239",56468,56470 +"282240",56469,58299 +"282241",56469,58326 +"282242",56469,68478 +"282243",56470,64789 +"282244",56472,59005 +"282245",56474,79136 +"282246",56474,102226 +"282247",56475,111355 +"282248",56475,112808 +"282249",56476,58230 +"282250",56476,75244 +"282251",56476,83747 +"282252",56476,93584 +"282253",56476,100396 +"282254",56476,106875 +"282255",56477,68693 +"282256",56478,56479 +"282257",56478,62346 +"282258",56478,75177 +"282259",56479,75177 +"282260",56481,56521 +"282261",56481,56525 +"282262",56482,64898 +"282263",56482,93202 +"282264",56482,101716 +"282265",56482,111416 +"282266",56484,56541 +"282267",56484,56589 +"282268",56484,87786 +"282269",56484,87787 +"282270",56484,87793 +"282271",56484,87804 +"282272",56485,56590 +"282273",56485,79000 +"282274",56486,56513 +"282275",56487,57885 +"282276",56488,56523 +"282277",56488,61348 +"282278",56488,66958 +"282279",56489,59809 +"282280",56490,61108 +"282281",56490,65203 +"282282",56490,85875 +"282283",56490,90970 +"282284",56490,99207 +"282285",56490,99375 +"282286",56490,99463 +"282287",56490,105635 +"282288",56491,56525 +"282289",56491,74378 +"282290",56491,80860 +"282291",56492,82623 +"282292",56493,56593 +"282293",56493,56654 +"282294",56493,57300 +"282295",56495,88125 +"282296",56496,56558 +"282297",56496,56580 +"282298",56496,98319 +"282299",56497,56530 +"282300",56497,104630 +"282301",56497,111562 +"282302",56498,62068 +"282303",56498,62098 +"282304",56498,64140 +"282305",56499,63475 +"282306",56499,63503 +"282307",56499,63517 +"282308",56499,63563 +"282309",56499,63575 +"282310",56499,63592 +"282311",56500,77901 +"282312",56500,79451 +"282313",56500,84139 +"282314",56500,91275 +"282315",56500,117866 +"282316",56501,57133 +"282317",56501,84908 +"282318",56502,107122 +"282319",56506,56658 +"282320",56506,56699 +"282321",56506,83253 +"282322",56506,86403 +"282323",56507,56517 +"282324",56507,59739 +"282325",56507,76314 +"282326",56508,56509 +"282327",56508,56545 +"282328",56508,58803 +"282329",56508,68403 +"282330",56509,56545 +"282331",56509,57279 +"282332",56510,60308 +"282333",56510,83780 +"282334",56510,112117 +"282335",56511,56583 +"282336",56511,64344 +"282337",56511,74305 +"282338",56512,56572 +"282339",56513,112737 +"282340",56513,117152 +"282341",56514,59196 +"282342",56514,70993 +"282343",56515,71965 +"282344",56515,75351 +"282345",56516,85186 +"282346",56519,60613 +"282347",56519,74820 +"282348",56520,97868 +"282349",56520,109581 +"282350",56520,121091 +"282351",56520,122573 +"282352",56521,56525 +"282353",56521,113685 +"282354",56523,60114 +"282355",56523,65654 +"282356",56523,65675 +"282357",56523,65710 +"282358",56523,65751 +"282359",56525,80928 +"282360",56526,69636 +"282361",56526,85865 +"282362",56526,90298 +"282363",56527,66094 +"282364",56527,66512 +"282365",56528,73205 +"282366",56529,56563 +"282367",56529,56564 +"282368",56529,56581 +"282369",56529,56587 +"282370",56530,111562 +"282371",56531,59992 +"282372",56531,61242 +"282373",56531,67559 +"282374",56531,107588 +"282375",56532,56588 +"282376",56532,64067 +"282377",56532,64298 +"282378",56532,64348 +"282379",56532,66919 +"282380",56533,67727 +"282381",56533,115338 +"282382",56534,87142 +"282383",56535,62922 +"282384",56535,82986 +"282385",56536,65395 +"282386",56536,66315 +"282387",56536,77986 +"282388",56537,75043 +"282389",56541,56589 +"282390",56541,58325 +"282391",56541,58345 +"282392",56541,60437 +"282393",56541,63410 +"282394",56541,64453 +"282395",56541,64606 +"282396",56541,66040 +"282397",56541,66054 +"282398",56542,72795 +"282399",56543,56553 +"282400",56543,71247 +"282401",56544,82344 +"282402",56544,105578 +"282403",56544,113154 +"282404",56546,89407 +"282405",56548,71531 +"282406",56549,109469 +"282407",56551,84085 +"282408",56553,79162 +"282409",56556,64797 +"282410",56556,64854 +"282411",56558,56580 +"282412",56558,58661 +"282413",56558,113155 +"282414",56559,76134 +"282415",56559,101017 +"282416",56559,101018 +"282417",56560,56827 +"282418",56560,80019 +"282419",56562,60487 +"282420",56563,56564 +"282421",56563,56581 +"282422",56563,56587 +"282423",56564,56581 +"282424",56564,56587 +"282425",56566,74008 +"282426",56567,60965 +"282427",56567,89333 +"282428",56567,99898 +"282429",56567,101358 +"282430",56567,103838 +"282431",56567,105991 +"282432",56568,59482 +"282433",56568,96834 +"282434",56569,73780 +"282435",56570,78931 +"282436",56571,96158 +"282437",56575,94017 +"282438",56575,105516 +"282439",56575,111376 +"282440",56577,56684 +"282441",56577,58715 +"282442",56577,74103 +"282443",56577,77657 +"282444",56577,89415 +"282445",56578,85122 +"282446",56578,85912 +"282447",56578,103670 +"282448",56580,76055 +"282449",56580,80242 +"282450",56580,87051 +"282451",56581,56587 +"282452",56582,73374 +"282453",56582,102590 +"282454",56585,69785 +"282455",56586,100156 +"282456",56586,115768 +"282457",56588,68217 +"282458",56591,57008 +"282459",56593,56654 +"282460",56593,63471 +"282461",56594,62525 +"282462",56594,67237 +"282463",56594,84649 +"282464",56594,90651 +"282465",56594,112877 +"282466",56595,56694 +"282467",56595,69116 +"282468",56595,86448 +"282469",56595,86580 +"282470",56595,86622 +"282471",56596,75884 +"282472",56596,82426 +"282473",56598,60576 +"282474",56598,63429 +"282475",56599,99384 +"282476",56599,101135 +"282477",56599,106322 +"282478",56599,118629 +"282479",56600,61936 +"282480",56600,68031 +"282481",56601,123171 +"282482",56601,123174 +"282483",56601,123175 +"282484",56602,56664 +"282485",56602,56815 +"282486",56603,111223 +"282487",56605,67191 +"282488",56605,69651 +"282489",56605,80092 +"282490",56606,113912 +"282491",56607,56704 +"282492",56608,56613 +"282493",56608,57677 +"282494",56609,71549 +"282495",56610,57354 +"282496",56610,72094 +"282497",56610,86027 +"282498",56611,60200 +"282499",56611,76169 +"282500",56612,97124 +"282501",56613,73480 +"282502",56615,56667 +"282503",56616,56639 +"282504",56616,61402 +"282505",56616,70253 +"282506",56619,100071 +"282507",56620,68835 +"282508",56620,111564 +"282509",56623,73946 +"282510",56624,82625 +"282511",56625,69166 +"282512",56625,69977 +"282513",56625,70080 +"282514",56625,70185 +"282515",56626,96987 +"282516",56627,84893 +"282517",56628,58004 +"282518",56628,58068 +"282519",56628,58633 +"282520",56628,61111 +"282521",56628,61127 +"282522",56628,68287 +"282523",56629,59885 +"282524",56631,57581 +"282525",56631,66031 +"282526",56631,66375 +"282527",56631,66448 +"282528",56631,66520 +"282529",56631,66615 +"282530",56631,77423 +"282531",56632,69140 +"282532",56632,75223 +"282533",56632,84575 +"282534",56633,64855 +"282535",56634,82334 +"282536",56635,56703 +"282537",56636,56701 +"282538",56638,57282 +"282539",56639,68988 +"282540",56639,93128 +"282541",56640,76534 +"282542",56640,81940 +"282543",56640,83491 +"282544",56640,96664 +"282545",56640,96665 +"282546",56640,99111 +"282547",56640,116469 +"282548",56641,56642 +"282549",56641,56867 +"282550",56641,56868 +"282551",56642,56867 +"282552",56642,56868 +"282553",56643,107057 +"282554",56643,119390 +"282555",56644,77950 +"282556",56644,79033 +"282557",56644,79124 +"282558",56645,80016 +"282559",56645,99824 +"282560",56648,72656 +"282561",56648,107718 +"282562",56650,56652 +"282563",56650,79444 +"282564",56653,112677 +"282565",56653,112738 +"282566",56654,59881 +"282567",56654,62964 +"282568",56655,100119 +"282569",56655,112742 +"282570",56655,112747 +"282571",56656,87287 +"282572",56656,122483 +"282573",56656,122513 +"282574",56657,76234 +"282575",56658,56699 +"282576",56659,97794 +"282577",56660,64851 +"282578",56661,94665 +"282579",56662,56708 +"282580",56664,78734 +"282581",56665,60270 +"282582",56665,60350 +"282583",56669,64895 +"282584",56670,69066 +"282585",56672,57570 +"282586",56672,75574 +"282587",56673,64573 +"282588",56673,83124 +"282589",56673,88968 +"282590",56674,61757 +"282591",56674,88099 +"282592",56675,57528 +"282593",56675,106342 +"282594",56676,63939 +"282595",56676,71205 +"282596",56676,71419 +"282597",56676,73466 +"282598",56676,89736 +"282599",56676,94671 +"282600",56676,97812 +"282601",56677,61327 +"282602",56678,71948 +"282603",56679,60500 +"282604",56682,56691 +"282605",56683,59752 +"282606",56683,71328 +"282607",56683,71785 +"282608",56683,80887 +"282609",56683,94166 +"282610",56683,118070 +"282611",56684,68398 +"282612",56687,62085 +"282613",56687,65483 +"282614",56687,77843 +"282615",56687,77987 +"282616",56687,86324 +"282617",56688,62336 +"282618",56688,84637 +"282619",56688,96954 +"282620",56688,107782 +"282621",56688,108036 +"282622",56689,64482 +"282623",56690,112931 +"282624",56692,69003 +"282625",56693,100634 +"282626",56693,100641 +"282627",56693,101207 +"282628",56695,63075 +"282629",56695,89054 +"282630",56697,61704 +"282631",56698,68165 +"282632",56698,69536 +"282633",56698,110313 +"282634",56698,112657 +"282635",56700,60811 +"282636",56700,76178 +"282637",56700,87712 +"282638",56700,110735 +"282639",56701,66597 +"282640",56702,59353 +"282641",56705,64397 +"282642",56705,90381 +"282643",56705,106634 +"282644",56705,120601 +"282645",56705,120605 +"282646",56706,56847 +"282647",56706,56849 +"282648",56707,69284 +"282649",56707,80999 +"282650",56707,122595 +"282651",56709,66558 +"282652",56709,84893 +"282653",56710,56936 +"282654",56712,76652 +"282655",56712,100134 +"282656",56713,66792 +"282657",56714,64065 +"282658",56714,93190 +"282659",56715,63387 +"282660",56715,77774 +"282661",56716,74870 +"282662",56717,98998 +"282663",56718,56873 +"282664",56718,62165 +"282665",56718,74862 +"282666",56718,116764 +"282667",56718,120845 +"282668",56720,56732 +"282669",56720,56754 +"282670",56720,83840 +"282671",56721,56722 +"282672",56722,85301 +"282673",56722,85515 +"282674",56723,56788 +"282675",56725,58377 +"282676",56726,78923 +"282677",56726,98203 +"282678",56727,59477 +"282679",56727,63701 +"282680",56727,73631 +"282681",56727,92029 +"282682",56729,64371 +"282683",56730,60853 +"282684",56730,62501 +"282685",56731,74385 +"282686",56731,74475 +"282687",56732,56754 +"282688",56732,113505 +"282689",56734,56785 +"282690",56735,56766 +"282691",56735,56778 +"282692",56735,68065 +"282693",56737,57072 +"282694",56737,61396 +"282695",56737,65360 +"282696",56737,75084 +"282697",56737,75895 +"282698",56737,79306 +"282699",56737,82156 +"282700",56737,84390 +"282701",56737,87492 +"282702",56738,61068 +"282703",56738,78363 +"282704",56738,81675 +"282705",56739,106029 +"282706",56740,60360 +"282707",56740,76143 +"282708",56740,89170 +"282709",56740,89280 +"282710",56740,102465 +"282711",56740,114812 +"282712",56742,86456 +"282713",56745,56782 +"282714",56746,74632 +"282715",56747,56837 +"282716",56748,57023 +"282717",56749,66954 +"282718",56749,98503 +"282719",56749,106457 +"282720",56749,106474 +"282721",56751,67614 +"282722",56751,72291 +"282723",56752,66087 +"282724",56754,86904 +"282725",56755,94831 +"282726",56756,63348 +"282727",56757,98325 +"282728",56757,115128 +"282729",56760,110795 +"282730",56763,67331 +"282731",56763,83010 +"282732",56765,62415 +"282733",56766,56778 +"282734",56766,68065 +"282735",56766,91553 +"282736",56767,86580 +"282737",56767,113041 +"282738",56768,57043 +"282739",56768,74016 +"282740",56769,74377 +"282741",56769,91970 +"282742",56771,87418 +"282743",56772,56799 +"282744",56773,56789 +"282745",56773,56800 +"282746",56774,57366 +"282747",56774,59941 +"282748",56774,63265 +"282749",56774,64051 +"282750",56774,67204 +"282751",56774,72341 +"282752",56775,98371 +"282753",56778,74917 +"282754",56779,105580 +"282755",56780,73119 +"282756",56780,91244 +"282757",56780,94784 +"282758",56781,56911 +"282759",56783,76132 +"282760",56783,81983 +"282761",56783,102862 +"282762",56783,102884 +"282763",56783,102906 +"282764",56786,56792 +"282765",56786,92454 +"282766",56786,116975 +"282767",56786,117992 +"282768",56786,117998 +"282769",56787,69037 +"282770",56787,74218 +"282771",56787,74558 +"282772",56787,75054 +"282773",56787,81749 +"282774",56788,88900 +"282775",56788,94112 +"282776",56789,56800 +"282777",56789,110634 +"282778",56790,56886 +"282779",56791,62445 +"282780",56791,78572 +"282781",56791,89233 +"282782",56793,56794 +"282783",56794,64272 +"282784",56794,65159 +"282785",56794,73035 +"282786",56795,56805 +"282787",56795,65832 +"282788",56796,59965 +"282789",56796,65402 +"282790",56797,82716 +"282791",56798,104427 +"282792",56799,88726 +"282793",56802,59145 +"282794",56802,59150 +"282795",56802,59214 +"282796",56802,59225 +"282797",56803,58906 +"282798",56804,56988 +"282799",56806,67760 +"282800",56806,71103 +"282801",56806,78763 +"282802",56807,73844 +"282803",56807,75662 +"282804",56807,77220 +"282805",56807,83140 +"282806",56808,56883 +"282807",56810,69875 +"282808",56810,79087 +"282809",56810,104520 +"282810",56812,72847 +"282811",56812,81015 +"282812",56812,87681 +"282813",56813,60446 +"282814",56813,75024 +"282815",56813,83501 +"282816",56815,60976 +"282817",56815,61271 +"282818",56815,64095 +"282819",56816,56932 +"282820",56818,74071 +"282821",56818,83428 +"282822",56818,83443 +"282823",56818,94429 +"282824",56820,82033 +"282825",56820,106826 +"282826",56821,57405 +"282827",56821,61276 +"282828",56821,75355 +"282829",56822,56890 +"282830",56822,56935 +"282831",56823,56899 +"282832",56824,93569 +"282833",56824,94265 +"282834",56824,105450 +"282835",56824,105454 +"282836",56824,105455 +"282837",56824,105456 +"282838",56824,105467 +"282839",56825,83211 +"282840",56825,120573 +"282841",56828,83798 +"282842",56828,93399 +"282843",56828,93418 +"282844",56828,93434 +"282845",56828,93472 +"282846",56830,56875 +"282847",56830,59376 +"282848",56834,56962 +"282849",56834,56980 +"282850",56834,56982 +"282851",56835,77969 +"282852",56835,84950 +"282853",56835,88387 +"282854",56835,97750 +"282855",56835,98564 +"282856",56835,102773 +"282857",56836,59253 +"282858",56836,66544 +"282859",56836,66593 +"282860",56836,69326 +"282861",56837,62473 +"282862",56837,112634 +"282863",56838,96054 +"282864",56839,56993 +"282865",56839,66877 +"282866",56839,74852 +"282867",56839,107060 +"282868",56840,56922 +"282869",56840,59900 +"282870",56840,64422 +"282871",56840,67807 +"282872",56840,72476 +"282873",56842,57889 +"282874",56844,57366 +"282875",56845,121905 +"282876",56846,84398 +"282877",56846,94779 +"282878",56846,118373 +"282879",56847,56849 +"282880",56850,59975 +"282881",56850,67252 +"282882",56852,63712 +"282883",56852,105209 +"282884",56853,62555 +"282885",56853,76223 +"282886",56853,76224 +"282887",56853,76451 +"282888",56853,76455 +"282889",56853,76456 +"282890",56853,76476 +"282891",56854,63502 +"282892",56854,77039 +"282893",56854,77120 +"282894",56854,81469 +"282895",56854,97407 +"282896",56854,101341 +"282897",56854,104333 +"282898",56855,81421 +"282899",56855,108345 +"282900",56857,99273 +"282901",56859,61702 +"282902",56859,62137 +"282903",56859,62228 +"282904",56859,62296 +"282905",56859,62739 +"282906",56859,66523 +"282907",56859,71510 +"282908",56859,72065 +"282909",56859,72069 +"282910",56859,72070 +"282911",56859,72072 +"282912",56859,72077 +"282913",56859,72088 +"282914",56859,72102 +"282915",56859,72106 +"282916",56859,72107 +"282917",56859,73414 +"282918",56859,73417 +"282919",56859,73418 +"282920",56859,73423 +"282921",56859,73443 +"282922",56859,85052 +"282923",56859,85085 +"282924",56860,105647 +"282925",56861,64922 +"282926",56861,105883 +"282927",56862,65520 +"282928",56864,82850 +"282929",56864,83825 +"282930",56865,98326 +"282931",56867,56868 +"282932",56868,69934 +"282933",56868,79461 +"282934",56869,81095 +"282935",56869,118056 +"282936",56870,88487 +"282937",56870,100206 +"282938",56870,111761 +"282939",56870,120922 +"282940",56871,59505 +"282941",56871,66318 +"282942",56871,74506 +"282943",56871,91904 +"282944",56871,98166 +"282945",56871,100124 +"282946",56871,101112 +"282947",56871,101924 +"282948",56871,112253 +"282949",56872,88887 +"282950",56873,61673 +"282951",56873,62165 +"282952",56873,74862 +"282953",56873,85713 +"282954",56873,92652 +"282955",56873,116764 +"282956",56873,120845 +"282957",56876,84342 +"282958",56877,116454 +"282959",56879,59649 +"282960",56879,93032 +"282961",56881,84779 +"282962",56881,90296 +"282963",56883,58927 +"282964",56883,61608 +"282965",56884,85256 +"282966",56886,69538 +"282967",56886,97709 +"282968",56886,104861 +"282969",56887,58053 +"282970",56887,97452 +"282971",56888,76003 +"282972",56888,86344 +"282973",56888,106057 +"282974",56889,60723 +"282975",56889,63419 +"282976",56889,100432 +"282977",56889,102637 +"282978",56890,56935 +"282979",56891,61585 +"282980",56891,88905 +"282981",56892,64005 +"282982",56892,66560 +"282983",56892,69000 +"282984",56892,69002 +"282985",56893,81988 +"282986",56894,77381 +"282987",56894,105929 +"282988",56895,88489 +"282989",56895,110626 +"282990",56896,57005 +"282991",56896,57006 +"282992",56897,56947 +"282993",56899,79249 +"282994",56899,123391 +"282995",56900,56923 +"282996",56900,56925 +"282997",56900,60820 +"282998",56900,66850 +"282999",56900,66934 +"283000",56901,75288 +"283001",56901,92248 +"283002",56901,95982 +"283003",56903,76044 +"283004",56903,85356 +"283005",56903,104931 +"283006",56903,120730 +"283007",56904,56919 +"283008",56906,62317 +"283009",56906,74189 +"283010",56906,83495 +"283011",56906,98945 +"283012",56906,111487 +"283013",56906,122441 +"283014",56906,122442 +"283015",56906,122443 +"283016",56906,122446 +"283017",56907,64224 +"283018",56908,68939 +"283019",56908,74417 +"283020",56908,77307 +"283021",56908,82034 +"283022",56908,96648 +"283023",56908,109914 +"283024",56908,109934 +"283025",56908,119913 +"283026",56909,56910 +"283027",56910,79180 +"283028",56910,79527 +"283029",56910,80723 +"283030",56910,81070 +"283031",56910,98459 +"283032",56913,57181 +"283033",56913,87200 +"283034",56914,58160 +"283035",56915,90751 +"283036",56915,108926 +"283037",56915,108937 +"283038",56916,61902 +"283039",56916,102677 +"283040",56917,74642 +"283041",56917,94989 +"283042",56917,96244 +"283043",56918,71075 +"283044",56918,81850 +"283045",56918,103520 +"283046",56919,75308 +"283047",56919,85331 +"283048",56920,84431 +"283049",56921,58475 +"283050",56921,58732 +"283051",56923,56925 +"283052",56923,71031 +"283053",56924,121581 +"283054",56925,59669 +"283055",56925,92535 +"283056",56926,64502 +"283057",56926,81356 +"283058",56926,85736 +"283059",56929,72994 +"283060",56929,73008 +"283061",56929,73009 +"283062",56931,82104 +"283063",56932,114890 +"283064",56932,118929 +"283065",56934,58079 +"283066",56934,80692 +"283067",56934,83359 +"283068",56934,87971 +"283069",56937,94018 +"283070",56937,96918 +"283071",56937,108275 +"283072",56937,108671 +"283073",56937,123357 +"283074",56937,123358 +"283075",56939,59733 +"283076",56939,61971 +"283077",56939,62520 +"283078",56940,57810 +"283079",56940,60966 +"283080",56940,61325 +"283081",56941,56970 +"283082",56943,57532 +"283083",56943,63659 +"283084",56945,56966 +"283085",56946,69930 +"283086",56946,93948 +"283087",56946,114672 +"283088",56948,86757 +"283089",56948,86763 +"283090",56948,86768 +"283091",56950,56978 +"283092",56950,57041 +"283093",56951,85336 +"283094",56953,57004 +"283095",56954,75416 +"283096",56954,83818 +"283097",56954,102183 +"283098",56955,64806 +"283099",56955,65677 +"283100",56955,67102 +"283101",56955,68928 +"283102",56955,86548 +"283103",56955,96728 +"283104",56955,100332 +"283105",56955,103658 +"283106",56955,113105 +"283107",56955,115040 +"283108",56955,118056 +"283109",56957,82105 +"283110",56957,83031 +"283111",56957,83049 +"283112",56957,84962 +"283113",56958,104239 +"283114",56959,82205 +"283115",56959,122379 +"283116",56960,56961 +"283117",56962,56980 +"283118",56962,56982 +"283119",56962,73611 +"283120",56962,98300 +"283121",56966,64436 +"283122",56966,71906 +"283123",56967,69188 +"283124",56968,70881 +"283125",56969,80174 +"283126",56972,58379 +"283127",56972,62579 +"283128",56972,76406 +"283129",56972,77352 +"283130",56972,77643 +"283131",56972,112633 +"283132",56973,77793 +"283133",56974,81181 +"283134",56975,67804 +"283135",56975,84412 +"283136",56975,116434 +"283137",56976,60800 +"283138",56976,61653 +"283139",56976,71027 +"283140",56978,57041 +"283141",56979,57022 +"283142",56979,65937 +"283143",56980,56982 +"283144",56981,58750 +"283145",56982,73611 +"283146",56982,98300 +"283147",56983,77562 +"283148",56983,82023 +"283149",56983,94459 +"283150",56983,96733 +"283151",56983,96990 +"283152",56983,112456 +"283153",56983,113847 +"283154",56984,66956 +"283155",56984,98754 +"283156",56985,57047 +"283157",56986,62259 +"283158",56987,112291 +"283159",56989,76533 +"283160",56989,99516 +"283161",56990,57312 +"283162",56990,57320 +"283163",56990,57349 +"283164",56990,68231 +"283165",56990,78742 +"283166",56990,80174 +"283167",56990,94196 +"283168",56990,95943 +"283169",56990,96658 +"283170",56990,107237 +"283171",56990,107279 +"283172",56992,74336 +"283173",56992,121113 +"283174",56992,123127 +"283175",56993,66877 +"283176",56993,103089 +"283177",56994,61426 +"283178",56994,61458 +"283179",56995,96616 +"283180",56995,107258 +"283181",56996,72037 +"283182",56997,69099 +"283183",56997,99866 +"283184",56997,123122 +"283185",57000,94538 +"283186",57002,93747 +"283187",57003,60099 +"283188",57003,74017 +"283189",57003,75601 +"283190",57003,86625 +"283191",57004,85708 +"283192",57005,57006 +"283193",57006,107006 +"283194",57007,90049 +"283195",57007,95552 +"283196",57007,104733 +"283197",57010,65087 +"283198",57010,100631 +"283199",57010,117329 +"283200",57011,57186 +"283201",57013,60271 +"283202",57013,60353 +"283203",57013,60515 +"283204",57013,120253 +"283205",57013,120258 +"283206",57013,123197 +"283207",57013,123369 +"283208",57014,58141 +"283209",57014,70356 +"283210",57014,85398 +"283211",57014,85432 +"283212",57015,65637 +"283213",57015,118241 +"283214",57017,59455 +"283215",57017,65297 +"283216",57017,76403 +"283217",57017,85072 +"283218",57017,90500 +"283219",57017,96062 +"283220",57017,101131 +"283221",57017,101148 +"283222",57017,105253 +"283223",57017,107154 +"283224",57017,110657 +"283225",57017,117830 +"283226",57017,119019 +"283227",57017,119027 +"283228",57018,77212 +"283229",57018,80706 +"283230",57019,61543 +"283231",57023,98173 +"283232",57024,68053 +"283233",57024,68763 +"283234",57024,92209 +"283235",57024,110714 +"283236",57026,108827 +"283237",57028,57090 +"283238",57028,113401 +"283239",57028,113415 +"283240",57029,76105 +"283241",57032,82624 +"283242",57033,68623 +"283243",57033,91151 +"283244",57033,105619 +"283245",57033,105659 +"283246",57034,57039 +"283247",57036,114580 +"283248",57037,62949 +"283249",57037,63421 +"283250",57037,63608 +"283251",57037,80382 +"283252",57037,81263 +"283253",57037,83006 +"283254",57037,83560 +"283255",57037,83889 +"283256",57037,87871 +"283257",57037,90389 +"283258",57037,97910 +"283259",57037,105817 +"283260",57040,64732 +"283261",57040,67996 +"283262",57040,101920 +"283263",57041,61871 +"283264",57041,62043 +"283265",57042,83502 +"283266",57042,92868 +"283267",57043,65523 +"283268",57043,76683 +"283269",57043,86985 +"283270",57043,93250 +"283271",57043,99703 +"283272",57043,105522 +"283273",57043,106070 +"283274",57045,68162 +"283275",57046,65420 +"283276",57046,99239 +"283277",57046,102332 +"283278",57046,104343 +"283279",57047,57778 +"283280",57047,59451 +"283281",57047,70883 +"283282",57047,84746 +"283283",57047,98181 +"283284",57047,105864 +"283285",57047,106005 +"283286",57047,111713 +"283287",57048,58327 +"283288",57048,82041 +"283289",57048,86199 +"283290",57048,86212 +"283291",57048,109464 +"283292",57049,108523 +"283293",57050,57051 +"283294",57050,87898 +"283295",57050,91798 +"283296",57050,93749 +"283297",57050,101645 +"283298",57050,109809 +"283299",57053,86635 +"283300",57053,105727 +"283301",57053,109313 +"283302",57054,66638 +"283303",57055,57100 +"283304",57055,57112 +"283305",57055,57148 +"283306",57056,57110 +"283307",57056,57121 +"283308",57056,100622 +"283309",57057,66317 +"283310",57057,66602 +"283311",57057,75780 +"283312",57058,58275 +"283313",57058,58291 +"283314",57058,58293 +"283315",57058,58855 +"283316",57058,74575 +"283317",57058,75025 +"283318",57058,80569 +"283319",57058,82901 +"283320",57058,93073 +"283321",57058,96081 +"283322",57058,99070 +"283323",57058,100607 +"283324",57058,101067 +"283325",57058,101484 +"283326",57058,102215 +"283327",57058,102233 +"283328",57058,104341 +"283329",57059,79965 +"283330",57059,88761 +"283331",57060,57153 +"283332",57060,73635 +"283333",57061,59768 +"283334",57063,57113 +"283335",57064,76639 +"283336",57064,80359 +"283337",57064,93969 +"283338",57064,94569 +"283339",57064,110496 +"283340",57064,116430 +"283341",57065,80212 +"283342",57065,117053 +"283343",57065,117227 +"283344",57065,117428 +"283345",57066,62339 +"283346",57066,62642 +"283347",57067,67499 +"283348",57067,70732 +"283349",57067,70977 +"283350",57067,89690 +"283351",57067,101110 +"283352",57068,73983 +"283353",57069,73244 +"283354",57069,96837 +"283355",57070,80573 +"283356",57070,86141 +"283357",57071,73721 +"283358",57071,91586 +"283359",57072,59799 +"283360",57072,64994 +"283361",57072,69352 +"283362",57072,72827 +"283363",57072,75895 +"283364",57072,79822 +"283365",57072,91544 +"283366",57072,93562 +"283367",57074,82499 +"283368",57074,91500 +"283369",57077,63744 +"283370",57077,69739 +"283371",57077,92968 +"283372",57077,102050 +"283373",57077,103588 +"283374",57077,114942 +"283375",57077,116652 +"283376",57078,57578 +"283377",57081,57082 +"283378",57081,75042 +"283379",57081,91532 +"283380",57082,58238 +"283381",57082,61115 +"283382",57082,61469 +"283383",57082,71536 +"283384",57082,86286 +"283385",57082,113215 +"283386",57082,113468 +"283387",57082,118004 +"283388",57082,123430 +"283389",57083,84779 +"283390",57083,89905 +"283391",57084,57585 +"283392",57084,57916 +"283393",57084,58422 +"283394",57084,64897 +"283395",57084,67829 +"283396",57084,71695 +"283397",57084,71698 +"283398",57084,71754 +"283399",57085,110464 +"283400",57086,57167 +"283401",57086,63543 +"283402",57086,87751 +"283403",57086,117952 +"283404",57086,118387 +"283405",57086,118581 +"283406",57087,80893 +"283407",57087,118430 +"283408",57088,57709 +"283409",57088,68095 +"283410",57088,92303 +"283411",57088,100671 +"283412",57089,75240 +"283413",57090,90364 +"283414",57092,58128 +"283415",57093,64908 +"283416",57093,80925 +"283417",57093,83473 +"283418",57093,95971 +"283419",57093,111075 +"283420",57094,58898 +"283421",57094,59147 +"283422",57094,59237 +"283423",57094,59359 +"283424",57094,61563 +"283425",57094,61867 +"283426",57094,62007 +"283427",57094,62078 +"283428",57094,62375 +"283429",57094,62633 +"283430",57094,63395 +"283431",57094,64408 +"283432",57094,64418 +"283433",57094,64511 +"283434",57094,65230 +"283435",57094,66145 +"283436",57094,67503 +"283437",57094,67721 +"283438",57094,68816 +"283439",57094,68909 +"283440",57094,68938 +"283441",57094,69332 +"283442",57094,69681 +"283443",57094,70610 +"283444",57094,70611 +"283445",57094,70725 +"283446",57094,71211 +"283447",57094,71505 +"283448",57094,71887 +"283449",57094,83913 +"283450",57094,102003 +"283451",57094,102101 +"283452",57094,110399 +"283453",57095,57115 +"283454",57095,59312 +"283455",57095,59462 +"283456",57097,60426 +"283457",57098,72490 +"283458",57099,85143 +"283459",57099,92747 +"283460",57100,57112 +"283461",57100,57148 +"283462",57101,63707 +"283463",57102,63735 +"283464",57103,59350 +"283465",57105,58035 +"283466",57105,83165 +"283467",57105,83906 +"283468",57105,83915 +"283469",57105,83949 +"283470",57105,103476 +"283471",57105,118665 +"283472",57106,114328 +"283473",57107,57130 +"283474",57107,67512 +"283475",57107,88133 +"283476",57107,104797 +"283477",57110,57121 +"283478",57110,62227 +"283479",57110,72942 +"283480",57110,80208 +"283481",57110,91671 +"283482",57111,57601 +"283483",57111,57602 +"283484",57111,57626 +"283485",57111,90929 +"283486",57112,57148 +"283487",57114,66020 +"283488",57116,86549 +"283489",57117,58847 +"283490",57118,117880 +"283491",57119,73306 +"283492",57119,90134 +"283493",57119,95234 +"283494",57120,58721 +"283495",57120,69828 +"283496",57120,87063 +"283497",57120,105363 +"283498",57120,105428 +"283499",57120,106113 +"283500",57123,60229 +"283501",57123,78868 +"283502",57123,88638 +"283503",57123,104897 +"283504",57124,72381 +"283505",57124,72383 +"283506",57125,64980 +"283507",57125,79007 +"283508",57125,82768 +"283509",57125,107329 +"283510",57126,69745 +"283511",57127,93655 +"283512",57127,94348 +"283513",57127,104251 +"283514",57129,57230 +"283515",57129,71705 +"283516",57129,72419 +"283517",57132,59756 +"283518",57133,84908 +"283519",57133,122272 +"283520",57134,105388 +"283521",57134,116034 +"283522",57134,118915 +"283523",57135,60523 +"283524",57136,81159 +"283525",57136,97945 +"283526",57136,99005 +"283527",57136,101764 +"283528",57136,109789 +"283529",57137,70492 +"283530",57137,71350 +"283531",57139,85446 +"283532",57140,70716 +"283533",57140,70777 +"283534",57141,58003 +"283535",57143,70748 +"283536",57143,72083 +"283537",57143,74868 +"283538",57143,83216 +"283539",57143,90080 +"283540",57143,97368 +"283541",57143,99882 +"283542",57143,106815 +"283543",57144,66511 +"283544",57145,69145 +"283545",57145,69149 +"283546",57146,70561 +"283547",57146,74759 +"283548",57147,61957 +"283549",57147,63062 +"283550",57147,63086 +"283551",57147,63087 +"283552",57147,63098 +"283553",57147,63106 +"283554",57147,63118 +"283555",57147,63128 +"283556",57147,63136 +"283557",57147,63137 +"283558",57147,63144 +"283559",57149,74347 +"283560",57150,57760 +"283561",57150,68449 +"283562",57150,83364 +"283563",57151,61612 +"283564",57151,71623 +"283565",57151,93173 +"283566",57151,93316 +"283567",57153,73635 +"283568",57153,89014 +"283569",57153,96757 +"283570",57155,70484 +"283571",57155,73605 +"283572",57155,73970 +"283573",57155,80156 +"283574",57155,106962 +"283575",57157,117132 +"283576",57157,117794 +"283577",57161,61893 +"283578",57161,122556 +"283579",57162,71359 +"283580",57162,80622 +"283581",57164,57211 +"283582",57164,57238 +"283583",57164,64505 +"283584",57164,69777 +"283585",57166,57441 +"283586",57166,57683 +"283587",57166,64467 +"283588",57166,69982 +"283589",57167,57186 +"283590",57167,65092 +"283591",57167,91858 +"283592",57168,59952 +"283593",57168,62840 +"283594",57170,57217 +"283595",57170,57598 +"283596",57170,72630 +"283597",57172,57977 +"283598",57172,70158 +"283599",57173,89753 +"283600",57173,93404 +"283601",57174,57178 +"283602",57174,91899 +"283603",57174,100662 +"283604",57177,57197 +"283605",57180,85373 +"283606",57180,85520 +"283607",57183,57222 +"283608",57183,57240 +"283609",57183,57248 +"283610",57184,57296 +"283611",57184,62324 +"283612",57184,65748 +"283613",57184,71704 +"283614",57184,88966 +"283615",57184,92184 +"283616",57184,93584 +"283617",57184,95627 +"283618",57184,101113 +"283619",57184,119320 +"283620",57185,112204 +"283621",57186,57258 +"283622",57186,70671 +"283623",57186,73374 +"283624",57186,75825 +"283625",57186,75941 +"283626",57186,80657 +"283627",57186,81000 +"283628",57186,84367 +"283629",57186,90364 +"283630",57186,94412 +"283631",57186,99338 +"283632",57186,101100 +"283633",57186,103245 +"283634",57186,103253 +"283635",57186,103282 +"283636",57186,110379 +"283637",57186,118105 +"283638",57186,120463 +"283639",57187,96281 +"283640",57189,97658 +"283641",57189,122877 +"283642",57190,57202 +"283643",57190,57215 +"283644",57190,57232 +"283645",57190,57685 +"283646",57190,94444 +"283647",57190,96644 +"283648",57191,89630 +"283649",57191,101963 +"283650",57192,57193 +"283651",57192,96254 +"283652",57195,79379 +"283653",57198,64033 +"283654",57202,57215 +"283655",57202,57232 +"283656",57202,57685 +"283657",57203,86837 +"283658",57203,93608 +"283659",57203,94125 +"283660",57203,94711 +"283661",57203,113933 +"283662",57204,74699 +"283663",57204,78890 +"283664",57205,57243 +"283665",57205,57244 +"283666",57205,57255 +"283667",57207,70358 +"283668",57207,101925 +"283669",57208,100371 +"283670",57209,58220 +"283671",57209,75552 +"283672",57209,78207 +"283673",57209,78243 +"283674",57209,82396 +"283675",57209,83806 +"283676",57209,92534 +"283677",57209,99140 +"283678",57210,57258 +"283679",57210,57652 +"283680",57210,58482 +"283681",57210,59172 +"283682",57210,59326 +"283683",57210,59816 +"283684",57210,61874 +"283685",57210,63274 +"283686",57210,66027 +"283687",57210,66322 +"283688",57210,67327 +"283689",57210,70233 +"283690",57210,70854 +"283691",57210,71683 +"283692",57210,72568 +"283693",57210,72628 +"283694",57210,73767 +"283695",57210,76836 +"283696",57210,78532 +"283697",57210,81609 +"283698",57210,85885 +"283699",57210,87853 +"283700",57210,91255 +"283701",57210,92247 +"283702",57210,92352 +"283703",57210,92362 +"283704",57210,92929 +"283705",57210,93719 +"283706",57210,94906 +"283707",57210,94946 +"283708",57210,95889 +"283709",57210,96093 +"283710",57210,97988 +"283711",57210,99309 +"283712",57210,99376 +"283713",57210,99450 +"283714",57210,99471 +"283715",57210,99474 +"283716",57210,99482 +"283717",57210,100916 +"283718",57210,100944 +"283719",57210,101126 +"283720",57210,101329 +"283721",57210,104447 +"283722",57210,105557 +"283723",57210,107199 +"283724",57210,108743 +"283725",57210,108980 +"283726",57210,109291 +"283727",57210,109933 +"283728",57210,110483 +"283729",57210,110567 +"283730",57210,110572 +"283731",57210,110630 +"283732",57210,110648 +"283733",57210,110711 +"283734",57210,110770 +"283735",57210,110869 +"283736",57210,110911 +"283737",57210,111285 +"283738",57210,111314 +"283739",57210,111362 +"283740",57210,111372 +"283741",57210,111424 +"283742",57210,111433 +"283743",57210,112422 +"283744",57210,113269 +"283745",57210,113430 +"283746",57210,114242 +"283747",57210,114842 +"283748",57210,115092 +"283749",57210,115427 +"283750",57210,115521 +"283751",57210,115711 +"283752",57210,119634 +"283753",57210,121918 +"283754",57211,57238 +"283755",57211,61094 +"283756",57211,69777 +"283757",57212,65081 +"283758",57215,57232 +"283759",57215,57685 +"283760",57216,57241 +"283761",57218,65784 +"283762",57219,75382 +"283763",57219,98567 +"283764",57219,115508 +"283765",57221,77722 +"283766",57222,57240 +"283767",57222,57248 +"283768",57223,57237 +"283769",57223,57254 +"283770",57224,57351 +"283771",57225,62442 +"283772",57225,80809 +"283773",57227,80373 +"283774",57227,107460 +"283775",57228,57259 +"283776",57228,62804 +"283777",57228,71137 +"283778",57228,84041 +"283779",57229,82014 +"283780",57229,82022 +"283781",57230,96642 +"283782",57230,116517 +"283783",57231,60264 +"283784",57231,60905 +"283785",57231,69346 +"283786",57231,69524 +"283787",57231,73662 +"283788",57231,83135 +"283789",57231,91366 +"283790",57231,91909 +"283791",57232,57685 +"283792",57233,57234 +"283793",57234,110050 +"283794",57235,57252 +"283795",57235,64420 +"283796",57237,57254 +"283797",57237,68827 +"283798",57237,97787 +"283799",57237,103945 +"283800",57238,61092 +"283801",57238,70614 +"283802",57238,71903 +"283803",57238,72211 +"283804",57238,72218 +"283805",57239,57346 +"283806",57239,71609 +"283807",57239,78772 +"283808",57239,89260 +"283809",57240,57248 +"283810",57240,79807 +"283811",57240,103896 +"283812",57240,109492 +"283813",57240,109496 +"283814",57240,109498 +"283815",57240,109518 +"283816",57240,109532 +"283817",57240,112855 +"283818",57241,68334 +"283819",57241,70431 +"283820",57241,75213 +"283821",57243,57244 +"283822",57243,57255 +"283823",57244,57255 +"283824",57245,115197 +"283825",57246,89105 +"283826",57246,89114 +"283827",57246,91935 +"283828",57246,95321 +"283829",57246,96828 +"283830",57246,104692 +"283831",57247,102556 +"283832",57248,83486 +"283833",57249,59179 +"283834",57250,86816 +"283835",57250,112191 +"283836",57251,73134 +"283837",57251,73262 +"283838",57252,59316 +"283839",57252,60259 +"283840",57252,64420 +"283841",57252,66374 +"283842",57253,66261 +"283843",57253,68457 +"283844",57253,69198 +"283845",57253,77565 +"283846",57253,78889 +"283847",57253,78974 +"283848",57253,86023 +"283849",57253,87813 +"283850",57253,88773 +"283851",57253,90993 +"283852",57253,90994 +"283853",57253,92417 +"283854",57253,100319 +"283855",57253,101250 +"283856",57253,101462 +"283857",57253,109885 +"283858",57253,110742 +"283859",57253,112606 +"283860",57253,116142 +"283861",57253,116150 +"283862",57253,116151 +"283863",57253,116152 +"283864",57253,116155 +"283865",57253,116159 +"283866",57253,116163 +"283867",57253,116165 +"283868",57253,116166 +"283869",57253,116171 +"283870",57253,116677 +"283871",57253,116678 +"283872",57254,75843 +"283873",57254,75933 +"283874",57254,93821 +"283875",57256,64419 +"283876",57257,75308 +"283877",57258,57652 +"283878",57258,70671 +"283879",57258,73374 +"283880",57258,94648 +"283881",57258,100390 +"283882",57258,103090 +"283883",57258,104698 +"283884",57258,119977 +"283885",57258,120025 +"283886",57258,120038 +"283887",57259,60666 +"283888",57259,71137 +"283889",57259,81473 +"283890",57260,66380 +"283891",57260,66382 +"283892",57260,70867 +"283893",57260,75311 +"283894",57261,61709 +"283895",57261,61903 +"283896",57262,63033 +"283897",57262,66286 +"283898",57262,76921 +"283899",57262,80578 +"283900",57262,88764 +"283901",57262,90198 +"283902",57262,100090 +"283903",57262,100998 +"283904",57262,106567 +"283905",57262,109259 +"283906",57262,111435 +"283907",57262,114104 +"283908",57262,118636 +"283909",57262,120140 +"283910",57262,120413 +"283911",57262,122429 +"283912",57262,122435 +"283913",57263,88617 +"283914",57263,102932 +"283915",57263,120773 +"283916",57264,57313 +"283917",57265,65781 +"283918",57265,115261 +"283919",57266,62680 +"283920",57266,62692 +"283921",57266,97803 +"283922",57267,61094 +"283923",57267,63670 +"283924",57267,71282 +"283925",57268,95531 +"283926",57268,104303 +"283927",57270,58645 +"283928",57270,60928 +"283929",57270,65137 +"283930",57270,80041 +"283931",57270,99575 +"283932",57270,101067 +"283933",57270,107050 +"283934",57271,115390 +"283935",57273,57274 +"283936",57273,75299 +"283937",57273,77276 +"283938",57273,93242 +"283939",57273,107609 +"283940",57274,101765 +"283941",57274,102298 +"283942",57275,57276 +"283943",57275,74485 +"283944",57275,89871 +"283945",57275,112798 +"283946",57277,92789 +"283947",57278,66173 +"283948",57278,76508 +"283949",57279,65140 +"283950",57279,71068 +"283951",57279,82935 +"283952",57279,92575 +"283953",57279,119226 +"283954",57281,66222 +"283955",57281,66223 +"283956",57281,66263 +"283957",57281,66312 +"283958",57281,66353 +"283959",57282,59648 +"283960",57283,61216 +"283961",57283,68716 +"283962",57283,68721 +"283963",57283,68779 +"283964",57283,69097 +"283965",57283,69098 +"283966",57285,57300 +"283967",57286,84826 +"283968",57286,90056 +"283969",57287,59776 +"283970",57287,60709 +"283971",57290,58430 +"283972",57290,64300 +"283973",57291,82964 +"283974",57291,96162 +"283975",57292,75586 +"283976",57292,90170 +"283977",57292,106053 +"283978",57293,87673 +"283979",57294,115312 +"283980",57294,118717 +"283981",57295,79845 +"283982",57295,84764 +"283983",57295,87949 +"283984",57296,65748 +"283985",57296,88966 +"283986",57297,57342 +"283987",57297,58599 +"283988",57297,108328 +"283989",57297,109269 +"283990",57297,109270 +"283991",57298,60967 +"283992",57298,91109 +"283993",57301,57315 +"283994",57301,95155 +"283995",57302,58867 +"283996",57302,93005 +"283997",57302,95125 +"283998",57302,95363 +"283999",57302,114465 +"284000",57303,82814 +"284001",57305,57306 +"284002",57307,57372 +"284003",57307,57843 +"284004",57307,60301 +"284005",57307,60310 +"284006",57307,60348 +"284007",57307,60407 +"284008",57307,61478 +"284009",57308,100373 +"284010",57308,107341 +"284011",57308,107614 +"284012",57308,113750 +"284013",57311,57371 +"284014",57311,73196 +"284015",57311,74825 +"284016",57312,57320 +"284017",57312,57349 +"284018",57316,121947 +"284019",57318,67993 +"284020",57318,72487 +"284021",57319,73071 +"284022",57319,76495 +"284023",57319,109103 +"284024",57320,57349 +"284025",57320,60734 +"284026",57320,100488 +"284027",57322,57334 +"284028",57324,85030 +"284029",57325,107902 +"284030",57325,108116 +"284031",57326,64843 +"284032",57326,69779 +"284033",57326,73794 +"284034",57326,75763 +"284035",57326,77116 +"284036",57326,79977 +"284037",57326,84510 +"284038",57326,88280 +"284039",57326,90558 +"284040",57326,90946 +"284041",57326,91144 +"284042",57326,92035 +"284043",57326,94789 +"284044",57326,97836 +"284045",57326,99162 +"284046",57326,99396 +"284047",57326,100377 +"284048",57326,113952 +"284049",57327,57373 +"284050",57327,57909 +"284051",57328,58990 +"284052",57329,66912 +"284053",57330,58658 +"284054",57330,61522 +"284055",57330,66612 +"284056",57330,68762 +"284057",57330,75763 +"284058",57330,76131 +"284059",57330,77511 +"284060",57330,77693 +"284061",57330,79227 +"284062",57330,80913 +"284063",57330,84510 +"284064",57330,88484 +"284065",57330,88764 +"284066",57330,90836 +"284067",57330,95777 +"284068",57330,99613 +"284069",57330,99785 +"284070",57330,101311 +"284071",57330,109958 +"284072",57331,57339 +"284073",57332,57363 +"284074",57332,57364 +"284075",57333,77994 +"284076",57333,77995 +"284077",57333,78412 +"284078",57333,85055 +"284079",57334,61445 +"284080",57334,62513 +"284081",57334,96364 +"284082",57334,118798 +"284083",57337,74267 +"284084",57337,79612 +"284085",57337,88226 +"284086",57337,88251 +"284087",57337,88645 +"284088",57337,90164 +"284089",57337,102541 +"284090",57338,84695 +"284091",57340,84965 +"284092",57340,111965 +"284093",57341,67067 +"284094",57341,78872 +"284095",57341,106017 +"284096",57343,83551 +"284097",57343,86953 +"284098",57344,64946 +"284099",57345,62573 +"284100",57345,70905 +"284101",57345,74060 +"284102",57346,65033 +"284103",57346,68093 +"284104",57346,71609 +"284105",57346,71678 +"284106",57346,73037 +"284107",57346,98049 +"284108",57346,98054 +"284109",57346,98256 +"284110",57346,103025 +"284111",57347,64862 +"284112",57347,86989 +"284113",57347,113212 +"284114",57348,57353 +"284115",57351,57549 +"284116",57351,57616 +"284117",57351,63556 +"284118",57351,63753 +"284119",57352,72810 +"284120",57352,113727 +"284121",57352,116925 +"284122",57352,120759 +"284123",57352,120767 +"284124",57352,120768 +"284125",57353,70228 +"284126",57353,81838 +"284127",57354,69064 +"284128",57355,70487 +"284129",57356,71399 +"284130",57356,110996 +"284131",57359,65182 +"284132",57359,85435 +"284133",57359,96173 +"284134",57360,114625 +"284135",57361,86305 +"284136",57362,71547 +"284137",57363,57364 +"284138",57363,57559 +"284139",57363,66195 +"284140",57363,66220 +"284141",57365,66320 +"284142",57365,88676 +"284143",57366,58381 +"284144",57366,59941 +"284145",57366,63265 +"284146",57366,68434 +"284147",57367,79428 +"284148",57367,86332 +"284149",57367,92926 +"284150",57367,94722 +"284151",57368,84675 +"284152",57369,66870 +"284153",57369,83979 +"284154",57370,65110 +"284155",57370,65325 +"284156",57371,74825 +"284157",57372,57843 +"284158",57372,60301 +"284159",57372,60310 +"284160",57372,60348 +"284161",57372,60407 +"284162",57372,67990 +"284163",57372,113294 +"284164",57372,113311 +"284165",57373,57909 +"284166",57373,121260 +"284167",57376,60693 +"284168",57376,62159 +"284169",57376,66637 +"284170",57376,67596 +"284171",57376,72069 +"284172",57376,73779 +"284173",57376,73793 +"284174",57377,59800 +"284175",57377,63895 +"284176",57377,63935 +"284177",57377,63947 +"284178",57377,63962 +"284179",57379,94520 +"284180",57380,59442 +"284181",57380,59571 +"284182",57380,90191 +"284183",57380,91020 +"284184",57380,92306 +"284185",57380,93102 +"284186",57380,112885 +"284187",57381,57473 +"284188",57381,58758 +"284189",57381,62787 +"284190",57381,81023 +"284191",57381,91564 +"284192",57381,94136 +"284193",57381,102291 +"284194",57382,57456 +"284195",57383,57395 +"284196",57383,57508 +"284197",57383,74088 +"284198",57383,77109 +"284199",57384,78809 +"284200",57384,107626 +"284201",57385,63119 +"284202",57385,80672 +"284203",57385,100220 +"284204",57385,100554 +"284205",57385,101961 +"284206",57386,57939 +"284207",57386,64145 +"284208",57387,57388 +"284209",57388,61860 +"284210",57389,106988 +"284211",57390,57453 +"284212",57390,58294 +"284213",57390,59120 +"284214",57391,93970 +"284215",57391,119744 +"284216",57392,57786 +"284217",57393,57732 +"284218",57393,58504 +"284219",57393,60163 +"284220",57394,84266 +"284221",57394,93227 +"284222",57394,96659 +"284223",57394,108106 +"284224",57394,114787 +"284225",57395,57508 +"284226",57397,59477 +"284227",57399,69996 +"284228",57401,88933 +"284229",57401,92536 +"284230",57401,122987 +"284231",57402,82316 +"284232",57402,82924 +"284233",57402,86291 +"284234",57402,100778 +"284235",57403,70352 +"284236",57404,64849 +"284237",57405,63601 +"284238",57405,69339 +"284239",57405,72132 +"284240",57405,75355 +"284241",57405,80697 +"284242",57405,85390 +"284243",57405,89412 +"284244",57407,62569 +"284245",57407,69687 +"284246",57407,70509 +"284247",57407,75287 +"284248",57407,92560 +"284249",57407,96349 +"284250",57407,106963 +"284251",57407,113020 +"284252",57407,113021 +"284253",57407,122974 +"284254",57408,58032 +"284255",57410,61785 +"284256",57410,80731 +"284257",57410,88232 +"284258",57410,110208 +"284259",57411,60885 +"284260",57411,67536 +"284261",57411,71336 +"284262",57411,90245 +"284263",57411,111806 +"284264",57411,119325 +"284265",57412,57413 +"284266",57412,57848 +"284267",57412,57869 +"284268",57412,57896 +"284269",57412,74547 +"284270",57412,96423 +"284271",57413,57848 +"284272",57413,57869 +"284273",57413,57896 +"284274",57413,59637 +"284275",57413,72318 +"284276",57414,65972 +"284277",57414,68667 +"284278",57414,76284 +"284279",57414,94480 +"284280",57414,103193 +"284281",57414,120110 +"284282",57415,59835 +"284283",57415,60553 +"284284",57416,121421 +"284285",57417,57963 +"284286",57419,67258 +"284287",57419,70207 +"284288",57419,70210 +"284289",57420,57464 +"284290",57421,94156 +"284291",57423,57945 +"284292",57424,106098 +"284293",57425,82243 +"284294",57426,57466 +"284295",57428,70679 +"284296",57431,62666 +"284297",57431,102887 +"284298",57432,57639 +"284299",57432,70998 +"284300",57432,104190 +"284301",57433,87887 +"284302",57433,88349 +"284303",57434,57435 +"284304",57434,57449 +"284305",57434,57450 +"284306",57435,57449 +"284307",57435,57450 +"284308",57435,65489 +"284309",57436,115671 +"284310",57437,61070 +"284311",57437,95643 +"284312",57437,106231 +"284313",57438,61647 +"284314",57438,110316 +"284315",57440,59309 +"284316",57440,86628 +"284317",57440,94076 +"284318",57440,94105 +"284319",57440,96865 +"284320",57440,118136 +"284321",57442,66677 +"284322",57442,78968 +"284323",57443,77752 +"284324",57443,102728 +"284325",57445,61347 +"284326",57445,71436 +"284327",57445,97242 +"284328",57446,77963 +"284329",57446,78305 +"284330",57446,79306 +"284331",57446,93518 +"284332",57446,93856 +"284333",57446,99044 +"284334",57446,101037 +"284335",57446,102660 +"284336",57446,114240 +"284337",57447,66428 +"284338",57447,73258 +"284339",57447,73290 +"284340",57449,57450 +"284341",57449,61126 +"284342",57449,72642 +"284343",57449,77269 +"284344",57449,80604 +"284345",57449,123277 +"284346",57451,63032 +"284347",57451,78210 +"284348",57451,120617 +"284349",57451,120619 +"284350",57454,82962 +"284351",57454,88984 +"284352",57454,93673 +"284353",57455,58661 +"284354",57455,92628 +"284355",57457,80682 +"284356",57457,80683 +"284357",57457,120260 +"284358",57457,123189 +"284359",57458,60356 +"284360",57458,61308 +"284361",57458,61494 +"284362",57461,57485 +"284363",57461,92142 +"284364",57462,59968 +"284365",57463,57527 +"284366",57463,79595 +"284367",57463,93169 +"284368",57465,60038 +"284369",57465,72514 +"284370",57465,103062 +"284371",57466,66427 +"284372",57466,108948 +"284373",57466,109122 +"284374",57466,110232 +"284375",57466,111301 +"284376",57467,57876 +"284377",57467,90010 +"284378",57467,99492 +"284379",57467,99508 +"284380",57468,64181 +"284381",57468,64997 +"284382",57468,69044 +"284383",57468,80065 +"284384",57468,82787 +"284385",57468,84194 +"284386",57468,108121 +"284387",57469,75390 +"284388",57472,57691 +"284389",57472,58888 +"284390",57472,63078 +"284391",57472,83310 +"284392",57472,86349 +"284393",57472,116923 +"284394",57472,116925 +"284395",57472,116948 +"284396",57473,59539 +"284397",57473,106190 +"284398",57474,57908 +"284399",57474,120802 +"284400",57476,67598 +"284401",57476,69587 +"284402",57478,72520 +"284403",57478,72673 +"284404",57478,79422 +"284405",57479,90949 +"284406",57479,95209 +"284407",57481,59401 +"284408",57481,64967 +"284409",57481,67935 +"284410",57481,67942 +"284411",57481,67991 +"284412",57481,73261 +"284413",57481,84571 +"284414",57482,76866 +"284415",57483,73295 +"284416",57483,105230 +"284417",57485,92157 +"284418",57485,106542 +"284419",57485,107128 +"284420",57487,64989 +"284421",57487,80721 +"284422",57487,81050 +"284423",57487,81063 +"284424",57488,89010 +"284425",57489,114073 +"284426",57490,71234 +"284427",57490,76350 +"284428",57491,57492 +"284429",57491,57498 +"284430",57491,70437 +"284431",57491,79980 +"284432",57491,90407 +"284433",57492,57498 +"284434",57492,72576 +"284435",57492,72577 +"284436",57494,57507 +"284437",57494,57816 +"284438",57494,62487 +"284439",57494,72022 +"284440",57494,76472 +"284441",57494,97220 +"284442",57494,118874 +"284443",57495,65213 +"284444",57495,70697 +"284445",57496,57540 +"284446",57496,85868 +"284447",57497,85297 +"284448",57499,62929 +"284449",57499,66472 +"284450",57499,81631 +"284451",57499,87822 +"284452",57499,113737 +"284453",57500,57577 +"284454",57501,57525 +"284455",57502,57503 +"284456",57502,57524 +"284457",57502,57543 +"284458",57502,57555 +"284459",57502,58664 +"284460",57502,58713 +"284461",57503,57524 +"284462",57503,57543 +"284463",57503,57555 +"284464",57503,81293 +"284465",57504,83671 +"284466",57504,116758 +"284467",57504,118641 +"284468",57504,118661 +"284469",57505,65136 +"284470",57506,57509 +"284471",57506,58460 +"284472",57507,76166 +"284473",57509,113025 +"284474",57510,58842 +"284475",57510,58940 +"284476",57511,70495 +"284477",57511,74064 +"284478",57512,57513 +"284479",57514,109653 +"284480",57515,69684 +"284481",57515,73509 +"284482",57516,80328 +"284483",57517,79251 +"284484",57517,95380 +"284485",57517,106433 +"284486",57517,109920 +"284487",57518,61536 +"284488",57519,57526 +"284489",57519,57546 +"284490",57519,57558 +"284491",57519,57559 +"284492",57519,63681 +"284493",57520,63457 +"284494",57520,63462 +"284495",57520,63501 +"284496",57521,57545 +"284497",57522,76692 +"284498",57522,87768 +"284499",57522,115079 +"284500",57523,61316 +"284501",57523,73315 +"284502",57523,84204 +"284503",57523,84603 +"284504",57523,92484 +"284505",57523,105280 +"284506",57523,105285 +"284507",57524,57543 +"284508",57524,57555 +"284509",57526,57546 +"284510",57526,57558 +"284511",57526,57559 +"284512",57526,67123 +"284513",57526,67124 +"284514",57526,67135 +"284515",57528,106342 +"284516",57530,105810 +"284517",57531,67682 +"284518",57531,75057 +"284519",57531,103285 +"284520",57532,63659 +"284521",57534,63438 +"284522",57534,63466 +"284523",57534,64696 +"284524",57535,97874 +"284525",57535,97997 +"284526",57536,66388 +"284527",57536,72946 +"284528",57536,73345 +"284529",57536,99130 +"284530",57536,99183 +"284531",57536,116266 +"284532",57538,96148 +"284533",57541,87987 +"284534",57541,88002 +"284535",57541,88003 +"284536",57541,88060 +"284537",57541,117870 +"284538",57543,57555 +"284539",57546,57558 +"284540",57546,57559 +"284541",57547,66147 +"284542",57547,114445 +"284543",57548,62633 +"284544",57549,63556 +"284545",57549,63753 +"284546",57549,68849 +"284547",57549,71730 +"284548",57550,85310 +"284549",57550,104441 +"284550",57550,104483 +"284551",57552,71394 +"284552",57553,92714 +"284553",57553,122820 +"284554",57554,63365 +"284555",57554,75325 +"284556",57554,78740 +"284557",57554,118359 +"284558",57555,58664 +"284559",57555,58713 +"284560",57557,57709 +"284561",57558,57559 +"284562",57559,66195 +"284563",57559,66220 +"284564",57559,67123 +"284565",57559,67487 +"284566",57559,67492 +"284567",57559,67510 +"284568",57559,67565 +"284569",57560,73058 +"284570",57560,95966 +"284571",57561,60867 +"284572",57561,61237 +"284573",57561,85511 +"284574",57562,70396 +"284575",57563,62802 +"284576",57563,67591 +"284577",57563,68720 +"284578",57563,68915 +"284579",57563,69059 +"284580",57563,69453 +"284581",57563,71506 +"284582",57563,72023 +"284583",57565,77855 +"284584",57565,89668 +"284585",57565,101345 +"284586",57565,104381 +"284587",57565,115295 +"284588",57566,98971 +"284589",57567,60624 +"284590",57568,87422 +"284591",57568,91321 +"284592",57568,114409 +"284593",57570,67479 +"284594",57570,75574 +"284595",57570,83719 +"284596",57570,90092 +"284597",57575,62019 +"284598",57577,63600 +"284599",57577,69989 +"284600",57577,74124 +"284601",57579,57603 +"284602",57580,61513 +"284603",57580,67245 +"284604",57581,65827 +"284605",57581,66031 +"284606",57581,77423 +"284607",57581,98778 +"284608",57581,98819 +"284609",57582,70728 +"284610",57582,76366 +"284611",57582,77257 +"284612",57582,85738 +"284613",57582,87745 +"284614",57582,88309 +"284615",57582,88626 +"284616",57582,92215 +"284617",57582,98985 +"284618",57582,99482 +"284619",57582,100207 +"284620",57582,101744 +"284621",57582,105878 +"284622",57582,107578 +"284623",57582,123237 +"284624",57583,67603 +"284625",57585,57916 +"284626",57585,64897 +"284627",57585,71695 +"284628",57585,71698 +"284629",57585,71754 +"284630",57586,79306 +"284631",57589,59218 +"284632",57589,68923 +"284633",57589,71856 +"284634",57589,85117 +"284635",57589,87849 +"284636",57590,69283 +"284637",57590,80418 +"284638",57590,87599 +"284639",57590,97505 +"284640",57590,113876 +"284641",57590,117546 +"284642",57590,122902 +"284643",57591,122159 +"284644",57592,68139 +"284645",57592,110031 +"284646",57593,57600 +"284647",57593,71768 +"284648",57593,78405 +"284649",57594,101993 +"284650",57596,58887 +"284651",57596,63138 +"284652",57596,73353 +"284653",57597,61121 +"284654",57599,85537 +"284655",57599,92135 +"284656",57601,57602 +"284657",57601,57626 +"284658",57601,90929 +"284659",57602,57626 +"284660",57607,86143 +"284661",57608,85274 +"284662",57608,93185 +"284663",57608,119511 +"284664",57608,121120 +"284665",57609,77122 +"284666",57609,78008 +"284667",57609,78094 +"284668",57609,80799 +"284669",57609,84807 +"284670",57609,111195 +"284671",57610,74326 +"284672",57610,109691 +"284673",57611,65727 +"284674",57611,68738 +"284675",57612,58648 +"284676",57612,59603 +"284677",57612,62356 +"284678",57612,63124 +"284679",57612,65400 +"284680",57612,68281 +"284681",57612,72980 +"284682",57612,73623 +"284683",57612,80305 +"284684",57612,84546 +"284685",57612,84744 +"284686",57612,84770 +"284687",57612,96518 +"284688",57612,101484 +"284689",57612,104662 +"284690",57612,104711 +"284691",57612,105950 +"284692",57612,110508 +"284693",57612,111317 +"284694",57612,113237 +"284695",57612,119587 +"284696",57613,86552 +"284697",57613,87716 +"284698",57614,75946 +"284699",57614,75948 +"284700",57616,57622 +"284701",57617,65722 +"284702",57617,68060 +"284703",57617,71697 +"284704",57617,71732 +"284705",57618,57619 +"284706",57619,86660 +"284707",57620,121236 +"284708",57621,57640 +"284709",57623,97827 +"284710",57624,64057 +"284711",57624,67298 +"284712",57624,83125 +"284713",57624,122161 +"284714",57626,62777 +"284715",57626,62888 +"284716",57626,62947 +"284717",57627,68897 +"284718",57628,75539 +"284719",57630,119890 +"284720",57632,80564 +"284721",57632,115306 +"284722",57632,115320 +"284723",57633,59210 +"284724",57633,95713 +"284725",57636,58482 +"284726",57636,59798 +"284727",57636,70907 +"284728",57636,71683 +"284729",57636,77125 +"284730",57636,78398 +"284731",57636,82426 +"284732",57636,84343 +"284733",57636,85000 +"284734",57636,85101 +"284735",57636,91355 +"284736",57636,91682 +"284737",57636,95267 +"284738",57636,97580 +"284739",57636,98727 +"284740",57636,98776 +"284741",57636,100795 +"284742",57636,106824 +"284743",57636,108879 +"284744",57636,109166 +"284745",57636,109858 +"284746",57636,109878 +"284747",57636,112962 +"284748",57636,113990 +"284749",57636,115413 +"284750",57636,116123 +"284751",57636,117258 +"284752",57636,117560 +"284753",57636,118128 +"284754",57636,118836 +"284755",57636,118866 +"284756",57636,118873 +"284757",57636,119131 +"284758",57636,119513 +"284759",57636,119716 +"284760",57636,119769 +"284761",57636,120123 +"284762",57636,120169 +"284763",57636,120725 +"284764",57636,120944 +"284765",57636,121609 +"284766",57636,122007 +"284767",57636,122032 +"284768",57636,122035 +"284769",57636,122724 +"284770",57636,123070 +"284771",57636,123394 +"284772",57636,123490 +"284773",57637,64242 +"284774",57637,77011 +"284775",57637,88531 +"284776",57637,99960 +"284777",57638,60428 +"284778",57638,66860 +"284779",57638,67018 +"284780",57638,79322 +"284781",57638,84256 +"284782",57638,85309 +"284783",57639,70998 +"284784",57639,104190 +"284785",57640,72887 +"284786",57640,73445 +"284787",57640,122303 +"284788",57640,122308 +"284789",57641,70111 +"284790",57642,69761 +"284791",57644,64163 +"284792",57644,83772 +"284793",57644,101395 +"284794",57644,110650 +"284795",57644,114734 +"284796",57645,59558 +"284797",57646,59786 +"284798",57646,70084 +"284799",57646,72656 +"284800",57646,115047 +"284801",57647,61055 +"284802",57648,84208 +"284803",57648,85843 +"284804",57648,93198 +"284805",57648,93199 +"284806",57648,93201 +"284807",57648,93204 +"284808",57648,93211 +"284809",57649,73990 +"284810",57649,98843 +"284811",57649,98924 +"284812",57649,107569 +"284813",57650,106819 +"284814",57651,88588 +"284815",57651,116259 +"284816",57652,59326 +"284817",57652,66027 +"284818",57653,71291 +"284819",57653,107156 +"284820",57653,107160 +"284821",57653,107172 +"284822",57653,107178 +"284823",57655,64593 +"284824",57657,99923 +"284825",57659,58354 +"284826",57660,75516 +"284827",57660,89012 +"284828",57660,97430 +"284829",57661,58173 +"284830",57662,79344 +"284831",57664,57728 +"284832",57664,57735 +"284833",57664,57756 +"284834",57664,70078 +"284835",57664,74618 +"284836",57664,95913 +"284837",57664,95925 +"284838",57664,95935 +"284839",57665,62234 +"284840",57665,67710 +"284841",57665,69061 +"284842",57666,57970 +"284843",57667,85723 +"284844",57667,86462 +"284845",57667,88531 +"284846",57668,74102 +"284847",57669,65706 +"284848",57670,109935 +"284849",57671,64181 +"284850",57671,95100 +"284851",57672,57772 +"284852",57673,59024 +"284853",57673,59688 +"284854",57673,98143 +"284855",57673,98161 +"284856",57674,89501 +"284857",57674,115729 +"284858",57675,57765 +"284859",57675,62844 +"284860",57675,89834 +"284861",57675,104701 +"284862",57675,116339 +"284863",57676,77450 +"284864",57676,105139 +"284865",57678,58253 +"284866",57678,80630 +"284867",57679,57750 +"284868",57679,57822 +"284869",57679,59012 +"284870",57679,59489 +"284871",57679,72062 +"284872",57679,96324 +"284873",57679,121878 +"284874",57683,64467 +"284875",57683,72356 +"284876",57686,85966 +"284877",57686,90728 +"284878",57687,67893 +"284879",57687,69192 +"284880",57687,69485 +"284881",57687,73881 +"284882",57687,74599 +"284883",57688,61046 +"284884",57688,107241 +"284885",57690,57711 +"284886",57690,82411 +"284887",57690,82535 +"284888",57692,57694 +"284889",57692,57759 +"284890",57692,80288 +"284891",57692,108840 +"284892",57693,57958 +"284893",57693,72436 +"284894",57693,73160 +"284895",57694,57759 +"284896",57694,60981 +"284897",57694,61407 +"284898",57694,61454 +"284899",57694,77047 +"284900",57694,77048 +"284901",57695,109557 +"284902",57696,70532 +"284903",57697,57896 +"284904",57697,58390 +"284905",57697,64883 +"284906",57697,80409 +"284907",57697,84300 +"284908",57697,84380 +"284909",57697,90323 +"284910",57697,91388 +"284911",57697,96755 +"284912",57697,99394 +"284913",57697,111375 +"284914",57697,115507 +"284915",57697,116134 +"284916",57698,74430 +"284917",57699,57734 +"284918",57699,65086 +"284919",57699,72459 +"284920",57699,87093 +"284921",57699,121055 +"284922",57701,79245 +"284923",57701,106565 +"284924",57702,63755 +"284925",57702,98469 +"284926",57703,57708 +"284927",57704,73394 +"284928",57704,108278 +"284929",57705,57757 +"284930",57706,58611 +"284931",57706,60838 +"284932",57708,73139 +"284933",57709,68095 +"284934",57709,82413 +"284935",57709,92303 +"284936",57709,100671 +"284937",57709,122550 +"284938",57710,75109 +"284939",57710,75780 +"284940",57710,114463 +"284941",57712,77450 +"284942",57713,89086 +"284943",57713,92646 +"284944",57713,94665 +"284945",57713,96353 +"284946",57713,98795 +"284947",57713,116665 +"284948",57714,60523 +"284949",57714,61813 +"284950",57714,67817 +"284951",57714,69036 +"284952",57714,69644 +"284953",57714,73717 +"284954",57714,103208 +"284955",57714,103241 +"284956",57716,65557 +"284957",57716,69048 +"284958",57716,74711 +"284959",57716,80486 +"284960",57716,80494 +"284961",57716,99804 +"284962",57716,100995 +"284963",57716,102865 +"284964",57716,108774 +"284965",57716,115860 +"284966",57717,68353 +"284967",57717,107332 +"284968",57718,116265 +"284969",57719,98668 +"284970",57721,60843 +"284971",57722,78114 +"284972",57722,78566 +"284973",57723,66566 +"284974",57723,79965 +"284975",57723,110683 +"284976",57724,107751 +"284977",57726,89068 +"284978",57727,82304 +"284979",57728,57735 +"284980",57728,57756 +"284981",57729,58009 +"284982",57731,60462 +"284983",57731,67407 +"284984",57731,70854 +"284985",57731,93874 +"284986",57731,100339 +"284987",57731,106232 +"284988",57732,88506 +"284989",57733,87293 +"284990",57735,57756 +"284991",57736,84669 +"284992",57736,89001 +"284993",57736,121555 +"284994",57737,109692 +"284995",57738,63409 +"284996",57738,68343 +"284997",57738,79640 +"284998",57738,101431 +"284999",57738,107095 +"285000",57739,70490 +"285001",57739,74537 +"285002",57739,74924 +"285003",57739,74955 +"285004",57740,58362 +"285005",57741,64150 +"285006",57741,72050 +"285007",57741,86401 +"285008",57741,107584 +"285009",57741,111640 +"285010",57741,113695 +"285011",57741,121309 +"285012",57741,121400 +"285013",57741,121408 +"285014",57742,57754 +"285015",57742,104835 +"285016",57743,89516 +"285017",57744,57771 +"285018",57744,66023 +"285019",57745,111582 +"285020",57746,69893 +"285021",57746,107868 +"285022",57749,75632 +"285023",57750,57822 +"285024",57750,100290 +"285025",57751,108260 +"285026",57753,65851 +"285027",57753,81069 +"285028",57754,119343 +"285029",57755,113132 +"285030",57757,75461 +"285031",57760,64507 +"285032",57760,66258 +"285033",57760,112460 +"285034",57761,58021 +"285035",57761,62622 +"285036",57762,63981 +"285037",57764,58452 +"285038",57764,58494 +"285039",57764,58633 +"285040",57764,67936 +"285041",57764,67937 +"285042",57764,68331 +"285043",57764,69907 +"285044",57764,72157 +"285045",57764,72193 +"285046",57764,72736 +"285047",57764,72756 +"285048",57765,62844 +"285049",57766,84331 +"285050",57766,84332 +"285051",57768,57785 +"285052",57769,67612 +"285053",57769,67673 +"285054",57769,74800 +"285055",57769,110991 +"285056",57769,111009 +"285057",57769,111020 +"285058",57772,103505 +"285059",57772,116480 +"285060",57773,82483 +"285061",57773,92230 +"285062",57773,92941 +"285063",57773,96872 +"285064",57773,114804 +"285065",57774,87309 +"285066",57774,88874 +"285067",57776,57794 +"285068",57777,59391 +"285069",57777,62048 +"285070",57778,69048 +"285071",57778,77013 +"285072",57778,95491 +"285073",57778,98181 +"285074",57778,103895 +"285075",57781,67233 +"285076",57782,57819 +"285077",57782,57873 +"285078",57783,59646 +"285079",57783,65800 +"285080",57783,67564 +"285081",57783,69362 +"285082",57783,71693 +"285083",57783,72776 +"285084",57783,76590 +"285085",57783,86600 +"285086",57783,88782 +"285087",57783,92517 +"285088",57783,100140 +"285089",57783,105198 +"285090",57783,110245 +"285091",57783,110250 +"285092",57783,122588 +"285093",57783,122819 +"285094",57783,122852 +"285095",57783,122861 +"285096",57783,122863 +"285097",57783,122864 +"285098",57785,63866 +"285099",57785,65661 +"285100",57785,69118 +"285101",57785,70729 +"285102",57785,70737 +"285103",57785,71760 +"285104",57785,72375 +"285105",57785,72651 +"285106",57785,72652 +"285107",57785,72679 +"285108",57785,72702 +"285109",57785,75534 +"285110",57787,58584 +"285111",57787,60287 +"285112",57787,84302 +"285113",57787,84347 +"285114",57787,84348 +"285115",57787,90771 +"285116",57791,58057 +"285117",57791,63256 +"285118",57792,79266 +"285119",57792,79756 +"285120",57792,110312 +"285121",57792,119151 +"285122",57795,64547 +"285123",57795,65687 +"285124",57795,69949 +"285125",57795,76173 +"285126",57795,80324 +"285127",57795,94181 +"285128",57795,99856 +"285129",57795,100723 +"285130",57796,61344 +"285131",57798,73904 +"285132",57799,57800 +"285133",57799,57943 +"285134",57799,62912 +"285135",57799,62959 +"285136",57799,63049 +"285137",57800,57943 +"285138",57800,58246 +"285139",57800,59392 +"285140",57800,66521 +"285141",57801,57847 +"285142",57802,93331 +"285143",57803,75181 +"285144",57804,59615 +"285145",57804,59731 +"285146",57804,59940 +"285147",57804,67363 +"285148",57804,67656 +"285149",57804,71230 +"285150",57804,76278 +"285151",57804,76740 +"285152",57804,76786 +"285153",57804,77272 +"285154",57804,77357 +"285155",57804,77402 +"285156",57804,78248 +"285157",57804,78255 +"285158",57804,78339 +"285159",57804,78445 +"285160",57804,79022 +"285161",57804,79716 +"285162",57804,79989 +"285163",57804,80281 +"285164",57804,81728 +"285165",57804,82196 +"285166",57804,82383 +"285167",57804,82810 +"285168",57804,82854 +"285169",57804,83530 +"285170",57804,83853 +"285171",57804,83884 +"285172",57804,84379 +"285173",57804,84613 +"285174",57804,85465 +"285175",57804,85610 +"285176",57804,86351 +"285177",57804,86451 +"285178",57804,86882 +"285179",57804,87175 +"285180",57804,87451 +"285181",57804,87521 +"285182",57804,87572 +"285183",57804,87663 +"285184",57804,87721 +"285185",57804,87862 +"285186",57804,89069 +"285187",57804,102362 +"285188",57805,58086 +"285189",57805,72310 +"285190",57805,82238 +"285191",57805,93117 +"285192",57805,97990 +"285193",57805,100620 +"285194",57806,92740 +"285195",57806,92809 +"285196",57806,93760 +"285197",57807,62788 +"285198",57808,57935 +"285199",57810,57827 +"285200",57810,60966 +"285201",57810,61325 +"285202",57810,70103 +"285203",57811,57843 +"285204",57811,86198 +"285205",57811,86225 +"285206",57812,57858 +"285207",57815,57923 +"285208",57816,71454 +"285209",57816,74795 +"285210",57816,84415 +"285211",57816,97175 +"285212",57816,97220 +"285213",57816,97672 +"285214",57816,108230 +"285215",57817,57836 +"285216",57819,57873 +"285217",57819,120339 +"285218",57819,120383 +"285219",57820,112167 +"285220",57821,66728 +"285221",57822,69181 +"285222",57822,77574 +"285223",57825,107041 +"285224",57825,114412 +"285225",57828,82914 +"285226",57828,82937 +"285227",57828,113297 +"285228",57828,113696 +"285229",57828,113700 +"285230",57829,57973 +"285231",57831,58083 +"285232",57832,57840 +"285233",57832,58169 +"285234",57832,62222 +"285235",57832,62223 +"285236",57832,62287 +"285237",57832,74021 +"285238",57834,71693 +"285239",57834,94610 +"285240",57834,96652 +"285241",57835,74526 +"285242",57835,74932 +"285243",57835,75755 +"285244",57835,89078 +"285245",57835,113144 +"285246",57836,68403 +"285247",57837,95229 +"285248",57838,81846 +"285249",57838,101801 +"285250",57840,58169 +"285251",57840,71357 +"285252",57841,57959 +"285253",57841,79817 +"285254",57841,90510 +"285255",57841,92425 +"285256",57841,108591 +"285257",57841,113802 +"285258",57842,58423 +"285259",57842,58429 +"285260",57842,59010 +"285261",57842,59560 +"285262",57842,60127 +"285263",57842,60138 +"285264",57842,60147 +"285265",57842,60149 +"285266",57842,60168 +"285267",57843,60301 +"285268",57843,60310 +"285269",57843,60348 +"285270",57843,60407 +"285271",57843,61478 +"285272",57844,64295 +"285273",57846,58587 +"285274",57846,58619 +"285275",57846,59136 +"285276",57846,68499 +"285277",57846,68671 +"285278",57846,92035 +"285279",57846,113360 +"285280",57848,57869 +"285281",57848,57896 +"285282",57851,57872 +"285283",57853,63314 +"285284",57853,76193 +"285285",57853,98407 +"285286",57853,98426 +"285287",57853,98431 +"285288",57854,80445 +"285289",57855,68958 +"285290",57855,71922 +"285291",57855,75752 +"285292",57856,64484 +"285293",57856,92865 +"285294",57856,92880 +"285295",57856,92896 +"285296",57856,98437 +"285297",57856,108591 +"285298",57856,112122 +"285299",57856,114179 +"285300",57857,85866 +"285301",57859,89859 +"285302",57859,90805 +"285303",57859,104801 +"285304",57859,120720 +"285305",57859,122756 +"285306",57860,62237 +"285307",57860,74708 +"285308",57860,77178 +"285309",57860,77182 +"285310",57860,121448 +"285311",57861,57893 +"285312",57862,102911 +"285313",57862,108585 +"285314",57862,112880 +"285315",57863,57932 +"285316",57864,58676 +"285317",57864,86820 +"285318",57865,62304 +"285319",57865,76831 +"285320",57865,87935 +"285321",57867,78399 +"285322",57868,74109 +"285323",57868,108927 +"285324",57868,108928 +"285325",57869,57896 +"285326",57869,111630 +"285327",57870,62003 +"285328",57870,95361 +"285329",57874,58532 +"285330",57875,73841 +"285331",57878,58019 +"285332",57878,70665 +"285333",57879,58979 +"285334",57879,59395 +"285335",57879,73582 +"285336",57879,81502 +"285337",57879,82629 +"285338",57879,83490 +"285339",57879,89020 +"285340",57879,96369 +"285341",57879,101287 +"285342",57880,80179 +"285343",57880,83955 +"285344",57883,68730 +"285345",57883,82235 +"285346",57883,87054 +"285347",57883,101447 +"285348",57883,103011 +"285349",57883,110283 +"285350",57883,118681 +"285351",57883,121585 +"285352",57884,106995 +"285353",57888,81834 +"285354",57891,59719 +"285355",57891,64591 +"285356",57892,58659 +"285357",57892,82125 +"285358",57892,82138 +"285359",57892,82139 +"285360",57892,82141 +"285361",57892,82150 +"285362",57892,82164 +"285363",57893,82131 +"285364",57894,63859 +"285365",57894,74481 +"285366",57895,58464 +"285367",57896,73199 +"285368",57896,84380 +"285369",57896,90330 +"285370",57897,57928 +"285371",57897,59976 +"285372",57897,60508 +"285373",57897,62361 +"285374",57897,65092 +"285375",57898,81393 +"285376",57898,102300 +"285377",57898,110109 +"285378",57898,116099 +"285379",57898,118704 +"285380",57899,60669 +"285381",57899,63014 +"285382",57899,70023 +"285383",57900,57907 +"285384",57902,59037 +"285385",57903,57961 +"285386",57904,59203 +"285387",57904,59312 +"285388",57904,73332 +"285389",57904,82453 +"285390",57904,87924 +"285391",57904,87932 +"285392",57904,87942 +"285393",57908,91799 +"285394",57912,70874 +"285395",57912,73569 +"285396",57912,75346 +"285397",57912,84780 +"285398",57912,86409 +"285399",57912,89028 +"285400",57912,89812 +"285401",57912,89813 +"285402",57912,89891 +"285403",57912,105158 +"285404",57912,117866 +"285405",57913,73771 +"285406",57913,73772 +"285407",57913,79104 +"285408",57914,57921 +"285409",57914,70126 +"285410",57914,73923 +"285411",57914,75231 +"285412",57914,81161 +"285413",57914,92678 +"285414",57918,104241 +"285415",57921,111833 +"285416",57922,64898 +"285417",57922,64912 +"285418",57923,110578 +"285419",57925,68795 +"285420",57925,81386 +"285421",57926,63409 +"285422",57926,66664 +"285423",57926,90939 +"285424",57926,91905 +"285425",57926,107396 +"285426",57926,112765 +"285427",57926,112767 +"285428",57930,106407 +"285429",57931,61589 +"285430",57931,77586 +"285431",57931,79401 +"285432",57931,80249 +"285433",57931,80262 +"285434",57931,80280 +"285435",57931,80312 +"285436",57931,80337 +"285437",57931,80338 +"285438",57931,102498 +"285439",57931,105714 +"285440",57933,90871 +"285441",57933,96556 +"285442",57934,89973 +"285443",57934,93681 +"285444",57934,121122 +"285445",57938,63420 +"285446",57938,65012 +"285447",57938,82708 +"285448",57938,116795 +"285449",57943,62912 +"285450",57943,62959 +"285451",57943,63049 +"285452",57945,83580 +"285453",57945,104490 +"285454",57945,108618 +"285455",57946,57948 +"285456",57946,57989 +"285457",57947,61373 +"285458",57948,57989 +"285459",57949,62945 +"285460",57949,83113 +"285461",57950,62254 +"285462",57950,69498 +"285463",57950,75948 +"285464",57950,88696 +"285465",57950,103275 +"285466",57950,107437 +"285467",57951,58855 +"285468",57951,59210 +"285469",57951,65461 +"285470",57951,69122 +"285471",57951,78355 +"285472",57951,82353 +"285473",57951,102796 +"285474",57951,115110 +"285475",57952,94577 +"285476",57953,65309 +"285477",57953,108990 +"285478",57955,61960 +"285479",57955,65316 +"285480",57955,77076 +"285481",57955,95076 +"285482",57955,114053 +"285483",57956,64631 +"285484",57958,94862 +"285485",57958,107625 +"285486",57959,58012 +"285487",57959,79817 +"285488",57959,90510 +"285489",57959,92425 +"285490",57959,108591 +"285491",57959,113802 +"285492",57960,61919 +"285493",57960,67405 +"285494",57960,69571 +"285495",57960,71793 +"285496",57963,69742 +"285497",57963,71816 +"285498",57964,96477 +"285499",57964,117864 +"285500",57966,66242 +"285501",57968,60878 +"285502",57968,65478 +"285503",57968,67763 +"285504",57968,99406 +"285505",57968,108705 +"285506",57968,116798 +"285507",57968,119011 +"285508",57969,58037 +"285509",57971,118450 +"285510",57972,61641 +"285511",57973,122390 +"285512",57974,77968 +"285513",57975,106136 +"285514",57976,89057 +"285515",57977,81815 +"285516",57977,101113 +"285517",57977,102050 +"285518",57977,103736 +"285519",57977,111195 +"285520",57977,112245 +"285521",57978,74011 +"285522",57979,58427 +"285523",57979,115041 +"285524",57980,65244 +"285525",57981,58029 +"285526",57983,121927 +"285527",57984,70748 +"285528",57990,58855 +"285529",57990,59307 +"285530",57990,68569 +"285531",57990,70009 +"285532",57990,87326 +"285533",57990,90643 +"285534",57990,92592 +"285535",57990,96336 +"285536",57990,105496 +"285537",57991,90811 +"285538",57991,117459 +"285539",57993,89185 +"285540",57995,60799 +"285541",57995,63642 +"285542",57995,71703 +"285543",57995,77308 +"285544",57995,81135 +"285545",57995,89185 +"285546",57995,90709 +"285547",57995,99332 +"285548",57995,99708 +"285549",57995,100627 +"285550",57997,63138 +"285551",57997,63360 +"285552",57998,72414 +"285553",57998,73488 +"285554",57998,79621 +"285555",58001,64762 +"285556",58001,92116 +"285557",58001,99333 +"285558",58004,58068 +"285559",58004,58633 +"285560",58004,61111 +"285561",58004,61127 +"285562",58004,68287 +"285563",58006,115908 +"285564",58007,70347 +"285565",58008,59426 +"285566",58008,85418 +"285567",58008,89617 +"285568",58008,102243 +"285569",58008,102275 +"285570",58009,91051 +"285571",58010,93976 +"285572",58010,94006 +"285573",58010,94007 +"285574",58013,68642 +"285575",58013,113452 +"285576",58014,113215 +"285577",58015,59850 +"285578",58016,80556 +"285579",58016,98367 +"285580",58016,99543 +"285581",58017,62663 +"285582",58017,66511 +"285583",58017,77204 +"285584",58017,79518 +"285585",58017,103537 +"285586",58017,104834 +"285587",58017,104852 +"285588",58018,59660 +"285589",58018,60974 +"285590",58019,62593 +"285591",58019,62594 +"285592",58019,62675 +"285593",58021,81356 +"285594",58022,72673 +"285595",58022,74573 +"285596",58022,86450 +"285597",58022,95690 +"285598",58022,98280 +"285599",58022,101775 +"285600",58023,59681 +"285601",58023,59876 +"285602",58023,59906 +"285603",58023,115009 +"285604",58023,115010 +"285605",58027,91952 +"285606",58027,102935 +"285607",58029,60062 +"285608",58030,68823 +"285609",58030,101441 +"285610",58030,111311 +"285611",58030,121339 +"285612",58030,121348 +"285613",58030,121354 +"285614",58031,96538 +"285615",58033,58369 +"285616",58035,64031 +"285617",58035,67434 +"285618",58035,78875 +"285619",58035,79766 +"285620",58035,80471 +"285621",58035,82203 +"285622",58035,82767 +"285623",58035,83165 +"285624",58035,83906 +"285625",58035,83915 +"285626",58035,83949 +"285627",58035,88714 +"285628",58035,95476 +"285629",58035,101783 +"285630",58035,109319 +"285631",58035,111888 +"285632",58036,69366 +"285633",58036,75469 +"285634",58036,86434 +"285635",58036,94790 +"285636",58036,97248 +"285637",58036,97267 +"285638",58036,97270 +"285639",58039,79972 +"285640",58039,94405 +"285641",58041,72150 +"285642",58041,72750 +"285643",58042,65751 +"285644",58042,72778 +"285645",58044,58158 +"285646",58045,102612 +"285647",58046,58047 +"285648",58046,58124 +"285649",58047,58124 +"285650",58047,72542 +"285651",58047,102910 +"285652",58047,103364 +"285653",58048,58059 +"285654",58049,86932 +"285655",58049,116277 +"285656",58051,70578 +"285657",58051,89693 +"285658",58051,90865 +"285659",58051,100971 +"285660",58051,109926 +"285661",58051,114565 +"285662",58052,71541 +"285663",58052,92441 +"285664",58052,94806 +"285665",58052,98166 +"285666",58052,105685 +"285667",58053,60776 +"285668",58053,63267 +"285669",58053,63725 +"285670",58053,69606 +"285671",58053,80375 +"285672",58053,97266 +"285673",58053,114209 +"285674",58053,119701 +"285675",58054,61416 +"285676",58054,112337 +"285677",58055,74562 +"285678",58056,58930 +"285679",58057,85216 +"285680",58057,92870 +"285681",58058,62483 +"285682",58059,91476 +"285683",58061,59218 +"285684",58061,63757 +"285685",58061,67068 +"285686",58061,82341 +"285687",58061,92269 +"285688",58061,92297 +"285689",58062,65010 +"285690",58062,67084 +"285691",58062,118007 +"285692",58063,58420 +"285693",58064,58555 +"285694",58065,72967 +"285695",58065,98112 +"285696",58068,58633 +"285697",58068,61111 +"285698",58068,61127 +"285699",58068,68287 +"285700",58069,58201 +"285701",58069,68307 +"285702",58070,58089 +"285703",58071,94072 +"285704",58071,102275 +"285705",58072,72559 +"285706",58072,72746 +"285707",58072,77064 +"285708",58073,59900 +"285709",58074,58589 +"285710",58074,83206 +"285711",58074,92469 +"285712",58074,105050 +"285713",58074,112987 +"285714",58074,115820 +"285715",58075,58410 +"285716",58075,79838 +"285717",58077,58542 +"285718",58078,76892 +"285719",58078,77672 +"285720",58079,96690 +"285721",58080,58087 +"285722",58081,58365 +"285723",58081,58378 +"285724",58084,80979 +"285725",58084,81490 +"285726",58085,94115 +"285727",58085,115224 +"285728",58086,64885 +"285729",58086,68890 +"285730",58087,89360 +"285731",58088,83175 +"285732",58088,118422 +"285733",58089,61470 +"285734",58089,63729 +"285735",58089,66209 +"285736",58089,76460 +"285737",58089,76461 +"285738",58089,76462 +"285739",58089,76473 +"285740",58089,76567 +"285741",58091,58747 +"285742",58094,64725 +"285743",58095,59694 +"285744",58096,59236 +"285745",58097,58211 +"285746",58097,63876 +"285747",58097,63909 +"285748",58098,70653 +"285749",58098,79463 +"285750",58098,116221 +"285751",58099,84969 +"285752",58100,75179 +"285753",58100,82927 +"285754",58100,94523 +"285755",58100,95771 +"285756",58100,103625 +"285757",58100,103637 +"285758",58100,105878 +"285759",58100,108384 +"285760",58100,112471 +"285761",58100,112608 +"285762",58100,118083 +"285763",58100,118350 +"285764",58100,119979 +"285765",58100,120753 +"285766",58100,121285 +"285767",58100,121330 +"285768",58101,58107 +"285769",58102,82256 +"285770",58104,110919 +"285771",58105,61870 +"285772",58105,62058 +"285773",58105,62103 +"285774",58105,62280 +"285775",58105,62344 +"285776",58105,62506 +"285777",58105,62999 +"285778",58105,63000 +"285779",58105,63026 +"285780",58105,64359 +"285781",58105,65582 +"285782",58105,67527 +"285783",58105,72784 +"285784",58105,72846 +"285785",58105,72974 +"285786",58106,68645 +"285787",58106,80473 +"285788",58106,105398 +"285789",58106,107996 +"285790",58106,108314 +"285791",58109,58344 +"285792",58110,58163 +"285793",58110,58164 +"285794",58111,61478 +"285795",58111,63587 +"285796",58111,64754 +"285797",58111,70608 +"285798",58112,62560 +"285799",58112,67207 +"285800",58112,115632 +"285801",58113,88453 +"285802",58113,117469 +"285803",58114,64010 +"285804",58116,86402 +"285805",58116,94384 +"285806",58116,101479 +"285807",58117,73686 +"285808",58120,63919 +"285809",58121,61530 +"285810",58122,58658 +"285811",58122,62775 +"285812",58122,73945 +"285813",58122,79614 +"285814",58122,84748 +"285815",58122,90460 +"285816",58122,94069 +"285817",58125,58198 +"285818",58126,58144 +"285819",58126,58154 +"285820",58127,58202 +"285821",58127,58203 +"285822",58129,58192 +"285823",58129,58218 +"285824",58129,58309 +"285825",58129,71537 +"285826",58130,58520 +"285827",58130,58735 +"285828",58131,58195 +"285829",58133,73728 +"285830",58133,81675 +"285831",58133,91322 +"285832",58133,99020 +"285833",58133,119444 +"285834",58134,58135 +"285835",58135,63161 +"285836",58135,76928 +"285837",58135,76956 +"285838",58136,65883 +"285839",58136,66278 +"285840",58137,58226 +"285841",58137,58852 +"285842",58137,61131 +"285843",58138,61293 +"285844",58138,68733 +"285845",58138,78996 +"285846",58138,99758 +"285847",58138,105876 +"285848",58140,61519 +"285849",58141,58225 +"285850",58141,70731 +"285851",58141,96954 +"285852",58141,100626 +"285853",58141,110186 +"285854",58142,58461 +"285855",58142,75574 +"285856",58142,89239 +"285857",58144,58154 +"285858",58145,58575 +"285859",58146,58178 +"285860",58146,112509 +"285861",58147,58341 +"285862",58147,71010 +"285863",58147,81847 +"285864",58147,82972 +"285865",58147,83019 +"285866",58147,101864 +"285867",58148,58305 +"285868",58148,72163 +"285869",58150,58351 +"285870",58151,84913 +"285871",58152,59706 +"285872",58152,61670 +"285873",58154,76692 +"285874",58155,58177 +"285875",58157,68702 +"285876",58158,67984 +"285877",58158,113339 +"285878",58159,59685 +"285879",58159,61347 +"285880",58159,72564 +"285881",58159,72868 +"285882",58159,100712 +"285883",58159,114203 +"285884",58163,58164 +"285885",58163,70454 +"285886",58163,96013 +"285887",58163,96149 +"285888",58163,106469 +"285889",58165,58781 +"285890",58165,79531 +"285891",58165,111908 +"285892",58165,116033 +"285893",58165,119105 +"285894",58165,119113 +"285895",58166,94979 +"285896",58167,68785 +"285897",58167,99098 +"285898",58168,72241 +"285899",58168,75824 +"285900",58168,75925 +"285901",58168,76934 +"285902",58168,83191 +"285903",58168,83193 +"285904",58169,72063 +"285905",58171,58174 +"285906",58171,74774 +"285907",58172,58207 +"285908",58172,71419 +"285909",58174,74774 +"285910",58175,72198 +"285911",58175,73192 +"285912",58176,59097 +"285913",58177,109264 +"285914",58180,58558 +"285915",58180,68017 +"285916",58180,99352 +"285917",58180,104534 +"285918",58180,109284 +"285919",58180,112529 +"285920",58181,100853 +"285921",58181,106285 +"285922",58181,110587 +"285923",58182,103559 +"285924",58183,62821 +"285925",58183,81965 +"285926",58183,90570 +"285927",58183,115263 +"285928",58184,63435 +"285929",58184,67902 +"285930",58184,89477 +"285931",58184,97198 +"285932",58184,120831 +"285933",58184,120883 +"285934",58185,110745 +"285935",58186,58214 +"285936",58186,58762 +"285937",58186,73913 +"285938",58186,73931 +"285939",58186,73967 +"285940",58187,63442 +"285941",58187,63775 +"285942",58187,64423 +"285943",58187,65407 +"285944",58187,65415 +"285945",58187,65538 +"285946",58188,58251 +"285947",58189,58220 +"285948",58190,111592 +"285949",58191,91679 +"285950",58192,58218 +"285951",58192,58309 +"285952",58192,63446 +"285953",58192,71537 +"285954",58193,64692 +"285955",58193,87887 +"285956",58194,60005 +"285957",58194,74198 +"285958",58194,94389 +"285959",58195,61211 +"285960",58195,73549 +"285961",58195,77962 +"285962",58195,81811 +"285963",58195,99288 +"285964",58195,99433 +"285965",58195,115348 +"285966",58196,60078 +"285967",58197,70743 +"285968",58197,90464 +"285969",58197,91367 +"285970",58200,82466 +"285971",58202,58203 +"285972",58204,61025 +"285973",58204,61644 +"285974",58204,77984 +"285975",58204,80845 +"285976",58204,91715 +"285977",58204,91750 +"285978",58205,84670 +"285979",58205,88901 +"285980",58205,88903 +"285981",58207,67888 +"285982",58208,58591 +"285983",58208,59566 +"285984",58208,106477 +"285985",58208,110302 +"285986",58209,84753 +"285987",58211,63876 +"285988",58211,63909 +"285989",58211,67165 +"285990",58211,72063 +"285991",58211,73659 +"285992",58211,73743 +"285993",58211,73875 +"285994",58211,73896 +"285995",58213,63262 +"285996",58213,64695 +"285997",58213,78131 +"285998",58214,73913 +"285999",58214,73931 +"286000",58214,73967 +"286001",58215,64356 +"286002",58215,68486 +"286003",58215,69579 +"286004",58215,69614 +"286005",58216,103466 +"286006",58216,113729 +"286007",58218,58309 +"286008",58218,63138 +"286009",58218,63446 +"286010",58218,71537 +"286011",58218,73537 +"286012",58218,73938 +"286013",58219,68439 +"286014",58219,68463 +"286015",58220,78592 +"286016",58220,83806 +"286017",58220,85151 +"286018",58220,93778 +"286019",58220,99140 +"286020",58220,104701 +"286021",58221,99103 +"286022",58221,116228 +"286023",58222,58239 +"286024",58223,66658 +"286025",58223,92960 +"286026",58223,93094 +"286027",58223,93124 +"286028",58224,60378 +"286029",58224,91558 +"286030",58224,114617 +"286031",58225,70731 +"286032",58225,96954 +"286033",58225,100626 +"286034",58229,69984 +"286035",58230,60132 +"286036",58230,75244 +"286037",58230,79124 +"286038",58230,79522 +"286039",58230,80626 +"286040",58230,83747 +"286041",58230,86325 +"286042",58230,100396 +"286043",58230,106875 +"286044",58230,115718 +"286045",58230,119491 +"286046",58231,59645 +"286047",58231,74166 +"286048",58232,63629 +"286049",58232,72591 +"286050",58232,106078 +"286051",58233,88680 +"286052",58233,96161 +"286053",58234,67270 +"286054",58234,68984 +"286055",58234,69021 +"286056",58235,65764 +"286057",58235,71121 +"286058",58235,89772 +"286059",58235,103466 +"286060",58235,118945 +"286061",58236,62814 +"286062",58236,62815 +"286063",58236,64384 +"286064",58239,93296 +"286065",58241,58250 +"286066",58241,58306 +"286067",58241,58353 +"286068",58241,58364 +"286069",58241,58430 +"286070",58242,58249 +"286071",58242,65227 +"286072",58242,65457 +"286073",58242,65853 +"286074",58242,66535 +"286075",58242,66581 +"286076",58242,72115 +"286077",58242,72286 +"286078",58242,74849 +"286079",58242,75000 +"286080",58242,75262 +"286081",58243,58312 +"286082",58243,58324 +"286083",58244,58386 +"286084",58244,62922 +"286085",58244,77111 +"286086",58245,71820 +"286087",58245,81144 +"286088",58245,117633 +"286089",58246,60712 +"286090",58246,66521 +"286091",58246,87037 +"286092",58248,61182 +"286093",58248,80767 +"286094",58248,100089 +"286095",58248,104691 +"286096",58248,105585 +"286097",58248,109723 +"286098",58248,114259 +"286099",58250,58306 +"286100",58250,58353 +"286101",58250,58364 +"286102",58250,58430 +"286103",58252,60909 +"286104",58252,63632 +"286105",58254,72957 +"286106",58254,108977 +"286107",58256,58267 +"286108",58256,71120 +"286109",58257,111349 +"286110",58260,58613 +"286111",58260,88116 +"286112",58260,89829 +"286113",58260,117334 +"286114",58261,71128 +"286115",58262,62873 +"286116",58262,69810 +"286117",58262,73632 +"286118",58262,78725 +"286119",58262,99373 +"286120",58262,113194 +"286121",58263,58730 +"286122",58263,68392 +"286123",58263,80967 +"286124",58263,87190 +"286125",58263,89258 +"286126",58265,78106 +"286127",58266,79718 +"286128",58266,110198 +"286129",58266,113167 +"286130",58267,93699 +"286131",58268,81142 +"286132",58268,90592 +"286133",58268,94536 +"286134",58268,94554 +"286135",58268,113943 +"286136",58269,58310 +"286137",58269,74270 +"286138",58270,67762 +"286139",58270,78670 +"286140",58271,58321 +"286141",58271,99015 +"286142",58274,99871 +"286143",58274,117887 +"286144",58275,58291 +"286145",58275,58293 +"286146",58275,95882 +"286147",58276,71066 +"286148",58276,71682 +"286149",58276,72734 +"286150",58276,72753 +"286151",58277,58402 +"286152",58278,75227 +"286153",58278,82964 +"286154",58278,85074 +"286155",58278,95803 +"286156",58278,109919 +"286157",58278,112416 +"286158",58278,117410 +"286159",58279,90617 +"286160",58279,112126 +"286161",58279,116612 +"286162",58279,123184 +"286163",58282,78702 +"286164",58282,111644 +"286165",58283,58438 +"286166",58283,60291 +"286167",58283,60459 +"286168",58284,78806 +"286169",58285,73568 +"286170",58288,117576 +"286171",58289,64327 +"286172",58289,67962 +"286173",58289,110244 +"286174",58289,110245 +"286175",58289,110246 +"286176",58291,58293 +"286177",58291,70925 +"286178",58291,103066 +"286179",58291,110469 +"286180",58292,61717 +"286181",58292,86562 +"286182",58293,62793 +"286183",58293,70925 +"286184",58293,75025 +"286185",58293,80305 +"286186",58293,101568 +"286187",58293,101681 +"286188",58294,59120 +"286189",58296,85446 +"286190",58296,115528 +"286191",58296,121675 +"286192",58297,58298 +"286193",58299,58326 +"286194",58301,58772 +"286195",58301,75422 +"286196",58302,60822 +"286197",58302,63046 +"286198",58302,74828 +"286199",58303,82364 +"286200",58305,88751 +"286201",58306,58353 +"286202",58306,58364 +"286203",58306,58430 +"286204",58306,59724 +"286205",58307,62320 +"286206",58309,71537 +"286207",58310,60743 +"286208",58310,62794 +"286209",58310,74270 +"286210",58311,71054 +"286211",58312,58324 +"286212",58314,71034 +"286213",58315,65475 +"286214",58315,65476 +"286215",58315,65499 +"286216",58315,65535 +"286217",58315,72373 +"286218",58317,58328 +"286219",58318,61469 +"286220",58319,67446 +"286221",58319,68254 +"286222",58319,69010 +"286223",58319,69050 +"286224",58319,72548 +"286225",58322,61376 +"286226",58322,76749 +"286227",58323,81919 +"286228",58323,84986 +"286229",58323,99268 +"286230",58323,103713 +"286231",58324,62445 +"286232",58324,79779 +"286233",58324,79789 +"286234",58324,86636 +"286235",58324,122918 +"286236",58325,58345 +"286237",58325,59190 +"286238",58325,60437 +"286239",58325,63410 +"286240",58325,63458 +"286241",58325,64453 +"286242",58325,64986 +"286243",58325,66040 +"286244",58325,66054 +"286245",58327,86199 +"286246",58327,86212 +"286247",58329,58909 +"286248",58329,71874 +"286249",58329,111889 +"286250",58331,87316 +"286251",58331,110447 +"286252",58332,62395 +"286253",58332,90414 +"286254",58334,66323 +"286255",58334,67499 +"286256",58334,73015 +"286257",58334,83444 +"286258",58334,99949 +"286259",58334,101914 +"286260",58334,103631 +"286261",58334,103723 +"286262",58334,103732 +"286263",58334,103759 +"286264",58334,103773 +"286265",58335,86797 +"286266",58336,114022 +"286267",58336,114031 +"286268",58337,74192 +"286269",58337,104006 +"286270",58338,75442 +"286271",58339,83695 +"286272",58339,97197 +"286273",58339,97211 +"286274",58339,97711 +"286275",58340,103382 +"286276",58341,62493 +"286277",58341,66267 +"286278",58341,83019 +"286279",58343,101671 +"286280",58343,107105 +"286281",58343,108657 +"286282",58343,116535 +"286283",58344,69228 +"286284",58344,69252 +"286285",58345,60437 +"286286",58345,63410 +"286287",58345,64453 +"286288",58345,64606 +"286289",58345,64986 +"286290",58346,86880 +"286291",58346,95090 +"286292",58346,111601 +"286293",58346,122887 +"286294",58348,90342 +"286295",58348,101559 +"286296",58348,110475 +"286297",58349,58374 +"286298",58349,64451 +"286299",58349,64703 +"286300",58349,64708 +"286301",58349,64718 +"286302",58349,64748 +"286303",58349,64766 +"286304",58349,64777 +"286305",58351,58634 +"286306",58352,67952 +"286307",58353,58364 +"286308",58353,58430 +"286309",58353,65867 +"286310",58353,65872 +"286311",58353,65888 +"286312",58353,65899 +"286313",58353,65901 +"286314",58353,65914 +"286315",58353,71760 +"286316",58355,70320 +"286317",58355,81514 +"286318",58356,59264 +"286319",58356,65223 +"286320",58356,79856 +"286321",58356,99658 +"286322",58356,113739 +"286323",58356,116838 +"286324",58357,110577 +"286325",58358,58394 +"286326",58358,71811 +"286327",58358,91037 +"286328",58359,84617 +"286329",58359,100243 +"286330",58361,66720 +"286331",58363,58777 +"286332",58363,58824 +"286333",58363,69445 +"286334",58363,69978 +"286335",58363,77690 +"286336",58363,77741 +"286337",58364,58430 +"286338",58364,64585 +"286339",58365,58378 +"286340",58365,105591 +"286341",58365,107198 +"286342",58366,74038 +"286343",58366,87873 +"286344",58368,73868 +"286345",58370,70935 +"286346",58370,76843 +"286347",58371,59828 +"286348",58371,63112 +"286349",58371,63206 +"286350",58371,71253 +"286351",58371,71469 +"286352",58371,74921 +"286353",58371,75203 +"286354",58371,80040 +"286355",58371,86554 +"286356",58371,87159 +"286357",58371,87272 +"286358",58371,88484 +"286359",58371,99338 +"286360",58371,100523 +"286361",58371,101524 +"286362",58371,102396 +"286363",58371,103343 +"286364",58371,105971 +"286365",58371,111732 +"286366",58371,116832 +"286367",58372,58380 +"286368",58372,93942 +"286369",58372,108957 +"286370",58373,62813 +"286371",58373,76857 +"286372",58373,85574 +"286373",58373,110165 +"286374",58373,114129 +"286375",58373,118351 +"286376",58373,121011 +"286377",58376,80767 +"286378",58376,80805 +"286379",58377,61706 +"286380",58377,68217 +"286381",58377,75657 +"286382",58378,59684 +"286383",58378,59783 +"286384",58379,65322 +"286385",58379,80625 +"286386",58379,85442 +"286387",58379,99207 +"286388",58379,102489 +"286389",58379,112633 +"286390",58379,112881 +"286391",58381,58477 +"286392",58381,68434 +"286393",58383,63162 +"286394",58383,64809 +"286395",58383,69814 +"286396",58383,84259 +"286397",58383,84940 +"286398",58383,84941 +"286399",58383,84958 +"286400",58383,87168 +"286401",58384,58405 +"286402",58384,70691 +"286403",58384,77629 +"286404",58384,79095 +"286405",58384,87895 +"286406",58384,91087 +"286407",58384,91352 +"286408",58384,91501 +"286409",58384,92512 +"286410",58384,102785 +"286411",58384,106385 +"286412",58384,108048 +"286413",58384,108093 +"286414",58385,60098 +"286415",58387,69434 +"286416",58388,59121 +"286417",58389,66976 +"286418",58389,73004 +"286419",58390,116134 +"286420",58391,96577 +"286421",58392,58411 +"286422",58392,84566 +"286423",58392,108596 +"286424",58393,60032 +"286425",58393,60057 +"286426",58393,60084 +"286427",58393,65314 +"286428",58393,71831 +"286429",58394,71811 +"286430",58394,104195 +"286431",58394,105077 +"286432",58395,62138 +"286433",58396,86250 +"286434",58399,59127 +"286435",58400,58401 +"286436",58401,82354 +"286437",58403,119014 +"286438",58405,79095 +"286439",58406,108188 +"286440",58407,60611 +"286441",58407,77314 +"286442",58407,119707 +"286443",58408,58957 +"286444",58408,75004 +"286445",58409,85487 +"286446",58409,103677 +"286447",58413,67182 +"286448",58414,58418 +"286449",58414,60682 +"286450",58414,80746 +"286451",58416,60281 +"286452",58417,58740 +"286453",58418,77026 +"286454",58421,61473 +"286455",58421,78359 +"286456",58421,82705 +"286457",58421,85941 +"286458",58421,88935 +"286459",58421,89834 +"286460",58421,89865 +"286461",58421,110684 +"286462",58423,58429 +"286463",58423,100496 +"286464",58423,100523 +"286465",58423,110557 +"286466",58423,118083 +"286467",58424,88234 +"286468",58424,108306 +"286469",58425,62781 +"286470",58427,70064 +"286471",58427,115023 +"286472",58427,115041 +"286473",58428,58756 +"286474",58429,58784 +"286475",58429,59010 +"286476",58430,64300 +"286477",58430,93627 +"286478",58431,58598 +"286479",58431,60155 +"286480",58431,83705 +"286481",58431,84525 +"286482",58431,84535 +"286483",58432,60656 +"286484",58432,61104 +"286485",58432,73877 +"286486",58432,74393 +"286487",58432,75568 +"286488",58432,76511 +"286489",58432,80055 +"286490",58432,84194 +"286491",58432,88439 +"286492",58432,99207 +"286493",58432,104679 +"286494",58432,106714 +"286495",58432,106717 +"286496",58432,108463 +"286497",58432,111931 +"286498",58433,110491 +"286499",58434,65398 +"286500",58434,78330 +"286501",58434,84603 +"286502",58434,111689 +"286503",58434,114558 +"286504",58434,115414 +"286505",58435,78286 +"286506",58435,78303 +"286507",58435,120538 +"286508",58435,120542 +"286509",58435,122420 +"286510",58440,90209 +"286511",58440,100908 +"286512",58441,74424 +"286513",58441,75304 +"286514",58441,83050 +"286515",58443,67938 +"286516",58443,113983 +"286517",58444,65829 +"286518",58445,86224 +"286519",58445,105754 +"286520",58447,91382 +"286521",58449,76414 +"286522",58449,80666 +"286523",58449,85623 +"286524",58449,86595 +"286525",58449,96073 +"286526",58450,58534 +"286527",58451,78691 +"286528",58451,84896 +"286529",58451,93409 +"286530",58452,58494 +"286531",58452,70231 +"286532",58452,70258 +"286533",58457,58778 +"286534",58457,62130 +"286535",58457,72365 +"286536",58458,58465 +"286537",58458,58547 +"286538",58459,58780 +"286539",58459,69969 +"286540",58459,70030 +"286541",58460,77225 +"286542",58460,92454 +"286543",58460,109991 +"286544",58463,69091 +"286545",58463,74816 +"286546",58463,91986 +"286547",58463,110136 +"286548",58464,65344 +"286549",58464,76649 +"286550",58464,84890 +"286551",58464,85738 +"286552",58464,111986 +"286553",58465,58547 +"286554",58466,79280 +"286555",58467,60721 +"286556",58467,80426 +"286557",58467,90238 +"286558",58467,106423 +"286559",58468,64477 +"286560",58468,67664 +"286561",58469,58491 +"286562",58469,58500 +"286563",58469,58546 +"286564",58470,63062 +"286565",58470,67681 +"286566",58471,59596 +"286567",58471,60284 +"286568",58471,67982 +"286569",58472,58473 +"286570",58475,58732 +"286571",58476,67630 +"286572",58476,86959 +"286573",58480,58481 +"286574",58482,59172 +"286575",58482,59798 +"286576",58482,59816 +"286577",58482,61874 +"286578",58482,63274 +"286579",58482,66322 +"286580",58482,67327 +"286581",58482,70854 +"286582",58482,70907 +"286583",58482,71683 +"286584",58482,72568 +"286585",58482,72628 +"286586",58482,73767 +"286587",58482,77125 +"286588",58482,78019 +"286589",58482,78398 +"286590",58482,78532 +"286591",58482,81609 +"286592",58482,82426 +"286593",58482,84343 +"286594",58482,85000 +"286595",58482,85101 +"286596",58482,85885 +"286597",58482,91255 +"286598",58482,91682 +"286599",58482,92247 +"286600",58482,92352 +"286601",58482,92362 +"286602",58482,92929 +"286603",58482,93719 +"286604",58482,94906 +"286605",58482,94946 +"286606",58482,95267 +"286607",58482,95889 +"286608",58482,96093 +"286609",58482,97580 +"286610",58482,97988 +"286611",58482,98727 +"286612",58482,98776 +"286613",58482,99262 +"286614",58482,99309 +"286615",58482,99376 +"286616",58482,99450 +"286617",58482,99471 +"286618",58482,99474 +"286619",58482,100795 +"286620",58482,100916 +"286621",58482,100944 +"286622",58482,101126 +"286623",58482,101329 +"286624",58482,105557 +"286625",58482,106824 +"286626",58482,107199 +"286627",58482,108743 +"286628",58482,108879 +"286629",58482,108980 +"286630",58482,109166 +"286631",58482,109291 +"286632",58482,109858 +"286633",58482,109878 +"286634",58482,109933 +"286635",58482,110483 +"286636",58482,110567 +"286637",58482,110572 +"286638",58482,110630 +"286639",58482,110648 +"286640",58482,110711 +"286641",58482,110770 +"286642",58482,110869 +"286643",58482,110911 +"286644",58482,111285 +"286645",58482,111314 +"286646",58482,111362 +"286647",58482,111372 +"286648",58482,111424 +"286649",58482,111433 +"286650",58482,112422 +"286651",58482,112962 +"286652",58482,113269 +"286653",58482,113430 +"286654",58482,113990 +"286655",58482,114242 +"286656",58482,114842 +"286657",58482,115133 +"286658",58482,115413 +"286659",58482,115427 +"286660",58482,115521 +"286661",58482,115711 +"286662",58482,116123 +"286663",58482,117258 +"286664",58482,117560 +"286665",58482,118128 +"286666",58482,118836 +"286667",58482,118866 +"286668",58482,118873 +"286669",58482,119131 +"286670",58482,119513 +"286671",58482,119716 +"286672",58482,119769 +"286673",58482,120123 +"286674",58482,120169 +"286675",58482,120725 +"286676",58482,120944 +"286677",58482,121609 +"286678",58482,122007 +"286679",58482,122032 +"286680",58482,122035 +"286681",58482,122724 +"286682",58482,123070 +"286683",58482,123394 +"286684",58482,123490 +"286685",58483,67051 +"286686",58484,58523 +"286687",58484,58551 +"286688",58485,75860 +"286689",58485,90093 +"286690",58486,108675 +"286691",58486,120504 +"286692",58486,122251 +"286693",58488,73456 +"286694",58488,88961 +"286695",58489,86423 +"286696",58489,109696 +"286697",58490,62510 +"286698",58491,58500 +"286699",58491,58546 +"286700",58491,60487 +"286701",58493,67807 +"286702",58494,58633 +"286703",58494,67936 +"286704",58494,67937 +"286705",58494,68331 +"286706",58494,70231 +"286707",58494,70258 +"286708",58494,86274 +"286709",58495,73234 +"286710",58499,59125 +"286711",58500,58546 +"286712",58501,110214 +"286713",58502,58657 +"286714",58502,113216 +"286715",58503,83599 +"286716",58504,65865 +"286717",58505,66164 +"286718",58505,103975 +"286719",58506,59115 +"286720",58506,69950 +"286721",58507,99564 +"286722",58508,58530 +"286723",58508,59731 +"286724",58508,61970 +"286725",58508,62642 +"286726",58508,68091 +"286727",58508,69335 +"286728",58508,75245 +"286729",58508,75776 +"286730",58508,75956 +"286731",58508,76387 +"286732",58508,77188 +"286733",58508,78978 +"286734",58508,79212 +"286735",58508,79241 +"286736",58508,79579 +"286737",58508,80239 +"286738",58508,80301 +"286739",58508,81397 +"286740",58508,81440 +"286741",58508,88340 +"286742",58508,88749 +"286743",58508,89069 +"286744",58508,89373 +"286745",58508,89995 +"286746",58508,90919 +"286747",58508,90936 +"286748",58508,92861 +"286749",58508,93097 +"286750",58508,94231 +"286751",58508,94826 +"286752",58508,95489 +"286753",58508,96247 +"286754",58508,96363 +"286755",58508,97898 +"286756",58508,99386 +"286757",58509,63083 +"286758",58512,69517 +"286759",58512,94495 +"286760",58512,98541 +"286761",58512,108398 +"286762",58512,112310 +"286763",58514,74233 +"286764",58515,58771 +"286765",58515,122010 +"286766",58516,108542 +"286767",58517,79105 +"286768",58518,85016 +"286769",58519,66089 +"286770",58520,58735 +"286771",58520,109240 +"286772",58520,110331 +"286773",58520,115790 +"286774",58520,115794 +"286775",58520,115805 +"286776",58523,58551 +"286777",58526,60361 +"286778",58526,60655 +"286779",58526,60754 +"286780",58526,61809 +"286781",58527,76491 +"286782",58527,77402 +"286783",58527,77634 +"286784",58527,77810 +"286785",58527,77822 +"286786",58527,77869 +"286787",58529,87551 +"286788",58530,59350 +"286789",58530,61970 +"286790",58530,64338 +"286791",58530,87865 +"286792",58530,101999 +"286793",58536,95969 +"286794",58536,96056 +"286795",58537,61941 +"286796",58537,62576 +"286797",58537,74100 +"286798",58537,104789 +"286799",58537,117410 +"286800",58538,84710 +"286801",58538,108061 +"286802",58539,58540 +"286803",58540,63758 +"286804",58540,86595 +"286805",58540,108168 +"286806",58540,113520 +"286807",58541,59883 +"286808",58541,63436 +"286809",58541,67592 +"286810",58541,85945 +"286811",58541,106316 +"286812",58541,116378 +"286813",58543,112652 +"286814",58543,123450 +"286815",58544,98217 +"286816",58544,118247 +"286817",58544,118431 +"286818",58546,66050 +"286819",58546,68092 +"286820",58546,68122 +"286821",58546,68143 +"286822",58546,68151 +"286823",58548,77879 +"286824",58548,120350 +"286825",58549,60209 +"286826",58549,67065 +"286827",58549,74667 +"286828",58550,71996 +"286829",58550,72003 +"286830",58552,62101 +"286831",58553,64023 +"286832",58553,71033 +"286833",58553,97160 +"286834",58553,97481 +"286835",58553,99207 +"286836",58554,61017 +"286837",58554,72978 +"286838",58554,88269 +"286839",58554,88275 +"286840",58556,74782 +"286841",58557,79003 +"286842",58557,79428 +"286843",58557,85245 +"286844",58557,91282 +"286845",58557,95469 +"286846",58557,101785 +"286847",58557,103720 +"286848",58557,108367 +"286849",58557,117966 +"286850",58557,121240 +"286851",58557,121249 +"286852",58558,68017 +"286853",58558,72675 +"286854",58558,81393 +"286855",58558,105795 +"286856",58558,107435 +"286857",58558,109284 +"286858",58558,112529 +"286859",58558,113619 +"286860",58559,71950 +"286861",58559,76472 +"286862",58559,119646 +"286863",58560,65074 +"286864",58562,58641 +"286865",58563,58612 +"286866",58565,63435 +"286867",58565,83772 +"286868",58565,86966 +"286869",58565,89445 +"286870",58565,92478 +"286871",58566,74355 +"286872",58567,79740 +"286873",58567,95084 +"286874",58568,67739 +"286875",58568,88717 +"286876",58568,95453 +"286877",58569,62631 +"286878",58569,75194 +"286879",58569,94843 +"286880",58570,58607 +"286881",58570,64773 +"286882",58570,70093 +"286883",58570,86272 +"286884",58570,86288 +"286885",58574,76081 +"286886",58574,103652 +"286887",58574,105525 +"286888",58576,97924 +"286889",58576,97925 +"286890",58577,59738 +"286891",58577,61781 +"286892",58577,73359 +"286893",58578,63890 +"286894",58581,87411 +"286895",58582,62730 +"286896",58582,83099 +"286897",58582,89114 +"286898",58582,91800 +"286899",58582,97784 +"286900",58582,113367 +"286901",58583,75367 +"286902",58584,60287 +"286903",58584,90771 +"286904",58584,101010 +"286905",58584,115264 +"286906",58587,58619 +"286907",58587,59136 +"286908",58587,68671 +"286909",58589,77181 +"286910",58589,85565 +"286911",58589,97706 +"286912",58589,105050 +"286913",58589,115338 +"286914",58589,115820 +"286915",58589,119086 +"286916",58590,110475 +"286917",58592,60022 +"286918",58592,81697 +"286919",58593,65952 +"286920",58594,62365 +"286921",58594,63370 +"286922",58599,73162 +"286923",58602,59072 +"286924",58602,60013 +"286925",58603,110751 +"286926",58604,62535 +"286927",58604,62550 +"286928",58604,62563 +"286929",58606,115213 +"286930",58608,76776 +"286931",58609,77817 +"286932",58609,79424 +"286933",58609,79489 +"286934",58610,61052 +"286935",58610,110632 +"286936",58612,65473 +"286937",58613,93489 +"286938",58613,103276 +"286939",58613,110921 +"286940",58613,117334 +"286941",58614,72771 +"286942",58614,98105 +"286943",58614,101125 +"286944",58614,102243 +"286945",58614,112263 +"286946",58614,112267 +"286947",58614,112456 +"286948",58614,112472 +"286949",58615,58818 +"286950",58615,61450 +"286951",58616,60851 +"286952",58616,66648 +"286953",58616,102515 +"286954",58617,75079 +"286955",58617,93423 +"286956",58617,122552 +"286957",58618,92817 +"286958",58619,70932 +"286959",58619,73941 +"286960",58619,121912 +"286961",58621,68111 +"286962",58621,95644 +"286963",58621,109708 +"286964",58621,112711 +"286965",58622,68116 +"286966",58623,64794 +"286967",58624,66771 +"286968",58624,68655 +"286969",58626,64060 +"286970",58626,80083 +"286971",58626,81968 +"286972",58626,99181 +"286973",58626,108934 +"286974",58627,61941 +"286975",58627,62647 +"286976",58628,61801 +"286977",58628,64350 +"286978",58628,73044 +"286979",58628,73058 +"286980",58628,73335 +"286981",58628,78063 +"286982",58628,78429 +"286983",58628,78569 +"286984",58628,79158 +"286985",58628,82143 +"286986",58628,83231 +"286987",58628,86471 +"286988",58628,88094 +"286989",58628,90804 +"286990",58628,91022 +"286991",58628,91045 +"286992",58628,95675 +"286993",58628,101516 +"286994",58628,102387 +"286995",58628,108374 +"286996",58628,108893 +"286997",58628,109101 +"286998",58628,109523 +"286999",58628,110993 +"287000",58628,111338 +"287001",58628,111398 +"287002",58628,111409 +"287003",58628,111480 +"287004",58628,112422 +"287005",58628,112648 +"287006",58628,112708 +"287007",58628,112820 +"287008",58628,112997 +"287009",58628,113597 +"287010",58628,114418 +"287011",58628,114582 +"287012",58628,115371 +"287013",58628,115791 +"287014",58628,116028 +"287015",58628,116604 +"287016",58628,119250 +"287017",58628,122838 +"287018",58629,68681 +"287019",58629,76675 +"287020",58629,103328 +"287021",58629,104976 +"287022",58629,106162 +"287023",58629,115155 +"287024",58631,60337 +"287025",58632,92224 +"287026",58633,61111 +"287027",58633,61127 +"287028",58633,67936 +"287029",58633,67937 +"287030",58633,68287 +"287031",58633,68331 +"287032",58634,64239 +"287033",58634,67997 +"287034",58635,58642 +"287035",58635,59152 +"287036",58635,70930 +"287037",58636,58698 +"287038",58637,62771 +"287039",58637,64753 +"287040",58637,70233 +"287041",58637,86210 +"287042",58637,103201 +"287043",58637,104678 +"287044",58637,107847 +"287045",58637,117883 +"287046",58638,76521 +"287047",58640,61655 +"287048",58641,64204 +"287049",58643,60259 +"287050",58643,62239 +"287051",58643,62426 +"287052",58643,62557 +"287053",58643,62576 +"287054",58643,62626 +"287055",58643,62627 +"287056",58643,63019 +"287057",58643,66366 +"287058",58643,66367 +"287059",58643,66446 +"287060",58643,66488 +"287061",58643,66489 +"287062",58643,66493 +"287063",58643,66777 +"287064",58643,66796 +"287065",58643,66806 +"287066",58643,66816 +"287067",58644,68932 +"287068",58644,99407 +"287069",58645,60928 +"287070",58645,65137 +"287071",58645,80041 +"287072",58645,99575 +"287073",58645,101067 +"287074",58645,107050 +"287075",58645,112538 +"287076",58646,76202 +"287077",58646,95402 +"287078",58647,58843 +"287079",58647,58935 +"287080",58647,58949 +"287081",58648,59603 +"287082",58648,61572 +"287083",58648,62356 +"287084",58648,63124 +"287085",58648,65400 +"287086",58648,73623 +"287087",58648,101967 +"287088",58648,105950 +"287089",58648,107539 +"287090",58648,109820 +"287091",58648,110380 +"287092",58648,110394 +"287093",58648,110508 +"287094",58648,113237 +"287095",58648,119587 +"287096",58648,119592 +"287097",58648,120033 +"287098",58649,73917 +"287099",58649,85030 +"287100",58649,86315 +"287101",58649,92712 +"287102",58650,107983 +"287103",58654,67580 +"287104",58654,75023 +"287105",58654,78544 +"287106",58654,92393 +"287107",58654,112010 +"287108",58655,94028 +"287109",58655,120914 +"287110",58655,121286 +"287111",58657,82070 +"287112",58657,112999 +"287113",58658,90824 +"287114",58658,93819 +"287115",58658,95270 +"287116",58658,104696 +"287117",58659,82125 +"287118",58659,82138 +"287119",58659,82139 +"287120",58659,82141 +"287121",58659,82150 +"287122",58659,82164 +"287123",58660,79761 +"287124",58661,58668 +"287125",58661,74900 +"287126",58661,74933 +"287127",58661,78663 +"287128",58661,113155 +"287129",58663,77490 +"287130",58663,84101 +"287131",58663,88327 +"287132",58664,58713 +"287133",58665,59300 +"287134",58665,76686 +"287135",58665,94386 +"287136",58666,61384 +"287137",58666,93772 +"287138",58666,97356 +"287139",58667,58688 +"287140",58667,66642 +"287141",58667,68451 +"287142",58667,120377 +"287143",58669,58706 +"287144",58669,58752 +"287145",58669,115131 +"287146",58670,64121 +"287147",58670,78820 +"287148",58670,83499 +"287149",58671,71561 +"287150",58673,58694 +"287151",58675,66810 +"287152",58675,92023 +"287153",58675,92024 +"287154",58675,92040 +"287155",58675,98649 +"287156",58676,58828 +"287157",58677,58685 +"287158",58679,96563 +"287159",58679,113691 +"287160",58680,65142 +"287161",58680,67260 +"287162",58680,67277 +"287163",58680,67319 +"287164",58681,58746 +"287165",58683,58708 +"287166",58683,65145 +"287167",58683,81701 +"287168",58684,90705 +"287169",58686,76782 +"287170",58686,76807 +"287171",58686,112722 +"287172",58686,123333 +"287173",58687,83154 +"287174",58688,66642 +"287175",58689,59053 +"287176",58690,114211 +"287177",58691,64527 +"287178",58691,68060 +"287179",58691,69838 +"287180",58691,69847 +"287181",58691,74813 +"287182",58691,75003 +"287183",58692,73148 +"287184",58692,112326 +"287185",58693,92153 +"287186",58695,60890 +"287187",58696,59003 +"287188",58696,62596 +"287189",58696,67735 +"287190",58696,85733 +"287191",58696,89550 +"287192",58696,91423 +"287193",58696,99624 +"287194",58696,109505 +"287195",58696,112893 +"287196",58697,116637 +"287197",58698,70332 +"287198",58698,70376 +"287199",58699,77854 +"287200",58699,82284 +"287201",58699,111941 +"287202",58701,114671 +"287203",58701,120893 +"287204",58702,58822 +"287205",58703,78987 +"287206",58704,70129 +"287207",58705,59199 +"287208",58705,59220 +"287209",58705,65682 +"287210",58705,81620 +"287211",58705,86163 +"287212",58706,58752 +"287213",58707,66310 +"287214",58707,82600 +"287215",58708,65145 +"287216",58708,74974 +"287217",58708,76709 +"287218",58708,81701 +"287219",58709,58765 +"287220",58709,58918 +"287221",58709,58948 +"287222",58711,78227 +"287223",58711,90253 +"287224",58711,90266 +"287225",58711,90546 +"287226",58711,95347 +"287227",58711,108151 +"287228",58711,120237 +"287229",58711,120327 +"287230",58712,99196 +"287231",58712,101506 +"287232",58713,106903 +"287233",58716,114670 +"287234",58716,115808 +"287235",58717,60464 +"287236",58718,84206 +"287237",58719,59228 +"287238",58720,58763 +"287239",58722,70449 +"287240",58722,122264 +"287241",58723,63239 +"287242",58723,67511 +"287243",58723,86167 +"287244",58725,65823 +"287245",58725,77028 +"287246",58728,100841 +"287247",58729,82349 +"287248",58730,58738 +"287249",58730,61977 +"287250",58730,76513 +"287251",58730,79981 +"287252",58730,84672 +"287253",58730,86559 +"287254",58730,89258 +"287255",58730,91062 +"287256",58730,113978 +"287257",58730,113982 +"287258",58731,103139 +"287259",58732,100461 +"287260",58733,60584 +"287261",58737,60254 +"287262",58737,87361 +"287263",58737,87391 +"287264",58737,95582 +"287265",58737,95584 +"287266",58739,68690 +"287267",58739,106978 +"287268",58742,110048 +"287269",58742,117454 +"287270",58742,117455 +"287271",58742,117456 +"287272",58743,79600 +"287273",58743,98969 +"287274",58744,104287 +"287275",58744,110066 +"287276",58744,110067 +"287277",58744,110080 +"287278",58744,110082 +"287279",58744,110098 +"287280",58744,110103 +"287281",58744,110104 +"287282",58744,111600 +"287283",58745,82719 +"287284",58745,97119 +"287285",58745,97147 +"287286",58745,119989 +"287287",58746,105143 +"287288",58748,104830 +"287289",58751,82396 +"287290",58751,96752 +"287291",58752,67606 +"287292",58752,68306 +"287293",58752,75949 +"287294",58752,115406 +"287295",58753,58799 +"287296",58754,58819 +"287297",58758,59111 +"287298",58758,81023 +"287299",58758,91564 +"287300",58758,94136 +"287301",58758,102291 +"287302",58759,95022 +"287303",58759,106663 +"287304",58759,108816 +"287305",58761,62536 +"287306",58761,76676 +"287307",58761,79547 +"287308",58761,80798 +"287309",58761,82457 +"287310",58761,82512 +"287311",58763,64913 +"287312",58763,69808 +"287313",58763,69897 +"287314",58763,72076 +"287315",58763,72111 +"287316",58763,75980 +"287317",58763,112165 +"287318",58764,117065 +"287319",58765,58918 +"287320",58765,58948 +"287321",58766,59463 +"287322",58767,68197 +"287323",58767,73643 +"287324",58767,101453 +"287325",58769,58787 +"287326",58769,58791 +"287327",58770,59354 +"287328",58771,122010 +"287329",58777,58824 +"287330",58777,68362 +"287331",58777,69445 +"287332",58777,69978 +"287333",58777,72782 +"287334",58777,83304 +"287335",58777,83337 +"287336",58777,110327 +"287337",58777,121099 +"287338",58781,84257 +"287339",58781,106084 +"287340",58782,81662 +"287341",58782,81667 +"287342",58782,81705 +"287343",58782,81712 +"287344",58782,83828 +"287345",58783,69789 +"287346",58783,96045 +"287347",58783,97464 +"287348",58783,103978 +"287349",58783,108718 +"287350",58783,119225 +"287351",58783,119227 +"287352",58783,119228 +"287353",58783,119229 +"287354",58783,119233 +"287355",58786,86348 +"287356",58787,58791 +"287357",58788,58916 +"287358",58788,62099 +"287359",58789,59667 +"287360",58789,72668 +"287361",58789,89906 +"287362",58789,97167 +"287363",58789,98340 +"287364",58789,120455 +"287365",58789,120456 +"287366",58790,72818 +"287367",58790,90881 +"287368",58791,74459 +"287369",58792,58815 +"287370",58792,58825 +"287371",58792,58830 +"287372",58793,81270 +"287373",58793,112777 +"287374",58794,58836 +"287375",58794,58849 +"287376",58794,58859 +"287377",58794,58863 +"287378",58794,58885 +"287379",58794,58914 +"287380",58794,58937 +"287381",58794,58944 +"287382",58795,69621 +"287383",58796,62541 +"287384",58797,63571 +"287385",58797,71649 +"287386",58797,80302 +"287387",58797,92815 +"287388",58798,64744 +"287389",58798,68303 +"287390",58798,74232 +"287391",58798,92606 +"287392",58798,94685 +"287393",58798,96978 +"287394",58798,101615 +"287395",58799,70568 +"287396",58800,79653 +"287397",58803,67928 +"287398",58803,68403 +"287399",58804,67227 +"287400",58804,90262 +"287401",58804,92553 +"287402",58804,93019 +"287403",58804,110193 +"287404",58804,113517 +"287405",58805,63249 +"287406",58805,74352 +"287407",58805,87075 +"287408",58806,67507 +"287409",58806,74139 +"287410",58806,85915 +"287411",58807,92932 +"287412",58807,118952 +"287413",58808,87506 +"287414",58809,98893 +"287415",58809,109932 +"287416",58811,58876 +"287417",58814,61059 +"287418",58814,62124 +"287419",58814,62136 +"287420",58814,62137 +"287421",58814,62143 +"287422",58814,62149 +"287423",58814,62159 +"287424",58814,62177 +"287425",58814,62228 +"287426",58814,72089 +"287427",58814,73805 +"287428",58815,58825 +"287429",58815,58830 +"287430",58815,65721 +"287431",58815,75087 +"287432",58815,90566 +"287433",58815,111274 +"287434",58815,111275 +"287435",58815,111517 +"287436",58815,112107 +"287437",58816,94010 +"287438",58816,94043 +"287439",58816,94058 +"287440",58818,95743 +"287441",58819,67971 +"287442",58821,58927 +"287443",58821,58933 +"287444",58824,64880 +"287445",58824,68762 +"287446",58824,68925 +"287447",58824,69445 +"287448",58824,69978 +"287449",58824,85364 +"287450",58824,91282 +"287451",58824,101827 +"287452",58825,58830 +"287453",58825,76755 +"287454",58825,76758 +"287455",58825,76765 +"287456",58826,110806 +"287457",58828,68926 +"287458",58828,116830 +"287459",58829,65070 +"287460",58829,73261 +"287461",58829,73800 +"287462",58829,95416 +"287463",58829,117141 +"287464",58829,117142 +"287465",58829,118591 +"287466",58829,119921 +"287467",58829,120546 +"287468",58829,120579 +"287469",58831,77291 +"287470",58831,99797 +"287471",58831,115116 +"287472",58831,117565 +"287473",58831,117568 +"287474",58832,92088 +"287475",58832,95899 +"287476",58834,58886 +"287477",58834,60924 +"287478",58834,61195 +"287479",58834,64180 +"287480",58834,73235 +"287481",58836,58849 +"287482",58836,58859 +"287483",58836,58863 +"287484",58836,58885 +"287485",58836,58914 +"287486",58836,58937 +"287487",58836,58944 +"287488",58836,66351 +"287489",58836,66519 +"287490",58837,58838 +"287491",58841,96905 +"287492",58842,58940 +"287493",58843,58935 +"287494",58843,58949 +"287495",58843,67982 +"287496",58843,68088 +"287497",58844,59192 +"287498",58845,58868 +"287499",58845,59541 +"287500",58845,62354 +"287501",58845,66518 +"287502",58846,77551 +"287503",58846,84967 +"287504",58846,90283 +"287505",58847,90719 +"287506",58847,98871 +"287507",58847,117410 +"287508",58849,58859 +"287509",58849,58863 +"287510",58849,58885 +"287511",58849,58914 +"287512",58849,58937 +"287513",58849,58944 +"287514",58850,58860 +"287515",58850,78584 +"287516",58850,85874 +"287517",58852,120231 +"287518",58853,66339 +"287519",58853,89158 +"287520",58853,89873 +"287521",58855,59210 +"287522",58855,68569 +"287523",58855,69122 +"287524",58855,74575 +"287525",58855,75025 +"287526",58855,82353 +"287527",58855,90643 +"287528",58855,92491 +"287529",58855,92592 +"287530",58855,93559 +"287531",58855,93560 +"287532",58855,96336 +"287533",58855,100607 +"287534",58855,101067 +"287535",58855,101484 +"287536",58855,102796 +"287537",58855,106854 +"287538",58855,115110 +"287539",58856,59114 +"287540",58856,63874 +"287541",58856,120567 +"287542",58856,120568 +"287543",58857,58951 +"287544",58858,80431 +"287545",58859,58863 +"287546",58859,58885 +"287547",58859,58914 +"287548",58859,58937 +"287549",58859,58944 +"287550",58860,59300 +"287551",58862,65156 +"287552",58862,110217 +"287553",58862,110397 +"287554",58863,58885 +"287555",58863,58914 +"287556",58863,58937 +"287557",58863,58944 +"287558",58864,62283 +"287559",58864,71278 +"287560",58864,73382 +"287561",58864,80537 +"287562",58865,70659 +"287563",58866,59083 +"287564",58866,108537 +"287565",58867,72818 +"287566",58867,85243 +"287567",58867,95125 +"287568",58867,95363 +"287569",58867,103649 +"287570",58867,119616 +"287571",58868,59541 +"287572",58868,62354 +"287573",58868,66518 +"287574",58869,111248 +"287575",58869,120318 +"287576",58870,84899 +"287577",58873,69012 +"287578",58873,73773 +"287579",58873,80329 +"287580",58873,88306 +"287581",58873,88647 +"287582",58873,115886 +"287583",58874,96086 +"287584",58874,114204 +"287585",58874,121325 +"287586",58875,78004 +"287587",58875,94997 +"287588",58875,95255 +"287589",58875,114201 +"287590",58877,60530 +"287591",58877,60686 +"287592",58877,97039 +"287593",58877,105117 +"287594",58878,58879 +"287595",58878,58912 +"287596",58878,58999 +"287597",58879,58912 +"287598",58879,58999 +"287599",58880,71810 +"287600",58880,88746 +"287601",58881,64992 +"287602",58882,86952 +"287603",58882,87386 +"287604",58882,94787 +"287605",58883,62759 +"287606",58884,59045 +"287607",58884,82763 +"287608",58884,87183 +"287609",58884,88233 +"287610",58884,93933 +"287611",58884,98555 +"287612",58884,107086 +"287613",58884,111136 +"287614",58885,58914 +"287615",58885,58937 +"287616",58885,58944 +"287617",58886,59071 +"287618",58886,59249 +"287619",58886,60924 +"287620",58886,61844 +"287621",58886,65091 +"287622",58886,66444 +"287623",58886,66462 +"287624",58886,66507 +"287625",58886,68874 +"287626",58886,83583 +"287627",58888,59049 +"287628",58888,63078 +"287629",58889,96727 +"287630",58889,104155 +"287631",58889,104193 +"287632",58890,62358 +"287633",58890,99707 +"287634",58890,117945 +"287635",58890,119525 +"287636",58892,59893 +"287637",58892,62271 +"287638",58894,65496 +"287639",58895,88111 +"287640",58895,90561 +"287641",58895,93446 +"287642",58896,58929 +"287643",58897,78772 +"287644",58898,59147 +"287645",58898,59237 +"287646",58898,59359 +"287647",58898,61563 +"287648",58898,61867 +"287649",58898,62007 +"287650",58898,62078 +"287651",58898,62375 +"287652",58898,62633 +"287653",58898,63395 +"287654",58898,64408 +"287655",58898,64418 +"287656",58898,64511 +"287657",58898,65230 +"287658",58898,66145 +"287659",58898,67503 +"287660",58898,67721 +"287661",58898,68816 +"287662",58898,68909 +"287663",58898,68938 +"287664",58898,69332 +"287665",58898,69681 +"287666",58898,70610 +"287667",58898,70611 +"287668",58898,70725 +"287669",58898,71211 +"287670",58898,71505 +"287671",58898,71887 +"287672",58900,81439 +"287673",58900,117917 +"287674",58901,69041 +"287675",58901,103753 +"287676",58902,58917 +"287677",58902,58981 +"287678",58902,67338 +"287679",58903,67115 +"287680",58903,75526 +"287681",58903,77871 +"287682",58903,87593 +"287683",58903,92341 +"287684",58903,94436 +"287685",58903,96513 +"287686",58903,100164 +"287687",58903,100274 +"287688",58903,107533 +"287689",58904,62052 +"287690",58905,72406 +"287691",58907,117179 +"287692",58912,58999 +"287693",58913,79159 +"287694",58913,96280 +"287695",58913,120621 +"287696",58914,58937 +"287697",58914,58944 +"287698",58916,75191 +"287699",58917,58981 +"287700",58917,67338 +"287701",58918,58948 +"287702",58918,79082 +"287703",58919,65792 +"287704",58919,69074 +"287705",58919,78868 +"287706",58919,82852 +"287707",58919,95994 +"287708",58919,110242 +"287709",58920,61813 +"287710",58920,77247 +"287711",58920,110323 +"287712",58921,62696 +"287713",58922,66939 +"287714",58923,62569 +"287715",58923,72542 +"287716",58924,60817 +"287717",58924,121150 +"287718",58925,58926 +"287719",58927,58933 +"287720",58927,61608 +"287721",58928,59060 +"287722",58930,92498 +"287723",58933,60006 +"287724",58933,60015 +"287725",58935,58949 +"287726",58935,67982 +"287727",58935,68070 +"287728",58935,68088 +"287729",58935,68163 +"287730",58935,69605 +"287731",58936,85471 +"287732",58937,58944 +"287733",58938,59110 +"287734",58939,59116 +"287735",58941,59206 +"287736",58941,91406 +"287737",58943,59031 +"287738",58943,60097 +"287739",58943,68391 +"287740",58943,72235 +"287741",58943,78479 +"287742",58943,79018 +"287743",58943,86638 +"287744",58943,93001 +"287745",58943,93166 +"287746",58943,95134 +"287747",58943,99574 +"287748",58943,100112 +"287749",58943,100120 +"287750",58943,100157 +"287751",58943,100167 +"287752",58943,100170 +"287753",58943,100172 +"287754",58943,100174 +"287755",58943,100188 +"287756",58943,100724 +"287757",58943,100757 +"287758",58943,100784 +"287759",58943,102288 +"287760",58943,106254 +"287761",58943,106360 +"287762",58943,106370 +"287763",58943,106379 +"287764",58943,106385 +"287765",58945,84520 +"287766",58945,86090 +"287767",58946,83766 +"287768",58946,83794 +"287769",58946,83795 +"287770",58947,79761 +"287771",58947,100094 +"287772",58950,64471 +"287773",58950,72316 +"287774",58951,61170 +"287775",58951,91277 +"287776",58951,104418 +"287777",58951,119185 +"287778",58951,119411 +"287779",58956,95649 +"287780",58957,75004 +"287781",58958,59355 +"287782",58958,91344 +"287783",58959,58971 +"287784",58960,70851 +"287785",58960,71021 +"287786",58960,94520 +"287787",58960,94533 +"287788",58963,59139 +"287789",58963,61479 +"287790",58963,66549 +"287791",58963,73619 +"287792",58963,73621 +"287793",58965,69903 +"287794",58965,87089 +"287795",58967,92708 +"287796",58967,92753 +"287797",58968,96924 +"287798",58970,60430 +"287799",58970,76483 +"287800",58971,61338 +"287801",58973,58974 +"287802",58973,58994 +"287803",58973,112314 +"287804",58974,58994 +"287805",58975,59223 +"287806",58975,66188 +"287807",58976,59509 +"287808",58977,58986 +"287809",58977,66160 +"287810",58977,80595 +"287811",58977,87827 +"287812",58977,94441 +"287813",58978,62549 +"287814",58978,63741 +"287815",58979,59395 +"287816",58979,62144 +"287817",58980,58989 +"287818",58980,59452 +"287819",58981,67338 +"287820",58984,70031 +"287821",58984,91031 +"287822",58984,106194 +"287823",58985,72947 +"287824",58985,91770 +"287825",58985,101016 +"287826",58985,105207 +"287827",58985,107726 +"287828",58986,87919 +"287829",58987,59101 +"287830",58987,59183 +"287831",58987,59241 +"287832",58987,59733 +"287833",58987,71213 +"287834",58987,71231 +"287835",58987,71355 +"287836",58988,83018 +"287837",58988,86459 +"287838",58988,112506 +"287839",58988,120363 +"287840",58989,61197 +"287841",58989,64011 +"287842",58989,64216 +"287843",58989,64238 +"287844",58989,64239 +"287845",58989,64244 +"287846",58989,64280 +"287847",58989,64281 +"287848",58989,72943 +"287849",58989,72958 +"287850",58989,72962 +"287851",58989,72982 +"287852",58989,73026 +"287853",58991,120006 +"287854",58992,96738 +"287855",58993,70772 +"287856",58993,73848 +"287857",58993,82253 +"287858",58995,79886 +"287859",58995,96152 +"287860",58997,64870 +"287861",58997,64871 +"287862",58997,68199 +"287863",58998,70500 +"287864",58998,89156 +"287865",58998,108595 +"287866",58998,122615 +"287867",59000,59243 +"287868",59000,59899 +"287869",59000,71751 +"287870",59002,59460 +"287871",59002,63929 +"287872",59003,81088 +"287873",59003,86529 +"287874",59003,89550 +"287875",59003,91423 +"287876",59003,99624 +"287877",59003,104587 +"287878",59003,117914 +"287879",59004,62757 +"287880",59004,69573 +"287881",59005,59737 +"287882",59006,90073 +"287883",59006,94725 +"287884",59007,89736 +"287885",59007,90855 +"287886",59007,101294 +"287887",59007,108021 +"287888",59007,108232 +"287889",59008,95564 +"287890",59008,95603 +"287891",59010,59560 +"287892",59010,60127 +"287893",59010,60138 +"287894",59010,60147 +"287895",59010,60149 +"287896",59010,60168 +"287897",59010,70117 +"287898",59010,81142 +"287899",59010,90343 +"287900",59010,91277 +"287901",59010,91321 +"287902",59012,59489 +"287903",59012,91512 +"287904",59013,59038 +"287905",59013,70250 +"287906",59013,77202 +"287907",59013,79744 +"287908",59013,86702 +"287909",59013,92846 +"287910",59013,97434 +"287911",59013,97435 +"287912",59014,105811 +"287913",59014,116478 +"287914",59015,59041 +"287915",59015,59096 +"287916",59015,59271 +"287917",59015,73374 +"287918",59015,78729 +"287919",59016,63610 +"287920",59016,63650 +"287921",59017,59129 +"287922",59017,69155 +"287923",59017,95213 +"287924",59017,99787 +"287925",59017,101630 +"287926",59018,60665 +"287927",59020,59119 +"287928",59020,117450 +"287929",59021,65900 +"287930",59021,71277 +"287931",59021,73454 +"287932",59021,79473 +"287933",59021,80190 +"287934",59022,88035 +"287935",59022,91619 +"287936",59023,60224 +"287937",59023,63114 +"287938",59024,62756 +"287939",59024,63194 +"287940",59024,67350 +"287941",59024,70817 +"287942",59024,112279 +"287943",59025,92671 +"287944",59028,71396 +"287945",59029,64851 +"287946",59031,68391 +"287947",59031,72235 +"287948",59031,93001 +"287949",59031,93166 +"287950",59031,99574 +"287951",59031,100172 +"287952",59031,102288 +"287953",59031,106254 +"287954",59031,106360 +"287955",59031,106370 +"287956",59031,106379 +"287957",59031,106385 +"287958",59032,91288 +"287959",59033,59437 +"287960",59033,59459 +"287961",59033,59473 +"287962",59033,59474 +"287963",59034,59126 +"287964",59035,59054 +"287965",59037,100986 +"287966",59037,121119 +"287967",59039,59478 +"287968",59039,65771 +"287969",59039,67101 +"287970",59039,83483 +"287971",59039,94330 +"287972",59039,103826 +"287973",59039,112132 +"287974",59039,119566 +"287975",59040,59071 +"287976",59040,72965 +"287977",59041,59096 +"287978",59041,59271 +"287979",59042,73893 +"287980",59042,96991 +"287981",59043,99428 +"287982",59043,100929 +"287983",59043,102073 +"287984",59043,103038 +"287985",59044,73000 +"287986",59044,86958 +"287987",59044,86975 +"287988",59046,59295 +"287989",59047,60272 +"287990",59047,74819 +"287991",59047,78337 +"287992",59047,93152 +"287993",59047,96391 +"287994",59047,104059 +"287995",59047,105763 +"287996",59047,112051 +"287997",59047,112965 +"287998",59048,59107 +"287999",59049,79993 +"288000",59049,82785 +"288001",59050,110804 +"288002",59052,78056 +"288003",59052,79391 +"288004",59052,88354 +"288005",59052,117904 +"288006",59054,87574 +"288007",59056,62380 +"288008",59056,74906 +"288009",59056,78290 +"288010",59056,81675 +"288011",59056,92012 +"288012",59057,74627 +"288013",59058,59112 +"288014",59059,73101 +"288015",59059,111184 +"288016",59060,119951 +"288017",59062,105068 +"288018",59062,108481 +"288019",59064,83178 +"288020",59064,99856 +"288021",59065,67997 +"288022",59066,59132 +"288023",59066,73827 +"288024",59067,62040 +"288025",59067,84278 +"288026",59068,59086 +"288027",59068,59255 +"288028",59068,59285 +"288029",59070,86974 +"288030",59070,89203 +"288031",59070,89940 +"288032",59070,107335 +"288033",59071,75637 +"288034",59072,59231 +"288035",59072,60013 +"288036",59072,69348 +"288037",59072,69455 +"288038",59072,85636 +"288039",59072,91751 +"288040",59072,91970 +"288041",59072,94000 +"288042",59072,94016 +"288043",59072,97075 +"288044",59073,59091 +"288045",59073,59092 +"288046",59074,60312 +"288047",59074,70338 +"288048",59075,67793 +"288049",59076,67688 +"288050",59076,74458 +"288051",59078,61349 +"288052",59078,81392 +"288053",59079,117764 +"288054",59079,119561 +"288055",59079,120089 +"288056",59079,120996 +"288057",59080,59095 +"288058",59080,59286 +"288059",59081,61799 +"288060",59081,100892 +"288061",59081,104279 +"288062",59081,109155 +"288063",59082,69928 +"288064",59082,87740 +"288065",59083,66967 +"288066",59083,71647 +"288067",59083,78975 +"288068",59083,84530 +"288069",59083,89049 +"288070",59083,110934 +"288071",59084,59094 +"288072",59085,68647 +"288073",59085,69177 +"288074",59085,69205 +"288075",59085,72463 +"288076",59085,72477 +"288077",59086,59255 +"288078",59086,59285 +"288079",59087,69782 +"288080",59088,63424 +"288081",59088,63810 +"288082",59088,66027 +"288083",59088,71969 +"288084",59088,72142 +"288085",59088,77116 +"288086",59088,78595 +"288087",59088,79520 +"288088",59088,79866 +"288089",59088,80105 +"288090",59088,88280 +"288091",59088,91900 +"288092",59088,99553 +"288093",59088,99613 +"288094",59088,102339 +"288095",59088,103099 +"288096",59088,103422 +"288097",59088,116377 +"288098",59090,85616 +"288099",59091,59092 +"288100",59091,121514 +"288101",59093,100513 +"288102",59095,59286 +"288103",59096,59271 +"288104",59096,64860 +"288105",59096,65966 +"288106",59096,82688 +"288107",59096,82725 +"288108",59096,82752 +"288109",59097,100131 +"288110",59097,101250 +"288111",59099,83373 +"288112",59100,115498 +"288113",59101,59183 +"288114",59102,73536 +"288115",59102,82896 +"288116",59102,95369 +"288117",59102,95426 +"288118",59102,113819 +"288119",59102,113924 +"288120",59103,75815 +"288121",59103,92453 +"288122",59103,93334 +"288123",59104,59417 +"288124",59104,59424 +"288125",59104,73024 +"288126",59104,73025 +"288127",59105,59411 +"288128",59106,81601 +"288129",59107,112272 +"288130",59107,112282 +"288131",59108,59461 +"288132",59108,59505 +"288133",59108,59565 +"288134",59109,59384 +"288135",59113,59409 +"288136",59113,68138 +"288137",59113,98664 +"288138",59114,72096 +"288139",59118,62642 +"288140",59118,62911 +"288141",59118,64574 +"288142",59118,81310 +"288143",59118,83649 +"288144",59118,92900 +"288145",59120,63283 +"288146",59120,63284 +"288147",59120,63301 +"288148",59122,113715 +"288149",59124,60762 +"288150",59124,66658 +"288151",59125,60833 +"288152",59125,72027 +"288153",59126,69342 +"288154",59126,81158 +"288155",59127,63726 +"288156",59130,59243 +"288157",59131,74877 +"288158",59133,96970 +"288159",59133,105261 +"288160",59133,118170 +"288161",59133,121399 +"288162",59134,81953 +"288163",59135,60437 +"288164",59135,60469 +"288165",59135,60507 +"288166",59136,68053 +"288167",59136,68671 +"288168",59137,59149 +"288169",59137,59229 +"288170",59137,60828 +"288171",59137,64839 +"288172",59138,105340 +"288173",59142,59148 +"288174",59142,59169 +"288175",59142,62235 +"288176",59142,62397 +"288177",59143,71458 +"288178",59143,84599 +"288179",59143,101590 +"288180",59143,102394 +"288181",59143,102527 +"288182",59143,103011 +"288183",59143,112069 +"288184",59143,112070 +"288185",59143,112687 +"288186",59144,60534 +"288187",59144,68473 +"288188",59144,111018 +"288189",59144,111387 +"288190",59144,111390 +"288191",59144,111428 +"288192",59145,59150 +"288193",59145,59214 +"288194",59145,59225 +"288195",59146,60814 +"288196",59147,59237 +"288197",59147,59359 +"288198",59147,61563 +"288199",59147,61867 +"288200",59147,62007 +"288201",59147,62078 +"288202",59147,62375 +"288203",59147,62633 +"288204",59147,63395 +"288205",59147,64408 +"288206",59147,64418 +"288207",59147,64511 +"288208",59147,65230 +"288209",59147,66145 +"288210",59147,67503 +"288211",59147,67721 +"288212",59147,68816 +"288213",59147,68909 +"288214",59147,68938 +"288215",59147,69332 +"288216",59147,69681 +"288217",59147,70610 +"288218",59147,70611 +"288219",59147,70725 +"288220",59147,71211 +"288221",59147,71505 +"288222",59147,71887 +"288223",59148,59169 +"288224",59148,62235 +"288225",59148,62397 +"288226",59148,70288 +"288227",59150,59214 +"288228",59150,59225 +"288229",59151,59198 +"288230",59152,70930 +"288231",59156,97282 +"288232",59156,97333 +"288233",59157,75136 +"288234",59159,90122 +"288235",59161,82332 +"288236",59161,82337 +"288237",59162,60576 +"288238",59164,77226 +"288239",59164,85068 +"288240",59164,85525 +"288241",59164,91210 +"288242",59164,93184 +"288243",59165,81295 +"288244",59165,107867 +"288245",59167,82419 +"288246",59167,82440 +"288247",59168,59219 +"288248",59171,84841 +"288249",59171,98783 +"288250",59172,59816 +"288251",59172,61874 +"288252",59172,63274 +"288253",59172,66322 +"288254",59172,67327 +"288255",59172,70854 +"288256",59172,71683 +"288257",59172,72568 +"288258",59172,72628 +"288259",59172,73767 +"288260",59172,78532 +"288261",59172,81609 +"288262",59172,85885 +"288263",59172,91255 +"288264",59172,92247 +"288265",59172,92352 +"288266",59172,92362 +"288267",59172,92929 +"288268",59172,93719 +"288269",59172,94906 +"288270",59172,94946 +"288271",59172,95889 +"288272",59172,96093 +"288273",59172,97988 +"288274",59172,99309 +"288275",59172,99376 +"288276",59172,99450 +"288277",59172,99471 +"288278",59172,99474 +"288279",59172,100916 +"288280",59172,100944 +"288281",59172,101126 +"288282",59172,101329 +"288283",59172,105557 +"288284",59172,107199 +"288285",59172,108743 +"288286",59172,108980 +"288287",59172,109291 +"288288",59172,109933 +"288289",59172,110483 +"288290",59172,110567 +"288291",59172,110572 +"288292",59172,110630 +"288293",59172,110648 +"288294",59172,110711 +"288295",59172,110770 +"288296",59172,110869 +"288297",59172,110911 +"288298",59172,111285 +"288299",59172,111314 +"288300",59172,111362 +"288301",59172,111372 +"288302",59172,111424 +"288303",59172,111433 +"288304",59172,112422 +"288305",59172,113269 +"288306",59172,113430 +"288307",59172,114242 +"288308",59172,114842 +"288309",59172,115427 +"288310",59172,115521 +"288311",59172,115711 +"288312",59173,80002 +"288313",59173,81874 +"288314",59173,81876 +"288315",59174,59186 +"288316",59175,76230 +"288317",59175,87492 +"288318",59176,78343 +"288319",59177,70111 +"288320",59177,76262 +"288321",59177,97264 +"288322",59178,60799 +"288323",59178,62479 +"288324",59178,68074 +"288325",59178,70488 +"288326",59178,74939 +"288327",59178,75522 +"288328",59178,80205 +"288329",59178,90862 +"288330",59178,94816 +"288331",59178,108641 +"288332",59178,119647 +"288333",59179,112380 +"288334",59180,61114 +"288335",59180,118748 +"288336",59181,59604 +"288337",59182,76282 +"288338",59182,101040 +"288339",59182,101043 +"288340",59182,101050 +"288341",59182,101051 +"288342",59182,101054 +"288343",59182,101627 +"288344",59183,59733 +"288345",59184,73549 +"288346",59187,74302 +"288347",59188,73529 +"288348",59188,121502 +"288349",59189,73425 +"288350",59189,81047 +"288351",59190,64986 +"288352",59191,59979 +"288353",59191,109284 +"288354",59191,119505 +"288355",59191,120183 +"288356",59192,86158 +"288357",59192,96465 +"288358",59194,69839 +"288359",59194,79088 +"288360",59194,92495 +"288361",59194,93499 +"288362",59196,70993 +"288363",59196,72068 +"288364",59196,72113 +"288365",59197,64941 +"288366",59197,102414 +"288367",59197,112828 +"288368",59198,83092 +"288369",59199,59220 +"288370",59199,66640 +"288371",59201,59302 +"288372",59201,59328 +"288373",59203,73332 +"288374",59203,82453 +"288375",59203,87924 +"288376",59203,87932 +"288377",59203,87942 +"288378",59204,119967 +"288379",59207,76468 +"288380",59207,85711 +"288381",59207,88592 +"288382",59209,76839 +"288383",59209,88896 +"288384",59209,89142 +"288385",59209,91139 +"288386",59209,97873 +"288387",59209,102163 +"288388",59209,108403 +"288389",59209,123451 +"288390",59210,62063 +"288391",59210,69122 +"288392",59210,72573 +"288393",59210,76816 +"288394",59210,81184 +"288395",59210,81722 +"288396",59210,82353 +"288397",59210,83029 +"288398",59210,86186 +"288399",59210,88308 +"288400",59210,88716 +"288401",59210,92035 +"288402",59210,92127 +"288403",59210,96202 +"288404",59210,96542 +"288405",59210,101016 +"288406",59210,101087 +"288407",59210,102401 +"288408",59210,102796 +"288409",59210,105495 +"288410",59210,105955 +"288411",59210,108392 +"288412",59210,111903 +"288413",59210,115110 +"288414",59210,116107 +"288415",59210,116302 +"288416",59210,116315 +"288417",59210,116325 +"288418",59210,116331 +"288419",59210,116364 +"288420",59210,116382 +"288421",59210,121313 +"288422",59212,61351 +"288423",59213,59431 +"288424",59213,119220 +"288425",59214,59225 +"288426",59215,106956 +"288427",59216,77974 +"288428",59216,102495 +"288429",59216,119623 +"288430",59217,59418 +"288431",59218,63757 +"288432",59218,67068 +"288433",59218,82341 +"288434",59218,92269 +"288435",59218,92297 +"288436",59221,66976 +"288437",59221,96790 +"288438",59221,113736 +"288439",59222,96411 +"288440",59224,61045 +"288441",59224,72079 +"288442",59224,74360 +"288443",59224,83345 +"288444",59224,105443 +"288445",59224,108005 +"288446",59224,114875 +"288447",59224,122388 +"288448",59224,122397 +"288449",59226,108183 +"288450",59227,61713 +"288451",59227,69971 +"288452",59227,89678 +"288453",59227,92158 +"288454",59227,94800 +"288455",59227,98419 +"288456",59227,105524 +"288457",59227,107366 +"288458",59228,62644 +"288459",59230,73294 +"288460",59230,87234 +"288461",59230,100523 +"288462",59230,102396 +"288463",59230,103228 +"288464",59231,69455 +"288465",59231,70278 +"288466",59231,91751 +"288467",59231,91970 +"288468",59232,62819 +"288469",59233,87160 +"288470",59233,89946 +"288471",59234,59848 +"288472",59234,67121 +"288473",59234,70014 +"288474",59234,70848 +"288475",59234,91141 +"288476",59234,97297 +"288477",59234,108032 +"288478",59234,108043 +"288479",59235,59237 +"288480",59235,60938 +"288481",59237,59359 +"288482",59237,61563 +"288483",59237,61867 +"288484",59237,62007 +"288485",59237,62078 +"288486",59237,62375 +"288487",59237,62633 +"288488",59237,63395 +"288489",59237,64408 +"288490",59237,64418 +"288491",59237,64511 +"288492",59237,65230 +"288493",59237,66145 +"288494",59237,67503 +"288495",59237,67721 +"288496",59237,68816 +"288497",59237,68909 +"288498",59237,68938 +"288499",59237,69332 +"288500",59237,69681 +"288501",59237,69881 +"288502",59237,70610 +"288503",59237,70611 +"288504",59237,70725 +"288505",59237,71211 +"288506",59237,71505 +"288507",59237,71589 +"288508",59237,71887 +"288509",59238,59323 +"288510",59238,59587 +"288511",59238,59588 +"288512",59238,69821 +"288513",59238,71052 +"288514",59238,71978 +"288515",59239,80735 +"288516",59240,66728 +"288517",59240,69550 +"288518",59240,85067 +"288519",59240,85071 +"288520",59240,89218 +"288521",59240,119658 +"288522",59243,60580 +"288523",59243,66917 +"288524",59243,66972 +"288525",59243,71751 +"288526",59244,59342 +"288527",59244,60444 +"288528",59244,65016 +"288529",59244,65018 +"288530",59245,82389 +"288531",59245,110022 +"288532",59246,59247 +"288533",59246,61608 +"288534",59248,70148 +"288535",59249,64180 +"288536",59249,65091 +"288537",59249,66444 +"288538",59249,66462 +"288539",59249,66507 +"288540",59250,59318 +"288541",59250,59538 +"288542",59250,73526 +"288543",59250,77702 +"288544",59251,59333 +"288545",59252,74976 +"288546",59252,75354 +"288547",59253,67946 +"288548",59253,75161 +"288549",59253,79062 +"288550",59253,90727 +"288551",59253,90750 +"288552",59253,104718 +"288553",59253,111331 +"288554",59254,75176 +"288555",59254,99330 +"288556",59255,59285 +"288557",59255,67516 +"288558",59255,81175 +"288559",59255,82511 +"288560",59256,109528 +"288561",59257,59258 +"288562",59257,59294 +"288563",59258,59294 +"288564",59260,84803 +"288565",59260,99109 +"288566",59260,102348 +"288567",59264,84440 +"288568",59264,92106 +"288569",59264,95611 +"288570",59264,99658 +"288571",59264,108996 +"288572",59266,117811 +"288573",59267,59305 +"288574",59267,82052 +"288575",59269,91699 +"288576",59269,91777 +"288577",59269,110043 +"288578",59269,110044 +"288579",59273,64808 +"288580",59274,79993 +"288581",59274,88233 +"288582",59274,93933 +"288583",59274,119061 +"288584",59275,72432 +"288585",59276,63132 +"288586",59276,93017 +"288587",59276,94794 +"288588",59276,100425 +"288589",59278,87072 +"288590",59279,60166 +"288591",59279,85366 +"288592",59281,67764 +"288593",59281,81833 +"288594",59281,81869 +"288595",59282,69856 +"288596",59282,84306 +"288597",59282,110420 +"288598",59282,117472 +"288599",59283,69139 +"288600",59284,101609 +"288601",59287,67003 +"288602",59287,70991 +"288603",59287,82860 +"288604",59287,88289 +"288605",59287,89820 +"288606",59287,91687 +"288607",59287,97788 +"288608",59287,100893 +"288609",59287,110939 +"288610",59287,111535 +"288611",59287,115240 +"288612",59287,115273 +"288613",59288,71753 +"288614",59288,74288 +"288615",59288,80032 +"288616",59288,83043 +"288617",59288,91178 +"288618",59288,96465 +"288619",59288,97702 +"288620",59288,101940 +"288621",59288,118077 +"288622",59289,72474 +"288623",59289,81120 +"288624",59289,84796 +"288625",59289,103324 +"288626",59290,70300 +"288627",59292,64810 +"288628",59292,68568 +"288629",59293,89759 +"288630",59293,101740 +"288631",59293,105578 +"288632",59297,59327 +"288633",59298,117006 +"288634",59299,106147 +"288635",59299,122248 +"288636",59300,60215 +"288637",59300,67789 +"288638",59300,76686 +"288639",59300,82386 +"288640",59300,94386 +"288641",59300,102115 +"288642",59301,64181 +"288643",59301,81272 +"288644",59301,82003 +"288645",59301,82262 +"288646",59301,104967 +"288647",59302,59328 +"288648",59303,59699 +"288649",59304,59501 +"288650",59304,79679 +"288651",59304,85962 +"288652",59304,90259 +"288653",59304,120295 +"288654",59304,120300 +"288655",59305,82052 +"288656",59306,59313 +"288657",59306,73674 +"288658",59307,63091 +"288659",59307,68292 +"288660",59307,87203 +"288661",59307,97718 +"288662",59307,105496 +"288663",59309,75763 +"288664",59309,75901 +"288665",59309,96865 +"288666",59309,98985 +"288667",59309,99471 +"288668",59309,101827 +"288669",59309,108654 +"288670",59309,108661 +"288671",59309,109472 +"288672",59310,86216 +"288673",59311,61728 +"288674",59311,74901 +"288675",59311,74902 +"288676",59311,74929 +"288677",59311,75328 +"288678",59311,75341 +"288679",59311,75372 +"288680",59312,59462 +"288681",59314,97235 +"288682",59315,64059 +"288683",59316,59336 +"288684",59316,59338 +"288685",59316,60259 +"288686",59316,66374 +"288687",59317,69056 +"288688",59318,74016 +"288689",59319,59324 +"288690",59321,74358 +"288691",59321,93764 +"288692",59323,59588 +"288693",59324,75126 +"288694",59325,94226 +"288695",59326,61785 +"288696",59326,65461 +"288697",59326,66027 +"288698",59326,66363 +"288699",59326,67825 +"288700",59326,68844 +"288701",59326,72957 +"288702",59326,75996 +"288703",59326,77441 +"288704",59326,80978 +"288705",59326,94762 +"288706",59326,97485 +"288707",59326,100502 +"288708",59326,100583 +"288709",59326,103201 +"288710",59326,103412 +"288711",59326,104131 +"288712",59326,108784 +"288713",59326,111192 +"288714",59329,65729 +"288715",59329,70544 +"288716",59330,59410 +"288717",59330,79212 +"288718",59330,94225 +"288719",59330,101717 +"288720",59331,64947 +"288721",59331,81350 +"288722",59331,85580 +"288723",59331,91673 +"288724",59332,67895 +"288725",59332,120877 +"288726",59335,97396 +"288727",59335,103087 +"288728",59336,59338 +"288729",59339,68784 +"288730",59340,63449 +"288731",59340,96520 +"288732",59342,60444 +"288733",59342,65016 +"288734",59342,65018 +"288735",59344,73814 +"288736",59345,64549 +"288737",59346,59357 +"288738",59347,59374 +"288739",59347,59375 +"288740",59348,69372 +"288741",59348,88274 +"288742",59348,95989 +"288743",59348,101141 +"288744",59348,101153 +"288745",59348,118101 +"288746",59348,118103 +"288747",59350,61970 +"288748",59350,105033 +"288749",59350,109266 +"288750",59351,66597 +"288751",59351,72491 +"288752",59351,72937 +"288753",59352,102546 +"288754",59353,76786 +"288755",59353,79458 +"288756",59356,68146 +"288757",59356,76330 +"288758",59356,76335 +"288759",59359,61563 +"288760",59359,61867 +"288761",59359,62007 +"288762",59359,62078 +"288763",59359,62375 +"288764",59359,62633 +"288765",59359,63395 +"288766",59359,64408 +"288767",59359,64418 +"288768",59359,64511 +"288769",59359,65230 +"288770",59359,66145 +"288771",59359,67503 +"288772",59359,67721 +"288773",59359,68816 +"288774",59359,68909 +"288775",59359,68938 +"288776",59359,69332 +"288777",59359,69681 +"288778",59359,70610 +"288779",59359,70611 +"288780",59359,70725 +"288781",59359,71211 +"288782",59359,71505 +"288783",59359,71887 +"288784",59361,59497 +"288785",59361,59498 +"288786",59362,59363 +"288787",59364,63892 +"288788",59364,64774 +"288789",59365,67370 +"288790",59365,67391 +"288791",59365,67605 +"288792",59365,67672 +"288793",59368,82317 +"288794",59368,96979 +"288795",59368,115271 +"288796",59371,88941 +"288797",59371,92580 +"288798",59371,103904 +"288799",59371,121881 +"288800",59372,68215 +"288801",59372,111454 +"288802",59373,59631 +"288803",59373,105245 +"288804",59373,105246 +"288805",59373,106024 +"288806",59373,106922 +"288807",59373,106942 +"288808",59373,106971 +"288809",59374,59375 +"288810",59377,83112 +"288811",59380,63820 +"288812",59380,68612 +"288813",59381,80693 +"288814",59381,95160 +"288815",59381,118900 +"288816",59383,81095 +"288817",59383,87346 +"288818",59383,118056 +"288819",59386,68214 +"288820",59387,62821 +"288821",59387,80303 +"288822",59388,59508 +"288823",59389,60418 +"288824",59389,69845 +"288825",59389,99807 +"288826",59389,100774 +"288827",59389,107539 +"288828",59389,110487 +"288829",59389,110488 +"288830",59389,110492 +"288831",59390,60990 +"288832",59390,116930 +"288833",59390,116934 +"288834",59391,62048 +"288835",59392,61230 +"288836",59393,59422 +"288837",59393,59517 +"288838",59393,74851 +"288839",59394,75901 +"288840",59394,85245 +"288841",59394,85351 +"288842",59394,93084 +"288843",59394,100870 +"288844",59395,74911 +"288845",59395,81502 +"288846",59395,82101 +"288847",59395,83487 +"288848",59395,83490 +"288849",59395,84170 +"288850",59395,85127 +"288851",59395,89020 +"288852",59395,104607 +"288853",59396,59398 +"288854",59397,59892 +"288855",59397,59893 +"288856",59397,64471 +"288857",59398,64505 +"288858",59399,71137 +"288859",59400,77662 +"288860",59400,88215 +"288861",59401,64967 +"288862",59402,75470 +"288863",59404,59850 +"288864",59404,60506 +"288865",59404,64524 +"288866",59406,96982 +"288867",59406,104653 +"288868",59408,69781 +"288869",59408,69798 +"288870",59408,69807 +"288871",59410,76413 +"288872",59412,59486 +"288873",59413,64468 +"288874",59413,75770 +"288875",59415,60480 +"288876",59415,73222 +"288877",59416,62620 +"288878",59416,72583 +"288879",59416,72608 +"288880",59417,59424 +"288881",59418,73730 +"288882",59418,74796 +"288883",59418,95953 +"288884",59418,99371 +"288885",59418,104530 +"288886",59418,117396 +"288887",59419,59628 +"288888",59419,64630 +"288889",59420,59434 +"288890",59420,71030 +"288891",59422,59517 +"288892",59422,69135 +"288893",59422,69146 +"288894",59423,63477 +"288895",59423,98561 +"288896",59425,60054 +"288897",59425,88935 +"288898",59425,90505 +"288899",59425,95868 +"288900",59426,102243 +"288901",59426,102275 +"288902",59428,59719 +"288903",59430,87809 +"288904",59430,87830 +"288905",59430,87832 +"288906",59430,87842 +"288907",59431,119220 +"288908",59432,79923 +"288909",59432,106617 +"288910",59433,62280 +"288911",59434,71030 +"288912",59437,59459 +"288913",59437,59473 +"288914",59437,59474 +"288915",59438,68311 +"288916",59438,83370 +"288917",59438,94823 +"288918",59438,97402 +"288919",59438,97958 +"288920",59438,111471 +"288921",59438,112446 +"288922",59438,114606 +"288923",59440,95637 +"288924",59440,114630 +"288925",59442,59571 +"288926",59442,92245 +"288927",59442,108260 +"288928",59444,61970 +"288929",59444,72659 +"288930",59444,78568 +"288931",59444,112143 +"288932",59445,59621 +"288933",59447,59468 +"288934",59447,61850 +"288935",59447,63921 +"288936",59447,65126 +"288937",59447,68466 +"288938",59447,70619 +"288939",59447,74488 +"288940",59448,59594 +"288941",59448,62785 +"288942",59449,59668 +"288943",59450,63367 +"288944",59450,66492 +"288945",59450,72324 +"288946",59450,79074 +"288947",59450,91863 +"288948",59450,109737 +"288949",59453,63169 +"288950",59455,63721 +"288951",59455,63871 +"288952",59455,65297 +"288953",59456,59854 +"288954",59456,76172 +"288955",59457,59458 +"288956",59457,61574 +"288957",59457,74992 +"288958",59459,59473 +"288959",59459,59474 +"288960",59460,62899 +"288961",59461,59505 +"288962",59461,59565 +"288963",59461,61925 +"288964",59461,65535 +"288965",59461,87837 +"288966",59461,97731 +"288967",59461,97740 +"288968",59461,97751 +"288969",59461,97819 +"288970",59462,59954 +"288971",59462,59989 +"288972",59462,60196 +"288973",59462,60834 +"288974",59462,60857 +"288975",59462,60880 +"288976",59462,61122 +"288977",59462,61123 +"288978",59463,67646 +"288979",59464,90946 +"288980",59466,96505 +"288981",59466,101739 +"288982",59466,104847 +"288983",59468,61850 +"288984",59468,63921 +"288985",59468,65126 +"288986",59468,65596 +"288987",59468,67537 +"288988",59468,68466 +"288989",59470,65979 +"288990",59472,77144 +"288991",59472,79867 +"288992",59472,79868 +"288993",59472,84699 +"288994",59473,59474 +"288995",59475,59818 +"288996",59476,90082 +"288997",59477,62284 +"288998",59477,93648 +"288999",59479,108932 +"289000",59480,59481 +"289001",59480,64141 +"289002",59480,83712 +"289003",59480,83743 +"289004",59480,83747 +"289005",59481,64141 +"289006",59481,83712 +"289007",59481,83743 +"289008",59481,83747 +"289009",59482,74054 +"289010",59482,92834 +"289011",59482,96834 +"289012",59483,59503 +"289013",59484,61108 +"289014",59484,62424 +"289015",59484,69706 +"289016",59484,74730 +"289017",59484,75830 +"289018",59484,76917 +"289019",59484,81167 +"289020",59484,87743 +"289021",59484,92254 +"289022",59484,93984 +"289023",59484,96444 +"289024",59484,97909 +"289025",59484,99217 +"289026",59484,100398 +"289027",59484,104522 +"289028",59484,117679 +"289029",59485,68613 +"289030",59485,71399 +"289031",59485,76574 +"289032",59485,76757 +"289033",59489,95851 +"289034",59489,102450 +"289035",59489,106752 +"289036",59489,114744 +"289037",59493,59859 +"289038",59493,71195 +"289039",59495,60698 +"289040",59495,64241 +"289041",59496,78373 +"289042",59497,59498 +"289043",59498,85473 +"289044",59499,67175 +"289045",59499,93281 +"289046",59499,96387 +"289047",59499,102581 +"289048",59499,110028 +"289049",59499,111178 +"289050",59499,111658 +"289051",59499,111687 +"289052",59500,86345 +"289053",59500,89430 +"289054",59504,64793 +"289055",59504,70400 +"289056",59504,74400 +"289057",59504,76154 +"289058",59505,59565 +"289059",59505,59699 +"289060",59505,67705 +"289061",59505,68101 +"289062",59505,68102 +"289063",59505,68120 +"289064",59505,68140 +"289065",59505,74506 +"289066",59505,78076 +"289067",59505,91904 +"289068",59505,98166 +"289069",59505,101927 +"289070",59506,72323 +"289071",59506,88577 +"289072",59506,89828 +"289073",59506,89840 +"289074",59506,108187 +"289075",59509,62094 +"289076",59509,72251 +"289077",59510,59745 +"289078",59510,63919 +"289079",59510,71381 +"289080",59510,82988 +"289081",59510,92001 +"289082",59510,99563 +"289083",59510,120598 +"289084",59511,69029 +"289085",59512,113603 +"289086",59514,59556 +"289087",59515,103444 +"289088",59516,74744 +"289089",59516,112113 +"289090",59517,69135 +"289091",59517,69146 +"289092",59518,92421 +"289093",59518,98568 +"289094",59519,85707 +"289095",59519,105236 +"289096",59521,82083 +"289097",59521,107502 +"289098",59521,121020 +"289099",59521,121060 +"289100",59524,59525 +"289101",59525,60302 +"289102",59528,101907 +"289103",59528,116696 +"289104",59529,78910 +"289105",59530,63782 +"289106",59530,64505 +"289107",59530,65845 +"289108",59531,63789 +"289109",59532,95509 +"289110",59533,71542 +"289111",59534,61783 +"289112",59534,64510 +"289113",59535,97013 +"289114",59535,102800 +"289115",59536,63446 +"289116",59537,60077 +"289117",59538,67837 +"289118",59538,73526 +"289119",59538,74630 +"289120",59538,77702 +"289121",59538,92358 +"289122",59538,101824 +"289123",59539,101000 +"289124",59539,116504 +"289125",59540,71238 +"289126",59541,62354 +"289127",59541,66518 +"289128",59543,74178 +"289129",59543,78720 +"289130",59543,114177 +"289131",59543,114481 +"289132",59544,65151 +"289133",59544,76816 +"289134",59544,80444 +"289135",59544,88712 +"289136",59546,104377 +"289137",59547,65927 +"289138",59548,70473 +"289139",59549,61850 +"289140",59549,61904 +"289141",59550,97872 +"289142",59551,65672 +"289143",59551,74839 +"289144",59552,59609 +"289145",59553,99802 +"289146",59553,116299 +"289147",59557,77075 +"289148",59558,89690 +"289149",59559,74062 +"289150",59559,119172 +"289151",59560,60127 +"289152",59560,60138 +"289153",59560,60147 +"289154",59560,60149 +"289155",59560,60168 +"289156",59560,88079 +"289157",59560,102417 +"289158",59562,76376 +"289159",59562,77648 +"289160",59563,77413 +"289161",59563,97187 +"289162",59564,64992 +"289163",59564,96639 +"289164",59566,60413 +"289165",59566,67161 +"289166",59566,106477 +"289167",59566,110302 +"289168",59566,115308 +"289169",59569,68829 +"289170",59569,70824 +"289171",59571,82034 +"289172",59572,78299 +"289173",59573,59698 +"289174",59573,60472 +"289175",59577,71579 +"289176",59577,86476 +"289177",59577,94885 +"289178",59577,94886 +"289179",59577,94915 +"289180",59579,64041 +"289181",59579,70096 +"289182",59579,88123 +"289183",59579,113181 +"289184",59579,113183 +"289185",59579,113210 +"289186",59579,119007 +"289187",59579,119712 +"289188",59579,120888 +"289189",59581,59582 +"289190",59582,60870 +"289191",59582,68724 +"289192",59582,69780 +"289193",59582,98094 +"289194",59583,61942 +"289195",59583,63235 +"289196",59583,67150 +"289197",59583,69411 +"289198",59583,82438 +"289199",59583,84486 +"289200",59583,88517 +"289201",59583,92282 +"289202",59583,123226 +"289203",59585,59598 +"289204",59586,59626 +"289205",59586,60331 +"289206",59587,59652 +"289207",59587,63083 +"289208",59587,69821 +"289209",59587,69900 +"289210",59587,70761 +"289211",59587,71052 +"289212",59587,71978 +"289213",59587,72500 +"289214",59590,64902 +"289215",59590,69282 +"289216",59590,69548 +"289217",59590,90005 +"289218",59590,95533 +"289219",59590,104959 +"289220",59590,105027 +"289221",59595,70398 +"289222",59595,75778 +"289223",59595,76231 +"289224",59597,75956 +"289225",59603,62356 +"289226",59603,63124 +"289227",59603,65400 +"289228",59603,73623 +"289229",59603,78925 +"289230",59603,79136 +"289231",59603,84770 +"289232",59603,93540 +"289233",59603,105950 +"289234",59603,105951 +"289235",59603,105952 +"289236",59603,110508 +"289237",59603,113237 +"289238",59603,119587 +"289239",59604,86876 +"289240",59604,91706 +"289241",59605,90187 +"289242",59606,62466 +"289243",59606,72782 +"289244",59606,84664 +"289245",59606,93980 +"289246",59607,59642 +"289247",59611,59689 +"289248",59611,59695 +"289249",59611,59781 +"289250",59613,59788 +"289251",59614,87950 +"289252",59615,59940 +"289253",59615,62679 +"289254",59615,62962 +"289255",59615,63105 +"289256",59615,67363 +"289257",59615,68001 +"289258",59615,68475 +"289259",59615,68917 +"289260",59615,69296 +"289261",59615,71106 +"289262",59615,71230 +"289263",59615,73655 +"289264",59615,75767 +"289265",59615,76046 +"289266",59615,76278 +"289267",59615,76459 +"289268",59615,76740 +"289269",59615,76786 +"289270",59615,76808 +"289271",59615,77272 +"289272",59615,77357 +"289273",59615,77402 +"289274",59615,77727 +"289275",59615,78224 +"289276",59615,78248 +"289277",59615,78255 +"289278",59615,78339 +"289279",59615,78445 +"289280",59615,79022 +"289281",59615,79222 +"289282",59615,79716 +"289283",59615,79989 +"289284",59615,80281 +"289285",59615,81728 +"289286",59615,82196 +"289287",59615,82383 +"289288",59615,82810 +"289289",59615,82854 +"289290",59615,82978 +"289291",59615,83306 +"289292",59615,83853 +"289293",59615,83884 +"289294",59615,84379 +"289295",59615,84613 +"289296",59615,85027 +"289297",59615,85465 +"289298",59615,85610 +"289299",59615,86351 +"289300",59615,86451 +"289301",59615,86882 +"289302",59615,87175 +"289303",59615,87451 +"289304",59615,87521 +"289305",59615,87572 +"289306",59615,87663 +"289307",59615,87721 +"289308",59615,87862 +"289309",59615,88412 +"289310",59615,90275 +"289311",59615,90426 +"289312",59615,91112 +"289313",59615,91266 +"289314",59615,91526 +"289315",59615,93425 +"289316",59615,93523 +"289317",59615,94520 +"289318",59615,95954 +"289319",59615,99544 +"289320",59615,99547 +"289321",59615,99554 +"289322",59615,100595 +"289323",59615,100739 +"289324",59615,100819 +"289325",59615,101898 +"289326",59615,101988 +"289327",59615,102146 +"289328",59615,102201 +"289329",59615,102309 +"289330",59615,102635 +"289331",59615,102730 +"289332",59615,102846 +"289333",59615,103790 +"289334",59615,104095 +"289335",59615,104574 +"289336",59615,104784 +"289337",59615,104845 +"289338",59615,107269 +"289339",59615,107623 +"289340",59615,107714 +"289341",59615,107879 +"289342",59615,107975 +"289343",59615,108350 +"289344",59615,109863 +"289345",59615,120489 +"289346",59616,59681 +"289347",59616,59876 +"289348",59616,59906 +"289349",59616,66047 +"289350",59616,66069 +"289351",59618,59644 +"289352",59618,72049 +"289353",59619,63377 +"289354",59619,109551 +"289355",59620,74573 +"289356",59620,100730 +"289357",59621,105117 +"289358",59622,64653 +"289359",59622,73260 +"289360",59623,60281 +"289361",59623,67630 +"289362",59624,75953 +"289363",59624,89090 +"289364",59626,60331 +"289365",59628,63753 +"289366",59628,64630 +"289367",59628,64667 +"289368",59629,62733 +"289369",59630,103514 +"289370",59631,63631 +"289371",59631,63664 +"289372",59631,76006 +"289373",59631,81174 +"289374",59631,87901 +"289375",59631,88089 +"289376",59631,95986 +"289377",59631,95998 +"289378",59631,104715 +"289379",59631,105245 +"289380",59631,105246 +"289381",59631,106024 +"289382",59631,106922 +"289383",59631,106942 +"289384",59631,106971 +"289385",59632,60820 +"289386",59632,61129 +"289387",59632,62426 +"289388",59632,83490 +"289389",59632,85933 +"289390",59632,87142 +"289391",59632,101907 +"289392",59632,104423 +"289393",59632,104426 +"289394",59632,115843 +"289395",59633,63018 +"289396",59633,67098 +"289397",59634,63763 +"289398",59634,63768 +"289399",59634,63769 +"289400",59634,63925 +"289401",59635,87185 +"289402",59635,111065 +"289403",59635,111071 +"289404",59636,59777 +"289405",59637,66689 +"289406",59638,93997 +"289407",59642,60946 +"289408",59646,65800 +"289409",59646,67564 +"289410",59646,69362 +"289411",59646,71693 +"289412",59646,76590 +"289413",59646,86600 +"289414",59646,88782 +"289415",59646,92517 +"289416",59646,100140 +"289417",59646,100864 +"289418",59646,102820 +"289419",59646,105198 +"289420",59646,110250 +"289421",59646,118375 +"289422",59646,118376 +"289423",59646,122455 +"289424",59646,122588 +"289425",59646,122819 +"289426",59646,122852 +"289427",59646,122861 +"289428",59646,122863 +"289429",59646,122864 +"289430",59648,70129 +"289431",59650,59712 +"289432",59650,59929 +"289433",59650,60115 +"289434",59650,69451 +"289435",59650,71132 +"289436",59652,63083 +"289437",59652,67513 +"289438",59652,70761 +"289439",59652,72500 +"289440",59654,61070 +"289441",59654,65501 +"289442",59654,65502 +"289443",59654,72486 +"289444",59656,105679 +"289445",59657,111558 +"289446",59658,112403 +"289447",59659,81903 +"289448",59659,82458 +"289449",59659,82533 +"289450",59662,65017 +"289451",59662,77211 +"289452",59662,101721 +"289453",59662,118993 +"289454",59663,61113 +"289455",59663,71269 +"289456",59663,82983 +"289457",59663,95916 +"289458",59663,97854 +"289459",59663,106718 +"289460",59665,107451 +"289461",59665,110325 +"289462",59666,67519 +"289463",59667,62502 +"289464",59667,89906 +"289465",59667,120455 +"289466",59667,120456 +"289467",59668,89160 +"289468",59668,89684 +"289469",59668,107735 +"289470",59669,72614 +"289471",59669,77828 +"289472",59669,92535 +"289473",59670,69566 +"289474",59670,95278 +"289475",59670,108536 +"289476",59670,119205 +"289477",59672,59804 +"289478",59672,81052 +"289479",59672,81066 +"289480",59672,97439 +"289481",59672,97483 +"289482",59672,97484 +"289483",59673,62074 +"289484",59673,63731 +"289485",59673,63823 +"289486",59673,64078 +"289487",59674,59691 +"289488",59674,71581 +"289489",59675,59705 +"289490",59675,59800 +"289491",59676,59879 +"289492",59677,70105 +"289493",59677,77660 +"289494",59677,87242 +"289495",59677,95494 +"289496",59677,98074 +"289497",59677,103323 +"289498",59677,121252 +"289499",59677,121257 +"289500",59678,98606 +"289501",59678,99924 +"289502",59678,99935 +"289503",59678,100526 +"289504",59678,108463 +"289505",59679,65381 +"289506",59680,76697 +"289507",59680,98467 +"289508",59680,101248 +"289509",59681,59876 +"289510",59681,59906 +"289511",59681,94073 +"289512",59681,115009 +"289513",59681,115010 +"289514",59682,83222 +"289515",59683,68682 +"289516",59683,69232 +"289517",59683,85106 +"289518",59684,59783 +"289519",59685,85799 +"289520",59685,112518 +"289521",59686,76367 +"289522",59686,83868 +"289523",59688,98143 +"289524",59688,98161 +"289525",59689,59695 +"289526",59689,59781 +"289527",59693,70338 +"289528",59693,77950 +"289529",59693,83517 +"289530",59693,86167 +"289531",59695,59781 +"289532",59696,68812 +"289533",59696,75048 +"289534",59696,101536 +"289535",59697,85028 +"289536",59697,99043 +"289537",59699,90188 +"289538",59699,123347 +"289539",59699,123349 +"289540",59700,62629 +"289541",59700,75216 +"289542",59700,75459 +"289543",59700,88203 +"289544",59700,102281 +"289545",59700,104578 +"289546",59701,77807 +"289547",59701,103656 +"289548",59701,110849 +"289549",59702,84268 +"289550",59702,85864 +"289551",59703,61879 +"289552",59703,63019 +"289553",59704,77251 +"289554",59704,102711 +"289555",59704,103488 +"289556",59704,117419 +"289557",59705,59800 +"289558",59707,71392 +"289559",59707,85349 +"289560",59708,71268 +"289561",59710,59905 +"289562",59711,90654 +"289563",59712,59929 +"289564",59712,60115 +"289565",59712,71132 +"289566",59713,110758 +"289567",59713,116631 +"289568",59715,59743 +"289569",59715,113835 +"289570",59715,113838 +"289571",59717,103076 +"289572",59720,68670 +"289573",59720,75579 +"289574",59720,75603 +"289575",59721,83344 +"289576",59721,85185 +"289577",59721,116966 +"289578",59722,65910 +"289579",59722,84508 +"289580",59722,85088 +"289581",59722,96921 +"289582",59722,99680 +"289583",59723,59775 +"289584",59723,84894 +"289585",59723,96004 +"289586",59725,70247 +"289587",59725,70345 +"289588",59725,70346 +"289589",59726,79044 +"289590",59726,83834 +"289591",59726,108753 +"289592",59726,120279 +"289593",59727,106073 +"289594",59728,97949 +"289595",59729,68372 +"289596",59729,84799 +"289597",59731,62642 +"289598",59731,67656 +"289599",59731,68091 +"289600",59731,69335 +"289601",59731,75245 +"289602",59731,75776 +"289603",59731,75956 +"289604",59731,76387 +"289605",59731,78978 +"289606",59731,79212 +"289607",59731,79241 +"289608",59731,79579 +"289609",59731,80239 +"289610",59731,80301 +"289611",59731,81397 +"289612",59731,83530 +"289613",59731,88340 +"289614",59731,88749 +"289615",59731,89069 +"289616",59731,89373 +"289617",59731,89995 +"289618",59731,90919 +"289619",59731,90936 +"289620",59731,92861 +"289621",59731,93097 +"289622",59731,94231 +"289623",59731,95489 +"289624",59731,96247 +"289625",59731,96363 +"289626",59731,97898 +"289627",59731,102362 +"289628",59732,64091 +"289629",59732,64260 +"289630",59732,64932 +"289631",59732,96073 +"289632",59732,102803 +"289633",59733,61971 +"289634",59733,62520 +"289635",59734,59769 +"289636",59734,59770 +"289637",59734,60120 +"289638",59734,66623 +"289639",59734,66626 +"289640",59734,67563 +"289641",59734,71045 +"289642",59736,71740 +"289643",59738,79796 +"289644",59738,121460 +"289645",59739,99527 +"289646",59741,83434 +"289647",59741,100909 +"289648",59743,69751 +"289649",59743,93205 +"289650",59743,97028 +"289651",59743,105984 +"289652",59747,67771 +"289653",59748,61376 +"289654",59748,66729 +"289655",59748,74753 +"289656",59748,92033 +"289657",59748,92680 +"289658",59748,98795 +"289659",59748,106339 +"289660",59750,70160 +"289661",59750,70244 +"289662",59750,70249 +"289663",59750,71009 +"289664",59751,59762 +"289665",59751,78547 +"289666",59752,65745 +"289667",59752,118179 +"289668",59753,60396 +"289669",59754,90800 +"289670",59754,90954 +"289671",59755,66708 +"289672",59755,76824 +"289673",59755,90626 +"289674",59755,115455 +"289675",59755,120698 +"289676",59756,63177 +"289677",59757,71124 +"289678",59757,73776 +"289679",59758,88755 +"289680",59759,67390 +"289681",59759,68429 +"289682",59759,68437 +"289683",59759,68546 +"289684",59760,59873 +"289685",59760,63124 +"289686",59760,68346 +"289687",59760,89594 +"289688",59760,96336 +"289689",59760,114140 +"289690",59761,73777 +"289691",59762,88236 +"289692",59763,79349 +"289693",59763,105617 +"289694",59764,82948 +"289695",59764,117325 +"289696",59765,99202 +"289697",59765,112960 +"289698",59766,62537 +"289699",59766,62970 +"289700",59766,63154 +"289701",59766,64059 +"289702",59766,74269 +"289703",59768,91383 +"289704",59769,59770 +"289705",59770,66623 +"289706",59770,66626 +"289707",59771,73656 +"289708",59771,73680 +"289709",59772,73019 +"289710",59772,89631 +"289711",59772,102025 +"289712",59774,68919 +"289713",59774,78327 +"289714",59774,88257 +"289715",59774,100810 +"289716",59774,105872 +"289717",59776,89573 +"289718",59777,103840 +"289719",59778,59835 +"289720",59779,95185 +"289721",59783,74850 +"289722",59783,76426 +"289723",59783,88031 +"289724",59783,90594 +"289725",59783,90741 +"289726",59783,90761 +"289727",59784,69220 +"289728",59784,72578 +"289729",59786,67841 +"289730",59786,70084 +"289731",59786,72656 +"289732",59786,99302 +"289733",59786,115047 +"289734",59787,108591 +"289735",59788,74337 +"289736",59788,75579 +"289737",59791,66042 +"289738",59791,82932 +"289739",59792,59808 +"289740",59792,61234 +"289741",59792,71971 +"289742",59792,88009 +"289743",59792,97186 +"289744",59792,97443 +"289745",59792,119492 +"289746",59794,59805 +"289747",59794,84510 +"289748",59794,92062 +"289749",59794,93349 +"289750",59794,95804 +"289751",59797,80176 +"289752",59798,70907 +"289753",59798,71683 +"289754",59798,77125 +"289755",59798,78398 +"289756",59798,82426 +"289757",59798,84343 +"289758",59798,85000 +"289759",59798,85101 +"289760",59798,88712 +"289761",59798,91682 +"289762",59798,95267 +"289763",59798,97580 +"289764",59798,98727 +"289765",59798,98776 +"289766",59798,100795 +"289767",59798,106824 +"289768",59798,108879 +"289769",59798,109166 +"289770",59798,109858 +"289771",59798,109878 +"289772",59798,112962 +"289773",59798,113990 +"289774",59798,115413 +"289775",59798,116123 +"289776",59798,117258 +"289777",59798,117560 +"289778",59798,118128 +"289779",59798,118836 +"289780",59798,118866 +"289781",59798,118873 +"289782",59798,119131 +"289783",59798,119513 +"289784",59798,119716 +"289785",59798,119769 +"289786",59798,120123 +"289787",59798,120169 +"289788",59798,120725 +"289789",59798,120944 +"289790",59798,121609 +"289791",59798,122007 +"289792",59798,122032 +"289793",59798,122035 +"289794",59798,122724 +"289795",59798,123070 +"289796",59798,123394 +"289797",59798,123490 +"289798",59800,63895 +"289799",59800,63935 +"289800",59800,63947 +"289801",59800,63962 +"289802",59800,95642 +"289803",59802,75668 +"289804",59802,78504 +"289805",59802,78506 +"289806",59803,60645 +"289807",59804,81052 +"289808",59804,81066 +"289809",59805,67477 +"289810",59805,79849 +"289811",59805,81061 +"289812",59805,95772 +"289813",59805,108190 +"289814",59805,109109 +"289815",59806,60078 +"289816",59806,68078 +"289817",59806,74082 +"289818",59806,79534 +"289819",59807,69181 +"289820",59807,108991 +"289821",59807,110407 +"289822",59807,113802 +"289823",59807,114059 +"289824",59807,116410 +"289825",59808,73207 +"289826",59809,61907 +"289827",59810,59815 +"289828",59810,98821 +"289829",59811,72080 +"289830",59813,67486 +"289831",59813,79652 +"289832",59813,121902 +"289833",59814,63131 +"289834",59815,61576 +"289835",59815,65249 +"289836",59815,90864 +"289837",59816,61874 +"289838",59816,63274 +"289839",59816,66322 +"289840",59816,67186 +"289841",59816,67327 +"289842",59816,70233 +"289843",59816,70854 +"289844",59816,71683 +"289845",59816,72568 +"289846",59816,72628 +"289847",59816,73767 +"289848",59816,73951 +"289849",59816,78288 +"289850",59816,78532 +"289851",59816,81609 +"289852",59816,85885 +"289853",59816,91255 +"289854",59816,92247 +"289855",59816,92352 +"289856",59816,92362 +"289857",59816,92929 +"289858",59816,93719 +"289859",59816,94906 +"289860",59816,94946 +"289861",59816,95889 +"289862",59816,96093 +"289863",59816,97988 +"289864",59816,98892 +"289865",59816,99309 +"289866",59816,99376 +"289867",59816,99450 +"289868",59816,99471 +"289869",59816,99474 +"289870",59816,100916 +"289871",59816,100944 +"289872",59816,101126 +"289873",59816,101329 +"289874",59816,105557 +"289875",59816,107199 +"289876",59816,108743 +"289877",59816,108980 +"289878",59816,109291 +"289879",59816,109933 +"289880",59816,110483 +"289881",59816,110567 +"289882",59816,110572 +"289883",59816,110630 +"289884",59816,110648 +"289885",59816,110711 +"289886",59816,110770 +"289887",59816,110869 +"289888",59816,110911 +"289889",59816,111285 +"289890",59816,111314 +"289891",59816,111362 +"289892",59816,111372 +"289893",59816,111424 +"289894",59816,111433 +"289895",59816,112422 +"289896",59816,113269 +"289897",59816,113430 +"289898",59816,114242 +"289899",59816,114842 +"289900",59816,115427 +"289901",59816,115521 +"289902",59816,115711 +"289903",59816,117549 +"289904",59817,63986 +"289905",59817,65218 +"289906",59817,65989 +"289907",59817,71557 +"289908",59817,71791 +"289909",59817,71800 +"289910",59817,71801 +"289911",59820,69398 +"289912",59820,109412 +"289913",59822,72041 +"289914",59822,72042 +"289915",59823,60497 +"289916",59823,60502 +"289917",59823,60504 +"289918",59824,62393 +"289919",59824,116641 +"289920",59824,116862 +"289921",59825,97761 +"289922",59826,83561 +"289923",59827,74763 +"289924",59827,83105 +"289925",59827,87878 +"289926",59827,87892 +"289927",59828,71253 +"289928",59828,74995 +"289929",59829,63061 +"289930",59830,59895 +"289931",59830,104395 +"289932",59830,108229 +"289933",59830,123153 +"289934",59831,103781 +"289935",59833,71243 +"289936",59833,85540 +"289937",59833,85924 +"289938",59835,108680 +"289939",59836,77585 +"289940",59836,80760 +"289941",59837,83968 +"289942",59837,108172 +"289943",59838,68434 +"289944",59838,69801 +"289945",59839,66224 +"289946",59839,68723 +"289947",59839,69871 +"289948",59839,70919 +"289949",59839,71930 +"289950",59839,72052 +"289951",59839,74311 +"289952",59842,88531 +"289953",59843,99110 +"289954",59843,101477 +"289955",59843,108415 +"289956",59844,59902 +"289957",59844,76917 +"289958",59844,117882 +"289959",59845,59899 +"289960",59846,69522 +"289961",59848,70014 +"289962",59849,76014 +"289963",59850,67269 +"289964",59850,68936 +"289965",59851,82447 +"289966",59852,70304 +"289967",59852,72385 +"289968",59852,81870 +"289969",59852,91779 +"289970",59852,94334 +"289971",59852,95469 +"289972",59852,102341 +"289973",59852,108430 +"289974",59852,122496 +"289975",59852,122502 +"289976",59853,102009 +"289977",59853,106973 +"289978",59854,63115 +"289979",59854,91381 +"289980",59854,99528 +"289981",59855,78006 +"289982",59856,60373 +"289983",59856,113618 +"289984",59858,90994 +"289985",59858,110457 +"289986",59858,119473 +"289987",59861,74711 +"289988",59862,59886 +"289989",59863,72940 +"289990",59863,74699 +"289991",59863,84924 +"289992",59863,91178 +"289993",59863,97636 +"289994",59863,103074 +"289995",59864,73254 +"289996",59864,84214 +"289997",59864,94670 +"289998",59864,98605 +"289999",59865,99532 +"290000",59865,120447 +"290001",59866,89777 +"290002",59866,101140 +"290003",59867,106134 +"290004",59867,122802 +"290005",59868,60778 +"290006",59868,102820 +"290007",59868,102821 +"290008",59869,59912 +"290009",59869,59913 +"290010",59870,66610 +"290011",59871,73688 +"290012",59872,63942 +"290013",59872,70875 +"290014",59873,68346 +"290015",59873,72597 +"290016",59873,94791 +"290017",59873,94809 +"290018",59875,63221 +"290019",59876,59906 +"290020",59876,103413 +"290021",59876,115009 +"290022",59876,115010 +"290023",59877,59890 +"290024",59878,65708 +"290025",59878,100253 +"290026",59878,103843 +"290027",59879,105201 +"290028",59883,63436 +"290029",59883,85945 +"290030",59884,61174 +"290031",59884,85192 +"290032",59884,85208 +"290033",59887,59925 +"290034",59887,69215 +"290035",59887,70227 +"290036",59887,77963 +"290037",59887,105262 +"290038",59887,110454 +"290039",59887,114612 +"290040",59887,114895 +"290041",59887,115124 +"290042",59888,68990 +"290043",59892,59893 +"290044",59892,67523 +"290045",59893,62271 +"290046",59894,78306 +"290047",59894,78959 +"290048",59894,81057 +"290049",59894,89894 +"290050",59896,75060 +"290051",59896,92749 +"290052",59896,113144 +"290053",59897,61419 +"290054",59897,62241 +"290055",59897,114030 +"290056",59898,111550 +"290057",59900,62950 +"290058",59900,64422 +"290059",59900,67807 +"290060",59900,70852 +"290061",59900,72430 +"290062",59900,72476 +"290063",59906,94568 +"290064",59906,101987 +"290065",59906,115009 +"290066",59906,115010 +"290067",59908,84051 +"290068",59908,86857 +"290069",59910,77178 +"290070",59910,90471 +"290071",59910,91190 +"290072",59910,103600 +"290073",59911,94274 +"290074",59912,59913 +"290075",59914,65886 +"290076",59915,62668 +"290077",59915,70279 +"290078",59915,70473 +"290079",59915,70981 +"290080",59915,71825 +"290081",59915,71837 +"290082",59915,77625 +"290083",59915,79681 +"290084",59915,79954 +"290085",59915,82452 +"290086",59915,85300 +"290087",59915,88409 +"290088",59915,90883 +"290089",59915,91383 +"290090",59915,92113 +"290091",59915,98904 +"290092",59915,102940 +"290093",59915,118577 +"290094",59915,119085 +"290095",59915,119224 +"290096",59915,119439 +"290097",59915,120085 +"290098",59915,120232 +"290099",59915,121213 +"290100",59916,59917 +"290101",59916,73206 +"290102",59916,73968 +"290103",59916,76288 +"290104",59916,112371 +"290105",59916,115426 +"290106",59916,115439 +"290107",59916,120184 +"290108",59918,67417 +"290109",59919,67655 +"290110",59919,98209 +"290111",59920,61592 +"290112",59920,68705 +"290113",59920,120787 +"290114",59921,60531 +"290115",59921,73737 +"290116",59921,102426 +"290117",59923,75881 +"290118",59925,73058 +"290119",59925,80085 +"290120",59925,80895 +"290121",59925,91017 +"290122",59925,106852 +"290123",59925,106857 +"290124",59925,106897 +"290125",59925,106901 +"290126",59926,87549 +"290127",59927,83992 +"290128",59928,60533 +"290129",59928,106201 +"290130",59928,117829 +"290131",59929,60115 +"290132",59929,71132 +"290133",59930,60186 +"290134",59931,79025 +"290135",59931,84160 +"290136",59931,92420 +"290137",59931,104770 +"290138",59931,114383 +"290139",59931,116267 +"290140",59933,59943 +"290141",59933,60379 +"290142",59934,74222 +"290143",59934,120971 +"290144",59935,60568 +"290145",59936,71118 +"290146",59936,72096 +"290147",59936,75784 +"290148",59936,76128 +"290149",59937,72480 +"290150",59937,73848 +"290151",59937,76682 +"290152",59937,82253 +"290153",59937,107347 +"290154",59938,69998 +"290155",59938,70104 +"290156",59939,79082 +"290157",59939,88699 +"290158",59939,90966 +"290159",59939,91912 +"290160",59939,92609 +"290161",59939,94240 +"290162",59939,94671 +"290163",59939,95140 +"290164",59939,100230 +"290165",59939,101793 +"290166",59939,102264 +"290167",59940,67363 +"290168",59940,68942 +"290169",59940,71230 +"290170",59940,76278 +"290171",59940,76740 +"290172",59940,76786 +"290173",59940,77272 +"290174",59940,77357 +"290175",59940,77402 +"290176",59940,77639 +"290177",59940,78248 +"290178",59940,78255 +"290179",59940,78339 +"290180",59940,78410 +"290181",59940,78445 +"290182",59940,79022 +"290183",59940,79716 +"290184",59940,79989 +"290185",59940,80281 +"290186",59940,81728 +"290187",59940,82196 +"290188",59940,82383 +"290189",59940,82810 +"290190",59940,82854 +"290191",59940,83853 +"290192",59940,83884 +"290193",59940,84379 +"290194",59940,84613 +"290195",59940,85465 +"290196",59940,85610 +"290197",59940,86351 +"290198",59940,86451 +"290199",59940,86882 +"290200",59940,87175 +"290201",59940,87451 +"290202",59940,87521 +"290203",59940,87572 +"290204",59940,87663 +"290205",59940,87721 +"290206",59940,87862 +"290207",59941,60257 +"290208",59941,61408 +"290209",59941,63265 +"290210",59941,64051 +"290211",59941,64117 +"290212",59941,64251 +"290213",59941,64557 +"290214",59941,64582 +"290215",59941,67500 +"290216",59941,67553 +"290217",59941,67554 +"290218",59941,68083 +"290219",59941,68097 +"290220",59941,68114 +"290221",59942,84190 +"290222",59943,60379 +"290223",59943,61492 +"290224",59943,119183 +"290225",59943,119232 +"290226",59944,59945 +"290227",59944,85155 +"290228",59944,95940 +"290229",59944,98997 +"290230",59945,86328 +"290231",59945,86367 +"290232",59945,98924 +"290233",59946,92327 +"290234",59947,79937 +"290235",59947,99152 +"290236",59947,102100 +"290237",59947,106318 +"290238",59947,112830 +"290239",59947,115853 +"290240",59948,62718 +"290241",59950,59964 +"290242",59950,85577 +"290243",59950,114100 +"290244",59951,90536 +"290245",59951,122325 +"290246",59952,62840 +"290247",59953,69037 +"290248",59953,74558 +"290249",59953,74653 +"290250",59953,75054 +"290251",59953,86353 +"290252",59953,87835 +"290253",59953,101644 +"290254",59953,107496 +"290255",59954,59989 +"290256",59954,60196 +"290257",59954,60834 +"290258",59954,60857 +"290259",59954,60880 +"290260",59954,74773 +"290261",59955,60477 +"290262",59955,61188 +"290263",59955,62678 +"290264",59955,63331 +"290265",59955,83704 +"290266",59956,64230 +"290267",59957,59978 +"290268",59957,59980 +"290269",59957,59981 +"290270",59957,68914 +"290271",59958,77661 +"290272",59958,79009 +"290273",59958,79041 +"290274",59959,81487 +"290275",59960,62547 +"290276",59961,60184 +"290277",59963,60302 +"290278",59963,79270 +"290279",59963,87224 +"290280",59963,88775 +"290281",59963,106886 +"290282",59965,65402 +"290283",59965,97086 +"290284",59968,92369 +"290285",59970,77668 +"290286",59971,60213 +"290287",59971,95548 +"290288",59971,111264 +"290289",59973,79538 +"290290",59974,60849 +"290291",59975,86943 +"290292",59975,110284 +"290293",59976,71931 +"290294",59978,59980 +"290295",59978,59981 +"290296",59978,91474 +"290297",59980,59981 +"290298",59980,60766 +"290299",59980,106069 +"290300",59980,106086 +"290301",59980,106087 +"290302",59980,106091 +"290303",59980,106094 +"290304",59982,76217 +"290305",59982,86175 +"290306",59982,109247 +"290307",59982,110608 +"290308",59982,121550 +"290309",59983,66945 +"290310",59985,100611 +"290311",59986,72720 +"290312",59989,60196 +"290313",59989,60834 +"290314",59989,60857 +"290315",59989,60880 +"290316",59990,69583 +"290317",59990,87718 +"290318",59991,62133 +"290319",59992,61242 +"290320",59992,67559 +"290321",59992,107588 +"290322",59994,60243 +"290323",59995,117031 +"290324",59997,62990 +"290325",59997,95888 +"290326",60000,120829 +"290327",60002,64734 +"290328",60002,92266 +"290329",60002,94126 +"290330",60003,63748 +"290331",60004,60245 +"290332",60004,60264 +"290333",60005,94389 +"290334",60006,60015 +"290335",60007,81592 +"290336",60007,106384 +"290337",60007,109079 +"290338",60007,118548 +"290339",60009,60466 +"290340",60012,119826 +"290341",60014,85479 +"290342",60016,86062 +"290343",60016,87408 +"290344",60016,95034 +"290345",60016,102913 +"290346",60017,62531 +"290347",60017,67256 +"290348",60019,77362 +"290349",60019,78265 +"290350",60019,84671 +"290351",60020,60160 +"290352",60020,100758 +"290353",60020,122485 +"290354",60022,83385 +"290355",60024,70269 +"290356",60024,78877 +"290357",60024,80759 +"290358",60025,66984 +"290359",60026,68685 +"290360",60027,70734 +"290361",60029,94109 +"290362",60030,60061 +"290363",60030,60074 +"290364",60030,60079 +"290365",60030,60191 +"290366",60030,60326 +"290367",60030,60763 +"290368",60031,71962 +"290369",60031,77572 +"290370",60031,122288 +"290371",60032,60057 +"290372",60032,71831 +"290373",60033,90871 +"290374",60033,102762 +"290375",60034,70810 +"290376",60034,72389 +"290377",60034,76305 +"290378",60034,83132 +"290379",60034,116738 +"290380",60036,60063 +"290381",60039,108188 +"290382",60040,70536 +"290383",60040,70573 +"290384",60040,74644 +"290385",60044,70671 +"290386",60044,82095 +"290387",60044,95048 +"290388",60044,95049 +"290389",60044,101526 +"290390",60044,106168 +"290391",60045,60090 +"290392",60047,60242 +"290393",60047,64351 +"290394",60047,80913 +"290395",60047,86457 +"290396",60047,98184 +"290397",60047,100751 +"290398",60048,63239 +"290399",60048,103425 +"290400",60048,103954 +"290401",60049,63976 +"290402",60050,104268 +"290403",60050,118328 +"290404",60052,97793 +"290405",60052,109366 +"290406",60053,60073 +"290407",60053,109521 +"290408",60053,114831 +"290409",60053,121231 +"290410",60053,121234 +"290411",60054,68530 +"290412",60054,82031 +"290413",60054,94302 +"290414",60054,108401 +"290415",60054,117430 +"290416",60054,120064 +"290417",60055,96595 +"290418",60055,109123 +"290419",60057,71831 +"290420",60058,60923 +"290421",60059,73357 +"290422",60059,101704 +"290423",60059,101917 +"290424",60060,69802 +"290425",60060,73460 +"290426",60060,76696 +"290427",60060,77650 +"290428",60060,109052 +"290429",60061,60074 +"290430",60061,60079 +"290431",60061,60191 +"290432",60061,60326 +"290433",60061,60763 +"290434",60063,65951 +"290435",60063,65952 +"290436",60063,100239 +"290437",60063,115753 +"290438",60064,89372 +"290439",60065,61259 +"290440",60065,62172 +"290441",60065,89542 +"290442",60065,101619 +"290443",60065,103189 +"290444",60065,120212 +"290445",60066,60067 +"290446",60066,70219 +"290447",60066,86837 +"290448",60066,118528 +"290449",60068,71333 +"290450",60069,95664 +"290451",60069,105441 +"290452",60069,123110 +"290453",60070,68601 +"290454",60070,68602 +"290455",60072,75760 +"290456",60073,89940 +"290457",60073,97604 +"290458",60073,110560 +"290459",60074,60079 +"290460",60074,60191 +"290461",60074,60326 +"290462",60074,60763 +"290463",60075,82739 +"290464",60075,105594 +"290465",60075,109161 +"290466",60076,61087 +"290467",60076,97639 +"290468",60077,64644 +"290469",60077,102701 +"290470",60077,102758 +"290471",60078,67278 +"290472",60079,60191 +"290473",60079,60326 +"290474",60079,60763 +"290475",60081,91910 +"290476",60081,93417 +"290477",60083,102429 +"290478",60083,106177 +"290479",60083,112027 +"290480",60084,65314 +"290481",60085,61785 +"290482",60085,69075 +"290483",60085,78300 +"290484",60085,79010 +"290485",60085,89308 +"290486",60085,90390 +"290487",60085,107371 +"290488",60086,60089 +"290489",60088,61783 +"290490",60088,79436 +"290491",60089,61955 +"290492",60089,66735 +"290493",60089,73208 +"290494",60091,60175 +"290495",60091,71109 +"290496",60092,74564 +"290497",60092,99001 +"290498",60093,106202 +"290499",60093,112273 +"290500",60094,71757 +"290501",60094,82207 +"290502",60094,104987 +"290503",60094,118935 +"290504",60095,60474 +"290505",60095,95105 +"290506",60097,60183 +"290507",60097,99574 +"290508",60097,100112 +"290509",60097,100120 +"290510",60097,100157 +"290511",60097,100167 +"290512",60097,100170 +"290513",60097,100172 +"290514",60097,100174 +"290515",60097,100188 +"290516",60097,100724 +"290517",60097,100757 +"290518",60097,100784 +"290519",60098,60165 +"290520",60100,82417 +"290521",60100,98573 +"290522",60101,68993 +"290523",60101,104337 +"290524",60101,104338 +"290525",60101,106740 +"290526",60101,119051 +"290527",60102,76989 +"290528",60102,78421 +"290529",60102,101504 +"290530",60103,87246 +"290531",60103,115332 +"290532",60105,84015 +"290533",60107,60108 +"290534",60109,120577 +"290535",60109,120650 +"290536",60111,61283 +"290537",60111,67015 +"290538",60111,96728 +"290539",60111,96738 +"290540",60111,102063 +"290541",60111,109978 +"290542",60111,109979 +"290543",60111,109980 +"290544",60111,109981 +"290545",60113,60119 +"290546",60113,60181 +"290547",60113,106224 +"290548",60114,65654 +"290549",60114,65675 +"290550",60114,65710 +"290551",60114,65751 +"290552",60115,71132 +"290553",60116,93575 +"290554",60116,97009 +"290555",60117,63762 +"290556",60117,80840 +"290557",60117,82744 +"290558",60117,97422 +"290559",60119,60181 +"290560",60120,66626 +"290561",60120,68167 +"290562",60120,71045 +"290563",60121,60164 +"290564",60124,79438 +"290565",60127,60138 +"290566",60127,60147 +"290567",60127,60149 +"290568",60127,60168 +"290569",60128,60129 +"290570",60131,96802 +"290571",60131,118365 +"290572",60132,80626 +"290573",60132,119491 +"290574",60134,68997 +"290575",60134,81914 +"290576",60134,87748 +"290577",60134,106186 +"290578",60136,86076 +"290579",60138,60147 +"290580",60138,60149 +"290581",60138,60168 +"290582",60139,62267 +"290583",60141,101793 +"290584",60142,60190 +"290585",60144,64762 +"290586",60145,71604 +"290587",60147,60149 +"290588",60147,60168 +"290589",60148,60158 +"290590",60148,60179 +"290591",60148,63545 +"290592",60148,66273 +"290593",60148,66330 +"290594",60149,60168 +"290595",60150,93410 +"290596",60150,97195 +"290597",60150,98506 +"290598",60151,110063 +"290599",60152,60161 +"290600",60153,71599 +"290601",60155,64794 +"290602",60155,64859 +"290603",60155,83705 +"290604",60155,84525 +"290605",60155,84535 +"290606",60156,62299 +"290607",60157,60754 +"290608",60158,60179 +"290609",60159,68010 +"290610",60159,75045 +"290611",60159,75046 +"290612",60159,75122 +"290613",60161,65952 +"290614",60161,78493 +"290615",60161,87198 +"290616",60161,92785 +"290617",60161,94569 +"290618",60161,112240 +"290619",60161,113002 +"290620",60161,113189 +"290621",60163,61097 +"290622",60163,68979 +"290623",60163,69092 +"290624",60163,69101 +"290625",60163,69115 +"290626",60163,69161 +"290627",60163,85196 +"290628",60163,85231 +"290629",60166,69550 +"290630",60166,95638 +"290631",60167,69179 +"290632",60167,78996 +"290633",60167,79600 +"290634",60170,61614 +"290635",60170,61637 +"290636",60170,74184 +"290637",60171,61628 +"290638",60173,61691 +"290639",60176,117032 +"290640",60178,77080 +"290641",60178,95052 +"290642",60178,97292 +"290643",60178,97755 +"290644",60180,61165 +"290645",60180,66864 +"290646",60180,71546 +"290647",60180,74923 +"290648",60180,75131 +"290649",60180,75132 +"290650",60180,75186 +"290651",60182,60253 +"290652",60182,60254 +"290653",60182,88396 +"290654",60183,69478 +"290655",60183,85658 +"290656",60183,91762 +"290657",60183,99574 +"290658",60183,99581 +"290659",60183,99592 +"290660",60183,99598 +"290661",60183,104631 +"290662",60183,107688 +"290663",60189,94905 +"290664",60189,98510 +"290665",60189,105875 +"290666",60190,69159 +"290667",60191,60326 +"290668",60191,60763 +"290669",60191,60891 +"290670",60191,64884 +"290671",60191,67284 +"290672",60191,70868 +"290673",60192,92225 +"290674",60192,92343 +"290675",60192,119410 +"290676",60194,82993 +"290677",60195,79811 +"290678",60195,91296 +"290679",60195,109845 +"290680",60196,60834 +"290681",60196,60857 +"290682",60196,60880 +"290683",60197,72770 +"290684",60197,117191 +"290685",60198,69628 +"290686",60198,97762 +"290687",60201,62357 +"290688",60201,86358 +"290689",60201,93710 +"290690",60201,94697 +"290691",60201,100880 +"290692",60201,111119 +"290693",60202,71029 +"290694",60202,71181 +"290695",60202,71199 +"290696",60203,80970 +"290697",60203,94825 +"290698",60203,96016 +"290699",60203,96032 +"290700",60204,60612 +"290701",60206,62908 +"290702",60206,76164 +"290703",60206,107926 +"290704",60208,94044 +"290705",60208,94057 +"290706",60209,107822 +"290707",60209,107841 +"290708",60210,64193 +"290709",60210,65134 +"290710",60210,67168 +"290711",60210,72697 +"290712",60212,65102 +"290713",60212,66762 +"290714",60212,75634 +"290715",60214,67903 +"290716",60218,80992 +"290717",60220,60557 +"290718",60220,87970 +"290719",60222,79970 +"290720",60222,118812 +"290721",60223,60246 +"290722",60223,112573 +"290723",60223,113849 +"290724",60223,122193 +"290725",60224,63114 +"290726",60226,95560 +"290727",60227,87277 +"290728",60228,60828 +"290729",60228,69570 +"290730",60228,93452 +"290731",60229,61790 +"290732",60229,74062 +"290733",60229,78868 +"290734",60229,81289 +"290735",60229,83047 +"290736",60229,101030 +"290737",60229,104897 +"290738",60229,107946 +"290739",60231,105082 +"290740",60231,105083 +"290741",60232,64790 +"290742",60232,64792 +"290743",60233,64385 +"290744",60233,64870 +"290745",60233,64871 +"290746",60233,64884 +"290747",60233,64921 +"290748",60236,60320 +"290749",60238,74318 +"290750",60238,76564 +"290751",60238,83526 +"290752",60238,100332 +"290753",60238,103397 +"290754",60239,103987 +"290755",60239,103988 +"290756",60240,62535 +"290757",60241,62766 +"290758",60241,70233 +"290759",60241,82586 +"290760",60241,82943 +"290761",60241,87389 +"290762",60241,97278 +"290763",60241,99961 +"290764",60241,101567 +"290765",60241,103201 +"290766",60241,104730 +"290767",60241,105625 +"290768",60241,107797 +"290769",60241,108193 +"290770",60241,111221 +"290771",60241,111324 +"290772",60241,111364 +"290773",60241,111365 +"290774",60241,115957 +"290775",60241,118083 +"290776",60241,121052 +"290777",60241,121057 +"290778",60242,66770 +"290779",60242,76055 +"290780",60242,78236 +"290781",60242,99161 +"290782",60243,87875 +"290783",60245,60264 +"290784",60245,85452 +"290785",60247,78902 +"290786",60251,77178 +"290787",60251,78422 +"290788",60251,89273 +"290789",60251,93020 +"290790",60251,109752 +"290791",60253,60254 +"290792",60255,92248 +"290793",60256,67591 +"290794",60256,75507 +"290795",60257,64051 +"290796",60257,64117 +"290797",60257,64251 +"290798",60257,64557 +"290799",60257,64582 +"290800",60258,62064 +"290801",60258,67815 +"290802",60258,71504 +"290803",60258,85205 +"290804",60258,99872 +"290805",60258,122660 +"290806",60259,62239 +"290807",60259,62557 +"290808",60259,62576 +"290809",60259,62626 +"290810",60259,62627 +"290811",60259,66374 +"290812",60260,82165 +"290813",60260,96848 +"290814",60260,99009 +"290815",60261,66602 +"290816",60261,66618 +"290817",60261,85775 +"290818",60261,115193 +"290819",60261,121896 +"290820",60264,111418 +"290821",60265,112169 +"290822",60265,112187 +"290823",60265,114918 +"290824",60267,91193 +"290825",60270,60350 +"290826",60271,60353 +"290827",60271,108845 +"290828",60272,93152 +"290829",60273,60767 +"290830",60273,63985 +"290831",60273,66479 +"290832",60273,66587 +"290833",60273,66621 +"290834",60273,66628 +"290835",60273,72689 +"290836",60274,70647 +"290837",60275,114213 +"290838",60276,74454 +"290839",60277,60295 +"290840",60277,60866 +"290841",60277,63967 +"290842",60278,86963 +"290843",60279,61882 +"290844",60280,84022 +"290845",60280,85161 +"290846",60280,111260 +"290847",60280,115561 +"290848",60280,117160 +"290849",60281,73709 +"290850",60281,78390 +"290851",60281,78669 +"290852",60281,82136 +"290853",60281,87811 +"290854",60281,99900 +"290855",60281,100046 +"290856",60281,105503 +"290857",60281,117844 +"290858",60282,86290 +"290859",60282,99850 +"290860",60283,61686 +"290861",60283,62981 +"290862",60283,65750 +"290863",60283,66449 +"290864",60283,69551 +"290865",60284,61573 +"290866",60284,67982 +"290867",60286,61685 +"290868",60286,65339 +"290869",60287,87158 +"290870",60287,90771 +"290871",60287,101010 +"290872",60289,60352 +"290873",60289,97004 +"290874",60289,103286 +"290875",60289,103379 +"290876",60290,67200 +"290877",60290,90702 +"290878",60290,92079 +"290879",60291,60459 +"290880",60292,75130 +"290881",60293,67074 +"290882",60293,67140 +"290883",60293,67153 +"290884",60294,60354 +"290885",60296,98389 +"290886",60296,105121 +"290887",60296,107593 +"290888",60296,120939 +"290889",60296,120949 +"290890",60297,78911 +"290891",60298,71469 +"290892",60298,91128 +"290893",60300,60321 +"290894",60301,60310 +"290895",60301,60348 +"290896",60301,60407 +"290897",60302,70321 +"290898",60302,75204 +"290899",60302,79204 +"290900",60302,79616 +"290901",60302,84431 +"290902",60302,99312 +"290903",60303,89051 +"290904",60303,120793 +"290905",60308,74596 +"290906",60308,85743 +"290907",60310,60348 +"290908",60310,60407 +"290909",60312,62854 +"290910",60312,62859 +"290911",60312,62885 +"290912",60316,60922 +"290913",60316,62245 +"290914",60316,81849 +"290915",60316,85943 +"290916",60316,106968 +"290917",60317,99351 +"290918",60320,72207 +"290919",60320,84402 +"290920",60320,104131 +"290921",60320,105283 +"290922",60322,60472 +"290923",60324,87330 +"290924",60325,120492 +"290925",60326,60763 +"290926",60326,71929 +"290927",60326,72185 +"290928",60326,72186 +"290929",60326,72195 +"290930",60326,72201 +"290931",60326,74026 +"290932",60326,74048 +"290933",60328,82998 +"290934",60328,84093 +"290935",60328,89277 +"290936",60328,99128 +"290937",60328,101772 +"290938",60329,74613 +"290939",60329,109860 +"290940",60330,103721 +"290941",60330,105539 +"290942",60330,116975 +"290943",60331,79313 +"290944",60331,90479 +"290945",60332,60333 +"290946",60332,60355 +"290947",60332,61328 +"290948",60332,84944 +"290949",60332,97415 +"290950",60333,60355 +"290951",60333,61328 +"290952",60333,87053 +"290953",60333,118058 +"290954",60334,60503 +"290955",60334,80838 +"290956",60335,61429 +"290957",60335,61475 +"290958",60336,60337 +"290959",60336,60342 +"290960",60336,68694 +"290961",60337,68694 +"290962",60338,63868 +"290963",60338,64605 +"290964",60338,66171 +"290965",60339,66799 +"290966",60339,94092 +"290967",60339,115879 +"290968",60340,79623 +"290969",60340,91580 +"290970",60340,91623 +"290971",60341,60505 +"290972",60341,112797 +"290973",60343,79035 +"290974",60343,88679 +"290975",60343,88688 +"290976",60343,89081 +"290977",60343,89109 +"290978",60343,89138 +"290979",60343,89140 +"290980",60343,89143 +"290981",60343,89148 +"290982",60343,89162 +"290983",60343,97289 +"290984",60343,99925 +"290985",60344,64118 +"290986",60344,113395 +"290987",60344,114810 +"290988",60345,62464 +"290989",60345,65647 +"290990",60345,78444 +"290991",60345,80588 +"290992",60345,82793 +"290993",60345,84666 +"290994",60345,84709 +"290995",60345,85322 +"290996",60345,85403 +"290997",60345,85414 +"290998",60345,85415 +"290999",60347,82548 +"291000",60347,82597 +"291001",60348,60407 +"291002",60348,61478 +"291003",60351,109478 +"291004",60353,79512 +"291005",60354,71515 +"291006",60354,74623 +"291007",60355,91466 +"291008",60355,95834 +"291009",60355,108059 +"291010",60356,85524 +"291011",60357,60388 +"291012",60359,65060 +"291013",60360,89280 +"291014",60360,89889 +"291015",60360,114812 +"291016",60361,60655 +"291017",60361,60754 +"291018",60361,61809 +"291019",60362,60430 +"291020",60362,60731 +"291021",60365,60512 +"291022",60369,60818 +"291023",60370,60371 +"291024",60372,63713 +"291025",60373,71111 +"291026",60373,90497 +"291027",60373,114043 +"291028",60374,67586 +"291029",60374,70847 +"291030",60374,71040 +"291031",60375,62806 +"291032",60375,64367 +"291033",60375,72140 +"291034",60375,101036 +"291035",60375,118538 +"291036",60375,121365 +"291037",60376,79539 +"291038",60376,95025 +"291039",60379,103947 +"291040",60379,105210 +"291041",60379,121610 +"291042",60379,121616 +"291043",60380,68501 +"291044",60380,71888 +"291045",60380,83709 +"291046",60380,98816 +"291047",60380,100977 +"291048",60380,102999 +"291049",60382,60928 +"291050",60383,77472 +"291051",60384,73175 +"291052",60384,80415 +"291053",60384,89846 +"291054",60384,103306 +"291055",60385,69722 +"291056",60385,73016 +"291057",60385,76590 +"291058",60385,77506 +"291059",60385,101349 +"291060",60386,70992 +"291061",60386,100532 +"291062",60386,104891 +"291063",60388,71156 +"291064",60388,78773 +"291065",60388,84780 +"291066",60390,67697 +"291067",60397,60648 +"291068",60397,60680 +"291069",60397,60694 +"291070",60397,92748 +"291071",60397,94802 +"291072",60398,60441 +"291073",60398,60534 +"291074",60398,67650 +"291075",60398,114134 +"291076",60399,73424 +"291077",60401,62923 +"291078",60401,64493 +"291079",60401,64517 +"291080",60401,64694 +"291081",60401,64763 +"291082",60401,66126 +"291083",60402,60620 +"291084",60402,68823 +"291085",60402,97012 +"291086",60402,115929 +"291087",60403,112626 +"291088",60403,112643 +"291089",60406,77427 +"291090",60406,88904 +"291091",60406,99251 +"291092",60406,109458 +"291093",60406,112885 +"291094",60408,80411 +"291095",60409,79357 +"291096",60410,77265 +"291097",60410,77393 +"291098",60411,60485 +"291099",60413,69891 +"291100",60413,72062 +"291101",60413,83590 +"291102",60413,83738 +"291103",60416,99856 +"291104",60416,100723 +"291105",60418,69845 +"291106",60418,100774 +"291107",60418,107539 +"291108",60418,110487 +"291109",60418,110488 +"291110",60418,110492 +"291111",60418,112801 +"291112",60418,117215 +"291113",60419,109951 +"291114",60420,65445 +"291115",60420,70741 +"291116",60420,79270 +"291117",60421,60444 +"291118",60421,73991 +"291119",60421,75690 +"291120",60423,60700 +"291121",60424,60850 +"291122",60424,67182 +"291123",60424,68600 +"291124",60425,111073 +"291125",60426,95624 +"291126",60426,118002 +"291127",60428,67018 +"291128",60430,64212 +"291129",60430,94205 +"291130",60431,89207 +"291131",60431,111821 +"291132",60431,114313 +"291133",60432,69027 +"291134",60432,99069 +"291135",60433,60443 +"291136",60433,82678 +"291137",60433,83292 +"291138",60434,61791 +"291139",60434,63281 +"291140",60434,64587 +"291141",60435,60761 +"291142",60435,68010 +"291143",60436,60949 +"291144",60436,78597 +"291145",60436,94899 +"291146",60436,107010 +"291147",60437,60469 +"291148",60437,60507 +"291149",60437,63410 +"291150",60437,64453 +"291151",60437,64606 +"291152",60437,64986 +"291153",60437,66040 +"291154",60437,66054 +"291155",60439,60913 +"291156",60441,60534 +"291157",60442,82361 +"291158",60444,65016 +"291159",60444,65018 +"291160",60445,94294 +"291161",60445,118063 +"291162",60447,60448 +"291163",60447,65545 +"291164",60447,72862 +"291165",60447,86192 +"291166",60447,98564 +"291167",60450,60452 +"291168",60450,62985 +"291169",60451,75922 +"291170",60451,75928 +"291171",60451,78004 +"291172",60453,73712 +"291173",60456,70774 +"291174",60456,85638 +"291175",60456,90443 +"291176",60456,112501 +"291177",60457,60529 +"291178",60457,118166 +"291179",60458,78086 +"291180",60458,102922 +"291181",60460,60461 +"291182",60462,67407 +"291183",60462,93874 +"291184",60462,100339 +"291185",60462,106232 +"291186",60463,76966 +"291187",60463,80610 +"291188",60463,94712 +"291189",60464,75901 +"291190",60464,92658 +"291191",60465,60544 +"291192",60467,65891 +"291193",60467,66641 +"291194",60467,66764 +"291195",60468,62659 +"291196",60468,80391 +"291197",60468,87613 +"291198",60468,89877 +"291199",60468,100768 +"291200",60469,60507 +"291201",60469,71631 +"291202",60469,71633 +"291203",60469,74121 +"291204",60470,73885 +"291205",60470,79688 +"291206",60471,60536 +"291207",60472,62200 +"291208",60473,62280 +"291209",60474,65426 +"291210",60474,71550 +"291211",60474,84689 +"291212",60474,84733 +"291213",60474,95105 +"291214",60474,117566 +"291215",60474,118307 +"291216",60474,118809 +"291217",60474,120235 +"291218",60475,102606 +"291219",60475,115505 +"291220",60476,90006 +"291221",60477,62678 +"291222",60477,63331 +"291223",60477,72557 +"291224",60477,83704 +"291225",60478,97907 +"291226",60478,97937 +"291227",60479,95472 +"291228",60479,116247 +"291229",60480,81645 +"291230",60481,79849 +"291231",60481,88911 +"291232",60481,91770 +"291233",60481,96518 +"291234",60481,99735 +"291235",60481,102734 +"291236",60481,110380 +"291237",60481,119237 +"291238",60482,70408 +"291239",60482,85271 +"291240",60482,93741 +"291241",60482,99980 +"291242",60482,102066 +"291243",60482,106151 +"291244",60482,106320 +"291245",60484,75476 +"291246",60485,72375 +"291247",60488,60532 +"291248",60490,60491 +"291249",60494,63772 +"291250",60494,77432 +"291251",60494,79451 +"291252",60494,79847 +"291253",60495,90191 +"291254",60495,93102 +"291255",60496,69074 +"291256",60497,60502 +"291257",60497,60504 +"291258",60498,62124 +"291259",60498,62137 +"291260",60498,62143 +"291261",60498,62149 +"291262",60498,62228 +"291263",60498,66485 +"291264",60498,66497 +"291265",60498,66523 +"291266",60498,69120 +"291267",60499,60714 +"291268",60502,60504 +"291269",60505,89905 +"291270",60507,66774 +"291271",60507,71722 +"291272",60507,75071 +"291273",60508,60509 +"291274",60508,60537 +"291275",60508,62234 +"291276",60508,62361 +"291277",60509,60537 +"291278",60510,84677 +"291279",60511,85186 +"291280",60511,104585 +"291281",60513,81561 +"291282",60514,79008 +"291283",60515,61160 +"291284",60515,61416 +"291285",60516,89306 +"291286",60516,90641 +"291287",60518,113422 +"291288",60520,93153 +"291289",60520,96969 +"291290",60521,60527 +"291291",60522,81882 +"291292",60523,64806 +"291293",60523,79219 +"291294",60523,91279 +"291295",60524,97592 +"291296",60524,114822 +"291297",60524,118711 +"291298",60525,105226 +"291299",60526,70052 +"291300",60528,111474 +"291301",60529,62916 +"291302",60529,83123 +"291303",60529,101424 +"291304",60530,112843 +"291305",60531,102426 +"291306",60534,68473 +"291307",60534,111018 +"291308",60534,111387 +"291309",60534,111390 +"291310",60534,111428 +"291311",60535,61031 +"291312",60535,61725 +"291313",60536,67137 +"291314",60536,83330 +"291315",60538,90569 +"291316",60538,90708 +"291317",60541,60542 +"291318",60541,60577 +"291319",60541,74185 +"291320",60542,60577 +"291321",60542,74185 +"291322",60543,81470 +"291323",60545,60559 +"291324",60547,69080 +"291325",60548,60604 +"291326",60548,60619 +"291327",60549,78080 +"291328",60550,72049 +"291329",60550,75095 +"291330",60551,112206 +"291331",60552,66601 +"291332",60552,67860 +"291333",60552,93865 +"291334",60555,65579 +"291335",60556,60598 +"291336",60556,60607 +"291337",60557,62010 +"291338",60560,82287 +"291339",60560,95801 +"291340",60561,102817 +"291341",60562,60994 +"291342",60564,111442 +"291343",60564,111524 +"291344",60565,60629 +"291345",60567,60886 +"291346",60569,86604 +"291347",60570,62570 +"291348",60570,65356 +"291349",60570,83612 +"291350",60572,74035 +"291351",60572,85600 +"291352",60573,60695 +"291353",60573,60806 +"291354",60575,63569 +"291355",60577,74185 +"291356",60578,106683 +"291357",60580,66917 +"291358",60580,66972 +"291359",60583,69154 +"291360",60583,72932 +"291361",60583,77930 +"291362",60583,78343 +"291363",60583,80080 +"291364",60583,81715 +"291365",60583,81720 +"291366",60583,84270 +"291367",60583,115518 +"291368",60584,64660 +"291369",60585,66981 +"291370",60586,70523 +"291371",60588,62782 +"291372",60588,62792 +"291373",60588,62795 +"291374",60589,106161 +"291375",60591,69032 +"291376",60593,105635 +"291377",60593,117332 +"291378",60593,121048 +"291379",60594,60595 +"291380",60594,61394 +"291381",60595,102556 +"291382",60596,63170 +"291383",60597,66517 +"291384",60597,76362 +"291385",60597,76887 +"291386",60597,80018 +"291387",60597,80776 +"291388",60597,87861 +"291389",60597,96760 +"291390",60598,60607 +"291391",60602,69346 +"291392",60602,116130 +"291393",60603,67788 +"291394",60603,77376 +"291395",60603,79377 +"291396",60603,82251 +"291397",60603,83458 +"291398",60603,92799 +"291399",60603,103682 +"291400",60604,60619 +"291401",60604,66003 +"291402",60604,73039 +"291403",60605,78869 +"291404",60605,102161 +"291405",60607,68047 +"291406",60609,79481 +"291407",60610,64955 +"291408",60610,90120 +"291409",60610,99023 +"291410",60610,108039 +"291411",60610,108145 +"291412",60611,103959 +"291413",60613,74820 +"291414",60614,89982 +"291415",60614,94397 +"291416",60615,74195 +"291417",60615,103635 +"291418",60616,60802 +"291419",60616,108585 +"291420",60616,108598 +"291421",60617,65597 +"291422",60617,80553 +"291423",60617,108955 +"291424",60617,118893 +"291425",60618,118210 +"291426",60619,66003 +"291427",60619,66409 +"291428",60621,104704 +"291429",60622,63648 +"291430",60622,79456 +"291431",60623,69616 +"291432",60623,77421 +"291433",60624,78501 +"291434",60624,82515 +"291435",60624,92196 +"291436",60624,97881 +"291437",60624,104132 +"291438",60624,120291 +"291439",60624,120293 +"291440",60626,61883 +"291441",60627,69277 +"291442",60627,70467 +"291443",60627,81567 +"291444",60627,117968 +"291445",60628,103018 +"291446",60630,60702 +"291447",60631,99871 +"291448",60633,61571 +"291449",60633,84523 +"291450",60633,88530 +"291451",60634,86329 +"291452",60635,81601 +"291453",60635,92347 +"291454",60636,80373 +"291455",60636,106429 +"291456",60639,93716 +"291457",60640,60671 +"291458",60641,93989 +"291459",60643,76621 +"291460",60643,80287 +"291461",60643,88545 +"291462",60643,94540 +"291463",60643,104680 +"291464",60643,114389 +"291465",60643,120226 +"291466",60644,71429 +"291467",60644,86178 +"291468",60644,92463 +"291469",60645,61435 +"291470",60645,78788 +"291471",60645,92674 +"291472",60645,106879 +"291473",60647,118380 +"291474",60647,119815 +"291475",60648,60680 +"291476",60648,60694 +"291477",60649,83932 +"291478",60650,90837 +"291479",60650,101138 +"291480",60650,109872 +"291481",60651,92961 +"291482",60651,93433 +"291483",60651,104309 +"291484",60652,60653 +"291485",60653,88979 +"291486",60654,85537 +"291487",60654,91825 +"291488",60654,101178 +"291489",60655,60754 +"291490",60655,61809 +"291491",60656,74393 +"291492",60656,88439 +"291493",60656,106714 +"291494",60656,106717 +"291495",60657,60665 +"291496",60660,72440 +"291497",60661,67672 +"291498",60661,69697 +"291499",60662,66943 +"291500",60663,74044 +"291501",60663,99989 +"291502",60664,73010 +"291503",60666,81564 +"291504",60667,95201 +"291505",60669,66780 +"291506",60669,66831 +"291507",60669,66842 +"291508",60669,76442 +"291509",60670,98909 +"291510",60671,72434 +"291511",60671,86659 +"291512",60672,68416 +"291513",60672,71065 +"291514",60672,89230 +"291515",60672,100959 +"291516",60672,101032 +"291517",60672,104703 +"291518",60672,107116 +"291519",60672,107477 +"291520",60672,108212 +"291521",60672,108234 +"291522",60672,108237 +"291523",60673,60785 +"291524",60673,73444 +"291525",60673,76315 +"291526",60673,79448 +"291527",60677,62946 +"291528",60677,66245 +"291529",60677,71628 +"291530",60677,71640 +"291531",60679,69424 +"291532",60680,60694 +"291533",60681,61860 +"291534",60681,62573 +"291535",60681,64450 +"291536",60681,66094 +"291537",60681,66820 +"291538",60681,82026 +"291539",60682,65341 +"291540",60682,71033 +"291541",60682,122892 +"291542",60682,122907 +"291543",60684,82844 +"291544",60684,101412 +"291545",60684,101765 +"291546",60684,102122 +"291547",60685,64605 +"291548",60686,68988 +"291549",60686,73273 +"291550",60686,91102 +"291551",60686,94430 +"291552",60686,97039 +"291553",60686,98645 +"291554",60686,105117 +"291555",60687,121853 +"291556",60689,75672 +"291557",60689,93383 +"291558",60689,101836 +"291559",60690,74578 +"291560",60691,61456 +"291561",60691,88266 +"291562",60692,115756 +"291563",60692,115990 +"291564",60692,116827 +"291565",60693,73779 +"291566",60693,73793 +"291567",60695,60806 +"291568",60695,69414 +"291569",60698,63592 +"291570",60698,65409 +"291571",60698,65467 +"291572",60698,65664 +"291573",60698,65700 +"291574",60698,65752 +"291575",60699,95065 +"291576",60699,110271 +"291577",60699,119539 +"291578",60700,88479 +"291579",60702,99161 +"291580",60704,88232 +"291581",60705,60904 +"291582",60706,61532 +"291583",60706,69651 +"291584",60707,63222 +"291585",60708,67895 +"291586",60708,75911 +"291587",60708,77829 +"291588",60708,84247 +"291589",60711,89173 +"291590",60711,89174 +"291591",60713,106306 +"291592",60714,69040 +"291593",60715,61844 +"291594",60717,77369 +"291595",60717,84838 +"291596",60717,90836 +"291597",60717,101733 +"291598",60718,81206 +"291599",60718,89072 +"291600",60719,73492 +"291601",60719,102159 +"291602",60721,90238 +"291603",60722,62832 +"291604",60722,63759 +"291605",60722,74669 +"291606",60722,78955 +"291607",60722,94002 +"291608",60723,69570 +"291609",60723,80819 +"291610",60723,109544 +"291611",60724,68488 +"291612",60724,69273 +"291613",60725,64095 +"291614",60725,68795 +"291615",60725,75317 +"291616",60725,75358 +"291617",60727,60742 +"291618",60727,60986 +"291619",60728,64664 +"291620",60728,78336 +"291621",60728,80847 +"291622",60728,88361 +"291623",60728,88369 +"291624",60728,88429 +"291625",60730,86771 +"291626",60730,100269 +"291627",60730,108632 +"291628",60730,108646 +"291629",60730,111120 +"291630",60730,111270 +"291631",60732,60759 +"291632",60732,105944 +"291633",60733,99951 +"291634",60733,99997 +"291635",60734,100488 +"291636",60736,87899 +"291637",60736,103291 +"291638",60737,60889 +"291639",60737,85094 +"291640",60739,60775 +"291641",60739,88252 +"291642",60739,93269 +"291643",60739,94649 +"291644",60739,95131 +"291645",60739,122804 +"291646",60742,60986 +"291647",60742,79522 +"291648",60742,104790 +"291649",60742,109848 +"291650",60742,111478 +"291651",60742,114526 +"291652",60742,116890 +"291653",60742,123064 +"291654",60744,60838 +"291655",60744,83318 +"291656",60745,69174 +"291657",60745,84204 +"291658",60745,111299 +"291659",60745,111305 +"291660",60746,61356 +"291661",60747,62280 +"291662",60748,85469 +"291663",60748,87347 +"291664",60748,87351 +"291665",60749,81186 +"291666",60749,121197 +"291667",60750,68492 +"291668",60751,60782 +"291669",60753,63250 +"291670",60753,70931 +"291671",60753,73794 +"291672",60753,85118 +"291673",60753,98858 +"291674",60753,99169 +"291675",60754,61809 +"291676",60754,112264 +"291677",60756,60757 +"291678",60758,70808 +"291679",60758,71462 +"291680",60758,71714 +"291681",60758,75251 +"291682",60758,76186 +"291683",60758,81400 +"291684",60758,82660 +"291685",60758,92451 +"291686",60758,101248 +"291687",60758,105978 +"291688",60758,111629 +"291689",60758,118551 +"291690",60760,71024 +"291691",60760,71215 +"291692",60760,91478 +"291693",60760,94736 +"291694",60761,68010 +"291695",60762,65279 +"291696",60762,79918 +"291697",60762,94669 +"291698",60766,60803 +"291699",60766,75101 +"291700",60767,66479 +"291701",60767,66621 +"291702",60768,71015 +"291703",60768,78779 +"291704",60768,95265 +"291705",60768,97853 +"291706",60768,102000 +"291707",60768,109748 +"291708",60768,109749 +"291709",60768,111426 +"291710",60768,111440 +"291711",60768,112569 +"291712",60769,60797 +"291713",60769,66842 +"291714",60769,70305 +"291715",60769,75072 +"291716",60769,75143 +"291717",60769,84164 +"291718",60770,72928 +"291719",60771,70111 +"291720",60772,61295 +"291721",60772,61296 +"291722",60772,110941 +"291723",60774,98393 +"291724",60776,60900 +"291725",60776,73158 +"291726",60776,80570 +"291727",60777,85550 +"291728",60778,102820 +"291729",60778,102821 +"291730",60779,89687 +"291731",60779,92034 +"291732",60779,97293 +"291733",60779,108722 +"291734",60779,110620 +"291735",60779,111756 +"291736",60779,112776 +"291737",60779,112780 +"291738",60779,112781 +"291739",60779,112793 +"291740",60780,68913 +"291741",60781,84871 +"291742",60783,61251 +"291743",60783,83756 +"291744",60785,79448 +"291745",60786,60996 +"291746",60787,63874 +"291747",60788,61878 +"291748",60788,85588 +"291749",60788,106098 +"291750",60789,70757 +"291751",60790,116034 +"291752",60793,73652 +"291753",60793,90521 +"291754",60793,109775 +"291755",60793,116019 +"291756",60793,116148 +"291757",60793,116156 +"291758",60793,116162 +"291759",60793,116170 +"291760",60793,116179 +"291761",60793,116215 +"291762",60794,85686 +"291763",60794,85691 +"291764",60795,95258 +"291765",60795,117411 +"291766",60796,72649 +"291767",60797,78525 +"291768",60798,86696 +"291769",60798,96416 +"291770",60799,62963 +"291771",60799,63642 +"291772",60799,68741 +"291773",60799,92459 +"291774",60799,107560 +"291775",60801,79856 +"291776",60802,74304 +"291777",60802,102334 +"291778",60802,108585 +"291779",60802,108598 +"291780",60803,75101 +"291781",60804,66252 +"291782",60804,91635 +"291783",60804,94363 +"291784",60804,94811 +"291785",60806,67248 +"291786",60806,76530 +"291787",60806,82894 +"291788",60806,86964 +"291789",60806,87130 +"291790",60806,87468 +"291791",60806,117122 +"291792",60807,112871 +"291793",60808,61167 +"291794",60808,65934 +"291795",60808,66133 +"291796",60808,85277 +"291797",60808,87498 +"291798",60808,121833 +"291799",60810,71450 +"291800",60810,71451 +"291801",60810,71452 +"291802",60810,71457 +"291803",60811,76178 +"291804",60811,110735 +"291805",60812,74461 +"291806",60812,89592 +"291807",60812,107742 +"291808",60813,93248 +"291809",60814,99209 +"291810",60814,108983 +"291811",60814,109067 +"291812",60815,61248 +"291813",60816,83145 +"291814",60816,105186 +"291815",60819,72387 +"291816",60819,107210 +"291817",60820,61879 +"291818",60820,61946 +"291819",60820,62120 +"291820",60820,62426 +"291821",60820,63019 +"291822",60820,65441 +"291823",60820,70112 +"291824",60821,62054 +"291825",60822,63046 +"291826",60822,63389 +"291827",60822,64729 +"291828",60822,69227 +"291829",60822,70742 +"291830",60823,60888 +"291831",60825,85559 +"291832",60826,81378 +"291833",60826,81407 +"291834",60826,81419 +"291835",60826,85444 +"291836",60826,96965 +"291837",60826,96980 +"291838",60827,117812 +"291839",60828,64839 +"291840",60828,67039 +"291841",60828,69603 +"291842",60828,72117 +"291843",60828,76483 +"291844",60828,81985 +"291845",60828,84640 +"291846",60828,89185 +"291847",60828,91553 +"291848",60828,93688 +"291849",60829,60887 +"291850",60830,84862 +"291851",60830,94622 +"291852",60830,97630 +"291853",60831,60944 +"291854",60831,61044 +"291855",60831,61258 +"291856",60831,67750 +"291857",60831,78784 +"291858",60831,122652 +"291859",60831,122655 +"291860",60834,60857 +"291861",60834,60880 +"291862",60835,99681 +"291863",60838,68699 +"291864",60838,81852 +"291865",60838,123228 +"291866",60839,94776 +"291867",60839,111028 +"291868",60841,63691 +"291869",60841,89446 +"291870",60841,104294 +"291871",60841,110383 +"291872",60842,60859 +"291873",60842,60884 +"291874",60843,63349 +"291875",60845,104492 +"291876",60845,122662 +"291877",60845,122672 +"291878",60845,122708 +"291879",60846,69291 +"291880",60846,78073 +"291881",60846,79331 +"291882",60846,79710 +"291883",60846,79711 +"291884",60846,79720 +"291885",60846,79725 +"291886",60846,79738 +"291887",60846,79748 +"291888",60846,79750 +"291889",60846,79754 +"291890",60846,79758 +"291891",60846,79760 +"291892",60846,79771 +"291893",60846,79780 +"291894",60846,79781 +"291895",60846,79803 +"291896",60847,120890 +"291897",60847,120891 +"291898",60847,120895 +"291899",60849,84319 +"291900",60849,109679 +"291901",60849,109976 +"291902",60851,61062 +"291903",60851,83655 +"291904",60851,92701 +"291905",60851,102515 +"291906",60852,67447 +"291907",60852,67931 +"291908",60852,67932 +"291909",60852,98902 +"291910",60855,113221 +"291911",60856,64815 +"291912",60856,76661 +"291913",60856,76864 +"291914",60856,76891 +"291915",60857,60880 +"291916",60858,68429 +"291917",60859,60884 +"291918",60860,62083 +"291919",60860,68680 +"291920",60860,71027 +"291921",60860,73757 +"291922",60861,66141 +"291923",60862,63618 +"291924",60862,63620 +"291925",60862,78298 +"291926",60862,116583 +"291927",60863,76538 +"291928",60863,88121 +"291929",60863,88455 +"291930",60863,90776 +"291931",60863,90822 +"291932",60863,112670 +"291933",60863,112692 +"291934",60863,116356 +"291935",60865,63361 +"291936",60866,62573 +"291937",60866,63582 +"291938",60866,63967 +"291939",60866,72019 +"291940",60867,75408 +"291941",60867,106207 +"291942",60869,86772 +"291943",60870,68013 +"291944",60870,114715 +"291945",60871,60882 +"291946",60871,74181 +"291947",60871,97122 +"291948",60873,61259 +"291949",60874,60875 +"291950",60875,67443 +"291951",60875,70451 +"291952",60876,62316 +"291953",60876,64699 +"291954",60877,110504 +"291955",60878,67763 +"291956",60878,68293 +"291957",60878,70724 +"291958",60878,70781 +"291959",60878,79804 +"291960",60878,80383 +"291961",60878,86159 +"291962",60878,91912 +"291963",60878,96596 +"291964",60878,110242 +"291965",60879,64370 +"291966",60879,81648 +"291967",60879,101432 +"291968",60879,110521 +"291969",60881,71559 +"291970",60882,66568 +"291971",60883,82533 +"291972",60883,83680 +"291973",60883,83744 +"291974",60883,89681 +"291975",60883,90234 +"291976",60883,90321 +"291977",60885,111806 +"291978",60885,119325 +"291979",60888,117682 +"291980",60890,61986 +"291981",60890,62131 +"291982",60890,62150 +"291983",60890,71334 +"291984",60890,74845 +"291985",60891,60958 +"291986",60891,70868 +"291987",60892,60930 +"291988",60893,75887 +"291989",60893,86522 +"291990",60895,61297 +"291991",60895,89799 +"291992",60895,91986 +"291993",60895,117156 +"291994",60896,61162 +"291995",60896,61189 +"291996",60898,66274 +"291997",60898,76326 +"291998",60898,76522 +"291999",60900,75890 +"292000",60900,98784 +"292001",60900,98788 +"292002",60900,98847 +"292003",60901,62831 +"292004",60901,67184 +"292005",60901,93220 +"292006",60901,104675 +"292007",60903,69042 +"292008",60903,69052 +"292009",60905,63237 +"292010",60905,63315 +"292011",60905,69346 +"292012",60905,99946 +"292013",60907,101840 +"292014",60908,61156 +"292015",60908,61158 +"292016",60908,62509 +"292017",60909,63632 +"292018",60911,63342 +"292019",60912,63268 +"292020",60912,87180 +"292021",60914,79702 +"292022",60915,82709 +"292023",60915,88778 +"292024",60915,121815 +"292025",60916,71631 +"292026",60916,75140 +"292027",60916,77663 +"292028",60916,84054 +"292029",60917,83838 +"292030",60917,122188 +"292031",60918,83027 +"292032",60918,95715 +"292033",60919,87715 +"292034",60919,99356 +"292035",60919,118682 +"292036",60920,69403 +"292037",60922,62245 +"292038",60922,78631 +"292039",60922,84355 +"292040",60922,105753 +"292041",60922,106968 +"292042",60922,122906 +"292043",60922,122910 +"292044",60923,73488 +"292045",60923,76688 +"292046",60924,63802 +"292047",60924,74657 +"292048",60924,74712 +"292049",60924,74758 +"292050",60925,86664 +"292051",60927,64657 +"292052",60928,65137 +"292053",60928,80041 +"292054",60928,99575 +"292055",60928,101067 +"292056",60928,107050 +"292057",60930,83942 +"292058",60930,93284 +"292059",60930,94508 +"292060",60930,115245 +"292061",60930,115251 +"292062",60930,115290 +"292063",60932,69709 +"292064",60932,72646 +"292065",60932,86327 +"292066",60932,109515 +"292067",60933,60939 +"292068",60935,89531 +"292069",60937,102213 +"292070",60937,104094 +"292071",60938,112132 +"292072",60939,71333 +"292073",60940,65980 +"292074",60941,65892 +"292075",60941,86905 +"292076",60941,91975 +"292077",60941,94060 +"292078",60942,80363 +"292079",60942,80488 +"292080",60942,81196 +"292081",60944,67750 +"292082",60944,111719 +"292083",60944,120408 +"292084",60945,94064 +"292085",60946,92130 +"292086",60946,101590 +"292087",60947,62407 +"292088",60947,94436 +"292089",60948,61347 +"292090",60948,69920 +"292091",60948,92935 +"292092",60948,108495 +"292093",60948,120392 +"292094",60949,94899 +"292095",60950,60959 +"292096",60950,61006 +"292097",60951,67352 +"292098",60951,78875 +"292099",60951,97372 +"292100",60952,65114 +"292101",60952,77637 +"292102",60953,67413 +"292103",60953,68772 +"292104",60955,105784 +"292105",60955,105790 +"292106",60957,86455 +"292107",60957,94511 +"292108",60957,103132 +"292109",60959,61006 +"292110",60960,109442 +"292111",60961,61022 +"292112",60961,66031 +"292113",60961,77423 +"292114",60961,87840 +"292115",60963,61226 +"292116",60966,61325 +"292117",60967,88403 +"292118",60967,106167 +"292119",60972,100491 +"292120",60972,112739 +"292121",60975,78010 +"292122",60976,61271 +"292123",60976,64921 +"292124",60976,67910 +"292125",60977,60994 +"292126",60977,61058 +"292127",60978,61363 +"292128",60978,62607 +"292129",60978,76814 +"292130",60978,84181 +"292131",60978,93550 +"292132",60978,94014 +"292133",60978,106998 +"292134",60978,113869 +"292135",60978,114388 +"292136",60978,117063 +"292137",60979,75955 +"292138",60979,93586 +"292139",60980,89361 +"292140",60981,61407 +"292141",60981,61422 +"292142",60981,61454 +"292143",60982,75074 +"292144",60982,97821 +"292145",60982,97839 +"292146",60984,72951 +"292147",60984,93095 +"292148",60985,75075 +"292149",60985,79568 +"292150",60985,83398 +"292151",60985,83414 +"292152",60985,86734 +"292153",60985,98937 +"292154",60985,102142 +"292155",60985,104512 +"292156",60986,100947 +"292157",60987,60992 +"292158",60989,69909 +"292159",60989,80150 +"292160",60989,80213 +"292161",60989,80221 +"292162",60990,65145 +"292163",60990,72856 +"292164",60990,82600 +"292165",60990,91832 +"292166",60990,116930 +"292167",60990,116934 +"292168",60991,76639 +"292169",60991,91695 +"292170",60991,97440 +"292171",60991,100239 +"292172",60991,113099 +"292173",60992,63765 +"292174",60993,60999 +"292175",60993,63609 +"292176",60993,96191 +"292177",60994,61058 +"292178",60994,88212 +"292179",60995,77740 +"292180",60997,77661 +"292181",60997,79041 +"292182",60997,98477 +"292183",60998,68420 +"292184",60999,86094 +"292185",61001,76426 +"292186",61001,93343 +"292187",61001,102106 +"292188",61001,119135 +"292189",61003,61363 +"292190",61003,71895 +"292191",61003,95361 +"292192",61003,108766 +"292193",61003,115056 +"292194",61006,76902 +"292195",61006,94285 +"292196",61006,116552 +"292197",61007,64825 +"292198",61008,105585 +"292199",61009,71347 +"292200",61009,104869 +"292201",61009,104910 +"292202",61009,107565 +"292203",61010,79389 +"292204",61014,69812 +"292205",61018,61073 +"292206",61018,61164 +"292207",61022,84867 +"292208",61022,84878 +"292209",61023,63396 +"292210",61027,61038 +"292211",61027,101457 +"292212",61028,61079 +"292213",61028,65055 +"292214",61028,71945 +"292215",61028,79299 +"292216",61028,88677 +"292217",61028,102459 +"292218",61028,104548 +"292219",61028,111643 +"292220",61028,112289 +"292221",61028,117265 +"292222",61031,100305 +"292223",61033,66246 +"292224",61033,69250 +"292225",61033,112724 +"292226",61033,116961 +"292227",61034,64472 +"292228",61034,65055 +"292229",61034,69117 +"292230",61034,76991 +"292231",61034,80219 +"292232",61034,88912 +"292233",61034,89240 +"292234",61034,100945 +"292235",61034,101598 +"292236",61034,114526 +"292237",61036,97012 +"292238",61036,109182 +"292239",61036,109788 +"292240",61036,110061 +"292241",61037,73809 +"292242",61039,64035 +"292243",61039,69802 +"292244",61039,104971 +"292245",61039,105189 +"292246",61040,61041 +"292247",61042,62776 +"292248",61042,63017 +"292249",61044,115393 +"292250",61045,74360 +"292251",61045,93574 +"292252",61046,107241 +"292253",61046,111989 +"292254",61046,118522 +"292255",61047,62268 +"292256",61047,82488 +"292257",61047,84447 +"292258",61047,84823 +"292259",61047,93066 +"292260",61047,95385 +"292261",61047,108739 +"292262",61047,109961 +"292263",61047,113116 +"292264",61048,117035 +"292265",61049,99666 +"292266",61050,64857 +"292267",61051,61145 +"292268",61052,84420 +"292269",61054,61195 +"292270",61054,61196 +"292271",61056,82787 +"292272",61058,64906 +"292273",61058,69654 +"292274",61058,71946 +"292275",61058,100220 +"292276",61058,121718 +"292277",61059,62143 +"292278",61059,62149 +"292279",61060,72262 +"292280",61060,77598 +"292281",61061,64318 +"292282",61061,66713 +"292283",61061,70340 +"292284",61061,70341 +"292285",61061,115710 +"292286",61062,67588 +"292287",61062,92701 +"292288",61062,117848 +"292289",61063,78049 +"292290",61063,95967 +"292291",61064,64960 +"292292",61065,61651 +"292293",61067,61068 +"292294",61067,94540 +"292295",61067,114898 +"292296",61068,78363 +"292297",61069,113946 +"292298",61070,65501 +"292299",61070,65502 +"292300",61071,107447 +"292301",61072,61255 +"292302",61072,61363 +"292303",61072,84808 +"292304",61072,92444 +"292305",61072,118165 +"292306",61073,61164 +"292307",61073,75495 +"292308",61074,66677 +"292309",61074,71793 +"292310",61074,77488 +"292311",61074,96964 +"292312",61076,68028 +"292313",61076,99767 +"292314",61076,105891 +"292315",61076,112548 +"292316",61076,112561 +"292317",61078,61191 +"292318",61078,61816 +"292319",61079,120992 +"292320",61082,61609 +"292321",61082,68960 +"292322",61086,63726 +"292323",61086,70893 +"292324",61086,85096 +"292325",61086,105945 +"292326",61086,105968 +"292327",61086,120353 +"292328",61087,80377 +"292329",61087,84062 +"292330",61087,97639 +"292331",61087,117631 +"292332",61088,61176 +"292333",61088,65151 +"292334",61088,67162 +"292335",61088,69794 +"292336",61088,76550 +"292337",61088,94795 +"292338",61088,95030 +"292339",61089,67106 +"292340",61089,94274 +"292341",61090,62919 +"292342",61090,119923 +"292343",61091,80945 +"292344",61091,86786 +"292345",61091,91754 +"292346",61091,102729 +"292347",61091,105545 +"292348",61092,61093 +"292349",61092,61094 +"292350",61092,71903 +"292351",61092,72211 +"292352",61092,72218 +"292353",61093,61094 +"292354",61093,63517 +"292355",61093,69777 +"292356",61094,63670 +"292357",61094,70322 +"292358",61094,71282 +"292359",61096,91999 +"292360",61096,105413 +"292361",61096,111509 +"292362",61096,111715 +"292363",61097,114229 +"292364",61098,74672 +"292365",61098,79040 +"292366",61098,86301 +"292367",61098,108461 +"292368",61099,110915 +"292369",61099,114206 +"292370",61099,114370 +"292371",61100,73191 +"292372",61101,82924 +"292373",61101,96964 +"292374",61102,83366 +"292375",61102,83682 +"292376",61102,85523 +"292377",61102,92609 +"292378",61105,61400 +"292379",61105,108069 +"292380",61105,108070 +"292381",61106,76232 +"292382",61107,88400 +"292383",61107,113389 +"292384",61107,116089 +"292385",61108,75585 +"292386",61108,96444 +"292387",61108,98250 +"292388",61108,104522 +"292389",61110,70167 +"292390",61110,76241 +"292391",61110,84616 +"292392",61110,98219 +"292393",61110,99835 +"292394",61111,61127 +"292395",61111,68287 +"292396",61111,118941 +"292397",61111,118943 +"292398",61111,118982 +"292399",61112,73739 +"292400",61112,100773 +"292401",61113,97854 +"292402",61117,75271 +"292403",61117,77324 +"292404",61117,104231 +"292405",61118,74208 +"292406",61118,94333 +"292407",61119,63379 +"292408",61119,66292 +"292409",61119,83507 +"292410",61119,85807 +"292411",61119,97829 +"292412",61119,99118 +"292413",61119,99119 +"292414",61119,99272 +"292415",61121,116900 +"292416",61122,61123 +"292417",61125,61243 +"292418",61125,61561 +"292419",61125,65260 +"292420",61125,80410 +"292421",61125,90753 +"292422",61125,109407 +"292423",61126,69490 +"292424",61126,106907 +"292425",61127,68287 +"292426",61128,65553 +"292427",61131,69901 +"292428",61134,61180 +"292429",61135,66903 +"292430",61136,71303 +"292431",61136,71997 +"292432",61136,106611 +"292433",61136,106643 +"292434",61137,61150 +"292435",61138,82161 +"292436",61138,101732 +"292437",61138,102387 +"292438",61138,113152 +"292439",61139,61155 +"292440",61140,69296 +"292441",61141,97428 +"292442",61141,101722 +"292443",61141,121096 +"292444",61145,73737 +"292445",61146,62117 +"292446",61148,68550 +"292447",61149,61658 +"292448",61149,61870 +"292449",61149,67105 +"292450",61151,78619 +"292451",61152,97589 +"292452",61153,66827 +"292453",61153,69424 +"292454",61153,72207 +"292455",61153,76049 +"292456",61156,61158 +"292457",61157,65709 +"292458",61157,74832 +"292459",61157,80123 +"292460",61157,91281 +"292461",61158,67110 +"292462",61158,67652 +"292463",61158,67669 +"292464",61160,61416 +"292465",61160,63862 +"292466",61160,63902 +"292467",61161,76989 +"292468",61161,117044 +"292469",61162,61189 +"292470",61162,72654 +"292471",61162,73974 +"292472",61162,78331 +"292473",61162,80403 +"292474",61162,81506 +"292475",61162,85255 +"292476",61162,94900 +"292477",61162,108922 +"292478",61162,121536 +"292479",61163,75746 +"292480",61163,83607 +"292481",61163,89152 +"292482",61165,61179 +"292483",61165,66864 +"292484",61166,108961 +"292485",61167,65934 +"292486",61167,83964 +"292487",61169,116294 +"292488",61169,119645 +"292489",61170,72457 +"292490",61172,76192 +"292491",61172,81420 +"292492",61172,102226 +"292493",61172,102401 +"292494",61172,102518 +"292495",61172,117883 +"292496",61173,61257 +"292497",61174,89677 +"292498",61175,62844 +"292499",61175,66041 +"292500",61175,98758 +"292501",61178,72318 +"292502",61183,61184 +"292503",61183,61629 +"292504",61184,61629 +"292505",61187,67894 +"292506",61187,73464 +"292507",61187,73919 +"292508",61187,81364 +"292509",61187,86490 +"292510",61187,88242 +"292511",61187,88650 +"292512",61187,89710 +"292513",61187,95604 +"292514",61187,99329 +"292515",61187,99341 +"292516",61187,99844 +"292517",61187,102353 +"292518",61187,109371 +"292519",61187,109373 +"292520",61187,110246 +"292521",61187,112290 +"292522",61187,112298 +"292523",61187,112468 +"292524",61187,113803 +"292525",61187,115195 +"292526",61187,115233 +"292527",61187,115255 +"292528",61187,115264 +"292529",61187,119859 +"292530",61187,119944 +"292531",61187,119950 +"292532",61188,67073 +"292533",61190,84686 +"292534",61190,93046 +"292535",61191,61816 +"292536",61191,66718 +"292537",61191,68604 +"292538",61191,77565 +"292539",61191,78754 +"292540",61191,79149 +"292541",61191,106965 +"292542",61192,71467 +"292543",61192,78645 +"292544",61192,97469 +"292545",61192,115469 +"292546",61194,97125 +"292547",61195,61196 +"292548",61195,64180 +"292549",61197,72943 +"292550",61197,72958 +"292551",61197,72962 +"292552",61197,72982 +"292553",61197,73026 +"292554",61198,63671 +"292555",61199,61208 +"292556",61200,62672 +"292557",61200,70860 +"292558",61201,85688 +"292559",61201,89205 +"292560",61201,92770 +"292561",61201,98779 +"292562",61201,116034 +"292563",61202,84913 +"292564",61202,94231 +"292565",61202,95745 +"292566",61203,67121 +"292567",61204,61623 +"292568",61204,85139 +"292569",61204,99085 +"292570",61204,112021 +"292571",61206,65803 +"292572",61206,80517 +"292573",61207,71020 +"292574",61209,69063 +"292575",61210,87588 +"292576",61210,102985 +"292577",61211,68853 +"292578",61211,85869 +"292579",61211,94517 +"292580",61211,102594 +"292581",61211,102595 +"292582",61211,122365 +"292583",61212,84995 +"292584",61212,114241 +"292585",61214,73233 +"292586",61214,77210 +"292587",61214,83135 +"292588",61215,75258 +"292589",61215,78270 +"292590",61215,115077 +"292591",61216,68716 +"292592",61216,68721 +"292593",61216,68779 +"292594",61216,69097 +"292595",61216,69098 +"292596",61217,61786 +"292597",61217,75615 +"292598",61218,117741 +"292599",61220,81478 +"292600",61220,94101 +"292601",61220,96496 +"292602",61221,61222 +"292603",61221,61340 +"292604",61222,61340 +"292605",61222,62304 +"292606",61224,69309 +"292607",61224,113872 +"292608",61228,83380 +"292609",61228,83404 +"292610",61228,83423 +"292611",61228,98494 +"292612",61228,101547 +"292613",61232,61244 +"292614",61233,77002 +"292615",61233,81548 +"292616",61233,108950 +"292617",61233,108957 +"292618",61234,71971 +"292619",61234,97186 +"292620",61234,97443 +"292621",61235,93520 +"292622",61236,61237 +"292623",61236,98864 +"292624",61237,79349 +"292625",61237,80904 +"292626",61237,121940 +"292627",61237,122338 +"292628",61242,67559 +"292629",61242,107588 +"292630",61243,61254 +"292631",61243,61557 +"292632",61243,61561 +"292633",61243,62044 +"292634",61243,77322 +"292635",61243,109477 +"292636",61244,74838 +"292637",61245,120270 +"292638",61247,80696 +"292639",61247,91104 +"292640",61247,91496 +"292641",61247,93042 +"292642",61249,104896 +"292643",61249,104916 +"292644",61251,83756 +"292645",61252,61620 +"292646",61254,61557 +"292647",61254,61561 +"292648",61254,63152 +"292649",61254,64987 +"292650",61254,67259 +"292651",61254,72772 +"292652",61254,77322 +"292653",61254,87370 +"292654",61254,94418 +"292655",61254,100265 +"292656",61254,103854 +"292657",61255,61363 +"292658",61255,113810 +"292659",61256,81141 +"292660",61259,88778 +"292661",61262,80783 +"292662",61262,81784 +"292663",61264,66881 +"292664",61264,77413 +"292665",61264,115761 +"292666",61264,115772 +"292667",61264,120478 +"292668",61265,64017 +"292669",61266,84486 +"292670",61266,92023 +"292671",61266,112903 +"292672",61267,69507 +"292673",61267,85197 +"292674",61267,87300 +"292675",61270,79832 +"292676",61270,104004 +"292677",61273,71727 +"292678",61275,63110 +"292679",61275,116326 +"292680",61275,122086 +"292681",61277,63092 +"292682",61277,75667 +"292683",61277,75677 +"292684",61277,98446 +"292685",61278,69518 +"292686",61278,70672 +"292687",61278,85446 +"292688",61278,97855 +"292689",61278,97879 +"292690",61278,112413 +"292691",61278,115528 +"292692",61278,119319 +"292693",61278,119321 +"292694",61279,61361 +"292695",61280,118106 +"292696",61280,121863 +"292697",61282,77297 +"292698",61283,102063 +"292699",61283,109978 +"292700",61283,109979 +"292701",61283,109980 +"292702",61283,109981 +"292703",61284,61285 +"292704",61286,89472 +"292705",61287,87202 +"292706",61287,91223 +"292707",61287,101174 +"292708",61287,108206 +"292709",61287,109742 +"292710",61287,117366 +"292711",61288,73374 +"292712",61288,88627 +"292713",61288,88777 +"292714",61288,99022 +"292715",61288,99601 +"292716",61288,100207 +"292717",61288,101135 +"292718",61288,101289 +"292719",61288,101290 +"292720",61288,101299 +"292721",61288,102070 +"292722",61288,102322 +"292723",61288,102337 +"292724",61289,95220 +"292725",61291,95746 +"292726",61291,107791 +"292727",61291,117272 +"292728",61291,119425 +"292729",61291,119467 +"292730",61293,62233 +"292731",61293,63419 +"292732",61293,99758 +"292733",61293,105876 +"292734",61295,61296 +"292735",61295,67219 +"292736",61295,67637 +"292737",61295,73986 +"292738",61295,74207 +"292739",61295,74215 +"292740",61296,67219 +"292741",61296,67637 +"292742",61296,73986 +"292743",61296,74207 +"292744",61296,74215 +"292745",61300,83668 +"292746",61300,96462 +"292747",61300,99003 +"292748",61301,61346 +"292749",61301,67309 +"292750",61301,78025 +"292751",61301,81142 +"292752",61301,95594 +"292753",61301,105602 +"292754",61302,82416 +"292755",61302,86384 +"292756",61303,103229 +"292757",61303,108457 +"292758",61303,115391 +"292759",61304,94217 +"292760",61305,73596 +"292761",61305,106587 +"292762",61306,61320 +"292763",61306,61322 +"292764",61306,61332 +"292765",61306,61578 +"292766",61306,61613 +"292767",61309,77400 +"292768",61311,66430 +"292769",61312,61362 +"292770",61312,90478 +"292771",61312,97112 +"292772",61312,104458 +"292773",61314,69339 +"292774",61314,111693 +"292775",61314,113000 +"292776",61316,73315 +"292777",61316,84603 +"292778",61316,105280 +"292779",61316,105285 +"292780",61317,76097 +"292781",61319,64108 +"292782",61320,61322 +"292783",61320,61332 +"292784",61320,61578 +"292785",61320,61613 +"292786",61321,63329 +"292787",61321,78108 +"292788",61321,79874 +"292789",61321,84263 +"292790",61322,61332 +"292791",61322,61578 +"292792",61322,61613 +"292793",61322,73839 +"292794",61322,76991 +"292795",61322,100155 +"292796",61322,104803 +"292797",61324,93872 +"292798",61329,66200 +"292799",61329,68278 +"292800",61329,114274 +"292801",61329,115148 +"292802",61331,83058 +"292803",61331,83851 +"292804",61332,61578 +"292805",61332,61613 +"292806",61333,69338 +"292807",61333,92698 +"292808",61333,102943 +"292809",61333,122372 +"292810",61333,122373 +"292811",61334,83654 +"292812",61337,61908 +"292813",61337,62637 +"292814",61337,78968 +"292815",61337,86049 +"292816",61337,91746 +"292817",61337,97712 +"292818",61338,69216 +"292819",61338,76257 +"292820",61338,80702 +"292821",61338,94470 +"292822",61338,94477 +"292823",61338,94496 +"292824",61339,102629 +"292825",61342,87324 +"292826",61342,116520 +"292827",61342,122155 +"292828",61343,96086 +"292829",61345,71389 +"292830",61345,86361 +"292831",61347,69920 +"292832",61347,97242 +"292833",61347,100712 +"292834",61347,108495 +"292835",61347,114203 +"292836",61347,120392 +"292837",61348,66958 +"292838",61348,73271 +"292839",61349,72392 +"292840",61349,79036 +"292841",61349,81392 +"292842",61349,89728 +"292843",61351,61512 +"292844",61352,73648 +"292845",61353,104569 +"292846",61355,95069 +"292847",61357,122071 +"292848",61358,81971 +"292849",61358,104924 +"292850",61361,74887 +"292851",61361,85212 +"292852",61361,85220 +"292853",61363,95361 +"292854",61363,97649 +"292855",61363,105069 +"292856",61363,108766 +"292857",61363,110966 +"292858",61363,114847 +"292859",61363,114909 +"292860",61363,114912 +"292861",61363,114917 +"292862",61363,115056 +"292863",61363,117063 +"292864",61364,64833 +"292865",61366,62862 +"292866",61367,73945 +"292867",61367,102058 +"292868",61368,94048 +"292869",61370,77452 +"292870",61370,106331 +"292871",61371,64156 +"292872",61372,76489 +"292873",61373,105920 +"292874",61375,70939 +"292875",61375,82834 +"292876",61375,82913 +"292877",61376,73878 +"292878",61376,76749 +"292879",61378,62010 +"292880",61379,64275 +"292881",61379,69889 +"292882",61379,69891 +"292883",61379,69919 +"292884",61380,100871 +"292885",61380,113690 +"292886",61382,99194 +"292887",61384,63598 +"292888",61384,80502 +"292889",61384,89165 +"292890",61384,93694 +"292891",61384,93731 +"292892",61384,93751 +"292893",61384,93772 +"292894",61384,97356 +"292895",61385,61617 +"292896",61386,71747 +"292897",61386,72821 +"292898",61387,61388 +"292899",61388,71006 +"292900",61388,98545 +"292901",61388,98663 +"292902",61389,99874 +"292903",61389,109112 +"292904",61390,86565 +"292905",61392,82417 +"292906",61392,93930 +"292907",61393,69669 +"292908",61393,87173 +"292909",61393,104413 +"292910",61395,84755 +"292911",61395,88634 +"292912",61396,61877 +"292913",61396,90539 +"292914",61396,95750 +"292915",61397,61398 +"292916",61397,61921 +"292917",61397,110748 +"292918",61399,65933 +"292919",61401,62770 +"292920",61403,61404 +"292921",61403,61432 +"292922",61403,61465 +"292923",61403,61480 +"292924",61403,71494 +"292925",61403,72186 +"292926",61404,61432 +"292927",61404,61465 +"292928",61404,61480 +"292929",61406,98982 +"292930",61407,61454 +"292931",61408,61441 +"292932",61408,61467 +"292933",61408,61474 +"292934",61409,61997 +"292935",61409,83654 +"292936",61409,88302 +"292937",61409,105918 +"292938",61410,61418 +"292939",61412,65751 +"292940",61412,67339 +"292941",61412,76928 +"292942",61412,76956 +"292943",61412,81146 +"292944",61412,96823 +"292945",61412,97954 +"292946",61412,97955 +"292947",61412,97972 +"292948",61412,97973 +"292949",61412,97981 +"292950",61412,97987 +"292951",61412,97994 +"292952",61412,97998 +"292953",61412,97999 +"292954",61412,98008 +"292955",61413,64806 +"292956",61413,67102 +"292957",61413,72155 +"292958",61413,77001 +"292959",61413,82485 +"292960",61413,83526 +"292961",61413,85882 +"292962",61413,90002 +"292963",61413,90298 +"292964",61413,91279 +"292965",61413,91280 +"292966",61413,93136 +"292967",61413,93738 +"292968",61413,100205 +"292969",61413,100332 +"292970",61413,101180 +"292971",61413,104818 +"292972",61413,104867 +"292973",61413,111415 +"292974",61413,113666 +"292975",61413,114832 +"292976",61413,114954 +"292977",61413,121663 +"292978",61414,97259 +"292979",61416,112337 +"292980",61417,102289 +"292981",61419,62241 +"292982",61420,84147 +"292983",61421,81615 +"292984",61425,61460 +"292985",61425,66108 +"292986",61425,66109 +"292987",61425,66134 +"292988",61425,66154 +"292989",61425,74626 +"292990",61426,61458 +"292991",61427,61455 +"292992",61427,61584 +"292993",61427,67807 +"292994",61427,69977 +"292995",61428,75163 +"292996",61428,93996 +"292997",61428,94013 +"292998",61429,61475 +"292999",61430,81880 +"293000",61430,92837 +"293001",61431,81904 +"293002",61432,61465 +"293003",61432,61480 +"293004",61433,62022 +"293005",61435,72597 +"293006",61435,78773 +"293007",61435,78788 +"293008",61435,78984 +"293009",61435,87573 +"293010",61435,106879 +"293011",61436,70953 +"293012",61436,71830 +"293013",61438,61439 +"293014",61438,61444 +"293015",61438,61466 +"293016",61438,75233 +"293017",61438,87076 +"293018",61438,88976 +"293019",61438,91827 +"293020",61439,61444 +"293021",61439,61466 +"293022",61441,61467 +"293023",61441,61474 +"293024",61441,70667 +"293025",61441,74854 +"293026",61442,69597 +"293027",61444,61466 +"293028",61445,62513 +"293029",61445,96364 +"293030",61445,118798 +"293031",61448,77978 +"293032",61448,79849 +"293033",61448,88544 +"293034",61448,88828 +"293035",61448,97836 +"293036",61448,106139 +"293037",61449,66938 +"293038",61449,97218 +"293039",61449,108645 +"293040",61452,77299 +"293041",61452,79492 +"293042",61452,117219 +"293043",61453,61513 +"293044",61453,61540 +"293045",61454,67454 +"293046",61454,67467 +"293047",61456,65422 +"293048",61456,65716 +"293049",61456,76043 +"293050",61456,80146 +"293051",61456,88266 +"293052",61456,119864 +"293053",61457,87650 +"293054",61457,120892 +"293055",61457,120896 +"293056",61459,93605 +"293057",61461,61886 +"293058",61461,68089 +"293059",61461,89076 +"293060",61461,89552 +"293061",61462,71223 +"293062",61462,74867 +"293063",61462,76778 +"293064",61463,61875 +"293065",61463,84923 +"293066",61463,122993 +"293067",61463,122996 +"293068",61464,65154 +"293069",61464,92082 +"293070",61465,61480 +"293071",61467,61474 +"293072",61468,63485 +"293073",61469,67257 +"293074",61469,75740 +"293075",61469,122836 +"293076",61470,63729 +"293077",61470,66209 +"293078",61470,76460 +"293079",61470,76461 +"293080",61470,76462 +"293081",61470,76473 +"293082",61470,76567 +"293083",61472,88929 +"293084",61473,82705 +"293085",61475,76787 +"293086",61476,80237 +"293087",61481,68670 +"293088",61481,75940 +"293089",61481,92381 +"293090",61481,95661 +"293091",61481,103803 +"293092",61481,104881 +"293093",61482,62131 +"293094",61483,64683 +"293095",61483,75470 +"293096",61483,76299 +"293097",61483,76427 +"293098",61484,102390 +"293099",61485,107805 +"293100",61486,93582 +"293101",61486,104084 +"293102",61488,88849 +"293103",61488,93198 +"293104",61490,72620 +"293105",61490,102439 +"293106",61490,114043 +"293107",61490,114098 +"293108",61490,119694 +"293109",61490,119696 +"293110",61492,61545 +"293111",61492,119183 +"293112",61492,119232 +"293113",61495,90591 +"293114",61496,61813 +"293115",61496,90711 +"293116",61498,120480 +"293117",61499,75953 +"293118",61499,80411 +"293119",61499,89874 +"293120",61499,91035 +"293121",61499,91282 +"293122",61499,96525 +"293123",61499,105207 +"293124",61499,108547 +"293125",61499,111109 +"293126",61501,80892 +"293127",61502,104452 +"293128",61502,113537 +"293129",61503,61559 +"293130",61505,64746 +"293131",61506,68336 +"293132",61507,61511 +"293133",61508,62968 +"293134",61508,98360 +"293135",61508,102962 +"293136",61510,69766 +"293137",61510,93326 +"293138",61513,61540 +"293139",61515,64300 +"293140",61515,70729 +"293141",61515,71746 +"293142",61515,71760 +"293143",61517,72526 +"293144",61522,88818 +"293145",61523,62849 +"293146",61523,74179 +"293147",61523,82682 +"293148",61523,93752 +"293149",61524,79233 +"293150",61524,96748 +"293151",61525,93225 +"293152",61526,98437 +"293153",61526,106295 +"293154",61527,87028 +"293155",61529,83026 +"293156",61529,90524 +"293157",61529,90745 +"293158",61529,118796 +"293159",61529,118805 +"293160",61530,77915 +"293161",61532,66219 +"293162",61532,68428 +"293163",61532,68962 +"293164",61532,69651 +"293165",61532,70433 +"293166",61532,78977 +"293167",61532,83406 +"293168",61532,87653 +"293169",61532,93188 +"293170",61533,89196 +"293171",61533,90788 +"293172",61534,82819 +"293173",61536,118025 +"293174",61537,112044 +"293175",61537,118515 +"293176",61538,84587 +"293177",61538,84588 +"293178",61539,66156 +"293179",61540,90572 +"293180",61541,77479 +"293181",61544,61736 +"293182",61546,65964 +"293183",61547,110498 +"293184",61547,115039 +"293185",61548,61623 +"293186",61549,66153 +"293187",61551,84217 +"293188",61552,61648 +"293189",61552,61689 +"293190",61552,61690 +"293191",61552,61708 +"293192",61553,61694 +"293193",61553,64498 +"293194",61553,91374 +"293195",61553,98150 +"293196",61553,109299 +"293197",61553,109777 +"293198",61554,74194 +"293199",61555,64439 +"293200",61555,68095 +"293201",61555,70392 +"293202",61555,72693 +"293203",61555,73902 +"293204",61555,75620 +"293205",61555,84732 +"293206",61555,86838 +"293207",61555,100671 +"293208",61556,69369 +"293209",61556,102459 +"293210",61556,108950 +"293211",61557,61561 +"293212",61561,77322 +"293213",61561,109477 +"293214",61563,61867 +"293215",61563,62007 +"293216",61563,62078 +"293217",61563,62375 +"293218",61563,62633 +"293219",61563,63395 +"293220",61563,64408 +"293221",61563,64418 +"293222",61563,64511 +"293223",61563,65230 +"293224",61563,66145 +"293225",61563,67503 +"293226",61563,67721 +"293227",61563,68816 +"293228",61563,68909 +"293229",61563,68938 +"293230",61563,69332 +"293231",61563,69681 +"293232",61563,70610 +"293233",61563,70611 +"293234",61563,70725 +"293235",61563,71211 +"293236",61563,71505 +"293237",61563,71887 +"293238",61564,93154 +"293239",61564,95146 +"293240",61564,96320 +"293241",61564,116475 +"293242",61565,83345 +"293243",61565,120848 +"293244",61566,96282 +"293245",61566,100860 +"293246",61567,100214 +"293247",61569,61827 +"293248",61569,63548 +"293249",61569,86424 +"293250",61569,100207 +"293251",61569,110289 +"293252",61570,106125 +"293253",61570,112029 +"293254",61570,114979 +"293255",61571,84136 +"293256",61571,88530 +"293257",61571,92033 +"293258",61571,92680 +"293259",61571,96421 +"293260",61572,101967 +"293261",61572,107539 +"293262",61572,109820 +"293263",61572,110380 +"293264",61572,110394 +"293265",61572,119592 +"293266",61572,120033 +"293267",61574,69869 +"293268",61574,72473 +"293269",61574,74992 +"293270",61575,116736 +"293271",61575,117983 +"293272",61575,117985 +"293273",61575,117986 +"293274",61576,64593 +"293275",61576,74494 +"293276",61576,80205 +"293277",61576,84700 +"293278",61576,86023 +"293279",61576,90401 +"293280",61576,103365 +"293281",61577,106744 +"293282",61578,61613 +"293283",61578,61866 +"293284",61578,115416 +"293285",61579,71451 +"293286",61579,85109 +"293287",61580,61588 +"293288",61580,67406 +"293289",61580,68090 +"293290",61580,68149 +"293291",61581,70822 +"293292",61582,84389 +"293293",61582,101510 +"293294",61582,110031 +"293295",61583,61628 +"293296",61585,62226 +"293297",61585,86092 +"293298",61585,87882 +"293299",61585,88905 +"293300",61585,94096 +"293301",61585,107232 +"293302",61586,73874 +"293303",61586,88799 +"293304",61587,65849 +"293305",61587,65915 +"293306",61587,102795 +"293307",61587,106067 +"293308",61587,120959 +"293309",61588,62851 +"293310",61589,77586 +"293311",61589,79401 +"293312",61589,80249 +"293313",61589,80262 +"293314",61589,80280 +"293315",61589,80312 +"293316",61589,80337 +"293317",61589,80338 +"293318",61590,85618 +"293319",61590,117334 +"293320",61590,118716 +"293321",61591,106705 +"293322",61591,111374 +"293323",61591,111977 +"293324",61591,112172 +"293325",61592,68705 +"293326",61592,120787 +"293327",61593,66582 +"293328",61593,93076 +"293329",61593,96678 +"293330",61597,61611 +"293331",61598,93069 +"293332",61598,103504 +"293333",61598,103512 +"293334",61598,105692 +"293335",61598,110308 +"293336",61598,110496 +"293337",61598,120340 +"293338",61598,120359 +"293339",61600,64536 +"293340",61600,64537 +"293341",61600,64559 +"293342",61603,61626 +"293343",61603,63199 +"293344",61603,73407 +"293345",61603,76985 +"293346",61603,83705 +"293347",61603,113560 +"293348",61604,63508 +"293349",61604,63593 +"293350",61604,71039 +"293351",61604,92661 +"293352",61604,107487 +"293353",61604,123097 +"293354",61608,63058 +"293355",61608,63114 +"293356",61609,68960 +"293357",61610,78216 +"293358",61610,106734 +"293359",61611,96073 +"293360",61612,61643 +"293361",61613,65981 +"293362",61613,73316 +"293363",61613,100151 +"293364",61614,61637 +"293365",61615,88847 +"293366",61617,93267 +"293367",61619,65941 +"293368",61619,66643 +"293369",61619,66704 +"293370",61625,69390 +"293371",61625,75810 +"293372",61626,70787 +"293373",61627,65316 +"293374",61627,73171 +"293375",61627,75363 +"293376",61627,102051 +"293377",61628,98989 +"293378",61630,62536 +"293379",61630,63486 +"293380",61630,88177 +"293381",61630,112357 +"293382",61631,71483 +"293383",61631,87274 +"293384",61633,62351 +"293385",61633,116000 +"293386",61634,61640 +"293387",61634,81766 +"293388",61635,61641 +"293389",61638,74517 +"293390",61640,83041 +"293391",61645,86948 +"293392",61646,87509 +"293393",61646,95708 +"293394",61646,107990 +"293395",61647,80483 +"293396",61647,96923 +"293397",61648,61689 +"293398",61648,61690 +"293399",61648,61708 +"293400",61648,95671 +"293401",61650,61654 +"293402",61650,65596 +"293403",61653,62406 +"293404",61653,71821 +"293405",61653,97256 +"293406",61654,65596 +"293407",61654,71263 +"293408",61654,75378 +"293409",61654,75389 +"293410",61655,94772 +"293411",61655,107613 +"293412",61655,107628 +"293413",61655,117228 +"293414",61656,61990 +"293415",61656,76560 +"293416",61656,80268 +"293417",61657,74800 +"293418",61657,77001 +"293419",61658,61870 +"293420",61658,62390 +"293421",61658,67105 +"293422",61660,94760 +"293423",61661,66975 +"293424",61661,90265 +"293425",61661,112431 +"293426",61662,61725 +"293427",61662,68054 +"293428",61663,94169 +"293429",61663,98551 +"293430",61663,122341 +"293431",61663,122343 +"293432",61663,122350 +"293433",61663,122351 +"293434",61666,76936 +"293435",61666,84252 +"293436",61666,95424 +"293437",61666,99444 +"293438",61666,108232 +"293439",61666,108372 +"293440",61667,63519 +"293441",61667,73990 +"293442",61667,82312 +"293443",61667,85155 +"293444",61667,103376 +"293445",61669,61756 +"293446",61669,68407 +"293447",61669,70432 +"293448",61670,76778 +"293449",61670,102727 +"293450",61671,61718 +"293451",61671,74089 +"293452",61671,80341 +"293453",61671,87244 +"293454",61672,88146 +"293455",61672,105507 +"293456",61673,61729 +"293457",61673,72271 +"293458",61673,74862 +"293459",61673,92652 +"293460",61673,114222 +"293461",61673,116764 +"293462",61674,91926 +"293463",61674,115948 +"293464",61674,121639 +"293465",61675,65006 +"293466",61675,72468 +"293467",61675,77208 +"293468",61675,109186 +"293469",61675,109421 +"293470",61675,114890 +"293471",61676,94101 +"293472",61676,108695 +"293473",61676,108755 +"293474",61677,88270 +"293475",61677,93538 +"293476",61677,121128 +"293477",61678,67103 +"293478",61678,72084 +"293479",61678,72415 +"293480",61678,75379 +"293481",61678,75723 +"293482",61678,76309 +"293483",61678,77167 +"293484",61678,82100 +"293485",61678,87733 +"293486",61678,114099 +"293487",61679,61695 +"293488",61682,69144 +"293489",61683,62056 +"293490",61683,63992 +"293491",61683,75763 +"293492",61683,79945 +"293493",61683,82915 +"293494",61683,84165 +"293495",61683,88346 +"293496",61683,88364 +"293497",61683,88443 +"293498",61683,88510 +"293499",61683,88959 +"293500",61684,78677 +"293501",61684,78842 +"293502",61684,86193 +"293503",61684,88175 +"293504",61684,96293 +"293505",61684,103684 +"293506",61684,110268 +"293507",61684,115017 +"293508",61685,75284 +"293509",61685,75364 +"293510",61686,62049 +"293511",61686,63530 +"293512",61686,63985 +"293513",61686,66479 +"293514",61687,73948 +"293515",61687,77163 +"293516",61688,69539 +"293517",61688,73220 +"293518",61688,85548 +"293519",61688,92680 +"293520",61689,61690 +"293521",61689,61708 +"293522",61690,61708 +"293523",61691,78141 +"293524",61691,94771 +"293525",61691,104364 +"293526",61691,113453 +"293527",61693,73131 +"293528",61693,115927 +"293529",61693,115938 +"293530",61694,81280 +"293531",61697,94585 +"293532",61698,69992 +"293533",61699,61700 +"293534",61699,105536 +"293535",61701,115571 +"293536",61702,62137 +"293537",61702,62228 +"293538",61702,62296 +"293539",61702,62739 +"293540",61702,66523 +"293541",61702,71510 +"293542",61702,72065 +"293543",61702,72069 +"293544",61702,72070 +"293545",61702,72072 +"293546",61702,72077 +"293547",61702,72088 +"293548",61702,72102 +"293549",61702,72106 +"293550",61702,72107 +"293551",61706,68217 +"293552",61706,75657 +"293553",61707,81499 +"293554",61707,94005 +"293555",61707,94021 +"293556",61707,94059 +"293557",61708,104504 +"293558",61708,113169 +"293559",61708,115050 +"293560",61708,119160 +"293561",61709,61903 +"293562",61710,63228 +"293563",61710,77558 +"293564",61710,101840 +"293565",61710,115043 +"293566",61711,73209 +"293567",61713,70235 +"293568",61713,70292 +"293569",61713,77911 +"293570",61713,78112 +"293571",61714,61952 +"293572",61715,87492 +"293573",61715,104442 +"293574",61715,104769 +"293575",61716,62845 +"293576",61716,64625 +"293577",61716,64628 +"293578",61716,64976 +"293579",61717,81262 +"293580",61717,86562 +"293581",61718,95670 +"293582",61719,68771 +"293583",61719,100565 +"293584",61719,100628 +"293585",61719,108718 +"293586",61719,109943 +"293587",61720,80330 +"293588",61721,88221 +"293589",61721,88288 +"293590",61721,91779 +"293591",61722,62055 +"293592",61722,111697 +"293593",61722,122235 +"293594",61723,91734 +"293595",61723,92506 +"293596",61723,104516 +"293597",61724,74554 +"293598",61724,86172 +"293599",61726,66246 +"293600",61726,67337 +"293601",61726,74156 +"293602",61726,117390 +"293603",61726,120857 +"293604",61726,120863 +"293605",61727,91956 +"293606",61727,91982 +"293607",61727,109906 +"293608",61727,115021 +"293609",61727,117116 +"293610",61730,61944 +"293611",61730,77543 +"293612",61730,96979 +"293613",61732,61763 +"293614",61732,61816 +"293615",61735,61759 +"293616",61737,61738 +"293617",61737,61741 +"293618",61738,61741 +"293619",61740,81697 +"293620",61742,62185 +"293621",61742,67206 +"293622",61742,79003 +"293623",61742,91073 +"293624",61742,98647 +"293625",61742,100523 +"293626",61742,100541 +"293627",61742,103811 +"293628",61742,111738 +"293629",61742,121707 +"293630",61743,61748 +"293631",61743,61749 +"293632",61743,61815 +"293633",61746,61770 +"293634",61746,71072 +"293635",61746,75142 +"293636",61746,83187 +"293637",61746,84305 +"293638",61747,62158 +"293639",61747,62173 +"293640",61748,61749 +"293641",61748,61815 +"293642",61749,61815 +"293643",61750,69521 +"293644",61750,74813 +"293645",61750,75316 +"293646",61750,81922 +"293647",61750,83238 +"293648",61750,93392 +"293649",61750,97615 +"293650",61750,110524 +"293651",61750,110551 +"293652",61750,111711 +"293653",61750,122744 +"293654",61751,69929 +"293655",61753,77187 +"293656",61753,91745 +"293657",61754,61760 +"293658",61755,84791 +"293659",61757,61979 +"293660",61757,71159 +"293661",61757,80913 +"293662",61757,88099 +"293663",61757,88484 +"293664",61757,96086 +"293665",61757,100463 +"293666",61761,61767 +"293667",61761,61777 +"293668",61763,61816 +"293669",61764,121842 +"293670",61765,77861 +"293671",61765,78971 +"293672",61767,61777 +"293673",61767,69350 +"293674",61767,69365 +"293675",61768,61796 +"293676",61769,68841 +"293677",61769,85847 +"293678",61770,63599 +"293679",61772,66469 +"293680",61773,75494 +"293681",61774,108989 +"293682",61774,109032 +"293683",61775,61898 +"293684",61776,96909 +"293685",61777,63985 +"293686",61777,66264 +"293687",61777,66281 +"293688",61777,66513 +"293689",61777,69350 +"293690",61777,69365 +"293691",61778,76613 +"293692",61778,81508 +"293693",61778,123366 +"293694",61779,68862 +"293695",61779,91869 +"293696",61780,69234 +"293697",61780,69891 +"293698",61780,71403 +"293699",61780,71462 +"293700",61780,108862 +"293701",61780,111077 +"293702",61781,79514 +"293703",61781,94346 +"293704",61782,78169 +"293705",61783,83862 +"293706",61784,82622 +"293707",61784,101699 +"293708",61784,101739 +"293709",61785,67825 +"293710",61785,68844 +"293711",61785,77441 +"293712",61785,80305 +"293713",61785,80731 +"293714",61785,83865 +"293715",61785,88232 +"293716",61785,88237 +"293717",61785,88462 +"293718",61785,92592 +"293719",61785,92913 +"293720",61785,100502 +"293721",61785,100583 +"293722",61786,65664 +"293723",61787,74667 +"293724",61788,61793 +"293725",61789,82394 +"293726",61790,74844 +"293727",61791,63281 +"293728",61792,81677 +"293729",61794,64658 +"293730",61794,64726 +"293731",61796,72665 +"293732",61796,76453 +"293733",61796,119668 +"293734",61797,67105 +"293735",61798,63168 +"293736",61798,68995 +"293737",61798,100539 +"293738",61799,64781 +"293739",61799,64995 +"293740",61799,67361 +"293741",61800,89715 +"293742",61800,94300 +"293743",61800,94344 +"293744",61801,64350 +"293745",61801,73044 +"293746",61801,73058 +"293747",61801,73335 +"293748",61801,78063 +"293749",61801,78429 +"293750",61801,78569 +"293751",61801,82143 +"293752",61801,83231 +"293753",61801,86471 +"293754",61801,90804 +"293755",61801,91022 +"293756",61801,91045 +"293757",61801,95675 +"293758",61801,101516 +"293759",61801,102387 +"293760",61801,108374 +"293761",61801,108893 +"293762",61801,109101 +"293763",61801,109523 +"293764",61801,110993 +"293765",61801,111338 +"293766",61801,111398 +"293767",61801,111409 +"293768",61801,111480 +"293769",61801,112422 +"293770",61801,112648 +"293771",61801,112708 +"293772",61801,112820 +"293773",61801,112997 +"293774",61801,113597 +"293775",61801,114418 +"293776",61801,114582 +"293777",61801,115371 +"293778",61801,116028 +"293779",61801,116604 +"293780",61801,119766 +"293781",61801,119768 +"293782",61801,119829 +"293783",61802,81582 +"293784",61802,82636 +"293785",61802,82784 +"293786",61802,82800 +"293787",61802,82833 +"293788",61802,82969 +"293789",61803,65799 +"293790",61804,92995 +"293791",61805,70908 +"293792",61805,76666 +"293793",61808,91531 +"293794",61809,65685 +"293795",61811,84258 +"293796",61811,85140 +"293797",61811,100079 +"293798",61813,69036 +"293799",61813,110323 +"293800",61813,116069 +"293801",61814,91673 +"293802",61814,102634 +"293803",61815,78294 +"293804",61817,75876 +"293805",61817,100645 +"293806",61818,76485 +"293807",61818,98440 +"293808",61818,116322 +"293809",61822,63953 +"293810",61822,67505 +"293811",61822,76067 +"293812",61822,85326 +"293813",61823,91437 +"293814",61823,91438 +"293815",61823,107005 +"293816",61823,120429 +"293817",61825,94959 +"293818",61826,64710 +"293819",61826,71394 +"293820",61826,72382 +"293821",61827,74232 +"293822",61827,84400 +"293823",61827,88022 +"293824",61827,90522 +"293825",61827,90549 +"293826",61827,109324 +"293827",61827,118939 +"293828",61829,70723 +"293829",61829,81023 +"293830",61829,83927 +"293831",61831,63368 +"293832",61831,71531 +"293833",61831,84387 +"293834",61831,88256 +"293835",61831,95214 +"293836",61831,104134 +"293837",61831,111538 +"293838",61831,111938 +"293839",61831,112875 +"293840",61833,102402 +"293841",61834,71699 +"293842",61835,61899 +"293843",61835,65177 +"293844",61835,65234 +"293845",61835,65317 +"293846",61835,72248 +"293847",61835,81751 +"293848",61835,112022 +"293849",61835,117867 +"293850",61836,94985 +"293851",61837,74223 +"293852",61837,74331 +"293853",61838,74954 +"293854",61840,76509 +"293855",61841,65316 +"293856",61845,91414 +"293857",61846,65480 +"293858",61846,98540 +"293859",61847,61981 +"293860",61848,89669 +"293861",61849,106361 +"293862",61850,61904 +"293863",61850,63921 +"293864",61850,65126 +"293865",61850,74488 +"293866",61853,61866 +"293867",61854,61873 +"293868",61856,82145 +"293869",61856,108231 +"293870",61857,92412 +"293871",61860,62573 +"293872",61860,64450 +"293873",61860,66094 +"293874",61860,66820 +"293875",61864,62042 +"293876",61864,105553 +"293877",61866,115416 +"293878",61867,62007 +"293879",61867,62078 +"293880",61867,62375 +"293881",61867,62633 +"293882",61867,63395 +"293883",61867,64408 +"293884",61867,64418 +"293885",61867,64511 +"293886",61867,65230 +"293887",61867,66145 +"293888",61867,67503 +"293889",61867,67721 +"293890",61867,68816 +"293891",61867,68909 +"293892",61867,68938 +"293893",61867,69332 +"293894",61867,69681 +"293895",61867,70610 +"293896",61867,70611 +"293897",61867,70725 +"293898",61867,71211 +"293899",61867,71505 +"293900",61867,71887 +"293901",61868,62379 +"293902",61869,62104 +"293903",61870,65582 +"293904",61870,72784 +"293905",61870,72846 +"293906",61870,72974 +"293907",61871,62043 +"293908",61871,63446 +"293909",61871,72412 +"293910",61871,73537 +"293911",61872,61885 +"293912",61872,62110 +"293913",61872,62130 +"293914",61872,62176 +"293915",61872,62186 +"293916",61874,63274 +"293917",61874,66322 +"293918",61874,67327 +"293919",61874,70854 +"293920",61874,71683 +"293921",61874,72568 +"293922",61874,72628 +"293923",61874,73767 +"293924",61874,78532 +"293925",61874,81609 +"293926",61874,85885 +"293927",61874,91255 +"293928",61874,92247 +"293929",61874,92352 +"293930",61874,92362 +"293931",61874,92929 +"293932",61874,93719 +"293933",61874,94906 +"293934",61874,94946 +"293935",61874,95889 +"293936",61874,96093 +"293937",61874,97988 +"293938",61874,99309 +"293939",61874,99376 +"293940",61874,99450 +"293941",61874,99471 +"293942",61874,99474 +"293943",61874,100916 +"293944",61874,100944 +"293945",61874,101126 +"293946",61874,101329 +"293947",61874,105557 +"293948",61874,107199 +"293949",61874,108743 +"293950",61874,108980 +"293951",61874,109291 +"293952",61874,109933 +"293953",61874,110483 +"293954",61874,110567 +"293955",61874,110572 +"293956",61874,110630 +"293957",61874,110648 +"293958",61874,110711 +"293959",61874,110770 +"293960",61874,110869 +"293961",61874,110911 +"293962",61874,111285 +"293963",61874,111314 +"293964",61874,111362 +"293965",61874,111372 +"293966",61874,111424 +"293967",61874,111433 +"293968",61874,112422 +"293969",61874,113269 +"293970",61874,113430 +"293971",61874,114242 +"293972",61874,114842 +"293973",61874,115427 +"293974",61874,115521 +"293975",61874,115711 +"293976",61876,61887 +"293977",61876,67856 +"293978",61877,64695 +"293979",61877,76738 +"293980",61877,90539 +"293981",61877,94215 +"293982",61877,95750 +"293983",61877,96647 +"293984",61878,106098 +"293985",61879,62426 +"293986",61879,63019 +"293987",61881,64194 +"293988",61881,107702 +"293989",61882,83275 +"293990",61882,86996 +"293991",61882,99362 +"293992",61882,103631 +"293993",61882,104221 +"293994",61882,114393 +"293995",61883,68484 +"293996",61885,62110 +"293997",61885,62130 +"293998",61885,62176 +"293999",61885,62186 +"294000",61886,85698 +"294001",61886,94464 +"294002",61887,97225 +"294003",61887,106809 +"294004",61888,66063 +"294005",61890,80859 +"294006",61890,89217 +"294007",61891,61897 +"294008",61893,122556 +"294009",61895,77516 +"294010",61898,79096 +"294011",61898,79134 +"294012",61898,94868 +"294013",61902,85559 +"294014",61902,93553 +"294015",61908,70582 +"294016",61908,70606 +"294017",61909,76648 +"294018",61909,91835 +"294019",61912,70893 +"294020",61913,123216 +"294021",61914,62019 +"294022",61915,72088 +"294023",61916,70994 +"294024",61917,104356 +"294025",61919,64676 +"294026",61919,70496 +"294027",61919,71793 +"294028",61919,76010 +"294029",61919,106721 +"294030",61919,113138 +"294031",61921,66852 +"294032",61921,94257 +"294033",61921,110748 +"294034",61921,110890 +"294035",61924,98367 +"294036",61925,65535 +"294037",61926,90839 +"294038",61926,106300 +"294039",61926,120979 +"294040",61928,100323 +"294041",61928,109701 +"294042",61928,109702 +"294043",61932,119042 +"294044",61933,120023 +"294045",61935,100115 +"294046",61936,63381 +"294047",61936,69491 +"294048",61936,73654 +"294049",61937,73708 +"294050",61940,80286 +"294051",61940,111543 +"294052",61940,111554 +"294053",61941,62576 +"294054",61941,85004 +"294055",61942,76492 +"294056",61942,78227 +"294057",61942,90253 +"294058",61942,92282 +"294059",61945,65201 +"294060",61947,105574 +"294061",61947,120606 +"294062",61948,62823 +"294063",61948,77743 +"294064",61948,88245 +"294065",61948,99109 +"294066",61948,99782 +"294067",61953,62242 +"294068",61954,82793 +"294069",61954,99110 +"294070",61954,101477 +"294071",61954,108415 +"294072",61955,66735 +"294073",61956,62289 +"294074",61956,62385 +"294075",61956,67575 +"294076",61957,63062 +"294077",61957,63086 +"294078",61957,63087 +"294079",61957,63098 +"294080",61957,63106 +"294081",61957,63118 +"294082",61957,63128 +"294083",61957,63136 +"294084",61957,63137 +"294085",61957,63144 +"294086",61957,72021 +"294087",61958,68439 +"294088",61958,80453 +"294089",61958,97456 +"294090",61958,97457 +"294091",61958,97465 +"294092",61960,65186 +"294093",61960,65316 +"294094",61962,114423 +"294095",61963,88764 +"294096",61963,99618 +"294097",61964,62017 +"294098",61964,62127 +"294099",61964,86655 +"294100",61965,72236 +"294101",61965,97675 +"294102",61966,64988 +"294103",61966,105614 +"294104",61967,83140 +"294105",61968,91749 +"294106",61969,64119 +"294107",61969,94011 +"294108",61969,94893 +"294109",61969,103613 +"294110",61969,103662 +"294111",61969,103815 +"294112",61969,103872 +"294113",61970,77188 +"294114",61970,78568 +"294115",61970,82949 +"294116",61970,98466 +"294117",61970,103294 +"294118",61971,62520 +"294119",61971,66600 +"294120",61971,66651 +"294121",61972,81371 +"294122",61973,94078 +"294123",61973,94375 +"294124",61973,123199 +"294125",61973,123208 +"294126",61974,61985 +"294127",61975,88746 +"294128",61976,61977 +"294129",61980,93725 +"294130",61980,96430 +"294131",61982,62841 +"294132",61982,65947 +"294133",61982,78597 +"294134",61982,78934 +"294135",61982,81362 +"294136",61984,62198 +"294137",61986,62150 +"294138",61986,62805 +"294139",61987,112387 +"294140",61988,94644 +"294141",61988,104867 +"294142",61989,89832 +"294143",61990,63633 +"294144",61990,63639 +"294145",61990,63643 +"294146",61990,63679 +"294147",61992,74840 +"294148",61992,74841 +"294149",61994,65268 +"294150",61995,62671 +"294151",61995,64130 +"294152",61995,74190 +"294153",61995,77720 +"294154",61995,83342 +"294155",61995,88198 +"294156",61995,98535 +"294157",61995,113476 +"294158",61995,114320 +"294159",61998,70488 +"294160",61998,71405 +"294161",61998,80742 +"294162",61998,95249 +"294163",61999,95966 +"294164",61999,96539 +"294165",62000,109054 +"294166",62000,109081 +"294167",62001,62002 +"294168",62002,87074 +"294169",62003,95361 +"294170",62003,109897 +"294171",62003,122563 +"294172",62004,62378 +"294173",62004,85135 +"294174",62004,88149 +"294175",62004,100660 +"294176",62005,68599 +"294177",62007,62078 +"294178",62007,62375 +"294179",62007,62633 +"294180",62007,63395 +"294181",62007,64015 +"294182",62007,64408 +"294183",62007,64418 +"294184",62007,64511 +"294185",62007,65230 +"294186",62007,66145 +"294187",62007,67503 +"294188",62007,67721 +"294189",62007,68816 +"294190",62007,68909 +"294191",62007,68938 +"294192",62007,69332 +"294193",62007,69681 +"294194",62007,70610 +"294195",62007,70611 +"294196",62007,70725 +"294197",62007,71211 +"294198",62007,71505 +"294199",62007,71887 +"294200",62015,67496 +"294201",62015,96484 +"294202",62015,96491 +"294203",62016,63116 +"294204",62017,62127 +"294205",62017,73503 +"294206",62019,66474 +"294207",62019,72249 +"294208",62019,77173 +"294209",62019,77346 +"294210",62019,77396 +"294211",62019,77401 +"294212",62019,77407 +"294213",62019,77417 +"294214",62019,77418 +"294215",62019,77480 +"294216",62019,77532 +"294217",62019,86429 +"294218",62019,89699 +"294219",62019,90427 +"294220",62019,108022 +"294221",62020,65354 +"294222",62021,62116 +"294223",62024,62037 +"294224",62024,71671 +"294225",62024,87970 +"294226",62024,103616 +"294227",62025,65162 +"294228",62025,68475 +"294229",62025,81508 +"294230",62025,82242 +"294231",62025,120028 +"294232",62026,72302 +"294233",62028,89830 +"294234",62028,104975 +"294235",62028,111602 +"294236",62028,121643 +"294237",62029,89415 +"294238",62029,118569 +"294239",62029,118572 +"294240",62030,65698 +"294241",62031,63647 +"294242",62035,95026 +"294243",62036,62051 +"294244",62036,62115 +"294245",62036,72062 +"294246",62036,112759 +"294247",62038,64508 +"294248",62038,106599 +"294249",62040,65863 +"294250",62040,84278 +"294251",62040,86133 +"294252",62040,91047 +"294253",62040,98984 +"294254",62042,90221 +"294255",62042,101915 +"294256",62042,108153 +"294257",62042,108160 +"294258",62044,75422 +"294259",62044,77845 +"294260",62044,119149 +"294261",62045,78699 +"294262",62045,103728 +"294263",62045,103793 +"294264",62045,109160 +"294265",62045,114824 +"294266",62047,66027 +"294267",62047,99404 +"294268",62050,62096 +"294269",62051,62115 +"294270",62053,66586 +"294271",62053,72527 +"294272",62053,72603 +"294273",62054,63418 +"294274",62054,122745 +"294275",62055,111697 +"294276",62055,119193 +"294277",62056,63992 +"294278",62056,88346 +"294279",62056,88364 +"294280",62056,88443 +"294281",62056,88510 +"294282",62056,95469 +"294283",62056,101347 +"294284",62056,119148 +"294285",62057,62065 +"294286",62057,62087 +"294287",62057,95626 +"294288",62058,62103 +"294289",62060,62216 +"294290",62060,62790 +"294291",62060,67139 +"294292",62060,70693 +"294293",62061,99970 +"294294",62062,103326 +"294295",62063,63370 +"294296",62063,66680 +"294297",62063,67477 +"294298",62063,72573 +"294299",62063,81722 +"294300",62063,86186 +"294301",62063,88716 +"294302",62063,92035 +"294303",62063,101016 +"294304",62063,101087 +"294305",62063,102401 +"294306",62063,104125 +"294307",62063,104514 +"294308",62063,105495 +"294309",62063,105955 +"294310",62063,116302 +"294311",62063,116315 +"294312",62063,116325 +"294313",62063,116331 +"294314",62064,101496 +"294315",62065,62087 +"294316",62066,79419 +"294317",62066,79542 +"294318",62066,79606 +"294319",62066,94933 +"294320",62067,64036 +"294321",62068,62098 +"294322",62071,73240 +"294323",62073,62088 +"294324",62073,62329 +"294325",62074,63731 +"294326",62075,91607 +"294327",62075,117884 +"294328",62075,118187 +"294329",62075,118302 +"294330",62076,80415 +"294331",62077,94997 +"294332",62077,114201 +"294333",62078,62375 +"294334",62078,62633 +"294335",62078,63395 +"294336",62078,64408 +"294337",62078,64418 +"294338",62078,64511 +"294339",62078,65230 +"294340",62078,66145 +"294341",62078,67503 +"294342",62078,67721 +"294343",62078,68816 +"294344",62078,68909 +"294345",62078,68938 +"294346",62078,69332 +"294347",62078,69681 +"294348",62078,70610 +"294349",62078,70611 +"294350",62078,70725 +"294351",62078,71211 +"294352",62078,71505 +"294353",62078,71887 +"294354",62078,103173 +"294355",62079,79939 +"294356",62080,78351 +"294357",62080,116508 +"294358",62080,116597 +"294359",62081,62156 +"294360",62081,62702 +"294361",62082,98234 +"294362",62083,65488 +"294363",62084,98095 +"294364",62084,100133 +"294365",62086,67587 +"294366",62086,108171 +"294367",62088,62329 +"294368",62089,70457 +"294369",62089,76721 +"294370",62089,84698 +"294371",62089,105848 +"294372",62090,70918 +"294373",62090,71041 +"294374",62091,65021 +"294375",62091,100372 +"294376",62091,119039 +"294377",62091,122994 +"294378",62092,83693 +"294379",62093,119747 +"294380",62094,72251 +"294381",62094,93930 +"294382",62094,116401 +"294383",62094,118802 +"294384",62097,63325 +"294385",62101,64921 +"294386",62102,71799 +"294387",62104,64835 +"294388",62104,77500 +"294389",62104,77504 +"294390",62104,77527 +"294391",62104,77573 +"294392",62104,77583 +"294393",62104,77588 +"294394",62105,62296 +"294395",62107,70893 +"294396",62107,78731 +"294397",62107,107381 +"294398",62109,87062 +"294399",62109,88819 +"294400",62109,94339 +"294401",62109,111173 +"294402",62110,62130 +"294403",62110,62176 +"294404",62110,62186 +"294405",62111,62142 +"294406",62111,118404 +"294407",62113,97834 +"294408",62113,105783 +"294409",62114,88668 +"294410",62114,89324 +"294411",62114,114763 +"294412",62116,63326 +"294413",62120,62426 +"294414",62120,63019 +"294415",62120,63427 +"294416",62120,63432 +"294417",62120,65441 +"294418",62122,62192 +"294419",62123,122968 +"294420",62124,62136 +"294421",62124,62137 +"294422",62124,62143 +"294423",62124,62149 +"294424",62124,62159 +"294425",62124,62177 +"294426",62124,62228 +"294427",62124,66485 +"294428",62124,66497 +"294429",62124,66523 +"294430",62126,84536 +"294431",62126,99930 +"294432",62129,65158 +"294433",62130,62176 +"294434",62130,62186 +"294435",62130,64154 +"294436",62130,64166 +"294437",62130,72365 +"294438",62131,74845 +"294439",62131,87371 +"294440",62133,62218 +"294441",62136,62137 +"294442",62136,62143 +"294443",62136,62149 +"294444",62136,62159 +"294445",62136,62177 +"294446",62136,62228 +"294447",62137,62143 +"294448",62137,62149 +"294449",62137,62159 +"294450",62137,62177 +"294451",62137,62228 +"294452",62137,62296 +"294453",62137,62739 +"294454",62137,66485 +"294455",62137,66497 +"294456",62137,66523 +"294457",62137,71510 +"294458",62137,72065 +"294459",62137,72069 +"294460",62137,72070 +"294461",62137,72072 +"294462",62137,72077 +"294463",62137,72088 +"294464",62137,72102 +"294465",62137,72106 +"294466",62137,72107 +"294467",62138,76480 +"294468",62139,69214 +"294469",62140,63231 +"294470",62140,63248 +"294471",62140,63791 +"294472",62140,63827 +"294473",62140,64926 +"294474",62141,62203 +"294475",62141,71124 +"294476",62141,101005 +"294477",62142,101902 +"294478",62143,62149 +"294479",62143,62159 +"294480",62143,62177 +"294481",62143,62228 +"294482",62143,66485 +"294483",62143,66497 +"294484",62143,66523 +"294485",62144,74911 +"294486",62144,77415 +"294487",62145,117126 +"294488",62147,68223 +"294489",62148,79310 +"294490",62148,86194 +"294491",62148,87936 +"294492",62148,122963 +"294493",62149,62159 +"294494",62149,62177 +"294495",62149,62228 +"294496",62149,66485 +"294497",62149,66497 +"294498",62149,66523 +"294499",62150,65787 +"294500",62151,81255 +"294501",62151,87945 +"294502",62151,92641 +"294503",62151,92718 +"294504",62151,105924 +"294505",62151,107609 +"294506",62153,69524 +"294507",62154,80299 +"294508",62155,62215 +"294509",62155,71585 +"294510",62155,108926 +"294511",62155,119977 +"294512",62155,122920 +"294513",62155,123198 +"294514",62156,62702 +"294515",62158,62173 +"294516",62159,62177 +"294517",62159,62228 +"294518",62159,66637 +"294519",62159,67596 +"294520",62159,72069 +"294521",62160,81411 +"294522",62160,82448 +"294523",62160,82451 +"294524",62160,82471 +"294525",62160,82484 +"294526",62160,82516 +"294527",62160,82518 +"294528",62160,92293 +"294529",62161,68452 +"294530",62161,97015 +"294531",62162,96302 +"294532",62163,62195 +"294533",62163,62559 +"294534",62164,64413 +"294535",62164,77219 +"294536",62164,80248 +"294537",62164,101865 +"294538",62164,105061 +"294539",62164,107054 +"294540",62164,107316 +"294541",62164,107536 +"294542",62164,108546 +"294543",62164,116336 +"294544",62165,74862 +"294545",62165,81488 +"294546",62165,85345 +"294547",62165,86988 +"294548",62165,116764 +"294549",62165,120845 +"294550",62166,75310 +"294551",62166,79869 +"294552",62166,84940 +"294553",62167,64817 +"294554",62167,71652 +"294555",62167,101099 +"294556",62167,112964 +"294557",62169,62170 +"294558",62169,79063 +"294559",62169,82437 +"294560",62169,89452 +"294561",62169,122814 +"294562",62170,101813 +"294563",62171,82792 +"294564",62171,82910 +"294565",62172,103189 +"294566",62172,120212 +"294567",62175,80036 +"294568",62176,62186 +"294569",62177,62228 +"294570",62179,62247 +"294571",62182,62183 +"294572",62183,65190 +"294573",62183,77447 +"294574",62183,90296 +"294575",62183,100477 +"294576",62183,115387 +"294577",62183,115897 +"294578",62184,87660 +"294579",62186,63986 +"294580",62186,71057 +"294581",62186,71264 +"294582",62186,71396 +"294583",62186,71409 +"294584",62186,71432 +"294585",62186,71442 +"294586",62188,71892 +"294587",62188,88029 +"294588",62188,109892 +"294589",62191,63107 +"294590",62191,65260 +"294591",62191,76317 +"294592",62193,63490 +"294593",62193,76639 +"294594",62193,76640 +"294595",62193,77040 +"294596",62193,77055 +"294597",62193,77057 +"294598",62193,77066 +"294599",62193,77095 +"294600",62193,77096 +"294601",62193,77101 +"294602",62193,77102 +"294603",62193,77103 +"294604",62193,77106 +"294605",62194,110710 +"294606",62194,119136 +"294607",62195,62559 +"294608",62196,62197 +"294609",62197,80833 +"294610",62197,91246 +"294611",62197,91260 +"294612",62198,93796 +"294613",62201,63254 +"294614",62201,96644 +"294615",62202,111537 +"294616",62204,77853 +"294617",62205,77120 +"294618",62205,109783 +"294619",62205,113887 +"294620",62207,99820 +"294621",62207,104438 +"294622",62208,62521 +"294623",62208,78780 +"294624",62209,117491 +"294625",62209,117492 +"294626",62210,89930 +"294627",62210,93403 +"294628",62210,97515 +"294629",62211,92647 +"294630",62212,68949 +"294631",62212,71896 +"294632",62213,74967 +"294633",62213,78447 +"294634",62213,84712 +"294635",62213,84774 +"294636",62216,62790 +"294637",62217,102939 +"294638",62220,71758 +"294639",62220,75237 +"294640",62220,102165 +"294641",62220,102315 +"294642",62220,104871 +"294643",62220,114448 +"294644",62222,62223 +"294645",62222,62287 +"294646",62223,62287 +"294647",62227,89266 +"294648",62227,106924 +"294649",62227,122837 +"294650",62228,62296 +"294651",62228,62739 +"294652",62228,66485 +"294653",62228,66497 +"294654",62228,66523 +"294655",62228,71510 +"294656",62228,72065 +"294657",62228,72069 +"294658",62228,72070 +"294659",62228,72072 +"294660",62228,72077 +"294661",62228,72088 +"294662",62228,72102 +"294663",62228,72106 +"294664",62228,72107 +"294665",62230,62983 +"294666",62230,63577 +"294667",62230,65479 +"294668",62230,65558 +"294669",62230,65769 +"294670",62230,65814 +"294671",62230,69487 +"294672",62230,73696 +"294673",62230,74922 +"294674",62230,75186 +"294675",62231,64655 +"294676",62231,66650 +"294677",62231,68499 +"294678",62231,68634 +"294679",62231,71161 +"294680",62232,62303 +"294681",62234,63097 +"294682",62234,69061 +"294683",62235,62397 +"294684",62236,62299 +"294685",62236,70892 +"294686",62237,91190 +"294687",62238,83517 +"294688",62239,62557 +"294689",62239,62576 +"294690",62239,62626 +"294691",62239,62627 +"294692",62240,62445 +"294693",62240,81494 +"294694",62240,87104 +"294695",62243,80099 +"294696",62244,69260 +"294697",62244,81119 +"294698",62244,93078 +"294699",62244,95953 +"294700",62244,99371 +"294701",62244,103665 +"294702",62244,110343 +"294703",62244,114392 +"294704",62245,106968 +"294705",62246,80945 +"294706",62246,83244 +"294707",62247,71783 +"294708",62248,62264 +"294709",62248,62265 +"294710",62250,62251 +"294711",62250,62370 +"294712",62250,64700 +"294713",62252,68935 +"294714",62253,83799 +"294715",62254,62273 +"294716",62254,65884 +"294717",62254,69086 +"294718",62254,75948 +"294719",62254,97105 +"294720",62254,103275 +"294721",62255,62276 +"294722",62256,81272 +"294723",62256,112796 +"294724",62256,115258 +"294725",62258,62961 +"294726",62258,68337 +"294727",62258,76302 +"294728",62260,63993 +"294729",62260,67691 +"294730",62261,120241 +"294731",62261,120307 +"294732",62261,120308 +"294733",62263,106628 +"294734",62263,116365 +"294735",62263,116388 +"294736",62264,62265 +"294737",62264,117918 +"294738",62266,95465 +"294739",62266,105753 +"294740",62268,67617 +"294741",62268,80435 +"294742",62268,81077 +"294743",62268,101675 +"294744",62268,108739 +"294745",62271,64053 +"294746",62272,103447 +"294747",62273,65884 +"294748",62273,69086 +"294749",62273,98925 +"294750",62273,100058 +"294751",62273,100230 +"294752",62276,104802 +"294753",62277,92835 +"294754",62277,92860 +"294755",62278,108699 +"294756",62278,117158 +"294757",62280,64359 +"294758",62280,67697 +"294759",62280,69287 +"294760",62282,98858 +"294761",62284,70823 +"294762",62284,73631 +"294763",62284,83974 +"294764",62284,93025 +"294765",62284,114458 +"294766",62284,115652 +"294767",62286,109913 +"294768",62288,71274 +"294769",62288,75397 +"294770",62288,76915 +"294771",62288,77871 +"294772",62288,79242 +"294773",62288,110466 +"294774",62289,62385 +"294775",62289,62738 +"294776",62289,62796 +"294777",62289,67575 +"294778",62290,62330 +"294779",62291,65517 +"294780",62292,85186 +"294781",62292,89384 +"294782",62292,115913 +"294783",62293,65222 +"294784",62294,71957 +"294785",62296,62739 +"294786",62296,63731 +"294787",62296,66523 +"294788",62296,71510 +"294789",62296,72065 +"294790",62296,72069 +"294791",62296,72070 +"294792",62296,72072 +"294793",62296,72077 +"294794",62296,72088 +"294795",62296,72102 +"294796",62296,72106 +"294797",62296,72107 +"294798",62297,68448 +"294799",62297,86273 +"294800",62297,104570 +"294801",62298,102426 +"294802",62298,118234 +"294803",62299,69544 +"294804",62300,63017 +"294805",62301,100986 +"294806",62302,100874 +"294807",62303,67763 +"294808",62303,115776 +"294809",62304,76831 +"294810",62304,91292 +"294811",62304,91674 +"294812",62304,91675 +"294813",62304,91765 +"294814",62304,111181 +"294815",62305,62352 +"294816",62305,64900 +"294817",62305,106472 +"294818",62305,109990 +"294819",62305,120121 +"294820",62307,82865 +"294821",62307,82877 +"294822",62308,79448 +"294823",62308,87413 +"294824",62310,62363 +"294825",62310,68593 +"294826",62310,93236 +"294827",62311,83143 +"294828",62312,74019 +"294829",62314,62388 +"294830",62314,62389 +"294831",62315,69612 +"294832",62315,90871 +"294833",62316,92080 +"294834",62317,111487 +"294835",62318,66010 +"294836",62319,74529 +"294837",62321,67240 +"294838",62321,67295 +"294839",62321,80914 +"294840",62322,62339 +"294841",62323,69072 +"294842",62324,71704 +"294843",62324,92184 +"294844",62324,98094 +"294845",62329,119474 +"294846",62330,74187 +"294847",62333,66458 +"294848",62335,91911 +"294849",62335,96977 +"294850",62336,107782 +"294851",62336,108036 +"294852",62337,100029 +"294853",62338,99274 +"294854",62338,103056 +"294855",62338,123342 +"294856",62339,62642 +"294857",62340,62374 +"294858",62341,62347 +"294859",62343,73488 +"294860",62343,75079 +"294861",62343,78654 +"294862",62343,83386 +"294863",62343,83415 +"294864",62343,87257 +"294865",62344,63026 +"294866",62344,67412 +"294867",62344,70176 +"294868",62346,77436 +"294869",62346,92669 +"294870",62347,81123 +"294871",62347,89796 +"294872",62348,85210 +"294873",62349,96390 +"294874",62350,73386 +"294875",62353,79377 +"294876",62354,66518 +"294877",62354,75817 +"294878",62354,103701 +"294879",62356,63124 +"294880",62356,65400 +"294881",62356,68569 +"294882",62356,73623 +"294883",62356,83389 +"294884",62356,104711 +"294885",62356,105950 +"294886",62356,110204 +"294887",62356,110508 +"294888",62356,113237 +"294889",62356,119587 +"294890",62356,120983 +"294891",62357,86358 +"294892",62357,92682 +"294893",62357,93710 +"294894",62357,94697 +"294895",62357,111119 +"294896",62357,121143 +"294897",62357,122686 +"294898",62358,76252 +"294899",62358,98908 +"294900",62359,62360 +"294901",62359,71503 +"294902",62359,83935 +"294903",62359,90989 +"294904",62359,90998 +"294905",62360,71503 +"294906",62360,71940 +"294907",62362,71785 +"294908",62362,73250 +"294909",62362,93026 +"294910",62363,68593 +"294911",62363,73078 +"294912",62363,82378 +"294913",62363,114000 +"294914",62363,115443 +"294915",62363,115469 +"294916",62366,117206 +"294917",62367,64497 +"294918",62370,115577 +"294919",62371,67547 +"294920",62371,72252 +"294921",62371,111538 +"294922",62372,114123 +"294923",62372,115745 +"294924",62372,121887 +"294925",62375,62633 +"294926",62375,63395 +"294927",62375,64091 +"294928",62375,64408 +"294929",62375,64418 +"294930",62375,64511 +"294931",62375,65230 +"294932",62375,65275 +"294933",62375,65277 +"294934",62375,65286 +"294935",62375,65288 +"294936",62375,66065 +"294937",62375,66145 +"294938",62375,66681 +"294939",62375,67503 +"294940",62375,67721 +"294941",62375,68816 +"294942",62375,68909 +"294943",62375,68938 +"294944",62375,69332 +"294945",62375,69681 +"294946",62375,70610 +"294947",62375,70611 +"294948",62375,70725 +"294949",62375,71211 +"294950",62375,71505 +"294951",62375,71887 +"294952",62377,63632 +"294953",62377,72314 +"294954",62378,67976 +"294955",62380,74906 +"294956",62380,81675 +"294957",62380,92012 +"294958",62380,97805 +"294959",62382,63773 +"294960",62384,123415 +"294961",62385,67575 +"294962",62386,80046 +"294963",62388,62389 +"294964",62392,93529 +"294965",62392,113864 +"294966",62393,108650 +"294967",62393,116641 +"294968",62393,116862 +"294969",62393,117756 +"294970",62395,64873 +"294971",62395,64894 +"294972",62395,64930 +"294973",62395,64958 +"294974",62395,75818 +"294975",62395,87932 +"294976",62395,90414 +"294977",62395,93702 +"294978",62395,111135 +"294979",62396,97054 +"294980",62396,120425 +"294981",62402,62431 +"294982",62402,63027 +"294983",62402,63361 +"294984",62402,85157 +"294985",62402,85180 +"294986",62402,102424 +"294987",62402,116092 +"294988",62402,116104 +"294989",62402,116216 +"294990",62403,87816 +"294991",62404,101529 +"294992",62405,62443 +"294993",62406,71821 +"294994",62406,97256 +"294995",62407,68569 +"294996",62407,73374 +"294997",62407,76127 +"294998",62407,78925 +"294999",62407,90643 +"295000",62407,92592 +"295001",62407,94027 +"295002",62407,94436 +"295003",62407,98381 +"295004",62407,100502 +"295005",62407,105903 +"295006",62407,105988 +"295007",62407,110469 +"295008",62407,114629 +"295009",62408,62417 +"295010",62410,62418 +"295011",62411,72794 +"295012",62411,110242 +"295013",62412,69811 +"295014",62417,64948 +"295015",62420,74424 +"295016",62420,81210 +"295017",62420,94349 +"295018",62420,111105 +"295019",62422,62462 +"295020",62423,82947 +"295021",62423,100951 +"295022",62423,101025 +"295023",62423,101442 +"295024",62423,101475 +"295025",62424,76917 +"295026",62424,100398 +"295027",62424,117679 +"295028",62424,118861 +"295029",62426,63019 +"295030",62426,63408 +"295031",62426,63427 +"295032",62426,63432 +"295033",62427,90258 +"295034",62429,72812 +"295035",62429,79284 +"295036",62429,97949 +"295037",62429,105011 +"295038",62429,119901 +"295039",62429,119902 +"295040",62431,63027 +"295041",62431,63361 +"295042",62431,94567 +"295043",62431,101328 +"295044",62431,101393 +"295045",62431,102424 +"295046",62432,62449 +"295047",62432,62473 +"295048",62432,67024 +"295049",62432,67042 +"295050",62432,67058 +"295051",62432,67061 +"295052",62432,67108 +"295053",62433,62434 +"295054",62433,85955 +"295055",62435,77115 +"295056",62435,103402 +"295057",62435,103411 +"295058",62436,67688 +"295059",62438,78797 +"295060",62438,86558 +"295061",62438,92426 +"295062",62441,76783 +"295063",62441,99709 +"295064",62442,68531 +"295065",62443,112607 +"295066",62443,112618 +"295067",62444,103643 +"295068",62445,63075 +"295069",62445,64354 +"295070",62445,65293 +"295071",62445,78572 +"295072",62445,79779 +"295073",62445,79789 +"295074",62445,85240 +"295075",62445,91603 +"295076",62445,95924 +"295077",62446,99303 +"295078",62447,62455 +"295079",62447,65637 +"295080",62449,62473 +"295081",62450,80868 +"295082",62450,88230 +"295083",62450,89827 +"295084",62450,91824 +"295085",62450,100336 +"295086",62450,100621 +"295087",62450,103996 +"295088",62452,70798 +"295089",62452,71443 +"295090",62456,64633 +"295091",62456,94309 +"295092",62456,112601 +"295093",62458,88199 +"295094",62458,88345 +"295095",62458,108678 +"295096",62458,108770 +"295097",62460,62493 +"295098",62461,88094 +"295099",62461,97574 +"295100",62461,109143 +"295101",62461,109150 +"295102",62462,72759 +"295103",62462,72905 +"295104",62463,97965 +"295105",62463,109298 +"295106",62463,109302 +"295107",62464,110133 +"295108",62465,65856 +"295109",62465,68345 +"295110",62465,74474 +"295111",62465,99431 +"295112",62466,72782 +"295113",62467,62539 +"295114",62467,74556 +"295115",62467,75719 +"295116",62467,89018 +"295117",62469,72624 +"295118",62469,88575 +"295119",62469,92246 +"295120",62469,111202 +"295121",62472,62481 +"295122",62472,62497 +"295123",62473,76066 +"295124",62474,69646 +"295125",62474,72921 +"295126",62474,72988 +"295127",62474,95964 +"295128",62475,66368 +"295129",62475,66399 +"295130",62475,66407 +"295131",62477,77967 +"295132",62477,80088 +"295133",62477,80549 +"295134",62477,81308 +"295135",62477,89261 +"295136",62477,100599 +"295137",62477,102787 +"295138",62477,109252 +"295139",62477,110778 +"295140",62477,110837 +"295141",62477,111729 +"295142",62477,117161 +"295143",62477,117169 +"295144",62477,117174 +"295145",62478,107011 +"295146",62479,74939 +"295147",62481,62497 +"295148",62482,63282 +"295149",62482,91760 +"295150",62482,100134 +"295151",62483,79866 +"295152",62483,88768 +"295153",62483,88769 +"295154",62483,88770 +"295155",62483,98968 +"295156",62483,100095 +"295157",62484,81756 +"295158",62484,90839 +"295159",62484,93867 +"295160",62487,63988 +"295161",62487,65232 +"295162",62488,65406 +"295163",62488,65800 +"295164",62488,88259 +"295165",62488,93424 +"295166",62488,94603 +"295167",62488,94853 +"295168",62488,95993 +"295169",62488,101344 +"295170",62491,66842 +"295171",62491,76100 +"295172",62492,66077 +"295173",62493,80972 +"295174",62493,91040 +"295175",62493,106323 +"295176",62494,66216 +"295177",62495,62850 +"295178",62495,62863 +"295179",62497,65603 +"295180",62498,70240 +"295181",62498,78460 +"295182",62498,84569 +"295183",62498,97577 +"295184",62499,77910 +"295185",62500,70372 +"295186",62500,110725 +"295187",62500,121737 +"295188",62502,62503 +"295189",62504,67743 +"295190",62504,75677 +"295191",62504,75918 +"295192",62504,83245 +"295193",62504,110226 +"295194",62505,83729 +"295195",62506,67527 +"295196",62507,72592 +"295197",62507,123281 +"295198",62510,77557 +"295199",62510,103001 +"295200",62511,66006 +"295201",62511,85732 +"295202",62511,89177 +"295203",62511,121316 +"295204",62511,121325 +"295205",62512,77059 +"295206",62513,96364 +"295207",62513,98762 +"295208",62513,101404 +"295209",62513,118798 +"295210",62514,117408 +"295211",62516,68859 +"295212",62516,112678 +"295213",62518,69012 +"295214",62518,80477 +"295215",62518,101327 +"295216",62519,62524 +"295217",62519,63038 +"295218",62520,64467 +"295219",62520,73621 +"295220",62520,75206 +"295221",62521,68853 +"295222",62521,82964 +"295223",62521,95320 +"295224",62522,64962 +"295225",62524,63038 +"295226",62527,75192 +"295227",62527,87215 +"295228",62527,104043 +"295229",62527,105496 +"295230",62530,81390 +"295231",62531,65583 +"295232",62531,67256 +"295233",62532,69397 +"295234",62532,78982 +"295235",62533,81501 +"295236",62535,62550 +"295237",62535,62563 +"295238",62536,76826 +"295239",62536,79547 +"295240",62536,80798 +"295241",62536,82512 +"295242",62536,88719 +"295243",62537,63545 +"295244",62537,63553 +"295245",62537,63558 +"295246",62538,69528 +"295247",62538,70044 +"295248",62538,70062 +"295249",62538,70071 +"295250",62538,78570 +"295251",62538,79327 +"295252",62538,88863 +"295253",62538,90056 +"295254",62538,92570 +"295255",62541,82315 +"295256",62542,86645 +"295257",62543,63103 +"295258",62543,63242 +"295259",62545,63023 +"295260",62546,73389 +"295261",62546,101053 +"295262",62546,103228 +"295263",62546,103927 +"295264",62546,103954 +"295265",62549,68804 +"295266",62550,62563 +"295267",62550,67542 +"295268",62551,68091 +"295269",62552,66607 +"295270",62552,83730 +"295271",62552,97405 +"295272",62553,89925 +"295273",62554,84914 +"295274",62555,76223 +"295275",62555,76224 +"295276",62555,76451 +"295277",62555,76455 +"295278",62555,76456 +"295279",62555,76476 +"295280",62557,62576 +"295281",62557,62626 +"295282",62557,62627 +"295283",62559,71900 +"295284",62559,89659 +"295285",62560,67207 +"295286",62562,78637 +"295287",62562,82573 +"295288",62562,91417 +"295289",62562,102292 +"295290",62562,107036 +"295291",62562,121950 +"295292",62562,121966 +"295293",62562,121971 +"295294",62562,121976 +"295295",62563,67542 +"295296",62565,75741 +"295297",62565,82867 +"295298",62565,84168 +"295299",62565,109444 +"295300",62568,90025 +"295301",62568,97424 +"295302",62568,120481 +"295303",62569,70509 +"295304",62569,75287 +"295305",62569,78583 +"295306",62569,106963 +"295307",62569,122974 +"295308",62570,63887 +"295309",62570,70531 +"295310",62570,70537 +"295311",62571,86998 +"295312",62573,63678 +"295313",62573,64450 +"295314",62573,66094 +"295315",62573,66820 +"295316",62573,70905 +"295317",62573,71685 +"295318",62573,74060 +"295319",62575,76182 +"295320",62576,62626 +"295321",62576,62627 +"295322",62577,63640 +"295323",62577,63655 +"295324",62578,92862 +"295325",62579,76406 +"295326",62579,77352 +"295327",62579,77643 +"295328",62579,98035 +"295329",62579,104812 +"295330",62581,64539 +"295331",62584,67217 +"295332",62588,76562 +"295333",62588,90167 +"295334",62588,117690 +"295335",62588,117695 +"295336",62589,62900 +"295337",62589,62960 +"295338",62590,70092 +"295339",62590,72959 +"295340",62591,82921 +"295341",62591,98869 +"295342",62591,101532 +"295343",62592,70280 +"295344",62592,93294 +"295345",62593,62594 +"295346",62593,62675 +"295347",62594,62675 +"295348",62595,89163 +"295349",62595,103150 +"295350",62595,116725 +"295351",62596,99624 +"295352",62596,112893 +"295353",62597,73243 +"295354",62597,83893 +"295355",62597,98810 +"295356",62599,68843 +"295357",62599,94353 +"295358",62599,97716 +"295359",62600,92121 +"295360",62600,104583 +"295361",62600,109486 +"295362",62602,63145 +"295363",62602,85286 +"295364",62602,86897 +"295365",62602,89836 +"295366",62604,66701 +"295367",62605,65362 +"295368",62605,65580 +"295369",62605,70236 +"295370",62605,73389 +"295371",62605,79806 +"295372",62605,88280 +"295373",62605,88764 +"295374",62605,92062 +"295375",62605,95849 +"295376",62605,97741 +"295377",62605,99424 +"295378",62605,100523 +"295379",62605,102732 +"295380",62606,67076 +"295381",62608,118735 +"295382",62609,97833 +"295383",62610,62611 +"295384",62612,79786 +"295385",62613,70011 +"295386",62616,113335 +"295387",62618,62700 +"295388",62619,106002 +"295389",62620,72583 +"295390",62620,72608 +"295391",62623,68168 +"295392",62623,85248 +"295393",62623,92986 +"295394",62623,106855 +"295395",62623,106872 +"295396",62623,107276 +"295397",62624,62724 +"295398",62626,62627 +"295399",62626,63739 +"295400",62626,72059 +"295401",62627,63019 +"295402",62628,88298 +"295403",62629,71734 +"295404",62629,75216 +"295405",62629,88203 +"295406",62629,92322 +"295407",62629,94783 +"295408",62629,104493 +"295409",62629,104578 +"295410",62629,109350 +"295411",62629,113302 +"295412",62631,75194 +"295413",62631,94843 +"295414",62632,68822 +"295415",62632,79102 +"295416",62632,79110 +"295417",62632,92895 +"295418",62632,94857 +"295419",62632,94861 +"295420",62632,98392 +"295421",62632,98986 +"295422",62633,63395 +"295423",62633,64408 +"295424",62633,64418 +"295425",62633,64511 +"295426",62633,65230 +"295427",62633,66145 +"295428",62633,67503 +"295429",62633,67721 +"295430",62633,68816 +"295431",62633,68909 +"295432",62633,68938 +"295433",62633,69332 +"295434",62633,69681 +"295435",62633,70610 +"295436",62633,70611 +"295437",62633,70725 +"295438",62633,71211 +"295439",62633,71505 +"295440",62633,71887 +"295441",62634,90865 +"295442",62635,62646 +"295443",62635,77770 +"295444",62635,96826 +"295445",62635,108896 +"295446",62635,109211 +"295447",62636,91779 +"295448",62637,100915 +"295449",62637,122632 +"295450",62639,93580 +"295451",62640,83251 +"295452",62640,83257 +"295453",62640,89441 +"295454",62640,89783 +"295455",62640,108883 +"295456",62642,68091 +"295457",62642,69335 +"295458",62642,75245 +"295459",62642,75776 +"295460",62642,75956 +"295461",62642,76387 +"295462",62642,78978 +"295463",62642,79212 +"295464",62642,79241 +"295465",62642,79579 +"295466",62642,80239 +"295467",62642,80301 +"295468",62642,81397 +"295469",62642,88340 +"295470",62642,88749 +"295471",62642,89069 +"295472",62642,89373 +"295473",62642,89995 +"295474",62642,90919 +"295475",62642,90936 +"295476",62642,92861 +"295477",62642,93097 +"295478",62642,94231 +"295479",62642,95489 +"295480",62642,96247 +"295481",62642,96363 +"295482",62642,97898 +"295483",62642,115620 +"295484",62644,63065 +"295485",62644,72891 +"295486",62644,78532 +"295487",62644,82496 +"295488",62644,85152 +"295489",62644,91068 +"295490",62644,98729 +"295491",62644,99474 +"295492",62644,121080 +"295493",62645,72335 +"295494",62645,75584 +"295495",62648,73065 +"295496",62648,91802 +"295497",62650,65580 +"295498",62650,75853 +"295499",62650,81199 +"295500",62650,81233 +"295501",62650,81234 +"295502",62651,108711 +"295503",62653,62971 +"295504",62653,72215 +"295505",62653,82240 +"295506",62654,76827 +"295507",62654,77938 +"295508",62655,96471 +"295509",62655,114982 +"295510",62655,119064 +"295511",62655,119096 +"295512",62657,66437 +"295513",62657,121379 +"295514",62658,62688 +"295515",62658,62705 +"295516",62658,67555 +"295517",62658,71443 +"295518",62659,80391 +"295519",62661,81903 +"295520",62661,83575 +"295521",62662,63828 +"295522",62664,62704 +"295523",62664,74786 +"295524",62664,86924 +"295525",62664,86931 +"295526",62664,86970 +"295527",62664,96499 +"295528",62664,104799 +"295529",62666,102887 +"295530",62666,114586 +"295531",62668,70473 +"295532",62668,70981 +"295533",62668,71825 +"295534",62668,71837 +"295535",62668,77625 +"295536",62668,79681 +"295537",62668,82452 +"295538",62668,83624 +"295539",62668,88409 +"295540",62668,90883 +"295541",62668,91383 +"295542",62668,92113 +"295543",62668,98904 +"295544",62668,100406 +"295545",62668,102940 +"295546",62668,118577 +"295547",62668,119085 +"295548",62668,119099 +"295549",62668,119224 +"295550",62668,119439 +"295551",62668,119501 +"295552",62668,120085 +"295553",62668,120232 +"295554",62668,121213 +"295555",62670,102284 +"295556",62670,102306 +"295557",62672,67506 +"295558",62672,70860 +"295559",62672,72090 +"295560",62672,72178 +"295561",62672,100171 +"295562",62672,106782 +"295563",62674,76837 +"295564",62674,80086 +"295565",62674,88357 +"295566",62676,99609 +"295567",62676,102812 +"295568",62676,107205 +"295569",62676,109883 +"295570",62678,86660 +"295571",62678,92080 +"295572",62678,121201 +"295573",62679,63105 +"295574",62679,68001 +"295575",62679,68475 +"295576",62679,68860 +"295577",62679,68917 +"295578",62679,69296 +"295579",62679,71106 +"295580",62679,73655 +"295581",62679,75767 +"295582",62679,76046 +"295583",62679,76459 +"295584",62679,76808 +"295585",62679,77727 +"295586",62679,78224 +"295587",62679,79222 +"295588",62679,82978 +"295589",62679,83306 +"295590",62679,85027 +"295591",62679,88412 +"295592",62679,90275 +"295593",62679,90426 +"295594",62679,91112 +"295595",62679,91526 +"295596",62679,93425 +"295597",62679,93523 +"295598",62679,94520 +"295599",62679,95954 +"295600",62679,99544 +"295601",62679,99547 +"295602",62679,99554 +"295603",62679,100595 +"295604",62679,100739 +"295605",62679,100819 +"295606",62679,101898 +"295607",62679,101988 +"295608",62679,102146 +"295609",62679,102201 +"295610",62679,102309 +"295611",62679,102635 +"295612",62679,102730 +"295613",62679,102846 +"295614",62679,103744 +"295615",62679,103790 +"295616",62679,104095 +"295617",62679,104574 +"295618",62679,104784 +"295619",62679,104845 +"295620",62679,107269 +"295621",62679,107623 +"295622",62679,107714 +"295623",62679,107879 +"295624",62679,107975 +"295625",62680,62692 +"295626",62681,65683 +"295627",62681,72912 +"295628",62681,88104 +"295629",62681,93216 +"295630",62681,96475 +"295631",62682,85994 +"295632",62684,65941 +"295633",62684,76283 +"295634",62685,65645 +"295635",62686,89202 +"295636",62687,62706 +"295637",62688,62705 +"295638",62688,67555 +"295639",62688,71443 +"295640",62689,73365 +"295641",62689,79917 +"295642",62689,79956 +"295643",62689,79963 +"295644",62690,65550 +"295645",62690,70341 +"295646",62690,73201 +"295647",62690,93352 +"295648",62690,93373 +"295649",62690,94025 +"295650",62690,103670 +"295651",62690,103671 +"295652",62690,110828 +"295653",62691,62709 +"295654",62691,91766 +"295655",62693,62713 +"295656",62693,92209 +"295657",62694,62717 +"295658",62694,65006 +"295659",62694,65007 +"295660",62694,71028 +"295661",62694,77613 +"295662",62694,97676 +"295663",62694,100715 +"295664",62694,101999 +"295665",62695,62697 +"295666",62695,74239 +"295667",62698,64272 +"295668",62698,71102 +"295669",62699,65523 +"295670",62699,70960 +"295671",62699,73976 +"295672",62699,90003 +"295673",62704,63668 +"295674",62704,70423 +"295675",62704,96499 +"295676",62704,104878 +"295677",62704,114070 +"295678",62705,67555 +"295679",62705,71443 +"295680",62706,67230 +"295681",62706,94887 +"295682",62707,62708 +"295683",62707,62836 +"295684",62708,62836 +"295685",62710,90835 +"295686",62714,103950 +"295687",62715,78620 +"295688",62716,118246 +"295689",62716,121709 +"295690",62717,65338 +"295691",62717,77137 +"295692",62717,77669 +"295693",62717,77695 +"295694",62718,73788 +"295695",62719,62745 +"295696",62720,76217 +"295697",62721,69077 +"295698",62721,77520 +"295699",62721,91229 +"295700",62726,66419 +"295701",62726,77202 +"295702",62726,78392 +"295703",62726,81413 +"295704",62726,87345 +"295705",62726,87352 +"295706",62726,87469 +"295707",62726,112897 +"295708",62728,62817 +"295709",62729,62895 +"295710",62729,72963 +"295711",62729,72996 +"295712",62729,72997 +"295713",62729,72998 +"295714",62730,113367 +"295715",62731,65264 +"295716",62731,111446 +"295717",62732,79646 +"295718",62732,107273 +"295719",62732,118711 +"295720",62732,120494 +"295721",62735,65965 +"295722",62735,67161 +"295723",62736,62800 +"295724",62737,82056 +"295725",62738,62796 +"295726",62739,66523 +"295727",62739,71510 +"295728",62739,72065 +"295729",62739,72069 +"295730",62739,72070 +"295731",62739,72072 +"295732",62739,72077 +"295733",62739,72088 +"295734",62739,72102 +"295735",62739,72106 +"295736",62739,72107 +"295737",62740,65162 +"295738",62740,122012 +"295739",62742,71025 +"295740",62743,75961 +"295741",62743,83689 +"295742",62743,89647 +"295743",62746,78120 +"295744",62749,63318 +"295745",62749,93353 +"295746",62750,68284 +"295747",62750,110319 +"295748",62753,116477 +"295749",62754,95795 +"295750",62755,91503 +"295751",62757,69573 +"295752",62758,114489 +"295753",62760,62761 +"295754",62760,85618 +"295755",62762,76320 +"295756",62762,82738 +"295757",62762,85514 +"295758",62762,90725 +"295759",62762,110110 +"295760",62762,119524 +"295761",62763,62764 +"295762",62764,66943 +"295763",62764,98909 +"295764",62765,62780 +"295765",62765,68881 +"295766",62766,87389 +"295767",62766,97278 +"295768",62766,103201 +"295769",62766,105625 +"295770",62766,105726 +"295771",62766,115957 +"295772",62767,66873 +"295773",62768,112330 +"295774",62769,93758 +"295775",62769,119199 +"295776",62771,70233 +"295777",62771,86210 +"295778",62771,103201 +"295779",62771,117883 +"295780",62772,75295 +"295781",62772,81793 +"295782",62772,110610 +"295783",62773,78388 +"295784",62774,79112 +"295785",62775,73945 +"295786",62775,82096 +"295787",62775,90460 +"295788",62775,94069 +"295789",62775,108776 +"295790",62776,63017 +"295791",62776,67840 +"295792",62776,67846 +"295793",62777,62947 +"295794",62778,81938 +"295795",62778,94011 +"295796",62781,65593 +"295797",62781,106229 +"295798",62781,117318 +"295799",62781,117757 +"295800",62782,62792 +"295801",62782,62795 +"295802",62785,69957 +"295803",62786,96993 +"295804",62788,89622 +"295805",62791,65858 +"295806",62791,75444 +"295807",62792,62795 +"295808",62793,70925 +"295809",62793,71006 +"295810",62793,78102 +"295811",62793,78730 +"295812",62793,79183 +"295813",62793,80305 +"295814",62793,85028 +"295815",62793,91411 +"295816",62793,93820 +"295817",62793,95030 +"295818",62793,96336 +"295819",62793,98343 +"295820",62793,100274 +"295821",62793,101155 +"295822",62793,101189 +"295823",62793,101681 +"295824",62793,102204 +"295825",62793,102731 +"295826",62794,63743 +"295827",62794,69302 +"295828",62795,65779 +"295829",62795,65808 +"295830",62798,81300 +"295831",62799,68076 +"295832",62801,66016 +"295833",62801,69250 +"295834",62801,81641 +"295835",62801,90256 +"295836",62801,91480 +"295837",62801,100781 +"295838",62801,111788 +"295839",62802,69059 +"295840",62802,69453 +"295841",62803,71906 +"295842",62803,84679 +"295843",62804,84041 +"295844",62806,88842 +"295845",62806,108311 +"295846",62807,75588 +"295847",62808,68128 +"295848",62808,76957 +"295849",62808,89625 +"295850",62809,104766 +"295851",62809,109334 +"295852",62809,110264 +"295853",62810,67314 +"295854",62814,62815 +"295855",62819,72886 +"295856",62819,117278 +"295857",62819,119208 +"295858",62819,120106 +"295859",62820,103050 +"295860",62821,80303 +"295861",62821,81965 +"295862",62821,89752 +"295863",62821,90570 +"295864",62821,95242 +"295865",62822,68460 +"295866",62822,85481 +"295867",62822,112904 +"295868",62824,92986 +"295869",62824,97185 +"295870",62824,107863 +"295871",62826,62972 +"295872",62826,70669 +"295873",62826,70692 +"295874",62827,67539 +"295875",62828,62839 +"295876",62829,84274 +"295877",62829,92251 +"295878",62830,73992 +"295879",62831,67184 +"295880",62831,104675 +"295881",62832,63759 +"295882",62832,73180 +"295883",62832,78746 +"295884",62832,78955 +"295885",62833,88510 +"295886",62833,93881 +"295887",62833,108255 +"295888",62833,119334 +"295889",62833,119408 +"295890",62834,62851 +"295891",62837,82469 +"295892",62837,107080 +"295893",62840,62860 +"295894",62840,71562 +"295895",62842,66943 +"295896",62843,99646 +"295897",62843,99647 +"295898",62844,71526 +"295899",62844,90820 +"295900",62844,91713 +"295901",62844,95163 +"295902",62844,107693 +"295903",62844,123419 +"295904",62848,103655 +"295905",62848,122348 +"295906",62849,74179 +"295907",62849,82682 +"295908",62849,93752 +"295909",62850,62863 +"295910",62851,64269 +"295911",62852,65282 +"295912",62852,83907 +"295913",62852,85705 +"295914",62852,87103 +"295915",62852,88713 +"295916",62852,93437 +"295917",62852,111474 +"295918",62852,120128 +"295919",62853,63028 +"295920",62853,73079 +"295921",62854,62885 +"295922",62855,78238 +"295923",62856,63183 +"295924",62856,67211 +"295925",62856,71142 +"295926",62856,99947 +"295927",62856,101071 +"295928",62856,116886 +"295929",62857,63473 +"295930",62857,63794 +"295931",62857,65680 +"295932",62857,76799 +"295933",62857,90773 +"295934",62857,91551 +"295935",62857,95090 +"295936",62857,95117 +"295937",62857,95301 +"295938",62857,96111 +"295939",62857,98333 +"295940",62857,100727 +"295941",62857,110320 +"295942",62857,114560 +"295943",62857,115614 +"295944",62857,117638 +"295945",62857,117643 +"295946",62857,117644 +"295947",62857,119685 +"295948",62858,95851 +"295949",62858,110699 +"295950",62858,116744 +"295951",62860,71562 +"295952",62861,62883 +"295953",62864,62891 +"295954",62864,78013 +"295955",62866,62892 +"295956",62868,74408 +"295957",62868,82428 +"295958",62868,99843 +"295959",62868,105109 +"295960",62868,105128 +"295961",62868,105260 +"295962",62870,83131 +"295963",62871,112211 +"295964",62873,68368 +"295965",62873,69810 +"295966",62873,99373 +"295967",62874,83988 +"295968",62874,84215 +"295969",62875,63057 +"295970",62875,68388 +"295971",62875,68418 +"295972",62877,70025 +"295973",62878,70931 +"295974",62878,72954 +"295975",62878,88618 +"295976",62878,101615 +"295977",62879,93732 +"295978",62881,83772 +"295979",62881,91630 +"295980",62884,63008 +"295981",62887,68592 +"295982",62887,69656 +"295983",62887,77468 +"295984",62887,79596 +"295985",62887,121154 +"295986",62889,70437 +"295987",62889,71564 +"295988",62889,71565 +"295989",62891,122253 +"295990",62892,82491 +"295991",62892,122368 +"295992",62893,71901 +"295993",62893,75934 +"295994",62893,79187 +"295995",62893,103033 +"295996",62893,103044 +"295997",62896,71649 +"295998",62896,74226 +"295999",62896,101262 +"296000",62897,65860 +"296001",62898,86256 +"296002",62901,63803 +"296003",62901,69620 +"296004",62901,111663 +"296005",62904,103697 +"296006",62906,71674 +"296007",62906,72443 +"296008",62906,73577 +"296009",62906,83457 +"296010",62906,88492 +"296011",62908,64966 +"296012",62908,65079 +"296013",62908,76164 +"296014",62908,106206 +"296015",62908,107926 +"296016",62909,76720 +"296017",62912,62959 +"296018",62912,63049 +"296019",62913,104465 +"296020",62913,104500 +"296021",62915,65311 +"296022",62920,81345 +"296023",62921,71862 +"296024",62921,91420 +"296025",62922,62951 +"296026",62923,64493 +"296027",62923,64517 +"296028",62923,64694 +"296029",62923,64763 +"296030",62923,65678 +"296031",62923,66248 +"296032",62924,65144 +"296033",62924,94532 +"296034",62924,114680 +"296035",62926,106023 +"296036",62928,89467 +"296037",62928,104083 +"296038",62928,104111 +"296039",62929,81631 +"296040",62929,87822 +"296041",62930,110908 +"296042",62930,113950 +"296043",62933,63745 +"296044",62933,109969 +"296045",62934,77518 +"296046",62934,77689 +"296047",62935,98808 +"296048",62935,122770 +"296049",62936,77432 +"296050",62936,81535 +"296051",62936,94774 +"296052",62936,119484 +"296053",62936,121963 +"296054",62937,68884 +"296055",62938,66429 +"296056",62938,101677 +"296057",62939,91137 +"296058",62941,101857 +"296059",62942,115568 +"296060",62943,67404 +"296061",62943,85509 +"296062",62943,100432 +"296063",62943,109561 +"296064",62943,120243 +"296065",62944,84028 +"296066",62944,96526 +"296067",62945,63148 +"296068",62945,83113 +"296069",62945,113372 +"296070",62946,66245 +"296071",62946,71628 +"296072",62946,71640 +"296073",62946,75721 +"296074",62948,87893 +"296075",62948,89702 +"296076",62949,87871 +"296077",62950,67807 +"296078",62950,70852 +"296079",62950,72430 +"296080",62953,90340 +"296081",62953,104400 +"296082",62954,63843 +"296083",62956,79669 +"296084",62956,92506 +"296085",62956,96582 +"296086",62956,111848 +"296087",62959,63049 +"296088",62959,76967 +"296089",62959,77118 +"296090",62961,67456 +"296091",62961,82867 +"296092",62961,92688 +"296093",62961,102632 +"296094",62967,69383 +"296095",62968,76337 +"296096",62968,91258 +"296097",62968,91273 +"296098",62968,98360 +"296099",62968,102962 +"296100",62969,62994 +"296101",62970,63154 +"296102",62970,63160 +"296103",62970,64059 +"296104",62970,74269 +"296105",62971,72215 +"296106",62971,82240 +"296107",62971,120734 +"296108",62971,120735 +"296109",62972,64727 +"296110",62973,67615 +"296111",62975,91435 +"296112",62976,70925 +"296113",62977,75347 +"296114",62978,63186 +"296115",62979,66052 +"296116",62979,98593 +"296117",62979,107779 +"296118",62979,116288 +"296119",62980,63127 +"296120",62980,71205 +"296121",62980,91934 +"296122",62982,90112 +"296123",62982,120240 +"296124",62983,63577 +"296125",62983,65479 +"296126",62983,65558 +"296127",62983,65769 +"296128",62983,65814 +"296129",62984,89818 +"296130",62984,92399 +"296131",62984,105881 +"296132",62984,109941 +"296133",62984,110310 +"296134",62984,121654 +"296135",62985,67210 +"296136",62985,75371 +"296137",62985,81343 +"296138",62985,99731 +"296139",62985,101323 +"296140",62985,102845 +"296141",62985,104957 +"296142",62985,109815 +"296143",62985,111066 +"296144",62985,113278 +"296145",62985,113314 +"296146",62985,114723 +"296147",62985,116644 +"296148",62985,117804 +"296149",62985,121414 +"296150",62985,122345 +"296151",62985,122353 +"296152",62985,122358 +"296153",62985,122360 +"296154",62985,122366 +"296155",62985,122367 +"296156",62985,122376 +"296157",62985,122383 +"296158",62985,122393 +"296159",62985,122394 +"296160",62985,122398 +"296161",62985,122402 +"296162",62985,122403 +"296163",62985,122409 +"296164",62985,122412 +"296165",62985,122414 +"296166",62985,122415 +"296167",62985,122417 +"296168",62985,122418 +"296169",62985,122421 +"296170",62985,122422 +"296171",62985,122437 +"296172",62985,122438 +"296173",62985,122440 +"296174",62985,123424 +"296175",62987,72348 +"296176",62987,89470 +"296177",62988,99741 +"296178",62990,95888 +"296179",62991,63126 +"296180",62991,63143 +"296181",62991,63287 +"296182",62991,63344 +"296183",62991,91279 +"296184",62995,72153 +"296185",62996,91601 +"296186",62997,63031 +"296187",62997,65383 +"296188",62998,89899 +"296189",62999,63000 +"296190",62999,63026 +"296191",63000,63026 +"296192",63001,68382 +"296193",63002,78246 +"296194",63002,99248 +"296195",63004,63009 +"296196",63005,65931 +"296197",63006,69691 +"296198",63006,74219 +"296199",63007,77567 +"296200",63009,73051 +"296201",63010,72649 +"296202",63010,97776 +"296203",63010,99471 +"296204",63010,101814 +"296205",63012,69561 +"296206",63012,77198 +"296207",63012,80251 +"296208",63012,90577 +"296209",63012,91321 +"296210",63012,99334 +"296211",63012,105334 +"296212",63012,113599 +"296213",63013,71493 +"296214",63013,82427 +"296215",63013,86395 +"296216",63014,70023 +"296217",63018,67098 +"296218",63019,63550 +"296219",63019,63703 +"296220",63019,64111 +"296221",63019,65441 +"296222",63019,68402 +"296223",63019,70112 +"296224",63019,75015 +"296225",63020,67133 +"296226",63020,110369 +"296227",63021,108259 +"296228",63025,70419 +"296229",63026,64359 +"296230",63026,71659 +"296231",63027,63361 +"296232",63029,65223 +"296233",63029,66092 +"296234",63029,67696 +"296235",63029,81646 +"296236",63029,82219 +"296237",63029,88074 +"296238",63029,88910 +"296239",63029,92106 +"296240",63029,93658 +"296241",63029,101802 +"296242",63029,105373 +"296243",63029,121698 +"296244",63030,70928 +"296245",63030,84348 +"296246",63032,71625 +"296247",63032,71954 +"296248",63032,78210 +"296249",63032,89862 +"296250",63033,66286 +"296251",63033,76136 +"296252",63033,76921 +"296253",63033,80578 +"296254",63033,86938 +"296255",63033,100998 +"296256",63033,106567 +"296257",63033,109259 +"296258",63033,114104 +"296259",63033,115398 +"296260",63033,118636 +"296261",63033,120140 +"296262",63033,122429 +"296263",63033,122435 +"296264",63034,64659 +"296265",63036,64747 +"296266",63039,100808 +"296267",63039,118791 +"296268",63039,120149 +"296269",63041,72689 +"296270",63041,74516 +"296271",63041,77517 +"296272",63041,77522 +"296273",63041,77528 +"296274",63041,77607 +"296275",63041,88773 +"296276",63041,103445 +"296277",63041,105681 +"296278",63041,109009 +"296279",63041,109554 +"296280",63041,121005 +"296281",63042,69774 +"296282",63042,79211 +"296283",63042,92284 +"296284",63042,123303 +"296285",63044,63403 +"296286",63044,63441 +"296287",63045,76403 +"296288",63045,95976 +"296289",63045,99077 +"296290",63047,98641 +"296291",63048,67511 +"296292",63048,81167 +"296293",63048,86520 +"296294",63048,86660 +"296295",63052,66004 +"296296",63053,70171 +"296297",63054,74246 +"296298",63056,70583 +"296299",63057,68418 +"296300",63058,63114 +"296301",63059,74307 +"296302",63059,75611 +"296303",63060,63269 +"296304",63061,63076 +"296305",63061,81306 +"296306",63061,84767 +"296307",63061,92821 +"296308",63061,102503 +"296309",63062,63086 +"296310",63062,63087 +"296311",63062,63098 +"296312",63062,63106 +"296313",63062,63118 +"296314",63062,63128 +"296315",63062,63136 +"296316",63062,63137 +"296317",63062,63144 +"296318",63062,67681 +"296319",63063,63305 +"296320",63063,63317 +"296321",63064,64870 +"296322",63064,68886 +"296323",63065,91068 +"296324",63065,99474 +"296325",63067,114192 +"296326",63068,67121 +"296327",63070,63071 +"296328",63073,83238 +"296329",63073,86716 +"296330",63073,92627 +"296331",63073,97703 +"296332",63073,98944 +"296333",63073,100965 +"296334",63073,101356 +"296335",63073,101361 +"296336",63073,101363 +"296337",63073,108099 +"296338",63073,111089 +"296339",63074,105503 +"296340",63075,77184 +"296341",63075,77303 +"296342",63075,78507 +"296343",63075,78550 +"296344",63075,78551 +"296345",63075,95924 +"296346",63075,97811 +"296347",63077,65255 +"296348",63077,68758 +"296349",63077,68828 +"296350",63077,76514 +"296351",63077,77929 +"296352",63077,79074 +"296353",63077,85287 +"296354",63077,88629 +"296355",63077,106348 +"296356",63081,67160 +"296357",63081,71622 +"296358",63081,71722 +"296359",63081,72601 +"296360",63081,73026 +"296361",63081,74567 +"296362",63081,79565 +"296363",63081,79605 +"296364",63081,79615 +"296365",63082,72458 +"296366",63083,69772 +"296367",63083,69821 +"296368",63083,70761 +"296369",63083,72500 +"296370",63085,116065 +"296371",63086,63087 +"296372",63086,63098 +"296373",63086,63106 +"296374",63086,63118 +"296375",63086,63128 +"296376",63086,63136 +"296377",63086,63137 +"296378",63086,63144 +"296379",63087,63098 +"296380",63087,63106 +"296381",63087,63118 +"296382",63087,63128 +"296383",63087,63136 +"296384",63087,63137 +"296385",63087,63144 +"296386",63088,63481 +"296387",63088,63598 +"296388",63089,64061 +"296389",63089,64340 +"296390",63089,64341 +"296391",63089,64392 +"296392",63089,64421 +"296393",63090,109626 +"296394",63091,89985 +"296395",63091,97718 +"296396",63091,120459 +"296397",63092,98446 +"296398",63093,63116 +"296399",63093,63141 +"296400",63094,63389 +"296401",63094,80261 +"296402",63094,80279 +"296403",63094,84322 +"296404",63094,84462 +"296405",63094,84796 +"296406",63094,91465 +"296407",63094,98042 +"296408",63094,103324 +"296409",63095,85511 +"296410",63095,103567 +"296411",63096,76893 +"296412",63096,78360 +"296413",63096,78362 +"296414",63098,63106 +"296415",63098,63118 +"296416",63098,63128 +"296417",63098,63136 +"296418",63098,63137 +"296419",63098,63144 +"296420",63099,73107 +"296421",63099,74197 +"296422",63099,83961 +"296423",63099,85338 +"296424",63099,91666 +"296425",63099,91780 +"296426",63099,96270 +"296427",63100,66130 +"296428",63102,101413 +"296429",63102,107974 +"296430",63103,63242 +"296431",63104,68330 +"296432",63104,78062 +"296433",63104,79990 +"296434",63104,83598 +"296435",63105,68001 +"296436",63105,68475 +"296437",63105,68917 +"296438",63105,69296 +"296439",63105,71106 +"296440",63105,73655 +"296441",63105,75767 +"296442",63105,76046 +"296443",63105,76459 +"296444",63105,76808 +"296445",63105,77727 +"296446",63105,78224 +"296447",63105,79222 +"296448",63105,82978 +"296449",63105,83306 +"296450",63105,85027 +"296451",63105,88412 +"296452",63105,90275 +"296453",63105,90426 +"296454",63105,91112 +"296455",63105,91526 +"296456",63105,93425 +"296457",63105,93523 +"296458",63105,94520 +"296459",63105,95954 +"296460",63105,99544 +"296461",63105,99547 +"296462",63105,99554 +"296463",63105,100595 +"296464",63105,100739 +"296465",63105,100819 +"296466",63105,101898 +"296467",63105,101988 +"296468",63105,102146 +"296469",63105,102201 +"296470",63105,102309 +"296471",63105,102635 +"296472",63105,102730 +"296473",63105,102846 +"296474",63105,103790 +"296475",63105,104095 +"296476",63105,104574 +"296477",63105,104784 +"296478",63105,104845 +"296479",63105,107269 +"296480",63105,107623 +"296481",63105,107714 +"296482",63105,107879 +"296483",63105,107975 +"296484",63106,63118 +"296485",63106,63128 +"296486",63106,63136 +"296487",63106,63137 +"296488",63106,63144 +"296489",63109,91505 +"296490",63109,91542 +"296491",63111,75244 +"296492",63112,71469 +"296493",63112,73294 +"296494",63112,78421 +"296495",63112,81046 +"296496",63112,86554 +"296497",63112,91482 +"296498",63112,102396 +"296499",63112,103343 +"296500",63113,69310 +"296501",63113,71025 +"296502",63113,73394 +"296503",63113,77507 +"296504",63113,81445 +"296505",63113,92951 +"296506",63113,92964 +"296507",63113,92966 +"296508",63114,74421 +"296509",63116,63141 +"296510",63117,63583 +"296511",63117,84849 +"296512",63118,63128 +"296513",63118,63136 +"296514",63118,63137 +"296515",63118,63144 +"296516",63119,100220 +"296517",63119,100554 +"296518",63121,113058 +"296519",63121,121298 +"296520",63122,65681 +"296521",63122,90007 +"296522",63122,117293 +"296523",63123,66805 +"296524",63124,65400 +"296525",63124,73623 +"296526",63124,80041 +"296527",63124,84770 +"296528",63124,91411 +"296529",63124,101484 +"296530",63124,101681 +"296531",63124,105950 +"296532",63124,110508 +"296533",63124,113237 +"296534",63124,119587 +"296535",63124,120981 +"296536",63124,122767 +"296537",63125,63211 +"296538",63126,63143 +"296539",63126,63287 +"296540",63126,63344 +"296541",63127,67216 +"296542",63127,90480 +"296543",63127,91261 +"296544",63127,103478 +"296545",63127,113538 +"296546",63128,63136 +"296547",63128,63137 +"296548",63128,63144 +"296549",63129,63130 +"296550",63129,63690 +"296551",63129,65028 +"296552",63131,64862 +"296553",63131,65351 +"296554",63131,65353 +"296555",63131,88223 +"296556",63132,63343 +"296557",63132,77414 +"296558",63132,81595 +"296559",63132,85951 +"296560",63132,94794 +"296561",63132,101970 +"296562",63133,88943 +"296563",63133,109352 +"296564",63134,63140 +"296565",63134,65484 +"296566",63135,83807 +"296567",63135,84333 +"296568",63135,89050 +"296569",63135,92370 +"296570",63136,63137 +"296571",63136,63144 +"296572",63137,63144 +"296573",63138,63360 +"296574",63138,73353 +"296575",63138,73537 +"296576",63138,73938 +"296577",63139,76531 +"296578",63142,101774 +"296579",63142,108534 +"296580",63143,63287 +"296581",63143,63344 +"296582",63143,76440 +"296583",63143,123032 +"296584",63145,85286 +"296585",63146,82961 +"296586",63146,96750 +"296587",63146,121621 +"296588",63147,63331 +"296589",63147,82161 +"296590",63147,87904 +"296591",63147,95855 +"296592",63147,98655 +"296593",63147,113853 +"296594",63149,63182 +"296595",63149,63191 +"296596",63149,63202 +"296597",63149,63304 +"296598",63149,63325 +"296599",63149,63334 +"296600",63149,63335 +"296601",63149,63345 +"296602",63149,63359 +"296603",63149,63376 +"296604",63151,118511 +"296605",63152,63175 +"296606",63152,87370 +"296607",63154,63160 +"296608",63154,64059 +"296609",63154,64747 +"296610",63154,74269 +"296611",63154,84007 +"296612",63155,74290 +"296613",63156,74864 +"296614",63156,74887 +"296615",63156,86614 +"296616",63157,63338 +"296617",63158,75466 +"296618",63159,86319 +"296619",63159,104836 +"296620",63159,122713 +"296621",63160,65839 +"296622",63161,70536 +"296623",63162,69814 +"296624",63162,84940 +"296625",63162,84941 +"296626",63162,84958 +"296627",63162,87168 +"296628",63163,70053 +"296629",63163,80725 +"296630",63163,96103 +"296631",63163,100448 +"296632",63163,101094 +"296633",63163,102685 +"296634",63165,82205 +"296635",63165,92382 +"296636",63168,64089 +"296637",63168,74781 +"296638",63168,82695 +"296639",63168,91192 +"296640",63168,91925 +"296641",63168,92595 +"296642",63168,103697 +"296643",63168,108829 +"296644",63169,63185 +"296645",63172,121258 +"296646",63174,68443 +"296647",63174,72128 +"296648",63176,66476 +"296649",63176,83409 +"296650",63176,104269 +"296651",63176,118663 +"296652",63179,90541 +"296653",63179,98418 +"296654",63180,105332 +"296655",63180,111385 +"296656",63182,63191 +"296657",63182,63202 +"296658",63182,63304 +"296659",63182,63325 +"296660",63182,63334 +"296661",63182,63335 +"296662",63182,63345 +"296663",63182,63359 +"296664",63182,63376 +"296665",63183,101071 +"296666",63183,116886 +"296667",63184,69588 +"296668",63184,69630 +"296669",63186,110674 +"296670",63186,110675 +"296671",63188,74273 +"296672",63188,87646 +"296673",63190,93301 +"296674",63191,63202 +"296675",63191,63304 +"296676",63191,63325 +"296677",63191,63334 +"296678",63191,63335 +"296679",63191,63345 +"296680",63191,63359 +"296681",63191,63376 +"296682",63194,67350 +"296683",63194,98537 +"296684",63195,64565 +"296685",63195,86811 +"296686",63195,90799 +"296687",63195,90815 +"296688",63197,75400 +"296689",63198,64361 +"296690",63198,72124 +"296691",63198,77829 +"296692",63199,64226 +"296693",63199,70027 +"296694",63200,69854 +"296695",63201,117262 +"296696",63202,63304 +"296697",63202,63325 +"296698",63202,63334 +"296699",63202,63335 +"296700",63202,63345 +"296701",63202,63359 +"296702",63202,63376 +"296703",63203,63354 +"296704",63203,63373 +"296705",63204,110085 +"296706",63205,88572 +"296707",63205,113861 +"296708",63206,74921 +"296709",63206,81614 +"296710",63206,87159 +"296711",63206,88484 +"296712",63206,88959 +"296713",63206,105971 +"296714",63207,77904 +"296715",63207,84792 +"296716",63207,95366 +"296717",63207,109339 +"296718",63207,110887 +"296719",63207,110892 +"296720",63207,111300 +"296721",63207,121380 +"296722",63207,122126 +"296723",63208,63209 +"296724",63209,102475 +"296725",63210,64699 +"296726",63210,72674 +"296727",63211,88087 +"296728",63212,109741 +"296729",63213,112555 +"296730",63214,64605 +"296731",63214,66171 +"296732",63214,67117 +"296733",63214,67822 +"296734",63214,67979 +"296735",63214,71266 +"296736",63214,71294 +"296737",63214,71343 +"296738",63214,71471 +"296739",63215,67591 +"296740",63216,63219 +"296741",63218,73887 +"296742",63218,87435 +"296743",63222,63444 +"296744",63223,70688 +"296745",63223,120078 +"296746",63223,120082 +"296747",63224,66498 +"296748",63224,72306 +"296749",63227,112438 +"296750",63227,121847 +"296751",63228,101840 +"296752",63228,115043 +"296753",63229,63289 +"296754",63229,94193 +"296755",63230,75294 +"296756",63231,63248 +"296757",63231,63784 +"296758",63231,63791 +"296759",63231,63827 +"296760",63231,64926 +"296761",63233,66516 +"296762",63234,112167 +"296763",63235,69411 +"296764",63235,90670 +"296765",63235,123226 +"296766",63236,93460 +"296767",63237,63315 +"296768",63237,65439 +"296769",63237,74109 +"296770",63237,74318 +"296771",63237,76392 +"296772",63237,92265 +"296773",63237,92310 +"296774",63237,102631 +"296775",63237,112081 +"296776",63237,119663 +"296777",63238,63291 +"296778",63238,73091 +"296779",63239,67511 +"296780",63239,92513 +"296781",63239,103425 +"296782",63242,87353 +"296783",63243,63630 +"296784",63243,65942 +"296785",63243,83149 +"296786",63244,86595 +"296787",63244,90960 +"296788",63244,105620 +"296789",63245,63251 +"296790",63246,65130 +"296791",63248,63791 +"296792",63248,63827 +"296793",63248,64926 +"296794",63248,70267 +"296795",63248,70287 +"296796",63249,85550 +"296797",63250,64351 +"296798",63250,70931 +"296799",63250,99169 +"296800",63250,102977 +"296801",63250,109721 +"296802",63252,111229 +"296803",63252,118461 +"296804",63254,84421 +"296805",63255,63497 +"296806",63255,106585 +"296807",63257,63602 +"296808",63258,83255 +"296809",63259,65807 +"296810",63259,75342 +"296811",63259,75344 +"296812",63260,68941 +"296813",63263,109724 +"296814",63263,112481 +"296815",63264,74634 +"296816",63264,82200 +"296817",63264,93381 +"296818",63264,116926 +"296819",63266,66320 +"296820",63267,63725 +"296821",63267,72984 +"296822",63267,81156 +"296823",63267,84301 +"296824",63267,89230 +"296825",63267,94172 +"296826",63267,114209 +"296827",63268,77097 +"296828",63272,63285 +"296829",63274,66322 +"296830",63274,67327 +"296831",63274,69182 +"296832",63274,70854 +"296833",63274,71683 +"296834",63274,72568 +"296835",63274,72628 +"296836",63274,73767 +"296837",63274,78532 +"296838",63274,81609 +"296839",63274,85885 +"296840",63274,91255 +"296841",63274,92247 +"296842",63274,92352 +"296843",63274,92362 +"296844",63274,92929 +"296845",63274,93719 +"296846",63274,94906 +"296847",63274,94946 +"296848",63274,95889 +"296849",63274,96093 +"296850",63274,97988 +"296851",63274,99309 +"296852",63274,99376 +"296853",63274,99450 +"296854",63274,99471 +"296855",63274,99474 +"296856",63274,100916 +"296857",63274,100944 +"296858",63274,101126 +"296859",63274,101329 +"296860",63274,103279 +"296861",63274,105557 +"296862",63274,107199 +"296863",63274,108743 +"296864",63274,108980 +"296865",63274,109291 +"296866",63274,109933 +"296867",63274,110483 +"296868",63274,110567 +"296869",63274,110572 +"296870",63274,110630 +"296871",63274,110648 +"296872",63274,110711 +"296873",63274,110770 +"296874",63274,110869 +"296875",63274,110911 +"296876",63274,111285 +"296877",63274,111314 +"296878",63274,111362 +"296879",63274,111372 +"296880",63274,111424 +"296881",63274,111433 +"296882",63274,112422 +"296883",63274,113269 +"296884",63274,113430 +"296885",63274,114242 +"296886",63274,114842 +"296887",63274,115427 +"296888",63274,115521 +"296889",63274,115711 +"296890",63278,79327 +"296891",63278,82298 +"296892",63279,80398 +"296893",63279,82255 +"296894",63280,90903 +"296895",63282,91760 +"296896",63282,100134 +"296897",63283,63284 +"296898",63283,63301 +"296899",63284,63301 +"296900",63285,69965 +"296901",63285,83739 +"296902",63285,93041 +"296903",63286,63391 +"296904",63286,65324 +"296905",63286,117044 +"296906",63287,63344 +"296907",63288,70439 +"296908",63293,80526 +"296909",63293,115330 +"296910",63294,76723 +"296911",63294,90738 +"296912",63297,110670 +"296913",63298,66866 +"296914",63298,91940 +"296915",63298,108648 +"296916",63299,64127 +"296917",63300,68135 +"296918",63300,71246 +"296919",63300,72696 +"296920",63300,81434 +"296921",63300,101858 +"296922",63300,108111 +"296923",63304,63325 +"296924",63304,63334 +"296925",63304,63335 +"296926",63304,63345 +"296927",63304,63359 +"296928",63304,63376 +"296929",63305,63317 +"296930",63305,69327 +"296931",63306,78981 +"296932",63306,109145 +"296933",63309,79468 +"296934",63309,102286 +"296935",63310,69871 +"296936",63310,70919 +"296937",63310,75679 +"296938",63312,76738 +"296939",63312,79493 +"296940",63312,80473 +"296941",63312,81694 +"296942",63312,85451 +"296943",63312,91372 +"296944",63312,113268 +"296945",63313,67315 +"296946",63314,98407 +"296947",63314,98426 +"296948",63314,98431 +"296949",63315,68517 +"296950",63315,72173 +"296951",63315,77363 +"296952",63315,79032 +"296953",63315,92851 +"296954",63315,93668 +"296955",63315,99759 +"296956",63315,104356 +"296957",63315,120333 +"296958",63317,84995 +"296959",63318,91825 +"296960",63320,63353 +"296961",63320,63384 +"296962",63321,63332 +"296963",63322,63348 +"296964",63322,63366 +"296965",63324,78929 +"296966",63325,63334 +"296967",63325,63335 +"296968",63325,63345 +"296969",63325,63359 +"296970",63325,63376 +"296971",63327,64586 +"296972",63327,65055 +"296973",63327,109801 +"296974",63327,109981 +"296975",63328,90968 +"296976",63328,96256 +"296977",63329,78108 +"296978",63329,79874 +"296979",63329,81448 +"296980",63329,84263 +"296981",63329,90070 +"296982",63329,91865 +"296983",63329,92630 +"296984",63329,94748 +"296985",63329,96801 +"296986",63329,97063 +"296987",63329,99772 +"296988",63331,82161 +"296989",63332,64388 +"296990",63332,71447 +"296991",63333,63383 +"296992",63333,63385 +"296993",63333,64115 +"296994",63334,63335 +"296995",63334,63345 +"296996",63334,63359 +"296997",63334,63376 +"296998",63335,63345 +"296999",63335,63359 +"297000",63335,63376 +"297001",63336,68364 +"297002",63336,68379 +"297003",63338,71989 +"297004",63341,66306 +"297005",63341,76274 +"297006",63341,96235 +"297007",63341,117611 +"297008",63345,63359 +"297009",63345,63376 +"297010",63347,95720 +"297011",63348,63366 +"297012",63348,75550 +"297013",63348,75678 +"297014",63348,75696 +"297015",63351,87523 +"297016",63351,108822 +"297017",63351,109049 +"297018",63351,115375 +"297019",63353,63384 +"297020",63354,63373 +"297021",63356,73617 +"297022",63356,89391 +"297023",63356,112060 +"297024",63357,81440 +"297025",63357,85821 +"297026",63357,88518 +"297027",63357,101999 +"297028",63357,111308 +"297029",63359,63376 +"297030",63362,96183 +"297031",63362,110643 +"297032",63363,102879 +"297033",63364,68006 +"297034",63364,71027 +"297035",63364,74322 +"297036",63365,75325 +"297037",63367,79074 +"297038",63367,109737 +"297039",63368,80604 +"297040",63368,83533 +"297041",63368,83540 +"297042",63368,83550 +"297043",63368,107537 +"297044",63370,67477 +"297045",63371,91164 +"297046",63371,95860 +"297047",63372,77602 +"297048",63372,105226 +"297049",63373,83485 +"297050",63375,68751 +"297051",63375,90305 +"297052",63375,90533 +"297053",63375,105460 +"297054",63377,77330 +"297055",63377,94625 +"297056",63377,109551 +"297057",63378,63380 +"297058",63378,90022 +"297059",63380,79141 +"297060",63380,90022 +"297061",63381,73654 +"297062",63382,95724 +"297063",63383,63385 +"297064",63388,68188 +"297065",63388,75452 +"297066",63388,75959 +"297067",63388,115109 +"297068",63389,69830 +"297069",63389,79201 +"297070",63389,80261 +"297071",63389,84796 +"297072",63389,107730 +"297073",63390,102851 +"297074",63392,89125 +"297075",63392,95225 +"297076",63393,82917 +"297077",63393,108890 +"297078",63395,64408 +"297079",63395,64418 +"297080",63395,64511 +"297081",63395,65230 +"297082",63395,66145 +"297083",63395,67503 +"297084",63395,67721 +"297085",63395,68816 +"297086",63395,68909 +"297087",63395,68938 +"297088",63395,69332 +"297089",63395,69681 +"297090",63395,70610 +"297091",63395,70611 +"297092",63395,70725 +"297093",63395,71211 +"297094",63395,71505 +"297095",63395,71887 +"297096",63395,74204 +"297097",63395,95334 +"297098",63397,85331 +"297099",63399,63420 +"297100",63401,66006 +"297101",63401,75467 +"297102",63403,63441 +"297103",63404,63405 +"297104",63406,63434 +"297105",63406,63468 +"297106",63406,84215 +"297107",63406,87841 +"297108",63406,114069 +"297109",63406,114075 +"297110",63407,73898 +"297111",63407,79174 +"297112",63407,84028 +"297113",63407,85356 +"297114",63407,91891 +"297115",63407,92300 +"297116",63407,101298 +"297117",63409,63846 +"297118",63409,66664 +"297119",63409,79640 +"297120",63409,88409 +"297121",63409,90939 +"297122",63409,91905 +"297123",63409,107095 +"297124",63409,107396 +"297125",63409,112765 +"297126",63409,112767 +"297127",63410,63458 +"297128",63410,64453 +"297129",63410,64606 +"297130",63415,63431 +"297131",63415,63530 +"297132",63418,71723 +"297133",63418,122745 +"297134",63419,65935 +"297135",63419,99193 +"297136",63419,100432 +"297137",63419,102637 +"297138",63419,118047 +"297139",63420,82708 +"297140",63420,116795 +"297141",63421,63608 +"297142",63421,114321 +"297143",63424,63469 +"297144",63424,66369 +"297145",63424,73295 +"297146",63424,76158 +"297147",63424,79977 +"297148",63424,90607 +"297149",63424,90751 +"297150",63424,91900 +"297151",63424,99281 +"297152",63424,99542 +"297153",63424,101082 +"297154",63424,102092 +"297155",63424,102339 +"297156",63424,110595 +"297157",63424,116498 +"297158",63424,117044 +"297159",63424,118553 +"297160",63424,119530 +"297161",63424,119793 +"297162",63425,63969 +"297163",63425,66168 +"297164",63425,106096 +"297165",63427,63432 +"297166",63429,70469 +"297167",63429,72104 +"297168",63429,74388 +"297169",63429,101093 +"297170",63429,106536 +"297171",63429,106752 +"297172",63429,119978 +"297173",63429,120037 +"297174",63431,63530 +"297175",63433,63636 +"297176",63434,63468 +"297177",63435,65700 +"297178",63435,89477 +"297179",63436,85945 +"297180",63438,63466 +"297181",63438,69419 +"297182",63440,67036 +"297183",63442,63775 +"297184",63442,78024 +"297185",63442,84786 +"297186",63442,84818 +"297187",63445,69671 +"297188",63445,122146 +"297189",63446,66096 +"297190",63446,67990 +"297191",63446,70904 +"297192",63447,63611 +"297193",63448,66795 +"297194",63448,103754 +"297195",63448,113501 +"297196",63451,79819 +"297197",63454,63470 +"297198",63454,63471 +"297199",63454,63509 +"297200",63454,63670 +"297201",63456,63536 +"297202",63459,80101 +"297203",63459,81254 +"297204",63460,115714 +"297205",63461,76007 +"297206",63461,77242 +"297207",63461,85917 +"297208",63461,116502 +"297209",63462,63501 +"297210",63464,97266 +"297211",63464,111045 +"297212",63465,77274 +"297213",63466,107512 +"297214",63467,77636 +"297215",63470,63471 +"297216",63470,63509 +"297217",63470,63670 +"297218",63470,71614 +"297219",63470,73952 +"297220",63471,63509 +"297221",63471,63670 +"297222",63471,73952 +"297223",63472,69648 +"297224",63473,63794 +"297225",63475,63503 +"297226",63475,63517 +"297227",63475,63563 +"297228",63475,63575 +"297229",63475,63592 +"297230",63475,64253 +"297231",63476,86348 +"297232",63476,98324 +"297233",63477,86677 +"297234",63477,88129 +"297235",63477,102240 +"297236",63477,102994 +"297237",63479,67535 +"297238",63481,63598 +"297239",63482,63584 +"297240",63483,75664 +"297241",63486,72549 +"297242",63486,78237 +"297243",63486,79913 +"297244",63486,90268 +"297245",63486,96681 +"297246",63486,97229 +"297247",63486,97697 +"297248",63486,105352 +"297249",63486,106723 +"297250",63486,113885 +"297251",63486,115758 +"297252",63486,118896 +"297253",63486,118897 +"297254",63487,67540 +"297255",63487,72797 +"297256",63487,73506 +"297257",63488,79121 +"297258",63488,86460 +"297259",63489,65625 +"297260",63489,84940 +"297261",63489,100226 +"297262",63490,76639 +"297263",63490,76640 +"297264",63490,77040 +"297265",63490,77055 +"297266",63490,77057 +"297267",63490,77066 +"297268",63490,77095 +"297269",63490,77096 +"297270",63490,77101 +"297271",63490,77102 +"297272",63490,77103 +"297273",63490,77106 +"297274",63490,78665 +"297275",63491,98795 +"297276",63493,81970 +"297277",63494,77184 +"297278",63497,68510 +"297279",63497,95669 +"297280",63497,119868 +"297281",63498,67127 +"297282",63498,67331 +"297283",63498,71718 +"297284",63498,73733 +"297285",63498,87418 +"297286",63498,102157 +"297287",63499,63695 +"297288",63499,63979 +"297289",63499,69641 +"297290",63499,71177 +"297291",63500,63502 +"297292",63500,64505 +"297293",63500,73742 +"297294",63502,77657 +"297295",63502,82006 +"297296",63502,83273 +"297297",63502,96802 +"297298",63503,63517 +"297299",63503,63563 +"297300",63503,63575 +"297301",63503,63592 +"297302",63504,63571 +"297303",63504,66531 +"297304",63504,83662 +"297305",63505,66415 +"297306",63508,63593 +"297307",63509,63670 +"297308",63509,71614 +"297309",63509,73952 +"297310",63510,97602 +"297311",63510,103312 +"297312",63512,94037 +"297313",63512,111829 +"297314",63512,113072 +"297315",63513,64272 +"297316",63513,81210 +"297317",63513,88645 +"297318",63513,91413 +"297319",63513,98078 +"297320",63513,111698 +"297321",63515,107663 +"297322",63516,63532 +"297323",63516,75570 +"297324",63516,109667 +"297325",63516,117989 +"297326",63517,63563 +"297327",63517,63575 +"297328",63517,63592 +"297329",63517,63628 +"297330",63517,64253 +"297331",63517,65449 +"297332",63517,67131 +"297333",63517,69432 +"297334",63517,69777 +"297335",63517,71361 +"297336",63517,71365 +"297337",63517,72532 +"297338",63517,75519 +"297339",63517,75529 +"297340",63517,75575 +"297341",63517,86954 +"297342",63518,65231 +"297343",63518,68762 +"297344",63518,73138 +"297345",63518,75030 +"297346",63518,75271 +"297347",63518,76047 +"297348",63518,76131 +"297349",63518,78487 +"297350",63518,80913 +"297351",63518,81474 +"297352",63518,88309 +"297353",63518,91779 +"297354",63518,92017 +"297355",63518,97580 +"297356",63518,98249 +"297357",63518,101733 +"297358",63518,102484 +"297359",63518,102535 +"297360",63518,106275 +"297361",63518,106280 +"297362",63519,72378 +"297363",63519,81016 +"297364",63519,81231 +"297365",63519,81251 +"297366",63519,111359 +"297367",63520,84270 +"297368",63520,106621 +"297369",63523,69011 +"297370",63523,78549 +"297371",63524,102140 +"297372",63525,79655 +"297373",63525,81755 +"297374",63527,114111 +"297375",63527,114147 +"297376",63527,122299 +"297377",63529,74265 +"297378",63530,63985 +"297379",63530,66479 +"297380",63531,88943 +"297381",63531,99070 +"297382",63531,99344 +"297383",63531,99695 +"297384",63531,99707 +"297385",63533,71892 +"297386",63533,120125 +"297387",63533,121156 +"297388",63537,92026 +"297389",63538,83603 +"297390",63538,91715 +"297391",63538,91750 +"297392",63542,74065 +"297393",63542,98481 +"297394",63542,98623 +"297395",63542,98624 +"297396",63542,114262 +"297397",63545,63553 +"297398",63545,63558 +"297399",63545,71236 +"297400",63547,70020 +"297401",63547,74975 +"297402",63547,82977 +"297403",63547,83978 +"297404",63547,90921 +"297405",63547,92611 +"297406",63547,95997 +"297407",63547,96558 +"297408",63547,117701 +"297409",63547,117703 +"297410",63547,117707 +"297411",63548,86424 +"297412",63548,100207 +"297413",63548,103131 +"297414",63551,70811 +"297415",63551,72205 +"297416",63551,97132 +"297417",63552,68773 +"297418",63552,88590 +"297419",63553,63558 +"297420",63553,64256 +"297421",63555,83710 +"297422",63555,85963 +"297423",63555,104387 +"297424",63555,106569 +"297425",63555,118106 +"297426",63555,120246 +"297427",63555,120477 +"297428",63555,120982 +"297429",63556,63753 +"297430",63557,72057 +"297431",63557,104563 +"297432",63560,91662 +"297433",63560,103720 +"297434",63560,109657 +"297435",63560,109658 +"297436",63560,121059 +"297437",63563,63575 +"297438",63563,63592 +"297439",63564,63565 +"297440",63564,63566 +"297441",63564,63567 +"297442",63564,63580 +"297443",63564,63581 +"297444",63565,63566 +"297445",63565,63567 +"297446",63565,63580 +"297447",63565,63581 +"297448",63566,63567 +"297449",63566,63580 +"297450",63566,63581 +"297451",63567,63580 +"297452",63567,63581 +"297453",63568,84076 +"297454",63568,91564 +"297455",63568,94676 +"297456",63568,95862 +"297457",63568,107022 +"297458",63568,107505 +"297459",63569,88413 +"297460",63569,94922 +"297461",63571,92815 +"297462",63572,63601 +"297463",63572,84006 +"297464",63573,111118 +"297465",63573,111139 +"297466",63573,111145 +"297467",63573,111147 +"297468",63573,111148 +"297469",63573,111157 +"297470",63573,111158 +"297471",63573,111161 +"297472",63575,63592 +"297473",63577,65479 +"297474",63577,65558 +"297475",63577,65769 +"297476",63577,65814 +"297477",63577,65960 +"297478",63577,65974 +"297479",63577,66000 +"297480",63577,72466 +"297481",63579,63594 +"297482",63580,63581 +"297483",63582,63678 +"297484",63582,72019 +"297485",63583,84849 +"297486",63584,66547 +"297487",63584,67631 +"297488",63584,67847 +"297489",63584,67858 +"297490",63584,67870 +"297491",63584,67876 +"297492",63584,67877 +"297493",63587,70608 +"297494",63588,72858 +"297495",63588,78773 +"297496",63588,88036 +"297497",63589,74345 +"297498",63590,63591 +"297499",63592,65664 +"297500",63592,65700 +"297501",63592,65752 +"297502",63594,68268 +"297503",63594,68290 +"297504",63594,68296 +"297505",63595,95822 +"297506",63595,103724 +"297507",63595,106574 +"297508",63595,118826 +"297509",63596,71399 +"297510",63597,95271 +"297511",63597,105185 +"297512",63598,80502 +"297513",63598,89165 +"297514",63598,93694 +"297515",63598,93731 +"297516",63598,93751 +"297517",63598,93772 +"297518",63600,66470 +"297519",63600,112415 +"297520",63601,69339 +"297521",63601,80697 +"297522",63603,91377 +"297523",63604,93398 +"297524",63604,118536 +"297525",63605,63653 +"297526",63607,80642 +"297527",63607,95039 +"297528",63608,71130 +"297529",63609,93404 +"297530",63609,96191 +"297531",63610,63650 +"297532",63611,65411 +"297533",63611,68104 +"297534",63611,74884 +"297535",63611,78039 +"297536",63611,95555 +"297537",63612,68762 +"297538",63613,63661 +"297539",63613,63677 +"297540",63615,63634 +"297541",63616,95438 +"297542",63617,64215 +"297543",63617,89543 +"297544",63617,99332 +"297545",63618,63620 +"297546",63620,78350 +"297547",63620,101282 +"297548",63620,109211 +"297549",63620,109662 +"297550",63621,66246 +"297551",63621,80976 +"297552",63621,94116 +"297553",63623,73040 +"297554",63623,85335 +"297555",63623,95900 +"297556",63624,74430 +"297557",63625,79854 +"297558",63627,118791 +"297559",63628,65449 +"297560",63628,69432 +"297561",63628,71365 +"297562",63628,72532 +"297563",63628,75519 +"297564",63628,75529 +"297565",63628,75575 +"297566",63631,63664 +"297567",63631,66249 +"297568",63631,76295 +"297569",63631,76403 +"297570",63631,93680 +"297571",63631,108578 +"297572",63631,109222 +"297573",63631,110872 +"297574",63631,111140 +"297575",63631,115066 +"297576",63631,118608 +"297577",63632,72314 +"297578",63632,73193 +"297579",63632,82281 +"297580",63632,82997 +"297581",63632,86623 +"297582",63632,98686 +"297583",63632,98703 +"297584",63632,98706 +"297585",63633,63639 +"297586",63633,63643 +"297587",63633,63679 +"297588",63634,101749 +"297589",63635,73931 +"297590",63635,75687 +"297591",63636,123026 +"297592",63636,123141 +"297593",63637,95666 +"297594",63637,104579 +"297595",63637,111117 +"297596",63639,63643 +"297597",63639,63679 +"297598",63639,64288 +"297599",63639,64343 +"297600",63639,64344 +"297601",63640,63655 +"297602",63641,65497 +"297603",63641,66717 +"297604",63641,71380 +"297605",63641,72535 +"297606",63641,75454 +"297607",63641,91164 +"297608",63641,95721 +"297609",63641,96007 +"297610",63641,99435 +"297611",63642,71234 +"297612",63642,115477 +"297613",63643,63679 +"297614",63643,71651 +"297615",63643,72462 +"297616",63643,72472 +"297617",63644,74653 +"297618",63644,76394 +"297619",63644,99660 +"297620",63644,99671 +"297621",63644,99674 +"297622",63644,118845 +"297623",63645,88287 +"297624",63646,97602 +"297625",63647,80722 +"297626",63648,71985 +"297627",63649,80364 +"297628",63651,93239 +"297629",63651,101428 +"297630",63651,101471 +"297631",63652,73136 +"297632",63652,75948 +"297633",63652,92220 +"297634",63652,99444 +"297635",63652,108372 +"297636",63652,109745 +"297637",63654,75630 +"297638",63654,100111 +"297639",63654,107194 +"297640",63654,108476 +"297641",63654,108477 +"297642",63654,112341 +"297643",63654,112348 +"297644",63654,112358 +"297645",63654,112365 +"297646",63654,112385 +"297647",63654,112388 +"297648",63654,112393 +"297649",63656,82416 +"297650",63658,73054 +"297651",63658,79093 +"297652",63658,79368 +"297653",63658,81231 +"297654",63658,82448 +"297655",63658,94639 +"297656",63658,98496 +"297657",63658,102545 +"297658",63658,104816 +"297659",63658,110849 +"297660",63658,114892 +"297661",63658,119963 +"297662",63660,84904 +"297663",63660,85966 +"297664",63661,63677 +"297665",63662,74831 +"297666",63662,83940 +"297667",63663,64844 +"297668",63663,75649 +"297669",63663,95175 +"297670",63666,79748 +"297671",63666,81452 +"297672",63666,86591 +"297673",63668,64161 +"297674",63668,70423 +"297675",63668,73190 +"297676",63668,74786 +"297677",63668,95872 +"297678",63668,104034 +"297679",63669,69898 +"297680",63671,72348 +"297681",63672,72207 +"297682",63673,71323 +"297683",63675,74977 +"297684",63675,76238 +"297685",63675,76240 +"297686",63675,76242 +"297687",63675,76253 +"297688",63675,76254 +"297689",63675,76258 +"297690",63675,76261 +"297691",63675,76263 +"297692",63675,76409 +"297693",63675,76411 +"297694",63676,77579 +"297695",63676,82283 +"297696",63676,92927 +"297697",63676,95747 +"297698",63676,102468 +"297699",63676,106350 +"297700",63676,108824 +"297701",63677,112785 +"297702",63678,71685 +"297703",63678,72517 +"297704",63679,71553 +"297705",63679,75641 +"297706",63680,65097 +"297707",63680,65126 +"297708",63681,110100 +"297709",63682,63687 +"297710",63682,63737 +"297711",63682,65652 +"297712",63682,65720 +"297713",63682,65741 +"297714",63682,66096 +"297715",63682,70904 +"297716",63683,71794 +"297717",63684,63927 +"297718",63684,77534 +"297719",63685,74729 +"297720",63687,63737 +"297721",63687,73963 +"297722",63687,73979 +"297723",63687,73999 +"297724",63688,63722 +"297725",63688,63751 +"297726",63689,81762 +"297727",63690,65028 +"297728",63691,89446 +"297729",63691,104294 +"297730",63691,110383 +"297731",63693,66035 +"297732",63693,79063 +"297733",63693,79567 +"297734",63693,80748 +"297735",63693,82958 +"297736",63693,90293 +"297737",63693,90307 +"297738",63693,92336 +"297739",63693,99952 +"297740",63693,101490 +"297741",63693,119870 +"297742",63694,63697 +"297743",63695,66335 +"297744",63695,68406 +"297745",63695,69641 +"297746",63695,70629 +"297747",63695,71177 +"297748",63698,78624 +"297749",63698,103265 +"297750",63698,103721 +"297751",63699,64813 +"297752",63701,63764 +"297753",63701,73631 +"297754",63701,92029 +"297755",63701,93025 +"297756",63701,117312 +"297757",63701,117339 +"297758",63701,117344 +"297759",63701,120474 +"297760",63701,120507 +"297761",63703,68402 +"297762",63703,73452 +"297763",63703,73505 +"297764",63705,104638 +"297765",63706,89908 +"297766",63706,92154 +"297767",63706,92669 +"297768",63706,100566 +"297769",63706,108615 +"297770",63706,116230 +"297771",63708,63709 +"297772",63708,104396 +"297773",63708,107153 +"297774",63708,107184 +"297775",63708,108453 +"297776",63708,109300 +"297777",63709,90669 +"297778",63709,95818 +"297779",63710,71123 +"297780",63710,111084 +"297781",63710,111103 +"297782",63714,63740 +"297783",63716,68748 +"297784",63716,69006 +"297785",63717,64091 +"297786",63717,118640 +"297787",63719,63760 +"297788",63719,64959 +"297789",63720,72480 +"297790",63720,76014 +"297791",63720,109296 +"297792",63720,114750 +"297793",63721,63871 +"297794",63722,63751 +"297795",63722,70868 +"297796",63722,70909 +"297797",63723,107141 +"297798",63725,69606 +"297799",63725,84301 +"297800",63725,88173 +"297801",63725,89209 +"297802",63725,89230 +"297803",63725,97266 +"297804",63725,111076 +"297805",63725,119701 +"297806",63727,63759 +"297807",63728,93782 +"297808",63728,118485 +"297809",63728,118487 +"297810",63728,118520 +"297811",63728,118529 +"297812",63728,118535 +"297813",63728,123157 +"297814",63729,66209 +"297815",63729,73141 +"297816",63729,76460 +"297817",63729,76461 +"297818",63729,76462 +"297819",63729,76473 +"297820",63729,76567 +"297821",63730,68685 +"297822",63730,84841 +"297823",63730,90917 +"297824",63732,66287 +"297825",63734,64820 +"297826",63738,67039 +"297827",63738,81100 +"297828",63738,93759 +"297829",63739,72059 +"297830",63741,74451 +"297831",63741,122163 +"297832",63741,122261 +"297833",63743,69302 +"297834",63743,69895 +"297835",63744,71581 +"297836",63744,72613 +"297837",63744,102050 +"297838",63744,116652 +"297839",63746,66378 +"297840",63747,88930 +"297841",63747,91638 +"297842",63748,87699 +"297843",63748,90294 +"297844",63748,90306 +"297845",63749,64907 +"297846",63749,85618 +"297847",63749,86567 +"297848",63749,96581 +"297849",63749,98051 +"297850",63749,98084 +"297851",63750,72268 +"297852",63750,72275 +"297853",63751,69577 +"297854",63752,73435 +"297855",63753,64630 +"297856",63753,64667 +"297857",63754,117211 +"297858",63757,67068 +"297859",63757,82341 +"297860",63757,92269 +"297861",63757,92297 +"297862",63759,78955 +"297863",63760,85116 +"297864",63763,63768 +"297865",63763,63769 +"297866",63763,63925 +"297867",63765,65284 +"297868",63765,111833 +"297869",63765,121298 +"297870",63766,64815 +"297871",63766,76633 +"297872",63766,76634 +"297873",63766,76656 +"297874",63766,76661 +"297875",63766,76775 +"297876",63766,76949 +"297877",63766,76950 +"297878",63766,76951 +"297879",63767,64000 +"297880",63768,63769 +"297881",63768,63925 +"297882",63769,63925 +"297883",63770,82203 +"297884",63770,83982 +"297885",63771,99397 +"297886",63771,99605 +"297887",63771,107105 +"297888",63772,90154 +"297889",63772,98355 +"297890",63772,105146 +"297891",63773,63885 +"297892",63773,103847 +"297893",63773,119435 +"297894",63773,120149 +"297895",63775,75491 +"297896",63775,77238 +"297897",63775,82025 +"297898",63775,84085 +"297899",63775,84844 +"297900",63775,108127 +"297901",63777,74052 +"297902",63777,107952 +"297903",63778,66009 +"297904",63778,79553 +"297905",63778,79556 +"297906",63778,79591 +"297907",63778,79604 +"297908",63779,66085 +"297909",63781,65847 +"297910",63781,66140 +"297911",63782,64505 +"297912",63782,65845 +"297913",63783,86606 +"297914",63784,63791 +"297915",63784,63827 +"297916",63785,63821 +"297917",63785,63833 +"297918",63785,64137 +"297919",63786,68135 +"297920",63786,110260 +"297921",63787,98239 +"297922",63790,64693 +"297923",63790,65303 +"297924",63790,67443 +"297925",63790,71891 +"297926",63791,63827 +"297927",63791,64926 +"297928",63791,70267 +"297929",63791,70287 +"297930",63792,105219 +"297931",63792,111292 +"297932",63793,80501 +"297933",63794,73363 +"297934",63796,80752 +"297935",63796,94947 +"297936",63796,102810 +"297937",63798,88313 +"297938",63798,101745 +"297939",63798,101756 +"297940",63798,101768 +"297941",63799,81075 +"297942",63799,84337 +"297943",63799,84350 +"297944",63799,88164 +"297945",63799,100198 +"297946",63800,69743 +"297947",63800,117111 +"297948",63800,118892 +"297949",63800,119726 +"297950",63802,74657 +"297951",63802,74712 +"297952",63802,74758 +"297953",63803,122470 +"297954",63805,94689 +"297955",63808,81332 +"297956",63810,71969 +"297957",63810,79520 +"297958",63810,80105 +"297959",63812,78346 +"297960",63812,86503 +"297961",63812,91698 +"297962",63812,94877 +"297963",63812,97142 +"297964",63814,69660 +"297965",63814,114793 +"297966",63814,121532 +"297967",63815,77141 +"297968",63815,77158 +"297969",63815,77190 +"297970",63815,93596 +"297971",63816,95817 +"297972",63816,107277 +"297973",63816,118047 +"297974",63817,73266 +"297975",63817,74183 +"297976",63817,104124 +"297977",63817,111226 +"297978",63817,117932 +"297979",63818,67428 +"297980",63818,105271 +"297981",63818,109926 +"297982",63819,63914 +"297983",63819,63948 +"297984",63821,63833 +"297985",63821,64137 +"297986",63821,67388 +"297987",63821,95714 +"297988",63821,95716 +"297989",63821,95726 +"297990",63821,95733 +"297991",63821,95858 +"297992",63821,95863 +"297993",63821,95877 +"297994",63827,64926 +"297995",63830,64444 +"297996",63830,69959 +"297997",63831,72943 +"297998",63831,73449 +"297999",63831,73734 +"298000",63831,74703 +"298001",63832,68253 +"298002",63833,64137 +"298003",63834,63835 +"298004",63835,71292 +"298005",63836,66183 +"298006",63836,76687 +"298007",63836,81279 +"298008",63836,86374 +"298009",63836,94612 +"298010",63836,97347 +"298011",63836,97606 +"298012",63836,97680 +"298013",63836,97700 +"298014",63836,97701 +"298015",63836,114244 +"298016",63837,68691 +"298017",63837,89117 +"298018",63838,92403 +"298019",63839,80565 +"298020",63839,83325 +"298021",63839,94784 +"298022",63839,97192 +"298023",63840,79234 +"298024",63842,69565 +"298025",63844,83001 +"298026",63844,88300 +"298027",63844,92162 +"298028",63844,92213 +"298029",63844,101371 +"298030",63844,106500 +"298031",63844,114642 +"298032",63846,65318 +"298033",63846,70458 +"298034",63846,70459 +"298035",63846,73305 +"298036",63846,74231 +"298037",63846,80219 +"298038",63846,84488 +"298039",63846,102433 +"298040",63846,119628 +"298041",63848,88752 +"298042",63848,89874 +"298043",63849,63875 +"298044",63849,63897 +"298045",63849,107323 +"298046",63849,109824 +"298047",63851,80947 +"298048",63851,91581 +"298049",63851,102008 +"298050",63851,106919 +"298051",63851,106935 +"298052",63851,107117 +"298053",63853,98023 +"298054",63853,100491 +"298055",63854,74730 +"298056",63854,109174 +"298057",63855,92680 +"298058",63856,90391 +"298059",63856,117595 +"298060",63857,100571 +"298061",63861,63901 +"298062",63862,63902 +"298063",63863,109399 +"298064",63863,119357 +"298065",63864,119322 +"298066",63865,82229 +"298067",63866,65661 +"298068",63866,70729 +"298069",63866,71760 +"298070",63866,72651 +"298071",63866,72652 +"298072",63866,72679 +"298073",63866,72702 +"298074",63867,113581 +"298075",63867,114165 +"298076",63867,118301 +"298077",63868,64605 +"298078",63868,66171 +"298079",63870,79369 +"298080",63870,89068 +"298081",63870,117334 +"298082",63870,117918 +"298083",63872,68008 +"298084",63873,101908 +"298085",63873,110996 +"298086",63873,112083 +"298087",63874,120567 +"298088",63874,120568 +"298089",63875,63897 +"298090",63876,63909 +"298091",63878,78548 +"298092",63879,95197 +"298093",63881,77879 +"298094",63882,89845 +"298095",63883,72781 +"298096",63883,72854 +"298097",63885,66021 +"298098",63885,87935 +"298099",63885,110723 +"298100",63885,110738 +"298101",63889,89697 +"298102",63889,95469 +"298103",63890,122305 +"298104",63891,107681 +"298105",63892,64774 +"298106",63892,65275 +"298107",63892,85221 +"298108",63892,86593 +"298109",63893,69233 +"298110",63893,69318 +"298111",63893,71171 +"298112",63894,63899 +"298113",63895,63935 +"298114",63895,63947 +"298115",63895,63962 +"298116",63896,75738 +"298117",63896,76375 +"298118",63896,79570 +"298119",63896,84513 +"298120",63896,85598 +"298121",63896,88718 +"298122",63896,88907 +"298123",63898,91350 +"298124",63898,91378 +"298125",63900,81184 +"298126",63903,94548 +"298127",63903,103103 +"298128",63903,103121 +"298129",63903,103136 +"298130",63904,73649 +"298131",63905,68957 +"298132",63905,92407 +"298133",63905,113639 +"298134",63905,116347 +"298135",63905,117157 +"298136",63905,123022 +"298137",63905,123252 +"298138",63908,63917 +"298139",63908,90506 +"298140",63910,77315 +"298141",63911,70552 +"298142",63912,63913 +"298143",63913,80004 +"298144",63913,97397 +"298145",63913,122260 +"298146",63913,122329 +"298147",63914,63948 +"298148",63916,113796 +"298149",63917,65697 +"298150",63918,63924 +"298151",63918,63936 +"298152",63919,71381 +"298153",63921,65126 +"298154",63921,68466 +"298155",63921,74488 +"298156",63922,66125 +"298157",63924,63936 +"298158",63928,81138 +"298159",63928,118539 +"298160",63929,63952 +"298161",63929,63958 +"298162",63929,63970 +"298163",63933,65453 +"298164",63935,63947 +"298165",63935,63962 +"298166",63936,72740 +"298167",63938,82574 +"298168",63938,83860 +"298169",63938,86303 +"298170",63939,86849 +"298171",63940,77181 +"298172",63940,93162 +"298173",63940,96387 +"298174",63940,107921 +"298175",63941,88550 +"298176",63941,88598 +"298177",63942,70875 +"298178",63943,95359 +"298179",63943,115567 +"298180",63945,67827 +"298181",63947,63962 +"298182",63947,65502 +"298183",63950,102381 +"298184",63951,63976 +"298185",63952,63958 +"298186",63952,63970 +"298187",63953,76067 +"298188",63953,79212 +"298189",63953,99051 +"298190",63953,107673 +"298191",63953,107684 +"298192",63955,63974 +"298193",63955,122869 +"298194",63957,63964 +"298195",63958,63970 +"298196",63961,64112 +"298197",63963,116440 +"298198",63964,104754 +"298199",63965,69569 +"298200",63969,66168 +"298201",63969,72708 +"298202",63969,81916 +"298203",63969,107348 +"298204",63969,123363 +"298205",63970,73766 +"298206",63970,78621 +"298207",63970,93317 +"298208",63970,102778 +"298209",63970,103239 +"298210",63974,90276 +"298211",63981,64362 +"298212",63981,74552 +"298213",63983,67271 +"298214",63983,90911 +"298215",63983,104992 +"298216",63984,82268 +"298217",63984,98080 +"298218",63984,106150 +"298219",63985,66264 +"298220",63985,66281 +"298221",63985,66479 +"298222",63986,65989 +"298223",63986,71057 +"298224",63986,71264 +"298225",63986,71396 +"298226",63986,71409 +"298227",63986,71432 +"298228",63986,71442 +"298229",63986,71557 +"298230",63986,71791 +"298231",63986,71800 +"298232",63986,71801 +"298233",63987,96840 +"298234",63989,70224 +"298235",63989,70676 +"298236",63989,71972 +"298237",63991,65138 +"298238",63991,72709 +"298239",63991,75370 +"298240",63992,88346 +"298241",63992,88364 +"298242",63992,88443 +"298243",63992,88510 +"298244",63992,90837 +"298245",63994,63999 +"298246",63994,100798 +"298247",63995,89510 +"298248",63995,98583 +"298249",63997,85679 +"298250",63997,106307 +"298251",63998,64002 +"298252",63998,65362 +"298253",63998,72028 +"298254",63998,100740 +"298255",63998,114282 +"298256",63998,118901 +"298257",63998,121086 +"298258",64001,89690 +"298259",64002,72028 +"298260",64002,76111 +"298261",64002,85342 +"298262",64002,99040 +"298263",64002,102215 +"298264",64002,118901 +"298265",64005,66560 +"298266",64005,69000 +"298267",64005,69002 +"298268",64006,64028 +"298269",64006,64037 +"298270",64007,105995 +"298271",64007,108506 +"298272",64009,76269 +"298273",64009,76366 +"298274",64009,86181 +"298275",64009,86233 +"298276",64010,90120 +"298277",64011,64216 +"298278",64011,64238 +"298279",64011,64239 +"298280",64011,64244 +"298281",64011,64280 +"298282",64011,64281 +"298283",64013,83722 +"298284",64013,93330 +"298285",64016,74970 +"298286",64017,64370 +"298287",64018,74079 +"298288",64018,74200 +"298289",64018,83981 +"298290",64018,100496 +"298291",64018,105769 +"298292",64019,117938 +"298293",64021,101250 +"298294",64021,101798 +"298295",64021,117163 +"298296",64022,64274 +"298297",64022,88066 +"298298",64022,116893 +"298299",64023,64292 +"298300",64023,64316 +"298301",64024,69710 +"298302",64024,86818 +"298303",64025,69011 +"298304",64025,97260 +"298305",64025,99545 +"298306",64025,99572 +"298307",64026,68418 +"298308",64026,68472 +"298309",64026,68517 +"298310",64026,88339 +"298311",64027,75163 +"298312",64027,113981 +"298313",64027,114040 +"298314",64028,64037 +"298315",64029,81590 +"298316",64029,87815 +"298317",64029,117447 +"298318",64031,67434 +"298319",64031,75979 +"298320",64031,78875 +"298321",64031,79766 +"298322",64031,80471 +"298323",64031,82203 +"298324",64031,101783 +"298325",64031,109319 +"298326",64031,111888 +"298327",64035,88965 +"298328",64037,77654 +"298329",64038,68565 +"298330",64039,64116 +"298331",64039,96486 +"298332",64040,64046 +"298333",64040,72957 +"298334",64040,80318 +"298335",64040,90489 +"298336",64040,97685 +"298337",64041,70096 +"298338",64041,113181 +"298339",64041,113183 +"298340",64041,119712 +"298341",64041,120888 +"298342",64042,73413 +"298343",64042,73463 +"298344",64042,84979 +"298345",64042,88704 +"298346",64043,65664 +"298347",64043,75932 +"298348",64043,83052 +"298349",64043,97111 +"298350",64043,104603 +"298351",64045,79512 +"298352",64047,64048 +"298353",64047,66638 +"298354",64047,79051 +"298355",64050,69657 +"298356",64050,110252 +"298357",64050,120783 +"298358",64051,64117 +"298359",64051,64251 +"298360",64051,64557 +"298361",64051,64582 +"298362",64051,68083 +"298363",64051,68097 +"298364",64051,68114 +"298365",64052,96540 +"298366",64052,96635 +"298367",64052,96692 +"298368",64052,98148 +"298369",64052,98159 +"298370",64052,98163 +"298371",64052,98167 +"298372",64052,98169 +"298373",64055,79445 +"298374",64055,79510 +"298375",64057,83125 +"298376",64057,86755 +"298377",64057,96439 +"298378",64057,96450 +"298379",64058,64082 +"298380",64059,66410 +"298381",64059,69668 +"298382",64059,69714 +"298383",64059,74269 +"298384",64060,110826 +"298385",64061,64340 +"298386",64061,64341 +"298387",64061,64392 +"298388",64061,64421 +"298389",64061,64838 +"298390",64061,66460 +"298391",64062,95765 +"298392",64063,78594 +"298393",64063,96989 +"298394",64063,119153 +"298395",64066,73183 +"298396",64070,64254 +"298397",64070,74681 +"298398",64070,96229 +"298399",64070,101655 +"298400",64070,101657 +"298401",64070,102342 +"298402",64071,68567 +"298403",64073,64103 +"298404",64075,64120 +"298405",64076,73045 +"298406",64077,85222 +"298407",64077,86601 +"298408",64077,87013 +"298409",64079,64085 +"298410",64079,76708 +"298411",64083,64093 +"298412",64083,64118 +"298413",64084,71997 +"298414",64085,86579 +"298415",64086,109528 +"298416",64086,114954 +"298417",64087,70427 +"298418",64087,85851 +"298419",64087,87167 +"298420",64088,64406 +"298421",64089,74781 +"298422",64089,82695 +"298423",64089,91192 +"298424",64089,91925 +"298425",64089,92595 +"298426",64089,108829 +"298427",64089,113836 +"298428",64089,118830 +"298429",64091,64260 +"298430",64092,74700 +"298431",64092,109204 +"298432",64092,111078 +"298433",64092,112646 +"298434",64093,64118 +"298435",64094,89912 +"298436",64095,75317 +"298437",64095,75358 +"298438",64097,76377 +"298439",64097,93840 +"298440",64097,96227 +"298441",64098,76311 +"298442",64100,71714 +"298443",64100,94892 +"298444",64100,94992 +"298445",64100,115881 +"298446",64102,69355 +"298447",64102,70931 +"298448",64102,91573 +"298449",64102,99164 +"298450",64102,102635 +"298451",64102,120357 +"298452",64103,76917 +"298453",64103,82119 +"298454",64104,86418 +"298455",64104,93387 +"298456",64107,64366 +"298457",64108,73987 +"298458",64108,77362 +"298459",64108,78009 +"298460",64108,93910 +"298461",64108,95012 +"298462",64108,100309 +"298463",64108,105117 +"298464",64111,95255 +"298465",64116,70283 +"298466",64116,96486 +"298467",64116,100267 +"298468",64117,64251 +"298469",64117,64557 +"298470",64117,64582 +"298471",64118,110173 +"298472",64119,103613 +"298473",64120,68416 +"298474",64123,78806 +"298475",64123,96814 +"298476",64124,64319 +"298477",64125,64717 +"298478",64128,64129 +"298479",64128,64187 +"298480",64128,83340 +"298481",64128,85406 +"298482",64128,95295 +"298483",64128,99079 +"298484",64128,102464 +"298485",64129,64187 +"298486",64129,65577 +"298487",64129,73170 +"298488",64129,78662 +"298489",64129,78672 +"298490",64129,81517 +"298491",64130,77720 +"298492",64130,83342 +"298493",64130,113476 +"298494",64130,114320 +"298495",64131,72723 +"298496",64131,75305 +"298497",64131,78768 +"298498",64131,84757 +"298499",64131,99599 +"298500",64131,116035 +"298501",64132,73189 +"298502",64132,73497 +"298503",64132,74620 +"298504",64132,74635 +"298505",64133,64177 +"298506",64134,64155 +"298507",64135,64536 +"298508",64135,112249 +"298509",64135,112254 +"298510",64135,112259 +"298511",64136,103614 +"298512",64136,103702 +"298513",64138,64178 +"298514",64139,66282 +"298515",64139,66357 +"298516",64139,67978 +"298517",64140,67125 +"298518",64141,83712 +"298519",64141,83743 +"298520",64141,83747 +"298521",64141,112319 +"298522",64142,64566 +"298523",64142,70350 +"298524",64143,74658 +"298525",64143,103139 +"298526",64143,121419 +"298527",64146,64524 +"298528",64146,73964 +"298529",64147,102756 +"298530",64148,68334 +"298531",64148,105024 +"298532",64149,94032 +"298533",64150,72050 +"298534",64150,111640 +"298535",64150,121309 +"298536",64150,121400 +"298537",64150,121408 +"298538",64151,64170 +"298539",64153,116037 +"298540",64154,64166 +"298541",64156,65525 +"298542",64156,68402 +"298543",64156,68683 +"298544",64156,68853 +"298545",64156,69797 +"298546",64156,72807 +"298547",64156,72989 +"298548",64156,74100 +"298549",64156,77331 +"298550",64156,82964 +"298551",64156,95803 +"298552",64156,109919 +"298553",64158,64260 +"298554",64159,94188 +"298555",64160,73194 +"298556",64160,89701 +"298557",64160,89727 +"298558",64160,89746 +"298559",64160,89749 +"298560",64162,70399 +"298561",64168,64182 +"298562",64170,79941 +"298563",64171,64180 +"298564",64172,64670 +"298565",64172,69471 +"298566",64172,78305 +"298567",64172,80080 +"298568",64172,99044 +"298569",64172,105390 +"298570",64173,66684 +"298571",64173,66851 +"298572",64173,74270 +"298573",64174,95754 +"298574",64174,96570 +"298575",64175,88234 +"298576",64176,67616 +"298577",64176,85645 +"298578",64176,118835 +"298579",64176,123496 +"298580",64178,70448 +"298581",64179,118298 +"298582",64180,65091 +"298583",64181,64997 +"298584",64181,65625 +"298585",64181,66413 +"298586",64181,74628 +"298587",64181,80065 +"298588",64181,81272 +"298589",64181,82003 +"298590",64181,82262 +"298591",64181,82787 +"298592",64181,84474 +"298593",64181,104967 +"298594",64181,105063 +"298595",64181,109745 +"298596",64181,114174 +"298597",64181,114178 +"298598",64182,67345 +"298599",64182,77018 +"298600",64182,114344 +"298601",64182,121104 +"298602",64183,65304 +"298603",64184,77507 +"298604",64184,99948 +"298605",64185,64685 +"298606",64185,89383 +"298607",64185,89387 +"298608",64185,89391 +"298609",64185,89422 +"298610",64185,93846 +"298611",64186,65342 +"298612",64188,81790 +"298613",64188,89501 +"298614",64188,100400 +"298615",64190,70136 +"298616",64190,72613 +"298617",64190,76589 +"298618",64190,84595 +"298619",64190,99395 +"298620",64192,122210 +"298621",64195,83420 +"298622",64196,64284 +"298623",64196,64285 +"298624",64200,67011 +"298625",64200,69867 +"298626",64200,75318 +"298627",64200,77302 +"298628",64200,82935 +"298629",64200,91140 +"298630",64200,103946 +"298631",64201,64221 +"298632",64201,78068 +"298633",64201,102881 +"298634",64203,72728 +"298635",64205,65773 +"298636",64205,66324 +"298637",64205,70324 +"298638",64205,70330 +"298639",64205,70331 +"298640",64207,115513 +"298641",64207,116784 +"298642",64208,71745 +"298643",64208,78871 +"298644",64208,81969 +"298645",64208,118287 +"298646",64208,118288 +"298647",64208,118289 +"298648",64208,118290 +"298649",64208,122177 +"298650",64208,122178 +"298651",64208,122180 +"298652",64208,122313 +"298653",64210,66434 +"298654",64210,71219 +"298655",64210,73659 +"298656",64210,74218 +"298657",64210,88143 +"298658",64210,93266 +"298659",64210,105558 +"298660",64212,107972 +"298661",64212,107989 +"298662",64213,83865 +"298663",64213,90729 +"298664",64214,72440 +"298665",64214,76112 +"298666",64214,84208 +"298667",64214,90243 +"298668",64214,102059 +"298669",64214,103821 +"298670",64214,109203 +"298671",64214,114804 +"298672",64214,118125 +"298673",64215,64267 +"298674",64215,67039 +"298675",64215,76345 +"298676",64215,88292 +"298677",64216,64238 +"298678",64216,64239 +"298679",64216,64244 +"298680",64216,64280 +"298681",64216,64281 +"298682",64218,70063 +"298683",64218,77231 +"298684",64218,82871 +"298685",64218,104232 +"298686",64218,106743 +"298687",64218,107612 +"298688",64218,111277 +"298689",64218,118576 +"298690",64218,120855 +"298691",64220,73883 +"298692",64222,65552 +"298693",64223,113915 +"298694",64225,88498 +"298695",64226,70027 +"298696",64226,79367 +"298697",64228,64290 +"298698",64228,64504 +"298699",64228,64916 +"298700",64228,64918 +"298701",64230,67223 +"298702",64231,90338 +"298703",64233,77751 +"298704",64233,85212 +"298705",64233,113388 +"298706",64233,114709 +"298707",64235,80049 +"298708",64235,120462 +"298709",64238,64239 +"298710",64238,64244 +"298711",64238,64280 +"298712",64238,64281 +"298713",64239,64244 +"298714",64239,64280 +"298715",64239,64281 +"298716",64239,65048 +"298717",64239,65786 +"298718",64239,67997 +"298719",64240,65294 +"298720",64241,70301 +"298721",64241,110523 +"298722",64242,76108 +"298723",64242,77011 +"298724",64242,88531 +"298725",64242,109329 +"298726",64242,109946 +"298727",64243,101192 +"298728",64243,123062 +"298729",64244,64280 +"298730",64244,64281 +"298731",64244,65048 +"298732",64244,65786 +"298733",64247,92985 +"298734",64248,77155 +"298735",64250,64265 +"298736",64251,64557 +"298737",64251,64582 +"298738",64251,72327 +"298739",64251,72370 +"298740",64251,72397 +"298741",64251,72400 +"298742",64251,72444 +"298743",64253,71361 +"298744",64253,71365 +"298745",64254,69865 +"298746",64257,78203 +"298747",64257,78323 +"298748",64258,76057 +"298749",64259,64263 +"298750",64260,64872 +"298751",64260,66702 +"298752",64260,66761 +"298753",64261,123084 +"298754",64263,103727 +"298755",64264,66453 +"298756",64264,72265 +"298757",64265,72884 +"298758",64270,97772 +"298759",64272,71102 +"298760",64272,81210 +"298761",64272,88645 +"298762",64272,98078 +"298763",64272,111698 +"298764",64273,74645 +"298765",64273,115872 +"298766",64275,64301 +"298767",64275,64365 +"298768",64276,80191 +"298769",64276,107186 +"298770",64276,111794 +"298771",64276,118594 +"298772",64276,118597 +"298773",64277,66102 +"298774",64277,70339 +"298775",64279,68796 +"298776",64280,64281 +"298777",64282,79823 +"298778",64283,107456 +"298779",64284,64285 +"298780",64285,96397 +"298781",64288,64343 +"298782",64288,64344 +"298783",64288,93376 +"298784",64288,112989 +"298785",64288,115850 +"298786",64288,116709 +"298787",64289,70374 +"298788",64289,70854 +"298789",64290,64504 +"298790",64290,64916 +"298791",64290,64918 +"298792",64290,112425 +"298793",64290,118233 +"298794",64291,64677 +"298795",64291,108805 +"298796",64292,64316 +"298797",64292,89077 +"298798",64292,104989 +"298799",64292,105015 +"298800",64293,64656 +"298801",64293,73178 +"298802",64296,109422 +"298803",64297,71667 +"298804",64298,64348 +"298805",64299,91531 +"298806",64299,98003 +"298807",64299,103303 +"298808",64299,103394 +"298809",64300,70729 +"298810",64300,71746 +"298811",64300,71760 +"298812",64300,74254 +"298813",64300,74374 +"298814",64300,74376 +"298815",64300,75234 +"298816",64300,75246 +"298817",64301,64365 +"298818",64302,64769 +"298819",64302,103598 +"298820",64305,64347 +"298821",64306,64412 +"298822",64306,87543 +"298823",64307,71757 +"298824",64307,81372 +"298825",64308,114954 +"298826",64309,64944 +"298827",64309,68785 +"298828",64310,64358 +"298829",64310,69429 +"298830",64310,70874 +"298831",64310,75018 +"298832",64314,87948 +"298833",64315,64317 +"298834",64315,64607 +"298835",64316,123058 +"298836",64317,64607 +"298837",64318,64541 +"298838",64318,86182 +"298839",64318,86377 +"298840",64319,72129 +"298841",64320,64338 +"298842",64321,83371 +"298843",64323,74562 +"298844",64326,64678 +"298845",64327,110244 +"298846",64328,64329 +"298847",64328,100736 +"298848",64328,106435 +"298849",64328,121435 +"298850",64329,79470 +"298851",64329,86832 +"298852",64329,96140 +"298853",64329,96291 +"298854",64329,115747 +"298855",64329,117847 +"298856",64329,118303 +"298857",64329,118304 +"298858",64329,118312 +"298859",64329,118314 +"298860",64330,64426 +"298861",64333,64334 +"298862",64334,65515 +"298863",64336,71004 +"298864",64336,85335 +"298865",64337,67825 +"298866",64337,69049 +"298867",64337,80111 +"298868",64337,81420 +"298869",64338,76773 +"298870",64338,87865 +"298871",64339,64774 +"298872",64340,64341 +"298873",64340,64392 +"298874",64340,64421 +"298875",64340,122501 +"298876",64341,64392 +"298877",64341,64421 +"298878",64342,79832 +"298879",64343,64344 +"298880",64344,74305 +"298881",64345,89329 +"298882",64350,73044 +"298883",64350,73058 +"298884",64350,73335 +"298885",64350,78063 +"298886",64350,78429 +"298887",64350,78569 +"298888",64350,82143 +"298889",64350,83231 +"298890",64350,86471 +"298891",64350,90804 +"298892",64350,91022 +"298893",64350,91045 +"298894",64350,95675 +"298895",64350,101516 +"298896",64350,102387 +"298897",64350,108374 +"298898",64350,108893 +"298899",64350,109101 +"298900",64350,109523 +"298901",64350,110993 +"298902",64350,111338 +"298903",64350,111398 +"298904",64350,111409 +"298905",64350,111480 +"298906",64350,112422 +"298907",64350,112648 +"298908",64350,112708 +"298909",64350,112820 +"298910",64350,112997 +"298911",64350,113597 +"298912",64350,114418 +"298913",64350,114582 +"298914",64350,115371 +"298915",64350,116028 +"298916",64350,116604 +"298917",64351,73031 +"298918",64351,86457 +"298919",64352,64369 +"298920",64353,79301 +"298921",64353,116776 +"298922",64353,116779 +"298923",64355,64425 +"298924",64356,68486 +"298925",64356,69579 +"298926",64356,69614 +"298927",64357,119114 +"298928",64360,75197 +"298929",64360,75241 +"298930",64361,76029 +"298931",64361,86204 +"298932",64361,96837 +"298933",64361,97766 +"298934",64363,78291 +"298935",64363,84105 +"298936",64363,84107 +"298937",64364,73104 +"298938",64364,117958 +"298939",64366,106420 +"298940",64367,118538 +"298941",64368,67548 +"298942",64368,71298 +"298943",64368,78773 +"298944",64368,105701 +"298945",64370,81648 +"298946",64370,83202 +"298947",64370,92468 +"298948",64370,99490 +"298949",64370,110521 +"298950",64370,119291 +"298951",64371,81281 +"298952",64373,83660 +"298953",64373,93080 +"298954",64373,97306 +"298955",64373,101572 +"298956",64373,103611 +"298957",64373,106123 +"298958",64373,112690 +"298959",64373,118764 +"298960",64374,103211 +"298961",64375,71051 +"298962",64375,77776 +"298963",64375,118201 +"298964",64375,118208 +"298965",64376,102647 +"298966",64376,116908 +"298967",64376,122192 +"298968",64378,69509 +"298969",64378,71637 +"298970",64378,73136 +"298971",64378,84781 +"298972",64378,84805 +"298973",64378,95344 +"298974",64379,95224 +"298975",64379,123300 +"298976",64380,74493 +"298977",64380,103183 +"298978",64380,105900 +"298979",64380,115754 +"298980",64380,117262 +"298981",64383,95209 +"298982",64384,64933 +"298983",64384,65941 +"298984",64384,66636 +"298985",64384,67927 +"298986",64384,71898 +"298987",64384,73331 +"298988",64385,64870 +"298989",64385,64871 +"298990",64385,64884 +"298991",64385,64921 +"298992",64387,101178 +"298993",64389,116354 +"298994",64390,67783 +"298995",64390,94231 +"298996",64390,113514 +"298997",64390,113587 +"298998",64392,64421 +"298999",64394,64416 +"299000",64394,64443 +"299001",64394,101077 +"299002",64395,122098 +"299003",64396,77049 +"299004",64397,102735 +"299005",64398,64437 +"299006",64399,108544 +"299007",64400,65198 +"299008",64400,108858 +"299009",64402,64403 +"299010",64403,78844 +"299011",64403,78845 +"299012",64403,78846 +"299013",64404,83770 +"299014",64404,92223 +"299015",64405,69693 +"299016",64408,64418 +"299017",64408,64511 +"299018",64408,65230 +"299019",64408,66145 +"299020",64408,67503 +"299021",64408,67721 +"299022",64408,68816 +"299023",64408,68909 +"299024",64408,68938 +"299025",64408,69332 +"299026",64408,69681 +"299027",64408,70610 +"299028",64408,70611 +"299029",64408,70725 +"299030",64408,71211 +"299031",64408,71505 +"299032",64408,71887 +"299033",64409,74593 +"299034",64409,100142 +"299035",64409,109554 +"299036",64409,109558 +"299037",64409,122873 +"299038",64410,67283 +"299039",64410,83712 +"299040",64410,83747 +"299041",64410,91371 +"299042",64410,94101 +"299043",64410,103341 +"299044",64410,107487 +"299045",64410,109646 +"299046",64410,109661 +"299047",64410,109799 +"299048",64410,112741 +"299049",64410,120791 +"299050",64411,83185 +"299051",64413,81700 +"299052",64413,83033 +"299053",64416,64443 +"299054",64418,64511 +"299055",64418,65230 +"299056",64418,66145 +"299057",64418,67503 +"299058",64418,67721 +"299059",64418,68816 +"299060",64418,68909 +"299061",64418,68938 +"299062",64418,69332 +"299063",64418,69681 +"299064",64418,70610 +"299065",64418,70611 +"299066",64418,70725 +"299067",64418,71211 +"299068",64418,71505 +"299069",64418,71887 +"299070",64422,67807 +"299071",64422,72476 +"299072",64423,65407 +"299073",64423,65415 +"299074",64423,65538 +"299075",64424,89845 +"299076",64424,95704 +"299077",64424,104718 +"299078",64424,115046 +"299079",64426,73975 +"299080",64426,74010 +"299081",64427,79194 +"299082",64427,111108 +"299083",64427,114272 +"299084",64429,103098 +"299085",64429,115833 +"299086",64430,78819 +"299087",64430,91601 +"299088",64431,85432 +"299089",64438,64564 +"299090",64438,64867 +"299091",64438,76519 +"299092",64438,103960 +"299093",64438,106817 +"299094",64439,68095 +"299095",64439,72348 +"299096",64439,74053 +"299097",64439,79662 +"299098",64439,83908 +"299099",64439,85071 +"299100",64439,93539 +"299101",64439,100671 +"299102",64439,113151 +"299103",64440,102281 +"299104",64442,71043 +"299105",64442,79406 +"299106",64446,72395 +"299107",64447,73381 +"299108",64447,83542 +"299109",64447,89434 +"299110",64447,98685 +"299111",64448,87730 +"299112",64448,104103 +"299113",64448,109596 +"299114",64448,111183 +"299115",64448,118944 +"299116",64449,75169 +"299117",64449,85414 +"299118",64449,88260 +"299119",64449,101724 +"299120",64450,66094 +"299121",64450,66820 +"299122",64451,64703 +"299123",64451,64708 +"299124",64451,64718 +"299125",64451,64748 +"299126",64451,64766 +"299127",64451,64777 +"299128",64453,64606 +"299129",64453,66040 +"299130",64453,66054 +"299131",64454,83412 +"299132",64454,83537 +"299133",64454,83555 +"299134",64455,68757 +"299135",64460,64882 +"299136",64460,71743 +"299137",64460,84065 +"299138",64460,96221 +"299139",64461,78315 +"299140",64461,103878 +"299141",64462,74059 +"299142",64464,114062 +"299143",64467,64513 +"299144",64467,73621 +"299145",64467,75206 +"299146",64468,64578 +"299147",64468,75514 +"299148",64468,77432 +"299149",64468,78375 +"299150",64468,79642 +"299151",64468,91275 +"299152",64468,94063 +"299153",64468,96428 +"299154",64471,72316 +"299155",64472,69117 +"299156",64472,72501 +"299157",64472,73461 +"299158",64472,78278 +"299159",64472,90169 +"299160",64472,100184 +"299161",64472,114526 +"299162",64472,117035 +"299163",64472,120752 +"299164",64472,122280 +"299165",64475,64483 +"299166",64475,65595 +"299167",64475,65615 +"299168",64475,65646 +"299169",64475,65647 +"299170",64475,66445 +"299171",64475,67477 +"299172",64475,75763 +"299173",64475,75901 +"299174",64475,76601 +"299175",64475,86462 +"299176",64475,88716 +"299177",64475,88717 +"299178",64475,120461 +"299179",64476,64538 +"299180",64476,79567 +"299181",64477,67664 +"299182",64477,73869 +"299183",64478,103268 +"299184",64484,96552 +"299185",64484,110846 +"299186",64485,64486 +"299187",64485,71752 +"299188",64487,64519 +"299189",64488,90163 +"299190",64489,98172 +"299191",64491,86525 +"299192",64493,64517 +"299193",64493,64694 +"299194",64493,64763 +"299195",64494,87554 +"299196",64494,107787 +"299197",64495,121085 +"299198",64495,121802 +"299199",64496,66118 +"299200",64496,79123 +"299201",64496,104300 +"299202",64496,106296 +"299203",64498,109777 +"299204",64500,65411 +"299205",64500,79880 +"299206",64501,67101 +"299207",64501,87637 +"299208",64502,70219 +"299209",64502,99680 +"299210",64503,66299 +"299211",64503,67004 +"299212",64503,70966 +"299213",64503,78037 +"299214",64503,82765 +"299215",64503,89562 +"299216",64503,92374 +"299217",64503,104280 +"299218",64503,109695 +"299219",64503,109699 +"299220",64503,112884 +"299221",64503,118013 +"299222",64503,121204 +"299223",64504,64916 +"299224",64504,64918 +"299225",64504,97547 +"299226",64504,100599 +"299227",64504,108411 +"299228",64505,65845 +"299229",64505,73742 +"299230",64506,68739 +"299231",64507,66258 +"299232",64509,66027 +"299233",64509,66028 +"299234",64511,65230 +"299235",64511,66145 +"299236",64511,67503 +"299237",64511,67721 +"299238",64511,68816 +"299239",64511,68909 +"299240",64511,68938 +"299241",64511,69332 +"299242",64511,69681 +"299243",64511,70610 +"299244",64511,70611 +"299245",64511,70725 +"299246",64511,71211 +"299247",64511,71505 +"299248",64511,71887 +"299249",64511,115516 +"299250",64514,64767 +"299251",64514,90366 +"299252",64514,103544 +"299253",64516,91212 +"299254",64517,64694 +"299255",64517,64763 +"299256",64517,67579 +"299257",64517,67595 +"299258",64517,67608 +"299259",64517,67615 +"299260",64517,67626 +"299261",64517,67627 +"299262",64517,67632 +"299263",64517,67660 +"299264",64517,67742 +"299265",64518,64520 +"299266",64518,65850 +"299267",64519,96065 +"299268",64524,93983 +"299269",64524,115727 +"299270",64524,117137 +"299271",64525,64560 +"299272",64525,65067 +"299273",64525,88908 +"299274",64525,101984 +"299275",64525,102015 +"299276",64526,74211 +"299277",64526,77661 +"299278",64526,78588 +"299279",64526,79041 +"299280",64527,69838 +"299281",64527,69847 +"299282",64529,72038 +"299283",64529,116352 +"299284",64532,79467 +"299285",64532,102017 +"299286",64532,121603 +"299287",64533,85604 +"299288",64533,100200 +"299289",64535,64551 +"299290",64535,64592 +"299291",64536,64537 +"299292",64536,64559 +"299293",64537,64559 +"299294",64538,93849 +"299295",64539,70900 +"299296",64539,119018 +"299297",64539,121347 +"299298",64541,86182 +"299299",64541,86377 +"299300",64542,81094 +"299301",64542,81497 +"299302",64542,91683 +"299303",64542,97601 +"299304",64542,97607 +"299305",64543,65433 +"299306",64544,85891 +"299307",64544,97154 +"299308",64544,97288 +"299309",64545,71701 +"299310",64546,66741 +"299311",64546,91520 +"299312",64546,107541 +"299313",64547,76173 +"299314",64547,81683 +"299315",64547,114063 +"299316",64548,87784 +"299317",64551,64592 +"299318",64555,64556 +"299319",64555,100198 +"299320",64557,64582 +"299321",64558,79596 +"299322",64559,107389 +"299323",64560,92065 +"299324",64562,106181 +"299325",64563,67642 +"299326",64563,67832 +"299327",64563,69736 +"299328",64563,69762 +"299329",64563,80371 +"299330",64565,76905 +"299331",64565,86811 +"299332",64565,90799 +"299333",64565,90815 +"299334",64565,91705 +"299335",64565,91710 +"299336",64565,91752 +"299337",64565,91999 +"299338",64571,81233 +"299339",64571,82724 +"299340",64571,90372 +"299341",64571,118981 +"299342",64571,119983 +"299343",64571,121573 +"299344",64572,81087 +"299345",64572,116208 +"299346",64572,119521 +"299347",64574,83729 +"299348",64574,95304 +"299349",64574,109189 +"299350",64574,109191 +"299351",64575,100282 +"299352",64575,119158 +"299353",64575,119925 +"299354",64576,81287 +"299355",64576,85238 +"299356",64576,91550 +"299357",64576,93585 +"299358",64576,99769 +"299359",64576,103367 +"299360",64576,112454 +"299361",64576,113718 +"299362",64578,65559 +"299363",64578,105122 +"299364",64579,72949 +"299365",64581,76918 +"299366",64581,99789 +"299367",64581,100727 +"299368",64581,109236 +"299369",64581,112110 +"299370",64583,66705 +"299371",64583,66885 +"299372",64584,75817 +"299373",64584,76131 +"299374",64586,66287 +"299375",64586,73945 +"299376",64586,78282 +"299377",64586,109801 +"299378",64586,109981 +"299379",64587,64601 +"299380",64588,72347 +"299381",64589,117792 +"299382",64590,74179 +"299383",64590,76005 +"299384",64590,85742 +"299385",64590,111044 +"299386",64595,79889 +"299387",64595,79919 +"299388",64595,79920 +"299389",64595,79953 +"299390",64595,79969 +"299391",64597,81177 +"299392",64597,81178 +"299393",64597,81188 +"299394",64598,64641 +"299395",64598,64690 +"299396",64600,115702 +"299397",64603,79745 +"299398",64605,66171 +"299399",64605,67117 +"299400",64605,71266 +"299401",64605,71294 +"299402",64605,71343 +"299403",64608,64828 +"299404",64609,67886 +"299405",64609,70230 +"299406",64609,70402 +"299407",64609,78329 +"299408",64609,84264 +"299409",64610,106386 +"299410",64612,88308 +"299411",64612,100291 +"299412",64613,64725 +"299413",64613,64750 +"299414",64614,66782 +"299415",64615,65649 +"299416",64615,81051 +"299417",64615,103718 +"299418",64615,122716 +"299419",64616,74002 +"299420",64617,72917 +"299421",64617,122701 +"299422",64618,64643 +"299423",64618,113290 +"299424",64618,114747 +"299425",64619,116942 +"299426",64621,66118 +"299427",64621,118283 +"299428",64623,74190 +"299429",64623,116713 +"299430",64624,72409 +"299431",64624,72565 +"299432",64625,64628 +"299433",64626,64627 +"299434",64626,64661 +"299435",64627,64661 +"299436",64628,64976 +"299437",64629,64842 +"299438",64630,64667 +"299439",64630,92144 +"299440",64630,115161 +"299441",64632,64681 +"299442",64633,90836 +"299443",64633,96537 +"299444",64633,123447 +"299445",64633,123448 +"299446",64634,89817 +"299447",64634,91719 +"299448",64634,110367 +"299449",64635,69718 +"299450",64635,88844 +"299451",64636,85880 +"299452",64637,84786 +"299453",64637,86820 +"299454",64637,115466 +"299455",64637,121605 +"299456",64638,95964 +"299457",64639,64738 +"299458",64640,69896 +"299459",64640,80621 +"299460",64640,98435 +"299461",64640,100720 +"299462",64640,121191 +"299463",64640,121192 +"299464",64641,64690 +"299465",64642,64743 +"299466",64642,69128 +"299467",64644,102701 +"299468",64644,102758 +"299469",64645,64664 +"299470",64647,80422 +"299471",64647,96695 +"299472",64647,96699 +"299473",64649,93096 +"299474",64649,104135 +"299475",64650,88247 +"299476",64650,90960 +"299477",64650,118947 +"299478",64651,68729 +"299479",64651,77326 +"299480",64651,78093 +"299481",64651,90680 +"299482",64651,113423 +"299483",64651,118425 +"299484",64654,78017 +"299485",64654,97881 +"299486",64655,66650 +"299487",64655,68499 +"299488",64655,68634 +"299489",64655,71161 +"299490",64656,73178 +"299491",64657,76131 +"299492",64657,101078 +"299493",64657,110664 +"299494",64657,110672 +"299495",64658,64726 +"299496",64659,74888 +"299497",64660,87939 +"299498",64662,88745 +"299499",64662,120807 +"299500",64664,77750 +"299501",64664,78336 +"299502",64664,78755 +"299503",64664,80847 +"299504",64664,88361 +"299505",64664,88369 +"299506",64664,88429 +"299507",64664,103308 +"299508",64664,103380 +"299509",64665,84182 +"299510",64665,89485 +"299511",64665,107895 +"299512",64666,71967 +"299513",64666,84531 +"299514",64666,88169 +"299515",64666,104746 +"299516",64666,105409 +"299517",64666,114796 +"299518",64670,76588 +"299519",64670,76591 +"299520",64670,79541 +"299521",64670,80080 +"299522",64670,100254 +"299523",64670,101044 +"299524",64671,76185 +"299525",64671,91830 +"299526",64672,67940 +"299527",64673,78275 +"299528",64673,78333 +"299529",64673,78343 +"299530",64676,69427 +"299531",64676,71793 +"299532",64676,77380 +"299533",64676,78055 +"299534",64679,64737 +"299535",64679,99104 +"299536",64679,99303 +"299537",64680,95675 +"299538",64680,95735 +"299539",64683,75470 +"299540",64683,76299 +"299541",64683,76855 +"299542",64683,90915 +"299543",64685,89755 +"299544",64685,89768 +"299545",64685,115634 +"299546",64688,109772 +"299547",64688,119134 +"299548",64691,79228 +"299549",64692,87887 +"299550",64692,106950 +"299551",64693,64709 +"299552",64693,64730 +"299553",64693,65280 +"299554",64693,65303 +"299555",64693,67443 +"299556",64693,71891 +"299557",64694,64763 +"299558",64695,76042 +"299559",64697,64733 +"299560",64697,64740 +"299561",64697,64764 +"299562",64697,71838 +"299563",64699,65387 +"299564",64699,67145 +"299565",64699,69104 +"299566",64699,72674 +"299567",64699,100962 +"299568",64700,68982 +"299569",64700,86751 +"299570",64701,67835 +"299571",64701,79345 +"299572",64703,64708 +"299573",64703,64718 +"299574",64703,64748 +"299575",64703,64766 +"299576",64703,64777 +"299577",64704,69994 +"299578",64704,104168 +"299579",64707,87866 +"299580",64707,97833 +"299581",64707,103035 +"299582",64707,103091 +"299583",64707,112456 +"299584",64707,120775 +"299585",64707,120779 +"299586",64708,64718 +"299587",64708,64748 +"299588",64708,64766 +"299589",64708,64777 +"299590",64709,64730 +"299591",64709,65280 +"299592",64709,65303 +"299593",64710,72731 +"299594",64711,86485 +"299595",64711,86511 +"299596",64712,70343 +"299597",64712,88150 +"299598",64712,93513 +"299599",64712,102316 +"299600",64712,106415 +"299601",64712,121779 +"299602",64712,123293 +"299603",64712,123294 +"299604",64712,123308 +"299605",64712,123309 +"299606",64712,123310 +"299607",64712,123315 +"299608",64712,123318 +"299609",64712,123319 +"299610",64712,123320 +"299611",64712,123338 +"299612",64712,123341 +"299613",64712,123344 +"299614",64712,123345 +"299615",64713,64714 +"299616",64713,67194 +"299617",64713,67598 +"299618",64713,74300 +"299619",64713,74324 +"299620",64713,93089 +"299621",64714,67194 +"299622",64714,67598 +"299623",64714,74300 +"299624",64714,74324 +"299625",64714,110124 +"299626",64716,86802 +"299627",64716,109590 +"299628",64716,109597 +"299629",64716,112905 +"299630",64716,112907 +"299631",64718,64748 +"299632",64718,64766 +"299633",64718,64777 +"299634",64722,82208 +"299635",64722,87895 +"299636",64722,87897 +"299637",64723,65244 +"299638",64723,65301 +"299639",64724,103860 +"299640",64725,64750 +"299641",64728,65091 +"299642",64730,65214 +"299643",64730,65280 +"299644",64730,65303 +"299645",64730,67392 +"299646",64732,67996 +"299647",64732,101920 +"299648",64733,64740 +"299649",64733,64764 +"299650",64733,71838 +"299651",64735,73055 +"299652",64737,74054 +"299653",64737,89520 +"299654",64737,98292 +"299655",64737,98455 +"299656",64739,76645 +"299657",64739,79636 +"299658",64740,64764 +"299659",64740,71838 +"299660",64742,84272 +"299661",64742,106007 +"299662",64743,65334 +"299663",64743,79818 +"299664",64743,104841 +"299665",64743,114265 +"299666",64744,74232 +"299667",64744,85245 +"299668",64744,96978 +"299669",64744,107966 +"299670",64745,96742 +"299671",64747,84007 +"299672",64748,64766 +"299673",64748,64777 +"299674",64751,77304 +"299675",64751,77534 +"299676",64751,87033 +"299677",64752,64755 +"299678",64752,90011 +"299679",64753,107847 +"299680",64753,117594 +"299681",64757,97150 +"299682",64759,88102 +"299683",64761,104822 +"299684",64762,92116 +"299685",64762,92523 +"299686",64762,99333 +"299687",64764,71838 +"299688",64765,65092 +"299689",64766,64777 +"299690",64767,83334 +"299691",64768,83150 +"299692",64768,112688 +"299693",64771,110766 +"299694",64772,110673 +"299695",64775,80250 +"299696",64776,69637 +"299697",64779,94621 +"299698",64780,108704 +"299699",64780,109097 +"299700",64781,64995 +"299701",64781,67361 +"299702",64781,91869 +"299703",64781,93715 +"299704",64782,99257 +"299705",64782,99453 +"299706",64784,109421 +"299707",64784,112554 +"299708",64784,121861 +"299709",64784,121928 +"299710",64785,64853 +"299711",64786,68597 +"299712",64786,85278 +"299713",64786,87805 +"299714",64786,90699 +"299715",64786,96749 +"299716",64786,101813 +"299717",64786,114717 +"299718",64786,116209 +"299719",64787,78880 +"299720",64788,74704 +"299721",64788,74914 +"299722",64789,67263 +"299723",64790,64792 +"299724",64792,80219 +"299725",64792,89169 +"299726",64792,90650 +"299727",64792,121343 +"299728",64794,64859 +"299729",64795,65347 +"299730",64795,74747 +"299731",64795,87937 +"299732",64795,100516 +"299733",64797,64854 +"299734",64798,72691 +"299735",64798,81734 +"299736",64801,83819 +"299737",64801,87778 +"299738",64801,117256 +"299739",64801,117257 +"299740",64802,91509 +"299741",64802,103831 +"299742",64803,71289 +"299743",64803,73700 +"299744",64803,75723 +"299745",64803,85643 +"299746",64803,114233 +"299747",64803,118248 +"299748",64803,119241 +"299749",64803,119271 +"299750",64804,78605 +"299751",64804,100891 +"299752",64804,101770 +"299753",64804,104248 +"299754",64805,96076 +"299755",64805,100802 +"299756",64805,105462 +"299757",64806,67102 +"299758",64806,80879 +"299759",64806,83526 +"299760",64806,86229 +"299761",64806,93136 +"299762",64806,100205 +"299763",64806,100332 +"299764",64806,109832 +"299765",64806,114954 +"299766",64807,115235 +"299767",64807,117392 +"299768",64808,79432 +"299769",64810,68568 +"299770",64811,70304 +"299771",64811,70811 +"299772",64811,80661 +"299773",64811,93344 +"299774",64811,102396 +"299775",64812,99620 +"299776",64812,107933 +"299777",64814,80589 +"299778",64814,81083 +"299779",64814,83619 +"299780",64814,93202 +"299781",64814,120723 +"299782",64815,76633 +"299783",64815,76634 +"299784",64815,76656 +"299785",64815,76661 +"299786",64815,76775 +"299787",64815,76949 +"299788",64815,76950 +"299789",64815,76951 +"299790",64817,67023 +"299791",64817,69948 +"299792",64817,71652 +"299793",64817,82936 +"299794",64817,96498 +"299795",64817,101099 +"299796",64817,112964 +"299797",64817,119705 +"299798",64818,86017 +"299799",64819,72739 +"299800",64819,79048 +"299801",64819,80177 +"299802",64819,89527 +"299803",64819,100953 +"299804",64819,101151 +"299805",64819,101934 +"299806",64823,64827 +"299807",64823,66565 +"299808",64823,71113 +"299809",64823,88012 +"299810",64823,102047 +"299811",64823,107653 +"299812",64826,109957 +"299813",64827,71113 +"299814",64827,94067 +"299815",64827,115614 +"299816",64830,68790 +"299817",64830,75195 +"299818",64830,100704 +"299819",64830,107648 +"299820",64834,97661 +"299821",64834,99500 +"299822",64834,99502 +"299823",64835,65414 +"299824",64835,65498 +"299825",64835,77500 +"299826",64835,77504 +"299827",64835,77527 +"299828",64835,77573 +"299829",64835,77583 +"299830",64835,77588 +"299831",64836,70320 +"299832",64837,99107 +"299833",64837,115799 +"299834",64838,66460 +"299835",64843,78771 +"299836",64843,79520 +"299837",64843,88280 +"299838",64843,90946 +"299839",64843,107933 +"299840",64843,108934 +"299841",64844,75649 +"299842",64844,96943 +"299843",64844,105567 +"299844",64844,111685 +"299845",64848,76184 +"299846",64849,87858 +"299847",64849,96903 +"299848",64850,64881 +"299849",64850,64911 +"299850",64850,64924 +"299851",64851,101468 +"299852",64852,76178 +"299853",64852,91994 +"299854",64856,74790 +"299855",64856,86189 +"299856",64858,83999 +"299857",64858,106956 +"299858",64858,109254 +"299859",64860,65966 +"299860",64860,82688 +"299861",64860,82725 +"299862",64860,82752 +"299863",64861,65252 +"299864",64863,74414 +"299865",64863,74524 +"299866",64864,76314 +"299867",64864,83275 +"299868",64864,93759 +"299869",64864,93790 +"299870",64864,117357 +"299871",64865,65636 +"299872",64865,77069 +"299873",64865,88261 +"299874",64865,93189 +"299875",64869,69808 +"299876",64870,64871 +"299877",64870,64884 +"299878",64870,64921 +"299879",64871,64884 +"299880",64871,64921 +"299881",64872,66702 +"299882",64873,64894 +"299883",64873,64930 +"299884",64873,64958 +"299885",64874,69602 +"299886",64874,100423 +"299887",64874,106162 +"299888",64874,107889 +"299889",64874,109420 +"299890",64874,112252 +"299891",64874,114844 +"299892",64874,120638 +"299893",64877,103636 +"299894",64878,100589 +"299895",64878,100590 +"299896",64879,68264 +"299897",64880,68762 +"299898",64880,91282 +"299899",64880,101827 +"299900",64881,64911 +"299901",64881,64924 +"299902",64881,96829 +"299903",64883,96755 +"299904",64883,115507 +"299905",64884,64921 +"299906",64884,67284 +"299907",64885,82238 +"299908",64885,83807 +"299909",64885,99506 +"299910",64885,101469 +"299911",64885,116137 +"299912",64887,69132 +"299913",64887,70871 +"299914",64888,89767 +"299915",64888,89774 +"299916",64889,85471 +"299917",64889,115110 +"299918",64890,67412 +"299919",64890,80593 +"299920",64890,98672 +"299921",64890,98687 +"299922",64893,64931 +"299923",64894,64930 +"299924",64894,64958 +"299925",64895,89937 +"299926",64895,93361 +"299927",64895,94746 +"299928",64895,116658 +"299929",64896,64919 +"299930",64896,71488 +"299931",64896,89128 +"299932",64897,64920 +"299933",64897,71695 +"299934",64897,71698 +"299935",64897,71754 +"299936",64898,64912 +"299937",64898,87306 +"299938",64898,93202 +"299939",64898,116932 +"299940",64899,77555 +"299941",64899,77559 +"299942",64900,89772 +"299943",64901,78338 +"299944",64902,69282 +"299945",64902,69548 +"299946",64902,95533 +"299947",64902,104959 +"299948",64902,105027 +"299949",64905,68726 +"299950",64905,88914 +"299951",64906,97586 +"299952",64906,100220 +"299953",64906,107053 +"299954",64906,122961 +"299955",64907,65027 +"299956",64907,85618 +"299957",64907,86567 +"299958",64907,96581 +"299959",64907,98051 +"299960",64907,98084 +"299961",64908,81916 +"299962",64908,83473 +"299963",64908,108220 +"299964",64911,64924 +"299965",64912,70295 +"299966",64913,69897 +"299967",64913,112165 +"299968",64914,69437 +"299969",64914,92025 +"299970",64914,92108 +"299971",64914,92114 +"299972",64914,92115 +"299973",64916,64918 +"299974",64918,78577 +"299975",64918,85148 +"299976",64918,85673 +"299977",64918,108976 +"299978",64921,93145 +"299979",64922,72046 +"299980",64922,88829 +"299981",64922,90530 +"299982",64922,105883 +"299983",64922,107604 +"299984",64924,77722 +"299985",64924,92676 +"299986",64924,104644 +"299987",64925,80058 +"299988",64925,80152 +"299989",64925,89336 +"299990",64925,89346 +"299991",64925,92533 +"299992",64925,93184 +"299993",64925,98791 +"299994",64925,98804 +"299995",64925,106568 +"299996",64925,123015 +"299997",64926,80575 +"299998",64926,80700 +"299999",64926,82283 +"300000",64926,82552 +"300001",64926,85715 +"300002",64926,92927 +"300003",64926,102468 +"300004",64926,111079 +"300005",64926,112277 +"300006",64926,112278 +"300007",64926,112292 +"300008",64927,78289 +"300009",64927,78295 +"300010",64927,85360 +"300011",64927,116355 +"300012",64927,119755 +"300013",64927,120435 +"300014",64929,114286 +"300015",64930,64958 +"300016",64930,68867 +"300017",64931,89998 +"300018",64931,111774 +"300019",64931,118294 +"300020",64932,88286 +"300021",64932,90196 +"300022",64933,65690 +"300023",64933,66575 +"300024",64933,66595 +"300025",64933,66636 +"300026",64933,67927 +"300027",64933,71898 +"300028",64934,74539 +"300029",64936,64951 +"300030",64937,112611 +"300031",64937,120858 +"300032",64938,65508 +"300033",64938,76484 +"300034",64938,85094 +"300035",64938,87156 +"300036",64938,88583 +"300037",64938,90057 +"300038",64938,106148 +"300039",64938,106158 +"300040",64938,106159 +"300041",64938,106160 +"300042",64940,80778 +"300043",64941,65376 +"300044",64941,74128 +"300045",64941,85058 +"300046",64941,86799 +"300047",64941,95972 +"300048",64941,102414 +"300049",64941,112828 +"300050",64942,79253 +"300051",64942,88765 +"300052",64943,70523 +"300053",64943,75439 +"300054",64943,86872 +"300055",64943,89982 +"300056",64947,66506 +"300057",64948,78443 +"300058",64948,102132 +"300059",64949,74365 +"300060",64949,97849 +"300061",64949,102096 +"300062",64949,102120 +"300063",64950,74731 +"300064",64950,89711 +"300065",64950,120613 +"300066",64952,67815 +"300067",64953,65269 +"300068",64955,78296 +"300069",64955,89567 +"300070",64955,90120 +"300071",64955,91899 +"300072",64955,96693 +"300073",64955,99023 +"300074",64955,108039 +"300075",64955,108145 +"300076",64959,81911 +"300077",64960,71684 +"300078",64960,78256 +"300079",64960,79612 +"300080",64962,64997 +"300081",64962,68844 +"300082",64962,82754 +"300083",64962,82787 +"300084",64962,102006 +"300085",64963,79882 +"300086",64963,81746 +"300087",64963,95883 +"300088",64964,70842 +"300089",64966,65079 +"300090",64967,65949 +"300091",64967,90837 +"300092",64968,65008 +"300093",64968,65029 +"300094",64969,64984 +"300095",64969,65045 +"300096",64974,69905 +"300097",64974,70477 +"300098",64974,77811 +"300099",64974,82749 +"300100",64974,96019 +"300101",64974,103972 +"300102",64974,103973 +"300103",64974,103977 +"300104",64974,103986 +"300105",64974,103999 +"300106",64975,77237 +"300107",64975,102624 +"300108",64975,117252 +"300109",64977,65003 +"300110",64978,86851 +"300111",64979,77078 +"300112",64980,107329 +"300113",64981,69313 +"300114",64981,79302 +"300115",64981,117012 +"300116",64983,65025 +"300117",64983,65090 +"300118",64984,65045 +"300119",64985,68243 +"300120",64985,92064 +"300121",64985,103180 +"300122",64985,118544 +"300123",64986,65259 +"300124",64987,67259 +"300125",64987,68981 +"300126",64987,87370 +"300127",64987,94961 +"300128",64988,120372 +"300129",64989,80721 +"300130",64989,81050 +"300131",64989,81063 +"300132",64990,106689 +"300133",64990,106923 +"300134",64990,106946 +"300135",64990,108409 +"300136",64992,65412 +"300137",64992,79338 +"300138",64992,96639 +"300139",64994,75891 +"300140",64994,91544 +"300141",64994,93562 +"300142",64994,93739 +"300143",64995,67361 +"300144",64997,69086 +"300145",64997,80065 +"300146",64997,82754 +"300147",64997,82787 +"300148",64997,94123 +"300149",64997,101231 +"300150",64997,102006 +"300151",64997,102107 +"300152",64997,102149 +"300153",64999,65000 +"300154",64999,65024 +"300155",64999,89974 +"300156",65000,65024 +"300157",65001,118274 +"300158",65002,67169 +"300159",65002,98445 +"300160",65003,96278 +"300161",65004,70423 +"300162",65004,71341 +"300163",65004,74786 +"300164",65004,85308 +"300165",65004,86151 +"300166",65004,97534 +"300167",65004,109355 +"300168",65006,65007 +"300169",65006,72468 +"300170",65006,77208 +"300171",65006,77613 +"300172",65006,86232 +"300173",65006,97676 +"300174",65006,100715 +"300175",65006,103259 +"300176",65006,103300 +"300177",65006,105092 +"300178",65006,109186 +"300179",65006,109421 +"300180",65006,114890 +"300181",65007,97676 +"300182",65007,109833 +"300183",65008,65029 +"300184",65010,111917 +"300185",65013,114632 +"300186",65015,65209 +"300187",65015,96335 +"300188",65016,65018 +"300189",65017,77211 +"300190",65017,118993 +"300191",65021,100372 +"300192",65021,119039 +"300193",65021,122994 +"300194",65022,81698 +"300195",65025,65090 +"300196",65026,95784 +"300197",65028,66023 +"300198",65028,69446 +"300199",65028,69827 +"300200",65028,70708 +"300201",65028,71127 +"300202",65028,72674 +"300203",65031,72225 +"300204",65031,84977 +"300205",65031,89656 +"300206",65032,68052 +"300207",65032,68201 +"300208",65034,65074 +"300209",65035,65272 +"300210",65036,78046 +"300211",65036,79823 +"300212",65037,65038 +"300213",65037,65039 +"300214",65037,65040 +"300215",65037,65084 +"300216",65038,65039 +"300217",65038,65040 +"300218",65038,65084 +"300219",65039,65040 +"300220",65039,65084 +"300221",65039,84271 +"300222",65039,87427 +"300223",65040,65084 +"300224",65040,87922 +"300225",65040,92438 +"300226",65040,92451 +"300227",65044,103214 +"300228",65044,105209 +"300229",65044,106276 +"300230",65044,114182 +"300231",65046,65112 +"300232",65046,73866 +"300233",65047,65502 +"300234",65048,65786 +"300235",65049,65174 +"300236",65049,65273 +"300237",65050,65696 +"300238",65050,80030 +"300239",65050,122305 +"300240",65050,122821 +"300241",65050,123021 +"300242",65050,123044 +"300243",65051,65323 +"300244",65052,117109 +"300245",65053,85540 +"300246",65053,89183 +"300247",65053,92684 +"300248",65055,80715 +"300249",65055,88912 +"300250",65055,120633 +"300251",65057,65099 +"300252",65058,71560 +"300253",65058,88628 +"300254",65059,68966 +"300255",65059,69180 +"300256",65059,69226 +"300257",65059,71191 +"300258",65059,71426 +"300259",65061,77658 +"300260",65061,77730 +"300261",65061,119773 +"300262",65062,65131 +"300263",65062,87486 +"300264",65063,104239 +"300265",65065,65066 +"300266",65065,82985 +"300267",65065,83411 +"300268",65066,90686 +"300269",65066,97862 +"300270",65066,99836 +"300271",65066,107279 +"300272",65066,113274 +"300273",65066,113284 +"300274",65066,113349 +"300275",65067,91388 +"300276",65067,114748 +"300277",65068,65107 +"300278",65068,69878 +"300279",65069,65717 +"300280",65070,117141 +"300281",65070,117142 +"300282",65070,118591 +"300283",65070,119921 +"300284",65070,120546 +"300285",65070,120579 +"300286",65072,70695 +"300287",65072,91569 +"300288",65074,94418 +"300289",65074,105204 +"300290",65075,65192 +"300291",65075,97934 +"300292",65076,65088 +"300293",65077,65380 +"300294",65078,65246 +"300295",65078,66094 +"300296",65079,80095 +"300297",65080,67904 +"300298",65084,70973 +"300299",65084,71299 +"300300",65084,71326 +"300301",65084,71327 +"300302",65084,71331 +"300303",65084,91810 +"300304",65085,96138 +"300305",65086,121055 +"300306",65087,100631 +"300307",65087,117329 +"300308",65088,84287 +"300309",65088,105586 +"300310",65090,75307 +"300311",65091,66444 +"300312",65091,66462 +"300313",65091,66507 +"300314",65092,109866 +"300315",65093,79294 +"300316",65094,65127 +"300317",65096,75421 +"300318",65096,101855 +"300319",65096,104852 +"300320",65096,107035 +"300321",65097,65126 +"300322",65098,70645 +"300323",65098,106434 +"300324",65098,110842 +"300325",65100,65132 +"300326",65101,67116 +"300327",65101,95498 +"300328",65101,96024 +"300329",65101,96057 +"300330",65101,114344 +"300331",65102,75634 +"300332",65103,86280 +"300333",65104,82579 +"300334",65106,87684 +"300335",65106,90346 +"300336",65108,85738 +"300337",65108,109882 +"300338",65109,65182 +"300339",65110,65325 +"300340",65111,88663 +"300341",65111,95845 +"300342",65111,112769 +"300343",65115,66637 +"300344",65115,66659 +"300345",65116,65416 +"300346",65117,65181 +"300347",65119,81162 +"300348",65121,65141 +"300349",65121,65170 +"300350",65121,65213 +"300351",65122,67251 +"300352",65123,73616 +"300353",65123,81465 +"300354",65125,94162 +"300355",65129,85371 +"300356",65129,86649 +"300357",65129,102577 +"300358",65129,107559 +"300359",65129,122233 +"300360",65132,109855 +"300361",65132,109861 +"300362",65134,67168 +"300363",65137,80041 +"300364",65137,99575 +"300365",65137,101067 +"300366",65137,107050 +"300367",65138,93847 +"300368",65139,65176 +"300369",65139,104950 +"300370",65139,104974 +"300371",65140,69867 +"300372",65140,82935 +"300373",65140,90187 +"300374",65140,91140 +"300375",65140,112935 +"300376",65141,65170 +"300377",65141,65213 +"300378",65142,67260 +"300379",65142,67277 +"300380",65142,67319 +"300381",65143,85086 +"300382",65144,94532 +"300383",65144,114680 +"300384",65145,81701 +"300385",65147,100621 +"300386",65148,90288 +"300387",65149,82355 +"300388",65151,70728 +"300389",65151,76816 +"300390",65151,94795 +"300391",65151,95030 +"300392",65151,99961 +"300393",65151,105711 +"300394",65152,79780 +"300395",65154,65189 +"300396",65154,92082 +"300397",65155,71033 +"300398",65155,73409 +"300399",65155,75568 +"300400",65155,80625 +"300401",65155,90968 +"300402",65155,104590 +"300403",65155,108463 +"300404",65155,116534 +"300405",65155,116545 +"300406",65157,65180 +"300407",65157,78690 +"300408",65157,78717 +"300409",65158,70603 +"300410",65158,71762 +"300411",65158,94029 +"300412",65160,73943 +"300413",65160,73952 +"300414",65162,65691 +"300415",65162,65746 +"300416",65162,68475 +"300417",65162,78811 +"300418",65162,80425 +"300419",65162,82242 +"300420",65162,84682 +"300421",65162,101134 +"300422",65162,102639 +"300423",65162,104139 +"300424",65162,110994 +"300425",65162,120028 +"300426",65162,120929 +"300427",65162,120967 +"300428",65162,122012 +"300429",65163,70020 +"300430",65163,74453 +"300431",65165,69915 +"300432",65165,89820 +"300433",65169,91825 +"300434",65169,114205 +"300435",65170,65213 +"300436",65174,65273 +"300437",65174,95874 +"300438",65175,86441 +"300439",65177,65234 +"300440",65177,65317 +"300441",65178,66192 +"300442",65179,98102 +"300443",65181,69972 +"300444",65181,70257 +"300445",65182,85435 +"300446",65182,109899 +"300447",65182,120747 +"300448",65182,120751 +"300449",65183,79355 +"300450",65183,91441 +"300451",65186,90877 +"300452",65187,65202 +"300453",65187,70624 +"300454",65188,68613 +"300455",65188,83916 +"300456",65188,89925 +"300457",65188,96925 +"300458",65188,99144 +"300459",65188,107515 +"300460",65188,118296 +"300461",65188,121047 +"300462",65190,90296 +"300463",65191,80395 +"300464",65193,80148 +"300465",65193,80225 +"300466",65195,65669 +"300467",65195,96424 +"300468",65196,119507 +"300469",65197,74482 +"300470",65200,99029 +"300471",65202,70624 +"300472",65203,66035 +"300473",65203,80625 +"300474",65203,81206 +"300475",65203,100684 +"300476",65203,113223 +"300477",65203,117332 +"300478",65203,120297 +"300479",65204,65205 +"300480",65208,75483 +"300481",65208,82500 +"300482",65208,95003 +"300483",65208,103333 +"300484",65208,118056 +"300485",65210,67689 +"300486",65211,89710 +"300487",65211,104620 +"300488",65212,85008 +"300489",65213,70697 +"300490",65214,67392 +"300491",65214,74652 +"300492",65214,75041 +"300493",65215,100436 +"300494",65220,65227 +"300495",65220,65228 +"300496",65221,65715 +"300497",65221,72719 +"300498",65221,72724 +"300499",65223,65236 +"300500",65223,72960 +"300501",65223,82219 +"300502",65223,88074 +"300503",65223,92106 +"300504",65223,93658 +"300505",65223,95611 +"300506",65223,99658 +"300507",65223,102712 +"300508",65223,102718 +"300509",65223,102724 +"300510",65223,113354 +"300511",65224,71080 +"300512",65224,71083 +"300513",65224,71149 +"300514",65224,104893 +"300515",65224,105005 +"300516",65226,65263 +"300517",65226,68553 +"300518",65226,68584 +"300519",65227,65228 +"300520",65227,65457 +"300521",65227,65848 +"300522",65227,65853 +"300523",65227,72115 +"300524",65227,72286 +"300525",65227,72448 +"300526",65227,74849 +"300527",65227,75000 +"300528",65227,75262 +"300529",65227,75720 +"300530",65227,75729 +"300531",65229,65267 +"300532",65229,65933 +"300533",65230,66145 +"300534",65230,67503 +"300535",65230,67721 +"300536",65230,68816 +"300537",65230,68909 +"300538",65230,68938 +"300539",65230,69332 +"300540",65230,69681 +"300541",65230,70610 +"300542",65230,70611 +"300543",65230,70725 +"300544",65230,71211 +"300545",65230,71505 +"300546",65230,71887 +"300547",65231,65247 +"300548",65231,67795 +"300549",65231,75421 +"300550",65231,81191 +"300551",65231,83892 +"300552",65231,88716 +"300553",65231,99623 +"300554",65231,100395 +"300555",65231,100400 +"300556",65231,100629 +"300557",65231,104917 +"300558",65232,117210 +"300559",65233,89712 +"300560",65233,117787 +"300561",65234,65317 +"300562",65234,70932 +"300563",65234,83521 +"300564",65234,83549 +"300565",65234,103287 +"300566",65234,119337 +"300567",65235,65295 +"300568",65235,100956 +"300569",65236,68680 +"300570",65236,76028 +"300571",65236,83848 +"300572",65236,85608 +"300573",65238,69357 +"300574",65238,78005 +"300575",65238,98295 +"300576",65238,101534 +"300577",65239,66309 +"300578",65239,73674 +"300579",65239,77610 +"300580",65239,92903 +"300581",65239,100995 +"300582",65240,101875 +"300583",65241,68112 +"300584",65241,72003 +"300585",65242,88747 +"300586",65242,91171 +"300587",65243,94495 +"300588",65243,104466 +"300589",65243,114132 +"300590",65244,65301 +"300591",65246,122277 +"300592",65246,122279 +"300593",65249,98582 +"300594",65250,68280 +"300595",65250,110334 +"300596",65253,94078 +"300597",65253,121007 +"300598",65254,93974 +"300599",65255,77929 +"300600",65255,85287 +"300601",65255,88629 +"300602",65255,109967 +"300603",65256,79399 +"300604",65256,90581 +"300605",65256,90969 +"300606",65260,76317 +"300607",65260,116001 +"300608",65261,65284 +"300609",65261,65289 +"300610",65264,66698 +"300611",65264,82841 +"300612",65264,98992 +"300613",65264,111446 +"300614",65270,88535 +"300615",65273,90828 +"300616",65275,65277 +"300617",65275,65286 +"300618",65275,65288 +"300619",65275,66681 +"300620",65275,85221 +"300621",65275,86593 +"300622",65277,65286 +"300623",65277,65288 +"300624",65277,66681 +"300625",65278,65298 +"300626",65278,87714 +"300627",65279,94669 +"300628",65280,65303 +"300629",65281,68041 +"300630",65282,83907 +"300631",65282,88713 +"300632",65284,65289 +"300633",65284,79623 +"300634",65286,65288 +"300635",65286,66681 +"300636",65287,102588 +"300637",65287,111040 +"300638",65287,120390 +"300639",65288,66681 +"300640",65289,74467 +"300641",65294,89879 +"300642",65296,74438 +"300643",65296,76818 +"300644",65296,78090 +"300645",65296,79193 +"300646",65296,89944 +"300647",65296,90004 +"300648",65296,91388 +"300649",65296,100199 +"300650",65296,108429 +"300651",65297,67351 +"300652",65297,69523 +"300653",65297,76017 +"300654",65297,77812 +"300655",65297,79607 +"300656",65297,97771 +"300657",65297,103829 +"300658",65298,118853 +"300659",65299,87115 +"300660",65299,87122 +"300661",65300,73476 +"300662",65300,79106 +"300663",65300,101497 +"300664",65302,83044 +"300665",65302,115248 +"300666",65303,67443 +"300667",65303,71891 +"300668",65305,65382 +"300669",65305,81817 +"300670",65306,73441 +"300671",65307,67113 +"300672",65308,65369 +"300673",65309,108990 +"300674",65309,119469 +"300675",65310,65366 +"300676",65311,119664 +"300677",65315,65417 +"300678",65316,73171 +"300679",65316,75363 +"300680",65316,76021 +"300681",65316,86664 +"300682",65316,102051 +"300683",65316,120908 +"300684",65318,72208 +"300685",65318,73305 +"300686",65321,65583 +"300687",65321,67586 +"300688",65321,69596 +"300689",65322,76428 +"300690",65322,80625 +"300691",65322,84194 +"300692",65322,96749 +"300693",65322,96756 +"300694",65326,65327 +"300695",65326,65328 +"300696",65326,65329 +"300697",65326,65330 +"300698",65326,65340 +"300699",65326,65372 +"300700",65326,65996 +"300701",65326,68514 +"300702",65326,86085 +"300703",65326,91970 +"300704",65327,65328 +"300705",65327,65329 +"300706",65327,65330 +"300707",65327,65340 +"300708",65327,65372 +"300709",65327,65996 +"300710",65328,65329 +"300711",65328,65330 +"300712",65328,65340 +"300713",65328,65372 +"300714",65328,65996 +"300715",65329,65330 +"300716",65329,65340 +"300717",65329,65372 +"300718",65329,65996 +"300719",65330,65340 +"300720",65330,65372 +"300721",65330,65996 +"300722",65332,66052 +"300723",65332,74126 +"300724",65333,86462 +"300725",65333,110032 +"300726",65333,110037 +"300727",65335,92196 +"300728",65336,74633 +"300729",65336,74892 +"300730",65337,70839 +"300731",65337,113013 +"300732",65338,77137 +"300733",65338,77669 +"300734",65338,77695 +"300735",65338,115774 +"300736",65338,117719 +"300737",65340,65372 +"300738",65340,65996 +"300739",65341,73767 +"300740",65341,81048 +"300741",65343,80223 +"300742",65343,105670 +"300743",65343,122605 +"300744",65344,76649 +"300745",65344,84890 +"300746",65344,85738 +"300747",65344,111986 +"300748",65345,65443 +"300749",65347,74747 +"300750",65347,87937 +"300751",65347,100516 +"300752",65348,85569 +"300753",65348,91947 +"300754",65348,92413 +"300755",65348,110921 +"300756",65349,75043 +"300757",65351,65353 +"300758",65352,66986 +"300759",65352,76781 +"300760",65354,65831 +"300761",65355,85925 +"300762",65355,108002 +"300763",65356,96274 +"300764",65356,96317 +"300765",65359,69532 +"300766",65359,71008 +"300767",65359,76697 +"300768",65359,85158 +"300769",65360,78768 +"300770",65360,83810 +"300771",65360,98172 +"300772",65360,108247 +"300773",65360,108252 +"300774",65360,108273 +"300775",65362,67167 +"300776",65362,81722 +"300777",65362,82845 +"300778",65362,84770 +"300779",65362,99136 +"300780",65362,99424 +"300781",65362,99807 +"300782",65362,100754 +"300783",65362,101117 +"300784",65362,106679 +"300785",65362,109262 +"300786",65362,110196 +"300787",65362,110216 +"300788",65363,78556 +"300789",65364,70855 +"300790",65364,70871 +"300791",65364,70884 +"300792",65364,70895 +"300793",65364,70921 +"300794",65365,65371 +"300795",65366,84820 +"300796",65367,80727 +"300797",65367,89068 +"300798",65367,91157 +"300799",65367,109546 +"300800",65367,120947 +"300801",65371,73130 +"300802",65371,77874 +"300803",65372,65996 +"300804",65373,73327 +"300805",65374,65864 +"300806",65374,78288 +"300807",65375,79483 +"300808",65375,86532 +"300809",65375,108766 +"300810",65375,114847 +"300811",65376,75669 +"300812",65376,76628 +"300813",65376,80281 +"300814",65376,80778 +"300815",65376,86799 +"300816",65376,97156 +"300817",65376,112927 +"300818",65382,67708 +"300819",65383,85155 +"300820",65383,94467 +"300821",65383,95268 +"300822",65383,98127 +"300823",65383,99237 +"300824",65383,109534 +"300825",65383,115569 +"300826",65383,115614 +"300827",65385,92398 +"300828",65385,99359 +"300829",65388,65590 +"300830",65389,79420 +"300831",65389,113233 +"300832",65389,116558 +"300833",65390,118211 +"300834",65390,118212 +"300835",65390,118213 +"300836",65392,99507 +"300837",65393,74130 +"300838",65395,71983 +"300839",65395,77612 +"300840",65395,77986 +"300841",65395,88077 +"300842",65395,94386 +"300843",65395,103452 +"300844",65395,106271 +"300845",65396,65397 +"300846",65398,65454 +"300847",65398,73315 +"300848",65398,101307 +"300849",65398,114558 +"300850",65399,65431 +"300851",65399,65432 +"300852",65399,65465 +"300853",65399,65466 +"300854",65399,65950 +"300855",65399,70869 +"300856",65400,73623 +"300857",65400,78451 +"300858",65400,84607 +"300859",65400,87914 +"300860",65400,91770 +"300861",65400,97485 +"300862",65400,104662 +"300863",65400,104711 +"300864",65400,105950 +"300865",65400,110204 +"300866",65400,110272 +"300867",65400,110380 +"300868",65400,110488 +"300869",65400,110508 +"300870",65400,110515 +"300871",65400,110588 +"300872",65400,110603 +"300873",65400,110719 +"300874",65400,111019 +"300875",65400,113237 +"300876",65400,115817 +"300877",65400,116107 +"300878",65400,116108 +"300879",65400,116109 +"300880",65400,119587 +"300881",65400,120983 +"300882",65400,121290 +"300883",65400,121294 +"300884",65401,97686 +"300885",65401,97698 +"300886",65402,66538 +"300887",65402,73923 +"300888",65402,74399 +"300889",65402,76314 +"300890",65402,78715 +"300891",65402,80641 +"300892",65402,94733 +"300893",65402,95690 +"300894",65403,117134 +"300895",65404,69250 +"300896",65404,70520 +"300897",65404,76607 +"300898",65404,103548 +"300899",65404,103594 +"300900",65404,113558 +"300901",65404,120900 +"300902",65406,88259 +"300903",65406,93424 +"300904",65406,94853 +"300905",65406,95993 +"300906",65406,101344 +"300907",65407,65415 +"300908",65407,65538 +"300909",65408,65463 +"300910",65409,65467 +"300911",65410,65430 +"300912",65410,65444 +"300913",65410,68939 +"300914",65410,74417 +"300915",65411,74905 +"300916",65411,81288 +"300917",65411,84043 +"300918",65412,73658 +"300919",65412,108649 +"300920",65412,120499 +"300921",65413,84453 +"300922",65413,92640 +"300923",65414,65498 +"300924",65415,65538 +"300925",65416,84639 +"300926",65418,65436 +"300927",65419,113860 +"300928",65419,113881 +"300929",65420,81670 +"300930",65420,99239 +"300931",65421,79134 +"300932",65423,76234 +"300933",65426,101952 +"300934",65429,69078 +"300935",65430,65444 +"300936",65431,65432 +"300937",65431,65465 +"300938",65431,65466 +"300939",65431,65950 +"300940",65432,65465 +"300941",65432,65466 +"300942",65432,65950 +"300943",65434,65449 +"300944",65435,85959 +"300945",65435,93190 +"300946",65435,98616 +"300947",65435,108880 +"300948",65437,122592 +"300949",65438,70969 +"300950",65438,74855 +"300951",65439,72048 +"300952",65439,74318 +"300953",65439,76392 +"300954",65439,92265 +"300955",65439,92310 +"300956",65439,118100 +"300957",65439,119663 +"300958",65442,80115 +"300959",65442,84772 +"300960",65442,96871 +"300961",65443,84451 +"300962",65445,79270 +"300963",65446,83952 +"300964",65446,88522 +"300965",65448,104505 +"300966",65448,104544 +"300967",65449,69432 +"300968",65449,71365 +"300969",65449,72532 +"300970",65449,75519 +"300971",65449,75529 +"300972",65449,75575 +"300973",65451,69325 +"300974",65453,88077 +"300975",65455,114593 +"300976",65455,114594 +"300977",65456,121517 +"300978",65457,65853 +"300979",65457,72115 +"300980",65457,72286 +"300981",65457,72453 +"300982",65457,74849 +"300983",65457,75000 +"300984",65457,75262 +"300985",65460,75062 +"300986",65460,91687 +"300987",65464,90104 +"300988",65464,100996 +"300989",65464,101002 +"300990",65465,65466 +"300991",65465,65950 +"300992",65466,65950 +"300993",65467,71352 +"300994",65467,78948 +"300995",65467,118139 +"300996",65467,118145 +"300997",65467,118169 +"300998",65468,68528 +"300999",65468,81584 +"301000",65468,105400 +"301001",65469,65585 +"301002",65469,65648 +"301003",65471,65524 +"301004",65472,68365 +"301005",65473,65477 +"301006",65475,65476 +"301007",65475,65499 +"301008",65475,65535 +"301009",65475,72373 +"301010",65476,65499 +"301011",65476,65535 +"301012",65476,72373 +"301013",65478,84717 +"301014",65478,120342 +"301015",65478,120388 +"301016",65479,65558 +"301017",65479,65769 +"301018",65479,65814 +"301019",65480,98540 +"301020",65480,110352 +"301021",65481,65516 +"301022",65481,92793 +"301023",65482,65563 +"301024",65482,70811 +"301025",65482,79535 +"301026",65482,79536 +"301027",65483,73741 +"301028",65483,77843 +"301029",65483,77987 +"301030",65483,102823 +"301031",65483,113331 +"301032",65484,102466 +"301033",65484,116704 +"301034",65487,97232 +"301035",65487,101166 +"301036",65489,87092 +"301037",65490,72084 +"301038",65490,91313 +"301039",65490,96003 +"301040",65490,100058 +"301041",65491,93814 +"301042",65491,116116 +"301043",65493,106209 +"301044",65493,106213 +"301045",65497,66717 +"301046",65497,71380 +"301047",65497,72535 +"301048",65497,79568 +"301049",65497,91164 +"301050",65497,95721 +"301051",65497,96007 +"301052",65497,99435 +"301053",65499,65535 +"301054",65499,72373 +"301055",65500,69510 +"301056",65500,78129 +"301057",65501,65502 +"301058",65502,66599 +"301059",65502,72066 +"301060",65504,81949 +"301061",65504,86039 +"301062",65505,79850 +"301063",65506,94545 +"301064",65506,101652 +"301065",65508,71118 +"301066",65508,71530 +"301067",65508,71554 +"301068",65508,76484 +"301069",65508,87156 +"301070",65508,88583 +"301071",65508,90057 +"301072",65509,65533 +"301073",65510,113870 +"301074",65511,74862 +"301075",65513,70894 +"301076",65513,71847 +"301077",65513,87690 +"301078",65513,88882 +"301079",65513,88895 +"301080",65513,88897 +"301081",65513,97931 +"301082",65513,108704 +"301083",65513,111471 +"301084",65513,118999 +"301085",65513,119441 +"301086",65514,65543 +"301087",65516,96877 +"301088",65518,66782 +"301089",65518,94573 +"301090",65519,65522 +"301091",65519,78109 +"301092",65519,78176 +"301093",65520,72543 +"301094",65520,77094 +"301095",65520,79974 +"301096",65520,95735 +"301097",65521,97227 +"301098",65521,105020 +"301099",65522,84415 +"301100",65522,112270 +"301101",65523,70960 +"301102",65523,74153 +"301103",65523,76840 +"301104",65523,120188 +"301105",65525,77331 +"301106",65525,101062 +"301107",65525,116394 +"301108",65527,66335 +"301109",65528,73129 +"301110",65534,67689 +"301111",65534,79574 +"301112",65534,79596 +"301113",65534,92819 +"301114",65535,72373 +"301115",65535,90845 +"301116",65539,87703 +"301117",65541,65602 +"301118",65541,98055 +"301119",65544,75418 +"301120",65546,65553 +"301121",65547,87635 +"301122",65548,65564 +"301123",65550,93352 +"301124",65551,73848 +"301125",65551,78968 +"301126",65551,81859 +"301127",65551,83160 +"301128",65551,88539 +"301129",65551,91781 +"301130",65551,96055 +"301131",65551,102483 +"301132",65551,103218 +"301133",65551,110131 +"301134",65551,110147 +"301135",65551,110155 +"301136",65551,110159 +"301137",65551,110173 +"301138",65551,112774 +"301139",65552,68320 +"301140",65552,96205 +"301141",65553,78645 +"301142",65553,78805 +"301143",65553,88747 +"301144",65553,90371 +"301145",65554,80668 +"301146",65555,84185 +"301147",65555,115743 +"301148",65556,91512 +"301149",65557,65562 +"301150",65557,68923 +"301151",65558,65769 +"301152",65558,65814 +"301153",65558,73530 +"301154",65561,111257 +"301155",65563,123302 +"301156",65563,123332 +"301157",65565,77219 +"301158",65565,79676 +"301159",65565,83168 +"301160",65567,110326 +"301161",65568,80992 +"301162",65568,98192 +"301163",65568,98212 +"301164",65570,72977 +"301165",65570,73012 +"301166",65571,109901 +"301167",65571,111283 +"301168",65571,111465 +"301169",65572,65617 +"301170",65572,89469 +"301171",65572,90333 +"301172",65572,99442 +"301173",65576,67790 +"301174",65577,78662 +"301175",65577,78672 +"301176",65578,106460 +"301177",65579,112118 +"301178",65579,121469 +"301179",65580,73389 +"301180",65580,75853 +"301181",65580,81199 +"301182",65580,81233 +"301183",65580,81234 +"301184",65580,95849 +"301185",65582,72974 +"301186",65582,75736 +"301187",65583,67256 +"301188",65583,69596 +"301189",65585,65648 +"301190",65587,72827 +"301191",65587,110122 +"301192",65587,116564 +"301193",65590,77619 +"301194",65590,79128 +"301195",65591,65606 +"301196",65592,112054 +"301197",65592,112758 +"301198",65593,97743 +"301199",65594,83215 +"301200",65594,99898 +"301201",65594,110516 +"301202",65595,65615 +"301203",65595,65646 +"301204",65595,65647 +"301205",65595,66445 +"301206",65597,80553 +"301207",65597,108955 +"301208",65597,118893 +"301209",65598,76414 +"301210",65598,77650 +"301211",65598,79047 +"301212",65598,88328 +"301213",65598,93786 +"301214",65598,95119 +"301215",65598,106250 +"301216",65598,106932 +"301217",65599,65600 +"301218",65599,65737 +"301219",65599,66120 +"301220",65599,66135 +"301221",65600,65737 +"301222",65600,66120 +"301223",65600,66135 +"301224",65601,78885 +"301225",65601,96875 +"301226",65601,96885 +"301227",65604,80145 +"301228",65605,102586 +"301229",65608,68260 +"301230",65611,70988 +"301231",65611,99022 +"301232",65614,107795 +"301233",65615,65646 +"301234",65615,65647 +"301235",65615,66445 +"301236",65617,67336 +"301237",65617,72857 +"301238",65617,72870 +"301239",65618,71367 +"301240",65618,73533 +"301241",65618,81205 +"301242",65618,97974 +"301243",65618,108889 +"301244",65618,109333 +"301245",65620,98382 +"301246",65621,84461 +"301247",65621,123142 +"301248",65622,122085 +"301249",65623,89104 +"301250",65623,121230 +"301251",65625,66413 +"301252",65625,74628 +"301253",65625,75310 +"301254",65625,76629 +"301255",65625,84940 +"301256",65625,88884 +"301257",65625,88889 +"301258",65625,92081 +"301259",65625,100226 +"301260",65625,105063 +"301261",65625,105947 +"301262",65625,114174 +"301263",65625,114178 +"301264",65626,74011 +"301265",65626,114964 +"301266",65628,81315 +"301267",65629,80502 +"301268",65630,65642 +"301269",65631,67095 +"301270",65631,96663 +"301271",65632,81319 +"301272",65632,89229 +"301273",65632,108419 +"301274",65634,66756 +"301275",65634,106153 +"301276",65634,106165 +"301277",65635,71539 +"301278",65635,77515 +"301279",65635,100369 +"301280",65635,114194 +"301281",65636,66981 +"301282",65636,82205 +"301283",65636,87420 +"301284",65636,92749 +"301285",65636,93189 +"301286",65637,90045 +"301287",65638,87766 +"301288",65639,81130 +"301289",65639,97951 +"301290",65639,97996 +"301291",65639,98315 +"301292",65640,71220 +"301293",65640,78902 +"301294",65643,81913 +"301295",65644,95256 +"301296",65644,108647 +"301297",65644,110589 +"301298",65645,80158 +"301299",65645,80159 +"301300",65645,80204 +"301301",65646,65647 +"301302",65646,66445 +"301303",65647,66445 +"301304",65647,85322 +"301305",65647,85403 +"301306",65647,85414 +"301307",65647,85415 +"301308",65649,81051 +"301309",65649,97276 +"301310",65650,79575 +"301311",65650,110957 +"301312",65651,65742 +"301313",65652,65720 +"301314",65652,65741 +"301315",65653,65655 +"301316",65653,65663 +"301317",65653,65674 +"301318",65653,65717 +"301319",65654,65675 +"301320",65654,65710 +"301321",65654,65751 +"301322",65655,65663 +"301323",65655,65674 +"301324",65655,65717 +"301325",65656,66327 +"301326",65657,114339 +"301327",65658,69143 +"301328",65658,80448 +"301329",65658,84494 +"301330",65658,85543 +"301331",65659,82152 +"301332",65660,65894 +"301333",65660,66287 +"301334",65660,66293 +"301335",65660,66342 +"301336",65660,122093 +"301337",65661,65765 +"301338",65661,70729 +"301339",65661,71760 +"301340",65661,72651 +"301341",65661,72652 +"301342",65661,72679 +"301343",65661,72702 +"301344",65663,65674 +"301345",65663,65717 +"301346",65664,65700 +"301347",65664,65752 +"301348",65664,95224 +"301349",65665,65693 +"301350",65665,69476 +"301351",65666,76179 +"301352",65668,84371 +"301353",65669,65749 +"301354",65669,68109 +"301355",65669,76141 +"301356",65669,107362 +"301357",65670,88712 +"301358",65670,90600 +"301359",65670,92017 +"301360",65670,100010 +"301361",65670,100982 +"301362",65670,101005 +"301363",65671,75984 +"301364",65671,80062 +"301365",65671,86621 +"301366",65671,89954 +"301367",65671,98294 +"301368",65671,107817 +"301369",65671,109387 +"301370",65671,109405 +"301371",65671,109410 +"301372",65672,74839 +"301373",65673,95200 +"301374",65674,65717 +"301375",65675,65710 +"301376",65675,65751 +"301377",65678,66248 +"301378",65679,82306 +"301379",65679,105740 +"301380",65679,105815 +"301381",65682,65702 +"301382",65682,65747 +"301383",65682,81620 +"301384",65683,70932 +"301385",65683,74304 +"301386",65683,75655 +"301387",65683,88104 +"301388",65683,93216 +"301389",65683,96475 +"301390",65683,97482 +"301391",65684,65705 +"301392",65687,82619 +"301393",65687,103835 +"301394",65687,114888 +"301395",65689,91826 +"301396",65691,76613 +"301397",65691,80425 +"301398",65691,84814 +"301399",65694,65780 +"301400",65694,65812 +"301401",65695,90655 +"301402",65695,95847 +"301403",65695,104263 +"301404",65695,111508 +"301405",65695,111651 +"301406",65695,113490 +"301407",65695,121050 +"301408",65696,80030 +"301409",65696,94828 +"301410",65696,101277 +"301411",65696,103622 +"301412",65696,108060 +"301413",65696,122305 +"301414",65696,122397 +"301415",65696,122821 +"301416",65696,123021 +"301417",65696,123044 +"301418",65699,71841 +"301419",65700,65752 +"301420",65700,68063 +"301421",65700,82332 +"301422",65700,83032 +"301423",65701,65755 +"301424",65701,65756 +"301425",65701,65757 +"301426",65702,65747 +"301427",65703,68459 +"301428",65703,81282 +"301429",65703,81314 +"301430",65703,110503 +"301431",65707,66733 +"301432",65708,100253 +"301433",65708,103843 +"301434",65709,77697 +"301435",65709,107963 +"301436",65710,65751 +"301437",65711,65783 +"301438",65711,65816 +"301439",65711,65825 +"301440",65711,66136 +"301441",65712,78499 +"301442",65712,79476 +"301443",65712,79483 +"301444",65712,88979 +"301445",65712,88984 +"301446",65713,75343 +"301447",65713,84224 +"301448",65714,65736 +"301449",65716,76043 +"301450",65718,66297 +"301451",65719,69610 +"301452",65719,76696 +"301453",65719,111927 +"301454",65720,65741 +"301455",65721,75087 +"301456",65721,79641 +"301457",65721,90566 +"301458",65721,111274 +"301459",65721,111275 +"301460",65721,111517 +"301461",65721,112107 +"301462",65722,67913 +"301463",65722,71697 +"301464",65722,71732 +"301465",65723,68460 +"301466",65723,68862 +"301467",65723,80061 +"301468",65723,91869 +"301469",65723,93317 +"301470",65723,101423 +"301471",65723,108821 +"301472",65725,76843 +"301473",65725,80948 +"301474",65725,81422 +"301475",65725,85433 +"301476",65725,101381 +"301477",65725,104735 +"301478",65725,110336 +"301479",65726,71955 +"301480",65726,74108 +"301481",65726,80925 +"301482",65726,83473 +"301483",65727,65758 +"301484",65727,96784 +"301485",65733,66287 +"301486",65733,67047 +"301487",65734,91128 +"301488",65734,99164 +"301489",65734,101811 +"301490",65735,113845 +"301491",65737,66120 +"301492",65737,66135 +"301493",65738,67539 +"301494",65738,67545 +"301495",65739,66299 +"301496",65739,75592 +"301497",65740,65781 +"301498",65740,66131 +"301499",65740,100885 +"301500",65740,100897 +"301501",65742,115171 +"301502",65743,93135 +"301503",65743,106580 +"301504",65743,107167 +"301505",65743,110413 +"301506",65743,110452 +"301507",65743,115097 +"301508",65743,116824 +"301509",65743,119257 +"301510",65743,121484 +"301511",65743,121488 +"301512",65744,86084 +"301513",65744,95494 +"301514",65744,116573 +"301515",65745,118179 +"301516",65746,110994 +"301517",65746,120929 +"301518",65746,120967 +"301519",65747,83287 +"301520",65748,88966 +"301521",65750,69587 +"301522",65750,71222 +"301523",65750,71319 +"301524",65750,71826 +"301525",65750,73369 +"301526",65751,66958 +"301527",65751,67339 +"301528",65751,72778 +"301529",65751,76928 +"301530",65751,76956 +"301531",65751,96823 +"301532",65751,97954 +"301533",65751,97955 +"301534",65751,97972 +"301535",65751,97973 +"301536",65751,97981 +"301537",65751,97987 +"301538",65751,97994 +"301539",65751,97998 +"301540",65751,97999 +"301541",65751,98008 +"301542",65752,72449 +"301543",65752,82523 +"301544",65752,82893 +"301545",65752,89701 +"301546",65752,115057 +"301547",65753,66137 +"301548",65753,112929 +"301549",65753,112967 +"301550",65755,65756 +"301551",65755,65757 +"301552",65756,65757 +"301553",65756,100343 +"301554",65759,77029 +"301555",65759,78096 +"301556",65760,65830 +"301557",65760,72148 +"301558",65761,66750 +"301559",65761,76682 +"301560",65761,90789 +"301561",65761,98056 +"301562",65761,119824 +"301563",65763,91779 +"301564",65764,78345 +"301565",65764,90511 +"301566",65766,74264 +"301567",65767,65824 +"301568",65767,65895 +"301569",65769,65814 +"301570",65770,66304 +"301571",65771,68742 +"301572",65771,106454 +"301573",65773,66324 +"301574",65773,70324 +"301575",65773,70330 +"301576",65773,70331 +"301577",65774,86113 +"301578",65774,106144 +"301579",65775,81991 +"301580",65776,66261 +"301581",65777,98576 +"301582",65777,98711 +"301583",65777,98712 +"301584",65779,65808 +"301585",65780,65812 +"301586",65780,120236 +"301587",65781,115261 +"301588",65782,65811 +"301589",65782,65846 +"301590",65782,68781 +"301591",65783,65816 +"301592",65783,65825 +"301593",65783,66136 +"301594",65784,89191 +"301595",65784,93258 +"301596",65784,99614 +"301597",65784,109785 +"301598",65785,70505 +"301599",65785,74695 +"301600",65785,74722 +"301601",65785,74733 +"301602",65785,74734 +"301603",65785,74807 +"301604",65785,74808 +"301605",65786,83796 +"301606",65786,91551 +"301607",65786,95560 +"301608",65786,123356 +"301609",65791,69340 +"301610",65791,75263 +"301611",65791,80329 +"301612",65791,91632 +"301613",65792,69074 +"301614",65792,78868 +"301615",65792,81428 +"301616",65792,82852 +"301617",65793,67434 +"301618",65793,76364 +"301619",65793,77585 +"301620",65793,79766 +"301621",65793,80471 +"301622",65793,90441 +"301623",65795,66199 +"301624",65795,68424 +"301625",65795,68480 +"301626",65795,69435 +"301627",65795,69449 +"301628",65798,65837 +"301629",65798,66571 +"301630",65798,68769 +"301631",65798,69133 +"301632",65800,67564 +"301633",65800,68959 +"301634",65800,69362 +"301635",65800,71693 +"301636",65800,76590 +"301637",65800,86600 +"301638",65800,88782 +"301639",65800,92517 +"301640",65800,93531 +"301641",65800,95993 +"301642",65800,100140 +"301643",65800,102004 +"301644",65800,105198 +"301645",65800,108568 +"301646",65800,110250 +"301647",65800,122588 +"301648",65800,122819 +"301649",65800,122852 +"301650",65800,122861 +"301651",65800,122863 +"301652",65800,122864 +"301653",65801,70469 +"301654",65802,69377 +"301655",65802,104348 +"301656",65803,66132 +"301657",65803,75226 +"301658",65803,95964 +"301659",65804,69278 +"301660",65804,70367 +"301661",65804,80836 +"301662",65804,107469 +"301663",65805,102399 +"301664",65810,89770 +"301665",65810,89803 +"301666",65811,65846 +"301667",65812,82093 +"301668",65812,83118 +"301669",65813,70371 +"301670",65815,84554 +"301671",65815,87570 +"301672",65815,114060 +"301673",65816,65825 +"301674",65816,66136 +"301675",65817,81817 +"301676",65817,90319 +"301677",65817,94202 +"301678",65817,102673 +"301679",65817,115178 +"301680",65818,68355 +"301681",65818,71190 +"301682",65818,73261 +"301683",65821,65842 +"301684",65821,108072 +"301685",65823,72177 +"301686",65824,65895 +"301687",65824,91906 +"301688",65824,95491 +"301689",65825,66136 +"301690",65826,94665 +"301691",65828,65956 +"301692",65830,83253 +"301693",65830,88773 +"301694",65830,93632 +"301695",65830,101012 +"301696",65833,73799 +"301697",65833,76000 +"301698",65834,86073 +"301699",65835,93039 +"301700",65835,102351 +"301701",65835,109527 +"301702",65838,69493 +"301703",65838,80194 +"301704",65838,98926 +"301705",65840,81684 +"301706",65840,87569 +"301707",65840,88883 +"301708",65840,90269 +"301709",65840,90280 +"301710",65840,105158 +"301711",65840,109317 +"301712",65840,119764 +"301713",65841,69517 +"301714",65841,76505 +"301715",65841,110696 +"301716",65841,110741 +"301717",65841,110787 +"301718",65841,112033 +"301719",65841,112041 +"301720",65841,112042 +"301721",65841,118425 +"301722",65842,65906 +"301723",65842,66080 +"301724",65842,75259 +"301725",65842,75260 +"301726",65842,75264 +"301727",65842,75268 +"301728",65842,75269 +"301729",65843,69361 +"301730",65843,69429 +"301731",65844,77362 +"301732",65844,102746 +"301733",65844,117333 +"301734",65846,70570 +"301735",65846,71314 +"301736",65847,65916 +"301737",65847,66140 +"301738",65851,81069 +"301739",65852,65874 +"301740",65852,65875 +"301741",65852,65889 +"301742",65852,65897 +"301743",65852,65908 +"301744",65852,66279 +"301745",65852,101083 +"301746",65853,67526 +"301747",65853,72115 +"301748",65853,72286 +"301749",65853,74849 +"301750",65853,75000 +"301751",65853,75262 +"301752",65854,78012 +"301753",65854,106080 +"301754",65855,104919 +"301755",65855,116594 +"301756",65855,120815 +"301757",65856,68345 +"301758",65857,67013 +"301759",65857,80518 +"301760",65857,94700 +"301761",65858,72418 +"301762",65860,66397 +"301763",65860,82089 +"301764",65860,94834 +"301765",65863,76286 +"301766",65863,81424 +"301767",65863,88879 +"301768",65863,91047 +"301769",65866,73138 +"301770",65867,65872 +"301771",65867,65888 +"301772",65867,65899 +"301773",65867,65901 +"301774",65867,65914 +"301775",65868,91905 +"301776",65870,66323 +"301777",65871,65919 +"301778",65871,72913 +"301779",65871,72914 +"301780",65871,72931 +"301781",65871,72945 +"301782",65871,72981 +"301783",65872,65888 +"301784",65872,65899 +"301785",65872,65901 +"301786",65872,65914 +"301787",65872,75527 +"301788",65874,65875 +"301789",65874,65889 +"301790",65874,65897 +"301791",65874,65908 +"301792",65874,66279 +"301793",65875,65889 +"301794",65875,65897 +"301795",65875,65908 +"301796",65875,66279 +"301797",65880,82107 +"301798",65880,90697 +"301799",65881,65918 +"301800",65882,84705 +"301801",65882,86444 +"301802",65883,66278 +"301803",65884,69086 +"301804",65886,71499 +"301805",65888,65899 +"301806",65888,65901 +"301807",65888,65914 +"301808",65889,65897 +"301809",65889,65908 +"301810",65889,66279 +"301811",65891,66641 +"301812",65891,66764 +"301813",65892,86905 +"301814",65892,91975 +"301815",65892,94060 +"301816",65892,100219 +"301817",65893,117058 +"301818",65894,66293 +"301819",65894,66342 +"301820",65896,65911 +"301821",65896,67005 +"301822",65896,67948 +"301823",65897,65908 +"301824",65897,66279 +"301825",65898,70889 +"301826",65898,79231 +"301827",65898,82391 +"301828",65898,84138 +"301829",65898,86131 +"301830",65898,106968 +"301831",65898,109510 +"301832",65898,110599 +"301833",65899,65901 +"301834",65899,65914 +"301835",65901,65914 +"301836",65902,73323 +"301837",65904,66823 +"301838",65904,68444 +"301839",65904,80772 +"301840",65906,66080 +"301841",65906,75259 +"301842",65906,75260 +"301843",65906,75264 +"301844",65906,75268 +"301845",65906,75269 +"301846",65907,76325 +"301847",65908,66279 +"301848",65911,67005 +"301849",65911,67948 +"301850",65911,90798 +"301851",65911,91115 +"301852",65911,102554 +"301853",65913,80873 +"301854",65915,102795 +"301855",65915,120959 +"301856",65916,66140 +"301857",65916,66174 +"301858",65916,70936 +"301859",65917,87117 +"301860",65917,113353 +"301861",65920,93870 +"301862",65920,118984 +"301863",65921,70905 +"301864",65922,65959 +"301865",65924,69066 +"301866",65925,99232 +"301867",65926,80663 +"301868",65926,94030 +"301869",65930,89890 +"301870",65930,99985 +"301871",65935,71467 +"301872",65935,72757 +"301873",65935,74548 +"301874",65935,80028 +"301875",65935,80134 +"301876",65935,96472 +"301877",65935,97365 +"301878",65937,65975 +"301879",65937,65989 +"301880",65938,68901 +"301881",65938,69646 +"301882",65938,76370 +"301883",65938,78842 +"301884",65938,89650 +"301885",65938,93632 +"301886",65938,108432 +"301887",65939,117090 +"301888",65939,118141 +"301889",65940,100129 +"301890",65941,66643 +"301891",65941,66704 +"301892",65941,72376 +"301893",65941,76283 +"301894",65942,122953 +"301895",65943,65966 +"301896",65943,65987 +"301897",65943,70337 +"301898",65944,67686 +"301899",65944,95992 +"301900",65945,65985 +"301901",65946,65984 +"301902",65947,66280 +"301903",65947,66687 +"301904",65947,76284 +"301905",65947,86029 +"301906",65947,115765 +"301907",65951,65952 +"301908",65951,74863 +"301909",65951,76584 +"301910",65951,85429 +"301911",65951,90925 +"301912",65951,91278 +"301913",65951,91695 +"301914",65952,77101 +"301915",65952,78493 +"301916",65952,81239 +"301917",65952,86279 +"301918",65952,87166 +"301919",65952,87198 +"301920",65952,88583 +"301921",65952,91695 +"301922",65952,92580 +"301923",65952,92785 +"301924",65952,93969 +"301925",65952,94569 +"301926",65952,94737 +"301927",65952,99974 +"301928",65952,100239 +"301929",65952,100360 +"301930",65952,110926 +"301931",65952,112240 +"301932",65952,113002 +"301933",65952,113189 +"301934",65952,116423 +"301935",65952,116430 +"301936",65952,118396 +"301937",65953,97170 +"301938",65953,112483 +"301939",65958,65977 +"301940",65960,65974 +"301941",65960,66000 +"301942",65961,81586 +"301943",65961,121523 +"301944",65962,77440 +"301945",65964,73071 +"301946",65964,100184 +"301947",65964,121241 +"301948",65966,65987 +"301949",65966,70337 +"301950",65966,82688 +"301951",65966,82725 +"301952",65966,82752 +"301953",65967,68551 +"301954",65967,100144 +"301955",65968,96508 +"301956",65969,80402 +"301957",65970,66074 +"301958",65970,66236 +"301959",65970,78617 +"301960",65970,88956 +"301961",65970,88957 +"301962",65970,88958 +"301963",65971,65981 +"301964",65972,77977 +"301965",65972,79082 +"301966",65972,90966 +"301967",65972,103193 +"301968",65972,105752 +"301969",65972,120104 +"301970",65974,66000 +"301971",65975,65989 +"301972",65979,73672 +"301973",65982,103056 +"301974",65986,66009 +"301975",65986,122413 +"301976",65987,70337 +"301977",65988,65997 +"301978",65989,71557 +"301979",65989,71791 +"301980",65989,71800 +"301981",65989,71801 +"301982",65992,78952 +"301983",65994,93052 +"301984",65994,100211 +"301985",65994,101748 +"301986",65994,116393 +"301987",65995,74465 +"301988",65998,66416 +"301989",65998,101461 +"301990",65998,118146 +"301991",65998,120677 +"301992",65998,120727 +"301993",65999,68475 +"301994",66003,70915 +"301995",66003,73039 +"301996",66003,74004 +"301997",66004,88490 +"301998",66004,92246 +"301999",66004,99553 +"302000",66004,100523 +"302001",66004,101076 +"302002",66004,122674 +"302003",66005,104591 +"302004",66006,75467 +"302005",66006,91769 +"302006",66007,66008 +"302007",66007,74235 +"302008",66007,86911 +"302009",66009,67485 +"302010",66009,79553 +"302011",66009,79556 +"302012",66009,79591 +"302013",66012,66068 +"302014",66013,67460 +"302015",66013,69921 +"302016",66014,70068 +"302017",66014,72488 +"302018",66014,81759 +"302019",66014,82287 +"302020",66015,66632 +"302021",66015,89325 +"302022",66015,92978 +"302023",66015,101021 +"302024",66015,111861 +"302025",66017,97706 +"302026",66017,99473 +"302027",66017,108797 +"302028",66017,111231 +"302029",66019,112220 +"302030",66020,72883 +"302031",66021,87935 +"302032",66021,110723 +"302033",66021,110738 +"302034",66022,85573 +"302035",66022,118453 +"302036",66022,120658 +"302037",66023,72674 +"302038",66026,73483 +"302039",66026,102053 +"302040",66026,107993 +"302041",66027,66028 +"302042",66027,69613 +"302043",66027,69733 +"302044",66027,74159 +"302045",66027,77116 +"302046",66027,79849 +"302047",66027,103074 +"302048",66027,103078 +"302049",66027,103099 +"302050",66027,121021 +"302051",66029,74274 +"302052",66029,74276 +"302053",66030,100446 +"302054",66030,100453 +"302055",66030,100454 +"302056",66031,66386 +"302057",66031,77423 +"302058",66031,87840 +"302059",66033,66038 +"302060",66035,66036 +"302061",66035,90307 +"302062",66039,66071 +"302063",66039,90846 +"302064",66039,99555 +"302065",66039,113559 +"302066",66039,115759 +"302067",66039,121929 +"302068",66040,66054 +"302069",66045,82724 +"302070",66047,66069 +"302071",66049,99947 +"302072",66050,68143 +"302073",66051,89852 +"302074",66051,101695 +"302075",66051,113287 +"302076",66052,77836 +"302077",66052,83763 +"302078",66052,89479 +"302079",66052,92820 +"302080",66052,98593 +"302081",66053,73874 +"302082",66055,70778 +"302083",66055,72060 +"302084",66055,80938 +"302085",66055,80939 +"302086",66055,80940 +"302087",66055,80941 +"302088",66055,80949 +"302089",66055,80955 +"302090",66055,80956 +"302091",66055,80957 +"302092",66055,80985 +"302093",66055,80989 +"302094",66055,81007 +"302095",66055,81022 +"302096",66055,81026 +"302097",66055,81036 +"302098",66055,81037 +"302099",66055,81038 +"302100",66055,81139 +"302101",66056,97138 +"302102",66057,75021 +"302103",66057,108068 +"302104",66057,120685 +"302105",66058,115553 +"302106",66059,66224 +"302107",66060,77217 +"302108",66060,77686 +"302109",66061,73211 +"302110",66062,73384 +"302111",66062,95308 +"302112",66062,104656 +"302113",66063,119089 +"302114",66064,70988 +"302115",66064,79593 +"302116",66066,85138 +"302117",66066,86801 +"302118",66066,86804 +"302119",66067,66082 +"302120",66067,86067 +"302121",66069,77927 +"302122",66069,77928 +"302123",66069,77932 +"302124",66072,93310 +"302125",66074,66236 +"302126",66076,68855 +"302127",66076,82486 +"302128",66076,87595 +"302129",66076,119488 +"302130",66080,75259 +"302131",66080,75260 +"302132",66080,75264 +"302133",66080,75268 +"302134",66080,75269 +"302135",66081,84622 +"302136",66081,97748 +"302137",66081,116712 +"302138",66082,86067 +"302139",66083,74366 +"302140",66084,66400 +"302141",66084,79534 +"302142",66084,83738 +"302143",66084,91591 +"302144",66084,95610 +"302145",66084,96472 +"302146",66084,115019 +"302147",66088,105038 +"302148",66088,107330 +"302149",66089,113552 +"302150",66090,81284 +"302151",66091,90960 +"302152",66091,95262 +"302153",66091,111008 +"302154",66091,111010 +"302155",66091,111011 +"302156",66092,89901 +"302157",66092,91081 +"302158",66092,91105 +"302159",66092,93658 +"302160",66093,66114 +"302161",66094,66165 +"302162",66094,66166 +"302163",66094,66167 +"302164",66094,66401 +"302165",66094,66512 +"302166",66094,66820 +"302167",66094,68060 +"302168",66094,73274 +"302169",66095,66100 +"302170",66096,67990 +"302171",66096,70904 +"302172",66097,73927 +"302173",66097,74028 +"302174",66097,93305 +"302175",66098,67348 +"302176",66098,85490 +"302177",66098,87328 +"302178",66100,68904 +"302179",66100,101914 +"302180",66103,66105 +"302181",66104,66158 +"302182",66104,66185 +"302183",66104,67655 +"302184",66106,66329 +"302185",66107,75374 +"302186",66107,84712 +"302187",66108,66109 +"302188",66108,66134 +"302189",66108,66154 +"302190",66108,71221 +"302191",66108,71334 +"302192",66108,75606 +"302193",66108,75638 +"302194",66109,66134 +"302195",66109,66154 +"302196",66110,66116 +"302197",66110,66119 +"302198",66110,68527 +"302199",66110,74863 +"302200",66110,85429 +"302201",66110,86279 +"302202",66110,97440 +"302203",66110,100239 +"302204",66110,113367 +"302205",66110,113370 +"302206",66110,114946 +"302207",66113,97035 +"302208",66115,89887 +"302209",66115,93819 +"302210",66115,97674 +"302211",66115,101087 +"302212",66115,104662 +"302213",66115,104711 +"302214",66115,106576 +"302215",66115,108577 +"302216",66115,108836 +"302217",66115,118685 +"302218",66115,118744 +"302219",66116,66119 +"302220",66116,81810 +"302221",66118,79123 +"302222",66118,104300 +"302223",66118,107644 +"302224",66120,66135 +"302225",66121,103860 +"302226",66121,114693 +"302227",66122,72920 +"302228",66123,67824 +"302229",66123,70134 +"302230",66123,70135 +"302231",66123,70136 +"302232",66124,72529 +"302233",66125,115804 +"302234",66125,115827 +"302235",66127,67468 +"302236",66127,85097 +"302237",66128,68476 +"302238",66128,95859 +"302239",66129,72129 +"302240",66130,97626 +"302241",66131,79217 +"302242",66131,80522 +"302243",66131,80528 +"302244",66131,80564 +"302245",66131,80842 +"302246",66133,90367 +"302247",66133,109999 +"302248",66134,66154 +"302249",66135,71553 +"302250",66135,71619 +"302251",66135,71620 +"302252",66136,78391 +"302253",66136,112532 +"302254",66137,78440 +"302255",66138,83071 +"302256",66138,87017 +"302257",66140,66174 +"302258",66142,66193 +"302259",66142,66296 +"302260",66143,85531 +"302261",66143,117760 +"302262",66143,119470 +"302263",66144,66181 +"302264",66145,67503 +"302265",66145,67721 +"302266",66145,68816 +"302267",66145,68909 +"302268",66145,68938 +"302269",66145,69332 +"302270",66145,69681 +"302271",66145,70610 +"302272",66145,70611 +"302273",66145,70725 +"302274",66145,71211 +"302275",66145,71505 +"302276",66145,71887 +"302277",66146,87372 +"302278",66146,87383 +"302279",66146,87394 +"302280",66146,87405 +"302281",66148,66149 +"302282",66148,66150 +"302283",66149,66150 +"302284",66150,70889 +"302285",66150,70890 +"302286",66150,70908 +"302287",66150,70952 +"302288",66150,70962 +"302289",66150,70970 +"302290",66150,71098 +"302291",66151,67520 +"302292",66151,84204 +"302293",66151,107866 +"302294",66151,111928 +"302295",66153,73205 +"302296",66155,87186 +"302297",66155,116053 +"302298",66157,117212 +"302299",66157,123103 +"302300",66158,66185 +"302301",66158,91158 +"302302",66158,101103 +"302303",66159,70166 +"302304",66160,114595 +"302305",66163,76310 +"302306",66163,90673 +"302307",66164,103975 +"302308",66165,66166 +"302309",66165,66167 +"302310",66165,66401 +"302311",66166,66167 +"302312",66168,97303 +"302313",66168,106263 +"302314",66168,121859 +"302315",66170,123078 +"302316",66171,67117 +"302317",66171,71266 +"302318",66171,71294 +"302319",66171,71343 +"302320",66172,71694 +"302321",66174,70936 +"302322",66174,74951 +"302323",66175,111692 +"302324",66176,79968 +"302325",66176,83813 +"302326",66176,83826 +"302327",66178,68621 +"302328",66180,75951 +"302329",66180,81062 +"302330",66180,87141 +"302331",66181,98578 +"302332",66181,121063 +"302333",66182,70885 +"302334",66183,76687 +"302335",66183,81279 +"302336",66183,86374 +"302337",66183,90002 +"302338",66183,94612 +"302339",66183,97347 +"302340",66183,97606 +"302341",66183,97680 +"302342",66183,97700 +"302343",66183,97701 +"302344",66184,67693 +"302345",66187,74793 +"302346",66189,103374 +"302347",66189,105905 +"302348",66190,74874 +"302349",66191,94853 +"302350",66191,117299 +"302351",66191,117300 +"302352",66192,103059 +"302353",66193,66296 +"302354",66194,88787 +"302355",66195,66220 +"302356",66197,66900 +"302357",66197,84960 +"302358",66197,103322 +"302359",66198,66205 +"302360",66200,68278 +"302361",66200,114274 +"302362",66200,115148 +"302363",66201,68529 +"302364",66203,66253 +"302365",66204,70845 +"302366",66205,70210 +"302367",66206,87563 +"302368",66206,97748 +"302369",66208,111091 +"302370",66209,73141 +"302371",66209,74650 +"302372",66209,76460 +"302373",66209,76461 +"302374",66209,76462 +"302375",66209,76473 +"302376",66209,76567 +"302377",66209,81303 +"302378",66209,90525 +"302379",66209,97704 +"302380",66209,102698 +"302381",66209,102708 +"302382",66209,108170 +"302383",66209,108173 +"302384",66210,88633 +"302385",66212,81838 +"302386",66212,88126 +"302387",66213,106269 +"302388",66213,117891 +"302389",66213,122626 +"302390",66213,122639 +"302391",66214,78782 +"302392",66214,89565 +"302393",66214,112689 +"302394",66214,117843 +"302395",66216,69100 +"302396",66216,73203 +"302397",66217,72567 +"302398",66217,79952 +"302399",66219,66231 +"302400",66222,66223 +"302401",66222,66263 +"302402",66222,66312 +"302403",66222,66353 +"302404",66223,66263 +"302405",66223,66312 +"302406",66223,66353 +"302407",66224,68723 +"302408",66224,71719 +"302409",66225,99254 +"302410",66225,100992 +"302411",66225,113826 +"302412",66228,71779 +"302413",66228,79636 +"302414",66228,89375 +"302415",66228,92716 +"302416",66228,92748 +"302417",66228,94802 +"302418",66229,82254 +"302419",66233,88567 +"302420",66234,83440 +"302421",66234,87558 +"302422",66235,85911 +"302423",66235,91235 +"302424",66237,75525 +"302425",66239,77736 +"302426",66240,74639 +"302427",66241,92430 +"302428",66241,98990 +"302429",66241,101620 +"302430",66241,103320 +"302431",66241,121565 +"302432",66245,71628 +"302433",66245,71640 +"302434",66245,75721 +"302435",66246,69535 +"302436",66246,69553 +"302437",66246,92066 +"302438",66246,106567 +"302439",66246,114845 +"302440",66246,116961 +"302441",66247,86697 +"302442",66248,84191 +"302443",66249,82330 +"302444",66252,78061 +"302445",66252,91635 +"302446",66252,94363 +"302447",66252,99569 +"302448",66252,110198 +"302449",66254,110542 +"302450",66256,82980 +"302451",66258,121237 +"302452",66258,121272 +"302453",66258,121282 +"302454",66260,119739 +"302455",66261,68457 +"302456",66261,69198 +"302457",66261,77565 +"302458",66261,78974 +"302459",66261,86023 +"302460",66261,87813 +"302461",66261,88773 +"302462",66261,90993 +"302463",66261,90994 +"302464",66261,92417 +"302465",66261,100319 +"302466",66261,101250 +"302467",66261,101462 +"302468",66261,109885 +"302469",66261,110742 +"302470",66261,112606 +"302471",66261,116142 +"302472",66261,116150 +"302473",66261,116151 +"302474",66261,116152 +"302475",66261,116155 +"302476",66261,116159 +"302477",66261,116163 +"302478",66261,116165 +"302479",66261,116166 +"302480",66261,116171 +"302481",66261,116677 +"302482",66261,116678 +"302483",66263,66312 +"302484",66263,66353 +"302485",66264,66281 +"302486",66265,82476 +"302487",66267,70453 +"302488",66267,73161 +"302489",66267,92106 +"302490",66267,100586 +"302491",66268,76072 +"302492",66268,87615 +"302493",66270,96296 +"302494",66271,66326 +"302495",66272,66274 +"302496",66273,66330 +"302497",66275,98269 +"302498",66275,108762 +"302499",66275,110595 +"302500",66275,122698 +"302501",66277,69030 +"302502",66277,86065 +"302503",66278,78332 +"302504",66278,97354 +"302505",66280,68801 +"302506",66280,71342 +"302507",66280,72956 +"302508",66280,76284 +"302509",66280,84720 +"302510",66280,87019 +"302511",66282,66357 +"302512",66284,112958 +"302513",66284,122733 +"302514",66286,70498 +"302515",66286,74472 +"302516",66286,76921 +"302517",66286,80578 +"302518",66286,83352 +"302519",66286,85119 +"302520",66286,90677 +"302521",66286,99510 +"302522",66286,100998 +"302523",66286,101212 +"302524",66286,106567 +"302525",66286,107844 +"302526",66286,109259 +"302527",66286,114104 +"302528",66286,117073 +"302529",66286,118636 +"302530",66286,120140 +"302531",66286,122429 +"302532",66286,122435 +"302533",66287,68234 +"302534",66287,73945 +"302535",66287,78282 +"302536",66287,103542 +"302537",66288,66821 +"302538",66291,66332 +"302539",66292,83507 +"302540",66292,99118 +"302541",66292,99119 +"302542",66292,99272 +"302543",66293,66342 +"302544",66294,85509 +"302545",66294,106504 +"302546",66295,66301 +"302547",66298,68271 +"302548",66299,75592 +"302549",66300,77242 +"302550",66302,88722 +"302551",66302,89003 +"302552",66304,109468 +"302553",66304,109475 +"302554",66304,109497 +"302555",66306,84153 +"302556",66309,73674 +"302557",66309,77610 +"302558",66309,92903 +"302559",66310,75408 +"302560",66310,82600 +"302561",66310,95545 +"302562",66310,104550 +"302563",66310,111549 +"302564",66311,114795 +"302565",66312,66353 +"302566",66313,69868 +"302567",66313,89060 +"302568",66313,94917 +"302569",66313,122977 +"302570",66315,74112 +"302571",66315,99070 +"302572",66315,99904 +"302573",66316,66336 +"302574",66318,101112 +"302575",66320,96971 +"302576",66321,71766 +"302577",66322,67327 +"302578",66322,70854 +"302579",66322,71683 +"302580",66322,72568 +"302581",66322,72628 +"302582",66322,73767 +"302583",66322,78532 +"302584",66322,81609 +"302585",66322,85885 +"302586",66322,91255 +"302587",66322,92247 +"302588",66322,92352 +"302589",66322,92362 +"302590",66322,92929 +"302591",66322,93719 +"302592",66322,94906 +"302593",66322,94946 +"302594",66322,95889 +"302595",66322,96093 +"302596",66322,97988 +"302597",66322,99309 +"302598",66322,99376 +"302599",66322,99450 +"302600",66322,99471 +"302601",66322,99474 +"302602",66322,99688 +"302603",66322,100916 +"302604",66322,100944 +"302605",66322,101126 +"302606",66322,101329 +"302607",66322,105557 +"302608",66322,107199 +"302609",66322,108743 +"302610",66322,108980 +"302611",66322,109291 +"302612",66322,109933 +"302613",66322,110483 +"302614",66322,110567 +"302615",66322,110572 +"302616",66322,110630 +"302617",66322,110648 +"302618",66322,110711 +"302619",66322,110770 +"302620",66322,110869 +"302621",66322,110911 +"302622",66322,111285 +"302623",66322,111314 +"302624",66322,111362 +"302625",66322,111372 +"302626",66322,111424 +"302627",66322,111433 +"302628",66322,112422 +"302629",66322,113269 +"302630",66322,113430 +"302631",66322,114242 +"302632",66322,114842 +"302633",66322,115427 +"302634",66322,115521 +"302635",66322,115711 +"302636",66323,67499 +"302637",66323,73015 +"302638",66323,83444 +"302639",66323,99949 +"302640",66323,100486 +"302641",66323,101914 +"302642",66323,103631 +"302643",66323,103723 +"302644",66323,103732 +"302645",66323,103759 +"302646",66323,103773 +"302647",66323,110493 +"302648",66323,116552 +"302649",66324,70324 +"302650",66324,70330 +"302651",66324,70331 +"302652",66324,72210 +"302653",66325,115232 +"302654",66326,90420 +"302655",66326,91624 +"302656",66326,111294 +"302657",66327,78270 +"302658",66329,71669 +"302659",66329,74463 +"302660",66330,67491 +"302661",66333,69697 +"302662",66333,72360 +"302663",66333,72403 +"302664",66333,72563 +"302665",66333,73032 +"302666",66333,73059 +"302667",66334,72017 +"302668",66335,69641 +"302669",66335,71177 +"302670",66338,67132 +"302671",66339,89873 +"302672",66343,120699 +"302673",66344,66356 +"302674",66345,74669 +"302675",66346,72715 +"302676",66347,76245 +"302677",66347,109367 +"302678",66347,117128 +"302679",66349,66358 +"302680",66349,66359 +"302681",66349,66392 +"302682",66349,66423 +"302683",66350,88655 +"302684",66350,108177 +"302685",66351,66519 +"302686",66353,119924 +"302687",66354,74170 +"302688",66354,75212 +"302689",66354,75238 +"302690",66354,75247 +"302691",66358,66359 +"302692",66358,66392 +"302693",66358,66423 +"302694",66359,66392 +"302695",66359,66423 +"302696",66360,100040 +"302697",66360,101015 +"302698",66360,109417 +"302699",66360,110186 +"302700",66362,92347 +"302701",66362,117393 +"302702",66363,104131 +"302703",66365,72173 +"302704",66366,66367 +"302705",66366,66446 +"302706",66366,66488 +"302707",66366,66489 +"302708",66366,66493 +"302709",66367,66446 +"302710",66367,66488 +"302711",66367,66489 +"302712",66367,66493 +"302713",66368,66399 +"302714",66368,66407 +"302715",66368,68730 +"302716",66369,66798 +"302717",66369,69715 +"302718",66369,70233 +"302719",66369,71683 +"302720",66369,73295 +"302721",66369,76131 +"302722",66369,77166 +"302723",66369,83828 +"302724",66369,88869 +"302725",66369,89587 +"302726",66369,91194 +"302727",66369,91205 +"302728",66369,92035 +"302729",66369,92618 +"302730",66369,95748 +"302731",66369,98985 +"302732",66369,99542 +"302733",66369,103111 +"302734",66369,106042 +"302735",66369,107987 +"302736",66369,116498 +"302737",66369,117047 +"302738",66369,117072 +"302739",66369,117074 +"302740",66371,103288 +"302741",66373,78665 +"302742",66375,66448 +"302743",66375,66520 +"302744",66375,66615 +"302745",66375,99402 +"302746",66375,99439 +"302747",66376,82593 +"302748",66376,82848 +"302749",66376,90884 +"302750",66376,95740 +"302751",66376,115878 +"302752",66376,119799 +"302753",66376,119852 +"302754",66377,66482 +"302755",66377,79347 +"302756",66379,69956 +"302757",66379,70018 +"302758",66380,66382 +"302759",66382,70867 +"302760",66382,72089 +"302761",66382,75311 +"302762",66383,68908 +"302763",66383,69058 +"302764",66383,69076 +"302765",66383,110421 +"302766",66384,66629 +"302767",66384,105866 +"302768",66387,79144 +"302769",66387,88332 +"302770",66389,68429 +"302771",66390,97764 +"302772",66390,121787 +"302773",66392,66423 +"302774",66392,89123 +"302775",66394,78443 +"302776",66394,92183 +"302777",66396,117968 +"302778",66396,121374 +"302779",66397,82089 +"302780",66397,82771 +"302781",66397,85545 +"302782",66397,88140 +"302783",66397,94834 +"302784",66397,98385 +"302785",66398,100026 +"302786",66398,100045 +"302787",66398,100057 +"302788",66398,110038 +"302789",66398,112158 +"302790",66399,66407 +"302791",66402,82532 +"302792",66403,85563 +"302793",66404,69413 +"302794",66405,66414 +"302795",66406,92988 +"302796",66406,115884 +"302797",66408,73773 +"302798",66411,110000 +"302799",66412,83100 +"302800",66412,88643 +"302801",66412,113108 +"302802",66413,74628 +"302803",66413,105063 +"302804",66413,114174 +"302805",66413,114178 +"302806",66415,83705 +"302807",66416,101461 +"302808",66416,118146 +"302809",66416,120677 +"302810",66416,120727 +"302811",66417,69720 +"302812",66417,76029 +"302813",66418,96502 +"302814",66418,102768 +"302815",66419,112897 +"302816",66420,89021 +"302817",66420,112052 +"302818",66422,70515 +"302819",66422,110034 +"302820",66423,72752 +"302821",66423,82119 +"302822",66424,70023 +"302823",66425,80961 +"302824",66428,73258 +"302825",66428,73290 +"302826",66429,101677 +"302827",66430,111551 +"302828",66433,111409 +"302829",66434,71219 +"302830",66434,88879 +"302831",66435,67865 +"302832",66435,79169 +"302833",66435,97717 +"302834",66435,97777 +"302835",66435,97797 +"302836",66435,97808 +"302837",66435,97814 +"302838",66436,66478 +"302839",66436,66503 +"302840",66437,119271 +"302841",66437,121379 +"302842",66438,100623 +"302843",66439,66814 +"302844",66441,66473 +"302845",66442,81505 +"302846",66442,81534 +"302847",66442,86863 +"302848",66442,87008 +"302849",66443,66480 +"302850",66444,66462 +"302851",66444,66507 +"302852",66446,66488 +"302853",66446,66489 +"302854",66446,66493 +"302855",66448,66520 +"302856",66448,66615 +"302857",66449,88641 +"302858",66451,72411 +"302859",66451,99546 +"302860",66453,72265 +"302861",66453,83768 +"302862",66455,76125 +"302863",66455,82746 +"302864",66456,113102 +"302865",66457,90361 +"302866",66457,108428 +"302867",66461,84608 +"302868",66461,106682 +"302869",66462,66507 +"302870",66463,75151 +"302871",66464,66465 +"302872",66466,66531 +"302873",66466,114480 +"302874",66466,114531 +"302875",66467,66757 +"302876",66467,66979 +"302877",66468,71327 +"302878",66468,94423 +"302879",66469,91690 +"302880",66470,112415 +"302881",66471,66509 +"302882",66474,77173 +"302883",66474,77346 +"302884",66474,77396 +"302885",66474,77401 +"302886",66474,77407 +"302887",66474,77417 +"302888",66474,77418 +"302889",66474,77480 +"302890",66474,77532 +"302891",66475,91470 +"302892",66475,97461 +"302893",66476,104269 +"302894",66476,104480 +"302895",66476,120809 +"302896",66478,66503 +"302897",66478,80726 +"302898",66478,83985 +"302899",66479,66621 +"302900",66481,70054 +"302901",66481,109090 +"302902",66482,72015 +"302903",66482,75103 +"302904",66482,79246 +"302905",66482,81211 +"302906",66482,81368 +"302907",66482,81414 +"302908",66483,85447 +"302909",66483,89551 +"302910",66485,66497 +"302911",66485,66523 +"302912",66487,71658 +"302913",66487,91024 +"302914",66488,66489 +"302915",66488,66493 +"302916",66488,67355 +"302917",66488,67359 +"302918",66488,74402 +"302919",66488,74509 +"302920",66488,74522 +"302921",66488,74569 +"302922",66488,74604 +"302923",66488,75111 +"302924",66488,75166 +"302925",66489,66493 +"302926",66490,82327 +"302927",66496,66521 +"302928",66497,66523 +"302929",66498,70848 +"302930",66498,72306 +"302931",66498,93004 +"302932",66501,66522 +"302933",66501,97297 +"302934",66502,81282 +"302935",66502,121855 +"302936",66503,79394 +"302937",66504,91068 +"302938",66504,106027 +"302939",66507,71115 +"302940",66510,119955 +"302941",66511,77204 +"302942",66511,79518 +"302943",66511,103537 +"302944",66511,104834 +"302945",66511,104852 +"302946",66511,121884 +"302947",66512,68060 +"302948",66513,68193 +"302949",66515,66577 +"302950",66518,80946 +"302951",66520,66615 +"302952",66520,75493 +"302953",66520,89613 +"302954",66520,93535 +"302955",66520,108694 +"302956",66520,112540 +"302957",66523,71510 +"302958",66523,72065 +"302959",66523,72069 +"302960",66523,72070 +"302961",66523,72072 +"302962",66523,72077 +"302963",66523,72088 +"302964",66523,72102 +"302965",66523,72106 +"302966",66523,72107 +"302967",66525,66532 +"302968",66525,104901 +"302969",66525,116967 +"302970",66527,80505 +"302971",66527,86375 +"302972",66527,89918 +"302973",66528,67947 +"302974",66528,68167 +"302975",66528,72605 +"302976",66528,72636 +"302977",66528,72970 +"302978",66529,100505 +"302979",66529,104487 +"302980",66529,104488 +"302981",66529,110148 +"302982",66529,119990 +"302983",66530,66533 +"302984",66530,66599 +"302985",66531,72006 +"302986",66531,83479 +"302987",66531,83662 +"302988",66533,66599 +"302989",66534,73253 +"302990",66534,86098 +"302991",66534,89777 +"302992",66535,66581 +"302993",66537,94654 +"302994",66537,120862 +"302995",66537,123385 +"302996",66540,70170 +"302997",66540,76329 +"302998",66540,104602 +"302999",66542,66543 +"303000",66542,66608 +"303001",66543,66608 +"303002",66544,66593 +"303003",66544,92044 +"303004",66544,107274 +"303005",66545,74771 +"303006",66546,66588 +"303007",66547,67631 +"303008",66547,67847 +"303009",66547,67858 +"303010",66547,67870 +"303011",66547,67876 +"303012",66547,67877 +"303013",66548,66828 +"303014",66548,71566 +"303015",66548,118889 +"303016",66549,73619 +"303017",66549,73621 +"303018",66550,111437 +"303019",66550,111573 +"303020",66552,104014 +"303021",66554,66598 +"303022",66555,100225 +"303023",66555,118570 +"303024",66556,66875 +"303025",66557,87519 +"303026",66557,92419 +"303027",66558,84893 +"303028",66560,69000 +"303029",66560,69002 +"303030",66560,71757 +"303031",66560,83829 +"303032",66561,66688 +"303033",66561,117067 +"303034",66565,66580 +"303035",66565,71113 +"303036",66565,88012 +"303037",66565,98379 +"303038",66565,102047 +"303039",66565,107653 +"303040",66566,73844 +"303041",66566,91472 +"303042",66566,100074 +"303043",66566,102284 +"303044",66566,110683 +"303045",66566,121194 +"303046",66566,123322 +"303047",66567,85392 +"303048",66569,115333 +"303049",66569,115335 +"303050",66570,108357 +"303051",66571,68769 +"303052",66571,69133 +"303053",66573,101438 +"303054",66575,66595 +"303055",66576,69828 +"303056",66576,113677 +"303057",66583,74197 +"303058",66583,75675 +"303059",66583,82179 +"303060",66584,70145 +"303061",66585,112894 +"303062",66586,72527 +"303063",66586,72603 +"303064",66587,67547 +"303065",66587,72689 +"303066",66588,108321 +"303067",66588,108327 +"303068",66588,108331 +"303069",66588,111678 +"303070",66589,88970 +"303071",66590,97308 +"303072",66590,119077 +"303073",66591,83172 +"303074",66592,80729 +"303075",66592,89820 +"303076",66592,91687 +"303077",66592,99560 +"303078",66592,104261 +"303079",66595,82653 +"303080",66595,86443 +"303081",66595,96366 +"303082",66597,72491 +"303083",66597,72937 +"303084",66600,66651 +"303085",66600,74499 +"303086",66601,67860 +"303087",66601,80719 +"303088",66601,93865 +"303089",66602,66618 +"303090",66602,85775 +"303091",66602,117764 +"303092",66603,68005 +"303093",66604,109059 +"303094",66604,120576 +"303095",66604,120602 +"303096",66605,72152 +"303097",66606,66668 +"303098",66609,85553 +"303099",66609,87447 +"303100",66609,111858 +"303101",66609,117318 +"303102",66611,69899 +"303103",66612,91925 +"303104",66614,66798 +"303105",66614,66808 +"303106",66614,109416 +"303107",66616,67659 +"303108",66616,98912 +"303109",66617,67868 +"303110",66618,66620 +"303111",66618,85775 +"303112",66620,85629 +"303113",66620,93693 +"303114",66621,66628 +"303115",66622,86193 +"303116",66622,109828 +"303117",66622,110399 +"303118",66622,111947 +"303119",66623,66626 +"303120",66626,67563 +"303121",66626,71045 +"303122",66627,67598 +"303123",66627,89693 +"303124",66629,69355 +"303125",66629,69383 +"303126",66630,66817 +"303127",66630,72048 +"303128",66632,83468 +"303129",66632,89325 +"303130",66632,92978 +"303131",66632,101021 +"303132",66632,106821 +"303133",66632,111861 +"303134",66632,120569 +"303135",66632,120584 +"303136",66632,120585 +"303137",66632,120586 +"303138",66632,120604 +"303139",66632,120627 +"303140",66632,120628 +"303141",66632,120629 +"303142",66632,120630 +"303143",66632,120652 +"303144",66632,123420 +"303145",66632,123421 +"303146",66633,84351 +"303147",66633,89314 +"303148",66633,120780 +"303149",66634,83267 +"303150",66634,83298 +"303151",66635,74994 +"303152",66635,78810 +"303153",66635,92066 +"303154",66636,67927 +"303155",66636,71379 +"303156",66636,71898 +"303157",66636,74629 +"303158",66636,74663 +"303159",66637,66659 +"303160",66637,67596 +"303161",66637,72069 +"303162",66639,78145 +"303163",66639,78497 +"303164",66639,94194 +"303165",66641,66764 +"303166",66643,66704 +"303167",66644,90153 +"303168",66645,67685 +"303169",66645,83302 +"303170",66645,118758 +"303171",66647,68728 +"303172",66650,68499 +"303173",66650,68634 +"303174",66650,71161 +"303175",66652,69497 +"303176",66653,66678 +"303177",66653,111143 +"303178",66655,99921 +"303179",66658,93094 +"303180",66661,85259 +"303181",66661,90182 +"303182",66663,68697 +"303183",66663,90717 +"303184",66664,73305 +"303185",66664,90939 +"303186",66664,91905 +"303187",66664,101616 +"303188",66664,102705 +"303189",66664,107396 +"303190",66664,112765 +"303191",66664,112767 +"303192",66664,117402 +"303193",66665,69934 +"303194",66666,94913 +"303195",66671,66854 +"303196",66672,86458 +"303197",66673,70095 +"303198",66674,76466 +"303199",66674,91577 +"303200",66675,77511 +"303201",66677,78968 +"303202",66679,66876 +"303203",66680,88762 +"303204",66680,88845 +"303205",66681,85210 +"303206",66681,85221 +"303207",66681,85223 +"303208",66681,85235 +"303209",66681,85236 +"303210",66682,82656 +"303211",66682,94721 +"303212",66682,95542 +"303213",66682,97800 +"303214",66682,122663 +"303215",66683,88237 +"303216",66684,66851 +"303217",66685,68711 +"303218",66685,68754 +"303219",66686,75825 +"303220",66687,73055 +"303221",66687,73061 +"303222",66687,76284 +"303223",66687,91922 +"303224",66687,99593 +"303225",66689,73199 +"303226",66689,87044 +"303227",66689,104527 +"303228",66689,113449 +"303229",66690,69842 +"303230",66691,66694 +"303231",66691,78323 +"303232",66691,81599 +"303233",66691,94516 +"303234",66693,73706 +"303235",66693,82169 +"303236",66693,83523 +"303237",66693,84204 +"303238",66693,86319 +"303239",66693,87947 +"303240",66693,111305 +"303241",66693,119591 +"303242",66693,119651 +"303243",66695,75651 +"303244",66695,75652 +"303245",66695,78560 +"303246",66695,84887 +"303247",66696,73777 +"303248",66696,119843 +"303249",66697,122758 +"303250",66697,122762 +"303251",66698,82841 +"303252",66698,98992 +"303253",66703,84896 +"303254",66703,122621 +"303255",66705,66885 +"303256",66707,110990 +"303257",66708,76824 +"303258",66708,90626 +"303259",66708,110520 +"303260",66708,115455 +"303261",66709,92006 +"303262",66709,109341 +"303263",66712,91316 +"303264",66712,103483 +"303265",66713,70340 +"303266",66713,70341 +"303267",66714,92998 +"303268",66716,88138 +"303269",66717,71380 +"303270",66717,72535 +"303271",66717,81861 +"303272",66717,89645 +"303273",66717,91164 +"303274",66717,95721 +"303275",66717,96007 +"303276",66717,99435 +"303277",66718,68604 +"303278",66718,79149 +"303279",66718,106965 +"303280",66720,71393 +"303281",66722,90393 +"303282",66725,85436 +"303283",66725,95678 +"303284",66725,99099 +"303285",66725,116993 +"303286",66726,86514 +"303287",66726,105511 +"303288",66728,119658 +"303289",66729,74753 +"303290",66729,92033 +"303291",66729,92680 +"303292",66729,106339 +"303293",66730,79054 +"303294",66730,81674 +"303295",66731,80777 +"303296",66731,83733 +"303297",66731,94290 +"303298",66731,95595 +"303299",66731,95829 +"303300",66731,95836 +"303301",66733,66970 +"303302",66733,68701 +"303303",66733,70767 +"303304",66733,84616 +"303305",66733,87761 +"303306",66733,120273 +"303307",66733,120276 +"303308",66734,66754 +"303309",66734,66755 +"303310",66734,66767 +"303311",66735,67110 +"303312",66737,84121 +"303313",66737,87252 +"303314",66740,79656 +"303315",66740,88707 +"303316",66740,95074 +"303317",66740,104740 +"303318",66740,108392 +"303319",66741,98060 +"303320",66742,67749 +"303321",66743,80822 +"303322",66744,68569 +"303323",66744,70485 +"303324",66744,77871 +"303325",66744,78415 +"303326",66744,96513 +"303327",66744,99070 +"303328",66744,101967 +"303329",66744,104662 +"303330",66744,105207 +"303331",66744,106576 +"303332",66744,113473 +"303333",66744,120033 +"303334",66746,73687 +"303335",66747,99152 +"303336",66748,75740 +"303337",66748,116190 +"303338",66749,66961 +"303339",66750,69223 +"303340",66750,71059 +"303341",66750,76682 +"303342",66750,86553 +"303343",66750,90789 +"303344",66750,94987 +"303345",66750,98056 +"303346",66750,118430 +"303347",66750,119824 +"303348",66750,123225 +"303349",66750,123246 +"303350",66750,123251 +"303351",66750,123254 +"303352",66753,100126 +"303353",66754,66755 +"303354",66754,66767 +"303355",66755,66767 +"303356",66756,74126 +"303357",66756,85056 +"303358",66756,88684 +"303359",66756,100055 +"303360",66756,100655 +"303361",66756,104624 +"303362",66756,106153 +"303363",66756,106165 +"303364",66756,118546 +"303365",66757,66979 +"303366",66758,96850 +"303367",66759,77552 +"303368",66759,118088 +"303369",66759,120098 +"303370",66760,95288 +"303371",66760,107359 +"303372",66760,114050 +"303373",66763,72318 +"303374",66766,73092 +"303375",66767,105418 +"303376",66768,66809 +"303377",66768,67409 +"303378",66768,67415 +"303379",66768,67469 +"303380",66768,68108 +"303381",66769,66786 +"303382",66770,78325 +"303383",66770,82151 +"303384",66770,92926 +"303385",66771,68655 +"303386",66772,78903 +"303387",66772,86569 +"303388",66775,71475 +"303389",66775,73172 +"303390",66775,89790 +"303391",66775,91151 +"303392",66775,95868 +"303393",66775,108723 +"303394",66775,122024 +"303395",66775,122034 +"303396",66775,122038 +"303397",66776,95072 +"303398",66777,66796 +"303399",66777,66806 +"303400",66777,66816 +"303401",66779,96868 +"303402",66779,102599 +"303403",66779,104476 +"303404",66780,66831 +"303405",66780,66842 +"303406",66782,79484 +"303407",66782,94573 +"303408",66782,115157 +"303409",66784,66803 +"303410",66785,74252 +"303411",66785,96231 +"303412",66785,96239 +"303413",66787,107408 +"303414",66789,68678 +"303415",66790,66791 +"303416",66793,66839 +"303417",66794,66832 +"303418",66796,66806 +"303419",66796,66816 +"303420",66797,94757 +"303421",66798,66808 +"303422",66798,69715 +"303423",66798,77166 +"303424",66798,106042 +"303425",66798,117047 +"303426",66798,117072 +"303427",66798,117074 +"303428",66799,96922 +"303429",66800,75659 +"303430",66800,103499 +"303431",66801,95795 +"303432",66802,66807 +"303433",66802,90586 +"303434",66802,113683 +"303435",66805,68715 +"303436",66805,69887 +"303437",66805,83228 +"303438",66805,107997 +"303439",66805,110561 +"303440",66806,66816 +"303441",66811,91681 +"303442",66813,66844 +"303443",66815,114396 +"303444",66818,81012 +"303445",66819,86972 +"303446",66821,95141 +"303447",66823,66846 +"303448",66823,81019 +"303449",66823,82965 +"303450",66824,66825 +"303451",66824,69323 +"303452",66824,85640 +"303453",66825,83881 +"303454",66825,91425 +"303455",66827,72207 +"303456",66831,66842 +"303457",66833,73975 +"303458",66834,98098 +"303459",66834,98122 +"303460",66834,98124 +"303461",66835,66882 +"303462",66837,66883 +"303463",66837,67241 +"303464",66837,67398 +"303465",66837,67418 +"303466",66839,73682 +"303467",66839,82604 +"303468",66839,100556 +"303469",66840,95431 +"303470",66841,74532 +"303471",66842,71227 +"303472",66842,84164 +"303473",66842,106447 +"303474",66842,106470 +"303475",66842,106473 +"303476",66842,106483 +"303477",66843,93102 +"303478",66844,75681 +"303479",66846,81019 +"303480",66846,82965 +"303481",66848,66868 +"303482",66848,66910 +"303483",66848,66924 +"303484",66849,69439 +"303485",66850,66934 +"303486",66850,83490 +"303487",66852,66920 +"303488",66852,79359 +"303489",66852,81670 +"303490",66852,84098 +"303491",66852,84576 +"303492",66852,90852 +"303493",66852,93346 +"303494",66852,94257 +"303495",66852,94781 +"303496",66852,97634 +"303497",66852,101735 +"303498",66852,110890 +"303499",66854,67143 +"303500",66856,87173 +"303501",66856,113908 +"303502",66858,66859 +"303503",66860,66891 +"303504",66860,84256 +"303505",66860,95865 +"303506",66860,108697 +"303507",66860,115987 +"303508",66861,67923 +"303509",66861,77899 +"303510",66861,99534 +"303511",66862,73476 +"303512",66863,104986 +"303513",66864,75410 +"303514",66864,75437 +"303515",66865,69806 +"303516",66865,78468 +"303517",66865,115106 +"303518",66865,115238 +"303519",66866,88203 +"303520",66867,84789 +"303521",66867,89083 +"303522",66868,66910 +"303523",66868,66924 +"303524",66869,67861 +"303525",66869,74129 +"303526",66869,86561 +"303527",66869,89895 +"303528",66869,93121 +"303529",66870,117619 +"303530",66871,67558 +"303531",66872,66913 +"303532",66872,97913 +"303533",66875,73172 +"303534",66875,77852 +"303535",66877,80670 +"303536",66877,84167 +"303537",66879,79264 +"303538",66879,79408 +"303539",66879,83723 +"303540",66879,93327 +"303541",66880,81045 +"303542",66881,77413 +"303543",66881,108199 +"303544",66881,115761 +"303545",66881,115772 +"303546",66883,67241 +"303547",66883,67398 +"303548",66883,67855 +"303549",66883,70005 +"303550",66883,74295 +"303551",66884,66927 +"303552",66884,71854 +"303553",66884,73746 +"303554",66884,75291 +"303555",66886,66892 +"303556",66886,100502 +"303557",66887,87816 +"303558",66887,101187 +"303559",66890,90835 +"303560",66890,91318 +"303561",66891,67126 +"303562",66891,75946 +"303563",66891,83980 +"303564",66891,107190 +"303565",66891,107233 +"303566",66895,77545 +"303567",66900,91731 +"303568",66904,84750 +"303569",66904,87047 +"303570",66904,87079 +"303571",66904,90395 +"303572",66904,100368 +"303573",66906,100540 +"303574",66908,86594 +"303575",66909,72920 +"303576",66909,74904 +"303577",66909,78538 +"303578",66910,66924 +"303579",66911,77572 +"303580",66911,90990 +"303581",66911,93174 +"303582",66911,109549 +"303583",66911,110307 +"303584",66915,114226 +"303585",66916,72026 +"303586",66917,66949 +"303587",66917,66972 +"303588",66917,66973 +"303589",66921,71885 +"303590",66922,90497 +"303591",66922,95047 +"303592",66926,74895 +"303593",66926,74903 +"303594",66926,76511 +"303595",66927,71854 +"303596",66927,75291 +"303597",66928,72678 +"303598",66929,66935 +"303599",66929,66936 +"303600",66929,66937 +"303601",66929,66951 +"303602",66929,66952 +"303603",66929,66964 +"303604",66929,66965 +"303605",66929,66980 +"303606",66929,66989 +"303607",66931,73420 +"303608",66931,78283 +"303609",66931,78391 +"303610",66931,99429 +"303611",66931,121301 +"303612",66932,67874 +"303613",66933,78270 +"303614",66933,94284 +"303615",66933,97273 +"303616",66934,74399 +"303617",66934,88589 +"303618",66934,97309 +"303619",66934,108998 +"303620",66934,120020 +"303621",66935,66936 +"303622",66935,66937 +"303623",66935,66951 +"303624",66935,66952 +"303625",66935,66964 +"303626",66935,66965 +"303627",66935,66980 +"303628",66935,66989 +"303629",66936,66937 +"303630",66936,66951 +"303631",66936,66952 +"303632",66936,66964 +"303633",66936,66965 +"303634",66936,66980 +"303635",66936,66989 +"303636",66937,66951 +"303637",66937,66952 +"303638",66937,66964 +"303639",66937,66965 +"303640",66937,66980 +"303641",66937,66989 +"303642",66938,93831 +"303643",66938,93912 +"303644",66938,97218 +"303645",66941,67004 +"303646",66942,73852 +"303647",66943,78055 +"303648",66943,98240 +"303649",66943,110010 +"303650",66943,111689 +"303651",66944,68010 +"303652",66944,68213 +"303653",66944,123427 +"303654",66946,96381 +"303655",66947,66955 +"303656",66947,67141 +"303657",66948,66991 +"303658",66949,66972 +"303659",66949,66973 +"303660",66950,88462 +"303661",66950,99263 +"303662",66950,105019 +"303663",66950,105030 +"303664",66951,66952 +"303665",66951,66964 +"303666",66951,66965 +"303667",66951,66980 +"303668",66951,66989 +"303669",66952,66964 +"303670",66952,66965 +"303671",66952,66980 +"303672",66952,66989 +"303673",66953,98857 +"303674",66954,98503 +"303675",66954,106457 +"303676",66954,106474 +"303677",66955,67141 +"303678",66959,75837 +"303679",66960,75829 +"303680",66960,78548 +"303681",66960,92146 +"303682",66960,92147 +"303683",66960,92165 +"303684",66960,92183 +"303685",66962,68157 +"303686",66962,95147 +"303687",66963,67201 +"303688",66964,66965 +"303689",66964,66980 +"303690",66964,66989 +"303691",66965,66980 +"303692",66965,66989 +"303693",66966,84584 +"303694",66966,90516 +"303695",66966,121790 +"303696",66967,78975 +"303697",66967,83939 +"303698",66967,84530 +"303699",66967,89210 +"303700",66971,108984 +"303701",66971,118434 +"303702",66972,66973 +"303703",66974,71763 +"303704",66974,100043 +"303705",66976,78556 +"303706",66976,105923 +"303707",66978,85520 +"303708",66978,114333 +"303709",66980,66989 +"303710",66981,72090 +"303711",66981,79266 +"303712",66981,90662 +"303713",66983,80825 +"303714",66983,80835 +"303715",66983,111220 +"303716",66983,117224 +"303717",66985,67127 +"303718",66985,67331 +"303719",66985,67450 +"303720",66985,69721 +"303721",66986,94390 +"303722",66987,88600 +"303723",66987,93977 +"303724",66988,70339 +"303725",66990,75141 +"303726",66990,96176 +"303727",66990,109233 +"303728",66990,119022 +"303729",66994,68586 +"303730",66994,68688 +"303731",66994,80911 +"303732",66994,85646 +"303733",66995,66996 +"303734",67000,72160 +"303735",67004,87685 +"303736",67004,92422 +"303737",67004,92442 +"303738",67005,67948 +"303739",67006,71222 +"303740",67006,71641 +"303741",67007,73945 +"303742",67008,68688 +"303743",67008,68726 +"303744",67008,119301 +"303745",67008,119856 +"303746",67008,120164 +"303747",67009,81455 +"303748",67009,99103 +"303749",67011,85358 +"303750",67012,88189 +"303751",67012,99324 +"303752",67013,76492 +"303753",67013,94700 +"303754",67014,67114 +"303755",67015,96728 +"303756",67015,96738 +"303757",67015,110458 +"303758",67016,67037 +"303759",67016,67038 +"303760",67017,67479 +"303761",67017,95078 +"303762",67017,95079 +"303763",67017,95205 +"303764",67018,67041 +"303765",67018,69072 +"303766",67018,84466 +"303767",67018,88692 +"303768",67018,111172 +"303769",67022,67029 +"303770",67022,67609 +"303771",67023,69948 +"303772",67024,67042 +"303773",67024,67058 +"303774",67024,67061 +"303775",67024,67108 +"303776",67024,119765 +"303777",67024,119767 +"303778",67025,67235 +"303779",67025,75040 +"303780",67026,67054 +"303781",67026,67055 +"303782",67026,67326 +"303783",67026,67343 +"303784",67027,67045 +"303785",67027,76190 +"303786",67028,81131 +"303787",67028,81312 +"303788",67028,115428 +"303789",67029,67609 +"303790",67031,68369 +"303791",67032,95543 +"303792",67032,120500 +"303793",67035,87029 +"303794",67037,67038 +"303795",67038,80930 +"303796",67038,103668 +"303797",67039,76345 +"303798",67039,93759 +"303799",67039,118273 +"303800",67040,83116 +"303801",67041,101295 +"303802",67041,121046 +"303803",67042,67058 +"303804",67042,67061 +"303805",67042,67108 +"303806",67044,72461 +"303807",67045,76190 +"303808",67047,79618 +"303809",67047,84959 +"303810",67047,94069 +"303811",67048,69429 +"303812",67049,82039 +"303813",67049,90405 +"303814",67052,115377 +"303815",67052,119535 +"303816",67053,67651 +"303817",67054,67055 +"303818",67054,67326 +"303819",67054,67343 +"303820",67055,67326 +"303821",67055,67343 +"303822",67056,67057 +"303823",67056,67063 +"303824",67056,67064 +"303825",67057,67063 +"303826",67057,67064 +"303827",67058,67061 +"303828",67058,67108 +"303829",67059,85283 +"303830",67059,96468 +"303831",67059,99346 +"303832",67059,102586 +"303833",67059,111448 +"303834",67059,111505 +"303835",67060,67068 +"303836",67061,67108 +"303837",67062,96624 +"303838",67062,114703 +"303839",67063,67064 +"303840",67063,79609 +"303841",67066,67255 +"303842",67067,78872 +"303843",67067,106017 +"303844",67068,82341 +"303845",67068,90906 +"303846",67068,92269 +"303847",67068,92297 +"303848",67071,67320 +"303849",67074,67140 +"303850",67074,67153 +"303851",67078,86479 +"303852",67079,101877 +"303853",67079,101890 +"303854",67080,70303 +"303855",67081,69848 +"303856",67081,94132 +"303857",67081,96118 +"303858",67081,99643 +"303859",67081,99651 +"303860",67081,99654 +"303861",67081,99655 +"303862",67081,99661 +"303863",67081,99663 +"303864",67082,103068 +"303865",67082,112803 +"303866",67082,114450 +"303867",67083,86706 +"303868",67083,97297 +"303869",67083,104207 +"303870",67084,71338 +"303871",67088,79096 +"303872",67089,116571 +"303873",67090,74407 +"303874",67091,78403 +"303875",67091,78975 +"303876",67091,80343 +"303877",67091,87952 +"303878",67091,97834 +"303879",67091,98887 +"303880",67091,106906 +"303881",67093,75884 +"303882",67093,85359 +"303883",67093,89273 +"303884",67093,116360 +"303885",67093,122759 +"303886",67094,67231 +"303887",67094,67238 +"303888",67095,67197 +"303889",67095,109854 +"303890",67096,104462 +"303891",67098,72074 +"303892",67100,110819 +"303893",67100,114015 +"303894",67100,119030 +"303895",67101,87637 +"303896",67101,119566 +"303897",67102,93136 +"303898",67102,95153 +"303899",67102,100205 +"303900",67102,100229 +"303901",67102,100442 +"303902",67102,101180 +"303903",67102,109764 +"303904",67102,114954 +"303905",67103,76309 +"303906",67103,114099 +"303907",67106,94274 +"303908",67109,69410 +"303909",67109,69445 +"303910",67110,67652 +"303911",67110,67669 +"303912",67110,68358 +"303913",67110,68373 +"303914",67115,67166 +"303915",67115,75526 +"303916",67115,77871 +"303917",67115,107533 +"303918",67116,74059 +"303919",67116,94123 +"303920",67116,94127 +"303921",67116,114344 +"303922",67117,71266 +"303923",67117,71294 +"303924",67117,71343 +"303925",67118,67148 +"303926",67118,75243 +"303927",67118,108006 +"303928",67119,74363 +"303929",67120,67157 +"303930",67120,111396 +"303931",67120,120578 +"303932",67121,79651 +"303933",67123,67124 +"303934",67123,67135 +"303935",67123,67487 +"303936",67123,67492 +"303937",67123,67510 +"303938",67123,67565 +"303939",67124,67135 +"303940",67125,71318 +"303941",67125,71809 +"303942",67125,75362 +"303943",67127,67331 +"303944",67127,67450 +"303945",67127,71718 +"303946",67128,103539 +"303947",67129,70787 +"303948",67129,72654 +"303949",67129,114903 +"303950",67130,78401 +"303951",67131,86954 +"303952",67132,112288 +"303953",67133,78711 +"303954",67133,78712 +"303955",67133,95306 +"303956",67136,120371 +"303957",67137,81737 +"303958",67137,94335 +"303959",67137,95515 +"303960",67137,95525 +"303961",67138,70116 +"303962",67140,67153 +"303963",67140,80203 +"303964",67143,67151 +"303965",67144,67155 +"303966",67145,68382 +"303967",67145,79382 +"303968",67145,84369 +"303969",67145,88282 +"303970",67145,88506 +"303971",67146,72879 +"303972",67147,86759 +"303973",67149,71585 +"303974",67149,71603 +"303975",67149,115525 +"303976",67150,82438 +"303977",67153,69686 +"303978",67153,99400 +"303979",67155,74687 +"303980",67156,68831 +"303981",67156,94088 +"303982",67156,94138 +"303983",67156,109181 +"303984",67156,116584 +"303985",67156,123397 +"303986",67157,75533 +"303987",67157,83933 +"303988",67157,83948 +"303989",67158,67159 +"303990",67158,67218 +"303991",67159,67218 +"303992",67162,108013 +"303993",67162,120469 +"303994",67162,123392 +"303995",67163,74755 +"303996",67163,98654 +"303997",67163,103157 +"303998",67165,73659 +"303999",67165,73743 +"304000",67165,73875 +"304001",67165,73896 +"304002",67166,121454 +"304003",67169,68077 +"304004",67170,67171 +"304005",67171,78625 +"304006",67171,110549 +"304007",67173,70121 +"304008",67175,91694 +"304009",67175,93999 +"304010",67175,110028 +"304011",67175,111687 +"304012",67176,69358 +"304013",67177,70760 +"304014",67178,74099 +"304015",67179,67185 +"304016",67181,84831 +"304017",67181,96978 +"304018",67181,99976 +"304019",67182,68600 +"304020",67183,68829 +"304021",67184,104675 +"304022",67185,78036 +"304023",67185,87391 +"304024",67185,100345 +"304025",67186,73951 +"304026",67186,78288 +"304027",67186,98892 +"304028",67186,117549 +"304029",67187,70871 +"304030",67189,67221 +"304031",67190,87801 +"304032",67191,82450 +"304033",67192,78508 +"304034",67192,90105 +"304035",67192,93888 +"304036",67192,109360 +"304037",67192,115026 +"304038",67192,118834 +"304039",67193,84745 +"304040",67193,84766 +"304041",67193,106443 +"304042",67194,67598 +"304043",67194,74300 +"304044",67194,74324 +"304045",67197,96322 +"304046",67197,109854 +"304047",67198,117073 +"304048",67198,120060 +"304049",67199,74460 +"304050",67199,85619 +"304051",67200,90702 +"304052",67200,92079 +"304053",67200,110884 +"304054",67201,80894 +"304055",67201,90304 +"304056",67201,106291 +"304057",67202,70867 +"304058",67202,71941 +"304059",67206,100541 +"304060",67206,117345 +"304061",67207,72258 +"304062",67208,85466 +"304063",67210,72171 +"304064",67211,67515 +"304065",67211,70087 +"304066",67211,71142 +"304067",67211,71333 +"304068",67211,77776 +"304069",67211,92198 +"304070",67211,93190 +"304071",67211,99947 +"304072",67211,102747 +"304073",67211,102822 +"304074",67211,115911 +"304075",67211,115925 +"304076",67211,115974 +"304077",67211,116300 +"304078",67213,69007 +"304079",67214,76725 +"304080",67214,80237 +"304081",67214,120999 +"304082",67216,67744 +"304083",67216,79410 +"304084",67216,79411 +"304085",67216,79788 +"304086",67216,90480 +"304087",67216,91261 +"304088",67216,94830 +"304089",67216,103478 +"304090",67216,113126 +"304091",67218,69559 +"304092",67219,67637 +"304093",67219,73986 +"304094",67219,74207 +"304095",67219,74215 +"304096",67221,100953 +"304097",67222,78782 +"304098",67222,79124 +"304099",67222,92724 +"304100",67222,104460 +"304101",67222,105540 +"304102",67222,105651 +"304103",67222,114974 +"304104",67224,88608 +"304105",67224,93898 +"304106",67224,111007 +"304107",67227,95258 +"304108",67227,98525 +"304109",67227,105119 +"304110",67227,112103 +"304111",67227,112669 +"304112",67227,112995 +"304113",67228,83406 +"304114",67229,71943 +"304115",67229,75196 +"304116",67229,98258 +"304117",67229,115793 +"304118",67229,116708 +"304119",67230,94887 +"304120",67231,67238 +"304121",67233,73001 +"304122",67234,67537 +"304123",67234,67561 +"304124",67235,75040 +"304125",67235,81009 +"304126",67235,91159 +"304127",67235,116861 +"304128",67237,84649 +"304129",67237,90651 +"304130",67237,112877 +"304131",67239,87958 +"304132",67240,67295 +"304133",67240,82850 +"304134",67240,82864 +"304135",67240,117060 +"304136",67241,67398 +"304137",67241,70005 +"304138",67241,70028 +"304139",67241,70069 +"304140",67241,70072 +"304141",67241,70074 +"304142",67242,82950 +"304143",67242,82951 +"304144",67242,82979 +"304145",67242,89537 +"304146",67247,67268 +"304147",67247,67318 +"304148",67248,67291 +"304149",67248,67308 +"304150",67248,76530 +"304151",67249,69921 +"304152",67250,67292 +"304153",67250,67304 +"304154",67252,69429 +"304155",67252,78971 +"304156",67252,91152 +"304157",67252,94702 +"304158",67252,107585 +"304159",67253,67275 +"304160",67253,67281 +"304161",67254,69466 +"304162",67254,97440 +"304163",67255,86466 +"304164",67255,89007 +"304165",67255,94429 +"304166",67258,68273 +"304167",67258,70207 +"304168",67258,70210 +"304169",67259,80181 +"304170",67259,87370 +"304171",67259,92183 +"304172",67259,97908 +"304173",67259,97936 +"304174",67260,67277 +"304175",67260,67319 +"304176",67261,71703 +"304177",67261,116061 +"304178",67262,67302 +"304179",67263,70021 +"304180",67266,72520 +"304181",67266,85570 +"304182",67267,67287 +"304183",67268,67318 +"304184",67269,68674 +"304185",67269,68936 +"304186",67270,68984 +"304187",67270,69021 +"304188",67270,81176 +"304189",67272,70816 +"304190",67272,93228 +"304191",67272,93229 +"304192",67273,108988 +"304193",67274,80821 +"304194",67275,67281 +"304195",67275,106531 +"304196",67275,106560 +"304197",67275,106562 +"304198",67276,75827 +"304199",67276,95688 +"304200",67277,67319 +"304201",67280,100585 +"304202",67280,102076 +"304203",67285,69872 +"304204",67285,74647 +"304205",67285,77080 +"304206",67285,84791 +"304207",67285,90960 +"304208",67285,111033 +"304209",67285,111691 +"304210",67285,116098 +"304211",67286,79475 +"304212",67286,108047 +"304213",67288,98191 +"304214",67289,76558 +"304215",67289,80738 +"304216",67289,83221 +"304217",67289,87870 +"304218",67289,90736 +"304219",67289,91842 +"304220",67289,92130 +"304221",67289,95230 +"304222",67289,95238 +"304223",67289,95258 +"304224",67289,103011 +"304225",67289,112756 +"304226",67290,109085 +"304227",67291,67308 +"304228",67292,67304 +"304229",67294,116381 +"304230",67298,76047 +"304231",67298,92943 +"304232",67298,105703 +"304233",67298,107763 +"304234",67298,107778 +"304235",67298,122161 +"304236",67299,92333 +"304237",67303,67771 +"304238",67303,69400 +"304239",67303,69401 +"304240",67303,69402 +"304241",67304,74797 +"304242",67304,76551 +"304243",67304,80885 +"304244",67304,85925 +"304245",67304,90658 +"304246",67307,77665 +"304247",67309,78025 +"304248",67309,81493 +"304249",67309,105602 +"304250",67309,111768 +"304251",67310,67885 +"304252",67311,96354 +"304253",67312,79308 +"304254",67312,114821 +"304255",67313,81527 +"304256",67313,109363 +"304257",67314,73075 +"304258",67314,78895 +"304259",67314,82003 +"304260",67314,116252 +"304261",67315,68997 +"304262",67315,108019 +"304263",67317,72839 +"304264",67317,107407 +"304265",67317,116887 +"304266",67321,71398 +"304267",67323,84559 +"304268",67323,84617 +"304269",67324,89087 +"304270",67324,114561 +"304271",67325,87724 +"304272",67326,67343 +"304273",67327,70854 +"304274",67327,71683 +"304275",67327,72568 +"304276",67327,72628 +"304277",67327,73767 +"304278",67327,78532 +"304279",67327,81609 +"304280",67327,85885 +"304281",67327,91255 +"304282",67327,92247 +"304283",67327,92352 +"304284",67327,92362 +"304285",67327,92929 +"304286",67327,93719 +"304287",67327,94906 +"304288",67327,94946 +"304289",67327,95889 +"304290",67327,96093 +"304291",67327,97988 +"304292",67327,99309 +"304293",67327,99376 +"304294",67327,99450 +"304295",67327,99471 +"304296",67327,99474 +"304297",67327,100916 +"304298",67327,100944 +"304299",67327,101126 +"304300",67327,101329 +"304301",67327,105557 +"304302",67327,107199 +"304303",67327,108743 +"304304",67327,108980 +"304305",67327,109291 +"304306",67327,109933 +"304307",67327,110483 +"304308",67327,110567 +"304309",67327,110572 +"304310",67327,110630 +"304311",67327,110648 +"304312",67327,110711 +"304313",67327,110770 +"304314",67327,110869 +"304315",67327,110911 +"304316",67327,111285 +"304317",67327,111314 +"304318",67327,111362 +"304319",67327,111372 +"304320",67327,111424 +"304321",67327,111433 +"304322",67327,112422 +"304323",67327,113269 +"304324",67327,113430 +"304325",67327,114242 +"304326",67327,114842 +"304327",67327,115427 +"304328",67327,115521 +"304329",67327,115711 +"304330",67328,67716 +"304331",67328,67732 +"304332",67328,67765 +"304333",67329,96988 +"304334",67330,101368 +"304335",67330,101373 +"304336",67331,67450 +"304337",67331,71718 +"304338",67332,67333 +"304339",67334,67382 +"304340",67334,104900 +"304341",67334,105067 +"304342",67334,117243 +"304343",67335,67380 +"304344",67335,98355 +"304345",67335,109519 +"304346",67335,109520 +"304347",67336,72857 +"304348",67336,72870 +"304349",67337,92281 +"304350",67339,76928 +"304351",67339,76956 +"304352",67339,96823 +"304353",67339,97954 +"304354",67339,97955 +"304355",67339,97972 +"304356",67339,97973 +"304357",67339,97981 +"304358",67339,97987 +"304359",67339,97994 +"304360",67339,97998 +"304361",67339,97999 +"304362",67339,98008 +"304363",67340,67389 +"304364",67340,71572 +"304365",67340,71795 +"304366",67341,82672 +"304367",67341,84512 +"304368",67345,76994 +"304369",67346,72463 +"304370",67346,74259 +"304371",67346,74383 +"304372",67351,76017 +"304373",67351,77812 +"304374",67351,79607 +"304375",67351,80615 +"304376",67352,78875 +"304377",67352,83309 +"304378",67352,85042 +"304379",67352,104340 +"304380",67353,74432 +"304381",67353,74487 +"304382",67353,74598 +"304383",67353,74600 +"304384",67355,67359 +"304385",67355,74402 +"304386",67355,74509 +"304387",67355,74522 +"304388",67355,74569 +"304389",67355,74604 +"304390",67355,75111 +"304391",67355,75166 +"304392",67358,121915 +"304393",67359,74402 +"304394",67359,74509 +"304395",67359,74522 +"304396",67359,74569 +"304397",67359,74604 +"304398",67359,75111 +"304399",67359,75166 +"304400",67360,110387 +"304401",67361,94367 +"304402",67361,94393 +"304403",67362,89675 +"304404",67363,71230 +"304405",67363,76278 +"304406",67363,76740 +"304407",67363,76786 +"304408",67363,77272 +"304409",67363,77357 +"304410",67363,77402 +"304411",67363,78248 +"304412",67363,78255 +"304413",67363,78339 +"304414",67363,78445 +"304415",67363,79022 +"304416",67363,79716 +"304417",67363,79989 +"304418",67363,80281 +"304419",67363,81728 +"304420",67363,82196 +"304421",67363,82383 +"304422",67363,82810 +"304423",67363,82854 +"304424",67363,83853 +"304425",67363,83884 +"304426",67363,84379 +"304427",67363,84613 +"304428",67363,85465 +"304429",67363,85610 +"304430",67363,86351 +"304431",67363,86451 +"304432",67363,86882 +"304433",67363,87175 +"304434",67363,87451 +"304435",67363,87521 +"304436",67363,87572 +"304437",67363,87663 +"304438",67363,87721 +"304439",67363,87862 +"304440",67363,92170 +"304441",67363,100898 +"304442",67363,111595 +"304443",67364,68659 +"304444",67366,67682 +"304445",67370,67391 +"304446",67370,67605 +"304447",67370,67672 +"304448",67371,67471 +"304449",67372,76079 +"304450",67372,76082 +"304451",67372,76197 +"304452",67373,86010 +"304453",67374,67562 +"304454",67375,86505 +"304455",67375,94462 +"304456",67375,103265 +"304457",67376,67505 +"304458",67377,75124 +"304459",67377,84285 +"304460",67377,88056 +"304461",67379,103622 +"304462",67379,121749 +"304463",67380,94293 +"304464",67381,79478 +"304465",67381,80988 +"304466",67381,83757 +"304467",67381,92627 +"304468",67381,109348 +"304469",67381,121079 +"304470",67382,96709 +"304471",67382,104900 +"304472",67382,105067 +"304473",67382,112236 +"304474",67383,93862 +"304475",67384,94478 +"304476",67384,94561 +"304477",67386,92460 +"304478",67388,95714 +"304479",67388,95716 +"304480",67388,95726 +"304481",67388,95733 +"304482",67389,96037 +"304483",67390,68429 +"304484",67390,68437 +"304485",67390,68546 +"304486",67390,80730 +"304487",67391,67605 +"304488",67391,67672 +"304489",67393,70070 +"304490",67393,74256 +"304491",67393,77565 +"304492",67393,85560 +"304493",67393,92887 +"304494",67393,100131 +"304495",67393,114822 +"304496",67395,67444 +"304497",67396,93909 +"304498",67398,67418 +"304499",67398,70028 +"304500",67398,70069 +"304501",67398,70072 +"304502",67398,70074 +"304503",67400,67401 +"304504",67401,99576 +"304505",67401,100980 +"304506",67401,115188 +"304507",67401,121619 +"304508",67402,70869 +"304509",67403,67474 +"304510",67404,67478 +"304511",67404,67482 +"304512",67404,67604 +"304513",67404,67618 +"304514",67406,68090 +"304515",67406,68149 +"304516",67407,93874 +"304517",67407,100339 +"304518",67407,106232 +"304519",67407,107443 +"304520",67408,87005 +"304521",67409,67415 +"304522",67409,67469 +"304523",67410,85521 +"304524",67410,118173 +"304525",67410,119111 +"304526",67412,98672 +"304527",67414,113932 +"304528",67415,67469 +"304529",67416,88708 +"304530",67416,88727 +"304531",67419,104774 +"304532",67420,68209 +"304533",67420,106419 +"304534",67421,88087 +"304535",67423,68235 +"304536",67423,68237 +"304537",67423,68364 +"304538",67423,70625 +"304539",67423,107637 +"304540",67424,114774 +"304541",67425,101354 +"304542",67426,72184 +"304543",67428,109926 +"304544",67428,120156 +"304545",67429,67458 +"304546",67430,67470 +"304547",67430,111546 +"304548",67430,112501 +"304549",67431,76363 +"304550",67431,109648 +"304551",67432,94681 +"304552",67433,94048 +"304553",67434,68708 +"304554",67434,74350 +"304555",67434,76009 +"304556",67434,76573 +"304557",67434,77585 +"304558",67434,78875 +"304559",67434,79766 +"304560",67434,80471 +"304561",67434,80560 +"304562",67434,82203 +"304563",67434,82767 +"304564",67434,90441 +"304565",67434,101783 +"304566",67434,104990 +"304567",67434,109319 +"304568",67434,111888 +"304569",67435,83619 +"304570",67435,97971 +"304571",67435,103521 +"304572",67436,67460 +"304573",67436,67462 +"304574",67437,86200 +"304575",67438,70686 +"304576",67438,70875 +"304577",67438,70891 +"304578",67439,92017 +"304579",67440,69329 +"304580",67440,94749 +"304581",67440,120620 +"304582",67442,67524 +"304583",67442,67550 +"304584",67443,70451 +"304585",67443,71891 +"304586",67445,77257 +"304587",67447,67931 +"304588",67447,67932 +"304589",67451,67761 +"304590",67452,74953 +"304591",67452,118814 +"304592",67454,67467 +"304593",67454,90555 +"304594",67455,67754 +"304595",67456,102632 +"304596",67456,104239 +"304597",67458,76934 +"304598",67458,84487 +"304599",67458,84527 +"304600",67460,67462 +"304601",67464,73049 +"304602",67465,111080 +"304603",67466,100437 +"304604",67466,120320 +"304605",67466,121783 +"304606",67467,82489 +"304607",67467,111494 +"304608",67472,78460 +"304609",67472,85116 +"304610",67472,104065 +"304611",67472,112032 +"304612",67472,116792 +"304613",67473,80286 +"304614",67474,69113 +"304615",67474,71677 +"304616",67474,75061 +"304617",67476,67969 +"304618",67477,88462 +"304619",67477,99491 +"304620",67477,103258 +"304621",67477,108190 +"304622",67478,67482 +"304623",67478,67604 +"304624",67478,67618 +"304625",67478,97505 +"304626",67478,102587 +"304627",67478,114733 +"304628",67481,71054 +"304629",67482,67604 +"304630",67482,67618 +"304631",67485,77873 +"304632",67485,85188 +"304633",67485,92812 +"304634",67485,107005 +"304635",67485,109001 +"304636",67485,111613 +"304637",67485,116518 +"304638",67485,117542 +"304639",67487,67492 +"304640",67487,67510 +"304641",67487,67565 +"304642",67488,82017 +"304643",67488,90190 +"304644",67488,93887 +"304645",67488,106513 +"304646",67490,76190 +"304647",67490,78420 +"304648",67490,95668 +"304649",67492,67510 +"304650",67492,67565 +"304651",67492,97611 +"304652",67492,97633 +"304653",67493,67750 +"304654",67494,91191 +"304655",67495,67515 +"304656",67495,67551 +"304657",67495,77776 +"304658",67495,113459 +"304659",67496,96484 +"304660",67496,96491 +"304661",67497,105482 +"304662",67498,69764 +"304663",67498,71014 +"304664",67499,73015 +"304665",67499,78054 +"304666",67499,78931 +"304667",67499,83444 +"304668",67499,84657 +"304669",67499,99949 +"304670",67499,101914 +"304671",67499,103631 +"304672",67499,103723 +"304673",67499,103732 +"304674",67499,103759 +"304675",67499,103773 +"304676",67499,114150 +"304677",67500,67553 +"304678",67500,67554 +"304679",67501,67511 +"304680",67502,109177 +"304681",67503,67721 +"304682",67503,68816 +"304683",67503,68909 +"304684",67503,68938 +"304685",67503,69332 +"304686",67503,69681 +"304687",67503,70610 +"304688",67503,70611 +"304689",67503,70725 +"304690",67503,71211 +"304691",67503,71505 +"304692",67503,71887 +"304693",67504,106501 +"304694",67505,78256 +"304695",67505,81360 +"304696",67505,95565 +"304697",67505,110816 +"304698",67505,119444 +"304699",67505,120882 +"304700",67507,71436 +"304701",67507,74466 +"304702",67507,98241 +"304703",67507,113774 +"304704",67507,113775 +"304705",67508,83966 +"304706",67510,67565 +"304707",67511,81167 +"304708",67511,86520 +"304709",67512,73066 +"304710",67512,90960 +"304711",67512,99421 +"304712",67512,107247 +"304713",67512,120313 +"304714",67514,94903 +"304715",67515,71142 +"304716",67515,77776 +"304717",67515,99947 +"304718",67515,113459 +"304719",67515,115911 +"304720",67515,115925 +"304721",67515,115974 +"304722",67516,81175 +"304723",67518,71225 +"304724",67521,91870 +"304725",67521,108794 +"304726",67521,112215 +"304727",67521,113179 +"304728",67521,122026 +"304729",67522,70227 +"304730",67522,105262 +"304731",67524,67550 +"304732",67525,73556 +"304733",67525,77871 +"304734",67525,81000 +"304735",67525,90021 +"304736",67525,93820 +"304737",67525,94768 +"304738",67525,115912 +"304739",67525,116529 +"304740",67525,123498 +"304741",67529,80364 +"304742",67530,100291 +"304743",67531,95162 +"304744",67532,67549 +"304745",67533,67577 +"304746",67534,92238 +"304747",67534,102232 +"304748",67534,102239 +"304749",67535,79956 +"304750",67536,71336 +"304751",67536,73954 +"304752",67536,92840 +"304753",67537,67561 +"304754",67537,71192 +"304755",67537,72471 +"304756",67538,67572 +"304757",67538,100460 +"304758",67539,67545 +"304759",67539,117574 +"304760",67540,72797 +"304761",67540,73506 +"304762",67540,94798 +"304763",67540,112301 +"304764",67542,72695 +"304765",67544,67560 +"304766",67544,78615 +"304767",67546,108756 +"304768",67547,115261 +"304769",67549,91113 +"304770",67549,112490 +"304771",67550,71312 +"304772",67550,71324 +"304773",67553,67554 +"304774",67555,71443 +"304775",67556,67748 +"304776",67556,75275 +"304777",67556,80762 +"304778",67556,83273 +"304779",67556,96564 +"304780",67556,102379 +"304781",67556,108417 +"304782",67556,115509 +"304783",67556,120488 +"304784",67559,107588 +"304785",67560,76993 +"304786",67560,80735 +"304787",67560,112255 +"304788",67564,69362 +"304789",67564,71693 +"304790",67564,76590 +"304791",67564,86600 +"304792",67564,88782 +"304793",67564,92517 +"304794",67564,100140 +"304795",67564,103313 +"304796",67564,105198 +"304797",67564,110250 +"304798",67564,122588 +"304799",67564,122819 +"304800",67564,122852 +"304801",67564,122861 +"304802",67564,122863 +"304803",67564,122864 +"304804",67566,78376 +"304805",67567,73807 +"304806",67568,76705 +"304807",67568,76802 +"304808",67568,82098 +"304809",67570,67658 +"304810",67571,114953 +"304811",67571,116778 +"304812",67572,107326 +"304813",67573,69295 +"304814",67573,74736 +"304815",67578,80728 +"304816",67578,93317 +"304817",67579,67595 +"304818",67579,67608 +"304819",67579,67615 +"304820",67579,67626 +"304821",67579,67627 +"304822",67579,67632 +"304823",67579,67660 +"304824",67579,67742 +"304825",67580,75023 +"304826",67580,79726 +"304827",67580,85289 +"304828",67582,78262 +"304829",67582,95957 +"304830",67582,95983 +"304831",67583,67584 +"304832",67585,91401 +"304833",67585,92474 +"304834",67585,98956 +"304835",67586,69596 +"304836",67588,67589 +"304837",67588,88723 +"304838",67588,89695 +"304839",67588,101604 +"304840",67588,103097 +"304841",67588,103118 +"304842",67588,103143 +"304843",67588,115610 +"304844",67588,115616 +"304845",67588,115617 +"304846",67588,117948 +"304847",67588,120506 +"304848",67591,68720 +"304849",67591,68915 +"304850",67592,68531 +"304851",67592,103685 +"304852",67592,120954 +"304853",67593,67625 +"304854",67594,76323 +"304855",67595,67608 +"304856",67595,67615 +"304857",67595,67626 +"304858",67595,67627 +"304859",67595,67632 +"304860",67595,67660 +"304861",67595,67742 +"304862",67596,67601 +"304863",67596,67679 +"304864",67596,72069 +"304865",67597,69316 +"304866",67597,70159 +"304867",67597,72936 +"304868",67597,77342 +"304869",67597,89062 +"304870",67597,89120 +"304871",67597,89606 +"304872",67597,90416 +"304873",67597,91060 +"304874",67597,91063 +"304875",67597,91303 +"304876",67597,91397 +"304877",67597,93033 +"304878",67597,96155 +"304879",67597,96769 +"304880",67597,96771 +"304881",67597,98930 +"304882",67598,74300 +"304883",67598,74324 +"304884",67601,67679 +"304885",67602,67677 +"304886",67603,67943 +"304887",67604,67618 +"304888",67605,67672 +"304889",67606,68306 +"304890",67606,74741 +"304891",67606,75949 +"304892",67606,115406 +"304893",67607,67668 +"304894",67607,78872 +"304895",67607,84947 +"304896",67607,85118 +"304897",67607,99566 +"304898",67607,102416 +"304899",67607,116962 +"304900",67607,118342 +"304901",67608,67615 +"304902",67608,67626 +"304903",67608,67627 +"304904",67608,67632 +"304905",67608,67660 +"304906",67608,67742 +"304907",67612,67673 +"304908",67613,77637 +"304909",67614,85823 +"304910",67614,93056 +"304911",67614,98374 +"304912",67614,104091 +"304913",67615,67626 +"304914",67615,67627 +"304915",67615,67632 +"304916",67615,67660 +"304917",67615,67742 +"304918",67617,68018 +"304919",67617,79057 +"304920",67617,81077 +"304921",67617,92946 +"304922",67617,96310 +"304923",67617,118064 +"304924",67619,73955 +"304925",67619,73985 +"304926",67619,73993 +"304927",67620,73764 +"304928",67620,96343 +"304929",67620,107967 +"304930",67621,78534 +"304931",67621,78840 +"304932",67621,87273 +"304933",67621,88550 +"304934",67621,92011 +"304935",67621,106484 +"304936",67621,115444 +"304937",67621,118268 +"304938",67623,76972 +"304939",67624,70826 +"304940",67624,78943 +"304941",67626,67627 +"304942",67626,67632 +"304943",67626,67660 +"304944",67626,67742 +"304945",67627,67632 +"304946",67627,67660 +"304947",67627,67742 +"304948",67628,88151 +"304949",67628,106735 +"304950",67628,114243 +"304951",67629,70416 +"304952",67629,79385 +"304953",67629,93686 +"304954",67630,72940 +"304955",67630,108941 +"304956",67630,112001 +"304957",67630,120143 +"304958",67631,67847 +"304959",67631,67858 +"304960",67631,67870 +"304961",67631,67876 +"304962",67631,67877 +"304963",67632,67660 +"304964",67632,67742 +"304965",67634,67649 +"304966",67637,73986 +"304967",67637,74207 +"304968",67637,74215 +"304969",67639,67640 +"304970",67640,89276 +"304971",67640,100732 +"304972",67640,100734 +"304973",67641,116627 +"304974",67644,70886 +"304975",67644,70906 +"304976",67644,70919 +"304977",67645,75446 +"304978",67647,74536 +"304979",67647,120208 +"304980",67648,84003 +"304981",67649,69562 +"304982",67649,69586 +"304983",67649,69634 +"304984",67650,107007 +"304985",67652,67669 +"304986",67652,68358 +"304987",67652,68373 +"304988",67653,67654 +"304989",67654,97715 +"304990",67656,74812 +"304991",67656,83530 +"304992",67656,89069 +"304993",67656,97760 +"304994",67656,102362 +"304995",67657,70895 +"304996",67657,73455 +"304997",67660,67742 +"304998",67662,68543 +"304999",67662,68549 +"305000",67662,72881 +"305001",67663,84382 +"305002",67663,87164 +"305003",67663,87920 +"305004",67663,123440 +"305005",67665,67770 +"305006",67665,112510 +"305007",67665,118531 +"305008",67666,109151 +"305009",67666,117505 +"305010",67666,117521 +"305011",67667,80654 +"305012",67667,80961 +"305013",67667,81032 +"305014",67668,84947 +"305015",67668,85118 +"305016",67668,116962 +"305017",67668,118342 +"305018",67670,98059 +"305019",67671,84748 +"305020",67672,69697 +"305021",67672,71317 +"305022",67674,67774 +"305023",67674,70347 +"305024",67675,87859 +"305025",67675,105402 +"305026",67677,84271 +"305027",67680,76858 +"305028",67688,74458 +"305029",67689,79574 +"305030",67689,79596 +"305031",67690,85768 +"305032",67690,104746 +"305033",67690,113204 +"305034",67690,113266 +"305035",67692,67746 +"305036",67692,67751 +"305037",67692,67766 +"305038",67692,67768 +"305039",67692,67769 +"305040",67692,67773 +"305041",67695,72060 +"305042",67696,81646 +"305043",67696,92569 +"305044",67696,109005 +"305045",67698,112899 +"305046",67698,116891 +"305047",67700,67764 +"305048",67700,75351 +"305049",67701,67703 +"305050",67701,67745 +"305051",67701,83450 +"305052",67701,111189 +"305053",67703,67745 +"305054",67705,68101 +"305055",67705,68102 +"305056",67705,68120 +"305057",67705,68140 +"305058",67708,76299 +"305059",67711,67712 +"305060",67711,67713 +"305061",67711,67714 +"305062",67712,67713 +"305063",67712,67714 +"305064",67713,67714 +"305065",67713,116819 +"305066",67715,67752 +"305067",67715,82627 +"305068",67716,67732 +"305069",67716,67765 +"305070",67717,76858 +"305071",67719,112736 +"305072",67721,68816 +"305073",67721,68909 +"305074",67721,68938 +"305075",67721,69332 +"305076",67721,69681 +"305077",67721,70610 +"305078",67721,70611 +"305079",67721,70725 +"305080",67721,71211 +"305081",67721,71505 +"305082",67721,71887 +"305083",67721,94741 +"305084",67721,95771 +"305085",67721,111574 +"305086",67723,71093 +"305087",67724,92743 +"305088",67725,83093 +"305089",67725,110735 +"305090",67726,81821 +"305091",67727,115338 +"305092",67728,69571 +"305093",67728,104484 +"305094",67730,114243 +"305095",67732,67765 +"305096",67735,85733 +"305097",67735,109505 +"305098",67736,79008 +"305099",67736,92095 +"305100",67736,117230 +"305101",67736,117307 +"305102",67737,121153 +"305103",67738,70488 +"305104",67739,75271 +"305105",67739,78759 +"305106",67739,88717 +"305107",67739,91779 +"305108",67739,95453 +"305109",67739,98329 +"305110",67739,100629 +"305111",67739,101222 +"305112",67739,103675 +"305113",67739,109957 +"305114",67739,116743 +"305115",67739,116837 +"305116",67740,67777 +"305117",67740,85267 +"305118",67741,84700 +"305119",67741,91408 +"305120",67743,76515 +"305121",67743,83245 +"305122",67743,89948 +"305123",67743,101138 +"305124",67743,107498 +"305125",67744,70605 +"305126",67744,76009 +"305127",67744,83300 +"305128",67744,91744 +"305129",67744,94830 +"305130",67744,113126 +"305131",67744,113172 +"305132",67744,115528 +"305133",67745,72289 +"305134",67746,67751 +"305135",67746,67766 +"305136",67746,67768 +"305137",67746,67769 +"305138",67746,67773 +"305139",67747,98600 +"305140",67748,73792 +"305141",67748,77611 +"305142",67748,79402 +"305143",67748,108417 +"305144",67750,116841 +"305145",67751,67766 +"305146",67751,67768 +"305147",67751,67769 +"305148",67751,67773 +"305149",67752,70235 +"305150",67753,78994 +"305151",67755,68788 +"305152",67755,88159 +"305153",67755,91788 +"305154",67755,91847 +"305155",67755,91851 +"305156",67756,88658 +"305157",67756,116539 +"305158",67757,67758 +"305159",67757,67759 +"305160",67758,67759 +"305161",67760,71103 +"305162",67760,78763 +"305163",67763,72302 +"305164",67763,77338 +"305165",67763,80784 +"305166",67763,96430 +"305167",67763,102987 +"305168",67763,105977 +"305169",67763,106441 +"305170",67763,108455 +"305171",67763,115776 +"305172",67765,82534 +"305173",67766,67768 +"305174",67766,67769 +"305175",67766,67773 +"305176",67767,73217 +"305177",67767,73225 +"305178",67767,111307 +"305179",67768,67769 +"305180",67768,67773 +"305181",67769,67773 +"305182",67775,105543 +"305183",67776,68353 +"305184",67782,69204 +"305185",67783,113514 +"305186",67783,113587 +"305187",67784,68019 +"305188",67784,68132 +"305189",67785,83837 +"305190",67785,106042 +"305191",67788,70266 +"305192",67788,77376 +"305193",67788,79377 +"305194",67788,80120 +"305195",67788,82251 +"305196",67788,83458 +"305197",67788,87083 +"305198",67788,92799 +"305199",67788,100284 +"305200",67790,97376 +"305201",67790,97391 +"305202",67790,97399 +"305203",67792,92417 +"305204",67793,76791 +"305205",67793,104901 +"305206",67794,93099 +"305207",67794,116243 +"305208",67795,89853 +"305209",67795,116607 +"305210",67796,67891 +"305211",67798,67848 +"305212",67799,78532 +"305213",67799,110769 +"305214",67799,120766 +"305215",67799,120776 +"305216",67800,67838 +"305217",67801,101225 +"305218",67802,100802 +"305219",67805,67810 +"305220",67805,67843 +"305221",67805,79849 +"305222",67805,88960 +"305223",67805,92680 +"305224",67805,94924 +"305225",67807,69977 +"305226",67807,70852 +"305227",67807,72430 +"305228",67807,72476 +"305229",67807,74458 +"305230",67810,67843 +"305231",67811,67818 +"305232",67812,72288 +"305233",67813,69289 +"305234",67813,88480 +"305235",67813,93149 +"305236",67813,93160 +"305237",67813,94156 +"305238",67813,94167 +"305239",67813,97416 +"305240",67813,110107 +"305241",67813,120710 +"305242",67816,68982 +"305243",67817,72692 +"305244",67817,74355 +"305245",67817,88434 +"305246",67817,90006 +"305247",67817,92883 +"305248",67818,98832 +"305249",67821,87503 +"305250",67821,100639 +"305251",67822,67979 +"305252",67822,72945 +"305253",67823,87243 +"305254",67823,106853 +"305255",67823,119388 +"305256",67823,119394 +"305257",67824,70134 +"305258",67824,70135 +"305259",67824,70136 +"305260",67825,68569 +"305261",67825,68844 +"305262",67825,69049 +"305263",67825,77441 +"305264",67825,83311 +"305265",67825,92592 +"305266",67825,96452 +"305267",67825,100215 +"305268",67825,100502 +"305269",67825,100583 +"305270",67825,101681 +"305271",67825,101967 +"305272",67825,106010 +"305273",67825,112199 +"305274",67825,114545 +"305275",67825,119265 +"305276",67826,79254 +"305277",67826,83042 +"305278",67826,85354 +"305279",67826,89930 +"305280",67826,90757 +"305281",67826,94339 +"305282",67826,103203 +"305283",67826,111562 +"305284",67826,118151 +"305285",67826,120254 +"305286",67830,87287 +"305287",67831,89945 +"305288",67831,89989 +"305289",67831,89990 +"305290",67832,69736 +"305291",67832,69762 +"305292",67833,67977 +"305293",67833,99699 +"305294",67835,79345 +"305295",67836,76520 +"305296",67836,76600 +"305297",67836,76626 +"305298",67836,116262 +"305299",67837,101824 +"305300",67838,76132 +"305301",67839,85346 +"305302",67839,121323 +"305303",67840,67846 +"305304",67841,99302 +"305305",67844,68064 +"305306",67847,67858 +"305307",67847,67870 +"305308",67847,67876 +"305309",67847,67877 +"305310",67847,74009 +"305311",67848,79692 +"305312",67849,97635 +"305313",67850,104098 +"305314",67852,70490 +"305315",67853,67894 +"305316",67856,76733 +"305317",67856,82230 +"305318",67857,119251 +"305319",67858,67870 +"305320",67858,67876 +"305321",67858,67877 +"305322",67860,80719 +"305323",67860,93865 +"305324",67861,111720 +"305325",67862,75903 +"305326",67862,121274 +"305327",67863,71523 +"305328",67863,81182 +"305329",67864,74678 +"305330",67864,74752 +"305331",67864,74767 +"305332",67864,74777 +"305333",67864,74778 +"305334",67864,74794 +"305335",67865,79169 +"305336",67865,97717 +"305337",67865,97777 +"305338",67865,97797 +"305339",67865,97808 +"305340",67865,97814 +"305341",67868,67869 +"305342",67870,67876 +"305343",67870,67877 +"305344",67871,93589 +"305345",67875,92371 +"305346",67876,67877 +"305347",67879,110740 +"305348",67880,80121 +"305349",67884,112503 +"305350",67886,70230 +"305351",67886,70402 +"305352",67888,98998 +"305353",67889,68247 +"305354",67890,96764 +"305355",67890,102338 +"305356",67890,107622 +"305357",67890,107883 +"305358",67893,69192 +"305359",67893,69485 +"305360",67893,73881 +"305361",67893,74599 +"305362",67894,73464 +"305363",67894,73919 +"305364",67894,81364 +"305365",67894,86490 +"305366",67894,88242 +"305367",67894,89710 +"305368",67894,90077 +"305369",67894,95604 +"305370",67894,99210 +"305371",67894,99315 +"305372",67894,99316 +"305373",67894,99327 +"305374",67894,99329 +"305375",67894,99341 +"305376",67894,99350 +"305377",67894,99844 +"305378",67894,110246 +"305379",67894,113803 +"305380",67894,115195 +"305381",67894,115233 +"305382",67894,115255 +"305383",67894,115264 +"305384",67895,75911 +"305385",67895,83394 +"305386",67895,84247 +"305387",67895,93424 +"305388",67895,93429 +"305389",67895,96704 +"305390",67896,104688 +"305391",67897,122214 +"305392",67899,72596 +"305393",67902,74681 +"305394",67902,83772 +"305395",67902,90114 +"305396",67902,98406 +"305397",67902,100140 +"305398",67902,100398 +"305399",67902,108765 +"305400",67902,112148 +"305401",67902,121043 +"305402",67902,121999 +"305403",67902,123079 +"305404",67902,123085 +"305405",67904,69353 +"305406",67909,111422 +"305407",67912,94465 +"305408",67912,103198 +"305409",67913,78322 +"305410",67913,80412 +"305411",67913,81672 +"305412",67913,84461 +"305413",67913,86509 +"305414",67913,90649 +"305415",67913,92298 +"305416",67913,97783 +"305417",67913,108336 +"305418",67914,69481 +"305419",67917,69508 +"305420",67917,69556 +"305421",67918,117635 +"305422",67920,67983 +"305423",67921,67933 +"305424",67921,67985 +"305425",67922,88846 +"305426",67923,77899 +"305427",67924,67925 +"305428",67924,67961 +"305429",67924,67986 +"305430",67924,67992 +"305431",67924,69738 +"305432",67925,67961 +"305433",67925,67986 +"305434",67925,67992 +"305435",67926,71521 +"305436",67926,75337 +"305437",67926,89177 +"305438",67926,92643 +"305439",67926,104229 +"305440",67926,104230 +"305441",67926,105541 +"305442",67926,105548 +"305443",67927,71898 +"305444",67928,90777 +"305445",67931,67932 +"305446",67931,118659 +"305447",67932,70110 +"305448",67932,96185 +"305449",67933,67985 +"305450",67935,67942 +"305451",67935,67991 +"305452",67936,67937 +"305453",67936,68331 +"305454",67936,69907 +"305455",67936,72157 +"305456",67936,72193 +"305457",67936,72736 +"305458",67936,72756 +"305459",67937,68331 +"305460",67938,78917 +"305461",67939,82599 +"305462",67939,91823 +"305463",67939,103324 +"305464",67939,103536 +"305465",67939,104177 +"305466",67939,122736 +"305467",67940,74210 +"305468",67942,67991 +"305469",67942,85370 +"305470",67942,99359 +"305471",67942,105461 +"305472",67942,115313 +"305473",67945,80986 +"305474",67946,90727 +"305475",67947,72605 +"305476",67947,72636 +"305477",67948,105943 +"305478",67949,86689 +"305479",67952,72511 +"305480",67952,94784 +"305481",67952,119657 +"305482",67954,67955 +"305483",67954,67956 +"305484",67955,67956 +"305485",67957,70928 +"305486",67957,76126 +"305487",67957,76564 +"305488",67957,84348 +"305489",67957,96822 +"305490",67957,96823 +"305491",67957,96849 +"305492",67957,96858 +"305493",67957,96859 +"305494",67959,75716 +"305495",67960,73084 +"305496",67960,83599 +"305497",67961,67986 +"305498",67961,67992 +"305499",67962,110244 +"305500",67962,110245 +"305501",67962,110246 +"305502",67963,80385 +"305503",67963,109901 +"305504",67963,121868 +"305505",67964,96554 +"305506",67964,101272 +"305507",67964,106138 +"305508",67965,68840 +"305509",67966,74255 +"305510",67967,70318 +"305511",67967,74584 +"305512",67967,102084 +"305513",67968,87584 +"305514",67969,79169 +"305515",67969,94148 +"305516",67969,106025 +"305517",67969,106036 +"305518",67969,106059 +"305519",67971,95479 +"305520",67972,77829 +"305521",67972,82070 +"305522",67972,89972 +"305523",67973,108295 +"305524",67975,70848 +"305525",67976,115791 +"305526",67977,78697 +"305527",67977,94955 +"305528",67977,95915 +"305529",67978,79044 +"305530",67982,68070 +"305531",67982,68088 +"305532",67982,68163 +"305533",67985,69142 +"305534",67986,67992 +"305535",67987,108615 +"305536",67987,110509 +"305537",67987,111904 +"305538",67987,111951 +"305539",67988,93233 +"305540",67988,93241 +"305541",67988,98612 +"305542",67990,70904 +"305543",67994,68468 +"305544",67994,88344 +"305545",67994,96402 +"305546",67996,101920 +"305547",67998,89114 +"305548",67998,94671 +"305549",67998,99109 +"305550",67998,109718 +"305551",67998,114713 +"305552",67999,116901 +"305553",68000,87074 +"305554",68000,93046 +"305555",68001,68475 +"305556",68001,68917 +"305557",68001,69296 +"305558",68001,71106 +"305559",68001,73655 +"305560",68001,75767 +"305561",68001,76046 +"305562",68001,76459 +"305563",68001,76808 +"305564",68001,77727 +"305565",68001,78224 +"305566",68001,79222 +"305567",68001,82978 +"305568",68001,83306 +"305569",68001,85027 +"305570",68001,88412 +"305571",68001,90275 +"305572",68001,90426 +"305573",68001,91112 +"305574",68001,91526 +"305575",68001,93425 +"305576",68001,93523 +"305577",68001,94520 +"305578",68001,95954 +"305579",68001,99544 +"305580",68001,99547 +"305581",68001,99554 +"305582",68001,100595 +"305583",68001,100739 +"305584",68001,100819 +"305585",68001,101898 +"305586",68001,101988 +"305587",68001,102146 +"305588",68001,102201 +"305589",68001,102309 +"305590",68001,102635 +"305591",68001,102730 +"305592",68001,102846 +"305593",68001,103790 +"305594",68001,104095 +"305595",68001,104574 +"305596",68001,104784 +"305597",68001,104845 +"305598",68001,107269 +"305599",68001,107623 +"305600",68001,107714 +"305601",68001,107879 +"305602",68001,107975 +"305603",68002,98714 +"305604",68003,74296 +"305605",68003,76700 +"305606",68003,78689 +"305607",68003,79654 +"305608",68003,117135 +"305609",68004,74386 +"305610",68005,102130 +"305611",68006,71027 +"305612",68006,76286 +"305613",68009,68443 +"305614",68010,68213 +"305615",68010,75045 +"305616",68010,75046 +"305617",68010,75122 +"305618",68012,115067 +"305619",68013,114715 +"305620",68013,116659 +"305621",68014,102039 +"305622",68015,79630 +"305623",68017,83079 +"305624",68017,99173 +"305625",68017,99352 +"305626",68017,100910 +"305627",68017,109284 +"305628",68017,112529 +"305629",68018,68139 +"305630",68018,78715 +"305631",68018,88574 +"305632",68018,91077 +"305633",68018,101453 +"305634",68018,111625 +"305635",68018,113387 +"305636",68019,68132 +"305637",68020,68182 +"305638",68020,68239 +"305639",68020,104512 +"305640",68020,104537 +"305641",68020,104554 +"305642",68022,71322 +"305643",68022,93496 +"305644",68022,100266 +"305645",68022,100489 +"305646",68022,107871 +"305647",68023,68060 +"305648",68024,85983 +"305649",68025,80602 +"305650",68025,85057 +"305651",68025,108318 +"305652",68025,108330 +"305653",68025,108871 +"305654",68026,85124 +"305655",68028,73644 +"305656",68030,76153 +"305657",68032,73402 +"305658",68038,69557 +"305659",68041,68048 +"305660",68042,117398 +"305661",68043,80756 +"305662",68043,102101 +"305663",68043,117480 +"305664",68043,120583 +"305665",68044,77298 +"305666",68044,111106 +"305667",68044,111339 +"305668",68046,74484 +"305669",68046,83294 +"305670",68046,112771 +"305671",68046,119083 +"305672",68046,119097 +"305673",68050,85992 +"305674",68050,109688 +"305675",68051,87990 +"305676",68052,68201 +"305677",68052,72518 +"305678",68052,72519 +"305679",68055,70978 +"305680",68055,84732 +"305681",68055,97348 +"305682",68056,114566 +"305683",68057,85776 +"305684",68057,88574 +"305685",68057,103976 +"305686",68059,68076 +"305687",68060,74813 +"305688",68060,75003 +"305689",68061,75157 +"305690",68062,99103 +"305691",68063,100924 +"305692",68063,105442 +"305693",68065,75708 +"305694",68066,68653 +"305695",68066,75757 +"305696",68067,71063 +"305697",68068,68069 +"305698",68069,75739 +"305699",68070,68088 +"305700",68070,68163 +"305701",68071,68127 +"305702",68072,74093 +"305703",68073,68152 +"305704",68074,84855 +"305705",68074,92438 +"305706",68074,102429 +"305707",68074,122191 +"305708",68075,68126 +"305709",68075,69661 +"305710",68075,78687 +"305711",68075,85747 +"305712",68075,109839 +"305713",68076,112215 +"305714",68078,74082 +"305715",68080,68316 +"305716",68080,73835 +"305717",68080,75091 +"305718",68081,90440 +"305719",68081,92919 +"305720",68081,96597 +"305721",68081,111046 +"305722",68081,111061 +"305723",68081,111072 +"305724",68082,68119 +"305725",68082,84316 +"305726",68083,68097 +"305727",68083,68114 +"305728",68084,76099 +"305729",68086,77107 +"305730",68088,68163 +"305731",68088,70657 +"305732",68088,75281 +"305733",68089,75854 +"305734",68089,100631 +"305735",68089,103800 +"305736",68089,103801 +"305737",68090,68149 +"305738",68091,69335 +"305739",68091,75245 +"305740",68091,75776 +"305741",68091,75956 +"305742",68091,75984 +"305743",68091,76387 +"305744",68091,78066 +"305745",68091,78269 +"305746",68091,78978 +"305747",68091,79212 +"305748",68091,79241 +"305749",68091,79579 +"305750",68091,80239 +"305751",68091,80301 +"305752",68091,81397 +"305753",68091,82226 +"305754",68091,85568 +"305755",68091,88340 +"305756",68091,88749 +"305757",68091,89069 +"305758",68091,89373 +"305759",68091,89995 +"305760",68091,90919 +"305761",68091,90936 +"305762",68091,91133 +"305763",68091,92861 +"305764",68091,93097 +"305765",68091,94231 +"305766",68091,95489 +"305767",68091,96247 +"305768",68091,96363 +"305769",68091,97898 +"305770",68091,99770 +"305771",68092,68122 +"305772",68092,68143 +"305773",68092,68151 +"305774",68092,71122 +"305775",68092,73811 +"305776",68092,73816 +"305777",68093,89589 +"305778",68094,74634 +"305779",68094,85806 +"305780",68095,68129 +"305781",68095,72693 +"305782",68095,74053 +"305783",68095,88985 +"305784",68095,92303 +"305785",68095,113151 +"305786",68097,68114 +"305787",68098,89313 +"305788",68098,89802 +"305789",68099,68117 +"305790",68100,107404 +"305791",68101,68102 +"305792",68101,68120 +"305793",68101,68140 +"305794",68102,68120 +"305795",68102,68140 +"305796",68103,69565 +"305797",68103,73660 +"305798",68103,91697 +"305799",68103,91716 +"305800",68103,116350 +"305801",68104,95555 +"305802",68104,111097 +"305803",68105,68144 +"305804",68105,74199 +"305805",68110,68118 +"305806",68111,68249 +"305807",68111,112711 +"305808",68112,72003 +"305809",68115,68130 +"305810",68116,109996 +"305811",68117,94654 +"305812",68119,69863 +"305813",68119,84316 +"305814",68119,114688 +"305815",68119,115597 +"305816",68120,68140 +"305817",68120,70605 +"305818",68120,92194 +"305819",68121,69750 +"305820",68122,68143 +"305821",68122,68151 +"305822",68125,94247 +"305823",68128,89625 +"305824",68134,90415 +"305825",68135,71246 +"305826",68135,72696 +"305827",68135,100309 +"305828",68135,110260 +"305829",68135,110668 +"305830",68136,89780 +"305831",68138,68179 +"305832",68138,68298 +"305833",68138,73848 +"305834",68138,93982 +"305835",68139,95415 +"305836",68139,105974 +"305837",68139,115720 +"305838",68141,69169 +"305839",68141,74083 +"305840",68142,68280 +"305841",68142,109799 +"305842",68143,68151 +"305843",68143,71122 +"305844",68144,74199 +"305845",68146,76330 +"305846",68146,76335 +"305847",68147,98183 +"305848",68148,84133 +"305849",68150,94181 +"305850",68150,111344 +"305851",68152,76152 +"305852",68152,81763 +"305853",68152,81772 +"305854",68152,81777 +"305855",68153,68282 +"305856",68154,101453 +"305857",68155,79683 +"305858",68156,68263 +"305859",68156,68319 +"305860",68157,81840 +"305861",68157,88570 +"305862",68157,95147 +"305863",68157,109717 +"305864",68157,114989 +"305865",68158,109603 +"305866",68160,107278 +"305867",68160,113585 +"305868",68161,68162 +"305869",68162,69799 +"305870",68163,69605 +"305871",68165,69536 +"305872",68165,110313 +"305873",68165,112657 +"305874",68168,85248 +"305875",68168,92986 +"305876",68168,106855 +"305877",68168,106872 +"305878",68169,93690 +"305879",68169,111412 +"305880",68171,82531 +"305881",68171,88997 +"305882",68173,68465 +"305883",68173,77082 +"305884",68173,77120 +"305885",68174,82980 +"305886",68175,68226 +"305887",68177,80420 +"305888",68179,68298 +"305889",68180,73003 +"305890",68180,74382 +"305891",68180,75092 +"305892",68180,75429 +"305893",68181,68184 +"305894",68181,76695 +"305895",68182,68239 +"305896",68183,70186 +"305897",68186,121543 +"305898",68187,81646 +"305899",68187,84502 +"305900",68188,120048 +"305901",68189,91127 +"305902",68189,103536 +"305903",68189,115809 +"305904",68190,69778 +"305905",68190,69825 +"305906",68192,76265 +"305907",68192,113187 +"305908",68192,113227 +"305909",68192,113228 +"305910",68192,113280 +"305911",68192,116785 +"305912",68192,116855 +"305913",68194,68195 +"305914",68194,95082 +"305915",68194,104767 +"305916",68196,68312 +"305917",68197,101453 +"305918",68202,92540 +"305919",68203,70106 +"305920",68203,73307 +"305921",68203,75532 +"305922",68205,68220 +"305923",68205,68221 +"305924",68207,70874 +"305925",68207,100432 +"305926",68207,110424 +"305927",68212,75582 +"305928",68212,95372 +"305929",68213,76135 +"305930",68213,97392 +"305931",68213,108725 +"305932",68214,68215 +"305933",68215,93042 +"305934",68215,101610 +"305935",68215,104012 +"305936",68215,111454 +"305937",68215,123213 +"305938",68217,75657 +"305939",68218,109842 +"305940",68220,68221 +"305941",68220,103813 +"305942",68222,83875 +"305943",68224,86522 +"305944",68224,94556 +"305945",68224,94559 +"305946",68224,94568 +"305947",68228,77636 +"305948",68228,107429 +"305949",68229,73976 +"305950",68229,80237 +"305951",68229,112851 +"305952",68231,78742 +"305953",68231,80174 +"305954",68231,94196 +"305955",68231,95302 +"305956",68231,95943 +"305957",68231,96658 +"305958",68231,107237 +"305959",68231,107279 +"305960",68234,73289 +"305961",68235,68237 +"305962",68236,85678 +"305963",68236,90509 +"305964",68236,93626 +"305965",68236,93642 +"305966",68236,95879 +"305967",68238,80723 +"305968",68238,104921 +"305969",68239,78963 +"305970",68239,78964 +"305971",68243,77013 +"305972",68243,81770 +"305973",68243,99389 +"305974",68243,100196 +"305975",68243,101528 +"305976",68243,103498 +"305977",68243,106235 +"305978",68244,72696 +"305979",68245,90026 +"305980",68245,105187 +"305981",68247,108900 +"305982",68249,69747 +"305983",68254,71339 +"305984",68254,72548 +"305985",68255,68313 +"305986",68255,68324 +"305987",68258,73489 +"305988",68259,68265 +"305989",68259,97832 +"305990",68260,69494 +"305991",68262,84591 +"305992",68262,90784 +"305993",68262,107748 +"305994",68262,117685 +"305995",68263,68319 +"305996",68267,85108 +"305997",68268,68290 +"305998",68268,68296 +"305999",68268,74717 +"306000",68268,82852 +"306001",68268,108959 +"306002",68268,108979 +"306003",68268,108981 +"306004",68269,78357 +"306005",68269,78505 +"306006",68272,83493 +"306007",68274,72507 +"306008",68275,106354 +"306009",68276,92791 +"306010",68276,116399 +"306011",68277,95647 +"306012",68277,95886 +"306013",68278,114274 +"306014",68279,70763 +"306015",68279,118588 +"306016",68280,78250 +"306017",68280,89611 +"306018",68280,94595 +"306019",68280,110334 +"306020",68280,122998 +"306021",68280,122999 +"306022",68281,78619 +"306023",68281,101016 +"306024",68282,76680 +"306025",68283,74616 +"306026",68284,90475 +"306027",68284,110318 +"306028",68284,110319 +"306029",68285,121261 +"306030",68286,73203 +"306031",68288,91467 +"306032",68289,82009 +"306033",68290,68296 +"306034",68291,88484 +"306035",68292,87203 +"306036",68293,70724 +"306037",68293,70781 +"306038",68293,86159 +"306039",68293,89736 +"306040",68293,94416 +"306041",68293,110242 +"306042",68293,117956 +"306043",68295,85307 +"306044",68296,88638 +"306045",68296,92660 +"306046",68297,68302 +"306047",68297,68321 +"306048",68297,71593 +"306049",68297,112066 +"306050",68299,70457 +"306051",68299,78086 +"306052",68299,104762 +"306053",68300,96022 +"306054",68300,120432 +"306055",68301,85584 +"306056",68301,86608 +"306057",68301,113634 +"306058",68301,113635 +"306059",68302,68321 +"306060",68303,92606 +"306061",68303,101615 +"306062",68304,101892 +"306063",68304,121584 +"306064",68305,119315 +"306065",68306,74516 +"306066",68306,75949 +"306067",68306,115406 +"306068",68306,122075 +"306069",68306,123481 +"306070",68308,94061 +"306071",68308,95365 +"306072",68311,83370 +"306073",68311,83646 +"306074",68313,68324 +"306075",68314,93283 +"306076",68314,107508 +"306077",68315,69950 +"306078",68317,75320 +"306079",68320,94664 +"306080",68320,96205 +"306081",68323,68985 +"306082",68323,86250 +"306083",68323,95829 +"306084",68323,96824 +"306085",68325,78582 +"306086",68326,106543 +"306087",68327,71137 +"306088",68328,74822 +"306089",68328,97795 +"306090",68329,68332 +"306091",68330,78040 +"306092",68331,69907 +"306093",68331,72157 +"306094",68331,72193 +"306095",68331,72736 +"306096",68331,72756 +"306097",68332,84390 +"306098",68332,98552 +"306099",68333,82839 +"306100",68333,87719 +"306101",68334,70431 +"306102",68334,123170 +"306103",68335,69517 +"306104",68335,87957 +"306105",68335,94655 +"306106",68335,99320 +"306107",68335,100907 +"306108",68335,121216 +"306109",68337,76302 +"306110",68338,73120 +"306111",68338,75387 +"306112",68338,92241 +"306113",68338,93006 +"306114",68338,103934 +"306115",68340,68428 +"306116",68340,98534 +"306117",68340,108934 +"306118",68341,69305 +"306119",68342,68347 +"306120",68342,79693 +"306121",68342,119115 +"306122",68342,121111 +"306123",68342,121116 +"306124",68342,121117 +"306125",68344,81752 +"306126",68344,107641 +"306127",68344,107650 +"306128",68345,80606 +"306129",68345,87228 +"306130",68345,102328 +"306131",68347,84796 +"306132",68347,98042 +"306133",68347,106726 +"306134",68347,117852 +"306135",68350,76098 +"306136",68350,109096 +"306137",68352,72892 +"306138",68352,112378 +"306139",68353,74605 +"306140",68353,75901 +"306141",68353,86676 +"306142",68353,92926 +"306143",68353,97417 +"306144",68353,107332 +"306145",68355,71190 +"306146",68355,73261 +"306147",68355,94253 +"306148",68356,68357 +"306149",68356,68394 +"306150",68357,68394 +"306151",68357,71427 +"306152",68358,68373 +"306153",68361,81733 +"306154",68364,68379 +"306155",68364,70625 +"306156",68365,71222 +"306157",68365,71407 +"306158",68365,71455 +"306159",68365,76968 +"306160",68365,88729 +"306161",68366,113820 +"306162",68367,83706 +"306163",68367,93235 +"306164",68367,94148 +"306165",68367,95254 +"306166",68367,96525 +"306167",68368,99373 +"306168",68368,100901 +"306169",68369,92680 +"306170",68369,96421 +"306171",68372,84799 +"306172",68375,84718 +"306173",68376,71328 +"306174",68380,68572 +"306175",68380,72082 +"306176",68380,111141 +"306177",68381,68898 +"306178",68381,90129 +"306179",68382,87309 +"306180",68383,103665 +"306181",68383,108056 +"306182",68384,87334 +"306183",68386,96028 +"306184",68388,120493 +"306185",68389,96011 +"306186",68391,72235 +"306187",68391,93001 +"306188",68391,93166 +"306189",68391,99574 +"306190",68391,100172 +"306191",68391,102288 +"306192",68391,106254 +"306193",68391,106360 +"306194",68391,106370 +"306195",68391,106379 +"306196",68391,106385 +"306197",68392,76293 +"306198",68392,80967 +"306199",68392,88304 +"306200",68393,93017 +"306201",68393,105739 +"306202",68394,75027 +"306203",68396,86081 +"306204",68396,100687 +"306205",68396,108852 +"306206",68396,119403 +"306207",68396,119406 +"306208",68399,106218 +"306209",68400,76860 +"306210",68400,86060 +"306211",68400,106318 +"306212",68401,69381 +"306213",68402,72989 +"306214",68402,73452 +"306215",68402,73505 +"306216",68402,75015 +"306217",68403,87837 +"306218",68405,73546 +"306219",68405,73603 +"306220",68407,70432 +"306221",68407,104712 +"306222",68408,72861 +"306223",68408,75377 +"306224",68408,75578 +"306225",68409,78912 +"306226",68410,78070 +"306227",68410,79497 +"306228",68411,70277 +"306229",68411,94961 +"306230",68411,102585 +"306231",68411,103651 +"306232",68411,118808 +"306233",68414,117035 +"306234",68415,110455 +"306235",68416,89230 +"306236",68416,90076 +"306237",68416,90131 +"306238",68416,104703 +"306239",68416,107116 +"306240",68416,107477 +"306241",68416,108212 +"306242",68416,108234 +"306243",68416,108237 +"306244",68417,84200 +"306245",68417,89518 +"306246",68417,103949 +"306247",68418,68472 +"306248",68418,68517 +"306249",68418,70064 +"306250",68418,117633 +"306251",68419,111865 +"306252",68422,69048 +"306253",68422,86474 +"306254",68422,104005 +"306255",68422,106294 +"306256",68422,106304 +"306257",68423,70789 +"306258",68423,71219 +"306259",68423,72135 +"306260",68423,72797 +"306261",68423,73659 +"306262",68423,97829 +"306263",68423,101218 +"306264",68423,108767 +"306265",68424,68480 +"306266",68425,121128 +"306267",68425,121674 +"306268",68429,68437 +"306269",68429,68546 +"306270",68430,109913 +"306271",68432,80867 +"306272",68432,99629 +"306273",68432,111004 +"306274",68432,111055 +"306275",68434,69801 +"306276",68435,83378 +"306277",68435,117154 +"306278",68435,117159 +"306279",68435,117165 +"306280",68437,68546 +"306281",68438,104641 +"306282",68438,104654 +"306283",68439,68463 +"306284",68439,80453 +"306285",68439,97456 +"306286",68439,97457 +"306287",68439,97465 +"306288",68440,68608 +"306289",68441,68688 +"306290",68441,69447 +"306291",68441,73743 +"306292",68441,97242 +"306293",68441,112825 +"306294",68442,90990 +"306295",68442,109328 +"306296",68443,72128 +"306297",68447,95258 +"306298",68447,102202 +"306299",68447,105179 +"306300",68447,106574 +"306301",68447,108611 +"306302",68447,119516 +"306303",68448,76268 +"306304",68449,81879 +"306305",68449,117493 +"306306",68450,81224 +"306307",68452,97015 +"306308",68454,68580 +"306309",68454,72735 +"306310",68455,73123 +"306311",68456,84660 +"306312",68456,93916 +"306313",68456,94537 +"306314",68457,69198 +"306315",68457,77565 +"306316",68457,78974 +"306317",68457,86023 +"306318",68457,87813 +"306319",68457,88773 +"306320",68457,90993 +"306321",68457,90994 +"306322",68457,92417 +"306323",68457,100319 +"306324",68457,101250 +"306325",68457,101462 +"306326",68457,109885 +"306327",68457,110742 +"306328",68457,112606 +"306329",68457,116142 +"306330",68457,116150 +"306331",68457,116151 +"306332",68457,116152 +"306333",68457,116155 +"306334",68457,116159 +"306335",68457,116163 +"306336",68457,116165 +"306337",68457,116166 +"306338",68457,116171 +"306339",68457,116677 +"306340",68457,116678 +"306341",68458,99802 +"306342",68458,115383 +"306343",68459,71936 +"306344",68459,78342 +"306345",68459,92519 +"306346",68459,110503 +"306347",68460,68862 +"306348",68460,74189 +"306349",68460,80061 +"306350",68460,80728 +"306351",68460,85481 +"306352",68460,86523 +"306353",68460,89685 +"306354",68460,91869 +"306355",68460,101642 +"306356",68460,107259 +"306357",68460,108821 +"306358",68464,101974 +"306359",68464,111129 +"306360",68464,123012 +"306361",68466,70619 +"306362",68466,74488 +"306363",68468,84314 +"306364",68469,85748 +"306365",68470,96414 +"306366",68471,75749 +"306367",68471,75753 +"306368",68472,68517 +"306369",68473,111018 +"306370",68473,111387 +"306371",68473,111390 +"306372",68473,111428 +"306373",68474,101614 +"306374",68474,108453 +"306375",68475,68496 +"306376",68475,68917 +"306377",68475,69296 +"306378",68475,71106 +"306379",68475,73655 +"306380",68475,75767 +"306381",68475,76046 +"306382",68475,76459 +"306383",68475,76808 +"306384",68475,77727 +"306385",68475,78224 +"306386",68475,79222 +"306387",68475,82978 +"306388",68475,83306 +"306389",68475,85027 +"306390",68475,88412 +"306391",68475,90275 +"306392",68475,90426 +"306393",68475,91112 +"306394",68475,91526 +"306395",68475,93425 +"306396",68475,93523 +"306397",68475,94520 +"306398",68475,95954 +"306399",68475,99544 +"306400",68475,99547 +"306401",68475,99554 +"306402",68475,100595 +"306403",68475,100739 +"306404",68475,100819 +"306405",68475,101898 +"306406",68475,101988 +"306407",68475,102146 +"306408",68475,102201 +"306409",68475,102309 +"306410",68475,102635 +"306411",68475,102730 +"306412",68475,102846 +"306413",68475,103790 +"306414",68475,104095 +"306415",68475,104574 +"306416",68475,104784 +"306417",68475,104845 +"306418",68475,107269 +"306419",68475,107623 +"306420",68475,107714 +"306421",68475,107879 +"306422",68475,107975 +"306423",68475,113334 +"306424",68475,120028 +"306425",68476,95859 +"306426",68479,98514 +"306427",68479,120497 +"306428",68479,120540 +"306429",68483,69381 +"306430",68483,73564 +"306431",68483,86909 +"306432",68484,75597 +"306433",68484,75608 +"306434",68486,69579 +"306435",68486,69614 +"306436",68487,68525 +"306437",68488,69273 +"306438",68490,68493 +"306439",68490,79064 +"306440",68492,89572 +"306441",68495,75763 +"306442",68495,78849 +"306443",68495,93509 +"306444",68496,100964 +"306445",68496,112710 +"306446",68497,68536 +"306447",68497,68583 +"306448",68498,75007 +"306449",68498,85034 +"306450",68499,68634 +"306451",68499,71161 +"306452",68499,74938 +"306453",68500,84346 +"306454",68500,84353 +"306455",68501,75824 +"306456",68501,76383 +"306457",68501,80602 +"306458",68501,82174 +"306459",68501,85083 +"306460",68501,85148 +"306461",68501,89979 +"306462",68501,92261 +"306463",68501,97940 +"306464",68501,102999 +"306465",68501,104542 +"306466",68501,106554 +"306467",68501,108976 +"306468",68501,110023 +"306469",68501,120004 +"306470",68502,99370 +"306471",68502,100454 +"306472",68502,104646 +"306473",68502,110254 +"306474",68502,116796 +"306475",68503,83640 +"306476",68504,68518 +"306477",68504,83205 +"306478",68506,108636 +"306479",68506,108637 +"306480",68507,97155 +"306481",68508,68740 +"306482",68509,99690 +"306483",68509,118367 +"306484",68509,118370 +"306485",68509,119621 +"306486",68510,80900 +"306487",68510,95669 +"306488",68510,119868 +"306489",68514,80869 +"306490",68515,76638 +"306491",68515,76642 +"306492",68517,75059 +"306493",68517,77363 +"306494",68517,92851 +"306495",68517,93668 +"306496",68517,99759 +"306497",68518,68823 +"306498",68518,97012 +"306499",68518,108326 +"306500",68520,78963 +"306501",68520,86878 +"306502",68520,91885 +"306503",68520,104983 +"306504",68521,97689 +"306505",68523,105705 +"306506",68525,85859 +"306507",68525,95572 +"306508",68526,82322 +"306509",68528,68538 +"306510",68528,69079 +"306511",68528,69248 +"306512",68528,73338 +"306513",68528,81584 +"306514",68530,91224 +"306515",68530,91521 +"306516",68530,94302 +"306517",68530,108401 +"306518",68530,120064 +"306519",68531,103685 +"306520",68531,120954 +"306521",68532,81482 +"306522",68532,97123 +"306523",68533,68534 +"306524",68534,82417 +"306525",68536,68583 +"306526",68538,96685 +"306527",68538,100017 +"306528",68538,101006 +"306529",68539,79262 +"306530",68539,80134 +"306531",68539,88149 +"306532",68539,92547 +"306533",68539,99493 +"306534",68539,102486 +"306535",68539,106594 +"306536",68540,73627 +"306537",68540,97255 +"306538",68543,68549 +"306539",68544,68579 +"306540",68544,100079 +"306541",68544,110065 +"306542",68544,110112 +"306543",68545,81700 +"306544",68546,87640 +"306545",68546,87667 +"306546",68546,87680 +"306547",68546,87682 +"306548",68547,84827 +"306549",68547,94974 +"306550",68547,95164 +"306551",68549,93257 +"306552",68549,110237 +"306553",68549,110249 +"306554",68551,100144 +"306555",68553,68584 +"306556",68554,68890 +"306557",68554,77982 +"306558",68560,109334 +"306559",68562,84510 +"306560",68563,122799 +"306561",68566,77764 +"306562",68569,70925 +"306563",68569,71943 +"306564",68569,73374 +"306565",68569,78925 +"306566",68569,80723 +"306567",68569,90643 +"306568",68569,92592 +"306569",68569,94027 +"306570",68569,96336 +"306571",68569,96452 +"306572",68569,100502 +"306573",68569,101967 +"306574",68569,105903 +"306575",68569,105988 +"306576",68569,106010 +"306577",68569,106576 +"306578",68569,109596 +"306579",68569,114282 +"306580",68569,114545 +"306581",68569,115951 +"306582",68569,119265 +"306583",68569,119419 +"306584",68569,119454 +"306585",68570,68571 +"306586",68573,81302 +"306587",68574,72264 +"306588",68574,113002 +"306589",68574,118393 +"306590",68574,118395 +"306591",68574,118396 +"306592",68574,118399 +"306593",68575,68624 +"306594",68576,98935 +"306595",68578,68713 +"306596",68578,73584 +"306597",68578,74738 +"306598",68580,72735 +"306599",68582,72814 +"306600",68585,69973 +"306601",68585,70174 +"306602",68586,68688 +"306603",68586,80911 +"306604",68586,85646 +"306605",68587,78796 +"306606",68587,78813 +"306607",68587,98375 +"306608",68587,98395 +"306609",68587,98480 +"306610",68587,98482 +"306611",68587,98483 +"306612",68587,98497 +"306613",68587,98498 +"306614",68587,98501 +"306615",68587,98502 +"306616",68588,74379 +"306617",68588,101573 +"306618",68588,108576 +"306619",68588,109448 +"306620",68588,109456 +"306621",68588,109459 +"306622",68589,88920 +"306623",68589,107997 +"306624",68589,117251 +"306625",68589,121165 +"306626",68590,71974 +"306627",68590,72437 +"306628",68590,75001 +"306629",68590,79090 +"306630",68590,79238 +"306631",68590,89440 +"306632",68590,92472 +"306633",68590,92498 +"306634",68590,92520 +"306635",68591,68594 +"306636",68592,68705 +"306637",68592,77468 +"306638",68592,79818 +"306639",68592,103179 +"306640",68592,103756 +"306641",68594,78726 +"306642",68594,121950 +"306643",68595,88006 +"306644",68595,88017 +"306645",68596,68623 +"306646",68597,70715 +"306647",68597,78247 +"306648",68597,96749 +"306649",68597,101813 +"306650",68597,111267 +"306651",68597,116209 +"306652",68599,90053 +"306653",68600,69008 +"306654",68601,68602 +"306655",68602,76252 +"306656",68602,86447 +"306657",68603,99373 +"306658",68603,101065 +"306659",68604,79149 +"306660",68604,97556 +"306661",68604,106965 +"306662",68605,78321 +"306663",68606,71187 +"306664",68606,84227 +"306665",68606,84231 +"306666",68606,84279 +"306667",68606,84283 +"306668",68607,93343 +"306669",68607,99746 +"306670",68607,106783 +"306671",68607,108939 +"306672",68608,71125 +"306673",68610,68656 +"306674",68610,68666 +"306675",68610,68703 +"306676",68611,121178 +"306677",68613,71399 +"306678",68613,77377 +"306679",68613,108557 +"306680",68613,121047 +"306681",68614,74500 +"306682",68616,86092 +"306683",68616,105806 +"306684",68617,68882 +"306685",68617,79677 +"306686",68617,102312 +"306687",68618,70266 +"306688",68618,74701 +"306689",68618,77710 +"306690",68619,110779 +"306691",68620,72024 +"306692",68622,70473 +"306693",68622,118846 +"306694",68623,69503 +"306695",68623,91151 +"306696",68623,117426 +"306697",68625,101485 +"306698",68626,69816 +"306699",68626,72822 +"306700",68626,91073 +"306701",68626,112824 +"306702",68626,112844 +"306703",68626,112845 +"306704",68629,79915 +"306705",68629,81859 +"306706",68631,68878 +"306707",68634,71161 +"306708",68634,94179 +"306709",68634,111396 +"306710",68634,111929 +"306711",68634,111932 +"306712",68634,111939 +"306713",68635,81317 +"306714",68635,86039 +"306715",68635,108781 +"306716",68636,75027 +"306717",68636,84067 +"306718",68637,70575 +"306719",68638,69784 +"306720",68639,68852 +"306721",68643,85482 +"306722",68643,85483 +"306723",68645,80473 +"306724",68645,105398 +"306725",68645,107996 +"306726",68645,108314 +"306727",68647,69581 +"306728",68647,72463 +"306729",68647,72477 +"306730",68649,96580 +"306731",68649,111779 +"306732",68650,68690 +"306733",68650,70570 +"306734",68650,107311 +"306735",68650,114741 +"306736",68651,85762 +"306737",68651,85792 +"306738",68654,79709 +"306739",68654,79712 +"306740",68654,79737 +"306741",68654,79739 +"306742",68654,79749 +"306743",68654,79751 +"306744",68654,79757 +"306745",68654,79762 +"306746",68654,79767 +"306747",68654,79772 +"306748",68654,79773 +"306749",68654,79793 +"306750",68654,79798 +"306751",68654,79802 +"306752",68654,79811 +"306753",68654,79812 +"306754",68656,68666 +"306755",68656,68703 +"306756",68661,71976 +"306757",68662,76145 +"306758",68663,89058 +"306759",68663,99443 +"306760",68663,107567 +"306761",68666,68703 +"306762",68667,73666 +"306763",68668,92562 +"306764",68670,76383 +"306765",68670,78713 +"306766",68670,81064 +"306767",68670,81134 +"306768",68670,92381 +"306769",68670,97940 +"306770",68670,103238 +"306771",68670,103717 +"306772",68670,105960 +"306773",68670,115006 +"306774",68672,68891 +"306775",68673,88000 +"306776",68674,72090 +"306777",68675,117962 +"306778",68679,84543 +"306779",68679,115523 +"306780",68680,71531 +"306781",68680,72224 +"306782",68681,104323 +"306783",68681,104976 +"306784",68682,68691 +"306785",68682,68876 +"306786",68682,85106 +"306787",68683,73561 +"306788",68683,95761 +"306789",68683,95883 +"306790",68684,75772 +"306791",68684,88542 +"306792",68684,91571 +"306793",68684,91592 +"306794",68685,68893 +"306795",68687,79074 +"306796",68687,80391 +"306797",68687,86558 +"306798",68687,87254 +"306799",68687,92426 +"306800",68687,98573 +"306801",68687,100768 +"306802",68687,113770 +"306803",68688,68726 +"306804",68688,69447 +"306805",68688,70115 +"306806",68688,80911 +"306807",68688,85646 +"306808",68688,97242 +"306809",68688,119301 +"306810",68688,119856 +"306811",68688,120164 +"306812",68691,68876 +"306813",68691,89117 +"306814",68691,102364 +"306815",68691,119500 +"306816",68693,69633 +"306817",68693,78092 +"306818",68693,88702 +"306819",68695,98284 +"306820",68695,117624 +"306821",68696,78404 +"306822",68696,118987 +"306823",68696,118990 +"306824",68698,98716 +"306825",68698,102492 +"306826",68698,114635 +"306827",68698,120850 +"306828",68698,120852 +"306829",68700,90379 +"306830",68700,96563 +"306831",68701,84616 +"306832",68701,87761 +"306833",68701,114785 +"306834",68701,114836 +"306835",68702,71771 +"306836",68704,68735 +"306837",68704,80206 +"306838",68704,81112 +"306839",68705,82801 +"306840",68705,94398 +"306841",68705,120787 +"306842",68707,75502 +"306843",68707,91049 +"306844",68708,76151 +"306845",68708,92863 +"306846",68708,117620 +"306847",68709,68918 +"306848",68709,69141 +"306849",68710,69152 +"306850",68710,78093 +"306851",68710,95408 +"306852",68710,96435 +"306853",68711,68754 +"306854",68713,74738 +"306855",68713,88171 +"306856",68713,104189 +"306857",68713,122015 +"306858",68714,68880 +"306859",68715,69887 +"306860",68716,68721 +"306861",68716,68779 +"306862",68716,69097 +"306863",68716,69098 +"306864",68716,69819 +"306865",68716,69853 +"306866",68716,69855 +"306867",68717,73822 +"306868",68717,73845 +"306869",68717,73893 +"306870",68717,74359 +"306871",68720,68915 +"306872",68720,75471 +"306873",68721,68779 +"306874",68721,69097 +"306875",68721,69098 +"306876",68722,82098 +"306877",68723,70878 +"306878",68724,69780 +"306879",68724,98094 +"306880",68724,108822 +"306881",68724,117103 +"306882",68725,82375 +"306883",68725,90309 +"306884",68726,70115 +"306885",68726,77194 +"306886",68726,93570 +"306887",68726,108495 +"306888",68726,108556 +"306889",68726,110482 +"306890",68726,119301 +"306891",68726,119753 +"306892",68726,119856 +"306893",68726,120164 +"306894",68727,107862 +"306895",68729,90680 +"306896",68730,75826 +"306897",68730,75835 +"306898",68730,75842 +"306899",68730,75931 +"306900",68731,80455 +"306901",68731,80463 +"306902",68731,80475 +"306903",68731,81580 +"306904",68731,81617 +"306905",68731,81703 +"306906",68732,69877 +"306907",68732,78995 +"306908",68732,94912 +"306909",68732,100557 +"306910",68732,101899 +"306911",68732,107204 +"306912",68732,113368 +"306913",68732,115355 +"306914",68732,123441 +"306915",68732,123443 +"306916",68733,69159 +"306917",68733,78996 +"306918",68735,72247 +"306919",68736,92400 +"306920",68736,92560 +"306921",68736,103490 +"306922",68736,112265 +"306923",68738,90220 +"306924",68738,93909 +"306925",68738,99725 +"306926",68741,92459 +"306927",68743,83077 +"306928",68743,86057 +"306929",68745,68746 +"306930",68745,68747 +"306931",68745,80330 +"306932",68745,84416 +"306933",68746,68747 +"306934",68748,69006 +"306935",68749,68930 +"306936",68749,70314 +"306937",68749,104580 +"306938",68749,109425 +"306939",68749,109460 +"306940",68749,112438 +"306941",68749,112488 +"306942",68752,69085 +"306943",68752,95601 +"306944",68753,87702 +"306945",68753,101633 +"306946",68753,101638 +"306947",68753,101676 +"306948",68753,101979 +"306949",68754,117800 +"306950",68754,117807 +"306951",68754,117814 +"306952",68754,117823 +"306953",68755,74773 +"306954",68755,75398 +"306955",68756,123304 +"306956",68758,74082 +"306957",68758,77929 +"306958",68758,82772 +"306959",68759,102519 +"306960",68759,103637 +"306961",68761,79599 +"306962",68761,109347 +"306963",68762,77693 +"306964",68762,88280 +"306965",68762,88610 +"306966",68762,91282 +"306967",68762,101733 +"306968",68762,101827 +"306969",68763,110714 +"306970",68764,69954 +"306971",68764,99564 +"306972",68764,103432 +"306973",68766,80450 +"306974",68768,69670 +"306975",68768,83975 +"306976",68768,92669 +"306977",68768,99296 +"306978",68768,99792 +"306979",68768,99837 +"306980",68768,100711 +"306981",68769,69133 +"306982",68775,84430 +"306983",68776,76599 +"306984",68776,80468 +"306985",68776,85001 +"306986",68778,113893 +"306987",68779,69097 +"306988",68779,69098 +"306989",68780,70954 +"306990",68780,115153 +"306991",68783,72112 +"306992",68783,72204 +"306993",68785,99098 +"306994",68786,113837 +"306995",68786,113840 +"306996",68788,88159 +"306997",68788,91788 +"306998",68788,91847 +"306999",68788,91851 +"307000",68788,111609 +"307001",68789,68891 +"307002",68789,68914 +"307003",68790,89665 +"307004",68790,117623 +"307005",68791,82162 +"307006",68791,99266 +"307007",68796,75457 +"307008",68797,71459 +"307009",68799,75672 +"307010",68799,77466 +"307011",68799,77914 +"307012",68799,80119 +"307013",68799,116659 +"307014",68799,121547 +"307015",68799,122156 +"307016",68801,100140 +"307017",68803,87480 +"307018",68803,107318 +"307019",68804,86126 +"307020",68804,103963 +"307021",68805,80116 +"307022",68805,108924 +"307023",68806,87977 +"307024",68806,90387 +"307025",68806,112374 +"307026",68807,68813 +"307027",68807,68826 +"307028",68807,68864 +"307029",68809,88917 +"307030",68810,108415 +"307031",68811,77218 +"307032",68812,81978 +"307033",68812,112197 +"307034",68813,68826 +"307035",68813,68864 +"307036",68814,105742 +"307037",68815,101325 +"307038",68815,106863 +"307039",68815,106902 +"307040",68816,68909 +"307041",68816,68938 +"307042",68816,69332 +"307043",68816,69681 +"307044",68816,70610 +"307045",68816,70611 +"307046",68816,70725 +"307047",68816,71211 +"307048",68816,71505 +"307049",68816,71887 +"307050",68820,78231 +"307051",68820,85836 +"307052",68820,86125 +"307053",68820,87580 +"307054",68822,68858 +"307055",68822,79110 +"307056",68822,92895 +"307057",68822,94857 +"307058",68822,94861 +"307059",68822,98986 +"307060",68823,73553 +"307061",68823,97012 +"307062",68823,101092 +"307063",68823,101441 +"307064",68823,103698 +"307065",68823,106449 +"307066",68823,107268 +"307067",68823,109978 +"307068",68823,111311 +"307069",68823,115929 +"307070",68823,121339 +"307071",68823,121348 +"307072",68823,121354 +"307073",68824,80892 +"307074",68824,119280 +"307075",68825,99179 +"307076",68826,68864 +"307077",68827,71870 +"307078",68827,74186 +"307079",68827,81286 +"307080",68827,89988 +"307081",68827,103888 +"307082",68827,106703 +"307083",68828,76748 +"307084",68828,78940 +"307085",68828,79074 +"307086",68828,116812 +"307087",68829,70824 +"307088",68829,90793 +"307089",68829,111622 +"307090",68830,85948 +"307091",68830,85970 +"307092",68831,94088 +"307093",68831,94138 +"307094",68831,109181 +"307095",68833,90151 +"307096",68836,68850 +"307097",68836,68866 +"307098",68836,68868 +"307099",68836,68873 +"307100",68837,102587 +"307101",68837,109730 +"307102",68837,115535 +"307103",68839,82053 +"307104",68841,84456 +"307105",68841,85847 +"307106",68842,87278 +"307107",68843,94353 +"307108",68843,97716 +"307109",68844,68845 +"307110",68844,77441 +"307111",68844,88288 +"307112",68844,88443 +"307113",68844,100502 +"307114",68844,100583 +"307115",68847,84089 +"307116",68847,88081 +"307117",68847,94961 +"307118",68847,113573 +"307119",68847,113637 +"307120",68847,113646 +"307121",68848,92684 +"307122",68848,93116 +"307123",68849,71730 +"307124",68849,80065 +"307125",68850,68866 +"307126",68850,68868 +"307127",68850,68873 +"307128",68851,69193 +"307129",68853,68931 +"307130",68853,74100 +"307131",68853,82964 +"307132",68853,95320 +"307133",68853,105066 +"307134",68854,70079 +"307135",68854,80144 +"307136",68854,80202 +"307137",68854,80209 +"307138",68854,116047 +"307139",68855,82486 +"307140",68855,87595 +"307141",68855,119488 +"307142",68857,86468 +"307143",68857,86483 +"307144",68858,87904 +"307145",68858,96851 +"307146",68859,112678 +"307147",68861,70719 +"307148",68861,79111 +"307149",68861,79133 +"307150",68862,74799 +"307151",68862,78956 +"307152",68862,83163 +"307153",68862,89955 +"307154",68862,91869 +"307155",68862,93317 +"307156",68862,101146 +"307157",68862,107465 +"307158",68862,108821 +"307159",68862,108835 +"307160",68862,110139 +"307161",68866,68868 +"307162",68866,68873 +"307163",68868,68873 +"307164",68872,87636 +"307165",68872,99670 +"307166",68873,114076 +"307167",68874,69375 +"307168",68875,68912 +"307169",68875,69671 +"307170",68875,70887 +"307171",68875,75373 +"307172",68875,90752 +"307173",68875,91733 +"307174",68875,91734 +"307175",68876,69232 +"307176",68876,94025 +"307177",68876,108508 +"307178",68876,115715 +"307179",68877,89268 +"307180",68877,98118 +"307181",68878,82572 +"307182",68878,82580 +"307183",68881,77748 +"307184",68882,102312 +"307185",68883,68956 +"307186",68884,81504 +"307187",68884,88853 +"307188",68884,105435 +"307189",68885,105281 +"307190",68885,105383 +"307191",68887,81820 +"307192",68887,104720 +"307193",68887,123457 +"307194",68888,96068 +"307195",68888,98832 +"307196",68888,110350 +"307197",68888,110351 +"307198",68888,110408 +"307199",68889,70698 +"307200",68890,112949 +"307201",68890,117329 +"307202",68891,68914 +"307203",68894,90803 +"307204",68895,82123 +"307205",68895,97426 +"307206",68895,113463 +"307207",68896,74878 +"307208",68896,97758 +"307209",68898,69891 +"307210",68899,72447 +"307211",68900,106270 +"307212",68900,122667 +"307213",68901,76370 +"307214",68901,93632 +"307215",68902,81504 +"307216",68903,106195 +"307217",68904,78039 +"307218",68905,69160 +"307219",68908,69058 +"307220",68908,69076 +"307221",68909,68938 +"307222",68909,69332 +"307223",68909,69681 +"307224",68909,70610 +"307225",68909,70611 +"307226",68909,70725 +"307227",68909,71211 +"307228",68909,71505 +"307229",68909,71887 +"307230",68910,78323 +"307231",68910,82206 +"307232",68910,89336 +"307233",68910,89346 +"307234",68917,69296 +"307235",68917,71106 +"307236",68917,73655 +"307237",68917,75767 +"307238",68917,76046 +"307239",68917,76459 +"307240",68917,76808 +"307241",68917,77727 +"307242",68917,78224 +"307243",68917,79222 +"307244",68917,82856 +"307245",68917,82978 +"307246",68917,83306 +"307247",68917,85027 +"307248",68917,85182 +"307249",68917,88412 +"307250",68917,90275 +"307251",68917,90426 +"307252",68917,91112 +"307253",68917,91526 +"307254",68917,93425 +"307255",68917,93523 +"307256",68917,93940 +"307257",68917,93941 +"307258",68917,94520 +"307259",68917,95954 +"307260",68917,99544 +"307261",68917,99547 +"307262",68917,99554 +"307263",68917,99718 +"307264",68917,100595 +"307265",68917,100739 +"307266",68917,100819 +"307267",68917,101898 +"307268",68917,101988 +"307269",68917,102146 +"307270",68917,102201 +"307271",68917,102309 +"307272",68917,102635 +"307273",68917,102730 +"307274",68917,102846 +"307275",68917,103790 +"307276",68917,104095 +"307277",68917,104574 +"307278",68917,104784 +"307279",68917,104845 +"307280",68917,107269 +"307281",68917,107623 +"307282",68917,107714 +"307283",68917,107879 +"307284",68917,107975 +"307285",68917,108673 +"307286",68917,113356 +"307287",68917,113390 +"307288",68918,69141 +"307289",68919,69035 +"307290",68919,76048 +"307291",68919,76541 +"307292",68919,78327 +"307293",68919,88257 +"307294",68919,100810 +"307295",68919,105872 +"307296",68919,106535 +"307297",68920,71288 +"307298",68920,90687 +"307299",68922,80054 +"307300",68922,101292 +"307301",68923,85117 +"307302",68923,116707 +"307303",68924,70922 +"307304",68924,99509 +"307305",68925,111998 +"307306",68926,121817 +"307307",68932,68969 +"307308",68932,99407 +"307309",68933,74068 +"307310",68933,105224 +"307311",68938,69332 +"307312",68938,69681 +"307313",68938,70610 +"307314",68938,70611 +"307315",68938,70725 +"307316",68938,71211 +"307317",68938,71505 +"307318",68938,71887 +"307319",68938,72030 +"307320",68939,74417 +"307321",68939,91971 +"307322",68939,98856 +"307323",68940,69087 +"307324",68940,69199 +"307325",68941,71349 +"307326",68942,77639 +"307327",68942,80967 +"307328",68942,100766 +"307329",68943,69718 +"307330",68943,71918 +"307331",68943,84875 +"307332",68943,108129 +"307333",68945,69207 +"307334",68945,70496 +"307335",68945,113436 +"307336",68945,117357 +"307337",68947,69851 +"307338",68947,121782 +"307339",68948,69292 +"307340",68950,72594 +"307341",68954,111015 +"307342",68956,83519 +"307343",68956,117875 +"307344",68957,113639 +"307345",68957,117157 +"307346",68957,123022 +"307347",68958,71922 +"307348",68958,73820 +"307349",68958,87507 +"307350",68958,87990 +"307351",68958,112712 +"307352",68959,108568 +"307353",68960,87705 +"307354",68961,89322 +"307355",68961,95527 +"307356",68964,72262 +"307357",68966,69180 +"307358",68966,69226 +"307359",68966,71191 +"307360",68966,71426 +"307361",68967,78257 +"307362",68967,90509 +"307363",68967,91768 +"307364",68967,103764 +"307365",68967,105065 +"307366",68967,118382 +"307367",68970,97926 +"307368",68970,123272 +"307369",68975,73857 +"307370",68975,74072 +"307371",68979,69092 +"307372",68979,69101 +"307373",68979,69115 +"307374",68979,69161 +"307375",68979,100074 +"307376",68980,68991 +"307377",68982,86751 +"307378",68982,93624 +"307379",68982,96257 +"307380",68984,69021 +"307381",68985,86250 +"307382",68985,95829 +"307383",68985,96824 +"307384",68985,107235 +"307385",68986,92625 +"307386",68986,95391 +"307387",68986,107486 +"307388",68986,107601 +"307389",68987,69306 +"307390",68987,100932 +"307391",68988,91102 +"307392",68988,93128 +"307393",68989,80043 +"307394",68989,115165 +"307395",68989,115172 +"307396",68989,115175 +"307397",68992,83075 +"307398",68992,93546 +"307399",68992,103306 +"307400",68992,104800 +"307401",68992,105402 +"307402",68992,106707 +"307403",68992,110444 +"307404",68992,119389 +"307405",68993,69016 +"307406",68994,73315 +"307407",68994,83698 +"307408",68995,74146 +"307409",68995,100539 +"307410",68997,71469 +"307411",68997,81914 +"307412",68997,87234 +"307413",68997,87748 +"307414",68997,106186 +"307415",68997,108019 +"307416",68999,101641 +"307417",69000,69002 +"307418",69003,94518 +"307419",69003,94535 +"307420",69005,101493 +"307421",69005,113822 +"307422",69007,120599 +"307423",69009,74061 +"307424",69009,76561 +"307425",69010,69050 +"307426",69011,75510 +"307427",69011,76029 +"307428",69011,78549 +"307429",69011,91222 +"307430",69011,97260 +"307431",69011,99545 +"307432",69011,99572 +"307433",69011,116161 +"307434",69012,72508 +"307435",69012,73773 +"307436",69012,80477 +"307437",69012,88306 +"307438",69012,101327 +"307439",69012,115886 +"307440",69012,118904 +"307441",69012,120869 +"307442",69012,120872 +"307443",69013,89353 +"307444",69013,89437 +"307445",69014,98635 +"307446",69015,120175 +"307447",69016,113985 +"307448",69017,89423 +"307449",69017,104579 +"307450",69018,83358 +"307451",69018,84072 +"307452",69018,95401 +"307453",69019,71387 +"307454",69019,78632 +"307455",69019,99108 +"307456",69019,104790 +"307457",69023,75110 +"307458",69026,72896 +"307459",69028,72873 +"307460",69030,71552 +"307461",69030,71608 +"307462",69030,85911 +"307463",69030,86065 +"307464",69032,70323 +"307465",69032,88569 +"307466",69032,99071 +"307467",69035,105872 +"307468",69037,74078 +"307469",69037,81381 +"307470",69037,82589 +"307471",69037,87835 +"307472",69037,97683 +"307473",69037,107496 +"307474",69037,112875 +"307475",69039,97564 +"307476",69039,98465 +"307477",69039,112035 +"307478",69042,69052 +"307479",69045,84549 +"307480",69046,80778 +"307481",69046,91867 +"307482",69046,121089 +"307483",69048,70948 +"307484",69048,86474 +"307485",69048,105108 +"307486",69048,106294 +"307487",69048,106304 +"307488",69049,91411 +"307489",69049,92592 +"307490",69049,101087 +"307491",69049,102341 +"307492",69049,110376 +"307493",69049,110380 +"307494",69049,111987 +"307495",69051,111397 +"307496",69051,119574 +"307497",69053,77243 +"307498",69053,81980 +"307499",69053,85259 +"307500",69053,90182 +"307501",69053,91179 +"307502",69053,119823 +"307503",69057,88171 +"307504",69057,109201 +"307505",69057,112109 +"307506",69058,69076 +"307507",69059,69453 +"307508",69060,76373 +"307509",69061,104167 +"307510",69065,72319 +"307511",69065,108385 +"307512",69066,113922 +"307513",69067,91517 +"307514",69067,91543 +"307515",69067,115326 +"307516",69067,116565 +"307517",69068,98316 +"307518",69069,104509 +"307519",69072,88692 +"307520",69072,111172 +"307521",69074,71970 +"307522",69074,78868 +"307523",69074,80929 +"307524",69074,82405 +"307525",69074,82852 +"307526",69074,85910 +"307527",69075,78408 +"307528",69075,89308 +"307529",69075,90390 +"307530",69077,77520 +"307531",69079,69248 +"307532",69079,73338 +"307533",69079,85811 +"307534",69079,99064 +"307535",69083,69094 +"307536",69083,69137 +"307537",69083,69156 +"307538",69084,91903 +"307539",69084,122335 +"307540",69085,87860 +"307541",69085,88043 +"307542",69086,78721 +"307543",69086,109386 +"307544",69087,69199 +"307545",69088,69155 +"307546",69088,79191 +"307547",69088,119415 +"307548",69091,71059 +"307549",69091,76470 +"307550",69091,88938 +"307551",69091,100195 +"307552",69092,69101 +"307553",69092,69115 +"307554",69092,69161 +"307555",69094,69137 +"307556",69094,69156 +"307557",69094,94123 +"307558",69096,99460 +"307559",69096,99464 +"307560",69096,99465 +"307561",69096,99538 +"307562",69096,107522 +"307563",69097,69098 +"307564",69099,99866 +"307565",69100,73203 +"307566",69101,69115 +"307567",69101,69161 +"307568",69104,94147 +"307569",69105,100737 +"307570",69106,92193 +"307571",69107,73797 +"307572",69110,69148 +"307573",69111,78571 +"307574",69114,88173 +"307575",69114,102409 +"307576",69114,107905 +"307577",69115,69161 +"307578",69116,102553 +"307579",69117,73461 +"307580",69117,81159 +"307581",69117,81878 +"307582",69117,89214 +"307583",69117,91967 +"307584",69117,109766 +"307585",69121,101658 +"307586",69121,105034 +"307587",69121,106910 +"307588",69121,109603 +"307589",69121,111946 +"307590",69121,112506 +"307591",69121,117953 +"307592",69121,119734 +"307593",69122,73623 +"307594",69122,75553 +"307595",69122,82353 +"307596",69122,99424 +"307597",69122,102222 +"307598",69122,102796 +"307599",69122,110394 +"307600",69122,115110 +"307601",69122,122157 +"307602",69129,69236 +"307603",69130,74718 +"307604",69131,76489 +"307605",69133,73833 +"307606",69133,73834 +"307607",69133,73849 +"307608",69133,75663 +"307609",69135,69146 +"307610",69136,89327 +"307611",69136,93686 +"307612",69137,69156 +"307613",69139,72634 +"307614",69139,94828 +"307615",69140,115415 +"307616",69140,115442 +"307617",69140,115488 +"307618",69141,80451 +"307619",69141,100524 +"307620",69141,100658 +"307621",69141,110961 +"307622",69142,69162 +"307623",69145,69149 +"307624",69145,103779 +"307625",69150,92969 +"307626",69150,118977 +"307627",69153,77104 +"307628",69154,72932 +"307629",69154,77930 +"307630",69154,84270 +"307631",69155,101630 +"307632",69159,71655 +"307633",69163,69195 +"307634",69163,69211 +"307635",69163,69213 +"307636",69164,117414 +"307637",69165,88279 +"307638",69165,88319 +"307639",69166,69977 +"307640",69166,70080 +"307641",69166,70185 +"307642",69171,112663 +"307643",69174,69190 +"307644",69174,82469 +"307645",69174,84204 +"307646",69175,77467 +"307647",69175,79360 +"307648",69175,86896 +"307649",69177,69205 +"307650",69177,74259 +"307651",69177,74328 +"307652",69179,78996 +"307653",69179,79600 +"307654",69179,81591 +"307655",69179,110519 +"307656",69180,69226 +"307657",69181,77574 +"307658",69181,110407 +"307659",69181,113802 +"307660",69181,116410 +"307661",69181,119510 +"307662",69182,70121 +"307663",69182,81651 +"307664",69182,100286 +"307665",69182,100297 +"307666",69182,103279 +"307667",69182,106071 +"307668",69184,77887 +"307669",69184,118500 +"307670",69185,94727 +"307671",69188,107143 +"307672",69188,109324 +"307673",69189,100714 +"307674",69189,103359 +"307675",69192,69485 +"307676",69192,73881 +"307677",69192,74599 +"307678",69195,69211 +"307679",69195,69213 +"307680",69196,91239 +"307681",69196,95759 +"307682",69197,69218 +"307683",69198,74650 +"307684",69198,77565 +"307685",69198,78974 +"307686",69198,81648 +"307687",69198,82932 +"307688",69198,86023 +"307689",69198,87813 +"307690",69198,88773 +"307691",69198,88817 +"307692",69198,88821 +"307693",69198,90521 +"307694",69198,90531 +"307695",69198,90993 +"307696",69198,90994 +"307697",69198,92417 +"307698",69198,99076 +"307699",69198,99141 +"307700",69198,99174 +"307701",69198,100319 +"307702",69198,101250 +"307703",69198,101462 +"307704",69198,109885 +"307705",69198,110742 +"307706",69198,112606 +"307707",69198,116142 +"307708",69198,116150 +"307709",69198,116151 +"307710",69198,116152 +"307711",69198,116155 +"307712",69198,116159 +"307713",69198,116163 +"307714",69198,116165 +"307715",69198,116166 +"307716",69198,116171 +"307717",69198,116677 +"307718",69198,116678 +"307719",69199,88938 +"307720",69200,69208 +"307721",69204,108475 +"307722",69204,116158 +"307723",69206,117140 +"307724",69207,77415 +"307725",69207,78471 +"307726",69207,78641 +"307727",69207,78914 +"307728",69207,92604 +"307729",69207,120835 +"307730",69207,121123 +"307731",69207,121124 +"307732",69210,73293 +"307733",69210,90960 +"307734",69210,121171 +"307735",69211,69213 +"307736",69212,69223 +"307737",69212,104290 +"307738",69215,70227 +"307739",69215,71493 +"307740",69215,83042 +"307741",69215,91489 +"307742",69215,99191 +"307743",69215,105262 +"307744",69215,107410 +"307745",69215,108872 +"307746",69215,110454 +"307747",69215,110659 +"307748",69215,111156 +"307749",69215,113361 +"307750",69215,114895 +"307751",69216,107113 +"307752",69217,109475 +"307753",69218,94048 +"307754",69218,95077 +"307755",69218,97616 +"307756",69218,119683 +"307757",69219,99442 +"307758",69222,77152 +"307759",69223,71059 +"307760",69223,86553 +"307761",69223,94987 +"307762",69223,123225 +"307763",69223,123246 +"307764",69223,123251 +"307765",69223,123254 +"307766",69224,87626 +"307767",69225,98522 +"307768",69225,98527 +"307769",69228,69252 +"307770",69229,92959 +"307771",69229,94239 +"307772",69230,69291 +"307773",69231,69436 +"307774",69232,82447 +"307775",69232,94025 +"307776",69232,103445 +"307777",69232,106836 +"307778",69233,69318 +"307779",69234,69891 +"307780",69234,71403 +"307781",69234,71462 +"307782",69234,82318 +"307783",69234,82343 +"307784",69235,78484 +"307785",69235,80339 +"307786",69235,80370 +"307787",69240,78949 +"307788",69241,69245 +"307789",69244,69470 +"307790",69245,71208 +"307791",69245,99347 +"307792",69245,113225 +"307793",69248,73338 +"307794",69248,81108 +"307795",69249,83662 +"307796",69249,88950 +"307797",69250,71560 +"307798",69250,72665 +"307799",69250,73987 +"307800",69250,74234 +"307801",69250,76607 +"307802",69250,77657 +"307803",69250,85683 +"307804",69250,90256 +"307805",69250,92546 +"307806",69250,112724 +"307807",69250,118642 +"307808",69251,70945 +"307809",69251,75786 +"307810",69251,75807 +"307811",69251,75808 +"307812",69251,75965 +"307813",69251,75975 +"307814",69251,75990 +"307815",69251,75991 +"307816",69251,75998 +"307817",69251,86787 +"307818",69251,108509 +"307819",69251,108594 +"307820",69252,78746 +"307821",69253,74090 +"307822",69253,97587 +"307823",69253,114645 +"307824",69253,116305 +"307825",69254,94008 +"307826",69254,103609 +"307827",69257,76635 +"307828",69257,99677 +"307829",69257,105019 +"307830",69257,114948 +"307831",69257,114974 +"307832",69258,94321 +"307833",69258,94323 +"307834",69258,95736 +"307835",69259,69260 +"307836",69259,69272 +"307837",69259,69593 +"307838",69259,84566 +"307839",69259,85643 +"307840",69260,69272 +"307841",69260,69593 +"307842",69260,71458 +"307843",69260,81504 +"307844",69261,78997 +"307845",69261,86650 +"307846",69262,110461 +"307847",69263,69409 +"307848",69263,114677 +"307849",69265,103353 +"307850",69268,75922 +"307851",69268,114219 +"307852",69268,120995 +"307853",69270,97071 +"307854",69271,88793 +"307855",69271,94983 +"307856",69272,69593 +"307857",69272,76179 +"307858",69273,80964 +"307859",69273,117329 +"307860",69276,74647 +"307861",69277,117968 +"307862",69278,107469 +"307863",69279,87298 +"307864",69279,103053 +"307865",69279,123125 +"307866",69281,87445 +"307867",69281,111943 +"307868",69282,69548 +"307869",69282,95533 +"307870",69282,104959 +"307871",69282,105027 +"307872",69288,99286 +"307873",69289,93160 +"307874",69289,97416 +"307875",69289,115200 +"307876",69291,78073 +"307877",69291,79331 +"307878",69291,79710 +"307879",69291,79711 +"307880",69291,79720 +"307881",69291,79725 +"307882",69291,79738 +"307883",69291,79748 +"307884",69291,79750 +"307885",69291,79754 +"307886",69291,79758 +"307887",69291,79760 +"307888",69291,79771 +"307889",69291,79780 +"307890",69291,79781 +"307891",69291,79803 +"307892",69293,94520 +"307893",69293,103024 +"307894",69296,71106 +"307895",69296,73655 +"307896",69296,75767 +"307897",69296,76046 +"307898",69296,76459 +"307899",69296,76808 +"307900",69296,77727 +"307901",69296,78224 +"307902",69296,79222 +"307903",69296,82978 +"307904",69296,83306 +"307905",69296,85027 +"307906",69296,88412 +"307907",69296,90275 +"307908",69296,90426 +"307909",69296,91112 +"307910",69296,91526 +"307911",69296,93425 +"307912",69296,93523 +"307913",69296,94520 +"307914",69296,95954 +"307915",69296,99544 +"307916",69296,99547 +"307917",69296,99554 +"307918",69296,100595 +"307919",69296,100739 +"307920",69296,100819 +"307921",69296,101898 +"307922",69296,101988 +"307923",69296,102146 +"307924",69296,102201 +"307925",69296,102309 +"307926",69296,102635 +"307927",69296,102730 +"307928",69296,102846 +"307929",69296,103790 +"307930",69296,104095 +"307931",69296,104574 +"307932",69296,104784 +"307933",69296,104845 +"307934",69296,107269 +"307935",69296,107623 +"307936",69296,107714 +"307937",69296,107879 +"307938",69296,107975 +"307939",69298,106891 +"307940",69299,95681 +"307941",69299,105186 +"307942",69301,83345 +"307943",69303,69304 +"307944",69303,69330 +"307945",69303,69344 +"307946",69303,69667 +"307947",69304,69330 +"307948",69304,69344 +"307949",69304,69667 +"307950",69306,79849 +"307951",69306,118206 +"307952",69307,69874 +"307953",69308,71642 +"307954",69310,71025 +"307955",69310,73394 +"307956",69310,77507 +"307957",69311,85496 +"307958",69314,118632 +"307959",69315,71001 +"307960",69316,70159 +"307961",69316,72936 +"307962",69316,89062 +"307963",69316,89120 +"307964",69316,89606 +"307965",69316,90416 +"307966",69316,91060 +"307967",69316,91063 +"307968",69316,91397 +"307969",69316,93033 +"307970",69316,96155 +"307971",69316,96769 +"307972",69316,96771 +"307973",69316,98930 +"307974",69316,111171 +"307975",69316,111180 +"307976",69317,69406 +"307977",69317,69407 +"307978",69317,69476 +"307979",69320,69337 +"307980",69321,77157 +"307981",69322,75699 +"307982",69322,83973 +"307983",69323,85640 +"307984",69324,69373 +"307985",69327,82767 +"307986",69327,88859 +"307987",69327,89598 +"307988",69327,104990 +"307989",69327,109571 +"307990",69328,78153 +"307991",69328,88103 +"307992",69330,69344 +"307993",69330,69667 +"307994",69331,78245 +"307995",69332,69681 +"307996",69332,70610 +"307997",69332,70611 +"307998",69332,70725 +"307999",69332,71211 +"308000",69332,71505 +"308001",69332,71887 +"308002",69333,70561 +"308003",69334,81323 +"308004",69334,98795 +"308005",69334,116760 +"308006",69335,69340 +"308007",69335,75245 +"308008",69335,75776 +"308009",69335,75956 +"308010",69335,76387 +"308011",69335,78978 +"308012",69335,79212 +"308013",69335,79241 +"308014",69335,79579 +"308015",69335,80239 +"308016",69335,80301 +"308017",69335,81397 +"308018",69335,88340 +"308019",69335,88749 +"308020",69335,89069 +"308021",69335,89373 +"308022",69335,89995 +"308023",69335,90919 +"308024",69335,90936 +"308025",69335,91677 +"308026",69335,92861 +"308027",69335,93097 +"308028",69335,94231 +"308029",69335,95489 +"308030",69335,96247 +"308031",69335,96363 +"308032",69335,97898 +"308033",69336,90055 +"308034",69336,101839 +"308035",69336,112512 +"308036",69337,111854 +"308037",69338,81576 +"308038",69338,98181 +"308039",69338,102943 +"308040",69338,103231 +"308041",69339,80697 +"308042",69339,108492 +"308043",69340,75263 +"308044",69341,69458 +"308045",69341,69459 +"308046",69341,78145 +"308047",69341,107725 +"308048",69344,69667 +"308049",69346,69524 +"308050",69346,73662 +"308051",69346,83135 +"308052",69346,91909 +"308053",69346,109557 +"308054",69347,93571 +"308055",69348,94000 +"308056",69350,69365 +"308057",69351,71053 +"308058",69351,71056 +"308059",69351,71072 +"308060",69351,117629 +"308061",69352,72827 +"308062",69352,75701 +"308063",69352,77881 +"308064",69352,93562 +"308065",69352,93665 +"308066",69352,98018 +"308067",69352,101392 +"308068",69352,104387 +"308069",69352,107030 +"308070",69352,113249 +"308071",69352,113255 +"308072",69352,113262 +"308073",69352,113265 +"308074",69352,114318 +"308075",69355,69383 +"308076",69355,99534 +"308077",69357,101534 +"308078",69357,110081 +"308079",69358,84223 +"308080",69358,84335 +"308081",69358,84344 +"308082",69359,85321 +"308083",69360,81804 +"308084",69361,103700 +"308085",69362,71693 +"308086",69362,76590 +"308087",69362,86600 +"308088",69362,88782 +"308089",69362,92517 +"308090",69362,100140 +"308091",69362,105198 +"308092",69362,110250 +"308093",69362,122588 +"308094",69362,122819 +"308095",69362,122852 +"308096",69362,122861 +"308097",69362,122863 +"308098",69362,122864 +"308099",69363,95941 +"308100",69364,69371 +"308101",69366,75469 +"308102",69366,86434 +"308103",69366,94790 +"308104",69366,97248 +"308105",69366,97267 +"308106",69366,97270 +"308107",69368,78195 +"308108",69369,90998 +"308109",69369,102459 +"308110",69369,107667 +"308111",69372,95989 +"308112",69372,118101 +"308113",69372,118103 +"308114",69376,78884 +"308115",69376,83669 +"308116",69377,84945 +"308117",69377,85341 +"308118",69377,102429 +"308119",69379,71055 +"308120",69380,79684 +"308121",69380,86018 +"308122",69380,120789 +"308123",69383,76359 +"308124",69383,84453 +"308125",69383,88674 +"308126",69383,90767 +"308127",69384,79405 +"308128",69384,89811 +"308129",69386,119850 +"308130",69386,119858 +"308131",69387,104673 +"308132",69388,83183 +"308133",69388,85263 +"308134",69388,85270 +"308135",69388,85281 +"308136",69388,106489 +"308137",69389,78724 +"308138",69390,96705 +"308139",69390,98272 +"308140",69390,110168 +"308141",69390,112921 +"308142",69390,121277 +"308143",69393,88959 +"308144",69393,99880 +"308145",69393,116341 +"308146",69393,117074 +"308147",69393,117645 +"308148",69393,117655 +"308149",69394,73466 +"308150",69394,86714 +"308151",69394,95994 +"308152",69395,73023 +"308153",69396,69448 +"308154",69397,78982 +"308155",69398,109412 +"308156",69400,69401 +"308157",69400,69402 +"308158",69400,90769 +"308159",69400,90791 +"308160",69401,69402 +"308161",69401,84686 +"308162",69402,84218 +"308163",69403,98014 +"308164",69403,106865 +"308165",69403,111165 +"308166",69403,111166 +"308167",69403,113393 +"308168",69404,94048 +"308169",69405,116850 +"308170",69406,69407 +"308171",69406,69476 +"308172",69407,69476 +"308173",69409,114677 +"308174",69410,69445 +"308175",69411,118109 +"308176",69411,123226 +"308177",69412,69641 +"308178",69413,74526 +"308179",69413,85912 +"308180",69416,115349 +"308181",69416,120097 +"308182",69417,97709 +"308183",69417,112068 +"308184",69418,78044 +"308185",69419,92066 +"308186",69421,69422 +"308187",69421,91073 +"308188",69422,109946 +"308189",69422,111371 +"308190",69423,69450 +"308191",69427,77380 +"308192",69427,114628 +"308193",69429,71219 +"308194",69429,71259 +"308195",69429,71515 +"308196",69429,74805 +"308197",69429,78971 +"308198",69429,85555 +"308199",69429,86925 +"308200",69429,91323 +"308201",69429,94702 +"308202",69429,113234 +"308203",69431,92917 +"308204",69432,71365 +"308205",69432,72516 +"308206",69432,72532 +"308207",69432,72561 +"308208",69432,75519 +"308209",69432,75529 +"308210",69432,75575 +"308211",69432,96234 +"308212",69433,75874 +"308213",69433,76142 +"308214",69433,113746 +"308215",69433,114052 +"308216",69434,76822 +"308217",69434,104249 +"308218",69434,104513 +"308219",69435,69449 +"308220",69435,72374 +"308221",69435,72417 +"308222",69436,70776 +"308223",69436,70830 +"308224",69436,70839 +"308225",69437,92025 +"308226",69437,92108 +"308227",69437,92114 +"308228",69437,92115 +"308229",69439,97395 +"308230",69439,115565 +"308231",69440,101398 +"308232",69440,107325 +"308233",69440,115351 +"308234",69442,69471 +"308235",69443,70555 +"308236",69445,69978 +"308237",69446,82009 +"308238",69447,97242 +"308239",69447,102067 +"308240",69448,88296 +"308241",69448,93405 +"308242",69448,93459 +"308243",69448,97783 +"308244",69452,87824 +"308245",69452,103160 +"308246",69453,71483 +"308247",69453,71506 +"308248",69453,72023 +"308249",69454,84935 +"308250",69454,106998 +"308251",69454,110107 +"308252",69454,116231 +"308253",69454,116283 +"308254",69454,116286 +"308255",69455,81065 +"308256",69455,91023 +"308257",69455,91751 +"308258",69455,91970 +"308259",69455,103532 +"308260",69455,107264 +"308261",69456,69457 +"308262",69457,104389 +"308263",69458,69459 +"308264",69461,69462 +"308265",69463,81304 +"308266",69463,83530 +"308267",69463,89180 +"308268",69463,121155 +"308269",69468,72166 +"308270",69471,78305 +"308271",69471,81758 +"308272",69471,93766 +"308273",69471,93767 +"308274",69471,97667 +"308275",69471,99044 +"308276",69472,76092 +"308277",69474,109765 +"308278",69476,78627 +"308279",69476,92680 +"308280",69478,91762 +"308281",69478,94763 +"308282",69478,99574 +"308283",69478,99581 +"308284",69478,99592 +"308285",69478,99598 +"308286",69480,72728 +"308287",69480,96674 +"308288",69480,96719 +"308289",69482,69483 +"308290",69482,69484 +"308291",69482,69527 +"308292",69482,69676 +"308293",69482,69694 +"308294",69482,69800 +"308295",69482,69894 +"308296",69482,69917 +"308297",69483,69484 +"308298",69483,69527 +"308299",69483,69676 +"308300",69483,69694 +"308301",69483,69800 +"308302",69483,69894 +"308303",69483,69917 +"308304",69484,69527 +"308305",69484,69676 +"308306",69484,69694 +"308307",69484,69800 +"308308",69484,69894 +"308309",69484,69917 +"308310",69484,115592 +"308311",69485,73881 +"308312",69485,74599 +"308313",69486,69487 +"308314",69486,69724 +"308315",69487,69724 +"308316",69487,73696 +"308317",69487,74922 +"308318",69487,75186 +"308319",69488,87159 +"308320",69488,99344 +"308321",69489,69506 +"308322",69489,69507 +"308323",69489,93427 +"308324",69493,91892 +"308325",69493,98926 +"308326",69498,94440 +"308327",69498,107437 +"308328",69498,112308 +"308329",69499,84464 +"308330",69502,102872 +"308331",69502,122608 +"308332",69503,99262 +"308333",69506,69507 +"308334",69507,85197 +"308335",69508,69556 +"308336",69509,73136 +"308337",69509,83797 +"308338",69509,87148 +"308339",69509,90380 +"308340",69509,91249 +"308341",69509,95344 +"308342",69509,95436 +"308343",69509,96869 +"308344",69509,103964 +"308345",69509,106589 +"308346",69509,110650 +"308347",69509,110902 +"308348",69509,112201 +"308349",69509,122448 +"308350",69509,122454 +"308351",69510,69740 +"308352",69512,95468 +"308353",69512,121784 +"308354",69512,122252 +"308355",69517,69521 +"308356",69517,80392 +"308357",69517,85538 +"308358",69517,94655 +"308359",69517,95669 +"308360",69517,99320 +"308361",69517,110696 +"308362",69517,110741 +"308363",69517,113594 +"308364",69517,118425 +"308365",69518,85446 +"308366",69518,112413 +"308367",69518,115528 +"308368",69518,119319 +"308369",69518,119321 +"308370",69519,93778 +"308371",69519,93803 +"308372",69519,114371 +"308373",69520,90025 +"308374",69520,91862 +"308375",69520,109988 +"308376",69520,112994 +"308377",69521,75316 +"308378",69521,81396 +"308379",69521,94265 +"308380",69521,110524 +"308381",69521,110551 +"308382",69521,111684 +"308383",69521,113197 +"308384",69523,86396 +"308385",69523,96350 +"308386",69524,72173 +"308387",69524,73662 +"308388",69524,76071 +"308389",69524,83135 +"308390",69524,83996 +"308391",69524,91909 +"308392",69524,95092 +"308393",69524,112573 +"308394",69526,88217 +"308395",69526,97390 +"308396",69527,69676 +"308397",69527,69694 +"308398",69527,69800 +"308399",69527,69894 +"308400",69527,69917 +"308401",69528,78570 +"308402",69528,79327 +"308403",69528,90056 +"308404",69529,78137 +"308405",69529,79293 +"308406",69529,91560 +"308407",69529,91581 +"308408",69529,91584 +"308409",69529,91616 +"308410",69529,91620 +"308411",69529,103049 +"308412",69530,92327 +"308413",69532,69646 +"308414",69532,71008 +"308415",69532,76697 +"308416",69532,85158 +"308417",69532,92260 +"308418",69532,117128 +"308419",69532,121066 +"308420",69533,95613 +"308421",69534,105872 +"308422",69536,74456 +"308423",69536,76964 +"308424",69536,104891 +"308425",69536,110313 +"308426",69536,112657 +"308427",69537,70702 +"308428",69537,90119 +"308429",69537,109769 +"308430",69537,116953 +"308431",69539,70920 +"308432",69539,72806 +"308433",69539,73220 +"308434",69539,84787 +"308435",69539,85548 +"308436",69539,92680 +"308437",69540,70870 +"308438",69541,81161 +"308439",69542,107013 +"308440",69543,69739 +"308441",69545,74100 +"308442",69545,94212 +"308443",69545,105397 +"308444",69545,109919 +"308445",69546,70912 +"308446",69546,77334 +"308447",69546,94625 +"308448",69548,95533 +"308449",69548,104959 +"308450",69548,105027 +"308451",69548,115588 +"308452",69549,86947 +"308453",69549,88214 +"308454",69549,91920 +"308455",69550,95638 +"308456",69551,88047 +"308457",69551,120541 +"308458",69552,112497 +"308459",69553,93216 +"308460",69553,106248 +"308461",69554,98985 +"308462",69554,101827 +"308463",69555,113418 +"308464",69561,69923 +"308465",69561,70117 +"308466",69561,80251 +"308467",69561,85476 +"308468",69561,86742 +"308469",69562,69586 +"308470",69562,69634 +"308471",69563,93583 +"308472",69563,98410 +"308473",69563,115732 +"308474",69564,69631 +"308475",69565,91275 +"308476",69565,93114 +"308477",69565,122105 +"308478",69566,94625 +"308479",69566,97015 +"308480",69566,100696 +"308481",69566,102439 +"308482",69566,116278 +"308483",69567,69624 +"308484",69567,73192 +"308485",69567,76428 +"308486",69567,79500 +"308487",69567,81074 +"308488",69567,95961 +"308489",69567,111478 +"308490",69567,111529 +"308491",69568,80577 +"308492",69568,93661 +"308493",69569,115500 +"308494",69569,115504 +"308495",69570,73575 +"308496",69570,75804 +"308497",69570,93669 +"308498",69570,118761 +"308499",69572,82158 +"308500",69572,91563 +"308501",69572,96211 +"308502",69572,102520 +"308503",69572,106720 +"308504",69574,69575 +"308505",69575,79016 +"308506",69575,79188 +"308507",69576,88373 +"308508",69576,123160 +"308509",69576,123163 +"308510",69578,70372 +"308511",69578,114930 +"308512",69579,69614 +"308513",69579,88338 +"308514",69580,69663 +"308515",69583,87718 +"308516",69585,69623 +"308517",69585,114260 +"308518",69586,69634 +"308519",69587,71222 +"308520",69587,71319 +"308521",69588,69630 +"308522",69588,74880 +"308523",69589,69924 +"308524",69591,79179 +"308525",69591,79214 +"308526",69591,88468 +"308527",69591,111617 +"308528",69591,119202 +"308529",69591,120728 +"308530",69592,86302 +"308531",69592,100884 +"308532",69592,103547 +"308533",69595,69904 +"308534",69595,99973 +"308535",69596,69627 +"308536",69597,84816 +"308537",69601,107495 +"308538",69602,100423 +"308539",69602,106162 +"308540",69602,107889 +"308541",69602,109420 +"308542",69602,114844 +"308543",69603,91553 +"308544",69606,93914 +"308545",69606,97266 +"308546",69606,108871 +"308547",69606,119701 +"308548",69606,120860 +"308549",69607,70510 +"308550",69608,94520 +"308551",69609,104320 +"308552",69610,106376 +"308553",69613,74159 +"308554",69613,103074 +"308555",69613,103078 +"308556",69613,103722 +"308557",69613,118574 +"308558",69615,83724 +"308559",69615,105168 +"308560",69615,108603 +"308561",69615,116465 +"308562",69617,100406 +"308563",69617,112045 +"308564",69617,112490 +"308565",69618,72449 +"308566",69618,76724 +"308567",69618,80414 +"308568",69618,80495 +"308569",69619,85467 +"308570",69620,69886 +"308571",69620,110784 +"308572",69620,110793 +"308573",69620,111566 +"308574",69621,90638 +"308575",69623,74543 +"308576",69623,99565 +"308577",69624,106297 +"308578",69625,76694 +"308579",69625,81087 +"308580",69625,85382 +"308581",69625,86819 +"308582",69625,90154 +"308583",69625,118080 +"308584",69629,88764 +"308585",69629,90824 +"308586",69629,114268 +"308587",69629,120708 +"308588",69630,70157 +"308589",69630,70818 +"308590",69632,103990 +"308591",69632,107492 +"308592",69633,78092 +"308593",69636,85865 +"308594",69636,90298 +"308595",69636,93136 +"308596",69636,96131 +"308597",69636,96273 +"308598",69636,100205 +"308599",69636,111165 +"308600",69639,69719 +"308601",69639,117042 +"308602",69640,88579 +"308603",69640,107249 +"308604",69641,71177 +"308605",69642,81079 +"308606",69643,92382 +"308607",69643,99751 +"308608",69644,69698 +"308609",69644,103208 +"308610",69644,103241 +"308611",69646,71008 +"308612",69646,72988 +"308613",69646,78842 +"308614",69646,80622 +"308615",69646,108432 +"308616",69647,69685 +"308617",69649,81333 +"308618",69649,81961 +"308619",69650,92470 +"308620",69650,92493 +"308621",69651,69666 +"308622",69651,75214 +"308623",69651,79396 +"308624",69653,69703 +"308625",69653,95145 +"308626",69656,79596 +"308627",69657,69860 +"308628",69657,77266 +"308629",69657,88479 +"308630",69657,110252 +"308631",69657,120700 +"308632",69657,120783 +"308633",69658,69665 +"308634",69658,69679 +"308635",69658,69699 +"308636",69659,75463 +"308637",69659,88044 +"308638",69659,109490 +"308639",69659,120216 +"308640",69660,99373 +"308641",69660,103528 +"308642",69660,114793 +"308643",69660,121532 +"308644",69661,71576 +"308645",69661,78687 +"308646",69661,82889 +"308647",69661,85747 +"308648",69662,99190 +"308649",69664,69996 +"308650",69665,69679 +"308651",69665,69699 +"308652",69668,69714 +"308653",69670,73386 +"308654",69670,92154 +"308655",69670,92669 +"308656",69670,99296 +"308657",69670,99837 +"308658",69671,70417 +"308659",69671,75373 +"308660",69671,91733 +"308661",69671,91734 +"308662",69671,114425 +"308663",69673,69674 +"308664",69674,114627 +"308665",69674,120548 +"308666",69675,77486 +"308667",69675,88980 +"308668",69676,69694 +"308669",69676,69800 +"308670",69676,69894 +"308671",69676,69917 +"308672",69677,90639 +"308673",69678,75432 +"308674",69678,98457 +"308675",69678,119847 +"308676",69679,69699 +"308677",69680,73131 +"308678",69681,70610 +"308679",69681,70611 +"308680",69681,70725 +"308681",69681,71211 +"308682",69681,71505 +"308683",69681,71887 +"308684",69682,78732 +"308685",69682,90409 +"308686",69684,73509 +"308687",69684,121407 +"308688",69688,69818 +"308689",69688,77235 +"308690",69688,82008 +"308691",69689,110480 +"308692",69690,105325 +"308693",69691,80336 +"308694",69691,85399 +"308695",69691,91156 +"308696",69691,92344 +"308697",69691,108934 +"308698",69694,69800 +"308699",69694,69894 +"308700",69694,69917 +"308701",69695,70064 +"308702",69697,72360 +"308703",69697,72403 +"308704",69697,72563 +"308705",69701,109305 +"308706",69702,89531 +"308707",69704,72769 +"308708",69705,86729 +"308709",69705,96613 +"308710",69705,97388 +"308711",69705,97412 +"308712",69706,70996 +"308713",69706,71253 +"308714",69706,75830 +"308715",69706,76999 +"308716",69706,98939 +"308717",69706,112148 +"308718",69707,96246 +"308719",69709,89459 +"308720",69709,97498 +"308721",69709,100098 +"308722",69709,107830 +"308723",69712,78089 +"308724",69712,79004 +"308725",69712,80825 +"308726",69712,87883 +"308727",69713,94584 +"308728",69714,83893 +"308729",69715,77166 +"308730",69715,84916 +"308731",69715,106042 +"308732",69715,117047 +"308733",69715,117072 +"308734",69715,117074 +"308735",69716,101841 +"308736",69716,120564 +"308737",69716,120651 +"308738",69716,120679 +"308739",69717,109186 +"308740",69718,76572 +"308741",69718,99078 +"308742",69718,99186 +"308743",69722,76590 +"308744",69722,77506 +"308745",69724,71430 +"308746",69724,88062 +"308747",69725,73573 +"308748",69725,118760 +"308749",69729,105466 +"308750",69730,72389 +"308751",69732,76856 +"308752",69732,78843 +"308753",69732,90465 +"308754",69732,90736 +"308755",69732,106028 +"308756",69732,106038 +"308757",69732,106193 +"308758",69732,109449 +"308759",69732,112251 +"308760",69732,123211 +"308761",69733,79849 +"308762",69734,89631 +"308763",69736,69762 +"308764",69739,92968 +"308765",69739,103588 +"308766",69739,114942 +"308767",69739,117056 +"308768",69740,94347 +"308769",69740,117226 +"308770",69743,99803 +"308771",69743,117745 +"308772",69743,118892 +"308773",69743,119726 +"308774",69744,75512 +"308775",69744,84585 +"308776",69745,72257 +"308777",69745,120670 +"308778",69746,77992 +"308779",69750,78517 +"308780",69751,97028 +"308781",69752,118589 +"308782",69754,108547 +"308783",69754,111916 +"308784",69758,73847 +"308785",69759,71296 +"308786",69759,83165 +"308787",69764,71014 +"308788",69766,80009 +"308789",69766,82432 +"308790",69766,84717 +"308791",69766,93326 +"308792",69766,93725 +"308793",69770,87930 +"308794",69771,76997 +"308795",69772,69821 +"308796",69774,79211 +"308797",69774,92284 +"308798",69775,93040 +"308799",69775,105126 +"308800",69775,105329 +"308801",69778,69825 +"308802",69779,88457 +"308803",69779,101524 +"308804",69780,91753 +"308805",69780,98094 +"308806",69781,69798 +"308807",69781,69807 +"308808",69782,69832 +"308809",69782,100514 +"308810",69783,77156 +"308811",69783,78457 +"308812",69783,80395 +"308813",69783,84104 +"308814",69783,84110 +"308815",69783,93120 +"308816",69783,95182 +"308817",69783,95217 +"308818",69783,97620 +"308819",69784,72026 +"308820",69785,75763 +"308821",69785,77693 +"308822",69785,81570 +"308823",69785,88046 +"308824",69785,109506 +"308825",69785,116548 +"308826",69785,122007 +"308827",69787,75062 +"308828",69788,91713 +"308829",69788,121876 +"308830",69788,122610 +"308831",69789,96045 +"308832",69789,97464 +"308833",69789,103978 +"308834",69789,108718 +"308835",69789,119225 +"308836",69789,119227 +"308837",69789,119228 +"308838",69789,119229 +"308839",69789,119233 +"308840",69790,69813 +"308841",69790,69815 +"308842",69790,69834 +"308843",69790,69846 +"308844",69790,70090 +"308845",69790,70128 +"308846",69790,70146 +"308847",69792,75537 +"308848",69793,73947 +"308849",69793,74149 +"308850",69795,96718 +"308851",69795,110107 +"308852",69798,69807 +"308853",69800,69894 +"308854",69800,69917 +"308855",69804,70073 +"308856",69805,69809 +"308857",69806,115106 +"308858",69806,115238 +"308859",69808,72076 +"308860",69808,72111 +"308861",69809,78286 +"308862",69809,95997 +"308863",69809,113596 +"308864",69812,82074 +"308865",69812,97259 +"308866",69813,69815 +"308867",69813,69834 +"308868",69813,69846 +"308869",69813,70090 +"308870",69813,70128 +"308871",69813,70146 +"308872",69814,84940 +"308873",69814,84941 +"308874",69814,84958 +"308875",69814,87168 +"308876",69815,69834 +"308877",69815,69846 +"308878",69815,70090 +"308879",69815,70128 +"308880",69815,70146 +"308881",69816,72822 +"308882",69816,79977 +"308883",69816,91073 +"308884",69816,112824 +"308885",69816,112844 +"308886",69816,112845 +"308887",69819,69853 +"308888",69819,69855 +"308889",69820,81323 +"308890",69820,81335 +"308891",69821,69900 +"308892",69821,71052 +"308893",69821,71978 +"308894",69823,86875 +"308895",69823,107052 +"308896",69824,87357 +"308897",69828,73657 +"308898",69828,87063 +"308899",69828,100082 +"308900",69828,100209 +"308901",69828,105428 +"308902",69828,106113 +"308903",69828,113677 +"308904",69829,69830 +"308905",69829,74201 +"308906",69830,91823 +"308907",69830,95724 +"308908",69830,100311 +"308909",69830,120287 +"308910",69831,77389 +"308911",69831,108416 +"308912",69831,111444 +"308913",69831,111789 +"308914",69831,111790 +"308915",69834,69846 +"308916",69834,70090 +"308917",69834,70128 +"308918",69834,70146 +"308919",69835,79613 +"308920",69835,86671 +"308921",69836,69843 +"308922",69837,96154 +"308923",69838,69847 +"308924",69839,117350 +"308925",69840,82488 +"308926",69840,84447 +"308927",69840,97549 +"308928",69840,97560 +"308929",69840,115212 +"308930",69845,100774 +"308931",69845,107539 +"308932",69845,110487 +"308933",69845,110488 +"308934",69845,110492 +"308935",69846,70090 +"308936",69846,70128 +"308937",69846,70146 +"308938",69848,94132 +"308939",69848,96118 +"308940",69848,99643 +"308941",69848,99651 +"308942",69848,99654 +"308943",69848,99655 +"308944",69848,99661 +"308945",69848,99663 +"308946",69849,85195 +"308947",69850,84610 +"308948",69850,91088 +"308949",69850,93009 +"308950",69851,94682 +"308951",69851,121782 +"308952",69853,69855 +"308953",69854,89408 +"308954",69854,90032 +"308955",69854,93038 +"308956",69854,95717 +"308957",69854,101916 +"308958",69854,101919 +"308959",69854,104267 +"308960",69854,108414 +"308961",69854,121948 +"308962",69856,79958 +"308963",69857,82346 +"308964",69858,69859 +"308965",69861,79477 +"308966",69861,94598 +"308967",69861,108326 +"308968",69861,113531 +"308969",69862,69888 +"308970",69863,114688 +"308971",69863,115597 +"308972",69864,69869 +"308973",69865,76486 +"308974",69866,82372 +"308975",69867,90187 +"308976",69867,91140 +"308977",69867,94472 +"308978",69867,112935 +"308979",69868,83706 +"308980",69869,72473 +"308981",69871,70919 +"308982",69872,70609 +"308983",69872,84680 +"308984",69872,90960 +"308985",69875,78511 +"308986",69875,79087 +"308987",69875,104520 +"308988",69876,105018 +"308989",69877,113368 +"308990",69878,80981 +"308991",69878,81020 +"308992",69878,81025 +"308993",69878,94786 +"308994",69878,103030 +"308995",69878,113388 +"308996",69880,76394 +"308997",69880,92377 +"308998",69880,104798 +"308999",69883,70058 +"309000",69885,77012 +"309001",69885,84098 +"309002",69885,88888 +"309003",69885,89492 +"309004",69885,89520 +"309005",69885,89525 +"309006",69885,89540 +"309007",69885,92366 +"309008",69888,95114 +"309009",69888,107097 +"309010",69888,107108 +"309011",69888,107110 +"309012",69888,107114 +"309013",69888,107127 +"309014",69888,107140 +"309015",69889,69891 +"309016",69889,69919 +"309017",69890,78487 +"309018",69891,69919 +"309019",69891,71403 +"309020",69891,71462 +"309021",69892,90879 +"309022",69892,90889 +"309023",69892,107790 +"309024",69893,76432 +"309025",69893,107868 +"309026",69894,69917 +"309027",69896,82735 +"309028",69896,116396 +"309029",69897,102304 +"309030",69897,112165 +"309031",69899,83455 +"309032",69899,90570 +"309033",69899,97775 +"309034",69903,69912 +"309035",69903,82441 +"309036",69903,87089 +"309037",69903,89774 +"309038",69905,70477 +"309039",69905,76707 +"309040",69905,77811 +"309041",69905,79047 +"309042",69905,91377 +"309043",69905,95573 +"309044",69905,96019 +"309045",69905,97888 +"309046",69905,98917 +"309047",69905,103972 +"309048",69905,103973 +"309049",69905,103977 +"309050",69905,103986 +"309051",69905,103999 +"309052",69905,122158 +"309053",69907,72157 +"309054",69907,72193 +"309055",69907,72736 +"309056",69907,72756 +"309057",69908,100132 +"309058",69908,101107 +"309059",69909,80150 +"309060",69909,80213 +"309061",69909,80221 +"309062",69910,89394 +"309063",69910,99739 +"309064",69910,101163 +"309065",69910,108889 +"309066",69910,114357 +"309067",69913,81493 +"309068",69913,85821 +"309069",69913,86809 +"309070",69913,94565 +"309071",69914,92792 +"309072",69914,118308 +"309073",69914,122463 +"309074",69916,73616 +"309075",69916,90214 +"309076",69916,95936 +"309077",69916,121954 +"309078",69918,77070 +"309079",69918,87193 +"309080",69920,94212 +"309081",69920,105055 +"309082",69920,108495 +"309083",69920,120392 +"309084",69921,111138 +"309085",69922,107860 +"309086",69922,110965 +"309087",69924,74954 +"309088",69925,88221 +"309089",69927,90844 +"309090",69930,104614 +"309091",69930,114672 +"309092",69930,121222 +"309093",69933,69945 +"309094",69933,69951 +"309095",69934,79461 +"309096",69934,82512 +"309097",69934,85840 +"309098",69934,86109 +"309099",69934,98286 +"309100",69935,81435 +"309101",69935,85139 +"309102",69935,99288 +"309103",69938,70328 +"309104",69938,72626 +"309105",69940,85204 +"309106",69940,113189 +"309107",69940,119789 +"309108",69940,123126 +"309109",69941,76912 +"309110",69941,89414 +"309111",69942,75049 +"309112",69944,76369 +"309113",69944,77175 +"309114",69944,92784 +"309115",69944,99523 +"309116",69944,119311 +"309117",69944,119689 +"309118",69945,69951 +"309119",69948,91321 +"309120",69949,69953 +"309121",69950,85968 +"309122",69954,85949 +"309123",69954,99564 +"309124",69956,70018 +"309125",69956,70351 +"309126",69956,70455 +"309127",69956,79642 +"309128",69956,81268 +"309129",69956,86813 +"309130",69956,90747 +"309131",69957,99670 +"309132",69960,117860 +"309133",69961,69987 +"309134",69961,118747 +"309135",69962,101188 +"309136",69963,69967 +"309137",69964,98558 +"309138",69964,98566 +"309139",69965,73738 +"309140",69965,83739 +"309141",69965,85420 +"309142",69965,93041 +"309143",69968,94311 +"309144",69969,70030 +"309145",69972,70257 +"309146",69973,70174 +"309147",69973,73098 +"309148",69976,70019 +"309149",69977,70080 +"309150",69977,70185 +"309151",69979,78186 +"309152",69980,76300 +"309153",69980,111637 +"309154",69981,70053 +"309155",69986,70974 +"309156",69987,85268 +"309157",69987,118851 +"309158",69990,84262 +"309159",69990,98050 +"309160",69990,100292 +"309161",69990,103104 +"309162",69990,103122 +"309163",69990,103127 +"309164",69990,104142 +"309165",69991,82818 +"309166",69991,87593 +"309167",69993,70010 +"309168",69993,73295 +"309169",69993,77903 +"309170",69994,104168 +"309171",69997,104384 +"309172",69998,70104 +"309173",70001,102276 +"309174",70002,120268 +"309175",70003,91051 +"309176",70003,104121 +"309177",70003,105225 +"309178",70009,87326 +"309179",70009,93110 +"309180",70012,98610 +"309181",70013,93733 +"309182",70015,70171 +"309183",70019,108513 +"309184",70019,115329 +"309185",70020,74453 +"309186",70020,74975 +"309187",70020,82977 +"309188",70020,90921 +"309189",70020,95997 +"309190",70020,117701 +"309191",70020,117703 +"309192",70020,117707 +"309193",70026,75203 +"309194",70026,79304 +"309195",70026,81594 +"309196",70026,109392 +"309197",70027,79367 +"309198",70028,70069 +"309199",70028,70072 +"309200",70028,70074 +"309201",70029,70061 +"309202",70029,71028 +"309203",70032,76826 +"309204",70032,88536 +"309205",70032,92553 +"309206",70032,105181 +"309207",70032,107008 +"309208",70032,107043 +"309209",70032,107044 +"309210",70033,85450 +"309211",70034,70041 +"309212",70036,79529 +"309213",70038,77895 +"309214",70038,122624 +"309215",70040,70063 +"309216",70041,80685 +"309217",70041,96437 +"309218",70042,70078 +"309219",70043,72384 +"309220",70044,70062 +"309221",70044,70071 +"309222",70044,74571 +"309223",70044,74572 +"309224",70045,96904 +"309225",70045,109911 +"309226",70046,76128 +"309227",70046,77961 +"309228",70046,89274 +"309229",70046,89965 +"309230",70046,90624 +"309231",70046,99934 +"309232",70046,100515 +"309233",70046,100630 +"309234",70046,100964 +"309235",70046,101055 +"309236",70046,101138 +"309237",70046,102623 +"309238",70046,102662 +"309239",70046,102670 +"309240",70047,81736 +"309241",70047,115197 +"309242",70048,113542 +"309243",70048,113545 +"309244",70050,90860 +"309245",70050,97349 +"309246",70050,100827 +"309247",70051,78587 +"309248",70053,80725 +"309249",70053,86360 +"309250",70053,96103 +"309251",70053,99227 +"309252",70053,100448 +"309253",70053,101094 +"309254",70053,102685 +"309255",70054,70098 +"309256",70054,70143 +"309257",70054,75404 +"309258",70055,78629 +"309259",70055,84328 +"309260",70055,90166 +"309261",70055,122883 +"309262",70056,80258 +"309263",70058,109951 +"309264",70058,113144 +"309265",70062,70071 +"309266",70063,71274 +"309267",70063,75941 +"309268",70063,77231 +"309269",70063,82871 +"309270",70063,99953 +"309271",70063,100453 +"309272",70063,100583 +"309273",70063,104232 +"309274",70063,106743 +"309275",70063,107612 +"309276",70063,110469 +"309277",70063,111277 +"309278",70063,118576 +"309279",70063,120855 +"309280",70064,84578 +"309281",70064,113451 +"309282",70065,114432 +"309283",70066,117785 +"309284",70066,119070 +"309285",70067,99241 +"309286",70068,80508 +"309287",70068,81759 +"309288",70068,82287 +"309289",70069,70072 +"309290",70069,70074 +"309291",70072,70074 +"309292",70073,106533 +"309293",70075,83315 +"309294",70077,85410 +"309295",70077,100235 +"309296",70078,76130 +"309297",70078,76641 +"309298",70078,95913 +"309299",70078,95925 +"309300",70078,95935 +"309301",70079,78764 +"309302",70079,80144 +"309303",70079,80202 +"309304",70079,80209 +"309305",70079,102407 +"309306",70080,70185 +"309307",70081,70473 +"309308",70081,80433 +"309309",70081,119741 +"309310",70081,122361 +"309311",70083,81366 +"309312",70084,72240 +"309313",70084,72656 +"309314",70084,115047 +"309315",70085,70132 +"309316",70086,77304 +"309317",70086,77534 +"309318",70087,71142 +"309319",70087,92198 +"309320",70087,102822 +"309321",70087,116318 +"309322",70090,70128 +"309323",70090,70146 +"309324",70091,92304 +"309325",70091,118652 +"309326",70091,118700 +"309327",70092,72959 +"309328",70093,70094 +"309329",70093,70144 +"309330",70094,70144 +"309331",70094,75365 +"309332",70096,113181 +"309333",70096,113183 +"309334",70096,119712 +"309335",70096,120888 +"309336",70097,87976 +"309337",70097,95612 +"309338",70097,116470 +"309339",70098,70143 +"309340",70099,95073 +"309341",70099,112261 +"309342",70101,70102 +"309343",70101,70397 +"309344",70101,70441 +"309345",70101,70658 +"309346",70101,85704 +"309347",70101,122735 +"309348",70105,77660 +"309349",70106,73307 +"309350",70106,75532 +"309351",70108,70167 +"309352",70108,70168 +"309353",70110,96185 +"309354",70111,76262 +"309355",70111,104888 +"309356",70111,117555 +"309357",70113,104176 +"309358",70113,106757 +"309359",70114,86995 +"309360",70116,87662 +"309361",70117,85476 +"309362",70118,70122 +"309363",70121,90180 +"309364",70121,97895 +"309365",70122,92527 +"309366",70122,115566 +"309367",70124,86730 +"309368",70124,111796 +"309369",70125,70130 +"309370",70125,70149 +"309371",70125,73523 +"309372",70126,75231 +"309373",70126,82619 +"309374",70126,84415 +"309375",70126,92678 +"309376",70128,70146 +"309377",70130,70149 +"309378",70130,73523 +"309379",70132,90981 +"309380",70132,91007 +"309381",70132,91038 +"309382",70134,70135 +"309383",70134,70136 +"309384",70135,70136 +"309385",70136,72613 +"309386",70136,84595 +"309387",70139,70535 +"309388",70139,99714 +"309389",70139,102019 +"309390",70139,102854 +"309391",70139,104252 +"309392",70139,104383 +"309393",70139,104518 +"309394",70139,108357 +"309395",70139,108450 +"309396",70148,116641 +"309397",70149,73523 +"309398",70151,70198 +"309399",70152,70199 +"309400",70154,84630 +"309401",70154,85833 +"309402",70154,85841 +"309403",70157,70818 +"309404",70159,70226 +"309405",70159,72936 +"309406",70159,89062 +"309407",70159,89120 +"309408",70159,89606 +"309409",70159,90416 +"309410",70159,91060 +"309411",70159,91063 +"309412",70159,91397 +"309413",70159,93033 +"309414",70159,96155 +"309415",70159,96769 +"309416",70159,96771 +"309417",70159,98930 +"309418",70160,70244 +"309419",70160,70249 +"309420",70161,72244 +"309421",70161,72282 +"309422",70161,72349 +"309423",70162,111898 +"309424",70165,109715 +"309425",70167,70168 +"309426",70167,76241 +"309427",70167,99835 +"309428",70169,70315 +"309429",70169,70350 +"309430",70170,76329 +"309431",70173,73357 +"309432",70177,70216 +"309433",70179,78129 +"309434",70180,97884 +"309435",70182,121362 +"309436",70184,78611 +"309437",70184,80983 +"309438",70184,81951 +"309439",70184,85191 +"309440",70184,103842 +"309441",70186,88908 +"309442",70186,89743 +"309443",70186,108642 +"309444",70186,109517 +"309445",70186,114905 +"309446",70187,70190 +"309447",70188,73462 +"309448",70192,70194 +"309449",70195,70225 +"309450",70195,70950 +"309451",70195,80913 +"309452",70195,84453 +"309453",70195,90607 +"309454",70195,90767 +"309455",70195,97735 +"309456",70195,99143 +"309457",70195,100354 +"309458",70195,107575 +"309459",70196,72940 +"309460",70198,110176 +"309461",70200,114285 +"309462",70201,78715 +"309463",70201,91188 +"309464",70201,102315 +"309465",70201,111964 +"309466",70201,111997 +"309467",70202,70211 +"309468",70203,81167 +"309469",70203,82878 +"309470",70203,85644 +"309471",70203,86021 +"309472",70203,87512 +"309473",70203,93348 +"309474",70203,98939 +"309475",70203,100636 +"309476",70203,102963 +"309477",70203,102989 +"309478",70203,103032 +"309479",70203,103039 +"309480",70203,117679 +"309481",70204,107998 +"309482",70205,71578 +"309483",70206,75876 +"309484",70206,92904 +"309485",70206,105832 +"309486",70206,122275 +"309487",70207,70210 +"309488",70208,100992 +"309489",70209,113567 +"309490",70209,114558 +"309491",70211,70272 +"309492",70212,87935 +"309493",70212,93848 +"309494",70212,115346 +"309495",70219,74649 +"309496",70219,86837 +"309497",70219,94020 +"309498",70219,108624 +"309499",70219,112930 +"309500",70219,113467 +"309501",70219,117420 +"309502",70219,117886 +"309503",70224,70676 +"309504",70227,80680 +"309505",70227,80711 +"309506",70227,105262 +"309507",70227,110454 +"309508",70230,70402 +"309509",70231,70258 +"309510",70233,70498 +"309511",70233,77789 +"309512",70233,79529 +"309513",70233,82943 +"309514",70233,85928 +"309515",70233,86210 +"309516",70233,87853 +"309517",70233,88302 +"309518",70233,88553 +"309519",70233,99623 +"309520",70233,99961 +"309521",70233,103201 +"309522",70233,107878 +"309523",70233,108193 +"309524",70233,117883 +"309525",70233,118083 +"309526",70233,118342 +"309527",70233,119288 +"309528",70233,121052 +"309529",70233,121057 +"309530",70233,122370 +"309531",70233,122380 +"309532",70233,123380 +"309533",70234,77500 +"309534",70234,79028 +"309535",70235,70292 +"309536",70235,77550 +"309537",70235,78948 +"309538",70235,81422 +"309539",70235,83334 +"309540",70235,92877 +"309541",70235,97494 +"309542",70235,97495 +"309543",70235,101605 +"309544",70236,70261 +"309545",70236,75526 +"309546",70236,93820 +"309547",70236,99870 +"309548",70236,100523 +"309549",70236,105495 +"309550",70236,109622 +"309551",70236,109660 +"309552",70237,70392 +"309553",70237,72589 +"309554",70239,77461 +"309555",70240,70334 +"309556",70240,70354 +"309557",70240,70368 +"309558",70240,72013 +"309559",70240,82775 +"309560",70241,70242 +"309561",70241,70464 +"309562",70242,70464 +"309563",70243,79148 +"309564",70244,70249 +"309565",70246,79432 +"309566",70246,80138 +"309567",70246,87226 +"309568",70246,90705 +"309569",70246,90754 +"309570",70246,91302 +"309571",70246,93853 +"309572",70246,102046 +"309573",70246,102275 +"309574",70247,70345 +"309575",70247,70346 +"309576",70250,79744 +"309577",70250,86702 +"309578",70250,92846 +"309579",70250,97434 +"309580",70250,97435 +"309581",70250,108727 +"309582",70252,70282 +"309583",70254,89281 +"309584",70254,100199 +"309585",70254,115384 +"309586",70262,70263 +"309587",70262,70271 +"309588",70262,70447 +"309589",70263,70271 +"309590",70263,70447 +"309591",70265,73513 +"309592",70265,79537 +"309593",70265,79571 +"309594",70266,74701 +"309595",70266,80120 +"309596",70267,70287 +"309597",70268,101135 +"309598",70269,105854 +"309599",70271,70447 +"309600",70273,81657 +"309601",70274,70281 +"309602",70275,75675 +"309603",70275,94709 +"309604",70276,70525 +"309605",70277,94961 +"309606",70278,111493 +"309607",70278,111507 +"309608",70280,74227 +"309609",70280,93294 +"309610",70284,70444 +"309611",70284,70600 +"309612",70286,78134 +"309613",70286,110097 +"309614",70294,113166 +"309615",70299,87522 +"309616",70302,78001 +"309617",70302,87546 +"309618",70303,72265 +"309619",70304,70811 +"309620",70304,80661 +"309621",70304,93344 +"309622",70304,99338 +"309623",70304,102341 +"309624",70304,102396 +"309625",70305,75072 +"309626",70305,75143 +"309627",70307,101582 +"309628",70307,109857 +"309629",70307,109924 +"309630",70307,115071 +"309631",70307,115089 +"309632",70310,70311 +"309633",70310,70336 +"309634",70310,77016 +"309635",70310,83024 +"309636",70311,70336 +"309637",70314,121799 +"309638",70315,70350 +"309639",70315,105337 +"309640",70318,74584 +"309641",70319,70563 +"309642",70320,80408 +"309643",70320,80472 +"309644",70320,100169 +"309645",70320,100176 +"309646",70320,100189 +"309647",70320,100317 +"309648",70321,70322 +"309649",70323,84422 +"309650",70323,88569 +"309651",70323,92557 +"309652",70323,93180 +"309653",70323,99071 +"309654",70323,101850 +"309655",70323,102079 +"309656",70323,103270 +"309657",70323,103678 +"309658",70323,103852 +"309659",70323,109115 +"309660",70323,109116 +"309661",70323,109119 +"309662",70323,109121 +"309663",70323,118753 +"309664",70324,70330 +"309665",70324,70331 +"309666",70327,84610 +"309667",70329,70342 +"309668",70329,70369 +"309669",70330,70331 +"309670",70332,70376 +"309671",70333,88989 +"309672",70334,70354 +"309673",70334,70368 +"309674",70334,72013 +"309675",70336,98737 +"309676",70336,98775 +"309677",70338,77950 +"309678",70338,83517 +"309679",70338,86016 +"309680",70338,86167 +"309681",70338,88703 +"309682",70339,76322 +"309683",70340,70341 +"309684",70341,73201 +"309685",70341,77534 +"309686",70341,93373 +"309687",70341,94025 +"309688",70341,107020 +"309689",70341,107722 +"309690",70341,107732 +"309691",70341,107746 +"309692",70341,118914 +"309693",70342,70369 +"309694",70343,88150 +"309695",70343,102316 +"309696",70343,106415 +"309697",70343,121779 +"309698",70343,123293 +"309699",70343,123294 +"309700",70343,123308 +"309701",70343,123309 +"309702",70343,123310 +"309703",70343,123315 +"309704",70343,123318 +"309705",70343,123319 +"309706",70343,123320 +"309707",70343,123338 +"309708",70343,123341 +"309709",70343,123344 +"309710",70343,123345 +"309711",70344,95305 +"309712",70345,70346 +"309713",70347,89981 +"309714",70347,90031 +"309715",70347,95968 +"309716",70348,79480 +"309717",70348,93609 +"309718",70348,106749 +"309719",70352,95499 +"309720",70352,117095 +"309721",70353,70374 +"309722",70353,94295 +"309723",70353,97778 +"309724",70354,70368 +"309725",70354,72013 +"309726",70354,97114 +"309727",70354,97121 +"309728",70354,97126 +"309729",70354,97127 +"309730",70354,97131 +"309731",70356,112605 +"309732",70357,70807 +"309733",70357,71634 +"309734",70359,81214 +"309735",70359,105625 +"309736",70359,111298 +"309737",70359,112309 +"309738",70361,86657 +"309739",70362,87238 +"309740",70363,70414 +"309741",70363,101418 +"309742",70365,75921 +"309743",70365,79436 +"309744",70365,98549 +"309745",70365,99275 +"309746",70368,72013 +"309747",70370,75258 +"309748",70370,100468 +"309749",70370,112050 +"309750",70372,80435 +"309751",70372,110725 +"309752",70372,114930 +"309753",70372,117131 +"309754",70373,108517 +"309755",70374,80816 +"309756",70378,120910 +"309757",70379,81117 +"309758",70379,118671 +"309759",70379,118673 +"309760",70379,118677 +"309761",70380,111121 +"309762",70381,73953 +"309763",70381,84681 +"309764",70381,106652 +"309765",70381,106680 +"309766",70384,89500 +"309767",70385,102476 +"309768",70385,102706 +"309769",70385,118066 +"309770",70385,122148 +"309771",70388,70425 +"309772",70389,70390 +"309773",70390,88973 +"309774",70392,73902 +"309775",70392,75620 +"309776",70392,84732 +"309777",70392,86838 +"309778",70392,88556 +"309779",70394,70396 +"309780",70395,119897 +"309781",70396,71174 +"309782",70397,70441 +"309783",70398,75778 +"309784",70398,76231 +"309785",70400,74400 +"309786",70400,77362 +"309787",70400,85683 +"309788",70400,93802 +"309789",70400,99308 +"309790",70403,85619 +"309791",70403,92213 +"309792",70403,115738 +"309793",70403,118269 +"309794",70404,73776 +"309795",70405,73831 +"309796",70405,76495 +"309797",70406,76590 +"309798",70407,91772 +"309799",70408,91774 +"309800",70408,99732 +"309801",70408,99980 +"309802",70408,106151 +"309803",70409,105353 +"309804",70409,119150 +"309805",70410,73322 +"309806",70410,78544 +"309807",70410,88471 +"309808",70410,98123 +"309809",70410,116068 +"309810",70415,71521 +"309811",70415,71753 +"309812",70415,73567 +"309813",70417,75373 +"309814",70418,109197 +"309815",70419,105937 +"309816",70420,73605 +"309817",70421,101973 +"309818",70421,118983 +"309819",70422,72704 +"309820",70422,80406 +"309821",70422,119655 +"309822",70423,88680 +"309823",70423,104878 +"309824",70423,120719 +"309825",70423,122636 +"309826",70424,120800 +"309827",70426,103251 +"309828",70426,110253 +"309829",70429,73704 +"309830",70430,70510 +"309831",70431,123170 +"309832",70434,80286 +"309833",70434,81506 +"309834",70434,114650 +"309835",70437,71564 +"309836",70437,71565 +"309837",70439,94163 +"309838",70439,123476 +"309839",70440,94507 +"309840",70443,70467 +"309841",70443,90805 +"309842",70443,99108 +"309843",70444,70600 +"309844",70446,80516 +"309845",70448,79534 +"309846",70448,100972 +"309847",70448,104022 +"309848",70449,101840 +"309849",70450,70469 +"309850",70451,78485 +"309851",70452,115259 +"309852",70453,100342 +"309853",70453,102467 +"309854",70454,96149 +"309855",70454,106469 +"309856",70455,79642 +"309857",70455,90931 +"309858",70456,72623 +"309859",70456,77576 +"309860",70457,84698 +"309861",70457,109729 +"309862",70458,70459 +"309863",70460,90726 +"309864",70460,117706 +"309865",70461,70462 +"309866",70463,70601 +"309867",70463,112347 +"309868",70465,70715 +"309869",70466,78809 +"309870",70466,80894 +"309871",70466,80901 +"309872",70466,80906 +"309873",70467,81567 +"309874",70467,108431 +"309875",70468,70513 +"309876",70468,70549 +"309877",70468,70558 +"309878",70469,106536 +"309879",70471,72473 +"309880",70472,70508 +"309881",70473,70981 +"309882",70473,71825 +"309883",70473,71837 +"309884",70473,72393 +"309885",70473,77625 +"309886",70473,79681 +"309887",70473,81952 +"309888",70473,82431 +"309889",70473,82452 +"309890",70473,86249 +"309891",70473,88409 +"309892",70473,90883 +"309893",70473,91383 +"309894",70473,92113 +"309895",70473,97466 +"309896",70473,98904 +"309897",70473,102940 +"309898",70473,118577 +"309899",70473,119085 +"309900",70473,119224 +"309901",70473,119439 +"309902",70473,120085 +"309903",70473,120232 +"309904",70473,121213 +"309905",70473,122361 +"309906",70474,70475 +"309907",70475,98091 +"309908",70475,113303 +"309909",70477,77811 +"309910",70477,96019 +"309911",70477,103972 +"309912",70477,103973 +"309913",70477,103977 +"309914",70477,103986 +"309915",70477,103999 +"309916",70478,71541 +"309917",70478,72546 +"309918",70478,73382 +"309919",70478,74320 +"309920",70478,75727 +"309921",70478,107204 +"309922",70480,79021 +"309923",70483,113624 +"309924",70483,113625 +"309925",70484,75557 +"309926",70484,106962 +"309927",70484,111811 +"309928",70485,78415 +"309929",70485,111965 +"309930",70488,71405 +"309931",70488,77809 +"309932",70488,80742 +"309933",70488,81902 +"309934",70488,105565 +"309935",70488,112804 +"309936",70488,113966 +"309937",70489,77547 +"309938",70490,74924 +"309939",70490,74955 +"309940",70491,75914 +"309941",70491,94768 +"309942",70492,71350 +"309943",70493,70517 +"309944",70496,76010 +"309945",70496,106721 +"309946",70496,113331 +"309947",70498,74472 +"309948",70498,85119 +"309949",70498,86628 +"309950",70498,101212 +"309951",70498,102892 +"309952",70498,107844 +"309953",70498,109301 +"309954",70498,117073 +"309955",70500,89156 +"309956",70500,108595 +"309957",70500,122615 +"309958",70501,101298 +"309959",70504,84359 +"309960",70505,74695 +"309961",70505,74722 +"309962",70505,74733 +"309963",70505,74734 +"309964",70505,74807 +"309965",70505,74808 +"309966",70506,109266 +"309967",70507,74442 +"309968",70508,107037 +"309969",70509,75287 +"309970",70509,106963 +"309971",70509,122974 +"309972",70510,73987 +"309973",70510,91434 +"309974",70510,101686 +"309975",70510,108522 +"309976",70510,110416 +"309977",70511,91075 +"309978",70511,93826 +"309979",70512,116500 +"309980",70513,70549 +"309981",70513,70558 +"309982",70515,72987 +"309983",70515,86816 +"309984",70515,110034 +"309985",70518,121336 +"309986",70519,114425 +"309987",70521,95890 +"309988",70521,110138 +"309989",70522,76978 +"309990",70524,88210 +"309991",70526,86580 +"309992",70526,88323 +"309993",70526,104930 +"309994",70526,113892 +"309995",70528,83051 +"309996",70528,89527 +"309997",70528,101438 +"309998",70531,70537 +"309999",70533,71136 +"310000",70533,96084 +"310001",70533,118220 +"310002",70535,99714 +"310003",70535,102019 +"310004",70535,104252 +"310005",70535,104383 +"310006",70535,108450 +"310007",70535,114279 +"310008",70536,70573 +"310009",70538,80482 +"310010",70540,76092 +"310011",70540,83275 +"310012",70540,83293 +"310013",70541,70565 +"310014",70543,98967 +"310015",70543,106809 +"310016",70543,114791 +"310017",70543,118698 +"310018",70543,120274 +"310019",70545,72467 +"310020",70545,75662 +"310021",70546,88995 +"310022",70546,89689 +"310023",70546,90530 +"310024",70546,94098 +"310025",70546,94396 +"310026",70546,107604 +"310027",70546,108222 +"310028",70546,108239 +"310029",70549,70558 +"310030",70551,71254 +"310031",70551,71424 +"310032",70553,73352 +"310033",70553,102260 +"310034",70553,107821 +"310035",70554,73806 +"310036",70554,97646 +"310037",70556,111287 +"310038",70559,89211 +"310039",70559,89985 +"310040",70560,85715 +"310041",70561,74759 +"310042",70562,86281 +"310043",70564,91254 +"310044",70565,71453 +"310045",70565,78571 +"310046",70565,88678 +"310047",70565,98259 +"310048",70570,75204 +"310049",70570,82772 +"310050",70575,74425 +"310051",70575,76565 +"310052",70575,79802 +"310053",70575,81882 +"310054",70575,86178 +"310055",70575,90305 +"310056",70575,95973 +"310057",70575,115900 +"310058",70575,117208 +"310059",70575,118086 +"310060",70575,118090 +"310061",70575,118091 +"310062",70575,118094 +"310063",70575,118098 +"310064",70575,118102 +"310065",70575,118112 +"310066",70575,121834 +"310067",70577,88508 +"310068",70581,70586 +"310069",70582,70606 +"310070",70583,73769 +"310071",70583,88391 +"310072",70583,89627 +"310073",70583,105689 +"310074",70583,108258 +"310075",70583,112969 +"310076",70583,117410 +"310077",70584,96723 +"310078",70585,74251 +"310079",70586,84103 +"310080",70586,93490 +"310081",70586,98506 +"310082",70586,101741 +"310083",70586,110918 +"310084",70586,113713 +"310085",70586,122840 +"310086",70589,70862 +"310087",70590,70593 +"310088",70590,70594 +"310089",70590,70620 +"310090",70590,70635 +"310091",70590,70639 +"310092",70590,70640 +"310093",70591,75864 +"310094",70591,77889 +"310095",70591,121949 +"310096",70592,70617 +"310097",70592,70618 +"310098",70593,70594 +"310099",70593,70620 +"310100",70593,70635 +"310101",70593,70639 +"310102",70593,70640 +"310103",70594,70620 +"310104",70594,70635 +"310105",70594,70639 +"310106",70594,70640 +"310107",70595,79008 +"310108",70595,81686 +"310109",70595,91981 +"310110",70596,86195 +"310111",70596,86223 +"310112",70596,86230 +"310113",70596,92366 +"310114",70596,97085 +"310115",70596,100359 +"310116",70596,101971 +"310117",70596,104452 +"310118",70596,105887 +"310119",70597,74125 +"310120",70597,92955 +"310121",70598,70612 +"310122",70598,100782 +"310123",70599,77758 +"310124",70599,90869 +"310125",70599,90911 +"310126",70599,97124 +"310127",70599,113450 +"310128",70599,118391 +"310129",70601,91927 +"310130",70601,95193 +"310131",70603,71762 +"310132",70603,84138 +"310133",70603,92991 +"310134",70603,94029 +"310135",70603,108711 +"310136",70604,73725 +"310137",70605,88989 +"310138",70605,91744 +"310139",70605,92194 +"310140",70609,84680 +"310141",70610,70611 +"310142",70610,70725 +"310143",70610,71211 +"310144",70610,71505 +"310145",70610,71887 +"310146",70611,70725 +"310147",70611,71211 +"310148",70611,71505 +"310149",70611,71887 +"310150",70612,74077 +"310151",70612,74161 +"310152",70612,74173 +"310153",70615,118590 +"310154",70616,80995 +"310155",70616,98109 +"310156",70617,70618 +"310157",70620,70635 +"310158",70620,70639 +"310159",70620,70640 +"310160",70621,70648 +"310161",70621,94601 +"310162",70621,94723 +"310163",70621,94724 +"310164",70622,74100 +"310165",70622,97798 +"310166",70623,70630 +"310167",70625,71257 +"310168",70625,72737 +"310169",70627,74590 +"310170",70629,81237 +"310171",70631,70643 +"310172",70631,92787 +"310173",70633,82072 +"310174",70633,98906 +"310175",70634,106359 +"310176",70635,70639 +"310177",70635,70640 +"310178",70636,82675 +"310179",70636,82676 +"310180",70639,70640 +"310181",70640,97650 +"310182",70640,116873 +"310183",70640,122486 +"310184",70640,122491 +"310185",70640,122499 +"310186",70641,70642 +"310187",70644,79155 +"310188",70644,91098 +"310189",70644,113397 +"310190",70645,79897 +"310191",70645,91402 +"310192",70645,118032 +"310193",70646,109872 +"310194",70648,71416 +"310195",70648,94601 +"310196",70648,94723 +"310197",70648,94724 +"310198",70649,99887 +"310199",70651,94530 +"310200",70652,76621 +"310201",70653,74865 +"310202",70653,106403 +"310203",70653,113456 +"310204",70655,70674 +"310205",70655,70721 +"310206",70656,70814 +"310207",70656,114601 +"310208",70657,75281 +"310209",70657,89153 +"310210",70658,73887 +"310211",70658,122735 +"310212",70661,70934 +"310213",70661,72771 +"310214",70662,82123 +"310215",70663,70882 +"310216",70663,92450 +"310217",70665,72594 +"310218",70667,72479 +"310219",70667,75658 +"310220",70668,82212 +"310221",70668,123269 +"310222",70668,123271 +"310223",70669,70692 +"310224",70670,93919 +"310225",70671,73374 +"310226",70671,83939 +"310227",70671,89425 +"310228",70672,97855 +"310229",70672,97879 +"310230",70673,72441 +"310231",70673,107064 +"310232",70674,70721 +"310233",70675,77144 +"310234",70675,77154 +"310235",70675,77192 +"310236",70675,77195 +"310237",70676,72882 +"310238",70676,74664 +"310239",70681,78132 +"310240",70681,83492 +"310241",70681,106222 +"310242",70681,107718 +"310243",70685,81771 +"310244",70685,85280 +"310245",70685,85463 +"310246",70685,96285 +"310247",70685,100655 +"310248",70685,103874 +"310249",70686,70875 +"310250",70686,70891 +"310251",70687,70691 +"310252",70688,70733 +"310253",70688,100005 +"310254",70688,114800 +"310255",70688,121426 +"310256",70689,111082 +"310257",70689,111092 +"310258",70690,70722 +"310259",70690,71223 +"310260",70691,82361 +"310261",70691,90437 +"310262",70691,91087 +"310263",70694,72256 +"310264",70695,91569 +"310265",70697,72126 +"310266",70697,88808 +"310267",70697,92380 +"310268",70697,100076 +"310269",70699,70749 +"310270",70699,70764 +"310271",70699,101772 +"310272",70699,109233 +"310273",70699,119186 +"310274",70700,116338 +"310275",70701,73784 +"310276",70701,98320 +"310277",70703,89343 +"310278",70704,97747 +"310279",70704,97756 +"310280",70705,73817 +"310281",70706,78455 +"310282",70706,79431 +"310283",70707,89718 +"310284",70708,70944 +"310285",70708,71000 +"310286",70708,73982 +"310287",70708,74001 +"310288",70708,74677 +"310289",70709,115087 +"310290",70711,76855 +"310291",70711,97056 +"310292",70712,90553 +"310293",70713,72503 +"310294",70713,99279 +"310295",70713,103682 +"310296",70713,105750 +"310297",70713,109167 +"310298",70713,109832 +"310299",70713,117786 +"310300",70713,117791 +"310301",70713,117795 +"310302",70714,95613 +"310303",70715,76312 +"310304",70715,78247 +"310305",70715,80596 +"310306",70715,80871 +"310307",70715,80912 +"310308",70715,84219 +"310309",70715,91228 +"310310",70715,92825 +"310311",70715,96621 +"310312",70715,101394 +"310313",70715,101401 +"310314",70716,70777 +"310315",70716,90060 +"310316",70718,108911 +"310317",70718,108924 +"310318",70718,111477 +"310319",70719,79111 +"310320",70719,79133 +"310321",70719,113852 +"310322",70720,101125 +"310323",70720,102243 +"310324",70720,103311 +"310325",70722,71223 +"310326",70724,70781 +"310327",70724,86159 +"310328",70724,89736 +"310329",70724,110242 +"310330",70725,71211 +"310331",70725,71505 +"310332",70725,71887 +"310333",70725,91779 +"310334",70725,96525 +"310335",70725,101347 +"310336",70727,86423 +"310337",70727,93280 +"310338",70728,74918 +"310339",70728,75315 +"310340",70728,88626 +"310341",70728,90977 +"310342",70728,91058 +"310343",70728,99396 +"310344",70728,101311 +"310345",70728,101807 +"310346",70728,101832 +"310347",70728,106555 +"310348",70728,107098 +"310349",70728,107582 +"310350",70728,107804 +"310351",70729,71746 +"310352",70729,71760 +"310353",70729,72651 +"310354",70729,72652 +"310355",70729,72679 +"310356",70729,72702 +"310357",70731,96954 +"310358",70731,100626 +"310359",70731,104634 +"310360",70731,123029 +"310361",70732,89690 +"310362",70732,101110 +"310363",70733,82300 +"310364",70733,93337 +"310365",70733,107827 +"310366",70733,109319 +"310367",70733,111350 +"310368",70733,115581 +"310369",70733,115593 +"310370",70733,115596 +"310371",70733,115600 +"310372",70733,115640 +"310373",70733,116860 +"310374",70733,120729 +"310375",70734,89664 +"310376",70734,111823 +"310377",70734,116791 +"310378",70734,118278 +"310379",70736,81497 +"310380",70736,82301 +"310381",70736,82408 +"310382",70737,74772 +"310383",70743,70898 +"310384",70743,70939 +"310385",70743,70951 +"310386",70743,90464 +"310387",70744,70834 +"310388",70745,83003 +"310389",70748,72083 +"310390",70748,74868 +"310391",70748,83216 +"310392",70748,92957 +"310393",70748,102444 +"310394",70748,106815 +"310395",70749,70764 +"310396",70750,70879 +"310397",70750,79184 +"310398",70751,86643 +"310399",70751,89860 +"310400",70751,89863 +"310401",70753,70794 +"310402",70753,71283 +"310403",70755,70796 +"310404",70756,70784 +"310405",70757,113958 +"310406",70759,70786 +"310407",70761,72500 +"310408",70763,118588 +"310409",70769,71222 +"310410",70769,86918 +"310411",70770,92149 +"310412",70770,115952 +"310413",70771,96876 +"310414",70774,80228 +"310415",70774,80374 +"310416",70774,80967 +"310417",70774,112501 +"310418",70776,70830 +"310419",70776,70839 +"310420",70778,72060 +"310421",70778,80938 +"310422",70778,80939 +"310423",70778,80940 +"310424",70778,80941 +"310425",70778,80949 +"310426",70778,80955 +"310427",70778,80956 +"310428",70778,80957 +"310429",70778,80985 +"310430",70778,80989 +"310431",70778,81007 +"310432",70778,81022 +"310433",70778,81026 +"310434",70778,81036 +"310435",70778,81037 +"310436",70778,81038 +"310437",70778,81139 +"310438",70778,104183 +"310439",70781,86159 +"310440",70781,110242 +"310441",70784,77427 +"310442",70784,101024 +"310443",70784,109385 +"310444",70785,77371 +"310445",70787,72654 +"310446",70788,87992 +"310447",70788,118217 +"310448",70790,71631 +"310449",70790,75436 +"310450",70791,98721 +"310451",70793,74214 +"310452",70798,71443 +"310453",70799,70833 +"310454",70799,70838 +"310455",70799,75644 +"310456",70799,106558 +"310457",70801,92978 +"310458",70801,108739 +"310459",70801,115212 +"310460",70801,120139 +"310461",70803,72108 +"310462",70803,110641 +"310463",70804,72325 +"310464",70804,91150 +"310465",70804,99875 +"310466",70804,111213 +"310467",70804,112723 +"310468",70804,117917 +"310469",70806,70934 +"310470",70806,83647 +"310471",70806,86490 +"310472",70808,81400 +"310473",70809,70825 +"310474",70809,78800 +"310475",70809,88264 +"310476",70809,110978 +"310477",70810,72389 +"310478",70811,72205 +"310479",70811,79535 +"310480",70811,79536 +"310481",70811,80661 +"310482",70811,93344 +"310483",70811,97132 +"310484",70811,102396 +"310485",70812,75795 +"310486",70812,120958 +"310487",70813,85229 +"310488",70815,84177 +"310489",70817,112279 +"310490",70818,120815 +"310491",70820,71928 +"310492",70822,75897 +"310493",70822,92327 +"310494",70822,94938 +"310495",70823,73631 +"310496",70823,83974 +"310497",70823,90012 +"310498",70823,90013 +"310499",70823,114458 +"310500",70823,115652 +"310501",70826,78943 +"310502",70828,75309 +"310503",70830,70839 +"310504",70832,71121 +"310505",70833,70838 +"310506",70833,92552 +"310507",70833,106377 +"310508",70836,79399 +"310509",70837,73879 +"310510",70838,79082 +"310511",70838,97237 +"310512",70838,101793 +"310513",70838,109663 +"310514",70838,122267 +"310515",70838,122312 +"310516",70840,70846 +"310517",70840,74272 +"310518",70841,80264 +"310519",70841,120296 +"310520",70845,88345 +"310521",70847,71040 +"310522",70847,87018 +"310523",70850,72261 +"310524",70851,71021 +"310525",70851,90247 +"310526",70852,72430 +"310527",70854,71683 +"310528",70854,72568 +"310529",70854,72628 +"310530",70854,73767 +"310531",70854,78532 +"310532",70854,81609 +"310533",70854,85885 +"310534",70854,91255 +"310535",70854,92247 +"310536",70854,92352 +"310537",70854,92362 +"310538",70854,92929 +"310539",70854,93719 +"310540",70854,94906 +"310541",70854,94946 +"310542",70854,95889 +"310543",70854,96093 +"310544",70854,97988 +"310545",70854,99309 +"310546",70854,99376 +"310547",70854,99450 +"310548",70854,99471 +"310549",70854,99474 +"310550",70854,100916 +"310551",70854,100944 +"310552",70854,101126 +"310553",70854,101329 +"310554",70854,105557 +"310555",70854,107199 +"310556",70854,108743 +"310557",70854,108980 +"310558",70854,109291 +"310559",70854,109933 +"310560",70854,110483 +"310561",70854,110567 +"310562",70854,110572 +"310563",70854,110630 +"310564",70854,110648 +"310565",70854,110711 +"310566",70854,110770 +"310567",70854,110869 +"310568",70854,110911 +"310569",70854,111285 +"310570",70854,111314 +"310571",70854,111362 +"310572",70854,111372 +"310573",70854,111424 +"310574",70854,111433 +"310575",70854,112422 +"310576",70854,113269 +"310577",70854,113430 +"310578",70854,114242 +"310579",70854,114842 +"310580",70854,115427 +"310581",70854,115521 +"310582",70854,115711 +"310583",70855,70871 +"310584",70855,70884 +"310585",70855,70895 +"310586",70855,70921 +"310587",70857,94756 +"310588",70858,74999 +"310589",70858,77973 +"310590",70858,90592 +"310591",70858,115921 +"310592",70859,91924 +"310593",70861,71129 +"310594",70862,111654 +"310595",70864,88357 +"310596",70866,99842 +"310597",70866,100419 +"310598",70867,71941 +"310599",70867,75311 +"310600",70868,70909 +"310601",70869,85406 +"310602",70870,95574 +"310603",70870,117319 +"310604",70871,70884 +"310605",70871,70895 +"310606",70871,70921 +"310607",70874,78470 +"310608",70874,90342 +"310609",70874,100432 +"310610",70874,110424 +"310611",70874,111401 +"310612",70874,120536 +"310613",70875,70891 +"310614",70877,78731 +"310615",70877,100699 +"310616",70877,101667 +"310617",70879,77685 +"310618",70882,119889 +"310619",70884,70895 +"310620",70884,70921 +"310621",70885,78200 +"310622",70886,70906 +"310623",70886,70919 +"310624",70888,70950 +"310625",70889,70890 +"310626",70889,70908 +"310627",70889,70952 +"310628",70889,70962 +"310629",70889,70970 +"310630",70889,71098 +"310631",70889,79231 +"310632",70889,84138 +"310633",70889,86131 +"310634",70889,106968 +"310635",70889,109510 +"310636",70889,110599 +"310637",70890,70908 +"310638",70890,70952 +"310639",70890,70962 +"310640",70890,70970 +"310641",70890,71098 +"310642",70891,72084 +"310643",70891,76309 +"310644",70891,80808 +"310645",70891,94512 +"310646",70891,102394 +"310647",70891,102936 +"310648",70891,114233 +"310649",70893,72410 +"310650",70893,72535 +"310651",70893,72667 +"310652",70893,72675 +"310653",70893,85096 +"310654",70893,85776 +"310655",70893,86463 +"310656",70893,105945 +"310657",70893,105968 +"310658",70893,107381 +"310659",70894,87690 +"310660",70894,97931 +"310661",70894,108704 +"310662",70894,111471 +"310663",70894,118999 +"310664",70894,119441 +"310665",70895,70921 +"310666",70895,73455 +"310667",70897,86693 +"310668",70898,70939 +"310669",70898,70951 +"310670",70899,76264 +"310671",70899,84685 +"310672",70899,99111 +"310673",70899,117343 +"310674",70899,121935 +"310675",70901,71146 +"310676",70902,75888 +"310677",70902,95193 +"310678",70905,74060 +"310679",70906,70919 +"310680",70907,71683 +"310681",70907,77125 +"310682",70907,78398 +"310683",70907,82426 +"310684",70907,84343 +"310685",70907,85000 +"310686",70907,85101 +"310687",70907,91682 +"310688",70907,95267 +"310689",70907,97580 +"310690",70907,98727 +"310691",70907,98776 +"310692",70907,100795 +"310693",70907,106824 +"310694",70907,108879 +"310695",70907,109166 +"310696",70907,109858 +"310697",70907,109878 +"310698",70907,112962 +"310699",70907,113990 +"310700",70907,115413 +"310701",70907,116123 +"310702",70907,117258 +"310703",70907,117560 +"310704",70907,118128 +"310705",70907,118836 +"310706",70907,118866 +"310707",70907,118873 +"310708",70907,119131 +"310709",70907,119513 +"310710",70907,119716 +"310711",70907,119769 +"310712",70907,120123 +"310713",70907,120169 +"310714",70907,120725 +"310715",70907,120944 +"310716",70907,121609 +"310717",70907,122007 +"310718",70907,122032 +"310719",70907,122035 +"310720",70907,122724 +"310721",70907,123070 +"310722",70907,123394 +"310723",70907,123490 +"310724",70908,70952 +"310725",70908,70962 +"310726",70908,70970 +"310727",70908,71098 +"310728",70908,75310 +"310729",70908,83847 +"310730",70909,86736 +"310731",70910,75339 +"310732",70912,77334 +"310733",70912,78154 +"310734",70912,94625 +"310735",70912,111570 +"310736",70914,74244 +"310737",70914,107646 +"310738",70916,71131 +"310739",70917,119712 +"310740",70918,71041 +"310741",70918,74757 +"310742",70919,71930 +"310743",70919,72052 +"310744",70922,90687 +"310745",70923,71524 +"310746",70924,100308 +"310747",70924,100323 +"310748",70924,100324 +"310749",70924,100327 +"310750",70924,100331 +"310751",70924,100333 +"310752",70924,100340 +"310753",70924,100341 +"310754",70924,102029 +"310755",70925,71050 +"310756",70925,79183 +"310757",70925,91411 +"310758",70925,92592 +"310759",70925,95030 +"310760",70925,97824 +"310761",70925,98343 +"310762",70925,101568 +"310763",70925,101967 +"310764",70925,102204 +"310765",70925,102731 +"310766",70925,109596 +"310767",70925,115951 +"310768",70925,119419 +"310769",70925,119454 +"310770",70925,121103 +"310771",70926,92294 +"310772",70926,101310 +"310773",70926,114731 +"310774",70928,76126 +"310775",70928,76564 +"310776",70928,84348 +"310777",70928,86597 +"310778",70928,96822 +"310779",70928,96823 +"310780",70928,96849 +"310781",70928,96858 +"310782",70928,96859 +"310783",70931,92017 +"310784",70931,99169 +"310785",70931,117214 +"310786",70931,120763 +"310787",70932,97482 +"310788",70933,104594 +"310789",70934,76904 +"310790",70934,77745 +"310791",70939,70951 +"310792",70939,82834 +"310793",70939,82913 +"310794",70940,117284 +"310795",70942,70948 +"310796",70943,89757 +"310797",70944,71000 +"310798",70945,71438 +"310799",70945,86787 +"310800",70945,108509 +"310801",70945,108594 +"310802",70946,77712 +"310803",70948,72296 +"310804",70949,72427 +"310805",70949,79630 +"310806",70950,75393 +"310807",70950,76340 +"310808",70950,80913 +"310809",70950,84453 +"310810",70950,90607 +"310811",70950,90767 +"310812",70950,91868 +"310813",70950,94051 +"310814",70950,97735 +"310815",70950,100354 +"310816",70950,101179 +"310817",70950,102520 +"310818",70950,105698 +"310819",70950,107144 +"310820",70950,113120 +"310821",70950,118108 +"310822",70952,70962 +"310823",70952,70970 +"310824",70952,71098 +"310825",70953,71830 +"310826",70954,81242 +"310827",70954,82509 +"310828",70954,92751 +"310829",70954,93267 +"310830",70954,93541 +"310831",70954,99840 +"310832",70954,115153 +"310833",70957,73151 +"310834",70959,111565 +"310835",70959,111663 +"310836",70960,88307 +"310837",70960,90003 +"310838",70960,95204 +"310839",70961,75168 +"310840",70962,70970 +"310841",70962,71098 +"310842",70963,75779 +"310843",70963,77665 +"310844",70963,77850 +"310845",70963,90666 +"310846",70963,105992 +"310847",70963,106004 +"310848",70963,106018 +"310849",70965,73594 +"310850",70967,106011 +"310851",70968,71397 +"310852",70969,74855 +"310853",70970,71098 +"310854",70971,102297 +"310855",70973,71299 +"310856",70973,71326 +"310857",70973,71327 +"310858",70973,71331 +"310859",70973,103142 +"310860",70975,101410 +"310861",70978,81793 +"310862",70978,84732 +"310863",70978,97348 +"310864",70979,77051 +"310865",70979,92656 +"310866",70981,71825 +"310867",70981,71837 +"310868",70981,77625 +"310869",70981,79681 +"310870",70981,82452 +"310871",70981,88409 +"310872",70981,90883 +"310873",70981,91383 +"310874",70981,92113 +"310875",70981,98904 +"310876",70981,102940 +"310877",70981,118577 +"310878",70981,119085 +"310879",70981,119224 +"310880",70981,119439 +"310881",70981,120085 +"310882",70981,120232 +"310883",70981,121213 +"310884",70988,75633 +"310885",70988,76012 +"310886",70988,79529 +"310887",70988,79593 +"310888",70988,80500 +"310889",70988,91517 +"310890",70988,96513 +"310891",70988,99022 +"310892",70988,106280 +"310893",70989,71018 +"310894",70989,96250 +"310895",70990,86180 +"310896",70992,104891 +"310897",70995,71388 +"310898",70996,71004 +"310899",70996,71253 +"310900",70996,74730 +"310901",70996,75830 +"310902",70998,104190 +"310903",70999,77367 +"310904",70999,100033 +"310905",71001,76983 +"310906",71001,83657 +"310907",71001,98958 +"310908",71001,114699 +"310909",71002,83156 +"310910",71003,81599 +"310911",71003,96142 +"310912",71003,101971 +"310913",71003,111590 +"310914",71004,88694 +"310915",71004,92296 +"310916",71004,110366 +"310917",71005,85592 +"310918",71006,100454 +"310919",71006,114282 +"310920",71006,114545 +"310921",71007,71042 +"310922",71008,76343 +"310923",71008,76697 +"310924",71008,85158 +"310925",71009,117925 +"310926",71010,84184 +"310927",71010,91043 +"310928",71011,99442 +"310929",71011,100165 +"310930",71011,100166 +"310931",71011,100177 +"310932",71011,100259 +"310933",71011,100519 +"310934",71012,71846 +"310935",71012,72039 +"310936",71012,81934 +"310937",71013,102391 +"310938",71015,74398 +"310939",71015,95265 +"310940",71015,111426 +"310941",71015,111440 +"310942",71016,71035 +"310943",71016,71036 +"310944",71016,71044 +"310945",71017,101096 +"310946",71019,93424 +"310947",71020,87634 +"310948",71020,98972 +"310949",71022,92968 +"310950",71022,96047 +"310951",71022,115589 +"310952",71023,102679 +"310953",71023,107242 +"310954",71023,111225 +"310955",71023,113375 +"310956",71024,71215 +"310957",71025,73394 +"310958",71025,77507 +"310959",71025,78308 +"310960",71025,85313 +"310961",71026,74070 +"310962",71027,73757 +"310963",71028,81856 +"310964",71029,71181 +"310965",71029,71199 +"310966",71032,78559 +"310967",71033,73409 +"310968",71033,75568 +"310969",71033,79375 +"310970",71033,80625 +"310971",71033,83427 +"310972",71033,90968 +"310973",71033,99207 +"310974",71033,104590 +"310975",71033,108138 +"310976",71033,108463 +"310977",71033,116534 +"310978",71033,116545 +"310979",71033,122892 +"310980",71033,122907 +"310981",71035,71036 +"310982",71035,71044 +"310983",71036,71044 +"310984",71039,83826 +"310985",71039,83900 +"310986",71039,92661 +"310987",71039,107487 +"310988",71042,118767 +"310989",71046,110739 +"310990",71052,71064 +"310991",71052,71978 +"310992",71053,71056 +"310993",71053,71072 +"310994",71054,83586 +"310995",71054,101183 +"310996",71055,85119 +"310997",71055,119139 +"310998",71056,71072 +"310999",71057,71264 +"311000",71057,71396 +"311001",71057,71409 +"311002",71057,71432 +"311003",71057,71442 +"311004",71059,76470 +"311005",71059,82643 +"311006",71059,86553 +"311007",71059,88938 +"311008",71059,94987 +"311009",71059,98665 +"311010",71059,100195 +"311011",71059,102186 +"311012",71059,123225 +"311013",71059,123246 +"311014",71059,123251 +"311015",71059,123254 +"311016",71060,71067 +"311017",71061,114541 +"311018",71065,93457 +"311019",71065,93475 +"311020",71066,71682 +"311021",71068,71169 +"311022",71068,92575 +"311023",71068,119226 +"311024",71069,77385 +"311025",71069,77386 +"311026",71069,108018 +"311027",71070,71406 +"311028",71070,71437 +"311029",71071,120897 +"311030",71072,83187 +"311031",71078,71148 +"311032",71078,85650 +"311033",71079,95791 +"311034",71079,95809 +"311035",71079,95815 +"311036",71079,95843 +"311037",71080,71083 +"311038",71080,71149 +"311039",71081,71095 +"311040",71083,71149 +"311041",71084,76701 +"311042",71084,82737 +"311043",71084,82970 +"311044",71084,89596 +"311045",71084,99767 +"311046",71084,99771 +"311047",71084,99772 +"311048",71084,99775 +"311049",71084,99777 +"311050",71084,114487 +"311051",71084,114570 +"311052",71086,73102 +"311053",71086,82381 +"311054",71086,119340 +"311055",71088,73867 +"311056",71089,99883 +"311057",71090,71439 +"311058",71092,85546 +"311059",71093,107325 +"311060",71093,112449 +"311061",71094,93343 +"311062",71094,102106 +"311063",71096,83024 +"311064",71097,71113 +"311065",71097,72302 +"311066",71100,87278 +"311067",71104,71465 +"311068",71106,73655 +"311069",71106,75767 +"311070",71106,76046 +"311071",71106,76459 +"311072",71106,76808 +"311073",71106,77727 +"311074",71106,78224 +"311075",71106,79222 +"311076",71106,82978 +"311077",71106,83306 +"311078",71106,85027 +"311079",71106,86151 +"311080",71106,88412 +"311081",71106,90275 +"311082",71106,90426 +"311083",71106,91112 +"311084",71106,91526 +"311085",71106,93425 +"311086",71106,93523 +"311087",71106,94520 +"311088",71106,95954 +"311089",71106,99544 +"311090",71106,99547 +"311091",71106,99554 +"311092",71106,100595 +"311093",71106,100739 +"311094",71106,100819 +"311095",71106,100909 +"311096",71106,101898 +"311097",71106,101988 +"311098",71106,102146 +"311099",71106,102201 +"311100",71106,102309 +"311101",71106,102635 +"311102",71106,102730 +"311103",71106,102846 +"311104",71106,103790 +"311105",71106,104095 +"311106",71106,104574 +"311107",71106,104784 +"311108",71106,104845 +"311109",71106,107269 +"311110",71106,107623 +"311111",71106,107714 +"311112",71106,107879 +"311113",71106,107975 +"311114",71106,111176 +"311115",71107,80402 +"311116",71108,71109 +"311117",71112,101840 +"311118",71112,103213 +"311119",71113,88012 +"311120",71113,94067 +"311121",71113,102047 +"311122",71113,107653 +"311123",71114,98026 +"311124",71114,112030 +"311125",71116,99637 +"311126",71117,119076 +"311127",71118,71530 +"311128",71118,71554 +"311129",71118,71726 +"311130",71118,95329 +"311131",71118,118148 +"311132",71120,87219 +"311133",71120,91597 +"311134",71120,108919 +"311135",71120,112807 +"311136",71121,80885 +"311137",71122,73811 +"311138",71122,73816 +"311139",71123,111084 +"311140",71123,111103 +"311141",71124,101005 +"311142",71124,117263 +"311143",71126,72770 +"311144",71128,100252 +"311145",71128,104433 +"311146",71130,117640 +"311147",71134,85289 +"311148",71135,91082 +"311149",71135,94247 +"311150",71135,96621 +"311151",71136,115475 +"311152",71138,71142 +"311153",71139,90107 +"311154",71140,121349 +"311155",71141,71180 +"311156",71142,77776 +"311157",71142,92198 +"311158",71142,93190 +"311159",71142,99947 +"311160",71142,102822 +"311161",71142,115911 +"311162",71142,115925 +"311163",71142,115974 +"311164",71142,116300 +"311165",71143,80693 +"311166",71143,87385 +"311167",71143,90307 +"311168",71143,94242 +"311169",71143,94250 +"311170",71143,94263 +"311171",71144,71145 +"311172",71144,91189 +"311173",71144,104391 +"311174",71144,114746 +"311175",71147,71418 +"311176",71148,108531 +"311177",71148,112486 +"311178",71151,71182 +"311179",71151,71853 +"311180",71151,73447 +"311181",71151,73589 +"311182",71152,71197 +"311183",71152,72079 +"311184",71152,82122 +"311185",71153,102118 +"311186",71153,120349 +"311187",71156,71189 +"311188",71156,78773 +"311189",71156,84780 +"311190",71157,92760 +"311191",71158,103735 +"311192",71158,121332 +"311193",71159,71433 +"311194",71160,80658 +"311195",71160,86051 +"311196",71160,114597 +"311197",71161,81974 +"311198",71161,91609 +"311199",71161,94852 +"311200",71164,71179 +"311201",71165,117390 +"311202",71166,110606 +"311203",71167,90564 +"311204",71167,112056 +"311205",71167,116873 +"311206",71170,73175 +"311207",71170,90941 +"311208",71170,100222 +"311209",71170,110828 +"311210",71173,111148 +"311211",71174,75737 +"311212",71175,71196 +"311213",71176,78582 +"311214",71178,71792 +"311215",71178,71872 +"311216",71181,71199 +"311217",71182,71853 +"311218",71182,73447 +"311219",71182,73589 +"311220",71186,71195 +"311221",71190,73261 +"311222",71191,71426 +"311223",71192,72471 +"311224",71193,76502 +"311225",71196,89379 +"311226",71200,95905 +"311227",71202,110144 +"311228",71203,71713 +"311229",71203,73617 +"311230",71203,100808 +"311231",71205,71419 +"311232",71205,77329 +"311233",71205,99812 +"311234",71205,108708 +"311235",71208,71243 +"311236",71208,71279 +"311237",71208,90840 +"311238",71209,72187 +"311239",71209,87096 +"311240",71209,95448 +"311241",71211,71505 +"311242",71211,71887 +"311243",71213,71231 +"311244",71213,71355 +"311245",71214,98331 +"311246",71214,110581 +"311247",71217,71244 +"311248",71217,73206 +"311249",71217,83399 +"311250",71218,110711 +"311251",71219,71259 +"311252",71219,101218 +"311253",71219,107877 +"311254",71219,110732 +"311255",71221,71334 +"311256",71222,71319 +"311257",71222,71407 +"311258",71222,71455 +"311259",71222,71641 +"311260",71222,86918 +"311261",71223,114422 +"311262",71226,77961 +"311263",71227,83557 +"311264",71227,115139 +"311265",71229,73369 +"311266",71229,75600 +"311267",71230,76278 +"311268",71230,76740 +"311269",71230,76786 +"311270",71230,77272 +"311271",71230,77357 +"311272",71230,77402 +"311273",71230,78248 +"311274",71230,78255 +"311275",71230,78339 +"311276",71230,78445 +"311277",71230,79022 +"311278",71230,79716 +"311279",71230,79989 +"311280",71230,80281 +"311281",71230,81728 +"311282",71230,82196 +"311283",71230,82383 +"311284",71230,82810 +"311285",71230,82854 +"311286",71230,83853 +"311287",71230,83884 +"311288",71230,84379 +"311289",71230,84613 +"311290",71230,85465 +"311291",71230,85610 +"311292",71230,86351 +"311293",71230,86451 +"311294",71230,86882 +"311295",71230,87175 +"311296",71230,87451 +"311297",71230,87521 +"311298",71230,87572 +"311299",71230,87663 +"311300",71230,87721 +"311301",71230,87862 +"311302",71231,71355 +"311303",71232,106112 +"311304",71233,80994 +"311305",71233,101410 +"311306",71233,102584 +"311307",71233,102604 +"311308",71234,104972 +"311309",71238,97727 +"311310",71238,121997 +"311311",71242,71284 +"311312",71242,71349 +"311313",71243,71279 +"311314",71243,109820 +"311315",71246,72696 +"311316",71250,74039 +"311317",71251,71444 +"311318",71251,79268 +"311319",71251,79321 +"311320",71251,79337 +"311321",71251,81259 +"311322",71251,84375 +"311323",71252,73780 +"311324",71252,74641 +"311325",71252,98079 +"311326",71253,77739 +"311327",71253,92283 +"311328",71253,92296 +"311329",71253,92319 +"311330",71254,75609 +"311331",71254,75722 +"311332",71256,99341 +"311333",71257,116978 +"311334",71258,77458 +"311335",71263,75378 +"311336",71263,75389 +"311337",71264,71396 +"311338",71264,71409 +"311339",71264,71432 +"311340",71264,71442 +"311341",71265,77002 +"311342",71265,80531 +"311343",71265,89147 +"311344",71265,106285 +"311345",71265,117079 +"311346",71265,122212 +"311347",71266,71294 +"311348",71266,71343 +"311349",71267,78029 +"311350",71267,106905 +"311351",71267,106977 +"311352",71267,108363 +"311353",71269,75989 +"311354",71269,77973 +"311355",71269,82983 +"311356",71269,106718 +"311357",71271,80544 +"311358",71271,94932 +"311359",71271,110827 +"311360",71272,71308 +"311361",71272,74947 +"311362",71272,92457 +"311363",71273,93194 +"311364",71274,75397 +"311365",71274,76915 +"311366",71274,77871 +"311367",71274,79242 +"311368",71274,99953 +"311369",71274,100583 +"311370",71274,110466 +"311371",71274,110469 +"311372",71275,107236 +"311373",71275,116205 +"311374",71275,120849 +"311375",71275,121695 +"311376",71276,71311 +"311377",71277,79473 +"311378",71277,80190 +"311379",71277,118334 +"311380",71280,81007 +"311381",71283,111766 +"311382",71284,71349 +"311383",71285,73305 +"311384",71285,88808 +"311385",71285,104991 +"311386",71285,116212 +"311387",71287,71337 +"311388",71287,95232 +"311389",71287,95702 +"311390",71287,102500 +"311391",71287,103596 +"311392",71287,106026 +"311393",71287,107500 +"311394",71287,117242 +"311395",71287,118442 +"311396",71287,118447 +"311397",71287,119560 +"311398",71287,119563 +"311399",71287,122371 +"311400",71287,123486 +"311401",71288,90687 +"311402",71288,93899 +"311403",71289,77167 +"311404",71289,80042 +"311405",71290,71291 +"311406",71291,107156 +"311407",71291,107160 +"311408",71291,107172 +"311409",71291,107178 +"311410",71292,108226 +"311411",71294,71343 +"311412",71295,123479 +"311413",71296,73384 +"311414",71296,81455 +"311415",71296,83165 +"311416",71296,85326 +"311417",71296,105061 +"311418",71296,113306 +"311419",71296,119428 +"311420",71297,73493 +"311421",71298,105701 +"311422",71299,71326 +"311423",71299,71327 +"311424",71299,71331 +"311425",71300,121184 +"311426",71301,71302 +"311427",71302,75290 +"311428",71302,75353 +"311429",71302,75384 +"311430",71304,73804 +"311431",71304,116692 +"311432",71305,81829 +"311433",71305,88933 +"311434",71305,101066 +"311435",71305,102028 +"311436",71306,72240 +"311437",71306,74737 +"311438",71306,87496 +"311439",71306,94909 +"311440",71306,104056 +"311441",71306,104163 +"311442",71306,104420 +"311443",71306,108198 +"311444",71306,111361 +"311445",71306,119866 +"311446",71306,119905 +"311447",71306,119911 +"311448",71307,120495 +"311449",71309,71351 +"311450",71310,77991 +"311451",71310,108791 +"311452",71311,108988 +"311453",71311,118583 +"311454",71311,119860 +"311455",71312,71324 +"311456",71315,93574 +"311457",71316,71397 +"311458",71316,71420 +"311459",71318,71809 +"311460",71318,75362 +"311461",71320,74039 +"311462",71320,74948 +"311463",71326,71327 +"311464",71326,71331 +"311465",71327,71331 +"311466",71328,88555 +"311467",71328,90460 +"311468",71328,102199 +"311469",71328,102272 +"311470",71328,102287 +"311471",71328,102327 +"311472",71328,119357 +"311473",71329,90772 +"311474",71329,112623 +"311475",71333,100418 +"311476",71333,102747 +"311477",71333,122471 +"311478",71335,101421 +"311479",71336,89843 +"311480",71336,94487 +"311481",71338,82475 +"311482",71342,72956 +"311483",71342,82410 +"311484",71342,82442 +"311485",71342,84720 +"311486",71342,86809 +"311487",71342,87019 +"311488",71342,94565 +"311489",71342,96389 +"311490",71342,101999 +"311491",71342,103065 +"311492",71342,104137 +"311493",71342,105490 +"311494",71342,105602 +"311495",71343,71471 +"311496",71344,81616 +"311497",71344,98960 +"311498",71345,78760 +"311499",71345,82056 +"311500",71346,102123 +"311501",71347,107565 +"311502",71349,71510 +"311503",71350,109043 +"311504",71351,93243 +"311505",71354,71360 +"311506",71354,71368 +"311507",71356,87263 +"311508",71356,100782 +"311509",71356,102126 +"311510",71356,112132 +"311511",71356,121307 +"311512",71360,71368 +"311513",71361,71365 +"311514",71362,71363 +"311515",71365,72532 +"311516",71365,75519 +"311517",71365,75529 +"311518",71365,75575 +"311519",71366,100130 +"311520",71367,117136 +"311521",71369,71382 +"311522",71370,75866 +"311523",71370,76499 +"311524",71370,76536 +"311525",71370,97477 +"311526",71370,97677 +"311527",71371,75957 +"311528",71371,81029 +"311529",71371,87171 +"311530",71371,108525 +"311531",71371,112191 +"311532",71372,96883 +"311533",71373,80459 +"311534",71373,84594 +"311535",71373,85006 +"311536",71373,85021 +"311537",71373,85046 +"311538",71373,94562 +"311539",71373,97523 +"311540",71374,122944 +"311541",71376,80016 +"311542",71376,114604 +"311543",71376,117302 +"311544",71377,96705 +"311545",71378,85747 +"311546",71378,97018 +"311547",71379,74629 +"311548",71379,74663 +"311549",71380,72535 +"311550",71380,91164 +"311551",71380,95721 +"311552",71380,96007 +"311553",71380,99435 +"311554",71383,71956 +"311555",71383,92417 +"311556",71383,114138 +"311557",71384,71385 +"311558",71384,104613 +"311559",71385,104613 +"311560",71386,71388 +"311561",71387,78632 +"311562",71387,99108 +"311563",71387,104790 +"311564",71390,121646 +"311565",71391,78585 +"311566",71391,114675 +"311567",71391,115560 +"311568",71391,119618 +"311569",71394,72382 +"311570",71395,85393 +"311571",71395,105668 +"311572",71395,107299 +"311573",71396,71409 +"311574",71396,71432 +"311575",71396,71442 +"311576",71397,71420 +"311577",71399,74915 +"311578",71402,71469 +"311579",71403,71462 +"311580",71405,80742 +"311581",71405,95235 +"311582",71405,122132 +"311583",71406,71437 +"311584",71407,71455 +"311585",71409,71432 +"311586",71409,71442 +"311587",71410,92257 +"311588",71410,102640 +"311589",71411,72946 +"311590",71411,82793 +"311591",71412,74484 +"311592",71415,71496 +"311593",71415,75242 +"311594",71418,111469 +"311595",71420,110412 +"311596",71420,111958 +"311597",71423,71468 +"311598",71425,119132 +"311599",71425,119137 +"311600",71429,100845 +"311601",71431,72498 +"311602",71431,72513 +"311603",71432,71442 +"311604",71434,98693 +"311605",71434,119633 +"311606",71435,77871 +"311607",71435,108699 +"311608",71435,108709 +"311609",71436,74466 +"311610",71436,116992 +"311611",71436,118890 +"311612",71444,79268 +"311613",71444,79321 +"311614",71444,79337 +"311615",71444,81259 +"311616",71445,88128 +"311617",71445,99091 +"311618",71445,106328 +"311619",71449,71454 +"311620",71450,71451 +"311621",71450,71452 +"311622",71450,71457 +"311623",71451,71452 +"311624",71451,71457 +"311625",71451,85109 +"311626",71452,71457 +"311627",71453,78571 +"311628",71453,88678 +"311629",71453,89082 +"311630",71453,89120 +"311631",71453,89127 +"311632",71453,89163 +"311633",71453,98259 +"311634",71454,74795 +"311635",71455,87893 +"311636",71458,81504 +"311637",71458,87336 +"311638",71458,103011 +"311639",71458,112069 +"311640",71458,112070 +"311641",71458,112972 +"311642",71459,94847 +"311643",71459,107093 +"311644",71461,85296 +"311645",71462,82417 +"311646",71462,85974 +"311647",71463,118413 +"311648",71464,72059 +"311649",71465,107458 +"311650",71467,72757 +"311651",71467,73721 +"311652",71467,88205 +"311653",71467,90903 +"311654",71468,91004 +"311655",71469,77790 +"311656",71469,79849 +"311657",71469,86554 +"311658",71469,86628 +"311659",71469,87234 +"311660",71469,90946 +"311661",71469,91128 +"311662",71469,96086 +"311663",71469,102396 +"311664",71469,103343 +"311665",71469,108576 +"311666",71469,108593 +"311667",71469,122395 +"311668",71472,71502 +"311669",71473,81838 +"311670",71473,94458 +"311671",71473,107544 +"311672",71473,119005 +"311673",71475,71855 +"311674",71475,108723 +"311675",71475,118680 +"311676",71476,71477 +"311677",71476,82648 +"311678",71477,96215 +"311679",71477,119187 +"311680",71478,73195 +"311681",71478,78502 +"311682",71478,98247 +"311683",71478,101970 +"311684",71478,112073 +"311685",71478,118654 +"311686",71478,122352 +"311687",71479,76905 +"311688",71479,81793 +"311689",71479,98173 +"311690",71480,79094 +"311691",71480,101226 +"311692",71480,122517 +"311693",71480,122520 +"311694",71481,73205 +"311695",71484,72006 +"311696",71485,71912 +"311697",71486,71676 +"311698",71487,73434 +"311699",71489,103129 +"311700",71491,95173 +"311701",71491,95208 +"311702",71492,71897 +"311703",71492,90483 +"311704",71492,95630 +"311705",71492,120045 +"311706",71493,82427 +"311707",71493,86395 +"311708",71494,72186 +"311709",71495,73683 +"311710",71501,103275 +"311711",71502,71810 +"311712",71502,73346 +"311713",71502,80720 +"311714",71504,73429 +"311715",71504,103886 +"311716",71504,103890 +"311717",71505,71887 +"311718",71505,87094 +"311719",71505,87095 +"311720",71505,91370 +"311721",71507,71665 +"311722",71507,101781 +"311723",71508,71583 +"311724",71509,75921 +"311725",71510,72065 +"311726",71510,72069 +"311727",71510,72070 +"311728",71510,72072 +"311729",71510,72077 +"311730",71510,72088 +"311731",71510,72102 +"311732",71510,72106 +"311733",71510,72107 +"311734",71514,71629 +"311735",71514,98860 +"311736",71515,74623 +"311737",71515,75917 +"311738",71516,75513 +"311739",71516,86129 +"311740",71516,88699 +"311741",71516,90018 +"311742",71517,97070 +"311743",71517,109321 +"311744",71518,71648 +"311745",71519,78091 +"311746",71521,73567 +"311747",71521,75337 +"311748",71521,89177 +"311749",71521,92643 +"311750",71521,104229 +"311751",71521,104230 +"311752",71521,105541 +"311753",71521,105548 +"311754",71524,74943 +"311755",71526,95163 +"311756",71527,119214 +"311757",71529,113056 +"311758",71530,71554 +"311759",71530,84239 +"311760",71530,107063 +"311761",71531,72224 +"311762",71531,84387 +"311763",71531,88256 +"311764",71531,111538 +"311765",71531,112875 +"311766",71532,71551 +"311767",71533,99597 +"311768",71535,108828 +"311769",71535,111084 +"311770",71536,93449 +"311771",71536,93672 +"311772",71538,79727 +"311773",71538,79728 +"311774",71541,92441 +"311775",71541,94806 +"311776",71541,98166 +"311777",71541,105685 +"311778",71542,98304 +"311779",71543,71550 +"311780",71543,112229 +"311781",71544,74894 +"311782",71544,76904 +"311783",71544,79942 +"311784",71544,87692 +"311785",71544,89047 +"311786",71544,90802 +"311787",71544,90850 +"311788",71544,101395 +"311789",71544,105616 +"311790",71548,71621 +"311791",71550,74364 +"311792",71550,83303 +"311793",71550,89789 +"311794",71550,109432 +"311795",71550,112229 +"311796",71550,116239 +"311797",71552,71608 +"311798",71553,71619 +"311799",71553,71620 +"311800",71553,75641 +"311801",71554,72267 +"311802",71555,75977 +"311803",71555,88404 +"311804",71557,71791 +"311805",71557,71800 +"311806",71557,71801 +"311807",71558,88578 +"311808",71559,81838 +"311809",71560,71947 +"311810",71563,82948 +"311811",71563,91637 +"311812",71563,91772 +"311813",71563,109060 +"311814",71563,121280 +"311815",71564,71565 +"311816",71566,71867 +"311817",71566,83179 +"311818",71566,85912 +"311819",71566,99294 +"311820",71566,100175 +"311821",71567,80406 +"311822",71567,81495 +"311823",71567,84596 +"311824",71567,85686 +"311825",71567,108986 +"311826",71567,112584 +"311827",71571,85664 +"311828",71571,107500 +"311829",71572,71795 +"311830",71574,118095 +"311831",71575,71616 +"311832",71576,73049 +"311833",71577,74484 +"311834",71579,71758 +"311835",71579,86476 +"311836",71579,94885 +"311837",71579,94886 +"311838",71579,94915 +"311839",71580,71812 +"311840",71580,71854 +"311841",71580,72359 +"311842",71582,74369 +"311843",71584,103148 +"311844",71585,71603 +"311845",71585,97670 +"311846",71585,109527 +"311847",71585,111965 +"311848",71585,122920 +"311849",71585,122921 +"311850",71585,123381 +"311851",71586,73163 +"311852",71590,94171 +"311853",71590,106575 +"311854",71593,121632 +"311855",71594,95646 +"311856",71595,101003 +"311857",71596,113340 +"311858",71596,113392 +"311859",71596,113394 +"311860",71598,85372 +"311861",71598,94029 +"311862",71598,94404 +"311863",71598,98080 +"311864",71598,102910 +"311865",71598,120168 +"311866",71601,71815 +"311867",71602,78207 +"311868",71602,78243 +"311869",71602,84996 +"311870",71603,94164 +"311871",71603,97037 +"311872",71603,97670 +"311873",71603,109527 +"311874",71603,111965 +"311875",71603,122920 +"311876",71603,122921 +"311877",71603,123381 +"311878",71605,77450 +"311879",71605,94585 +"311880",71605,108702 +"311881",71605,108832 +"311882",71606,118089 +"311883",71607,79089 +"311884",71607,81850 +"311885",71607,83768 +"311886",71607,88686 +"311887",71608,122878 +"311888",71608,122879 +"311889",71609,74134 +"311890",71609,74804 +"311891",71609,99532 +"311892",71609,101631 +"311893",71609,101656 +"311894",71614,73952 +"311895",71617,73023 +"311896",71618,79592 +"311897",71618,81482 +"311898",71618,94829 +"311899",71618,95869 +"311900",71618,96453 +"311901",71618,97123 +"311902",71618,98591 +"311903",71618,119820 +"311904",71619,71620 +"311905",71622,71722 +"311906",71623,93173 +"311907",71623,93316 +"311908",71623,114037 +"311909",71623,121026 +"311910",71624,100513 +"311911",71624,107253 +"311912",71625,71954 +"311913",71626,96513 +"311914",71626,110702 +"311915",71627,100583 +"311916",71628,71640 +"311917",71630,89984 +"311918",71631,74121 +"311919",71631,84054 +"311920",71634,81966 +"311921",71635,97872 +"311922",71643,108747 +"311923",71643,117373 +"311924",71644,95782 +"311925",71644,108141 +"311926",71644,108686 +"311927",71644,114470 +"311928",71645,97709 +"311929",71645,117818 +"311930",71645,117876 +"311931",71647,105449 +"311932",71649,80302 +"311933",71649,114176 +"311934",71650,75500 +"311935",71651,72462 +"311936",71651,72472 +"311937",71652,91991 +"311938",71652,101099 +"311939",71652,108444 +"311940",71652,112964 +"311941",71652,116355 +"311942",71654,79804 +"311943",71654,94435 +"311944",71654,97899 +"311945",71654,97903 +"311946",71654,97915 +"311947",71654,97922 +"311948",71654,97943 +"311949",71654,101616 +"311950",71654,110119 +"311951",71654,110863 +"311952",71658,88765 +"311953",71658,91024 +"311954",71660,93101 +"311955",71662,71684 +"311956",71662,87559 +"311957",71663,88474 +"311958",71663,91014 +"311959",71669,74463 +"311960",71671,87970 +"311961",71671,103616 +"311962",71675,76669 +"311963",71675,85753 +"311964",71675,118478 +"311965",71675,122630 +"311966",71677,75061 +"311967",71679,88061 +"311968",71681,111558 +"311969",71683,72568 +"311970",71683,72628 +"311971",71683,73767 +"311972",71683,77125 +"311973",71683,77218 +"311974",71683,78398 +"311975",71683,78532 +"311976",71683,81609 +"311977",71683,82426 +"311978",71683,83828 +"311979",71683,84343 +"311980",71683,85000 +"311981",71683,85101 +"311982",71683,85885 +"311983",71683,88484 +"311984",71683,91194 +"311985",71683,91205 +"311986",71683,91255 +"311987",71683,91682 +"311988",71683,92247 +"311989",71683,92352 +"311990",71683,92362 +"311991",71683,92929 +"311992",71683,93719 +"311993",71683,94906 +"311994",71683,94946 +"311995",71683,95267 +"311996",71683,95889 +"311997",71683,96093 +"311998",71683,97580 +"311999",71683,97988 +"312000",71683,98727 +"312001",71683,98776 +"312002",71683,99033 +"312003",71683,99309 +"312004",71683,99376 +"312005",71683,99450 +"312006",71683,99471 +"312007",71683,99474 +"312008",71683,100795 +"312009",71683,100916 +"312010",71683,100944 +"312011",71683,101126 +"312012",71683,101329 +"312013",71683,105557 +"312014",71683,106824 +"312015",71683,107199 +"312016",71683,108743 +"312017",71683,108879 +"312018",71683,108980 +"312019",71683,109166 +"312020",71683,109291 +"312021",71683,109858 +"312022",71683,109878 +"312023",71683,109933 +"312024",71683,110483 +"312025",71683,110567 +"312026",71683,110572 +"312027",71683,110630 +"312028",71683,110648 +"312029",71683,110711 +"312030",71683,110770 +"312031",71683,110869 +"312032",71683,110911 +"312033",71683,111285 +"312034",71683,111314 +"312035",71683,111362 +"312036",71683,111372 +"312037",71683,111424 +"312038",71683,111433 +"312039",71683,112422 +"312040",71683,112962 +"312041",71683,113269 +"312042",71683,113430 +"312043",71683,113990 +"312044",71683,114242 +"312045",71683,114842 +"312046",71683,115413 +"312047",71683,115427 +"312048",71683,115521 +"312049",71683,115711 +"312050",71683,116123 +"312051",71683,117258 +"312052",71683,117560 +"312053",71683,118128 +"312054",71683,118836 +"312055",71683,118866 +"312056",71683,118873 +"312057",71683,119131 +"312058",71683,119513 +"312059",71683,119716 +"312060",71683,119769 +"312061",71683,120123 +"312062",71683,120169 +"312063",71683,120725 +"312064",71683,120944 +"312065",71683,121609 +"312066",71683,122007 +"312067",71683,122032 +"312068",71683,122035 +"312069",71683,122724 +"312070",71683,123070 +"312071",71683,123394 +"312072",71683,123490 +"312073",71684,94650 +"312074",71684,105638 +"312075",71684,108700 +"312076",71688,71715 +"312077",71688,71744 +"312078",71689,109522 +"312079",71690,88451 +"312080",71693,76590 +"312081",71693,86600 +"312082",71693,88782 +"312083",71693,92517 +"312084",71693,94610 +"312085",71693,94653 +"312086",71693,100140 +"312087",71693,105198 +"312088",71693,110250 +"312089",71693,110343 +"312090",71693,122588 +"312091",71693,122819 +"312092",71693,122852 +"312093",71693,122861 +"312094",71693,122863 +"312095",71693,122864 +"312096",71695,71698 +"312097",71695,71754 +"312098",71697,71732 +"312099",71698,71754 +"312100",71699,84742 +"312101",71700,71706 +"312102",71700,104445 +"312103",71701,72533 +"312104",71701,74158 +"312105",71701,93970 +"312106",71701,103473 +"312107",71702,71704 +"312108",71702,71716 +"312109",71702,71741 +"312110",71702,86388 +"312111",71703,77308 +"312112",71703,99708 +"312113",71703,116061 +"312114",71704,71716 +"312115",71704,71741 +"312116",71704,77399 +"312117",71704,77405 +"312118",71704,77406 +"312119",71704,92184 +"312120",71707,88609 +"312121",71707,116513 +"312122",71707,117851 +"312123",71709,84564 +"312124",71709,97644 +"312125",71713,96638 +"312126",71713,110544 +"312127",71713,121281 +"312128",71714,87368 +"312129",71715,71744 +"312130",71715,104325 +"312131",71715,109569 +"312132",71715,109735 +"312133",71715,111681 +"312134",71715,122066 +"312135",71715,122885 +"312136",71716,71741 +"312137",71717,74045 +"312138",71717,79862 +"312139",71717,98140 +"312140",71717,100300 +"312141",71721,90582 +"312142",71722,75071 +"312143",71724,95409 +"312144",71725,99392 +"312145",71725,99393 +"312146",71725,99405 +"312147",71725,100154 +"312148",71725,100854 +"312149",71725,103679 +"312150",71725,104511 +"312151",71725,114802 +"312152",71726,95329 +"312153",71726,118148 +"312154",71727,103473 +"312155",71728,71745 +"312156",71728,106337 +"312157",71731,71755 +"312158",71731,95835 +"312159",71731,122719 +"312160",71733,76225 +"312161",71734,104493 +"312162",71735,71759 +"312163",71735,90600 +"312164",71735,117317 +"312165",71735,118083 +"312166",71736,87582 +"312167",71737,92026 +"312168",71739,115480 +"312169",71743,84065 +"312170",71745,81969 +"312171",71745,100068 +"312172",71745,107421 +"312173",71745,120984 +"312174",71745,122177 +"312175",71745,122178 +"312176",71745,122180 +"312177",71746,71760 +"312178",71747,72821 +"312179",71748,119379 +"312180",71749,81313 +"312181",71749,81338 +"312182",71749,85178 +"312183",71749,85535 +"312184",71749,85536 +"312185",71753,74068 +"312186",71753,77682 +"312187",71753,79815 +"312188",71753,79862 +"312189",71753,79863 +"312190",71753,80032 +"312191",71753,96465 +"312192",71753,101940 +"312193",71753,118077 +"312194",71756,74694 +"312195",71757,99233 +"312196",71757,104987 +"312197",71757,118935 +"312198",71759,78421 +"312199",71760,72651 +"312200",71760,72652 +"312201",71760,72679 +"312202",71760,72702 +"312203",71760,92790 +"312204",71762,94029 +"312205",71765,96532 +"312206",71766,80694 +"312207",71769,73143 +"312208",71769,74076 +"312209",71769,103643 +"312210",71769,104276 +"312211",71770,104508 +"312212",71773,78731 +"312213",71773,86463 +"312214",71773,93244 +"312215",71775,80179 +"312216",71775,102779 +"312217",71775,120498 +"312218",71775,121389 +"312219",71776,76049 +"312220",71776,81440 +"312221",71776,106152 +"312222",71776,106698 +"312223",71776,111588 +"312224",71776,119380 +"312225",71776,119381 +"312226",71778,93734 +"312227",71778,110028 +"312228",71779,79636 +"312229",71779,89375 +"312230",71779,92581 +"312231",71779,94802 +"312232",71780,71794 +"312233",71780,71798 +"312234",71780,71809 +"312235",71780,71814 +"312236",71780,71827 +"312237",71781,72390 +"312238",71781,77189 +"312239",71781,91701 +"312240",71781,93094 +"312241",71781,107810 +"312242",71782,106920 +"312243",71782,106952 +"312244",71784,103041 +"312245",71785,80887 +"312246",71785,86733 +"312247",71785,94166 +"312248",71788,85323 +"312249",71788,109362 +"312250",71788,112428 +"312251",71791,71800 +"312252",71791,71801 +"312253",71791,75162 +"312254",71792,71872 +"312255",71793,84115 +"312256",71793,96964 +"312257",71793,100393 +"312258",71793,108494 +"312259",71793,108524 +"312260",71793,108545 +"312261",71794,71798 +"312262",71794,71809 +"312263",71794,71814 +"312264",71794,71827 +"312265",71796,71803 +"312266",71797,71820 +"312267",71798,71809 +"312268",71798,71814 +"312269",71798,71827 +"312270",71799,73478 +"312271",71800,71801 +"312272",71802,106885 +"312273",71802,108104 +"312274",71804,102058 +"312275",71806,120155 +"312276",71806,120186 +"312277",71809,71814 +"312278",71809,71827 +"312279",71809,75362 +"312280",71810,80720 +"312281",71810,88746 +"312282",71810,91657 +"312283",71810,102573 +"312284",71812,71854 +"312285",71812,72359 +"312286",71812,72645 +"312287",71812,73593 +"312288",71814,71827 +"312289",71816,80535 +"312290",71816,114941 +"312291",71817,88723 +"312292",71817,89261 +"312293",71817,95586 +"312294",71817,105756 +"312295",71819,72000 +"312296",71820,81144 +"312297",71821,97256 +"312298",71822,97042 +"312299",71822,97055 +"312300",71823,98297 +"312301",71823,105462 +"312302",71825,71837 +"312303",71825,77625 +"312304",71825,79681 +"312305",71825,82452 +"312306",71825,87049 +"312307",71825,88409 +"312308",71825,90883 +"312309",71825,91383 +"312310",71825,92113 +"312311",71825,98904 +"312312",71825,102940 +"312313",71825,117484 +"312314",71825,118577 +"312315",71825,119085 +"312316",71825,119224 +"312317",71825,119439 +"312318",71825,120085 +"312319",71825,120232 +"312320",71825,121213 +"312321",71826,73369 +"312322",71828,101560 +"312323",71829,72188 +"312324",71832,72020 +"312325",71833,93235 +"312326",71833,107359 +"312327",71835,105227 +"312328",71836,89145 +"312329",71836,115862 +"312330",71836,115863 +"312331",71836,119484 +"312332",71836,122022 +"312333",71836,122029 +"312334",71837,77625 +"312335",71837,79154 +"312336",71837,79681 +"312337",71837,82452 +"312338",71837,88409 +"312339",71837,90883 +"312340",71837,91383 +"312341",71837,92113 +"312342",71837,98904 +"312343",71837,102940 +"312344",71837,118577 +"312345",71837,119085 +"312346",71837,119224 +"312347",71837,119439 +"312348",71837,120085 +"312349",71837,120232 +"312350",71837,121213 +"312351",71838,75254 +"312352",71840,82072 +"312353",71841,72060 +"312354",71841,78611 +"312355",71841,79000 +"312356",71841,99196 +"312357",71841,99223 +"312358",71842,71946 +"312359",71842,71994 +"312360",71843,91197 +"312361",71843,110646 +"312362",71845,92649 +"312363",71846,72039 +"312364",71846,109776 +"312365",71847,83162 +"312366",71847,98104 +"312367",71847,108315 +"312368",71847,108742 +"312369",71847,108768 +"312370",71848,92963 +"312371",71849,90425 +"312372",71853,73447 +"312373",71853,73589 +"312374",71854,72359 +"312375",71854,75291 +"312376",71856,74229 +"312377",71857,71860 +"312378",71857,72047 +"312379",71860,72047 +"312380",71861,110934 +"312381",71862,91988 +"312382",71862,98374 +"312383",71862,117002 +"312384",71866,88096 +"312385",71867,105297 +"312386",71873,90942 +"312387",71873,92035 +"312388",71873,95094 +"312389",71873,95130 +"312390",71874,75514 +"312391",71874,76438 +"312392",71874,76971 +"312393",71874,90000 +"312394",71874,104809 +"312395",71874,110772 +"312396",71875,89310 +"312397",71878,71894 +"312398",71878,71964 +"312399",71878,72109 +"312400",71878,72114 +"312401",71879,77017 +"312402",71881,75895 +"312403",71882,107489 +"312404",71883,113420 +"312405",71883,116106 +"312406",71886,72117 +"312407",71890,76590 +"312408",71890,79619 +"312409",71890,83745 +"312410",71890,86053 +"312411",71891,77265 +"312412",71891,97081 +"312413",71892,98031 +"312414",71893,112116 +"312415",71894,71964 +"312416",71894,72109 +"312417",71894,72114 +"312418",71900,89659 +"312419",71901,75934 +"312420",71901,79187 +"312421",71901,103033 +"312422",71901,103044 +"312423",71903,72211 +"312424",71903,72218 +"312425",71905,100393 +"312426",71907,71908 +"312427",71907,84111 +"312428",71907,86919 +"312429",71907,88315 +"312430",71907,93119 +"312431",71907,95421 +"312432",71908,72893 +"312433",71908,87021 +"312434",71908,87254 +"312435",71908,90036 +"312436",71910,114253 +"312437",71911,71944 +"312438",71911,88408 +"312439",71911,90187 +"312440",71911,92556 +"312441",71911,120206 +"312442",71912,103488 +"312443",71914,79490 +"312444",71914,86005 +"312445",71915,75619 +"312446",71915,88699 +"312447",71915,104674 +"312448",71916,71919 +"312449",71917,80625 +"312450",71920,71937 +"312451",71920,75804 +"312452",71920,91356 +"312453",71921,71951 +"312454",71921,84365 +"312455",71922,80555 +"312456",71922,113051 +"312457",71924,104122 +"312458",71926,109988 +"312459",71929,72185 +"312460",71929,72186 +"312461",71929,72195 +"312462",71929,72201 +"312463",71930,72052 +"312464",71930,74311 +"312465",71932,72319 +"312466",71932,88077 +"312467",71932,88752 +"312468",71932,90922 +"312469",71932,91779 +"312470",71932,92713 +"312471",71932,92926 +"312472",71932,97317 +"312473",71932,98948 +"312474",71932,102717 +"312475",71932,103258 +"312476",71932,103290 +"312477",71932,116756 +"312478",71932,119970 +"312479",71933,90071 +"312480",71933,102397 +"312481",71933,105494 +"312482",71933,110243 +"312483",71933,111829 +"312484",71934,108587 +"312485",71936,93915 +"312486",71938,86146 +"312487",71939,71953 +"312488",71942,71998 +"312489",71943,86292 +"312490",71943,98258 +"312491",71943,114282 +"312492",71945,81861 +"312493",71946,71994 +"312494",71947,115186 +"312495",71948,72100 +"312496",71948,86761 +"312497",71948,90360 +"312498",71949,76070 +"312499",71949,81313 +"312500",71949,96405 +"312501",71950,111476 +"312502",71952,91900 +"312503",71953,91679 +"312504",71953,108140 +"312505",71954,82221 +"312506",71955,74108 +"312507",71955,104534 +"312508",71956,72011 +"312509",71956,73800 +"312510",71956,92417 +"312511",71956,101097 +"312512",71961,72005 +"312513",71962,72415 +"312514",71962,77572 +"312515",71962,99799 +"312516",71962,122288 +"312517",71964,72109 +"312518",71964,72114 +"312519",71965,75351 +"312520",71966,87031 +"312521",71966,98400 +"312522",71966,99200 +"312523",71966,99224 +"312524",71969,72010 +"312525",71969,79520 +"312526",71969,80105 +"312527",71971,97186 +"312528",71971,97443 +"312529",71974,72437 +"312530",71974,107156 +"312531",71974,109632 +"312532",71975,90344 +"312533",71981,72012 +"312534",71981,88417 +"312535",71983,77612 +"312536",71983,88077 +"312537",71983,94386 +"312538",71983,103452 +"312539",71983,106271 +"312540",71984,113801 +"312541",71985,71988 +"312542",71987,84186 +"312543",71987,119356 +"312544",71990,73020 +"312545",71990,87529 +"312546",71991,80143 +"312547",71991,80161 +"312548",71996,72003 +"312549",71997,106611 +"312550",71997,106643 +"312551",71998,75243 +"312552",71998,88602 +"312553",71998,90826 +"312554",71998,97382 +"312555",71998,108807 +"312556",71998,108842 +"312557",72001,94122 +"312558",72004,121112 +"312559",72006,110010 +"312560",72007,72008 +"312561",72008,114965 +"312562",72014,109611 +"312563",72014,111724 +"312564",72015,75103 +"312565",72015,79246 +"312566",72015,81211 +"312567",72015,81368 +"312568",72015,81414 +"312569",72019,75153 +"312570",72019,75164 +"312571",72022,72697 +"312572",72026,82909 +"312573",72026,91433 +"312574",72026,115749 +"312575",72028,118901 +"312576",72031,119631 +"312577",72031,119678 +"312578",72034,72036 +"312579",72035,72040 +"312580",72039,83390 +"312581",72041,72042 +"312582",72041,73027 +"312583",72043,112212 +"312584",72044,73837 +"312585",72044,73937 +"312586",72045,72099 +"312587",72045,78036 +"312588",72045,78042 +"312589",72045,78043 +"312590",72045,78232 +"312591",72045,78234 +"312592",72047,74413 +"312593",72048,112996 +"312594",72048,118100 +"312595",72049,72110 +"312596",72049,75095 +"312597",72049,106675 +"312598",72050,111640 +"312599",72050,121309 +"312600",72050,121400 +"312601",72050,121408 +"312602",72053,98470 +"312603",72056,119120 +"312604",72057,104563 +"312605",72060,78611 +"312606",72060,79000 +"312607",72060,80938 +"312608",72060,80939 +"312609",72060,80940 +"312610",72060,80941 +"312611",72060,80949 +"312612",72060,80955 +"312613",72060,80956 +"312614",72060,80957 +"312615",72060,80985 +"312616",72060,80989 +"312617",72060,81007 +"312618",72060,81022 +"312619",72060,81026 +"312620",72060,81036 +"312621",72060,81037 +"312622",72060,81038 +"312623",72060,81139 +"312624",72061,76997 +"312625",72062,110124 +"312626",72062,112759 +"312627",72065,72069 +"312628",72065,72070 +"312629",72065,72072 +"312630",72065,72077 +"312631",72065,72088 +"312632",72065,72102 +"312633",72065,72106 +"312634",72065,72107 +"312635",72066,75563 +"312636",72068,72113 +"312637",72069,72070 +"312638",72069,72072 +"312639",72069,72077 +"312640",72069,72088 +"312641",72069,72102 +"312642",72069,72106 +"312643",72069,72107 +"312644",72070,72072 +"312645",72070,72077 +"312646",72070,72088 +"312647",72070,72102 +"312648",72070,72106 +"312649",72070,72107 +"312650",72071,84220 +"312651",72072,72077 +"312652",72072,72088 +"312653",72072,72102 +"312654",72072,72106 +"312655",72072,72107 +"312656",72076,72111 +"312657",72077,72088 +"312658",72077,72102 +"312659",72077,72106 +"312660",72077,72107 +"312661",72079,82122 +"312662",72079,83345 +"312663",72081,87814 +"312664",72082,111141 +"312665",72083,97368 +"312666",72083,99882 +"312667",72083,102444 +"312668",72084,75379 +"312669",72084,76309 +"312670",72084,80808 +"312671",72084,86969 +"312672",72084,94512 +"312673",72084,102394 +"312674",72084,114233 +"312675",72084,119241 +"312676",72084,119271 +"312677",72086,105856 +"312678",72088,72102 +"312679",72088,72106 +"312680",72088,72107 +"312681",72090,72178 +"312682",72090,90662 +"312683",72091,72121 +"312684",72091,72253 +"312685",72092,106800 +"312686",72093,104361 +"312687",72093,104386 +"312688",72093,104401 +"312689",72096,83245 +"312690",72096,91695 +"312691",72098,73351 +"312692",72100,109574 +"312693",72101,73052 +"312694",72102,72106 +"312695",72102,72107 +"312696",72103,120075 +"312697",72104,74388 +"312698",72104,101093 +"312699",72104,106752 +"312700",72104,119978 +"312701",72104,120037 +"312702",72106,72107 +"312703",72106,73414 +"312704",72106,73417 +"312705",72106,73418 +"312706",72106,73423 +"312707",72106,73443 +"312708",72107,73414 +"312709",72107,73417 +"312710",72107,73418 +"312711",72107,73423 +"312712",72107,73443 +"312713",72109,72114 +"312714",72112,72204 +"312715",72115,72286 +"312716",72115,72453 +"312717",72115,74849 +"312718",72115,75000 +"312719",72115,75262 +"312720",72118,73485 +"312721",72119,72276 +"312722",72120,72123 +"312723",72120,79805 +"312724",72121,72253 +"312725",72122,77855 +"312726",72122,85695 +"312727",72122,89668 +"312728",72122,104069 +"312729",72122,106702 +"312730",72122,121192 +"312731",72122,121786 +"312732",72123,83946 +"312733",72123,93604 +"312734",72123,100218 +"312735",72123,102363 +"312736",72123,103770 +"312737",72123,106635 +"312738",72126,88808 +"312739",72126,100076 +"312740",72127,83476 +"312741",72127,83496 +"312742",72129,106759 +"312743",72129,108073 +"312744",72130,74217 +"312745",72132,75355 +"312746",72132,79433 +"312747",72132,84445 +"312748",72133,72134 +"312749",72133,72136 +"312750",72133,72151 +"312751",72134,72136 +"312752",72134,72151 +"312753",72136,72151 +"312754",72137,76424 +"312755",72139,103003 +"312756",72140,73005 +"312757",72140,101036 +"312758",72140,121365 +"312759",72141,90765 +"312760",72142,91194 +"312761",72142,98335 +"312762",72142,100751 +"312763",72142,101827 +"312764",72144,90807 +"312765",72145,87655 +"312766",72145,100430 +"312767",72147,74330 +"312768",72149,92333 +"312769",72152,111900 +"312770",72154,73241 +"312771",72154,78406 +"312772",72154,82202 +"312773",72154,82203 +"312774",72154,108021 +"312775",72155,90080 +"312776",72155,91003 +"312777",72155,91986 +"312778",72155,93136 +"312779",72155,100332 +"312780",72155,109771 +"312781",72157,72193 +"312782",72157,72736 +"312783",72157,72756 +"312784",72160,76201 +"312785",72163,80003 +"312786",72164,87505 +"312787",72165,72192 +"312788",72166,72973 +"312789",72166,74937 +"312790",72166,92732 +"312791",72166,117172 +"312792",72166,117205 +"312793",72168,74148 +"312794",72168,74150 +"312795",72169,73984 +"312796",72169,78308 +"312797",72169,80754 +"312798",72173,79437 +"312799",72173,79448 +"312800",72173,112573 +"312801",72175,116059 +"312802",72176,81563 +"312803",72176,109856 +"312804",72176,112328 +"312805",72176,122225 +"312806",72178,75628 +"312807",72178,77098 +"312808",72180,89023 +"312809",72183,74783 +"312810",72185,72186 +"312811",72185,72195 +"312812",72185,72201 +"312813",72186,72195 +"312814",72186,72201 +"312815",72187,88437 +"312816",72187,89234 +"312817",72188,76003 +"312818",72188,92609 +"312819",72188,101202 +"312820",72190,91920 +"312821",72193,72736 +"312822",72193,72756 +"312823",72195,72201 +"312824",72196,75390 +"312825",72196,75917 +"312826",72198,73192 +"312827",72204,83813 +"312828",72204,99705 +"312829",72205,86778 +"312830",72205,97132 +"312831",72205,101842 +"312832",72205,111983 +"312833",72206,72297 +"312834",72207,80383 +"312835",72211,72218 +"312836",72212,92152 +"312837",72212,110341 +"312838",72212,116794 +"312839",72212,120105 +"312840",72215,82240 +"312841",72216,79350 +"312842",72217,103369 +"312843",72218,83403 +"312844",72219,77355 +"312845",72219,81520 +"312846",72222,93775 +"312847",72222,94181 +"312848",72222,114135 +"312849",72223,121756 +"312850",72225,84977 +"312851",72226,78153 +"312852",72226,85486 +"312853",72226,86368 +"312854",72226,118769 +"312855",72227,72266 +"312856",72227,72295 +"312857",72228,105410 +"312858",72229,72346 +"312859",72230,99585 +"312860",72230,113236 +"312861",72230,114368 +"312862",72231,79667 +"312863",72231,88415 +"312864",72231,88428 +"312865",72231,88532 +"312866",72231,97223 +"312867",72234,72326 +"312868",72235,89086 +"312869",72235,89319 +"312870",72235,93001 +"312871",72235,93166 +"312872",72235,98860 +"312873",72235,99574 +"312874",72235,100172 +"312875",72235,102288 +"312876",72235,106254 +"312877",72235,106360 +"312878",72235,106370 +"312879",72235,106379 +"312880",72235,106385 +"312881",72236,72283 +"312882",72236,73790 +"312883",72236,86550 +"312884",72236,95881 +"312885",72236,97675 +"312886",72239,103948 +"312887",72240,72343 +"312888",72240,79276 +"312889",72240,87496 +"312890",72240,94909 +"312891",72241,75824 +"312892",72241,83101 +"312893",72241,83191 +"312894",72241,83193 +"312895",72241,85193 +"312896",72241,86584 +"312897",72241,89901 +"312898",72241,92947 +"312899",72241,118232 +"312900",72241,121480 +"312901",72241,121485 +"312902",72242,106457 +"312903",72244,72282 +"312904",72244,72349 +"312905",72246,76031 +"312906",72246,82716 +"312907",72248,93657 +"312908",72251,72259 +"312909",72252,111538 +"312910",72254,72280 +"312911",72254,73939 +"312912",72254,75360 +"312913",72254,75361 +"312914",72256,99052 +"312915",72256,103936 +"312916",72256,111571 +"312917",72257,120670 +"312918",72257,121193 +"312919",72260,101737 +"312920",72262,74011 +"312921",72262,87550 +"312922",72262,90999 +"312923",72262,104519 +"312924",72263,110430 +"312925",72264,113002 +"312926",72264,118393 +"312927",72264,118395 +"312928",72264,118396 +"312929",72264,118399 +"312930",72265,72415 +"312931",72266,72295 +"312932",72266,99604 +"312933",72266,99649 +"312934",72268,72275 +"312935",72269,77667 +"312936",72269,96863 +"312937",72269,99582 +"312938",72272,73782 +"312939",72272,90946 +"312940",72272,110460 +"312941",72273,76294 +"312942",72273,80456 +"312943",72273,82069 +"312944",72273,87856 +"312945",72273,89702 +"312946",72273,89918 +"312947",72273,97958 +"312948",72273,108667 +"312949",72273,110299 +"312950",72273,110619 +"312951",72273,121173 +"312952",72274,72380 +"312953",72274,72401 +"312954",72274,72451 +"312955",72277,101360 +"312956",72282,72349 +"312957",72282,81075 +"312958",72285,97627 +"312959",72286,72453 +"312960",72286,74849 +"312961",72286,75000 +"312962",72286,75262 +"312963",72287,72528 +"312964",72287,72542 +"312965",72287,72551 +"312966",72293,72386 +"312967",72293,72387 +"312968",72296,85343 +"312969",72298,72425 +"312970",72299,75121 +"312971",72301,73621 +"312972",72301,74431 +"312973",72304,75434 +"312974",72304,108077 +"312975",72304,115091 +"312976",72305,78848 +"312977",72306,121607 +"312978",72309,72371 +"312979",72310,93117 +"312980",72312,82015 +"312981",72313,116935 +"312982",72313,116936 +"312983",72313,116954 +"312984",72313,116956 +"312985",72315,88457 +"312986",72319,88752 +"312987",72319,103258 +"312988",72319,108385 +"312989",72320,81600 +"312990",72323,80205 +"312991",72323,89779 +"312992",72324,84710 +"312993",72325,91150 +"312994",72325,99875 +"312995",72325,111213 +"312996",72325,112723 +"312997",72326,77839 +"312998",72327,72370 +"312999",72327,72397 +"313000",72327,72400 +"313001",72327,72444 +"313002",72328,72332 +"313003",72329,85908 +"313004",72329,86373 +"313005",72329,89760 +"313006",72329,90663 +"313007",72329,91167 +"313008",72329,100245 +"313009",72330,94362 +"313010",72331,72424 +"313011",72333,86339 +"313012",72333,95117 +"313013",72333,109573 +"313014",72333,109590 +"313015",72333,109597 +"313016",72335,85195 +"313017",72335,88363 +"313018",72335,91702 +"313019",72335,99162 +"313020",72335,99815 +"313021",72335,104559 +"313022",72335,107792 +"313023",72335,121225 +"313024",72336,73932 +"313025",72343,91362 +"313026",72343,96463 +"313027",72343,99641 +"313028",72343,104273 +"313029",72343,110429 +"313030",72343,122082 +"313031",72344,73694 +"313032",72344,73729 +"313033",72345,76636 +"313034",72345,76655 +"313035",72345,76665 +"313036",72345,76933 +"313037",72346,75163 +"313038",72348,80606 +"313039",72348,88044 +"313040",72348,89470 +"313041",72348,93090 +"313042",72349,75351 +"313043",72349,104524 +"313044",72349,107656 +"313045",72351,83870 +"313046",72351,95502 +"313047",72352,72361 +"313048",72352,76944 +"313049",72352,80090 +"313050",72352,111470 +"313051",72355,81784 +"313052",72360,72403 +"313053",72360,72563 +"313054",72363,78626 +"313055",72364,72439 +"313056",72366,78787 +"313057",72366,115396 +"313058",72366,115403 +"313059",72366,117280 +"313060",72367,75271 +"313061",72367,89335 +"313062",72367,97580 +"313063",72367,108886 +"313064",72368,72379 +"313065",72370,72397 +"313066",72370,72400 +"313067",72370,72444 +"313068",72374,72417 +"313069",72375,75534 +"313070",72377,97725 +"313071",72378,81016 +"313072",72378,81131 +"313073",72378,81231 +"313074",72378,81251 +"313075",72378,81312 +"313076",72378,120472 +"313077",72380,72401 +"313078",72380,72451 +"313079",72381,72383 +"313080",72384,94680 +"313081",72385,81870 +"313082",72385,91779 +"313083",72385,108430 +"313084",72385,122496 +"313085",72385,122502 +"313086",72386,72387 +"313087",72386,75422 +"313088",72386,93257 +"313089",72387,107210 +"313090",72388,75282 +"313091",72389,88765 +"313092",72391,78529 +"313093",72391,80188 +"313094",72391,80340 +"313095",72391,80366 +"313096",72391,121942 +"313097",72395,95063 +"313098",72395,110130 +"313099",72395,111261 +"313100",72397,72400 +"313101",72397,72444 +"313102",72398,72633 +"313103",72400,72444 +"313104",72401,72451 +"313105",72403,72563 +"313106",72403,75055 +"313107",72403,75327 +"313108",72403,75448 +"313109",72404,72670 +"313110",72404,72673 +"313111",72408,77004 +"313112",72408,78055 +"313113",72408,90349 +"313114",72409,72565 +"313115",72410,73329 +"313116",72410,73684 +"313117",72410,85776 +"313118",72410,89454 +"313119",72410,89928 +"313120",72410,90154 +"313121",72410,92674 +"313122",72410,100595 +"313123",72410,104798 +"313124",72410,106267 +"313125",72414,73488 +"313126",72414,79621 +"313127",72414,107270 +"313128",72420,90912 +"313129",72420,97159 +"313130",72420,100392 +"313131",72420,121503 +"313132",72421,106043 +"313133",72421,109544 +"313134",72422,72423 +"313135",72422,72643 +"313136",72422,85470 +"313137",72423,72643 +"313138",72427,108137 +"313139",72428,73958 +"313140",72428,100762 +"313141",72429,91548 +"313142",72429,117167 +"313143",72432,82683 +"313144",72432,113703 +"313145",72433,72568 +"313146",72433,72574 +"313147",72433,72685 +"313148",72433,73002 +"313149",72434,98414 +"313150",72435,72525 +"313151",72438,85378 +"313152",72438,98058 +"313153",72440,93284 +"313154",72441,79298 +"313155",72441,99729 +"313156",72441,101283 +"313157",72442,72550 +"313158",72443,89065 +"313159",72443,108882 +"313160",72449,76724 +"313161",72449,80414 +"313162",72449,80495 +"313163",72449,114250 +"313164",72452,73324 +"313165",72452,85603 +"313166",72452,103506 +"313167",72455,72482 +"313168",72455,72483 +"313169",72455,72484 +"313170",72459,87093 +"313171",72459,106602 +"313172",72461,87472 +"313173",72462,72472 +"313174",72463,72477 +"313175",72464,121763 +"313176",72466,84435 +"313177",72467,75662 +"313178",72468,77208 +"313179",72468,109186 +"313180",72468,109421 +"313181",72468,114890 +"313182",72469,84771 +"313183",72469,88685 +"313184",72470,89332 +"313185",72470,105366 +"313186",72473,74677 +"313187",72473,74791 +"313188",72475,73151 +"313189",72478,72481 +"313190",72479,86316 +"313191",72480,76014 +"313192",72480,109296 +"313193",72480,114750 +"313194",72482,72483 +"313195",72482,72484 +"313196",72483,72484 +"313197",72483,73449 +"313198",72485,89024 +"313199",72485,105695 +"313200",72485,111982 +"313201",72485,119316 +"313202",72486,72524 +"313203",72488,73796 +"313204",72488,76599 +"313205",72488,105663 +"313206",72488,105789 +"313207",72489,115716 +"313208",72491,72937 +"313209",72492,72495 +"313210",72492,72514 +"313211",72493,72498 +"313212",72493,87993 +"313213",72494,72556 +"313214",72494,81346 +"313215",72495,72514 +"313216",72496,72506 +"313217",72496,72582 +"313218",72497,72961 +"313219",72497,72971 +"313220",72498,72513 +"313221",72499,103271 +"313222",72499,121581 +"313223",72500,74242 +"313224",72501,117324 +"313225",72502,84968 +"313226",72502,106665 +"313227",72503,72544 +"313228",72503,114336 +"313229",72504,75914 +"313230",72504,101772 +"313231",72506,72582 +"313232",72507,92507 +"313233",72508,75648 +"313234",72508,77194 +"313235",72508,80477 +"313236",72508,99073 +"313237",72508,101422 +"313238",72508,120869 +"313239",72508,120872 +"313240",72509,101213 +"313241",72509,107457 +"313242",72509,115730 +"313243",72510,80092 +"313244",72511,72615 +"313245",72511,80087 +"313246",72511,94784 +"313247",72511,115562 +"313248",72512,72558 +"313249",72512,102033 +"313250",72513,80322 +"313251",72514,74299 +"313252",72514,80974 +"313253",72514,91668 +"313254",72514,107638 +"313255",72516,72561 +"313256",72518,72519 +"313257",72520,85570 +"313258",72520,88537 +"313259",72520,96232 +"313260",72520,110256 +"313261",72521,81179 +"313262",72521,84186 +"313263",72521,92256 +"313264",72521,99573 +"313265",72522,73385 +"313266",72526,90788 +"313267",72526,95857 +"313268",72527,72603 +"313269",72528,72542 +"313270",72528,72551 +"313271",72530,78432 +"313272",72530,88986 +"313273",72530,107192 +"313274",72531,88816 +"313275",72531,91148 +"313276",72531,96946 +"313277",72531,96947 +"313278",72531,96948 +"313279",72531,96949 +"313280",72531,96950 +"313281",72531,96951 +"313282",72531,96958 +"313283",72531,96959 +"313284",72531,97007 +"313285",72532,75519 +"313286",72532,75529 +"313287",72532,75575 +"313288",72533,93970 +"313289",72533,103473 +"313290",72534,99692 +"313291",72535,72667 +"313292",72535,72675 +"313293",72535,87958 +"313294",72535,91164 +"313295",72535,95721 +"313296",72535,96007 +"313297",72535,99435 +"313298",72535,104781 +"313299",72535,104873 +"313300",72536,74300 +"313301",72536,86185 +"313302",72536,87149 +"313303",72537,75936 +"313304",72537,76696 +"313305",72537,86058 +"313306",72537,114011 +"313307",72537,120244 +"313308",72540,85278 +"313309",72541,72650 +"313310",72541,82504 +"313311",72541,92891 +"313312",72541,94324 +"313313",72542,72551 +"313314",72542,105931 +"313315",72545,74718 +"313316",72546,78794 +"313317",72549,76979 +"313318",72549,90268 +"313319",72549,92154 +"313320",72549,97697 +"313321",72549,99457 +"313322",72549,105352 +"313323",72549,106723 +"313324",72550,105798 +"313325",72550,105799 +"313326",72550,105802 +"313327",72553,79399 +"313328",72555,75185 +"313329",72555,119422 +"313330",72557,104538 +"313331",72559,72746 +"313332",72560,72585 +"313333",72562,76344 +"313334",72562,101218 +"313335",72564,72868 +"313336",72567,91416 +"313337",72567,97471 +"313338",72568,72574 +"313339",72568,72628 +"313340",72568,72685 +"313341",72568,73002 +"313342",72568,73767 +"313343",72568,75763 +"313344",72568,78532 +"313345",72568,78872 +"313346",72568,81609 +"313347",72568,85885 +"313348",72568,91255 +"313349",72568,92247 +"313350",72568,92352 +"313351",72568,92362 +"313352",72568,92929 +"313353",72568,93719 +"313354",72568,94906 +"313355",72568,94946 +"313356",72568,95889 +"313357",72568,96093 +"313358",72568,97988 +"313359",72568,99309 +"313360",72568,99376 +"313361",72568,99450 +"313362",72568,99471 +"313363",72568,99474 +"313364",72568,100916 +"313365",72568,100944 +"313366",72568,101126 +"313367",72568,101329 +"313368",72568,105557 +"313369",72568,106685 +"313370",72568,107199 +"313371",72568,108743 +"313372",72568,108980 +"313373",72568,109291 +"313374",72568,109933 +"313375",72568,110483 +"313376",72568,110567 +"313377",72568,110572 +"313378",72568,110630 +"313379",72568,110648 +"313380",72568,110711 +"313381",72568,110770 +"313382",72568,110869 +"313383",72568,110911 +"313384",72568,111285 +"313385",72568,111314 +"313386",72568,111362 +"313387",72568,111372 +"313388",72568,111424 +"313389",72568,111433 +"313390",72568,112422 +"313391",72568,112574 +"313392",72568,112779 +"313393",72568,112787 +"313394",72568,112849 +"313395",72568,113269 +"313396",72568,113430 +"313397",72568,114242 +"313398",72568,114842 +"313399",72568,115427 +"313400",72568,115521 +"313401",72568,115711 +"313402",72571,72682 +"313403",72571,78538 +"313404",72573,76008 +"313405",72573,80913 +"313406",72573,81722 +"313407",72573,86158 +"313408",72573,91779 +"313409",72573,99577 +"313410",72573,101016 +"313411",72573,101087 +"313412",72573,102401 +"313413",72573,105495 +"313414",72573,105955 +"313415",72573,106674 +"313416",72573,107970 +"313417",72573,108905 +"313418",72573,116302 +"313419",72573,116315 +"313420",72573,116325 +"313421",72573,116331 +"313422",72574,72685 +"313423",72574,73002 +"313424",72576,72577 +"313425",72578,74016 +"313426",72578,83317 +"313427",72578,96620 +"313428",72578,113413 +"313429",72579,81325 +"313430",72579,106378 +"313431",72579,108552 +"313432",72580,72700 +"313433",72580,107061 +"313434",72580,115584 +"313435",72583,72608 +"313436",72585,91030 +"313437",72587,83422 +"313438",72587,87477 +"313439",72587,93854 +"313440",72591,106078 +"313441",72592,123281 +"313442",72597,76601 +"313443",72597,78773 +"313444",72597,82114 +"313445",72597,121932 +"313446",72598,99089 +"313447",72598,113800 +"313448",72600,84546 +"313449",72600,97278 +"313450",72600,99603 +"313451",72600,100941 +"313452",72600,109035 +"313453",72600,109761 +"313454",72601,72853 +"313455",72601,74775 +"313456",72604,80647 +"313457",72604,89810 +"313458",72605,72636 +"313459",72605,72768 +"313460",72605,72950 +"313461",72606,110375 +"313462",72607,91834 +"313463",72609,74455 +"313464",72609,85227 +"313465",72610,78915 +"313466",72610,122001 +"313467",72611,114257 +"313468",72612,76143 +"313469",72613,84595 +"313470",72615,72616 +"313471",72615,72625 +"313472",72615,75921 +"313473",72615,80087 +"313474",72615,94784 +"313475",72615,100251 +"313476",72616,72625 +"313477",72616,78739 +"313478",72616,87036 +"313479",72616,96686 +"313480",72616,100251 +"313481",72617,72660 +"313482",72617,72662 +"313483",72619,72637 +"313484",72620,114043 +"313485",72620,114098 +"313486",72621,101396 +"313487",72622,102250 +"313488",72628,73767 +"313489",72628,78532 +"313490",72628,81609 +"313491",72628,85885 +"313492",72628,91255 +"313493",72628,92247 +"313494",72628,92352 +"313495",72628,92362 +"313496",72628,92929 +"313497",72628,93719 +"313498",72628,94906 +"313499",72628,94946 +"313500",72628,95889 +"313501",72628,96093 +"313502",72628,97988 +"313503",72628,99309 +"313504",72628,99376 +"313505",72628,99450 +"313506",72628,99471 +"313507",72628,99474 +"313508",72628,100916 +"313509",72628,100944 +"313510",72628,101126 +"313511",72628,101329 +"313512",72628,105557 +"313513",72628,107199 +"313514",72628,108743 +"313515",72628,108980 +"313516",72628,109291 +"313517",72628,109933 +"313518",72628,110483 +"313519",72628,110567 +"313520",72628,110572 +"313521",72628,110630 +"313522",72628,110648 +"313523",72628,110711 +"313524",72628,110770 +"313525",72628,110869 +"313526",72628,110911 +"313527",72628,111285 +"313528",72628,111314 +"313529",72628,111362 +"313530",72628,111372 +"313531",72628,111424 +"313532",72628,111433 +"313533",72628,112422 +"313534",72628,113269 +"313535",72628,113430 +"313536",72628,114242 +"313537",72628,114842 +"313538",72628,115427 +"313539",72628,115521 +"313540",72628,115711 +"313541",72632,77782 +"313542",72632,87128 +"313543",72636,72970 +"313544",72637,72908 +"313545",72637,72909 +"313546",72640,80591 +"313547",72641,107099 +"313548",72642,98433 +"313549",72646,93697 +"313550",72647,72705 +"313551",72648,89553 +"313552",72650,94324 +"313553",72650,104356 +"313554",72651,72652 +"313555",72651,72679 +"313556",72651,72702 +"313557",72652,72679 +"313558",72652,72702 +"313559",72653,80411 +"313560",72655,72656 +"313561",72656,107718 +"313562",72656,115047 +"313563",72659,112143 +"313564",72660,72662 +"313565",72660,98401 +"313566",72661,72663 +"313567",72661,72698 +"313568",72663,72698 +"313569",72664,84505 +"313570",72664,111593 +"313571",72665,76453 +"313572",72665,78051 +"313573",72665,89939 +"313574",72665,104742 +"313575",72665,118501 +"313576",72665,119668 +"313577",72665,122783 +"313578",72666,84058 +"313579",72667,72675 +"313580",72669,78105 +"313581",72669,83931 +"313582",72670,72673 +"313583",72671,123036 +"313584",72672,98046 +"313585",72672,106904 +"313586",72674,90606 +"313587",72674,118657 +"313588",72674,122218 +"313589",72675,81393 +"313590",72675,107435 +"313591",72677,96582 +"313592",72677,114220 +"313593",72677,114223 +"313594",72677,119551 +"313595",72679,72702 +"313596",72680,85876 +"313597",72680,102854 +"313598",72681,72690 +"313599",72682,84697 +"313600",72683,101286 +"313601",72683,121801 +"313602",72683,123023 +"313603",72683,123147 +"313604",72685,73002 +"313605",72685,88972 +"313606",72685,115249 +"313607",72687,78269 +"313608",72687,96253 +"313609",72687,110360 +"313610",72688,83877 +"313611",72689,103445 +"313612",72691,98850 +"313613",72691,109781 +"313614",72692,99341 +"313615",72694,107380 +"313616",72699,86847 +"313617",72699,90723 +"313618",72703,72762 +"313619",72703,104220 +"313620",72703,111922 +"313621",72703,119462 +"313622",72703,119466 +"313623",72704,112359 +"313624",72707,73192 +"313625",72709,73280 +"313626",72710,115667 +"313627",72711,72749 +"313628",72712,76872 +"313629",72712,85641 +"313630",72712,91815 +"313631",72712,106161 +"313632",72713,72824 +"313633",72713,72826 +"313634",72713,72830 +"313635",72713,72840 +"313636",72713,72842 +"313637",72713,72847 +"313638",72714,117341 +"313639",72717,73760 +"313640",72717,112788 +"313641",72719,72724 +"313642",72721,98894 +"313643",72721,98920 +"313644",72722,78305 +"313645",72722,103501 +"313646",72722,103543 +"313647",72723,75194 +"313648",72723,75305 +"313649",72723,78768 +"313650",72723,84060 +"313651",72723,97446 +"313652",72723,99599 +"313653",72724,84263 +"313654",72725,80098 +"313655",72729,113893 +"313656",72730,84389 +"313657",72731,72787 +"313658",72731,76211 +"313659",72732,77139 +"313660",72732,88993 +"313661",72732,89250 +"313662",72732,104158 +"313663",72733,76415 +"313664",72733,103202 +"313665",72733,117176 +"313666",72733,117192 +"313667",72733,117534 +"313668",72734,72753 +"313669",72736,72756 +"313670",72739,80177 +"313671",72743,112170 +"313672",72744,77888 +"313673",72744,120509 +"313674",72747,72819 +"313675",72747,72859 +"313676",72752,99217 +"313677",72752,102282 +"313678",72752,103112 +"313679",72752,107249 +"313680",72754,72755 +"313681",72754,105720 +"313682",72754,119090 +"313683",72754,120119 +"313684",72755,112384 +"313685",72757,74548 +"313686",72757,88205 +"313687",72757,90903 +"313688",72757,92674 +"313689",72757,96472 +"313690",72758,108829 +"313691",72759,72905 +"313692",72761,101251 +"313693",72761,118324 +"313694",72764,87894 +"313695",72766,72850 +"313696",72767,74686 +"313697",72767,85142 +"313698",72767,97692 +"313699",72768,72950 +"313700",72772,77322 +"313701",72772,92019 +"313702",72772,94418 +"313703",72772,98511 +"313704",72773,122636 +"313705",72774,72795 +"313706",72774,72800 +"313707",72779,77234 +"313708",72779,94439 +"313709",72779,94460 +"313710",72781,72854 +"313711",72782,83304 +"313712",72782,83337 +"313713",72783,72793 +"313714",72783,82061 +"313715",72783,117972 +"313716",72784,72846 +"313717",72787,76211 +"313718",72790,72814 +"313719",72794,73387 +"313720",72794,91912 +"313721",72794,107657 +"313722",72794,110242 +"313723",72795,72800 +"313724",72795,76515 +"313725",72796,78833 +"313726",72797,73506 +"313727",72797,75251 +"313728",72797,107076 +"313729",72799,77745 +"313730",72799,91271 +"313731",72800,75257 +"313732",72801,79100 +"313733",72801,89299 +"313734",72801,91866 +"313735",72801,93999 +"313736",72801,102168 +"313737",72803,73453 +"313738",72803,97791 +"313739",72804,100801 +"313740",72808,76010 +"313741",72808,96456 +"313742",72808,100803 +"313743",72810,113727 +"313744",72811,86949 +"313745",72812,72813 +"313746",72812,72837 +"313747",72812,103508 +"313748",72813,72837 +"313749",72816,74073 +"313750",72816,83434 +"313751",72818,90881 +"313752",72819,72859 +"313753",72822,91073 +"313754",72822,112824 +"313755",72822,112844 +"313756",72822,112845 +"313757",72823,99137 +"313758",72823,117957 +"313759",72823,123389 +"313760",72824,72826 +"313761",72824,72830 +"313762",72824,72840 +"313763",72824,72842 +"313764",72824,72847 +"313765",72825,90593 +"313766",72825,91524 +"313767",72825,91536 +"313768",72825,91537 +"313769",72826,72830 +"313770",72826,72840 +"313771",72826,72842 +"313772",72826,72847 +"313773",72827,93562 +"313774",72827,96741 +"313775",72827,100647 +"313776",72827,107030 +"313777",72827,110122 +"313778",72827,116564 +"313779",72828,73096 +"313780",72829,103782 +"313781",72830,72840 +"313782",72830,72842 +"313783",72830,72847 +"313784",72831,73521 +"313785",72831,111585 +"313786",72833,105187 +"313787",72833,112914 +"313788",72838,87711 +"313789",72839,84243 +"313790",72839,116887 +"313791",72840,72842 +"313792",72840,72847 +"313793",72841,86427 +"313794",72842,72847 +"313795",72843,92191 +"313796",72843,110851 +"313797",72844,87758 +"313798",72845,84713 +"313799",72845,96841 +"313800",72845,105516 +"313801",72847,85875 +"313802",72848,84542 +"313803",72848,100780 +"313804",72848,111250 +"313805",72848,114926 +"313806",72849,73997 +"313807",72849,86477 +"313808",72849,118464 +"313809",72855,85175 +"313810",72857,72870 +"313811",72858,78773 +"313812",72860,81381 +"313813",72862,98564 +"313814",72864,75239 +"313815",72865,81700 +"313816",72865,113286 +"313817",72867,105596 +"313818",72867,115486 +"313819",72868,73030 +"313820",72868,73078 +"313821",72868,73107 +"313822",72870,120635 +"313823",72872,87176 +"313824",72872,102688 +"313825",72872,102693 +"313826",72876,74357 +"313827",72876,92683 +"313828",72876,107629 +"313829",72876,114755 +"313830",72877,73898 +"313831",72877,74113 +"313832",72878,110967 +"313833",72880,108132 +"313834",72880,108155 +"313835",72883,115992 +"313836",72886,80771 +"313837",72886,80820 +"313838",72886,80838 +"313839",72886,120106 +"313840",72888,72899 +"313841",72890,100633 +"313842",72891,78532 +"313843",72891,84701 +"313844",72892,77060 +"313845",72893,85776 +"313846",72893,87254 +"313847",72893,90036 +"313848",72893,92692 +"313849",72895,72907 +"313850",72895,72916 +"313851",72896,72927 +"313852",72896,73585 +"313853",72896,74963 +"313854",72900,108351 +"313855",72902,72903 +"313856",72902,72904 +"313857",72902,72911 +"313858",72903,72904 +"313859",72903,72911 +"313860",72904,72911 +"313861",72907,72916 +"313862",72908,72909 +"313863",72913,72914 +"313864",72913,72931 +"313865",72913,72945 +"313866",72913,72981 +"313867",72914,72931 +"313868",72914,72945 +"313869",72914,72981 +"313870",72915,72942 +"313871",72916,108333 +"313872",72916,112099 +"313873",72917,122701 +"313874",72919,72948 +"313875",72921,109082 +"313876",72922,101112 +"313877",72929,90277 +"313878",72931,72945 +"313879",72931,72981 +"313880",72932,73008 +"313881",72932,77930 +"313882",72932,84270 +"313883",72935,75538 +"313884",72935,81019 +"313885",72935,86308 +"313886",72935,107026 +"313887",72935,107037 +"313888",72936,89062 +"313889",72936,89120 +"313890",72936,89606 +"313891",72936,90416 +"313892",72936,91060 +"313893",72936,91063 +"313894",72936,91397 +"313895",72936,93033 +"313896",72936,96155 +"313897",72936,96769 +"313898",72936,96771 +"313899",72936,98930 +"313900",72939,102836 +"313901",72940,72956 +"313902",72940,74699 +"313903",72940,84924 +"313904",72940,91178 +"313905",72940,97636 +"313906",72940,103074 +"313907",72940,104968 +"313908",72940,110527 +"313909",72941,85715 +"313910",72942,78020 +"313911",72942,80208 +"313912",72942,84340 +"313913",72942,91421 +"313914",72943,72958 +"313915",72943,72962 +"313916",72943,72982 +"313917",72943,73026 +"313918",72943,74703 +"313919",72944,107655 +"313920",72944,113133 +"313921",72945,72981 +"313922",72946,84511 +"313923",72946,102857 +"313924",72947,91770 +"313925",72947,105207 +"313926",72951,93095 +"313927",72951,105391 +"313928",72955,99499 +"313929",72956,76819 +"313930",72956,82410 +"313931",72956,82442 +"313932",72956,95800 +"313933",72956,97913 +"313934",72956,105629 +"313935",72957,80978 +"313936",72957,94762 +"313937",72957,96688 +"313938",72957,99070 +"313939",72957,102796 +"313940",72957,103201 +"313941",72957,103412 +"313942",72957,110380 +"313943",72957,121331 +"313944",72957,121353 +"313945",72957,121358 +"313946",72958,72962 +"313947",72958,72982 +"313948",72958,73026 +"313949",72960,91407 +"313950",72960,121018 +"313951",72961,72971 +"313952",72962,72982 +"313953",72962,73026 +"313954",72963,72996 +"313955",72963,72997 +"313956",72963,72998 +"313957",72967,98112 +"313958",72968,108327 +"313959",72968,114154 +"313960",72968,117376 +"313961",72969,72980 +"313962",72972,77692 +"313963",72972,93565 +"313964",72972,100553 +"313965",72972,101089 +"313966",72972,107468 +"313967",72972,107490 +"313968",72972,107493 +"313969",72973,73001 +"313970",72973,74937 +"313971",72973,117172 +"313972",72973,117205 +"313973",72975,84830 +"313974",72975,99363 +"313975",72975,99367 +"313976",72975,99417 +"313977",72975,99427 +"313978",72975,107969 +"313979",72975,113142 +"313980",72976,73028 +"313981",72977,73012 +"313982",72978,73962 +"313983",72978,88275 +"313984",72978,88632 +"313985",72979,89242 +"313986",72980,84546 +"313987",72980,84770 +"313988",72980,96518 +"313989",72980,101484 +"313990",72980,104662 +"313991",72980,111317 +"313992",72982,73026 +"313993",72983,73052 +"313994",72984,81156 +"313995",72984,86163 +"313996",72984,105785 +"313997",72986,80435 +"313998",72986,96310 +"313999",72993,102765 +"314000",72994,73008 +"314001",72994,73009 +"314002",72995,73017 +"314003",72995,76173 +"314004",72995,94181 +"314005",72995,98861 +"314006",72995,100723 +"314007",72995,113328 +"314008",72995,113512 +"314009",72995,114322 +"314010",72996,72997 +"314011",72996,72998 +"314012",72997,72998 +"314013",73000,86958 +"314014",73000,86975 +"314015",73002,96398 +"314016",73002,118224 +"314017",73003,75092 +"314018",73003,75429 +"314019",73003,98884 +"314020",73003,112395 +"314021",73008,73009 +"314022",73008,76729 +"314023",73011,73099 +"314024",73013,81271 +"314025",73013,92473 +"314026",73013,103653 +"314027",73014,85219 +"314028",73015,83444 +"314029",73015,99949 +"314030",73015,101914 +"314031",73015,103631 +"314032",73015,103723 +"314033",73015,103732 +"314034",73015,103759 +"314035",73015,103773 +"314036",73016,75830 +"314037",73016,77506 +"314038",73016,93984 +"314039",73017,74462 +"314040",73020,87529 +"314041",73021,79818 +"314042",73021,112537 +"314043",73024,73025 +"314044",73024,75033 +"314045",73024,75108 +"314046",73026,74567 +"314047",73029,100349 +"314048",73029,117724 +"314049",73030,73078 +"314050",73030,73107 +"314051",73030,84678 +"314052",73032,73059 +"314053",73033,73041 +"314054",73033,82452 +"314055",73033,105050 +"314056",73035,74771 +"314057",73038,82967 +"314058",73038,119934 +"314059",73042,74188 +"314060",73043,95606 +"314061",73044,73058 +"314062",73044,73335 +"314063",73044,78063 +"314064",73044,78429 +"314065",73044,78569 +"314066",73044,82143 +"314067",73044,83231 +"314068",73044,86471 +"314069",73044,90804 +"314070",73044,91022 +"314071",73044,91045 +"314072",73044,95675 +"314073",73044,101516 +"314074",73044,102387 +"314075",73044,108374 +"314076",73044,108893 +"314077",73044,109101 +"314078",73044,109523 +"314079",73044,110993 +"314080",73044,111338 +"314081",73044,111398 +"314082",73044,111409 +"314083",73044,111480 +"314084",73044,112422 +"314085",73044,112648 +"314086",73044,112708 +"314087",73044,112820 +"314088",73044,112997 +"314089",73044,113597 +"314090",73044,114418 +"314091",73044,114582 +"314092",73044,115371 +"314093",73044,116028 +"314094",73044,116604 +"314095",73045,83075 +"314096",73045,83087 +"314097",73045,89996 +"314098",73045,91154 +"314099",73045,108422 +"314100",73046,73400 +"314101",73046,74303 +"314102",73047,94141 +"314103",73048,92333 +"314104",73049,73086 +"314105",73050,116965 +"314106",73051,80801 +"314107",73051,81448 +"314108",73051,84591 +"314109",73051,95489 +"314110",73051,101208 +"314111",73051,101666 +"314112",73051,102840 +"314113",73051,106784 +"314114",73051,106796 +"314115",73051,115877 +"314116",73052,83125 +"314117",73052,117187 +"314118",73053,73072 +"314119",73054,110384 +"314120",73054,110841 +"314121",73054,114066 +"314122",73055,73061 +"314123",73056,73068 +"314124",73057,86595 +"314125",73058,73335 +"314126",73058,74579 +"314127",73058,78063 +"314128",73058,78429 +"314129",73058,78569 +"314130",73058,80085 +"314131",73058,80895 +"314132",73058,82143 +"314133",73058,82710 +"314134",73058,83231 +"314135",73058,86471 +"314136",73058,90804 +"314137",73058,91017 +"314138",73058,91022 +"314139",73058,91045 +"314140",73058,95675 +"314141",73058,95966 +"314142",73058,101516 +"314143",73058,102387 +"314144",73058,106852 +"314145",73058,106857 +"314146",73058,106897 +"314147",73058,106901 +"314148",73058,108374 +"314149",73058,108893 +"314150",73058,109101 +"314151",73058,109523 +"314152",73058,110993 +"314153",73058,111338 +"314154",73058,111398 +"314155",73058,111409 +"314156",73058,111480 +"314157",73058,112422 +"314158",73058,112648 +"314159",73058,112708 +"314160",73058,112820 +"314161",73058,112997 +"314162",73058,113597 +"314163",73058,114418 +"314164",73058,114582 +"314165",73058,115371 +"314166",73058,116028 +"314167",73058,116604 +"314168",73063,88407 +"314169",73063,96651 +"314170",73063,108754 +"314171",73063,108763 +"314172",73064,73095 +"314173",73066,90960 +"314174",73066,99421 +"314175",73067,118930 +"314176",73068,89684 +"314177",73068,103098 +"314178",73068,114979 +"314179",73068,116105 +"314180",73070,82949 +"314181",73070,108544 +"314182",73070,110174 +"314183",73071,76495 +"314184",73071,102723 +"314185",73071,109103 +"314186",73071,109579 +"314187",73071,120936 +"314188",73072,73289 +"314189",73072,90492 +"314190",73072,94101 +"314191",73072,101482 +"314192",73072,102757 +"314193",73072,111832 +"314194",73073,76416 +"314195",73075,77992 +"314196",73075,85962 +"314197",73078,73107 +"314198",73078,82378 +"314199",73078,114000 +"314200",73078,115443 +"314201",73078,115469 +"314202",73079,116512 +"314203",73079,116568 +"314204",73080,77701 +"314205",73081,116328 +"314206",73083,96911 +"314207",73087,73491 +"314208",73087,122688 +"314209",73088,73545 +"314210",73089,73123 +"314211",73090,88171 +"314212",73090,92730 +"314213",73091,74401 +"314214",73091,74534 +"314215",73091,75129 +"314216",73093,73124 +"314217",73094,78915 +"314218",73094,84588 +"314219",73094,103661 +"314220",73102,82381 +"314221",73102,119340 +"314222",73103,77897 +"314223",73103,82494 +"314224",73104,85601 +"314225",73105,88033 +"314226",73108,73753 +"314227",73113,109291 +"314228",73115,99845 +"314229",73117,73153 +"314230",73117,74185 +"314231",73118,73122 +"314232",73118,89396 +"314233",73121,77671 +"314234",73121,116058 +"314235",73123,102095 +"314236",73124,93138 +"314237",73125,104329 +"314238",73126,73129 +"314239",73126,84271 +"314240",73126,84272 +"314241",73128,84037 +"314242",73128,84374 +"314243",73128,85821 +"314244",73128,96122 +"314245",73131,76076 +"314246",73132,108904 +"314247",73133,93157 +"314248",73134,106013 +"314249",73136,95344 +"314250",73136,99444 +"314251",73136,108372 +"314252",73138,75271 +"314253",73138,76047 +"314254",73138,78487 +"314255",73138,81474 +"314256",73138,88309 +"314257",73138,91779 +"314258",73138,102535 +"314259",73138,106275 +"314260",73138,106280 +"314261",73138,107359 +"314262",73139,91578 +"314263",73140,80943 +"314264",73142,79460 +"314265",73142,117934 +"314266",73147,94048 +"314267",73147,105139 +"314268",73147,109509 +"314269",73147,116888 +"314270",73147,123051 +"314271",73147,123052 +"314272",73148,112326 +"314273",73151,88221 +"314274",73151,122521 +"314275",73152,84374 +"314276",73153,74185 +"314277",73156,108844 +"314278",73158,84468 +"314279",73158,115210 +"314280",73158,119261 +"314281",73166,73167 +"314282",73166,107450 +"314283",73166,120292 +"314284",73169,85982 +"314285",73170,76052 +"314286",73170,81517 +"314287",73171,75363 +"314288",73171,76512 +"314289",73171,79612 +"314290",73171,86514 +"314291",73171,100966 +"314292",73171,101709 +"314293",73171,102051 +"314294",73171,105384 +"314295",73171,106640 +"314296",73171,107302 +"314297",73171,111698 +"314298",73171,115424 +"314299",73171,117356 +"314300",73171,117369 +"314301",73171,119564 +"314302",73172,106085 +"314303",73175,73309 +"314304",73175,80415 +"314305",73175,89846 +"314306",73175,103306 +"314307",73176,73237 +"314308",73180,78746 +"314309",73181,107964 +"314310",73181,112586 +"314311",73181,118059 +"314312",73182,116128 +"314313",73183,74928 +"314314",73183,80620 +"314315",73183,80641 +"314316",73187,85084 +"314317",73189,73497 +"314318",73190,78772 +"314319",73192,95961 +"314320",73193,82281 +"314321",73193,82997 +"314322",73193,86623 +"314323",73193,98686 +"314324",73193,98703 +"314325",73193,98706 +"314326",73194,89701 +"314327",73194,89727 +"314328",73194,89746 +"314329",73194,89749 +"314330",73195,98247 +"314331",73196,74136 +"314332",73196,74137 +"314333",73196,74546 +"314334",73199,73216 +"314335",73199,73219 +"314336",73199,74145 +"314337",73199,81801 +"314338",73199,91388 +"314339",73201,73213 +"314340",73201,93373 +"314341",73201,94025 +"314342",73202,74564 +"314343",73203,78766 +"314344",73206,83399 +"314345",73206,115426 +"314346",73206,115439 +"314347",73210,98202 +"314348",73210,109567 +"314349",73210,120788 +"314350",73211,76353 +"314351",73211,79191 +"314352",73215,89609 +"314353",73215,89625 +"314354",73215,99832 +"314355",73215,101144 +"314356",73215,110801 +"314357",73215,113032 +"314358",73216,73219 +"314359",73217,73225 +"314360",73217,100370 +"314361",73220,85548 +"314362",73220,89463 +"314363",73220,92680 +"314364",73220,92728 +"314365",73220,97170 +"314366",73221,73394 +"314367",73221,73399 +"314368",73221,117036 +"314369",73222,79058 +"314370",73222,87142 +"314371",73222,88690 +"314372",73222,111208 +"314373",73222,112102 +"314374",73222,116927 +"314375",73223,75671 +"314376",73227,98771 +"314377",73228,102985 +"314378",73230,80570 +"314379",73230,82522 +"314380",73230,82573 +"314381",73230,92026 +"314382",73231,98037 +"314383",73232,73317 +"314384",73236,82574 +"314385",73238,94098 +"314386",73238,100533 +"314387",73240,95399 +"314388",73241,82202 +"314389",73241,82203 +"314390",73242,76369 +"314391",73242,87443 +"314392",73243,83893 +"314393",73243,98810 +"314394",73244,96837 +"314395",73245,95675 +"314396",73247,75949 +"314397",73247,108119 +"314398",73250,98602 +"314399",73250,98626 +"314400",73251,73266 +"314401",73252,73259 +"314402",73254,77547 +"314403",73254,84214 +"314404",73255,114881 +"314405",73258,73290 +"314406",73259,90286 +"314407",73259,100009 +"314408",73259,103961 +"314409",73263,93191 +"314410",73264,80928 +"314411",73264,85110 +"314412",73264,86504 +"314413",73264,93673 +"314414",73264,95007 +"314415",73264,95060 +"314416",73264,98931 +"314417",73264,101818 +"314418",73265,101919 +"314419",73265,114834 +"314420",73266,74183 +"314421",73266,74655 +"314422",73266,88583 +"314423",73266,90409 +"314424",73266,94504 +"314425",73266,96301 +"314426",73266,96576 +"314427",73266,104124 +"314428",73266,111226 +"314429",73266,112568 +"314430",73266,113641 +"314431",73266,117890 +"314432",73266,117932 +"314433",73267,98928 +"314434",73268,85202 +"314435",73268,122363 +"314436",73272,92026 +"314437",73272,108197 +"314438",73273,94430 +"314439",73279,87222 +"314440",73282,89937 +"314441",73283,101391 +"314442",73283,117587 +"314443",73283,119281 +"314444",73283,119341 +"314445",73283,120510 +"314446",73284,92116 +"314447",73285,97505 +"314448",73286,89028 +"314449",73287,74790 +"314450",73288,94365 +"314451",73289,77800 +"314452",73289,90492 +"314453",73289,101482 +"314454",73289,102757 +"314455",73289,122970 +"314456",73291,73370 +"314457",73294,78421 +"314458",73294,99284 +"314459",73294,102396 +"314460",73295,73446 +"314461",73295,73625 +"314462",73295,75411 +"314463",73295,77239 +"314464",73295,77903 +"314465",73295,88787 +"314466",73295,92928 +"314467",73295,95771 +"314468",73295,99198 +"314469",73295,99423 +"314470",73295,99542 +"314471",73295,99575 +"314472",73295,102518 +"314473",73295,110466 +"314474",73295,116498 +"314475",73298,75948 +"314476",73299,109536 +"314477",73300,112960 +"314478",73303,90760 +"314479",73303,120059 +"314480",73305,76498 +"314481",73305,98801 +"314482",73305,102705 +"314483",73305,106492 +"314484",73305,117471 +"314485",73306,89460 +"314486",73306,89461 +"314487",73306,89462 +"314488",73307,75532 +"314489",73308,73315 +"314490",73309,110444 +"314491",73312,73334 +"314492",73313,74957 +"314493",73313,94998 +"314494",73313,97106 +"314495",73313,118195 +"314496",73313,118200 +"314497",73313,118202 +"314498",73313,118226 +"314499",73314,84792 +"314500",73314,103337 +"314501",73314,112500 +"314502",73315,76680 +"314503",73315,84603 +"314504",73315,95773 +"314505",73315,101262 +"314506",73315,105280 +"314507",73315,105285 +"314508",73315,114558 +"314509",73320,99926 +"314510",73320,100456 +"314511",73320,108265 +"314512",73322,98123 +"314513",73326,108604 +"314514",73326,117066 +"314515",73327,87711 +"314516",73327,105286 +"314517",73327,116292 +"314518",73327,116335 +"314519",73329,80285 +"314520",73329,82589 +"314521",73329,89928 +"314522",73330,85491 +"314523",73330,85506 +"314524",73332,82453 +"314525",73332,87924 +"314526",73332,87932 +"314527",73332,87942 +"314528",73332,97520 +"314529",73332,97550 +"314530",73335,78063 +"314531",73335,78429 +"314532",73335,78569 +"314533",73335,82143 +"314534",73335,83231 +"314535",73335,86471 +"314536",73335,90804 +"314537",73335,91022 +"314538",73335,91045 +"314539",73335,95675 +"314540",73335,101516 +"314541",73335,102387 +"314542",73335,108374 +"314543",73335,108893 +"314544",73335,109101 +"314545",73335,109523 +"314546",73335,110993 +"314547",73335,111338 +"314548",73335,111398 +"314549",73335,111409 +"314550",73335,111480 +"314551",73335,112422 +"314552",73335,112648 +"314553",73335,112708 +"314554",73335,112820 +"314555",73335,112997 +"314556",73335,113597 +"314557",73335,114418 +"314558",73335,114582 +"314559",73335,115371 +"314560",73335,116028 +"314561",73335,116604 +"314562",73337,79212 +"314563",73337,92785 +"314564",73337,95427 +"314565",73337,96576 +"314566",73337,110146 +"314567",73338,79343 +"314568",73338,85885 +"314569",73338,96685 +"314570",73339,84159 +"314571",73339,84179 +"314572",73339,101249 +"314573",73339,116168 +"314574",73339,116175 +"314575",73341,73342 +"314576",73342,96599 +"314577",73343,75633 +"314578",73343,79136 +"314579",73343,79657 +"314580",73344,107797 +"314581",73348,81600 +"314582",73348,110709 +"314583",73348,114600 +"314584",73349,113540 +"314585",73352,102260 +"314586",73354,89028 +"314587",73354,89579 +"314588",73355,73356 +"314589",73357,80516 +"314590",73357,80543 +"314591",73357,81980 +"314592",73357,89665 +"314593",73357,101704 +"314594",73360,110764 +"314595",73360,110780 +"314596",73361,88531 +"314597",73366,85080 +"314598",73367,74114 +"314599",73369,75600 +"314600",73370,107741 +"314601",73372,73373 +"314602",73372,81480 +"314603",73372,100250 +"314604",73372,118067 +"314605",73374,75900 +"314606",73374,76816 +"314607",73374,78925 +"314608",73374,88627 +"314609",73374,89036 +"314610",73374,90643 +"314611",73374,92592 +"314612",73374,94027 +"314613",73374,99601 +"314614",73374,100502 +"314615",73374,102322 +"314616",73374,102337 +"314617",73374,102590 +"314618",73374,103267 +"314619",73374,105903 +"314620",73374,105988 +"314621",73374,107819 +"314622",73375,73527 +"314623",73375,83070 +"314624",73375,88289 +"314625",73375,100299 +"314626",73375,100650 +"314627",73375,107851 +"314628",73375,110796 +"314629",73375,112198 +"314630",73375,114402 +"314631",73376,73774 +"314632",73376,73815 +"314633",73376,75712 +"314634",73377,73442 +"314635",73378,97792 +"314636",73379,115127 +"314637",73379,116014 +"314638",73380,82627 +"314639",73381,93536 +"314640",73381,119780 +"314641",73382,89312 +"314642",73383,99258 +"314643",73384,83915 +"314644",73384,105061 +"314645",73389,95849 +"314646",73389,101053 +"314647",73389,103228 +"314648",73389,103927 +"314649",73389,103954 +"314650",73389,106188 +"314651",73389,106217 +"314652",73391,79743 +"314653",73391,81689 +"314654",73392,98134 +"314655",73392,98318 +"314656",73394,73399 +"314657",73394,77507 +"314658",73394,78037 +"314659",73395,111652 +"314660",73397,84057 +"314661",73397,121788 +"314662",73398,95352 +"314663",73398,118915 +"314664",73401,76292 +"314665",73401,83765 +"314666",73401,114061 +"314667",73403,104819 +"314668",73406,76030 +"314669",73406,84022 +"314670",73406,98529 +"314671",73406,105389 +"314672",73407,76985 +"314673",73408,88705 +"314674",73408,102838 +"314675",73409,75568 +"314676",73409,80625 +"314677",73409,85258 +"314678",73409,90968 +"314679",73409,90972 +"314680",73409,104590 +"314681",73409,108463 +"314682",73409,116534 +"314683",73409,116545 +"314684",73411,86490 +"314685",73412,77703 +"314686",73412,97961 +"314687",73413,73463 +"314688",73414,73417 +"314689",73414,73418 +"314690",73414,73423 +"314691",73414,73443 +"314692",73415,110635 +"314693",73415,110683 +"314694",73415,110687 +"314695",73417,73418 +"314696",73417,73423 +"314697",73417,73443 +"314698",73418,73423 +"314699",73418,73443 +"314700",73419,73421 +"314701",73420,82972 +"314702",73421,109925 +"314703",73422,86756 +"314704",73423,73443 +"314705",73427,78024 +"314706",73427,92709 +"314707",73427,115462 +"314708",73427,115571 +"314709",73427,119721 +"314710",73428,73457 +"314711",73428,73458 +"314712",73429,75600 +"314713",73430,98728 +"314714",73430,101388 +"314715",73430,119106 +"314716",73430,119116 +"314717",73431,85403 +"314718",73432,80663 +"314719",73437,82107 +"314720",73437,91552 +"314721",73438,85124 +"314722",73439,74130 +"314723",73441,73617 +"314724",73447,73589 +"314725",73448,73565 +"314726",73448,77407 +"314727",73448,81812 +"314728",73448,97823 +"314729",73449,73734 +"314730",73450,88280 +"314731",73450,98600 +"314732",73451,88139 +"314733",73451,89249 +"314734",73451,94894 +"314735",73451,101787 +"314736",73451,105865 +"314737",73451,108253 +"314738",73452,73505 +"314739",73453,97791 +"314740",73454,74271 +"314741",73456,88961 +"314742",73456,97442 +"314743",73457,73458 +"314744",73459,96054 +"314745",73460,88999 +"314746",73464,73919 +"314747",73464,81364 +"314748",73464,86490 +"314749",73464,88242 +"314750",73464,89710 +"314751",73464,90077 +"314752",73464,95604 +"314753",73464,99210 +"314754",73464,99315 +"314755",73464,99316 +"314756",73464,99327 +"314757",73464,99329 +"314758",73464,99341 +"314759",73464,99350 +"314760",73464,99844 +"314761",73464,102353 +"314762",73464,109373 +"314763",73464,110246 +"314764",73464,112290 +"314765",73464,112298 +"314766",73464,112468 +"314767",73464,113803 +"314768",73464,115195 +"314769",73464,115233 +"314770",73464,115255 +"314771",73464,115264 +"314772",73466,77043 +"314773",73466,90492 +"314774",73466,97812 +"314775",73466,114719 +"314776",73468,113450 +"314777",73468,122972 +"314778",73469,112696 +"314779",73471,81240 +"314780",73471,83179 +"314781",73473,77621 +"314782",73473,95505 +"314783",73474,73575 +"314784",73475,90212 +"314785",73475,113196 +"314786",73476,74202 +"314787",73476,77433 +"314788",73476,84620 +"314789",73476,98181 +"314790",73476,110281 +"314791",73476,110287 +"314792",73476,110300 +"314793",73476,110309 +"314794",73476,116115 +"314795",73477,73524 +"314796",73477,73525 +"314797",73481,80277 +"314798",73483,87261 +"314799",73483,90110 +"314800",73483,92639 +"314801",73483,100836 +"314802",73483,102053 +"314803",73483,102185 +"314804",73483,102190 +"314805",73483,102196 +"314806",73483,102197 +"314807",73483,102212 +"314808",73483,107993 +"314809",73483,113904 +"314810",73484,91161 +"314811",73484,101062 +"314812",73485,76314 +"314813",73485,76483 +"314814",73486,86263 +"314815",73486,102106 +"314816",73487,86657 +"314817",73487,119989 +"314818",73488,76688 +"314819",73488,78654 +"314820",73488,79621 +"314821",73488,83386 +"314822",73488,83415 +"314823",73488,104003 +"314824",73490,81755 +"314825",73490,99266 +"314826",73490,99267 +"314827",73490,111780 +"314828",73491,78659 +"314829",73491,105173 +"314830",73491,108391 +"314831",73492,74730 +"314832",73492,79378 +"314833",73492,93366 +"314834",73492,99380 +"314835",73492,99706 +"314836",73492,99742 +"314837",73492,100706 +"314838",73492,110246 +"314839",73492,110685 +"314840",73492,111988 +"314841",73492,116660 +"314842",73492,122145 +"314843",73494,74435 +"314844",73494,76484 +"314845",73494,100320 +"314846",73494,100334 +"314847",73499,82422 +"314848",73499,91028 +"314849",73501,122125 +"314850",73502,81706 +"314851",73505,92169 +"314852",73507,73534 +"314853",73508,73516 +"314854",73510,99446 +"314855",73511,73512 +"314856",73511,73520 +"314857",73512,73520 +"314858",73513,79537 +"314859",73513,79571 +"314860",73514,84286 +"314861",73518,83330 +"314862",73519,109730 +"314863",73520,118552 +"314864",73521,100678 +"314865",73521,111585 +"314866",73522,94452 +"314867",73524,73525 +"314868",73524,74587 +"314869",73524,74609 +"314870",73524,83845 +"314871",73524,83905 +"314872",73524,114102 +"314873",73524,114751 +"314874",73524,120036 +"314875",73524,120865 +"314876",73526,77702 +"314877",73526,100896 +"314878",73527,83070 +"314879",73527,112198 +"314880",73527,114402 +"314881",73531,101897 +"314882",73535,73724 +"314883",73536,82896 +"314884",73536,95369 +"314885",73536,95426 +"314886",73536,113819 +"314887",73536,113924 +"314888",73537,73938 +"314889",73540,82369 +"314890",73543,76818 +"314891",73543,114840 +"314892",73545,110430 +"314893",73546,73603 +"314894",73547,85292 +"314895",73547,103106 +"314896",73547,103119 +"314897",73552,73637 +"314898",73553,83202 +"314899",73554,85059 +"314900",73554,87943 +"314901",73554,95753 +"314902",73554,99035 +"314903",73555,74520 +"314904",73556,93820 +"314905",73556,116529 +"314906",73556,123498 +"314907",73560,73620 +"314908",73560,74063 +"314909",73560,74075 +"314910",73561,82063 +"314911",73561,95761 +"314912",73561,95883 +"314913",73563,78098 +"314914",73563,112417 +"314915",73563,115220 +"314916",73570,94603 +"314917",73572,73939 +"314918",73572,73950 +"314919",73576,73579 +"314920",73578,84883 +"314921",73578,101256 +"314922",73578,105780 +"314923",73579,103270 +"314924",73582,79816 +"314925",73582,82629 +"314926",73582,114889 +"314927",73590,74034 +"314928",73590,107298 +"314929",73590,113642 +"314930",73590,122810 +"314931",73594,75267 +"314932",73594,95470 +"314933",73596,106587 +"314934",73597,74646 +"314935",73597,86628 +"314936",73597,92928 +"314937",73597,99423 +"314938",73597,109143 +"314939",73597,111373 +"314940",73598,73602 +"314941",73599,91054 +"314942",73601,78184 +"314943",73601,88724 +"314944",73602,74616 +"314945",73604,103798 +"314946",73605,73631 +"314947",73605,73970 +"314948",73605,117146 +"314949",73606,73607 +"314950",73606,73608 +"314951",73606,76300 +"314952",73606,105438 +"314953",73606,111813 +"314954",73606,112866 +"314955",73607,73608 +"314956",73609,73812 +"314957",73611,98300 +"314958",73612,73614 +"314959",73612,73645 +"314960",73616,95936 +"314961",73616,121954 +"314962",73617,85302 +"314963",73617,89391 +"314964",73617,100808 +"314965",73617,117663 +"314966",73617,119435 +"314967",73618,73622 +"314968",73619,73621 +"314969",73620,74063 +"314970",73620,74075 +"314971",73621,74431 +"314972",73621,75206 +"314973",73623,99424 +"314974",73623,100291 +"314975",73623,105950 +"314976",73623,110508 +"314977",73623,113237 +"314978",73623,119587 +"314979",73624,80284 +"314980",73627,97255 +"314981",73629,78391 +"314982",73630,74218 +"314983",73630,74805 +"314984",73630,81181 +"314985",73631,83974 +"314986",73631,85181 +"314987",73631,85773 +"314988",73631,92029 +"314989",73631,114458 +"314990",73631,115652 +"314991",73633,100399 +"314992",73637,94918 +"314993",73637,94948 +"314994",73637,98211 +"314995",73638,110441 +"314996",73638,111623 +"314997",73638,111625 +"314998",73640,93345 +"314999",73640,111291 +"315000",73640,111295 +"315001",73641,86531 +"315002",73641,97577 +"315003",73642,76182 +"315004",73648,112183 +"315005",73648,112367 +"315006",73649,101892 +"315007",73650,91984 +"315008",73650,96287 +"315009",73650,96289 +"315010",73650,96302 +"315011",73651,84304 +"315012",73652,116019 +"315013",73652,116148 +"315014",73652,116156 +"315015",73652,116162 +"315016",73652,116170 +"315017",73652,116179 +"315018",73652,116215 +"315019",73653,78185 +"315020",73653,98873 +"315021",73653,108903 +"315022",73653,123243 +"315023",73655,75767 +"315024",73655,76046 +"315025",73655,76459 +"315026",73655,76808 +"315027",73655,77727 +"315028",73655,78224 +"315029",73655,79222 +"315030",73655,82978 +"315031",73655,83306 +"315032",73655,85027 +"315033",73655,88412 +"315034",73655,90275 +"315035",73655,90426 +"315036",73655,91112 +"315037",73655,91526 +"315038",73655,93425 +"315039",73655,93523 +"315040",73655,94520 +"315041",73655,95954 +"315042",73655,99544 +"315043",73655,99547 +"315044",73655,99554 +"315045",73655,100595 +"315046",73655,100739 +"315047",73655,100819 +"315048",73655,101898 +"315049",73655,101988 +"315050",73655,102146 +"315051",73655,102201 +"315052",73655,102309 +"315053",73655,102635 +"315054",73655,102730 +"315055",73655,102846 +"315056",73655,103790 +"315057",73655,104095 +"315058",73655,104574 +"315059",73655,104784 +"315060",73655,104845 +"315061",73655,107269 +"315062",73655,107623 +"315063",73655,107714 +"315064",73655,107879 +"315065",73655,107975 +"315066",73656,73680 +"315067",73657,100082 +"315068",73657,100209 +"315069",73658,93995 +"315070",73658,101503 +"315071",73659,73743 +"315072",73659,73875 +"315073",73659,73896 +"315074",73659,74218 +"315075",73659,93266 +"315076",73659,94547 +"315077",73659,99683 +"315078",73659,99685 +"315079",73661,87003 +"315080",73661,103316 +"315081",73662,83135 +"315082",73662,91909 +"315083",73664,73688 +"315084",73667,86679 +"315085",73667,123005 +"315086",73668,78274 +"315087",73668,83660 +"315088",73668,91626 +"315089",73668,108769 +"315090",73671,106399 +"315091",73673,73679 +"315092",73673,73765 +"315093",73673,73770 +"315094",73674,77610 +"315095",73674,92903 +"315096",73675,73702 +"315097",73675,88155 +"315098",73675,96403 +"315099",73675,96837 +"315100",73675,98877 +"315101",73675,104021 +"315102",73679,73765 +"315103",73679,73770 +"315104",73681,109285 +"315105",73682,82604 +"315106",73682,84538 +"315107",73682,100556 +"315108",73684,107473 +"315109",73685,76184 +"315110",73685,78815 +"315111",73685,90063 +"315112",73685,90066 +"315113",73689,88642 +"315114",73689,100011 +"315115",73689,120615 +"315116",73689,120623 +"315117",73689,122083 +"315118",73690,100477 +"315119",73691,76624 +"315120",73692,96002 +"315121",73693,79987 +"315122",73693,107963 +"315123",73693,113578 +"315124",73694,73729 +"315125",73695,83437 +"315126",73696,74922 +"315127",73696,75186 +"315128",73697,91279 +"315129",73698,83672 +"315130",73698,102101 +"315131",73699,74196 +"315132",73699,74262 +"315133",73699,74847 +"315134",73700,85643 +"315135",73700,119241 +"315136",73700,119271 +"315137",73701,78396 +"315138",73701,87295 +"315139",73701,90456 +"315140",73706,111305 +"315141",73709,86219 +"315142",73709,98108 +"315143",73709,98128 +"315144",73713,73740 +"315145",73714,99370 +"315146",73715,82576 +"315147",73715,82591 +"315148",73717,73726 +"315149",73717,73751 +"315150",73719,74003 +"315151",73719,88681 +"315152",73719,98673 +"315153",73719,99438 +"315154",73719,109605 +"315155",73719,109606 +"315156",73720,73762 +"315157",73721,87995 +"315158",73721,109736 +"315159",73721,112606 +"315160",73721,119846 +"315161",73723,98335 +"315162",73723,102339 +"315163",73723,107897 +"315164",73723,116995 +"315165",73723,116996 +"315166",73724,80346 +"315167",73724,95860 +"315168",73726,73751 +"315169",73727,78478 +"315170",73728,99103 +"315171",73728,103420 +"315172",73728,105638 +"315173",73728,119363 +"315174",73728,119444 +"315175",73730,102691 +"315176",73732,74007 +"315177",73733,73819 +"315178",73733,73824 +"315179",73733,87418 +"315180",73735,77632 +"315181",73740,98292 +"315182",73740,102042 +"315183",73741,102823 +"315184",73741,123288 +"315185",73742,73978 +"315186",73743,73875 +"315187",73743,73896 +"315188",73743,74685 +"315189",73743,80672 +"315190",73743,80880 +"315191",73743,80881 +"315192",73743,112825 +"315193",73743,120987 +"315194",73744,73760 +"315195",73744,108329 +"315196",73745,73830 +"315197",73747,76110 +"315198",73747,92058 +"315199",73747,103043 +"315200",73748,77616 +"315201",73748,93521 +"315202",73748,118463 +"315203",73750,90513 +"315204",73752,85850 +"315205",73752,102546 +"315206",73753,87416 +"315207",73753,91732 +"315208",73753,95156 +"315209",73753,103967 +"315210",73754,93842 +"315211",73756,73842 +"315212",73761,74424 +"315213",73762,76978 +"315214",73762,80574 +"315215",73762,82503 +"315216",73763,112097 +"315217",73764,96343 +"315218",73764,97950 +"315219",73764,100962 +"315220",73764,102784 +"315221",73764,107967 +"315222",73765,73770 +"315223",73767,78532 +"315224",73767,81048 +"315225",73767,81609 +"315226",73767,85885 +"315227",73767,91255 +"315228",73767,92247 +"315229",73767,92352 +"315230",73767,92362 +"315231",73767,92929 +"315232",73767,93719 +"315233",73767,94906 +"315234",73767,94946 +"315235",73767,95889 +"315236",73767,96093 +"315237",73767,97988 +"315238",73767,99309 +"315239",73767,99376 +"315240",73767,99450 +"315241",73767,99471 +"315242",73767,99474 +"315243",73767,100916 +"315244",73767,100944 +"315245",73767,101126 +"315246",73767,101329 +"315247",73767,105557 +"315248",73767,107199 +"315249",73767,108743 +"315250",73767,108980 +"315251",73767,109291 +"315252",73767,109933 +"315253",73767,110483 +"315254",73767,110567 +"315255",73767,110572 +"315256",73767,110630 +"315257",73767,110648 +"315258",73767,110711 +"315259",73767,110770 +"315260",73767,110869 +"315261",73767,110911 +"315262",73767,111285 +"315263",73767,111314 +"315264",73767,111362 +"315265",73767,111372 +"315266",73767,111424 +"315267",73767,111433 +"315268",73767,112422 +"315269",73767,113269 +"315270",73767,113430 +"315271",73767,114242 +"315272",73767,114842 +"315273",73767,115427 +"315274",73767,115521 +"315275",73767,115711 +"315276",73769,81309 +"315277",73769,87907 +"315278",73769,93799 +"315279",73769,111992 +"315280",73771,73772 +"315281",73771,79104 +"315282",73772,79104 +"315283",73773,88306 +"315284",73773,115886 +"315285",73774,73815 +"315286",73776,77787 +"315287",73777,102583 +"315288",73777,116003 +"315289",73777,119843 +"315290",73779,73793 +"315291",73782,110460 +"315292",73784,98320 +"315293",73786,76882 +"315294",73786,80174 +"315295",73786,96560 +"315296",73786,99648 +"315297",73787,73788 +"315298",73787,73791 +"315299",73788,73791 +"315300",73788,79888 +"315301",73788,83438 +"315302",73788,84221 +"315303",73789,73798 +"315304",73790,86550 +"315305",73790,95881 +"315306",73791,77483 +"315307",73792,77611 +"315308",73794,79977 +"315309",73794,80565 +"315310",73794,84510 +"315311",73794,92062 +"315312",73794,98858 +"315313",73794,100377 +"315314",73794,103182 +"315315",73795,77511 +"315316",73795,84691 +"315317",73795,122772 +"315318",73796,74241 +"315319",73797,83377 +"315320",73797,103577 +"315321",73797,106969 +"315322",73797,110241 +"315323",73798,75809 +"315324",73800,88836 +"315325",73800,88855 +"315326",73800,88867 +"315327",73800,90878 +"315328",73800,90993 +"315329",73800,90994 +"315330",73800,91011 +"315331",73800,91013 +"315332",73800,101097 +"315333",73801,98928 +"315334",73806,84412 +"315335",73806,93663 +"315336",73806,97646 +"315337",73806,117237 +"315338",73810,105347 +"315339",73811,73816 +"315340",73815,87349 +"315341",73819,73824 +"315342",73820,79087 +"315343",73820,87507 +"315344",73820,102933 +"315345",73820,114382 +"315346",73822,73845 +"315347",73822,73893 +"315348",73822,76779 +"315349",73822,77871 +"315350",73822,84426 +"315351",73822,97348 +"315352",73822,109750 +"315353",73822,116797 +"315354",73823,75509 +"315355",73823,75520 +"315356",73825,94049 +"315357",73826,94743 +"315358",73826,121337 +"315359",73829,89900 +"315360",73831,76495 +"315361",73832,96345 +"315362",73833,73834 +"315363",73833,73849 +"315364",73833,75663 +"315365",73834,73849 +"315366",73834,75663 +"315367",73835,75091 +"315368",73837,73937 +"315369",73842,81157 +"315370",73842,92359 +"315371",73842,100783 +"315372",73843,122846 +"315373",73844,102284 +"315374",73845,73893 +"315375",73846,84220 +"315376",73848,74190 +"315377",73848,76682 +"315378",73848,78968 +"315379",73848,81859 +"315380",73848,82253 +"315381",73848,83160 +"315382",73848,90958 +"315383",73848,91781 +"315384",73848,93195 +"315385",73848,93982 +"315386",73848,102483 +"315387",73848,110131 +"315388",73848,110147 +"315389",73848,110155 +"315390",73848,110173 +"315391",73848,112774 +"315392",73849,75663 +"315393",73850,101913 +"315394",73851,73860 +"315395",73852,79103 +"315396",73853,86480 +"315397",73854,77326 +"315398",73854,88857 +"315399",73855,85317 +"315400",73857,74321 +"315401",73857,84740 +"315402",73857,102390 +"315403",73858,92230 +"315404",73858,97307 +"315405",73858,123033 +"315406",73859,77147 +"315407",73861,81483 +"315408",73863,99171 +"315409",73863,117541 +"315410",73865,74020 +"315411",73870,79673 +"315412",73870,80586 +"315413",73870,108711 +"315414",73873,75993 +"315415",73874,75704 +"315416",73874,79137 +"315417",73874,81716 +"315418",73874,88799 +"315419",73875,73896 +"315420",73876,122561 +"315421",73880,73911 +"315422",73881,74599 +"315423",73884,114847 +"315424",73885,79688 +"315425",73886,73900 +"315426",73887,79068 +"315427",73887,83301 +"315428",73887,87435 +"315429",73887,118256 +"315430",73888,90164 +"315431",73890,73936 +"315432",73893,96991 +"315433",73898,74113 +"315434",73898,82319 +"315435",73898,85356 +"315436",73898,92300 +"315437",73898,100559 +"315438",73898,109555 +"315439",73898,109669 +"315440",73898,120192 +"315441",73898,120194 +"315442",73898,120197 +"315443",73898,120198 +"315444",73898,120199 +"315445",73898,120215 +"315446",73899,91921 +"315447",73902,75620 +"315448",73902,84732 +"315449",73902,86838 +"315450",73903,93947 +"315451",73907,84528 +"315452",73907,114876 +"315453",73908,78493 +"315454",73908,85094 +"315455",73908,96576 +"315456",73908,96591 +"315457",73908,105894 +"315458",73909,74568 +"315459",73909,122382 +"315460",73909,122407 +"315461",73910,100937 +"315462",73910,101445 +"315463",73912,111478 +"315464",73913,73931 +"315465",73913,73967 +"315466",73914,73924 +"315467",73915,94399 +"315468",73916,93521 +"315469",73916,94171 +"315470",73916,99065 +"315471",73916,102627 +"315472",73916,111271 +"315473",73916,111278 +"315474",73916,113243 +"315475",73917,78566 +"315476",73917,98199 +"315477",73918,103050 +"315478",73918,116628 +"315479",73919,81364 +"315480",73919,86490 +"315481",73919,88242 +"315482",73919,88650 +"315483",73919,89710 +"315484",73919,95604 +"315485",73919,97764 +"315486",73919,99329 +"315487",73919,99341 +"315488",73919,99844 +"315489",73919,102353 +"315490",73919,109371 +"315491",73919,109373 +"315492",73919,110246 +"315493",73919,113803 +"315494",73919,115195 +"315495",73919,115233 +"315496",73919,115255 +"315497",73919,115264 +"315498",73921,74174 +"315499",73921,85907 +"315500",73923,74399 +"315501",73923,76314 +"315502",73923,78715 +"315503",73923,81161 +"315504",73923,95690 +"315505",73923,108590 +"315506",73926,83296 +"315507",73926,94279 +"315508",73926,94350 +"315509",73931,73967 +"315510",73931,75687 +"315511",73935,74928 +"315512",73935,78521 +"315513",73935,82762 +"315514",73935,83768 +"315515",73937,100352 +"315516",73939,73950 +"315517",73939,75360 +"315518",73939,75361 +"315519",73943,73952 +"315520",73944,74192 +"315521",73945,78282 +"315522",73945,79344 +"315523",73945,79618 +"315524",73945,90460 +"315525",73945,94069 +"315526",73945,94097 +"315527",73945,99212 +"315528",73945,109565 +"315529",73947,74149 +"315530",73948,74725 +"315531",73948,77163 +"315532",73948,87771 +"315533",73948,99445 +"315534",73948,110817 +"315535",73948,112979 +"315536",73948,112981 +"315537",73949,74017 +"315538",73951,78288 +"315539",73951,98892 +"315540",73951,117549 +"315541",73955,73985 +"315542",73955,73993 +"315543",73956,73957 +"315544",73959,114239 +"315545",73959,114245 +"315546",73960,89937 +"315547",73960,94746 +"315548",73962,88275 +"315549",73963,73979 +"315550",73963,73999 +"315551",73966,76489 +"315552",73966,76574 +"315553",73966,95710 +"315554",73966,98181 +"315555",73968,103489 +"315556",73968,106290 +"315557",73969,75508 +"315558",73970,88578 +"315559",73972,120068 +"315560",73973,74120 +"315561",73974,80403 +"315562",73974,81506 +"315563",73974,85255 +"315564",73974,121536 +"315565",73975,74010 +"315566",73976,90003 +"315567",73976,99970 +"315568",73979,73999 +"315569",73982,74001 +"315570",73984,78308 +"315571",73984,80754 +"315572",73985,73993 +"315573",73986,74207 +"315574",73986,74215 +"315575",73987,91434 +"315576",73987,95012 +"315577",73987,108522 +"315578",73987,108666 +"315579",73987,108826 +"315580",73987,110416 +"315581",73987,120721 +"315582",73989,80649 +"315583",73990,98843 +"315584",73990,98924 +"315585",73990,107569 +"315586",73995,89348 +"315587",73997,84081 +"315588",73997,86477 +"315589",73998,77155 +"315590",73998,112305 +"315591",74000,86976 +"315592",74006,84088 +"315593",74011,74012 +"315594",74011,114961 +"315595",74011,114964 +"315596",74011,116055 +"315597",74015,113491 +"315598",74016,76510 +"315599",74016,92537 +"315600",74016,96620 +"315601",74016,97442 +"315602",74016,100713 +"315603",74016,102143 +"315604",74016,117029 +"315605",74017,74278 +"315606",74020,100727 +"315607",74022,111423 +"315608",74025,74097 +"315609",74026,74048 +"315610",74027,82909 +"315611",74027,108493 +"315612",74028,93305 +"315613",74029,91963 +"315614",74029,99516 +"315615",74029,101846 +"315616",74030,78046 +"315617",74032,84085 +"315618",74032,90006 +"315619",74036,74058 +"315620",74037,74038 +"315621",74039,74948 +"315622",74044,97394 +"315623",74044,99989 +"315624",74045,75504 +"315625",74045,92618 +"315626",74045,111804 +"315627",74046,90904 +"315628",74046,98789 +"315629",74046,100019 +"315630",74046,100034 +"315631",74046,100994 +"315632",74046,105633 +"315633",74046,105646 +"315634",74047,76691 +"315635",74047,82945 +"315636",74047,95290 +"315637",74052,107952 +"315638",74053,104382 +"315639",74053,113151 +"315640",74054,106065 +"315641",74055,98133 +"315642",74056,116800 +"315643",74057,97163 +"315644",74058,74156 +"315645",74058,78572 +"315646",74058,84790 +"315647",74058,84797 +"315648",74058,84798 +"315649",74058,84799 +"315650",74058,119119 +"315651",74062,81459 +"315652",74062,117835 +"315653",74063,74075 +"315654",74064,105642 +"315655",74065,110522 +"315656",74068,85112 +"315657",74068,101827 +"315658",74068,105224 +"315659",74068,121561 +"315660",74073,83434 +"315661",74073,90343 +"315662",74073,100129 +"315663",74073,101164 +"315664",74076,117405 +"315665",74077,74161 +"315666",74078,82589 +"315667",74078,95038 +"315668",74078,95807 +"315669",74079,74200 +"315670",74081,116050 +"315671",74081,121647 +"315672",74082,74454 +"315673",74082,100540 +"315674",74084,116261 +"315675",74086,81311 +"315676",74088,77109 +"315677",74088,81558 +"315678",74088,107834 +"315679",74088,110783 +"315680",74090,97587 +"315681",74090,114645 +"315682",74090,116305 +"315683",74090,116671 +"315684",74092,82333 +"315685",74092,82839 +"315686",74092,84748 +"315687",74092,87916 +"315688",74092,87939 +"315689",74092,87944 +"315690",74094,75942 +"315691",74094,122041 +"315692",74095,85754 +"315693",74096,75997 +"315694",74098,92998 +"315695",74098,102830 +"315696",74100,82429 +"315697",74100,82964 +"315698",74100,106240 +"315699",74100,109919 +"315700",74100,117410 +"315701",74101,78792 +"315702",74101,90068 +"315703",74102,119427 +"315704",74102,121289 +"315705",74105,76923 +"315706",74105,78049 +"315707",74106,82437 +"315708",74106,105942 +"315709",74107,115967 +"315710",74109,108927 +"315711",74109,108928 +"315712",74112,99070 +"315713",74112,99904 +"315714",74114,103040 +"315715",74114,112675 +"315716",74115,74193 +"315717",74117,84652 +"315718",74117,94050 +"315719",74118,74157 +"315720",74118,74172 +"315721",74123,94248 +"315722",74123,117415 +"315723",74125,89559 +"315724",74125,92955 +"315725",74125,103772 +"315726",74126,82284 +"315727",74126,98713 +"315728",74128,85049 +"315729",74128,85058 +"315730",74128,95972 +"315731",74129,75511 +"315732",74129,93121 +"315733",74130,86310 +"315734",74130,97095 +"315735",74131,88802 +"315736",74131,119534 +"315737",74132,88001 +"315738",74134,99532 +"315739",74134,101631 +"315740",74134,101656 +"315741",74136,74137 +"315742",74136,74546 +"315743",74137,74546 +"315744",74138,101564 +"315745",74138,105364 +"315746",74139,85915 +"315747",74140,77021 +"315748",74140,80232 +"315749",74140,80255 +"315750",74140,96197 +"315751",74141,90235 +"315752",74142,74164 +"315753",74144,77459 +"315754",74146,102587 +"315755",74147,116857 +"315756",74148,74150 +"315757",74149,80108 +"315758",74152,94964 +"315759",74152,119834 +"315760",74152,119848 +"315761",74153,80713 +"315762",74153,107077 +"315763",74155,76316 +"315764",74156,117390 +"315765",74157,74172 +"315766",74158,88023 +"315767",74158,88228 +"315768",74159,92406 +"315769",74159,103074 +"315770",74159,103078 +"315771",74159,104266 +"315772",74160,98728 +"315773",74160,122110 +"315774",74167,78359 +"315775",74167,105759 +"315776",74167,107435 +"315777",74167,107908 +"315778",74167,107913 +"315779",74167,107924 +"315780",74167,107930 +"315781",74167,107978 +"315782",74168,120405 +"315783",74170,75212 +"315784",74170,75238 +"315785",74170,75247 +"315786",74170,110030 +"315787",74171,114121 +"315788",74172,74673 +"315789",74175,90837 +"315790",74175,93017 +"315791",74175,97366 +"315792",74175,114543 +"315793",74175,114550 +"315794",74176,108229 +"315795",74177,89565 +"315796",74178,78720 +"315797",74178,114177 +"315798",74178,114481 +"315799",74179,76005 +"315800",74179,82682 +"315801",74179,85742 +"315802",74179,93752 +"315803",74180,74219 +"315804",74180,88379 +"315805",74180,99620 +"315806",74180,109109 +"315807",74180,113253 +"315808",74180,122700 +"315809",74181,97122 +"315810",74183,78966 +"315811",74183,90501 +"315812",74183,96301 +"315813",74183,104124 +"315814",74183,111226 +"315815",74183,117932 +"315816",74186,81286 +"315817",74186,84284 +"315818",74186,89988 +"315819",74186,101166 +"315820",74186,103888 +"315821",74186,106703 +"315822",74189,83495 +"315823",74189,98945 +"315824",74189,122441 +"315825",74189,122442 +"315826",74189,122443 +"315827",74189,122446 +"315828",74190,82253 +"315829",74190,94094 +"315830",74190,94909 +"315831",74190,116713 +"315832",74192,104006 +"315833",74193,74281 +"315834",74195,95635 +"315835",74196,74262 +"315836",74196,74847 +"315837",74197,75675 +"315838",74197,83961 +"315839",74197,85338 +"315840",74197,91666 +"315841",74197,91780 +"315842",74197,96270 +"315843",74202,77433 +"315844",74202,84620 +"315845",74202,98181 +"315846",74202,110281 +"315847",74202,110287 +"315848",74202,110300 +"315849",74202,110309 +"315850",74202,116115 +"315851",74203,121043 +"315852",74207,74215 +"315853",74211,77661 +"315854",74211,79041 +"315855",74213,83753 +"315856",74216,76018 +"315857",74218,93266 +"315858",74219,75172 +"315859",74219,117726 +"315860",74221,92050 +"315861",74223,74331 +"315862",74224,74225 +"315863",74224,115447 +"315864",74229,90061 +"315865",74231,105137 +"315866",74232,78651 +"315867",74232,96978 +"315868",74232,100090 +"315869",74232,111435 +"315870",74234,96611 +"315871",74234,106989 +"315872",74234,109023 +"315873",74238,104019 +"315874",74238,118308 +"315875",74240,105811 +"315876",74240,119245 +"315877",74243,74314 +"315878",74244,107646 +"315879",74245,95966 +"315880",74247,78264 +"315881",74248,89520 +"315882",74249,75428 +"315883",74249,75484 +"315884",74250,77999 +"315885",74250,81482 +"315886",74250,82233 +"315887",74250,83300 +"315888",74250,88347 +"315889",74253,74284 +"315890",74254,74374 +"315891",74254,74376 +"315892",74254,74615 +"315893",74254,75234 +"315894",74254,75246 +"315895",74255,83792 +"315896",74255,103562 +"315897",74255,103576 +"315898",74255,109378 +"315899",74255,118697 +"315900",74256,83729 +"315901",74256,85560 +"315902",74256,100131 +"315903",74256,114822 +"315904",74257,74527 +"315905",74257,85375 +"315906",74257,87839 +"315907",74257,87852 +"315908",74258,74558 +"315909",74259,74328 +"315910",74259,74383 +"315911",74260,74342 +"315912",74260,74349 +"315913",74261,116510 +"315914",74262,74847 +"315915",74263,74312 +"315916",74264,80654 +"315917",74265,83410 +"315918",74265,86007 +"315919",74265,110172 +"315920",74265,115723 +"315921",74265,118274 +"315922",74265,118812 +"315923",74267,79205 +"315924",74267,94566 +"315925",74267,102786 +"315926",74268,80224 +"315927",74268,100878 +"315928",74272,80549 +"315929",74272,89797 +"315930",74273,74370 +"315931",74273,74573 +"315932",74273,115692 +"315933",74273,121551 +"315934",74274,74276 +"315935",74275,77158 +"315936",74279,87905 +"315937",74279,115473 +"315938",74280,116618 +"315939",74283,74430 +"315940",74283,74486 +"315941",74283,74544 +"315942",74284,75371 +"315943",74288,91178 +"315944",74288,96465 +"315945",74294,74547 +"315946",74294,97932 +"315947",74296,120816 +"315948",74300,74324 +"315949",74300,86185 +"315950",74300,87149 +"315951",74300,99823 +"315952",74302,74464 +"315953",74304,75655 +"315954",74304,88151 +"315955",74304,96714 +"315956",74306,109928 +"315957",74307,75611 +"315958",74309,78421 +"315959",74309,102385 +"315960",74309,102396 +"315961",74309,102475 +"315962",74310,114561 +"315963",74310,119356 +"315964",74312,76245 +"315965",74312,100413 +"315966",74315,110870 +"315967",74315,118838 +"315968",74318,76392 +"315969",74318,82253 +"315970",74318,87144 +"315971",74318,92265 +"315972",74318,92310 +"315973",74318,94876 +"315974",74318,94909 +"315975",74318,96873 +"315976",74318,119663 +"315977",74319,96426 +"315978",74319,118824 +"315979",74319,119552 +"315980",74320,106131 +"315981",74320,107204 +"315982",74321,106077 +"315983",74321,112628 +"315984",74323,74346 +"315985",74325,101688 +"315986",74325,104448 +"315987",74325,104450 +"315988",74325,104481 +"315989",74325,104503 +"315990",74325,108459 +"315991",74326,109691 +"315992",74328,74343 +"315993",74329,74384 +"315994",74330,92779 +"315995",74330,100865 +"315996",74332,80485 +"315997",74332,118552 +"315998",74334,120704 +"315999",74334,123449 +"316000",74338,121351 +"316001",74339,105164 +"316002",74339,105652 +"316003",74339,122841 +"316004",74342,74349 +"316005",74344,79198 +"316006",74344,104046 +"316007",74348,83474 +"316008",74348,89953 +"316009",74348,91159 +"316010",74348,91202 +"316011",74353,75943 +"316012",74355,88434 +"316013",74356,98895 +"316014",74356,109310 +"316015",74362,98409 +"316016",74364,89789 +"316017",74364,112229 +"316018",74364,116239 +"316019",74365,102096 +"316020",74365,102120 +"316021",74365,107202 +"316022",74366,93197 +"316023",74366,100927 +"316024",74366,105392 +"316025",74366,105488 +"316026",74366,105500 +"316027",74366,111035 +"316028",74366,115841 +"316029",74366,117898 +"316030",74367,74390 +"316031",74369,74664 +"316032",74369,75017 +"316033",74369,101089 +"316034",74369,101288 +"316035",74369,101364 +"316036",74369,101369 +"316037",74370,88574 +"316038",74372,74820 +"316039",74373,94665 +"316040",74373,98348 +"316041",74374,74376 +"316042",74374,75234 +"316043",74374,75246 +"316044",74375,94647 +"316045",74375,117404 +"316046",74376,75234 +"316047",74376,75246 +"316048",74377,91970 +"316049",74379,101573 +"316050",74379,108576 +"316051",74379,109448 +"316052",74379,109456 +"316053",74379,109459 +"316054",74379,119703 +"316055",74381,79883 +"316056",74381,81765 +"316057",74381,114851 +"316058",74385,74475 +"316059",74387,75089 +"316060",74387,95391 +"316061",74388,101093 +"316062",74388,106752 +"316063",74388,119978 +"316064",74388,120037 +"316065",74389,86994 +"316066",74389,86997 +"316067",74392,89007 +"316068",74393,88439 +"316069",74393,106714 +"316070",74393,106717 +"316071",74396,81564 +"316072",74399,75981 +"316073",74399,76314 +"316074",74399,78715 +"316075",74399,95690 +"316076",74399,107133 +"316077",74399,107217 +"316078",74401,74534 +"316079",74401,75129 +"316080",74402,74509 +"316081",74402,74522 +"316082",74402,74569 +"316083",74402,74604 +"316084",74402,75111 +"316085",74402,75166 +"316086",74404,109602 +"316087",74408,82428 +"316088",74408,99843 +"316089",74408,105109 +"316090",74408,105128 +"316091",74408,105260 +"316092",74409,103228 +"316093",74409,120134 +"316094",74411,74434 +"316095",74411,86106 +"316096",74411,116985 +"316097",74412,109339 +"316098",74412,109589 +"316099",74412,111556 +"316100",74413,92668 +"316101",74414,74524 +"316102",74417,82034 +"316103",74417,85611 +"316104",74417,91700 +"316105",74417,96648 +"316106",74417,109914 +"316107",74417,109934 +"316108",74417,113682 +"316109",74417,113684 +"316110",74418,94921 +"316111",74418,94928 +"316112",74418,94929 +"316113",74418,94941 +"316114",74418,94962 +"316115",74418,94965 +"316116",74418,94966 +"316117",74418,94971 +"316118",74418,95179 +"316119",74423,74724 +"316120",74423,105380 +"316121",74424,74998 +"316122",74424,75304 +"316123",74424,83050 +"316124",74424,94349 +"316125",74424,111093 +"316126",74424,111102 +"316127",74424,111105 +"316128",74425,74457 +"316129",74425,121834 +"316130",74426,74523 +"316131",74427,74594 +"316132",74427,92928 +"316133",74427,109780 +"316134",74427,109794 +"316135",74428,82728 +"316136",74430,74486 +"316137",74430,74544 +"316138",74432,74487 +"316139",74432,74598 +"316140",74432,74600 +"316141",74433,74853 +"316142",74433,81764 +"316143",74433,95233 +"316144",74435,75035 +"316145",74435,76484 +"316146",74435,100320 +"316147",74435,100334 +"316148",74435,106644 +"316149",74436,89994 +"316150",74436,120373 +"316151",74438,78090 +"316152",74440,74602 +"316153",74441,110284 +"316154",74442,97729 +"316155",74443,84635 +"316156",74444,75256 +"316157",74444,93939 +"316158",74445,97572 +"316159",74445,121483 +"316160",74445,121486 +"316161",74448,117400 +"316162",74448,117401 +"316163",74450,78310 +"316164",74452,79116 +"316165",74452,79145 +"316166",74454,76090 +"316167",74454,76137 +"316168",74454,100540 +"316169",74456,76964 +"316170",74457,122591 +"316171",74462,83034 +"316172",74463,91300 +"316173",74463,113211 +"316174",74466,96143 +"316175",74467,78107 +"316176",74468,109485 +"316177",74468,118689 +"316178",74468,118752 +"316179",74468,118754 +"316180",74470,79835 +"316181",74471,89404 +"316182",74471,102367 +"316183",74472,74473 +"316184",74472,85119 +"316185",74472,101212 +"316186",74472,107844 +"316187",74472,117073 +"316188",74473,89505 +"316189",74473,90135 +"316190",74473,95561 +"316191",74474,96752 +"316192",74474,96902 +"316193",74474,99431 +"316194",74474,103159 +"316195",74474,111088 +"316196",74476,87132 +"316197",74476,101513 +"316198",74476,120687 +"316199",74476,123286 +"316200",74476,123405 +"316201",74477,74478 +"316202",74477,74560 +"316203",74478,74560 +"316204",74479,74480 +"316205",74483,97558 +"316206",74484,112771 +"316207",74485,89871 +"316208",74485,112798 +"316209",74486,74544 +"316210",74486,81793 +"316211",74486,84732 +"316212",74486,89604 +"316213",74486,95732 +"316214",74486,103235 +"316215",74487,74598 +"316216",74487,74600 +"316217",74490,85827 +"316218",74491,105779 +"316219",74492,89839 +"316220",74493,106487 +"316221",74494,83409 +"316222",74494,103365 +"316223",74497,74498 +"316224",74500,96062 +"316225",74501,77077 +"316226",74505,74532 +"316227",74506,82470 +"316228",74506,83044 +"316229",74506,88722 +"316230",74506,88728 +"316231",74506,88730 +"316232",74506,91904 +"316233",74506,98166 +"316234",74506,101439 +"316235",74506,110671 +"316236",74508,77906 +"316237",74509,74522 +"316238",74509,74569 +"316239",74509,74604 +"316240",74509,75111 +"316241",74509,75166 +"316242",74510,95258 +"316243",74512,82971 +"316244",74514,74515 +"316245",74514,91055 +"316246",74514,94721 +"316247",74516,77517 +"316248",74516,77522 +"316249",74516,77528 +"316250",74516,77607 +"316251",74516,122620 +"316252",74518,86075 +"316253",74518,86096 +"316254",74518,92782 +"316255",74518,120289 +"316256",74519,80196 +"316257",74520,75394 +"316258",74520,75468 +"316259",74521,96102 +"316260",74522,74569 +"316261",74522,74604 +"316262",74522,75111 +"316263",74522,75166 +"316264",74525,114267 +"316265",74526,74932 +"316266",74526,81274 +"316267",74526,104557 +"316268",74526,107598 +"316269",74527,74528 +"316270",74527,80654 +"316271",74527,85375 +"316272",74527,87839 +"316273",74527,87852 +"316274",74527,106365 +"316275",74531,78448 +"316276",74534,75129 +"316277",74535,74607 +"316278",74538,102368 +"316279",74538,109000 +"316280",74538,114145 +"316281",74540,74541 +"316282",74547,96423 +"316283",74550,88181 +"316284",74550,92383 +"316285",74550,95095 +"316286",74550,95103 +"316287",74550,95664 +"316288",74551,106107 +"316289",74551,119527 +"316290",74553,88119 +"316291",74553,104253 +"316292",74553,104262 +"316293",74554,76050 +"316294",74554,84823 +"316295",74557,102324 +"316296",74557,104543 +"316297",74558,74653 +"316298",74558,75054 +"316299",74558,81749 +"316300",74558,107496 +"316301",74560,113780 +"316302",74561,87146 +"316303",74561,89176 +"316304",74561,102152 +"316305",74561,122586 +"316306",74563,85797 +"316307",74564,79905 +"316308",74564,99001 +"316309",74568,122382 +"316310",74568,122407 +"316311",74569,74604 +"316312",74569,75111 +"316313",74569,75166 +"316314",74571,74572 +"316315",74573,93028 +"316316",74573,115692 +"316317",74575,75025 +"316318",74575,100607 +"316319",74575,101067 +"316320",74575,101484 +"316321",74576,113629 +"316322",74577,88306 +"316323",74577,89104 +"316324",74577,93606 +"316325",74577,104551 +"316326",74578,81352 +"316327",74579,84390 +"316328",74579,96817 +"316329",74579,96846 +"316330",74579,96864 +"316331",74582,107781 +"316332",74582,112189 +"316333",74583,88872 +"316334",74583,89855 +"316335",74586,79086 +"316336",74586,112177 +"316337",74586,123201 +"316338",74587,74609 +"316339",74588,74589 +"316340",74591,76359 +"316341",74591,76390 +"316342",74591,79003 +"316343",74591,101524 +"316344",74591,101785 +"316345",74591,109733 +"316346",74591,119188 +"316347",74592,99793 +"316348",74592,116560 +"316349",74596,85743 +"316350",74596,85991 +"316351",74597,103469 +"316352",74598,74600 +"316353",74602,85928 +"316354",74604,75111 +"316355",74604,75166 +"316356",74605,74881 +"316357",74605,84010 +"316358",74605,84011 +"316359",74605,88497 +"316360",74605,89526 +"316361",74605,92926 +"316362",74606,74608 +"316363",74609,108088 +"316364",74610,99373 +"316365",74610,119775 +"316366",74611,79677 +"316367",74611,88742 +"316368",74611,90482 +"316369",74611,117862 +"316370",74613,79390 +"316371",74613,99857 +"316372",74613,102577 +"316373",74613,102579 +"316374",74613,109860 +"316375",74613,114152 +"316376",74614,77005 +"316377",74619,97006 +"316378",74620,74635 +"316379",74620,81112 +"316380",74620,118061 +"316381",74620,118450 +"316382",74621,74705 +"316383",74621,83158 +"316384",74621,115990 +"316385",74625,79478 +"316386",74628,75310 +"316387",74628,76629 +"316388",74628,77332 +"316389",74628,84940 +"316390",74628,92081 +"316391",74628,93131 +"316392",74628,93133 +"316393",74628,100226 +"316394",74628,105063 +"316395",74628,105947 +"316396",74628,114174 +"316397",74628,114178 +"316398",74629,74663 +"316399",74631,111286 +"316400",74631,114173 +"316401",74631,116294 +"316402",74633,74892 +"316403",74634,85806 +"316404",74636,80305 +"316405",74636,82965 +"316406",74636,88895 +"316407",74636,91562 +"316408",74636,96837 +"316409",74636,114622 +"316410",74641,98079 +"316411",74644,91724 +"316412",74645,113127 +"316413",74646,86628 +"316414",74646,92928 +"316415",74646,99423 +"316416",74646,109143 +"316417",74646,111373 +"316418",74646,115844 +"316419",74647,84366 +"316420",74648,82998 +"316421",74649,108624 +"316422",74649,117420 +"316423",74649,117886 +"316424",74650,81648 +"316425",74650,90521 +"316426",74650,90525 +"316427",74650,90531 +"316428",74650,94967 +"316429",74650,99076 +"316430",74650,99141 +"316431",74650,99174 +"316432",74650,99744 +"316433",74650,99757 +"316434",74650,99762 +"316435",74650,108170 +"316436",74650,108173 +"316437",74652,75041 +"316438",74653,75054 +"316439",74653,86353 +"316440",74653,94004 +"316441",74653,106960 +"316442",74653,107496 +"316443",74654,76450 +"316444",74654,81695 +"316445",74654,86429 +"316446",74654,86741 +"316447",74654,89053 +"316448",74654,98477 +"316449",74655,94504 +"316450",74656,74810 +"316451",74656,105222 +"316452",74657,74712 +"316453",74657,74758 +"316454",74659,81250 +"316455",74659,83578 +"316456",74659,96144 +"316457",74659,96146 +"316458",74660,100065 +"316459",74660,109155 +"316460",74661,83271 +"316461",74661,93075 +"316462",74661,94642 +"316463",74661,100432 +"316464",74661,102360 +"316465",74661,102400 +"316466",74661,102838 +"316467",74664,75017 +"316468",74664,101089 +"316469",74664,101288 +"316470",74664,101364 +"316471",74664,101369 +"316472",74664,117444 +"316473",74665,74907 +"316474",74668,109874 +"316475",74669,76657 +"316476",74669,83744 +"316477",74669,86209 +"316478",74669,94002 +"316479",74669,99885 +"316480",74669,102880 +"316481",74670,79644 +"316482",74670,97646 +"316483",74671,88845 +"316484",74672,100050 +"316485",74672,101070 +"316486",74672,108461 +"316487",74674,83446 +"316488",74675,75830 +"316489",74675,93333 +"316490",74677,74791 +"316491",74678,74752 +"316492",74678,74767 +"316493",74678,74777 +"316494",74678,74778 +"316495",74678,74794 +"316496",74679,114247 +"316497",74679,114277 +"316498",74679,114790 +"316499",74681,83772 +"316500",74681,90114 +"316501",74681,98406 +"316502",74681,108765 +"316503",74681,116660 +"316504",74681,121043 +"316505",74681,121999 +"316506",74681,123079 +"316507",74681,123085 +"316508",74683,74684 +"316509",74683,74696 +"316510",74684,74696 +"316511",74685,80672 +"316512",74685,80880 +"316513",74685,80881 +"316514",74688,74898 +"316515",74689,76619 +"316516",74691,106532 +"316517",74692,91038 +"316518",74693,109223 +"316519",74694,74762 +"316520",74695,74722 +"316521",74695,74733 +"316522",74695,74734 +"316523",74695,74807 +"316524",74695,74808 +"316525",74696,75242 +"316526",74697,86413 +"316527",74697,86419 +"316528",74698,77080 +"316529",74698,83940 +"316530",74698,87269 +"316531",74698,97380 +"316532",74699,75622 +"316533",74699,78890 +"316534",74699,84924 +"316535",74699,91178 +"316536",74699,97636 +"316537",74699,103074 +"316538",74700,78222 +"316539",74700,109204 +"316540",74700,111078 +"316541",74700,112646 +"316542",74701,112811 +"316543",74701,118797 +"316544",74702,75880 +"316545",74702,86515 +"316546",74704,74914 +"316547",74709,74796 +"316548",74709,104920 +"316549",74709,114482 +"316550",74711,92387 +"316551",74711,100995 +"316552",74711,101597 +"316553",74711,102865 +"316554",74712,74758 +"316555",74716,83224 +"316556",74716,99047 +"316557",74716,99165 +"316558",74716,100841 +"316559",74716,101830 +"316560",74716,105712 +"316561",74716,111937 +"316562",74717,108959 +"316563",74717,108979 +"316564",74717,108981 +"316565",74719,82945 +"316566",74719,83061 +"316567",74722,74733 +"316568",74722,74734 +"316569",74722,74807 +"316570",74722,74808 +"316571",74723,98411 +"316572",74724,101725 +"316573",74724,105380 +"316574",74725,87771 +"316575",74725,93452 +"316576",74725,99445 +"316577",74726,113299 +"316578",74726,121809 +"316579",74727,78204 +"316580",74727,80590 +"316581",74727,80612 +"316582",74727,80634 +"316583",74727,80658 +"316584",74727,80659 +"316585",74728,105402 +"316586",74728,112287 +"316587",74730,75830 +"316588",74730,76590 +"316589",74730,76917 +"316590",74730,79378 +"316591",74730,79743 +"316592",74730,84416 +"316593",74730,89829 +"316594",74730,89951 +"316595",74730,94653 +"316596",74730,97909 +"316597",74730,98406 +"316598",74730,101088 +"316599",74730,101257 +"316600",74730,108399 +"316601",74730,109174 +"316602",74730,110246 +"316603",74730,110250 +"316604",74730,110685 +"316605",74730,114864 +"316606",74730,115131 +"316607",74730,116660 +"316608",74730,122145 +"316609",74731,77714 +"316610",74731,78086 +"316611",74731,83797 +"316612",74731,85895 +"316613",74731,87692 +"316614",74731,89711 +"316615",74731,91249 +"316616",74731,119103 +"316617",74731,120613 +"316618",74732,108124 +"316619",74733,74734 +"316620",74733,74807 +"316621",74733,74808 +"316622",74734,74807 +"316623",74734,74808 +"316624",74735,117054 +"316625",74737,100371 +"316626",74737,104056 +"316627",74737,111361 +"316628",74740,113909 +"316629",74741,75200 +"316630",74741,119494 +"316631",74743,80625 +"316632",74743,88187 +"316633",74743,91211 +"316634",74744,112113 +"316635",74745,82988 +"316636",74745,95240 +"316637",74747,87937 +"316638",74747,100516 +"316639",74747,123100 +"316640",74748,86844 +"316641",74748,104362 +"316642",74749,80558 +"316643",74749,81569 +"316644",74749,89262 +"316645",74749,89285 +"316646",74749,113951 +"316647",74750,89880 +"316648",74750,90475 +"316649",74750,104994 +"316650",74750,105022 +"316651",74751,105794 +"316652",74752,74767 +"316653",74752,74777 +"316654",74752,74778 +"316655",74752,74794 +"316656",74753,92033 +"316657",74753,92680 +"316658",74753,106339 +"316659",74755,88215 +"316660",74755,88881 +"316661",74755,98654 +"316662",74755,103157 +"316663",74759,74978 +"316664",74761,89199 +"316665",74761,102570 +"316666",74763,83105 +"316667",74763,87878 +"316668",74763,87892 +"316669",74764,88962 +"316670",74765,79060 +"316671",74766,86555 +"316672",74767,74777 +"316673",74767,74778 +"316674",74767,74794 +"316675",74769,93911 +"316676",74769,104388 +"316677",74770,91886 +"316678",74771,106709 +"316679",74771,109098 +"316680",74773,75398 +"316681",74774,86454 +"316682",74776,92768 +"316683",74777,74778 +"316684",74777,74794 +"316685",74778,74794 +"316686",74779,89797 +"316687",74780,79113 +"316688",74780,90591 +"316689",74780,90628 +"316690",74780,90647 +"316691",74780,90704 +"316692",74780,90711 +"316693",74780,90759 +"316694",74781,82695 +"316695",74781,91192 +"316696",74781,91925 +"316697",74781,92595 +"316698",74781,108829 +"316699",74782,96581 +"316700",74784,105838 +"316701",74785,120405 +"316702",74786,104034 +"316703",74786,104799 +"316704",74787,107500 +"316705",74789,75055 +"316706",74789,75099 +"316707",74790,102725 +"316708",74790,109017 +"316709",74795,97175 +"316710",74795,97220 +"316711",74796,80124 +"316712",74796,94306 +"316713",74796,99371 +"316714",74797,76551 +"316715",74797,85669 +"316716",74797,85925 +"316717",74799,80728 +"316718",74799,93317 +"316719",74799,101216 +"316720",74799,110139 +"316721",74801,75756 +"316722",74803,118960 +"316723",74803,119809 +"316724",74806,79744 +"316725",74807,74808 +"316726",74808,81659 +"316727",74809,91217 +"316728",74809,91393 +"316729",74809,97440 +"316730",74812,93162 +"316731",74812,102362 +"316732",74813,75003 +"316733",74813,78751 +"316734",74813,83238 +"316735",74813,94655 +"316736",74813,97562 +"316737",74813,99419 +"316738",74813,107809 +"316739",74814,100765 +"316740",74816,82804 +"316741",74816,91986 +"316742",74816,95971 +"316743",74816,110136 +"316744",74816,118418 +"316745",74818,81676 +"316746",74818,85356 +"316747",74818,96132 +"316748",74818,105484 +"316749",74819,105763 +"316750",74819,112051 +"316751",74823,83343 +"316752",74823,95345 +"316753",74823,117448 +"316754",74823,121578 +"316755",74827,78291 +"316756",74827,118499 +"316757",74829,77019 +"316758",74830,74997 +"316759",74831,88300 +"316760",74831,91293 +"316761",74831,93696 +"316762",74831,107292 +"316763",74833,85499 +"316764",74833,113123 +"316765",74834,100588 +"316766",74835,75392 +"316767",74836,74858 +"316768",74839,90354 +"316769",74840,74841 +"316770",74840,80023 +"316771",74840,107674 +"316772",74840,107675 +"316773",74840,107679 +"316774",74842,93426 +"316775",74843,91390 +"316776",74843,91513 +"316777",74843,95237 +"316778",74844,97055 +"316779",74848,90499 +"316780",74848,91621 +"316781",74848,106931 +"316782",74848,109586 +"316783",74848,109588 +"316784",74849,75000 +"316785",74849,75262 +"316786",74850,75123 +"316787",74850,76426 +"316788",74850,88031 +"316789",74850,90594 +"316790",74850,90741 +"316791",74850,90761 +"316792",74852,83321 +"316793",74854,89739 +"316794",74855,74960 +"316795",74855,74996 +"316796",74855,118497 +"316797",74856,74913 +"316798",74857,115836 +"316799",74857,116728 +"316800",74859,99967 +"316801",74859,108299 +"316802",74860,112922 +"316803",74861,74992 +"316804",74862,116764 +"316805",74862,120845 +"316806",74863,85429 +"316807",74863,85557 +"316808",74863,86279 +"316809",74863,90925 +"316810",74863,93801 +"316811",74863,97440 +"316812",74863,100239 +"316813",74863,105800 +"316814",74863,110286 +"316815",74863,119542 +"316816",74864,74887 +"316817",74866,81553 +"316818",74866,90923 +"316819",74866,105087 +"316820",74868,83216 +"316821",74868,106815 +"316822",74871,90931 +"316823",74872,79165 +"316824",74872,82103 +"316825",74873,99634 +"316826",74873,110211 +"316827",74873,110213 +"316828",74874,95775 +"316829",74875,106227 +"316830",74878,89298 +"316831",74878,97758 +"316832",74878,100658 +"316833",74878,103847 +"316834",74878,110862 +"316835",74878,118452 +"316836",74878,118480 +"316837",74879,79225 +"316838",74881,76369 +"316839",74881,84010 +"316840",74881,84011 +"316841",74883,93461 +"316842",74883,107281 +"316843",74883,113344 +"316844",74885,93213 +"316845",74885,98638 +"316846",74885,108077 +"316847",74885,116348 +"316848",74887,85212 +"316849",74887,85220 +"316850",74891,108027 +"316851",74891,108046 +"316852",74892,84520 +"316853",74894,87692 +"316854",74894,90802 +"316855",74894,90850 +"316856",74894,94764 +"316857",74894,101395 +"316858",74894,101955 +"316859",74894,107948 +"316860",74894,111521 +"316861",74895,74903 +"316862",74897,106580 +"316863",74899,95877 +"316864",74899,115576 +"316865",74899,117668 +"316866",74899,119289 +"316867",74900,74933 +"316868",74901,74902 +"316869",74901,74929 +"316870",74901,75328 +"316871",74901,75341 +"316872",74901,75372 +"316873",74902,74929 +"316874",74902,75328 +"316875",74902,75341 +"316876",74902,75372 +"316877",74902,75405 +"316878",74906,81675 +"316879",74906,92012 +"316880",74907,83740 +"316881",74907,84362 +"316882",74910,76716 +"316883",74910,111439 +"316884",74911,77415 +"316885",74911,84170 +"316886",74911,85127 +"316887",74911,93080 +"316888",74911,99418 +"316889",74912,91856 +"316890",74912,92019 +"316891",74913,110950 +"316892",74913,116273 +"316893",74918,107098 +"316894",74918,110024 +"316895",74918,123135 +"316896",74919,81472 +"316897",74919,101990 +"316898",74919,121989 +"316899",74921,87159 +"316900",74921,88484 +"316901",74921,105971 +"316902",74922,75186 +"316903",74923,75131 +"316904",74923,75132 +"316905",74923,75186 +"316906",74924,74955 +"316907",74925,103585 +"316908",74926,77873 +"316909",74926,81422 +"316910",74926,81771 +"316911",74926,95598 +"316912",74926,102573 +"316913",74927,74965 +"316914",74927,94599 +"316915",74927,113535 +"316916",74927,113842 +"316917",74928,80620 +"316918",74928,80641 +"316919",74929,75328 +"316920",74929,75341 +"316921",74929,75372 +"316922",74930,101266 +"316923",74932,77655 +"316924",74932,103897 +"316925",74935,77449 +"316926",74935,83296 +"316927",74935,101593 +"316928",74936,75627 +"316929",74937,77757 +"316930",74937,117172 +"316931",74937,117205 +"316932",74939,75531 +"316933",74939,80205 +"316934",74939,90862 +"316935",74939,94816 +"316936",74939,114297 +"316937",74942,94534 +"316938",74944,80541 +"316939",74946,77441 +"316940",74946,102704 +"316941",74946,108239 +"316942",74949,83713 +"316943",74949,95348 +"316944",74949,95371 +"316945",74949,115408 +"316946",74953,118814 +"316947",74954,91627 +"316948",74954,91737 +"316949",74957,74969 +"316950",74957,75056 +"316951",74957,75465 +"316952",74957,94998 +"316953",74957,97106 +"316954",74957,118195 +"316955",74957,118200 +"316956",74957,118202 +"316957",74957,118226 +"316958",74958,76295 +"316959",74958,84808 +"316960",74958,85072 +"316961",74958,90814 +"316962",74958,93680 +"316963",74958,110657 +"316964",74958,114091 +"316965",74958,115081 +"316966",74958,115082 +"316967",74958,121566 +"316968",74960,74996 +"316969",74961,89219 +"316970",74961,89220 +"316971",74961,89227 +"316972",74964,119875 +"316973",74966,76114 +"316974",74966,119798 +"316975",74966,120794 +"316976",74967,87583 +"316977",74967,91458 +"316978",74967,116499 +"316979",74967,120211 +"316980",74968,101265 +"316981",74968,101268 +"316982",74968,102135 +"316983",74969,75056 +"316984",74969,75465 +"316985",74972,81585 +"316986",74972,99357 +"316987",74973,107693 +"316988",74973,110217 +"316989",74974,76709 +"316990",74974,81700 +"316991",74974,86582 +"316992",74975,82977 +"316993",74975,90921 +"316994",74975,95997 +"316995",74975,117701 +"316996",74975,117703 +"316997",74975,117707 +"316998",74977,76238 +"316999",74977,76240 +"317000",74977,76242 +"317001",74977,76253 +"317002",74977,76254 +"317003",74977,76258 +"317004",74977,76261 +"317005",74977,76263 +"317006",74977,76409 +"317007",74977,76411 +"317008",74980,96205 +"317009",74980,96216 +"317010",74980,96224 +"317011",74980,96225 +"317012",74984,75189 +"317013",74988,114508 +"317014",74989,75217 +"317015",74989,110629 +"317016",74989,111452 +"317017",74993,103658 +"317018",74994,78810 +"317019",74995,87470 +"317020",74995,95540 +"317021",74995,109708 +"317022",74995,119849 +"317023",75000,75262 +"317024",75000,75720 +"317025",75000,75729 +"317026",75001,79090 +"317027",75001,79238 +"317028",75001,89440 +"317029",75001,92472 +"317030",75001,92498 +"317031",75001,92520 +"317032",75001,96018 +"317033",75007,85034 +"317034",75010,116206 +"317035",75014,92393 +"317036",75017,83953 +"317037",75017,101089 +"317038",75017,101288 +"317039",75017,101364 +"317040",75017,101369 +"317041",75017,102813 +"317042",75017,120592 +"317043",75020,81640 +"317044",75020,83296 +"317045",75020,104777 +"317046",75021,120685 +"317047",75023,121926 +"317048",75023,121970 +"317049",75024,77916 +"317050",75024,79925 +"317051",75024,81510 +"317052",75024,82681 +"317053",75024,83501 +"317054",75025,80305 +"317055",75025,85028 +"317056",75025,85337 +"317057",75025,100607 +"317058",75025,101067 +"317059",75025,101484 +"317060",75025,109958 +"317061",75025,111335 +"317062",75025,115910 +"317063",75027,84067 +"317064",75028,115319 +"317065",75029,75173 +"317066",75030,78806 +"317067",75030,86725 +"317068",75030,102766 +"317069",75030,120376 +"317070",75032,97004 +"317071",75033,75108 +"317072",75034,75187 +"317073",75036,75137 +"317074",75036,93929 +"317075",75036,93949 +"317076",75039,79313 +"317077",75039,87312 +"317078",75039,90642 +"317079",75039,112407 +"317080",75043,89750 +"317081",75044,86846 +"317082",75044,102371 +"317083",75045,75046 +"317084",75045,75122 +"317085",75046,75122 +"317086",75048,103415 +"317087",75048,117573 +"317088",75048,120302 +"317089",75050,88829 +"317090",75051,86796 +"317091",75051,89896 +"317092",75053,86814 +"317093",75054,81749 +"317094",75054,107496 +"317095",75054,116048 +"317096",75054,116049 +"317097",75054,116060 +"317098",75055,75099 +"317099",75055,75327 +"317100",75055,75448 +"317101",75056,75465 +"317102",75058,96468 +"317103",75058,102586 +"317104",75058,111505 +"317105",75058,115207 +"317106",75058,115209 +"317107",75059,75178 +"317108",75060,81442 +"317109",75060,113144 +"317110",75064,90332 +"317111",75064,107307 +"317112",75067,110346 +"317113",75068,92565 +"317114",75068,117684 +"317115",75072,75143 +"317116",75072,86188 +"317117",75072,97115 +"317118",75072,102438 +"317119",75072,102456 +"317120",75073,95948 +"317121",75075,80456 +"317122",75075,82069 +"317123",75075,84162 +"317124",75075,92932 +"317125",75075,98937 +"317126",75075,106432 +"317127",75075,115676 +"317128",75076,85755 +"317129",75078,82916 +"317130",75078,108267 +"317131",75079,83309 +"317132",75079,87257 +"317133",75080,75145 +"317134",75081,97826 +"317135",75081,98076 +"317136",75081,106785 +"317137",75081,119179 +"317138",75081,119189 +"317139",75083,79551 +"317140",75083,79552 +"317141",75083,79553 +"317142",75087,90566 +"317143",75087,111274 +"317144",75087,111275 +"317145",75087,111517 +"317146",75087,112107 +"317147",75088,114709 +"317148",75089,77560 +"317149",75089,81754 +"317150",75089,95391 +"317151",75089,114023 +"317152",75090,121574 +"317153",75090,122712 +"317154",75092,75429 +"317155",75097,76551 +"317156",75097,90658 +"317157",75097,102754 +"317158",75097,115229 +"317159",75098,76314 +"317160",75098,76767 +"317161",75100,75396 +"317162",75102,100994 +"317163",75103,79246 +"317164",75103,81211 +"317165",75103,81368 +"317166",75103,81414 +"317167",75103,85911 +"317168",75103,122315 +"317169",75104,110015 +"317170",75105,79756 +"317171",75105,90557 +"317172",75105,117395 +"317173",75105,122304 +"317174",75106,103437 +"317175",75106,113787 +"317176",75107,75138 +"317177",75107,89664 +"317178",75107,91375 +"317179",75107,91394 +"317180",75107,95341 +"317181",75107,97576 +"317182",75109,75266 +"317183",75109,111217 +"317184",75109,114463 +"317185",75109,115205 +"317186",75111,75166 +"317187",75112,87611 +"317188",75114,75171 +"317189",75115,111561 +"317190",75115,112621 +"317191",75116,77274 +"317192",75116,81872 +"317193",75116,92711 +"317194",75116,93164 +"317195",75116,106564 +"317196",75116,107857 +"317197",75116,107865 +"317198",75117,108985 +"317199",75123,77826 +"317200",75124,84285 +"317201",75124,88056 +"317202",75131,75132 +"317203",75131,75186 +"317204",75132,75186 +"317205",75136,77844 +"317206",75136,89697 +"317207",75136,96664 +"317208",75141,75470 +"317209",75141,101009 +"317210",75144,82857 +"317211",75144,86648 +"317212",75145,102597 +"317213",75146,92948 +"317214",75146,96027 +"317215",75146,96068 +"317216",75146,99311 +"317217",75146,120122 +"317218",75146,120133 +"317219",75147,75503 +"317220",75148,95417 +"317221",75148,112288 +"317222",75153,75164 +"317223",75153,75985 +"317224",75161,81455 +"317225",75161,89831 +"317226",75161,97635 +"317227",75161,105855 +"317228",75163,81478 +"317229",75163,88337 +"317230",75163,89169 +"317231",75163,116824 +"317232",75167,101496 +"317233",75167,106191 +"317234",75168,77010 +"317235",75168,95018 +"317236",75168,98078 +"317237",75168,112000 +"317238",75169,85414 +"317239",75169,88260 +"317240",75169,101724 +"317241",75170,103243 +"317242",75170,112302 +"317243",75171,90284 +"317244",75172,117726 +"317245",75174,75199 +"317246",75174,81630 +"317247",75174,82018 +"317248",75175,96978 +"317249",75176,95269 +"317250",75176,96303 +"317251",75178,119133 +"317252",75179,82927 +"317253",75179,103625 +"317254",75179,108384 +"317255",75180,91744 +"317256",75180,113171 +"317257",75182,103560 +"317258",75182,105491 +"317259",75182,113944 +"317260",75184,104567 +"317261",75185,89337 +"317262",75185,119422 +"317263",75188,88605 +"317264",75192,104043 +"317265",75194,84060 +"317266",75194,85182 +"317267",75194,94843 +"317268",75194,97575 +"317269",75194,97625 +"317270",75195,107648 +"317271",75196,115793 +"317272",75196,116708 +"317273",75197,75241 +"317274",75198,90630 +"317275",75200,76818 +"317276",75200,82589 +"317277",75200,92149 +"317278",75200,112624 +"317279",75201,81006 +"317280",75201,113017 +"317281",75201,120107 +"317282",75202,81380 +"317283",75203,79304 +"317284",75203,81594 +"317285",75203,99471 +"317286",75203,100523 +"317287",75203,102236 +"317288",75203,109392 +"317289",75209,75210 +"317290",75212,75238 +"317291",75212,75247 +"317292",75213,88970 +"317293",75213,97774 +"317294",75213,112032 +"317295",75213,118811 +"317296",75216,82965 +"317297",75216,88203 +"317298",75216,90083 +"317299",75216,91594 +"317300",75216,96705 +"317301",75216,104578 +"317302",75216,112900 +"317303",75216,112921 +"317304",75217,78742 +"317305",75217,86860 +"317306",75218,78555 +"317307",75219,75226 +"317308",75221,113227 +"317309",75221,113973 +"317310",75221,117326 +"317311",75224,75225 +"317312",75226,102195 +"317313",75226,110680 +"317314",75226,120334 +"317315",75227,101100 +"317316",75230,108948 +"317317",75231,82619 +"317318",75231,92678 +"317319",75232,75272 +"317320",75232,97622 +"317321",75232,103373 +"317322",75232,108735 +"317323",75233,87076 +"317324",75233,88976 +"317325",75233,91827 +"317326",75234,75246 +"317327",75238,75247 +"317328",75239,91152 +"317329",75239,112155 +"317330",75243,88602 +"317331",75243,90826 +"317332",75243,97382 +"317333",75243,108006 +"317334",75243,108807 +"317335",75243,108842 +"317336",75244,83747 +"317337",75244,99645 +"317338",75244,100396 +"317339",75244,106875 +"317340",75245,75776 +"317341",75245,75956 +"317342",75245,76387 +"317343",75245,78978 +"317344",75245,79212 +"317345",75245,79241 +"317346",75245,79579 +"317347",75245,80239 +"317348",75245,80301 +"317349",75245,81397 +"317350",75245,88340 +"317351",75245,88749 +"317352",75245,89069 +"317353",75245,89373 +"317354",75245,89995 +"317355",75245,90919 +"317356",75245,90936 +"317357",75245,92861 +"317358",75245,93097 +"317359",75245,94231 +"317360",75245,95489 +"317361",75245,96247 +"317362",75245,96363 +"317363",75245,97898 +"317364",75251,101248 +"317365",75251,107076 +"317366",75253,92316 +"317367",75253,100861 +"317368",75255,89543 +"317369",75255,90709 +"317370",75255,94620 +"317371",75256,92645 +"317372",75256,92679 +"317373",75258,78270 +"317374",75258,115077 +"317375",75259,75260 +"317376",75259,75264 +"317377",75259,75268 +"317378",75259,75269 +"317379",75260,75264 +"317380",75260,75268 +"317381",75260,75269 +"317382",75264,75268 +"317383",75264,75269 +"317384",75265,91186 +"317385",75265,94949 +"317386",75268,75269 +"317387",75270,102971 +"317388",75271,76047 +"317389",75271,78487 +"317390",75271,81474 +"317391",75271,88309 +"317392",75271,91779 +"317393",75271,93252 +"317394",75271,102535 +"317395",75271,103675 +"317396",75271,106275 +"317397",75271,106280 +"317398",75271,116743 +"317399",75273,98317 +"317400",75273,98417 +"317401",75275,120488 +"317402",75276,96194 +"317403",75277,112495 +"317404",75277,113118 +"317405",75277,115694 +"317406",75278,81880 +"317407",75279,77330 +"317408",75279,114945 +"317409",75279,117702 +"317410",75279,117708 +"317411",75280,75422 +"317412",75281,81320 +"317413",75281,87492 +"317414",75281,90386 +"317415",75281,111431 +"317416",75282,75484 +"317417",75283,110288 +"317418",75283,110292 +"317419",75283,110296 +"317420",75283,115788 +"317421",75284,75364 +"317422",75285,117691 +"317423",75287,106963 +"317424",75287,122974 +"317425",75289,92666 +"317426",75289,98690 +"317427",75289,115399 +"317428",75290,75353 +"317429",75290,75384 +"317430",75294,78461 +"317431",75294,80888 +"317432",75294,107874 +"317433",75294,108483 +"317434",75294,110655 +"317435",75294,118549 +"317436",75295,99053 +"317437",75296,78300 +"317438",75296,87769 +"317439",75296,97354 +"317440",75299,85280 +"317441",75299,104600 +"317442",75299,107609 +"317443",75299,122054 +"317444",75300,107912 +"317445",75300,107982 +"317446",75301,113619 +"317447",75302,75761 +"317448",75302,75762 +"317449",75302,75763 +"317450",75302,75764 +"317451",75302,75765 +"317452",75302,79523 +"317453",75302,91254 +"317454",75302,101215 +"317455",75304,83050 +"317456",75304,116770 +"317457",75304,120396 +"317458",75305,75460 +"317459",75305,78768 +"317460",75305,99599 +"317461",75308,85331 +"317462",75309,113631 +"317463",75310,76629 +"317464",75310,84383 +"317465",75310,84940 +"317466",75310,88884 +"317467",75310,88889 +"317468",75310,92081 +"317469",75310,100226 +"317470",75310,105947 +"317471",75310,114178 +"317472",75312,83406 +"317473",75316,76899 +"317474",75316,90429 +"317475",75316,91574 +"317476",75316,94265 +"317477",75316,102767 +"317478",75316,105902 +"317479",75316,118833 +"317480",75316,118839 +"317481",75316,120970 +"317482",75316,122744 +"317483",75317,75358 +"317484",75319,116448 +"317485",75321,88731 +"317486",75321,89396 +"317487",75327,75448 +"317488",75328,75341 +"317489",75328,75372 +"317490",75329,75333 +"317491",75331,75480 +"317492",75335,115068 +"317493",75335,121875 +"317494",75337,89177 +"317495",75337,92643 +"317496",75337,104229 +"317497",75337,104230 +"317498",75337,105541 +"317499",75337,105548 +"317500",75337,111868 +"317501",75337,119201 +"317502",75339,116872 +"317503",75340,78519 +"317504",75341,75372 +"317505",75342,75344 +"317506",75343,83083 +"317507",75343,94996 +"317508",75343,95000 +"317509",75345,76244 +"317510",75349,76270 +"317511",75350,75417 +"317512",75351,104524 +"317513",75351,116858 +"317514",75352,105877 +"317515",75352,116782 +"317516",75353,75384 +"317517",75356,118450 +"317518",75357,75414 +"317519",75357,75704 +"317520",75359,86048 +"317521",75360,75361 +"317522",75363,102051 +"317523",75371,81343 +"317524",75371,99731 +"317525",75371,101323 +"317526",75371,102845 +"317527",75371,104957 +"317528",75371,109815 +"317529",75371,111066 +"317530",75371,113278 +"317531",75371,113314 +"317532",75371,114723 +"317533",75371,116644 +"317534",75371,117804 +"317535",75371,121414 +"317536",75371,122345 +"317537",75371,122353 +"317538",75371,122358 +"317539",75371,122360 +"317540",75371,122366 +"317541",75371,122367 +"317542",75371,122376 +"317543",75371,122383 +"317544",75371,122393 +"317545",75371,122394 +"317546",75371,122398 +"317547",75371,122402 +"317548",75371,122403 +"317549",75371,122409 +"317550",75371,122412 +"317551",75371,122414 +"317552",75371,122415 +"317553",75371,122417 +"317554",75371,122418 +"317555",75371,122421 +"317556",75371,122422 +"317557",75371,122437 +"317558",75371,122438 +"317559",75371,122440 +"317560",75371,123424 +"317561",75373,87973 +"317562",75373,91733 +"317563",75373,91734 +"317564",75374,84712 +"317565",75375,78408 +"317566",75375,84523 +"317567",75378,75389 +"317568",75379,86969 +"317569",75379,108482 +"317570",75379,109955 +"317571",75379,121450 +"317572",75379,121560 +"317573",75380,75748 +"317574",75382,98567 +"317575",75383,75423 +"317576",75385,75769 +"317577",75387,75486 +"317578",75387,89931 +"317579",75388,82255 +"317580",75390,121593 +"317581",75393,77636 +"317582",75394,75468 +"317583",75395,84462 +"317584",75395,91539 +"317585",75395,104177 +"317586",75395,119784 +"317587",75395,119987 +"317588",75397,76915 +"317589",75397,77871 +"317590",75397,79242 +"317591",75397,110466 +"317592",75399,79498 +"317593",75399,85548 +"317594",75399,88829 +"317595",75399,111179 +"317596",75400,75439 +"317597",75401,91326 +"317598",75401,94600 +"317599",75402,75451 +"317600",75403,78032 +"317601",75403,78835 +"317602",75403,79082 +"317603",75406,121963 +"317604",75407,83940 +"317605",75408,82600 +"317606",75408,95545 +"317607",75408,104550 +"317608",75409,85333 +"317609",75410,75437 +"317610",75411,85802 +"317611",75411,88787 +"317612",75411,88818 +"317613",75411,89244 +"317614",75411,99575 +"317615",75411,100225 +"317616",75413,77211 +"317617",75413,84029 +"317618",75413,87589 +"317619",75413,118678 +"317620",75415,75440 +"317621",75419,100208 +"317622",75419,102672 +"317623",75419,116976 +"317624",75419,123132 +"317625",75421,81191 +"317626",75421,88716 +"317627",75421,88752 +"317628",75421,91742 +"317629",75421,99623 +"317630",75421,101832 +"317631",75421,101886 +"317632",75421,101887 +"317633",75421,104852 +"317634",75422,82527 +"317635",75422,93257 +"317636",75422,93961 +"317637",75422,93963 +"317638",75422,93972 +"317639",75422,93986 +"317640",75424,119830 +"317641",75425,85678 +"317642",75427,118901 +"317643",75428,75484 +"317644",75429,102519 +"317645",75430,77565 +"317646",75430,79420 +"317647",75430,90621 +"317648",75430,90669 +"317649",75430,92855 +"317650",75430,104828 +"317651",75430,104832 +"317652",75431,75766 +"317653",75431,113324 +"317654",75431,121781 +"317655",75433,80310 +"317656",75434,91878 +"317657",75434,91917 +"317658",75434,92171 +"317659",75434,101038 +"317660",75434,104301 +"317661",75434,104313 +"317662",75434,115091 +"317663",75435,122567 +"317664",75439,86872 +"317665",75439,89982 +"317666",75441,75490 +"317667",75443,75596 +"317668",75443,75602 +"317669",75443,75631 +"317670",75450,75462 +"317671",75451,77588 +"317672",75451,109394 +"317673",75451,109438 +"317674",75453,107792 +"317675",75455,92811 +"317676",75455,96307 +"317677",75456,109997 +"317678",75459,80799 +"317679",75459,89869 +"317680",75459,89958 +"317681",75459,108914 +"317682",75459,109383 +"317683",75469,86434 +"317684",75469,94790 +"317685",75469,97248 +"317686",75469,97267 +"317687",75469,97270 +"317688",75470,75926 +"317689",75470,76299 +"317690",75470,78060 +"317691",75470,78576 +"317692",75470,84624 +"317693",75470,90915 +"317694",75470,100851 +"317695",75470,101009 +"317696",75470,101111 +"317697",75470,102331 +"317698",75470,110306 +"317699",75470,114532 +"317700",75472,82992 +"317701",75473,89266 +"317702",75477,82547 +"317703",75482,91735 +"317704",75483,82500 +"317705",75483,103333 +"317706",75485,83966 +"317707",75485,98560 +"317708",75485,111091 +"317709",75485,121459 +"317710",75489,78348 +"317711",75491,77238 +"317712",75491,84844 +"317713",75492,75650 +"317714",75493,80747 +"317715",75493,89613 +"317716",75493,93535 +"317717",75493,108694 +"317718",75493,112071 +"317719",75493,112540 +"317720",75496,75499 +"317721",75496,75568 +"317722",75497,91768 +"317723",75498,118443 +"317724",75499,75568 +"317725",75501,81950 +"317726",75502,90847 +"317727",75502,91049 +"317728",75505,80728 +"317729",75505,93498 +"317730",75505,95211 +"317731",75506,75564 +"317732",75506,75724 +"317733",75509,75520 +"317734",75510,78549 +"317735",75512,79074 +"317736",75512,104187 +"317737",75512,104191 +"317738",75513,86129 +"317739",75513,93719 +"317740",75513,97635 +"317741",75514,77432 +"317742",75514,80850 +"317743",75514,94063 +"317744",75514,104809 +"317745",75514,110772 +"317746",75515,116842 +"317747",75516,101896 +"317748",75516,102885 +"317749",75516,110426 +"317750",75516,115385 +"317751",75517,86052 +"317752",75517,86088 +"317753",75518,104751 +"317754",75518,108393 +"317755",75518,116572 +"317756",75519,75529 +"317757",75519,75575 +"317758",75522,75531 +"317759",75523,118400 +"317760",75525,77292 +"317761",75525,94148 +"317762",75525,109352 +"317763",75525,112676 +"317764",75526,77871 +"317765",75526,83307 +"317766",75526,98266 +"317767",75526,98946 +"317768",75526,99953 +"317769",75526,100454 +"317770",75526,100667 +"317771",75526,106691 +"317772",75526,107533 +"317773",75526,108579 +"317774",75526,108699 +"317775",75526,109660 +"317776",75526,109746 +"317777",75526,118446 +"317778",75526,118473 +"317779",75529,75575 +"317780",75530,100686 +"317781",75532,84015 +"317782",75535,76291 +"317783",75537,121361 +"317784",75538,75539 +"317785",75538,81019 +"317786",75538,83270 +"317787",75538,86308 +"317788",75538,107026 +"317789",75538,107037 +"317790",75541,94607 +"317791",75542,84953 +"317792",75545,75635 +"317793",75547,79741 +"317794",75551,114683 +"317795",75552,77313 +"317796",75552,78740 +"317797",75552,82396 +"317798",75552,109583 +"317799",75552,120173 +"317800",75553,110394 +"317801",75554,105926 +"317802",75554,110514 +"317803",75554,119296 +"317804",75557,84649 +"317805",75557,109089 +"317806",75558,75559 +"317807",75564,75724 +"317808",75564,106261 +"317809",75564,112248 +"317810",75565,75590 +"317811",75567,82693 +"317812",75568,77664 +"317813",75568,80055 +"317814",75568,80625 +"317815",75568,84194 +"317816",75568,90968 +"317817",75568,98456 +"317818",75568,99375 +"317819",75568,99952 +"317820",75568,104590 +"317821",75568,108309 +"317822",75568,108463 +"317823",75568,111931 +"317824",75568,116353 +"317825",75568,116534 +"317826",75568,116545 +"317827",75568,116689 +"317828",75571,91151 +"317829",75574,89239 +"317830",75576,86513 +"317831",75576,117348 +"317832",75577,76235 +"317833",75579,75603 +"317834",75579,100499 +"317835",75580,76446 +"317836",75581,84920 +"317837",75581,90945 +"317838",75582,95372 +"317839",75583,89356 +"317840",75586,90170 +"317841",75587,101810 +"317842",75591,120608 +"317843",75592,91244 +"317844",75593,75626 +"317845",75593,89519 +"317846",75593,108261 +"317847",75593,115400 +"317848",75593,121934 +"317849",75596,75602 +"317850",75596,75631 +"317851",75597,75608 +"317852",75602,75631 +"317853",75603,114453 +"317854",75604,76053 +"317855",75604,76407 +"317856",75604,119522 +"317857",75605,90562 +"317858",75605,93007 +"317859",75606,75638 +"317860",75606,86927 +"317861",75607,77422 +"317862",75607,88144 +"317863",75609,75722 +"317864",75612,93179 +"317865",75612,93259 +"317866",75612,95163 +"317867",75613,91496 +"317868",75613,94733 +"317869",75617,89649 +"317870",75617,92452 +"317871",75617,92836 +"317872",75617,109522 +"317873",75620,84732 +"317874",75620,86838 +"317875",75620,90669 +"317876",75620,94625 +"317877",75621,75718 +"317878",75623,79844 +"317879",75623,88767 +"317880",75623,103950 +"317881",75628,77098 +"317882",75629,95939 +"317883",75632,98491 +"317884",75632,98492 +"317885",75633,76012 +"317886",75633,79136 +"317887",75633,79529 +"317888",75633,79657 +"317889",75633,80500 +"317890",75633,82768 +"317891",75633,90289 +"317892",75633,91517 +"317893",75633,96513 +"317894",75633,100432 +"317895",75633,105606 +"317896",75633,106280 +"317897",75634,101646 +"317898",75634,119673 +"317899",75634,122981 +"317900",75639,93663 +"317901",75639,98578 +"317902",75639,101214 +"317903",75642,96975 +"317904",75643,78642 +"317905",75643,87582 +"317906",75643,88252 +"317907",75643,88312 +"317908",75643,94667 +"317909",75643,96654 +"317910",75643,100693 +"317911",75643,108149 +"317912",75643,115379 +"317913",75643,117506 +"317914",75643,118795 +"317915",75647,120654 +"317916",75648,80477 +"317917",75648,100758 +"317918",75648,100776 +"317919",75650,103371 +"317920",75650,120203 +"317921",75650,120218 +"317922",75651,75652 +"317923",75654,83512 +"317924",75656,94500 +"317925",75656,100737 +"317926",75659,108933 +"317927",75661,76398 +"317928",75662,83140 +"317929",75662,97220 +"317930",75662,100568 +"317931",75665,93208 +"317932",75666,95854 +"317933",75667,75677 +"317934",75668,78504 +"317935",75668,78506 +"317936",75669,80281 +"317937",75669,80778 +"317938",75669,112927 +"317939",75672,77466 +"317940",75672,77914 +"317941",75672,80119 +"317942",75672,93383 +"317943",75672,98698 +"317944",75672,116659 +"317945",75672,119307 +"317946",75672,121547 +"317947",75672,122156 +"317948",75673,93107 +"317949",75673,104491 +"317950",75673,109311 +"317951",75673,119362 +"317952",75675,75758 +"317953",75675,90937 +"317954",75677,75918 +"317955",75677,110226 +"317956",75678,75696 +"317957",75682,94483 +"317958",75684,75698 +"317959",75691,75751 +"317960",75693,100132 +"317961",75693,123328 +"317962",75695,110182 +"317963",75699,75779 +"317964",75699,83973 +"317965",75700,80218 +"317966",75701,92241 +"317967",75701,104387 +"317968",75701,111348 +"317969",75704,79137 +"317970",75705,75715 +"317971",75706,75719 +"317972",75706,75731 +"317973",75707,83789 +"317974",75708,76917 +"317975",75708,100140 +"317976",75708,110013 +"317977",75708,116482 +"317978",75710,93108 +"317979",75712,86615 +"317980",75712,100714 +"317981",75713,75714 +"317982",75714,91686 +"317983",75715,91147 +"317984",75715,112124 +"317985",75715,112450 +"317986",75715,117618 +"317987",75719,75731 +"317988",75719,89018 +"317989",75720,75729 +"317990",75722,85550 +"317991",75722,112968 +"317992",75723,76372 +"317993",75723,80808 +"317994",75723,82100 +"317995",75723,85643 +"317996",75723,86969 +"317997",75725,79930 +"317998",75725,117592 +"317999",75725,117593 +"318000",75727,113621 +"318001",75727,118491 +"318002",75732,76475 +"318003",75735,76646 +"318004",75738,76375 +"318005",75738,79570 +"318006",75738,85598 +"318007",75741,82867 +"318008",75741,84168 +"318009",75742,75746 +"318010",75744,102426 +"318011",75746,89152 +"318012",75749,75753 +"318013",75750,108269 +"318014",75750,108290 +"318015",75752,78892 +"318016",75752,80667 +"318017",75752,119375 +"318018",75752,119387 +"318019",75755,110785 +"318020",75760,93016 +"318021",75761,75762 +"318022",75761,75763 +"318023",75761,75764 +"318024",75761,75765 +"318025",75762,75763 +"318026",75762,75764 +"318027",75762,75765 +"318028",75763,75764 +"318029",75763,75765 +"318030",75763,77604 +"318031",75763,77693 +"318032",75763,78872 +"318033",75763,81570 +"318034",75763,84165 +"318035",75763,88046 +"318036",75763,88716 +"318037",75763,88717 +"318038",75763,90836 +"318039",75763,101827 +"318040",75763,108654 +"318041",75763,108661 +"318042",75763,109506 +"318043",75763,112779 +"318044",75763,112787 +"318045",75763,112849 +"318046",75763,122007 +"318047",75764,75765 +"318048",75764,84546 +"318049",75764,105479 +"318050",75764,112121 +"318051",75764,113235 +"318052",75766,113324 +"318053",75766,121781 +"318054",75767,76046 +"318055",75767,76459 +"318056",75767,76808 +"318057",75767,77727 +"318058",75767,78224 +"318059",75767,79222 +"318060",75767,82978 +"318061",75767,83306 +"318062",75767,85027 +"318063",75767,88412 +"318064",75767,90275 +"318065",75767,90426 +"318066",75767,91112 +"318067",75767,91526 +"318068",75767,93425 +"318069",75767,93523 +"318070",75767,94520 +"318071",75767,95954 +"318072",75767,99544 +"318073",75767,99547 +"318074",75767,99554 +"318075",75767,100595 +"318076",75767,100739 +"318077",75767,100819 +"318078",75767,101898 +"318079",75767,101988 +"318080",75767,102146 +"318081",75767,102201 +"318082",75767,102309 +"318083",75767,102635 +"318084",75767,102730 +"318085",75767,102846 +"318086",75767,103790 +"318087",75767,104095 +"318088",75767,104574 +"318089",75767,104784 +"318090",75767,104845 +"318091",75767,107269 +"318092",75767,107623 +"318093",75767,107714 +"318094",75767,107879 +"318095",75767,107975 +"318096",75768,75777 +"318097",75770,76071 +"318098",75772,85476 +"318099",75772,88542 +"318100",75774,86599 +"318101",75774,86641 +"318102",75776,75956 +"318103",75776,76387 +"318104",75776,78978 +"318105",75776,79212 +"318106",75776,79241 +"318107",75776,79579 +"318108",75776,80239 +"318109",75776,80301 +"318110",75776,81397 +"318111",75776,88340 +"318112",75776,88749 +"318113",75776,89069 +"318114",75776,89373 +"318115",75776,89995 +"318116",75776,90919 +"318117",75776,90936 +"318118",75776,92861 +"318119",75776,93097 +"318120",75776,94231 +"318121",75776,95489 +"318122",75776,96247 +"318123",75776,96363 +"318124",75776,97898 +"318125",75778,76231 +"318126",75779,105992 +"318127",75779,106004 +"318128",75779,106018 +"318129",75781,76985 +"318130",75781,82258 +"318131",75781,94402 +"318132",75781,102859 +"318133",75782,75806 +"318134",75782,76662 +"318135",75783,75811 +"318136",75784,76128 +"318137",75784,76886 +"318138",75786,75807 +"318139",75786,75808 +"318140",75786,75965 +"318141",75786,75975 +"318142",75786,75990 +"318143",75786,75991 +"318144",75786,75998 +"318145",75786,114044 +"318146",75787,75801 +"318147",75789,114776 +"318148",75790,101791 +"318149",75790,120770 +"318150",75791,75844 +"318151",75792,75923 +"318152",75793,88368 +"318153",75793,91684 +"318154",75794,115201 +"318155",75795,114561 +"318156",75800,86566 +"318157",75800,86568 +"318158",75801,79618 +"318159",75801,118765 +"318160",75801,122702 +"318161",75802,81516 +"318162",75802,87138 +"318163",75803,114441 +"318164",75804,93669 +"318165",75807,75808 +"318166",75807,75965 +"318167",75807,75975 +"318168",75807,75990 +"318169",75807,75991 +"318170",75807,75998 +"318171",75808,75965 +"318172",75808,75975 +"318173",75808,75990 +"318174",75808,75991 +"318175",75808,75998 +"318176",75812,87514 +"318177",75813,85374 +"318178",75813,113714 +"318179",75814,81780 +"318180",75814,94587 +"318181",75814,94589 +"318182",75815,80966 +"318183",75816,76369 +"318184",75816,80555 +"318185",75817,75853 +"318186",75817,76131 +"318187",75818,87932 +"318188",75818,93702 +"318189",75819,81024 +"318190",75820,75983 +"318191",75820,84234 +"318192",75820,112095 +"318193",75822,76791 +"318194",75823,75824 +"318195",75823,75838 +"318196",75823,75925 +"318197",75824,75838 +"318198",75824,75925 +"318199",75824,83191 +"318200",75824,83193 +"318201",75824,115151 +"318202",75825,88764 +"318203",75825,94412 +"318204",75825,108926 +"318205",75825,108937 +"318206",75826,75835 +"318207",75826,75842 +"318208",75826,75931 +"318209",75826,87870 +"318210",75826,103011 +"318211",75827,75881 +"318212",75827,94095 +"318213",75827,95688 +"318214",75828,87436 +"318215",75829,92146 +"318216",75829,92147 +"318217",75829,92165 +"318218",75829,92183 +"318219",75830,76999 +"318220",75830,81167 +"318221",75830,93984 +"318222",75830,95241 +"318223",75830,103524 +"318224",75830,112148 +"318225",75830,116623 +"318226",75830,122294 +"318227",75832,111708 +"318228",75833,112411 +"318229",75835,75842 +"318230",75835,75931 +"318231",75836,92207 +"318232",75838,75925 +"318233",75838,78662 +"318234",75838,115151 +"318235",75839,121919 +"318236",75840,88942 +"318237",75841,78228 +"318238",75842,75931 +"318239",75843,75933 +"318240",75846,75858 +"318241",75847,105958 +"318242",75848,91606 +"318243",75848,108063 +"318244",75850,103894 +"318245",75851,87865 +"318246",75851,120519 +"318247",75852,84624 +"318248",75853,81199 +"318249",75853,81233 +"318250",75853,81234 +"318251",75856,75863 +"318252",75856,75865 +"318253",75856,75867 +"318254",75856,84060 +"318255",75856,112217 +"318256",75857,98396 +"318257",75859,111044 +"318258",75862,90281 +"318259",75862,92439 +"318260",75862,104065 +"318261",75862,108976 +"318262",75862,113902 +"318263",75863,75865 +"318264",75863,75867 +"318265",75865,75867 +"318266",75866,76499 +"318267",75866,76536 +"318268",75866,92510 +"318269",75868,80199 +"318270",75871,75876 +"318271",75871,75877 +"318272",75872,81388 +"318273",75872,97008 +"318274",75872,115914 +"318275",75873,97254 +"318276",75874,76142 +"318277",75874,120851 +"318278",75875,75879 +"318279",75875,81561 +"318280",75875,88471 +"318281",75875,90567 +"318282",75875,101613 +"318283",75875,110002 +"318284",75875,119740 +"318285",75876,75877 +"318286",75876,100645 +"318287",75876,101022 +"318288",75876,105832 +"318289",75880,76601 +"318290",75880,81395 +"318291",75880,84659 +"318292",75880,100470 +"318293",75880,106750 +"318294",75880,110743 +"318295",75880,110825 +"318296",75880,113856 +"318297",75881,89948 +"318298",75881,94070 +"318299",75881,98406 +"318300",75883,75888 +"318301",75883,75892 +"318302",75883,75893 +"318303",75883,75898 +"318304",75884,82426 +"318305",75884,85359 +"318306",75884,89273 +"318307",75884,113261 +"318308",75884,116360 +"318309",75884,122759 +"318310",75885,75994 +"318311",75885,79258 +"318312",75885,80227 +"318313",75885,96015 +"318314",75887,100566 +"318315",75888,75892 +"318316",75888,75893 +"318317",75888,75898 +"318318",75888,95193 +"318319",75890,98784 +"318320",75890,98788 +"318321",75890,98847 +"318322",75891,78305 +"318323",75891,85660 +"318324",75891,91544 +"318325",75891,100967 +"318326",75891,107635 +"318327",75891,107838 +"318328",75891,118475 +"318329",75892,75893 +"318330",75892,75898 +"318331",75893,75898 +"318332",75895,79306 +"318333",75895,79822 +"318334",75895,82156 +"318335",75895,88811 +"318336",75895,88832 +"318337",75895,93562 +"318338",75895,93767 +"318339",75895,102644 +"318340",75896,114579 +"318341",75897,91033 +"318342",75897,93016 +"318343",75897,94938 +"318344",75897,95605 +"318345",75899,113186 +"318346",75901,78806 +"318347",75901,92817 +"318348",75901,95469 +"318349",75901,97417 +"318350",75901,99471 +"318351",75902,117698 +"318352",75904,111921 +"318353",75904,121905 +"318354",75905,83115 +"318355",75905,90179 +"318356",75905,103914 +"318357",75905,106446 +"318358",75905,106636 +"318359",75905,122426 +"318360",75906,103014 +"318361",75907,83892 +"318362",75907,100590 +"318363",75908,95376 +"318364",75909,86938 +"318365",75909,87330 +"318366",75911,84247 +"318367",75914,95513 +"318368",75914,100998 +"318369",75915,78810 +"318370",75915,91839 +"318371",75916,82966 +"318372",75917,117647 +"318373",75918,110226 +"318374",75919,75929 +"318375",75919,76726 +"318376",75919,87597 +"318377",75919,91121 +"318378",75920,114330 +"318379",75920,114331 +"318380",75921,82315 +"318381",75921,84607 +"318382",75922,75928 +"318383",75922,78004 +"318384",75922,114219 +"318385",75922,120995 +"318386",75923,84692 +"318387",75923,105316 +"318388",75924,78352 +"318389",75926,88745 +"318390",75926,110306 +"318391",75927,88139 +"318392",75928,78004 +"318393",75928,80733 +"318394",75928,80918 +"318395",75929,113487 +"318396",75933,89401 +"318397",75934,79187 +"318398",75934,93703 +"318399",75934,103033 +"318400",75934,103044 +"318401",75934,113431 +"318402",75934,113432 +"318403",75935,89716 +"318404",75936,86058 +"318405",75936,120244 +"318406",75938,75967 +"318407",75938,76037 +"318408",75938,76118 +"318409",75940,95661 +"318410",75941,84367 +"318411",75941,90364 +"318412",75941,102484 +"318413",75941,103245 +"318414",75941,103253 +"318415",75941,103282 +"318416",75942,122041 +"318417",75944,84123 +"318418",75945,117203 +"318419",75946,75948 +"318420",75946,106154 +"318421",75948,84256 +"318422",75948,92220 +"318423",75948,99444 +"318424",75948,103275 +"318425",75948,107233 +"318426",75948,109745 +"318427",75949,108119 +"318428",75949,115406 +"318429",75950,85900 +"318430",75951,81062 +"318431",75951,87141 +"318432",75951,90214 +"318433",75952,76702 +"318434",75953,76149 +"318435",75953,79593 +"318436",75953,80411 +"318437",75953,88280 +"318438",75953,89090 +"318439",75953,90824 +"318440",75953,93116 +"318441",75953,96513 +"318442",75953,97741 +"318443",75953,100616 +"318444",75953,105207 +"318445",75953,105883 +"318446",75953,108547 +"318447",75953,109337 +"318448",75953,114507 +"318449",75953,117017 +"318450",75953,117020 +"318451",75953,119327 +"318452",75953,121359 +"318453",75953,123006 +"318454",75956,76387 +"318455",75956,78978 +"318456",75956,79212 +"318457",75956,79241 +"318458",75956,79579 +"318459",75956,80239 +"318460",75956,80301 +"318461",75956,81397 +"318462",75956,88340 +"318463",75956,88749 +"318464",75956,89069 +"318465",75956,89373 +"318466",75956,89995 +"318467",75956,90919 +"318468",75956,90936 +"318469",75956,92861 +"318470",75956,93097 +"318471",75956,94231 +"318472",75956,95489 +"318473",75956,96247 +"318474",75956,96363 +"318475",75956,97898 +"318476",75957,81029 +"318477",75957,121829 +"318478",75958,88232 +"318479",75958,89036 +"318480",75959,115109 +"318481",75961,106909 +"318482",75962,87909 +"318483",75962,90541 +"318484",75962,91321 +"318485",75962,104714 +"318486",75964,76809 +"318487",75965,75975 +"318488",75965,75990 +"318489",75965,75991 +"318490",75965,75998 +"318491",75967,76037 +"318492",75967,76118 +"318493",75967,88173 +"318494",75967,88446 +"318495",75967,88469 +"318496",75967,104470 +"318497",75967,104474 +"318498",75967,105785 +"318499",75968,81912 +"318500",75969,84605 +"318501",75974,79063 +"318502",75974,103169 +"318503",75974,116508 +"318504",75974,121084 +"318505",75974,121093 +"318506",75974,121094 +"318507",75975,75990 +"318508",75975,75991 +"318509",75975,75998 +"318510",75975,95588 +"318511",75977,88357 +"318512",75977,91297 +"318513",75977,93297 +"318514",75979,94462 +"318515",75979,108820 +"318516",75982,112475 +"318517",75982,114356 +"318518",75984,78066 +"318519",75984,78269 +"318520",75984,80062 +"318521",75984,80329 +"318522",75984,86621 +"318523",75984,89954 +"318524",75984,98294 +"318525",75984,109387 +"318526",75984,109405 +"318527",75984,109410 +"318528",75986,86813 +"318529",75986,107850 +"318530",75987,81272 +"318531",75990,75991 +"318532",75990,75998 +"318533",75990,116346 +"318534",75991,75998 +"318535",75992,83587 +"318536",75993,114721 +"318537",75993,114726 +"318538",75993,114727 +"318539",75993,114728 +"318540",75995,93468 +"318541",75997,80753 +"318542",75997,82151 +"318543",75997,92249 +"318544",75997,102866 +"318545",76001,76366 +"318546",76001,100930 +"318547",76001,110152 +"318548",76001,120351 +"318549",76003,76004 +"318550",76003,76005 +"318551",76004,76005 +"318552",76005,85742 +"318553",76005,93290 +"318554",76006,87901 +"318555",76006,95986 +"318556",76006,95998 +"318557",76007,80884 +"318558",76007,96428 +"318559",76007,111806 +"318560",76007,118898 +"318561",76008,86158 +"318562",76008,107970 +"318563",76010,96456 +"318564",76010,106721 +"318565",76011,97851 +"318566",76012,79529 +"318567",76012,80500 +"318568",76012,91517 +"318569",76012,96513 +"318570",76012,106280 +"318571",76012,111733 +"318572",76013,95832 +"318573",76013,102261 +"318574",76013,102578 +"318575",76013,109595 +"318576",76014,109296 +"318577",76014,114750 +"318578",76015,80727 +"318579",76015,102870 +"318580",76015,122737 +"318581",76016,108881 +"318582",76016,109777 +"318583",76016,109830 +"318584",76017,77812 +"318585",76017,79005 +"318586",76017,79043 +"318587",76017,79469 +"318588",76017,79607 +"318589",76022,89564 +"318590",76023,78836 +"318591",76023,78913 +"318592",76023,78957 +"318593",76024,76470 +"318594",76025,76062 +"318595",76027,77351 +"318596",76027,93647 +"318597",76029,96837 +"318598",76029,97766 +"318599",76029,108876 +"318600",76030,98529 +"318601",76030,105389 +"318602",76031,85687 +"318603",76031,110971 +"318604",76031,111495 +"318605",76032,76034 +"318606",76033,76196 +"318607",76034,82069 +"318608",76034,89918 +"318609",76034,97022 +"318610",76034,108667 +"318611",76035,78472 +"318612",76037,76118 +"318613",76038,76203 +"318614",76038,78321 +"318615",76039,84689 +"318616",76040,76148 +"318617",76041,76908 +"318618",76043,116451 +"318619",76044,91891 +"318620",76044,91901 +"318621",76045,81330 +"318622",76045,94689 +"318623",76046,76459 +"318624",76046,76808 +"318625",76046,77727 +"318626",76046,78224 +"318627",76046,79222 +"318628",76046,82978 +"318629",76046,83306 +"318630",76046,85027 +"318631",76046,88412 +"318632",76046,90275 +"318633",76046,90426 +"318634",76046,91112 +"318635",76046,91526 +"318636",76046,93425 +"318637",76046,93523 +"318638",76046,94520 +"318639",76046,95954 +"318640",76046,99544 +"318641",76046,99547 +"318642",76046,99554 +"318643",76046,100595 +"318644",76046,100739 +"318645",76046,100819 +"318646",76046,101898 +"318647",76046,101988 +"318648",76046,102146 +"318649",76046,102201 +"318650",76046,102309 +"318651",76046,102635 +"318652",76046,102730 +"318653",76046,102846 +"318654",76046,103790 +"318655",76046,104095 +"318656",76046,104574 +"318657",76046,104784 +"318658",76046,104845 +"318659",76046,107269 +"318660",76046,107623 +"318661",76046,107714 +"318662",76046,107879 +"318663",76046,107975 +"318664",76047,78487 +"318665",76047,81474 +"318666",76047,88309 +"318667",76047,91779 +"318668",76047,92943 +"318669",76047,102535 +"318670",76047,105703 +"318671",76047,106275 +"318672",76047,106280 +"318673",76047,107763 +"318674",76047,107778 +"318675",76049,95321 +"318676",76049,106152 +"318677",76049,106698 +"318678",76049,119380 +"318679",76049,119381 +"318680",76049,121965 +"318681",76050,84447 +"318682",76050,84823 +"318683",76051,76069 +"318684",76053,76407 +"318685",76054,76153 +"318686",76055,87051 +"318687",76056,83632 +"318688",76056,83999 +"318689",76057,88151 +"318690",76058,76059 +"318691",76059,103351 +"318692",76061,76062 +"318693",76063,85844 +"318694",76063,90785 +"318695",76063,90824 +"318696",76065,81877 +"318697",76066,76480 +"318698",76066,112030 +"318699",76070,76246 +"318700",76072,93530 +"318701",76072,97171 +"318702",76074,76236 +"318703",76075,83218 +"318704",76077,81651 +"318705",76079,76082 +"318706",76079,76197 +"318707",76079,78484 +"318708",76079,80894 +"318709",76080,76115 +"318710",76080,98479 +"318711",76080,98505 +"318712",76080,102258 +"318713",76080,102524 +"318714",76081,86660 +"318715",76081,103652 +"318716",76081,105525 +"318717",76081,112221 +"318718",76081,112222 +"318719",76082,76197 +"318720",76082,93163 +"318721",76083,78421 +"318722",76083,79995 +"318723",76084,107904 +"318724",76085,106403 +"318725",76086,76088 +"318726",76086,95444 +"318727",76089,89914 +"318728",76089,105571 +"318729",76089,105573 +"318730",76089,108293 +"318731",76090,76137 +"318732",76091,82390 +"318733",76091,94232 +"318734",76091,103841 +"318735",76091,103861 +"318736",76092,83275 +"318737",76092,83293 +"318738",76092,88292 +"318739",76092,101233 +"318740",76094,76778 +"318741",76095,86173 +"318742",76096,82402 +"318743",76096,104993 +"318744",76096,113462 +"318745",76096,113585 +"318746",76096,118471 +"318747",76096,120934 +"318748",76096,120968 +"318749",76097,88959 +"318750",76097,112039 +"318751",76098,105846 +"318752",76098,109096 +"318753",76099,80219 +"318754",76099,97375 +"318755",76099,115457 +"318756",76103,76108 +"318757",76103,76109 +"318758",76104,81147 +"318759",76104,81181 +"318760",76107,76119 +"318761",76107,76120 +"318762",76108,76109 +"318763",76108,92123 +"318764",76108,93408 +"318765",76110,82045 +"318766",76110,91073 +"318767",76110,92058 +"318768",76110,94237 +"318769",76110,101087 +"318770",76110,101524 +"318771",76110,103043 +"318772",76110,109010 +"318773",76112,84208 +"318774",76112,90243 +"318775",76112,102059 +"318776",76112,109203 +"318777",76112,114804 +"318778",76112,118125 +"318779",76114,87659 +"318780",76116,87759 +"318781",76116,103338 +"318782",76116,105882 +"318783",76116,114474 +"318784",76116,114488 +"318785",76116,117894 +"318786",76116,117896 +"318787",76117,76121 +"318788",76117,89824 +"318789",76117,113291 +"318790",76119,76120 +"318791",76120,112063 +"318792",76122,99401 +"318793",76124,76139 +"318794",76125,82746 +"318795",76126,76564 +"318796",76126,84348 +"318797",76126,96822 +"318798",76126,96823 +"318799",76126,96849 +"318800",76126,96858 +"318801",76126,96859 +"318802",76127,77188 +"318803",76127,78316 +"318804",76127,80041 +"318805",76127,82949 +"318806",76127,88193 +"318807",76127,88525 +"318808",76127,114072 +"318809",76128,80616 +"318810",76128,85425 +"318811",76128,85557 +"318812",76128,86279 +"318813",76128,88583 +"318814",76128,89274 +"318815",76128,89965 +"318816",76128,92785 +"318817",76128,96576 +"318818",76128,100630 +"318819",76128,100964 +"318820",76128,101138 +"318821",76130,76641 +"318822",76131,78759 +"318823",76131,79977 +"318824",76131,84510 +"318825",76131,88712 +"318826",76131,91336 +"318827",76131,97580 +"318828",76131,98249 +"318829",76131,99471 +"318830",76131,99740 +"318831",76131,101078 +"318832",76131,102484 +"318833",76131,103111 +"318834",76131,108762 +"318835",76131,110664 +"318836",76131,110672 +"318837",76131,121747 +"318838",76132,76675 +"318839",76132,81983 +"318840",76132,101339 +"318841",76133,111886 +"318842",76133,111896 +"318843",76133,111906 +"318844",76134,83574 +"318845",76134,101017 +"318846",76134,101018 +"318847",76135,77056 +"318848",76135,108725 +"318849",76136,82824 +"318850",76136,86938 +"318851",76137,84964 +"318852",76137,95610 +"318853",76137,122843 +"318854",76138,84425 +"318855",76138,86059 +"318856",76140,76141 +"318857",76141,107362 +"318858",76145,81648 +"318859",76145,86023 +"318860",76145,99141 +"318861",76146,94725 +"318862",76147,86821 +"318863",76147,91851 +"318864",76147,114019 +"318865",76147,114077 +"318866",76150,93994 +"318867",76150,118807 +"318868",76151,92863 +"318869",76151,117620 +"318870",76152,76183 +"318871",76152,81763 +"318872",76152,81772 +"318873",76152,81777 +"318874",76152,103484 +"318875",76158,90607 +"318876",76158,106567 +"318877",76160,76169 +"318878",76161,88426 +"318879",76162,90457 +"318880",76163,95630 +"318881",76164,107926 +"318882",76164,108354 +"318883",76167,111081 +"318884",76167,117478 +"318885",76167,121136 +"318886",76170,79926 +"318887",76170,112828 +"318888",76173,77124 +"318889",76173,81161 +"318890",76173,99180 +"318891",76173,100723 +"318892",76173,102566 +"318893",76174,79481 +"318894",76174,90901 +"318895",76175,111957 +"318896",76176,88842 +"318897",76177,115380 +"318898",76178,78080 +"318899",76178,91994 +"318900",76178,94500 +"318901",76178,97983 +"318902",76180,99180 +"318903",76180,113328 +"318904",76180,122544 +"318905",76180,122546 +"318906",76182,108000 +"318907",76184,78815 +"318908",76184,90063 +"318909",76184,90066 +"318910",76184,96161 +"318911",76186,90094 +"318912",76187,76191 +"318913",76188,79729 +"318914",76190,78420 +"318915",76190,95668 +"318916",76190,103358 +"318917",76192,81420 +"318918",76192,97824 +"318919",76192,102226 +"318920",76192,102401 +"318921",76192,102518 +"318922",76193,76493 +"318923",76193,76540 +"318924",76193,76543 +"318925",76193,76547 +"318926",76195,118695 +"318927",76195,118786 +"318928",76195,118804 +"318929",76198,76210 +"318930",76198,76219 +"318931",76199,76206 +"318932",76199,76215 +"318933",76201,119397 +"318934",76204,94704 +"318935",76206,76215 +"318936",76207,94800 +"318937",76208,83772 +"318938",76208,84119 +"318939",76208,84318 +"318940",76208,84352 +"318941",76208,107789 +"318942",76209,76290 +"318943",76210,76219 +"318944",76210,86598 +"318945",76210,86619 +"318946",76212,76472 +"318947",76212,79369 +"318948",76213,95646 +"318949",76213,96336 +"318950",76213,99263 +"318951",76213,105349 +"318952",76214,95561 +"318953",76214,123009 +"318954",76214,123035 +"318955",76216,97524 +"318956",76217,120822 +"318957",76218,91899 +"318958",76221,78390 +"318959",76221,99939 +"318960",76222,85430 +"318961",76223,76224 +"318962",76223,76451 +"318963",76223,76455 +"318964",76223,76456 +"318965",76223,76476 +"318966",76224,76451 +"318967",76224,76455 +"318968",76224,76456 +"318969",76224,76476 +"318970",76225,89243 +"318971",76225,107932 +"318972",76226,81867 +"318973",76226,93336 +"318974",76226,96819 +"318975",76226,96820 +"318976",76226,96841 +"318977",76226,96845 +"318978",76226,104558 +"318979",76228,80067 +"318980",76228,84910 +"318981",76230,80508 +"318982",76230,87492 +"318983",76232,85098 +"318984",76233,82015 +"318985",76233,82019 +"318986",76233,107773 +"318987",76236,87758 +"318988",76236,109637 +"318989",76238,76240 +"318990",76238,76242 +"318991",76238,76253 +"318992",76238,76254 +"318993",76238,76258 +"318994",76238,76261 +"318995",76238,76263 +"318996",76238,76409 +"318997",76238,76411 +"318998",76240,76242 +"318999",76240,76253 +"319000",76240,76254 +"319001",76240,76258 +"319002",76240,76261 +"319003",76240,76263 +"319004",76240,76409 +"319005",76240,76411 +"319006",76240,87863 +"319007",76241,99835 +"319008",76242,76253 +"319009",76242,76254 +"319010",76242,76258 +"319011",76242,76261 +"319012",76242,76263 +"319013",76242,76409 +"319014",76242,76411 +"319015",76243,80999 +"319016",76245,90469 +"319017",76245,109367 +"319018",76245,121692 +"319019",76245,121693 +"319020",76249,83453 +"319021",76250,80099 +"319022",76250,81053 +"319023",76250,83857 +"319024",76250,104778 +"319025",76251,119663 +"319026",76252,86447 +"319027",76253,76254 +"319028",76253,76258 +"319029",76253,76261 +"319030",76253,76263 +"319031",76253,76409 +"319032",76253,76411 +"319033",76254,76258 +"319034",76254,76261 +"319035",76254,76263 +"319036",76254,76409 +"319037",76254,76411 +"319038",76254,90635 +"319039",76255,88553 +"319040",76257,76264 +"319041",76257,79389 +"319042",76257,80702 +"319043",76257,93261 +"319044",76257,94470 +"319045",76257,94477 +"319046",76257,94496 +"319047",76258,76261 +"319048",76258,76263 +"319049",76258,76409 +"319050",76258,76411 +"319051",76259,76454 +"319052",76259,90173 +"319053",76259,113643 +"319054",76259,113644 +"319055",76259,116381 +"319056",76260,76557 +"319057",76260,81288 +"319058",76261,76263 +"319059",76261,76409 +"319060",76261,76411 +"319061",76263,76409 +"319062",76263,76411 +"319063",76263,81810 +"319064",76264,117343 +"319065",76264,121935 +"319066",76265,101230 +"319067",76265,113187 +"319068",76265,113227 +"319069",76265,113228 +"319070",76265,113280 +"319071",76265,116785 +"319072",76265,116855 +"319073",76265,117349 +"319074",76268,83501 +"319075",76269,76366 +"319076",76269,112861 +"319077",76270,86060 +"319078",76270,115697 +"319079",76271,76272 +"319080",76271,76273 +"319081",76271,77172 +"319082",76271,77284 +"319083",76272,76273 +"319084",76274,117412 +"319085",76274,117611 +"319086",76275,93543 +"319087",76275,93603 +"319088",76275,95011 +"319089",76276,80236 +"319090",76276,82080 +"319091",76276,84309 +"319092",76276,104203 +"319093",76276,112331 +"319094",76277,77181 +"319095",76278,76740 +"319096",76278,76786 +"319097",76278,77272 +"319098",76278,77357 +"319099",76278,77402 +"319100",76278,78248 +"319101",76278,78255 +"319102",76278,78339 +"319103",76278,78445 +"319104",76278,79022 +"319105",76278,79716 +"319106",76278,79989 +"319107",76278,80281 +"319108",76278,81728 +"319109",76278,82196 +"319110",76278,82383 +"319111",76278,82810 +"319112",76278,82854 +"319113",76278,83853 +"319114",76278,83884 +"319115",76278,84379 +"319116",76278,84613 +"319117",76278,85465 +"319118",76278,85610 +"319119",76278,86351 +"319120",76278,86451 +"319121",76278,86882 +"319122",76278,87175 +"319123",76278,87451 +"319124",76278,87521 +"319125",76278,87572 +"319126",76278,87663 +"319127",76278,87721 +"319128",76278,87862 +"319129",76280,77675 +"319130",76281,77666 +"319131",76281,80730 +"319132",76282,101040 +"319133",76282,101043 +"319134",76282,101050 +"319135",76282,101051 +"319136",76282,101054 +"319137",76282,101627 +"319138",76284,76285 +"319139",76284,76534 +"319140",76284,86029 +"319141",76284,91808 +"319142",76284,91922 +"319143",76284,94480 +"319144",76284,98781 +"319145",76284,111031 +"319146",76284,114747 +"319147",76285,94262 +"319148",76285,98781 +"319149",76286,81424 +"319150",76286,88879 +"319151",76288,86009 +"319152",76288,101658 +"319153",76289,76375 +"319154",76291,106119 +"319155",76293,76676 +"319156",76293,85315 +"319157",76293,88304 +"319158",76293,107313 +"319159",76294,82069 +"319160",76294,87856 +"319161",76294,89918 +"319162",76294,95106 +"319163",76294,104264 +"319164",76294,110299 +"319165",76295,76403 +"319166",76295,84808 +"319167",76295,85072 +"319168",76295,93619 +"319169",76295,93680 +"319170",76295,102669 +"319171",76295,108578 +"319172",76295,109222 +"319173",76296,76297 +"319174",76296,77018 +"319175",76296,86232 +"319176",76297,101309 +"319177",76297,102270 +"319178",76298,77792 +"319179",76298,82478 +"319180",76298,96344 +"319181",76299,78576 +"319182",76299,87868 +"319183",76299,100851 +"319184",76299,102331 +"319185",76300,105438 +"319186",76300,111637 +"319187",76300,112866 +"319188",76301,76303 +"319189",76307,115561 +"319190",76309,80808 +"319191",76309,94512 +"319192",76309,102394 +"319193",76309,107864 +"319194",76309,114099 +"319195",76309,114233 +"319196",76312,96621 +"319197",76312,101394 +"319198",76312,101401 +"319199",76314,76483 +"319200",76314,76767 +"319201",76314,80407 +"319202",76314,89020 +"319203",76314,93759 +"319204",76314,93790 +"319205",76314,107217 +"319206",76314,114643 +"319207",76316,93465 +"319208",76316,111746 +"319209",76318,98679 +"319210",76319,97690 +"319211",76320,81010 +"319212",76320,85514 +"319213",76320,89188 +"319214",76320,90141 +"319215",76320,119524 +"319216",76321,76684 +"319217",76323,76327 +"319218",76324,77358 +"319219",76326,76522 +"319220",76328,76337 +"319221",76330,76335 +"319222",76330,78118 +"319223",76330,87538 +"319224",76330,87557 +"319225",76330,102713 +"319226",76330,106650 +"319227",76334,83340 +"319228",76334,83391 +"319229",76334,95558 +"319230",76334,122137 +"319231",76337,91258 +"319232",76337,91273 +"319233",76339,76340 +"319234",76340,94051 +"319235",76340,103463 +"319236",76341,106240 +"319237",76342,101104 +"319238",76342,115027 +"319239",76342,115812 +"319240",76342,115864 +"319241",76344,105296 +"319242",76347,100211 +"319243",76347,101983 +"319244",76347,116147 +"319245",76347,116180 +"319246",76348,78718 +"319247",76349,76741 +"319248",76350,88117 +"319249",76350,89443 +"319250",76350,89730 +"319251",76350,90820 +"319252",76350,92029 +"319253",76350,108440 +"319254",76351,102370 +"319255",76352,110148 +"319256",76353,79191 +"319257",76355,101179 +"319258",76356,79166 +"319259",76356,100140 +"319260",76356,100890 +"319261",76356,105134 +"319262",76356,122503 +"319263",76357,99824 +"319264",76358,77563 +"319265",76358,122815 +"319266",76359,76365 +"319267",76359,79003 +"319268",76359,101524 +"319269",76359,101785 +"319270",76359,109733 +"319271",76359,119188 +"319272",76361,85422 +"319273",76361,92489 +"319274",76361,94655 +"319275",76361,106712 +"319276",76361,109171 +"319277",76361,111240 +"319278",76361,114816 +"319279",76361,115039 +"319280",76361,122154 +"319281",76361,122187 +"319282",76362,96760 +"319283",76364,81278 +"319284",76364,85430 +"319285",76364,89958 +"319286",76364,94440 +"319287",76364,96536 +"319288",76364,105307 +"319289",76366,99482 +"319290",76366,100930 +"319291",76366,110152 +"319292",76366,120351 +"319293",76367,83868 +"319294",76369,86378 +"319295",76369,87443 +"319296",76369,91969 +"319297",76369,99523 +"319298",76369,100355 +"319299",76369,118721 +"319300",76369,119689 +"319301",76370,85803 +"319302",76370,93632 +"319303",76372,76380 +"319304",76372,77167 +"319305",76372,86969 +"319306",76372,122584 +"319307",76373,77729 +"319308",76374,96457 +"319309",76375,79570 +"319310",76375,85598 +"319311",76375,98548 +"319312",76375,98667 +"319313",76377,76679 +"319314",76377,84117 +"319315",76377,93840 +"319316",76377,94908 +"319317",76377,99121 +"319318",76377,101999 +"319319",76377,117740 +"319320",76377,120666 +"319321",76378,122024 +"319322",76379,87409 +"319323",76380,78136 +"319324",76380,94266 +"319325",76380,96003 +"319326",76381,94289 +"319327",76381,94317 +"319328",76382,115940 +"319329",76383,76500 +"319330",76383,78854 +"319331",76383,81064 +"319332",76383,81134 +"319333",76383,82761 +"319334",76383,85148 +"319335",76383,92381 +"319336",76383,97940 +"319337",76383,98358 +"319338",76383,100123 +"319339",76383,102999 +"319340",76383,103057 +"319341",76383,103238 +"319342",76383,103717 +"319343",76383,105960 +"319344",76383,106554 +"319345",76383,115006 +"319346",76383,116549 +"319347",76383,122777 +"319348",76383,122778 +"319349",76383,122779 +"319350",76383,122780 +"319351",76383,122827 +"319352",76383,122839 +"319353",76384,78392 +"319354",76384,88887 +"319355",76385,104576 +"319356",76387,78978 +"319357",76387,79212 +"319358",76387,79241 +"319359",76387,79579 +"319360",76387,80239 +"319361",76387,80301 +"319362",76387,81397 +"319363",76387,88340 +"319364",76387,88749 +"319365",76387,89069 +"319366",76387,89373 +"319367",76387,89995 +"319368",76387,90919 +"319369",76387,90936 +"319370",76387,92861 +"319371",76387,93097 +"319372",76387,94231 +"319373",76387,95489 +"319374",76387,96247 +"319375",76387,96363 +"319376",76387,97898 +"319377",76388,113539 +"319378",76389,76390 +"319379",76389,76397 +"319380",76389,76442 +"319381",76389,76463 +"319382",76389,76479 +"319383",76390,76397 +"319384",76390,76442 +"319385",76390,76463 +"319386",76390,76479 +"319387",76390,92017 +"319388",76391,98133 +"319389",76391,99119 +"319390",76391,102653 +"319391",76392,92265 +"319392",76392,92310 +"319393",76392,119663 +"319394",76393,120925 +"319395",76393,121671 +"319396",76394,77304 +"319397",76394,92674 +"319398",76394,99660 +"319399",76394,99671 +"319400",76394,99674 +"319401",76396,96353 +"319402",76397,76442 +"319403",76397,76463 +"319404",76397,76479 +"319405",76398,76399 +"319406",76399,100592 +"319407",76399,118872 +"319408",76400,76401 +"319409",76400,85399 +"319410",76400,88638 +"319411",76400,109896 +"319412",76402,77098 +"319413",76402,86512 +"319414",76402,86513 +"319415",76403,82099 +"319416",76403,83598 +"319417",76403,85072 +"319418",76403,96062 +"319419",76403,107154 +"319420",76403,109222 +"319421",76403,110871 +"319422",76404,76419 +"319423",76405,98684 +"319424",76406,77352 +"319425",76406,77643 +"319426",76406,90293 +"319427",76406,111368 +"319428",76408,109095 +"319429",76409,76411 +"319430",76414,80666 +"319431",76414,85623 +"319432",76414,86595 +"319433",76414,95415 +"319434",76414,96073 +"319435",76414,115313 +"319436",76415,103202 +"319437",76415,117176 +"319438",76415,117192 +"319439",76415,117534 +"319440",76416,103976 +"319441",76416,113246 +"319442",76418,98243 +"319443",76418,113492 +"319444",76418,115447 +"319445",76420,76439 +"319446",76421,102129 +"319447",76421,123346 +"319448",76423,81162 +"319449",76423,86987 +"319450",76423,87378 +"319451",76423,91333 +"319452",76424,84676 +"319453",76424,90359 +"319454",76424,96154 +"319455",76426,76436 +"319456",76426,86157 +"319457",76426,88031 +"319458",76426,90594 +"319459",76426,90741 +"319460",76426,90761 +"319461",76426,119135 +"319462",76428,80625 +"319463",76428,81074 +"319464",76428,84194 +"319465",76428,89517 +"319466",76428,89980 +"319467",76428,96749 +"319468",76428,99207 +"319469",76428,101096 +"319470",76428,101873 +"319471",76428,111478 +"319472",76429,101366 +"319473",76429,121801 +"319474",76431,80069 +"319475",76433,76471 +"319476",76434,77909 +"319477",76434,81292 +"319478",76434,81308 +"319479",76434,81939 +"319480",76434,82011 +"319481",76439,98973 +"319482",76440,123032 +"319483",76441,106189 +"319484",76441,115611 +"319485",76441,121159 +"319486",76442,76463 +"319487",76442,76479 +"319488",76443,84510 +"319489",76444,83059 +"319490",76445,85926 +"319491",76447,76517 +"319492",76448,84997 +"319493",76448,91873 +"319494",76450,82190 +"319495",76450,85230 +"319496",76450,89053 +"319497",76450,92627 +"319498",76450,93340 +"319499",76450,93360 +"319500",76451,76455 +"319501",76451,76456 +"319502",76451,76476 +"319503",76452,76559 +"319504",76452,77159 +"319505",76452,119986 +"319506",76452,120056 +"319507",76453,91980 +"319508",76453,92552 +"319509",76453,94603 +"319510",76453,117218 +"319511",76453,119668 +"319512",76455,76456 +"319513",76455,76476 +"319514",76455,100608 +"319515",76456,76476 +"319516",76457,87440 +"319517",76457,97926 +"319518",76457,99820 +"319519",76457,107204 +"319520",76457,107510 +"319521",76457,116579 +"319522",76457,118940 +"319523",76457,123446 +"319524",76457,123463 +"319525",76458,96843 +"319526",76459,76808 +"319527",76459,77494 +"319528",76459,77727 +"319529",76459,78224 +"319530",76459,79222 +"319531",76459,82978 +"319532",76459,83306 +"319533",76459,85027 +"319534",76459,88412 +"319535",76459,90275 +"319536",76459,90426 +"319537",76459,91112 +"319538",76459,91526 +"319539",76459,93425 +"319540",76459,93523 +"319541",76459,94520 +"319542",76459,95954 +"319543",76459,98027 +"319544",76459,99544 +"319545",76459,99547 +"319546",76459,99554 +"319547",76459,100595 +"319548",76459,100739 +"319549",76459,100819 +"319550",76459,101898 +"319551",76459,101988 +"319552",76459,102146 +"319553",76459,102201 +"319554",76459,102309 +"319555",76459,102635 +"319556",76459,102730 +"319557",76459,102846 +"319558",76459,103790 +"319559",76459,104095 +"319560",76459,104574 +"319561",76459,104784 +"319562",76459,104845 +"319563",76459,107269 +"319564",76459,107623 +"319565",76459,107714 +"319566",76459,107879 +"319567",76459,107975 +"319568",76460,76461 +"319569",76460,76462 +"319570",76460,76473 +"319571",76460,76567 +"319572",76461,76462 +"319573",76461,76473 +"319574",76461,76567 +"319575",76462,76473 +"319576",76462,76567 +"319577",76463,76479 +"319578",76468,103249 +"319579",76468,103265 +"319580",76468,105092 +"319581",76470,88938 +"319582",76470,100195 +"319583",76470,106319 +"319584",76472,79369 +"319585",76473,76567 +"319586",76476,119706 +"319587",76476,119796 +"319588",76477,76555 +"319589",76477,96805 +"319590",76477,112450 +"319591",76478,86065 +"319592",76478,92093 +"319593",76478,119626 +"319594",76481,76997 +"319595",76481,79317 +"319596",76481,79877 +"319597",76481,87275 +"319598",76481,94580 +"319599",76481,117878 +"319600",76483,89185 +"319601",76483,91231 +"319602",76483,93566 +"319603",76483,98486 +"319604",76483,99332 +"319605",76484,85094 +"319606",76484,88583 +"319607",76484,90057 +"319608",76484,100320 +"319609",76484,100334 +"319610",76484,106148 +"319611",76484,106158 +"319612",76484,106159 +"319613",76484,106160 +"319614",76485,123282 +"319615",76487,98327 +"319616",76487,98344 +"319617",76488,78628 +"319618",76488,98125 +"319619",76489,76623 +"319620",76489,97351 +"319621",76489,101292 +"319622",76489,103554 +"319623",76489,122760 +"319624",76491,77402 +"319625",76491,77634 +"319626",76491,77810 +"319627",76491,77822 +"319628",76491,77869 +"319629",76492,92282 +"319630",76493,76540 +"319631",76493,76543 +"319632",76493,76547 +"319633",76495,87493 +"319634",76495,109103 +"319635",76496,83276 +"319636",76496,94838 +"319637",76496,101692 +"319638",76496,114255 +"319639",76499,76536 +"319640",76501,76506 +"319641",76503,77925 +"319642",76503,84796 +"319643",76503,95272 +"319644",76504,76505 +"319645",76504,110741 +"319646",76504,123099 +"319647",76505,95669 +"319648",76505,110787 +"319649",76505,113594 +"319650",76505,121534 +"319651",76506,89419 +"319652",76506,93043 +"319653",76506,118338 +"319654",76507,107818 +"319655",76509,86447 +"319656",76510,76624 +"319657",76510,80970 +"319658",76510,92537 +"319659",76510,97442 +"319660",76510,100713 +"319661",76510,110875 +"319662",76511,79702 +"319663",76512,111698 +"319664",76514,77929 +"319665",76514,79534 +"319666",76514,88402 +"319667",76514,90490 +"319668",76514,94532 +"319669",76514,94637 +"319670",76514,100858 +"319671",76515,82367 +"319672",76515,101138 +"319673",76515,107665 +"319674",76515,117046 +"319675",76517,97736 +"319676",76518,88137 +"319677",76519,103960 +"319678",76519,106817 +"319679",76520,76600 +"319680",76520,76626 +"319681",76523,88522 +"319682",76523,93474 +"319683",76523,115603 +"319684",76523,122411 +"319685",76524,76628 +"319686",76525,103398 +"319687",76525,116235 +"319688",76525,119571 +"319689",76526,76527 +"319690",76526,76528 +"319691",76527,76528 +"319692",76529,76726 +"319693",76531,77041 +"319694",76532,77518 +"319695",76532,87153 +"319696",76532,87170 +"319697",76532,87174 +"319698",76534,83491 +"319699",76534,84896 +"319700",76534,90964 +"319701",76534,91922 +"319702",76534,98781 +"319703",76537,94878 +"319704",76537,110678 +"319705",76537,112119 +"319706",76537,112716 +"319707",76538,92687 +"319708",76538,113203 +"319709",76538,116356 +"319710",76538,121196 +"319711",76538,121200 +"319712",76539,106840 +"319713",76539,106871 +"319714",76540,76543 +"319715",76540,76547 +"319716",76542,99773 +"319717",76542,108621 +"319718",76542,112640 +"319719",76543,76547 +"319720",76545,116937 +"319721",76546,92815 +"319722",76547,94002 +"319723",76548,96685 +"319724",76548,118472 +"319725",76551,85925 +"319726",76551,90658 +"319727",76551,99222 +"319728",76551,102754 +"319729",76551,115229 +"319730",76551,122933 +"319731",76552,76560 +"319732",76553,82035 +"319733",76553,86785 +"319734",76553,91891 +"319735",76553,101298 +"319736",76553,109200 +"319737",76553,119836 +"319738",76555,77719 +"319739",76555,101133 +"319740",76555,103036 +"319741",76556,86054 +"319742",76557,81288 +"319743",76558,87870 +"319744",76558,92130 +"319745",76558,103011 +"319746",76560,79144 +"319747",76560,80268 +"319748",76560,82253 +"319749",76560,88332 +"319750",76561,76718 +"319751",76561,117352 +"319752",76562,109094 +"319753",76564,83526 +"319754",76564,91290 +"319755",76564,103397 +"319756",76565,79802 +"319757",76565,81882 +"319758",76565,86178 +"319759",76565,90305 +"319760",76565,95973 +"319761",76565,111792 +"319762",76565,115900 +"319763",76565,117208 +"319764",76565,118086 +"319765",76565,118090 +"319766",76565,118091 +"319767",76565,118094 +"319768",76565,118098 +"319769",76565,118102 +"319770",76565,118112 +"319771",76565,118321 +"319772",76566,83025 +"319773",76568,76741 +"319774",76569,76578 +"319775",76570,83755 +"319776",76570,116783 +"319777",76571,82642 +"319778",76572,89367 +"319779",76572,99068 +"319780",76572,99078 +"319781",76572,99186 +"319782",76573,104990 +"319783",76573,106540 +"319784",76574,76757 +"319785",76576,92434 +"319786",76577,76727 +"319787",76577,76752 +"319788",76579,76593 +"319789",76579,106501 +"319790",76580,76589 +"319791",76580,76845 +"319792",76580,89162 +"319793",76580,103596 +"319794",76580,106996 +"319795",76580,107148 +"319796",76580,107936 +"319797",76580,110029 +"319798",76580,111206 +"319799",76580,111207 +"319800",76581,88151 +"319801",76582,76583 +"319802",76587,86462 +"319803",76587,99034 +"319804",76588,76591 +"319805",76589,77027 +"319806",76589,79045 +"319807",76589,81967 +"319808",76589,99395 +"319809",76590,76917 +"319810",76590,77506 +"319811",76590,86600 +"319812",76590,88782 +"319813",76590,89951 +"319814",76590,92517 +"319815",76590,93333 +"319816",76590,93984 +"319817",76590,100140 +"319818",76590,100670 +"319819",76590,105198 +"319820",76590,110250 +"319821",76590,122588 +"319822",76590,122819 +"319823",76590,122852 +"319824",76590,122861 +"319825",76590,122863 +"319826",76590,122864 +"319827",76592,95718 +"319828",76592,99274 +"319829",76592,103056 +"319830",76595,107720 +"319831",76596,113325 +"319832",76599,77982 +"319833",76599,81759 +"319834",76599,105663 +"319835",76599,105789 +"319836",76599,107666 +"319837",76600,76626 +"319838",76600,116345 +"319839",76601,84447 +"319840",76601,99891 +"319841",76601,108715 +"319842",76602,80880 +"319843",76603,83048 +"319844",76603,106556 +"319845",76606,76647 +"319846",76606,76648 +"319847",76606,76673 +"319848",76606,86201 +"319849",76606,87928 +"319850",76607,88746 +"319851",76607,93943 +"319852",76608,118258 +"319853",76609,80194 +"319854",76609,85291 +"319855",76609,95221 +"319856",76611,79699 +"319857",76612,77024 +"319858",76613,77274 +"319859",76613,80425 +"319860",76613,81508 +"319861",76613,85995 +"319862",76613,90884 +"319863",76613,110994 +"319864",76614,76616 +"319865",76615,111337 +"319866",76616,76822 +"319867",76616,104249 +"319868",76617,76651 +"319869",76617,76954 +"319870",76618,77033 +"319871",76618,77042 +"319872",76619,113985 +"319873",76621,80230 +"319874",76621,80287 +"319875",76622,94776 +"319876",76622,101828 +"319877",76623,101292 +"319878",76624,92537 +"319879",76624,112822 +"319880",76625,103416 +"319881",76629,84940 +"319882",76629,88514 +"319883",76629,92081 +"319884",76629,100226 +"319885",76629,105947 +"319886",76630,76631 +"319887",76631,82349 +"319888",76631,97811 +"319889",76632,77032 +"319890",76632,81643 +"319891",76632,82817 +"319892",76633,76634 +"319893",76633,76656 +"319894",76633,76661 +"319895",76633,76775 +"319896",76633,76949 +"319897",76633,76950 +"319898",76633,76951 +"319899",76633,101972 +"319900",76634,76656 +"319901",76634,76661 +"319902",76634,76775 +"319903",76634,76949 +"319904",76634,76950 +"319905",76634,76951 +"319906",76634,77521 +"319907",76634,87405 +"319908",76635,77071 +"319909",76635,108759 +"319910",76636,76655 +"319911",76636,76665 +"319912",76636,76933 +"319913",76637,83322 +"319914",76637,94168 +"319915",76638,76642 +"319916",76639,76640 +"319917",76639,77040 +"319918",76639,77055 +"319919",76639,77057 +"319920",76639,77066 +"319921",76639,77095 +"319922",76639,77096 +"319923",76639,77101 +"319924",76639,77102 +"319925",76639,77103 +"319926",76639,77106 +"319927",76639,84039 +"319928",76639,91695 +"319929",76639,93969 +"319930",76639,94569 +"319931",76639,97440 +"319932",76639,100239 +"319933",76639,102378 +"319934",76639,113099 +"319935",76640,77040 +"319936",76640,77055 +"319937",76640,77057 +"319938",76640,77066 +"319939",76640,77095 +"319940",76640,77096 +"319941",76640,77101 +"319942",76640,77102 +"319943",76640,77103 +"319944",76640,77106 +"319945",76643,76672 +"319946",76644,76645 +"319947",76644,95121 +"319948",76645,79636 +"319949",76645,92128 +"319950",76645,98135 +"319951",76645,98139 +"319952",76646,82893 +"319953",76646,85189 +"319954",76647,76648 +"319955",76647,76673 +"319956",76647,121276 +"319957",76648,76673 +"319958",76648,91835 +"319959",76649,84890 +"319960",76649,85738 +"319961",76649,111986 +"319962",76650,77303 +"319963",76651,76954 +"319964",76651,94313 +"319965",76651,107659 +"319966",76651,110802 +"319967",76651,117145 +"319968",76651,117259 +"319969",76651,117601 +"319970",76651,119537 +"319971",76651,120023 +"319972",76651,123409 +"319973",76653,94808 +"319974",76653,110308 +"319975",76654,88504 +"319976",76655,76665 +"319977",76655,76933 +"319978",76656,76661 +"319979",76656,76775 +"319980",76656,76949 +"319981",76656,76950 +"319982",76656,76951 +"319983",76661,76775 +"319984",76661,76864 +"319985",76661,76891 +"319986",76661,76949 +"319987",76661,76950 +"319988",76661,76951 +"319989",76662,102867 +"319990",76662,102888 +"319991",76662,118885 +"319992",76662,118888 +"319993",76662,118891 +"319994",76663,76664 +"319995",76665,76933 +"319996",76665,122676 +"319997",76666,77247 +"319998",76666,86113 +"319999",76668,83473 +"320000",76671,101452 +"320001",76671,119222 +"320002",76674,87622 +"320003",76674,105909 +"320004",76675,77397 +"320005",76676,85061 +"320006",76676,85315 +"320007",76676,92876 +"320008",76676,92878 +"320009",76676,102934 +"320010",76676,107313 +"320011",76676,107754 +"320012",76676,114801 +"320013",76677,104056 +"320014",76677,122019 +"320015",76680,82555 +"320016",76680,95773 +"320017",76680,101262 +"320018",76680,106510 +"320019",76680,114558 +"320020",76680,120103 +"320021",76681,98065 +"320022",76681,102659 +"320023",76681,106623 +"320024",76682,90789 +"320025",76682,93195 +"320026",76682,98056 +"320027",76682,106694 +"320028",76682,109296 +"320029",76682,119824 +"320030",76683,106070 +"320031",76685,93197 +"320032",76686,77845 +"320033",76686,80496 +"320034",76686,80497 +"320035",76686,94386 +"320036",76687,81279 +"320037",76687,86374 +"320038",76687,91343 +"320039",76687,93057 +"320040",76687,94612 +"320041",76687,97347 +"320042",76687,97355 +"320043",76687,97606 +"320044",76687,97680 +"320045",76687,97700 +"320046",76687,97701 +"320047",76688,111415 +"320048",76689,86184 +"320049",76690,89932 +"320050",76690,90718 +"320051",76691,82945 +"320052",76691,83186 +"320053",76691,95290 +"320054",76693,84645 +"320055",76694,81087 +"320056",76694,119596 +"320057",76695,77440 +"320058",76695,84736 +"320059",76695,84751 +"320060",76696,77650 +"320061",76696,111927 +"320062",76696,120042 +"320063",76697,85158 +"320064",76697,120018 +"320065",76699,105982 +"320066",76699,113005 +"320067",76699,113017 +"320068",76701,82737 +"320069",76701,82970 +"320070",76701,89596 +"320071",76701,99767 +"320072",76701,99771 +"320073",76701,99772 +"320074",76701,99775 +"320075",76701,99777 +"320076",76704,101425 +"320077",76707,97888 +"320078",76709,82681 +"320079",76709,99012 +"320080",76712,89671 +"320081",76713,117724 +"320082",76714,85592 +"320083",76714,89668 +"320084",76714,93076 +"320085",76714,93414 +"320086",76714,104381 +"320087",76714,105138 +"320088",76716,103124 +"320089",76716,103125 +"320090",76716,103144 +"320091",76717,94984 +"320092",76718,76720 +"320093",76718,117352 +"320094",76721,105848 +"320095",76723,90738 +"320096",76723,109852 +"320097",76724,80414 +"320098",76724,80495 +"320099",76725,80237 +"320100",76725,120999 +"320101",76726,91121 +"320102",76727,76752 +"320103",76727,78388 +"320104",76728,77965 +"320105",76728,85736 +"320106",76728,96353 +"320107",76728,96926 +"320108",76728,96927 +"320109",76728,97957 +"320110",76732,98979 +"320111",76733,77305 +"320112",76733,95008 +"320113",76734,89269 +"320114",76735,91245 +"320115",76735,92593 +"320116",76735,102553 +"320117",76735,111782 +"320118",76736,76844 +"320119",76736,79921 +"320120",76737,95229 +"320121",76738,79129 +"320122",76738,85451 +"320123",76739,104092 +"320124",76740,76786 +"320125",76740,77272 +"320126",76740,77357 +"320127",76740,77402 +"320128",76740,78248 +"320129",76740,78255 +"320130",76740,78339 +"320131",76740,78445 +"320132",76740,79022 +"320133",76740,79716 +"320134",76740,79989 +"320135",76740,80281 +"320136",76740,81728 +"320137",76740,82196 +"320138",76740,82383 +"320139",76740,82810 +"320140",76740,82854 +"320141",76740,83853 +"320142",76740,83884 +"320143",76740,84379 +"320144",76740,84613 +"320145",76740,85465 +"320146",76740,85610 +"320147",76740,86351 +"320148",76740,86451 +"320149",76740,86882 +"320150",76740,87175 +"320151",76740,87451 +"320152",76740,87521 +"320153",76740,87572 +"320154",76740,87663 +"320155",76740,87721 +"320156",76740,87862 +"320157",76740,101112 +"320158",76741,88230 +"320159",76741,96593 +"320160",76741,101055 +"320161",76742,76747 +"320162",76742,76751 +"320163",76742,94368 +"320164",76744,89478 +"320165",76744,106565 +"320166",76744,112151 +"320167",76744,117005 +"320168",76747,76751 +"320169",76754,90272 +"320170",76755,76758 +"320171",76755,76765 +"320172",76758,76765 +"320173",76760,76761 +"320174",76764,83534 +"320175",76764,105765 +"320176",76764,108501 +"320177",76764,112950 +"320178",76764,112982 +"320179",76764,112991 +"320180",76767,89850 +"320181",76768,76790 +"320182",76771,86238 +"320183",76772,91988 +"320184",76775,76949 +"320185",76775,76950 +"320186",76775,76951 +"320187",76777,83271 +"320188",76777,83272 +"320189",76778,94637 +"320190",76778,102727 +"320191",76778,112293 +"320192",76779,77871 +"320193",76779,97348 +"320194",76779,97802 +"320195",76779,109750 +"320196",76779,116797 +"320197",76780,81861 +"320198",76783,99709 +"320199",76784,94032 +"320200",76784,116314 +"320201",76786,77272 +"320202",76786,77357 +"320203",76786,77402 +"320204",76786,78248 +"320205",76786,78255 +"320206",76786,78339 +"320207",76786,78445 +"320208",76786,79022 +"320209",76786,79458 +"320210",76786,79716 +"320211",76786,79989 +"320212",76786,80281 +"320213",76786,81728 +"320214",76786,82196 +"320215",76786,82383 +"320216",76786,82810 +"320217",76786,82854 +"320218",76786,83853 +"320219",76786,83884 +"320220",76786,84379 +"320221",76786,84613 +"320222",76786,85465 +"320223",76786,85610 +"320224",76786,86351 +"320225",76786,86451 +"320226",76786,86882 +"320227",76786,87175 +"320228",76786,87451 +"320229",76786,87521 +"320230",76786,87572 +"320231",76786,87663 +"320232",76786,87721 +"320233",76786,87862 +"320234",76787,92136 +"320235",76788,79096 +"320236",76788,92226 +"320237",76788,92690 +"320238",76791,103201 +"320239",76791,111393 +"320240",76792,76847 +"320241",76792,99342 +"320242",76793,77591 +"320243",76793,89640 +"320244",76796,80948 +"320245",76796,81707 +"320246",76796,88106 +"320247",76799,90773 +"320248",76799,100727 +"320249",76799,119969 +"320250",76799,120913 +"320251",76800,80552 +"320252",76801,113273 +"320253",76801,113992 +"320254",76801,120784 +"320255",76802,95975 +"320256",76802,115606 +"320257",76803,82228 +"320258",76805,76810 +"320259",76805,76811 +"320260",76806,84708 +"320261",76807,79818 +"320262",76807,103826 +"320263",76807,104841 +"320264",76807,105991 +"320265",76807,108968 +"320266",76807,112120 +"320267",76807,112766 +"320268",76807,117098 +"320269",76808,76828 +"320270",76808,76876 +"320271",76808,76881 +"320272",76808,77727 +"320273",76808,78224 +"320274",76808,79222 +"320275",76808,82978 +"320276",76808,83306 +"320277",76808,85027 +"320278",76808,88412 +"320279",76808,90275 +"320280",76808,90426 +"320281",76808,91112 +"320282",76808,91526 +"320283",76808,93425 +"320284",76808,93523 +"320285",76808,94520 +"320286",76808,95954 +"320287",76808,99544 +"320288",76808,99547 +"320289",76808,99554 +"320290",76808,100595 +"320291",76808,100739 +"320292",76808,100819 +"320293",76808,101898 +"320294",76808,101988 +"320295",76808,102146 +"320296",76808,102201 +"320297",76808,102309 +"320298",76808,102635 +"320299",76808,102730 +"320300",76808,102846 +"320301",76808,103790 +"320302",76808,104095 +"320303",76808,104574 +"320304",76808,104784 +"320305",76808,104845 +"320306",76808,107269 +"320307",76808,107623 +"320308",76808,107714 +"320309",76808,107879 +"320310",76808,107975 +"320311",76810,76811 +"320312",76810,109729 +"320313",76812,76834 +"320314",76813,77834 +"320315",76813,83142 +"320316",76813,89122 +"320317",76813,119594 +"320318",76814,87273 +"320319",76814,93550 +"320320",76814,93966 +"320321",76814,95510 +"320322",76814,113869 +"320323",76815,76820 +"320324",76815,76821 +"320325",76815,76883 +"320326",76816,96542 +"320327",76816,108907 +"320328",76816,117281 +"320329",76816,117282 +"320330",76817,87442 +"320331",76817,88148 +"320332",76817,91467 +"320333",76817,96534 +"320334",76817,96785 +"320335",76817,105820 +"320336",76817,106820 +"320337",76818,91388 +"320338",76818,92149 +"320339",76818,114840 +"320340",76819,95800 +"320341",76820,76821 +"320342",76820,76883 +"320343",76821,76883 +"320344",76821,82587 +"320345",76822,87606 +"320346",76822,90535 +"320347",76822,104249 +"320348",76822,104513 +"320349",76823,101464 +"320350",76823,112842 +"320351",76823,121458 +"320352",76823,123200 +"320353",76824,80039 +"320354",76824,90626 +"320355",76824,103216 +"320356",76824,115455 +"320357",76825,103000 +"320358",76825,111639 +"320359",76825,119632 +"320360",76826,77436 +"320361",76826,88536 +"320362",76826,92553 +"320363",76826,97213 +"320364",76826,105181 +"320365",76826,107008 +"320366",76826,107043 +"320367",76826,107044 +"320368",76827,77938 +"320369",76827,88331 +"320370",76827,102383 +"320371",76828,76876 +"320372",76828,76881 +"320373",76829,98100 +"320374",76831,91292 +"320375",76831,91674 +"320376",76831,91675 +"320377",76831,91712 +"320378",76831,91765 +"320379",76831,107220 +"320380",76831,110700 +"320381",76831,111181 +"320382",76831,121658 +"320383",76832,108135 +"320384",76832,111894 +"320385",76832,112521 +"320386",76833,84657 +"320387",76833,89292 +"320388",76835,84230 +"320389",76835,84417 +"320390",76837,80086 +"320391",76837,82415 +"320392",76837,88357 +"320393",76837,91602 +"320394",76839,78768 +"320395",76839,91139 +"320396",76839,94456 +"320397",76839,102163 +"320398",76839,102175 +"320399",76839,102193 +"320400",76839,102200 +"320401",76839,105605 +"320402",76839,108403 +"320403",76839,108411 +"320404",76839,115587 +"320405",76839,123451 +"320406",76840,108157 +"320407",76842,76845 +"320408",76842,76856 +"320409",76843,77947 +"320410",76843,90070 +"320411",76843,99772 +"320412",76845,76856 +"320413",76845,80003 +"320414",76845,84137 +"320415",76845,91842 +"320416",76845,92458 +"320417",76845,95238 +"320418",76845,95665 +"320419",76845,104482 +"320420",76845,109034 +"320421",76845,110759 +"320422",76846,76853 +"320423",76846,81288 +"320424",76846,94451 +"320425",76851,76929 +"320426",76852,103832 +"320427",76853,81288 +"320428",76855,78409 +"320429",76856,80003 +"320430",76856,86988 +"320431",76856,95238 +"320432",76856,98751 +"320433",76856,114349 +"320434",76856,114351 +"320435",76856,123211 +"320436",76858,79502 +"320437",76860,86060 +"320438",76861,99225 +"320439",76862,78669 +"320440",76862,95418 +"320441",76862,96305 +"320442",76862,112073 +"320443",76862,112096 +"320444",76864,76891 +"320445",76865,76938 +"320446",76865,90655 +"320447",76866,76888 +"320448",76867,96933 +"320449",76869,76871 +"320450",76869,92083 +"320451",76869,97860 +"320452",76872,85641 +"320453",76872,86950 +"320454",76872,87397 +"320455",76872,87403 +"320456",76872,91815 +"320457",76872,106161 +"320458",76872,109715 +"320459",76873,76875 +"320460",76873,103854 +"320461",76873,112599 +"320462",76875,103854 +"320463",76876,76881 +"320464",76876,122487 +"320465",76878,111260 +"320466",76882,77651 +"320467",76882,96560 +"320468",76882,99648 +"320469",76884,105117 +"320470",76884,113124 +"320471",76885,87428 +"320472",76885,94493 +"320473",76886,76889 +"320474",76887,80018 +"320475",76889,89856 +"320476",76890,80555 +"320477",76890,81767 +"320478",76893,78360 +"320479",76893,78362 +"320480",76895,77072 +"320481",76896,76935 +"320482",76896,81401 +"320483",76896,103276 +"320484",76898,89585 +"320485",76899,90429 +"320486",76899,94265 +"320487",76899,97597 +"320488",76899,97615 +"320489",76899,105902 +"320490",76901,103909 +"320491",76902,83256 +"320492",76904,77745 +"320493",76904,79942 +"320494",76904,89047 +"320495",76905,77250 +"320496",76905,78010 +"320497",76905,98173 +"320498",76905,100973 +"320499",76905,102881 +"320500",76907,100579 +"320501",76907,100593 +"320502",76907,112203 +"320503",76908,90579 +"320504",76908,106622 +"320505",76909,80286 +"320506",76909,94354 +"320507",76909,100561 +"320508",76911,76916 +"320509",76911,99834 +"320510",76911,111096 +"320511",76911,111935 +"320512",76911,113817 +"320513",76912,78496 +"320514",76912,84243 +"320515",76912,84485 +"320516",76912,105823 +"320517",76913,78005 +"320518",76913,106390 +"320519",76915,77871 +"320520",76915,79242 +"320521",76915,110466 +"320522",76917,89951 +"320523",76917,100398 +"320524",76917,100460 +"320525",76917,117882 +"320526",76919,114308 +"320527",76920,88858 +"320528",76920,88887 +"320529",76921,80578 +"320530",76921,100998 +"320531",76921,106567 +"320532",76921,109259 +"320533",76921,114104 +"320534",76921,118636 +"320535",76921,120140 +"320536",76921,122429 +"320537",76921,122435 +"320538",76922,77050 +"320539",76922,83656 +"320540",76922,92699 +"320541",76927,99444 +"320542",76927,106883 +"320543",76927,110625 +"320544",76927,114983 +"320545",76927,115000 +"320546",76928,76956 +"320547",76928,96823 +"320548",76928,97954 +"320549",76928,97955 +"320550",76928,97972 +"320551",76928,97973 +"320552",76928,97981 +"320553",76928,97987 +"320554",76928,97994 +"320555",76928,97998 +"320556",76928,97999 +"320557",76928,98008 +"320558",76930,87286 +"320559",76932,103657 +"320560",76932,121817 +"320561",76932,121827 +"320562",76934,79236 +"320563",76934,84487 +"320564",76934,84527 +"320565",76934,102764 +"320566",76934,112924 +"320567",76936,95424 +"320568",76936,108423 +"320569",76937,82170 +"320570",76937,93264 +"320571",76937,94483 +"320572",76937,95549 +"320573",76937,95563 +"320574",76937,112941 +"320575",76940,77016 +"320576",76941,110848 +"320577",76942,81001 +"320578",76942,88338 +"320579",76943,77300 +"320580",76943,77302 +"320581",76944,80090 +"320582",76944,104184 +"320583",76944,104220 +"320584",76944,111470 +"320585",76945,77019 +"320586",76946,90397 +"320587",76946,106951 +"320588",76948,85882 +"320589",76948,86834 +"320590",76948,114123 +"320591",76949,76950 +"320592",76949,76951 +"320593",76949,77164 +"320594",76949,101240 +"320595",76949,114374 +"320596",76949,114427 +"320597",76949,114434 +"320598",76950,76951 +"320599",76955,79746 +"320600",76955,79778 +"320601",76955,94531 +"320602",76955,121679 +"320603",76956,96823 +"320604",76956,97954 +"320605",76956,97955 +"320606",76956,97972 +"320607",76956,97973 +"320608",76956,97981 +"320609",76956,97987 +"320610",76956,97994 +"320611",76956,97998 +"320612",76956,97999 +"320613",76956,98008 +"320614",76959,76965 +"320615",76959,82542 +"320616",76960,80402 +"320617",76961,77305 +"320618",76962,76979 +"320619",76963,76964 +"320620",76966,78524 +"320621",76966,79938 +"320622",76966,86433 +"320623",76967,77118 +"320624",76971,104809 +"320625",76971,110772 +"320626",76973,97752 +"320627",76974,95839 +"320628",76974,114828 +"320629",76975,76982 +"320630",76976,82994 +"320631",76978,80574 +"320632",76978,82503 +"320633",76978,83489 +"320634",76978,88293 +"320635",76978,95964 +"320636",76979,92154 +"320637",76979,99457 +"320638",76980,79842 +"320639",76981,83629 +"320640",76981,95325 +"320641",76984,77922 +"320642",76987,90656 +"320643",76987,103405 +"320644",76989,78421 +"320645",76989,80777 +"320646",76989,101504 +"320647",76989,101513 +"320648",76989,102236 +"320649",76989,111364 +"320650",76989,117044 +"320651",76989,117092 +"320652",76989,122925 +"320653",76989,122957 +"320654",76990,91232 +"320655",76990,109339 +"320656",76990,114266 +"320657",76990,118335 +"320658",76990,120853 +"320659",76990,120858 +"320660",76992,77061 +"320661",76992,77062 +"320662",76993,112255 +"320663",76995,77005 +"320664",76996,91637 +"320665",76996,91772 +"320666",76996,105512 +"320667",76997,77904 +"320668",76997,79317 +"320669",76997,79720 +"320670",76997,79877 +"320671",76997,80347 +"320672",76997,80348 +"320673",76997,87425 +"320674",76997,94580 +"320675",76997,100566 +"320676",76997,103920 +"320677",76997,108615 +"320678",76997,109339 +"320679",76999,98611 +"320680",76999,98939 +"320681",77001,83526 +"320682",77001,91782 +"320683",77001,100332 +"320684",77001,111143 +"320685",77002,80531 +"320686",77002,108950 +"320687",77002,108957 +"320688",77002,121897 +"320689",77003,82206 +"320690",77003,85878 +"320691",77003,93864 +"320692",77003,106529 +"320693",77003,106545 +"320694",77003,106568 +"320695",77005,111219 +"320696",77009,84810 +"320697",77009,85894 +"320698",77010,82239 +"320699",77010,82251 +"320700",77010,112000 +"320701",77011,88531 +"320702",77012,84098 +"320703",77012,89520 +"320704",77013,80229 +"320705",77013,87117 +"320706",77013,90705 +"320707",77014,105402 +"320708",77017,87806 +"320709",77018,79033 +"320710",77018,81369 +"320711",77018,86029 +"320712",77018,86232 +"320713",77018,111636 +"320714",77019,83046 +"320715",77019,84477 +"320716",77019,84877 +"320717",77019,97078 +"320718",77021,80232 +"320719",77022,77044 +"320720",77025,120345 +"320721",77026,79442 +"320722",77026,79443 +"320723",77026,84666 +"320724",77026,88583 +"320725",77026,100072 +"320726",77027,81967 +"320727",77028,96737 +"320728",77029,78096 +"320729",77029,85419 +"320730",77029,87014 +"320731",77030,77097 +"320732",77031,95155 +"320733",77031,96920 +"320734",77031,102561 +"320735",77031,107023 +"320736",77031,108620 +"320737",77031,114882 +"320738",77032,112556 +"320739",77033,77042 +"320740",77033,108475 +"320741",77033,108516 +"320742",77034,91616 +"320743",77034,93883 +"320744",77034,93886 +"320745",77036,102725 +"320746",77037,80354 +"320747",77037,84843 +"320748",77037,90983 +"320749",77037,121924 +"320750",77038,96933 +"320751",77038,100247 +"320752",77038,101075 +"320753",77038,111556 +"320754",77038,115594 +"320755",77038,119651 +"320756",77038,119965 +"320757",77038,120029 +"320758",77040,77055 +"320759",77040,77057 +"320760",77040,77066 +"320761",77040,77095 +"320762",77040,77096 +"320763",77040,77101 +"320764",77040,77102 +"320765",77040,77103 +"320766",77040,77106 +"320767",77040,80863 +"320768",77040,80924 +"320769",77043,90492 +"320770",77043,94539 +"320771",77043,114719 +"320772",77045,77065 +"320773",77046,85972 +"320774",77046,90412 +"320775",77046,91117 +"320776",77046,91120 +"320777",77047,77048 +"320778",77050,83656 +"320779",77050,92699 +"320780",77050,100570 +"320781",77053,77207 +"320782",77054,79095 +"320783",77054,96599 +"320784",77055,77057 +"320785",77055,77066 +"320786",77055,77095 +"320787",77055,77096 +"320788",77055,77101 +"320789",77055,77102 +"320790",77055,77103 +"320791",77055,77106 +"320792",77055,80057 +"320793",77055,80126 +"320794",77055,80247 +"320795",77055,80253 +"320796",77056,80615 +"320797",77056,83598 +"320798",77056,92862 +"320799",77056,92922 +"320800",77056,92976 +"320801",77056,93619 +"320802",77056,101131 +"320803",77056,102849 +"320804",77056,108578 +"320805",77056,109219 +"320806",77056,110872 +"320807",77057,77066 +"320808",77057,77095 +"320809",77057,77096 +"320810",77057,77101 +"320811",77057,77102 +"320812",77057,77103 +"320813",77057,77106 +"320814",77058,77113 +"320815",77058,77114 +"320816",77058,77119 +"320817",77058,77121 +"320818",77060,115873 +"320819",77061,77062 +"320820",77063,84074 +"320821",77063,98277 +"320822",77066,77095 +"320823",77066,77096 +"320824",77066,77101 +"320825",77066,77102 +"320826",77066,77103 +"320827",77066,77106 +"320828",77066,77174 +"320829",77067,79732 +"320830",77068,86405 +"320831",77068,110269 +"320832",77069,88261 +"320833",77073,90825 +"320834",77075,81402 +"320835",77077,77316 +"320836",77077,90153 +"320837",77077,92468 +"320838",77077,99940 +"320839",77077,105527 +"320840",77080,93923 +"320841",77080,95052 +"320842",77080,97755 +"320843",77081,107568 +"320844",77082,77120 +"320845",77083,81838 +"320846",77083,109133 +"320847",77083,111486 +"320848",77083,120375 +"320849",77085,102151 +"320850",77086,110001 +"320851",77087,82132 +"320852",77088,92429 +"320853",77089,78669 +"320854",77089,105917 +"320855",77091,87142 +"320856",77091,87235 +"320857",77093,77659 +"320858",77094,79974 +"320859",77094,106858 +"320860",77095,77096 +"320861",77095,77101 +"320862",77095,77102 +"320863",77095,77103 +"320864",77095,77106 +"320865",77095,116917 +"320866",77095,117041 +"320867",77096,77101 +"320868",77096,77102 +"320869",77096,77103 +"320870",77096,77106 +"320871",77097,79575 +"320872",77097,83779 +"320873",77097,90377 +"320874",77097,104036 +"320875",77097,118913 +"320876",77098,90093 +"320877",77098,109654 +"320878",77100,81604 +"320879",77101,77102 +"320880",77101,77103 +"320881",77101,77106 +"320882",77102,77103 +"320883",77102,77106 +"320884",77103,77106 +"320885",77104,120859 +"320886",77106,84962 +"320887",77108,77110 +"320888",77108,77112 +"320889",77110,77112 +"320890",77111,90008 +"320891",77111,90009 +"320892",77113,77114 +"320893",77113,77119 +"320894",77113,77121 +"320895",77114,77119 +"320896",77114,77121 +"320897",77115,103402 +"320898",77115,103411 +"320899",77116,89226 +"320900",77116,103099 +"320901",77119,77121 +"320902",77120,97407 +"320903",77120,101341 +"320904",77120,109783 +"320905",77122,100695 +"320906",77123,77151 +"320907",77123,119457 +"320908",77124,84447 +"320909",77124,85619 +"320910",77124,100507 +"320911",77124,103741 +"320912",77124,119945 +"320913",77124,121624 +"320914",77124,121635 +"320915",77125,78398 +"320916",77125,82426 +"320917",77125,84343 +"320918",77125,85000 +"320919",77125,85101 +"320920",77125,91682 +"320921",77125,93787 +"320922",77125,95267 +"320923",77125,97580 +"320924",77125,98727 +"320925",77125,98776 +"320926",77125,100795 +"320927",77125,106824 +"320928",77125,108879 +"320929",77125,109166 +"320930",77125,109604 +"320931",77125,109858 +"320932",77125,109878 +"320933",77125,112962 +"320934",77125,113990 +"320935",77125,115413 +"320936",77125,116123 +"320937",77125,117258 +"320938",77125,117560 +"320939",77125,118128 +"320940",77125,118836 +"320941",77125,118866 +"320942",77125,118873 +"320943",77125,119131 +"320944",77125,119513 +"320945",77125,119716 +"320946",77125,119769 +"320947",77125,120123 +"320948",77125,120169 +"320949",77125,120725 +"320950",77125,120944 +"320951",77125,121609 +"320952",77125,122007 +"320953",77125,122032 +"320954",77125,122035 +"320955",77125,122724 +"320956",77125,123070 +"320957",77125,123394 +"320958",77125,123490 +"320959",77127,86156 +"320960",77129,109146 +"320961",77129,117860 +"320962",77130,83367 +"320963",77130,88038 +"320964",77130,106952 +"320965",77131,90264 +"320966",77131,90265 +"320967",77131,100012 +"320968",77131,109235 +"320969",77132,92599 +"320970",77132,116675 +"320971",77133,77134 +"320972",77133,101822 +"320973",77135,106344 +"320974",77135,115985 +"320975",77136,121806 +"320976",77137,77669 +"320977",77137,77695 +"320978",77137,93295 +"320979",77138,93909 +"320980",77139,117988 +"320981",77141,77158 +"320982",77141,77190 +"320983",77142,104422 +"320984",77143,109042 +"320985",77144,77154 +"320986",77144,77192 +"320987",77144,77195 +"320988",77144,79867 +"320989",77144,79868 +"320990",77146,90704 +"320991",77146,104035 +"320992",77147,99625 +"320993",77147,104339 +"320994",77150,112075 +"320995",77154,77192 +"320996",77154,77195 +"320997",77155,96770 +"320998",77155,112305 +"320999",77156,77185 +"321000",77156,78457 +"321001",77156,80395 +"321002",77156,90352 +"321003",77156,93120 +"321004",77156,95182 +"321005",77156,95217 +"321006",77158,77190 +"321007",77159,119986 +"321008",77159,120056 +"321009",77160,77175 +"321010",77160,77179 +"321011",77163,121626 +"321012",77164,101240 +"321013",77164,114374 +"321014",77164,114427 +"321015",77164,114434 +"321016",77165,77213 +"321017",77165,77291 +"321018",77166,106042 +"321019",77166,117047 +"321020",77166,117072 +"321021",77166,117074 +"321022",77167,78791 +"321023",77167,79112 +"321024",77167,86969 +"321025",77167,87733 +"321026",77167,101424 +"321027",77167,105444 +"321028",77167,106442 +"321029",77167,106471 +"321030",77167,114965 +"321031",77169,77339 +"321032",77170,77328 +"321033",77170,77360 +"321034",77170,78694 +"321035",77170,90357 +"321036",77170,93717 +"321037",77170,97387 +"321038",77170,97407 +"321039",77170,97411 +"321040",77170,97413 +"321041",77171,86437 +"321042",77171,103396 +"321043",77172,77284 +"321044",77173,77346 +"321045",77173,77396 +"321046",77173,77401 +"321047",77173,77407 +"321048",77173,77417 +"321049",77173,77418 +"321050",77173,77480 +"321051",77173,77532 +"321052",77174,119431 +"321053",77175,77179 +"321054",77175,84614 +"321055",77175,92784 +"321056",77175,99523 +"321057",77175,119311 +"321058",77176,81578 +"321059",77176,85344 +"321060",77176,96347 +"321061",77176,96596 +"321062",77177,88176 +"321063",77177,101819 +"321064",77177,108859 +"321065",77178,77182 +"321066",77178,91190 +"321067",77178,107561 +"321068",77181,85565 +"321069",77181,97706 +"321070",77181,99958 +"321071",77181,99965 +"321072",77181,105050 +"321073",77181,115338 +"321074",77181,115820 +"321075",77181,119086 +"321076",77182,116557 +"321077",77182,122169 +"321078",77184,78507 +"321079",77184,78550 +"321080",77184,78551 +"321081",77186,80227 +"321082",77186,96826 +"321083",77186,96836 +"321084",77187,88615 +"321085",77187,91745 +"321086",77188,78316 +"321087",77188,81440 +"321088",77188,82949 +"321089",77188,88193 +"321090",77189,91701 +"321091",77189,93094 +"321092",77189,96521 +"321093",77189,107810 +"321094",77191,84715 +"321095",77191,113689 +"321096",77192,77195 +"321097",77193,77372 +"321098",77193,78972 +"321099",77193,83695 +"321100",77193,91529 +"321101",77194,93570 +"321102",77194,99073 +"321103",77194,101422 +"321104",77194,110482 +"321105",77194,113645 +"321106",77194,119753 +"321107",77196,85678 +"321108",77198,77271 +"321109",77198,80251 +"321110",77198,91321 +"321111",77199,93312 +"321112",77200,107065 +"321113",77201,77212 +"321114",77201,83479 +"321115",77201,103824 +"321116",77204,79518 +"321117",77204,103537 +"321118",77204,104834 +"321119",77204,104852 +"321120",77204,122295 +"321121",77208,79233 +"321122",77208,81844 +"321123",77208,109186 +"321124",77208,109421 +"321125",77208,110027 +"321126",77208,114890 +"321127",77208,122986 +"321128",77208,122991 +"321129",77210,83135 +"321130",77210,83869 +"321131",77210,83888 +"321132",77211,85439 +"321133",77211,85519 +"321134",77211,90299 +"321135",77211,99994 +"321136",77211,101721 +"321137",77211,109214 +"321138",77211,109308 +"321139",77211,113778 +"321140",77211,115736 +"321141",77211,117375 +"321142",77211,118993 +"321143",77213,77291 +"321144",77214,77215 +"321145",77214,81738 +"321146",77214,110439 +"321147",77214,121631 +"321148",77216,100835 +"321149",77216,115977 +"321150",77217,80728 +"321151",77217,83914 +"321152",77218,88484 +"321153",77219,80248 +"321154",77219,83168 +"321155",77219,105061 +"321156",77219,107054 +"321157",77219,107316 +"321158",77219,108546 +"321159",77219,116336 +"321160",77220,107854 +"321161",77222,77692 +"321162",77223,92931 +"321163",77223,103318 +"321164",77223,113466 +"321165",77224,103645 +"321166",77226,85068 +"321167",77227,79390 +"321168",77228,77229 +"321169",77228,77259 +"321170",77228,106744 +"321171",77229,77259 +"321172",77230,93314 +"321173",77231,82871 +"321174",77231,104232 +"321175",77231,106743 +"321176",77231,107612 +"321177",77231,111277 +"321178",77231,118576 +"321179",77231,120855 +"321180",77234,82362 +"321181",77234,89075 +"321182",77234,94447 +"321183",77237,79160 +"321184",77238,84844 +"321185",77239,86778 +"321186",77239,95771 +"321187",77239,99198 +"321188",77239,102518 +"321189",77239,110466 +"321190",77241,80053 +"321191",77242,85917 +"321192",77242,115631 +"321193",77242,121722 +"321194",77243,81980 +"321195",77243,85259 +"321196",77243,90182 +"321197",77243,91179 +"321198",77243,92773 +"321199",77244,77245 +"321200",77244,105297 +"321201",77247,86113 +"321202",77248,91944 +"321203",77248,105491 +"321204",77250,83826 +"321205",77251,90110 +"321206",77251,102311 +"321207",77251,103488 +"321208",77251,108483 +"321209",77251,112834 +"321210",77251,117419 +"321211",77253,77347 +"321212",77253,77394 +"321213",77255,86011 +"321214",77255,110935 +"321215",77255,113130 +"321216",77255,113131 +"321217",77256,77286 +"321218",77256,111332 +"321219",77257,87745 +"321220",77257,88309 +"321221",77257,98985 +"321222",77257,107578 +"321223",77258,84102 +"321224",77260,77425 +"321225",77260,77426 +"321226",77261,113975 +"321227",77262,77909 +"321228",77263,115489 +"321229",77264,84494 +"321230",77264,93522 +"321231",77265,77393 +"321232",77265,97081 +"321233",77269,123277 +"321234",77272,77357 +"321235",77272,77402 +"321236",77272,78248 +"321237",77272,78255 +"321238",77272,78339 +"321239",77272,78445 +"321240",77272,79022 +"321241",77272,79716 +"321242",77272,79989 +"321243",77272,80281 +"321244",77272,81728 +"321245",77272,82196 +"321246",77272,82383 +"321247",77272,82810 +"321248",77272,82854 +"321249",77272,83302 +"321250",77272,83853 +"321251",77272,83884 +"321252",77272,84379 +"321253",77272,84613 +"321254",77272,85465 +"321255",77272,85610 +"321256",77272,86351 +"321257",77272,86451 +"321258",77272,86882 +"321259",77272,87175 +"321260",77272,87451 +"321261",77272,87521 +"321262",77272,87572 +"321263",77272,87663 +"321264",77272,87721 +"321265",77272,87862 +"321266",77273,81904 +"321267",77274,80506 +"321268",77277,111513 +"321269",77277,111539 +"321270",77278,77285 +"321271",77280,99717 +"321272",77281,81236 +"321273",77281,83754 +"321274",77281,99343 +"321275",77281,102030 +"321276",77281,106561 +"321277",77282,77283 +"321278",77282,89252 +"321279",77285,87248 +"321280",77287,87311 +"321281",77287,102835 +"321282",77288,80615 +"321283",77288,85958 +"321284",77288,93590 +"321285",77288,93617 +"321286",77288,93680 +"321287",77288,93815 +"321288",77289,91877 +"321289",77289,117840 +"321290",77289,122730 +"321291",77291,99797 +"321292",77291,115116 +"321293",77291,117565 +"321294",77291,117568 +"321295",77295,91833 +"321296",77295,101306 +"321297",77298,81430 +"321298",77298,89023 +"321299",77298,121481 +"321300",77299,79492 +"321301",77299,85026 +"321302",77299,91660 +"321303",77300,77302 +"321304",77301,94747 +"321305",77302,82935 +"321306",77303,77797 +"321307",77304,77534 +"321308",77304,89718 +"321309",77304,107840 +"321310",77305,81588 +"321311",77305,82442 +"321312",77305,89097 +"321313",77305,92220 +"321314",77305,95008 +"321315",77305,104788 +"321316",77305,112329 +"321317",77306,91954 +"321318",77306,92125 +"321319",77306,93389 +"321320",77307,119913 +"321321",77308,99708 +"321322",77308,100627 +"321323",77308,103937 +"321324",77308,115660 +"321325",77310,77571 +"321326",77310,87665 +"321327",77313,78740 +"321328",77313,82396 +"321329",77313,120173 +"321330",77316,92468 +"321331",77318,80368 +"321332",77318,93730 +"321333",77319,77321 +"321334",77320,80291 +"321335",77322,94418 +"321336",77322,109407 +"321337",77323,82890 +"321338",77323,86522 +"321339",77323,86546 +"321340",77323,96468 +"321341",77323,99346 +"321342",77323,115703 +"321343",77324,98655 +"321344",77324,110866 +"321345",77325,83918 +"321346",77325,83941 +"321347",77326,88857 +"321348",77326,105889 +"321349",77328,77360 +"321350",77328,117538 +"321351",77330,114945 +"321352",77330,117702 +"321353",77330,117708 +"321354",77334,94625 +"321355",77335,89366 +"321356",77335,89377 +"321357",77336,106111 +"321358",77337,97440 +"321359",77337,111356 +"321360",77338,105977 +"321361",77339,106348 +"321362",77340,92589 +"321363",77340,92598 +"321364",77342,77348 +"321365",77342,91303 +"321366",77344,86661 +"321367",77344,103416 +"321368",77344,117132 +"321369",77346,77396 +"321370",77346,77401 +"321371",77346,77407 +"321372",77346,77417 +"321373",77346,77418 +"321374",77346,77480 +"321375",77346,77532 +"321376",77347,77394 +"321377",77348,78941 +"321378",77348,92271 +"321379",77348,92287 +"321380",77348,92323 +"321381",77348,102217 +"321382",77349,80270 +"321383",77349,82016 +"321384",77349,82028 +"321385",77350,100090 +"321386",77350,101733 +"321387",77350,102572 +"321388",77351,93647 +"321389",77352,77643 +"321390",77352,103197 +"321391",77353,95162 +"321392",77353,107073 +"321393",77356,81221 +"321394",77356,81222 +"321395",77356,83268 +"321396",77356,92797 +"321397",77356,92820 +"321398",77356,96194 +"321399",77357,77402 +"321400",77357,78248 +"321401",77357,78255 +"321402",77357,78339 +"321403",77357,78445 +"321404",77357,79022 +"321405",77357,79716 +"321406",77357,79989 +"321407",77357,80281 +"321408",77357,81728 +"321409",77357,82196 +"321410",77357,82383 +"321411",77357,82810 +"321412",77357,82854 +"321413",77357,83853 +"321414",77357,83884 +"321415",77357,84379 +"321416",77357,84613 +"321417",77357,85465 +"321418",77357,85610 +"321419",77357,86351 +"321420",77357,86451 +"321421",77357,86882 +"321422",77357,87175 +"321423",77357,87451 +"321424",77357,87521 +"321425",77357,87572 +"321426",77357,87663 +"321427",77357,87721 +"321428",77357,87862 +"321429",77361,77499 +"321430",77361,77716 +"321431",77362,85683 +"321432",77362,117333 +"321433",77362,118330 +"321434",77362,118331 +"321435",77363,90768 +"321436",77363,92851 +"321437",77363,93668 +"321438",77363,96884 +"321439",77363,99759 +"321440",77365,84869 +"321441",77366,93879 +"321442",77366,99622 +"321443",77367,78787 +"321444",77367,91395 +"321445",77367,112961 +"321446",77371,107967 +"321447",77374,77379 +"321448",77375,81811 +"321449",77375,95154 +"321450",77376,79377 +"321451",77376,82251 +"321452",77376,83458 +"321453",77376,92799 +"321454",77377,88958 +"321455",77377,91317 +"321456",77377,100848 +"321457",77377,109615 +"321458",77378,77392 +"321459",77378,110923 +"321460",77380,81924 +"321461",77380,104938 +"321462",77382,79285 +"321463",77382,81357 +"321464",77382,82881 +"321465",77385,77386 +"321466",77388,78929 +"321467",77388,93821 +"321468",77388,113960 +"321469",77391,86363 +"321470",77391,103098 +"321471",77396,77401 +"321472",77396,77407 +"321473",77396,77417 +"321474",77396,77418 +"321475",77396,77480 +"321476",77396,77532 +"321477",77397,79030 +"321478",77397,93454 +"321479",77397,98547 +"321480",77397,101555 +"321481",77397,104825 +"321482",77397,117753 +"321483",77397,119254 +"321484",77398,77414 +"321485",77399,77405 +"321486",77399,77406 +"321487",77401,77407 +"321488",77401,77417 +"321489",77401,77418 +"321490",77401,77480 +"321491",77401,77532 +"321492",77402,77634 +"321493",77402,77810 +"321494",77402,77822 +"321495",77402,77869 +"321496",77402,78248 +"321497",77402,78255 +"321498",77402,78339 +"321499",77402,78445 +"321500",77402,79022 +"321501",77402,79716 +"321502",77402,79989 +"321503",77402,80281 +"321504",77402,81728 +"321505",77402,82196 +"321506",77402,82383 +"321507",77402,82810 +"321508",77402,82854 +"321509",77402,83853 +"321510",77402,83884 +"321511",77402,84379 +"321512",77402,84613 +"321513",77402,85465 +"321514",77402,85610 +"321515",77402,86351 +"321516",77402,86451 +"321517",77402,86882 +"321518",77402,87175 +"321519",77402,87451 +"321520",77402,87521 +"321521",77402,87572 +"321522",77402,87663 +"321523",77402,87721 +"321524",77402,87862 +"321525",77405,77406 +"321526",77407,77417 +"321527",77407,77418 +"321528",77407,77480 +"321529",77407,77532 +"321530",77407,81812 +"321531",77409,88906 +"321532",77409,89819 +"321533",77409,109922 +"321534",77410,100991 +"321535",77410,114156 +"321536",77412,116405 +"321537",77412,116410 +"321538",77413,80424 +"321539",77413,82302 +"321540",77413,82303 +"321541",77413,115761 +"321542",77413,115772 +"321543",77415,83243 +"321544",77415,92604 +"321545",77415,101950 +"321546",77415,101969 +"321547",77415,110564 +"321548",77415,121123 +"321549",77415,121124 +"321550",77416,108722 +"321551",77417,77418 +"321552",77417,77480 +"321553",77417,77532 +"321554",77418,77480 +"321555",77418,77532 +"321556",77421,114862 +"321557",77422,83035 +"321558",77423,87840 +"321559",77424,116915 +"321560",77425,77426 +"321561",77425,78991 +"321562",77425,96041 +"321563",77425,108162 +"321564",77427,93102 +"321565",77427,99251 +"321566",77427,101024 +"321567",77427,109385 +"321568",77427,109458 +"321569",77427,112885 +"321570",77427,115545 +"321571",77428,77581 +"321572",77431,77433 +"321573",77432,79847 +"321574",77432,92674 +"321575",77432,94063 +"321576",77433,84620 +"321577",77433,98181 +"321578",77433,110281 +"321579",77433,110287 +"321580",77433,110300 +"321581",77433,110309 +"321582",77433,116115 +"321583",77434,93544 +"321584",77436,84683 +"321585",77437,77438 +"321586",77437,77439 +"321587",77438,77439 +"321588",77440,91435 +"321589",77441,81835 +"321590",77441,83821 +"321591",77441,100502 +"321592",77441,100583 +"321593",77441,108239 +"321594",77442,78809 +"321595",77442,81166 +"321596",77443,79659 +"321597",77443,86895 +"321598",77444,93609 +"321599",77444,106776 +"321600",77445,77469 +"321601",77446,84701 +"321602",77446,97278 +"321603",77446,117755 +"321604",77447,100477 +"321605",77447,109418 +"321606",77447,115387 +"321607",77447,115897 +"321608",77449,78488 +"321609",77449,83296 +"321610",77450,79834 +"321611",77450,89088 +"321612",77450,89113 +"321613",77450,104739 +"321614",77454,110761 +"321615",77455,77492 +"321616",77455,87690 +"321617",77455,102119 +"321618",77455,108704 +"321619",77456,78628 +"321620",77456,105350 +"321621",77456,106926 +"321622",77457,95676 +"321623",77460,78857 +"321624",77460,100233 +"321625",77460,100249 +"321626",77461,121203 +"321627",77462,90075 +"321628",77465,77997 +"321629",77465,81288 +"321630",77465,84009 +"321631",77466,77914 +"321632",77466,121547 +"321633",77467,79360 +"321634",77467,86896 +"321635",77468,109198 +"321636",77469,107229 +"321637",77470,84533 +"321638",77471,78522 +"321639",77471,90339 +"321640",77471,104140 +"321641",77474,109755 +"321642",77478,84780 +"321643",77480,77532 +"321644",77481,79463 +"321645",77485,93177 +"321646",77486,77489 +"321647",77486,88980 +"321648",77486,110058 +"321649",77486,111501 +"321650",77486,113795 +"321651",77488,89875 +"321652",77488,91735 +"321653",77488,93093 +"321654",77488,95662 +"321655",77488,117669 +"321656",77489,83077 +"321657",77489,88700 +"321658",77489,88926 +"321659",77489,90312 +"321660",77490,88327 +"321661",77494,110613 +"321662",77494,123071 +"321663",77496,77663 +"321664",77498,98518 +"321665",77499,77716 +"321666",77499,93444 +"321667",77500,77504 +"321668",77500,77527 +"321669",77500,77573 +"321670",77500,77583 +"321671",77500,77588 +"321672",77500,79028 +"321673",77503,87652 +"321674",77503,87669 +"321675",77503,91822 +"321676",77503,97968 +"321677",77503,98007 +"321678",77503,98033 +"321679",77503,98038 +"321680",77504,77527 +"321681",77504,77573 +"321682",77504,77583 +"321683",77504,77588 +"321684",77505,77523 +"321685",77505,77582 +"321686",77505,88554 +"321687",77505,88612 +"321688",77508,109105 +"321689",77509,108440 +"321690",77510,77525 +"321691",77511,90558 +"321692",77511,100701 +"321693",77511,111346 +"321694",77511,111619 +"321695",77512,77677 +"321696",77512,78419 +"321697",77513,85396 +"321698",77515,100369 +"321699",77516,84860 +"321700",77517,77522 +"321701",77517,77528 +"321702",77517,77607 +"321703",77518,77689 +"321704",77518,87153 +"321705",77518,87170 +"321706",77518,87174 +"321707",77519,80653 +"321708",77519,83034 +"321709",77519,92834 +"321710",77519,95126 +"321711",77519,107322 +"321712",77519,107423 +"321713",77519,107428 +"321714",77521,78273 +"321715",77522,77528 +"321716",77522,77607 +"321717",77523,77582 +"321718",77524,107651 +"321719",77525,82704 +"321720",77526,77542 +"321721",77526,77546 +"321722",77527,77573 +"321723",77527,77583 +"321724",77527,77588 +"321725",77528,77607 +"321726",77528,78651 +"321727",77533,98282 +"321728",77534,79400 +"321729",77534,107020 +"321730",77534,107722 +"321731",77534,107732 +"321732",77534,107746 +"321733",77535,77853 +"321734",77536,77537 +"321735",77536,83066 +"321736",77536,104332 +"321737",77538,85385 +"321738",77538,93234 +"321739",77540,80909 +"321740",77541,104100 +"321741",77542,77546 +"321742",77543,96979 +"321743",77544,110845 +"321744",77546,94283 +"321745",77548,83492 +"321746",77550,78948 +"321747",77551,84967 +"321748",77551,90283 +"321749",77552,87336 +"321750",77552,91179 +"321751",77552,93935 +"321752",77552,93936 +"321753",77552,99397 +"321754",77552,106828 +"321755",77552,118088 +"321756",77553,102198 +"321757",77553,102205 +"321758",77553,102235 +"321759",77553,102248 +"321760",77553,102265 +"321761",77554,80406 +"321762",77554,80407 +"321763",77555,77559 +"321764",77560,81754 +"321765",77560,83636 +"321766",77560,87535 +"321767",77565,78974 +"321768",77565,79561 +"321769",77565,86023 +"321770",77565,87434 +"321771",77565,87813 +"321772",77565,88773 +"321773",77565,90993 +"321774",77565,90994 +"321775",77565,92417 +"321776",77565,92786 +"321777",77565,92855 +"321778",77565,92887 +"321779",77565,96384 +"321780",77565,98715 +"321781",77565,100319 +"321782",77565,101250 +"321783",77565,101462 +"321784",77565,104828 +"321785",77565,104832 +"321786",77565,109885 +"321787",77565,110742 +"321788",77565,112606 +"321789",77565,116142 +"321790",77565,116150 +"321791",77565,116151 +"321792",77565,116152 +"321793",77565,116155 +"321794",77565,116159 +"321795",77565,116163 +"321796",77565,116165 +"321797",77565,116166 +"321798",77565,116171 +"321799",77565,116677 +"321800",77565,116678 +"321801",77566,85474 +"321802",77566,94606 +"321803",77571,80428 +"321804",77571,91327 +"321805",77571,91338 +"321806",77572,90990 +"321807",77573,77583 +"321808",77573,77588 +"321809",77573,110078 +"321810",77573,115154 +"321811",77573,115169 +"321812",77574,77587 +"321813",77574,91116 +"321814",77574,118977 +"321815",77578,87335 +"321816",77579,78442 +"321817",77579,82283 +"321818",77579,106350 +"321819",77580,82274 +"321820",77580,82280 +"321821",77580,93553 +"321822",77580,116602 +"321823",77583,77588 +"321824",77584,77609 +"321825",77584,87823 +"321826",77585,79766 +"321827",77585,80471 +"321828",77585,90441 +"321829",77586,79401 +"321830",77586,80249 +"321831",77586,80262 +"321832",77586,80280 +"321833",77586,80312 +"321834",77586,80337 +"321835",77586,80338 +"321836",77587,81885 +"321837",77587,81933 +"321838",77588,109394 +"321839",77588,109438 +"321840",77591,81296 +"321841",77591,94638 +"321842",77593,96157 +"321843",77595,117177 +"321844",77597,80704 +"321845",77597,83031 +"321846",77597,83049 +"321847",77597,83085 +"321848",77600,81205 +"321849",77600,111131 +"321850",77600,115955 +"321851",77600,122129 +"321852",77601,93924 +"321853",77602,105226 +"321854",77603,77606 +"321855",77610,92903 +"321856",77611,117771 +"321857",77612,88077 +"321858",77612,94386 +"321859",77612,103452 +"321860",77612,106271 +"321861",77612,112809 +"321862",77613,79004 +"321863",77613,80193 +"321864",77613,100715 +"321865",77613,101999 +"321866",77613,102350 +"321867",77616,93150 +"321868",77616,93521 +"321869",77616,118463 +"321870",77617,95719 +"321871",77618,92580 +"321872",77619,80054 +"321873",77619,89216 +"321874",77619,93884 +"321875",77619,108777 +"321876",77619,108793 +"321877",77622,77623 +"321878",77625,79126 +"321879",77625,79681 +"321880",77625,82452 +"321881",77625,88409 +"321882",77625,90883 +"321883",77625,91383 +"321884",77625,92113 +"321885",77625,98904 +"321886",77625,102940 +"321887",77625,118577 +"321888",77625,119085 +"321889",77625,119224 +"321890",77625,119439 +"321891",77625,120085 +"321892",77625,120232 +"321893",77625,120726 +"321894",77625,121213 +"321895",77627,77630 +"321896",77628,77820 +"321897",77629,79095 +"321898",77629,79619 +"321899",77629,90378 +"321900",77629,91352 +"321901",77629,91501 +"321902",77631,85432 +"321903",77631,88687 +"321904",77631,88823 +"321905",77631,88826 +"321906",77634,77810 +"321907",77634,77822 +"321908",77634,77869 +"321909",77635,81272 +"321910",77635,85571 +"321911",77635,85572 +"321912",77636,88959 +"321913",77636,94789 +"321914",77637,78645 +"321915",77642,112334 +"321916",77643,88620 +"321917",77644,90716 +"321918",77644,115940 +"321919",77645,79776 +"321920",77645,79792 +"321921",77645,107955 +"321922",77647,87560 +"321923",77647,112024 +"321924",77647,115015 +"321925",77647,120137 +"321926",77648,77830 +"321927",77650,86317 +"321928",77650,109813 +"321929",77651,80792 +"321930",77652,77654 +"321931",77653,83016 +"321932",77653,97389 +"321933",77653,97542 +"321934",77653,98076 +"321935",77655,103897 +"321936",77657,89415 +"321937",77657,96802 +"321938",77658,77730 +"321939",77660,86084 +"321940",77661,77705 +"321941",77661,79009 +"321942",77661,79041 +"321943",77661,98477 +"321944",77664,99375 +"321945",77665,77850 +"321946",77666,80730 +"321947",77669,77695 +"321948",77669,87381 +"321949",77673,81638 +"321950",77674,100968 +"321951",77674,101491 +"321952",77676,77696 +"321953",77676,81848 +"321954",77676,91465 +"321955",77676,92834 +"321956",77676,94994 +"321957",77676,95054 +"321958",77676,103324 +"321959",77676,103405 +"321960",77676,103406 +"321961",77676,106975 +"321962",77677,78419 +"321963",77677,83598 +"321964",77677,85072 +"321965",77677,89450 +"321966",77678,105427 +"321967",77682,78298 +"321968",77682,82909 +"321969",77682,94466 +"321970",77682,99819 +"321971",77682,102341 +"321972",77682,122336 +"321973",77683,78057 +"321974",77683,78221 +"321975",77683,91812 +"321976",77683,94571 +"321977",77683,104162 +"321978",77687,81929 +"321979",77687,99864 +"321980",77688,86839 +"321981",77688,93918 +"321982",77688,98165 +"321983",77688,108035 +"321984",77690,77741 +"321985",77690,90547 +"321986",77690,108327 +"321987",77691,80342 +"321988",77692,79208 +"321989",77692,96615 +"321990",77692,101385 +"321991",77692,121620 +"321992",77692,121665 +"321993",77693,78872 +"321994",77693,81570 +"321995",77693,85245 +"321996",77693,88046 +"321997",77693,99736 +"321998",77693,109506 +"321999",77693,112431 +"322000",77693,122007 +"322001",77695,117719 +"322002",77696,79435 +"322003",77696,79450 +"322004",77696,91465 +"322005",77696,91539 +"322006",77696,100649 +"322007",77696,103405 +"322008",77696,103406 +"322009",77700,119241 +"322010",77700,120301 +"322011",77701,83090 +"322012",77701,121630 +"322013",77703,97961 +"322014",77707,83668 +"322015",77707,91483 +"322016",77708,77727 +"322017",77709,78707 +"322018",77714,83797 +"322019",77714,87692 +"322020",77717,97328 +"322021",77719,78201 +"322022",77719,78277 +"322023",77719,79938 +"322024",77719,90721 +"322025",77719,92021 +"322026",77719,99159 +"322027",77719,104665 +"322028",77719,108375 +"322029",77719,113303 +"322030",77719,113640 +"322031",77719,117152 +"322032",77720,83342 +"322033",77720,98296 +"322034",77720,117732 +"322035",77722,78311 +"322036",77722,82103 +"322037",77722,84137 +"322038",77722,85411 +"322039",77722,85938 +"322040",77723,118583 +"322041",77725,84288 +"322042",77725,92480 +"322043",77725,94977 +"322044",77726,78676 +"322045",77726,78785 +"322046",77726,82356 +"322047",77726,96940 +"322048",77726,108497 +"322049",77727,78224 +"322050",77727,79222 +"322051",77727,82978 +"322052",77727,83306 +"322053",77727,85027 +"322054",77727,88412 +"322055",77727,90275 +"322056",77727,90426 +"322057",77727,91112 +"322058",77727,91526 +"322059",77727,93425 +"322060",77727,93523 +"322061",77727,94520 +"322062",77727,95954 +"322063",77727,99544 +"322064",77727,99547 +"322065",77727,99554 +"322066",77727,100595 +"322067",77727,100739 +"322068",77727,100819 +"322069",77727,101898 +"322070",77727,101988 +"322071",77727,102146 +"322072",77727,102201 +"322073",77727,102309 +"322074",77727,102635 +"322075",77727,102730 +"322076",77727,102846 +"322077",77727,103790 +"322078",77727,104095 +"322079",77727,104574 +"322080",77727,104784 +"322081",77727,104845 +"322082",77727,107269 +"322083",77727,107623 +"322084",77727,107714 +"322085",77727,107879 +"322086",77727,107975 +"322087",77730,78468 +"322088",77730,83539 +"322089",77731,83308 +"322090",77731,83494 +"322091",77732,93120 +"322092",77732,97969 +"322093",77732,98722 +"322094",77737,90924 +"322095",77738,103219 +"322096",77739,92283 +"322097",77739,92296 +"322098",77739,92319 +"322099",77740,85356 +"322100",77740,90802 +"322101",77740,94851 +"322102",77742,77870 +"322103",77742,77939 +"322104",77744,100558 +"322105",77745,108962 +"322106",77749,80837 +"322107",77749,113547 +"322108",77750,103308 +"322109",77750,103380 +"322110",77750,122534 +"322111",77751,81020 +"322112",77751,93124 +"322113",77751,101136 +"322114",77751,110564 +"322115",77752,102684 +"322116",77752,102728 +"322117",77752,109627 +"322118",77752,122479 +"322119",77754,77851 +"322120",77754,98132 +"322121",77754,98261 +"322122",77754,98275 +"322123",77754,98285 +"322124",77755,77777 +"322125",77755,92336 +"322126",77755,105549 +"322127",77756,79462 +"322128",77758,90869 +"322129",77758,90911 +"322130",77758,97124 +"322131",77758,98877 +"322132",77758,99322 +"322133",77758,99513 +"322134",77758,101858 +"322135",77758,113450 +"322136",77758,117768 +"322137",77758,118391 +"322138",77758,118733 +"322139",77758,123377 +"322140",77761,98037 +"322141",77761,98846 +"322142",77762,90670 +"322143",77763,90872 +"322144",77763,96513 +"322145",77763,99424 +"322146",77763,100750 +"322147",77763,102215 +"322148",77763,108760 +"322149",77763,121352 +"322150",77767,78423 +"322151",77767,78435 +"322152",77770,77778 +"322153",77770,87491 +"322154",77770,89050 +"322155",77770,90156 +"322156",77770,90739 +"322157",77770,91511 +"322158",77770,92564 +"322159",77770,97339 +"322160",77770,107129 +"322161",77771,107338 +"322162",77771,107566 +"322163",77773,77785 +"322164",77773,77793 +"322165",77774,77795 +"322166",77774,89086 +"322167",77774,89087 +"322168",77774,91412 +"322169",77774,95481 +"322170",77774,100218 +"322171",77774,106875 +"322172",77774,109814 +"322173",77775,121430 +"322174",77776,99947 +"322175",77776,113459 +"322176",77776,115911 +"322177",77776,115925 +"322178",77776,115974 +"322179",77776,118201 +"322180",77776,118208 +"322181",77778,79740 +"322182",77778,83038 +"322183",77778,89050 +"322184",77778,90156 +"322185",77778,90739 +"322186",77778,91892 +"322187",77778,97339 +"322188",77778,100426 +"322189",77778,103792 +"322190",77778,105725 +"322191",77778,108698 +"322192",77779,101034 +"322193",77781,103147 +"322194",77782,77783 +"322195",77782,79617 +"322196",77782,121823 +"322197",77784,94230 +"322198",77784,104013 +"322199",77785,77793 +"322200",77785,91715 +"322201",77786,81731 +"322202",77788,99484 +"322203",77788,106739 +"322204",77788,109411 +"322205",77788,120798 +"322206",77789,77858 +"322207",77789,82943 +"322208",77790,96086 +"322209",77790,108576 +"322210",77790,108593 +"322211",77791,77988 +"322212",77791,80402 +"322213",77792,78774 +"322214",77792,82478 +"322215",77793,89043 +"322216",77795,89086 +"322217",77795,95481 +"322218",77797,89508 +"322219",77798,84518 +"322220",77800,78055 +"322221",77800,87812 +"322222",77800,91507 +"322223",77804,96129 +"322224",77805,78017 +"322225",77807,110841 +"322226",77808,77863 +"322227",77808,77877 +"322228",77808,77878 +"322229",77809,81424 +"322230",77810,77822 +"322231",77810,77869 +"322232",77811,84268 +"322233",77811,96019 +"322234",77811,103972 +"322235",77811,103973 +"322236",77811,103977 +"322237",77811,103986 +"322238",77811,103999 +"322239",77812,79607 +"322240",77815,77862 +"322241",77816,112939 +"322242",77816,115551 +"322243",77817,79424 +"322244",77817,79489 +"322245",77818,90119 +"322246",77818,92429 +"322247",77818,113728 +"322248",77818,116800 +"322249",77818,119756 +"322250",77822,77869 +"322251",77823,100945 +"322252",77823,109474 +"322253",77823,120202 +"322254",77823,121259 +"322255",77823,122043 +"322256",77824,82253 +"322257",77825,101255 +"322258",77829,82070 +"322259",77829,89972 +"322260",77831,100232 +"322261",77831,105006 +"322262",77831,119240 +"322263",77831,120659 +"322264",77832,88245 +"322265",77833,83198 +"322266",77833,102699 +"322267",77834,83142 +"322268",77834,89122 +"322269",77834,119594 +"322270",77835,82692 +"322271",77836,89479 +"322272",77836,92820 +"322273",77837,78104 +"322274",77841,77979 +"322275",77842,77989 +"322276",77843,77987 +"322277",77844,85027 +"322278",77844,96664 +"322279",77844,108325 +"322280",77846,85685 +"322281",77847,123063 +"322282",77849,106175 +"322283",77849,111137 +"322284",77853,81997 +"322285",77853,98011 +"322286",77855,85695 +"322287",77855,89668 +"322288",77855,96678 +"322289",77855,101345 +"322290",77855,104069 +"322291",77855,104381 +"322292",77855,106702 +"322293",77857,84484 +"322294",77857,84545 +"322295",77857,99348 +"322296",77859,95859 +"322297",77859,121870 +"322298",77860,81265 +"322299",77860,117360 +"322300",77861,78971 +"322301",77863,77877 +"322302",77863,77878 +"322303",77864,96371 +"322304",77865,91928 +"322305",77865,98959 +"322306",77865,104560 +"322307",77866,87343 +"322308",77866,91381 +"322309",77868,97327 +"322310",77868,110760 +"322311",77870,77939 +"322312",77870,86352 +"322313",77870,101716 +"322314",77870,113848 +"322315",77870,117475 +"322316",77870,118219 +"322317",77871,79242 +"322318",77871,79806 +"322319",77871,81000 +"322320",77871,90021 +"322321",77871,94768 +"322322",77871,96513 +"322323",77871,97348 +"322324",77871,99070 +"322325",77871,104662 +"322326",77871,105207 +"322327",77871,107533 +"322328",77871,108699 +"322329",77871,108709 +"322330",77871,109337 +"322331",77871,109750 +"322332",77871,109977 +"322333",77871,110466 +"322334",77871,111086 +"322335",77871,113473 +"322336",77871,116797 +"322337",77873,77902 +"322338",77873,85188 +"322339",77873,87861 +"322340",77873,92812 +"322341",77873,101760 +"322342",77873,107005 +"322343",77873,109001 +"322344",77873,116518 +"322345",77877,77878 +"322346",77879,93402 +"322347",77880,85778 +"322348",77880,89362 +"322349",77880,120792 +"322350",77881,77897 +"322351",77881,78021 +"322352",77881,99678 +"322353",77881,101152 +"322354",77881,101392 +"322355",77884,101476 +"322356",77885,81408 +"322357",77885,83446 +"322358",77885,83750 +"322359",77885,97087 +"322360",77885,106740 +"322361",77885,112966 +"322362",77885,117575 +"322363",77885,119308 +"322364",77885,119312 +"322365",77885,119347 +"322366",77885,119349 +"322367",77885,119355 +"322368",77885,121845 +"322369",77890,113194 +"322370",77890,119515 +"322371",77891,110415 +"322372",77892,87049 +"322373",77892,87083 +"322374",77892,100241 +"322375",77893,85761 +"322376",77895,78055 +"322377",77897,78021 +"322378",77897,82494 +"322379",77902,87861 +"322380",77904,78111 +"322381",77904,84792 +"322382",77904,90078 +"322383",77904,95366 +"322384",77904,109339 +"322385",77904,110887 +"322386",77904,110892 +"322387",77904,111300 +"322388",77904,121380 +"322389",77907,78086 +"322390",77907,118612 +"322391",77909,78817 +"322392",77909,81292 +"322393",77909,81308 +"322394",77909,91559 +"322395",77909,104223 +"322396",77910,77912 +"322397",77910,107766 +"322398",77911,85053 +"322399",77911,92718 +"322400",77911,92739 +"322401",77911,97643 +"322402",77914,77936 +"322403",77914,121547 +"322404",77915,97840 +"322405",77915,100243 +"322406",77915,104197 +"322407",77915,114426 +"322408",77916,82681 +"322409",77917,109760 +"322410",77918,94623 +"322411",77918,98671 +"322412",77919,106177 +"322413",77922,84846 +"322414",77922,89077 +"322415",77922,97331 +"322416",77924,81135 +"322417",77924,88932 +"322418",77924,106328 +"322419",77927,77928 +"322420",77927,77932 +"322421",77928,77932 +"322422",77929,92368 +"322423",77929,98838 +"322424",77929,98889 +"322425",77929,98910 +"322426",77929,98999 +"322427",77929,109967 +"322428",77930,84270 +"322429",77932,85614 +"322430",77933,83333 +"322431",77933,83363 +"322432",77934,93745 +"322433",77934,105910 +"322434",77938,88294 +"322435",77940,80663 +"322436",77941,86881 +"322437",77941,89644 +"322438",77941,97959 +"322439",77941,103898 +"322440",77942,89693 +"322441",77943,118266 +"322442",77944,111080 +"322443",77947,90070 +"322444",77948,83871 +"322445",77948,87244 +"322446",77948,99682 +"322447",77950,86167 +"322448",77951,122175 +"322449",77952,88754 +"322450",77952,88777 +"322451",77953,94878 +"322452",77953,94900 +"322453",77954,88487 +"322454",77955,105217 +"322455",77956,77957 +"322456",77959,109208 +"322457",77961,89274 +"322458",77962,105401 +"322459",77965,85736 +"322460",77965,96353 +"322461",77965,96926 +"322462",77965,96927 +"322463",77965,97957 +"322464",77967,77985 +"322465",77967,80549 +"322466",77967,101534 +"322467",77967,101684 +"322468",77967,102703 +"322469",77967,112672 +"322470",77971,101604 +"322471",77971,102202 +"322472",77971,109099 +"322473",77974,102495 +"322474",77974,119623 +"322475",77977,88341 +"322476",77977,90966 +"322477",77977,93082 +"322478",77977,103193 +"322479",77977,103471 +"322480",77978,79849 +"322481",77978,88544 +"322482",77978,97836 +"322483",77981,108004 +"322484",77982,78130 +"322485",77982,86717 +"322486",77982,111316 +"322487",77984,91715 +"322488",77984,91750 +"322489",77989,99219 +"322490",77993,79314 +"322491",77993,84705 +"322492",77993,86149 +"322493",77994,77995 +"322494",77995,105430 +"322495",77997,81288 +"322496",77998,90545 +"322497",77998,94994 +"322498",77998,119667 +"322499",77998,119670 +"322500",77998,119680 +"322501",77998,121812 +"322502",78002,80351 +"322503",78002,98205 +"322504",78002,109108 +"322505",78002,111222 +"322506",78003,96636 +"322507",78005,80088 +"322508",78005,80400 +"322509",78005,81462 +"322510",78005,88374 +"322511",78005,88662 +"322512",78005,89286 +"322513",78005,92726 +"322514",78005,92727 +"322515",78005,92758 +"322516",78005,98295 +"322517",78005,109923 +"322518",78007,85843 +"322519",78007,102615 +"322520",78008,78009 +"322521",78008,78094 +"322522",78008,111195 +"322523",78009,93910 +"322524",78011,85618 +"322525",78011,114236 +"322526",78011,114296 +"322527",78011,114426 +"322528",78012,106080 +"322529",78014,83157 +"322530",78016,94221 +"322531",78018,82286 +"322532",78018,100654 +"322533",78019,83081 +"322534",78019,85885 +"322535",78019,99262 +"322536",78019,115133 +"322537",78020,84340 +"322538",78022,116177 +"322539",78024,82025 +"322540",78024,84786 +"322541",78024,84818 +"322542",78024,92709 +"322543",78024,115462 +"322544",78024,115571 +"322545",78024,119721 +"322546",78025,82080 +"322547",78025,85821 +"322548",78025,86809 +"322549",78025,94565 +"322550",78025,105602 +"322551",78026,93284 +"322552",78028,79743 +"322553",78030,94827 +"322554",78031,88981 +"322555",78031,119423 +"322556",78032,122076 +"322557",78033,105579 +"322558",78036,78042 +"322559",78036,78043 +"322560",78036,78232 +"322561",78036,78234 +"322562",78036,93065 +"322563",78036,100345 +"322564",78037,85324 +"322565",78037,104280 +"322566",78037,109695 +"322567",78037,109699 +"322568",78039,87927 +"322569",78042,78043 +"322570",78042,78232 +"322571",78042,78234 +"322572",78043,78232 +"322573",78043,78234 +"322574",78047,85292 +"322575",78047,114350 +"322576",78048,81484 +"322577",78049,95967 +"322578",78050,98676 +"322579",78051,104742 +"322580",78051,122783 +"322581",78052,91899 +"322582",78053,84431 +"322583",78055,97180 +"322584",78055,98240 +"322585",78055,112067 +"322586",78055,115681 +"322587",78056,79391 +"322588",78056,88354 +"322589",78056,117904 +"322590",78057,78221 +"322591",78057,83286 +"322592",78057,83291 +"322593",78057,87259 +"322594",78057,87458 +"322595",78059,100293 +"322596",78059,118772 +"322597",78059,118775 +"322598",78059,118776 +"322599",78063,78429 +"322600",78063,78569 +"322601",78063,82143 +"322602",78063,83231 +"322603",78063,86471 +"322604",78063,90804 +"322605",78063,91022 +"322606",78063,91045 +"322607",78063,95675 +"322608",78063,101516 +"322609",78063,102387 +"322610",78063,108374 +"322611",78063,108893 +"322612",78063,109101 +"322613",78063,109523 +"322614",78063,110993 +"322615",78063,111338 +"322616",78063,111398 +"322617",78063,111409 +"322618",78063,111480 +"322619",78063,112422 +"322620",78063,112648 +"322621",78063,112708 +"322622",78063,112820 +"322623",78063,112997 +"322624",78063,113597 +"322625",78063,114418 +"322626",78063,114582 +"322627",78063,115371 +"322628",78063,116028 +"322629",78063,116604 +"322630",78064,78074 +"322631",78064,86262 +"322632",78064,96311 +"322633",78065,95758 +"322634",78065,101142 +"322635",78065,102780 +"322636",78065,107353 +"322637",78065,110330 +"322638",78065,110353 +"322639",78065,110442 +"322640",78065,111370 +"322641",78066,78269 +"322642",78066,80329 +"322643",78067,78069 +"322644",78067,78075 +"322645",78067,78077 +"322646",78068,78079 +"322647",78068,87456 +"322648",78068,102881 +"322649",78069,78075 +"322650",78069,78077 +"322651",78069,87684 +"322652",78072,79254 +"322653",78072,83247 +"322654",78073,79331 +"322655",78073,79710 +"322656",78073,79711 +"322657",78073,79720 +"322658",78073,79725 +"322659",78073,79738 +"322660",78073,79748 +"322661",78073,79750 +"322662",78073,79754 +"322663",78073,79758 +"322664",78073,79760 +"322665",78073,79771 +"322666",78073,79780 +"322667",78073,79781 +"322668",78073,79803 +"322669",78074,94655 +"322670",78074,96311 +"322671",78074,111240 +"322672",78074,114816 +"322673",78075,78077 +"322674",78075,86401 +"322675",78076,80370 +"322676",78076,85402 +"322677",78076,91904 +"322678",78076,101927 +"322679",78077,81531 +"322680",78078,88458 +"322681",78078,90222 +"322682",78080,97983 +"322683",78081,78110 +"322684",78081,78630 +"322685",78081,78768 +"322686",78081,79850 +"322687",78081,92699 +"322688",78081,93771 +"322689",78082,82809 +"322690",78082,92107 +"322691",78082,115561 +"322692",78083,86534 +"322693",78083,86552 +"322694",78083,86570 +"322695",78084,78121 +"322696",78084,78162 +"322697",78084,78175 +"322698",78085,92123 +"322699",78085,102455 +"322700",78086,78289 +"322701",78086,102922 +"322702",78086,104762 +"322703",78086,106913 +"322704",78088,93255 +"322705",78088,93321 +"322706",78089,79004 +"322707",78089,80825 +"322708",78089,87883 +"322709",78089,91611 +"322710",78091,93430 +"322711",78091,110895 +"322712",78091,110900 +"322713",78092,79403 +"322714",78092,102913 +"322715",78092,102921 +"322716",78093,95110 +"322717",78094,111195 +"322718",78095,86547 +"322719",78096,104029 +"322720",78097,117447 +"322721",78098,112417 +"322722",78098,115220 +"322723",78099,83573 +"322724",78099,119537 +"322725",78101,84054 +"322726",78101,93968 +"322727",78102,78669 +"322728",78102,79183 +"322729",78102,94200 +"322730",78102,98643 +"322731",78102,101155 +"322732",78102,101189 +"322733",78103,79325 +"322734",78103,111653 +"322735",78104,83500 +"322736",78104,109867 +"322737",78105,83931 +"322738",78105,109956 +"322739",78106,93722 +"322740",78108,79874 +"322741",78108,82227 +"322742",78108,84263 +"322743",78109,78176 +"322744",78110,78630 +"322745",78110,107320 +"322746",78112,79002 +"322747",78112,81627 +"322748",78113,94544 +"322749",78113,98597 +"322750",78113,110593 +"322751",78113,122328 +"322752",78113,122332 +"322753",78113,122333 +"322754",78114,78566 +"322755",78116,78697 +"322756",78117,82826 +"322757",78117,83076 +"322758",78117,93186 +"322759",78119,84474 +"322760",78121,78162 +"322761",78121,78175 +"322762",78122,87226 +"322763",78122,120533 +"322764",78123,78163 +"322765",78123,78164 +"322766",78123,78165 +"322767",78123,78188 +"322768",78123,78887 +"322769",78123,84062 +"322770",78124,115919 +"322771",78125,78300 +"322772",78125,101079 +"322773",78126,103877 +"322774",78126,122320 +"322775",78127,94862 +"322776",78128,98800 +"322777",78129,78737 +"322778",78129,79670 +"322779",78129,95125 +"322780",78129,97194 +"322781",78129,101914 +"322782",78129,101946 +"322783",78129,102852 +"322784",78129,108792 +"322785",78131,83727 +"322786",78132,112556 +"322787",78132,113056 +"322788",78133,100764 +"322789",78135,102567 +"322790",78136,78791 +"322791",78136,96003 +"322792",78137,79293 +"322793",78137,91560 +"322794",78137,91581 +"322795",78137,91584 +"322796",78137,91616 +"322797",78137,91620 +"322798",78138,78140 +"322799",78138,82171 +"322800",78139,93497 +"322801",78139,99495 +"322802",78139,99829 +"322803",78141,92129 +"322804",78142,78143 +"322805",78142,83456 +"322806",78142,109974 +"322807",78142,114080 +"322808",78142,114109 +"322809",78144,87060 +"322810",78144,87073 +"322811",78145,78497 +"322812",78145,94194 +"322813",78145,107725 +"322814",78147,98456 +"322815",78147,98489 +"322816",78148,78667 +"322817",78148,80648 +"322818",78149,123235 +"322819",78150,80625 +"322820",78150,81074 +"322821",78150,96352 +"322822",78150,99207 +"322823",78150,101096 +"322824",78150,103930 +"322825",78150,119991 +"322826",78152,80513 +"322827",78153,121545 +"322828",78154,80237 +"322829",78154,92642 +"322830",78157,78170 +"322831",78157,78174 +"322832",78158,92899 +"322833",78159,78166 +"322834",78159,78330 +"322835",78159,84603 +"322836",78159,115904 +"322837",78162,78175 +"322838",78163,78164 +"322839",78163,78165 +"322840",78163,78188 +"322841",78164,78165 +"322842",78164,78188 +"322843",78165,78188 +"322844",78167,100080 +"322845",78170,78174 +"322846",78172,78173 +"322847",78177,80266 +"322848",78177,85608 +"322849",78180,78786 +"322850",78180,87338 +"322851",78180,95991 +"322852",78180,101468 +"322853",78180,114915 +"322854",78181,80082 +"322855",78181,85209 +"322856",78181,88716 +"322857",78181,89021 +"322858",78181,97001 +"322859",78181,102339 +"322860",78182,79532 +"322861",78182,96301 +"322862",78184,88724 +"322863",78185,98873 +"322864",78185,108903 +"322865",78185,123243 +"322866",78187,82043 +"322867",78190,86158 +"322868",78193,88214 +"322869",78198,78199 +"322870",78199,106708 +"322871",78201,78205 +"322872",78201,113303 +"322873",78202,85278 +"322874",78202,87805 +"322875",78203,78323 +"322876",78204,80590 +"322877",78204,80612 +"322878",78204,80634 +"322879",78204,80658 +"322880",78204,80659 +"322881",78204,110074 +"322882",78206,94658 +"322883",78207,78243 +"322884",78207,84996 +"322885",78207,92534 +"322886",78208,80988 +"322887",78208,91056 +"322888",78208,100016 +"322889",78208,100056 +"322890",78208,109887 +"322891",78208,109897 +"322892",78209,78814 +"322893",78209,86675 +"322894",78209,117166 +"322895",78210,88283 +"322896",78210,89862 +"322897",78211,83934 +"322898",78211,86721 +"322899",78211,118887 +"322900",78213,88854 +"322901",78213,88951 +"322902",78214,92883 +"322903",78214,104793 +"322904",78214,109521 +"322905",78215,78425 +"322906",78216,88465 +"322907",78216,92901 +"322908",78217,79913 +"322909",78217,90733 +"322910",78217,90763 +"322911",78217,103469 +"322912",78219,81556 +"322913",78219,98453 +"322914",78221,79206 +"322915",78222,103080 +"322916",78223,102330 +"322917",78223,102347 +"322918",78224,79222 +"322919",78224,82978 +"322920",78224,83306 +"322921",78224,85027 +"322922",78224,88412 +"322923",78224,90275 +"322924",78224,90426 +"322925",78224,91112 +"322926",78224,91526 +"322927",78224,93425 +"322928",78224,93523 +"322929",78224,94520 +"322930",78224,95954 +"322931",78224,99544 +"322932",78224,99547 +"322933",78224,99554 +"322934",78224,100595 +"322935",78224,100739 +"322936",78224,100819 +"322937",78224,101898 +"322938",78224,101988 +"322939",78224,102146 +"322940",78224,102201 +"322941",78224,102309 +"322942",78224,102635 +"322943",78224,102730 +"322944",78224,102846 +"322945",78224,103790 +"322946",78224,104095 +"322947",78224,104574 +"322948",78224,104784 +"322949",78224,104845 +"322950",78224,107269 +"322951",78224,107623 +"322952",78224,107714 +"322953",78224,107879 +"322954",78224,107975 +"322955",78225,78226 +"322956",78225,78229 +"322957",78225,78230 +"322958",78226,78229 +"322959",78226,78230 +"322960",78226,86544 +"322961",78226,86545 +"322962",78227,90253 +"322963",78227,90266 +"322964",78227,95347 +"322965",78227,95367 +"322966",78229,78230 +"322967",78231,87580 +"322968",78232,78234 +"322969",78233,80254 +"322970",78235,78249 +"322971",78237,78340 +"322972",78237,97229 +"322973",78237,118896 +"322974",78237,118897 +"322975",78239,110518 +"322976",78243,82396 +"322977",78243,99140 +"322978",78244,80001 +"322979",78246,82771 +"322980",78246,113502 +"322981",78248,78255 +"322982",78248,78339 +"322983",78248,78445 +"322984",78248,79022 +"322985",78248,79716 +"322986",78248,79989 +"322987",78248,80281 +"322988",78248,81728 +"322989",78248,82196 +"322990",78248,82383 +"322991",78248,82810 +"322992",78248,82854 +"322993",78248,83853 +"322994",78248,83884 +"322995",78248,84379 +"322996",78248,84613 +"322997",78248,85465 +"322998",78248,85610 +"322999",78248,86351 +"323000",78248,86451 +"323001",78248,86882 +"323002",78248,87175 +"323003",78248,87451 +"323004",78248,87521 +"323005",78248,87572 +"323006",78248,87663 +"323007",78248,87721 +"323008",78248,87862 +"323009",78250,90626 +"323010",78250,117422 +"323011",78250,120256 +"323012",78250,121034 +"323013",78252,90028 +"323014",78252,102026 +"323015",78252,119856 +"323016",78253,80812 +"323017",78253,107796 +"323018",78253,120230 +"323019",78254,108597 +"323020",78255,78339 +"323021",78255,78445 +"323022",78255,79022 +"323023",78255,79716 +"323024",78255,79989 +"323025",78255,80281 +"323026",78255,81728 +"323027",78255,82196 +"323028",78255,82383 +"323029",78255,82810 +"323030",78255,82854 +"323031",78255,83853 +"323032",78255,83884 +"323033",78255,84379 +"323034",78255,84613 +"323035",78255,85465 +"323036",78255,85610 +"323037",78255,86351 +"323038",78255,86451 +"323039",78255,86882 +"323040",78255,87175 +"323041",78255,87451 +"323042",78255,87521 +"323043",78255,87572 +"323044",78255,87663 +"323045",78255,87721 +"323046",78255,87862 +"323047",78256,81360 +"323048",78256,84505 +"323049",78256,110816 +"323050",78256,115121 +"323051",78257,90509 +"323052",78257,93642 +"323053",78257,95265 +"323054",78257,97914 +"323055",78257,98210 +"323056",78257,103764 +"323057",78257,104486 +"323058",78257,109719 +"323059",78257,114291 +"323060",78257,114697 +"323061",78257,114714 +"323062",78257,116085 +"323063",78257,116103 +"323064",78257,116112 +"323065",78257,116113 +"323066",78260,79997 +"323067",78260,84122 +"323068",78260,92921 +"323069",78261,90510 +"323070",78262,88240 +"323071",78262,88920 +"323072",78262,89018 +"323073",78262,89601 +"323074",78263,120337 +"323075",78264,88969 +"323076",78264,97193 +"323077",78264,102259 +"323078",78265,84671 +"323079",78266,89771 +"323080",78266,103695 +"323081",78267,89321 +"323082",78268,80557 +"323083",78268,105540 +"323084",78269,110360 +"323085",78270,89358 +"323086",78270,89889 +"323087",78270,105273 +"323088",78270,106114 +"323089",78270,115077 +"323090",78273,81313 +"323091",78274,82745 +"323092",78274,90695 +"323093",78275,78333 +"323094",78275,78343 +"323095",78276,81788 +"323096",78277,79938 +"323097",78277,90721 +"323098",78277,92021 +"323099",78277,120321 +"323100",78278,84889 +"323101",78278,88804 +"323102",78278,90169 +"323103",78278,102654 +"323104",78281,97032 +"323105",78283,91435 +"323106",78283,94657 +"323107",78283,121301 +"323108",78284,78293 +"323109",78286,80937 +"323110",78286,90827 +"323111",78286,94228 +"323112",78286,94932 +"323113",78286,95997 +"323114",78286,98368 +"323115",78286,113596 +"323116",78287,86261 +"323117",78287,93017 +"323118",78287,104497 +"323119",78288,98892 +"323120",78288,117549 +"323121",78289,78295 +"323122",78289,106913 +"323123",78289,120435 +"323124",78290,84432 +"323125",78292,109598 +"323126",78294,104099 +"323127",78295,120435 +"323128",78297,111210 +"323129",78297,119216 +"323130",78300,107371 +"323131",78303,120538 +"323132",78303,120542 +"323133",78305,91544 +"323134",78305,93856 +"323135",78305,94172 +"323136",78305,94758 +"323137",78305,99044 +"323138",78305,99097 +"323139",78305,100574 +"323140",78305,100967 +"323141",78306,78959 +"323142",78306,81057 +"323143",78306,89894 +"323144",78307,96070 +"323145",78308,80754 +"323146",78308,85313 +"323147",78308,86407 +"323148",78308,89406 +"323149",78308,96431 +"323150",78311,78319 +"323151",78312,93274 +"323152",78312,101426 +"323153",78313,86269 +"323154",78313,94093 +"323155",78313,95692 +"323156",78313,120367 +"323157",78314,90421 +"323158",78314,113681 +"323159",78314,119015 +"323160",78314,122258 +"323161",78315,103878 +"323162",78316,82949 +"323163",78316,88193 +"323164",78322,93405 +"323165",78322,93459 +"323166",78322,99291 +"323167",78323,81599 +"323168",78323,82206 +"323169",78323,89336 +"323170",78323,89346 +"323171",78323,94516 +"323172",78324,101542 +"323173",78326,81173 +"323174",78326,87984 +"323175",78326,96196 +"323176",78327,88257 +"323177",78327,100810 +"323178",78327,105872 +"323179",78330,84603 +"323180",78330,115904 +"323181",78331,108922 +"323182",78332,78347 +"323183",78332,97354 +"323184",78333,78343 +"323185",78334,99156 +"323186",78334,109194 +"323187",78334,116774 +"323188",78335,97562 +"323189",78336,80847 +"323190",78336,88361 +"323191",78336,88369 +"323192",78336,88429 +"323193",78337,79297 +"323194",78337,117308 +"323195",78339,78445 +"323196",78339,79022 +"323197",78339,79716 +"323198",78339,79989 +"323199",78339,80281 +"323200",78339,81728 +"323201",78339,82196 +"323202",78339,82241 +"323203",78339,82383 +"323204",78339,82810 +"323205",78339,82854 +"323206",78339,83853 +"323207",78339,83884 +"323208",78339,84379 +"323209",78339,84613 +"323210",78339,85465 +"323211",78339,85610 +"323212",78339,86351 +"323213",78339,86451 +"323214",78339,86882 +"323215",78339,87175 +"323216",78339,87451 +"323217",78339,87521 +"323218",78339,87572 +"323219",78339,87663 +"323220",78339,87721 +"323221",78339,87862 +"323222",78343,80080 +"323223",78343,81715 +"323224",78343,81720 +"323225",78343,83788 +"323226",78343,84152 +"323227",78344,81850 +"323228",78346,86503 +"323229",78346,91698 +"323230",78346,94877 +"323231",78346,97142 +"323232",78349,88531 +"323233",78349,93347 +"323234",78349,94436 +"323235",78349,101429 +"323236",78349,104204 +"323237",78351,98968 +"323238",78351,116508 +"323239",78351,116597 +"323240",78352,85207 +"323241",78352,114814 +"323242",78354,82126 +"323243",78355,106762 +"323244",78355,109448 +"323245",78355,111542 +"323246",78356,82637 +"323247",78356,105874 +"323248",78357,78505 +"323249",78359,80783 +"323250",78359,85941 +"323251",78359,105759 +"323252",78359,107435 +"323253",78359,107908 +"323254",78359,107913 +"323255",78359,107924 +"323256",78359,107930 +"323257",78359,107978 +"323258",78360,78362 +"323259",78361,98848 +"323260",78365,78370 +"323261",78367,84563 +"323262",78367,115505 +"323263",78367,118584 +"323264",78371,85147 +"323265",78371,88997 +"323266",78371,100035 +"323267",78371,103502 +"323268",78371,111525 +"323269",78372,97720 +"323270",78374,78881 +"323271",78374,78882 +"323272",78374,83535 +"323273",78374,99984 +"323274",78375,80391 +"323275",78375,87305 +"323276",78375,87443 +"323277",78375,90820 +"323278",78375,93980 +"323279",78375,105146 +"323280",78377,90892 +"323281",78377,105158 +"323282",78380,83536 +"323283",78380,117612 +"323284",78381,78404 +"323285",78383,78389 +"323286",78387,114048 +"323287",78391,78393 +"323288",78391,111516 +"323289",78391,112532 +"323290",78392,87345 +"323291",78392,87352 +"323292",78392,87469 +"323293",78392,88887 +"323294",78392,96340 +"323295",78393,82118 +"323296",78396,87295 +"323297",78396,90456 +"323298",78397,100720 +"323299",78398,82426 +"323300",78398,84343 +"323301",78398,85000 +"323302",78398,85101 +"323303",78398,91682 +"323304",78398,95267 +"323305",78398,97580 +"323306",78398,98727 +"323307",78398,98776 +"323308",78398,100795 +"323309",78398,106824 +"323310",78398,108879 +"323311",78398,109166 +"323312",78398,109858 +"323313",78398,109878 +"323314",78398,112962 +"323315",78398,113990 +"323316",78398,115413 +"323317",78398,116123 +"323318",78398,117258 +"323319",78398,117560 +"323320",78398,118128 +"323321",78398,118836 +"323322",78398,118866 +"323323",78398,118873 +"323324",78398,119131 +"323325",78398,119513 +"323326",78398,119716 +"323327",78398,119769 +"323328",78398,120123 +"323329",78398,120169 +"323330",78398,120725 +"323331",78398,120944 +"323332",78398,121609 +"323333",78398,122007 +"323334",78398,122032 +"323335",78398,122035 +"323336",78398,122724 +"323337",78398,123070 +"323338",78398,123394 +"323339",78398,123490 +"323340",78400,88457 +"323341",78400,92017 +"323342",78402,78449 +"323343",78402,78461 +"323344",78403,87952 +"323345",78404,118987 +"323346",78404,118990 +"323347",78406,84994 +"323348",78407,93664 +"323349",78408,84523 +"323350",78408,104122 +"323351",78412,85055 +"323352",78412,90230 +"323353",78414,81336 +"323354",78414,81640 +"323355",78414,91048 +"323356",78414,93373 +"323357",78414,98412 +"323358",78414,99433 +"323359",78416,78444 +"323360",78416,78541 +"323361",78416,78553 +"323362",78416,78563 +"323363",78417,94711 +"323364",78420,95668 +"323365",78420,99552 +"323366",78420,121533 +"323367",78420,121680 +"323368",78420,121690 +"323369",78421,90663 +"323370",78421,97278 +"323371",78421,101504 +"323372",78422,82313 +"323373",78422,86860 +"323374",78422,89273 +"323375",78422,109752 +"323376",78422,118997 +"323377",78422,120391 +"323378",78423,78435 +"323379",78424,78441 +"323380",78425,85590 +"323381",78427,85290 +"323382",78428,111891 +"323383",78429,78569 +"323384",78429,82143 +"323385",78429,83231 +"323386",78429,86471 +"323387",78429,90804 +"323388",78429,91022 +"323389",78429,91045 +"323390",78429,95675 +"323391",78429,101516 +"323392",78429,102387 +"323393",78429,108374 +"323394",78429,108893 +"323395",78429,109101 +"323396",78429,109523 +"323397",78429,110993 +"323398",78429,111338 +"323399",78429,111398 +"323400",78429,111409 +"323401",78429,111480 +"323402",78429,112422 +"323403",78429,112648 +"323404",78429,112708 +"323405",78429,112820 +"323406",78429,112997 +"323407",78429,113597 +"323408",78429,114418 +"323409",78429,114582 +"323410",78429,115371 +"323411",78429,116028 +"323412",78429,116604 +"323413",78430,84568 +"323414",78430,105404 +"323415",78430,109571 +"323416",78430,121778 +"323417",78432,86539 +"323418",78433,79370 +"323419",78433,95700 +"323420",78434,82880 +"323421",78434,82922 +"323422",78435,96007 +"323423",78436,81906 +"323424",78436,81956 +"323425",78436,95342 +"323426",78436,95350 +"323427",78437,95220 +"323428",78438,79032 +"323429",78440,109592 +"323430",78443,84783 +"323431",78443,85796 +"323432",78443,102132 +"323433",78444,78541 +"323434",78444,78553 +"323435",78444,78563 +"323436",78444,84436 +"323437",78444,84666 +"323438",78444,84709 +"323439",78444,89283 +"323440",78444,97583 +"323441",78444,100656 +"323442",78445,79022 +"323443",78445,79716 +"323444",78445,79989 +"323445",78445,80281 +"323446",78445,81728 +"323447",78445,82196 +"323448",78445,82383 +"323449",78445,82810 +"323450",78445,82854 +"323451",78445,83853 +"323452",78445,83884 +"323453",78445,84379 +"323454",78445,84613 +"323455",78445,85465 +"323456",78445,85610 +"323457",78445,86351 +"323458",78445,86451 +"323459",78445,86882 +"323460",78445,87175 +"323461",78445,87451 +"323462",78445,87521 +"323463",78445,87572 +"323464",78445,87663 +"323465",78445,87721 +"323466",78445,87862 +"323467",78445,100061 +"323468",78445,100062 +"323469",78447,84712 +"323470",78447,84774 +"323471",78449,78461 +"323472",78451,84607 +"323473",78451,100454 +"323474",78451,110272 +"323475",78451,111019 +"323476",78451,115817 +"323477",78451,116107 +"323478",78451,116108 +"323479",78451,116109 +"323480",78452,119422 +"323481",78453,89906 +"323482",78453,103215 +"323483",78453,114737 +"323484",78456,100216 +"323485",78456,107922 +"323486",78456,114118 +"323487",78457,80395 +"323488",78457,93120 +"323489",78457,95182 +"323490",78457,95217 +"323491",78459,103262 +"323492",78459,103263 +"323493",78459,103273 +"323494",78460,78577 +"323495",78460,85116 +"323496",78460,95661 +"323497",78460,97577 +"323498",78460,98068 +"323499",78460,104065 +"323500",78460,112032 +"323501",78460,113806 +"323502",78460,116792 +"323503",78461,107874 +"323504",78461,108483 +"323505",78461,110655 +"323506",78462,78748 +"323507",78462,78756 +"323508",78462,78937 +"323509",78464,104328 +"323510",78465,78466 +"323511",78466,84235 +"323512",78469,78470 +"323513",78471,78641 +"323514",78471,78914 +"323515",78472,83964 +"323516",78472,116178 +"323517",78473,79966 +"323518",78475,82160 +"323519",78475,85767 +"323520",78476,100527 +"323521",78479,104522 +"323522",78479,108181 +"323523",78480,78499 +"323524",78482,84823 +"323525",78482,88466 +"323526",78482,123001 +"323527",78483,89168 +"323528",78483,89316 +"323529",78483,94340 +"323530",78484,80339 +"323531",78484,80370 +"323532",78487,81474 +"323533",78487,88309 +"323534",78487,91779 +"323535",78487,102535 +"323536",78487,106275 +"323537",78487,106280 +"323538",78492,79487 +"323539",78492,85224 +"323540",78492,90929 +"323541",78492,91100 +"323542",78492,93079 +"323543",78493,87198 +"323544",78493,92785 +"323545",78493,94569 +"323546",78493,112240 +"323547",78493,113002 +"323548",78493,113189 +"323549",78493,117082 +"323550",78494,78497 +"323551",78496,84243 +"323552",78496,97825 +"323553",78497,79687 +"323554",78497,80568 +"323555",78497,94194 +"323556",78499,88979 +"323557",78499,88984 +"323558",78501,97881 +"323559",78501,119533 +"323560",78502,88479 +"323561",78502,89869 +"323562",78502,93017 +"323563",78502,101970 +"323564",78502,108783 +"323565",78502,122548 +"323566",78504,78506 +"323567",78507,78550 +"323568",78507,78551 +"323569",78508,101416 +"323570",78509,78510 +"323571",78509,78539 +"323572",78510,78539 +"323573",78511,98787 +"323574",78512,99991 +"323575",78513,78564 +"323576",78515,83080 +"323577",78516,80889 +"323578",78516,94932 +"323579",78516,108346 +"323580",78516,110040 +"323581",78518,87212 +"323582",78521,84300 +"323583",78521,91806 +"323584",78521,103926 +"323585",78522,119656 +"323586",78523,114573 +"323587",78524,79938 +"323588",78527,78531 +"323589",78529,80188 +"323590",78529,80340 +"323591",78529,80366 +"323592",78532,81609 +"323593",78532,84701 +"323594",78532,85885 +"323595",78532,89015 +"323596",78532,91068 +"323597",78532,91255 +"323598",78532,92247 +"323599",78532,92352 +"323600",78532,92362 +"323601",78532,92929 +"323602",78532,93382 +"323603",78532,93719 +"323604",78532,94906 +"323605",78532,94946 +"323606",78532,95889 +"323607",78532,96093 +"323608",78532,97988 +"323609",78532,99309 +"323610",78532,99376 +"323611",78532,99450 +"323612",78532,99471 +"323613",78532,99474 +"323614",78532,100916 +"323615",78532,100944 +"323616",78532,101126 +"323617",78532,101329 +"323618",78532,105557 +"323619",78532,107199 +"323620",78532,108743 +"323621",78532,108980 +"323622",78532,109291 +"323623",78532,109933 +"323624",78532,110483 +"323625",78532,110567 +"323626",78532,110572 +"323627",78532,110630 +"323628",78532,110648 +"323629",78532,110711 +"323630",78532,110770 +"323631",78532,110869 +"323632",78532,110911 +"323633",78532,111285 +"323634",78532,111314 +"323635",78532,111362 +"323636",78532,111372 +"323637",78532,111424 +"323638",78532,111433 +"323639",78532,112422 +"323640",78532,113269 +"323641",78532,113430 +"323642",78532,114242 +"323643",78532,114842 +"323644",78532,115427 +"323645",78532,115521 +"323646",78532,115711 +"323647",78532,120771 +"323648",78533,89876 +"323649",78534,78840 +"323650",78534,88550 +"323651",78534,94268 +"323652",78534,107240 +"323653",78534,115444 +"323654",78535,82426 +"323655",78536,86865 +"323656",78536,103523 +"323657",78536,109084 +"323658",78537,78540 +"323659",78537,86934 +"323660",78537,110513 +"323661",78538,114661 +"323662",78540,98187 +"323663",78540,114978 +"323664",78541,78553 +"323665",78541,78563 +"323666",78543,104114 +"323667",78543,108335 +"323668",78544,92393 +"323669",78544,112010 +"323670",78545,78887 +"323671",78545,103304 +"323672",78548,92953 +"323673",78550,78551 +"323674",78552,92301 +"323675",78553,78563 +"323676",78554,85004 +"323677",78554,85713 +"323678",78554,114505 +"323679",78556,105923 +"323680",78557,94032 +"323681",78558,81006 +"323682",78558,82204 +"323683",78558,82208 +"323684",78558,82213 +"323685",78560,104249 +"323686",78561,80788 +"323687",78561,90326 +"323688",78562,80851 +"323689",78563,78696 +"323690",78567,90505 +"323691",78568,81912 +"323692",78568,91092 +"323693",78568,98596 +"323694",78569,82143 +"323695",78569,83231 +"323696",78569,86471 +"323697",78569,90804 +"323698",78569,91022 +"323699",78569,91045 +"323700",78569,95675 +"323701",78569,101516 +"323702",78569,102387 +"323703",78569,108374 +"323704",78569,108893 +"323705",78569,109101 +"323706",78569,109523 +"323707",78569,110993 +"323708",78569,111338 +"323709",78569,111398 +"323710",78569,111409 +"323711",78569,111480 +"323712",78569,112422 +"323713",78569,112648 +"323714",78569,112708 +"323715",78569,112820 +"323716",78569,112997 +"323717",78569,113597 +"323718",78569,114418 +"323719",78569,114582 +"323720",78569,115371 +"323721",78569,116028 +"323722",78569,116604 +"323723",78570,79327 +"323724",78570,90056 +"323725",78571,88678 +"323726",78571,98259 +"323727",78573,78584 +"323728",78574,78666 +"323729",78574,104346 +"323730",78576,100851 +"323731",78576,102331 +"323732",78576,114039 +"323733",78577,80896 +"323734",78577,81134 +"323735",78577,82989 +"323736",78577,85148 +"323737",78577,85673 +"323738",78577,103475 +"323739",78578,97655 +"323740",78581,80947 +"323741",78584,85874 +"323742",78587,89047 +"323743",78587,114364 +"323744",78587,120464 +"323745",78591,83397 +"323746",78591,92554 +"323747",78591,105822 +"323748",78592,88127 +"323749",78592,93778 +"323750",78594,96989 +"323751",78594,119153 +"323752",78595,88280 +"323753",78595,99613 +"323754",78596,78640 +"323755",78596,78675 +"323756",78597,78636 +"323757",78597,78934 +"323758",78597,81362 +"323759",78597,100078 +"323760",78598,84495 +"323761",78598,88170 +"323762",78600,78601 +"323763",78600,78668 +"323764",78601,78668 +"323765",78601,95228 +"323766",78602,78655 +"323767",78604,80088 +"323768",78604,81939 +"323769",78604,94761 +"323770",78604,123191 +"323771",78604,123192 +"323772",78605,83836 +"323773",78605,94967 +"323774",78605,97447 +"323775",78605,100891 +"323776",78605,106699 +"323777",78606,93564 +"323778",78607,90071 +"323779",78607,94037 +"323780",78607,122306 +"323781",78609,99154 +"323782",78609,108848 +"323783",78610,103924 +"323784",78610,104937 +"323785",78611,78628 +"323786",78611,79000 +"323787",78611,80983 +"323788",78611,81540 +"323789",78611,81951 +"323790",78611,85191 +"323791",78613,78622 +"323792",78614,78627 +"323793",78615,78661 +"323794",78616,83167 +"323795",78619,107524 +"323796",78621,102778 +"323797",78621,103239 +"323798",78622,92247 +"323799",78623,112681 +"323800",78625,110549 +"323801",78626,85150 +"323802",78626,85155 +"323803",78627,92680 +"323804",78627,92854 +"323805",78628,83442 +"323806",78628,88448 +"323807",78628,98125 +"323808",78628,99196 +"323809",78628,99223 +"323810",78628,101506 +"323811",78628,102919 +"323812",78629,82844 +"323813",78629,102122 +"323814",78632,85757 +"323815",78632,87126 +"323816",78632,99108 +"323817",78632,104790 +"323818",78633,103481 +"323819",78634,82803 +"323820",78634,82822 +"323821",78634,84804 +"323822",78634,102714 +"323823",78635,121611 +"323824",78635,121615 +"323825",78637,82573 +"323826",78637,91417 +"323827",78637,95541 +"323828",78637,102292 +"323829",78637,107036 +"323830",78637,121950 +"323831",78637,121966 +"323832",78637,121971 +"323833",78637,121976 +"323834",78638,101313 +"323835",78638,103282 +"323836",78639,78681 +"323837",78639,78945 +"323838",78639,122699 +"323839",78640,78675 +"323840",78641,78914 +"323841",78642,94667 +"323842",78642,117506 +"323843",78643,97155 +"323844",78644,93518 +"323845",78645,90034 +"323846",78645,90035 +"323847",78647,79524 +"323848",78648,82057 +"323849",78649,117148 +"323850",78650,89800 +"323851",78651,88764 +"323852",78651,99575 +"323853",78654,83386 +"323854",78654,83415 +"323855",78656,79009 +"323856",78656,88095 +"323857",78657,118730 +"323858",78657,118732 +"323859",78658,97622 +"323860",78661,123180 +"323861",78662,78672 +"323862",78664,106402 +"323863",78665,81239 +"323864",78665,92785 +"323865",78665,101121 +"323866",78665,102255 +"323867",78665,103778 +"323868",78665,116919 +"323869",78665,118007 +"323870",78665,118396 +"323871",78665,122969 +"323872",78667,81324 +"323873",78669,94200 +"323874",78669,95418 +"323875",78669,96305 +"323876",78669,98643 +"323877",78669,112073 +"323878",78669,112096 +"323879",78670,96115 +"323880",78671,79503 +"323881",78672,86138 +"323882",78673,84588 +"323883",78676,108497 +"323884",78677,80862 +"323885",78677,86193 +"323886",78677,88175 +"323887",78677,109633 +"323888",78677,112665 +"323889",78677,115017 +"323890",78678,103627 +"323891",78679,88237 +"323892",78679,88462 +"323893",78680,78695 +"323894",78681,78945 +"323895",78683,100448 +"323896",78685,92627 +"323897",78685,112531 +"323898",78687,85747 +"323899",78688,84099 +"323900",78688,85951 +"323901",78688,100336 +"323902",78689,79654 +"323903",78690,78717 +"323904",78692,80070 +"323905",78692,90953 +"323906",78692,95902 +"323907",78692,98332 +"323908",78693,78744 +"323909",78694,90357 +"323910",78694,93717 +"323911",78694,97387 +"323912",78694,97407 +"323913",78694,97411 +"323914",78694,97413 +"323915",78695,83810 +"323916",78695,91139 +"323917",78695,97547 +"323918",78697,83192 +"323919",78697,88843 +"323920",78697,92496 +"323921",78697,94954 +"323922",78697,94955 +"323923",78697,94957 +"323924",78697,94969 +"323925",78697,95915 +"323926",78699,103728 +"323927",78699,103793 +"323928",78700,90227 +"323929",78700,96825 +"323930",78700,118688 +"323931",78701,82976 +"323932",78701,90721 +"323933",78701,111748 +"323934",78702,80450 +"323935",78702,111644 +"323936",78704,79723 +"323937",78704,79799 +"323938",78705,106224 +"323939",78705,122812 +"323940",78706,90669 +"323941",78706,99672 +"323942",78708,106373 +"323943",78708,107203 +"323944",78708,111671 +"323945",78709,85522 +"323946",78709,97511 +"323947",78710,103074 +"323948",78711,78712 +"323949",78713,97940 +"323950",78715,95690 +"323951",78715,111853 +"323952",78719,105295 +"323953",78720,92582 +"323954",78720,92607 +"323955",78721,109386 +"323956",78722,78747 +"323957",78723,100789 +"323958",78724,104946 +"323959",78726,78768 +"323960",78726,99289 +"323961",78726,108553 +"323962",78726,112268 +"323963",78726,121950 +"323964",78727,88838 +"323965",78731,78922 +"323966",78731,83524 +"323967",78731,86463 +"323968",78731,100699 +"323969",78731,101667 +"323970",78731,101696 +"323971",78732,78944 +"323972",78732,86795 +"323973",78732,90409 +"323974",78733,78777 +"323975",78737,102852 +"323976",78737,103849 +"323977",78737,121202 +"323978",78738,79088 +"323979",78738,82456 +"323980",78738,82513 +"323981",78738,82521 +"323982",78738,82524 +"323983",78740,82396 +"323984",78740,86948 +"323985",78740,118359 +"323986",78740,120173 +"323987",78742,80174 +"323988",78742,86860 +"323989",78742,94196 +"323990",78742,95943 +"323991",78742,96658 +"323992",78742,107237 +"323993",78742,107279 +"323994",78745,90275 +"323995",78745,96945 +"323996",78748,78756 +"323997",78748,78937 +"323998",78749,88172 +"323999",78750,82310 +"324000",78750,83556 +"324001",78750,85733 +"324002",78750,94433 +"324003",78750,110332 +"324004",78750,112571 +"324005",78756,78937 +"324006",78759,98329 +"324007",78759,100629 +"324008",78759,101222 +"324009",78761,91823 +"324010",78761,103063 +"324011",78761,104234 +"324012",78761,104281 +"324013",78761,104299 +"324014",78761,105718 +"324015",78763,103574 +"324016",78763,114246 +"324017",78763,120746 +"324018",78763,123403 +"324019",78764,83929 +"324020",78764,102407 +"324021",78766,80987 +"324022",78767,115623 +"324023",78768,83810 +"324024",78768,84757 +"324025",78768,91083 +"324026",78768,94215 +"324027",78768,94234 +"324028",78768,99599 +"324029",78768,112792 +"324030",78769,79042 +"324031",78770,84854 +"324032",78770,85734 +"324033",78770,89142 +"324034",78770,90533 +"324035",78772,84059 +"324036",78773,84109 +"324037",78773,84780 +"324038",78773,118129 +"324039",78776,113779 +"324040",78777,108195 +"324041",78779,86808 +"324042",78779,97853 +"324043",78779,117173 +"324044",78779,117217 +"324045",78781,80387 +"324046",78781,80393 +"324047",78782,81655 +"324048",78782,89565 +"324049",78782,112689 +"324050",78784,93039 +"324051",78784,94163 +"324052",78784,102092 +"324053",78784,122652 +"324054",78784,122655 +"324055",78787,82355 +"324056",78787,112961 +"324057",78788,106879 +"324058",78792,79804 +"324059",78792,81410 +"324060",78792,90068 +"324061",78792,91912 +"324062",78792,94291 +"324063",78792,97237 +"324064",78794,85248 +"324065",78795,85377 +"324066",78796,78813 +"324067",78796,104995 +"324068",78796,105002 +"324069",78796,105142 +"324070",78796,105149 +"324071",78796,105150 +"324072",78796,105165 +"324073",78796,105169 +"324074",78796,105170 +"324075",78799,85290 +"324076",78799,101740 +"324077",78799,104021 +"324078",78803,83748 +"324079",78804,78856 +"324080",78805,78858 +"324081",78805,90371 +"324082",78805,106363 +"324083",78805,106387 +"324084",78805,106395 +"324085",78806,82730 +"324086",78806,95469 +"324087",78806,96814 +"324088",78806,98397 +"324089",78806,102766 +"324090",78806,108163 +"324091",78807,90607 +"324092",78808,78826 +"324093",78808,78832 +"324094",78808,78850 +"324095",78808,78855 +"324096",78808,78859 +"324097",78808,79076 +"324098",78808,79077 +"324099",78808,79118 +"324100",78808,79127 +"324101",78808,79163 +"324102",78809,81166 +"324103",78809,107626 +"324104",78810,79961 +"324105",78810,93787 +"324106",78810,117390 +"324107",78811,82242 +"324108",78811,84682 +"324109",78811,94623 +"324110",78811,101134 +"324111",78811,102135 +"324112",78811,102639 +"324113",78811,104139 +"324114",78815,90063 +"324115",78815,90066 +"324116",78817,93771 +"324117",78817,104223 +"324118",78818,103405 +"324119",78819,91601 +"324120",78820,78821 +"324121",78820,86046 +"324122",78821,88057 +"324123",78821,101921 +"324124",78822,88921 +"324125",78822,91717 +"324126",78822,114846 +"324127",78826,78832 +"324128",78826,78850 +"324129",78826,78855 +"324130",78826,78859 +"324131",78826,79076 +"324132",78826,79077 +"324133",78826,79118 +"324134",78826,79127 +"324135",78826,79163 +"324136",78827,98644 +"324137",78828,83558 +"324138",78829,83870 +"324139",78829,95502 +"324140",78830,79112 +"324141",78832,78850 +"324142",78832,78855 +"324143",78832,78859 +"324144",78832,79076 +"324145",78832,79077 +"324146",78832,79118 +"324147",78832,79127 +"324148",78832,79163 +"324149",78833,96428 +"324150",78834,84313 +"324151",78834,85417 +"324152",78834,98550 +"324153",78834,123054 +"324154",78836,78913 +"324155",78836,78957 +"324156",78838,78932 +"324157",78841,83223 +"324158",78842,80116 +"324159",78842,80793 +"324160",78842,108432 +"324161",78843,106028 +"324162",78843,106038 +"324163",78843,106193 +"324164",78844,78845 +"324165",78844,78846 +"324166",78844,87184 +"324167",78844,87207 +"324168",78844,87232 +"324169",78845,78846 +"324170",78849,93509 +"324171",78850,78855 +"324172",78850,78859 +"324173",78850,78970 +"324174",78850,79076 +"324175",78850,79077 +"324176",78850,79118 +"324177",78850,79127 +"324178",78850,79163 +"324179",78851,82298 +"324180",78853,91093 +"324181",78854,100123 +"324182",78854,116549 +"324183",78854,122777 +"324184",78854,122778 +"324185",78854,122779 +"324186",78854,122780 +"324187",78854,122827 +"324188",78854,122839 +"324189",78855,78859 +"324190",78855,78970 +"324191",78855,79076 +"324192",78855,79077 +"324193",78855,79118 +"324194",78855,79127 +"324195",78855,79163 +"324196",78857,120399 +"324197",78859,79076 +"324198",78859,79077 +"324199",78859,79118 +"324200",78859,79127 +"324201",78859,79163 +"324202",78863,96844 +"324203",78863,114706 +"324204",78863,122533 +"324205",78865,106068 +"324206",78866,79053 +"324207",78866,79121 +"324208",78867,98852 +"324209",78868,82852 +"324210",78868,85139 +"324211",78868,104897 +"324212",78868,110300 +"324213",78869,79153 +"324214",78869,102161 +"324215",78871,118287 +"324216",78871,118288 +"324217",78871,118289 +"324218",78871,118290 +"324219",78872,89760 +"324220",78872,90446 +"324221",78872,106017 +"324222",78872,112779 +"324223",78872,112787 +"324224",78872,112849 +"324225",78873,106753 +"324226",78874,79960 +"324227",78874,92999 +"324228",78874,93008 +"324229",78874,93014 +"324230",78874,93018 +"324231",78875,79766 +"324232",78875,80471 +"324233",78875,82203 +"324234",78875,101783 +"324235",78875,109319 +"324236",78875,111888 +"324237",78876,99487 +"324238",78877,80759 +"324239",78878,95087 +"324240",78878,96618 +"324241",78879,89798 +"324242",78879,99144 +"324243",78880,88166 +"324244",78880,88167 +"324245",78881,78882 +"324246",78884,99846 +"324247",78886,90450 +"324248",78886,90452 +"324249",78886,110058 +"324250",78886,119124 +"324251",78887,84062 +"324252",78887,103731 +"324253",78887,103738 +"324254",78887,103743 +"324255",78887,103746 +"324256",78888,78930 +"324257",78890,96259 +"324258",78890,108970 +"324259",78891,83064 +"324260",78891,92378 +"324261",78895,78896 +"324262",78897,78942 +"324263",78897,78956 +"324264",78898,102706 +"324265",78900,79372 +"324266",78904,95403 +"324267",78904,102113 +"324268",78906,78907 +"324269",78908,97019 +"324270",78909,91384 +"324271",78911,78935 +"324272",78911,87888 +"324273",78912,82576 +"324274",78913,78957 +"324275",78915,79760 +"324276",78915,84684 +"324277",78915,90292 +"324278",78915,90305 +"324279",78915,96362 +"324280",78915,96372 +"324281",78915,96373 +"324282",78915,96394 +"324283",78915,109910 +"324284",78915,121555 +"324285",78915,122001 +"324286",78916,80988 +"324287",78916,83757 +"324288",78916,92627 +"324289",78916,100581 +"324290",78916,101869 +"324291",78916,101894 +"324292",78916,102230 +"324293",78916,105744 +"324294",78916,109348 +"324295",78916,111974 +"324296",78916,113432 +"324297",78916,113649 +"324298",78916,113688 +"324299",78918,114271 +"324300",78921,89628 +"324301",78921,92185 +"324302",78922,101696 +"324303",78922,105016 +"324304",78923,121170 +"324305",78924,98201 +"324306",78925,79136 +"324307",78925,90643 +"324308",78925,92592 +"324309",78925,93540 +"324310",78925,94027 +"324311",78925,100502 +"324312",78925,105903 +"324313",78925,105950 +"324314",78925,105951 +"324315",78925,105952 +"324316",78925,105988 +"324317",78926,78992 +"324318",78927,93076 +"324319",78927,101345 +"324320",78928,82360 +"324321",78928,106870 +"324322",78928,106894 +"324323",78928,119372 +"324324",78931,101176 +"324325",78931,109412 +"324326",78931,115672 +"324327",78932,93195 +"324328",78933,88083 +"324329",78933,89466 +"324330",78933,95299 +"324331",78933,102327 +"324332",78933,108901 +"324333",78933,110347 +"324334",78933,110763 +"324335",78934,81362 +"324336",78936,79071 +"324337",78936,96414 +"324338",78936,96419 +"324339",78936,96436 +"324340",78936,96440 +"324341",78938,89641 +"324342",78938,100584 +"324343",78938,103598 +"324344",78938,110727 +"324345",78938,110805 +"324346",78939,78974 +"324347",78940,85704 +"324348",78940,121188 +"324349",78941,82310 +"324350",78941,102217 +"324351",78942,78956 +"324352",78942,88317 +"324353",78942,103848 +"324354",78942,103989 +"324355",78942,105473 +"324356",78942,105475 +"324357",78943,93519 +"324358",78946,82761 +"324359",78946,100109 +"324360",78946,100123 +"324361",78946,116549 +"324362",78947,99948 +"324363",78948,85280 +"324364",78948,118139 +"324365",78948,118145 +"324366",78948,118169 +"324367",78950,96248 +"324368",78951,79061 +"324369",78954,80754 +"324370",78954,94646 +"324371",78954,115655 +"324372",78956,99533 +"324373",78956,103848 +"324374",78956,103989 +"324375",78956,108821 +"324376",78956,117176 +"324377",78956,117192 +"324378",78956,117498 +"324379",78956,117534 +"324380",78958,92038 +"324381",78958,117978 +"324382",78958,117979 +"324383",78958,118001 +"324384",78958,118006 +"324385",78959,81057 +"324386",78959,89894 +"324387",78960,78961 +"324388",78961,87438 +"324389",78961,88380 +"324390",78961,93354 +"324391",78961,93448 +"324392",78961,94980 +"324393",78961,107221 +"324394",78962,82097 +"324395",78962,82102 +"324396",78962,83995 +"324397",78962,99930 +"324398",78963,78964 +"324399",78963,91885 +"324400",78966,90501 +"324401",78967,86479 +"324402",78968,81859 +"324403",78968,83160 +"324404",78968,84713 +"324405",78968,91746 +"324406",78968,91781 +"324407",78968,94679 +"324408",78968,102483 +"324409",78968,110131 +"324410",78968,110147 +"324411",78968,110155 +"324412",78968,110173 +"324413",78968,112774 +"324414",78969,84148 +"324415",78971,81192 +"324416",78971,94702 +"324417",78972,91529 +"324418",78973,84277 +"324419",78974,86023 +"324420",78974,87813 +"324421",78974,88773 +"324422",78974,90993 +"324423",78974,90994 +"324424",78974,92417 +"324425",78974,100319 +"324426",78974,101250 +"324427",78974,101462 +"324428",78974,109885 +"324429",78974,110742 +"324430",78974,112606 +"324431",78974,116142 +"324432",78974,116150 +"324433",78974,116151 +"324434",78974,116152 +"324435",78974,116155 +"324436",78974,116159 +"324437",78974,116163 +"324438",78974,116165 +"324439",78974,116166 +"324440",78974,116171 +"324441",78974,116677 +"324442",78974,116678 +"324443",78975,80343 +"324444",78975,84530 +"324445",78975,85028 +"324446",78975,85500 +"324447",78975,97834 +"324448",78975,98887 +"324449",78975,106906 +"324450",78975,115503 +"324451",78978,79212 +"324452",78978,79241 +"324453",78978,79579 +"324454",78978,80239 +"324455",78978,80301 +"324456",78978,81397 +"324457",78978,88340 +"324458",78978,88749 +"324459",78978,89069 +"324460",78978,89373 +"324461",78978,89995 +"324462",78978,90919 +"324463",78978,90936 +"324464",78978,92861 +"324465",78978,93097 +"324466",78978,94231 +"324467",78978,95489 +"324468",78978,96247 +"324469",78978,96363 +"324470",78978,97898 +"324471",78981,91918 +"324472",78981,122668 +"324473",78987,85584 +"324474",78988,92866 +"324475",78990,84863 +"324476",78990,86698 +"324477",78990,95620 +"324478",78990,100556 +"324479",78990,102792 +"324480",78991,79039 +"324481",78991,110351 +"324482",78992,97246 +"324483",78994,115377 +"324484",78995,101899 +"324485",78995,107204 +"324486",78995,114390 +"324487",78995,114556 +"324488",78995,115355 +"324489",78996,79600 +"324490",78997,86650 +"324491",78997,87780 +"324492",78999,89721 +"324493",78999,89733 +"324494",78999,91569 +"324495",78999,101209 +"324496",78999,105870 +"324497",79000,80025 +"324498",79000,81927 +"324499",79000,84808 +"324500",79000,84828 +"324501",79002,81627 +"324502",79003,79428 +"324503",79003,101524 +"324504",79003,101785 +"324505",79003,109733 +"324506",79004,80193 +"324507",79004,80825 +"324508",79004,82865 +"324509",79004,87883 +"324510",79005,79043 +"324511",79007,82768 +"324512",79007,93727 +"324513",79008,81686 +"324514",79008,91981 +"324515",79008,117230 +"324516",79008,117307 +"324517",79009,79041 +"324518",79009,88095 +"324519",79010,79023 +"324520",79010,97354 +"324521",79010,105510 +"324522",79010,105511 +"324523",79011,95212 +"324524",79014,88452 +"324525",79014,92013 +"324526",79014,98604 +"324527",79015,92019 +"324528",79016,79188 +"324529",79019,110250 +"324530",79022,79716 +"324531",79022,79989 +"324532",79022,80281 +"324533",79022,81728 +"324534",79022,82196 +"324535",79022,82383 +"324536",79022,82810 +"324537",79022,82854 +"324538",79022,83853 +"324539",79022,83884 +"324540",79022,84379 +"324541",79022,84613 +"324542",79022,85465 +"324543",79022,85610 +"324544",79022,86351 +"324545",79022,86451 +"324546",79022,86882 +"324547",79022,87175 +"324548",79022,87451 +"324549",79022,87521 +"324550",79022,87572 +"324551",79022,87663 +"324552",79022,87721 +"324553",79022,87862 +"324554",79023,93357 +"324555",79023,97354 +"324556",79023,99103 +"324557",79023,99301 +"324558",79023,105510 +"324559",79023,105511 +"324560",79023,109350 +"324561",79023,111188 +"324562",79023,111190 +"324563",79024,105003 +"324564",79024,105043 +"324565",79025,104770 +"324566",79026,86750 +"324567",79026,104567 +"324568",79026,113490 +"324569",79027,79029 +"324570",79027,79065 +"324571",79029,79065 +"324572",79030,87172 +"324573",79030,93454 +"324574",79030,106708 +"324575",79032,79943 +"324576",79032,86978 +"324577",79032,91547 +"324578",79032,94088 +"324579",79032,94138 +"324580",79032,97010 +"324581",79032,103296 +"324582",79032,104356 +"324583",79032,119459 +"324584",79032,120333 +"324585",79033,79124 +"324586",79033,81369 +"324587",79033,96520 +"324588",79034,93813 +"324589",79035,88679 +"324590",79035,88688 +"324591",79035,89081 +"324592",79035,89109 +"324593",79035,89138 +"324594",79035,89140 +"324595",79035,89143 +"324596",79035,89148 +"324597",79035,89162 +"324598",79035,97289 +"324599",79036,81392 +"324600",79036,83435 +"324601",79036,84768 +"324602",79036,87968 +"324603",79037,121732 +"324604",79038,83240 +"324605",79039,85750 +"324606",79039,96068 +"324607",79039,109336 +"324608",79039,120957 +"324609",79040,83707 +"324610",79040,83726 +"324611",79041,98477 +"324612",79044,120279 +"324613",79046,118534 +"324614",79047,97888 +"324615",79047,98917 +"324616",79049,87476 +"324617",79049,87490 +"324618",79050,92785 +"324619",79050,95477 +"324620",79050,95862 +"324621",79050,98322 +"324622",79050,118396 +"324623",79051,91078 +"324624",79051,104751 +"324625",79051,108753 +"324626",79051,114854 +"324627",79053,79121 +"324628",79053,84168 +"324629",79055,79109 +"324630",79057,97177 +"324631",79057,97689 +"324632",79057,101460 +"324633",79057,122250 +"324634",79058,88690 +"324635",79059,79087 +"324636",79060,93309 +"324637",79063,79567 +"324638",79063,80748 +"324639",79063,87147 +"324640",79063,89452 +"324641",79063,92336 +"324642",79063,92971 +"324643",79063,101490 +"324644",79063,103169 +"324645",79063,116508 +"324646",79063,117332 +"324647",79063,121084 +"324648",79063,121093 +"324649",79063,121094 +"324650",79063,121762 +"324651",79064,107507 +"324652",79064,107521 +"324653",79065,98653 +"324654",79065,100530 +"324655",79068,83301 +"324656",79068,85560 +"324657",79068,98578 +"324658",79068,102426 +"324659",79069,94808 +"324660",79069,105374 +"324661",79069,105729 +"324662",79069,105730 +"324663",79069,105761 +"324664",79069,114108 +"324665",79074,80421 +"324666",79074,87015 +"324667",79074,87254 +"324668",79074,98124 +"324669",79074,99832 +"324670",79074,100768 +"324671",79074,103890 +"324672",79074,104650 +"324673",79074,106348 +"324674",79074,107785 +"324675",79074,109737 +"324676",79074,120797 +"324677",79074,122246 +"324678",79075,79089 +"324679",79075,79131 +"324680",79076,79077 +"324681",79076,79118 +"324682",79076,79127 +"324683",79076,79163 +"324684",79077,79118 +"324685",79077,79127 +"324686",79077,79163 +"324687",79079,79138 +"324688",79079,79142 +"324689",79081,104027 +"324690",79082,80326 +"324691",79082,80390 +"324692",79082,91912 +"324693",79082,94480 +"324694",79082,97237 +"324695",79082,101793 +"324696",79082,109663 +"324697",79082,122267 +"324698",79082,122312 +"324699",79084,81449 +"324700",79086,112177 +"324701",79086,123201 +"324702",79087,87305 +"324703",79087,99369 +"324704",79087,102933 +"324705",79087,104520 +"324706",79087,110717 +"324707",79087,110877 +"324708",79087,114382 +"324709",79088,88076 +"324710",79088,92495 +"324711",79088,93499 +"324712",79088,95151 +"324713",79089,79131 +"324714",79089,81850 +"324715",79090,79238 +"324716",79090,120701 +"324717",79090,120705 +"324718",79091,119746 +"324719",79094,122517 +"324720",79094,122520 +"324721",79095,91352 +"324722",79095,91501 +"324723",79095,96599 +"324724",79096,79578 +"324725",79098,116242 +"324726",79100,81163 +"324727",79102,98392 +"324728",79106,101497 +"324729",79108,108364 +"324730",79108,110901 +"324731",79110,92895 +"324732",79110,94857 +"324733",79110,94861 +"324734",79110,98986 +"324735",79111,79133 +"324736",79112,94855 +"324737",79112,106442 +"324738",79112,106471 +"324739",79113,90591 +"324740",79113,90628 +"324741",79113,90647 +"324742",79113,90704 +"324743",79113,90711 +"324744",79113,90759 +"324745",79115,79122 +"324746",79116,79145 +"324747",79117,118991 +"324748",79117,123374 +"324749",79118,79127 +"324750",79118,79163 +"324751",79119,85065 +"324752",79120,79129 +"324753",79121,84168 +"324754",79121,86460 +"324755",79123,104300 +"324756",79124,92724 +"324757",79125,105038 +"324758",79127,79163 +"324759",79135,122459 +"324760",79136,79364 +"324761",79136,79657 +"324762",79136,82768 +"324763",79136,85488 +"324764",79136,87233 +"324765",79136,88309 +"324766",79136,90643 +"324767",79136,90845 +"324768",79136,92341 +"324769",79136,92996 +"324770",79136,93540 +"324771",79136,96542 +"324772",79136,100432 +"324773",79136,100502 +"324774",79136,100734 +"324775",79136,101189 +"324776",79136,102226 +"324777",79136,105197 +"324778",79136,105207 +"324779",79136,105221 +"324780",79136,105231 +"324781",79136,105606 +"324782",79136,105950 +"324783",79136,105951 +"324784",79136,105952 +"324785",79138,79142 +"324786",79139,84873 +"324787",79139,107615 +"324788",79142,117752 +"324789",79143,116831 +"324790",79144,88332 +"324791",79145,105750 +"324792",79147,80622 +"324793",79147,98467 +"324794",79149,79191 +"324795",79149,106965 +"324796",79150,115982 +"324797",79151,102252 +"324798",79152,79259 +"324799",79154,86663 +"324800",79155,91098 +"324801",79158,97807 +"324802",79158,114972 +"324803",79158,122838 +"324804",79159,82622 +"324805",79159,94654 +"324806",79159,118631 +"324807",79163,83686 +"324808",79165,82103 +"324809",79169,94148 +"324810",79169,97717 +"324811",79169,97777 +"324812",79169,97797 +"324813",79169,97808 +"324814",79169,97814 +"324815",79169,106025 +"324816",79169,106036 +"324817",79169,106059 +"324818",79170,103982 +"324819",79171,94480 +"324820",79175,79190 +"324821",79176,79196 +"324822",79176,83042 +"324823",79176,99678 +"324824",79176,110659 +"324825",79176,117003 +"324826",79179,79214 +"324827",79179,82398 +"324828",79179,88468 +"324829",79180,79527 +"324830",79180,80723 +"324831",79180,81070 +"324832",79180,98459 +"324833",79180,102098 +"324834",79183,84607 +"324835",79183,96336 +"324836",79183,101155 +"324837",79183,101189 +"324838",79185,79246 +"324839",79186,79386 +"324840",79186,115923 +"324841",79187,103033 +"324842",79187,103044 +"324843",79188,98080 +"324844",79188,100639 +"324845",79188,107109 +"324846",79188,107124 +"324847",79189,79223 +"324848",79189,81523 +"324849",79189,90010 +"324850",79189,90014 +"324851",79189,94956 +"324852",79191,119415 +"324853",79192,88132 +"324854",79194,114272 +"324855",79197,86362 +"324856",79197,91217 +"324857",79197,104110 +"324858",79198,95093 +"324859",79198,95148 +"324860",79198,104046 +"324861",79199,79200 +"324862",79199,79230 +"324863",79200,79230 +"324864",79201,79693 +"324865",79201,106726 +"324866",79201,107028 +"324867",79201,107042 +"324868",79201,117855 +"324869",79201,122141 +"324870",79204,79616 +"324871",79204,84431 +"324872",79205,94566 +"324873",79209,102494 +"324874",79209,102513 +"324875",79210,100225 +"324876",79210,111512 +"324877",79211,79224 +"324878",79212,79241 +"324879",79212,79579 +"324880",79212,80239 +"324881",79212,80301 +"324882",79212,81397 +"324883",79212,88340 +"324884",79212,88749 +"324885",79212,89069 +"324886",79212,89373 +"324887",79212,89995 +"324888",79212,90919 +"324889",79212,90936 +"324890",79212,92861 +"324891",79212,93097 +"324892",79212,94231 +"324893",79212,95489 +"324894",79212,96247 +"324895",79212,96363 +"324896",79212,97898 +"324897",79212,99051 +"324898",79212,107673 +"324899",79212,107684 +"324900",79216,79217 +"324901",79216,80528 +"324902",79216,88362 +"324903",79216,89528 +"324904",79216,92005 +"324905",79216,92008 +"324906",79216,106959 +"324907",79217,80522 +"324908",79217,80528 +"324909",79217,80564 +"324910",79217,80842 +"324911",79222,82978 +"324912",79222,83306 +"324913",79222,85027 +"324914",79222,88412 +"324915",79222,89187 +"324916",79222,90275 +"324917",79222,90426 +"324918",79222,91112 +"324919",79222,91526 +"324920",79222,93425 +"324921",79222,93523 +"324922",79222,94520 +"324923",79222,95954 +"324924",79222,99544 +"324925",79222,99547 +"324926",79222,99554 +"324927",79222,100595 +"324928",79222,100739 +"324929",79222,100819 +"324930",79222,101177 +"324931",79222,101898 +"324932",79222,101988 +"324933",79222,102146 +"324934",79222,102201 +"324935",79222,102309 +"324936",79222,102635 +"324937",79222,102730 +"324938",79222,102846 +"324939",79222,103790 +"324940",79222,104095 +"324941",79222,104574 +"324942",79222,104784 +"324943",79222,104845 +"324944",79222,107269 +"324945",79222,107623 +"324946",79222,107714 +"324947",79222,107879 +"324948",79222,107975 +"324949",79222,122223 +"324950",79226,79253 +"324951",79227,83892 +"324952",79227,89853 +"324953",79227,90663 +"324954",79227,90836 +"324955",79227,96180 +"324956",79227,99613 +"324957",79227,100207 +"324958",79227,101311 +"324959",79227,103366 +"324960",79227,107556 +"324961",79227,109651 +"324962",79227,109958 +"324963",79230,89169 +"324964",79231,84138 +"324965",79231,86131 +"324966",79231,90573 +"324967",79231,105873 +"324968",79231,106968 +"324969",79231,109510 +"324970",79231,110599 +"324971",79233,96748 +"324972",79234,79327 +"324973",79235,89390 +"324974",79235,107858 +"324975",79236,101037 +"324976",79236,118057 +"324977",79236,118475 +"324978",79236,118970 +"324979",79237,79905 +"324980",79237,92065 +"324981",79237,106711 +"324982",79238,87287 +"324983",79239,80776 +"324984",79239,106644 +"324985",79239,121078 +"324986",79241,79579 +"324987",79241,80239 +"324988",79241,80301 +"324989",79241,81397 +"324990",79241,88340 +"324991",79241,88749 +"324992",79241,89069 +"324993",79241,89373 +"324994",79241,89995 +"324995",79241,90919 +"324996",79241,90936 +"324997",79241,92861 +"324998",79241,93097 +"324999",79241,94231 +"325000",79241,95489 +"325001",79241,96247 +"325002",79241,96363 +"325003",79241,97898 +"325004",79242,110466 +"325005",79243,84669 +"325006",79243,111792 +"325007",79243,111805 +"325008",79245,90963 +"325009",79245,112333 +"325010",79245,122875 +"325011",79246,81211 +"325012",79246,81368 +"325013",79246,81414 +"325014",79247,111449 +"325015",79248,80997 +"325016",79250,103074 +"325017",79251,94695 +"325018",79251,109920 +"325019",79253,85818 +"325020",79253,88765 +"325021",79253,98774 +"325022",79254,79840 +"325023",79254,83247 +"325024",79254,83338 +"325025",79254,89930 +"325026",79254,94339 +"325027",79254,111562 +"325028",79254,118306 +"325029",79256,82045 +"325030",79257,79318 +"325031",79258,109629 +"325032",79258,109666 +"325033",79260,85636 +"325034",79260,104827 +"325035",79260,113526 +"325036",79262,80134 +"325037",79262,88149 +"325038",79262,90451 +"325039",79262,92547 +"325040",79262,99493 +"325041",79262,106594 +"325042",79264,79408 +"325043",79265,79287 +"325044",79265,79332 +"325045",79265,79340 +"325046",79265,79341 +"325047",79266,79756 +"325048",79266,90232 +"325049",79266,106641 +"325050",79266,110312 +"325051",79266,114030 +"325052",79266,117297 +"325053",79266,119151 +"325054",79266,120201 +"325055",79266,121694 +"325056",79266,123134 +"325057",79267,80252 +"325058",79267,80271 +"325059",79267,80313 +"325060",79267,80345 +"325061",79267,80386 +"325062",79267,108823 +"325063",79267,108839 +"325064",79267,108874 +"325065",79268,79321 +"325066",79268,79337 +"325067",79268,86993 +"325068",79268,109187 +"325069",79268,115905 +"325070",79269,92215 +"325071",79269,121622 +"325072",79270,87224 +"325073",79270,88775 +"325074",79271,79272 +"325075",79271,79296 +"325076",79272,79296 +"325077",79273,79274 +"325078",79273,94584 +"325079",79273,116965 +"325080",79273,123488 +"325081",79277,91061 +"325082",79277,98221 +"325083",79277,98427 +"325084",79277,103833 +"325085",79279,79280 +"325086",79281,109246 +"325087",79282,107750 +"325088",79282,107756 +"325089",79282,121572 +"325090",79283,79291 +"325091",79283,79335 +"325092",79284,120581 +"325093",79285,88622 +"325094",79285,116686 +"325095",79287,79332 +"325096",79287,79340 +"325097",79287,79341 +"325098",79288,79643 +"325099",79289,83463 +"325100",79289,85224 +"325101",79289,86168 +"325102",79289,90929 +"325103",79289,90935 +"325104",79289,91066 +"325105",79289,91070 +"325106",79289,91094 +"325107",79289,91095 +"325108",79289,91096 +"325109",79289,91100 +"325110",79289,93079 +"325111",79289,96109 +"325112",79289,123261 +"325113",79290,89735 +"325114",79291,79335 +"325115",79293,91560 +"325116",79293,91581 +"325117",79293,91584 +"325118",79293,91616 +"325119",79293,91620 +"325120",79296,82502 +"325121",79297,117308 +"325122",79298,99729 +"325123",79298,101283 +"325124",79299,79375 +"325125",79299,88677 +"325126",79299,99172 +"325127",79299,99913 +"325128",79299,99915 +"325129",79299,99922 +"325130",79299,104548 +"325131",79299,111643 +"325132",79300,93618 +"325133",79301,116776 +"325134",79301,116779 +"325135",79303,79395 +"325136",79303,93612 +"325137",79303,110730 +"325138",79304,81594 +"325139",79304,91073 +"325140",79304,109392 +"325141",79304,110826 +"325142",79304,111976 +"325143",79304,116806 +"325144",79306,82156 +"325145",79306,84078 +"325146",79306,93518 +"325147",79306,117314 +"325148",79306,118014 +"325149",79306,120384 +"325150",79307,79330 +"325151",79308,112273 +"325152",79309,100408 +"325153",79311,79325 +"325154",79312,106115 +"325155",79313,102128 +"325156",79314,84705 +"325157",79314,86149 +"325158",79316,119711 +"325159",79317,79877 +"325160",79317,84441 +"325161",79317,94580 +"325162",79317,120229 +"325163",79321,79337 +"325164",79322,112434 +"325165",79323,93871 +"325166",79325,111653 +"325167",79326,79579 +"325168",79327,90056 +"325169",79328,79329 +"325170",79330,80470 +"325171",79330,89181 +"325172",79331,79710 +"325173",79331,79711 +"325174",79331,79720 +"325175",79331,79725 +"325176",79331,79738 +"325177",79331,79748 +"325178",79331,79750 +"325179",79331,79754 +"325180",79331,79758 +"325181",79331,79760 +"325182",79331,79771 +"325183",79331,79780 +"325184",79331,79781 +"325185",79331,79803 +"325186",79331,83425 +"325187",79332,79340 +"325188",79332,79341 +"325189",79332,119737 +"325190",79333,97071 +"325191",79334,85970 +"325192",79336,107666 +"325193",79337,96779 +"325194",79340,79341 +"325195",79342,104900 +"325196",79344,79618 +"325197",79344,94069 +"325198",79344,94097 +"325199",79345,88597 +"325200",79345,96542 +"325201",79345,99070 +"325202",79345,101235 +"325203",79345,119236 +"325204",79345,119239 +"325205",79346,79349 +"325206",79347,93512 +"325207",79348,114573 +"325208",79349,79403 +"325209",79349,80904 +"325210",79349,95321 +"325211",79349,105617 +"325212",79349,122338 +"325213",79350,83672 +"325214",79351,79821 +"325215",79351,84404 +"325216",79352,79544 +"325217",79352,91311 +"325218",79352,103439 +"325219",79352,103451 +"325220",79356,102352 +"325221",79357,83803 +"325222",79357,98614 +"325223",79359,93642 +"325224",79359,97914 +"325225",79359,97930 +"325226",79360,86896 +"325227",79363,118196 +"325228",79364,82898 +"325229",79364,90845 +"325230",79364,90873 +"325231",79364,96542 +"325232",79364,100561 +"325233",79365,82107 +"325234",79368,106678 +"325235",79369,89068 +"325236",79369,91272 +"325237",79369,100260 +"325238",79369,117334 +"325239",79369,117918 +"325240",79369,121933 +"325241",79370,95700 +"325242",79371,100708 +"325243",79371,112932 +"325244",79373,112430 +"325245",79375,80055 +"325246",79375,96893 +"325247",79375,98116 +"325248",79375,98120 +"325249",79375,99207 +"325250",79377,82251 +"325251",79377,83458 +"325252",79377,92799 +"325253",79378,110246 +"325254",79378,110685 +"325255",79378,113263 +"325256",79378,116660 +"325257",79378,121785 +"325258",79378,122145 +"325259",79379,85417 +"325260",79379,85427 +"325261",79379,103834 +"325262",79380,79381 +"325263",79382,88282 +"325264",79383,87148 +"325265",79383,91249 +"325266",79383,101395 +"325267",79383,112410 +"325268",79383,114865 +"325269",79383,121145 +"325270",79385,93686 +"325271",79386,115923 +"325272",79389,80702 +"325273",79390,92131 +"325274",79391,79392 +"325275",79391,88354 +"325276",79391,102229 +"325277",79391,117904 +"325278",79393,107321 +"325279",79399,90581 +"325280",79399,90969 +"325281",79401,80249 +"325282",79401,80262 +"325283",79401,80280 +"325284",79401,80312 +"325285",79401,80337 +"325286",79401,80338 +"325287",79401,119391 +"325288",79403,95321 +"325289",79403,102913 +"325290",79403,102921 +"325291",79403,103957 +"325292",79404,81134 +"325293",79404,82761 +"325294",79406,96611 +"325295",79406,102646 +"325296",79407,104098 +"325297",79407,123043 +"325298",79408,83723 +"325299",79408,93327 +"325300",79409,94395 +"325301",79410,79411 +"325302",79410,119820 +"325303",79411,96112 +"325304",79411,96203 +"325305",79413,105499 +"325306",79414,101389 +"325307",79415,81396 +"325308",79415,92263 +"325309",79416,79501 +"325310",79417,79772 +"325311",79417,81755 +"325312",79418,105868 +"325313",79419,79542 +"325314",79419,79606 +"325315",79420,95805 +"325316",79420,113233 +"325317",79420,116222 +"325318",79420,116558 +"325319",79422,79586 +"325320",79422,111197 +"325321",79424,79489 +"325322",79425,79495 +"325323",79427,79482 +"325324",79427,79494 +"325325",79427,79511 +"325326",79428,85245 +"325327",79428,86332 +"325328",79428,92949 +"325329",79428,101785 +"325330",79430,103935 +"325331",79431,79645 +"325332",79432,90705 +"325333",79432,90754 +"325334",79432,91734 +"325335",79435,79450 +"325336",79436,98549 +"325337",79436,101343 +"325338",79437,79448 +"325339",79437,94002 +"325340",79437,108643 +"325341",79438,82742 +"325342",79438,95224 +"325343",79440,79441 +"325344",79440,79508 +"325345",79440,79509 +"325346",79441,79508 +"325347",79441,79509 +"325348",79442,79443 +"325349",79445,79510 +"325350",79448,80760 +"325351",79448,87413 +"325352",79450,119777 +"325353",79451,79707 +"325354",79451,84139 +"325355",79451,91275 +"325356",79453,102744 +"325357",79453,102761 +"325358",79455,88143 +"325359",79456,82957 +"325360",79456,82994 +"325361",79457,103687 +"325362",79463,92507 +"325363",79463,116140 +"325364",79464,79700 +"325365",79464,84076 +"325366",79465,87263 +"325367",79467,88471 +"325368",79467,92101 +"325369",79467,102017 +"325370",79467,102034 +"325371",79467,121603 +"325372",79468,102286 +"325373",79468,120607 +"325374",79470,79478 +"325375",79470,87957 +"325376",79470,96661 +"325377",79470,108395 +"325378",79471,117863 +"325379",79472,107285 +"325380",79473,80190 +"325381",79473,88013 +"325382",79474,113603 +"325383",79475,83591 +"325384",79475,93202 +"325385",79475,108047 +"325386",79475,110832 +"325387",79475,117232 +"325388",79475,118219 +"325389",79476,79483 +"325390",79477,94598 +"325391",79477,102893 +"325392",79477,108326 +"325393",79477,109293 +"325394",79477,122645 +"325395",79478,109348 +"325396",79479,79620 +"325397",79479,79691 +"325398",79480,106749 +"325399",79481,88153 +"325400",79481,100387 +"325401",79481,100410 +"325402",79482,79494 +"325403",79482,79511 +"325404",79483,80970 +"325405",79483,86532 +"325406",79483,116231 +"325407",79485,79522 +"325408",79485,79580 +"325409",79486,80365 +"325410",79486,109902 +"325411",79489,90962 +"325412",79491,79577 +"325413",79491,95321 +"325414",79491,97939 +"325415",79492,89893 +"325416",79492,103795 +"325417",79493,80473 +"325418",79493,83659 +"325419",79493,84579 +"325420",79494,79511 +"325421",79494,80491 +"325422",79502,95704 +"325423",79502,102505 +"325424",79503,93230 +"325425",79504,103301 +"325426",79506,85893 +"325427",79506,87836 +"325428",79507,92213 +"325429",79507,111059 +"325430",79508,79509 +"325431",79508,93668 +"325432",79508,95127 +"325433",79513,79734 +"325434",79515,81261 +"325435",79515,99454 +"325436",79517,101060 +"325437",79517,118648 +"325438",79518,103537 +"325439",79518,104834 +"325440",79518,104852 +"325441",79520,80105 +"325442",79520,93080 +"325443",79520,107933 +"325444",79520,108934 +"325445",79521,104532 +"325446",79522,79580 +"325447",79523,91254 +"325448",79524,91324 +"325449",79524,117558 +"325450",79525,84483 +"325451",79527,80723 +"325452",79527,81070 +"325453",79527,86031 +"325454",79527,98459 +"325455",79527,104649 +"325456",79528,117997 +"325457",79529,80500 +"325458",79529,91517 +"325459",79529,96513 +"325460",79529,103077 +"325461",79529,106280 +"325462",79531,81384 +"325463",79533,81664 +"325464",79534,90490 +"325465",79534,94132 +"325466",79534,96472 +"325467",79534,100972 +"325468",79534,104022 +"325469",79534,111790 +"325470",79534,113345 +"325471",79535,79536 +"325472",79537,79571 +"325473",79539,95025 +"325474",79541,101044 +"325475",79542,79606 +"325476",79543,86232 +"325477",79544,115283 +"325478",79545,88038 +"325479",79547,80798 +"325480",79547,82457 +"325481",79547,82512 +"325482",79547,88719 +"325483",79549,79617 +"325484",79550,81029 +"325485",79551,79552 +"325486",79551,79553 +"325487",79552,79553 +"325488",79553,79556 +"325489",79553,79591 +"325490",79555,79560 +"325491",79556,79591 +"325492",79560,111797 +"325493",79560,112580 +"325494",79561,87434 +"325495",79563,118878 +"325496",79565,79605 +"325497",79565,79615 +"325498",79566,105539 +"325499",79567,80748 +"325500",79567,92336 +"325501",79567,101490 +"325502",79570,85598 +"325503",79572,84376 +"325504",79572,105447 +"325505",79572,114083 +"325506",79574,79596 +"325507",79575,110957 +"325508",79576,108954 +"325509",79577,95321 +"325510",79579,80239 +"325511",79579,80301 +"325512",79579,81397 +"325513",79579,88340 +"325514",79579,88749 +"325515",79579,89069 +"325516",79579,89373 +"325517",79579,89995 +"325518",79579,90919 +"325519",79579,90936 +"325520",79579,92861 +"325521",79579,93097 +"325522",79579,94231 +"325523",79579,95489 +"325524",79579,96247 +"325525",79579,96363 +"325526",79579,97898 +"325527",79581,84897 +"325528",79581,97162 +"325529",79584,120928 +"325530",79586,115660 +"325531",79587,95602 +"325532",79588,92582 +"325533",79593,90824 +"325534",79593,105883 +"325535",79595,93169 +"325536",79599,84651 +"325537",79599,89438 +"325538",79599,89676 +"325539",79599,93591 +"325540",79599,93635 +"325541",79599,93636 +"325542",79599,93650 +"325543",79599,93651 +"325544",79599,104850 +"325545",79599,109347 +"325546",79599,113626 +"325547",79600,98969 +"325548",79605,79615 +"325549",79609,89661 +"325550",79609,100371 +"325551",79612,81586 +"325552",79612,86514 +"325553",79612,100532 +"325554",79612,101709 +"325555",79612,106640 +"325556",79612,107302 +"325557",79612,117356 +"325558",79612,117369 +"325559",79612,119564 +"325560",79614,84748 +"325561",79618,84959 +"325562",79618,94069 +"325563",79618,94097 +"325564",79618,99041 +"325565",79618,99240 +"325566",79618,112349 +"325567",79618,122702 +"325568",79619,86053 +"325569",79619,90378 +"325570",79619,110013 +"325571",79620,79691 +"325572",79620,83741 +"325573",79621,84647 +"325574",79623,91580 +"325575",79623,91623 +"325576",79623,94039 +"325577",79623,98771 +"325578",79623,103419 +"325579",79624,79627 +"325580",79624,79647 +"325581",79626,87607 +"325582",79626,87792 +"325583",79626,117291 +"325584",79627,79647 +"325585",79627,98523 +"325586",79628,79674 +"325587",79631,113368 +"325588",79631,113676 +"325589",79631,120401 +"325590",79632,119402 +"325591",79633,117254 +"325592",79633,117264 +"325593",79633,117266 +"325594",79634,89798 +"325595",79636,83580 +"325596",79636,85495 +"325597",79636,89375 +"325598",79636,92128 +"325599",79636,94802 +"325600",79636,98135 +"325601",79636,98139 +"325602",79636,113586 +"325603",79636,113862 +"325604",79636,113909 +"325605",79639,86214 +"325606",79639,90852 +"325607",79639,92366 +"325608",79639,100084 +"325609",79639,100359 +"325610",79640,107095 +"325611",79642,81268 +"325612",79642,90931 +"325613",79642,94552 +"325614",79644,97646 +"325615",79644,100092 +"325616",79644,116945 +"325617",79644,120093 +"325618",79646,107273 +"325619",79648,80274 +"325620",79649,79680 +"325621",79650,107015 +"325622",79652,121902 +"325623",79653,93122 +"325624",79653,103009 +"325625",79653,120664 +"325626",79655,80033 +"325627",79655,85238 +"325628",79655,90633 +"325629",79655,97341 +"325630",79655,102419 +"325631",79655,104389 +"325632",79655,108764 +"325633",79656,80927 +"325634",79656,85927 +"325635",79656,110599 +"325636",79657,79658 +"325637",79657,84652 +"325638",79657,92926 +"325639",79658,84652 +"325640",79659,86895 +"325641",79659,100867 +"325642",79660,109905 +"325643",79660,110227 +"325644",79660,110430 +"325645",79660,110936 +"325646",79661,101426 +"325647",79662,93539 +"325648",79663,108738 +"325649",79666,102108 +"325650",79668,80012 +"325651",79669,82666 +"325652",79669,87331 +"325653",79669,92506 +"325654",79669,106246 +"325655",79669,118564 +"325656",79669,118573 +"325657",79670,95125 +"325658",79670,97194 +"325659",79673,90051 +"325660",79674,84628 +"325661",79674,86423 +"325662",79675,102056 +"325663",79679,85962 +"325664",79679,90259 +"325665",79679,120295 +"325666",79679,120300 +"325667",79681,82452 +"325668",79681,88409 +"325669",79681,90883 +"325670",79681,91383 +"325671",79681,92113 +"325672",79681,98904 +"325673",79681,102940 +"325674",79681,118577 +"325675",79681,119085 +"325676",79681,119224 +"325677",79681,119439 +"325678",79681,120085 +"325679",79681,120232 +"325680",79681,121213 +"325681",79682,113472 +"325682",79682,117102 +"325683",79684,86018 +"325684",79686,117539 +"325685",79687,108708 +"325686",79690,109081 +"325687",79693,83619 +"325688",79693,91219 +"325689",79693,117855 +"325690",79693,119115 +"325691",79693,122141 +"325692",79695,79696 +"325693",79696,82480 +"325694",79697,94398 +"325695",79700,84076 +"325696",79700,108701 +"325697",79701,101389 +"325698",79702,92196 +"325699",79702,112399 +"325700",79705,100450 +"325701",79705,100459 +"325702",79708,79823 +"325703",79709,79712 +"325704",79709,79737 +"325705",79709,79739 +"325706",79709,79749 +"325707",79709,79751 +"325708",79709,79757 +"325709",79709,79762 +"325710",79709,79767 +"325711",79709,79772 +"325712",79709,79773 +"325713",79709,79793 +"325714",79709,79798 +"325715",79709,79802 +"325716",79709,79811 +"325717",79709,79812 +"325718",79710,79711 +"325719",79710,79720 +"325720",79710,79725 +"325721",79710,79738 +"325722",79710,79748 +"325723",79710,79750 +"325724",79710,79754 +"325725",79710,79758 +"325726",79710,79760 +"325727",79710,79771 +"325728",79710,79780 +"325729",79710,79781 +"325730",79710,79793 +"325731",79710,79803 +"325732",79711,79720 +"325733",79711,79725 +"325734",79711,79738 +"325735",79711,79748 +"325736",79711,79750 +"325737",79711,79754 +"325738",79711,79758 +"325739",79711,79760 +"325740",79711,79771 +"325741",79711,79780 +"325742",79711,79781 +"325743",79711,79803 +"325744",79712,79737 +"325745",79712,79739 +"325746",79712,79749 +"325747",79712,79751 +"325748",79712,79757 +"325749",79712,79762 +"325750",79712,79767 +"325751",79712,79772 +"325752",79712,79773 +"325753",79712,79793 +"325754",79712,79798 +"325755",79712,79802 +"325756",79712,79811 +"325757",79712,79812 +"325758",79716,79989 +"325759",79716,80281 +"325760",79716,81728 +"325761",79716,82196 +"325762",79716,82383 +"325763",79716,82810 +"325764",79716,82854 +"325765",79716,83853 +"325766",79716,83884 +"325767",79716,84379 +"325768",79716,84613 +"325769",79716,85465 +"325770",79716,85610 +"325771",79716,86351 +"325772",79716,86451 +"325773",79716,86882 +"325774",79716,87175 +"325775",79716,87451 +"325776",79716,87521 +"325777",79716,87572 +"325778",79716,87663 +"325779",79716,87721 +"325780",79716,87862 +"325781",79717,98866 +"325782",79717,105445 +"325783",79717,117529 +"325784",79717,119190 +"325785",79719,97159 +"325786",79719,106236 +"325787",79719,117661 +"325788",79719,117662 +"325789",79720,79725 +"325790",79720,79738 +"325791",79720,79748 +"325792",79720,79750 +"325793",79720,79754 +"325794",79720,79758 +"325795",79720,79760 +"325796",79720,79771 +"325797",79720,79780 +"325798",79720,79781 +"325799",79720,79803 +"325800",79720,102907 +"325801",79720,103920 +"325802",79720,109339 +"325803",79720,115028 +"325804",79722,113470 +"325805",79722,113482 +"325806",79723,79799 +"325807",79724,81310 +"325808",79724,108845 +"325809",79725,79738 +"325810",79725,79748 +"325811",79725,79750 +"325812",79725,79754 +"325813",79725,79758 +"325814",79725,79760 +"325815",79725,79771 +"325816",79725,79780 +"325817",79725,79781 +"325818",79725,79803 +"325819",79725,83334 +"325820",79725,87432 +"325821",79727,79728 +"325822",79727,90193 +"325823",79727,105110 +"325824",79727,106037 +"325825",79728,90193 +"325826",79729,79747 +"325827",79731,111525 +"325828",79731,113011 +"325829",79733,100969 +"325830",79734,84738 +"325831",79735,89428 +"325832",79737,79739 +"325833",79737,79749 +"325834",79737,79751 +"325835",79737,79757 +"325836",79737,79762 +"325837",79737,79767 +"325838",79737,79772 +"325839",79737,79773 +"325840",79737,79793 +"325841",79737,79798 +"325842",79737,79802 +"325843",79737,79811 +"325844",79737,79812 +"325845",79738,79748 +"325846",79738,79750 +"325847",79738,79754 +"325848",79738,79758 +"325849",79738,79760 +"325850",79738,79771 +"325851",79738,79780 +"325852",79738,79781 +"325853",79738,79803 +"325854",79738,85280 +"325855",79738,93938 +"325856",79739,79749 +"325857",79739,79751 +"325858",79739,79757 +"325859",79739,79762 +"325860",79739,79767 +"325861",79739,79772 +"325862",79739,79773 +"325863",79739,79793 +"325864",79739,79798 +"325865",79739,79802 +"325866",79739,79811 +"325867",79739,79812 +"325868",79740,94100 +"325869",79740,95084 +"325870",79740,103792 +"325871",79740,104734 +"325872",79740,105009 +"325873",79740,105725 +"325874",79741,81820 +"325875",79743,81689 +"325876",79743,108396 +"325877",79743,114864 +"325878",79743,115040 +"325879",79744,81689 +"325880",79744,86702 +"325881",79744,92846 +"325882",79744,97434 +"325883",79744,97435 +"325884",79746,79778 +"325885",79746,94531 +"325886",79746,121679 +"325887",79747,81753 +"325888",79747,87133 +"325889",79748,79750 +"325890",79748,79754 +"325891",79748,79758 +"325892",79748,79760 +"325893",79748,79771 +"325894",79748,79780 +"325895",79748,79781 +"325896",79748,79803 +"325897",79748,81452 +"325898",79748,94339 +"325899",79749,79751 +"325900",79749,79757 +"325901",79749,79762 +"325902",79749,79767 +"325903",79749,79772 +"325904",79749,79773 +"325905",79749,79793 +"325906",79749,79798 +"325907",79749,79802 +"325908",79749,79811 +"325909",79749,79812 +"325910",79749,111099 +"325911",79750,79754 +"325912",79750,79758 +"325913",79750,79760 +"325914",79750,79771 +"325915",79750,79780 +"325916",79750,79781 +"325917",79750,79803 +"325918",79751,79757 +"325919",79751,79762 +"325920",79751,79767 +"325921",79751,79772 +"325922",79751,79773 +"325923",79751,79793 +"325924",79751,79798 +"325925",79751,79802 +"325926",79751,79811 +"325927",79751,79812 +"325928",79752,82023 +"325929",79752,91577 +"325930",79752,100089 +"325931",79752,118871 +"325932",79753,85431 +"325933",79753,98546 +"325934",79754,79758 +"325935",79754,79760 +"325936",79754,79771 +"325937",79754,79780 +"325938",79754,79781 +"325939",79754,79803 +"325940",79755,80428 +"325941",79756,90557 +"325942",79756,92382 +"325943",79756,110312 +"325944",79756,117395 +"325945",79756,119151 +"325946",79756,122304 +"325947",79757,79762 +"325948",79757,79767 +"325949",79757,79772 +"325950",79757,79773 +"325951",79757,79793 +"325952",79757,79798 +"325953",79757,79802 +"325954",79757,79811 +"325955",79757,79812 +"325956",79758,79760 +"325957",79758,79771 +"325958",79758,79780 +"325959",79758,79781 +"325960",79758,79803 +"325961",79760,79771 +"325962",79760,79780 +"325963",79760,79781 +"325964",79760,79803 +"325965",79760,102359 +"325966",79760,104820 +"325967",79760,109910 +"325968",79760,110225 +"325969",79760,115885 +"325970",79760,121555 +"325971",79760,121860 +"325972",79762,79767 +"325973",79762,79772 +"325974",79762,79773 +"325975",79762,79793 +"325976",79762,79798 +"325977",79762,79802 +"325978",79762,79811 +"325979",79762,79812 +"325980",79766,80471 +"325981",79766,82203 +"325982",79766,82767 +"325983",79766,83906 +"325984",79766,88714 +"325985",79766,90441 +"325986",79766,95476 +"325987",79766,101492 +"325988",79766,101783 +"325989",79766,109319 +"325990",79766,111888 +"325991",79767,79772 +"325992",79767,79773 +"325993",79767,79793 +"325994",79767,79798 +"325995",79767,79802 +"325996",79767,79811 +"325997",79767,79812 +"325998",79771,79780 +"325999",79771,79781 +"326000",79771,79803 +"326001",79772,79773 +"326002",79772,79793 +"326003",79772,79798 +"326004",79772,79802 +"326005",79772,79811 +"326006",79772,79812 +"326007",79772,81755 +"326008",79773,79793 +"326009",79773,79798 +"326010",79773,79802 +"326011",79773,79811 +"326012",79773,79812 +"326013",79774,82609 +"326014",79776,79792 +"326015",79779,79789 +"326016",79780,79781 +"326017",79780,79803 +"326018",79780,99138 +"326019",79780,103203 +"326020",79780,104161 +"326021",79780,104820 +"326022",79780,105890 +"326023",79780,111099 +"326024",79780,112814 +"326025",79780,114479 +"326026",79781,79803 +"326027",79781,123445 +"326028",79782,80410 +"326029",79782,101480 +"326030",79782,120193 +"326031",79783,93622 +"326032",79784,84113 +"326033",79788,100560 +"326034",79791,79860 +"326035",79791,79887 +"326036",79791,79962 +"326037",79793,79798 +"326038",79793,79802 +"326039",79793,79811 +"326040",79793,79812 +"326041",79795,79901 +"326042",79795,79924 +"326043",79795,79931 +"326044",79796,121460 +"326045",79797,114210 +"326046",79798,79802 +"326047",79798,79811 +"326048",79798,79812 +"326049",79800,118438 +"326050",79800,120126 +"326051",79800,120150 +"326052",79802,79811 +"326053",79802,79812 +"326054",79802,81882 +"326055",79802,86178 +"326056",79802,90305 +"326057",79802,95973 +"326058",79802,115900 +"326059",79802,117208 +"326060",79802,118086 +"326061",79802,118090 +"326062",79802,118091 +"326063",79802,118094 +"326064",79802,118098 +"326065",79802,118102 +"326066",79802,118112 +"326067",79804,94291 +"326068",79804,101616 +"326069",79804,110119 +"326070",79804,110863 +"326071",79806,81420 +"326072",79806,102732 +"326073",79806,109977 +"326074",79807,109518 +"326075",79807,112735 +"326076",79811,79812 +"326077",79811,91674 +"326078",79811,93527 +"326079",79811,93542 +"326080",79811,117967 +"326081",79811,117974 +"326082",79815,79862 +"326083",79815,79863 +"326084",79817,80303 +"326085",79817,85832 +"326086",79817,90510 +"326087",79817,92425 +"326088",79817,96552 +"326089",79817,108591 +"326090",79817,113802 +"326091",79818,84580 +"326092",79818,87686 +"326093",79818,94926 +"326094",79818,109716 +"326095",79818,112120 +"326096",79818,117098 +"326097",79819,91028 +"326098",79820,79861 +"326099",79820,82636 +"326100",79820,88836 +"326101",79820,89663 +"326102",79820,89738 +"326103",79820,89740 +"326104",79821,84404 +"326105",79821,85638 +"326106",79821,85661 +"326107",79822,93023 +"326108",79822,93767 +"326109",79823,88209 +"326110",79823,95448 +"326111",79823,113616 +"326112",79824,80704 +"326113",79825,79839 +"326114",79825,79852 +"326115",79826,79829 +"326116",79826,83491 +"326117",79826,117523 +"326118",79831,103553 +"326119",79833,81308 +"326120",79833,81939 +"326121",79833,107595 +"326122",79833,109252 +"326123",79833,109915 +"326124",79834,89088 +"326125",79834,89113 +"326126",79835,86069 +"326127",79836,109782 +"326128",79837,85291 +"326129",79837,109257 +"326130",79837,118495 +"326131",79837,122980 +"326132",79839,79852 +"326133",79842,99594 +"326134",79842,109695 +"326135",79842,118161 +"326136",79843,81644 +"326137",79844,108924 +"326138",79844,111477 +"326139",79844,122302 +"326140",79845,83380 +"326141",79845,84179 +"326142",79845,90259 +"326143",79846,105602 +"326144",79847,86063 +"326145",79849,88544 +"326146",79849,88960 +"326147",79849,92680 +"326148",79849,93779 +"326149",79849,94924 +"326150",79849,97836 +"326151",79850,80088 +"326152",79850,83810 +"326153",79850,88662 +"326154",79850,89286 +"326155",79850,92416 +"326156",79850,94687 +"326157",79850,100599 +"326158",79850,101534 +"326159",79850,102229 +"326160",79850,105788 +"326161",79851,84469 +"326162",79851,94428 +"326163",79857,87370 +"326164",79859,79879 +"326165",79860,79887 +"326166",79860,79962 +"326167",79861,121245 +"326168",79862,79863 +"326169",79862,87496 +"326170",79862,102396 +"326171",79862,108703 +"326172",79865,84756 +"326173",79865,84889 +"326174",79866,99553 +"326175",79866,100095 +"326176",79867,79868 +"326177",79869,81764 +"326178",79870,88695 +"326179",79870,90790 +"326180",79870,91162 +"326181",79870,91163 +"326182",79870,91165 +"326183",79870,91170 +"326184",79870,91201 +"326185",79871,90838 +"326186",79872,92327 +"326187",79873,79949 +"326188",79874,81599 +"326189",79874,84263 +"326190",79874,120503 +"326191",79874,121710 +"326192",79875,99345 +"326193",79877,81770 +"326194",79877,86576 +"326195",79877,94580 +"326196",79877,95473 +"326197",79878,79906 +"326198",79878,81685 +"326199",79882,81746 +"326200",79882,95883 +"326201",79884,79961 +"326202",79886,81394 +"326203",79886,81477 +"326204",79887,79962 +"326205",79888,84221 +"326206",79889,79919 +"326207",79889,79920 +"326208",79889,79953 +"326209",79889,79969 +"326210",79890,79891 +"326211",79891,107619 +"326212",79891,116258 +"326213",79892,106737 +"326214",79892,106755 +"326215",79894,79895 +"326216",79895,94476 +"326217",79895,94484 +"326218",79896,79926 +"326219",79897,89621 +"326220",79897,91402 +"326221",79897,100960 +"326222",79897,116882 +"326223",79897,118032 +"326224",79899,103828 +"326225",79899,109049 +"326226",79901,79924 +"326227",79901,79931 +"326228",79901,82883 +"326229",79905,92065 +"326230",79905,99734 +"326231",79905,104892 +"326232",79908,79946 +"326233",79908,79978 +"326234",79909,118039 +"326235",79910,79948 +"326236",79912,82393 +"326237",79912,83314 +"326238",79912,87415 +"326239",79912,98293 +"326240",79912,99498 +"326241",79912,100230 +"326242",79912,103420 +"326243",79912,108992 +"326244",79913,79923 +"326245",79913,86015 +"326246",79913,103469 +"326247",79914,93216 +"326248",79917,79956 +"326249",79917,79963 +"326250",79918,82360 +"326251",79918,94218 +"326252",79918,115430 +"326253",79919,79920 +"326254",79919,79953 +"326255",79919,79969 +"326256",79919,80751 +"326257",79919,93567 +"326258",79920,79953 +"326259",79920,79969 +"326260",79922,79980 +"326261",79923,122064 +"326262",79923,122065 +"326263",79924,79931 +"326264",79925,105869 +"326265",79928,86332 +"326266",79928,88764 +"326267",79928,90818 +"326268",79928,94198 +"326269",79928,98335 +"326270",79928,103762 +"326271",79928,110766 +"326272",79929,79930 +"326273",79930,92954 +"326274",79930,117592 +"326275",79930,117593 +"326276",79933,98767 +"326277",79935,106515 +"326278",79935,109061 +"326279",79937,99152 +"326280",79938,90721 +"326281",79938,92021 +"326282",79938,105981 +"326283",79941,81429 +"326284",79941,101535 +"326285",79942,89047 +"326286",79943,94088 +"326287",79943,97166 +"326288",79946,79978 +"326289",79947,101903 +"326290",79947,106921 +"326291",79947,107723 +"326292",79947,108294 +"326293",79951,85136 +"326294",79951,90712 +"326295",79951,90713 +"326296",79953,79969 +"326297",79954,79955 +"326298",79954,85300 +"326299",79954,92467 +"326300",79954,108009 +"326301",79954,110954 +"326302",79954,120945 +"326303",79956,79963 +"326304",79958,111560 +"326305",79959,79960 +"326306",79960,92999 +"326307",79960,93008 +"326308",79960,93014 +"326309",79960,93018 +"326310",79961,85044 +"326311",79961,93787 +"326312",79961,101006 +"326313",79961,105569 +"326314",79961,118138 +"326315",79963,99600 +"326316",79964,119018 +"326317",79964,120022 +"326318",79965,94176 +"326319",79965,98555 +"326320",79965,104647 +"326321",79965,108581 +"326322",79965,112886 +"326323",79966,92672 +"326324",79966,93476 +"326325",79966,93477 +"326326",79966,93491 +"326327",79966,105998 +"326328",79967,90326 +"326329",79968,83813 +"326330",79968,83826 +"326331",79970,118812 +"326332",79970,122926 +"326333",79971,92928 +"326334",79971,96713 +"326335",79972,82972 +"326336",79972,83878 +"326337",79972,84390 +"326338",79972,91379 +"326339",79972,112037 +"326340",79973,112639 +"326341",79974,85553 +"326342",79974,93240 +"326343",79976,98365 +"326344",79977,80913 +"326345",79977,82151 +"326346",79977,84510 +"326347",79977,88712 +"326348",79977,89760 +"326349",79977,100377 +"326350",79977,102455 +"326351",79977,117044 +"326352",79979,96621 +"326353",79979,112549 +"326354",79979,114552 +"326355",79979,114557 +"326356",79981,113978 +"326357",79981,113982 +"326358",79983,81417 +"326359",79983,81418 +"326360",79986,80035 +"326361",79988,80120 +"326362",79989,80281 +"326363",79989,81728 +"326364",79989,82196 +"326365",79989,82383 +"326366",79989,82810 +"326367",79989,82854 +"326368",79989,83853 +"326369",79989,83884 +"326370",79989,84379 +"326371",79989,84613 +"326372",79989,85465 +"326373",79989,85610 +"326374",79989,86351 +"326375",79989,86451 +"326376",79989,86882 +"326377",79989,87175 +"326378",79989,87451 +"326379",79989,87521 +"326380",79989,87572 +"326381",79989,87663 +"326382",79989,87721 +"326383",79989,87862 +"326384",79990,83598 +"326385",79990,89867 +"326386",79990,121100 +"326387",79990,121134 +"326388",79992,85580 +"326389",79992,121235 +"326390",79993,88233 +"326391",79993,93933 +"326392",79993,119061 +"326393",79994,85851 +"326394",79994,94872 +"326395",79996,81934 +"326396",79996,99218 +"326397",79996,110644 +"326398",79997,80010 +"326399",79997,84122 +"326400",79997,92921 +"326401",79998,100561 +"326402",80001,90517 +"326403",80002,80024 +"326404",80003,86988 +"326405",80003,95238 +"326406",80003,98751 +"326407",80003,105687 +"326408",80003,114349 +"326409",80003,114351 +"326410",80003,116294 +"326411",80003,116295 +"326412",80003,119378 +"326413",80004,93152 +"326414",80005,83159 +"326415",80007,92905 +"326416",80009,93725 +"326417",80009,119745 +"326418",80011,80579 +"326419",80011,88910 +"326420",80013,81376 +"326421",80013,86826 +"326422",80014,96036 +"326423",80015,90462 +"326424",80015,110344 +"326425",80015,123046 +"326426",80016,99824 +"326427",80017,90614 +"326428",80019,90190 +"326429",80019,111329 +"326430",80019,111383 +"326431",80024,97133 +"326432",80025,84808 +"326433",80025,84828 +"326434",80026,98214 +"326435",80028,80134 +"326436",80030,122305 +"326437",80030,122821 +"326438",80030,123021 +"326439",80030,123044 +"326440",80032,96465 +"326441",80032,101940 +"326442",80032,107970 +"326443",80032,118077 +"326444",80033,90633 +"326445",80033,97341 +"326446",80033,123241 +"326447",80034,86004 +"326448",80034,91625 +"326449",80036,93054 +"326450",80036,116955 +"326451",80036,117969 +"326452",80037,94167 +"326453",80039,103216 +"326454",80040,99338 +"326455",80041,99575 +"326456",80041,99833 +"326457",80041,101067 +"326458",80041,101681 +"326459",80041,107050 +"326460",80041,122767 +"326461",80043,80215 +"326462",80043,115165 +"326463",80043,115172 +"326464",80043,115175 +"326465",80045,82154 +"326466",80046,101279 +"326467",80048,83655 +"326468",80048,103679 +"326469",80050,83319 +"326470",80050,83375 +"326471",80050,96878 +"326472",80053,82980 +"326473",80053,86023 +"326474",80053,90401 +"326475",80054,89216 +"326476",80054,93884 +"326477",80054,108793 +"326478",80054,110771 +"326479",80055,80625 +"326480",80055,84194 +"326481",80055,84730 +"326482",80055,89452 +"326483",80055,98116 +"326484",80055,98120 +"326485",80055,99952 +"326486",80055,108463 +"326487",80056,80091 +"326488",80056,92605 +"326489",80056,92615 +"326490",80056,105047 +"326491",80057,80126 +"326492",80057,80247 +"326493",80057,80253 +"326494",80058,80152 +"326495",80058,89346 +"326496",80058,93184 +"326497",80058,98065 +"326498",80058,98791 +"326499",80058,98804 +"326500",80058,103429 +"326501",80058,104233 +"326502",80058,104240 +"326503",80060,101940 +"326504",80060,111472 +"326505",80061,80728 +"326506",80061,91869 +"326507",80061,100862 +"326508",80061,102801 +"326509",80061,102831 +"326510",80061,113060 +"326511",80061,117717 +"326512",80062,86621 +"326513",80062,89954 +"326514",80062,98294 +"326515",80062,102097 +"326516",80062,109387 +"326517",80062,109405 +"326518",80062,109410 +"326519",80062,116636 +"326520",80064,105240 +"326521",80065,82787 +"326522",80065,101535 +"326523",80065,107516 +"326524",80066,91667 +"326525",80067,80081 +"326526",80067,84910 +"326527",80068,105028 +"326528",80068,105031 +"326529",80071,80134 +"326530",80074,80102 +"326531",80074,80149 +"326532",80076,80128 +"326533",80076,80129 +"326534",80077,80508 +"326535",80079,104369 +"326536",80080,81715 +"326537",80080,81720 +"326538",80080,100254 +"326539",80080,117262 +"326540",80080,119052 +"326541",80085,80895 +"326542",80085,91017 +"326543",80085,106852 +"326544",80085,106857 +"326545",80085,106897 +"326546",80085,106901 +"326547",80086,88357 +"326548",80086,97362 +"326549",80086,104364 +"326550",80086,110012 +"326551",80086,113669 +"326552",80088,80549 +"326553",80088,81308 +"326554",80088,81443 +"326555",80088,81939 +"326556",80088,84294 +"326557",80088,88297 +"326558",80088,88662 +"326559",80088,89286 +"326560",80088,91083 +"326561",80088,92416 +"326562",80088,100599 +"326563",80088,101534 +"326564",80088,102229 +"326565",80088,107595 +"326566",80088,108950 +"326567",80088,109252 +"326568",80088,110778 +"326569",80088,110837 +"326570",80088,110998 +"326571",80088,111048 +"326572",80088,111067 +"326573",80088,111729 +"326574",80088,112534 +"326575",80088,115605 +"326576",80088,118637 +"326577",80088,123191 +"326578",80088,123192 +"326579",80090,111470 +"326580",80097,81310 +"326581",80097,82882 +"326582",80097,83776 +"326583",80098,101404 +"326584",80101,115968 +"326585",80102,80149 +"326586",80103,80104 +"326587",80103,105017 +"326588",80105,83599 +"326589",80106,118000 +"326590",80107,105626 +"326591",80110,83047 +"326592",80110,105819 +"326593",80112,89612 +"326594",80115,80768 +"326595",80115,84772 +"326596",80116,108924 +"326597",80118,99707 +"326598",80119,116659 +"326599",80119,122156 +"326600",80121,92614 +"326601",80122,97500 +"326602",80125,109329 +"326603",80125,120940 +"326604",80126,80247 +"326605",80126,80253 +"326606",80128,80129 +"326607",80130,80948 +"326608",80130,80973 +"326609",80130,86880 +"326610",80130,87915 +"326611",80130,101381 +"326612",80130,101766 +"326613",80130,104588 +"326614",80130,110336 +"326615",80130,111881 +"326616",80130,117654 +"326617",80130,118379 +"326618",80130,121457 +"326619",80131,80132 +"326620",80132,84004 +"326621",80134,88149 +"326622",80134,91152 +"326623",80134,92547 +"326624",80134,99493 +"326625",80134,106594 +"326626",80139,80421 +"326627",80139,99170 +"326628",80141,83381 +"326629",80141,101185 +"326630",80141,111611 +"326631",80142,119528 +"326632",80143,80161 +"326633",80144,80202 +"326634",80144,80209 +"326635",80145,97051 +"326636",80146,80160 +"326637",80146,119864 +"326638",80147,81446 +"326639",80147,81497 +"326640",80147,81589 +"326641",80147,81871 +"326642",80148,80225 +"326643",80150,80213 +"326644",80150,80221 +"326645",80152,93184 +"326646",80152,98791 +"326647",80152,98804 +"326648",80153,82401 +"326649",80153,106368 +"326650",80154,80163 +"326651",80154,90096 +"326652",80154,102798 +"326653",80154,102959 +"326654",80155,84292 +"326655",80155,90587 +"326656",80155,117346 +"326657",80155,123501 +"326658",80156,99524 +"326659",80158,80159 +"326660",80158,80204 +"326661",80159,80204 +"326662",80162,99494 +"326663",80164,84635 +"326664",80164,117508 +"326665",80164,117525 +"326666",80166,80235 +"326667",80168,95919 +"326668",80168,95926 +"326669",80168,95930 +"326670",80168,95942 +"326671",80169,103299 +"326672",80169,110741 +"326673",80169,120452 +"326674",80169,120466 +"326675",80169,120471 +"326676",80170,82436 +"326677",80171,80304 +"326678",80172,88460 +"326679",80172,89198 +"326680",80172,91533 +"326681",80173,80211 +"326682",80174,82442 +"326683",80174,86648 +"326684",80174,94196 +"326685",80174,95943 +"326686",80174,96658 +"326687",80174,107237 +"326688",80174,107279 +"326689",80175,97184 +"326690",80175,98042 +"326691",80177,83811 +"326692",80178,100063 +"326693",80179,84343 +"326694",80179,99209 +"326695",80179,119089 +"326696",80181,92183 +"326697",80181,97908 +"326698",80181,97936 +"326699",80185,80190 +"326700",80185,80216 +"326701",80186,81622 +"326702",80186,88192 +"326703",80186,111355 +"326704",80186,117713 +"326705",80186,119598 +"326706",80188,80340 +"326707",80188,80366 +"326708",80189,91929 +"326709",80190,80216 +"326710",80190,118334 +"326711",80191,111794 +"326712",80191,118594 +"326713",80191,118597 +"326714",80193,84022 +"326715",80193,90802 +"326716",80193,115561 +"326717",80194,95221 +"326718",80194,98926 +"326719",80195,112092 +"326720",80199,114873 +"326721",80200,110402 +"326722",80200,120027 +"326723",80202,80209 +"326724",80203,81977 +"326725",80203,90455 +"326726",80205,81116 +"326727",80205,89779 +"326728",80207,87254 +"326729",80211,112933 +"326730",80212,103013 +"326731",80212,107556 +"326732",80212,113483 +"326733",80212,117053 +"326734",80212,117227 +"326735",80212,117428 +"326736",80213,80221 +"326737",80219,81159 +"326738",80219,84488 +"326739",80219,84563 +"326740",80219,89169 +"326741",80219,90650 +"326742",80219,101789 +"326743",80219,108801 +"326744",80219,111478 +"326745",80220,81382 +"326746",80220,84738 +"326747",80221,112772 +"326748",80223,80329 +"326749",80226,80278 +"326750",80227,96826 +"326751",80227,96836 +"326752",80228,80374 +"326753",80230,80287 +"326754",80232,80255 +"326755",80232,82652 +"326756",80232,95776 +"326757",80232,104249 +"326758",80232,106808 +"326759",80233,80626 +"326760",80233,100789 +"326761",80233,113089 +"326762",80234,94051 +"326763",80236,82080 +"326764",80236,84309 +"326765",80236,112331 +"326766",80237,92642 +"326767",80237,105677 +"326768",80237,112851 +"326769",80237,120999 +"326770",80238,110109 +"326771",80239,80301 +"326772",80239,81397 +"326773",80239,88340 +"326774",80239,88749 +"326775",80239,89069 +"326776",80239,89373 +"326777",80239,89995 +"326778",80239,90919 +"326779",80239,90936 +"326780",80239,92861 +"326781",80239,93097 +"326782",80239,94231 +"326783",80239,95489 +"326784",80239,96247 +"326785",80239,96363 +"326786",80239,97898 +"326787",80241,96078 +"326788",80242,81030 +"326789",80242,97664 +"326790",80243,80300 +"326791",80243,80306 +"326792",80246,99966 +"326793",80247,80253 +"326794",80248,88257 +"326795",80248,95197 +"326796",80248,101865 +"326797",80248,103307 +"326798",80248,105061 +"326799",80248,107054 +"326800",80248,107316 +"326801",80248,107536 +"326802",80248,108546 +"326803",80248,114676 +"326804",80248,116336 +"326805",80249,80262 +"326806",80249,80280 +"326807",80249,80312 +"326808",80249,80337 +"326809",80249,80338 +"326810",80251,91321 +"326811",80251,97223 +"326812",80251,102641 +"326813",80251,115266 +"326814",80252,80271 +"326815",80252,80313 +"326816",80252,80345 +"326817",80252,80386 +"326818",80259,92353 +"326819",80260,91806 +"326820",80260,111322 +"326821",80261,84751 +"326822",80261,84796 +"326823",80261,101629 +"326824",80261,116237 +"326825",80262,80280 +"326826",80262,80312 +"326827",80262,80337 +"326828",80262,80338 +"326829",80262,83644 +"326830",80263,80272 +"326831",80265,83119 +"326832",80265,84881 +"326833",80265,98189 +"326834",80265,116311 +"326835",80266,85608 +"326836",80267,80295 +"326837",80267,80584 +"326838",80267,97781 +"326839",80267,120508 +"326840",80270,80298 +"326841",80270,80383 +"326842",80270,80384 +"326843",80270,82016 +"326844",80270,82028 +"326845",80270,94440 +"326846",80270,95316 +"326847",80271,80313 +"326848",80271,80345 +"326849",80271,80386 +"326850",80272,89822 +"326851",80273,106538 +"326852",80276,84838 +"326853",80278,112491 +"326854",80278,121877 +"326855",80280,80312 +"326856",80280,80337 +"326857",80280,80338 +"326858",80281,80778 +"326859",80281,81728 +"326860",80281,82196 +"326861",80281,82383 +"326862",80281,82810 +"326863",80281,82854 +"326864",80281,83853 +"326865",80281,83884 +"326866",80281,84379 +"326867",80281,84613 +"326868",80281,85465 +"326869",80281,85610 +"326870",80281,86351 +"326871",80281,86451 +"326872",80281,86882 +"326873",80281,87175 +"326874",80281,87451 +"326875",80281,87521 +"326876",80281,87572 +"326877",80281,87663 +"326878",80281,87721 +"326879",80281,87862 +"326880",80281,112927 +"326881",80281,121873 +"326882",80284,116106 +"326883",80284,120626 +"326884",80285,82589 +"326885",80285,91275 +"326886",80286,81506 +"326887",80286,94354 +"326888",80286,111543 +"326889",80286,111554 +"326890",80286,114650 +"326891",80289,91772 +"326892",80289,95431 +"326893",80291,92088 +"326894",80298,80383 +"326895",80298,80384 +"326896",80300,80306 +"326897",80301,81397 +"326898",80301,88340 +"326899",80301,88749 +"326900",80301,89069 +"326901",80301,89373 +"326902",80301,89995 +"326903",80301,90919 +"326904",80301,90936 +"326905",80301,92861 +"326906",80301,93097 +"326907",80301,94231 +"326908",80301,95489 +"326909",80301,96247 +"326910",80301,96363 +"326911",80301,97898 +"326912",80301,115284 +"326913",80302,87574 +"326914",80302,100376 +"326915",80303,92865 +"326916",80305,82808 +"326917",80305,82965 +"326918",80305,83865 +"326919",80305,88232 +"326920",80305,88237 +"326921",80305,88895 +"326922",80305,91411 +"326923",80305,91562 +"326924",80305,92592 +"326925",80305,96336 +"326926",80305,96837 +"326927",80305,101681 +"326928",80305,109958 +"326929",80305,111335 +"326930",80305,114622 +"326931",80305,115910 +"326932",80307,105004 +"326933",80307,118504 +"326934",80311,83061 +"326935",80311,96810 +"326936",80312,80337 +"326937",80312,80338 +"326938",80313,80345 +"326939",80313,80386 +"326940",80314,80815 +"326941",80315,110200 +"326942",80319,80369 +"326943",80320,80359 +"326944",80321,95349 +"326945",80321,99388 +"326946",80321,110131 +"326947",80321,110633 +"326948",80321,111146 +"326949",80321,121853 +"326950",80321,122255 +"326951",80324,83102 +"326952",80324,86359 +"326953",80324,94995 +"326954",80326,80390 +"326955",80326,94889 +"326956",80327,103480 +"326957",80327,115644 +"326958",80329,109372 +"326959",80330,84416 +"326960",80331,96759 +"326961",80331,111415 +"326962",80332,80376 +"326963",80332,80602 +"326964",80332,81932 +"326965",80332,96123 +"326966",80332,96172 +"326967",80333,108280 +"326968",80336,107762 +"326969",80337,80338 +"326970",80337,83644 +"326971",80339,80370 +"326972",80340,80366 +"326973",80341,87244 +"326974",80341,90058 +"326975",80341,119345 +"326976",80341,119405 +"326977",80342,106707 +"326978",80342,112005 +"326979",80343,97834 +"326980",80343,98887 +"326981",80343,106906 +"326982",80344,81409 +"326983",80345,80386 +"326984",80345,84905 +"326985",80345,92390 +"326986",80346,95860 +"326987",80347,80348 +"326988",80348,88176 +"326989",80348,88213 +"326990",80348,101819 +"326991",80348,101847 +"326992",80349,89927 +"326993",80350,101125 +"326994",80351,81245 +"326995",80351,98205 +"326996",80351,104437 +"326997",80351,109108 +"326998",80351,111222 +"326999",80351,119892 +"327000",80353,80466 +"327001",80353,80487 +"327002",80354,84843 +"327003",80354,90983 +"327004",80354,97052 +"327005",80354,116721 +"327006",80354,121924 +"327007",80355,106202 +"327008",80357,87782 +"327009",80357,111809 +"327010",80357,111815 +"327011",80357,116056 +"327012",80357,116146 +"327013",80357,118394 +"327014",80358,80379 +"327015",80359,82478 +"327016",80359,84879 +"327017",80359,93969 +"327018",80359,94569 +"327019",80359,110496 +"327020",80359,116430 +"327021",80361,80377 +"327022",80363,80488 +"327023",80363,102482 +"327024",80363,102511 +"327025",80368,80467 +"327026",80370,85402 +"327027",80372,92585 +"327028",80372,112144 +"327029",80374,82221 +"327030",80374,89862 +"327031",80374,103945 +"327032",80374,105623 +"327033",80376,80602 +"327034",80376,81932 +"327035",80376,96123 +"327036",80376,96172 +"327037",80377,84062 +"327038",80377,91476 +"327039",80377,117631 +"327040",80382,83006 +"327041",80383,80384 +"327042",80385,109901 +"327043",80387,80393 +"327044",80390,81207 +"327045",80391,87443 +"327046",80391,105146 +"327047",80391,122831 +"327048",80394,98428 +"327049",80395,93120 +"327050",80395,95182 +"327051",80395,95217 +"327052",80396,95001 +"327053",80396,111241 +"327054",80396,114679 +"327055",80396,114686 +"327056",80396,114687 +"327057",80400,92726 +"327058",80400,92727 +"327059",80400,92758 +"327060",80400,114932 +"327061",80403,121536 +"327062",80404,96220 +"327063",80406,80407 +"327064",80406,108986 +"327065",80407,89020 +"327066",80408,80472 +"327067",80410,101480 +"327068",80410,115534 +"327069",80410,120193 +"327070",80411,105207 +"327071",80411,108547 +"327072",80412,82869 +"327073",80412,87207 +"327074",80412,91189 +"327075",80414,80495 +"327076",80415,89846 +"327077",80415,101039 +"327078",80415,101061 +"327079",80415,102210 +"327080",80415,103306 +"327081",80416,80483 +"327082",80418,122902 +"327083",80419,103881 +"327084",80421,87997 +"327085",80422,80449 +"327086",80422,96695 +"327087",80422,96699 +"327088",80423,80440 +"327089",80423,80441 +"327090",80423,80455 +"327091",80423,80463 +"327092",80423,80464 +"327093",80423,80475 +"327094",80424,82302 +"327095",80424,82303 +"327096",80424,98942 +"327097",80424,98947 +"327098",80425,84682 +"327099",80425,84814 +"327100",80425,96034 +"327101",80426,106423 +"327102",80426,113373 +"327103",80427,109255 +"327104",80428,91327 +"327105",80429,89836 +"327106",80429,107649 +"327107",80429,110119 +"327108",80434,101200 +"327109",80434,101211 +"327110",80435,81077 +"327111",80435,95723 +"327112",80435,96310 +"327113",80436,80444 +"327114",80439,87550 +"327115",80440,80441 +"327116",80440,80455 +"327117",80440,80463 +"327118",80440,80464 +"327119",80440,80475 +"327120",80441,80455 +"327121",80441,80463 +"327122",80441,80464 +"327123",80441,80475 +"327124",80444,88712 +"327125",80444,106372 +"327126",80447,80470 +"327127",80447,80484 +"327128",80448,84494 +"327129",80448,94669 +"327130",80451,83225 +"327131",80451,89298 +"327132",80451,90155 +"327133",80451,98911 +"327134",80451,100524 +"327135",80451,100658 +"327136",80451,110961 +"327137",80453,97456 +"327138",80453,97457 +"327139",80453,97465 +"327140",80454,88480 +"327141",80454,96620 +"327142",80454,103357 +"327143",80454,107519 +"327144",80454,115454 +"327145",80455,80463 +"327146",80455,80464 +"327147",80455,80475 +"327148",80455,81580 +"327149",80455,81617 +"327150",80455,81703 +"327151",80455,86788 +"327152",80456,82069 +"327153",80456,84162 +"327154",80456,89702 +"327155",80456,89918 +"327156",80456,92932 +"327157",80456,97958 +"327158",80456,100464 +"327159",80456,106432 +"327160",80456,115676 +"327161",80456,117825 +"327162",80456,117827 +"327163",80457,80521 +"327164",80457,80534 +"327165",80458,80616 +"327166",80458,80655 +"327167",80459,89421 +"327168",80459,94562 +"327169",80459,97523 +"327170",80459,110913 +"327171",80460,80536 +"327172",80461,80493 +"327173",80462,96501 +"327174",80463,80464 +"327175",80463,80475 +"327176",80463,81580 +"327177",80463,81617 +"327178",80463,81703 +"327179",80464,80475 +"327180",80466,80487 +"327181",80470,80484 +"327182",80471,82203 +"327183",80471,82767 +"327184",80471,90441 +"327185",80471,92622 +"327186",80471,101783 +"327187",80471,109319 +"327188",80471,111888 +"327189",80473,105398 +"327190",80473,107996 +"327191",80473,108314 +"327192",80475,81580 +"327193",80475,81617 +"327194",80475,81703 +"327195",80476,85648 +"327196",80476,121810 +"327197",80477,81253 +"327198",80477,81615 +"327199",80477,88323 +"327200",80477,91172 +"327201",80477,100758 +"327202",80477,100776 +"327203",80477,101327 +"327204",80477,120869 +"327205",80477,120872 +"327206",80478,105936 +"327207",80478,105948 +"327208",80478,105970 +"327209",80478,111140 +"327210",80479,113745 +"327211",80480,81286 +"327212",80480,89988 +"327213",80481,102871 +"327214",80482,80503 +"327215",80483,94790 +"327216",80483,96923 +"327217",80483,101319 +"327218",80485,80610 +"327219",80485,80611 +"327220",80485,94297 +"327221",80485,97257 +"327222",80485,118552 +"327223",80486,80494 +"327224",80495,109708 +"327225",80496,80497 +"327226",80499,105671 +"327227",80500,91517 +"327228",80500,96513 +"327229",80500,97445 +"327230",80500,102226 +"327231",80500,106280 +"327232",80501,80527 +"327233",80501,100204 +"327234",80502,89165 +"327235",80502,93694 +"327236",80502,93731 +"327237",80502,93751 +"327238",80502,93772 +"327239",80503,83607 +"327240",80504,80843 +"327241",80505,100455 +"327242",80505,112944 +"327243",80506,88135 +"327244",80506,114189 +"327245",80507,93787 +"327246",80510,89475 +"327247",80511,84532 +"327248",80511,85348 +"327249",80511,85350 +"327250",80511,85353 +"327251",80511,122646 +"327252",80513,85756 +"327253",80515,112918 +"327254",80516,80543 +"327255",80516,81980 +"327256",80516,86028 +"327257",80516,90773 +"327258",80516,111541 +"327259",80516,122618 +"327260",80518,90670 +"327261",80518,95593 +"327262",80519,94572 +"327263",80519,96278 +"327264",80520,82781 +"327265",80521,80534 +"327266",80522,80528 +"327267",80522,80564 +"327268",80522,80842 +"327269",80524,99182 +"327270",80524,103126 +"327271",80524,120839 +"327272",80525,116848 +"327273",80525,120436 +"327274",80526,80562 +"327275",80527,88783 +"327276",80528,80564 +"327277",80528,80842 +"327278",80528,106959 +"327279",80529,80542 +"327280",80530,80649 +"327281",80532,99965 +"327282",80532,116998 +"327283",80534,95238 +"327284",80536,90852 +"327285",80537,95023 +"327286",80538,84706 +"327287",80538,84707 +"327288",80538,84772 +"327289",80538,94069 +"327290",80538,99240 +"327291",80539,103911 +"327292",80540,80576 +"327293",80540,80944 +"327294",80540,114576 +"327295",80541,86129 +"327296",80541,93391 +"327297",80542,106645 +"327298",80543,81980 +"327299",80543,85259 +"327300",80543,85295 +"327301",80544,90802 +"327302",80544,94932 +"327303",80544,105616 +"327304",80544,110827 +"327305",80545,81073 +"327306",80545,92856 +"327307",80545,115656 +"327308",80547,80762 +"327309",80548,80755 +"327310",80548,80797 +"327311",80549,89797 +"327312",80549,99061 +"327313",80549,105788 +"327314",80549,107767 +"327315",80549,108950 +"327316",80549,109252 +"327317",80549,110778 +"327318",80549,113206 +"327319",80549,115605 +"327320",80549,123024 +"327321",80549,123027 +"327322",80550,113814 +"327323",80553,108955 +"327324",80553,118893 +"327325",80554,91569 +"327326",80554,113744 +"327327",80554,113790 +"327328",80555,81711 +"327329",80558,109600 +"327330",80560,84474 +"327331",80561,89928 +"327332",80561,103976 +"327333",80564,80842 +"327334",80565,83325 +"327335",80565,92062 +"327336",80565,94784 +"327337",80565,103182 +"327338",80567,105513 +"327339",80568,94084 +"327340",80568,94194 +"327341",80568,110128 +"327342",80569,96081 +"327343",80569,99070 +"327344",80569,102215 +"327345",80569,102233 +"327346",80570,82522 +"327347",80570,82573 +"327348",80573,86141 +"327349",80574,82503 +"327350",80575,80700 +"327351",80575,82552 +"327352",80576,97409 +"327353",80577,93661 +"327354",80577,98719 +"327355",80578,100998 +"327356",80578,102032 +"327357",80578,106567 +"327358",80578,109259 +"327359",80578,114104 +"327360",80578,118636 +"327361",80578,120140 +"327362",80578,122429 +"327363",80578,122435 +"327364",80580,82840 +"327365",80583,109543 +"327366",80583,113706 +"327367",80583,114668 +"327368",80584,110210 +"327369",80584,120508 +"327370",80585,80628 +"327371",80586,108711 +"327372",80588,82793 +"327373",80589,93202 +"327374",80590,80612 +"327375",80590,80634 +"327376",80590,80658 +"327377",80590,80659 +"327378",80592,81084 +"327379",80593,112865 +"327380",80595,94441 +"327381",80596,90093 +"327382",80598,80779 +"327383",80598,91230 +"327384",80598,96562 +"327385",80598,98362 +"327386",80599,83045 +"327387",80599,90346 +"327388",80600,83441 +"327389",80600,85635 +"327390",80602,81932 +"327391",80602,82174 +"327392",80602,96123 +"327393",80602,96172 +"327394",80602,108318 +"327395",80602,108330 +"327396",80603,115983 +"327397",80604,83533 +"327398",80604,83540 +"327399",80604,83550 +"327400",80605,99198 +"327401",80605,106225 +"327402",80605,109007 +"327403",80605,109020 +"327404",80605,120428 +"327405",80606,83135 +"327406",80606,84359 +"327407",80606,87228 +"327408",80606,93090 +"327409",80610,80611 +"327410",80610,82062 +"327411",80612,80634 +"327412",80612,80658 +"327413",80612,80659 +"327414",80613,80627 +"327415",80613,80660 +"327416",80614,81925 +"327417",80615,85958 +"327418",80615,93590 +"327419",80615,93617 +"327420",80615,93680 +"327421",80615,93815 +"327422",80615,105102 +"327423",80615,109451 +"327424",80615,119358 +"327425",80616,80655 +"327426",80616,87891 +"327427",80616,88583 +"327428",80616,92785 +"327429",80616,93969 +"327430",80616,94374 +"327431",80616,94569 +"327432",80616,96576 +"327433",80617,81770 +"327434",80617,87466 +"327435",80617,91232 +"327436",80617,99646 +"327437",80617,99995 +"327438",80617,103968 +"327439",80617,109000 +"327440",80617,109945 +"327441",80617,111309 +"327442",80617,111462 +"327443",80617,114155 +"327444",80617,114170 +"327445",80620,80641 +"327446",80621,98435 +"327447",80621,100720 +"327448",80621,121191 +"327449",80621,121192 +"327450",80622,85349 +"327451",80623,80642 +"327452",80624,96787 +"327453",80625,81074 +"327454",80625,84194 +"327455",80625,89980 +"327456",80625,90968 +"327457",80625,91211 +"327458",80625,96352 +"327459",80625,96749 +"327460",80625,96756 +"327461",80625,99207 +"327462",80625,103930 +"327463",80625,104590 +"327464",80625,108463 +"327465",80625,116534 +"327466",80625,116545 +"327467",80626,119491 +"327468",80627,80660 +"327469",80631,90698 +"327470",80633,93713 +"327471",80634,80658 +"327472",80634,80659 +"327473",80637,94727 +"327474",80641,94733 +"327475",80641,114548 +"327476",80641,114553 +"327477",80644,83444 +"327478",80644,86124 +"327479",80644,100859 +"327480",80644,106662 +"327481",80644,120360 +"327482",80647,89810 +"327483",80651,80664 +"327484",80652,91782 +"327485",80652,109636 +"327486",80653,83034 +"327487",80653,101131 +"327488",80653,107322 +"327489",80653,107423 +"327490",80653,107428 +"327491",80653,118618 +"327492",80654,80961 +"327493",80654,81032 +"327494",80654,106365 +"327495",80657,81000 +"327496",80657,94523 +"327497",80657,99338 +"327498",80657,101100 +"327499",80657,105005 +"327500",80657,110379 +"327501",80657,110536 +"327502",80657,118105 +"327503",80657,120463 +"327504",80657,120533 +"327505",80657,122905 +"327506",80658,80659 +"327507",80658,121320 +"327508",80660,114761 +"327509",80661,93344 +"327510",80661,102396 +"327511",80662,90600 +"327512",80662,90607 +"327513",80662,90663 +"327514",80662,90682 +"327515",80663,94030 +"327516",80664,87907 +"327517",80664,115339 +"327518",80665,92426 +"327519",80665,107977 +"327520",80666,84382 +"327521",80666,85623 +"327522",80666,86595 +"327523",80666,96073 +"327524",80667,119375 +"327525",80667,119387 +"327526",80670,110158 +"327527",80671,100204 +"327528",80672,80880 +"327529",80672,80881 +"327530",80672,81424 +"327531",80672,83816 +"327532",80672,88879 +"327533",80672,92706 +"327534",80672,101961 +"327535",80676,80686 +"327536",80676,101726 +"327537",80677,80695 +"327538",80679,90858 +"327539",80679,107593 +"327540",80679,107605 +"327541",80679,108334 +"327542",80679,119431 +"327543",80680,80711 +"327544",80680,100071 +"327545",80680,116188 +"327546",80682,80683 +"327547",80685,96437 +"327548",80687,81563 +"327549",80687,87257 +"327550",80687,91792 +"327551",80688,103788 +"327552",80688,120594 +"327553",80689,89104 +"327554",80692,83359 +"327555",80692,87971 +"327556",80693,87385 +"327557",80693,90307 +"327558",80693,94242 +"327559",80693,94250 +"327560",80693,94263 +"327561",80693,95160 +"327562",80693,103858 +"327563",80693,118900 +"327564",80696,80935 +"327565",80696,81018 +"327566",80697,92485 +"327567",80697,111159 +"327568",80700,82552 +"327569",80701,80713 +"327570",80702,80703 +"327571",80702,94470 +"327572",80702,94477 +"327573",80702,94496 +"327574",80704,83031 +"327575",80704,83049 +"327576",80704,83085 +"327577",80709,80712 +"327578",80713,86764 +"327579",80715,120633 +"327580",80717,91770 +"327581",80718,81115 +"327582",80719,80739 +"327583",80719,90238 +"327584",80719,93865 +"327585",80721,81050 +"327586",80721,81063 +"327587",80722,93887 +"327588",80723,81070 +"327589",80723,91107 +"327590",80723,96671 +"327591",80723,98459 +"327592",80723,104921 +"327593",80723,106818 +"327594",80723,118967 +"327595",80723,123154 +"327596",80725,95233 +"327597",80725,96103 +"327598",80725,100448 +"327599",80725,101094 +"327600",80725,102685 +"327601",80726,83985 +"327602",80727,102870 +"327603",80727,105691 +"327604",80728,81366 +"327605",80728,82435 +"327606",80728,83914 +"327607",80728,85481 +"327608",80728,89685 +"327609",80728,91869 +"327610",80728,93317 +"327611",80729,81931 +"327612",80729,89820 +"327613",80729,91687 +"327614",80729,95090 +"327615",80729,110497 +"327616",80733,80918 +"327617",80736,80824 +"327618",80736,83480 +"327619",80736,104418 +"327620",80737,80744 +"327621",80737,81168 +"327622",80737,90260 +"327623",80738,83221 +"327624",80739,85130 +"327625",80739,85774 +"327626",80739,106097 +"327627",80739,106105 +"327628",80739,106121 +"327629",80741,85371 +"327630",80742,119332 +"327631",80747,114074 +"327632",80747,114183 +"327633",80747,114185 +"327634",80747,114186 +"327635",80748,92336 +"327636",80748,97042 +"327637",80748,99207 +"327638",80748,101490 +"327639",80749,89080 +"327640",80749,123091 +"327641",80750,93960 +"327642",80750,120438 +"327643",80751,93567 +"327644",80752,94947 +"327645",80753,82151 +"327646",80753,97116 +"327647",80753,100603 +"327648",80753,102866 +"327649",80754,97529 +"327650",80754,99728 +"327651",80754,121033 +"327652",80754,121037 +"327653",80755,80797 +"327654",80756,95575 +"327655",80756,95996 +"327656",80756,117480 +"327657",80756,120583 +"327658",80757,80846 +"327659",80757,80847 +"327660",80758,92360 +"327661",80762,82332 +"327662",80762,83273 +"327663",80762,91283 +"327664",80762,93990 +"327665",80762,99230 +"327666",80763,87951 +"327667",80765,80788 +"327668",80767,80805 +"327669",80767,114259 +"327670",80769,107715 +"327671",80771,80820 +"327672",80771,80838 +"327673",80772,81826 +"327674",80772,85280 +"327675",80772,89823 +"327676",80772,93928 +"327677",80773,80775 +"327678",80773,80786 +"327679",80773,80803 +"327680",80773,80830 +"327681",80773,80831 +"327682",80774,80817 +"327683",80775,80786 +"327684",80775,80803 +"327685",80775,80830 +"327686",80775,80831 +"327687",80777,94290 +"327688",80777,95595 +"327689",80777,101513 +"327690",80777,102236 +"327691",80777,111364 +"327692",80777,117092 +"327693",80777,122925 +"327694",80777,122957 +"327695",80778,91867 +"327696",80778,97635 +"327697",80778,106829 +"327698",80778,110233 +"327699",80778,112927 +"327700",80778,119235 +"327701",80778,119947 +"327702",80780,103399 +"327703",80781,114510 +"327704",80781,120069 +"327705",80783,106874 +"327706",80784,85413 +"327707",80784,108455 +"327708",80786,80803 +"327709",80786,80830 +"327710",80786,80831 +"327711",80787,97551 +"327712",80789,80798 +"327713",80790,111867 +"327714",80790,119535 +"327715",80790,122185 +"327716",80791,109972 +"327717",80795,80819 +"327718",80798,82512 +"327719",80798,88719 +"327720",80799,89869 +"327721",80799,93510 +"327722",80799,109383 +"327723",80799,119451 +"327724",80799,119452 +"327725",80799,119550 +"327726",80800,90548 +"327727",80801,81448 +"327728",80801,81926 +"327729",80801,84263 +"327730",80801,88482 +"327731",80801,90070 +"327732",80801,91704 +"327733",80801,91805 +"327734",80801,92795 +"327735",80801,95489 +"327736",80802,84597 +"327737",80803,80830 +"327738",80803,80831 +"327739",80805,90030 +"327740",80805,99083 +"327741",80807,80808 +"327742",80808,86969 +"327743",80808,94512 +"327744",80808,102394 +"327745",80808,114233 +"327746",80811,80833 +"327747",80811,85887 +"327748",80812,80933 +"327749",80812,120230 +"327750",80814,108434 +"327751",80819,81285 +"327752",80820,80838 +"327753",80825,80835 +"327754",80825,87883 +"327755",80826,87211 +"327756",80826,114478 +"327757",80827,123425 +"327758",80828,80829 +"327759",80828,105248 +"327760",80828,117936 +"327761",80828,119620 +"327762",80828,123016 +"327763",80829,105282 +"327764",80829,119072 +"327765",80830,80831 +"327766",80833,91246 +"327767",80833,91260 +"327768",80834,82573 +"327769",80834,104606 +"327770",80834,109491 +"327771",80838,102782 +"327772",80840,82744 +"327773",80840,84919 +"327774",80840,96730 +"327775",80840,108246 +"327776",80840,123431 +"327777",80844,88415 +"327778",80846,80847 +"327779",80847,88361 +"327780",80847,88369 +"327781",80847,88429 +"327782",80847,92939 +"327783",80849,121004 +"327784",80851,101683 +"327785",80856,84533 +"327786",80856,94065 +"327787",80856,100104 +"327788",80860,93149 +"327789",80860,93160 +"327790",80862,109633 +"327791",80863,80924 +"327792",80867,99629 +"327793",80867,101876 +"327794",80867,111004 +"327795",80867,111055 +"327796",80868,88230 +"327797",80868,89827 +"327798",80868,91824 +"327799",80868,100336 +"327800",80868,100621 +"327801",80868,103996 +"327802",80870,80877 +"327803",80870,82596 +"327804",80870,94418 +"327805",80871,80912 +"327806",80871,85278 +"327807",80872,80878 +"327808",80873,95373 +"327809",80880,80881 +"327810",80883,117261 +"327811",80886,91294 +"327812",80886,94077 +"327813",80887,90767 +"327814",80887,94166 +"327815",80887,107121 +"327816",80888,118549 +"327817",80889,97012 +"327818",80889,114578 +"327819",80890,116845 +"327820",80892,81074 +"327821",80892,89557 +"327822",80892,91482 +"327823",80892,92757 +"327824",80892,98119 +"327825",80892,98845 +"327826",80892,110020 +"327827",80892,118099 +"327828",80892,119280 +"327829",80892,123248 +"327830",80893,115184 +"327831",80893,117607 +"327832",80893,118430 +"327833",80894,80901 +"327834",80894,80906 +"327835",80894,90304 +"327836",80894,106291 +"327837",80894,122818 +"327838",80895,91017 +"327839",80895,106852 +"327840",80895,106857 +"327841",80895,106897 +"327842",80895,106901 +"327843",80897,81099 +"327844",80897,93611 +"327845",80897,115145 +"327846",80899,107511 +"327847",80899,110710 +"327848",80901,80906 +"327849",80903,96634 +"327850",80903,97188 +"327851",80903,101460 +"327852",80903,101519 +"327853",80904,103571 +"327854",80904,122338 +"327855",80905,80916 +"327856",80905,97135 +"327857",80905,100286 +"327858",80905,119300 +"327859",80905,119301 +"327860",80906,113313 +"327861",80911,80930 +"327862",80911,84247 +"327863",80911,85646 +"327864",80911,92563 +"327865",80913,84453 +"327866",80913,84510 +"327867",80913,88484 +"327868",80913,90607 +"327869",80913,90663 +"327870",80913,90767 +"327871",80913,92017 +"327872",80913,92035 +"327873",80913,97735 +"327874",80913,99736 +"327875",80913,100354 +"327876",80913,101682 +"327877",80913,108934 +"327878",80913,116902 +"327879",80914,90634 +"327880",80914,90707 +"327881",80919,96808 +"327882",80925,83473 +"327883",80925,89926 +"327884",80925,95042 +"327885",80925,106947 +"327886",80926,81860 +"327887",80927,85927 +"327888",80927,104686 +"327889",80928,86504 +"327890",80928,101553 +"327891",80929,82852 +"327892",80929,102640 +"327893",80929,119094 +"327894",80930,84247 +"327895",80930,92563 +"327896",80930,103668 +"327897",80931,81781 +"327898",80931,85377 +"327899",80931,110141 +"327900",80932,97132 +"327901",80932,98818 +"327902",80934,86998 +"327903",80935,81018 +"327904",80936,93506 +"327905",80937,98368 +"327906",80938,80939 +"327907",80938,80940 +"327908",80938,80941 +"327909",80938,80949 +"327910",80938,80955 +"327911",80938,80956 +"327912",80938,80957 +"327913",80938,80985 +"327914",80938,80989 +"327915",80938,81007 +"327916",80938,81022 +"327917",80938,81026 +"327918",80938,81036 +"327919",80938,81037 +"327920",80938,81038 +"327921",80938,81139 +"327922",80939,80940 +"327923",80939,80941 +"327924",80939,80949 +"327925",80939,80955 +"327926",80939,80956 +"327927",80939,80957 +"327928",80939,80985 +"327929",80939,80989 +"327930",80939,81007 +"327931",80939,81022 +"327932",80939,81026 +"327933",80939,81036 +"327934",80939,81037 +"327935",80939,81038 +"327936",80939,81139 +"327937",80940,80941 +"327938",80940,80949 +"327939",80940,80955 +"327940",80940,80956 +"327941",80940,80957 +"327942",80940,80985 +"327943",80940,80989 +"327944",80940,81007 +"327945",80940,81022 +"327946",80940,81026 +"327947",80940,81036 +"327948",80940,81037 +"327949",80940,81038 +"327950",80940,81139 +"327951",80940,96153 +"327952",80941,80949 +"327953",80941,80955 +"327954",80941,80956 +"327955",80941,80957 +"327956",80941,80985 +"327957",80941,80989 +"327958",80941,81007 +"327959",80941,81022 +"327960",80941,81026 +"327961",80941,81036 +"327962",80941,81037 +"327963",80941,81038 +"327964",80941,81139 +"327965",80942,80967 +"327966",80942,88723 +"327967",80942,89079 +"327968",80942,96083 +"327969",80942,105049 +"327970",80943,114674 +"327971",80945,83244 +"327972",80945,86786 +"327973",80945,102729 +"327974",80946,84242 +"327975",80947,91581 +"327976",80947,102008 +"327977",80947,106919 +"327978",80947,106935 +"327979",80947,107117 +"327980",80948,80973 +"327981",80948,81422 +"327982",80948,81707 +"327983",80948,96758 +"327984",80949,80955 +"327985",80949,80956 +"327986",80949,80957 +"327987",80949,80985 +"327988",80949,80989 +"327989",80949,81007 +"327990",80949,81022 +"327991",80949,81026 +"327992",80949,81036 +"327993",80949,81037 +"327994",80949,81038 +"327995",80949,81139 +"327996",80950,80958 +"327997",80950,80959 +"327998",80950,80960 +"327999",80950,81568 +"328000",80950,91319 +"328001",80950,93059 +"328002",80950,105291 +"328003",80950,109158 +"328004",80950,119384 +"328005",80950,119412 +"328006",80950,119421 +"328007",80952,101706 +"328008",80952,109483 +"328009",80952,109484 +"328010",80953,80984 +"328011",80953,86584 +"328012",80954,104161 +"328013",80954,104165 +"328014",80955,80956 +"328015",80955,80957 +"328016",80955,80985 +"328017",80955,80989 +"328018",80955,81007 +"328019",80955,81022 +"328020",80955,81026 +"328021",80955,81036 +"328022",80955,81037 +"328023",80955,81038 +"328024",80955,81139 +"328025",80955,86951 +"328026",80955,122598 +"328027",80955,122665 +"328028",80956,80957 +"328029",80956,80985 +"328030",80956,80989 +"328031",80956,81007 +"328032",80956,81022 +"328033",80956,81026 +"328034",80956,81036 +"328035",80956,81037 +"328036",80956,81038 +"328037",80956,81139 +"328038",80957,80985 +"328039",80957,80989 +"328040",80957,81007 +"328041",80957,81022 +"328042",80957,81026 +"328043",80957,81036 +"328044",80957,81037 +"328045",80957,81038 +"328046",80957,81139 +"328047",80958,80959 +"328048",80958,80960 +"328049",80959,80960 +"328050",80961,81032 +"328051",80961,109679 +"328052",80961,109976 +"328053",80963,81210 +"328054",80964,80972 +"328055",80964,95188 +"328056",80964,117329 +"328057",80965,100989 +"328058",80966,109982 +"328059",80967,89079 +"328060",80967,103143 +"328061",80969,80980 +"328062",80969,81011 +"328063",80969,81034 +"328064",80969,81404 +"328065",80970,92002 +"328066",80970,110875 +"328067",80972,83718 +"328068",80972,84602 +"328069",80972,102764 +"328070",80972,106323 +"328071",80972,111504 +"328072",80972,112432 +"328073",80972,118931 +"328074",80974,96706 +"328075",80974,98017 +"328076",80975,80993 +"328077",80976,94165 +"328078",80978,94762 +"328079",80978,103201 +"328080",80978,103412 +"328081",80979,81490 +"328082",80980,81011 +"328083",80980,81034 +"328084",80980,81404 +"328085",80981,81020 +"328086",80981,81025 +"328087",80983,81951 +"328088",80983,85191 +"328089",80984,86584 +"328090",80985,80989 +"328091",80985,81007 +"328092",80985,81022 +"328093",80985,81026 +"328094",80985,81036 +"328095",80985,81037 +"328096",80985,81038 +"328097",80985,81139 +"328098",80986,92710 +"328099",80987,90472 +"328100",80988,82092 +"328101",80988,82622 +"328102",80988,85802 +"328103",80988,91056 +"328104",80988,92627 +"328105",80988,100056 +"328106",80988,100581 +"328107",80988,101869 +"328108",80988,101894 +"328109",80988,102230 +"328110",80988,105744 +"328111",80988,107504 +"328112",80988,111447 +"328113",80988,111974 +"328114",80988,113333 +"328115",80988,113432 +"328116",80988,113649 +"328117",80988,113688 +"328118",80988,120019 +"328119",80988,122057 +"328120",80989,81007 +"328121",80989,81022 +"328122",80989,81026 +"328123",80989,81036 +"328124",80989,81037 +"328125",80989,81038 +"328126",80989,81139 +"328127",80995,106988 +"328128",80995,118927 +"328129",80998,83651 +"328130",80999,88615 +"328131",81000,90021 +"328132",81000,94768 +"328133",81000,99338 +"328134",81000,101100 +"328135",81000,110379 +"328136",81000,118105 +"328137",81000,120463 +"328138",81003,81441 +"328139",81003,120448 +"328140",81005,81006 +"328141",81005,81013 +"328142",81005,83715 +"328143",81005,83720 +"328144",81006,81013 +"328145",81006,82204 +"328146",81006,82208 +"328147",81006,82213 +"328148",81007,81022 +"328149",81007,81026 +"328150",81007,81036 +"328151",81007,81037 +"328152",81007,81038 +"328153",81007,81139 +"328154",81007,90010 +"328155",81007,92613 +"328156",81007,95524 +"328157",81007,97130 +"328158",81007,99492 +"328159",81007,100814 +"328160",81007,113823 +"328161",81010,102668 +"328162",81010,108785 +"328163",81010,108822 +"328164",81010,110535 +"328165",81011,81034 +"328166",81011,81404 +"328167",81012,91002 +"328168",81012,108382 +"328169",81014,88761 +"328170",81014,95504 +"328171",81015,93862 +"328172",81016,81231 +"328173",81016,81251 +"328174",81018,91069 +"328175",81018,91124 +"328176",81018,105078 +"328177",81019,82965 +"328178",81019,86308 +"328179",81019,93173 +"328180",81019,107026 +"328181",81019,107037 +"328182",81020,81025 +"328183",81022,81026 +"328184",81022,81036 +"328185",81022,81037 +"328186",81022,81038 +"328187",81022,81139 +"328188",81023,91564 +"328189",81023,94136 +"328190",81023,102291 +"328191",81024,89329 +"328192",81024,100162 +"328193",81024,105235 +"328194",81024,105299 +"328195",81024,105867 +"328196",81024,110626 +"328197",81024,110927 +"328198",81026,81036 +"328199",81026,81037 +"328200",81026,81038 +"328201",81026,81139 +"328202",81027,89900 +"328203",81029,86816 +"328204",81030,97664 +"328205",81030,112551 +"328206",81034,81404 +"328207",81036,81037 +"328208",81036,81038 +"328209",81036,81139 +"328210",81037,81038 +"328211",81037,81139 +"328212",81038,81139 +"328213",81045,89613 +"328214",81045,115001 +"328215",81046,90972 +"328216",81046,91482 +"328217",81049,98067 +"328218",81050,81063 +"328219",81051,83682 +"328220",81052,81066 +"328221",81054,113102 +"328222",81055,81080 +"328223",81056,81125 +"328224",81057,88624 +"328225",81057,89894 +"328226",81058,107371 +"328227",81060,122084 +"328228",81061,101827 +"328229",81061,105696 +"328230",81062,87141 +"328231",81064,81134 +"328232",81064,82761 +"328233",81064,98003 +"328234",81064,98358 +"328235",81064,103238 +"328236",81064,103717 +"328237",81064,105960 +"328238",81064,112232 +"328239",81064,112238 +"328240",81064,115006 +"328241",81064,122527 +"328242",81070,91107 +"328243",81070,98459 +"328244",81072,81105 +"328245",81073,92856 +"328246",81073,108899 +"328247",81073,115656 +"328248",81074,91482 +"328249",81074,96352 +"328250",81074,98119 +"328251",81074,99207 +"328252",81074,101096 +"328253",81074,103930 +"328254",81074,111478 +"328255",81075,84337 +"328256",81075,84350 +"328257",81075,88164 +"328258",81076,83637 +"328259",81077,83430 +"328260",81077,86861 +"328261",81077,109194 +"328262",81077,120535 +"328263",81078,89884 +"328264",81078,106560 +"328265",81081,106951 +"328266",81081,118045 +"328267",81081,120762 +"328268",81082,81098 +"328269",81083,83619 +"328270",81088,86529 +"328271",81089,93748 +"328272",81089,94352 +"328273",81090,84855 +"328274",81090,88135 +"328275",81090,93574 +"328276",81091,81107 +"328277",81092,81093 +"328278",81092,92317 +"328279",81094,81466 +"328280",81094,81497 +"328281",81094,91683 +"328282",81094,97601 +"328283",81094,97607 +"328284",81095,82256 +"328285",81095,87346 +"328286",81095,104867 +"328287",81095,118056 +"328288",81095,119062 +"328289",81096,82190 +"328290",81096,86519 +"328291",81096,93388 +"328292",81096,95410 +"328293",81096,96614 +"328294",81096,96700 +"328295",81096,96701 +"328296",81096,96724 +"328297",81096,97479 +"328298",81099,115145 +"328299",81101,81104 +"328300",81105,87701 +"328301",81105,88098 +"328302",81105,89694 +"328303",81105,98726 +"328304",81105,98757 +"328305",81105,103533 +"328306",81106,81124 +"328307",81109,119046 +"328308",81109,123379 +"328309",81110,101822 +"328310",81111,103368 +"328311",81112,118061 +"328312",81114,85594 +"328313",81114,101137 +"328314",81114,101277 +"328315",81116,94272 +"328316",81117,96006 +"328317",81117,118671 +"328318",81117,118673 +"328319",81117,118677 +"328320",81119,87783 +"328321",81119,95953 +"328322",81120,117207 +"328323",81121,109627 +"328324",81123,89796 +"328325",81128,91490 +"328326",81129,99007 +"328327",81130,97951 +"328328",81130,97996 +"328329",81130,98315 +"328330",81131,81312 +"328331",81131,120472 +"328332",81132,88130 +"328333",81134,103238 +"328334",81134,103475 +"328335",81134,103717 +"328336",81134,105960 +"328337",81134,108164 +"328338",81134,113791 +"328339",81134,113806 +"328340",81134,115006 +"328341",81135,81180 +"328342",81135,89185 +"328343",81135,90709 +"328344",81135,93452 +"328345",81135,99332 +"328346",81135,119754 +"328347",81137,91849 +"328348",81137,107528 +"328349",81137,111193 +"328350",81137,115021 +"328351",81138,109309 +"328352",81141,88535 +"328353",81142,90592 +"328354",81142,94536 +"328355",81142,94554 +"328356",81143,95628 +"328357",81147,81181 +"328358",81147,94152 +"328359",81147,119810 +"328360",81149,81185 +"328361",81149,105335 +"328362",81153,89271 +"328363",81154,81192 +"328364",81155,84861 +"328365",81155,92573 +"328366",81155,92574 +"328367",81155,122116 +"328368",81155,122117 +"328369",81157,81679 +"328370",81157,85619 +"328371",81157,93026 +"328372",81157,96361 +"328373",81159,81878 +"328374",81159,94500 +"328375",81159,104619 +"328376",81159,108801 +"328377",81159,109050 +"328378",81159,123375 +"328379",81160,83643 +"328380",81161,91980 +"328381",81161,107208 +"328382",81164,106510 +"328383",81164,109633 +"328384",81164,114902 +"328385",81164,115292 +"328386",81164,116714 +"328387",81164,120948 +"328388",81165,81175 +"328389",81165,106579 +"328390",81165,118040 +"328391",81165,118042 +"328392",81165,120275 +"328393",81167,85644 +"328394",81167,85794 +"328395",81167,91422 +"328396",81167,98939 +"328397",81167,117679 +"328398",81168,84296 +"328399",81168,90260 +"328400",81168,109807 +"328401",81171,81194 +"328402",81174,104715 +"328403",81174,106484 +"328404",81177,81178 +"328405",81177,81188 +"328406",81178,81188 +"328407",81184,96202 +"328408",81186,121197 +"328409",81187,114117 +"328410",81187,120707 +"328411",81191,86297 +"328412",81191,88716 +"328413",81191,99623 +"328414",81192,82046 +"328415",81192,100843 +"328416",81192,104758 +"328417",81195,115894 +"328418",81198,88316 +"328419",81199,81233 +"328420",81199,81234 +"328421",81199,107985 +"328422",81200,81238 +"328423",81200,81264 +"328424",81201,98092 +"328425",81201,111100 +"328426",81201,113145 +"328427",81202,86358 +"328428",81202,87915 +"328429",81204,81403 +"328430",81205,87414 +"328431",81205,102467 +"328432",81205,109333 +"328433",81205,111131 +"328434",81205,122129 +"328435",81206,100684 +"328436",81206,117332 +"328437",81206,120297 +"328438",81209,115533 +"328439",81210,88645 +"328440",81210,98078 +"328441",81210,111698 +"328442",81211,81368 +"328443",81211,81414 +"328444",81212,81545 +"328445",81212,103167 +"328446",81214,84503 +"328447",81214,105625 +"328448",81214,111298 +"328449",81214,112309 +"328450",81215,81228 +"328451",81216,84576 +"328452",81218,89707 +"328453",81220,81257 +"328454",81221,81222 +"328455",81221,86136 +"328456",81221,100227 +"328457",81221,107092 +"328458",81230,117009 +"328459",81231,81251 +"328460",81231,82448 +"328461",81231,93897 +"328462",81231,100893 +"328463",81231,102545 +"328464",81231,107999 +"328465",81231,119963 +"328466",81232,86160 +"328467",81232,86174 +"328468",81233,81234 +"328469",81234,115685 +"328470",81235,107169 +"328471",81235,107224 +"328472",81235,115752 +"328473",81236,83754 +"328474",81236,106561 +"328475",81237,83426 +"328476",81238,81264 +"328477",81239,88583 +"328478",81239,89775 +"328479",81239,92785 +"328480",81239,94737 +"328481",81239,102255 +"328482",81239,103778 +"328483",81239,110926 +"328484",81239,118007 +"328485",81239,118396 +"328486",81239,122969 +"328487",81240,81241 +"328488",81240,83179 +"328489",81240,118524 +"328490",81244,81878 +"328491",81244,82683 +"328492",81244,91999 +"328493",81244,108651 +"328494",81249,98262 +"328495",81250,83578 +"328496",81250,96144 +"328497",81250,96146 +"328498",81250,106592 +"328499",81255,88118 +"328500",81255,96825 +"328501",81255,103578 +"328502",81260,102968 +"328503",81264,112239 +"328504",81267,104028 +"328505",81267,104037 +"328506",81267,115811 +"328507",81267,115835 +"328508",81269,94138 +"328509",81269,114139 +"328510",81270,88262 +"328511",81270,88276 +"328512",81270,88318 +"328513",81270,88347 +"328514",81270,112777 +"328515",81271,103653 +"328516",81271,111500 +"328517",81271,115942 +"328518",81272,95467 +"328519",81272,112796 +"328520",81272,115258 +"328521",81273,121354 +"328522",81273,122160 +"328523",81274,107598 +"328524",81275,82059 +"328525",81278,85430 +"328526",81278,89958 +"328527",81278,94440 +"328528",81278,96536 +"328529",81279,86374 +"328530",81279,94612 +"328531",81279,97347 +"328532",81279,97606 +"328533",81279,97680 +"328534",81279,97700 +"328535",81279,97701 +"328536",81281,92842 +"328537",81281,103114 +"328538",81281,103130 +"328539",81281,103145 +"328540",81282,81314 +"328541",81282,108622 +"328542",81282,108624 +"328543",81282,121855 +"328544",81283,113557 +"328545",81284,83729 +"328546",81284,87625 +"328547",81284,118260 +"328548",81284,118263 +"328549",81285,86308 +"328550",81285,91152 +"328551",81285,116087 +"328552",81286,89988 +"328553",81286,100926 +"328554",81286,102196 +"328555",81286,103888 +"328556",81286,106703 +"328557",81286,110427 +"328558",81286,111219 +"328559",81287,85238 +"328560",81287,91550 +"328561",81287,93585 +"328562",81287,99194 +"328563",81287,103367 +"328564",81287,113718 +"328565",81288,81432 +"328566",81288,84043 +"328567",81289,91755 +"328568",81289,99144 +"328569",81290,81328 +"328570",81290,81333 +"328571",81291,116904 +"328572",81292,81308 +"328573",81292,81487 +"328574",81292,86933 +"328575",81292,104200 +"328576",81292,106400 +"328577",81292,109169 +"328578",81297,81539 +"328579",81297,81546 +"328580",81298,113282 +"328581",81299,113485 +"328582",81301,81348 +"328583",81305,89936 +"328584",81306,84767 +"328585",81306,92821 +"328586",81308,81939 +"328587",81308,82011 +"328588",81308,82328 +"328589",81308,107595 +"328590",81308,109915 +"328591",81308,110837 +"328592",81308,111729 +"328593",81309,121479 +"328594",81310,83649 +"328595",81310,90658 +"328596",81310,108845 +"328597",81312,81479 +"328598",81312,115428 +"328599",81312,120472 +"328600",81313,81338 +"328601",81313,85178 +"328602",81313,85535 +"328603",81313,85536 +"328604",81313,96405 +"328605",81316,86463 +"328606",81316,114536 +"328607",81316,115096 +"328608",81317,86039 +"328609",81317,108781 +"328610",81318,110093 +"328611",81318,110102 +"328612",81320,90386 +"328613",81322,97580 +"328614",81323,81335 +"328615",81323,98795 +"328616",81323,116760 +"328617",81325,81326 +"328618",81325,111716 +"328619",81326,84297 +"328620",81326,109233 +"328621",81328,81333 +"328622",81329,88865 +"328623",81329,104700 +"328624",81329,104713 +"328625",81335,97017 +"328626",81338,85178 +"328627",81338,85535 +"328628",81338,85536 +"328629",81339,90169 +"328630",81339,108490 +"328631",81339,117688 +"328632",81340,81341 +"328633",81343,99731 +"328634",81343,101323 +"328635",81343,102845 +"328636",81343,104957 +"328637",81343,109815 +"328638",81343,111066 +"328639",81343,112074 +"328640",81343,113278 +"328641",81343,113314 +"328642",81343,114723 +"328643",81343,116644 +"328644",81343,117804 +"328645",81343,121414 +"328646",81343,122345 +"328647",81343,122353 +"328648",81343,122358 +"328649",81343,122360 +"328650",81343,122366 +"328651",81343,122367 +"328652",81343,122376 +"328653",81343,122383 +"328654",81343,122393 +"328655",81343,122394 +"328656",81343,122398 +"328657",81343,122402 +"328658",81343,122403 +"328659",81343,122409 +"328660",81343,122412 +"328661",81343,122414 +"328662",81343,122415 +"328663",81343,122417 +"328664",81343,122418 +"328665",81343,122421 +"328666",81343,122422 +"328667",81343,122437 +"328668",81343,122438 +"328669",81343,122440 +"328670",81343,123424 +"328671",81348,97697 +"328672",81348,110409 +"328673",81348,118398 +"328674",81350,100855 +"328675",81351,81366 +"328676",81351,102972 +"328677",81352,93088 +"328678",81352,95958 +"328679",81354,81374 +"328680",81354,81425 +"328681",81355,120678 +"328682",81356,85736 +"328683",81356,93927 +"328684",81357,82881 +"328685",81360,86557 +"328686",81360,110539 +"328687",81360,110816 +"328688",81360,116866 +"328689",81361,81391 +"328690",81361,98565 +"328691",81361,98571 +"328692",81361,98588 +"328693",81363,81364 +"328694",81364,86490 +"328695",81364,86600 +"328696",81364,88242 +"328697",81364,88650 +"328698",81364,89710 +"328699",81364,95604 +"328700",81364,96099 +"328701",81364,99210 +"328702",81364,99329 +"328703",81364,99341 +"328704",81364,102353 +"328705",81364,106528 +"328706",81364,109371 +"328707",81364,109373 +"328708",81364,110246 +"328709",81364,111155 +"328710",81364,112290 +"328711",81364,112298 +"328712",81364,112468 +"328713",81364,113803 +"328714",81364,115195 +"328715",81364,115233 +"328716",81364,115255 +"328717",81364,115264 +"328718",81366,82435 +"328719",81366,86151 +"328720",81366,89848 +"328721",81366,106099 +"328722",81367,98260 +"328723",81367,122133 +"328724",81367,122664 +"328725",81368,81414 +"328726",81369,91629 +"328727",81369,98173 +"328728",81369,101165 +"328729",81370,85701 +"328730",81371,101649 +"328731",81373,88405 +"328732",81374,81425 +"328733",81376,86826 +"328734",81376,112645 +"328735",81378,81407 +"328736",81378,81419 +"328737",81379,84588 +"328738",81379,84840 +"328739",81380,85722 +"328740",81381,112875 +"328741",81381,120280 +"328742",81383,95833 +"328743",81389,109793 +"328744",81389,117671 +"328745",81392,89721 +"328746",81392,89724 +"328747",81392,91214 +"328748",81392,101402 +"328749",81392,105451 +"328750",81392,107882 +"328751",81393,102300 +"328752",81393,106060 +"328753",81393,107435 +"328754",81393,115541 +"328755",81393,118704 +"328756",81394,81477 +"328757",81395,84659 +"328758",81395,92835 +"328759",81395,92860 +"328760",81395,100470 +"328761",81395,106750 +"328762",81396,86710 +"328763",81396,96716 +"328764",81396,111684 +"328765",81397,88340 +"328766",81397,88749 +"328767",81397,89069 +"328768",81397,89373 +"328769",81397,89995 +"328770",81397,90919 +"328771",81397,90936 +"328772",81397,92861 +"328773",81397,93097 +"328774",81397,94231 +"328775",81397,95489 +"328776",81397,96247 +"328777",81397,96363 +"328778",81397,97898 +"328779",81398,100070 +"328780",81400,105612 +"328781",81401,96572 +"328782",81403,112012 +"328783",81404,110615 +"328784",81406,95609 +"328785",81407,81419 +"328786",81407,89057 +"328787",81408,83446 +"328788",81408,83750 +"328789",81408,97087 +"328790",81408,106740 +"328791",81408,112966 +"328792",81408,117575 +"328793",81408,119308 +"328794",81408,119312 +"328795",81408,119347 +"328796",81408,119349 +"328797",81408,119355 +"328798",81408,121845 +"328799",81409,119351 +"328800",81411,81479 +"328801",81411,82448 +"328802",81411,82451 +"328803",81411,82471 +"328804",81411,82484 +"328805",81411,82516 +"328806",81411,82518 +"328807",81411,100697 +"328808",81411,112150 +"328809",81411,112153 +"328810",81411,112443 +"328811",81411,112447 +"328812",81411,112455 +"328813",81411,112459 +"328814",81411,114599 +"328815",81413,121118 +"328816",81414,82826 +"328817",81417,81418 +"328818",81417,86165 +"328819",81418,109945 +"328820",81419,93143 +"328821",81420,97157 +"328822",81420,100215 +"328823",81420,102226 +"328824",81420,102401 +"328825",81420,102518 +"328826",81421,88575 +"328827",81421,89384 +"328828",81421,108345 +"328829",81422,84601 +"328830",81424,88879 +"328831",81424,92706 +"328832",81425,82118 +"328833",81429,83413 +"328834",81430,85633 +"328835",81430,106187 +"328836",81430,110947 +"328837",81431,94163 +"328838",81433,84696 +"328839",81433,88585 +"328840",81436,81437 +"328841",81436,88372 +"328842",81436,91692 +"328843",81436,91708 +"328844",81437,96187 +"328845",81440,85821 +"328846",81440,94826 +"328847",81440,111588 +"328848",81444,114380 +"328849",81445,92951 +"328850",81445,92964 +"328851",81445,92966 +"328852",81446,81497 +"328853",81446,81589 +"328854",81446,81871 +"328855",81448,84263 +"328856",81448,84591 +"328857",81448,95489 +"328858",81448,99772 +"328859",81448,103627 +"328860",81451,97831 +"328861",81454,88409 +"328862",81454,110564 +"328863",81455,85326 +"328864",81455,88487 +"328865",81455,97635 +"328866",81455,99103 +"328867",81455,107170 +"328868",81455,112114 +"328869",81455,113023 +"328870",81455,113306 +"328871",81455,119363 +"328872",81456,81457 +"328873",81458,84163 +"328874",81460,81464 +"328875",81460,96634 +"328876",81461,95797 +"328877",81461,109029 +"328878",81462,88374 +"328879",81462,88662 +"328880",81463,85356 +"328881",81463,88924 +"328882",81463,91717 +"328883",81463,91891 +"328884",81463,94474 +"328885",81463,96132 +"328886",81463,101298 +"328887",81463,104846 +"328888",81463,106878 +"328889",81463,108057 +"328890",81463,111253 +"328891",81463,117907 +"328892",81463,117970 +"328893",81465,89606 +"328894",81465,98593 +"328895",81465,98876 +"328896",81465,100364 +"328897",81465,101112 +"328898",81467,92324 +"328899",81468,81496 +"328900",81469,90959 +"328901",81469,102793 +"328902",81469,107188 +"328903",81469,109504 +"328904",81469,115230 +"328905",81469,117425 +"328906",81472,101990 +"328907",81474,88309 +"328908",81474,91779 +"328909",81474,96603 +"328910",81474,97581 +"328911",81474,102535 +"328912",81474,106275 +"328913",81474,106280 +"328914",81478,88337 +"328915",81478,96496 +"328916",81480,100250 +"328917",81482,82197 +"328918",81482,82232 +"328919",81482,82233 +"328920",81482,88347 +"328921",81482,94829 +"328922",81482,97091 +"328923",81482,97123 +"328924",81482,100127 +"328925",81482,111672 +"328926",81482,115353 +"328927",81486,95235 +"328928",81486,114163 +"328929",81487,90383 +"328930",81487,100716 +"328931",81487,104200 +"328932",81488,87273 +"328933",81489,101228 +"328934",81489,102854 +"328935",81489,103826 +"328936",81492,113077 +"328937",81493,86809 +"328938",81493,94565 +"328939",81493,111768 +"328940",81495,84596 +"328941",81495,85686 +"328942",81495,87965 +"328943",81495,108560 +"328944",81495,112584 +"328945",81496,103806 +"328946",81497,81589 +"328947",81497,81871 +"328948",81497,82301 +"328949",81497,82408 +"328950",81497,91683 +"328951",81497,97601 +"328952",81497,97607 +"328953",81498,96729 +"328954",81498,119601 +"328955",81499,85025 +"328956",81499,94005 +"328957",81499,94021 +"328958",81499,94059 +"328959",81500,86474 +"328960",81500,103723 +"328961",81500,114857 +"328962",81500,122021 +"328963",81502,83919 +"328964",81502,84868 +"328965",81502,99418 +"328966",81502,104334 +"328967",81503,96592 +"328968",81504,82430 +"328969",81504,102964 +"328970",81504,103011 +"328971",81504,103692 +"328972",81504,105435 +"328973",81504,112972 +"328974",81504,122938 +"328975",81505,81534 +"328976",81506,85255 +"328977",81506,114650 +"328978",81507,81541 +"328979",81508,82242 +"328980",81508,112664 +"328981",81509,84212 +"328982",81509,86986 +"328983",81509,91186 +"328984",81509,112812 +"328985",81509,112867 +"328986",81516,81554 +"328987",81516,108538 +"328988",81516,108539 +"328989",81518,84117 +"328990",81518,93275 +"328991",81518,115140 +"328992",81518,115144 +"328993",81522,85539 +"328994",81523,83530 +"328995",81523,86071 +"328996",81523,90010 +"328997",81523,90014 +"328998",81523,98436 +"328999",81523,98451 +"329000",81523,105834 +"329001",81525,84533 +"329002",81525,99853 +"329003",81525,118938 +"329004",81525,120159 +"329005",81525,120196 +"329006",81526,92424 +"329007",81526,97767 +"329008",81526,100918 +"329009",81526,102082 +"329010",81527,94191 +"329011",81527,109363 +"329012",81528,103403 +"329013",81528,103404 +"329014",81528,103418 +"329015",81530,82881 +"329016",81531,84704 +"329017",81532,87558 +"329018",81533,97523 +"329019",81534,102930 +"329020",81534,102945 +"329021",81534,102951 +"329022",81536,81549 +"329023",81536,113660 +"329024",81538,81551 +"329025",81538,83262 +"329026",81538,97804 +"329027",81538,109249 +"329028",81538,111232 +"329029",81538,111241 +"329030",81538,111245 +"329031",81539,81546 +"329032",81543,89907 +"329033",81543,90251 +"329034",81544,108411 +"329035",81544,123348 +"329036",81545,85441 +"329037",81546,81785 +"329038",81547,86261 +"329039",81547,112332 +"329040",81547,119028 +"329041",81547,119036 +"329042",81548,83979 +"329043",81548,92150 +"329044",81549,111375 +"329045",81549,112665 +"329046",81549,113660 +"329047",81550,106066 +"329048",81550,112609 +"329049",81552,105986 +"329050",81553,105087 +"329051",81557,93005 +"329052",81557,107411 +"329053",81557,109330 +"329054",81557,115125 +"329055",81560,84288 +"329056",81563,81567 +"329057",81563,87257 +"329058",81563,112328 +"329059",81564,90094 +"329060",81566,91332 +"329061",81568,117575 +"329062",81569,89262 +"329063",81569,89285 +"329064",81569,109790 +"329065",81570,88046 +"329066",81570,90875 +"329067",81570,109506 +"329068",81570,122007 +"329069",81571,81682 +"329070",81571,84597 +"329071",81572,116487 +"329072",81573,82843 +"329073",81573,85977 +"329074",81573,117817 +"329075",81574,81581 +"329076",81575,94428 +"329077",81576,98181 +"329078",81576,103231 +"329079",81577,81603 +"329080",81577,81632 +"329081",81578,85344 +"329082",81578,96347 +"329083",81579,81586 +"329084",81580,81617 +"329085",81580,81703 +"329086",81581,105644 +"329087",81582,82636 +"329088",81582,82784 +"329089",81582,82800 +"329090",81582,82833 +"329091",81582,82969 +"329092",81583,98734 +"329093",81585,81621 +"329094",81586,100532 +"329095",81586,121523 +"329096",81587,81666 +"329097",81588,82442 +"329098",81588,85821 +"329099",81588,89097 +"329100",81588,92220 +"329101",81588,99386 +"329102",81588,101999 +"329103",81588,104788 +"329104",81588,112329 +"329105",81589,81871 +"329106",81590,117447 +"329107",81591,110519 +"329108",81592,81593 +"329109",81592,109079 +"329110",81594,81717 +"329111",81594,99022 +"329112",81594,99471 +"329113",81594,100496 +"329114",81594,103775 +"329115",81594,109392 +"329116",81595,90058 +"329117",81595,101970 +"329118",81595,112163 +"329119",81596,81733 +"329120",81598,96249 +"329121",81600,94637 +"329122",81600,110709 +"329123",81600,115557 +"329124",81600,115746 +"329125",81603,81632 +"329126",81604,93398 +"329127",81605,83282 +"329128",81605,94473 +"329129",81606,81683 +"329130",81607,98798 +"329131",81609,85885 +"329132",81609,91255 +"329133",81609,92247 +"329134",81609,92352 +"329135",81609,92362 +"329136",81609,92929 +"329137",81609,93719 +"329138",81609,94906 +"329139",81609,94946 +"329140",81609,95889 +"329141",81609,96093 +"329142",81609,97988 +"329143",81609,99309 +"329144",81609,99376 +"329145",81609,99450 +"329146",81609,99471 +"329147",81609,99474 +"329148",81609,100916 +"329149",81609,100944 +"329150",81609,101126 +"329151",81609,101329 +"329152",81609,105557 +"329153",81609,107199 +"329154",81609,108743 +"329155",81609,108980 +"329156",81609,109291 +"329157",81609,109933 +"329158",81609,110483 +"329159",81609,110567 +"329160",81609,110572 +"329161",81609,110630 +"329162",81609,110648 +"329163",81609,110711 +"329164",81609,110770 +"329165",81609,110869 +"329166",81609,110911 +"329167",81609,111285 +"329168",81609,111314 +"329169",81609,111362 +"329170",81609,111372 +"329171",81609,111424 +"329172",81609,111433 +"329173",81609,112422 +"329174",81609,113269 +"329175",81609,113430 +"329176",81609,114242 +"329177",81609,114842 +"329178",81609,115427 +"329179",81609,115521 +"329180",81609,115711 +"329181",81611,83735 +"329182",81611,108184 +"329183",81612,85382 +"329184",81612,85383 +"329185",81613,85916 +"329186",81613,104662 +"329187",81614,88959 +"329188",81614,120400 +"329189",81615,81653 +"329190",81616,106847 +"329191",81617,81703 +"329192",81618,91776 +"329193",81620,81629 +"329194",81622,86195 +"329195",81622,93212 +"329196",81622,111355 +"329197",81622,112808 +"329198",81623,83329 +"329199",81624,81802 +"329200",81624,82000 +"329201",81625,81626 +"329202",81626,93500 +"329203",81630,82018 +"329204",81631,87822 +"329205",81631,101537 +"329206",81635,81843 +"329207",81635,81855 +"329208",81635,81856 +"329209",81639,93765 +"329210",81639,102280 +"329211",81640,83296 +"329212",81640,91048 +"329213",81640,100388 +"329214",81640,111284 +"329215",81641,81647 +"329216",81641,105064 +"329217",81641,111458 +"329218",81641,117550 +"329219",81644,96607 +"329220",81646,84502 +"329221",81646,109525 +"329222",81648,82932 +"329223",81648,86023 +"329224",81648,88817 +"329225",81648,88821 +"329226",81648,89030 +"329227",81648,90521 +"329228",81648,90525 +"329229",81648,90531 +"329230",81648,90544 +"329231",81648,90566 +"329232",81648,99076 +"329233",81648,99141 +"329234",81648,99174 +"329235",81648,109014 +"329236",81648,109015 +"329237",81648,109027 +"329238",81648,109041 +"329239",81648,110521 +"329240",81651,90130 +"329241",81651,107592 +"329242",81655,81656 +"329243",81655,87231 +"329244",81656,118799 +"329245",81656,118894 +"329246",81657,102442 +"329247",81657,114554 +"329248",81661,87877 +"329249",81661,116470 +"329250",81662,81667 +"329251",81662,81705 +"329252",81662,81712 +"329253",81662,116284 +"329254",81663,84843 +"329255",81663,102802 +"329256",81666,88505 +"329257",81667,81705 +"329258",81667,81712 +"329259",81670,94781 +"329260",81670,97634 +"329261",81670,110890 +"329262",81674,104353 +"329263",81675,92012 +"329264",81675,96512 +"329265",81676,81682 +"329266",81676,96656 +"329267",81676,99151 +"329268",81678,107413 +"329269",81679,85619 +"329270",81679,86817 +"329271",81679,93026 +"329272",81682,84597 +"329273",81683,114063 +"329274",81683,116673 +"329275",81684,94528 +"329276",81686,91981 +"329277",81687,81806 +"329278",81688,82515 +"329279",81690,81864 +"329280",81690,89588 +"329281",81691,113748 +"329282",81693,81757 +"329283",81693,81792 +"329284",81700,83033 +"329285",81700,103590 +"329286",81700,113286 +"329287",81700,115078 +"329288",81701,83053 +"329289",81701,96034 +"329290",81701,99189 +"329291",81701,106362 +"329292",81704,84461 +"329293",81705,81712 +"329294",81707,90070 +"329295",81708,94867 +"329296",81709,97595 +"329297",81709,104275 +"329298",81709,104311 +"329299",81710,84768 +"329300",81710,102160 +"329301",81715,81720 +"329302",81716,92891 +"329303",81716,112683 +"329304",81718,105893 +"329305",81719,104408 +"329306",81721,100782 +"329307",81721,113863 +"329308",81722,84770 +"329309",81722,89618 +"329310",81722,99136 +"329311",81722,101016 +"329312",81722,101087 +"329313",81722,101117 +"329314",81722,102401 +"329315",81722,105495 +"329316",81722,105955 +"329317",81722,109262 +"329318",81722,110196 +"329319",81722,110216 +"329320",81722,116302 +"329321",81722,116315 +"329322",81722,116325 +"329323",81722,116331 +"329324",81723,81747 +"329325",81726,101349 +"329326",81728,82196 +"329327",81728,82383 +"329328",81728,82810 +"329329",81728,82854 +"329330",81728,83853 +"329331",81728,83884 +"329332",81728,84379 +"329333",81728,84613 +"329334",81728,85465 +"329335",81728,85610 +"329336",81728,86351 +"329337",81728,86451 +"329338",81728,86882 +"329339",81728,87175 +"329340",81728,87451 +"329341",81728,87521 +"329342",81728,87572 +"329343",81728,87663 +"329344",81728,87721 +"329345",81728,87862 +"329346",81730,109195 +"329347",81731,92977 +"329348",81731,104563 +"329349",81731,109224 +"329350",81731,113355 +"329351",81731,113362 +"329352",81731,113365 +"329353",81733,83903 +"329354",81736,115197 +"329355",81737,94335 +"329356",81738,81750 +"329357",81738,110439 +"329358",81738,116633 +"329359",81738,121631 +"329360",81739,113063 +"329361",81740,106312 +"329362",81740,106334 +"329363",81742,102447 +"329364",81744,98063 +"329365",81746,95883 +"329366",81748,81762 +"329367",81751,91561 +"329368",81751,96685 +"329369",81753,90688 +"329370",81753,95778 +"329371",81753,111307 +"329372",81755,85940 +"329373",81755,99266 +"329374",81756,90839 +"329375",81756,93867 +"329376",81757,81792 +"329377",81758,93766 +"329378",81758,108319 +"329379",81759,82287 +"329380",81759,107666 +"329381",81761,81769 +"329382",81761,87693 +"329383",81761,102485 +"329384",81761,103735 +"329385",81763,81772 +"329386",81763,81777 +"329387",81764,89757 +"329388",81765,114851 +"329389",81768,81784 +"329390",81770,81776 +"329391",81770,86576 +"329392",81770,91232 +"329393",81770,95473 +"329394",81770,99389 +"329395",81770,99646 +"329396",81770,103968 +"329397",81770,109000 +"329398",81770,109945 +"329399",81770,111309 +"329400",81770,111462 +"329401",81770,114155 +"329402",81770,114170 +"329403",81771,88746 +"329404",81771,97527 +"329405",81771,102573 +"329406",81771,102994 +"329407",81772,81777 +"329408",81773,82308 +"329409",81773,102799 +"329410",81773,102826 +"329411",81773,109190 +"329412",81774,82813 +"329413",81774,90699 +"329414",81780,94587 +"329415",81780,94589 +"329416",81780,100481 +"329417",81781,85859 +"329418",81782,98402 +"329419",81784,106143 +"329420",81784,118875 +"329421",81784,120290 +"329422",81784,120310 +"329423",81784,120316 +"329424",81788,81789 +"329425",81788,105206 +"329426",81790,81791 +"329427",81790,88308 +"329428",81790,89880 +"329429",81790,100498 +"329430",81790,100549 +"329431",81793,84732 +"329432",81793,88556 +"329433",81793,94880 +"329434",81793,98173 +"329435",81794,109767 +"329436",81794,115892 +"329437",81796,84788 +"329438",81799,84220 +"329439",81799,120517 +"329440",81799,120521 +"329441",81800,81808 +"329442",81801,81846 +"329443",81801,91388 +"329444",81802,82000 +"329445",81805,81842 +"329446",81807,92199 +"329447",81807,103414 +"329448",81807,113364 +"329449",81809,82386 +"329450",81809,96445 +"329451",81809,103495 +"329452",81809,103510 +"329453",81809,103513 +"329454",81811,95154 +"329455",81814,85962 +"329456",81815,90093 +"329457",81816,90968 +"329458",81817,90319 +"329459",81817,102673 +"329460",81818,84708 +"329461",81820,93003 +"329462",81821,82625 +"329463",81821,89409 +"329464",81825,96558 +"329465",81828,81862 +"329466",81829,88933 +"329467",81829,101066 +"329468",81829,102028 +"329469",81833,81869 +"329470",81834,114281 +"329471",81835,83821 +"329472",81836,81839 +"329473",81837,81838 +"329474",81838,88126 +"329475",81838,91045 +"329476",81838,95036 +"329477",81838,101652 +"329478",81838,107544 +"329479",81838,109133 +"329480",81838,111486 +"329481",81838,115005 +"329482",81838,119005 +"329483",81838,120375 +"329484",81839,96069 +"329485",81840,101334 +"329486",81841,97538 +"329487",81843,81855 +"329488",81843,81856 +"329489",81844,110027 +"329490",81844,122986 +"329491",81844,122991 +"329492",81847,81853 +"329493",81847,95727 +"329494",81847,97614 +"329495",81848,91465 +"329496",81848,100649 +"329497",81848,103324 +"329498",81848,106975 +"329499",81849,82391 +"329500",81849,82887 +"329501",81849,85943 +"329502",81849,86131 +"329503",81853,102488 +"329504",81853,102499 +"329505",81855,81856 +"329506",81856,95789 +"329507",81857,81872 +"329508",81858,96261 +"329509",81858,99677 +"329510",81858,104044 +"329511",81858,104085 +"329512",81859,83160 +"329513",81859,91781 +"329514",81859,97826 +"329515",81859,98076 +"329516",81859,102483 +"329517",81859,110131 +"329518",81859,110147 +"329519",81859,110155 +"329520",81859,110173 +"329521",81859,112774 +"329522",81862,87584 +"329523",81866,103061 +"329524",81867,96819 +"329525",81867,96820 +"329526",81867,96841 +"329527",81867,96845 +"329528",81870,91779 +"329529",81870,108430 +"329530",81870,122496 +"329531",81870,122502 +"329532",81872,92711 +"329533",81872,93164 +"329534",81872,106564 +"329535",81872,107857 +"329536",81872,107865 +"329537",81873,97188 +"329538",81874,81876 +"329539",81874,110753 +"329540",81875,111647 +"329541",81878,82683 +"329542",81878,91999 +"329543",81878,108651 +"329544",81878,122794 +"329545",81879,81894 +"329546",81879,104151 +"329547",81879,117493 +"329548",81880,85934 +"329549",81880,123306 +"329550",81881,104668 +"329551",81882,86178 +"329552",81882,90305 +"329553",81882,95973 +"329554",81882,103482 +"329555",81882,115900 +"329556",81882,117208 +"329557",81882,118086 +"329558",81882,118090 +"329559",81882,118091 +"329560",81882,118094 +"329561",81882,118098 +"329562",81882,118102 +"329563",81882,118112 +"329564",81884,117119 +"329565",81885,81933 +"329566",81886,100089 +"329567",81887,89780 +"329568",81887,103317 +"329569",81887,104634 +"329570",81888,86358 +"329571",81888,91644 +"329572",81888,99159 +"329573",81888,99606 +"329574",81888,99607 +"329575",81888,99652 +"329576",81888,104735 +"329577",81888,104937 +"329578",81889,82021 +"329579",81889,106896 +"329580",81890,85018 +"329581",81895,98227 +"329582",81897,87020 +"329583",81897,95510 +"329584",81897,112138 +"329585",81897,116940 +"329586",81898,104043 +"329587",81898,107314 +"329588",81899,84588 +"329589",81899,103661 +"329590",81899,112360 +"329591",81900,81929 +"329592",81902,105565 +"329593",81903,82458 +"329594",81905,100280 +"329595",81905,105158 +"329596",81905,119409 +"329597",81906,81956 +"329598",81908,81909 +"329599",81908,102825 +"329600",81910,86739 +"329601",81911,84951 +"329602",81913,82057 +"329603",81914,87748 +"329604",81914,106186 +"329605",81916,85966 +"329606",81917,89752 +"329607",81918,96891 +"329608",81919,105496 +"329609",81920,81928 +"329610",81921,108951 +"329611",81922,97615 +"329612",81922,111711 +"329613",81922,119784 +"329614",81922,121554 +"329615",81923,89695 +"329616",81923,107102 +"329617",81926,84263 +"329618",81927,81931 +"329619",81927,84828 +"329620",81927,88485 +"329621",81927,90358 +"329622",81927,106314 +"329623",81931,82860 +"329624",81931,95090 +"329625",81932,82012 +"329626",81932,96123 +"329627",81932,96172 +"329628",81932,99810 +"329629",81934,82880 +"329630",81934,93483 +"329631",81934,96401 +"329632",81934,100791 +"329633",81934,109374 +"329634",81934,110227 +"329635",81936,109970 +"329636",81936,109973 +"329637",81937,95295 +"329638",81938,94011 +"329639",81939,82011 +"329640",81939,82328 +"329641",81939,107595 +"329642",81939,107960 +"329643",81939,109915 +"329644",81939,123191 +"329645",81939,123192 +"329646",81940,96664 +"329647",81940,96665 +"329648",81942,81947 +"329649",81945,82127 +"329650",81945,95271 +"329651",81945,109315 +"329652",81949,106110 +"329653",81950,92897 +"329654",81950,116543 +"329655",81950,116679 +"329656",81951,81984 +"329657",81951,85191 +"329658",81952,86249 +"329659",81954,117666 +"329660",81955,117961 +"329661",81960,102936 +"329662",81965,90570 +"329663",81965,95242 +"329664",81965,101346 +"329665",81968,89219 +"329666",81969,81976 +"329667",81969,122177 +"329668",81969,122178 +"329669",81969,122180 +"329670",81971,116979 +"329671",81972,82083 +"329672",81973,82010 +"329673",81973,112552 +"329674",81974,91609 +"329675",81974,91795 +"329676",81974,94852 +"329677",81978,112465 +"329678",81980,85259 +"329679",81980,85295 +"329680",81980,90182 +"329681",81980,92773 +"329682",81989,82009 +"329683",81991,81996 +"329684",81991,122006 +"329685",81992,82007 +"329686",81993,82667 +"329687",81993,83207 +"329688",81993,88065 +"329689",81995,92641 +"329690",81996,91460 +"329691",81996,92448 +"329692",81996,105006 +"329693",81996,105035 +"329694",81997,98011 +"329695",82001,82013 +"329696",82001,82027 +"329697",82001,82036 +"329698",82004,82005 +"329699",82005,91450 +"329700",82007,90577 +"329701",82007,91145 +"329702",82007,118585 +"329703",82007,119894 +"329704",82007,120757 +"329705",82007,120758 +"329706",82009,118049 +"329707",82009,118052 +"329708",82010,104214 +"329709",82011,82328 +"329710",82013,82027 +"329711",82013,82036 +"329712",82013,123183 +"329713",82013,123188 +"329714",82014,82022 +"329715",82015,82019 +"329716",82015,95871 +"329717",82015,122207 +"329718",82016,82028 +"329719",82017,93887 +"329720",82022,99435 +"329721",82023,102243 +"329722",82023,113847 +"329723",82024,85108 +"329724",82027,82036 +"329725",82027,110787 +"329726",82027,118448 +"329727",82027,118509 +"329728",82029,108314 +"329729",82033,85152 +"329730",82033,89288 +"329731",82033,101620 +"329732",82033,106553 +"329733",82033,106826 +"329734",82033,115033 +"329735",82033,115540 +"329736",82034,96648 +"329737",82034,109914 +"329738",82034,109934 +"329739",82035,91891 +"329740",82035,104721 +"329741",82037,92268 +"329742",82037,118985 +"329743",82038,103054 +"329744",82039,93553 +"329745",82039,105959 +"329746",82045,92949 +"329747",82045,94237 +"329748",82046,100843 +"329749",82046,101675 +"329750",82046,102273 +"329751",82046,111861 +"329752",82046,118531 +"329753",82047,111471 +"329754",82047,120878 +"329755",82048,82092 +"329756",82050,82064 +"329757",82051,110827 +"329758",82053,82780 +"329759",82054,82079 +"329760",82055,100070 +"329761",82058,87051 +"329762",82060,107359 +"329763",82061,117972 +"329764",82064,91458 +"329765",82064,112234 +"329766",82064,112257 +"329767",82064,112448 +"329768",82066,82071 +"329769",82067,82068 +"329770",82067,117320 +"329771",82069,84162 +"329772",82069,87893 +"329773",82069,89702 +"329774",82069,89918 +"329775",82069,92932 +"329776",82069,97958 +"329777",82069,100464 +"329778",82069,104264 +"329779",82069,106432 +"329780",82069,108667 +"329781",82069,110619 +"329782",82069,115676 +"329783",82070,89972 +"329784",82070,108264 +"329785",82070,112764 +"329786",82070,112999 +"329787",82073,82103 +"329788",82074,97259 +"329789",82079,110880 +"329790",82079,119806 +"329791",82080,84309 +"329792",82080,86809 +"329793",82080,86921 +"329794",82080,112331 +"329795",82082,105738 +"329796",82084,88467 +"329797",82085,86700 +"329798",82086,96751 +"329799",82086,122704 +"329800",82087,117550 +"329801",82087,118258 +"329802",82089,94834 +"329803",82089,110831 +"329804",82093,83118 +"329805",82093,86177 +"329806",82093,113247 +"329807",82095,88549 +"329808",82096,108776 +"329809",82097,82102 +"329810",82098,82116 +"329811",82099,82163 +"329812",82100,83121 +"329813",82100,83122 +"329814",82100,93619 +"329815",82101,83487 +"329816",82101,83490 +"329817",82105,83031 +"329818",82105,83049 +"329819",82105,84962 +"329820",82106,82126 +"329821",82107,91552 +"329822",82110,82157 +"329823",82110,84909 +"329824",82115,83402 +"329825",82117,84558 +"329826",82118,95904 +"329827",82121,82154 +"329828",82123,93441 +"329829",82123,97426 +"329830",82123,112973 +"329831",82123,119697 +"329832",82123,119781 +"329833",82125,82138 +"329834",82125,82139 +"329835",82125,82141 +"329836",82125,82150 +"329837",82125,82164 +"329838",82128,97641 +"329839",82128,99965 +"329840",82128,107513 +"329841",82128,108966 +"329842",82129,83768 +"329843",82129,113825 +"329844",82131,82948 +"329845",82131,91772 +"329846",82131,92163 +"329847",82132,82137 +"329848",82133,85677 +"329849",82133,111805 +"329850",82135,82136 +"329851",82136,103996 +"329852",82137,94630 +"329853",82138,82139 +"329854",82138,82141 +"329855",82138,82150 +"329856",82138,82164 +"329857",82139,82141 +"329858",82139,82150 +"329859",82139,82164 +"329860",82141,82150 +"329861",82141,82164 +"329862",82143,83231 +"329863",82143,86471 +"329864",82143,90804 +"329865",82143,91022 +"329866",82143,91045 +"329867",82143,93585 +"329868",82143,95675 +"329869",82143,101516 +"329870",82143,102387 +"329871",82143,106494 +"329872",82143,108374 +"329873",82143,108893 +"329874",82143,109101 +"329875",82143,109523 +"329876",82143,110993 +"329877",82143,111338 +"329878",82143,111398 +"329879",82143,111409 +"329880",82143,111480 +"329881",82143,112422 +"329882",82143,112648 +"329883",82143,112708 +"329884",82143,112820 +"329885",82143,112997 +"329886",82143,113597 +"329887",82143,114418 +"329888",82143,114582 +"329889",82143,115371 +"329890",82143,116028 +"329891",82143,116604 +"329892",82145,88753 +"329893",82147,85530 +"329894",82147,85583 +"329895",82149,93982 +"329896",82150,82164 +"329897",82150,90431 +"329898",82151,84510 +"329899",82151,89345 +"329900",82151,89760 +"329901",82151,92926 +"329902",82151,96168 +"329903",82151,101182 +"329904",82151,101322 +"329905",82151,102866 +"329906",82158,91563 +"329907",82160,85767 +"329908",82161,82409 +"329909",82161,102387 +"329910",82161,114237 +"329911",82164,86889 +"329912",82164,96274 +"329913",82164,97878 +"329914",82167,96878 +"329915",82167,101981 +"329916",82169,83523 +"329917",82169,84204 +"329918",82169,86319 +"329919",82170,107415 +"329920",82171,96706 +"329921",82171,97531 +"329922",82173,106572 +"329923",82174,85673 +"329924",82174,86185 +"329925",82174,90757 +"329926",82176,89079 +"329927",82176,92756 +"329928",82181,82182 +"329929",82181,91599 +"329930",82186,104195 +"329931",82186,107412 +"329932",82186,110448 +"329933",82187,82895 +"329934",82187,85772 +"329935",82187,86510 +"329936",82187,91541 +"329937",82187,97752 +"329938",82187,100924 +"329939",82187,118432 +"329940",82190,82245 +"329941",82190,85230 +"329942",82190,92627 +"329943",82191,85805 +"329944",82195,88385 +"329945",82195,111045 +"329946",82196,82383 +"329947",82196,82810 +"329948",82196,82854 +"329949",82196,83853 +"329950",82196,83884 +"329951",82196,84379 +"329952",82196,84613 +"329953",82196,85465 +"329954",82196,85610 +"329955",82196,86351 +"329956",82196,86451 +"329957",82196,86882 +"329958",82196,87175 +"329959",82196,87451 +"329960",82196,87521 +"329961",82196,87572 +"329962",82196,87663 +"329963",82196,87721 +"329964",82196,87862 +"329965",82197,82232 +"329966",82197,82233 +"329967",82200,93381 +"329968",82200,116926 +"329969",82202,82203 +"329970",82202,89339 +"329971",82202,109960 +"329972",82203,92274 +"329973",82203,101783 +"329974",82203,109319 +"329975",82203,109471 +"329976",82203,111888 +"329977",82204,82208 +"329978",82204,82213 +"329979",82204,87538 +"329980",82204,87557 +"329981",82204,87683 +"329982",82205,106135 +"329983",82205,122379 +"329984",82206,85878 +"329985",82206,89336 +"329986",82206,89346 +"329987",82206,106529 +"329988",82206,106545 +"329989",82206,106568 +"329990",82208,82213 +"329991",82208,87895 +"329992",82208,87897 +"329993",82208,107010 +"329994",82208,107019 +"329995",82208,107024 +"329996",82208,107032 +"329997",82208,107040 +"329998",82208,107058 +"329999",82209,88134 +"330000",82209,91970 +"330001",82209,99115 +"330002",82209,99122 +"330003",82210,93109 +"330004",82210,107724 +"330005",82210,109959 +"330006",82214,97997 +"330007",82214,102626 +"330008",82215,82573 +"330009",82216,109661 +"330010",82217,82235 +"330011",82219,88074 +"330012",82219,88910 +"330013",82219,92106 +"330014",82219,93658 +"330015",82220,94756 +"330016",82221,82602 +"330017",82221,89862 +"330018",82221,92773 +"330019",82221,103945 +"330020",82221,105623 +"330021",82221,116728 +"330022",82222,92258 +"330023",82226,83556 +"330024",82229,82302 +"330025",82229,82303 +"330026",82229,90228 +"330027",82229,90403 +"330028",82232,82233 +"330029",82232,97705 +"330030",82233,83300 +"330031",82234,82237 +"330032",82235,87054 +"330033",82235,92130 +"330034",82235,103011 +"330035",82235,110283 +"330036",82236,96086 +"330037",82237,86835 +"330038",82238,101469 +"330039",82239,82251 +"330040",82242,84682 +"330041",82242,101134 +"330042",82242,102639 +"330043",82242,104139 +"330044",82242,120482 +"330045",82244,87010 +"330046",82244,94111 +"330047",82244,94124 +"330048",82244,94155 +"330049",82244,97229 +"330050",82246,96915 +"330051",82247,115632 +"330052",82248,90482 +"330053",82248,101023 +"330054",82249,88193 +"330055",82250,105202 +"330056",82251,83458 +"330057",82251,92799 +"330058",82253,94909 +"330059",82253,96873 +"330060",82257,82282 +"330061",82262,104967 +"330062",82263,103158 +"330063",82265,82277 +"330064",82266,83900 +"330065",82267,82299 +"330066",82269,82352 +"330067",82270,101432 +"330068",82272,102800 +"330069",82273,112691 +"330070",82274,82280 +"330071",82274,93553 +"330072",82274,116602 +"330073",82275,82289 +"330074",82278,105673 +"330075",82279,108215 +"330076",82281,82997 +"330077",82281,86623 +"330078",82281,98686 +"330079",82281,98703 +"330080",82281,98706 +"330081",82283,82552 +"330082",82283,85715 +"330083",82283,95337 +"330084",82283,99747 +"330085",82283,99763 +"330086",82283,102217 +"330087",82283,106350 +"330088",82283,111079 +"330089",82283,112276 +"330090",82283,112620 +"330091",82283,114615 +"330092",82283,114616 +"330093",82283,120416 +"330094",82283,120418 +"330095",82286,100654 +"330096",82291,82738 +"330097",82293,82368 +"330098",82294,97160 +"330099",82297,117027 +"330100",82297,117028 +"330101",82297,120755 +"330102",82298,89414 +"330103",82298,112193 +"330104",82300,106472 +"330105",82300,107503 +"330106",82301,82408 +"330107",82302,82303 +"330108",82303,90228 +"330109",82306,91881 +"330110",82306,97172 +"330111",82306,116195 +"330112",82308,99290 +"330113",82308,101625 +"330114",82308,102799 +"330115",82308,102826 +"330116",82308,108513 +"330117",82308,110711 +"330118",82308,119322 +"330119",82309,88565 +"330120",82310,93203 +"330121",82310,93226 +"330122",82310,109714 +"330123",82312,88663 +"330124",82312,89135 +"330125",82312,89263 +"330126",82312,109851 +"330127",82312,110033 +"330128",82313,86860 +"330129",82314,84622 +"330130",82314,91923 +"330131",82314,123245 +"330132",82315,82787 +"330133",82315,84607 +"330134",82316,86291 +"330135",82317,115271 +"330136",82318,82343 +"330137",82319,100559 +"330138",82319,109555 +"330139",82319,109669 +"330140",82319,120192 +"330141",82319,120194 +"330142",82319,120197 +"330143",82319,120198 +"330144",82319,120199 +"330145",82319,120215 +"330146",82320,82354 +"330147",82321,88937 +"330148",82321,98678 +"330149",82327,121049 +"330150",82331,88578 +"330151",82331,96367 +"330152",82332,82337 +"330153",82332,83032 +"330154",82332,91993 +"330155",82332,93990 +"330156",82332,95224 +"330157",82332,96564 +"330158",82332,97181 +"330159",82332,118668 +"330160",82332,122460 +"330161",82333,82839 +"330162",82333,84748 +"330163",82333,87916 +"330164",82333,87939 +"330165",82333,87944 +"330166",82333,92985 +"330167",82338,82339 +"330168",82338,82348 +"330169",82339,82348 +"330170",82340,108915 +"330171",82340,110647 +"330172",82340,110688 +"330173",82340,116633 +"330174",82341,82347 +"330175",82341,92269 +"330176",82341,92297 +"330177",82342,95419 +"330178",82344,103642 +"330179",82345,82750 +"330180",82345,88004 +"330181",82349,86682 +"330182",82349,97811 +"330183",82350,82440 +"330184",82350,98225 +"330185",82353,102796 +"330186",82353,115110 +"330187",82356,96940 +"330188",82357,92751 +"330189",82358,82439 +"330190",82359,98180 +"330191",82360,106870 +"330192",82360,106894 +"330193",82362,106735 +"330194",82362,113049 +"330195",82362,113055 +"330196",82362,113064 +"330197",82363,89930 +"330198",82363,92241 +"330199",82363,93006 +"330200",82365,90015 +"330201",82367,97046 +"330202",82368,83909 +"330203",82368,83956 +"330204",82368,83957 +"330205",82371,84628 +"330206",82374,82376 +"330207",82378,114000 +"330208",82378,115443 +"330209",82378,115469 +"330210",82378,121262 +"330211",82379,82385 +"330212",82379,116813 +"330213",82380,91456 +"330214",82380,104106 +"330215",82381,119340 +"330216",82383,82810 +"330217",82383,82854 +"330218",82383,83853 +"330219",82383,83884 +"330220",82383,84379 +"330221",82383,84613 +"330222",82383,85465 +"330223",82383,85610 +"330224",82383,86351 +"330225",82383,86451 +"330226",82383,86882 +"330227",82383,87175 +"330228",82383,87451 +"330229",82383,87521 +"330230",82383,87572 +"330231",82383,87663 +"330232",82383,87721 +"330233",82383,87862 +"330234",82384,82423 +"330235",82386,96445 +"330236",82386,98013 +"330237",82386,103495 +"330238",82386,103510 +"330239",82386,103513 +"330240",82386,107104 +"330241",82389,96872 +"330242",82390,92342 +"330243",82390,103841 +"330244",82390,103861 +"330245",82391,82887 +"330246",82391,86131 +"330247",82393,100230 +"330248",82396,82413 +"330249",82396,96752 +"330250",82396,120173 +"330251",82397,82549 +"330252",82397,82551 +"330253",82397,82565 +"330254",82398,93808 +"330255",82398,115436 +"330256",82399,82434 +"330257",82400,82407 +"330258",82400,82427 +"330259",82401,92565 +"330260",82402,104993 +"330261",82402,113462 +"330262",82402,113585 +"330263",82402,116990 +"330264",82402,118471 +"330265",82402,120934 +"330266",82402,120968 +"330267",82403,113454 +"330268",82404,82433 +"330269",82404,85461 +"330270",82406,82731 +"330271",82407,82427 +"330272",82407,115412 +"330273",82409,82842 +"330274",82409,91430 +"330275",82409,91482 +"330276",82409,91484 +"330277",82409,91485 +"330278",82409,111242 +"330279",82410,82442 +"330280",82410,82812 +"330281",82410,103115 +"330282",82411,82535 +"330283",82411,90116 +"330284",82413,97696 +"330285",82413,100671 +"330286",82413,114934 +"330287",82416,86347 +"330288",82416,86384 +"330289",82416,95932 +"330290",82416,95981 +"330291",82417,85974 +"330292",82417,93930 +"330293",82419,82440 +"330294",82420,82421 +"330295",82420,82424 +"330296",82420,120990 +"330297",82421,82424 +"330298",82423,84653 +"330299",82423,96208 +"330300",82423,101771 +"330301",82423,117589 +"330302",82424,104825 +"330303",82425,88259 +"330304",82426,84343 +"330305",82426,85000 +"330306",82426,85101 +"330307",82426,91682 +"330308",82426,95267 +"330309",82426,97580 +"330310",82426,98727 +"330311",82426,98776 +"330312",82426,99624 +"330313",82426,100795 +"330314",82426,106824 +"330315",82426,108879 +"330316",82426,109166 +"330317",82426,109858 +"330318",82426,109878 +"330319",82426,110137 +"330320",82426,112962 +"330321",82426,113990 +"330322",82426,115413 +"330323",82426,116123 +"330324",82426,117258 +"330325",82426,117560 +"330326",82426,118128 +"330327",82426,118836 +"330328",82426,118866 +"330329",82426,118873 +"330330",82426,119131 +"330331",82426,119513 +"330332",82426,119716 +"330333",82426,119769 +"330334",82426,120123 +"330335",82426,120169 +"330336",82426,120725 +"330337",82426,120944 +"330338",82426,121609 +"330339",82426,122007 +"330340",82426,122032 +"330341",82426,122035 +"330342",82426,122724 +"330343",82426,123070 +"330344",82426,123394 +"330345",82426,123490 +"330346",82427,86395 +"330347",82428,99843 +"330348",82428,105109 +"330349",82428,105128 +"330350",82428,105260 +"330351",82432,122452 +"330352",82433,85461 +"330353",82435,93670 +"330354",82435,98003 +"330355",82435,101127 +"330356",82435,103238 +"330357",82435,112238 +"330358",82435,119455 +"330359",82437,93887 +"330360",82437,95895 +"330361",82437,99274 +"330362",82437,105942 +"330363",82440,98225 +"330364",82440,118318 +"330365",82442,89097 +"330366",82442,92220 +"330367",82442,104788 +"330368",82442,112329 +"330369",82442,123311 +"330370",82443,106099 +"330371",82444,82455 +"330372",82444,82566 +"330373",82446,82558 +"330374",82448,82451 +"330375",82448,82471 +"330376",82448,82484 +"330377",82448,82516 +"330378",82448,82518 +"330379",82448,116062 +"330380",82448,116063 +"330381",82448,119963 +"330382",82449,82468 +"330383",82450,82509 +"330384",82451,82471 +"330385",82451,82484 +"330386",82451,82516 +"330387",82451,82518 +"330388",82452,88409 +"330389",82452,90883 +"330390",82452,91383 +"330391",82452,92113 +"330392",82452,98904 +"330393",82452,102940 +"330394",82452,105050 +"330395",82452,118577 +"330396",82452,119085 +"330397",82452,119224 +"330398",82452,119439 +"330399",82452,120085 +"330400",82452,120232 +"330401",82452,121213 +"330402",82453,87924 +"330403",82453,87932 +"330404",82453,87942 +"330405",82454,102024 +"330406",82454,111049 +"330407",82455,82566 +"330408",82456,82513 +"330409",82456,82521 +"330410",82456,82524 +"330411",82457,82512 +"330412",82459,92263 +"330413",82460,82465 +"330414",82460,82467 +"330415",82461,82510 +"330416",82461,82532 +"330417",82462,98150 +"330418",82465,82467 +"330419",82469,89538 +"330420",82471,82484 +"330421",82471,82516 +"330422",82471,82518 +"330423",82472,91330 +"330424",82472,118347 +"330425",82472,118361 +"330426",82476,89482 +"330427",82476,91109 +"330428",82478,84879 +"330429",82478,89094 +"330430",82479,86148 +"330431",82481,82511 +"330432",82481,84619 +"330433",82483,82530 +"330434",82483,84208 +"330435",82483,84893 +"330436",82483,89674 +"330437",82483,90243 +"330438",82483,92230 +"330439",82483,92941 +"330440",82483,94486 +"330441",82483,96872 +"330442",82483,104464 +"330443",82483,106119 +"330444",82483,110528 +"330445",82483,114804 +"330446",82484,82516 +"330447",82484,82518 +"330448",82485,96507 +"330449",82485,113666 +"330450",82486,87595 +"330451",82486,119488 +"330452",82488,84447 +"330453",82488,97549 +"330454",82488,97560 +"330455",82488,113116 +"330456",82488,113701 +"330457",82492,119143 +"330458",82495,97384 +"330459",82497,82525 +"330460",82498,92883 +"330461",82498,109521 +"330462",82498,117532 +"330463",82499,88932 +"330464",82499,91500 +"330465",82499,99332 +"330466",82500,103333 +"330467",82501,82519 +"330468",82502,86837 +"330469",82502,94665 +"330470",82502,95358 +"330471",82502,97329 +"330472",82505,82726 +"330473",82506,89809 +"330474",82506,113251 +"330475",82506,119125 +"330476",82509,92751 +"330477",82509,93267 +"330478",82509,93541 +"330479",82510,82532 +"330480",82510,86653 +"330481",82510,93198 +"330482",82510,102901 +"330483",82510,111981 +"330484",82512,92878 +"330485",82512,118082 +"330486",82513,82521 +"330487",82513,82524 +"330488",82514,83636 +"330489",82514,89477 +"330490",82514,110055 +"330491",82514,110064 +"330492",82514,110069 +"330493",82514,119047 +"330494",82515,92196 +"330495",82515,104132 +"330496",82515,120291 +"330497",82515,120293 +"330498",82516,82518 +"330499",82519,90860 +"330500",82521,82524 +"330501",82522,82573 +"330502",82522,92026 +"330503",82525,92776 +"330504",82528,84601 +"330505",82528,86089 +"330506",82528,92630 +"330507",82528,93161 +"330508",82528,95236 +"330509",82528,95268 +"330510",82528,95273 +"330511",82528,95274 +"330512",82528,95275 +"330513",82528,110637 +"330514",82529,98048 +"330515",82529,115517 +"330516",82533,83680 +"330517",82533,83744 +"330518",82533,89681 +"330519",82533,90234 +"330520",82533,90321 +"330521",82534,104019 +"330522",82536,82544 +"330523",82536,82545 +"330524",82536,82557 +"330525",82536,92357 +"330526",82537,90746 +"330527",82537,112716 +"330528",82538,82539 +"330529",82540,112227 +"330530",82541,99132 +"330531",82543,106937 +"330532",82544,82545 +"330533",82544,82557 +"330534",82545,82557 +"330535",82547,84342 +"330536",82548,82597 +"330537",82549,82551 +"330538",82549,82565 +"330539",82551,82565 +"330540",82552,111079 +"330541",82555,113729 +"330542",82555,114149 +"330543",82555,114558 +"330544",82555,116814 +"330545",82556,82590 +"330546",82561,110756 +"330547",82564,82820 +"330548",82564,83958 +"330549",82566,112476 +"330550",82566,121105 +"330551",82566,123177 +"330552",82567,83237 +"330553",82567,112502 +"330554",82569,106442 +"330555",82569,109539 +"330556",82570,116509 +"330557",82570,116523 +"330558",82572,82580 +"330559",82573,91417 +"330560",82573,101687 +"330561",82573,102292 +"330562",82573,107036 +"330563",82573,110359 +"330564",82573,110381 +"330565",82573,121950 +"330566",82573,121966 +"330567",82573,121971 +"330568",82573,121976 +"330569",82576,82591 +"330570",82582,103183 +"330571",82583,103530 +"330572",82584,121803 +"330573",82586,92670 +"330574",82586,101567 +"330575",82586,104730 +"330576",82586,105293 +"330577",82586,105323 +"330578",82586,111221 +"330579",82586,111324 +"330580",82586,111364 +"330581",82586,111365 +"330582",82593,82848 +"330583",82593,90884 +"330584",82593,95740 +"330585",82593,115878 +"330586",82595,91410 +"330587",82596,94418 +"330588",82598,121775 +"330589",82599,91823 +"330590",82600,95545 +"330591",82600,104550 +"330592",82600,114300 +"330593",82600,114421 +"330594",82602,92773 +"330595",82602,116728 +"330596",82603,86255 +"330597",82604,100556 +"330598",82605,82658 +"330599",82606,82620 +"330600",82613,84485 +"330601",82613,86304 +"330602",82615,82677 +"330603",82617,83602 +"330604",82618,83379 +"330605",82618,83408 +"330606",82618,83947 +"330607",82619,84415 +"330608",82622,101699 +"330609",82622,101739 +"330610",82622,115747 +"330611",82622,118631 +"330612",82622,119504 +"330613",82623,86287 +"330614",82623,102752 +"330615",82623,106249 +"330616",82624,99704 +"330617",82626,82646 +"330618",82626,82647 +"330619",82626,82661 +"330620",82626,82662 +"330621",82626,82663 +"330622",82626,82811 +"330623",82626,82832 +"330624",82626,82836 +"330625",82628,99045 +"330626",82628,99391 +"330627",82628,114360 +"330628",82628,122243 +"330629",82628,123209 +"330630",82628,123222 +"330631",82628,123224 +"330632",82628,123229 +"330633",82628,123232 +"330634",82628,123234 +"330635",82628,123250 +"330636",82629,92037 +"330637",82629,111625 +"330638",82629,112960 +"330639",82629,113377 +"330640",82629,113387 +"330641",82630,82631 +"330642",82630,82635 +"330643",82630,82653 +"330644",82631,82635 +"330645",82631,82653 +"330646",82635,82653 +"330647",82636,82784 +"330648",82636,82800 +"330649",82636,82833 +"330650",82636,82969 +"330651",82636,88836 +"330652",82636,89663 +"330653",82636,89738 +"330654",82636,89740 +"330655",82638,86922 +"330656",82638,93155 +"330657",82638,97396 +"330658",82639,86686 +"330659",82640,82651 +"330660",82643,88938 +"330661",82645,84632 +"330662",82646,82647 +"330663",82646,82661 +"330664",82646,82662 +"330665",82646,82663 +"330666",82646,82811 +"330667",82646,82832 +"330668",82646,82836 +"330669",82647,82661 +"330670",82647,82662 +"330671",82647,82663 +"330672",82647,82811 +"330673",82647,82832 +"330674",82647,82836 +"330675",82648,82649 +"330676",82648,88140 +"330677",82648,95499 +"330678",82650,99965 +"330679",82652,95776 +"330680",82653,86443 +"330681",82653,96366 +"330682",82654,82868 +"330683",82654,82878 +"330684",82659,83330 +"330685",82661,82662 +"330686",82661,82663 +"330687",82661,82811 +"330688",82661,82832 +"330689",82661,82836 +"330690",82662,82663 +"330691",82662,82811 +"330692",82662,82832 +"330693",82662,82836 +"330694",82663,82811 +"330695",82663,82832 +"330696",82663,82836 +"330697",82664,103167 +"330698",82664,111899 +"330699",82665,83942 +"330700",82665,107907 +"330701",82666,92506 +"330702",82666,93652 +"330703",82666,93660 +"330704",82666,93676 +"330705",82667,83207 +"330706",82667,117761 +"330707",82667,118793 +"330708",82667,118822 +"330709",82668,84368 +"330710",82668,84548 +"330711",82668,121704 +"330712",82671,93797 +"330713",82672,84512 +"330714",82673,105772 +"330715",82673,105810 +"330716",82674,82838 +"330717",82674,82863 +"330718",82675,82676 +"330719",82681,88648 +"330720",82681,99012 +"330721",82682,93752 +"330722",82683,91999 +"330723",82683,96295 +"330724",82683,108651 +"330725",82683,113703 +"330726",82684,108795 +"330727",82684,112980 +"330728",82685,82686 +"330729",82685,82687 +"330730",82686,82687 +"330731",82687,82989 +"330732",82688,82725 +"330733",82688,82752 +"330734",82688,102060 +"330735",82688,102061 +"330736",82690,102525 +"330737",82690,107330 +"330738",82691,82717 +"330739",82691,82718 +"330740",82693,91454 +"330741",82693,93125 +"330742",82693,103570 +"330743",82695,91192 +"330744",82695,91925 +"330745",82695,92595 +"330746",82695,100770 +"330747",82695,100771 +"330748",82695,108829 +"330749",82696,105638 +"330750",82696,120145 +"330751",82697,82703 +"330752",82697,90871 +"330753",82697,99758 +"330754",82698,99780 +"330755",82699,82736 +"330756",82702,86603 +"330757",82702,86629 +"330758",82704,109697 +"330759",82705,109951 +"330760",82707,82708 +"330761",82707,88660 +"330762",82708,116795 +"330763",82709,88778 +"330764",82709,97582 +"330765",82709,97593 +"330766",82710,84503 +"330767",82710,102555 +"330768",82714,101095 +"330769",82717,82718 +"330770",82720,101386 +"330771",82720,105040 +"330772",82720,117913 +"330773",82724,87827 +"330774",82725,82752 +"330775",82728,94877 +"330776",82728,96206 +"330777",82729,101513 +"330778",82730,104298 +"330779",82730,108163 +"330780",82732,112335 +"330781",82733,83327 +"330782",82733,87139 +"330783",82735,84879 +"330784",82735,92580 +"330785",82735,96576 +"330786",82736,107564 +"330787",82737,82970 +"330788",82737,89596 +"330789",82737,99767 +"330790",82737,99771 +"330791",82737,99772 +"330792",82737,99775 +"330793",82737,99777 +"330794",82740,95238 +"330795",82740,119645 +"330796",82740,121501 +"330797",82743,97745 +"330798",82743,111802 +"330799",82750,89886 +"330800",82750,93482 +"330801",82750,97364 +"330802",82751,87857 +"330803",82751,106048 +"330804",82751,106200 +"330805",82753,84615 +"330806",82753,93092 +"330807",82753,93135 +"330808",82753,118684 +"330809",82754,101231 +"330810",82754,102006 +"330811",82754,102107 +"330812",82754,102149 +"330813",82757,89309 +"330814",82757,98972 +"330815",82761,88265 +"330816",82761,90902 +"330817",82761,98358 +"330818",82761,100109 +"330819",82761,100123 +"330820",82761,103057 +"330821",82761,115764 +"330822",82763,87183 +"330823",82763,93933 +"330824",82763,101457 +"330825",82763,107086 +"330826",82763,107206 +"330827",82765,118013 +"330828",82766,87002 +"330829",82767,82773 +"330830",82767,83180 +"330831",82767,83906 +"330832",82767,83949 +"330833",82767,88714 +"330834",82767,95476 +"330835",82768,100432 +"330836",82768,105606 +"330837",82771,85545 +"330838",82771,98385 +"330839",82771,106671 +"330840",82771,113502 +"330841",82771,122323 +"330842",82775,88819 +"330843",82775,110211 +"330844",82777,107502 +"330845",82777,122044 +"330846",82777,122045 +"330847",82778,83141 +"330848",82784,82800 +"330849",82784,82833 +"330850",82784,82969 +"330851",82787,108357 +"330852",82787,117822 +"330853",82790,93449 +"330854",82791,87676 +"330855",82791,87688 +"330856",82792,82910 +"330857",82792,87819 +"330858",82793,88696 +"330859",82793,108415 +"330860",82794,92953 +"330861",82795,99857 +"330862",82795,109835 +"330863",82798,82892 +"330864",82800,82833 +"330865",82800,82969 +"330866",82802,87134 +"330867",82802,87144 +"330868",82802,103866 +"330869",82803,102714 +"330870",82804,97594 +"330871",82804,108322 +"330872",82804,118418 +"330873",82806,87638 +"330874",82808,87058 +"330875",82810,82854 +"330876",82810,83853 +"330877",82810,83884 +"330878",82810,84379 +"330879",82810,84613 +"330880",82810,85465 +"330881",82810,85610 +"330882",82810,86351 +"330883",82810,86451 +"330884",82810,86882 +"330885",82810,87175 +"330886",82810,87451 +"330887",82810,87521 +"330888",82810,87572 +"330889",82810,87663 +"330890",82810,87721 +"330891",82810,87862 +"330892",82811,82832 +"330893",82811,82836 +"330894",82812,89141 +"330895",82813,85474 +"330896",82813,100332 +"330897",82815,89723 +"330898",82815,93218 +"330899",82816,95108 +"330900",82820,83958 +"330901",82822,84804 +"330902",82826,83076 +"330903",82828,105144 +"330904",82828,105151 +"330905",82828,105166 +"330906",82828,105175 +"330907",82828,105267 +"330908",82831,85079 +"330909",82831,94603 +"330910",82831,96238 +"330911",82831,99444 +"330912",82831,106074 +"330913",82831,111268 +"330914",82831,111269 +"330915",82832,82836 +"330916",82833,82969 +"330917",82833,98242 +"330918",82834,82913 +"330919",82834,84955 +"330920",82835,82875 +"330921",82835,82876 +"330922",82837,88300 +"330923",82837,117429 +"330924",82838,82863 +"330925",82839,84748 +"330926",82839,87916 +"330927",82839,87939 +"330928",82839,87944 +"330929",82841,98992 +"330930",82842,111242 +"330931",82844,99895 +"330932",82844,101412 +"330933",82844,102122 +"330934",82844,105582 +"330935",82845,99807 +"330936",82845,101138 +"330937",82845,106679 +"330938",82848,89590 +"330939",82848,90884 +"330940",82848,95740 +"330941",82848,115878 +"330942",82850,82864 +"330943",82851,99919 +"330944",82852,102640 +"330945",82852,119094 +"330946",82853,99492 +"330947",82853,101956 +"330948",82853,118568 +"330949",82854,83853 +"330950",82854,83884 +"330951",82854,84379 +"330952",82854,84613 +"330953",82854,85465 +"330954",82854,85610 +"330955",82854,86351 +"330956",82854,86451 +"330957",82854,86882 +"330958",82854,87175 +"330959",82854,87451 +"330960",82854,87521 +"330961",82854,87572 +"330962",82854,87663 +"330963",82854,87721 +"330964",82854,87862 +"330965",82856,85182 +"330966",82856,93940 +"330967",82856,93941 +"330968",82856,102308 +"330969",82858,103137 +"330970",82858,118527 +"330971",82860,88289 +"330972",82860,89820 +"330973",82860,91687 +"330974",82860,111535 +"330975",82861,82870 +"330976",82863,116528 +"330977",82864,84896 +"330978",82864,91045 +"330979",82864,96141 +"330980",82864,121504 +"330981",82865,117895 +"330982",82866,104794 +"330983",82866,107814 +"330984",82867,84168 +"330985",82868,82878 +"330986",82869,91189 +"330987",82871,104232 +"330988",82871,106743 +"330989",82871,107612 +"330990",82871,111277 +"330991",82871,118576 +"330992",82871,120855 +"330993",82872,84728 +"330994",82872,84729 +"330995",82872,84777 +"330996",82872,84778 +"330997",82875,82876 +"330998",82875,99527 +"330999",82877,101478 +"331000",82878,86021 +"331001",82878,89407 +"331002",82878,93348 +"331003",82878,102963 +"331004",82878,102989 +"331005",82878,103032 +"331006",82878,103039 +"331007",82878,106822 +"331008",82878,106841 +"331009",82878,106862 +"331010",82878,106888 +"331011",82880,82922 +"331012",82882,83776 +"331013",82884,82925 +"331014",82885,82932 +"331015",82885,102881 +"331016",82887,86131 +"331017",82891,101460 +"331018",82893,85189 +"331019",82893,89595 +"331020",82893,90944 +"331021",82893,90984 +"331022",82893,90985 +"331023",82894,87468 +"331024",82896,95369 +"331025",82896,95426 +"331026",82896,113819 +"331027",82896,113924 +"331028",82896,121798 +"331029",82896,122040 +"331030",82897,82917 +"331031",82898,98651 +"331032",82898,100561 +"331033",82899,88102 +"331034",82900,99579 +"331035",82900,100635 +"331036",82900,114644 +"331037",82903,82939 +"331038",82903,98016 +"331039",82903,98029 +"331040",82905,82920 +"331041",82906,92663 +"331042",82906,103487 +"331043",82906,117826 +"331044",82908,110960 +"331045",82908,111696 +"331046",82909,91433 +"331047",82909,108493 +"331048",82909,115749 +"331049",82909,122336 +"331050",82911,82956 +"331051",82911,86087 +"331052",82914,82937 +"331053",82915,99613 +"331054",82915,105622 +"331055",82915,107962 +"331056",82915,108844 +"331057",82915,112396 +"331058",82915,122378 +"331059",82915,122434 +"331060",82915,122439 +"331061",82916,96722 +"331062",82916,113379 +"331063",82917,108890 +"331064",82917,119572 +"331065",82919,82929 +"331066",82919,82930 +"331067",82919,120094 +"331068",82919,120875 +"331069",82919,121508 +"331070",82924,96964 +"331071",82925,90853 +"331072",82927,94304 +"331073",82927,102236 +"331074",82927,103625 +"331075",82927,108384 +"331076",82928,95114 +"331077",82929,82930 +"331078",82930,83772 +"331079",82932,88817 +"331080",82932,88821 +"331081",82934,93682 +"331082",82940,100335 +"331083",82941,112284 +"331084",82942,100304 +"331085",82943,89594 +"331086",82943,99534 +"331087",82943,107797 +"331088",82944,115622 +"331089",82946,82947 +"331090",82946,82953 +"331091",82947,82953 +"331092",82947,100951 +"331093",82947,101025 +"331094",82947,101442 +"331095",82947,101475 +"331096",82948,92163 +"331097",82949,88193 +"331098",82950,82951 +"331099",82950,82979 +"331100",82951,82979 +"331101",82952,86331 +"331102",82953,104275 +"331103",82953,112047 +"331104",82954,101070 +"331105",82955,115642 +"331106",82957,82994 +"331107",82958,99952 +"331108",82958,119870 +"331109",82960,82999 +"331110",82960,83005 +"331111",82960,83014 +"331112",82960,83089 +"331113",82961,121621 +"331114",82963,82970 +"331115",82963,84381 +"331116",82963,84407 +"331117",82964,95320 +"331118",82964,95803 +"331119",82964,96162 +"331120",82964,106240 +"331121",82964,109919 +"331122",82964,112416 +"331123",82965,88895 +"331124",82965,91562 +"331125",82965,92321 +"331126",82965,92322 +"331127",82965,93173 +"331128",82965,96837 +"331129",82965,98574 +"331130",82965,114622 +"331131",82970,84381 +"331132",82970,84407 +"331133",82970,89596 +"331134",82970,99767 +"331135",82970,99771 +"331136",82970,99772 +"331137",82970,99775 +"331138",82970,99777 +"331139",82972,91379 +"331140",82973,91305 +"331141",82974,88358 +"331142",82975,95057 +"331143",82976,90721 +"331144",82977,90921 +"331145",82977,95997 +"331146",82977,117701 +"331147",82977,117703 +"331148",82977,117707 +"331149",82978,83306 +"331150",82978,85027 +"331151",82978,85088 +"331152",82978,88412 +"331153",82978,90275 +"331154",82978,90426 +"331155",82978,91112 +"331156",82978,91526 +"331157",82978,93425 +"331158",82978,93523 +"331159",82978,94520 +"331160",82978,95954 +"331161",82978,99544 +"331162",82978,99547 +"331163",82978,99554 +"331164",82978,100595 +"331165",82978,100739 +"331166",82978,100819 +"331167",82978,101898 +"331168",82978,101988 +"331169",82978,102146 +"331170",82978,102201 +"331171",82978,102309 +"331172",82978,102635 +"331173",82978,102730 +"331174",82978,102846 +"331175",82978,103790 +"331176",82978,104095 +"331177",82978,104574 +"331178",82978,104784 +"331179",82978,104845 +"331180",82978,107269 +"331181",82978,107623 +"331182",82978,107714 +"331183",82978,107879 +"331184",82978,107975 +"331185",82980,82997 +"331186",82980,107973 +"331187",82983,82984 +"331188",82983,104979 +"331189",82983,106718 +"331190",82983,117517 +"331191",82989,98362 +"331192",82991,107282 +"331193",82991,113054 +"331194",82992,84721 +"331195",82992,85817 +"331196",82992,100573 +"331197",82992,108452 +"331198",82993,83173 +"331199",82997,86623 +"331200",82997,98686 +"331201",82997,98703 +"331202",82997,98706 +"331203",82998,84093 +"331204",82998,89277 +"331205",82998,99128 +"331206",82999,83005 +"331207",82999,83014 +"331208",82999,83089 +"331209",83000,108286 +"331210",83001,92162 +"331211",83001,92213 +"331212",83003,88088 +"331213",83003,99084 +"331214",83003,111680 +"331215",83005,83014 +"331216",83005,83089 +"331217",83006,84134 +"331218",83006,93085 +"331219",83006,105777 +"331220",83007,92896 +"331221",83009,85910 +"331222",83009,89921 +"331223",83009,95992 +"331224",83009,96013 +"331225",83013,87552 +"331226",83013,102850 +"331227",83013,121766 +"331228",83013,122891 +"331229",83014,83089 +"331230",83016,97389 +"331231",83016,97542 +"331232",83016,98076 +"331233",83017,96202 +"331234",83017,104755 +"331235",83019,108891 +"331236",83021,85259 +"331237",83021,117203 +"331238",83022,83057 +"331239",83022,83063 +"331240",83022,83078 +"331241",83024,117382 +"331242",83024,121158 +"331243",83026,90524 +"331244",83027,83030 +"331245",83028,83029 +"331246",83029,100291 +"331247",83029,111903 +"331248",83029,116107 +"331249",83031,83049 +"331250",83031,83085 +"331251",83031,84962 +"331252",83033,83067 +"331253",83033,115078 +"331254",83034,111532 +"331255",83036,94165 +"331256",83036,121031 +"331257",83038,102038 +"331258",83038,103792 +"331259",83038,104734 +"331260",83038,109494 +"331261",83038,113833 +"331262",83038,116419 +"331263",83038,116875 +"331264",83039,87285 +"331265",83042,105262 +"331266",83042,110659 +"331267",83043,84881 +"331268",83044,84325 +"331269",83044,88722 +"331270",83044,88728 +"331271",83044,88730 +"331272",83044,101439 +"331273",83045,90346 +"331274",83045,123325 +"331275",83045,123327 +"331276",83046,95678 +"331277",83047,83084 +"331278",83047,99478 +"331279",83047,101030 +"331280",83047,105819 +"331281",83048,94291 +"331282",83048,103388 +"331283",83048,106556 +"331284",83049,83085 +"331285",83049,84962 +"331286",83051,115821 +"331287",83051,115839 +"331288",83052,116200 +"331289",83053,96034 +"331290",83053,99189 +"331291",83053,106362 +"331292",83054,83093 +"331293",83054,116739 +"331294",83055,106132 +"331295",83057,83063 +"331296",83057,83078 +"331297",83062,83155 +"331298",83063,83078 +"331299",83064,92378 +"331300",83065,83088 +"331301",83065,120426 +"331302",83066,90584 +"331303",83067,98168 +"331304",83068,85664 +"331305",83068,95232 +"331306",83069,84767 +"331307",83069,92821 +"331308",83070,83094 +"331309",83070,107283 +"331310",83070,112198 +"331311",83070,114402 +"331312",83070,118785 +"331313",83071,87017 +"331314",83072,109306 +"331315",83072,109319 +"331316",83074,94209 +"331317",83074,104118 +"331318",83075,83087 +"331319",83075,93546 +"331320",83075,119389 +"331321",83078,85159 +"331322",83081,84472 +"331323",83081,87645 +"331324",83081,107299 +"331325",83082,99710 +"331326",83083,94996 +"331327",83083,95000 +"331328",83087,86254 +"331329",83087,91404 +"331330",83087,94399 +"331331",83087,98218 +"331332",83087,103194 +"331333",83087,105530 +"331334",83087,105534 +"331335",83087,105537 +"331336",83087,105547 +"331337",83087,105552 +"331338",83087,105563 +"331339",83087,107038 +"331340",83087,107048 +"331341",83087,108422 +"331342",83091,86379 +"331343",83092,101692 +"331344",83093,106689 +"331345",83093,108704 +"331346",83093,110735 +"331347",83093,111098 +"331348",83093,116739 +"331349",83093,119326 +"331350",83094,115253 +"331351",83094,115293 +"331352",83096,97635 +"331353",83096,110821 +"331354",83096,122644 +"331355",83100,88643 +"331356",83100,113108 +"331357",83101,89259 +"331358",83101,91976 +"331359",83101,92947 +"331360",83101,93763 +"331361",83101,102043 +"331362",83101,118232 +"331363",83101,121480 +"331364",83101,121485 +"331365",83103,85883 +"331366",83105,87878 +"331367",83105,87892 +"331368",83106,113983 +"331369",83106,119506 +"331370",83107,83184 +"331371",83107,89131 +"331372",83107,117096 +"331373",83115,89403 +"331374",83117,104040 +"331375",83117,104067 +"331376",83118,84297 +"331377",83119,91879 +"331378",83119,98189 +"331379",83119,116311 +"331380",83121,83122 +"331381",83122,97692 +"331382",83125,117187 +"331383",83126,83130 +"331384",83127,83137 +"331385",83130,83419 +"331386",83130,104902 +"331387",83133,83761 +"331388",83133,92947 +"331389",83133,95872 +"331390",83133,97082 +"331391",83133,114227 +"331392",83134,110253 +"331393",83135,87228 +"331394",83135,91909 +"331395",83135,95092 +"331396",83135,109990 +"331397",83135,112738 +"331398",83139,85508 +"331399",83139,122769 +"331400",83142,89122 +"331401",83142,113938 +"331402",83142,119594 +"331403",83143,90605 +"331404",83143,90770 +"331405",83144,100356 +"331406",83144,105918 +"331407",83144,111949 +"331408",83144,113525 +"331409",83144,120774 +"331410",83144,122124 +"331411",83144,122162 +"331412",83144,122203 +"331413",83145,83146 +"331414",83145,105186 +"331415",83148,105301 +"331416",83148,120032 +"331417",83150,101524 +"331418",83150,112688 +"331419",83152,89989 +"331420",83152,96835 +"331421",83153,99313 +"331422",83153,99325 +"331423",83153,99337 +"331424",83157,100515 +"331425",83158,115990 +"331426",83160,91781 +"331427",83160,102483 +"331428",83160,110131 +"331429",83160,110147 +"331430",83160,110155 +"331431",83160,110173 +"331432",83160,111361 +"331433",83160,112774 +"331434",83161,104683 +"331435",83161,107594 +"331436",83163,89955 +"331437",83164,84408 +"331438",83165,83906 +"331439",83165,83915 +"331440",83165,83949 +"331441",83166,93782 +"331442",83167,87695 +"331443",83169,99539 +"331444",83169,100243 +"331445",83169,112604 +"331446",83169,117198 +"331447",83170,85498 +"331448",83170,86588 +"331449",83172,83248 +"331450",83172,83278 +"331451",83172,83279 +"331452",83172,83280 +"331453",83172,83295 +"331454",83172,83299 +"331455",83173,112806 +"331456",83175,83206 +"331457",83175,88517 +"331458",83176,90527 +"331459",83176,94913 +"331460",83176,95193 +"331461",83176,103621 +"331462",83177,83192 +"331463",83178,92020 +"331464",83179,85912 +"331465",83180,83949 +"331466",83180,88714 +"331467",83180,92648 +"331468",83181,83186 +"331469",83183,106489 +"331470",83184,88480 +"331471",83184,110956 +"331472",83184,111140 +"331473",83184,115926 +"331474",83184,118554 +"331475",83184,118565 +"331476",83186,89287 +"331477",83186,95290 +"331478",83186,100794 +"331479",83188,101845 +"331480",83188,118560 +"331481",83189,90384 +"331482",83191,83193 +"331483",83191,83783 +"331484",83191,100064 +"331485",83191,100625 +"331486",83191,108976 +"331487",83192,88843 +"331488",83192,92496 +"331489",83192,94954 +"331490",83192,94955 +"331491",83192,94957 +"331492",83192,94969 +"331493",83194,83198 +"331494",83195,83209 +"331495",83195,83354 +"331496",83197,83233 +"331497",83197,85877 +"331498",83197,107819 +"331499",83198,102699 +"331500",83199,83219 +"331501",83199,83246 +"331502",83202,87719 +"331503",83202,88231 +"331504",83202,92468 +"331505",83202,110742 +"331506",83203,90209 +"331507",83203,111760 +"331508",83204,91904 +"331509",83206,88517 +"331510",83206,92469 +"331511",83206,115820 +"331512",83208,96404 +"331513",83209,83354 +"331514",83210,86672 +"331515",83211,105354 +"331516",83213,107753 +"331517",83213,107764 +"331518",83216,90080 +"331519",83216,106815 +"331520",83218,113755 +"331521",83219,83246 +"331522",83220,96327 +"331523",83220,108541 +"331524",83220,112892 +"331525",83220,122222 +"331526",83220,123206 +"331527",83222,84913 +"331528",83224,96254 +"331529",83224,105712 +"331530",83224,109388 +"331531",83224,111937 +"331532",83226,103160 +"331533",83228,86357 +"331534",83228,102253 +"331535",83228,114113 +"331536",83228,114114 +"331537",83229,83230 +"331538",83229,84516 +"331539",83229,89725 +"331540",83229,107768 +"331541",83229,108501 +"331542",83229,109945 +"331543",83229,112246 +"331544",83229,119352 +"331545",83229,123068 +"331546",83229,123080 +"331547",83229,123083 +"331548",83229,123095 +"331549",83231,86471 +"331550",83231,90804 +"331551",83231,91022 +"331552",83231,91045 +"331553",83231,95675 +"331554",83231,101516 +"331555",83231,102387 +"331556",83231,108374 +"331557",83231,108893 +"331558",83231,109101 +"331559",83231,109523 +"331560",83231,110993 +"331561",83231,111338 +"331562",83231,111398 +"331563",83231,111409 +"331564",83231,111480 +"331565",83231,112422 +"331566",83231,112648 +"331567",83231,112708 +"331568",83231,112820 +"331569",83231,112997 +"331570",83231,113597 +"331571",83231,114418 +"331572",83231,114582 +"331573",83231,115371 +"331574",83231,116028 +"331575",83231,116604 +"331576",83232,93799 +"331577",83232,115981 +"331578",83234,84284 +"331579",83234,86761 +"331580",83234,105941 +"331581",83234,120011 +"331582",83235,83236 +"331583",83235,83463 +"331584",83236,83463 +"331585",83238,101904 +"331586",83239,88818 +"331587",83242,85041 +"331588",83242,105639 +"331589",83243,110564 +"331590",83245,105138 +"331591",83248,83278 +"331592",83248,83279 +"331593",83248,83280 +"331594",83248,83295 +"331595",83248,83299 +"331596",83248,92218 +"331597",83248,106807 +"331598",83249,100357 +"331599",83250,86022 +"331600",83251,83257 +"331601",83253,86403 +"331602",83253,88773 +"331603",83253,93632 +"331604",83253,101012 +"331605",83255,85352 +"331606",83256,106058 +"331607",83258,91628 +"331608",83259,95329 +"331609",83262,97804 +"331610",83262,111232 +"331611",83262,111241 +"331612",83262,111245 +"331613",83264,86071 +"331614",83264,86072 +"331615",83264,114110 +"331616",83267,83298 +"331617",83268,92797 +"331618",83268,92820 +"331619",83271,83272 +"331620",83271,93075 +"331621",83271,100432 +"331622",83271,102360 +"331623",83271,102400 +"331624",83273,86669 +"331625",83273,91560 +"331626",83273,99230 +"331627",83273,108417 +"331628",83275,83293 +"331629",83275,83858 +"331630",83275,93790 +"331631",83278,83279 +"331632",83278,83280 +"331633",83278,83295 +"331634",83278,83299 +"331635",83279,83280 +"331636",83279,83295 +"331637",83279,83299 +"331638",83280,83295 +"331639",83280,83299 +"331640",83280,86884 +"331641",83280,87052 +"331642",83283,93104 +"331643",83285,83835 +"331644",83285,112421 +"331645",83286,83291 +"331646",83289,92771 +"331647",83289,92794 +"331648",83292,83928 +"331649",83294,83336 +"331650",83294,119083 +"331651",83294,119097 +"331652",83295,83299 +"331653",83296,88253 +"331654",83297,83350 +"331655",83301,95735 +"331656",83302,106135 +"331657",83302,112101 +"331658",83302,112400 +"331659",83302,118758 +"331660",83302,118935 +"331661",83303,97669 +"331662",83303,102686 +"331663",83304,83337 +"331664",83304,88514 +"331665",83305,114971 +"331666",83305,122930 +"331667",83306,85027 +"331668",83306,88412 +"331669",83306,90275 +"331670",83306,90426 +"331671",83306,91112 +"331672",83306,91526 +"331673",83306,93425 +"331674",83306,93523 +"331675",83306,94520 +"331676",83306,95954 +"331677",83306,99544 +"331678",83306,99547 +"331679",83306,99554 +"331680",83306,100595 +"331681",83306,100739 +"331682",83306,100819 +"331683",83306,101898 +"331684",83306,101988 +"331685",83306,102146 +"331686",83306,102201 +"331687",83306,102309 +"331688",83306,102635 +"331689",83306,102730 +"331690",83306,102846 +"331691",83306,103790 +"331692",83306,104095 +"331693",83306,104574 +"331694",83306,104784 +"331695",83306,104845 +"331696",83306,107269 +"331697",83306,107623 +"331698",83306,107714 +"331699",83306,107879 +"331700",83306,107975 +"331701",83307,100454 +"331702",83308,83494 +"331703",83309,85042 +"331704",83310,86349 +"331705",83310,116923 +"331706",83310,116925 +"331707",83310,116948 +"331708",83313,83493 +"331709",83314,89274 +"331710",83315,87045 +"331711",83319,83375 +"331712",83320,83323 +"331713",83320,83369 +"331714",83323,83369 +"331715",83324,87276 +"331716",83325,86308 +"331717",83325,94784 +"331718",83325,95312 +"331719",83325,109454 +"331720",83327,87139 +"331721",83331,83374 +"331722",83332,83507 +"331723",83332,102642 +"331724",83333,83363 +"331725",83334,87432 +"331726",83335,84339 +"331727",83335,96474 +"331728",83339,83361 +"331729",83340,83391 +"331730",83340,85406 +"331731",83340,95295 +"331732",83340,99079 +"331733",83340,102464 +"331734",83340,103565 +"331735",83340,107646 +"331736",83340,111905 +"331737",83340,111912 +"331738",83340,111925 +"331739",83340,111993 +"331740",83341,104966 +"331741",83344,85185 +"331742",83346,95276 +"331743",83346,95527 +"331744",83348,94074 +"331745",83349,91012 +"331746",83350,85918 +"331747",83351,83860 +"331748",83353,105366 +"331749",83353,110264 +"331750",83356,112611 +"331751",83356,112615 +"331752",83357,93992 +"331753",83358,84072 +"331754",83359,87971 +"331755",83360,87953 +"331756",83362,112425 +"331757",83364,85759 +"331758",83365,103877 +"331759",83366,92609 +"331760",83367,88038 +"331761",83367,106952 +"331762",83368,83396 +"331763",83369,109512 +"331764",83371,97111 +"331765",83371,117512 +"331766",83371,118085 +"331767",83372,84831 +"331768",83376,112330 +"331769",83377,103577 +"331770",83378,117154 +"331771",83378,117159 +"331772",83378,117165 +"331773",83378,117394 +"331774",83379,99138 +"331775",83379,99364 +"331776",83380,83404 +"331777",83380,83423 +"331778",83380,85962 +"331779",83380,90259 +"331780",83380,105560 +"331781",83383,88523 +"331782",83384,83424 +"331783",83386,83415 +"331784",83386,86068 +"331785",83386,87257 +"331786",83386,108609 +"331787",83386,118619 +"331788",83388,83392 +"331789",83390,83421 +"331790",83391,89773 +"331791",83391,98461 +"331792",83391,98475 +"331793",83393,116648 +"331794",83397,83564 +"331795",83397,92554 +"331796",83398,83414 +"331797",83402,92585 +"331798",83402,118193 +"331799",83403,84040 +"331800",83403,90652 +"331801",83404,83423 +"331802",83405,90573 +"331803",83405,94616 +"331804",83405,99444 +"331805",83405,107233 +"331806",83405,107252 +"331807",83406,93888 +"331808",83406,94381 +"331809",83406,97210 +"331810",83406,118138 +"331811",83407,85232 +"331812",83409,84412 +"331813",83409,86684 +"331814",83412,83537 +"331815",83412,83555 +"331816",83417,105823 +"331817",83422,93854 +"331818",83425,105420 +"331819",83427,90307 +"331820",83427,119556 +"331821",83428,83443 +"331822",83430,86861 +"331823",83432,122213 +"331824",83433,97613 +"331825",83434,84474 +"331826",83434,101817 +"331827",83434,108372 +"331828",83434,118424 +"331829",83435,84768 +"331830",83435,87968 +"331831",83436,112685 +"331832",83436,115409 +"331833",83437,93836 +"331834",83437,115288 +"331835",83439,83499 +"331836",83439,113855 +"331837",83441,83442 +"331838",83441,85635 +"331839",83442,99196 +"331840",83442,99223 +"331841",83442,101506 +"331842",83444,85254 +"331843",83444,99949 +"331844",83444,101914 +"331845",83444,103631 +"331846",83444,103723 +"331847",83444,103732 +"331848",83444,103759 +"331849",83444,103773 +"331850",83445,97559 +"331851",83446,83750 +"331852",83446,97087 +"331853",83446,106740 +"331854",83446,112966 +"331855",83446,117575 +"331856",83446,119308 +"331857",83446,119312 +"331858",83446,119347 +"331859",83446,119349 +"331860",83446,119355 +"331861",83446,121845 +"331862",83447,84992 +"331863",83447,93784 +"331864",83447,103724 +"331865",83447,105159 +"331866",83447,105179 +"331867",83448,89152 +"331868",83448,99433 +"331869",83448,122136 +"331870",83449,83452 +"331871",83449,83466 +"331872",83449,83469 +"331873",83452,83466 +"331874",83452,83469 +"331875",83454,90308 +"331876",83455,101208 +"331877",83455,104715 +"331878",83458,92799 +"331879",83459,95106 +"331880",83460,83483 +"331881",83460,89352 +"331882",83460,118292 +"331883",83461,113726 +"331884",83462,95900 +"331885",83462,114494 +"331886",83463,85224 +"331887",83463,86168 +"331888",83463,90929 +"331889",83463,90935 +"331890",83463,91066 +"331891",83463,91070 +"331892",83463,91094 +"331893",83463,91095 +"331894",83463,91096 +"331895",83463,91100 +"331896",83464,104965 +"331897",83466,83469 +"331898",83466,89056 +"331899",83466,94376 +"331900",83466,95619 +"331901",83467,84523 +"331902",83468,106821 +"331903",83468,120569 +"331904",83468,120584 +"331905",83468,120585 +"331906",83468,120586 +"331907",83468,120604 +"331908",83468,120627 +"331909",83468,120628 +"331910",83468,120629 +"331911",83468,120630 +"331912",83468,120652 +"331913",83468,123420 +"331914",83468,123421 +"331915",83470,96276 +"331916",83471,83497 +"331917",83473,95042 +"331918",83473,95971 +"331919",83474,117399 +"331920",83476,83496 +"331921",83477,87674 +"331922",83479,103824 +"331923",83480,104418 +"331924",83480,106062 +"331925",83480,106079 +"331926",83481,83482 +"331927",83481,86334 +"331928",83483,94330 +"331929",83483,100782 +"331930",83483,105527 +"331931",83483,112132 +"331932",83483,116898 +"331933",83485,116645 +"331934",83485,120252 +"331935",83486,83513 +"331936",83487,83490 +"331937",83488,91752 +"331938",83490,85933 +"331939",83490,101287 +"331940",83490,101907 +"331941",83490,115339 +"331942",83490,115843 +"331943",83490,117582 +"331944",83491,94327 +"331945",83491,97901 +"331946",83491,113290 +"331947",83495,98945 +"331948",83495,122441 +"331949",83495,122442 +"331950",83495,122443 +"331951",83495,122446 +"331952",83497,93268 +"331953",83498,93668 +"331954",83500,109867 +"331955",83500,114468 +"331956",83501,112202 +"331957",83502,92868 +"331958",83505,89131 +"331959",83507,99118 +"331960",83507,99119 +"331961",83507,99272 +"331962",83507,102653 +"331963",83509,108220 +"331964",83510,89404 +"331965",83510,90568 +"331966",83511,92478 +"331967",83512,84617 +"331968",83512,117861 +"331969",83514,93913 +"331970",83514,116634 +"331971",83514,118127 +"331972",83515,90883 +"331973",83517,94140 +"331974",83518,99730 +"331975",83518,101304 +"331976",83519,98357 +"331977",83519,117875 +"331978",83521,83549 +"331979",83522,89542 +"331980",83523,84204 +"331981",83523,86319 +"331982",83525,100888 +"331983",83526,86548 +"331984",83526,88596 +"331985",83526,89669 +"331986",83526,100332 +"331987",83526,103397 +"331988",83526,104867 +"331989",83526,104940 +"331990",83526,109832 +"331991",83527,83588 +"331992",83527,83605 +"331993",83528,84377 +"331994",83528,86321 +"331995",83528,88018 +"331996",83528,95073 +"331997",83528,96533 +"331998",83528,100237 +"331999",83528,105194 +"332000",83528,117037 +"332001",83528,119255 +"332002",83530,86071 +"332003",83530,89069 +"332004",83530,98276 +"332005",83530,98436 +"332006",83530,98451 +"332007",83530,101673 +"332008",83530,102362 +"332009",83531,83532 +"332010",83532,102320 +"332011",83533,83540 +"332012",83533,83550 +"332013",83537,83555 +"332014",83539,111144 +"332015",83539,112086 +"332016",83539,113777 +"332017",83540,83550 +"332018",83541,85264 +"332019",83541,96694 +"332020",83541,101540 +"332021",83541,102764 +"332022",83541,105116 +"332023",83541,105990 +"332024",83543,88953 +"332025",83543,97441 +"332026",83543,111115 +"332027",83543,112214 +"332028",83543,116822 +"332029",83545,99271 +"332030",83549,102293 +"332031",83551,86953 +"332032",83552,88579 +"332033",83552,102122 +"332034",83554,83565 +"332035",83554,109248 +"332036",83554,117241 +"332037",83554,117249 +"332038",83554,121284 +"332039",83556,102072 +"332040",83557,110239 +"332041",83557,115139 +"332042",83558,114295 +"332043",83560,83889 +"332044",83560,105817 +"332045",83561,83562 +"332046",83563,120479 +"332047",83565,88595 +"332048",83567,98299 +"332049",83568,112530 +"332050",83569,92254 +"332051",83569,92437 +"332052",83570,83609 +"332053",83572,97732 +"332054",83572,119952 +"332055",83574,100076 +"332056",83574,113004 +"332057",83577,83581 +"332058",83577,83582 +"332059",83577,92299 +"332060",83577,93809 +"332061",83578,92881 +"332062",83578,96144 +"332063",83578,96146 +"332064",83580,83597 +"332065",83581,83582 +"332066",83581,103064 +"332067",83581,108367 +"332068",83584,87526 +"332069",83588,83605 +"332070",83593,88152 +"332071",83594,85827 +"332072",83598,93680 +"332073",83598,108578 +"332074",83598,110872 +"332075",83601,110315 +"332076",83601,119750 +"332077",83607,96906 +"332078",83607,96907 +"332079",83609,87114 +"332080",83610,106267 +"332081",83611,83798 +"332082",83611,101479 +"332083",83611,105079 +"332084",83611,117889 +"332085",83611,123506 +"332086",83613,83677 +"332087",83614,83621 +"332088",83617,83650 +"332089",83619,83767 +"332090",83619,83771 +"332091",83619,83775 +"332092",83619,97971 +"332093",83619,103521 +"332094",83620,83639 +"332095",83622,83628 +"332096",83623,85564 +"332097",83624,90667 +"332098",83624,116486 +"332099",83624,119501 +"332100",83626,97578 +"332101",83627,91471 +"332102",83628,100831 +"332103",83629,95325 +"332104",83631,83666 +"332105",83631,83678 +"332106",83631,86600 +"332107",83632,83999 +"332108",83632,84254 +"332109",83632,92320 +"332110",83633,83659 +"332111",83636,118904 +"332112",83638,105758 +"332113",83638,106539 +"332114",83644,116950 +"332115",83644,119674 +"332116",83644,119879 +"332117",83645,115005 +"332118",83647,94629 +"332119",83647,94674 +"332120",83647,94675 +"332121",83650,121546 +"332122",83652,83653 +"332123",83652,83654 +"332124",83653,83654 +"332125",83654,88302 +"332126",83654,105918 +"332127",83656,92699 +"332128",83657,98958 +"332129",83657,100504 +"332130",83657,114699 +"332131",83658,105964 +"332132",83659,84579 +"332133",83660,93080 +"332134",83660,111477 +"332135",83665,97760 +"332136",83666,83678 +"332137",83666,86600 +"332138",83668,96462 +"332139",83668,99003 +"332140",83670,97234 +"332141",83671,91628 +"332142",83672,88071 +"332143",83672,102003 +"332144",83672,102101 +"332145",83672,102950 +"332146",83672,114679 +"332147",83674,110006 +"332148",83675,86234 +"332149",83675,123256 +"332150",83676,84681 +"332151",83676,112402 +"332152",83676,112408 +"332153",83676,112412 +"332154",83676,121894 +"332155",83678,86600 +"332156",83679,87048 +"332157",83679,103804 +"332158",83679,111971 +"332159",83680,83744 +"332160",83680,89681 +"332161",83680,90234 +"332162",83680,90321 +"332163",83680,105814 +"332164",83681,104632 +"332165",83682,85523 +"332166",83685,92018 +"332167",83687,83688 +"332168",83687,83705 +"332169",83688,83705 +"332170",83689,89647 +"332171",83691,83725 +"332172",83692,96213 +"332173",83692,96551 +"332174",83692,102689 +"332175",83692,102690 +"332176",83692,102707 +"332177",83693,93103 +"332178",83694,108931 +"332179",83696,90691 +"332180",83696,90714 +"332181",83696,90737 +"332182",83696,90766 +"332183",83696,92764 +"332184",83700,85237 +"332185",83702,83703 +"332186",83705,84525 +"332187",83705,84535 +"332188",83705,113560 +"332189",83706,92949 +"332190",83706,93235 +"332191",83706,95254 +"332192",83706,96525 +"332193",83707,83726 +"332194",83710,120246 +"332195",83710,120477 +"332196",83710,120982 +"332197",83711,106526 +"332198",83711,116191 +"332199",83712,83743 +"332200",83712,83747 +"332201",83712,91371 +"332202",83712,94101 +"332203",83712,107487 +"332204",83712,109799 +"332205",83715,83720 +"332206",83715,105831 +"332207",83715,105935 +"332208",83717,91010 +"332209",83717,93027 +"332210",83718,112432 +"332211",83722,120387 +"332212",83723,93327 +"332213",83724,116465 +"332214",83729,87625 +"332215",83729,88398 +"332216",83729,109626 +"332217",83729,118260 +"332218",83729,118263 +"332219",83733,95829 +"332220",83733,95836 +"332221",83735,92154 +"332222",83739,93041 +"332223",83741,110427 +"332224",83743,83747 +"332225",83744,89681 +"332226",83744,90234 +"332227",83744,90321 +"332228",83745,83855 +"332229",83745,100670 +"332230",83747,91371 +"332231",83747,94101 +"332232",83747,100396 +"332233",83747,106875 +"332234",83747,107487 +"332235",83747,109799 +"332236",83750,97087 +"332237",83750,106740 +"332238",83750,112966 +"332239",83750,117575 +"332240",83750,119308 +"332241",83750,119312 +"332242",83750,119347 +"332243",83750,119349 +"332244",83750,119355 +"332245",83750,121845 +"332246",83754,106561 +"332247",83755,116783 +"332248",83757,91056 +"332249",83757,109348 +"332250",83760,112498 +"332251",83760,116351 +"332252",83761,95872 +"332253",83763,107376 +"332254",83764,83784 +"332255",83766,83794 +"332256",83766,83795 +"332257",83767,83771 +"332258",83767,83775 +"332259",83768,113825 +"332260",83770,83792 +"332261",83770,92223 +"332262",83770,100650 +"332263",83770,100958 +"332264",83770,110701 +"332265",83770,110796 +"332266",83770,112198 +"332267",83771,83775 +"332268",83772,84119 +"332269",83772,84318 +"332270",83772,84352 +"332271",83772,86966 +"332272",83772,90114 +"332273",83772,91630 +"332274",83772,92478 +"332275",83772,98406 +"332276",83772,108765 +"332277",83772,116660 +"332278",83772,121043 +"332279",83772,121999 +"332280",83772,123079 +"332281",83772,123085 +"332282",83773,116726 +"332283",83774,96509 +"332284",83777,94770 +"332285",83777,101374 +"332286",83777,112660 +"332287",83778,83791 +"332288",83778,88219 +"332289",83779,90377 +"332290",83783,112644 +"332291",83785,111281 +"332292",83785,122613 +"332293",83786,83790 +"332294",83786,83796 +"332295",83787,99786 +"332296",83788,84152 +"332297",83790,83796 +"332298",83792,112406 +"332299",83792,119141 +"332300",83792,119145 +"332301",83794,83795 +"332302",83795,118749 +"332303",83796,91551 +"332304",83796,95560 +"332305",83796,111642 +"332306",83796,115986 +"332307",83797,87148 +"332308",83797,87692 +"332309",83797,91249 +"332310",83797,103964 +"332311",83797,110650 +"332312",83797,110902 +"332313",83797,122448 +"332314",83797,122454 +"332315",83798,93399 +"332316",83798,93418 +"332317",83798,93434 +"332318",83798,93472 +"332319",83798,101479 +"332320",83798,112873 +"332321",83800,116007 +"332322",83801,83859 +"332323",83804,95596 +"332324",83804,120645 +"332325",83805,87638 +"332326",83805,99773 +"332327",83806,99140 +"332328",83806,102947 +"332329",83806,102948 +"332330",83806,118373 +"332331",83808,85751 +"332332",83810,84757 +"332333",83810,98172 +"332334",83810,108247 +"332335",83810,108252 +"332336",83810,108273 +"332337",83811,94698 +"332338",83812,88113 +"332339",83812,118973 +"332340",83812,119275 +"332341",83812,120047 +"332342",83812,120146 +"332343",83813,83826 +"332344",83813,86393 +"332345",83815,84843 +"332346",83815,92230 +"332347",83815,117397 +"332348",83816,84032 +"332349",83816,91293 +"332350",83817,98583 +"332351",83817,105239 +"332352",83817,105250 +"332353",83819,87778 +"332354",83819,117256 +"332355",83819,117257 +"332356",83822,121702 +"332357",83824,108340 +"332358",83824,115667 +"332359",83828,91194 +"332360",83828,91205 +"332361",83830,85109 +"332362",83831,97828 +"332363",83831,120044 +"332364",83832,95581 +"332365",83832,108567 +"332366",83839,99754 +"332367",83840,87055 +"332368",83840,101413 +"332369",83841,86796 +"332370",83841,110496 +"332371",83843,98681 +"332372",83845,83905 +"332373",83845,102935 +"332374",83845,114102 +"332375",83845,114751 +"332376",83845,120036 +"332377",83846,91465 +"332378",83846,106011 +"332379",83846,106020 +"332380",83848,84308 +"332381",83848,85608 +"332382",83848,114793 +"332383",83849,112202 +"332384",83850,115126 +"332385",83853,83884 +"332386",83853,84379 +"332387",83853,84613 +"332388",83853,85465 +"332389",83853,85610 +"332390",83853,86351 +"332391",83853,86451 +"332392",83853,86882 +"332393",83853,87175 +"332394",83853,87451 +"332395",83853,87521 +"332396",83853,87572 +"332397",83853,87663 +"332398",83853,87721 +"332399",83853,87862 +"332400",83854,83861 +"332401",83855,87720 +"332402",83855,88105 +"332403",83855,100670 +"332404",83856,83895 +"332405",83857,104778 +"332406",83860,84443 +"332407",83860,118388 +"332408",83860,118389 +"332409",83860,121163 +"332410",83861,107036 +"332411",83861,110949 +"332412",83861,121242 +"332413",83862,121476 +"332414",83864,83877 +"332415",83865,88232 +"332416",83865,88237 +"332417",83865,105903 +"332418",83866,94953 +"332419",83869,83888 +"332420",83870,89883 +"332421",83870,95502 +"332422",83871,87244 +"332423",83871,90320 +"332424",83878,84390 +"332425",83878,85677 +"332426",83880,91057 +"332427",83880,91136 +"332428",83881,87406 +"332429",83882,91483 +"332430",83884,84379 +"332431",83884,84613 +"332432",83884,85465 +"332433",83884,85610 +"332434",83884,86351 +"332435",83884,86451 +"332436",83884,86882 +"332437",83884,87175 +"332438",83884,87451 +"332439",83884,87521 +"332440",83884,87572 +"332441",83884,87663 +"332442",83884,87721 +"332443",83884,87862 +"332444",83885,83886 +"332445",83887,107013 +"332446",83889,105817 +"332447",83891,83901 +"332448",83891,87248 +"332449",83892,85119 +"332450",83892,85152 +"332451",83892,88764 +"332452",83892,92035 +"332453",83892,100590 +"332454",83892,101100 +"332455",83892,104204 +"332456",83892,108193 +"332457",83892,116139 +"332458",83893,98810 +"332459",83893,121428 +"332460",83895,87143 +"332461",83898,99331 +"332462",83898,107777 +"332463",83903,119625 +"332464",83903,119627 +"332465",83904,105779 +"332466",83905,114102 +"332467",83905,114751 +"332468",83905,119742 +"332469",83905,120036 +"332470",83905,121634 +"332471",83906,83915 +"332472",83906,83949 +"332473",83906,84921 +"332474",83906,88714 +"332475",83906,95476 +"332476",83906,97899 +"332477",83907,88713 +"332478",83907,106040 +"332479",83907,106041 +"332480",83907,112090 +"332481",83907,119794 +"332482",83909,83956 +"332483",83909,83957 +"332484",83910,83927 +"332485",83911,83922 +"332486",83913,102003 +"332487",83915,83949 +"332488",83916,83937 +"332489",83916,107515 +"332490",83918,83941 +"332491",83919,84868 +"332492",83921,92837 +"332493",83921,116769 +"332494",83925,96331 +"332495",83925,105717 +"332496",83930,83931 +"332497",83930,87879 +"332498",83931,87879 +"332499",83932,97164 +"332500",83933,83948 +"332501",83934,86721 +"332502",83934,93869 +"332503",83934,118003 +"332504",83934,118887 +"332505",83935,88543 +"332506",83935,94618 +"332507",83935,99217 +"332508",83936,83937 +"332509",83936,94985 +"332510",83937,94985 +"332511",83938,97535 +"332512",83938,106039 +"332513",83938,108404 +"332514",83938,108750 +"332515",83939,89210 +"332516",83942,93284 +"332517",83942,94508 +"332518",83942,100689 +"332519",83942,100697 +"332520",83942,107907 +"332521",83942,115245 +"332522",83942,115251 +"332523",83942,115290 +"332524",83945,106673 +"332525",83945,106676 +"332526",83945,115099 +"332527",83947,102644 +"332528",83947,112164 +"332529",83947,112194 +"332530",83949,85326 +"332531",83949,88714 +"332532",83949,108707 +"332533",83952,86554 +"332534",83952,88522 +"332535",83954,111167 +"332536",83956,83957 +"332537",83960,88089 +"332538",83960,97475 +"332539",83961,85338 +"332540",83961,86722 +"332541",83961,91666 +"332542",83961,91780 +"332543",83961,96270 +"332544",83961,115931 +"332545",83964,116178 +"332546",83966,84202 +"332547",83966,95354 +"332548",83966,99658 +"332549",83966,121459 +"332550",83968,108172 +"332551",83968,122886 +"332552",83969,84116 +"332553",83969,84131 +"332554",83971,84017 +"332555",83971,84021 +"332556",83974,114458 +"332557",83974,115652 +"332558",83975,99792 +"332559",83975,100711 +"332560",83975,101790 +"332561",83976,106418 +"332562",83976,119247 +"332563",83978,105129 +"332564",83980,107190 +"332565",83980,107233 +"332566",83981,105769 +"332567",83981,120487 +"332568",83983,84312 +"332569",83983,87870 +"332570",83983,103011 +"332571",83983,109445 +"332572",83983,109449 +"332573",83983,109450 +"332574",83983,109457 +"332575",83984,85488 +"332576",83985,102547 +"332577",83985,102563 +"332578",83986,87271 +"332579",83986,92022 +"332580",83986,99392 +"332581",83986,99393 +"332582",83986,100024 +"332583",83986,100154 +"332584",83987,91396 +"332585",83988,84215 +"332586",83989,84016 +"332587",83990,86435 +"332588",83999,106956 +"332589",83999,109254 +"332590",84000,84023 +"332591",84001,117112 +"332592",84001,119611 +"332593",84002,95524 +"332594",84002,103551 +"332595",84005,84013 +"332596",84005,84014 +"332597",84010,84011 +"332598",84012,84097 +"332599",84013,84014 +"332600",84017,84021 +"332601",84018,86105 +"332602",84020,109122 +"332603",84022,85161 +"332604",84022,90802 +"332605",84022,111260 +"332606",84022,115561 +"332607",84023,90537 +"332608",84023,113309 +"332609",84024,111273 +"332610",84024,116979 +"332611",84024,121657 +"332612",84024,121670 +"332613",84027,112846 +"332614",84027,112847 +"332615",84028,85356 +"332616",84028,105697 +"332617",84028,106145 +"332618",84028,108262 +"332619",84029,87589 +"332620",84029,95704 +"332621",84029,118678 +"332622",84030,113316 +"332623",84033,88462 +"332624",84033,105925 +"332625",84037,84374 +"332626",84037,85821 +"332627",84040,84090 +"332628",84042,85151 +"332629",84045,92551 +"332630",84047,91808 +"332631",84047,114829 +"332632",84048,113554 +"332633",84048,113608 +"332634",84048,114559 +"332635",84051,86857 +"332636",84057,121788 +"332637",84060,97144 +"332638",84060,112217 +"332639",84062,117631 +"332640",84063,84065 +"332641",84063,84069 +"332642",84063,84077 +"332643",84065,84069 +"332644",84065,84077 +"332645",84066,89229 +"332646",84068,98091 +"332647",84069,84077 +"332648",84070,85619 +"332649",84070,100141 +"332650",84070,104577 +"332651",84070,105707 +"332652",84070,119177 +"332653",84071,96626 +"332654",84071,100769 +"332655",84072,101128 +"332656",84072,102788 +"332657",84072,105715 +"332658",84073,119398 +"332659",84074,86475 +"332660",84076,99422 +"332661",84076,99639 +"332662",84078,97049 +"332663",84078,120384 +"332664",84079,115387 +"332665",84080,109627 +"332666",84083,84084 +"332667",84085,89754 +"332668",84085,90006 +"332669",84085,108127 +"332670",84091,85750 +"332671",84091,92190 +"332672",84091,116826 +"332673",84093,89277 +"332674",84093,99128 +"332675",84096,90669 +"332676",84098,84576 +"332677",84098,85929 +"332678",84098,87972 +"332679",84098,89520 +"332680",84098,90852 +"332681",84101,84102 +"332682",84101,86368 +"332683",84102,114125 +"332684",84102,123194 +"332685",84103,113713 +"332686",84104,84110 +"332687",84105,84107 +"332688",84108,84119 +"332689",84108,116863 +"332690",84111,86919 +"332691",84115,100393 +"332692",84116,84131 +"332693",84117,93275 +"332694",84117,115140 +"332695",84117,115144 +"332696",84118,94405 +"332697",84118,94409 +"332698",84118,103378 +"332699",84119,84318 +"332700",84119,84352 +"332701",84120,84126 +"332702",84120,84145 +"332703",84121,87252 +"332704",84121,96705 +"332705",84121,112900 +"332706",84121,112921 +"332707",84122,92921 +"332708",84122,98087 +"332709",84123,112148 +"332710",84124,98236 +"332711",84124,98245 +"332712",84124,98350 +"332713",84126,84145 +"332714",84127,84130 +"332715",84127,120238 +"332716",84130,121898 +"332717",84131,91993 +"332718",84135,91299 +"332719",84135,105440 +"332720",84136,92033 +"332721",84136,96421 +"332722",84137,85938 +"332723",84137,91842 +"332724",84137,92458 +"332725",84137,110759 +"332726",84138,84193 +"332727",84138,86131 +"332728",84138,92991 +"332729",84138,106968 +"332730",84138,109510 +"332731",84138,110599 +"332732",84139,89024 +"332733",84139,91275 +"332734",84141,87785 +"332735",84142,84143 +"332736",84142,96327 +"332737",84146,103472 +"332738",84147,101145 +"332739",84148,116817 +"332740",84149,94301 +"332741",84150,111885 +"332742",84153,94424 +"332743",84153,95015 +"332744",84153,95152 +"332745",84153,104278 +"332746",84153,118008 +"332747",84153,118541 +"332748",84159,84179 +"332749",84160,91251 +"332750",84160,92420 +"332751",84160,114383 +"332752",84160,116267 +"332753",84161,115582 +"332754",84162,87697 +"332755",84162,87893 +"332756",84162,92932 +"332757",84162,94576 +"332758",84162,102873 +"332759",84162,106432 +"332760",84162,108667 +"332761",84162,115676 +"332762",84162,121525 +"332763",84165,106436 +"332764",84170,85127 +"332765",84171,89415 +"332766",84171,112750 +"332767",84172,99977 +"332768",84172,116952 +"332769",84173,84196 +"332770",84174,97432 +"332771",84177,99232 +"332772",84180,112433 +"332773",84181,93550 +"332774",84181,114388 +"332775",84182,114064 +"332776",84184,89930 +"332777",84184,91043 +"332778",84184,103676 +"332779",84184,118159 +"332780",84184,118162 +"332781",84184,118183 +"332782",84184,119314 +"332783",84184,119323 +"332784",84185,95723 +"332785",84185,115743 +"332786",84185,117561 +"332787",84189,88597 +"332788",84189,97869 +"332789",84189,117345 +"332790",84189,118044 +"332791",84192,90041 +"332792",84192,109466 +"332793",84194,89980 +"332794",84194,96749 +"332795",84194,99207 +"332796",84194,99952 +"332797",84194,107755 +"332798",84194,107760 +"332799",84195,84210 +"332800",84197,119021 +"332801",84197,119026 +"332802",84199,98748 +"332803",84199,100272 +"332804",84199,117019 +"332805",84199,117021 +"332806",84200,89518 +"332807",84200,103949 +"332808",84201,94063 +"332809",84202,106337 +"332810",84202,119695 +"332811",84202,119700 +"332812",84202,120182 +"332813",84202,120434 +"332814",84204,86319 +"332815",84204,97241 +"332816",84204,111928 +"332817",84205,108805 +"332818",84205,110601 +"332819",84205,110614 +"332820",84205,122271 +"332821",84208,85843 +"332822",84208,89674 +"332823",84208,90243 +"332824",84208,93198 +"332825",84208,93199 +"332826",84208,93201 +"332827",84208,93204 +"332828",84208,93211 +"332829",84208,102059 +"332830",84208,104464 +"332831",84208,114804 +"332832",84208,118125 +"332833",84209,87439 +"332834",84212,86986 +"332835",84212,91186 +"332836",84212,109328 +"332837",84212,112812 +"332838",84212,112867 +"332839",84213,91661 +"332840",84213,94099 +"332841",84217,99527 +"332842",84218,96777 +"332843",84218,96807 +"332844",84220,89499 +"332845",84220,106468 +"332846",84220,120517 +"332847",84220,120521 +"332848",84222,84236 +"332849",84223,84335 +"332850",84223,84344 +"332851",84226,84262 +"332852",84227,84231 +"332853",84227,84279 +"332854",84227,84283 +"332855",84228,88674 +"332856",84228,90942 +"332857",84228,92606 +"332858",84228,106406 +"332859",84229,96850 +"332860",84230,84417 +"332861",84231,84279 +"332862",84231,84283 +"332863",84234,85656 +"332864",84234,86444 +"332865",84234,113469 +"332866",84235,89053 +"332867",84235,96608 +"332868",84238,104951 +"332869",84240,98612 +"332870",84240,98692 +"332871",84243,118844 +"332872",84243,119653 +"332873",84245,90010 +"332874",84246,107368 +"332875",84247,92563 +"332876",84247,100110 +"332877",84248,100121 +"332878",84249,84250 +"332879",84249,84260 +"332880",84249,84261 +"332881",84250,84260 +"332882",84250,84261 +"332883",84251,84326 +"332884",84251,92998 +"332885",84251,123331 +"332886",84252,108232 +"332887",84255,113497 +"332888",84256,107233 +"332889",84257,106084 +"332890",84260,84261 +"332891",84262,98050 +"332892",84262,104142 +"332893",84263,84591 +"332894",84263,90070 +"332895",84263,94223 +"332896",84265,85581 +"332897",84265,123136 +"332898",84266,108106 +"332899",84266,114787 +"332900",84267,84269 +"332901",84267,88145 +"332902",84268,85864 +"332903",84268,86735 +"332904",84269,88145 +"332905",84271,84272 +"332906",84271,87648 +"332907",84274,110088 +"332908",84275,84311 +"332909",84275,84338 +"332910",84275,84358 +"332911",84275,86780 +"332912",84279,84283 +"332913",84280,105360 +"332914",84284,103888 +"332915",84285,88056 +"332916",84289,84323 +"332917",84290,112321 +"332918",84292,109118 +"332919",84294,88297 +"332920",84294,91083 +"332921",84294,101534 +"332922",84294,110998 +"332923",84294,111048 +"332924",84294,111067 +"332925",84295,95263 +"332926",84295,109171 +"332927",84296,118739 +"332928",84299,94391 +"332929",84299,118439 +"332930",84300,91806 +"332931",84300,103926 +"332932",84301,89209 +"332933",84301,89230 +"332934",84302,84347 +"332935",84302,84348 +"332936",84306,110420 +"332937",84307,104806 +"332938",84307,110163 +"332939",84307,110164 +"332940",84307,110184 +"332941",84307,110187 +"332942",84307,110190 +"332943",84307,110193 +"332944",84309,112331 +"332945",84311,84338 +"332946",84311,84358 +"332947",84312,87870 +"332948",84312,101447 +"332949",84312,109244 +"332950",84312,116650 +"332951",84313,98550 +"332952",84313,109292 +"332953",84314,86577 +"332954",84315,84345 +"332955",84315,91900 +"332956",84316,116323 +"332957",84317,88093 +"332958",84317,110910 +"332959",84318,84352 +"332960",84319,84529 +"332961",84321,84356 +"332962",84322,84462 +"332963",84322,91465 +"332964",84322,103324 +"332965",84323,96458 +"332966",84324,104295 +"332967",84324,108965 +"332968",84324,115637 +"332969",84324,122259 +"332970",84324,122263 +"332971",84325,88722 +"332972",84325,106468 +"332973",84331,84332 +"332974",84331,94235 +"332975",84333,107901 +"332976",84335,84344 +"332977",84337,84350 +"332978",84337,88164 +"332979",84338,84358 +"332980",84339,94818 +"332981",84339,96474 +"332982",84339,118768 +"332983",84342,108298 +"332984",84343,85000 +"332985",84343,85101 +"332986",84343,88540 +"332987",84343,91682 +"332988",84343,95267 +"332989",84343,97580 +"332990",84343,98727 +"332991",84343,98776 +"332992",84343,100795 +"332993",84343,106824 +"332994",84343,108879 +"332995",84343,109166 +"332996",84343,109858 +"332997",84343,109878 +"332998",84343,112962 +"332999",84343,113990 +"333000",84343,115413 +"333001",84343,116123 +"333002",84343,117258 +"333003",84343,117560 +"333004",84343,118128 +"333005",84343,118836 +"333006",84343,118866 +"333007",84343,118873 +"333008",84343,119131 +"333009",84343,119513 +"333010",84343,119716 +"333011",84343,119769 +"333012",84343,120123 +"333013",84343,120169 +"333014",84343,120725 +"333015",84343,120944 +"333016",84343,121609 +"333017",84343,122007 +"333018",84343,122032 +"333019",84343,122035 +"333020",84343,122724 +"333021",84343,123070 +"333022",84343,123394 +"333023",84343,123490 +"333024",84346,84353 +"333025",84347,84348 +"333026",84348,96822 +"333027",84348,96823 +"333028",84348,96849 +"333029",84348,96858 +"333030",84348,96859 +"333031",84350,88164 +"333032",84354,89022 +"333033",84354,90997 +"333034",84354,104040 +"333035",84354,115595 +"333036",84354,115612 +"333037",84354,115646 +"333038",84354,115653 +"333039",84354,115654 +"333040",84354,115659 +"333041",84355,105753 +"333042",84355,122906 +"333043",84355,122910 +"333044",84360,88344 +"333045",84360,102809 +"333046",84365,87618 +"333047",84367,84547 +"333048",84367,90364 +"333049",84367,103245 +"333050",84367,103253 +"333051",84367,103282 +"333052",84370,84428 +"333053",84370,93533 +"333054",84370,117711 +"333055",84374,85821 +"333056",84376,99116 +"333057",84376,114083 +"333058",84377,86321 +"333059",84377,88018 +"333060",84377,95073 +"333061",84377,100237 +"333062",84377,105194 +"333063",84377,117037 +"333064",84377,119255 +"333065",84379,84613 +"333066",84379,85465 +"333067",84379,85610 +"333068",84379,86351 +"333069",84379,86451 +"333070",84379,86882 +"333071",84379,87175 +"333072",84379,87451 +"333073",84379,87521 +"333074",84379,87572 +"333075",84379,87663 +"333076",84379,87721 +"333077",84379,87862 +"333078",84381,84407 +"333079",84382,84680 +"333080",84382,87164 +"333081",84382,87920 +"333082",84382,123440 +"333083",84384,97522 +"333084",84384,116731 +"333085",84386,109710 +"333086",84387,88256 +"333087",84387,111538 +"333088",84387,112875 +"333089",84388,115857 +"333090",84389,86877 +"333091",84390,87492 +"333092",84390,96817 +"333093",84390,96846 +"333094",84390,96864 +"333095",84390,97283 +"333096",84390,98552 +"333097",84391,119144 +"333098",84391,120319 +"333099",84392,90928 +"333100",84393,100107 +"333101",84393,121633 +"333102",84393,121641 +"333103",84394,84395 +"333104",84394,103334 +"333105",84396,84593 +"333106",84396,93903 +"333107",84399,84904 +"333108",84401,98504 +"333109",84402,104131 +"333110",84402,105283 +"333111",84404,84604 +"333112",84404,97519 +"333113",84409,100742 +"333114",84409,115032 +"333115",84410,104565 +"333116",84412,116434 +"333117",84412,117237 +"333118",84415,85450 +"333119",84415,89691 +"333120",84415,97175 +"333121",84415,112003 +"333122",84415,114702 +"333123",84415,117858 +"333124",84416,89829 +"333125",84416,95064 +"333126",84416,115131 +"333127",84419,117916 +"333128",84422,92557 +"333129",84422,102079 +"333130",84422,102845 +"333131",84422,102894 +"333132",84422,102900 +"333133",84422,103270 +"333134",84422,103678 +"333135",84422,109115 +"333136",84422,109116 +"333137",84422,109119 +"333138",84422,109121 +"333139",84423,86806 +"333140",84425,86059 +"333141",84426,116734 +"333142",84428,93533 +"333143",84429,90199 +"333144",84429,114538 +"333145",84433,96683 +"333146",84437,84468 +"333147",84440,92106 +"333148",84440,95611 +"333149",84440,108996 +"333150",84440,117871 +"333151",84440,117873 +"333152",84442,89263 +"333153",84442,101723 +"333154",84443,89991 +"333155",84443,111795 +"333156",84443,111876 +"333157",84443,111878 +"333158",84443,111884 +"333159",84443,118388 +"333160",84443,118389 +"333161",84444,121660 +"333162",84447,84823 +"333163",84447,85619 +"333164",84447,90024 +"333165",84447,93066 +"333166",84447,95385 +"333167",84447,97549 +"333168",84447,97560 +"333169",84447,108715 +"333170",84447,113116 +"333171",84447,117183 +"333172",84447,117186 +"333173",84447,123388 +"333174",84448,85017 +"333175",84448,114495 +"333176",84450,84475 +"333177",84451,85147 +"333178",84452,96342 +"333179",84452,102658 +"333180",84453,88674 +"333181",84453,90607 +"333182",84453,90767 +"333183",84453,97735 +"333184",84453,100354 +"333185",84454,84455 +"333186",84458,88675 +"333187",84461,93262 +"333188",84461,109039 +"333189",84461,122637 +"333190",84462,91465 +"333191",84462,91539 +"333192",84462,95724 +"333193",84462,100584 +"333194",84462,103324 +"333195",84463,90912 +"333196",84463,105265 +"333197",84463,113851 +"333198",84463,114272 +"333199",84464,90703 +"333200",84466,84478 +"333201",84466,88692 +"333202",84467,99973 +"333203",84468,121821 +"333204",84471,113991 +"333205",84472,91561 +"333206",84472,104533 +"333207",84472,109584 +"333208",84472,121140 +"333209",84474,109745 +"333210",84475,86043 +"333211",84475,88863 +"333212",84475,92157 +"333213",84475,92570 +"333214",84475,92736 +"333215",84475,93289 +"333216",84475,98952 +"333217",84475,100703 +"333218",84475,102772 +"333219",84475,102815 +"333220",84475,105421 +"333221",84477,84877 +"333222",84479,109212 +"333223",84479,118780 +"333224",84480,85010 +"333225",84480,114608 +"333226",84480,114632 +"333227",84480,120956 +"333228",84481,84516 +"333229",84481,107009 +"333230",84483,105132 +"333231",84484,84545 +"333232",84485,86304 +"333233",84485,89421 +"333234",84485,105823 +"333235",84486,88517 +"333236",84487,84527 +"333237",84489,87528 +"333238",84489,107050 +"333239",84491,112890 +"333240",84491,113144 +"333241",84493,91506 +"333242",84495,95730 +"333243",84497,94896 +"333244",84500,100686 +"333245",84500,103226 +"333246",84500,108490 +"333247",84500,115501 +"333248",84502,99848 +"333249",84502,99867 +"333250",84502,101199 +"333251",84502,101219 +"333252",84503,102555 +"333253",84505,111593 +"333254",84507,85226 +"333255",84507,97120 +"333256",84510,89760 +"333257",84510,92062 +"333258",84510,99613 +"333259",84510,100377 +"333260",84510,105918 +"333261",84510,113226 +"333262",84513,88718 +"333263",84513,88907 +"333264",84514,87204 +"333265",84514,94454 +"333266",84515,97729 +"333267",84516,89725 +"333268",84516,107768 +"333269",84516,108501 +"333270",84516,109945 +"333271",84516,112246 +"333272",84516,119352 +"333273",84516,123068 +"333274",84516,123080 +"333275",84516,123083 +"333276",84516,123095 +"333277",84519,84539 +"333278",84520,86090 +"333279",84520,89263 +"333280",84521,103375 +"333281",84522,101160 +"333282",84523,107021 +"333283",84524,100760 +"333284",84525,84535 +"333285",84526,111485 +"333286",84529,92009 +"333287",84529,92015 +"333288",84531,88169 +"333289",84531,104746 +"333290",84531,114796 +"333291",84532,85350 +"333292",84532,85353 +"333293",84533,97476 +"333294",84533,99853 +"333295",84533,105395 +"333296",84533,118938 +"333297",84533,120159 +"333298",84533,120196 +"333299",84537,121921 +"333300",84539,85148 +"333301",84539,101127 +"333302",84544,86250 +"333303",84544,100163 +"333304",84546,84770 +"333305",84546,96518 +"333306",84546,97278 +"333307",84546,99603 +"333308",84546,100941 +"333309",84546,101484 +"333310",84546,103486 +"333311",84546,104662 +"333312",84546,105479 +"333313",84546,109035 +"333314",84546,109761 +"333315",84546,111317 +"333316",84546,112121 +"333317",84551,84592 +"333318",84551,117828 +"333319",84552,84558 +"333320",84552,84599 +"333321",84554,85121 +"333322",84555,103236 +"333323",84555,108038 +"333324",84557,84569 +"333325",84558,84599 +"333326",84560,84608 +"333327",84561,84602 +"333328",84563,86974 +"333329",84563,99108 +"333330",84563,99806 +"333331",84563,104521 +"333332",84563,104545 +"333333",84563,105084 +"333334",84563,109476 +"333335",84563,118584 +"333336",84564,97644 +"333337",84566,85643 +"333338",84566,105247 +"333339",84566,108596 +"333340",84566,112656 +"333341",84572,86284 +"333342",84574,96035 +"333343",84575,122322 +"333344",84576,90852 +"333345",84578,113451 +"333346",84581,86230 +"333347",84581,110035 +"333348",84581,111590 +"333349",84581,115177 +"333350",84581,123410 +"333351",84581,123412 +"333352",84583,109125 +"333353",84583,109447 +"333354",84583,109458 +"333355",84583,109461 +"333356",84583,115701 +"333357",84584,121790 +"333358",84586,105795 +"333359",84586,111408 +"333360",84587,84588 +"333361",84588,84840 +"333362",84588,103661 +"333363",84588,112360 +"333364",84590,84606 +"333365",84590,111154 +"333366",84591,93712 +"333367",84591,101208 +"333368",84591,101381 +"333369",84591,101666 +"333370",84596,85686 +"333371",84596,112584 +"333372",84598,93905 +"333373",84599,103839 +"333374",84599,108819 +"333375",84600,84662 +"333376",84600,93989 +"333377",84601,93161 +"333378",84601,110637 +"333379",84602,86151 +"333380",84602,88546 +"333381",84602,91759 +"333382",84602,97761 +"333383",84602,102764 +"333384",84602,105136 +"333385",84602,105632 +"333386",84602,105666 +"333387",84602,105667 +"333388",84602,108554 +"333389",84603,105280 +"333390",84603,105285 +"333391",84603,115904 +"333392",84607,91411 +"333393",84607,101299 +"333394",84607,101681 +"333395",84607,104887 +"333396",84607,105660 +"333397",84607,110272 +"333398",84607,111019 +"333399",84607,115817 +"333400",84607,116107 +"333401",84607,116108 +"333402",84607,116109 +"333403",84608,85851 +"333404",84608,106682 +"333405",84609,117801 +"333406",84611,94572 +"333407",84613,85465 +"333408",84613,85610 +"333409",84613,86351 +"333410",84613,86451 +"333411",84613,86882 +"333412",84613,87175 +"333413",84613,87451 +"333414",84613,87521 +"333415",84613,87572 +"333416",84613,87663 +"333417",84613,87721 +"333418",84613,87862 +"333419",84614,97003 +"333420",84615,93092 +"333421",84615,93135 +"333422",84615,118684 +"333423",84616,98219 +"333424",84616,102984 +"333425",84616,113866 +"333426",84616,114785 +"333427",84616,114836 +"333428",84617,100243 +"333429",84617,117861 +"333430",84618,89447 +"333431",84618,111778 +"333432",84620,98181 +"333433",84620,110281 +"333434",84620,110287 +"333435",84620,110300 +"333436",84620,110309 +"333437",84620,116115 +"333438",84621,109037 +"333439",84621,115432 +"333440",84622,91923 +"333441",84622,103006 +"333442",84622,123245 +"333443",84625,86140 +"333444",84625,107182 +"333445",84626,118284 +"333446",84629,92591 +"333447",84630,85833 +"333448",84630,85841 +"333449",84630,114840 +"333450",84631,117632 +"333451",84632,89107 +"333452",84634,84638 +"333453",84636,84655 +"333454",84637,92233 +"333455",84637,96954 +"333456",84637,108376 +"333457",84638,86435 +"333458",84642,84650 +"333459",84642,84890 +"333460",84642,95842 +"333461",84644,90393 +"333462",84644,100213 +"333463",84644,100278 +"333464",84644,108402 +"333465",84646,95080 +"333466",84647,101670 +"333467",84649,90651 +"333468",84649,112877 +"333469",84650,84890 +"333470",84651,86196 +"333471",84651,103420 +"333472",84651,111699 +"333473",84651,114975 +"333474",84651,114981 +"333475",84651,121618 +"333476",84652,90190 +"333477",84652,94050 +"333478",84657,89292 +"333479",84657,91299 +"333480",84657,108478 +"333481",84657,109205 +"333482",84657,109207 +"333483",84657,110820 +"333484",84657,118713 +"333485",84658,84705 +"333486",84659,88391 +"333487",84659,100470 +"333488",84659,102429 +"333489",84659,106750 +"333490",84659,107548 +"333491",84660,93916 +"333492",84661,102463 +"333493",84662,93989 +"333494",84662,96058 +"333495",84666,84709 +"333496",84669,84684 +"333497",84669,89001 +"333498",84669,90398 +"333499",84669,102012 +"333500",84669,121555 +"333501",84672,84801 +"333502",84672,89258 +"333503",84672,91062 +"333504",84674,84696 +"333505",84681,84759 +"333506",84681,106652 +"333507",84681,106680 +"333508",84681,112402 +"333509",84681,112408 +"333510",84681,112412 +"333511",84682,101134 +"333512",84682,102639 +"333513",84682,104139 +"333514",84684,90292 +"333515",84684,90305 +"333516",84686,104317 +"333517",84686,120910 +"333518",84689,88215 +"333519",84689,97965 +"333520",84692,105316 +"333521",84693,102437 +"333522",84693,117891 +"333523",84693,118862 +"333524",84693,121706 +"333525",84693,121713 +"333526",84701,121437 +"333527",84702,94614 +"333528",84705,86149 +"333529",84705,86444 +"333530",84706,84707 +"333531",84706,84772 +"333532",84707,84772 +"333533",84710,89356 +"333534",84712,84774 +"333535",84713,94679 +"333536",84713,100218 +"333537",84713,110173 +"333538",84713,111933 +"333539",84713,113539 +"333540",84715,113689 +"333541",84717,98719 +"333542",84717,119887 +"333543",84717,120342 +"333544",84717,120388 +"333545",84718,84719 +"333546",84718,84731 +"333547",84719,103307 +"333548",84720,87019 +"333549",84721,86687 +"333550",84721,113066 +"333551",84721,113084 +"333552",84721,113085 +"333553",84721,113091 +"333554",84721,113103 +"333555",84721,113141 +"333556",84724,107337 +"333557",84725,84771 +"333558",84726,119198 +"333559",84728,84729 +"333560",84728,84777 +"333561",84728,84778 +"333562",84729,84777 +"333563",84729,84778 +"333564",84731,105214 +"333565",84732,86838 +"333566",84732,97348 +"333567",84732,110736 +"333568",84734,102374 +"333569",84734,121696 +"333570",84735,96274 +"333571",84736,84751 +"333572",84738,114657 +"333573",84739,87603 +"333574",84741,100066 +"333575",84742,113551 +"333576",84744,104711 +"333577",84745,84766 +"333578",84746,111713 +"333579",84747,89919 +"333580",84748,87916 +"333581",84748,87939 +"333582",84748,87944 +"333583",84749,85069 +"333584",84750,97659 +"333585",84751,109847 +"333586",84751,120420 +"333587",84756,84889 +"333588",84756,108940 +"333589",84756,113285 +"333590",84757,84758 +"333591",84760,107801 +"333592",84762,84779 +"333593",84762,122514 +"333594",84763,89976 +"333595",84764,87949 +"333596",84765,99884 +"333597",84766,98121 +"333598",84767,92821 +"333599",84767,95503 +"333600",84767,118156 +"333601",84767,118163 +"333602",84768,85087 +"333603",84768,87968 +"333604",84768,99624 +"333605",84768,116656 +"333606",84768,117554 +"333607",84768,123413 +"333608",84770,96518 +"333609",84770,99136 +"333610",84770,99619 +"333611",84770,101117 +"333612",84770,101484 +"333613",84770,102341 +"333614",84770,104662 +"333615",84770,109262 +"333616",84770,110196 +"333617",84770,110216 +"333618",84770,111317 +"333619",84770,111983 +"333620",84771,88235 +"333621",84771,88685 +"333622",84773,89816 +"333623",84777,84778 +"333624",84779,89905 +"333625",84779,90296 +"333626",84779,122284 +"333627",84781,84805 +"333628",84782,112016 +"333629",84782,113044 +"333630",84783,85796 +"333631",84786,84818 +"333632",84786,86820 +"333633",84786,113114 +"333634",84786,115466 +"333635",84786,121605 +"333636",84787,91530 +"333637",84789,88864 +"333638",84789,89083 +"333639",84789,90995 +"333640",84789,104424 +"333641",84790,84797 +"333642",84790,84798 +"333643",84790,84799 +"333644",84792,95366 +"333645",84792,103337 +"333646",84792,103920 +"333647",84792,106330 +"333648",84792,109339 +"333649",84792,110887 +"333650",84792,110892 +"333651",84792,111300 +"333652",84792,118300 +"333653",84792,121380 +"333654",84795,91227 +"333655",84796,89136 +"333656",84796,98042 +"333657",84796,101629 +"333658",84796,103417 +"333659",84796,105830 +"333660",84796,106726 +"333661",84796,114971 +"333662",84796,116237 +"333663",84796,117852 +"333664",84797,84798 +"333665",84797,84799 +"333666",84798,84799 +"333667",84802,112490 +"333668",84803,99109 +"333669",84803,102348 +"333670",84807,106856 +"333671",84807,114701 +"333672",84807,118184 +"333673",84808,84828 +"333674",84808,93680 +"333675",84810,85894 +"333676",84812,84814 +"333677",84814,93728 +"333678",84814,95810 +"333679",84817,113177 +"333680",84820,106156 +"333681",84820,120966 +"333682",84820,120969 +"333683",84821,119253 +"333684",84821,121157 +"333685",84821,121186 +"333686",84823,88466 +"333687",84823,93066 +"333688",84823,95385 +"333689",84823,123001 +"333690",84826,90056 +"333691",84826,97336 +"333692",84827,94974 +"333693",84828,88485 +"333694",84828,90358 +"333695",84828,106314 +"333696",84829,90857 +"333697",84829,113465 +"333698",84829,115842 +"333699",84830,99363 +"333700",84830,99367 +"333701",84830,99417 +"333702",84830,99427 +"333703",84831,89825 +"333704",84831,96978 +"333705",84831,99976 +"333706",84831,102502 +"333707",84831,112025 +"333708",84833,90140 +"333709",84833,111910 +"333710",84833,116880 +"333711",84833,120741 +"333712",84836,116555 +"333713",84836,116558 +"333714",84838,84851 +"333715",84841,98783 +"333716",84841,111786 +"333717",84843,90983 +"333718",84843,97052 +"333719",84843,102802 +"333720",84843,116721 +"333721",84843,117397 +"333722",84843,121924 +"333723",84844,84871 +"333724",84845,86698 +"333725",84847,91791 +"333726",84847,91797 +"333727",84847,96598 +"333728",84847,98987 +"333729",84848,84866 +"333730",84850,90289 +"333731",84852,88958 +"333732",84852,93428 +"333733",84852,107084 +"333734",84854,85734 +"333735",84854,89142 +"333736",84854,90533 +"333737",84855,88135 +"333738",84855,93574 +"333739",84856,112697 +"333740",84856,114949 +"333741",84863,86698 +"333742",84863,102792 +"333743",84864,101281 +"333744",84864,116701 +"333745",84864,121058 +"333746",84864,121126 +"333747",84864,121130 +"333748",84865,99897 +"333749",84866,93012 +"333750",84867,84878 +"333751",84872,88724 +"333752",84881,92122 +"333753",84881,101981 +"333754",84881,110938 +"333755",84883,84885 +"333756",84883,101256 +"333757",84883,105780 +"333758",84887,90154 +"333759",84888,84898 +"333760",84889,87276 +"333761",84889,90169 +"333762",84889,115405 +"333763",84889,120138 +"333764",84889,120147 +"333765",84890,85738 +"333766",84890,111986 +"333767",84891,84907 +"333768",84892,84930 +"333769",84892,100444 +"333770",84893,94630 +"333771",84893,106119 +"333772",84895,103015 +"333773",84896,86029 +"333774",84896,87814 +"333775",84896,89593 +"333776",84896,91922 +"333777",84896,93409 +"333778",84896,98781 +"333779",84896,122621 +"333780",84897,104969 +"333781",84897,112499 +"333782",84897,122025 +"333783",84903,94475 +"333784",84905,92390 +"333785",84907,116772 +"333786",84909,86382 +"333787",84913,86957 +"333788",84913,93452 +"333789",84914,88115 +"333790",84915,86687 +"333791",84917,84919 +"333792",84919,96730 +"333793",84919,123431 +"333794",84920,90945 +"333795",84920,95147 +"333796",84924,91178 +"333797",84924,97636 +"333798",84924,103074 +"333799",84926,87454 +"333800",84927,84938 +"333801",84928,85647 +"333802",84931,85713 +"333803",84934,94889 +"333804",84935,106998 +"333805",84935,110142 +"333806",84936,90255 +"333807",84940,84941 +"333808",84940,84958 +"333809",84940,87168 +"333810",84940,92081 +"333811",84940,100226 +"333812",84940,105947 +"333813",84941,84958 +"333814",84941,87168 +"333815",84942,85178 +"333816",84942,117418 +"333817",84944,97415 +"333818",84946,84948 +"333819",84946,84956 +"333820",84946,84961 +"333821",84946,84963 +"333822",84946,84980 +"333823",84946,84981 +"333824",84946,84983 +"333825",84946,84984 +"333826",84946,84998 +"333827",84946,85003 +"333828",84947,85118 +"333829",84947,116962 +"333830",84947,118342 +"333831",84948,84956 +"333832",84948,84961 +"333833",84948,84963 +"333834",84948,84980 +"333835",84948,84981 +"333836",84948,84983 +"333837",84948,84984 +"333838",84948,84998 +"333839",84948,85003 +"333840",84950,88387 +"333841",84950,98564 +"333842",84950,99149 +"333843",84950,113056 +"333844",84951,85051 +"333845",84951,95120 +"333846",84952,94444 +"333847",84952,105536 +"333848",84954,84962 +"333849",84956,84961 +"333850",84956,84963 +"333851",84956,84980 +"333852",84956,84981 +"333853",84956,84983 +"333854",84956,84984 +"333855",84956,84998 +"333856",84956,85003 +"333857",84957,84988 +"333858",84957,84989 +"333859",84958,87168 +"333860",84959,94069 +"333861",84959,94246 +"333862",84961,84963 +"333863",84961,84980 +"333864",84961,84981 +"333865",84961,84983 +"333866",84961,84984 +"333867",84961,84998 +"333868",84961,85003 +"333869",84963,84980 +"333870",84963,84981 +"333871",84963,84983 +"333872",84963,84984 +"333873",84963,84998 +"333874",84963,85003 +"333875",84967,90283 +"333876",84968,106665 +"333877",84969,85258 +"333878",84975,113652 +"333879",84976,85591 +"333880",84976,113516 +"333881",84976,113600 +"333882",84979,90754 +"333883",84979,115261 +"333884",84980,84981 +"333885",84980,84983 +"333886",84980,84984 +"333887",84980,84998 +"333888",84980,85003 +"333889",84981,84983 +"333890",84981,84984 +"333891",84981,84998 +"333892",84981,85003 +"333893",84983,84984 +"333894",84983,84998 +"333895",84983,85003 +"333896",84984,84998 +"333897",84984,85003 +"333898",84986,98464 +"333899",84986,104814 +"333900",84987,94210 +"333901",84988,84989 +"333902",84990,84991 +"333903",84992,103724 +"333904",84992,105159 +"333905",84992,105179 +"333906",84995,114241 +"333907",84997,91873 +"333908",84998,85003 +"333909",85000,85101 +"333910",85000,91682 +"333911",85000,95267 +"333912",85000,97580 +"333913",85000,98727 +"333914",85000,98776 +"333915",85000,100795 +"333916",85000,106824 +"333917",85000,108879 +"333918",85000,109166 +"333919",85000,109858 +"333920",85000,109878 +"333921",85000,112962 +"333922",85000,113990 +"333923",85000,115413 +"333924",85000,116123 +"333925",85000,117258 +"333926",85000,117560 +"333927",85000,118128 +"333928",85000,118836 +"333929",85000,118866 +"333930",85000,118873 +"333931",85000,119131 +"333932",85000,119513 +"333933",85000,119716 +"333934",85000,119769 +"333935",85000,120123 +"333936",85000,120169 +"333937",85000,120725 +"333938",85000,120944 +"333939",85000,121609 +"333940",85000,122007 +"333941",85000,122032 +"333942",85000,122035 +"333943",85000,122724 +"333944",85000,123070 +"333945",85000,123394 +"333946",85000,123490 +"333947",85001,99462 +"333948",85001,115490 +"333949",85006,85021 +"333950",85006,85046 +"333951",85007,97284 +"333952",85007,97285 +"333953",85010,120956 +"333954",85013,86459 +"333955",85014,85048 +"333956",85014,93112 +"333957",85015,85017 +"333958",85015,121977 +"333959",85017,109392 +"333960",85017,114495 +"333961",85018,85518 +"333962",85019,89772 +"333963",85019,107405 +"333964",85021,85046 +"333965",85022,87552 +"333966",85026,91660 +"333967",85027,88412 +"333968",85027,90275 +"333969",85027,90426 +"333970",85027,91112 +"333971",85027,91526 +"333972",85027,93425 +"333973",85027,93523 +"333974",85027,94520 +"333975",85027,95954 +"333976",85027,96664 +"333977",85027,99544 +"333978",85027,99547 +"333979",85027,99554 +"333980",85027,100595 +"333981",85027,100739 +"333982",85027,100819 +"333983",85027,101898 +"333984",85027,101988 +"333985",85027,102146 +"333986",85027,102201 +"333987",85027,102309 +"333988",85027,102635 +"333989",85027,102730 +"333990",85027,102846 +"333991",85027,103790 +"333992",85027,104095 +"333993",85027,104574 +"333994",85027,104784 +"333995",85027,104845 +"333996",85027,107269 +"333997",85027,107623 +"333998",85027,107714 +"333999",85027,107879 +"334000",85027,107975 +"334001",85028,85337 +"334002",85028,99043 +"334003",85028,100274 +"334004",85031,103255 +"334005",85035,93422 +"334006",85035,93436 +"334007",85035,118036 +"334008",85039,93046 +"334009",85039,96744 +"334010",85040,102934 +"334011",85041,105639 +"334012",85041,121022 +"334013",85041,121023 +"334014",85042,85772 +"334015",85043,88038 +"334016",85044,101006 +"334017",85044,117797 +"334018",85044,118138 +"334019",85045,115808 +"334020",85045,116741 +"334021",85045,116742 +"334022",85046,85305 +"334023",85046,92697 +"334024",85047,86510 +"334025",85049,85058 +"334026",85052,85085 +"334027",85055,85507 +"334028",85057,108871 +"334029",85058,95972 +"334030",85059,94153 +"334031",85061,86576 +"334032",85061,102934 +"334033",85061,114801 +"334034",85063,116182 +"334035",85065,89574 +"334036",85065,103291 +"334037",85067,85071 +"334038",85069,91461 +"334039",85069,106956 +"334040",85069,114492 +"334041",85069,119709 +"334042",85069,119715 +"334043",85070,96318 +"334044",85072,96062 +"334045",85072,105849 +"334046",85072,107154 +"334047",85075,85162 +"334048",85078,85156 +"334049",85079,96238 +"334050",85079,99444 +"334051",85079,106074 +"334052",85080,113574 +"334053",85084,100900 +"334054",85084,110122 +"334055",85087,116656 +"334056",85088,96921 +"334057",85091,95959 +"334058",85092,85113 +"334059",85093,104058 +"334060",85093,121387 +"334061",85093,123301 +"334062",85094,106148 +"334063",85094,106158 +"334064",85094,106159 +"334065",85094,106160 +"334066",85095,109744 +"334067",85096,105945 +"334068",85096,105968 +"334069",85097,100321 +"334070",85097,118227 +"334071",85099,85636 +"334072",85099,108478 +"334073",85099,118841 +"334074",85101,85102 +"334075",85101,85107 +"334076",85101,91682 +"334077",85101,95267 +"334078",85101,97580 +"334079",85101,98727 +"334080",85101,98776 +"334081",85101,100795 +"334082",85101,106824 +"334083",85101,108879 +"334084",85101,109166 +"334085",85101,109858 +"334086",85101,109878 +"334087",85101,112962 +"334088",85101,113990 +"334089",85101,115413 +"334090",85101,116123 +"334091",85101,117185 +"334092",85101,117258 +"334093",85101,117560 +"334094",85101,118128 +"334095",85101,118836 +"334096",85101,118866 +"334097",85101,118873 +"334098",85101,119131 +"334099",85101,119513 +"334100",85101,119716 +"334101",85101,119769 +"334102",85101,120123 +"334103",85101,120169 +"334104",85101,120725 +"334105",85101,120944 +"334106",85101,121609 +"334107",85101,122007 +"334108",85101,122032 +"334109",85101,122035 +"334110",85101,122724 +"334111",85101,123070 +"334112",85101,123394 +"334113",85101,123490 +"334114",85102,85107 +"334115",85104,117216 +"334116",85105,106880 +"334117",85108,115350 +"334118",85109,110247 +"334119",85110,112745 +"334120",85110,117497 +"334121",85114,85206 +"334122",85116,86587 +"334123",85116,102559 +"334124",85116,104065 +"334125",85116,112032 +"334126",85116,116792 +"334127",85117,103739 +"334128",85117,103774 +"334129",85118,116962 +"334130",85118,118342 +"334131",85119,100590 +"334132",85119,101212 +"334133",85119,107844 +"334134",85119,117073 +"334135",85119,119139 +"334136",85122,107303 +"334137",85125,86981 +"334138",85125,90535 +"334139",85126,85130 +"334140",85127,87452 +"334141",85127,87983 +"334142",85127,91475 +"334143",85128,105634 +"334144",85130,106097 +"334145",85130,106105 +"334146",85130,106121 +"334147",85132,85703 +"334148",85133,85173 +"334149",85133,85174 +"334150",85134,85164 +"334151",85135,88149 +"334152",85136,90712 +"334153",85136,90713 +"334154",85139,99085 +"334155",85139,99288 +"334156",85139,109452 +"334157",85139,110300 +"334158",85139,112021 +"334159",85140,100079 +"334160",85141,86935 +"334161",85142,85165 +"334162",85144,88382 +"334163",85144,89199 +"334164",85144,89206 +"334165",85144,105375 +"334166",85147,100035 +"334167",85148,85673 +"334168",85148,91486 +"334169",85148,97940 +"334170",85148,101127 +"334171",85148,101194 +"334172",85148,102999 +"334173",85148,106554 +"334174",85148,107643 +"334175",85148,119531 +"334176",85149,107942 +"334177",85150,85155 +"334178",85152,101620 +"334179",85152,106553 +"334180",85152,115033 +"334181",85152,115540 +"334182",85153,104593 +"334183",85155,95940 +"334184",85155,98997 +"334185",85157,85180 +"334186",85158,85772 +"334187",85159,102912 +"334188",85160,88474 +"334189",85160,90524 +"334190",85161,111260 +"334191",85161,115561 +"334192",85165,118829 +"334193",85166,92638 +"334194",85168,85169 +"334195",85170,101133 +"334196",85171,85204 +"334197",85173,85174 +"334198",85176,87010 +"334199",85178,85179 +"334200",85178,85535 +"334201",85178,85536 +"334202",85178,91247 +"334203",85182,93940 +"334204",85182,93941 +"334205",85183,85239 +"334206",85183,118366 +"334207",85186,89384 +"334208",85186,115913 +"334209",85188,88538 +"334210",85188,92812 +"334211",85188,107005 +"334212",85188,109001 +"334213",85188,116518 +"334214",85189,89089 +"334215",85192,85208 +"334216",85193,86584 +"334217",85193,88546 +"334218",85193,89901 +"334219",85193,92947 +"334220",85193,118705 +"334221",85195,88363 +"334222",85195,91702 +"334223",85195,99162 +"334224",85195,99815 +"334225",85195,107792 +"334226",85195,121225 +"334227",85196,85231 +"334228",85198,85199 +"334229",85199,97359 +"334230",85200,97222 +"334231",85202,85209 +"334232",85202,98085 +"334233",85202,106710 +"334234",85202,122363 +"334235",85204,113189 +"334236",85207,99440 +"334237",85207,114814 +"334238",85209,88716 +"334239",85209,97001 +"334240",85209,102339 +"334241",85210,85221 +"334242",85210,85223 +"334243",85210,85235 +"334244",85210,85236 +"334245",85211,110945 +"334246",85212,85220 +"334247",85213,85243 +"334248",85214,88107 +"334249",85216,102902 +"334250",85216,113001 +"334251",85218,91276 +"334252",85218,100201 +"334253",85219,103757 +"334254",85221,85223 +"334255",85221,85235 +"334256",85221,85236 +"334257",85221,86593 +"334258",85222,86601 +"334259",85222,87013 +"334260",85223,85235 +"334261",85223,85236 +"334262",85224,86168 +"334263",85224,90929 +"334264",85224,90935 +"334265",85224,91066 +"334266",85224,91070 +"334267",85224,91094 +"334268",85224,91095 +"334269",85224,91096 +"334270",85224,91100 +"334271",85224,93079 +"334272",85225,105072 +"334273",85225,119464 +"334274",85230,92627 +"334275",85235,85236 +"334276",85235,105228 +"334277",85236,94180 +"334278",85236,109514 +"334279",85238,90633 +"334280",85238,93585 +"334281",85238,97341 +"334282",85238,102419 +"334283",85238,103367 +"334284",85238,104389 +"334285",85241,104207 +"334286",85242,101491 +"334287",85243,95062 +"334288",85243,103649 +"334289",85243,115297 +"334290",85243,117445 +"334291",85243,119616 +"334292",85244,92306 +"334293",85244,93102 +"334294",85245,88764 +"334295",85245,88818 +"334296",85245,90558 +"334297",85245,90607 +"334298",85245,92017 +"334299",85245,92035 +"334300",85245,101014 +"334301",85246,93343 +"334302",85247,85908 +"334303",85248,92986 +"334304",85248,106855 +"334305",85248,106872 +"334306",85257,88689 +"334307",85258,90972 +"334308",85259,85295 +"334309",85259,90182 +"334310",85259,91179 +"334311",85259,92773 +"334312",85262,88728 +"334313",85263,85270 +"334314",85263,85281 +"334315",85264,99920 +"334316",85264,101540 +"334317",85264,105990 +"334318",85269,91371 +"334319",85269,94102 +"334320",85269,109065 +"334321",85270,85281 +"334322",85270,114894 +"334323",85270,116120 +"334324",85271,102066 +"334325",85271,106320 +"334326",85273,85351 +"334327",85274,93185 +"334328",85274,119511 +"334329",85276,85852 +"334330",85278,87805 +"334331",85278,90699 +"334332",85278,97712 +"334333",85278,115999 +"334334",85278,119173 +"334335",85278,119221 +"334336",85280,85463 +"334337",85280,93938 +"334338",85280,99157 +"334339",85280,100116 +"334340",85280,103874 +"334341",85280,107609 +"334342",85282,90740 +"334343",85284,94609 +"334344",85287,88629 +"334345",85287,121755 +"334346",85290,101740 +"334347",85290,104021 +"334348",85291,114592 +"334349",85291,114833 +"334350",85291,118495 +"334351",85295,95111 +"334352",85301,85515 +"334353",85301,87465 +"334354",85303,85304 +"334355",85304,111527 +"334356",85304,111533 +"334357",85305,92697 +"334358",85307,94398 +"334359",85308,88561 +"334360",85308,95068 +"334361",85308,104878 +"334362",85312,98901 +"334363",85312,98951 +"334364",85314,96957 +"334365",85315,107313 +"334366",85317,95161 +"334367",85318,102134 +"334368",85319,103010 +"334369",85320,85325 +"334370",85320,85554 +"334371",85320,86437 +"334372",85320,95116 +"334373",85320,95861 +"334374",85320,103396 +"334375",85320,110870 +"334376",85320,122743 +"334377",85322,85403 +"334378",85322,85414 +"334379",85322,85415 +"334380",85323,88878 +"334381",85326,113306 +"334382",85329,93291 +"334383",85330,86836 +"334384",85331,98748 +"334385",85337,108239 +"334386",85338,91666 +"334387",85338,91780 +"334388",85338,96270 +"334389",85343,85853 +"334390",85343,121892 +"334391",85344,96347 +"334392",85344,116375 +"334393",85345,85363 +"334394",85345,86988 +"334395",85347,89637 +"334396",85348,85350 +"334397",85348,86044 +"334398",85349,115419 +"334399",85349,116366 +"334400",85349,122956 +"334401",85350,85353 +"334402",85350,120662 +"334403",85354,108977 +"334404",85356,92300 +"334405",85356,96132 +"334406",85356,101982 +"334407",85356,104931 +"334408",85356,108057 +"334409",85356,117907 +"334410",85359,89273 +"334411",85359,116360 +"334412",85359,122759 +"334413",85361,97480 +"334414",85365,89283 +"334415",85371,102577 +"334416",85371,122233 +"334417",85372,94029 +"334418",85372,94404 +"334419",85372,98080 +"334420",85372,102910 +"334421",85372,120168 +"334422",85373,85520 +"334423",85373,109974 +"334424",85374,108580 +"334425",85374,110814 +"334426",85374,112533 +"334427",85374,113714 +"334428",85375,87839 +"334429",85375,87852 +"334430",85376,85394 +"334431",85376,85431 +"334432",85377,110141 +"334433",85380,85381 +"334434",85381,88366 +"334435",85382,85383 +"334436",85382,89417 +"334437",85384,85519 +"334438",85385,93234 +"334439",85386,89005 +"334440",85386,96422 +"334441",85391,85400 +"334442",85391,107452 +"334443",85392,92465 +"334444",85392,101031 +"334445",85392,102194 +"334446",85393,105668 +"334447",85393,107299 +"334448",85394,85431 +"334449",85396,85428 +"334450",85397,114106 +"334451",85397,114107 +"334452",85398,85432 +"334453",85399,88638 +"334454",85399,91068 +"334455",85399,108934 +"334456",85400,107452 +"334457",85401,93019 +"334458",85401,93507 +"334459",85401,101033 +"334460",85401,115663 +"334461",85401,115678 +"334462",85402,118285 +"334463",85403,85414 +"334464",85403,85415 +"334465",85403,108263 +"334466",85406,94758 +"334467",85406,95295 +"334468",85406,99079 +"334469",85406,102464 +"334470",85406,109535 +"334471",85406,112064 +"334472",85409,95738 +"334473",85410,93529 +"334474",85410,100235 +"334475",85410,117478 +"334476",85410,121498 +"334477",85412,90765 +"334478",85414,85415 +"334479",85414,88260 +"334480",85414,101724 +"334481",85417,85427 +"334482",85419,99247 +"334483",85419,107934 +"334484",85419,112050 +"334485",85421,86673 +"334486",85421,102226 +"334487",85421,103205 +"334488",85421,103277 +"334489",85423,85852 +"334490",85429,86279 +"334491",85429,90925 +"334492",85429,97440 +"334493",85429,100239 +"334494",85429,110308 +"334495",85429,113499 +"334496",85429,115090 +"334497",85430,89958 +"334498",85430,94440 +"334499",85430,96536 +"334500",85432,89942 +"334501",85433,104735 +"334502",85433,107481 +"334503",85433,110336 +"334504",85434,115738 +"334505",85435,93393 +"334506",85436,91656 +"334507",85438,98004 +"334508",85438,99455 +"334509",85442,99207 +"334510",85443,85478 +"334511",85443,93814 +"334512",85443,118229 +"334513",85444,85446 +"334514",85444,96965 +"334515",85444,96980 +"334516",85444,113342 +"334517",85444,113686 +"334518",85444,120109 +"334519",85445,85469 +"334520",85446,112413 +"334521",85446,113686 +"334522",85446,115528 +"334523",85446,119319 +"334524",85446,119321 +"334525",85446,120109 +"334526",85446,121675 +"334527",85450,93142 +"334528",85450,104156 +"334529",85455,104667 +"334530",85458,88547 +"334531",85463,103874 +"334532",85465,85610 +"334533",85465,86351 +"334534",85465,86451 +"334535",85465,86882 +"334536",85465,87175 +"334537",85465,87451 +"334538",85465,87521 +"334539",85465,87572 +"334540",85465,87663 +"334541",85465,87721 +"334542",85465,87862 +"334543",85466,117536 +"334544",85466,121308 +"334545",85467,98710 +"334546",85467,113630 +"334547",85467,119526 +"334548",85467,119569 +"334549",85468,97847 +"334550",85468,97944 +"334551",85469,87347 +"334552",85469,87351 +"334553",85470,123120 +"334554",85470,123129 +"334555",85470,123133 +"334556",85475,87076 +"334557",85475,90843 +"334558",85475,90866 +"334559",85475,90923 +"334560",85476,88542 +"334561",85476,110205 +"334562",85481,89685 +"334563",85482,85483 +"334564",85484,112556 +"334565",85484,113913 +"334566",85485,88721 +"334567",85487,103677 +"334568",85488,88309 +"334569",85489,85493 +"334570",85489,85505 +"334571",85490,87328 +"334572",85491,85506 +"334573",85492,85494 +"334574",85493,85505 +"334575",85495,89449 +"334576",85496,87194 +"334577",85498,86588 +"334578",85501,105818 +"334579",85504,99288 +"334580",85504,114416 +"334581",85508,122769 +"334582",85509,87975 +"334583",85511,107427 +"334584",85514,119524 +"334585",85517,94444 +"334586",85517,99134 +"334587",85517,99801 +"334588",85517,100520 +"334589",85517,115279 +"334590",85521,119111 +"334591",85525,91210 +"334592",85525,93184 +"334593",85526,85831 +"334594",85527,85536 +"334595",85528,105036 +"334596",85529,85558 +"334597",85529,85684 +"334598",85530,85583 +"334599",85533,109887 +"334600",85534,92244 +"334601",85535,85536 +"334602",85537,91825 +"334603",85537,116431 +"334604",85540,85924 +"334605",85540,89183 +"334606",85540,92684 +"334607",85540,105939 +"334608",85540,119953 +"334609",85540,119957 +"334610",85541,97522 +"334611",85543,86383 +"334612",85543,117208 +"334613",85543,118239 +"334614",85545,88140 +"334615",85545,98385 +"334616",85547,102661 +"334617",85548,88829 +"334618",85548,92680 +"334619",85549,100247 +"334620",85550,109756 +"334621",85553,85869 +"334622",85553,95675 +"334623",85553,100860 +"334624",85553,103886 +"334625",85553,108527 +"334626",85553,111858 +"334627",85553,113252 +"334628",85553,117318 +"334629",85554,122743 +"334630",85555,86925 +"334631",85555,108271 +"334632",85555,112974 +"334633",85555,122585 +"334634",85558,85684 +"334635",85558,119040 +"334636",85560,95821 +"334637",85560,97410 +"334638",85560,98578 +"334639",85560,99163 +"334640",85560,100131 +"334641",85560,102426 +"334642",85560,114822 +"334643",85561,88720 +"334644",85561,107265 +"334645",85564,91181 +"334646",85564,113112 +"334647",85565,90113 +"334648",85565,97706 +"334649",85565,105050 +"334650",85565,115338 +"334651",85565,115820 +"334652",85565,119086 +"334653",85566,94872 +"334654",85566,100868 +"334655",85570,92148 +"334656",85571,85572 +"334657",85573,114096 +"334658",85574,114129 +"334659",85574,121011 +"334660",85579,85625 +"334661",85581,123136 +"334662",85582,85621 +"334663",85584,86608 +"334664",85584,113634 +"334665",85584,113635 +"334666",85585,115438 +"334667",85586,85596 +"334668",85586,86341 +"334669",85587,96210 +"334670",85591,88733 +"334671",85591,107579 +"334672",85592,87609 +"334673",85592,89668 +"334674",85592,92502 +"334675",85592,93076 +"334676",85592,93414 +"334677",85592,101345 +"334678",85592,104381 +"334679",85592,105138 +"334680",85599,85612 +"334681",85601,95413 +"334682",85603,103506 +"334683",85604,96513 +"334684",85604,100200 +"334685",85604,105019 +"334686",85604,110450 +"334687",85605,85634 +"334688",85605,117377 +"334689",85606,94957 +"334690",85606,113830 +"334691",85607,95433 +"334692",85609,92539 +"334693",85609,98422 +"334694",85609,100207 +"334695",85609,103244 +"334696",85609,108470 +"334697",85609,108474 +"334698",85609,109949 +"334699",85610,86351 +"334700",85610,86451 +"334701",85610,86882 +"334702",85610,87175 +"334703",85610,87451 +"334704",85610,87521 +"334705",85610,87572 +"334706",85610,87663 +"334707",85610,87721 +"334708",85610,87862 +"334709",85617,121038 +"334710",85618,86567 +"334711",85618,96581 +"334712",85618,98051 +"334713",85618,98084 +"334714",85618,114296 +"334715",85618,114426 +"334716",85618,117334 +"334717",85618,122518 +"334718",85619,93026 +"334719",85619,103741 +"334720",85619,105707 +"334721",85619,113834 +"334722",85619,119945 +"334723",85620,108905 +"334724",85622,93682 +"334725",85623,86595 +"334726",85623,96073 +"334727",85629,93693 +"334728",85632,96617 +"334729",85633,106187 +"334730",85633,110947 +"334731",85638,85661 +"334732",85638,90443 +"334733",85638,94305 +"334734",85638,105006 +"334735",85639,108386 +"334736",85640,104241 +"334737",85641,85673 +"334738",85641,91815 +"334739",85641,106161 +"334740",85642,85664 +"334741",85642,94041 +"334742",85642,106026 +"334743",85642,106055 +"334744",85643,119241 +"334745",85643,119271 +"334746",85644,98939 +"334747",85644,117679 +"334748",85648,94413 +"334749",85648,96345 +"334750",85648,103421 +"334751",85648,108786 +"334752",85648,108787 +"334753",85648,121810 +"334754",85652,91409 +"334755",85654,117839 +"334756",85655,89281 +"334757",85656,113469 +"334758",85658,108213 +"334759",85658,108241 +"334760",85659,85672 +"334761",85659,85693 +"334762",85659,85694 +"334763",85659,89960 +"334764",85662,94474 +"334765",85663,98528 +"334766",85664,95232 +"334767",85664,102500 +"334768",85664,103596 +"334769",85664,107500 +"334770",85664,111735 +"334771",85664,111737 +"334772",85664,111740 +"334773",85664,112487 +"334774",85664,122371 +"334775",85671,103075 +"334776",85671,104808 +"334777",85671,107784 +"334778",85671,119955 +"334779",85671,120871 +"334780",85671,120912 +"334781",85671,120920 +"334782",85671,120942 +"334783",85672,85693 +"334784",85672,85694 +"334785",85677,87675 +"334786",85677,111805 +"334787",85678,90509 +"334788",85678,91721 +"334789",85678,93626 +"334790",85678,93642 +"334791",85678,99842 +"334792",85678,106119 +"334793",85678,106136 +"334794",85681,98696 +"334795",85682,90542 +"334796",85682,90928 +"334797",85683,85780 +"334798",85683,92546 +"334799",85683,118642 +"334800",85685,89363 +"334801",85685,91306 +"334802",85685,96871 +"334803",85686,85691 +"334804",85686,112584 +"334805",85687,91612 +"334806",85687,108901 +"334807",85688,89205 +"334808",85688,92770 +"334809",85689,104212 +"334810",85690,113758 +"334811",85690,115278 +"334812",85690,117424 +"334813",85690,123295 +"334814",85692,96561 +"334815",85693,85694 +"334816",85694,93549 +"334817",85695,89668 +"334818",85695,104069 +"334819",85695,106702 +"334820",85696,100220 +"334821",85698,100653 +"334822",85699,106615 +"334823",85699,114520 +"334824",85700,85739 +"334825",85703,100269 +"334826",85703,103475 +"334827",85703,108571 +"334828",85703,120205 +"334829",85705,85722 +"334830",85705,120128 +"334831",85706,89502 +"334832",85706,105021 +"334833",85706,108879 +"334834",85706,121422 +"334835",85707,105236 +"334836",85708,85716 +"334837",85708,85717 +"334838",85708,85769 +"334839",85710,120306 +"334840",85712,100818 +"334841",85712,110167 +"334842",85712,111414 +"334843",85715,95337 +"334844",85715,108563 +"334845",85715,112276 +"334846",85715,112292 +"334847",85715,120416 +"334848",85715,120418 +"334849",85716,85717 +"334850",85716,85769 +"334851",85717,85769 +"334852",85719,89841 +"334853",85719,90492 +"334854",85721,85726 +"334855",85724,85725 +"334856",85729,96664 +"334857",85729,113287 +"334858",85731,109566 +"334859",85732,89177 +"334860",85732,121316 +"334861",85732,121325 +"334862",85733,109505 +"334863",85734,89142 +"334864",85734,90533 +"334865",85736,96353 +"334866",85736,96926 +"334867",85736,96927 +"334868",85736,97957 +"334869",85736,121804 +"334870",85737,88785 +"334871",85737,101131 +"334872",85737,101148 +"334873",85737,101149 +"334874",85738,96202 +"334875",85738,99326 +"334876",85738,109882 +"334877",85738,111986 +"334878",85738,123237 +"334879",85740,85746 +"334880",85741,85749 +"334881",85741,85750 +"334882",85741,102681 +"334883",85744,90831 +"334884",85747,97018 +"334885",85747,121036 +"334886",85749,85750 +"334887",85750,109336 +"334888",85750,116826 +"334889",85752,85829 +"334890",85752,108573 +"334891",85753,118478 +"334892",85754,85888 +"334893",85754,85902 +"334894",85754,101420 +"334895",85754,106590 +"334896",85754,106600 +"334897",85758,85763 +"334898",85758,85782 +"334899",85758,85790 +"334900",85758,85791 +"334901",85759,95282 +"334902",85761,100529 +"334903",85761,100538 +"334904",85761,100550 +"334905",85762,85792 +"334906",85763,85782 +"334907",85763,85790 +"334908",85763,85791 +"334909",85764,92241 +"334910",85764,108483 +"334911",85764,110140 +"334912",85765,85779 +"334913",85766,85809 +"334914",85770,89085 +"334915",85770,93071 +"334916",85772,97752 +"334917",85772,103368 +"334918",85772,117417 +"334919",85776,87254 +"334920",85776,88574 +"334921",85776,103976 +"334922",85776,106223 +"334923",85777,107898 +"334924",85778,89362 +"334925",85778,120792 +"334926",85780,88535 +"334927",85781,85789 +"334928",85782,85790 +"334929",85782,85791 +"334930",85784,86444 +"334931",85784,87993 +"334932",85786,104835 +"334933",85788,88521 +"334934",85789,122260 +"334935",85789,122899 +"334936",85790,85791 +"334937",85798,86743 +"334938",85799,91595 +"334939",85801,87541 +"334940",85802,100056 +"334941",85803,90625 +"334942",85803,102622 +"334943",85811,91866 +"334944",85813,85849 +"334945",85816,100860 +"334946",85816,120131 +"334947",85816,123096 +"334948",85818,98774 +"334949",85821,89097 +"334950",85821,101999 +"334951",85822,96326 +"334952",85822,96329 +"334953",85823,93056 +"334954",85823,98374 +"334955",85824,99382 +"334956",85826,89657 +"334957",85828,109194 +"334958",85833,85841 +"334959",85834,108543 +"334960",85835,86232 +"334961",85835,94605 +"334962",85835,103589 +"334963",85835,104962 +"334964",85835,105092 +"334965",85835,108689 +"334966",85835,112335 +"334967",85836,86125 +"334968",85840,91804 +"334969",85840,92876 +"334970",85840,100830 +"334971",85840,103143 +"334972",85840,108938 +"334973",85840,118082 +"334974",85840,120657 +"334975",85840,120693 +"334976",85841,107096 +"334977",85841,107118 +"334978",85843,93198 +"334979",85843,93199 +"334980",85843,93201 +"334981",85843,93204 +"334982",85843,93211 +"334983",85843,102615 +"334984",85848,104826 +"334985",85848,115549 +"334986",85851,87167 +"334987",85851,90461 +"334988",85851,94872 +"334989",85853,85904 +"334990",85853,121892 +"334991",85856,85863 +"334992",85856,88112 +"334993",85857,101449 +"334994",85858,98417 +"334995",85858,100366 +"334996",85858,113137 +"334997",85858,116682 +"334998",85859,95572 +"334999",85860,111821 +"335000",85863,88112 +"335001",85863,100224 +"335002",85863,100561 +"335003",85865,90298 +"335004",85867,105701 +"335005",85869,95675 +"335006",85869,103886 +"335007",85872,99018 +"335008",85872,113012 +"335009",85875,99207 +"335010",85875,99375 +"335011",85875,99463 +"335012",85875,100405 +"335013",85875,118169 +"335014",85875,119375 +"335015",85875,119994 +"335016",85875,119995 +"335017",85875,120001 +"335018",85875,123339 +"335019",85876,94137 +"335020",85878,90560 +"335021",85878,106529 +"335022",85878,106545 +"335023",85878,106568 +"335024",85878,118924 +"335025",85878,119008 +"335026",85878,119012 +"335027",85879,85881 +"335028",85880,100580 +"335029",85882,86834 +"335030",85884,85906 +"335031",85884,85922 +"335032",85884,94359 +"335033",85884,94364 +"335034",85884,94365 +"335035",85885,91255 +"335036",85885,92247 +"335037",85885,92352 +"335038",85885,92362 +"335039",85885,92929 +"335040",85885,93719 +"335041",85885,94906 +"335042",85885,94946 +"335043",85885,95889 +"335044",85885,96093 +"335045",85885,97988 +"335046",85885,99309 +"335047",85885,99376 +"335048",85885,99450 +"335049",85885,99471 +"335050",85885,99474 +"335051",85885,100916 +"335052",85885,100944 +"335053",85885,101126 +"335054",85885,101329 +"335055",85885,105557 +"335056",85885,107199 +"335057",85885,108743 +"335058",85885,108980 +"335059",85885,109291 +"335060",85885,109933 +"335061",85885,110483 +"335062",85885,110567 +"335063",85885,110572 +"335064",85885,110630 +"335065",85885,110648 +"335066",85885,110711 +"335067",85885,110770 +"335068",85885,110869 +"335069",85885,110911 +"335070",85885,111285 +"335071",85885,111314 +"335072",85885,111362 +"335073",85885,111372 +"335074",85885,111424 +"335075",85885,111433 +"335076",85885,112422 +"335077",85885,113269 +"335078",85885,113430 +"335079",85885,114242 +"335080",85885,114842 +"335081",85885,115427 +"335082",85885,115521 +"335083",85885,115711 +"335084",85887,90348 +"335085",85888,85902 +"335086",85888,87024 +"335087",85888,98265 +"335088",85891,90044 +"335089",85891,90086 +"335090",85891,90088 +"335091",85891,97154 +"335092",85891,97288 +"335093",85893,87836 +"335094",85894,116647 +"335095",85897,85918 +"335096",85898,85926 +"335097",85899,85913 +"335098",85899,85920 +"335099",85900,103869 +"335100",85903,122334 +"335101",85906,85922 +"335102",85906,119383 +"335103",85906,119420 +"335104",85907,94310 +"335105",85908,100245 +"335106",85909,87065 +"335107",85909,88201 +"335108",85909,114796 +"335109",85909,119804 +"335110",85910,89921 +"335111",85910,95992 +"335112",85910,96013 +"335113",85911,122315 +"335114",85912,99294 +"335115",85912,103670 +"335116",85912,108196 +"335117",85912,108378 +"335118",85912,110185 +"335119",85912,112632 +"335120",85913,85920 +"335121",85914,86992 +"335122",85914,89145 +"335123",85914,89161 +"335124",85915,92273 +"335125",85915,112966 +"335126",85915,112992 +"335127",85915,113708 +"335128",85919,88289 +"335129",85919,90721 +"335130",85919,97058 +"335131",85919,97067 +"335132",85919,97074 +"335133",85919,97102 +"335134",85919,97103 +"335135",85919,97104 +"335136",85919,97109 +"335137",85919,97110 +"335138",85920,105895 +"335139",85925,99222 +"335140",85931,90035 +"335141",85931,105408 +"335142",85931,105446 +"335143",85932,120918 +"335144",85932,120927 +"335145",85932,120962 +"335146",85933,101907 +"335147",85933,115843 +"335148",85934,123306 +"335149",85944,118816 +"335150",85944,120738 +"335151",85945,85946 +"335152",85945,103946 +"335153",85948,85970 +"335154",85949,85988 +"335155",85949,88887 +"335156",85949,95551 +"335157",85949,96181 +"335158",85951,92993 +"335159",85951,100336 +"335160",85953,85969 +"335161",85953,85984 +"335162",85954,85956 +"335163",85954,85980 +"335164",85956,85980 +"335165",85958,87249 +"335166",85958,93590 +"335167",85958,93617 +"335168",85958,93680 +"335169",85958,93815 +"335170",85961,101569 +"335171",85961,111682 +"335172",85962,90259 +"335173",85962,120295 +"335174",85962,120300 +"335175",85963,85985 +"335176",85963,106569 +"335177",85963,122519 +"335178",85964,110969 +"335179",85965,92096 +"335180",85966,90728 +"335181",85966,114464 +"335182",85966,121506 +"335183",85969,85984 +"335184",85972,90412 +"335185",85972,91117 +"335186",85972,91120 +"335187",85972,96886 +"335188",85972,96900 +"335189",85973,92020 +"335190",85973,111310 +"335191",85974,93930 +"335192",85975,104001 +"335193",85976,103925 +"335194",85977,95194 +"335195",85981,85987 +"335196",85981,104718 +"335197",85983,111785 +"335198",85983,114027 +"335199",85987,93076 +"335200",85987,93175 +"335201",85989,97176 +"335202",85989,100003 +"335203",85990,86508 +"335204",85990,87292 +"335205",85990,87317 +"335206",85990,110778 +"335207",85993,89614 +"335208",85993,105052 +"335209",85998,86041 +"335210",85998,86042 +"335211",85998,89683 +"335212",85998,101601 +"335213",85999,87937 +"335214",85999,110905 +"335215",86003,86040 +"335216",86003,100350 +"335217",86003,121644 +"335218",86004,91625 +"335219",86004,102995 +"335220",86006,90132 +"335221",86006,112061 +"335222",86006,122566 +"335223",86007,110172 +"335224",86007,118274 +"335225",86007,118812 +"335226",86009,101197 +"335227",86011,122092 +"335228",86012,86013 +"335229",86014,104170 +"335230",86014,121098 +"335231",86015,110843 +"335232",86017,86020 +"335233",86021,93348 +"335234",86021,102963 +"335235",86021,102989 +"335236",86021,103032 +"335237",86021,103039 +"335238",86021,111845 +"335239",86023,87813 +"335240",86023,88773 +"335241",86023,90401 +"335242",86023,90993 +"335243",86023,90994 +"335244",86023,92417 +"335245",86023,99141 +"335246",86023,100319 +"335247",86023,101250 +"335248",86023,101462 +"335249",86023,109885 +"335250",86023,110742 +"335251",86023,112606 +"335252",86023,116142 +"335253",86023,116150 +"335254",86023,116151 +"335255",86023,116152 +"335256",86023,116155 +"335257",86023,116159 +"335258",86023,116163 +"335259",86023,116165 +"335260",86023,116166 +"335261",86023,116171 +"335262",86023,116677 +"335263",86023,116678 +"335264",86028,90773 +"335265",86028,95289 +"335266",86028,111541 +"335267",86029,86125 +"335268",86029,87019 +"335269",86029,87814 +"335270",86029,91922 +"335271",86029,114747 +"335272",86030,88273 +"335273",86033,107685 +"335274",86037,86106 +"335275",86037,86107 +"335276",86037,86108 +"335277",86037,86170 +"335278",86037,86176 +"335279",86037,86244 +"335280",86037,86247 +"335281",86037,86248 +"335282",86037,86322 +"335283",86038,86047 +"335284",86038,103134 +"335285",86039,108781 +"335286",86041,86042 +"335287",86041,87911 +"335288",86043,92736 +"335289",86043,105421 +"335290",86046,91240 +"335291",86046,91919 +"335292",86047,109139 +"335293",86047,109142 +"335294",86047,115209 +"335295",86047,118956 +"335296",86047,118963 +"335297",86047,122538 +"335298",86047,122578 +"335299",86047,122579 +"335300",86050,86123 +"335301",86051,114597 +"335302",86051,120980 +"335303",86051,121015 +"335304",86052,86088 +"335305",86054,122834 +"335306",86055,86095 +"335307",86056,87723 +"335308",86057,113940 +"335309",86058,94181 +"335310",86058,120244 +"335311",86060,95181 +"335312",86060,95613 +"335313",86060,110256 +"335314",86060,115697 +"335315",86062,87408 +"335316",86062,95034 +"335317",86062,102913 +"335318",86064,86093 +"335319",86064,86115 +"335320",86065,86747 +"335321",86065,92093 +"335322",86068,118619 +"335323",86071,86072 +"335324",86071,98436 +"335325",86071,98451 +"335326",86071,114110 +"335327",86074,110821 +"335328",86075,86096 +"335329",86076,95863 +"335330",86076,102324 +"335331",86077,86089 +"335332",86077,86101 +"335333",86080,86100 +"335334",86081,100687 +"335335",86081,108852 +"335336",86081,119403 +"335337",86081,119406 +"335338",86083,86117 +"335339",86084,95494 +"335340",86084,116573 +"335341",86085,86615 +"335342",86089,86101 +"335343",86089,92630 +"335344",86089,95236 +"335345",86089,95268 +"335346",86089,95273 +"335347",86089,95274 +"335348",86089,95275 +"335349",86091,105016 +"335350",86092,101837 +"335351",86093,86115 +"335352",86098,89777 +"335353",86100,112044 +"335354",86102,91219 +"335355",86102,103883 +"335356",86103,86119 +"335357",86104,101056 +"335358",86105,94250 +"335359",86106,86107 +"335360",86106,86108 +"335361",86106,86170 +"335362",86106,86176 +"335363",86106,86244 +"335364",86106,86247 +"335365",86106,86248 +"335366",86106,86322 +"335367",86106,116985 +"335368",86107,86108 +"335369",86107,86170 +"335370",86107,86176 +"335371",86107,86244 +"335372",86107,86247 +"335373",86107,86248 +"335374",86107,86322 +"335375",86107,100168 +"335376",86107,110953 +"335377",86108,86170 +"335378",86108,86176 +"335379",86108,86244 +"335380",86108,86247 +"335381",86108,86248 +"335382",86108,86322 +"335383",86109,86565 +"335384",86113,106144 +"335385",86116,109126 +"335386",86120,86425 +"335387",86121,86161 +"335388",86121,107215 +"335389",86123,88280 +"335390",86123,112938 +"335391",86123,122270 +"335392",86125,87944 +"335393",86125,92234 +"335394",86129,90884 +"335395",86129,93391 +"335396",86129,95935 +"335397",86129,96850 +"335398",86129,100636 +"335399",86129,107657 +"335400",86129,114459 +"335401",86129,116757 +"335402",86131,106968 +"335403",86131,109510 +"335404",86131,110599 +"335405",86133,91047 +"335406",86133,92548 +"335407",86133,94573 +"335408",86133,98984 +"335409",86136,107092 +"335410",86137,86962 +"335411",86137,100820 +"335412",86137,109612 +"335413",86137,110864 +"335414",86137,117108 +"335415",86137,119729 +"335416",86137,119782 +"335417",86138,95295 +"335418",86138,102464 +"335419",86138,110569 +"335420",86138,120412 +"335421",86144,94339 +"335422",86147,94543 +"335423",86150,101926 +"335424",86150,112077 +"335425",86151,97761 +"335426",86151,100909 +"335427",86151,105632 +"335428",86151,105666 +"335429",86151,105667 +"335430",86151,106141 +"335431",86151,108554 +"335432",86151,108558 +"335433",86151,108559 +"335434",86151,109224 +"335435",86151,111662 +"335436",86154,97874 +"335437",86154,109964 +"335438",86155,86213 +"335439",86155,86218 +"335440",86158,96465 +"335441",86158,105224 +"335442",86158,107970 +"335443",86159,110242 +"335444",86160,86174 +"335445",86161,93024 +"335446",86163,105785 +"335447",86167,86520 +"335448",86168,90929 +"335449",86168,90935 +"335450",86168,91066 +"335451",86168,91070 +"335452",86168,91094 +"335453",86168,91095 +"335454",86168,91096 +"335455",86168,91100 +"335456",86169,123334 +"335457",86169,123351 +"335458",86170,86176 +"335459",86170,86244 +"335460",86170,86247 +"335461",86170,86248 +"335462",86170,86322 +"335463",86174,122375 +"335464",86175,110608 +"335465",86175,121550 +"335466",86176,86244 +"335467",86176,86247 +"335468",86176,86248 +"335469",86176,86322 +"335470",86177,113247 +"335471",86178,89001 +"335472",86178,90305 +"335473",86178,95973 +"335474",86178,97600 +"335475",86178,103482 +"335476",86178,113220 +"335477",86178,115900 +"335478",86178,117208 +"335479",86178,118086 +"335480",86178,118090 +"335481",86178,118091 +"335482",86178,118094 +"335483",86178,118098 +"335484",86178,118102 +"335485",86178,118112 +"335486",86178,119939 +"335487",86178,119948 +"335488",86181,86233 +"335489",86182,86377 +"335490",86182,100196 +"335491",86184,111974 +"335492",86185,87149 +"335493",86185,94514 +"335494",86185,94515 +"335495",86186,88716 +"335496",86186,92035 +"335497",86187,86206 +"335498",86187,86211 +"335499",86190,97845 +"335500",86190,120674 +"335501",86193,88175 +"335502",86193,103950 +"335503",86193,111323 +"335504",86193,115647 +"335505",86194,87936 +"335506",86194,92296 +"335507",86195,86223 +"335508",86195,86230 +"335509",86196,111699 +"335510",86196,114975 +"335511",86196,114981 +"335512",86196,121618 +"335513",86198,86225 +"335514",86199,86212 +"335515",86201,87928 +"335516",86203,105538 +"335517",86204,111404 +"335518",86205,97365 +"335519",86206,86211 +"335520",86207,96303 +"335521",86210,103201 +"335522",86210,117883 +"335523",86213,86218 +"335524",86214,87848 +"335525",86214,90852 +"335526",86214,100084 +"335527",86214,100359 +"335528",86214,101735 +"335529",86214,104452 +"335530",86219,86224 +"335531",86219,98108 +"335532",86219,98128 +"335533",86221,91699 +"335534",86221,104687 +"335535",86223,86230 +"335536",86224,105754 +"335537",86226,86281 +"335538",86228,86229 +"335539",86228,101113 +"335540",86228,103462 +"335541",86230,111590 +"335542",86230,123410 +"335543",86230,123412 +"335544",86232,94605 +"335545",86232,103589 +"335546",86232,105092 +"335547",86234,101752 +"335548",86234,101875 +"335549",86234,123256 +"335550",86236,103794 +"335551",86236,110950 +"335552",86236,111705 +"335553",86236,111710 +"335554",86239,97865 +"335555",86242,115163 +"335556",86243,100465 +"335557",86243,102974 +"335558",86243,104682 +"335559",86244,86247 +"335560",86244,86248 +"335561",86244,86322 +"335562",86246,103538 +"335563",86247,86248 +"335564",86247,86322 +"335565",86248,86322 +"335566",86249,86310 +"335567",86249,88059 +"335568",86250,95829 +"335569",86250,96824 +"335570",86254,91404 +"335571",86254,107048 +"335572",86255,86359 +"335573",86257,86260 +"335574",86258,89584 +"335575",86261,108736 +"335576",86261,119028 +"335577",86261,119036 +"335578",86265,98957 +"335579",86266,95997 +"335580",86268,91535 +"335581",86269,94093 +"335582",86270,87691 +"335583",86270,109429 +"335584",86271,95628 +"335585",86272,86288 +"335586",86273,94668 +"335587",86273,104570 +"335588",86275,86276 +"335589",86276,92761 +"335590",86277,112093 +"335591",86278,87289 +"335592",86279,92580 +"335593",86279,92785 +"335594",86279,93969 +"335595",86279,97440 +"335596",86279,99974 +"335597",86279,100239 +"335598",86279,100360 +"335599",86279,116423 +"335600",86279,116430 +"335601",86283,86294 +"335602",86285,119520 +"335603",86286,90600 +"335604",86286,102015 +"335605",86286,113215 +"335606",86286,118004 +"335607",86286,123430 +"335608",86290,99850 +"335609",86290,109811 +"335610",86290,111101 +"335611",86290,111114 +"335612",86290,111230 +"335613",86298,92604 +"335614",86299,87053 +"335615",86302,95943 +"335616",86302,95977 +"335617",86302,96023 +"335618",86302,100884 +"335619",86302,103547 +"335620",86305,86422 +"335621",86305,123116 +"335622",86306,88120 +"335623",86308,107026 +"335624",86308,107037 +"335625",86308,107081 +"335626",86310,88059 +"335627",86310,105106 +"335628",86310,106792 +"335629",86315,92712 +"335630",86317,94511 +"335631",86318,121176 +"335632",86318,121190 +"335633",86319,104836 +"335634",86319,113259 +"335635",86321,88018 +"335636",86321,95073 +"335637",86321,100237 +"335638",86321,105194 +"335639",86321,111519 +"335640",86321,117037 +"335641",86321,119255 +"335642",86323,106061 +"335643",86323,119453 +"335644",86325,87105 +"335645",86325,87632 +"335646",86325,100396 +"335647",86325,115718 +"335648",86328,86367 +"335649",86332,92926 +"335650",86332,94722 +"335651",86333,115591 +"335652",86337,112798 +"335653",86339,86802 +"335654",86339,95117 +"335655",86345,86394 +"335656",86345,86442 +"335657",86347,86840 +"335658",86347,95932 +"335659",86347,95981 +"335660",86348,109693 +"335661",86348,118633 +"335662",86349,111742 +"335663",86349,116923 +"335664",86349,116925 +"335665",86349,116948 +"335666",86349,119562 +"335667",86351,86451 +"335668",86351,86882 +"335669",86351,87175 +"335670",86351,87451 +"335671",86351,87521 +"335672",86351,87572 +"335673",86351,87663 +"335674",86351,87721 +"335675",86351,87862 +"335676",86351,120227 +"335677",86352,113848 +"335678",86352,117475 +"335679",86352,118219 +"335680",86354,92608 +"335681",86354,116220 +"335682",86355,99909 +"335683",86356,101112 +"335684",86356,101924 +"335685",86356,102414 +"335686",86356,105708 +"335687",86356,120551 +"335688",86358,93710 +"335689",86358,94697 +"335690",86358,111119 +"335691",86358,113808 +"335692",86359,94995 +"335693",86361,88851 +"335694",86361,101799 +"335695",86361,101800 +"335696",86362,91217 +"335697",86362,104110 +"335698",86364,95626 +"335699",86364,104015 +"335700",86364,111051 +"335701",86369,86381 +"335702",86370,91309 +"335703",86371,89753 +"335704",86371,90894 +"335705",86373,86727 +"335706",86373,89760 +"335707",86373,90663 +"335708",86373,91167 +"335709",86373,93509 +"335710",86373,106938 +"335711",86374,94612 +"335712",86374,97347 +"335713",86374,97606 +"335714",86374,97680 +"335715",86374,97700 +"335716",86374,97701 +"335717",86376,86558 +"335718",86378,87443 +"335719",86378,91969 +"335720",86378,118721 +"335721",86379,108618 +"335722",86379,119009 +"335723",86383,118561 +"335724",86383,118726 +"335725",86386,107744 +"335726",86388,86617 +"335727",86389,108532 +"335728",86389,112331 +"335729",86392,97682 +"335730",86392,108656 +"335731",86394,86442 +"335732",86395,91339 +"335733",86396,93123 +"335734",86397,86398 +"335735",86398,95252 +"335736",86398,111425 +"335737",86399,93827 +"335738",86399,93828 +"335739",86399,93866 +"335740",86399,108737 +"335741",86399,109076 +"335742",86400,109703 +"335743",86401,95576 +"335744",86402,94384 +"335745",86402,101479 +"335746",86402,113665 +"335747",86406,94808 +"335748",86406,96142 +"335749",86406,103507 +"335750",86406,103512 +"335751",86406,103641 +"335752",86406,103712 +"335753",86406,105396 +"335754",86406,105405 +"335755",86406,105407 +"335756",86406,105411 +"335757",86407,96431 +"335758",86408,93256 +"335759",86408,110090 +"335760",86409,105068 +"335761",86409,105741 +"335762",86411,91062 +"335763",86412,87090 +"335764",86413,86419 +"335765",86415,96942 +"335766",86415,104224 +"335767",86416,100191 +"335768",86416,109088 +"335769",86416,112057 +"335770",86418,93387 +"335771",86420,116541 +"335772",86421,97406 +"335773",86423,86563 +"335774",86423,93280 +"335775",86423,109696 +"335776",86424,100207 +"335777",86426,101364 +"335778",86426,114490 +"335779",86427,86461 +"335780",86428,86445 +"335781",86429,86741 +"335782",86429,92917 +"335783",86429,98477 +"335784",86429,103092 +"335785",86430,94863 +"335786",86432,95912 +"335787",86432,101079 +"335788",86434,94790 +"335789",86434,97248 +"335790",86434,97267 +"335791",86434,97270 +"335792",86437,95116 +"335793",86437,103396 +"335794",86437,108854 +"335795",86439,117129 +"335796",86443,96366 +"335797",86444,87753 +"335798",86444,99215 +"335799",86444,101769 +"335800",86444,108226 +"335801",86444,122789 +"335802",86447,100997 +"335803",86448,86580 +"335804",86448,86622 +"335805",86448,93298 +"335806",86451,86882 +"335807",86451,87175 +"335808",86451,87451 +"335809",86451,87521 +"335810",86451,87572 +"335811",86451,87663 +"335812",86451,87721 +"335813",86451,87862 +"335814",86453,89301 +"335815",86453,90518 +"335816",86453,93524 +"335817",86453,98743 +"335818",86453,109545 +"335819",86455,94511 +"335820",86455,103132 +"335821",86458,102049 +"335822",86459,120363 +"335823",86460,115280 +"335824",86460,120024 +"335825",86462,88531 +"335826",86462,99034 +"335827",86462,110032 +"335828",86462,110037 +"335829",86462,118486 +"335830",86463,114536 +"335831",86463,115096 +"335832",86464,89870 +"335833",86464,102821 +"335834",86464,115527 +"335835",86465,86478 +"335836",86466,89007 +"335837",86467,102564 +"335838",86468,86483 +"335839",86468,87920 +"335840",86470,113185 +"335841",86471,90804 +"335842",86471,91022 +"335843",86471,91045 +"335844",86471,95675 +"335845",86471,101516 +"335846",86471,102387 +"335847",86471,108374 +"335848",86471,108893 +"335849",86471,109101 +"335850",86471,109523 +"335851",86471,110993 +"335852",86471,111338 +"335853",86471,111398 +"335854",86471,111409 +"335855",86471,111480 +"335856",86471,112422 +"335857",86471,112648 +"335858",86471,112708 +"335859",86471,112820 +"335860",86471,112997 +"335861",86471,113597 +"335862",86471,114418 +"335863",86471,114582 +"335864",86471,115371 +"335865",86471,116028 +"335866",86471,116604 +"335867",86473,89577 +"335868",86474,103723 +"335869",86474,106294 +"335870",86474,106304 +"335871",86474,114857 +"335872",86474,122021 +"335873",86476,94885 +"335874",86476,94886 +"335875",86476,94915 +"335876",86481,115704 +"335877",86482,114029 +"335878",86485,86511 +"335879",86490,89710 +"335880",86490,95604 +"335881",86490,99329 +"335882",86490,99341 +"335883",86490,100173 +"335884",86490,110246 +"335885",86490,113803 +"335886",86490,115195 +"335887",86490,115233 +"335888",86490,115255 +"335889",86490,115264 +"335890",86493,92460 +"335891",86493,94773 +"335892",86494,102172 +"335893",86496,91618 +"335894",86499,115344 +"335895",86501,108825 +"335896",86501,108843 +"335897",86501,108846 +"335898",86501,108875 +"335899",86501,116551 +"335900",86503,91698 +"335901",86503,94877 +"335902",86503,97142 +"335903",86503,105400 +"335904",86505,94462 +"335905",86508,87292 +"335906",86508,87317 +"335907",86510,91541 +"335908",86510,99689 +"335909",86510,114768 +"335910",86512,86513 +"335911",86513,117348 +"335912",86514,100532 +"335913",86514,101709 +"335914",86514,106640 +"335915",86514,107302 +"335916",86514,109063 +"335917",86514,117356 +"335918",86514,117369 +"335919",86514,119564 +"335920",86515,86754 +"335921",86515,92102 +"335922",86516,91645 +"335923",86516,92480 +"335924",86519,96700 +"335925",86519,96701 +"335926",86519,96724 +"335927",86520,87929 +"335928",86521,92425 +"335929",86521,92445 +"335930",86521,93585 +"335931",86522,86546 +"335932",86522,94556 +"335933",86522,94559 +"335934",86522,94568 +"335935",86523,101642 +"335936",86524,95647 +"335937",86525,98838 +"335938",86525,109538 +"335939",86529,104479 +"335940",86532,88979 +"335941",86532,101824 +"335942",86534,86552 +"335943",86534,86570 +"335944",86536,88480 +"335945",86536,122490 +"335946",86538,106408 +"335947",86541,100023 +"335948",86542,90068 +"335949",86544,86545 +"335950",86548,89669 +"335951",86548,103658 +"335952",86548,104867 +"335953",86548,104940 +"335954",86548,110762 +"335955",86548,113105 +"335956",86548,118056 +"335957",86549,98927 +"335958",86549,102048 +"335959",86549,118356 +"335960",86550,95881 +"335961",86551,113322 +"335962",86552,86570 +"335963",86552,104775 +"335964",86553,94987 +"335965",86553,123225 +"335966",86553,123246 +"335967",86553,123251 +"335968",86553,123254 +"335969",86553,123265 +"335970",86554,102396 +"335971",86554,103343 +"335972",86555,115262 +"335973",86558,116722 +"335974",86559,88691 +"335975",86559,91062 +"335976",86559,121424 +"335977",86560,111729 +"335978",86560,113332 +"335979",86566,86568 +"335980",86567,96581 +"335981",86567,98051 +"335982",86567,98084 +"335983",86576,95473 +"335984",86578,109963 +"335985",86578,111723 +"335986",86580,86622 +"335987",86580,91374 +"335988",86581,89103 +"335989",86581,113200 +"335990",86581,113205 +"335991",86582,86650 +"335992",86584,89017 +"335993",86584,89901 +"335994",86585,99242 +"335995",86589,93880 +"335996",86589,99153 +"335997",86595,90960 +"335998",86595,96073 +"335999",86595,105620 +"336000",86598,86619 +"336001",86599,86641 +"336002",86600,88650 +"336003",86600,88782 +"336004",86600,92517 +"336005",86600,95604 +"336006",86600,96099 +"336007",86600,99210 +"336008",86600,100140 +"336009",86600,102353 +"336010",86600,105198 +"336011",86600,106528 +"336012",86600,109371 +"336013",86600,109373 +"336014",86600,110250 +"336015",86600,111155 +"336016",86600,122588 +"336017",86600,122819 +"336018",86600,122852 +"336019",86600,122861 +"336020",86600,122863 +"336021",86600,122864 +"336022",86601,86944 +"336023",86601,87013 +"336024",86601,99531 +"336025",86601,99537 +"336026",86601,99548 +"336027",86602,91659 +"336028",86603,86629 +"336029",86605,116305 +"336030",86607,106703 +"336031",86608,113634 +"336032",86608,113635 +"336033",86612,86620 +"336034",86613,86623 +"336035",86615,86616 +"336036",86615,92588 +"336037",86615,100714 +"336038",86615,110130 +"336039",86617,86830 +"336040",86617,91462 +"336041",86617,92156 +"336042",86617,105343 +"336043",86617,110148 +"336044",86617,111573 +"336045",86617,116309 +"336046",86617,121683 +"336047",86621,89954 +"336048",86621,98294 +"336049",86621,109387 +"336050",86621,109405 +"336051",86621,109410 +"336052",86623,98686 +"336053",86623,98703 +"336054",86623,98706 +"336055",86624,86683 +"336056",86624,86694 +"336057",86624,86701 +"336058",86624,86712 +"336059",86624,86732 +"336060",86626,86731 +"336061",86627,101291 +"336062",86627,104970 +"336063",86627,105177 +"336064",86627,105367 +"336065",86628,90946 +"336066",86628,90977 +"336067",86628,92928 +"336068",86628,94076 +"336069",86628,94105 +"336070",86628,99423 +"336071",86628,108367 +"336072",86628,109143 +"336073",86628,111373 +"336074",86628,119865 +"336075",86628,122395 +"336076",86630,98208 +"336077",86634,92832 +"336078",86634,92869 +"336079",86635,86673 +"336080",86635,105727 +"336081",86635,109313 +"336082",86644,122732 +"336083",86648,91891 +"336084",86649,107559 +"336085",86650,87780 +"336086",86654,99368 +"336087",86657,106202 +"336088",86657,119989 +"336089",86660,88473 +"336090",86661,103416 +"336091",86662,104284 +"336092",86668,97316 +"336093",86668,98361 +"336094",86668,112725 +"336095",86668,113028 +"336096",86669,108417 +"336097",86672,87310 +"336098",86672,98025 +"336099",86672,107739 +"336100",86672,117571 +"336101",86673,102226 +"336102",86673,103205 +"336103",86673,103277 +"336104",86675,95862 +"336105",86675,110933 +"336106",86675,117166 +"336107",86677,88129 +"336108",86679,117267 +"336109",86679,123005 +"336110",86680,104480 +"336111",86683,86694 +"336112",86683,86701 +"336113",86683,86712 +"336114",86683,86732 +"336115",86685,96231 +"336116",86687,88710 +"336117",86687,113066 +"336118",86687,113084 +"336119",86687,113085 +"336120",86687,113091 +"336121",86687,113103 +"336122",86687,113141 +"336123",86691,105599 +"336124",86694,86701 +"336125",86694,86712 +"336126",86694,86732 +"336127",86696,96416 +"336128",86696,98907 +"336129",86698,93318 +"336130",86698,102792 +"336131",86699,88324 +"336132",86701,86712 +"336133",86701,86732 +"336134",86702,86728 +"336135",86702,92846 +"336136",86702,97434 +"336137",86702,97435 +"336138",86704,102229 +"336139",86704,117995 +"336140",86704,119534 +"336141",86705,86789 +"336142",86708,117659 +"336143",86708,118346 +"336144",86709,91128 +"336145",86709,111364 +"336146",86710,96716 +"336147",86712,86732 +"336148",86714,86815 +"336149",86714,87038 +"336150",86714,98384 +"336151",86716,86753 +"336152",86716,87256 +"336153",86720,91771 +"336154",86720,119688 +"336155",86721,118887 +"336156",86722,115931 +"336157",86723,86724 +"336158",86726,93362 +"336159",86727,105956 +"336160",86727,106938 +"336161",86728,110087 +"336162",86729,86885 +"336163",86729,96613 +"336164",86729,97388 +"336165",86729,97412 +"336166",86733,105263 +"336167",86734,102142 +"336168",86735,107086 +"336169",86737,86758 +"336170",86737,106021 +"336171",86739,91138 +"336172",86739,102608 +"336173",86739,106468 +"336174",86739,120079 +"336175",86741,98477 +"336176",86742,88353 +"336177",86742,104076 +"336178",86745,108572 +"336179",86746,108571 +"336180",86747,104706 +"336181",86748,97245 +"336182",86750,111842 +"336183",86750,120876 +"336184",86751,86770 +"336185",86752,87846 +"336186",86754,87157 +"336187",86757,86763 +"336188",86757,86768 +"336189",86758,108101 +"336190",86758,108109 +"336191",86761,105941 +"336192",86761,106196 +"336193",86761,108665 +"336194",86761,120011 +"336195",86761,122549 +"336196",86762,95327 +"336197",86762,121982 +"336198",86763,86768 +"336199",86765,95934 +"336200",86765,96033 +"336201",86765,101273 +"336202",86767,98274 +"336203",86769,92121 +"336204",86771,100256 +"336205",86771,103095 +"336206",86771,108728 +"336207",86774,87908 +"336208",86776,91822 +"336209",86776,91837 +"336210",86776,91857 +"336211",86776,91871 +"336212",86778,95931 +"336213",86778,101842 +"336214",86778,111983 +"336215",86781,118150 +"336216",86785,101298 +"336217",86785,109200 +"336218",86785,119836 +"336219",86786,102729 +"336220",86787,108509 +"336221",86787,108594 +"336222",86790,111999 +"336223",86793,86800 +"336224",86794,87062 +"336225",86796,89896 +"336226",86796,110496 +"336227",86798,86822 +"336228",86801,86804 +"336229",86802,88982 +"336230",86802,95117 +"336231",86802,95850 +"336232",86802,104874 +"336233",86802,109590 +"336234",86802,109597 +"336235",86803,120057 +"336236",86805,86828 +"336237",86806,103865 +"336238",86806,103887 +"336239",86809,94565 +"336240",86809,103065 +"336241",86809,105602 +"336242",86811,90799 +"336243",86811,90815 +"336244",86812,111182 +"336245",86813,90747 +"336246",86813,93385 +"336247",86814,115787 +"336248",86815,87038 +"336249",86816,106051 +"336250",86816,112191 +"336251",86817,110499 +"336252",86820,95901 +"336253",86820,103650 +"336254",86820,115466 +"336255",86820,121605 +"336256",86827,98279 +"336257",86828,99528 +"336258",86828,115283 +"336259",86830,86893 +"336260",86830,105343 +"336261",86830,111573 +"336262",86831,87743 +"336263",86832,96140 +"336264",86832,96291 +"336265",86832,105892 +"336266",86832,107504 +"336267",86832,109744 +"336268",86832,115747 +"336269",86832,117847 +"336270",86832,118303 +"336271",86832,118304 +"336272",86832,118312 +"336273",86832,118314 +"336274",86832,120305 +"336275",86832,121079 +"336276",86834,104428 +"336277",86835,115462 +"336278",86835,115466 +"336279",86836,111763 +"336280",86837,93608 +"336281",86837,94665 +"336282",86837,95358 +"336283",86839,93918 +"336284",86839,98165 +"336285",86846,102371 +"336286",86848,86889 +"336287",86855,87380 +"336288",86863,87008 +"336289",86864,86873 +"336290",86865,103523 +"336291",86865,109084 +"336292",86868,104239 +"336293",86870,108782 +"336294",86872,89982 +"336295",86872,102958 +"336296",86875,107052 +"336297",86876,91706 +"336298",86880,110336 +"336299",86880,111881 +"336300",86880,121457 +"336301",86880,122887 +"336302",86881,96991 +"336303",86881,111818 +"336304",86881,112368 +"336305",86881,121972 +"336306",86882,87175 +"336307",86882,87451 +"336308",86882,87521 +"336309",86882,87572 +"336310",86882,87663 +"336311",86882,87721 +"336312",86882,87862 +"336313",86884,87052 +"336314",86886,86887 +"336315",86889,96274 +"336316",86889,97878 +"336317",86890,92781 +"336318",86892,89208 +"336319",86892,103650 +"336320",86892,104472 +"336321",86892,113723 +"336322",86892,123289 +"336323",86894,86908 +"336324",86894,86916 +"336325",86899,86944 +"336326",86900,123395 +"336327",86901,108951 +"336328",86901,108956 +"336329",86905,91975 +"336330",86905,94060 +"336331",86907,86946 +"336332",86908,86916 +"336333",86908,99004 +"336334",86910,86925 +"336335",86913,86914 +"336336",86915,87010 +"336337",86916,108054 +"336338",86916,111611 +"336339",86917,98500 +"336340",86919,89037 +"336341",86919,89289 +"336342",86920,91065 +"336343",86920,91092 +"336344",86924,86931 +"336345",86924,86970 +"336346",86925,87101 +"336347",86925,112974 +"336348",86926,108702 +"336349",86926,109237 +"336350",86929,101480 +"336351",86930,86939 +"336352",86931,86970 +"336353",86932,86956 +"336354",86933,106400 +"336355",86933,109169 +"336356",86934,110513 +"336357",86938,87330 +"336358",86940,87063 +"336359",86944,99531 +"336360",86944,99537 +"336361",86944,99548 +"336362",86946,95336 +"336363",86946,95351 +"336364",86948,107331 +"336365",86948,114080 +"336366",86948,123169 +"336367",86950,87397 +"336368",86950,87403 +"336369",86951,122598 +"336370",86951,122665 +"336371",86952,87386 +"336372",86956,119248 +"336373",86958,86975 +"336374",86961,93351 +"336375",86961,105661 +"336376",86962,100820 +"336377",86962,109612 +"336378",86962,110864 +"336379",86962,117108 +"336380",86962,119729 +"336381",86962,119782 +"336382",86964,87130 +"336383",86966,92478 +"336384",86966,93209 +"336385",86969,87225 +"336386",86971,87371 +"336387",86971,98570 +"336388",86974,89203 +"336389",86974,89940 +"336390",86974,99806 +"336391",86974,105084 +"336392",86974,107335 +"336393",86978,119459 +"336394",86982,92097 +"336395",86982,115585 +"336396",86986,91186 +"336397",86986,112812 +"336398",86986,112867 +"336399",86986,116869 +"336400",86987,91333 +"336401",86988,98751 +"336402",86988,114349 +"336403",86988,114351 +"336404",86989,113212 +"336405",86991,87020 +"336406",86993,98251 +"336407",86994,86997 +"336408",86996,99362 +"336409",86999,88851 +"336410",87000,105162 +"336411",87001,90374 +"336412",87001,93420 +"336413",87003,99080 +"336414",87014,102548 +"336415",87015,103890 +"336416",87019,109433 +"336417",87019,109467 +"336418",87019,114747 +"336419",87023,87024 +"336420",87024,98265 +"336421",87025,104760 +"336422",87025,104780 +"336423",87026,101355 +"336424",87026,114201 +"336425",87026,122113 +"336426",87029,104866 +"336427",87031,98400 +"336428",87031,99200 +"336429",87031,99224 +"336430",87033,96962 +"336431",87034,90023 +"336432",87034,100644 +"336433",87034,104884 +"336434",87034,110275 +"336435",87034,113994 +"336436",87036,100251 +"336437",87043,99821 +"336438",87044,113449 +"336439",87047,87079 +"336440",87048,87051 +"336441",87048,111971 +"336442",87048,116808 +"336443",87051,105724 +"336444",87053,109682 +"336445",87053,109873 +"336446",87053,109889 +"336447",87053,109898 +"336448",87053,109907 +"336449",87054,87870 +"336450",87054,98117 +"336451",87054,101590 +"336452",87054,103011 +"336453",87054,110283 +"336454",87055,101413 +"336455",87057,87061 +"336456",87057,87074 +"336457",87059,99262 +"336458",87060,87073 +"336459",87061,87074 +"336460",87061,95929 +"336461",87062,88819 +"336462",87062,110211 +"336463",87062,115116 +"336464",87062,122803 +"336465",87063,105428 +"336466",87063,106113 +"336467",87065,88201 +"336468",87065,90493 +"336469",87066,91922 +"336470",87067,107392 +"336471",87070,101888 +"336472",87070,111198 +"336473",87074,98835 +"336474",87076,88976 +"336475",87076,91827 +"336476",87077,116681 +"336477",87078,96128 +"336478",87079,90395 +"336479",87079,100368 +"336480",87082,90399 +"336481",87082,101757 +"336482",87082,101932 +"336483",87082,111392 +"336484",87082,116622 +"336485",87083,96553 +"336486",87083,100241 +"336487",87084,113134 +"336488",87090,87091 +"336489",87093,92218 +"336490",87093,114033 +"336491",87094,87095 +"336492",87096,87213 +"336493",87099,87111 +"336494",87099,98356 +"336495",87102,87120 +"336496",87103,88713 +"336497",87103,93437 +"336498",87105,87632 +"336499",87107,91227 +"336500",87109,119770 +"336501",87113,88946 +"336502",87115,87122 +"336503",87116,108831 +"336504",87117,116072 +"336505",87119,89771 +"336506",87119,114444 +"336507",87119,119669 +"336508",87123,112913 +"336509",87124,99807 +"336510",87125,92967 +"336511",87125,107115 +"336512",87126,98204 +"336513",87126,104619 +"336514",87131,88918 +"336515",87131,117268 +"336516",87132,98792 +"336517",87133,117674 +"336518",87134,87144 +"336519",87136,117951 +"336520",87138,102649 +"336521",87140,96867 +"336522",87142,87235 +"336523",87142,89172 +"336524",87142,90064 +"336525",87142,90065 +"336526",87142,90554 +"336527",87142,111208 +"336528",87142,112102 +"336529",87142,121739 +"336530",87144,94876 +"336531",87145,87178 +"336532",87145,87179 +"336533",87146,122586 +"336534",87147,99375 +"336535",87147,121762 +"336536",87148,91249 +"336537",87148,101395 +"336538",87148,103964 +"336539",87148,110650 +"336540",87148,110902 +"336541",87148,112410 +"336542",87148,114865 +"336543",87148,121145 +"336544",87148,122448 +"336545",87148,122454 +"336546",87153,87170 +"336547",87153,87174 +"336548",87156,100546 +"336549",87156,100547 +"336550",87158,90771 +"336551",87159,88484 +"336552",87159,99344 +"336553",87159,105971 +"336554",87160,89946 +"336555",87161,114811 +"336556",87164,87920 +"336557",87164,123440 +"336558",87166,105429 +"336559",87166,120108 +"336560",87170,87174 +"336561",87171,108525 +"336562",87171,112191 +"336563",87172,106708 +"336564",87172,109649 +"336565",87173,104413 +"336566",87175,87451 +"336567",87175,87521 +"336568",87175,87572 +"336569",87175,87663 +"336570",87175,87721 +"336571",87175,87862 +"336572",87176,91399 +"336573",87176,98888 +"336574",87177,87205 +"336575",87178,87179 +"336576",87178,100643 +"336577",87178,100857 +"336578",87178,101196 +"336579",87181,87218 +"336580",87181,96010 +"336581",87183,93933 +"336582",87183,107086 +"336583",87184,87207 +"336584",87184,87232 +"336585",87187,87188 +"336586",87189,87313 +"336587",87189,87387 +"336588",87190,88304 +"336589",87190,89258 +"336590",87191,97710 +"336591",87192,100892 +"336592",87192,101305 +"336593",87192,106849 +"336594",87192,111848 +"336595",87194,90427 +"336596",87194,107365 +"336597",87195,87237 +"336598",87195,110568 +"336599",87195,110698 +"336600",87196,87199 +"336601",87198,92785 +"336602",87198,94569 +"336603",87198,100698 +"336604",87198,104733 +"336605",87198,112240 +"336606",87198,113002 +"336607",87198,113189 +"336608",87202,92590 +"336609",87205,99117 +"336610",87205,102800 +"336611",87206,94532 +"336612",87206,110590 +"336613",87207,87232 +"336614",87208,90623 +"336615",87208,99114 +"336616",87208,101794 +"336617",87210,87236 +"336618",87212,97910 +"336619",87212,108917 +"336620",87214,89227 +"336621",87216,121283 +"336622",87216,121293 +"336623",87219,103147 +"336624",87219,108919 +"336625",87219,112807 +"336626",87220,91263 +"336627",87220,96919 +"336628",87220,99583 +"336629",87220,119673 +"336630",87220,122718 +"336631",87224,88775 +"336632",87226,94997 +"336633",87226,102046 +"336634",87227,93517 +"336635",87230,103785 +"336636",87234,100523 +"336637",87236,92846 +"336638",87239,87240 +"336639",87242,95494 +"336640",87242,98074 +"336641",87243,106853 +"336642",87243,119388 +"336643",87243,119394 +"336644",87244,99682 +"336645",87246,115332 +"336646",87248,95266 +"336647",87254,90036 +"336648",87254,100768 +"336649",87257,96452 +"336650",87258,108045 +"336651",87259,87458 +"336652",87260,88308 +"336653",87260,100502 +"336654",87260,104662 +"336655",87260,109434 +"336656",87260,120282 +"336657",87261,92639 +"336658",87263,100782 +"336659",87263,112132 +"336660",87263,116894 +"336661",87264,97840 +"336662",87264,117869 +"336663",87265,103552 +"336664",87266,99172 +"336665",87267,99252 +"336666",87267,99264 +"336667",87269,111006 +"336668",87270,106751 +"336669",87271,99392 +"336670",87271,99393 +"336671",87272,101524 +"336672",87273,93966 +"336673",87273,95831 +"336674",87273,106484 +"336675",87273,117387 +"336676",87273,117393 +"336677",87275,101333 +"336678",87276,115405 +"336679",87276,115946 +"336680",87279,92352 +"336681",87281,87396 +"336682",87287,122483 +"336683",87287,122513 +"336684",87288,89498 +"336685",87289,87294 +"336686",87289,98540 +"336687",87290,87304 +"336688",87291,87301 +"336689",87291,87318 +"336690",87292,87317 +"336691",87293,115858 +"336692",87293,115866 +"336693",87293,115871 +"336694",87295,90456 +"336695",87298,87302 +"336696",87298,123125 +"336697",87299,87571 +"336698",87300,109077 +"336699",87301,87318 +"336700",87304,109605 +"336701",87304,112857 +"336702",87305,88991 +"336703",87305,93980 +"336704",87305,99433 +"336705",87306,93202 +"336706",87306,116932 +"336707",87306,118282 +"336708",87307,87314 +"336709",87308,115336 +"336710",87310,119578 +"336711",87311,102835 +"336712",87312,90642 +"336713",87312,112407 +"336714",87313,87387 +"336715",87316,117304 +"336716",87319,99752 +"336717",87319,104292 +"336718",87324,116520 +"336719",87324,122155 +"336720",87325,87336 +"336721",87329,87332 +"336722",87329,87333 +"336723",87330,91266 +"336724",87330,115087 +"336725",87331,106246 +"336726",87331,118564 +"336727",87331,118573 +"336728",87332,87333 +"336729",87334,117943 +"336730",87334,117944 +"336731",87336,106781 +"336732",87336,106828 +"336733",87337,106266 +"336734",87338,95991 +"336735",87338,101468 +"336736",87338,114915 +"336737",87341,87355 +"336738",87341,87363 +"336739",87341,109680 +"336740",87343,91381 +"336741",87345,87352 +"336742",87345,87469 +"336743",87346,118056 +"336744",87347,87351 +"336745",87352,87469 +"336746",87354,90346 +"336747",87355,87363 +"336748",87355,108311 +"336749",87355,112678 +"336750",87356,118197 +"336751",87359,122201 +"336752",87361,87391 +"336753",87362,120965 +"336754",87362,120974 +"336755",87362,120976 +"336756",87366,87388 +"336757",87366,91400 +"336758",87369,108814 +"336759",87370,100265 +"336760",87370,103854 +"336761",87370,109477 +"336762",87371,98570 +"336763",87372,87383 +"336764",87372,87394 +"336765",87372,87405 +"336766",87376,87402 +"336767",87380,91900 +"336768",87382,101138 +"336769",87382,111473 +"336770",87383,87394 +"336771",87383,87405 +"336772",87384,118084 +"336773",87385,90307 +"336774",87385,94242 +"336775",87385,94250 +"336776",87385,94263 +"336777",87386,118843 +"336778",87389,97278 +"336779",87389,103201 +"336780",87389,105625 +"336781",87389,115957 +"336782",87391,100345 +"336783",87392,100810 +"336784",87394,87405 +"336785",87395,98260 +"336786",87396,90858 +"336787",87396,91557 +"336788",87396,104859 +"336789",87396,104864 +"336790",87396,104865 +"336791",87396,104882 +"336792",87396,119931 +"336793",87397,87403 +"336794",87398,90527 +"336795",87399,97047 +"336796",87400,87401 +"336797",87408,95034 +"336798",87408,102913 +"336799",87414,109333 +"336800",87414,112140 +"336801",87414,113659 +"336802",87414,113709 +"336803",87415,98293 +"336804",87416,89453 +"336805",87416,89801 +"336806",87416,91732 +"336807",87416,95156 +"336808",87416,109489 +"336809",87422,114409 +"336810",87426,87431 +"336811",87430,87471 +"336812",87436,109960 +"336813",87436,113959 +"336814",87436,113965 +"336815",87437,87444 +"336816",87438,94980 +"336817",87439,108053 +"336818",87441,94394 +"336819",87442,91467 +"336820",87443,91969 +"336821",87443,105146 +"336822",87443,118721 +"336823",87444,90192 +"336824",87444,98394 +"336825",87445,111943 +"336826",87447,102628 +"336827",87451,87521 +"336828",87451,87572 +"336829",87451,87663 +"336830",87451,87721 +"336831",87451,87862 +"336832",87452,87983 +"336833",87452,91475 +"336834",87455,90653 +"336835",87457,87465 +"336836",87458,91812 +"336837",87464,98146 +"336838",87466,99995 +"336839",87469,111757 +"336840",87476,87490 +"336841",87476,116986 +"336842",87478,114824 +"336843",87479,109728 +"336844",87479,112680 +"336845",87479,112682 +"336846",87479,112693 +"336847",87479,112694 +"336848",87480,99906 +"336849",87484,87575 +"336850",87484,118817 +"336851",87485,109357 +"336852",87488,97946 +"336853",87489,89110 +"336854",87489,111556 +"336855",87492,111431 +"336856",87496,94909 +"336857",87496,113442 +"336858",87501,87507 +"336859",87503,100639 +"336860",87509,91757 +"336861",87509,98434 +"336862",87509,112686 +"336863",87512,100636 +"336864",87515,89761 +"336865",87515,95027 +"336866",87515,99733 +"336867",87515,108406 +"336868",87516,97012 +"336869",87516,104342 +"336870",87516,122396 +"336871",87519,88114 +"336872",87521,87572 +"336873",87521,87663 +"336874",87521,87721 +"336875",87521,87862 +"336876",87524,87551 +"336877",87525,93273 +"336878",87526,95640 +"336879",87526,98165 +"336880",87526,122119 +"336881",87528,107050 +"336882",87531,123354 +"336883",87533,97804 +"336884",87534,103141 +"336885",87534,103156 +"336886",87534,103192 +"336887",87537,87733 +"336888",87537,87750 +"336889",87537,122654 +"336890",87538,87557 +"336891",87538,87683 +"336892",87538,102713 +"336893",87539,94143 +"336894",87544,91118 +"336895",87544,118329 +"336896",87544,119583 +"336897",87545,92384 +"336898",87545,102432 +"336899",87545,104612 +"336900",87550,95451 +"336901",87551,109058 +"336902",87551,109070 +"336903",87552,92248 +"336904",87554,89264 +"336905",87554,98237 +"336906",87554,110986 +"336907",87554,111079 +"336908",87554,111087 +"336909",87557,87683 +"336910",87557,102713 +"336911",87558,92495 +"336912",87558,111744 +"336913",87560,112024 +"336914",87560,120137 +"336915",87560,121841 +"336916",87561,99273 +"336917",87561,101508 +"336918",87561,102937 +"336919",87562,93411 +"336920",87562,109540 +"336921",87562,110547 +"336922",87563,97748 +"336923",87564,87696 +"336924",87564,105427 +"336925",87568,108518 +"336926",87569,119764 +"336927",87571,109046 +"336928",87572,87663 +"336929",87572,87721 +"336930",87572,87862 +"336931",87574,100376 +"336932",87575,118817 +"336933",87576,87605 +"336934",87576,107222 +"336935",87578,99613 +"336936",87578,119110 +"336937",87579,89689 +"336938",87582,88252 +"336939",87582,94667 +"336940",87582,96654 +"336941",87583,91458 +"336942",87583,116499 +"336943",87583,120211 +"336944",87586,102909 +"336945",87587,88287 +"336946",87588,102985 +"336947",87589,118678 +"336948",87590,105884 +"336949",87591,87594 +"336950",87595,119488 +"336951",87596,111953 +"336952",87597,106430 +"336953",87599,112130 +"336954",87599,118459 +"336955",87606,90535 +"336956",87611,91988 +"336957",87613,89877 +"336958",87615,101826 +"336959",87616,95771 +"336960",87618,93534 +"336961",87618,115796 +"336962",87618,123458 +"336963",87621,109087 +"336964",87621,117999 +"336965",87625,118260 +"336966",87625,118263 +"336967",87627,100408 +"336968",87631,105659 +"336969",87631,115101 +"336970",87631,115120 +"336971",87632,87727 +"336972",87633,94121 +"336973",87633,106797 +"336974",87634,98972 +"336975",87635,102628 +"336976",87635,103956 +"336977",87635,103980 +"336978",87636,95520 +"336979",87636,99670 +"336980",87637,89902 +"336981",87638,99773 +"336982",87638,117362 +"336983",87638,117363 +"336984",87638,121828 +"336985",87639,87643 +"336986",87640,87667 +"336987",87640,87680 +"336988",87640,87682 +"336989",87641,87672 +"336990",87642,87661 +"336991",87643,100716 +"336992",87644,87649 +"336993",87647,92054 +"336994",87647,92507 +"336995",87647,92509 +"336996",87650,120892 +"336997",87650,120896 +"336998",87652,87669 +"336999",87654,92698 +"337000",87655,94081 +"337001",87663,87721 +"337002",87663,87862 +"337003",87663,117438 +"337004",87666,95304 +"337005",87666,104066 +"337006",87667,87680 +"337007",87667,87682 +"337008",87668,101276 +"337009",87668,109007 +"337010",87668,109650 +"337011",87668,114431 +"337012",87671,106127 +"337013",87674,100145 +"337014",87674,101970 +"337015",87674,103996 +"337016",87674,122824 +"337017",87676,87688 +"337018",87677,87678 +"337019",87680,87682 +"337020",87683,114001 +"337021",87685,92422 +"337022",87685,92442 +"337023",87686,115971 +"337024",87686,117098 +"337025",87686,118177 +"337026",87687,95198 +"337027",87687,106934 +"337028",87690,97931 +"337029",87690,108704 +"337030",87690,111471 +"337031",87690,118999 +"337032",87690,119441 +"337033",87692,90802 +"337034",87692,90850 +"337035",87692,101395 +"337036",87692,115007 +"337037",87692,117011 +"337038",87694,87699 +"337039",87696,105427 +"337040",87697,94576 +"337041",87698,88722 +"337042",87699,90294 +"337043",87699,90306 +"337044",87701,88098 +"337045",87701,89694 +"337046",87701,98726 +"337047",87701,98757 +"337048",87702,101633 +"337049",87702,101638 +"337050",87702,101676 +"337051",87705,99937 +"337052",87709,91719 +"337053",87709,96137 +"337054",87717,105405 +"337055",87717,107573 +"337056",87720,115299 +"337057",87720,121995 +"337058",87721,87862 +"337059",87724,95323 +"337060",87724,118660 +"337061",87724,118932 +"337062",87728,88054 +"337063",87729,103716 +"337064",87730,104103 +"337065",87730,109596 +"337066",87730,118944 +"337067",87731,88297 +"337068",87731,90598 +"337069",87731,117784 +"337070",87733,87750 +"337071",87733,88438 +"337072",87733,106442 +"337073",87733,122654 +"337074",87734,101632 +"337075",87737,92242 +"337076",87737,117674 +"337077",87737,121265 +"337078",87737,121266 +"337079",87738,104049 +"337080",87739,87764 +"337081",87741,87742 +"337082",87743,90669 +"337083",87743,118249 +"337084",87745,88309 +"337085",87745,93681 +"337086",87745,98985 +"337087",87745,107578 +"337088",87748,106186 +"337089",87748,108191 +"337090",87748,110443 +"337091",87748,110822 +"337092",87749,115096 +"337093",87749,115939 +"337094",87749,122675 +"337095",87751,118387 +"337096",87751,118581 +"337097",87752,110996 +"337098",87752,113737 +"337099",87754,110925 +"337100",87754,114124 +"337101",87755,104462 +"337102",87756,88943 +"337103",87758,102944 +"337104",87758,103285 +"337105",87758,109637 +"337106",87758,109871 +"337107",87759,105882 +"337108",87759,117894 +"337109",87759,117896 +"337110",87762,87763 +"337111",87764,112274 +"337112",87766,91802 +"337113",87767,87855 +"337114",87768,91312 +"337115",87769,97354 +"337116",87770,89503 +"337117",87770,90665 +"337118",87770,115917 +"337119",87771,99445 +"337120",87775,87850 +"337121",87777,87976 +"337122",87778,117256 +"337123",87778,117257 +"337124",87779,120523 +"337125",87779,120560 +"337126",87782,111809 +"337127",87782,111815 +"337128",87785,104763 +"337129",87785,109234 +"337130",87786,87787 +"337131",87786,87793 +"337132",87786,87804 +"337133",87787,87793 +"337134",87787,87804 +"337135",87791,119778 +"337136",87792,117291 +"337137",87793,87804 +"337138",87794,94031 +"337139",87794,94448 +"337140",87794,120352 +"337141",87794,120380 +"337142",87794,122657 +"337143",87797,96952 +"337144",87799,99665 +"337145",87800,89923 +"337146",87800,118126 +"337147",87805,90699 +"337148",87808,99748 +"337149",87809,87830 +"337150",87809,87832 +"337151",87809,87842 +"337152",87810,90394 +"337153",87810,105613 +"337154",87813,88773 +"337155",87813,90993 +"337156",87813,90994 +"337157",87813,92417 +"337158",87813,100319 +"337159",87813,101250 +"337160",87813,101462 +"337161",87813,109885 +"337162",87813,110742 +"337163",87813,112606 +"337164",87813,116142 +"337165",87813,116150 +"337166",87813,116151 +"337167",87813,116152 +"337168",87813,116155 +"337169",87813,116159 +"337170",87813,116163 +"337171",87813,116165 +"337172",87813,116166 +"337173",87813,116171 +"337174",87813,116677 +"337175",87813,116678 +"337176",87816,101187 +"337177",87820,119069 +"337178",87821,87869 +"337179",87824,103160 +"337180",87825,106805 +"337181",87827,117930 +"337182",87828,100454 +"337183",87829,88079 +"337184",87830,87832 +"337185",87830,87842 +"337186",87831,100903 +"337187",87831,117277 +"337188",87831,117976 +"337189",87831,117982 +"337190",87832,87842 +"337191",87833,87946 +"337192",87837,101883 +"337193",87839,87852 +"337194",87841,95388 +"337195",87841,99591 +"337196",87841,114069 +"337197",87841,114075 +"337198",87847,108445 +"337199",87848,100359 +"337200",87848,101735 +"337201",87848,104452 +"337202",87853,92017 +"337203",87853,97558 +"337204",87853,117044 +"337205",87856,89918 +"337206",87856,110299 +"337207",87858,101460 +"337208",87858,107448 +"337209",87858,118407 +"337210",87859,92956 +"337211",87860,88043 +"337212",87865,120519 +"337213",87866,97833 +"337214",87866,103035 +"337215",87866,103091 +"337216",87866,114201 +"337217",87870,91156 +"337218",87870,91514 +"337219",87870,92130 +"337220",87870,96356 +"337221",87870,98117 +"337222",87870,103011 +"337223",87870,105435 +"337224",87870,109244 +"337225",87870,109445 +"337226",87870,109449 +"337227",87870,109450 +"337228",87870,109457 +"337229",87871,97774 +"337230",87871,118385 +"337231",87871,120366 +"337232",87875,99305 +"337233",87875,107659 +"337234",87878,87892 +"337235",87881,96441 +"337236",87883,109860 +"337237",87883,118781 +"337238",87890,102512 +"337239",87893,89702 +"337240",87893,108667 +"337241",87895,87897 +"337242",87895,102785 +"337243",87895,106385 +"337244",87895,108048 +"337245",87895,108093 +"337246",87899,99160 +"337247",87901,95986 +"337248",87901,95998 +"337249",87904,95855 +"337250",87904,96851 +"337251",87904,98655 +"337252",87904,102981 +"337253",87904,113853 +"337254",87905,112988 +"337255",87906,102202 +"337256",87906,109099 +"337257",87906,122633 +"337258",87907,112104 +"337259",87907,115339 +"337260",87908,120246 +"337261",87909,90541 +"337262",87913,87940 +"337263",87914,91770 +"337264",87914,97485 +"337265",87914,104662 +"337266",87914,110380 +"337267",87914,110488 +"337268",87914,110719 +"337269",87914,121290 +"337270",87914,121294 +"337271",87915,101381 +"337272",87915,104588 +"337273",87915,106413 +"337274",87915,107481 +"337275",87915,110336 +"337276",87916,87939 +"337277",87916,87944 +"337278",87916,90166 +"337279",87916,107502 +"337280",87917,111968 +"337281",87917,111973 +"337282",87918,112190 +"337283",87918,112195 +"337284",87918,115192 +"337285",87918,115231 +"337286",87918,115301 +"337287",87920,123440 +"337288",87922,92438 +"337289",87922,92451 +"337290",87923,87937 +"337291",87924,87932 +"337292",87924,87942 +"337293",87925,108089 +"337294",87926,89015 +"337295",87930,100856 +"337296",87931,100679 +"337297",87931,109570 +"337298",87931,110432 +"337299",87931,116964 +"337300",87932,87942 +"337301",87932,93702 +"337302",87935,110723 +"337303",87935,110738 +"337304",87935,115346 +"337305",87936,92296 +"337306",87936,105738 +"337307",87936,115683 +"337308",87937,100516 +"337309",87937,111786 +"337310",87937,118530 +"337311",87939,87944 +"337312",87944,92234 +"337313",87945,105924 +"337314",87946,112409 +"337315",87947,119651 +"337316",87953,103400 +"337317",87953,103401 +"337318",87956,109300 +"337319",87957,96661 +"337320",87957,100907 +"337321",87957,101333 +"337322",87957,102480 +"337323",87957,113594 +"337324",87960,103572 +"337325",87960,103718 +"337326",87960,108941 +"337327",87960,111836 +"337328",87965,108560 +"337329",87966,118406 +"337330",87969,98441 +"337331",87970,103616 +"337332",87973,109049 +"337333",87976,116470 +"337334",87978,87981 +"337335",87979,93819 +"337336",87982,88421 +"337337",87982,98702 +"337338",87983,91475 +"337339",87985,99430 +"337340",87987,88002 +"337341",87987,88003 +"337342",87988,87989 +"337343",87992,118217 +"337344",87993,106093 +"337345",87995,109736 +"337346",87995,112606 +"337347",87995,119846 +"337348",87996,105566 +"337349",87997,117051 +"337350",88002,88003 +"337351",88005,88020 +"337352",88006,88017 +"337353",88007,97567 +"337354",88007,104077 +"337355",88010,88019 +"337356",88011,88021 +"337357",88012,96963 +"337358",88012,102047 +"337359",88012,102588 +"337360",88012,107653 +"337361",88012,122107 +"337362",88014,109153 +"337363",88018,95073 +"337364",88018,100237 +"337365",88018,105194 +"337366",88018,117037 +"337367",88018,119255 +"337368",88023,88028 +"337369",88024,88042 +"337370",88025,96301 +"337371",88027,107339 +"337372",88029,109892 +"337373",88029,113993 +"337374",88031,90594 +"337375",88031,90741 +"337376",88031,90761 +"337377",88038,106952 +"337378",88039,95613 +"337379",88039,108530 +"337380",88041,88045 +"337381",88044,109490 +"337382",88044,120216 +"337383",88046,109506 +"337384",88046,122007 +"337385",88050,90128 +"337386",88051,93178 +"337387",88051,104858 +"337388",88052,95547 +"337389",88052,111354 +"337390",88055,94722 +"337391",88055,102904 +"337392",88055,120158 +"337393",88056,93567 +"337394",88058,92717 +"337395",88058,96179 +"337396",88058,96200 +"337397",88058,106534 +"337398",88058,106544 +"337399",88063,88070 +"337400",88067,88068 +"337401",88067,88080 +"337402",88067,88090 +"337403",88068,88080 +"337404",88068,88090 +"337405",88071,102003 +"337406",88071,114679 +"337407",88074,92106 +"337408",88074,93658 +"337409",88077,94386 +"337410",88077,103452 +"337411",88077,106271 +"337412",88078,88084 +"337413",88079,88987 +"337414",88080,88090 +"337415",88081,94961 +"337416",88088,111680 +"337417",88089,121228 +"337418",88092,99835 +"337419",88092,113988 +"337420",88093,88185 +"337421",88094,97574 +"337422",88094,109143 +"337423",88094,109150 +"337424",88094,119250 +"337425",88098,89694 +"337426",88098,98726 +"337427",88098,98757 +"337428",88101,92338 +"337429",88101,92349 +"337430",88101,92360 +"337431",88101,92376 +"337432",88101,92388 +"337433",88101,92391 +"337434",88103,107781 +"337435",88103,116249 +"337436",88104,93216 +"337437",88104,96475 +"337438",88109,90942 +"337439",88109,100149 +"337440",88116,89829 +"337441",88116,118756 +"337442",88118,96825 +"337443",88118,103578 +"337444",88119,106814 +"337445",88121,88455 +"337446",88121,90776 +"337447",88121,90822 +"337448",88121,92987 +"337449",88123,119007 +"337450",88124,104708 +"337451",88128,99091 +"337452",88132,106877 +"337453",88132,119196 +"337454",88133,104797 +"337455",88134,92226 +"337456",88135,93574 +"337457",88135,114189 +"337458",88138,107050 +"337459",88139,89249 +"337460",88139,108253 +"337461",88141,95511 +"337462",88142,112670 +"337463",88146,105507 +"337464",88148,106019 +"337465",88148,106820 +"337466",88148,122530 +"337467",88149,88359 +"337468",88149,92547 +"337469",88149,99493 +"337470",88149,106594 +"337471",88150,102316 +"337472",88150,106415 +"337473",88150,121779 +"337474",88150,123293 +"337475",88150,123294 +"337476",88150,123308 +"337477",88150,123309 +"337478",88150,123310 +"337479",88150,123315 +"337480",88150,123318 +"337481",88150,123319 +"337482",88150,123320 +"337483",88150,123338 +"337484",88150,123341 +"337485",88150,123344 +"337486",88150,123345 +"337487",88151,106599 +"337488",88151,110428 +"337489",88151,111581 +"337490",88153,100387 +"337491",88153,100410 +"337492",88154,106455 +"337493",88155,96403 +"337494",88155,104021 +"337495",88155,114136 +"337496",88155,122346 +"337497",88155,122354 +"337498",88155,122362 +"337499",88156,98899 +"337500",88157,101564 +"337501",88159,91788 +"337502",88159,91847 +"337503",88159,91851 +"337504",88160,95244 +"337505",88160,95577 +"337506",88166,88167 +"337507",88169,104746 +"337508",88169,114796 +"337509",88171,92730 +"337510",88171,112109 +"337511",88171,122015 +"337512",88173,88446 +"337513",88173,88469 +"337514",88173,89209 +"337515",88173,89230 +"337516",88173,102409 +"337517",88173,103470 +"337518",88173,107905 +"337519",88174,107773 +"337520",88175,88767 +"337521",88176,88213 +"337522",88176,101819 +"337523",88176,101847 +"337524",88176,108859 +"337525",88177,96681 +"337526",88177,112357 +"337527",88177,115986 +"337528",88177,122081 +"337529",88177,122104 +"337530",88177,122143 +"337531",88177,122147 +"337532",88177,122149 +"337533",88178,93323 +"337534",88178,100954 +"337535",88181,92383 +"337536",88181,95095 +"337537",88181,95103 +"337538",88181,95664 +"337539",88183,101130 +"337540",88183,107409 +"337541",88183,108850 +"337542",88184,92426 +"337543",88184,111303 +"337544",88186,88202 +"337545",88189,88359 +"337546",88189,99324 +"337547",88190,88191 +"337548",88191,92721 +"337549",88192,95102 +"337550",88192,95107 +"337551",88192,95203 +"337552",88194,96700 +"337553",88194,103212 +"337554",88194,105156 +"337555",88194,110868 +"337556",88194,111684 +"337557",88194,113079 +"337558",88197,88563 +"337559",88197,117069 +"337560",88199,88345 +"337561",88199,99101 +"337562",88199,102889 +"337563",88199,108678 +"337564",88203,104578 +"337565",88205,90903 +"337566",88206,90742 +"337567",88207,88326 +"337568",88209,89822 +"337569",88209,94243 +"337570",88209,95448 +"337571",88209,101943 +"337572",88211,88463 +"337573",88212,114547 +"337574",88213,101819 +"337575",88213,101847 +"337576",88214,91920 +"337577",88217,97390 +"337578",88220,106982 +"337579",88221,88288 +"337580",88221,88443 +"337581",88221,91779 +"337582",88221,96525 +"337583",88221,104981 +"337584",88221,106555 +"337585",88222,91130 +"337586",88226,88251 +"337587",88229,91437 +"337588",88229,95631 +"337589",88230,88390 +"337590",88230,88410 +"337591",88230,89827 +"337592",88230,91824 +"337593",88230,96536 +"337594",88230,100336 +"337595",88230,100621 +"337596",88230,103996 +"337597",88232,88237 +"337598",88232,88462 +"337599",88232,89036 +"337600",88232,91411 +"337601",88232,101016 +"337602",88232,110208 +"337603",88233,88238 +"337604",88233,93933 +"337605",88233,111136 +"337606",88233,119061 +"337607",88233,122476 +"337608",88236,88425 +"337609",88236,88580 +"337610",88236,88584 +"337611",88237,88462 +"337612",88240,89044 +"337613",88240,94514 +"337614",88240,115323 +"337615",88240,115328 +"337616",88242,88650 +"337617",88242,90077 +"337618",88242,95604 +"337619",88242,99210 +"337620",88242,99315 +"337621",88242,99316 +"337622",88242,99327 +"337623",88242,99329 +"337624",88242,99350 +"337625",88242,99844 +"337626",88242,109371 +"337627",88242,109373 +"337628",88242,112290 +"337629",88242,112298 +"337630",88242,112468 +"337631",88242,113803 +"337632",88242,119859 +"337633",88242,119944 +"337634",88242,119950 +"337635",88244,88305 +"337636",88245,88686 +"337637",88245,99782 +"337638",88245,114451 +"337639",88248,118579 +"337640",88249,88520 +"337641",88250,88274 +"337642",88250,88334 +"337643",88251,102119 +"337644",88251,106854 +"337645",88251,112436 +"337646",88252,94667 +"337647",88252,96654 +"337648",88252,122804 +"337649",88253,113782 +"337650",88254,100298 +"337651",88254,106671 +"337652",88256,98307 +"337653",88256,111538 +"337654",88256,112875 +"337655",88257,89428 +"337656",88257,95197 +"337657",88257,99796 +"337658",88257,100810 +"337659",88257,105872 +"337660",88258,88259 +"337661",88258,93424 +"337662",88259,93424 +"337663",88259,94853 +"337664",88259,95993 +"337665",88259,101344 +"337666",88259,101370 +"337667",88259,101372 +"337668",88260,101724 +"337669",88261,113385 +"337670",88262,88276 +"337671",88262,88318 +"337672",88262,88347 +"337673",88263,95548 +"337674",88265,90902 +"337675",88265,98358 +"337676",88265,100109 +"337677",88265,103057 +"337678",88265,115764 +"337679",88266,114940 +"337680",88268,88286 +"337681",88268,105355 +"337682",88268,107352 +"337683",88269,88275 +"337684",88271,88356 +"337685",88272,107844 +"337686",88272,111285 +"337687",88274,88334 +"337688",88274,101141 +"337689",88274,101153 +"337690",88274,103724 +"337691",88276,88318 +"337692",88276,88347 +"337693",88276,119998 +"337694",88277,88283 +"337695",88277,88289 +"337696",88277,100727 +"337697",88278,88321 +"337698",88278,90679 +"337699",88278,99858 +"337700",88278,110499 +"337701",88279,88319 +"337702",88280,88291 +"337703",88280,88308 +"337704",88280,89059 +"337705",88280,90946 +"337706",88280,96513 +"337707",88280,97741 +"337708",88280,98600 +"337709",88280,99613 +"337710",88280,104750 +"337711",88280,112062 +"337712",88280,113534 +"337713",88280,118428 +"337714",88283,88289 +"337715",88284,88386 +"337716",88285,88417 +"337717",88286,90196 +"337718",88287,114589 +"337719",88288,88443 +"337720",88288,89874 +"337721",88288,91779 +"337722",88288,108430 +"337723",88289,89820 +"337724",88289,90721 +"337725",88289,91687 +"337726",88289,97058 +"337727",88289,97067 +"337728",88289,97074 +"337729",88289,97102 +"337730",88289,97103 +"337731",88289,97104 +"337732",88289,97109 +"337733",88289,97110 +"337734",88289,111535 +"337735",88291,88308 +"337736",88292,105191 +"337737",88292,106009 +"337738",88296,93405 +"337739",88296,93459 +"337740",88296,97783 +"337741",88297,90598 +"337742",88297,91083 +"337743",88297,101534 +"337744",88297,110998 +"337745",88297,111048 +"337746",88297,111067 +"337747",88297,117784 +"337748",88298,90418 +"337749",88298,95945 +"337750",88298,98911 +"337751",88298,99016 +"337752",88298,103847 +"337753",88300,91293 +"337754",88300,107168 +"337755",88300,107292 +"337756",88301,99046 +"337757",88302,105918 +"337758",88306,89104 +"337759",88306,93606 +"337760",88306,104551 +"337761",88306,115886 +"337762",88307,95204 +"337763",88308,100291 +"337764",88308,100498 +"337765",88308,100502 +"337766",88308,100549 +"337767",88308,104662 +"337768",88308,109434 +"337769",88308,116364 +"337770",88308,116382 +"337771",88309,91779 +"337772",88309,98985 +"337773",88309,102535 +"337774",88309,106275 +"337775",88309,106280 +"337776",88309,107578 +"337777",88315,93188 +"337778",88317,103848 +"337779",88317,105473 +"337780",88317,105475 +"337781",88318,88347 +"337782",88320,94238 +"337783",88320,112337 +"337784",88322,112740 +"337785",88328,95119 +"337786",88329,88335 +"337787",88329,116340 +"337788",88329,122776 +"337789",88331,102383 +"337790",88332,88333 +"337791",88332,94683 +"337792",88332,113763 +"337793",88333,90318 +"337794",88333,92200 +"337795",88336,94644 +"337796",88337,93135 +"337797",88337,100506 +"337798",88337,106580 +"337799",88337,115097 +"337800",88338,90988 +"337801",88338,114338 +"337802",88338,114341 +"337803",88338,114649 +"337804",88338,122166 +"337805",88339,117080 +"337806",88339,117093 +"337807",88340,88749 +"337808",88340,89069 +"337809",88340,89373 +"337810",88340,89995 +"337811",88340,90919 +"337812",88340,90936 +"337813",88340,92861 +"337814",88340,93097 +"337815",88340,94231 +"337816",88340,95489 +"337817",88340,96247 +"337818",88340,96363 +"337819",88340,97898 +"337820",88343,98704 +"337821",88344,96402 +"337822",88344,102809 +"337823",88346,88364 +"337824",88346,88443 +"337825",88346,88510 +"337826",88350,99789 +"337827",88352,88500 +"337828",88354,117904 +"337829",88355,90010 +"337830",88356,88760 +"337831",88357,91602 +"337832",88357,109465 +"337833",88359,93419 +"337834",88359,101435 +"337835",88359,102486 +"337836",88361,88369 +"337837",88361,88429 +"337838",88362,89528 +"337839",88362,119538 +"337840",88363,88401 +"337841",88363,91702 +"337842",88363,99162 +"337843",88363,99815 +"337844",88363,107792 +"337845",88363,121225 +"337846",88364,88443 +"337847",88364,88510 +"337848",88368,88562 +"337849",88369,88429 +"337850",88370,92418 +"337851",88372,91692 +"337852",88372,91708 +"337853",88373,88375 +"337854",88373,123160 +"337855",88373,123163 +"337856",88374,88662 +"337857",88376,88417 +"337858",88377,99032 +"337859",88378,88393 +"337860",88378,88422 +"337861",88378,88423 +"337862",88378,88433 +"337863",88379,99620 +"337864",88379,109109 +"337865",88379,113253 +"337866",88379,122700 +"337867",88380,99632 +"337868",88381,110800 +"337869",88381,114119 +"337870",88382,89199 +"337871",88382,89206 +"337872",88383,91729 +"337873",88383,105653 +"337874",88383,107856 +"337875",88383,107875 +"337876",88383,108383 +"337877",88384,98593 +"337878",88385,111045 +"337879",88385,113403 +"337880",88387,98564 +"337881",88390,88410 +"337882",88390,92807 +"337883",88391,100031 +"337884",88391,102429 +"337885",88391,112969 +"337886",88393,88422 +"337887",88393,88423 +"337888",88393,88433 +"337889",88396,93259 +"337890",88398,96145 +"337891",88398,118414 +"337892",88399,88414 +"337893",88399,88444 +"337894",88399,88445 +"337895",88400,111841 +"337896",88403,95398 +"337897",88404,98021 +"337898",88405,99518 +"337899",88406,90520 +"337900",88407,96651 +"337901",88407,108754 +"337902",88407,108763 +"337903",88408,90187 +"337904",88408,92556 +"337905",88409,90765 +"337906",88409,90883 +"337907",88409,91383 +"337908",88409,92113 +"337909",88409,98904 +"337910",88409,101616 +"337911",88409,102940 +"337912",88409,109792 +"337913",88409,115002 +"337914",88409,115221 +"337915",88409,118577 +"337916",88409,119085 +"337917",88409,119224 +"337918",88409,119439 +"337919",88409,120085 +"337920",88409,120232 +"337921",88409,121213 +"337922",88412,88418 +"337923",88412,88419 +"337924",88412,90275 +"337925",88412,90426 +"337926",88412,91112 +"337927",88412,91526 +"337928",88412,93425 +"337929",88412,93523 +"337930",88412,94520 +"337931",88412,95954 +"337932",88412,99544 +"337933",88412,99547 +"337934",88412,99554 +"337935",88412,100595 +"337936",88412,100739 +"337937",88412,100819 +"337938",88412,101898 +"337939",88412,101988 +"337940",88412,102146 +"337941",88412,102201 +"337942",88412,102309 +"337943",88412,102635 +"337944",88412,102730 +"337945",88412,102846 +"337946",88412,103790 +"337947",88412,104095 +"337948",88412,104574 +"337949",88412,104784 +"337950",88412,104845 +"337951",88412,107269 +"337952",88412,107623 +"337953",88412,107714 +"337954",88412,107879 +"337955",88412,107975 +"337956",88413,94922 +"337957",88413,102147 +"337958",88413,102148 +"337959",88413,103234 +"337960",88414,88444 +"337961",88414,88445 +"337962",88415,88428 +"337963",88415,88532 +"337964",88416,90174 +"337965",88418,88419 +"337966",88422,88423 +"337967",88422,88433 +"337968",88423,88433 +"337969",88423,105048 +"337970",88424,88517 +"337971",88425,88580 +"337972",88425,88584 +"337973",88428,88532 +"337974",88431,104335 +"337975",88431,104977 +"337976",88431,110870 +"337977",88431,118244 +"337978",88432,88525 +"337979",88436,113288 +"337980",88436,115471 +"337981",88436,118421 +"337982",88437,89234 +"337983",88438,106442 +"337984",88439,88794 +"337985",88439,90589 +"337986",88439,97918 +"337987",88439,106714 +"337988",88439,106717 +"337989",88439,122059 +"337990",88441,90503 +"337991",88443,88510 +"337992",88443,91779 +"337993",88443,96525 +"337994",88443,96768 +"337995",88443,112911 +"337996",88443,119637 +"337997",88444,88445 +"337998",88446,88469 +"337999",88447,88450 +"338000",88448,99196 +"338001",88448,100038 +"338002",88448,101506 +"338003",88448,102919 +"338004",88448,107364 +"338005",88451,105187 +"338006",88452,90343 +"338007",88452,121413 +"338008",88453,117469 +"338009",88454,94625 +"338010",88454,100075 +"338011",88455,90776 +"338012",88455,90822 +"338013",88456,88464 +"338014",88457,91026 +"338015",88457,92017 +"338016",88460,89198 +"338017",88462,99263 +"338018",88462,105019 +"338019",88462,105030 +"338020",88462,105478 +"338021",88462,105925 +"338022",88464,89304 +"338023",88465,93320 +"338024",88466,123001 +"338025",88468,97065 +"338026",88468,114361 +"338027",88469,101166 +"338028",88469,120210 +"338029",88470,88736 +"338030",88471,90567 +"338031",88471,92101 +"338032",88471,92393 +"338033",88471,96455 +"338034",88471,102017 +"338035",88471,102034 +"338036",88471,118620 +"338037",88472,88475 +"338038",88472,88490 +"338039",88472,88492 +"338040",88474,90524 +"338041",88474,91014 +"338042",88474,93696 +"338043",88474,107563 +"338044",88475,88490 +"338045",88475,88492 +"338046",88479,89869 +"338047",88479,93017 +"338048",88479,108783 +"338049",88479,122548 +"338050",88480,94574 +"338051",88480,96620 +"338052",88480,110956 +"338053",88480,111140 +"338054",88480,115926 +"338055",88480,118554 +"338056",88480,118565 +"338057",88480,122490 +"338058",88482,91704 +"338059",88482,92795 +"338060",88483,93031 +"338061",88483,105369 +"338062",88484,91144 +"338063",88484,105971 +"338064",88485,88486 +"338065",88485,90358 +"338066",88485,106314 +"338067",88487,92648 +"338068",88487,113741 +"338069",88487,113746 +"338070",88487,120922 +"338071",88488,94228 +"338072",88490,88492 +"338073",88490,90875 +"338074",88490,92246 +"338075",88490,99553 +"338076",88490,100523 +"338077",88490,102236 +"338078",88491,88511 +"338079",88494,98043 +"338080",88496,108100 +"338081",88496,121063 +"338082",88499,88503 +"338083",88499,90687 +"338084",88501,111569 +"338085",88501,113833 +"338086",88501,114698 +"338087",88501,121636 +"338088",88504,98416 +"338089",88505,111659 +"338090",88506,116386 +"338091",88507,119432 +"338092",88508,95536 +"338093",88508,103180 +"338094",88508,107004 +"338095",88510,93881 +"338096",88510,108255 +"338097",88510,119334 +"338098",88510,119408 +"338099",88511,89983 +"338100",88511,91068 +"338101",88511,96522 +"338102",88511,98155 +"338103",88511,119469 +"338104",88513,88526 +"338105",88515,99977 +"338106",88516,88587 +"338107",88516,107954 +"338108",88521,90782 +"338109",88521,90832 +"338110",88521,123278 +"338111",88522,93474 +"338112",88527,93337 +"338113",88528,99180 +"338114",88529,88572 +"338115",88531,102904 +"338116",88531,104204 +"338117",88533,103239 +"338118",88533,106274 +"338119",88534,94740 +"338120",88535,121676 +"338121",88535,122480 +"338122",88536,92553 +"338123",88536,93507 +"338124",88536,105181 +"338125",88536,107008 +"338126",88536,107043 +"338127",88536,107044 +"338128",88537,115717 +"338129",88539,110159 +"338130",88541,88547 +"338131",88543,99217 +"338132",88544,97836 +"338133",88545,120226 +"338134",88546,102443 +"338135",88546,102764 +"338136",88546,105136 +"338137",88546,108554 +"338138",88546,108558 +"338139",88546,109727 +"338140",88546,115907 +"338141",88546,116847 +"338142",88546,118705 +"338143",88548,89989 +"338144",88550,88598 +"338145",88550,115444 +"338146",88550,121582 +"338147",88553,119288 +"338148",88553,119708 +"338149",88553,120550 +"338150",88553,122370 +"338151",88553,122380 +"338152",88553,123380 +"338153",88554,88612 +"338154",88557,88674 +"338155",88561,104878 +"338156",88563,117069 +"338157",88563,117608 +"338158",88563,117622 +"338159",88565,119181 +"338160",88566,93818 +"338161",88566,110928 +"338162",88566,111014 +"338163",88568,88573 +"338164",88568,99069 +"338165",88569,93792 +"338166",88569,93793 +"338167",88569,99071 +"338168",88569,119666 +"338169",88570,109717 +"338170",88572,96691 +"338171",88572,113861 +"338172",88574,101157 +"338173",88574,101453 +"338174",88574,102727 +"338175",88574,103976 +"338176",88574,119725 +"338177",88578,95991 +"338178",88579,102122 +"338179",88579,107249 +"338180",88579,107733 +"338181",88580,88584 +"338182",88581,95542 +"338183",88582,88723 +"338184",88582,102934 +"338185",88582,103767 +"338186",88582,105841 +"338187",88583,90057 +"338188",88583,92785 +"338189",88583,94737 +"338190",88583,96576 +"338191",88583,100072 +"338192",88583,108098 +"338193",88583,110926 +"338194",88585,111613 +"338195",88586,92374 +"338196",88586,101776 +"338197",88586,109893 +"338198",88586,110362 +"338199",88589,120020 +"338200",88591,91440 +"338201",88591,93331 +"338202",88597,96542 +"338203",88597,97869 +"338204",88597,99070 +"338205",88597,101235 +"338206",88597,117345 +"338207",88597,118044 +"338208",88597,119236 +"338209",88597,119239 +"338210",88600,93977 +"338211",88600,109325 +"338212",88602,90826 +"338213",88602,97382 +"338214",88602,108807 +"338215",88602,108842 +"338216",88603,88693 +"338217",88608,111007 +"338218",88609,116513 +"338219",88609,117851 +"338220",88613,101739 +"338221",88613,104409 +"338222",88613,116856 +"338223",88614,90447 +"338224",88614,108078 +"338225",88614,108080 +"338226",88614,108090 +"338227",88614,108094 +"338228",88615,88616 +"338229",88616,91491 +"338230",88617,102932 +"338231",88618,90558 +"338232",88618,90942 +"338233",88618,95130 +"338234",88618,116850 +"338235",88619,96245 +"338236",88621,102837 +"338237",88621,104597 +"338238",88627,99601 +"338239",88627,102322 +"338240",88627,102337 +"338241",88629,98758 +"338242",88630,102509 +"338243",88633,101738 +"338244",88633,117014 +"338245",88638,92421 +"338246",88638,92660 +"338247",88638,104274 +"338248",88639,102734 +"338249",88639,115744 +"338250",88640,88657 +"338251",88640,119479 +"338252",88641,123238 +"338253",88642,120615 +"338254",88642,120623 +"338255",88643,88704 +"338256",88643,88725 +"338257",88643,107248 +"338258",88643,107391 +"338259",88643,113108 +"338260",88645,90164 +"338261",88645,98078 +"338262",88645,102541 +"338263",88645,111698 +"338264",88646,89146 +"338265",88646,91431 +"338266",88648,89599 +"338267",88648,95575 +"338268",88648,112778 +"338269",88650,95604 +"338270",88650,96099 +"338271",88650,99210 +"338272",88650,99350 +"338273",88650,99844 +"338274",88650,100478 +"338275",88650,102353 +"338276",88650,106528 +"338277",88650,109371 +"338278",88650,109373 +"338279",88650,111155 +"338280",88653,119353 +"338281",88654,121497 +"338282",88655,88715 +"338283",88655,108177 +"338284",88659,90657 +"338285",88662,89286 +"338286",88662,91083 +"338287",88662,92416 +"338288",88662,100599 +"338289",88662,102229 +"338290",88663,89263 +"338291",88663,98379 +"338292",88665,111607 +"338293",88666,90498 +"338294",88667,103443 +"338295",88671,100437 +"338296",88671,103297 +"338297",88671,112870 +"338298",88671,113497 +"338299",88671,114296 +"338300",88671,116203 +"338301",88673,90003 +"338302",88674,90767 +"338303",88674,91900 +"338304",88674,102455 +"338305",88674,102474 +"338306",88674,106406 +"338307",88674,119540 +"338308",88677,99539 +"338309",88677,104548 +"338310",88677,111643 +"338311",88678,89082 +"338312",88678,89120 +"338313",88678,89127 +"338314",88678,89163 +"338315",88678,98259 +"338316",88679,88688 +"338317",88679,89081 +"338318",88679,89109 +"338319",88679,89138 +"338320",88679,89140 +"338321",88679,89143 +"338322",88679,89148 +"338323",88679,89162 +"338324",88679,97289 +"338325",88680,104878 +"338326",88681,90423 +"338327",88681,98673 +"338328",88681,105039 +"338329",88682,88683 +"338330",88686,115608 +"338331",88687,88823 +"338332",88687,88826 +"338333",88688,89081 +"338334",88688,89109 +"338335",88688,89138 +"338336",88688,89140 +"338337",88688,89143 +"338338",88688,89148 +"338339",88688,89162 +"338340",88688,97289 +"338341",88690,103025 +"338342",88691,91062 +"338343",88692,103292 +"338344",88692,110282 +"338345",88692,111172 +"338346",88694,110366 +"338347",88695,90790 +"338348",88695,91162 +"338349",88695,91163 +"338350",88695,91165 +"338351",88695,91170 +"338352",88695,91201 +"338353",88696,105795 +"338354",88696,108415 +"338355",88696,109328 +"338356",88699,91912 +"338357",88699,94671 +"338358",88699,98925 +"338359",88699,100230 +"338360",88699,104674 +"338361",88699,108830 +"338362",88699,108867 +"338363",88704,88725 +"338364",88707,95074 +"338365",88707,104740 +"338366",88707,108392 +"338367",88708,88727 +"338368",88710,103140 +"338369",88710,105254 +"338370",88712,90491 +"338371",88712,94098 +"338372",88712,99740 +"338373",88712,104277 +"338374",88712,106674 +"338375",88712,108762 +"338376",88712,108934 +"338377",88713,93437 +"338378",88714,95476 +"338379",88714,97899 +"338380",88716,88717 +"338381",88716,90663 +"338382",88716,92035 +"338383",88716,97001 +"338384",88716,99022 +"338385",88716,99623 +"338386",88716,100144 +"338387",88716,102339 +"338388",88716,106772 +"338389",88717,95453 +"338390",88718,88907 +"338391",88721,111306 +"338392",88721,111312 +"338393",88721,116832 +"338394",88722,88728 +"338395",88722,88730 +"338396",88722,89003 +"338397",88723,89261 +"338398",88723,95332 +"338399",88723,105841 +"338400",88724,88975 +"338401",88724,111494 +"338402",88728,88730 +"338403",88728,101439 +"338404",88733,107579 +"338405",88734,103582 +"338406",88734,108245 +"338407",88735,88743 +"338408",88735,88748 +"338409",88736,89488 +"338410",88736,102569 +"338411",88737,104217 +"338412",88737,112699 +"338413",88738,88740 +"338414",88739,105567 +"338415",88739,114509 +"338416",88739,119987 +"338417",88739,120055 +"338418",88742,113974 +"338419",88743,88748 +"338420",88743,92078 +"338421",88744,97334 +"338422",88745,120807 +"338423",88747,91171 +"338424",88747,91821 +"338425",88747,101250 +"338426",88747,119338 +"338427",88747,121840 +"338428",88749,89069 +"338429",88749,89373 +"338430",88749,89995 +"338431",88749,90919 +"338432",88749,90936 +"338433",88749,92861 +"338434",88749,93097 +"338435",88749,94231 +"338436",88749,95489 +"338437",88749,96247 +"338438",88749,96363 +"338439",88749,96532 +"338440",88749,97898 +"338441",88750,90206 +"338442",88750,94075 +"338443",88750,94396 +"338444",88750,102876 +"338445",88750,115113 +"338446",88751,95160 +"338447",88751,110602 +"338448",88752,89874 +"338449",88752,91742 +"338450",88752,101832 +"338451",88752,101886 +"338452",88752,101887 +"338453",88752,103258 +"338454",88754,113554 +"338455",88756,117908 +"338456",88757,88782 +"338457",88759,90504 +"338458",88759,98386 +"338459",88762,88845 +"338460",88762,117270 +"338461",88764,90558 +"338462",88764,90818 +"338463",88764,90824 +"338464",88764,92035 +"338465",88764,94198 +"338466",88764,98335 +"338467",88764,99618 +"338468",88764,99736 +"338469",88764,101014 +"338470",88764,101100 +"338471",88764,101311 +"338472",88764,103762 +"338473",88764,104204 +"338474",88764,107575 +"338475",88764,108193 +"338476",88764,108829 +"338477",88764,108926 +"338478",88764,108937 +"338479",88764,109758 +"338480",88764,110766 +"338481",88767,103950 +"338482",88768,88769 +"338483",88768,88770 +"338484",88768,98968 +"338485",88769,88770 +"338486",88769,98968 +"338487",88770,98968 +"338488",88771,99173 +"338489",88771,106273 +"338490",88771,115918 +"338491",88772,94068 +"338492",88773,90993 +"338493",88773,90994 +"338494",88773,92417 +"338495",88773,93632 +"338496",88773,100319 +"338497",88773,101012 +"338498",88773,101250 +"338499",88773,101462 +"338500",88773,109885 +"338501",88773,110742 +"338502",88773,112606 +"338503",88773,116142 +"338504",88773,116150 +"338505",88773,116151 +"338506",88773,116152 +"338507",88773,116155 +"338508",88773,116159 +"338509",88773,116163 +"338510",88773,116165 +"338511",88773,116166 +"338512",88773,116171 +"338513",88773,116677 +"338514",88773,116678 +"338515",88780,88784 +"338516",88780,88785 +"338517",88782,92517 +"338518",88782,100140 +"338519",88782,105198 +"338520",88782,110250 +"338521",88782,122588 +"338522",88782,122819 +"338523",88782,122852 +"338524",88782,122861 +"338525",88782,122863 +"338526",88782,122864 +"338527",88784,88785 +"338528",88785,101131 +"338529",88785,101148 +"338530",88785,101149 +"338531",88786,102767 +"338532",88787,99575 +"338533",88787,120498 +"338534",88788,109633 +"338535",88788,122230 +"338536",88789,94631 +"338537",88789,106754 +"338538",88789,106801 +"338539",88791,88803 +"338540",88791,91328 +"338541",88791,102614 +"338542",88791,120545 +"338543",88793,103958 +"338544",88793,104039 +"338545",88796,105600 +"338546",88798,110459 +"338547",88799,97721 +"338548",88800,100953 +"338549",88801,94031 +"338550",88802,119534 +"338551",88803,91328 +"338552",88803,102614 +"338553",88803,111032 +"338554",88804,90169 +"338555",88804,102654 +"338556",88805,88833 +"338557",88808,90812 +"338558",88808,100076 +"338559",88811,88832 +"338560",88811,93562 +"338561",88813,88814 +"338562",88816,91148 +"338563",88816,96946 +"338564",88816,96947 +"338565",88816,96948 +"338566",88816,96949 +"338567",88816,96950 +"338568",88816,96951 +"338569",88816,96958 +"338570",88816,96959 +"338571",88816,97007 +"338572",88817,88821 +"338573",88818,89244 +"338574",88818,92035 +"338575",88819,89076 +"338576",88819,89552 +"338577",88819,94339 +"338578",88819,99634 +"338579",88819,110211 +"338580",88820,88831 +"338581",88823,88826 +"338582",88824,103450 +"338583",88824,119788 +"338584",88825,88952 +"338585",88828,106139 +"338586",88828,106269 +"338587",88828,121370 +"338588",88828,121410 +"338589",88828,121411 +"338590",88829,93646 +"338591",88829,94663 +"338592",88829,100590 +"338593",88829,106747 +"338594",88829,112471 +"338595",88829,113053 +"338596",88829,119972 +"338597",88829,120269 +"338598",88829,121199 +"338599",88832,93562 +"338600",88834,99466 +"338601",88835,93530 +"338602",88836,88855 +"338603",88836,88867 +"338604",88836,89663 +"338605",88836,89738 +"338606",88836,89740 +"338607",88838,94751 +"338608",88839,88848 +"338609",88840,90710 +"338610",88842,100218 +"338611",88842,107505 +"338612",88842,111205 +"338613",88843,92496 +"338614",88843,93783 +"338615",88843,94954 +"338616",88843,94955 +"338617",88843,94957 +"338618",88843,94969 +"338619",88843,103398 +"338620",88843,103626 +"338621",88848,92561 +"338622",88848,93455 +"338623",88848,93526 +"338624",88848,93654 +"338625",88848,100439 +"338626",88848,100440 +"338627",88848,100452 +"338628",88849,92230 +"338629",88849,114120 +"338630",88851,89556 +"338631",88851,119910 +"338632",88852,88861 +"338633",88854,88951 +"338634",88855,88867 +"338635",88857,100462 +"338636",88857,110173 +"338637",88857,110663 +"338638",88857,112823 +"338639",88858,88887 +"338640",88859,88915 +"338641",88859,95250 +"338642",88859,95652 +"338643",88860,106939 +"338644",88863,90562 +"338645",88863,92570 +"338646",88863,92736 +"338647",88863,102008 +"338648",88863,102022 +"338649",88863,102772 +"338650",88863,102815 +"338651",88863,103993 +"338652",88867,89738 +"338653",88869,88875 +"338654",88869,89587 +"338655",88869,92618 +"338656",88869,107987 +"338657",88870,88874 +"338658",88871,94473 +"338659",88871,112813 +"338660",88871,112863 +"338661",88871,112869 +"338662",88872,89855 +"338663",88872,107084 +"338664",88873,88876 +"338665",88875,118401 +"338666",88877,94875 +"338667",88879,92706 +"338668",88880,88881 +"338669",88880,114696 +"338670",88881,92644 +"338671",88881,92675 +"338672",88882,88895 +"338673",88882,88897 +"338674",88882,113697 +"338675",88883,92998 +"338676",88884,88889 +"338677",88884,103389 +"338678",88885,88898 +"338679",88887,95551 +"338680",88887,96181 +"338681",88888,96031 +"338682",88888,108194 +"338683",88893,88922 +"338684",88893,104220 +"338685",88893,112588 +"338686",88894,95220 +"338687",88894,120431 +"338688",88895,88897 +"338689",88895,91562 +"338690",88895,96837 +"338691",88895,114622 +"338692",88896,89142 +"338693",88896,97873 +"338694",88900,94112 +"338695",88901,88903 +"338696",88902,102950 +"338697",88904,93808 +"338698",88908,101984 +"338699",88908,102015 +"338700",88908,108642 +"338701",88908,114161 +"338702",88908,114905 +"338703",88910,92106 +"338704",88910,93658 +"338705",88910,93955 +"338706",88910,101802 +"338707",88911,91770 +"338708",88911,96518 +"338709",88911,99735 +"338710",88911,102734 +"338711",88911,110380 +"338712",88911,119237 +"338713",88916,112147 +"338714",88918,117268 +"338715",88919,119653 +"338716",88919,119660 +"338717",88920,107997 +"338718",88921,114846 +"338719",88923,95388 +"338720",88924,91891 +"338721",88924,104846 +"338722",88924,117970 +"338723",88925,90523 +"338724",88927,112009 +"338725",88927,113809 +"338726",88927,113812 +"338727",88927,122695 +"338728",88931,90293 +"338729",88931,109868 +"338730",88932,89185 +"338731",88932,106328 +"338732",88932,115225 +"338733",88932,121783 +"338734",88933,101066 +"338735",88933,102028 +"338736",88933,119825 +"338737",88935,95868 +"338738",88935,110684 +"338739",88937,88947 +"338740",88937,89006 +"338741",88937,114414 +"338742",88937,114420 +"338743",88938,100195 +"338744",88943,99070 +"338745",88943,99344 +"338746",88943,99695 +"338747",88943,99707 +"338748",88945,90409 +"338749",88947,89006 +"338750",88948,89107 +"338751",88949,89001 +"338752",88951,102783 +"338753",88951,107812 +"338754",88953,112214 +"338755",88953,115784 +"338756",88954,93322 +"338757",88956,88957 +"338758",88956,88958 +"338759",88957,88958 +"338760",88957,119287 +"338761",88958,100848 +"338762",88959,94789 +"338763",88959,99880 +"338764",88959,116341 +"338765",88959,117074 +"338766",88959,117645 +"338767",88959,117655 +"338768",88960,92680 +"338769",88960,94924 +"338770",88964,89809 +"338771",88966,99776 +"338772",88967,114263 +"338773",88969,93301 +"338774",88969,97193 +"338775",88969,102259 +"338776",88970,95143 +"338777",88970,105024 +"338778",88970,108591 +"338779",88970,119581 +"338780",88971,106957 +"338781",88971,107583 +"338782",88972,115249 +"338783",88972,115496 +"338784",88973,95422 +"338785",88973,117821 +"338786",88973,117833 +"338787",88973,117845 +"338788",88973,117846 +"338789",88974,92004 +"338790",88974,92057 +"338791",88975,111494 +"338792",88976,91827 +"338793",88979,88984 +"338794",88981,119423 +"338795",88983,112835 +"338796",88984,102964 +"338797",88984,116723 +"338798",88986,90048 +"338799",88988,89112 +"338800",88990,88998 +"338801",88991,99433 +"338802",88992,101398 +"338803",88992,108112 +"338804",88992,110752 +"338805",88993,89250 +"338806",88995,89689 +"338807",88995,90530 +"338808",88995,90875 +"338809",88995,94396 +"338810",88995,107604 +"338811",88995,108222 +"338812",88995,108239 +"338813",88997,92824 +"338814",88997,111525 +"338815",89000,89013 +"338816",89001,95973 +"338817",89001,119939 +"338818",89001,119948 +"338819",89001,121555 +"338820",89002,107130 +"338821",89002,107134 +"338822",89002,112734 +"338823",89002,119832 +"338824",89002,123491 +"338825",89004,89073 +"338826",89004,89435 +"338827",89006,99615 +"338828",89007,91467 +"338829",89008,95877 +"338830",89008,100914 +"338831",89009,117410 +"338832",89010,100338 +"338833",89011,114709 +"338834",89015,102592 +"338835",89015,112039 +"338836",89017,89901 +"338837",89018,97688 +"338838",89019,90749 +"338839",89019,102236 +"338840",89020,94550 +"338841",89020,99571 +"338842",89021,107544 +"338843",89021,112052 +"338844",89023,121481 +"338845",89024,105695 +"338846",89024,111982 +"338847",89024,119316 +"338848",89025,96729 +"338849",89025,104647 +"338850",89026,99764 +"338851",89028,89111 +"338852",89028,112056 +"338853",89029,95984 +"338854",89029,99396 +"338855",89030,90521 +"338856",89030,90525 +"338857",89030,90531 +"338858",89030,90544 +"338859",89030,90566 +"338860",89030,96601 +"338861",89030,96613 +"338862",89031,89039 +"338863",89031,89040 +"338864",89032,100710 +"338865",89035,110973 +"338866",89036,102226 +"338867",89036,104852 +"338868",89036,106458 +"338869",89036,106576 +"338870",89037,89289 +"338871",89038,90795 +"338872",89038,90873 +"338873",89039,89040 +"338874",89042,106212 +"338875",89046,101976 +"338876",89047,114364 +"338877",89048,111617 +"338878",89049,97038 +"338879",89049,110934 +"338880",89050,90156 +"338881",89050,92808 +"338882",89051,120793 +"338883",89052,95581 +"338884",89052,114112 +"338885",89052,117625 +"338886",89053,96608 +"338887",89053,97938 +"338888",89055,98092 +"338889",89058,99443 +"338890",89058,103347 +"338891",89059,113534 +"338892",89061,94520 +"338893",89061,102003 +"338894",89061,102101 +"338895",89062,89120 +"338896",89062,89606 +"338897",89062,90416 +"338898",89062,91060 +"338899",89062,91063 +"338900",89062,91397 +"338901",89062,93033 +"338902",89062,96155 +"338903",89062,96769 +"338904",89062,96771 +"338905",89062,98930 +"338906",89063,93482 +"338907",89068,116464 +"338908",89068,117334 +"338909",89068,117918 +"338910",89068,122046 +"338911",89069,89373 +"338912",89069,89995 +"338913",89069,90919 +"338914",89069,90936 +"338915",89069,92861 +"338916",89069,93097 +"338917",89069,94231 +"338918",89069,95489 +"338919",89069,96247 +"338920",89069,96363 +"338921",89069,97898 +"338922",89069,102362 +"338923",89070,89076 +"338924",89071,94153 +"338925",89071,121667 +"338926",89072,97205 +"338927",89073,89435 +"338928",89074,89695 +"338929",89074,100830 +"338930",89074,100840 +"338931",89076,89552 +"338932",89076,94339 +"338933",89077,97216 +"338934",89077,104989 +"338935",89077,105015 +"338936",89079,92756 +"338937",89080,97930 +"338938",89080,108512 +"338939",89080,115949 +"338940",89080,123091 +"338941",89081,89109 +"338942",89081,89138 +"338943",89081,89140 +"338944",89081,89143 +"338945",89081,89148 +"338946",89081,89162 +"338947",89081,97289 +"338948",89082,89120 +"338949",89082,89127 +"338950",89082,89163 +"338951",89084,89159 +"338952",89086,89087 +"338953",89086,94308 +"338954",89086,95481 +"338955",89086,95482 +"338956",89086,115073 +"338957",89087,94308 +"338958",89087,95482 +"338959",89087,114561 +"338960",89088,89113 +"338961",89091,89272 +"338962",89092,115020 +"338963",89093,89150 +"338964",89096,96868 +"338965",89097,89103 +"338966",89097,92220 +"338967",89097,101999 +"338968",89097,104788 +"338969",89097,112329 +"338970",89099,89100 +"338971",89101,93259 +"338972",89102,89194 +"338973",89103,104788 +"338974",89103,113200 +"338975",89103,113205 +"338976",89104,93606 +"338977",89104,101297 +"338978",89104,104551 +"338979",89105,95321 +"338980",89105,96828 +"338981",89105,99334 +"338982",89106,97281 +"338983",89109,89138 +"338984",89109,89140 +"338985",89109,89143 +"338986",89109,89148 +"338987",89109,89162 +"338988",89109,97289 +"338989",89110,111556 +"338990",89111,92288 +"338991",89111,92309 +"338992",89112,108918 +"338993",89114,91800 +"338994",89114,109718 +"338995",89115,98304 +"338996",89115,107885 +"338997",89116,94822 +"338998",89116,99332 +"338999",89118,89269 +"339000",89120,89127 +"339001",89120,89163 +"339002",89120,89606 +"339003",89120,90416 +"339004",89120,91060 +"339005",89120,91063 +"339006",89120,91397 +"339007",89120,93033 +"339008",89120,96155 +"339009",89120,96769 +"339010",89120,96771 +"339011",89120,98930 +"339012",89121,90261 +"339013",89121,90851 +"339014",89121,91084 +"339015",89121,92177 +"339016",89121,115789 +"339017",89121,123038 +"339018",89122,119594 +"339019",89125,95225 +"339020",89126,107480 +"339021",89127,89163 +"339022",89130,112180 +"339023",89132,103204 +"339024",89133,92864 +"339025",89133,92879 +"339026",89135,89263 +"339027",89135,114026 +"339028",89135,120684 +"339029",89136,103883 +"339030",89136,105830 +"339031",89136,106726 +"339032",89138,89140 +"339033",89138,89143 +"339034",89138,89148 +"339035",89138,89162 +"339036",89138,97289 +"339037",89140,89143 +"339038",89140,89148 +"339039",89140,89162 +"339040",89140,97289 +"339041",89142,90533 +"339042",89142,97873 +"339043",89143,89148 +"339044",89143,89162 +"339045",89143,97289 +"339046",89143,107360 +"339047",89144,110154 +"339048",89144,111334 +"339049",89144,115267 +"339050",89145,89161 +"339051",89145,115862 +"339052",89145,115863 +"339053",89145,119484 +"339054",89145,122022 +"339055",89145,122029 +"339056",89147,122212 +"339057",89148,89162 +"339058",89148,97289 +"339059",89149,89171 +"339060",89152,122136 +"339061",89156,108595 +"339062",89156,111774 +"339063",89156,122615 +"339064",89157,95392 +"339065",89157,117912 +"339066",89159,89613 +"339067",89159,104627 +"339068",89159,105776 +"339069",89160,89684 +"339070",89162,97289 +"339071",89162,110029 +"339072",89162,111206 +"339073",89162,111207 +"339074",89163,95799 +"339075",89163,103549 +"339076",89163,116725 +"339077",89164,121814 +"339078",89165,93694 +"339079",89165,93731 +"339080",89165,93751 +"339081",89165,93772 +"339082",89166,102534 +"339083",89168,94082 +"339084",89169,90650 +"339085",89169,111479 +"339086",89170,102465 +"339087",89171,115422 +"339088",89171,119457 +"339089",89171,123121 +"339090",89172,90064 +"339091",89172,90065 +"339092",89172,90554 +"339093",89172,114907 +"339094",89173,89174 +"339095",89173,90237 +"339096",89177,89179 +"339097",89177,92643 +"339098",89177,104229 +"339099",89177,104230 +"339100",89177,105541 +"339101",89177,105548 +"339102",89177,121316 +"339103",89177,121325 +"339104",89177,121824 +"339105",89178,91159 +"339106",89180,93705 +"339107",89180,93720 +"339108",89180,121155 +"339109",89182,98647 +"339110",89183,92684 +"339111",89184,95737 +"339112",89184,102221 +"339113",89185,90709 +"339114",89185,99332 +"339115",89185,100563 +"339116",89185,103915 +"339117",89187,92216 +"339118",89189,89203 +"339119",89190,108218 +"339120",89191,90926 +"339121",89192,89324 +"339122",89192,89330 +"339123",89196,90788 +"339124",89199,89206 +"339125",89201,91388 +"339126",89203,89940 +"339127",89203,107335 +"339128",89204,92570 +"339129",89204,103105 +"339130",89205,92770 +"339131",89207,95856 +"339132",89207,101400 +"339133",89207,102879 +"339134",89207,103795 +"339135",89207,114313 +"339136",89207,117190 +"339137",89208,113723 +"339138",89209,89230 +"339139",89209,110859 +"339140",89209,111076 +"339141",89209,119701 +"339142",89211,89985 +"339143",89213,89214 +"339144",89213,89215 +"339145",89213,89237 +"339146",89214,89215 +"339147",89214,89237 +"339148",89214,98529 +"339149",89215,89237 +"339150",89216,93884 +"339151",89216,108793 +"339152",89219,89220 +"339153",89219,89227 +"339154",89219,107608 +"339155",89219,118104 +"339156",89219,118105 +"339157",89220,89227 +"339158",89221,116911 +"339159",89225,104942 +"339160",89225,120113 +"339161",89230,104703 +"339162",89230,107116 +"339163",89230,107477 +"339164",89230,108212 +"339165",89230,108234 +"339166",89230,108237 +"339167",89231,89236 +"339168",89232,92627 +"339169",89232,94654 +"339170",89232,111974 +"339171",89235,90819 +"339172",89235,91622 +"339173",89235,91953 +"339174",89235,106805 +"339175",89235,107485 +"339176",89236,97390 +"339177",89238,89474 +"339178",89238,97779 +"339179",89238,97780 +"339180",89239,97744 +"339181",89239,100895 +"339182",89240,100945 +"339183",89240,105331 +"339184",89241,102923 +"339185",89243,107932 +"339186",89243,112391 +"339187",89243,113504 +"339188",89243,121187 +"339189",89246,119588 +"339190",89247,99236 +"339191",89248,115969 +"339192",89249,108253 +"339193",89252,97970 +"339194",89253,89265 +"339195",89254,90983 +"339196",89254,114951 +"339197",89255,89261 +"339198",89257,89283 +"339199",89257,89287 +"339200",89258,91062 +"339201",89258,91574 +"339202",89258,96681 +"339203",89259,91976 +"339204",89261,98605 +"339205",89261,109242 +"339206",89261,109252 +"339207",89261,113100 +"339208",89261,117161 +"339209",89261,117169 +"339210",89261,117174 +"339211",89262,89285 +"339212",89263,101723 +"339213",89263,110033 +"339214",89264,98237 +"339215",89265,105709 +"339216",89266,106924 +"339217",89267,116183 +"339218",89267,116187 +"339219",89267,116202 +"339220",89269,91950 +"339221",89273,109752 +"339222",89273,116360 +"339223",89273,120391 +"339224",89273,122759 +"339225",89274,89965 +"339226",89274,100630 +"339227",89274,100964 +"339228",89274,101138 +"339229",89274,120309 +"339230",89276,100732 +"339231",89276,100734 +"339232",89277,99128 +"339233",89278,110173 +"339234",89280,114812 +"339235",89283,89287 +"339236",89283,97583 +"339237",89285,98034 +"339238",89285,98041 +"339239",89286,92416 +"339240",89286,100599 +"339241",89286,101534 +"339242",89286,101684 +"339243",89286,101685 +"339244",89286,101706 +"339245",89286,102229 +"339246",89287,100794 +"339247",89288,89983 +"339248",89288,91866 +"339249",89288,93062 +"339250",89288,101833 +"339251",89288,114071 +"339252",89289,99696 +"339253",89290,97982 +"339254",89291,91566 +"339255",89296,100105 +"339256",89298,98911 +"339257",89298,113336 +"339258",89299,91866 +"339259",89300,108193 +"339260",89300,117705 +"339261",89301,90518 +"339262",89301,93524 +"339263",89301,98743 +"339264",89301,109545 +"339265",89302,89305 +"339266",89308,90390 +"339267",89309,98972 +"339268",89310,101803 +"339269",89318,89493 +"339270",89319,106279 +"339271",89323,91539 +"339272",89324,89330 +"339273",89324,93770 +"339274",89324,100541 +"339275",89325,92978 +"339276",89325,101021 +"339277",89325,106118 +"339278",89325,111861 +"339279",89327,93686 +"339280",89329,100162 +"339281",89329,104820 +"339282",89329,105299 +"339283",89329,110626 +"339284",89329,110927 +"339285",89329,111805 +"339286",89332,111375 +"339287",89332,113997 +"339288",89332,119342 +"339289",89333,101358 +"339290",89335,97580 +"339291",89336,89346 +"339292",89338,96637 +"339293",89339,109960 +"339294",89340,103845 +"339295",89342,89405 +"339296",89342,92154 +"339297",89343,98072 +"339298",89343,104254 +"339299",89343,106332 +"339300",89344,109069 +"339301",89345,101322 +"339302",89346,98065 +"339303",89346,103429 +"339304",89346,104233 +"339305",89346,104240 +"339306",89347,89351 +"339307",89353,89437 +"339308",89358,106114 +"339309",89359,101839 +"339310",89362,109152 +"339311",89362,120792 +"339312",89362,122722 +"339313",89364,92088 +"339314",89364,121322 +"339315",89366,89377 +"339316",89367,99068 +"339317",89367,99078 +"339318",89368,89634 +"339319",89368,109903 +"339320",89368,117652 +"339321",89368,121526 +"339322",89370,92694 +"339323",89370,104241 +"339324",89372,101466 +"339325",89372,115476 +"339326",89373,89995 +"339327",89373,90919 +"339328",89373,90936 +"339329",89373,92861 +"339330",89373,93097 +"339331",89373,94231 +"339332",89373,95489 +"339333",89373,96247 +"339334",89373,96363 +"339335",89373,97898 +"339336",89375,89376 +"339337",89375,90734 +"339338",89375,94802 +"339339",89375,123047 +"339340",89376,107747 +"339341",89376,107800 +"339342",89379,100429 +"339343",89380,103587 +"339344",89380,104221 +"339345",89380,104345 +"339346",89381,91598 +"339347",89381,92798 +"339348",89381,98908 +"339349",89383,89387 +"339350",89383,89391 +"339351",89383,89422 +"339352",89383,93846 +"339353",89384,98142 +"339354",89384,115913 +"339355",89387,89391 +"339356",89387,89422 +"339357",89387,93846 +"339358",89388,89419 +"339359",89389,89398 +"339360",89389,105145 +"339361",89390,93482 +"339362",89391,89422 +"339363",89391,91973 +"339364",89391,93846 +"339365",89394,90576 +"339366",89394,113180 +"339367",89396,89397 +"339368",89396,93918 +"339369",89398,120580 +"339370",89403,112423 +"339371",89404,90568 +"339372",89407,106822 +"339373",89407,106841 +"339374",89407,106862 +"339375",89407,106888 +"339376",89408,90032 +"339377",89408,95717 +"339378",89408,101916 +"339379",89408,101919 +"339380",89408,104267 +"339381",89409,97253 +"339382",89411,89471 +"339383",89411,121146 +"339384",89413,109773 +"339385",89413,110368 +"339386",89415,103646 +"339387",89415,103831 +"339388",89415,112750 +"339389",89419,93043 +"339390",89419,118338 +"339391",89421,110913 +"339392",89422,91973 +"339393",89422,93846 +"339394",89423,93245 +"339395",89423,93246 +"339396",89423,104579 +"339397",89424,92087 +"339398",89427,99964 +"339399",89428,90233 +"339400",89428,97662 +"339401",89429,102732 +"339402",89429,110903 +"339403",89429,122224 +"339404",89433,94197 +"339405",89434,104394 +"339406",89435,96394 +"339407",89438,89486 +"339408",89438,89676 +"339409",89438,92958 +"339410",89438,93591 +"339411",89438,93635 +"339412",89438,93636 +"339413",89438,93650 +"339414",89438,93651 +"339415",89440,92472 +"339416",89440,92498 +"339417",89440,92520 +"339418",89441,89783 +"339419",89441,101583 +"339420",89441,101600 +"339421",89441,122405 +"339422",89441,122406 +"339423",89442,89444 +"339424",89443,90820 +"339425",89443,91591 +"339426",89443,98753 +"339427",89443,100315 +"339428",89446,104294 +"339429",89446,110383 +"339430",89447,111778 +"339431",89448,101880 +"339432",89450,97202 +"339433",89451,109395 +"339434",89453,93528 +"339435",89453,109489 +"339436",89454,120073 +"339437",89455,89458 +"339438",89456,102290 +"339439",89456,102329 +"339440",89457,120574 +"339441",89458,91813 +"339442",89458,96188 +"339443",89458,96197 +"339444",89459,107830 +"339445",89460,89461 +"339446",89460,89462 +"339447",89461,89462 +"339448",89466,108901 +"339449",89466,110347 +"339450",89466,115998 +"339451",89468,105061 +"339452",89468,108289 +"339453",89470,108863 +"339454",89473,112310 +"339455",89475,105023 +"339456",89475,116031 +"339457",89476,93905 +"339458",89477,92478 +"339459",89477,97198 +"339460",89477,119047 +"339461",89478,114944 +"339462",89479,92820 +"339463",89480,106804 +"339464",89481,89497 +"339465",89481,89499 +"339466",89484,89487 +"339467",89484,95775 +"339468",89484,95778 +"339469",89486,92958 +"339470",89490,91684 +"339471",89491,93524 +"339472",89491,111631 +"339473",89492,89520 +"339474",89492,89525 +"339475",89492,89540 +"339476",89493,108686 +"339477",89494,109676 +"339478",89494,115368 +"339479",89496,100815 +"339480",89497,89499 +"339481",89501,107816 +"339482",89501,115729 +"339483",89501,116362 +"339484",89502,121422 +"339485",89503,89616 +"339486",89503,90665 +"339487",89503,91935 +"339488",89503,99229 +"339489",89505,95561 +"339490",89509,95660 +"339491",89509,114202 +"339492",89509,114212 +"339493",89510,97746 +"339494",89514,109144 +"339495",89515,89518 +"339496",89516,90042 +"339497",89516,104999 +"339498",89518,103949 +"339499",89519,89988 +"339500",89519,108261 +"339501",89519,108929 +"339502",89519,115400 +"339503",89519,117004 +"339504",89519,117301 +"339505",89520,89525 +"339506",89520,89540 +"339507",89520,98292 +"339508",89520,105270 +"339509",89521,89533 +"339510",89522,90845 +"339511",89522,119156 +"339512",89525,89540 +"339513",89527,101257 +"339514",89528,116853 +"339515",89531,115814 +"339516",89533,92415 +"339517",89534,89576 +"339518",89541,92220 +"339519",89541,94616 +"339520",89542,101619 +"339521",89543,112346 +"339522",89543,113474 +"339523",89546,89597 +"339524",89547,89549 +"339525",89547,89550 +"339526",89548,113161 +"339527",89548,118155 +"339528",89549,89550 +"339529",89549,91569 +"339530",89550,91423 +"339531",89550,91569 +"339532",89550,99624 +"339533",89550,115227 +"339534",89551,115219 +"339535",89551,115257 +"339536",89551,115499 +"339537",89552,99634 +"339538",89552,101989 +"339539",89552,110211 +"339540",89554,98569 +"339541",89558,96273 +"339542",89560,89580 +"339543",89561,90528 +"339544",89561,120406 +"339545",89564,97226 +"339546",89564,121179 +"339547",89565,112689 +"339548",89566,89579 +"339549",89568,89582 +"339550",89569,89570 +"339551",89569,89586 +"339552",89570,89586 +"339553",89575,102961 +"339554",89580,89794 +"339555",89580,90730 +"339556",89580,94643 +"339557",89580,110426 +"339558",89583,108118 +"339559",89584,97502 +"339560",89585,89587 +"339561",89585,89605 +"339562",89585,90600 +"339563",89585,111986 +"339564",89585,115947 +"339565",89585,118578 +"339566",89585,121529 +"339567",89587,89605 +"339568",89587,92618 +"339569",89587,107987 +"339570",89590,90190 +"339571",89590,91286 +"339572",89594,96336 +"339573",89594,99534 +"339574",89596,99767 +"339575",89596,99771 +"339576",89596,99772 +"339577",89596,99775 +"339578",89596,99777 +"339579",89598,104990 +"339580",89598,109571 +"339581",89600,89637 +"339582",89602,95190 +"339583",89602,95757 +"339584",89602,100507 +"339585",89602,121587 +"339586",89603,99761 +"339587",89603,121852 +"339588",89605,90749 +"339589",89606,90416 +"339590",89606,91060 +"339591",89606,91063 +"339592",89606,91397 +"339593",89606,93033 +"339594",89606,96155 +"339595",89606,96769 +"339596",89606,96771 +"339597",89606,98876 +"339598",89606,98930 +"339599",89606,99572 +"339600",89606,101046 +"339601",89607,105933 +"339602",89609,89625 +"339603",89611,107105 +"339604",89613,93535 +"339605",89613,105776 +"339606",89613,108694 +"339607",89613,112540 +"339608",89614,99628 +"339609",89614,105052 +"339610",89614,121986 +"339611",89615,89620 +"339612",89616,105680 +"339613",89619,94721 +"339614",89621,99585 +"339615",89623,97057 +"339616",89623,102976 +"339617",89624,89648 +"339618",89624,89649 +"339619",89627,120020 +"339620",89627,121300 +"339621",89628,89658 +"339622",89628,92185 +"339623",89628,107442 +"339624",89629,96454 +"339625",89629,100391 +"339626",89630,90093 +"339627",89630,101963 +"339628",89631,101254 +"339629",89631,102025 +"339630",89631,102102 +"339631",89634,93369 +"339632",89634,95816 +"339633",89634,99132 +"339634",89634,99139 +"339635",89634,99148 +"339636",89634,107549 +"339637",89635,94960 +"339638",89637,99579 +"339639",89637,109453 +"339640",89637,116655 +"339641",89638,92687 +"339642",89638,122190 +"339643",89639,106434 +"339644",89641,89642 +"339645",89641,91465 +"339646",89641,100584 +"339647",89641,103598 +"339648",89641,109753 +"339649",89641,110727 +"339650",89641,110805 +"339651",89641,112300 +"339652",89641,118608 +"339653",89642,91465 +"339654",89644,94745 +"339655",89647,89651 +"339656",89648,89649 +"339657",89648,102607 +"339658",89648,102862 +"339659",89649,92836 +"339660",89655,95906 +"339661",89655,100553 +"339662",89655,100701 +"339663",89655,115782 +"339664",89659,94666 +"339665",89660,107757 +"339666",89661,114687 +"339667",89662,114494 +"339668",89663,89738 +"339669",89663,89740 +"339670",89664,91375 +"339671",89664,91394 +"339672",89664,95341 +"339673",89664,97576 +"339674",89664,111823 +"339675",89664,116791 +"339676",89664,118278 +"339677",89664,120074 +"339678",89665,89796 +"339679",89665,91346 +"339680",89665,91728 +"339681",89665,117623 +"339682",89668,93076 +"339683",89668,93414 +"339684",89668,101345 +"339685",89668,104069 +"339686",89668,104381 +"339687",89668,105138 +"339688",89668,106702 +"339689",89669,101013 +"339690",89669,101020 +"339691",89669,103658 +"339692",89669,104867 +"339693",89669,104940 +"339694",89669,111129 +"339695",89669,121326 +"339696",89670,121777 +"339697",89673,116337 +"339698",89674,104464 +"339699",89675,95756 +"339700",89676,93591 +"339701",89676,93635 +"339702",89676,93636 +"339703",89676,93650 +"339704",89676,93651 +"339705",89678,92158 +"339706",89678,107366 +"339707",89681,90234 +"339708",89681,90321 +"339709",89682,89694 +"339710",89683,101601 +"339711",89684,103098 +"339712",89684,106633 +"339713",89684,114979 +"339714",89685,94079 +"339715",89685,111776 +"339716",89685,112377 +"339717",89686,91566 +"339718",89686,117841 +"339719",89687,97293 +"339720",89688,89732 +"339721",89689,90530 +"339722",89689,94396 +"339723",89689,105387 +"339724",89689,105550 +"339725",89689,107604 +"339726",89689,108222 +"339727",89689,108239 +"339728",89690,101110 +"339729",89691,117724 +"339730",89692,89763 +"339731",89693,90865 +"339732",89694,98726 +"339733",89694,98757 +"339734",89695,91804 +"339735",89695,101604 +"339736",89695,103097 +"339737",89695,103118 +"339738",89695,103143 +"339739",89695,107102 +"339740",89697,95469 +"339741",89698,90070 +"339742",89698,117522 +"339743",89698,117552 +"339744",89699,97418 +"339745",89700,94797 +"339746",89700,94805 +"339747",89700,94810 +"339748",89701,89727 +"339749",89701,89746 +"339750",89701,89749 +"339751",89704,119590 +"339752",89708,107831 +"339753",89708,108106 +"339754",89708,119055 +"339755",89710,89711 +"339756",89710,95604 +"339757",89710,99329 +"339758",89710,99341 +"339759",89710,104620 +"339760",89710,110246 +"339761",89710,113803 +"339762",89710,115195 +"339763",89710,115233 +"339764",89710,115255 +"339765",89710,115264 +"339766",89712,98345 +"339767",89713,103902 +"339768",89714,89722 +"339769",89715,94300 +"339770",89715,94344 +"339771",89717,89786 +"339772",89719,92444 +"339773",89721,89724 +"339774",89721,89728 +"339775",89721,89733 +"339776",89721,91569 +"339777",89721,95442 +"339778",89722,121364 +"339779",89723,89731 +"339780",89723,93218 +"339781",89724,89728 +"339782",89724,89733 +"339783",89725,98515 +"339784",89725,107768 +"339785",89725,108501 +"339786",89725,109945 +"339787",89725,112246 +"339788",89725,116023 +"339789",89725,119352 +"339790",89725,122506 +"339791",89725,123068 +"339792",89725,123080 +"339793",89725,123083 +"339794",89725,123095 +"339795",89725,123505 +"339796",89726,112442 +"339797",89727,89746 +"339798",89727,89749 +"339799",89728,89733 +"339800",89728,90804 +"339801",89729,90580 +"339802",89730,92029 +"339803",89730,108440 +"339804",89733,91481 +"339805",89733,101205 +"339806",89733,101209 +"339807",89736,108232 +"339808",89738,89740 +"339809",89741,91279 +"339810",89741,100229 +"339811",89742,102551 +"339812",89742,105207 +"339813",89742,117252 +"339814",89742,117345 +"339815",89742,120879 +"339816",89742,120961 +"339817",89743,94602 +"339818",89743,109517 +"339819",89743,118847 +"339820",89744,89747 +"339821",89744,89935 +"339822",89746,89749 +"339823",89748,95449 +"339824",89751,100476 +"339825",89752,95242 +"339826",89753,90894 +"339827",89755,89768 +"339828",89757,103868 +"339829",89758,93631 +"339830",89758,102738 +"339831",89759,89761 +"339832",89759,100118 +"339833",89759,109495 +"339834",89760,90663 +"339835",89760,91167 +"339836",89761,96135 +"339837",89761,99733 +"339838",89761,102484 +"339839",89761,108193 +"339840",89761,120463 +"339841",89763,93583 +"339842",89763,117331 +"339843",89763,117336 +"339844",89763,117337 +"339845",89763,117340 +"339846",89765,106487 +"339847",89767,89774 +"339848",89769,104250 +"339849",89769,120838 +"339850",89770,89803 +"339851",89771,93962 +"339852",89771,103695 +"339853",89772,91955 +"339854",89772,103466 +"339855",89774,92954 +"339856",89777,92259 +"339857",89778,108125 +"339858",89779,111990 +"339859",89779,112006 +"339860",89780,104634 +"339861",89782,95050 +"339862",89784,93700 +"339863",89784,106532 +"339864",89784,106551 +"339865",89785,99640 +"339866",89786,100424 +"339867",89786,118743 +"339868",89786,118745 +"339869",89786,123411 +"339870",89787,89788 +"339871",89787,89805 +"339872",89788,89805 +"339873",89789,112229 +"339874",89789,116239 +"339875",89792,90226 +"339876",89796,89820 +"339877",89796,90773 +"339878",89796,91728 +"339879",89796,92133 +"339880",89796,92197 +"339881",89796,92210 +"339882",89796,95284 +"339883",89796,95289 +"339884",89796,100727 +"339885",89796,109547 +"339886",89797,112317 +"339887",89798,100963 +"339888",89800,121082 +"339889",89800,122237 +"339890",89801,101784 +"339891",89804,95193 +"339892",89804,101007 +"339893",89806,90855 +"339894",89807,89809 +"339895",89812,89813 +"339896",89812,89891 +"339897",89813,89891 +"339898",89818,89841 +"339899",89818,92399 +"339900",89819,89997 +"339901",89819,110135 +"339902",89820,91687 +"339903",89820,91728 +"339904",89820,92133 +"339905",89820,92197 +"339906",89820,92210 +"339907",89820,111535 +"339908",89821,94281 +"339909",89821,100421 +"339910",89821,109267 +"339911",89821,109268 +"339912",89821,109276 +"339913",89822,94243 +"339914",89825,96978 +"339915",89825,112025 +"339916",89826,92989 +"339917",89827,91824 +"339918",89827,100336 +"339919",89827,100621 +"339920",89827,103996 +"339921",89828,89840 +"339922",89829,115131 +"339923",89830,104975 +"339924",89830,111602 +"339925",89830,121643 +"339926",89831,108062 +"339927",89834,89865 +"339928",89834,92778 +"339929",89835,89838 +"339930",89836,107649 +"339931",89841,90492 +"339932",89842,93625 +"339933",89842,97591 +"339934",89843,94487 +"339935",89843,112802 +"339936",89844,89847 +"339937",89846,89854 +"339938",89846,103306 +"339939",89848,89916 +"339940",89848,106099 +"339941",89849,92367 +"339942",89849,101609 +"339943",89849,117128 +"339944",89849,118616 +"339945",89852,101695 +"339946",89853,101827 +"339947",89853,118342 +"339948",89860,89863 +"339949",89861,91333 +"339950",89862,103945 +"339951",89862,105623 +"339952",89864,89914 +"339953",89865,95417 +"339954",89866,93168 +"339955",89866,109130 +"339956",89869,93017 +"339957",89869,94794 +"339958",89869,108783 +"339959",89869,109383 +"339960",89869,122548 +"339961",89871,112798 +"339962",89874,91282 +"339963",89874,95288 +"339964",89874,96525 +"339965",89874,108430 +"339966",89874,111109 +"339967",89875,95662 +"339968",89876,89933 +"339969",89878,117874 +"339970",89878,123400 +"339971",89880,90475 +"339972",89880,104994 +"339973",89880,105022 +"339974",89882,103203 +"339975",89882,111902 +"339976",89882,115445 +"339977",89882,123143 +"339978",89884,106560 +"339979",89887,101087 +"339980",89887,101624 +"339981",89887,106576 +"339982",89887,108577 +"339983",89887,108836 +"339984",89887,111576 +"339985",89890,99985 +"339986",89893,103795 +"339987",89895,89934 +"339988",89895,89936 +"339989",89897,93620 +"339990",89897,93689 +"339991",89898,102837 +"339992",89901,92106 +"339993",89901,92947 +"339994",89901,93658 +"339995",89904,94321 +"339996",89906,92488 +"339997",89906,108856 +"339998",89906,109479 +"339999",89906,110084 +"340000",89906,114737 +"340001",89906,120455 +"340002",89906,120456 +"340003",89907,90251 +"340004",89908,92154 +"340005",89908,116230 +"340006",89910,89915 +"340007",89910,89949 +"340008",89914,105571 +"340009",89914,105573 +"340010",89915,89949 +"340011",89917,97838 +"340012",89918,97958 +"340013",89918,108667 +"340014",89918,110299 +"340015",89921,95992 +"340016",89921,96013 +"340017",89924,89925 +"340018",89924,94506 +"340019",89925,118296 +"340020",89926,95042 +"340021",89926,106947 +"340022",89927,103391 +"340023",89927,107077 +"340024",89927,111201 +"340025",89927,112262 +"340026",89927,112462 +"340027",89928,103976 +"340028",89929,89962 +"340029",89929,110338 +"340030",89930,89931 +"340031",89930,91043 +"340032",89930,92241 +"340033",89930,92884 +"340034",89930,93006 +"340035",89930,93403 +"340036",89930,97614 +"340037",89930,100647 +"340038",89930,111562 +"340039",89932,90718 +"340040",89934,89936 +"340041",89935,98801 +"340042",89935,108488 +"340043",89937,94746 +"340044",89938,95153 +"340045",89940,107335 +"340046",89941,89954 +"340047",89943,100185 +"340048",89943,100552 +"340049",89943,104405 +"340050",89943,110059 +"340051",89944,108668 +"340052",89945,89989 +"340053",89945,89990 +"340054",89946,90033 +"340055",89948,94718 +"340056",89948,98406 +"340057",89948,110097 +"340058",89948,118787 +"340059",89953,91159 +"340060",89953,91202 +"340061",89954,90301 +"340062",89954,98294 +"340063",89954,109387 +"340064",89954,109405 +"340065",89954,109410 +"340066",89954,116636 +"340067",89957,94739 +"340068",89958,94440 +"340069",89958,96536 +"340070",89958,108914 +"340071",89959,90090 +"340072",89960,91407 +"340073",89962,95776 +"340074",89962,101499 +"340075",89962,110338 +"340076",89964,89967 +"340077",89964,120595 +"340078",89965,100630 +"340079",89965,100807 +"340080",89965,100964 +"340081",89966,109165 +"340082",89967,104638 +"340083",89968,103852 +"340084",89971,89975 +"340085",89973,93681 +"340086",89977,96480 +"340087",89977,103752 +"340088",89977,104996 +"340089",89977,107994 +"340090",89977,109426 +"340091",89978,96121 +"340092",89978,96139 +"340093",89978,96147 +"340094",89978,96165 +"340095",89979,92110 +"340096",89979,92325 +"340097",89981,90031 +"340098",89982,94397 +"340099",89982,97016 +"340100",89983,96522 +"340101",89983,98155 +"340102",89983,101833 +"340103",89984,91262 +"340104",89985,90289 +"340105",89985,116311 +"340106",89985,120459 +"340107",89988,103888 +"340108",89988,106703 +"340109",89988,108929 +"340110",89988,117004 +"340111",89988,117301 +"340112",89989,89990 +"340113",89989,92228 +"340114",89989,96835 +"340115",89990,93317 +"340116",89991,89996 +"340117",89991,90932 +"340118",89991,111795 +"340119",89991,111876 +"340120",89991,111878 +"340121",89991,111884 +"340122",89992,113188 +"340123",89992,113222 +"340124",89994,102603 +"340125",89994,110916 +"340126",89994,120373 +"340127",89994,122539 +"340128",89995,90919 +"340129",89995,90936 +"340130",89995,92861 +"340131",89995,93097 +"340132",89995,94231 +"340133",89995,95489 +"340134",89995,96247 +"340135",89995,96363 +"340136",89995,97898 +"340137",89996,90932 +"340138",89996,91154 +"340139",89997,110135 +"340140",89997,110767 +"340141",89998,112729 +"340142",89998,112740 +"340143",89998,118294 +"340144",90001,90004 +"340145",90001,90024 +"340146",90002,90298 +"340147",90002,104818 +"340148",90003,95124 +"340149",90004,90024 +"340150",90004,95590 +"340151",90004,100199 +"340152",90004,108429 +"340153",90004,121988 +"340154",90006,122589 +"340155",90007,113156 +"340156",90008,90009 +"340157",90010,90014 +"340158",90010,92053 +"340159",90010,99492 +"340160",90010,99508 +"340161",90010,100961 +"340162",90010,110853 +"340163",90010,119031 +"340164",90012,90013 +"340165",90014,105834 +"340166",90016,95466 +"340167",90017,107599 +"340168",90019,90029 +"340169",90021,94768 +"340170",90021,103393 +"340171",90021,103440 +"340172",90023,113994 +"340173",90025,97424 +"340174",90025,109988 +"340175",90025,112994 +"340176",90025,120481 +"340177",90027,90590 +"340178",90028,119856 +"340179",90030,93744 +"340180",90030,99083 +"340181",90032,95717 +"340182",90032,101212 +"340183",90032,101220 +"340184",90032,101916 +"340185",90032,101919 +"340186",90032,104267 +"340187",90033,118515 +"340188",90034,90035 +"340189",90035,105408 +"340190",90035,105446 +"340191",90037,91113 +"340192",90037,112398 +"340193",90038,113588 +"340194",90042,100731 +"340195",90044,90086 +"340196",90044,90088 +"340197",90046,95568 +"340198",90049,93017 +"340199",90051,102062 +"340200",90054,90204 +"340201",90055,95150 +"340202",90056,96592 +"340203",90056,112000 +"340204",90056,116011 +"340205",90056,121418 +"340206",90057,103342 +"340207",90058,112163 +"340208",90058,119345 +"340209",90058,119405 +"340210",90059,96759 +"340211",90061,107835 +"340212",90063,90066 +"340213",90064,90065 +"340214",90064,90554 +"340215",90064,110916 +"340216",90064,112827 +"340217",90065,90554 +"340218",90066,92828 +"340219",90069,114190 +"340220",90069,115670 +"340221",90069,118707 +"340222",90070,91805 +"340223",90070,94223 +"340224",90070,99772 +"340225",90071,94037 +"340226",90071,105494 +"340227",90071,110243 +"340228",90071,111829 +"340229",90071,118604 +"340230",90071,122306 +"340231",90073,90079 +"340232",90073,94725 +"340233",90074,107152 +"340234",90074,107174 +"340235",90075,98528 +"340236",90076,90131 +"340237",90077,95604 +"340238",90077,99210 +"340239",90077,99315 +"340240",90077,99316 +"340241",90077,99327 +"340242",90077,99329 +"340243",90077,99350 +"340244",90077,99844 +"340245",90079,94314 +"340246",90079,94442 +"340247",90079,96394 +"340248",90080,91003 +"340249",90080,91986 +"340250",90080,117250 +"340251",90082,95882 +"340252",90082,104623 +"340253",90083,102602 +"340254",90083,111852 +"340255",90083,111892 +"340256",90083,112900 +"340257",90084,97513 +"340258",90085,90118 +"340259",90086,90088 +"340260",90089,90100 +"340261",90091,90183 +"340262",90091,90184 +"340263",90094,90213 +"340264",90094,102587 +"340265",90097,94180 +"340266",90101,90224 +"340267",90102,102040 +"340268",90103,94488 +"340269",90103,96193 +"340270",90103,96222 +"340271",90104,100996 +"340272",90104,101002 +"340273",90105,109360 +"340274",90110,100836 +"340275",90110,102185 +"340276",90110,102190 +"340277",90110,102196 +"340278",90110,102197 +"340279",90110,102212 +"340280",90110,102311 +"340281",90110,108483 +"340282",90110,112834 +"340283",90114,92898 +"340284",90114,98406 +"340285",90114,99329 +"340286",90114,108765 +"340287",90114,109616 +"340288",90114,121043 +"340289",90114,121999 +"340290",90114,123079 +"340291",90114,123085 +"340292",90115,90126 +"340293",90115,90128 +"340294",90119,109769 +"340295",90120,91512 +"340296",90120,99023 +"340297",90120,100662 +"340298",90120,101805 +"340299",90120,101825 +"340300",90120,101834 +"340301",90120,101835 +"340302",90120,108039 +"340303",90120,108145 +"340304",90122,107941 +"340305",90123,93022 +"340306",90124,99546 +"340307",90124,102426 +"340308",90124,119155 +"340309",90126,90128 +"340310",90132,112061 +"340311",90132,122566 +"340312",90133,90364 +"340313",90133,106997 +"340314",90140,97690 +"340315",90140,114125 +"340316",90144,110273 +"340317",90144,110274 +"340318",90145,90146 +"340319",90149,90160 +"340320",90150,110431 +"340321",90150,121602 +"340322",90151,94540 +"340323",90152,90219 +"340324",90154,92871 +"340325",90154,105146 +"340326",90154,120492 +"340327",90156,90739 +"340328",90156,91052 +"340329",90156,94255 +"340330",90156,108377 +"340331",90157,99514 +"340332",90159,91465 +"340333",90161,101826 +"340334",90161,105857 +"340335",90162,100137 +"340336",90162,100518 +"340337",90164,102541 +"340338",90164,106756 +"340339",90165,100486 +"340340",90166,107502 +"340341",90167,117690 +"340342",90167,117695 +"340343",90168,90178 +"340344",90169,102654 +"340345",90169,112387 +"340346",90173,113643 +"340347",90173,113644 +"340348",90175,113114 +"340349",90181,105596 +"340350",90182,91179 +"340351",90182,92773 +"340352",90183,90184 +"340353",90187,91140 +"340354",90187,92556 +"340355",90187,94343 +"340356",90187,112935 +"340357",90190,91286 +"340358",90190,107066 +"340359",90191,92306 +"340360",90191,93102 +"340361",90193,94382 +"340362",90193,95126 +"340363",90193,95157 +"340364",90193,102795 +"340365",90194,107018 +"340366",90195,91964 +"340367",90197,92906 +"340368",90203,110778 +"340369",90206,94075 +"340370",90206,116245 +"340371",90207,92715 +"340372",90207,108030 +"340373",90210,93171 +"340374",90210,105485 +"340375",90210,108712 +"340376",90214,117714 +"340377",90215,97904 +"340378",90217,92563 +"340379",90217,108332 +"340380",90218,106837 +"340381",90220,93909 +"340382",90222,118383 +"340383",90225,95867 +"340384",90229,93068 +"340385",90231,110662 +"340386",90232,117297 +"340387",90233,97662 +"340388",90233,103340 +"340389",90234,90321 +"340390",90236,93026 +"340391",90236,93066 +"340392",90238,117729 +"340393",90238,121043 +"340394",90240,90241 +"340395",90241,103315 +"340396",90241,109668 +"340397",90241,121957 +"340398",90243,94486 +"340399",90243,96872 +"340400",90243,102059 +"340401",90243,110528 +"340402",90243,114804 +"340403",90243,118125 +"340404",90244,90249 +"340405",90249,91915 +"340406",90250,90316 +"340407",90250,90317 +"340408",90253,90266 +"340409",90253,90546 +"340410",90253,114407 +"340411",90256,100781 +"340412",90257,108849 +"340413",90259,101494 +"340414",90259,120295 +"340415",90259,120300 +"340416",90261,94993 +"340417",90263,118714 +"340418",90264,90265 +"340419",90264,100012 +"340420",90264,104196 +"340421",90264,104213 +"340422",90264,109235 +"340423",90268,94121 +"340424",90268,97697 +"340425",90268,104666 +"340426",90268,105352 +"340427",90268,106723 +"340428",90268,117699 +"340429",90269,90280 +"340430",90270,101427 +"340431",90270,119293 +"340432",90274,104611 +"340433",90275,90426 +"340434",90275,91112 +"340435",90275,91526 +"340436",90275,93425 +"340437",90275,93523 +"340438",90275,94520 +"340439",90275,95954 +"340440",90275,99447 +"340441",90275,99544 +"340442",90275,99547 +"340443",90275,99554 +"340444",90275,100595 +"340445",90275,100739 +"340446",90275,100819 +"340447",90275,101898 +"340448",90275,101988 +"340449",90275,102146 +"340450",90275,102201 +"340451",90275,102309 +"340452",90275,102635 +"340453",90275,102730 +"340454",90275,102846 +"340455",90275,103790 +"340456",90275,104095 +"340457",90275,104574 +"340458",90275,104784 +"340459",90275,104845 +"340460",90275,107269 +"340461",90275,107623 +"340462",90275,107714 +"340463",90275,107879 +"340464",90275,107975 +"340465",90278,100556 +"340466",90278,101779 +"340467",90278,123124 +"340468",90280,92998 +"340469",90281,92439 +"340470",90282,92654 +"340471",90286,100009 +"340472",90288,116254 +"340473",90289,116311 +"340474",90290,90300 +"340475",90291,90345 +"340476",90292,90305 +"340477",90293,109392 +"340478",90293,109868 +"340479",90293,111368 +"340480",90293,114304 +"340481",90294,90306 +"340482",90297,98842 +"340483",90297,105382 +"340484",90297,105958 +"340485",90297,119038 +"340486",90298,104818 +"340487",90299,101721 +"340488",90299,115736 +"340489",90300,115243 +"340490",90302,96648 +"340491",90302,120764 +"340492",90303,90442 +"340493",90304,106291 +"340494",90305,95973 +"340495",90305,96944 +"340496",90305,105460 +"340497",90305,109066 +"340498",90305,115900 +"340499",90305,116720 +"340500",90305,117208 +"340501",90305,118086 +"340502",90305,118090 +"340503",90305,118091 +"340504",90305,118094 +"340505",90305,118098 +"340506",90305,118102 +"340507",90305,118112 +"340508",90307,94242 +"340509",90307,94250 +"340510",90307,94263 +"340511",90308,90311 +"340512",90310,107263 +"340513",90310,121161 +"340514",90311,103628 +"340515",90311,103629 +"340516",90313,90315 +"340517",90313,106277 +"340518",90314,106843 +"340519",90315,93999 +"340520",90315,94914 +"340521",90315,103646 +"340522",90316,90317 +"340523",90319,102673 +"340524",90322,92552 +"340525",90323,90330 +"340526",90323,108816 +"340527",90323,111375 +"340528",90323,111809 +"340529",90323,114307 +"340530",90324,90397 +"340531",90327,104434 +"340532",90328,92883 +"340533",90328,101986 +"340534",90328,104793 +"340535",90328,109521 +"340536",90328,115452 +"340537",90328,115456 +"340538",90330,91388 +"340539",90330,109687 +"340540",90332,107307 +"340541",90333,99442 +"340542",90335,105711 +"340543",90336,94466 +"340544",90336,98985 +"340545",90336,106900 +"340546",90338,99912 +"340547",90342,110424 +"340548",90342,120536 +"340549",90343,108761 +"340550",90346,94796 +"340551",90350,96383 +"340552",90350,101513 +"340553",90350,109087 +"340554",90351,93053 +"340555",90351,93054 +"340556",90352,91268 +"340557",90355,90942 +"340558",90357,91459 +"340559",90357,93717 +"340560",90357,97387 +"340561",90357,97407 +"340562",90357,97411 +"340563",90357,97413 +"340564",90358,106314 +"340565",90358,106813 +"340566",90359,100905 +"340567",90359,105914 +"340568",90361,108428 +"340569",90362,118514 +"340570",90364,103245 +"340571",90364,103253 +"340572",90364,103282 +"340573",90364,106997 +"340574",90365,103638 +"340575",90369,90370 +"340576",90370,91715 +"340577",90370,94387 +"340578",90375,90382 +"340579",90376,115544 +"340580",90376,115574 +"340581",90379,93985 +"340582",90379,96563 +"340583",90379,101107 +"340584",90379,113307 +"340585",90380,112201 +"340586",90381,110101 +"340587",90382,93631 +"340588",90383,107384 +"340589",90384,98471 +"340590",90385,106179 +"340591",90387,98978 +"340592",90387,110185 +"340593",90387,112374 +"340594",90387,118988 +"340595",90387,118992 +"340596",90388,98758 +"340597",90388,107076 +"340598",90389,97910 +"340599",90392,100217 +"340600",90392,117859 +"340601",90393,100213 +"340602",90393,100278 +"340603",90393,108402 +"340604",90394,104748 +"340605",90394,105613 +"340606",90395,100368 +"340607",90397,106951 +"340608",90398,102012 +"340609",90399,113927 +"340610",90403,116495 +"340611",90404,94956 +"340612",90406,109248 +"340613",90407,118774 +"340614",90408,90471 +"340615",90409,96301 +"340616",90412,91117 +"340617",90412,91120 +"340618",90416,91060 +"340619",90416,91063 +"340620",90416,91397 +"340621",90416,93033 +"340622",90416,96155 +"340623",90416,96769 +"340624",90416,96771 +"340625",90416,98930 +"340626",90418,103847 +"340627",90419,110305 +"340628",90421,91301 +"340629",90422,92050 +"340630",90426,91112 +"340631",90426,91526 +"340632",90426,93425 +"340633",90426,93523 +"340634",90426,94520 +"340635",90426,95954 +"340636",90426,99544 +"340637",90426,99547 +"340638",90426,99554 +"340639",90426,100595 +"340640",90426,100739 +"340641",90426,100819 +"340642",90426,101898 +"340643",90426,101988 +"340644",90426,102146 +"340645",90426,102201 +"340646",90426,102309 +"340647",90426,102635 +"340648",90426,102730 +"340649",90426,102846 +"340650",90426,103790 +"340651",90426,104095 +"340652",90426,104574 +"340653",90426,104784 +"340654",90426,104845 +"340655",90426,107269 +"340656",90426,107623 +"340657",90426,107714 +"340658",90426,107879 +"340659",90426,107975 +"340660",90427,107365 +"340661",90428,93807 +"340662",90428,102697 +"340663",90429,94265 +"340664",90429,105902 +"340665",90430,90433 +"340666",90435,98070 +"340667",90441,90508 +"340668",90443,115291 +"340669",90446,90558 +"340670",90447,92286 +"340671",90447,108078 +"340672",90447,108080 +"340673",90447,108090 +"340674",90447,108094 +"340675",90447,108248 +"340676",90447,108249 +"340677",90449,97753 +"340678",90450,90452 +"340679",90450,91290 +"340680",90450,92845 +"340681",90453,90454 +"340682",90453,90466 +"340683",90454,90466 +"340684",90455,92186 +"340685",90455,96826 +"340686",90455,97631 +"340687",90455,99451 +"340688",90455,100069 +"340689",90455,101602 +"340690",90455,104502 +"340691",90455,112017 +"340692",90455,116008 +"340693",90457,112463 +"340694",90458,90487 +"340695",90458,90515 +"340696",90459,90476 +"340697",90460,94069 +"340698",90460,102199 +"340699",90460,102272 +"340700",90460,102287 +"340701",90463,90486 +"340702",90467,108804 +"340703",90467,117559 +"340704",90468,99000 +"340705",90468,100137 +"340706",90468,114034 +"340707",90469,121692 +"340708",90469,121693 +"340709",90470,90488 +"340710",90470,97733 +"340711",90471,91190 +"340712",90473,90477 +"340713",90474,94833 +"340714",90474,95051 +"340715",90474,101190 +"340716",90474,102144 +"340717",90475,91443 +"340718",90475,97278 +"340719",90475,104994 +"340720",90475,105022 +"340721",90478,97112 +"340722",90478,102395 +"340723",90478,104458 +"340724",90478,116379 +"340725",90480,91261 +"340726",90480,103478 +"340727",90481,96837 +"340728",90481,105056 +"340729",90482,93072 +"340730",90482,98724 +"340731",90482,101023 +"340732",90482,121528 +"340733",90483,95630 +"340734",90483,120045 +"340735",90484,99278 +"340736",90484,113159 +"340737",90484,113169 +"340738",90487,90515 +"340739",90488,107376 +"340740",90492,101482 +"340741",90492,102757 +"340742",90492,111693 +"340743",90492,114719 +"340744",90493,117433 +"340745",90495,112112 +"340746",90497,114043 +"340747",90499,106931 +"340748",90499,109586 +"340749",90499,109588 +"340750",90500,101131 +"340751",90500,101148 +"340752",90500,110392 +"340753",90500,110396 +"340754",90500,110657 +"340755",90500,117830 +"340756",90505,101183 +"340757",90506,93999 +"340758",90507,110830 +"340759",90509,91768 +"340760",90509,93626 +"340761",90509,93642 +"340762",90509,97914 +"340763",90509,98210 +"340764",90509,100438 +"340765",90509,103764 +"340766",90509,104486 +"340767",90509,114697 +"340768",90509,114714 +"340769",90510,92425 +"340770",90510,92445 +"340771",90510,97774 +"340772",90510,102570 +"340773",90510,108591 +"340774",90510,113802 +"340775",90510,116792 +"340776",90512,103254 +"340777",90514,94776 +"340778",90514,103020 +"340779",90517,121455 +"340780",90518,93524 +"340781",90518,98743 +"340782",90518,109545 +"340783",90521,90525 +"340784",90521,90531 +"340785",90521,90544 +"340786",90521,90566 +"340787",90521,92664 +"340788",90521,99076 +"340789",90521,99141 +"340790",90521,99174 +"340791",90521,109775 +"340792",90522,90549 +"340793",90523,99228 +"340794",90524,100198 +"340795",90524,102373 +"340796",90524,103297 +"340797",90524,105985 +"340798",90524,108076 +"340799",90524,108853 +"340800",90524,118951 +"340801",90525,90531 +"340802",90525,90544 +"340803",90525,90566 +"340804",90525,98391 +"340805",90525,108170 +"340806",90525,108173 +"340807",90525,117671 +"340808",90526,90527 +"340809",90527,90602 +"340810",90527,95193 +"340811",90527,101102 +"340812",90527,103621 +"340813",90527,117856 +"340814",90527,122226 +"340815",90528,114018 +"340816",90528,120406 +"340817",90530,94396 +"340818",90530,107604 +"340819",90530,108222 +"340820",90530,108239 +"340821",90531,90544 +"340822",90531,90566 +"340823",90531,99076 +"340824",90531,99141 +"340825",90531,99174 +"340826",90532,91360 +"340827",90535,123215 +"340828",90537,112465 +"340829",90537,112906 +"340830",90537,112910 +"340831",90537,113309 +"340832",90538,90560 +"340833",90539,95750 +"340834",90539,104048 +"340835",90539,104062 +"340836",90539,104068 +"340837",90540,91804 +"340838",90541,96870 +"340839",90542,90928 +"340840",90543,91633 +"340841",90544,90566 +"340842",90545,119667 +"340843",90545,119670 +"340844",90545,119680 +"340845",90546,90563 +"340846",90548,101064 +"340847",90548,110078 +"340848",90551,91101 +"340849",90552,104728 +"340850",90557,117395 +"340851",90557,122304 +"340852",90558,90942 +"340853",90558,95130 +"340854",90558,95267 +"340855",90558,101014 +"340856",90558,101682 +"340857",90558,112162 +"340858",90558,113952 +"340859",90558,117311 +"340860",90559,109678 +"340861",90560,118924 +"340862",90560,119008 +"340863",90560,119012 +"340864",90562,92570 +"340865",90564,96074 +"340866",90564,112056 +"340867",90564,116873 +"340868",90565,112697 +"340869",90566,111274 +"340870",90566,111275 +"340871",90566,111517 +"340872",90566,112107 +"340873",90567,108730 +"340874",90567,119740 +"340875",90569,90708 +"340876",90570,97775 +"340877",90571,118317 +"340878",90573,97868 +"340879",90573,99444 +"340880",90573,104002 +"340881",90573,105873 +"340882",90573,107233 +"340883",90573,107252 +"340884",90574,96596 +"340885",90575,91473 +"340886",90575,92731 +"340887",90577,91145 +"340888",90577,118585 +"340889",90577,119894 +"340890",90577,120757 +"340891",90577,120758 +"340892",90577,121757 +"340893",90581,90969 +"340894",90583,90898 +"340895",90583,96460 +"340896",90584,90595 +"340897",90584,100458 +"340898",90584,116988 +"340899",90584,117435 +"340900",90586,104289 +"340901",90586,108142 +"340902",90586,113683 +"340903",90587,100521 +"340904",90587,107671 +"340905",90588,93522 +"340906",90589,122059 +"340907",90590,93350 +"340908",90591,90628 +"340909",90591,90647 +"340910",90591,90704 +"340911",90591,90711 +"340912",90591,90759 +"340913",90592,94536 +"340914",90592,94554 +"340915",90593,90629 +"340916",90593,91524 +"340917",90593,91536 +"340918",90593,91537 +"340919",90594,90741 +"340920",90594,90761 +"340921",90595,117435 +"340922",90595,120642 +"340923",90596,105566 +"340924",90597,105986 +"340925",90598,117784 +"340926",90600,90607 +"340927",90600,90663 +"340928",90600,90682 +"340929",90600,100010 +"340930",90600,100982 +"340931",90600,101005 +"340932",90600,117317 +"340933",90601,97965 +"340934",90602,101102 +"340935",90602,117856 +"340936",90604,90671 +"340937",90604,90681 +"340938",90604,90794 +"340939",90604,99054 +"340940",90604,99062 +"340941",90604,109786 +"340942",90605,90770 +"340943",90607,90663 +"340944",90607,90682 +"340945",90607,90767 +"340946",90607,90875 +"340947",90607,95777 +"340948",90607,97735 +"340949",90607,100354 +"340950",90609,90716 +"340951",90610,90685 +"340952",90610,99016 +"340953",90610,118879 +"340954",90612,90613 +"340955",90612,90618 +"340956",90612,90619 +"340957",90612,90637 +"340958",90612,90648 +"340959",90612,90659 +"340960",90612,90660 +"340961",90612,90683 +"340962",90612,90684 +"340963",90612,91846 +"340964",90613,90618 +"340965",90613,90619 +"340966",90613,90637 +"340967",90613,90648 +"340968",90613,90659 +"340969",90613,90660 +"340970",90613,90683 +"340971",90613,90684 +"340972",90613,91846 +"340973",90616,90674 +"340974",90618,90619 +"340975",90618,90637 +"340976",90618,90648 +"340977",90618,90659 +"340978",90618,90660 +"340979",90618,90683 +"340980",90618,90684 +"340981",90618,91846 +"340982",90619,90637 +"340983",90619,90648 +"340984",90619,90659 +"340985",90619,90660 +"340986",90619,90683 +"340987",90619,90684 +"340988",90619,91846 +"340989",90620,98653 +"340990",90621,90669 +"340991",90623,101794 +"340992",90625,102622 +"340993",90626,115455 +"340994",90628,90647 +"340995",90628,90704 +"340996",90628,90711 +"340997",90628,90759 +"340998",90630,91557 +"340999",90631,115771 +"341000",90631,116464 +"341001",90632,99295 +"341002",90633,97341 +"341003",90633,102419 +"341004",90633,104389 +"341005",90633,123241 +"341006",90634,90707 +"341007",90636,90778 +"341008",90637,90648 +"341009",90637,90659 +"341010",90637,90660 +"341011",90637,90683 +"341012",90637,90684 +"341013",90637,91846 +"341014",90640,121865 +"341015",90641,94614 +"341016",90642,90672 +"341017",90642,96795 +"341018",90642,112407 +"341019",90643,91411 +"341020",90643,92592 +"341021",90643,94027 +"341022",90643,95646 +"341023",90643,96336 +"341024",90643,100502 +"341025",90643,101189 +"341026",90643,105903 +"341027",90643,105988 +"341028",90643,110469 +"341029",90643,114629 +"341030",90644,90646 +"341031",90647,90704 +"341032",90647,90711 +"341033",90647,90759 +"341034",90648,90659 +"341035",90648,90660 +"341036",90648,90683 +"341037",90648,90684 +"341038",90648,91846 +"341039",90649,101133 +"341040",90649,101223 +"341041",90649,101234 +"341042",90649,109726 +"341043",90651,112877 +"341044",90653,109696 +"341045",90654,92202 +"341046",90655,110294 +"341047",90656,122553 +"341048",90656,122943 +"341049",90658,102754 +"341050",90658,103089 +"341051",90658,115229 +"341052",90659,90660 +"341053",90659,90683 +"341054",90659,90684 +"341055",90659,91846 +"341056",90660,90683 +"341057",90660,90684 +"341058",90660,91846 +"341059",90661,98905 +"341060",90661,99634 +"341061",90661,102658 +"341062",90663,90682 +"341063",90663,91167 +"341064",90663,95777 +"341065",90663,97278 +"341066",90663,99022 +"341067",90663,99941 +"341068",90663,100144 +"341069",90663,103366 +"341070",90663,104373 +"341071",90663,118175 +"341072",90666,90899 +"341073",90668,122726 +"341074",90669,99672 +"341075",90670,95593 +"341076",90671,90681 +"341077",90671,90794 +"341078",90674,100809 +"341079",90674,103698 +"341080",90675,99307 +"341081",90675,100144 +"341082",90675,104204 +"341083",90675,116445 +"341084",90675,119635 +"341085",90676,93628 +"341086",90677,99510 +"341087",90678,105161 +"341088",90678,120002 +"341089",90679,111957 +"341090",90681,90794 +"341091",90683,90684 +"341092",90683,91846 +"341093",90684,91846 +"341094",90686,97862 +"341095",90687,91026 +"341096",90688,98765 +"341097",90688,115664 +"341098",90691,90714 +"341099",90691,90737 +"341100",90691,90766 +"341101",90695,120491 +"341102",90697,99081 +"341103",90697,101435 +"341104",90698,95569 +"341105",90701,90726 +"341106",90701,95354 +"341107",90702,92079 +"341108",90704,90711 +"341109",90704,90759 +"341110",90705,90754 +"341111",90705,111612 +"341112",90706,90734 +"341113",90706,101147 +"341114",90707,113816 +"341115",90709,90762 +"341116",90709,99332 +"341117",90710,91200 +"341118",90711,90759 +"341119",90712,90713 +"341120",90714,90737 +"341121",90714,90766 +"341122",90715,114740 +"341123",90718,104135 +"341124",90719,117410 +"341125",90720,91925 +"341126",90721,92021 +"341127",90721,97058 +"341128",90721,97067 +"341129",90721,97074 +"341130",90721,97102 +"341131",90721,97103 +"341132",90721,97104 +"341133",90721,97109 +"341134",90721,97110 +"341135",90722,115298 +"341136",90724,107775 +"341137",90727,91002 +"341138",90729,111700 +"341139",90729,111728 +"341140",90731,107685 +"341141",90732,110909 +"341142",90733,90763 +"341143",90734,123047 +"341144",90735,99176 +"341145",90735,99206 +"341146",90736,110759 +"341147",90736,110812 +"341148",90737,90766 +"341149",90741,90761 +"341150",90742,90912 +"341151",90742,99322 +"341152",90745,121879 +"341153",90748,98346 +"341154",90748,109954 +"341155",90748,118592 +"341156",90749,100629 +"341157",90749,102236 +"341158",90750,94938 +"341159",90750,104718 +"341160",90751,90946 +"341161",90751,99114 +"341162",90751,99688 +"341163",90751,108926 +"341164",90751,108937 +"341165",90752,98141 +"341166",90753,91089 +"341167",90753,91106 +"341168",90753,91132 +"341169",90754,115261 +"341170",90755,93419 +"341171",90756,100405 +"341172",90757,101423 +"341173",90757,103203 +"341174",90757,121378 +"341175",90757,121445 +"341176",90760,120059 +"341177",90762,90960 +"341178",90762,110218 +"341179",90762,110227 +"341180",90764,95411 +"341181",90767,97735 +"341182",90767,100354 +"341183",90767,107121 +"341184",90769,90791 +"341185",90772,112623 +"341186",90773,95289 +"341187",90773,100727 +"341188",90774,90944 +"341189",90776,90822 +"341190",90781,102018 +"341191",90782,90832 +"341192",90782,91250 +"341193",90782,100797 +"341194",90782,100800 +"341195",90784,99250 +"341196",90785,90824 +"341197",90786,98819 +"341198",90786,117458 +"341199",90789,98056 +"341200",90789,119824 +"341201",90790,91162 +"341202",90790,91163 +"341203",90790,91165 +"341204",90790,91170 +"341205",90790,91201 +"341206",90792,99934 +"341207",90792,101204 +"341208",90792,115657 +"341209",90793,102749 +"341210",90795,90873 +"341211",90796,90830 +"341212",90796,103055 +"341213",90796,116630 +"341214",90796,116733 +"341215",90797,97393 +"341216",90798,90809 +"341217",90798,91115 +"341218",90798,101434 +"341219",90798,102554 +"341220",90798,107920 +"341221",90799,90815 +"341222",90800,90954 +"341223",90801,90819 +"341224",90802,90850 +"341225",90802,94851 +"341226",90802,95997 +"341227",90802,101395 +"341228",90802,105616 +"341229",90802,115561 +"341230",90803,104540 +"341231",90803,117743 +"341232",90804,91022 +"341233",90804,91045 +"341234",90804,91214 +"341235",90804,91669 +"341236",90804,95675 +"341237",90804,99101 +"341238",90804,101516 +"341239",90804,102387 +"341240",90804,108374 +"341241",90804,108893 +"341242",90804,109101 +"341243",90804,109523 +"341244",90804,110993 +"341245",90804,111338 +"341246",90804,111398 +"341247",90804,111409 +"341248",90804,111480 +"341249",90804,112422 +"341250",90804,112648 +"341251",90804,112708 +"341252",90804,112820 +"341253",90804,112997 +"341254",90804,113597 +"341255",90804,114418 +"341256",90804,114582 +"341257",90804,115371 +"341258",90804,116028 +"341259",90804,116604 +"341260",90805,99108 +"341261",90805,100612 +"341262",90805,104801 +"341263",90805,120720 +"341264",90805,122756 +"341265",90811,117459 +"341266",90814,114091 +"341267",90817,91012 +"341268",90818,94198 +"341269",90818,98335 +"341270",90818,103762 +"341271",90818,110766 +"341272",90819,91622 +"341273",90819,93190 +"341274",90819,102052 +"341275",90819,102118 +"341276",90820,97042 +"341277",90820,99414 +"341278",90820,103436 +"341279",90820,123419 +"341280",90821,117525 +"341281",90822,98856 +"341282",90824,93819 +"341283",90824,96336 +"341284",90824,101336 +"341285",90824,102351 +"341286",90824,104696 +"341287",90824,105883 +"341288",90824,113253 +"341289",90824,120463 +"341290",90824,121167 +"341291",90826,97382 +"341292",90826,108807 +"341293",90826,108842 +"341294",90827,91757 +"341295",90827,95187 +"341296",90827,95499 +"341297",90828,93319 +"341298",90828,93384 +"341299",90833,92071 +"341300",90836,93214 +"341301",90836,99281 +"341302",90836,99613 +"341303",90836,100859 +"341304",90836,101082 +"341305",90836,101733 +"341306",90836,109958 +"341307",90836,117020 +"341308",90837,95657 +"341309",90837,96729 +"341310",90837,102050 +"341311",90837,109175 +"341312",90837,109550 +"341313",90837,112684 +"341314",90837,112698 +"341315",90837,113783 +"341316",90837,120443 +"341317",90839,90867 +"341318",90839,90920 +"341319",90839,93867 +"341320",90839,106300 +"341321",90840,91431 +"341322",90840,95439 +"341323",90840,96117 +"341324",90843,90866 +"341325",90843,90923 +"341326",90845,93218 +"341327",90845,119156 +"341328",90846,113776 +"341329",90847,91049 +"341330",90848,108979 +"341331",90849,90951 +"341332",90849,91146 +"341333",90849,91147 +"341334",90850,101395 +"341335",90850,110202 +"341336",90851,94411 +"341337",90852,100084 +"341338",90852,100359 +"341339",90853,121495 +"341340",90854,107632 +"341341",90856,90876 +"341342",90856,91026 +"341343",90857,113465 +"341344",90857,115842 +"341345",90858,91557 +"341346",90858,104859 +"341347",90858,104864 +"341348",90858,104865 +"341349",90858,104882 +"341350",90858,107593 +"341351",90858,107605 +"341352",90858,108334 +"341353",90860,90926 +"341354",90860,97349 +"341355",90860,100827 +"341356",90863,98809 +"341357",90863,105755 +"341358",90866,90923 +"341359",90867,90920 +"341360",90867,93645 +"341361",90867,115706 +"341362",90869,90911 +"341363",90869,97124 +"341364",90869,113450 +"341365",90869,118391 +"341366",90870,95683 +"341367",90870,106142 +"341368",90871,99758 +"341369",90872,96513 +"341370",90872,99424 +"341371",90872,102215 +"341372",90872,108760 +"341373",90872,121352 +"341374",90875,102437 +"341375",90875,105940 +"341376",90876,91026 +"341377",90878,90993 +"341378",90878,90994 +"341379",90878,91011 +"341380",90878,91013 +"341381",90879,90889 +"341382",90883,91383 +"341383",90883,92113 +"341384",90883,93373 +"341385",90883,98904 +"341386",90883,102940 +"341387",90883,118577 +"341388",90883,119085 +"341389",90883,119224 +"341390",90883,119439 +"341391",90883,120085 +"341392",90883,120232 +"341393",90883,121213 +"341394",90884,95740 +"341395",90884,115878 +"341396",90885,91148 +"341397",90887,106550 +"341398",90888,91059 +"341399",90888,120016 +"341400",90891,90908 +"341401",90891,91169 +"341402",90895,90896 +"341403",90897,95630 +"341404",90901,95428 +"341405",90901,108740 +"341406",90901,108741 +"341407",90902,90913 +"341408",90902,98358 +"341409",90902,100109 +"341410",90902,103057 +"341411",90902,115764 +"341412",90904,111176 +"341413",90904,111177 +"341414",90907,91199 +"341415",90908,91169 +"341416",90909,108186 +"341417",90909,121669 +"341418",90911,90912 +"341419",90911,97124 +"341420",90911,113450 +"341421",90911,118391 +"341422",90912,97159 +"341423",90919,90936 +"341424",90919,92861 +"341425",90919,93097 +"341426",90919,94231 +"341427",90919,95489 +"341428",90919,96247 +"341429",90919,96363 +"341430",90919,97898 +"341431",90921,95997 +"341432",90921,117701 +"341433",90921,117703 +"341434",90921,117707 +"341435",90922,90952 +"341436",90922,92713 +"341437",90922,97317 +"341438",90922,98948 +"341439",90924,119942 +"341440",90926,92405 +"341441",90927,90938 +"341442",90929,90935 +"341443",90929,91066 +"341444",90929,91070 +"341445",90929,91094 +"341446",90929,91095 +"341447",90929,91096 +"341448",90929,91100 +"341449",90929,93079 +"341450",90933,118916 +"341451",90933,123335 +"341452",90935,91066 +"341453",90935,91070 +"341454",90935,91094 +"341455",90935,91095 +"341456",90935,91096 +"341457",90935,91100 +"341458",90936,92861 +"341459",90936,93097 +"341460",90936,94231 +"341461",90936,95489 +"341462",90936,96247 +"341463",90936,96363 +"341464",90936,97898 +"341465",90936,116562 +"341466",90939,91905 +"341467",90939,107396 +"341468",90939,112765 +"341469",90939,112767 +"341470",90941,94448 +"341471",90942,92035 +"341472",90942,92606 +"341473",90942,95094 +"341474",90942,95130 +"341475",90942,112162 +"341476",90942,117311 +"341477",90944,90984 +"341478",90944,90985 +"341479",90944,109598 +"341480",90944,121181 +"341481",90946,99114 +"341482",90946,112471 +"341483",90946,116277 +"341484",90946,120335 +"341485",90946,121016 +"341486",90946,122395 +"341487",90950,106016 +"341488",90950,106251 +"341489",90951,91146 +"341490",90951,91147 +"341491",90953,95902 +"341492",90953,108293 +"341493",90958,93195 +"341494",90958,96494 +"341495",90958,104564 +"341496",90960,99421 +"341497",90960,105620 +"341498",90960,118947 +"341499",90960,121171 +"341500",90961,90976 +"341501",90962,106980 +"341502",90963,101468 +"341503",90963,102463 +"341504",90963,105139 +"341505",90963,112333 +"341506",90963,122013 +"341507",90966,91912 +"341508",90966,92908 +"341509",90966,94240 +"341510",90968,90972 +"341511",90968,104590 +"341512",90968,108463 +"341513",90968,116534 +"341514",90968,116545 +"341515",90972,92334 +"341516",90972,92355 +"341517",90973,99788 +"341518",90973,105896 +"341519",90973,119029 +"341520",90975,107529 +"341521",90977,104510 +"341522",90977,113577 +"341523",90981,91007 +"341524",90981,91038 +"341525",90981,116941 +"341526",90982,110537 +"341527",90983,121924 +"341528",90984,90985 +"341529",90986,91022 +"341530",90989,90998 +"341531",90990,92924 +"341532",90990,106088 +"341533",90990,121482 +"341534",90993,90994 +"341535",90993,91011 +"341536",90993,91013 +"341537",90993,92417 +"341538",90993,100319 +"341539",90993,101250 +"341540",90993,101462 +"341541",90993,105845 +"341542",90993,109885 +"341543",90993,110742 +"341544",90993,112606 +"341545",90993,116142 +"341546",90993,116150 +"341547",90993,116151 +"341548",90993,116152 +"341549",90993,116155 +"341550",90993,116159 +"341551",90993,116163 +"341552",90993,116165 +"341553",90993,116166 +"341554",90993,116171 +"341555",90993,116677 +"341556",90993,116678 +"341557",90994,91011 +"341558",90994,91013 +"341559",90994,92417 +"341560",90994,100319 +"341561",90994,101250 +"341562",90994,101462 +"341563",90994,109885 +"341564",90994,110457 +"341565",90994,110742 +"341566",90994,112606 +"341567",90994,116142 +"341568",90994,116150 +"341569",90994,116151 +"341570",90994,116152 +"341571",90994,116155 +"341572",90994,116159 +"341573",90994,116163 +"341574",90994,116165 +"341575",90994,116166 +"341576",90994,116171 +"341577",90994,116677 +"341578",90994,116678 +"341579",90994,119473 +"341580",90997,104040 +"341581",90997,115595 +"341582",90997,115612 +"341583",90997,115646 +"341584",90997,115653 +"341585",90997,115654 +"341586",90997,115659 +"341587",91001,91006 +"341588",91003,91079 +"341589",91003,91986 +"341590",91005,94999 +"341591",91005,95063 +"341592",91007,91038 +"341593",91010,93027 +"341594",91011,91013 +"341595",91017,106852 +"341596",91017,106857 +"341597",91017,106897 +"341598",91017,106901 +"341599",91018,92465 +"341600",91019,117722 +"341601",91019,117737 +"341602",91020,101728 +"341603",91022,91045 +"341604",91022,95675 +"341605",91022,101516 +"341606",91022,102387 +"341607",91022,108374 +"341608",91022,108893 +"341609",91022,109101 +"341610",91022,109523 +"341611",91022,110993 +"341612",91022,111338 +"341613",91022,111398 +"341614",91022,111409 +"341615",91022,111480 +"341616",91022,112422 +"341617",91022,112648 +"341618",91022,112708 +"341619",91022,112820 +"341620",91022,112997 +"341621",91022,113597 +"341622",91022,114418 +"341623",91022,114582 +"341624",91022,115371 +"341625",91022,116028 +"341626",91022,116604 +"341627",91023,107264 +"341628",91027,91125 +"341629",91028,100591 +"341630",91029,91149 +"341631",91029,91155 +"341632",91029,91209 +"341633",91032,118995 +"341634",91034,105181 +"341635",91037,116576 +"341636",91039,97225 +"341637",91040,91759 +"341638",91040,101063 +"341639",91040,103136 +"341640",91040,108558 +"341641",91040,118697 +"341642",91040,120141 +"341643",91041,96497 +"341644",91042,108677 +"341645",91045,95036 +"341646",91045,95675 +"341647",91045,101516 +"341648",91045,102387 +"341649",91045,108374 +"341650",91045,108893 +"341651",91045,109101 +"341652",91045,109523 +"341653",91045,110993 +"341654",91045,111338 +"341655",91045,111398 +"341656",91045,111409 +"341657",91045,111480 +"341658",91045,112422 +"341659",91045,112648 +"341660",91045,112708 +"341661",91045,112820 +"341662",91045,112997 +"341663",91045,113597 +"341664",91045,114418 +"341665",91045,114582 +"341666",91045,115371 +"341667",91045,116028 +"341668",91045,116604 +"341669",91047,98984 +"341670",91050,121101 +"341671",91051,113455 +"341672",91055,94721 +"341673",91055,96857 +"341674",91055,101096 +"341675",91055,101873 +"341676",91056,111447 +"341677",91057,91136 +"341678",91059,104372 +"341679",91060,91063 +"341680",91060,91397 +"341681",91060,93033 +"341682",91060,96155 +"341683",91060,96769 +"341684",91060,96771 +"341685",91060,98930 +"341686",91061,103833 +"341687",91062,107017 +"341688",91062,108589 +"341689",91063,91397 +"341690",91063,93033 +"341691",91063,96155 +"341692",91063,96769 +"341693",91063,96771 +"341694",91063,98217 +"341695",91063,98218 +"341696",91063,98220 +"341697",91063,98930 +"341698",91064,117120 +"341699",91065,91092 +"341700",91066,91070 +"341701",91066,91094 +"341702",91066,91095 +"341703",91066,91096 +"341704",91066,91100 +"341705",91068,99474 +"341706",91069,91124 +"341707",91070,91094 +"341708",91070,91095 +"341709",91070,91096 +"341710",91070,91100 +"341711",91070,93079 +"341712",91070,107707 +"341713",91071,99814 +"341714",91073,101524 +"341715",91073,103074 +"341716",91073,103722 +"341717",91073,103811 +"341718",91073,109010 +"341719",91073,110826 +"341720",91073,111738 +"341721",91073,112824 +"341722",91073,112844 +"341723",91073,112845 +"341724",91073,116806 +"341725",91075,93826 +"341726",91078,94933 +"341727",91078,117675 +"341728",91078,121115 +"341729",91080,91134 +"341730",91080,91181 +"341731",91080,98556 +"341732",91080,112361 +"341733",91080,113112 +"341734",91081,91105 +"341735",91082,119246 +"341736",91083,101534 +"341737",91083,110998 +"341738",91083,111048 +"341739",91083,111067 +"341740",91088,93009 +"341741",91089,91106 +"341742",91089,91132 +"341743",91090,106651 +"341744",91093,104203 +"341745",91094,91095 +"341746",91094,91096 +"341747",91094,91100 +"341748",91095,91096 +"341749",91095,91100 +"341750",91096,91100 +"341751",91099,91129 +"341752",91100,93079 +"341753",91102,97487 +"341754",91102,98645 +"341755",91103,104880 +"341756",91103,107639 +"341757",91104,91496 +"341758",91104,97896 +"341759",91106,91132 +"341760",91107,113337 +"341761",91108,91670 +"341762",91108,108619 +"341763",91110,107803 +"341764",91110,107824 +"341765",91111,111835 +"341766",91111,111839 +"341767",91111,111895 +"341768",91112,91526 +"341769",91112,93425 +"341770",91112,93523 +"341771",91112,94520 +"341772",91112,95954 +"341773",91112,99544 +"341774",91112,99547 +"341775",91112,99554 +"341776",91112,100595 +"341777",91112,100739 +"341778",91112,100819 +"341779",91112,101898 +"341780",91112,101988 +"341781",91112,102146 +"341782",91112,102201 +"341783",91112,102309 +"341784",91112,102635 +"341785",91112,102730 +"341786",91112,102846 +"341787",91112,103790 +"341788",91112,104095 +"341789",91112,104574 +"341790",91112,104784 +"341791",91112,104845 +"341792",91112,107269 +"341793",91112,107623 +"341794",91112,107714 +"341795",91112,107879 +"341796",91112,107975 +"341797",91113,112490 +"341798",91115,92244 +"341799",91115,92350 +"341800",91115,92351 +"341801",91115,92389 +"341802",91115,92402 +"341803",91115,92456 +"341804",91115,101434 +"341805",91115,107920 +"341806",91116,118977 +"341807",91117,91120 +"341808",91119,93612 +"341809",91119,119084 +"341810",91120,91715 +"341811",91124,105078 +"341812",91127,115809 +"341813",91128,101811 +"341814",91128,105878 +"341815",91128,117570 +"341816",91137,91587 +"341817",91137,94609 +"341818",91137,122761 +"341819",91139,102163 +"341820",91139,108403 +"341821",91139,108411 +"341822",91140,109186 +"341823",91140,112935 +"341824",91141,99410 +"341825",91144,97836 +"341826",91145,118585 +"341827",91145,119894 +"341828",91145,120757 +"341829",91145,120758 +"341830",91146,91147 +"341831",91147,112450 +"341832",91147,117618 +"341833",91148,96946 +"341834",91148,96947 +"341835",91148,96948 +"341836",91148,96949 +"341837",91148,96950 +"341838",91148,96951 +"341839",91148,96958 +"341840",91148,96959 +"341841",91148,97007 +"341842",91149,91155 +"341843",91149,91209 +"341844",91149,100004 +"341845",91150,99875 +"341846",91150,111213 +"341847",91150,112723 +"341848",91151,122024 +"341849",91151,122034 +"341850",91151,122038 +"341851",91152,107585 +"341852",91152,112155 +"341853",91152,116087 +"341854",91155,91209 +"341855",91156,91514 +"341856",91156,96332 +"341857",91156,96356 +"341858",91156,99831 +"341859",91156,105435 +"341860",91157,109546 +"341861",91159,91202 +"341862",91159,93568 +"341863",91159,116861 +"341864",91160,91161 +"341865",91160,112693 +"341866",91161,101062 +"341867",91162,91163 +"341868",91162,91165 +"341869",91162,91170 +"341870",91162,91201 +"341871",91163,91165 +"341872",91163,91170 +"341873",91163,91201 +"341874",91163,98800 +"341875",91164,95721 +"341876",91164,96007 +"341877",91164,98165 +"341878",91164,99435 +"341879",91164,116342 +"341880",91165,91170 +"341881",91165,91201 +"341882",91166,93971 +"341883",91166,97278 +"341884",91166,106981 +"341885",91166,122317 +"341886",91168,103853 +"341887",91170,91201 +"341888",91174,91333 +"341889",91175,91216 +"341890",91175,91234 +"341891",91175,91239 +"341892",91176,116057 +"341893",91178,96465 +"341894",91178,97636 +"341895",91178,103074 +"341896",91179,93935 +"341897",91179,93936 +"341898",91179,108096 +"341899",91180,98373 +"341900",91180,98400 +"341901",91181,98556 +"341902",91181,112361 +"341903",91181,113112 +"341904",91181,123387 +"341905",91185,92882 +"341906",91186,94949 +"341907",91186,105365 +"341908",91186,110149 +"341909",91186,111778 +"341910",91186,112812 +"341911",91186,112867 +"341912",91186,114068 +"341913",91186,114243 +"341914",91186,117057 +"341915",91187,102762 +"341916",91189,104391 +"341917",91189,114746 +"341918",91190,107561 +"341919",91192,91925 +"341920",91192,92595 +"341921",91192,108829 +"341922",91194,91205 +"341923",91195,91324 +"341924",91197,110646 +"341925",91198,103446 +"341926",91203,91204 +"341927",91204,112361 +"341928",91207,91220 +"341929",91210,93184 +"341930",91211,110512 +"341931",91213,91217 +"341932",91215,93519 +"341933",91216,91234 +"341934",91216,91239 +"341935",91217,104110 +"341936",91218,91219 +"341937",91221,91256 +"341938",91221,93614 +"341939",91221,113503 +"341940",91221,118038 +"341941",91223,117366 +"341942",91224,91238 +"341943",91225,101114 +"341944",91225,101118 +"341945",91229,110359 +"341946",91229,113585 +"341947",91229,117804 +"341948",91229,122108 +"341949",91231,93011 +"341950",91232,99646 +"341951",91232,102368 +"341952",91232,103968 +"341953",91232,109000 +"341954",91232,109339 +"341955",91232,109945 +"341956",91232,111309 +"341957",91232,111462 +"341958",91232,114155 +"341959",91232,114170 +"341960",91232,114266 +"341961",91232,116789 +"341962",91232,118335 +"341963",91232,120853 +"341964",91232,120858 +"341965",91234,91239 +"341966",91235,110859 +"341967",91235,116438 +"341968",91236,102141 +"341969",91239,119759 +"341970",91241,99441 +"341971",91241,118852 +"341972",91241,120117 +"341973",91243,91264 +"341974",91246,91260 +"341975",91249,91330 +"341976",91249,101395 +"341977",91249,103964 +"341978",91249,110650 +"341979",91249,110902 +"341980",91249,112410 +"341981",91249,114865 +"341982",91249,121145 +"341983",91249,122448 +"341984",91249,122454 +"341985",91250,99963 +"341986",91250,100797 +"341987",91250,100800 +"341988",91250,108381 +"341989",91251,114383 +"341990",91254,95425 +"341991",91255,92247 +"341992",91255,92352 +"341993",91255,92362 +"341994",91255,92929 +"341995",91255,93719 +"341996",91255,94906 +"341997",91255,94946 +"341998",91255,95889 +"341999",91255,96093 +"342000",91255,97988 +"342001",91255,99309 +"342002",91255,99376 +"342003",91255,99450 +"342004",91255,99471 +"342005",91255,99474 +"342006",91255,100916 +"342007",91255,100944 +"342008",91255,101126 +"342009",91255,101329 +"342010",91255,105557 +"342011",91255,107199 +"342012",91255,108743 +"342013",91255,108980 +"342014",91255,109291 +"342015",91255,109933 +"342016",91255,110483 +"342017",91255,110567 +"342018",91255,110572 +"342019",91255,110630 +"342020",91255,110648 +"342021",91255,110711 +"342022",91255,110770 +"342023",91255,110869 +"342024",91255,110911 +"342025",91255,111285 +"342026",91255,111314 +"342027",91255,111362 +"342028",91255,111372 +"342029",91255,111424 +"342030",91255,111433 +"342031",91255,112422 +"342032",91255,113269 +"342033",91255,113430 +"342034",91255,114242 +"342035",91255,114842 +"342036",91255,115427 +"342037",91255,115521 +"342038",91255,115711 +"342039",91257,96195 +"342040",91257,106508 +"342041",91257,106519 +"342042",91257,106521 +"342043",91258,91273 +"342044",91261,103478 +"342045",91269,91270 +"342046",91269,93030 +"342047",91269,96941 +"342048",91272,121933 +"342049",91275,93114 +"342050",91275,115954 +"342051",91276,100201 +"342052",91277,91321 +"342053",91277,104418 +"342054",91277,114578 +"342055",91277,119185 +"342056",91278,96041 +"342057",91279,91280 +"342058",91279,91861 +"342059",91279,100229 +"342060",91280,109771 +"342061",91280,111017 +"342062",91282,95469 +"342063",91282,96525 +"342064",91282,101827 +"342065",91282,111109 +"342066",91284,107969 +"342067",91285,108097 +"342068",91285,108102 +"342069",91287,111927 +"342070",91290,92845 +"342071",91290,109754 +"342072",91290,110177 +"342073",91292,91674 +"342074",91292,91675 +"342075",91292,91765 +"342076",91293,93696 +"342077",91297,123159 +"342078",91299,105440 +"342079",91299,110820 +"342080",91305,122497 +"342081",91309,100567 +"342082",91309,105183 +"342083",91311,103230 +"342084",91311,103439 +"342085",91311,103451 +"342086",91312,92150 +"342087",91312,108800 +"342088",91312,113081 +"342089",91312,116483 +"342090",91316,103483 +"342091",91319,105291 +"342092",91319,119384 +"342093",91319,119412 +"342094",91319,119421 +"342095",91321,100293 +"342096",91321,109356 +"342097",91321,109398 +"342098",91322,99020 +"342099",91323,113234 +"342100",91326,94600 +"342101",91326,101271 +"342102",91326,104860 +"342103",91326,115688 +"342104",91327,91338 +"342105",91328,102614 +"342106",91328,111032 +"342107",91334,123453 +"342108",91340,115300 +"342109",91343,93057 +"342110",91343,94612 +"342111",91343,97355 +"342112",91345,91361 +"342113",91346,91728 +"342114",91347,91451 +"342115",91348,95041 +"342116",91348,98468 +"342117",91349,93482 +"342118",91350,91378 +"342119",91352,91501 +"342120",91352,103913 +"342121",91357,91359 +"342122",91362,96463 +"342123",91362,110429 +"342124",91362,122082 +"342125",91363,91368 +"342126",91368,102983 +"342127",91369,91463 +"342128",91369,104862 +"342129",91369,117123 +"342130",91370,91389 +"342131",91371,91412 +"342132",91371,91413 +"342133",91371,94101 +"342134",91371,94102 +"342135",91371,107487 +"342136",91371,109065 +"342137",91371,109799 +"342138",91372,113268 +"342139",91373,100485 +"342140",91374,109299 +"342141",91375,91394 +"342142",91375,95341 +"342143",91375,97576 +"342144",91379,96064 +"342145",91380,91727 +"342146",91381,97201 +"342147",91381,100174 +"342148",91381,102978 +"342149",91381,103002 +"342150",91381,103016 +"342151",91381,104011 +"342152",91381,106994 +"342153",91382,91515 +"342154",91382,101318 +"342155",91382,108840 +"342156",91382,116027 +"342157",91383,92113 +"342158",91383,98904 +"342159",91383,102940 +"342160",91383,118577 +"342161",91383,119085 +"342162",91383,119224 +"342163",91383,119439 +"342164",91383,120085 +"342165",91383,120232 +"342166",91383,121213 +"342167",91386,116355 +"342168",91387,91431 +"342169",91387,94401 +"342170",91388,96396 +"342171",91388,111375 +"342172",91388,114748 +"342173",91390,91513 +"342174",91394,95341 +"342175",91394,97576 +"342176",91395,93378 +"342177",91397,93033 +"342178",91397,96155 +"342179",91397,96769 +"342180",91397,96771 +"342181",91397,98930 +"342182",91399,98888 +"342183",91401,98956 +"342184",91402,104096 +"342185",91402,118032 +"342186",91402,120511 +"342187",91404,107048 +"342188",91407,121018 +"342189",91411,92592 +"342190",91411,96452 +"342191",91411,101016 +"342192",91411,101087 +"342193",91411,102341 +"342194",91411,110376 +"342195",91411,110380 +"342196",91412,91413 +"342197",91412,109814 +"342198",91414,106565 +"342199",91414,116547 +"342200",91414,119373 +"342201",91414,121169 +"342202",91415,104874 +"342203",91415,105298 +"342204",91417,102292 +"342205",91417,107036 +"342206",91417,115575 +"342207",91417,115576 +"342208",91417,121950 +"342209",91417,121966 +"342210",91417,121971 +"342211",91417,121976 +"342212",91418,91556 +"342213",91419,91460 +"342214",91419,116429 +"342215",91423,99624 +"342216",91426,93594 +"342217",91427,91455 +"342218",91429,102882 +"342219",91430,91482 +"342220",91430,91484 +"342221",91430,91485 +"342222",91431,94401 +"342223",91431,96536 +"342224",91433,115749 +"342225",91434,108522 +"342226",91434,110416 +"342227",91436,95071 +"342228",91436,104349 +"342229",91436,105907 +"342230",91436,106730 +"342231",91436,120522 +"342232",91436,120525 +"342233",91436,121431 +"342234",91437,91438 +"342235",91437,95631 +"342236",91438,97820 +"342237",91438,99152 +"342238",91438,110364 +"342239",91438,112026 +"342240",91439,108028 +"342241",91440,93331 +"342242",91448,121664 +"342243",91449,94634 +"342244",91450,91626 +"342245",91450,95292 +"342246",91450,102652 +"342247",91450,109791 +"342248",91450,112102 +"342249",91450,112104 +"342250",91450,114692 +"342251",91456,104106 +"342252",91457,105278 +"342253",91458,112234 +"342254",91458,112257 +"342255",91458,112448 +"342256",91458,116499 +"342257",91458,120211 +"342258",91460,92448 +"342259",91460,105006 +"342260",91460,105035 +"342261",91461,106956 +"342262",91461,114492 +"342263",91461,119709 +"342264",91461,119715 +"342265",91465,92834 +"342266",91465,94994 +"342267",91465,95054 +"342268",91465,96887 +"342269",91465,103324 +"342270",91465,103405 +"342271",91465,103406 +"342272",91465,106975 +"342273",91465,114971 +"342274",91466,93342 +"342275",91466,102753 +"342276",91466,110503 +"342277",91467,108342 +"342278",91468,91469 +"342279",91470,102683 +"342280",91470,114781 +"342281",91472,94951 +"342282",91472,99276 +"342283",91475,113384 +"342284",91475,113402 +"342285",91476,95293 +"342286",91476,117514 +"342287",91478,94736 +"342288",91479,121345 +"342289",91479,121356 +"342290",91479,121403 +"342291",91480,111788 +"342292",91481,102145 +"342293",91482,91484 +"342294",91482,91485 +"342295",91482,94522 +"342296",91482,98119 +"342297",91484,91485 +"342298",91486,97940 +"342299",91486,109503 +"342300",91487,91488 +"342301",91487,117460 +"342302",91488,117460 +"342303",91492,91523 +"342304",91492,91553 +"342305",91494,93156 +"342306",91496,94733 +"342307",91497,103488 +"342308",91497,105032 +"342309",91499,92095 +"342310",91499,92119 +"342311",91500,102010 +"342312",91500,102035 +"342313",91502,92975 +"342314",91505,91542 +"342315",91514,96356 +"342316",91514,99831 +"342317",91514,105435 +"342318",91516,109491 +"342319",91517,91543 +"342320",91517,96513 +"342321",91517,106280 +"342322",91519,91588 +"342323",91522,91528 +"342324",91523,91553 +"342325",91524,91536 +"342326",91524,91537 +"342327",91526,93425 +"342328",91526,93523 +"342329",91526,94520 +"342330",91526,95954 +"342331",91526,99544 +"342332",91526,99547 +"342333",91526,99554 +"342334",91526,100595 +"342335",91526,100739 +"342336",91526,100819 +"342337",91526,101898 +"342338",91526,101988 +"342339",91526,102146 +"342340",91526,102201 +"342341",91526,102309 +"342342",91526,102635 +"342343",91526,102730 +"342344",91526,102846 +"342345",91526,103790 +"342346",91526,104095 +"342347",91526,104574 +"342348",91526,104784 +"342349",91526,104845 +"342350",91526,107269 +"342351",91526,107623 +"342352",91526,107714 +"342353",91526,107879 +"342354",91526,107975 +"342355",91531,97991 +"342356",91531,98003 +"342357",91531,102443 +"342358",91531,103303 +"342359",91531,113956 +"342360",91531,115194 +"342361",91531,117971 +"342362",91532,117230 +"342363",91536,91537 +"342364",91537,93224 +"342365",91538,116803 +"342366",91539,91610 +"342367",91539,97709 +"342368",91539,100649 +"342369",91539,106627 +"342370",91539,106642 +"342371",91539,119784 +"342372",91539,119987 +"342373",91540,94743 +"342374",91544,93562 +"342375",91544,100967 +"342376",91545,104827 +"342377",91545,110360 +"342378",91545,118498 +"342379",91547,95876 +"342380",91547,120558 +"342381",91549,96358 +"342382",91550,113718 +"342383",91551,95560 +"342384",91551,110320 +"342385",91551,114560 +"342386",91551,115614 +"342387",91551,117638 +"342388",91551,117643 +"342389",91551,117644 +"342390",91554,91555 +"342391",91557,104859 +"342392",91557,104864 +"342393",91557,104865 +"342394",91557,104882 +"342395",91557,105997 +"342396",91557,118644 +"342397",91557,118751 +"342398",91557,123383 +"342399",91559,102737 +"342400",91560,91581 +"342401",91560,91584 +"342402",91560,91616 +"342403",91560,91620 +"342404",91561,104533 +"342405",91561,109584 +"342406",91561,121140 +"342407",91562,96837 +"342408",91562,114622 +"342409",91564,91604 +"342410",91564,91605 +"342411",91564,94136 +"342412",91564,102291 +"342413",91564,107505 +"342414",91565,91587 +"342415",91565,91589 +"342416",91566,92494 +"342417",91566,105322 +"342418",91566,105342 +"342419",91566,111812 +"342420",91566,117841 +"342421",91569,96815 +"342422",91569,99382 +"342423",91569,113744 +"342424",91569,113790 +"342425",91571,91592 +"342426",91573,102635 +"342427",91574,115594 +"342428",91577,92348 +"342429",91579,91585 +"342430",91580,91623 +"342431",91581,91584 +"342432",91581,91616 +"342433",91581,91620 +"342434",91581,102008 +"342435",91581,106919 +"342436",91581,106935 +"342437",91581,107117 +"342438",91583,114585 +"342439",91584,91616 +"342440",91584,91620 +"342441",91585,94408 +"342442",91585,94417 +"342443",91586,114385 +"342444",91587,91589 +"342445",91587,96631 +"342446",91587,96640 +"342447",91587,96645 +"342448",91587,96652 +"342449",91587,96655 +"342450",91587,100055 +"342451",91589,106816 +"342452",91590,91591 +"342453",91591,94975 +"342454",91591,94990 +"342455",91591,95001 +"342456",91591,95032 +"342457",91591,98753 +"342458",91591,100315 +"342459",91591,105279 +"342460",91596,91619 +"342461",91597,98105 +"342462",91597,106008 +"342463",91604,91605 +"342464",91606,92724 +"342465",91606,105651 +"342466",91606,108063 +"342467",91607,117884 +"342468",91607,118187 +"342469",91607,118302 +"342470",91608,91617 +"342471",91608,92301 +"342472",91608,92302 +"342473",91609,91743 +"342474",91609,94852 +"342475",91611,92145 +"342476",91611,99371 +"342477",91611,108511 +"342478",91611,110667 +"342479",91611,113386 +"342480",91616,91620 +"342481",91616,92117 +"342482",91616,93883 +"342483",91616,93886 +"342484",91616,96240 +"342485",91617,92301 +"342486",91617,92302 +"342487",91618,116943 +"342488",91621,101938 +"342489",91625,101450 +"342490",91625,114269 +"342491",91625,114984 +"342492",91627,91737 +"342493",91629,101165 +"342494",91631,93156 +"342495",91631,94215 +"342496",91631,120563 +"342497",91631,120647 +"342498",91635,94363 +"342499",91637,91772 +"342500",91637,91773 +"342501",91637,105512 +"342502",91637,109060 +"342503",91640,91641 +"342504",91643,106746 +"342505",91644,93710 +"342506",91647,105594 +"342507",91650,93303 +"342508",91650,93324 +"342509",91650,98685 +"342510",91651,96639 +"342511",91652,92024 +"342512",91652,109108 +"342513",91652,111712 +"342514",91654,107407 +"342515",91654,119877 +"342516",91655,91672 +"342517",91655,102837 +"342518",91655,118423 +"342519",91656,113828 +"342520",91656,115739 +"342521",91656,116700 +"342522",91657,103306 +"342523",91658,117855 +"342524",91658,118069 +"342525",91658,118078 +"342526",91661,94099 +"342527",91661,97498 +"342528",91661,114522 +"342529",91662,121059 +"342530",91663,119081 +"342531",91664,91767 +"342532",91665,97451 +"342533",91666,91780 +"342534",91666,96270 +"342535",91667,97294 +"342536",91667,111783 +"342537",91668,107638 +"342538",91671,103028 +"342539",91672,95306 +"342540",91672,113563 +"342541",91673,102634 +"342542",91673,108738 +"342543",91674,91675 +"342544",91674,91765 +"342545",91675,91765 +"342546",91676,112679 +"342547",91679,107591 +"342548",91679,108140 +"342549",91682,95267 +"342550",91682,97580 +"342551",91682,98727 +"342552",91682,98776 +"342553",91682,100795 +"342554",91682,106824 +"342555",91682,108879 +"342556",91682,109166 +"342557",91682,109858 +"342558",91682,109878 +"342559",91682,112962 +"342560",91682,113990 +"342561",91682,115413 +"342562",91682,116123 +"342563",91682,117258 +"342564",91682,117560 +"342565",91682,118128 +"342566",91682,118836 +"342567",91682,118866 +"342568",91682,118873 +"342569",91682,119131 +"342570",91682,119513 +"342571",91682,119716 +"342572",91682,119769 +"342573",91682,120123 +"342574",91682,120169 +"342575",91682,120725 +"342576",91682,120944 +"342577",91682,121609 +"342578",91682,122007 +"342579",91682,122032 +"342580",91682,122035 +"342581",91682,122724 +"342582",91682,123070 +"342583",91682,123394 +"342584",91682,123490 +"342585",91683,97601 +"342586",91683,97607 +"342587",91684,92208 +"342588",91684,92211 +"342589",91684,92719 +"342590",91684,97050 +"342591",91684,105840 +"342592",91684,105852 +"342593",91685,94397 +"342594",91687,111535 +"342595",91692,91708 +"342596",91694,93999 +"342597",91695,96576 +"342598",91695,97440 +"342599",91695,100239 +"342600",91695,113099 +"342601",91697,91716 +"342602",91698,93332 +"342603",91698,94877 +"342604",91698,97142 +"342605",91698,109452 +"342606",91701,91809 +"342607",91701,93094 +"342608",91701,107810 +"342609",91701,109817 +"342610",91701,109838 +"342611",91702,99162 +"342612",91702,99815 +"342613",91702,107792 +"342614",91702,121225 +"342615",91704,91805 +"342616",91704,92795 +"342617",91705,91710 +"342618",91705,91752 +"342619",91710,91752 +"342620",91712,103710 +"342621",91712,119565 +"342622",91712,121658 +"342623",91713,93259 +"342624",91713,95163 +"342625",91713,99144 +"342626",91713,105791 +"342627",91713,111100 +"342628",91715,91750 +"342629",91717,96628 +"342630",91719,96137 +"342631",91720,119269 +"342632",91721,91736 +"342633",91721,99842 +"342634",91728,92133 +"342635",91728,92197 +"342636",91728,92210 +"342637",91728,122618 +"342638",91729,107856 +"342639",91729,107875 +"342640",91729,108383 +"342641",91729,120322 +"342642",91730,99608 +"342643",91730,101108 +"342644",91732,95156 +"342645",91733,91734 +"342646",91734,104516 +"342647",91734,114352 +"342648",91735,93093 +"342649",91742,101832 +"342650",91742,101886 +"342651",91742,101887 +"342652",91743,91795 +"342653",91743,94852 +"342654",91744,99962 +"342655",91744,99971 +"342656",91744,113171 +"342657",91746,106798 +"342658",91746,121305 +"342659",91746,121883 +"342660",91750,93518 +"342661",91750,104478 +"342662",91750,105118 +"342663",91750,107337 +"342664",91750,119331 +"342665",91751,91970 +"342666",91751,94000 +"342667",91755,92555 +"342668",91756,108919 +"342669",91756,117200 +"342670",91757,95187 +"342671",91759,120141 +"342672",91760,100134 +"342673",91761,91796 +"342674",91762,93424 +"342675",91762,99574 +"342676",91762,99581 +"342677",91762,99592 +"342678",91762,99598 +"342679",91762,116415 +"342680",91764,118274 +"342681",91767,92289 +"342682",91768,93642 +"342683",91768,100438 +"342684",91768,105065 +"342685",91768,105378 +"342686",91770,96518 +"342687",91770,97485 +"342688",91770,99735 +"342689",91770,102734 +"342690",91770,104662 +"342691",91770,105207 +"342692",91770,110380 +"342693",91770,110488 +"342694",91770,110719 +"342695",91770,119237 +"342696",91770,121290 +"342697",91770,121294 +"342698",91771,119688 +"342699",91772,97240 +"342700",91772,105512 +"342701",91772,109060 +"342702",91772,116617 +"342703",91772,122247 +"342704",91775,95783 +"342705",91775,115482 +"342706",91777,93060 +"342707",91777,110043 +"342708",91777,110044 +"342709",91779,95469 +"342710",91779,96525 +"342711",91779,96768 +"342712",91779,99577 +"342713",91779,101347 +"342714",91779,102535 +"342715",91779,103675 +"342716",91779,106275 +"342717",91779,106280 +"342718",91779,106674 +"342719",91779,108430 +"342720",91779,116743 +"342721",91779,119637 +"342722",91779,122496 +"342723",91779,122502 +"342724",91780,96270 +"342725",91781,102483 +"342726",91781,110131 +"342727",91781,110147 +"342728",91781,110155 +"342729",91781,110173 +"342730",91781,112774 +"342731",91781,114362 +"342732",91782,91783 +"342733",91782,109636 +"342734",91782,115510 +"342735",91785,102072 +"342736",91786,103776 +"342737",91788,91847 +"342738",91788,91851 +"342739",91789,94745 +"342740",91791,91797 +"342741",91791,96598 +"342742",91791,98987 +"342743",91794,91967 +"342744",91794,99704 +"342745",91797,96598 +"342746",91797,98987 +"342747",91801,101115 +"342748",91801,123263 +"342749",91801,123402 +"342750",91804,112998 +"342751",91804,113003 +"342752",91806,96931 +"342753",91806,103926 +"342754",91806,111322 +"342755",91808,94480 +"342756",91808,114829 +"342757",91812,94571 +"342758",91812,104162 +"342759",91812,110543 +"342760",91814,91860 +"342761",91814,91966 +"342762",91815,106161 +"342763",91816,91817 +"342764",91816,102247 +"342765",91818,110356 +"342766",91820,106356 +"342767",91821,115655 +"342768",91821,120261 +"342769",91821,120264 +"342770",91822,91837 +"342771",91822,91857 +"342772",91822,91871 +"342773",91822,97968 +"342774",91822,98007 +"342775",91822,98033 +"342776",91822,98038 +"342777",91823,96799 +"342778",91823,105718 +"342779",91823,112937 +"342780",91823,113369 +"342781",91824,100336 +"342782",91824,100621 +"342783",91824,103996 +"342784",91825,93892 +"342785",91827,94461 +"342786",91827,94950 +"342787",91827,119392 +"342788",91827,119393 +"342789",91829,115103 +"342790",91829,117097 +"342791",91831,92874 +"342792",91831,92890 +"342793",91836,116404 +"342794",91837,91857 +"342795",91837,91871 +"342796",91838,100752 +"342797",91840,92935 +"342798",91841,94424 +"342799",91841,120818 +"342800",91841,120820 +"342801",91842,92458 +"342802",91842,95230 +"342803",91842,95238 +"342804",91842,95258 +"342805",91845,92984 +"342806",91846,115777 +"342807",91847,91851 +"342808",91849,121133 +"342809",91850,92295 +"342810",91851,114019 +"342811",91851,114077 +"342812",91856,99396 +"342813",91857,91871 +"342814",91860,91966 +"342815",91862,100225 +"342816",91862,101526 +"342817",91862,101965 +"342818",91866,121951 +"342819",91867,117461 +"342820",91868,102520 +"342821",91868,107144 +"342822",91869,108821 +"342823",91869,110418 +"342824",91870,93215 +"342825",91870,108794 +"342826",91870,112215 +"342827",91870,122026 +"342828",91872,91880 +"342829",91878,91917 +"342830",91878,92171 +"342831",91878,101387 +"342832",91878,104301 +"342833",91878,104313 +"342834",91881,116195 +"342835",91884,102465 +"342836",91887,91893 +"342837",91888,91937 +"342838",91889,93765 +"342839",91891,91901 +"342840",91891,101298 +"342841",91891,104846 +"342842",91891,117907 +"342843",91891,117970 +"342844",91894,91938 +"342845",91894,122947 +"342846",91895,91932 +"342847",91896,98772 +"342848",91898,110935 +"342849",91899,101272 +"342850",91900,102178 +"342851",91900,102339 +"342852",91900,102455 +"342853",91900,102474 +"342854",91900,103422 +"342855",91900,107784 +"342856",91900,116377 +"342857",91901,99851 +"342858",91901,109134 +"342859",91904,98166 +"342860",91904,101927 +"342861",91905,99468 +"342862",91905,99570 +"342863",91905,107396 +"342864",91905,112765 +"342865",91905,112767 +"342866",91906,95491 +"342867",91909,99448 +"342868",91911,96977 +"342869",91912,94240 +"342870",91912,94671 +"342871",91912,96596 +"342872",91912,97237 +"342873",91912,100230 +"342874",91912,107657 +"342875",91913,91931 +"342876",91917,92171 +"342877",91917,101387 +"342878",91917,104301 +"342879",91917,104313 +"342880",91921,94509 +"342881",91921,115356 +"342882",91922,97025 +"342883",91922,98781 +"342884",91922,114747 +"342885",91923,123245 +"342886",91924,99622 +"342887",91924,103193 +"342888",91925,92595 +"342889",91925,108829 +"342890",91926,115948 +"342891",91927,95193 +"342892",91928,104560 +"342893",91930,119043 +"342894",91930,119045 +"342895",91930,119048 +"342896",91941,91958 +"342897",91941,91960 +"342898",91941,92118 +"342899",91947,92413 +"342900",91949,91985 +"342901",91951,96096 +"342902",91952,102935 +"342903",91954,92125 +"342904",91956,91982 +"342905",91957,99017 +"342906",91958,91960 +"342907",91958,92118 +"342908",91959,91995 +"342909",91960,92118 +"342910",91963,99516 +"342911",91963,115027 +"342912",91964,98057 +"342913",91964,99753 +"342914",91969,118721 +"342915",91970,99115 +"342916",91970,99122 +"342917",91972,92006 +"342918",91975,94060 +"342919",91976,92166 +"342920",91978,92585 +"342921",91980,107208 +"342922",91980,109404 +"342923",91980,113524 +"342924",91980,115662 +"342925",91984,96287 +"342926",91984,96289 +"342927",91984,96302 +"342928",91986,97568 +"342929",91986,110136 +"342930",91986,117156 +"342931",91986,117620 +"342932",91988,98374 +"342933",91991,108444 +"342934",91992,93791 +"342935",91993,97181 +"342936",91995,102961 +"342937",91995,114977 +"342938",91995,115934 +"342939",91996,94968 +"342940",91996,117190 +"342941",91996,122806 +"342942",91999,108651 +"342943",91999,111509 +"342944",92004,92057 +"342945",92005,92008 +"342946",92009,92015 +"342947",92009,98179 +"342948",92010,113489 +"342949",92011,106484 +"342950",92011,118268 +"342951",92012,120549 +"342952",92012,120565 +"342953",92013,123274 +"342954",92014,117296 +"342955",92014,117309 +"342956",92017,100533 +"342957",92017,102484 +"342958",92017,103486 +"342959",92017,120498 +"342960",92019,108803 +"342961",92020,120177 +"342962",92021,92071 +"342963",92022,100154 +"342964",92023,92024 +"342965",92023,92040 +"342966",92023,98649 +"342967",92024,92040 +"342968",92024,98649 +"342969",92024,109108 +"342970",92024,111712 +"342971",92025,92108 +"342972",92025,92114 +"342973",92025,92115 +"342974",92027,92028 +"342975",92027,113153 +"342976",92029,108440 +"342977",92030,105176 +"342978",92031,104064 +"342979",92031,113871 +"342980",92033,92680 +"342981",92033,96421 +"342982",92033,106339 +"342983",92034,110620 +"342984",92034,111756 +"342985",92034,112776 +"342986",92034,112780 +"342987",92034,112781 +"342988",92034,112793 +"342989",92035,95094 +"342990",92035,95130 +"342991",92035,98985 +"342992",92035,101100 +"342993",92035,104204 +"342994",92035,108193 +"342995",92035,109157 +"342996",92035,112547 +"342997",92035,113360 +"342998",92035,118022 +"342999",92036,106056 +"343000",92036,106072 +"343001",92037,111625 +"343002",92037,112960 +"343003",92037,113377 +"343004",92037,113387 +"343005",92038,117139 +"343006",92038,117978 +"343007",92038,117979 +"343008",92038,118001 +"343009",92038,118006 +"343010",92038,118236 +"343011",92040,98649 +"343012",92041,105675 +"343013",92044,102389 +"343014",92045,101695 +"343015",92049,100139 +"343016",92049,103583 +"343017",92049,107773 +"343018",92049,109107 +"343019",92050,122090 +"343020",92051,92559 +"343021",92052,98062 +"343022",92052,98124 +"343023",92052,104185 +"343024",92053,99508 +"343025",92055,94076 +"343026",92055,101296 +"343027",92057,115855 +"343028",92058,103043 +"343029",92059,92279 +"343030",92061,101303 +"343031",92062,103182 +"343032",92062,103618 +"343033",92063,92080 +"343034",92063,92092 +"343035",92065,106887 +"343036",92068,93193 +"343037",92070,92098 +"343038",92072,116450 +"343039",92072,122339 +"343040",92074,92330 +"343041",92076,112943 +"343042",92076,122618 +"343043",92077,92285 +"343044",92077,92305 +"343045",92077,94027 +"343046",92079,99803 +"343047",92080,92092 +"343048",92081,100226 +"343049",92081,105947 +"343050",92083,92086 +"343051",92083,97860 +"343052",92088,95899 +"343053",92089,92090 +"343054",92089,100441 +"343055",92089,100473 +"343056",92095,92119 +"343057",92096,99540 +"343058",92097,111726 +"343059",92099,105973 +"343060",92100,98147 +"343061",92100,98209 +"343062",92100,107571 +"343063",92101,102017 +"343064",92101,102034 +"343065",92102,112374 +"343066",92104,95701 +"343067",92104,98744 +"343068",92104,112838 +"343069",92105,97210 +"343070",92105,98155 +"343071",92105,105261 +"343072",92106,93658 +"343073",92106,95611 +"343074",92106,108996 +"343075",92108,92114 +"343076",92108,92115 +"343077",92109,99444 +"343078",92110,92325 +"343079",92110,95534 +"343080",92111,93685 +"343081",92112,115163 +"343082",92113,98904 +"343083",92113,102940 +"343084",92113,118577 +"343085",92113,119085 +"343086",92113,119224 +"343087",92113,119439 +"343088",92113,120085 +"343089",92113,120232 +"343090",92113,121213 +"343091",92114,92115 +"343092",92116,99333 +"343093",92116,117834 +"343094",92117,96240 +"343095",92120,104351 +"343096",92120,109877 +"343097",92120,110968 +"343098",92120,110975 +"343099",92120,110976 +"343100",92121,109486 +"343101",92123,93408 +"343102",92123,104226 +"343103",92124,105417 +"343104",92124,118669 +"343105",92126,92127 +"343106",92127,121313 +"343107",92128,95121 +"343108",92128,98135 +"343109",92128,98139 +"343110",92128,116335 +"343111",92128,117606 +"343112",92128,117637 +"343113",92130,96332 +"343114",92130,96356 +"343115",92130,103011 +"343116",92132,94930 +"343117",92132,94977 +"343118",92133,92197 +"343119",92133,92210 +"343120",92133,100727 +"343121",92133,109547 +"343122",92136,92188 +"343123",92139,111585 +"343124",92140,92174 +"343125",92146,92147 +"343126",92146,92165 +"343127",92146,92183 +"343128",92147,92165 +"343129",92147,92183 +"343130",92150,116483 +"343131",92152,110341 +"343132",92152,116657 +"343133",92152,116794 +"343134",92153,92155 +"343135",92153,105138 +"343136",92153,110501 +"343137",92153,119888 +"343138",92154,92669 +"343139",92154,99457 +"343140",92154,104666 +"343141",92154,106723 +"343142",92154,116230 +"343143",92156,92977 +"343144",92156,116309 +"343145",92157,97346 +"343146",92157,106542 +"343147",92157,107128 +"343148",92158,107366 +"343149",92159,99048 +"343150",92160,113896 +"343151",92162,92213 +"343152",92163,105981 +"343153",92165,92183 +"343154",92167,100070 +"343155",92168,94206 +"343156",92169,96214 +"343157",92169,104009 +"343158",92171,101387 +"343159",92171,104301 +"343160",92171,104313 +"343161",92172,92173 +"343162",92180,98785 +"343163",92181,93679 +"343164",92182,100485 +"343165",92183,97908 +"343166",92183,97936 +"343167",92183,109843 +"343168",92191,110851 +"343169",92195,102411 +"343170",92196,104132 +"343171",92196,117828 +"343172",92196,120291 +"343173",92196,120293 +"343174",92197,92210 +"343175",92198,99720 +"343176",92198,99743 +"343177",92198,102822 +"343178",92199,113364 +"343179",92204,104306 +"343180",92208,92211 +"343181",92208,92719 +"343182",92208,93757 +"343183",92208,94236 +"343184",92208,94425 +"343185",92208,94429 +"343186",92208,94454 +"343187",92211,92719 +"343188",92215,105878 +"343189",92217,94997 +"343190",92217,101125 +"343191",92218,106807 +"343192",92220,92724 +"343193",92220,94543 +"343194",92220,94616 +"343195",92220,99227 +"343196",92220,99444 +"343197",92220,100577 +"343198",92220,101261 +"343199",92220,102546 +"343200",92220,104788 +"343201",92220,105219 +"343202",92220,109745 +"343203",92220,112329 +"343204",92222,94943 +"343205",92222,119098 +"343206",92225,92343 +"343207",92226,103864 +"343208",92227,92243 +"343209",92227,102404 +"343210",92227,122797 +"343211",92230,97307 +"343212",92230,114804 +"343213",92230,117397 +"343214",92230,123033 +"343215",92231,105244 +"343216",92233,108376 +"343217",92237,107212 +"343218",92239,110217 +"343219",92239,110397 +"343220",92239,116422 +"343221",92240,103203 +"343222",92241,93006 +"343223",92241,93115 +"343224",92241,97614 +"343225",92241,108483 +"343226",92241,110140 +"343227",92241,111348 +"343228",92242,117674 +"343229",92242,121265 +"343230",92242,121266 +"343231",92246,99553 +"343232",92246,100523 +"343233",92246,106491 +"343234",92246,111202 +"343235",92246,115285 +"343236",92246,118778 +"343237",92247,92255 +"343238",92247,92352 +"343239",92247,92362 +"343240",92247,92929 +"343241",92247,93719 +"343242",92247,94906 +"343243",92247,94946 +"343244",92247,95889 +"343245",92247,96093 +"343246",92247,97988 +"343247",92247,99309 +"343248",92247,99376 +"343249",92247,99450 +"343250",92247,99471 +"343251",92247,99474 +"343252",92247,100916 +"343253",92247,100944 +"343254",92247,101126 +"343255",92247,101329 +"343256",92247,105557 +"343257",92247,107199 +"343258",92247,108743 +"343259",92247,108980 +"343260",92247,109291 +"343261",92247,109933 +"343262",92247,110483 +"343263",92247,110567 +"343264",92247,110572 +"343265",92247,110630 +"343266",92247,110648 +"343267",92247,110711 +"343268",92247,110770 +"343269",92247,110869 +"343270",92247,110911 +"343271",92247,111285 +"343272",92247,111314 +"343273",92247,111362 +"343274",92247,111372 +"343275",92247,111424 +"343276",92247,111433 +"343277",92247,112422 +"343278",92247,113269 +"343279",92247,113430 +"343280",92247,114242 +"343281",92247,114842 +"343282",92247,115427 +"343283",92247,115521 +"343284",92247,115711 +"343285",92252,94521 +"343286",92253,107773 +"343287",92254,92300 +"343288",92254,92437 +"343289",92254,93984 +"343290",92256,110955 +"343291",92256,111198 +"343292",92257,102640 +"343293",92260,104225 +"343294",92261,95137 +"343295",92261,108976 +"343296",92261,110023 +"343297",92261,120222 +"343298",92262,92272 +"343299",92264,94087 +"343300",92265,92310 +"343301",92265,114125 +"343302",92265,119663 +"343303",92265,122254 +"343304",92265,122266 +"343305",92267,92473 +"343306",92268,118985 +"343307",92269,92297 +"343308",92270,92300 +"343309",92270,100495 +"343310",92271,92287 +"343311",92271,92323 +"343312",92273,113708 +"343313",92275,100754 +"343314",92276,120737 +"343315",92276,120810 +"343316",92277,92408 +"343317",92282,95593 +"343318",92282,95653 +"343319",92282,115022 +"343320",92283,92296 +"343321",92283,92319 +"343322",92284,123303 +"343323",92285,92305 +"343324",92287,92323 +"343325",92288,92309 +"343326",92288,94025 +"343327",92288,120187 +"343328",92289,107944 +"343329",92291,92315 +"343330",92294,114958 +"343331",92294,123193 +"343332",92295,119600 +"343333",92296,92319 +"343334",92296,114305 +"343335",92299,99732 +"343336",92299,110150 +"343337",92300,93171 +"343338",92300,105484 +"343339",92300,105485 +"343340",92301,92302 +"343341",92303,100671 +"343342",92304,118652 +"343343",92304,118700 +"343344",92305,99424 +"343345",92305,107556 +"343346",92305,112794 +"343347",92305,119592 +"343348",92305,119593 +"343349",92305,119603 +"343350",92306,93102 +"343351",92306,112885 +"343352",92308,116444 +"343353",92310,108517 +"343354",92310,119663 +"343355",92311,94384 +"343356",92311,96587 +"343357",92311,99204 +"343358",92311,100653 +"343359",92311,104478 +"343360",92311,105910 +"343361",92311,107278 +"343362",92311,109229 +"343363",92311,116054 +"343364",92311,116263 +"343365",92312,107761 +"343366",92312,113548 +"343367",92313,106719 +"343368",92313,110924 +"343369",92316,100861 +"343370",92316,107711 +"343371",92316,114988 +"343372",92316,117817 +"343373",92317,109239 +"343374",92320,122711 +"343375",92321,92322 +"343376",92321,104141 +"343377",92321,109350 +"343378",92322,94783 +"343379",92322,109350 +"343380",92322,113302 +"343381",92325,95534 +"343382",92327,94938 +"343383",92327,122867 +"343384",92331,115312 +"343385",92331,115316 +"343386",92332,92515 +"343387",92332,118712 +"343388",92332,118731 +"343389",92334,92355 +"343390",92335,96496 +"343391",92336,101490 +"343392",92336,113568 +"343393",92336,113580 +"343394",92337,92368 +"343395",92338,92349 +"343396",92338,92360 +"343397",92338,92376 +"343398",92338,92388 +"343399",92338,92391 +"343400",92339,98587 +"343401",92341,93820 +"343402",92341,94436 +"343403",92341,96513 +"343404",92341,100164 +"343405",92341,100274 +"343406",92341,100291 +"343407",92341,100417 +"343408",92341,100502 +"343409",92341,100734 +"343410",92341,105197 +"343411",92341,105207 +"343412",92341,105221 +"343413",92341,105231 +"343414",92344,102572 +"343415",92344,109243 +"343416",92344,116906 +"343417",92345,97340 +"343418",92349,92360 +"343419",92349,92376 +"343420",92349,92388 +"343421",92349,92391 +"343422",92350,92351 +"343423",92350,92389 +"343424",92350,92402 +"343425",92350,92456 +"343426",92351,92389 +"343427",92351,92402 +"343428",92351,92456 +"343429",92352,92362 +"343430",92352,92929 +"343431",92352,93719 +"343432",92352,94906 +"343433",92352,94946 +"343434",92352,95889 +"343435",92352,96093 +"343436",92352,97988 +"343437",92352,99309 +"343438",92352,99376 +"343439",92352,99450 +"343440",92352,99471 +"343441",92352,99474 +"343442",92352,100916 +"343443",92352,100944 +"343444",92352,101126 +"343445",92352,101329 +"343446",92352,105557 +"343447",92352,107199 +"343448",92352,108743 +"343449",92352,108980 +"343450",92352,109291 +"343451",92352,109933 +"343452",92352,110483 +"343453",92352,110567 +"343454",92352,110572 +"343455",92352,110630 +"343456",92352,110648 +"343457",92352,110711 +"343458",92352,110770 +"343459",92352,110869 +"343460",92352,110911 +"343461",92352,111285 +"343462",92352,111314 +"343463",92352,111362 +"343464",92352,111372 +"343465",92352,111424 +"343466",92352,111433 +"343467",92352,112422 +"343468",92352,113269 +"343469",92352,113430 +"343470",92352,114242 +"343471",92352,114842 +"343472",92352,115427 +"343473",92352,115521 +"343474",92352,115711 +"343475",92353,92354 +"343476",92356,112195 +"343477",92358,92361 +"343478",92358,92363 +"343479",92359,110183 +"343480",92359,117491 +"343481",92360,92376 +"343482",92360,92388 +"343483",92360,92391 +"343484",92361,92363 +"343485",92362,92929 +"343486",92362,93719 +"343487",92362,94906 +"343488",92362,94946 +"343489",92362,95889 +"343490",92362,96093 +"343491",92362,97988 +"343492",92362,99309 +"343493",92362,99376 +"343494",92362,99450 +"343495",92362,99471 +"343496",92362,99474 +"343497",92362,100916 +"343498",92362,100944 +"343499",92362,101126 +"343500",92362,101329 +"343501",92362,105557 +"343502",92362,107199 +"343503",92362,108743 +"343504",92362,108980 +"343505",92362,109291 +"343506",92362,109933 +"343507",92362,110483 +"343508",92362,110567 +"343509",92362,110572 +"343510",92362,110630 +"343511",92362,110648 +"343512",92362,110711 +"343513",92362,110770 +"343514",92362,110869 +"343515",92362,110911 +"343516",92362,111285 +"343517",92362,111314 +"343518",92362,111362 +"343519",92362,111372 +"343520",92362,111424 +"343521",92362,111433 +"343522",92362,112422 +"343523",92362,113269 +"343524",92362,113430 +"343525",92362,114242 +"343526",92362,114842 +"343527",92362,115427 +"343528",92362,115521 +"343529",92362,115711 +"343530",92364,102013 +"343531",92364,106359 +"343532",92366,97085 +"343533",92366,101971 +"343534",92366,104452 +"343535",92366,105887 +"343536",92367,95569 +"343537",92367,101609 +"343538",92368,98838 +"343539",92368,98889 +"343540",92368,98910 +"343541",92368,98999 +"343542",92371,98164 +"343543",92372,102439 +"343544",92373,116504 +"343545",92374,109893 +"343546",92374,110362 +"343547",92376,92388 +"343548",92376,92391 +"343549",92379,108167 +"343550",92381,117209 +"343551",92382,110312 +"343552",92382,113144 +"343553",92382,117440 +"343554",92383,95664 +"343555",92386,100595 +"343556",92387,92616 +"343557",92388,92391 +"343558",92389,92402 +"343559",92389,92456 +"343560",92393,105916 +"343561",92393,106581 +"343562",92393,108628 +"343563",92393,112010 +"343564",92396,98390 +"343565",92398,99359 +"343566",92399,95866 +"343567",92399,110310 +"343568",92399,121654 +"343569",92400,92560 +"343570",92400,97518 +"343571",92400,112265 +"343572",92402,92456 +"343573",92404,110325 +"343574",92405,92499 +"343575",92405,94653 +"343576",92405,94958 +"343577",92407,101455 +"343578",92407,116347 +"343579",92408,106577 +"343580",92409,92424 +"343581",92409,92426 +"343582",92412,95233 +"343583",92416,99204 +"343584",92416,100599 +"343585",92416,102229 +"343586",92416,102269 +"343587",92417,100319 +"343588",92417,101250 +"343589",92417,101462 +"343590",92417,109885 +"343591",92417,110742 +"343592",92417,112606 +"343593",92417,116142 +"343594",92417,116150 +"343595",92417,116151 +"343596",92417,116152 +"343597",92417,116155 +"343598",92417,116159 +"343599",92417,116163 +"343600",92417,116165 +"343601",92417,116166 +"343602",92417,116171 +"343603",92417,116677 +"343604",92417,116678 +"343605",92419,108469 +"343606",92420,92433 +"343607",92420,114383 +"343608",92420,116267 +"343609",92421,98568 +"343610",92422,92442 +"343611",92424,92426 +"343612",92424,102082 +"343613",92425,92445 +"343614",92425,108591 +"343615",92425,113802 +"343616",92426,107977 +"343617",92426,113770 +"343618",92427,107245 +"343619",92430,101620 +"343620",92430,103320 +"343621",92430,121565 +"343622",92436,120031 +"343623",92438,92451 +"343624",92438,93483 +"343625",92438,122191 +"343626",92441,94806 +"343627",92441,98166 +"343628",92441,105685 +"343629",92441,119336 +"343630",92442,107578 +"343631",92443,92449 +"343632",92445,97831 +"343633",92445,104025 +"343634",92445,115034 +"343635",92448,105006 +"343636",92448,105035 +"343637",92450,102888 +"343638",92451,118551 +"343639",92452,96260 +"343640",92453,93334 +"343641",92455,100902 +"343642",92460,94773 +"343643",92460,100036 +"343644",92461,119934 +"343645",92462,118266 +"343646",92463,92501 +"343647",92464,99152 +"343648",92466,92479 +"343649",92467,110954 +"343650",92467,118408 +"343651",92467,120945 +"343652",92469,96387 +"343653",92469,115820 +"343654",92470,92493 +"343655",92471,92505 +"343656",92472,92498 +"343657",92472,92520 +"343658",92474,98956 +"343659",92477,92500 +"343660",92477,102905 +"343661",92477,102942 +"343662",92478,97198 +"343663",92478,114635 +"343664",92478,121830 +"343665",92483,92503 +"343666",92486,92514 +"343667",92489,94655 +"343668",92489,106712 +"343669",92489,109171 +"343670",92489,111240 +"343671",92489,114816 +"343672",92489,115039 +"343673",92489,122154 +"343674",92489,122187 +"343675",92490,110618 +"343676",92491,93559 +"343677",92491,93560 +"343678",92495,93499 +"343679",92496,94954 +"343680",92496,94955 +"343681",92496,94957 +"343682",92496,94969 +"343683",92497,92511 +"343684",92497,108864 +"343685",92498,92520 +"343686",92503,94083 +"343687",92506,111848 +"343688",92507,92509 +"343689",92507,92816 +"343690",92507,93479 +"343691",92508,101823 +"343692",92513,96060 +"343693",92513,104737 +"343694",92514,94970 +"343695",92514,108629 +"343696",92514,121725 +"343697",92517,100140 +"343698",92517,105198 +"343699",92517,110250 +"343700",92517,122588 +"343701",92517,122819 +"343702",92517,122852 +"343703",92517,122861 +"343704",92517,122863 +"343705",92517,122864 +"343706",92518,103220 +"343707",92522,114662 +"343708",92526,92620 +"343709",92526,116461 +"343710",92526,123202 +"343711",92527,115566 +"343712",92529,105135 +"343713",92530,92541 +"343714",92534,102170 +"343715",92534,102346 +"343716",92534,113813 +"343717",92537,97442 +"343718",92537,100713 +"343719",92537,102153 +"343720",92537,116516 +"343721",92538,99631 +"343722",92538,119226 +"343723",92539,98422 +"343724",92539,100207 +"343725",92539,101558 +"343726",92539,103244 +"343727",92539,108470 +"343728",92539,108474 +"343729",92539,109527 +"343730",92539,109641 +"343731",92539,109949 +"343732",92542,92571 +"343733",92542,123477 +"343734",92545,102598 +"343735",92545,122755 +"343736",92546,118642 +"343737",92547,92548 +"343738",92547,99493 +"343739",92547,106594 +"343740",92553,93019 +"343741",92553,93507 +"343742",92553,105181 +"343743",92553,107008 +"343744",92553,107043 +"343745",92553,107044 +"343746",92553,107158 +"343747",92554,98069 +"343748",92557,92734 +"343749",92557,102079 +"343750",92557,103270 +"343751",92557,103678 +"343752",92557,109115 +"343753",92557,109116 +"343754",92557,109119 +"343755",92557,109121 +"343756",92560,96349 +"343757",92560,112265 +"343758",92560,113020 +"343759",92560,113021 +"343760",92563,108332 +"343761",92564,114764 +"343762",92564,114765 +"343763",92564,114767 +"343764",92565,110505 +"343765",92565,117684 +"343766",92567,99021 +"343767",92567,101216 +"343768",92567,116030 +"343769",92567,117145 +"343770",92570,98971 +"343771",92570,102772 +"343772",92570,102815 +"343773",92570,103993 +"343774",92572,103929 +"343775",92572,103953 +"343776",92572,108147 +"343777",92573,92574 +"343778",92574,97019 +"343779",92574,114171 +"343780",92575,119226 +"343781",92576,105410 +"343782",92577,96633 +"343783",92577,113906 +"343784",92580,93969 +"343785",92580,96576 +"343786",92580,99974 +"343787",92580,104444 +"343788",92580,116423 +"343789",92580,116430 +"343790",92580,121881 +"343791",92582,92607 +"343792",92584,103198 +"343793",92585,105158 +"343794",92585,112144 +"343795",92589,92598 +"343796",92592,94027 +"343797",92592,96336 +"343798",92592,100502 +"343799",92592,101087 +"343800",92592,101681 +"343801",92592,101967 +"343802",92592,102341 +"343803",92592,105903 +"343804",92592,105988 +"343805",92592,110376 +"343806",92592,110380 +"343807",92592,123297 +"343808",92593,98859 +"343809",92593,108544 +"343810",92593,111782 +"343811",92593,114433 +"343812",92594,92634 +"343813",92595,92606 +"343814",92595,108829 +"343815",92597,94326 +"343816",92601,92602 +"343817",92601,108750 +"343818",92601,119733 +"343819",92603,93482 +"343820",92604,121123 +"343821",92604,121124 +"343822",92605,92615 +"343823",92606,101615 +"343824",92606,112945 +"343825",92609,102264 +"343826",92610,102295 +"343827",92611,116211 +"343828",92612,116276 +"343829",92613,95524 +"343830",92613,100814 +"343831",92613,113823 +"343832",92616,96255 +"343833",92616,96985 +"343834",92618,107987 +"343835",92619,109904 +"343836",92621,118702 +"343837",92621,118711 +"343838",92624,112738 +"343839",92624,113867 +"343840",92625,95391 +"343841",92625,107486 +"343842",92625,107601 +"343843",92625,116558 +"343844",92626,93093 +"343845",92627,94654 +"343846",92627,99241 +"343847",92627,100581 +"343848",92627,101356 +"343849",92627,101361 +"343850",92627,101363 +"343851",92627,101869 +"343852",92627,101894 +"343853",92627,102230 +"343854",92627,105744 +"343855",92627,108099 +"343856",92627,111974 +"343857",92627,113432 +"343858",92627,113649 +"343859",92627,113688 +"343860",92629,92656 +"343861",92630,94748 +"343862",92630,95236 +"343863",92630,95268 +"343864",92630,95273 +"343865",92630,95274 +"343866",92630,95275 +"343867",92630,96801 +"343868",92633,105188 +"343869",92637,101730 +"343870",92637,101753 +"343871",92642,96878 +"343872",92643,104229 +"343873",92643,104230 +"343874",92643,105541 +"343875",92643,105548 +"343876",92644,92675 +"343877",92645,92679 +"343878",92646,96353 +"343879",92648,111049 +"343880",92649,108792 +"343881",92649,117921 +"343882",92653,92673 +"343883",92653,92689 +"343884",92653,92693 +"343885",92659,105585 +"343886",92661,107487 +"343887",92661,114225 +"343888",92661,119118 +"343889",92661,119720 +"343890",92663,103487 +"343891",92663,117746 +"343892",92663,117826 +"343893",92666,98690 +"343894",92666,115399 +"343895",92669,99296 +"343896",92669,100711 +"343897",92669,117470 +"343898",92669,118631 +"343899",92669,119060 +"343900",92669,120266 +"343901",92669,122204 +"343902",92671,116234 +"343903",92672,93476 +"343904",92672,93477 +"343905",92672,93491 +"343906",92673,92689 +"343907",92673,92693 +"343908",92674,106267 +"343909",92674,108250 +"343910",92676,92681 +"343911",92676,104644 +"343912",92677,107111 +"343913",92677,108978 +"343914",92677,111591 +"343915",92678,104156 +"343916",92680,94924 +"343917",92680,96421 +"343918",92680,106339 +"343919",92682,121143 +"343920",92684,93116 +"343921",92685,101995 +"343922",92685,118503 +"343923",92686,100631 +"343924",92686,117253 +"343925",92687,113203 +"343926",92687,115065 +"343927",92687,121196 +"343928",92687,121200 +"343929",92687,123365 +"343930",92689,92693 +"343931",92690,92691 +"343932",92690,114293 +"343933",92694,104241 +"343934",92698,113648 +"343935",92698,122372 +"343936",92698,122373 +"343937",92702,92725 +"343938",92702,92738 +"343939",92702,92839 +"343940",92702,92898 +"343941",92702,92920 +"343942",92702,92944 +"343943",92702,92972 +"343944",92702,92980 +"343945",92704,92705 +"343946",92707,94117 +"343947",92707,95260 +"343948",92707,99783 +"343949",92708,92753 +"343950",92709,115462 +"343951",92709,115571 +"343952",92709,119721 +"343953",92710,105359 +"343954",92711,92729 +"343955",92711,93164 +"343956",92711,106564 +"343957",92711,107857 +"343958",92711,107865 +"343959",92711,116467 +"343960",92713,97317 +"343961",92713,98948 +"343962",92713,102717 +"343963",92716,92748 +"343964",92717,96179 +"343965",92717,96200 +"343966",92717,98478 +"343967",92717,114087 +"343968",92718,92739 +"343969",92719,94824 +"343970",92720,94056 +"343971",92724,105651 +"343972",92725,92738 +"343973",92725,92839 +"343974",92725,92898 +"343975",92725,92920 +"343976",92725,92944 +"343977",92725,92972 +"343978",92725,92980 +"343979",92726,92727 +"343980",92726,92758 +"343981",92727,92758 +"343982",92730,100790 +"343983",92733,103835 +"343984",92733,111704 +"343985",92733,112184 +"343986",92736,100780 +"343987",92736,102008 +"343988",92736,102022 +"343989",92736,105421 +"343990",92738,92839 +"343991",92738,92898 +"343992",92738,92920 +"343993",92738,92944 +"343994",92738,92972 +"343995",92738,92980 +"343996",92739,114910 +"343997",92739,115785 +"343998",92740,93760 +"343999",92741,109536 +"344000",92741,111750 +"344001",92742,108528 +"344002",92744,93114 +"344003",92744,93563 +"344004",92744,111714 +"344005",92746,92807 +"344006",92746,92810 +"344007",92746,92826 +"344008",92748,94802 +"344009",92750,109396 +"344010",92751,93267 +"344011",92751,93541 +"344012",92757,98845 +"344013",92757,118099 +"344014",92764,97139 +"344015",92764,103747 +"344016",92767,92775 +"344017",92769,102624 +"344018",92771,92794 +"344019",92773,94273 +"344020",92773,116728 +"344021",92780,92800 +"344022",92780,119671 +"344023",92784,99523 +"344024",92784,119311 +"344025",92785,94569 +"344026",92785,96576 +"344027",92785,101121 +"344028",92785,102255 +"344029",92785,103778 +"344030",92785,111553 +"344031",92785,112240 +"344032",92785,113002 +"344033",92785,113189 +"344034",92785,116919 +"344035",92785,117197 +"344036",92785,118007 +"344037",92785,118396 +"344038",92785,122969 +"344039",92791,109833 +"344040",92792,118308 +"344041",92792,122463 +"344042",92793,101301 +"344043",92794,103869 +"344044",92796,97683 +"344045",92797,92820 +"344046",92798,98908 +"344047",92798,99707 +"344048",92798,123249 +"344049",92802,94277 +"344050",92802,94281 +"344051",92802,94316 +"344052",92802,94356 +"344053",92803,93119 +"344054",92806,94305 +"344055",92806,105006 +"344056",92806,116154 +"344057",92807,92810 +"344058",92807,92826 +"344059",92810,92826 +"344060",92811,96307 +"344061",92812,107005 +"344062",92812,109001 +"344063",92812,116518 +"344064",92814,94341 +"344065",92816,93479 +"344066",92817,96090 +"344067",92817,101616 +"344068",92817,118910 +"344069",92819,110794 +"344070",92819,120794 +"344071",92821,115410 +"344072",92828,116376 +"344073",92830,92857 +"344074",92830,92960 +"344075",92831,104180 +"344076",92831,108109 +"344077",92831,110943 +"344078",92831,114773 +"344079",92832,92869 +"344080",92834,95054 +"344081",92835,92860 +"344082",92835,96634 +"344083",92835,97188 +"344084",92837,116769 +"344085",92838,92844 +"344086",92838,92937 +"344087",92839,92898 +"344088",92839,92920 +"344089",92839,92944 +"344090",92839,92972 +"344091",92839,92980 +"344092",92842,103114 +"344093",92842,103130 +"344094",92842,103145 +"344095",92843,97451 +"344096",92843,107209 +"344097",92844,92937 +"344098",92845,121977 +"344099",92845,121985 +"344100",92846,97434 +"344101",92846,97435 +"344102",92847,92871 +"344103",92847,92889 +"344104",92848,99139 +"344105",92851,93668 +"344106",92851,99759 +"344107",92853,95891 +"344108",92855,104527 +"344109",92855,104828 +"344110",92855,104832 +"344111",92855,113520 +"344112",92856,115656 +"344113",92857,92960 +"344114",92858,92863 +"344115",92860,96634 +"344116",92860,97188 +"344117",92860,103943 +"344118",92861,93097 +"344119",92861,94231 +"344120",92861,95489 +"344121",92861,96247 +"344122",92861,96363 +"344123",92861,97898 +"344124",92862,92922 +"344125",92862,92976 +"344126",92862,104396 +"344127",92862,116650 +"344128",92862,122257 +"344129",92863,95171 +"344130",92863,117620 +"344131",92864,92879 +"344132",92864,95174 +"344133",92865,92880 +"344134",92865,92896 +"344135",92871,92889 +"344136",92871,99294 +"344137",92871,113721 +"344138",92871,120492 +"344139",92874,92890 +"344140",92875,92942 +"344141",92876,92878 +"344142",92876,108938 +"344143",92876,118082 +"344144",92876,120657 +"344145",92876,120693 +"344146",92878,107754 +"344147",92880,92896 +"344148",92880,118899 +"344149",92882,116488 +"344150",92883,101986 +"344151",92883,109521 +"344152",92883,117532 +"344153",92883,118093 +"344154",92886,122587 +"344155",92891,112683 +"344156",92893,94064 +"344157",92893,95500 +"344158",92893,100138 +"344159",92893,103095 +"344160",92893,103441 +"344161",92893,104913 +"344162",92893,120867 +"344163",92895,94857 +"344164",92895,94861 +"344165",92895,98986 +"344166",92898,92920 +"344167",92898,92944 +"344168",92898,92972 +"344169",92898,92980 +"344170",92898,107328 +"344171",92898,109616 +"344172",92900,108612 +"344173",92900,111870 +"344174",92904,94995 +"344175",92904,105665 +"344176",92904,122275 +"344177",92907,113799 +"344178",92907,116282 +"344179",92907,117704 +"344180",92908,108388 +"344181",92914,92915 +"344182",92914,92932 +"344183",92914,92983 +"344184",92915,92932 +"344185",92915,92983 +"344186",92916,93991 +"344187",92916,107509 +"344188",92916,107523 +"344189",92917,103092 +"344190",92918,92940 +"344191",92918,96420 +"344192",92919,96597 +"344193",92919,111046 +"344194",92919,111061 +"344195",92919,111072 +"344196",92920,92944 +"344197",92920,92972 +"344198",92920,92980 +"344199",92922,92976 +"344200",92924,106088 +"344201",92926,94722 +"344202",92926,119970 +"344203",92927,95337 +"344204",92927,102468 +"344205",92927,112276 +"344206",92928,94075 +"344207",92928,96713 +"344208",92928,99423 +"344209",92928,109143 +"344210",92928,109780 +"344211",92928,109794 +"344212",92928,111373 +"344213",92929,93719 +"344214",92929,94906 +"344215",92929,94946 +"344216",92929,95889 +"344217",92929,96093 +"344218",92929,97988 +"344219",92929,98562 +"344220",92929,98659 +"344221",92929,99309 +"344222",92929,99376 +"344223",92929,99450 +"344224",92929,99471 +"344225",92929,99474 +"344226",92929,100916 +"344227",92929,100944 +"344228",92929,101126 +"344229",92929,101329 +"344230",92929,105557 +"344231",92929,107199 +"344232",92929,108743 +"344233",92929,108980 +"344234",92929,109291 +"344235",92929,109933 +"344236",92929,110483 +"344237",92929,110567 +"344238",92929,110572 +"344239",92929,110630 +"344240",92929,110648 +"344241",92929,110711 +"344242",92929,110770 +"344243",92929,110869 +"344244",92929,110911 +"344245",92929,111285 +"344246",92929,111314 +"344247",92929,111362 +"344248",92929,111372 +"344249",92929,111424 +"344250",92929,111433 +"344251",92929,112422 +"344252",92929,113269 +"344253",92929,113430 +"344254",92929,114242 +"344255",92929,114842 +"344256",92929,115427 +"344257",92929,115521 +"344258",92929,115711 +"344259",92930,92962 +"344260",92931,103318 +"344261",92932,92983 +"344262",92932,106432 +"344263",92932,115676 +"344264",92932,118952 +"344265",92934,93745 +"344266",92936,101389 +"344267",92936,108790 +"344268",92936,122020 +"344269",92941,96872 +"344270",92943,105703 +"344271",92943,107763 +"344272",92943,107778 +"344273",92943,112551 +"344274",92944,92972 +"344275",92944,92980 +"344276",92945,92950 +"344277",92947,93763 +"344278",92948,96068 +"344279",92948,99311 +"344280",92948,101270 +"344281",92948,105077 +"344282",92948,119514 +"344283",92948,120122 +"344284",92948,120133 +"344285",92949,94237 +"344286",92951,92964 +"344287",92951,92966 +"344288",92952,92969 +"344289",92952,103070 +"344290",92957,97967 +"344291",92960,93124 +"344292",92960,101648 +"344293",92960,121160 +"344294",92964,92966 +"344295",92965,100086 +"344296",92967,107115 +"344297",92968,96047 +"344298",92968,114942 +"344299",92969,118977 +"344300",92972,92980 +"344301",92973,93753 +"344302",92973,96798 +"344303",92977,104563 +"344304",92978,101021 +"344305",92978,108739 +"344306",92978,111861 +"344307",92978,115212 +"344308",92978,120139 +"344309",92985,94366 +"344310",92985,111771 +"344311",92985,117915 +"344312",92985,120806 +"344313",92986,106855 +"344314",92986,106872 +"344315",92986,107863 +"344316",92988,101664 +"344317",92988,105328 +"344318",92988,106607 +"344319",92991,93044 +"344320",92993,106595 +"344321",92998,102830 +"344322",92998,103531 +"344323",92999,93008 +"344324",92999,93014 +"344325",92999,93018 +"344326",93001,93166 +"344327",93001,99574 +"344328",93001,100172 +"344329",93001,102288 +"344330",93001,106254 +"344331",93001,106360 +"344332",93001,106370 +"344333",93001,106379 +"344334",93001,106385 +"344335",93005,95125 +"344336",93005,109330 +"344337",93008,93014 +"344338",93008,93018 +"344339",93009,95198 +"344340",93013,122296 +"344341",93014,93018 +"344342",93017,97366 +"344343",93017,97390 +"344344",93017,108783 +"344345",93017,122548 +"344346",93019,93507 +"344347",93019,96681 +"344348",93019,97499 +"344349",93019,98525 +"344350",93019,101033 +"344351",93019,111453 +"344352",93019,112103 +"344353",93019,112357 +"344354",93019,112707 +"344355",93019,115663 +"344356",93019,115678 +"344357",93022,109454 +"344358",93026,93066 +"344359",93030,96941 +"344360",93030,107165 +"344361",93033,96155 +"344362",93033,96769 +"344363",93033,96771 +"344364",93033,98930 +"344365",93034,99679 +"344366",93039,94163 +"344367",93039,102092 +"344368",93040,105126 +"344369",93040,105329 +"344370",93042,101610 +"344371",93042,123213 +"344372",93043,118338 +"344373",93045,93047 +"344374",93045,118428 +"344375",93046,93081 +"344376",93046,98024 +"344377",93046,98064 +"344378",93047,103530 +"344379",93047,103634 +"344380",93047,103851 +"344381",93048,109731 +"344382",93049,93050 +"344383",93049,105702 +"344384",93051,93361 +"344385",93053,93054 +"344386",93054,116955 +"344387",93054,117969 +"344388",93056,98374 +"344389",93057,94612 +"344390",93057,97355 +"344391",93058,93092 +"344392",93060,102627 +"344393",93060,116131 +"344394",93065,100345 +"344395",93066,95385 +"344396",93066,105967 +"344397",93066,105980 +"344398",93067,95517 +"344399",93067,99610 +"344400",93067,110370 +"344401",93069,105692 +"344402",93069,110308 +"344403",93069,110496 +"344404",93069,120340 +"344405",93069,120359 +"344406",93073,104341 +"344407",93075,100432 +"344408",93075,102360 +"344409",93075,102400 +"344410",93076,93175 +"344411",93076,93414 +"344412",93076,96678 +"344413",93076,101345 +"344414",93076,103540 +"344415",93076,104381 +"344416",93076,105138 +"344417",93080,99418 +"344418",93081,98024 +"344419",93081,98064 +"344420",93082,103193 +"344421",93082,107231 +"344422",93082,107251 +"344423",93082,107390 +"344424",93085,95766 +"344425",93086,120760 +"344426",93090,93091 +"344427",93090,106123 +"344428",93092,93135 +"344429",93092,118684 +"344430",93093,122542 +"344431",93094,93099 +"344432",93094,93805 +"344433",93094,107810 +"344434",93094,108758 +"344435",93096,104135 +"344436",93097,94231 +"344437",93097,95489 +"344438",93097,96247 +"344439",93097,96363 +"344440",93097,97898 +"344441",93099,93115 +"344442",93099,96169 +"344443",93100,93141 +"344444",93100,106117 +"344445",93102,100007 +"344446",93102,115545 +"344447",93106,101237 +"344448",93106,101238 +"344449",93107,104491 +"344450",93107,109311 +"344451",93107,112230 +"344452",93107,119362 +"344453",93108,94704 +"344454",93109,107724 +"344455",93110,105602 +"344456",93112,113937 +"344457",93115,93403 +"344458",93115,96169 +"344459",93118,105113 +"344460",93119,95421 +"344461",93120,94113 +"344462",93120,95182 +"344463",93120,95217 +"344464",93123,99838 +"344465",93123,106011 +"344466",93123,106695 +"344467",93123,110874 +"344468",93129,93145 +"344469",93129,93146 +"344470",93129,93167 +"344471",93131,93133 +"344472",93135,97554 +"344473",93135,100190 +"344474",93135,100506 +"344475",93135,106580 +"344476",93135,109988 +"344477",93135,116824 +"344478",93135,118684 +"344479",93135,119257 +"344480",93135,121484 +"344481",93135,121488 +"344482",93136,96131 +"344483",93136,96273 +"344484",93136,100205 +"344485",93136,109771 +"344486",93136,114954 +"344487",93136,119557 +"344488",93137,96065 +"344489",93139,108233 +"344490",93139,111255 +"344491",93142,104156 +"344492",93144,114908 +"344493",93145,93146 +"344494",93145,93167 +"344495",93146,93167 +"344496",93149,93160 +"344497",93149,94156 +"344498",93149,94167 +"344499",93151,98385 +"344500",93153,96969 +"344501",93154,96320 +"344502",93154,116475 +"344503",93155,97396 +"344504",93156,97461 +"344505",93156,102763 +"344506",93156,109042 +"344507",93156,109176 +"344508",93156,115276 +"344509",93156,115350 +"344510",93156,117995 +"344511",93160,97416 +"344512",93161,93306 +"344513",93161,110637 +"344514",93162,96387 +"344515",93162,107921 +"344516",93164,106564 +"344517",93164,107857 +"344518",93164,107865 +"344519",93166,99574 +"344520",93166,100172 +"344521",93166,102288 +"344522",93166,106254 +"344523",93166,106360 +"344524",93166,106370 +"344525",93166,106379 +"344526",93166,106385 +"344527",93168,109130 +"344528",93170,114848 +"344529",93170,114973 +"344530",93171,105484 +"344531",93171,105485 +"344532",93173,93316 +"344533",93173,95133 +"344534",93173,107081 +"344535",93174,110307 +"344536",93176,93281 +"344537",93178,104858 +"344538",93179,93259 +"344539",93179,95163 +"344540",93180,112228 +"344541",93184,98791 +"344542",93184,98804 +"344543",93185,118580 +"344544",93185,119511 +"344545",93185,120265 +"344546",93185,122377 +"344547",93186,106393 +"344548",93188,100132 +"344549",93189,116683 +"344550",93190,98616 +"344551",93190,102052 +"344552",93190,102118 +"344553",93190,102822 +"344554",93190,108880 +"344555",93190,116300 +"344556",93194,93243 +"344557",93196,117698 +"344558",93197,106701 +"344559",93197,107618 +"344560",93197,115841 +"344561",93198,93199 +"344562",93198,93201 +"344563",93198,93204 +"344564",93198,93211 +"344565",93199,93201 +"344566",93199,93204 +"344567",93199,93211 +"344568",93200,94248 +"344569",93201,93204 +"344570",93201,93211 +"344571",93202,101716 +"344572",93202,111416 +"344573",93202,116932 +"344574",93202,118978 +"344575",93203,93226 +"344576",93204,93211 +"344577",93206,93235 +"344578",93207,93242 +"344579",93207,108308 +"344580",93208,96048 +"344581",93213,98638 +"344582",93213,108077 +"344583",93213,116348 +"344584",93216,96475 +"344585",93216,106248 +"344586",93221,94313 +"344587",93221,94314 +"344588",93222,96054 +"344589",93227,96659 +"344590",93228,93229 +"344591",93231,95919 +"344592",93231,95942 +"344593",93232,93239 +"344594",93232,93598 +"344595",93233,93241 +"344596",93233,98612 +"344597",93234,106766 +"344598",93235,95254 +"344599",93235,96525 +"344600",93235,107359 +"344601",93239,93598 +"344602",93239,101428 +"344603",93239,101471 +"344604",93241,98612 +"344605",93243,112494 +"344606",93245,93246 +"344607",93254,93407 +"344608",93254,93415 +"344609",93254,96517 +"344610",93255,93321 +"344611",93257,110237 +"344612",93257,110249 +"344613",93258,99614 +"344614",93259,95163 +"344615",93259,98092 +"344616",93259,99144 +"344617",93259,102643 +"344618",93259,105791 +"344619",93259,111100 +"344620",93260,96395 +"344621",93260,108473 +"344622",93264,112941 +"344623",93267,93541 +"344624",93269,94649 +"344625",93269,95131 +"344626",93270,93285 +"344627",93272,93274 +"344628",93274,101426 +"344629",93275,93299 +"344630",93275,115140 +"344631",93275,115144 +"344632",93276,93292 +"344633",93276,98312 +"344634",93281,99850 +"344635",93281,99928 +"344636",93281,111178 +"344637",93283,107508 +"344638",93284,94508 +"344639",93284,115245 +"344640",93284,115251 +"344641",93284,115290 +"344642",93286,93368 +"344643",93286,103879 +"344644",93286,103903 +"344645",93289,110685 +"344646",93293,100117 +"344647",93293,101413 +"344648",93301,98695 +"344649",93301,98773 +"344650",93301,115334 +"344651",93301,122301 +"344652",93303,93324 +"344653",93303,98685 +"344654",93312,94471 +"344655",93314,93829 +"344656",93314,104597 +"344657",93314,106656 +"344658",93314,120285 +"344659",93317,99955 +"344660",93317,101216 +"344661",93317,101423 +"344662",93317,101507 +"344663",93317,101642 +"344664",93317,109970 +"344665",93317,110139 +"344666",93317,120040 +"344667",93319,93384 +"344668",93320,103082 +"344669",93322,121303 +"344670",93324,98685 +"344671",93329,93376 +"344672",93334,106351 +"344673",93334,114292 +"344674",93334,115257 +"344675",93335,93923 +"344676",93335,94642 +"344677",93336,104558 +"344678",93337,95663 +"344679",93337,113883 +"344680",93337,116860 +"344681",93338,93363 +"344682",93338,113009 +"344683",93338,121911 +"344684",93340,93360 +"344685",93342,102753 +"344686",93342,110503 +"344687",93343,98031 +"344688",93343,99746 +"344689",93344,93478 +"344690",93344,93493 +"344691",93344,102396 +"344692",93345,111291 +"344693",93345,111295 +"344694",93348,102963 +"344695",93348,102989 +"344696",93348,103032 +"344697",93348,103039 +"344698",93348,114137 +"344699",93351,112043 +"344700",93354,93448 +"344701",93356,93896 +"344702",93357,99103 +"344703",93357,99301 +"344704",93357,109350 +"344705",93357,111188 +"344706",93357,111190 +"344707",93358,93359 +"344708",93358,98106 +"344709",93358,105141 +"344710",93358,116659 +"344711",93365,93547 +"344712",93365,97071 +"344713",93366,99706 +"344714",93366,99742 +"344715",93366,100706 +"344716",93366,111988 +"344717",93369,93401 +"344718",93369,107549 +"344719",93370,93372 +"344720",93370,93377 +"344721",93371,93600 +"344722",93372,93377 +"344723",93373,94025 +"344724",93373,98412 +"344725",93374,112053 +"344726",93376,112989 +"344727",93376,115850 +"344728",93376,116709 +"344729",93377,93926 +"344730",93381,116926 +"344731",93382,93789 +"344732",93382,103350 +"344733",93382,110479 +"344734",93383,98698 +"344735",93383,101836 +"344736",93383,119307 +"344737",93386,99896 +"344738",93386,106974 +"344739",93386,118773 +"344740",93394,93545 +"344741",93394,99697 +"344742",93394,100503 +"344743",93394,105787 +"344744",93394,113300 +"344745",93395,95136 +"344746",93396,96065 +"344747",93396,102934 +"344748",93396,109038 +"344749",93398,100659 +"344750",93399,93418 +"344751",93399,93434 +"344752",93399,93472 +"344753",93400,98632 +"344754",93402,103229 +"344755",93403,121725 +"344756",93405,93459 +"344757",93405,93788 +"344758",93405,97783 +"344759",93405,99291 +"344760",93407,93415 +"344761",93408,96673 +"344762",93409,113050 +"344763",93410,97195 +"344764",93410,98506 +"344765",93410,100262 +"344766",93411,110547 +"344767",93414,104381 +"344768",93414,105138 +"344769",93416,110075 +"344770",93418,93434 +"344771",93418,93472 +"344772",93422,93436 +"344773",93422,106341 +"344774",93424,93429 +"344775",93424,94603 +"344776",93424,94853 +"344777",93424,95993 +"344778",93424,101344 +"344779",93424,101370 +"344780",93424,101372 +"344781",93425,93523 +"344782",93425,94520 +"344783",93425,95954 +"344784",93425,99544 +"344785",93425,99547 +"344786",93425,99554 +"344787",93425,100595 +"344788",93425,100739 +"344789",93425,100819 +"344790",93425,101898 +"344791",93425,101988 +"344792",93425,102146 +"344793",93425,102201 +"344794",93425,102309 +"344795",93425,102635 +"344796",93425,102730 +"344797",93425,102846 +"344798",93425,103790 +"344799",93425,104095 +"344800",93425,104574 +"344801",93425,104784 +"344802",93425,104845 +"344803",93425,107269 +"344804",93425,107623 +"344805",93425,107714 +"344806",93425,107879 +"344807",93425,107975 +"344808",93425,108148 +"344809",93430,110895 +"344810",93430,110900 +"344811",93431,93511 +"344812",93431,100822 +"344813",93432,105115 +"344814",93432,120924 +"344815",93433,100839 +"344816",93434,93472 +"344817",93435,107687 +"344818",93437,112090 +"344819",93438,103673 +"344820",93438,105070 +"344821",93438,117772 +"344822",93440,122631 +"344823",93440,123504 +"344824",93441,112973 +"344825",93441,119697 +"344826",93441,119781 +"344827",93442,93480 +"344828",93444,98442 +"344829",93449,93672 +"344830",93450,117452 +"344831",93450,121064 +"344832",93451,112862 +"344833",93453,93464 +"344834",93455,93526 +"344835",93455,93654 +"344836",93457,93475 +"344837",93458,98193 +"344838",93458,106141 +"344839",93458,109251 +"344840",93458,113088 +"344841",93458,113093 +"344842",93459,97783 +"344843",93459,99291 +"344844",93459,103968 +"344845",93459,103998 +"344846",93464,110374 +"344847",93464,110410 +"344848",93467,103346 +"344849",93469,105668 +"344850",93476,93477 +"344851",93476,93491 +"344852",93477,93491 +"344853",93478,93493 +"344854",93479,99710 +"344855",93482,93901 +"344856",93482,103758 +"344857",93483,110227 +"344858",93483,115933 +"344859",93484,101252 +"344860",93484,101278 +"344861",93484,101754 +"344862",93487,100837 +"344863",93489,103276 +"344864",93496,100266 +"344865",93496,100489 +"344866",93496,107871 +"344867",93497,99495 +"344868",93497,99829 +"344869",93502,120765 +"344870",93505,95161 +"344871",93505,95440 +"344872",93506,101587 +"344873",93507,96380 +"344874",93507,101033 +"344875",93507,114758 +"344876",93507,115663 +"344877",93507,115678 +"344878",93507,118879 +"344879",93510,119451 +"344880",93510,119452 +"344881",93514,94825 +"344882",93516,95418 +"344883",93518,119331 +"344884",93518,119433 +"344885",93519,114367 +"344886",93520,93579 +"344887",93521,99065 +"344888",93521,111271 +"344889",93521,111278 +"344890",93521,118463 +"344891",93523,94520 +"344892",93523,95954 +"344893",93523,99544 +"344894",93523,99547 +"344895",93523,99554 +"344896",93523,100595 +"344897",93523,100739 +"344898",93523,100819 +"344899",93523,101898 +"344900",93523,101988 +"344901",93523,102146 +"344902",93523,102201 +"344903",93523,102309 +"344904",93523,102635 +"344905",93523,102730 +"344906",93523,102846 +"344907",93523,103790 +"344908",93523,104095 +"344909",93523,104574 +"344910",93523,104784 +"344911",93523,104845 +"344912",93523,107269 +"344913",93523,107623 +"344914",93523,107714 +"344915",93523,107879 +"344916",93523,107975 +"344917",93524,98743 +"344918",93524,109545 +"344919",93524,111631 +"344920",93526,93654 +"344921",93527,93542 +"344922",93529,113864 +"344923",93529,117478 +"344924",93530,94108 +"344925",93530,114217 +"344926",93531,102004 +"344927",93534,109810 +"344928",93534,115796 +"344929",93535,108694 +"344930",93535,112540 +"344931",93536,100786 +"344932",93536,119780 +"344933",93537,105946 +"344934",93540,105950 +"344935",93540,105951 +"344936",93540,105952 +"344937",93543,93603 +"344938",93546,104800 +"344939",93546,105402 +"344940",93546,119389 +"344941",93547,97071 +"344942",93550,94014 +"344943",93550,113869 +"344944",93550,114388 +"344945",93552,97232 +"344946",93553,116602 +"344947",93554,97161 +"344948",93556,110821 +"344949",93557,96589 +"344950",93559,93560 +"344951",93561,93562 +"344952",93562,93767 +"344953",93563,112506 +"344954",93564,93577 +"344955",93565,100553 +"344956",93565,101089 +"344957",93565,107468 +"344958",93565,107490 +"344959",93565,107493 +"344960",93568,116144 +"344961",93569,94265 +"344962",93569,105450 +"344963",93569,105454 +"344964",93569,105455 +"344965",93569,105456 +"344966",93569,105467 +"344967",93570,110482 +"344968",93570,119753 +"344969",93573,93583 +"344970",93579,120681 +"344971",93581,93599 +"344972",93583,98410 +"344973",93583,113879 +"344974",93583,115732 +"344975",93583,117331 +"344976",93583,117336 +"344977",93583,117337 +"344978",93583,117340 +"344979",93584,95627 +"344980",93584,101113 +"344981",93584,119320 +"344982",93585,103367 +"344983",93585,113135 +"344984",93590,93617 +"344985",93590,93680 +"344986",93590,93815 +"344987",93591,93635 +"344988",93591,93636 +"344989",93591,93650 +"344990",93591,93651 +"344991",93593,93630 +"344992",93594,102723 +"344993",93597,93613 +"344994",93597,93649 +"344995",93601,93791 +"344996",93606,104551 +"344997",93606,120631 +"344998",93609,106776 +"344999",93610,100389 +"345000",93610,116153 +"345001",93612,119084 +"345002",93613,93649 +"345003",93614,113503 +"345004",93614,118038 +"345005",93615,96470 +"345006",93615,103426 +"345007",93615,119943 +"345008",93617,93680 +"345009",93617,93815 +"345010",93618,97467 +"345011",93618,97472 +"345012",93619,102669 +"345013",93619,115277 +"345014",93620,93689 +"345015",93620,96848 +"345016",93624,101006 +"345017",93625,97591 +"345018",93626,93642 +"345019",93626,100438 +"345020",93626,104486 +"345021",93626,105072 +"345022",93626,105090 +"345023",93628,93637 +"345024",93628,93645 +"345025",93628,93674 +"345026",93629,93677 +"345027",93632,101012 +"345028",93632,111799 +"345029",93633,117667 +"345030",93633,120338 +"345031",93635,93636 +"345032",93635,93650 +"345033",93635,93651 +"345034",93636,93650 +"345035",93636,93651 +"345036",93637,93645 +"345037",93637,93674 +"345038",93638,93639 +"345039",93641,99024 +"345040",93642,95265 +"345041",93642,96500 +"345042",93642,97914 +"345043",93642,97930 +"345044",93642,100438 +"345045",93642,104486 +"345046",93642,107068 +"345047",93642,109719 +"345048",93642,114291 +"345049",93642,114714 +"345050",93642,116085 +"345051",93642,116103 +"345052",93642,116112 +"345053",93642,116113 +"345054",93644,105805 +"345055",93645,93674 +"345056",93645,115706 +"345057",93650,93651 +"345058",93652,93660 +"345059",93652,93676 +"345060",93655,94348 +"345061",93658,93955 +"345062",93660,93676 +"345063",93664,102406 +"345064",93665,98018 +"345065",93665,113249 +"345066",93665,113255 +"345067",93665,113262 +"345068",93665,113265 +"345069",93668,95824 +"345070",93668,96309 +"345071",93668,97083 +"345072",93668,99759 +"345073",93668,109862 +"345074",93669,99171 +"345075",93673,95007 +"345076",93673,95060 +"345077",93673,98931 +"345078",93676,108614 +"345079",93676,112322 +"345080",93676,114688 +"345081",93678,100782 +"345082",93678,114610 +"345083",93678,116511 +"345084",93679,95558 +"345085",93679,101550 +"345086",93680,93815 +"345087",93680,105102 +"345088",93680,109451 +"345089",93688,120828 +"345090",93690,103535 +"345091",93690,108733 +"345092",93690,111412 +"345093",93691,95411 +"345094",93694,93731 +"345095",93694,93751 +"345096",93694,93772 +"345097",93695,122330 +"345098",93696,107563 +"345099",93700,106532 +"345100",93700,106551 +"345101",93702,122357 +"345102",93703,113431 +"345103",93703,113432 +"345104",93704,122822 +"345105",93705,93720 +"345106",93707,111057 +"345107",93708,93716 +"345108",93708,95886 +"345109",93710,94697 +"345110",93710,111119 +"345111",93710,118942 +"345112",93712,101381 +"345113",93714,93721 +"345114",93716,95647 +"345115",93716,95886 +"345116",93717,97387 +"345117",93717,97407 +"345118",93717,97411 +"345119",93717,97413 +"345120",93718,96330 +"345121",93719,94906 +"345122",93719,94946 +"345123",93719,95889 +"345124",93719,96093 +"345125",93719,97988 +"345126",93719,99309 +"345127",93719,99376 +"345128",93719,99450 +"345129",93719,99471 +"345130",93719,99474 +"345131",93719,100916 +"345132",93719,100944 +"345133",93719,101126 +"345134",93719,101329 +"345135",93719,105557 +"345136",93719,107199 +"345137",93719,108743 +"345138",93719,108980 +"345139",93719,109291 +"345140",93719,109933 +"345141",93719,110483 +"345142",93719,110567 +"345143",93719,110572 +"345144",93719,110630 +"345145",93719,110648 +"345146",93719,110711 +"345147",93719,110770 +"345148",93719,110869 +"345149",93719,110911 +"345150",93719,111285 +"345151",93719,111314 +"345152",93719,111362 +"345153",93719,111372 +"345154",93719,111424 +"345155",93719,111433 +"345156",93719,112422 +"345157",93719,113269 +"345158",93719,113430 +"345159",93719,114242 +"345160",93719,114842 +"345161",93719,115427 +"345162",93719,115521 +"345163",93719,115711 +"345164",93723,119152 +"345165",93723,119166 +"345166",93725,95677 +"345167",93725,96430 +"345168",93725,98719 +"345169",93725,102987 +"345170",93725,102996 +"345171",93728,95810 +"345172",93729,94883 +"345173",93729,105447 +"345174",93730,109147 +"345175",93731,93751 +"345176",93731,93772 +"345177",93732,99262 +"345178",93732,117537 +"345179",93736,105368 +"345180",93738,111415 +"345181",93738,121663 +"345182",93739,98633 +"345183",93740,114618 +"345184",93741,93768 +"345185",93744,107016 +"345186",93745,113363 +"345187",93746,105595 +"345188",93747,98158 +"345189",93747,119260 +"345190",93751,93772 +"345191",93753,106610 +"345192",93757,94236 +"345193",93757,94425 +"345194",93757,94429 +"345195",93757,94454 +"345196",93757,96482 +"345197",93758,119199 +"345198",93759,93790 +"345199",93760,99012 +"345200",93762,101588 +"345201",93763,105915 +"345202",93763,108607 +"345203",93763,111128 +"345204",93765,102280 +"345205",93765,118221 +"345206",93766,93804 +"345207",93767,96288 +"345208",93767,97667 +"345209",93768,116626 +"345210",93772,97356 +"345211",93772,103985 +"345212",93772,107872 +"345213",93773,95613 +"345214",93773,108530 +"345215",93774,99835 +"345216",93778,93803 +"345217",93781,93801 +"345218",93782,115882 +"345219",93782,116505 +"345220",93782,118485 +"345221",93782,118487 +"345222",93782,118520 +"345223",93782,118529 +"345224",93782,118535 +"345225",93785,97406 +"345226",93786,106932 +"345227",93787,117572 +"345228",93790,118011 +"345229",93790,118012 +"345230",93791,110308 +"345231",93791,116654 +"345232",93792,93793 +"345233",93793,117416 +"345234",93799,115981 +"345235",93800,116243 +"345236",93801,119542 +"345237",93807,102083 +"345238",93808,115436 +"345239",93812,93838 +"345240",93813,123485 +"345241",93814,111110 +"345242",93814,115673 +"345243",93816,105050 +"345244",93817,107418 +"345245",93819,93820 +"345246",93819,104662 +"345247",93819,104696 +"345248",93819,118685 +"345249",93819,118744 +"345250",93820,99870 +"345251",93820,100291 +"345252",93820,100417 +"345253",93820,105495 +"345254",93820,109622 +"345255",93820,116529 +"345256",93820,123498 +"345257",93824,94564 +"345258",93824,98980 +"345259",93824,106128 +"345260",93825,93833 +"345261",93825,93860 +"345262",93827,93828 +"345263",93827,93866 +"345264",93828,93866 +"345265",93829,104597 +"345266",93829,120285 +"345267",93831,99249 +"345268",93832,94859 +"345269",93833,93860 +"345270",93836,106860 +"345271",93836,115288 +"345272",93839,95856 +"345273",93839,103870 +"345274",93839,117190 +"345275",93840,97118 +"345276",93840,117610 +"345277",93843,95799 +"345278",93843,95844 +"345279",93845,93942 +"345280",93845,93973 +"345281",93845,93979 +"345282",93847,98712 +"345283",93847,107385 +"345284",93847,110607 +"345285",93850,93951 +"345286",93851,103179 +"345287",93855,97709 +"345288",93856,94172 +"345289",93856,94758 +"345290",93856,99044 +"345291",93856,100967 +"345292",93856,101037 +"345293",93856,102660 +"345294",93857,100358 +"345295",93858,93989 +"345296",93858,94578 +"345297",93858,100912 +"345298",93858,118867 +"345299",93858,119157 +"345300",93858,119161 +"345301",93858,119164 +"345302",93858,120091 +"345303",93859,102227 +"345304",93861,99755 +"345305",93862,116563 +"345306",93862,122765 +"345307",93867,115174 +"345308",93867,121087 +"345309",93870,118984 +"345310",93873,111056 +"345311",93874,100339 +"345312",93874,106232 +"345313",93876,93900 +"345314",93876,93906 +"345315",93877,116808 +"345316",93877,119143 +"345317",93877,121041 +"345318",93877,121807 +"345319",93877,121885 +"345320",93879,99622 +"345321",93879,113136 +"345322",93879,118919 +"345323",93881,108255 +"345324",93881,119334 +"345325",93881,119408 +"345326",93883,93886 +"345327",93884,108793 +"345328",93887,99274 +"345329",93887,122220 +"345330",93888,97210 +"345331",93888,99756 +"345332",93888,109008 +"345333",93888,118138 +"345334",93888,118932 +"345335",93889,93890 +"345336",93889,93937 +"345337",93889,93945 +"345338",93890,93937 +"345339",93890,93945 +"345340",93891,93918 +"345341",93892,93921 +"345342",93892,96217 +"345343",93892,97462 +"345344",93892,103188 +"345345",93895,95130 +"345346",93895,114417 +"345347",93896,105392 +"345348",93896,109172 +"345349",93900,93906 +"345350",93902,100742 +"345351",93902,117128 +"345352",93903,109323 +"345353",93909,109277 +"345354",93911,104388 +"345355",93912,101531 +"345356",93913,116634 +"345357",93913,122449 +"345358",93915,117494 +"345359",93915,117519 +"345360",93915,117523 +"345361",93918,98165 +"345362",93920,93957 +"345363",93923,94642 +"345364",93925,94114 +"345365",93925,94129 +"345366",93925,110768 +"345367",93925,110807 +"345368",93925,111219 +"345369",93925,121341 +"345370",93929,93949 +"345371",93930,116401 +"345372",93931,93978 +"345373",93931,111422 +"345374",93933,107086 +"345375",93933,119061 +"345376",93935,93936 +"345377",93937,93945 +"345378",93939,98416 +"345379",93939,104827 +"345380",93939,114604 +"345381",93939,120515 +"345382",93940,93941 +"345383",93942,93973 +"345384",93942,93979 +"345385",93942,99915 +"345386",93942,103475 +"345387",93944,93954 +"345388",93947,101710 +"345389",93948,114653 +"345390",93950,105361 +"345391",93951,115666 +"345392",93952,93988 +"345393",93953,119437 +"345394",93955,112085 +"345395",93958,121297 +"345396",93961,93963 +"345397",93961,93972 +"345398",93961,93986 +"345399",93962,93967 +"345400",93963,93972 +"345401",93963,93986 +"345402",93965,94012 +"345403",93969,94569 +"345404",93969,99974 +"345405",93969,100239 +"345406",93969,100360 +"345407",93969,110390 +"345408",93969,110401 +"345409",93969,110496 +"345410",93969,112641 +"345411",93969,113162 +"345412",93969,116423 +"345413",93969,116430 +"345414",93970,103473 +"345415",93970,119744 +"345416",93971,97278 +"345417",93971,98777 +"345418",93971,106981 +"345419",93971,122317 +"345420",93972,93986 +"345421",93973,93979 +"345422",93975,104129 +"345423",93975,104171 +"345424",93975,107783 +"345425",93976,94006 +"345426",93976,94007 +"345427",93977,109325 +"345428",93978,111422 +"345429",93981,120224 +"345430",93982,117075 +"345431",93983,115727 +"345432",93984,98250 +"345433",93984,100670 +"345434",93984,108552 +"345435",93985,114963 +"345436",93989,94578 +"345437",93989,118867 +"345438",93989,119157 +"345439",93989,119161 +"345440",93989,119164 +"345441",93989,120091 +"345442",93991,107509 +"345443",93991,107523 +"345444",93993,106314 +"345445",93993,122111 +"345446",93993,122121 +"345447",93996,94013 +"345448",93998,100745 +"345449",93998,100748 +"345450",93999,115364 +"345451",94000,94016 +"345452",94005,94021 +"345453",94005,94059 +"345454",94006,94007 +"345455",94009,113423 +"345456",94010,94043 +"345457",94010,94058 +"345458",94011,103662 +"345459",94011,103815 +"345460",94011,103872 +"345461",94012,94063 +"345462",94012,95226 +"345463",94018,108275 +"345464",94018,123357 +"345465",94018,123358 +"345466",94019,123220 +"345467",94020,113467 +"345468",94021,94059 +"345469",94022,98330 +"345470",94022,104043 +"345471",94022,119894 +"345472",94023,103004 +"345473",94023,112133 +"345474",94025,118914 +"345475",94026,94036 +"345476",94027,97305 +"345477",94027,100502 +"345478",94027,105030 +"345479",94027,105903 +"345480",94027,105988 +"345481",94028,102421 +"345482",94028,120914 +"345483",94029,94404 +"345484",94029,98080 +"345485",94029,102910 +"345486",94029,120168 +"345487",94031,122657 +"345488",94032,94052 +"345489",94032,111138 +"345490",94034,94154 +"345491",94035,102177 +"345492",94037,111829 +"345493",94037,113072 +"345494",94037,122306 +"345495",94038,94047 +"345496",94039,98771 +"345497",94039,103419 +"345498",94040,95741 +"345499",94042,115425 +"345500",94043,94058 +"345501",94044,94057 +"345502",94045,110888 +"345503",94046,115310 +"345504",94046,115363 +"345505",94048,95077 +"345506",94048,105139 +"345507",94048,109509 +"345508",94048,116888 +"345509",94048,123051 +"345510",94048,123052 +"345511",94061,95365 +"345512",94062,94080 +"345513",94062,94178 +"345514",94062,94195 +"345515",94063,95226 +"345516",94063,97420 +"345517",94063,101465 +"345518",94064,102679 +"345519",94064,103441 +"345520",94064,105670 +"345521",94064,111225 +"345522",94066,112573 +"345523",94069,94097 +"345524",94069,99240 +"345525",94069,117927 +"345526",94071,104321 +"345527",94071,113877 +"345528",94073,95870 +"345529",94073,115995 +"345530",94073,116006 +"345531",94073,116009 +"345532",94076,94105 +"345533",94078,121007 +"345534",94078,123199 +"345535",94078,123208 +"345536",94080,94178 +"345537",94080,94195 +"345538",94080,109068 +"345539",94084,94194 +"345540",94085,120600 +"345541",94088,94138 +"345542",94088,103296 +"345543",94088,107543 +"345544",94088,109181 +"345545",94091,119589 +"345546",94092,115879 +"345547",94094,103946 +"345548",94097,99703 +"345549",94098,99471 +"345550",94098,100533 +"345551",94098,100899 +"345552",94098,108934 +"345553",94100,105009 +"345554",94101,107487 +"345555",94101,109799 +"345556",94102,109065 +"345557",94102,120271 +"345558",94103,99039 +"345559",94103,112840 +"345560",94103,121226 +"345561",94104,102238 +"345562",94106,111913 +"345563",94106,111914 +"345564",94106,111955 +"345565",94107,100601 +"345566",94108,96439 +"345567",94108,104663 +"345568",94111,94124 +"345569",94111,94155 +"345570",94114,110768 +"345571",94114,110807 +"345572",94115,115224 +"345573",94116,119057 +"345574",94117,99783 +"345575",94119,94130 +"345576",94121,99050 +"345577",94121,106797 +"345578",94123,94127 +"345579",94123,103389 +"345580",94123,110952 +"345581",94124,94155 +"345582",94125,113933 +"345583",94132,96118 +"345584",94132,97923 +"345585",94132,99643 +"345586",94132,99651 +"345587",94132,99654 +"345588",94132,99655 +"345589",94132,99661 +"345590",94132,99663 +"345591",94132,111790 +"345592",94132,113345 +"345593",94136,102291 +"345594",94137,106932 +"345595",94138,97010 +"345596",94138,103296 +"345597",94138,109181 +"345598",94138,114139 +"345599",94144,109841 +"345600",94148,106025 +"345601",94148,106036 +"345602",94148,106059 +"345603",94148,109352 +"345604",94150,94161 +"345605",94151,118824 +"345606",94155,94376 +"345607",94156,94167 +"345608",94157,94159 +"345609",94158,108847 +"345610",94158,109264 +"345611",94159,109489 +"345612",94163,94652 +"345613",94163,102092 +"345614",94164,97037 +"345615",94165,106301 +"345616",94167,120710 +"345617",94169,96195 +"345618",94169,106333 +"345619",94175,94216 +"345620",94175,118958 +"345621",94175,122241 +"345622",94176,98555 +"345623",94178,94195 +"345624",94180,109514 +"345625",94181,99180 +"345626",94181,100383 +"345627",94181,101569 +"345628",94181,111344 +"345629",94181,113328 +"345630",94181,114135 +"345631",94183,100978 +"345632",94185,109830 +"345633",94192,116138 +"345634",94196,95943 +"345635",94196,96658 +"345636",94196,107237 +"345637",94196,107279 +"345638",94198,98335 +"345639",94198,103762 +"345640",94198,110766 +"345641",94198,118458 +"345642",94199,113119 +"345643",94199,118707 +"345644",94199,122764 +"345645",94200,98643 +"345646",94203,96566 +"345647",94203,97169 +"345648",94207,109998 +"345649",94208,96189 +"345650",94208,96198 +"345651",94209,104118 +"345652",94209,118081 +"345653",94209,119630 +"345654",94211,99528 +"345655",94212,105055 +"345656",94212,109808 +"345657",94213,95382 +"345658",94215,94234 +"345659",94215,96647 +"345660",94215,120563 +"345661",94215,120647 +"345662",94221,106169 +"345663",94223,110336 +"345664",94223,115766 +"345665",94223,117032 +"345666",94225,101717 +"345667",94227,94239 +"345668",94229,97031 +"345669",94231,95489 +"345670",94231,96247 +"345671",94231,96363 +"345672",94231,97898 +"345673",94233,94254 +"345674",94236,94425 +"345675",94236,94429 +"345676",94236,94454 +"345677",94236,109210 +"345678",94238,112337 +"345679",94241,100115 +"345680",94241,100709 +"345681",94241,101534 +"345682",94242,94250 +"345683",94242,94263 +"345684",94245,94261 +"345685",94247,96621 +"345686",94248,117415 +"345687",94249,121901 +"345688",94250,94263 +"345689",94253,95086 +"345690",94257,110890 +"345691",94258,97707 +"345692",94259,101929 +"345693",94259,104759 +"345694",94259,104773 +"345695",94259,122311 +"345696",94260,94268 +"345697",94261,101797 +"345698",94261,115580 +"345699",94265,105450 +"345700",94265,105454 +"345701",94265,105455 +"345702",94265,105456 +"345703",94265,105467 +"345704",94265,105902 +"345705",94267,107413 +"345706",94267,107416 +"345707",94268,107240 +"345708",94269,95369 +"345709",94269,95378 +"345710",94269,95379 +"345711",94269,95426 +"345712",94277,94281 +"345713",94277,94316 +"345714",94277,94356 +"345715",94279,94350 +"345716",94280,105319 +"345717",94280,105353 +"345718",94281,94316 +"345719",94281,94356 +"345720",94281,109267 +"345721",94281,109268 +"345722",94281,109276 +"345723",94284,106208 +"345724",94285,94287 +"345725",94289,94317 +"345726",94290,95595 +"345727",94295,97778 +"345728",94297,97257 +"345729",94298,94332 +"345730",94300,94344 +"345731",94300,96634 +"345732",94302,106510 +"345733",94302,108401 +"345734",94302,120064 +"345735",94304,102236 +"345736",94305,105006 +"345737",94305,116154 +"345738",94307,94328 +"345739",94308,95482 +"345740",94311,113046 +"345741",94312,99399 +"345742",94312,99403 +"345743",94312,101971 +"345744",94313,94314 +"345745",94313,107659 +"345746",94313,117259 +"345747",94314,94442 +"345748",94314,96394 +"345749",94314,103607 +"345750",94314,112445 +"345751",94315,115775 +"345752",94316,94356 +"345753",94317,96488 +"345754",94318,94986 +"345755",94319,94329 +"345756",94319,94355 +"345757",94320,95319 +"345758",94321,94323 +"345759",94327,97901 +"345760",94328,104689 +"345761",94329,94355 +"345762",94332,102025 +"345763",94332,114502 +"345764",94334,95469 +"345765",94334,121021 +"345766",94337,116554 +"345767",94338,118843 +"345768",94338,123353 +"345769",94339,108857 +"345770",94341,96939 +"345771",94342,95163 +"345772",94345,96343 +"345773",94345,96912 +"345774",94347,116370 +"345775",94347,116380 +"345776",94349,111105 +"345777",94350,110576 +"345778",94351,95313 +"345779",94353,97716 +"345780",94354,100321 +"345781",94354,106417 +"345782",94358,117904 +"345783",94359,94364 +"345784",94359,94365 +"345785",94364,94365 +"345786",94364,97236 +"345787",94364,114659 +"345788",94365,121530 +"345789",94366,94370 +"345790",94366,105848 +"345791",94366,117915 +"345792",94367,94393 +"345793",94372,114464 +"345794",94376,96981 +"345795",94380,94390 +"345796",94380,116666 +"345797",94381,97210 +"345798",94384,96587 +"345799",94384,99204 +"345800",94384,100653 +"345801",94384,101479 +"345802",94384,116054 +"345803",94386,103452 +"345804",94386,106271 +"345805",94395,112732 +"345806",94396,94419 +"345807",94396,94465 +"345808",94396,105550 +"345809",94396,107604 +"345810",94396,108222 +"345811",94396,108239 +"345812",94398,95990 +"345813",94398,109104 +"345814",94399,103194 +"345815",94399,105530 +"345816",94399,105534 +"345817",94399,105537 +"345818",94399,105547 +"345819",94399,105552 +"345820",94399,105563 +"345821",94400,105878 +"345822",94400,116836 +"345823",94402,102859 +"345824",94404,98080 +"345825",94404,102910 +"345826",94404,120168 +"345827",94405,94409 +"345828",94405,103378 +"345829",94406,100943 +"345830",94407,103407 +"345831",94407,104782 +"345832",94407,120101 +"345833",94408,94417 +"345834",94409,94839 +"345835",94409,103378 +"345836",94413,97528 +"345837",94414,104691 +"345838",94414,120655 +"345839",94416,99442 +"345840",94416,113416 +"345841",94418,99715 +"345842",94418,99813 +"345843",94418,116766 +"345844",94419,94465 +"345845",94420,106206 +"345846",94420,118782 +"345847",94424,99978 +"345848",94424,120818 +"345849",94424,120820 +"345850",94425,94429 +"345851",94425,94454 +"345852",94427,99966 +"345853",94427,109130 +"345854",94427,111235 +"345855",94429,94454 +"345856",94429,104526 +"345857",94432,94463 +"345858",94434,94452 +"345859",94435,97899 +"345860",94435,97903 +"345861",94435,97915 +"345862",94435,97922 +"345863",94435,97943 +"345864",94436,96513 +"345865",94436,100164 +"345866",94436,100274 +"345867",94438,94524 +"345868",94438,96534 +"345869",94439,94460 +"345870",94440,95316 +"345871",94440,96536 +"345872",94440,103004 +"345873",94440,105651 +"345874",94442,96394 +"345875",94443,99043 +"345876",94443,105330 +"345877",94443,105349 +"345878",94444,96644 +"345879",94444,105536 +"345880",94444,108942 +"345881",94445,94446 +"345882",94445,94457 +"345883",94446,94457 +"345884",94448,110996 +"345885",94448,119063 +"345886",94448,120352 +"345887",94448,120380 +"345888",94450,111361 +"345889",94456,101687 +"345890",94456,108411 +"345891",94456,116763 +"345892",94457,108403 +"345893",94457,111150 +"345894",94457,111229 +"345895",94457,122964 +"345896",94459,116881 +"345897",94461,94950 +"345898",94462,108820 +"345899",94466,99819 +"345900",94466,102341 +"345901",94467,109534 +"345902",94469,102629 +"345903",94470,94477 +"345904",94470,94496 +"345905",94473,112813 +"345906",94473,112863 +"345907",94473,112869 +"345908",94474,101298 +"345909",94474,106940 +"345910",94476,94484 +"345911",94477,94496 +"345912",94478,94561 +"345913",94483,95549 +"345914",94483,95563 +"345915",94486,96872 +"345916",94486,110528 +"345917",94487,112081 +"345918",94487,112369 +"345919",94488,99680 +"345920",94488,100708 +"345921",94488,102720 +"345922",94490,94991 +"345923",94495,94651 +"345924",94495,94655 +"345925",94495,108398 +"345926",94497,94560 +"345927",94497,94647 +"345928",94498,94502 +"345929",94498,94503 +"345930",94500,100737 +"345931",94501,96159 +"345932",94502,94503 +"345933",94508,115245 +"345934",94508,115251 +"345935",94508,115290 +"345936",94510,94551 +"345937",94510,94558 +"345938",94511,103132 +"345939",94512,102394 +"345940",94512,114233 +"345941",94514,94515 +"345942",94514,115323 +"345943",94514,115328 +"345944",94518,94535 +"345945",94519,95645 +"345946",94519,118033 +"345947",94520,94533 +"345948",94520,95032 +"345949",94520,95954 +"345950",94520,98883 +"345951",94520,99544 +"345952",94520,99547 +"345953",94520,99554 +"345954",94520,100371 +"345955",94520,100595 +"345956",94520,100739 +"345957",94520,100819 +"345958",94520,101898 +"345959",94520,101988 +"345960",94520,102003 +"345961",94520,102101 +"345962",94520,102146 +"345963",94520,102201 +"345964",94520,102309 +"345965",94520,102635 +"345966",94520,102730 +"345967",94520,102846 +"345968",94520,103790 +"345969",94520,104095 +"345970",94520,104574 +"345971",94520,104784 +"345972",94520,104845 +"345973",94520,107269 +"345974",94520,107623 +"345975",94520,107714 +"345976",94520,107879 +"345977",94520,107975 +"345978",94523,103637 +"345979",94523,105005 +"345980",94523,105878 +"345981",94523,112471 +"345982",94523,112608 +"345983",94523,118083 +"345984",94523,118350 +"345985",94523,119979 +"345986",94523,120753 +"345987",94523,121285 +"345988",94523,121330 +"345989",94524,96534 +"345990",94525,117604 +"345991",94525,117605 +"345992",94526,94563 +"345993",94528,106886 +"345994",94529,94590 +"345995",94529,94597 +"345996",94531,105111 +"345997",94531,121679 +"345998",94532,94633 +"345999",94532,98758 +"346000",94532,106348 +"346001",94532,110590 +"346002",94532,114680 +"346003",94536,94554 +"346004",94540,101923 +"346005",94541,94542 +"346006",94542,95984 +"346007",94542,122845 +"346008",94543,110804 +"346009",94543,117734 +"346010",94544,98597 +"346011",94544,110593 +"346012",94544,122328 +"346013",94544,122332 +"346014",94544,122333 +"346015",94546,107417 +"346016",94546,115024 +"346017",94547,99683 +"346018",94547,99685 +"346019",94547,114259 +"346020",94549,123212 +"346021",94551,94558 +"346022",94553,110153 +"346023",94553,110156 +"346024",94553,110157 +"346025",94553,112174 +"346026",94553,112362 +"346027",94555,115815 +"346028",94556,94559 +"346029",94556,94568 +"346030",94559,94568 +"346031",94560,113934 +"346032",94562,97523 +"346033",94565,96389 +"346034",94565,103065 +"346035",94569,110496 +"346036",94569,112240 +"346037",94569,113002 +"346038",94569,113189 +"346039",94569,116430 +"346040",94571,104162 +"346041",94575,99987 +"346042",94578,118867 +"346043",94578,119157 +"346044",94578,119161 +"346045",94578,119164 +"346046",94578,120091 +"346047",94580,98524 +"346048",94584,116965 +"346049",94584,123488 +"346050",94585,99903 +"346051",94585,108702 +"346052",94587,94589 +"346053",94588,94700 +"346054",94590,94597 +"346055",94590,96038 +"346056",94590,96052 +"346057",94592,94593 +"346058",94592,94594 +"346059",94592,96534 +"346060",94593,94594 +"346061",94593,96534 +"346062",94594,96534 +"346063",94597,102951 +"346064",94598,109828 +"346065",94599,113535 +"346066",94599,113842 +"346067",94601,94723 +"346068",94601,94724 +"346069",94602,106530 +"346070",94603,111268 +"346071",94603,111269 +"346072",94604,101559 +"346073",94605,103589 +"346074",94605,104962 +"346075",94605,105092 +"346076",94605,108689 +"346077",94606,102050 +"346078",94607,113866 +"346079",94609,94610 +"346080",94611,103981 +"346081",94612,97347 +"346082",94612,97355 +"346083",94612,97606 +"346084",94612,97680 +"346085",94612,97700 +"346086",94612,97701 +"346087",94616,102310 +"346088",94616,115008 +"346089",94616,120972 +"346090",94616,121056 +"346091",94617,120394 +"346092",94619,95193 +"346093",94622,97630 +"346094",94622,118058 +"346095",94623,98671 +"346096",94623,102135 +"346097",94624,97919 +"346098",94624,97962 +"346099",94627,102292 +"346100",94627,104608 +"346101",94627,114226 +"346102",94627,115698 +"346103",94628,103422 +"346104",94629,94674 +"346105",94629,94675 +"346106",94630,105274 +"346107",94630,110045 +"346108",94630,122337 +"346109",94633,98758 +"346110",94633,106348 +"346111",94635,109218 +"346112",94637,97637 +"346113",94637,98579 +"346114",94637,106468 +"346115",94639,98496 +"346116",94642,105825 +"346117",94642,112504 +"346118",94645,115909 +"346119",94648,104698 +"346120",94648,119977 +"346121",94648,120025 +"346122",94648,120038 +"346123",94649,95131 +"346124",94650,105638 +"346125",94650,108700 +"346126",94650,121065 +"346127",94651,94655 +"346128",94653,94958 +"346129",94653,110250 +"346130",94653,110343 +"346131",94654,111974 +"346132",94654,120862 +"346133",94655,95263 +"346134",94655,99320 +"346135",94655,105088 +"346136",94655,106712 +"346137",94655,109171 +"346138",94655,111240 +"346139",94655,114816 +"346140",94655,115039 +"346141",94655,122154 +"346142",94655,122187 +"346143",94658,111572 +"346144",94658,111585 +"346145",94658,111598 +"346146",94660,120294 +"346147",94661,101574 +"346148",94662,95009 +"346149",94663,100590 +"346150",94663,112471 +"346151",94663,119972 +"346152",94663,120269 +"346153",94663,121199 +"346154",94665,95358 +"346155",94665,104562 +"346156",94665,106985 +"346157",94667,96654 +"346158",94667,117506 +"346159",94668,121447 +"346160",94668,121453 +"346161",94670,94676 +"346162",94671,97237 +"346163",94671,100230 +"346164",94671,103292 +"346165",94671,103327 +"346166",94671,108528 +"346167",94671,109663 +"346168",94671,120932 +"346169",94674,94675 +"346170",94676,108637 +"346171",94676,123118 +"346172",94677,94689 +"346173",94679,110173 +"346174",94679,113539 +"346175",94683,113763 +"346176",94684,105333 +"346177",94687,101534 +"346178",94689,95227 +"346179",94691,94734 +"346180",94692,106212 +"346181",94694,94696 +"346182",94694,94719 +"346183",94695,109920 +"346184",94696,94719 +"346185",94697,111119 +"346186",94697,120683 +"346187",94697,120689 +"346188",94697,122686 +"346189",94699,97866 +"346190",94703,120648 +"346191",94706,98557 +"346192",94708,111577 +"346193",94712,112786 +"346194",94712,112790 +"346195",94714,94720 +"346196",94714,102659 +"346197",94714,104233 +"346198",94714,104261 +"346199",94715,118316 +"346200",94717,94755 +"346201",94719,105664 +"346202",94721,97800 +"346203",94721,122663 +"346204",94723,94724 +"346205",94726,99959 +"346206",94729,103797 +"346207",94729,114462 +"346208",94729,114466 +"346209",94732,104716 +"346210",94732,104730 +"346211",94734,100883 +"346212",94734,114206 +"346213",94735,94752 +"346214",94737,110926 +"346215",94738,100742 +"346216",94741,95771 +"346217",94741,111574 +"346218",94743,121337 +"346219",94748,96801 +"346220",94755,97887 +"346221",94755,97893 +"346222",94757,118656 +"346223",94758,95295 +"346224",94758,100967 +"346225",94759,120696 +"346226",94760,109216 +"346227",94760,119640 +"346228",94762,103201 +"346229",94762,103412 +"346230",94764,101395 +"346231",94764,107948 +"346232",94764,108555 +"346233",94764,116970 +"346234",94765,100393 +"346235",94766,95427 +"346236",94771,104364 +"346237",94771,112058 +"346238",94771,113453 +"346239",94772,94793 +"346240",94772,97318 +"346241",94775,94888 +"346242",94776,103020 +"346243",94776,122854 +"346244",94777,115700 +"346245",94777,115722 +"346246",94777,115725 +"346247",94778,95922 +"346248",94779,118373 +"346249",94781,97634 +"346250",94781,99239 +"346251",94781,110890 +"346252",94782,95035 +"346253",94782,102967 +"346254",94782,111259 +"346255",94783,109350 +"346256",94783,113302 +"346257",94784,119657 +"346258",94785,94903 +"346259",94786,108696 +"346260",94786,113388 +"346261",94787,99184 +"346262",94789,99034 +"346263",94789,99396 +"346264",94789,123002 +"346265",94790,97248 +"346266",94790,97267 +"346267",94790,97270 +"346268",94791,94809 +"346269",94794,106467 +"346270",94795,95030 +"346271",94797,94805 +"346272",94797,94810 +"346273",94798,112301 +"346274",94799,111717 +"346275",94799,118625 +"346276",94803,105127 +"346277",94803,118225 +"346278",94804,94912 +"346279",94805,94810 +"346280",94806,98166 +"346281",94806,105685 +"346282",94808,96142 +"346283",94808,105374 +"346284",94808,105729 +"346285",94808,105730 +"346286",94808,105761 +"346287",94808,110308 +"346288",94808,114055 +"346289",94812,94997 +"346290",94813,94865 +"346291",94814,106459 +"346292",94817,95004 +"346293",94819,94904 +"346294",94819,98993 +"346295",94822,99332 +"346296",94823,111471 +"346297",94823,112446 +"346298",94825,94895 +"346299",94826,95008 +"346300",94826,95009 +"346301",94826,113957 +"346302",94828,99171 +"346303",94828,101277 +"346304",94828,113565 +"346305",94828,122397 +"346306",94829,97123 +"346307",94830,94850 +"346308",94830,94856 +"346309",94830,113126 +"346310",94832,115684 +"346311",94833,95051 +"346312",94835,101709 +"346313",94839,109248 +"346314",94840,94858 +"346315",94841,94849 +"346316",94841,94869 +"346317",94842,101993 +"346318",94842,105012 +"346319",94845,111883 +"346320",94845,111897 +"346321",94845,118020 +"346322",94845,118118 +"346323",94846,99870 +"346324",94847,94848 +"346325",94849,94869 +"346326",94850,94856 +"346327",94850,105301 +"346328",94850,121010 +"346329",94853,95993 +"346330",94853,101344 +"346331",94853,117299 +"346332",94853,117300 +"346333",94853,118058 +"346334",94854,98730 +"346335",94857,94861 +"346336",94857,98986 +"346337",94861,98986 +"346338",94862,107625 +"346339",94863,119988 +"346340",94870,94874 +"346341",94871,94902 +"346342",94874,115963 +"346343",94877,96206 +"346344",94877,97142 +"346345",94877,121916 +"346346",94878,94900 +"346347",94878,110678 +"346348",94878,112119 +"346349",94878,112716 +"346350",94881,94882 +"346351",94881,94891 +"346352",94882,94891 +"346353",94883,105447 +"346354",94883,114992 +"346355",94885,94886 +"346356",94885,94915 +"346357",94886,94915 +"346358",94887,115189 +"346359",94889,123107 +"346360",94890,105273 +"346361",94891,113053 +"346362",94892,94992 +"346363",94898,99010 +"346364",94901,95019 +"346365",94901,99324 +"346366",94901,123426 +"346367",94903,117022 +"346368",94904,98993 +"346369",94905,98510 +"346370",94905,105875 +"346371",94906,94946 +"346372",94906,95889 +"346373",94906,96093 +"346374",94906,97988 +"346375",94906,99309 +"346376",94906,99376 +"346377",94906,99450 +"346378",94906,99471 +"346379",94906,99474 +"346380",94906,100916 +"346381",94906,100944 +"346382",94906,101126 +"346383",94906,101329 +"346384",94906,105557 +"346385",94906,107199 +"346386",94906,108743 +"346387",94906,108980 +"346388",94906,109291 +"346389",94906,109933 +"346390",94906,110483 +"346391",94906,110567 +"346392",94906,110572 +"346393",94906,110630 +"346394",94906,110648 +"346395",94906,110711 +"346396",94906,110770 +"346397",94906,110869 +"346398",94906,110911 +"346399",94906,111285 +"346400",94906,111314 +"346401",94906,111362 +"346402",94906,111372 +"346403",94906,111424 +"346404",94906,111433 +"346405",94906,112422 +"346406",94906,113269 +"346407",94906,113430 +"346408",94906,114242 +"346409",94906,114842 +"346410",94906,115427 +"346411",94906,115521 +"346412",94906,115711 +"346413",94908,99112 +"346414",94908,99121 +"346415",94909,95155 +"346416",94909,96873 +"346417",94909,98147 +"346418",94909,99165 +"346419",94910,115239 +"346420",94913,103572 +"346421",94913,103624 +"346422",94914,95558 +"346423",94914,102790 +"346424",94916,110724 +"346425",94918,94948 +"346426",94919,98229 +"346427",94921,94928 +"346428",94921,94929 +"346429",94921,94941 +"346430",94921,94962 +"346431",94921,94965 +"346432",94921,94966 +"346433",94921,94971 +"346434",94921,95179 +"346435",94923,98794 +"346436",94926,117098 +"346437",94927,94951 +"346438",94928,94929 +"346439",94928,94941 +"346440",94928,94962 +"346441",94928,94965 +"346442",94928,94966 +"346443",94928,94971 +"346444",94928,95179 +"346445",94929,94941 +"346446",94929,94962 +"346447",94929,94965 +"346448",94929,94966 +"346449",94929,94971 +"346450",94929,95179 +"346451",94930,94977 +"346452",94931,96264 +"346453",94931,105871 +"346454",94932,95181 +"346455",94932,110040 +"346456",94932,110827 +"346457",94933,99153 +"346458",94933,106604 +"346459",94933,106626 +"346460",94937,106654 +"346461",94940,107853 +"346462",94941,94962 +"346463",94941,94965 +"346464",94941,94966 +"346465",94941,94971 +"346466",94941,95179 +"346467",94943,119098 +"346468",94946,95889 +"346469",94946,96093 +"346470",94946,97988 +"346471",94946,99309 +"346472",94946,99376 +"346473",94946,99450 +"346474",94946,99471 +"346475",94946,99474 +"346476",94946,100916 +"346477",94946,100944 +"346478",94946,101126 +"346479",94946,101329 +"346480",94946,105557 +"346481",94946,107199 +"346482",94946,108743 +"346483",94946,108980 +"346484",94946,109291 +"346485",94946,109933 +"346486",94946,110483 +"346487",94946,110567 +"346488",94946,110572 +"346489",94946,110630 +"346490",94946,110648 +"346491",94946,110711 +"346492",94946,110770 +"346493",94946,110869 +"346494",94946,110911 +"346495",94946,111285 +"346496",94946,111314 +"346497",94946,111362 +"346498",94946,111372 +"346499",94946,111424 +"346500",94946,111433 +"346501",94946,112422 +"346502",94946,113269 +"346503",94946,113430 +"346504",94946,114242 +"346505",94946,114842 +"346506",94946,115427 +"346507",94946,115521 +"346508",94946,115711 +"346509",94947,96136 +"346510",94947,102810 +"346511",94951,99276 +"346512",94954,94955 +"346513",94954,94957 +"346514",94954,94969 +"346515",94955,94957 +"346516",94955,94969 +"346517",94955,95915 +"346518",94956,95524 +"346519",94956,110582 +"346520",94957,94969 +"346521",94958,113131 +"346522",94962,94965 +"346523",94962,94966 +"346524",94962,94971 +"346525",94962,95179 +"346526",94964,102596 +"346527",94964,119834 +"346528",94964,119848 +"346529",94965,94966 +"346530",94965,94971 +"346531",94965,95179 +"346532",94966,94971 +"346533",94966,95179 +"346534",94967,99744 +"346535",94967,99757 +"346536",94967,99762 +"346537",94968,95068 +"346538",94968,102879 +"346539",94968,117190 +"346540",94968,122806 +"346541",94970,102090 +"346542",94970,108601 +"346543",94970,108629 +"346544",94970,113891 +"346545",94970,114015 +"346546",94971,95179 +"346547",94972,101691 +"346548",94975,94990 +"346549",94975,95001 +"346550",94975,95032 +"346551",94979,108113 +"346552",94981,94998 +"346553",94984,110806 +"346554",94987,123225 +"346555",94987,123246 +"346556",94987,123251 +"346557",94987,123254 +"346558",94989,96244 +"346559",94990,95001 +"346560",94990,95032 +"346561",94994,104153 +"346562",94995,103159 +"346563",94995,105665 +"346564",94996,95000 +"346565",94997,114201 +"346566",94998,97106 +"346567",94998,118195 +"346568",94998,118200 +"346569",94998,118202 +"346570",94998,118226 +"346571",94999,95063 +"346572",95001,95032 +"346573",95001,114679 +"346574",95001,114686 +"346575",95001,114687 +"346576",95003,118056 +"346577",95007,95060 +"346578",95007,98931 +"346579",95008,95009 +"346580",95008,100310 +"346581",95008,108232 +"346582",95009,116384 +"346583",95015,95152 +"346584",95015,118008 +"346585",95015,118541 +"346586",95016,115304 +"346587",95017,100052 +"346588",95017,119066 +"346589",95018,102562 +"346590",95020,95429 +"346591",95028,111302 +"346592",95028,121172 +"346593",95029,102388 +"346594",95029,107310 +"346595",95030,98343 +"346596",95030,102204 +"346597",95030,102731 +"346598",95031,105963 +"346599",95031,112196 +"346600",95031,122033 +"346601",95031,122482 +"346602",95031,122484 +"346603",95034,102913 +"346604",95035,111259 +"346605",95037,119786 +"346606",95041,98468 +"346607",95042,104473 +"346608",95042,106947 +"346609",95047,111607 +"346610",95048,95049 +"346611",95051,101190 +"346612",95051,102144 +"346613",95052,97755 +"346614",95053,112091 +"346615",95060,98931 +"346616",95062,117445 +"346617",95063,111261 +"346618",95065,110271 +"346619",95065,119539 +"346620",95066,117601 +"346621",95066,117602 +"346622",95068,100068 +"346623",95068,112783 +"346624",95073,100237 +"346625",95073,104279 +"346626",95073,105194 +"346627",95073,111514 +"346628",95073,117037 +"346629",95073,119255 +"346630",95074,104740 +"346631",95074,108392 +"346632",95078,95079 +"346633",95078,95205 +"346634",95079,95205 +"346635",95081,96868 +"346636",95082,104057 +"346637",95082,107532 +"346638",95082,111168 +"346639",95082,114806 +"346640",95082,118658 +"346641",95082,120283 +"346642",95082,120486 +"346643",95087,95195 +"346644",95088,95104 +"346645",95093,95148 +"346646",95094,95130 +"346647",95095,95103 +"346648",95097,100723 +"346649",95097,103211 +"346650",95099,121933 +"346651",95100,101004 +"346652",95102,95107 +"346653",95102,95203 +"346654",95106,96190 +"346655",95106,97980 +"346656",95106,113326 +"346657",95107,95203 +"346658",95113,110748 +"346659",95113,113327 +"346660",95113,121518 +"346661",95114,107097 +"346662",95114,107108 +"346663",95114,107110 +"346664",95114,107114 +"346665",95114,107127 +"346666",95114,107140 +"346667",95116,95861 +"346668",95117,101629 +"346669",95121,95362 +"346670",95121,116335 +"346671",95121,117606 +"346672",95121,117637 +"346673",95122,113518 +"346674",95125,97194 +"346675",95126,95157 +"346676",95128,106321 +"346677",95129,95137 +"346678",95129,95139 +"346679",95129,110583 +"346680",95129,110592 +"346681",95130,100578 +"346682",95130,113523 +"346683",95130,116224 +"346684",95130,120832 +"346685",95132,95167 +"346686",95133,95457 +"346687",95133,100913 +"346688",95133,107081 +"346689",95135,113689 +"346690",95137,95139 +"346691",95137,120222 +"346692",95138,105310 +"346693",95142,104650 +"346694",95143,107630 +"346695",95144,95145 +"346696",95152,104278 +"346697",95152,118008 +"346698",95152,118541 +"346699",95155,96920 +"346700",95155,102561 +"346701",95155,107023 +"346702",95155,108620 +"346703",95155,114882 +"346704",95156,109365 +"346705",95163,99144 +"346706",95163,105791 +"346707",95163,111100 +"346708",95169,95227 +"346709",95173,95208 +"346710",95175,95284 +"346711",95175,95301 +"346712",95176,116240 +"346713",95176,116241 +"346714",95177,98584 +"346715",95178,110222 +"346716",95181,110256 +"346717",95181,118973 +"346718",95182,95217 +"346719",95183,105139 +"346720",95183,113147 +"346721",95183,115337 +"346722",95185,116095 +"346723",95186,110279 +"346724",95188,95549 +"346725",95189,115641 +"346726",95193,101007 +"346727",95197,109482 +"346728",95198,106934 +"346729",95198,110695 +"346730",95199,95216 +"346731",95203,118779 +"346732",95207,95211 +"346733",95207,100133 +"346734",95210,100387 +"346735",95210,123155 +"346736",95218,95363 +"346737",95218,105308 +"346738",95220,120431 +"346739",95221,117090 +"346740",95222,104087 +"346741",95223,95346 +"346742",95224,96564 +"346743",95230,95238 +"346744",95230,95258 +"346745",95231,107699 +"346746",95232,102508 +"346747",95234,117515 +"346748",95235,122132 +"346749",95236,95268 +"346750",95236,95273 +"346751",95236,95274 +"346752",95236,95275 +"346753",95237,103100 +"346754",95237,106172 +"346755",95238,95258 +"346756",95238,105687 +"346757",95238,116294 +"346758",95238,116295 +"346759",95238,121501 +"346760",95241,95587 +"346761",95241,96229 +"346762",95244,95577 +"346763",95244,109560 +"346764",95246,95253 +"346765",95247,114591 +"346766",95248,95291 +"346767",95250,111940 +"346768",95252,111425 +"346769",95254,96525 +"346770",95255,97062 +"346771",95255,103479 +"346772",95257,95387 +"346773",95257,104505 +"346774",95257,114252 +"346775",95258,98136 +"346776",95258,103232 +"346777",95258,108611 +"346778",95258,112243 +"346779",95258,114173 +"346780",95261,110186 +"346781",95262,96073 +"346782",95262,111008 +"346783",95262,111010 +"346784",95262,111011 +"346785",95264,107426 +"346786",95264,109140 +"346787",95264,109147 +"346788",95264,114994 +"346789",95265,104486 +"346790",95265,111426 +"346791",95265,111440 +"346792",95265,114291 +"346793",95265,114714 +"346794",95267,97580 +"346795",95267,98727 +"346796",95267,98776 +"346797",95267,100795 +"346798",95267,101682 +"346799",95267,106824 +"346800",95267,108879 +"346801",95267,109166 +"346802",95267,109858 +"346803",95267,109878 +"346804",95267,112962 +"346805",95267,113990 +"346806",95267,115413 +"346807",95267,116123 +"346808",95267,117258 +"346809",95267,117560 +"346810",95267,118128 +"346811",95267,118836 +"346812",95267,118866 +"346813",95267,118873 +"346814",95267,119131 +"346815",95267,119513 +"346816",95267,119716 +"346817",95267,119769 +"346818",95267,120123 +"346819",95267,120169 +"346820",95267,120725 +"346821",95267,120944 +"346822",95267,121609 +"346823",95267,122007 +"346824",95267,122032 +"346825",95267,122035 +"346826",95267,122724 +"346827",95267,123070 +"346828",95267,123394 +"346829",95267,123490 +"346830",95268,95273 +"346831",95268,95274 +"346832",95268,95275 +"346833",95268,98127 +"346834",95268,99237 +"346835",95268,115569 +"346836",95268,115614 +"346837",95269,96303 +"346838",95271,99414 +"346839",95271,105162 +"346840",95271,110732 +"346841",95272,103324 +"346842",95272,109258 +"346843",95273,95274 +"346844",95273,95275 +"346845",95274,95275 +"346846",95274,104905 +"346847",95277,99103 +"346848",95277,123469 +"346849",95280,95303 +"346850",95284,95301 +"346851",95285,95317 +"346852",95285,95318 +"346853",95286,95296 +"346854",95287,95331 +"346855",95288,100812 +"346856",95288,105703 +"346857",95288,106512 +"346858",95288,107359 +"346859",95288,108773 +"346860",95288,114050 +"346861",95289,100727 +"346862",95289,112546 +"346863",95289,121278 +"346864",95289,122623 +"346865",95289,122629 +"346866",95293,102536 +"346867",95295,99079 +"346868",95295,102464 +"346869",95295,110569 +"346870",95297,99589 +"346871",95298,98225 +"346872",95299,95324 +"346873",95303,108284 +"346874",95306,113563 +"346875",95309,111611 +"346876",95311,95850 +"346877",95312,101670 +"346878",95312,109454 +"346879",95317,95318 +"346880",95321,96828 +"346881",95321,121965 +"346882",95325,104045 +"346883",95327,121982 +"346884",95329,118148 +"346885",95333,108866 +"346886",95336,95351 +"346887",95337,108563 +"346888",95337,111079 +"346889",95337,112276 +"346890",95337,114615 +"346891",95337,114616 +"346892",95338,95827 +"346893",95338,111708 +"346894",95341,97576 +"346895",95342,95350 +"346896",95347,95367 +"346897",95347,108151 +"346898",95348,95371 +"346899",95349,95532 +"346900",95349,99388 +"346901",95349,110131 +"346902",95349,110633 +"346903",95349,111146 +"346904",95349,121853 +"346905",95349,122255 +"346906",95351,104194 +"346907",95352,104112 +"346908",95353,95375 +"346909",95353,99621 +"346910",95353,103081 +"346911",95354,99658 +"346912",95359,115567 +"346913",95359,119059 +"346914",95359,119294 +"346915",95361,110574 +"346916",95364,122461 +"346917",95364,122462 +"346918",95366,95473 +"346919",95366,109339 +"346920",95366,110887 +"346921",95366,110892 +"346922",95366,111300 +"346923",95366,121380 +"346924",95369,95378 +"346925",95369,95379 +"346926",95369,95426 +"346927",95369,113819 +"346928",95369,113924 +"346929",95370,95377 +"346930",95374,102917 +"346931",95377,100938 +"346932",95377,109231 +"346933",95377,111191 +"346934",95378,95379 +"346935",95378,95426 +"346936",95379,95426 +"346937",95380,107159 +"346938",95388,99475 +"346939",95388,99481 +"346940",95388,105745 +"346941",95388,105748 +"346942",95389,111283 +"346943",95389,111465 +"346944",95390,95435 +"346945",95391,107486 +"346946",95391,107601 +"346947",95393,95539 +"346948",95393,102262 +"346949",95393,102263 +"346950",95394,109129 +"346951",95394,113480 +"346952",95395,95506 +"346953",95395,95528 +"346954",95395,95529 +"346955",95396,100561 +"346956",95396,104046 +"346957",95397,109599 +"346958",95399,114012 +"346959",95405,95415 +"346960",95406,97370 +"346961",95408,98554 +"346962",95411,101563 +"346963",95411,103499 +"346964",95411,111427 +"346965",95415,115313 +"346966",95416,95420 +"346967",95416,114759 +"346968",95417,112288 +"346969",95418,96305 +"346970",95418,112073 +"346971",95418,112096 +"346972",95422,117821 +"346973",95422,117833 +"346974",95422,117845 +"346975",95422,117846 +"346976",95426,113819 +"346977",95426,113924 +"346978",95427,110146 +"346979",95432,108182 +"346980",95436,97928 +"346981",95437,98509 +"346982",95439,102993 +"346983",95457,112461 +"346984",95460,114377 +"346985",95462,100993 +"346986",95463,104160 +"346987",95466,118902 +"346988",95468,122252 +"346989",95469,119148 +"346990",95472,116247 +"346991",95476,112508 +"346992",95477,95862 +"346993",95477,96660 +"346994",95477,98322 +"346995",95477,109400 +"346996",95479,118055 +"346997",95481,95482 +"346998",95483,95513 +"346999",95484,99177 +"347000",95487,107402 +"347001",95488,122472 +"347002",95489,96247 +"347003",95489,96363 +"347004",95489,97898 +"347005",95491,98181 +"347006",95491,103895 +"347007",95491,106257 +"347008",95494,98074 +"347009",95494,116573 +"347010",95496,102877 +"347011",95496,113897 +"347012",95498,96024 +"347013",95498,96057 +"347014",95500,100138 +"347015",95503,117133 +"347016",95503,118156 +"347017",95503,118163 +"347018",95506,95528 +"347019",95506,95529 +"347020",95507,95521 +"347021",95508,95509 +"347022",95510,116940 +"347023",95513,100998 +"347024",95515,95525 +"347025",95518,95519 +"347026",95524,100814 +"347027",95524,113823 +"347028",95526,95527 +"347029",95528,95529 +"347030",95528,123087 +"347031",95533,104959 +"347032",95533,105027 +"347033",95536,107004 +"347034",95537,99045 +"347035",95540,109708 +"347036",95540,119849 +"347037",95543,120500 +"347038",95544,95553 +"347039",95545,104550 +"347040",95548,111877 +"347041",95549,95563 +"347042",95551,96181 +"347043",95551,111611 +"347044",95553,99203 +"347045",95553,99245 +"347046",95554,95587 +"347047",95555,95662 +"347048",95557,113615 +"347049",95557,113622 +"347050",95558,122137 +"347051",95560,115614 +"347052",95560,122782 +"347053",95564,95603 +"347054",95564,102487 +"347055",95564,115114 +"347056",95564,119762 +"347057",95564,119763 +"347058",95564,119798 +"347059",95565,119444 +"347060",95565,120882 +"347061",95567,117338 +"347062",95568,107047 +"347063",95570,99340 +"347064",95574,120168 +"347065",95575,112778 +"347066",95578,95579 +"347067",95582,95584 +"347068",95585,107062 +"347069",95587,117596 +"347070",95587,121287 +"347071",95590,121988 +"347072",95600,95846 +"347073",95601,118306 +"347074",95603,120220 +"347075",95604,96099 +"347076",95604,99210 +"347077",95604,99315 +"347078",95604,99316 +"347079",95604,99327 +"347080",95604,99329 +"347081",95604,99341 +"347082",95604,99350 +"347083",95604,99844 +"347084",95604,102353 +"347085",95604,106528 +"347086",95604,109371 +"347087",95604,109373 +"347088",95604,110246 +"347089",95604,111155 +"347090",95604,113803 +"347091",95604,115195 +"347092",95604,115233 +"347093",95604,115255 +"347094",95604,115264 +"347095",95610,110368 +"347096",95611,108996 +"347097",95613,108530 +"347098",95615,105163 +"347099",95616,118863 +"347100",95620,100556 +"347101",95627,95667 +"347102",95627,101113 +"347103",95627,119320 +"347104",95628,114859 +"347105",95630,120045 +"347106",95636,110946 +"347107",95640,122119 +"347108",95641,97400 +"347109",95641,97425 +"347110",95644,109708 +"347111",95645,118033 +"347112",95646,107409 +"347113",95647,121434 +"347114",95650,97168 +"347115",95650,120597 +"347116",95653,115022 +"347117",95654,116121 +"347118",95657,109175 +"347119",95658,103093 +"347120",95660,114202 +"347121",95660,120611 +"347122",95660,120614 +"347123",95662,100296 +"347124",95669,119868 +"347125",95672,98161 +"347126",95674,116975 +"347127",95675,95691 +"347128",95675,95735 +"347129",95675,101516 +"347130",95675,102387 +"347131",95675,102415 +"347132",95675,108374 +"347133",95675,108893 +"347134",95675,109101 +"347135",95675,109523 +"347136",95675,110993 +"347137",95675,111338 +"347138",95675,111398 +"347139",95675,111409 +"347140",95675,111480 +"347141",95675,112422 +"347142",95675,112648 +"347143",95675,112708 +"347144",95675,112820 +"347145",95675,112997 +"347146",95675,113597 +"347147",95675,114418 +"347148",95675,114582 +"347149",95675,115371 +"347150",95675,116028 +"347151",95675,116604 +"347152",95677,95709 +"347153",95677,98719 +"347154",95677,102987 +"347155",95677,102996 +"347156",95678,104886 +"347157",95678,122425 +"347158",95679,95685 +"347159",95680,98080 +"347160",95680,104695 +"347161",95680,104710 +"347162",95680,104724 +"347163",95680,104727 +"347164",95680,104729 +"347165",95681,105186 +"347166",95691,95735 +"347167",95693,104432 +"347168",95699,107728 +"347169",95700,99916 +"347170",95702,118442 +"347171",95702,118447 +"347172",95702,123486 +"347173",95704,111258 +"347174",95704,112874 +"347175",95707,95755 +"347176",95708,102077 +"347177",95708,105306 +"347178",95708,107990 +"347179",95714,95716 +"347180",95714,95726 +"347181",95714,95733 +"347182",95716,95726 +"347183",95716,95733 +"347184",95717,101916 +"347185",95717,101919 +"347186",95717,104267 +"347187",95718,99274 +"347188",95718,103056 +"347189",95718,106637 +"347190",95718,123221 +"347191",95719,97430 +"347192",95719,104055 +"347193",95719,115183 +"347194",95721,95767 +"347195",95721,95768 +"347196",95721,96007 +"347197",95721,99435 +"347198",95723,117561 +"347199",95724,100311 +"347200",95724,100584 +"347201",95724,103536 +"347202",95724,114971 +"347203",95725,95950 +"347204",95726,95733 +"347205",95727,97614 +"347206",95729,96569 +"347207",95731,99812 +"347208",95731,104553 +"347209",95732,103235 +"347210",95735,108858 +"347211",95737,102221 +"347212",95739,95769 +"347213",95739,115978 +"347214",95740,115878 +"347215",95742,95749 +"347216",95742,95758 +"347217",95742,95763 +"347218",95742,95774 +"347219",95746,107791 +"347220",95746,119425 +"347221",95746,119467 +"347222",95749,95758 +"347223",95749,95763 +"347224",95749,95774 +"347225",95752,113900 +"347226",95754,96133 +"347227",95754,96570 +"347228",95757,100507 +"347229",95757,121587 +"347230",95758,95763 +"347231",95758,95774 +"347232",95758,111370 +"347233",95761,95883 +"347234",95763,95774 +"347235",95767,95768 +"347236",95769,115978 +"347237",95771,99198 +"347238",95771,100400 +"347239",95771,102518 +"347240",95771,110466 +"347241",95775,95778 +"347242",95776,101499 +"347243",95777,104373 +"347244",95778,111307 +"347245",95780,109000 +"347246",95780,113873 +"347247",95780,113874 +"347248",95782,99894 +"347249",95782,108141 +"347250",95782,108686 +"347251",95782,114470 +"347252",95785,100993 +"347253",95786,101349 +"347254",95787,96730 +"347255",95788,95798 +"347256",95790,95802 +"347257",95790,95821 +"347258",95791,95809 +"347259",95791,95815 +"347260",95791,95843 +"347261",95793,95812 +"347262",95794,95806 +"347263",95795,97492 +"347264",95797,109029 +"347265",95799,95844 +"347266",95802,95821 +"347267",95803,95910 +"347268",95803,109919 +"347269",95803,117410 +"347270",95804,99491 +"347271",95804,110563 +"347272",95808,95814 +"347273",95808,95823 +"347274",95809,95815 +"347275",95809,95843 +"347276",95814,95823 +"347277",95815,95843 +"347278",95816,99132 +"347279",95816,99139 +"347280",95816,99148 +"347281",95817,118047 +"347282",95820,98354 +"347283",95822,118826 +"347284",95824,96309 +"347285",95825,95826 +"347286",95825,95830 +"347287",95825,95962 +"347288",95826,95830 +"347289",95826,95962 +"347290",95828,114583 +"347291",95829,95836 +"347292",95829,96824 +"347293",95829,107235 +"347294",95830,95962 +"347295",95832,102261 +"347296",95832,109595 +"347297",95834,110503 +"347298",95835,122719 +"347299",95838,115199 +"347300",95839,120386 +"347301",95840,108464 +"347302",95843,103345 +"347303",95844,97968 +"347304",95844,110773 +"347305",95845,112769 +"347306",95850,104874 +"347307",95851,104506 +"347308",95851,116744 +"347309",95855,98655 +"347310",95855,113853 +"347311",95856,119272 +"347312",95858,95863 +"347313",95858,95877 +"347314",95859,121014 +"347315",95859,121870 +"347316",95862,98322 +"347317",95863,95877 +"347318",95865,108697 +"347319",95865,115987 +"347320",95870,95898 +"347321",95870,115995 +"347322",95870,116006 +"347323",95870,116009 +"347324",95872,100772 +"347325",95872,101063 +"347326",95872,101594 +"347327",95872,104150 +"347328",95872,104152 +"347329",95877,100914 +"347330",95877,119289 +"347331",95882,99040 +"347332",95882,105349 +"347333",95882,119813 +"347334",95885,108674 +"347335",95885,115807 +"347336",95885,120311 +"347337",95889,96093 +"347338",95889,97988 +"347339",95889,99309 +"347340",95889,99376 +"347341",95889,99450 +"347342",95889,99471 +"347343",95889,99474 +"347344",95889,100916 +"347345",95889,100944 +"347346",95889,101126 +"347347",95889,101329 +"347348",95889,105557 +"347349",95889,107199 +"347350",95889,108743 +"347351",95889,108980 +"347352",95889,109291 +"347353",95889,109933 +"347354",95889,110483 +"347355",95889,110567 +"347356",95889,110572 +"347357",95889,110630 +"347358",95889,110648 +"347359",95889,110711 +"347360",95889,110770 +"347361",95889,110869 +"347362",95889,110911 +"347363",95889,111285 +"347364",95889,111314 +"347365",95889,111362 +"347366",95889,111372 +"347367",95889,111424 +"347368",95889,111433 +"347369",95889,112422 +"347370",95889,113269 +"347371",95889,113430 +"347372",95889,114242 +"347373",95889,114842 +"347374",95889,115427 +"347375",95889,115521 +"347376",95889,115711 +"347377",95890,110138 +"347378",95890,118362 +"347379",95890,120547 +"347380",95890,122433 +"347381",95896,95897 +"347382",95896,96080 +"347383",95897,96080 +"347384",95897,117642 +"347385",95901,103650 +"347386",95906,115782 +"347387",95907,95914 +"347388",95909,95955 +"347389",95911,95912 +"347390",95912,101079 +"347391",95913,95925 +"347392",95913,95935 +"347393",95917,96933 +"347394",95917,100566 +"347395",95917,103229 +"347396",95917,105902 +"347397",95917,106485 +"347398",95917,108457 +"347399",95917,122576 +"347400",95919,95926 +"347401",95919,95930 +"347402",95919,95942 +"347403",95919,107533 +"347404",95920,98826 +"347405",95921,95949 +"347406",95925,95935 +"347407",95926,95930 +"347408",95926,95942 +"347409",95930,95942 +"347410",95932,95981 +"347411",95934,95952 +"347412",95934,96033 +"347413",95934,101273 +"347414",95934,116260 +"347415",95935,114459 +"347416",95935,116757 +"347417",95936,121954 +"347418",95940,98997 +"347419",95943,95977 +"347420",95943,96023 +"347421",95943,96658 +"347422",95943,107237 +"347423",95943,107279 +"347424",95944,95999 +"347425",95944,96000 +"347426",95944,96001 +"347427",95944,96005 +"347428",95945,98911 +"347429",95945,99016 +"347430",95946,97244 +"347431",95947,113120 +"347432",95948,108724 +"347433",95948,118593 +"347434",95951,99129 +"347435",95951,116086 +"347436",95954,99544 +"347437",95954,99547 +"347438",95954,99554 +"347439",95954,100595 +"347440",95954,100739 +"347441",95954,100819 +"347442",95954,101898 +"347443",95954,101988 +"347444",95954,102146 +"347445",95954,102201 +"347446",95954,102309 +"347447",95954,102635 +"347448",95954,102730 +"347449",95954,102846 +"347450",95954,103790 +"347451",95954,104095 +"347452",95954,104122 +"347453",95954,104574 +"347454",95954,104784 +"347455",95954,104845 +"347456",95954,107269 +"347457",95954,107623 +"347458",95954,107714 +"347459",95954,107879 +"347460",95954,107975 +"347461",95957,95983 +"347462",95958,96008 +"347463",95958,117125 +"347464",95958,117141 +"347465",95960,96003 +"347466",95964,109028 +"347467",95964,123137 +"347468",95965,96105 +"347469",95965,96106 +"347470",95965,109635 +"347471",95965,111407 +"347472",95965,121803 +"347473",95966,96539 +"347474",95969,96056 +"347475",95970,95980 +"347476",95971,97209 +"347477",95971,109480 +"347478",95971,121148 +"347479",95973,104785 +"347480",95973,109066 +"347481",95973,111792 +"347482",95973,115900 +"347483",95973,117208 +"347484",95973,118086 +"347485",95973,118090 +"347486",95973,118091 +"347487",95973,118094 +"347488",95973,118098 +"347489",95973,118102 +"347490",95973,118112 +"347491",95973,120200 +"347492",95975,115606 +"347493",95977,96023 +"347494",95981,99275 +"347495",95981,101523 +"347496",95981,113961 +"347497",95984,101023 +"347498",95984,122845 +"347499",95985,95989 +"347500",95986,95998 +"347501",95987,100901 +"347502",95989,118101 +"347503",95989,118103 +"347504",95991,101468 +"347505",95991,114915 +"347506",95992,96013 +"347507",95993,101344 +"347508",95994,109663 +"347509",95994,110242 +"347510",95995,104044 +"347511",95996,98080 +"347512",95996,105928 +"347513",95996,106150 +"347514",95996,109632 +"347515",95997,113596 +"347516",95997,117701 +"347517",95997,117703 +"347518",95997,117707 +"347519",95999,96000 +"347520",95999,96001 +"347521",95999,96005 +"347522",96000,96001 +"347523",96000,96005 +"347524",96000,98230 +"347525",96001,96005 +"347526",96002,100852 +"347527",96003,100058 +"347528",96007,99435 +"347529",96008,117125 +"347530",96008,117141 +"347531",96012,96051 +"347532",96013,102057 +"347533",96014,96043 +"347534",96016,96032 +"347535",96019,103972 +"347536",96019,103973 +"347537",96019,103977 +"347538",96019,103986 +"347539",96019,103999 +"347540",96020,96041 +"347541",96022,101165 +"347542",96022,120432 +"347543",96024,96057 +"347544",96027,96068 +"347545",96027,99311 +"347546",96027,101270 +"347547",96027,101354 +"347548",96030,96094 +"347549",96032,115214 +"347550",96033,101273 +"347551",96034,99189 +"347552",96034,106362 +"347553",96038,96052 +"347554",96040,108546 +"347555",96040,112207 +"347556",96042,99187 +"347557",96045,97464 +"347558",96045,103978 +"347559",96045,108718 +"347560",96045,119225 +"347561",96045,119227 +"347562",96045,119228 +"347563",96045,119229 +"347564",96045,119233 +"347565",96050,96937 +"347566",96050,101084 +"347567",96050,103170 +"347568",96050,104228 +"347569",96051,99365 +"347570",96061,96067 +"347571",96062,107154 +"347572",96062,113173 +"347573",96065,102934 +"347574",96065,109038 +"347575",96068,99311 +"347576",96068,101270 +"347577",96068,112701 +"347578",96068,112702 +"347579",96068,112751 +"347580",96068,113195 +"347581",96068,120122 +"347582",96068,120133 +"347583",96068,120957 +"347584",96069,100833 +"347585",96071,99626 +"347586",96071,102571 +"347587",96071,105972 +"347588",96075,112514 +"347589",96076,100802 +"347590",96079,113161 +"347591",96081,99070 +"347592",96081,102215 +"347593",96081,102233 +"347594",96084,118220 +"347595",96086,100930 +"347596",96086,108576 +"347597",96086,108593 +"347598",96087,96088 +"347599",96090,98173 +"347600",96092,106991 +"347601",96092,107225 +"347602",96093,97988 +"347603",96093,99309 +"347604",96093,99376 +"347605",96093,99450 +"347606",96093,99471 +"347607",96093,99474 +"347608",96093,100916 +"347609",96093,100944 +"347610",96093,101126 +"347611",96093,101329 +"347612",96093,105557 +"347613",96093,107199 +"347614",96093,108743 +"347615",96093,108980 +"347616",96093,109291 +"347617",96093,109933 +"347618",96093,110483 +"347619",96093,110567 +"347620",96093,110572 +"347621",96093,110630 +"347622",96093,110648 +"347623",96093,110711 +"347624",96093,110770 +"347625",96093,110869 +"347626",96093,110911 +"347627",96093,111285 +"347628",96093,111314 +"347629",96093,111362 +"347630",96093,111372 +"347631",96093,111424 +"347632",96093,111433 +"347633",96093,112422 +"347634",96093,113269 +"347635",96093,113430 +"347636",96093,114242 +"347637",96093,114842 +"347638",96093,115427 +"347639",96093,115521 +"347640",96093,115711 +"347641",96095,96118 +"347642",96097,96107 +"347643",96097,96278 +"347644",96098,96932 +"347645",96098,96937 +"347646",96099,99210 +"347647",96099,102353 +"347648",96099,106528 +"347649",96099,109371 +"347650",96099,109373 +"347651",96099,111155 +"347652",96103,100448 +"347653",96103,101094 +"347654",96103,102685 +"347655",96104,109741 +"347656",96105,96106 +"347657",96107,96278 +"347658",96108,99150 +"347659",96108,107748 +"347660",96108,112166 +"347661",96108,114028 +"347662",96111,98333 +"347663",96112,96203 +"347664",96114,96170 +"347665",96118,99643 +"347666",96118,99651 +"347667",96118,99654 +"347668",96118,99655 +"347669",96118,99661 +"347670",96118,99663 +"347671",96118,122916 +"347672",96121,96139 +"347673",96121,96147 +"347674",96121,96165 +"347675",96123,96172 +"347676",96123,99810 +"347677",96124,96125 +"347678",96127,106235 +"347679",96130,96177 +"347680",96130,114867 +"347681",96130,114868 +"347682",96130,114869 +"347683",96131,96273 +"347684",96135,108193 +"347685",96135,120463 +"347686",96139,96147 +"347687",96139,96165 +"347688",96140,96290 +"347689",96140,96291 +"347690",96140,96298 +"347691",96140,115747 +"347692",96140,117847 +"347693",96140,118303 +"347694",96140,118304 +"347695",96140,118312 +"347696",96140,118314 +"347697",96141,121504 +"347698",96142,100231 +"347699",96142,101971 +"347700",96142,120609 +"347701",96142,120610 +"347702",96143,123361 +"347703",96144,96146 +"347704",96147,96165 +"347705",96148,100020 +"347706",96148,101008 +"347707",96148,120172 +"347708",96149,106469 +"347709",96150,96160 +"347710",96155,96769 +"347711",96155,96771 +"347712",96155,98930 +"347713",96156,96286 +"347714",96156,109864 +"347715",96161,116081 +"347716",96163,96164 +"347717",96171,98914 +"347718",96175,111817 +"347719",96176,109233 +"347720",96176,119022 +"347721",96179,96200 +"347722",96182,96202 +"347723",96183,110643 +"347724",96188,96197 +"347725",96188,106238 +"347726",96188,111199 +"347727",96189,96198 +"347728",96193,96222 +"347729",96195,106508 +"347730",96195,106519 +"347731",96195,106521 +"347732",96201,100392 +"347733",96201,108462 +"347734",96202,99326 +"347735",96204,96219 +"347736",96204,96279 +"347737",96205,96216 +"347738",96205,96224 +"347739",96205,96225 +"347740",96206,106166 +"347741",96206,113936 +"347742",96208,99009 +"347743",96208,101771 +"347744",96212,97830 +"347745",96213,96551 +"347746",96213,102689 +"347747",96213,102690 +"347748",96213,102707 +"347749",96214,104009 +"347750",96216,96224 +"347751",96216,96225 +"347752",96218,96258 +"347753",96219,96279 +"347754",96224,96225 +"347755",96226,102312 +"347756",96226,103817 +"347757",96229,101655 +"347758",96229,101657 +"347759",96229,110715 +"347760",96229,113275 +"347761",96229,114635 +"347762",96229,114640 +"347763",96231,96239 +"347764",96232,97101 +"347765",96233,106104 +"347766",96233,111801 +"347767",96237,96275 +"347768",96238,99444 +"347769",96238,103294 +"347770",96238,106074 +"347771",96238,108879 +"347772",96238,117105 +"347773",96239,100430 +"347774",96242,96251 +"347775",96242,96265 +"347776",96242,96267 +"347777",96243,97824 +"347778",96243,100849 +"347779",96243,100881 +"347780",96246,100624 +"347781",96246,110937 +"347782",96247,96363 +"347783",96247,97898 +"347784",96248,120840 +"347785",96251,96265 +"347786",96251,96267 +"347787",96251,100684 +"347788",96252,97950 +"347789",96254,96306 +"347790",96254,105712 +"347791",96254,109388 +"347792",96254,111937 +"347793",96255,100995 +"347794",96259,104797 +"347795",96259,108970 +"347796",96261,99677 +"347797",96261,104044 +"347798",96261,104085 +"347799",96265,96267 +"347800",96271,105703 +"347801",96274,96317 +"347802",96274,97878 +"347803",96279,120516 +"347804",96280,112479 +"347805",96284,101892 +"347806",96284,112414 +"347807",96287,96289 +"347808",96287,96302 +"347809",96287,100325 +"347810",96289,96302 +"347811",96290,96291 +"347812",96290,96298 +"347813",96291,96298 +"347814",96291,115747 +"347815",96291,117838 +"347816",96291,117847 +"347817",96291,118303 +"347818",96291,118304 +"347819",96291,118312 +"347820",96291,118314 +"347821",96293,109633 +"347822",96297,108140 +"347823",96299,109287 +"347824",96301,98592 +"347825",96301,104124 +"347826",96301,104489 +"347827",96301,107949 +"347828",96301,111226 +"347829",96301,118895 +"347830",96301,120446 +"347831",96301,123284 +"347832",96305,112073 +"347833",96305,112096 +"347834",96307,106571 +"347835",96307,109322 +"347836",96307,118540 +"347837",96307,123075 +"347838",96309,109983 +"347839",96309,112020 +"347840",96309,112082 +"347841",96310,101907 +"347842",96312,99944 +"347843",96314,104469 +"347844",96315,103505 +"347845",96315,108733 +"347846",96315,114823 +"347847",96315,116538 +"347848",96316,105816 +"347849",96316,105837 +"347850",96318,118518 +"347851",96318,119570 +"347852",96320,116475 +"347853",96321,96337 +"347854",96324,111038 +"347855",96326,96329 +"347856",96327,112892 +"347857",96327,122222 +"347858",96327,123206 +"347859",96330,96334 +"347860",96331,105717 +"347861",96333,108360 +"347862",96333,108995 +"347863",96333,111639 +"347864",96333,116843 +"347865",96335,99025 +"347866",96336,96452 +"347867",96336,99263 +"347868",96343,107967 +"347869",96345,108786 +"347870",96345,108787 +"347871",96345,115167 +"347872",96349,113020 +"347873",96349,113021 +"347874",96352,99207 +"347875",96352,103930 +"347876",96353,96926 +"347877",96353,96927 +"347878",96353,97957 +"347879",96354,96449 +"347880",96356,105435 +"347881",96357,108584 +"347882",96357,113347 +"347883",96357,122771 +"347884",96360,106052 +"347885",96362,96372 +"347886",96362,96373 +"347887",96362,96394 +"347888",96363,97898 +"347889",96364,118798 +"347890",96371,114927 +"347891",96372,96373 +"347892",96372,96394 +"347893",96373,96394 +"347894",96374,102899 +"347895",96376,99175 +"347896",96380,108627 +"347897",96380,123172 +"347898",96383,109675 +"347899",96383,109683 +"347900",96387,97760 +"347901",96387,102581 +"347902",96387,107921 +"347903",96387,109029 +"347904",96387,109031 +"347905",96388,110813 +"347906",96391,104059 +"347907",96391,112965 +"347908",96393,100662 +"347909",96395,108473 +"347910",96395,115512 +"347911",96399,104456 +"347912",96403,100949 +"347913",96407,102655 +"347914",96408,96454 +"347915",96412,110083 +"347916",96414,96419 +"347917",96414,96436 +"347918",96414,96440 +"347919",96419,96436 +"347920",96419,96440 +"347921",96420,102229 +"347922",96420,119091 +"347923",96420,119129 +"347924",96421,96442 +"347925",96422,107253 +"347926",96422,107261 +"347927",96425,119050 +"347928",96425,119054 +"347929",96426,118824 +"347930",96426,119552 +"347931",96427,118964 +"347932",96427,120836 +"347933",96428,122656 +"347934",96429,96446 +"347935",96430,102987 +"347936",96430,112651 +"347937",96430,119887 +"347938",96431,98071 +"347939",96434,105406 +"347940",96434,113967 +"347941",96436,96440 +"347942",96439,96450 +"347943",96443,103835 +"347944",96444,104522 +"347945",96445,100788 +"347946",96445,103495 +"347947",96445,103510 +"347948",96445,103513 +"347949",96452,106010 +"347950",96452,114545 +"347951",96452,119265 +"347952",96453,109103 +"347953",96458,96459 +"347954",96458,96495 +"347955",96459,96495 +"347956",96462,99003 +"347957",96463,98094 +"347958",96463,105543 +"347959",96463,107176 +"347960",96463,110429 +"347961",96463,122082 +"347962",96465,101940 +"347963",96465,118077 +"347964",96467,96521 +"347965",96468,99346 +"347966",96468,102586 +"347967",96468,111448 +"347968",96468,111505 +"347969",96468,115207 +"347970",96468,115209 +"347971",96469,96470 +"347972",96471,114982 +"347973",96471,119064 +"347974",96471,119096 +"347975",96472,109962 +"347976",96472,110016 +"347977",96472,111851 +"347978",96474,118768 +"347979",96476,96928 +"347980",96477,117864 +"347981",96478,96485 +"347982",96479,96483 +"347983",96480,107994 +"347984",96481,96522 +"347985",96483,104927 +"347986",96484,96491 +"347987",96485,96650 +"347988",96485,98994 +"347989",96495,118692 +"347990",96495,123468 +"347991",96498,119705 +"347992",96500,100438 +"347993",96500,101971 +"347994",96500,107068 +"347995",96500,108788 +"347996",96500,111948 +"347997",96502,102768 +"347998",96505,101739 +"347999",96505,104847 +"348000",96508,99167 +"348001",96513,97258 +"348002",96513,97741 +"348003",96513,99040 +"348004",96513,99070 +"348005",96513,99221 +"348006",96513,99424 +"348007",96513,100164 +"348008",96513,100274 +"348009",96513,100572 +"348010",96513,102215 +"348011",96513,104662 +"348012",96513,105019 +"348013",96513,105207 +"348014",96513,106043 +"348015",96513,106280 +"348016",96513,108760 +"348017",96513,110403 +"348018",96513,110450 +"348019",96513,113473 +"348020",96513,121352 +"348021",96514,102804 +"348022",96514,105969 +"348023",96518,99735 +"348024",96518,101484 +"348025",96518,102734 +"348026",96518,104662 +"348027",96518,110380 +"348028",96518,111317 +"348029",96518,119237 +"348030",96520,111686 +"348031",96522,98155 +"348032",96522,108743 +"348033",96523,96990 +"348034",96525,101347 +"348035",96525,104981 +"348036",96525,105224 +"348037",96525,106555 +"348038",96525,110679 +"348039",96525,111109 +"348040",96527,96528 +"348041",96527,96529 +"348042",96527,96530 +"348043",96527,96546 +"348044",96527,96547 +"348045",96527,96548 +"348046",96527,96549 +"348047",96527,96555 +"348048",96527,96559 +"348049",96527,96567 +"348050",96527,96584 +"348051",96527,96670 +"348052",96528,96529 +"348053",96528,96530 +"348054",96528,96546 +"348055",96528,96547 +"348056",96528,96548 +"348057",96528,96549 +"348058",96528,96555 +"348059",96528,96559 +"348060",96528,96567 +"348061",96528,96584 +"348062",96528,96670 +"348063",96529,96530 +"348064",96529,96546 +"348065",96529,96547 +"348066",96529,96548 +"348067",96529,96549 +"348068",96529,96555 +"348069",96529,96559 +"348070",96529,96567 +"348071",96529,96584 +"348072",96529,96670 +"348073",96530,96546 +"348074",96530,96547 +"348075",96530,96548 +"348076",96530,96549 +"348077",96530,96555 +"348078",96530,96559 +"348079",96530,96567 +"348080",96530,96584 +"348081",96530,96670 +"348082",96531,96578 +"348083",96532,96754 +"348084",96534,96785 +"348085",96536,105739 +"348086",96539,121952 +"348087",96539,121953 +"348088",96540,96635 +"348089",96540,96692 +"348090",96541,116889 +"348091",96542,99070 +"348092",96542,101235 +"348093",96542,119236 +"348094",96542,119239 +"348095",96543,96605 +"348096",96546,96547 +"348097",96546,96548 +"348098",96546,96549 +"348099",96546,96555 +"348100",96546,96559 +"348101",96546,96567 +"348102",96546,96584 +"348103",96546,96670 +"348104",96547,96548 +"348105",96547,96549 +"348106",96547,96555 +"348107",96547,96559 +"348108",96547,96567 +"348109",96547,96584 +"348110",96547,96670 +"348111",96548,96549 +"348112",96548,96555 +"348113",96548,96559 +"348114",96548,96567 +"348115",96548,96584 +"348116",96548,96670 +"348117",96549,96555 +"348118",96549,96559 +"348119",96549,96567 +"348120",96549,96584 +"348121",96549,96670 +"348122",96551,102689 +"348123",96551,102690 +"348124",96551,102707 +"348125",96552,110846 +"348126",96552,121042 +"348127",96552,121542 +"348128",96554,100257 +"348129",96554,106138 +"348130",96555,96559 +"348131",96555,96567 +"348132",96555,96584 +"348133",96555,96670 +"348134",96557,96774 +"348135",96557,107710 +"348136",96559,96567 +"348137",96559,96584 +"348138",96559,96670 +"348139",96562,96694 +"348140",96563,113691 +"348141",96564,106838 +"348142",96564,111105 +"348143",96564,115057 +"348144",96564,118429 +"348145",96565,96676 +"348146",96566,97169 +"348147",96567,96584 +"348148",96567,96670 +"348149",96568,101958 +"348150",96568,104061 +"348151",96568,104086 +"348152",96571,99780 +"348153",96571,100540 +"348154",96574,96580 +"348155",96574,96586 +"348156",96576,96591 +"348157",96576,114743 +"348158",96576,117890 +"348159",96579,98100 +"348160",96580,96586 +"348161",96580,111779 +"348162",96581,98051 +"348163",96581,98084 +"348164",96582,104854 +"348165",96582,105836 +"348166",96582,114220 +"348167",96582,114223 +"348168",96584,96670 +"348169",96587,99204 +"348170",96587,100653 +"348171",96587,101080 +"348172",96587,116054 +"348173",96592,107544 +"348174",96592,116011 +"348175",96592,119440 +"348176",96592,119490 +"348177",96592,121418 +"348178",96597,105269 +"348179",96597,105276 +"348180",96597,105290 +"348181",96597,111046 +"348182",96597,111061 +"348183",96597,111072 +"348184",96598,98987 +"348185",96601,96613 +"348186",96602,104941 +"348187",96603,97581 +"348188",96611,102646 +"348189",96613,97388 +"348190",96613,97412 +"348191",96621,101394 +"348192",96621,101401 +"348193",96621,112549 +"348194",96621,114552 +"348195",96621,114557 +"348196",96621,120901 +"348197",96622,99029 +"348198",96626,122973 +"348199",96627,96666 +"348200",96631,96640 +"348201",96631,96645 +"348202",96631,96652 +"348203",96631,96655 +"348204",96634,97188 +"348205",96634,101519 +"348206",96635,96692 +"348207",96640,96645 +"348208",96640,96652 +"348209",96640,96655 +"348210",96645,96652 +"348211",96645,96655 +"348212",96648,109914 +"348213",96648,109934 +"348214",96651,108754 +"348215",96651,108763 +"348216",96652,96655 +"348217",96654,106495 +"348218",96657,101785 +"348219",96658,107237 +"348220",96658,107279 +"348221",96664,96665 +"348222",96664,113287 +"348223",96667,98339 +"348224",96667,99217 +"348225",96667,100756 +"348226",96667,101788 +"348227",96667,101944 +"348228",96669,96697 +"348229",96669,97243 +"348230",96669,97273 +"348231",96671,118967 +"348232",96672,96687 +"348233",96673,108837 +"348234",96674,96719 +"348235",96675,101058 +"348236",96675,103364 +"348237",96678,101345 +"348238",96678,102576 +"348239",96679,96680 +"348240",96679,96712 +"348241",96679,106107 +"348242",96679,106833 +"348243",96680,96712 +"348244",96680,103278 +"348245",96681,96782 +"348246",96681,96789 +"348247",96681,97499 +"348248",96681,98763 +"348249",96681,110530 +"348250",96681,112357 +"348251",96681,115986 +"348252",96681,122081 +"348253",96681,122104 +"348254",96681,122143 +"348255",96681,122147 +"348256",96681,122149 +"348257",96682,96694 +"348258",96685,100354 +"348259",96685,118472 +"348260",96685,119469 +"348261",96689,114939 +"348262",96695,96699 +"348263",96696,104145 +"348264",96700,96701 +"348265",96700,96724 +"348266",96700,103212 +"348267",96700,110868 +"348268",96700,111684 +"348269",96700,113079 +"348270",96701,96724 +"348271",96705,98272 +"348272",96705,110168 +"348273",96705,112900 +"348274",96705,112921 +"348275",96705,121277 +"348276",96706,96783 +"348277",96706,97531 +"348278",96706,98017 +"348279",96708,113041 +"348280",96709,112236 +"348281",96720,96722 +"348282",96722,97286 +"348283",96722,97883 +"348284",96722,100602 +"348285",96723,97004 +"348286",96728,96738 +"348287",96729,112698 +"348288",96729,119601 +"348289",96730,123431 +"348290",96732,103086 +"348291",96732,114313 +"348292",96734,106347 +"348293",96734,111570 +"348294",96734,112704 +"348295",96739,106873 +"348296",96739,106933 +"348297",96741,100647 +"348298",96741,106205 +"348299",96741,106569 +"348300",96743,115988 +"348301",96743,115991 +"348302",96743,116017 +"348303",96743,116416 +"348304",96747,108967 +"348305",96747,111722 +"348306",96747,112857 +"348307",96747,121137 +"348308",96749,96756 +"348309",96749,101813 +"348310",96749,116209 +"348311",96750,109140 +"348312",96751,113627 +"348313",96751,120694 +"348314",96751,120697 +"348315",96751,120703 +"348316",96752,96902 +"348317",96753,96764 +"348318",96755,115507 +"348319",96759,111415 +"348320",96761,101192 +"348321",96762,109125 +"348322",96762,122522 +"348323",96762,122903 +"348324",96763,104978 +"348325",96764,102338 +"348326",96764,107622 +"348327",96764,107883 +"348328",96765,96974 +"348329",96767,96794 +"348330",96767,96803 +"348331",96768,119637 +"348332",96769,96771 +"348333",96769,98930 +"348334",96771,98930 +"348335",96772,101526 +"348336",96773,96797 +"348337",96775,100956 +"348338",96776,106011 +"348339",96776,118905 +"348340",96777,96807 +"348341",96780,101972 +"348342",96780,117439 +"348343",96780,119418 +"348344",96782,96789 +"348345",96782,98763 +"348346",96782,110530 +"348347",96782,119361 +"348348",96788,113464 +"348349",96791,107805 +"348350",96791,120381 +"348351",96792,104694 +"348352",96793,107438 +"348353",96793,107457 +"348354",96794,96803 +"348355",96796,97867 +"348356",96796,102599 +"348357",96797,108424 +"348358",96797,115078 +"348359",96800,102439 +"348360",96801,114340 +"348361",96804,119317 +"348362",96808,99658 +"348363",96811,105613 +"348364",96811,122659 +"348365",96812,96842 +"348366",96812,96847 +"348367",96817,96846 +"348368",96817,96864 +"348369",96819,96820 +"348370",96819,96841 +"348371",96819,96845 +"348372",96820,96841 +"348373",96820,96845 +"348374",96822,96823 +"348375",96822,96849 +"348376",96822,96858 +"348377",96822,96859 +"348378",96823,96849 +"348379",96823,96858 +"348380",96823,96859 +"348381",96823,97954 +"348382",96823,97955 +"348383",96823,97972 +"348384",96823,97973 +"348385",96823,97981 +"348386",96823,97987 +"348387",96823,97994 +"348388",96823,97998 +"348389",96823,97999 +"348390",96823,98008 +"348391",96825,103578 +"348392",96826,96836 +"348393",96826,101602 +"348394",96826,112017 +"348395",96826,115783 +"348396",96826,120570 +"348397",96830,104459 +"348398",96830,109770 +"348399",96831,113121 +"348400",96837,97766 +"348401",96837,104021 +"348402",96837,105056 +"348403",96837,114622 +"348404",96841,96845 +"348405",96841,105516 +"348406",96842,96847 +"348407",96844,114706 +"348408",96844,122533 +"348409",96846,96864 +"348410",96849,96858 +"348411",96849,96859 +"348412",96850,107657 +"348413",96853,101739 +"348414",96855,118980 +"348415",96857,101096 +"348416",96857,101873 +"348417",96858,96859 +"348418",96860,96861 +"348419",96862,97852 +"348420",96866,114569 +"348421",96868,104476 +"348422",96871,115108 +"348423",96872,102167 +"348424",96872,110528 +"348425",96873,100151 +"348426",96875,96885 +"348427",96878,113928 +"348428",96881,96910 +"348429",96886,96900 +"348430",96888,96895 +"348431",96890,96897 +"348432",96893,98621 +"348433",96896,97041 +"348434",96898,103906 +"348435",96901,110731 +"348436",96901,122990 +"348437",96904,109911 +"348438",96904,112896 +"348439",96906,96907 +"348440",96906,108434 +"348441",96906,110348 +"348442",96910,103740 +"348443",96914,123312 +"348444",96920,102561 +"348445",96920,107023 +"348446",96920,108620 +"348447",96920,114882 +"348448",96925,109343 +"348449",96926,96927 +"348450",96926,97957 +"348451",96927,97957 +"348452",96931,117171 +"348453",96931,117223 +"348454",96932,96937 +"348455",96933,97014 +"348456",96933,100247 +"348457",96933,100566 +"348458",96933,103229 +"348459",96933,108457 +"348460",96934,99617 +"348461",96934,103163 +"348462",96938,102162 +"348463",96938,102189 +"348464",96942,113175 +"348465",96944,108997 +"348466",96944,116720 +"348467",96946,96947 +"348468",96946,96948 +"348469",96946,96949 +"348470",96946,96950 +"348471",96946,96951 +"348472",96946,96958 +"348473",96946,96959 +"348474",96946,97007 +"348475",96947,96948 +"348476",96947,96949 +"348477",96947,96950 +"348478",96947,96951 +"348479",96947,96958 +"348480",96947,96959 +"348481",96947,97007 +"348482",96948,96949 +"348483",96948,96950 +"348484",96948,96951 +"348485",96948,96958 +"348486",96948,96959 +"348487",96948,97007 +"348488",96949,96950 +"348489",96949,96951 +"348490",96949,96958 +"348491",96949,96959 +"348492",96949,97007 +"348493",96950,96951 +"348494",96950,96958 +"348495",96950,96959 +"348496",96950,97007 +"348497",96951,96958 +"348498",96951,96959 +"348499",96951,97007 +"348500",96954,100626 +"348501",96954,111774 +"348502",96958,96959 +"348503",96958,97007 +"348504",96959,97007 +"348505",96960,115031 +"348506",96960,116737 +"348507",96964,112470 +"348508",96965,96980 +"348509",96973,96986 +"348510",96974,101101 +"348511",96974,111589 +"348512",96976,109822 +"348513",96976,109823 +"348514",96976,109826 +"348515",96978,99976 +"348516",96978,112025 +"348517",96982,104653 +"348518",96982,110186 +"348519",96989,119153 +"348520",96990,101727 +"348521",96990,116176 +"348522",96991,112368 +"348523",96991,121972 +"348524",96993,114492 +"348525",96994,98967 +"348526",97000,114424 +"348527",97001,102339 +"348528",97004,103286 +"348529",97004,103379 +"348530",97010,103296 +"348531",97012,99984 +"348532",97012,115929 +"348533",97013,102800 +"348534",97013,106374 +"348535",97013,115846 +"348536",97014,101853 +"348537",97014,101862 +"348538",97014,101869 +"348539",97014,101881 +"348540",97014,101894 +"348541",97015,98409 +"348542",97015,100696 +"348543",97015,101470 +"348544",97015,109689 +"348545",97015,111305 +"348546",97015,116278 +"348547",97024,103931 +"348548",97026,98107 +"348549",97036,105237 +"348550",97036,105254 +"348551",97039,105117 +"348552",97040,100155 +"348553",97042,97055 +"348554",97042,100296 +"348555",97042,103436 +"348556",97042,106724 +"348557",97043,97044 +"348558",97048,110792 +"348559",97052,116721 +"348560",97053,97375 +"348561",97054,120425 +"348562",97058,97067 +"348563",97058,97074 +"348564",97058,97102 +"348565",97058,97103 +"348566",97058,97104 +"348567",97058,97109 +"348568",97058,97110 +"348569",97059,99859 +"348570",97059,105019 +"348571",97059,114082 +"348572",97061,111862 +"348573",97062,119975 +"348574",97064,97158 +"348575",97064,97190 +"348576",97067,97074 +"348577",97067,97102 +"348578",97067,97103 +"348579",97067,97104 +"348580",97067,97109 +"348581",97067,97110 +"348582",97074,97102 +"348583",97074,97103 +"348584",97074,97104 +"348585",97074,97109 +"348586",97074,97110 +"348587",97079,108913 +"348588",97080,97083 +"348589",97083,109862 +"348590",97084,97107 +"348591",97085,101971 +"348592",97085,104452 +"348593",97085,105887 +"348594",97087,106740 +"348595",97087,112966 +"348596",97087,117575 +"348597",97087,119308 +"348598",97087,119312 +"348599",97087,119347 +"348600",97087,119349 +"348601",97087,119355 +"348602",97087,121845 +"348603",97089,97152 +"348604",97091,100127 +"348605",97091,115353 +"348606",97096,104516 +"348607",97096,104523 +"348608",97102,97103 +"348609",97102,97104 +"348610",97102,97109 +"348611",97102,97110 +"348612",97103,97104 +"348613",97103,97109 +"348614",97103,97110 +"348615",97104,97109 +"348616",97104,97110 +"348617",97106,118195 +"348618",97106,118200 +"348619",97106,118202 +"348620",97106,118226 +"348621",97109,97110 +"348622",97111,115164 +"348623",97112,104458 +"348624",97113,97134 +"348625",97114,97121 +"348626",97114,97126 +"348627",97114,97127 +"348628",97114,97131 +"348629",97115,102438 +"348630",97115,102456 +"348631",97115,105531 +"348632",97117,97137 +"348633",97119,97147 +"348634",97121,97126 +"348635",97121,97127 +"348636",97121,97131 +"348637",97124,113450 +"348638",97124,118391 +"348639",97126,97127 +"348640",97126,97131 +"348641",97127,97131 +"348642",97128,97271 +"348643",97128,97280 +"348644",97132,97141 +"348645",97132,98818 +"348646",97134,110324 +"348647",97135,111701 +"348648",97135,122036 +"348649",97136,111894 +"348650",97137,103517 +"348651",97137,103523 +"348652",97139,103747 +"348653",97140,101146 +"348654",97148,97149 +"348655",97154,97288 +"348656",97157,100215 +"348657",97157,123069 +"348658",97158,97190 +"348659",97158,120362 +"348660",97158,120365 +"348661",97160,98250 +"348662",97160,99207 +"348663",97160,112148 +"348664",97169,100799 +"348665",97169,109671 +"348666",97169,109672 +"348667",97170,112483 +"348668",97171,98376 +"348669",97173,111714 +"348670",97174,98156 +"348671",97174,120712 +"348672",97174,120716 +"348673",97175,100006 +"348674",97175,100522 +"348675",97175,105339 +"348676",97175,106864 +"348677",97177,97689 +"348678",97179,97238 +"348679",97182,97221 +"348680",97186,97443 +"348681",97188,101519 +"348682",97191,97212 +"348683",97192,107424 +"348684",97193,102259 +"348685",97195,98506 +"348686",97197,97211 +"348687",97197,97711 +"348688",97201,102978 +"348689",97201,103002 +"348690",97201,103016 +"348691",97204,103499 +"348692",97207,120537 +"348693",97210,115305 +"348694",97210,118138 +"348695",97211,97711 +"348696",97213,108214 +"348697",97216,97217 +"348698",97222,105256 +"348699",97222,106310 +"348700",97222,106770 +"348701",97222,106771 +"348702",97222,106773 +"348703",97223,100293 +"348704",97225,106809 +"348705",97228,115118 +"348706",97229,118896 +"348707",97229,118897 +"348708",97230,111996 +"348709",97231,100504 +"348710",97232,101166 +"348711",97232,105694 +"348712",97235,97426 +"348713",97235,122123 +"348714",97236,114659 +"348715",97237,101793 +"348716",97237,109663 +"348717",97237,122267 +"348718",97237,122312 +"348719",97238,97438 +"348720",97238,110979 +"348721",97238,116735 +"348722",97240,112913 +"348723",97241,99287 +"348724",97243,97273 +"348725",97245,106664 +"348726",97248,97267 +"348727",97248,97270 +"348728",97252,103036 +"348729",97254,118790 +"348730",97255,110425 +"348731",97257,115058 +"348732",97258,99221 +"348733",97258,110403 +"348734",97260,99545 +"348735",97260,99572 +"348736",97260,106481 +"348737",97261,97266 +"348738",97261,98099 +"348739",97266,98099 +"348740",97266,119489 +"348741",97266,119701 +"348742",97267,97270 +"348743",97269,101292 +"348744",97271,97280 +"348745",97275,102116 +"348746",97275,113458 +"348747",97278,99603 +"348748",97278,100941 +"348749",97278,103201 +"348750",97278,105625 +"348751",97278,106981 +"348752",97278,109035 +"348753",97278,109761 +"348754",97278,115957 +"348755",97278,122317 +"348756",97281,109049 +"348757",97281,112100 +"348758",97282,97333 +"348759",97284,97285 +"348760",97286,99712 +"348761",97286,100602 +"348762",97287,97679 +"348763",97291,97303 +"348764",97292,110266 +"348765",97292,110267 +"348766",97294,100108 +"348767",97296,105575 +"348768",97297,99410 +"348769",97297,106868 +"348770",97298,100054 +"348771",97298,100657 +"348772",97301,122271 +"348773",97302,97323 +"348774",97303,106263 +"348775",97304,97357 +"348776",97306,103611 +"348777",97306,106123 +"348778",97306,121919 +"348779",97307,123033 +"348780",97308,99043 +"348781",97308,119077 +"348782",97311,97343 +"348783",97316,112725 +"348784",97316,113028 +"348785",97317,98948 +"348786",97318,108993 +"348787",97324,101954 +"348788",97325,104935 +"348789",97327,98186 +"348790",97335,122176 +"348791",97338,97378 +"348792",97341,102419 +"348793",97341,104389 +"348794",97341,108764 +"348795",97341,123241 +"348796",97344,102245 +"348797",97344,102246 +"348798",97344,102285 +"348799",97345,112034 +"348800",97347,97381 +"348801",97347,97606 +"348802",97347,97680 +"348803",97347,97700 +"348804",97347,97701 +"348805",97348,98409 +"348806",97348,109750 +"348807",97348,116797 +"348808",97349,100827 +"348809",97352,117513 +"348810",97354,105510 +"348811",97354,105511 +"348812",97356,102413 +"348813",97356,102423 +"348814",97356,102441 +"348815",97356,102458 +"348816",97358,99942 +"348817",97358,119168 +"348818",97360,103126 +"348819",97361,118411 +"348820",97366,104579 +"348821",97367,97385 +"348822",97367,97398 +"348823",97368,99882 +"348824",97374,104138 +"348825",97374,116031 +"348826",97376,97391 +"348827",97376,97399 +"348828",97382,108807 +"348829",97382,108842 +"348830",97385,97398 +"348831",97386,104701 +"348832",97386,121061 +"348833",97386,121075 +"348834",97387,97407 +"348835",97387,97411 +"348836",97387,97413 +"348837",97388,97412 +"348838",97389,97542 +"348839",97389,98076 +"348840",97389,116718 +"348841",97390,115787 +"348842",97391,97399 +"348843",97395,97939 +"348844",97395,115381 +"348845",97396,97699 +"348846",97396,103087 +"348847",97397,122260 +"348848",97397,122329 +"348849",97400,97425 +"348850",97401,117647 +"348851",97402,97958 +"348852",97403,97438 +"348853",97407,97411 +"348854",97407,97413 +"348855",97407,101341 +"348856",97411,97413 +"348857",97414,97431 +"348858",97421,100181 +"348859",97422,119032 +"348860",97424,120481 +"348861",97427,104592 +"348862",97428,101722 +"348863",97428,121096 +"348864",97430,105196 +"348865",97434,97435 +"348866",97436,105214 +"348867",97437,115668 +"348868",97438,102775 +"348869",97438,110979 +"348870",97438,116735 +"348871",97439,97483 +"348872",97439,97484 +"348873",97439,118815 +"348874",97440,100239 +"348875",97440,113099 +"348876",97441,111115 +"348877",97441,116822 +"348878",97442,100713 +"348879",97442,108051 +"348880",97444,99344 +"348881",97444,118113 +"348882",97444,119895 +"348883",97445,99162 +"348884",97445,102226 +"348885",97445,105019 +"348886",97445,111019 +"348887",97451,98772 +"348888",97451,107209 +"348889",97454,97563 +"348890",97456,97457 +"348891",97456,97465 +"348892",97457,97465 +"348893",97458,97486 +"348894",97459,110737 +"348895",97459,121714 +"348896",97460,111417 +"348897",97460,111421 +"348898",97461,115350 +"348899",97464,103978 +"348900",97464,108718 +"348901",97464,119225 +"348902",97464,119227 +"348903",97464,119228 +"348904",97464,119229 +"348905",97464,119233 +"348906",97467,97472 +"348907",97470,119330 +"348908",97477,97677 +"348909",97478,100869 +"348910",97483,97484 +"348911",97485,104662 +"348912",97485,108784 +"348913",97485,110380 +"348914",97485,110488 +"348915",97485,110719 +"348916",97485,121290 +"348917",97485,121294 +"348918",97488,102393 +"348919",97492,105588 +"348920",97494,97495 +"348921",97494,98903 +"348922",97497,100234 +"348923",97498,97514 +"348924",97498,114522 +"348925",97499,112357 +"348926",97501,105317 +"348927",97501,105362 +"348928",97502,103272 +"348929",97505,97506 +"348930",97505,102587 +"348931",97505,114794 +"348932",97505,122942 +"348933",97508,99077 +"348934",97508,119677 +"348935",97514,114567 +"348936",97517,106448 +"348937",97520,97550 +"348938",97522,116731 +"348939",97525,99965 +"348940",97525,104997 +"348941",97526,100813 +"348942",97526,107193 +"348943",97526,107214 +"348944",97527,102994 +"348945",97529,121033 +"348946",97529,121037 +"348947",97532,97753 +"348948",97532,98677 +"348949",97532,110126 +"348950",97533,97548 +"348951",97533,97561 +"348952",97537,97565 +"348953",97539,102044 +"348954",97540,97741 +"348955",97542,98076 +"348956",97545,97566 +"348957",97546,107284 +"348958",97546,121019 +"348959",97547,100599 +"348960",97547,108411 +"348961",97547,114343 +"348962",97548,97561 +"348963",97549,97560 +"348964",97553,97557 +"348965",97554,100190 +"348966",97554,106580 +"348967",97554,109988 +"348968",97558,109739 +"348969",97558,117044 +"348970",97559,121733 +"348971",97563,104285 +"348972",97564,105860 +"348973",97564,107482 +"348974",97564,112035 +"348975",97567,104077 +"348976",97569,104421 +"348977",97569,113661 +"348978",97572,97573 +"348979",97572,121483 +"348980",97572,121486 +"348981",97574,97618 +"348982",97574,109143 +"348983",97574,109150 +"348984",97575,97625 +"348985",97577,102999 +"348986",97577,109614 +"348987",97577,111070 +"348988",97580,98249 +"348989",97580,98727 +"348990",97580,98776 +"348991",97580,100795 +"348992",97580,106824 +"348993",97580,108879 +"348994",97580,109166 +"348995",97580,109858 +"348996",97580,109878 +"348997",97580,112962 +"348998",97580,113990 +"348999",97580,115413 +"349000",97580,116123 +"349001",97580,116341 +"349002",97580,117258 +"349003",97580,117560 +"349004",97580,118128 +"349005",97580,118836 +"349006",97580,118866 +"349007",97580,118873 +"349008",97580,119131 +"349009",97580,119513 +"349010",97580,119716 +"349011",97580,119769 +"349012",97580,120123 +"349013",97580,120169 +"349014",97580,120725 +"349015",97580,120944 +"349016",97580,121609 +"349017",97580,122007 +"349018",97580,122032 +"349019",97580,122035 +"349020",97580,122724 +"349021",97580,123070 +"349022",97580,123394 +"349023",97580,123490 +"349024",97582,97593 +"349025",97583,102249 +"349026",97585,97595 +"349027",97585,97605 +"349028",97587,114645 +"349029",97587,116305 +"349030",97591,104033 +"349031",97591,119606 +"349032",97591,119607 +"349033",97592,114822 +"349034",97592,118711 +"349035",97595,97605 +"349036",97595,104275 +"349037",97595,104311 +"349038",97597,97615 +"349039",97601,97607 +"349040",97602,103312 +"349041",97602,105892 +"349042",97604,110560 +"349043",97606,97680 +"349044",97606,97700 +"349045",97606,97701 +"349046",97608,101393 +"349047",97611,97633 +"349048",97612,99348 +"349049",97612,108933 +"349050",97614,102212 +"349051",97615,111711 +"349052",97617,98086 +"349053",97617,98089 +"349054",97622,103373 +"349055",97622,108735 +"349056",97624,97628 +"349057",97624,97900 +"349058",97628,97900 +"349059",97634,110890 +"349060",97635,110821 +"349061",97635,122644 +"349062",97636,103074 +"349063",97639,111814 +"349064",97639,111822 +"349065",97645,98213 +"349066",97645,98223 +"349067",97649,105069 +"349068",97649,110966 +"349069",97649,114909 +"349070",97649,114912 +"349071",97649,114917 +"349072",97650,116873 +"349073",97650,122486 +"349074",97650,122491 +"349075",97650,122499 +"349076",97656,102369 +"349077",97658,122877 +"349078",97660,105092 +"349079",97660,108606 +"349080",97660,108630 +"349081",97660,121736 +"349082",97661,99500 +"349083",97661,99502 +"349084",97661,109141 +"349085",97663,97668 +"349086",97663,97674 +"349087",97664,100642 +"349088",97664,109591 +"349089",97668,97674 +"349090",97669,102686 +"349091",97678,104759 +"349092",97680,97700 +"349093",97680,97701 +"349094",97684,98328 +"349095",97686,97698 +"349096",97687,97728 +"349097",97687,97757 +"349098",97689,104830 +"349099",97689,121186 +"349100",97691,97704 +"349101",97692,103897 +"349102",97692,123166 +"349103",97693,105901 +"349104",97697,99681 +"349105",97697,105352 +"349106",97697,106723 +"349107",97697,110409 +"349108",97697,118398 +"349109",97697,118512 +"349110",97700,97701 +"349111",97702,101827 +"349112",97702,107992 +"349113",97702,108773 +"349114",97702,113226 +"349115",97703,97822 +"349116",97703,98944 +"349117",97706,99473 +"349118",97706,105050 +"349119",97706,108797 +"349120",97706,111231 +"349121",97706,115338 +"349122",97706,115820 +"349123",97706,119086 +"349124",97708,104188 +"349125",97709,104861 +"349126",97709,106627 +"349127",97709,106642 +"349128",97709,112068 +"349129",97709,117818 +"349130",97709,117876 +"349131",97712,115999 +"349132",97712,119173 +"349133",97712,119221 +"349134",97713,113997 +"349135",97717,97777 +"349136",97717,97797 +"349137",97717,97808 +"349138",97717,97814 +"349139",97723,107546 +"349140",97723,107550 +"349141",97723,107576 +"349142",97726,97764 +"349143",97726,97770 +"349144",97728,97757 +"349145",97730,110365 +"349146",97730,110372 +"349147",97730,110400 +"349148",97731,97740 +"349149",97731,97751 +"349150",97732,116821 +"349151",97732,119952 +"349152",97732,121753 +"349153",97732,121795 +"349154",97732,122068 +"349155",97735,100354 +"349156",97737,117900 +"349157",97737,117902 +"349158",97738,118409 +"349159",97738,118410 +"349160",97740,97751 +"349161",97745,111802 +"349162",97747,97756 +"349163",97749,97754 +"349164",97752,103368 +"349165",97753,110126 +"349166",97758,108284 +"349167",97759,99680 +"349168",97759,99702 +"349169",97760,109029 +"349170",97760,109031 +"349171",97761,105632 +"349172",97761,105666 +"349173",97761,105667 +"349174",97764,97770 +"349175",97765,104903 +"349176",97765,104944 +"349177",97767,100918 +"349178",97771,103829 +"349179",97772,104541 +"349180",97772,105676 +"349181",97773,97800 +"349182",97774,98301 +"349183",97774,98302 +"349184",97774,103051 +"349185",97774,112032 +"349186",97774,116792 +"349187",97774,117089 +"349188",97774,117090 +"349189",97774,118385 +"349190",97776,99471 +"349191",97776,101814 +"349192",97777,97797 +"349193",97777,97808 +"349194",97777,97814 +"349195",97779,97780 +"349196",97782,97798 +"349197",97782,97816 +"349198",97783,108336 +"349199",97785,97817 +"349200",97786,97799 +"349201",97788,100893 +"349202",97788,115240 +"349203",97788,115273 +"349204",97797,97808 +"349205",97797,97814 +"349206",97798,97816 +"349207",97800,122663 +"349208",97804,111232 +"349209",97804,111241 +"349210",97804,111245 +"349211",97808,97814 +"349212",97811,100098 +"349213",97811,100718 +"349214",97812,103047 +"349215",97815,100144 +"349216",97815,103257 +"349217",97817,106847 +"349218",97821,97839 +"349219",97826,98076 +"349220",97826,106785 +"349221",97826,119179 +"349222",97826,119189 +"349223",97828,120044 +"349224",97831,104025 +"349225",97833,105778 +"349226",97833,107171 +"349227",97833,112456 +"349228",97833,114201 +"349229",97833,120775 +"349230",97833,120779 +"349231",97834,98887 +"349232",97834,105783 +"349233",97834,106906 +"349234",97834,112562 +"349235",97837,97845 +"349236",97837,97846 +"349237",97840,100243 +"349238",97840,114426 +"349239",97843,101933 +"349240",97843,110049 +"349241",97843,110052 +"349242",97843,110166 +"349243",97845,97846 +"349244",97845,120674 +"349245",97847,97944 +"349246",97848,120643 +"349247",97852,123007 +"349248",97853,102000 +"349249",97853,103776 +"349250",97855,97879 +"349251",97857,121991 +"349252",97863,97892 +"349253",97864,112451 +"349254",97869,117345 +"349255",97869,118044 +"349256",97870,97871 +"349257",97874,97997 +"349258",97874,109964 +"349259",97875,97891 +"349260",97876,99518 +"349261",97880,106799 +"349262",97882,98485 +"349263",97886,107829 +"349264",97887,97893 +"349265",97888,98917 +"349266",97891,115922 +"349267",97892,101059 +"349268",97892,102536 +"349269",97892,105274 +"349270",97899,97903 +"349271",97899,97915 +"349272",97899,97922 +"349273",97899,97943 +"349274",97901,97902 +"349275",97902,97952 +"349276",97902,100573 +"349277",97902,103083 +"349278",97902,106259 +"349279",97902,110091 +"349280",97902,110106 +"349281",97902,110734 +"349282",97902,111380 +"349283",97902,111434 +"349284",97903,97915 +"349285",97903,97922 +"349286",97903,97943 +"349287",97903,119146 +"349288",97903,119154 +"349289",97907,97937 +"349290",97908,97936 +"349291",97910,108917 +"349292",97910,112484 +"349293",97913,105629 +"349294",97914,97930 +"349295",97914,98210 +"349296",97914,114697 +"349297",97914,114714 +"349298",97915,97922 +"349299",97915,97943 +"349300",97916,97926 +"349301",97919,97962 +"349302",97922,97943 +"349303",97923,113984 +"349304",97924,97925 +"349305",97926,100886 +"349306",97926,107204 +"349307",97926,110628 +"349308",97926,120120 +"349309",97926,123438 +"349310",97926,123463 +"349311",97927,99377 +"349312",97931,108704 +"349313",97931,111471 +"349314",97931,118999 +"349315",97931,119441 +"349316",97936,109843 +"349317",97937,115311 +"349318",97937,116867 +"349319",97939,110391 +"349320",97939,115381 +"349321",97940,101127 +"349322",97940,101194 +"349323",97940,102999 +"349324",97940,106554 +"349325",97940,109503 +"349326",97941,98443 +"349327",97941,121882 +"349328",97945,109789 +"349329",97949,105011 +"349330",97949,119901 +"349331",97949,119902 +"349332",97950,99892 +"349333",97950,100962 +"349334",97950,109884 +"349335",97951,97996 +"349336",97951,98315 +"349337",97954,97955 +"349338",97954,97972 +"349339",97954,97973 +"349340",97954,97981 +"349341",97954,97987 +"349342",97954,97994 +"349343",97954,97998 +"349344",97954,97999 +"349345",97954,98008 +"349346",97955,97972 +"349347",97955,97973 +"349348",97955,97981 +"349349",97955,97987 +"349350",97955,97994 +"349351",97955,97998 +"349352",97955,97999 +"349353",97955,98008 +"349354",97956,110178 +"349355",97958,105904 +"349356",97959,103898 +"349357",97962,116409 +"349358",97964,97970 +"349359",97968,98007 +"349360",97968,98033 +"349361",97968,98038 +"349362",97968,110773 +"349363",97971,103521 +"349364",97972,97973 +"349365",97972,97981 +"349366",97972,97987 +"349367",97972,97994 +"349368",97972,97998 +"349369",97972,97999 +"349370",97972,98008 +"349371",97973,97981 +"349372",97973,97987 +"349373",97973,97994 +"349374",97973,97998 +"349375",97973,97999 +"349376",97973,98008 +"349377",97975,121688 +"349378",97976,105999 +"349379",97976,117532 +"349380",97977,98137 +"349381",97978,97984 +"349382",97978,98001 +"349383",97979,99323 +"349384",97979,118455 +"349385",97980,102893 +"349386",97981,97987 +"349387",97981,97994 +"349388",97981,97998 +"349389",97981,97999 +"349390",97981,98008 +"349391",97984,98001 +"349392",97985,99851 +"349393",97985,115563 +"349394",97986,105464 +"349395",97986,105476 +"349396",97987,97994 +"349397",97987,97998 +"349398",97987,97999 +"349399",97987,98008 +"349400",97988,99309 +"349401",97988,99376 +"349402",97988,99450 +"349403",97988,99471 +"349404",97988,99474 +"349405",97988,100916 +"349406",97988,100944 +"349407",97988,101126 +"349408",97988,101329 +"349409",97988,105557 +"349410",97988,107199 +"349411",97988,108743 +"349412",97988,108980 +"349413",97988,109291 +"349414",97988,109933 +"349415",97988,110483 +"349416",97988,110567 +"349417",97988,110572 +"349418",97988,110630 +"349419",97988,110648 +"349420",97988,110711 +"349421",97988,110770 +"349422",97988,110869 +"349423",97988,110911 +"349424",97988,111285 +"349425",97988,111314 +"349426",97988,111362 +"349427",97988,111372 +"349428",97988,111424 +"349429",97988,111433 +"349430",97988,112422 +"349431",97988,113269 +"349432",97988,113430 +"349433",97988,114242 +"349434",97988,114842 +"349435",97988,115427 +"349436",97988,115521 +"349437",97988,115711 +"349438",97989,98111 +"349439",97990,100620 +"349440",97992,109575 +"349441",97993,98963 +"349442",97994,97998 +"349443",97994,97999 +"349444",97994,98008 +"349445",97996,98315 +"349446",97997,102626 +"349447",97997,116649 +"349448",97998,97999 +"349449",97998,98008 +"349450",97999,98008 +"349451",98000,104406 +"349452",98001,102695 +"349453",98001,102722 +"349454",98001,102733 +"349455",98001,102740 +"349456",98001,103447 +"349457",98003,103303 +"349458",98004,98005 +"349459",98004,99455 +"349460",98004,108574 +"349461",98004,110405 +"349462",98005,99417 +"349463",98005,99427 +"349464",98005,100280 +"349465",98005,118792 +"349466",98006,98110 +"349467",98007,98033 +"349468",98007,98038 +"349469",98010,103024 +"349470",98014,98225 +"349471",98014,106865 +"349472",98014,113393 +"349473",98016,98029 +"349474",98018,98214 +"349475",98018,98977 +"349476",98018,113249 +"349477",98018,113255 +"349478",98018,113262 +"349479",98018,113265 +"349480",98019,117477 +"349481",98023,100491 +"349482",98024,98064 +"349483",98029,104001 +"349484",98033,98038 +"349485",98034,98041 +"349486",98042,106726 +"349487",98042,106775 +"349488",98042,117852 +"349489",98046,106904 +"349490",98049,98054 +"349491",98050,104142 +"349492",98050,104223 +"349493",98050,113292 +"349494",98051,98084 +"349495",98052,111883 +"349496",98056,98078 +"349497",98056,119824 +"349498",98057,99753 +"349499",98058,106967 +"349500",98062,98124 +"349501",98062,104185 +"349502",98062,114067 +"349503",98065,102659 +"349504",98065,103429 +"349505",98065,104233 +"349506",98065,104240 +"349507",98065,106623 +"349508",98067,109778 +"349509",98067,109779 +"349510",98068,111377 +"349511",98068,113160 +"349512",98076,106785 +"349513",98076,119179 +"349514",98076,119189 +"349515",98078,111698 +"349516",98080,100639 +"349517",98080,102910 +"349518",98080,107109 +"349519",98080,107124 +"349520",98080,109632 +"349521",98080,114729 +"349522",98080,120168 +"349523",98081,118955 +"349524",98083,100544 +"349525",98085,106710 +"349526",98086,98089 +"349527",98090,114817 +"349528",98092,111100 +"349529",98092,113145 +"349530",98092,113279 +"349531",98093,98252 +"349532",98095,100133 +"349533",98096,98280 +"349534",98096,106716 +"349535",98096,106811 +"349536",98098,98122 +"349537",98098,98124 +"349538",98100,98743 +"349539",98102,98103 +"349540",98104,108315 +"349541",98104,116373 +"349542",98105,102243 +"349543",98105,112263 +"349544",98105,112267 +"349545",98105,112456 +"349546",98105,112472 +"349547",98106,116659 +"349548",98108,98128 +"349549",98111,101531 +"349550",98113,113306 +"349551",98114,119536 +"349552",98115,98126 +"349553",98116,98120 +"349554",98122,98124 +"349555",98124,103890 +"349556",98124,104185 +"349557",98127,99237 +"349558",98127,110530 +"349559",98127,112313 +"349560",98127,115569 +"349561",98127,115614 +"349562",98129,123053 +"349563",98129,123061 +"349564",98130,110449 +"349565",98132,98261 +"349566",98132,98275 +"349567",98132,98285 +"349568",98133,102653 +"349569",98134,98318 +"349570",98135,98139 +"349571",98140,100300 +"349572",98143,98161 +"349573",98143,107394 +"349574",98144,98160 +"349575",98145,98153 +"349576",98145,98194 +"349577",98145,98200 +"349578",98146,116746 +"349579",98147,98209 +"349580",98147,99165 +"349581",98148,98159 +"349582",98148,98163 +"349583",98148,98167 +"349584",98148,98169 +"349585",98149,105461 +"349586",98150,106157 +"349587",98153,98194 +"349588",98153,98200 +"349589",98155,110571 +"349590",98155,117572 +"349591",98156,120712 +"349592",98156,120716 +"349593",98157,98176 +"349594",98159,98163 +"349595",98159,98167 +"349596",98159,98169 +"349597",98163,98167 +"349598",98163,98169 +"349599",98164,100217 +"349600",98165,99435 +"349601",98166,105685 +"349602",98166,117950 +"349603",98166,119336 +"349604",98167,98169 +"349605",98172,108247 +"349606",98172,108252 +"349607",98172,108273 +"349608",98173,98174 +"349609",98173,101812 +"349610",98177,98178 +"349611",98177,98197 +"349612",98177,98222 +"349613",98178,98197 +"349614",98178,98222 +"349615",98181,103231 +"349616",98181,110281 +"349617",98181,110287 +"349618",98181,110300 +"349619",98181,110309 +"349620",98181,116115 +"349621",98187,103306 +"349622",98187,114978 +"349623",98189,116311 +"349624",98190,108815 +"349625",98192,98212 +"349626",98193,106221 +"349627",98194,98200 +"349628",98197,98222 +"349629",98198,106107 +"349630",98198,113157 +"349631",98201,119396 +"349632",98202,109567 +"349633",98204,104619 +"349634",98205,109108 +"349635",98210,114697 +"349636",98210,114714 +"349637",98213,98223 +"349638",98213,105023 +"349639",98213,109911 +"349640",98214,98977 +"349641",98214,111484 +"349642",98214,119712 +"349643",98215,100022 +"349644",98216,98224 +"349645",98217,98218 +"349646",98217,98220 +"349647",98217,107257 +"349648",98217,118247 +"349649",98217,118431 +"349650",98218,98220 +"349651",98218,102163 +"349652",98221,98427 +"349653",98228,112241 +"349654",98230,116949 +"349655",98231,99236 +"349656",98233,114057 +"349657",98234,118174 +"349658",98234,118181 +"349659",98235,115994 +"349660",98236,98245 +"349661",98236,98350 +"349662",98238,116427 +"349663",98241,113774 +"349664",98241,113775 +"349665",98243,113552 +"349666",98245,98350 +"349667",98249,98255 +"349668",98250,103377 +"349669",98250,108552 +"349670",98250,109194 +"349671",98250,112148 +"349672",98253,98254 +"349673",98253,98705 +"349674",98260,122133 +"349675",98260,122664 +"349676",98261,98275 +"349677",98261,98285 +"349678",98263,98264 +"349679",98263,98288 +"349680",98264,98288 +"349681",98266,98269 +"349682",98266,98590 +"349683",98266,99953 +"349684",98266,108579 +"349685",98266,118446 +"349686",98267,106098 +"349687",98269,98590 +"349688",98269,108762 +"349689",98269,110595 +"349690",98269,122698 +"349691",98270,98871 +"349692",98270,114788 +"349693",98272,98298 +"349694",98272,110168 +"349695",98272,112921 +"349696",98272,121277 +"349697",98273,98294 +"349698",98275,98285 +"349699",98280,98738 +"349700",98283,98398 +"349701",98283,98432 +"349702",98290,98430 +"349703",98290,99095 +"349704",98290,103453 +"349705",98292,102042 +"349706",98294,109387 +"349707",98294,109405 +"349708",98294,109410 +"349709",98295,106064 +"349710",98296,117732 +"349711",98297,105462 +"349712",98301,98302 +"349713",98310,98311 +"349714",98313,102095 +"349715",98313,117800 +"349716",98313,117814 +"349717",98313,118726 +"349718",98313,118727 +"349719",98316,106618 +"349720",98317,98417 +"349721",98321,98325 +"349722",98322,104733 +"349723",98324,109741 +"349724",98324,119855 +"349725",98324,119862 +"349726",98325,115128 +"349727",98327,98344 +"349728",98329,99472 +"349729",98329,100330 +"349730",98329,100629 +"349731",98329,101222 +"349732",98331,110581 +"349733",98334,109192 +"349734",98334,120603 +"349735",98334,120616 +"349736",98335,103762 +"349737",98335,107897 +"349738",98335,110766 +"349739",98338,103930 +"349740",98338,114153 +"349741",98339,99217 +"349742",98339,100756 +"349743",98339,101788 +"349744",98339,101944 +"349745",98343,102204 +"349746",98343,102731 +"349747",98345,99659 +"349748",98346,118592 +"349749",98353,117448 +"349750",98355,109519 +"349751",98355,109520 +"349752",98358,100109 +"349753",98358,103057 +"349754",98358,115764 +"349755",98360,102962 +"349756",98365,108257 +"349757",98366,121945 +"349758",98367,99543 +"349759",98368,115590 +"349760",98369,98370 +"349761",98370,106285 +"349762",98370,117678 +"349763",98370,119851 +"349764",98373,98400 +"349765",98375,98395 +"349766",98375,98480 +"349767",98375,98482 +"349768",98375,98483 +"349769",98375,98497 +"349770",98375,98498 +"349771",98375,98501 +"349772",98375,98502 +"349773",98383,98544 +"349774",98384,117677 +"349775",98385,119273 +"349776",98391,108170 +"349777",98391,117671 +"349778",98395,98480 +"349779",98395,98482 +"349780",98395,98483 +"349781",98395,98497 +"349782",98395,98498 +"349783",98395,98501 +"349784",98395,98502 +"349785",98398,98432 +"349786",98400,99200 +"349787",98400,99224 +"349788",98404,98405 +"349789",98406,108765 +"349790",98406,110250 +"349791",98406,121043 +"349792",98406,121999 +"349793",98406,123079 +"349794",98406,123085 +"349795",98407,98426 +"349796",98407,98431 +"349797",98407,100240 +"349798",98407,115367 +"349799",98407,115370 +"349800",98407,116349 +"349801",98409,101470 +"349802",98410,115732 +"349803",98411,100365 +"349804",98411,117285 +"349805",98413,115506 +"349806",98416,104827 +"349807",98416,114604 +"349808",98416,120515 +"349809",98417,113137 +"349810",98419,101340 +"349811",98420,105486 +"349812",98420,105501 +"349813",98422,100207 +"349814",98422,103244 +"349815",98422,108470 +"349816",98422,108474 +"349817",98422,109949 +"349818",98423,98424 +"349819",98426,98431 +"349820",98428,103465 +"349821",98428,114669 +"349822",98428,117153 +"349823",98429,106023 +"349824",98435,100720 +"349825",98435,121191 +"349826",98435,121192 +"349827",98436,98451 +"349828",98436,116181 +"349829",98437,114179 +"349830",98443,110929 +"349831",98444,105377 +"349832",98456,98489 +"349833",98456,116353 +"349834",98456,116689 +"349835",98458,103460 +"349836",98458,115548 +"349837",98461,98475 +"349838",98463,103091 +"349839",98466,102969 +"349840",98466,103005 +"349841",98467,101248 +"349842",98472,109476 +"349843",98472,116317 +"349844",98472,118763 +"349845",98478,117201 +"349846",98479,98505 +"349847",98479,98760 +"349848",98479,98761 +"349849",98480,98482 +"349850",98480,98483 +"349851",98480,98497 +"349852",98480,98498 +"349853",98480,98501 +"349854",98480,98502 +"349855",98481,98623 +"349856",98481,98624 +"349857",98482,98483 +"349858",98482,98497 +"349859",98482,98498 +"349860",98482,98501 +"349861",98482,98502 +"349862",98483,98497 +"349863",98483,98498 +"349864",98483,98501 +"349865",98483,98502 +"349866",98484,101718 +"349867",98484,103385 +"349868",98484,103568 +"349869",98484,103586 +"349870",98487,102104 +"349871",98491,98492 +"349872",98494,101547 +"349873",98495,101403 +"349874",98495,111271 +"349875",98497,98498 +"349876",98497,98501 +"349877",98497,98502 +"349878",98498,98501 +"349879",98498,98502 +"349880",98499,98512 +"349881",98501,98502 +"349882",98503,101112 +"349883",98503,101119 +"349884",98503,101924 +"349885",98503,102414 +"349886",98503,106457 +"349887",98503,106474 +"349888",98503,121405 +"349889",98506,101741 +"349890",98507,120774 +"349891",98509,105205 +"349892",98510,105875 +"349893",98514,120497 +"349894",98514,120540 +"349895",98515,116023 +"349896",98516,98517 +"349897",98516,98518 +"349898",98516,103620 +"349899",98516,103666 +"349900",98517,98518 +"349901",98519,98599 +"349902",98522,98527 +"349903",98525,98622 +"349904",98525,101033 +"349905",98525,102934 +"349906",98525,111353 +"349907",98525,112103 +"349908",98529,105389 +"349909",98530,98536 +"349910",98531,108366 +"349911",98532,106653 +"349912",98532,106667 +"349913",98536,99895 +"349914",98536,104102 +"349915",98539,111830 +"349916",98539,121758 +"349917",98539,121764 +"349918",98541,108395 +"349919",98542,117692 +"349920",98543,100496 +"349921",98543,117013 +"349922",98543,117043 +"349923",98545,98663 +"349924",98548,98667 +"349925",98551,122341 +"349926",98551,122343 +"349927",98551,122350 +"349928",98551,122351 +"349929",98556,98572 +"349930",98556,98585 +"349931",98556,112361 +"349932",98556,113112 +"349933",98558,98566 +"349934",98559,98674 +"349935",98560,111091 +"349936",98562,98659 +"349937",98563,112284 +"349938",98564,113851 +"349939",98565,98571 +"349940",98565,98588 +"349941",98571,98588 +"349942",98572,98585 +"349943",98573,114172 +"349944",98576,98711 +"349945",98576,98712 +"349946",98578,102426 +"349947",98580,98581 +"349948",98583,105239 +"349949",98583,105250 +"349950",98586,122559 +"349951",98586,122597 +"349952",98591,119820 +"349953",98592,104489 +"349954",98592,107949 +"349955",98593,107779 +"349956",98597,110593 +"349957",98597,122328 +"349958",98597,122332 +"349959",98597,122333 +"349960",98600,113574 +"349961",98600,119681 +"349962",98601,98631 +"349963",98602,98626 +"349964",98605,113100 +"349965",98606,100526 +"349966",98611,98939 +"349967",98612,98692 +"349968",98613,106077 +"349969",98616,108880 +"349970",98620,101884 +"349971",98623,98624 +"349972",98629,98634 +"349973",98637,98648 +"349974",98638,108077 +"349975",98638,116348 +"349976",98646,105114 +"349977",98646,105289 +"349978",98646,114469 +"349979",98653,100530 +"349980",98653,116587 +"349981",98653,116879 +"349982",98654,103157 +"349983",98655,113853 +"349984",98655,119295 +"349985",98656,100627 +"349986",98656,120713 +"349987",98665,102186 +"349988",98669,100080 +"349989",98670,98803 +"349990",98670,98816 +"349991",98682,98688 +"349992",98682,98689 +"349993",98682,98694 +"349994",98685,98802 +"349995",98686,98703 +"349996",98686,98706 +"349997",98688,98689 +"349998",98688,98694 +"349999",98689,98694 +"350000",98690,115399 +"350001",98691,118921 +"350002",98693,119633 +"350003",98695,98773 +"350004",98698,111083 +"350005",98698,119307 +"350006",98703,98706 +"350007",98704,110499 +"350008",98709,103146 +"350009",98710,101466 +"350010",98710,107579 +"350011",98710,109241 +"350012",98710,119526 +"350013",98710,119569 +"350014",98711,98712 +"350015",98712,107385 +"350016",98712,110607 +"350017",98716,116575 +"350018",98717,98725 +"350019",98717,98735 +"350020",98719,102987 +"350021",98719,102996 +"350022",98723,98736 +"350023",98723,98740 +"350024",98724,121528 +"350025",98725,98735 +"350026",98726,98757 +"350027",98727,98776 +"350028",98727,100795 +"350029",98727,106824 +"350030",98727,108879 +"350031",98727,109166 +"350032",98727,109858 +"350033",98727,109878 +"350034",98727,112962 +"350035",98727,113990 +"350036",98727,115413 +"350037",98727,116123 +"350038",98727,117258 +"350039",98727,117560 +"350040",98727,118128 +"350041",98727,118836 +"350042",98727,118866 +"350043",98727,118873 +"350044",98727,119131 +"350045",98727,119513 +"350046",98727,119716 +"350047",98727,119769 +"350048",98727,120123 +"350049",98727,120169 +"350050",98727,120725 +"350051",98727,120944 +"350052",98727,121609 +"350053",98727,122007 +"350054",98727,122032 +"350055",98727,122035 +"350056",98727,122724 +"350057",98727,123070 +"350058",98727,123394 +"350059",98727,123490 +"350060",98728,101388 +"350061",98728,119106 +"350062",98728,119116 +"350063",98728,120889 +"350064",98728,122110 +"350065",98731,98742 +"350066",98736,98740 +"350067",98737,98775 +"350068",98739,101800 +"350069",98739,118470 +"350070",98741,103596 +"350071",98741,114009 +"350072",98743,109545 +"350073",98745,98747 +"350074",98745,98890 +"350075",98747,98890 +"350076",98750,98805 +"350077",98751,102841 +"350078",98751,102856 +"350079",98751,114349 +"350080",98751,114351 +"350081",98753,100315 +"350082",98755,102648 +"350083",98756,114839 +"350084",98757,108291 +"350085",98760,98761 +"350086",98763,110530 +"350087",98765,115664 +"350088",98766,101232 +"350089",98766,102123 +"350090",98771,103419 +"350091",98776,100795 +"350092",98776,106824 +"350093",98776,108879 +"350094",98776,109166 +"350095",98776,109858 +"350096",98776,109878 +"350097",98776,112962 +"350098",98776,113990 +"350099",98776,115413 +"350100",98776,116123 +"350101",98776,117258 +"350102",98776,117560 +"350103",98776,118128 +"350104",98776,118836 +"350105",98776,118866 +"350106",98776,118873 +"350107",98776,119131 +"350108",98776,119513 +"350109",98776,119716 +"350110",98776,119769 +"350111",98776,120123 +"350112",98776,120169 +"350113",98776,120725 +"350114",98776,120944 +"350115",98776,121609 +"350116",98776,122007 +"350117",98776,122032 +"350118",98776,122035 +"350119",98776,122724 +"350120",98776,123070 +"350121",98776,123394 +"350122",98776,123490 +"350123",98778,98819 +"350124",98779,116034 +"350125",98782,107321 +"350126",98782,108049 +"350127",98782,108095 +"350128",98782,113724 +"350129",98784,98788 +"350130",98784,98847 +"350131",98785,109703 +"350132",98788,98847 +"350133",98788,103387 +"350134",98789,100019 +"350135",98789,100034 +"350136",98789,100994 +"350137",98790,98853 +"350138",98791,98804 +"350139",98792,113905 +"350140",98794,104175 +"350141",98794,113376 +"350142",98795,116665 +"350143",98795,116760 +"350144",98797,102611 +"350145",98798,112870 +"350146",98801,108488 +"350147",98803,98816 +"350148",98808,122770 +"350149",98819,117458 +"350150",98821,99541 +"350151",98821,117116 +"350152",98824,98827 +"350153",98825,112731 +"350154",98826,106904 +"350155",98826,108818 +"350156",98828,103789 +"350157",98829,98832 +"350158",98830,98839 +"350159",98831,98834 +"350160",98831,98854 +"350161",98832,110350 +"350162",98832,110351 +"350163",98832,110408 +"350164",98834,98854 +"350165",98835,106076 +"350166",98838,98889 +"350167",98838,98910 +"350168",98838,98999 +"350169",98838,109538 +"350170",98842,105382 +"350171",98842,105958 +"350172",98842,119038 +"350173",98843,98924 +"350174",98843,106613 +"350175",98843,107569 +"350176",98845,118099 +"350177",98849,111466 +"350178",98858,100477 +"350179",98858,101445 +"350180",98858,112916 +"350181",98861,113328 +"350182",98861,113512 +"350183",98863,98878 +"350184",98863,99698 +"350185",98866,105445 +"350186",98866,117529 +"350187",98866,119190 +"350188",98871,114788 +"350189",98873,108903 +"350190",98873,123243 +"350191",98874,122215 +"350192",98874,122216 +"350193",98875,111126 +"350194",98876,118950 +"350195",98877,99513 +"350196",98877,101858 +"350197",98877,117768 +"350198",98883,102003 +"350199",98883,102101 +"350200",98885,103403 +"350201",98886,98918 +"350202",98887,106906 +"350203",98887,116406 +"350204",98888,99919 +"350205",98889,98910 +"350206",98889,98999 +"350207",98891,102485 +"350208",98891,111246 +"350209",98891,121904 +"350210",98892,117549 +"350211",98893,103224 +"350212",98893,106563 +"350213",98894,98920 +"350214",98901,98951 +"350215",98904,102940 +"350216",98904,118577 +"350217",98904,119085 +"350218",98904,119224 +"350219",98904,119439 +"350220",98904,120085 +"350221",98904,120232 +"350222",98904,121213 +"350223",98907,109721 +"350224",98910,98999 +"350225",98911,99016 +"350226",98912,107403 +"350227",98915,98916 +"350228",98921,99134 +"350229",98921,114779 +"350230",98922,102410 +"350231",98924,107569 +"350232",98924,108973 +"350233",98924,109880 +"350234",98925,105417 +"350235",98925,105782 +"350236",98925,108830 +"350237",98925,108867 +"350238",98927,102048 +"350239",98927,113536 +"350240",98927,118675 +"350241",98934,98936 +"350242",98934,121652 +"350243",98934,121655 +"350244",98938,115962 +"350245",98938,115979 +"350246",98939,112148 +"350247",98939,117679 +"350248",98942,98947 +"350249",98942,104016 +"350250",98942,121478 +"350251",98945,122441 +"350252",98945,122442 +"350253",98945,122443 +"350254",98945,122446 +"350255",98946,106691 +"350256",98958,114699 +"350257",98964,102827 +"350258",98967,118698 +"350259",98967,120274 +"350260",98969,99362 +"350261",98969,116980 +"350262",98969,119736 +"350263",98970,113894 +"350264",98970,113898 +"350265",98975,98984 +"350266",98978,118988 +"350267",98978,118992 +"350268",98980,115361 +"350269",98982,116344 +"350270",98983,102762 +"350271",98985,99471 +"350272",98985,107578 +"350273",98985,109472 +"350274",98993,122727 +"350275",98997,104722 +"350276",98997,106780 +"350277",98998,105204 +"350278",98998,105219 +"350279",99001,113520 +"350280",99001,117898 +"350281",99002,112560 +"350282",99002,119783 +"350283",99008,101427 +"350284",99008,101434 +"350285",99008,101486 +"350286",99009,100120 +"350287",99009,103517 +"350288",99011,99622 +"350289",99011,108908 +"350290",99018,113012 +"350291",99022,100144 +"350292",99022,100207 +"350293",99022,100629 +"350294",99022,111587 +"350295",99023,108039 +"350296",99023,108145 +"350297",99026,117236 +"350298",99030,107803 +"350299",99033,99821 +"350300",99033,115847 +"350301",99033,120622 +"350302",99033,120624 +"350303",99036,99540 +"350304",99036,108527 +"350305",99039,112840 +"350306",99039,121226 +"350307",99040,99043 +"350308",99040,99344 +"350309",99040,99807 +"350310",99040,99936 +"350311",99040,100572 +"350312",99040,100817 +"350313",99040,102215 +"350314",99040,105349 +"350315",99040,106043 +"350316",99040,108907 +"350317",99040,119813 +"350318",99041,112349 +"350319",99041,119559 +"350320",99041,119604 +"350321",99043,105330 +"350322",99043,105349 +"350323",99043,120269 +"350324",99044,99220 +"350325",99044,101037 +"350326",99044,102660 +"350327",99045,114360 +"350328",99045,122243 +"350329",99045,123209 +"350330",99045,123222 +"350331",99045,123224 +"350332",99045,123229 +"350333",99045,123232 +"350334",99045,123234 +"350335",99045,123250 +"350336",99047,112286 +"350337",99049,99077 +"350338",99049,99277 +"350339",99049,99293 +"350340",99050,104908 +"350341",99051,107673 +"350342",99051,107684 +"350343",99053,110704 +"350344",99053,110756 +"350345",99054,99062 +"350346",99055,99074 +"350347",99055,99127 +"350348",99056,101310 +"350349",99057,106536 +"350350",99058,103037 +"350351",99063,99253 +"350352",99065,111271 +"350353",99065,111278 +"350354",99068,99078 +"350355",99070,99344 +"350356",99070,99695 +"350357",99070,99707 +"350358",99070,99904 +"350359",99070,101235 +"350360",99070,102215 +"350361",99070,102233 +"350362",99070,102796 +"350363",99070,104662 +"350364",99070,105207 +"350365",99070,110380 +"350366",99070,113473 +"350367",99070,119236 +"350368",99070,119239 +"350369",99070,121331 +"350370",99070,121353 +"350371",99070,121358 +"350372",99071,119666 +"350373",99073,101422 +"350374",99073,109411 +"350375",99073,112825 +"350376",99074,99127 +"350377",99074,119520 +"350378",99076,99141 +"350379",99076,99174 +"350380",99076,115679 +"350381",99076,116716 +"350382",99077,99277 +"350383",99077,99293 +"350384",99077,113270 +"350385",99077,122028 +"350386",99078,99186 +"350387",99079,102464 +"350388",99081,99489 +"350389",99081,101435 +"350390",99085,99093 +"350391",99085,112021 +"350392",99087,105767 +"350393",99091,112477 +"350394",99099,116993 +"350395",99099,117279 +"350396",99101,108678 +"350397",99103,99112 +"350398",99103,99121 +"350399",99103,99301 +"350400",99103,109350 +"350401",99103,111188 +"350402",99103,111190 +"350403",99103,116228 +"350404",99104,99303 +"350405",99105,99189 +"350406",99108,104521 +"350407",99108,104545 +"350408",99108,104790 +"350409",99108,115202 +"350410",99108,122043 +"350411",99109,102348 +"350412",99110,101157 +"350413",99110,101477 +"350414",99110,102725 +"350415",99110,108415 +"350416",99111,116469 +"350417",99112,99121 +"350418",99114,110713 +"350419",99114,120335 +"350420",99115,99122 +"350421",99116,101241 +"350422",99118,99119 +"350423",99118,99272 +"350424",99119,99272 +"350425",99126,116293 +"350426",99129,99856 +"350427",99129,100383 +"350428",99129,100723 +"350429",99129,102157 +"350430",99129,116086 +"350431",99130,99183 +"350432",99131,99137 +"350433",99132,99139 +"350434",99132,99148 +"350435",99133,99147 +"350436",99133,105711 +"350437",99134,99351 +"350438",99134,114779 +"350439",99134,115279 +"350440",99136,101117 +"350441",99136,109262 +"350442",99136,110196 +"350443",99136,110216 +"350444",99137,105266 +"350445",99137,117957 +"350446",99137,123389 +"350447",99138,99364 +"350448",99138,103203 +"350449",99138,104161 +"350450",99138,105890 +"350451",99138,109066 +"350452",99138,114479 +"350453",99138,114529 +"350454",99139,99148 +"350455",99140,122884 +"350456",99141,99174 +"350457",99142,106047 +"350458",99143,116082 +"350459",99144,105791 +"350460",99144,111100 +"350461",99144,112176 +"350462",99144,120684 +"350463",99145,100736 +"350464",99145,100779 +"350465",99149,104679 +"350466",99149,112556 +"350467",99149,119993 +"350468",99152,106318 +"350469",99152,112830 +"350470",99154,108848 +"350471",99159,104937 +"350472",99159,111181 +"350473",99162,99815 +"350474",99162,105019 +"350475",99162,107792 +"350476",99162,111019 +"350477",99162,121225 +"350478",99163,109473 +"350479",99164,120035 +"350480",99165,100841 +"350481",99165,101830 +"350482",99165,109403 +"350483",99168,100015 +"350484",99172,99913 +"350485",99172,99915 +"350486",99172,99922 +"350487",99173,100910 +"350488",99173,108647 +"350489",99173,112853 +"350490",99176,99206 +"350491",99177,100987 +"350492",99180,101569 +"350493",99182,103126 +"350494",99182,120839 +"350495",99182,123138 +"350496",99183,108550 +"350497",99186,103424 +"350498",99189,106362 +"350499",99191,105262 +"350500",99191,107410 +"350501",99191,108872 +"350502",99191,111156 +"350503",99191,114895 +"350504",99194,114976 +"350505",99194,117627 +"350506",99196,99223 +"350507",99196,102600 +"350508",99198,102518 +"350509",99198,110466 +"350510",99199,107125 +"350511",99199,107131 +"350512",99200,99224 +"350513",99203,99245 +"350514",99204,100653 +"350515",99204,116054 +"350516",99204,117651 +"350517",99204,117657 +"350518",99204,118261 +"350519",99204,118262 +"350520",99204,118275 +"350521",99204,118276 +"350522",99204,118277 +"350523",99207,99375 +"350524",99207,99463 +"350525",99207,102489 +"350526",99207,103930 +"350527",99209,108983 +"350528",99209,109067 +"350529",99209,119322 +"350530",99210,99315 +"350531",99210,99316 +"350532",99210,99327 +"350533",99210,99329 +"350534",99210,99350 +"350535",99210,99844 +"350536",99210,100478 +"350537",99210,102353 +"350538",99210,106528 +"350539",99210,109371 +"350540",99210,109373 +"350541",99210,111155 +"350542",99211,111867 +"350543",99214,114858 +"350544",99215,109213 +"350545",99216,110102 +"350546",99217,100599 +"350547",99217,100756 +"350548",99217,101788 +"350549",99217,101944 +"350550",99217,102282 +"350551",99218,121791 +"350552",99221,110403 +"350553",99223,101506 +"350554",99223,115967 +"350555",99225,105178 +"350556",99225,110264 +"350557",99227,100577 +"350558",99227,101261 +"350559",99227,102546 +"350560",99232,99260 +"350561",99234,121617 +"350562",99237,115569 +"350563",99237,115614 +"350564",99237,121440 +"350565",99240,121580 +"350566",99242,101619 +"350567",99242,106961 +"350568",99247,107934 +"350569",99247,112050 +"350570",99250,122139 +"350571",99251,109458 +"350572",99251,112885 +"350573",99252,99264 +"350574",99253,108934 +"350575",99257,99453 +"350576",99259,99270 +"350577",99259,122194 +"350578",99261,100748 +"350579",99262,100957 +"350580",99262,115133 +"350581",99262,123287 +"350582",99263,105019 +"350583",99263,105030 +"350584",99263,106890 +"350585",99265,99306 +"350586",99266,99267 +"350587",99269,100853 +"350588",99273,117166 +"350589",99274,103056 +"350590",99274,123342 +"350591",99275,101523 +"350592",99275,104137 +"350593",99276,101217 +"350594",99277,99293 +"350595",99278,99411 +"350596",99279,103682 +"350597",99279,109167 +"350598",99279,109832 +"350599",99279,117786 +"350600",99279,117791 +"350601",99279,117795 +"350602",99280,99283 +"350603",99280,122153 +"350604",99281,99729 +"350605",99281,101082 +"350606",99281,108189 +"350607",99281,109795 +"350608",99281,117020 +"350609",99288,100909 +"350610",99288,103190 +"350611",99288,103468 +"350612",99288,108432 +"350613",99288,111993 +"350614",99288,114416 +"350615",99288,122016 +"350616",99289,108553 +"350617",99289,112268 +"350618",99290,104667 +"350619",99291,103968 +"350620",99291,103998 +"350621",99294,113721 +"350622",99296,100711 +"350623",99298,109384 +"350624",99300,100720 +"350625",99300,101560 +"350626",99300,107445 +"350627",99300,113741 +"350628",99300,120851 +"350629",99300,120868 +"350630",99301,99339 +"350631",99301,104658 +"350632",99301,109350 +"350633",99301,111188 +"350634",99301,111190 +"350635",99301,112405 +"350636",99303,112399 +"350637",99303,119282 +"350638",99306,116304 +"350639",99306,116591 +"350640",99309,99376 +"350641",99309,99450 +"350642",99309,99471 +"350643",99309,99474 +"350644",99309,100916 +"350645",99309,100944 +"350646",99309,101126 +"350647",99309,101329 +"350648",99309,105557 +"350649",99309,107199 +"350650",99309,108743 +"350651",99309,108980 +"350652",99309,109291 +"350653",99309,109933 +"350654",99309,110483 +"350655",99309,110567 +"350656",99309,110572 +"350657",99309,110630 +"350658",99309,110648 +"350659",99309,110711 +"350660",99309,110770 +"350661",99309,110869 +"350662",99309,110911 +"350663",99309,111285 +"350664",99309,111314 +"350665",99309,111362 +"350666",99309,111372 +"350667",99309,111424 +"350668",99309,111433 +"350669",99309,112422 +"350670",99309,113269 +"350671",99309,113430 +"350672",99309,114242 +"350673",99309,114842 +"350674",99309,115427 +"350675",99309,115521 +"350676",99309,115711 +"350677",99311,101270 +"350678",99313,99325 +"350679",99313,99337 +"350680",99314,113664 +"350681",99315,99316 +"350682",99315,99327 +"350683",99315,99329 +"350684",99315,99350 +"350685",99315,99844 +"350686",99316,99327 +"350687",99316,99329 +"350688",99316,99350 +"350689",99316,99844 +"350690",99317,100850 +"350691",99317,100955 +"350692",99317,101028 +"350693",99318,101607 +"350694",99320,100469 +"350695",99322,118733 +"350696",99322,123377 +"350697",99323,99365 +"350698",99323,118455 +"350699",99323,119209 +"350700",99324,123426 +"350701",99325,99337 +"350702",99327,99329 +"350703",99327,99350 +"350704",99327,99844 +"350705",99329,99341 +"350706",99329,99350 +"350707",99329,99844 +"350708",99329,102353 +"350709",99329,110246 +"350710",99329,113803 +"350711",99329,115195 +"350712",99329,115233 +"350713",99329,115255 +"350714",99329,115264 +"350715",99330,110666 +"350716",99330,111960 +"350717",99330,112008 +"350718",99332,113384 +"350719",99334,105334 +"350720",99334,113599 +"350721",99335,100402 +"350722",99336,108092 +"350723",99336,119335 +"350724",99338,101100 +"350725",99338,110379 +"350726",99338,116832 +"350727",99338,118105 +"350728",99338,120463 +"350729",99341,110246 +"350730",99341,113803 +"350731",99341,115195 +"350732",99341,115233 +"350733",99341,115255 +"350734",99341,115264 +"350735",99343,117316 +"350736",99344,99695 +"350737",99344,99707 +"350738",99344,99807 +"350739",99344,99936 +"350740",99344,118113 +"350741",99344,119895 +"350742",99346,102586 +"350743",99346,111448 +"350744",99346,116790 +"350745",99346,120593 +"350746",99348,108933 +"350747",99350,99844 +"350748",99350,100478 +"350749",99353,113165 +"350750",99355,122687 +"350751",99359,105461 +"350752",99359,115313 +"350753",99362,101468 +"350754",99362,114005 +"350755",99363,99367 +"350756",99363,99417 +"350757",99363,99427 +"350758",99365,108607 +"350759",99367,99417 +"350760",99367,99427 +"350761",99368,108954 +"350762",99368,117972 +"350763",99371,108511 +"350764",99371,113386 +"350765",99372,106468 +"350766",99373,110517 +"350767",99373,116285 +"350768",99373,119775 +"350769",99375,99463 +"350770",99376,99450 +"350771",99376,99471 +"350772",99376,99474 +"350773",99376,100916 +"350774",99376,100944 +"350775",99376,101126 +"350776",99376,101329 +"350777",99376,105557 +"350778",99376,107199 +"350779",99376,108743 +"350780",99376,108980 +"350781",99376,109291 +"350782",99376,109933 +"350783",99376,110483 +"350784",99376,110567 +"350785",99376,110572 +"350786",99376,110630 +"350787",99376,110648 +"350788",99376,110711 +"350789",99376,110770 +"350790",99376,110869 +"350791",99376,110911 +"350792",99376,111285 +"350793",99376,111314 +"350794",99376,111362 +"350795",99376,111372 +"350796",99376,111424 +"350797",99376,111433 +"350798",99376,112422 +"350799",99376,113269 +"350800",99376,113430 +"350801",99376,114242 +"350802",99376,114842 +"350803",99376,115427 +"350804",99376,115521 +"350805",99376,115711 +"350806",99376,120884 +"350807",99377,122290 +"350808",99377,123503 +"350809",99379,117289 +"350810",99380,99706 +"350811",99380,99742 +"350812",99380,101088 +"350813",99380,103050 +"350814",99380,116605 +"350815",99380,118734 +"350816",99380,118750 +"350817",99383,99852 +"350818",99384,99452 +"350819",99384,106322 +"350820",99388,110131 +"350821",99388,110633 +"350822",99388,111146 +"350823",99388,121853 +"350824",99388,122255 +"350825",99390,108720 +"350826",99392,99393 +"350827",99392,99405 +"350828",99392,100024 +"350829",99392,100854 +"350830",99392,104511 +"350831",99393,99405 +"350832",99393,100854 +"350833",99393,104511 +"350834",99393,109639 +"350835",99393,110209 +"350836",99396,101807 +"350837",99396,101832 +"350838",99396,102351 +"350839",99396,103659 +"350840",99397,99605 +"350841",99397,103552 +"350842",99397,107720 +"350843",99398,110280 +"350844",99399,99403 +"350845",99401,108279 +"350846",99401,108297 +"350847",99402,99439 +"350848",99405,100854 +"350849",99405,104511 +"350850",99405,109607 +"350851",99408,112537 +"350852",99408,112543 +"350853",99408,112544 +"350854",99408,113996 +"350855",99409,122381 +"350856",99412,99414 +"350857",99414,104191 +"350858",99414,105162 +"350859",99414,116815 +"350860",99417,99427 +"350861",99417,100280 +"350862",99417,118792 +"350863",99418,112031 +"350864",99422,99639 +"350865",99422,111190 +"350866",99423,109143 +"350867",99423,111373 +"350868",99424,102215 +"350869",99424,107556 +"350870",99424,108760 +"350871",99424,112794 +"350872",99424,119592 +"350873",99424,119593 +"350874",99424,119603 +"350875",99424,121352 +"350876",99427,100280 +"350877",99427,118792 +"350878",99428,103038 +"350879",99428,122130 +"350880",99430,118927 +"350881",99430,120095 +"350882",99433,115834 +"350883",99435,105689 +"350884",99435,109919 +"350885",99435,112925 +"350886",99435,116589 +"350887",99437,99461 +"350888",99441,118852 +"350889",99441,121906 +"350890",99444,106074 +"350891",99444,107233 +"350892",99444,107252 +"350893",99444,108372 +"350894",99444,109745 +"350895",99444,114983 +"350896",99444,115000 +"350897",99445,116400 +"350898",99448,103089 +"350899",99450,99471 +"350900",99450,99474 +"350901",99450,100916 +"350902",99450,100944 +"350903",99450,101126 +"350904",99450,101329 +"350905",99450,105557 +"350906",99450,107199 +"350907",99450,108743 +"350908",99450,108980 +"350909",99450,109291 +"350910",99450,109933 +"350911",99450,110483 +"350912",99450,110567 +"350913",99450,110572 +"350914",99450,110630 +"350915",99450,110648 +"350916",99450,110711 +"350917",99450,110770 +"350918",99450,110869 +"350919",99450,110911 +"350920",99450,111285 +"350921",99450,111314 +"350922",99450,111362 +"350923",99450,111372 +"350924",99450,111424 +"350925",99450,111433 +"350926",99450,112422 +"350927",99450,113269 +"350928",99450,113430 +"350929",99450,114242 +"350930",99450,114842 +"350931",99450,115427 +"350932",99450,115521 +"350933",99450,115711 +"350934",99451,99701 +"350935",99451,116008 +"350936",99456,104481 +"350937",99456,104503 +"350938",99457,119176 +"350939",99458,101820 +"350940",99458,116981 +"350941",99458,119194 +"350942",99460,99464 +"350943",99460,99465 +"350944",99460,99538 +"350945",99463,117877 +"350946",99464,99465 +"350947",99464,99538 +"350948",99465,99538 +"350949",99468,109368 +"350950",99471,99474 +"350951",99471,100899 +"350952",99471,100916 +"350953",99471,100944 +"350954",99471,101126 +"350955",99471,101329 +"350956",99471,101814 +"350957",99471,105557 +"350958",99471,107199 +"350959",99471,108743 +"350960",99471,108926 +"350961",99471,108937 +"350962",99471,108980 +"350963",99471,109291 +"350964",99471,109472 +"350965",99471,109933 +"350966",99471,110483 +"350967",99471,110567 +"350968",99471,110572 +"350969",99471,110630 +"350970",99471,110648 +"350971",99471,110711 +"350972",99471,110770 +"350973",99471,110869 +"350974",99471,110911 +"350975",99471,111285 +"350976",99471,111314 +"350977",99471,111362 +"350978",99471,111372 +"350979",99471,111424 +"350980",99471,111433 +"350981",99471,112422 +"350982",99471,113269 +"350983",99471,113430 +"350984",99471,114242 +"350985",99471,114842 +"350986",99471,115427 +"350987",99471,115521 +"350988",99471,115711 +"350989",99471,117275 +"350990",99471,117303 +"350991",99473,108797 +"350992",99473,111231 +"350993",99473,116895 +"350994",99474,100916 +"350995",99474,100944 +"350996",99474,101126 +"350997",99474,101329 +"350998",99474,105557 +"350999",99474,107199 +"351000",99474,108743 +"351001",99474,108980 +"351002",99474,109291 +"351003",99474,109933 +"351004",99474,110483 +"351005",99474,110567 +"351006",99474,110572 +"351007",99474,110630 +"351008",99474,110648 +"351009",99474,110711 +"351010",99474,110770 +"351011",99474,110869 +"351012",99474,110911 +"351013",99474,111285 +"351014",99474,111314 +"351015",99474,111362 +"351016",99474,111372 +"351017",99474,111424 +"351018",99474,111433 +"351019",99474,112422 +"351020",99474,113269 +"351021",99474,113430 +"351022",99474,114242 +"351023",99474,114842 +"351024",99474,115427 +"351025",99474,115521 +"351026",99474,115711 +"351027",99474,122221 +"351028",99475,99481 +"351029",99476,114959 +"351030",99476,123283 +"351031",99482,101622 +"351032",99482,104447 +"351033",99482,115092 +"351034",99482,117636 +"351035",99482,119634 +"351036",99484,99485 +"351037",99484,106739 +"351038",99484,120798 +"351039",99485,108491 +"351040",99487,119442 +"351041",99488,99494 +"351042",99490,119291 +"351043",99491,110563 +"351044",99492,99508 +"351045",99492,99972 +"351046",99492,107921 +"351047",99492,109029 +"351048",99492,118568 +"351049",99492,120955 +"351050",99493,106594 +"351051",99495,99829 +"351052",99496,117367 +"351053",99499,108454 +"351054",99500,99502 +"351055",99501,99503 +"351056",99501,99611 +"351057",99502,109141 +"351058",99503,99611 +"351059",99504,109540 +"351060",99506,116137 +"351061",99506,120387 +"351062",99507,115919 +"351063",99507,118961 +"351064",99507,119198 +"351065",99512,102054 +"351066",99513,101858 +"351067",99513,117768 +"351068",99514,114266 +"351069",99515,104242 +"351070",99518,99816 +"351071",99521,99522 +"351072",99521,112426 +"351073",99523,116268 +"351074",99523,119311 +"351075",99523,119689 +"351076",99524,115693 +"351077",99526,108016 +"351078",99526,110151 +"351079",99528,115283 +"351080",99529,99850 +"351081",99529,99851 +"351082",99530,100935 +"351083",99530,101026 +"351084",99530,101035 +"351085",99530,101454 +"351086",99531,99537 +"351087",99531,99548 +"351088",99532,101631 +"351089",99532,101656 +"351090",99532,120447 +"351091",99534,99613 +"351092",99534,106338 +"351093",99537,99548 +"351094",99539,117198 +"351095",99542,116498 +"351096",99544,99547 +"351097",99544,99554 +"351098",99544,100595 +"351099",99544,100739 +"351100",99544,100819 +"351101",99544,101898 +"351102",99544,101988 +"351103",99544,102146 +"351104",99544,102201 +"351105",99544,102309 +"351106",99544,102635 +"351107",99544,102730 +"351108",99544,102846 +"351109",99544,103790 +"351110",99544,104095 +"351111",99544,104574 +"351112",99544,104784 +"351113",99544,104845 +"351114",99544,107269 +"351115",99544,107623 +"351116",99544,107714 +"351117",99544,107879 +"351118",99544,107975 +"351119",99545,99572 +"351120",99546,102426 +"351121",99546,119155 +"351122",99547,99554 +"351123",99547,100595 +"351124",99547,100739 +"351125",99547,100819 +"351126",99547,101898 +"351127",99547,101988 +"351128",99547,102146 +"351129",99547,102201 +"351130",99547,102309 +"351131",99547,102635 +"351132",99547,102730 +"351133",99547,102846 +"351134",99547,103790 +"351135",99547,104095 +"351136",99547,104574 +"351137",99547,104784 +"351138",99547,104845 +"351139",99547,107269 +"351140",99547,107623 +"351141",99547,107714 +"351142",99547,107879 +"351143",99547,107975 +"351144",99553,100523 +"351145",99554,99557 +"351146",99554,100595 +"351147",99554,100739 +"351148",99554,100819 +"351149",99554,101898 +"351150",99554,101988 +"351151",99554,102146 +"351152",99554,102201 +"351153",99554,102309 +"351154",99554,102635 +"351155",99554,102730 +"351156",99554,102846 +"351157",99554,103790 +"351158",99554,104095 +"351159",99554,104574 +"351160",99554,104784 +"351161",99554,104845 +"351162",99554,107269 +"351163",99554,107623 +"351164",99554,107714 +"351165",99554,107879 +"351166",99554,107975 +"351167",99554,110654 +"351168",99555,113559 +"351169",99559,99568 +"351170",99559,102328 +"351171",99566,123066 +"351172",99572,101046 +"351173",99573,99591 +"351174",99573,103187 +"351175",99574,99581 +"351176",99574,99592 +"351177",99574,99598 +"351178",99574,100112 +"351179",99574,100120 +"351180",99574,100157 +"351181",99574,100167 +"351182",99574,100170 +"351183",99574,100172 +"351184",99574,100174 +"351185",99574,100188 +"351186",99574,100724 +"351187",99574,100757 +"351188",99574,100784 +"351189",99574,102288 +"351190",99574,106254 +"351191",99574,106360 +"351192",99574,106370 +"351193",99574,106379 +"351194",99574,106385 +"351195",99575,101067 +"351196",99575,107050 +"351197",99575,109472 +"351198",99575,114705 +"351199",99576,100980 +"351200",99577,102657 +"351201",99577,106674 +"351202",99578,118699 +"351203",99578,120096 +"351204",99579,100635 +"351205",99579,108789 +"351206",99579,114644 +"351207",99581,99592 +"351208",99581,99598 +"351209",99583,106217 +"351210",99584,114191 +"351211",99585,100225 +"351212",99585,110293 +"351213",99585,113236 +"351214",99585,114442 +"351215",99587,108289 +"351216",99592,99598 +"351217",99594,118161 +"351218",99595,102192 +"351219",99595,104451 +"351220",99595,122073 +"351221",99597,99675 +"351222",99597,99676 +"351223",99597,101635 +"351224",99600,99656 +"351225",99601,102322 +"351226",99601,102337 +"351227",99602,100143 +"351228",99603,100941 +"351229",99603,109035 +"351230",99603,109761 +"351231",99604,99649 +"351232",99605,105054 +"351233",99606,99607 +"351234",99606,99652 +"351235",99607,99652 +"351236",99608,101108 +"351237",99609,99665 +"351238",99609,99667 +"351239",99609,108639 +"351240",99610,110370 +"351241",99613,105622 +"351242",99613,106338 +"351243",99613,107962 +"351244",99613,108844 +"351245",99613,109958 +"351246",99613,119110 +"351247",99613,122378 +"351248",99613,122434 +"351249",99613,122439 +"351250",99617,112664 +"351251",99620,109109 +"351252",99620,113253 +"351253",99620,122700 +"351254",99621,103081 +"351255",99622,108908 +"351256",99623,108901 +"351257",99624,109505 +"351258",99624,112893 +"351259",99628,105052 +"351260",99628,121986 +"351261",99629,111004 +"351262",99629,111055 +"351263",99634,101244 +"351264",99634,102080 +"351265",99634,102658 +"351266",99634,110211 +"351267",99634,110213 +"351268",99635,103910 +"351269",99640,100282 +"351270",99640,101557 +"351271",99641,108634 +"351272",99643,99651 +"351273",99643,99654 +"351274",99643,99655 +"351275",99643,99661 +"351276",99643,99663 +"351277",99646,99647 +"351278",99646,103968 +"351279",99646,109000 +"351280",99646,109945 +"351281",99646,111309 +"351282",99646,111462 +"351283",99646,114155 +"351284",99646,114170 +"351285",99650,99653 +"351286",99650,99673 +"351287",99651,99654 +"351288",99651,99655 +"351289",99651,99661 +"351290",99651,99663 +"351291",99653,99673 +"351292",99654,99655 +"351293",99654,99661 +"351294",99654,99663 +"351295",99655,99661 +"351296",99655,99663 +"351297",99655,118037 +"351298",99655,118132 +"351299",99658,106839 +"351300",99658,113153 +"351301",99658,119807 +"351302",99660,99671 +"351303",99660,99674 +"351304",99661,99663 +"351305",99665,99667 +"351306",99669,103354 +"351307",99671,99674 +"351308",99671,105074 +"351309",99671,115780 +"351310",99671,115801 +"351311",99674,106687 +"351312",99675,99676 +"351313",99675,101635 +"351314",99676,101635 +"351315",99677,104044 +"351316",99677,104085 +"351317",99677,105019 +"351318",99677,108371 +"351319",99677,110105 +"351320",99677,110272 +"351321",99678,101152 +"351322",99679,101172 +"351323",99680,99702 +"351324",99680,100708 +"351325",99680,100780 +"351326",99681,118512 +"351327",99683,99685 +"351328",99686,114841 +"351329",99687,99873 +"351330",99690,118367 +"351331",99690,118370 +"351332",99691,110410 +"351333",99694,119471 +"351334",99694,119481 +"351335",99695,99707 +"351336",99696,111673 +"351337",99697,100503 +"351338",99697,105787 +"351339",99697,110540 +"351340",99697,113300 +"351341",99700,116676 +"351342",99701,101639 +"351343",99703,105522 +"351344",99703,122635 +"351345",99705,114283 +"351346",99706,99742 +"351347",99706,100706 +"351348",99706,113122 +"351349",99706,116605 +"351350",99707,102037 +"351351",99707,112977 +"351352",99710,109865 +"351353",99711,99713 +"351354",99712,99770 +"351355",99712,104928 +"351356",99714,102019 +"351357",99714,104252 +"351358",99714,104383 +"351359",99714,108450 +"351360",99715,99813 +"351361",99718,113356 +"351362",99718,113390 +"351363",99720,99743 +"351364",99720,116740 +"351365",99720,122888 +"351366",99720,122895 +"351367",99722,111238 +"351368",99722,117790 +"351369",99723,99726 +"351370",99723,100588 +"351371",99723,119163 +"351372",99726,100588 +"351373",99727,99780 +"351374",99728,117487 +"351375",99729,101283 +"351376",99729,108189 +"351377",99729,109795 +"351378",99730,100347 +"351379",99730,100507 +"351380",99730,101304 +"351381",99731,99749 +"351382",99731,101323 +"351383",99731,101481 +"351384",99731,102845 +"351385",99731,104957 +"351386",99731,109815 +"351387",99731,111066 +"351388",99731,113278 +"351389",99731,113314 +"351390",99731,114723 +"351391",99731,116644 +"351392",99731,117804 +"351393",99731,121414 +"351394",99731,122345 +"351395",99731,122353 +"351396",99731,122358 +"351397",99731,122360 +"351398",99731,122366 +"351399",99731,122367 +"351400",99731,122376 +"351401",99731,122383 +"351402",99731,122393 +"351403",99731,122394 +"351404",99731,122398 +"351405",99731,122402 +"351406",99731,122403 +"351407",99731,122409 +"351408",99731,122412 +"351409",99731,122414 +"351410",99731,122415 +"351411",99731,122417 +"351412",99731,122418 +"351413",99731,122421 +"351414",99731,122422 +"351415",99731,122437 +"351416",99731,122438 +"351417",99731,122440 +"351418",99731,123424 +"351419",99732,102231 +"351420",99732,106990 +"351421",99735,102734 +"351422",99735,110380 +"351423",99735,119237 +"351424",99736,101682 +"351425",99737,106732 +"351426",99737,106748 +"351427",99737,106867 +"351428",99739,109087 +"351429",99742,100706 +"351430",99742,101088 +"351431",99742,111988 +"351432",99743,122582 +"351433",99743,122616 +"351434",99744,99757 +"351435",99744,99762 +"351436",99747,99763 +"351437",99752,104292 +"351438",99754,101350 +"351439",99754,101351 +"351440",99757,99762 +"351441",99758,105876 +"351442",99759,99760 +"351443",99761,121852 +"351444",99763,102217 +"351445",99764,99768 +"351446",99764,99779 +"351447",99767,99771 +"351448",99767,99772 +"351449",99767,99775 +"351450",99767,99777 +"351451",99767,105891 +"351452",99767,112548 +"351453",99767,112561 +"351454",99768,99779 +"351455",99768,101426 +"351456",99769,112454 +"351457",99770,103845 +"351458",99770,114544 +"351459",99770,114621 +"351460",99771,99772 +"351461",99771,99775 +"351462",99771,99777 +"351463",99772,99775 +"351464",99772,99777 +"351465",99773,105643 +"351466",99775,99777 +"351467",99778,106659 +"351468",99778,109278 +"351469",99778,115915 +"351470",99783,101555 +"351471",99784,109911 +"351472",99786,105096 +"351473",99786,118646 +"351474",99788,120356 +"351475",99789,99791 +"351476",99790,100838 +"351477",99791,112583 +"351478",99792,99837 +"351479",99792,101790 +"351480",99793,104065 +"351481",99795,111645 +"351482",99795,123205 +"351483",99797,115116 +"351484",99797,117565 +"351485",99797,117568 +"351486",99797,118949 +"351487",99797,122739 +"351488",99799,104306 +"351489",99799,113979 +"351490",99802,115383 +"351491",99802,116299 +"351492",99805,99834 +"351493",99806,105084 +"351494",99807,99936 +"351495",99807,106679 +"351496",99808,100302 +"351497",99809,100967 +"351498",99811,99822 +"351499",99815,107792 +"351500",99815,121225 +"351501",99818,99827 +"351502",99818,99828 +"351503",99819,102341 +"351504",99820,104438 +"351505",99820,113429 +"351506",99821,100582 +"351507",99821,120622 +"351508",99821,120624 +"351509",99826,104546 +"351510",99827,99828 +"351511",99827,106606 +"351512",99829,115932 +"351513",99832,101144 +"351514",99832,113032 +"351515",99834,111096 +"351516",99834,111935 +"351517",99834,113817 +"351518",99835,113988 +"351519",99836,107279 +"351520",99836,113274 +"351521",99836,113284 +"351522",99836,113349 +"351523",99837,101790 +"351524",99838,99847 +"351525",99838,106011 +"351526",99838,106695 +"351527",99843,105109 +"351528",99843,105128 +"351529",99843,105260 +"351530",99844,109371 +"351531",99844,109373 +"351532",99847,110113 +"351533",99848,99867 +"351534",99850,99851 +"351535",99851,101611 +"351536",99851,109134 +"351537",99851,115563 +"351538",99853,118938 +"351539",99853,120159 +"351540",99853,120196 +"351541",99856,100383 +"351542",99856,101569 +"351543",99857,114152 +"351544",99859,105019 +"351545",99859,114082 +"351546",99863,107542 +"351547",99865,116524 +"351548",99868,105371 +"351549",99869,114485 +"351550",99870,105495 +"351551",99870,109622 +"351552",99871,117887 +"351553",99875,111213 +"351554",99875,112723 +"351555",99876,99881 +"351556",99876,113534 +"351557",99878,111375 +"351558",99880,116341 +"351559",99880,117074 +"351560",99880,117645 +"351561",99880,117655 +"351562",99882,108769 +"351563",99882,123098 +"351564",99885,102880 +"351565",99886,119275 +"351566",99888,99943 +"351567",99888,109346 +"351568",99895,104102 +"351569",99895,105582 +"351570",99896,118773 +"351571",99899,100044 +"351572",99899,100047 +"351573",99900,100046 +"351574",99900,104771 +"351575",99902,123324 +"351576",99905,99908 +"351577",99907,104782 +"351578",99907,118502 +"351579",99907,119580 +"351580",99907,120170 +"351581",99910,105468 +"351582",99910,115762 +"351583",99911,99912 +"351584",99912,100132 +"351585",99912,105786 +"351586",99913,99915 +"351587",99913,99922 +"351588",99915,99922 +"351589",99915,103475 +"351590",99915,104136 +"351591",99917,105683 +"351592",99917,114438 +"351593",99917,117364 +"351594",99918,99938 +"351595",99921,100746 +"351596",99921,118965 +"351597",99921,118966 +"351598",99921,119918 +"351599",99922,111163 +"351600",99924,99935 +"351601",99924,108463 +"351602",99931,117106 +"351603",99931,122872 +"351604",99934,100515 +"351605",99934,101204 +"351606",99934,110972 +"351607",99934,115657 +"351608",99935,108463 +"351609",99942,119168 +"351610",99943,109346 +"351611",99945,115218 +"351612",99947,115911 +"351613",99947,115925 +"351614",99947,115974 +"351615",99949,101914 +"351616",99949,103631 +"351617",99949,103723 +"351618",99949,103732 +"351619",99949,103759 +"351620",99949,103773 +"351621",99951,99997 +"351622",99952,119870 +"351623",99953,100583 +"351624",99953,108579 +"351625",99953,110469 +"351626",99953,118446 +"351627",99954,120473 +"351628",99958,99965 +"351629",99961,108193 +"351630",99961,118083 +"351631",99961,121052 +"351632",99961,121057 +"351633",99961,121715 +"351634",99962,99971 +"351635",99963,100797 +"351636",99963,100800 +"351637",99963,108381 +"351638",99964,105399 +"351639",99964,115401 +"351640",99965,104997 +"351641",99966,109130 +"351642",99966,113238 +"351643",99967,104546 +"351644",99970,104871 +"351645",99971,119998 +"351646",99972,107921 +"351647",99972,109029 +"351648",99974,116423 +"351649",99974,116430 +"351650",99977,116952 +"351651",99980,106151 +"351652",99982,100001 +"351653",99982,102927 +"351654",99982,103315 +"351655",99982,104915 +"351656",99982,112192 +"351657",99984,107727 +"351658",99988,112275 +"351659",99990,104272 +"351660",99998,101717 +"351661",99999,116928 +"351662",99999,116932 +"351663",1e+05,101186 +"351664",100001,102927 +"351665",100001,112192 +"351666",100002,107454 +"351667",100003,111722 +"351668",100004,120661 +"351669",100005,114800 +"351670",100005,121426 +"351671",100006,105339 +"351672",100006,106864 +"351673",100010,100982 +"351674",100010,101005 +"351675",100011,114252 +"351676",100012,100018 +"351677",100012,109235 +"351678",100016,100056 +"351679",100017,101006 +"351680",100017,117039 +"351681",100017,117040 +"351682",100019,100034 +"351683",100019,100994 +"351684",100020,101008 +"351685",100022,100025 +"351686",100022,108393 +"351687",100024,101361 +"351688",100024,105892 +"351689",100026,100057 +"351690",100027,100984 +"351691",100027,100989 +"351692",100028,101001 +"351693",100030,100031 +"351694",100032,100387 +"351695",100033,100940 +"351696",100034,100994 +"351697",100035,116198 +"351698",100037,108568 +"351699",100038,112531 +"351700",100038,121189 +"351701",100039,100045 +"351702",100040,110186 +"351703",100040,110258 +"351704",100042,102882 +"351705",100044,100047 +"351706",100045,110038 +"351707",100045,112158 +"351708",100049,100051 +"351709",100052,100077 +"351710",100054,100657 +"351711",100054,114021 +"351712",100055,104624 +"351713",100055,116688 +"351714",100058,104419 +"351715",100060,109428 +"351716",100061,100062 +"351717",100063,106092 +"351718",100063,120354 +"351719",100064,100625 +"351720",100064,119455 +"351721",100067,106320 +"351722",100068,105728 +"351723",100068,107421 +"351724",100068,111406 +"351725",100068,116653 +"351726",100071,116188 +"351727",100073,103342 +"351728",100076,113004 +"351729",100079,110065 +"351730",100079,110112 +"351731",100081,113357 +"351732",100082,100209 +"351733",100082,105412 +"351734",100083,106394 +"351735",100084,100359 +"351736",100088,115943 +"351737",100088,118709 +"351738",100090,101733 +"351739",100090,111435 +"351740",100092,105989 +"351741",100093,100097 +"351742",100093,100936 +"351743",100095,118927 +"351744",100097,100936 +"351745",100098,100718 +"351746",100099,100100 +"351747",100100,100598 +"351748",100100,110023 +"351749",100100,111111 +"351750",100100,111236 +"351751",100100,111247 +"351752",100100,111256 +"351753",100101,100125 +"351754",100105,113020 +"351755",100109,100123 +"351756",100109,103057 +"351757",100109,115764 +"351758",100110,104525 +"351759",100111,107194 +"351760",100111,108476 +"351761",100111,108477 +"351762",100111,112341 +"351763",100111,112348 +"351764",100111,112358 +"351765",100111,112365 +"351766",100111,112385 +"351767",100111,112388 +"351768",100111,112393 +"351769",100112,100120 +"351770",100112,100157 +"351771",100112,100167 +"351772",100112,100170 +"351773",100112,100172 +"351774",100112,100174 +"351775",100112,100188 +"351776",100112,100724 +"351777",100112,100757 +"351778",100112,100784 +"351779",100112,106242 +"351780",100113,100148 +"351781",100114,100467 +"351782",100117,101413 +"351783",100118,114924 +"351784",100119,112742 +"351785",100119,112747 +"351786",100120,100157 +"351787",100120,100167 +"351788",100120,100170 +"351789",100120,100172 +"351790",100120,100174 +"351791",100120,100188 +"351792",100120,100724 +"351793",100120,100757 +"351794",100120,100784 +"351795",100120,103517 +"351796",100122,103656 +"351797",100123,116549 +"351798",100123,122777 +"351799",100123,122778 +"351800",100123,122779 +"351801",100123,122780 +"351802",100123,122827 +"351803",100123,122839 +"351804",100124,101924 +"351805",100124,112253 +"351806",100125,111404 +"351807",100126,107257 +"351808",100126,110983 +"351809",100127,100497 +"351810",100127,115353 +"351811",100128,102091 +"351812",100128,111208 +"351813",100131,100136 +"351814",100131,101250 +"351815",100131,105107 +"351816",100131,114822 +"351817",100132,112379 +"351818",100133,102593 +"351819",100134,113954 +"351820",100134,119219 +"351821",100135,118127 +"351822",100135,122997 +"351823",100136,105107 +"351824",100137,100518 +"351825",100137,114034 +"351826",100139,103583 +"351827",100140,100890 +"351828",100140,102834 +"351829",100140,105198 +"351830",100140,110013 +"351831",100140,110250 +"351832",100140,122286 +"351833",100140,122588 +"351834",100140,122819 +"351835",100140,122852 +"351836",100140,122861 +"351837",100140,122863 +"351838",100140,122864 +"351839",100142,109554 +"351840",100142,109558 +"351841",100144,103257 +"351842",100144,104204 +"351843",100145,101970 +"351844",100145,103996 +"351845",100145,122621 +"351846",100145,122824 +"351847",100146,106286 +"351848",100147,106317 +"351849",100150,119696 +"351850",100154,103679 +"351851",100154,114802 +"351852",100156,100158 +"351853",100156,100159 +"351854",100156,115768 +"351855",100157,100167 +"351856",100157,100170 +"351857",100157,100172 +"351858",100157,100174 +"351859",100157,100188 +"351860",100157,100724 +"351861",100157,100757 +"351862",100157,100784 +"351863",100158,100159 +"351864",100160,120420 +"351865",100161,100609 +"351866",100162,105299 +"351867",100162,105867 +"351868",100162,110626 +"351869",100162,110927 +"351870",100163,114311 +"351871",100164,100274 +"351872",100165,100166 +"351873",100165,100177 +"351874",100165,100259 +"351875",100165,100519 +"351876",100166,100177 +"351877",100166,100259 +"351878",100166,100519 +"351879",100167,100170 +"351880",100167,100172 +"351881",100167,100174 +"351882",100167,100188 +"351883",100167,100724 +"351884",100167,100757 +"351885",100167,100784 +"351886",100169,100176 +"351887",100169,100189 +"351888",100169,100317 +"351889",100170,100172 +"351890",100170,100174 +"351891",100170,100188 +"351892",100170,100724 +"351893",100170,100757 +"351894",100170,100784 +"351895",100172,100174 +"351896",100172,100188 +"351897",100172,100724 +"351898",100172,100757 +"351899",100172,100784 +"351900",100172,102288 +"351901",100172,106254 +"351902",100172,106360 +"351903",100172,106370 +"351904",100172,106379 +"351905",100172,106385 +"351906",100174,100188 +"351907",100174,100724 +"351908",100174,100757 +"351909",100174,100784 +"351910",100174,106994 +"351911",100175,113705 +"351912",100175,113712 +"351913",100175,115269 +"351914",100175,119112 +"351915",100176,100189 +"351916",100176,100317 +"351917",100177,100259 +"351918",100177,100519 +"351919",100180,100205 +"351920",100180,106100 +"351921",100182,114444 +"351922",100188,100724 +"351923",100188,100757 +"351924",100188,100784 +"351925",100189,110355 +"351926",100190,106580 +"351927",100190,109988 +"351928",100190,116102 +"351929",100198,107712 +"351930",100198,108853 +"351931",100199,108429 +"351932",100203,119544 +"351933",100204,112594 +"351934",100205,100229 +"351935",100205,114954 +"351936",100207,100668 +"351937",100207,101135 +"351938",100207,101289 +"351939",100207,101290 +"351940",100207,101299 +"351941",100207,101744 +"351942",100207,103244 +"351943",100207,108470 +"351944",100207,108474 +"351945",100207,109949 +"351946",100208,102672 +"351947",100211,100271 +"351948",100211,100273 +"351949",100211,101983 +"351950",100211,105374 +"351951",100211,116147 +"351952",100211,116180 +"351953",100211,116393 +"351954",100211,119478 +"351955",100213,100278 +"351956",100213,108402 +"351957",100215,112199 +"351958",100216,107922 +"351959",100216,114118 +"351960",100217,100447 +"351961",100217,100644 +"351962",100217,117859 +"351963",100220,100554 +"351964",100222,100258 +"351965",100222,100283 +"351966",100222,110828 +"351967",100223,100285 +"351968",100223,113788 +"351969",100224,100561 +"351970",100225,111512 +"351971",100225,118570 +"351972",100225,119839 +"351973",100225,121035 +"351974",100226,105947 +"351975",100228,102964 +"351976",100229,102827 +"351977",100229,109167 +"351978",100232,117909 +"351979",100232,120659 +"351980",100233,100249 +"351981",100237,105194 +"351982",100237,117037 +"351983",100237,119255 +"351984",100238,106095 +"351985",100238,122738 +"351986",100239,100360 +"351987",100239,113099 +"351988",100240,115367 +"351989",100240,115370 +"351990",100243,108389 +"351991",100243,112604 +"351992",100243,114426 +"351993",100243,116387 +"351994",100247,109466 +"351995",100248,100270 +"351996",100252,100255 +"351997",100252,104433 +"351998",100253,103843 +"351999",100256,100269 +"352000",100256,103095 +"352001",100258,100283 +"352002",100259,100519 +"352003",100260,103654 +"352004",100263,112131 +"352005",100264,101228 +"352006",100264,110280 +"352007",100265,103854 +"352008",100266,100489 +"352009",100266,107871 +"352010",100269,103095 +"352011",100269,120205 +"352012",100269,121355 +"352013",100271,100273 +"352014",100272,117947 +"352015",100275,110028 +"352016",100278,108402 +"352017",100280,105158 +"352018",100280,118792 +"352019",100280,119409 +"352020",100282,101557 +"352021",100286,100297 +"352022",100286,119711 +"352023",100288,100295 +"352024",100289,100290 +"352025",100291,100417 +"352026",100291,101164 +"352027",100291,101484 +"352028",100292,103104 +"352029",100292,103122 +"352030",100292,103127 +"352031",100293,109356 +"352032",100293,109398 +"352033",100298,107672 +"352034",100299,100650 +"352035",100299,115417 +"352036",100305,102354 +"352037",100308,100323 +"352038",100308,100324 +"352039",100308,100327 +"352040",100308,100331 +"352041",100308,100333 +"352042",100308,100340 +"352043",100308,100341 +"352044",100308,102029 +"352045",100309,105117 +"352046",100312,101233 +"352047",100316,114962 +"352048",100316,119436 +"352049",100318,114771 +"352050",100319,100322 +"352051",100319,101250 +"352052",100319,101462 +"352053",100319,109885 +"352054",100319,110742 +"352055",100319,112606 +"352056",100319,116142 +"352057",100319,116150 +"352058",100319,116151 +"352059",100319,116152 +"352060",100319,116155 +"352061",100319,116159 +"352062",100319,116163 +"352063",100319,116165 +"352064",100319,116166 +"352065",100319,116171 +"352066",100319,116677 +"352067",100319,116678 +"352068",100320,100334 +"352069",100321,104670 +"352070",100321,105961 +"352071",100321,108215 +"352072",100321,118227 +"352073",100323,100324 +"352074",100323,100327 +"352075",100323,100331 +"352076",100323,100333 +"352077",100323,100340 +"352078",100323,100341 +"352079",100323,102029 +"352080",100323,109701 +"352081",100323,109702 +"352082",100324,100327 +"352083",100324,100331 +"352084",100324,100333 +"352085",100324,100340 +"352086",100324,100341 +"352087",100324,102029 +"352088",100327,100331 +"352089",100327,100333 +"352090",100327,100340 +"352091",100327,100341 +"352092",100327,102029 +"352093",100328,109074 +"352094",100331,100333 +"352095",100331,100340 +"352096",100331,100341 +"352097",100331,102029 +"352098",100332,109832 +"352099",100332,120369 +"352100",100333,100340 +"352101",100333,100341 +"352102",100333,102029 +"352103",100336,100621 +"352104",100336,103996 +"352105",100339,106232 +"352106",100340,100341 +"352107",100340,102029 +"352108",100341,102029 +"352109",100342,102467 +"352110",100353,105469 +"352111",100353,109039 +"352112",100356,105918 +"352113",100356,113525 +"352114",100356,120774 +"352115",100356,122124 +"352116",100356,122162 +"352117",100356,122203 +"352118",100359,101735 +"352119",100359,104452 +"352120",100359,115822 +"352121",100363,100379 +"352122",100363,101124 +"352123",100365,117285 +"352124",100366,100950 +"352125",100366,100955 +"352126",100366,101028 +"352127",100366,116682 +"352128",100372,101239 +"352129",100372,110029 +"352130",100372,119039 +"352131",100372,122994 +"352132",100374,100428 +"352133",100378,114328 +"352134",100379,101124 +"352135",100383,119863 +"352136",100386,103721 +"352137",100387,100410 +"352138",100387,123155 +"352139",100390,103090 +"352140",100391,119404 +"352141",100392,121503 +"352142",100393,113436 +"352143",100395,100400 +"352144",100396,106875 +"352145",100396,115718 +"352146",100398,100460 +"352147",100398,112148 +"352148",100398,117679 +"352149",100404,108429 +"352150",100405,110985 +"352151",100405,115048 +"352152",100407,114456 +"352153",100409,106486 +"352154",100409,112491 +"352155",100410,100829 +"352156",100410,121735 +"352157",100410,121742 +"352158",100411,106446 +"352159",100411,107921 +"352160",100412,105283 +"352161",100412,110954 +"352162",100416,101732 +"352163",100416,110118 +"352164",100420,111262 +"352165",100423,106162 +"352166",100423,109420 +"352167",100423,114844 +"352168",100424,118743 +"352169",100424,118745 +"352170",100424,123411 +"352171",100431,122030 +"352172",100432,102360 +"352173",100432,102400 +"352174",100432,102637 +"352175",100432,105606 +"352176",100432,110424 +"352177",100434,100490 +"352178",100436,113107 +"352179",100437,114296 +"352180",100438,104486 +"352181",100438,107068 +"352182",100438,108788 +"352183",100438,111140 +"352184",100438,117271 +"352185",100439,100440 +"352186",100439,100452 +"352187",100440,100452 +"352188",100441,100473 +"352189",100442,101180 +"352190",100442,109764 +"352191",100446,100453 +"352192",100446,100454 +"352193",100446,101792 +"352194",100447,100644 +"352195",100448,101094 +"352196",100448,102685 +"352197",100448,106993 +"352198",100449,101138 +"352199",100450,100459 +"352200",100453,100454 +"352201",100454,110254 +"352202",100454,114282 +"352203",100454,114545 +"352204",100454,116796 +"352205",100457,100467 +"352206",100462,108465 +"352207",100462,112823 +"352208",100465,102974 +"352209",100465,104682 +"352210",100467,112837 +"352211",100467,114778 +"352212",100468,112050 +"352213",100470,106750 +"352214",100472,100474 +"352215",100472,112526 +"352216",100472,112728 +"352217",100474,113319 +"352218",100477,101445 +"352219",100477,112916 +"352220",100477,115387 +"352221",100477,115897 +"352222",100480,104094 +"352223",100480,108068 +"352224",100485,119918 +"352225",100485,121994 +"352226",100486,116552 +"352227",100489,107871 +"352228",100493,100511 +"352229",100494,101534 +"352230",100496,100523 +"352231",100496,103775 +"352232",100496,110557 +"352233",100496,117013 +"352234",100496,117043 +"352235",100496,118083 +"352236",100498,100549 +"352237",100500,100554 +"352238",100501,103698 +"352239",100501,105344 +"352240",100501,105351 +"352241",100502,100583 +"352242",100502,100734 +"352243",100502,104662 +"352244",100502,105197 +"352245",100502,105207 +"352246",100502,105221 +"352247",100502,105231 +"352248",100502,105903 +"352249",100502,105988 +"352250",100502,109434 +"352251",100503,105787 +"352252",100503,113300 +"352253",100506,106580 +"352254",100506,118684 +"352255",100506,118691 +"352256",100506,118794 +"352257",100507,121587 +"352258",100507,121624 +"352259",100507,121635 +"352260",100510,118124 +"352261",100510,119117 +"352262",100510,119218 +"352263",100512,116145 +"352264",100512,116385 +"352265",100517,101867 +"352266",100518,109078 +"352267",100518,117149 +"352268",100523,102351 +"352269",100523,110557 +"352270",100523,117068 +"352271",100523,118083 +"352272",100524,100658 +"352273",100524,102586 +"352274",100524,110961 +"352275",100524,113919 +"352276",100528,108905 +"352277",100528,119443 +"352278",100529,100538 +"352279",100529,100550 +"352280",100530,100544 +"352281",100530,111765 +"352282",100532,100535 +"352283",100532,101709 +"352284",100532,110159 +"352285",100534,100537 +"352286",100538,100550 +"352287",100539,100555 +"352288",100541,117162 +"352289",100542,117742 +"352290",100542,123367 +"352291",100545,101797 +"352292",100546,100547 +"352293",100546,114391 +"352294",100546,114395 +"352295",100549,101016 +"352296",100549,102401 +"352297",100549,102796 +"352298",100552,110059 +"352299",100553,101089 +"352300",100553,107468 +"352301",100553,107490 +"352302",100553,107493 +"352303",100556,101779 +"352304",100556,123124 +"352305",100559,109555 +"352306",100559,109669 +"352307",100559,120192 +"352308",100559,120194 +"352309",100559,120197 +"352310",100559,120198 +"352311",100559,120199 +"352312",100559,120215 +"352313",100561,104046 +"352314",100561,104670 +"352315",100561,107531 +"352316",100561,122919 +"352317",100565,100628 +"352318",100566,101376 +"352319",100566,103229 +"352320",100566,103920 +"352321",100566,108457 +"352322",100566,108615 +"352323",100566,110703 +"352324",100566,110712 +"352325",100566,110857 +"352326",100566,116840 +"352327",100572,106043 +"352328",100573,103083 +"352329",100573,106259 +"352330",100573,108452 +"352331",100573,110091 +"352332",100573,110106 +"352333",100573,110734 +"352334",100574,118475 +"352335",100577,101261 +"352336",100577,102546 +"352337",100579,100593 +"352338",100581,101869 +"352339",100581,101894 +"352340",100581,102230 +"352341",100581,105744 +"352342",100581,111974 +"352343",100581,113432 +"352344",100581,113649 +"352345",100581,113688 +"352346",100583,110469 +"352347",100584,103598 +"352348",100584,109753 +"352349",100584,110727 +"352350",100584,110805 +"352351",100584,112300 +"352352",100585,102076 +"352353",100586,102279 +"352354",100587,117590 +"352355",100587,118971 +"352356",100588,112084 +"352357",100589,100590 +"352358",100590,103527 +"352359",100590,112471 +"352360",100590,119972 +"352361",100590,120269 +"352362",100590,121199 +"352363",100592,118872 +"352364",100594,100638 +"352365",100594,107421 +"352366",100595,100739 +"352367",100595,100819 +"352368",100595,101898 +"352369",100595,101988 +"352370",100595,102146 +"352371",100595,102201 +"352372",100595,102309 +"352373",100595,102635 +"352374",100595,102730 +"352375",100595,102846 +"352376",100595,103790 +"352377",100595,104095 +"352378",100595,104574 +"352379",100595,104784 +"352380",100595,104798 +"352381",100595,104845 +"352382",100595,107269 +"352383",100595,107623 +"352384",100595,107714 +"352385",100595,107879 +"352386",100595,107975 +"352387",100596,100597 +"352388",100596,100604 +"352389",100596,100605 +"352390",100596,100618 +"352391",100596,100624 +"352392",100596,101382 +"352393",100597,100604 +"352394",100597,100605 +"352395",100597,100618 +"352396",100597,100624 +"352397",100597,101382 +"352398",100598,110023 +"352399",100598,111111 +"352400",100598,111236 +"352401",100598,111247 +"352402",100598,111256 +"352403",100599,102229 +"352404",100599,108411 +"352405",100600,116999 +"352406",100604,100605 +"352407",100604,100618 +"352408",100604,100624 +"352409",100604,101382 +"352410",100605,100618 +"352411",100605,100624 +"352412",100605,101382 +"352413",100606,103031 +"352414",100606,103066 +"352415",100607,101067 +"352416",100607,101484 +"352417",100614,100615 +"352418",100614,109261 +"352419",100614,109946 +"352420",100616,114507 +"352421",100616,117017 +"352422",100616,117020 +"352423",100618,100624 +"352424",100618,101382 +"352425",100619,110435 +"352426",100621,103996 +"352427",100622,111924 +"352428",100623,106605 +"352429",100624,101382 +"352430",100624,110937 +"352431",100627,120713 +"352432",100628,111864 +"352433",100628,111873 +"352434",100629,101222 +"352435",100630,100964 +"352436",100630,113658 +"352437",100631,117329 +"352438",100633,101543 +"352439",100633,111411 +"352440",100634,100641 +"352441",100634,101207 +"352442",100635,114644 +"352443",100637,101050 +"352444",100637,118198 +"352445",100637,118214 +"352446",100637,118218 +"352447",100639,107109 +"352448",100639,107124 +"352449",100640,100661 +"352450",100640,108748 +"352451",100640,111831 +"352452",100640,111907 +"352453",100640,111910 +"352454",100640,119702 +"352455",100641,101207 +"352456",100642,111334 +"352457",100643,100857 +"352458",100643,101196 +"352459",100644,110275 +"352460",100646,110666 +"352461",100649,106726 +"352462",100650,100958 +"352463",100651,100652 +"352464",100651,100654 +"352465",100652,100654 +"352466",100653,101499 +"352467",100653,116054 +"352468",100658,110961 +"352469",100661,120711 +"352470",100662,101834 +"352471",100662,105626 +"352472",100663,100664 +"352473",100665,101960 +"352474",100667,118473 +"352475",100669,100676 +"352476",100670,117449 +"352477",100670,118017 +"352478",100679,109570 +"352479",100679,116964 +"352480",100680,101517 +"352481",100681,114708 +"352482",100681,114874 +"352483",100684,117332 +"352484",100684,120297 +"352485",100687,108852 +"352486",100687,119403 +"352487",100687,119406 +"352488",100688,103669 +"352489",100689,100697 +"352490",100690,100702 +"352491",100694,100695 +"352492",100695,108679 +"352493",100696,116278 +"352494",100697,112150 +"352495",100697,112153 +"352496",100697,112443 +"352497",100697,112447 +"352498",100697,112455 +"352499",100697,112459 +"352500",100697,114599 +"352501",100698,104733 +"352502",100699,101667 +"352503",100700,105155 +"352504",100702,109280 +"352505",100704,103983 +"352506",100708,112932 +"352507",100708,114631 +"352508",100709,101534 +"352509",100712,114203 +"352510",100713,103011 +"352511",100714,113639 +"352512",100720,101560 +"352513",100720,113741 +"352514",100720,120851 +"352515",100720,120868 +"352516",100720,121191 +"352517",100720,121192 +"352518",100722,100727 +"352519",100723,105209 +"352520",100723,113371 +"352521",100724,100757 +"352522",100724,100784 +"352523",100725,100729 +"352524",100727,101520 +"352525",100727,105790 +"352526",100727,109236 +"352527",100727,109547 +"352528",100727,111127 +"352529",100727,114127 +"352530",100727,120913 +"352531",100728,102598 +"352532",100732,100734 +"352533",100732,102075 +"352534",100734,105197 +"352535",100734,105207 +"352536",100734,105221 +"352537",100734,105231 +"352538",100736,100779 +"352539",100736,106435 +"352540",100736,108869 +"352541",100736,110786 +"352542",100736,121435 +"352543",100738,111578 +"352544",100739,100819 +"352545",100739,101898 +"352546",100739,101988 +"352547",100739,102146 +"352548",100739,102201 +"352549",100739,102309 +"352550",100739,102635 +"352551",100739,102730 +"352552",100739,102846 +"352553",100739,103790 +"352554",100739,104095 +"352555",100739,104574 +"352556",100739,104784 +"352557",100739,104845 +"352558",100739,107269 +"352559",100739,107623 +"352560",100739,107714 +"352561",100739,107879 +"352562",100739,107975 +"352563",100741,111980 +"352564",100741,112957 +"352565",100741,113080 +"352566",100742,115032 +"352567",100744,112146 +"352568",100745,100748 +"352569",100746,105884 +"352570",100746,119918 +"352571",100746,120076 +"352572",100748,112307 +"352573",100749,100753 +"352574",100751,101827 +"352575",100751,109506 +"352576",100751,114276 +"352577",100751,114507 +"352578",100751,114514 +"352579",100751,114516 +"352580",100752,101709 +"352581",100756,101788 +"352582",100756,101944 +"352583",100756,102282 +"352584",100757,100784 +"352585",100758,100776 +"352586",100758,122485 +"352587",100760,111021 +"352588",100760,116359 +"352589",100761,106265 +"352590",100762,103046 +"352591",100763,100774 +"352592",100767,100777 +"352593",100770,100771 +"352594",100772,101063 +"352595",100774,107539 +"352596",100774,110487 +"352597",100774,110488 +"352598",100774,110492 +"352599",100777,111711 +"352600",100777,114266 +"352601",100777,114486 +"352602",100780,114926 +"352603",100780,123336 +"352604",100782,112132 +"352605",100782,116898 +"352606",100792,119988 +"352607",100793,103616 +"352608",100793,111263 +"352609",100793,111280 +"352610",100795,106824 +"352611",100795,108879 +"352612",100795,109166 +"352613",100795,109858 +"352614",100795,109878 +"352615",100795,112962 +"352616",100795,113990 +"352617",100795,115413 +"352618",100795,116123 +"352619",100795,117258 +"352620",100795,117560 +"352621",100795,118128 +"352622",100795,118836 +"352623",100795,118866 +"352624",100795,118873 +"352625",100795,119131 +"352626",100795,119513 +"352627",100795,119716 +"352628",100795,119769 +"352629",100795,120123 +"352630",100795,120169 +"352631",100795,120725 +"352632",100795,120944 +"352633",100795,121609 +"352634",100795,122007 +"352635",100795,122032 +"352636",100795,122035 +"352637",100795,122724 +"352638",100795,123070 +"352639",100795,123394 +"352640",100795,123490 +"352641",100796,119654 +"352642",100797,100800 +"352643",100797,105592 +"352644",100797,108381 +"352645",100799,109671 +"352646",100799,109672 +"352647",100800,108381 +"352648",100801,111531 +"352649",100804,104920 +"352650",100805,101068 +"352651",100806,103355 +"352652",100807,106031 +"352653",100808,114897 +"352654",100808,118791 +"352655",100808,120149 +"352656",100809,103698 +"352657",100810,105872 +"352658",100810,106535 +"352659",100812,106512 +"352660",100814,113823 +"352661",100817,105797 +"352662",100819,101898 +"352663",100819,101988 +"352664",100819,102146 +"352665",100819,102201 +"352666",100819,102309 +"352667",100819,102635 +"352668",100819,102730 +"352669",100819,102846 +"352670",100819,103790 +"352671",100819,104095 +"352672",100819,104574 +"352673",100819,104784 +"352674",100819,104845 +"352675",100819,107269 +"352676",100819,107623 +"352677",100819,107714 +"352678",100819,107879 +"352679",100819,107975 +"352680",100820,109612 +"352681",100820,110864 +"352682",100820,117108 +"352683",100820,119729 +"352684",100820,119782 +"352685",100823,101263 +"352686",100823,108058 +"352687",100825,100835 +"352688",100829,121735 +"352689",100829,121742 +"352690",100830,100840 +"352691",100830,101202 +"352692",100830,114789 +"352693",100835,115977 +"352694",100836,102185 +"352695",100836,102190 +"352696",100836,102196 +"352697",100836,102197 +"352698",100836,102212 +"352699",100841,101830 +"352700",100843,100920 +"352701",100844,101707 +"352702",100846,101610 +"352703",100847,100862 +"352704",100849,100881 +"352705",100851,102331 +"352706",100853,106285 +"352707",100853,110587 +"352708",100854,104511 +"352709",100857,101196 +"352710",100858,104468 +"352711",100859,106662 +"352712",100859,120360 +"352713",100860,115025 +"352714",100860,120131 +"352715",100860,123096 +"352716",100862,102801 +"352717",100862,102831 +"352718",100866,100876 +"352719",100866,106414 +"352720",100867,107944 +"352721",100869,105453 +"352722",100872,109338 +"352723",100872,116752 +"352724",100873,111725 +"352725",100875,100882 +"352726",100876,106414 +"352727",100877,100919 +"352728",100878,104121 +"352729",100883,114206 +"352730",100884,103547 +"352731",100885,100897 +"352732",100886,102968 +"352733",100886,103323 +"352734",100886,123438 +"352735",100889,113405 +"352736",100889,121990 +"352737",100889,121992 +"352738",100892,104279 +"352739",100892,106849 +"352740",100892,108866 +"352741",100892,109155 +"352742",100892,111848 +"352743",100893,101500 +"352744",100893,104261 +"352745",100893,115240 +"352746",100893,115273 +"352747",100903,117277 +"352748",100903,117976 +"352749",100903,117982 +"352750",100904,106569 +"352751",100906,116617 +"352752",100909,103190 +"352753",100909,111993 +"352754",100909,122016 +"352755",100910,109284 +"352756",100912,109375 +"352757",100915,101250 +"352758",100915,116777 +"352759",100915,122632 +"352760",100916,100944 +"352761",100916,101126 +"352762",100916,101329 +"352763",100916,105557 +"352764",100916,107199 +"352765",100916,108743 +"352766",100916,108980 +"352767",100916,109291 +"352768",100916,109933 +"352769",100916,110483 +"352770",100916,110567 +"352771",100916,110572 +"352772",100916,110630 +"352773",100916,110648 +"352774",100916,110711 +"352775",100916,110770 +"352776",100916,110869 +"352777",100916,110911 +"352778",100916,111285 +"352779",100916,111314 +"352780",100916,111362 +"352781",100916,111372 +"352782",100916,111424 +"352783",100916,111433 +"352784",100916,112422 +"352785",100916,113269 +"352786",100916,113430 +"352787",100916,114242 +"352788",100916,114842 +"352789",100916,115427 +"352790",100916,115521 +"352791",100916,115711 +"352792",100921,116906 +"352793",100921,116907 +"352794",100922,100923 +"352795",100924,105442 +"352796",100924,118432 +"352797",100925,101570 +"352798",100926,106703 +"352799",100926,110427 +"352800",100926,111219 +"352801",100927,105392 +"352802",100927,105488 +"352803",100927,105500 +"352804",100927,106582 +"352805",100929,102073 +"352806",100930,110152 +"352807",100930,120351 +"352808",100932,105272 +"352809",100932,116916 +"352810",100933,115759 +"352811",100934,109468 +"352812",100934,110079 +"352813",100934,117155 +"352814",100934,117502 +"352815",100934,117503 +"352816",100934,122245 +"352817",100934,122488 +"352818",100934,122510 +"352819",100935,101026 +"352820",100935,101035 +"352821",100935,101454 +"352822",100937,101445 +"352823",100939,111762 +"352824",100941,109035 +"352825",100941,109761 +"352826",100943,109971 +"352827",100943,115993 +"352828",100944,101126 +"352829",100944,101166 +"352830",100944,101329 +"352831",100944,105557 +"352832",100944,105654 +"352833",100944,107199 +"352834",100944,108743 +"352835",100944,108980 +"352836",100944,109291 +"352837",100944,109933 +"352838",100944,110483 +"352839",100944,110567 +"352840",100944,110572 +"352841",100944,110630 +"352842",100944,110648 +"352843",100944,110711 +"352844",100944,110770 +"352845",100944,110869 +"352846",100944,110911 +"352847",100944,111285 +"352848",100944,111314 +"352849",100944,111362 +"352850",100944,111372 +"352851",100944,111424 +"352852",100944,111433 +"352853",100944,112422 +"352854",100944,113269 +"352855",100944,113430 +"352856",100944,114242 +"352857",100944,114842 +"352858",100944,115427 +"352859",100944,115521 +"352860",100944,115711 +"352861",100945,113741 +"352862",100950,100955 +"352863",100950,101028 +"352864",100951,101025 +"352865",100951,101442 +"352866",100951,101475 +"352867",100953,101934 +"352868",100955,101028 +"352869",100959,101032 +"352870",100960,110962 +"352871",100960,116882 +"352872",100961,109029 +"352873",100964,113658 +"352874",100966,104368 +"352875",100966,111698 +"352876",100969,106713 +"352877",100970,106014 +"352878",100970,114935 +"352879",100972,104022 +"352880",100978,102164 +"352881",100978,109619 +"352882",100978,109624 +"352883",100978,109625 +"352884",100981,102155 +"352885",100982,101005 +"352886",100984,100989 +"352887",100988,109091 +"352888",100988,110211 +"352889",100992,108010 +"352890",100994,104863 +"352891",100994,117739 +"352892",100995,102865 +"352893",100996,101002 +"352894",100996,103888 +"352895",100996,103892 +"352896",100998,106567 +"352897",100998,109259 +"352898",100998,114104 +"352899",100998,118636 +"352900",100998,120140 +"352901",100998,122429 +"352902",100998,122435 +"352903",101000,116504 +"352904",101003,110720 +"352905",101006,118138 +"352906",101009,101161 +"352907",101010,101891 +"352908",101011,101022 +"352909",101013,101020 +"352910",101014,107267 +"352911",101016,101087 +"352912",101016,102401 +"352913",101016,102796 +"352914",101016,105495 +"352915",101016,105955 +"352916",101016,116302 +"352917",101016,116315 +"352918",101016,116325 +"352919",101016,116331 +"352920",101017,101018 +"352921",101021,111861 +"352922",101022,115316 +"352923",101024,109385 +"352924",101025,101442 +"352925",101025,101475 +"352926",101026,101035 +"352927",101026,101454 +"352928",101027,118481 +"352929",101033,111353 +"352930",101033,112707 +"352931",101033,115663 +"352932",101033,115678 +"352933",101035,101454 +"352934",101036,121365 +"352935",101037,102660 +"352936",101037,118057 +"352937",101039,101061 +"352938",101039,102210 +"352939",101040,101043 +"352940",101040,101050 +"352941",101040,101051 +"352942",101040,101054 +"352943",101040,101627 +"352944",101042,101048 +"352945",101043,101050 +"352946",101043,101051 +"352947",101043,101054 +"352948",101043,101627 +"352949",101049,116425 +"352950",101050,101051 +"352951",101050,101054 +"352952",101050,101627 +"352953",101050,118198 +"352954",101050,118214 +"352955",101050,118218 +"352956",101051,101054 +"352957",101051,101627 +"352958",101053,103228 +"352959",101053,103927 +"352960",101053,103954 +"352961",101054,101627 +"352962",101055,102623 +"352963",101055,102662 +"352964",101055,102670 +"352965",101055,103797 +"352966",101058,103364 +"352967",101058,121642 +"352968",101059,102536 +"352969",101059,105274 +"352970",101061,102210 +"352971",101064,110078 +"352972",101066,102028 +"352973",101067,101484 +"352974",101067,107050 +"352975",101069,110690 +"352976",101071,116886 +"352977",101074,101499 +"352978",101074,103151 +"352979",101074,103206 +"352980",101075,111556 +"352981",101075,115594 +"352982",101075,119965 +"352983",101075,120029 +"352984",101077,108415 +"352985",101077,108623 +"352986",101078,110664 +"352987",101078,110672 +"352988",101081,113872 +"352989",101082,117020 +"352990",101084,103170 +"352991",101086,101090 +"352992",101087,102341 +"352993",101087,102401 +"352994",101087,105495 +"352995",101087,105955 +"352996",101087,106576 +"352997",101087,108577 +"352998",101087,108836 +"352999",101087,110376 +"353000",101087,110380 +"353001",101087,116302 +"353002",101087,116315 +"353003",101087,116325 +"353004",101087,116331 +"353005",101088,108399 +"353006",101089,101288 +"353007",101089,101364 +"353008",101089,101369 +"353009",101089,107468 +"353010",101089,107490 +"353011",101089,107493 +"353012",101091,103434 +"353013",101092,103698 +"353014",101093,106752 +"353015",101093,119978 +"353016",101093,120037 +"353017",101094,102685 +"353018",101096,101873 +"353019",101099,112964 +"353020",101100,104204 +"353021",101100,108193 +"353022",101100,110379 +"353023",101100,113799 +"353024",101100,118105 +"353025",101100,119673 +"353026",101100,120463 +"353027",101101,116823 +"353028",101102,117856 +"353029",101109,114598 +"353030",101112,101119 +"353031",101112,101924 +"353032",101112,112508 +"353033",101113,103462 +"353034",101113,119320 +"353035",101114,101118 +"353036",101115,105282 +"353037",101117,109262 +"353038",101117,110196 +"353039",101117,110216 +"353040",101121,116919 +"353041",101122,114866 +"353042",101122,114923 +"353043",101124,102970 +"353044",101125,102243 +"353045",101125,112456 +"353046",101126,101329 +"353047",101126,105557 +"353048",101126,107199 +"353049",101126,108743 +"353050",101126,108980 +"353051",101126,109291 +"353052",101126,109933 +"353053",101126,110483 +"353054",101126,110567 +"353055",101126,110572 +"353056",101126,110630 +"353057",101126,110648 +"353058",101126,110711 +"353059",101126,110770 +"353060",101126,110869 +"353061",101126,110911 +"353062",101126,111285 +"353063",101126,111314 +"353064",101126,111362 +"353065",101126,111372 +"353066",101126,111424 +"353067",101126,111433 +"353068",101126,112422 +"353069",101126,113269 +"353070",101126,113430 +"353071",101126,114242 +"353072",101126,114842 +"353073",101126,115427 +"353074",101126,115521 +"353075",101126,115711 +"353076",101127,101194 +"353077",101127,103238 +"353078",101128,102788 +"353079",101128,112567 +"353080",101128,115578 +"353081",101130,107409 +"353082",101130,108850 +"353083",101131,101148 +"353084",101131,101149 +"353085",101131,109219 +"353086",101131,110657 +"353087",101131,117830 +"353088",101131,118618 +"353089",101132,102093 +"353090",101133,103036 +"353091",101133,109726 +"353092",101134,102639 +"353093",101134,104139 +"353094",101135,101289 +"353095",101135,101290 +"353096",101135,101299 +"353097",101135,118629 +"353098",101135,121090 +"353099",101138,109872 +"353100",101138,111473 +"353101",101138,117046 +"353102",101138,117105 +"353103",101141,101153 +"353104",101142,107353 +"353105",101143,101168 +"353106",101143,101169 +"353107",101144,113032 +"353108",101148,101149 +"353109",101148,110392 +"353110",101148,110396 +"353111",101148,110657 +"353112",101148,117830 +"353113",101153,117820 +"353114",101155,101189 +"353115",101156,107544 +"353116",101156,119065 +"353117",101156,120375 +"353118",101159,114712 +"353119",101159,116765 +"353120",101163,114357 +"353121",101166,120210 +"353122",101168,101169 +"353123",101170,110226 +"353124",101172,105535 +"353125",101178,107554 +"353126",101179,105698 +"353127",101180,102827 +"353128",101180,103658 +"353129",101180,104867 +"353130",101180,109764 +"353131",101180,114832 +"353132",101183,117776 +"353133",101184,117246 +"353134",101190,102144 +"353135",101192,123062 +"353136",101198,109125 +"353137",101198,116897 +"353138",101199,101219 +"353139",101200,101211 +"353140",101201,101206 +"353141",101204,115657 +"353142",101208,101666 +"353143",101208,115905 +"353144",101212,101220 +"353145",101212,107844 +"353146",101212,117073 +"353147",101213,107457 +"353148",101213,115730 +"353149",101214,118186 +"353150",101216,116030 +"353151",101218,116018 +"353152",101223,101234 +"353153",101223,115686 +"353154",101227,121836 +"353155",101228,103826 +"353156",101228,110280 +"353157",101229,107818 +"353158",101231,102006 +"353159",101231,102107 +"353160",101231,102149 +"353161",101232,102123 +"353162",101235,119236 +"353163",101235,119239 +"353164",101236,110434 +"353165",101237,101238 +"353166",101240,113414 +"353167",101240,114374 +"353168",101240,114427 +"353169",101240,114434 +"353170",101243,101246 +"353171",101244,102080 +"353172",101250,101462 +"353173",101250,109885 +"353174",101250,110742 +"353175",101250,112606 +"353176",101250,116142 +"353177",101250,116150 +"353178",101250,116151 +"353179",101250,116152 +"353180",101250,116155 +"353181",101250,116159 +"353182",101250,116163 +"353183",101250,116165 +"353184",101250,116166 +"353185",101250,116171 +"353186",101250,116677 +"353187",101250,116678 +"353188",101250,116777 +"353189",101250,117163 +"353190",101250,117229 +"353191",101250,119338 +"353192",101252,101278 +"353193",101252,101754 +"353194",101253,101271 +"353195",101254,102102 +"353196",101255,106332 +"353197",101255,111890 +"353198",101256,105780 +"353199",101259,102692 +"353200",101261,102546 +"353201",101262,110613 +"353202",101262,110617 +"353203",101262,114219 +"353204",101263,117736 +"353205",101265,101268 +"353206",101265,102135 +"353207",101267,118493 +"353208",101268,102135 +"353209",101269,103343 +"353210",101270,101354 +"353211",101270,113195 +"353212",101276,109007 +"353213",101276,109650 +"353214",101276,114431 +"353215",101277,122397 +"353216",101278,101754 +"353217",101278,108608 +"353218",101278,108610 +"353219",101280,101293 +"353220",101281,116701 +"353221",101281,121058 +"353222",101281,121126 +"353223",101281,121130 +"353224",101286,121801 +"353225",101286,123023 +"353226",101286,123147 +"353227",101288,101364 +"353228",101288,101369 +"353229",101289,101290 +"353230",101289,101299 +"353231",101290,101299 +"353232",101291,104970 +"353233",101291,105177 +"353234",101291,105367 +"353235",101292,112709 +"353236",101294,101817 +"353237",101294,108021 +"353238",101298,106940 +"353239",101298,109200 +"353240",101298,119836 +"353241",101299,103496 +"353242",101306,102426 +"353243",101308,104985 +"353244",101309,102270 +"353245",101310,114731 +"353246",101311,123262 +"353247",101312,101316 +"353248",101312,101357 +"353249",101313,103282 +"353250",101314,101315 +"353251",101316,101357 +"353252",101323,101481 +"353253",101323,102845 +"353254",101323,104957 +"353255",101323,109815 +"353256",101323,111066 +"353257",101323,113278 +"353258",101323,113314 +"353259",101323,114723 +"353260",101323,116644 +"353261",101323,117804 +"353262",101323,121414 +"353263",101323,122345 +"353264",101323,122353 +"353265",101323,122358 +"353266",101323,122360 +"353267",101323,122366 +"353268",101323,122367 +"353269",101323,122376 +"353270",101323,122383 +"353271",101323,122393 +"353272",101323,122394 +"353273",101323,122398 +"353274",101323,122402 +"353275",101323,122403 +"353276",101323,122409 +"353277",101323,122412 +"353278",101323,122414 +"353279",101323,122415 +"353280",101323,122417 +"353281",101323,122418 +"353282",101323,122421 +"353283",101323,122422 +"353284",101323,122437 +"353285",101323,122438 +"353286",101323,122440 +"353287",101323,123424 +"353288",101324,121269 +"353289",101325,106863 +"353290",101325,106902 +"353291",101326,113433 +"353292",101326,113441 +"353293",101328,101393 +"353294",101328,102424 +"353295",101329,105557 +"353296",101329,107199 +"353297",101329,108743 +"353298",101329,108980 +"353299",101329,109291 +"353300",101329,109933 +"353301",101329,110483 +"353302",101329,110567 +"353303",101329,110572 +"353304",101329,110630 +"353305",101329,110648 +"353306",101329,110711 +"353307",101329,110770 +"353308",101329,110869 +"353309",101329,110911 +"353310",101329,111285 +"353311",101329,111314 +"353312",101329,111362 +"353313",101329,111372 +"353314",101329,111424 +"353315",101329,111433 +"353316",101329,112422 +"353317",101329,113269 +"353318",101329,113430 +"353319",101329,114242 +"353320",101329,114842 +"353321",101329,115427 +"353322",101329,115521 +"353323",101329,115711 +"353324",101332,111074 +"353325",101332,111090 +"353326",101333,101335 +"353327",101333,110887 +"353328",101333,118521 +"353329",101337,107334 +"353330",101338,107811 +"353331",101338,112770 +"353332",101338,113762 +"353333",101342,118913 +"353334",101345,102576 +"353335",101345,104381 +"353336",101345,119545 +"353337",101350,101351 +"353338",101353,101362 +"353339",101354,108324 +"353340",101354,121001 +"353341",101354,121002 +"353342",101354,121008 +"353343",101354,122681 +"353344",101354,122683 +"353345",101354,122714 +"353346",101354,122715 +"353347",101355,114201 +"353348",101355,122113 +"353349",101356,101361 +"353350",101356,101363 +"353351",101356,108099 +"353352",101361,101363 +"353353",101361,105892 +"353354",101361,108099 +"353355",101363,108099 +"353356",101364,101369 +"353357",101364,114490 +"353358",101366,101698 +"353359",101366,121801 +"353360",101368,101373 +"353361",101369,106089 +"353362",101370,101372 +"353363",101371,106791 +"353364",101371,109021 +"353365",101371,109113 +"353366",101371,114642 +"353367",101374,112660 +"353368",101377,112368 +"353369",101378,106596 +"353370",101378,106598 +"353371",101378,115377 +"353372",101381,101766 +"353373",101381,104588 +"353374",101381,104735 +"353375",101381,106409 +"353376",101381,106413 +"353377",101381,110335 +"353378",101381,110336 +"353379",101386,105040 +"353380",101388,119106 +"353381",101388,119116 +"353382",101389,112895 +"353383",101391,104571 +"353384",101391,117587 +"353385",101391,119281 +"353386",101391,119341 +"353387",101393,102424 +"353388",101394,101401 +"353389",101395,107948 +"353390",101395,112410 +"353391",101395,114865 +"353392",101395,116970 +"353393",101395,121145 +"353394",101398,108112 +"353395",101399,115204 +"353396",101402,107882 +"353397",101406,102349 +"353398",101406,109665 +"353399",101408,103635 +"353400",101409,102299 +"353401",101409,117335 +"353402",101410,102584 +"353403",101410,102604 +"353404",101411,107753 +"353405",101412,102122 +"353406",101413,107974 +"353407",101413,115605 +"353408",101414,101443 +"353409",101419,121720 +"353410",101420,106590 +"353411",101420,106600 +"353412",101427,101434 +"353413",101427,101486 +"353414",101427,119293 +"353415",101428,101471 +"353416",101433,101583 +"353417",101433,101600 +"353418",101433,105286 +"353419",101434,101486 +"353420",101434,107920 +"353421",101437,106847 +"353422",101437,117712 +"353423",101441,111311 +"353424",101441,121339 +"353425",101441,121348 +"353426",101441,121354 +"353427",101442,101475 +"353428",101444,110082 +"353429",101445,112916 +"353430",101448,101498 +"353431",101449,101477 +"353432",101452,101458 +"353433",101452,119222 +"353434",101453,102727 +"353435",101457,107206 +"353436",101459,110594 +"353437",101460,117321 +"353438",101460,118407 +"353439",101460,118465 +"353440",101461,120677 +"353441",101461,120727 +"353442",101462,109885 +"353443",101462,110742 +"353444",101462,112606 +"353445",101462,116142 +"353446",101462,116150 +"353447",101462,116151 +"353448",101462,116152 +"353449",101462,116155 +"353450",101462,116159 +"353451",101462,116163 +"353452",101462,116165 +"353453",101462,116166 +"353454",101462,116171 +"353455",101462,116677 +"353456",101462,116678 +"353457",101466,115476 +"353458",101466,120190 +"353459",101468,114915 +"353460",101472,101488 +"353461",101472,105388 +"353462",101474,101483 +"353463",101477,101650 +"353464",101477,108415 +"353465",101477,110149 +"353466",101477,114795 +"353467",101480,120193 +"353468",101482,102757 +"353469",101484,101870 +"353470",101484,104662 +"353471",101484,111317 +"353472",101491,108554 +"353473",101491,108583 +"353474",101493,113822 +"353475",101496,101978 +"353476",101496,114658 +"353477",101499,103151 +"353478",101499,103206 +"353479",101501,102012 +"353480",101501,114031 +"353481",101501,120127 +"353482",101502,103923 +"353483",101506,102919 +"353484",101506,112531 +"353485",101506,115967 +"353486",101507,115898 +"353487",101509,116910 +"353488",101511,111972 +"353489",101512,101576 +"353490",101512,101577 +"353491",101512,107995 +"353492",101513,102236 +"353493",101513,111364 +"353494",101513,117092 +"353495",101513,121500 +"353496",101513,122925 +"353497",101513,122957 +"353498",101515,105410 +"353499",101516,102387 +"353500",101516,108374 +"353501",101516,108893 +"353502",101516,109101 +"353503",101516,109523 +"353504",101516,110993 +"353505",101516,111338 +"353506",101516,111398 +"353507",101516,111409 +"353508",101516,111480 +"353509",101516,112422 +"353510",101516,112648 +"353511",101516,112708 +"353512",101516,112820 +"353513",101516,112997 +"353514",101516,113597 +"353515",101516,114418 +"353516",101516,114582 +"353517",101516,115371 +"353518",101516,116028 +"353519",101516,116604 +"353520",101518,101528 +"353521",101520,114127 +"353522",101521,101538 +"353523",101521,101556 +"353524",101522,115633 +"353525",101523,113961 +"353526",101524,101785 +"353527",101524,109010 +"353528",101524,109733 +"353529",101524,113271 +"353530",101524,119188 +"353531",101525,112552 +"353532",101526,101965 +"353533",101526,106168 +"353534",101526,116443 +"353535",101528,103498 +"353536",101528,119704 +"353537",101530,115392 +"353538",101534,101684 +"353539",101534,101685 +"353540",101534,101706 +"353541",101534,102703 +"353542",101534,110998 +"353543",101534,111048 +"353544",101534,111067 +"353545",101534,112672 +"353546",101534,115018 +"353547",101535,107516 +"353548",101538,101556 +"353549",101540,105990 +"353550",101549,107074 +"353551",101551,101839 +"353552",101551,112512 +"353553",101553,109942 +"353554",101558,109527 +"353555",101560,113741 +"353556",101560,120851 +"353557",101560,120868 +"353558",101561,102582 +"353559",101561,105483 +"353560",101564,105364 +"353561",101564,120668 +"353562",101567,104730 +"353563",101567,111221 +"353564",101567,111324 +"353565",101567,111364 +"353566",101567,111365 +"353567",101568,120950 +"353568",101569,111682 +"353569",101572,114539 +"353570",101573,108576 +"353571",101573,109448 +"353572",101573,109456 +"353573",101573,109459 +"353574",101575,101599 +"353575",101576,101577 +"353576",101576,107995 +"353577",101576,117083 +"353578",101577,107995 +"353579",101578,121098 +"353580",101582,109924 +"353581",101583,101600 +"353582",101583,105286 +"353583",101583,122405 +"353584",101583,122406 +"353585",101590,103011 +"353586",101590,112687 +"353587",101599,117778 +"353588",101600,105286 +"353589",101600,106323 +"353590",101600,116084 +"353591",101600,122405 +"353592",101600,122406 +"353593",101602,113935 +"353594",101604,102202 +"353595",101604,103097 +"353596",101604,103118 +"353597",101604,103143 +"353598",101604,106155 +"353599",101604,109099 +"353600",101605,122489 +"353601",101608,102908 +"353602",101610,123213 +"353603",101615,102055 +"353604",101615,102068 +"353605",101616,101860 +"353606",101616,107891 +"353607",101616,110119 +"353608",101616,110863 +"353609",101617,105826 +"353610",101617,118975 +"353611",101617,118979 +"353612",101618,102209 +"353613",101620,103320 +"353614",101620,106553 +"353615",101620,115033 +"353616",101620,115540 +"353617",101620,121565 +"353618",101620,123045 +"353619",101621,103936 +"353620",101621,109806 +"353621",101621,114498 +"353622",101623,101665 +"353623",101625,101661 +"353624",101625,108513 +"353625",101625,110711 +"353626",101625,119322 +"353627",101629,116237 +"353628",101631,101656 +"353629",101632,102433 +"353630",101633,101638 +"353631",101633,101676 +"353632",101636,102300 +"353633",101636,102315 +"353634",101636,115950 +"353635",101638,101676 +"353636",101642,110139 +"353637",101642,110418 +"353638",101645,109809 +"353639",101646,119673 +"353640",101646,122981 +"353641",101647,101674 +"353642",101649,111949 +"353643",101650,120084 +"353644",101650,120468 +"353645",101655,101657 +"353646",101657,102342 +"353647",101658,109603 +"353648",101658,111946 +"353649",101658,119818 +"353650",101659,104106 +"353651",101660,111867 +"353652",101664,114908 +"353653",101664,114982 +"353654",101669,108733 +"353655",101671,107105 +"353656",101671,108657 +"353657",101671,116535 +"353658",101675,104446 +"353659",101675,114809 +"353660",101678,101690 +"353661",101679,101854 +"353662",101679,101874 +"353663",101681,101967 +"353664",101681,104887 +"353665",101681,105660 +"353666",101681,122767 +"353667",101682,103644 +"353668",101682,108829 +"353669",101684,101685 +"353670",101684,101706 +"353671",101684,102703 +"353672",101684,112672 +"353673",101684,115018 +"353674",101685,101706 +"353675",101687,108411 +"353676",101687,110359 +"353677",101687,110381 +"353678",101687,111320 +"353679",101687,116763 +"353680",101688,104448 +"353681",101688,104450 +"353682",101688,104481 +"353683",101688,104503 +"353684",101688,108459 +"353685",101690,111003 +"353686",101692,109494 +"353687",101692,113935 +"353688",101692,114255 +"353689",101693,101694 +"353690",101697,101720 +"353691",101699,101739 +"353692",101700,101705 +"353693",101700,102110 +"353694",101700,102111 +"353695",101702,104576 +"353696",101705,102110 +"353697",101705,102111 +"353698",101706,109483 +"353699",101706,109484 +"353700",101709,107302 +"353701",101709,119564 +"353702",101709,121514 +"353703",101712,118232 +"353704",101713,105457 +"353705",101713,105477 +"353706",101716,111416 +"353707",101718,103568 +"353708",101718,103586 +"353709",101721,101948 +"353710",101722,121096 +"353711",101730,101753 +"353712",101731,112818 +"353713",101732,106388 +"353714",101732,108065 +"353715",101732,111770 +"353716",101732,112612 +"353717",101732,113152 +"353718",101734,101749 +"353719",101735,104452 +"353720",101735,115822 +"353721",101738,102125 +"353722",101738,103222 +"353723",101738,111123 +"353724",101738,114568 +"353725",101738,117014 +"353726",101739,104409 +"353727",101739,104847 +"353728",101739,105121 +"353729",101739,110703 +"353730",101739,110712 +"353731",101739,110981 +"353732",101739,116856 +"353733",101740,104021 +"353734",101740,104374 +"353735",101740,105578 +"353736",101742,102044 +"353737",101743,102274 +"353738",101743,107691 +"353739",101745,101756 +"353740",101745,101768 +"353741",101750,112990 +"353742",101750,113008 +"353743",101750,115690 +"353744",101751,101777 +"353745",101752,101875 +"353746",101752,106039 +"353747",101756,101768 +"353748",101759,101953 +"353749",101760,104122 +"353750",101765,102298 +"353751",101766,106409 +"353752",101766,117650 +"353753",101766,117654 +"353754",101766,117665 +"353755",101767,110275 +"353756",101768,123144 +"353757",101772,109233 +"353758",101772,116852 +"353759",101772,119022 +"353760",101774,101856 +"353761",101775,105689 +"353762",101776,101782 +"353763",101778,101889 +"353764",101779,123124 +"353765",101783,104962 +"353766",101783,108689 +"353767",101783,108690 +"353768",101783,109319 +"353769",101783,111888 +"353770",101785,109733 +"353771",101787,109798 +"353772",101788,101944 +"353773",101791,101852 +"353774",101791,120770 +"353775",101793,109663 +"353776",101793,116808 +"353777",101793,122267 +"353778",101793,122312 +"353779",101794,101795 +"353780",101797,103264 +"353781",101797,115580 +"353782",101798,104848 +"353783",101798,104911 +"353784",101798,104942 +"353785",101799,101800 +"353786",101799,108182 +"353787",101800,104663 +"353788",101800,118470 +"353789",101802,105373 +"353790",101805,101825 +"353791",101805,101835 +"353792",101806,101837 +"353793",101806,101838 +"353794",101806,101851 +"353795",101807,101832 +"353796",101808,101831 +"353797",101813,114717 +"353798",101813,116209 +"353799",101816,120162 +"353800",101817,108372 +"353801",101819,101847 +"353802",101819,108859 +"353803",101820,104662 +"353804",101820,106576 +"353805",101820,110508 +"353806",101820,112794 +"353807",101820,115013 +"353808",101820,115354 +"353809",101820,116981 +"353810",101820,119194 +"353811",101825,101835 +"353812",101826,105857 +"353813",101826,109725 +"353814",101826,109731 +"353815",101827,105224 +"353816",101827,105696 +"353817",101827,108654 +"353818",101827,108661 +"353819",101832,101886 +"353820",101832,101887 +"353821",101832,109375 +"353822",101833,110693 +"353823",101834,108435 +"353824",101837,101838 +"353825",101837,101851 +"353826",101838,101851 +"353827",101840,115043 +"353828",101842,111983 +"353829",101843,113964 +"353830",101843,113968 +"353831",101843,113969 +"353832",101844,111432 +"353833",101845,118560 +"353834",101848,101849 +"353835",101848,119426 +"353836",101850,103852 +"353837",101850,118753 +"353838",101853,101862 +"353839",101853,101869 +"353840",101853,101881 +"353841",101853,101894 +"353842",101854,101874 +"353843",101855,104852 +"353844",101855,107035 +"353845",101858,117768 +"353846",101860,115798 +"353847",101862,101869 +"353848",101862,101881 +"353849",101862,101894 +"353850",101866,104241 +"353851",101867,110420 +"353852",101869,101881 +"353853",101869,101894 +"353854",101869,102230 +"353855",101869,105744 +"353856",101869,111974 +"353857",101869,113432 +"353858",101869,113649 +"353859",101869,113688 +"353860",101869,114484 +"353861",101869,114486 +"353862",101869,114534 +"353863",101870,104887 +"353864",101871,101884 +"353865",101877,101890 +"353866",101878,105559 +"353867",101878,109785 +"353868",101878,110233 +"353869",101878,116844 +"353870",101879,109029 +"353871",101879,117269 +"353872",101881,101894 +"353873",101881,114484 +"353874",101881,114486 +"353875",101881,114534 +"353876",101882,115675 +"353877",101882,116698 +"353878",101883,104496 +"353879",101886,101887 +"353880",101886,118596 +"353881",101887,109263 +"353882",101888,111198 +"353883",101892,112414 +"353884",101892,121584 +"353885",101894,102230 +"353886",101894,105744 +"353887",101894,111974 +"353888",101894,113432 +"353889",101894,113649 +"353890",101894,113688 +"353891",101895,101907 +"353892",101896,105152 +"353893",101898,101988 +"353894",101898,102146 +"353895",101898,102201 +"353896",101898,102309 +"353897",101898,102635 +"353898",101898,102730 +"353899",101898,102846 +"353900",101898,103790 +"353901",101898,104095 +"353902",101898,104574 +"353903",101898,104784 +"353904",101898,104845 +"353905",101898,107269 +"353906",101898,107623 +"353907",101898,107714 +"353908",101898,107879 +"353909",101898,107975 +"353910",101899,107204 +"353911",101899,115355 +"353912",101903,103748 +"353913",101903,103749 +"353914",101903,103750 +"353915",101903,103761 +"353916",101904,121131 +"353917",101907,105757 +"353918",101907,115843 +"353919",101908,110996 +"353920",101908,112083 +"353921",101910,110139 +"353922",101914,101946 +"353923",101914,103631 +"353924",101914,103723 +"353925",101914,103732 +"353926",101914,103759 +"353927",101914,103773 +"353928",101914,114505 +"353929",101916,101919 +"353930",101916,104267 +"353931",101919,104267 +"353932",101919,114834 +"353933",101920,104462 +"353934",101922,106032 +"353935",101922,113934 +"353936",101924,105494 +"353937",101924,112253 +"353938",101929,104759 +"353939",101929,104773 +"353940",101929,112517 +"353941",101931,117315 +"353942",101933,110049 +"353943",101933,110052 +"353944",101933,110166 +"353945",101935,101966 +"353946",101940,111472 +"353947",101940,118077 +"353948",101941,105555 +"353949",101941,105572 +"353950",101950,101969 +"353951",101951,102053 +"353952",101955,121666 +"353953",101958,104061 +"353954",101958,104086 +"353955",101958,114492 +"353956",101958,121507 +"353957",101959,111787 +"353958",101959,113560 +"353959",101967,106576 +"353960",101967,107539 +"353961",101967,109820 +"353962",101967,110380 +"353963",101967,110394 +"353964",101967,119592 +"353965",101967,120033 +"353966",101970,103996 +"353967",101970,122541 +"353968",101970,122824 +"353969",101971,104452 +"353970",101971,105887 +"353971",101971,106001 +"353972",101971,106996 +"353973",101971,111948 +"353974",101975,101995 +"353975",101975,103827 +"353976",101975,118176 +"353977",101978,110457 +"353978",101981,117990 +"353979",101983,116147 +"353980",101983,116180 +"353981",101984,102015 +"353982",101986,102430 +"353983",101986,109521 +"353984",101988,102146 +"353985",101988,102201 +"353986",101988,102309 +"353987",101988,102635 +"353988",101988,102730 +"353989",101988,102846 +"353990",101988,103790 +"353991",101988,104095 +"353992",101988,104574 +"353993",101988,104784 +"353994",101988,104845 +"353995",101988,107269 +"353996",101988,107623 +"353997",101988,107714 +"353998",101988,107879 +"353999",101988,107975 +"354000",101993,105012 +"354001",101993,107798 +"354002",101995,118503 +"354003",101997,101998 +"354004",101998,108507 +"354005",101998,108510 +"354006",101999,105490 +"354007",101999,112331 +"354008",101999,120666 +"354009",102003,102101 +"354010",102003,102950 +"354011",102003,114679 +"354012",102004,111593 +"354013",102006,102107 +"354014",102006,102149 +"354015",102006,118628 +"354016",102008,102022 +"354017",102008,106919 +"354018",102008,106935 +"354019",102008,107117 +"354020",102010,102035 +"354021",102017,102034 +"354022",102017,121603 +"354023",102018,110796 +"354024",102018,118605 +"354025",102018,118607 +"354026",102018,118643 +"354027",102019,104252 +"354028",102019,104383 +"354029",102019,108450 +"354030",102023,113771 +"354031",102027,102558 +"354032",102029,117131 +"354033",102030,106561 +"354034",102031,105492 +"354035",102047,107653 +"354036",102048,109819 +"354037",102048,111838 +"354038",102050,111195 +"354039",102050,112572 +"354040",102050,113496 +"354041",102050,115567 +"354042",102050,116652 +"354043",102052,102118 +"354044",102053,106569 +"354045",102053,107993 +"354046",102053,110655 +"354047",102055,102068 +"354048",102057,102343 +"354049",102057,102344 +"354050",102059,114804 +"354051",102059,118125 +"354052",102060,102061 +"354053",102063,109978 +"354054",102063,109979 +"354055",102063,109980 +"354056",102063,109981 +"354057",102066,106320 +"354058",102079,103270 +"354059",102079,103678 +"354060",102079,109115 +"354061",102079,109116 +"354062",102079,109119 +"354063",102079,109121 +"354064",102085,102145 +"354065",102085,102216 +"354066",102092,118553 +"354067",102093,105437 +"354068",102096,102120 +"354069",102099,115644 +"354070",102101,108597 +"354071",102101,110399 +"354072",102104,115020 +"354073",102107,102149 +"354074",102110,102111 +"354075",102110,102497 +"354076",102114,102319 +"354077",102118,120349 +"354078",102119,112436 +"354079",102125,103222 +"354080",102128,115698 +"354081",102128,115760 +"354082",102129,123346 +"354083",102135,106319 +"354084",102135,109202 +"354085",102138,108180 +"354086",102143,117029 +"354087",102145,102216 +"354088",102145,102440 +"354089",102145,102446 +"354090",102145,102491 +"354091",102145,107197 +"354092",102146,102201 +"354093",102146,102309 +"354094",102146,102635 +"354095",102146,102730 +"354096",102146,102846 +"354097",102146,103790 +"354098",102146,104095 +"354099",102146,104574 +"354100",102146,104784 +"354101",102146,104845 +"354102",102146,107269 +"354103",102146,107623 +"354104",102146,107714 +"354105",102146,107879 +"354106",102146,107975 +"354107",102147,102148 +"354108",102147,122058 +"354109",102147,122061 +"354110",102152,122478 +"354111",102154,122231 +"354112",102158,122453 +"354113",102160,108759 +"354114",102160,109088 +"354115",102162,102189 +"354116",102163,102175 +"354117",102163,102193 +"354118",102163,102200 +"354119",102163,108403 +"354120",102164,109619 +"354121",102164,109624 +"354122",102164,109625 +"354123",102165,104871 +"354124",102165,114448 +"354125",102165,117849 +"354126",102167,102211 +"354127",102167,103923 +"354128",102167,113588 +"354129",102169,123048 +"354130",102170,102346 +"354131",102170,118606 +"354132",102173,102174 +"354133",102174,107704 +"354134",102175,102193 +"354135",102175,102200 +"354136",102176,102419 +"354137",102177,120417 +"354138",102178,107784 +"354139",102184,107842 +"354140",102185,102190 +"354141",102185,102196 +"354142",102185,102197 +"354143",102185,102212 +"354144",102187,102188 +"354145",102190,102196 +"354146",102190,102197 +"354147",102190,102212 +"354148",102191,119772 +"354149",102192,104451 +"354150",102192,122073 +"354151",102193,102200 +"354152",102195,110680 +"354153",102196,102197 +"354154",102196,102212 +"354155",102197,102212 +"354156",102198,102205 +"354157",102198,102235 +"354158",102198,102248 +"354159",102198,102265 +"354160",102199,102272 +"354161",102199,102287 +"354162",102201,102309 +"354163",102201,102635 +"354164",102201,102730 +"354165",102201,102846 +"354166",102201,103790 +"354167",102201,104095 +"354168",102201,104574 +"354169",102201,104784 +"354170",102201,104845 +"354171",102201,107269 +"354172",102201,107623 +"354173",102201,107714 +"354174",102201,107879 +"354175",102201,107975 +"354176",102202,109099 +"354177",102202,119516 +"354178",102202,122633 +"354179",102204,102731 +"354180",102205,102235 +"354181",102205,102248 +"354182",102205,102265 +"354183",102206,103461 +"354184",102207,102208 +"354185",102209,111023 +"354186",102209,113027 +"354187",102211,105546 +"354188",102211,105562 +"354189",102215,102233 +"354190",102215,108760 +"354191",102215,121352 +"354192",102216,102440 +"354193",102216,102446 +"354194",102216,102491 +"354195",102216,107197 +"354196",102217,102242 +"354197",102219,102273 +"354198",102221,111405 +"354199",102221,116787 +"354200",102223,104145 +"354201",102223,115172 +"354202",102223,115175 +"354203",102223,117194 +"354204",102224,105291 +"354205",102225,107276 +"354206",102226,102401 +"354207",102226,102518 +"354208",102226,103205 +"354209",102226,103277 +"354210",102226,104852 +"354211",102226,106458 +"354212",102226,106576 +"354213",102227,102280 +"354214",102228,106484 +"354215",102229,108626 +"354216",102229,119091 +"354217",102229,119129 +"354218",102229,119534 +"354219",102230,105744 +"354220",102230,111974 +"354221",102230,113432 +"354222",102230,113649 +"354223",102230,113688 +"354224",102232,102239 +"354225",102235,102248 +"354226",102235,102265 +"354227",102236,111364 +"354228",102236,117092 +"354229",102236,122925 +"354230",102236,122957 +"354231",102238,116871 +"354232",102243,102275 +"354233",102243,104857 +"354234",102243,112263 +"354235",102243,112267 +"354236",102243,112456 +"354237",102243,112472 +"354238",102245,102246 +"354239",102245,102285 +"354240",102246,102285 +"354241",102248,102265 +"354242",102252,114855 +"354243",102252,117410 +"354244",102252,117656 +"354245",102253,114113 +"354246",102253,114114 +"354247",102255,103778 +"354248",102255,118007 +"354249",102255,118396 +"354250",102255,120041 +"354251",102255,122969 +"354252",102257,116122 +"354253",102258,102524 +"354254",102261,109595 +"354255",102262,102263 +"354256",102266,107468 +"354257",102272,102287 +"354258",102278,109958 +"354259",102278,115483 +"354260",102282,122416 +"354261",102283,112162 +"354262",102284,102306 +"354263",102288,106254 +"354264",102288,106360 +"354265",102288,106370 +"354266",102288,106379 +"354267",102288,106385 +"354268",102288,115609 +"354269",102290,102329 +"354270",102292,107036 +"354271",102292,111215 +"354272",102292,121950 +"354273",102292,121966 +"354274",102292,121971 +"354275",102292,121976 +"354276",102294,105655 +"354277",102298,103289 +"354278",102298,103298 +"354279",102300,102315 +"354280",102300,118704 +"354281",102301,113955 +"354282",102303,115655 +"354283",102305,117506 +"354284",102309,102635 +"354285",102309,102730 +"354286",102309,102846 +"354287",102309,103790 +"354288",102309,104095 +"354289",102309,104574 +"354290",102309,104784 +"354291",102309,104845 +"354292",102309,107269 +"354293",102309,107623 +"354294",102309,107714 +"354295",102309,107879 +"354296",102309,107975 +"354297",102310,115008 +"354298",102310,120972 +"354299",102310,121056 +"354300",102311,106591 +"354301",102311,107993 +"354302",102311,108483 +"354303",102311,112834 +"354304",102312,103817 +"354305",102312,123484 +"354306",102314,106252 +"354307",102315,111964 +"354308",102315,111997 +"354309",102316,106415 +"354310",102316,121779 +"354311",102316,123293 +"354312",102316,123294 +"354313",102316,123308 +"354314",102316,123309 +"354315",102316,123310 +"354316",102316,123315 +"354317",102316,123318 +"354318",102316,123319 +"354319",102316,123320 +"354320",102316,123338 +"354321",102316,123341 +"354322",102316,123344 +"354323",102316,123345 +"354324",102322,102337 +"354325",102323,102335 +"354326",102324,104543 +"354327",102324,106156 +"354328",102324,106181 +"354329",102324,117144 +"354330",102326,102340 +"354331",102326,102356 +"354332",102327,102355 +"354333",102327,110763 +"354334",102327,119357 +"354335",102330,102347 +"354336",102330,103796 +"354337",102332,102357 +"354338",102332,104343 +"354339",102334,114298 +"354340",102337,102431 +"354341",102338,107622 +"354342",102338,107883 +"354343",102339,113971 +"354344",102340,102356 +"354345",102341,104981 +"354346",102341,110024 +"354347",102341,110376 +"354348",102341,110380 +"354349",102341,111983 +"354350",102343,102344 +"354351",102346,113813 +"354352",102349,112856 +"354353",102351,113253 +"354354",102351,120463 +"354355",102351,121167 +"354356",102353,106528 +"354357",102353,109371 +"354358",102353,109373 +"354359",102353,111155 +"354360",102355,109018 +"354361",102359,115885 +"354362",102360,102400 +"354363",102363,106635 +"354364",102364,102377 +"354365",102366,110095 +"354366",102368,109000 +"354367",102368,114145 +"354368",102368,120665 +"354369",102374,121696 +"354370",102379,102522 +"354371",102379,115509 +"354372",102380,102435 +"354373",102382,106949 +"354374",102385,102396 +"354375",102385,102475 +"354376",102387,108374 +"354377",102387,108893 +"354378",102387,109101 +"354379",102387,109523 +"354380",102387,110993 +"354381",102387,111338 +"354382",102387,111398 +"354383",102387,111409 +"354384",102387,111480 +"354385",102387,111560 +"354386",102387,112422 +"354387",102387,112648 +"354388",102387,112708 +"354389",102387,112820 +"354390",102387,112997 +"354391",102387,113597 +"354392",102387,114418 +"354393",102387,114582 +"354394",102387,115371 +"354395",102387,116028 +"354396",102387,116604 +"354397",102388,107772 +"354398",102388,120632 +"354399",102394,102527 +"354400",102394,103674 +"354401",102394,114233 +"354402",102396,102475 +"354403",102396,103343 +"354404",102397,103820 +"354405",102397,105494 +"354406",102397,110243 +"354407",102398,113747 +"354408",102401,102518 +"354409",102401,102796 +"354410",102401,105463 +"354411",102401,105495 +"354412",102401,105955 +"354413",102401,116302 +"354414",102401,116315 +"354415",102401,116325 +"354416",102401,116331 +"354417",102402,102471 +"354418",102402,107697 +"354419",102404,122797 +"354420",102409,107905 +"354421",102411,102452 +"354422",102412,106982 +"354423",102412,108224 +"354424",102413,102423 +"354425",102413,102441 +"354426",102413,102458 +"354427",102414,112828 +"354428",102414,120551 +"354429",102414,121405 +"354430",102417,107000 +"354431",102419,104389 +"354432",102420,108750 +"354433",102420,114437 +"354434",102423,102441 +"354435",102423,102458 +"354436",102424,116092 +"354437",102424,116104 +"354438",102424,116216 +"354439",102426,107303 +"354440",102426,119155 +"354441",102429,112027 +"354442",102432,103188 +"354443",102435,119772 +"354444",102436,102444 +"354445",102437,117087 +"354446",102437,117891 +"354447",102437,118862 +"354448",102437,121706 +"354449",102437,121713 +"354450",102438,102456 +"354451",102439,112297 +"354452",102439,119694 +"354453",102439,119696 +"354454",102439,122800 +"354455",102440,102446 +"354456",102440,102491 +"354457",102440,107197 +"354458",102441,102458 +"354459",102441,113409 +"354460",102441,113410 +"354461",102443,108976 +"354462",102443,110023 +"354463",102443,116847 +"354464",102446,102491 +"354465",102446,107197 +"354466",102448,104367 +"354467",102450,114744 +"354468",102451,108163 +"354469",102451,111285 +"354470",102451,116494 +"354471",102454,102550 +"354472",102455,102474 +"354473",102459,112289 +"354474",102459,116781 +"354475",102461,103233 +"354476",102464,110569 +"354477",102464,120412 +"354478",102467,104754 +"354479",102467,114354 +"354480",102468,116669 +"354481",102468,116670 +"354482",102470,102500 +"354483",102470,102501 +"354484",102471,107697 +"354485",102476,122195 +"354486",102478,102521 +"354487",102481,102516 +"354488",102482,102511 +"354489",102483,110131 +"354490",102483,110147 +"354491",102483,110155 +"354492",102483,110173 +"354493",102483,112774 +"354494",102485,111246 +"354495",102485,121904 +"354496",102487,115114 +"354497",102488,102499 +"354498",102491,107197 +"354499",102494,102513 +"354500",102495,119623 +"354501",102497,102517 +"354502",102498,105714 +"354503",102499,104753 +"354504",102500,102501 +"354505",102500,103596 +"354506",102500,111735 +"354507",102500,111737 +"354508",102500,111740 +"354509",102500,112487 +"354510",102504,112457 +"354511",102504,122281 +"354512",102518,106769 +"354513",102518,110466 +"354514",102519,103637 +"354515",102520,103667 +"354516",102520,107144 +"354517",102524,103591 +"354518",102528,115237 +"354519",102529,111490 +"354520",102530,102564 +"354521",102530,102575 +"354522",102533,102542 +"354523",102533,102560 +"354524",102535,106275 +"354525",102535,106280 +"354526",102536,105274 +"354527",102537,102624 +"354528",102537,105489 +"354529",102539,102543 +"354530",102539,102700 +"354531",102540,102557 +"354532",102542,102560 +"354533",102542,107425 +"354534",102543,102700 +"354535",102544,110345 +"354536",102545,103656 +"354537",102545,115146 +"354538",102545,121711 +"354539",102546,108562 +"354540",102546,120519 +"354541",102547,102563 +"354542",102559,109019 +"354543",102561,107023 +"354544",102561,107101 +"354545",102561,108620 +"354546",102561,109283 +"354547",102561,114882 +"354548",102564,102575 +"354549",102568,102571 +"354550",102571,103719 +"354551",102571,105972 +"354552",102571,112242 +"354553",102572,116906 +"354554",102576,108209 +"354555",102576,108240 +"354556",102577,122233 +"354557",102584,102604 +"354558",102585,103651 +"354559",102586,111448 +"354560",102586,111505 +"354561",102586,113919 +"354562",102586,115207 +"354563",102586,115209 +"354564",102587,109730 +"354565",102588,111040 +"354566",102588,120390 +"354567",102594,102595 +"354568",102597,104146 +"354569",102599,120591 +"354570",102606,110898 +"354571",102608,118326 +"354572",102609,119929 +"354573",102611,102633 +"354574",102613,102621 +"354575",102614,111032 +"354576",102619,114753 +"354577",102619,120407 +"354578",102619,120409 +"354579",102620,108333 +"354580",102623,102662 +"354581",102623,102670 +"354582",102624,105489 +"354583",102628,103956 +"354584",102628,103980 +"354585",102628,110575 +"354586",102630,102638 +"354587",102635,102730 +"354588",102635,102846 +"354589",102635,103790 +"354590",102635,104095 +"354591",102635,104574 +"354592",102635,104784 +"354593",102635,104845 +"354594",102635,107269 +"354595",102635,107623 +"354596",102635,107714 +"354597",102635,107879 +"354598",102635,107975 +"354599",102636,104512 +"354600",102636,116439 +"354601",102637,102676 +"354602",102637,118925 +"354603",102639,104139 +"354604",102640,105400 +"354605",102640,113158 +"354606",102640,119094 +"354607",102641,115266 +"354608",102646,106882 +"354609",102646,106898 +"354610",102648,102664 +"354611",102650,113060 +"354612",102650,113735 +"354613",102651,102681 +"354614",102654,104202 +"354615",102654,112523 +"354616",102659,106623 +"354617",102661,120745 +"354618",102661,120749 +"354619",102661,120772 +"354620",102662,102670 +"354621",102667,102719 +"354622",102667,111318 +"354623",102668,110535 +"354624",102669,115277 +"354625",102672,104485 +"354626",102678,102679 +"354627",102678,117055 +"354628",102678,117071 +"354629",102679,111225 +"354630",102679,113375 +"354631",102682,102750 +"354632",102684,109627 +"354633",102684,118382 +"354634",102684,120058 +"354635",102684,122179 +"354636",102684,123425 +"354637",102688,102693 +"354638",102688,111775 +"354639",102689,102690 +"354640",102689,102707 +"354641",102690,102707 +"354642",102693,106199 +"354643",102694,102764 +"354644",102695,102722 +"354645",102695,102733 +"354646",102695,102740 +"354647",102695,103447 +"354648",102696,117912 +"354649",102698,102708 +"354650",102701,102758 +"354651",102703,112672 +"354652",102705,103372 +"354653",102706,118066 +"354654",102706,122148 +"354655",102709,102721 +"354656",102709,117788 +"354657",102709,122344 +"354658",102712,102718 +"354659",102712,102724 +"354660",102715,114929 +"354661",102715,114933 +"354662",102718,102724 +"354663",102722,102733 +"354664",102722,102740 +"354665",102722,103447 +"354666",102723,104790 +"354667",102725,109017 +"354668",102727,118456 +"354669",102727,121220 +"354670",102730,102846 +"354671",102730,103790 +"354672",102730,104095 +"354673",102730,104574 +"354674",102730,104784 +"354675",102730,104845 +"354676",102730,107269 +"354677",102730,107623 +"354678",102730,107714 +"354679",102730,107879 +"354680",102730,107975 +"354681",102732,110903 +"354682",102732,111604 +"354683",102732,122224 +"354684",102733,102740 +"354685",102733,103447 +"354686",102734,110380 +"354687",102734,115744 +"354688",102734,119237 +"354689",102740,103447 +"354690",102743,105865 +"354691",102744,102761 +"354692",102745,109485 +"354693",102750,106711 +"354694",102753,110503 +"354695",102754,115229 +"354696",102756,117858 +"354697",102757,109799 +"354698",102757,116436 +"354699",102757,120524 +"354700",102760,123106 +"354701",102760,123113 +"354702",102764,103694 +"354703",102764,105136 +"354704",102764,111504 +"354705",102764,112924 +"354706",102764,118931 +"354707",102764,122557 +"354708",102767,118839 +"354709",102767,120970 +"354710",102772,102815 +"354711",102776,105758 +"354712",102778,103239 +"354713",102779,120498 +"354714",102780,110330 +"354715",102780,110353 +"354716",102780,110442 +"354717",102783,107812 +"354718",102785,106385 +"354719",102785,108048 +"354720",102785,108093 +"354721",102793,107188 +"354722",102793,115230 +"354723",102793,117425 +"354724",102794,111194 +"354725",102795,120959 +"354726",102796,110380 +"354727",102796,110603 +"354728",102796,115110 +"354729",102796,121331 +"354730",102796,121353 +"354731",102796,121358 +"354732",102797,102823 +"354733",102798,102959 +"354734",102799,102826 +"354735",102800,106318 +"354736",102800,114605 +"354737",102801,102831 +"354738",102804,105969 +"354739",102812,107205 +"354740",102820,102821 +"354741",102820,122455 +"354742",102821,115527 +"354743",102822,116300 +"354744",102824,119881 +"354745",102824,119882 +"354746",102827,103658 +"354747",102827,104867 +"354748",102827,109764 +"354749",102829,102890 +"354750",102833,116025 +"354751",102837,104597 +"354752",102839,103283 +"354753",102841,102856 +"354754",102843,102863 +"354755",102844,102875 +"354756",102845,102894 +"354757",102845,102900 +"354758",102845,104957 +"354759",102845,109815 +"354760",102845,111066 +"354761",102845,113278 +"354762",102845,113314 +"354763",102845,114723 +"354764",102845,116644 +"354765",102845,117804 +"354766",102845,121414 +"354767",102845,122345 +"354768",102845,122353 +"354769",102845,122358 +"354770",102845,122360 +"354771",102845,122366 +"354772",102845,122367 +"354773",102845,122376 +"354774",102845,122383 +"354775",102845,122393 +"354776",102845,122394 +"354777",102845,122398 +"354778",102845,122402 +"354779",102845,122403 +"354780",102845,122409 +"354781",102845,122412 +"354782",102845,122414 +"354783",102845,122415 +"354784",102845,122417 +"354785",102845,122418 +"354786",102845,122421 +"354787",102845,122422 +"354788",102845,122437 +"354789",102845,122438 +"354790",102845,122440 +"354791",102845,123424 +"354792",102846,103790 +"354793",102846,104095 +"354794",102846,104574 +"354795",102846,104784 +"354796",102846,104845 +"354797",102846,107269 +"354798",102846,107623 +"354799",102846,107714 +"354800",102846,107879 +"354801",102846,107975 +"354802",102847,105146 +"354803",102849,108578 +"354804",102850,121766 +"354805",102850,122891 +"354806",102852,103849 +"354807",102852,117683 +"354808",102854,104518 +"354809",102854,114838 +"354810",102854,121964 +"354811",102857,112352 +"354812",102858,102867 +"354813",102858,102888 +"354814",102861,102878 +"354815",102862,102884 +"354816",102862,102906 +"354817",102864,115091 +"354818",102867,102888 +"354819",102867,118885 +"354820",102867,118888 +"354821",102867,118891 +"354822",102869,107422 +"354823",102870,120100 +"354824",102881,112480 +"354825",102884,102906 +"354826",102886,102893 +"354827",102888,118885 +"354828",102888,118888 +"354829",102888,118891 +"354830",102889,108678 +"354831",102889,108770 +"354832",102889,121846 +"354833",102893,109293 +"354834",102893,117946 +"354835",102894,102900 +"354836",102894,122747 +"354837",102898,122551 +"354838",102901,111981 +"354839",102903,117442 +"354840",102903,117443 +"354841",102903,117474 +"354842",102904,113593 +"354843",102904,113613 +"354844",102905,102942 +"354845",102907,120503 +"354846",102910,103364 +"354847",102910,103862 +"354848",102910,120168 +"354849",102913,102921 +"354850",102915,114517 +"354851",102916,102923 +"354852",102924,108642 +"354853",102925,105000 +"354854",102926,104475 +"354855",102926,104477 +"354856",102927,102952 +"354857",102927,112192 +"354858",102929,102957 +"354859",102929,102995 +"354860",102929,103023 +"354861",102930,102945 +"354862",102930,102951 +"354863",102933,114382 +"354864",102934,103767 +"354865",102934,109038 +"354866",102934,109044 +"354867",102934,111353 +"354868",102934,114801 +"354869",102936,121006 +"354870",102940,118577 +"354871",102940,119085 +"354872",102940,119224 +"354873",102940,119439 +"354874",102940,120085 +"354875",102940,120232 +"354876",102940,121213 +"354877",102944,103285 +"354878",102945,102951 +"354879",102947,102948 +"354880",102947,105026 +"354881",102948,123437 +"354882",102953,113239 +"354883",102953,113338 +"354884",102955,102992 +"354885",102957,102995 +"354886",102957,103023 +"354887",102960,107100 +"354888",102960,107101 +"354889",102963,102989 +"354890",102963,103032 +"354891",102963,103039 +"354892",102964,116723 +"354893",102967,103026 +"354894",102968,103323 +"354895",102969,103005 +"354896",102974,104682 +"354897",102978,103002 +"354898",102978,103016 +"354899",102985,111800 +"354900",102985,119940 +"354901",102987,102996 +"354902",102987,106286 +"354903",102987,106287 +"354904",102989,103032 +"354905",102989,103039 +"354906",102990,103012 +"354907",102995,103023 +"354908",102998,103021 +"354909",102999,106554 +"354910",103002,103016 +"354911",103003,106599 +"354912",103003,110428 +"354913",103004,107300 +"354914",103004,113783 +"354915",103011,109445 +"354916",103011,109449 +"354917",103011,109450 +"354918",103011,109457 +"354919",103011,110283 +"354920",103011,112687 +"354921",103011,112972 +"354922",103012,104215 +"354923",103012,116693 +"354924",103012,121975 +"354925",103013,107556 +"354926",103013,113483 +"354927",103014,117923 +"354928",103021,105127 +"354929",103024,108009 +"354930",103024,110639 +"354931",103031,103066 +"354932",103032,103039 +"354933",103033,103044 +"354934",103035,103091 +"354935",103035,107161 +"354936",103035,113911 +"354937",103035,113914 +"354938",103035,113920 +"354939",103035,114002 +"354940",103036,111753 +"354941",103038,114872 +"354942",103042,105530 +"354943",103042,115900 +"354944",103047,114338 +"354945",103047,118462 +"354946",103047,118479 +"354947",103050,116628 +"354948",103050,118734 +"354949",103050,118750 +"354950",103051,103052 +"354951",103051,116792 +"354952",103051,117089 +"354953",103051,117090 +"354954",103053,103084 +"354955",103053,103137 +"354956",103053,122791 +"354957",103053,122792 +"354958",103055,116630 +"354959",103055,116733 +"354960",103056,112581 +"354961",103056,123342 +"354962",103057,115764 +"354963",103058,119212 +"354964",103060,104109 +"354965",103064,108367 +"354966",103064,123182 +"354967",103065,105602 +"354968",103066,110469 +"354969",103067,108104 +"354970",103068,112803 +"354971",103068,114450 +"354972",103074,103078 +"354973",103074,103722 +"354974",103075,104808 +"354975",103075,107784 +"354976",103075,119955 +"354977",103075,120871 +"354978",103075,120912 +"354979",103075,120920 +"354980",103075,120942 +"354981",103077,116492 +"354982",103077,117092 +"354983",103080,117073 +"354984",103082,104215 +"354985",103083,103154 +"354986",103083,106259 +"354987",103083,110091 +"354988",103083,110106 +"354989",103083,110734 +"354990",103092,110278 +"354991",103095,120867 +"354992",103097,103118 +"354993",103097,103143 +"354994",103098,114979 +"354995",103098,115833 +"354996",103098,116105 +"354997",103100,106172 +"354998",103103,103121 +"354999",103103,103136 +"355000",103104,103122 +"355001",103104,103127 +"355002",103106,103119 +"355003",103108,105707 +"355004",103110,113607 +"355005",103114,103130 +"355006",103114,103145 +"355007",103116,103155 +"355008",103117,113304 +"355009",103118,103143 +"355010",103121,103136 +"355011",103121,108558 +"355012",103121,117110 +"355013",103121,121248 +"355014",103122,103127 +"355015",103124,103125 +"355016",103124,103144 +"355017",103125,103144 +"355018",103126,120839 +"355019",103128,115131 +"355020",103129,118327 +"355021",103129,122904 +"355022",103130,103145 +"355023",103133,107504 +"355024",103133,113318 +"355025",103135,114571 +"355026",103136,108554 +"355027",103136,108558 +"355028",103136,117110 +"355029",103136,118697 +"355030",103137,118527 +"355031",103137,122791 +"355032",103137,122792 +"355033",103139,109495 +"355034",103141,103156 +"355035",103141,103192 +"355036",103143,115374 +"355037",103151,103206 +"355038",103153,103162 +"355039",103153,103186 +"355040",103153,103221 +"355041",103156,103192 +"355042",103157,120379 +"355043",103157,123373 +"355044",103158,105867 +"355045",103158,105932 +"355046",103161,116574 +"355047",103162,103186 +"355048",103162,103221 +"355049",103162,112993 +"355050",103162,113068 +"355051",103162,113072 +"355052",103164,118007 +"355053",103166,103178 +"355054",103166,118205 +"355055",103168,103217 +"355056",103169,116508 +"355057",103169,121084 +"355058",103169,121093 +"355059",103169,121094 +"355060",103170,104228 +"355061",103172,104611 +"355062",103172,120132 +"355063",103173,118313 +"355064",103179,103826 +"355065",103179,116973 +"355066",103179,121510 +"355067",103180,112747 +"355068",103181,103185 +"355069",103186,103221 +"355070",103189,120212 +"355071",103190,111993 +"355072",103190,122016 +"355073",103193,105752 +"355074",103194,105530 +"355075",103194,105534 +"355076",103194,105537 +"355077",103194,105547 +"355078",103194,105552 +"355079",103194,105563 +"355080",103200,107695 +"355081",103201,103412 +"355082",103201,105625 +"355083",103201,115957 +"355084",103201,116805 +"355085",103201,117883 +"355086",103202,117176 +"355087",103202,117192 +"355088",103202,117534 +"355089",103203,104161 +"355090",103203,105309 +"355091",103203,105890 +"355092",103203,111902 +"355093",103203,114479 +"355094",103203,115445 +"355095",103203,123143 +"355096",103205,103277 +"355097",103207,103220 +"355098",103208,103241 +"355099",103209,103239 +"355100",103212,110868 +"355101",103212,111684 +"355102",103212,113079 +"355103",103214,105209 +"355104",103214,114182 +"355105",103223,104236 +"355106",103223,105180 +"355107",103223,105215 +"355108",103224,115176 +"355109",103228,103927 +"355110",103228,103954 +"355111",103228,108784 +"355112",103228,120134 +"355113",103229,108457 +"355114",103229,108586 +"355115",103232,112243 +"355116",103232,114173 +"355117",103236,108038 +"355118",103238,103717 +"355119",103238,105960 +"355120",103238,115006 +"355121",103239,112386 +"355122",103242,109077 +"355123",103244,108470 +"355124",103244,108474 +"355125",103244,109949 +"355126",103245,103253 +"355127",103245,103282 +"355128",103246,103286 +"355129",103246,103379 +"355130",103249,103265 +"355131",103253,103282 +"355132",103254,107387 +"355133",103256,104359 +"355134",103259,103300 +"355135",103261,103280 +"355136",103262,103263 +"355137",103262,103273 +"355138",103263,103273 +"355139",103265,103721 +"355140",103265,105092 +"355141",103269,106876 +"355142",103269,117026 +"355143",103270,103678 +"355144",103270,109115 +"355145",103270,109116 +"355146",103270,109119 +"355147",103270,109121 +"355148",103271,106402 +"355149",103271,109323 +"355150",103271,109956 +"355151",103276,121722 +"355152",103277,123114 +"355153",103278,111191 +"355154",103285,113407 +"355155",103285,115281 +"355156",103285,115298 +"355157",103286,103379 +"355158",103287,119337 +"355159",103289,103298 +"355160",103292,103327 +"355161",103294,108879 +"355162",103295,113010 +"355163",103296,109181 +"355164",103296,121712 +"355165",103299,103312 +"355166",103299,103329 +"355167",103299,110741 +"355168",103299,120452 +"355169",103299,120466 +"355170",103299,120471 +"355171",103306,110444 +"355172",103306,121315 +"355173",103307,107054 +"355174",103308,103380 +"355175",103310,115734 +"355176",103310,118085 +"355177",103310,119072 +"355178",103310,120738 +"355179",103312,103329 +"355180",103315,109668 +"355181",103315,112192 +"355182",103317,112294 +"355183",103320,121565 +"355184",103323,114987 +"355185",103324,106726 +"355186",103324,106975 +"355187",103324,109258 +"355188",103325,104680 +"355189",103329,111544 +"355190",103331,113692 +"355191",103331,114200 +"355192",103335,103370 +"355193",103336,104919 +"355194",103336,120397 +"355195",103338,105882 +"355196",103338,114474 +"355197",103338,114488 +"355198",103340,122039 +"355199",103343,109929 +"355200",103346,105776 +"355201",103346,105808 +"355202",103348,103360 +"355203",103348,115648 +"355204",103348,117638 +"355205",103348,119584 +"355206",103348,120672 +"355207",103348,120675 +"355208",103348,120680 +"355209",103348,120682 +"355210",103350,107815 +"355211",103350,110479 +"355212",103357,115454 +"355213",103363,110303 +"355214",103367,113718 +"355215",103367,120641 +"355216",103369,107459 +"355217",103371,120203 +"355218",103371,120218 +"355219",103373,108735 +"355220",103386,103390 +"355221",103391,105060 +"355222",103391,111201 +"355223",103391,114620 +"355224",103393,103440 +"355225",103394,107607 +"355226",103394,119857 +"355227",103394,122848 +"355228",103395,104296 +"355229",103396,108854 +"355230",103398,103626 +"355231",103398,116235 +"355232",103400,103401 +"355233",103402,103411 +"355234",103403,103404 +"355235",103403,103418 +"355236",103404,103418 +"355237",103405,103406 +"355238",103408,116369 +"355239",103408,122445 +"355240",103410,112883 +"355241",103417,110910 +"355242",103417,114971 +"355243",103422,110215 +"355244",103422,116377 +"355245",103423,111824 +"355246",103424,103427 +"355247",103426,108718 +"355248",103426,114843 +"355249",103426,119934 +"355250",103426,119943 +"355251",103429,104233 +"355252",103429,104240 +"355253",103431,106298 +"355254",103431,115210 +"355255",103432,105433 +"355256",103439,103451 +"355257",103441,105670 +"355258",103443,106597 +"355259",103448,103456 +"355260",103449,108888 +"355261",103450,119788 +"355262",103452,106271 +"355263",103459,114527 +"355264",103460,113111 +"355265",103460,113419 +"355266",103460,115548 +"355267",103465,114669 +"355268",103465,117153 +"355269",103465,117647 +"355270",103466,113729 +"355271",103475,110744 +"355272",103476,118665 +"355273",103477,121730 +"355274",103480,115644 +"355275",103487,117826 +"355276",103488,105032 +"355277",103488,117419 +"355278",103494,103515 +"355279",103494,103524 +"355280",103494,103529 +"355281",103494,103683 +"355282",103495,103510 +"355283",103495,103513 +"355284",103501,103543 +"355285",103501,110019 +"355286",103501,110021 +"355287",103504,103512 +"355288",103505,116480 +"355289",103505,117018 +"355290",103507,103512 +"355291",103507,103641 +"355292",103507,103712 +"355293",103507,105396 +"355294",103507,105405 +"355295",103507,105407 +"355296",103507,105411 +"355297",103509,108285 +"355298",103510,103513 +"355299",103511,119718 +"355300",103512,103641 +"355301",103512,103712 +"355302",103512,105396 +"355303",103512,105405 +"355304",103512,105407 +"355305",103512,105411 +"355306",103515,103524 +"355307",103515,103529 +"355308",103515,103683 +"355309",103517,103523 +"355310",103523,109084 +"355311",103524,103529 +"355312",103524,103683 +"355313",103524,109989 +"355314",103524,112148 +"355315",103529,103683 +"355316",103530,103634 +"355317",103530,103851 +"355318",103536,114971 +"355319",103537,104834 +"355320",103537,104852 +"355321",103542,103698 +"355322",103542,109828 +"355323",103543,117496 +"355324",103543,118203 +"355325",103543,118204 +"355326",103548,103594 +"355327",103548,120731 +"355328",103550,103603 +"355329",103552,107720 +"355330",103554,103577 +"355331",103554,116208 +"355332",103556,118119 +"355333",103557,103558 +"355334",103557,103597 +"355335",103557,103598 +"355336",103558,103597 +"355337",103558,103598 +"355338",103560,103569 +"355339",103560,105491 +"355340",103560,107055 +"355341",103560,113944 +"355342",103561,104756 +"355343",103561,110206 +"355344",103562,103576 +"355345",103563,103579 +"355346",103565,107646 +"355347",103565,111905 +"355348",103565,111912 +"355349",103565,111925 +"355350",103565,111993 +"355351",103565,113504 +"355352",103565,113519 +"355353",103568,103586 +"355354",103568,113106 +"355355",103572,103624 +"355356",103572,103718 +"355357",103575,115920 +"355358",103589,105092 +"355359",103589,114180 +"355360",103591,103604 +"355361",103591,103605 +"355362",103595,106106 +"355363",103596,106026 +"355364",103596,111735 +"355365",103596,111737 +"355366",103596,111740 +"355367",103596,112487 +"355368",103596,114995 +"355369",103596,117242 +"355370",103596,122371 +"355371",103597,103598 +"355372",103598,110727 +"355373",103598,110805 +"355374",103602,110934 +"355375",103602,123115 +"355376",103604,103605 +"355377",103611,106123 +"355378",103612,107997 +"355379",103614,103702 +"355380",103617,103682 +"355381",103620,103666 +"355382",103623,104886 +"355383",103625,108384 +"355384",103628,103629 +"355385",103631,103723 +"355386",103631,103732 +"355387",103631,103759 +"355388",103631,103773 +"355389",103631,104221 +"355390",103631,119869 +"355391",103633,103676 +"355392",103634,103851 +"355393",103637,105878 +"355394",103637,112471 +"355395",103637,112608 +"355396",103637,118083 +"355397",103637,118350 +"355398",103637,119979 +"355399",103637,120753 +"355400",103637,121285 +"355401",103637,121330 +"355402",103639,103640 +"355403",103639,103850 +"355404",103640,103850 +"355405",103640,108320 +"355406",103641,103712 +"355407",103641,105396 +"355408",103641,105405 +"355409",103641,105407 +"355410",103641,105411 +"355411",103643,104276 +"355412",103644,108829 +"355413",103646,103831 +"355414",103647,123107 +"355415",103649,119616 +"355416",103650,103681 +"355417",103650,104472 +"355418",103650,113723 +"355419",103650,123289 +"355420",103652,105525 +"355421",103657,117164 +"355422",103657,117239 +"355423",103657,117391 +"355424",103657,121817 +"355425",103657,121827 +"355426",103658,104867 +"355427",103658,113105 +"355428",103658,118056 +"355429",103660,103664 +"355430",103660,103783 +"355431",103660,103802 +"355432",103660,103808 +"355433",103660,103812 +"355434",103660,103814 +"355435",103660,103818 +"355436",103660,103836 +"355437",103661,112360 +"355438",103661,119966 +"355439",103661,120039 +"355440",103662,103815 +"355441",103662,103872 +"355442",103664,103783 +"355443",103664,103802 +"355444",103664,103808 +"355445",103664,103812 +"355446",103664,103814 +"355447",103664,103818 +"355448",103664,103836 +"355449",103665,108056 +"355450",103665,114392 +"355451",103667,106033 +"355452",103667,107255 +"355453",103667,109508 +"355454",103667,117931 +"355455",103667,118587 +"355456",103670,103671 +"355457",103673,105070 +"355458",103673,117772 +"355459",103674,112726 +"355460",103674,112730 +"355461",103674,112733 +"355462",103675,116743 +"355463",103676,118159 +"355464",103676,118162 +"355465",103676,118183 +"355466",103678,109115 +"355467",103678,109116 +"355468",103678,109119 +"355469",103678,109121 +"355470",103679,114802 +"355471",103682,109167 +"355472",103682,109832 +"355473",103682,117786 +"355474",103682,117791 +"355475",103682,117795 +"355476",103685,120954 +"355477",103690,103710 +"355478",103691,103693 +"355479",103693,115564 +"355480",103693,115570 +"355481",103698,105344 +"355482",103698,105351 +"355483",103698,109828 +"355484",103698,113980 +"355485",103703,103709 +"355486",103704,105994 +"355487",103709,116977 +"355488",103710,105085 +"355489",103710,111181 +"355490",103710,119565 +"355491",103712,105396 +"355492",103712,105405 +"355493",103712,105407 +"355494",103712,105411 +"355495",103717,105960 +"355496",103717,113026 +"355497",103717,115006 +"355498",103718,122716 +"355499",103719,103737 +"355500",103719,112242 +"355501",103719,112635 +"355502",103723,103732 +"355503",103723,103759 +"355504",103723,103773 +"355505",103723,114857 +"355506",103723,122021 +"355507",103724,105159 +"355508",103724,105179 +"355509",103724,106574 +"355510",103726,103751 +"355511",103728,103793 +"355512",103731,103738 +"355513",103731,103743 +"355514",103731,103746 +"355515",103732,103759 +"355516",103732,103773 +"355517",103735,121332 +"355518",103738,103743 +"355519",103738,103746 +"355520",103739,103774 +"355521",103740,105630 +"355522",103740,112786 +"355523",103740,115465 +"355524",103741,107408 +"355525",103741,111978 +"355526",103741,114667 +"355527",103741,119945 +"355528",103743,103746 +"355529",103748,103749 +"355530",103748,103750 +"355531",103748,103761 +"355532",103749,103750 +"355533",103749,103761 +"355534",103750,103761 +"355535",103752,103780 +"355536",103752,104996 +"355537",103752,109426 +"355538",103752,119359 +"355539",103755,103766 +"355540",103759,103773 +"355541",103762,110766 +"355542",103768,119576 +"355543",103769,108253 +"355544",103778,118007 +"355545",103778,118396 +"355546",103778,122969 +"355547",103779,122757 +"355548",103779,122828 +"355549",103779,122832 +"355550",103783,103802 +"355551",103783,103808 +"355552",103783,103812 +"355553",103783,103814 +"355554",103783,103818 +"355555",103783,103836 +"355556",103790,104095 +"355557",103790,104574 +"355558",103790,104784 +"355559",103790,104845 +"355560",103790,107269 +"355561",103790,107623 +"355562",103790,107714 +"355563",103790,107879 +"355564",103790,107975 +"355565",103792,104734 +"355566",103797,114462 +"355567",103797,114466 +"355568",103800,103801 +"355569",103802,103808 +"355570",103802,103812 +"355571",103802,103814 +"355572",103802,103818 +"355573",103802,103836 +"355574",103803,104881 +"355575",103804,112456 +"355576",103805,103859 +"355577",103808,103812 +"355578",103808,103814 +"355579",103808,103818 +"355580",103808,103836 +"355581",103810,104175 +"355582",103811,111738 +"355583",103812,103814 +"355584",103812,103818 +"355585",103812,103836 +"355586",103814,103818 +"355587",103814,103836 +"355588",103815,103872 +"355589",103818,103836 +"355590",103820,110829 +"355591",103822,110447 +"355592",103826,110909 +"355593",103826,111095 +"355594",103826,113610 +"355595",103826,116973 +"355596",103826,117098 +"355597",103826,121510 +"355598",103828,104756 +"355599",103831,117764 +"355600",103834,104909 +"355601",103835,112184 +"355602",103835,114888 +"355603",103838,105991 +"355604",103839,108819 +"355605",103840,107196 +"355606",103841,103861 +"355607",103844,103899 +"355608",103845,103891 +"355609",103845,114621 +"355610",103847,111353 +"355611",103848,103989 +"355612",103848,105473 +"355613",103848,105475 +"355614",103852,118753 +"355615",103857,103885 +"355616",103865,103887 +"355617",103877,122320 +"355618",103878,104153 +"355619",103878,112383 +"355620",103879,103903 +"355621",103882,103900 +"355622",103882,106247 +"355623",103882,116705 +"355624",103883,106264 +"355625",103883,106726 +"355626",103886,103890 +"355627",103887,118948 +"355628",103888,103892 +"355629",103888,106703 +"355630",103888,117301 +"355631",103888,119023 +"355632",103890,120797 +"355633",103895,106257 +"355634",103896,109492 +"355635",103896,109496 +"355636",103896,109498 +"355637",103896,109518 +"355638",103896,109532 +"355639",103907,110051 +"355640",103908,108535 +"355641",103913,103917 +"355642",103913,103922 +"355643",103913,104079 +"355644",103913,104093 +"355645",103914,106446 +"355646",103914,106636 +"355647",103917,103922 +"355648",103917,104079 +"355649",103917,104093 +"355650",103920,106289 +"355651",103920,108615 +"355652",103920,109339 +"355653",103920,118300 +"355654",103921,103947 +"355655",103922,104079 +"355656",103922,104093 +"355657",103922,104939 +"355658",103923,105858 +"355659",103923,113588 +"355660",103924,103941 +"355661",103924,104937 +"355662",103926,103962 +"355663",103927,103954 +"355664",103929,103953 +"355665",103930,114153 +"355666",103934,103945 +"355667",103936,114498 +"355668",103939,111340 +"355669",103940,103943 +"355670",103940,103955 +"355671",103942,114280 +"355672",103943,103955 +"355673",103945,105623 +"355674",103947,105210 +"355675",103947,114870 +"355676",103947,121610 +"355677",103947,121616 +"355678",103947,121849 +"355679",103947,121850 +"355680",103950,111323 +"355681",103956,103980 +"355682",103958,104039 +"355683",103960,106817 +"355684",103960,114107 +"355685",103964,110650 +"355686",103964,110902 +"355687",103964,122448 +"355688",103964,122454 +"355689",103967,121729 +"355690",103968,103998 +"355691",103968,109000 +"355692",103968,109945 +"355693",103968,111309 +"355694",103968,111462 +"355695",103968,114155 +"355696",103968,114170 +"355697",103972,103973 +"355698",103972,103977 +"355699",103972,103986 +"355700",103972,103999 +"355701",103973,103977 +"355702",103973,103986 +"355703",103973,103999 +"355704",103977,103986 +"355705",103977,103999 +"355706",103978,108718 +"355707",103978,119225 +"355708",103978,119227 +"355709",103978,119228 +"355710",103978,119229 +"355711",103978,119233 +"355712",103982,103994 +"355713",103982,104000 +"355714",103983,120554 +"355715",103984,103985 +"355716",103985,107872 +"355717",103986,103999 +"355718",103987,103988 +"355719",103992,115825 +"355720",103994,104000 +"355721",103996,108724 +"355722",103996,120663 +"355723",103996,122824 +"355724",103997,110538 +"355725",104001,104587 +"355726",104001,108330 +"355727",104003,104051 +"355728",104003,104128 +"355729",104004,121723 +"355730",104015,111051 +"355731",104016,121478 +"355732",104020,104031 +"355733",104020,104054 +"355734",104020,106075 +"355735",104021,105137 +"355736",104021,114136 +"355737",104021,122346 +"355738",104021,122354 +"355739",104021,122362 +"355740",104022,107195 +"355741",104024,104049 +"355742",104026,108418 +"355743",104028,104037 +"355744",104029,111774 +"355745",104030,104032 +"355746",104031,104054 +"355747",104031,106075 +"355748",104032,104407 +"355749",104038,104066 +"355750",104040,104067 +"355751",104040,115595 +"355752",104040,115612 +"355753",104040,115646 +"355754",104040,115653 +"355755",104040,115654 +"355756",104040,115659 +"355757",104043,107314 +"355758",104043,119894 +"355759",104044,104085 +"355760",104044,108907 +"355761",104045,105762 +"355762",104048,104062 +"355763",104048,104068 +"355764",104051,104128 +"355765",104054,106075 +"355766",104055,115183 +"355767",104056,111361 +"355768",104057,111168 +"355769",104057,111468 +"355770",104057,111511 +"355771",104057,118658 +"355772",104059,112965 +"355773",104061,104086 +"355774",104062,104068 +"355775",104065,109526 +"355776",104065,112032 +"355777",104065,113902 +"355778",104065,116792 +"355779",104069,106702 +"355780",104071,112249 +"355781",104071,119779 +"355782",104075,118859 +"355783",104078,104089 +"355784",104079,104093 +"355785",104081,120187 +"355786",104083,104111 +"355787",104084,110650 +"355788",104088,109397 +"355789",104094,108068 +"355790",104095,104574 +"355791",104095,104784 +"355792",104095,104845 +"355793",104095,107269 +"355794",104095,107623 +"355795",104095,107714 +"355796",104095,107879 +"355797",104095,107975 +"355798",104097,104101 +"355799",104097,110003 +"355800",104098,123043 +"355801",104103,109596 +"355802",104103,118944 +"355803",104109,113541 +"355804",104109,121152 +"355805",104111,118880 +"355806",104111,118882 +"355807",104113,107916 +"355808",104115,119310 +"355809",104119,108498 +"355810",104120,110743 +"355811",104120,113856 +"355812",104124,111226 +"355813",104124,117932 +"355814",104124,118895 +"355815",104124,118986 +"355816",104124,120446 +"355817",104124,123284 +"355818",104125,111987 +"355819",104125,118989 +"355820",104129,104171 +"355821",104130,112679 +"355822",104130,119575 +"355823",104131,105283 +"355824",104132,120291 +"355825",104132,120293 +"355826",104134,111938 +"355827",104135,118441 +"355828",104136,104615 +"355829",104139,110994 +"355830",104139,112664 +"355831",104149,112929 +"355832",104149,115626 +"355833",104149,115627 +"355834",104150,104152 +"355835",104153,112383 +"355836",104154,113557 +"355837",104154,113564 +"355838",104154,113570 +"355839",104155,104193 +"355840",104156,112519 +"355841",104157,108988 +"355842",104157,110536 +"355843",104157,110710 +"355844",104157,117409 +"355845",104158,108515 +"355846",104158,109149 +"355847",104158,111695 +"355848",104158,111707 +"355849",104158,111718 +"355850",104161,104165 +"355851",104161,105890 +"355852",104161,114479 +"355853",104163,104420 +"355854",104163,108198 +"355855",104163,119866 +"355856",104163,119905 +"355857",104163,119911 +"355858",104169,119278 +"355859",104170,106366 +"355860",104172,109808 +"355861",104175,108073 +"355862",104175,113376 +"355863",104175,113510 +"355864",104177,118537 +"355865",104180,108109 +"355866",104180,110943 +"355867",104180,114773 +"355868",104182,104199 +"355869",104184,104220 +"355870",104186,104206 +"355871",104187,104191 +"355872",104191,116815 +"355873",104195,107412 +"355874",104195,110448 +"355875",104196,104213 +"355876",104204,108193 +"355877",104208,121213 +"355878",104209,105433 +"355879",104213,107612 +"355880",104215,116693 +"355881",104215,121975 +"355882",104220,111922 +"355883",104220,112588 +"355884",104220,119462 +"355885",104220,119466 +"355886",104221,104345 +"355887",104221,109870 +"355888",104223,113292 +"355889",104229,104230 +"355890",104229,105541 +"355891",104229,105548 +"355892",104230,105541 +"355893",104230,105548 +"355894",104232,106743 +"355895",104232,107612 +"355896",104232,111277 +"355897",104232,118576 +"355898",104232,120855 +"355899",104233,104240 +"355900",104233,104261 +"355901",104234,104281 +"355902",104234,104299 +"355903",104234,110881 +"355904",104235,104237 +"355905",104235,104259 +"355906",104236,105180 +"355907",104236,105215 +"355908",104237,104259 +"355909",104238,113707 +"355910",104239,111491 +"355911",104246,104257 +"355912",104246,104258 +"355913",104249,106808 +"355914",104250,105962 +"355915",104250,106220 +"355916",104252,104383 +"355917",104252,108450 +"355918",104253,104262 +"355919",104254,122050 +"355920",104257,104258 +"355921",104260,109409 +"355922",104260,109427 +"355923",104260,109437 +"355924",104268,118328 +"355925",104272,104402 +"355926",104275,104311 +"355927",104275,112047 +"355928",104279,109155 +"355929",104280,112884 +"355930",104281,104299 +"355931",104283,110603 +"355932",104287,110066 +"355933",104287,110098 +"355934",104287,111600 +"355935",104288,104304 +"355936",104289,108142 +"355937",104294,105801 +"355938",104294,110383 +"355939",104295,122259 +"355940",104295,122263 +"355941",104301,104313 +"355942",104305,104318 +"355943",104313,116458 +"355944",104315,105853 +"355945",104317,120910 +"355946",104322,104330 +"355947",104322,104443 +"355948",104324,108390 +"355949",104325,104372 +"355950",104325,109569 +"355951",104325,109735 +"355952",104325,111681 +"355953",104325,122066 +"355954",104325,122885 +"355955",104326,108445 +"355956",104329,112471 +"355957",104329,117118 +"355958",104330,104443 +"355959",104333,112578 +"355960",104336,107059 +"355961",104337,104338 +"355962",104337,118255 +"355963",104340,109763 +"355964",104354,105762 +"355965",104356,120333 +"355966",104361,104386 +"355967",104361,104401 +"355968",104364,113453 +"355969",104379,104380 +"355970",104381,105138 +"355971",104383,108450 +"355972",104386,104401 +"355973",104387,120015 +"355974",104388,104824 +"355975",104388,104969 +"355976",104391,114746 +"355977",104392,104393 +"355978",104396,107153 +"355979",104396,107184 +"355980",104396,109300 +"355981",104396,116650 +"355982",104396,122257 +"355983",104401,120050 +"355984",104404,109739 +"355985",104404,111816 +"355986",104404,114819 +"355987",104404,115782 +"355988",104406,122385 +"355989",104409,114065 +"355990",104411,106129 +"355991",104411,120229 +"355992",104415,120782 +"355993",104417,104531 +"355994",104417,107660 +"355995",104417,107715 +"355996",104418,111472 +"355997",104418,119185 +"355998",104420,108198 +"355999",104420,119866 +"356000",104420,119905 +"356001",104420,119911 +"356002",104421,113661 +"356003",104423,104426 +"356004",104424,123482 +"356005",104435,108548 +"356006",104435,115049 +"356007",104440,104489 +"356008",104441,104483 +"356009",104442,104769 +"356010",104442,119926 +"356011",104446,114809 +"356012",104447,115092 +"356013",104447,119634 +"356014",104447,120257 +"356015",104448,104450 +"356016",104448,104481 +"356017",104448,104503 +"356018",104448,108459 +"356019",104449,105013 +"356020",104449,105041 +"356021",104449,110942 +"356022",104449,110951 +"356023",104450,104481 +"356024",104450,104503 +"356025",104450,108459 +"356026",104451,122073 +"356027",104452,105887 +"356028",104452,113295 +"356029",104452,113537 +"356030",104457,104471 +"356031",104457,104501 +"356032",104461,112934 +"356033",104465,104500 +"356034",104465,104574 +"356035",104467,106272 +"356036",104470,104474 +"356037",104471,104501 +"356038",104472,113723 +"356039",104472,123289 +"356040",104475,104477 +"356041",104476,113784 +"356042",104476,113785 +"356043",104478,105118 +"356044",104478,105910 +"356045",104478,107337 +"356046",104478,109229 +"356047",104478,116263 +"356048",104481,104503 +"356049",104481,108459 +"356050",104486,108467 +"356051",104486,113024 +"356052",104486,114291 +"356053",104486,114714 +"356054",104487,104488 +"356055",104489,107949 +"356056",104489,111226 +"356057",104489,112240 +"356058",104489,112936 +"356059",104491,109311 +"356060",104491,119362 +"356061",104492,122662 +"356062",104492,122672 +"356063",104492,122708 +"356064",104499,111556 +"356065",104499,114261 +"356066",104499,120439 +"356067",104503,108459 +"356068",104504,113169 +"356069",104504,115050 +"356070",104504,119160 +"356071",104505,104544 +"356072",104506,104556 +"356073",104510,113577 +"356074",104512,104537 +"356075",104512,104554 +"356076",104512,116439 +"356077",104516,104523 +"356078",104517,104572 +"356079",104517,104656 +"356080",104521,104545 +"356081",104522,108181 +"356082",104523,110015 +"356083",104523,116894 +"356084",104524,113402 +"356085",104527,113520 +"356086",104528,120032 +"356087",104531,107660 +"356088",104531,107715 +"356089",104533,109584 +"356090",104533,121140 +"356091",104536,107304 +"356092",104537,104554 +"356093",104539,104555 +"356094",104541,105676 +"356095",104546,110716 +"356096",104548,111643 +"356097",104549,104684 +"356098",104551,104744 +"356099",104567,105172 +"356100",104567,109531 +"356101",104567,109932 +"356102",104567,109985 +"356103",104568,104575 +"356104",104572,104656 +"356105",104574,104784 +"356106",104574,104845 +"356107",104574,107269 +"356108",104574,107623 +"356109",104574,107714 +"356110",104574,107879 +"356111",104574,107975 +"356112",104580,105240 +"356113",104580,109425 +"356114",104580,109460 +"356115",104588,104735 +"356116",104588,106413 +"356117",104588,110335 +"356118",104588,110336 +"356119",104590,108463 +"356120",104590,116534 +"356121",104590,116545 +"356122",104592,122796 +"356123",104592,122801 +"356124",104597,120285 +"356125",104598,104604 +"356126",104598,104618 +"356127",104598,118540 +"356128",104604,104618 +"356129",104606,109491 +"356130",104609,108303 +"356131",104611,120132 +"356132",104619,104790 +"356133",104619,122043 +"356134",104619,123375 +"356135",104628,108066 +"356136",104631,107688 +"356137",104633,106976 +"356138",104633,109620 +"356139",104634,123029 +"356140",104635,104652 +"356141",104641,104654 +"356142",104645,104648 +"356143",104645,104655 +"356144",104646,106251 +"356145",104648,104655 +"356146",104651,104677 +"356147",104652,121005 +"356148",104657,104666 +"356149",104658,112405 +"356150",104662,105207 +"356151",104662,106576 +"356152",104662,109434 +"356153",104662,110380 +"356154",104662,110488 +"356155",104662,110719 +"356156",104662,111317 +"356157",104662,112794 +"356158",104662,113473 +"356159",104662,118685 +"356160",104662,118744 +"356161",104662,120033 +"356162",104662,121290 +"356163",104662,121294 +"356164",104666,106723 +"356165",104666,117699 +"356166",104666,120612 +"356167",104667,118464 +"356168",104670,108215 +"356169",104685,104778 +"356170",104691,105585 +"356171",104691,120655 +"356172",104695,104710 +"356173",104695,104724 +"356174",104695,104727 +"356175",104695,104729 +"356176",104698,119977 +"356177",104698,120025 +"356178",104698,120038 +"356179",104700,104713 +"356180",104703,107116 +"356181",104703,107477 +"356182",104703,108212 +"356183",104703,108234 +"356184",104703,108237 +"356185",104706,106405 +"356186",104710,104724 +"356187",104710,104727 +"356188",104710,104729 +"356189",104711,110204 +"356190",104711,120983 +"356191",104715,104735 +"356192",104716,104730 +"356193",104718,109161 +"356194",104718,112874 +"356195",104719,105394 +"356196",104720,123457 +"356197",104722,106780 +"356198",104724,104727 +"356199",104724,104729 +"356200",104725,107180 +"356201",104725,108570 +"356202",104727,104729 +"356203",104730,111221 +"356204",104730,111324 +"356205",104730,111364 +"356206",104730,111365 +"356207",104734,114419 +"356208",104734,122072 +"356209",104735,110335 +"356210",104735,110336 +"356211",104735,112656 +"356212",104740,108392 +"356213",104741,104785 +"356214",104742,122783 +"356215",104743,121577 +"356216",104743,122291 +"356217",104746,104757 +"356218",104746,113204 +"356219",104746,113266 +"356220",104746,114796 +"356221",104749,116280 +"356222",104750,112062 +"356223",104750,118428 +"356224",104751,107402 +"356225",104751,108393 +"356226",104751,116572 +"356227",104751,116804 +"356228",104756,110206 +"356229",104756,110606 +"356230",104759,104773 +"356231",104760,104780 +"356232",104766,110264 +"356233",104766,111375 +"356234",104766,121820 +"356235",104766,121822 +"356236",104768,104787 +"356237",104770,121416 +"356238",104770,123203 +"356239",104771,113069 +"356240",104772,121209 +"356241",104781,104873 +"356242",104782,120101 +"356243",104784,104845 +"356244",104784,107269 +"356245",104784,107623 +"356246",104784,107714 +"356247",104784,107879 +"356248",104784,107975 +"356249",104785,111792 +"356250",104785,120200 +"356251",104788,112329 +"356252",104789,117186 +"356253",104790,104791 +"356254",104790,122043 +"356255",104792,104821 +"356256",104793,109521 +"356257",104794,107814 +"356258",104795,104805 +"356259",104795,104807 +"356260",104800,105402 +"356261",104801,120720 +"356262",104801,122756 +"356263",104805,104807 +"356264",104806,110163 +"356265",104806,110164 +"356266",104806,110184 +"356267",104806,110187 +"356268",104806,110190 +"356269",104806,110193 +"356270",104808,107784 +"356271",104808,119955 +"356272",104808,120871 +"356273",104808,120912 +"356274",104808,120920 +"356275",104808,120942 +"356276",104811,113544 +"356277",104811,123326 +"356278",104815,104820 +"356279",104816,114892 +"356280",104820,111805 +"356281",104820,112814 +"356282",104824,104969 +"356283",104827,110360 +"356284",104827,114604 +"356285",104827,118498 +"356286",104827,120515 +"356287",104828,104832 +"356288",104834,104852 +"356289",104841,105991 +"356290",104841,114265 +"356291",104842,104872 +"356292",104842,104918 +"356293",104845,107269 +"356294",104845,107623 +"356295",104845,107714 +"356296",104845,107879 +"356297",104845,107975 +"356298",104846,117907 +"356299",104846,117970 +"356300",104848,104911 +"356301",104848,104942 +"356302",104851,104876 +"356303",104852,106458 +"356304",104852,106576 +"356305",104859,104864 +"356306",104859,104865 +"356307",104859,104882 +"356308",104860,115688 +"356309",104864,104865 +"356310",104864,104882 +"356311",104865,104882 +"356312",104866,105721 +"356313",104867,104940 +"356314",104867,109764 +"356315",104867,114832 +"356316",104867,118056 +"356317",104867,119062 +"356318",104869,104910 +"356319",104869,111164 +"356320",104871,114448 +"356321",104872,104918 +"356322",104874,105298 +"356323",104880,107639 +"356324",104885,115444 +"356325",104886,120589 +"356326",104886,122689 +"356327",104887,105660 +"356328",104891,107400 +"356329",104893,105005 +"356330",104893,118466 +"356331",104896,104916 +"356332",104896,111224 +"356333",104900,105067 +"356334",104901,116967 +"356335",104903,104944 +"356336",104904,105192 +"356337",104906,110197 +"356338",104906,110224 +"356339",104906,110235 +"356340",104911,104942 +"356341",104919,120397 +"356342",104920,108353 +"356343",104922,104936 +"356344",104925,105678 +"356345",104928,104930 +"356346",104928,104953 +"356347",104929,106256 +"356348",104929,114529 +"356349",104930,104953 +"356350",104934,104943 +"356351",104942,120113 +"356352",104946,118396 +"356353",104947,110043 +"356354",104947,110922 +"356355",104948,117716 +"356356",104950,104974 +"356357",104950,119907 +"356358",104952,104960 +"356359",104955,106082 +"356360",104957,109815 +"356361",104957,111066 +"356362",104957,113278 +"356363",104957,113314 +"356364",104957,114723 +"356365",104957,116644 +"356366",104957,117804 +"356367",104957,121414 +"356368",104957,122345 +"356369",104957,122353 +"356370",104957,122358 +"356371",104957,122360 +"356372",104957,122366 +"356373",104957,122367 +"356374",104957,122376 +"356375",104957,122383 +"356376",104957,122393 +"356377",104957,122394 +"356378",104957,122398 +"356379",104957,122402 +"356380",104957,122403 +"356381",104957,122409 +"356382",104957,122412 +"356383",104957,122414 +"356384",104957,122415 +"356385",104957,122417 +"356386",104957,122418 +"356387",104957,122421 +"356388",104957,122422 +"356389",104957,122437 +"356390",104957,122438 +"356391",104957,122440 +"356392",104957,123424 +"356393",104959,105027 +"356394",104960,115649 +"356395",104962,108689 +"356396",104962,108690 +"356397",104964,104973 +"356398",104966,106546 +"356399",104970,105177 +"356400",104970,105367 +"356401",104971,105189 +"356402",104975,111602 +"356403",104975,121643 +"356404",104978,112616 +"356405",104979,123028 +"356406",104981,110024 +"356407",104982,105104 +"356408",104987,118935 +"356409",104989,105015 +"356410",104990,109332 +"356411",104990,109571 +"356412",104993,113462 +"356413",104993,113585 +"356414",104993,118471 +"356415",104993,120934 +"356416",104993,120968 +"356417",104994,105022 +"356418",104994,108762 +"356419",104994,109259 +"356420",104995,105002 +"356421",104995,105142 +"356422",104995,105149 +"356423",104995,105150 +"356424",104995,105165 +"356425",104995,105169 +"356426",104995,105170 +"356427",104996,109426 +"356428",105001,105243 +"356429",105002,105142 +"356430",105002,105149 +"356431",105002,105150 +"356432",105002,105165 +"356433",105002,105169 +"356434",105002,105170 +"356435",105003,105043 +"356436",105004,118504 +"356437",105005,119845 +"356438",105006,105035 +"356439",105006,116154 +"356440",105008,105335 +"356441",105011,119901 +"356442",105011,119902 +"356443",105013,105041 +"356444",105019,105030 +"356445",105019,110272 +"356446",105019,110450 +"356447",105019,111019 +"356448",105019,114082 +"356449",105019,114974 +"356450",105023,109911 +"356451",105023,116031 +"356452",105026,116160 +"356453",105026,116173 +"356454",105026,116178 +"356455",105026,123495 +"356456",105028,105031 +"356457",105029,108772 +"356458",105042,105080 +"356459",105045,116481 +"356460",105050,110511 +"356461",105050,115338 +"356462",105050,115820 +"356463",105050,119086 +"356464",105051,105140 +"356465",105052,121986 +"356466",105053,105154 +"356467",105056,116876 +"356468",105060,113633 +"356469",105061,107054 +"356470",105061,107316 +"356471",105061,108289 +"356472",105061,108546 +"356473",105061,116336 +"356474",105063,114174 +"356475",105063,114178 +"356476",105069,110966 +"356477",105069,114909 +"356478",105069,114912 +"356479",105069,114917 +"356480",105070,117772 +"356481",105072,105090 +"356482",105072,119464 +"356483",105073,112707 +"356484",105076,106640 +"356485",105079,116368 +"356486",105079,117889 +"356487",105079,123506 +"356488",105081,109180 +"356489",105082,105083 +"356490",105086,113153 +"356491",105088,111089 +"356492",105092,121736 +"356493",105093,117893 +"356494",105093,119854 +"356495",105099,105294 +"356496",105101,105133 +"356497",105101,119252 +"356498",105102,109451 +"356499",105103,110571 +"356500",105109,105128 +"356501",105109,105260 +"356502",105110,106037 +"356503",105110,110989 +"356504",105110,114095 +"356505",105114,105289 +"356506",105115,120924 +"356507",105117,110260 +"356508",105117,120572 +"356509",105118,107337 +"356510",105121,120939 +"356511",105121,120949 +"356512",105126,105329 +"356513",105127,118225 +"356514",105128,105260 +"356515",105134,122503 +"356516",105137,114056 +"356517",105138,110501 +"356518",105138,113031 +"356519",105138,119306 +"356520",105139,109509 +"356521",105139,116888 +"356522",105139,123051 +"356523",105139,123052 +"356524",105142,105149 +"356525",105142,105150 +"356526",105142,105165 +"356527",105142,105169 +"356528",105142,105170 +"356529",105144,105151 +"356530",105144,105166 +"356531",105144,105175 +"356532",105144,105267 +"356533",105148,113738 +"356534",105148,114491 +"356535",105149,105150 +"356536",105149,105165 +"356537",105149,105169 +"356538",105149,105170 +"356539",105149,120973 +"356540",105149,121024 +"356541",105149,121025 +"356542",105149,121028 +"356543",105149,121029 +"356544",105150,105165 +"356545",105150,105169 +"356546",105150,105170 +"356547",105151,105166 +"356548",105151,105175 +"356549",105151,105267 +"356550",105157,105167 +"356551",105158,119409 +"356552",105159,105179 +"356553",105161,120002 +"356554",105164,111001 +"356555",105164,122841 +"356556",105165,105169 +"356557",105165,105170 +"356558",105166,105175 +"356559",105166,105267 +"356560",105168,108603 +"356561",105169,105170 +"356562",105173,108391 +"356563",105175,105267 +"356564",105176,123030 +"356565",105177,105367 +"356566",105179,106574 +"356567",105180,105215 +"356568",105181,107008 +"356569",105181,107043 +"356570",105181,107044 +"356571",105184,105210 +"356572",105185,119840 +"356573",105190,113354 +"356574",105194,117037 +"356575",105194,119255 +"356576",105197,105207 +"356577",105197,105221 +"356578",105197,105231 +"356579",105198,105220 +"356580",105198,110250 +"356581",105198,122588 +"356582",105198,122819 +"356583",105198,122852 +"356584",105198,122861 +"356585",105198,122863 +"356586",105198,122864 +"356587",105200,105320 +"356588",105200,106616 +"356589",105200,106636 +"356590",105204,105219 +"356591",105207,105221 +"356592",105207,105231 +"356593",105207,108547 +"356594",105207,113473 +"356595",105207,120879 +"356596",105207,120961 +"356597",105209,114182 +"356598",105210,121610 +"356599",105210,121616 +"356600",105212,105216 +"356601",105212,108428 +"356602",105216,108428 +"356603",105219,111292 +"356604",105221,105231 +"356605",105223,105251 +"356606",105223,105253 +"356607",105235,105867 +"356608",105237,105254 +"356609",105239,105250 +"356610",105245,105246 +"356611",105245,106024 +"356612",105245,106922 +"356613",105245,106942 +"356614",105245,106971 +"356615",105246,106024 +"356616",105246,106922 +"356617",105246,106942 +"356618",105246,106971 +"356619",105247,112656 +"356620",105247,120600 +"356621",105247,121379 +"356622",105248,117936 +"356623",105248,119620 +"356624",105249,114511 +"356625",105251,105253 +"356626",105251,109258 +"356627",105253,107154 +"356628",105253,109055 +"356629",105253,110657 +"356630",105255,113792 +"356631",105256,106310 +"356632",105256,106770 +"356633",105256,106771 +"356634",105256,106773 +"356635",105261,115920 +"356636",105261,118170 +"356637",105262,107410 +"356638",105262,108872 +"356639",105262,110454 +"356640",105262,110659 +"356641",105262,111156 +"356642",105262,114895 +"356643",105262,120246 +"356644",105269,105276 +"356645",105269,105290 +"356646",105270,113832 +"356647",105270,113880 +"356648",105271,105879 +"356649",105276,105290 +"356650",105277,105315 +"356651",105280,105285 +"356652",105282,119072 +"356653",105283,110954 +"356654",105283,111290 +"356655",105283,113562 +"356656",105283,121180 +"356657",105284,105292 +"356658",105284,105301 +"356659",105286,116292 +"356660",105286,116335 +"356661",105291,119384 +"356662",105291,119412 +"356663",105291,119421 +"356664",105292,105301 +"356665",105293,105323 +"356666",105297,109419 +"356667",105299,110626 +"356668",105299,110927 +"356669",105301,120032 +"356670",105301,121010 +"356671",105301,122577 +"356672",105305,112250 +"356673",105306,108652 +"356674",105307,105781 +"356675",105311,119615 +"356676",105317,105362 +"356677",105318,105324 +"356678",105318,105358 +"356679",105319,105353 +"356680",105321,105341 +"356681",105322,105342 +"356682",105323,111528 +"356683",105324,105358 +"356684",105326,108661 +"356685",105326,109569 +"356686",105328,106607 +"356687",105330,105349 +"356688",105331,110476 +"356689",105334,113599 +"356690",105343,111573 +"356691",105344,105351 +"356692",105345,105352 +"356693",105345,122537 +"356694",105349,119813 +"356695",105351,106449 +"356696",105352,106723 +"356697",105352,113885 +"356698",105353,119150 +"356699",105355,107352 +"356700",105356,114314 +"356701",105357,108920 +"356702",105357,113391 +"356703",105357,113424 +"356704",105357,119049 +"356705",105362,118937 +"356706",105365,111778 +"356707",105365,114678 +"356708",105365,114681 +"356709",105365,117057 +"356710",105366,110264 +"356711",105369,113916 +"356712",105374,105729 +"356713",105374,105730 +"356714",105374,105761 +"356715",105374,110545 +"356716",105376,105472 +"356717",105379,112946 +"356718",105381,118601 +"356719",105382,105958 +"356720",105382,119038 +"356721",105384,105544 +"356722",105384,115424 +"356723",105388,118915 +"356724",105392,105488 +"356725",105392,105500 +"356726",105392,109172 +"356727",105396,105405 +"356728",105396,105407 +"356729",105396,105411 +"356730",105398,107996 +"356731",105398,108314 +"356732",105400,108502 +"356733",105401,119831 +"356734",105402,112287 +"356735",105403,108480 +"356736",105405,105407 +"356737",105405,105411 +"356738",105405,107573 +"356739",105407,105411 +"356740",105408,105446 +"356741",105416,108365 +"356742",105417,105782 +"356743",105417,118669 +"356744",105418,109478 +"356745",105423,115116 +"356746",105423,115792 +"356747",105428,106113 +"356748",105431,108192 +"356749",105435,106984 +"356750",105436,108403 +"356751",105437,120514 +"356752",105438,105439 +"356753",105438,112866 +"356754",105441,123110 +"356755",105442,121489 +"356756",105445,117529 +"356757",105445,119190 +"356758",105447,120013 +"356759",105447,120014 +"356760",105448,105461 +"356761",105450,105454 +"356762",105450,105455 +"356763",105450,105456 +"356764",105450,105467 +"356765",105454,105455 +"356766",105454,105456 +"356767",105454,105467 +"356768",105455,105456 +"356769",105455,105467 +"356770",105456,105467 +"356771",105457,105477 +"356772",105458,120245 +"356773",105459,111182 +"356774",105461,115313 +"356775",105462,106956 +"356776",105464,105476 +"356777",105468,115762 +"356778",105469,110641 +"356779",105469,114316 +"356780",105470,105471 +"356781",105470,105474 +"356782",105471,105474 +"356783",105473,105475 +"356784",105479,112121 +"356785",105481,108719 +"356786",105481,109551 +"356787",105484,105485 +"356788",105484,105697 +"356789",105486,105501 +"356790",105488,105500 +"356791",105491,113944 +"356792",105494,110243 +"356793",105494,111829 +"356794",105494,118604 +"356795",105495,105955 +"356796",105495,109622 +"356797",105495,116302 +"356798",105495,116315 +"356799",105495,116325 +"356800",105495,116331 +"356801",105495,122285 +"356802",105496,108126 +"356803",105502,107373 +"356804",105503,113097 +"356805",105505,108035 +"356806",105507,109664 +"356807",105507,116051 +"356808",105510,105511 +"356809",105514,105520 +"356810",105516,111376 +"356811",105519,116239 +"356812",105527,105868 +"356813",105528,105627 +"356814",105528,105645 +"356815",105528,105649 +"356816",105530,105534 +"356817",105530,105537 +"356818",105530,105547 +"356819",105530,105552 +"356820",105530,105563 +"356821",105530,115900 +"356822",105534,105537 +"356823",105534,105547 +"356824",105534,105552 +"356825",105534,105563 +"356826",105537,105547 +"356827",105537,105552 +"356828",105537,105563 +"356829",105539,116975 +"356830",105540,105651 +"356831",105541,105548 +"356832",105546,105562 +"356833",105547,105552 +"356834",105547,105563 +"356835",105552,105563 +"356836",105555,105572 +"356837",105557,107199 +"356838",105557,108743 +"356839",105557,108980 +"356840",105557,109291 +"356841",105557,109933 +"356842",105557,110483 +"356843",105557,110567 +"356844",105557,110572 +"356845",105557,110630 +"356846",105557,110648 +"356847",105557,110711 +"356848",105557,110770 +"356849",105557,110869 +"356850",105557,110911 +"356851",105557,111285 +"356852",105557,111314 +"356853",105557,111362 +"356854",105557,111372 +"356855",105557,111424 +"356856",105557,111433 +"356857",105557,112422 +"356858",105557,113269 +"356859",105557,113430 +"356860",105557,114242 +"356861",105557,114842 +"356862",105557,115427 +"356863",105557,115521 +"356864",105557,115711 +"356865",105559,116844 +"356866",105563,115770 +"356867",105564,105568 +"356868",105566,112718 +"356869",105570,108374 +"356870",105571,105573 +"356871",105577,105746 +"356872",105577,118958 +"356873",105577,118968 +"356874",105584,108521 +"356875",105584,113156 +"356876",105584,122389 +"356877",105591,107198 +"356878",105593,121612 +"356879",105594,109161 +"356880",105602,107239 +"356881",105602,107243 +"356882",105609,119026 +"356883",105609,122078 +"356884",105609,122079 +"356885",105609,122080 +"356886",105612,110430 +"356887",105612,112462 +"356888",105613,122659 +"356889",105615,117616 +"356890",105619,105659 +"356891",105622,107962 +"356892",105622,108844 +"356893",105622,109761 +"356894",105622,110563 +"356895",105622,122378 +"356896",105622,122434 +"356897",105622,122439 +"356898",105625,111298 +"356899",105625,112309 +"356900",105625,114011 +"356901",105625,115957 +"356902",105625,117884 +"356903",105625,117885 +"356904",105625,117892 +"356905",105627,105645 +"356906",105627,105649 +"356907",105628,105631 +"356908",105630,112786 +"356909",105630,115465 +"356910",105632,105666 +"356911",105632,105667 +"356912",105632,113756 +"356913",105632,113760 +"356914",105632,113764 +"356915",105633,105646 +"356916",105635,117332 +"356917",105635,121048 +"356918",105636,107827 +"356919",105636,112106 +"356920",105637,105640 +"356921",105638,108700 +"356922",105642,105852 +"356923",105642,106308 +"356924",105645,105649 +"356925",105650,123140 +"356926",105654,115555 +"356927",105656,109384 +"356928",105656,118823 +"356929",105663,105789 +"356930",105665,121212 +"356931",105666,105667 +"356932",105668,107299 +"356933",105669,116474 +"356934",105670,111225 +"356935",105680,111037 +"356936",105682,105716 +"356937",105682,105735 +"356938",105682,117866 +"356939",105684,105793 +"356940",105687,116294 +"356941",105687,116295 +"356942",105689,109919 +"356943",105692,110308 +"356944",105692,110496 +"356945",105692,120340 +"356946",105692,120359 +"356947",105693,121685 +"356948",105695,105700 +"356949",105695,111982 +"356950",105695,119316 +"356951",105697,106145 +"356952",105698,108984 +"356953",105703,107763 +"356954",105703,107778 +"356955",105703,108773 +"356956",105709,122960 +"356957",105712,109388 +"356958",105712,111937 +"356959",105713,105737 +"356960",105716,105735 +"356961",105727,109313 +"356962",105728,111406 +"356963",105728,116653 +"356964",105729,105730 +"356965",105729,105761 +"356966",105730,105761 +"356967",105733,105749 +"356968",105733,105760 +"356969",105733,105880 +"356970",105734,108856 +"356971",105737,106700 +"356972",105738,115683 +"356973",105740,105815 +"356974",105744,111974 +"356975",105744,113432 +"356976",105744,113649 +"356977",105744,113688 +"356978",105745,105748 +"356979",105749,105760 +"356980",105749,105880 +"356981",105751,105807 +"356982",105753,121039 +"356983",105753,122906 +"356984",105753,122910 +"356985",105759,107435 +"356986",105759,107908 +"356987",105759,107913 +"356988",105759,107924 +"356989",105759,107930 +"356990",105759,107978 +"356991",105760,105880 +"356992",105762,119128 +"356993",105763,112051 +"356994",105765,112950 +"356995",105765,112982 +"356996",105765,112991 +"356997",105767,105768 +"356998",105769,109615 +"356999",105770,111985 +"357000",105770,115492 +"357001",105772,105810 +"357002",105776,105808 +"357003",105784,105790 +"357004",105787,113300 +"357005",105791,111100 +"357006",105793,109535 +"357007",105793,121832 +"357008",105795,109284 +"357009",105795,111408 +"357010",105795,113619 +"357011",105798,105799 +"357012",105798,105802 +"357013",105799,105802 +"357014",105800,110286 +"357015",105808,121956 +"357016",105811,116478 +"357017",105811,119245 +"357018",105816,105837 +"357019",105825,112504 +"357020",105826,118975 +"357021",105826,118979 +"357022",105827,109630 +"357023",105827,109642 +"357024",105828,105833 +"357025",105831,105935 +"357026",105842,109128 +"357027",105843,110882 +"357028",105850,105899 +"357029",105853,116169 +"357030",105860,107482 +"357031",105861,106563 +"357032",105864,106005 +"357033",105865,109470 +"357034",105870,107260 +"357035",105870,108824 +"357036",105872,107636 +"357037",105872,110661 +"357038",105872,122092 +"357039",105875,105888 +"357040",105877,116782 +"357041",105878,112471 +"357042",105878,112608 +"357043",105878,116836 +"357044",105878,118083 +"357045",105878,118350 +"357046",105878,119979 +"357047",105878,120753 +"357048",105878,121285 +"357049",105878,121330 +"357050",105882,114474 +"357051",105882,114488 +"357052",105882,117894 +"357053",105882,117896 +"357054",105884,120076 +"357055",105887,113295 +"357056",105890,114479 +"357057",105891,112548 +"357058",105891,112561 +"357059",105896,119029 +"357060",105896,121708 +"357061",105897,105911 +"357062",105900,117262 +"357063",105900,119052 +"357064",105902,106485 +"357065",105903,105988 +"357066",105909,116301 +"357067",105910,107337 +"357068",105910,109229 +"357069",105910,116263 +"357070",105918,113525 +"357071",105918,120774 +"357072",105918,122124 +"357073",105918,122162 +"357074",105918,122203 +"357075",105919,105928 +"357076",105921,118027 +"357077",105926,110514 +"357078",105928,106150 +"357079",105934,105965 +"357080",105936,105948 +"357081",105936,105970 +"357082",105941,120011 +"357083",105945,105968 +"357084",105948,105970 +"357085",105948,106618 +"357086",105948,115056 +"357087",105949,106122 +"357088",105949,121616 +"357089",105950,105951 +"357090",105950,105952 +"357091",105950,110508 +"357092",105950,113237 +"357093",105950,119587 +"357094",105951,105952 +"357095",105955,116302 +"357096",105955,116315 +"357097",105955,116325 +"357098",105955,116331 +"357099",105956,117047 +"357100",105956,117081 +"357101",105956,117092 +"357102",105958,119038 +"357103",105960,113026 +"357104",105960,115006 +"357105",105962,106220 +"357106",105963,122482 +"357107",105963,122484 +"357108",105967,105980 +"357109",105970,111140 +"357110",105976,118901 +"357111",105977,106834 +"357112",105982,113005 +"357113",105982,113017 +"357114",105992,106004 +"357115",105992,106018 +"357116",105997,118644 +"357117",105997,118751 +"357118",105997,123383 +"357119",105999,117532 +"357120",106004,106018 +"357121",106010,114545 +"357122",106010,119265 +"357123",106011,106020 +"357124",106011,106695 +"357125",106014,119122 +"357126",106016,106251 +"357127",106024,106922 +"357128",106024,106942 +"357129",106024,106971 +"357130",106025,106036 +"357131",106025,106059 +"357132",106025,113170 +"357133",106026,106055 +"357134",106026,117242 +"357135",106026,122371 +"357136",106028,106038 +"357137",106028,106193 +"357138",106030,115523 +"357139",106033,118587 +"357140",106034,123337 +"357141",106035,121651 +"357142",106036,106059 +"357143",106038,106193 +"357144",106039,108404 +"357145",106039,108750 +"357146",106040,106041 +"357147",106042,117047 +"357148",106042,117072 +"357149",106042,117074 +"357150",106046,111159 +"357151",106046,112046 +"357152",106046,112065 +"357153",106047,120011 +"357154",106056,106072 +"357155",106061,119453 +"357156",106062,106079 +"357157",106066,119816 +"357158",106069,106086 +"357159",106069,106087 +"357160",106069,106091 +"357161",106069,106094 +"357162",106077,110386 +"357163",106077,112628 +"357164",106078,117251 +"357165",106079,116944 +"357166",106082,106178 +"357167",106086,106087 +"357168",106086,106091 +"357169",106086,106094 +"357170",106087,106091 +"357171",106087,106094 +"357172",106091,106094 +"357173",106095,122738 +"357174",106097,106105 +"357175",106097,106121 +"357176",106099,110290 +"357177",106102,106124 +"357178",106103,106137 +"357179",106104,111801 +"357180",106105,106121 +"357181",106107,113865 +"357182",106107,115906 +"357183",106107,119527 +"357184",106109,106133 +"357185",106119,106136 +"357186",106124,113104 +"357187",106131,110803 +"357188",106135,112101 +"357189",106135,118935 +"357190",106138,110889 +"357191",106138,110899 +"357192",106141,109224 +"357193",106141,109251 +"357194",106141,113088 +"357195",106141,113093 +"357196",106143,118875 +"357197",106143,120290 +"357198",106143,120310 +"357199",106147,106182 +"357200",106147,122248 +"357201",106148,106158 +"357202",106148,106159 +"357203",106148,106160 +"357204",106152,106698 +"357205",106152,119380 +"357206",106152,119381 +"357207",106153,106165 +"357208",106156,106181 +"357209",106156,120966 +"357210",106156,120969 +"357211",106158,106159 +"357212",106158,106160 +"357213",106159,106160 +"357214",106162,109420 +"357215",106162,114844 +"357216",106162,115155 +"357217",106166,113936 +"357218",106175,111137 +"357219",106187,110947 +"357220",106188,106217 +"357221",106196,113109 +"357222",106201,117829 +"357223",106202,109036 +"357224",106203,106210 +"357225",106203,106236 +"357226",106206,118782 +"357227",106207,107917 +"357228",106208,121531 +"357229",106209,106213 +"357230",106210,106236 +"357231",106215,121998 +"357232",106219,106249 +"357233",106225,109007 +"357234",106225,109020 +"357235",106228,106241 +"357236",106229,117318 +"357237",106230,108451 +"357238",106233,108485 +"357239",106233,109993 +"357240",106240,109919 +"357241",106240,118365 +"357242",106244,106247 +"357243",106246,118564 +"357244",106246,118573 +"357245",106247,116705 +"357246",106248,117922 +"357247",106254,106360 +"357248",106254,106370 +"357249",106254,106379 +"357250",106254,106385 +"357251",106254,114990 +"357252",106256,114529 +"357253",106259,110091 +"357254",106259,110106 +"357255",106259,110734 +"357256",106262,109770 +"357257",106265,109083 +"357258",106267,109508 +"357259",106267,115181 +"357260",106269,121370 +"357261",106269,121410 +"357262",106269,121411 +"357263",106271,107705 +"357264",106271,107708 +"357265",106275,106280 +"357266",106282,106293 +"357267",106282,106305 +"357268",106283,106302 +"357269",106283,111843 +"357270",106284,106340 +"357271",106285,110587 +"357272",106285,117678 +"357273",106285,119851 +"357274",106286,106287 +"357275",106288,107843 +"357276",106290,107162 +"357277",106292,113207 +"357278",106293,106305 +"357279",106294,106304 +"357280",106296,110124 +"357281",106310,106770 +"357282",106310,106771 +"357283",106310,106773 +"357284",106312,106334 +"357285",106316,116378 +"357286",106317,106335 +"357287",106318,112830 +"357288",106318,114605 +"357289",106319,109202 +"357290",106323,116084 +"357291",106330,109339 +"357292",106330,111300 +"357293",106332,111890 +"357294",106332,116912 +"357295",106335,108397 +"357296",106336,107278 +"357297",106337,119695 +"357298",106337,119700 +"357299",106344,115985 +"357300",106347,111570 +"357301",106348,107785 +"357302",106349,106466 +"357303",106349,108107 +"357304",106351,114292 +"357305",106358,106375 +"357306",106359,122427 +"357307",106360,106370 +"357308",106360,106379 +"357309",106360,106385 +"357310",106363,106387 +"357311",106363,106395 +"357312",106369,106381 +"357313",106369,109541 +"357314",106369,121813 +"357315",106369,123455 +"357316",106370,106379 +"357317",106370,106385 +"357318",106371,106372 +"357319",106374,107388 +"357320",106379,106385 +"357321",106382,110223 +"357322",106382,115042 +"357323",106384,118548 +"357324",106385,108048 +"357325",106385,108093 +"357326",106387,106395 +"357327",106388,112612 +"357328",106396,115870 +"357329",106399,113591 +"357330",106399,113606 +"357331",106400,109169 +"357332",106404,106427 +"357333",106409,106413 +"357334",106410,106421 +"357335",106413,110336 +"357336",106414,106509 +"357337",106415,121779 +"357338",106415,123293 +"357339",106415,123294 +"357340",106415,123308 +"357341",106415,123309 +"357342",106415,123310 +"357343",106415,123315 +"357344",106415,123318 +"357345",106415,123319 +"357346",106415,123320 +"357347",106415,123338 +"357348",106415,123341 +"357349",106415,123344 +"357350",106415,123345 +"357351",106421,107433 +"357352",106428,111160 +"357353",106428,111252 +"357354",106432,115676 +"357355",106434,110842 +"357356",106435,121435 +"357357",106441,111849 +"357358",106442,106471 +"357359",106442,109539 +"357360",106444,116959 +"357361",106444,116960 +"357362",106446,106636 +"357363",106447,106470 +"357364",106447,106473 +"357365",106447,106483 +"357366",106449,107268 +"357367",106453,114762 +"357368",106457,106474 +"357369",106458,106576 +"357370",106466,108107 +"357371",106468,115899 +"357372",106468,117285 +"357373",106468,120079 +"357374",106470,106473 +"357375",106470,106483 +"357376",106473,106483 +"357377",106476,112211 +"357378",106477,110302 +"357379",106478,115651 +"357380",106484,118268 +"357381",106486,106630 +"357382",106486,112491 +"357383",106494,117686 +"357384",106496,106502 +"357385",106499,106511 +"357386",106503,106516 +"357387",106503,106517 +"357388",106508,106519 +"357389",106508,106521 +"357390",106516,106517 +"357391",106519,106521 +"357392",106527,113860 +"357393",106527,114215 +"357394",106528,109371 +"357395",106528,109373 +"357396",106528,111155 +"357397",106529,106545 +"357398",106529,106568 +"357399",106531,106560 +"357400",106531,106562 +"357401",106532,106551 +"357402",106534,106544 +"357403",106539,111596 +"357404",106542,107128 +"357405",106545,106568 +"357406",106548,107655 +"357407",106552,110948 +"357408",106553,106565 +"357409",106553,115033 +"357410",106553,115540 +"357411",106555,110679 +"357412",106560,106562 +"357413",106561,115491 +"357414",106564,107857 +"357415",106564,107865 +"357416",106564,108130 +"357417",106564,108154 +"357418",106564,115364 +"357419",106565,119373 +"357420",106565,121169 +"357421",106567,109259 +"357422",106567,114104 +"357423",106567,118636 +"357424",106567,120140 +"357425",106567,122429 +"357426",106567,122435 +"357427",106568,123015 +"357428",106569,117865 +"357429",106569,121662 +"357430",106573,106696 +"357431",106573,106727 +"357432",106574,118826 +"357433",106576,108577 +"357434",106576,108836 +"357435",106579,120275 +"357436",106580,109988 +"357437",106580,115097 +"357438",106580,118684 +"357439",106580,118691 +"357440",106580,118794 +"357441",106581,108628 +"357442",106583,106588 +"357443",106590,106600 +"357444",106591,108483 +"357445",106596,106598 +"357446",106603,106619 +"357447",106604,106626 +"357448",106609,112971 +"357449",106609,112975 +"357450",106611,106643 +"357451",106614,106631 +"357452",106614,106646 +"357453",106615,114520 +"357454",106616,106636 +"357455",106618,106624 +"357456",106618,106639 +"357457",106618,115056 +"357458",106622,115515 +"357459",106623,123055 +"357460",106624,106639 +"357461",106627,106642 +"357462",106631,106646 +"357463",106632,122069 +"357464",106632,122074 +"357465",106633,115411 +"357466",106634,106638 +"357467",106634,120601 +"357468",106634,120605 +"357469",106640,117356 +"357470",106640,117369 +"357471",106647,106660 +"357472",106647,106684 +"357473",106647,106686 +"357474",106648,106650 +"357475",106648,106668 +"357476",106649,119350 +"357477",106650,106668 +"357478",106652,106680 +"357479",106653,106667 +"357480",106654,106657 +"357481",106658,106670 +"357482",106658,106690 +"357483",106659,115915 +"357484",106660,106684 +"357485",106660,106686 +"357486",106661,108468 +"357487",106662,120360 +"357488",106670,106690 +"357489",106671,113520 +"357490",106672,120993 +"357491",106673,106676 +"357492",106677,116452 +"357493",106681,111957 +"357494",106684,106686 +"357495",106685,112574 +"357496",106689,106923 +"357497",106689,106946 +"357498",106689,108409 +"357499",106689,108704 +"357500",106692,106816 +"357501",106693,106700 +"357502",106696,106727 +"357503",106697,112755 +"357504",106698,119380 +"357505",106698,119381 +"357506",106701,107618 +"357507",106701,115841 +"357508",106703,110427 +"357509",106703,111219 +"357510",106703,117301 +"357511",106703,119023 +"357512",106705,111374 +"357513",106705,111977 +"357514",106705,112172 +"357515",106709,109098 +"357516",106711,118046 +"357517",106712,109171 +"357518",106712,111240 +"357519",106712,114816 +"357520",106712,115039 +"357521",106712,122154 +"357522",106712,122187 +"357523",106713,118586 +"357524",106714,106717 +"357525",106716,106811 +"357526",106721,115360 +"357527",106724,114249 +"357528",106726,107028 +"357529",106726,107042 +"357530",106726,117852 +"357531",106726,122444 +"357532",106726,122475 +"357533",106728,119449 +"357534",106730,108724 +"357535",106731,109652 +"357536",106731,113807 +"357537",106732,106748 +"357538",106732,106867 +"357539",106735,118936 +"357540",106737,106755 +"357541",106738,107634 +"357542",106739,120798 +"357543",106740,112966 +"357544",106740,117575 +"357545",106740,119051 +"357546",106740,119308 +"357547",106740,119312 +"357548",106740,119347 +"357549",106740,119349 +"357550",106740,119355 +"357551",106740,121845 +"357552",106743,107612 +"357553",106743,111277 +"357554",106743,118576 +"357555",106743,120855 +"357556",106746,110478 +"357557",106748,106867 +"357558",106752,111339 +"357559",106752,111837 +"357560",106752,111848 +"357561",106752,111855 +"357562",106752,119978 +"357563",106752,120037 +"357564",106754,106801 +"357565",106764,117855 +"357566",106764,120921 +"357567",106767,109001 +"357568",106770,106771 +"357569",106770,106773 +"357570",106771,106773 +"357571",106774,108551 +"357572",106784,106796 +"357573",106785,119179 +"357574",106785,119189 +"357575",106793,120688 +"357576",106794,109636 +"357577",106794,121805 +"357578",106795,106797 +"357579",106798,121883 +"357580",106804,106827 +"357581",106808,110737 +"357582",106812,108443 +"357583",106821,120569 +"357584",106821,120584 +"357585",106821,120585 +"357586",106821,120586 +"357587",106821,120604 +"357588",106821,120627 +"357589",106821,120628 +"357590",106821,120629 +"357591",106821,120630 +"357592",106821,120652 +"357593",106821,123420 +"357594",106821,123421 +"357595",106822,106841 +"357596",106822,106862 +"357597",106822,106888 +"357598",106824,108879 +"357599",106824,109166 +"357600",106824,109858 +"357601",106824,109878 +"357602",106824,112962 +"357603",106824,113990 +"357604",106824,115413 +"357605",106824,116123 +"357606",106824,117258 +"357607",106824,117560 +"357608",106824,118128 +"357609",106824,118836 +"357610",106824,118866 +"357611",106824,118873 +"357612",106824,119131 +"357613",106824,119513 +"357614",106824,119716 +"357615",106824,119769 +"357616",106824,120123 +"357617",106824,120169 +"357618",106824,120725 +"357619",106824,120944 +"357620",106824,121609 +"357621",106824,122007 +"357622",106824,122032 +"357623",106824,122035 +"357624",106824,122724 +"357625",106824,123070 +"357626",106824,123394 +"357627",106824,123490 +"357628",106826,117850 +"357629",106829,110821 +"357630",106829,119947 +"357631",106834,119745 +"357632",106836,115085 +"357633",106836,116119 +"357634",106840,106871 +"357635",106841,106862 +"357636",106841,106888 +"357637",106845,111917 +"357638",106849,111848 +"357639",106850,106876 +"357640",106852,106857 +"357641",106852,106897 +"357642",106852,106901 +"357643",106853,119388 +"357644",106853,119394 +"357645",106855,106872 +"357646",106856,114701 +"357647",106856,118184 +"357648",106857,106897 +"357649",106857,106901 +"357650",106862,106888 +"357651",106863,106902 +"357652",106865,113393 +"357653",106870,106894 +"357654",106873,107439 +"357655",106875,118291 +"357656",106877,108250 +"357657",106877,111645 +"357658",106877,119196 +"357659",106878,111253 +"357660",106882,106898 +"357661",106885,108104 +"357662",106887,110279 +"357663",106892,119126 +"357664",106893,106912 +"357665",106893,106918 +"357666",106893,106941 +"357667",106895,106899 +"357668",106895,119054 +"357669",106897,106901 +"357670",106904,106925 +"357671",106904,108818 +"357672",106905,106977 +"357673",106912,106918 +"357674",106912,106941 +"357675",106914,106953 +"357676",106915,106948 +"357677",106915,120217 +"357678",106918,106941 +"357679",106919,106935 +"357680",106919,107117 +"357681",106920,106952 +"357682",106922,106942 +"357683",106922,106971 +"357684",106923,106946 +"357685",106923,108409 +"357686",106929,109359 +"357687",106931,109586 +"357688",106931,109588 +"357689",106935,107117 +"357690",106942,106971 +"357691",106944,106964 +"357692",106945,111844 +"357693",106945,115244 +"357694",106946,108409 +"357695",106951,108165 +"357696",106951,109388 +"357697",106951,118045 +"357698",106951,120762 +"357699",106953,118455 +"357700",106956,109254 +"357701",106956,112013 +"357702",106956,114492 +"357703",106956,119709 +"357704",106956,119715 +"357705",106958,107577 +"357706",106963,122974 +"357707",106968,109510 +"357708",106968,110599 +"357709",106969,110241 +"357710",106972,106981 +"357711",106976,109620 +"357712",106979,114521 +"357713",106979,117465 +"357714",106981,122317 +"357715",106982,110529 +"357716",106990,113082 +"357717",106990,113095 +"357718",106991,107225 +"357719",106993,110143 +"357720",106993,113901 +"357721",106998,116231 +"357722",106998,116283 +"357723",106998,116286 +"357724",107005,109001 +"357725",107005,116518 +"357726",107005,120429 +"357727",107006,121074 +"357728",107008,107043 +"357729",107008,107044 +"357730",107010,107019 +"357731",107010,107024 +"357732",107010,107032 +"357733",107010,107040 +"357734",107010,107058 +"357735",107010,114653 +"357736",107012,107033 +"357737",107014,107045 +"357738",107014,107055 +"357739",107019,107024 +"357740",107019,107032 +"357741",107019,107040 +"357742",107019,107058 +"357743",107020,107722 +"357744",107020,107732 +"357745",107020,107746 +"357746",107022,107031 +"357747",107023,108620 +"357748",107023,114882 +"357749",107024,107032 +"357750",107024,107040 +"357751",107024,107058 +"357752",107024,113858 +"357753",107026,107037 +"357754",107028,107042 +"357755",107032,107040 +"357756",107032,107058 +"357757",107036,110949 +"357758",107036,121242 +"357759",107036,121950 +"357760",107036,121966 +"357761",107036,121971 +"357762",107036,121976 +"357763",107036,122327 +"357764",107038,107048 +"357765",107039,114004 +"357766",107040,107058 +"357767",107043,107044 +"357768",107045,107055 +"357769",107049,110191 +"357770",107054,107316 +"357771",107054,108546 +"357772",107054,116336 +"357773",107056,110564 +"357774",107060,107734 +"357775",107061,115584 +"357776",107068,112575 +"357777",107068,117271 +"357778",107071,107082 +"357779",107077,112262 +"357780",107077,112462 +"357781",107078,122095 +"357782",107088,114515 +"357783",107091,120681 +"357784",107096,107118 +"357785",107097,107108 +"357786",107097,107110 +"357787",107097,107114 +"357788",107097,107127 +"357789",107097,107140 +"357790",107098,118729 +"357791",107100,107101 +"357792",107105,108657 +"357793",107105,116535 +"357794",107108,107110 +"357795",107108,107114 +"357796",107108,107127 +"357797",107108,107140 +"357798",107109,107124 +"357799",107110,107114 +"357800",107110,107127 +"357801",107110,107140 +"357802",107111,107135 +"357803",107114,107127 +"357804",107114,107140 +"357805",107116,107477 +"357806",107116,108212 +"357807",107116,108234 +"357808",107116,108237 +"357809",107123,107142 +"357810",107125,107131 +"357811",107127,107140 +"357812",107130,107134 +"357813",107136,122428 +"357814",107137,107138 +"357815",107139,109785 +"357816",107144,120424 +"357817",107148,107936 +"357818",107150,107151 +"357819",107152,107174 +"357820",107153,107173 +"357821",107153,107184 +"357822",107153,109300 +"357823",107154,110657 +"357824",107156,107160 +"357825",107156,107172 +"357826",107156,107178 +"357827",107156,109632 +"357828",107160,107172 +"357829",107160,107178 +"357830",107161,113611 +"357831",107161,113911 +"357832",107161,113914 +"357833",107161,113920 +"357834",107161,114002 +"357835",107161,116801 +"357836",107167,110413 +"357837",107167,110452 +"357838",107169,107224 +"357839",107169,115752 +"357840",107172,107178 +"357841",107173,107184 +"357842",107175,109042 +"357843",107176,107218 +"357844",107177,107266 +"357845",107179,109765 +"357846",107179,109777 +"357847",107179,118974 +"357848",107184,109300 +"357849",107185,113364 +"357850",107185,119652 +"357851",107188,115230 +"357852",107188,117425 +"357853",107189,107191 +"357854",107190,107233 +"357855",107193,107214 +"357856",107194,108476 +"357857",107194,108477 +"357858",107194,112341 +"357859",107194,112348 +"357860",107194,112358 +"357861",107194,112365 +"357862",107194,112385 +"357863",107194,112388 +"357864",107194,112393 +"357865",107195,120219 +"357866",107195,123139 +"357867",107199,108743 +"357868",107199,108980 +"357869",107199,109291 +"357870",107199,109933 +"357871",107199,110483 +"357872",107199,110567 +"357873",107199,110572 +"357874",107199,110630 +"357875",107199,110648 +"357876",107199,110711 +"357877",107199,110770 +"357878",107199,110869 +"357879",107199,110911 +"357880",107199,111285 +"357881",107199,111314 +"357882",107199,111362 +"357883",107199,111372 +"357884",107199,111424 +"357885",107199,111433 +"357886",107199,112422 +"357887",107199,113269 +"357888",107199,113430 +"357889",107199,114242 +"357890",107199,114842 +"357891",107199,115427 +"357892",107199,115521 +"357893",107199,115711 +"357894",107200,107201 +"357895",107201,113883 +"357896",107201,116860 +"357897",107204,115355 +"357898",107204,123463 +"357899",107213,112318 +"357900",107223,107225 +"357901",107224,115752 +"357902",107230,114527 +"357903",107231,107251 +"357904",107231,107390 +"357905",107233,107252 +"357906",107234,107249 +"357907",107237,107279 +"357908",107238,108753 +"357909",107239,107243 +"357910",107245,119082 +"357911",107248,107391 +"357912",107251,107390 +"357913",107252,108372 +"357914",107252,111584 +"357915",107253,107261 +"357916",107254,113668 +"357917",107255,109508 +"357918",107255,117931 +"357919",107257,110983 +"357920",107262,114228 +"357921",107263,121161 +"357922",107269,107623 +"357923",107269,107714 +"357924",107269,107879 +"357925",107269,107975 +"357926",107271,107291 +"357927",107278,113585 +"357928",107278,118922 +"357929",107279,113274 +"357930",107279,113284 +"357931",107279,113349 +"357932",107282,113054 +"357933",107283,116834 +"357934",107286,107306 +"357935",107286,107308 +"357936",107287,107302 +"357937",107288,108281 +"357938",107288,110955 +"357939",107296,112344 +"357940",107296,112515 +"357941",107298,113642 +"357942",107301,107410 +"357943",107302,110938 +"357944",107302,119564 +"357945",107306,107308 +"357946",107312,122565 +"357947",107316,108546 +"357948",107316,116336 +"357949",107319,118890 +"357950",107321,108049 +"357951",107321,108095 +"357952",107322,107423 +"357953",107322,107428 +"357954",107323,109824 +"357955",107324,107349 +"357956",107328,107342 +"357957",107328,123291 +"357958",107338,107566 +"357959",107355,107358 +"357960",107355,107363 +"357961",107355,107369 +"357962",107355,107370 +"357963",107355,107379 +"357964",107355,107395 +"357965",107357,112176 +"357966",107358,107363 +"357967",107358,107369 +"357968",107358,107370 +"357969",107358,107379 +"357970",107358,107395 +"357971",107359,114050 +"357972",107363,107369 +"357973",107363,107370 +"357974",107363,107379 +"357975",107363,107395 +"357976",107369,107370 +"357977",107369,107379 +"357978",107369,107395 +"357979",107370,107379 +"357980",107370,107395 +"357981",107372,107412 +"357982",107379,107395 +"357983",107383,123010 +"357984",107385,107398 +"357985",107385,110607 +"357986",107386,107393 +"357987",107396,112765 +"357988",107396,112767 +"357989",107397,109215 +"357990",107401,107411 +"357991",107402,116804 +"357992",107402,119073 +"357993",107402,122788 +"357994",107406,107420 +"357995",107406,107434 +"357996",107407,119877 +"357997",107408,114667 +"357998",107409,108850 +"357999",107410,108872 +"358000",107410,111156 +"358001",107410,114895 +"358002",107412,110448 +"358003",107413,107416 +"358004",107417,115024 +"358005",107420,107434 +"358006",107423,107428 +"358007",107426,114994 +"358008",107433,110855 +"358009",107435,107908 +"358010",107435,107913 +"358011",107435,107924 +"358012",107435,107930 +"358013",107435,107978 +"358014",107435,120148 +"358015",107435,120152 +"358016",107438,107457 +"358017",107443,116232 +"358018",107443,117431 +"358019",107443,123500 +"358020",107444,115431 +"358021",107445,110242 +"358022",107445,111552 +"358023",107445,118354 +"358024",107446,107462 +"358025",107448,108119 +"358026",107448,108122 +"358027",107448,121054 +"358028",107450,120292 +"358029",107453,114792 +"358030",107457,115730 +"358031",107460,110597 +"358032",107462,107683 +"358033",107462,107703 +"358034",107462,107892 +"358035",107468,107490 +"358036",107468,107493 +"358037",107470,115636 +"358038",107470,115670 +"358039",107471,107472 +"358040",107476,108400 +"358041",107477,108212 +"358042",107477,108234 +"358043",107477,108237 +"358044",107478,107479 +"358045",107482,107488 +"358046",107482,107494 +"358047",107486,107601 +"358048",107487,109799 +"358049",107488,107494 +"358050",107490,107493 +"358051",107498,109474 +"358052",107498,114094 +"358053",107499,109287 +"358054",107499,115317 +"358055",107502,121020 +"358056",107502,121060 +"358057",107502,122044 +"358058",107502,122045 +"358059",107504,113318 +"358060",107504,118631 +"358061",107504,121079 +"358062",107504,122057 +"358063",107507,107521 +"358064",107507,112002 +"358065",107509,107523 +"358066",107511,107514 +"358067",107511,110710 +"358068",107525,107528 +"358069",107528,111193 +"358070",107528,115021 +"358071",107531,107587 +"358072",107531,122919 +"358073",107532,120283 +"358074",107539,109820 +"358075",107539,110380 +"358076",107539,110394 +"358077",107539,110487 +"358078",107539,110488 +"358079",107539,110492 +"358080",107539,119592 +"358081",107539,120033 +"358082",107540,116306 +"358083",107540,116324 +"358084",107540,116661 +"358085",107542,110757 +"358086",107544,115005 +"358087",107544,119005 +"358088",107544,119065 +"358089",107544,119440 +"358090",107544,119490 +"358091",107544,120375 +"358092",107546,107550 +"358093",107546,107576 +"358094",107550,107576 +"358095",107556,112794 +"358096",107556,113483 +"358097",107556,119592 +"358098",107556,119593 +"358099",107556,119603 +"358100",107557,109393 +"358101",107565,119900 +"358102",107567,112597 +"358103",107570,107627 +"358104",107570,107662 +"358105",107575,109758 +"358106",107575,117044 +"358107",107575,120756 +"358108",107579,109241 +"358109",107581,111464 +"358110",107582,107804 +"358111",107586,107616 +"358112",107590,107885 +"358113",107593,107605 +"358114",107593,108334 +"358115",107595,107631 +"358116",107595,109252 +"358117",107595,109915 +"358118",107595,112534 +"358119",107597,107608 +"358120",107604,108222 +"358121",107604,108239 +"358122",107605,108334 +"358123",107607,119438 +"358124",107607,119857 +"358125",107607,122848 +"358126",107608,118104 +"358127",107608,118105 +"358128",107612,111277 +"358129",107612,118576 +"358130",107612,120855 +"358131",107613,107628 +"358132",107616,109696 +"358133",107616,115532 +"358134",107616,123459 +"358135",107618,115841 +"358136",107622,107883 +"358137",107623,107714 +"358138",107623,107879 +"358139",107623,107975 +"358140",107627,107662 +"358141",107634,121473 +"358142",107634,121477 +"358143",107641,107650 +"358144",107643,110579 +"358145",107645,107676 +"358146",107646,111905 +"358147",107646,111912 +"358148",107646,111925 +"358149",107646,111993 +"358150",107655,113133 +"358151",107658,119258 +"358152",107659,117259 +"358153",107660,107715 +"358154",107662,115481 +"358155",107666,120007 +"358156",107673,107684 +"358157",107674,107675 +"358158",107674,107679 +"358159",107675,107679 +"358160",107682,107698 +"358161",107683,107703 +"358162",107683,107892 +"358163",107686,107706 +"358164",107695,121918 +"358165",107696,107774 +"358166",107699,122251 +"358167",107699,122540 +"358168",107699,122581 +"358169",107703,107892 +"358170",107705,107708 +"358171",107714,107879 +"358172",107714,107975 +"358173",107716,107893 +"358174",107716,107894 +"358175",107722,107732 +"358176",107722,107746 +"358177",107723,108294 +"358178",107727,107749 +"358179",107731,107737 +"358180",107732,107746 +"358181",107739,117571 +"358182",107747,107800 +"358183",107748,112166 +"358184",107750,107756 +"358185",107752,107765 +"358186",107753,107764 +"358187",107755,107760 +"358188",107758,119004 +"358189",107758,119123 +"358190",107763,107778 +"358191",107768,108501 +"358192",107768,109945 +"358193",107768,112246 +"358194",107768,118998 +"358195",107768,119352 +"358196",107768,123068 +"358197",107768,123080 +"358198",107768,123083 +"358199",107768,123095 +"358200",107771,110645 +"358201",107771,110658 +"358202",107776,117842 +"358203",107781,115908 +"358204",107782,108036 +"358205",107782,114415 +"358206",107784,119955 +"358207",107784,120871 +"358208",107784,120912 +"358209",107784,120920 +"358210",107784,120942 +"358211",107791,119425 +"358212",107791,119467 +"358213",107792,114722 +"358214",107792,121225 +"358215",107794,114623 +"358216",107802,115848 +"358217",107802,115859 +"358218",107803,107824 +"358219",107805,107806 +"358220",107805,107813 +"358221",107805,120381 +"358222",107806,107813 +"358223",107822,107841 +"358224",107825,117680 +"358225",107827,112106 +"358226",107829,107845 +"358227",107831,107837 +"358228",107844,117073 +"358229",107848,113394 +"358230",107851,112760 +"358231",107851,112810 +"358232",107855,107869 +"358233",107855,107873 +"358234",107856,107875 +"358235",107856,108383 +"358236",107857,107865 +"358237",107859,107861 +"358238",107860,110965 +"358239",107861,111967 +"358240",107869,107873 +"358241",107870,109553 +"358242",107870,109555 +"358243",107870,109556 +"358244",107870,109563 +"358245",107874,108483 +"358246",107874,110655 +"358247",107875,108383 +"358248",107879,107975 +"358249",107881,107890 +"358250",107886,109013 +"358251",107886,109016 +"358252",107886,109552 +"358253",107887,116598 +"358254",107888,108408 +"358255",107889,121647 +"358256",107893,107894 +"358257",107902,108116 +"358258",107903,107911 +"358259",107903,115104 +"358260",107903,115105 +"358261",107908,107913 +"358262",107908,107924 +"358263",107908,107930 +"358264",107908,107978 +"358265",107909,115597 +"358266",107910,119464 +"358267",107912,107982 +"358268",107913,107924 +"358269",107913,107930 +"358270",107913,107978 +"358271",107913,115149 +"358272",107916,119659 +"358273",107920,108041 +"358274",107921,109029 +"358275",107922,114118 +"358276",107922,123146 +"358277",107922,123149 +"358278",107924,107930 +"358279",107924,107978 +"358280",107927,113783 +"358281",107930,107978 +"358282",107933,108934 +"358283",107934,112050 +"358284",107939,123227 +"358285",107940,109649 +"358286",107947,120785 +"358287",107952,111497 +"358288",107952,121321 +"358289",107952,121329 +"358290",107952,121335 +"358291",107952,121342 +"358292",107952,121388 +"358293",107952,121392 +"358294",107952,121398 +"358295",107961,119805 +"358296",107962,108844 +"358297",107962,122378 +"358298",107962,122434 +"358299",107962,122439 +"358300",107964,118059 +"358301",107972,107989 +"358302",107988,115429 +"358303",107991,119982 +"358304",107991,119996 +"358305",107991,120028 +"358306",107995,116391 +"358307",107996,108314 +"358308",108005,114875 +"358309",108005,122388 +"358310",108005,122397 +"358311",108007,123108 +"358312",108009,110639 +"358313",108011,108012 +"358314",108013,120469 +"358315",108013,123392 +"358316",108020,119928 +"358317",108027,108046 +"358318",108030,121045 +"358319",108032,108043 +"358320",108034,108044 +"358321",108039,108145 +"358322",108040,113997 +"358323",108046,113231 +"358324",108047,108912 +"358325",108048,108093 +"358326",108049,108095 +"358327",108052,118933 +"358328",108052,118934 +"358329",108057,117907 +"358330",108059,119461 +"358331",108065,111770 +"358332",108069,108070 +"358333",108073,113510 +"358334",108076,118951 +"358335",108077,116348 +"358336",108078,108080 +"358337",108078,108090 +"358338",108078,108094 +"358339",108080,108090 +"358340",108080,108094 +"358341",108086,122648 +"358342",108090,108094 +"358343",108092,119335 +"358344",108097,108102 +"358345",108101,108109 +"358346",108104,121307 +"358347",108106,114787 +"358348",108106,119055 +"358349",108107,112921 +"358350",108109,110943 +"358351",108109,114773 +"358352",108119,108122 +"358353",108130,108154 +"358354",108132,108155 +"358355",108133,116246 +"358356",108133,116253 +"358357",108141,108686 +"358358",108141,114470 +"358359",108150,121816 +"358360",108153,108160 +"358361",108154,112736 +"358362",108158,108288 +"358363",108163,111285 +"358364",108164,113791 +"358365",108164,113806 +"358366",108165,109388 +"358367",108170,108173 +"358368",108170,117671 +"358369",108174,115413 +"358370",108178,116269 +"358371",108179,117049 +"358372",108181,114766 +"358373",108181,114782 +"358374",108186,121669 +"358375",108189,109795 +"358376",108191,110822 +"358377",108193,110120 +"358378",108193,118083 +"358379",108193,119263 +"358380",108193,120463 +"358381",108193,121052 +"358382",108193,121057 +"358383",108196,108378 +"358384",108196,119366 +"358385",108196,123299 +"358386",108198,119866 +"358387",108198,119905 +"358388",108198,119911 +"358389",108200,111025 +"358390",108200,114506 +"358391",108200,114510 +"358392",108201,108230 +"358393",108201,108243 +"358394",108204,108205 +"358395",108207,122940 +"358396",108209,108240 +"358397",108210,108228 +"358398",108212,108234 +"358399",108212,108237 +"358400",108213,108241 +"358401",108217,108221 +"358402",108222,108239 +"358403",108226,122789 +"358404",108229,123153 +"358405",108230,108243 +"358406",108233,109334 +"358407",108233,111255 +"358408",108234,108237 +"358409",108235,108236 +"358410",108247,108252 +"358411",108247,108273 +"358412",108248,108249 +"358413",108250,108732 +"358414",108250,111645 +"358415",108252,108273 +"358416",108253,109533 +"358417",108255,119334 +"358418",108255,119408 +"358419",108256,116687 +"358420",108261,115400 +"358421",108268,108276 +"358422",108268,108283 +"358423",108269,108290 +"358424",108271,122585 +"358425",108275,123357 +"358426",108275,123358 +"358427",108276,108283 +"358428",108277,108301 +"358429",108279,108297 +"358430",108295,119104 +"358431",108299,108300 +"358432",108299,118857 +"358433",108301,109238 +"358434",108304,108310 +"358435",108305,117546 +"358436",108311,112678 +"358437",108312,115530 +"358438",108318,108330 +"358439",108321,108327 +"358440",108321,108331 +"358441",108324,121001 +"358442",108324,121002 +"358443",108324,121008 +"358444",108324,122681 +"358445",108324,122683 +"358446",108324,122714 +"358447",108324,122715 +"358448",108327,108331 +"358449",108327,114154 +"358450",108333,112099 +"358451",108333,112755 +"358452",108334,119431 +"358453",108347,108442 +"358454",108348,108358 +"358455",108348,108362 +"358456",108350,120489 +"358457",108355,108369 +"358458",108358,108362 +"358459",108359,108370 +"358460",108360,108995 +"358461",108360,116843 +"358462",108367,119865 +"358463",108371,110105 +"358464",108372,111584 +"358465",108372,120483 +"358466",108372,121422 +"358467",108374,108893 +"358468",108374,109101 +"358469",108374,109523 +"358470",108374,110993 +"358471",108374,111338 +"358472",108374,111398 +"358473",108374,111409 +"358474",108374,111480 +"358475",108374,112422 +"358476",108374,112648 +"358477",108374,112708 +"358478",108374,112820 +"358479",108374,112997 +"358480",108374,113597 +"358481",108374,114418 +"358482",108374,114582 +"358483",108374,115371 +"358484",108374,116028 +"358485",108374,116604 +"358486",108375,113640 +"358487",108376,108542 +"358488",108387,117956 +"358489",108393,116572 +"358490",108393,117318 +"358491",108401,120064 +"358492",108403,108411 +"358493",108403,115587 +"358494",108403,119182 +"358495",108403,119203 +"358496",108403,121950 +"358497",108404,108750 +"358498",108405,108486 +"358499",108411,116763 +"358500",108411,123348 +"358501",108414,121948 +"358502",108416,111789 +"358503",108416,111790 +"358504",108426,117981 +"358505",108426,117989 +"358506",108430,122496 +"358507",108430,122502 +"358508",108433,122498 +"358509",108439,112587 +"358510",108457,111904 +"358511",108457,112615 +"358512",108457,115594 +"358513",108457,117813 +"358514",108463,111931 +"358515",108463,116534 +"358516",108463,116545 +"358517",108466,116367 +"358518",108470,108474 +"358519",108470,109949 +"358520",108473,108503 +"358521",108473,112382 +"358522",108473,112424 +"358523",108474,109949 +"358524",108475,108516 +"358525",108475,116158 +"358526",108476,108477 +"358527",108476,112341 +"358528",108476,112348 +"358529",108476,112358 +"358530",108476,112365 +"358531",108476,112385 +"358532",108476,112388 +"358533",108476,112393 +"358534",108476,122392 +"358535",108476,122408 +"358536",108477,112341 +"358537",108477,112348 +"358538",108477,112358 +"358539",108477,112365 +"358540",108477,112385 +"358541",108477,112388 +"358542",108477,112393 +"358543",108478,109205 +"358544",108478,109207 +"358545",108479,112418 +"358546",108482,121450 +"358547",108483,110140 +"358548",108483,110655 +"358549",108483,112834 +"358550",108484,108486 +"358551",108485,108566 +"358552",108485,110102 +"358553",108490,115524 +"358554",108494,108524 +"358555",108494,108545 +"358556",108495,108556 +"358557",108495,120392 +"358558",108496,110965 +"358559",108499,119532 +"358560",108501,109945 +"358561",108501,112246 +"358562",108501,118998 +"358563",108501,119352 +"358564",108501,123068 +"358565",108501,123080 +"358566",108501,123083 +"358567",108501,123095 +"358568",108503,112382 +"358569",108503,112424 +"358570",108507,108510 +"358571",108507,123076 +"358572",108508,115715 +"358573",108509,108594 +"358574",108510,116460 +"358575",108511,113386 +"358576",108513,110711 +"358577",108513,119322 +"358578",108519,110025 +"358579",108522,110416 +"358580",108524,108545 +"358581",108525,112191 +"358582",108528,120932 +"358583",108532,112331 +"358584",108536,114786 +"358585",108536,119205 +"358586",108538,108539 +"358587",108540,114922 +"358588",108541,109275 +"358589",108544,110174 +"358590",108544,110922 +"358591",108546,112207 +"358592",108546,116336 +"358593",108549,112208 +"358594",108552,121296 +"358595",108553,112268 +"358596",108553,117554 +"358597",108554,108558 +"358598",108554,108559 +"358599",108554,108583 +"358600",108554,109727 +"358601",108554,115907 +"358602",108554,116847 +"358603",108554,120588 +"358604",108558,108559 +"358605",108558,109727 +"358606",108558,115907 +"358607",108558,116847 +"358608",108558,117110 +"358609",108558,118697 +"358610",108563,112276 +"358611",108564,108569 +"358612",108564,111755 +"358613",108564,111758 +"358614",108568,111328 +"358615",108572,114184 +"358616",108576,108593 +"358617",108576,109448 +"358618",108576,109456 +"358619",108576,109459 +"358620",108577,108836 +"358621",108578,115583 +"358622",108579,118446 +"358623",108580,110814 +"358624",108580,112533 +"358625",108581,112886 +"358626",108584,113347 +"358627",108584,122771 +"358628",108585,108598 +"358629",108585,112880 +"358630",108586,112493 +"358631",108591,112122 +"358632",108591,113802 +"358633",108591,119581 +"358634",108595,116578 +"358635",108595,122615 +"358636",108599,115791 +"358637",108601,114015 +"358638",108602,113148 +"358639",108602,115337 +"358640",108605,108891 +"358641",108606,108630 +"358642",108607,111128 +"358643",108608,108610 +"358644",108612,111870 +"358645",108614,112322 +"358646",108614,114688 +"358647",108615,109339 +"358648",108615,111904 +"358649",108615,111951 +"358650",108620,114882 +"358651",108620,117107 +"358652",108621,111475 +"358653",108622,108624 +"358654",108624,117420 +"358655",108624,117886 +"358656",108625,108627 +"358657",108626,116531 +"358658",108626,118344 +"358659",108627,123172 +"358660",108629,108638 +"358661",108630,118930 +"358662",108632,108646 +"358663",108632,111270 +"358664",108636,108637 +"358665",108637,123118 +"358666",108642,114161 +"358667",108642,114905 +"358668",108645,113114 +"358669",108646,111270 +"358670",108647,112853 +"358671",108649,120499 +"358672",108654,108661 +"358673",108657,108658 +"358674",108657,116535 +"358675",108661,109569 +"358676",108666,110416 +"358677",108667,121173 +"358678",108670,121519 +"358679",108670,121521 +"358680",108670,121522 +"358681",108670,121524 +"358682",108674,108971 +"358683",108674,115807 +"358684",108676,108685 +"358685",108681,122932 +"358686",108682,108693 +"358687",108684,108687 +"358688",108684,122795 +"358689",108686,110220 +"358690",108686,114470 +"358691",108687,113609 +"358692",108689,108690 +"358693",108692,108718 +"358694",108694,112540 +"358695",108695,108755 +"358696",108697,115987 +"358697",108699,108709 +"358698",108699,109746 +"358699",108699,117158 +"358700",108702,109237 +"358701",108704,108713 +"358702",108704,109097 +"358703",108704,111471 +"358704",108704,114606 +"358705",108704,118999 +"358706",108704,119441 +"358707",108705,118182 +"358708",108714,108721 +"358709",108715,108726 +"358710",108715,123388 +"358711",108718,109943 +"358712",108718,119225 +"358713",108718,119227 +"358714",108718,119228 +"358715",108718,119229 +"358716",108718,119233 +"358717",108718,120081 +"358718",108719,110415 +"358719",108719,114144 +"358720",108722,111803 +"358721",108724,118593 +"358722",108724,120663 +"358723",108731,108736 +"358724",108732,119891 +"358725",108736,117507 +"358726",108736,117527 +"358727",108737,109076 +"358728",108739,115212 +"358729",108739,120139 +"358730",108740,108741 +"358731",108742,108768 +"358732",108743,108980 +"358733",108743,109291 +"358734",108743,109933 +"358735",108743,110483 +"358736",108743,110567 +"358737",108743,110572 +"358738",108743,110630 +"358739",108743,110648 +"358740",108743,110711 +"358741",108743,110770 +"358742",108743,110869 +"358743",108743,110911 +"358744",108743,111285 +"358745",108743,111314 +"358746",108743,111362 +"358747",108743,111372 +"358748",108743,111424 +"358749",108743,111433 +"358750",108743,112422 +"358751",108743,113269 +"358752",108743,113430 +"358753",108743,114242 +"358754",108743,114842 +"358755",108743,115427 +"358756",108743,115521 +"358757",108743,115711 +"358758",108744,118908 +"358759",108744,120323 +"358760",108745,112875 +"358761",108747,117373 +"358762",108748,119702 +"358763",108752,114483 +"358764",108753,108866 +"358765",108753,111848 +"358766",108753,113522 +"358767",108754,108763 +"358768",108759,109088 +"358769",108760,108796 +"358770",108760,121352 +"358771",108762,109259 +"358772",108762,110595 +"358773",108762,122698 +"358774",108765,108962 +"358775",108765,121043 +"358776",108765,121999 +"358777",108765,123079 +"358778",108765,123085 +"358779",108766,114847 +"358780",108766,115056 +"358781",108769,123098 +"358782",108771,110121 +"358783",108771,117641 +"358784",108774,115860 +"358785",108777,108793 +"358786",108778,111204 +"358787",108779,113696 +"358788",108782,111957 +"358789",108782,122749 +"358790",108783,122548 +"358791",108785,108822 +"358792",108785,117103 +"358793",108785,121441 +"358794",108785,121468 +"358795",108786,108787 +"358796",108790,117649 +"358797",108792,117921 +"358798",108793,121081 +"358799",108794,112215 +"358800",108794,122026 +"358801",108795,112980 +"358802",108796,122979 +"358803",108797,111231 +"358804",108798,108809 +"358805",108800,113081 +"358806",108800,115388 +"358807",108805,110601 +"358808",108805,110614 +"358809",108807,108842 +"358810",108810,108817 +"358811",108815,121888 +"358812",108821,108835 +"358813",108821,110418 +"358814",108822,109049 +"358815",108822,115375 +"358816",108822,117103 +"358817",108823,108839 +"358818",108823,108874 +"358819",108825,108843 +"358820",108825,108846 +"358821",108825,108875 +"358822",108825,116551 +"358823",108826,120721 +"358824",108830,108867 +"358825",108834,110729 +"358826",108839,108874 +"358827",108841,119455 +"358828",108843,108846 +"358829",108843,108875 +"358830",108843,116551 +"358831",108843,121040 +"358832",108844,111351 +"358833",108844,122378 +"358834",108844,122434 +"358835",108844,122439 +"358836",108846,108875 +"358837",108846,116551 +"358838",108847,109264 +"358839",108849,108896 +"358840",108851,108870 +"358841",108851,108878 +"358842",108852,119403 +"358843",108852,119406 +"358844",108855,108958 +"358845",108856,109479 +"358846",108856,110084 +"358847",108859,122785 +"358848",108862,108863 +"358849",108862,111077 +"358850",108863,110046 +"358851",108864,114472 +"358852",108864,114473 +"358853",108864,122569 +"358854",108868,108869 +"358855",108868,109673 +"358856",108870,108878 +"358857",108871,113037 +"358858",108871,120860 +"358859",108872,111156 +"358860",108872,113532 +"358861",108872,114895 +"358862",108873,110873 +"358863",108873,111668 +"358864",108873,111690 +"358865",108873,111711 +"358866",108875,116551 +"358867",108875,120332 +"358868",108879,109166 +"358869",108879,109858 +"358870",108879,109878 +"358871",108879,112962 +"358872",108879,113990 +"358873",108879,115413 +"358874",108879,116123 +"358875",108879,117258 +"358876",108879,117560 +"358877",108879,118128 +"358878",108879,118836 +"358879",108879,118866 +"358880",108879,118873 +"358881",108879,119131 +"358882",108879,119513 +"358883",108879,119716 +"358884",108879,119769 +"358885",108879,120123 +"358886",108879,120169 +"358887",108879,120725 +"358888",108879,120944 +"358889",108879,121609 +"358890",108879,122007 +"358891",108879,122032 +"358892",108879,122035 +"358893",108879,122724 +"358894",108879,123070 +"358895",108879,123394 +"358896",108879,123490 +"358897",108881,109777 +"358898",108881,109830 +"358899",108889,109333 +"358900",108890,109414 +"358901",108890,121121 +"358902",108890,122928 +"358903",108892,109623 +"358904",108893,108894 +"358905",108893,108898 +"358906",108893,109101 +"358907",108893,109523 +"358908",108893,110993 +"358909",108893,111338 +"358910",108893,111398 +"358911",108893,111409 +"358912",108893,111480 +"358913",108893,112422 +"358914",108893,112648 +"358915",108893,112708 +"358916",108893,112820 +"358917",108893,112997 +"358918",108893,113597 +"358919",108893,114418 +"358920",108893,114582 +"358921",108893,115371 +"358922",108893,116028 +"358923",108893,116604 +"358924",108894,108898 +"358925",108896,113444 +"358926",108896,117147 +"358927",108901,110347 +"358928",108902,108972 +"358929",108902,116524 +"358930",108903,123243 +"358931",108904,110243 +"358932",108905,119443 +"358933",108907,117733 +"358934",108911,108924 +"358935",108915,110439 +"358936",108915,110647 +"358937",108915,110688 +"358938",108915,116633 +"358939",108916,109998 +"358940",108919,112807 +"358941",108919,117200 +"358942",108923,116244 +"358943",108923,120289 +"358944",108924,111477 +"358945",108924,122302 +"358946",108926,108937 +"358947",108926,117275 +"358948",108926,117303 +"358949",108926,119977 +"358950",108926,123198 +"358951",108927,108928 +"358952",108929,117004 +"358953",108929,117301 +"358954",108929,118043 +"358955",108937,117275 +"358956",108937,117303 +"358957",108938,120657 +"358958",108938,120693 +"358959",108940,113285 +"358960",108943,122797 +"358961",108944,120140 +"358962",108945,108946 +"358963",108947,108955 +"358964",108948,109122 +"358965",108949,112570 +"358966",108950,108957 +"358967",108950,122625 +"358968",108951,108956 +"358969",108954,110489 +"358970",108955,118893 +"358971",108959,108979 +"358972",108959,108981 +"358973",108965,115637 +"358974",108967,111677 +"358975",108967,111722 +"358976",108967,112857 +"358977",108967,121137 +"358978",108967,122276 +"358979",108968,122198 +"358980",108971,114013 +"358981",108971,115807 +"358982",108971,117294 +"358983",108971,118382 +"358984",108972,116524 +"358985",108973,108974 +"358986",108973,109880 +"358987",108973,109918 +"358988",108974,118881 +"358989",108976,110023 +"358990",108979,108981 +"358991",108980,109291 +"358992",108980,109933 +"358993",108980,110483 +"358994",108980,110567 +"358995",108980,110572 +"358996",108980,110630 +"358997",108980,110648 +"358998",108980,110711 +"358999",108980,110770 +"359000",108980,110869 +"359001",108980,110911 +"359002",108980,111285 +"359003",108980,111314 +"359004",108980,111362 +"359005",108980,111372 +"359006",108980,111424 +"359007",108980,111433 +"359008",108980,112422 +"359009",108980,113269 +"359010",108980,113430 +"359011",108980,114242 +"359012",108980,114842 +"359013",108980,115427 +"359014",108980,115521 +"359015",108980,115711 +"359016",108982,119893 +"359017",108983,109067 +"359018",108984,118434 +"359019",108987,109000 +"359020",108987,109002 +"359021",108988,110536 +"359022",108988,123384 +"359023",108989,109032 +"359024",108995,116843 +"359025",108997,117749 +"359026",109000,109002 +"359027",109000,109945 +"359028",109000,111309 +"359029",109000,111462 +"359030",109000,113873 +"359031",109000,113874 +"359032",109000,114145 +"359033",109000,114155 +"359034",109000,114170 +"359035",109001,116518 +"359036",109006,114246 +"359037",109006,114284 +"359038",109006,114288 +"359039",109007,109020 +"359040",109007,109650 +"359041",109007,114431 +"359042",109008,109022 +"359043",109012,109061 +"359044",109012,118627 +"359045",109013,109016 +"359046",109014,109015 +"359047",109014,109027 +"359048",109014,109041 +"359049",109015,109027 +"359050",109015,109041 +"359051",109027,109041 +"359052",109029,109031 +"359053",109031,110853 +"359054",109035,109062 +"359055",109035,109761 +"359056",109038,109044 +"359057",109040,116938 +"359058",109042,109176 +"359059",109047,109049 +"359060",109047,111149 +"359061",109047,122752 +"359062",109048,109071 +"359063",109049,112100 +"359064",109049,115375 +"359065",109050,115198 +"359066",109050,115552 +"359067",109050,116248 +"359068",109050,117035 +"359069",109050,117526 +"359070",109050,118417 +"359071",109054,109081 +"359072",109058,109070 +"359073",109066,114529 +"359074",109068,111047 +"359075",109068,111060 +"359076",109068,111212 +"359077",109070,121575 +"359078",109073,109086 +"359079",109075,109079 +"359080",109075,109093 +"359081",109079,109093 +"359082",109082,109092 +"359083",109086,120691 +"359084",109086,120692 +"359085",109087,117999 +"359086",109087,123436 +"359087",109093,119938 +"359088",109099,122633 +"359089",109100,109618 +"359090",109100,112661 +"359091",109101,109523 +"359092",109101,110993 +"359093",109101,111338 +"359094",109101,111398 +"359095",109101,111409 +"359096",109101,111480 +"359097",109101,112422 +"359098",109101,112648 +"359099",109101,112708 +"359100",109101,112820 +"359101",109101,112997 +"359102",109101,113597 +"359103",109101,114418 +"359104",109101,114582 +"359105",109101,115371 +"359106",109101,116028 +"359107",109101,116604 +"359108",109106,111843 +"359109",109108,111712 +"359110",109109,113253 +"359111",109109,122700 +"359112",109115,109116 +"359113",109115,109119 +"359114",109115,109121 +"359115",109116,109119 +"359116",109116,109121 +"359117",109117,109216 +"359118",109119,109121 +"359119",109120,111053 +"359120",109125,115701 +"359121",109125,122522 +"359122",109125,122903 +"359123",109129,113480 +"359124",109131,123452 +"359125",109132,111856 +"359126",109133,111486 +"359127",109133,120375 +"359128",109137,109139 +"359129",109137,109142 +"359130",109139,109142 +"359131",109139,113176 +"359132",109139,115209 +"359133",109139,118963 +"359134",109139,122538 +"359135",109139,122578 +"359136",109139,122579 +"359137",109140,109147 +"359138",109142,118956 +"359139",109142,118963 +"359140",109143,109150 +"359141",109143,111373 +"359142",109151,117505 +"359143",109151,117521 +"359144",109152,122722 +"359145",109157,112547 +"359146",109157,113759 +"359147",109159,114324 +"359148",109166,109858 +"359149",109166,109878 +"359150",109166,112962 +"359151",109166,113990 +"359152",109166,115413 +"359153",109166,116123 +"359154",109166,117258 +"359155",109166,117560 +"359156",109166,118128 +"359157",109166,118836 +"359158",109166,118866 +"359159",109166,118873 +"359160",109166,119131 +"359161",109166,119513 +"359162",109166,119716 +"359163",109166,119769 +"359164",109166,120123 +"359165",109166,120169 +"359166",109166,120725 +"359167",109166,120944 +"359168",109166,121609 +"359169",109166,122007 +"359170",109166,122032 +"359171",109166,122035 +"359172",109166,122724 +"359173",109166,123070 +"359174",109166,123394 +"359175",109166,123490 +"359176",109167,109832 +"359177",109167,117786 +"359178",109167,117791 +"359179",109167,117795 +"359180",109170,116527 +"359181",109171,111240 +"359182",109171,114816 +"359183",109171,115039 +"359184",109171,122154 +"359185",109171,122187 +"359186",109171,123013 +"359187",109172,118746 +"359188",109180,112366 +"359189",109182,109788 +"359190",109182,110061 +"359191",109182,121837 +"359192",109183,114435 +"359193",109184,120341 +"359194",109186,109421 +"359195",109186,114890 +"359196",109189,109191 +"359197",109194,116774 +"359198",109195,112925 +"359199",109195,119422 +"359200",109200,119836 +"359201",109204,111078 +"359202",109204,112646 +"359203",109205,109207 +"359204",109206,109215 +"359205",109206,109225 +"359206",109210,113457 +"359207",109211,109662 +"359208",109212,118780 +"359209",109214,109308 +"359210",109215,109225 +"359211",109216,119640 +"359212",109217,109224 +"359213",109224,113355 +"359214",109224,113362 +"359215",109224,113365 +"359216",109226,122356 +"359217",109227,116927 +"359218",109229,109232 +"359219",109229,116263 +"359220",109231,111191 +"359221",109233,119022 +"359222",109239,109248 +"359223",109241,113516 +"359224",109242,109252 +"359225",109242,109923 +"359226",109242,117174 +"359227",109244,117242 +"359228",109248,121284 +"359229",109251,113088 +"359230",109251,113093 +"359231",109252,112534 +"359232",109252,117161 +"359233",109252,117169 +"359234",109252,117174 +"359235",109255,117341 +"359236",109257,122980 +"359237",109259,114104 +"359238",109259,118636 +"359239",109259,120140 +"359240",109259,122429 +"359241",109259,122435 +"359242",109262,110196 +"359243",109262,110216 +"359244",109264,117463 +"359245",109265,109272 +"359246",109267,109268 +"359247",109267,109276 +"359248",109268,109276 +"359249",109269,109270 +"359250",109273,109274 +"359251",109279,109281 +"359252",109284,112529 +"359253",109284,113619 +"359254",109284,119505 +"359255",109287,115317 +"359256",109290,117317 +"359257",109291,109933 +"359258",109291,110483 +"359259",109291,110567 +"359260",109291,110572 +"359261",109291,110630 +"359262",109291,110648 +"359263",109291,110711 +"359264",109291,110770 +"359265",109291,110869 +"359266",109291,110911 +"359267",109291,111285 +"359268",109291,111314 +"359269",109291,111362 +"359270",109291,111372 +"359271",109291,111424 +"359272",109291,111433 +"359273",109291,112422 +"359274",109291,113269 +"359275",109291,113430 +"359276",109291,114242 +"359277",109291,114842 +"359278",109291,115427 +"359279",109291,115521 +"359280",109291,115711 +"359281",109296,114750 +"359282",109297,112754 +"359283",109297,118122 +"359284",109297,118123 +"359285",109297,118135 +"359286",109297,118167 +"359287",109297,118168 +"359288",109298,109302 +"359289",109306,109319 +"359290",109309,111776 +"359291",109309,116118 +"359292",109311,119362 +"359293",109312,109318 +"359294",109319,111888 +"359295",109319,115965 +"359296",109319,120729 +"359297",109324,118923 +"359298",109329,109418 +"359299",109329,109946 +"359300",109329,114379 +"359301",109331,112828 +"359302",109333,112140 +"359303",109333,113659 +"359304",109333,113709 +"359305",109333,119272 +"359306",109334,110264 +"359307",109337,111086 +"359308",109337,123006 +"359309",109338,116752 +"359310",109339,109589 +"359311",109339,110887 +"359312",109339,110892 +"359313",109339,111300 +"359314",109339,111556 +"359315",109339,113201 +"359316",109339,114266 +"359317",109339,118335 +"359318",109339,120853 +"359319",109339,120858 +"359320",109339,121380 +"359321",109339,121384 +"359322",109340,119554 +"359323",109344,109374 +"359324",109346,122063 +"359325",109350,111188 +"359326",109350,111190 +"359327",109350,113302 +"359328",109351,109381 +"359329",109356,109398 +"359330",109357,109358 +"359331",109358,109417 +"359332",109359,113070 +"359333",109359,113214 +"359334",109359,113408 +"359335",109360,118240 +"359336",109360,120826 +"359337",109363,109802 +"359338",109369,123018 +"359339",109369,123019 +"359340",109369,123417 +"359341",109371,109373 +"359342",109371,111155 +"359343",109373,111155 +"359344",109373,112290 +"359345",109373,112298 +"359346",109373,112468 +"359347",109373,113803 +"359348",109374,110771 +"359349",109374,111975 +"359350",109376,122572 +"359351",109376,122584 +"359352",109378,109379 +"359353",109378,118697 +"359354",109383,119428 +"359355",109384,118823 +"359356",109385,115644 +"359357",109387,109405 +"359358",109387,109410 +"359359",109388,111937 +"359360",109389,109443 +"359361",109393,116732 +"359362",109394,109438 +"359363",109397,112593 +"359364",109403,114167 +"359365",109404,116540 +"359366",109405,109410 +"359367",109406,118241 +"359368",109409,109427 +"359369",109409,109437 +"359370",109413,117938 +"359371",109414,121121 +"359372",109417,111113 +"359373",109420,114844 +"359374",109421,112554 +"359375",109421,114890 +"359376",109421,121861 +"359377",109421,121928 +"359378",109423,109424 +"359379",109425,109460 +"359380",109427,109437 +"359381",109433,109467 +"359382",109434,120843 +"359383",109436,110471 +"359384",109436,110472 +"359385",109436,110559 +"359386",109441,109446 +"359387",109445,109449 +"359388",109445,109450 +"359389",109445,109457 +"359390",109447,109458 +"359391",109447,109461 +"359392",109448,109456 +"359393",109448,109459 +"359394",109448,114664 +"359395",109449,109450 +"359396",109449,109457 +"359397",109449,112251 +"359398",109450,109457 +"359399",109452,119801 +"359400",109452,119802 +"359401",109456,109459 +"359402",109457,118849 +"359403",109457,118860 +"359404",109458,109461 +"359405",109458,112885 +"359406",109466,109478 +"359407",109466,114261 +"359408",109468,109475 +"359409",109468,109497 +"359410",109468,117155 +"359411",109468,117502 +"359412",109468,117503 +"359413",109472,113990 +"359414",109474,121259 +"359415",109475,109497 +"359416",109475,116520 +"359417",109478,114261 +"359418",109479,110084 +"359419",109481,120005 +"359420",109483,109484 +"359421",109485,118689 +"359422",109485,118752 +"359423",109485,118754 +"359424",109487,116809 +"359425",109490,120216 +"359426",109491,120646 +"359427",109492,109496 +"359428",109492,109498 +"359429",109492,109518 +"359430",109492,109532 +"359431",109493,110570 +"359432",109495,121576 +"359433",109496,109498 +"359434",109496,109518 +"359435",109496,109532 +"359436",109496,112719 +"359437",109496,112735 +"359438",109496,112745 +"359439",109498,109518 +"359440",109498,109532 +"359441",109500,109501 +"359442",109505,110878 +"359443",109506,114276 +"359444",109506,114507 +"359445",109506,114514 +"359446",109506,114516 +"359447",109506,122007 +"359448",109508,117931 +"359449",109509,116888 +"359450",109509,123051 +"359451",109509,123052 +"359452",109510,110599 +"359453",109510,113670 +"359454",109512,111445 +"359455",109513,109514 +"359456",109515,122112 +"359457",109518,109532 +"359458",109518,112735 +"359459",109518,112745 +"359460",109518,122099 +"359461",109518,122138 +"359462",109519,109520 +"359463",109521,114831 +"359464",109521,115452 +"359465",109521,115456 +"359466",109521,117532 +"359467",109521,121231 +"359468",109521,121234 +"359469",109522,112136 +"359470",109523,110993 +"359471",109523,111338 +"359472",109523,111398 +"359473",109523,111409 +"359474",109523,111480 +"359475",109523,112422 +"359476",109523,112648 +"359477",109523,112708 +"359478",109523,112820 +"359479",109523,112997 +"359480",109523,113597 +"359481",109523,114418 +"359482",109523,114582 +"359483",109523,115371 +"359484",109523,116028 +"359485",109523,116604 +"359486",109527,111965 +"359487",109527,122920 +"359488",109527,122921 +"359489",109527,123381 +"359490",109528,114103 +"359491",109528,114954 +"359492",109535,109542 +"359493",109535,109562 +"359494",109535,112064 +"359495",109535,120943 +"359496",109535,121832 +"359497",109536,109901 +"359498",109536,111283 +"359499",109536,111465 +"359500",109537,109547 +"359501",109542,109562 +"359502",109543,113706 +"359503",109543,114668 +"359504",109553,109555 +"359505",109553,109556 +"359506",109553,109563 +"359507",109554,109558 +"359508",109554,119184 +"359509",109554,121005 +"359510",109555,109556 +"359511",109555,109563 +"359512",109555,109669 +"359513",109555,120192 +"359514",109555,120194 +"359515",109555,120197 +"359516",109555,120198 +"359517",109555,120199 +"359518",109555,120215 +"359519",109556,109563 +"359520",109557,114818 +"359521",109557,117018 +"359522",109559,117687 +"359523",109559,117696 +"359524",109564,109594 +"359525",109569,109735 +"359526",109569,111681 +"359527",109569,122066 +"359528",109569,122885 +"359529",109570,116964 +"359530",109571,113518 +"359531",109571,121778 +"359532",109572,118810 +"359533",109573,109590 +"359534",109573,109597 +"359535",109580,109592 +"359536",109582,109708 +"359537",109583,120761 +"359538",109584,121140 +"359539",109586,109588 +"359540",109589,111556 +"359541",109589,112662 +"359542",109590,109597 +"359543",109596,115951 +"359544",109596,118944 +"359545",109596,119419 +"359546",109596,119454 +"359547",109596,119553 +"359548",109598,120819 +"359549",109599,110677 +"359550",109603,111946 +"359551",109603,112132 +"359552",109604,119401 +"359553",109605,109606 +"359554",109605,111722 +"359555",109605,111723 +"359556",109605,112857 +"359557",109610,109620 +"359558",109611,111724 +"359559",109612,110864 +"359560",109612,117108 +"359561",109612,119729 +"359562",109612,119782 +"359563",109617,111273 +"359564",109618,112661 +"359565",109619,109624 +"359566",109619,109625 +"359567",109620,115242 +"359568",109624,109625 +"359569",109625,112368 +"359570",109628,109659 +"359571",109628,118653 +"359572",109628,123131 +"359573",109629,109666 +"359574",109630,109642 +"359575",109631,118722 +"359576",109635,111407 +"359577",109635,121803 +"359578",109636,121805 +"359579",109638,121647 +"359580",109639,110209 +"359581",109639,122051 +"359582",109640,118158 +"359583",109646,109661 +"359584",109646,112741 +"359585",109650,114431 +"359586",109652,113807 +"359587",109657,109658 +"359588",109661,112741 +"359589",109661,118130 +"359590",109663,122267 +"359591",109663,122312 +"359592",109664,116051 +"359593",109669,120192 +"359594",109669,120194 +"359595",109669,120197 +"359596",109669,120198 +"359597",109669,120199 +"359598",109669,120215 +"359599",109671,109672 +"359600",109673,109684 +"359601",109673,116101 +"359602",109673,116297 +"359603",109673,116298 +"359604",109673,116319 +"359605",109673,116334 +"359606",109675,109683 +"359607",109679,109976 +"359608",109682,109873 +"359609",109682,109889 +"359610",109682,109898 +"359611",109682,109907 +"359612",109686,112218 +"359613",109686,112610 +"359614",109690,109698 +"359615",109695,109699 +"359616",109697,115826 +"359617",109701,109702 +"359618",109708,110502 +"359619",109708,119849 +"359620",109714,109720 +"359621",109719,116085 +"359622",109719,116103 +"359623",109719,116112 +"359624",109719,116113 +"359625",109723,109730 +"359626",109725,109731 +"359627",109726,117029 +"359628",109727,115907 +"359629",109727,116847 +"359630",109727,121248 +"359631",109728,112680 +"359632",109728,112682 +"359633",109728,112693 +"359634",109728,112694 +"359635",109732,112245 +"359636",109733,109734 +"359637",109735,111681 +"359638",109735,122066 +"359639",109735,122885 +"359640",109736,109740 +"359641",109736,112606 +"359642",109736,119846 +"359643",109741,119855 +"359644",109741,119862 +"359645",109744,120305 +"359646",109748,109749 +"359647",109748,117407 +"359648",109750,116797 +"359649",109753,112300 +"359650",109754,110177 +"359651",109757,110692 +"359652",109758,122167 +"359653",109761,109789 +"359654",109761,110563 +"359655",109762,109768 +"359656",109763,116759 +"359657",109765,109777 +"359658",109765,118974 +"359659",109767,115892 +"359660",109772,119134 +"359661",109777,109830 +"359662",109777,118974 +"359663",109778,109779 +"359664",109778,114389 +"359665",109779,112320 +"359666",109780,109794 +"359667",109788,110061 +"359668",109796,109797 +"359669",109796,116586 +"359670",109799,120524 +"359671",109801,109981 +"359672",109803,109821 +"359673",109803,112382 +"359674",109811,111101 +"359675",109811,116640 +"359676",109815,111066 +"359677",109815,113278 +"359678",109815,113314 +"359679",109815,114723 +"359680",109815,116644 +"359681",109815,117804 +"359682",109815,121414 +"359683",109815,122345 +"359684",109815,122353 +"359685",109815,122358 +"359686",109815,122360 +"359687",109815,122366 +"359688",109815,122367 +"359689",109815,122376 +"359690",109815,122383 +"359691",109815,122393 +"359692",109815,122394 +"359693",109815,122398 +"359694",109815,122402 +"359695",109815,122403 +"359696",109815,122409 +"359697",109815,122412 +"359698",109815,122414 +"359699",109815,122415 +"359700",109815,122417 +"359701",109815,122418 +"359702",109815,122421 +"359703",109815,122422 +"359704",109815,122437 +"359705",109815,122438 +"359706",109815,122440 +"359707",109815,123424 +"359708",109816,114045 +"359709",109817,109838 +"359710",109818,112573 +"359711",109820,110380 +"359712",109820,110394 +"359713",109820,119592 +"359714",109820,120033 +"359715",109822,109823 +"359716",109822,109826 +"359717",109823,109826 +"359718",109831,110219 +"359719",109831,111196 +"359720",109831,111399 +"359721",109831,111400 +"359722",109831,118178 +"359723",109832,113513 +"359724",109832,117786 +"359725",109832,117791 +"359726",109832,117795 +"359727",109832,122236 +"359728",109837,121889 +"359729",109840,118265 +"359730",109840,122314 +"359731",109844,118903 +"359732",109848,116890 +"359733",109855,109861 +"359734",109856,122225 +"359735",109857,115071 +"359736",109857,115089 +"359737",109857,121487 +"359738",109858,109878 +"359739",109858,112962 +"359740",109858,113990 +"359741",109858,115413 +"359742",109858,116123 +"359743",109858,117258 +"359744",109858,117560 +"359745",109858,118128 +"359746",109858,118836 +"359747",109858,118866 +"359748",109858,118873 +"359749",109858,119131 +"359750",109858,119513 +"359751",109858,119716 +"359752",109858,119769 +"359753",109858,120123 +"359754",109858,120169 +"359755",109858,120725 +"359756",109858,120944 +"359757",109858,121609 +"359758",109858,122007 +"359759",109858,122032 +"359760",109858,122035 +"359761",109858,122724 +"359762",109858,123070 +"359763",109858,123394 +"359764",109858,123490 +"359765",109859,115394 +"359766",109860,118781 +"359767",109865,115191 +"359768",109871,115303 +"359769",109873,109889 +"359770",109873,109898 +"359771",109873,109907 +"359772",109878,112962 +"359773",109878,113990 +"359774",109878,115413 +"359775",109878,116123 +"359776",109878,117258 +"359777",109878,117560 +"359778",109878,118128 +"359779",109878,118836 +"359780",109878,118866 +"359781",109878,118873 +"359782",109878,119131 +"359783",109878,119513 +"359784",109878,119716 +"359785",109878,119769 +"359786",109878,120123 +"359787",109878,120169 +"359788",109878,120725 +"359789",109878,120944 +"359790",109878,121609 +"359791",109878,122007 +"359792",109878,122032 +"359793",109878,122035 +"359794",109878,122724 +"359795",109878,123070 +"359796",109878,123394 +"359797",109878,123490 +"359798",109881,113547 +"359799",109882,118553 +"359800",109882,121798 +"359801",109885,110742 +"359802",109885,112606 +"359803",109885,116142 +"359804",109885,116150 +"359805",109885,116151 +"359806",109885,116152 +"359807",109885,116155 +"359808",109885,116159 +"359809",109885,116163 +"359810",109885,116165 +"359811",109885,116166 +"359812",109885,116171 +"359813",109885,116677 +"359814",109885,116678 +"359815",109887,109897 +"359816",109889,109898 +"359817",109889,109907 +"359818",109891,117664 +"359819",109893,110362 +"359820",109894,118079 +"359821",109897,122563 +"359822",109898,109907 +"359823",109899,120747 +"359824",109899,120751 +"359825",109900,109909 +"359826",109901,111283 +"359827",109901,111465 +"359828",109905,110430 +"359829",109908,118210 +"359830",109908,118972 +"359831",109910,121555 +"359832",109914,109934 +"359833",109916,109921 +"359834",109919,118365 +"359835",109923,117174 +"359836",109925,109939 +"359837",109930,112235 +"359838",109933,110483 +"359839",109933,110567 +"359840",109933,110572 +"359841",109933,110630 +"359842",109933,110648 +"359843",109933,110711 +"359844",109933,110770 +"359845",109933,110869 +"359846",109933,110911 +"359847",109933,111285 +"359848",109933,111314 +"359849",109933,111362 +"359850",109933,111372 +"359851",109933,111424 +"359852",109933,111433 +"359853",109933,112422 +"359854",109933,113269 +"359855",109933,113430 +"359856",109933,114242 +"359857",109933,114842 +"359858",109933,115427 +"359859",109933,115521 +"359860",109933,115711 +"359861",109935,119150 +"359862",109937,113435 +"359863",109945,111309 +"359864",109945,111462 +"359865",109945,112246 +"359866",109945,114155 +"359867",109945,114170 +"359868",109945,119352 +"359869",109945,123068 +"359870",109945,123080 +"359871",109945,123083 +"359872",109945,123095 +"359873",109949,113878 +"359874",109951,113144 +"359875",109952,118350 +"359876",109956,123276 +"359877",109957,116837 +"359878",109958,111335 +"359879",109958,115910 +"359880",109958,122309 +"359881",109960,113959 +"359882",109960,113965 +"359883",109962,110016 +"359884",109963,111723 +"359885",109965,109966 +"359886",109970,109973 +"359887",109970,120040 +"359888",109971,115993 +"359889",109972,111553 +"359890",109978,109979 +"359891",109978,109980 +"359892",109978,109981 +"359893",109979,109980 +"359894",109979,109981 +"359895",109980,109981 +"359896",109984,109987 +"359897",109988,112994 +"359898",109988,115137 +"359899",109990,112738 +"359900",109998,114298 +"359901",110004,121304 +"359902",110005,110006 +"359903",110008,110024 +"359904",110013,116075 +"359905",110015,116894 +"359906",110017,122531 +"359907",110019,110021 +"359908",110020,123248 +"359909",110023,111111 +"359910",110023,111236 +"359911",110023,111247 +"359912",110023,111256 +"359913",110024,123135 +"359914",110027,122986 +"359915",110027,122991 +"359916",110028,110974 +"359917",110028,110984 +"359918",110028,110988 +"359919",110028,111658 +"359920",110028,111687 +"359921",110028,115425 +"359922",110029,111206 +"359923",110029,111207 +"359924",110032,110037 +"359925",110036,110038 +"359926",110038,112158 +"359927",110039,114032 +"359928",110039,116280 +"359929",110043,110044 +"359930",110043,110922 +"359931",110044,123164 +"359932",110045,122337 +"359933",110047,110048 +"359934",110048,117454 +"359935",110048,117455 +"359936",110048,117456 +"359937",110049,110052 +"359938",110049,110166 +"359939",110051,110107 +"359940",110052,110166 +"359941",110055,110064 +"359942",110055,110069 +"359943",110058,113795 +"359944",110061,117462 +"359945",110064,110069 +"359946",110065,110112 +"359947",110066,110067 +"359948",110066,110080 +"359949",110066,110082 +"359950",110066,110098 +"359951",110066,110103 +"359952",110066,110104 +"359953",110066,111600 +"359954",110067,110080 +"359955",110067,110082 +"359956",110067,110098 +"359957",110067,110103 +"359958",110067,110104 +"359959",110070,110071 +"359960",110070,110096 +"359961",110071,110096 +"359962",110072,118895 +"359963",110072,119472 +"359964",110072,119477 +"359965",110072,119479 +"359966",110072,119482 +"359967",110077,115431 +"359968",110078,115154 +"359969",110078,115169 +"359970",110080,110082 +"359971",110080,110098 +"359972",110080,110103 +"359973",110080,110104 +"359974",110082,110098 +"359975",110082,110103 +"359976",110082,110104 +"359977",110084,110094 +"359978",110085,110108 +"359979",110088,110089 +"359980",110091,110106 +"359981",110091,110734 +"359982",110093,110102 +"359983",110098,110103 +"359984",110098,110104 +"359985",110098,111600 +"359986",110102,110708 +"359987",110103,110104 +"359988",110104,117233 +"359989",110104,117234 +"359990",110106,110734 +"359991",110107,116231 +"359992",110109,116099 +"359993",110117,110596 +"359994",110119,110863 +"359995",110121,117641 +"359996",110122,116564 +"359997",110123,112638 +"359998",110129,110137 +"359999",110130,110556 +"360000",110130,118323 +"360001",110131,110147 +"360002",110131,110155 +"360003",110131,110173 +"360004",110131,110633 +"360005",110131,111146 +"360006",110131,112774 +"360007",110131,121853 +"360008",110131,122255 +"360009",110140,113399 +"360010",110143,113901 +"360011",110147,110155 +"360012",110147,110173 +"360013",110147,112774 +"360014",110148,119990 +"360015",110149,111778 +"360016",110149,114243 +"360017",110152,120351 +"360018",110153,110156 +"360019",110153,110157 +"360020",110154,111334 +"360021",110154,112655 +"360022",110154,115267 +"360023",110155,110173 +"360024",110155,112774 +"360025",110156,110157 +"360026",110163,110164 +"360027",110163,110184 +"360028",110163,110187 +"360029",110163,110190 +"360030",110163,110193 +"360031",110164,110184 +"360032",110164,110187 +"360033",110164,110190 +"360034",110164,110193 +"360035",110165,118351 +"360036",110168,112921 +"360037",110168,121277 +"360038",110169,115041 +"360039",110172,118274 +"360040",110172,118812 +"360041",110173,110663 +"360042",110173,111933 +"360043",110173,112774 +"360044",110173,113539 +"360045",110179,110180 +"360046",110179,114982 +"360047",110183,117220 +"360048",110183,117491 +"360049",110183,119916 +"360050",110184,110187 +"360051",110184,110190 +"360052",110184,110193 +"360053",110186,113671 +"360054",110187,110190 +"360055",110187,110193 +"360056",110190,110193 +"360057",110194,110195 +"360058",110194,113722 +"360059",110195,113722 +"360060",110196,110216 +"360061",110197,110224 +"360062",110197,110235 +"360063",110198,113167 +"360064",110199,114278 +"360065",110203,122619 +"360066",110204,120983 +"360067",110211,110213 +"360068",110211,115116 +"360069",110211,122803 +"360070",110212,120975 +"360071",110217,110397 +"360072",110217,116422 +"360073",110218,110227 +"360074",110218,110749 +"360075",110220,116588 +"360076",110223,115042 +"360077",110224,110235 +"360078",110227,110936 +"360079",110231,110255 +"360080",110232,111301 +"360081",110233,119235 +"360082",110237,110249 +"360083",110243,111829 +"360084",110243,122880 +"360085",110244,110245 +"360086",110244,110246 +"360087",110245,110246 +"360088",110245,114682 +"360089",110246,110685 +"360090",110246,113803 +"360091",110246,115195 +"360092",110246,115233 +"360093",110246,115255 +"360094",110246,115264 +"360095",110246,116660 +"360096",110246,122145 +"360097",110250,110343 +"360098",110250,112956 +"360099",110250,114813 +"360100",110250,122588 +"360101",110250,122819 +"360102",110250,122852 +"360103",110250,122861 +"360104",110250,122863 +"360105",110250,122864 +"360106",110252,120783 +"360107",110254,116796 +"360108",110259,112879 +"360109",110259,112889 +"360110",110260,120572 +"360111",110262,110270 +"360112",110264,111375 +"360113",110264,121820 +"360114",110264,121822 +"360115",110266,110267 +"360116",110268,121512 +"360117",110270,118336 +"360118",110271,119539 +"360119",110272,111019 +"360120",110272,115817 +"360121",110272,116107 +"360122",110272,116108 +"360123",110272,116109 +"360124",110273,110274 +"360125",110277,110375 +"360126",110281,110287 +"360127",110281,110300 +"360128",110281,110309 +"360129",110281,116115 +"360130",110281,122889 +"360131",110281,122911 +"360132",110281,123130 +"360133",110284,110285 +"360134",110284,110291 +"360135",110285,110291 +"360136",110287,110300 +"360137",110287,110309 +"360138",110287,116115 +"360139",110288,110292 +"360140",110288,110296 +"360141",110292,110296 +"360142",110296,115788 +"360143",110298,110318 +"360144",110300,110309 +"360145",110300,116115 +"360146",110301,110304 +"360147",110304,110662 +"360148",110308,110496 +"360149",110308,113499 +"360150",110308,115090 +"360151",110308,116654 +"360152",110308,120340 +"360153",110308,120359 +"360154",110308,123187 +"360155",110309,116115 +"360156",110310,121654 +"360157",110312,119151 +"360158",110313,112657 +"360159",110320,114560 +"360160",110320,115614 +"360161",110320,117638 +"360162",110320,117643 +"360163",110320,117644 +"360164",110321,110328 +"360165",110322,115013 +"360166",110327,121099 +"360167",110330,110353 +"360168",110330,110442 +"360169",110334,117422 +"360170",110335,110336 +"360171",110336,111881 +"360172",110336,115766 +"360173",110336,117032 +"360174",110336,120263 +"360175",110336,121457 +"360176",110339,110340 +"360177",110341,116794 +"360178",110344,123046 +"360179",110350,110351 +"360180",110350,110408 +"360181",110351,110408 +"360182",110353,110442 +"360183",110354,110385 +"360184",110359,110381 +"360185",110359,113585 +"360186",110359,116515 +"360187",110359,117804 +"360188",110359,117942 +"360189",110360,118498 +"360190",110365,110372 +"360191",110365,110400 +"360192",110366,119519 +"360193",110372,110400 +"360194",110374,110410 +"360195",110376,110380 +"360196",110379,118105 +"360197",110379,120463 +"360198",110380,110394 +"360199",110380,110488 +"360200",110380,110719 +"360201",110380,119237 +"360202",110380,119592 +"360203",110380,120033 +"360204",110380,121290 +"360205",110380,121294 +"360206",110380,121331 +"360207",110380,121353 +"360208",110380,121358 +"360209",110382,116567 +"360210",110382,116570 +"360211",110384,110841 +"360212",110384,114066 +"360213",110388,115774 +"360214",110390,112641 +"360215",110392,110396 +"360216",110393,110470 +"360217",110394,119592 +"360218",110394,120033 +"360219",110406,111358 +"360220",110407,113802 +"360221",110407,116410 +"360222",110409,110605 +"360223",110409,113710 +"360224",110409,118314 +"360225",110409,118368 +"360226",110409,118398 +"360227",110410,122748 +"360228",110412,113039 +"360229",110413,110452 +"360230",110419,110445 +"360231",110424,120536 +"360232",110426,115385 +"360233",110427,111219 +"360234",110428,111581 +"360235",110429,122082 +"360236",110439,110647 +"360237",110439,116633 +"360238",110441,111623 +"360239",110441,111625 +"360240",110441,111665 +"360241",110441,111669 +"360242",110441,121479 +"360243",110441,122387 +"360244",110445,110728 +"360245",110451,117548 +"360246",110455,110580 +"360247",110455,110609 +"360248",110455,121357 +"360249",110456,115035 +"360250",110457,119473 +"360251",110467,110468 +"360252",110469,111172 +"360253",110469,114629 +"360254",110471,110472 +"360255",110471,110559 +"360256",110472,110559 +"360257",110480,116908 +"360258",110481,114175 +"360259",110482,119753 +"360260",110482,120061 +"360261",110483,110567 +"360262",110483,110572 +"360263",110483,110630 +"360264",110483,110648 +"360265",110483,110711 +"360266",110483,110770 +"360267",110483,110869 +"360268",110483,110911 +"360269",110483,111285 +"360270",110483,111314 +"360271",110483,111362 +"360272",110483,111372 +"360273",110483,111424 +"360274",110483,111433 +"360275",110483,112422 +"360276",110483,113269 +"360277",110483,113430 +"360278",110483,114242 +"360279",110483,114842 +"360280",110483,115427 +"360281",110483,115521 +"360282",110483,115711 +"360283",110486,118396 +"360284",110487,110488 +"360285",110487,110492 +"360286",110488,110492 +"360287",110488,110719 +"360288",110488,121290 +"360289",110488,121294 +"360290",110494,117524 +"360291",110496,116430 +"360292",110496,120340 +"360293",110496,120359 +"360294",110498,115039 +"360295",110508,112794 +"360296",110508,113237 +"360297",110508,115013 +"360298",110508,115354 +"360299",110508,119587 +"360300",110510,115370 +"360301",110514,110540 +"360302",110514,110548 +"360303",110524,110551 +"360304",110530,112313 +"360305",110535,110598 +"360306",110535,110649 +"360307",110536,120533 +"360308",110536,122905 +"360309",110539,116866 +"360310",110540,110548 +"360311",110540,115275 +"360312",110546,110815 +"360313",110553,110676 +"360314",110557,118083 +"360315",110565,110574 +"360316",110567,110572 +"360317",110567,110630 +"360318",110567,110648 +"360319",110567,110711 +"360320",110567,110770 +"360321",110567,110869 +"360322",110567,110911 +"360323",110567,111285 +"360324",110567,111314 +"360325",110567,111362 +"360326",110567,111372 +"360327",110567,111424 +"360328",110567,111433 +"360329",110567,112422 +"360330",110567,113269 +"360331",110567,113430 +"360332",110567,114242 +"360333",110567,114842 +"360334",110567,115427 +"360335",110567,115521 +"360336",110567,115711 +"360337",110568,110698 +"360338",110569,120412 +"360339",110572,110630 +"360340",110572,110648 +"360341",110572,110711 +"360342",110572,110770 +"360343",110572,110869 +"360344",110572,110911 +"360345",110572,111285 +"360346",110572,111314 +"360347",110572,111362 +"360348",110572,111372 +"360349",110572,111424 +"360350",110572,111433 +"360351",110572,112422 +"360352",110572,113269 +"360353",110572,113430 +"360354",110572,114242 +"360355",110572,114842 +"360356",110572,115427 +"360357",110572,115521 +"360358",110572,115711 +"360359",110580,110609 +"360360",110583,110592 +"360361",110584,116913 +"360362",110586,110652 +"360363",110588,110603 +"360364",110593,122328 +"360365",110593,122332 +"360366",110593,122333 +"360367",110594,116408 +"360368",110595,122698 +"360369",110596,116314 +"360370",110598,110649 +"360371",110600,110685 +"360372",110601,110614 +"360373",110608,121550 +"360374",110613,110617 +"360375",110620,111756 +"360376",110620,112776 +"360377",110620,112780 +"360378",110620,112781 +"360379",110620,112793 +"360380",110621,117446 +"360381",110623,123034 +"360382",110626,110927 +"360383",110629,111452 +"360384",110630,110648 +"360385",110630,110711 +"360386",110630,110770 +"360387",110630,110869 +"360388",110630,110911 +"360389",110630,111285 +"360390",110630,111314 +"360391",110630,111362 +"360392",110630,111372 +"360393",110630,111424 +"360394",110630,111433 +"360395",110630,112422 +"360396",110630,113269 +"360397",110630,113430 +"360398",110630,114242 +"360399",110630,114842 +"360400",110630,115427 +"360401",110630,115521 +"360402",110630,115711 +"360403",110631,110639 +"360404",110633,111146 +"360405",110633,121853 +"360406",110633,122255 +"360407",110634,117486 +"360408",110635,110683 +"360409",110635,110687 +"360410",110637,123233 +"360411",110641,114316 +"360412",110645,110658 +"360413",110647,110688 +"360414",110647,116633 +"360415",110648,110711 +"360416",110648,110770 +"360417",110648,110869 +"360418",110648,110911 +"360419",110648,111285 +"360420",110648,111314 +"360421",110648,111362 +"360422",110648,111372 +"360423",110648,111424 +"360424",110648,111433 +"360425",110648,112422 +"360426",110648,113269 +"360427",110648,113430 +"360428",110648,114242 +"360429",110648,114842 +"360430",110648,115427 +"360431",110648,115521 +"360432",110648,115711 +"360433",110650,110902 +"360434",110650,122448 +"360435",110650,122454 +"360436",110651,120067 +"360437",110657,117830 +"360438",110657,119027 +"360439",110657,121566 +"360440",110660,112932 +"360441",110662,118938 +"360442",110664,110672 +"360443",110665,112828 +"360444",110665,119985 +"360445",110666,118916 +"360446",110666,121767 +"360447",110668,120303 +"360448",110674,110675 +"360449",110678,112119 +"360450",110678,112716 +"360451",110681,110689 +"360452",110681,110852 +"360453",110683,110687 +"360454",110683,118353 +"360455",110683,118355 +"360456",110685,113263 +"360457",110685,116660 +"360458",110685,118759 +"360459",110685,118813 +"360460",110685,121785 +"360461",110685,122145 +"360462",110686,123148 +"360463",110688,116633 +"360464",110689,110852 +"360465",110696,110741 +"360466",110696,118425 +"360467",110699,110705 +"360468",110700,110755 +"360469",110701,110796 +"360470",110703,110712 +"360471",110703,110857 +"360472",110703,110981 +"360473",110704,110756 +"360474",110705,113970 +"360475",110710,117409 +"360476",110710,119136 +"360477",110711,110770 +"360478",110711,110869 +"360479",110711,110911 +"360480",110711,111285 +"360481",110711,111314 +"360482",110711,111362 +"360483",110711,111372 +"360484",110711,111424 +"360485",110711,111433 +"360486",110711,112422 +"360487",110711,113269 +"360488",110711,113430 +"360489",110711,114242 +"360490",110711,114842 +"360491",110711,115427 +"360492",110711,115521 +"360493",110711,115711 +"360494",110711,119322 +"360495",110712,110857 +"360496",110712,110981 +"360497",110717,110877 +"360498",110719,117898 +"360499",110719,121290 +"360500",110719,121294 +"360501",110722,110847 +"360502",110723,110738 +"360503",110727,110805 +"360504",110731,122990 +"360505",110737,121714 +"360506",110741,118425 +"360507",110741,120452 +"360508",110741,120466 +"360509",110741,120471 +"360510",110742,112606 +"360511",110742,116142 +"360512",110742,116150 +"360513",110742,116151 +"360514",110742,116152 +"360515",110742,116155 +"360516",110742,116159 +"360517",110742,116163 +"360518",110742,116165 +"360519",110742,116166 +"360520",110742,116171 +"360521",110742,116677 +"360522",110742,116678 +"360523",110743,110825 +"360524",110743,113856 +"360525",110744,114815 +"360526",110748,110890 +"360527",110748,113327 +"360528",110748,121518 +"360529",110758,116631 +"360530",110759,110812 +"360531",110763,110774 +"360532",110764,110780 +"360533",110765,114698 +"360534",110765,118926 +"360535",110765,119468 +"360536",110768,110807 +"360537",110768,119476 +"360538",110768,119496 +"360539",110768,119497 +"360540",110768,119503 +"360541",110770,110869 +"360542",110770,110911 +"360543",110770,111285 +"360544",110770,111314 +"360545",110770,111362 +"360546",110770,111372 +"360547",110770,111424 +"360548",110770,111433 +"360549",110770,112422 +"360550",110770,113269 +"360551",110770,113430 +"360552",110770,114242 +"360553",110770,114842 +"360554",110770,115427 +"360555",110770,115521 +"360556",110770,115711 +"360557",110771,111975 +"360558",110771,119200 +"360559",110776,116833 +"360560",110777,114630 +"360561",110784,110793 +"360562",110784,111566 +"360563",110786,121182 +"360564",110787,118448 +"360565",110787,118509 +"360566",110789,110806 +"360567",110793,111566 +"360568",110794,120157 +"360569",110796,112198 +"360570",110796,122750 +"360571",110797,115307 +"360572",110798,110809 +"360573",110798,116635 +"360574",110800,114119 +"360575",110808,120008 +"360576",110809,116635 +"360577",110814,112533 +"360578",110817,112979 +"360579",110817,112981 +"360580",110819,114015 +"360581",110821,122644 +"360582",110824,121107 +"360583",110824,122135 +"360584",110825,113856 +"360585",110825,114258 +"360586",110826,112422 +"360587",110826,113417 +"360588",110826,116806 +"360589",110826,121558 +"360590",110829,117049 +"360591",110829,120527 +"360592",110835,110859 +"360593",110836,111731 +"360594",110837,111729 +"360595",110839,110999 +"360596",110840,110994 +"360597",110841,114066 +"360598",110843,110868 +"360599",110850,110858 +"360600",110860,110907 +"360601",110861,110893 +"360602",110862,116939 +"360603",110862,118452 +"360604",110862,118480 +"360605",110864,117108 +"360606",110864,119729 +"360607",110864,119782 +"360608",110865,121826 +"360609",110867,110882 +"360610",110868,111684 +"360611",110868,113079 +"360612",110869,110911 +"360613",110869,111285 +"360614",110869,111314 +"360615",110869,111362 +"360616",110869,111372 +"360617",110869,111424 +"360618",110869,111433 +"360619",110869,112422 +"360620",110869,113269 +"360621",110869,113430 +"360622",110869,114242 +"360623",110869,114842 +"360624",110869,115427 +"360625",110869,115521 +"360626",110869,115711 +"360627",110870,112055 +"360628",110870,118838 +"360629",110873,111668 +"360630",110873,111690 +"360631",110873,111711 +"360632",110880,119806 +"360633",110885,110936 +"360634",110887,110892 +"360635",110887,111300 +"360636",110887,121380 +"360637",110889,110899 +"360638",110891,110930 +"360639",110892,111300 +"360640",110892,121380 +"360641",110894,117255 +"360642",110895,110900 +"360643",110897,110906 +"360644",110902,122448 +"360645",110902,122454 +"360646",110903,122224 +"360647",110911,111285 +"360648",110911,111314 +"360649",110911,111362 +"360650",110911,111372 +"360651",110911,111424 +"360652",110911,111433 +"360653",110911,112422 +"360654",110911,113269 +"360655",110911,113430 +"360656",110911,114242 +"360657",110911,114842 +"360658",110911,115427 +"360659",110911,115521 +"360660",110911,115711 +"360661",110914,114684 +"360662",110915,111279 +"360663",110915,114206 +"360664",110915,114370 +"360665",110916,112827 +"360666",110918,111675 +"360667",110918,120012 +"360668",110920,110985 +"360669",110925,114124 +"360670",110933,116275 +"360671",110935,113130 +"360672",110935,113131 +"360673",110942,110951 +"360674",110943,114773 +"360675",110945,122929 +"360676",110949,121242 +"360677",110950,111705 +"360678",110950,111710 +"360679",110950,116273 +"360680",110954,120945 +"360681",110955,111198 +"360682",110956,111140 +"360683",110956,115926 +"360684",110956,118554 +"360685",110956,118565 +"360686",110958,111210 +"360687",110958,111211 +"360688",110960,111696 +"360689",110961,121251 +"360690",110963,110966 +"360691",110964,113382 +"360692",110964,119215 +"360693",110966,114909 +"360694",110966,114912 +"360695",110966,114917 +"360696",110967,118153 +"360697",110968,110975 +"360698",110968,110976 +"360699",110973,111043 +"360700",110974,110984 +"360701",110974,110988 +"360702",110975,110976 +"360703",110979,116735 +"360704",110980,115903 +"360705",110984,110988 +"360706",110984,115185 +"360707",110984,116803 +"360708",110985,115048 +"360709",110986,111079 +"360710",110986,111087 +"360711",110987,111012 +"360712",110988,115185 +"360713",110988,116803 +"360714",110989,114003 +"360715",110989,114095 +"360716",110991,111009 +"360717",110991,111020 +"360718",110993,111338 +"360719",110993,111398 +"360720",110993,111409 +"360721",110993,111480 +"360722",110993,112422 +"360723",110993,112648 +"360724",110993,112708 +"360725",110993,112820 +"360726",110993,112997 +"360727",110993,113597 +"360728",110993,114418 +"360729",110993,114582 +"360730",110993,115371 +"360731",110993,116028 +"360732",110993,116604 +"360733",110994,112664 +"360734",110994,120929 +"360735",110994,120967 +"360736",110996,112083 +"360737",110998,111048 +"360738",110998,111067 +"360739",111004,111055 +"360740",111008,111010 +"360741",111008,111011 +"360742",111009,111020 +"360743",111010,111011 +"360744",111013,111014 +"360745",111018,111387 +"360746",111018,111390 +"360747",111018,111428 +"360748",111019,115817 +"360749",111019,116107 +"360750",111019,116108 +"360751",111019,116109 +"360752",111021,116359 +"360753",111025,114506 +"360754",111025,114510 +"360755",111026,116157 +"360756",111027,116927 +"360757",111035,111062 +"360758",111036,115554 +"360759",111040,120390 +"360760",111045,117016 +"360761",111046,111061 +"360762",111046,111072 +"360763",111047,111060 +"360764",111047,111212 +"360765",111048,111067 +"360766",111049,120112 +"360767",111050,111369 +"360768",111060,111212 +"360769",111061,111072 +"360770",111064,111066 +"360771",111064,111130 +"360772",111064,114384 +"360773",111065,111071 +"360774",111066,111130 +"360775",111066,113278 +"360776",111066,113314 +"360777",111066,114384 +"360778",111066,114723 +"360779",111066,116644 +"360780",111066,117804 +"360781",111066,121414 +"360782",111066,122345 +"360783",111066,122353 +"360784",111066,122358 +"360785",111066,122360 +"360786",111066,122366 +"360787",111066,122367 +"360788",111066,122376 +"360789",111066,122383 +"360790",111066,122393 +"360791",111066,122394 +"360792",111066,122398 +"360793",111066,122402 +"360794",111066,122403 +"360795",111066,122409 +"360796",111066,122412 +"360797",111066,122414 +"360798",111066,122415 +"360799",111066,122417 +"360800",111066,122418 +"360801",111066,122421 +"360802",111066,122422 +"360803",111066,122437 +"360804",111066,122438 +"360805",111066,122440 +"360806",111066,123424 +"360807",111074,111090 +"360808",111078,112646 +"360809",111079,111087 +"360810",111079,112276 +"360811",111079,114615 +"360812",111079,114616 +"360813",111079,117365 +"360814",111081,117478 +"360815",111081,121136 +"360816",111082,111092 +"360817",111084,111103 +"360818",111093,111102 +"360819",111093,111105 +"360820",111096,111935 +"360821",111096,113817 +"360822",111099,112814 +"360823",111100,113145 +"360824",111100,113279 +"360825",111101,111114 +"360826",111101,111230 +"360827",111102,111105 +"360828",111104,111192 +"360829",111105,118429 +"360830",111107,119242 +"360831",111107,123370 +"360832",111111,111236 +"360833",111111,111247 +"360834",111111,111256 +"360835",111114,111230 +"360836",111115,116822 +"360837",111118,111139 +"360838",111118,111145 +"360839",111118,111147 +"360840",111118,111148 +"360841",111118,111157 +"360842",111118,111158 +"360843",111118,111161 +"360844",111119,113808 +"360845",111121,118152 +"360846",111125,111134 +"360847",111129,123012 +"360848",111130,114384 +"360849",111131,122129 +"360850",111132,117407 +"360851",111132,121588 +"360852",111136,113732 +"360853",111138,112743 +"360854",111139,111145 +"360855",111139,111147 +"360856",111139,111148 +"360857",111139,111157 +"360858",111139,111158 +"360859",111139,111161 +"360860",111140,115926 +"360861",111140,117029 +"360862",111140,118554 +"360863",111140,118565 +"360864",111140,118634 +"360865",111140,118639 +"360866",111145,111147 +"360867",111145,111148 +"360868",111145,111157 +"360869",111145,111158 +"360870",111145,111161 +"360871",111146,121853 +"360872",111146,122255 +"360873",111147,111148 +"360874",111147,111157 +"360875",111147,111158 +"360876",111147,111161 +"360877",111148,111157 +"360878",111148,111158 +"360879",111148,111161 +"360880",111149,116750 +"360881",111150,111229 +"360882",111152,117889 +"360883",111152,119395 +"360884",111156,114895 +"360885",111157,111158 +"360886",111157,111161 +"360887",111158,111161 +"360888",111159,112046 +"360889",111159,112065 +"360890",111159,119374 +"360891",111160,111252 +"360892",111165,111166 +"360893",111168,118658 +"360894",111169,111174 +"360895",111170,112955 +"360896",111171,111180 +"360897",111175,111501 +"360898",111175,114020 +"360899",111175,116138 +"360900",111175,117009 +"360901",111176,111177 +"360902",111187,118980 +"360903",111188,111190 +"360904",111193,111882 +"360905",111193,115021 +"360906",111196,111399 +"360907",111196,111400 +"360908",111202,111214 +"360909",111206,111207 +"360910",111208,116927 +"360911",111208,121739 +"360912",111210,111211 +"360913",111210,119216 +"360914",111211,115556 +"360915",111213,112723 +"360916",111213,116868 +"360917",111217,115205 +"360918",111219,122692 +"360919",111221,111324 +"360920",111221,111364 +"360921",111221,111365 +"360922",111225,113375 +"360923",111226,112568 +"360924",111226,116430 +"360925",111226,117932 +"360926",111227,111234 +"360927",111229,118461 +"360928",111232,111241 +"360929",111232,111245 +"360930",111236,111247 +"360931",111236,111256 +"360932",111240,114816 +"360933",111240,115039 +"360934",111240,120017 +"360935",111240,122154 +"360936",111240,122187 +"360937",111241,111245 +"360938",111243,111249 +"360939",111244,115756 +"360940",111246,121904 +"360941",111247,111256 +"360942",111258,112874 +"360943",111258,121221 +"360944",111260,115561 +"360945",111263,111280 +"360946",111265,111330 +"360947",111268,111269 +"360948",111271,111278 +"360949",111273,116979 +"360950",111273,121657 +"360951",111273,121670 +"360952",111274,111275 +"360953",111274,111517 +"360954",111274,112107 +"360955",111275,111517 +"360956",111275,112107 +"360957",111277,118576 +"360958",111277,120855 +"360959",111281,122613 +"360960",111283,111465 +"360961",111285,111314 +"360962",111285,111362 +"360963",111285,111372 +"360964",111285,111424 +"360965",111285,111433 +"360966",111285,112422 +"360967",111285,113269 +"360968",111285,113430 +"360969",111285,113690 +"360970",111285,114242 +"360971",111285,114842 +"360972",111285,115427 +"360973",111285,115521 +"360974",111285,115711 +"360975",111285,121978 +"360976",111285,121980 +"360977",111286,116294 +"360978",111289,111297 +"360979",111290,113562 +"360980",111291,111295 +"360981",111297,118856 +"360982",111297,118864 +"360983",111297,118886 +"360984",111298,112309 +"360985",111299,111305 +"360986",111300,121380 +"360987",111302,121172 +"360988",111306,111312 +"360989",111306,116832 +"360990",111309,111462 +"360991",111309,113717 +"360992",111309,114155 +"360993",111309,114170 +"360994",111311,121339 +"360995",111311,121348 +"360996",111311,121354 +"360997",111312,116832 +"360998",111313,112629 +"360999",111313,117561 +"361000",111314,111362 +"361001",111314,111372 +"361002",111314,111424 +"361003",111314,111433 +"361004",111314,112422 +"361005",111314,113269 +"361006",111314,113430 +"361007",111314,114242 +"361008",111314,114842 +"361009",111314,115427 +"361010",111314,115521 +"361011",111314,115711 +"361012",111324,111364 +"361013",111324,111365 +"361014",111325,112014 +"361015",111329,111383 +"361016",111329,123493 +"361017",111334,115267 +"361018",111335,115910 +"361019",111338,111398 +"361020",111338,111409 +"361021",111338,111480 +"361022",111338,112422 +"361023",111338,112648 +"361024",111338,112708 +"361025",111338,112820 +"361026",111338,112997 +"361027",111338,113597 +"361028",111338,114418 +"361029",111338,114582 +"361030",111338,115371 +"361031",111338,116028 +"361032",111338,116604 +"361033",111345,111360 +"361034",111350,115581 +"361035",111350,115593 +"361036",111350,115596 +"361037",111350,115600 +"361038",111350,115640 +"361039",111351,117132 +"361040",111352,120062 +"361041",111355,112808 +"361042",111362,111372 +"361043",111362,111424 +"361044",111362,111433 +"361045",111362,112422 +"361046",111362,113269 +"361047",111362,113430 +"361048",111362,114242 +"361049",111362,114842 +"361050",111362,115427 +"361051",111362,115521 +"361052",111362,115711 +"361053",111364,111365 +"361054",111364,117092 +"361055",111364,122925 +"361056",111364,122957 +"361057",111372,111424 +"361058",111372,111433 +"361059",111372,112422 +"361060",111372,113269 +"361061",111372,113430 +"361062",111372,114242 +"361063",111372,114842 +"361064",111372,115427 +"361065",111372,115521 +"361066",111372,115711 +"361067",111374,111977 +"361068",111374,112172 +"361069",111375,121820 +"361070",111375,121822 +"361071",111377,113160 +"361072",111380,111434 +"361073",111387,111390 +"361074",111387,111428 +"361075",111389,111429 +"361076",111390,111428 +"361077",111396,111929 +"361078",111396,111932 +"361079",111396,111939 +"361080",111396,120578 +"361081",111398,111409 +"361082",111398,111480 +"361083",111398,112422 +"361084",111398,112648 +"361085",111398,112708 +"361086",111398,112820 +"361087",111398,112997 +"361088",111398,113597 +"361089",111398,114418 +"361090",111398,114582 +"361091",111398,115371 +"361092",111398,116028 +"361093",111398,116604 +"361094",111399,111400 +"361095",111399,112834 +"361096",111406,116653 +"361097",111407,112029 +"361098",111407,114770 +"361099",111407,121803 +"361100",111409,111480 +"361101",111409,112422 +"361102",111409,112648 +"361103",111409,112708 +"361104",111409,112820 +"361105",111409,112997 +"361106",111409,113597 +"361107",111409,114418 +"361108",111409,114582 +"361109",111409,115371 +"361110",111409,116028 +"361111",111409,116604 +"361112",111410,112387 +"361113",111415,121663 +"361114",111415,122342 +"361115",111416,116601 +"361116",111417,111421 +"361117",111417,112056 +"361118",111417,120026 +"361119",111417,120880 +"361120",111417,123273 +"361121",111424,111433 +"361122",111424,112422 +"361123",111424,113269 +"361124",111424,113430 +"361125",111424,114242 +"361126",111424,114842 +"361127",111424,115427 +"361128",111424,115521 +"361129",111424,115711 +"361130",111426,111440 +"361131",111429,121244 +"361132",111430,111503 +"361133",111430,111518 +"361134",111433,112422 +"361135",111433,113269 +"361136",111433,113430 +"361137",111433,114242 +"361138",111433,114842 +"361139",111433,115427 +"361140",111433,115521 +"361141",111433,115711 +"361142",111437,111573 +"361143",111442,111524 +"361144",111450,121053 +"361145",111451,111454 +"361146",111458,117550 +"361147",111460,111469 +"361148",111461,111483 +"361149",111462,114155 +"361150",111462,114170 +"361151",111467,111796 +"361152",111467,116788 +"361153",111468,111511 +"361154",111471,112446 +"361155",111471,118999 +"361156",111471,119441 +"361157",111473,113033 +"361158",111477,122302 +"361159",111478,114526 +"361160",111480,112422 +"361161",111480,112648 +"361162",111480,112708 +"361163",111480,112820 +"361164",111480,112997 +"361165",111480,113597 +"361166",111480,114418 +"361167",111480,114582 +"361168",111480,115371 +"361169",111480,116028 +"361170",111480,116604 +"361171",111481,111484 +"361172",111482,118801 +"361173",111484,119712 +"361174",111485,111560 +"361175",111486,120375 +"361176",111492,115044 +"361177",111493,111507 +"361178",111497,111502 +"361179",111497,121321 +"361180",111497,121329 +"361181",111497,121335 +"361182",111497,121342 +"361183",111497,121392 +"361184",111500,115942 +"361185",111501,117009 +"361186",111503,111518 +"361187",111504,118024 +"361188",111504,118806 +"361189",111504,118931 +"361190",111505,115207 +"361191",111505,115209 +"361192",111513,111539 +"361193",111515,115755 +"361194",111517,112107 +"361195",111523,111880 +"361196",111527,111533 +"361197",111535,111601 +"361198",111535,111767 +"361199",111538,112875 +"361200",111541,122618 +"361201",111543,111554 +"361202",111547,122816 +"361203",111552,118354 +"361204",111555,120724 +"361205",111556,115594 +"361206",111556,119965 +"361207",111556,120029 +"361208",111556,120439 +"361209",111560,119844 +"361210",111565,111663 +"361211",111572,111585 +"361212",111572,111598 +"361213",111575,121302 +"361214",111577,114626 +"361215",111579,118953 +"361216",111579,118954 +"361217",111580,121650 +"361218",111583,111660 +"361219",111585,111598 +"361220",111585,113178 +"361221",111590,123410 +"361222",111590,123412 +"361223",111599,111610 +"361224",111602,121643 +"361225",111605,119717 +"361226",111608,111683 +"361227",111608,115030 +"361228",111613,112179 +"361229",111613,116791 +"361230",111616,111674 +"361231",111617,119202 +"361232",111617,120728 +"361233",111619,115170 +"361234",111623,111625 +"361235",111625,112960 +"361236",111625,113377 +"361237",111625,113387 +"361238",111626,117424 +"361239",111628,111629 +"361240",111632,111633 +"361241",111638,113242 +"361242",111639,111652 +"361243",111640,121309 +"361244",111640,121400 +"361245",111640,121408 +"361246",111642,115986 +"361247",111645,123205 +"361248",111646,111781 +"361249",111647,111757 +"361250",111647,120635 +"361251",111647,122347 +"361252",111648,111655 +"361253",111648,111656 +"361254",111655,111656 +"361255",111665,111669 +"361256",111666,117170 +"361257",111666,117193 +"361258",111668,111690 +"361259",111668,111711 +"361260",111670,115916 +"361261",111677,112857 +"361262",111677,114588 +"361263",111677,122276 +"361264",111678,113110 +"361265",111681,111688 +"361266",111681,119276 +"361267",111681,122066 +"361268",111681,122885 +"361269",111684,113079 +"361270",111684,115039 +"361271",111684,115391 +"361272",111684,116532 +"361273",111686,114614 +"361274",111690,111711 +"361275",111691,111745 +"361276",111691,111749 +"361277",111693,113000 +"361278",111695,111707 +"361279",111695,111718 +"361280",111699,121618 +"361281",111700,111728 +"361282",111702,112157 +"361283",111702,113811 +"361284",111702,114943 +"361285",111703,111721 +"361286",111705,111710 +"361287",111707,111718 +"361288",111711,114266 +"361289",111716,115741 +"361290",111716,115748 +"361291",111717,116651 +"361292",111717,118625 +"361293",111719,120408 +"361294",111720,112175 +"361295",111722,111723 +"361296",111722,112857 +"361297",111722,121137 +"361298",111723,114584 +"361299",111727,114756 +"361300",111727,120768 +"361301",111727,121917 +"361302",111727,123499 +"361303",111729,113332 +"361304",111733,111743 +"361305",111735,111737 +"361306",111735,111740 +"361307",111735,112487 +"361308",111737,111740 +"361309",111737,112487 +"361310",111740,112487 +"361311",111745,111749 +"361312",111747,114611 +"361313",111747,116459 +"361314",111747,120404 +"361315",111755,111758 +"361316",111756,112776 +"361317",111756,112780 +"361318",111756,112781 +"361319",111756,112793 +"361320",111757,120635 +"361321",111757,122347 +"361322",111769,122671 +"361323",111776,112377 +"361324",111776,114503 +"361325",111778,114243 +"361326",111778,114678 +"361327",111778,114681 +"361328",111778,117057 +"361329",111782,120803 +"361330",111784,111794 +"361331",111789,111790 +"361332",111790,113345 +"361333",111792,111805 +"361334",111792,120200 +"361335",111794,118594 +"361336",111794,118597 +"361337",111795,111876 +"361338",111795,111878 +"361339",111795,111884 +"361340",111797,112580 +"361341",111798,111803 +"361342",111799,112850 +"361343",111806,119325 +"361344",111807,111808 +"361345",111809,111815 +"361346",111809,114307 +"361347",111810,111823 +"361348",111814,111822 +"361349",111821,117190 +"361350",111823,116791 +"361351",111823,118278 +"361352",111826,111891 +"361353",111829,113072 +"361354",111829,118604 +"361355",111830,121758 +"361356",111830,121764 +"361357",111831,111907 +"361358",111831,111910 +"361359",111832,111860 +"361360",111835,111839 +"361361",111835,111895 +"361362",111837,111848 +"361363",111837,111855 +"361364",111839,111895 +"361365",111842,120876 +"361366",111844,115244 +"361367",111846,121317 +"361368",111848,111855 +"361369",111848,113522 +"361370",111848,120543 +"361371",111849,113026 +"361372",111849,119745 +"361373",111852,111892 +"361374",111853,112429 +"361375",111857,111863 +"361376",111857,111926 +"361377",111858,117318 +"361378",111863,111926 +"361379",111864,111873 +"361380",111865,115628 +"361381",111867,119535 +"361382",111867,122185 +"361383",111868,119201 +"361384",111873,116695 +"361385",111873,122316 +"361386",111874,116238 +"361387",111876,111878 +"361388",111876,111884 +"361389",111878,111884 +"361390",111880,119719 +"361391",111881,121457 +"361392",111883,118020 +"361393",111883,118118 +"361394",111885,118349 +"361395",111885,119328 +"361396",111885,119354 +"361397",111886,111896 +"361398",111886,111906 +"361399",111891,115340 +"361400",111894,112521 +"361401",111894,116611 +"361402",111896,111906 +"361403",111901,113421 +"361404",111901,117273 +"361405",111902,115445 +"361406",111902,123143 +"361407",111903,116107 +"361408",111904,111951 +"361409",111904,115594 +"361410",111905,111912 +"361411",111905,111925 +"361412",111905,111993 +"361413",111907,111910 +"361414",111908,116033 +"361415",111908,119105 +"361416",111908,119113 +"361417",111910,120741 +"361418",111912,111925 +"361419",111912,111993 +"361420",111913,111914 +"361421",111913,111955 +"361422",111914,111955 +"361423",111914,114652 +"361424",111919,119777 +"361425",111920,118027 +"361426",111922,119462 +"361427",111922,119466 +"361428",111923,111991 +"361429",111925,111993 +"361430",111926,117615 +"361431",111929,111932 +"361432",111929,111939 +"361433",111932,111939 +"361434",111935,113817 +"361435",111936,115469 +"361436",111944,111945 +"361437",111944,116632 +"361438",111945,116632 +"361439",111959,111969 +"361440",111960,111963 +"361441",111960,112008 +"361442",111963,112008 +"361443",111964,111997 +"361444",111965,122920 +"361445",111965,122921 +"361446",111965,123381 +"361447",111966,120496 +"361448",111968,111973 +"361449",111968,115180 +"361450",111968,115334 +"361451",111968,115970 +"361452",111971,112951 +"361453",111971,114461 +"361454",111971,121415 +"361455",111974,113432 +"361456",111974,113649 +"361457",111974,113688 +"361458",111977,112172 +"361459",111982,119316 +"361460",111987,118989 +"361461",111989,118522 +"361462",111990,112006 +"361463",111993,122016 +"361464",112018,121168 +"361465",112019,117831 +"361466",112020,112082 +"361467",112023,115004 +"361468",112024,120137 +"361469",112029,114770 +"361470",112029,114979 +"361471",112032,116792 +"361472",112033,112041 +"361473",112033,112042 +"361474",112041,112042 +"361475",112044,117260 +"361476",112044,118515 +"361477",112046,112065 +"361478",112048,112054 +"361479",112054,112758 +"361480",112055,112124 +"361481",112056,116873 +"361482",112056,120880 +"361483",112061,122566 +"361484",112062,118428 +"361485",112064,120943 +"361486",112069,112070 +"361487",112070,118228 +"361488",112073,112096 +"361489",112081,112369 +"361490",112086,113777 +"361491",112087,118177 +"361492",112090,119794 +"361493",112101,118935 +"361494",112102,114692 +"361495",112103,112669 +"361496",112103,112995 +"361497",112108,113083 +"361498",112116,117693 +"361499",112118,121469 +"361500",112119,112716 +"361501",112124,115115 +"361502",112127,112137 +"361503",112129,112140 +"361504",112133,112139 +"361505",112135,112505 +"361506",112140,113659 +"361507",112140,113709 +"361508",112140,119272 +"361509",112147,121886 +"361510",112150,112153 +"361511",112150,112443 +"361512",112150,112447 +"361513",112150,112455 +"361514",112150,112459 +"361515",112150,114599 +"361516",112153,112443 +"361517",112153,112447 +"361518",112153,112455 +"361519",112153,112459 +"361520",112153,114599 +"361521",112159,113678 +"361522",112162,117311 +"361523",112164,112194 +"361524",112168,112173 +"361525",112169,112187 +"361526",112169,114918 +"361527",112174,112362 +"361528",112176,120684 +"361529",112177,123201 +"361530",112178,112210 +"361531",112183,112367 +"361532",112187,114918 +"361533",112190,112195 +"361534",112198,114402 +"361535",112198,118785 +"361536",112198,122750 +"361537",112200,114837 +"361538",112215,122026 +"361539",112216,119518 +"361540",112216,119528 +"361541",112216,119597 +"361542",112216,119612 +"361543",112218,112610 +"361544",112221,112222 +"361545",112224,116818 +"361546",112227,120938 +"361547",112229,116239 +"361548",112232,112238 +"361549",112234,112257 +"361550",112234,112448 +"361551",112237,121593 +"361552",112237,121691 +"361553",112240,113002 +"361554",112240,113189 +"361555",112243,114173 +"361556",112246,118998 +"361557",112246,119352 +"361558",112246,123068 +"361559",112246,123080 +"361560",112246,123083 +"361561",112246,123095 +"361562",112249,112254 +"361563",112249,112259 +"361564",112254,112259 +"361565",112255,122300 +"361566",112256,112260 +"361567",112257,112448 +"361568",112262,112462 +"361569",112263,112267 +"361570",112263,112456 +"361571",112263,112472 +"361572",112267,112456 +"361573",112267,112472 +"361574",112272,112282 +"361575",112276,114615 +"361576",112276,114616 +"361577",112277,112278 +"361578",112280,112281 +"361579",112280,114860 +"361580",112281,114860 +"361581",112285,112315 +"361582",112285,112316 +"361583",112285,112473 +"361584",112289,116446 +"361585",112290,112298 +"361586",112290,112468 +"361587",112290,113803 +"361588",112292,119909 +"361589",112298,112468 +"361590",112298,113803 +"361591",112306,120247 +"361592",112311,114807 +"361593",112315,112316 +"361594",112315,112473 +"361595",112316,112473 +"361596",112322,114688 +"361597",112324,112325 +"361598",112327,120286 +"361599",112338,113543 +"361600",112338,113576 +"361601",112338,113583 +"361602",112341,112348 +"361603",112341,112358 +"361604",112341,112365 +"361605",112341,112385 +"361606",112341,112388 +"361607",112341,112393 +"361608",112343,112345 +"361609",112344,112515 +"361610",112346,113474 +"361611",112348,112358 +"361612",112348,112365 +"361613",112348,112385 +"361614",112348,112388 +"361615",112348,112393 +"361616",112354,112372 +"361617",112358,112365 +"361618",112358,112385 +"361619",112358,112388 +"361620",112358,112393 +"361621",112360,116599 +"361622",112360,116600 +"361623",112361,113112 +"361624",112365,112385 +"361625",112365,112388 +"361626",112365,112393 +"361627",112368,121972 +"361628",112370,118928 +"361629",112371,120184 +"361630",112373,112413 +"361631",112375,121728 +"361632",112382,112424 +"361633",112385,112388 +"361634",112385,112393 +"361635",112387,115075 +"361636",112387,116958 +"361637",112388,112393 +"361638",112400,114823 +"361639",112401,118378 +"361640",112402,112408 +"361641",112402,112412 +"361642",112408,112412 +"361643",112410,114865 +"361644",112410,121145 +"361645",112413,115528 +"361646",112413,119319 +"361647",112413,119321 +"361648",112417,115220 +"361649",112420,120492 +"361650",112420,122042 +"361651",112422,112642 +"361652",112422,112648 +"361653",112422,112708 +"361654",112422,112820 +"361655",112422,112997 +"361656",112422,113269 +"361657",112422,113430 +"361658",112422,113597 +"361659",112422,114242 +"361660",112422,114418 +"361661",112422,114582 +"361662",112422,114842 +"361663",112422,115371 +"361664",112422,115427 +"361665",112422,115521 +"361666",112422,115711 +"361667",112422,116028 +"361668",112422,116604 +"361669",112422,121558 +"361670",112425,115054 +"361671",112425,118233 +"361672",112432,112924 +"361673",112432,118697 +"361674",112432,121838 +"361675",112435,117240 +"361676",112437,112527 +"361677",112437,121127 +"361678",112438,112488 +"361679",112438,121847 +"361680",112443,112447 +"361681",112443,112455 +"361682",112443,112459 +"361683",112443,114599 +"361684",112447,112455 +"361685",112447,112459 +"361686",112447,114599 +"361687",112450,117618 +"361688",112455,112459 +"361689",112455,114599 +"361690",112456,112472 +"361691",112456,120775 +"361692",112456,120779 +"361693",112457,122049 +"361694",112458,112464 +"361695",112458,112465 +"361696",112459,114599 +"361697",112464,112465 +"361698",112465,112906 +"361699",112465,112910 +"361700",112468,113803 +"361701",112469,112482 +"361702",112470,122193 +"361703",112471,112608 +"361704",112471,118083 +"361705",112471,118350 +"361706",112471,119972 +"361707",112471,119979 +"361708",112471,120269 +"361709",112471,120753 +"361710",112471,121199 +"361711",112471,121285 +"361712",112471,121330 +"361713",112476,121105 +"361714",112476,123177 +"361715",112479,121125 +"361716",112489,112721 +"361717",112489,120454 +"361718",112492,114663 +"361719",112494,119797 +"361720",112495,115016 +"361721",112495,115694 +"361722",112501,120506 +"361723",112506,115143 +"361724",112510,118531 +"361725",112513,112538 +"361726",112519,116121 +"361727",112526,112728 +"361728",112531,121189 +"361729",112535,112576 +"361730",112537,112543 +"361731",112537,112544 +"361732",112537,117543 +"361733",112543,112544 +"361734",112546,122623 +"361735",112546,122629 +"361736",112548,112561 +"361737",112549,114552 +"361738",112549,114557 +"361739",112550,112557 +"361740",112550,112558 +"361741",112550,112563 +"361742",112553,117536 +"361743",112554,121861 +"361744",112554,121928 +"361745",112556,113913 +"361746",112556,119993 +"361747",112556,121327 +"361748",112557,112558 +"361749",112557,112563 +"361750",112558,112563 +"361751",112558,120695 +"361752",112560,119783 +"361753",112565,112577 +"361754",112565,112583 +"361755",112566,112717 +"361756",112568,113189 +"361757",112568,113641 +"361758",112568,116430 +"361759",112568,123057 +"361760",112573,113849 +"361761",112574,116832 +"361762",112577,112583 +"361763",112582,115056 +"361764",112587,122062 +"361765",112590,119637 +"361766",112591,120451 +"361767",112591,120460 +"361768",112592,118683 +"361769",112592,118762 +"361770",112592,118818 +"361771",112592,118820 +"361772",112596,113856 +"361773",112601,112804 +"361774",112601,113824 +"361775",112601,116408 +"361776",112602,112658 +"361777",112602,119015 +"361778",112603,114704 +"361779",112606,116142 +"361780",112606,116150 +"361781",112606,116151 +"361782",112606,116152 +"361783",112606,116155 +"361784",112606,116159 +"361785",112606,116163 +"361786",112606,116165 +"361787",112606,116166 +"361788",112606,116171 +"361789",112606,116677 +"361790",112606,116678 +"361791",112606,119846 +"361792",112607,112618 +"361793",112608,118083 +"361794",112608,118350 +"361795",112608,119979 +"361796",112608,120753 +"361797",112608,121285 +"361798",112608,121330 +"361799",112610,116773 +"361800",112611,112615 +"361801",112613,112614 +"361802",112613,112619 +"361803",112613,112622 +"361804",112614,112619 +"361805",112614,112622 +"361806",112615,117813 +"361807",112615,123396 +"361808",112617,121596 +"361809",112617,121800 +"361810",112619,112622 +"361811",112626,112643 +"361812",112637,112649 +"361813",112648,112708 +"361814",112648,112820 +"361815",112648,112997 +"361816",112648,113597 +"361817",112648,114418 +"361818",112648,114582 +"361819",112648,115371 +"361820",112648,116028 +"361821",112648,116604 +"361822",112651,119887 +"361823",112666,112668 +"361824",112669,112995 +"361825",112670,112692 +"361826",112673,112674 +"361827",112677,112738 +"361828",112679,112705 +"361829",112680,112682 +"361830",112680,112693 +"361831",112680,112694 +"361832",112682,112693 +"361833",112682,112694 +"361834",112685,115409 +"361835",112690,118764 +"361836",112693,112694 +"361837",112693,115142 +"361838",112697,114949 +"361839",112701,112702 +"361840",112701,112751 +"361841",112702,112751 +"361842",112707,115579 +"361843",112708,112820 +"361844",112708,112997 +"361845",112708,113597 +"361846",112708,114418 +"361847",112708,114582 +"361848",112708,115371 +"361849",112708,116028 +"361850",112708,116604 +"361851",112719,112735 +"361852",112719,112745 +"361853",112725,113028 +"361854",112726,112730 +"361855",112726,112733 +"361856",112726,113716 +"361857",112726,113719 +"361858",112726,113720 +"361859",112729,112740 +"361860",112730,112733 +"361861",112735,112745 +"361862",112737,117152 +"361863",112738,113867 +"361864",112742,112747 +"361865",112745,117497 +"361866",112745,122099 +"361867",112745,122138 +"361868",112748,121871 +"361869",112748,122640 +"361870",112754,118122 +"361871",112754,118123 +"361872",112754,118135 +"361873",112754,118167 +"361874",112754,118168 +"361875",112760,112810 +"361876",112761,112811 +"361877",112765,112767 +"361878",112770,113762 +"361879",112776,112780 +"361880",112776,112781 +"361881",112776,112793 +"361882",112779,112787 +"361883",112779,112849 +"361884",112780,112781 +"361885",112780,112793 +"361886",112781,112793 +"361887",112784,112826 +"361888",112786,112790 +"361889",112786,115465 +"361890",112787,112849 +"361891",112789,115116 +"361892",112794,115013 +"361893",112794,115354 +"361894",112794,119592 +"361895",112794,119593 +"361896",112794,119603 +"361897",112795,113360 +"361898",112795,121254 +"361899",112795,123473 +"361900",112796,115258 +"361901",112803,114450 +"361902",112804,113966 +"361903",112804,116408 +"361904",112805,112816 +"361905",112805,112819 +"361906",112810,115253 +"361907",112810,117231 +"361908",112810,117235 +"361909",112811,118797 +"361910",112812,112867 +"361911",112813,112863 +"361912",112813,112869 +"361913",112814,118233 +"361914",112816,112819 +"361915",112820,112997 +"361916",112820,113597 +"361917",112820,114418 +"361918",112820,114582 +"361919",112820,115371 +"361920",112820,116028 +"361921",112820,116604 +"361922",112824,112844 +"361923",112824,112845 +"361924",112831,122087 +"361925",112832,112840 +"361926",112836,117547 +"361927",112840,121226 +"361928",112842,121263 +"361929",112842,123200 +"361930",112844,112845 +"361931",112846,112847 +"361932",112854,112859 +"361933",112857,121137 +"361934",112857,122276 +"361935",112862,119691 +"361936",112863,112869 +"361937",112868,114142 +"361938",112879,112889 +"361939",112890,113144 +"361940",112891,112976 +"361941",112892,122222 +"361942",112892,123206 +"361943",112900,112921 +"361944",112905,112907 +"361945",112906,112910 +"361946",112908,115895 +"361947",112909,122587 +"361948",112909,122763 +"361949",112909,122766 +"361950",112915,119992 +"361951",112921,121277 +"361952",112924,118697 +"361953",112924,121838 +"361954",112925,119422 +"361955",112926,112963 +"361956",112926,115550 +"361957",112929,112967 +"361958",112929,115626 +"361959",112929,115627 +"361960",112937,113369 +"361961",112939,115551 +"361962",112943,122618 +"361963",112947,121208 +"361964",112950,112982 +"361965",112950,112991 +"361966",112951,114461 +"361967",112956,114813 +"361968",112957,113080 +"361969",112958,122733 +"361970",112960,113377 +"361971",112960,113387 +"361972",112961,115396 +"361973",112961,119020 +"361974",112962,113990 +"361975",112962,115413 +"361976",112962,116123 +"361977",112962,117258 +"361978",112962,117560 +"361979",112962,118128 +"361980",112962,118836 +"361981",112962,118866 +"361982",112962,118873 +"361983",112962,119131 +"361984",112962,119513 +"361985",112962,119716 +"361986",112962,119769 +"361987",112962,120123 +"361988",112962,120169 +"361989",112962,120725 +"361990",112962,120944 +"361991",112962,121609 +"361992",112962,122007 +"361993",112962,122032 +"361994",112962,122035 +"361995",112962,122724 +"361996",112962,123070 +"361997",112962,123394 +"361998",112962,123490 +"361999",112963,115550 +"362000",112966,117575 +"362001",112966,119308 +"362002",112966,119312 +"362003",112966,119347 +"362004",112966,119349 +"362005",112966,119355 +"362006",112966,121845 +"362007",112970,114619 +"362008",112970,117872 +"362009",112971,112975 +"362010",112973,119697 +"362011",112973,119781 +"362012",112978,116407 +"362013",112979,112981 +"362014",112982,112991 +"362015",112984,113035 +"362016",112985,113006 +"362017",112985,113007 +"362018",112985,115689 +"362019",112986,112989 +"362020",112986,115850 +"362021",112988,121195 +"362022",112989,115850 +"362023",112989,116709 +"362024",112990,113008 +"362025",112990,115690 +"362026",112993,113068 +"362027",112993,113072 +"362028",112994,119827 +"362029",112997,113597 +"362030",112997,114418 +"362031",112997,114582 +"362032",112997,115371 +"362033",112997,116028 +"362034",112997,116604 +"362035",112998,113003 +"362036",112999,116012 +"362037",113002,113189 +"362038",113002,118393 +"362039",113002,118395 +"362040",113002,118396 +"362041",113002,118399 +"362042",113005,113017 +"362043",113006,113007 +"362044",113006,115689 +"362045",113007,115689 +"362046",113008,115690 +"362047",113010,114024 +"362048",113017,120107 +"362049",113020,113021 +"362050",113020,119639 +"362051",113022,113818 +"362052",113022,120590 +"362053",113022,120637 +"362054",113025,116321 +"362055",113025,121233 +"362056",113046,117361 +"362057",113047,113674 +"362058",113047,114373 +"362059",113047,114387 +"362060",113049,113055 +"362061",113049,113064 +"362062",113050,116514 +"362063",113050,116525 +"362064",113050,116684 +"362065",113051,113056 +"362066",113051,113065 +"362067",113051,117145 +"362068",113051,117630 +"362069",113051,118189 +"362070",113051,120223 +"362071",113052,113087 +"362072",113054,113161 +"362073",113055,113064 +"362074",113056,113065 +"362075",113059,113638 +"362076",113059,119165 +"362077",113060,113735 +"362078",113065,119971 +"362079",113066,113084 +"362080",113066,113085 +"362081",113066,113091 +"362082",113066,113103 +"362083",113066,113141 +"362084",113068,113072 +"362085",113068,123268 +"362086",113070,113214 +"362087",113070,113408 +"362088",113075,113083 +"362089",113077,117718 +"362090",113082,113095 +"362091",113083,113829 +"362092",113083,113979 +"362093",113084,113085 +"362094",113084,113091 +"362095",113084,113103 +"362096",113084,113141 +"362097",113085,113091 +"362098",113085,113103 +"362099",113085,113141 +"362100",113086,113092 +"362101",113088,113093 +"362102",113091,113103 +"362103",113091,113141 +"362104",113092,120553 +"362105",113096,113112 +"362106",113103,113141 +"362107",113105,118056 +"362108",113114,121319 +"362109",113114,121324 +"362110",113118,122931 +"362111",113119,118707 +"362112",113119,122764 +"362113",113120,118108 +"362114",113120,118111 +"362115",113120,118117 +"362116",113130,113131 +"362117",113138,122238 +"362118",113139,115757 +"362119",113139,120870 +"362120",113153,119807 +"362121",113156,122389 +"362122",113159,113169 +"362123",113161,118155 +"362124",113169,115050 +"362125",113169,119160 +"362126",113181,113183 +"362127",113181,119712 +"362128",113181,120888 +"362129",113182,119279 +"362130",113183,119712 +"362131",113183,120888 +"362132",113184,121052 +"362133",113187,113227 +"362134",113187,113228 +"362135",113187,113280 +"362136",113187,116785 +"362137",113187,116855 +"362138",113188,113222 +"362139",113189,118396 +"362140",113194,123280 +"362141",113200,113205 +"362142",113201,121380 +"362143",113203,121196 +"362144",113203,121200 +"362145",113204,113266 +"362146",113206,123024 +"362147",113206,123027 +"362148",113208,115903 +"362149",113211,114725 +"362150",113214,113408 +"362151",113215,113218 +"362152",113215,118004 +"362153",113215,123430 +"362154",113227,113228 +"362155",113227,113280 +"362156",113227,116785 +"362157",113227,116855 +"362158",113228,113280 +"362159",113228,116785 +"362160",113228,116855 +"362161",113229,113258 +"362162",113233,116558 +"362163",113234,115011 +"362164",113237,113250 +"362165",113237,119587 +"362166",113238,115215 +"362167",113239,113338 +"362168",113241,113248 +"362169",113241,113254 +"362170",113248,113254 +"362171",113248,116585 +"362172",113249,113255 +"362173",113249,113262 +"362174",113249,113265 +"362175",113251,119125 +"362176",113253,120463 +"362177",113253,121167 +"362178",113253,122700 +"362179",113254,119650 +"362180",113255,113262 +"362181",113255,113265 +"362182",113256,113263 +"362183",113262,113265 +"362184",113263,115117 +"362185",113263,121785 +"362186",113267,117035 +"362187",113267,119735 +"362188",113269,113430 +"362189",113269,114242 +"362190",113269,114842 +"362191",113269,115427 +"362192",113269,115521 +"362193",113269,115711 +"362194",113274,113284 +"362195",113274,113349 +"362196",113278,113314 +"362197",113278,114723 +"362198",113278,116644 +"362199",113278,117804 +"362200",113278,121414 +"362201",113278,122345 +"362202",113278,122353 +"362203",113278,122358 +"362204",113278,122360 +"362205",113278,122366 +"362206",113278,122367 +"362207",113278,122376 +"362208",113278,122383 +"362209",113278,122393 +"362210",113278,122394 +"362211",113278,122398 +"362212",113278,122402 +"362213",113278,122403 +"362214",113278,122409 +"362215",113278,122412 +"362216",113278,122414 +"362217",113278,122415 +"362218",113278,122417 +"362219",113278,122418 +"362220",113278,122421 +"362221",113278,122422 +"362222",113278,122437 +"362223",113278,122438 +"362224",113278,122440 +"362225",113278,123424 +"362226",113280,116785 +"362227",113280,116855 +"362228",113283,114398 +"362229",113284,113349 +"362230",113290,114747 +"362231",113294,113311 +"362232",113296,113301 +"362233",113296,113348 +"362234",113301,113348 +"362235",113304,115463 +"362236",113304,115464 +"362237",113304,115468 +"362238",113310,113315 +"362239",113314,114723 +"362240",113314,116644 +"362241",113314,117804 +"362242",113314,121414 +"362243",113314,122345 +"362244",113314,122353 +"362245",113314,122358 +"362246",113314,122360 +"362247",113314,122366 +"362248",113314,122367 +"362249",113314,122376 +"362250",113314,122383 +"362251",113314,122393 +"362252",113314,122394 +"362253",113314,122398 +"362254",113314,122402 +"362255",113314,122403 +"362256",113314,122409 +"362257",113314,122412 +"362258",113314,122414 +"362259",113314,122415 +"362260",113314,122417 +"362261",113314,122418 +"362262",113314,122421 +"362263",113314,122422 +"362264",113314,122437 +"362265",113314,122438 +"362266",113314,122440 +"362267",113314,123424 +"362268",113320,115883 +"362269",113320,115896 +"362270",113324,121781 +"362271",113327,121518 +"362272",113328,113512 +"362273",113328,122544 +"362274",113328,122546 +"362275",113330,115879 +"362276",113330,115880 +"362277",113333,122057 +"362278",113340,113392 +"362279",113340,113394 +"362280",113347,116004 +"362281",113347,122771 +"362282",113351,119007 +"362283",113355,113362 +"362284",113355,113365 +"362285",113356,113390 +"362286",113360,113411 +"362287",113360,119602 +"362288",113360,123473 +"362289",113362,113365 +"362290",113364,119652 +"362291",113367,113370 +"362292",113367,114946 +"362293",113367,117935 +"362294",113370,114946 +"362295",113370,117935 +"362296",113377,113387 +"362297",113380,117207 +"362298",113380,118023 +"362299",113381,113412 +"362300",113381,113446 +"362301",113381,115265 +"362302",113382,119215 +"362303",113384,113402 +"362304",113389,116089 +"362305",113391,113424 +"362306",113392,113394 +"362307",113401,113415 +"362308",113406,113443 +"362309",113409,113410 +"362310",113412,113446 +"362311",113417,119256 +"362312",113425,113494 +"362313",113425,113498 +"362314",113427,113428 +"362315",113430,114242 +"362316",113430,114842 +"362317",113430,115427 +"362318",113430,115521 +"362319",113430,115711 +"362320",113431,113432 +"362321",113432,113649 +"362322",113432,113688 +"362323",113433,113441 +"362324",113435,115156 +"362325",113440,113461 +"362326",113444,113445 +"362327",113450,118391 +"362328",113454,115647 +"362329",113462,113585 +"362330",113462,118471 +"362331",113462,120934 +"362332",113462,120968 +"362333",113465,115842 +"362334",113465,117577 +"362335",113470,113482 +"362336",113471,113478 +"362337",113471,121751 +"362338",113471,121771 +"362339",113478,121751 +"362340",113478,121771 +"362341",113485,120239 +"362342",113485,121000 +"362343",113492,115447 +"362344",113492,118821 +"362345",113494,113498 +"362346",113499,115090 +"362347",113499,118492 +"362348",113503,118038 +"362349",113504,113519 +"362350",113504,121187 +"362351",113506,113541 +"362352",113508,120342 +"362353",113509,113511 +"362354",113514,113587 +"362355",113516,113600 +"362356",113518,113521 +"362357",113525,120774 +"362358",113525,122124 +"362359",113525,122162 +"362360",113525,122203 +"362361",113530,116583 +"362362",113534,120526 +"362363",113535,113842 +"362364",113536,113623 +"362365",113539,118508 +"362366",113541,121152 +"362367",113542,113545 +"362368",113543,113576 +"362369",113543,113583 +"362370",113544,123326 +"362371",113549,113553 +"362372",113552,117048 +"362373",113554,113608 +"362374",113557,113564 +"362375",113557,113570 +"362376",113557,116997 +"362377",113559,115759 +"362378",113561,118100 +"362379",113564,113570 +"362380",113566,113572 +"362381",113566,113602 +"362382",113566,113647 +"362383",113568,113580 +"362384",113569,113589 +"362385",113572,113602 +"362386",113572,113647 +"362387",113573,113637 +"362388",113573,113646 +"362389",113574,119681 +"362390",113575,113585 +"362391",113576,113583 +"362392",113576,114777 +"362393",113581,114165 +"362394",113581,118301 +"362395",113585,117804 +"362396",113585,118471 +"362397",113585,120934 +"362398",113585,120968 +"362399",113591,113606 +"362400",113593,113613 +"362401",113595,113601 +"362402",113597,114418 +"362403",113597,114582 +"362404",113597,115371 +"362405",113597,116028 +"362406",113597,116604 +"362407",113602,113647 +"362408",113605,113612 +"362409",113611,116801 +"362410",113614,114665 +"362411",113615,113622 +"362412",113624,113625 +"362413",113632,113636 +"362414",113634,113635 +"362415",113637,113646 +"362416",113639,117157 +"362417",113643,113644 +"362418",113649,113688 +"362419",113650,113655 +"362420",113651,117011 +"362421",113656,113662 +"362422",113659,113709 +"362423",113682,113684 +"362424",113684,120389 +"362425",113686,120109 +"362426",113687,115924 +"362427",113692,114200 +"362428",113694,118009 +"362429",113696,113700 +"362430",113705,113712 +"362431",113706,114668 +"362432",113709,119272 +"362433",113710,117585 +"362434",113710,121088 +"362435",113713,119808 +"362436",113716,113719 +"362437",113716,113720 +"362438",113719,113720 +"362439",113723,123289 +"362440",113728,116800 +"362441",113729,114149 +"362442",113729,116814 +"362443",113738,114491 +"362444",113739,116838 +"362445",113741,113746 +"362446",113741,120851 +"362447",113741,120868 +"362448",113742,113743 +"362449",113743,123444 +"362450",113744,113790 +"362451",113745,118834 +"362452",113747,123179 +"362453",113752,113794 +"362454",113752,120813 +"362455",113756,113760 +"362456",113756,113764 +"362457",113760,113764 +"362458",113768,113773 +"362459",113773,114028 +"362460",113774,113775 +"362461",113778,117375 +"362462",113784,113785 +"362463",113791,113806 +"362464",113794,120378 +"362465",113799,116282 +"362466",113799,119068 +"362467",113799,119075 +"362468",113801,123067 +"362469",113802,116410 +"362470",113803,115195 +"362471",113803,115233 +"362472",113803,115255 +"362473",113803,115264 +"362474",113803,119859 +"362475",113803,119944 +"362476",113803,119950 +"362477",113809,113812 +"362478",113811,114943 +"362479",113812,121183 +"362480",113815,115461 +"362481",113818,120590 +"362482",113818,120637 +"362483",113819,113924 +"362484",113819,121798 +"362485",113819,122040 +"362486",113826,113931 +"362487",113827,113831 +"362488",113828,115739 +"362489",113828,116700 +"362490",113832,113880 +"362491",113835,113838 +"362492",113837,113840 +"362493",113839,114439 +"362494",113840,117038 +"362495",113846,118333 +"362496",113848,117475 +"362497",113848,118219 +"362498",113857,113875 +"362499",113860,113881 +"362500",113860,114215 +"362501",113862,113909 +"362502",113871,123401 +"362503",113873,113874 +"362504",113883,116860 +"362505",113890,116474 +"362506",113894,113898 +"362507",113902,114769 +"362508",113903,113907 +"362509",113907,120437 +"362510",113911,113914 +"362511",113911,113920 +"362512",113911,114002 +"362513",113914,113920 +"362514",113914,114002 +"362515",113917,113923 +"362516",113920,114002 +"362517",113938,113939 +"362518",113959,113965 +"362519",113962,115874 +"362520",113964,113968 +"362521",113964,113969 +"362522",113968,113969 +"362523",113978,113982 +"362524",113978,118879 +"362525",113981,114040 +"362526",113990,115413 +"362527",113990,116123 +"362528",113990,117258 +"362529",113990,117560 +"362530",113990,118128 +"362531",113990,118836 +"362532",113990,118866 +"362533",113990,118873 +"362534",113990,119131 +"362535",113990,119513 +"362536",113990,119716 +"362537",113990,119769 +"362538",113990,120123 +"362539",113990,120169 +"362540",113990,120725 +"362541",113990,120944 +"362542",113990,121609 +"362543",113990,122007 +"362544",113990,122032 +"362545",113990,122035 +"362546",113990,122724 +"362547",113990,123070 +"362548",113990,123394 +"362549",113990,123490 +"362550",113992,115539 +"362551",114000,115443 +"362552",114000,115469 +"362553",114007,115699 +"362554",114011,117884 +"362555",114011,117885 +"362556",114011,117892 +"362557",114017,121132 +"362558",114019,114077 +"362559",114021,117857 +"362560",114022,114031 +"362561",114031,120127 +"362562",114040,117488 +"362563",114042,117996 +"362564",114043,114098 +"362565",114051,116775 +"362566",114058,114098 +"362567",114069,114075 +"362568",114074,114183 +"362569",114074,114185 +"362570",114074,114186 +"362571",114080,114109 +"362572",114080,123169 +"362573",114102,114751 +"362574",114102,119742 +"362575",114102,120036 +"362576",114102,121634 +"362577",114104,118636 +"362578",114104,120140 +"362579",114104,122429 +"362580",114104,122435 +"362581",114105,118526 +"362582",114106,114107 +"362583",114111,114147 +"362584",114113,114114 +"362585",114117,120707 +"362586",114123,115745 +"362587",114125,123194 +"362588",114129,121011 +"362589",114136,122346 +"362590",114136,122354 +"362591",114136,122362 +"362592",114141,114143 +"362593",114141,114159 +"362594",114141,114162 +"362595",114143,114159 +"362596",114143,114162 +"362597",114148,114166 +"362598",114149,116814 +"362599",114151,122103 +"362600",114154,116892 +"362601",114154,121091 +"362602",114155,114170 +"362603",114159,114162 +"362604",114161,114905 +"362605",114165,118301 +"362606",114166,115773 +"362607",114169,114175 +"362608",114174,114178 +"362609",114177,114232 +"362610",114177,114481 +"362611",114183,114185 +"362612",114183,114186 +"362613",114185,114186 +"362614",114188,114627 +"362615",114190,115670 +"362616",114190,118789 +"362617",114191,114197 +"362618",114193,114794 +"362619",114199,114208 +"362620",114201,122113 +"362621",114204,121325 +"362622",114206,114370 +"362623",114214,115331 +"362624",114218,114235 +"362625",114219,120995 +"362626",114220,114223 +"362627",114233,118248 +"362628",114239,114245 +"362629",114242,114842 +"362630",114242,115427 +"362631",114242,115521 +"362632",114242,115711 +"362633",114246,114284 +"362634",114246,114288 +"362635",114246,120746 +"362636",114246,123403 +"362637",114247,114277 +"362638",114248,117792 +"362639",114266,118335 +"362640",114266,120853 +"362641",114266,120858 +"362642",114266,121384 +"362643",114275,114278 +"362644",114276,114315 +"362645",114276,114507 +"362646",114276,114514 +"362647",114276,114516 +"362648",114278,122060 +"362649",114282,114545 +"362650",114284,114288 +"362651",114286,119698 +"362652",114290,114317 +"362653",114291,114294 +"362654",114291,114714 +"362655",114292,118519 +"362656",114293,118279 +"362657",114296,114426 +"362658",114299,115376 +"362659",114306,117738 +"362660",114310,116816 +"362661",114312,117335 +"362662",114313,117248 +"362663",114330,114331 +"362664",114333,114334 +"362665",114333,114428 +"362666",114333,116621 +"362667",114334,114428 +"362668",114334,116621 +"362669",114338,114341 +"362670",114338,114369 +"362671",114338,118462 +"362672",114338,118479 +"362673",114342,115537 +"362674",114344,121104 +"362675",114347,116892 +"362676",114349,114351 +"362677",114349,119378 +"362678",114360,122243 +"362679",114360,123209 +"362680",114360,123222 +"362681",114360,123224 +"362682",114360,123229 +"362683",114360,123232 +"362684",114360,123234 +"362685",114360,123250 +"362686",114363,123422 +"362687",114365,114367 +"362688",114373,114387 +"362689",114374,114427 +"362690",114374,114434 +"362691",114375,114467 +"362692",114383,116267 +"362693",114387,120904 +"362694",114391,114395 +"362695",114400,120717 +"362696",114410,114452 +"362697",114413,114950 +"362698",114413,114986 +"362699",114414,114420 +"362700",114418,114582 +"362701",114418,115371 +"362702",114418,116028 +"362703",114418,116604 +"362704",114427,114434 +"362705",114428,116621 +"362706",114438,117364 +"362707",114444,119669 +"362708",114458,115652 +"362709",114459,116757 +"362710",114462,114466 +"362711",114464,115086 +"362712",114472,114473 +"362713",114473,118613 +"362714",114473,122310 +"362715",114474,114488 +"362716",114477,116646 +"362717",114480,114531 +"362718",114484,114486 +"362719",114484,114534 +"362720",114486,114534 +"362721",114487,114570 +"362722",114492,119709 +"362723",114492,119715 +"362724",114501,115740 +"362725",114502,114979 +"362726",114506,114510 +"362727",114507,114514 +"362728",114507,114516 +"362729",114507,117017 +"362730",114507,117020 +"362731",114509,119987 +"362732",114509,120055 +"362733",114510,120069 +"362734",114513,114530 +"362735",114514,114516 +"362736",114519,114525 +"362737",114525,117805 +"362738",114530,122401 +"362739",114536,115096 +"362740",114543,114550 +"362741",114545,119265 +"362742",114548,114553 +"362743",114552,114557 +"362744",114558,115414 +"362745",114560,115614 +"362746",114560,117638 +"362747",114560,117643 +"362748",114560,117644 +"362749",114582,115371 +"362750",114582,116028 +"362751",114582,116604 +"362752",114583,122950 +"362753",114583,122951 +"362754",114589,114633 +"362755",114590,116371 +"362756",114593,114594 +"362757",114598,114602 +"362758",114604,114621 +"362759",114604,116471 +"362760",114604,117302 +"362761",114604,120515 +"362762",114608,114632 +"362763",114610,116511 +"362764",114615,114616 +"362765",114617,116411 +"362766",114617,116413 +"362767",114627,120548 +"362768",114635,114640 +"362769",114635,120850 +"362770",114635,120852 +"362771",114635,121830 +"362772",114638,114646 +"362773",114645,116305 +"362774",114646,116354 +"362775",114651,123399 +"362776",114659,114660 +"362777",114668,121773 +"362778",114669,117153 +"362779",114678,114681 +"362780",114679,114686 +"362781",114679,114687 +"362782",114686,114687 +"362783",114687,116094 +"362784",114688,115597 +"362785",114690,119527 +"362786",114697,114714 +"362787",114698,118926 +"362788",114698,119468 +"362789",114698,121544 +"362790",114698,121636 +"362791",114700,114711 +"362792",114701,118184 +"362793",114703,121371 +"362794",114704,121215 +"362795",114706,122533 +"362796",114707,114708 +"362797",114708,114874 +"362798",114709,118517 +"362799",114712,116765 +"362800",114716,115716 +"362801",114720,114732 +"362802",114721,114726 +"362803",114721,114727 +"362804",114721,114728 +"362805",114723,116644 +"362806",114723,117804 +"362807",114723,121414 +"362808",114723,122345 +"362809",114723,122353 +"362810",114723,122358 +"362811",114723,122360 +"362812",114723,122366 +"362813",114723,122367 +"362814",114723,122376 +"362815",114723,122383 +"362816",114723,122393 +"362817",114723,122394 +"362818",114723,122398 +"362819",114723,122402 +"362820",114723,122403 +"362821",114723,122409 +"362822",114723,122412 +"362823",114723,122414 +"362824",114723,122415 +"362825",114723,122417 +"362826",114723,122418 +"362827",114723,122421 +"362828",114723,122422 +"362829",114723,122437 +"362830",114723,122438 +"362831",114723,122440 +"362832",114723,123424 +"362833",114726,114727 +"362834",114726,114728 +"362835",114727,114728 +"362836",114736,114738 +"362837",114751,120036 +"362838",114752,114760 +"362839",114753,120407 +"362840",114753,120409 +"362841",114756,120768 +"362842",114756,121917 +"362843",114756,123499 +"362844",114764,114765 +"362845",114764,114767 +"362846",114765,114767 +"362847",114766,114782 +"362848",114780,114785 +"362849",114785,114836 +"362850",114793,121532 +"362851",114796,119804 +"362852",114797,114875 +"362853",114797,114884 +"362854",114800,121426 +"362855",114801,118082 +"362856",114804,118125 +"362857",114806,120486 +"362858",114808,118790 +"362859",114816,115039 +"362860",114816,122154 +"362861",114816,122187 +"362862",114817,114870 +"362863",114817,119920 +"362864",114818,117018 +"362865",114822,118711 +"362866",114831,121231 +"362867",114831,121234 +"362868",114838,121964 +"362869",114842,115427 +"362870",114842,115521 +"362871",114842,115711 +"362872",114844,120067 +"362873",114844,121606 +"362874",114847,115056 +"362875",114855,117410 +"362876",114855,117656 +"362877",114855,121794 +"362878",114857,122021 +"362879",114861,114899 +"362880",114865,121145 +"362881",114866,114923 +"362882",114867,114868 +"362883",114867,114869 +"362884",114867,118075 +"362885",114868,114869 +"362886",114872,114878 +"362887",114874,118348 +"362888",114874,120898 +"362889",114875,114884 +"362890",114875,122388 +"362891",114875,122397 +"362892",114880,114904 +"362893",114880,114911 +"362894",114880,114957 +"362895",114886,118862 +"362896",114886,121613 +"362897",114890,118929 +"362898",114894,116120 +"362899",114895,115124 +"362900",114903,118252 +"362901",114904,114911 +"362902",114904,114957 +"362903",114909,114912 +"362904",114909,114917 +"362905",114910,115785 +"362906",114911,114957 +"362907",114912,114917 +"362908",114913,114916 +"362909",114920,119758 +"362910",114929,114933 +"362911",114945,117702 +"362912",114945,117708 +"362913",114950,114986 +"362914",114953,116778 +"362915",114959,123283 +"362916",114962,119436 +"362917",114964,119244 +"362918",114967,114979 +"362919",114968,114980 +"362920",114971,122930 +"362921",114975,114981 +"362922",114977,115934 +"362923",114982,119064 +"362924",114982,119096 +"362925",114983,115000 +"362926",114988,117817 +"362927",114996,121446 +"362928",114997,115012 +"362929",115007,117011 +"362930",115008,120972 +"362931",115008,121056 +"362932",115009,115010 +"362933",115013,115354 +"362934",115017,121944 +"362935",115023,115041 +"362936",115026,118834 +"362937",115027,115812 +"362938",115027,115864 +"362939",115031,116737 +"362940",115033,115540 +"362941",115039,115391 +"362942",115039,116532 +"362943",115039,122154 +"362944",115039,122187 +"362945",115050,117238 +"362946",115050,119160 +"362947",115051,115061 +"362948",115058,115060 +"362949",115061,117445 +"362950",115064,119842 +"362951",115068,121875 +"362952",115071,115089 +"362953",115078,119220 +"362954",115078,120130 +"362955",115081,115082 +"362956",115083,116761 +"362957",115092,119634 +"362958",115096,122675 +"362959",115097,120795 +"362960",115098,115100 +"362961",115101,115120 +"362962",115102,115103 +"362963",115103,117097 +"362964",115104,115105 +"362965",115106,115238 +"362966",115116,117565 +"362967",115116,117568 +"362968",115116,122803 +"362969",115119,123474 +"362970",115127,116014 +"362971",115134,115158 +"362972",115136,116335 +"362973",115140,115144 +"362974",115154,115169 +"362975",115165,115172 +"362976",115165,115175 +"362977",115166,115961 +"362978",115172,115175 +"362979",115172,117194 +"362980",115173,116412 +"362981",115173,116424 +"362982",115174,121087 +"362983",115175,117194 +"362984",115185,116803 +"362985",115192,115231 +"362986",115192,115301 +"362987",115195,115233 +"362988",115195,115255 +"362989",115195,115264 +"362990",115199,118599 +"362991",115207,115209 +"362992",115209,118963 +"362993",115209,122538 +"362994",115209,122578 +"362995",115209,122579 +"362996",115212,120139 +"362997",115213,121109 +"362998",115217,116697 +"362999",115219,115257 +"363000",115228,115422 +"363001",115228,115423 +"363002",115230,117425 +"363003",115231,115301 +"363004",115233,115255 +"363005",115233,115264 +"363006",115240,115273 +"363007",115245,115251 +"363008",115245,115290 +"363009",115249,116303 +"363010",115249,116463 +"363011",115249,116466 +"363012",115251,115290 +"363013",115253,115293 +"363014",115253,117231 +"363015",115253,117235 +"363016",115255,115264 +"363017",115256,115260 +"363018",115257,117143 +"363019",115274,115282 +"363020",115280,120024 +"363021",115281,115298 +"363022",115292,116714 +"363023",115295,118533 +"363024",115295,118657 +"363025",115299,121995 +"363026",115306,115320 +"363027",115309,115342 +"363028",115309,115343 +"363029",115310,115363 +"363030",115311,116867 +"363031",115312,115316 +"363032",115312,118717 +"363033",115321,116642 +"363034",115323,115328 +"363035",115333,115335 +"363036",115334,122301 +"363037",115337,116223 +"363038",115337,116428 +"363039",115337,119174 +"363040",115338,115820 +"363041",115338,119086 +"363042",115339,117354 +"363043",115342,115343 +"363044",115352,115359 +"363045",115367,115370 +"363046",115371,116028 +"363047",115371,116604 +"363048",115377,119535 +"363049",115384,121833 +"363050",115387,115897 +"363051",115391,116532 +"363052",115394,122560 +"363053",115395,115400 +"363054",115396,115403 +"363055",115396,119020 +"363056",115400,116354 +"363057",115410,119771 +"363058",115413,116123 +"363059",115413,117258 +"363060",115413,117560 +"363061",115413,118128 +"363062",115413,118836 +"363063",115413,118866 +"363064",115413,118873 +"363065",115413,119131 +"363066",115413,119513 +"363067",115413,119716 +"363068",115413,119769 +"363069",115413,120123 +"363070",115413,120169 +"363071",115413,120725 +"363072",115413,120944 +"363073",115413,121609 +"363074",115413,122007 +"363075",115413,122032 +"363076",115413,122035 +"363077",115413,122724 +"363078",115413,123070 +"363079",115413,123394 +"363080",115413,123490 +"363081",115415,115442 +"363082",115415,115488 +"363083",115422,115423 +"363084",115422,116497 +"363085",115422,116685 +"363086",115422,119457 +"363087",115422,123121 +"363088",115426,115439 +"363089",115427,115521 +"363090",115427,115711 +"363091",115429,115838 +"363092",115441,115444 +"363093",115442,115488 +"363094",115443,115469 +"363095",115445,123143 +"363096",115446,115557 +"363097",115448,115453 +"363098",115448,115458 +"363099",115450,115484 +"363100",115450,121114 +"363101",115452,115456 +"363102",115453,115458 +"363103",115462,115466 +"363104",115462,115571 +"363105",115462,119721 +"363106",115463,115464 +"363107",115463,115468 +"363108",115463,119577 +"363109",115464,115468 +"363110",115466,121605 +"363111",115470,115472 +"363112",115470,115479 +"363113",115471,118421 +"363114",115472,115479 +"363115",115478,116397 +"363116",115500,115504 +"363117",115502,116845 +"363118",115508,116124 +"363119",115508,116667 +"363120",115513,116784 +"363121",115521,115711 +"363122",115526,115529 +"363123",115528,119319 +"363124",115528,119321 +"363125",115528,121675 +"363126",115532,123459 +"363127",115534,118854 +"363128",115542,115543 +"363129",115544,115574 +"363130",115552,117035 +"363131",115552,117526 +"363132",115557,115746 +"363133",115559,116706 +"363134",115561,118390 +"363135",115564,115570 +"363136",115569,115614 +"363137",115571,119721 +"363138",115575,115576 +"363139",115576,119289 +"363140",115581,115593 +"363141",115581,115596 +"363142",115581,115600 +"363143",115581,115640 +"363144",115582,120346 +"363145",115586,115639 +"363146",115593,115596 +"363147",115593,115600 +"363148",115593,115640 +"363149",115593,118632 +"363150",115594,119965 +"363151",115594,120029 +"363152",115595,115612 +"363153",115595,115646 +"363154",115595,115653 +"363155",115595,115654 +"363156",115595,115659 +"363157",115596,115600 +"363158",115596,115640 +"363159",115600,115640 +"363160",115601,115619 +"363161",115603,122411 +"363162",115610,115616 +"363163",115610,115617 +"363164",115612,115646 +"363165",115612,115653 +"363166",115612,115654 +"363167",115612,115659 +"363168",115614,117638 +"363169",115614,117643 +"363170",115614,117644 +"363171",115614,122782 +"363172",115614,122936 +"363173",115615,116851 +"363174",115616,115617 +"363175",115626,115627 +"363176",115636,115670 +"363177",115644,117577 +"363178",115645,115649 +"363179",115646,115653 +"363180",115646,115654 +"363181",115646,115659 +"363182",115648,117638 +"363183",115648,119584 +"363184",115648,120672 +"363185",115648,120675 +"363186",115648,120680 +"363187",115648,120682 +"363188",115653,115654 +"363189",115653,115659 +"363190",115654,115659 +"363191",115663,115678 +"363192",115675,116698 +"363193",115679,116716 +"363194",115695,115713 +"363195",115698,115760 +"363196",115700,115722 +"363197",115700,115725 +"363198",115709,120881 +"363199",115722,115725 +"363200",115725,117130 +"363201",115725,118454 +"363202",115725,122014 +"363203",115734,118085 +"363204",115734,119072 +"363205",115734,120738 +"363206",115739,116700 +"363207",115741,115748 +"363208",115747,115767 +"363209",115747,117847 +"363210",115747,118303 +"363211",115747,118304 +"363212",115747,118312 +"363213",115747,118314 +"363214",115747,118631 +"363215",115747,119504 +"363216",115749,119169 +"363217",115750,115773 +"363218",115756,116827 +"363219",115757,120870 +"363220",115761,115772 +"363221",115766,117032 +"363222",115771,116464 +"363223",115780,115801 +"363224",115781,115803 +"363225",115790,115794 +"363226",115790,115805 +"363227",115793,116708 +"363228",115794,115805 +"363229",115804,115827 +"363230",115807,117294 +"363231",115807,118382 +"363232",115808,116741 +"363233",115808,116742 +"363234",115810,117589 +"363235",115811,115835 +"363236",115812,115864 +"363237",115813,115853 +"363238",115817,116107 +"363239",115817,116108 +"363240",115817,116109 +"363241",115820,119086 +"363242",115821,115839 +"363243",115836,116728 +"363244",115841,120106 +"363245",115848,115859 +"363246",115850,116709 +"363247",115851,120435 +"363248",115856,115867 +"363249",115858,115866 +"363250",115858,115871 +"363251",115862,115863 +"363252",115865,116710 +"363253",115866,115871 +"363254",115875,115887 +"363255",115879,115880 +"363256",115882,116505 +"363257",115883,115896 +"363258",115888,116433 +"363259",115890,116967 +"363260",115892,116333 +"363261",115900,117208 +"363262",115900,118086 +"363263",115900,118090 +"363264",115900,118091 +"363265",115900,118094 +"363266",115900,118098 +"363267",115900,118102 +"363268",115900,118112 +"363269",115907,116847 +"363270",115911,115925 +"363271",115911,115974 +"363272",115919,118961 +"363273",115919,119198 +"363274",115925,115974 +"363275",115926,118554 +"363276",115926,118565 +"363277",115927,115938 +"363278",115940,115941 +"363279",115940,115960 +"363280",115941,115960 +"363281",115951,119419 +"363282",115951,119454 +"363283",115962,115979 +"363284",115971,117098 +"363285",115971,118177 +"363286",115975,115976 +"363287",115975,116747 +"363288",115976,116747 +"363289",115986,122081 +"363290",115986,122104 +"363291",115986,122143 +"363292",115986,122147 +"363293",115986,122149 +"363294",115988,115991 +"363295",115988,116017 +"363296",115991,116017 +"363297",115995,116006 +"363298",115995,116009 +"363299",115997,116015 +"363300",115999,119173 +"363301",115999,119221 +"363302",116006,116009 +"363303",116006,117151 +"363304",116011,121418 +"363305",116019,116148 +"363306",116019,116156 +"363307",116019,116162 +"363308",116019,116170 +"363309",116019,116179 +"363310",116019,116215 +"363311",116026,116034 +"363312",116028,116604 +"363313",116031,121406 +"363314",116033,119105 +"363315",116033,119113 +"363316",116035,118068 +"363317",116040,116929 +"363318",116048,116049 +"363319",116048,116060 +"363320",116049,116060 +"363321",116057,116064 +"363322",116057,116088 +"363323",116060,119053 +"363324",116060,121564 +"363325",116062,116063 +"363326",116064,116088 +"363327",116077,116681 +"363328",116085,116103 +"363329",116085,116112 +"363330",116085,116113 +"363331",116090,116096 +"363332",116090,116114 +"363333",116090,116637 +"363334",116091,120415 +"363335",116092,116104 +"363336",116092,116216 +"363337",116096,116114 +"363338",116096,116637 +"363339",116100,116111 +"363340",116101,116297 +"363341",116101,116298 +"363342",116101,116319 +"363343",116101,116334 +"363344",116103,116112 +"363345",116103,116113 +"363346",116104,116216 +"363347",116107,116108 +"363348",116107,116109 +"363349",116108,116109 +"363350",116112,116113 +"363351",116114,116637 +"363352",116114,117980 +"363353",116114,119120 +"363354",116115,121959 +"363355",116115,123130 +"363356",116123,117258 +"363357",116123,117560 +"363358",116123,118128 +"363359",116123,118836 +"363360",116123,118866 +"363361",116123,118873 +"363362",116123,119131 +"363363",116123,119513 +"363364",116123,119716 +"363365",116123,119769 +"363366",116123,120123 +"363367",116123,120169 +"363368",116123,120725 +"363369",116123,120944 +"363370",116123,121609 +"363371",116123,122007 +"363372",116123,122032 +"363373",116123,122035 +"363374",116123,122724 +"363375",116123,123070 +"363376",116123,123394 +"363377",116123,123490 +"363378",116124,116667 +"363379",116127,121261 +"363380",116128,122297 +"363381",116135,116668 +"363382",116138,116994 +"363383",116138,118081 +"363384",116142,116150 +"363385",116142,116151 +"363386",116142,116152 +"363387",116142,116155 +"363388",116142,116159 +"363389",116142,116163 +"363390",116142,116165 +"363391",116142,116166 +"363392",116142,116171 +"363393",116142,116677 +"363394",116142,116678 +"363395",116147,116180 +"363396",116148,116156 +"363397",116148,116162 +"363398",116148,116170 +"363399",116148,116179 +"363400",116148,116215 +"363401",116150,116151 +"363402",116150,116152 +"363403",116150,116155 +"363404",116150,116159 +"363405",116150,116163 +"363406",116150,116165 +"363407",116150,116166 +"363408",116150,116171 +"363409",116150,116677 +"363410",116150,116678 +"363411",116151,116152 +"363412",116151,116155 +"363413",116151,116159 +"363414",116151,116163 +"363415",116151,116165 +"363416",116151,116166 +"363417",116151,116171 +"363418",116151,116677 +"363419",116151,116678 +"363420",116152,116155 +"363421",116152,116159 +"363422",116152,116163 +"363423",116152,116165 +"363424",116152,116166 +"363425",116152,116171 +"363426",116152,116677 +"363427",116152,116678 +"363428",116155,116159 +"363429",116155,116163 +"363430",116155,116165 +"363431",116155,116166 +"363432",116155,116171 +"363433",116155,116677 +"363434",116155,116678 +"363435",116156,116162 +"363436",116156,116170 +"363437",116156,116179 +"363438",116156,116215 +"363439",116159,116163 +"363440",116159,116165 +"363441",116159,116166 +"363442",116159,116171 +"363443",116159,116677 +"363444",116159,116678 +"363445",116160,116173 +"363446",116160,116178 +"363447",116162,116170 +"363448",116162,116179 +"363449",116162,116215 +"363450",116163,116165 +"363451",116163,116166 +"363452",116163,116171 +"363453",116163,116677 +"363454",116163,116678 +"363455",116165,116166 +"363456",116165,116171 +"363457",116165,116677 +"363458",116165,116678 +"363459",116166,116171 +"363460",116166,116677 +"363461",116166,116678 +"363462",116167,119964 +"363463",116168,116175 +"363464",116170,116179 +"363465",116170,116215 +"363466",116171,116677 +"363467",116171,116678 +"363468",116173,116178 +"363469",116179,116215 +"363470",116183,116187 +"363471",116183,116202 +"363472",116185,117906 +"363473",116187,116202 +"363474",116189,116197 +"363475",116193,116194 +"363476",116199,116217 +"363477",116201,116214 +"363478",116205,120849 +"363479",116205,121695 +"363480",116208,119521 +"363481",116219,116221 +"363482",116219,116233 +"363483",116219,116236 +"363484",116221,116233 +"363485",116221,116236 +"363486",116223,116428 +"363487",116229,120163 +"363488",116231,116283 +"363489",116231,116286 +"363490",116233,116236 +"363491",116240,116241 +"363492",116243,122011 +"363493",116246,116253 +"363494",116248,118417 +"363495",116263,118261 +"363496",116283,116286 +"363497",116290,116291 +"363498",116292,116335 +"363499",116294,116295 +"363500",116294,116971 +"363501",116294,119645 +"363502",116296,116313 +"363503",116296,116330 +"363504",116297,116298 +"363505",116297,116319 +"363506",116297,116334 +"363507",116298,116319 +"363508",116298,116334 +"363509",116302,116315 +"363510",116302,116325 +"363511",116302,116331 +"363512",116303,116463 +"363513",116303,116466 +"363514",116306,116324 +"363515",116306,116661 +"363516",116313,116330 +"363517",116315,116325 +"363518",116315,116331 +"363519",116316,116332 +"363520",116317,118763 +"363521",116317,121592 +"363522",116318,122853 +"363523",116319,116334 +"363524",116321,121233 +"363525",116322,116402 +"363526",116324,116661 +"363527",116325,116331 +"363528",116335,117606 +"363529",116335,117637 +"363530",116340,122776 +"363531",116341,117074 +"363532",116341,117645 +"363533",116341,117655 +"363534",116343,116590 +"363535",116353,116689 +"363536",116357,116363 +"363537",116358,116479 +"363538",116358,116672 +"363539",116360,122759 +"363540",116364,116382 +"363541",116365,116388 +"363542",116369,122445 +"363543",116370,116380 +"363544",116390,121081 +"363545",116395,116484 +"363546",116403,116499 +"363547",116403,116662 +"363548",116403,119968 +"363549",116403,119984 +"363550",116405,116410 +"363551",116411,116413 +"363552",116411,119684 +"363553",116412,116424 +"363554",116423,116430 +"363555",116442,116688 +"363556",116444,119776 +"363557",116450,122339 +"363558",116459,120404 +"363559",116463,116466 +"363560",116464,122046 +"363561",116468,119093 +"363562",116479,116672 +"363563",116486,116489 +"363564",116491,118394 +"363565",116494,121027 +"363566",116497,116685 +"363567",116499,116662 +"363568",116499,120211 +"363569",116508,116597 +"363570",116508,117332 +"363571",116508,121084 +"363572",116508,121093 +"363573",116508,121094 +"363574",116509,116523 +"363575",116512,116568 +"363576",116513,117851 +"363577",116514,116525 +"363578",116514,116684 +"363579",116515,117942 +"363580",116520,122155 +"363581",116521,116528 +"363582",116525,116684 +"363583",116529,123498 +"363584",116531,118344 +"363585",116534,116545 +"363586",116543,116679 +"363587",116549,122777 +"363588",116549,122778 +"363589",116549,122779 +"363590",116549,122780 +"363591",116549,122827 +"363592",116549,122839 +"363593",116555,116558 +"363594",116559,116561 +"363595",116559,119972 +"363596",116559,119973 +"363597",116561,119972 +"363598",116561,119973 +"363599",116563,122765 +"363600",116567,116570 +"363601",116569,116841 +"363602",116570,119283 +"363603",116578,122615 +"363604",116584,123397 +"363605",116587,116879 +"363606",116593,116615 +"363607",116593,116616 +"363608",116598,117808 +"363609",116598,117890 +"363610",116599,116600 +"363611",116601,119400 +"363612",116602,118770 +"363613",116602,121376 +"363614",116603,116614 +"363615",116615,116616 +"363616",116617,122247 +"363617",116630,116733 +"363618",116634,117139 +"363619",116635,122609 +"363620",116641,116862 +"363621",116644,117804 +"363622",116644,121414 +"363623",116644,122345 +"363624",116644,122353 +"363625",116644,122358 +"363626",116644,122360 +"363627",116644,122366 +"363628",116644,122367 +"363629",116644,122376 +"363630",116644,122383 +"363631",116644,122393 +"363632",116644,122394 +"363633",116644,122398 +"363634",116644,122402 +"363635",116644,122403 +"363636",116644,122409 +"363637",116644,122412 +"363638",116644,122414 +"363639",116644,122415 +"363640",116644,122417 +"363641",116644,122418 +"363642",116644,122421 +"363643",116644,122422 +"363644",116644,122437 +"363645",116644,122438 +"363646",116644,122440 +"363647",116644,123424 +"363648",116645,120252 +"363649",116650,122257 +"363650",116659,122156 +"363651",116660,122145 +"363652",116669,116670 +"363653",116677,116678 +"363654",116693,116694 +"363655",116693,121975 +"363656",116695,122316 +"363657",116701,121058 +"363658",116701,121126 +"363659",116701,121130 +"363660",116719,116720 +"363661",116738,119147 +"363662",116738,119171 +"363663",116740,122888 +"363664",116740,122895 +"363665",116741,116742 +"363666",116764,120845 +"363667",116770,120396 +"363668",116776,116779 +"363669",116785,116855 +"363670",116789,120070 +"363671",116791,118278 +"363672",116792,117089 +"363673",116792,117090 +"363674",116808,119204 +"363675",116808,121041 +"363676",116812,116987 +"363677",116813,120256 +"363678",116821,121753 +"363679",116821,121795 +"363680",116821,122068 +"363681",116824,119257 +"363682",116824,121484 +"363683",116824,121488 +"363684",116848,120436 +"363685",116873,122486 +"363686",116873,122491 +"363687",116873,122499 +"363688",116888,120077 +"363689",116888,120207 +"363690",116888,123051 +"363691",116888,123052 +"363692",116892,121091 +"363693",116903,118445 +"363694",116903,122525 +"363695",116905,116918 +"363696",116906,116907 +"363697",116917,117041 +"363698",116920,116921 +"363699",116920,116922 +"363700",116921,116922 +"363701",116923,116925 +"363702",116923,116948 +"363703",116925,116948 +"363704",116925,120759 +"363705",116925,120767 +"363706",116925,120768 +"363707",116928,116932 +"363708",116930,116934 +"363709",116931,118524 +"363710",116935,116936 +"363711",116935,116954 +"363712",116935,116956 +"363713",116936,116954 +"363714",116936,116956 +"363715",116942,117359 +"363716",116946,119688 +"363717",116950,119674 +"363718",116950,119879 +"363719",116954,116956 +"363720",116955,117969 +"363721",116959,116960 +"363722",116962,118342 +"363723",116963,117271 +"363724",116963,119872 +"363725",116963,119885 +"363726",116965,123488 +"363727",116968,116969 +"363728",116968,121369 +"363729",116969,121369 +"363730",116970,118428 +"363731",116972,116976 +"363732",116973,116974 +"363733",116973,121510 +"363734",116976,123132 +"363735",116979,121657 +"363736",116979,121670 +"363737",116981,119194 +"363738",116982,116983 +"363739",116982,123393 +"363740",116983,123393 +"363741",116987,121227 +"363742",116989,117030 +"363743",116994,118081 +"363744",116995,116996 +"363745",117004,117301 +"363746",117009,117796 +"363747",117009,121340 +"363748",117009,122642 +"363749",117010,122710 +"363750",117012,120003 +"363751",117013,117043 +"363752",117016,117329 +"363753",117017,117020 +"363754",117019,117021 +"363755",117019,119303 +"363756",117027,117028 +"363757",117032,123016 +"363758",117033,117034 +"363759",117035,117526 +"363760",117035,119735 +"363761",117037,119255 +"363762",117039,117040 +"363763",117044,120756 +"363764",117047,117072 +"363765",117047,117074 +"363766",117047,117081 +"363767",117047,117092 +"363768",117049,117050 +"363769",117049,120527 +"363770",117053,117227 +"363771",117053,117428 +"363772",117055,117071 +"363773",117061,119424 +"363774",117061,121164 +"363775",117061,123145 +"363776",117063,122228 +"363777",117063,122229 +"363778",117063,122232 +"363779",117068,117288 +"363780",117072,117074 +"363781",117074,117645 +"363782",117074,117655 +"363783",117076,117413 +"363784",117079,117084 +"363785",117079,117088 +"363786",117079,117117 +"363787",117080,117093 +"363788",117081,117092 +"363789",117084,117088 +"363790",117084,117117 +"363791",117088,117117 +"363792",117089,117090 +"363793",117090,118141 +"363794",117091,117124 +"363795",117091,117290 +"363796",117091,117816 +"363797",117091,118251 +"363798",117091,119724 +"363799",117092,122925 +"363800",117092,122957 +"363801",117098,118177 +"363802",117100,118604 +"363803",117100,121363 +"363804",117100,121368 +"363805",117106,122872 +"363806",117108,119729 +"363807",117108,119782 +"363808",117110,118556 +"363809",117110,121248 +"363810",117114,117138 +"363811",117117,118374 +"363812",117122,119197 +"363813",117125,117141 +"363814",117127,117128 +"363815",117128,118616 +"363816",117128,121066 +"363817",117129,117926 +"363818",117130,118454 +"363819",117130,122014 +"363820",117138,120441 +"363821",117139,118236 +"363822",117141,117142 +"363823",117141,118591 +"363824",117141,119921 +"363825",117141,120546 +"363826",117141,120579 +"363827",117142,118591 +"363828",117142,119921 +"363829",117142,120546 +"363830",117142,120579 +"363831",117145,117601 +"363832",117145,117630 +"363833",117145,118189 +"363834",117145,120023 +"363835",117145,123409 +"363836",117147,123434 +"363837",117154,117159 +"363838",117154,117165 +"363839",117155,117502 +"363840",117155,117503 +"363841",117159,117165 +"363842",117161,117169 +"363843",117161,117174 +"363844",117163,120328 +"363845",117163,120329 +"363846",117164,117239 +"363847",117164,117391 +"363848",117169,117174 +"363849",117170,117193 +"363850",117171,117223 +"363851",117172,117205 +"363852",117173,117217 +"363853",117176,117192 +"363854",117176,117498 +"363855",117176,117534 +"363856",117180,117181 +"363857",117183,117186 +"363858",117188,117189 +"363859",117189,120437 +"363860",117190,121931 +"363861",117190,122806 +"363862",117192,117498 +"363863",117192,117534 +"363864",117193,122643 +"363865",117195,117196 +"363866",117199,117202 +"363867",117199,119469 +"363868",117204,120885 +"363869",117204,120886 +"363870",117207,118023 +"363871",117208,118086 +"363872",117208,118090 +"363873",117208,118091 +"363874",117208,118094 +"363875",117208,118098 +"363876",117208,118102 +"363877",117208,118112 +"363878",117212,123103 +"363879",117222,117473 +"363880",117222,119949 +"363881",117227,117428 +"363882",117230,117307 +"363883",117231,117235 +"363884",117232,118219 +"363885",117233,117234 +"363886",117239,117391 +"363887",117241,117249 +"363888",117242,122371 +"363889",117244,123186 +"363890",117254,117264 +"363891",117254,117266 +"363892",117254,118840 +"363893",117254,121591 +"363894",117254,121597 +"363895",117254,121645 +"363896",117256,117257 +"363897",117258,117560 +"363898",117258,118128 +"363899",117258,118836 +"363900",117258,118866 +"363901",117258,118873 +"363902",117258,119131 +"363903",117258,119513 +"363904",117258,119716 +"363905",117258,119769 +"363906",117258,120123 +"363907",117258,120169 +"363908",117258,120725 +"363909",117258,120944 +"363910",117258,121609 +"363911",117258,122007 +"363912",117258,122032 +"363913",117258,122035 +"363914",117258,122724 +"363915",117258,123070 +"363916",117258,123394 +"363917",117258,123490 +"363918",117262,119052 +"363919",117264,117266 +"363920",117271,119217 +"363921",117271,119872 +"363922",117271,119885 +"363923",117271,121571 +"363924",117275,117303 +"363925",117277,117976 +"363926",117277,117982 +"363927",117277,118253 +"363928",117281,117282 +"363929",117285,118837 +"363930",117286,117287 +"363931",117294,118382 +"363932",117295,117310 +"363933",117296,117309 +"363934",117299,117300 +"363935",117301,119023 +"363936",117301,120484 +"363937",117312,117339 +"363938",117312,117344 +"363939",117317,119100 +"363940",117318,119757 +"363941",117321,118465 +"363942",117322,117323 +"363943",117331,117336 +"363944",117331,117337 +"363945",117331,117340 +"363946",117332,120297 +"363947",117332,121048 +"363948",117334,117918 +"363949",117336,117337 +"363950",117336,117340 +"363951",117337,117340 +"363952",117339,117344 +"363953",117343,121935 +"363954",117344,117406 +"363955",117344,122945 +"363956",117345,118044 +"363957",117346,123501 +"363958",117351,117995 +"363959",117356,117369 +"363960",117356,117524 +"363961",117356,120396 +"363962",117356,120937 +"363963",117362,117363 +"363964",117362,121828 +"363965",117363,121828 +"363966",117363,122456 +"363967",117367,121583 +"363968",117371,123176 +"363969",117374,117380 +"363970",117386,117388 +"363971",117387,117393 +"363972",117389,121048 +"363973",117395,122304 +"363974",117399,122114 +"363975",117400,117401 +"363976",117403,117676 +"363977",117406,122945 +"363978",117410,117656 +"363979",117420,117886 +"363980",117421,117423 +"363981",117422,117994 +"363982",117422,120256 +"363983",117423,123104 +"363984",117424,119142 +"363985",117425,118510 +"363986",117430,123102 +"363987",117431,123500 +"363988",117439,119418 +"363989",117442,117443 +"363990",117449,118017 +"363991",117452,121064 +"363992",117454,117455 +"363993",117454,117456 +"363994",117455,117456 +"363995",117464,117472 +"363996",117467,117485 +"363997",117468,117479 +"363998",117475,118219 +"363999",117478,121136 +"364000",117480,119044 +"364001",117480,120583 +"364002",117483,117489 +"364003",117483,117496 +"364004",117483,117518 +"364005",117489,117496 +"364006",117489,117518 +"364007",117491,117492 +"364008",117494,117519 +"364009",117494,117523 +"364010",117495,122787 +"364011",117496,117518 +"364012",117496,118203 +"364013",117496,118204 +"364014",117498,117534 +"364015",117500,121375 +"364016",117500,121414 +"364017",117501,117529 +"364018",117502,117503 +"364019",117505,117521 +"364020",117507,117527 +"364021",117508,117525 +"364022",117509,120143 +"364023",117510,117551 +"364024",117512,118085 +"364025",117519,117523 +"364026",117520,119502 +"364027",117522,117552 +"364028",117524,120396 +"364029",117529,119190 +"364030",117530,117531 +"364031",117530,121003 +"364032",117531,121003 +"364033",117536,121308 +"364034",117550,118258 +"364035",117554,120051 +"364036",117554,123413 +"364037",117560,118128 +"364038",117560,118836 +"364039",117560,118866 +"364040",117560,118873 +"364041",117560,119131 +"364042",117560,119513 +"364043",117560,119716 +"364044",117560,119769 +"364045",117560,120123 +"364046",117560,120169 +"364047",117560,120725 +"364048",117560,120944 +"364049",117560,121609 +"364050",117560,122007 +"364051",117560,122032 +"364052",117560,122035 +"364053",117560,122724 +"364054",117560,123070 +"364055",117560,123394 +"364056",117560,123490 +"364057",117563,117564 +"364058",117565,117568 +"364059",117569,117599 +"364060",117573,120302 +"364061",117575,119308 +"364062",117575,119312 +"364063",117575,119347 +"364064",117575,119349 +"364065",117575,119355 +"364066",117575,121845 +"364067",117577,119876 +"364068",117585,121088 +"364069",117587,119281 +"364070",117587,119341 +"364071",117592,117593 +"364072",117595,118803 +"364073",117596,121287 +"364074",117601,117602 +"364075",117601,120023 +"364076",117601,123409 +"364077",117604,117605 +"364078",117606,117637 +"364079",117606,120933 +"364080",117608,117622 +"364081",117621,117672 +"364082",117630,118189 +"364083",117634,117639 +"364084",117638,117643 +"364085",117638,117644 +"364086",117638,119584 +"364087",117638,120672 +"364088",117638,120675 +"364089",117638,120680 +"364090",117638,120682 +"364091",117640,118738 +"364092",117643,117644 +"364093",117645,117655 +"364094",117646,117652 +"364095",117650,117665 +"364096",117651,117657 +"364097",117651,118261 +"364098",117651,118262 +"364099",117651,118275 +"364100",117651,118276 +"364101",117651,118277 +"364102",117652,121526 +"364103",117654,118336 +"364104",117654,118372 +"364105",117661,117662 +"364106",117664,123037 +"364107",117674,121265 +"364108",117674,121266 +"364109",117678,119851 +"364110",117687,117696 +"364111",117690,117695 +"364112",117698,121092 +"364113",117699,120612 +"364114",117701,117703 +"364115",117701,117707 +"364116",117702,117708 +"364117",117703,117707 +"364118",117709,120639 +"364119",117710,117713 +"364120",117710,118858 +"364121",117713,119598 +"364122",117720,117721 +"364123",117722,117737 +"364124",117725,117727 +"364125",117725,122184 +"364126",117729,121043 +"364127",117730,119821 +"364128",117742,123367 +"364129",117747,119722 +"364130",117754,118823 +"364131",117759,117760 +"364132",117760,119470 +"364133",117761,118793 +"364134",117761,118822 +"364135",117764,117853 +"364136",117764,119561 +"364137",117764,120089 +"364138",117764,120996 +"364139",117765,117767 +"364140",117774,117775 +"364141",117777,117779 +"364142",117781,122547 +"364143",117782,120176 +"364144",117785,119070 +"364145",117786,117791 +"364146",117786,117795 +"364147",117791,117795 +"364148",117798,117809 +"364149",117798,117819 +"364150",117798,119687 +"364151",117800,117807 +"364152",117800,117814 +"364153",117800,117823 +"364154",117800,118726 +"364155",117800,118727 +"364156",117804,121414 +"364157",117804,122345 +"364158",117804,122353 +"364159",117804,122358 +"364160",117804,122360 +"364161",117804,122366 +"364162",117804,122367 +"364163",117804,122376 +"364164",117804,122383 +"364165",117804,122393 +"364166",117804,122394 +"364167",117804,122398 +"364168",117804,122402 +"364169",117804,122403 +"364170",117804,122409 +"364171",117804,122412 +"364172",117804,122414 +"364173",117804,122415 +"364174",117804,122417 +"364175",117804,122418 +"364176",117804,122421 +"364177",117804,122422 +"364178",117804,122437 +"364179",117804,122438 +"364180",117804,122440 +"364181",117804,123424 +"364182",117806,119016 +"364183",117807,117814 +"364184",117807,117823 +"364185",117808,117890 +"364186",117809,117819 +"364187",117810,117824 +"364188",117814,117823 +"364189",117814,118726 +"364190",117814,118727 +"364191",117816,118170 +"364192",117816,122984 +"364193",117818,117876 +"364194",117821,117833 +"364195",117821,117845 +"364196",117821,117846 +"364197",117825,117827 +"364198",117826,117897 +"364199",117832,122628 +"364200",117833,117845 +"364201",117833,117846 +"364202",117838,117847 +"364203",117844,119056 +"364204",117845,117846 +"364205",117845,118343 +"364206",117847,118303 +"364207",117847,118304 +"364208",117847,118312 +"364209",117847,118314 +"364210",117852,117881 +"364211",117855,120921 +"364212",117855,122141 +"364213",117864,121433 +"364214",117865,121662 +"364215",117871,117873 +"364216",117884,117885 +"364217",117884,117892 +"364218",117884,118187 +"364219",117884,118302 +"364220",117885,117892 +"364221",117889,119395 +"364222",117889,123506 +"364223",117890,121686 +"364224",117891,118862 +"364225",117891,121706 +"364226",117891,121713 +"364227",117891,122626 +"364228",117891,122639 +"364229",117894,117896 +"364230",117895,120116 +"364231",117899,117901 +"364232",117900,117902 +"364233",117919,118540 +"364234",117919,123101 +"364235",117930,118384 +"364236",117936,119620 +"364237",117942,117960 +"364238",117943,117944 +"364239",117948,120506 +"364240",117953,119734 +"364241",117955,118798 +"364242",117957,123389 +"364243",117963,117964 +"364244",117967,117974 +"364245",117968,121374 +"364246",117975,117987 +"364247",117976,117982 +"364248",117978,117979 +"364249",117978,118001 +"364250",117978,118006 +"364251",117979,118001 +"364252",117979,118006 +"364253",117980,119120 +"364254",117983,117985 +"364255",117983,117986 +"364256",117985,117986 +"364257",117991,118007 +"364258",117992,117998 +"364259",117992,119211 +"364260",117992,119230 +"364261",117995,122282 +"364262",117999,123461 +"364263",117999,123462 +"364264",117999,123466 +"364265",118001,118006 +"364266",118004,123430 +"364267",118005,118016 +"364268",118007,118396 +"364269",118007,122969 +"364270",118008,118541 +"364271",118009,118172 +"364272",118011,118012 +"364273",118020,118118 +"364274",118024,118931 +"364275",118028,118131 +"364276",118030,118031 +"364277",118035,120086 +"364278",118037,118132 +"364279",118037,118358 +"364280",118040,118042 +"364281",118044,122458 +"364282",118045,120762 +"364283",118049,118052 +"364284",118051,118053 +"364285",118051,118058 +"364286",118053,118058 +"364287",118056,119062 +"364288",118066,122148 +"364289",118069,118078 +"364290",118070,118071 +"364291",118083,118350 +"364292",118083,119979 +"364293",118083,120753 +"364294",118083,121052 +"364295",118083,121057 +"364296",118083,121285 +"364297",118083,121330 +"364298",118085,119072 +"364299",118085,120738 +"364300",118086,118090 +"364301",118086,118091 +"364302",118086,118094 +"364303",118086,118098 +"364304",118086,118102 +"364305",118086,118112 +"364306",118087,118088 +"364307",118090,118091 +"364308",118090,118094 +"364309",118090,118098 +"364310",118090,118102 +"364311",118090,118112 +"364312",118091,118094 +"364313",118091,118098 +"364314",118091,118102 +"364315",118091,118112 +"364316",118094,118098 +"364317",118094,118102 +"364318",118094,118112 +"364319",118096,118917 +"364320",118098,118102 +"364321",118098,118112 +"364322",118101,118103 +"364323",118102,118112 +"364324",118104,118105 +"364325",118105,120463 +"364326",118106,121863 +"364327",118108,118111 +"364328",118108,118117 +"364329",118110,118114 +"364330",118111,118117 +"364331",118113,119895 +"364332",118118,123008 +"364333",118118,123041 +"364334",118122,118123 +"364335",118122,118135 +"364336",118122,118167 +"364337",118122,118168 +"364338",118123,118135 +"364339",118123,118167 +"364340",118123,118168 +"364341",118124,119117 +"364342",118124,119218 +"364343",118127,122997 +"364344",118128,118836 +"364345",118128,118866 +"364346",118128,118873 +"364347",118128,119131 +"364348",118128,119513 +"364349",118128,119716 +"364350",118128,119769 +"364351",118128,120123 +"364352",118128,120169 +"364353",118128,120725 +"364354",118128,120944 +"364355",118128,121609 +"364356",118128,122007 +"364357",118128,122032 +"364358",118128,122035 +"364359",118128,122724 +"364360",118128,123070 +"364361",118128,123394 +"364362",118128,123490 +"364363",118130,118828 +"364364",118135,118167 +"364365",118135,118168 +"364366",118139,118145 +"364367",118139,118169 +"364368",118142,118143 +"364369",118144,118149 +"364370",118145,118169 +"364371",118156,118163 +"364372",118159,118162 +"364373",118159,118183 +"364374",118162,118183 +"364375",118167,118168 +"364376",118169,119375 +"364377",118169,119994 +"364378",118169,119995 +"364379",118169,120001 +"364380",118170,122984 +"364381",118174,118181 +"364382",118186,118188 +"364383",118187,118302 +"364384",118195,118200 +"364385",118195,118202 +"364386",118195,118226 +"364387",118198,118214 +"364388",118198,118218 +"364389",118200,118202 +"364390",118200,118226 +"364391",118201,118208 +"364392",118202,118226 +"364393",118203,118204 +"364394",118207,118237 +"364395",118210,118972 +"364396",118211,118212 +"364397",118211,118213 +"364398",118212,118213 +"364399",118212,121417 +"364400",118214,118218 +"364401",118230,118231 +"364402",118230,118252 +"364403",118231,118252 +"364404",118232,121480 +"364405",118232,121485 +"364406",118242,118245 +"364407",118246,121709 +"364408",118247,118431 +"364409",118259,118280 +"364410",118260,118263 +"364411",118261,118262 +"364412",118261,118275 +"364413",118261,118276 +"364414",118261,118277 +"364415",118262,118275 +"364416",118262,118276 +"364417",118262,118277 +"364418",118265,122314 +"364419",118274,118812 +"364420",118275,118276 +"364421",118275,118277 +"364422",118276,118277 +"364423",118285,118883 +"364424",118286,121590 +"364425",118287,118288 +"364426",118287,118289 +"364427",118287,118290 +"364428",118288,118289 +"364429",118288,118290 +"364430",118289,118290 +"364431",118295,118722 +"364432",118295,118723 +"364433",118303,118304 +"364434",118303,118312 +"364435",118303,118314 +"364436",118304,118312 +"364437",118304,118314 +"364438",118308,122463 +"364439",118310,118311 +"364440",118310,120070 +"364441",118312,118314 +"364442",118314,118368 +"364443",118318,118595 +"364444",118327,118340 +"364445",118327,122904 +"364446",118329,118357 +"364447",118329,119583 +"364448",118330,118331 +"364449",118335,120853 +"364450",118335,120858 +"364451",118342,121661 +"364452",118347,118361 +"364453",118348,120898 +"364454",118348,121922 +"364455",118348,123406 +"364456",118349,119328 +"364457",118349,119354 +"364458",118350,119979 +"364459",118350,120753 +"364460",118350,121285 +"364461",118350,121330 +"364462",118353,118355 +"364463",118363,118364 +"364464",118367,118370 +"364465",118375,118376 +"364466",118380,119815 +"364467",118382,120058 +"364468",118382,122179 +"364469",118382,123425 +"364470",118387,118581 +"364471",118388,118389 +"364472",118393,118395 +"364473",118393,118396 +"364474",118393,118399 +"364475",118395,118396 +"364476",118395,118399 +"364477",118396,118399 +"364478",118396,122969 +"364479",118397,118542 +"364480",118397,118550 +"364481",118397,118555 +"364482",118402,121511 +"364483",118402,122227 +"364484",118409,118410 +"364485",118415,123372 +"364486",118419,121062 +"364487",118433,120312 +"364488",118437,118440 +"364489",118437,120102 +"364490",118437,121232 +"364491",118438,120126 +"364492",118438,120150 +"364493",118442,118447 +"364494",118442,123486 +"364495",118444,118457 +"364496",118447,123486 +"364497",118448,118509 +"364498",118449,118454 +"364499",118452,118480 +"364500",118453,120658 +"364501",118454,122014 +"364502",118456,118468 +"364503",118457,118832 +"364504",118462,118479 +"364505",118471,120934 +"364506",118471,120968 +"364507",118474,118690 +"364508",118485,118487 +"364509",118485,118520 +"364510",118485,118529 +"364511",118485,118535 +"364512",118487,118520 +"364513",118487,118529 +"364514",118487,118535 +"364515",118513,121438 +"364516",118520,118529 +"364517",118520,118535 +"364518",118529,118535 +"364519",118533,118657 +"364520",118540,123101 +"364521",118542,118550 +"364522",118542,118555 +"364523",118550,118555 +"364524",118553,121798 +"364525",118554,118565 +"364526",118554,118634 +"364527",118554,118639 +"364528",118561,118726 +"364529",118562,118571 +"364530",118563,119710 +"364531",118564,118573 +"364532",118566,118583 +"364533",118569,118572 +"364534",118576,120855 +"364535",118577,119085 +"364536",118577,119224 +"364537",118577,119439 +"364538",118577,120085 +"364539",118577,120232 +"364540",118577,121213 +"364541",118578,121529 +"364542",118580,120265 +"364543",118580,122377 +"364544",118583,119860 +"364545",118585,119894 +"364546",118585,120757 +"364547",118585,120758 +"364548",118591,119921 +"364549",118591,120546 +"364550",118591,120579 +"364551",118594,118597 +"364552",118605,118607 +"364553",118605,118643 +"364554",118607,118643 +"364555",118608,122781 +"364556",118609,119370 +"364557",118611,119903 +"364558",118611,119904 +"364559",118614,118626 +"364560",118614,118635 +"364561",118621,119153 +"364562",118626,118635 +"364563",118631,119504 +"364564",118631,122204 +"364565",118634,118639 +"364566",118634,119266 +"364567",118634,120442 +"364568",118634,120530 +"364569",118636,120140 +"364570",118636,122429 +"364571",118636,122435 +"364572",118637,122849 +"364573",118641,118661 +"364574",118644,118751 +"364575",118644,123383 +"364576",118647,118674 +"364577",118647,118679 +"364578",118649,118650 +"364579",118652,118700 +"364580",118653,121429 +"364581",118654,122352 +"364582",118660,118932 +"364583",118668,122460 +"364584",118671,118673 +"364585",118671,118677 +"364586",118673,118677 +"364587",118674,118679 +"364588",118676,118715 +"364589",118681,121585 +"364590",118683,118762 +"364591",118683,118818 +"364592",118683,118820 +"364593",118684,118691 +"364594",118684,118794 +"364595",118685,118744 +"364596",118689,118752 +"364597",118689,118754 +"364598",118691,118794 +"364599",118692,123468 +"364600",118693,118698 +"364601",118694,118757 +"364602",118695,118786 +"364603",118695,118804 +"364604",118697,121838 +"364605",118698,120274 +"364606",118702,118711 +"364607",118706,119976 +"364608",118706,119980 +"364609",118707,122764 +"364610",118708,118710 +"364611",118711,120494 +"364612",118712,118731 +"364613",118722,118723 +"364614",118726,118727 +"364615",118728,118733 +"364616",118730,118732 +"364617",118733,123377 +"364618",118734,118750 +"364619",118743,118745 +"364620",118743,123411 +"364621",118745,123411 +"364622",118751,123383 +"364623",118752,118754 +"364624",118755,121687 +"364625",118759,118813 +"364626",118762,118818 +"364627",118762,118820 +"364628",118770,121376 +"364629",118772,118775 +"364630",118772,118776 +"364631",118775,118776 +"364632",118777,120129 +"364633",118784,118788 +"364634",118784,123483 +"364635",118786,118804 +"364636",118788,123483 +"364637",118791,120149 +"364638",118793,118822 +"364639",118796,118805 +"364640",118799,118894 +"364641",118811,119819 +"364642",118816,120738 +"364643",118818,118820 +"364644",118819,118865 +"364645",118824,119552 +"364646",118833,118839 +"364647",118835,123496 +"364648",118836,118866 +"364649",118836,118873 +"364650",118836,119131 +"364651",118836,119513 +"364652",118836,119716 +"364653",118836,119769 +"364654",118836,120123 +"364655",118836,120169 +"364656",118836,120725 +"364657",118836,120944 +"364658",118836,121609 +"364659",118836,122007 +"364660",118836,122032 +"364661",118836,122035 +"364662",118836,122724 +"364663",118836,123070 +"364664",118836,123394 +"364665",118836,123490 +"364666",118839,120970 +"364667",118840,118842 +"364668",118840,121591 +"364669",118840,121597 +"364670",118840,121645 +"364671",118843,123353 +"364672",118844,119653 +"364673",118849,118860 +"364674",118856,118864 +"364675",118856,118886 +"364676",118862,121613 +"364677",118862,121706 +"364678",118862,121713 +"364679",118864,118886 +"364680",118866,118873 +"364681",118866,119131 +"364682",118866,119513 +"364683",118866,119716 +"364684",118866,119769 +"364685",118866,120123 +"364686",118866,120169 +"364687",118866,120725 +"364688",118866,120944 +"364689",118866,121609 +"364690",118866,122007 +"364691",118866,122032 +"364692",118866,122035 +"364693",118866,122724 +"364694",118866,123070 +"364695",118866,123394 +"364696",118866,123490 +"364697",118867,119157 +"364698",118867,119161 +"364699",118867,119164 +"364700",118867,120091 +"364701",118873,119131 +"364702",118873,119513 +"364703",118873,119716 +"364704",118873,119769 +"364705",118873,120123 +"364706",118873,120169 +"364707",118873,120725 +"364708",118873,120944 +"364709",118873,121609 +"364710",118873,122007 +"364711",118873,122032 +"364712",118873,122035 +"364713",118873,122724 +"364714",118873,123070 +"364715",118873,123394 +"364716",118873,123490 +"364717",118875,120290 +"364718",118875,120310 +"364719",118880,118882 +"364720",118885,118888 +"364721",118885,118891 +"364722",118888,118891 +"364723",118892,119726 +"364724",118895,119472 +"364725",118895,119477 +"364726",118895,119479 +"364727",118895,119482 +"364728",118895,120446 +"364729",118895,123284 +"364730",118896,118897 +"364731",118908,120323 +"364732",118924,119008 +"364733",118924,119012 +"364734",118926,119468 +"364735",118926,121544 +"364736",118930,121032 +"364737",118933,118934 +"364738",118938,120159 +"364739",118938,120196 +"364740",118938,121386 +"364741",118940,123446 +"364742",118941,118943 +"364743",118941,118982 +"364744",118943,118982 +"364745",118953,118954 +"364746",118956,118963 +"364747",118958,118968 +"364748",118958,122241 +"364749",118960,119809 +"364750",118961,119198 +"364751",118963,122538 +"364752",118963,122578 +"364753",118963,122579 +"364754",118965,118966 +"364755",118975,118979 +"364756",118980,121420 +"364757",118981,121573 +"364758",118987,118990 +"364759",118988,118992 +"364760",118999,119441 +"364761",119004,119123 +"364762",119008,119012 +"364763",119010,122481 +"364764",119015,122258 +"364765",119018,120022 +"364766",119019,119027 +"364767",119021,119026 +"364768",119024,119067 +"364769",119026,122078 +"364770",119026,122079 +"364771",119026,122080 +"364772",119028,119036 +"364773",119039,122994 +"364774",119043,119045 +"364775",119043,119048 +"364776",119045,119048 +"364777",119046,123379 +"364778",119049,121425 +"364779",119050,119054 +"364780",119059,119294 +"364781",119060,120266 +"364782",119064,119096 +"364783",119065,120375 +"364784",119068,119075 +"364785",119072,120738 +"364786",119083,119097 +"364787",119085,119224 +"364788",119085,119439 +"364789",119085,120085 +"364790",119085,120232 +"364791",119085,121213 +"364792",119090,120119 +"364793",119091,119129 +"364794",119098,120490 +"364795",119098,120571 +"364796",119101,119102 +"364797",119105,119113 +"364798",119106,119116 +"364799",119117,119218 +"364800",119118,119720 +"364801",119126,119127 +"364802",119130,120625 +"364803",119131,119513 +"364804",119131,119716 +"364805",119131,119769 +"364806",119131,120123 +"364807",119131,120169 +"364808",119131,120725 +"364809",119131,120944 +"364810",119131,121609 +"364811",119131,122007 +"364812",119131,122032 +"364813",119131,122035 +"364814",119131,122724 +"364815",119131,123070 +"364816",119131,123394 +"364817",119131,123490 +"364818",119132,119137 +"364819",119141,119145 +"364820",119143,121807 +"364821",119143,121885 +"364822",119144,120319 +"364823",119146,119154 +"364824",119147,119171 +"364825",119152,119166 +"364826",119157,119161 +"364827",119157,119164 +"364828",119157,120091 +"364829",119161,119164 +"364830",119161,120091 +"364831",119164,120091 +"364832",119173,119221 +"364833",119177,119178 +"364834",119179,119189 +"364835",119182,119203 +"364836",119183,119232 +"364837",119201,119264 +"364838",119202,120728 +"364839",119206,119238 +"364840",119206,119249 +"364841",119206,119285 +"364842",119206,119297 +"364843",119207,119329 +"364844",119211,119230 +"364845",119220,120130 +"364846",119224,119439 +"364847",119224,120085 +"364848",119224,120232 +"364849",119224,121213 +"364850",119225,119227 +"364851",119225,119228 +"364852",119225,119229 +"364853",119225,119233 +"364854",119227,119228 +"364855",119227,119229 +"364856",119227,119233 +"364857",119228,119229 +"364858",119228,119233 +"364859",119229,119233 +"364860",119236,119239 +"364861",119238,119249 +"364862",119238,119285 +"364863",119238,119297 +"364864",119241,119271 +"364865",119241,120301 +"364866",119242,123370 +"364867",119243,119259 +"364868",119249,119285 +"364869",119249,119297 +"364870",119253,121157 +"364871",119253,121186 +"364872",119257,121484 +"364873",119257,121488 +"364874",119259,121013 +"364875",119266,120442 +"364876",119266,120530 +"364877",119267,119298 +"364878",119275,120047 +"364879",119275,120146 +"364880",119281,119341 +"364881",119285,119297 +"364882",119286,119368 +"364883",119288,122370 +"364884",119288,122380 +"364885",119288,123380 +"364886",119300,119301 +"364887",119301,119856 +"364888",119301,120164 +"364889",119305,119318 +"364890",119308,119312 +"364891",119308,119347 +"364892",119308,119349 +"364893",119308,119355 +"364894",119308,121845 +"364895",119312,119347 +"364896",119312,119349 +"364897",119312,119355 +"364898",119312,121845 +"364899",119314,119323 +"364900",119319,119321 +"364901",119327,121359 +"364902",119328,119354 +"364903",119328,120087 +"364904",119334,119408 +"364905",119337,119711 +"364906",119345,119405 +"364907",119347,119349 +"364908",119347,119355 +"364909",119347,121845 +"364910",119349,119355 +"364911",119349,121845 +"364912",119352,123068 +"364913",119352,123080 +"364914",119352,123083 +"364915",119352,123095 +"364916",119355,121845 +"364917",119355,122319 +"364918",119362,122528 +"364919",119366,123299 +"364920",119373,121169 +"364921",119375,119387 +"364922",119375,119994 +"364923",119375,119995 +"364924",119375,120001 +"364925",119380,119381 +"364926",119383,119420 +"364927",119384,119412 +"364928",119384,119421 +"364929",119388,119394 +"364930",119392,119393 +"364931",119403,119406 +"364932",119405,122465 +"364933",119407,122905 +"364934",119412,119421 +"364935",119419,119454 +"364936",119420,123151 +"364937",119422,119946 +"364938",119425,119467 +"364939",119434,119523 +"364940",119434,122189 +"364941",119434,122219 +"364942",119435,120149 +"364943",119439,120085 +"364944",119439,120232 +"364945",119439,121213 +"364946",119440,119490 +"364947",119443,119445 +"364948",119444,120882 +"364949",119451,119452 +"364950",119452,119914 +"364951",119457,123121 +"364952",119462,119466 +"364953",119470,120166 +"364954",119471,119481 +"364955",119472,119477 +"364956",119472,119479 +"364957",119472,119482 +"364958",119476,119496 +"364959",119476,119497 +"364960",119476,119503 +"364961",119477,119479 +"364962",119477,119482 +"364963",119479,119482 +"364964",119480,119483 +"364965",119480,119484 +"364966",119480,119487 +"364967",119480,119498 +"364968",119483,119484 +"364969",119483,119487 +"364970",119483,119498 +"364971",119484,119487 +"364972",119484,119498 +"364973",119484,121963 +"364974",119484,122022 +"364975",119484,122029 +"364976",119485,122583 +"364977",119485,122773 +"364978",119487,119498 +"364979",119493,119499 +"364980",119496,119497 +"364981",119496,119503 +"364982",119497,119503 +"364983",119502,120837 +"364984",119508,119547 +"364985",119511,119548 +"364986",119513,119716 +"364987",119513,119769 +"364988",119513,120123 +"364989",119513,120169 +"364990",119513,120725 +"364991",119513,120944 +"364992",119513,121609 +"364993",119513,122007 +"364994",119513,122032 +"364995",119513,122035 +"364996",119513,122724 +"364997",119513,123070 +"364998",119513,123394 +"364999",119513,123490 +"365000",119518,119528 +"365001",119518,119597 +"365002",119518,119612 +"365003",119526,119569 +"365004",119528,119597 +"365005",119528,119612 +"365006",119535,122185 +"365007",119543,121151 +"365008",119544,119546 +"365009",119559,119604 +"365010",119560,119563 +"365011",119561,120089 +"365012",119563,121537 +"365013",119563,121541 +"365014",119563,121559 +"365015",119564,119567 +"365016",119564,119614 +"365017",119566,120071 +"365018",119566,122274 +"365019",119567,119614 +"365020",119574,121673 +"365021",119574,121699 +"365022",119574,121700 +"365023",119583,119785 +"365024",119583,119792 +"365025",119584,120672 +"365026",119584,120675 +"365027",119584,120680 +"365028",119584,120682 +"365029",119591,120250 +"365030",119592,119593 +"365031",119592,119603 +"365032",119592,120033 +"365033",119593,119603 +"365034",119597,119612 +"365035",119606,119607 +"365036",119620,122469 +"365037",119624,121205 +"365038",119624,123433 +"365039",119625,119627 +"365040",119631,119678 +"365041",119653,119660 +"365042",119658,119661 +"365043",119662,119676 +"365044",119667,119670 +"365045",119667,119680 +"365046",119670,119680 +"365047",119673,122718 +"365048",119673,122981 +"365049",119674,119879 +"365050",119682,119732 +"365051",119682,119738 +"365052",119694,119696 +"365053",119695,119700 +"365054",119697,119781 +"365055",119705,119714 +"365056",119706,119796 +"365057",119709,119715 +"365058",119712,120888 +"365059",119716,119769 +"365060",119716,120123 +"365061",119716,120169 +"365062",119716,120725 +"365063",119716,120944 +"365064",119716,121609 +"365065",119716,122007 +"365066",119716,122032 +"365067",119716,122035 +"365068",119716,122724 +"365069",119716,123070 +"365070",119716,123394 +"365071",119716,123490 +"365072",119729,119782 +"365073",119732,119738 +"365074",119742,121634 +"365075",119760,122269 +"365076",119762,119763 +"365077",119762,119798 +"365078",119763,119798 +"365079",119764,120656 +"365080",119764,120894 +"365081",119765,119767 +"365082",119766,119768 +"365083",119766,119829 +"365084",119768,119829 +"365085",119769,120123 +"365086",119769,120169 +"365087",119769,120725 +"365088",119769,120944 +"365089",119769,121609 +"365090",119769,122007 +"365091",119769,122032 +"365092",119769,122035 +"365093",119769,122724 +"365094",119769,123070 +"365095",119769,123394 +"365096",119769,123490 +"365097",119784,119987 +"365098",119784,121554 +"365099",119785,119792 +"365100",119798,120794 +"365101",119799,119852 +"365102",119801,119802 +"365103",119803,119838 +"365104",119832,123491 +"365105",119834,119848 +"365106",119850,119858 +"365107",119855,119862 +"365108",119856,120164 +"365109",119857,122848 +"365110",119859,119944 +"365111",119859,119950 +"365112",119866,119905 +"365113",119866,119911 +"365114",119872,119885 +"365115",119873,119878 +"365116",119881,119882 +"365117",119887,121463 +"365118",119887,121520 +"365119",119887,122473 +"365120",119888,122813 +"365121",119894,120757 +"365122",119894,120758 +"365123",119901,119902 +"365124",119903,119904 +"365125",119905,119911 +"365126",119906,119912 +"365127",119918,121994 +"365128",119921,120546 +"365129",119921,120579 +"365130",119934,120440 +"365131",119935,120053 +"365132",119939,119948 +"365133",119944,119950 +"365134",119953,119957 +"365135",119955,120871 +"365136",119955,120912 +"365137",119955,120920 +"365138",119955,120942 +"365139",119965,120029 +"365140",119966,120039 +"365141",119968,119984 +"365142",119972,119973 +"365143",119972,120269 +"365144",119972,121199 +"365145",119976,119980 +"365146",119977,120025 +"365147",119977,120038 +"365148",119977,123198 +"365149",119978,120037 +"365150",119979,120753 +"365151",119979,121285 +"365152",119979,121330 +"365153",119982,119996 +"365154",119982,120028 +"365155",119986,120056 +"365156",119987,120055 +"365157",119994,119995 +"365158",119994,120001 +"365159",119995,120001 +"365160",119996,120028 +"365161",119999,120000 +"365162",120013,120014 +"365163",120020,121300 +"365164",120023,123409 +"365165",120025,120038 +"365166",120026,123273 +"365167",120032,123223 +"365168",120032,123230 +"365169",120044,122850 +"365170",120047,120146 +"365171",120048,120370 +"365172",120048,123117 +"365173",120058,123425 +"365174",120061,120272 +"365175",120067,121606 +"365176",120072,120080 +"365177",120072,120081 +"365178",120072,120083 +"365179",120078,120082 +"365180",120080,120081 +"365181",120080,120083 +"365182",120081,120083 +"365183",120085,120232 +"365184",120085,121213 +"365185",120094,120875 +"365186",120094,121508 +"365187",120097,120742 +"365188",120097,120743 +"365189",120102,121232 +"365190",120118,120120 +"365191",120122,120133 +"365192",120123,120169 +"365193",120123,120725 +"365194",120123,120944 +"365195",120123,121609 +"365196",120123,122007 +"365197",120123,122032 +"365198",120123,122035 +"365199",120123,122724 +"365200",120123,123070 +"365201",120123,123394 +"365202",120123,123490 +"365203",120126,120150 +"365204",120131,123096 +"365205",120138,120147 +"365206",120140,122429 +"365207",120140,122435 +"365208",120148,120152 +"365209",120151,120154 +"365210",120155,120186 +"365211",120159,120196 +"365212",120169,120725 +"365213",120169,120944 +"365214",120169,121609 +"365215",120169,122007 +"365216",120169,122032 +"365217",120169,122035 +"365218",120169,122724 +"365219",120169,123070 +"365220",120169,123394 +"365221",120169,123490 +"365222",120171,120181 +"365223",120182,120434 +"365224",120192,120194 +"365225",120192,120197 +"365226",120192,120198 +"365227",120192,120199 +"365228",120192,120215 +"365229",120194,120197 +"365230",120194,120198 +"365231",120194,120199 +"365232",120194,120215 +"365233",120195,120204 +"365234",120197,120198 +"365235",120197,120199 +"365236",120197,120215 +"365237",120198,120199 +"365238",120198,120215 +"365239",120199,120215 +"365240",120203,120218 +"365241",120204,120911 +"365242",120213,120381 +"365243",120232,121213 +"365244",120237,120327 +"365245",120241,120307 +"365246",120241,120308 +"365247",120246,120255 +"365248",120246,120477 +"365249",120246,120982 +"365250",120253,120258 +"365251",120253,123197 +"365252",120258,123197 +"365253",120261,120264 +"365254",120265,122377 +"365255",120269,121199 +"365256",120273,120276 +"365257",120276,123257 +"365258",120278,120288 +"365259",120278,120317 +"365260",120288,120317 +"365261",120290,120310 +"365262",120291,120293 +"365263",120295,120300 +"365264",120307,120308 +"365265",120315,120355 +"365266",120324,121164 +"365267",120328,120329 +"365268",120339,120383 +"365269",120340,120359 +"365270",120340,121765 +"365271",120342,120388 +"365272",120352,120380 +"365273",120362,120365 +"365274",120373,122539 +"365275",120374,120382 +"365276",120379,123373 +"365277",120393,120676 +"365278",120393,120709 +"365279",120395,120402 +"365280",120407,120409 +"365281",120414,120430 +"365282",120414,123382 +"365283",120416,120418 +"365284",120422,120470 +"365285",120423,120485 +"365286",120430,123382 +"365287",120442,120530 +"365288",120446,123284 +"365289",120450,120457 +"365290",120451,120460 +"365291",120452,120466 +"365292",120452,120471 +"365293",120455,120456 +"365294",120463,121167 +"365295",120466,120471 +"365296",120469,123392 +"365297",120474,120507 +"365298",120477,120982 +"365299",120490,120571 +"365300",120492,122042 +"365301",120497,120540 +"365302",120503,121710 +"365303",120505,120513 +"365304",120517,120521 +"365305",120522,120525 +"365306",120523,120560 +"365307",120528,120531 +"365308",120528,120532 +"365309",120528,121653 +"365310",120531,120532 +"365311",120532,121009 +"365312",120533,122905 +"365313",120538,120542 +"365314",120546,120579 +"365315",120549,120565 +"365316",120557,120566 +"365317",120563,120647 +"365318",120564,120651 +"365319",120564,120679 +"365320",120567,120568 +"365321",120569,120584 +"365322",120569,120585 +"365323",120569,120586 +"365324",120569,120604 +"365325",120569,120627 +"365326",120569,120628 +"365327",120569,120629 +"365328",120569,120630 +"365329",120569,120652 +"365330",120569,123420 +"365331",120569,123421 +"365332",120576,120602 +"365333",120577,120650 +"365334",120584,120585 +"365335",120584,120586 +"365336",120584,120604 +"365337",120584,120627 +"365338",120584,120628 +"365339",120584,120629 +"365340",120584,120630 +"365341",120584,120652 +"365342",120584,123420 +"365343",120584,123421 +"365344",120585,120586 +"365345",120585,120604 +"365346",120585,120627 +"365347",120585,120628 +"365348",120585,120629 +"365349",120585,120630 +"365350",120585,120652 +"365351",120585,123420 +"365352",120585,123421 +"365353",120586,120604 +"365354",120586,120627 +"365355",120586,120628 +"365356",120586,120629 +"365357",120586,120630 +"365358",120586,120652 +"365359",120586,123420 +"365360",120586,123421 +"365361",120590,120637 +"365362",120600,121379 +"365363",120601,120605 +"365364",120603,120616 +"365365",120604,120627 +"365366",120604,120628 +"365367",120604,120629 +"365368",120604,120630 +"365369",120604,120652 +"365370",120604,123420 +"365371",120604,123421 +"365372",120609,120610 +"365373",120611,120614 +"365374",120615,120623 +"365375",120617,120619 +"365376",120620,122611 +"365377",120622,120624 +"365378",120627,120628 +"365379",120627,120629 +"365380",120627,120630 +"365381",120627,120652 +"365382",120627,123420 +"365383",120627,123421 +"365384",120628,120629 +"365385",120628,120630 +"365386",120628,120652 +"365387",120628,123420 +"365388",120628,123421 +"365389",120629,120630 +"365390",120629,120652 +"365391",120629,123420 +"365392",120629,123421 +"365393",120630,120652 +"365394",120630,123420 +"365395",120630,123421 +"365396",120635,120636 +"365397",120635,122347 +"365398",120651,120679 +"365399",120652,123420 +"365400",120652,123421 +"365401",120657,120693 +"365402",120668,120714 +"365403",120672,120675 +"365404",120672,120680 +"365405",120672,120682 +"365406",120675,120680 +"365407",120675,120682 +"365408",120676,120709 +"365409",120677,120727 +"365410",120680,120682 +"365411",120681,120750 +"365412",120683,120689 +"365413",120691,120692 +"365414",120694,120697 +"365415",120694,120703 +"365416",120697,120703 +"365417",120701,120705 +"365418",120704,123449 +"365419",120706,120715 +"365420",120712,120716 +"365421",120720,122756 +"365422",120725,120944 +"365423",120725,121609 +"365424",120725,122007 +"365425",120725,122032 +"365426",120725,122035 +"365427",120725,122724 +"365428",120725,123070 +"365429",120725,123394 +"365430",120725,123490 +"365431",120734,120735 +"365432",120737,120810 +"365433",120742,120743 +"365434",120745,120749 +"365435",120745,120772 +"365436",120746,123403 +"365437",120747,120751 +"365438",120749,120772 +"365439",120752,122280 +"365440",120753,121285 +"365441",120753,121330 +"365442",120757,120758 +"365443",120759,120767 +"365444",120759,120768 +"365445",120766,120776 +"365446",120767,120768 +"365447",120768,121917 +"365448",120768,123499 +"365449",120774,122124 +"365450",120774,122162 +"365451",120774,122203 +"365452",120775,120779 +"365453",120787,122128 +"365454",120797,121198 +"365455",120811,121452 +"365456",120817,120873 +"365457",120818,120820 +"365458",120831,120883 +"365459",120836,120846 +"365460",120839,121903 +"365461",120849,121695 +"365462",120850,120852 +"365463",120851,120868 +"365464",120853,120858 +"365465",120856,120905 +"365466",120857,120863 +"365467",120862,123385 +"365468",120869,120872 +"365469",120871,120912 +"365470",120871,120920 +"365471",120871,120942 +"365472",120875,121508 +"365473",120879,120961 +"365474",120885,120886 +"365475",120890,120891 +"365476",120890,120895 +"365477",120891,120895 +"365478",120892,120896 +"365479",120912,120920 +"365480",120912,120942 +"365481",120915,123407 +"365482",120918,120927 +"365483",120918,120962 +"365484",120920,120942 +"365485",120927,120962 +"365486",120929,120967 +"365487",120934,120968 +"365488",120939,120949 +"365489",120941,120946 +"365490",120943,121214 +"365491",120943,121217 +"365492",120944,121609 +"365493",120944,122007 +"365494",120944,122032 +"365495",120944,122035 +"365496",120944,122724 +"365497",120944,123070 +"365498",120944,123394 +"365499",120944,123490 +"365500",120953,120963 +"365501",120963,122705 +"365502",120963,122709 +"365503",120963,122723 +"365504",120965,120974 +"365505",120965,120976 +"365506",120966,120969 +"365507",120972,121056 +"365508",120973,121024 +"365509",120973,121025 +"365510",120973,121028 +"365511",120973,121029 +"365512",120974,120976 +"365513",120979,121746 +"365514",120980,121015 +"365515",120985,120989 +"365516",120985,120997 +"365517",120989,120997 +"365518",121001,121002 +"365519",121001,121008 +"365520",121002,121008 +"365521",121020,121060 +"365522",121022,121023 +"365523",121024,121025 +"365524",121024,121028 +"365525",121024,121029 +"365526",121025,121028 +"365527",121025,121029 +"365528",121028,121029 +"365529",121033,121037 +"365530",121042,121542 +"365531",121043,121999 +"365532",121043,123079 +"365533",121043,123085 +"365534",121051,121166 +"365535",121052,121057 +"365536",121058,121126 +"365537",121058,121130 +"365538",121061,121075 +"365539",121067,121474 +"365540",121067,121538 +"365541",121082,122237 +"365542",121084,121093 +"365543",121084,121094 +"365544",121085,121802 +"365545",121091,121210 +"365546",121091,122573 +"365547",121093,121094 +"365548",121100,121134 +"365549",121102,121115 +"365550",121105,123177 +"365551",121107,122135 +"365552",121111,121116 +"365553",121111,121117 +"365554",121113,123127 +"365555",121116,121117 +"365556",121118,123478 +"365557",121123,121124 +"365558",121126,121130 +"365559",121138,121139 +"365560",121138,121142 +"365561",121139,121142 +"365562",121157,121186 +"365563",121164,123145 +"365564",121176,121190 +"365565",121191,121192 +"365566",121192,121786 +"365567",121194,123322 +"365568",121196,121200 +"365569",121214,121217 +"365570",121218,121246 +"365571",121221,121623 +"365572",121231,121234 +"365573",121237,121272 +"365574",121237,121282 +"365575",121238,121314 +"365576",121240,121249 +"365577",121243,121275 +"365578",121247,121256 +"365579",121252,121257 +"365580",121253,121254 +"365581",121253,121255 +"365582",121254,121255 +"365583",121265,121266 +"365584",121272,121282 +"365585",121283,121293 +"365586",121285,121330 +"365587",121290,121294 +"365588",121309,121400 +"365589",121309,121408 +"365590",121310,121367 +"365591",121316,121325 +"365592",121319,121324 +"365593",121321,121329 +"365594",121321,121335 +"365595",121321,121342 +"365596",121321,121392 +"365597",121329,121335 +"365598",121329,121342 +"365599",121329,121392 +"365600",121331,121353 +"365601",121331,121358 +"365602",121335,121342 +"365603",121335,121392 +"365604",121339,121348 +"365605",121339,121354 +"365606",121342,121392 +"365607",121345,121356 +"365608",121345,121403 +"365609",121348,121354 +"365610",121353,121358 +"365611",121354,122160 +"365612",121356,121403 +"365613",121363,121368 +"365614",121370,121410 +"365615",121370,121411 +"365616",121372,121402 +"365617",121375,121414 +"365618",121378,121445 +"365619",121388,121398 +"365620",121394,121464 +"365621",121397,121404 +"365622",121400,121408 +"365623",121407,123416 +"365624",121410,121411 +"365625",121414,122345 +"365626",121414,122353 +"365627",121414,122358 +"365628",121414,122360 +"365629",121414,122366 +"365630",121414,122367 +"365631",121414,122376 +"365632",121414,122383 +"365633",121414,122393 +"365634",121414,122394 +"365635",121414,122398 +"365636",121414,122402 +"365637",121414,122403 +"365638",121414,122409 +"365639",121414,122412 +"365640",121414,122414 +"365641",121414,122415 +"365642",121414,122417 +"365643",121414,122418 +"365644",121414,122421 +"365645",121414,122422 +"365646",121414,122437 +"365647",121414,122438 +"365648",121414,122440 +"365649",121414,123424 +"365650",121423,121432 +"365651",121441,121468 +"365652",121447,121453 +"365653",121450,121560 +"365654",121459,122077 +"365655",121462,122751 +"365656",121463,121520 +"365657",121472,121598 +"365658",121473,121477 +"365659",121474,121538 +"365660",121479,122387 +"365661",121480,121485 +"365662",121483,121486 +"365663",121484,121488 +"365664",121491,121494 +"365665",121519,121521 +"365666",121519,121522 +"365667",121519,121524 +"365668",121521,121522 +"365669",121521,121524 +"365670",121522,121524 +"365671",121533,121680 +"365672",121533,121690 +"365673",121537,121541 +"365674",121537,121559 +"365675",121541,121559 +"365676",121548,121552 +"365677",121549,123492 +"365678",121555,121860 +"365679",121556,121567 +"365680",121556,122524 +"365681",121570,121572 +"365682",121574,122712 +"365683",121577,122291 +"365684",121589,121656 +"365685",121591,121597 +"365686",121591,121645 +"365687",121593,121691 +"365688",121597,121645 +"365689",121600,121604 +"365690",121600,121608 +"365691",121604,121608 +"365692",121609,122007 +"365693",121609,122032 +"365694",121609,122035 +"365695",121609,122724 +"365696",121609,123070 +"365697",121609,123394 +"365698",121609,123490 +"365699",121610,121616 +"365700",121611,121615 +"365701",121620,121665 +"365702",121624,121635 +"365703",121633,121641 +"365704",121652,121655 +"365705",121657,121670 +"365706",121657,123435 +"365707",121668,121672 +"365708",121671,121930 +"365709",121673,121699 +"365710",121673,121700 +"365711",121680,121690 +"365712",121692,121693 +"365713",121699,121700 +"365714",121705,121724 +"365715",121706,121713 +"365716",121735,121742 +"365717",121751,121771 +"365718",121753,121795 +"365719",121753,122068 +"365720",121758,121764 +"365721",121760,121761 +"365722",121766,122891 +"365723",121769,121774 +"365724",121776,121780 +"365725",121779,123293 +"365726",121779,123294 +"365727",121779,123308 +"365728",121779,123309 +"365729",121779,123310 +"365730",121779,123315 +"365731",121779,123318 +"365732",121779,123319 +"365733",121779,123320 +"365734",121779,123338 +"365735",121779,123341 +"365736",121779,123344 +"365737",121779,123345 +"365738",121795,122068 +"365739",121798,122040 +"365740",121801,123023 +"365741",121801,123147 +"365742",121807,121885 +"365743",121817,121827 +"365744",121820,121822 +"365745",121831,122197 +"365746",121842,121848 +"365747",121849,121850 +"365748",121853,122255 +"365749",121855,121900 +"365750",121857,122865 +"365751",121857,122897 +"365752",121861,121928 +"365753",121867,121869 +"365754",121876,122610 +"365755",121891,121895 +"365756",121899,122070 +"365757",121917,123499 +"365758",121920,123093 +"365759",121926,121970 +"365760",121939,121943 +"365761",121946,121951 +"365762",121950,121966 +"365763",121950,121971 +"365764",121950,121976 +"365765",121952,121953 +"365766",121966,121971 +"365767",121966,121976 +"365768",121967,121973 +"365769",121971,121976 +"365770",121977,121985 +"365771",121977,122494 +"365772",121978,121980 +"365773",121983,121993 +"365774",121990,121992 +"365775",121996,122000 +"365776",121996,122003 +"365777",121999,123079 +"365778",121999,123085 +"365779",122000,122003 +"365780",122007,122032 +"365781",122007,122035 +"365782",122007,122724 +"365783",122007,123070 +"365784",122007,123394 +"365785",122007,123490 +"365786",122008,123398 +"365787",122019,122023 +"365788",122019,122089 +"365789",122022,122029 +"365790",122023,122089 +"365791",122024,122034 +"365792",122024,122038 +"365793",122032,122035 +"365794",122032,122724 +"365795",122032,123070 +"365796",122032,123394 +"365797",122032,123490 +"365798",122034,122038 +"365799",122035,122724 +"365800",122035,123070 +"365801",122035,123394 +"365802",122035,123490 +"365803",122044,122045 +"365804",122058,122061 +"365805",122064,122065 +"365806",122066,122885 +"365807",122069,122074 +"365808",122075,123481 +"365809",122078,122079 +"365810",122078,122080 +"365811",122079,122080 +"365812",122081,122104 +"365813",122081,122143 +"365814",122081,122147 +"365815",122081,122149 +"365816",122088,122142 +"365817",122096,122115 +"365818",122096,122118 +"365819",122099,122138 +"365820",122100,122101 +"365821",122104,122143 +"365822",122104,122147 +"365823",122104,122149 +"365824",122111,122121 +"365825",122115,122118 +"365826",122116,122117 +"365827",122124,122162 +"365828",122124,122203 +"365829",122133,122664 +"365830",122134,122825 +"365831",122143,122147 +"365832",122143,122149 +"365833",122147,122149 +"365834",122154,122187 +"365835",122162,122203 +"365836",122177,122178 +"365837",122177,122180 +"365838",122178,122180 +"365839",122179,123425 +"365840",122189,122219 +"365841",122209,122211 +"365842",122215,122216 +"365843",122222,123206 +"365844",122228,122229 +"365845",122228,122232 +"365846",122229,122232 +"365847",122243,122244 +"365848",122243,123209 +"365849",122243,123222 +"365850",122243,123224 +"365851",122243,123229 +"365852",122243,123232 +"365853",122243,123234 +"365854",122243,123250 +"365855",122245,122488 +"365856",122245,122510 +"365857",122251,122540 +"365858",122251,122581 +"365859",122254,122266 +"365860",122259,122263 +"365861",122260,122329 +"365862",122260,122899 +"365863",122265,122268 +"365864",122267,122312 +"365865",122277,122279 +"365866",122290,123503 +"365867",122303,122308 +"365868",122305,122821 +"365869",122305,123021 +"365870",122305,123044 +"365871",122328,122332 +"365872",122328,122333 +"365873",122332,122333 +"365874",122340,122349 +"365875",122340,122399 +"365876",122341,122343 +"365877",122341,122350 +"365878",122341,122351 +"365879",122343,122350 +"365880",122343,122351 +"365881",122345,122353 +"365882",122345,122358 +"365883",122345,122360 +"365884",122345,122366 +"365885",122345,122367 +"365886",122345,122376 +"365887",122345,122383 +"365888",122345,122393 +"365889",122345,122394 +"365890",122345,122398 +"365891",122345,122402 +"365892",122345,122403 +"365893",122345,122409 +"365894",122345,122412 +"365895",122345,122414 +"365896",122345,122415 +"365897",122345,122417 +"365898",122345,122418 +"365899",122345,122421 +"365900",122345,122422 +"365901",122345,122437 +"365902",122345,122438 +"365903",122345,122440 +"365904",122345,123424 +"365905",122346,122354 +"365906",122346,122362 +"365907",122349,122399 +"365908",122350,122351 +"365909",122353,122358 +"365910",122353,122360 +"365911",122353,122366 +"365912",122353,122367 +"365913",122353,122376 +"365914",122353,122383 +"365915",122353,122393 +"365916",122353,122394 +"365917",122353,122398 +"365918",122353,122402 +"365919",122353,122403 +"365920",122353,122409 +"365921",122353,122412 +"365922",122353,122414 +"365923",122353,122415 +"365924",122353,122417 +"365925",122353,122418 +"365926",122353,122421 +"365927",122353,122422 +"365928",122353,122437 +"365929",122353,122438 +"365930",122353,122440 +"365931",122353,123424 +"365932",122354,122362 +"365933",122355,122359 +"365934",122355,122364 +"365935",122358,122360 +"365936",122358,122366 +"365937",122358,122367 +"365938",122358,122376 +"365939",122358,122383 +"365940",122358,122393 +"365941",122358,122394 +"365942",122358,122398 +"365943",122358,122402 +"365944",122358,122403 +"365945",122358,122409 +"365946",122358,122412 +"365947",122358,122414 +"365948",122358,122415 +"365949",122358,122417 +"365950",122358,122418 +"365951",122358,122421 +"365952",122358,122422 +"365953",122358,122437 +"365954",122358,122438 +"365955",122358,122440 +"365956",122358,123424 +"365957",122359,122364 +"365958",122360,122366 +"365959",122360,122367 +"365960",122360,122376 +"365961",122360,122383 +"365962",122360,122393 +"365963",122360,122394 +"365964",122360,122398 +"365965",122360,122402 +"365966",122360,122403 +"365967",122360,122409 +"365968",122360,122412 +"365969",122360,122414 +"365970",122360,122415 +"365971",122360,122417 +"365972",122360,122418 +"365973",122360,122421 +"365974",122360,122422 +"365975",122360,122437 +"365976",122360,122438 +"365977",122360,122440 +"365978",122360,123424 +"365979",122366,122367 +"365980",122366,122376 +"365981",122366,122383 +"365982",122366,122393 +"365983",122366,122394 +"365984",122366,122398 +"365985",122366,122402 +"365986",122366,122403 +"365987",122366,122409 +"365988",122366,122412 +"365989",122366,122414 +"365990",122366,122415 +"365991",122366,122417 +"365992",122366,122418 +"365993",122366,122421 +"365994",122366,122422 +"365995",122366,122437 +"365996",122366,122438 +"365997",122366,122440 +"365998",122366,123424 +"365999",122367,122376 +"366000",122367,122383 +"366001",122367,122393 +"366002",122367,122394 +"366003",122367,122398 +"366004",122367,122402 +"366005",122367,122403 +"366006",122367,122409 +"366007",122367,122412 +"366008",122367,122414 +"366009",122367,122415 +"366010",122367,122417 +"366011",122367,122418 +"366012",122367,122421 +"366013",122367,122422 +"366014",122367,122437 +"366015",122367,122438 +"366016",122367,122440 +"366017",122367,123424 +"366018",122370,122380 +"366019",122370,123380 +"366020",122372,122373 +"366021",122376,122383 +"366022",122376,122393 +"366023",122376,122394 +"366024",122376,122398 +"366025",122376,122402 +"366026",122376,122403 +"366027",122376,122409 +"366028",122376,122412 +"366029",122376,122414 +"366030",122376,122415 +"366031",122376,122417 +"366032",122376,122418 +"366033",122376,122421 +"366034",122376,122422 +"366035",122376,122437 +"366036",122376,122438 +"366037",122376,122440 +"366038",122376,123424 +"366039",122378,122434 +"366040",122378,122439 +"366041",122380,123380 +"366042",122382,122407 +"366043",122383,122393 +"366044",122383,122394 +"366045",122383,122398 +"366046",122383,122402 +"366047",122383,122403 +"366048",122383,122409 +"366049",122383,122412 +"366050",122383,122414 +"366051",122383,122415 +"366052",122383,122417 +"366053",122383,122418 +"366054",122383,122421 +"366055",122383,122422 +"366056",122383,122437 +"366057",122383,122438 +"366058",122383,122440 +"366059",122383,123424 +"366060",122388,122397 +"366061",122392,122408 +"366062",122393,122394 +"366063",122393,122398 +"366064",122393,122402 +"366065",122393,122403 +"366066",122393,122409 +"366067",122393,122412 +"366068",122393,122414 +"366069",122393,122415 +"366070",122393,122417 +"366071",122393,122418 +"366072",122393,122421 +"366073",122393,122422 +"366074",122393,122437 +"366075",122393,122438 +"366076",122393,122440 +"366077",122393,123424 +"366078",122394,122398 +"366079",122394,122402 +"366080",122394,122403 +"366081",122394,122409 +"366082",122394,122412 +"366083",122394,122414 +"366084",122394,122415 +"366085",122394,122417 +"366086",122394,122418 +"366087",122394,122421 +"366088",122394,122422 +"366089",122394,122437 +"366090",122394,122438 +"366091",122394,122440 +"366092",122394,123424 +"366093",122398,122402 +"366094",122398,122403 +"366095",122398,122409 +"366096",122398,122412 +"366097",122398,122414 +"366098",122398,122415 +"366099",122398,122417 +"366100",122398,122418 +"366101",122398,122421 +"366102",122398,122422 +"366103",122398,122437 +"366104",122398,122438 +"366105",122398,122440 +"366106",122398,123424 +"366107",122402,122403 +"366108",122402,122409 +"366109",122402,122412 +"366110",122402,122414 +"366111",122402,122415 +"366112",122402,122417 +"366113",122402,122418 +"366114",122402,122421 +"366115",122402,122422 +"366116",122402,122437 +"366117",122402,122438 +"366118",122402,122440 +"366119",122402,123424 +"366120",122403,122409 +"366121",122403,122412 +"366122",122403,122414 +"366123",122403,122415 +"366124",122403,122417 +"366125",122403,122418 +"366126",122403,122421 +"366127",122403,122422 +"366128",122403,122437 +"366129",122403,122438 +"366130",122403,122440 +"366131",122403,123424 +"366132",122405,122406 +"366133",122409,122412 +"366134",122409,122414 +"366135",122409,122415 +"366136",122409,122417 +"366137",122409,122418 +"366138",122409,122421 +"366139",122409,122422 +"366140",122409,122437 +"366141",122409,122438 +"366142",122409,122440 +"366143",122409,123424 +"366144",122412,122414 +"366145",122412,122415 +"366146",122412,122417 +"366147",122412,122418 +"366148",122412,122421 +"366149",122412,122422 +"366150",122412,122437 +"366151",122412,122438 +"366152",122412,122440 +"366153",122412,123424 +"366154",122414,122415 +"366155",122414,122417 +"366156",122414,122418 +"366157",122414,122421 +"366158",122414,122422 +"366159",122414,122437 +"366160",122414,122438 +"366161",122414,122440 +"366162",122414,123424 +"366163",122415,122417 +"366164",122415,122418 +"366165",122415,122421 +"366166",122415,122422 +"366167",122415,122437 +"366168",122415,122438 +"366169",122415,122440 +"366170",122415,123424 +"366171",122417,122418 +"366172",122417,122421 +"366173",122417,122422 +"366174",122417,122437 +"366175",122417,122438 +"366176",122417,122440 +"366177",122417,123424 +"366178",122418,122421 +"366179",122418,122422 +"366180",122418,122437 +"366181",122418,122438 +"366182",122418,122440 +"366183",122418,123424 +"366184",122421,122422 +"366185",122421,122437 +"366186",122421,122438 +"366187",122421,122440 +"366188",122421,123424 +"366189",122422,122437 +"366190",122422,122438 +"366191",122422,122440 +"366192",122422,123424 +"366193",122423,122424 +"366194",122429,122435 +"366195",122432,122436 +"366196",122434,122439 +"366197",122437,122438 +"366198",122437,122440 +"366199",122437,123424 +"366200",122438,122440 +"366201",122438,123424 +"366202",122440,123424 +"366203",122441,122442 +"366204",122441,122443 +"366205",122441,122446 +"366206",122442,122443 +"366207",122442,122446 +"366208",122443,122446 +"366209",122444,122475 +"366210",122447,122860 +"366211",122448,122454 +"366212",122461,122462 +"366213",122466,122469 +"366214",122482,122484 +"366215",122483,122513 +"366216",122486,122491 +"366217",122486,122499 +"366218",122488,122510 +"366219",122491,122499 +"366220",122496,122502 +"366221",122504,122509 +"366222",122506,123505 +"366223",122508,123471 +"366224",122517,122520 +"366225",122522,122903 +"366226",122528,123371 +"366227",122538,122578 +"366228",122538,122579 +"366229",122540,122581 +"366230",122544,122546 +"366231",122553,122943 +"366232",122555,122561 +"366233",122555,122596 +"366234",122559,122597 +"366235",122561,122596 +"366236",122572,122584 +"366237",122578,122579 +"366238",122582,122616 +"366239",122587,122763 +"366240",122587,122766 +"366241",122588,122819 +"366242",122588,122852 +"366243",122588,122861 +"366244",122588,122863 +"366245",122588,122864 +"366246",122598,122665 +"366247",122600,122612 +"366248",122600,122617 +"366249",122600,122622 +"366250",122612,122617 +"366251",122612,122622 +"366252",122617,122622 +"366253",122623,122629 +"366254",122626,122639 +"366255",122631,123504 +"366256",122649,122650 +"366257",122650,123050 +"366258",122650,123092 +"366259",122650,123111 +"366260",122652,122655 +"366261",122662,122672 +"366262",122662,122708 +"366263",122672,122708 +"366264",122681,122683 +"366265",122681,122714 +"366266",122681,122715 +"366267",122683,122714 +"366268",122683,122715 +"366269",122689,122857 +"366270",122693,122728 +"366271",122694,122725 +"366272",122705,122709 +"366273",122705,122723 +"366274",122709,122723 +"366275",122714,122715 +"366276",122724,123070 +"366277",122724,123394 +"366278",122724,123490 +"366279",122740,122741 +"366280",122740,122742 +"366281",122741,122742 +"366282",122757,122828 +"366283",122757,122832 +"366284",122758,122762 +"366285",122763,122766 +"366286",122777,122778 +"366287",122777,122779 +"366288",122777,122780 +"366289",122777,122827 +"366290",122777,122839 +"366291",122778,122779 +"366292",122778,122780 +"366293",122778,122827 +"366294",122778,122839 +"366295",122779,122780 +"366296",122779,122827 +"366297",122779,122839 +"366298",122780,122827 +"366299",122780,122839 +"366300",122791,122792 +"366301",122796,122801 +"366302",122819,122852 +"366303",122819,122861 +"366304",122819,122863 +"366305",122819,122864 +"366306",122821,123021 +"366307",122821,123044 +"366308",122823,122870 +"366309",122827,122839 +"366310",122828,122832 +"366311",122852,122861 +"366312",122852,122863 +"366313",122852,122864 +"366314",122858,122955 +"366315",122861,122863 +"366316",122861,122864 +"366317",122862,122896 +"366318",122862,122898 +"366319",122862,122908 +"366320",122863,122864 +"366321",122865,122897 +"366322",122871,122874 +"366323",122878,122879 +"366324",122888,122895 +"366325",122889,122911 +"366326",122892,122907 +"366327",122896,122898 +"366328",122896,122908 +"366329",122898,122908 +"366330",122900,122912 +"366331",122900,122915 +"366332",122906,122910 +"366333",122912,122915 +"366334",122914,122954 +"366335",122920,122921 +"366336",122920,123381 +"366337",122921,123381 +"366338",122925,122957 +"366339",122950,122951 +"366340",122982,122983 +"366341",122986,122991 +"366342",122993,122996 +"366343",122998,122999 +"366344",123008,123041 +"366345",123009,123035 +"366346",123017,123020 +"366347",123018,123019 +"366348",123018,123417 +"366349",123019,123417 +"366350",123021,123044 +"366351",123023,123147 +"366352",123024,123027 +"366353",123026,123141 +"366354",123031,123123 +"366355",123039,123040 +"366356",123050,123092 +"366357",123050,123111 +"366358",123051,123052 +"366359",123053,123061 +"366360",123068,123080 +"366361",123068,123083 +"366362",123068,123095 +"366363",123070,123394 +"366364",123070,123490 +"366365",123079,123085 +"366366",123080,123083 +"366367",123080,123095 +"366368",123083,123095 +"366369",123088,123089 +"366370",123092,123111 +"366371",123106,123113 +"366372",123120,123129 +"366373",123120,123133 +"366374",123129,123133 +"366375",123146,123149 +"366376",123160,123163 +"366377",123168,123190 +"366378",123171,123174 +"366379",123171,123175 +"366380",123174,123175 +"366381",123183,123188 +"366382",123191,123192 +"366383",123199,123208 +"366384",123209,123222 +"366385",123209,123224 +"366386",123209,123229 +"366387",123209,123232 +"366388",123209,123234 +"366389",123209,123250 +"366390",123217,123255 +"366391",123222,123224 +"366392",123222,123229 +"366393",123222,123232 +"366394",123222,123234 +"366395",123222,123250 +"366396",123223,123230 +"366397",123224,123229 +"366398",123224,123232 +"366399",123224,123234 +"366400",123224,123250 +"366401",123225,123246 +"366402",123225,123251 +"366403",123225,123254 +"366404",123229,123232 +"366405",123229,123234 +"366406",123229,123250 +"366407",123232,123234 +"366408",123232,123250 +"366409",123234,123250 +"366410",123236,123242 +"366411",123246,123251 +"366412",123246,123254 +"366413",123251,123254 +"366414",123253,123258 +"366415",123253,123260 +"366416",123258,123260 +"366417",123263,123402 +"366418",123266,123267 +"366419",123269,123271 +"366420",123275,123414 +"366421",123286,123405 +"366422",123293,123294 +"366423",123293,123308 +"366424",123293,123309 +"366425",123293,123310 +"366426",123293,123315 +"366427",123293,123318 +"366428",123293,123319 +"366429",123293,123320 +"366430",123293,123338 +"366431",123293,123341 +"366432",123293,123344 +"366433",123293,123345 +"366434",123294,123308 +"366435",123294,123309 +"366436",123294,123310 +"366437",123294,123315 +"366438",123294,123318 +"366439",123294,123319 +"366440",123294,123320 +"366441",123294,123338 +"366442",123294,123341 +"366443",123294,123344 +"366444",123294,123345 +"366445",123302,123332 +"366446",123308,123309 +"366447",123308,123310 +"366448",123308,123315 +"366449",123308,123318 +"366450",123308,123319 +"366451",123308,123320 +"366452",123308,123338 +"366453",123308,123341 +"366454",123308,123344 +"366455",123308,123345 +"366456",123309,123310 +"366457",123309,123315 +"366458",123309,123318 +"366459",123309,123319 +"366460",123309,123320 +"366461",123309,123338 +"366462",123309,123341 +"366463",123309,123344 +"366464",123309,123345 +"366465",123310,123315 +"366466",123310,123318 +"366467",123310,123319 +"366468",123310,123320 +"366469",123310,123338 +"366470",123310,123341 +"366471",123310,123344 +"366472",123310,123345 +"366473",123314,123340 +"366474",123315,123318 +"366475",123315,123319 +"366476",123315,123320 +"366477",123315,123338 +"366478",123315,123341 +"366479",123315,123344 +"366480",123315,123345 +"366481",123317,123343 +"366482",123318,123319 +"366483",123318,123320 +"366484",123318,123338 +"366485",123318,123341 +"366486",123318,123344 +"366487",123318,123345 +"366488",123319,123320 +"366489",123319,123338 +"366490",123319,123341 +"366491",123319,123344 +"366492",123319,123345 +"366493",123320,123338 +"366494",123320,123341 +"366495",123320,123344 +"366496",123320,123345 +"366497",123325,123327 +"366498",123334,123351 +"366499",123338,123341 +"366500",123338,123344 +"366501",123338,123345 +"366502",123341,123344 +"366503",123341,123345 +"366504",123344,123345 +"366505",123347,123349 +"366506",123357,123358 +"366507",123394,123490 +"366508",123410,123412 +"366509",123420,123421 +"366510",123441,123443 +"366511",123454,123460 +"366512",123461,123462 +"366513",123461,123466 +"366514",123462,123466 diff --git a/ic_experiments/old_stuff/main.py b/ic_experiments/old_stuff/main.py new file mode 100644 index 0000000..7556dac --- /dev/null +++ b/ic_experiments/old_stuff/main.py @@ -0,0 +1,118 @@ +import networkx as nx +import sys +from scipy.sparse import dok_matrix +import numpy as np +from collections import Counter +from math import log +from scipy.optimize import minimize, basinhopping + + +def weight(delta, dist, alpha): + r = 1. / ((1. + (delta / alpha)) ** 1.01) * dist # * (0.01 / alpha) + return r + + +def construct_matrix(filename): + delta_matrix = dok_matrix((8238, 8238), dtype=np.float64) + dist_matrix = dok_matrix((8238, 8238), dtype=np.float64) + labels = {} + idx = 0 + with open(filename) as fh: + fh.readline() + for line in fh: + values = line.strip().split(",") + i, j, dist, t1, t2 = map(int, values[1:]) + if i not in labels: + labels[i] = idx + idx += 1 + if j not in labels: + labels[j] = idx + idx += 1 + delta = float(t2 - t1) + dist = 0 if dist >= 4 else 0.15 * (0.57 ** (dist - 1)) + delta_matrix[labels[i], labels[j]] = delta + dist_matrix[labels[i], labels[j]] = dist + return delta_matrix, dist_matrix + + +def construct_graph(m, threshold=0.5): + g = nx.DiGraph(weight=0.) + for ((i, j), w) in m.iteritems(): + g.add_node(i) + g.add_node(j) + if w >= threshold: + g.add_edge(i, j, weight=w) + return g + + +def construct_graph2(m, beta): + g = nx.DiGraph(weight=0.) + for (i, j), w in m.iteritems(): + g.add_node(i) + g.add_node(j) + md = m.toarray() + am = md.argmax(axis=0) + ma = md[am, np.arange(md.shape[1])] + threshold = beta / (1. - beta) + edges = ma[ma >= threshold] + md[am, np.arange(md.shape[1])] = 0 + for j, i in enumerate(am): + if ma[j] >= beta: + g.add_edge(i, j) + return g, (np.log(edges).sum() + np.log(1 - ma[ma < threshold]).sum() + + np.log(1 - md).sum()) + + +def log_likelihood(delta_matrix, dist_matrix, alpha=60., beta=1.): + m = dok_matrix((8238, 8238), dtype=np.float64) + for ((i, j), delta) in delta_matrix.iteritems(): + m[i, j] = weight(delta, dist_matrix[i, j], alpha) + g = construct_graph(m) + m = np.array([w for _, w in m.items()]) + n, e = g.number_of_nodes(), g.number_of_edges() + c = nx.number_weakly_connected_components(g) + l = (np.sum(np.log(1 - m[m < 0.5])) + np.sum(np.log(m[m >= 0.5]))) + l = l + c * log(beta) + cnt = Counter() + print "Nodes:{0}, Edges:{1}, Cascades:{2}, Alpha:{4}, Beta:{5}, "\ + "LL:{3}".format(n, e, c, l, alpha, beta) + for c in nx.weakly_connected_components(g): + cnt[len(c)] += 1 + print cnt.most_common() + return l + + +def log_likelihood2((alpha, beta), delta_matrix, dist_matrix): + m = dok_matrix((8238, 8238), dtype=np.float64) + for ((i, j), delta) in delta_matrix.iteritems(): + m[i, j] = weight(delta, dist_matrix[i, j], alpha) + g, l = construct_graph2(m, beta) + n, e = g.number_of_nodes(), g.number_of_edges() + c = nx.number_weakly_connected_components(g) + l = (l + c * log(beta) + (123506 - c) * log(1 - beta) + + log(0.15) * 36186 + log(0.15 * 0.57) * 41711 + + log(0.15 * 0.57 * 0.57) * 23264) + # cnt = Counter() + # print "Nodes:{0}, Edges:{1}, Cascades:{2}, Alpha:{4}, Beta:{5}, "\ + # "LL:{3}".format(n, e, c, l, alpha, beta) + # for c in nx.weakly_connected_components(g): + # cnt[len(c)] += 1 + # print cnt.most_common() + #print beta, alpha, l + return -l + + +def accept_test(**kwargs): + bounds = [(1, 100), (0.01, 0.5)] + x = kwargs["x_new"] + l = [bounds[i][0] <= e <= bounds[i][1] for i, e in enumerate(x)] + print x, l + + +if __name__ == "__main__": + delta, dist = construct_matrix(sys.argv[1]) + basinhopping(log_likelihood2, [10, 0.1], + minimizer_kwargs={"args": (delta, dist), + "bounds": [(1, 100), (0.01, 0.5)]}, + accept_test=accept_test, + disp=True) diff --git a/ic_experiments/old_stuff/matplotlibrc.bak b/ic_experiments/old_stuff/matplotlibrc.bak new file mode 100644 index 0000000..33d6f10 --- /dev/null +++ b/ic_experiments/old_stuff/matplotlibrc.bak @@ -0,0 +1,25 @@ +font.size : 8 +font.family : sans-serif +font.sans-serif : Helvetica +font.serif : Palatino + + +lines.markersize : 4 +lines.linewidth : 0.75 +lines.linestyle : - +lines.marker : . +patch.linewidth : 0.5 + +axes.linewidth : 0.5 +axes.color_cycle: 66C2A5, FC8D62, 8DA0CB, E78AC3, A6D854, FFD92F, E5C494, B3B3B3 + +legend.fontsize : medium +legend.numpoints : 1 +legend.markerscale : 0.8 +legend.frameon : True +legend.borderaxespad: 0.6 + +savefig.dpi : 100 +savefig.bbox : tight +savefig.pad_inches : 0.05 +figure.figsize: 15, 10 diff --git a/ic_experiments/old_stuff/matplotlibrc.bak2 b/ic_experiments/old_stuff/matplotlibrc.bak2 new file mode 100644 index 0000000..07cd7c6 --- /dev/null +++ b/ic_experiments/old_stuff/matplotlibrc.bak2 @@ -0,0 +1,25 @@ +font.size : 8 +font.family : sans-serif +font.sans-serif : Helvetica +font.serif : Palatino + + +lines.markersize : 4 +lines.linewidth : 0.0 +lines.linestyle : - +lines.marker : . +patch.linewidth : 0.0 + +axes.linewidth : 0.5 +axes.color_cycle: 66C2A5, FC8D62, 8DA0CB, E78AC3, A6D854, FFD92F, E5C494, B3B3B3 + +legend.fontsize : medium +legend.numpoints : 1 +legend.markerscale : 0.8 +legend.frameon : True +legend.borderaxespad: 0.6 + +savefig.dpi : 100 +savefig.bbox : tight +savefig.pad_inches : 0.05 +figure.figsize: 8, 12 diff --git a/ic_experiments/old_stuff/matplotlibrc.bak3 b/ic_experiments/old_stuff/matplotlibrc.bak3 new file mode 100644 index 0000000..184a4c1 --- /dev/null +++ b/ic_experiments/old_stuff/matplotlibrc.bak3 @@ -0,0 +1,25 @@ +font.size : 8 +font.family : sans-serif +font.sans-serif : Helvetica +font.serif : Palatino + + +lines.markersize : 0 +lines.linewidth : 0.001 +lines.linestyle : - +lines.marker : . +patch.linewidth : 0.001 + +axes.linewidth : 0.5 +axes.color_cycle: 66C2A5, FC8D62, 8DA0CB, E78AC3, A6D854, FFD92F, E5C494, B3B3B3 + +legend.fontsize : medium +legend.numpoints : 1 +legend.markerscale : 0.8 +legend.frameon : True +legend.borderaxespad: 0.6 + +savefig.dpi : 100 +savefig.bbox : tight +savefig.pad_inches : 0.0 +figure.figsize: 8, 12 diff --git a/ic_experiments/old_stuff/plot.py b/ic_experiments/old_stuff/plot.py new file mode 100644 index 0000000..cbea485 --- /dev/null +++ b/ic_experiments/old_stuff/plot.py @@ -0,0 +1,21 @@ +from mpl_toolkits.mplot3d import Axes3D +from matplotlib import cm +import matplotlib.pyplot as plt +import numpy as np + +with open("results3.txt") as fh: + values = [map(float, line.strip().split()) for line in fh] + #values = [(b, a, l) for (b, a, l) in values if b >= 0.04] + am = max(values, key=lambda x: x[2]) + print am + beta, alpha, l = zip(*values) + + fig = plt.figure(figsize=(12, 8)) + ax = fig.gca(projection='3d') + + ax.plot_trisurf(beta, alpha, l, cmap=cm.jet, linewidth=0.001) + plt.xlabel("Beta") + plt.ylabel("Alpha") + ax.set_zlabel('Likelihood') + #plt.savefig("ll.pdf") + plt.show() diff --git a/ic_experiments/old_stuff/results.txt b/ic_experiments/old_stuff/results.txt new file mode 100644 index 0000000..4a8f5cd --- /dev/null +++ b/ic_experiments/old_stuff/results.txt @@ -0,0 +1,3680 @@ +0.002 1 -237406.828285 +0.002 5 -230229.878144 +0.002 9 -227555.393417 +0.002 13 -226015.983119 +0.002 17 -225013.973481 +0.002 21 -224296.63478 +0.002 25 -223778.279809 +0.002 29 -223374.267502 +0.002 33 -223066.431478 +0.002 37 -222831.431845 +0.002 41 -222641.719023 +0.002 45 -222492.277448 +0.002 49 -222374.834103 +0.002 53 -222283.317306 +0.002 57 -222212.954867 +0.002 61 -222159.958006 +0.002 65 -222121.558026 +0.002 69 -222095.531984 +0.002 73 -222080.013903 +0.002 77 -222073.383977 +0.002 81 -222074.533434 +0.002 85 -222082.271136 +0.002 89 -222095.706301 +0.002 93 -222114.118454 +0.002 97 -222136.945841 +0.002 101 -222163.569603 +0.002 105 -222193.555991 +0.002 109 -222226.4645 +0.002 113 -222261.956485 +0.002 117 -222299.741557 +0.002 121 -222339.594766 +0.002 125 -222381.185367 +0.002 129 -222424.307439 +0.002 133 -222468.830526 +0.002 137 -222514.573966 +0.002 141 -222561.385934 +0.002 145 -222609.133283 +0.002 149 -222657.61597 +0.002 153 -222706.801208 +0.002 157 -222756.592977 +0.002 161 -222806.892975 +0.002 165 -222857.679034 +0.002 169 -222908.842103 +0.002 173 -222960.33352 +0.002 177 -223012.120797 +0.002 181 -223064.147391 +0.002 185 -223116.351965 +0.002 189 -223168.67461 +0.002 193 -223221.0976 +0.002 197 -223273.581129 +0.004 1 -234660.79644 +0.004 5 -229237.234121 +0.004 9 -226936.337234 +0.004 13 -225575.589033 +0.004 17 -224666.009038 +0.004 21 -224003.601286 +0.004 25 -223526.86842 +0.004 29 -223164.906691 +0.004 33 -222869.55819 +0.004 37 -222647.510631 +0.004 41 -222461.923686 +0.004 45 -222319.274252 +0.004 49 -222212.36675 +0.004 53 -222124.221339 +0.004 57 -222056.555008 +0.004 61 -222005.484015 +0.004 65 -221968.368555 +0.004 69 -221943.039155 +0.004 73 -221927.907355 +0.004 77 -221921.566898 +0.004 81 -221922.882582 +0.004 85 -221930.726742 +0.004 89 -221944.251128 +0.004 93 -221962.731 +0.004 97 -221985.599224 +0.004 101 -222012.262125 +0.004 105 -222042.286082 +0.004 109 -222075.201912 +0.004 113 -222110.693897 +0.004 117 -222148.47897 +0.004 121 -222188.332179 +0.004 125 -222229.922779 +0.004 129 -222273.044852 +0.004 133 -222317.567939 +0.004 137 -222363.311378 +0.004 141 -222410.123347 +0.004 145 -222457.870696 +0.004 149 -222506.353382 +0.004 153 -222555.538621 +0.004 157 -222605.330389 +0.004 161 -222655.630387 +0.004 165 -222706.416446 +0.004 169 -222757.579515 +0.004 173 -222809.070932 +0.004 177 -222860.85821 +0.004 181 -222912.884803 +0.004 185 -222965.089378 +0.004 189 -223017.412022 +0.004 193 -223069.835013 +0.004 197 -223122.318542 +0.006 1 -232768.734959 +0.006 5 -228331.267489 +0.006 9 -226445.689717 +0.006 13 -225247.15111 +0.006 17 -224442.393461 +0.006 21 -223811.793875 +0.006 25 -223394.611004 +0.006 29 -223060.212491 +0.006 33 -222785.841893 +0.006 37 -222564.599517 +0.006 41 -222412.743636 +0.006 45 -222275.322401 +0.006 49 -222186.653139 +0.006 53 -222105.85468 +0.006 57 -222028.688897 +0.006 61 -221987.465053 +0.006 65 -221964.486975 +0.006 69 -221937.566585 +0.006 73 -221920.383254 +0.006 77 -221921.577162 +0.006 81 -221929.892677 +0.006 85 -221929.211251 +0.006 89 -221949.296034 +0.006 93 -221963.771355 +0.006 97 -221977.340284 +0.006 101 -222024.981725 +0.006 105 -222040.079603 +0.006 109 -222088.589962 +0.006 113 -222124.293564 +0.006 117 -222162.26911 +0.006 121 -222202.244537 +0.006 125 -222243.928383 +0.006 129 -222287.114997 +0.006 133 -222331.69645 +0.006 137 -222377.49645 +0.006 141 -222424.354601 +0.006 145 -222472.12867 +0.006 149 -222520.637316 +0.006 153 -222569.847795 +0.006 157 -222619.664123 +0.006 161 -222669.988031 +0.006 165 -222720.779055 +0.006 169 -222771.942124 +0.006 173 -222823.433541 +0.006 177 -222875.220819 +0.006 181 -222927.247412 +0.006 185 -222979.451987 +0.006 189 -223031.774631 +0.006 193 -223084.197621 +0.006 197 -223136.68115 +0.008 1 -231334.618063 +0.008 5 -227789.665004 +0.008 9 -226010.000421 +0.008 13 -224989.693584 +0.008 17 -224203.314995 +0.008 21 -223662.24225 +0.008 25 -223313.355557 +0.008 29 -222985.890654 +0.008 33 -222768.750338 +0.008 37 -222574.743021 +0.008 41 -222392.221117 +0.008 45 -222290.191229 +0.008 49 -222191.080133 +0.008 53 -222127.637526 +0.008 57 -222067.442229 +0.008 61 -222021.818685 +0.008 65 -222008.078935 +0.008 69 -221985.776314 +0.008 73 -221972.781641 +0.008 77 -221977.062984 +0.008 81 -221983.275122 +0.008 85 -221985.684744 +0.008 89 -222007.464369 +0.008 93 -222033.763431 +0.008 97 -222068.825593 +0.008 101 -222092.930104 +0.008 105 -222124.77678 +0.008 109 -222154.380824 +0.008 113 -222200.842023 +0.008 117 -222239.881916 +0.008 121 -222276.004238 +0.008 125 -222323.282087 +0.008 129 -222367.162461 +0.008 133 -222407.474065 +0.008 137 -222458.443169 +0.008 141 -222500.780633 +0.008 145 -222553.583079 +0.008 149 -222602.256919 +0.008 153 -222651.591986 +0.008 157 -222701.529265 +0.008 161 -222751.941733 +0.008 165 -222802.810719 +0.008 169 -222854.041392 +0.008 173 -222905.586816 +0.008 177 -222957.417142 +0.008 181 -223009.485766 +0.008 185 -223061.731398 +0.008 189 -223114.094168 +0.008 193 -223166.542074 +0.008 197 -223219.044882 +0.01 1 -230163.265128 +0.01 5 -227095.858553 +0.01 9 -225658.495769 +0.01 13 -224735.173912 +0.01 17 -224047.854044 +0.01 21 -223587.98074 +0.01 25 -223240.448209 +0.01 29 -222942.930216 +0.01 33 -222729.668092 +0.01 37 -222545.600499 +0.01 41 -222425.259061 +0.01 45 -222284.498736 +0.01 49 -222231.448763 +0.01 53 -222175.45414 +0.01 57 -222126.833702 +0.01 61 -222087.87929 +0.01 65 -222069.750404 +0.01 69 -222070.647983 +0.01 73 -222061.724557 +0.01 77 -222050.830769 +0.01 81 -222055.656598 +0.01 85 -222084.312346 +0.01 89 -222113.184104 +0.01 93 -222123.447896 +0.01 97 -222146.515073 +0.01 101 -222200.226989 +0.01 105 -222224.67584 +0.01 109 -222256.165639 +0.01 113 -222303.55458 +0.01 117 -222334.613217 +0.01 121 -222381.195332 +0.01 125 -222424.716086 +0.01 129 -222464.975556 +0.01 133 -222515.544327 +0.01 137 -222567.100538 +0.01 141 -222615.010067 +0.01 145 -222668.356772 +0.01 149 -222713.217978 +0.01 153 -222749.49759 +0.01 157 -222809.191902 +0.01 161 -222864.711344 +0.01 165 -222920.659915 +0.01 169 -222953.931245 +0.01 173 -223019.521356 +0.01 177 -223071.597937 +0.01 181 -223128.452312 +0.01 185 -223180.832839 +0.01 189 -223228.718692 +0.01 193 -223285.85077 +0.01 197 -223338.448189 +0.012 1 -229241.354596 +0.012 5 -226613.730942 +0.012 9 -225365.576854 +0.012 13 -224549.299832 +0.012 17 -223898.155772 +0.012 21 -223481.027513 +0.012 25 -223173.460656 +0.012 29 -222923.506178 +0.012 33 -222711.099127 +0.012 37 -222584.474945 +0.012 41 -222417.186057 +0.012 45 -222334.505631 +0.012 49 -222282.050504 +0.012 53 -222226.028543 +0.012 57 -222171.932934 +0.012 61 -222174.31507 +0.012 65 -222156.671298 +0.012 69 -222152.772282 +0.012 73 -222148.46104 +0.012 77 -222159.873373 +0.012 81 -222163.984643 +0.012 85 -222177.559227 +0.012 89 -222213.216493 +0.012 93 -222248.316606 +0.012 97 -222278.066742 +0.012 101 -222306.523797 +0.012 105 -222346.443224 +0.012 109 -222384.332102 +0.012 113 -222424.382538 +0.012 117 -222461.836719 +0.012 121 -222509.649729 +0.012 125 -222536.802561 +0.012 129 -222604.813538 +0.012 133 -222634.272528 +0.012 137 -222699.862412 +0.012 141 -222748.73232 +0.012 145 -222793.926442 +0.012 149 -222844.077161 +0.012 153 -222899.206549 +0.012 157 -222937.201652 +0.012 161 -222997.539775 +0.012 165 -223040.584654 +0.012 169 -223105.911089 +0.012 173 -223158.267241 +0.012 177 -223215.270203 +0.012 181 -223259.271463 +0.012 185 -223316.620462 +0.012 189 -223360.78852 +0.012 193 -223418.173507 +0.012 197 -223479.969627 +0.014 1 -228446.261925 +0.014 5 -226194.588311 +0.014 9 -225072.26094 +0.014 13 -224249.213333 +0.014 17 -223772.546964 +0.014 21 -223416.166552 +0.014 25 -223133.414663 +0.014 29 -222884.012121 +0.014 33 -222702.482685 +0.014 37 -222576.687971 +0.014 41 -222476.534753 +0.014 45 -222383.86359 +0.014 49 -222307.542398 +0.014 53 -222303.304968 +0.014 57 -222274.570552 +0.014 61 -222261.431466 +0.014 65 -222224.744952 +0.014 69 -222255.567835 +0.014 73 -222251.416957 +0.014 77 -222257.720297 +0.014 81 -222282.410688 +0.014 85 -222316.333149 +0.014 89 -222337.560283 +0.014 93 -222337.002912 +0.014 97 -222386.277293 +0.014 101 -222438.377685 +0.014 105 -222467.423072 +0.014 109 -222490.133123 +0.014 113 -222552.890557 +0.014 117 -222600.453393 +0.014 121 -222645.286445 +0.014 125 -222687.178305 +0.014 129 -222734.460703 +0.014 133 -222782.83236 +0.014 137 -222819.400581 +0.014 141 -222873.616201 +0.014 145 -222932.688381 +0.014 149 -222975.288204 +0.014 153 -223039.604257 +0.014 157 -223083.074652 +0.014 161 -223139.542257 +0.014 165 -223204.842798 +0.014 169 -223257.654415 +0.014 173 -223302.164954 +0.014 177 -223351.083877 +0.014 181 -223417.141085 +0.014 185 -223457.813535 +0.014 189 -223515.470728 +0.014 193 -223560.366418 +0.014 197 -223617.967515 +0.016 1 -227769.139557 +0.016 5 -225794.122245 +0.016 9 -224809.322196 +0.016 13 -224218.852199 +0.016 17 -223641.940686 +0.016 21 -223321.742657 +0.016 25 -223087.452782 +0.016 29 -222893.072719 +0.016 33 -222723.261304 +0.016 37 -222593.591906 +0.016 41 -222516.197464 +0.016 45 -222428.613234 +0.016 49 -222403.784255 +0.016 53 -222361.524487 +0.016 57 -222332.368494 +0.016 61 -222326.305136 +0.016 65 -222304.677552 +0.016 69 -222347.99545 +0.016 73 -222336.78018 +0.016 77 -222335.549345 +0.016 81 -222400.721006 +0.016 85 -222416.9712 +0.016 89 -222449.261278 +0.016 93 -222464.361689 +0.016 97 -222536.036371 +0.016 101 -222544.715062 +0.016 105 -222609.145617 +0.016 109 -222618.066852 +0.016 113 -222686.185493 +0.016 117 -222731.228764 +0.016 121 -222777.634866 +0.016 125 -222833.473608 +0.016 129 -222857.400299 +0.016 133 -222939.685789 +0.016 137 -222985.922416 +0.016 141 -223028.715188 +0.016 145 -223072.089338 +0.016 149 -223136.484869 +0.016 153 -223197.243364 +0.016 157 -223250.221463 +0.016 161 -223270.513863 +0.016 165 -223344.459501 +0.016 169 -223393.904248 +0.016 173 -223468.171643 +0.016 177 -223509.689878 +0.016 181 -223567.705196 +0.016 185 -223609.331751 +0.016 189 -223675.556685 +0.016 193 -223741.780994 +0.016 197 -223783.334711 +0.018 1 -227186.209591 +0.018 5 -225593.788351 +0.018 9 -224592.328016 +0.018 13 -223947.229807 +0.018 17 -223654.368551 +0.018 21 -223310.239882 +0.018 25 -223034.271407 +0.018 29 -222896.796303 +0.018 33 -222747.299004 +0.018 37 -222645.311262 +0.018 41 -222521.729849 +0.018 45 -222521.858482 +0.018 49 -222491.368091 +0.018 53 -222438.592086 +0.018 57 -222428.868541 +0.018 61 -222421.173169 +0.018 65 -222417.985551 +0.018 69 -222457.922914 +0.018 73 -222444.476898 +0.018 77 -222491.703238 +0.018 81 -222519.692485 +0.018 85 -222540.063339 +0.018 89 -222539.878066 +0.018 93 -222626.148938 +0.018 97 -222651.526065 +0.018 101 -222679.150669 +0.018 105 -222740.806909 +0.018 109 -222792.375611 +0.018 113 -222833.679314 +0.018 117 -222868.511411 +0.018 121 -222948.532201 +0.018 125 -222961.825374 +0.018 129 -223043.812506 +0.018 133 -223078.750363 +0.018 137 -223122.375123 +0.018 141 -223182.558203 +0.018 145 -223227.285918 +0.018 149 -223284.327415 +0.018 153 -223357.63646 +0.018 157 -223403.397129 +0.018 161 -223437.387446 +0.018 165 -223519.459615 +0.018 169 -223585.772028 +0.018 173 -223620.302162 +0.018 177 -223686.880699 +0.018 181 -223725.605041 +0.018 185 -223768.291415 +0.018 189 -223842.803827 +0.018 193 -223893.345832 +0.018 197 -223955.754073 +0.02 1 -226570.516275 +0.02 5 -225272.270699 +0.02 9 -224398.949452 +0.02 13 -223900.144935 +0.02 17 -223544.545689 +0.02 21 -223188.022357 +0.02 25 -223023.713078 +0.02 29 -222870.54721 +0.02 33 -222761.317107 +0.02 37 -222679.112613 +0.02 41 -222576.911226 +0.02 45 -222575.417559 +0.02 49 -222519.447749 +0.02 53 -222499.422226 +0.02 57 -222490.306084 +0.02 61 -222508.894768 +0.02 65 -222526.980469 +0.02 69 -222544.187291 +0.02 73 -222563.250346 +0.02 77 -222583.372639 +0.02 81 -222619.551191 +0.02 85 -222616.498583 +0.02 89 -222709.469115 +0.02 93 -222774.320651 +0.02 97 -222772.090546 +0.02 101 -222806.738979 +0.02 105 -222862.439512 +0.02 109 -222919.794277 +0.02 113 -222970.820078 +0.02 117 -223023.129624 +0.02 121 -223057.213825 +0.02 125 -223146.599573 +0.02 129 -223178.696399 +0.02 133 -223234.805659 +0.02 137 -223311.011883 +0.02 141 -223314.059088 +0.02 145 -223402.905665 +0.02 149 -223441.603057 +0.02 153 -223496.081421 +0.02 157 -223566.332982 +0.02 161 -223621.208636 +0.02 165 -223668.505444 +0.02 169 -223719.720672 +0.02 173 -223794.285212 +0.02 177 -223845.639489 +0.02 181 -223877.586882 +0.02 185 -223960.013501 +0.02 189 -224011.272666 +0.02 193 -224085.809138 +0.02 197 -224121.486386 +0.022 1 -226229.192412 +0.022 5 -224750.370171 +0.022 9 -224227.869441 +0.022 13 -223677.856196 +0.022 17 -223405.764293 +0.022 21 -223149.540548 +0.022 25 -222973.137195 +0.022 29 -222880.477187 +0.022 33 -222775.275348 +0.022 37 -222725.20035 +0.022 41 -222633.23983 +0.022 45 -222648.795956 +0.022 49 -222610.192586 +0.022 53 -222546.181215 +0.022 57 -222615.981228 +0.022 61 -222622.21882 +0.022 65 -222575.060946 +0.022 69 -222639.093986 +0.022 73 -222662.751198 +0.022 77 -222717.374357 +0.022 81 -222757.229951 +0.022 85 -222781.398588 +0.022 89 -222842.588146 +0.022 93 -222853.401411 +0.022 97 -222873.700323 +0.022 101 -222956.296175 +0.022 105 -223033.228392 +0.022 109 -223055.069172 +0.022 113 -223070.50109 +0.022 117 -223139.772 +0.022 121 -223240.336109 +0.022 125 -223266.088702 +0.022 129 -223330.323018 +0.022 133 -223399.007727 +0.022 137 -223430.421108 +0.022 141 -223522.858979 +0.022 145 -223547.62597 +0.022 149 -223621.786664 +0.022 153 -223688.68754 +0.022 157 -223729.325889 +0.022 161 -223777.663975 +0.022 165 -223845.03782 +0.022 169 -223889.702864 +0.022 173 -223949.569133 +0.022 177 -224009.361196 +0.022 181 -224054.048732 +0.022 185 -224113.795683 +0.022 189 -224169.604947 +0.022 193 -224247.981446 +0.022 197 -224303.582878 +0.024 1 -225834.021664 +0.024 5 -224586.199728 +0.024 9 -224064.707078 +0.024 13 -223709.090449 +0.024 17 -223409.003512 +0.024 21 -223156.056277 +0.024 25 -222916.373297 +0.024 29 -222875.230939 +0.024 33 -222796.57944 +0.024 37 -222762.193427 +0.024 41 -222737.449399 +0.024 45 -222659.249171 +0.024 49 -222619.424704 +0.024 53 -222700.51926 +0.024 57 -222684.249171 +0.024 61 -222693.225649 +0.024 65 -222737.947322 +0.024 69 -222744.00415 +0.024 73 -222732.613535 +0.024 77 -222809.521949 +0.024 81 -222867.647059 +0.024 85 -222925.176791 +0.024 89 -222959.474905 +0.024 93 -223007.141366 +0.024 97 -223067.941829 +0.024 101 -223108.444993 +0.024 105 -223128.178215 +0.024 109 -223185.857593 +0.024 113 -223259.35088 +0.024 117 -223345.116465 +0.024 121 -223372.842344 +0.024 125 -223419.666592 +0.024 129 -223459.545283 +0.024 133 -223540.40424 +0.024 137 -223592.168256 +0.024 141 -223670.253152 +0.024 145 -223719.074464 +0.024 149 -223779.085204 +0.024 153 -223824.559433 +0.024 157 -223907.116917 +0.024 161 -223937.977475 +0.024 165 -224020.658204 +0.024 169 -224081.265179 +0.024 173 -224141.870428 +0.024 177 -224183.982682 +0.024 181 -224233.48513 +0.024 185 -224293.885418 +0.024 189 -224357.866648 +0.024 193 -224417.997112 +0.024 197 -224481.647214 +0.026 1 -225487.5887 +0.026 5 -224587.65834 +0.026 9 -224056.737228 +0.026 13 -223573.64555 +0.026 17 -223339.36293 +0.026 21 -223135.619871 +0.026 25 -223011.693507 +0.026 29 -222895.238231 +0.026 33 -222867.325168 +0.026 37 -222830.231625 +0.026 41 -222786.655264 +0.026 45 -222809.071061 +0.026 49 -222757.326777 +0.026 53 -222769.039284 +0.026 57 -222770.339064 +0.026 61 -222840.107332 +0.026 65 -222800.129957 +0.026 69 -222858.56507 +0.026 73 -222903.161169 +0.026 77 -222951.448503 +0.026 81 -222934.314365 +0.026 85 -223009.501621 +0.026 89 -223083.257916 +0.026 93 -223140.964727 +0.026 97 -223200.670538 +0.026 101 -223247.393037 +0.026 105 -223295.499629 +0.026 109 -223369.984872 +0.026 113 -223409.450463 +0.026 117 -223438.797041 +0.026 121 -223501.126844 +0.026 125 -223589.287152 +0.026 129 -223667.337422 +0.026 133 -223709.798268 +0.026 137 -223738.190359 +0.026 141 -223788.45334 +0.026 145 -223867.525439 +0.026 149 -223939.608316 +0.026 153 -223993.611573 +0.026 157 -224062.193707 +0.026 161 -224127.189522 +0.026 165 -224174.13035 +0.026 169 -224242.710977 +0.026 173 -224304.011926 +0.026 177 -224357.96298 +0.026 181 -224426.323021 +0.026 185 -224498.108151 +0.026 189 -224548.227794 +0.026 193 -224594.563682 +0.026 197 -224644.275418 +0.028 1 -225049.953399 +0.028 5 -224122.163891 +0.028 9 -223810.948577 +0.028 13 -223533.200363 +0.028 17 -223341.662698 +0.028 21 -223104.139489 +0.028 25 -222939.713351 +0.028 29 -222930.178727 +0.028 33 -222885.27952 +0.028 37 -222849.135162 +0.028 41 -222872.867945 +0.028 45 -222825.419095 +0.028 49 -222814.091779 +0.028 53 -222858.220505 +0.028 57 -222888.383349 +0.028 61 -222920.617388 +0.028 65 -222968.312378 +0.028 69 -222950.450525 +0.028 73 -223003.196634 +0.028 77 -223062.319206 +0.028 81 -223141.941408 +0.028 85 -223174.797004 +0.028 89 -223181.168719 +0.028 93 -223256.016194 +0.028 97 -223321.681478 +0.028 101 -223392.260646 +0.028 105 -223442.78866 +0.028 109 -223494.262386 +0.028 113 -223564.241027 +0.028 117 -223631.541221 +0.028 121 -223696.00054 +0.028 125 -223714.92638 +0.028 129 -223766.048134 +0.028 133 -223838.324162 +0.028 137 -223932.214476 +0.028 141 -224005.178896 +0.028 145 -224071.270412 +0.028 149 -224112.720244 +0.028 153 -224143.581432 +0.028 157 -224195.460239 +0.028 161 -224268.371583 +0.028 165 -224344.866851 +0.028 169 -224403.480123 +0.028 173 -224479.780832 +0.028 177 -224531.171646 +0.028 181 -224582.460915 +0.028 185 -224654.794674 +0.028 189 -224709.167661 +0.028 193 -224770.457148 +0.028 197 -224824.419466 +0.03 1 -224898.506218 +0.03 5 -224294.708952 +0.03 9 -223656.896252 +0.03 13 -223278.893745 +0.03 17 -223201.214889 +0.03 21 -223052.208902 +0.03 25 -222972.157765 +0.03 29 -222934.254858 +0.03 33 -222917.981568 +0.03 37 -222898.401335 +0.03 41 -222875.405872 +0.03 45 -222927.504255 +0.03 49 -222913.581887 +0.03 53 -222949.870229 +0.03 57 -222976.146372 +0.03 61 -222945.561053 +0.03 65 -223033.103038 +0.03 69 -223096.710941 +0.03 73 -223164.160447 +0.03 77 -223172.201767 +0.03 81 -223213.637748 +0.03 85 -223260.253359 +0.03 89 -223384.869748 +0.03 93 -223414.359553 +0.03 97 -223445.046671 +0.03 101 -223490.451385 +0.03 105 -223574.675363 +0.03 109 -223638.803302 +0.03 113 -223707.127706 +0.03 117 -223769.168422 +0.03 121 -223835.259596 +0.03 125 -223905.208601 +0.03 129 -223965.033802 +0.03 133 -224028.664203 +0.03 137 -224075.015611 +0.03 141 -224128.489697 +0.03 145 -224185.280713 +0.03 149 -224255.994527 +0.03 153 -224343.711864 +0.03 157 -224410.890946 +0.03 161 -224488.325592 +0.03 165 -224517.241967 +0.03 169 -224556.347765 +0.03 173 -224609.087701 +0.03 177 -224685.689513 +0.03 181 -224755.335221 +0.03 185 -224828.051192 +0.03 189 -224897.224528 +0.03 193 -224959.192783 +0.03 197 -225003.639895 +0.032 1 -224653.248362 +0.032 5 -224091.202857 +0.032 9 -223552.366056 +0.032 13 -223423.867822 +0.032 17 -223198.596907 +0.032 21 -222976.233771 +0.032 25 -223026.062375 +0.032 29 -222950.809295 +0.032 33 -222947.689837 +0.032 37 -222886.319634 +0.032 41 -222931.878926 +0.032 45 -222977.646125 +0.032 49 -223032.761426 +0.032 53 -222987.054643 +0.032 57 -223080.147409 +0.032 61 -223127.558703 +0.032 65 -223148.558567 +0.032 69 -223176.220305 +0.032 73 -223254.210013 +0.032 77 -223304.169287 +0.032 81 -223369.984529 +0.032 85 -223424.106328 +0.032 89 -223452.274875 +0.032 93 -223498.426743 +0.032 97 -223651.066434 +0.032 101 -223669.113976 +0.032 105 -223718.479008 +0.032 109 -223727.434146 +0.032 113 -223838.4289 +0.032 117 -223919.399652 +0.032 121 -223973.478185 +0.032 125 -224065.332492 +0.032 129 -224133.553242 +0.032 133 -224168.124336 +0.032 137 -224263.808422 +0.032 141 -224325.647017 +0.032 145 -224390.854063 +0.032 149 -224432.24444 +0.032 153 -224470.094485 +0.032 157 -224534.756149 +0.032 161 -224616.189981 +0.032 165 -224694.250052 +0.032 169 -224761.772633 +0.032 173 -224842.873876 +0.032 177 -224893.117892 +0.032 181 -224943.312949 +0.032 185 -224993.116907 +0.032 189 -225025.59626 +0.032 193 -225084.91671 +0.032 197 -225171.09066 +0.034 1 -224437.615764 +0.034 5 -223990.292814 +0.034 9 -223467.436679 +0.034 13 -223285.284424 +0.034 17 -223141.737566 +0.034 21 -223044.763625 +0.034 25 -222963.246925 +0.034 29 -222994.032174 +0.034 33 -222961.948039 +0.034 37 -222995.636266 +0.034 41 -222971.60208 +0.034 45 -222988.774048 +0.034 49 -223047.16626 +0.034 53 -223099.14454 +0.034 57 -223146.710488 +0.034 61 -223252.400434 +0.034 65 -223278.822572 +0.034 69 -223348.497391 +0.034 73 -223324.088295 +0.034 77 -223414.581905 +0.034 81 -223487.014353 +0.034 85 -223560.913956 +0.034 89 -223599.586106 +0.034 93 -223665.993511 +0.034 97 -223726.633397 +0.034 101 -223767.63114 +0.034 105 -223902.698343 +0.034 109 -223955.063203 +0.034 113 -224007.931098 +0.034 117 -224044.113871 +0.034 121 -224077.312383 +0.034 125 -224177.063778 +0.034 129 -224263.392629 +0.034 133 -224326.611972 +0.034 137 -224436.348541 +0.034 141 -224482.944391 +0.034 145 -224526.161523 +0.034 149 -224615.804092 +0.034 153 -224681.97337 +0.034 157 -224724.621322 +0.034 161 -224777.111962 +0.034 165 -224859.230438 +0.034 169 -224914.51241 +0.034 173 -224962.824052 +0.034 177 -225047.550017 +0.034 181 -225118.559952 +0.034 185 -225189.358524 +0.034 189 -225266.635076 +0.034 193 -225323.450178 +0.034 197 -225366.761314 +0.036 1 -224246.440292 +0.036 5 -223899.034151 +0.036 9 -223449.563048 +0.036 13 -223321.017858 +0.036 17 -223091.227017 +0.036 21 -223073.837485 +0.036 25 -222998.16356 +0.036 29 -222946.643666 +0.036 33 -223059.088097 +0.036 37 -223015.482124 +0.036 41 -223102.388572 +0.036 45 -223027.815404 +0.036 49 -223128.818023 +0.036 53 -223157.629495 +0.036 57 -223269.3056 +0.036 61 -223323.327658 +0.036 65 -223407.157686 +0.036 69 -223415.449523 +0.036 73 -223498.010326 +0.036 77 -223533.309756 +0.036 81 -223566.734818 +0.036 85 -223682.677029 +0.036 89 -223728.327052 +0.036 93 -223807.299724 +0.036 97 -223870.751922 +0.036 101 -223977.123255 +0.036 105 -223989.079292 +0.036 109 -224050.353031 +0.036 113 -224183.805193 +0.036 117 -224261.787561 +0.036 121 -224271.615717 +0.036 125 -224336.850567 +0.036 129 -224385.656951 +0.036 133 -224453.888308 +0.036 137 -224551.320756 +0.036 141 -224628.82041 +0.036 145 -224706.47864 +0.036 149 -224793.573156 +0.036 153 -224841.221848 +0.036 157 -224882.193408 +0.036 161 -224985.017402 +0.036 165 -225048.299919 +0.036 169 -225091.773512 +0.036 173 -225167.561116 +0.036 177 -225230.021467 +0.036 181 -225282.294215 +0.036 185 -225353.839979 +0.036 189 -225382.429242 +0.036 193 -225489.305578 +0.036 197 -225536.887707 +0.038 1 -224041.213959 +0.038 5 -223511.468808 +0.038 9 -223335.619421 +0.038 13 -223250.1093 +0.038 17 -223091.123361 +0.038 21 -223027.61217 +0.038 25 -223059.67648 +0.038 29 -223056.078745 +0.038 33 -223153.460907 +0.038 37 -223071.088326 +0.038 41 -223114.953311 +0.038 45 -223182.029035 +0.038 49 -223181.112943 +0.038 53 -223260.876916 +0.038 57 -223335.90151 +0.038 61 -223468.614735 +0.038 65 -223502.07062 +0.038 69 -223498.974919 +0.038 73 -223626.568746 +0.038 77 -223688.566665 +0.038 81 -223758.432885 +0.038 85 -223739.177676 +0.038 89 -223836.125958 +0.038 93 -223952.730947 +0.038 97 -224012.634636 +0.038 101 -224075.934005 +0.038 105 -224158.734591 +0.038 109 -224260.968756 +0.038 113 -224295.926091 +0.038 117 -224321.141929 +0.038 121 -224436.472874 +0.038 125 -224554.748671 +0.038 129 -224580.017808 +0.038 133 -224637.391478 +0.038 137 -224700.666282 +0.038 141 -224750.90609 +0.038 145 -224813.690931 +0.038 149 -224904.944511 +0.038 153 -224995.715102 +0.038 157 -225070.360803 +0.038 161 -225163.998234 +0.038 165 -225208.904531 +0.038 169 -225256.983879 +0.038 173 -225352.98075 +0.038 177 -225416.46959 +0.038 181 -225460.057076 +0.038 185 -225516.43323 +0.038 189 -225604.357564 +0.038 193 -225669.596073 +0.038 197 -225714.880601 +0.04 1 -223915.549363 +0.04 5 -223430.603806 +0.04 9 -223258.355348 +0.04 13 -223305.144654 +0.04 17 -223117.23877 +0.04 21 -223070.492557 +0.04 25 -223120.750593 +0.04 29 -223109.587428 +0.04 33 -223047.440292 +0.04 37 -223176.820854 +0.04 41 -223192.058158 +0.04 45 -223288.520973 +0.04 49 -223330.437063 +0.04 53 -223331.775275 +0.04 57 -223436.82675 +0.04 61 -223485.27168 +0.04 65 -223605.220055 +0.04 69 -223667.753079 +0.04 73 -223702.918833 +0.04 77 -223825.499834 +0.04 81 -223870.03614 +0.04 85 -223925.040105 +0.04 89 -224024.830305 +0.04 93 -224023.581217 +0.04 97 -224114.785066 +0.04 101 -224249.661185 +0.04 105 -224290.576978 +0.04 109 -224350.468751 +0.04 113 -224441.819324 +0.04 117 -224542.466375 +0.04 121 -224573.589476 +0.04 125 -224636.150151 +0.04 129 -224714.209633 +0.04 133 -224839.451449 +0.04 137 -224907.548478 +0.04 141 -224950.273997 +0.04 145 -225018.120947 +0.04 149 -225066.068398 +0.04 153 -225113.864816 +0.04 157 -225164.566481 +0.04 161 -225274.472767 +0.04 165 -225358.720301 +0.04 169 -225445.817995 +0.04 173 -225513.773594 +0.04 177 -225593.833201 +0.04 181 -225651.53079 +0.04 185 -225711.968456 +0.04 189 -225775.318712 +0.04 193 -225828.39082 +0.04 197 -225900.32262 +0.042 1 -223780.616129 +0.042 5 -223630.182874 +0.042 9 -223241.067526 +0.042 13 -223001.599679 +0.042 17 -223117.206781 +0.042 21 -223111.37183 +0.042 25 -223113.911872 +0.042 29 -223122.480987 +0.042 33 -223179.835038 +0.042 37 -223189.612123 +0.042 41 -223193.728909 +0.042 45 -223278.901209 +0.042 49 -223463.718816 +0.042 53 -223497.420805 +0.042 57 -223462.09984 +0.042 61 -223596.378103 +0.042 65 -223633.186366 +0.042 69 -223767.915429 +0.042 73 -223838.7518 +0.042 77 -223929.502542 +0.042 81 -223958.926591 +0.042 85 -224091.701123 +0.042 89 -224147.315503 +0.042 93 -224206.51546 +0.042 97 -224278.046187 +0.042 101 -224324.443449 +0.042 105 -224405.520776 +0.042 109 -224526.358789 +0.042 113 -224604.029548 +0.042 117 -224665.896228 +0.042 121 -224709.261951 +0.042 125 -224823.170755 +0.042 129 -224896.450038 +0.042 133 -224932.467673 +0.042 137 -225002.328828 +0.042 141 -225108.894157 +0.042 145 -225215.182042 +0.042 149 -225261.903568 +0.042 153 -225317.584019 +0.042 157 -225391.81906 +0.042 161 -225449.535181 +0.042 165 -225503.78909 +0.042 169 -225517.403413 +0.042 173 -225629.774202 +0.042 177 -225725.977843 +0.042 181 -225827.957974 +0.042 185 -225911.114598 +0.042 189 -225962.745783 +0.042 193 -226010.734506 +0.042 197 -226089.440615 +0.044 1 -223663.701757 +0.044 5 -223162.919877 +0.044 9 -223155.180713 +0.044 13 -223209.095379 +0.044 17 -223047.063277 +0.044 21 -223028.520094 +0.044 25 -223258.256171 +0.044 29 -223206.254115 +0.044 33 -223231.696278 +0.044 37 -223269.171179 +0.044 41 -223358.297645 +0.044 45 -223350.0759 +0.044 49 -223384.208924 +0.044 53 -223646.940079 +0.044 57 -223643.415067 +0.044 61 -223650.62339 +0.044 65 -223784.535565 +0.044 69 -223861.179748 +0.044 73 -223923.432286 +0.044 77 -224026.302046 +0.044 81 -224157.633702 +0.044 85 -224203.411837 +0.044 89 -224234.847407 +0.044 93 -224361.037121 +0.044 97 -224419.834077 +0.044 101 -224478.859367 +0.044 105 -224543.542529 +0.044 109 -224616.974809 +0.044 113 -224705.947033 +0.044 117 -224827.695049 +0.044 121 -224897.760975 +0.044 125 -224933.60486 +0.044 129 -225017.921247 +0.044 133 -225126.441938 +0.044 137 -225203.67894 +0.044 141 -225250.093208 +0.044 145 -225317.371472 +0.044 149 -225384.56159 +0.044 153 -225505.544464 +0.044 157 -225571.590449 +0.044 161 -225627.708481 +0.044 165 -225714.079899 +0.044 169 -225775.631911 +0.044 173 -225821.109235 +0.044 177 -225869.127064 +0.044 181 -225919.873549 +0.044 185 -225973.313903 +0.044 189 -226096.08402 +0.044 193 -226181.759458 +0.044 197 -226263.945195 +0.046 1 -223410.334358 +0.046 5 -223427.637151 +0.046 9 -223157.521381 +0.046 13 -223052.645999 +0.046 17 -223192.459924 +0.046 21 -223164.185918 +0.046 25 -223157.329529 +0.046 29 -223265.488618 +0.046 33 -223274.780054 +0.046 37 -223381.863114 +0.046 41 -223368.066922 +0.046 45 -223477.807992 +0.046 49 -223516.710249 +0.046 53 -223562.265542 +0.046 57 -223769.648369 +0.046 61 -223857.774804 +0.046 65 -223841.64035 +0.046 69 -223920.542762 +0.046 73 -224022.665359 +0.046 77 -224089.793056 +0.046 81 -224190.15877 +0.046 85 -224323.432789 +0.046 89 -224445.359118 +0.046 93 -224482.547781 +0.046 97 -224541.929708 +0.046 101 -224657.284915 +0.046 105 -224724.678297 +0.046 109 -224773.555584 +0.046 113 -224858.188729 +0.046 117 -224935.922029 +0.046 121 -225016.986719 +0.046 125 -225130.489202 +0.046 129 -225204.151939 +0.046 133 -225244.193109 +0.046 137 -225320.390015 +0.046 141 -225410.9665 +0.046 145 -225506.662818 +0.046 149 -225590.020895 +0.046 153 -225627.408071 +0.046 157 -225703.917828 +0.046 161 -225767.508474 +0.046 165 -225878.492463 +0.046 169 -225944.295125 +0.046 173 -226024.357885 +0.046 177 -226088.871975 +0.046 181 -226153.044594 +0.046 185 -226228.653151 +0.046 189 -226228.164315 +0.046 193 -226299.58389 +0.046 197 -226358.444549 +0.048 1 -223477.345735 +0.048 5 -223169.411387 +0.048 9 -223149.297278 +0.048 13 -223156.274085 +0.048 17 -223305.648743 +0.048 21 -223232.108723 +0.048 25 -223169.103738 +0.048 29 -223313.008576 +0.048 33 -223371.946952 +0.048 37 -223436.668958 +0.048 41 -223394.502842 +0.048 45 -223488.617573 +0.048 49 -223600.780571 +0.048 53 -223647.884387 +0.048 57 -223775.702112 +0.048 61 -223936.202525 +0.048 65 -224035.72306 +0.048 69 -224061.579382 +0.048 73 -224123.54311 +0.048 77 -224270.961138 +0.048 81 -224279.826336 +0.048 85 -224394.624068 +0.048 89 -224500.758609 +0.048 93 -224632.918691 +0.048 97 -224730.232962 +0.048 101 -224811.588639 +0.048 105 -224861.303028 +0.048 109 -224962.615991 +0.048 113 -225007.809151 +0.048 117 -225085.033453 +0.048 121 -225158.692229 +0.048 125 -225231.625517 +0.048 129 -225316.116244 +0.048 133 -225415.028479 +0.048 137 -225489.145844 +0.048 141 -225584.042769 +0.048 145 -225633.371573 +0.048 149 -225703.399376 +0.048 153 -225796.040973 +0.048 157 -225879.245818 +0.048 161 -225973.803489 +0.048 165 -226020.213519 +0.048 169 -226107.868102 +0.048 173 -226159.137211 +0.048 177 -226239.475971 +0.048 181 -226313.521235 +0.048 185 -226392.996316 +0.048 189 -226459.892103 +0.048 193 -226549.731809 +0.048 197 -226603.926029 +0.05 1 -223403.729155 +0.05 5 -223383.279454 +0.05 9 -223141.157338 +0.05 13 -223172.868261 +0.05 17 -223112.180132 +0.05 21 -223233.422885 +0.05 25 -223199.15434 +0.05 29 -223347.387485 +0.05 33 -223440.103167 +0.05 37 -223466.43534 +0.05 41 -223615.413637 +0.05 45 -223598.052657 +0.05 49 -223674.83267 +0.05 53 -223757.625331 +0.05 57 -223844.205753 +0.05 61 -223932.390428 +0.05 65 -224088.768418 +0.05 69 -224250.10577 +0.05 73 -224266.301978 +0.05 77 -224358.242782 +0.05 81 -224409.557011 +0.05 85 -224515.425541 +0.05 89 -224553.808958 +0.05 93 -224673.79658 +0.05 97 -224816.580683 +0.05 101 -224969.99363 +0.05 105 -225021.586067 +0.05 109 -225107.55786 +0.05 113 -225155.396349 +0.05 117 -225237.351934 +0.05 121 -225307.195815 +0.05 125 -225370.568809 +0.05 129 -225459.529984 +0.05 133 -225576.640166 +0.05 137 -225638.045887 +0.05 141 -225742.58159 +0.05 145 -225803.052491 +0.05 149 -225879.807768 +0.05 153 -225955.966978 +0.05 157 -226022.771794 +0.05 161 -226071.831084 +0.05 165 -226195.657738 +0.05 169 -226257.772781 +0.05 173 -226345.176901 +0.05 177 -226414.702464 +0.05 181 -226498.632869 +0.05 185 -226537.810824 +0.05 189 -226628.904047 +0.05 193 -226678.745989 +0.05 197 -226768.827352 +0.052 1 -222825.682737 +0.052 5 -222987.127944 +0.052 9 -223160.338774 +0.052 13 -223235.950506 +0.052 17 -223367.335087 +0.052 21 -223204.208411 +0.052 25 -223261.549966 +0.052 29 -223401.362056 +0.052 33 -223535.479245 +0.052 37 -223624.81561 +0.052 41 -223555.81878 +0.052 45 -223690.81281 +0.052 49 -223831.567634 +0.052 53 -223877.215412 +0.052 57 -223962.18498 +0.052 61 -224010.370916 +0.052 65 -224132.404818 +0.052 69 -224279.630157 +0.052 73 -224412.300897 +0.052 77 -224490.225793 +0.052 81 -224522.38267 +0.052 85 -224645.658742 +0.052 89 -224776.908473 +0.052 93 -224818.096035 +0.052 97 -224841.875768 +0.052 101 -224988.464531 +0.052 105 -225143.170667 +0.052 109 -225262.166871 +0.052 113 -225323.657663 +0.052 117 -225376.057102 +0.052 121 -225453.511705 +0.052 125 -225539.249761 +0.052 129 -225617.578554 +0.052 133 -225704.572462 +0.052 137 -225770.696213 +0.052 141 -225876.386444 +0.052 145 -225943.639009 +0.052 149 -226044.664662 +0.052 153 -226119.440748 +0.052 157 -226182.568402 +0.052 161 -226235.5343 +0.052 165 -226339.52123 +0.052 169 -226399.854551 +0.052 173 -226468.413099 +0.052 177 -226564.982213 +0.052 181 -226632.064906 +0.052 185 -226721.38687 +0.052 189 -226804.409286 +0.052 193 -226892.80261 +0.052 197 -226940.425788 +0.054 1 -223292.413033 +0.054 5 -223299.609178 +0.054 9 -223163.408994 +0.054 13 -223256.557949 +0.054 17 -223184.403588 +0.054 21 -223313.868244 +0.054 25 -223332.249173 +0.054 29 -223427.502337 +0.054 33 -223478.771172 +0.054 37 -223638.216183 +0.054 41 -223688.819818 +0.054 45 -223755.860734 +0.054 49 -223928.413103 +0.054 53 -224033.943002 +0.054 57 -224039.883319 +0.054 61 -224195.171404 +0.054 65 -224252.70932 +0.054 69 -224372.18476 +0.054 73 -224468.348257 +0.054 77 -224620.561394 +0.054 81 -224681.52345 +0.054 85 -224798.705693 +0.054 89 -224844.244995 +0.054 93 -224937.268866 +0.054 97 -225064.053922 +0.054 101 -225149.37266 +0.054 105 -225166.427013 +0.054 109 -225326.922738 +0.054 113 -225436.075133 +0.054 117 -225574.969025 +0.054 121 -225648.699237 +0.054 125 -225707.193883 +0.054 129 -225773.785719 +0.054 133 -225850.89867 +0.054 137 -225912.980018 +0.054 141 -226002.515375 +0.054 145 -226105.664343 +0.054 149 -226179.602389 +0.054 153 -226289.782135 +0.054 157 -226336.56014 +0.054 161 -226441.798738 +0.054 165 -226484.663562 +0.054 169 -226589.176123 +0.054 173 -226638.630216 +0.054 177 -226727.137642 +0.054 181 -226781.170449 +0.054 185 -226854.422118 +0.054 189 -226915.854616 +0.054 193 -227049.99079 +0.054 197 -227095.614395 +0.056 1 -223248.007252 +0.056 5 -223400.928861 +0.056 9 -223198.228064 +0.056 13 -223212.786205 +0.056 17 -223110.323822 +0.056 21 -223185.406639 +0.056 25 -223564.125564 +0.056 29 -223521.8924 +0.056 33 -223636.322046 +0.056 37 -223678.865106 +0.056 41 -223763.955538 +0.056 45 -223982.988554 +0.056 49 -223966.885103 +0.056 53 -224072.276323 +0.056 57 -224127.103154 +0.056 61 -224157.707089 +0.056 65 -224362.323366 +0.056 69 -224466.094815 +0.056 73 -224535.405676 +0.056 77 -224681.841569 +0.056 81 -224777.117594 +0.056 85 -224901.585728 +0.056 89 -225026.489437 +0.056 93 -225087.99336 +0.056 97 -225129.926805 +0.056 101 -225240.990929 +0.056 105 -225338.618005 +0.056 109 -225385.769923 +0.056 113 -225491.066957 +0.056 117 -225589.825065 +0.056 121 -225743.46137 +0.056 125 -225876.071988 +0.056 129 -225972.308871 +0.056 133 -226022.949816 +0.056 137 -226075.685505 +0.056 141 -226183.277328 +0.056 145 -226245.726236 +0.056 149 -226304.129899 +0.056 153 -226423.337212 +0.056 157 -226482.988281 +0.056 161 -226608.974365 +0.056 165 -226681.259283 +0.056 169 -226735.693426 +0.056 173 -226806.164894 +0.056 177 -226896.053602 +0.056 181 -226987.479122 +0.056 185 -227030.671759 +0.056 189 -227096.021544 +0.056 193 -227171.400467 +0.056 197 -227235.251429 +0.058 1 -223214.261855 +0.058 5 -222977.427564 +0.058 9 -223124.571628 +0.058 13 -223377.477349 +0.058 17 -223208.425927 +0.058 21 -223419.588119 +0.058 25 -223436.700583 +0.058 29 -223581.423671 +0.058 33 -223670.297042 +0.058 37 -223792.92589 +0.058 41 -223899.053276 +0.058 45 -224083.655628 +0.058 49 -224093.100554 +0.058 53 -224122.338489 +0.058 57 -224176.755511 +0.058 61 -224320.162696 +0.058 65 -224407.911505 +0.058 69 -224495.723222 +0.058 73 -224601.821824 +0.058 77 -224783.63075 +0.058 81 -224854.144757 +0.058 85 -225001.089261 +0.058 89 -225086.496196 +0.058 93 -225214.711839 +0.058 97 -225339.263606 +0.058 101 -225395.885744 +0.058 105 -225483.254226 +0.058 109 -225588.577237 +0.058 113 -225612.601551 +0.058 117 -225740.218198 +0.058 121 -225828.191485 +0.058 125 -225885.971458 +0.058 129 -226030.498475 +0.058 133 -226140.494114 +0.058 137 -226285.809972 +0.058 141 -226372.332342 +0.058 145 -226383.523108 +0.058 149 -226460.359874 +0.058 153 -226577.688551 +0.058 157 -226608.642928 +0.058 161 -226704.869731 +0.058 165 -226791.521208 +0.058 169 -226889.010567 +0.058 173 -226971.810198 +0.058 177 -227056.685109 +0.058 181 -227135.554545 +0.058 185 -227199.273829 +0.058 189 -227287.42053 +0.058 193 -227369.139108 +0.058 197 -227411.839932 +0.06 1 -223177.021691 +0.06 5 -223368.810914 +0.06 9 -223203.733989 +0.06 13 -223191.970185 +0.06 17 -223252.115014 +0.06 21 -223429.647997 +0.06 25 -223470.961947 +0.06 29 -223697.650012 +0.06 33 -223766.535708 +0.06 37 -223802.113641 +0.06 41 -223900.812163 +0.06 45 -224038.909425 +0.06 49 -224201.778938 +0.06 53 -224242.319742 +0.06 57 -224353.005181 +0.06 61 -224506.611322 +0.06 65 -224557.473018 +0.06 69 -224650.076841 +0.06 73 -224723.453 +0.06 77 -224783.777074 +0.06 81 -224928.443543 +0.06 85 -225101.563452 +0.06 89 -225219.23311 +0.06 93 -225281.790145 +0.06 97 -225413.958932 +0.06 101 -225569.374743 +0.06 105 -225616.92574 +0.06 109 -225693.778775 +0.06 113 -225789.037448 +0.06 117 -225842.655506 +0.06 121 -225924.697095 +0.06 125 -226035.003955 +0.06 129 -226098.6708 +0.06 133 -226224.015491 +0.06 137 -226348.217113 +0.06 141 -226474.195645 +0.06 145 -226536.666418 +0.06 149 -226674.337553 +0.06 153 -226737.810362 +0.06 157 -226776.043184 +0.06 161 -226867.694802 +0.06 165 -226975.037469 +0.06 169 -227018.555212 +0.06 173 -227078.156783 +0.06 177 -227169.294945 +0.06 181 -227278.32426 +0.06 185 -227346.390725 +0.06 189 -227427.200186 +0.06 193 -227515.455731 +0.06 197 -227583.893133 +0.062 1 -223162.608037 +0.062 5 -223299.861368 +0.062 9 -223223.15802 +0.062 13 -223438.472503 +0.062 17 -223258.894192 +0.062 21 -223244.91559 +0.062 25 -223509.301479 +0.062 29 -223661.081074 +0.062 33 -223905.900301 +0.062 37 -223834.574358 +0.062 41 -224039.882633 +0.062 45 -224096.29245 +0.062 49 -224255.675919 +0.062 53 -224352.060632 +0.062 57 -224454.008883 +0.062 61 -224519.162312 +0.062 65 -224642.092112 +0.062 69 -224776.568736 +0.062 73 -224871.159836 +0.062 77 -224918.376929 +0.062 81 -225034.016042 +0.062 85 -225163.337787 +0.062 89 -225244.023683 +0.062 93 -225420.960963 +0.062 97 -225471.651368 +0.062 101 -225595.556918 +0.062 105 -225741.728864 +0.062 109 -225866.33698 +0.062 113 -225962.865878 +0.062 117 -226063.161809 +0.062 121 -226115.214421 +0.062 125 -226176.516314 +0.062 129 -226240.044182 +0.062 133 -226314.698521 +0.062 137 -226415.801036 +0.062 141 -226496.966519 +0.062 145 -226639.409061 +0.062 149 -226751.386185 +0.062 153 -226853.621476 +0.062 157 -226930.691701 +0.062 161 -227039.437683 +0.062 165 -227117.701766 +0.062 169 -227200.204848 +0.062 173 -227239.474422 +0.062 177 -227344.936986 +0.062 181 -227417.36264 +0.062 185 -227489.12537 +0.062 189 -227544.001412 +0.062 193 -227643.392207 +0.062 197 -227710.00101 +0.064 1 -223170.406188 +0.064 5 -222900.580223 +0.064 9 -223207.666596 +0.064 13 -223466.772552 +0.064 17 -223339.394292 +0.064 21 -223290.10429 +0.064 25 -223708.358785 +0.064 29 -223796.274445 +0.064 33 -223800.55706 +0.064 37 -223980.634796 +0.064 41 -224076.544269 +0.064 45 -224176.945809 +0.064 49 -224346.502453 +0.064 53 -224415.949955 +0.064 57 -224587.427852 +0.064 61 -224725.373882 +0.064 65 -224762.980118 +0.064 69 -224803.242696 +0.064 73 -225038.920733 +0.064 77 -225073.966098 +0.064 81 -225092.217763 +0.064 85 -225198.37436 +0.064 89 -225373.803284 +0.064 93 -225465.61378 +0.064 97 -225630.753812 +0.064 101 -225754.032004 +0.064 105 -225809.541544 +0.064 109 -225917.298694 +0.064 113 -226048.604831 +0.064 117 -226127.923473 +0.064 121 -226281.488076 +0.064 125 -226377.030792 +0.064 129 -226414.644857 +0.064 133 -226462.738861 +0.064 137 -226560.588347 +0.064 141 -226643.450848 +0.064 145 -226690.61099 +0.064 149 -226795.636686 +0.064 153 -226940.687802 +0.064 157 -227037.860376 +0.064 161 -227140.018401 +0.064 165 -227224.781725 +0.064 169 -227313.451902 +0.064 173 -227423.655518 +0.064 177 -227495.158681 +0.064 181 -227573.138254 +0.064 185 -227688.049187 +0.064 189 -227733.532654 +0.064 193 -227793.971531 +0.064 197 -227856.704 +0.066 1 -223172.917295 +0.066 5 -223006.380414 +0.066 9 -223283.007015 +0.066 13 -223188.584285 +0.066 17 -223456.937337 +0.066 21 -223343.789906 +0.066 25 -223568.661061 +0.066 29 -223818.306809 +0.066 33 -223850.311178 +0.066 37 -224059.01707 +0.066 41 -224195.54283 +0.066 45 -224333.335071 +0.066 49 -224427.408731 +0.066 53 -224580.356009 +0.066 57 -224654.33873 +0.066 61 -224807.342853 +0.066 65 -224895.229883 +0.066 69 -225009.248071 +0.066 73 -225072.229008 +0.066 77 -225175.183647 +0.066 81 -225238.374167 +0.066 85 -225350.116446 +0.066 89 -225372.926217 +0.066 93 -225525.949467 +0.066 97 -225644.555598 +0.066 101 -225770.739729 +0.066 105 -225915.64014 +0.066 109 -226043.157778 +0.066 113 -226133.239817 +0.066 117 -226175.081721 +0.066 121 -226377.046927 +0.066 125 -226487.009479 +0.066 129 -226609.039505 +0.066 133 -226674.245162 +0.066 137 -226772.439856 +0.066 141 -226825.230656 +0.066 145 -226872.308821 +0.066 149 -226933.691465 +0.066 153 -227030.878451 +0.066 157 -227113.060321 +0.066 161 -227205.525244 +0.066 165 -227301.43206 +0.066 169 -227417.458958 +0.066 173 -227496.737354 +0.066 177 -227585.195163 +0.066 181 -227664.607384 +0.066 185 -227746.720489 +0.066 189 -227871.444967 +0.066 193 -227933.059546 +0.066 197 -228021.461398 +0.068 1 -223083.124657 +0.068 5 -223414.753958 +0.068 9 -223315.005343 +0.068 13 -223501.287681 +0.068 17 -223558.526012 +0.068 21 -223435.7421 +0.068 25 -223591.046332 +0.068 29 -223788.995181 +0.068 33 -224117.47308 +0.068 37 -224128.622919 +0.068 41 -224320.872197 +0.068 45 -224319.530877 +0.068 49 -224367.46713 +0.068 53 -224556.401188 +0.068 57 -224705.293872 +0.068 61 -224926.303896 +0.068 65 -224949.53409 +0.068 69 -225163.409316 +0.068 73 -225191.509669 +0.068 77 -225218.996046 +0.068 81 -225363.780334 +0.068 85 -225458.246398 +0.068 89 -225588.884113 +0.068 93 -225689.919015 +0.068 97 -225723.571781 +0.068 101 -225821.507126 +0.068 105 -225931.432094 +0.068 109 -226074.080862 +0.068 113 -226240.598084 +0.068 117 -226361.965038 +0.068 121 -226447.64356 +0.068 125 -226559.5086 +0.068 129 -226613.701372 +0.068 133 -226745.418915 +0.068 137 -226870.982616 +0.068 141 -226959.360423 +0.068 145 -227067.023234 +0.068 149 -227118.696757 +0.068 153 -227203.945773 +0.068 157 -227252.092407 +0.068 161 -227326.889624 +0.068 165 -227414.506418 +0.068 169 -227495.22534 +0.068 173 -227622.076098 +0.068 177 -227671.709454 +0.068 181 -227777.994462 +0.068 185 -227860.864005 +0.068 189 -227947.539574 +0.068 193 -228054.091824 +0.068 197 -228121.11373 +0.07 1 -223100.8833 +0.07 5 -223436.001409 +0.07 9 -223331.148951 +0.07 13 -223572.605848 +0.07 17 -223822.185011 +0.07 21 -223495.716017 +0.07 25 -223681.187476 +0.07 29 -223823.326085 +0.07 33 -223955.389719 +0.07 37 -224209.466868 +0.07 41 -224355.525715 +0.07 45 -224406.689619 +0.07 49 -224586.998333 +0.07 53 -224733.839652 +0.07 57 -224684.452129 +0.07 61 -224830.253241 +0.07 65 -225072.811705 +0.07 69 -225116.118834 +0.07 73 -225280.314511 +0.07 77 -225454.364103 +0.07 81 -225525.04435 +0.07 85 -225566.308025 +0.07 89 -225726.63531 +0.07 93 -225832.657662 +0.07 97 -225803.309079 +0.07 101 -225964.597851 +0.07 105 -226051.319431 +0.07 109 -226112.684947 +0.07 113 -226285.481713 +0.07 117 -226448.47889 +0.07 121 -226509.753876 +0.07 125 -226670.449476 +0.07 129 -226771.393309 +0.07 133 -226822.444803 +0.07 137 -226920.825539 +0.07 141 -227039.208999 +0.07 145 -227158.873878 +0.07 149 -227271.402459 +0.07 153 -227354.801612 +0.07 157 -227404.815377 +0.07 161 -227488.453796 +0.07 165 -227573.757781 +0.07 169 -227612.346033 +0.07 173 -227744.17247 +0.07 177 -227829.488737 +0.07 181 -227911.381282 +0.07 185 -227956.789042 +0.07 189 -228056.602917 +0.07 193 -228125.022176 +0.07 197 -228196.142425 +0.072 1 -223225.367886 +0.072 5 -223161.821377 +0.072 9 -223381.990808 +0.072 13 -223346.773268 +0.072 17 -223624.297493 +0.072 21 -223626.252968 +0.072 25 -223734.615339 +0.072 29 -223716.639124 +0.072 33 -224086.321577 +0.072 37 -224203.224234 +0.072 41 -224444.946853 +0.072 45 -224512.317505 +0.072 49 -224633.5284 +0.072 53 -224866.375679 +0.072 57 -224863.550039 +0.072 61 -225062.83991 +0.072 65 -225114.682408 +0.072 69 -225248.127286 +0.072 73 -225384.847246 +0.072 77 -225520.875656 +0.072 81 -225603.251893 +0.072 85 -225731.453861 +0.072 89 -225743.685457 +0.072 93 -225903.93934 +0.072 97 -226023.852036 +0.072 101 -226132.308982 +0.072 105 -226164.514267 +0.072 109 -226310.924573 +0.072 113 -226379.78046 +0.072 117 -226471.164402 +0.072 121 -226577.986005 +0.072 125 -226708.772499 +0.072 129 -226779.06258 +0.072 133 -226934.707319 +0.072 137 -226992.484905 +0.072 141 -227110.56879 +0.072 145 -227198.530918 +0.072 149 -227339.390663 +0.072 153 -227424.977467 +0.072 157 -227541.50761 +0.072 161 -227647.423619 +0.072 165 -227751.171076 +0.072 169 -227802.283073 +0.072 173 -227886.651761 +0.072 177 -227927.281182 +0.072 181 -228042.168507 +0.072 185 -228096.50393 +0.072 189 -228212.534695 +0.072 193 -228300.061581 +0.072 197 -228358.620132 +0.074 1 -223255.675638 +0.074 5 -223114.888428 +0.074 9 -223757.304125 +0.074 13 -223649.110142 +0.074 17 -223673.111304 +0.074 21 -223910.772699 +0.074 25 -223830.220906 +0.074 29 -223991.202438 +0.074 33 -224194.289161 +0.074 37 -224228.279208 +0.074 41 -224393.45901 +0.074 45 -224708.999909 +0.074 49 -224781.132385 +0.074 53 -224742.465813 +0.074 57 -224994.524449 +0.074 61 -225029.711265 +0.074 65 -225154.630791 +0.074 69 -225349.501343 +0.074 73 -225408.85853 +0.074 77 -225494.528867 +0.074 81 -225782.172263 +0.074 85 -225785.078224 +0.074 89 -225995.764697 +0.074 93 -226004.030333 +0.074 97 -226039.655891 +0.074 101 -226252.698011 +0.074 105 -226324.823309 +0.074 109 -226365.335199 +0.074 113 -226496.703747 +0.074 117 -226577.248498 +0.074 121 -226632.198808 +0.074 125 -226776.38996 +0.074 129 -226868.011224 +0.074 133 -226949.01025 +0.074 137 -227129.857878 +0.074 141 -227182.810003 +0.074 145 -227247.013772 +0.074 149 -227403.272874 +0.074 153 -227520.18815 +0.074 157 -227568.208377 +0.074 161 -227716.009123 +0.074 165 -227808.426305 +0.074 169 -227932.031029 +0.074 173 -228008.838765 +0.074 177 -228073.935937 +0.074 181 -228179.058205 +0.074 185 -228229.28956 +0.074 189 -228339.47542 +0.074 193 -228399.48365 +0.074 197 -228474.588841 +0.076 1 -223292.360765 +0.076 5 -223166.68069 +0.076 9 -223469.809482 +0.076 13 -223422.947592 +0.076 17 -224010.028119 +0.076 21 -223985.969277 +0.076 25 -223993.599441 +0.076 29 -224094.007956 +0.076 33 -224115.008161 +0.076 37 -224293.08743 +0.076 41 -224558.337699 +0.076 45 -224622.420837 +0.076 49 -224805.480562 +0.076 53 -224886.791521 +0.076 57 -225019.52438 +0.076 61 -225174.59618 +0.076 65 -225309.553046 +0.076 69 -225342.542534 +0.076 73 -225464.347719 +0.076 77 -225632.965529 +0.076 81 -225809.636973 +0.076 85 -225895.303279 +0.076 89 -225940.64599 +0.076 93 -226131.889047 +0.076 97 -226290.500904 +0.076 101 -226270.097258 +0.076 105 -226401.84573 +0.076 109 -226486.403685 +0.076 113 -226621.453443 +0.076 117 -226726.322668 +0.076 121 -226784.832874 +0.076 125 -226898.075936 +0.076 129 -226956.781183 +0.076 133 -226992.923222 +0.076 137 -227190.049393 +0.076 141 -227267.135134 +0.076 145 -227426.967149 +0.076 149 -227454.180692 +0.076 153 -227519.752862 +0.076 157 -227694.298245 +0.076 161 -227772.428218 +0.076 165 -227858.356094 +0.076 169 -227959.33779 +0.076 173 -228008.769552 +0.076 177 -228144.015463 +0.076 181 -228269.511916 +0.076 185 -228350.593137 +0.076 189 -228463.152356 +0.076 193 -228496.045477 +0.076 197 -228549.759796 +0.078 1 -223335.122252 +0.078 5 -223611.953075 +0.078 9 -223542.775769 +0.078 13 -223793.300401 +0.078 17 -223750.69446 +0.078 21 -224027.573568 +0.078 25 -224080.983926 +0.078 29 -224276.410801 +0.078 33 -224166.269613 +0.078 37 -224374.987423 +0.078 41 -224387.641924 +0.078 45 -224614.884658 +0.078 49 -224731.430372 +0.078 53 -224908.754697 +0.078 57 -225144.033804 +0.078 61 -225311.945794 +0.078 65 -225316.265946 +0.078 69 -225512.955342 +0.078 73 -225565.599842 +0.078 77 -225717.942101 +0.078 81 -225868.23494 +0.078 85 -225920.672963 +0.078 89 -226091.642071 +0.078 93 -226200.713777 +0.078 97 -226277.696817 +0.078 101 -226379.603408 +0.078 105 -226539.53678 +0.078 109 -226569.84268 +0.078 113 -226693.794766 +0.078 117 -226776.369517 +0.078 121 -226882.436418 +0.078 125 -226947.097489 +0.078 129 -227098.068115 +0.078 133 -227187.102054 +0.078 137 -227318.670867 +0.078 141 -227348.531897 +0.078 145 -227481.607317 +0.078 149 -227494.228639 +0.078 153 -227622.113656 +0.078 157 -227733.852173 +0.078 161 -227844.483407 +0.078 165 -227902.827584 +0.078 169 -227999.6453 +0.078 173 -228063.264096 +0.078 177 -228206.319122 +0.078 181 -228253.28875 +0.078 185 -228359.633823 +0.078 189 -228498.747053 +0.078 193 -228554.313712 +0.078 197 -228648.255902 +0.08 1 -223383.682142 +0.08 5 -223770.904751 +0.08 9 -223528.204575 +0.08 13 -223504.117577 +0.08 17 -223762.91746 +0.08 21 -223835.324416 +0.08 25 -224099.770695 +0.08 29 -224332.585129 +0.08 33 -224310.58023 +0.08 37 -224442.839336 +0.08 41 -224611.060728 +0.08 45 -224611.849194 +0.08 49 -224910.000156 +0.08 53 -225115.240938 +0.08 57 -225175.282617 +0.08 61 -225172.348397 +0.08 65 -225416.946956 +0.08 69 -225497.6341 +0.08 73 -225606.220539 +0.08 77 -225812.614476 +0.08 81 -225796.384751 +0.08 85 -226021.423846 +0.08 89 -226152.395191 +0.08 93 -226241.953359 +0.08 97 -226364.009757 +0.08 101 -226509.711027 +0.08 105 -226594.479613 +0.08 109 -226654.558631 +0.08 113 -226737.122266 +0.08 117 -226827.118919 +0.08 121 -227005.416168 +0.08 125 -227113.47939 +0.08 129 -227163.344007 +0.08 133 -227294.960146 +0.08 137 -227355.741679 +0.08 141 -227498.121063 +0.08 145 -227603.658201 +0.08 149 -227627.534302 +0.08 153 -227732.395233 +0.08 157 -227815.349853 +0.08 161 -227868.65435 +0.08 165 -227952.52132 +0.08 169 -228037.657866 +0.08 173 -228136.400165 +0.08 177 -228253.095059 +0.08 181 -228363.656707 +0.08 185 -228436.448866 +0.08 189 -228536.32648 +0.08 193 -228634.616397 +0.08 197 -228690.477082 +0.082 1 -223437.783261 +0.082 5 -223350.08312 +0.082 9 -223694.51309 +0.082 13 -223848.346507 +0.082 17 -223902.006318 +0.082 21 -224148.31981 +0.082 25 -224128.367332 +0.082 29 -224407.112006 +0.082 33 -224428.817166 +0.082 37 -224567.877662 +0.082 41 -224724.334695 +0.082 45 -224707.619155 +0.082 49 -224931.92767 +0.082 53 -224974.366334 +0.082 57 -225211.575007 +0.082 61 -225257.772356 +0.082 65 -225425.027823 +0.082 69 -225614.538716 +0.082 73 -225724.126608 +0.082 77 -225879.004035 +0.082 81 -225949.663919 +0.082 85 -226097.639033 +0.082 89 -226214.877838 +0.082 93 -226264.481319 +0.082 97 -226460.975321 +0.082 101 -226519.835596 +0.082 105 -226647.994077 +0.082 109 -226664.742967 +0.082 113 -226838.923049 +0.082 117 -226894.53578 +0.082 121 -227007.438545 +0.082 125 -227133.902513 +0.082 129 -227212.63733 +0.082 133 -227365.199577 +0.082 137 -227385.784882 +0.082 141 -227535.204685 +0.082 145 -227650.979791 +0.082 149 -227759.391867 +0.082 153 -227855.018281 +0.082 157 -227904.309023 +0.082 161 -228007.127899 +0.082 165 -228090.620591 +0.082 169 -228193.456054 +0.082 173 -228220.758709 +0.082 177 -228311.964673 +0.082 181 -228420.651675 +0.082 185 -228491.670658 +0.082 189 -228600.986298 +0.082 193 -228654.032829 +0.082 197 -228758.816174 +0.084 1 -223497.187217 +0.084 5 -223418.001335 +0.084 9 -223662.072407 +0.084 13 -223920.405079 +0.084 17 -223918.687486 +0.084 21 -224201.335445 +0.084 25 -224428.241343 +0.084 29 -224478.467385 +0.084 33 -224715.776162 +0.084 37 -224712.693751 +0.084 41 -224629.363216 +0.084 45 -224786.725134 +0.084 49 -225020.356261 +0.084 53 -225056.45855 +0.084 57 -225249.519164 +0.084 61 -225388.75039 +0.084 65 -225465.191471 +0.084 69 -225664.475663 +0.084 73 -225822.049437 +0.084 77 -225851.080313 +0.084 81 -225942.690306 +0.084 85 -226161.504389 +0.084 89 -226202.315157 +0.084 93 -226369.643627 +0.084 97 -226508.37221 +0.084 101 -226510.644928 +0.084 105 -226677.983308 +0.084 109 -226854.707271 +0.084 113 -226865.053157 +0.084 117 -227011.609858 +0.084 121 -227176.974122 +0.084 125 -227156.754919 +0.084 129 -227252.403758 +0.084 133 -227366.642509 +0.084 137 -227420.412587 +0.084 141 -227602.359506 +0.084 145 -227667.533243 +0.084 149 -227789.055156 +0.084 153 -227871.709159 +0.084 157 -227908.402937 +0.084 161 -228043.807553 +0.084 165 -228204.6651 +0.084 169 -228189.108219 +0.084 173 -228296.584076 +0.084 177 -228436.741055 +0.084 181 -228441.788055 +0.084 185 -228557.465585 +0.084 189 -228650.193901 +0.084 193 -228699.272545 +0.084 197 -228832.122113 +0.086 1 -223561.672633 +0.086 5 -223490.818829 +0.086 9 -223827.58732 +0.086 13 -223683.7598 +0.086 17 -223949.965745 +0.086 21 -223908.558576 +0.086 25 -224244.683156 +0.086 29 -224196.30489 +0.086 33 -224550.139006 +0.086 37 -224988.574435 +0.086 41 -224991.288462 +0.086 45 -225163.738882 +0.086 49 -225085.970529 +0.086 53 -225303.589911 +0.086 57 -225319.129225 +0.086 61 -225490.766973 +0.086 65 -225505.548519 +0.086 69 -225686.469869 +0.086 73 -225738.526868 +0.086 77 -225855.43805 +0.086 81 -226078.437104 +0.086 85 -226102.503717 +0.086 89 -226304.764442 +0.086 93 -226342.797453 +0.086 97 -226518.802054 +0.086 101 -226541.569844 +0.086 105 -226756.827457 +0.086 109 -226797.11368 +0.086 113 -226954.391077 +0.086 117 -226996.103834 +0.086 121 -227106.740735 +0.086 125 -227132.174066 +0.086 129 -227249.466837 +0.086 133 -227418.872071 +0.086 137 -227441.442722 +0.086 141 -227611.385471 +0.086 145 -227651.910137 +0.086 149 -227817.849071 +0.086 153 -227863.788522 +0.086 157 -227960.792712 +0.086 161 -228059.957824 +0.086 165 -228167.384182 +0.086 169 -228166.280312 +0.086 173 -228396.849146 +0.086 177 -228505.32574 +0.086 181 -228543.067594 +0.086 185 -228661.477979 +0.086 189 -228703.548256 +0.086 193 -228811.70913 +0.086 197 -228849.105953 +0.088 1 -223603.984884 +0.088 5 -223559.490387 +0.088 9 -223866.102669 +0.088 13 -224135.202598 +0.088 17 -224081.614919 +0.088 21 -224281.486169 +0.088 25 -224226.658241 +0.088 29 -224569.048896 +0.088 33 -224551.422628 +0.088 37 -224775.852482 +0.088 41 -225015.959645 +0.088 45 -225028.049672 +0.088 49 -225236.397305 +0.088 53 -225218.350429 +0.088 57 -225392.964192 +0.088 61 -225451.015733 +0.088 65 -225562.270456 +0.088 69 -225763.93786 +0.088 73 -225755.49529 +0.088 77 -225935.112632 +0.088 81 -225980.50581 +0.088 85 -226166.561904 +0.088 89 -226150.126018 +0.088 93 -226417.317785 +0.088 97 -226441.301619 +0.088 101 -226519.323319 +0.088 105 -226740.608135 +0.088 109 -226728.879652 +0.088 113 -226892.454617 +0.088 117 -226949.781437 +0.088 121 -227243.624653 +0.088 125 -227249.785834 +0.088 129 -227245.396427 +0.088 133 -227415.22547 +0.088 137 -227465.410721 +0.088 141 -227624.380519 +0.088 145 -227675.098076 +0.088 149 -227888.630209 +0.088 153 -227907.332806 +0.088 157 -227944.886393 +0.088 161 -228084.314389 +0.088 165 -228127.614818 +0.088 169 -228270.994674 +0.088 173 -228320.735163 +0.088 177 -228531.300411 +0.088 181 -228549.47563 +0.088 185 -228646.234422 +0.088 189 -228762.553291 +0.088 193 -228793.042602 +0.0005 1 -240749.50145 +0.088 197 -228879.116226 +0.0005 5 -231390.401237 +0.09 1 -223678.029502 +0.0005 9 -228366.390661 +0.09 5 -224122.714246 +0.0005 13 -226720.305743 +0.09 9 -223860.051475 +0.0005 17 -225666.861303 +0.09 13 -224232.891827 +0.0005 21 -224934.170498 +0.09 17 -224154.258457 +0.0005 25 -224398.938875 +0.09 21 -224346.187204 +0.0005 29 -223995.674734 +0.09 25 -224655.927033 +0.0005 33 -223685.249171 +0.09 29 -224535.191806 +0.0005 37 -223443.198809 +0.09 33 -224498.997958 +0.0005 41 -223253.142336 +0.09 37 -224751.541657 +0.0005 45 -223103.521834 +0.09 41 -225084.991748 +0.0005 49 -222985.994625 +0.09 45 -225023.209487 +0.002 0.1 -242554.414869 +0.0005 53 -222894.421449 +0.09 49 -225049.419854 +0.002 0.6 -239140.84017 +0.0005 57 -222824.05901 +0.09 53 -225465.194744 +0.0005 61 -222771.062148 +0.002 1.1 -237044.524462 +0.0005 65 -222732.662169 +0.09 57 -225505.782323 +0.002 1.6 -235514.436961 +0.0005 69 -222706.636127 +0.09 61 -225425.177167 +0.0005 73 -222691.118046 +0.002 2.1 -234268.523606 +0.09 65 -225667.457035 +0.0005 77 -222684.488119 +0.002 2.6 -233334.720587 +0.09 69 -225849.983205 +0.0005 81 -222685.637577 +0.002 3.1 -232516.720674 +0.09 73 -225889.686642 +0.0005 85 -222693.375279 +0.002 3.6 -231807.542728 +0.09 77 -226018.829216 +0.002 4.1 -231193.106165 +0.0005 89 -222706.810443 +0.09 81 -225985.471187 +0.002 4.6 -230642.500718 +0.0005 93 -222725.222597 +0.09 85 -226136.50167 +0.002 5.1 -230148.7039 +0.0005 97 -222748.049983 +0.09 89 -226353.980047 +0.0005 101 -222774.673746 +0.002 5.6 -229720.845263 +0.09 93 -226373.067309 +0.002 6.1 -229321.072238 +0.0005 105 -222804.660133 +0.09 97 -226408.841064 +0.002 6.6 -228956.017752 +0.09 101 -226672.374553 +0.0005 109 -222837.568642 +0.002 7.1 -228601.892476 +0.09 105 -226661.597928 +0.0005 113 -222873.060627 +0.002 7.6 -228316.528727 +0.09 109 -226719.513823 +0.0005 117 -222910.8457 +0.002 8.1 -228004.730747 +0.09 113 -226930.164786 +0.0005 121 -222950.698909 +0.09 117 -226994.944932 +0.002 8.6 -227762.396403 +0.0005 125 -222992.289509 +0.09 121 -227029.099638 +0.002 9.1 -227513.115843 +0.0005 129 -223035.411582 +0.09 125 -227203.249993 +0.002 9.6 -227280.219151 +0.0005 133 -223079.934669 +0.09 129 -227190.85003 +0.0005 137 -223125.678109 +0.004 0.1 -237750.178965 +0.09 133 -227313.122316 +0.0005 141 -223172.490077 +0.004 0.6 -235803.482039 +0.0005 145 -223220.237426 +0.09 137 -227530.525581 +0.004 1.1 -234363.528546 +0.0005 149 -223268.720113 +0.09 141 -227534.628331 +0.0005 153 -223317.905351 +0.004 1.6 -233124.158957 +0.09 145 -227548.722357 +0.004 2.1 -232315.866473 +0.0005 157 -223367.69712 +0.09 149 -227799.958908 +0.0005 161 -223417.997117 +0.004 2.6 -231711.703528 +0.09 153 -227819.136395 +0.0005 165 -223468.783176 +0.004 3.1 -231070.611721 +0.09 157 -227894.150238 +0.0005 169 -223519.946245 +0.004 3.6 -230517.861968 +0.09 161 -227918.818458 +0.004 4.1 -230010.914535 +0.0005 173 -223571.437662 +0.004 4.6 -229497.072153 +0.09 165 -228156.655381 +0.0005 177 -223623.22494 +0.004 5.1 -229137.602057 +0.004 5.6 -228771.492671 +0.09 169 -228179.79426 +0.0005 181 -223675.251533 +0.004 6.1 -228464.92336 +0.09 173 -228237.845957 +0.0005 185 -223727.456108 +0.004 6.6 -228151.915505 +0.09 177 -228426.805943 +0.0005 189 -223779.778753 +0.004 7.1 -227828.679985 +0.09 181 -228500.553392 +0.004 7.6 -227575.453692 +0.0005 193 -223832.201743 +0.09 185 -228573.439846 +0.004 8.1 -227323.873946 +0.0005 197 -223884.685272 +0.09 189 -228702.723033 +0.004 8.6 -227104.544965 +0.001 1 -239416.954664 +0.004 9.1 -226888.743878 +0.09 193 -228741.353211 +0.001 5 -230921.717839 +0.09 197 -228828.441013 +0.004 9.6 -226669.401227 +0.001 9 -227996.834067 +0.092 1 -223756.578756 +0.006 0.1 -234899.475265 +0.001 13 -226376.303954 +0.092 5 -224204.01992 +0.006 0.6 -233598.896763 +0.001 17 -225329.360717 +0.001 21 -224597.561194 +0.092 9 -224043.457943 +0.006 1.1 -232482.762509 +0.092 13 -223982.076479 +0.001 25 -224062.557136 +0.006 1.6 -231744.51825 +0.092 17 -224174.402181 +0.001 29 -223659.320388 +0.006 2.1 -231079.157092 +0.092 21 -224447.010538 +0.006 2.6 -230466.499276 +0.001 33 -223348.894825 +0.092 25 -224412.339962 +0.001 37 -223106.844463 +0.006 3.1 -229825.559715 +0.092 29 -224623.276835 +0.001 41 -222916.78799 +0.092 33 -224546.41257 +0.006 3.6 -229510.141467 +0.092 37 -225066.855399 +0.001 45 -222767.167488 +0.006 4.1 -229087.486832 +0.092 41 -225023.580773 +0.001 49 -222649.640279 +0.006 4.6 -228611.658474 +0.092 45 -225036.991589 +0.001 53 -222558.067103 +0.006 5.1 -228372.514915 +0.001 57 -222487.704663 +0.092 49 -225189.351702 +0.001 61 -222434.707802 +0.006 5.6 -227992.460058 +0.092 53 -225171.186427 +0.001 65 -222396.307823 +0.006 6.1 -227728.372092 +0.001 69 -222370.281781 +0.092 57 -225472.229753 +0.006 6.6 -227506.717087 +0.001 73 -222354.7637 +0.001 77 -222348.133773 +0.092 61 -225651.361458 +0.006 7.1 -227218.493736 +0.006 7.6 -227003.283568 +0.001 81 -222349.283231 +0.092 65 -225684.594248 +0.001 85 -222357.020933 +0.006 8.1 -226798.473777 +0.092 69 -225689.541832 +0.092 73 -226041.967437 +0.001 89 -222370.456097 +0.006 8.6 -226582.071948 +0.092 77 -226089.483607 +0.092 81 -226090.357711 +0.001 93 -222388.868251 +0.006 9.1 -226419.133966 +0.092 85 -226218.034386 +0.001 97 -222411.695637 +0.006 9.6 -226200.555986 +0.001 101 -222438.319399 +0.092 89 -226220.132168 +0.001 105 -222468.305787 +0.008 0.1 -232903.740109 +0.001 109 -222501.214296 +0.092 93 -226381.522217 +0.001 113 -222536.706281 +0.008 0.6 -231963.645333 +0.001 117 -222574.491354 +0.092 97 -226505.602173 +0.001 121 -222614.344563 +0.008 1.1 -231175.941065 +0.001 125 -222655.935163 +0.092 101 -226569.976951 +0.001 129 -222699.057236 +0.008 1.6 -230541.371533 +0.092 105 -226681.998602 +0.001 133 -222743.580323 +0.008 2.1 -229986.904726 +0.001 137 -222789.323762 +0.092 109 -226715.785397 +0.001 141 -222836.135731 +0.008 2.6 -229258.67082 +0.001 145 -222883.883079 +0.092 113 -226859.606627 +0.008 3.1 -228899.239126 +0.001 149 -222932.365766 +0.008 3.6 -228696.817493 +0.092 117 -227037.458028 +0.001 153 -222981.551005 +0.008 4.1 -228348.221998 +0.008 4.6 -228004.16403 +0.092 121 -227072.754253 +0.001 157 -223031.342773 +0.008 5.1 -227656.485231 +0.001 161 -223081.642771 +0.092 125 -227041.279632 +0.001 165 -223132.42883 +0.008 5.6 -227369.314345 +0.092 129 -227300.477907 +0.001 169 -223183.591899 +0.008 6.1 -227169.119199 +0.092 133 -227355.366136 +0.008 6.6 -226928.74719 +0.001 173 -223235.083316 +0.092 137 -227368.66229 +0.092 141 -227481.499366 +0.008 7.1 -226722.174756 +0.001 177 -223286.870594 +0.092 145 -227482.159758 +0.092 149 -227649.709134 +0.008 7.6 -226572.768253 +0.001 181 -223338.897187 +0.092 153 -227760.343819 +0.092 157 -227805.261167 +0.008 8.1 -226324.604816 +0.001 185 -223391.101762 +0.092 161 -227814.833636 +0.092 165 -228085.646063 +0.001 189 -223443.424406 +0.008 8.6 -226174.253365 +0.092 169 -228083.357025 +0.001 193 -223495.847397 +0.008 9.1 -225991.622955 +0.092 173 -228211.470547 +0.092 177 -228220.909012 +0.001 197 -223548.330926 +0.008 9.6 -225823.79422 +0.092 181 -228246.091914 +0.092 185 -228451.174744 +0.0015 1 -238299.25561 +0.01 0.1 -231398.645059 +0.092 189 -228490.029087 +0.092 193 -228551.751391 +0.0015 5 -230550.562845 +0.01 0.6 -230685.099487 +0.092 197 -228631.992734 +0.094 1 -223839.465338 +0.0015 9 -227735.580307 +0.01 1.1 -230073.07789 +0.094 5 -224195.975415 +0.094 9 -224135.425944 +0.0015 13 -226173.9434 +0.01 1.6 -229478.24157 +0.094 13 -224387.727937 +0.094 17 -224340.683967 +0.0015 17 -225144.644804 +0.01 2.1 -229090.738685 +0.094 21 -224562.922829 +0.0015 21 -224415.095353 +0.094 25 -224444.028869 +0.01 2.6 -228490.511635 +0.094 29 -224663.265184 +0.0015 25 -223890.044128 +0.094 33 -224568.929794 +0.01 3.1 -228103.572633 +0.094 37 -224788.547791 +0.0015 29 -223487.664263 +0.094 41 -225048.705982 +0.01 3.6 -228004.511256 +0.094 45 -225037.782688 +0.0015 33 -223177.529443 +0.094 49 -225186.841173 +0.01 4.1 -227687.474847 +0.094 53 -225207.584722 +0.0015 37 -222935.605206 +0.094 57 -225375.858179 +0.01 4.6 -227441.706264 +0.0015 41 -222745.593948 +0.094 61 -225337.623757 +0.094 65 -225555.976015 +0.01 5.1 -226951.583427 +0.0015 45 -222595.973446 +0.094 69 -225785.759685 +0.094 73 -225973.975802 +0.01 5.6 -226808.810714 +0.0015 49 -222478.446237 +0.094 77 -226017.164798 +0.01 6.1 -226648.863618 +0.094 81 -226006.621418 +0.0015 53 -222386.873061 +0.094 85 -226161.254662 +0.01 6.6 -226512.729304 +0.094 89 -226165.771795 +0.0015 57 -222316.510621 +0.094 93 -226284.742704 +0.01 7.1 -226338.267648 +0.0015 61 -222263.51376 +0.094 97 -226283.644024 +0.094 101 -226678.581176 +0.01 7.6 -226133.846448 +0.0015 65 -222225.113781 +0.094 105 -226668.80948 +0.094 109 -226788.250046 +0.01 8.1 -225958.553002 +0.0015 69 -222199.087739 +0.094 113 -226788.654324 +0.094 117 -226789.594879 +0.0015 73 -222183.569658 +0.01 8.6 -225801.287128 +0.094 121 -226950.939634 +0.094 125 -226993.452889 +0.0015 77 -222176.939731 +0.01 9.1 -225629.328693 +0.094 129 -227163.37161 +0.094 133 -227315.662456 +0.0015 81 -222178.089188 +0.01 9.6 -225470.130336 +0.094 137 -227425.651375 +0.094 141 -227414.125423 +0.0015 85 -222185.82689 +0.012 0.1 -230182.686926 +0.094 145 -227538.060391 +0.094 149 -227531.700345 +0.0015 89 -222199.262055 +0.012 0.6 -229645.968941 +0.094 153 -227648.956579 +0.094 157 -227680.119629 +0.0015 93 -222217.674209 +0.012 1.1 -229147.458233 +0.094 161 -227708.272366 +0.0015 97 -222240.501595 +0.094 165 -227826.958387 +0.012 1.6 -228719.127815 +0.094 169 -228003.386234 +0.0015 101 -222267.125357 +0.094 173 -228103.609742 +0.012 2.1 -228319.386304 +0.094 177 -228144.922377 +0.0015 105 -222297.111745 +0.094 181 -228266.666825 +0.012 2.6 -227948.99103 +0.094 185 -228325.249861 +0.0015 109 -222330.020254 +0.012 3.1 -227691.554637 +0.094 189 -228418.086787 +0.094 193 -228436.649479 +0.0015 113 -222365.512239 +0.012 3.6 -227396.572242 +0.094 197 -228531.403071 +0.0015 117 -222403.297312 +0.096 1 -223953.442454 +0.012 4.1 -226954.162791 +0.096 5 -224277.780013 +0.0015 121 -222443.15052 +0.096 9 -224256.070444 +0.012 4.6 -226760.26248 +0.096 13 -224492.689133 +0.0015 125 -222484.741121 +0.096 17 -224680.221843 +0.012 5.1 -226528.158563 +0.096 21 -224657.690297 +0.0015 129 -222527.863194 +0.096 25 -224833.780577 +0.012 5.6 -226399.153795 +0.0015 133 -222572.386281 +0.096 29 -224690.419024 +0.012 6.1 -226187.391056 +0.0015 137 -222618.12972 +0.096 33 -224996.194945 +0.0015 141 -222664.941688 +0.012 6.6 -226004.427693 +0.0015 145 -222712.689037 +0.096 37 -224885.731428 +0.0015 149 -222761.171724 +0.012 7.1 -225853.468557 +0.0015 153 -222810.356963 +0.096 41 -225083.802144 +0.0015 157 -222860.148731 +0.012 7.6 -225698.508309 +0.0015 161 -222910.448729 +0.096 45 -225042.431367 +0.0015 165 -222961.234788 +0.012 8.1 -225512.755134 +0.0015 169 -223012.397857 +0.096 49 -225225.284492 +0.0015 173 -223063.889274 +0.012 8.6 -225528.505397 +0.096 53 -225216.579125 +0.0015 177 -223115.676552 +0.012 9.1 -225313.573352 +0.0015 181 -223167.703145 +0.096 57 -225387.99996 +0.0015 185 -223219.90772 +0.012 9.6 -225233.070532 +0.0015 189 -223272.230364 +0.096 61 -225485.469267 +0.0015 193 -223324.653355 +0.014 0.1 -229188.12081 +0.0015 197 -223377.136883 +0.096 65 -225511.901259 +0.0025 1 -236555.567289 +0.014 0.6 -228783.154347 +0.0025 5 -229965.976006 +0.096 69 -225649.030986 +0.0025 9 -227387.199093 +0.014 1.1 -228276.042238 +0.096 73 -225642.674636 +0.0025 13 -225890.530387 +0.014 1.6 -227996.777419 +0.0025 17 -224904.852689 +0.096 77 -225838.143938 +0.0025 21 -224206.745911 +0.014 2.1 -227596.250416 +0.0025 25 -223684.887613 +0.096 81 -225843.426491 +0.0025 29 -223298.410701 +0.014 2.6 -227192.367367 +0.0025 33 -223000.146715 +0.096 85 -226057.208205 +0.0025 37 -222761.961341 +0.014 3.1 -227142.424702 +0.0025 41 -222573.93054 +0.096 89 -226085.668533 +0.014 3.6 -226869.586595 +0.0025 45 -222425.088134 +0.096 93 -226203.437015 +0.014 4.1 -226438.036472 +0.0025 49 -222307.964404 +0.014 4.6 -226443.644732 +0.096 97 -226397.39272 +0.014 5.1 -226281.354095 +0.0025 53 -222216.576138 +0.014 5.6 -225970.258614 +0.096 101 -226325.684476 +0.014 6.1 -225803.928904 +0.0025 57 -222146.343706 +0.014 6.6 -225782.872612 +0.096 105 -226464.088061 +0.014 7.1 -225529.250044 +0.0025 61 -222093.413379 +0.014 7.6 -225411.238354 +0.096 109 -226508.553924 +0.014 8.1 -225266.380595 +0.0025 65 -222055.075627 +0.014 8.6 -225152.446076 +0.096 113 -226631.308611 +0.014 9.1 -225006.991595 +0.0025 69 -222029.052198 +0.014 9.6 -224901.334554 +0.096 117 -226577.875417 +0.016 0.1 -228355.755317 +0.0025 73 -222013.534117 +0.016 0.6 -228046.414593 +0.096 121 -226734.564645 +0.016 1.1 -227704.122764 +0.0025 77 -222006.90419 +0.016 1.6 -227042.678936 +0.096 125 -226705.239842 +0.0025 81 -222008.053647 +0.016 2.1 -227136.290196 +0.096 129 -226858.556265 +0.016 2.6 -226880.57259 +0.0025 85 -222015.791349 +0.016 3.1 -226664.108297 +0.096 133 -226845.022707 +0.016 3.6 -226408.030493 +0.0025 89 -222029.226514 +0.016 4.1 -225958.852925 +0.096 137 -226976.873497 +0.016 4.6 -225843.904704 +0.0025 93 -222047.638668 +0.016 5.1 -225865.050596 +0.096 141 -227110.026816 +0.016 5.6 -225736.613587 +0.0025 97 -222070.466054 +0.016 6.1 -225461.642734 +0.096 145 -227118.219636 +0.0025 101 -222097.089816 +0.016 6.6 -225355.434996 +0.016 7.1 -225188.388852 +0.096 149 -227210.810857 +0.0025 105 -222127.076204 +0.016 7.6 -225102.002101 +0.016 8.1 -224944.220393 +0.096 153 -227245.020836 +0.0025 109 -222159.984713 +0.016 8.6 -224854.59322 +0.016 9.1 -224801.999251 +0.096 157 -227559.863991 +0.0025 113 -222195.476698 +0.016 9.6 -224684.475078 +0.018 0.1 -227649.192611 +0.096 161 -227607.141782 +0.0025 117 -222233.261771 +0.018 0.6 -227420.467708 +0.018 1.1 -227129.291529 +0.096 165 -227717.187754 +0.0025 121 -222273.114979 +0.018 1.6 -226727.877105 +0.018 2.1 -226631.368915 +0.096 169 -227709.024502 +0.0025 125 -222314.70558 +0.018 2.6 -226437.686773 +0.018 3.1 -225888.718079 +0.096 173 -227830.239013 +0.0025 129 -222357.827653 +0.018 3.6 -226061.153548 +0.018 4.1 -225616.042297 +0.096 177 -227842.41983 +0.0025 133 -222402.35074 +0.018 4.6 -225745.33989 +0.018 5.1 -225386.232432 +0.0025 137 -222448.094179 +0.096 181 -227915.94362 +0.0025 141 -222494.906147 +0.018 5.6 -225431.728648 +0.0025 145 -222542.653496 +0.096 185 -228064.039496 +0.0025 149 -222591.136183 +0.018 6.1 -225146.008066 +0.0025 153 -222640.321422 +0.096 189 -228120.65577 +0.0025 157 -222690.11319 +0.018 6.6 -224988.119038 +0.0025 161 -222740.413188 +0.096 193 -228209.010046 +0.0025 165 -222791.199247 +0.018 7.1 -224903.54046 +0.096 197 -228283.701948 +0.0025 169 -222842.362316 +0.0025 173 -222893.853733 +0.018 7.6 -224874.049232 +0.098 1 -224044.269836 +0.0025 177 -222945.641011 +0.018 8.1 -224838.805232 +0.0025 181 -222997.667604 +0.098 5 -224371.34749 +0.0025 185 -223049.872179 +0.018 8.6 -224648.580043 +0.0025 189 -223102.194823 +0.098 9 -224650.206529 +0.0025 193 -223154.617813 +0.018 9.1 -224606.958267 +0.0025 197 -223207.101342 +0.098 13 -224638.487344 +0.003 1 -235881.885436 +0.018 9.6 -224509.673453 +0.003 5 -229686.633994 +0.098 17 -224868.908479 +0.003 9 -227232.264214 +0.02 0.1 -227041.580007 +0.003 13 -225759.209964 +0.098 21 -225089.298545 +0.003 17 -224818.421478 +0.02 0.6 -226847.610858 +0.098 25 -224924.723825 +0.003 21 -224140.040796 +0.003 25 -223627.105419 +0.02 1.1 -226629.131148 +0.098 29 -225175.747255 +0.003 29 -223247.060163 +0.098 33 -225435.462658 +0.02 1.6 -226412.844859 +0.003 33 -222947.28039 +0.098 37 -225254.605965 +0.098 41 -225404.387041 +0.02 2.1 -225875.524519 +0.003 37 -222700.46433 +0.098 45 -225362.142037 +0.098 49 -225554.484384 +0.02 2.6 -226004.35699 +0.003 41 -222526.196271 +0.098 53 -225677.237261 +0.02 3.1 -225872.075457 +0.098 57 -225648.353269 +0.003 45 -222373.705032 +0.098 61 -225859.482329 +0.02 3.6 -225670.237832 +0.098 65 -225941.104842 +0.003 49 -222263.654328 +0.098 69 -225929.825933 +0.02 4.1 -225496.167551 +0.098 73 -226042.948017 +0.003 53 -222172.832382 +0.098 77 -226228.288415 +0.02 4.6 -225389.137295 +0.098 81 -226257.76361 +0.003 57 -222097.082049 +0.098 85 -226383.808328 +0.02 5.1 -225061.249155 +0.003 61 -222044.304106 +0.098 89 -226375.425694 +0.098 93 -226522.352475 +0.02 5.6 -224967.084277 +0.003 65 -222011.834002 +0.098 97 -226727.519612 +0.098 101 -226749.742838 +0.02 6.1 -224849.213023 +0.003 69 -221985.908122 +0.098 105 -226864.243249 +0.098 109 -226966.265484 +0.02 6.6 -224772.21392 +0.003 73 -221970.445111 +0.098 113 -227025.398701 +0.003 77 -221963.867249 +0.02 7.1 -224848.337472 +0.098 117 -227157.525553 +0.003 81 -221965.036573 +0.098 121 -227313.77751 +0.02 7.6 -224626.867334 +0.003 85 -221972.774275 +0.098 125 -227235.544936 +0.098 129 -227345.686184 +0.02 8.1 -224515.211332 +0.003 89 -221986.209439 +0.098 133 -227338.649584 +0.098 137 -227467.160343 +0.02 8.6 -224485.872487 +0.003 93 -222004.621593 +0.098 141 -227546.150165 +0.098 145 -227584.712548 +0.02 9.1 -224399.247173 +0.003 97 -222027.448979 +0.098 149 -227685.694507 +0.098 153 -227791.068273 +0.02 9.6 -224277.622361 +0.003 101 -222054.072742 +0.098 157 -227752.136014 +0.098 161 -227870.002263 +0.022 0.1 -226514.871258 +0.003 105 -222084.059129 +0.098 165 -227973.395685 +0.098 169 -227924.029641 +0.022 0.6 -226387.869515 +0.003 109 -222116.967638 +0.098 173 -228013.810963 +0.098 177 -228058.649958 +0.022 1.1 -226087.415447 +0.003 113 -222152.459623 +0.098 181 -228152.037157 +0.098 185 -228262.415821 +0.003 117 -222190.244696 +0.022 1.6 -225981.636154 +0.098 189 -228303.046269 +0.098 193 -228426.543219 +0.022 2.1 -225492.834708 +0.003 121 -222230.097905 +0.098 197 -228535.454235 +0.022 2.6 -225275.938245 +0.003 125 -222271.688505 +0.003 129 -222314.810578 +0.022 3.1 -225542.900944 +0.003 133 -222359.333665 +0.022 3.6 -225405.056383 +0.003 137 -222405.077104 +0.022 4.1 -225227.004482 +0.022 4.6 -225076.61355 +0.003 141 -222451.889073 +0.022 5.1 -225046.627347 +0.003 145 -222499.636422 +0.022 5.6 -224890.42075 +0.003 149 -222548.119108 +0.022 6.1 -224593.400382 +0.003 153 -222597.304347 +0.022 6.6 -224562.267927 +0.003 157 -222647.096115 +0.003 161 -222697.396113 +0.022 7.1 -224423.053577 +0.003 165 -222748.182172 +0.022 7.6 -224390.283351 +0.022 8.1 -224335.376825 +0.003 169 -222799.345241 +0.022 8.6 -224246.317901 +0.003 173 -222850.836658 +0.022 9.1 -224191.006986 +0.003 177 -222902.623936 +0.022 9.6 -224180.910439 +0.003 181 -222954.650529 +0.024 0.1 -226055.052566 +0.003 185 -223006.855104 +0.024 0.6 -225971.189529 +0.003 189 -223059.177748 +0.024 1.1 -225801.584771 +0.003 193 -223111.600739 +0.024 1.6 -225628.933019 +0.003 197 -223164.084268 +0.024 2.1 -225500.851698 +0.024 2.6 -225369.937636 +0.024 3.1 -225149.213224 +0.024 3.6 -225133.605753 +0.024 4.1 -224674.792235 +0.024 4.6 -224909.871159 +0.024 5.1 -224740.938122 +0.024 5.6 -224419.062836 +0.024 6.1 -224440.415989 +0.024 6.6 -224530.943012 +0.024 7.1 -224255.955242 +0.024 7.6 -224195.243789 +0.024 8.1 -224327.025278 +0.024 8.6 -224088.898249 +0.024 9.1 -224060.394897 +0.024 9.6 -224001.320149 +0.026 0.1 -225651.482184 +0.026 0.6 -225596.003881 +0.026 1.1 -225457.554568 +0.026 1.6 -225203.847588 +0.026 2.1 -225190.641959 +0.026 2.6 -224760.689232 +0.026 3.1 -224974.662759 +0.026 3.6 -224433.935162 +0.026 4.1 -224748.765181 +0.026 4.6 -224365.605264 +0.026 5.1 -224615.101542 +0.026 5.6 -224281.31273 +0.026 6.1 -224410.358858 +0.026 6.6 -224145.606568 +0.026 7.1 -224097.075211 +0.026 7.6 -224002.929934 +0.026 8.1 -224018.690263 +0.026 8.6 -223948.733902 +0.026 9.1 -223912.490206 +0.026 9.6 -223829.425467 +0.028 0.1 -225295.888569 +0.028 0.6 -225262.269181 +0.028 1.1 -224573.728653 +0.028 1.6 -225008.519942 +0.028 2.1 -224915.527376 +0.028 2.6 -224811.890318 +0.028 3.1 -224750.891421 +0.028 3.6 -224364.787045 +0.028 4.1 -224579.47318 +0.028 4.6 -224515.648859 +0.028 5.1 -224151.536336 +0.028 5.6 -224366.912265 +0.028 6.1 -224123.312186 +0.028 6.6 -224014.906704 +0.028 7.1 -223931.564265 +0.028 7.6 -223877.99397 +0.028 8.1 -223855.664581 +0.028 8.6 -223795.122922 +0.028 9.1 -223759.818293 +0.028 9.6 -223697.299635 +0.03 0.1 -224981.715007 +0.03 0.6 -224968.487717 +0.03 1.1 -224758.284371 +0.03 1.6 -224239.501344 +0.03 2.1 -224685.986347 +0.03 2.6 -224618.194022 +0.03 3.1 -224529.055457 +0.03 3.6 -224091.89521 +0.03 4.1 -224320.002139 +0.03 4.6 -224284.200128 +0.03 5.1 -223904.767057 +0.03 5.6 -223886.523736 +0.03 6.1 -223906.139776 +0.03 6.6 -224034.058274 +0.03 7.1 -223791.072934 +0.03 7.6 -223738.134908 +0.03 8.1 -223714.970609 +0.03 8.6 -223737.375825 +0.03 9.1 -223625.225213 +0.03 9.6 -223611.835837 +0.032 0.1 -224703.676195 +0.032 0.6 -224570.82184 +0.032 1.1 -224638.220147 +0.032 1.6 -224563.060987 +0.032 2.1 -224375.809732 +0.032 2.6 -224091.647925 +0.032 3.1 -223981.521202 +0.032 3.6 -224236.079134 +0.032 4.1 -224153.484547 +0.032 4.6 -224159.567401 +0.032 5.1 -224088.481833 +0.032 5.6 -223720.403662 +0.032 6.1 -223708.959412 +0.032 6.6 -223703.638189 +0.032 7.1 -223659.255828 +0.032 7.6 -223688.110654 +0.032 8.1 -223827.029772 +0.032 8.6 -223596.794013 +0.032 9.1 -223606.906262 +0.032 9.6 -223547.894002 +0.034 0.1 -224457.449473 +0.034 0.6 -224479.17998 +0.034 1.1 -224406.206778 +0.034 1.6 -224266.020695 +0.034 2.1 -224302.117546 +0.034 2.6 -224142.085506 +0.034 3.1 -224162.214986 +0.034 3.6 -224032.959172 +0.034 4.1 -224029.325119 +0.034 4.6 -224046.518874 +0.034 5.1 -223925.598833 +0.034 5.6 -223687.669766 +0.034 6.1 -223570.093268 +0.034 6.6 -223573.85841 +0.034 7.1 -223569.988802 +0.034 7.6 -223547.342106 +0.034 8.1 -223543.412654 +0.034 8.6 -223497.064768 +0.034 9.1 -223428.919477 +0.034 9.6 -223451.830168 +0.036 0.1 -224239.454459 +0.036 0.6 -224275.163471 +0.036 1.1 -224233.850486 +0.036 1.6 -223649.555417 +0.036 2.1 -223618.593366 +0.036 2.6 -223684.994138 +0.036 3.1 -223643.809583 +0.036 3.6 -223642.452767 +0.036 4.1 -223610.218522 +0.036 4.6 -223571.882289 +0.036 5.1 -223528.376004 +0.036 5.6 -223444.23453 +0.036 6.1 -223514.24547 +0.036 6.6 -223715.48673 +0.036 7.1 -223687.506839 +0.036 7.6 -223706.655818 +0.036 8.1 -223675.152024 +0.036 8.6 -223624.380137 +0.036 9.1 -223455.58056 +0.036 9.6 -223397.653519 +0.038 0.1 -224046.692338 +0.038 0.6 -224095.651349 +0.038 1.1 -223961.724543 +0.038 1.6 -224029.055233 +0.038 2.1 -223989.821137 +0.038 2.6 -223843.40695 +0.038 3.1 -223897.839629 +0.038 3.6 -223856.007701 +0.038 4.1 -223419.583419 +0.038 4.6 -223473.456695 +0.038 5.1 -223436.185968 +0.038 5.6 -223388.719249 +0.038 6.1 -223329.119959 +0.038 6.6 -223685.808498 +0.038 7.1 -223618.964075 +0.038 7.6 -223371.736324 +0.038 8.1 -223347.773314 +0.038 8.6 -223344.548274 +0.038 9.1 -223268.151993 +0.038 9.6 -223379.198577 +0.04 0.1 -223876.626417 +0.04 0.6 -223366.497981 +0.04 1.1 -223885.719236 +0.04 1.6 -223767.229086 +0.04 2.1 -223858.9206 +0.04 2.6 -223831.40673 +0.04 3.1 -223426.707813 +0.04 3.6 -223390.008397 +0.04 4.1 -223652.609303 +0.04 4.6 -223721.067999 +0.04 5.1 -223370.475216 +0.04 5.6 -223331.859097 +0.04 6.1 -223297.831001 +0.04 6.6 -223245.164877 +0.04 7.1 -223601.945692 +0.04 7.6 -223284.502631 +0.04 8.1 -223303.737917 +0.04 8.6 -223238.399861 +0.04 9.1 -223287.613018 +0.04 9.6 -223281.118295 +0.042 0.1 -223727.091865 +0.042 0.6 -223791.862156 +0.042 1.1 -223779.388486 +0.042 1.6 -223763.542285 +0.042 2.1 -223655.943531 +0.042 2.6 -223203.701279 +0.042 3.1 -223644.694634 +0.042 3.6 -223687.235953 +0.042 4.1 -223342.563533 +0.042 4.6 -223231.152914 +0.042 5.1 -223580.760043 +0.042 5.6 -223554.557129 +0.042 6.1 -223269.758214 +0.042 6.6 -223247.725825 +0.042 7.1 -223489.257415 +0.042 7.6 -223227.475482 +0.042 8.1 -223231.278503 +0.042 8.6 -223255.109018 +0.042 9.1 -223230.076121 +0.042 9.6 -223242.953027 +0.044 0.1 -223596.226458 +0.044 0.6 -223663.700584 +0.044 1.1 -223662.474114 +0.044 1.6 -223656.641549 +0.044 2.1 -223141.888573 +0.044 2.6 -223633.930065 +0.044 3.1 -223578.164927 +0.044 3.6 -223147.112937 +0.044 4.1 -223518.2084 +0.044 4.6 -223486.025259 +0.044 5.1 -223162.302271 +0.044 5.6 -223231.260588 +0.044 6.1 -223487.728292 +0.044 6.6 -223215.698035 +0.044 7.1 -223198.725743 +0.044 7.6 -223404.312038 +0.044 8.1 -223151.141817 +0.044 8.6 -223192.883418 +0.044 9.1 -223223.960013 +0.044 9.6 -223212.642958 +0.046 0.1 -223482.416736 +0.046 0.6 -223552.264708 +0.046 1.1 -223562.023095 +0.046 1.6 -223073.886494 +0.046 2.1 -223560.758546 +0.046 2.6 -223539.239911 +0.046 3.1 -223160.293146 +0.046 3.6 -223529.915468 +0.046 4.1 -223183.433145 +0.046 4.6 -223142.092742 +0.046 5.1 -223427.489493 +0.046 5.6 -223113.960402 +0.046 6.1 -223177.316244 +0.046 6.6 -223443.511128 +0.046 7.1 -223152.634468 +0.046 7.6 -223167.407756 +0.046 8.1 -223153.359094 +0.046 8.6 -223128.217049 +0.046 9.1 -223134.87004 +0.046 9.6 -223136.597871 +0.048 0.1 -223384.25563 +0.048 0.6 -223456.381173 +0.048 1.1 -223476.678907 +0.048 1.6 -223390.199808 +0.048 2.1 -223373.670009 +0.048 2.6 -222915.523026 +0.048 3.1 -223371.808997 +0.048 3.6 -223385.016996 +0.048 4.1 -223018.057475 +0.048 4.6 -223406.666954 +0.048 5.1 -223098.277246 +0.048 5.6 -223383.274832 +0.048 6.1 -223100.133347 +0.048 6.6 -223220.596989 +0.048 7.1 -223157.805031 +0.048 7.6 -223139.438597 +0.048 8.1 -223408.897729 +0.048 8.6 -223141.18573 +0.048 9.1 -223159.104732 +0.048 9.6 -223152.734324 +0.05 0.1 -223300.50874 +0.05 0.6 -223374.82346 +0.05 1.1 -223255.773315 +0.05 1.6 -223417.741744 +0.05 2.1 -223424.604999 +0.05 2.6 -223419.761814 +0.05 3.1 -223436.119211 +0.05 3.6 -223022.234425 +0.05 4.1 -223432.073319 +0.05 4.6 -223010.369597 +0.05 5.1 -223358.173859 +0.05 5.6 -223076.61868 +0.05 6.1 -223349.252238 +0.05 6.6 -223097.244068 +0.05 7.1 -223149.186686 +0.05 7.6 -223084.77722 +0.05 8.1 -223134.969576 +0.05 8.6 -223131.262287 +0.05 9.1 -223142.932878 +0.05 9.6 -223215.444447 +0.052 0.1 -223230.087233 +0.052 0.6 -223194.411045 +0.052 1.1 -223345.27165 +0.052 1.6 -223333.834269 +0.052 2.1 -222921.59133 +0.052 2.6 -223386.007774 +0.052 3.1 -222827.510728 +0.052 3.6 -223292.906874 +0.052 4.1 -222985.233032 +0.052 4.6 -223307.66359 +0.052 5.1 -223080.917886 +0.052 5.6 -223344.519388 +0.052 6.1 -223081.752631 +0.052 6.6 -223353.838892 +0.052 7.1 -223097.135643 +0.052 7.6 -223140.094631 +0.052 8.1 -223091.067206 +0.052 8.6 -223143.73043 +0.052 9.1 -223142.507675 +0.052 9.6 -223157.382726 +0.054 0.1 -223172.025861 +0.054 0.6 -223250.049221 +0.054 1.1 -222788.095194 +0.054 1.6 -223287.569166 +0.054 2.1 -222869.07187 +0.054 2.6 -223247.508828 +0.054 3.1 -222813.057061 +0.054 3.6 -223351.588908 +0.054 4.1 -222982.031196 +0.054 4.6 -223332.723478 +0.054 5.1 -223302.791792 +0.054 5.6 -222999.315095 +0.054 6.1 -223412.192885 +0.054 6.6 -223089.291568 +0.054 7.1 -223360.613216 +0.054 7.6 -223101.502252 +0.054 8.1 -223401.863403 +0.054 8.6 -223120.835362 +0.054 9.1 -223172.215397 +0.054 9.6 -223165.600793 +0.056 0.1 -223125.464974 +0.056 0.6 -223203.950142 +0.056 1.1 -223259.075948 +0.056 1.6 -223277.822527 +0.056 2.1 -223199.039573 +0.056 2.6 -223215.787321 +0.056 3.1 -223328.686885 +0.056 3.6 -222888.957524 +0.056 4.1 -223290.991691 +0.056 4.6 -222960.797267 +0.056 5.1 -223384.338054 +0.056 5.6 -222989.534816 +0.056 6.1 -223015.342796 +0.056 6.6 -223354.499823 +0.056 7.1 -223109.353576 +0.056 7.6 -223365.651733 +0.056 8.1 -223126.455154 +0.056 8.6 -223151.360264 +0.056 9.1 -223150.512275 +0.056 9.6 -223203.15239 +0.058 0.1 -223089.635693 +0.058 0.6 -223168.567408 +0.058 1.1 -223225.33055 +0.058 1.6 -223252.67315 +0.058 2.1 -223189.576981 +0.058 2.6 -222869.296448 +0.058 3.1 -223312.803349 +0.058 3.6 -222797.7471 +0.058 4.1 -223342.742085 +0.058 4.6 -223347.926168 +0.058 5.1 -222982.113322 +0.058 5.6 -223312.766682 +0.058 6.1 -223102.65835 +0.058 6.6 -223020.965216 +0.058 7.1 -223369.19986 +0.058 7.6 -223045.946092 +0.058 8.1 -223131.758297 +0.058 8.6 -223162.173218 +0.058 9.1 -223128.632367 +0.058 9.6 -223251.912135 +0.06 0.1 -223063.847598 +0.06 0.6 -223143.211637 +0.06 1.1 -223201.559965 +0.06 1.6 -223126.774248 +0.06 2.1 -223266.442419 +0.06 2.6 -222861.26964 +0.06 3.1 -223222.420134 +0.06 3.6 -223345.994342 +0.06 4.1 -222922.195864 +0.06 4.6 -223307.467507 +0.06 5.1 -223345.174644 +0.06 5.6 -223006.772938 +0.06 6.1 -223354.091714 +0.06 6.6 -223058.296155 +0.06 7.1 -223086.786757 +0.06 7.6 -223427.480187 +0.06 8.1 -223099.61492 +0.06 8.6 -223175.227705 +0.06 9.1 -223207.833989 +0.06 9.6 -223176.321001 +0.062 0.1 -223047.478438 +0.062 0.6 -223127.261514 +0.062 1.1 -223187.146311 +0.062 1.6 -222616.305249 +0.062 2.1 -223236.474586 +0.062 2.6 -223280.726995 +0.062 3.1 -222795.236453 +0.062 3.6 -223334.972433 +0.062 4.1 -223283.255343 +0.062 4.6 -222937.424517 +0.062 5.1 -223305.088938 +0.062 5.6 -223031.799511 +0.062 6.1 -223103.458459 +0.062 6.6 -223395.309262 +0.062 7.1 -223105.15555 +0.062 7.6 -223135.066374 +0.062 8.1 -223163.940965 +0.062 8.6 -223151.755448 +0.062 9.1 -223243.819293 +0.062 9.6 -223276.883959 +0.064 0.1 -223039.965469 +0.064 0.6 -223120.155143 +0.064 1.1 -223168.395683 +0.064 1.6 -222728.508778 +0.064 2.1 -223238.991035 +0.064 2.6 -223197.172828 +0.064 3.1 -222902.293814 +0.064 3.6 -223251.094147 +0.064 4.1 -223295.089665 +0.064 4.6 -222876.718753 +0.064 5.1 -222895.739757 +0.064 5.6 -223419.293431 +0.064 6.1 -223064.699833 +0.064 6.6 -223070.071241 +0.064 7.1 -223109.303864 +0.064 7.6 -223161.315112 +0.064 8.1 -223192.360463 +0.064 8.6 -223222.132405 +0.064 9.1 -223212.608306 +0.064 9.6 -223304.884254 +0.066 0.1 -223040.798131 +0.066 0.6 -223121.382733 +0.066 1.1 -223171.071343 +0.066 1.6 -223211.755554 +0.066 2.1 -223273.413658 +0.066 2.6 -223222.24677 +0.066 3.1 -223346.038563 +0.066 3.6 -222868.343034 +0.066 4.1 -223394.538469 +0.066 4.6 -223347.473709 +0.066 5.1 -223013.033537 +0.066 5.6 -222955.977194 +0.066 6.1 -223457.107585 +0.066 6.6 -223135.955648 +0.066 7.1 -223124.448192 +0.066 7.6 -223145.956075 +0.066 8.1 -223204.821598 +0.066 8.6 -223247.30375 +0.066 9.1 -223272.574208 +0.066 9.6 -223220.531247 +0.068 0.1 -223049.511813 +0.068 0.6 -223099.668637 +0.068 1.1 -223194.66596 +0.068 1.6 -223251.409084 +0.068 2.1 -222839.888444 +0.068 2.6 -223327.875558 +0.068 3.1 -223268.560893 +0.068 3.6 -222983.153319 +0.068 4.1 -222921.594257 +0.068 4.6 -223374.457442 +0.068 5.1 -223395.547194 +0.068 5.6 -222964.471013 +0.068 6.1 -223024.522071 +0.068 6.6 -223520.755731 +0.068 7.1 -223205.037731 +0.068 7.6 -223212.620619 +0.068 8.1 -223217.25196 +0.068 8.6 -223258.479039 +0.068 9.1 -223320.668809 +0.068 9.6 -223346.696274 +0.07 0.1 -223065.682532 +0.07 0.6 -223116.212985 +0.07 1.1 -223114.243471 +0.07 1.6 -223269.323406 +0.07 2.1 -222755.70313 +0.07 2.6 -223330.632039 +0.07 3.1 -223295.130957 +0.07 3.6 -223426.019847 +0.07 4.1 -222954.453746 +0.07 4.6 -223103.347937 +0.07 5.1 -223443.038413 +0.07 5.6 -223540.621409 +0.07 6.1 -223065.227773 +0.07 6.6 -223127.867942 +0.07 7.1 -223172.662271 +0.07 7.6 -223273.966503 +0.07 8.1 -223290.207388 +0.07 8.6 -223303.251226 +0.07 9.1 -223337.353176 +0.07 9.6 -223401.212741 +0.072 0.1 -223088.922349 +0.072 0.6 -223170.493074 +0.072 1.1 -223139.029798 +0.072 1.6 -223294.261352 +0.072 2.1 -222787.645858 +0.072 2.6 -222923.677308 +0.072 3.1 -223328.498901 +0.072 3.6 -223464.561169 +0.072 4.1 -223403.114284 +0.072 4.6 -223035.500746 +0.072 5.1 -223169.813525 +0.072 5.6 -223506.23232 +0.072 6.1 -223616.657606 +0.072 6.6 -223147.78187 +0.072 7.1 -223210.381418 +0.072 7.6 -223265.231855 +0.072 8.1 -223687.566307 +0.072 8.6 -223349.093508 +0.072 9.1 -223388.380129 +0.072 9.6 -223422.932382 +0.074 0.1 -223118.875423 +0.074 0.6 -223200.446148 +0.074 1.1 -223170.490252 +0.074 1.6 -223325.869589 +0.074 2.1 -223354.84739 +0.074 2.6 -222962.379097 +0.074 3.1 -223464.342583 +0.074 3.6 -223410.537691 +0.074 4.1 -223540.140226 +0.074 4.6 -223081.296089 +0.074 5.1 -223135.510532 +0.074 5.6 -223180.158803 +0.074 6.1 -223589.817318 +0.074 6.6 -223605.314907 +0.074 7.1 -223226.880114 +0.074 7.6 -223248.864332 +0.074 8.1 -223354.198855 +0.074 8.6 -223381.632172 +0.074 9.1 -223440.283072 +0.074 9.6 -223457.111137 +0.076 0.1 -223155.214586 +0.076 0.6 -223236.785311 +0.076 1.1 -223305.720936 +0.076 1.6 -223363.823254 +0.076 2.1 -223393.11819 +0.076 2.6 -222925.029488 +0.076 3.1 -223081.285621 +0.076 3.6 -223456.506211 +0.076 4.1 -223586.166406 +0.076 4.6 -223537.760906 +0.076 5.1 -223175.096671 +0.076 5.6 -223307.899491 +0.076 6.1 -223248.428334 +0.076 6.6 -223300.771753 +0.076 7.1 -223695.721473 +0.076 7.6 -223322.350245 +0.076 8.1 -223327.057796 +0.076 8.6 -223449.163868 +0.076 9.1 -223476.855271 +0.076 9.6 -223471.991297 +0.078 0.1 -223197.638365 +0.078 0.6 -223279.20909 +0.078 1.1 -223348.482423 +0.078 1.6 -223395.905818 +0.078 2.1 -223437.427506 +0.078 2.6 -223412.69116 +0.078 3.1 -223108.011309 +0.078 3.6 -223166.043102 +0.078 4.1 -223565.812926 +0.078 4.6 -223679.744745 +0.078 5.1 -223620.369056 +0.078 5.6 -223262.407313 +0.078 6.1 -223331.901173 +0.078 6.6 -223359.546228 +0.078 7.1 -223362.754689 +0.078 7.6 -223792.115922 +0.078 8.1 -223854.389553 +0.078 8.6 -223428.566387 +0.078 9.1 -223542.412049 +0.078 9.6 -223577.69269 +0.08 0.1 -223245.868382 +0.08 0.6 -223327.439107 +0.08 1.1 -223397.042313 +0.08 1.6 -223445.67524 +0.08 2.1 -223514.365128 +0.08 2.6 -223463.945007 +0.08 3.1 -223063.085184 +0.08 3.6 -223237.228989 +0.08 4.1 -223192.858995 +0.08 4.6 -223661.681366 +0.08 5.1 -223771.826729 +0.08 5.6 -223721.169295 +0.08 6.1 -223379.316764 +0.08 6.6 -223411.923174 +0.08 7.1 -223464.003571 +0.08 7.6 -223493.375197 +0.08 8.1 -223517.444676 +0.08 8.6 -223593.43833 +0.08 9.1 -223535.431069 +0.08 9.6 -223648.518962 +0.082 0.1 -223299.647075 +0.082 0.6 -223381.2178 +0.082 1.1 -223451.143432 +0.082 1.6 -223409.615008 +0.082 2.1 -223569.648478 +0.082 2.6 -223598.852841 +0.082 3.1 -223549.941222 +0.082 3.6 -223298.960874 +0.082 4.1 -223255.611898 +0.082 4.6 -223312.486016 +0.082 5.1 -223842.150923 +0.082 5.6 -223785.131297 +0.082 6.1 -223815.199494 +0.082 6.6 -223489.418968 +0.082 7.1 -223533.39309 +0.082 7.6 -223537.306975 +0.082 8.1 -223602.717053 +0.082 8.6 -223626.755276 +0.082 9.1 -223702.07713 +0.082 9.6 -223672.17609 +0.084 0.1 -223358.735688 +0.084 0.6 -223440.306413 +0.084 1.1 -223510.547388 +0.084 1.6 -223470.175221 +0.084 2.1 -223630.208692 +0.084 2.6 -223659.702119 +0.084 3.1 -223636.07526 +0.084 3.6 -223664.541509 +0.084 4.1 -223399.931942 +0.084 4.6 -223371.376739 +0.084 5.1 -223427.341768 +0.084 5.6 -223543.840229 +0.084 6.1 -223896.325079 +0.084 6.6 -223937.828624 +0.084 7.1 -223979.424916 +0.084 7.6 -223647.895614 +0.084 8.1 -223652.017715 +0.084 8.6 -223716.782177 +0.084 9.1 -223740.857661 +0.084 9.6 -223796.392555 +0.086 0.1 -223422.912508 +0.086 0.6 -223504.483233 +0.086 1.1 -223575.032803 +0.086 1.6 -223547.60957 +0.086 2.1 -223695.825624 +0.086 2.6 -223725.60193 +0.086 3.1 -223703.080872 +0.086 3.6 -223731.804284 +0.086 4.1 -223902.029038 +0.086 4.6 -223444.142799 +0.086 5.1 -223500.159261 +0.086 5.6 -223546.497285 +0.086 6.1 -223571.51236 +0.086 6.6 -223615.583346 +0.086 7.1 -223658.583586 +0.086 7.6 -224068.824075 +0.086 8.1 -224133.3136 +0.086 8.6 -223771.21217 +0.086 9.1 -223825.933666 +0.086 9.6 -223789.158652 +0.088 0.1 -223491.971295 +0.088 0.6 -223573.542019 +0.088 1.1 -223644.393751 +0.088 1.6 -223709.146366 +0.088 2.1 -223766.294496 +0.088 2.6 -223796.347783 +0.088 3.1 -223875.456506 +0.088 3.6 -223803.884682 +0.088 4.1 -223855.168065 +0.088 4.6 -224007.9788 +0.088 5.1 -223568.896172 +0.088 5.6 -223624.016585 +0.088 6.1 -223658.04795 +0.088 6.6 -223694.18539 +0.088 7.1 -223726.0803 +0.088 7.6 -223780.223494 +0.088 8.1 -223724.454309 +0.088 8.6 -223871.062405 +0.088 9.1 -223874.176756 +0.088 9.6 -223948.956963 +0.09 0.1 -223565.719894 +0.09 0.6 -223647.290619 +0.09 1.1 -223718.438369 +0.09 1.6 -223783.190984 +0.09 2.1 -223743.069369 +0.09 2.6 -223897.199139 +0.09 3.1 -223926.261051 +0.09 3.6 -223880.593471 +0.09 4.1 -223931.876854 +0.09 4.6 -224084.835598 +0.09 5.1 -224132.120031 +0.09 5.6 -223706.053715 +0.09 6.1 -223751.776596 +0.09 6.6 -223789.721361 +0.09 7.1 -223820.869681 +0.09 7.6 -223863.4447 +0.09 8.1 -223880.434264 +0.09 8.6 -223850.682149 +0.09 9.1 -223958.82872 +0.09 9.6 -223998.977569 +0.092 0.1 -223643.978998 +0.092 0.6 -223725.549723 +0.092 1.1 -223770.557302 +0.092 1.6 -223861.740238 +0.092 2.1 -223822.682504 +0.092 2.6 -223976.812275 +0.092 3.1 -224006.140157 +0.092 3.6 -224083.095228 +0.092 4.1 -224013.037454 +0.092 4.6 -224085.070601 +0.092 5.1 -224213.425706 +0.092 5.6 -224182.222995 +0.092 6.1 -224236.525197 +0.092 6.6 -223871.820494 +0.092 7.1 -223920.651765 +0.092 7.6 -223939.941285 +0.092 8.1 -223993.428138 +0.092 8.6 -224010.214692 +0.092 9.1 -224051.72072 +0.092 9.6 -223998.104916 +0.094 0.1 -223726.581045 +0.094 0.6 -223808.15177 +0.094 1.1 -223853.443883 +0.094 1.6 -223944.62682 +0.094 2.1 -223906.612382 +0.094 2.6 -223976.298216 +0.094 3.1 -224090.330859 +0.094 3.6 -224143.553894 +0.094 4.1 -224098.484854 +0.094 4.6 -224148.72534 +0.094 5.1 -224205.650235 +0.094 5.6 -224345.65416 +0.094 6.1 -224322.968471 +0.094 6.6 -224368.076356 +0.094 7.1 -224401.249755 +0.094 7.6 -224055.181757 +0.094 8.1 -224074.254989 +0.094 8.6 -224127.105883 +0.094 9.1 -224143.688722 +0.094 9.6 -224184.732593 +0.096 0.1 -223813.369227 +0.096 0.6 -223894.939952 +0.096 1.1 -223940.511226 +0.096 1.6 -224031.694162 +0.096 2.1 -223994.703312 +0.096 2.6 -224064.389146 +0.096 3.1 -224178.677686 +0.096 3.6 -224231.90072 +0.096 4.1 -224284.491328 +0.096 4.6 -224238.305124 +0.096 5.1 -224308.824487 +0.096 5.6 -224343.2304 +0.096 6.1 -224481.359978 +0.096 6.6 -224458.633202 +0.096 7.1 -224503.135323 +0.096 7.6 -224535.833655 +0.096 8.1 -224583.369099 +0.096 8.6 -224520.696951 +0.096 9.1 -224264.333222 +0.096 9.6 -224280.7098 +0.098 0.1 -223904.196608 +0.098 0.6 -223985.767333 +0.098 1.1 -224031.612617 +0.098 1.6 -224122.795553 +0.098 2.1 -224184.473875 +0.098 2.6 -224145.906892 +0.098 3.1 -224213.005225 +0.098 3.6 -224324.257988 +0.098 4.1 -224399.273408 +0.098 4.6 -224331.872601 +0.098 5.1 -224381.120217 +0.098 5.6 -224436.934881 +0.098 6.1 -224483.970366 +0.098 6.6 -224615.966142 +0.098 7.1 -224597.661833 +0.098 7.6 -224630.474335 +0.098 8.1 -224678.009779 +0.098 8.6 -224707.416365 +0.098 9.1 -224658.603356 +0.098 9.6 -224688.417897 diff --git a/ic_experiments/old_stuff/results2.txt b/ic_experiments/old_stuff/results2.txt new file mode 100644 index 0000000..857cc6b --- /dev/null +++ b/ic_experiments/old_stuff/results2.txt @@ -0,0 +1,5223 @@ +0.002 1 -330168.152893 +0.002 5 -325483.352055 +0.002 9 -323331.082921 +0.002 13 -321928.30911 +0.002 17 -320897.11968 +0.002 21 -320098.343666 +0.002 25 -319454.136037 +0.002 29 -318952.822912 +0.002 33 -318507.835579 +0.002 37 -318126.886731 +0.002 41 -317815.974576 +0.002 45 -317532.799278 +0.002 49 -317276.204536 +0.05 1 -312480.232766 +0.002 53 -317052.91867 +0.05 5 -312619.31181 +0.002 57 -316852.884693 +0.05 9 -312602.355577 +0.002 61 -316679.00219 +0.05 13 -312803.069366 +0.002 65 -316515.553287 +0.05 17 -312772.102743 +0.002 69 -316366.372395 +0.05 21 -312841.049372 +0.002 73 -316223.619776 +0.05 25 -312929.282151 +0.002 77 -316098.205797 +0.05 29 -312897.380329 +0.002 81 -315988.801494 +0.05 33 -312950.638842 +0.002 85 -315881.835353 +0.05 37 -312981.621998 +0.002 89 -315782.53057 +0.05 41 -313057.744531 +0.002 93 -315690.168177 +0.05 45 -312990.489584 +0.002 97 -315604.152488 +0.05 49 -313162.648165 +0.002 101 -315523.850849 +0.05 53 -313140.325726 +0.002 105 -315448.746687 +0.05 57 -313207.419958 +0.002 109 -315366.105869 +0.05 61 -313233.296988 +0.002 113 -315312.605141 +0.05 65 -313203.434677 +0.002 117 -315244.402362 +0.05 69 -313248.360956 +0.002 121 -315192.239386 +0.05 73 -313174.798842 +0.002 125 -315137.218939 +0.05 77 -313341.939793 +0.002 129 -315085.301521 +0.05 81 -313280.119901 +0.002 133 -315036.381483 +0.05 85 -313311.610652 +0.002 137 -314990.202943 +0.05 89 -313355.22557 +0.002 141 -314946.487349 +0.05 93 -313375.721987 +0.002 145 -314905.125144 +0.05 97 -313348.411436 +0.002 149 -314865.948044 +0.05 101 -313494.582061 +0.002 153 -314828.777131 +0.05 105 -313473.691426 +0.002 157 -314793.346693 +0.05 109 -313373.362442 +0.002 161 -314759.678418 +0.05 113 -313488.311511 +0.002 165 -314727.743928 +0.05 117 -313439.001026 +0.002 169 -314697.37718 +0.05 121 -313509.391211 +0.002 173 -314668.552549 +0.05 125 -313583.613319 +0.002 177 -314641.11553 +0.05 129 -313629.329097 +0.002 181 -314614.911596 +0.05 133 -313627.246173 +0.002 185 -314589.960452 +0.05 137 -313737.755085 +0.002 189 -314566.123257 +0.05 141 -313676.255491 +0.002 193 -314543.381299 +0.05 145 -313658.242515 +0.002 197 -314521.717533 +0.05 149 -313785.082979 +0.004 1 -326146.642117 +0.05 153 -313727.367785 +0.004 5 -323371.534524 +0.05 157 -313745.915838 +0.004 9 -321824.971545 +0.05 161 -313777.532186 +0.004 13 -320743.465257 +0.05 165 -313824.258513 +0.004 17 -319889.358883 +0.05 169 -313802.556235 +0.004 21 -319289.571203 +0.05 173 -313850.719343 +0.004 25 -318774.466788 +0.05 177 -313845.803495 +0.004 29 -318305.878669 +0.05 181 -313776.488567 +0.004 33 -317974.576048 +0.05 185 -313925.183952 +0.004 37 -317633.460367 +0.05 189 -313889.919457 +0.004 41 -317369.236803 +0.05 193 -313921.897342 +0.004 45 -317116.287438 +0.05 197 -313961.554111 +0.004 49 -316891.082155 +0.052 1 -312409.81126 +0.004 53 -316671.78937 +0.052 5 -312550.460775 +0.004 57 -316520.705655 +0.052 9 -312646.261115 +0.004 61 -316342.253332 +0.052 13 -312640.430662 +0.004 65 -316215.933012 +0.052 17 -312669.122983 +0.004 69 -316085.207879 +0.052 21 -312799.620384 +0.004 73 -315949.188151 +0.052 25 -312734.750869 +0.004 77 -315839.560007 +0.052 29 -312901.271574 +0.004 81 -315727.787684 +0.052 33 -312883.113761 +0.004 85 -315634.872634 +0.052 37 -312937.624853 +0.004 89 -315537.928891 +0.052 41 -312986.236122 +0.004 93 -315458.120348 +0.052 45 -312948.15774 +0.004 97 -315378.33263 +0.052 49 -312977.471869 +0.004 101 -315303.552198 +0.052 53 -313071.306268 +0.004 105 -315239.050341 +0.052 57 -313130.791944 +0.004 109 -315173.420114 +0.052 61 -313200.175558 +0.004 113 -315089.851726 +0.052 65 -313128.813043 +0.004 117 -315037.462628 +0.052 69 -313215.488027 +0.004 121 -314988.444634 +0.052 73 -313254.568294 +0.004 125 -314948.04932 +0.052 77 -313171.05634 +0.004 129 -314894.041179 +0.052 81 -313316.362439 +0.004 133 -314837.1702 +0.052 85 -313273.183488 +0.004 137 -314810.276191 +0.052 89 -313310.369661 +0.004 141 -314769.099565 +0.052 93 -313361.411624 +0.004 145 -314730.045203 +0.052 97 -313315.528752 +0.004 149 -314687.489487 +0.052 101 -313358.438763 +0.004 153 -314657.730406 +0.052 105 -313486.347683 +0.004 157 -314624.027808 +0.052 109 -313437.81572 +0.004 161 -314586.476689 +0.052 113 -313495.607783 +0.004 165 -314556.046381 +0.052 117 -313410.826966 +0.004 169 -314527.050731 +0.052 121 -313423.968514 +0.004 173 -314505.028233 +0.052 125 -313471.180362 +0.004 177 -314467.748192 +0.052 129 -313430.733661 +0.004 181 -314448.120725 +0.052 133 -313550.375881 +0.004 185 -314429.631352 +0.052 137 -313543.497835 +0.004 189 -314401.123528 +0.052 141 -313588.181871 +0.004 193 -314384.665092 +0.052 145 -313606.193568 +0.004 197 -314363.700148 +0.052 149 -313585.826729 +0.006 1 -323613.814523 +0.052 153 -313600.376547 +0.006 5 -321748.013727 +0.052 157 -313711.326807 +0.006 9 -320621.082379 +0.052 161 -313637.378642 +0.006 13 -319700.946444 +0.052 165 -313669.956381 +0.006 17 -319118.278767 +0.052 169 -313627.235461 +0.006 21 -318624.806706 +0.052 173 -313641.869294 +0.006 25 -318165.071822 +0.052 177 -313679.458136 +0.006 29 -317798.393461 +0.052 181 -313735.21401 +0.006 33 -317501.635925 +0.052 185 -313751.368834 +0.006 37 -317219.698032 +0.052 189 -313778.888843 +0.006 41 -317009.730952 +0.052 193 -313782.554745 +0.006 45 -316801.41319 +0.052 197 -313791.861739 +0.006 49 -316626.274039 +0.054 1 -312351.749888 +0.006 53 -316439.313738 +0.054 5 -312465.51943 +0.006 57 -316243.112059 +0.054 9 -312590.773673 +0.006 61 -316131.3613 +0.054 13 -312662.631182 +0.006 65 -316005.801707 +0.054 17 -312752.3454 +0.006 69 -315875.806021 +0.054 21 -312740.742559 +0.006 73 -315775.915311 +0.054 25 -312818.633168 +0.006 77 -315668.828418 +0.054 29 -312849.931098 +0.006 81 -315569.306574 +0.054 33 -312951.037202 +0.006 85 -315460.855251 +0.054 37 -312889.124155 +0.006 89 -315419.379173 +0.054 41 -312939.319666 +0.006 93 -315342.360968 +0.054 45 -312995.011848 +0.006 97 -315265.129517 +0.054 49 -313031.283157 +0.006 101 -315187.04315 +0.054 53 -313088.376193 +0.006 105 -315138.34248 +0.054 57 -313057.249 +0.006 109 -315057.861088 +0.054 61 -313090.215613 +0.006 113 -315011.671056 +0.054 65 -313155.985181 +0.006 117 -314968.668062 +0.054 69 -313233.86644 +0.006 121 -314913.360566 +0.054 73 -313185.131079 +0.006 125 -314881.262429 +0.054 77 -313238.308719 +0.006 129 -314831.374096 +0.054 81 -313267.158021 +0.006 133 -314783.955321 +0.054 85 -313283.959676 +0.006 137 -314743.980617 +0.054 89 -313345.203072 +0.006 141 -314706.06298 +0.054 93 -313310.58372 +0.006 145 -314670.062517 +0.054 97 -313352.437964 +0.006 149 -314646.051424 +0.054 101 -313396.600131 +0.006 153 -314603.264815 +0.054 105 -313425.244299 +0.006 157 -314587.438099 +0.054 109 -313447.434547 +0.006 161 -314552.63331 +0.054 113 -313408.744597 +0.006 165 -314509.101516 +0.054 117 -313426.800537 +0.006 169 -314502.600744 +0.054 121 -313475.049189 +0.006 173 -314471.881572 +0.054 125 -313516.729138 +0.006 177 -314442.381196 +0.054 129 -313466.779854 +0.006 181 -314408.861637 +0.054 133 -313507.539117 +0.006 185 -314407.021195 +0.054 137 -313524.691648 +0.006 189 -314360.233639 +0.054 141 -313572.841965 +0.006 193 -314365.466807 +0.054 145 -313617.421958 +0.006 197 -314335.920142 +0.054 149 -313586.967197 +0.008 1 -321008.395703 +0.054 153 -313630.536489 +0.008 5 -320148.006162 +0.054 157 -313667.759869 +0.008 9 -319356.737613 +0.054 161 -313667.565483 +0.008 13 -318908.118816 +0.054 165 -313635.347361 +0.008 17 -318355.143199 +0.054 169 -313643.09816 +0.008 21 -317983.666047 +0.054 173 -313661.651214 +0.008 25 -317682.38811 +0.054 177 -313685.238616 +0.008 29 -317379.603359 +0.054 181 -313722.333657 +0.008 33 -317080.30427 +0.054 185 -313650.82973 +0.008 37 -316865.938324 +0.054 189 -313684.584132 +0.008 41 -316667.415192 +0.054 193 -313712.387653 +0.008 45 -316466.113765 +0.054 197 -313753.923005 +0.008 49 -316341.256898 +0.056 1 -312305.189 +0.008 53 -316158.788202 +0.056 5 -312448.668681 +0.008 57 -316090.240194 +0.056 9 -312563.201087 +0.008 61 -315942.285817 +0.056 13 -312586.138089 +0.008 65 -315838.565748 +0.056 17 -312724.676799 +0.008 69 -315748.501132 +0.056 21 -312789.049817 +0.008 73 -315652.145669 +0.056 25 -312873.340519 +0.008 77 -315529.394153 +0.056 29 -312936.525044 +0.008 81 -315456.123197 +0.056 33 -313001.721172 +0.008 85 -315383.053868 +0.056 37 -313097.281299 +0.008 89 -315329.314282 +0.056 41 -313139.921962 +0.008 93 -315256.390497 +0.056 45 -313185.628631 +0.008 97 -315202.180254 +0.056 49 -313239.755259 +0.008 101 -315132.53582 +0.056 53 -313244.509677 +0.008 105 -315071.406251 +0.056 57 -313206.780021 +0.008 109 -315037.77206 +0.056 61 -313266.208098 +0.008 113 -314978.396257 +0.056 65 -313301.460341 +0.008 117 -314921.813995 +0.056 69 -313366.292899 +0.008 121 -314877.364881 +0.056 73 -313434.956825 +0.008 125 -314839.880934 +0.056 77 -313485.534331 +0.008 129 -314804.50178 +0.056 81 -313541.08921 +0.008 133 -314761.596087 +0.056 85 -313581.176484 +0.008 137 -314720.748353 +0.056 89 -313605.817031 +0.008 141 -314696.157927 +0.056 93 -313607.757906 +0.008 145 -314634.615613 +0.056 97 -313658.81821 +0.008 149 -314627.556521 +0.056 101 -313714.320226 +0.008 153 -314612.300964 +0.056 105 -313768.803592 +0.008 157 -314559.85771 +0.056 109 -313803.479073 +0.008 161 -314552.075004 +0.056 113 -313828.67944 +0.008 165 -314521.598506 +0.056 117 -313762.404659 +0.008 169 -314501.909714 +0.056 121 -313791.668442 +0.008 173 -314483.440229 +0.056 125 -313826.070137 +0.008 177 -314456.418239 +0.056 129 -313853.753916 +0.008 181 -314439.982302 +0.056 133 -313897.568594 +0.008 185 -314405.26417 +0.056 137 -313932.571881 +0.008 189 -314405.125114 +0.056 141 -313947.400516 +0.008 193 -314376.991908 +0.056 145 -313986.788882 +0.008 197 -314373.815738 +0.056 149 -313989.242313 +0.01 1 -320366.91794 +0.056 153 -314038.72388 +0.01 5 -318917.878561 +0.056 157 -314073.73029 +0.01 9 -318751.362882 +0.056 161 -314136.214547 +0.01 13 -318272.257308 +0.056 165 -314164.777112 +0.01 17 -317854.966145 +0.056 169 -314195.255969 +0.01 21 -317421.30206 +0.056 173 -314126.493995 +0.01 25 -317107.30172 +0.056 177 -314150.948384 +0.01 29 -316940.482627 +0.056 181 -314171.907435 +0.01 33 -316725.974735 +0.056 185 -314187.15173 +0.01 37 -316555.344614 +0.056 189 -314199.07198 +0.01 41 -316444.644531 +0.056 193 -314215.866571 +0.01 45 -316241.330708 +0.056 197 -314257.562854 +0.01 49 -316102.823837 +0.058 1 -312269.359719 +0.01 53 -315976.606398 +0.058 5 -312413.881342 +0.01 57 -315883.860695 +0.058 9 -312520.849873 +0.01 61 -315741.613041 +0.058 13 -312598.147266 +0.01 65 -315676.055532 +0.058 17 -312690.028841 +0.01 69 -315571.637376 +0.058 21 -312728.089567 +0.01 73 -315510.24967 +0.058 25 -312854.445743 +0.01 77 -315441.382304 +0.058 29 -312924.165454 +0.01 81 -315355.036777 +0.058 33 -312976.30505 +0.01 85 -315328.44039 +0.058 37 -313030.894606 +0.01 89 -315251.379351 +0.058 41 -313115.453253 +0.01 93 -315164.737251 +0.058 45 -313153.703801 +0.01 97 -315095.433676 +0.058 49 -313200.706433 +0.01 101 -315061.546587 +0.058 53 -313251.105141 +0.01 105 -314994.12882 +0.058 57 -313307.693162 +0.01 109 -314984.61699 +0.058 61 -313345.695071 +0.01 113 -314913.401404 +0.058 65 -313379.231728 +0.01 117 -314894.87779 +0.058 69 -313411.219523 +0.01 121 -314874.052093 +0.058 73 -313450.29006 +0.01 125 -314795.683669 +0.058 77 -313520.934016 +0.01 129 -314783.394302 +0.058 81 -313595.875692 +0.01 133 -314745.428248 +0.058 85 -313641.817716 +0.01 137 -314727.679589 +0.058 89 -313687.24025 +0.01 141 -314693.162417 +0.058 93 -313725.833438 +0.01 145 -314664.788237 +0.058 97 -313752.243224 +0.01 149 -314651.469189 +0.058 101 -313758.734852 +0.01 153 -314630.28327 +0.058 105 -313794.761074 +0.01 157 -314596.44767 +0.058 109 -313860.084422 +0.01 161 -314559.137777 +0.058 113 -313888.859376 +0.01 165 -314559.649723 +0.058 117 -313944.097824 +0.01 169 -314506.02897 +0.058 121 -313974.281334 +0.01 173 -314485.485701 +0.058 125 -314003.210796 +0.01 177 -314493.37706 +0.058 129 -314006.850547 +0.01 181 -314474.549667 +0.058 133 -314051.388249 +0.01 185 -314447.49914 +0.058 137 -314092.702685 +0.01 189 -314434.978261 +0.058 141 -314105.697637 +0.01 193 -314409.41928 +0.058 145 -314150.751076 +0.01 197 -314361.644753 +0.058 149 -314189.932193 +0.012 1 -319220.161582 +0.058 153 -314206.493201 +0.012 5 -318561.063121 +0.058 157 -314228.260931 +0.012 9 -317732.580547 +0.058 161 -314246.344157 +0.012 13 -317679.56053 +0.058 165 -314294.768004 +0.012 17 -317359.277072 +0.058 169 -314331.421742 +0.012 21 -316927.205943 +0.058 173 -314365.1914 +0.012 25 -316729.670406 +0.058 177 -314420.21741 +0.012 29 -316547.846957 +0.058 181 -314433.482828 +0.012 33 -316386.753305 +0.058 185 -314473.753144 +0.012 37 -316288.438675 +0.058 189 -314486.015568 +0.012 41 -316113.45922 +0.058 193 -314517.652505 +0.012 45 -316044.664716 +0.058 197 -314540.225064 +0.012 49 -315859.577911 +0.06 1 -312243.571625 +0.012 53 -315749.972957 +0.06 5 -312359.258311 +0.012 57 -315631.594942 +0.06 9 -312505.009652 +0.012 61 -315573.262016 +0.06 13 -312591.595314 +0.012 65 -315486.289227 +0.06 17 -312646.537898 +0.012 69 -315484.569451 +0.06 21 -312756.90368 +0.012 73 -315387.26731 +0.06 25 -312782.777314 +0.012 77 -315264.078977 +0.06 29 -312898.757039 +0.012 81 -315250.566674 +0.06 33 -312981.977192 +0.012 85 -315240.541887 +0.06 37 -313001.812666 +0.012 89 -315150.436748 +0.06 41 -313079.019433 +0.012 93 -315099.038892 +0.06 45 -313161.300203 +0.012 97 -315050.765527 +0.06 49 -313198.110983 +0.012 101 -314983.371993 +0.06 53 -313254.901973 +0.012 105 -314962.679546 +0.06 57 -313271.318675 +0.012 109 -314926.929191 +0.06 61 -313329.308424 +0.012 113 -314937.673705 +0.06 65 -313385.727938 +0.012 117 -314884.579073 +0.06 69 -313413.317065 +0.012 121 -314837.833716 +0.06 73 -313445.062777 +0.012 125 -314801.600469 +0.06 77 -313493.837219 +0.012 129 -314766.998261 +0.06 81 -313547.415645 +0.012 133 -314756.020145 +0.06 85 -313605.381698 +0.012 137 -314706.99866 +0.06 89 -313664.429038 +0.012 141 -314668.042298 +0.06 93 -313714.245505 +0.012 145 -314700.912129 +0.06 97 -313766.394662 +0.012 149 -314616.095958 +0.06 101 -313795.560311 +0.012 153 -314607.120198 +0.06 105 -313802.040521 +0.012 157 -314585.776632 +0.06 109 -313840.132356 +0.012 161 -314604.971992 +0.06 113 -313869.823518 +0.012 165 -314567.997435 +0.06 117 -313892.981419 +0.012 169 -314553.956491 +0.06 121 -313948.128695 +0.012 173 -314527.677221 +0.06 125 -313969.757054 +0.012 177 -314515.408863 +0.06 129 -314045.062647 +0.012 181 -314495.049773 +0.06 133 -314057.232801 +0.012 185 -314497.425428 +0.06 137 -314065.96901 +0.012 189 -314478.419875 +0.06 141 -314101.328281 +0.012 193 -314446.864376 +0.06 145 -314155.087414 +0.012 197 -314451.207433 +0.06 149 -314167.644605 +0.014 1 -318128.745088 +0.06 153 -314198.877868 +0.014 5 -317666.038434 +0.06 157 -314221.060509 +0.014 9 -317376.377529 +0.06 161 -314277.999498 +0.014 13 -317120.556254 +0.06 165 -314301.762612 +0.014 17 -316695.686536 +0.06 169 -314311.811322 +0.014 21 -316444.287298 +0.06 173 -314334.906199 +0.014 25 -316314.489549 +0.06 177 -314365.400184 +0.014 29 -316193.519144 +0.06 181 -314401.138095 +0.014 33 -316039.650057 +0.06 185 -314431.126778 +0.014 37 -315873.677556 +0.06 189 -314471.627165 +0.014 41 -315871.676916 +0.06 193 -314516.821689 +0.014 45 -315820.202538 +0.06 197 -314548.170077 +0.014 49 -315731.057298 +0.062 1 -312227.202465 +0.014 53 -315573.521717 +0.062 5 -312343.866905 +0.014 57 -315498.485833 +0.062 9 -312474.080798 +0.014 61 -315421.260382 +0.062 13 -312577.561518 +0.014 65 -315341.173886 +0.062 17 -312612.240175 +0.014 69 -315295.206825 +0.062 21 -312741.604467 +0.014 73 -315228.158275 +0.062 25 -312776.662388 +0.014 77 -315130.905072 +0.062 29 -312864.115421 +0.014 81 -315147.144919 +0.062 33 -312960.865156 +0.014 85 -315111.411642 +0.062 37 -313008.644451 +0.014 89 -315074.623161 +0.062 41 -313059.352544 +0.014 93 -314972.583225 +0.062 45 -313120.738753 +0.014 97 -314983.152156 +0.062 49 -313195.988791 +0.014 101 -314949.116027 +0.062 53 -313236.781646 +0.014 105 -314925.602615 +0.062 57 -313286.827316 +0.014 109 -314895.594995 +0.062 61 -313321.436953 +0.014 113 -314850.692365 +0.062 65 -313367.635419 +0.014 117 -314841.63181 +0.062 69 -313401.673113 +0.014 121 -314800.235091 +0.062 73 -313447.347153 +0.014 125 -314794.247434 +0.062 77 -313497.046805 +0.014 129 -314738.767652 +0.062 81 -313529.19862 +0.014 133 -314735.711325 +0.062 85 -313576.713818 +0.014 137 -314687.289652 +0.062 89 -313639.251199 +0.014 141 -314716.418751 +0.062 93 -313673.634313 +0.014 145 -314704.375418 +0.062 97 -313752.659169 +0.014 149 -314655.164308 +0.062 101 -313787.669171 +0.014 153 -314623.865232 +0.062 105 -313835.6546 +0.014 157 -314631.581656 +0.062 109 -313871.945625 +0.014 161 -314597.644885 +0.062 113 -313885.562475 +0.014 165 -314573.073879 +0.062 117 -313925.300917 +0.014 169 -314587.522698 +0.062 121 -313940.432345 +0.014 173 -314568.734512 +0.062 125 -313973.857825 +0.014 177 -314563.50831 +0.062 129 -313998.170231 +0.014 181 -314529.214239 +0.062 133 -314048.69753 +0.014 185 -314520.98659 +0.062 137 -314085.224939 +0.014 189 -314500.51789 +0.062 141 -314136.98133 +0.014 193 -314472.035131 +0.062 145 -314161.577973 +0.014 197 -314473.861837 +0.062 149 -314169.250282 +0.016 1 -316756.876744 +0.062 153 -314197.966991 +0.016 5 -316684.389516 +0.062 157 -314228.983972 +0.016 9 -316552.378972 +0.062 161 -314275.498718 +0.016 13 -316386.630804 +0.062 165 -314297.464855 +0.016 17 -316254.391371 +0.062 169 -314310.7483 +0.016 21 -316150.205796 +0.062 173 -314345.017857 +0.016 25 -316037.996381 +0.062 177 -314362.567794 +0.016 29 -315868.974501 +0.062 181 -314409.242843 +0.016 33 -315765.844489 +0.062 185 -314439.574275 +0.016 37 -315710.867855 +0.062 189 -314445.19466 +0.016 41 -315558.563262 +0.062 193 -314466.641778 +0.016 45 -315556.918882 +0.062 197 -314498.33833 +0.016 49 -315438.80269 +0.064 1 -312219.689496 +0.016 53 -315420.33126 +0.064 5 -312366.812721 +0.016 57 -315431.126688 +0.064 9 -312468.058688 +0.016 61 -315249.849035 +0.064 13 -312563.998537 +0.016 65 -315159.105908 +0.064 17 -312634.866985 +0.016 69 -315083.911597 +0.064 21 -312716.89049 +0.016 73 -315086.092849 +0.064 25 -312822.206527 +0.016 77 -315046.611834 +0.064 29 -312845.923667 +0.016 81 -315030.111346 +0.064 33 -312955.96964 +0.016 85 -314958.504843 +0.064 37 -313015.634574 +0.016 89 -314934.547223 +0.064 41 -313074.675574 +0.016 93 -314896.266147 +0.064 45 -313104.665537 +0.016 97 -314921.187063 +0.064 49 -313182.968014 +0.016 101 -314865.560048 +0.064 53 -313256.377468 +0.016 105 -314889.773774 +0.064 57 -313317.351973 +0.016 109 -314870.723419 +0.064 61 -313344.838161 +0.016 113 -314795.561547 +0.064 65 -313370.394651 +0.016 117 -314783.283265 +0.064 69 -313415.920076 +0.016 121 -314747.419811 +0.064 73 -313478.326898 +0.016 125 -314766.034126 +0.064 77 -313510.30243 +0.016 129 -314720.173451 +0.064 81 -313548.453098 +0.016 133 -314720.627379 +0.064 85 -313578.157871 +0.016 137 -314693.56285 +0.064 89 -313600.960581 +0.016 141 -314667.382258 +0.064 93 -313657.153796 +0.016 145 -314675.036524 +0.064 97 -313715.211567 +0.016 149 -314650.68383 +0.064 101 -313761.262563 +0.016 153 -314651.833005 +0.064 105 -313791.3327 +0.016 157 -314616.647582 +0.064 109 -313854.096655 +0.064 113 -313919.196737 +0.016 161 -314639.747133 +0.064 117 -313938.211092 +0.064 121 -313961.855631 +0.02 1 -316191.228507 +0.016 165 -314614.248874 +0.064 125 -314000.739356 +0.064 129 -314007.175415 +0.02 5 -315374.546024 +0.016 169 -314630.686165 +0.064 133 -314057.944486 +0.064 137 -314073.87962 +0.02 9 -315841.326921 +0.016 173 -314586.096423 +0.064 141 -314107.428164 +0.064 145 -314143.194048 +0.02 13 -315456.991337 +0.016 177 -314562.712376 +0.064 149 -314191.342679 +0.02 17 -315486.547648 +0.064 153 -314210.173382 +0.016 181 -314572.624052 +0.02 21 -315605.751026 +0.02 25 -315272.832153 +0.064 157 -314257.073121 +0.016 185 -314587.251047 +0.02 29 -315332.823689 +0.016 189 -314565.344506 +0.064 161 -314282.629542 +0.02 33 -315204.962806 +0.016 193 -314544.079244 +0.064 165 -314299.573661 +0.02 37 -315146.815205 +0.02 41 -315046.257951 +0.016 197 -314506.745519 +0.064 169 -314337.350911 +0.02 45 -315092.516524 +0.018 1 -316788.84837 +0.02 49 -314944.680095 +0.064 173 -314364.045072 +0.02 53 -314932.416963 +0.018 5 -316540.703336 +0.064 177 -314382.44026 +0.02 57 -314956.682923 +0.02 61 -314894.63456 +0.018 9 -315920.585009 +0.064 181 -314418.792096 +0.02 65 -314908.228223 +0.02 69 -314846.433277 +0.018 13 -315884.125192 +0.064 185 -314438.982898 +0.02 73 -314797.64006 +0.018 17 -315764.99301 +0.02 77 -314828.192577 +0.064 189 -314447.888056 +0.02 81 -314786.661504 +0.018 21 -315930.134809 +0.02 85 -314750.008831 +0.064 193 -314485.453194 +0.02 89 -314796.063222 +0.018 25 -315795.539154 +0.064 197 -314527.96318 +0.02 93 -314722.934949 +0.02 97 -314790.738556 +0.018 29 -315545.38534 +0.066 1 -312220.522157 +0.02 101 -314680.873011 +0.02 105 -314715.714802 +0.018 33 -315481.752902 +0.066 5 -312368.204864 +0.02 109 -314650.471725 +0.02 113 -314733.671124 +0.018 37 -315397.721977 +0.066 9 -312460.213188 +0.02 117 -314681.900762 +0.02 121 -314673.921499 +0.018 41 -315359.465923 +0.066 13 -312582.474395 +0.02 125 -314646.913259 +0.018 45 -315343.577773 +0.02 129 -314605.211599 +0.066 17 -312654.368151 +0.02 133 -314552.278233 +0.018 49 -315268.995801 +0.02 137 -314596.817515 +0.066 21 -312700.231023 +0.02 141 -314587.625432 +0.018 53 -315106.352454 +0.066 25 -312823.948854 +0.02 145 -314605.99759 +0.02 149 -314632.773288 +0.018 57 -315154.973174 +0.066 29 -312870.380237 +0.02 153 -314578.203169 +0.018 61 -315063.257957 +0.02 157 -314516.228326 +0.066 33 -312925.807279 +0.018 65 -315073.679051 +0.018 69 -315055.275568 +0.02 161 -314574.712741 +0.066 37 -313032.416607 +0.018 73 -315027.537139 +0.018 77 -314909.95187 +0.02 165 -314583.303452 +0.066 41 -313089.766153 +0.018 81 -314906.228131 +0.018 85 -314880.423367 +0.066 45 -313146.724889 +0.02 169 -314522.417081 +0.018 89 -314848.525567 +0.018 93 -314838.069617 +0.066 49 -313193.737391 +0.02 173 -314628.774473 +0.018 97 -314832.991577 +0.018 101 -314805.655258 +0.066 53 -313233.859125 +0.02 177 -314572.529528 +0.018 105 -314795.888575 +0.018 109 -314715.415155 +0.066 57 -313300.028213 +0.02 181 -314598.15305 +0.018 113 -314731.655977 +0.018 117 -314768.854608 +0.066 61 -313372.474187 +0.02 185 -314596.969591 +0.018 121 -314683.107277 +0.02 189 -314588.38064 +0.066 65 -313396.426185 +0.018 125 -314702.062285 +0.02 193 -314595.497079 +0.02 197 -314560.322124 +0.066 69 -313445.116209 +0.018 129 -314686.06802 +0.022 1 -315671.042414 +0.022 5 -315596.661413 +0.066 73 -313468.644013 +0.018 133 -314650.840447 +0.022 9 -314971.499545 +0.022 13 -315067.996854 +0.066 77 -313517.130519 +0.018 137 -314708.082904 +0.022 17 -315032.740528 +0.022 21 -315280.580388 +0.066 81 -313561.231393 +0.018 141 -314634.350937 +0.022 25 -314921.342792 +0.022 29 -314913.800007 +0.066 85 -313583.884286 +0.018 145 -314633.193393 +0.022 33 -314940.162105 +0.066 89 -313638.736733 +0.022 37 -314971.324864 +0.018 149 -314660.452827 +0.022 41 -314892.418924 +0.066 93 -313684.88688 +0.022 45 -314748.806268 +0.018 153 -314616.715182 +0.022 49 -314723.881428 +0.066 97 -313688.213808 +0.018 157 -314645.289472 +0.022 53 -314871.397837 +0.022 57 -314850.516983 +0.066 101 -313745.248608 +0.018 161 -314630.493911 +0.018 165 -314608.398569 +0.022 61 -314687.792644 +0.066 105 -313799.041936 +0.018 169 -314578.893145 +0.018 173 -314585.833741 +0.022 65 -314741.182484 +0.066 109 -313836.479483 +0.018 177 -314569.336853 +0.018 181 -314621.092636 +0.022 69 -314712.535117 +0.066 113 -313896.09119 +0.018 185 -314593.541219 +0.018 189 -314566.341922 +0.022 73 -314753.45701 +0.066 117 -313921.103538 +0.018 193 -314591.425114 +0.018 197 -314577.059601 +0.022 77 -314659.272276 +0.066 121 -313984.624106 +0.022 81 -314637.929705 +0.066 125 -314039.536153 +0.022 85 -314643.582525 +0.066 129 -314062.551263 +0.022 89 -314680.936185 +0.066 133 -314087.188661 +0.022 93 -314594.445595 +0.066 137 -314124.370509 +0.022 97 -314625.496284 +0.066 141 -314124.412843 +0.022 101 -314573.842017 +0.066 145 -314178.617877 +0.022 105 -314587.157334 +0.066 149 -314206.393192 +0.022 109 -314499.340685 +0.066 153 -314215.460945 +0.022 113 -314555.472799 +0.066 157 -314257.635195 +0.022 117 -314510.021991 +0.066 161 -314283.526327 +0.022 121 -314552.060047 +0.066 165 -314324.784982 +0.022 125 -314564.601841 +0.066 169 -314357.499514 +0.022 129 -314580.743897 +0.066 173 -314379.187136 +0.022 133 -314567.496417 +0.066 177 -314400.381074 +0.022 137 -314584.973515 +0.066 181 -314418.633267 +0.022 141 -314561.38761 +0.066 185 -314452.498998 +0.022 145 -314511.532792 +0.066 189 -314488.219264 +0.022 149 -314492.312099 +0.066 193 -314513.059827 +0.022 153 -314518.679492 +0.066 197 -314535.06514 +0.022 157 -314564.322709 +0.068 1 -312229.23584 +0.022 161 -314568.272684 +0.068 5 -312364.619626 +0.022 165 -314564.989651 +0.068 9 -312470.142741 +0.022 169 -314577.136687 +0.068 13 -312577.352608 +0.068 17 -312680.676583 +0.022 173 -314506.584041 +0.068 21 -312738.291601 +0.022 177 -314534.327112 +0.068 25 -312815.675641 +0.022 181 -314494.071182 +0.068 29 -312906.595762 +0.022 185 -314529.775718 +0.068 33 -312944.174071 +0.022 189 -314474.741115 +0.068 37 -312992.241728 +0.022 193 -314533.54379 +0.068 41 -313103.691605 +0.022 197 -314535.752844 +0.068 45 -313169.412371 +0.024 1 -315217.190639 +0.068 49 -313211.780861 +0.024 5 -315214.890749 +0.068 53 -313257.157151 +0.024 9 -314543.705247 +0.068 57 -313300.978225 +0.024 13 -315070.357294 +0.068 61 -313376.322144 +0.024 17 -315033.054404 +0.068 65 -313421.831417 +0.024 21 -314711.197215 +0.068 69 -313478.092135 +0.024 25 -314764.873954 +0.068 73 -313520.74719 +0.024 29 -314746.222952 +0.068 77 -313567.032915 +0.024 33 -314610.185898 +0.068 81 -313588.603412 +0.024 37 -314682.234713 +0.068 85 -313634.959609 +0.024 41 -314662.815085 +0.068 89 -313656.75602 +0.024 45 -314690.787481 +0.068 93 -313698.173125 +0.024 49 -314564.679328 +0.068 97 -313723.18532 +0.024 53 -314546.829779 +0.068 101 -313770.45021 +0.024 57 -314640.011124 +0.068 105 -313824.455859 +0.024 61 -314538.644741 +0.068 109 -313817.996702 +0.024 65 -314567.503651 +0.068 113 -313882.983798 +0.024 69 -314416.098766 +0.068 117 -313914.013261 +0.024 73 -314564.119353 +0.068 121 -313961.976732 +0.024 77 -314583.693569 +0.068 125 -314001.787311 +0.024 81 -314404.217325 +0.068 129 -314048.32664 +0.024 85 -314435.610287 +0.068 133 -314086.878245 +0.024 89 -314474.063156 +0.068 137 -314167.846743 +0.024 93 -314488.10747 +0.068 141 -314186.839883 +0.024 97 -314458.239185 +0.068 145 -314207.482962 +0.024 101 -314542.759637 +0.068 149 -314230.393626 +0.024 105 -314521.131499 +0.068 153 -314249.75786 +0.024 109 -314451.950943 +0.068 157 -314271.7857 +0.024 113 -314449.683048 +0.068 161 -314311.475964 +0.024 117 -314532.44987 +0.068 165 -314355.248924 +0.024 121 -314452.991127 +0.068 169 -314362.657916 +0.024 125 -314444.19603 +0.068 173 -314387.632742 +0.024 129 -314365.394689 +0.068 177 -314406.97482 +0.024 133 -314448.734488 +0.068 181 -314449.11407 +0.024 137 -314444.233652 +0.068 185 -314485.559256 +0.024 141 -314387.835689 +0.068 189 -314521.477678 +0.024 145 -314450.03412 +0.068 193 -314549.183974 +0.024 149 -314445.862794 +0.068 197 -314565.988944 +0.024 153 -314464.175249 +0.07 1 -312245.406559 +0.024 157 -314519.507158 +0.07 5 -312381.319653 +0.024 161 -314512.013063 +0.07 9 -312485.693944 +0.024 165 -314494.093747 +0.07 13 -312602.746776 +0.024 169 -314454.149061 +0.07 17 -312690.90347 +0.024 173 -314428.873363 +0.07 21 -312772.62074 +0.024 177 -314492.355421 +0.07 25 -312814.582288 +0.024 181 -314459.904019 +0.07 29 -312893.305879 +0.024 185 -314479.435552 +0.07 33 -313001.203027 +0.024 189 -314480.173333 +0.07 37 -313036.221545 +0.024 193 -314485.135929 +0.07 41 -313081.953068 +0.024 197 -314523.1383 +0.07 45 -313157.943809 +0.026 1 -314818.521464 +0.07 49 -313241.779259 +0.026 5 -314852.494032 +0.07 53 -313295.111214 +0.026 9 -314346.617887 +0.07 57 -313328.963951 +0.026 13 -314174.736995 +0.07 61 -313379.275579 +0.026 17 -314406.81625 +0.07 65 -313432.833323 +0.026 21 -314375.73423 +0.07 69 -313492.312716 +0.026 25 -314373.775749 +0.07 73 -313553.358975 +0.026 29 -314422.333318 +0.07 77 -313607.080382 +0.026 33 -314443.790969 +0.07 81 -313639.759694 +0.026 37 -314268.614061 +0.07 85 -313655.684274 +0.026 41 -314219.851341 +0.07 89 -313693.956741 +0.026 45 -314265.49541 +0.07 93 -313738.369981 +0.026 49 -314139.804669 +0.07 97 -313756.157035 +0.026 53 -314240.909814 +0.07 101 -313806.507746 +0.026 57 -314245.199263 +0.07 105 -313842.742952 +0.026 61 -314277.916715 +0.07 109 -313857.733333 +0.026 65 -314098.907984 +0.07 113 -313920.68554 +0.026 69 -314240.179551 +0.07 117 -313941.262863 +0.026 73 -314266.558178 +0.07 121 -313961.685333 +0.026 77 -314231.431938 +0.07 125 -314007.082605 +0.07 129 -314048.836408 +0.026 81 -314352.325499 +0.07 133 -314092.316884 +0.026 85 -314378.715273 +0.07 137 -314127.836943 +0.026 89 -314448.726099 +0.07 141 -314160.044818 +0.026 93 -314338.900837 +0.07 145 -314214.498141 +0.026 97 -314379.826231 +0.07 149 -314248.225577 +0.026 101 -314367.241115 +0.07 153 -314306.511157 +0.026 105 -314372.918453 +0.07 157 -314338.804228 +0.026 109 -314378.749065 +0.07 161 -314355.046263 +0.026 113 -314366.889445 +0.07 165 -314386.694764 +0.026 117 -314337.313045 +0.07 169 -314391.825574 +0.026 121 -314271.80017 +0.07 173 -314432.301489 +0.026 125 -314343.155751 +0.07 177 -314465.165139 +0.026 129 -314385.58075 +0.07 181 -314487.08015 +0.026 133 -314374.31275 +0.07 185 -314518.249334 +0.026 137 -314341.377389 +0.07 189 -314531.671055 +0.026 141 -314377.51874 +0.07 193 -314547.438327 +0.026 145 -314402.301321 +0.07 197 -314575.346471 +0.026 149 -314308.604269 +0.072 1 -312268.646376 +0.026 153 -314373.271146 +0.072 5 -312417.856802 +0.026 157 -314369.215 +0.072 9 -312509.782826 +0.026 161 -314394.313819 +0.072 13 -312617.717022 +0.026 165 -314459.144655 +0.072 17 -312716.191919 +0.026 169 -314419.294666 +0.072 21 -312790.222691 +0.026 173 -314415.830635 +0.072 25 -312866.335483 +0.026 177 -314473.703105 +0.072 29 -312910.041674 +0.026 181 -314427.384124 +0.072 33 -312995.360236 +0.026 185 -314377.252475 +0.072 37 -313066.569567 +0.026 189 -314345.151137 +0.072 41 -313112.755972 +0.026 193 -314399.643019 +0.072 45 -313168.812367 +0.026 197 -314371.152405 +0.072 49 -313228.105165 +0.028 1 -314329.286223 +0.072 53 -313331.839102 +0.028 5 -314408.834301 +0.072 57 -313396.896565 +0.028 9 -314431.775538 +0.072 61 -313426.801634 +0.028 13 -314006.911177 +0.072 65 -313473.122763 +0.028 17 -314514.075467 +0.072 69 -313510.354168 +0.028 21 -314006.854738 +0.072 73 -313556.320536 +0.028 25 -314505.528484 +0.072 77 -313598.584856 +0.028 29 -314042.275599 +0.072 81 -313668.970196 +0.028 33 -314169.862099 +0.072 85 -313720.989191 +0.028 37 -314165.548783 +0.072 89 -313759.233927 +0.028 41 -314240.549629 +0.072 93 -313799.216317 +0.028 45 -314030.806998 +0.072 97 -313812.558396 +0.028 49 -314273.122122 +0.072 101 -313850.685752 +0.028 53 -314092.397642 +0.072 105 -313882.453995 +0.028 57 -314087.114009 +0.072 109 -313923.342405 +0.028 61 -314115.54071 +0.072 113 -313953.310763 +0.028 65 -314156.058276 +0.072 117 -313997.790514 +0.028 69 -314155.086412 +0.072 121 -314000.999864 +0.028 73 -314169.648388 +0.072 125 -314036.382288 +0.028 77 -313962.531268 +0.072 129 -314065.582307 +0.028 81 -314129.968018 +0.072 133 -314089.289529 +0.028 85 -313982.523782 +0.072 137 -314142.683368 +0.028 89 -313996.415986 +0.072 141 -314172.759105 +0.028 93 -314025.829106 +0.072 145 -314229.998077 +0.028 97 -314007.696585 +0.072 149 -314253.792563 +0.028 101 -313905.65555 +0.072 153 -314294.822541 +0.028 105 -314103.288126 +0.072 157 -314314.83874 +0.028 109 -314053.940495 +0.072 161 -314362.343926 +0.028 113 -314230.658138 +0.072 165 -314411.453325 +0.028 117 -314135.540271 +0.072 169 -314445.300168 +0.028 121 -314128.073341 +0.072 173 -314490.69305 +0.028 125 -314139.341666 +0.072 177 -314505.378932 +0.028 129 -314174.131766 +0.072 181 -314535.344518 +0.028 133 -314114.174589 +0.072 185 -314536.669314 +0.028 137 -314223.733001 +0.072 189 -314570.881709 +0.028 141 -314131.989674 +0.072 193 -314604.264924 +0.028 145 -314191.686838 +0.072 197 -314639.881866 +0.028 149 -314192.110299 +0.074 1 -312298.59945 +0.028 153 -314251.697642 +0.074 5 -312448.164553 +0.028 157 -314234.144502 +0.074 9 -312540.563481 +0.028 161 -314275.908374 +0.074 13 -312648.793242 +0.028 165 -314236.692067 +0.074 17 -312755.114574 +0.028 169 -314303.428239 +0.074 21 -312837.080452 +0.028 173 -314189.906689 +0.074 25 -312913.884113 +0.074 29 -312937.988245 +0.028 177 -314206.93219 +0.074 33 -313018.879464 +0.028 181 -314210.346816 +0.074 37 -313100.951921 +0.028 185 -314294.43845 +0.074 41 -313169.49796 +0.028 189 -314258.891149 +0.074 45 -313213.55064 +0.028 193 -314282.869299 +0.074 49 -313267.603602 +0.028 197 -314232.9906 +0.074 53 -313324.988923 +0.03 1 -314154.659457 +0.074 57 -313407.416205 +0.03 5 -314215.644953 +0.074 61 -313477.84452 +0.03 9 -314259.284766 +0.074 65 -313516.891687 +0.03 13 -313631.593155 +0.074 69 -313574.468375 +0.03 17 -313695.626706 +0.074 73 -313600.45224 +0.03 21 -314278.545641 +0.074 77 -313652.986878 +0.03 25 -313778.928659 +0.074 81 -313696.615119 +0.03 29 -313902.405827 +0.074 85 -313736.702577 +0.03 33 -313830.557209 +0.074 89 -313807.777316 +0.03 37 -313482.252833 +0.074 93 -313832.74662 +0.03 41 -313904.122899 +0.074 97 -313881.715475 +0.03 45 -313960.857405 +0.074 101 -313919.752834 +0.03 49 -313624.726688 +0.074 105 -313947.006609 +0.03 53 -313631.709416 +0.074 109 -313985.947366 +0.03 57 -313725.625077 +0.074 113 -314009.060847 +0.03 61 -313840.570435 +0.074 117 -314051.26807 +0.03 65 -313798.666878 +0.074 121 -314057.65233 +0.03 69 -313842.335887 +0.074 125 -314098.352764 +0.03 73 -313854.508334 +0.074 129 -314140.772126 +0.03 77 -313726.422534 +0.074 133 -314154.693307 +0.03 81 -313992.877338 +0.074 137 -314193.623679 +0.03 85 -314027.877595 +0.074 141 -314234.12474 +0.03 89 -313777.395491 +0.074 145 -314238.291192 +0.03 93 -313804.676688 +0.074 149 -314282.593541 +0.03 97 -313841.715559 +0.074 153 -314311.235976 +0.03 101 -313966.744595 +0.074 157 -314344.457392 +0.03 105 -313989.557519 +0.074 161 -314389.610889 +0.03 109 -313977.736583 +0.074 165 -314423.79419 +0.03 113 -313822.76903 +0.074 169 -314460.387 +0.03 117 -313886.6224 +0.074 173 -314478.716663 +0.03 121 -314066.673563 +0.074 177 -314504.726776 +0.03 125 -313956.416982 +0.074 181 -314552.425918 +0.03 129 -314019.454315 +0.074 185 -314574.313029 +0.03 133 -314023.630805 +0.074 189 -314618.317864 +0.03 137 -313868.110689 +0.074 193 -314619.536836 +0.03 141 -314020.012138 +0.074 197 -314650.412354 +0.03 145 -314027.437961 +0.076 1 -312334.938612 +0.03 149 -313895.628389 +0.076 5 -312484.849681 +0.03 153 -313968.311985 +0.076 9 -312593.087254 +0.03 157 -313964.737659 +0.076 13 -312659.522786 +0.03 161 -313949.525363 +0.076 17 -312768.404517 +0.03 165 -313969.997153 +0.076 21 -312875.329913 +0.03 169 -313979.889815 +0.076 25 -312959.604284 +0.03 173 -313854.232814 +0.076 29 -313002.180269 +0.03 177 -313881.176964 +0.076 33 -313053.205521 +0.03 181 -313993.951192 +0.076 37 -313116.37529 +0.03 185 -313912.847155 +0.076 41 -313181.078141 +0.03 189 -313967.291581 +0.076 45 -313237.57299 +0.03 193 -313965.973547 +0.076 49 -313308.74403 +0.03 197 -313874.496811 +0.076 53 -313368.771597 +0.032 1 -313860.859593 +0.076 57 -313431.525041 +0.032 5 -313912.827797 +0.076 61 -313475.412703 +0.032 9 -314008.043733 +0.076 65 -313520.424438 +0.032 13 -313941.515113 +0.076 69 -313600.177263 +0.032 17 -313985.266328 +0.076 73 -313655.950684 +0.032 21 -314029.804849 +0.076 77 -313683.574514 +0.032 25 -313975.452659 +0.076 81 -313734.747382 +0.032 29 -313997.249486 +0.076 85 -313787.395341 +0.032 33 -314027.126465 +0.076 89 -313824.365981 +0.032 37 -314058.408798 +0.076 93 -313857.435519 +0.032 41 -314101.721265 +0.076 97 -313909.394116 +0.032 45 -314153.658759 +0.076 101 -313945.585459 +0.032 49 -314153.951454 +0.076 105 -314000.050674 +0.032 53 -314167.520934 +0.076 109 -314031.645258 +0.032 57 -314187.143043 +0.076 113 -314079.623301 +0.032 61 -314113.951484 +0.076 117 -314095.075009 +0.032 65 -314159.714906 +0.076 121 -314136.619286 +0.032 69 -313897.452372 +0.076 125 -314160.203148 +0.032 73 -313840.341469 +0.076 129 -314195.483297 +0.032 77 -313870.620584 +0.076 133 -314215.26957 +0.032 81 -313863.106974 +0.076 137 -314256.538605 +0.032 85 -313915.651916 +0.076 141 -314267.532722 +0.032 89 -313910.032619 +0.076 145 -314285.672444 +0.032 93 -313941.601398 +0.076 149 -314315.094909 +0.032 97 -314002.734042 +0.076 153 -314363.829402 +0.032 101 -314002.318715 +0.076 157 -314367.033165 +0.032 105 -313971.21547 +0.076 161 -314387.613208 +0.032 109 -313966.697318 +0.076 165 -314429.814167 +0.032 113 -314016.067688 +0.076 169 -314478.651403 +0.032 117 -314089.010378 +0.076 173 -314487.94845 +0.032 121 -314056.594886 +0.076 177 -314531.13165 +0.032 125 -314023.504531 +0.076 181 -314558.947684 +0.032 129 -314081.918998 +0.076 185 -314596.392002 +0.032 133 -313928.542601 +0.076 189 -314608.245365 +0.032 137 -313918.878226 +0.076 193 -314659.288194 +0.032 141 -313973.307976 +0.076 197 -314697.838668 +0.032 145 -313932.518371 +0.078 1 -312377.362391 +0.032 149 -314007.140456 +0.078 5 -312498.812559 +0.032 153 -314020.443118 +0.078 9 -312635.989453 +0.032 157 -314006.027407 +0.078 13 -312727.714338 +0.032 161 -314008.587299 +0.078 17 -312826.885577 +0.032 165 -314028.049199 +0.078 21 -312902.574862 +0.032 169 -314057.284639 +0.078 25 -313003.93932 +0.032 173 -314103.427179 +0.078 29 -313069.021604 +0.032 177 -314162.826523 +0.078 33 -313115.980201 +0.032 181 -314147.388844 +0.078 37 -313156.899905 +0.032 185 -314155.714058 +0.078 41 -313231.674327 +0.032 189 -314163.93465 +0.078 45 -313293.951911 +0.032 193 -314155.141851 +0.078 49 -313351.910386 +0.032 197 -314206.957328 +0.078 53 -313411.537208 +0.034 1 -313632.432667 +0.078 57 -313478.677086 +0.034 5 -313732.751196 +0.078 61 -313508.321059 +0.034 9 -313654.382073 +0.078 65 -313563.125726 +0.034 13 -313713.235787 +0.078 69 -313628.377488 +0.034 17 -313728.05051 +0.078 73 -313677.814306 +0.034 21 -313731.201619 +0.078 77 -313723.710965 +0.034 25 -313865.888942 +0.078 81 -313777.011815 +0.034 29 -313847.31637 +0.078 85 -313843.906152 +0.034 33 -313873.638494 +0.078 89 -313883.184697 +0.034 37 -313872.170086 +0.078 93 -313914.423305 +0.034 41 -313947.857808 +0.078 97 -313956.375255 +0.034 45 -313859.139569 +0.078 101 -314007.420389 +0.034 49 -313882.349541 +0.078 105 -314035.760741 +0.034 53 -313993.471946 +0.078 109 -314082.629937 +0.034 57 -313947.984648 +0.078 113 -314121.165945 +0.034 61 -314077.836531 +0.078 117 -314151.668884 +0.034 65 -314037.701483 +0.078 121 -314174.260156 +0.034 69 -314052.89028 +0.078 125 -314237.009041 +0.034 73 -314038.260686 +0.078 129 -314274.868005 +0.034 77 -314138.764241 +0.078 133 -314270.582222 +0.034 81 -314145.782346 +0.078 137 -314316.683122 +0.034 85 -314102.373287 +0.078 141 -314359.850895 +0.034 89 -314041.476573 +0.078 145 -314390.319451 +0.034 93 -314103.176088 +0.078 149 -314400.790267 +0.034 97 -314154.005146 +0.078 153 -314434.942047 +0.034 101 -314114.663142 +0.078 157 -314461.310737 +0.034 105 -314154.262864 +0.078 161 -314480.003533 +0.034 109 -314177.621433 +0.078 165 -314487.661785 +0.034 113 -314252.859732 +0.078 169 -314522.342292 +0.034 117 -314167.914085 +0.078 173 -314558.650648 +0.034 121 -314239.391281 +0.078 177 -314555.575293 +0.034 125 -314223.951882 +0.078 181 -314585.895084 +0.034 129 -314261.28553 +0.078 185 -314628.108513 +0.034 133 -314295.035702 +0.078 189 -314655.502793 +0.034 137 -314265.180033 +0.078 193 -314677.798649 +0.034 141 -314271.692262 +0.078 197 -314711.405831 +0.034 145 -314341.080257 +0.08 1 -312425.592409 +0.034 149 -314320.26515 +0.08 5 -312547.372449 +0.034 153 -314359.459556 +0.08 9 -312684.68679 +0.034 157 -314421.370385 +0.08 13 -312764.931066 +0.034 161 -314410.017231 +0.08 17 -312850.001653 +0.034 165 -314395.018477 +0.08 21 -312952.014412 +0.034 169 -314423.034008 +0.08 25 -313029.836557 +0.034 173 -314394.329931 +0.08 29 -313119.28216 +0.034 177 -314435.237474 +0.08 33 -313181.343956 +0.034 181 -314472.497935 +0.08 37 -313239.505442 +0.034 185 -314476.105691 +0.08 41 -313277.93936 +0.034 189 -314466.504613 +0.08 45 -313336.017095 +0.034 193 -314510.06248 +0.08 49 -313396.077855 +0.034 197 -314506.609253 +0.08 53 -313452.094749 +0.036 1 -313415.148425 +0.08 57 -313495.817324 +0.036 5 -313524.967424 +0.08 61 -313551.84824 +0.036 9 -313452.073781 +0.08 65 -313597.459356 +0.036 13 -313543.456363 +0.08 69 -313674.231668 +0.036 17 -313618.843369 +0.08 73 -313716.772707 +0.036 21 -313506.028422 +0.08 77 -313769.81493 +0.036 25 -313616.627199 +0.08 81 -313828.563617 +0.036 29 -313709.603491 +0.08 85 -313872.156859 +0.036 33 -313718.225525 +0.08 89 -313899.705915 +0.036 37 -313781.293231 +0.08 93 -313948.443309 +0.036 41 -313770.813599 +0.08 97 -314012.041888 +0.036 45 -313814.010154 +0.08 101 -314036.77028 +0.036 49 -313776.64108 +0.08 105 -314095.975575 +0.036 53 -313751.272462 +0.08 109 -314142.826168 +0.036 57 -313835.604733 +0.08 113 -314174.634721 +0.036 61 -313833.73666 +0.08 117 -314226.976278 +0.036 65 -313863.591393 +0.08 121 -314252.318113 +0.036 69 -313951.927636 +0.08 125 -314298.436838 +0.036 73 -313943.966856 +0.08 129 -314331.729106 +0.036 77 -313978.54127 +0.08 133 -314352.486362 +0.036 81 -314015.553935 +0.08 137 -314384.339154 +0.036 85 -314002.872403 +0.08 141 -314416.011137 +0.036 89 -314048.25477 +0.08 145 -314444.352254 +0.036 93 -314099.665827 +0.08 149 -314483.491241 +0.036 97 -314081.514287 +0.08 153 -314503.58103 +0.036 101 -314004.199862 +0.08 157 -314539.664075 +0.036 105 -314021.251337 +0.08 161 -314563.541553 +0.036 109 -314099.649173 +0.08 165 -314603.158224 +0.036 113 -314056.228107 +0.08 169 -314627.797349 +0.036 117 -314058.24469 +0.08 173 -314647.686441 +0.036 121 -314066.470652 +0.08 177 -314674.065067 +0.036 125 -314096.630731 +0.08 181 -314690.576573 +0.036 129 -314204.96382 +0.08 185 -314715.948591 +0.036 133 -314241.077639 +0.08 189 -314731.298927 +0.036 137 -314221.270369 +0.08 193 -314756.264792 +0.036 141 -314178.306556 +0.08 197 -314789.947535 +0.036 145 -314171.385302 +0.082 1 -312479.371101 +0.036 149 -314215.949564 +0.082 5 -312601.473568 +0.036 153 -314211.118883 +0.082 9 -312750.999644 +0.036 157 -314307.245801 +0.082 13 -312846.032347 +0.036 161 -314324.65948 +0.082 17 -312928.956145 +0.036 165 -314292.896666 +0.082 21 -312995.662066 +0.036 169 -314339.005256 +0.082 25 -313066.564569 +0.036 173 -314319.885901 +0.082 29 -313165.565464 +0.036 177 -314375.62236 +0.082 33 -313227.952467 +0.036 181 -314381.731659 +0.082 37 -313310.146522 +0.036 185 -314401.000127 +0.082 41 -313380.687519 +0.036 189 -314426.470767 +0.082 45 -313433.540177 +0.036 193 -314405.784432 +0.082 49 -313460.448069 +0.036 197 -314447.295502 +0.082 53 -313521.171223 +0.038 1 -313223.060032 +0.082 57 -313563.313649 +0.038 5 -313320.692604 +0.082 61 -313629.654471 +0.038 9 -313262.372919 +0.082 65 -313656.229211 +0.038 13 -313362.16225 +0.082 69 -313726.583781 +0.038 17 -313423.377721 +0.082 73 -313750.142953 +0.038 21 -313470.510415 +0.082 77 -313819.526971 +0.038 25 -313406.921505 +0.082 81 -313854.898415 +0.038 29 -313492.0805 +0.082 85 -313931.053004 +0.038 33 -313500.172977 +0.082 89 -313971.273236 +0.038 37 -313611.893661 +0.082 93 -314008.017925 +0.038 41 -313619.67542 +0.082 97 -314057.853896 +0.038 45 -313625.170316 +0.082 101 -314104.689817 +0.038 49 -313645.001776 +0.082 105 -314140.168673 +0.038 53 -313676.328269 +0.082 109 -314170.688671 +0.038 57 -313616.541968 +0.082 113 -314200.083445 +0.038 61 -313689.685863 +0.082 117 -314226.540837 +0.038 65 -313681.602035 +0.082 121 -314289.628855 +0.038 69 -313781.584335 +0.082 125 -314319.363949 +0.038 73 -313771.690082 +0.082 129 -314383.382265 +0.038 77 -313828.19745 +0.082 133 -314423.761479 +0.038 81 -313877.735452 +0.082 137 -314458.180374 +0.038 85 -313949.250273 +0.082 141 -314490.010948 +0.038 89 -313971.996043 +0.082 145 -314527.816618 +0.038 93 -313939.139001 +0.082 149 -314546.349471 +0.038 97 -313940.517714 +0.082 153 -314575.919777 +0.038 101 -313964.12782 +0.082 157 -314605.394962 +0.038 105 -313987.487413 +0.082 161 -314650.869812 +0.038 109 -314086.728903 +0.082 165 -314669.620966 +0.038 113 -314101.774117 +0.082 169 -314678.208677 +0.038 117 -314049.232373 +0.082 173 -314707.567651 +0.038 121 -313996.529084 +0.082 177 -314727.259547 +0.038 125 -314010.324769 +0.082 181 -314755.866524 +0.038 129 -314045.851649 +0.082 185 -314772.229097 +0.038 133 -314112.973463 +0.082 189 -314806.335914 +0.038 137 -314067.464179 +0.082 193 -314838.720277 +0.038 141 -314098.667751 +0.082 197 -314870.123148 +0.038 145 -314148.698715 +0.084 1 -312538.459714 +0.038 149 -314185.62902 +0.084 5 -312689.547919 +0.038 153 -314174.481712 +0.084 9 -312782.626088 +0.038 157 -314184.493098 +0.084 13 -312905.567696 +0.038 161 -314155.91986 +0.084 17 -312977.174059 +0.038 165 -314159.115684 +0.084 21 -313068.147196 +0.038 169 -314178.476448 +0.084 25 -313141.144637 +0.038 173 -314219.606725 +0.084 29 -313207.67856 +0.038 177 -314240.825949 +0.084 33 -313277.530527 +0.038 181 -314329.752199 +0.084 37 -313376.338078 +0.038 185 -314309.042371 +0.084 41 -313432.650093 +0.038 189 -314345.700427 +0.084 45 -313509.276208 +0.038 193 -314340.643893 +0.084 49 -313546.215957 +0.038 197 -314347.927488 +0.084 53 -313609.69712 +0.04 1 -313053.634605 +0.084 57 -313646.747432 +0.04 5 -313022.285625 +0.084 61 -313696.888216 +0.04 9 -313259.146871 +0.084 65 -313735.811316 +0.04 13 -313213.270075 +0.084 69 -313792.005811 +0.04 17 -313288.815314 +0.084 73 -313847.037937 +0.04 21 -313319.391947 +0.084 77 -313869.657905 +0.04 25 -313382.192388 +0.084 81 -313904.744597 +0.04 29 -313317.712516 +0.084 85 -313943.980879 +0.04 33 -313511.337838 +0.084 89 -313994.030505 +0.04 37 -313458.727085 +0.084 93 -314040.018486 +0.04 41 -313401.460501 +0.084 97 -314076.006466 +0.04 45 -313607.027761 +0.084 101 -314140.925263 +0.04 49 -313561.728567 +0.084 105 -314186.923958 +0.04 53 -313615.28044 +0.084 109 -314220.096634 +0.04 57 -313595.993772 +0.084 113 -314293.876808 +0.04 61 -313611.861034 +0.084 117 -314308.626621 +0.04 65 -313627.343152 +0.084 121 -314351.275812 +0.04 69 -313735.793502 +0.084 125 -314388.014744 +0.04 73 -313650.805682 +0.084 129 -314407.696523 +0.04 77 -313687.458693 +0.084 133 -314431.471136 +0.04 81 -313720.628389 +0.084 137 -314489.637484 +0.04 85 -313800.501589 +0.084 141 -314519.260874 +0.04 89 -313828.178294 +0.084 145 -314545.880386 +0.04 93 -313802.691719 +0.084 149 -314583.556172 +0.04 97 -313902.023743 +0.084 153 -314620.945782 +0.04 101 -313855.454302 +0.084 157 -314670.859235 +0.04 105 -313909.135696 +0.084 161 -314699.957037 +0.04 109 -313925.228372 +0.084 165 -314718.97715 +0.04 113 -313942.482003 +0.084 169 -314784.0151 +0.04 117 -313922.064991 +0.084 173 -314799.62279 +0.04 121 -313989.569155 +0.084 177 -314814.755133 +0.04 125 -314037.707364 +0.084 181 -314852.830688 +0.04 129 -314031.307998 +0.084 185 -314886.155518 +0.04 133 -314071.498829 +0.084 189 -314902.319177 +0.04 137 -314041.989139 +0.084 193 -314924.541525 +0.04 141 -313999.456373 +0.084 197 -314939.853072 +0.04 145 -314016.930886 +0.086 1 -312602.636534 +0.04 149 -314058.804411 +0.086 5 -312753.724739 +0.04 153 -314059.028112 +0.086 9 -312847.111503 +0.04 157 -314163.227949 +0.086 13 -312942.821037 +0.04 161 -314153.427146 +0.086 17 -313068.069251 +0.04 165 -314161.878457 +0.086 21 -313133.044072 +0.04 169 -314180.228416 +0.086 25 -313194.882523 +0.04 173 -314131.707729 +0.086 29 -313275.808823 +0.04 177 -314157.841729 +0.086 33 -313350.006462 +0.04 181 -314133.957761 +0.086 37 -313423.686229 +0.04 185 -314232.322427 +0.086 41 -313487.332927 +0.04 189 -314241.903453 +0.086 45 -313541.264342 +0.04 193 -314235.401426 +0.086 49 -313631.912216 +0.04 197 -314270.450753 +0.086 53 -313681.276065 +0.042 1 -312904.710561 +0.086 57 -313714.499828 +0.042 5 -313032.800142 +0.086 61 -313774.280817 +0.042 9 -313002.377434 +0.086 65 -313817.21552 +0.042 13 -313069.789539 +0.086 69 -313864.280282 +0.042 17 -313118.063774 +0.086 73 -313919.351862 +0.042 21 -313255.10017 +0.086 77 -313954.15906 +0.042 25 -313251.464271 +0.086 81 -314013.093404 +0.042 29 -313242.686379 +0.086 85 -314064.311579 +0.042 33 -313258.642165 +0.086 89 -314083.668716 +0.042 37 -313221.065104 +0.086 93 -314132.674669 +0.042 41 -313432.170036 +0.086 97 -314156.725959 +0.042 45 -313418.239754 +0.086 101 -314191.911268 +0.042 49 -313399.299726 +0.086 105 -314237.986856 +0.042 53 -313465.897373 +0.086 109 -314266.632617 +0.042 57 -313489.846304 +0.086 113 -314312.745127 +0.042 61 -313571.537514 +0.086 117 -314356.263727 +0.042 65 -313643.106364 +0.086 121 -314389.551127 +0.042 69 -313542.298111 +0.086 125 -314419.728547 +0.042 73 -313620.637621 +0.086 129 -314474.592751 +0.042 77 -313567.636688 +0.086 133 -314508.076676 +0.042 81 -313664.888256 +0.086 137 -314519.624163 +0.042 85 -313606.095181 +0.086 141 -314558.891938 +0.042 89 -313643.503384 +0.086 145 -314610.534449 +0.042 93 -313692.5942 +0.086 149 -314648.563446 +0.042 97 -313706.232807 +0.086 153 -314664.743441 +0.042 101 -313722.50083 +0.086 157 -314685.091309 +0.042 105 -313802.341694 +0.086 161 -314757.676046 +0.042 109 -313844.975789 +0.086 165 -314784.022659 +0.042 113 -313887.709411 +0.086 169 -314807.497881 +0.042 117 -313847.851809 +0.086 173 -314842.297555 +0.042 121 -313888.797212 +0.086 177 -314878.586677 +0.042 125 -313953.056122 +0.086 181 -314895.892237 +0.042 129 -313986.907976 +0.086 185 -314929.290122 +0.042 133 -313973.50975 +0.086 189 -314955.15781 +0.042 137 -313940.534467 +0.086 193 -314971.143577 +0.042 141 -313981.921584 +0.086 197 -315021.363921 +0.042 145 -314010.180851 +0.088 1 -312671.695321 +0.042 149 -314072.681843 +0.088 5 -312822.783526 +0.042 153 -314053.622805 +0.088 9 -312916.472451 +0.042 157 -314080.483155 +0.088 13 -313023.999402 +0.042 161 -314119.431086 +0.088 17 -313110.422083 +0.042 165 -314089.765048 +0.088 21 -313201.537677 +0.042 169 -314158.894893 +0.088 25 -313261.387462 +0.042 173 -314150.431002 +0.088 29 -313369.207486 +0.042 177 -314163.580187 +0.088 33 -313422.887773 +0.042 181 -314144.9338 +0.088 37 -313496.602101 +0.042 185 -314113.820492 +0.088 41 -313553.337419 +0.042 189 -314174.896702 +0.088 45 -313614.457955 +0.042 193 -314108.375264 +0.088 49 -313680.224634 +0.042 197 -314141.492487 +0.088 53 -313729.809657 +0.044 1 -312774.428472 +0.088 57 -313802.634986 +0.044 5 -312899.961013 +0.088 61 -313848.426477 +0.044 9 -312995.833596 +0.088 65 -313906.572155 +0.044 13 -313079.395025 +0.088 69 -313935.100212 +0.044 17 -313148.221362 +0.088 73 -313990.233425 +0.044 21 -313000.067314 +0.088 77 -314006.591022 +0.044 25 -313080.058191 +0.088 81 -314059.080517 +0.044 29 -313121.800256 +0.088 85 -314125.606069 +0.044 33 -313178.610072 +0.088 89 -314157.021374 +0.044 37 -313228.706682 +0.088 93 -314206.063342 +0.044 41 -313245.317635 +0.088 97 -314247.06505 +0.044 45 -313259.177868 +0.088 101 -314294.106055 +0.044 49 -313338.795565 +0.088 105 -314309.819135 +0.044 53 -313361.591133 +0.088 109 -314355.042171 +0.044 57 -313352.484778 +0.088 113 -314391.379928 +0.044 61 -313442.7308 +0.088 117 -314434.927375 +0.044 65 -313540.317491 +0.088 121 -314466.004184 +0.044 69 -313541.853646 +0.088 125 -314508.024329 +0.044 73 -313529.855889 +0.088 129 -314532.957042 +0.044 77 -313593.927512 +0.088 133 -314573.565558 +0.044 81 -313628.686395 +0.088 137 -314601.815529 +0.044 85 -313620.380029 +0.088 141 -314645.178041 +0.044 89 -313507.101048 +0.088 145 -314683.848926 +0.044 93 -313578.990908 +0.088 149 -314710.228683 +0.044 97 -313595.191339 +0.088 153 -314747.720156 +0.044 101 -313665.404087 +0.088 157 -314777.635637 +0.044 105 -313682.999397 +0.088 161 -314814.022657 +0.044 109 -313678.80344 +0.088 165 -314821.823454 +0.044 113 -313670.48763 +0.088 169 -314863.882127 +0.044 117 -313710.638037 +0.088 173 -314884.703883 +0.044 121 -313740.747598 +0.088 177 -314919.074426 +0.044 125 -313797.707658 +0.088 181 -314931.932894 +0.044 129 -313860.197844 +0.088 185 -314965.381793 +0.044 133 -313894.896259 +0.088 189 -314982.020718 +0.044 137 -313919.353656 +0.088 193 -315005.244588 +0.044 141 -313931.664364 +0.088 197 -315050.821066 +0.044 145 -313980.087584 +0.09 1 -312745.44392 +0.044 149 -314031.146005 +0.09 5 -312896.532125 +0.044 153 -314054.173691 +0.09 9 -313018.280689 +0.044 157 -314073.568557 +0.09 13 -313098.04402 +0.044 161 -313970.166094 +0.09 17 -313196.158217 +0.044 165 -314007.391738 +0.09 21 -313275.705636 +0.044 169 -313998.320255 +0.09 25 -313361.276757 +0.044 173 -314052.747163 +0.09 29 -313416.824416 +0.044 177 -314085.683799 +0.09 33 -313493.942066 +0.044 181 -314145.765329 +0.09 37 -313544.562797 +0.044 185 -314138.040384 +0.09 41 -313615.362457 +0.044 189 -314166.59218 +0.09 45 -313683.52636 +0.044 193 -314197.980183 +0.09 49 -313735.435093 +0.044 197 -314204.439189 +0.09 53 -313799.070234 +0.046 1 -312661.177302 +0.09 57 -313853.792875 +0.046 5 -312679.161042 +0.09 61 -313913.641832 +0.046 9 -312724.164055 +0.09 65 -313957.929984 +0.046 13 -312817.005272 +0.09 69 -314014.539181 +0.046 17 -312942.79248 +0.09 73 -314055.809753 +0.046 21 -312992.203279 +0.09 77 -314109.597401 +0.046 25 -313098.116615 +0.09 81 -314162.102412 +0.046 29 -313113.104301 +0.09 85 -314185.634804 +0.046 33 -313074.232648 +0.09 89 -314235.788209 +0.046 37 -313153.84593 +0.09 93 -314274.351644 +0.046 41 -313198.029671 +0.09 97 -314322.388987 +0.046 45 -313248.422744 +0.09 101 -314360.194561 +0.046 49 -313206.99034 +0.09 105 -314406.323255 +0.046 53 -313259.660203 +0.09 109 -314451.562684 +0.046 57 -313337.832788 +0.09 113 -314477.44268 +0.046 61 -313264.726878 +0.09 117 -314521.017422 +0.046 65 -313305.994177 +0.09 121 -314556.870358 +0.046 69 -313376.421293 +0.09 125 -314598.914411 +0.046 73 -313424.806267 +0.09 129 -314610.160437 +0.046 77 -313406.481129 +0.09 133 -314650.790067 +0.046 81 -313410.465872 +0.09 137 -314660.674197 +0.046 85 -313569.525317 +0.09 141 -314699.991175 +0.046 89 -313598.256972 +0.09 145 -314738.686159 +0.046 93 -313618.331762 +0.09 149 -314765.212081 +0.046 97 -313654.650346 +0.09 153 -314802.7252 +0.046 101 -313638.904775 +0.09 157 -314823.480703 +0.046 105 -313622.817917 +0.09 161 -314859.887273 +0.046 109 -313710.722308 +0.09 165 -314884.198146 +0.046 113 -313690.142158 +0.09 169 -314919.56566 +0.046 117 -313725.60176 +0.09 173 -314945.182288 +0.046 121 -313658.623544 +0.09 177 -314979.571548 +0.046 125 -313683.859631 +0.09 181 -315013.492645 +0.046 129 -313708.101967 +0.09 185 -315046.436926 +0.046 133 -313690.555932 +0.09 189 -315079.459123 +0.046 137 -313707.767162 +0.09 193 -315105.109831 +0.046 141 -313772.841718 +0.09 197 -315137.282259 +0.046 145 -313789.305687 +0.092 1 -312823.703025 +0.046 149 -313775.531599 +0.092 5 -312974.791229 +0.046 153 -313791.060815 +0.092 9 -313096.539793 +0.046 157 -313854.028033 +0.092 13 -313176.593274 +0.046 161 -313928.336632 +0.092 17 -313274.707471 +0.046 165 -313928.24232 +0.092 21 -313365.823065 +0.046 169 -314020.121508 +0.092 25 -313439.946906 +0.046 173 -314033.141629 +0.092 29 -313520.94455 +0.046 177 -314031.318698 +0.092 33 -313598.062199 +0.046 181 -314064.632728 +0.092 37 -313646.635267 +0.046 185 -314076.687809 +0.092 41 -313717.434926 +0.046 189 -314142.407023 +0.092 45 -313785.598829 +0.046 193 -314109.074453 +0.092 49 -313828.494814 +0.046 197 -314141.023871 +0.092 53 -313892.129955 +0.048 1 -312528.131288 +0.092 57 -313953.793501 +0.048 5 -312683.503364 +0.092 61 -313999.905722 +0.048 9 -312774.339205 +0.092 65 -314058.075685 +0.048 13 -312766.796841 +0.092 69 -314114.684881 +0.048 17 -312852.639598 +0.092 73 -314162.968896 +0.048 21 -312922.425235 +0.092 77 -314216.756543 +0.048 25 -312991.446938 +0.092 81 -314269.261555 +0.048 29 -312974.556014 +0.092 85 -314306.820831 +0.048 33 -313018.058438 +0.092 89 -314356.974236 +0.048 37 -313051.510955 +0.092 93 -314392.308456 +0.092 97 -314440.351701 +0.048 41 -313127.467211 +0.092 101 -314487.417252 +0.048 45 -313071.046885 +0.092 105 -314506.077502 +0.048 49 -313144.938452 +0.092 109 -314551.321589 +0.048 53 -313224.34623 +0.092 113 -314595.714995 +0.048 57 -313244.501558 +0.092 117 -314602.662478 +0.048 61 -313198.229005 +0.092 121 -314645.46009 +0.048 65 -313247.77783 +0.092 125 -314687.507672 +0.048 69 -313270.860219 +0.092 129 -314719.67644 +0.048 73 -313338.316568 +0.092 133 -314760.309183 +0.048 77 -313286.946646 +0.092 137 -314800.2735 +0.048 81 -313334.121306 +0.092 141 -314821.277597 +0.048 85 -313360.866385 +0.092 145 -314859.975196 +0.048 89 -313411.940101 +0.092 149 -314898.071767 +0.048 93 -313497.803376 +0.092 153 -314928.718864 +0.048 97 -313530.561622 +0.092 157 -314965.672038 +0.048 101 -313576.62371 +0.092 161 -315002.080724 +0.048 105 -313535.844299 +0.092 165 -315008.19886 +0.048 109 -313597.940717 +0.092 169 -315043.568294 +0.048 113 -313654.327037 +0.092 173 -315078.441292 +0.048 117 -313735.041154 +0.092 177 -315083.069374 +0.048 121 -313715.276254 +0.092 181 -315116.992142 +0.048 125 -313723.664331 +0.092 185 -315150.459775 +0.048 129 -313736.109796 +0.092 189 -315172.037494 +0.048 133 -313761.39914 +0.092 193 -315204.631791 +0.048 137 -313718.648289 +0.092 197 -315236.806795 +0.048 141 -313728.195521 +0.094 1 -312906.305071 +0.048 145 -313767.682461 +0.094 5 -313057.393276 +0.048 149 -313814.502783 +0.094 9 -313179.141839 +0.048 153 -313769.373449 +0.094 13 -313286.66879 +0.048 157 -313744.234121 +0.094 17 -313357.594053 +0.048 161 -313781.723335 +0.094 21 -313448.709647 +0.048 165 -313811.585575 +0.094 25 -313534.280767 +0.048 169 -313776.644449 +0.094 29 -313615.278411 +0.048 173 -313808.869246 +0.094 33 -313681.067338 +0.048 177 -313820.683072 +0.094 37 -313754.824419 +0.048 181 -313884.987488 +0.094 41 -313825.624078 +0.048 185 -313845.125109 +0.094 45 -313893.787982 +0.048 189 -313866.999926 +0.094 49 -313934.655334 +0.048 193 -313909.998309 +0.094 53 -313998.290475 +0.048 197 -313945.776824 +0.094 57 -314059.954021 +0.064 117 -313938.211092 +0.094 61 -314119.802978 +0.064 121 -313961.855631 +0.094 65 -314155.315495 +0.064 125 -314000.739356 +0.094 69 -314211.924691 +0.064 129 -314007.175415 +0.094 73 -314267.077073 +0.064 133 -314057.944486 +0.094 77 -314320.864721 +0.064 137 -314073.87962 +0.094 81 -314359.775265 +0.064 141 -314107.428164 +0.094 85 -314411.071276 +0.064 145 -314143.194048 +0.094 89 -314461.224681 +0.064 149 -314191.342679 +0.094 93 -314510.295636 +0.064 153 -314210.173382 +0.094 97 -314551.541647 +0.064 157 -314257.073121 +0.094 101 -314598.607198 +0.064 161 -314282.629542 +0.094 105 -314644.740918 +0.064 165 -314299.573661 +0.094 109 -314689.985005 +0.064 169 -314337.350911 +0.094 113 -314720.783943 +0.064 173 -314364.045072 +0.094 117 -314764.36272 +0.064 177 -314382.44026 +0.094 121 -314807.160331 +0.064 181 -314418.792096 +0.094 125 -314849.207913 +0.064 185 -314438.982898 +0.094 129 -314876.940038 +0.064 189 -314447.888056 +0.094 133 -314917.572781 +0.064 193 -314485.453194 +0.094 137 -314957.537097 +0.064 197 -314527.96318 +0.094 141 -314996.856842 +0.066 1 -312220.522157 +0.094 145 -315008.365506 +0.066 5 -312368.204864 +0.094 149 -315046.462077 +0.066 9 -312460.213188 +0.094 153 -315083.977541 +0.066 13 -312582.474395 +0.094 157 -315120.930716 +0.066 17 -312654.368151 +0.094 161 -315121.087489 +0.066 21 -312700.231023 +0.094 165 -315156.968551 +0.066 25 -312823.948854 +0.094 169 -315192.337984 +0.066 29 -312870.380237 +0.094 173 -315227.210982 +0.066 33 -312925.807279 +0.094 177 -315252.539012 +0.066 37 -313032.416607 +0.094 181 -315286.46178 +0.066 41 -313089.766153 +0.094 185 -315319.929413 +0.066 45 -313146.724889 +0.094 189 -315352.95441 +0.066 49 -313193.737391 +0.094 193 -315367.422751 +0.066 53 -313233.859125 +0.094 197 -315399.597755 +0.066 57 -313300.028213 +0.096 1 -312993.093253 +0.066 61 -313372.474187 +0.096 5 -313144.181458 +0.066 65 -313396.426185 +0.096 9 -313265.930022 +0.066 69 -313445.116209 +0.096 13 -313373.456972 +0.066 73 -313468.644013 +0.096 17 -313471.571169 +0.066 77 -313517.130519 +0.096 21 -313562.686763 +0.066 81 -313561.231393 +0.096 25 -313621.34811 +0.066 85 -313583.884286 +0.096 29 -313702.345753 +0.066 89 -313638.736733 +0.096 33 -313779.463403 +0.066 93 -313684.88688 +0.096 37 -313853.220484 +0.066 97 -313688.213808 +0.096 41 -313924.020143 +0.066 101 -313745.248608 +0.096 45 -313992.184046 +0.066 105 -313799.041936 +0.096 49 -314046.762183 +0.066 109 -313836.479483 +0.096 53 -314110.397324 +0.066 113 -313896.09119 +0.096 57 -314172.06087 +0.066 117 -313921.103538 +0.096 61 -314231.909827 +0.066 121 -313984.624106 +0.096 65 -314290.079789 +0.066 125 -314039.536153 +0.096 69 -314346.688985 +0.066 129 -314062.551263 +0.096 73 -314377.174075 +0.066 133 -314087.188661 +0.096 77 -314430.961722 +0.066 137 -314124.370509 +0.096 81 -314483.466734 +0.066 141 -314124.412843 +0.096 85 -314534.762745 +0.066 145 -314178.617877 +0.096 89 -314584.91615 +0.066 149 -314206.393192 +0.096 93 -314633.987104 +0.066 153 -314215.460945 +0.096 97 -314659.605538 +0.066 157 -314257.635195 +0.096 101 -314706.671088 +0.066 161 -314283.526327 +0.096 105 -314752.804808 +0.066 165 -314324.784982 +0.096 109 -314798.048895 +0.066 169 -314357.499514 +0.096 113 -314842.442301 +0.066 173 -314379.187136 +0.096 117 -314886.021077 +0.066 177 -314400.381074 +0.096 121 -314928.818689 +0.066 181 -314418.633267 +0.096 125 -314957.411383 +0.066 185 -314452.498998 +0.096 129 -314998.737975 +0.066 189 -314488.219264 +0.096 133 -315039.370718 +0.066 193 -314513.059827 +0.096 137 -315079.335035 +0.066 197 -314535.06514 +0.096 141 -315118.654779 +0.068 1 -312229.23584 +0.096 145 -315157.352378 +0.068 5 -312364.619626 +0.096 149 -315188.721506 +0.068 9 -312470.142741 +0.096 153 -315226.23697 +0.068 13 -312577.352608 +0.096 157 -315263.190144 +0.068 17 -312680.676583 +0.096 161 -315299.59883 +0.068 21 -312738.291601 +0.096 165 -315335.479891 +0.068 25 -312815.675641 +0.096 169 -315370.849325 +0.068 29 -312906.595762 +0.096 173 -315392.267436 +0.068 33 -312944.174071 +0.096 177 -315426.658443 +0.068 37 -312992.241728 +0.096 181 -315460.581212 +0.068 41 -313103.691605 +0.096 185 -315494.048845 +0.068 45 -313169.412371 +0.096 189 -315527.073842 +0.068 49 -313211.780861 +0.096 193 -315559.668139 +0.068 53 -313257.157151 +0.096 197 -315578.388256 +0.068 57 -313300.978225 +0.098 1 -313083.920635 +0.068 61 -313376.322144 +0.098 5 -313235.008839 +0.068 65 -313421.831417 +0.098 9 -313356.757403 +0.068 69 -313478.092135 +0.098 13 -313464.284353 +0.068 73 -313520.74719 +0.098 17 -313562.398551 +0.068 77 -313567.032915 +0.098 21 -313653.514144 +0.068 81 -313588.603412 +0.098 25 -313739.085265 +0.068 85 -313634.959609 +0.098 29 -313820.082909 +0.068 89 -313656.75602 +0.098 33 -313897.200558 +0.068 93 -313698.173125 +0.098 37 -313970.957639 +0.068 97 -313723.18532 +0.098 41 -314041.757298 +0.068 101 -313770.45021 +0.098 45 -314109.921202 +0.068 105 -313824.455859 +0.098 49 -314175.711744 +0.068 109 -313817.996702 +0.098 53 -314212.711121 +0.068 113 -313882.983798 +0.098 57 -314274.374667 +0.068 117 -313914.013261 +0.098 61 -314334.223623 +0.068 121 -313961.976732 +0.098 65 -314392.393585 +0.068 125 -314001.787311 +0.098 69 -314449.002782 +0.068 129 -314048.32664 +0.098 73 -314504.155164 +0.068 133 -314086.878245 +0.098 77 -314557.942811 +0.068 137 -314167.846743 +0.098 81 -314610.447823 +0.068 141 -314186.839883 +0.098 85 -314661.743834 +0.068 145 -314207.482962 +0.098 89 -314711.897239 +0.068 149 -314230.393626 +0.098 93 -314760.968193 +0.068 153 -314249.75786 +0.098 97 -314809.011439 +0.068 157 -314271.7857 +0.098 101 -314844.978754 +0.068 161 -314311.475964 +0.098 105 -314891.112474 +0.068 165 -314355.248924 +0.098 109 -314936.356561 +0.068 169 -314362.657916 +0.098 113 -314980.749967 +0.068 173 -314387.632742 +0.098 117 -315024.328743 +0.068 177 -314406.97482 +0.098 121 -315067.126355 +0.068 181 -314449.11407 +0.098 125 -315109.173936 +0.068 185 -314485.559256 +0.098 129 -315150.500528 +0.068 189 -314521.477678 +0.098 133 -315191.133271 +0.068 193 -314549.183974 +0.098 137 -315231.097588 +0.068 197 -314565.988944 +0.098 141 -315270.417332 +0.07 1 -312245.406559 +0.098 145 -315309.114931 +0.07 5 -312381.319653 +0.098 149 -315322.795385 +0.07 9 -312485.693944 +0.098 153 -315360.310849 +0.07 13 -312602.746776 +0.098 157 -315397.264023 +0.07 17 -312690.90347 +0.098 161 -315433.672709 +0.07 21 -312772.62074 +0.098 165 -315469.55377 +0.07 25 -312814.582288 +0.098 169 -315504.923204 +0.07 29 -312893.305879 +0.098 173 -315539.796202 +0.07 33 -313001.203027 +0.098 177 -315574.187209 +0.07 37 -313036.221545 +0.098 181 -315608.109978 +0.07 41 -313081.953068 +0.098 185 -315641.577611 +0.07 45 -313157.943809 +0.098 189 -315674.602608 +0.07 49 -313241.779259 +0.098 193 -315707.196905 +0.07 53 -313295.111214 +0.098 197 -315739.371909 +0.07 57 -313328.963951 +0.07 61 -313379.275579 +0.07 65 -313432.833323 +0.07 69 -313492.312716 +0.07 73 -313553.358975 +0.07 77 -313607.080382 +0.07 81 -313639.759694 +0.07 85 -313655.684274 +0.07 89 -313693.956741 +0.07 93 -313738.369981 +0.07 97 -313756.157035 +0.07 101 -313806.507746 +0.07 105 -313842.742952 +0.07 109 -313857.733333 +0.07 113 -313920.68554 +0.07 117 -313941.262863 +0.07 121 -313961.685333 +0.07 125 -314007.082605 +0.07 129 -314048.836408 +0.07 133 -314092.316884 +0.07 137 -314127.836943 +0.07 141 -314160.044818 +0.07 145 -314214.498141 +0.07 149 -314248.225577 +0.07 153 -314306.511157 +0.07 157 -314338.804228 +0.07 161 -314355.046263 +0.07 165 -314386.694764 +0.07 169 -314391.825574 +0.07 173 -314432.301489 +0.07 177 -314465.165139 +0.07 181 -314487.08015 +0.07 185 -314518.249334 +0.07 189 -314531.671055 +0.07 193 -314547.438327 +0.07 197 -314575.346471 +0.072 1 -312268.646376 +0.072 5 -312417.856802 +0.072 9 -312509.782826 +0.072 13 -312617.717022 +0.072 17 -312716.191919 +0.072 21 -312790.222691 +0.072 25 -312866.335483 +0.072 29 -312910.041674 +0.072 33 -312995.360236 +0.072 37 -313066.569567 +0.072 41 -313112.755972 +0.072 45 -313168.812367 +0.072 49 -313228.105165 +0.072 53 -313331.839102 +0.072 57 -313396.896565 +0.072 61 -313426.801634 +0.072 65 -313473.122763 +0.072 69 -313510.354168 +0.072 73 -313556.320536 +0.072 77 -313598.584856 +0.072 81 -313668.970196 +0.072 85 -313720.989191 +0.072 89 -313759.233927 +0.072 93 -313799.216317 +0.072 97 -313812.558396 +0.072 101 -313850.685752 +0.072 105 -313882.453995 +0.072 109 -313923.342405 +0.072 113 -313953.310763 +0.072 117 -313997.790514 +0.072 121 -314000.999864 +0.072 125 -314036.382288 +0.072 129 -314065.582307 +0.072 133 -314089.289529 +0.072 137 -314142.683368 +0.072 141 -314172.759105 +0.072 145 -314229.998077 +0.072 149 -314253.792563 +0.072 153 -314294.822541 +0.072 157 -314314.83874 +0.072 161 -314362.343926 +0.072 165 -314411.453325 +0.072 169 -314445.300168 +0.072 173 -314490.69305 +0.072 177 -314505.378932 +0.072 181 -314535.344518 +0.072 185 -314536.669314 +0.072 189 -314570.881709 +0.072 193 -314604.264924 +0.072 197 -314639.881866 +0.074 1 -312298.59945 +0.074 5 -312448.164553 +0.074 9 -312540.563481 +0.074 13 -312648.793242 +0.074 17 -312755.114574 +0.074 21 -312837.080452 +0.074 25 -312913.884113 +0.074 29 -312937.988245 +0.074 33 -313018.879464 +0.074 37 -313100.951921 +0.074 41 -313169.49796 +0.074 45 -313213.55064 +0.074 49 -313267.603602 +0.074 53 -313324.988923 +0.074 57 -313407.416205 +0.074 61 -313477.84452 +0.074 65 -313516.891687 +0.074 69 -313574.468375 +0.074 73 -313600.45224 +0.074 77 -313652.986878 +0.074 81 -313696.615119 +0.074 85 -313736.702577 +0.074 89 -313807.777316 +0.074 93 -313832.74662 +0.074 97 -313881.715475 +0.074 101 -313919.752834 +0.074 105 -313947.006609 +0.074 109 -313985.947366 +0.074 113 -314009.060847 +0.074 117 -314051.26807 +0.074 121 -314057.65233 +0.074 125 -314098.352764 +0.074 129 -314140.772126 +0.074 133 -314154.693307 +0.074 137 -314193.623679 +0.074 141 -314234.12474 +0.074 145 -314238.291192 +0.074 149 -314282.593541 +0.074 153 -314311.235976 +0.074 157 -314344.457392 +0.074 161 -314389.610889 +0.074 165 -314423.79419 +0.074 169 -314460.387 +0.074 173 -314478.716663 +0.074 177 -314504.726776 +0.074 181 -314552.425918 +0.074 185 -314574.313029 +0.074 189 -314618.317864 +0.074 193 -314619.536836 +0.074 197 -314650.412354 +0.076 1 -312334.938612 +0.076 5 -312484.849681 +0.076 9 -312593.087254 +0.076 13 -312659.522786 +0.076 17 -312768.404517 +0.076 21 -312875.329913 +0.076 25 -312959.604284 +0.076 29 -313002.180269 +0.076 33 -313053.205521 +0.076 37 -313116.37529 +0.076 41 -313181.078141 +0.076 45 -313237.57299 +0.076 49 -313308.74403 +0.076 53 -313368.771597 +0.076 57 -313431.525041 +0.076 61 -313475.412703 +0.076 65 -313520.424438 +0.076 69 -313600.177263 +0.076 73 -313655.950684 +0.076 77 -313683.574514 +0.076 81 -313734.747382 +0.076 85 -313787.395341 +0.076 89 -313824.365981 +0.076 93 -313857.435519 +0.076 97 -313909.394116 +0.076 101 -313945.585459 +0.076 105 -314000.050674 +0.076 109 -314031.645258 +0.076 113 -314079.623301 +0.076 117 -314095.075009 +0.076 121 -314136.619286 +0.076 125 -314160.203148 +0.076 129 -314195.483297 +0.076 133 -314215.26957 +0.076 137 -314256.538605 +0.076 141 -314267.532722 +0.076 145 -314285.672444 +0.076 149 -314315.094909 +0.076 153 -314363.829402 +0.076 157 -314367.033165 +0.076 161 -314387.613208 +0.076 165 -314429.814167 +0.076 169 -314478.651403 +0.076 173 -314487.94845 +0.076 177 -314531.13165 +0.076 181 -314558.947684 +0.076 185 -314596.392002 +0.076 189 -314608.245365 +0.076 193 -314659.288194 +0.076 197 -314697.838668 +0.078 1 -312377.362391 +0.078 5 -312498.812559 +0.078 9 -312635.989453 +0.078 13 -312727.714338 +0.078 17 -312826.885577 +0.078 21 -312902.574862 +0.078 25 -313003.93932 +0.078 29 -313069.021604 +0.078 33 -313115.980201 +0.078 37 -313156.899905 +0.078 41 -313231.674327 +0.078 45 -313293.951911 +0.078 49 -313351.910386 +0.078 53 -313411.537208 +0.078 57 -313478.677086 +0.078 61 -313508.321059 +0.078 65 -313563.125726 +0.078 69 -313628.377488 +0.078 73 -313677.814306 +0.078 77 -313723.710965 +0.078 81 -313777.011815 +0.078 85 -313843.906152 +0.078 89 -313883.184697 +0.078 93 -313914.423305 +0.078 97 -313956.375255 +0.078 101 -314007.420389 +0.078 105 -314035.760741 +0.078 109 -314082.629937 +0.078 113 -314121.165945 +0.078 117 -314151.668884 +0.078 121 -314174.260156 +0.078 125 -314237.009041 +0.078 129 -314274.868005 +0.078 133 -314270.582222 +0.078 137 -314316.683122 +0.078 141 -314359.850895 +0.078 145 -314390.319451 +0.078 149 -314400.790267 +0.078 153 -314434.942047 +0.078 157 -314461.310737 +0.078 161 -314480.003533 +0.078 165 -314487.661785 +0.078 169 -314522.342292 +0.078 173 -314558.650648 +0.078 177 -314555.575293 +0.078 181 -314585.895084 +0.078 185 -314628.108513 +0.078 189 -314655.502793 +0.078 193 -314677.798649 +0.078 197 -314711.405831 +0.08 1 -312425.592409 +0.08 5 -312547.372449 +0.08 9 -312684.68679 +0.08 13 -312764.931066 +0.08 17 -312850.001653 +0.08 21 -312952.014412 +0.08 25 -313029.836557 +0.08 29 -313119.28216 +0.08 33 -313181.343956 +0.08 37 -313239.505442 +0.08 41 -313277.93936 +0.08 45 -313336.017095 +0.08 49 -313396.077855 +0.08 53 -313452.094749 +0.08 57 -313495.817324 +0.08 61 -313551.84824 +0.08 65 -313597.459356 +0.08 69 -313674.231668 +0.08 73 -313716.772707 +0.08 77 -313769.81493 +0.08 81 -313828.563617 +0.08 85 -313872.156859 +0.08 89 -313899.705915 +0.08 93 -313948.443309 +0.08 97 -314012.041888 +0.08 101 -314036.77028 +0.08 105 -314095.975575 +0.08 109 -314142.826168 +0.08 113 -314174.634721 +0.08 117 -314226.976278 +0.08 121 -314252.318113 +0.08 125 -314298.436838 +0.08 129 -314331.729106 +0.08 133 -314352.486362 +0.08 137 -314384.339154 +0.08 141 -314416.011137 +0.08 145 -314444.352254 +0.08 149 -314483.491241 +0.08 153 -314503.58103 +0.08 157 -314539.664075 +0.08 161 -314563.541553 +0.08 165 -314603.158224 +0.08 169 -314627.797349 +0.08 173 -314647.686441 +0.08 177 -314674.065067 +0.08 181 -314690.576573 +0.08 185 -314715.948591 +0.08 189 -314731.298927 +0.08 193 -314756.264792 +0.08 197 -314789.947535 +0.082 1 -312479.371101 +0.082 5 -312601.473568 +0.082 9 -312750.999644 +0.082 13 -312846.032347 +0.082 17 -312928.956145 +0.082 21 -312995.662066 +0.082 25 -313066.564569 +0.082 29 -313165.565464 +0.082 33 -313227.952467 +0.082 37 -313310.146522 +0.082 41 -313380.687519 +0.082 45 -313433.540177 +0.082 49 -313460.448069 +0.082 53 -313521.171223 +0.082 57 -313563.313649 +0.082 61 -313629.654471 +0.082 65 -313656.229211 +0.082 69 -313726.583781 +0.082 73 -313750.142953 +0.082 77 -313819.526971 +0.082 81 -313854.898415 +0.082 85 -313931.053004 +0.082 89 -313971.273236 +0.082 93 -314008.017925 +0.082 97 -314057.853896 +0.082 101 -314104.689817 +0.082 105 -314140.168673 +0.082 109 -314170.688671 +0.082 113 -314200.083445 +0.082 117 -314226.540837 +0.082 121 -314289.628855 +0.082 125 -314319.363949 +0.082 129 -314383.382265 +0.082 133 -314423.761479 +0.082 137 -314458.180374 +0.082 141 -314490.010948 +0.082 145 -314527.816618 +0.082 149 -314546.349471 +0.082 153 -314575.919777 +0.082 157 -314605.394962 +0.082 161 -314650.869812 +0.082 165 -314669.620966 +0.082 169 -314678.208677 +0.082 173 -314707.567651 +0.082 177 -314727.259547 +0.082 181 -314755.866524 +0.082 185 -314772.229097 +0.082 189 -314806.335914 +0.082 193 -314838.720277 +0.082 197 -314870.123148 +0.084 1 -312538.459714 +0.084 5 -312689.547919 +0.084 9 -312782.626088 +0.084 13 -312905.567696 +0.084 17 -312977.174059 +0.084 21 -313068.147196 +0.084 25 -313141.144637 +0.084 29 -313207.67856 +0.084 33 -313277.530527 +0.084 37 -313376.338078 +0.084 41 -313432.650093 +0.084 45 -313509.276208 +0.084 49 -313546.215957 +0.084 53 -313609.69712 +0.084 57 -313646.747432 +0.084 61 -313696.888216 +0.084 65 -313735.811316 +0.084 69 -313792.005811 +0.084 73 -313847.037937 +0.084 77 -313869.657905 +0.084 81 -313904.744597 +0.084 85 -313943.980879 +0.084 89 -313994.030505 +0.084 93 -314040.018486 +0.084 97 -314076.006466 +0.084 101 -314140.925263 +0.084 105 -314186.923958 +0.084 109 -314220.096634 +0.084 113 -314293.876808 +0.084 117 -314308.626621 +0.084 121 -314351.275812 +0.084 125 -314388.014744 +0.084 129 -314407.696523 +0.084 133 -314431.471136 +0.084 137 -314489.637484 +0.084 141 -314519.260874 +0.084 145 -314545.880386 +0.084 149 -314583.556172 +0.084 153 -314620.945782 +0.084 157 -314670.859235 +0.084 161 -314699.957037 +0.084 165 -314718.97715 +0.084 169 -314784.0151 +0.084 173 -314799.62279 +0.084 177 -314814.755133 +0.084 181 -314852.830688 +0.084 185 -314886.155518 +0.084 189 -314902.319177 +0.084 193 -314924.541525 +0.084 197 -314939.853072 +0.086 1 -312602.636534 +0.086 5 -312753.724739 +0.086 9 -312847.111503 +0.086 13 -312942.821037 +0.086 17 -313068.069251 +0.086 21 -313133.044072 +0.086 25 -313194.882523 +0.086 29 -313275.808823 +0.086 33 -313350.006462 +0.086 37 -313423.686229 +0.086 41 -313487.332927 +0.086 45 -313541.264342 +0.086 49 -313631.912216 +0.086 53 -313681.276065 +0.086 57 -313714.499828 +0.086 61 -313774.280817 +0.086 65 -313817.21552 +0.086 69 -313864.280282 +0.086 73 -313919.351862 +0.086 77 -313954.15906 +0.086 81 -314013.093404 +0.086 85 -314064.311579 +0.086 89 -314083.668716 +0.086 93 -314132.674669 +0.086 97 -314156.725959 +0.086 101 -314191.911268 +0.086 105 -314237.986856 +0.086 109 -314266.632617 +0.086 113 -314312.745127 +0.086 117 -314356.263727 +0.086 121 -314389.551127 +0.086 125 -314419.728547 +0.086 129 -314474.592751 +0.086 133 -314508.076676 +0.086 137 -314519.624163 +0.086 141 -314558.891938 +0.086 145 -314610.534449 +0.086 149 -314648.563446 +0.086 153 -314664.743441 +0.086 157 -314685.091309 +0.086 161 -314757.676046 +0.086 165 -314784.022659 +0.086 169 -314807.497881 +0.086 173 -314842.297555 +0.086 177 -314878.586677 +0.086 181 -314895.892237 +0.086 185 -314929.290122 +0.086 189 -314955.15781 +0.086 193 -314971.143577 +0.086 197 -315021.363921 +0.088 1 -312671.695321 +0.088 5 -312822.783526 +0.088 9 -312916.472451 +0.088 13 -313023.999402 +0.088 17 -313110.422083 +0.088 21 -313201.537677 +0.088 25 -313261.387462 +0.088 29 -313369.207486 +0.088 33 -313422.887773 +0.088 37 -313496.602101 +0.088 41 -313553.337419 +0.088 45 -313614.457955 +0.088 49 -313680.224634 +0.088 53 -313729.809657 +0.088 57 -313802.634986 +0.088 61 -313848.426477 +0.088 65 -313906.572155 +0.088 69 -313935.100212 +0.088 73 -313990.233425 +0.088 77 -314006.591022 +0.088 81 -314059.080517 +0.088 85 -314125.606069 +0.088 89 -314157.021374 +0.088 93 -314206.063342 +0.088 97 -314247.06505 +0.088 101 -314294.106055 +0.088 105 -314309.819135 +0.088 109 -314355.042171 +0.088 113 -314391.379928 +0.088 117 -314434.927375 +0.088 121 -314466.004184 +0.088 125 -314508.024329 +0.088 129 -314532.957042 +0.088 133 -314573.565558 +0.088 137 -314601.815529 +0.088 141 -314645.178041 +0.088 145 -314683.848926 +0.088 149 -314710.228683 +0.088 153 -314747.720156 +0.088 157 -314777.635637 +0.088 161 -314814.022657 +0.088 165 -314821.823454 +0.088 169 -314863.882127 +0.088 173 -314884.703883 +0.088 177 -314919.074426 +0.088 181 -314931.932894 +0.088 185 -314965.381793 +0.088 189 -314982.020718 +0.088 193 -315005.244588 +0.088 197 -315050.821066 +0.09 1 -312745.44392 +0.09 5 -312896.532125 +0.09 9 -313018.280689 +0.09 13 -313098.04402 +0.09 17 -313196.158217 +0.09 21 -313275.705636 +0.09 25 -313361.276757 +0.09 29 -313416.824416 +0.09 33 -313493.942066 +0.09 37 -313544.562797 +0.09 41 -313615.362457 +0.09 45 -313683.52636 +0.09 49 -313735.435093 +0.09 53 -313799.070234 +0.09 57 -313853.792875 +0.09 61 -313913.641832 +0.09 65 -313957.929984 +0.09 69 -314014.539181 +0.09 73 -314055.809753 +0.09 77 -314109.597401 +0.09 81 -314162.102412 +0.09 85 -314185.634804 +0.09 89 -314235.788209 +0.09 93 -314274.351644 +0.09 97 -314322.388987 +0.09 101 -314360.194561 +0.09 105 -314406.323255 +0.09 109 -314451.562684 +0.09 113 -314477.44268 +0.09 117 -314521.017422 +0.09 121 -314556.870358 +0.09 125 -314598.914411 +0.09 129 -314610.160437 +0.09 133 -314650.790067 +0.09 137 -314660.674197 +0.09 141 -314699.991175 +0.09 145 -314738.686159 +0.09 149 -314765.212081 +0.09 153 -314802.7252 +0.09 157 -314823.480703 +0.09 161 -314859.887273 +0.09 165 -314884.198146 +0.09 169 -314919.56566 +0.09 173 -314945.182288 +0.09 177 -314979.571548 +0.09 181 -315013.492645 +0.09 185 -315046.436926 +0.09 189 -315079.459123 +0.09 193 -315105.109831 +0.09 197 -315137.282259 +0.092 1 -312823.703025 +0.092 5 -312974.791229 +0.092 9 -313096.539793 +0.092 13 -313176.593274 +0.092 17 -313274.707471 +0.092 21 -313365.823065 +0.092 25 -313439.946906 +0.092 29 -313520.94455 +0.092 33 -313598.062199 +0.092 37 -313646.635267 +0.092 41 -313717.434926 +0.092 45 -313785.598829 +0.092 49 -313828.494814 +0.092 53 -313892.129955 +0.092 57 -313953.793501 +0.092 61 -313999.905722 +0.092 65 -314058.075685 +0.092 69 -314114.684881 +0.092 73 -314162.968896 +0.092 77 -314216.756543 +0.092 81 -314269.261555 +0.092 85 -314306.820831 +0.092 89 -314356.974236 +0.092 93 -314392.308456 +0.092 97 -314440.351701 +0.092 101 -314487.417252 +0.092 105 -314506.077502 +0.092 109 -314551.321589 +0.092 113 -314595.714995 +0.092 117 -314602.662478 +0.092 121 -314645.46009 +0.092 125 -314687.507672 +0.092 129 -314719.67644 +0.092 133 -314760.309183 +0.092 137 -314800.2735 +0.092 141 -314821.277597 +0.092 145 -314859.975196 +0.092 149 -314898.071767 +0.092 153 -314928.718864 +0.092 157 -314965.672038 +0.092 161 -315002.080724 +0.092 165 -315008.19886 +0.092 169 -315043.568294 +0.092 173 -315078.441292 +0.092 177 -315083.069374 +0.092 181 -315116.992142 +0.092 185 -315150.459775 +0.092 189 -315172.037494 +0.092 193 -315204.631791 +0.092 197 -315236.806795 +0.094 1 -312906.305071 +0.094 5 -313057.393276 +0.094 9 -313179.141839 +0.094 13 -313286.66879 +0.094 17 -313357.594053 +0.094 21 -313448.709647 +0.094 25 -313534.280767 +0.094 29 -313615.278411 +0.094 33 -313681.067338 +0.094 37 -313754.824419 +0.094 41 -313825.624078 +0.094 45 -313893.787982 +0.094 49 -313934.655334 +0.094 53 -313998.290475 +0.094 57 -314059.954021 +0.094 61 -314119.802978 +0.094 65 -314155.315495 +0.094 69 -314211.924691 +0.094 73 -314267.077073 +0.094 77 -314320.864721 +0.094 81 -314359.775265 +0.094 85 -314411.071276 +0.094 89 -314461.224681 +0.094 93 -314510.295636 +0.094 97 -314551.541647 +0.094 101 -314598.607198 +0.094 105 -314644.740918 +0.094 109 -314689.985005 +0.094 113 -314720.783943 +0.094 117 -314764.36272 +0.094 121 -314807.160331 +0.094 125 -314849.207913 +0.094 129 -314876.940038 +0.094 133 -314917.572781 +0.094 137 -314957.537097 +0.094 141 -314996.856842 +0.094 145 -315008.365506 +0.094 149 -315046.462077 +0.094 153 -315083.977541 +0.094 157 -315120.930716 +0.094 161 -315121.087489 +0.094 165 -315156.968551 +0.094 169 -315192.337984 +0.094 173 -315227.210982 +0.094 177 -315252.539012 +0.094 181 -315286.46178 +0.094 185 -315319.929413 +0.094 189 -315352.95441 +0.094 193 -315367.422751 +0.094 197 -315399.597755 +0.096 1 -312993.093253 +0.096 5 -313144.181458 +0.096 9 -313265.930022 +0.096 13 -313373.456972 +0.096 17 -313471.571169 +0.096 21 -313562.686763 +0.096 25 -313621.34811 +0.096 29 -313702.345753 +0.096 33 -313779.463403 +0.096 37 -313853.220484 +0.096 41 -313924.020143 +0.096 45 -313992.184046 +0.096 49 -314046.762183 +0.096 53 -314110.397324 +0.096 57 -314172.06087 +0.096 61 -314231.909827 +0.096 65 -314290.079789 +0.096 69 -314346.688985 +0.096 73 -314377.174075 +0.096 77 -314430.961722 +0.096 81 -314483.466734 +0.096 85 -314534.762745 +0.096 89 -314584.91615 +0.096 93 -314633.987104 +0.096 97 -314659.605538 +0.096 101 -314706.671088 +0.096 105 -314752.804808 +0.096 109 -314798.048895 +0.096 113 -314842.442301 +0.096 117 -314886.021077 +0.096 121 -314928.818689 +0.096 125 -314957.411383 +0.096 129 -314998.737975 +0.096 133 -315039.370718 +0.096 137 -315079.335035 +0.096 141 -315118.654779 +0.096 145 -315157.352378 +0.096 149 -315188.721506 +0.096 153 -315226.23697 +0.096 157 -315263.190144 +0.096 161 -315299.59883 +0.096 165 -315335.479891 +0.096 169 -315370.849325 +0.096 173 -315392.267436 +0.096 177 -315426.658443 +0.096 181 -315460.581212 +0.096 185 -315494.048845 +0.096 189 -315527.073842 +0.096 193 -315559.668139 +0.096 197 -315578.388256 +0.098 1 -313083.920635 +0.098 5 -313235.008839 +0.098 9 -313356.757403 +0.098 13 -313464.284353 +0.098 17 -313562.398551 +0.098 21 -313653.514144 +0.098 25 -313739.085265 +0.098 29 -313820.082909 +0.098 33 -313897.200558 +0.098 37 -313970.957639 +0.098 41 -314041.757298 +0.098 45 -314109.921202 +0.098 49 -314175.711744 +0.098 53 -314212.711121 +0.098 57 -314274.374667 +0.098 61 -314334.223623 +0.098 65 -314392.393585 +0.098 69 -314449.002782 +0.098 73 -314504.155164 +0.098 77 -314557.942811 +0.098 81 -314610.447823 +0.098 85 -314661.743834 +0.098 89 -314711.897239 +0.098 93 -314760.968193 +0.098 97 -314809.011439 +0.098 101 -314844.978754 +0.098 105 -314891.112474 +0.098 109 -314936.356561 +0.098 113 -314980.749967 +0.098 117 -315024.328743 +0.098 121 -315067.126355 +0.098 125 -315109.173936 +0.098 129 -315150.500528 +0.098 133 -315191.133271 +0.098 137 -315231.097588 +0.098 141 -315270.417332 +0.098 145 -315309.114931 +0.098 149 -315322.795385 +0.098 153 -315360.310849 +0.098 157 -315397.264023 +0.098 161 -315433.672709 +0.098 165 -315469.55377 +0.098 169 -315504.923204 +0.098 173 -315539.796202 +0.098 177 -315574.187209 +0.098 181 -315608.109978 +0.098 185 -315641.577611 +0.098 189 -315674.602608 +0.098 193 -315707.196905 +0.098 197 -315739.371909 +0.1 1 -313178.649353 +0.1 5 -313329.737557 +0.1 9 -313451.486121 +0.1 13 -313559.013072 +0.1 17 -313657.127269 +0.1 21 -313748.242863 +0.1 25 -313833.813983 +0.1 29 -313914.811627 +0.1 33 -313991.929276 +0.1 37 -314065.686357 +0.1 41 -314136.486017 +0.1 45 -314204.64992 +0.1 49 -314270.440463 +0.1 53 -314334.075603 +0.1 57 -314395.739149 +0.1 61 -314455.588106 +0.1 65 -314513.758068 +0.1 69 -314570.367264 +0.1 73 -314625.519647 +0.1 77 -314679.307294 +0.1 81 -314731.812306 +0.1 85 -314783.108317 +0.1 89 -314833.261722 +0.1 93 -314882.332676 +0.1 97 -314930.375922 +0.1 101 -314977.441472 +0.1 105 -315023.575192 +0.1 109 -315068.819279 +0.1 113 -315113.212685 +0.1 117 -315156.791461 +0.1 121 -315199.589073 +0.1 125 -315241.636654 +0.1 129 -315282.963246 +0.1 133 -315323.595989 +0.1 137 -315363.560306 +0.1 141 -315402.88005 +0.1 145 -315441.577649 +0.1 149 -315479.67422 +0.1 153 -315517.189684 +0.1 157 -315554.142858 +0.1 161 -315590.551544 +0.1 165 -315626.432606 +0.1 169 -315661.802039 +0.1 173 -315696.675037 +0.1 177 -315731.066045 +0.1 181 -315764.988813 +0.1 185 -315798.456446 +0.1 189 -315831.481443 +0.1 193 -315864.07574 +0.1 197 -315896.250745 +0.102 1 -313277.149903 +0.102 5 -313428.238107 +0.102 9 -313549.986671 +0.102 13 -313657.513622 +0.102 17 -313755.627819 +0.102 21 -313846.743413 +0.102 25 -313932.314533 +0.102 29 -314013.312177 +0.102 33 -314090.429826 +0.102 37 -314164.186908 +0.102 41 -314234.986567 +0.102 45 -314303.15047 +0.102 49 -314368.941013 +0.102 53 -314432.576154 +0.102 57 -314494.2397 +0.102 61 -314554.088656 +0.102 65 -314612.258618 +0.102 69 -314668.867815 +0.102 73 -314724.020197 +0.102 77 -314777.807844 +0.102 81 -314830.312856 +0.102 85 -314881.608867 +0.102 89 -314931.762272 +0.102 93 -314980.833227 +0.102 97 -315028.876472 +0.102 101 -315075.942023 +0.102 105 -315122.075742 +0.102 109 -315167.31983 +0.102 113 -315211.713235 +0.102 117 -315255.292012 +0.102 121 -315298.089623 +0.102 125 -315340.137205 +0.102 129 -315381.463796 +0.102 133 -315422.09654 +0.102 137 -315462.060856 +0.102 141 -315501.3806 +0.102 145 -315540.078199 +0.102 149 -315578.17477 +0.102 153 -315615.690234 +0.102 157 -315652.643409 +0.102 161 -315689.052094 +0.102 165 -315724.933156 +0.102 169 -315760.30259 +0.102 173 -315795.175587 +0.102 177 -315829.566595 +0.102 181 -315863.489364 +0.102 185 -315896.956996 +0.102 189 -315929.981994 +0.102 193 -315962.576291 +0.102 197 -315994.751295 +0.104 1 -313379.300489 +0.104 5 -313530.388693 +0.104 9 -313652.137257 +0.104 13 -313759.664208 +0.104 17 -313857.778405 +0.104 21 -313948.893999 +0.104 25 -314034.465119 +0.104 29 -314115.462763 +0.104 33 -314192.580412 +0.104 37 -314266.337494 +0.104 41 -314337.137153 +0.104 45 -314405.301056 +0.104 49 -314471.091599 +0.104 53 -314534.726739 +0.104 57 -314596.390286 +0.104 61 -314656.239242 +0.104 65 -314714.409204 +0.104 69 -314771.0184 +0.104 73 -314826.170783 +0.104 77 -314879.95843 +0.104 81 -314932.463442 +0.104 85 -314983.759453 +0.104 89 -315033.912858 +0.104 93 -315082.983812 +0.104 97 -315131.027058 +0.104 101 -315178.092608 +0.104 105 -315224.226328 +0.104 109 -315269.470416 +0.104 113 -315313.863821 +0.104 117 -315357.442598 +0.104 121 -315400.240209 +0.104 125 -315442.287791 +0.104 129 -315483.614382 +0.104 133 -315524.247126 +0.104 137 -315564.211442 +0.104 141 -315603.531186 +0.104 145 -315642.228785 +0.104 149 -315680.325356 +0.104 153 -315717.84082 +0.104 157 -315754.793994 +0.104 161 -315791.20268 +0.104 165 -315827.083742 +0.104 169 -315862.453176 +0.104 173 -315897.326173 +0.104 177 -315931.717181 +0.104 181 -315965.639949 +0.104 185 -315999.107582 +0.104 189 -316032.132579 +0.104 193 -316064.726877 +0.104 197 -316096.901881 +0.106 1 -313484.986437 +0.106 5 -313636.074642 +0.106 9 -313757.823206 +0.106 13 -313865.350156 +0.106 17 -313963.464354 +0.106 21 -314054.579947 +0.106 25 -314140.151068 +0.106 29 -314221.148712 +0.106 33 -314298.266361 +0.106 37 -314372.023442 +0.106 41 -314442.823101 +0.106 45 -314510.987005 +0.106 49 -314576.777547 +0.106 53 -314640.412688 +0.106 57 -314702.076234 +0.106 61 -314761.925191 +0.106 65 -314820.095153 +0.106 69 -314876.704349 +0.106 73 -314931.856731 +0.106 77 -314985.644379 +0.106 81 -315038.14939 +0.106 85 -315089.445401 +0.106 89 -315139.598806 +0.106 93 -315188.669761 +0.106 97 -315236.713006 +0.106 101 -315283.778557 +0.106 105 -315329.912276 +0.106 109 -315375.156364 +0.106 113 -315419.549769 +0.106 117 -315463.128546 +0.106 121 -315505.926157 +0.106 125 -315547.973739 +0.106 129 -315589.300331 +0.106 133 -315629.933074 +0.106 137 -315669.89739 +0.106 141 -315709.217135 +0.106 145 -315747.914733 +0.106 149 -315786.011305 +0.106 153 -315823.526769 +0.106 157 -315860.479943 +0.106 161 -315896.888629 +0.106 165 -315932.76969 +0.106 169 -315968.139124 +0.106 173 -316003.012122 +0.106 177 -316037.403129 +0.106 181 -316071.325898 +0.106 185 -316104.793531 +0.106 189 -316137.818528 +0.106 193 -316170.412825 +0.106 197 -316202.587829 +0.108 1 -313594.099667 +0.108 5 -313745.187872 +0.108 9 -313866.936435 +0.108 13 -313974.463386 +0.108 17 -314072.577583 +0.108 21 -314163.693177 +0.108 25 -314249.264297 +0.108 29 -314330.261941 +0.108 33 -314407.37959 +0.108 37 -314481.136672 +0.108 41 -314551.936331 +0.108 45 -314620.100234 +0.108 49 -314685.890777 +0.108 53 -314749.525918 +0.108 57 -314811.189464 +0.108 61 -314871.03842 +0.108 65 -314929.208382 +0.108 69 -314985.817579 +0.108 73 -315040.969961 +0.108 77 -315094.757609 +0.108 81 -315147.26262 +0.108 85 -315198.558631 +0.108 89 -315248.712036 +0.108 93 -315297.782991 +0.108 97 -315345.826236 +0.108 101 -315392.891787 +0.108 105 -315439.025506 +0.108 109 -315484.269594 +0.108 113 -315528.662999 +0.108 117 -315572.241776 +0.108 121 -315615.039387 +0.108 125 -315657.086969 +0.108 129 -315698.41356 +0.108 133 -315739.046304 +0.108 137 -315779.01062 +0.108 141 -315818.330364 +0.108 145 -315857.027963 +0.108 149 -315895.124534 +0.108 153 -315932.639999 +0.108 157 -315969.593173 +0.108 161 -316006.001859 +0.108 165 -316041.88292 +0.108 169 -316077.252354 +0.108 173 -316112.125352 +0.108 177 -316146.516359 +0.108 181 -316180.439128 +0.108 185 -316213.90676 +0.108 189 -316246.931758 +0.108 193 -316279.526055 +0.108 197 -316311.701059 +0.11 1 -313706.538206 +0.11 5 -313857.626411 +0.11 9 -313979.374975 +0.11 13 -314086.901925 +0.11 17 -314185.016122 +0.11 21 -314276.131716 +0.11 25 -314361.702837 +0.11 29 -314442.70048 +0.11 33 -314519.81813 +0.11 37 -314593.575211 +0.11 41 -314664.37487 +0.11 45 -314732.538774 +0.11 49 -314798.329316 +0.11 53 -314861.964457 +0.11 57 -314923.628003 +0.11 61 -314983.476959 +0.11 65 -315041.646922 +0.11 69 -315098.256118 +0.11 73 -315153.4085 +0.11 77 -315207.196148 +0.11 81 -315259.701159 +0.11 85 -315310.99717 +0.11 89 -315361.150575 +0.11 93 -315410.22153 +0.11 97 -315458.264775 +0.11 101 -315505.330326 +0.11 105 -315551.464045 +0.11 109 -315596.708133 +0.11 113 -315641.101538 +0.11 117 -315684.680315 +0.11 121 -315727.477926 +0.11 125 -315769.525508 +0.11 129 -315810.8521 +0.11 133 -315851.484843 +0.11 137 -315891.449159 +0.11 141 -315930.768904 +0.11 145 -315969.466502 +0.11 149 -316007.563074 +0.11 153 -316045.078538 +0.11 157 -316082.031712 +0.11 161 -316118.440398 +0.11 165 -316154.321459 +0.11 169 -316189.690893 +0.11 173 -316224.563891 +0.11 177 -316258.954898 +0.11 181 -316292.877667 +0.11 185 -316326.3453 +0.11 189 -316359.370297 +0.11 193 -316391.964594 +0.11 197 -316424.139598 +0.112 1 -313822.205753 +0.112 5 -313973.293958 +0.112 9 -314095.042522 +0.112 13 -314202.569472 +0.112 17 -314300.68367 +0.112 21 -314391.799263 +0.112 25 -314477.370384 +0.112 29 -314558.368028 +0.112 33 -314635.485677 +0.112 37 -314709.242758 +0.112 41 -314780.042417 +0.112 45 -314848.206321 +0.112 49 -314913.996863 +0.112 53 -314977.632004 +0.112 57 -315039.29555 +0.112 61 -315099.144507 +0.112 65 -315157.314469 +0.112 69 -315213.923665 +0.112 73 -315269.076048 +0.112 77 -315322.863695 +0.112 81 -315375.368707 +0.112 85 -315426.664717 +0.112 89 -315476.818122 +0.112 93 -315525.889077 +0.112 97 -315573.932322 +0.112 101 -315620.997873 +0.112 105 -315667.131592 +0.112 109 -315712.37568 +0.112 113 -315756.769085 +0.112 117 -315800.347862 +0.112 121 -315843.145473 +0.112 125 -315885.193055 +0.112 129 -315926.519647 +0.112 133 -315967.15239 +0.112 137 -316007.116706 +0.112 141 -316046.436451 +0.112 145 -316085.134049 +0.112 149 -316123.230621 +0.112 153 -316160.746085 +0.112 157 -316197.699259 +0.112 161 -316234.107945 +0.112 165 -316269.989006 +0.112 169 -316305.35844 +0.112 173 -316340.231438 +0.112 177 -316374.622446 +0.112 181 -316408.545214 +0.112 185 -316442.012847 +0.112 189 -316475.037844 +0.112 193 -316507.632141 +0.112 197 -316539.807145 +0.114 1 -313941.011277 +0.114 5 -314092.099482 +0.114 9 -314213.848046 +0.114 13 -314321.374996 +0.114 17 -314419.489194 +0.114 21 -314510.604787 +0.114 25 -314596.175908 +0.114 29 -314677.173552 +0.114 33 -314754.291201 +0.114 37 -314828.048282 +0.114 41 -314898.847941 +0.114 45 -314967.011845 +0.114 49 -315032.802387 +0.114 53 -315096.437528 +0.114 57 -315158.101074 +0.114 61 -315217.950031 +0.114 65 -315276.119993 +0.114 69 -315332.729189 +0.114 73 -315387.881571 +0.114 77 -315441.669219 +0.114 81 -315494.17423 +0.114 85 -315545.470241 +0.114 89 -315595.623646 +0.114 93 -315644.694601 +0.114 97 -315692.737846 +0.114 101 -315739.803397 +0.114 105 -315785.937116 +0.114 109 -315831.181204 +0.114 113 -315875.574609 +0.114 117 -315919.153386 +0.114 121 -315961.950997 +0.114 125 -316003.998579 +0.114 129 -316045.325171 +0.114 133 -316085.957914 +0.114 137 -316125.92223 +0.114 141 -316165.241975 +0.114 145 -316203.939573 +0.114 149 -316242.036145 +0.114 153 -316279.551609 +0.114 157 -316316.504783 +0.114 161 -316352.913469 +0.114 165 -316388.79453 +0.114 169 -316424.163964 +0.114 173 -316459.036962 +0.114 177 -316493.427969 +0.114 181 -316527.350738 +0.114 185 -316560.818371 +0.114 189 -316593.843368 +0.114 193 -316626.437665 +0.114 197 -316658.612669 +0.116 1 -314062.868652 +0.116 5 -314213.956856 +0.116 9 -314335.70542 +0.116 13 -314443.232371 +0.116 17 -314541.346568 +0.116 21 -314632.462162 +0.116 25 -314718.033282 +0.116 29 -314799.030926 +0.116 33 -314876.148575 +0.116 37 -314949.905657 +0.116 41 -315020.705316 +0.116 45 -315088.869219 +0.116 49 -315154.659762 +0.116 53 -315218.294903 +0.116 57 -315279.958449 +0.116 61 -315339.807405 +0.116 65 -315397.977367 +0.116 69 -315454.586564 +0.116 73 -315509.738946 +0.116 77 -315563.526593 +0.116 81 -315616.031605 +0.116 85 -315667.327616 +0.116 89 -315717.481021 +0.116 93 -315766.551975 +0.116 97 -315814.595221 +0.116 101 -315861.660771 +0.116 105 -315907.794491 +0.116 109 -315953.038579 +0.116 113 -315997.431984 +0.116 117 -316041.010761 +0.116 121 -316083.808372 +0.116 125 -316125.855954 +0.116 129 -316167.182545 +0.116 133 -316207.815289 +0.116 137 -316247.779605 +0.116 141 -316287.099349 +0.116 145 -316325.796948 +0.116 149 -316363.893519 +0.116 153 -316401.408983 +0.116 157 -316438.362158 +0.116 161 -316474.770843 +0.116 165 -316510.651905 +0.116 169 -316546.021339 +0.116 173 -316580.894336 +0.116 177 -316615.285344 +0.116 181 -316649.208112 +0.116 185 -316682.675745 +0.116 189 -316715.700743 +0.116 193 -316748.29504 +0.116 197 -316780.470044 +0.118 1 -314187.696322 +0.118 5 -314338.784527 +0.118 9 -314460.53309 +0.118 13 -314568.060041 +0.118 17 -314666.174238 +0.118 21 -314757.289832 +0.118 25 -314842.860952 +0.118 29 -314923.858596 +0.118 33 -315000.976245 +0.118 37 -315074.733327 +0.118 41 -315145.532986 +0.118 45 -315213.696889 +0.118 49 -315279.487432 +0.118 53 -315343.122573 +0.118 57 -315404.786119 +0.118 61 -315464.635075 +0.118 65 -315522.805037 +0.118 69 -315579.414234 +0.118 73 -315634.566616 +0.118 77 -315688.354264 +0.118 81 -315740.859275 +0.118 85 -315792.155286 +0.118 89 -315842.308691 +0.118 93 -315891.379646 +0.118 97 -315939.422891 +0.118 101 -315986.488442 +0.118 105 -316032.622161 +0.118 109 -316077.866249 +0.118 113 -316122.259654 +0.118 117 -316165.838431 +0.118 121 -316208.636042 +0.118 125 -316250.683624 +0.118 129 -316292.010215 +0.118 133 -316332.642959 +0.118 137 -316372.607275 +0.118 141 -316411.927019 +0.118 145 -316450.624618 +0.118 149 -316488.721189 +0.118 153 -316526.236654 +0.118 157 -316563.189828 +0.118 161 -316599.598514 +0.118 165 -316635.479575 +0.118 169 -316670.849009 +0.118 173 -316705.722007 +0.118 177 -316740.113014 +0.118 181 -316774.035783 +0.118 185 -316807.503415 +0.118 189 -316840.528413 +0.118 193 -316873.12271 +0.118 197 -316905.297714 +0.12 1 -314315.416998 +0.12 5 -314466.505202 +0.12 9 -314588.253766 +0.12 13 -314695.780717 +0.12 17 -314793.894914 +0.12 21 -314885.010508 +0.12 25 -314970.581628 +0.12 29 -315051.579272 +0.12 33 -315128.696921 +0.12 37 -315202.454002 +0.12 41 -315273.253662 +0.12 45 -315341.417565 +0.12 49 -315407.208107 +0.12 53 -315470.843248 +0.12 57 -315532.506794 +0.12 61 -315592.355751 +0.12 65 -315650.525713 +0.12 69 -315707.134909 +0.12 73 -315762.287292 +0.12 77 -315816.074939 +0.12 81 -315868.579951 +0.12 85 -315919.875962 +0.12 89 -315970.029367 +0.12 93 -316019.100321 +0.12 97 -316067.143567 +0.12 101 -316114.209117 +0.12 105 -316160.342837 +0.12 109 -316205.586924 +0.12 113 -316249.98033 +0.12 117 -316293.559106 +0.12 121 -316336.356717 +0.12 125 -316378.404299 +0.12 129 -316419.730891 +0.12 133 -316460.363634 +0.12 137 -316500.327951 +0.12 141 -316539.647695 +0.12 145 -316578.345293 +0.12 149 -316616.441865 +0.12 153 -316653.957329 +0.12 157 -316690.910503 +0.12 161 -316727.319189 +0.12 165 -316763.200251 +0.12 169 -316798.569684 +0.12 173 -316833.442682 +0.12 177 -316867.83369 +0.12 181 -316901.756458 +0.12 185 -316935.224091 +0.12 189 -316968.249088 +0.12 193 -317000.843385 +0.12 197 -317033.018389 +0.122 1 -314445.957373 +0.122 5 -314597.045577 +0.122 9 -314718.794141 +0.122 13 -314826.321092 +0.122 17 -314924.435289 +0.122 21 -315015.550883 +0.122 25 -315101.122003 +0.122 29 -315182.119647 +0.122 33 -315259.237296 +0.122 37 -315332.994378 +0.122 41 -315403.794037 +0.122 45 -315471.95794 +0.122 49 -315537.748483 +0.122 53 -315601.383623 +0.122 57 -315663.04717 +0.122 61 -315722.896126 +0.122 65 -315781.066088 +0.122 69 -315837.675284 +0.122 73 -315892.827667 +0.122 77 -315946.615314 +0.122 81 -315999.120326 +0.122 85 -316050.416337 +0.122 89 -316100.569742 +0.122 93 -316149.640696 +0.122 97 -316197.683942 +0.122 101 -316244.749492 +0.122 105 -316290.883212 +0.122 109 -316336.1273 +0.122 113 -316380.520705 +0.122 117 -316424.099482 +0.122 121 -316466.897093 +0.122 125 -316508.944675 +0.122 129 -316550.271266 +0.122 133 -316590.90401 +0.122 137 -316630.868326 +0.122 141 -316670.18807 +0.122 145 -316708.885669 +0.122 149 -316746.98224 +0.122 153 -316784.497704 +0.122 157 -316821.450878 +0.122 161 -316857.859564 +0.122 165 -316893.740626 +0.122 169 -316929.11006 +0.122 173 -316963.983057 +0.122 177 -316998.374065 +0.122 181 -317032.296833 +0.122 185 -317065.764466 +0.122 189 -317098.789463 +0.122 193 -317131.383761 +0.122 197 -317163.558765 +0.124 1 -314579.247869 +0.124 5 -314730.336073 +0.124 9 -314852.084637 +0.124 13 -314959.611587 +0.124 17 -315057.725785 +0.124 21 -315148.841378 +0.124 25 -315234.412499 +0.124 29 -315315.410143 +0.124 33 -315392.527792 +0.124 37 -315466.284873 +0.124 41 -315537.084533 +0.124 45 -315605.248436 +0.124 49 -315671.038978 +0.124 53 -315734.674119 +0.124 57 -315796.337665 +0.124 61 -315856.186622 +0.124 65 -315914.356584 +0.124 69 -315970.96578 +0.124 73 -316026.118163 +0.124 77 -316079.90581 +0.124 81 -316132.410822 +0.124 85 -316183.706833 +0.124 89 -316233.860238 +0.124 93 -316282.931192 +0.124 97 -316330.974437 +0.124 101 -316378.039988 +0.124 105 -316424.173708 +0.124 109 -316469.417795 +0.124 113 -316513.8112 +0.124 117 -316557.389977 +0.124 121 -316600.187588 +0.124 125 -316642.23517 +0.124 129 -316683.561762 +0.124 133 -316724.194505 +0.124 137 -316764.158822 +0.124 141 -316803.478566 +0.124 145 -316842.176164 +0.124 149 -316880.272736 +0.124 153 -316917.7882 +0.124 157 -316954.741374 +0.124 161 -316991.15006 +0.124 165 -317027.031122 +0.124 169 -317062.400555 +0.124 173 -317097.273553 +0.124 177 -317131.664561 +0.124 181 -317165.587329 +0.124 185 -317199.054962 +0.124 189 -317232.079959 +0.124 193 -317264.674256 +0.124 197 -317296.84926 +0.126 1 -314715.222395 +0.126 5 -314866.310599 +0.126 9 -314988.059163 +0.126 13 -315095.586114 +0.126 17 -315193.700311 +0.126 21 -315284.815905 +0.126 25 -315370.387025 +0.126 29 -315451.384669 +0.126 33 -315528.502318 +0.126 37 -315602.2594 +0.126 41 -315673.059059 +0.126 45 -315741.222962 +0.126 49 -315807.013505 +0.126 53 -315870.648645 +0.126 57 -315932.312192 +0.126 61 -315992.161148 +0.126 65 -316050.33111 +0.126 69 -316106.940306 +0.126 73 -316162.092689 +0.126 77 -316215.880336 +0.126 81 -316268.385348 +0.126 85 -316319.681359 +0.126 89 -316369.834764 +0.126 93 -316418.905718 +0.126 97 -316466.948964 +0.126 101 -316514.014514 +0.126 105 -316560.148234 +0.126 109 -316605.392322 +0.126 113 -316649.785727 +0.126 117 -316693.364504 +0.126 121 -316736.162115 +0.126 125 -316778.209697 +0.126 129 -316819.536288 +0.126 133 -316860.169032 +0.126 137 -316900.133348 +0.126 141 -316939.453092 +0.126 145 -316978.150691 +0.126 149 -317016.247262 +0.126 153 -317053.762726 +0.126 157 -317090.715901 +0.126 161 -317127.124586 +0.126 165 -317163.005648 +0.126 169 -317198.375082 +0.126 173 -317233.248079 +0.126 177 -317267.639087 +0.126 181 -317301.561855 +0.126 185 -317335.029488 +0.126 189 -317368.054486 +0.126 193 -317400.648783 +0.126 197 -317432.823787 +0.128 1 -314853.818133 +0.128 5 -315004.906337 +0.128 9 -315126.654901 +0.128 13 -315234.181852 +0.128 17 -315332.296049 +0.128 21 -315423.411643 +0.128 25 -315508.982763 +0.128 29 -315589.980407 +0.128 33 -315667.098056 +0.128 37 -315740.855138 +0.128 41 -315811.654797 +0.128 45 -315879.8187 +0.128 49 -315945.609243 +0.128 53 -316009.244384 +0.128 57 -316070.90793 +0.128 61 -316130.756886 +0.128 65 -316188.926848 +0.128 69 -316245.536045 +0.128 73 -316300.688427 +0.128 77 -316354.476074 +0.128 81 -316406.981086 +0.128 85 -316458.277097 +0.128 89 -316508.430502 +0.128 93 -316557.501457 +0.128 97 -316605.544702 +0.128 101 -316652.610253 +0.128 105 -316698.743972 +0.128 109 -316743.98806 +0.128 113 -316788.381465 +0.128 117 -316831.960242 +0.128 121 -316874.757853 +0.128 125 -316916.805435 +0.128 129 -316958.132026 +0.128 133 -316998.76477 +0.128 137 -317038.729086 +0.128 141 -317078.04883 +0.128 145 -317116.746429 +0.128 149 -317154.843 +0.128 153 -317192.358464 +0.128 157 -317229.311639 +0.128 161 -317265.720325 +0.128 165 -317301.601386 +0.128 169 -317336.97082 +0.128 173 -317371.843818 +0.128 177 -317406.234825 +0.128 181 -317440.157594 +0.128 185 -317473.625226 +0.128 189 -317506.650224 +0.128 193 -317539.244521 +0.128 197 -317571.419525 +0.13 1 -314994.975333 +0.13 5 -315146.063538 +0.13 9 -315267.812102 +0.13 13 -315375.339052 +0.13 17 -315473.453249 +0.13 21 -315564.568843 +0.13 25 -315650.139964 +0.13 29 -315731.137607 +0.13 33 -315808.255257 +0.13 37 -315882.012338 +0.13 41 -315952.811997 +0.13 45 -316020.975901 +0.13 49 -316086.766443 +0.13 53 -316150.401584 +0.13 57 -316212.06513 +0.13 61 -316271.914086 +0.13 65 -316330.084049 +0.13 69 -316386.693245 +0.13 73 -316441.845627 +0.13 77 -316495.633275 +0.13 81 -316548.138286 +0.13 85 -316599.434297 +0.13 89 -316649.587702 +0.13 93 -316698.658657 +0.13 97 -316746.701902 +0.13 101 -316793.767453 +0.13 105 -316839.901172 +0.13 109 -316885.14526 +0.13 113 -316929.538665 +0.13 117 -316973.117442 +0.13 121 -317015.915053 +0.13 125 -317057.962635 +0.13 129 -317099.289227 +0.13 133 -317139.92197 +0.13 137 -317179.886286 +0.13 141 -317219.206031 +0.13 145 -317257.903629 +0.13 149 -317296.000201 +0.13 153 -317333.515665 +0.13 157 -317370.468839 +0.13 161 -317406.877525 +0.13 165 -317442.758586 +0.13 169 -317478.12802 +0.13 173 -317513.001018 +0.13 177 -317547.392025 +0.13 181 -317581.314794 +0.13 185 -317614.782427 +0.13 189 -317647.807424 +0.13 193 -317680.401721 +0.13 197 -317712.576725 +0.132 1 -315138.637129 +0.132 5 -315289.725334 +0.132 9 -315411.473898 +0.132 13 -315519.000848 +0.132 17 -315617.115046 +0.132 21 -315708.230639 +0.132 25 -315793.80176 +0.132 29 -315874.799404 +0.132 33 -315951.917053 +0.132 37 -316025.674134 +0.132 41 -316096.473793 +0.132 45 -316164.637697 +0.132 49 -316230.428239 +0.132 53 -316294.06338 +0.132 57 -316355.726926 +0.132 61 -316415.575883 +0.132 65 -316473.745845 +0.132 69 -316530.355041 +0.132 73 -316585.507424 +0.132 77 -316639.295071 +0.132 81 -316691.800083 +0.132 85 -316743.096093 +0.132 89 -316793.249498 +0.132 93 -316842.320453 +0.132 97 -316890.363698 +0.132 101 -316937.429249 +0.132 105 -316983.562968 +0.132 109 -317028.807056 +0.132 113 -317073.200461 +0.132 117 -317116.779238 +0.132 121 -317159.576849 +0.132 125 -317201.624431 +0.132 129 -317242.951023 +0.132 133 -317283.583766 +0.132 137 -317323.548082 +0.132 141 -317362.867827 +0.132 145 -317401.565425 +0.132 149 -317439.661997 +0.132 153 -317477.177461 +0.132 157 -317514.130635 +0.132 161 -317550.539321 +0.132 165 -317586.420382 +0.132 169 -317621.789816 +0.132 173 -317656.662814 +0.132 177 -317691.053822 +0.132 181 -317724.97659 +0.132 185 -317758.444223 +0.132 189 -317791.46922 +0.132 193 -317824.063517 +0.132 197 -317856.238521 +0.134 1 -315284.749366 +0.134 5 -315435.837571 +0.134 9 -315557.586135 +0.134 13 -315665.113085 +0.134 17 -315763.227282 +0.134 21 -315854.342876 +0.134 25 -315939.913997 +0.134 29 -316020.91164 +0.134 33 -316098.02929 +0.134 37 -316171.786371 +0.134 41 -316242.58603 +0.134 45 -316310.749934 +0.134 49 -316376.540476 +0.134 53 -316440.175617 +0.134 57 -316501.839163 +0.134 61 -316561.688119 +0.134 65 -316619.858082 +0.134 69 -316676.467278 +0.134 73 -316731.61966 +0.134 77 -316785.407308 +0.134 81 -316837.912319 +0.134 85 -316889.20833 +0.134 89 -316939.361735 +0.134 93 -316988.43269 +0.134 97 -317036.475935 +0.134 101 -317083.541486 +0.134 105 -317129.675205 +0.134 109 -317174.919293 +0.134 113 -317219.312698 +0.134 117 -317262.891475 +0.134 121 -317305.689086 +0.134 125 -317347.736668 +0.134 129 -317389.06326 +0.134 133 -317429.696003 +0.134 137 -317469.660319 +0.134 141 -317508.980064 +0.134 145 -317547.677662 +0.134 149 -317585.774234 +0.134 153 -317623.289698 +0.134 157 -317660.242872 +0.134 161 -317696.651558 +0.134 165 -317732.532619 +0.134 169 -317767.902053 +0.134 173 -317802.775051 +0.134 177 -317837.166058 +0.134 181 -317871.088827 +0.134 185 -317904.55646 +0.134 189 -317937.581457 +0.134 193 -317970.175754 +0.134 197 -318002.350758 +0.136 1 -315433.260441 +0.136 5 -315584.348645 +0.136 9 -315706.097209 +0.136 13 -315813.624159 +0.136 17 -315911.738357 +0.136 21 -316002.85395 +0.136 25 -316088.425071 +0.136 29 -316169.422715 +0.136 33 -316246.540364 +0.136 37 -316320.297445 +0.136 41 -316391.097104 +0.136 45 -316459.261008 +0.136 49 -316525.05155 +0.136 53 -316588.686691 +0.136 57 -316650.350237 +0.136 61 -316710.199194 +0.136 65 -316768.369156 +0.136 69 -316824.978352 +0.136 73 -316880.130735 +0.136 77 -316933.918382 +0.136 81 -316986.423394 +0.136 85 -317037.719404 +0.136 89 -317087.87281 +0.136 93 -317136.943764 +0.136 97 -317184.987009 +0.136 101 -317232.05256 +0.136 105 -317278.186279 +0.136 109 -317323.430367 +0.136 113 -317367.823772 +0.136 117 -317411.402549 +0.136 121 -317454.20016 +0.136 125 -317496.247742 +0.136 129 -317537.574334 +0.136 133 -317578.207077 +0.136 137 -317618.171393 +0.136 141 -317657.491138 +0.136 145 -317696.188736 +0.136 149 -317734.285308 +0.136 153 -317771.800772 +0.136 157 -317808.753946 +0.136 161 -317845.162632 +0.136 165 -317881.043694 +0.136 169 -317916.413127 +0.136 173 -317951.286125 +0.136 177 -317985.677133 +0.136 181 -318019.599901 +0.136 185 -318053.067534 +0.136 189 -318086.092531 +0.136 193 -318118.686828 +0.136 197 -318150.861832 +0.138 1 -315584.121153 +0.138 5 -315735.209357 +0.138 9 -315856.957921 +0.138 13 -315964.484872 +0.138 17 -316062.599069 +0.138 21 -316153.714663 +0.138 25 -316239.285783 +0.138 29 -316320.283427 +0.138 33 -316397.401076 +0.138 37 -316471.158157 +0.138 41 -316541.957817 +0.138 45 -316610.12172 +0.138 49 -316675.912262 +0.138 53 -316739.547403 +0.138 57 -316801.210949 +0.138 61 -316861.059906 +0.138 65 -316919.229868 +0.138 69 -316975.839064 +0.138 73 -317030.991447 +0.138 77 -317084.779094 +0.138 81 -317137.284106 +0.138 85 -317188.580117 +0.138 89 -317238.733522 +0.138 93 -317287.804476 +0.138 97 -317335.847722 +0.138 101 -317382.913272 +0.138 105 -317429.046992 +0.138 109 -317474.291079 +0.138 113 -317518.684485 +0.138 117 -317562.263261 +0.138 121 -317605.060872 +0.138 125 -317647.108454 +0.138 129 -317688.435046 +0.138 133 -317729.067789 +0.138 137 -317769.032106 +0.138 141 -317808.35185 +0.138 145 -317847.049448 +0.138 149 -317885.14602 +0.138 153 -317922.661484 +0.138 157 -317959.614658 +0.138 161 -317996.023344 +0.138 165 -318031.904406 +0.138 169 -318067.273839 +0.138 173 -318102.146837 +0.138 177 -318136.537845 +0.138 181 -318170.460613 +0.138 185 -318203.928246 +0.138 189 -318236.953243 +0.138 193 -318269.54754 +0.138 197 -318301.722544 +0.14 1 -315737.284571 +0.14 5 -315888.372775 +0.14 9 -316010.121339 +0.14 13 -316117.64829 +0.14 17 -316215.762487 +0.14 21 -316306.878081 +0.14 25 -316392.449201 +0.14 29 -316473.446845 +0.14 33 -316550.564494 +0.14 37 -316624.321575 +0.14 41 -316695.121235 +0.14 45 -316763.285138 +0.14 49 -316829.07568 +0.14 53 -316892.710821 +0.14 57 -316954.374367 +0.14 61 -317014.223324 +0.14 65 -317072.393286 +0.14 69 -317129.002482 +0.14 73 -317184.154865 +0.14 77 -317237.942512 +0.14 81 -317290.447524 +0.14 85 -317341.743535 +0.14 89 -317391.89694 +0.14 93 -317440.967894 +0.14 97 -317489.01114 +0.14 101 -317536.07669 +0.14 105 -317582.21041 +0.14 109 -317627.454497 +0.14 113 -317671.847903 +0.14 117 -317715.426679 +0.14 121 -317758.22429 +0.14 125 -317800.271872 +0.14 129 -317841.598464 +0.14 133 -317882.231207 +0.14 137 -317922.195524 +0.14 141 -317961.515268 +0.14 145 -318000.212866 +0.14 149 -318038.309438 +0.14 153 -318075.824902 +0.14 157 -318112.778076 +0.14 161 -318149.186762 +0.14 165 -318185.067824 +0.14 169 -318220.437257 +0.14 173 -318255.310255 +0.14 177 -318289.701263 +0.14 181 -318323.624031 +0.14 185 -318357.091664 +0.14 189 -318390.116661 +0.14 193 -318422.710958 +0.14 197 -318454.885962 +0.142 1 -315892.705902 +0.142 5 -316043.794106 +0.142 9 -316165.54267 +0.142 13 -316273.069621 +0.142 17 -316371.183818 +0.142 21 -316462.299412 +0.142 25 -316547.870532 +0.142 29 -316628.868176 +0.142 33 -316705.985825 +0.142 37 -316779.742907 +0.142 41 -316850.542566 +0.142 45 -316918.706469 +0.142 49 -316984.497012 +0.142 53 -317048.132152 +0.142 57 -317109.795699 +0.142 61 -317169.644655 +0.142 65 -317227.814617 +0.142 69 -317284.423813 +0.142 73 -317339.576196 +0.142 77 -317393.363843 +0.142 81 -317445.868855 +0.142 85 -317497.164866 +0.142 89 -317547.318271 +0.142 93 -317596.389225 +0.142 97 -317644.432471 +0.142 101 -317691.498021 +0.142 105 -317737.631741 +0.142 109 -317782.875829 +0.142 113 -317827.269234 +0.142 117 -317870.848011 +0.142 121 -317913.645622 +0.142 125 -317955.693204 +0.142 129 -317997.019795 +0.142 133 -318037.652539 +0.142 137 -318077.616855 +0.142 141 -318116.936599 +0.142 145 -318155.634198 +0.142 149 -318193.730769 +0.142 153 -318231.246233 +0.142 157 -318268.199407 +0.142 161 -318304.608093 +0.142 165 -318340.489155 +0.142 169 -318375.858589 +0.142 173 -318410.731586 +0.142 177 -318445.122594 +0.142 181 -318479.045362 +0.142 185 -318512.512995 +0.142 189 -318545.537992 +0.142 193 -318578.13229 +0.142 197 -318610.307294 +0.144 1 -316050.342375 +0.144 5 -316201.430579 +0.144 9 -316323.179143 +0.144 13 -316430.706094 +0.144 17 -316528.820291 +0.144 21 -316619.935885 +0.144 25 -316705.507005 +0.144 29 -316786.504649 +0.144 33 -316863.622298 +0.144 37 -316937.37938 +0.144 41 -317008.179039 +0.144 45 -317076.342942 +0.144 49 -317142.133485 +0.144 53 -317205.768626 +0.144 57 -317267.432172 +0.144 61 -317327.281128 +0.144 65 -317385.45109 +0.144 69 -317442.060287 +0.144 73 -317497.212669 +0.144 77 -317551.000316 +0.144 81 -317603.505328 +0.144 85 -317654.801339 +0.144 89 -317704.954744 +0.144 93 -317754.025699 +0.144 97 -317802.068944 +0.144 101 -317849.134495 +0.144 105 -317895.268214 +0.144 109 -317940.512302 +0.144 113 -317984.905707 +0.144 117 -318028.484484 +0.144 121 -318071.282095 +0.144 125 -318113.329677 +0.144 129 -318154.656268 +0.144 133 -318195.289012 +0.144 137 -318235.253328 +0.144 141 -318274.573072 +0.144 145 -318313.270671 +0.144 149 -318351.367242 +0.144 153 -318388.882706 +0.144 157 -318425.835881 +0.144 161 -318462.244566 +0.144 165 -318498.125628 +0.144 169 -318533.495062 +0.144 173 -318568.368059 +0.144 177 -318602.759067 +0.144 181 -318636.681835 +0.144 185 -318670.149468 +0.144 189 -318703.174466 +0.144 193 -318735.768763 +0.144 197 -318767.943767 +0.146 1 -316210.15313 +0.146 5 -316361.241334 +0.146 9 -316482.989898 +0.146 13 -316590.516849 +0.146 17 -316688.631046 +0.146 21 -316779.74664 +0.146 25 -316865.31776 +0.146 29 -316946.315404 +0.146 33 -317023.433053 +0.146 37 -317097.190134 +0.146 41 -317167.989794 +0.146 45 -317236.153697 +0.146 49 -317301.94424 +0.146 53 -317365.57938 +0.146 57 -317427.242926 +0.146 61 -317487.091883 +0.146 65 -317545.261845 +0.146 69 -317601.871041 +0.146 73 -317657.023424 +0.146 77 -317710.811071 +0.146 81 -317763.316083 +0.146 85 -317814.612094 +0.146 89 -317864.765499 +0.146 93 -317913.836453 +0.146 97 -317961.879699 +0.146 101 -318008.945249 +0.146 105 -318055.078969 +0.146 109 -318100.323056 +0.146 113 -318144.716462 +0.146 117 -318188.295238 +0.146 121 -318231.09285 +0.146 125 -318273.140432 +0.146 129 -318314.467023 +0.146 133 -318355.099766 +0.146 137 -318395.064083 +0.146 141 -318434.383827 +0.146 145 -318473.081426 +0.146 149 -318511.177997 +0.146 153 -318548.693461 +0.146 157 -318585.646635 +0.146 161 -318622.055321 +0.146 165 -318657.936383 +0.146 169 -318693.305816 +0.146 173 -318728.178814 +0.146 177 -318762.569822 +0.146 181 -318796.49259 +0.146 185 -318829.960223 +0.146 189 -318862.98522 +0.146 193 -318895.579517 +0.146 197 -318927.754522 +0.148 1 -316372.099115 +0.148 5 -316523.187319 +0.148 9 -316644.935883 +0.148 13 -316752.462833 +0.148 17 -316850.577031 +0.148 21 -316941.692624 +0.148 25 -317027.263745 +0.148 29 -317108.261389 +0.148 33 -317185.379038 +0.148 37 -317259.136119 +0.148 41 -317329.935778 +0.148 45 -317398.099682 +0.148 49 -317463.890224 +0.148 53 -317527.525365 +0.148 57 -317589.188911 +0.148 61 -317649.037868 +0.148 65 -317707.20783 +0.148 69 -317763.817026 +0.148 73 -317818.969409 +0.148 77 -317872.757056 +0.148 81 -317925.262068 +0.148 85 -317976.558079 +0.148 89 -318026.711484 +0.148 93 -318075.782438 +0.148 97 -318123.825683 +0.148 101 -318170.891234 +0.148 105 -318217.024953 +0.148 109 -318262.269041 +0.148 113 -318306.662446 +0.148 117 -318350.241223 +0.148 121 -318393.038834 +0.148 125 -318435.086416 +0.148 129 -318476.413008 +0.148 133 -318517.045751 +0.148 137 -318557.010067 +0.148 141 -318596.329812 +0.148 145 -318635.02741 +0.148 149 -318673.123982 +0.002 0.2 -332082.581272 +0.002 0.3 -331789.553239 +0.002 0.4 -331516.531044 +0.002 0.5 -331259.406346 +0.004 0.2 -327068.496671 +0.002 0.6 -331019.422321 +0.004 0.3 -326957.430898 +0.002 0.7 -330792.101406 +0.004 0.4 -326833.867532 +0.002 0.8 -330575.953092 +0.006 0.2 -324145.654395 +0.002 0.9 -330368.210327 +0.006 0.3 -324081.408841 +0.004 0.5 -326709.359752 +0.006 0.4 -324015.667344 +0.004 0.6 -326591.023939 +0.008 0.2 -322092.626903 +0.004 0.7 -326352.801113 +0.008 0.3 -322078.069843 +0.004 0.8 -326359.433713 +0.008 0.4 -322036.056426 +0.004 0.9 -326250.772619 +0.01 0.2 -320549.419614 +0.006 0.5 -323952.139562 +0.01 0.3 -320539.342346 +0.006 0.6 -323882.345726 +0.01 0.4 -320530.58892 +0.006 0.7 -323818.920667 +0.012 0.2 -319326.272073 +0.006 0.8 -323745.680289 +0.012 0.3 -319324.305932 +0.006 0.9 -323680.822762 +0.012 0.4 -319317.12166 +0.008 0.5 -321991.632851 +0.014 0.2 -318328.683196 +0.008 0.6 -321952.652472 +0.014 0.3 -318330.0827 +0.008 0.7 -321913.886208 +0.014 0.4 -318326.404572 +0.008 0.8 -321868.222874 +0.016 0.2 -317496.317703 +0.008 0.9 -321754.697833 +0.016 0.3 -317497.717207 +0.01 0.5 -320506.420478 +0.016 0.4 -317339.566345 +0.01 0.6 -320473.340939 +0.018 0.2 -316789.100359 +0.01 0.7 -320445.146025 +0.018 0.3 -316791.6583 +0.01 0.8 -320397.544053 +0.018 0.4 -316794.266294 +0.01 0.9 -320398.721793 +0.02 0.2 -316181.487755 +0.012 0.5 -319311.475971 +0.02 0.3 -316185.334488 +0.012 0.6 -318527.493155 +0.02 0.4 -316187.942481 +0.012 0.7 -319250.950908 +0.022 0.2 -315654.779006 +0.012 0.8 -319256.511502 +0.022 0.3 -315659.793976 +0.012 0.9 -319236.961037 +0.022 0.4 -315662.401969 +0.014 0.5 -318275.684536 +0.024 0.2 -315194.960314 +0.014 0.6 -318318.787734 +0.024 0.3 -315200.381907 +0.014 0.7 -318314.491919 +0.024 0.4 -315203.651979 +0.014 0.8 -318304.002865 +0.026 0.2 -314791.389933 +0.014 0.9 -318287.290902 +0.026 0.3 -314796.811525 +0.016 0.5 -317496.084354 +0.026 0.4 -314801.066725 +0.016 0.6 -317493.878143 +0.028 0.2 -314435.796317 +0.016 0.7 -317491.786582 +0.028 0.3 -314441.217909 +0.016 0.8 -317313.462253 +0.028 0.4 -314403.91602 +0.016 0.9 -317485.546959 +0.03 0.2 -314121.622756 +0.018 0.5 -316795.297423 +0.03 0.3 -314127.044348 +0.018 0.6 -316793.347304 +0.03 0.4 -314132.308274 +0.018 0.7 -316792.317644 +0.032 0.2 -313843.583943 +0.018 0.8 -316791.344726 +0.032 0.3 -313849.005535 +0.032 0.4 -313854.269461 +0.018 0.9 -316751.195756 +0.034 0.2 -313597.357221 +0.02 0.5 -316191.140152 +0.034 0.3 -313602.778813 +0.02 0.6 -316191.749059 +0.034 0.4 -313608.042739 +0.02 0.7 -316191.090741 +0.036 0.2 -313379.362208 +0.02 0.8 -316190.927872 +0.036 0.3 -313384.7838 +0.02 0.9 -316190.771097 +0.036 0.4 -313390.047726 +0.022 0.5 -315665.59964 +0.038 0.2 -313186.600086 +0.022 0.6 -315668.952333 +0.038 0.3 -313192.021678 +0.022 0.7 -315669.833765 +0.038 0.4 -313197.285604 +0.022 0.8 -315670.071891 +0.04 0.2 -313016.534166 +0.022 0.9 -315670.585005 +0.04 0.3 -313021.955758 +0.024 0.5 -315206.849649 +0.04 0.4 -313027.219684 +0.024 0.6 -315210.371769 +0.042 0.2 -312866.999614 +0.024 0.7 -315213.756945 +0.042 0.3 -312872.421206 +0.024 0.8 -315215.240472 +0.042 0.4 -312877.685132 +0.024 0.9 -315216.126324 +0.044 0.2 -312736.134206 +0.026 0.5 -314804.264395 +0.044 0.3 -312741.555798 +0.026 0.6 -314807.786515 +0.044 0.4 -312746.819725 +0.026 0.7 -314811.498235 +0.046 0.2 -312622.324484 +0.026 0.8 -314814.903176 +0.046 0.3 -312627.746076 +0.026 0.9 -314817.153206 +0.046 0.4 -312633.010003 +0.028 0.5 -314449.584741 +0.048 0.2 -312524.163378 +0.028 0.6 -314453.106861 +0.048 0.3 -312529.58497 +0.028 0.7 -314456.818581 +0.048 0.4 -312534.848896 +0.028 0.8 -314442.908069 +0.05 0.2 -312440.416488 +0.028 0.9 -314464.066835 +0.05 0.3 -312445.83808 +0.03 0.5 -314136.263811 +0.05 0.4 -312451.102006 +0.03 0.6 -314139.785931 +0.052 0.2 -312369.994981 +0.03 0.7 -314143.497651 +0.052 0.3 -312375.416574 +0.052 0.4 -312380.6805 +0.03 0.8 -314147.322895 +0.054 0.2 -312311.933609 +0.03 0.9 -314133.835151 +0.054 0.3 -312317.355202 +0.032 0.5 -313818.480325 +0.054 0.4 -312322.619128 +0.032 0.6 -313862.546349 +0.056 0.2 -312265.372722 +0.032 0.7 -313866.258068 +0.056 0.3 -312270.794314 +0.032 0.8 -313870.083312 +0.056 0.4 -312276.058241 +0.032 0.9 -313873.976062 +0.058 0.2 -312229.543441 +0.034 0.5 -313613.167557 +0.058 0.3 -312234.965033 +0.034 0.6 -313617.071941 +0.058 0.4 -312240.228959 +0.034 0.7 -313620.783661 +0.06 0.2 -312203.755346 +0.034 0.8 -313624.608905 +0.06 0.3 -312209.176939 +0.034 0.9 -313628.501655 +0.06 0.4 -312214.440865 +0.036 0.5 -313395.172544 +0.062 0.2 -312187.386187 +0.036 0.6 -313360.72312 +0.062 0.3 -312192.807779 +0.036 0.7 -313403.499419 +0.062 0.4 -312198.071705 +0.036 0.8 -313407.324663 +0.064 0.2 -312179.873218 +0.036 0.9 -313411.217413 +0.064 0.3 -312185.29481 +0.064 0.4 -312190.558736 +0.038 0.5 -313202.410422 +0.066 0.2 -312180.705879 +0.038 0.6 -313207.411866 +0.066 0.3 -312186.127471 +0.038 0.7 -313211.411026 +0.066 0.4 -312191.391397 +0.038 0.8 -313215.23627 +0.068 0.2 -312189.419562 +0.038 0.9 -313219.12902 +0.068 0.3 -312194.841154 +0.04 0.5 -313032.344502 +0.068 0.4 -312200.10508 +0.04 0.6 -313037.345946 +0.07 0.2 -312205.590281 +0.04 0.7 -313004.100491 +0.07 0.3 -312211.011873 +0.04 0.8 -313045.810843 +0.07 0.4 -312216.275799 +0.04 0.9 -313049.703593 +0.072 0.2 -312228.830098 +0.042 0.5 -312882.80995 +0.072 0.3 -312234.25169 +0.042 0.6 -312887.811394 +0.072 0.4 -312239.515616 +0.042 0.7 -312892.702585 +0.074 0.2 -312258.783171 +0.042 0.8 -312896.886799 +0.074 0.3 -312264.204764 +0.042 0.9 -312900.779549 +0.074 0.4 -312269.46869 +0.044 0.5 -312751.944542 +0.076 0.2 -312295.122334 +0.044 0.6 -312756.945987 +0.076 0.3 -312300.543926 +0.044 0.7 -312761.837177 +0.076 0.4 -312305.807852 +0.044 0.8 -312729.686257 +0.078 0.2 -312337.546113 +0.044 0.9 -312770.49746 +0.078 0.3 -312342.967705 +0.046 0.5 -312638.13482 +0.078 0.4 -312348.231631 +0.046 0.6 -312643.136265 +0.08 0.2 -312385.776131 +0.046 0.7 -312648.027455 +0.08 0.3 -312391.197723 +0.046 0.8 -312652.819354 +0.08 0.4 -312396.461649 +0.046 0.9 -312621.136914 +0.082 0.2 -312439.554823 +0.048 0.5 -312539.973714 +0.082 0.3 -312444.976415 +0.048 0.6 -312544.975158 +0.082 0.4 -312450.240341 +0.084 0.2 -312498.643436 +0.048 0.7 -312549.866349 +0.084 0.3 -312504.065028 +0.048 0.8 -312554.658248 +0.084 0.4 -312509.328955 +0.048 0.9 -312559.360075 +0.086 0.2 -312562.820256 +0.05 0.5 -312456.226824 +0.086 0.3 -312568.241848 +0.05 0.6 -312461.228268 +0.086 0.4 -312573.505774 +0.05 0.7 -312466.119459 +0.088 0.2 -312631.879043 +0.05 0.8 -312470.911358 +0.088 0.3 -312637.300635 +0.05 0.9 -312475.613185 +0.088 0.4 -312642.564561 +0.052 0.5 -312385.805318 +0.09 0.2 -312705.627642 +0.052 0.6 -312390.806762 +0.09 0.3 -312711.049234 +0.052 0.7 -312395.697953 +0.09 0.4 -312716.31316 +0.052 0.8 -312400.489851 +0.092 0.2 -312783.886746 +0.052 0.9 -312405.191678 +0.092 0.3 -312789.308339 +0.054 0.5 -312327.743946 +0.092 0.4 -312794.572265 +0.054 0.6 -312332.74539 +0.094 0.2 -312866.488793 +0.054 0.7 -312337.636581 +0.094 0.3 -312871.910385 +0.054 0.8 -312342.428479 +0.094 0.4 -312877.174311 +0.054 0.9 -312347.130307 +0.096 0.2 -312953.276975 +0.056 0.5 -312281.183058 +0.096 0.3 -312958.698567 +0.056 0.6 -312286.184502 +0.096 0.4 -312963.962493 +0.056 0.7 -312291.075693 +0.098 0.2 -313044.104356 +0.056 0.8 -312295.867592 +0.098 0.3 -313049.525948 +0.056 0.9 -312300.569419 +0.098 0.4 -313054.789875 +0.058 0.5 -312245.353777 +0.1 0.2 -313138.833075 +0.058 0.6 -312250.355221 +0.1 0.3 -313144.254667 +0.058 0.7 -312255.246412 +0.1 0.4 -313149.518593 +0.058 0.8 -312260.038311 +0.102 0.2 -313237.333625 +0.058 0.9 -312264.740138 +0.102 0.3 -313242.755217 +0.06 0.5 -312219.565683 +0.102 0.4 -313248.019143 +0.06 0.6 -312224.567127 +0.104 0.2 -313339.484211 +0.06 0.7 -312229.458318 +0.104 0.3 -313344.905803 +0.06 0.8 -312234.250216 +0.104 0.4 -313350.169729 +0.06 0.9 -312238.952044 +0.106 0.2 -313445.170159 +0.062 0.5 -312203.196523 +0.106 0.3 -313450.591751 +0.062 0.6 -312208.197967 +0.106 0.4 -313455.855678 +0.062 0.7 -312213.089158 +0.108 0.2 -313554.283389 +0.108 0.3 -313559.704981 +0.062 0.8 -312217.881056 +0.108 0.4 -313564.968907 +0.062 0.9 -312222.582884 +0.11 0.2 -313666.721928 +0.064 0.5 -312195.683554 +0.11 0.3 -313672.14352 +0.064 0.6 -312200.684998 +0.11 0.4 -313677.407447 +0.064 0.7 -312205.576189 +0.112 0.2 -313782.389475 +0.064 0.8 -312210.368087 +0.112 0.3 -313787.811067 +0.064 0.9 -312215.069915 +0.112 0.4 -313793.074994 +0.066 0.5 -312196.516215 +0.114 0.2 -313901.194999 +0.066 0.6 -312201.517659 +0.114 0.3 -313906.616591 +0.066 0.7 -312206.40885 +0.114 0.4 -313911.880518 +0.066 0.8 -312211.200749 +0.116 0.2 -314023.052374 +0.066 0.9 -312215.902576 +0.116 0.3 -314028.473966 +0.068 0.5 -312205.229898 +0.116 0.4 -314033.737892 +0.068 0.6 -312210.231342 +0.118 0.2 -314147.880044 +0.068 0.7 -312215.122533 +0.118 0.3 -314153.301636 +0.068 0.8 -312219.914431 +0.118 0.4 -314158.565562 +0.068 0.9 -312224.616259 +0.12 0.2 -314275.600719 +0.07 0.5 -312221.400617 +0.12 0.3 -314281.022312 +0.07 0.6 -312226.402061 +0.12 0.4 -314286.286238 +0.07 0.7 -312231.293252 +0.122 0.2 -314406.141095 +0.07 0.8 -312236.08515 +0.122 0.3 -314411.562687 +0.07 0.9 -312240.786978 +0.122 0.4 -314416.826613 +0.072 0.5 -312244.640434 +0.124 0.2 -314539.43159 +0.072 0.6 -312249.641878 +0.124 0.3 -314544.853183 +0.072 0.7 -312254.533069 +0.124 0.4 -314550.117109 +0.072 0.8 -312259.324967 +0.126 0.2 -314675.406117 +0.072 0.9 -312264.026795 +0.126 0.3 -314680.827709 +0.074 0.5 -312274.593508 +0.126 0.4 -314686.091635 +0.074 0.6 -312279.594952 +0.128 0.2 -314814.001855 +0.074 0.7 -312284.486143 +0.128 0.3 -314819.423447 +0.074 0.8 -312289.278041 +0.128 0.4 -314824.687373 +0.13 0.2 -314955.159055 +0.074 0.9 -312293.979869 +0.13 0.3 -314960.580647 +0.076 0.5 -312310.93267 +0.13 0.4 -314965.844574 +0.076 0.6 -312315.934114 +0.132 0.2 -315098.820851 +0.076 0.7 -312320.825305 +0.132 0.3 -315104.242443 +0.076 0.8 -312325.617204 +0.132 0.4 -315109.50637 +0.076 0.9 -312330.319031 +0.134 0.2 -315244.933088 +0.078 0.5 -312353.356449 +0.134 0.3 -315250.35468 +0.078 0.6 -312358.357893 +0.134 0.4 -315255.618607 +0.078 0.7 -312363.249084 +0.136 0.2 -315393.444162 +0.078 0.8 -312368.040983 +0.136 0.3 -315398.865754 +0.078 0.9 -312372.74281 +0.136 0.4 -315404.129681 +0.08 0.5 -312401.586467 +0.138 0.2 -315544.304874 +0.08 0.6 -312406.587911 +0.138 0.3 -315549.726467 +0.08 0.7 -312411.479102 +0.138 0.4 -315554.990393 +0.08 0.8 -312416.271 +0.14 0.2 -315697.468292 +0.08 0.9 -312420.972828 +0.14 0.3 -315702.889885 +0.082 0.5 -312455.365159 +0.14 0.4 -315708.153811 +0.082 0.6 -312460.366603 +0.142 0.2 -315852.889624 +0.082 0.7 -312465.257794 +0.142 0.3 -315858.311216 +0.082 0.8 -312470.049693 +0.142 0.4 -315863.575142 +0.082 0.9 -312474.75152 +0.144 0.2 -316010.526097 +0.084 0.5 -312514.453772 +0.144 0.3 -316015.947689 +0.084 0.6 -312519.455217 +0.144 0.4 -316021.211615 +0.084 0.7 -312524.346407 +0.146 0.2 -316170.336852 +0.084 0.8 -312529.138306 +0.146 0.3 -316175.758444 +0.084 0.9 -312533.840133 +0.146 0.4 -316181.02237 +0.086 0.5 -312578.630592 +0.148 0.2 -316332.282836 +0.086 0.6 -312583.632036 +0.148 0.3 -316337.704429 +0.086 0.7 -312588.523227 +0.148 0.4 -316342.968355 +0.086 0.8 -312593.315126 +0.15 0.2 -316496.326712 +0.086 0.9 -312598.016953 +0.15 0.3 -316501.748304 +0.15 0.4 -316507.01223 +0.088 0.5 -312647.689379 +0.152 0.2 -316662.432762 +0.088 0.6 -312652.690823 +0.152 0.3 -316667.854354 +0.088 0.7 -312657.582014 +0.152 0.4 -316673.11828 +0.088 0.8 -312662.373913 +0.154 0.2 -316830.566809 +0.088 0.9 -312667.07574 +0.154 0.3 -316835.988402 +0.09 0.5 -312721.437978 +0.154 0.4 -316841.252328 +0.09 0.6 -312726.439422 +0.156 0.2 -317000.69614 +0.09 0.7 -312731.330613 +0.156 0.3 -317006.117732 +0.09 0.8 -312736.122512 +0.156 0.4 -317011.381658 +0.09 0.9 -312740.824339 +0.158 0.2 -317172.789427 +0.092 0.5 -312799.697083 +0.158 0.3 -317178.211019 +0.092 0.6 -312804.698527 +0.158 0.4 -317183.474945 +0.092 0.7 -312809.589718 +0.16 0.2 -317346.816662 +0.092 0.8 -312814.381616 +0.16 0.3 -317352.238254 +0.092 0.9 -312819.083443 +0.16 0.4 -317357.50218 +0.094 0.5 -312882.299129 +0.162 0.2 -317522.749093 +0.094 0.6 -312887.300573 +0.162 0.3 -317528.170685 +0.094 0.7 -312892.191764 +0.162 0.4 -317533.434612 +0.094 0.8 -312896.983663 +0.164 0.2 -317700.559165 +0.094 0.9 -312901.68549 +0.164 0.3 -317705.980757 +0.096 0.5 -312969.087311 +0.164 0.4 -317711.244683 +0.096 0.6 -312974.088755 +0.166 0.2 -317880.220457 +0.096 0.7 -312978.979946 +0.166 0.3 -317885.64205 +0.096 0.8 -312983.771845 +0.166 0.4 -317890.905976 +0.096 0.9 -312988.473672 +0.168 0.2 -318061.707638 +0.098 0.5 -313059.914692 +0.168 0.3 -318067.12923 +0.098 0.6 -313064.916137 +0.168 0.4 -318072.393157 +0.098 0.7 -313069.807328 +0.17 0.2 -318244.996408 +0.098 0.8 -313074.599226 +0.17 0.3 -318250.418001 +0.098 0.9 -313079.301053 +0.17 0.4 -318255.681927 +0.1 0.5 -313154.643411 +0.172 0.2 -318430.063458 +0.1 0.6 -313159.644855 +0.172 0.3 -318435.485051 +0.1 0.7 -313164.536046 +0.172 0.4 -318440.748977 +0.1 0.8 -313169.327944 +0.174 0.2 -318616.886421 +0.1 0.9 -313174.029772 +0.174 0.3 -318622.308013 +0.102 0.5 -313253.143961 +0.174 0.4 -318627.571939 +0.102 0.6 -313258.145405 +0.176 0.2 -318805.443831 +0.102 0.7 -313263.036596 +0.176 0.3 -318810.865423 +0.102 0.8 -313267.828494 +0.176 0.4 -318816.129349 +0.102 0.9 -313272.530322 +0.178 0.2 -318995.715086 +0.104 0.5 -313355.294547 +0.178 0.3 -319001.136678 +0.178 0.4 -319006.400604 +0.104 0.6 -313360.295991 +0.18 0.2 -319187.680408 +0.104 0.7 -313365.187182 +0.18 0.3 -319193.102 +0.104 0.8 -313369.97908 +0.18 0.4 -319198.365926 +0.104 0.9 -313374.680908 +0.182 0.2 -319381.320809 +0.106 0.5 -313460.980495 +0.182 0.3 -319386.742401 +0.106 0.6 -313465.981939 +0.182 0.4 -319392.006327 +0.106 0.7 -313470.87313 +0.184 0.2 -319576.618058 +0.106 0.8 -313475.665029 +0.184 0.3 -319582.03965 +0.106 0.9 -313480.366856 +0.184 0.4 -319587.303576 +0.108 0.5 -313570.093725 +0.186 0.2 -319773.554648 +0.108 0.6 -313575.095169 +0.186 0.3 -319778.97624 +0.186 0.4 -319784.240166 +0.108 0.7 -313579.98636 +0.188 0.2 -319972.113769 +0.108 0.8 -313584.778259 +0.188 0.3 -319977.535361 +0.108 0.9 -313589.480086 +0.188 0.4 -319982.799288 +0.11 0.5 -313682.532264 +0.19 0.2 -320172.279278 +0.11 0.6 -313687.533708 +0.19 0.3 -320177.70087 +0.11 0.7 -313692.424899 +0.19 0.4 -320182.964796 +0.11 0.8 -313697.216798 +0.192 0.2 -320374.035671 +0.11 0.9 -313701.918625 +0.192 0.3 -320379.457264 +0.112 0.5 -313798.199811 +0.192 0.4 -320384.72119 +0.112 0.6 -313803.201256 +0.194 0.2 -320577.368063 +0.112 0.7 -313808.092446 +0.194 0.3 -320582.789655 +0.112 0.8 -313812.884345 +0.194 0.4 -320588.053581 +0.112 0.9 -313817.586172 +0.196 0.2 -320782.262155 +0.114 0.5 -313917.005335 +0.196 0.3 -320787.683748 +0.114 0.6 -313922.006779 +0.196 0.4 -320792.947674 +0.114 0.7 -313926.89797 +0.198 0.2 -320988.704223 +0.114 0.8 -313931.689869 +0.198 0.3 -320994.125815 +0.114 0.9 -313936.391696 +0.198 0.4 -320999.389742 +0.116 0.5 -314038.86271 +0.2 0.2 -321196.681086 +0.116 0.6 -314043.864154 +0.2 0.3 -321202.102678 +0.2 0.4 -321207.366605 +0.116 0.7 -314048.755345 +0.202 0.2 -321406.180091 +0.116 0.8 -314053.547243 +0.202 0.3 -321411.601684 +0.116 0.9 -314058.249071 +0.202 0.4 -321416.86561 +0.118 0.5 -314163.69038 +0.204 0.2 -321617.189093 +0.118 0.6 -314168.691824 +0.204 0.3 -321622.610686 +0.118 0.7 -314173.583015 +0.204 0.4 -321627.874612 +0.118 0.8 -314178.374914 +0.206 0.2 -321829.696435 +0.118 0.9 -314183.076741 +0.206 0.3 -321835.118028 +0.12 0.5 -314291.411056 +0.206 0.4 -321840.381954 +0.12 0.6 -314296.4125 +0.208 0.2 -322043.690932 +0.12 0.7 -314301.303691 +0.208 0.3 -322049.112524 +0.12 0.8 -314306.095589 +0.208 0.4 -322054.37645 +0.12 0.9 -314310.797417 +0.21 0.2 -322259.161853 +0.21 0.3 -322264.583445 +0.122 0.5 -314421.951431 +0.21 0.4 -322269.847371 +0.122 0.6 -314426.952875 +0.212 0.2 -322476.098905 +0.122 0.7 -314431.844066 +0.212 0.3 -322481.520497 +0.122 0.8 -314436.635964 +0.212 0.4 -322486.784423 +0.122 0.9 -314441.337792 +0.214 0.2 -322694.492221 +0.124 0.5 -314555.241927 +0.214 0.3 -322699.913813 +0.124 0.6 -314560.243371 +0.214 0.4 -322705.177739 +0.124 0.7 -314565.134562 +0.216 0.2 -322914.332341 +0.216 0.3 -322919.753933 +0.124 0.8 -314569.92646 +0.216 0.4 -322925.017859 +0.218 0.2 -323135.610201 +0.124 0.9 -314574.628287 +0.218 0.3 -323141.031794 +0.126 0.5 -314691.216453 +0.218 0.4 -323146.29572 +0.126 0.6 -314696.217897 +0.22 0.2 -323358.317121 +0.126 0.7 -314701.109088 +0.22 0.3 -323363.738713 +0.126 0.8 -314705.900986 +0.22 0.4 -323369.002639 +0.126 0.9 -314710.602814 +0.222 0.2 -323582.444787 +0.128 0.5 -314829.812191 +0.222 0.3 -323587.86638 +0.128 0.6 -314834.813635 +0.222 0.4 -323593.130306 +0.128 0.7 -314839.704826 +0.224 0.2 -323807.985248 +0.128 0.8 -314844.496725 +0.224 0.3 -323813.40684 +0.128 0.9 -314849.198552 +0.224 0.4 -323818.670766 +0.13 0.5 -314970.969391 +0.226 0.2 -324034.930895 +0.13 0.6 -314975.970835 +0.226 0.3 -324040.352487 +0.13 0.7 -314980.862026 +0.226 0.4 -324045.616413 +0.13 0.8 -314985.653925 +0.228 0.2 -324263.274457 diff --git a/ic_experiments/old_stuff/results3.txt b/ic_experiments/old_stuff/results3.txt new file mode 100644 index 0000000..19db78a --- /dev/null +++ b/ic_experiments/old_stuff/results3.txt @@ -0,0 +1,2499 @@ +0.002 1 -288062.03133 +0.002 5 -282379.797358 +0.002 9 -279946.79428 +0.002 13 -278405.139673 +0.002 17 -277306.189102 +0.002 70 -272955.226077 +0.002 21 -276500.347907 +0.002 74 -272844.214131 +0.002 25 -275874.981786 +0.002 78 -272725.037696 +0.002 82 -272652.376243 +0.002 140 -271946.16156 +0.002 29 -275362.186768 +0.002 86 -272569.319397 +0.002 144 -271922.826235 +0.002 90 -272493.722101 +0.002 33 -274937.699977 +0.002 94 -272424.691448 +0.002 148 -271901.456757 +0.002 98 -272361.539615 +0.002 37 -274574.878545 +0.002 102 -272303.736695 +0.002 152 -271881.874812 +0.002 41 -274271.261739 +0.002 106 -272250.869117 +0.002 110 -272202.538147 +0.002 156 -271863.837477 +0.002 45 -274015.381036 +0.002 114 -272158.225426 +0.002 49 -273787.21329 +0.002 160 -271847.287596 +0.002 53 -273586.784665 +0.002 118 -272117.523333 +0.002 164 -271832.271699 +0.002 57 -273409.622332 +0.002 122 -272080.130368 +0.002 61 -273251.893825 +0.002 168 -271818.627184 +0.002 65 -273105.008654 +0.002 126 -272045.738407 +0.002 172 -271806.285932 +0.002 130 -272014.100382 +0.002 69 -272972.379634 +0.002 176 -271795.170976 +0.002 134 -271985.153832 +0.004 1 -284477.331653 +0.002 180 -271785.082024 +0.002 138 -271958.615094 +0.002 184 -271776.054145 +0.004 5 -280735.752615 +0.002 188 -271767.970664 +0.004 70 -272738.044998 +0.002 192 -271760.771016 +0.004 9 -278781.792032 +0.004 74 -272644.810322 +0.004 13 -277532.436899 +0.002 196 -271754.474159 +0.004 78 -272544.892528 +0.004 17 -276624.686593 +0.004 82 -272453.727157 +0.004 140 -271785.701298 +0.004 21 -275939.866297 +0.004 25 -275363.805292 +0.004 86 -272381.133675 +0.004 144 -271768.532836 +0.004 29 -274936.956075 +0.004 148 -271742.231276 +0.004 90 -272315.235911 +0.004 33 -274547.701483 +0.004 152 -271717.581527 +0.004 94 -272249.864818 +0.004 37 -274242.624485 +0.004 156 -271710.919115 +0.004 98 -272184.371138 +0.004 160 -271694.662866 +0.004 41 -273960.222835 +0.004 164 -271679.865385 +0.004 102 -272134.82451 +0.004 45 -273724.188761 +0.004 168 -271666.394689 +0.004 172 -271654.192747 +0.004 106 -272078.883627 +0.004 49 -273518.61078 +0.004 176 -271643.20717 +0.004 110 -272038.228231 +0.004 180 -271633.239515 +0.004 53 -273327.395257 +0.004 184 -271624.29865 +0.004 114 -271990.348548 +0.004 57 -273168.537587 +0.004 188 -271616.283192 +0.004 118 -271945.736832 +0.004 192 -271609.14281 +0.004 61 -273027.269955 +0.004 196 -271602.894012 +0.004 122 -271915.182473 +0.006 140 -271782.070277 +0.004 65 -272890.064621 +0.006 144 -271750.967603 +0.004 126 -271887.473748 +0.006 148 -271726.730967 +0.004 69 -272776.868781 +0.006 152 -271709.161707 +0.004 130 -271856.92393 +0.006 156 -271708.251805 +0.006 1 -282138.332475 +0.006 160 -271693.401912 +0.004 134 -271828.985312 +0.006 5 -279408.80099 +0.006 164 -271674.845339 +0.006 168 -271662.63215 +0.004 138 -271797.787895 +0.006 9 -277923.008286 +0.006 172 -271656.723474 +0.006 176 -271636.637309 +0.006 70 -272650.435728 +0.006 13 -276847.287191 +0.006 180 -271627.662464 +0.006 184 -271619.629791 +0.006 74 -272564.055392 +0.006 17 -276080.227591 +0.006 188 -271612.423864 +0.006 78 -272481.520425 +0.006 192 -271611.111269 +0.006 21 -275523.109826 +0.006 196 -271610.636473 +0.006 82 -272396.911019 +0.008 140 -271810.934864 +0.006 25 -275025.526758 +0.008 144 -271796.777869 +0.006 86 -272309.139917 +0.006 29 -274616.409275 +0.008 148 -271769.753734 +0.006 90 -272242.947416 +0.006 33 -274302.034194 +0.008 152 -271768.325489 +0.006 37 -273996.307557 +0.006 94 -272192.436199 +0.006 41 -273778.738324 +0.006 98 -272141.781394 +0.008 156 -271753.791218 +0.006 102 -272090.524207 +0.006 45 -273552.578499 +0.008 160 -271735.676349 +0.006 49 -273358.28717 +0.006 106 -272038.369294 +0.008 164 -271709.25776 +0.006 53 -273175.333423 +0.006 110 -272000.403399 +0.008 168 -271717.744058 +0.006 57 -273035.668121 +0.008 172 -271708.110351 +0.006 114 -271971.142164 +0.008 176 -271694.757024 +0.006 61 -272891.539355 +0.008 180 -271682.32005 +0.006 118 -271929.734815 +0.008 184 -271675.545674 +0.006 65 -272795.970014 +0.006 122 -271891.286546 +0.006 69 -272696.543291 +0.008 188 -271669.520806 +0.006 126 -271865.776214 +0.008 1 -280429.303246 +0.008 5 -278311.800659 +0.008 192 -271673.867033 +0.006 130 -271832.56694 +0.008 9 -277170.766243 +0.008 196 -271674.19863 +0.008 13 -276315.045104 +0.006 134 -271796.549753 +0.01 140 -271872.198448 +0.006 138 -271777.89491 +0.008 17 -275562.97926 +0.01 144 -271869.19056 +0.008 70 -272621.234479 +0.008 21 -275106.636959 +0.008 74 -272491.327872 +0.01 148 -271849.37283 +0.008 25 -274688.74102 +0.01 152 -271840.12612 +0.008 78 -272441.04474 +0.01 156 -271827.48472 +0.008 29 -274363.995533 +0.008 82 -272383.299805 +0.01 160 -271820.614162 +0.008 33 -274073.64335 +0.008 86 -272307.567729 +0.01 164 -271801.16486 +0.008 90 -272227.51769 +0.008 37 -273804.839555 +0.008 94 -272205.194256 +0.01 168 -271773.571198 +0.008 41 -273599.234384 +0.008 98 -272144.298934 +0.01 172 -271783.721535 +0.008 102 -272092.420798 +0.008 45 -273416.497345 +0.008 106 -272054.108513 +0.008 49 -273214.085026 +0.01 176 -271790.268471 +0.008 53 -273068.104708 +0.008 110 -272024.366408 +0.01 180 -271756.28294 +0.008 57 -272956.929819 +0.008 114 -271978.699667 +0.008 61 -272826.554321 +0.01 184 -271764.429003 +0.008 65 -272694.121522 +0.008 118 -271945.595293 +0.01 188 -271745.788231 +0.008 69 -272629.754256 +0.008 122 -271924.85332 +0.01 192 -271755.370019 +0.01 1 -279094.829399 +0.008 126 -271887.238445 +0.01 196 -271742.715665 +0.01 5 -277507.865184 +0.008 130 -271871.07766 +0.01 9 -276401.547792 +0.012 140 -271954.227803 +0.008 134 -271857.140319 +0.01 13 -275650.994637 +0.01 17 -275159.574418 +0.012 144 -271917.912034 +0.008 138 -271811.450915 +0.01 21 -274749.03724 +0.012 148 -271918.00071 +0.01 25 -274397.064362 +0.01 70 -272573.26097 +0.01 29 -274106.842608 +0.012 152 -271910.497213 +0.01 74 -272495.153129 +0.01 33 -273825.510122 +0.01 78 -272424.332711 +0.012 156 -271904.076038 +0.01 37 -273625.16836 +0.01 82 -272364.484834 +0.012 160 -271903.134301 +0.01 86 -272319.2355 +0.01 41 -273407.856609 +0.012 164 -271881.307259 +0.01 90 -272279.186343 +0.01 45 -273295.979163 +0.012 168 -271878.081127 +0.01 94 -272211.63553 +0.01 49 -273135.42049 +0.012 172 -271866.974805 +0.012 176 -271861.206417 +0.01 53 -272955.387788 +0.01 98 -272129.520931 +0.012 180 -271860.576906 +0.01 57 -272872.04728 +0.01 102 -272115.156618 +0.012 184 -271856.329948 +0.01 61 -272764.90044 +0.01 106 -272085.910426 +0.012 188 -271870.370811 +0.01 65 -272622.545816 +0.01 110 -272055.417971 +0.01 69 -272575.716303 +0.012 192 -271858.648661 +0.01 114 -272032.291671 +0.012 1 -277302.972988 +0.01 118 -271983.932981 +0.012 196 -271852.060575 +0.01 122 -271974.681066 +0.012 5 -276470.005475 +0.014 140 -272038.036188 +0.012 9 -275725.980713 +0.01 126 -271949.420579 +0.014 144 -272018.190326 +0.012 13 -275256.507651 +0.01 130 -271917.041911 +0.014 148 -271969.796288 +0.012 17 -274800.308203 +0.014 152 -271973.271251 +0.01 134 -271895.897628 +0.014 156 -271994.609168 +0.012 21 -274470.622749 +0.01 138 -271876.612142 +0.014 160 -271961.548326 +0.012 25 -274129.316483 +0.012 70 -272543.533653 +0.014 164 -271993.191044 +0.012 29 -273872.739484 +0.012 74 -272505.820912 +0.014 168 -272000.296432 +0.012 33 -273638.53937 +0.014 172 -271944.588533 +0.012 78 -272408.492912 +0.012 37 -273465.770444 +0.014 176 -271953.316788 +0.012 82 -272334.066577 +0.014 180 -271949.894442 +0.012 41 -273326.039935 +0.012 86 -272308.031063 +0.014 184 -271938.612515 +0.014 188 -271961.847515 +0.012 45 -273149.261305 +0.012 90 -272304.01118 +0.014 192 -271977.21859 +0.012 49 -273021.01038 +0.014 196 -271959.295274 +0.012 94 -272224.986322 +0.012 53 -272879.951984 +0.016 140 -272093.332965 +0.012 98 -272189.344545 +0.012 57 -272838.96499 +0.016 144 -272096.771689 +0.012 102 -272148.179094 +0.012 61 -272743.170635 +0.016 148 -272093.180074 +0.012 106 -272105.854273 +0.012 65 -272648.405586 +0.016 152 -272090.566048 +0.012 110 -272101.728102 +0.016 156 -272088.827241 +0.012 69 -272583.806599 +0.014 1 -277110.430365 +0.012 114 -272073.842875 +0.016 160 -272046.679143 +0.012 118 -272035.128821 +0.014 5 -275824.486432 +0.016 164 -272087.625599 +0.014 9 -275479.076757 +0.012 122 -271998.45171 +0.014 13 -274978.400952 +0.016 168 -272084.200566 +0.012 126 -272025.181235 +0.016 172 -272056.824753 +0.014 17 -274452.4919 +0.014 21 -274168.728268 +0.012 130 -271974.392931 +0.016 176 -272058.955049 +0.014 25 -273895.453971 +0.012 134 -271965.085155 +0.016 180 -272036.954241 +0.014 29 -273712.754184 +0.016 184 -272031.922932 +0.012 138 -271948.660856 +0.014 33 -273481.996153 +0.014 70 -272571.489928 +0.016 188 -272043.804813 +0.014 74 -272481.256398 +0.014 37 -273326.334438 +0.016 192 -272056.051684 +0.016 196 -272077.133191 +0.014 41 -273220.882795 +0.014 78 -272439.06887 +0.014 45 -273060.466634 +0.018 140 -272161.709396 +0.014 82 -272393.403521 +0.014 49 -272948.83047 +0.018 144 -272191.624728 +0.014 86 -272339.582477 +0.014 53 -272844.949381 +0.018 148 -272158.687572 +0.014 90 -272298.292098 +0.014 57 -272765.075556 +0.018 152 -272138.537686 +0.014 94 -272273.446399 +0.014 61 -272677.174619 +0.018 156 -272126.875224 +0.014 98 -272213.515378 +0.014 65 -272622.408057 +0.014 69 -272519.664027 +0.018 160 -272159.75705 +0.014 102 -272164.857781 +0.016 1 -275704.226398 +0.018 164 -272157.550619 +0.014 106 -272173.884974 +0.018 168 -272152.068774 +0.016 5 -275193.322037 +0.014 110 -272147.454643 +0.014 114 -272123.499412 +0.018 172 -272151.249042 +0.016 9 -274786.977355 +0.014 118 -272105.783434 +0.014 122 -272085.774081 +0.018 176 -272179.072815 +0.016 13 -274431.734011 +0.014 126 -272076.110354 +0.018 180 -272159.528053 +0.014 130 -272059.628271 +0.016 17 -274193.13091 +0.014 134 -272027.877331 +0.018 184 -272156.343064 +0.016 21 -273877.783303 +0.014 138 -272018.741761 +0.016 25 -273709.778272 +0.018 188 -272173.639154 +0.016 29 -273502.605099 +0.016 70 -272522.956986 +0.016 33 -273308.779126 +0.018 192 -272163.420363 +0.016 74 -272499.38171 +0.016 37 -273222.75182 +0.016 41 -273084.634113 +0.018 196 -272169.706755 +0.016 78 -272476.225445 +0.016 45 -272997.072047 +0.016 49 -272901.91446 +0.02 140 -272263.623827 +0.016 82 -272432.876393 +0.016 53 -272820.790577 +0.02 144 -272237.029367 +0.016 57 -272711.914831 +0.016 86 -272385.323815 +0.016 61 -272652.068515 +0.02 148 -272249.970047 +0.016 65 -272599.69483 +0.016 90 -272320.860268 +0.016 69 -272536.814125 +0.02 152 -272240.459691 +0.018 1 -275686.319096 +0.016 94 -272300.64617 +0.018 5 -275035.346651 +0.02 156 -272262.589509 +0.016 98 -272275.290397 +0.018 9 -274353.978836 +0.018 13 -274263.054612 +0.02 160 -272269.673828 +0.016 102 -272248.642305 +0.018 17 -273904.673591 +0.02 164 -272254.282379 +0.018 21 -273630.159289 +0.016 106 -272203.954452 +0.018 25 -273350.171332 +0.02 168 -272251.246621 +0.018 29 -273344.047184 +0.016 110 -272219.135035 +0.02 172 -272268.145487 +0.018 33 -273125.998666 +0.02 176 -272215.62461 +0.016 114 -272178.923405 +0.02 180 -272245.001651 +0.018 37 -273064.603115 +0.02 184 -272247.517858 +0.016 118 -272136.296416 +0.02 188 -272266.068827 +0.018 41 -272969.937426 +0.016 122 -272128.261077 +0.02 192 -272292.713477 +0.016 126 -272121.689909 +0.018 45 -272903.822466 +0.02 196 -272300.368255 +0.022 140 -272298.730272 +0.016 130 -272112.45938 +0.018 49 -272816.005124 +0.022 144 -272335.67833 +0.022 148 -272331.637853 +0.016 134 -272125.254585 +0.018 53 -272724.831647 +0.018 57 -272661.515275 +0.022 152 -272336.078605 +0.016 138 -272098.211835 +0.018 61 -272584.770412 +0.018 65 -272545.647751 +0.022 156 -272352.253889 +0.018 70 -272544.127684 +0.018 69 -272559.810441 +0.02 1 -275114.894633 +0.022 160 -272357.581111 +0.018 74 -272464.764314 +0.02 5 -274210.091938 +0.02 9 -274296.905316 +0.022 164 -272340.92917 +0.018 78 -272437.178991 +0.02 13 -273783.012381 +0.02 17 -273618.36082 +0.022 168 -272351.157446 +0.018 82 -272381.15715 +0.02 21 -273422.802833 +0.02 25 -273325.042144 +0.022 172 -272331.789244 +0.018 86 -272399.694423 +0.02 29 -273055.610692 +0.022 176 -272358.183947 +0.02 33 -273040.32375 +0.018 90 -272349.57426 +0.02 37 -272921.66576 +0.022 180 -272350.865323 +0.018 94 -272330.190606 +0.02 41 -272887.67172 +0.02 45 -272813.389221 +0.022 184 -272366.735497 +0.018 98 -272317.535123 +0.02 49 -272744.370095 +0.02 53 -272659.236249 +0.022 188 -272413.080342 +0.018 102 -272271.369579 +0.02 57 -272599.847311 +0.02 61 -272519.122997 +0.022 192 -272410.804433 +0.018 106 -272259.222305 +0.02 65 -272555.969148 +0.02 69 -272496.091818 +0.022 196 -272378.484163 +0.018 110 -272265.190955 +0.022 1 -274619.407022 +0.024 140 -272408.36487 +0.022 5 -274175.925835 +0.018 114 -272249.220546 +0.022 9 -273908.881372 +0.024 144 -272384.15926 +0.018 118 -272247.098605 +0.022 13 -273491.932167 +0.022 17 -273329.64949 +0.024 148 -272426.796486 +0.018 122 -272206.535198 +0.022 21 -273270.534458 +0.022 25 -273152.027482 +0.024 152 -272425.929657 +0.018 126 -272195.31223 +0.022 29 -273058.240973 +0.024 156 -272425.387631 +0.018 130 -272189.22043 +0.022 33 -272911.144255 +0.018 134 -272200.482093 +0.024 160 -272406.907897 +0.022 37 -272809.668763 +0.024 164 -272462.72428 +0.018 138 -272181.070601 +0.024 168 -272463.657561 +0.022 41 -272701.45287 +0.024 172 -272472.487936 +0.02 70 -272436.153552 +0.024 176 -272455.839179 +0.022 45 -272688.83287 +0.024 180 -272450.5973 +0.02 74 -272462.463338 +0.022 49 -272720.003342 +0.024 184 -272475.155801 +0.02 78 -272468.81701 +0.022 53 -272606.246194 +0.02 82 -272443.570163 +0.024 188 -272507.454304 +0.02 86 -272370.890402 +0.022 57 -272524.372442 +0.024 192 -272510.440557 +0.02 90 -272343.176348 +0.022 61 -272541.402545 +0.022 65 -272543.873807 +0.024 196 -272476.930601 +0.02 94 -272305.929662 +0.022 69 -272470.8446 +0.026 140 -272470.599848 +0.024 1 -273513.730995 +0.02 98 -272328.869565 +0.024 5 -273489.468705 +0.026 144 -272445.874588 +0.024 9 -273353.169582 +0.02 102 -272338.121334 +0.024 13 -273236.020751 +0.026 148 -272515.434645 +0.02 106 -272295.020312 +0.026 152 -272491.660031 +0.024 17 -273195.739546 +0.02 110 -272304.449304 +0.026 156 -272504.260952 +0.024 21 -273132.436181 +0.02 114 -272265.026802 +0.02 118 -272281.281161 +0.026 160 -272477.417047 +0.024 25 -273024.696519 +0.02 122 -272275.847604 +0.026 164 -272508.912401 +0.024 29 -272917.119379 +0.02 126 -272263.681617 +0.026 168 -272533.57574 +0.02 130 -272260.50946 +0.024 33 -272724.733156 +0.02 134 -272309.082572 +0.026 172 -272565.581225 +0.024 37 -272707.741247 +0.026 176 -272544.020171 +0.02 138 -272254.02176 +0.024 41 -272610.27657 +0.026 180 -272526.284026 +0.022 70 -272474.96383 +0.024 45 -272651.455341 +0.024 49 -272565.401071 +0.026 184 -272588.213245 +0.022 74 -272469.892291 +0.024 53 -272594.287625 +0.026 188 -272592.539098 +0.022 78 -272468.039096 +0.024 57 -272619.605363 +0.026 192 -272615.329537 +0.022 82 -272370.220514 +0.024 61 -272464.471846 +0.026 196 -272594.892121 +0.022 86 -272334.887832 +0.024 65 -272434.801363 +0.028 140 -272441.560367 +0.024 69 -272392.807628 +0.022 90 -272399.941828 +0.028 144 -272466.178251 +0.022 94 -272395.226051 +0.026 1 -273794.396285 +0.022 98 -272369.854315 +0.028 148 -272561.561286 +0.026 5 -273497.189109 +0.022 102 -272311.743024 +0.028 152 -272512.414853 +0.022 106 -272330.815296 +0.026 9 -273393.318213 +0.028 156 -272562.491971 +0.022 110 -272354.957423 +0.028 160 -272609.248627 +0.026 13 -272900.484611 +0.028 164 -272617.504044 +0.022 114 -272312.281784 +0.028 168 -272601.30605 +0.026 17 -272860.852522 +0.022 118 -272365.367852 +0.028 172 -272589.025006 +0.026 21 -272851.72544 +0.028 176 -272654.603535 +0.022 122 -272355.45446 +0.028 180 -272646.141707 +0.026 25 -272872.484465 +0.028 184 -272659.16664 +0.022 126 -272327.788209 +0.028 188 -272654.654456 +0.026 29 -272663.334812 +0.028 192 -272657.321708 +0.022 130 -272312.309162 +0.028 196 -272656.788612 +0.026 33 -272586.716997 +0.022 134 -272350.827451 +0.03 140 -272490.363189 +0.026 37 -272714.348087 +0.022 138 -272348.733371 +0.03 144 -272528.296168 +0.026 41 -272610.053595 +0.024 70 -272413.197943 +0.03 148 -272597.099614 +0.026 45 -272540.890178 +0.03 152 -272583.325933 +0.024 74 -272452.296635 +0.026 49 -272428.524585 +0.026 53 -272557.801927 +0.024 78 -272364.683167 +0.03 156 -272482.71404 +0.026 57 -272390.535092 +0.026 61 -272478.644722 +0.024 82 -272434.144752 +0.03 160 -272545.165094 +0.026 65 -272381.555334 +0.024 86 -272398.349386 +0.03 164 -272593.474881 +0.026 69 -272467.59835 +0.024 90 -272412.431051 +0.03 168 -272604.14475 +0.028 1 -273295.711804 +0.024 94 -272361.400949 +0.028 5 -273246.447727 +0.03 172 -272642.637241 +0.028 9 -273166.392064 +0.024 98 -272363.339847 +0.03 176 -272694.939821 +0.028 13 -272803.371919 +0.03 180 -272678.324763 +0.024 102 -272351.64837 +0.028 17 -272747.347197 +0.024 106 -272426.1886 +0.03 184 -272734.537462 +0.028 21 -272674.348891 +0.03 188 -272745.928449 +0.024 110 -272413.525053 +0.028 25 -272700.010574 +0.03 192 -272774.575772 +0.024 114 -272365.119853 +0.028 29 -272551.606035 +0.03 196 -272789.46326 +0.032 140 -272516.837739 +0.024 118 -272380.018137 +0.028 33 -272502.017018 +0.032 144 -272556.953153 +0.024 122 -272332.931995 +0.028 37 -272444.096121 +0.032 148 -272620.863631 +0.024 126 -272404.820985 +0.024 130 -272370.58438 +0.028 41 -272644.814872 +0.032 152 -272630.588294 +0.032 156 -272626.508069 +0.024 134 -272403.493438 +0.028 45 -272499.828799 +0.032 160 -272632.929278 +0.024 138 -272374.648575 +0.032 164 -272635.771506 +0.028 49 -272492.511118 +0.026 70 -272446.010425 +0.032 168 -272652.308819 +0.026 74 -272451.531138 +0.028 53 -272491.223843 +0.026 78 -272404.558605 +0.032 172 -272665.263081 +0.028 57 -272400.803627 +0.026 82 -272398.972198 +0.032 176 -272671.896148 +0.026 86 -272412.72566 +0.028 61 -272404.212421 +0.032 180 -272732.256268 +0.026 90 -272424.60559 +0.028 65 -272363.353673 +0.032 184 -272707.859937 +0.028 69 -272401.537508 +0.026 94 -272394.348554 +0.03 1 -273139.370918 +0.032 188 -272734.544093 +0.026 98 -272383.499946 +0.032 192 -272751.275844 +0.03 5 -272459.298077 +0.026 102 -272319.377938 +0.026 106 -272396.838869 +0.032 196 -272744.070272 +0.03 9 -272924.008089 +0.026 110 -272410.378782 +0.026 114 -272352.464202 +0.034 140 -272671.571532 +0.03 13 -272627.470313 +0.026 118 -272439.318128 +0.026 122 -272440.565577 +0.034 144 -272624.083005 +0.03 17 -272628.50358 +0.026 126 -272417.212227 +0.026 130 -272404.909846 +0.03 21 -272538.461045 +0.034 148 -272699.522729 +0.03 25 -272522.294161 +0.026 134 -272465.463555 +0.034 152 -272645.564666 +0.03 29 -272617.937897 +0.034 156 -272618.071791 +0.026 138 -272439.953611 +0.03 33 -272330.811177 +0.028 70 -272329.447669 +0.034 160 -272620.048817 +0.03 37 -272519.169302 +0.03 41 -272444.508106 +0.028 74 -272394.617009 +0.034 164 -272662.155792 +0.028 78 -272369.259042 +0.03 45 -272399.957025 +0.028 82 -272504.125156 +0.034 168 -272721.202496 +0.028 86 -272399.811221 +0.03 49 -272312.677301 +0.034 172 -272729.7256 +0.03 53 -272438.739706 +0.028 90 -272441.351122 +0.03 57 -272369.060985 +0.034 176 -272752.12628 +0.028 94 -272402.48952 +0.03 61 -272328.858693 +0.034 180 -272793.622038 +0.028 98 -272385.780462 +0.034 184 -272809.229237 +0.03 65 -272331.265439 +0.034 188 -272780.845772 +0.028 102 -272461.486839 +0.034 192 -272792.641223 +0.03 69 -272372.861467 +0.034 196 -272831.311755 +0.028 106 -272481.661986 +0.036 140 -272601.466095 +0.032 1 -272865.794473 +0.036 144 -272544.363619 +0.028 110 -272435.954207 +0.032 5 -272737.333275 +0.036 148 -272582.567001 +0.028 114 -272383.88203 +0.032 9 -272821.636434 +0.036 152 -272574.484078 +0.028 118 -272370.534327 +0.036 156 -272716.400044 +0.032 13 -272713.504971 +0.028 122 -272379.149578 +0.036 160 -272754.010347 +0.032 17 -272436.083268 +0.036 164 -272748.837727 +0.028 126 -272437.234658 +0.032 21 -272465.469217 +0.036 168 -272741.011572 +0.028 130 -272443.023592 +0.032 25 -272390.412708 +0.032 29 -272387.410714 +0.036 172 -272650.578932 +0.028 134 -272484.577578 +0.032 33 -272341.889355 +0.036 176 -272746.430251 +0.028 138 -272480.607955 +0.036 180 -272780.499825 +0.032 37 -272246.915583 +0.03 70 -272269.32127 +0.036 184 -272810.830073 +0.032 41 -272341.106485 +0.03 74 -272443.671121 +0.036 188 -272831.254001 +0.036 192 -272786.239397 +0.032 45 -272328.383743 +0.03 78 -272341.972275 +0.036 196 -272845.756345 +0.032 49 -272239.97215 +0.03 82 -272366.381786 +0.038 140 -272573.246445 +0.03 86 -272297.600251 +0.032 53 -272226.127117 +0.03 90 -272391.756469 +0.038 144 -272600.680276 +0.03 94 -272417.740981 +0.032 57 -272282.152409 +0.03 98 -272437.235472 +0.038 148 -272596.009648 +0.032 61 -272273.98984 +0.03 102 -272436.569959 +0.03 106 -272464.023579 +0.038 152 -272661.386223 +0.032 65 -272337.880812 +0.03 110 -272467.929098 +0.03 114 -272461.929644 +0.038 156 -272688.028125 +0.032 69 -272378.777989 +0.03 118 -272518.641655 +0.03 122 -272517.055369 +0.038 160 -272676.429101 +0.034 1 -272623.768174 +0.03 126 -272498.583731 +0.038 164 -272703.073216 +0.03 130 -272462.781595 +0.034 5 -272171.995264 +0.03 134 -272503.614756 +0.038 168 -272722.991962 +0.034 9 -272570.37195 +0.03 138 -272468.151755 +0.032 70 -272282.244894 +0.038 172 -272723.331365 +0.034 13 -272197.065308 +0.032 74 -272344.555719 +0.032 78 -272332.550213 +0.038 176 -272726.892091 +0.034 17 -272224.702309 +0.032 82 -272361.575492 +0.038 180 -272753.094425 +0.034 21 -272260.639008 +0.032 86 -272398.310415 +0.038 184 -272769.396229 +0.034 25 -272345.104961 +0.032 90 -272404.741738 +0.038 188 -272788.415248 +0.034 29 -272336.251774 +0.032 94 -272377.752985 +0.034 33 -272056.316698 +0.038 192 -272798.063282 +0.032 98 -272330.802274 +0.034 37 -272357.271723 +0.038 196 -272842.651358 +0.032 102 -272412.747243 +0.034 41 -272253.929882 +0.04 140 -272537.093461 +0.032 106 -272444.065489 +0.04 144 -272529.230071 +0.034 45 -272227.557782 +0.032 110 -272438.317735 +0.034 49 -272220.311252 +0.04 148 -272581.807626 +0.034 53 -272324.877105 +0.032 114 -272501.060648 +0.034 57 -272217.849606 +0.04 152 -272566.87295 +0.032 118 -272543.012134 +0.034 61 -272254.0662 +0.04 156 -272630.231574 +0.034 65 -272271.598653 +0.032 122 -272510.715542 +0.034 69 -272308.195762 +0.04 160 -272593.053031 +0.036 1 -272373.886119 +0.032 126 -272543.388591 +0.036 5 -272445.000539 +0.04 164 -272668.42061 +0.032 130 -272538.913256 +0.036 9 -271931.36619 +0.04 168 -272715.721887 +0.036 13 -272065.931948 +0.032 134 -272561.740915 +0.036 17 -272402.065222 +0.04 172 -272696.69349 +0.032 138 -272564.544217 +0.036 21 -272157.616035 +0.04 176 -272714.990693 +0.036 25 -272227.528649 +0.034 70 -272308.622678 +0.036 29 -272042.372627 +0.04 180 -272815.65882 +0.036 33 -272009.386497 +0.034 74 -272345.282606 +0.036 37 -272285.697774 +0.04 184 -272815.396427 +0.034 78 -272259.689771 +0.034 82 -272353.397674 +0.036 41 -272105.18413 +0.04 188 -272899.218321 +0.034 86 -272374.866737 +0.036 45 -272155.352293 +0.04 192 -272897.645125 +0.036 49 -272093.81048 +0.034 90 -272399.341356 +0.036 53 -272137.086535 +0.04 196 -272868.276991 +0.034 94 -272391.089584 +0.036 57 -272254.438535 +0.036 61 -272189.421175 +0.042 140 -272459.096397 +0.034 98 -272432.897107 +0.036 65 -272245.702227 +0.036 69 -272193.468847 +0.042 144 -272486.034684 +0.034 102 -272388.203005 +0.038 1 -272220.431361 +0.042 148 -272585.630111 +0.034 106 -272406.736576 +0.038 5 -272168.809939 +0.042 152 -272549.151251 +0.038 9 -272223.708131 +0.034 110 -272378.924186 +0.038 13 -272173.189621 +0.042 156 -272608.330495 +0.034 114 -272464.279463 +0.038 17 -271993.777672 +0.042 160 -272577.515444 +0.038 21 -272044.419963 +0.034 118 -272413.499256 +0.042 164 -272635.439209 +0.038 25 -272077.437611 +0.042 168 -272647.708501 +0.034 122 -272448.586993 +0.038 29 -271931.323602 +0.034 126 -272491.110762 +0.042 172 -272624.755788 +0.034 130 -272575.83591 +0.038 33 -272001.811291 +0.034 134 -272508.457804 +0.042 176 -272732.030753 +0.038 37 -272050.119596 +0.034 138 -272597.194002 +0.036 70 -272293.171694 +0.042 180 -272680.971732 +0.038 41 -272033.302825 +0.036 74 -272329.581049 +0.042 184 -272768.790187 +0.036 78 -272276.886792 +0.038 45 -272023.801235 +0.036 82 -272231.403092 +0.042 188 -272807.427667 +0.038 49 -272106.675537 +0.042 192 -272801.998698 +0.036 86 -272218.109324 +0.038 53 -272108.893176 +0.042 196 -272780.94786 +0.036 90 -272400.013322 +0.038 57 -272119.663449 +0.036 94 -272409.701735 +0.044 140 -272322.232092 +0.038 61 -272177.546426 +0.036 98 -272366.618566 +0.044 144 -272252.865747 +0.038 65 -272187.625885 +0.044 148 -272336.166704 +0.036 102 -272386.09041 +0.038 69 -272117.622625 +0.044 152 -272244.41993 +0.036 106 -272336.483873 +0.04 1 -272053.35441 +0.044 156 -272417.712332 +0.04 5 -271630.763205 +0.036 110 -272479.802426 +0.044 160 -272401.92025 +0.044 164 -272416.831185 +0.04 9 -272105.572829 +0.036 114 -272509.061359 +0.044 168 -272467.930044 +0.04 13 -272189.685796 +0.036 118 -272449.51897 +0.044 172 -272465.123679 +0.044 176 -272521.972195 +0.04 17 -271719.575741 +0.036 122 -272475.28564 +0.044 180 -272464.272674 +0.044 184 -272468.246267 +0.04 21 -271882.9301 +0.036 126 -272454.641057 +0.044 188 -272465.025432 +0.044 192 -272601.930548 +0.04 25 -271901.59454 +0.036 130 -272506.193831 +0.044 196 -272614.368847 +0.04 29 -271793.591696 +0.046 140 -272091.088541 +0.036 134 -272524.917044 +0.04 33 -271842.829778 +0.046 144 -272125.116581 +0.04 37 -272171.235359 +0.036 138 -272507.255733 +0.04 41 -271994.316305 +0.046 148 -272152.230027 +0.038 70 -272258.485044 +0.04 45 -272048.150525 +0.04 49 -272156.118631 +0.046 152 -272194.657277 +0.038 74 -272187.477922 +0.04 53 -271856.80841 +0.038 78 -272305.70828 +0.046 156 -272114.887526 +0.04 57 -271987.851929 +0.04 61 -271903.586195 +0.038 82 -272247.255507 +0.046 160 -272174.14068 +0.04 65 -271804.117996 +0.038 86 -272222.338835 +0.046 164 -272259.928282 +0.04 69 -272030.842165 +0.042 1 -271785.147419 +0.046 168 -272291.158318 +0.038 90 -272239.29747 +0.042 5 -271911.691843 +0.046 172 -272246.084986 +0.042 9 -271529.054353 +0.038 94 -272279.104709 +0.042 13 -271678.229642 +0.038 98 -272285.79886 +0.046 176 -272258.622628 +0.038 102 -272356.839429 +0.046 180 -272280.212506 +0.042 17 -271705.373711 +0.038 106 -272389.518884 +0.046 184 -272361.144744 +0.042 21 -271721.270081 +0.038 110 -272418.832473 +0.046 188 -272257.158198 +0.038 114 -272425.437189 +0.042 25 -271780.038236 +0.038 118 -272505.274886 +0.046 192 -272453.771598 +0.038 122 -272514.141517 +0.042 29 -271891.814808 +0.046 196 -272503.758092 +0.038 126 -272526.498176 +0.038 130 -272519.296246 +0.042 33 -271656.317515 +0.048 140 -272709.046518 +0.038 134 -272493.480676 +0.042 37 -272032.85059 +0.038 138 -272524.395639 +0.048 144 -272702.956008 +0.04 70 -271876.997767 +0.042 41 -271911.603588 +0.04 74 -272135.403962 +0.048 148 -272741.411944 +0.04 78 -272180.298847 +0.042 45 -271755.797268 +0.048 152 -272785.185208 +0.04 82 -272153.234443 +0.042 49 -271967.782338 +0.04 86 -272237.601889 +0.048 156 -272819.459858 +0.04 90 -272268.323837 +0.042 53 -271903.16613 +0.04 94 -272163.569332 +0.048 160 -272800.253339 +0.04 98 -272253.314828 +0.042 57 -271891.92894 +0.04 102 -272304.830899 +0.048 164 -272862.997292 +0.04 106 -272341.803436 +0.042 61 -271972.826752 +0.048 168 -272898.801327 +0.04 110 -272411.235029 +0.042 65 -272062.364177 +0.04 114 -272452.651198 +0.048 172 -272949.064987 +0.04 118 -272380.725979 +0.042 69 -272106.041384 +0.04 122 -272440.148508 +0.048 176 -272999.238646 +0.044 1 -271777.068328 +0.04 126 -272426.701849 +0.048 180 -273051.456995 +0.04 130 -272416.739461 +0.044 5 -271920.950161 +0.048 184 -273082.478324 +0.04 134 -272564.503939 +0.044 9 -271882.795059 +0.048 188 -273113.288168 +0.04 138 -272610.561684 +0.048 192 -273099.465976 +0.044 13 -271542.058118 +0.048 196 -273144.445272 +0.042 70 -271887.333979 +0.044 17 -271577.558088 +0.044 21 -271672.692694 +0.05 140 -273025.657718 +0.042 74 -272161.569902 +0.044 25 -271745.102883 +0.042 78 -272000.445204 +0.05 144 -273130.316767 +0.044 29 -271436.189741 +0.044 33 -271431.958618 +0.05 148 -273179.206319 +0.042 82 -271996.012681 +0.044 37 -271891.528954 +0.05 152 -273192.309149 +0.042 86 -272060.733089 +0.044 41 -271628.660381 +0.05 156 -273254.179851 +0.042 90 -271993.250676 +0.042 94 -272130.392919 +0.044 45 -271748.943672 +0.05 160 -273257.605738 +0.042 98 -271984.434349 +0.042 102 -272056.943804 +0.044 49 -271526.811615 +0.05 164 -273318.875189 +0.042 106 -272155.727491 +0.042 110 -272283.423805 +0.05 168 -273309.632637 +0.044 53 -271876.929055 +0.042 114 -272200.777658 +0.042 118 -272415.289411 +0.05 172 -273331.873048 +0.044 57 -271795.778714 +0.042 122 -272294.271044 +0.044 61 -271837.801156 +0.05 176 -273348.014301 +0.05 180 -273389.208479 +0.042 126 -272307.32705 +0.044 65 -271872.301412 +0.05 184 -273428.176273 +0.044 69 -271926.32258 +0.042 130 -272352.327436 +0.042 134 -272357.849066 +0.046 1 -271664.049888 +0.05 188 -273454.814936 +0.042 138 -272526.892107 +0.05 192 -273483.783042 +0.046 5 -271686.265144 +0.05 196 -273527.149243 +0.044 70 -271973.280219 +0.046 9 -271824.164404 +0.044 74 -271989.643418 +0.052 140 -273061.112188 +0.044 78 -271914.9779 +0.046 13 -271787.052163 +0.044 82 -271977.853497 +0.052 144 -273103.598379 +0.046 17 -271457.200958 +0.044 86 -272006.581473 +0.052 148 -273124.685214 +0.046 21 -271650.009367 +0.044 90 -272058.71915 +0.052 152 -273208.8218 +0.044 94 -272014.270845 +0.046 25 -271677.890069 +0.046 29 -271717.597756 +0.052 156 -273228.743824 +0.044 98 -272082.745515 +0.046 33 -271801.719253 +0.052 160 -273280.244681 +0.044 102 -272162.968054 +0.046 37 -271443.067172 +0.052 164 -273288.166978 +0.044 106 -272126.685191 +0.046 41 -271550.688535 +0.052 168 -273347.523029 +0.044 110 -272162.749408 +0.046 45 -271607.81633 +0.052 172 -273362.798847 +0.044 114 -272071.984406 +0.046 49 -271702.965392 +0.052 176 -273400.360161 +0.044 118 -272180.106003 +0.046 53 -271445.131115 +0.052 180 -273440.575789 +0.046 57 -271449.67308 +0.044 122 -272354.188404 +0.046 61 -271540.812401 +0.052 184 -273440.340357 +0.044 126 -272270.836931 +0.046 65 -271623.72125 +0.052 188 -273488.529578 +0.044 130 -272337.943873 +0.046 69 -271385.654862 +0.044 134 -272202.027114 +0.052 192 -273507.297004 +0.044 138 -272319.690334 +0.048 1 -271551.867972 +0.046 70 -271393.738696 +0.052 196 -273542.621473 +0.048 5 -271683.193327 +0.046 74 -271501.563557 +0.054 140 -273125.316969 +0.046 78 -271556.542947 +0.048 9 -271833.733656 +0.054 144 -273135.290971 +0.046 82 -271598.390726 +0.048 13 -271755.148409 +0.054 148 -273115.977381 +0.046 86 -271493.490973 +0.054 152 -273130.386639 +0.048 17 -271846.97418 +0.046 90 -271554.233288 +0.048 21 -271873.465989 +0.054 156 -273218.195562 +0.054 160 -273278.485237 +0.046 94 -271614.222378 +0.048 25 -271981.423007 +0.046 98 -271875.226952 +0.054 164 -273316.466395 +0.048 29 -272026.726558 +0.046 102 -271818.217462 +0.048 33 -272044.439909 +0.054 168 -273371.013448 +0.048 37 -272126.213938 +0.046 106 -271923.540064 +0.054 172 -273373.506094 +0.046 110 -271962.015148 +0.048 41 -272175.641847 +0.046 114 -272011.913076 +0.054 176 -273410.179853 +0.048 45 -272204.812103 +0.046 118 -271989.20699 +0.054 180 -273463.319902 +0.048 49 -272269.791498 +0.046 122 -271943.763033 +0.054 184 -273442.100886 +0.046 126 -272033.543406 +0.048 53 -272357.301606 +0.046 130 -272074.929076 +0.054 188 -273482.658513 +0.048 57 -272416.433548 +0.046 134 -272131.309483 +0.054 192 -273522.662974 +0.048 61 -272364.023535 +0.046 138 -272087.128293 +0.054 196 -273557.146521 +0.048 65 -272394.140775 +0.048 70 -272277.916789 +0.056 140 -273149.766552 +0.048 69 -272233.000249 +0.048 74 -272197.788141 +0.05 1 -271483.573003 +0.056 144 -273182.010558 +0.05 5 -271655.185394 +0.048 78 -272199.8512 +0.056 148 -273200.595481 +0.05 9 -271651.908373 +0.048 82 -272271.449809 +0.056 152 -273208.40975 +0.05 13 -271768.558151 +0.048 86 -272374.330884 +0.056 156 -273237.339071 +0.05 17 -271806.123783 +0.048 90 -272319.638083 +0.056 160 -273224.472399 +0.05 21 -271851.070904 +0.048 94 -272402.737713 +0.056 164 -273303.442377 +0.05 25 -271931.412057 +0.048 98 -272496.769611 +0.056 168 -273314.306511 +0.05 29 -271995.983616 +0.048 102 -272488.430492 +0.056 172 -273389.045597 +0.05 33 -272041.737124 +0.048 106 -272471.356583 +0.056 176 -273443.823225 +0.05 37 -272073.700997 +0.056 180 -273489.015528 +0.048 110 -272533.550151 +0.05 41 -272159.132889 +0.056 184 -273525.632762 +0.048 114 -272653.121634 +0.05 45 -272122.902861 +0.056 188 -273548.162197 +0.05 49 -272249.626791 +0.048 118 -272722.409664 +0.056 192 -273552.93431 +0.05 53 -272263.788039 +0.048 122 -272669.303508 +0.05 57 -272408.387125 +0.056 196 -273588.447087 +0.05 61 -272421.94756 +0.048 126 -272648.185594 +0.05 65 -272484.365184 +0.058 140 -273125.447695 +0.048 130 -272718.479838 +0.058 144 -273166.444742 +0.05 69 -272434.116064 +0.048 134 -272620.202032 +0.058 148 -273171.349372 +0.052 1 -271413.647435 +0.058 152 -273268.952845 +0.048 138 -272653.935949 +0.052 5 -271462.802402 +0.058 156 -273297.486342 +0.058 160 -273361.487545 +0.05 70 -272432.207526 +0.052 9 -271615.790217 +0.058 164 -273319.652548 +0.058 168 -273323.286171 +0.05 74 -272544.791269 +0.052 13 -271696.186443 +0.058 172 -273382.550244 +0.058 176 -273405.023885 +0.052 17 -271823.001585 +0.05 78 -272643.128656 +0.058 180 -273479.001533 +0.052 21 -271810.641643 +0.05 82 -272603.078733 +0.058 184 -273519.881363 +0.052 25 -271859.702774 +0.058 188 -273540.669514 +0.05 86 -272588.431447 +0.05 90 -272599.167561 +0.052 29 -272031.205794 +0.058 192 -273589.515116 +0.05 94 -272696.583354 +0.05 98 -272715.891462 +0.052 33 -272087.899198 +0.058 196 -273612.025291 +0.05 102 -272685.6698 +0.052 37 -272060.177947 +0.05 106 -272776.501813 +0.06 140 -273200.670257 +0.05 110 -272804.935088 +0.052 41 -272066.386728 +0.06 144 -273239.954568 +0.05 114 -272862.080298 +0.052 45 -272127.731681 +0.06 148 -273273.99977 +0.052 49 -272167.739115 +0.05 118 -272871.626028 +0.06 152 -273312.824391 +0.052 53 -272290.190599 +0.05 122 -272924.398924 +0.052 57 -272306.33306 +0.06 156 -273315.977765 +0.05 126 -272949.995296 +0.052 61 -272361.330919 +0.06 160 -273334.031781 +0.05 130 -273003.961651 +0.052 65 -272405.991179 +0.06 164 -273422.341407 +0.052 69 -272567.037025 +0.05 134 -273013.906897 +0.06 168 -273423.073351 +0.06 172 -273423.214504 +0.054 1 -271356.06429 +0.05 138 -273060.937504 +0.06 176 -273479.50143 +0.054 5 -271540.960332 +0.052 70 -272517.274773 +0.06 180 -273506.280795 +0.054 9 -271547.92237 +0.052 74 -272432.200554 +0.054 13 -271680.706278 +0.06 184 -273488.590355 +0.052 78 -272550.106909 +0.054 17 -271802.508146 +0.052 82 -272621.139021 +0.06 188 -273551.304591 +0.054 21 -271756.497224 +0.052 86 -272707.85944 +0.06 192 -273595.00213 +0.052 90 -272669.069955 +0.054 25 -271884.422651 +0.06 196 -273616.207988 +0.052 94 -272661.84756 +0.054 29 -271917.939723 +0.052 98 -272730.622669 +0.062 140 -273264.568309 +0.052 102 -272757.936815 +0.054 33 -272005.697485 +0.052 106 -272755.456528 +0.062 144 -273311.361517 +0.054 37 -272085.350785 +0.052 110 -272801.38016 +0.062 148 -273314.492729 +0.052 114 -272800.641002 +0.054 41 -272096.620197 +0.052 118 -272909.863185 +0.062 152 -273367.662558 +0.052 122 -272952.749721 +0.054 45 -272189.589669 +0.052 126 -272977.306219 +0.062 156 -273366.488805 +0.054 49 -272202.610696 +0.052 130 -273013.378032 +0.062 160 -273429.254421 +0.054 53 -272219.184425 +0.052 134 -273011.37616 +0.062 164 -273475.130083 +0.054 57 -272321.616134 +0.052 138 -273054.505046 +0.062 168 -273537.299375 +0.054 61 -272356.448968 +0.054 70 -272495.251106 +0.054 74 -272553.445702 +0.062 172 -273535.671416 +0.054 65 -272367.457425 +0.054 78 -272616.35019 +0.054 69 -272481.767661 +0.062 176 -273585.381289 +0.054 82 -272555.413982 +0.056 1 -271309.965211 +0.056 5 -271482.96714 +0.062 180 -273551.288962 +0.054 86 -272632.506328 +0.056 9 -271501.91888 +0.062 184 -273554.129087 +0.054 90 -272703.346044 +0.056 13 -271640.694654 +0.054 94 -272758.037292 +0.062 188 -273529.82515 +0.056 17 -271749.08581 +0.054 98 -272802.581779 +0.056 21 -271841.426137 +0.062 192 -273590.840015 +0.054 102 -272821.268293 +0.056 25 -271735.115305 +0.062 196 -273602.84932 +0.054 106 -272796.498566 +0.056 29 -271842.69101 +0.054 110 -272816.267474 +0.064 140 -273282.70332 +0.054 114 -272882.953656 +0.056 33 -271937.389789 +0.056 37 -272049.981438 +0.064 144 -273330.30159 +0.054 118 -272939.931224 +0.056 41 -272076.614014 +0.064 148 -273337.683616 +0.054 122 -272939.31448 +0.054 126 -272944.3183 +0.056 45 -272135.974466 +0.064 152 -273389.566625 +0.054 130 -273027.531169 +0.056 49 -272198.004394 +0.064 156 -273446.752347 +0.064 160 -273441.643889 +0.054 134 -273041.54053 +0.056 53 -272271.681245 +0.064 164 -273491.671506 +0.054 138 -273106.018746 +0.056 57 -272239.679191 +0.064 168 -273543.167805 +0.056 61 -272327.868376 +0.056 70 -272437.887919 +0.064 172 -273540.938163 +0.056 65 -272378.175709 +0.056 74 -272548.266074 +0.064 176 -273576.010212 +0.056 69 -272476.4155 +0.056 78 -272644.096551 +0.058 1 -271274.582476 +0.064 180 -273618.012438 +0.058 5 -271351.412969 +0.056 82 -272609.839115 +0.064 184 -273656.543892 +0.058 9 -271467.813867 +0.056 86 -272699.893138 +0.064 188 -273723.796351 +0.058 13 -271526.44811 +0.058 17 -271760.401859 +0.056 90 -272699.203961 +0.064 192 -273731.889846 +0.058 21 -271847.638822 +0.064 196 -273702.565884 +0.056 94 -272689.261701 +0.066 140 -273339.348932 +0.058 25 -271789.832003 +0.056 98 -272792.379905 +0.066 144 -273294.281528 +0.058 29 -271947.570351 +0.056 102 -272802.078487 +0.058 33 -271913.193965 +0.066 148 -273379.351394 +0.056 106 -272874.813874 +0.066 152 -273450.047048 +0.058 37 -272025.954734 +0.056 110 -272882.55977 +0.066 156 -273496.813515 +0.056 114 -272911.260305 +0.058 41 -272069.383826 +0.066 160 -273514.04611 +0.056 118 -272931.566081 +0.058 45 -272128.414165 +0.066 164 -273538.460041 +0.056 122 -272936.616298 +0.058 49 -272219.739849 +0.066 168 -273505.07658 +0.066 172 -273562.108292 +0.058 53 -272248.389652 +0.056 126 -272944.068277 +0.058 57 -272269.895199 +0.056 130 -272997.026885 +0.066 176 -273614.020407 +0.058 61 -272327.338666 +0.056 134 -273052.2667 +0.058 65 -272333.146128 +0.066 180 -273722.194143 +0.056 138 -273115.5483 +0.058 69 -272367.133928 +0.066 184 -273767.267602 +0.058 70 -272382.884098 +0.06 1 -271249.226705 +0.058 74 -272475.624056 +0.066 188 -273809.806694 +0.058 78 -272534.142714 +0.06 5 -271314.148171 +0.066 192 -273761.910256 +0.058 82 -272642.669935 +0.06 9 -271570.477068 +0.058 86 -272695.359976 +0.066 196 -273799.822855 +0.06 13 -271616.218331 +0.058 90 -272686.747818 +0.068 140 -273233.136859 +0.06 17 -271626.330096 +0.058 94 -272770.131179 +0.068 144 -273290.472507 +0.058 98 -272827.894015 +0.06 21 -271812.243925 +0.068 148 -273370.75974 +0.06 25 -271844.106386 +0.058 102 -272812.16556 +0.068 152 -273373.553661 +0.058 106 -272842.815396 +0.06 29 -271817.630023 +0.058 110 -272946.510927 +0.068 156 -273452.856963 +0.06 33 -272027.264271 +0.058 114 -272936.877897 +0.058 118 -272991.581126 +0.068 160 -273479.213022 +0.06 37 -272027.867653 +0.058 122 -272990.110277 +0.058 126 -273042.500174 +0.068 164 -273508.093577 +0.06 41 -272025.500799 +0.058 130 -273073.554309 +0.068 168 -273550.738677 +0.06 45 -272242.917485 +0.058 134 -273119.821869 +0.058 138 -273117.817194 +0.068 172 -273647.081913 +0.06 49 -272245.115316 +0.06 70 -272439.714202 +0.068 176 -273627.749245 +0.06 53 -272263.774345 +0.06 74 -272417.400941 +0.068 180 -273696.712274 +0.06 78 -272521.069281 +0.06 57 -272372.363926 +0.068 184 -273734.306962 +0.06 82 -272566.87539 +0.06 61 -272337.323348 +0.068 188 -273725.501947 +0.06 86 -272618.873939 +0.06 65 -272363.306863 +0.068 192 -273803.573881 +0.06 90 -272753.435671 +0.06 69 -272503.278938 +0.068 196 -273837.357031 +0.062 1 -271233.276583 +0.06 94 -272792.423353 +0.07 140 -273270.13915 +0.06 98 -272793.976242 +0.062 5 -271435.57242 +0.06 102 -272884.507277 +0.062 9 -271481.23762 +0.07 144 -273330.929699 +0.062 13 -271589.453989 +0.06 106 -272906.060167 +0.07 148 -273320.663057 +0.062 17 -271614.327083 +0.06 110 -272907.436717 +0.062 21 -271857.70653 +0.07 152 -273349.783251 +0.062 25 -271847.935893 +0.06 114 -272985.950274 +0.07 156 -273363.708054 +0.062 29 -271941.673655 +0.06 118 -272983.154189 +0.07 160 -273433.801669 +0.062 33 -271905.306534 +0.07 164 -273525.189526 +0.06 122 -273033.533697 +0.07 168 -273518.516281 +0.062 37 -272018.514528 +0.06 126 -273161.516004 +0.07 172 -273599.647566 +0.062 41 -272053.427704 +0.06 130 -273147.645945 +0.07 176 -273576.392533 +0.062 45 -272201.387226 +0.06 134 -273132.111052 +0.07 180 -273674.733588 +0.062 49 -272223.044938 +0.07 184 -273665.661933 +0.06 138 -273205.863479 +0.07 188 -273708.782797 +0.062 53 -272298.496527 +0.062 70 -272466.188425 +0.07 192 -273711.075094 +0.062 57 -272357.345346 +0.07 196 -273786.998372 +0.062 74 -272559.840252 +0.072 140 -273381.462669 +0.062 61 -272423.228517 +0.062 78 -272493.085025 +0.072 144 -273401.089765 +0.062 65 -272389.073572 +0.062 82 -272564.719854 +0.072 148 -273397.160047 +0.062 69 -272490.386199 +0.072 152 -273458.990067 +0.062 86 -272572.494789 +0.064 1 -271226.170212 +0.072 156 -273517.18549 +0.062 90 -272740.629861 +0.064 5 -271425.692683 +0.072 160 -273552.141525 +0.064 9 -271580.396586 +0.062 94 -272740.535505 +0.072 164 -273555.081851 +0.072 168 -273529.672599 +0.064 13 -271592.225699 +0.062 98 -272795.882917 +0.072 172 -273639.789751 +0.072 176 -273605.327056 +0.064 17 -271724.984661 +0.062 102 -272823.184107 +0.072 180 -273651.034788 +0.064 21 -271835.305827 +0.072 184 -273652.789395 +0.062 106 -272922.115998 +0.062 110 -272933.154978 +0.064 25 -271846.892358 +0.072 188 -273688.052831 +0.062 114 -273015.918383 +0.064 29 -271930.705913 +0.072 192 -273743.537202 +0.062 118 -273057.513934 +0.064 33 -272029.34512 +0.062 122 -273101.038252 +0.072 196 -273746.77147 +0.062 126 -273097.125106 +0.064 37 -272026.687881 +0.062 130 -273168.773938 +0.074 140 -273398.853227 +0.062 134 -273187.88575 +0.064 41 -272116.185113 +0.062 138 -273271.320645 +0.074 144 -273385.261844 +0.064 70 -272517.227378 +0.064 45 -272236.252108 +0.074 148 -273489.154996 +0.064 74 -272581.073216 +0.064 49 -272222.931282 +0.064 78 -272650.195386 +0.074 152 -273478.322693 +0.064 53 -272276.544634 +0.064 57 -272386.45039 +0.064 82 -272628.069663 +0.074 156 -273521.763242 +0.064 61 -272452.75914 +0.064 86 -272691.424387 +0.064 65 -272514.993288 +0.074 160 -273600.073291 +0.064 69 -272577.797233 +0.064 90 -272722.151497 +0.074 164 -273589.47911 +0.066 1 -271227.397801 +0.064 94 -272755.497608 +0.066 5 -271429.322754 +0.074 168 -273625.84612 +0.064 98 -272825.349575 +0.066 9 -271434.280679 +0.074 172 -273636.312121 +0.074 176 -273702.048177 +0.064 102 -272878.638511 +0.066 13 -271605.049827 +0.074 180 -273761.68996 +0.064 106 -272866.76218 +0.074 184 -273734.679822 +0.066 17 -271731.880149 +0.074 188 -273817.113428 +0.064 110 -272925.975573 +0.066 21 -271751.135539 +0.074 192 -273804.229179 +0.074 196 -273775.242388 +0.064 114 -273012.207723 +0.066 25 -271885.162744 +0.076 140 -273376.603765 +0.076 144 -273445.600163 +0.064 118 -273049.979805 +0.066 29 -271957.371261 +0.064 122 -273129.265963 +0.076 148 -273459.316051 +0.064 126 -273183.601315 +0.066 33 -271975.67748 +0.064 130 -273207.728818 +0.076 152 -273497.646063 +0.066 37 -272029.882018 +0.064 134 -273257.920514 +0.064 138 -273315.416225 +0.076 156 -273525.182654 +0.066 41 -272117.859061 +0.066 70 -272542.93705 +0.076 160 -273590.962301 +0.066 74 -272617.329599 +0.066 45 -272152.698074 +0.066 78 -272712.182422 +0.076 164 -273601.364044 +0.066 82 -272770.430473 +0.066 49 -272250.383456 +0.066 86 -272701.884687 +0.076 168 -273653.894037 +0.066 53 -272329.180798 +0.066 90 -272737.269603 +0.066 94 -272833.080599 +0.076 172 -273623.234977 +0.066 57 -272306.978596 +0.066 98 -272854.952461 +0.066 102 -272922.230049 +0.076 176 -273663.642376 +0.066 61 -272405.023196 +0.066 106 -272961.932388 +0.066 110 -272883.21109 +0.076 180 -273732.033885 +0.066 65 -272495.275988 +0.066 114 -272963.428999 +0.066 118 -273012.981799 +0.076 184 -273786.108147 +0.066 69 -272530.786755 +0.066 122 -273087.660425 +0.076 188 -273765.272301 +0.068 1 -271236.495443 +0.066 126 -273122.456591 +0.068 5 -271345.777095 +0.076 192 -273830.476328 +0.066 130 -273120.378887 +0.068 9 -271458.969075 +0.076 196 -273803.326066 +0.066 134 -273161.205862 +0.068 13 -271603.992755 +0.078 140 -273403.759338 +0.066 138 -273234.952588 +0.068 17 -271661.491333 +0.078 144 -273460.817429 +0.068 70 -272530.415662 +0.068 21 -271752.859131 +0.068 25 -271905.203554 +0.078 148 -273450.672142 +0.068 74 -272635.423022 +0.068 29 -271917.009625 +0.078 152 -273523.009081 +0.068 33 -271980.459947 +0.068 78 -272681.175582 +0.068 82 -272714.650376 +0.078 156 -273570.462804 +0.068 37 -272101.154306 +0.068 86 -272770.087196 +0.068 41 -272105.06939 +0.078 160 -273533.361539 +0.068 90 -272896.191583 +0.068 45 -272152.666425 +0.078 164 -273545.404067 +0.068 49 -272282.168447 +0.068 94 -272859.434213 +0.078 168 -273595.929964 +0.068 53 -272360.778251 +0.068 98 -272925.794635 +0.078 172 -273576.226626 +0.068 57 -272372.475612 +0.078 176 -273641.814903 +0.068 102 -272983.91626 +0.078 180 -273633.492678 +0.068 61 -272393.402991 +0.078 184 -273671.023819 +0.068 106 -273059.356669 +0.078 188 -273705.714519 +0.068 65 -272491.981708 +0.078 192 -273815.435017 +0.068 110 -273061.693468 +0.078 196 -273863.036317 +0.068 69 -272512.340101 +0.068 114 -273021.57692 +0.08 140 -273659.909033 +0.07 1 -271222.802227 +0.08 144 -273729.633629 +0.068 118 -273028.815974 +0.08 148 -273711.091936 +0.07 5 -271349.413301 +0.07 9 -271561.360681 +0.068 122 -273020.320151 +0.08 152 -273764.420462 +0.07 13 -271630.438978 +0.068 126 -273081.763916 +0.07 17 -271783.365349 +0.08 156 -273800.090872 +0.068 130 -273153.094582 +0.07 21 -271795.908545 +0.08 160 -273861.564511 +0.068 134 -273139.09223 +0.07 25 -271916.645765 +0.068 138 -273208.147495 +0.08 164 -273829.613331 +0.07 29 -271928.133451 +0.07 70 -272532.881493 +0.07 33 -272026.772678 +0.08 168 -273867.96116 +0.07 37 -272037.712539 +0.07 74 -272532.057184 +0.08 172 -273896.296947 +0.07 41 -272186.629545 +0.07 78 -272620.539086 +0.08 176 -273919.302919 +0.07 45 -272295.144152 +0.07 82 -272765.789839 +0.08 180 -273894.806326 +0.07 49 -272304.821399 +0.08 184 -273944.984953 +0.07 86 -272811.660033 +0.08 188 -274011.050165 +0.07 53 -272360.438009 +0.07 90 -272864.099523 +0.08 192 -274004.214539 +0.07 57 -272372.380162 +0.08 196 -274030.531812 +0.07 94 -272919.165355 +0.082 140 -273995.965668 +0.07 61 -272481.740067 +0.07 98 -272930.878554 +0.082 144 -273969.712776 +0.07 102 -272950.172458 +0.07 65 -272457.994643 +0.07 69 -272511.978424 +0.082 148 -274019.511484 +0.07 106 -273007.602601 +0.072 1 -271246.405929 +0.072 5 -271474.868246 +0.082 152 -274085.636978 +0.07 110 -273021.73128 +0.072 9 -271534.837394 +0.082 156 -274148.329268 +0.07 114 -273179.370018 +0.072 13 -271670.452895 +0.072 17 -271705.179921 +0.082 160 -274202.79095 +0.07 118 -273180.569606 +0.072 21 -271929.046616 +0.072 25 -271949.020583 +0.082 164 -274223.30066 +0.07 122 -273215.764984 +0.072 29 -271988.351487 +0.082 168 -274230.607741 +0.072 33 -272047.927991 +0.07 126 -273223.36979 +0.072 37 -272140.668529 +0.082 172 -274292.077807 +0.07 130 -273243.967509 +0.072 41 -272254.064625 +0.082 176 -274327.201162 +0.07 134 -273261.320533 +0.072 45 -272248.489662 +0.082 180 -274354.608976 +0.07 138 -273252.539588 +0.072 49 -272267.690721 +0.072 53 -272424.928108 +0.082 184 -274383.888937 +0.072 70 -272654.421313 +0.072 57 -272442.909863 +0.082 188 -274422.155015 +0.072 74 -272658.049095 +0.072 78 -272667.665774 +0.072 61 -272509.929109 +0.082 192 -274360.881621 +0.072 82 -272721.49235 +0.072 65 -272513.508287 +0.072 86 -272776.235668 +0.082 196 -274426.350228 +0.072 90 -272842.685969 +0.072 69 -272563.947708 +0.072 94 -272846.211759 +0.084 140 -274266.462545 +0.084 144 -274333.842246 +0.074 1 -271276.71368 +0.072 98 -272895.638736 +0.084 148 -274379.360034 +0.084 152 -274421.949388 +0.074 5 -271506.121805 +0.072 102 -273023.977726 +0.084 156 -274463.935821 +0.074 9 -271553.268486 +0.084 160 -274528.232645 +0.072 106 -272990.12247 +0.084 164 -274577.992704 +0.074 13 -271721.313258 +0.084 168 -274631.192754 +0.072 110 -273127.733505 +0.084 172 -274598.137534 +0.074 17 -271806.882182 +0.072 114 -273114.321832 +0.084 176 -274659.440465 +0.074 21 -271881.584128 +0.084 180 -274694.75133 +0.072 118 -273198.873133 +0.072 122 -273267.863666 +0.074 25 -271947.949503 +0.084 184 -274759.079815 +0.072 126 -273255.560426 +0.074 29 -272108.511728 +0.072 130 -273297.721423 +0.084 188 -274790.274363 +0.072 134 -273332.895001 +0.074 33 -272101.704245 +0.084 192 -274816.27452 +0.072 138 -273321.191996 +0.084 196 -274836.999112 +0.074 37 -272193.145921 +0.086 140 -274523.783416 +0.074 70 -272656.05417 +0.086 144 -274554.781666 +0.074 41 -272179.596143 +0.086 148 -274589.462397 +0.074 74 -272704.920974 +0.074 45 -272350.756512 +0.086 152 -274657.523126 +0.074 78 -272764.220335 +0.086 156 -274706.302613 +0.074 49 -272374.048045 +0.086 160 -274745.395214 +0.074 82 -272763.552304 +0.086 164 -274793.005613 +0.074 53 -272377.193357 +0.086 168 -274851.690617 +0.074 86 -272766.362444 +0.086 172 -274902.748199 +0.074 57 -272490.115323 +0.074 90 -272893.770139 +0.086 176 -274952.39041 +0.074 61 -272573.400223 +0.086 180 -274994.843355 +0.074 94 -272920.795041 +0.086 184 -275027.07606 +0.074 65 -272661.871995 +0.086 188 -275088.8701 +0.074 98 -272871.473994 +0.086 192 -275120.300556 +0.074 69 -272652.347387 +0.086 196 -275187.538088 +0.074 102 -273004.757747 +0.076 1 -271343.374553 +0.088 140 -274593.041661 +0.074 106 -273012.412638 +0.088 144 -274640.24876 +0.076 5 -271558.717378 +0.088 148 -274709.548307 +0.074 110 -273067.501956 +0.088 152 -274741.576031 +0.076 9 -271622.725908 +0.088 156 -274775.049788 +0.074 114 -273060.780613 +0.076 13 -271759.453995 +0.088 160 -274823.693063 +0.074 118 -273183.763109 +0.088 164 -274862.279389 +0.076 17 -271745.593684 +0.088 168 -274934.129015 +0.074 122 -273252.825022 +0.076 21 -271913.859619 +0.088 172 -274971.784412 +0.074 126 -273257.418401 +0.088 176 -275015.372564 +0.076 25 -271913.940026 +0.074 130 -273304.543609 +0.088 180 -275074.442753 +0.076 29 -272128.580508 +0.074 134 -273385.974819 +0.088 184 -275123.686089 +0.076 33 -272145.779429 +0.088 188 -275160.475026 +0.074 138 -273370.515643 +0.076 70 -272693.617875 +0.076 37 -272230.99383 +0.088 192 -275205.366714 +0.076 74 -272695.483673 +0.088 196 -275252.48856 +0.076 41 -272236.646433 +0.09 140 -274678.922456 +0.076 78 -272843.576505 +0.076 45 -272313.476222 +0.09 144 -274740.849222 +0.076 49 -272299.489913 +0.076 82 -272827.177189 +0.09 148 -274785.611732 +0.076 53 -272497.538236 +0.076 86 -272888.749755 +0.09 152 -274827.001418 +0.076 57 -272536.579797 +0.076 90 -272890.737336 +0.076 94 -272922.161189 +0.09 156 -274877.011636 +0.076 61 -272628.009608 +0.09 160 -274921.167964 +0.076 98 -272926.709723 +0.076 65 -272617.456417 +0.09 164 -274962.857249 +0.076 102 -273007.300008 +0.076 69 -272696.795523 +0.078 1 -271385.798332 +0.09 168 -274994.461416 +0.076 106 -273069.116716 +0.078 5 -271578.167508 +0.09 172 -275038.800629 +0.078 9 -271747.389569 +0.076 110 -273139.394347 +0.078 13 -271787.327109 +0.09 176 -275084.821168 +0.076 114 -273145.929648 +0.078 17 -271905.416491 +0.09 180 -275143.578282 +0.078 21 -272064.550042 +0.076 118 -273184.851593 +0.078 25 -272068.754717 +0.09 184 -275183.766424 +0.076 122 -273156.805245 +0.09 188 -275239.735543 +0.078 29 -272170.169992 +0.09 192 -275301.186669 +0.076 126 -273217.952443 +0.078 33 -272208.74187 +0.09 196 -275332.554973 +0.076 130 -273300.715363 +0.078 37 -272287.793543 +0.092 140 -274761.211239 +0.076 134 -273364.808081 +0.092 144 -274827.11399 +0.078 41 -272359.870632 +0.092 148 -274867.024572 +0.076 138 -273362.820012 +0.092 152 -274931.745274 +0.078 45 -272366.104188 +0.092 156 -274972.96797 +0.078 70 -272755.050626 +0.078 49 -272449.75102 +0.092 160 -275013.613849 +0.078 53 -272444.284427 +0.078 74 -272748.661197 +0.092 164 -275055.236004 +0.078 57 -272534.041942 +0.078 78 -272809.436957 +0.092 168 -275100.884442 +0.078 61 -272638.217005 +0.078 82 -272874.34041 +0.092 172 -275143.074645 +0.078 65 -272633.726529 +0.078 69 -272738.414205 +0.078 86 -272852.774371 +0.092 176 -275187.482335 +0.08 1 -271434.028349 +0.08 5 -271627.442121 +0.078 90 -272930.439032 +0.092 180 -275224.247542 +0.08 9 -271811.895541 +0.092 184 -275271.367382 +0.078 94 -273016.244947 +0.08 13 -271931.912441 +0.092 188 -275311.047124 +0.078 98 -273061.933908 +0.08 17 -271989.932765 +0.092 192 -275374.823526 +0.08 21 -272115.758839 +0.078 102 -273118.181062 +0.092 196 -275415.698593 +0.08 25 -272236.869866 +0.078 106 -273118.933722 +0.094 140 -274859.180118 +0.08 29 -272302.665674 +0.078 110 -273170.365882 +0.08 33 -272330.581729 +0.094 144 -274917.132765 +0.078 114 -273218.460307 +0.094 148 -274957.893534 +0.08 37 -272443.833186 +0.094 152 -274998.449004 +0.078 118 -273204.565146 +0.08 41 -272519.216886 +0.094 156 -275052.777095 +0.094 160 -275113.19068 +0.078 122 -273259.68819 +0.08 45 -272519.770542 +0.094 164 -275166.535944 +0.078 126 -273309.28852 +0.08 49 -272585.142204 +0.094 168 -275210.292819 +0.078 130 -273303.195187 +0.08 53 -272669.205607 +0.094 172 -275237.683307 +0.078 134 -273362.782392 +0.08 57 -272723.442785 +0.094 176 -275291.005193 +0.08 61 -272745.00549 +0.078 138 -273389.211344 +0.094 180 -275337.043765 +0.08 65 -272837.186377 +0.08 70 -272965.407409 +0.094 184 -275377.441211 +0.08 69 -272931.984868 +0.08 74 -272968.355462 +0.094 188 -275409.088698 +0.082 1 -271487.807042 +0.08 78 -273015.492672 +0.094 192 -275455.760701 +0.082 5 -271682.241831 +0.08 82 -273082.548248 +0.082 9 -271867.098285 +0.094 196 -275474.417147 +0.082 13 -271969.764065 +0.08 86 -273152.754462 +0.096 140 -274971.684781 +0.082 17 -272149.8093 +0.08 90 -273136.254469 +0.08 94 -273200.609232 +0.096 144 -275005.350908 +0.082 21 -272245.321842 +0.08 98 -273292.625363 +0.096 148 -275064.109903 +0.082 25 -272286.810978 +0.096 152 -275111.940329 +0.08 102 -273342.184253 +0.082 29 -272389.545958 +0.096 156 -275163.006785 +0.08 106 -273312.847071 +0.096 160 -275208.324739 +0.082 33 -272486.598659 +0.096 164 -275224.379496 +0.08 110 -273391.521654 +0.082 37 -272595.913372 +0.096 168 -275289.976951 +0.096 172 -275357.185358 +0.08 114 -273449.340254 +0.082 41 -272679.036469 +0.096 176 -275404.351283 +0.08 118 -273418.716662 +0.082 45 -272756.365788 +0.096 180 -275435.01971 +0.082 49 -272728.629287 +0.08 122 -273471.874788 +0.082 53 -272806.055349 +0.096 184 -275480.613242 +0.096 188 -275510.5258 +0.08 126 -273538.385218 +0.082 57 -272891.966356 +0.096 192 -275567.823792 +0.082 61 -272952.149636 +0.08 130 -273594.292512 +0.096 196 -275594.115334 +0.082 65 -273042.398815 +0.08 134 -273562.137317 +0.082 69 -273142.269812 +0.08 138 -273623.572805 +0.098 140 -275067.644812 +0.082 70 -273154.77603 +0.098 144 -275125.567024 +0.084 1 -271546.895655 +0.098 148 -275163.429655 +0.084 5 -271766.221026 +0.082 74 -273169.869188 +0.098 152 -275221.703171 +0.082 78 -273265.500139 +0.084 9 -271934.957119 +0.098 156 -275257.645743 +0.082 82 -273302.142879 +0.084 13 -272031.138914 +0.098 160 -275322.909695 +0.082 86 -273363.294409 +0.084 17 -272202.353884 +0.082 90 -273441.762365 +0.098 164 -275364.137835 +0.084 21 -272294.663643 +0.098 168 -275393.081407 +0.082 94 -273505.014374 +0.084 25 -272439.758483 +0.098 172 -275425.836915 +0.082 98 -273465.289507 +0.084 29 -272547.694942 +0.098 176 -275468.511649 +0.098 180 -275528.230213 +0.082 102 -273546.378632 +0.084 33 -272627.090893 +0.098 184 -275580.476064 +0.082 106 -273635.626503 +0.098 188 -275625.502919 +0.084 37 -272753.099368 +0.098 192 -275674.304937 +0.082 110 -273649.980709 +0.084 41 -272851.168142 +0.098 196 -275709.750389 +0.084 45 -272931.498113 +0.082 114 -273706.269689 +0.084 49 -272989.570217 +0.082 118 -273782.658026 +0.084 53 -273064.70869 +0.082 122 -273773.747995 +0.084 57 -273040.199453 +0.082 126 -273805.118869 +0.084 61 -273130.981755 +0.082 130 -273871.080095 +0.084 65 -273179.819882 +0.082 134 -273914.824949 +0.084 69 -273284.801186 +0.082 138 -273988.007818 +0.086 1 -271611.072475 +0.084 70 -273290.375881 +0.086 5 -271806.105348 +0.084 74 -273392.507836 +0.086 9 -272000.342605 +0.084 78 -273448.785567 +0.086 13 -272121.661645 +0.084 82 -273565.677205 +0.086 17 -272239.993906 +0.084 86 -273620.589673 +0.086 21 -272367.217015 +0.084 90 -273682.684918 +0.086 25 -272487.660672 +0.084 94 -273747.949198 +0.086 29 -272633.138759 +0.084 98 -273796.131867 +0.086 33 -272701.333511 +0.084 102 -273844.745061 +0.086 37 -272788.613003 +0.084 106 -273892.299973 +0.086 41 -272921.582462 +0.084 110 -273978.080118 +0.086 45 -272990.674566 +0.084 114 -273955.435588 +0.086 49 -273080.35458 +0.084 118 -273991.918164 +0.086 53 -273154.252479 +0.084 122 -274046.61775 +0.086 57 -273225.296103 +0.084 126 -274113.796182 +0.086 61 -273287.157082 +0.084 130 -274163.588701 +0.086 65 -273375.744511 +0.084 134 -274205.509144 +0.086 69 -273413.565226 +0.084 138 -274229.978785 +0.088 1 -271680.131261 +0.086 70 -273449.068303 +0.088 5 -271875.869178 +0.086 74 -273521.811599 +0.088 9 -272057.130208 +0.086 78 -273599.430613 +0.088 13 -272192.508219 +0.086 82 -273674.719042 +0.088 17 -272330.251948 +0.086 86 -273778.386234 +0.088 21 -272451.866572 +0.086 90 -273832.185672 +0.088 25 -272542.86892 +0.086 94 -273881.717912 +0.088 29 -272686.117765 +0.086 98 -273934.721034 +0.088 33 -272801.072592 +0.086 102 -274009.561792 +0.088 37 -272876.999441 +0.086 106 -274050.779793 +0.088 41 -272985.537027 +0.086 110 -274106.839212 +0.088 45 -273078.358509 +0.086 114 -274159.502819 +0.088 49 -273154.018566 +0.086 118 -274242.921518 +0.088 53 -273237.914877 +0.086 122 -274294.830075 +0.088 57 -273307.776222 +0.086 126 -274322.904319 +0.088 61 -273374.314159 +0.086 130 -274385.023455 +0.088 65 -273429.613938 +0.086 134 -274436.585284 +0.088 69 -273521.440587 +0.086 138 -274478.024854 +0.09 1 -271753.879861 +0.088 70 -273540.9689 +0.09 5 -271950.308488 +0.088 74 -273581.603462 +0.09 9 -272138.97912 +0.088 78 -273661.74526 +0.09 13 -272282.391352 +0.088 82 -273735.60644 +0.09 17 -272379.563514 +0.088 86 -273820.942281 +0.09 21 -272549.65176 +0.088 90 -273923.316633 +0.09 25 -272629.616792 +0.088 94 -273982.682667 +0.09 29 -272746.444424 +0.088 98 -274022.29595 +0.09 33 -272880.086971 +0.088 102 -274074.565714 +0.09 37 -272951.64999 +0.088 106 -274141.155948 +0.09 41 -273049.425257 +0.088 110 -274206.754629 +0.09 45 -273147.373274 +0.088 114 -274239.342414 +0.09 49 -273250.215399 +0.088 118 -274288.697897 +0.09 53 -273337.325819 +0.088 122 -274358.166354 +0.09 57 -273391.456878 +0.088 126 -274425.375085 +0.09 61 -273459.155378 +0.088 130 -274477.871644 +0.09 65 -273539.913874 +0.088 134 -274516.222268 +0.09 69 -273593.509958 +0.088 138 -274576.916335 +0.092 1 -271832.138965 +0.09 70 -273590.631727 +0.092 5 -272029.244608 +0.09 74 -273689.211157 +0.092 9 -272218.302106 +0.09 78 -273726.358937 +0.092 13 -272362.077025 +0.09 82 -273821.016487 +0.092 17 -272469.180743 +0.09 86 -273884.292535 +0.092 21 -272595.4369 +0.09 90 -273947.967446 +0.092 25 -272705.045715 +0.09 94 -274033.351309 +0.092 29 -272809.010261 +0.09 98 -274138.55592 +0.092 33 -272958.058895 +0.09 102 -274179.646083 +0.092 37 -273044.005295 +0.09 106 -274242.459556 +0.092 41 -273130.594276 +0.09 110 -274285.398072 +0.092 45 -273220.415562 +0.09 114 -274334.364332 +0.092 49 -273333.117246 +0.09 118 -274400.127481 +0.092 53 -273426.725357 +0.09 122 -274435.650363 +0.092 57 -273495.266163 +0.09 126 -274497.066875 +0.092 61 -273548.119389 +0.09 130 -274553.009498 +0.092 65 -273613.805633 +0.09 134 -274607.283607 +0.092 69 -273690.377055 +0.09 138 -274665.28537 +0.094 1 -271914.741011 +0.092 70 -273712.145451 +0.094 5 -272137.43376 +0.092 74 -273756.776872 +0.094 9 -272280.354408 +0.092 78 -273853.459506 +0.094 13 -272453.154858 +0.092 82 -273878.512623 +0.094 17 -272540.768724 +0.092 86 -273958.402842 +0.094 21 -272687.25473 +0.092 90 -274029.136222 +0.094 25 -272820.137484 +0.092 94 -274112.32045 +0.094 29 -272899.892302 +0.092 98 -274184.36578 +0.094 33 -273027.468231 +0.092 102 -274255.930034 +0.094 37 -273156.343585 +0.092 106 -274349.632476 +0.094 41 -273224.889421 +0.092 110 -274386.353088 +0.094 45 -273308.630968 +0.092 114 -274437.78995 +0.094 49 -273404.401783 +0.092 118 -274490.249315 +0.094 53 -273498.104748 +0.092 122 -274537.84726 +0.094 57 -273586.775814 +0.092 126 -274594.51934 +0.094 61 -273660.463385 +0.092 130 -274644.243079 +0.094 65 -273708.641093 +0.092 134 -274686.04028 +0.094 69 -273786.050868 +0.092 138 -274749.327836 +0.096 1 -272001.529194 +0.094 70 -273781.557027 +0.096 5 -272224.617419 +0.094 74 -273864.80514 +0.096 9 -272368.166177 +0.094 78 -273932.859488 +0.096 13 -272541.175998 +0.094 82 -274005.085294 +0.096 17 -272652.659584 +0.094 86 -274040.396239 +0.096 21 -272768.523661 +0.094 90 -274116.639825 +0.096 25 -272930.12988 +0.094 94 -274197.310675 +0.096 29 -272988.553838 +0.094 98 -274270.168326 +0.096 33 -273098.82807 +0.094 102 -274312.776064 +0.096 37 -273242.762099 +0.094 106 -274409.400237 +0.096 41 -273323.869462 +0.094 110 -274467.192534 +0.096 45 -273400.358141 +0.094 114 -274537.884401 +0.096 49 -273485.546311 +0.094 118 -274584.60303 +0.094 122 -274627.392103 +0.096 53 -273573.895313 +0.094 126 -274682.701991 +0.096 57 -273680.582678 +0.094 130 -274745.812248 +0.096 61 -273751.895565 +0.094 134 -274807.492384 +0.096 65 -273813.734985 +0.094 138 -274833.222921 +0.096 69 -273884.871859 +0.096 70 -273905.349368 +0.098 1 -272092.356575 +0.096 74 -273955.69065 +0.098 5 -272305.212824 +0.096 78 -274020.096327 +0.098 9 -272473.316142 +0.096 82 -274097.258767 +0.098 13 -272633.8623 +0.096 86 -274164.361191 +0.098 17 -272771.743953 +0.096 90 -274193.752873 +0.098 21 -272848.777777 +0.096 94 -274272.858577 +0.098 25 -272989.301842 +0.096 98 -274331.181038 +0.098 29 -273085.08767 +0.098 33 -273197.707262 +0.096 102 -274413.477189 +0.098 37 -273293.151734 +0.096 106 -274490.444743 +0.098 41 -273434.610973 +0.096 110 -274535.367239 +0.098 45 -273505.699588 +0.096 114 -274622.611656 +0.098 49 -273592.460971 +0.096 118 -274680.51324 +0.096 122 -274741.040612 +0.098 53 -273674.823512 +0.098 57 -273760.517294 +0.096 126 -274782.680082 +0.098 61 -273851.925731 +0.096 130 -274830.911803 +0.096 134 -274893.276873 +0.098 65 -273927.107561 +0.096 138 -274954.571361 +0.098 69 -273985.328335 +0.098 70 -274014.263148 +0.098 74 -274076.733675 +0.098 78 -274149.994188 +0.098 82 -274195.568169 +0.098 86 -274253.515852 +0.098 90 -274314.994062 +0.098 94 -274361.347841 +0.098 98 -274426.011988 +0.098 102 -274502.281346 +0.098 106 -274560.35436 +0.098 110 -274640.011591 +0.098 114 -274684.245668 +0.098 118 -274764.076295 +0.098 122 -274827.895013 +0.098 126 -274881.113149 +0.098 130 -274918.563027 +0.098 134 -274995.001701 +0.098 138 -275039.456948 diff --git a/ic_experiments/old_stuff/vics.csv b/ic_experiments/old_stuff/vics.csv new file mode 100644 index 0000000..219eb7a --- /dev/null +++ b/ic_experiments/old_stuff/vics.csv @@ -0,0 +1,8238 @@ +"","vic_ids","vic_dates" +"1",2,2796 +"2",14,1793 +"3",21,1385 +"4",23,1682 +"5",24,1295 +"6",25,2762 +"7",33,2263 +"8",42,2265 +"9",55,2524 +"10",77,2425 +"11",113,1943 +"12",133,540 +"13",134,2062 +"14",135,2233 +"15",140,2267 +"16",145,1998 +"17",147,1040 +"18",160,2007 +"19",173,575 +"20",180,1593 +"21",194,1243 +"22",206,1986 +"23",212,1513 +"24",231,1301 +"25",237,1982 +"26",243,872 +"27",250,954 +"28",267,2631 +"29",269,407 +"30",270,2542 +"31",279,1989 +"32",282,171 +"33",283,2082 +"34",288,947 +"35",301,2070 +"36",307,2530 +"37",312,2038 +"38",313,2271 +"39",316,2413 +"40",323,1706 +"41",325,495 +"42",330,2163 +"43",341,2689 +"44",357,2327 +"45",358,798 +"46",359,635 +"47",360,1671 +"48",361,1970 +"49",362,2537 +"50",364,2351 +"51",368,416 +"52",371,2950 +"53",372,1944 +"54",377,2389 +"55",378,2766 +"56",380,2261 +"57",386,1553 +"58",388,1594 +"59",389,106 +"60",392,1915 +"61",393,643 +"62",410,927 +"63",446,1910 +"64",448,2693 +"65",449,1950 +"66",455,2827 +"67",457,1704 +"68",468,1966 +"69",470,2285 +"70",472,964 +"71",475,156 +"72",489,2652 +"73",499,1931 +"74",508,801 +"75",512,1596 +"76",543,2203 +"77",553,305 +"78",555,552 +"79",566,2698 +"80",600,1702 +"81",601,702 +"82",602,2632 +"83",613,2687 +"84",622,501 +"85",626,77 +"86",663,2678 +"87",669,1423 +"88",671,2328 +"89",675,1686 +"90",680,2569 +"91",687,1664 +"92",701,2718 +"93",725,1064 +"94",728,1812 +"95",733,1653 +"96",739,309 +"97",750,1327 +"98",757,546 +"99",758,1232 +"100",762,2671 +"101",765,2073 +"102",766,2690 +"103",782,945 +"104",798,2476 +"105",803,1666 +"106",822,1475 +"107",823,2840 +"108",827,2964 +"109",841,2964 +"110",843,2332 +"111",845,68 +"112",854,2307 +"113",860,1258 +"114",862,2254 +"115",863,551 +"116",867,1264 +"117",868,607 +"118",900,2726 +"119",902,1887 +"120",913,2144 +"121",915,1793 +"122",916,2718 +"123",917,973 +"124",919,910 +"125",937,408 +"126",952,1991 +"127",962,1000 +"128",997,2788 +"129",998,1795 +"130",999,2181 +"131",1006,1569 +"132",1007,56 +"133",1015,1174 +"134",1018,1803 +"135",1023,2515 +"136",1026,493 +"137",1034,1438 +"138",1036,1367 +"139",1044,880 +"140",1046,1881 +"141",1050,1185 +"142",1055,1264 +"143",1057,2759 +"144",1063,2515 +"145",1067,918 +"146",1090,2370 +"147",1092,1945 +"148",1102,2282 +"149",1107,905 +"150",1108,1600 +"151",1124,1596 +"152",1127,1188 +"153",1128,109 +"154",1130,1566 +"155",1136,2536 +"156",1147,1999 +"157",1150,1595 +"158",1151,2885 +"159",1154,1656 +"160",1156,1140 +"161",1175,1642 +"162",1195,1322 +"163",1196,1986 +"164",1201,2489 +"165",1203,1350 +"166",1214,2050 +"167",1216,63 +"168",1222,2598 +"169",1224,2435 +"170",1226,2353 +"171",1256,1212 +"172",1257,1212 +"173",1262,2973 +"174",1275,2068 +"175",1314,1522 +"176",1315,2760 +"177",1321,2075 +"178",1323,1659 +"179",1324,2147 +"180",1328,335 +"181",1349,1147 +"182",1355,2473 +"183",1362,1630 +"184",1364,859 +"185",1367,2176 +"186",1369,2487 +"187",1386,1901 +"188",1393,1706 +"189",1397,1225 +"190",1401,918 +"191",1409,2090 +"192",1411,771 +"193",1427,324 +"194",1428,742 +"195",1453,1737 +"196",1455,1262 +"197",1469,1160 +"198",1495,2046 +"199",1503,416 +"200",1509,231 +"201",1519,2349 +"202",1520,1716 +"203",1523,2048 +"204",1550,293 +"205",1556,643 +"206",1560,2013 +"207",1567,513 +"208",1570,2028 +"209",1574,1718 +"210",1578,1612 +"211",1592,2006 +"212",1615,2007 +"213",1616,2662 +"214",1620,1303 +"215",1624,2687 +"216",1629,1289 +"217",1639,2631 +"218",1641,1490 +"219",1676,1198 +"220",1677,2645 +"221",1685,2230 +"222",1690,873 +"223",1691,1941 +"224",1692,2443 +"225",1700,613 +"226",1702,1984 +"227",1708,1591 +"228",1728,284 +"229",1745,2693 +"230",1756,2231 +"231",1767,2727 +"232",1769,877 +"233",1777,1965 +"234",1780,1375 +"235",1782,2796 +"236",1785,2350 +"237",1787,1707 +"238",1822,2888 +"239",1826,924 +"240",1831,2397 +"241",1846,1845 +"242",1853,1465 +"243",1875,1786 +"244",1888,114 +"245",1897,1727 +"246",1938,997 +"247",1951,386 +"248",1968,631 +"249",1985,888 +"250",2011,2176 +"251",2014,973 +"252",2028,1978 +"253",2036,2483 +"254",2057,1965 +"255",2060,1753 +"256",2063,1278 +"257",2077,610 +"258",2085,161 +"259",2093,2459 +"260",2108,1662 +"261",2111,1904 +"262",2120,1133 +"263",2139,2502 +"264",2143,1174 +"265",2153,2675 +"266",2165,840 +"267",2166,2557 +"268",2181,2030 +"269",2190,2359 +"270",2195,2139 +"271",2206,2536 +"272",2208,2814 +"273",2218,2718 +"274",2220,1504 +"275",2221,2092 +"276",2224,2751 +"277",2226,2225 +"278",2229,1536 +"279",2258,288 +"280",2269,984 +"281",2272,1640 +"282",2282,2056 +"283",2288,1870 +"284",2289,2389 +"285",2294,1638 +"286",2300,565 +"287",2322,1645 +"288",2325,1641 +"289",2326,2513 +"290",2334,2619 +"291",2337,1697 +"292",2344,2752 +"293",2349,1288 +"294",2351,1868 +"295",2357,492 +"296",2370,1600 +"297",2375,104 +"298",2384,1057 +"299",2396,1674 +"300",2407,1725 +"301",2412,181 +"302",2418,2020 +"303",2424,2582 +"304",2426,85 +"305",2428,1931 +"306",2429,999 +"307",2440,836 +"308",2443,2333 +"309",2446,2606 +"310",2452,1715 +"311",2455,1780 +"312",2462,849 +"313",2484,2389 +"314",2486,1226 +"315",2488,424 +"316",2489,1537 +"317",2506,954 +"318",2522,2069 +"319",2523,1691 +"320",2524,1708 +"321",2533,2016 +"322",2540,1398 +"323",2563,1686 +"324",2572,2273 +"325",2576,1307 +"326",2588,552 +"327",2591,1949 +"328",2600,1182 +"329",2603,2906 +"330",2609,834 +"331",2611,810 +"332",2616,221 +"333",2617,592 +"334",2625,2152 +"335",2647,2450 +"336",2660,2846 +"337",2667,2819 +"338",2668,1529 +"339",2684,2874 +"340",2694,2062 +"341",2700,857 +"342",2704,2609 +"343",2709,1673 +"344",2712,1881 +"345",2716,1748 +"346",2724,2447 +"347",2731,434 +"348",2737,607 +"349",2742,1192 +"350",2743,1278 +"351",2747,2411 +"352",2754,1360 +"353",2759,2030 +"354",2765,2321 +"355",2766,1920 +"356",2798,1673 +"357",2799,2173 +"358",2802,1836 +"359",2810,83 +"360",2819,1743 +"361",2847,494 +"362",2852,2448 +"363",2863,1657 +"364",2864,1543 +"365",2865,2006 +"366",2876,2657 +"367",2894,1291 +"368",2901,1156 +"369",2907,1980 +"370",2927,1789 +"371",2936,2512 +"372",2954,2727 +"373",2959,1785 +"374",2960,977 +"375",2967,587 +"376",2972,1708 +"377",2979,2912 +"378",2982,1233 +"379",2985,2398 +"380",3011,2278 +"381",3016,747 +"382",3034,2601 +"383",3040,1446 +"384",3067,1378 +"385",3068,1815 +"386",3088,1670 +"387",3098,77 +"388",3100,2524 +"389",3101,513 +"390",3127,2273 +"391",3139,1656 +"392",3144,869 +"393",3152,1621 +"394",3158,2762 +"395",3161,2229 +"396",3163,2020 +"397",3164,2693 +"398",3167,1676 +"399",3171,700 +"400",3175,1938 +"401",3186,919 +"402",3195,2043 +"403",3198,1797 +"404",3235,799 +"405",3242,1730 +"406",3254,1258 +"407",3255,2504 +"408",3265,214 +"409",3271,2216 +"410",3272,2132 +"411",3284,1541 +"412",3305,2839 +"413",3306,1989 +"414",3313,572 +"415",3317,2037 +"416",3324,1198 +"417",3342,1026 +"418",3351,192 +"419",3352,1707 +"420",3360,1583 +"421",3362,354 +"422",3391,526 +"423",3395,1382 +"424",3397,2126 +"425",3403,2951 +"426",3405,2438 +"427",3409,2167 +"428",3414,2322 +"429",3419,1595 +"430",3420,497 +"431",3430,2498 +"432",3453,2126 +"433",3456,1999 +"434",3460,2530 +"435",3477,2546 +"436",3484,1515 +"437",3488,2351 +"438",3492,2117 +"439",3493,2451 +"440",3495,2431 +"441",3506,2364 +"442",3520,2281 +"443",3542,450 +"444",3557,1259 +"445",3559,2413 +"446",3564,2717 +"447",3578,624 +"448",3583,818 +"449",3620,2955 +"450",3628,2707 +"451",3647,1325 +"452",3663,1232 +"453",3666,2520 +"454",3669,2524 +"455",3670,885 +"456",3671,2065 +"457",3678,1325 +"458",3694,870 +"459",3695,2612 +"460",3711,2360 +"461",3714,2605 +"462",3716,1679 +"463",3740,119 +"464",3748,2052 +"465",3751,1358 +"466",3753,1255 +"467",3765,2775 +"468",3770,2623 +"469",3776,2322 +"470",3777,1798 +"471",3786,2282 +"472",3801,1974 +"473",3819,1583 +"474",3830,1661 +"475",3838,2110 +"476",3849,1356 +"477",3853,2465 +"478",3863,856 +"479",3877,1133 +"480",3878,1890 +"481",3886,1669 +"482",3896,2693 +"483",3946,1172 +"484",3947,2067 +"485",3954,839 +"486",3956,1812 +"487",3957,256 +"488",3961,2426 +"489",3966,2425 +"490",3968,2712 +"491",3978,2775 +"492",3980,2771 +"493",4001,1687 +"494",4032,1763 +"495",4057,2389 +"496",4066,1736 +"497",4071,357 +"498",4084,2133 +"499",4107,987 +"500",4121,1304 +"501",4122,2067 +"502",4144,1520 +"503",4164,588 +"504",4177,1524 +"505",4180,1817 +"506",4188,2963 +"507",4191,2130 +"508",4194,1641 +"509",4222,190 +"510",4226,1903 +"511",4249,2547 +"512",4253,1890 +"513",4289,1921 +"514",4303,2414 +"515",4305,2374 +"516",4313,2368 +"517",4314,48 +"518",4317,1224 +"519",4322,1707 +"520",4330,1128 +"521",4341,780 +"522",4350,1392 +"523",4360,1770 +"524",4361,2571 +"525",4366,1726 +"526",4367,2794 +"527",4403,2416 +"528",4411,2009 +"529",4418,2788 +"530",4430,2019 +"531",4485,1963 +"532",4504,1905 +"533",4505,292 +"534",4526,1728 +"535",4551,2720 +"536",4567,2348 +"537",4583,2741 +"538",4602,2446 +"539",4611,2306 +"540",4612,2804 +"541",4613,49 +"542",4618,2607 +"543",4620,1818 +"544",4622,1589 +"545",4623,1176 +"546",4634,2291 +"547",4646,2139 +"548",4660,2149 +"549",4665,1569 +"550",4668,1919 +"551",4669,2395 +"552",4671,2280 +"553",4675,1741 +"554",4681,2356 +"555",4687,2152 +"556",4690,1938 +"557",4691,1888 +"558",4696,2656 +"559",4698,2481 +"560",4701,2401 +"561",4705,1714 +"562",4707,2588 +"563",4723,1314 +"564",4730,2131 +"565",4736,955 +"566",4751,2696 +"567",4757,390 +"568",4763,1960 +"569",4768,1111 +"570",4775,1500 +"571",4779,379 +"572",4784,2511 +"573",4785,996 +"574",4790,1025 +"575",4791,1184 +"576",4821,1938 +"577",4831,2365 +"578",4863,1961 +"579",4881,2736 +"580",4889,1501 +"581",4913,292 +"582",4916,1970 +"583",4928,537 +"584",4929,2240 +"585",4932,2752 +"586",4936,897 +"587",4939,1382 +"588",4953,2285 +"589",4957,644 +"590",4966,355 +"591",4968,1586 +"592",4970,1220 +"593",4980,2093 +"594",4983,1909 +"595",4988,239 +"596",5018,640 +"597",5036,312 +"598",5041,2371 +"599",5053,1608 +"600",5055,1796 +"601",5064,1690 +"602",5072,2175 +"603",5078,2033 +"604",5082,212 +"605",5092,909 +"606",5106,2622 +"607",5119,2220 +"608",5120,2735 +"609",5148,2206 +"610",5168,629 +"611",5203,814 +"612",5207,2473 +"613",5226,1309 +"614",5232,168 +"615",5235,2324 +"616",5239,2875 +"617",5250,405 +"618",5258,2730 +"619",5296,820 +"620",5303,1849 +"621",5315,2631 +"622",5317,2063 +"623",5326,2652 +"624",5346,1438 +"625",5349,1623 +"626",5350,2522 +"627",5352,175 +"628",5355,1499 +"629",5363,1791 +"630",5376,288 +"631",5392,1648 +"632",5400,1568 +"633",5405,1510 +"634",5414,2321 +"635",5429,1991 +"636",5438,1499 +"637",5449,1723 +"638",5451,1299 +"639",5454,1779 +"640",5457,2077 +"641",5462,2374 +"642",5483,1938 +"643",5484,582 +"644",5491,2048 +"645",5504,2389 +"646",5511,2356 +"647",5515,2385 +"648",5520,217 +"649",5557,1929 +"650",5564,113 +"651",5568,1290 +"652",5580,2111 +"653",5581,883 +"654",5586,274 +"655",5590,2845 +"656",5599,1684 +"657",5606,2875 +"658",5610,2223 +"659",5614,2122 +"660",5615,1105 +"661",5621,1860 +"662",5622,2175 +"663",5637,1976 +"664",5646,354 +"665",5659,141 +"666",5669,2502 +"667",5673,1567 +"668",5678,1131 +"669",5683,2468 +"670",5685,181 +"671",5710,1926 +"672",5714,534 +"673",5716,1058 +"674",5725,2789 +"675",5749,1455 +"676",5785,1261 +"677",5792,975 +"678",5798,1779 +"679",5813,2088 +"680",5816,2408 +"681",5826,411 +"682",5833,197 +"683",5839,2301 +"684",5845,1552 +"685",5846,271 +"686",5849,2404 +"687",5852,1862 +"688",5864,1197 +"689",5865,1910 +"690",5897,2337 +"691",5912,2257 +"692",5937,2392 +"693",5962,2491 +"694",5971,1985 +"695",5984,1675 +"696",5986,1721 +"697",6013,222 +"698",6020,1864 +"699",6023,2050 +"700",6030,2953 +"701",6031,1611 +"702",6040,2103 +"703",6043,1038 +"704",6044,2744 +"705",6047,2004 +"706",6052,1985 +"707",6055,2651 +"708",6062,2681 +"709",6063,2349 +"710",6071,2310 +"711",6074,2426 +"712",6078,498 +"713",6104,2462 +"714",6113,1678 +"715",6119,2358 +"716",6132,1590 +"717",6133,1229 +"718",6160,969 +"719",6162,1673 +"720",6186,1693 +"721",6192,2409 +"722",6206,922 +"723",6208,2361 +"724",6213,227 +"725",6218,702 +"726",6222,1949 +"727",6223,2363 +"728",6234,2654 +"729",6235,1585 +"730",6241,2264 +"731",6248,2737 +"732",6252,2336 +"733",6253,2282 +"734",6255,2895 +"735",6262,2733 +"736",6264,749 +"737",6274,1035 +"738",6295,856 +"739",6296,148 +"740",6324,1990 +"741",6345,2713 +"742",6359,1239 +"743",6363,2066 +"744",6366,798 +"745",6390,2385 +"746",6392,1878 +"747",6409,132 +"748",6417,1675 +"749",6428,1952 +"750",6432,2297 +"751",6449,1997 +"752",6479,1021 +"753",6480,1678 +"754",6491,2424 +"755",6492,1162 +"756",6512,1672 +"757",6544,779 +"758",6562,1139 +"759",6577,1951 +"760",6580,222 +"761",6588,2025 +"762",6593,253 +"763",6596,804 +"764",6602,1631 +"765",6603,2185 +"766",6612,2343 +"767",6621,2478 +"768",6627,2063 +"769",6661,149 +"770",6665,418 +"771",6697,2438 +"772",6718,2138 +"773",6724,2151 +"774",6740,2699 +"775",6747,2913 +"776",6755,2818 +"777",6758,1431 +"778",6800,2053 +"779",6804,74 +"780",6820,1318 +"781",6821,1788 +"782",6824,2680 +"783",6841,263 +"784",6843,144 +"785",6871,1882 +"786",6876,1511 +"787",6877,867 +"788",6897,514 +"789",6914,2668 +"790",6940,1183 +"791",6942,1232 +"792",6950,488 +"793",6982,2034 +"794",6986,1669 +"795",6988,91 +"796",6989,2623 +"797",6996,2916 +"798",6999,2214 +"799",7009,1982 +"800",7013,2040 +"801",7014,2401 +"802",7029,2204 +"803",7078,2344 +"804",7087,2356 +"805",7118,966 +"806",7123,1964 +"807",7126,1261 +"808",7127,2352 +"809",7148,1095 +"810",7167,1993 +"811",7180,2227 +"812",7181,1421 +"813",7185,1046 +"814",7196,1508 +"815",7206,1959 +"816",7226,1228 +"817",7229,2669 +"818",7233,572 +"819",7234,2654 +"820",7241,2259 +"821",7245,2089 +"822",7252,2799 +"823",7253,2686 +"824",7254,1849 +"825",7257,1915 +"826",7258,1714 +"827",7269,1728 +"828",7292,1988 +"829",7310,636 +"830",7323,2858 +"831",7337,1797 +"832",7350,1901 +"833",7354,2008 +"834",7355,1928 +"835",7363,123 +"836",7394,2615 +"837",7402,580 +"838",7404,643 +"839",7406,1906 +"840",7422,1793 +"841",7431,2750 +"842",7432,1531 +"843",7433,2255 +"844",7443,2028 +"845",7450,2827 +"846",7451,1254 +"847",7465,52 +"848",7467,587 +"849",7473,1808 +"850",7475,1284 +"851",7499,1803 +"852",7502,1519 +"853",7506,2371 +"854",7508,2396 +"855",7515,2737 +"856",7536,2871 +"857",7547,164 +"858",7548,1932 +"859",7555,1943 +"860",7579,1624 +"861",7582,1099 +"862",7597,2037 +"863",7604,1366 +"864",7614,971 +"865",7615,1657 +"866",7616,2296 +"867",7627,1543 +"868",7648,1861 +"869",7652,1281 +"870",7672,1974 +"871",7677,2338 +"872",7684,790 +"873",7703,2122 +"874",7719,1954 +"875",7722,74 +"876",7733,1326 +"877",7738,1265 +"878",7741,418 +"879",7759,2844 +"880",7763,1656 +"881",7780,1920 +"882",7785,2441 +"883",7786,508 +"884",7787,2314 +"885",7794,2972 +"886",7795,2789 +"887",7798,949 +"888",7814,67 +"889",7834,1708 +"890",7840,984 +"891",7847,2424 +"892",7858,1795 +"893",7861,1647 +"894",7866,180 +"895",7896,2447 +"896",7900,893 +"897",7903,744 +"898",7920,258 +"899",7932,789 +"900",7936,1199 +"901",7937,2044 +"902",7942,2623 +"903",7948,1584 +"904",7951,2358 +"905",7970,1197 +"906",7984,2493 +"907",7992,2033 +"908",7997,2049 +"909",8006,479 +"910",8011,889 +"911",8029,1859 +"912",8041,632 +"913",8060,1883 +"914",8062,2858 +"915",8073,1847 +"916",8088,2220 +"917",8118,587 +"918",8123,144 +"919",8140,1262 +"920",8146,1561 +"921",8157,1063 +"922",8192,1670 +"923",8200,1709 +"924",8226,2046 +"925",8229,1241 +"926",8232,951 +"927",8233,152 +"928",8238,2222 +"929",8258,1959 +"930",8259,1677 +"931",8260,915 +"932",8274,1909 +"933",8275,2237 +"934",8286,886 +"935",8325,2228 +"936",8327,2527 +"937",8354,1705 +"938",8367,1927 +"939",8376,1670 +"940",8395,896 +"941",8419,1956 +"942",8426,155 +"943",8450,2973 +"944",8463,2466 +"945",8470,288 +"946",8475,2034 +"947",8478,984 +"948",8490,564 +"949",8512,935 +"950",8513,875 +"951",8519,844 +"952",8525,1787 +"953",8529,1205 +"954",8532,1593 +"955",8533,2251 +"956",8537,472 +"957",8568,2706 +"958",8585,1917 +"959",8604,2799 +"960",8607,1685 +"961",8610,2240 +"962",8621,1681 +"963",8623,2463 +"964",8627,909 +"965",8642,150 +"966",8657,2473 +"967",8681,2716 +"968",8700,1270 +"969",8712,1153 +"970",8724,1326 +"971",8726,2083 +"972",8737,221 +"973",8748,699 +"974",8759,1202 +"975",8760,2477 +"976",8762,2585 +"977",8770,634 +"978",8772,847 +"979",8777,1620 +"980",8781,914 +"981",8789,2024 +"982",8791,1789 +"983",8806,78 +"984",8813,389 +"985",8820,85 +"986",8821,2230 +"987",8822,2139 +"988",8842,2535 +"989",8844,1671 +"990",8853,956 +"991",8860,2141 +"992",8865,2394 +"993",8866,1545 +"994",8887,2373 +"995",8888,1328 +"996",8890,1955 +"997",8896,1139 +"998",8899,2023 +"999",8908,1537 +"1000",8910,1054 +"1001",8913,968 +"1002",8917,235 +"1003",8921,2403 +"1004",8923,1266 +"1005",8961,507 +"1006",8984,1162 +"1007",8993,2099 +"1008",9026,2051 +"1009",9030,1979 +"1010",9035,2771 +"1011",9050,2026 +"1012",9057,2629 +"1013",9060,1612 +"1014",9063,2000 +"1015",9073,221 +"1016",9088,1881 +"1017",9091,1312 +"1018",9106,2731 +"1019",9114,961 +"1020",9115,2068 +"1021",9150,2689 +"1022",9175,2639 +"1023",9177,945 +"1024",9184,2670 +"1025",9191,2707 +"1026",9200,787 +"1027",9202,2477 +"1028",9227,1267 +"1029",9241,2338 +"1030",9269,1892 +"1031",9272,2835 +"1032",9273,1747 +"1033",9281,78 +"1034",9298,1109 +"1035",9301,1861 +"1036",9311,2477 +"1037",9328,1937 +"1038",9331,2269 +"1039",9332,2734 +"1040",9342,896 +"1041",9349,2052 +"1042",9351,1460 +"1043",9362,2879 +"1044",9364,1698 +"1045",9391,1252 +"1046",9423,1708 +"1047",9432,1693 +"1048",9440,1006 +"1049",9462,378 +"1050",9474,864 +"1051",9481,1610 +"1052",9484,1429 +"1053",9491,1960 +"1054",9503,2453 +"1055",9504,2549 +"1056",9506,1012 +"1057",9511,1232 +"1058",9512,1274 +"1059",9513,872 +"1060",9520,2089 +"1061",9524,99 +"1062",9538,1786 +"1063",9552,1947 +"1064",9575,1199 +"1065",9579,2105 +"1066",9600,210 +"1067",9607,2021 +"1068",9615,2464 +"1069",9620,2339 +"1070",9621,1113 +"1071",9624,2398 +"1072",9634,2041 +"1073",9649,1157 +"1074",9650,1167 +"1075",9654,2111 +"1076",9656,1135 +"1077",9675,963 +"1078",9678,1217 +"1079",9695,2143 +"1080",9702,1928 +"1081",9703,1845 +"1082",9706,168 +"1083",9716,1929 +"1084",9723,2302 +"1085",9724,2713 +"1086",9727,2327 +"1087",9740,2233 +"1088",9751,1397 +"1089",9752,551 +"1090",9772,1789 +"1091",9782,340 +"1092",9783,1275 +"1093",9785,2951 +"1094",9787,2858 +"1095",9788,2014 +"1096",9801,2443 +"1097",9803,1664 +"1098",9805,1621 +"1099",9808,1648 +"1100",9828,2085 +"1101",9850,2974 +"1102",9853,1275 +"1103",9861,2680 +"1104",9871,921 +"1105",9893,2701 +"1106",9895,1960 +"1107",9909,2230 +"1108",9910,2526 +"1109",9912,1356 +"1110",9928,2345 +"1111",9939,474 +"1112",9940,214 +"1113",9948,2019 +"1114",9950,920 +"1115",9954,2117 +"1116",9975,2586 +"1117",9979,2238 +"1118",10002,1788 +"1119",10004,872 +"1120",10008,1323 +"1121",10012,89 +"1122",10029,2718 +"1123",10050,1792 +"1124",10087,1617 +"1125",10119,2374 +"1126",10128,883 +"1127",10129,2124 +"1128",10130,2741 +"1129",10143,778 +"1130",10146,1878 +"1131",10148,2964 +"1132",10200,2920 +"1133",10210,1905 +"1134",10215,2006 +"1135",10216,2476 +"1136",10222,2212 +"1137",10223,1033 +"1138",10239,2032 +"1139",10250,1606 +"1140",10278,2345 +"1141",10279,886 +"1142",10304,302 +"1143",10310,2774 +"1144",10327,485 +"1145",10333,1615 +"1146",10336,2271 +"1147",10337,2452 +"1148",10343,1072 +"1149",10349,2300 +"1150",10350,1163 +"1151",10352,1371 +"1152",10358,2294 +"1153",10370,2224 +"1154",10373,2436 +"1155",10382,2111 +"1156",10387,871 +"1157",10400,1517 +"1158",10401,863 +"1159",10404,2062 +"1160",10433,2075 +"1161",10435,1984 +"1162",10436,1547 +"1163",10439,773 +"1164",10442,103 +"1165",10453,1656 +"1166",10457,1711 +"1167",10472,859 +"1168",10473,1783 +"1169",10474,1608 +"1170",10481,740 +"1171",10488,1524 +"1172",10495,2230 +"1173",10513,2284 +"1174",10523,1510 +"1175",10528,502 +"1176",10535,1534 +"1177",10551,243 +"1178",10558,2312 +"1179",10567,1839 +"1180",10576,974 +"1181",10577,497 +"1182",10592,859 +"1183",10595,494 +"1184",10607,507 +"1185",10610,1427 +"1186",10622,1173 +"1187",10638,2692 +"1188",10646,1555 +"1189",10657,1603 +"1190",10696,130 +"1191",10701,2000 +"1192",10709,746 +"1193",10716,1692 +"1194",10717,1938 +"1195",10720,199 +"1196",10726,841 +"1197",10727,2082 +"1198",10739,1807 +"1199",10744,955 +"1200",10746,1506 +"1201",10754,1797 +"1202",10755,1742 +"1203",10756,2207 +"1204",10766,2647 +"1205",10779,2881 +"1206",10799,2010 +"1207",10803,545 +"1208",10825,2565 +"1209",10836,2215 +"1210",10843,2277 +"1211",10851,2423 +"1212",10857,2253 +"1213",10859,2231 +"1214",10861,1189 +"1215",10870,1755 +"1216",10871,2314 +"1217",10874,1891 +"1218",10875,1234 +"1219",10890,2639 +"1220",10905,1552 +"1221",10908,1134 +"1222",10911,536 +"1223",10914,1660 +"1224",10929,76 +"1225",10939,1376 +"1226",10945,881 +"1227",10954,2302 +"1228",10964,2043 +"1229",10974,896 +"1230",10980,1974 +"1231",10990,805 +"1232",11006,1950 +"1233",11019,1299 +"1234",11029,2362 +"1235",11055,2111 +"1236",11060,2155 +"1237",11063,1967 +"1238",11067,2734 +"1239",11071,2225 +"1240",11099,400 +"1241",11103,2393 +"1242",11107,1256 +"1243",11108,1609 +"1244",11118,133 +"1245",11120,1094 +"1246",11127,1196 +"1247",11135,2441 +"1248",11136,2573 +"1249",11143,2623 +"1250",11154,1594 +"1251",11160,2952 +"1252",11168,1223 +"1253",11208,1161 +"1254",11218,2292 +"1255",11226,2522 +"1256",11229,1625 +"1257",11239,2181 +"1258",11246,2741 +"1259",11253,2577 +"1260",11259,1356 +"1261",11270,1011 +"1262",11288,345 +"1263",11310,957 +"1264",11319,2073 +"1265",11329,2799 +"1266",11338,1019 +"1267",11340,188 +"1268",11346,1924 +"1269",11348,824 +"1270",11351,2971 +"1271",11359,1502 +"1272",11381,1638 +"1273",11382,2746 +"1274",11383,977 +"1275",11410,201 +"1276",11419,1408 +"1277",11424,1631 +"1278",11429,2520 +"1279",11432,1593 +"1280",11434,1187 +"1281",11440,2026 +"1282",11450,915 +"1283",11456,2715 +"1284",11471,839 +"1285",11477,2724 +"1286",11493,2077 +"1287",11504,1260 +"1288",11506,2824 +"1289",11516,1937 +"1290",11518,803 +"1291",11521,1559 +"1292",11525,2639 +"1293",11537,469 +"1294",11538,2288 +"1295",11540,1237 +"1296",11541,1927 +"1297",11542,118 +"1298",11546,1174 +"1299",11563,1863 +"1300",11576,808 +"1301",11585,1817 +"1302",11588,2352 +"1303",11601,173 +"1304",11602,1493 +"1305",11612,281 +"1306",11620,2010 +"1307",11623,2475 +"1308",11625,2022 +"1309",11629,120 +"1310",11639,1593 +"1311",11648,2852 +"1312",11651,526 +"1313",11654,104 +"1314",11662,1139 +"1315",11665,1643 +"1316",11676,1614 +"1317",11679,846 +"1318",11694,1564 +"1319",11705,231 +"1320",11712,456 +"1321",11728,1121 +"1322",11758,651 +"1323",11770,1653 +"1324",11803,1232 +"1325",11817,600 +"1326",11858,1530 +"1327",11868,1639 +"1328",11872,317 +"1329",11875,1526 +"1330",11877,1108 +"1331",11897,1271 +"1332",11912,889 +"1333",11931,2443 +"1334",11959,523 +"1335",11966,2385 +"1336",11967,2026 +"1337",11976,1727 +"1338",11984,2308 +"1339",11990,1909 +"1340",11993,314 +"1341",12000,1454 +"1342",12004,996 +"1343",12007,1594 +"1344",12023,799 +"1345",12031,1957 +"1346",12034,265 +"1347",12035,2721 +"1348",12042,2345 +"1349",12067,1213 +"1350",12078,2381 +"1351",12081,2166 +"1352",12084,1960 +"1353",12096,1330 +"1354",12103,1244 +"1355",12116,2119 +"1356",12122,1385 +"1357",12177,1965 +"1358",12197,1235 +"1359",12199,1651 +"1360",12200,1400 +"1361",12208,447 +"1362",12225,2248 +"1363",12227,897 +"1364",12228,2034 +"1365",12249,1965 +"1366",12264,1925 +"1367",12272,2371 +"1368",12292,184 +"1369",12304,439 +"1370",12310,1337 +"1371",12319,105 +"1372",12345,2364 +"1373",12356,2757 +"1374",12361,2732 +"1375",12362,702 +"1376",12371,1569 +"1377",12373,1567 +"1378",12374,2260 +"1379",12375,1873 +"1380",12378,1030 +"1381",12388,1975 +"1382",12397,1965 +"1383",12417,802 +"1384",12432,1816 +"1385",12449,2067 +"1386",12457,176 +"1387",12462,1461 +"1388",12473,801 +"1389",12475,588 +"1390",12481,1086 +"1391",12484,2344 +"1392",12511,1298 +"1393",12518,2747 +"1394",12524,1287 +"1395",12528,2589 +"1396",12536,2539 +"1397",12542,1888 +"1398",12560,2565 +"1399",12564,2799 +"1400",12577,2530 +"1401",12586,613 +"1402",12598,2086 +"1403",12602,1956 +"1404",12608,1337 +"1405",12610,1274 +"1406",12618,2021 +"1407",12632,1174 +"1408",12639,1141 +"1409",12653,1573 +"1410",12655,674 +"1411",12684,2182 +"1412",12692,1855 +"1413",12703,2689 +"1414",12712,815 +"1415",12713,2440 +"1416",12724,1930 +"1417",12728,2374 +"1418",12729,1835 +"1419",12735,819 +"1420",12747,2818 +"1421",12759,2414 +"1422",12767,2329 +"1423",12775,1982 +"1424",12778,2045 +"1425",12779,936 +"1426",12781,831 +"1427",12803,894 +"1428",12804,297 +"1429",12813,958 +"1430",12817,846 +"1431",12818,2015 +"1432",12828,799 +"1433",12837,1315 +"1434",12861,1207 +"1435",12863,2027 +"1436",12866,2910 +"1437",12867,2773 +"1438",12887,433 +"1439",12897,1351 +"1440",12898,1231 +"1441",12901,2136 +"1442",12914,1557 +"1443",12929,2656 +"1444",12943,1902 +"1445",12948,2669 +"1446",12966,2011 +"1447",12973,1569 +"1448",12976,2399 +"1449",12982,2143 +"1450",13003,2763 +"1451",13007,2496 +"1452",13012,875 +"1453",13024,2468 +"1454",13034,698 +"1455",13043,1295 +"1456",13051,2692 +"1457",13065,1561 +"1458",13068,1778 +"1459",13079,2547 +"1460",13099,1547 +"1461",13109,1374 +"1462",13115,787 +"1463",13119,1739 +"1464",13136,2867 +"1465",13150,1570 +"1466",13158,2667 +"1467",13161,2417 +"1468",13175,147 +"1469",13184,977 +"1470",13187,146 +"1471",13200,2488 +"1472",13201,2034 +"1473",13212,146 +"1474",13248,1385 +"1475",13249,2573 +"1476",13260,389 +"1477",13285,1577 +"1478",13290,2824 +"1479",13295,779 +"1480",13296,839 +"1481",13301,1593 +"1482",13307,2206 +"1483",13311,2315 +"1484",13315,2516 +"1485",13324,2163 +"1486",13333,845 +"1487",13340,1918 +"1488",13388,2119 +"1489",13394,1667 +"1490",13399,1682 +"1491",13400,1371 +"1492",13419,2639 +"1493",13451,1174 +"1494",13476,1959 +"1495",13479,2155 +"1496",13518,525 +"1497",13528,1891 +"1498",13535,1491 +"1499",13537,1020 +"1500",13551,1451 +"1501",13566,2056 +"1502",13573,2774 +"1503",13586,2966 +"1504",13595,1164 +"1505",13601,2689 +"1506",13606,1893 +"1507",13610,2515 +"1508",13639,2887 +"1509",13671,1371 +"1510",13688,1627 +"1511",13699,1355 +"1512",13712,550 +"1513",13720,1558 +"1514",13724,1573 +"1515",13730,2449 +"1516",13732,2789 +"1517",13751,2557 +"1518",13760,2871 +"1519",13780,2412 +"1520",13801,2041 +"1521",13808,1356 +"1522",13835,1588 +"1523",13837,1604 +"1524",13842,2250 +"1525",13849,2740 +"1526",13861,1197 +"1527",13869,1786 +"1528",13879,2748 +"1529",13890,1482 +"1530",13895,687 +"1531",13899,2650 +"1532",13905,452 +"1533",13920,1709 +"1534",13925,1515 +"1535",13929,2693 +"1536",13930,1274 +"1537",13944,1671 +"1538",13945,1324 +"1539",13956,38 +"1540",13967,1354 +"1541",13979,1559 +"1542",13985,2484 +"1543",13987,507 +"1544",13992,98 +"1545",14002,829 +"1546",14005,261 +"1547",14016,111 +"1548",14017,1163 +"1549",14025,2384 +"1550",14032,2144 +"1551",14043,2084 +"1552",14061,1620 +"1553",14072,1346 +"1554",14080,1351 +"1555",14084,2491 +"1556",14091,929 +"1557",14095,2186 +"1558",14096,1861 +"1559",14103,2204 +"1560",14108,2012 +"1561",14110,2448 +"1562",14131,341 +"1563",14152,2007 +"1564",14156,1251 +"1565",14172,1923 +"1566",14189,1483 +"1567",14212,857 +"1568",14220,1529 +"1569",14252,2244 +"1570",14255,893 +"1571",14256,279 +"1572",14272,1063 +"1573",14278,1267 +"1574",14287,1583 +"1575",14290,284 +"1576",14300,1218 +"1577",14325,1976 +"1578",14328,1725 +"1579",14331,1024 +"1580",14332,780 +"1581",14333,457 +"1582",14353,2878 +"1583",14354,1659 +"1584",14380,120 +"1585",14381,461 +"1586",14422,1548 +"1587",14425,1036 +"1588",14433,1225 +"1589",14442,2700 +"1590",14449,1258 +"1591",14463,1256 +"1592",14470,2632 +"1593",14473,2325 +"1594",14481,437 +"1595",14482,1573 +"1596",14490,2291 +"1597",14503,437 +"1598",14507,2686 +"1599",14520,634 +"1600",14532,1193 +"1601",14538,2507 +"1602",14558,1585 +"1603",14564,1581 +"1604",14584,1573 +"1605",14586,2801 +"1606",14589,1184 +"1607",14599,1118 +"1608",14612,2340 +"1609",14616,385 +"1610",14622,1608 +"1611",14623,2043 +"1612",14626,2175 +"1613",14652,2516 +"1614",14654,1692 +"1615",14655,2559 +"1616",14656,584 +"1617",14659,1282 +"1618",14669,2080 +"1619",14676,2764 +"1620",14678,799 +"1621",14707,672 +"1622",14709,1901 +"1623",14710,291 +"1624",14711,1714 +"1625",14723,2019 +"1626",14731,2012 +"1627",14749,1998 +"1628",14750,102 +"1629",14754,2456 +"1630",14761,2502 +"1631",14767,2068 +"1632",14772,2386 +"1633",14776,1488 +"1634",14781,2338 +"1635",14789,1034 +"1636",14791,1370 +"1637",14802,47 +"1638",14807,241 +"1639",14812,144 +"1640",14817,2110 +"1641",14824,455 +"1642",14834,2739 +"1643",14838,1746 +"1644",14855,903 +"1645",14860,374 +"1646",14861,2269 +"1647",14887,2158 +"1648",14888,1411 +"1649",14902,562 +"1650",14915,2606 +"1651",14918,2071 +"1652",14943,1942 +"1653",14957,2306 +"1654",14959,2898 +"1655",14972,2332 +"1656",14983,1047 +"1657",14989,2223 +"1658",14998,1553 +"1659",15003,2067 +"1660",15004,983 +"1661",15005,1415 +"1662",15008,2338 +"1663",15023,2054 +"1664",15024,2159 +"1665",15047,1697 +"1666",15058,509 +"1667",15075,2252 +"1668",15078,1033 +"1669",15086,2135 +"1670",15088,2906 +"1671",15089,469 +"1672",15094,978 +"1673",15095,2001 +"1674",15106,2286 +"1675",15118,1311 +"1676",15119,1020 +"1677",15122,1201 +"1678",15135,1035 +"1679",15146,1546 +"1680",15150,2801 +"1681",15153,1864 +"1682",15159,756 +"1683",15180,610 +"1684",15184,2396 +"1685",15207,1855 +"1686",15214,274 +"1687",15215,798 +"1688",15235,1045 +"1689",15239,1958 +"1690",15244,1600 +"1691",15263,185 +"1692",15281,810 +"1693",15290,641 +"1694",15296,600 +"1695",15299,2213 +"1696",15301,2308 +"1697",15309,2820 +"1698",15315,2173 +"1699",15343,2125 +"1700",15379,1231 +"1701",15381,2289 +"1702",15389,143 +"1703",15401,1999 +"1704",15402,1281 +"1705",15433,2038 +"1706",15443,1631 +"1707",15444,2764 +"1708",15453,1688 +"1709",15462,1141 +"1710",15500,1658 +"1711",15502,2637 +"1712",15527,2039 +"1713",15535,891 +"1714",15539,1929 +"1715",15546,2055 +"1716",15556,270 +"1717",15558,2389 +"1718",15560,2257 +"1719",15563,2719 +"1720",15567,2671 +"1721",15576,2204 +"1722",15582,598 +"1723",15583,1144 +"1724",15592,1618 +"1725",15594,753 +"1726",15598,2011 +"1727",15607,1421 +"1728",15609,1229 +"1729",15618,1218 +"1730",15626,2434 +"1731",15632,1242 +"1732",15636,2857 +"1733",15643,502 +"1734",15650,1601 +"1735",15683,1729 +"1736",15691,324 +"1737",15696,837 +"1738",15700,1712 +"1739",15713,1646 +"1740",15716,1991 +"1741",15724,88 +"1742",15728,576 +"1743",15729,2338 +"1744",15734,1616 +"1745",15737,676 +"1746",15743,398 +"1747",15756,2362 +"1748",15778,2262 +"1749",15782,2306 +"1750",15799,1917 +"1751",15808,1521 +"1752",15813,2143 +"1753",15821,2456 +"1754",15826,2772 +"1755",15831,1316 +"1756",15860,2602 +"1757",15871,508 +"1758",15872,1551 +"1759",15879,419 +"1760",15880,878 +"1761",15891,589 +"1762",15905,2064 +"1763",15906,109 +"1764",15910,941 +"1765",15916,1236 +"1766",15917,205 +"1767",15926,545 +"1768",15930,2541 +"1769",15962,660 +"1770",15978,981 +"1771",15990,593 +"1772",16015,1307 +"1773",16021,858 +"1774",16029,1160 +"1775",16040,1244 +"1776",16046,103 +"1777",16053,908 +"1778",16067,2727 +"1779",16074,977 +"1780",16085,798 +"1781",16096,2301 +"1782",16111,1714 +"1783",16120,1237 +"1784",16152,879 +"1785",16161,599 +"1786",16164,1184 +"1787",16176,2703 +"1788",16184,2274 +"1789",16193,756 +"1790",16195,2964 +"1791",16196,2032 +"1792",16201,1811 +"1793",16205,2630 +"1794",16207,301 +"1795",16217,1653 +"1796",16237,2009 +"1797",16286,2470 +"1798",16296,2626 +"1799",16310,2796 +"1800",16313,1160 +"1801",16331,1159 +"1802",16332,2668 +"1803",16336,859 +"1804",16347,1868 +"1805",16351,893 +"1806",16352,2657 +"1807",16361,1641 +"1808",16365,2217 +"1809",16376,546 +"1810",16384,1320 +"1811",16432,2664 +"1812",16437,1956 +"1813",16455,946 +"1814",16477,2069 +"1815",16482,1958 +"1816",16497,2370 +"1817",16501,1650 +"1818",16502,1616 +"1819",16518,2642 +"1820",16524,1556 +"1821",16525,2721 +"1822",16532,2404 +"1823",16535,1993 +"1824",16538,704 +"1825",16539,1947 +"1826",16542,2039 +"1827",16545,186 +"1828",16566,2019 +"1829",16573,802 +"1830",16587,2065 +"1831",16590,1123 +"1832",16593,1139 +"1833",16594,1755 +"1834",16595,2352 +"1835",16608,1769 +"1836",16609,538 +"1837",16625,1285 +"1838",16628,2409 +"1839",16641,1359 +"1840",16643,1824 +"1841",16654,1843 +"1842",16684,1657 +"1843",16690,2132 +"1844",16715,1218 +"1845",16725,2830 +"1846",16727,2164 +"1847",16749,1949 +"1848",16750,1225 +"1849",16751,2301 +"1850",16756,2499 +"1851",16757,1755 +"1852",16758,2574 +"1853",16771,1541 +"1854",16776,1565 +"1855",16777,834 +"1856",16796,1892 +"1857",16801,2008 +"1858",16802,50 +"1859",16806,2074 +"1860",16826,2599 +"1861",16833,1661 +"1862",16835,1739 +"1863",16850,1657 +"1864",16863,2069 +"1865",16864,814 +"1866",16866,2718 +"1867",16869,1985 +"1868",16877,2509 +"1869",16881,925 +"1870",16891,432 +"1871",16896,2223 +"1872",16910,1978 +"1873",16935,441 +"1874",16940,1290 +"1875",16954,2972 +"1876",16959,888 +"1877",16960,480 +"1878",16963,1999 +"1879",16969,1917 +"1880",16970,938 +"1881",17021,1226 +"1882",17027,2772 +"1883",17033,2771 +"1884",17037,2947 +"1885",17061,2385 +"1886",17097,1505 +"1887",17106,163 +"1888",17133,924 +"1889",17141,702 +"1890",17146,1252 +"1891",17159,883 +"1892",17217,318 +"1893",17221,2487 +"1894",17230,1965 +"1895",17245,1811 +"1896",17252,1258 +"1897",17257,1117 +"1898",17264,2528 +"1899",17292,267 +"1900",17320,571 +"1901",17328,1206 +"1902",17329,150 +"1903",17347,1526 +"1904",17351,2036 +"1905",17354,2250 +"1906",17355,1469 +"1907",17357,1536 +"1908",17365,2746 +"1909",17367,2427 +"1910",17376,1202 +"1911",17381,1697 +"1912",17388,1023 +"1913",17396,1672 +"1914",17399,884 +"1915",17400,2231 +"1916",17410,2073 +"1917",17413,2230 +"1918",17434,1642 +"1919",17456,1300 +"1920",17457,589 +"1921",17480,2316 +"1922",17484,1256 +"1923",17493,561 +"1924",17499,2954 +"1925",17502,869 +"1926",17520,2276 +"1927",17531,876 +"1928",17541,637 +"1929",17549,2647 +"1930",17552,2082 +"1931",17561,2286 +"1932",17571,953 +"1933",17572,340 +"1934",17608,1216 +"1935",17626,1265 +"1936",17632,1947 +"1937",17645,1918 +"1938",17672,1987 +"1939",17687,593 +"1940",17695,1930 +"1941",17698,1559 +"1942",17704,1651 +"1943",17716,915 +"1944",17721,1410 +"1945",17722,976 +"1946",17728,1542 +"1947",17750,672 +"1948",17752,1683 +"1949",17768,2468 +"1950",17790,2783 +"1951",17812,2705 +"1952",17815,2070 +"1953",17819,2291 +"1954",17821,858 +"1955",17826,2920 +"1956",17841,1700 +"1957",17852,2840 +"1958",17867,1904 +"1959",17883,1006 +"1960",17884,1677 +"1961",17887,1750 +"1962",17906,1940 +"1963",17910,1019 +"1964",17920,2912 +"1965",17925,2385 +"1966",17931,1617 +"1967",17934,1059 +"1968",17938,1410 +"1969",17943,1943 +"1970",17948,107 +"1971",17952,1530 +"1972",17967,2125 +"1973",17973,2837 +"1974",17974,2876 +"1975",17983,1931 +"1976",17997,1621 +"1977",17999,2758 +"1978",18005,2449 +"1979",18011,1636 +"1980",18013,1625 +"1981",18027,276 +"1982",18061,160 +"1983",18065,2100 +"1984",18072,421 +"1985",18097,85 +"1986",18102,1642 +"1987",18103,1968 +"1988",18108,1656 +"1989",18122,894 +"1990",18124,1642 +"1991",18142,1078 +"1992",18151,2962 +"1993",18152,1314 +"1994",18165,2085 +"1995",18202,2475 +"1996",18211,1745 +"1997",18217,1566 +"1998",18227,2214 +"1999",18244,1622 +"2000",18248,172 +"2001",18277,2309 +"2002",18289,862 +"2003",18315,2720 +"2004",18319,1439 +"2005",18344,2204 +"2006",18348,1711 +"2007",18361,2968 +"2008",18364,535 +"2009",18366,2699 +"2010",18371,2860 +"2011",18381,1524 +"2012",18393,860 +"2013",18394,2356 +"2014",18404,801 +"2015",18415,2184 +"2016",18421,2457 +"2017",18428,343 +"2018",18445,2133 +"2019",18455,1237 +"2020",18458,2477 +"2021",18464,2312 +"2022",18465,354 +"2023",18466,2340 +"2024",18479,2967 +"2025",18483,874 +"2026",18502,1033 +"2027",18518,1128 +"2028",18527,1737 +"2029",18543,2968 +"2030",18550,483 +"2031",18554,2065 +"2032",18563,2715 +"2033",18566,83 +"2034",18567,919 +"2035",18571,2128 +"2036",18574,2305 +"2037",18601,2143 +"2038",18610,2141 +"2039",18615,1025 +"2040",18639,990 +"2041",18645,793 +"2042",18651,1035 +"2043",18666,1230 +"2044",18670,1835 +"2045",18672,1182 +"2046",18700,1929 +"2047",18706,1617 +"2048",18707,1143 +"2049",18714,2023 +"2050",18718,494 +"2051",18735,1581 +"2052",18744,1285 +"2053",18752,2607 +"2054",18779,1267 +"2055",18808,2854 +"2056",18810,2671 +"2057",18820,453 +"2058",18821,2075 +"2059",18825,1240 +"2060",18827,1481 +"2061",18836,1270 +"2062",18855,1362 +"2063",18861,1430 +"2064",18865,2676 +"2065",18867,2866 +"2066",18873,1231 +"2067",18874,2170 +"2068",18891,1596 +"2069",18924,485 +"2070",18928,709 +"2071",18943,2861 +"2072",18953,915 +"2073",18954,2364 +"2074",18965,2315 +"2075",18978,952 +"2076",18987,380 +"2077",18992,243 +"2078",19002,2053 +"2079",19019,85 +"2080",19027,2721 +"2081",19028,921 +"2082",19048,2180 +"2083",19049,1798 +"2084",19057,2664 +"2085",19069,988 +"2086",19072,2358 +"2087",19073,2748 +"2088",19075,2214 +"2089",19092,906 +"2090",19093,2224 +"2091",19096,1538 +"2092",19113,1171 +"2093",19137,1437 +"2094",19155,1937 +"2095",19165,2436 +"2096",19173,1686 +"2097",19174,1595 +"2098",19183,1257 +"2099",19190,2677 +"2100",19198,2308 +"2101",19199,2263 +"2102",19204,1753 +"2103",19208,2629 +"2104",19215,2604 +"2105",19231,1424 +"2106",19232,917 +"2107",19235,1966 +"2108",19248,2357 +"2109",19256,963 +"2110",19282,1623 +"2111",19296,1705 +"2112",19317,2041 +"2113",19322,2048 +"2114",19323,1705 +"2115",19331,824 +"2116",19332,1214 +"2117",19334,1979 +"2118",19335,1729 +"2119",19336,748 +"2120",19338,620 +"2121",19358,880 +"2122",19364,2846 +"2123",19366,2279 +"2124",19380,2637 +"2125",19383,1200 +"2126",19386,1714 +"2127",19397,2182 +"2128",19406,619 +"2129",19433,2504 +"2130",19447,969 +"2131",19453,1928 +"2132",19476,1708 +"2133",19501,1186 +"2134",19506,1385 +"2135",19509,2000 +"2136",19516,2313 +"2137",19528,2742 +"2138",19542,570 +"2139",19560,113 +"2140",19568,2302 +"2141",19587,1684 +"2142",19593,2013 +"2143",19605,2395 +"2144",19606,2783 +"2145",19610,1236 +"2146",19617,679 +"2147",19621,725 +"2148",19622,2371 +"2149",19627,627 +"2150",19634,954 +"2151",19637,1229 +"2152",19643,2452 +"2153",19655,2706 +"2154",19656,2059 +"2155",19662,170 +"2156",19667,1466 +"2157",19668,696 +"2158",19675,2025 +"2159",19676,1515 +"2160",19686,2467 +"2161",19687,2072 +"2162",19690,706 +"2163",19696,561 +"2164",19710,149 +"2165",19717,431 +"2166",19718,1702 +"2167",19719,2177 +"2168",19733,1907 +"2169",19744,2623 +"2170",19751,1630 +"2171",19767,1041 +"2172",19771,2410 +"2173",19813,1744 +"2174",19814,936 +"2175",19815,186 +"2176",19818,675 +"2177",19820,1935 +"2178",19835,1135 +"2179",19858,2357 +"2180",19862,2412 +"2181",19868,2855 +"2182",19872,2913 +"2183",19874,985 +"2184",19882,565 +"2185",19892,1212 +"2186",19893,1223 +"2187",19926,2444 +"2188",19931,62 +"2189",19934,2888 +"2190",19937,1587 +"2191",19950,1643 +"2192",19963,810 +"2193",19972,2078 +"2194",19980,2231 +"2195",19993,2024 +"2196",20007,2971 +"2197",20011,2826 +"2198",20024,1181 +"2199",20036,2384 +"2200",20038,1531 +"2201",20049,877 +"2202",20056,1824 +"2203",20067,2390 +"2204",20070,1914 +"2205",20088,1677 +"2206",20124,2376 +"2207",20133,161 +"2208",20153,1868 +"2209",20155,1517 +"2210",20162,2328 +"2211",20176,1050 +"2212",20193,2079 +"2213",20200,2322 +"2214",20219,2313 +"2215",20220,1656 +"2216",20241,2760 +"2217",20258,1572 +"2218",20259,2751 +"2219",20271,2044 +"2220",20273,148 +"2221",20284,2530 +"2222",20287,1099 +"2223",20292,2755 +"2224",20308,2254 +"2225",20311,1981 +"2226",20319,468 +"2227",20321,1596 +"2228",20325,1842 +"2229",20331,2365 +"2230",20332,1725 +"2231",20343,851 +"2232",20350,194 +"2233",20355,2111 +"2234",20363,279 +"2235",20369,1356 +"2236",20371,595 +"2237",20385,801 +"2238",20392,1309 +"2239",20395,1468 +"2240",20397,735 +"2241",20407,2339 +"2242",20413,806 +"2243",20416,2323 +"2244",20419,1587 +"2245",20423,2654 +"2246",20432,1727 +"2247",20467,263 +"2248",20469,2125 +"2249",20473,268 +"2250",20486,1908 +"2251",20494,1075 +"2252",20496,2530 +"2253",20512,2748 +"2254",20517,1465 +"2255",20541,2617 +"2256",20545,1491 +"2257",20547,2145 +"2258",20562,316 +"2259",20563,2267 +"2260",20588,912 +"2261",20604,1684 +"2262",20624,1298 +"2263",20643,2341 +"2264",20657,2340 +"2265",20659,1969 +"2266",20662,1523 +"2267",20665,1311 +"2268",20679,181 +"2269",20687,1248 +"2270",20688,891 +"2271",20689,557 +"2272",20695,2526 +"2273",20700,2861 +"2274",20705,829 +"2275",20707,1778 +"2276",20709,1757 +"2277",20715,1312 +"2278",20730,2243 +"2279",20732,2401 +"2280",20739,2025 +"2281",20783,2414 +"2282",20795,2348 +"2283",20819,213 +"2284",20821,1617 +"2285",20824,1366 +"2286",20847,491 +"2287",20867,200 +"2288",20874,1580 +"2289",20879,623 +"2290",20882,2460 +"2291",20893,2695 +"2292",20894,2214 +"2293",20921,723 +"2294",20941,2725 +"2295",20975,1305 +"2296",20980,816 +"2297",20984,2502 +"2298",20988,455 +"2299",20989,92 +"2300",21012,2325 +"2301",21016,2339 +"2302",21027,560 +"2303",21029,1943 +"2304",21044,1574 +"2305",21076,1591 +"2306",21079,1997 +"2307",21092,1643 +"2308",21095,856 +"2309",21104,2327 +"2310",21122,1701 +"2311",21126,2331 +"2312",21133,1320 +"2313",21138,2849 +"2314",21142,2414 +"2315",21164,1645 +"2316",21165,1112 +"2317",21180,2762 +"2318",21193,2490 +"2319",21197,1437 +"2320",21198,935 +"2321",21207,1258 +"2322",21209,2184 +"2323",21214,688 +"2324",21225,1945 +"2325",21227,2110 +"2326",21235,541 +"2327",21240,1162 +"2328",21246,1612 +"2329",21248,2232 +"2330",21249,1635 +"2331",21261,111 +"2332",21275,2609 +"2333",21281,1922 +"2334",21285,2100 +"2335",21290,894 +"2336",21318,780 +"2337",21324,2413 +"2338",21345,2449 +"2339",21346,74 +"2340",21352,1604 +"2341",21356,213 +"2342",21358,1970 +"2343",21362,2515 +"2344",21364,1422 +"2345",21383,971 +"2346",21386,536 +"2347",21401,1440 +"2348",21406,2714 +"2349",21407,2728 +"2350",21416,2375 +"2351",21417,2422 +"2352",21419,1243 +"2353",21422,935 +"2354",21424,1303 +"2355",21448,2332 +"2356",21463,2437 +"2357",21479,2134 +"2358",21480,1646 +"2359",21487,2203 +"2360",21493,2286 +"2361",21496,1224 +"2362",21504,2328 +"2363",21527,1422 +"2364",21528,1807 +"2365",21535,404 +"2366",21563,1138 +"2367",21566,1234 +"2368",21571,2755 +"2369",21575,1762 +"2370",21581,781 +"2371",21593,1312 +"2372",21617,516 +"2373",21620,1056 +"2374",21638,1750 +"2375",21658,1222 +"2376",21670,2158 +"2377",21681,2005 +"2378",21682,2414 +"2379",21684,1971 +"2380",21688,2005 +"2381",21693,2176 +"2382",21701,1198 +"2383",21706,1988 +"2384",21719,2708 +"2385",21720,2637 +"2386",21734,2528 +"2387",21741,1574 +"2388",21753,1838 +"2389",21754,1881 +"2390",21755,817 +"2391",21758,1331 +"2392",21772,663 +"2393",21773,323 +"2394",21795,2653 +"2395",21810,1579 +"2396",21815,2032 +"2397",21832,1755 +"2398",21838,2106 +"2399",21872,2458 +"2400",21883,195 +"2401",21895,1693 +"2402",21898,1351 +"2403",21911,1184 +"2404",21920,2367 +"2405",21929,2062 +"2406",21942,2041 +"2407",21945,2781 +"2408",21950,1892 +"2409",21955,2832 +"2410",21960,1517 +"2411",21976,1808 +"2412",21985,2075 +"2413",22006,1202 +"2414",22009,581 +"2415",22011,885 +"2416",22022,1540 +"2417",22025,1591 +"2418",22033,1356 +"2419",22041,2733 +"2420",22050,966 +"2421",22057,974 +"2422",22080,2436 +"2423",22108,1915 +"2424",22130,146 +"2425",22140,942 +"2426",22141,2348 +"2427",22143,1332 +"2428",22151,175 +"2429",22165,1501 +"2430",22166,994 +"2431",22169,673 +"2432",22175,569 +"2433",22180,1835 +"2434",22181,1274 +"2435",22185,1174 +"2436",22197,2271 +"2437",22207,2365 +"2438",22211,340 +"2439",22216,1956 +"2440",22228,601 +"2441",22240,221 +"2442",22242,1690 +"2443",22244,2139 +"2444",22249,1892 +"2445",22256,829 +"2446",22260,2137 +"2447",22272,1243 +"2448",22277,2424 +"2449",22282,1418 +"2450",22292,1910 +"2451",22297,1904 +"2452",22311,2034 +"2453",22317,1552 +"2454",22326,2818 +"2455",22331,2687 +"2456",22353,1231 +"2457",22357,1397 +"2458",22362,1836 +"2459",22364,1809 +"2460",22374,1226 +"2461",22389,2034 +"2462",22403,1630 +"2463",22404,2399 +"2464",22410,2158 +"2465",22415,2841 +"2466",22422,894 +"2467",22455,1197 +"2468",22458,1586 +"2469",22462,869 +"2470",22474,2446 +"2471",22488,2434 +"2472",22501,1006 +"2473",22532,568 +"2474",22537,436 +"2475",22543,1594 +"2476",22554,620 +"2477",22559,566 +"2478",22566,2308 +"2479",22567,2396 +"2480",22571,655 +"2481",22578,2216 +"2482",22580,2245 +"2483",22586,1341 +"2484",22596,65 +"2485",22635,310 +"2486",22639,2352 +"2487",22652,1544 +"2488",22681,551 +"2489",22682,2035 +"2490",22684,569 +"2491",22704,1150 +"2492",22705,1016 +"2493",22709,2743 +"2494",22714,2793 +"2495",22722,1233 +"2496",22723,2859 +"2497",22743,1736 +"2498",22744,1907 +"2499",22746,913 +"2500",22749,1727 +"2501",22766,1945 +"2502",22777,2353 +"2503",22785,1733 +"2504",22808,2297 +"2505",22850,878 +"2506",22857,1708 +"2507",22874,404 +"2508",22877,75 +"2509",22884,1608 +"2510",22885,1702 +"2511",22893,1938 +"2512",22895,2704 +"2513",22898,2316 +"2514",22905,2599 +"2515",22908,2134 +"2516",22932,2469 +"2517",22937,244 +"2518",22945,237 +"2519",22950,2576 +"2520",22964,1443 +"2521",22966,2112 +"2522",22980,158 +"2523",23000,1815 +"2524",23006,1532 +"2525",23011,2763 +"2526",23012,207 +"2527",23015,1362 +"2528",23043,1109 +"2529",23059,131 +"2530",23076,410 +"2531",23077,2599 +"2532",23088,529 +"2533",23098,2300 +"2534",23112,1192 +"2535",23121,2108 +"2536",23126,904 +"2537",23131,1732 +"2538",23132,2756 +"2539",23139,2644 +"2540",23140,2787 +"2541",23154,2345 +"2542",23158,659 +"2543",23159,1548 +"2544",23179,1675 +"2545",23206,2805 +"2546",23216,2424 +"2547",23223,2094 +"2548",23224,2372 +"2549",23232,884 +"2550",23246,1168 +"2551",23257,113 +"2552",23268,2258 +"2553",23277,1267 +"2554",23280,536 +"2555",23282,1225 +"2556",23301,1611 +"2557",23302,2677 +"2558",23310,2371 +"2559",23312,2449 +"2560",23319,2867 +"2561",23325,2779 +"2562",23330,448 +"2563",23338,105 +"2564",23364,2306 +"2565",23382,803 +"2566",23395,1948 +"2567",23398,896 +"2568",23403,607 +"2569",23430,904 +"2570",23450,967 +"2571",23460,2183 +"2572",23471,2488 +"2573",23486,1831 +"2574",23487,1658 +"2575",23488,1523 +"2576",23492,1067 +"2577",23493,706 +"2578",23498,2398 +"2579",23506,1172 +"2580",23508,1907 +"2581",23509,2275 +"2582",23513,900 +"2583",23526,1998 +"2584",23534,1659 +"2585",23550,2939 +"2586",23560,2051 +"2587",23562,329 +"2588",23572,772 +"2589",23588,851 +"2590",23591,2831 +"2591",23597,1080 +"2592",23603,2048 +"2593",23639,2065 +"2594",23641,1934 +"2595",23652,803 +"2596",23668,144 +"2597",23679,934 +"2598",23692,1540 +"2599",23704,2278 +"2600",23705,2699 +"2601",23715,1859 +"2602",23725,2378 +"2603",23726,2434 +"2604",23727,1734 +"2605",23728,2601 +"2606",23729,1624 +"2607",23731,1656 +"2608",23736,571 +"2609",23739,2463 +"2610",23745,1968 +"2611",23751,1740 +"2612",23756,2309 +"2613",23771,1614 +"2614",23787,2810 +"2615",23802,1713 +"2616",23806,1671 +"2617",23825,1913 +"2618",23869,1918 +"2619",23879,438 +"2620",23880,1960 +"2621",23890,1810 +"2622",23911,935 +"2623",23918,1881 +"2624",23963,647 +"2625",23965,165 +"2626",23966,891 +"2627",23970,1624 +"2628",23975,2143 +"2629",23979,1113 +"2630",24005,1188 +"2631",24042,2880 +"2632",24044,1076 +"2633",24060,2349 +"2634",24066,1755 +"2635",24069,2697 +"2636",24076,1169 +"2637",24085,1253 +"2638",24086,2663 +"2639",24096,2612 +"2640",24104,817 +"2641",24109,504 +"2642",24116,1413 +"2643",24141,470 +"2644",24146,2003 +"2645",24169,1663 +"2646",24176,1986 +"2647",24195,1575 +"2648",24198,2217 +"2649",24204,840 +"2650",24206,2307 +"2651",24240,1755 +"2652",24252,639 +"2653",24253,2213 +"2654",24255,2770 +"2655",24256,2393 +"2656",24259,1281 +"2657",24264,1760 +"2658",24286,1280 +"2659",24293,1184 +"2660",24299,231 +"2661",24302,407 +"2662",24348,103 +"2663",24362,1287 +"2664",24392,2719 +"2665",24393,569 +"2666",24405,1443 +"2667",24421,1324 +"2668",24441,2256 +"2669",24444,1617 +"2670",24448,2289 +"2671",24456,1238 +"2672",24482,1649 +"2673",24497,1979 +"2674",24511,1871 +"2675",24512,1369 +"2676",24520,2196 +"2677",24522,158 +"2678",24558,2139 +"2679",24559,946 +"2680",24568,1937 +"2681",24579,1394 +"2682",24586,2465 +"2683",24591,2528 +"2684",24608,1630 +"2685",24610,2733 +"2686",24612,1875 +"2687",24615,229 +"2688",24648,1833 +"2689",24721,2326 +"2690",24722,341 +"2691",24734,338 +"2692",24753,2860 +"2693",24755,1319 +"2694",24756,2530 +"2695",24757,1939 +"2696",24761,2384 +"2697",24789,829 +"2698",24791,1833 +"2699",24793,1993 +"2700",24794,925 +"2701",24797,1342 +"2702",24800,293 +"2703",24802,824 +"2704",24807,2319 +"2705",24816,2161 +"2706",24825,2686 +"2707",24826,1382 +"2708",24853,1004 +"2709",24860,1204 +"2710",24866,2103 +"2711",24867,1861 +"2712",24892,803 +"2713",24902,2162 +"2714",24912,648 +"2715",24923,2785 +"2716",24949,2120 +"2717",24955,2424 +"2718",24962,2126 +"2719",24964,2491 +"2720",24974,702 +"2721",25017,1429 +"2722",25027,564 +"2723",25030,2017 +"2724",25033,929 +"2725",25043,903 +"2726",25053,2186 +"2727",25078,2312 +"2728",25109,979 +"2729",25129,2647 +"2730",25132,1188 +"2731",25134,61 +"2732",25139,816 +"2733",25163,1751 +"2734",25180,2489 +"2735",25185,341 +"2736",25198,1982 +"2737",25213,2338 +"2738",25241,1233 +"2739",25248,1938 +"2740",25253,115 +"2741",25259,1699 +"2742",25269,306 +"2743",25270,985 +"2744",25271,1172 +"2745",25286,1545 +"2746",25289,1790 +"2747",25295,341 +"2748",25298,2443 +"2749",25305,2447 +"2750",25325,2963 +"2751",25327,977 +"2752",25330,2370 +"2753",25341,1858 +"2754",25345,713 +"2755",25373,2783 +"2756",25378,1245 +"2757",25390,903 +"2758",25399,2784 +"2759",25407,551 +"2760",25440,2749 +"2761",25443,1441 +"2762",25451,698 +"2763",25462,2653 +"2764",25480,2747 +"2765",25486,2582 +"2766",25490,639 +"2767",25508,2081 +"2768",25518,1955 +"2769",25530,2884 +"2770",25541,917 +"2771",25543,724 +"2772",25544,2475 +"2773",25561,1128 +"2774",25565,2764 +"2775",25569,2317 +"2776",25577,1946 +"2777",25595,768 +"2778",25610,2328 +"2779",25622,1985 +"2780",25637,2688 +"2781",25643,1646 +"2782",25677,632 +"2783",25678,1558 +"2784",25680,1618 +"2785",25693,517 +"2786",25698,2009 +"2787",25718,432 +"2788",25721,2212 +"2789",25722,1697 +"2790",25730,1206 +"2791",25741,2853 +"2792",25745,2403 +"2793",25751,1523 +"2794",25816,2088 +"2795",25832,1689 +"2796",25874,2088 +"2797",25879,630 +"2798",25885,1223 +"2799",25886,1580 +"2800",25914,446 +"2801",25941,2369 +"2802",25950,1618 +"2803",25971,2608 +"2804",25976,659 +"2805",25985,2071 +"2806",26025,591 +"2807",26031,1397 +"2808",26067,2069 +"2809",26080,2525 +"2810",26083,2038 +"2811",26100,1966 +"2812",26101,349 +"2813",26106,2015 +"2814",26124,2356 +"2815",26127,62 +"2816",26138,1902 +"2817",26144,591 +"2818",26152,2818 +"2819",26155,1802 +"2820",26182,2775 +"2821",26217,42 +"2822",26218,2460 +"2823",26224,2479 +"2824",26227,2265 +"2825",26234,2183 +"2826",26249,2301 +"2827",26282,1241 +"2828",26286,2023 +"2829",26317,2376 +"2830",26322,1018 +"2831",26336,1904 +"2832",26342,527 +"2833",26351,2683 +"2834",26359,2535 +"2835",26366,1688 +"2836",26374,2133 +"2837",26408,1545 +"2838",26418,2141 +"2839",26421,2634 +"2840",26428,2203 +"2841",26431,170 +"2842",26436,2489 +"2843",26450,1709 +"2844",26451,2133 +"2845",26458,90 +"2846",26462,140 +"2847",26471,1061 +"2848",26478,1963 +"2849",26479,1818 +"2850",26513,2205 +"2851",26516,2479 +"2852",26524,982 +"2853",26551,652 +"2854",26567,1158 +"2855",26570,1669 +"2856",26573,1715 +"2857",26577,933 +"2858",26582,2772 +"2859",26595,1566 +"2860",26597,2070 +"2861",26603,2508 +"2862",26605,245 +"2863",26608,2329 +"2864",26621,1100 +"2865",26629,1824 +"2866",26642,2952 +"2867",26658,2745 +"2868",26659,903 +"2869",26669,1156 +"2870",26671,2279 +"2871",26684,261 +"2872",26695,2340 +"2873",26698,1963 +"2874",26700,1663 +"2875",26705,2261 +"2876",26706,1846 +"2877",26713,1235 +"2878",26716,1765 +"2879",26721,2586 +"2880",26734,2299 +"2881",26737,855 +"2882",26740,2695 +"2883",26741,1792 +"2884",26749,2965 +"2885",26765,2790 +"2886",26766,1161 +"2887",26771,2141 +"2888",26793,2104 +"2889",26796,2384 +"2890",26809,1656 +"2891",26818,1999 +"2892",26838,685 +"2893",26847,1902 +"2894",26848,2363 +"2895",26865,2726 +"2896",26867,1804 +"2897",26873,419 +"2898",26883,1150 +"2899",26903,2092 +"2900",26907,697 +"2901",26957,987 +"2902",26959,1961 +"2903",26974,1672 +"2904",27001,1761 +"2905",27008,911 +"2906",27012,498 +"2907",27016,1611 +"2908",27027,2285 +"2909",27030,2031 +"2910",27074,1454 +"2911",27085,125 +"2912",27104,1608 +"2913",27110,620 +"2914",27112,500 +"2915",27116,963 +"2916",27130,1880 +"2917",27135,798 +"2918",27173,2050 +"2919",27175,1447 +"2920",27195,2158 +"2921",27205,966 +"2922",27224,354 +"2923",27255,1232 +"2924",27260,878 +"2925",27261,1368 +"2926",27275,2656 +"2927",27277,1994 +"2928",27280,1965 +"2929",27297,1382 +"2930",27312,2469 +"2931",27320,2378 +"2932",27323,943 +"2933",27334,2750 +"2934",27339,486 +"2935",27355,870 +"2936",27363,1508 +"2937",27365,231 +"2938",27377,1724 +"2939",27379,2461 +"2940",27390,2425 +"2941",27391,2378 +"2942",27397,2456 +"2943",27399,1866 +"2944",27427,2325 +"2945",27458,647 +"2946",27478,2485 +"2947",27480,582 +"2948",27484,1634 +"2949",27501,1981 +"2950",27509,2067 +"2951",27512,947 +"2952",27543,666 +"2953",27545,855 +"2954",27557,2911 +"2955",27570,1559 +"2956",27623,2970 +"2957",27628,2389 +"2958",27642,1531 +"2959",27658,186 +"2960",27686,2844 +"2961",27694,2030 +"2962",27722,1266 +"2963",27737,578 +"2964",27742,2700 +"2965",27744,861 +"2966",27753,2750 +"2967",27767,1170 +"2968",27783,2302 +"2969",27792,1308 +"2970",27796,2151 +"2971",27825,2161 +"2972",27826,2824 +"2973",27837,1315 +"2974",27849,1316 +"2975",27860,1588 +"2976",27868,1607 +"2977",27881,243 +"2978",27882,1897 +"2979",27897,1968 +"2980",27908,2576 +"2981",27914,2507 +"2982",27932,2213 +"2983",27950,1380 +"2984",27965,555 +"2985",28002,914 +"2986",28005,325 +"2987",28011,2639 +"2988",28015,1624 +"2989",28048,1637 +"2990",28050,1955 +"2991",28051,2089 +"2992",28053,2292 +"2993",28056,1505 +"2994",28057,1067 +"2995",28065,943 +"2996",28081,1927 +"2997",28090,1755 +"2998",28094,1423 +"2999",28101,1949 +"3000",28102,2287 +"3001",28115,1835 +"3002",28116,1643 +"3003",28124,434 +"3004",28130,908 +"3005",28131,1492 +"3006",28168,2702 +"3007",28179,2689 +"3008",28190,1634 +"3009",28193,1032 +"3010",28195,1407 +"3011",28203,2117 +"3012",28216,1910 +"3013",28218,2048 +"3014",28230,109 +"3015",28233,1608 +"3016",28255,1200 +"3017",28268,2258 +"3018",28274,493 +"3019",28282,89 +"3020",28285,2972 +"3021",28290,430 +"3022",28296,2944 +"3023",28299,466 +"3024",28303,2089 +"3025",28327,2053 +"3026",28335,1240 +"3027",28355,2053 +"3028",28357,1134 +"3029",28361,129 +"3030",28368,2721 +"3031",28380,473 +"3032",28382,1874 +"3033",28383,1222 +"3034",28389,1124 +"3035",28406,81 +"3036",28432,1954 +"3037",28434,1141 +"3038",28440,675 +"3039",28446,917 +"3040",28501,2242 +"3041",28525,1273 +"3042",28545,552 +"3043",28559,1525 +"3044",28567,2398 +"3045",28571,1556 +"3046",28573,447 +"3047",28579,1722 +"3048",28582,2698 +"3049",28588,1335 +"3050",28592,2320 +"3051",28626,2842 +"3052",28627,2694 +"3053",28628,2148 +"3054",28630,270 +"3055",28635,2368 +"3056",28640,1475 +"3057",28648,1586 +"3058",28725,251 +"3059",28731,955 +"3060",28752,709 +"3061",28782,2272 +"3062",28784,1579 +"3063",28800,528 +"3064",28808,1063 +"3065",28824,2412 +"3066",28826,2627 +"3067",28837,2286 +"3068",28869,2425 +"3069",28874,2329 +"3070",28892,2023 +"3071",28893,2764 +"3072",28896,1395 +"3073",28899,376 +"3074",28904,926 +"3075",28905,430 +"3076",28909,978 +"3077",28914,580 +"3078",28923,2362 +"3079",28934,870 +"3080",28970,2111 +"3081",28978,197 +"3082",28982,2746 +"3083",28991,1688 +"3084",28999,1494 +"3085",29004,2596 +"3086",29005,238 +"3087",29050,1196 +"3088",29066,224 +"3089",29067,1538 +"3090",29073,2328 +"3091",29079,265 +"3092",29089,1344 +"3093",29093,1933 +"3094",29095,2531 +"3095",29100,843 +"3096",29115,1047 +"3097",29116,2128 +"3098",29117,1250 +"3099",29124,199 +"3100",29170,1846 +"3101",29215,2246 +"3102",29224,2011 +"3103",29243,2011 +"3104",29258,1932 +"3105",29267,1234 +"3106",29275,949 +"3107",29276,2000 +"3108",29280,2499 +"3109",29286,1612 +"3110",29289,1756 +"3111",29295,2043 +"3112",29308,2094 +"3113",29310,2358 +"3114",29311,1849 +"3115",29314,2736 +"3116",29319,2314 +"3117",29353,502 +"3118",29354,1123 +"3119",29359,2742 +"3120",29360,80 +"3121",29372,528 +"3122",29389,778 +"3123",29409,2199 +"3124",29436,1718 +"3125",29449,2916 +"3126",29454,2719 +"3127",29456,1182 +"3128",29473,2602 +"3129",29481,2452 +"3130",29495,1612 +"3131",29503,2609 +"3132",29512,1594 +"3133",29534,1199 +"3134",29556,907 +"3135",29578,1957 +"3136",29580,2776 +"3137",29613,70 +"3138",29614,256 +"3139",29627,882 +"3140",29656,1902 +"3141",29667,531 +"3142",29683,2025 +"3143",29687,1453 +"3144",29696,73 +"3145",29704,2294 +"3146",29705,607 +"3147",29722,1305 +"3148",29750,689 +"3149",29756,2051 +"3150",29771,283 +"3151",29775,2064 +"3152",29778,840 +"3153",29791,1986 +"3154",29818,1677 +"3155",29824,2772 +"3156",29825,2603 +"3157",29842,2280 +"3158",29864,2479 +"3159",29875,1610 +"3160",29876,971 +"3161",29880,1383 +"3162",29884,1239 +"3163",29899,2375 +"3164",29912,144 +"3165",29914,199 +"3166",29915,848 +"3167",29917,1962 +"3168",29918,1953 +"3169",29923,626 +"3170",29929,2789 +"3171",29930,2240 +"3172",29941,1986 +"3173",29948,2795 +"3174",29962,2201 +"3175",29977,2781 +"3176",29982,1372 +"3177",29985,1568 +"3178",29987,956 +"3179",29990,1168 +"3180",29997,1789 +"3181",30010,2917 +"3182",30016,1124 +"3183",30034,2357 +"3184",30042,192 +"3185",30052,2855 +"3186",30057,504 +"3187",30065,604 +"3188",30081,2403 +"3189",30088,2095 +"3190",30092,1593 +"3191",30095,1578 +"3192",30096,2082 +"3193",30119,1961 +"3194",30145,607 +"3195",30150,1704 +"3196",30164,404 +"3197",30165,1409 +"3198",30173,2404 +"3199",30180,590 +"3200",30194,2874 +"3201",30236,2238 +"3202",30262,1715 +"3203",30283,103 +"3204",30306,1606 +"3205",30308,237 +"3206",30309,1449 +"3207",30317,2431 +"3208",30318,2395 +"3209",30322,2346 +"3210",30325,1067 +"3211",30329,848 +"3212",30331,2549 +"3213",30334,2075 +"3214",30350,2515 +"3215",30365,51 +"3216",30366,2532 +"3217",30368,2487 +"3218",30386,1833 +"3219",30394,541 +"3220",30404,1810 +"3221",30405,2164 +"3222",30410,1966 +"3223",30411,630 +"3224",30438,1617 +"3225",30442,2124 +"3226",30453,1535 +"3227",30486,1269 +"3228",30491,789 +"3229",30504,1573 +"3230",30507,2302 +"3231",30525,1964 +"3232",30544,2041 +"3233",30578,1095 +"3234",30602,960 +"3235",30609,988 +"3236",30618,1609 +"3237",30631,951 +"3238",30644,1251 +"3239",30660,2145 +"3240",30668,2882 +"3241",30669,1921 +"3242",30692,700 +"3243",30697,2891 +"3244",30701,368 +"3245",30705,2959 +"3246",30714,2485 +"3247",30738,1166 +"3248",30744,1398 +"3249",30746,1209 +"3250",30747,2455 +"3251",30798,1398 +"3252",30804,1614 +"3253",30819,2198 +"3254",30827,2323 +"3255",30850,1045 +"3256",30857,863 +"3257",30865,2038 +"3258",30870,2370 +"3259",30883,1629 +"3260",30891,1256 +"3261",30906,2537 +"3262",30915,1207 +"3263",30943,2287 +"3264",30956,168 +"3265",30967,818 +"3266",30974,947 +"3267",30981,2366 +"3268",31000,1526 +"3269",31001,2119 +"3270",31003,1859 +"3271",31017,1533 +"3272",31033,843 +"3273",31050,1491 +"3274",31054,1273 +"3275",31069,1995 +"3276",31087,1757 +"3277",31089,2952 +"3278",31093,2160 +"3279",31099,1356 +"3280",31109,1845 +"3281",31117,2210 +"3282",31124,2351 +"3283",31130,148 +"3284",31131,2810 +"3285",31132,2744 +"3286",31152,56 +"3287",31159,2231 +"3288",31164,1996 +"3289",31170,1776 +"3290",31209,1137 +"3291",31211,433 +"3292",31213,48 +"3293",31216,1244 +"3294",31235,2668 +"3295",31243,1355 +"3296",31251,2498 +"3297",31259,2082 +"3298",31262,2780 +"3299",31264,2335 +"3300",31272,487 +"3301",31279,965 +"3302",31281,1937 +"3303",31285,2328 +"3304",31286,1965 +"3305",31295,2183 +"3306",31303,1040 +"3307",31307,2139 +"3308",31317,1362 +"3309",31331,2964 +"3310",31335,2351 +"3311",31338,917 +"3312",31357,2389 +"3313",31386,273 +"3314",31395,1695 +"3315",31399,1396 +"3316",31405,958 +"3317",31408,994 +"3318",31431,91 +"3319",31436,2892 +"3320",31444,511 +"3321",31505,162 +"3322",31518,103 +"3323",31530,1661 +"3324",31540,1675 +"3325",31541,1500 +"3326",31542,2459 +"3327",31563,1756 +"3328",31581,2933 +"3329",31623,1712 +"3330",31652,2047 +"3331",31659,543 +"3332",31676,1598 +"3333",31685,2747 +"3334",31691,1657 +"3335",31696,1595 +"3336",31700,2727 +"3337",31705,2706 +"3338",31728,2286 +"3339",31740,306 +"3340",31752,2340 +"3341",31753,1514 +"3342",31783,1180 +"3343",31794,1919 +"3344",31795,412 +"3345",31797,1501 +"3346",31799,2547 +"3347",31832,2163 +"3348",31835,607 +"3349",31840,2389 +"3350",31855,2636 +"3351",31856,2630 +"3352",31864,1266 +"3353",31866,2101 +"3354",31868,1993 +"3355",31890,1487 +"3356",31898,1916 +"3357",31901,1251 +"3358",31906,1036 +"3359",31911,70 +"3360",31924,643 +"3361",31927,818 +"3362",31950,2217 +"3363",31977,2660 +"3364",31990,2264 +"3365",31997,1703 +"3366",32017,577 +"3367",32047,1858 +"3368",32048,2102 +"3369",32050,2059 +"3370",32060,1199 +"3371",32064,1739 +"3372",32070,950 +"3373",32079,2315 +"3374",32097,1307 +"3375",32103,1491 +"3376",32110,2224 +"3377",32113,882 +"3378",32116,449 +"3379",32131,1035 +"3380",32135,2776 +"3381",32149,541 +"3382",32157,1178 +"3383",32162,895 +"3384",32163,859 +"3385",32169,2504 +"3386",32173,2341 +"3387",32175,209 +"3388",32181,195 +"3389",32198,2117 +"3390",32202,2314 +"3391",32235,2109 +"3392",32240,706 +"3393",32271,843 +"3394",32276,2223 +"3395",32311,2396 +"3396",32312,1472 +"3397",32339,2430 +"3398",32350,1540 +"3399",32377,237 +"3400",32395,2735 +"3401",32409,857 +"3402",32417,478 +"3403",32419,1909 +"3404",32424,848 +"3405",32429,601 +"3406",32443,1542 +"3407",32449,2091 +"3408",32457,2690 +"3409",32470,1539 +"3410",32479,969 +"3411",32503,2020 +"3412",32516,2050 +"3413",32520,2425 +"3414",32532,2338 +"3415",32544,425 +"3416",32549,2111 +"3417",32560,1258 +"3418",32567,2784 +"3419",32576,2881 +"3420",32582,1929 +"3421",32589,2220 +"3422",32601,1033 +"3423",32606,2100 +"3424",32629,1789 +"3425",32642,158 +"3426",32648,669 +"3427",32651,877 +"3428",32658,1694 +"3429",32673,129 +"3430",32678,1439 +"3431",32694,1602 +"3432",32724,2581 +"3433",32729,907 +"3434",32735,213 +"3435",32739,875 +"3436",32761,2680 +"3437",32766,2385 +"3438",32775,2135 +"3439",32778,2310 +"3440",32780,424 +"3441",32811,804 +"3442",32818,2485 +"3443",32820,582 +"3444",32825,2346 +"3445",32841,1345 +"3446",32849,975 +"3447",32899,1369 +"3448",32904,2055 +"3449",32919,2321 +"3450",32920,2158 +"3451",32939,2277 +"3452",32942,2038 +"3453",32947,1091 +"3454",32959,2052 +"3455",32964,2252 +"3456",32965,2071 +"3457",32966,1583 +"3458",32988,2008 +"3459",33010,2189 +"3460",33017,1493 +"3461",33039,1759 +"3462",33040,2106 +"3463",33052,2251 +"3464",33079,2455 +"3465",33105,187 +"3466",33108,1559 +"3467",33160,2441 +"3468",33176,2630 +"3469",33184,2522 +"3470",33186,2240 +"3471",33200,2221 +"3472",33219,1173 +"3473",33223,2397 +"3474",33230,539 +"3475",33236,2297 +"3476",33241,632 +"3477",33244,188 +"3478",33278,1591 +"3479",33285,1327 +"3480",33314,1444 +"3481",33321,1570 +"3482",33322,518 +"3483",33341,2338 +"3484",33356,1586 +"3485",33357,69 +"3486",33363,2475 +"3487",33380,2340 +"3488",33383,1572 +"3489",33388,232 +"3490",33407,2496 +"3491",33430,2225 +"3492",33433,2805 +"3493",33451,1957 +"3494",33458,453 +"3495",33460,2781 +"3496",33470,2003 +"3497",33475,2367 +"3498",33483,182 +"3499",33491,1226 +"3500",33533,234 +"3501",33537,2406 +"3502",33540,1504 +"3503",33551,1734 +"3504",33562,1979 +"3505",33572,2370 +"3506",33588,1040 +"3507",33621,1319 +"3508",33622,2230 +"3509",33655,773 +"3510",33657,2336 +"3511",33665,787 +"3512",33672,2396 +"3513",33681,1059 +"3514",33691,949 +"3515",33697,1309 +"3516",33701,74 +"3517",33722,1225 +"3518",33755,2963 +"3519",33801,2899 +"3520",33834,1606 +"3521",33846,801 +"3522",33848,123 +"3523",33850,931 +"3524",33855,34 +"3525",33870,955 +"3526",33913,150 +"3527",33949,2489 +"3528",33955,1178 +"3529",33957,245 +"3530",33961,1269 +"3531",33981,1993 +"3532",33991,2249 +"3533",34000,203 +"3534",34018,400 +"3535",34025,242 +"3536",34037,486 +"3537",34055,1881 +"3538",34057,1657 +"3539",34094,1360 +"3540",34102,650 +"3541",34117,961 +"3542",34120,2786 +"3543",34123,1504 +"3544",34132,2076 +"3545",34136,2202 +"3546",34158,2639 +"3547",34160,1759 +"3548",34161,2789 +"3549",34162,2336 +"3550",34180,2617 +"3551",34216,2832 +"3552",34242,1206 +"3553",34250,87 +"3554",34274,1437 +"3555",34295,2735 +"3556",34311,2213 +"3557",34314,630 +"3558",34325,1982 +"3559",34327,2959 +"3560",34331,1727 +"3561",34334,1637 +"3562",34379,2355 +"3563",34395,583 +"3564",34426,2743 +"3565",34431,2319 +"3566",34441,1661 +"3567",34443,496 +"3568",34464,1741 +"3569",34472,837 +"3570",34478,2265 +"3571",34480,2755 +"3572",34491,2694 +"3573",34492,1798 +"3574",34498,2383 +"3575",34504,2310 +"3576",34509,1973 +"3577",34528,1323 +"3578",34559,1105 +"3579",34576,1727 +"3580",34588,985 +"3581",34596,527 +"3582",34648,1596 +"3583",34659,1924 +"3584",34684,609 +"3585",34693,1938 +"3586",34695,1930 +"3587",34707,2042 +"3588",34729,1506 +"3589",34735,2767 +"3590",34742,1883 +"3591",34758,689 +"3592",34776,1281 +"3593",34799,657 +"3594",34812,2442 +"3595",34813,975 +"3596",34815,2354 +"3597",34820,1630 +"3598",34831,1866 +"3599",34836,2302 +"3600",34842,2050 +"3601",34870,1873 +"3602",34875,1544 +"3603",34892,2309 +"3604",34899,2565 +"3605",34907,1945 +"3606",34908,2796 +"3607",34920,563 +"3608",34921,2181 +"3609",34923,218 +"3610",34934,645 +"3611",34945,1298 +"3612",34953,1817 +"3613",34954,1184 +"3614",34963,2251 +"3615",34984,2056 +"3616",34992,893 +"3617",34997,591 +"3618",35004,1509 +"3619",35029,2405 +"3620",35037,2974 +"3621",35039,1187 +"3622",35041,1311 +"3623",35045,1646 +"3624",35069,2069 +"3625",35095,1502 +"3626",35108,604 +"3627",35113,1327 +"3628",35133,2219 +"3629",35136,2296 +"3630",35186,1520 +"3631",35187,2488 +"3632",35235,2610 +"3633",35243,1102 +"3634",35256,2271 +"3635",35264,2329 +"3636",35286,395 +"3637",35301,1302 +"3638",35302,1589 +"3639",35317,1888 +"3640",35339,357 +"3641",35360,2043 +"3642",35361,2389 +"3643",35402,2339 +"3644",35413,1569 +"3645",35414,1959 +"3646",35428,2263 +"3647",35446,1203 +"3648",35448,1685 +"3649",35453,239 +"3650",35456,2358 +"3651",35464,2502 +"3652",35477,2703 +"3653",35481,2211 +"3654",35508,1362 +"3655",35514,2346 +"3656",35516,1229 +"3657",35518,1721 +"3658",35529,1620 +"3659",35531,2872 +"3660",35542,1439 +"3661",35544,397 +"3662",35573,2084 +"3663",35589,983 +"3664",35610,594 +"3665",35620,2092 +"3666",35640,495 +"3667",35673,1067 +"3668",35688,1551 +"3669",35709,464 +"3670",35715,2912 +"3671",35728,2017 +"3672",35738,2448 +"3673",35752,1158 +"3674",35772,1440 +"3675",35774,1969 +"3676",35777,1166 +"3677",35787,1132 +"3678",35797,2482 +"3679",35815,2789 +"3680",35816,2009 +"3681",35822,1903 +"3682",35837,2871 +"3683",35844,2961 +"3684",35854,1676 +"3685",35873,1377 +"3686",35888,2291 +"3687",35901,1650 +"3688",35903,1434 +"3689",35911,2370 +"3690",35919,663 +"3691",35926,2371 +"3692",35958,2383 +"3693",35972,172 +"3694",35980,2657 +"3695",35986,2491 +"3696",36007,2089 +"3697",36021,192 +"3698",36027,178 +"3699",36031,2342 +"3700",36087,2755 +"3701",36120,2971 +"3702",36124,1776 +"3703",36136,2338 +"3704",36174,1382 +"3705",36183,2117 +"3706",36200,708 +"3707",36215,1623 +"3708",36216,31 +"3709",36270,2910 +"3710",36275,614 +"3711",36278,2952 +"3712",36313,2372 +"3713",36316,455 +"3714",36327,870 +"3715",36344,2570 +"3716",36346,1240 +"3717",36347,1995 +"3718",36349,1622 +"3719",36394,1510 +"3720",36399,1357 +"3721",36427,544 +"3722",36439,2469 +"3723",36440,704 +"3724",36441,2796 +"3725",36446,1175 +"3726",36450,1591 +"3727",36478,2808 +"3728",36487,2622 +"3729",36491,1781 +"3730",36499,182 +"3731",36504,850 +"3732",36506,2638 +"3733",36514,1192 +"3734",36520,571 +"3735",36532,2248 +"3736",36554,1649 +"3737",36559,2473 +"3738",36563,647 +"3739",36574,2934 +"3740",36577,958 +"3741",36578,1484 +"3742",36599,541 +"3743",36609,2918 +"3744",36637,2085 +"3745",36645,547 +"3746",36646,2744 +"3747",36651,1600 +"3748",36656,1858 +"3749",36657,165 +"3750",36662,2967 +"3751",36666,1270 +"3752",36670,2298 +"3753",36678,2446 +"3754",36682,511 +"3755",36691,1903 +"3756",36701,2381 +"3757",36709,1629 +"3758",36714,2209 +"3759",36719,920 +"3760",36737,829 +"3761",36749,2714 +"3762",36763,2165 +"3763",36784,576 +"3764",36829,2722 +"3765",36832,199 +"3766",36837,1556 +"3767",36840,2269 +"3768",36862,2655 +"3769",36892,643 +"3770",36912,2469 +"3771",36915,280 +"3772",36950,2204 +"3773",36953,2790 +"3774",36962,2861 +"3775",36970,2693 +"3776",36975,887 +"3777",36979,2158 +"3778",36983,462 +"3779",36996,2321 +"3780",37009,2412 +"3781",37026,1428 +"3782",37036,2264 +"3783",37040,1667 +"3784",37059,2840 +"3785",37060,2840 +"3786",37065,276 +"3787",37108,1202 +"3788",37120,2622 +"3789",37149,1673 +"3790",37178,166 +"3791",37179,947 +"3792",37238,2609 +"3793",37279,2768 +"3794",37285,2428 +"3795",37301,2160 +"3796",37319,1205 +"3797",37332,1891 +"3798",37333,1612 +"3799",37334,398 +"3800",37342,2649 +"3801",37351,978 +"3802",37358,2128 +"3803",37361,2326 +"3804",37376,432 +"3805",37379,642 +"3806",37395,644 +"3807",37400,2860 +"3808",37418,2710 +"3809",37424,1693 +"3810",37427,915 +"3811",37444,174 +"3812",37454,1245 +"3813",37461,214 +"3814",37475,1509 +"3815",37486,2912 +"3816",37501,514 +"3817",37509,1640 +"3818",37522,1270 +"3819",37551,257 +"3820",37570,2389 +"3821",37597,150 +"3822",37611,1260 +"3823",37620,2716 +"3824",37625,407 +"3825",37628,819 +"3826",37632,1295 +"3827",37636,2178 +"3828",37637,1328 +"3829",37677,1908 +"3830",37684,2899 +"3831",37710,963 +"3832",37717,1201 +"3833",37726,2341 +"3834",37752,2223 +"3835",37758,1998 +"3836",37765,1134 +"3837",37766,520 +"3838",37800,604 +"3839",37801,2578 +"3840",37813,1920 +"3841",37836,1369 +"3842",37844,2002 +"3843",37850,76 +"3844",37858,248 +"3845",37859,1999 +"3846",37868,2876 +"3847",37873,1288 +"3848",37893,875 +"3849",37897,1685 +"3850",37915,1905 +"3851",37929,2393 +"3852",37934,1595 +"3853",37937,1320 +"3854",37975,889 +"3855",38002,1194 +"3856",38019,1870 +"3857",38038,2686 +"3858",38046,1163 +"3859",38048,867 +"3860",38055,1089 +"3861",38087,1083 +"3862",38098,65 +"3863",38103,1917 +"3864",38140,1866 +"3865",38144,2637 +"3866",38162,1691 +"3867",38183,2391 +"3868",38195,53 +"3869",38199,1493 +"3870",38213,1744 +"3871",38219,1689 +"3872",38224,98 +"3873",38227,2511 +"3874",38241,1931 +"3875",38259,2258 +"3876",38262,2219 +"3877",38263,2475 +"3878",38274,1181 +"3879",38284,1234 +"3880",38300,1149 +"3881",38307,2648 +"3882",38309,2644 +"3883",38333,1365 +"3884",38354,629 +"3885",38361,1936 +"3886",38368,795 +"3887",38373,1928 +"3888",38374,1890 +"3889",38422,1019 +"3890",38439,2025 +"3891",38449,1802 +"3892",38457,1630 +"3893",38458,1368 +"3894",38463,1675 +"3895",38467,1259 +"3896",38492,2280 +"3897",38505,2393 +"3898",38513,914 +"3899",38523,549 +"3900",38532,1234 +"3901",38551,2965 +"3902",38574,188 +"3903",38602,2693 +"3904",38633,2253 +"3905",38667,2880 +"3906",38676,2286 +"3907",38691,2585 +"3908",38693,2059 +"3909",38694,817 +"3910",38697,2701 +"3911",38727,2238 +"3912",38728,851 +"3913",38732,2263 +"3914",38754,835 +"3915",38755,2902 +"3916",38768,2734 +"3917",38774,144 +"3918",38780,2705 +"3919",38785,437 +"3920",38796,1642 +"3921",38800,2756 +"3922",38805,1031 +"3923",38807,631 +"3924",38816,1225 +"3925",38869,1675 +"3926",38885,2720 +"3927",38887,2468 +"3928",38908,1787 +"3929",38915,746 +"3930",38921,1880 +"3931",38938,1593 +"3932",38955,218 +"3933",38970,210 +"3934",38973,1999 +"3935",38975,1999 +"3936",38995,1940 +"3937",39009,1594 +"3938",39014,1188 +"3939",39044,470 +"3940",39062,2020 +"3941",39064,981 +"3942",39069,1802 +"3943",39081,1597 +"3944",39087,2765 +"3945",39105,2487 +"3946",39131,2491 +"3947",39135,2489 +"3948",39186,1258 +"3949",39187,2166 +"3950",39188,1948 +"3951",39189,2319 +"3952",39190,989 +"3953",39211,1908 +"3954",39217,504 +"3955",39238,922 +"3956",39245,517 +"3957",39249,1665 +"3958",39256,2449 +"3959",39258,2899 +"3960",39271,399 +"3961",39278,1952 +"3962",39281,1895 +"3963",39294,1889 +"3964",39321,2257 +"3965",39328,498 +"3966",39337,775 +"3967",39411,2384 +"3968",39418,1978 +"3969",39431,1460 +"3970",39439,2462 +"3971",39443,2277 +"3972",39444,2695 +"3973",39457,1533 +"3974",39464,2314 +"3975",39468,2327 +"3976",39484,281 +"3977",39507,793 +"3978",39512,2644 +"3979",39516,2393 +"3980",39522,1428 +"3981",39528,2150 +"3982",39534,2410 +"3983",39535,2428 +"3984",39539,1274 +"3985",39548,2389 +"3986",39554,1988 +"3987",39556,2747 +"3988",39563,486 +"3989",39570,496 +"3990",39577,1728 +"3991",39589,1292 +"3992",39622,2348 +"3993",39627,546 +"3994",39648,230 +"3995",39657,1947 +"3996",39697,669 +"3997",39723,778 +"3998",39735,2294 +"3999",39746,1361 +"4000",39748,1566 +"4001",39777,1936 +"4002",39796,407 +"4003",39799,2344 +"4004",39800,802 +"4005",39802,206 +"4006",39827,2321 +"4007",39864,2279 +"4008",39865,849 +"4009",39875,2422 +"4010",39880,1620 +"4011",39893,1601 +"4012",39906,2365 +"4013",39911,1445 +"4014",39982,1529 +"4015",39987,2096 +"4016",39999,1593 +"4017",40003,936 +"4018",40009,1341 +"4019",40014,2608 +"4020",40022,2307 +"4021",40028,1349 +"4022",40034,1689 +"4023",40035,2742 +"4024",40049,1226 +"4025",40072,1182 +"4026",40100,33 +"4027",40113,451 +"4028",40129,2162 +"4029",40136,1149 +"4030",40137,1718 +"4031",40138,2719 +"4032",40147,141 +"4033",40186,199 +"4034",40200,190 +"4035",40214,1941 +"4036",40221,1251 +"4037",40226,880 +"4038",40262,2291 +"4039",40264,1418 +"4040",40282,1581 +"4041",40283,1657 +"4042",40293,1671 +"4043",40295,2703 +"4044",40296,1674 +"4045",40297,494 +"4046",40305,293 +"4047",40309,871 +"4048",40329,412 +"4049",40368,2876 +"4050",40369,2735 +"4051",40383,2639 +"4052",40392,1878 +"4053",40393,1626 +"4054",40407,1972 +"4055",40417,771 +"4056",40432,1956 +"4057",40472,549 +"4058",40475,159 +"4059",40487,2512 +"4060",40488,486 +"4061",40492,1286 +"4062",40493,1981 +"4063",40499,1179 +"4064",40510,943 +"4065",40537,1284 +"4066",40541,580 +"4067",40542,1664 +"4068",40565,2115 +"4069",40572,2666 +"4070",40609,845 +"4071",40623,2580 +"4072",40630,930 +"4073",40640,2257 +"4074",40645,1899 +"4075",40646,1583 +"4076",40672,1315 +"4077",40675,1595 +"4078",40698,1408 +"4079",40703,1608 +"4080",40707,1547 +"4081",40715,2258 +"4082",40731,54 +"4083",40739,590 +"4084",40747,958 +"4085",40748,1328 +"4086",40756,2329 +"4087",40759,2789 +"4088",40760,1915 +"4089",40769,493 +"4090",40796,540 +"4091",40819,1556 +"4092",40820,900 +"4093",40832,634 +"4094",40850,1396 +"4095",40879,2019 +"4096",40889,465 +"4097",40893,1116 +"4098",40898,242 +"4099",40910,2469 +"4100",40913,1800 +"4101",40923,989 +"4102",40931,2301 +"4103",40937,2639 +"4104",40954,2603 +"4105",40988,2793 +"4106",41000,2011 +"4107",41001,168 +"4108",41004,2561 +"4109",41014,1152 +"4110",41021,978 +"4111",41023,2408 +"4112",41033,1839 +"4113",41051,2767 +"4114",41064,1201 +"4115",41070,263 +"4116",41075,1176 +"4117",41077,864 +"4118",41078,1920 +"4119",41085,637 +"4120",41088,1135 +"4121",41098,1857 +"4122",41108,1624 +"4123",41118,1091 +"4124",41134,2952 +"4125",41141,2159 +"4126",41174,850 +"4127",41180,1556 +"4128",41185,1929 +"4129",41187,2340 +"4130",41211,896 +"4131",41238,51 +"4132",41240,2220 +"4133",41245,270 +"4134",41250,1703 +"4135",41278,1873 +"4136",41307,103 +"4137",41315,439 +"4138",41330,2720 +"4139",41338,1553 +"4140",41350,1935 +"4141",41381,829 +"4142",41393,1915 +"4143",41402,2313 +"4144",41407,1951 +"4145",41418,535 +"4146",41429,1770 +"4147",41439,709 +"4148",41446,1103 +"4149",41447,2405 +"4150",41472,2451 +"4151",41478,957 +"4152",41489,2006 +"4153",41518,1641 +"4154",41521,2069 +"4155",41523,1160 +"4156",41581,1692 +"4157",41598,2291 +"4158",41603,1942 +"4159",41607,2802 +"4160",41625,1794 +"4161",41633,1976 +"4162",41654,443 +"4163",41664,2641 +"4164",41669,1247 +"4165",41682,1988 +"4166",41694,2358 +"4167",41718,804 +"4168",41723,2101 +"4169",41739,1339 +"4170",41747,1722 +"4171",41748,1480 +"4172",41757,145 +"4173",41764,2409 +"4174",41770,2752 +"4175",41805,199 +"4176",41832,1155 +"4177",41837,2399 +"4178",41843,571 +"4179",41848,221 +"4180",41872,2974 +"4181",41900,1970 +"4182",41901,630 +"4183",41936,2258 +"4184",41945,2856 +"4185",41953,945 +"4186",41955,2479 +"4187",41969,2189 +"4188",41972,2509 +"4189",41978,2824 +"4190",41998,2400 +"4191",42006,862 +"4192",42009,1647 +"4193",42023,2231 +"4194",42062,889 +"4195",42129,2318 +"4196",42136,2551 +"4197",42175,1594 +"4198",42177,2743 +"4199",42186,955 +"4200",42195,573 +"4201",42196,2765 +"4202",42213,837 +"4203",42216,2722 +"4204",42254,1052 +"4205",42256,2839 +"4206",42259,1235 +"4207",42264,1702 +"4208",42280,2266 +"4209",42331,1585 +"4210",42333,2234 +"4211",42372,2230 +"4212",42373,871 +"4213",42382,2224 +"4214",42390,2937 +"4215",42399,1007 +"4216",42407,2408 +"4217",42446,202 +"4218",42474,2322 +"4219",42486,1951 +"4220",42505,2008 +"4221",42515,2752 +"4222",42522,2592 +"4223",42543,1907 +"4224",42562,1195 +"4225",42574,2842 +"4226",42585,1933 +"4227",42618,2316 +"4228",42619,2017 +"4229",42628,2486 +"4230",42642,2257 +"4231",42648,167 +"4232",42687,1952 +"4233",42693,1968 +"4234",42713,1995 +"4235",42715,987 +"4236",42717,2588 +"4237",42722,2368 +"4238",42725,630 +"4239",42740,403 +"4240",42747,1189 +"4241",42756,1384 +"4242",42773,385 +"4243",42783,2338 +"4244",42799,2729 +"4245",42813,2142 +"4246",42814,1149 +"4247",42836,1939 +"4248",42837,1096 +"4249",42852,1316 +"4250",42864,1151 +"4251",42883,2575 +"4252",42906,1748 +"4253",42914,1737 +"4254",42925,1358 +"4255",42935,2400 +"4256",42946,2900 +"4257",42948,101 +"4258",42956,932 +"4259",42965,2229 +"4260",42967,512 +"4261",42972,2954 +"4262",42998,1978 +"4263",43021,943 +"4264",43023,181 +"4265",43025,2824 +"4266",43027,1277 +"4267",43046,419 +"4268",43051,904 +"4269",43058,1608 +"4270",43075,114 +"4271",43077,884 +"4272",43094,220 +"4273",43110,375 +"4274",43112,2564 +"4275",43114,1537 +"4276",43115,1500 +"4277",43135,1171 +"4278",43153,1381 +"4279",43159,512 +"4280",43169,594 +"4281",43173,2895 +"4282",43201,957 +"4283",43204,1680 +"4284",43207,635 +"4285",43213,2160 +"4286",43225,1835 +"4287",43226,2442 +"4288",43250,1300 +"4289",43311,1553 +"4290",43335,1412 +"4291",43349,2400 +"4292",43360,979 +"4293",43383,2960 +"4294",43385,1623 +"4295",43404,2649 +"4296",43428,1299 +"4297",43440,1889 +"4298",43455,2846 +"4299",43479,2178 +"4300",43481,875 +"4301",43490,2463 +"4302",43518,2680 +"4303",43520,2560 +"4304",43524,2572 +"4305",43543,1457 +"4306",43551,1993 +"4307",43566,2730 +"4308",43568,837 +"4309",43585,1066 +"4310",43593,2704 +"4311",43614,1712 +"4312",43635,1196 +"4313",43660,2320 +"4314",43671,1224 +"4315",43673,2787 +"4316",43701,2400 +"4317",43725,935 +"4318",43728,2308 +"4319",43743,1229 +"4320",43756,2881 +"4321",43768,1468 +"4322",43769,2394 +"4323",43786,1173 +"4324",43788,209 +"4325",43796,2476 +"4326",43839,1685 +"4327",43847,222 +"4328",43862,2539 +"4329",43883,925 +"4330",43902,1726 +"4331",43905,756 +"4332",43926,2672 +"4333",43929,2749 +"4334",43941,1289 +"4335",43952,168 +"4336",43953,2203 +"4337",43957,1824 +"4338",43960,1293 +"4339",43961,2443 +"4340",43978,2698 +"4341",44025,1935 +"4342",44056,2092 +"4343",44059,525 +"4344",44065,166 +"4345",44068,1056 +"4346",44074,1299 +"4347",44089,1632 +"4348",44102,989 +"4349",44132,1999 +"4350",44135,2620 +"4351",44151,1796 +"4352",44160,859 +"4353",44161,1156 +"4354",44181,1034 +"4355",44188,1609 +"4356",44193,989 +"4357",44235,2700 +"4358",44268,2436 +"4359",44280,1867 +"4360",44288,521 +"4361",44299,1874 +"4362",44306,1036 +"4363",44312,2741 +"4364",44341,1230 +"4365",44383,2737 +"4366",44403,2429 +"4367",44405,1855 +"4368",44407,2154 +"4369",44414,1329 +"4370",44420,2184 +"4371",44421,956 +"4372",44427,2875 +"4373",44433,2224 +"4374",44447,165 +"4375",44464,1619 +"4376",44466,1607 +"4377",44473,1685 +"4378",44497,2401 +"4379",44501,2567 +"4380",44502,484 +"4381",44521,1593 +"4382",44557,2371 +"4383",44564,2034 +"4384",44566,1626 +"4385",44582,197 +"4386",44598,2356 +"4387",44603,2748 +"4388",44636,1026 +"4389",44641,1981 +"4390",44648,619 +"4391",44654,2916 +"4392",44669,1594 +"4393",44676,2629 +"4394",44684,1220 +"4395",44688,2924 +"4396",44694,2220 +"4397",44705,505 +"4398",44720,1202 +"4399",44723,1224 +"4400",44727,1227 +"4401",44728,451 +"4402",44729,588 +"4403",44730,2468 +"4404",44744,2032 +"4405",44749,1303 +"4406",44759,2419 +"4407",44763,1324 +"4408",44768,2516 +"4409",44769,2411 +"4410",44773,1355 +"4411",44780,2534 +"4412",44786,1096 +"4413",44795,635 +"4414",44819,2063 +"4415",44844,535 +"4416",44868,2149 +"4417",44877,1219 +"4418",44878,1620 +"4419",44885,2670 +"4420",44892,221 +"4421",44894,2048 +"4422",44899,2386 +"4423",44921,550 +"4424",44949,324 +"4425",44971,955 +"4426",44982,1592 +"4427",45030,2776 +"4428",45039,1663 +"4429",45053,1543 +"4430",45096,766 +"4431",45134,2758 +"4432",45136,877 +"4433",45138,2516 +"4434",45186,835 +"4435",45207,1755 +"4436",45225,474 +"4437",45239,2535 +"4438",45275,1557 +"4439",45277,1777 +"4440",45290,2731 +"4441",45297,1864 +"4442",45299,2426 +"4443",45302,2390 +"4444",45329,1693 +"4445",45343,2360 +"4446",45355,1450 +"4447",45362,844 +"4448",45375,862 +"4449",45449,1610 +"4450",45450,1590 +"4451",45460,918 +"4452",45461,2458 +"4453",45473,2540 +"4454",45480,1104 +"4455",45487,2256 +"4456",45496,1244 +"4457",45499,2346 +"4458",45504,2301 +"4459",45518,494 +"4460",45545,1776 +"4461",45549,1322 +"4462",45560,2308 +"4463",45562,623 +"4464",45585,2384 +"4465",45595,1481 +"4466",45605,845 +"4467",45608,2420 +"4468",45618,2356 +"4469",45628,527 +"4470",45633,2134 +"4471",45650,1528 +"4472",45660,618 +"4473",45664,2235 +"4474",45684,2200 +"4475",45704,2687 +"4476",45715,2287 +"4477",45727,477 +"4478",45729,2606 +"4479",45730,2063 +"4480",45742,2566 +"4481",45746,609 +"4482",45776,1195 +"4483",45823,276 +"4484",45869,2840 +"4485",45874,944 +"4486",45878,1017 +"4487",45886,2449 +"4488",45903,2237 +"4489",45904,1011 +"4490",45905,2785 +"4491",45914,227 +"4492",45921,172 +"4493",45927,1542 +"4494",45939,1930 +"4495",45959,1880 +"4496",45967,2195 +"4497",45975,157 +"4498",45983,1260 +"4499",45992,1182 +"4500",46039,1794 +"4501",46040,2105 +"4502",46042,1692 +"4503",46043,1358 +"4504",46049,2102 +"4505",46060,861 +"4506",46091,1938 +"4507",46099,2360 +"4508",46111,871 +"4509",46119,2084 +"4510",46164,445 +"4511",46182,1613 +"4512",46196,1510 +"4513",46233,1475 +"4514",46252,1249 +"4515",46261,2350 +"4516",46283,1184 +"4517",46299,1132 +"4518",46312,163 +"4519",46315,2316 +"4520",46322,956 +"4521",46373,134 +"4522",46384,2285 +"4523",46385,2225 +"4524",46391,1779 +"4525",46407,497 +"4526",46446,2295 +"4527",46469,759 +"4528",46486,1868 +"4529",46501,845 +"4530",46506,2464 +"4531",46512,1292 +"4532",46520,1776 +"4533",46531,1737 +"4534",46532,2005 +"4535",46568,822 +"4536",46570,1707 +"4537",46580,2346 +"4538",46581,1160 +"4539",46584,1972 +"4540",46596,1942 +"4541",46602,2786 +"4542",46616,1917 +"4543",46621,1343 +"4544",46629,2255 +"4545",46635,2528 +"4546",46642,999 +"4547",46650,1330 +"4548",46662,207 +"4549",46680,1690 +"4550",46694,191 +"4551",46707,1755 +"4552",46717,938 +"4553",46723,607 +"4554",46726,943 +"4555",46728,2278 +"4556",46730,194 +"4557",46742,2144 +"4558",46745,1565 +"4559",46760,64 +"4560",46800,2720 +"4561",46803,2305 +"4562",46816,887 +"4563",46820,545 +"4564",46831,1915 +"4565",46849,1238 +"4566",46870,2473 +"4567",46883,1671 +"4568",46902,1620 +"4569",46950,2673 +"4570",46951,2429 +"4571",46982,2806 +"4572",46988,2460 +"4573",47003,1915 +"4574",47013,2388 +"4575",47049,253 +"4576",47055,1525 +"4577",47062,1675 +"4578",47063,739 +"4579",47064,1993 +"4580",47070,1265 +"4581",47072,1564 +"4582",47082,1990 +"4583",47094,2592 +"4584",47098,2057 +"4585",47114,1920 +"4586",47121,701 +"4587",47127,2391 +"4588",47130,2654 +"4589",47140,2439 +"4590",47145,2809 +"4591",47148,569 +"4592",47229,2359 +"4593",47248,2883 +"4594",47263,2442 +"4595",47293,929 +"4596",47329,231 +"4597",47330,2422 +"4598",47362,2253 +"4599",47372,788 +"4600",47375,2043 +"4601",47384,1639 +"4602",47385,1172 +"4603",47386,2226 +"4604",47407,832 +"4605",47435,878 +"4606",47440,2234 +"4607",47445,2668 +"4608",47508,100 +"4609",47529,2914 +"4610",47534,2712 +"4611",47557,999 +"4612",47559,1826 +"4613",47564,2650 +"4614",47571,1667 +"4615",47573,120 +"4616",47574,2800 +"4617",47583,817 +"4618",47585,794 +"4619",47595,2374 +"4620",47607,2724 +"4621",47625,2562 +"4622",47629,222 +"4623",47641,2350 +"4624",47654,1664 +"4625",47664,159 +"4626",47708,2568 +"4627",47715,2111 +"4628",47726,1272 +"4629",47737,216 +"4630",47752,630 +"4631",47760,1108 +"4632",47769,176 +"4633",47772,2293 +"4634",47789,1583 +"4635",47803,2477 +"4636",47810,957 +"4637",47812,2343 +"4638",47827,1957 +"4639",47839,1864 +"4640",47840,2509 +"4641",47844,2906 +"4642",47857,2325 +"4643",47860,789 +"4644",47869,2097 +"4645",47877,2970 +"4646",47882,2769 +"4647",47884,131 +"4648",47889,992 +"4649",47895,2328 +"4650",47932,573 +"4651",47942,146 +"4652",47947,2681 +"4653",47955,751 +"4654",47956,222 +"4655",47965,2232 +"4656",47966,2409 +"4657",47968,2829 +"4658",48015,1355 +"4659",48035,2180 +"4660",48067,974 +"4661",48110,2009 +"4662",48127,2677 +"4663",48136,1509 +"4664",48158,2483 +"4665",48214,2756 +"4666",48215,2028 +"4667",48238,1194 +"4668",48242,1690 +"4669",48254,1013 +"4670",48255,970 +"4671",48258,755 +"4672",48260,875 +"4673",48262,655 +"4674",48274,1979 +"4675",48277,971 +"4676",48283,1290 +"4677",48289,2209 +"4678",48373,2220 +"4679",48377,1927 +"4680",48384,2057 +"4681",48400,113 +"4682",48414,1749 +"4683",48419,1134 +"4684",48435,528 +"4685",48436,71 +"4686",48495,2737 +"4687",48501,2010 +"4688",48503,820 +"4689",48548,826 +"4690",48571,2717 +"4691",48576,1675 +"4692",48585,2063 +"4693",48602,1704 +"4694",48605,2796 +"4695",48607,470 +"4696",48639,2291 +"4697",48648,258 +"4698",48652,1686 +"4699",48679,2031 +"4700",48698,1474 +"4701",48713,565 +"4702",48736,1236 +"4703",48743,1525 +"4704",48746,555 +"4705",48754,1972 +"4706",48764,860 +"4707",48769,2071 +"4708",48781,954 +"4709",48795,2498 +"4710",48814,264 +"4711",48820,2769 +"4712",48823,2080 +"4713",48832,1370 +"4714",48879,1524 +"4715",48888,1177 +"4716",48893,719 +"4717",48905,1394 +"4718",48931,2444 +"4719",48939,1749 +"4720",48955,242 +"4721",49029,647 +"4722",49032,2469 +"4723",49044,610 +"4724",49046,255 +"4725",49048,1656 +"4726",49055,388 +"4727",49069,1694 +"4728",49079,2447 +"4729",49084,168 +"4730",49109,2341 +"4731",49110,2938 +"4732",49121,2199 +"4733",49142,2289 +"4734",49144,1542 +"4735",49147,2539 +"4736",49154,596 +"4737",49185,1544 +"4738",49186,1289 +"4739",49189,1550 +"4740",49201,936 +"4741",49265,2686 +"4742",49277,1928 +"4743",49284,218 +"4744",49300,515 +"4745",49301,1894 +"4746",49309,575 +"4747",49334,2433 +"4748",49347,2504 +"4749",49372,1756 +"4750",49375,2438 +"4751",49379,1573 +"4752",49403,2427 +"4753",49406,217 +"4754",49414,1667 +"4755",49415,2654 +"4756",49450,1328 +"4757",49461,2793 +"4758",49470,1528 +"4759",49512,1302 +"4760",49551,879 +"4761",49558,2083 +"4762",49560,1679 +"4763",49581,1817 +"4764",49606,2800 +"4765",49608,2184 +"4766",49615,914 +"4767",49620,1868 +"4768",49621,1915 +"4769",49642,1166 +"4770",49660,2739 +"4771",49666,2408 +"4772",49677,1222 +"4773",49696,2444 +"4774",49708,1147 +"4775",49712,1937 +"4776",49724,806 +"4777",49741,839 +"4778",49759,2400 +"4779",49782,2937 +"4780",49787,2352 +"4781",49805,2445 +"4782",49812,1816 +"4783",49849,977 +"4784",49850,613 +"4785",49872,2019 +"4786",49913,2444 +"4787",49917,2400 +"4788",49921,496 +"4789",49958,1860 +"4790",49962,572 +"4791",49965,2301 +"4792",49969,696 +"4793",49980,153 +"4794",49998,2761 +"4795",50001,1518 +"4796",50004,540 +"4797",50040,790 +"4798",50041,1565 +"4799",50045,2635 +"4800",50075,1026 +"4801",50083,1275 +"4802",50093,909 +"4803",50113,2059 +"4804",50118,2654 +"4805",50124,1209 +"4806",50133,1236 +"4807",50134,2674 +"4808",50179,2230 +"4809",50217,1211 +"4810",50218,823 +"4811",50219,756 +"4812",50224,1123 +"4813",50229,1190 +"4814",50235,726 +"4815",50236,2339 +"4816",50238,663 +"4817",50248,2781 +"4818",50252,2001 +"4819",50253,1565 +"4820",50254,1151 +"4821",50261,515 +"4822",50269,1966 +"4823",50272,842 +"4824",50275,2832 +"4825",50278,1127 +"4826",50298,2101 +"4827",50335,1893 +"4828",50354,1299 +"4829",50364,1954 +"4830",50372,1834 +"4831",50382,2244 +"4832",50394,150 +"4833",50430,1689 +"4834",50440,2469 +"4835",50444,884 +"4836",50452,927 +"4837",50468,1659 +"4838",50476,1641 +"4839",50480,2701 +"4840",50487,744 +"4841",50491,1919 +"4842",50509,2050 +"4843",50520,1205 +"4844",50573,2716 +"4845",50581,1258 +"4846",50585,2414 +"4847",50594,849 +"4848",50605,136 +"4849",50607,1333 +"4850",50621,2809 +"4851",50630,2615 +"4852",50635,2962 +"4853",50640,514 +"4854",50667,2719 +"4855",50678,1366 +"4856",50684,1999 +"4857",50685,2008 +"4858",50737,959 +"4859",50779,623 +"4860",50784,2733 +"4861",50785,2877 +"4862",50790,2371 +"4863",50868,1725 +"4864",50872,864 +"4865",50899,2125 +"4866",50903,931 +"4867",50931,1880 +"4868",50941,481 +"4869",50945,2650 +"4870",50946,1075 +"4871",50958,477 +"4872",50976,547 +"4873",50977,2352 +"4874",50996,929 +"4875",51016,1141 +"4876",51017,2073 +"4877",51022,1499 +"4878",51035,2397 +"4879",51038,2400 +"4880",51041,2606 +"4881",51052,2784 +"4882",51055,2558 +"4883",51084,2188 +"4884",51089,2426 +"4885",51099,262 +"4886",51116,1509 +"4887",51144,2466 +"4888",51148,1077 +"4889",51151,1195 +"4890",51157,2319 +"4891",51166,2747 +"4892",51173,1829 +"4893",51200,2245 +"4894",51212,1801 +"4895",51223,2153 +"4896",51243,1389 +"4897",51250,2683 +"4898",51265,2670 +"4899",51301,1028 +"4900",51319,2488 +"4901",51338,1013 +"4902",51360,1882 +"4903",51364,2660 +"4904",51379,1462 +"4905",51386,459 +"4906",51399,934 +"4907",51410,2739 +"4908",51414,929 +"4909",51448,1593 +"4910",51460,1872 +"4911",51470,399 +"4912",51471,1280 +"4913",51487,520 +"4914",51499,649 +"4915",51505,1572 +"4916",51516,1361 +"4917",51546,1369 +"4918",51572,912 +"4919",51610,2635 +"4920",51613,2795 +"4921",51616,761 +"4922",51626,2494 +"4923",51628,901 +"4924",51647,1382 +"4925",51678,1077 +"4926",51687,2333 +"4927",51758,2310 +"4928",51774,2459 +"4929",51783,2599 +"4930",51810,1401 +"4931",51815,1252 +"4932",51831,2427 +"4933",51832,324 +"4934",51838,2288 +"4935",51843,2389 +"4936",51853,2520 +"4937",51860,1234 +"4938",51863,1395 +"4939",51866,2411 +"4940",51879,1771 +"4941",51890,1992 +"4942",51896,726 +"4943",51897,730 +"4944",51925,2307 +"4945",51953,551 +"4946",51971,195 +"4947",51987,1397 +"4948",51991,692 +"4949",51999,2425 +"4950",52003,2067 +"4951",52024,2500 +"4952",52026,2633 +"4953",52032,2853 +"4954",52041,2694 +"4955",52043,977 +"4956",52051,64 +"4957",52058,1836 +"4958",52062,2307 +"4959",52110,1676 +"4960",52136,1412 +"4961",52138,1615 +"4962",52154,1722 +"4963",52166,2376 +"4964",52174,983 +"4965",52178,710 +"4966",52179,1572 +"4967",52182,1622 +"4968",52185,1012 +"4969",52203,1961 +"4970",52210,51 +"4971",52215,1908 +"4972",52248,72 +"4973",52261,2162 +"4974",52323,2148 +"4975",52327,1472 +"4976",52345,1430 +"4977",52380,2686 +"4978",52385,1031 +"4979",52386,1830 +"4980",52389,512 +"4981",52442,1269 +"4982",52443,1453 +"4983",52448,414 +"4984",52457,849 +"4985",52471,2483 +"4986",52474,497 +"4987",52483,2317 +"4988",52508,2337 +"4989",52524,1197 +"4990",52530,1737 +"4991",52552,401 +"4992",52554,1683 +"4993",52566,2318 +"4994",52570,2645 +"4995",52576,2234 +"4996",52597,1773 +"4997",52654,588 +"4998",52683,2315 +"4999",52686,916 +"5000",52699,1372 +"5001",52735,1124 +"5002",52789,1791 +"5003",52815,2323 +"5004",52818,1963 +"5005",52820,306 +"5006",52835,995 +"5007",52879,777 +"5008",52892,2372 +"5009",52898,763 +"5010",52937,600 +"5011",52950,2716 +"5012",52953,1741 +"5013",52969,2302 +"5014",52993,1256 +"5015",53013,2523 +"5016",53017,2141 +"5017",53020,2747 +"5018",53031,2065 +"5019",53043,803 +"5020",53051,1940 +"5021",53069,1664 +"5022",53082,2328 +"5023",53084,2683 +"5024",53091,1134 +"5025",53092,2384 +"5026",53105,953 +"5027",53120,975 +"5028",53131,1880 +"5029",53132,81 +"5030",53134,1590 +"5031",53160,2736 +"5032",53196,1888 +"5033",53219,2973 +"5034",53223,2690 +"5035",53248,2271 +"5036",53252,637 +"5037",53254,1612 +"5038",53266,2389 +"5039",53284,223 +"5040",53289,2746 +"5041",53293,2916 +"5042",53300,2162 +"5043",53303,1376 +"5044",53322,1200 +"5045",53323,2677 +"5046",53342,2071 +"5047",53362,2360 +"5048",53368,77 +"5049",53377,417 +"5050",53412,566 +"5051",53414,1672 +"5052",53419,858 +"5053",53433,1187 +"5054",53445,2028 +"5055",53475,2853 +"5056",53496,985 +"5057",53498,1967 +"5058",53519,2781 +"5059",53530,2380 +"5060",53537,2428 +"5061",53562,2687 +"5062",53584,2391 +"5063",53599,2364 +"5064",53604,2489 +"5065",53608,1986 +"5066",53624,952 +"5067",53630,1565 +"5068",53637,2113 +"5069",53640,1789 +"5070",53643,1626 +"5071",53645,789 +"5072",53648,2167 +"5073",53652,2899 +"5074",53668,2242 +"5075",53687,2422 +"5076",53697,1909 +"5077",53726,1729 +"5078",53727,2442 +"5079",53739,2704 +"5080",53742,2337 +"5081",53749,274 +"5082",53752,249 +"5083",53779,2000 +"5084",53789,2681 +"5085",53809,1956 +"5086",53810,842 +"5087",53830,1307 +"5088",53836,689 +"5089",53846,2737 +"5090",53851,2305 +"5091",53859,1817 +"5092",53885,1199 +"5093",53903,2388 +"5094",53905,2193 +"5095",53924,1289 +"5096",53936,584 +"5097",53968,2703 +"5098",53987,928 +"5099",53995,2151 +"5100",54006,518 +"5101",54020,1578 +"5102",54061,1488 +"5103",54063,141 +"5104",54067,2433 +"5105",54094,987 +"5106",54100,1327 +"5107",54118,1412 +"5108",54127,1593 +"5109",54158,1756 +"5110",54204,1449 +"5111",54239,336 +"5112",54248,2394 +"5113",54250,2340 +"5114",54255,679 +"5115",54259,191 +"5116",54261,213 +"5117",54284,2491 +"5118",54295,191 +"5119",54305,1222 +"5120",54313,1645 +"5121",54316,1202 +"5122",54358,74 +"5123",54383,397 +"5124",54385,2340 +"5125",54388,1257 +"5126",54407,514 +"5127",54452,60 +"5128",54467,919 +"5129",54488,2357 +"5130",54508,187 +"5131",54522,699 +"5132",54523,1935 +"5133",54551,2348 +"5134",54552,481 +"5135",54631,1531 +"5136",54661,1949 +"5137",54663,1424 +"5138",54676,1342 +"5139",54695,2429 +"5140",54715,499 +"5141",54718,2473 +"5142",54737,326 +"5143",54740,2750 +"5144",54761,1267 +"5145",54775,2383 +"5146",54782,565 +"5147",54792,1624 +"5148",54816,592 +"5149",54819,2782 +"5150",54846,193 +"5151",54855,1525 +"5152",54857,849 +"5153",54879,2210 +"5154",54890,877 +"5155",54903,2493 +"5156",54924,2603 +"5157",54929,2783 +"5158",54953,2223 +"5159",54978,110 +"5160",54980,876 +"5161",54981,1949 +"5162",54983,2407 +"5163",55018,199 +"5164",55025,470 +"5165",55056,516 +"5166",55072,612 +"5167",55076,2408 +"5168",55082,1856 +"5169",55084,1189 +"5170",55091,546 +"5171",55128,2257 +"5172",55139,2323 +"5173",55155,2333 +"5174",55156,2196 +"5175",55165,51 +"5176",55171,2972 +"5177",55183,450 +"5178",55185,922 +"5179",55208,1219 +"5180",55234,890 +"5181",55256,2379 +"5182",55261,1915 +"5183",55265,209 +"5184",55296,2413 +"5185",55298,129 +"5186",55299,609 +"5187",55304,196 +"5188",55307,2306 +"5189",55320,1643 +"5190",55324,1544 +"5191",55325,653 +"5192",55349,826 +"5193",55364,326 +"5194",55377,1499 +"5195",55394,904 +"5196",55405,2788 +"5197",55413,2129 +"5198",55436,2513 +"5199",55438,2863 +"5200",55446,1247 +"5201",55448,1869 +"5202",55468,2511 +"5203",55472,1516 +"5204",55482,1866 +"5205",55487,1500 +"5206",55493,869 +"5207",55556,2075 +"5208",55574,2202 +"5209",55580,1942 +"5210",55604,2342 +"5211",55643,2359 +"5212",55652,2795 +"5213",55674,718 +"5214",55691,2856 +"5215",55697,2368 +"5216",55715,2713 +"5217",55717,922 +"5218",55730,1217 +"5219",55733,161 +"5220",55742,2006 +"5221",55748,204 +"5222",55775,2385 +"5223",55817,2285 +"5224",55821,1303 +"5225",55828,2393 +"5226",55862,2123 +"5227",55880,626 +"5228",55892,1234 +"5229",55906,2851 +"5230",55953,2492 +"5231",55956,613 +"5232",55960,2301 +"5233",55987,396 +"5234",55994,2787 +"5235",55997,1414 +"5236",56022,282 +"5237",56026,908 +"5238",56029,147 +"5239",56082,2395 +"5240",56094,2343 +"5241",56116,1321 +"5242",56143,766 +"5243",56152,1487 +"5244",56168,1466 +"5245",56171,1524 +"5246",56212,1410 +"5247",56232,1175 +"5248",56237,2625 +"5249",56275,2152 +"5250",56316,1435 +"5251",56317,2030 +"5252",56338,1818 +"5253",56340,2060 +"5254",56364,1626 +"5255",56386,2771 +"5256",56396,2408 +"5257",56397,2053 +"5258",56413,2747 +"5259",56431,242 +"5260",56452,191 +"5261",56460,476 +"5262",56462,852 +"5263",56464,2488 +"5264",56466,1432 +"5265",56480,51 +"5266",56490,227 +"5267",56520,571 +"5268",56537,2409 +"5269",56538,2796 +"5270",56569,1993 +"5271",56601,528 +"5272",56604,1919 +"5273",56622,310 +"5274",56639,643 +"5275",56669,2924 +"5276",56671,1965 +"5277",56673,2419 +"5278",56688,2331 +"5279",56726,969 +"5280",56737,2270 +"5281",56754,130 +"5282",56755,2158 +"5283",56792,1926 +"5284",56801,2800 +"5285",56807,1571 +"5286",56837,789 +"5287",56854,2022 +"5288",56859,2319 +"5289",56862,868 +"5290",56873,1421 +"5291",56893,2597 +"5292",56903,1584 +"5293",56910,2705 +"5294",56920,2548 +"5295",56924,1894 +"5296",56936,1519 +"5297",56947,917 +"5298",56995,2323 +"5299",57011,207 +"5300",57019,895 +"5301",57037,2293 +"5302",57067,2547 +"5303",57077,1885 +"5304",57082,1418 +"5305",57083,517 +"5306",57108,1609 +"5307",57129,1858 +"5308",57141,2371 +"5309",57150,1196 +"5310",57157,2808 +"5311",57180,2703 +"5312",57205,2948 +"5313",57209,1719 +"5314",57229,179 +"5315",57246,1873 +"5316",57303,922 +"5317",57315,1005 +"5318",57337,1443 +"5319",57348,687 +"5320",57353,1849 +"5321",57355,1261 +"5322",57356,2476 +"5323",57360,2429 +"5324",57380,2362 +"5325",57383,1302 +"5326",57394,1271 +"5327",57402,2454 +"5328",57405,2344 +"5329",57414,922 +"5330",57425,120 +"5331",57450,1286 +"5332",57462,292 +"5333",57492,2855 +"5334",57529,2462 +"5335",57532,2617 +"5336",57544,2443 +"5337",57549,2335 +"5338",57565,1577 +"5339",57609,2717 +"5340",57645,270 +"5341",57646,171 +"5342",57657,2735 +"5343",57678,2441 +"5344",57691,1232 +"5345",57692,2720 +"5346",57704,2076 +"5347",57710,411 +"5348",57714,1391 +"5349",57727,1648 +"5350",57732,2454 +"5351",57753,689 +"5352",57760,1721 +"5353",57765,2893 +"5354",57775,136 +"5355",57781,1971 +"5356",57804,2214 +"5357",57823,1888 +"5358",57842,2482 +"5359",57901,614 +"5360",57912,1035 +"5361",57950,1529 +"5362",57955,67 +"5363",57969,2755 +"5364",57977,2683 +"5365",57990,978 +"5366",58000,43 +"5367",58015,899 +"5368",58035,1646 +"5369",58041,2725 +"5370",58078,1252 +"5371",58086,1667 +"5372",58122,889 +"5373",58123,275 +"5374",58133,1484 +"5375",58164,2398 +"5376",58167,1167 +"5377",58180,1919 +"5378",58190,906 +"5379",58215,877 +"5380",58218,2627 +"5381",58221,1787 +"5382",58229,1202 +"5383",58233,1665 +"5384",58238,1944 +"5385",58245,949 +"5386",58253,2441 +"5387",58284,2292 +"5388",58293,250 +"5389",58356,222 +"5390",58365,1902 +"5391",58384,1637 +"5392",58414,880 +"5393",58421,910 +"5394",58427,2234 +"5395",58437,2750 +"5396",58451,1939 +"5397",58462,250 +"5398",58489,1068 +"5399",58501,2613 +"5400",58508,2326 +"5401",58516,409 +"5402",58521,2950 +"5403",58530,298 +"5404",58536,2742 +"5405",58559,2242 +"5406",58596,936 +"5407",58617,2093 +"5408",58652,1437 +"5409",58653,1776 +"5410",58655,2685 +"5411",58669,2296 +"5412",58672,578 +"5413",58674,67 +"5414",58684,2295 +"5415",58711,2746 +"5416",58733,1958 +"5417",58745,1920 +"5418",58759,942 +"5419",58773,553 +"5420",58812,1170 +"5421",58829,1256 +"5422",58852,2323 +"5423",58854,1131 +"5424",58875,1899 +"5425",58882,684 +"5426",58895,917 +"5427",58945,2481 +"5428",58971,2280 +"5429",58993,2390 +"5430",59005,2817 +"5431",59022,2494 +"5432",59039,2870 +"5433",59042,124 +"5434",59082,947 +"5435",59096,1677 +"5436",59113,2434 +"5437",59140,2528 +"5438",59143,359 +"5439",59162,1622 +"5440",59167,1256 +"5441",59205,2387 +"5442",59243,2770 +"5443",59267,68 +"5444",59282,859 +"5445",59289,2896 +"5446",59298,1236 +"5447",59304,928 +"5448",59344,2252 +"5449",59347,1926 +"5450",59386,595 +"5451",59432,2553 +"5452",59436,110 +"5453",59438,2400 +"5454",59448,2687 +"5455",59470,2393 +"5456",59485,1564 +"5457",59506,983 +"5458",59511,2753 +"5459",59518,487 +"5460",59522,1516 +"5461",59532,898 +"5462",59539,2429 +"5463",59549,2673 +"5464",59579,2034 +"5465",59610,2448 +"5466",59616,2154 +"5467",59627,1466 +"5468",59637,2141 +"5469",59646,456 +"5470",59670,1173 +"5471",59677,1174 +"5472",59681,2154 +"5473",59683,2068 +"5474",59700,2346 +"5475",59726,1513 +"5476",59776,2493 +"5477",59786,605 +"5478",59788,2315 +"5479",59790,1827 +"5480",59813,497 +"5481",59819,2624 +"5482",59868,1637 +"5483",59891,2706 +"5484",59906,865 +"5485",59918,2063 +"5486",59937,885 +"5487",59939,936 +"5488",59950,1131 +"5489",59979,471 +"5490",60055,266 +"5491",60059,2587 +"5492",60063,187 +"5493",60070,2661 +"5494",60078,1750 +"5495",60116,2668 +"5496",60179,2708 +"5497",60185,1206 +"5498",60190,2845 +"5499",60201,49 +"5500",60207,2224 +"5501",60217,1634 +"5502",60257,2795 +"5503",60258,2405 +"5504",60261,1943 +"5505",60266,1018 +"5506",60280,1918 +"5507",60288,1318 +"5508",60289,2729 +"5509",60377,1189 +"5510",60384,2765 +"5511",60386,1322 +"5512",60403,512 +"5513",60449,2085 +"5514",60463,1583 +"5515",60476,2508 +"5516",60479,676 +"5517",60516,2257 +"5518",60536,151 +"5519",60551,572 +"5520",60552,855 +"5521",60584,288 +"5522",60598,2760 +"5523",60624,1570 +"5524",60628,933 +"5525",60661,2700 +"5526",60672,2876 +"5527",60676,1143 +"5528",60689,859 +"5529",60718,1229 +"5530",60733,645 +"5531",60751,284 +"5532",60789,2120 +"5533",60808,1258 +"5534",60830,217 +"5535",60836,1880 +"5536",60855,2272 +"5537",60862,1215 +"5538",60867,2689 +"5539",60879,2792 +"5540",60891,2713 +"5541",60919,1379 +"5542",60952,2076 +"5543",60966,2734 +"5544",60974,2972 +"5545",60979,1758 +"5546",61125,1673 +"5547",61138,1188 +"5548",61188,2134 +"5549",61190,946 +"5550",61209,580 +"5551",61211,245 +"5552",61240,2651 +"5553",61242,1650 +"5554",61245,955 +"5555",61263,2142 +"5556",61270,1364 +"5557",61281,388 +"5558",61308,2833 +"5559",61335,272 +"5560",61336,2218 +"5561",61337,2777 +"5562",61347,1684 +"5563",61355,2467 +"5564",61370,879 +"5565",61398,2563 +"5566",61443,2770 +"5567",61458,2630 +"5568",61513,2948 +"5569",61535,138 +"5570",61541,2699 +"5571",61548,852 +"5572",61585,2315 +"5573",61587,2539 +"5574",61613,1189 +"5575",61617,2504 +"5576",61673,155 +"5577",61689,1309 +"5578",61719,1515 +"5579",61723,1262 +"5580",61727,413 +"5581",61784,754 +"5582",61785,822 +"5583",61821,168 +"5584",61845,1726 +"5585",61913,397 +"5586",61921,1793 +"5587",61932,1959 +"5588",61948,1231 +"5589",61958,2042 +"5590",61973,892 +"5591",61975,983 +"5592",61980,2392 +"5593",61982,2725 +"5594",61995,823 +"5595",62062,860 +"5596",62066,2281 +"5597",62089,929 +"5598",62112,2944 +"5599",62148,1566 +"5600",62162,485 +"5601",62170,90 +"5602",62219,2494 +"5603",62263,703 +"5604",62268,413 +"5605",62308,487 +"5606",62334,1766 +"5607",62338,228 +"5608",62413,2703 +"5609",62438,802 +"5610",62439,1274 +"5611",62454,2650 +"5612",62488,1418 +"5613",62498,1698 +"5614",62538,1656 +"5615",62602,1172 +"5616",62626,2787 +"5617",62632,1320 +"5618",62668,958 +"5619",62712,2884 +"5620",62713,2593 +"5621",62715,1838 +"5622",62723,2554 +"5623",62739,2753 +"5624",62746,2119 +"5625",62754,249 +"5626",62772,105 +"5627",62821,220 +"5628",62832,2606 +"5629",62840,2502 +"5630",62841,2710 +"5631",62848,1230 +"5632",62852,2067 +"5633",62858,750 +"5634",62870,1568 +"5635",62899,1048 +"5636",62903,1704 +"5637",62908,608 +"5638",62939,2574 +"5639",62957,1170 +"5640",62961,926 +"5641",62963,1964 +"5642",62966,1282 +"5643",62975,977 +"5644",62976,381 +"5645",62993,1369 +"5646",63030,2251 +"5647",63063,361 +"5648",63077,2778 +"5649",63078,602 +"5650",63096,2307 +"5651",63104,2149 +"5652",63142,1997 +"5653",63147,1477 +"5654",63201,2139 +"5655",63236,499 +"5656",63252,1516 +"5657",63263,1267 +"5658",63328,922 +"5659",63329,639 +"5660",63395,2334 +"5661",63400,1265 +"5662",63409,1937 +"5663",63426,2734 +"5664",63442,1965 +"5665",63477,1907 +"5666",63498,977 +"5667",63502,113 +"5668",63510,1602 +"5669",63515,2023 +"5670",63525,2741 +"5671",63547,1023 +"5672",63555,1290 +"5673",63568,570 +"5674",63573,1973 +"5675",63578,2107 +"5676",63604,927 +"5677",63623,1394 +"5678",63631,763 +"5679",63637,498 +"5680",63641,2337 +"5681",63644,1267 +"5682",63654,2310 +"5683",63661,600 +"5684",63662,721 +"5685",63664,45 +"5686",63685,172 +"5687",63701,1620 +"5688",63750,419 +"5689",63770,1324 +"5690",63797,999 +"5691",63837,2807 +"5692",63870,481 +"5693",63905,1094 +"5694",63907,2377 +"5695",63966,1565 +"5696",63984,80 +"5697",63995,956 +"5698",64031,1295 +"5699",64043,183 +"5700",64061,2381 +"5701",64110,1331 +"5702",64130,1075 +"5703",64156,675 +"5704",64174,2377 +"5705",64181,1828 +"5706",64197,1330 +"5707",64210,956 +"5708",64219,2705 +"5709",64231,196 +"5710",64232,1275 +"5711",64233,152 +"5712",64255,2309 +"5713",64292,1583 +"5714",64327,1918 +"5715",64342,868 +"5716",64397,647 +"5717",64412,2233 +"5718",64427,535 +"5719",64435,808 +"5720",64436,2687 +"5721",64439,562 +"5722",64457,2883 +"5723",64469,2707 +"5724",64477,270 +"5725",64502,1670 +"5726",64506,177 +"5727",64532,948 +"5728",64533,1446 +"5729",64534,2924 +"5730",64628,2829 +"5731",64641,2617 +"5732",64686,670 +"5733",64699,2797 +"5734",64704,1359 +"5735",64712,1411 +"5736",64734,231 +"5737",64737,2442 +"5738",64754,2793 +"5739",64769,493 +"5740",64786,870 +"5741",64793,2819 +"5742",64803,841 +"5743",64850,2377 +"5744",64857,1792 +"5745",64862,219 +"5746",64912,2099 +"5747",64915,400 +"5748",64945,2279 +"5749",64947,2489 +"5750",64967,2872 +"5751",64987,1360 +"5752",64993,615 +"5753",64997,2791 +"5754",65007,2530 +"5755",65016,2749 +"5756",65029,2954 +"5757",65054,2593 +"5758",65140,836 +"5759",65145,505 +"5760",65155,1947 +"5761",65177,1727 +"5762",65183,396 +"5763",65184,1630 +"5764",65188,2213 +"5765",65203,1597 +"5766",65223,2724 +"5767",65242,1988 +"5768",65316,1020 +"5769",65322,2008 +"5770",65375,824 +"5771",65378,516 +"5772",65381,2184 +"5773",65389,503 +"5774",65434,2866 +"5775",65475,1267 +"5776",65478,220 +"5777",65487,520 +"5778",65515,677 +"5779",65522,1572 +"5780",65557,813 +"5781",65568,1699 +"5782",65572,2750 +"5783",65578,854 +"5784",65591,928 +"5785",65625,1273 +"5786",65658,2030 +"5787",65659,1653 +"5788",65677,457 +"5789",65679,1578 +"5790",65691,2134 +"5791",65696,998 +"5792",65700,200 +"5793",65703,1689 +"5794",65779,2690 +"5795",65805,2902 +"5796",65815,1618 +"5797",65856,2504 +"5798",65857,2628 +"5799",65859,1221 +"5800",65884,798 +"5801",65915,508 +"5802",65973,119 +"5803",66014,880 +"5804",66017,1545 +"5805",66024,906 +"5806",66097,1222 +"5807",66118,121 +"5808",66121,1281 +"5809",66124,2174 +"5810",66151,549 +"5811",66182,523 +"5812",66183,607 +"5813",66200,405 +"5814",66205,2898 +"5815",66224,2728 +"5816",66241,2351 +"5817",66267,1278 +"5818",66277,1227 +"5819",66299,267 +"5820",66302,269 +"5821",66318,2803 +"5822",66320,922 +"5823",66341,1266 +"5824",66368,2413 +"5825",66413,2507 +"5826",66416,502 +"5827",66480,1234 +"5828",66527,961 +"5829",66530,2811 +"5830",66580,2731 +"5831",66609,998 +"5832",66618,2381 +"5833",66622,799 +"5834",66677,2151 +"5835",66693,2554 +"5836",66695,1071 +"5837",66703,2375 +"5838",66717,2104 +"5839",66726,2068 +"5840",66747,1273 +"5841",66752,285 +"5842",66756,1301 +"5843",66799,1324 +"5844",66802,574 +"5845",66860,1548 +"5846",66866,511 +"5847",66878,1949 +"5848",66911,1920 +"5849",66943,327 +"5850",66962,1372 +"5851",66971,2299 +"5852",66978,1536 +"5853",66983,2397 +"5854",66992,2882 +"5855",66994,1865 +"5856",67009,179 +"5857",67012,849 +"5858",67024,1179 +"5859",67031,2856 +"5860",67062,1623 +"5861",67067,159 +"5862",67102,935 +"5863",67129,2335 +"5864",67145,2015 +"5865",67150,2633 +"5866",67175,181 +"5867",67182,2855 +"5868",67212,1383 +"5869",67216,984 +"5870",67222,1332 +"5871",67252,1215 +"5872",67264,2790 +"5873",67266,2010 +"5874",67289,829 +"5875",67294,620 +"5876",67314,1051 +"5877",67352,1115 +"5878",67380,1280 +"5879",67382,1191 +"5880",67383,1739 +"5881",67417,936 +"5882",67424,903 +"5883",67456,1608 +"5884",67521,545 +"5885",67604,2075 +"5886",67607,528 +"5887",67617,1149 +"5888",67622,2224 +"5889",67625,55 +"5890",67649,2745 +"5891",67652,2736 +"5892",67664,798 +"5893",67671,571 +"5894",67680,602 +"5895",67690,1902 +"5896",67701,2289 +"5897",67719,2429 +"5898",67724,1392 +"5899",67726,2873 +"5900",67747,2522 +"5901",67748,1498 +"5902",67758,1915 +"5903",67763,822 +"5904",67775,1964 +"5905",67788,837 +"5906",67805,1338 +"5907",67815,2476 +"5908",67818,54 +"5909",67836,2195 +"5910",67838,765 +"5911",67875,1134 +"5912",67908,2385 +"5913",67942,973 +"5914",67957,2823 +"5915",67963,806 +"5916",68013,743 +"5917",68015,1316 +"5918",68024,1531 +"5919",68043,690 +"5920",68046,294 +"5921",68055,1236 +"5922",68083,2795 +"5923",68098,2378 +"5924",68155,1577 +"5925",68209,124 +"5926",68215,2727 +"5927",68229,2219 +"5928",68262,441 +"5929",68275,1158 +"5930",68286,2442 +"5931",68299,866 +"5932",68314,2180 +"5933",68317,874 +"5934",68321,2895 +"5935",68328,683 +"5936",68336,2018 +"5937",68345,1095 +"5938",68382,1047 +"5939",68390,2608 +"5940",68398,978 +"5941",68416,2939 +"5942",68419,654 +"5943",68452,1606 +"5944",68460,599 +"5945",68461,32 +"5946",68487,2592 +"5947",68523,1664 +"5948",68539,1158 +"5949",68550,1820 +"5950",68586,2322 +"5951",68592,2551 +"5952",68652,2878 +"5953",68670,565 +"5954",68691,1209 +"5955",68696,1776 +"5956",68700,639 +"5957",68730,508 +"5958",68766,1383 +"5959",68776,689 +"5960",68789,1929 +"5961",68801,116 +"5962",68810,2409 +"5963",68813,2511 +"5964",68831,1446 +"5965",68837,652 +"5966",68876,1397 +"5967",68883,222 +"5968",68884,1011 +"5969",68885,2151 +"5970",68888,2786 +"5971",68890,158 +"5972",68931,2771 +"5973",68939,1051 +"5974",68960,1312 +"5975",68971,2019 +"5976",68978,1062 +"5977",68979,1173 +"5978",69012,799 +"5979",69017,1183 +"5980",69029,2623 +"5981",69030,1249 +"5982",69037,849 +"5983",69062,1174 +"5984",69067,626 +"5985",69077,1689 +"5986",69087,798 +"5987",69091,1267 +"5988",69117,645 +"5989",69122,416 +"5990",69131,2122 +"5991",69165,2340 +"5992",69214,1354 +"5993",69215,1591 +"5994",69232,2130 +"5995",69250,1439 +"5996",69257,1402 +"5997",69260,1698 +"5998",69293,609 +"5999",69300,2068 +"6000",69308,2370 +"6001",69322,1283 +"6002",69335,2698 +"6003",69348,2783 +"6004",69352,220 +"6005",69360,404 +"6006",69380,348 +"6007",69409,535 +"6008",69417,507 +"6009",69429,50 +"6010",69438,830 +"6011",69447,1197 +"6012",69453,2831 +"6013",69498,931 +"6014",69518,320 +"6015",69545,673 +"6016",69564,903 +"6017",69583,278 +"6018",69590,2441 +"6019",69591,2294 +"6020",69598,2812 +"6021",69684,816 +"6022",69712,1219 +"6023",69716,2632 +"6024",69732,732 +"6025",69745,1594 +"6026",69788,2007 +"6027",69795,2636 +"6028",69810,2321 +"6029",69830,378 +"6030",69861,277 +"6031",69887,357 +"6032",69903,1066 +"6033",69908,47 +"6034",69912,2391 +"6035",69930,416 +"6036",69957,1569 +"6037",69961,2483 +"6038",69979,557 +"6039",70011,2690 +"6040",70046,2624 +"6041",70070,2425 +"6042",70100,2823 +"6043",70101,2414 +"6044",70103,257 +"6045",70126,1158 +"6046",70203,2756 +"6047",70217,2332 +"6048",70232,2401 +"6049",70269,2368 +"6050",70273,801 +"6051",70348,1173 +"6052",70372,526 +"6053",70403,542 +"6054",70411,2307 +"6055",70422,1398 +"6056",70433,2639 +"6057",70455,1307 +"6058",70528,2727 +"6059",70555,1229 +"6060",70568,103 +"6061",70573,1993 +"6062",70583,2615 +"6063",70586,2562 +"6064",70603,1002 +"6065",70605,1176 +"6066",70613,1724 +"6067",70633,484 +"6068",70646,1162 +"6069",70647,2795 +"6070",70656,2771 +"6071",70679,2251 +"6072",70681,866 +"6073",70714,2030 +"6074",70724,496 +"6075",70731,418 +"6076",70736,1512 +"6077",70748,978 +"6078",70774,355 +"6079",70781,199 +"6080",70785,1440 +"6081",70814,2771 +"6082",70838,687 +"6083",70845,1139 +"6084",70854,635 +"6085",70863,822 +"6086",70920,2092 +"6087",70925,109 +"6088",70944,2972 +"6089",70967,570 +"6090",70973,2705 +"6091",70996,1037 +"6092",71008,136 +"6093",71024,2312 +"6094",71065,2231 +"6095",71078,880 +"6096",71128,485 +"6097",71130,879 +"6098",71159,855 +"6099",71217,2169 +"6100",71219,967 +"6101",71225,956 +"6102",71227,1315 +"6103",71273,1188 +"6104",71274,2390 +"6105",71307,761 +"6106",71342,1289 +"6107",71350,1570 +"6108",71363,2704 +"6109",71369,2838 +"6110",71390,1992 +"6111",71412,1974 +"6112",71455,1702 +"6113",71467,1051 +"6114",71478,1721 +"6115",71479,482 +"6116",71518,2805 +"6117",71531,2887 +"6118",71552,1573 +"6119",71560,280 +"6120",71562,2574 +"6121",71581,146 +"6122",71618,2960 +"6123",71652,2638 +"6124",71687,432 +"6125",71702,2353 +"6126",71712,2399 +"6127",71733,662 +"6128",71752,1472 +"6129",71756,1202 +"6130",71793,153 +"6131",71808,2349 +"6132",71810,263 +"6133",71895,1327 +"6134",71904,272 +"6135",71948,1754 +"6136",71968,629 +"6137",71971,1294 +"6138",71982,2812 +"6139",71992,2966 +"6140",71999,2685 +"6141",72007,963 +"6142",72033,1740 +"6143",72062,156 +"6144",72083,1122 +"6145",72088,2728 +"6146",72101,1202 +"6147",72122,1436 +"6148",72140,1996 +"6149",72147,1075 +"6150",72188,856 +"6151",72207,2430 +"6152",72222,1721 +"6153",72226,89 +"6154",72326,2384 +"6155",72334,2820 +"6156",72348,1810 +"6157",72376,1901 +"6158",72384,1112 +"6159",72391,1547 +"6160",72426,2902 +"6161",72428,155 +"6162",72438,1397 +"6163",72468,2292 +"6164",72470,991 +"6165",72493,505 +"6166",72501,2795 +"6167",72530,992 +"6168",72535,1191 +"6169",72538,135 +"6170",72544,510 +"6171",72557,972 +"6172",72571,1175 +"6173",72597,1843 +"6174",72598,805 +"6175",72632,1289 +"6176",72703,2231 +"6177",72728,2234 +"6178",72823,929 +"6179",72827,1359 +"6180",72845,1663 +"6181",72882,1330 +"6182",72889,2337 +"6183",72956,1251 +"6184",72986,1055 +"6185",73021,789 +"6186",73047,824 +"6187",73083,275 +"6188",73090,732 +"6189",73107,1918 +"6190",73113,681 +"6191",73122,264 +"6192",73128,1549 +"6193",73136,328 +"6194",73169,1392 +"6195",73172,2496 +"6196",73192,1955 +"6197",73197,1998 +"6198",73205,1529 +"6199",73245,802 +"6200",73251,42 +"6201",73266,2496 +"6202",73305,2544 +"6203",73313,958 +"6204",73346,184 +"6205",73394,1606 +"6206",73439,928 +"6207",73474,1309 +"6208",73491,867 +"6209",73520,2613 +"6210",73524,605 +"6211",73553,2726 +"6212",73582,2075 +"6213",73597,1989 +"6214",73602,2881 +"6215",73629,1713 +"6216",73661,2505 +"6217",73675,887 +"6218",73728,784 +"6219",73737,1424 +"6220",73747,2274 +"6221",73786,2937 +"6222",73810,1554 +"6223",73837,1061 +"6224",73915,2568 +"6225",73920,2343 +"6226",73926,849 +"6227",73974,276 +"6228",73998,643 +"6229",74032,976 +"6230",74054,1488 +"6231",74055,1544 +"6232",74058,1151 +"6233",74080,1133 +"6234",74095,2333 +"6235",74100,147 +"6236",74134,1566 +"6237",74149,1322 +"6238",74156,2279 +"6239",74190,1428 +"6240",74204,2463 +"6241",74265,530 +"6242",74290,1513 +"6243",74318,632 +"6244",74364,2841 +"6245",74370,1667 +"6246",74377,1285 +"6247",74408,970 +"6248",74409,2639 +"6249",74441,1260 +"6250",74443,80 +"6251",74474,2338 +"6252",74497,1409 +"6253",74517,436 +"6254",74605,2265 +"6255",74636,2525 +"6256",74661,213 +"6257",74667,516 +"6258",74674,2000 +"6259",74681,837 +"6260",74687,930 +"6261",74716,776 +"6262",74730,535 +"6263",74731,853 +"6264",74737,99 +"6265",74748,117 +"6266",74771,2935 +"6267",74788,1056 +"6268",74795,1319 +"6269",74818,1440 +"6270",74879,1555 +"6271",74910,653 +"6272",74912,1542 +"6273",74959,1131 +"6274",74985,2895 +"6275",75025,717 +"6276",75028,1660 +"6277",75067,801 +"6278",75073,73 +"6279",75165,685 +"6280",75168,699 +"6281",75169,1595 +"6282",75194,1736 +"6283",75204,894 +"6284",75207,2235 +"6285",75216,672 +"6286",75282,2675 +"6287",75287,460 +"6288",75295,35 +"6289",75311,2745 +"6290",75312,522 +"6291",75323,873 +"6292",75339,2872 +"6293",75343,2008 +"6294",75403,1895 +"6295",75444,2846 +"6296",75455,1937 +"6297",75481,969 +"6298",75488,460 +"6299",75502,1474 +"6300",75537,1331 +"6301",75554,778 +"6302",75607,2245 +"6303",75648,523 +"6304",75650,972 +"6305",75662,95 +"6306",75700,313 +"6307",75862,96 +"6308",75867,2637 +"6309",75870,193 +"6310",75880,477 +"6311",75884,520 +"6312",75898,889 +"6313",75921,517 +"6314",75925,82 +"6315",75935,1569 +"6316",75945,316 +"6317",75948,1006 +"6318",75949,320 +"6319",75955,866 +"6320",75957,239 +"6321",76002,983 +"6322",76007,918 +"6323",76048,2373 +"6324",76081,1534 +"6325",76127,910 +"6326",76132,2426 +"6327",76133,1565 +"6328",76135,593 +"6329",76143,1610 +"6330",76180,419 +"6331",76192,912 +"6332",76196,1643 +"6333",76211,914 +"6334",76230,1223 +"6335",76235,2777 +"6336",76256,2065 +"6337",76284,1237 +"6338",76286,1642 +"6339",76293,55 +"6340",76295,1001 +"6341",76333,1586 +"6342",76342,1429 +"6343",76356,2323 +"6344",76369,583 +"6345",76385,2222 +"6346",76391,1536 +"6347",76396,1731 +"6348",76398,2400 +"6349",76415,592 +"6350",76450,1077 +"6351",76463,2298 +"6352",76470,887 +"6353",76475,576 +"6354",76495,1255 +"6355",76503,1136 +"6356",76505,2123 +"6357",76507,1437 +"6358",76511,1250 +"6359",76564,996 +"6360",76583,1817 +"6361",76603,1300 +"6362",76604,2590 +"6363",76606,885 +"6364",76607,747 +"6365",76631,1697 +"6366",76637,833 +"6367",76646,1263 +"6368",76666,1908 +"6369",76672,1930 +"6370",76675,1840 +"6371",76677,1269 +"6372",76682,581 +"6373",76721,1174 +"6374",76769,2601 +"6375",76796,1140 +"6376",76814,926 +"6377",76842,1518 +"6378",76867,1296 +"6379",76892,2381 +"6380",76905,298 +"6381",76929,910 +"6382",76931,1338 +"6383",76932,754 +"6384",76955,82 +"6385",76968,1303 +"6386",76970,1153 +"6387",76971,2145 +"6388",76997,2223 +"6389",76999,908 +"6390",77001,1440 +"6391",77010,2639 +"6392",77031,801 +"6393",77052,2770 +"6394",77057,1866 +"6395",77077,2693 +"6396",77095,1622 +"6397",77155,2946 +"6398",77167,836 +"6399",77174,747 +"6400",77183,1317 +"6401",77187,315 +"6402",77189,1965 +"6403",77193,1589 +"6404",77200,1737 +"6405",77202,49 +"6406",77246,1602 +"6407",77269,211 +"6408",77305,965 +"6409",77318,1643 +"6410",77359,917 +"6411",77377,1487 +"6412",77387,2747 +"6413",77397,1302 +"6414",77424,1489 +"6415",77461,133 +"6416",77466,1585 +"6417",77489,1514 +"6418",77497,2359 +"6419",77519,819 +"6420",77550,1548 +"6421",77567,197 +"6422",77580,888 +"6423",77595,1622 +"6424",77611,1795 +"6425",77638,155 +"6426",77644,305 +"6427",77647,120 +"6428",77666,1372 +"6429",77671,470 +"6430",77683,117 +"6431",77714,213 +"6432",77719,2086 +"6433",77785,1595 +"6434",77811,1871 +"6435",77815,2358 +"6436",77824,495 +"6437",77826,1719 +"6438",77835,1327 +"6439",77849,79 +"6440",77850,868 +"6441",77864,2227 +"6442",77883,871 +"6443",77907,130 +"6444",77937,1258 +"6445",77993,1497 +"6446",78002,2271 +"6447",78037,1606 +"6448",78092,430 +"6449",78098,1108 +"6450",78099,82 +"6451",78128,1727 +"6452",78132,130 +"6453",78138,1601 +"6454",78148,135 +"6455",78150,2581 +"6456",78163,1366 +"6457",78184,937 +"6458",78193,2315 +"6459",78227,1745 +"6460",78256,804 +"6461",78257,590 +"6462",78259,453 +"6463",78262,1326 +"6464",78270,1171 +"6465",78277,1937 +"6466",78278,424 +"6467",78283,620 +"6468",78303,1808 +"6469",78315,1136 +"6470",78342,746 +"6471",78350,1722 +"6472",78384,1762 +"6473",78393,874 +"6474",78404,1231 +"6475",78416,630 +"6476",78423,2840 +"6477",78436,1615 +"6478",78460,985 +"6479",78477,1613 +"6480",78483,965 +"6481",78552,2069 +"6482",78563,2385 +"6483",78569,578 +"6484",78573,399 +"6485",78594,2441 +"6486",78611,1586 +"6487",78628,914 +"6488",78645,218 +"6489",78650,592 +"6490",78654,932 +"6491",78677,341 +"6492",78684,117 +"6493",78740,1515 +"6494",78749,874 +"6495",78768,841 +"6496",78775,340 +"6497",78784,2824 +"6498",78800,652 +"6499",78801,1572 +"6500",78842,904 +"6501",78843,1524 +"6502",78871,2234 +"6503",78894,1504 +"6504",78910,1931 +"6505",78932,981 +"6506",78956,130 +"6507",78975,946 +"6508",79006,810 +"6509",79013,1441 +"6510",79016,693 +"6511",79025,1473 +"6512",79036,2524 +"6513",79057,195 +"6514",79088,1369 +"6515",79114,591 +"6516",79158,1252 +"6517",79178,1234 +"6518",79189,274 +"6519",79207,2244 +"6520",79211,1590 +"6521",79213,1620 +"6522",79234,1611 +"6523",79236,1505 +"6524",79272,1461 +"6525",79306,190 +"6526",79322,2770 +"6527",79337,875 +"6528",79350,2261 +"6529",79364,834 +"6530",79371,1624 +"6531",79382,1908 +"6532",79403,977 +"6533",79404,1079 +"6534",79413,2224 +"6535",79420,1061 +"6536",79432,1708 +"6537",79435,299 +"6538",79436,1344 +"6539",79461,1667 +"6540",79472,1230 +"6541",79477,836 +"6542",79480,1376 +"6543",79501,936 +"6544",79525,1646 +"6545",79534,340 +"6546",79547,1909 +"6547",79567,1942 +"6548",79576,624 +"6549",79588,859 +"6550",79596,2004 +"6551",79612,927 +"6552",79613,199 +"6553",79622,239 +"6554",79627,2409 +"6555",79639,1013 +"6556",79653,2683 +"6557",79657,1260 +"6558",79689,1184 +"6559",79694,948 +"6560",79699,1735 +"6561",79700,1029 +"6562",79746,2272 +"6563",79772,1230 +"6564",79793,1915 +"6565",79804,2227 +"6566",79815,1713 +"6567",79822,1508 +"6568",79837,1252 +"6569",79848,1629 +"6570",79874,1570 +"6571",79878,1130 +"6572",79909,1059 +"6573",79913,1514 +"6574",79918,1672 +"6575",79937,554 +"6576",79965,1278 +"6577",79985,1465 +"6578",79988,212 +"6579",79998,821 +"6580",80009,1640 +"6581",80014,1562 +"6582",80039,49 +"6583",80050,2698 +"6584",80061,1223 +"6585",80117,1140 +"6586",80130,132 +"6587",80143,130 +"6588",80156,1667 +"6589",80162,1601 +"6590",80172,1342 +"6591",80186,2228 +"6592",80190,2717 +"6593",80219,988 +"6594",80242,569 +"6595",80244,906 +"6596",80246,1224 +"6597",80273,586 +"6598",80274,191 +"6599",80278,1057 +"6600",80301,1690 +"6601",80337,394 +"6602",80338,2059 +"6603",80351,594 +"6604",80377,1384 +"6605",80429,1927 +"6606",80454,423 +"6607",80471,538 +"6608",80486,2008 +"6609",80506,1920 +"6610",80527,1664 +"6611",80606,2079 +"6612",80615,2252 +"6613",80630,1946 +"6614",80653,285 +"6615",80655,1546 +"6616",80671,665 +"6617",80678,1595 +"6618",80680,2403 +"6619",80705,2764 +"6620",80728,599 +"6621",80759,2940 +"6622",80764,1808 +"6623",80767,2452 +"6624",80784,1738 +"6625",80793,631 +"6626",80801,1250 +"6627",80807,1597 +"6628",80812,2357 +"6629",80825,2315 +"6630",80826,1251 +"6631",80883,280 +"6632",80896,943 +"6633",80927,823 +"6634",80931,1128 +"6635",80942,1240 +"6636",80944,2300 +"6637",80970,2069 +"6638",80979,1142 +"6639",80995,262 +"6640",80996,1501 +"6641",81014,1925 +"6642",81077,498 +"6643",81095,1609 +"6644",81113,1914 +"6645",81133,2522 +"6646",81134,1384 +"6647",81162,1240 +"6648",81164,2260 +"6649",81205,546 +"6650",81221,2285 +"6651",81234,2019 +"6652",81237,2866 +"6653",81239,547 +"6654",81269,1570 +"6655",81317,457 +"6656",81326,758 +"6657",81349,1958 +"6658",81400,2679 +"6659",81401,211 +"6660",81437,1101 +"6661",81463,955 +"6662",81469,519 +"6663",81478,1640 +"6664",81482,908 +"6665",81486,1297 +"6666",81511,848 +"6667",81522,1712 +"6668",81545,2077 +"6669",81563,1188 +"6670",81584,1616 +"6671",81586,877 +"6672",81588,1568 +"6673",81591,1550 +"6674",81592,2882 +"6675",81593,1156 +"6676",81598,397 +"6677",81633,1348 +"6678",81674,499 +"6679",81676,839 +"6680",81716,1199 +"6681",81753,1736 +"6682",81781,1431 +"6683",81805,1607 +"6684",81813,1656 +"6685",81848,221 +"6686",81853,1207 +"6687",81865,2704 +"6688",81874,1784 +"6689",81895,1634 +"6690",81949,950 +"6691",81965,550 +"6692",81989,438 +"6693",81995,2673 +"6694",82000,2222 +"6695",82009,1020 +"6696",82023,992 +"6697",82039,1327 +"6698",82043,54 +"6699",82046,748 +"6700",82052,885 +"6701",82124,756 +"6702",82131,186 +"6703",82172,746 +"6704",82175,1590 +"6705",82187,1055 +"6706",82206,1597 +"6707",82217,2441 +"6708",82226,1619 +"6709",82236,878 +"6710",82243,118 +"6711",82246,1538 +"6712",82252,1248 +"6713",82266,789 +"6714",82267,929 +"6715",82270,1641 +"6716",82280,619 +"6717",82301,1621 +"6718",82312,340 +"6719",82341,1515 +"6720",82344,1358 +"6721",82401,1210 +"6722",82403,1596 +"6723",82409,1881 +"6724",82413,491 +"6725",82426,1576 +"6726",82454,1266 +"6727",82498,109 +"6728",82618,1536 +"6729",82628,1784 +"6730",82681,1620 +"6731",82696,1305 +"6732",82707,1428 +"6733",82730,1492 +"6734",82732,2810 +"6735",82735,829 +"6736",82738,591 +"6737",82740,579 +"6738",82747,1496 +"6739",82767,1641 +"6740",82776,1232 +"6741",82787,1144 +"6742",82806,796 +"6743",82819,1900 +"6744",82828,306 +"6745",82829,2416 +"6746",82890,1550 +"6747",82893,1275 +"6748",82907,207 +"6749",82917,2371 +"6750",82929,2475 +"6751",82932,2245 +"6752",82949,2077 +"6753",83007,2727 +"6754",83047,449 +"6755",83053,1303 +"6756",83066,1229 +"6757",83079,798 +"6758",83080,2140 +"6759",83096,1061 +"6760",83114,2653 +"6761",83122,1503 +"6762",83133,1055 +"6763",83140,1630 +"6764",83161,1352 +"6765",83175,2049 +"6766",83206,954 +"6767",83213,1689 +"6768",83218,1537 +"6769",83219,1492 +"6770",83224,1183 +"6771",83228,732 +"6772",83253,1102 +"6773",83259,1245 +"6774",83264,1922 +"6775",83286,1793 +"6776",83291,2066 +"6777",83301,1385 +"6778",83325,147 +"6779",83334,1708 +"6780",83336,1397 +"6781",83362,1877 +"6782",83376,2201 +"6783",83377,243 +"6784",83378,270 +"6785",83384,1970 +"6786",83396,2396 +"6787",83398,845 +"6788",83407,2112 +"6789",83422,1500 +"6790",83434,850 +"6791",83464,1072 +"6792",83475,70 +"6793",83491,1200 +"6794",83493,1181 +"6795",83518,275 +"6796",83523,1461 +"6797",83525,1222 +"6798",83526,1235 +"6799",83529,2595 +"6800",83541,555 +"6801",83598,619 +"6802",83610,1552 +"6803",83717,2763 +"6804",83729,406 +"6805",83742,216 +"6806",83777,1285 +"6807",83786,1614 +"6808",83790,1637 +"6809",83838,2263 +"6810",83845,216 +"6811",83860,1522 +"6812",83862,2026 +"6813",83873,240 +"6814",83898,1036 +"6815",83907,2056 +"6816",83912,1000 +"6817",83947,917 +"6818",83961,578 +"6819",83993,1009 +"6820",84022,2289 +"6821",84039,1335 +"6822",84058,665 +"6823",84074,887 +"6824",84076,1106 +"6825",84181,1272 +"6826",84188,1177 +"6827",84235,1639 +"6828",84254,2548 +"6829",84268,1217 +"6830",84271,1556 +"6831",84296,1751 +"6832",84317,2081 +"6833",84322,1635 +"6834",84325,618 +"6835",84371,1667 +"6836",84378,1265 +"6837",84426,1301 +"6838",84447,1006 +"6839",84469,2389 +"6840",84498,1292 +"6841",84500,1583 +"6842",84552,359 +"6843",84567,2767 +"6844",84569,710 +"6845",84574,958 +"6846",84581,1241 +"6847",84590,1734 +"6848",84591,1685 +"6849",84601,802 +"6850",84612,2175 +"6851",84618,545 +"6852",84632,2736 +"6853",84649,2280 +"6854",84743,396 +"6855",84768,1291 +"6856",84772,1231 +"6857",84779,914 +"6858",84790,1708 +"6859",84796,113 +"6860",84799,2656 +"6861",84808,1974 +"6862",84822,2686 +"6863",84827,1786 +"6864",84885,1649 +"6865",84897,1075 +"6866",84900,526 +"6867",84907,1259 +"6868",84942,1467 +"6869",84975,1138 +"6870",85049,1179 +"6871",85053,107 +"6872",85058,1311 +"6873",85062,1379 +"6874",85065,1585 +"6875",85072,413 +"6876",85097,1143 +"6877",85108,682 +"6878",85137,499 +"6879",85138,1685 +"6880",85141,1056 +"6881",85153,1163 +"6882",85196,186 +"6883",85198,1794 +"6884",85264,1236 +"6885",85290,376 +"6886",85327,1017 +"6887",85329,738 +"6888",85356,1492 +"6889",85396,1131 +"6890",85397,1219 +"6891",85401,1931 +"6892",85405,1593 +"6893",85430,2370 +"6894",85444,944 +"6895",85446,141 +"6896",85449,2340 +"6897",85501,2972 +"6898",85521,32 +"6899",85525,1718 +"6900",85547,997 +"6901",85569,110 +"6902",85592,1412 +"6903",85594,177 +"6904",85638,2275 +"6905",85672,2083 +"6906",85685,998 +"6907",85690,1229 +"6908",85711,907 +"6909",85716,1609 +"6910",85727,2696 +"6911",85736,1601 +"6912",85775,2781 +"6913",85778,1040 +"6914",85784,1142 +"6915",85794,679 +"6916",85869,1509 +"6917",85875,957 +"6918",85915,51 +"6919",85926,907 +"6920",85949,1132 +"6921",85995,432 +"6922",86010,1641 +"6923",86015,1514 +"6924",86105,2226 +"6925",86107,1960 +"6926",86152,1944 +"6927",86162,703 +"6928",86195,110 +"6929",86220,969 +"6930",86245,1972 +"6931",86270,897 +"6932",86279,1076 +"6933",86286,234 +"6934",86287,1349 +"6935",86308,147 +"6936",86331,850 +"6937",86343,1643 +"6938",86357,736 +"6939",86501,1123 +"6940",86505,1302 +"6941",86520,702 +"6942",86550,955 +"6943",86559,1704 +"6944",86580,696 +"6945",86605,1020 +"6946",86621,598 +"6947",86627,981 +"6948",86643,1252 +"6949",86664,1146 +"6950",86686,979 +"6951",86697,1985 +"6952",86707,157 +"6953",86716,1609 +"6954",86730,1780 +"6955",86785,1607 +"6956",86799,1951 +"6957",86803,1764 +"6958",86883,1623 +"6959",86931,1474 +"6960",86970,1664 +"6961",86978,2733 +"6962",86986,1976 +"6963",87011,1592 +"6964",87048,989 +"6965",87074,1666 +"6966",87110,2801 +"6967",87118,1232 +"6968",87135,412 +"6969",87142,591 +"6970",87144,2299 +"6971",87148,397 +"6972",87168,85 +"6973",87190,1704 +"6974",87198,1462 +"6975",87206,1122 +"6976",87215,1759 +"6977",87230,1657 +"6978",87269,847 +"6979",87270,913 +"6980",87273,51 +"6981",87289,1279 +"6982",87294,592 +"6983",87303,2835 +"6984",87335,499 +"6985",87362,2902 +"6986",87396,407 +"6987",87430,1038 +"6988",87436,1262 +"6989",87455,2576 +"6990",87471,712 +"6991",87508,717 +"6992",87509,1907 +"6993",87519,595 +"6994",87603,535 +"6995",87624,570 +"6996",87638,1114 +"6997",87692,775 +"6998",87720,2086 +"6999",87733,235 +"7000",87746,838 +"7001",87800,1206 +"7002",87837,1987 +"7003",87874,1296 +"7004",87901,849 +"7005",87904,952 +"7006",87907,1173 +"7007",87915,1152 +"7008",87919,462 +"7009",87958,1234 +"7010",87965,255 +"7011",87977,2623 +"7012",87996,2689 +"7013",88002,2729 +"7014",88037,606 +"7015",88038,594 +"7016",88039,1219 +"7017",88048,2734 +"7018",88063,1045 +"7019",88067,2315 +"7020",88070,949 +"7021",88091,1645 +"7022",88102,1244 +"7023",88114,595 +"7024",88123,2252 +"7025",88126,1027 +"7026",88147,1433 +"7027",88171,1488 +"7028",88176,104 +"7029",88189,847 +"7030",88209,663 +"7031",88212,2547 +"7032",88228,1053 +"7033",88232,2881 +"7034",88307,437 +"7035",88324,1080 +"7036",88347,793 +"7037",88352,64 +"7038",88427,340 +"7039",88448,914 +"7040",88454,663 +"7041",88455,2388 +"7042",88473,1102 +"7043",88535,1229 +"7044",88592,1418 +"7045",88609,1917 +"7046",88710,927 +"7047",88712,65 +"7048",88726,854 +"7049",88739,933 +"7050",88750,787 +"7051",88759,1315 +"7052",88808,1462 +"7053",88819,83 +"7054",88825,2693 +"7055",88857,1232 +"7056",88860,1014 +"7057",88887,1161 +"7058",88904,465 +"7059",88953,1106 +"7060",88955,795 +"7061",88966,1568 +"7062",88968,585 +"7063",88984,935 +"7064",89047,877 +"7065",89054,732 +"7066",89057,1286 +"7067",89072,1099 +"7068",89097,935 +"7069",89106,527 +"7070",89129,790 +"7071",89135,116 +"7072",89137,580 +"7073",89181,1910 +"7074",89191,161 +"7075",89203,453 +"7076",89241,2319 +"7077",89258,1147 +"7078",89259,45 +"7079",89278,587 +"7080",89311,398 +"7081",89329,517 +"7082",89391,2180 +"7083",89441,2018 +"7084",89471,2349 +"7085",89511,1205 +"7086",89519,115 +"7087",89527,572 +"7088",89538,1847 +"7089",89541,525 +"7090",89565,631 +"7091",89578,828 +"7092",89586,1401 +"7093",89607,2003 +"7094",89610,330 +"7095",89653,562 +"7096",89668,1279 +"7097",89676,397 +"7098",89681,1978 +"7099",89701,563 +"7100",89752,585 +"7101",89826,2033 +"7102",89860,1999 +"7103",89873,477 +"7104",89880,1938 +"7105",89911,2607 +"7106",89931,1400 +"7107",89934,2760 +"7108",89935,771 +"7109",89955,1452 +"7110",89958,1186 +"7111",89965,810 +"7112",90005,539 +"7113",90013,1461 +"7114",90040,1267 +"7115",90052,851 +"7116",90056,221 +"7117",90064,454 +"7118",90065,1418 +"7119",90068,161 +"7120",90079,2664 +"7121",90150,174 +"7122",90182,534 +"7123",90236,1010 +"7124",90259,699 +"7125",90268,585 +"7126",90299,1606 +"7127",90378,890 +"7128",90425,1824 +"7129",90429,1684 +"7130",90462,1136 +"7131",90467,2840 +"7132",90496,504 +"7133",90501,2380 +"7134",90570,964 +"7135",90573,878 +"7136",90596,458 +"7137",90608,590 +"7138",90610,418 +"7139",90633,990 +"7140",90658,523 +"7141",90669,152 +"7142",90674,621 +"7143",90709,1080 +"7144",90718,252 +"7145",90719,1234 +"7146",90745,1994 +"7147",90768,2123 +"7148",90778,683 +"7149",90789,1218 +"7150",90790,1492 +"7151",90800,1594 +"7152",90802,877 +"7153",90837,825 +"7154",90852,764 +"7155",90860,851 +"7156",90870,441 +"7157",90886,1548 +"7158",90892,2399 +"7159",90911,1263 +"7160",90943,1754 +"7161",91010,1227 +"7162",91075,1354 +"7163",91142,2527 +"7164",91162,1693 +"7165",91163,1171 +"7166",91183,76 +"7167",91196,1688 +"7168",91201,1702 +"7169",91210,1457 +"7170",91227,1232 +"7171",91279,966 +"7172",91285,431 +"7173",91321,353 +"7174",91348,901 +"7175",91386,68 +"7176",91415,766 +"7177",91418,112 +"7178",91420,1023 +"7179",91435,933 +"7180",91442,1962 +"7181",91465,1047 +"7182",91466,201 +"7183",91518,842 +"7184",91532,98 +"7185",91570,2229 +"7186",91571,923 +"7187",91579,2510 +"7188",91631,1899 +"7189",91715,1034 +"7190",91739,1689 +"7191",91772,2233 +"7192",91806,969 +"7193",91812,682 +"7194",91819,1583 +"7195",91841,1521 +"7196",91849,1166 +"7197",91859,124 +"7198",91870,439 +"7199",91891,323 +"7200",91901,1236 +"7201",91908,918 +"7202",91912,790 +"7203",91940,194 +"7204",91942,2216 +"7205",92030,59 +"7206",92045,2356 +"7207",92084,1134 +"7208",92104,2339 +"7209",92118,1335 +"7210",92122,436 +"7211",92124,1532 +"7212",92131,227 +"7213",92148,1294 +"7214",92217,1663 +"7215",92220,607 +"7216",92254,517 +"7217",92297,2952 +"7218",92322,2393 +"7219",92345,324 +"7220",92359,943 +"7221",92366,1434 +"7222",92371,1094 +"7223",92381,1237 +"7224",92469,1232 +"7225",92480,832 +"7226",92490,1230 +"7227",92491,1968 +"7228",92495,283 +"7229",92503,231 +"7230",92508,1374 +"7231",92513,2282 +"7232",92524,1650 +"7233",92555,614 +"7234",92567,133 +"7235",92592,486 +"7236",92630,1583 +"7237",92649,408 +"7238",92658,2659 +"7239",92678,1769 +"7240",92757,2615 +"7241",92768,2548 +"7242",92784,1257 +"7243",92804,56 +"7244",92806,1802 +"7245",92817,569 +"7246",92831,576 +"7247",92850,1971 +"7248",92860,1643 +"7249",92864,1123 +"7250",92895,2339 +"7251",92904,780 +"7252",92919,1645 +"7253",92947,1289 +"7254",92960,2154 +"7255",92973,1276 +"7256",93026,704 +"7257",93027,2607 +"7258",93102,1174 +"7259",93121,2324 +"7260",93123,870 +"7261",93151,76 +"7262",93179,518 +"7263",93208,1324 +"7264",93280,1053 +"7265",93317,1223 +"7266",93320,1258 +"7267",93326,1196 +"7268",93332,982 +"7269",93344,196 +"7270",93386,890 +"7271",93398,828 +"7272",93410,880 +"7273",93446,168 +"7274",93459,1354 +"7275",93481,2311 +"7276",93553,2537 +"7277",93568,1755 +"7278",93577,590 +"7279",93590,1188 +"7280",93609,2252 +"7281",93615,2386 +"7282",93642,1120 +"7283",93661,1024 +"7284",93665,220 +"7285",93667,1567 +"7286",93670,1682 +"7287",93710,544 +"7288",93752,1368 +"7289",93753,408 +"7290",93766,328 +"7291",93830,496 +"7292",93930,1268 +"7293",93933,1336 +"7294",93953,969 +"7295",93969,208 +"7296",93994,1579 +"7297",93998,850 +"7298",94002,399 +"7299",94048,275 +"7300",94101,997 +"7301",94125,2280 +"7302",94138,1939 +"7303",94179,2000 +"7304",94211,1671 +"7305",94219,717 +"7306",94276,1704 +"7307",94299,499 +"7308",94307,2013 +"7309",94323,593 +"7310",94339,2768 +"7311",94345,283 +"7312",94396,787 +"7313",94399,963 +"7314",94401,1784 +"7315",94404,1836 +"7316",94444,1554 +"7317",94448,242 +"7318",94450,1127 +"7319",94487,863 +"7320",94495,989 +"7321",94500,1529 +"7322",94510,1514 +"7323",94513,1102 +"7324",94520,1243 +"7325",94525,1993 +"7326",94545,790 +"7327",94548,660 +"7328",94611,286 +"7329",94625,2105 +"7330",94640,2344 +"7331",94650,896 +"7332",94671,109 +"7333",94745,2378 +"7334",94758,584 +"7335",94783,659 +"7336",94808,988 +"7337",94835,555 +"7338",94850,408 +"7339",94889,667 +"7340",94908,1413 +"7341",94926,1611 +"7342",94947,1368 +"7343",94968,287 +"7344",95011,1986 +"7345",95017,1284 +"7346",95032,103 +"7347",95036,380 +"7348",95060,1974 +"7349",95064,1801 +"7350",95121,1015 +"7351",95139,120 +"7352",95155,849 +"7353",95160,961 +"7354",95211,2462 +"7355",95238,259 +"7356",95258,199 +"7357",95288,1602 +"7358",95309,687 +"7359",95320,262 +"7360",95338,915 +"7361",95408,2393 +"7362",95416,982 +"7363",95452,761 +"7364",95479,896 +"7365",95492,748 +"7366",95496,46 +"7367",95517,529 +"7368",95560,116 +"7369",95567,529 +"7370",95570,929 +"7371",95587,810 +"7372",95613,317 +"7373",95643,797 +"7374",95644,1531 +"7375",95647,1172 +"7376",95653,1440 +"7377",95661,872 +"7378",95680,801 +"7379",95682,881 +"7380",95690,765 +"7381",95708,433 +"7382",95730,1481 +"7383",95757,1232 +"7384",95785,1156 +"7385",95836,760 +"7386",95846,1324 +"7387",95851,750 +"7388",95852,2045 +"7389",95879,1748 +"7390",95910,999 +"7391",95922,221 +"7392",95939,958 +"7393",95979,1722 +"7394",95988,399 +"7395",95998,1250 +"7396",96000,1789 +"7397",96007,895 +"7398",96037,1320 +"7399",96059,1286 +"7400",96068,215 +"7401",96073,568 +"7402",96132,1489 +"7403",96169,2356 +"7404",96197,1670 +"7405",96225,1760 +"7406",96226,1412 +"7407",96300,2594 +"7408",96301,818 +"7409",96308,521 +"7410",96310,1016 +"7411",96332,1197 +"7412",96349,1874 +"7413",96352,1493 +"7414",96365,1700 +"7415",96387,2159 +"7416",96401,303 +"7417",96425,2007 +"7418",96435,2765 +"7419",96462,1967 +"7420",96477,1306 +"7421",96553,1887 +"7422",96554,644 +"7423",96563,961 +"7424",96599,116 +"7425",96611,765 +"7426",96615,825 +"7427",96621,697 +"7428",96648,953 +"7429",96653,1917 +"7430",96671,359 +"7431",96678,1183 +"7432",96679,183 +"7433",96700,1602 +"7434",96706,1597 +"7435",96708,594 +"7436",96715,1792 +"7437",96718,1767 +"7438",96738,298 +"7439",96741,484 +"7440",96744,1789 +"7441",96757,476 +"7442",96759,634 +"7443",96770,983 +"7444",96801,671 +"7445",96811,1437 +"7446",96894,1598 +"7447",96911,956 +"7448",96938,127 +"7449",96998,2134 +"7450",97013,1797 +"7451",97120,1202 +"7452",97156,598 +"7453",97160,1215 +"7454",97174,173 +"7455",97240,1027 +"7456",97242,686 +"7457",97244,1316 +"7458",97266,1016 +"7459",97273,475 +"7460",97275,731 +"7461",97309,1740 +"7462",97335,495 +"7463",97358,1003 +"7464",97369,191 +"7465",97427,1060 +"7466",97451,963 +"7467",97476,975 +"7468",97498,2346 +"7469",97513,1500 +"7470",97523,198 +"7471",97615,1198 +"7472",97674,1912 +"7473",97706,1121 +"7474",97709,31 +"7475",97742,322 +"7476",97768,1500 +"7477",97787,1874 +"7478",97811,1288 +"7479",97824,1229 +"7480",97834,943 +"7481",97915,1802 +"7482",97928,2416 +"7483",97937,932 +"7484",97939,451 +"7485",97940,431 +"7486",97986,1020 +"7487",97990,1223 +"7488",98003,573 +"7489",98038,2659 +"7490",98058,1891 +"7491",98080,1265 +"7492",98150,1009 +"7493",98243,151 +"7494",98354,2794 +"7495",98376,1251 +"7496",98384,1166 +"7497",98436,1212 +"7498",98458,329 +"7499",98468,182 +"7500",98518,1156 +"7501",98531,719 +"7502",98699,2588 +"7503",98716,1166 +"7504",98719,1096 +"7505",98781,1410 +"7506",98801,1035 +"7507",98856,1075 +"7508",98893,204 +"7509",98907,265 +"7510",98925,584 +"7511",98942,1588 +"7512",99012,931 +"7513",99020,1383 +"7514",99035,849 +"7515",99041,844 +"7516",99044,77 +"7517",99056,1572 +"7518",99073,486 +"7519",99084,1236 +"7520",99103,1470 +"7521",99137,804 +"7522",99152,1698 +"7523",99153,803 +"7524",99170,565 +"7525",99173,471 +"7526",99194,1271 +"7527",99196,598 +"7528",99202,200 +"7529",99204,232 +"7530",99215,2791 +"7531",99218,481 +"7532",99222,829 +"7533",99237,783 +"7534",99273,825 +"7535",99274,78 +"7536",99279,611 +"7537",99288,983 +"7538",99291,930 +"7539",99298,679 +"7540",99332,873 +"7541",99351,2939 +"7542",99352,263 +"7543",99366,900 +"7544",99418,444 +"7545",99427,1706 +"7546",99444,408 +"7547",99536,790 +"7548",99557,1703 +"7549",99565,470 +"7550",99568,982 +"7551",99569,185 +"7552",99621,874 +"7553",99694,44 +"7554",99696,72 +"7555",99768,1322 +"7556",99773,186 +"7557",99783,90 +"7558",99791,452 +"7559",99860,2071 +"7560",99865,426 +"7561",99886,2781 +"7562",99920,74 +"7563",99940,2884 +"7564",99945,342 +"7565",99953,581 +"7566",99955,1223 +"7567",99957,171 +"7568",99966,606 +"7569",99973,96 +"7570",99978,548 +"7571",100048,1573 +"7572",100060,497 +"7573",100067,1514 +"7574",100084,1964 +"7575",100127,217 +"7576",100134,977 +"7577",100140,1041 +"7578",100146,2376 +"7579",100215,2436 +"7580",100218,606 +"7581",100219,585 +"7582",100229,550 +"7583",100231,998 +"7584",100235,2775 +"7585",100241,777 +"7586",100258,78 +"7587",100260,888 +"7588",100262,1678 +"7589",100275,105 +"7590",100318,1205 +"7591",100321,1142 +"7592",100334,777 +"7593",100413,804 +"7594",100432,1358 +"7595",100442,893 +"7596",100462,1927 +"7597",100466,1243 +"7598",100532,859 +"7599",100540,100 +"7600",100562,85 +"7601",100568,160 +"7602",100586,2966 +"7603",100609,637 +"7604",100637,1944 +"7605",100670,525 +"7606",100690,2829 +"7607",100702,215 +"7608",100777,103 +"7609",100799,311 +"7610",100809,353 +"7611",100860,2326 +"7612",100886,462 +"7613",100978,862 +"7614",101019,904 +"7615",101027,1867 +"7616",101070,2497 +"7617",101115,1259 +"7618",101116,169 +"7619",101140,2364 +"7620",101191,35 +"7621",101237,2033 +"7622",101295,2165 +"7623",101315,1971 +"7624",101332,585 +"7625",101338,1319 +"7626",101343,761 +"7627",101347,1335 +"7628",101350,2111 +"7629",101367,974 +"7630",101381,977 +"7631",101395,891 +"7632",101435,1236 +"7633",101446,920 +"7634",101453,454 +"7635",101478,1383 +"7636",101482,1300 +"7637",101540,388 +"7638",101561,852 +"7639",101578,850 +"7640",101598,781 +"7641",101640,796 +"7642",101652,270 +"7643",101666,1257 +"7644",101728,114 +"7645",101766,53 +"7646",101786,2007 +"7647",101797,2357 +"7648",101837,59 +"7649",101841,127 +"7650",101875,673 +"7651",101892,1322 +"7652",101967,691 +"7653",101983,889 +"7654",101986,813 +"7655",102004,497 +"7656",102016,1649 +"7657",102050,906 +"7658",102107,504 +"7659",102109,1367 +"7660",102133,1165 +"7661",102186,2937 +"7662",102280,1194 +"7663",102284,2877 +"7664",102301,865 +"7665",102324,128 +"7666",102354,710 +"7667",102360,796 +"7668",102368,613 +"7669",102384,2649 +"7670",102400,1761 +"7671",102448,617 +"7672",102466,2826 +"7673",102467,708 +"7674",102530,880 +"7675",102545,248 +"7676",102559,167 +"7677",102566,2207 +"7678",102581,1813 +"7679",102587,913 +"7680",102609,885 +"7681",102666,2726 +"7682",102705,468 +"7683",102731,630 +"7684",102751,1229 +"7685",102793,912 +"7686",102820,501 +"7687",102821,186 +"7688",102824,2944 +"7689",102838,420 +"7690",102845,1067 +"7691",102893,814 +"7692",102925,170 +"7693",103086,750 +"7694",103103,1097 +"7695",103143,163 +"7696",103180,118 +"7697",103215,511 +"7698",103218,1787 +"7699",103224,2823 +"7700",103240,933 +"7701",103255,1256 +"7702",103256,572 +"7703",103312,1216 +"7704",103357,423 +"7705",103382,173 +"7706",103420,433 +"7707",103482,435 +"7708",103491,1523 +"7709",103524,991 +"7710",103536,475 +"7711",103560,2746 +"7712",103709,657 +"7713",103710,439 +"7714",103721,1030 +"7715",103754,842 +"7716",103888,59 +"7717",103890,958 +"7718",103911,1733 +"7719",103920,274 +"7720",103925,1786 +"7721",103988,1947 +"7722",103989,1207 +"7723",104036,659 +"7724",104040,1384 +"7725",104046,105 +"7726",104065,194 +"7727",104084,579 +"7728",104098,512 +"7729",104106,1204 +"7730",104116,355 +"7731",104161,613 +"7732",104185,457 +"7733",104195,1187 +"7734",104198,1312 +"7735",104217,956 +"7736",104239,926 +"7737",104280,887 +"7738",104281,2228 +"7739",104289,834 +"7740",104306,1665 +"7741",104310,649 +"7742",104319,536 +"7743",104344,172 +"7744",104362,286 +"7745",104406,614 +"7746",104409,650 +"7747",104508,1313 +"7748",104542,897 +"7749",104565,2693 +"7750",104593,1049 +"7751",104611,1623 +"7752",104659,2026 +"7753",104694,647 +"7754",104711,410 +"7755",104714,359 +"7756",104758,255 +"7757",104828,1609 +"7758",104843,1167 +"7759",104902,147 +"7760",104929,238 +"7761",105038,123 +"7762",105063,1908 +"7763",105077,920 +"7764",105100,633 +"7765",105117,809 +"7766",105127,207 +"7767",105190,2839 +"7768",105207,451 +"7769",105233,1199 +"7770",105253,476 +"7771",105255,297 +"7772",105262,223 +"7773",105353,2073 +"7774",105400,290 +"7775",105419,855 +"7776",105435,684 +"7777",105439,2287 +"7778",105483,1679 +"7779",105487,667 +"7780",105551,2623 +"7781",105602,434 +"7782",105670,1351 +"7783",105680,1674 +"7784",105685,2469 +"7785",105742,231 +"7786",105757,806 +"7787",105795,1265 +"7788",105863,844 +"7789",105867,1641 +"7790",105887,615 +"7791",105947,997 +"7792",105959,1327 +"7793",105975,1939 +"7794",105977,134 +"7795",106003,491 +"7796",106026,172 +"7797",106053,2469 +"7798",106129,93 +"7799",106175,1307 +"7800",106214,987 +"7801",106224,1300 +"7802",106227,537 +"7803",106231,858 +"7804",106240,705 +"7805",106265,615 +"7806",106299,1190 +"7807",106318,1698 +"7808",106330,2559 +"7809",106399,1530 +"7810",106409,265 +"7811",106417,480 +"7812",106419,1411 +"7813",106428,2321 +"7814",106449,862 +"7815",106466,953 +"7816",106515,2113 +"7817",106544,626 +"7818",106554,1270 +"7819",106555,1626 +"7820",106566,448 +"7821",106570,1702 +"7822",106620,1177 +"7823",106690,901 +"7824",106725,710 +"7825",106755,2166 +"7826",106865,830 +"7827",106891,1907 +"7828",106939,64 +"7829",106962,936 +"7830",106963,686 +"7831",106988,1164 +"7832",107004,1672 +"7833",107052,2158 +"7834",107053,68 +"7835",107090,954 +"7836",107103,2015 +"7837",107224,1027 +"7838",107273,604 +"7839",107292,1667 +"7840",107303,217 +"7841",107318,1963 +"7842",107383,1918 +"7843",107401,2475 +"7844",107435,1635 +"7845",107467,1524 +"7846",107478,768 +"7847",107496,1572 +"7848",107598,999 +"7849",107649,1573 +"7850",107727,1130 +"7851",107758,565 +"7852",107830,552 +"7853",107846,565 +"7854",107871,2228 +"7855",107904,195 +"7856",107993,999 +"7857",108107,1704 +"7858",108151,2377 +"7859",108157,1272 +"7860",108196,422 +"7861",108323,1366 +"7862",108379,2933 +"7863",108391,900 +"7864",108400,908 +"7865",108415,752 +"7866",108430,1642 +"7867",108433,1568 +"7868",108446,325 +"7869",108462,550 +"7870",108467,2170 +"7871",108498,974 +"7872",108581,2658 +"7873",108620,881 +"7874",108621,1163 +"7875",108647,1934 +"7876",108668,119 +"7877",108704,237 +"7878",108709,462 +"7879",108742,484 +"7880",108751,697 +"7881",108770,158 +"7882",108774,1901 +"7883",108793,919 +"7884",108827,291 +"7885",108867,2328 +"7886",108872,1810 +"7887",108966,1958 +"7888",108974,752 +"7889",109031,523 +"7890",109034,259 +"7891",109055,393 +"7892",109061,619 +"7893",109079,954 +"7894",109104,502 +"7895",109106,1973 +"7896",109114,1287 +"7897",109132,119 +"7898",109175,146 +"7899",109182,353 +"7900",109194,494 +"7901",109264,1104 +"7902",109307,1187 +"7903",109323,647 +"7904",109340,226 +"7905",109383,952 +"7906",109411,87 +"7907",109415,1328 +"7908",109475,1492 +"7909",109476,353 +"7910",109506,458 +"7911",109510,621 +"7912",109521,609 +"7913",109571,797 +"7914",109608,780 +"7915",109635,1925 +"7916",109663,545 +"7917",109703,1925 +"7918",109718,1237 +"7919",109724,367 +"7920",109741,1527 +"7921",109904,214 +"7922",109969,385 +"7923",109975,1594 +"7924",109978,1865 +"7925",110023,230 +"7926",110046,620 +"7927",110058,107 +"7928",110072,490 +"7929",110082,439 +"7930",110097,540 +"7931",110218,437 +"7932",110262,1138 +"7933",110308,489 +"7934",110398,601 +"7935",110399,480 +"7936",110402,858 +"7937",110486,1014 +"7938",110496,208 +"7939",110560,91 +"7940",110569,970 +"7941",110626,495 +"7942",110659,515 +"7943",110719,206 +"7944",110736,95 +"7945",110737,2117 +"7946",110748,398 +"7947",110749,772 +"7948",110781,908 +"7949",110802,2474 +"7950",110863,53 +"7951",110871,2879 +"7952",110874,1390 +"7953",110882,221 +"7954",110934,2308 +"7955",111004,796 +"7956",111034,2131 +"7957",111040,711 +"7958",111045,915 +"7959",111053,150 +"7960",111119,550 +"7961",111120,397 +"7962",111128,1234 +"7963",111165,1256 +"7964",111193,429 +"7965",111208,847 +"7966",111211,606 +"7967",111375,2686 +"7968",111485,1925 +"7969",111537,515 +"7970",111567,613 +"7971",111576,458 +"7972",111613,1059 +"7973",111639,547 +"7974",111658,351 +"7975",111686,528 +"7976",111761,783 +"7977",111790,905 +"7978",111843,1963 +"7979",111855,1909 +"7980",111920,1281 +"7981",111928,549 +"7982",111955,504 +"7983",111971,1032 +"7984",112004,74 +"7985",112024,135 +"7986",112084,875 +"7987",112140,252 +"7988",112176,250 +"7989",112179,892 +"7990",112221,1365 +"7991",112337,286 +"7992",112352,179 +"7993",112368,606 +"7994",112428,212 +"7995",112435,456 +"7996",112437,513 +"7997",112446,134 +"7998",112456,175 +"7999",112509,424 +"8000",112539,452 +"8001",112557,2669 +"8002",112563,2669 +"8003",112587,1003 +"8004",112814,546 +"8005",112834,765 +"8006",112895,135 +"8007",112923,950 +"8008",113017,566 +"8009",113026,213 +"8010",113041,79 +"8011",113116,769 +"8012",113131,445 +"8013",113162,818 +"8014",113181,2301 +"8015",113217,109 +"8016",113238,671 +"8017",113312,1156 +"8018",113333,1018 +"8019",113406,2789 +"8020",113498,2568 +"8021",113506,538 +"8022",113619,760 +"8023",113653,1958 +"8024",113736,1514 +"8025",113767,1101 +"8026",113793,185 +"8027",113794,417 +"8028",113848,999 +"8029",113851,120 +"8030",113872,1391 +"8031",113877,2370 +"8032",113887,2897 +"8033",113908,886 +"8034",113931,963 +"8035",113966,268 +"8036",114122,584 +"8037",114228,1544 +"8038",114240,642 +"8039",114257,2307 +"8040",114342,228 +"8041",114385,111 +"8042",114504,1937 +"8043",114611,694 +"8044",114615,613 +"8045",114648,270 +"8046",114663,488 +"8047",114666,711 +"8048",114677,1 +"8049",114769,1108 +"8050",114847,39 +"8051",114857,1310 +"8052",114865,544 +"8053",114870,110 +"8054",114872,907 +"8055",114937,327 +"8056",115021,1226 +"8057",115031,2383 +"8058",115037,1788 +"8059",115059,2552 +"8060",115078,697 +"8061",115090,445 +"8062",115097,1041 +"8063",115145,626 +"8064",115155,1942 +"8065",115186,243 +"8066",115194,604 +"8067",115338,625 +"8068",115401,935 +"8069",115461,524 +"8070",115491,1261 +"8071",115534,81 +"8072",115535,2203 +"8073",115618,2314 +"8074",115622,1895 +"8075",115734,859 +"8076",115763,857 +"8077",115795,140 +"8078",115905,274 +"8079",115966,2349 +"8080",116025,1874 +"8081",116056,941 +"8082",116078,1839 +"8083",116119,254 +"8084",116202,180 +"8085",116203,2150 +"8086",116243,89 +"8087",116278,168 +"8088",116280,90 +"8089",116293,540 +"8090",116350,1363 +"8091",116385,592 +"8092",116392,870 +"8093",116440,2007 +"8094",116444,1206 +"8095",116478,293 +"8096",116484,902 +"8097",116508,158 +"8098",116575,2140 +"8099",116584,314 +"8100",116620,669 +"8101",116771,623 +"8102",116792,2397 +"8103",116835,553 +"8104",116896,287 +"8105",116963,1053 +"8106",116987,2469 +"8107",116991,575 +"8108",116996,242 +"8109",117002,92 +"8110",117032,110 +"8111",117080,2357 +"8112",117125,169 +"8113",117173,241 +"8114",117190,425 +"8115",117222,118 +"8116",117243,45 +"8117",117246,2111 +"8118",117398,1573 +"8119",117450,687 +"8120",117530,1588 +"8121",117643,80 +"8122",117664,226 +"8123",117675,85 +"8124",117679,535 +"8125",117685,106 +"8126",117713,96 +"8127",117745,128 +"8128",117763,827 +"8129",117764,2781 +"8130",117831,619 +"8131",117876,31 +"8132",117903,1664 +"8133",117932,926 +"8134",117956,2774 +"8135",117965,182 +"8136",117990,938 +"8137",118014,634 +"8138",118036,168 +"8139",118082,277 +"8140",118093,135 +"8141",118120,1910 +"8142",118178,2367 +"8143",118180,2326 +"8144",118202,1509 +"8145",118312,1159 +"8146",118318,2327 +"8147",118382,96 +"8148",118417,178 +"8149",118631,113 +"8150",118646,1525 +"8151",118801,87 +"8152",118806,135 +"8153",118881,170 +"8154",119007,979 +"8155",119101,139 +"8156",119184,275 +"8157",119208,2646 +"8158",119234,931 +"8159",119241,152 +"8160",119363,42 +"8161",119373,1753 +"8162",119444,888 +"8163",119463,160 +"8164",119494,641 +"8165",119501,390 +"8166",119524,1930 +"8167",119564,336 +"8168",119610,2707 +"8169",119680,303 +"8170",119731,1208 +"8171",119799,250 +"8172",119820,296 +"8173",119859,908 +"8174",119921,1113 +"8175",119923,1901 +"8176",119931,123 +"8177",119978,815 +"8178",119991,310 +"8179",119998,787 +"8180",120112,954 +"8181",120153,413 +"8182",120345,2164 +"8183",120363,322 +"8184",120396,561 +"8185",120475,127 +"8186",120549,708 +"8187",120585,961 +"8188",120632,222 +"8189",120654,1513 +"8190",120703,2172 +"8191",120712,173 +"8192",120720,1614 +"8193",120821,40 +"8194",120828,958 +"8195",120861,488 +"8196",120962,1736 +"8197",120996,73 +"8198",121133,152 +"8199",121173,829 +"8200",121185,533 +"8201",121234,213 +"8202",121260,2042 +"8203",121291,1955 +"8204",121319,657 +"8205",121354,2862 +"8206",121361,1328 +"8207",121415,1455 +"8208",121422,850 +"8209",121425,110 +"8210",121453,97 +"8211",121459,220 +"8212",121514,645 +"8213",121650,890 +"8214",121784,2446 +"8215",121826,536 +"8216",121943,475 +"8217",121960,858 +"8218",121973,1523 +"8219",122107,968 +"8220",122406,691 +"8221",122448,90 +"8222",122453,1591 +"8223",122466,1327 +"8224",122567,2783 +"8225",122658,1648 +"8226",122671,108 +"8227",122909,1198 +"8228",122938,1023 +"8229",123022,904 +"8230",123037,498 +"8231",123211,405 +"8232",123218,650 +"8233",123223,408 +"8234",123336,225 +"8235",123349,901 +"8236",123365,184 +"8237",123492,950 diff --git a/ic_experiments/out.log b/ic_experiments/out.log new file mode 100644 index 0000000..55df723 --- /dev/null +++ b/ic_experiments/out.log @@ -0,0 +1,125 @@ +1e-06 1e-06 0.08 11270 -130155.155931 +1e-06 1e-06 0.08 11270 -130155.155931 +1e-06 1e-06 0.08 11270 -130155.155931 +1e-06 1e-06 0.08 11270 -130155.155931 +1e-06 1e-06 0.08 11270 -130155.155932 +1e-06 1.77827941004e-05 0.08 11270 -130155.158407 +1e-06 1.77827941004e-05 0.08 11270 -130155.158407 +1e-06 1.77827941004e-05 0.08 11270 -130155.158407 +1e-06 1.77827941004e-05 0.08 11270 -130155.158408 +1e-06 1.77827941004e-05 0.08 11270 -130155.15843 +1e-06 0.000316227766017 0.08 11270 -130155.202437 +1e-06 0.000316227766017 0.08 11270 -130155.202437 +1e-06 0.000316227766017 0.08 11270 -130155.202438 +1e-06 0.000316227766017 0.08 11270 -130155.20246 +1e-06 0.000316227766017 0.08 11270 -130155.202853 +1e-06 0.0056234132519 0.08 11270 -130155.985415 +1e-06 0.0056234132519 0.08 11270 -130155.985416 +1e-06 0.0056234132519 0.08 11270 -130155.985438 +1e-06 0.0056234132519 0.08 11270 -130155.985831 +1e-06 0.0056234132519 0.08 11270 -130155.992811 +1e-06 0.1 0.08 11270 -130169.910165 +1e-06 0.1 0.08 11270 -130169.910187 +1e-06 0.1 0.08 11270 -130169.91058 +1e-06 0.1 0.08 11270 -130169.917561 +1e-06 0.1 0.08 11270 -130170.041697 +5.6234132519e-05 1e-06 0.08 11270 -130155.163694 +5.6234132519e-05 1e-06 0.08 11270 -130155.163694 +5.6234132519e-05 1e-06 0.08 11270 -130155.163694 +5.6234132519e-05 1e-06 0.08 11270 -130155.163698 +5.6234132519e-05 1e-06 0.08 11270 -130155.163764 +5.6234132519e-05 1.77827941004e-05 0.08 11270 -130155.296453 +5.6234132519e-05 1.77827941004e-05 0.08 11270 -130155.296453 +5.6234132519e-05 1.77827941004e-05 0.08 11270 -130155.296457 +5.6234132519e-05 1.77827941004e-05 0.08 11270 -130155.296524 +5.6234132519e-05 1.77827941004e-05 0.08 11270 -130155.297707 +5.6234132519e-05 0.000316227766017 0.08 11270 -130157.657319 +5.6234132519e-05 0.000316227766017 0.08 11270 -130157.657323 +5.6234132519e-05 0.000316227766017 0.08 11270 -130157.65739 +5.6234132519e-05 0.000316227766017 0.08 11270 -130157.658573 +5.6234132519e-05 0.000316227766017 0.08 11270 -130157.679621 +5.6234132519e-05 0.0056234132519 0.08 11270 -130199.650974 +5.6234132519e-05 0.0056234132519 0.08 11270 -130199.651041 +5.6234132519e-05 0.0056234132519 0.08 11270 -130199.652224 +5.6234132519e-05 0.0056234132519 0.08 11270 -130199.673272 +5.6234132519e-05 0.0056234132519 0.08 11270 -130200.047554 +5.6234132519e-05 0.1 0.08 11270 -130949.872469 +5.6234132519e-05 0.1 0.08 11270 -130949.873652 +5.6234132519e-05 0.1 0.08 11270 -130949.8947 +5.6234132519e-05 0.1 0.08 11270 -130950.268982 +5.6234132519e-05 0.1 0.08 11270 -130956.924797 +0.00316227766017 1e-06 0.08 11270 -130155.258327 +0.00316227766017 1e-06 0.08 11270 -130155.258327 +0.00316227766017 1e-06 0.08 11270 -130155.258329 +0.00316227766017 1e-06 0.08 11270 -130155.258377 +0.00316227766017 1e-06 0.08 11270 -130155.259233 +0.00316227766017 1.77827941004e-05 0.08 11270 -130156.979303 +0.00316227766017 1.77827941004e-05 0.08 11270 -130156.979305 +0.00316227766017 1.77827941004e-05 0.08 11270 -130156.979353 +0.00316227766017 1.77827941004e-05 0.08 11270 -130156.980209 +0.00316227766017 1.77827941004e-05 0.08 11270 -130156.995429 +0.00316227766017 0.000316227766017 0.08 11270 -130187.587515 +0.00316227766017 0.000316227766017 0.08 11270 -130187.587563 +0.00316227766017 0.000316227766017 0.08 11270 -130187.588419 +0.00316227766017 0.000316227766017 0.08 11270 -130187.603638 +0.00316227766017 0.000316227766017 0.08 11270 -130187.874282 +0.00316227766017 0.0056234132519 0.08 11270 -130733.298546 +0.00316227766017 0.0056234132519 0.08 11270 -130733.299402 +0.00316227766017 0.0056234132519 0.08 11270 -130733.314621 +0.00316227766017 0.0056234132519 0.08 11270 -130733.585265 +0.00316227766017 0.0056234132519 0.08 11270 -130738.398076 +0.00316227766017 0.1 0.05 7192 -133620.171709 +0.00316227766017 0.1 0.05 7192 -133620.186929 +0.00316227766017 0.1 0.05 7192 -133620.457572 +0.00316227766017 0.1 0.05 7192 -133625.270384 +0.00316227766017 0.1 0.05 7192 -133710.859561 +0.177827941004 1e-06 0.08 11270 -130155.273037 +0.177827941004 1e-06 0.08 11270 -130155.273037 +0.177827941004 1e-06 0.08 11270 -130155.27304 +0.177827941004 1e-06 0.08 11270 -130155.273094 +0.177827941004 1e-06 0.08 11270 -130155.274063 +0.177827941004 1.77827941004e-05 0.08 11270 -130157.240892 +0.177827941004 1.77827941004e-05 0.08 11270 -130157.240895 +0.177827941004 1.77827941004e-05 0.08 11270 -130157.24095 +0.177827941004 1.77827941004e-05 0.08 11270 -130157.241918 +0.177827941004 1.77827941004e-05 0.08 11270 -130157.259142 +0.177827941004 0.000316227766017 0.08 11203 -130171.747974 +0.177827941004 0.000316227766017 0.08 11203 -130171.748029 +0.177827941004 0.000316227766017 0.08 11203 -130171.748997 +0.177827941004 0.000316227766017 0.08 11203 -130171.766221 +0.177827941004 0.000316227766017 0.08 11203 -130172.072512 +0.177827941004 0.0056234132519 0.07 10980 -130268.959743 +0.177827941004 0.0056234132519 0.07 10980 -130268.960712 +0.177827941004 0.0056234132519 0.07 10980 -130268.977936 +0.177827941004 0.0056234132519 0.07 10980 -130269.284227 +0.177827941004 0.0056234132519 0.07 10980 -130274.73095 +0.177827941004 0.1 0.07 10769 -140814.291136 +0.177827941004 0.1 0.07 10769 -140814.30836 +0.177827941004 0.1 0.07 10769 -140814.614651 +0.177827941004 0.1 0.07 10769 -140820.061375 +0.177827941004 0.1 0.07 10769 -140916.924167 +10.0 1e-06 0.08 11270 -130155.273303 +10.0 1e-06 0.08 11270 -130155.273304 +10.0 1e-06 0.08 11270 -130155.273307 +10.0 1e-06 0.08 11270 -130155.273361 +10.0 1e-06 0.08 11270 -130155.274332 +10.0 1.77827941004e-05 0.08 11270 -130157.245636 +10.0 1.77827941004e-05 0.08 11270 -130157.245639 +10.0 1.77827941004e-05 0.08 11270 -130157.245694 +10.0 1.77827941004e-05 0.08 11270 -130157.246664 +10.0 1.77827941004e-05 0.08 11270 -130157.263921 +10.0 0.000316227766017 0.08 11252 -130149.234016 +10.0 0.000316227766017 0.08 11252 -130149.234071 +10.0 0.000316227766017 0.08 11252 -130149.235041 +10.0 0.000316227766017 0.08 11252 -130149.252298 +10.0 0.000316227766017 0.08 11252 -130149.559169 +10.0 0.0056234132519 0.08 11252 -130722.889797 +10.0 0.0056234132519 0.08 11252 -130722.890768 +10.0 0.0056234132519 0.08 11252 -130722.908024 +10.0 0.0056234132519 0.08 11252 -130723.214895 +10.0 0.0056234132519 0.08 11252 -130728.671935 +10.0 0.1 0.08 11252 -142388.526626 +10.0 0.1 0.08 11252 -142388.543882 +10.0 0.1 0.08 11252 -142388.850754 +10.0 0.1 0.08 11252 -142394.307793 +10.0 0.1 0.08 11165 -142383.263424 diff --git a/ic_experiments/out2.log b/ic_experiments/out2.log new file mode 100644 index 0000000..dd992a6 --- /dev/null +++ b/ic_experiments/out2.log @@ -0,0 +1,125 @@ +0.0001 1e-10 0.08 11270 -130155.155882 +0.0001 2.37137370566e-10 0.08 11270 -130155.156018 +0.0001 5.6234132519e-10 0.08 11270 -130155.156341 +0.0001 1.33352143216e-09 0.08 11270 -130155.157105 +0.0001 3.16227766017e-09 0.08 11270 -130155.158918 +0.0001 7.49894209332e-09 0.08 11270 -130155.163218 +0.0001 1.77827941004e-08 0.08 11270 -130155.173414 +0.0001 4.21696503429e-08 0.08 11270 -130155.197592 +0.0001 1e-07 0.08 11270 -130155.254927 +0.0001 2.37137370566e-07 0.08 11270 -130155.39089 +0.0001 5.6234132519e-07 0.08 11270 -130155.713309 +0.0001 1.33352143216e-06 0.08 11270 -130156.477885 +0.0001 3.16227766017e-06 0.08 11270 -130158.29098 +0.0001 7.49894209332e-06 0.08 11270 -130162.59051 +0.0001 1.77827941004e-05 0.08 11270 -130172.786313 +0.0001 4.21696503429e-05 0.08 11270 -130196.964437 +0.0001 0.0001 0.08 11270 -130254.300175 +0.0001 0.000237137370566 0.08 11270 -130390.26671 +0.0001 0.00056234132519 0.08 11270 -130712.705846 +0.0001 0.00133352143216 0.08 11270 -131477.395164 +0.0001 0.00316227766017 0.08 11270 -133291.128489 +0.0001 0.00749894209332 0.08 11270 -137594.245811 +0.0001 0.0177827941004 0.08 11270 -147810.252417 +0.0001 0.0421696503429 0.08 11270 -172102.365449 +0.0001 0.1 0.08 11270 -230084.167469 +0.00177827941004 1e-10 0.08 11270 -130155.156443 +0.00177827941004 2.37137370566e-10 0.08 11270 -130155.157348 +0.00177827941004 5.6234132519e-10 0.08 11270 -130155.159494 +0.00177827941004 1.33352143216e-09 0.08 11270 -130155.164583 +0.00177827941004 3.16227766017e-09 0.08 11270 -130155.17665 +0.00177827941004 7.49894209332e-09 0.08 11270 -130155.205265 +0.00177827941004 1.77827941004e-08 0.08 11270 -130155.273123 +0.00177827941004 4.21696503429e-08 0.08 11270 -130155.43404 +0.00177827941004 1e-07 0.08 11270 -130155.815635 +0.00177827941004 2.37137370566e-07 0.08 11270 -130156.720538 +0.00177827941004 5.6234132519e-07 0.08 11270 -130158.866402 +0.00177827941004 1.33352143216e-06 0.08 11270 -130163.95505 +0.00177827941004 3.16227766017e-06 0.08 11270 -130176.022149 +0.00177827941004 7.49894209332e-06 0.08 11270 -130204.637826 +0.00177827941004 1.77827941004e-05 0.08 11270 -130272.496713 +0.00177827941004 4.21696503429e-05 0.08 11270 -130433.417875 +0.00177827941004 0.0001 0.08 11270 -130815.035485 +0.00177827941004 0.000237137370566 0.08 11270 -131720.068793 +0.00177827941004 0.00056234132519 0.08 11270 -133866.66479 +0.00177827941004 0.00133352143216 0.08 11270 -138959.431082 +0.00177827941004 0.00316227766017 0.08 11270 -151049.718204 +0.00177827941004 0.00749894209332 0.08 11270 -179796.169803 +0.00177827941004 0.0177827941004 0.01 1140 -240485.946404 +0.00177827941004 0.0421696503429 0.01 1096 -396844.028002 +0.00177827941004 0.1 0.01 1083 -794400.57796 +0.0316227766017 1e-10 0.08 11270 -130155.15662 +0.0316227766017 2.37137370566e-10 0.08 11270 -130155.157767 +0.0316227766017 5.6234132519e-10 0.08 11270 -130155.160488 +0.0316227766017 1.33352143216e-09 0.08 11270 -130155.166939 +0.0316227766017 3.16227766017e-09 0.08 11270 -130155.182238 +0.0316227766017 7.49894209332e-09 0.08 11270 -130155.218517 +0.0316227766017 1.77827941004e-08 0.08 11270 -130155.304549 +0.0316227766017 4.21696503429e-08 0.08 11270 -130155.508563 +0.0316227766017 1e-07 0.08 11270 -130155.992355 +0.0316227766017 2.37137370566e-07 0.08 11270 -130157.139608 +0.0316227766017 5.6234132519e-07 0.08 11270 -130159.860174 +0.0316227766017 1.33352143216e-06 0.08 11270 -130166.311656 +0.0316227766017 3.16227766017e-06 0.08 11270 -130181.610552 +0.0316227766017 7.49894209332e-06 0.08 11270 -130217.890061 +0.0316227766017 1.77827941004e-05 0.08 11270 -130303.922962 +0.0316227766017 4.21696503429e-05 0.08 11270 -130507.942646 +0.0316227766017 0.0001 0.08 11270 -130991.769374 +0.0316227766017 0.000237137370566 0.08 11270 -132139.214808 +0.0316227766017 0.00056234132519 0.08 11270 -134860.863685 +0.0316227766017 0.00133352143216 0.03 4728 -138789.509728 +0.0316227766017 0.00316227766017 0.02 3422 -147955.292063 +0.0316227766017 0.00749894209332 0.02 2972 -177434.224129 +0.0316227766017 0.0177827941004 0.02 2676 -257220.827819 +0.0316227766017 0.0421696503429 0.02 2450 -459900.416173 +0.0316227766017 0.1 0.02 2287 -972784.62473 +0.56234132519 1e-10 0.08 11270 -130155.156626 +0.56234132519 2.37137370566e-10 0.08 11270 -130155.157782 +0.56234132519 5.6234132519e-10 0.08 11270 -130155.160524 +0.56234132519 1.33352143216e-09 0.08 11270 -130155.167025 +0.56234132519 3.16227766017e-09 0.08 11270 -130155.182442 +0.56234132519 7.49894209332e-09 0.08 11270 -130155.219002 +0.56234132519 1.77827941004e-08 0.08 11270 -130155.305698 +0.56234132519 4.21696503429e-08 0.08 11270 -130155.511286 +0.56234132519 1e-07 0.08 11270 -130155.998813 +0.56234132519 2.37137370566e-07 0.08 11270 -130157.154922 +0.56234132519 5.6234132519e-07 0.08 11270 -130159.89649 +0.56234132519 1.33352143216e-06 0.08 11270 -130166.397775 +0.56234132519 3.16227766017e-06 0.08 11270 -130181.814772 +0.56234132519 7.49894209332e-06 0.08 11270 -130218.374345 +0.56234132519 1.77827941004e-05 0.08 11270 -130305.07139 +0.56234132519 4.21696503429e-05 0.08 11270 -130510.666044 +0.56234132519 0.0001 0.07 10726 -130727.873338 +0.56234132519 0.000237137370566 0.07 9897 -130936.587056 +0.56234132519 0.00056234132519 0.06 9233 -132215.019132 +0.56234132519 0.00133352143216 0.06 8970 -136834.144159 +0.56234132519 0.00316227766017 0.06 8507 -150054.844975 +0.56234132519 0.00749894209332 0.05 8083 -184294.736255 +0.56234132519 0.0177827941004 0.05 7897 -269233.750606 +0.56234132519 0.0421696503429 0.05 7555 -478024.516184 +0.56234132519 0.1 0.05 7220 -999497.843744 +10.0 1e-10 0.08 11270 -130155.156627 +10.0 2.37137370566e-10 0.08 11270 -130155.157783 +10.0 5.6234132519e-10 0.08 11270 -130155.160526 +10.0 1.33352143216e-09 0.08 11270 -130155.16703 +10.0 3.16227766017e-09 0.08 11270 -130155.182454 +10.0 7.49894209332e-09 0.08 11270 -130155.21903 +10.0 1.77827941004e-08 0.08 11270 -130155.305764 +10.0 4.21696503429e-08 0.08 11270 -130155.511444 +10.0 1e-07 0.08 11270 -130155.999187 +10.0 2.37137370566e-07 0.08 11270 -130157.155808 +10.0 5.6234132519e-07 0.08 11270 -130159.89859 +10.0 1.33352143216e-06 0.08 11270 -130166.402756 +10.0 3.16227766017e-06 0.08 11270 -130181.826582 +10.0 7.49894209332e-06 0.08 11270 -130218.402352 +10.0 1.77827941004e-05 0.08 11270 -130305.137805 +10.0 4.21696503429e-05 0.07 10726 -130251.26218 +10.0 0.0001 0.07 10726 -130269.281163 +10.0 0.000237137370566 0.07 10726 -130956.295429 +10.0 0.00056234132519 0.07 10726 -133230.269134 +10.0 0.00133352143216 0.07 10726 -139270.452707 +10.0 0.00316227766017 0.07 10726 -154258.2739 +10.0 0.00749894209332 0.07 10726 -190557.822934 +10.0 0.0177827941004 0.07 10726 -277928.01472 +10.0 0.0421696503429 0.07 10726 -489491.378234 +10.0 0.1 0.07 10726 -1014224.91767 diff --git a/ic_experiments/plot3d.py b/ic_experiments/plot3d.py new file mode 100644 index 0000000..b1b337f --- /dev/null +++ b/ic_experiments/plot3d.py @@ -0,0 +1,23 @@ +from mpl_toolkits.mplot3d import Axes3D +from matplotlib import cm +import matplotlib.pyplot as plt +import numpy as np + +with open("out.log") as fh: + values = [map(float, line.strip().split()) for line in fh] + #values = [(b, a, l) for (b, a, l) in values if b >= 0.04] + am = max(values, key=lambda x: x[4]) + # am[0] = 1./am[0] + print am + alpha, delta, beta, r , l = zip(*values) + # alpha = 1./np.array(alpha) + + fig = plt.figure(figsize=(12, 8)) + ax = fig.gca(projection='3d') + + ax.plot_trisurf(alpha, delta, l, cmap=cm.jet, linewidth=0.001) + plt.xlabel("alpha") + plt.ylabel("delta") + ax.set_zlabel('Likelihood') + #plt.savefig("ll.pdf") + plt.show() diff --git a/ic_experiments/process.py b/ic_experiments/process.py new file mode 100644 index 0000000..f339fd1 --- /dev/null +++ b/ic_experiments/process.py @@ -0,0 +1,63 @@ +import sys +from ml import ml +from ml2 import ml2 +from ml3 import ml3 +import numpy as np +from cPickle import load +from itertools import product +from math import exp +import time + + +if __name__ == "__main__": + time.sleep(3) + if len(sys.argv) < 2: + sys.exit("usage: {0} ".format(sys.argv[0])) + root_victims, victims, non_victims, age = load(open(sys.argv[1])) + + # alphas = np.arange(1, 200, 10) # parameter of the time component + alphas = np.logspace(-6,1,num=5) + # deltas = np.arange(.00003, .0003, .00002) # parameter of the structural component + deltas = np.logspace(-6,-1,num=5) + lmbdas = np.logspace(-8,-3,num=5) + # lmbda = 1 + with open("out.log", "w") as fh: + for alpha, delta, lmbda in product(alphas, deltas, lmbdas): + # for alpha, delta in product(alphas, deltas): + beta, roots, ll = ml(root_victims, victims, non_victims, alpha, delta, lmbda) + print "\t".join(map(str, [alpha, delta, beta, roots, ll])) + fh.write("\t".join(map(str, [alpha, delta, beta, roots, ll])) + "\n") + fh.flush() + + # alphas = np.arange(.15, .25, .01) # parameter of the time component + # # alphas = np.logspace(-4,-.5,num=15) + # deltas = np.arange(.08, .1, .01) # parameter of the structural component + # # deltas = np.logspace(-2,-.1,num=15) + # lmbda = 0.10#np.logspace(-12,-3,num=10) + # with open("out.log", "w") as fh: + # for alpha, delta in product(alphas, deltas): + # lmbda, roots, ll = ml2(root_victims, victims, non_victims, alpha, delta, lmbda) + # print "\t".join(map(str, [alpha, delta, lmbda, roots, ll])) + # fh.write("\t".join(map(str, [alpha, delta, lmbda, roots, ll])) + "\n") + # fh.flush() + + # alpha = 0.0373 + # delta = 0.00518 + # beta, roots, ll = ml(root_victims, victims, non_victims, alpha, delta, 1.) + # print "\t".join(map(str, [alpha, delta, beta, roots, ll])) + +# from ml import ml +# alphas = np.arange(.01, .05, .01) # parameter of the time component +# # alphas = np.logspace(-4,1,num=5) +# deltas = np.arange(.001, .02, .003) # parameter of the structural component +# # deltas = np.logspace(-10,-1,num=8) +# lmbda = 1. +# with open("out.log", "w") as fh: +# for alpha, delta in product(alphas, deltas): +# beta, roots, ll = ml(root_victims, victims, non_victims, alpha, delta, lmbda) +# print "\t".join(map(str, [alpha, delta, beta, roots, ll])) +# fh.write("\t".join(map(str, [alpha, delta, beta, roots, ll])) + "\n") +# fh.flush() + + + diff --git a/ic_experiments/setup.py b/ic_experiments/setup.py new file mode 100644 index 0000000..49667b7 --- /dev/null +++ b/ic_experiments/setup.py @@ -0,0 +1,12 @@ +# compile with: python setup.py build_ext --inplace + +from distutils.core import setup +from Cython.Build import cythonize +import numpy + +setup( + ext_modules = cythonize("ml.pyx"), + include_dirs=[numpy.get_include()] + +) + diff --git a/ic_experiments/setup2.py b/ic_experiments/setup2.py new file mode 100644 index 0000000..3c1a5a2 --- /dev/null +++ b/ic_experiments/setup2.py @@ -0,0 +1,12 @@ +# compile with: python setup.py build_ext --inplace + +from distutils.core import setup +from Cython.Build import cythonize +import numpy + +setup( + ext_modules = cythonize("ml2.pyx"), + include_dirs=[numpy.get_include()] + +) + diff --git a/ic_experiments/setup3.py b/ic_experiments/setup3.py new file mode 100644 index 0000000..f89759b --- /dev/null +++ b/ic_experiments/setup3.py @@ -0,0 +1,12 @@ +# compile with: python setup.py build_ext --inplace + +from distutils.core import setup +from Cython.Build import cythonize +import numpy + +setup( + ext_modules = cythonize("ml3.pyx"), + include_dirs=[numpy.get_include()] + +) + diff --git a/ic_theory/main.tex b/ic_theory/main.tex new file mode 100644 index 0000000..eb59c6e --- /dev/null +++ b/ic_theory/main.tex @@ -0,0 +1,397 @@ +\documentclass[10pt]{article} +\usepackage[utf8x]{inputenc} +\usepackage{amsmath,amsfonts,amsthm} +\usepackage[english]{babel} +\usepackage[capitalize, noabbrev]{cleveref} +\usepackage{algorithm} +\usepackage{algpseudocode} + +\newenvironment{enumerate*}% + {\vspace{-2ex} \begin{enumerate} % + \setlength{\itemsep}{-1ex} \setlength{\parsep}{0pt}}% + {\end{enumerate}} + +\newenvironment{itemize*}% + {\vspace{-2ex} \begin{itemize} % + \setlength{\itemsep}{-1ex} \setlength{\parsep}{0pt}}% + {\end{itemize}} + +\newenvironment{description*}% + {\vspace{-2ex} \begin{description} % + \setlength{\itemsep}{-1ex} \setlength{\parsep}{0pt}}% + {\end{description}} + +\DeclareMathOperator{\E}{\mathbb{E}} +\let\P\relax +\DeclareMathOperator{\P}{\mathbb{P}} +\newcommand{\ex}[1]{\E\left[#1\right]} +\newcommand{\prob}[1]{\P\left[#1\right]} +\newcommand{\inprod}[1]{\left\langle #1 \right\rangle} +\newcommand{\R}{\mathbf{R}} +\newcommand{\N}{\mathbf{N}} +\newcommand{\C}{\mathcal{C}} +\newcommand{\eps}{\varepsilon} +\newcommand{\eqdef}{\mathbin{\stackrel{\rm def}{=}}} +\newcommand{\llbracket}{[\![} + +\newtheorem{theorem}{Theorem} +\newtheorem{lemma}{Lemma} +\algrenewcommand\algorithmicensure{\textbf{Output:}} +\algrenewcommand\algorithmicrequire{\textbf{Input:}} +\DeclareMathOperator*{\argmax}{arg\,max} + +\author{} +\title{} +\date{} + +\begin{document} + +\section{Probabilistic Model} +During the last decade, a growing body of work has focused on the graph +inference problem: how can an unknown graph be recovered from the observation +of cascades propagating along it? (CITE). While our probabilistic model for +cascades of violence strongly relies on this line of work, we depart from it in +the following ways: +\begin{itemize} + \item in our case, the graph along which the cascades of violence propagate + (the co-offending network) is known, and we are only interested in + recovering (and ultimately predicting) the edges of the cascade, that + is, identifying who influenced whom. + \item the previous models treat multiple cascades as independent + observations which occur sequentially. In our case, cascades can die + and spawn at all time and temporally overlap. This need to be carefully + accounted for in our generative model and the resulting inference + algorithms. +\end{itemize} + +\subsection{Pairwise Propagation} +\label{sec:edge} + +For a pair $(u,v)$ of nodes, we model the propagation of the cascade +from $u$ to $v$ as the sequence of the following two probabilistic events: +\begin{enumerate} + + \item \emph{structural propagation:} a Bernouilli variable dictates whether + or not a propagation occurs. The parameter of this Bernouilli variable + is computed from the edge weights of the co-offending network as + follows: + \begin{equation}\label{eq:structural} + p_{u,v}^s \eqdef \prod_{e\in P(u,v)} + \frac{1}{1+e^{-\frac{w_e}{\lambda}}} + \end{equation} + where $P(u,v)$ denotes the shortest path from $u$ to $v$ and $\lambda$ + is the \emph{structural parameter}. That is, the weight $w_e$ of each + edge $e$ on the path from $u$ to $v$ is mapped to a probability + $p_e\in [0,1]$ through the logistic function: + \begin{displaymath} + p_e \eqdef \frac{1}{1+e^{-\frac{w_e}{\lambda}}} + \end{displaymath} + Note that the probability of structural propagation both \emph{(a)} + decreases as the distance between $u$ and $v$ in the co-offending + network increases, and \emph{(b)} increases as the weights of the edges + on the path from $u$ to $v$ increase. The structural parameter + $\lambda$ controls how quickly the probability $p_e$ of a given edge + converges to one as the weight $w_e$ increases. + + \item \emph{temporal propagation:} if the structural propagation occurs, + then the propagation time $\Delta_{u,v}$ between $u$ and $v$ is drawn + from a continuous distribution with support in $\R_+$. We denote by + $f(t)$ the density function of this probability distribution and by + $F(t)$ its cumulative function. Table TODO gives the expression of $f$ + and $F$ for the different temporal distributions considered in this + work. + + In our data, the infection times are only observed with a temporal + resolution of one day. As a consequence, for two nodes $u$ and $v$ + whose \emph{observed} infection times are respectively $t_u$ and $t_v$ + (days), the \emph{real} propagation time could be anything in the + interval $(t_v-t_u-1, t_v-t_u]$. Hence, the probability of observing + a propagation time $\Delta_{u,v} = t_v - t_u$ is given by: + \begin{equation}\label{eq:temporal} + p_{u,v}^t(\Delta_{u,v}) \eqdef \int_{\Delta_{u,v}-1}^{\Delta_{u,v}} f(t)dt + \end{equation} +\end{enumerate} + +\paragraph{Successful propagation.} For two nodes $u$ and $v$ with observed +infection times $t_u$ and $t_v$, the probability $p_{u,v}$ that $u$ infected +$v$ is obtained by multiplying the structural and temporal probabilities given +by \eqref{eq:structural} and \eqref{eq:temporal}: +\begin{displaymath} + p_{u,v}(t_u, t_v)  \eqdef p_{u,v}^s\cdot p_{u,v}^t(\Delta_{u,v}) +\end{displaymath} + +\subsection{Failed Propagations and Spawning of New Cascades} +\label{sec:roots} + +\paragraph{Failed propagation.} +When an edge fails to propagate the violence cascade, it could be either +because the structural propagation did not occur, or because the structural +propagation occurred, but the temporal propagation didn't occur in time. + +For an edge $(u,v)$ with infection times $t_u$ and $t_v$, it follows directly +from Section~\ref{sec:edge} that structural propagation does not occur with +probability $1-p_{u,v}^s$. + +If structural propagation occurs, but temporal propagation does not occur in +time, it means that node $v$ was infected at time $t_v$ (through other means) +\emph{before} $u$ succeeds in infecting $v$. That is, the propagation time was +larger than $\Delta_{u,v}$. This occurs with probability: +\begin{displaymath} + \int_{\Delta_{u,v}}^{+\infty} f(t)dt = 1-F(\Delta_{u,v}) +\end{displaymath} + +Overall, the probability of a failed propagation over an edge $(u,v)$ is given +by: +\begin{displaymath} + \tilde{p}_{u,v}(t_u, t_v) + \eqdef 1 - p_{u,v}^s + p_{u,v}^s\left(1-F(\Delta_{u,v})\right) + = 1 - p_{u,v}^s F(\Delta_{u,v}) +\end{displaymath} + +\paragraph{}For an edge $(u,v)$ where $u$ is a victim node and $v$ is a not +a victim, the situation is similar: either the structural propagation failed, +or it succeeded but the temporal propagation did not occur in time. In the +latter case, since we did not observe an infection at all for $v$, this means +that the propagation time between $u$ and $v$ was such that the infection time +of $v$ would have fallen after the end of the study period. Denoting by $T$ the +observation horizon (the end of the study period), the probability of a failed +propagation for an edge $(u,v)$ where $v$ is not a victim is: +\begin{displaymath} + \tilde{p}_{u,v}(t_u, T) \eqdef 1-p_{u,v}^s F(T-t_u) +\end{displaymath} + +\paragraph{Spawning of New Cascades.} + +Our probabilistic model considers another cause of infection for victim nodes: +beyond pairwise propagation of the violence cascade, nodes can also +spontaneously become infected and spawn a new violence cascade. We simply model +this by a Bernouilli variable of parameter $\beta$: for any node, the +probability that it becomes infected spontaneously is $\beta$. + +\subsection{The Directed Acyclic Vector of Infection} +\label{sec:dag} + +Given a vector of infection times denoted by $\textbf{t}$, it follows from +Sections~\ref{sec:edge} and \ref{sec:roots} that \emph{(1)} no infection can +occur between two non victim nodes, \emph{(2)} no infection can occur along an +edge $(u,v)$ where $t_u > t_v$. + +This suggests to orient and trim the co-offending network $G$ to construct the +following directed graph $D_{\mathbf{t}}$ by applying the following rules: +\begin{enumerate} + \item remove edges between non-victim nodes. + \item orient edges from victim nodes to non-victim nodes. + \item for any edge $(u,v)$ between two victims, orient it in the direction + from smallest infection time to largest infection time. +\end{enumerate} + +The resulting graph $D_{\mathbf{t}}$ only contains edges along with the +propagation of violence can possibly occur. Furthermore the edges are oriented +in the direction of propagation. + +It has been observed in (CITE) that $D$ is acyclic. For completeness we +reproduce their proof here and adapt it to account for non-victim nodes (which +do not exist in the original paper). + +\begin{theorem} + The graph $D_{\mathbf{t}}$ obtained from $G$ by applying rules 1. to 3. is + acyclic. +\end{theorem} + +\begin{proof} + Assume by contradiction that $D$ contains a cycle $(u_1,\ldots, u_n)$ where + $(u_1, u_2),\dots,(u_{n-1}, u_n), (u_n, u_1)$ are edges of $D$. Because of + rule 1., all nodes $u_1,\dots, u_n$ are victim nodes. + + Applying rule 3. to all edges in the cycle implies that + $t_1 -% Department of Mathematics -% Harvey Mudd College -% 1250 N. Dartmouth Ave. -% Claremont, CA 91711 -% -% $Id: hmcposter.cls 403 2012-08-21 20:10:23Z cmc $ -% -% \fi -%% -%% HMC Poster LaTeX class file. -%% - -\NeedsTeXFormat{LaTeX2e} -\ProvidesClass{hmcposter}[2012/08/21 HMC Mathematics LaTeX poster class] - -%%% Declare and set some options. - -%% Set up ifs for Clinic and thesis. -\newif\if@clinic -\@clinicfalse -\newif\if@thesis -\@thesisfalse - -%% Providing the clinic and thesis document-class options. -\DeclareOption{clinic}{\@clinictrue} -\DeclareOption{thesis}{\@thesistrue} - -\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} -%\ExecuteOptions{} -\ProcessOptions - -\LoadClass{article} - - -%% Include local configuration file, if any. -\InputIfFileExists{hmcposter.cfg}{}{} - -%% Set some dimensions for layout. -\setlength{\paperwidth}{48in} -\setlength{\paperheight}{36in} -\setlength{\textwidth}{45in} -\setlength{\textheight}{28in} -\setlength{\topmargin}{0.5in} -\setlength{\oddsidemargin}{0.75in} -\setlength{\evensidemargin}{\oddsidemargin} -\setlength{\topmargin}{0.5in} -\setlength{\headheight}{4in} -\setlength{\headsep}{0.5in} -\setlength{\footskip}{1in} -\setlength{\voffset}{0pt} -\setlength{\hoffset}{0pt} - -%% Require some packages. -\RequirePackage{ifthen} -\RequirePackage{mathpazo} -\RequirePackage[scaled=0.95]{helvet} -\renewcommand{\ttdefault}{pcr} -\RequirePackage{sectsty} -\RequirePackage[font=small,font=sf,labelfont=bf]{caption}[2005/06/28] -\RequirePackage{graphics} -\RequirePackage{color} -\definecolor{hmcgold}{cmyk}{0,0.2,0.5,0.3} -\definecolor{black}{rgb}{0,0,0} -\definecolor{dkblue}{rgb}{0,0,0.47} -\definecolor{green}{rgb}{0,1,0} -\RequirePackage{multicol} -\setlength{\columnsep}{1in} -\setlength{\columnseprule}{2pt} - -%% Redefine the named font sizes so we can keep most of the code -%% intact whilst still having larger type. - -\renewcommand{\LARGE}{\fontsize{72pt}{86pt}\selectfont} -\renewcommand{\Large}{\fontsize{64pt}{72pt}\selectfont} -\renewcommand{\large}{\fontsize{48pt}{60pt}\selectfont} -\renewcommand{\normalsize}{\fontsize{40pt}{44pt}\selectfont} -\renewcommand{\small}{\fontsize{30pt}{36pt}\selectfont} -\renewcommand{\footnotesize}{\fontsize{24pt}{30pt}\selectfont} - -%%% Define some new fields for use in the header/title. - -%% For a Clinic poster. -\if@clinic -\def\sponsor#1{\gdef\@sponsor{#1}} -\def\@sponsor{\@latex@warning@no@line{No \noexpand\sponsor given}} - -\def\sponsorlogo#1{\gdef\@sponsorlogo{#1}} -\def\@sponsorlogo{\@latex@warning@no@line{No \noexpand\sponsorlogo given}} - -\def\sponsorlogowidth#1{\gdef\@sponsorlogowidth{#1}} -\def\@sponsorlogowidth{2in} -\fi - -%% For a thesis poster. -\if@thesis -\def\class#1{\gdef\@class{#1}} -\def\@class{\@latex@warning@no@line{No \noexpand\class given}} - -\providecommand{\advisor}[1]{% - \gdef\@advisor{#1}} - -\providecommand{\reader}[1]{% - \gdef\@reader{#1}} -\fi - -%% Shared Definitions -\def\department#1{\gdef\@department{#1}} -\def\@department{\@latex@warning@no@line{No \noexpand\department given}} -\def\@department{\@latex@warning@no@line{No \noexpand\department given}} - -\def\posteryear#1{\gdef\@posteryear{#1}} -\def\@posteryear{\@latex@warning@no@line{No \noexpand\posteryear given}} - -\providecommand{\copyrightholder}[1]{% - \gdef\@copyrightholder{#1}} - - -%%% Set up the header. - -\newlength{\ignored@length} -\newcommand{\set@ess}[1]{% - \renewcommand{\and}{% - \global\def\@ess{s}% - }% - \global\def\@ess{}% - \settowidth{\ignored@length}{#1} -} -\newcommand{\@andcommaspace}{, } - - -%% Define a command to include the HMC Logo. -\DeclareRobustCommand{\@hmclogo}{% - \begin{minipage}{10.5in} - \resizebox{10in}{!}{\includegraphics{SEASLogo_CMYK_OnRed}} - \end{minipage} -} - - -%%% Set up the header for the poster. - -%% Use fancyhdr. -\RequirePackage{fancyhdr} - -%% Lay out the header -\pagestyle{fancy} -\fancyhf{} % Clear all fields. - -%% For Clinic -\if@clinic -\fancyhead[L]{\raisebox{2.5in}{\@hmclogo}} - -\ifthenelse{\isundefined\@sponsorlogo}{}{% - \fancyhead[R]{\resizebox{!}{\@sponsorlogowidth}{% - \includegraphics{\@sponsorlogo}}}} -\fi - -%% For thesis. -\if@thesis -\fancyhead[L]{\raisebox{1.5in}{\@hmclogo}} -\fancyhead[R]{\resizebox{7.5in}{!}{\includegraphics{yale_newlogo_yaleblue}}} -\fi - - -%% For Clinic -\if@clinic -\fancyhead[C]{% - \begin{center} - \color{black}\Large\textsf{\@posteryear\ \@sponsor\ \@department\ Clinic}\\% - \color{hmcgold}\fontsize{100pt}{120pt}\selectfont\textsf{\textbf{\@title}} - \end{center} -} - \fi - -%% For thesis -\if@thesis -\fancyhead[C]{% - \begin{center} - {\color{black}\Large\textsf{\@class}\\}% - {\color{dkblue}\fontsize{100pt}{120pt}\selectfont\textsf{\textbf{\@title}}\\[0.25em]} - {\color{black}\Large\textsf{\@author}\\[-0.5em]} - \end{center} -} -\fi - - -%% Define the footer. -\fancyfoot[R]{% - \ifthenelse{\isundefined{\@copyrightholder}}% - {}% Do nothing. - {\textcolor{black}{Copyright \copyright{}~\@posteryear\ - \@copyrightholder}} -} -\fancyfoot[L]{% - \ifthenelse{\isundefined{\@advisor}}% - {}% Do nothing. - {\textcolor{black}{% - \set@ess{\@advisor}% - \textbf{Advisor\@ess:} - \global\let\and\@andcommaspace - \@advisor% - } - }\quad% - \ifthenelse{\isundefined{\@reader}}% - {}% Do nothing. - {\textcolor{black}{% - \set@ess{\@reader}% - \textbf{Reader\@ess:} - \global\let\and\@andcommaspace - \@reader% - } - } -} -\renewcommand{\headrulewidth}{2pt} -\renewcommand{\footrulewidth}{2pt} - - - -%%% Colorize header and footer rules. -%%% -%%% This code taken from fancyhdr.sty; written by Piet van Oostrum. - -\newcommand{\@rulecolor}{hmcgold} - -\if@thesis -\renewcommand{\@rulecolor}{dkblue} -\fi - -\renewcommand{\footrule}{{\color{\@rulecolor}\if@fancyplain\let\footrulewidth\plainfootrulewidth\fi - \vskip-\footruleskip\vskip-\footrulewidth - \hrule\@width\headwidth\@height\footrulewidth\vskip\footruleskip}} -\renewcommand{\headrule}{{\color{\@rulecolor}\if@fancyplain\let\headrulewidth\plainheadrulewidth\fi - \hrule\@height\headrulewidth\@width\headwidth \vskip-\headrulewidth}} -%%% End code from fancyhdr.sty. - - -%%% Set color of vertical rules. -%%% -%%% This code is modified from the code in multicol.sty; written by -%%% Frank Mittelbach and part of standard LaTeX. -%%% -%%% It will probably break if the original routine is modified in -%%% future versions of multicol.sty, so be sure to check there. - -\renewcommand{\page@sofar}{% - \process@cols\mult@rightbox - {\ifvoid\count@ - \setbox\count@\hbox to\hsize{}% - \else - \wd\count@\hsize - \fi}% - \mult@info\z@ - {Column spec:\MessageBreak - (\the\multicol@leftmargin\space --> - \the\full@width\space = \the\hsize - \space x \the\col@number)% - }% -\ifvmode\else\errmessage{Multicol Error}\fi - \moveright\multicol@leftmargin - \hbox to\full@width{% - \process@cols\mult@gfirstbox{\box\count@ - \hss{\color{\@rulecolor}\vrule\@width\columnseprule}\hss}% - \box\mult@rightbox - \rlap{\phantom p}% - }% -} -%%% End code from multicol.sty. - -\setlength{\multicolsep}{2em} - -\newenvironment{poster}{% -\thispagestyle{fancy} -%{\color{hmcgold}\rule{\textwidth}{2pt}} -\begin{multicols*}{3} -}% -{\end{multicols*} -} - - -\renewenvironment{figure} - {\def\@captype {figure}} - {} - -\renewenvironment{table} - {\def\@captype {table}} - {} - - -%%% Make section headers sans-serif. - -\allsectionsfont{\sffamily} - -%%% Suppress section numbering. -\renewcommand{\@seccntformat}[1]{\relax} - -\endinput diff --git a/poster/hmcthesisposter.cls b/poster/hmcthesisposter.cls deleted file mode 100644 index 2f44b42..0000000 --- a/poster/hmcthesisposter.cls +++ /dev/null @@ -1,44 +0,0 @@ -% \iffalse meta-comment -% -% hmcthesisposter.cls -- LaTeX shim class for creating posters -% -% Copyright (C) 2008 Claire M. Connelly and -% the Department of Mathematics, Harvey Mudd College -% -% 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -% -% Contact: Claire Connelly -% Department of Mathematics -% Harvey Mudd College -% 1250 N. Dartmouth Ave. -% Claremont, CA 91711 -% -% $Id: hmcthesisposter.cls 278 2008-04-21 19:22:31Z cmc $ -% -% \fi -%% -%% HMC Poster Shim LaTeX class file. -%% - -\NeedsTeXFormat{LaTeX2e} -\ProvidesClass{hmcthesisposter}[2008/04/21 Shim Poster Class] - -\ClassError{hmcthesisposter}{This document class is obsolete;\MessageBreak - use the hmcposter document class instead.}{% -Update your LaTeX source file to use\MessageBreak - \noexpand\documentclass[thesis]{hmcposter}\MessageBreak - and typeset it again.} - -\endinput diff --git a/poster/lcc-newark.pdf b/poster/lcc-newark.pdf deleted file mode 100644 index ed12e3e..0000000 Binary files a/poster/lcc-newark.pdf and /dev/null differ diff --git a/poster/mean-100-sim2.pdf b/poster/mean-100-sim2.pdf deleted file mode 100644 index b8a45b7..0000000 Binary files a/poster/mean-100-sim2.pdf and /dev/null differ diff --git a/poster/poster.tex b/poster/poster.tex deleted file mode 100644 index 27f404a..0000000 --- a/poster/poster.tex +++ /dev/null @@ -1,140 +0,0 @@ -%% Use the hmcposter class with the thesis document-class option. -\documentclass[thesis]{hmcposter} -\usepackage{algpseudocode} -\usepackage{algorithm} -\usepackage{graphicx} -\usepackage{natbib} -\usepackage{booktabs} -\usepackage{subfig} -\usepackage{amsmath} -\usepackage{textcomp} -\usepackage{url} - -\author{Ben Green and Thibaut Horel} - -\title{Identifying Cascades of Violence} - -\class{CS 284r: Social Data Mining} - -\advisor{Yaron Singer \and Andrew Papachristos} - -%% Define the \BibTeX command, used in our example document. -\providecommand{\bibtex}{{\rmfamily B\kern-.05em% - \textsc{i\kern-.025em b}\kern-.08em% - T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}} - - -\pagestyle{fancy} - -\begin{document} - -\begin{poster} - -\section{Introduction} - -Most discussions of violence evaluate crime in broad terms: this neighborhood is dangerous, that population is at risk. Yet recent studies of of criminal behavior have shown that crime and violence are highly concentrated in social networks rather than neighborhoods or demographic groups. - -\textbf{What does data on criminal behavior reveal about how violence spreads in a social network?} - -\begin{figure} -\begin{center} -\fbox{\includegraphics[width=13in]{lcc-newark}} -\caption{A co-offending criminal network with labeled victims.} -\vspace{-2em} -\end{center} -\end{figure} - -\section{Data} - -Our data consists of police records from the City of Chicago, IL between 2006 and 2014 and contains: - -\begin{itemize} -\item Arrest records -\item Demographic data -\item Victims and dates of non-fatal gunshots -\end{itemize} - -Every person arrested during the study period represents a node. We generate a co-offending network by assigning edges between all pairs of individuals who have been arrested together. We define infection as being the victim of a gunshot. - -The co-offending network contains 396,042 nodes and 415,454 edges. The largest connected component has 123,506 nodes and 366,514 edges, and is a small-world network. It contains 8,237 of the whole network's 11,206 victim nodes. - -\columnbreak - -\section{Simulating Cascades} - -We tested for evidence of violence cascades by simulating the data given independent infection time for all victims. Using the same set of victim nodes as the data, we sampled for each a random date from the study period using a uniform distribution. - -The plot below compares how many pairs of infected neighbors were infected within 100 days of each other for the simulations and data. The data has more such pairs of nodes than any simulation, implying that the observed data could not have been generated by independently occurring infections. - -\begin{figure} -\begin{center} -\fbox{\includegraphics[width=10in]{mean-100-sim2}} -\caption{Simulated infections (blue) versus the data (red).} -\end{center} -\end{figure} - -\section{Model} - -The probability of infection between $u$ (infected as $t_u$) and $v$ infected at $t_v$ is modeled as $p_e = p_s\cdot p_t$: -\begin{itemize} -\item structural component $p_s \propto \gamma^{d_{u,v}}$ where $d_{u,v}$ is the distance between $u$ and $v$ in the underlying network. -\item temporal component $p_t \propto \frac{1}{1 + \alpha (t_v - t_u)}$ -\end{itemize} -These probabilities define a directed acyclic graph $D$ along which the spread of violence can occur. - -Then, the cascades are modeled as a set of disjoint trees $\mathcal{T} = (T_1, \ldots T_m)$ whose probability of occuring is given by: -\begin{displaymath} -p(\mathcal{T}\;|\;\alpha, \beta) = \prod_{i=1}^m \beta(1-\beta)^{|T_1|}\prod_{e\in T_i} p_e\prod_{e\in\delta(T_i)} (1- p_s) -\end{displaymath} -\begin{itemize} -\item $\beta$ is the probability of a node becoming the root of a new cascade. -\item $\delta(T_i)$ is the set of edges from $T_i$ to non-victim nodes. -\end{itemize} -\columnbreak - -\section{Recovering cascades} - -Given our probabilistic model, we can recover the unobserved cascades by \emph{Maximum Likelihood Estimation}. - -For fixed values of $\alpha$ and $\beta$, the most likely cascades can be found by a simple algorithm: - -\vspace{0.5em} - -\begin{figure} -\begin{algorithmic}[1] - \ForAll{victim node $v$} - \State Consider its most likely parent $u$ - \If{$p_{u,v} > \text{threshold}$} - \State Include edge $(u,v)$ in the solution. - \Else - \State Consider $u$ to be the root of a new cascade - \EndIf - \EndFor -\end{algorithmic} -\vspace{1em} -\caption{Algorithm for cascade recovery by Maximum Likelihood Estimation} -\end{figure} - -\vspace{0.5em} - -where the threshold can be defined analytically as a function of $\beta$. Note that this algorithm enforces that all cascades are trees. - -This gives a function of $\alpha$ and $\beta$ whose maximum can then be found using a generic optimizer. - - - -\section{Analyzing Cascades} - -The algorithm described above returns a set of disjoint trees, whose union is all of the network's infected nodes. Each tree represents a distinct cascade. Below are two cascades inferred from the data. Further analysis of the cascades is forthcoming. - -\begin{figure} -\begin{center} -\fbox{\includegraphics[width=13in]{cascades}} -\caption{Sample cascades returned by our algorithm.} -\end{center} -\end{figure} - - -\end{poster} - -\end{document} \ No newline at end of file diff --git a/poster/yale_newlogo_yaleblue.eps b/poster/yale_newlogo_yaleblue.eps deleted file mode 100644 index 8fb53b8..0000000 --- a/poster/yale_newlogo_yaleblue.eps +++ /dev/null @@ -1,5515 +0,0 @@ -%!PS-Adobe-3.1 EPSF-3.0 -%ADO_DSC_Encoding: MacOS Roman -%%Title: yale_newlogo_yaleblue.eps -%%Creator: Adobe Illustrator(R) 13.0 -%%For: Julie Fry 1 -%%CreationDate: 9/26/08 -%%BoundingBox: 0 0 179 78 -%%HiResBoundingBox: 0 0 178.9580 77.3281 -%%CropBox: 0 0 178.9580 77.3281 -%%LanguageLevel: 2 -%%DocumentData: Clean7Bit -%ADOBeginClientInjection: DocumentHeader "AI11EPS" -%%AI8_CreatorVersion: 13.0.2 %AI9_PrintingDataBegin %ADO_BuildNumber: Adobe Illustrator(R) 13.0.2 x434 R agm 4.4379 ct 5.1039 %ADO_ContainsXMP: MainFirst %AI7_Thumbnail: 128 56 8 %%BeginData: 7428 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45FD57FF7E592829A9FD76FFA87E2F2F0606000606A9FD73FF7E5328 %28FD07067EFD71FF5328060600060006060600060053FD26FF2F282F282F %282F282F282F282F282F282F282F282F28A9FD09FFA8282F282F282F282F %282F282F282F282F282F2FFD18FF28002806060628060606280629FD27FF %0006000606060006060600060606000606060006000659FD09FF59060006 %00060006060600060606000600060006FD18FF7E532F2FFD0606010606FD %27FF592F2FFD0F0628285353A9FD09FFA953532829FD0B0629295353FD1C %FFA8FD07062FFD2AFFA82F0600060006060600FD04067EA8FD11FFA87E28 %06000606060006287EA8FD20FF7E000600FD0406FD2CFFA82F0628060606 %28060628FD17FF53280606062853FD23FFA80606280606062FFD2EFF2800 %060606010606067EFD16FF2F0006060653FD25FF060601FD0406FD2EFFA9 %28FD07062FFD15FF7EFD040653FD25FFA928FD050629FD2FFF5306000606 %0600060059FD14FFFD0506FD27FFFD0406000606FD30FF28280606062806 %0606FD13FF5328060606A9FD26FFA92906060628062FFD30FFA801060606 %010606062FFD11FFA80600060053FD28FFFD0406010606FD31FF5301FD07 %0684FD10FF5306060628A9FD27FFAF28FD05062FFD31FFA8060006060600 %06002FFD0FFF7E0006060653FD29FF060600FD0406FD32FF532806060628 %06060684FD0EFF2828060628FD2AFF2806280606062FFD33FFFD040601FD %0406FD0DFF590601060684FD2AFF060601FD0406FD33FFA8FD080653FD0C %FF2F06060653FD2AFFA928FD050629FD34FF2F0006060600060006A8FD0A %FF5300060006A8FD2BFFFD0406000606FD34FFA8290606062806060653FD %09FFAF0628060653FD12FFA9535A53595384A9FD11FFA92906060628062F %FD16FFA87E537E537E59A9FD17FF530606060106060600A8FD08FF280606 %0628FD10FFA82F2806060006000600282FA8FD10FFFD0406010606FD13FF %A853FD0406000606060128287EFD15FF28FD070628FD07FF7EFD0406A8FD %0EFFA853060601FD0A067EFD0EFFAF28FD05062FFD11FFAF2F06060601FD %0A062FA8FD13FF7E000606060006060653FD06FF280006002FFD0EFF5306 %000600282F532806000606060006007EFD0EFF060600FD0406FD10FF7E06 %060006062F53A87E59FD0406000600067EFD13FF53060606280606062FFD %05FF7E06280628A8FD0DFF2F0606280653FD04FF532806060628060606FD %0EFF2806280606062FFD0FFF5A0606062806A8FD06FF5306062806060629 %A8FD12FFA8060606010606060053FD04FF0606010653FD0DFF2806060600 %2FFD06FF530606060106060653FD0DFF060601FD0406FD0EFF5300FD0406 %FD09FF280601060606002FFD13FF53FD0806FFFFFF53FD0406FD0DFF2FFD %05067EFD07FF28FD06062FFD0CFFA928FD050629FD0DFF7EFD050684FD0A %FFFD07067EFD13FFFD04060006060628FFA8060006007EFD0CFF53060606 %000606FD08FF5300060606000606FD0DFFFD0406000606FD0CFFA8000606 %06002FFD0BFF5300060006060628FD13FF840606062806060628A8530628 %0653FD0DFF2F060606280653FD08FF7E28060606280606A8FD0BFFA92906 %060628062FFD0CFF2828060606287EFD0BFFA806062806060629A9FD13FF %2F000601060606002806060006A8FD0CFF590006060600062FFD08FFA9FD %0406010606A8FD0CFFFD0406010606FD0BFF7D0601FD0406FD0DFF060601 %060606007EFD13FFA828FD0A0653FD0DFF2806062F2F5A7EFD0AFF28FD06 %06A8FD0BFFAF28FD05062FFD0BFF2FFD050653FD08FFA9FFAFFFA92FFD06 %0653FD14FF2F06060600060606000606FD0EFFA884FD0FFF060600060606 %00A8FD0CFF060600FD0406FD0AFFA80006060600060628062806280628FD %06060006060600060059FD15FF0606062806060628067EFD1FFF28062806 %060628A8FD0CFF2806280606062FFD0AFF53280606062806060628060601 %28060606280606062806060628062853FD15FF7E060601060606002FFD20 %FF060601FD0406A8FD0CFF060601FD0406FD0AFF2F000606060106537E53 %7E53532F5353532F5353532F5353532F532F84FD16FF2FFD06062FFD1FFF %A928FD050628A8FD0BFFA928FD050629FD0AFFFD0706FD2CFFFD04060006 %002FFD20FFFD0406000606FD0DFFFD0406000606FD09FF7E060606000600 %28A8FD2BFF2F0606062806062FFD1DFFAF7E2828060606280628A9FD0BFF %A92906060628062FFD09FF7E06060628060628FD2CFFFD040601060053FD %1BFF7E2828000601060606010606FD0DFFFD0406010606FD09FF53060606 %01060628FD2CFF29FD06062FFD18FFA82F2F060600295328FD050628AFFD %0BFFAF28FD05062FFD09FF59FD060628FD2CFF0606000606060053FD15FF %A85329060600060659A8FF060600FD0406FD0DFF060600FD0406FD09FF2F %06000606060006A8FD2BFF2F0628060606282FFD13FF592F06280606062F %7EFD04FF28062806060629FD0DFF2806280606062FFD09FF5A0628060606 %2806A9FD2BFF0606010606060053FD10FF7E2F0606010600062884FD05FF %A9060601FD0406FD0DFF060601FD0406FD09FF530601060606010653FD2B %FF2FFD06062FFD0FFF84FD06062984FD07FF7EFD060628A9FD0BFFA928FD %050629FD09FF84FD070653FD2BFFFD04060006002FFD0FFF530006060600 %062FFD08FFA800060606000606FD0DFFFD0406000606FD09FFA806010600 %FD0406AFFD2AFF2F0606062806062FFD0FFF062806060628067EFD08FF84 %2806060628062FFD0CFFA92906060628062FFD0AFF280606280606062853 %FD2AFFFD040601060053FD0EFF7E060106060601067EFD08FFA8FD040601 %0606FD0DFFFD0406010606FD0AFF530006010606060006A8FD29FF29FD06 %062FFD0EFF7EFD070684FD08FFA8FD06062FFD0CFFAF28FD05062FFD0AFF %A828FD07062FFD11FFA8A9FD16FF0606000606060053FD0EFF5306060600 %06060659FD08FFA8060600FD0406FD0DFF060600FD0406FD0BFF28060606 %00060606002FFD0FFF590053FD16FF2F06280606062829FD0EFF7E060606 %2806060653FD08FF8406062806060628A9FD05FFA8FD06FF280628060606 %2FFD0CFF0606062806060628062FA8FD0BFFA953060606FD16FF06060106 %0606010659FD0DFF5306060601FD0406A9FD06FF7E280606010606060053 %FD04FF7E067EFD05FF060601FD0406FD0CFF7E000601060606010600062F %A9FD08FF5328000606A9FD15FF28FD0806287EFD0CFFA9FD0906A8FFFFFF %A82F060628FD0706537E7E2F0606A9FD04FF84FD060628A8FD0CFF53FD0B %062F537E537E5353FD040628FD13FFAF7D53060600060606000606060006 %287EA8FD0AFF2F000606060006060600292828000606FF28060606000606 %06000600060053FD04FF84280006060600060028A8FD0CFF530006000606 %0600060606000600060006000600062FFD10FF53532F2F06280606062806 %060628060606280606062928532FA8FD06FFA82906060628060606280606 %062829FFFF84060606280606062806060653FFFF535A2F06062806060628 %060606282F5953FD0AFF7E06280606062806060628060606280606062F7E %FD10FF7E0600060006000600060006000600060006000600060006000128 %FD07FF7E280006010606060106000653FD04FF590006010606060006067E %FFFF59060006000600060006000600060006000653FD0AFFA82806000600 %0606060106060600060659FD13FF2F532F532F532F532F532F532F532F53 %2F532F532F532F532F7EFD08FFAF59FD070659A9FD06FF7E28FD0406282F %FD04FFA92F532F532F532F532F532F532F532F532F84FD0CFF7E5328FD06 %062828537DFD3AFF7E7E537E7EFD0BFF7E7E537EA8FD27FFA87E597E7D7E %A8FD0AFFFF %%EndData -%ADOEndClientInjection: DocumentHeader "AI11EPS" -%%Pages: 1 -%%DocumentNeededResources: -%%DocumentSuppliedResources: procset Adobe_AGM_Image 1.0 0 -%%+ procset Adobe_CoolType_Utility_T42 1.0 0 -%%+ procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 -%%+ procset Adobe_CoolType_Core 2.31 0 -%%+ procset Adobe_AGM_Core 2.0 0 -%%+ procset Adobe_AGM_Utils 1.0 0 -%%DocumentFonts: -%%DocumentNeededFonts: -%%DocumentNeededFeatures: -%%DocumentSuppliedFeatures: -%%DocumentProcessColors: -%%DocumentCustomColors: (Yale Blue) -%%CMYKCustomColor: 1 0.7000 0.0500 0.3500 (Yale Blue) -%%RGBCustomColor: -%%EndComments - - - - - - -%%BeginDefaults -%%ViewingOrientation: 1 0 0 1 -%%EndDefaults -%%BeginProlog -%%BeginResource: procset Adobe_AGM_Utils 1.0 0 -%%Version: 1.0 0 -%%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved. -systemdict/setpacking known -{currentpacking true setpacking}if -userdict/Adobe_AGM_Utils 73 dict dup begin put -/bdf -{bind def}bind def -/nd{null def}bdf -/xdf -{exch def}bdf -/ldf -{load def}bdf -/ddf -{put}bdf -/xddf -{3 -1 roll put}bdf -/xpt -{exch put}bdf -/ndf -{ - exch dup where{ - pop pop pop - }{ - xdf - }ifelse -}def -/cdndf -{ - exch dup currentdict exch known{ - pop pop - }{ - exch def - }ifelse -}def -/gx -{get exec}bdf -/ps_level - /languagelevel where{ - pop systemdict/languagelevel gx - }{ - 1 - }ifelse -def -/level2 - ps_level 2 ge -def -/level3 - ps_level 3 ge -def -/ps_version - {version cvr}stopped{-1}if -def -/set_gvm -{currentglobal exch setglobal}bdf -/reset_gvm -{setglobal}bdf -/makereadonlyarray -{ - /packedarray where{pop packedarray - }{ - array astore readonly}ifelse -}bdf -/map_reserved_ink_name -{ - dup type/stringtype eq{ - dup/Red eq{ - pop(_Red_) - }{ - dup/Green eq{ - pop(_Green_) - }{ - dup/Blue eq{ - pop(_Blue_) - }{ - dup()cvn eq{ - pop(Process) - }if - }ifelse - }ifelse - }ifelse - }if -}bdf -/AGMUTIL_GSTATE 22 dict def -/get_gstate -{ - AGMUTIL_GSTATE begin - /AGMUTIL_GSTATE_clr_spc currentcolorspace def - /AGMUTIL_GSTATE_clr_indx 0 def - /AGMUTIL_GSTATE_clr_comps 12 array def - mark currentcolor counttomark - {AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 3 -1 roll put - /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 add def}repeat pop - /AGMUTIL_GSTATE_fnt rootfont def - /AGMUTIL_GSTATE_lw currentlinewidth def - /AGMUTIL_GSTATE_lc currentlinecap def - /AGMUTIL_GSTATE_lj currentlinejoin def - /AGMUTIL_GSTATE_ml currentmiterlimit def - currentdash/AGMUTIL_GSTATE_do xdf/AGMUTIL_GSTATE_da xdf - /AGMUTIL_GSTATE_sa currentstrokeadjust def - /AGMUTIL_GSTATE_clr_rnd currentcolorrendering def - /AGMUTIL_GSTATE_op currentoverprint def - /AGMUTIL_GSTATE_bg currentblackgeneration cvlit def - /AGMUTIL_GSTATE_ucr currentundercolorremoval cvlit def - currentcolortransfer cvlit/AGMUTIL_GSTATE_gy_xfer xdf cvlit/AGMUTIL_GSTATE_b_xfer xdf - cvlit/AGMUTIL_GSTATE_g_xfer xdf cvlit/AGMUTIL_GSTATE_r_xfer xdf - /AGMUTIL_GSTATE_ht currenthalftone def - /AGMUTIL_GSTATE_flt currentflat def - end -}def -/set_gstate -{ - AGMUTIL_GSTATE begin - AGMUTIL_GSTATE_clr_spc setcolorspace - AGMUTIL_GSTATE_clr_indx{AGMUTIL_GSTATE_clr_comps AGMUTIL_GSTATE_clr_indx 1 sub get - /AGMUTIL_GSTATE_clr_indx AGMUTIL_GSTATE_clr_indx 1 sub def}repeat setcolor - AGMUTIL_GSTATE_fnt setfont - AGMUTIL_GSTATE_lw setlinewidth - AGMUTIL_GSTATE_lc setlinecap - AGMUTIL_GSTATE_lj setlinejoin - AGMUTIL_GSTATE_ml setmiterlimit - AGMUTIL_GSTATE_da AGMUTIL_GSTATE_do setdash - AGMUTIL_GSTATE_sa setstrokeadjust - AGMUTIL_GSTATE_clr_rnd setcolorrendering - AGMUTIL_GSTATE_op setoverprint - AGMUTIL_GSTATE_bg cvx setblackgeneration - AGMUTIL_GSTATE_ucr cvx setundercolorremoval - AGMUTIL_GSTATE_r_xfer cvx AGMUTIL_GSTATE_g_xfer cvx AGMUTIL_GSTATE_b_xfer cvx - AGMUTIL_GSTATE_gy_xfer cvx setcolortransfer - AGMUTIL_GSTATE_ht/HalftoneType get dup 9 eq exch 100 eq or - { - currenthalftone/HalftoneType get AGMUTIL_GSTATE_ht/HalftoneType get ne - { - mark AGMUTIL_GSTATE_ht{sethalftone}stopped cleartomark - }if - }{ - AGMUTIL_GSTATE_ht sethalftone - }ifelse - AGMUTIL_GSTATE_flt setflat - end -}def -/get_gstate_and_matrix -{ - AGMUTIL_GSTATE begin - /AGMUTIL_GSTATE_ctm matrix currentmatrix def - end - get_gstate -}def -/set_gstate_and_matrix -{ - set_gstate - AGMUTIL_GSTATE begin - AGMUTIL_GSTATE_ctm setmatrix - end -}def -/AGMUTIL_str256 256 string def -/AGMUTIL_src256 256 string def -/AGMUTIL_dst64 64 string def -/AGMUTIL_srcLen nd -/AGMUTIL_ndx nd -/AGMUTIL_cpd nd -/capture_cpd{ - //Adobe_AGM_Utils/AGMUTIL_cpd currentpagedevice ddf -}def -/thold_halftone -{ - level3 - {sethalftone currenthalftone} - { - dup/HalftoneType get 3 eq - { - sethalftone currenthalftone - }{ - begin - Width Height mul{ - Thresholds read{pop}if - }repeat - end - currenthalftone - }ifelse - }ifelse -}def -/rdcmntline -{ - currentfile AGMUTIL_str256 readline pop - (%)anchorsearch{pop}if -}bdf -/filter_cmyk -{ - dup type/filetype ne{ - exch()/SubFileDecode filter - }{ - exch pop - } - ifelse - [ - exch - { - AGMUTIL_src256 readstring pop - dup length/AGMUTIL_srcLen exch def - /AGMUTIL_ndx 0 def - AGMCORE_plate_ndx 4 AGMUTIL_srcLen 1 sub{ - 1 index exch get - AGMUTIL_dst64 AGMUTIL_ndx 3 -1 roll put - /AGMUTIL_ndx AGMUTIL_ndx 1 add def - }for - pop - AGMUTIL_dst64 0 AGMUTIL_ndx getinterval - } - bind - /exec cvx - ]cvx -}bdf -/filter_indexed_devn -{ - cvi Names length mul names_index add Lookup exch get -}bdf -/filter_devn -{ - 4 dict begin - /srcStr xdf - /dstStr xdf - dup type/filetype ne{ - 0()/SubFileDecode filter - }if - [ - exch - [ - /devicen_colorspace_dict/AGMCORE_gget cvx/begin cvx - currentdict/srcStr get/readstring cvx/pop cvx - /dup cvx/length cvx 0/gt cvx[ - Adobe_AGM_Utils/AGMUTIL_ndx 0/ddf cvx - names_index Names length currentdict/srcStr get length 1 sub{ - 1/index cvx/exch cvx/get cvx - currentdict/dstStr get/AGMUTIL_ndx/load cvx 3 -1/roll cvx/put cvx - Adobe_AGM_Utils/AGMUTIL_ndx/AGMUTIL_ndx/load cvx 1/add cvx/ddf cvx - }for - currentdict/dstStr get 0/AGMUTIL_ndx/load cvx/getinterval cvx - ]cvx/if cvx - /end cvx - ]cvx - bind - /exec cvx - ]cvx - end -}bdf -/AGMUTIL_imagefile nd -/read_image_file -{ - AGMUTIL_imagefile 0 setfileposition - 10 dict begin - /imageDict xdf - /imbufLen Width BitsPerComponent mul 7 add 8 idiv def - /imbufIdx 0 def - /origDataSource imageDict/DataSource get def - /origMultipleDataSources imageDict/MultipleDataSources get def - /origDecode imageDict/Decode get def - /dstDataStr imageDict/Width get colorSpaceElemCnt mul string def - imageDict/MultipleDataSources known{MultipleDataSources}{false}ifelse - { - /imbufCnt imageDict/DataSource get length def - /imbufs imbufCnt array def - 0 1 imbufCnt 1 sub{ - /imbufIdx xdf - imbufs imbufIdx imbufLen string put - imageDict/DataSource get imbufIdx[AGMUTIL_imagefile imbufs imbufIdx get/readstring cvx/pop cvx]cvx put - }for - DeviceN_PS2{ - imageDict begin - /DataSource[DataSource/devn_sep_datasource cvx]cvx def - /MultipleDataSources false def - /Decode[0 1]def - end - }if - }{ - /imbuf imbufLen string def - Indexed_DeviceN level3 not and DeviceN_NoneName or{ - /srcDataStrs[imageDict begin - currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse - { - Width Decode length 2 div mul cvi string - }repeat - end]def - imageDict begin - /DataSource[AGMUTIL_imagefile Decode BitsPerComponent false 1/filter_indexed_devn load dstDataStr srcDataStrs devn_alt_datasource/exec cvx]cvx def - /Decode[0 1]def - end - }{ - imageDict/DataSource[1 string dup 0 AGMUTIL_imagefile Decode length 2 idiv string/readstring cvx/pop cvx names_index/get cvx/put cvx]cvx put - imageDict/Decode[0 1]put - }ifelse - }ifelse - imageDict exch - load exec - imageDict/DataSource origDataSource put - imageDict/MultipleDataSources origMultipleDataSources put - imageDict/Decode origDecode put - end -}bdf -/write_image_file -{ - begin - {(AGMUTIL_imagefile)(w+)file}stopped{ - false - }{ - Adobe_AGM_Utils/AGMUTIL_imagefile xddf - 2 dict begin - /imbufLen Width BitsPerComponent mul 7 add 8 idiv def - MultipleDataSources{DataSource 0 get}{DataSource}ifelse type/filetype eq{ - /imbuf imbufLen string def - }if - 1 1 Height MultipleDataSources not{Decode length 2 idiv mul}if{ - pop - MultipleDataSources{ - 0 1 DataSource length 1 sub{ - DataSource type dup - /arraytype eq{ - pop DataSource exch gx - }{ - /filetype eq{ - DataSource exch get imbuf readstring pop - }{ - DataSource exch get - }ifelse - }ifelse - AGMUTIL_imagefile exch writestring - }for - }{ - DataSource type dup - /arraytype eq{ - pop DataSource exec - }{ - /filetype eq{ - DataSource imbuf readstring pop - }{ - DataSource - }ifelse - }ifelse - AGMUTIL_imagefile exch writestring - }ifelse - }for - end - true - }ifelse - end -}bdf -/close_image_file -{ - AGMUTIL_imagefile closefile(AGMUTIL_imagefile)deletefile -}def -statusdict/product known userdict/AGMP_current_show known not and{ - /pstr statusdict/product get def - pstr(HP LaserJet 2200)eq - pstr(HP LaserJet 4000 Series)eq or - pstr(HP LaserJet 4050 Series )eq or - pstr(HP LaserJet 8000 Series)eq or - pstr(HP LaserJet 8100 Series)eq or - pstr(HP LaserJet 8150 Series)eq or - pstr(HP LaserJet 5000 Series)eq or - pstr(HP LaserJet 5100 Series)eq or - pstr(HP Color LaserJet 4500)eq or - pstr(HP Color LaserJet 4600)eq or - pstr(HP LaserJet 5Si)eq or - pstr(HP LaserJet 1200 Series)eq or - pstr(HP LaserJet 1300 Series)eq or - pstr(HP LaserJet 4100 Series)eq or - { - userdict/AGMP_current_show/show load put - userdict/show{ - currentcolorspace 0 get - /Pattern eq - {false charpath f} - {AGMP_current_show}ifelse - }put - }if - currentdict/pstr undef -}if -/consumeimagedata -{ - begin - AGMIMG_init_common - currentdict/MultipleDataSources known not - {/MultipleDataSources false def}if - MultipleDataSources - { - DataSource 0 get type - dup/filetype eq - { - 1 dict begin - /flushbuffer Width cvi string def - 1 1 Height cvi - { - pop - 0 1 DataSource length 1 sub - { - DataSource exch get - flushbuffer readstring pop pop - }for - }for - end - }if - dup/arraytype eq exch/packedarraytype eq or DataSource 0 get xcheck and - { - Width Height mul cvi - { - 0 1 DataSource length 1 sub - {dup DataSource exch gx length exch 0 ne{pop}if}for - dup 0 eq - {pop exit}if - sub dup 0 le - {exit}if - }loop - pop - }if - } - { - /DataSource load type - dup/filetype eq - { - 1 dict begin - /flushbuffer Width Decode length 2 idiv mul cvi string def - 1 1 Height{pop DataSource flushbuffer readstring pop pop}for - end - }if - dup/arraytype eq exch/packedarraytype eq or/DataSource load xcheck and - { - Height Width BitsPerComponent mul 8 BitsPerComponent sub add 8 idiv Decode length 2 idiv mul mul - { - DataSource length dup 0 eq - {pop exit}if - sub dup 0 le - {exit}if - }loop - pop - }if - }ifelse - end -}bdf -/addprocs -{ - 2{/exec load}repeat - 3 1 roll - [5 1 roll]bind cvx -}def -/modify_halftone_xfer -{ - currenthalftone dup length dict copy begin - currentdict 2 index known{ - 1 index load dup length dict copy begin - currentdict/TransferFunction known{ - /TransferFunction load - }{ - currenttransfer - }ifelse - addprocs/TransferFunction xdf - currentdict end def - currentdict end sethalftone - }{ - currentdict/TransferFunction known{ - /TransferFunction load - }{ - currenttransfer - }ifelse - addprocs/TransferFunction xdf - currentdict end sethalftone - pop - }ifelse -}def -/clonearray -{ - dup xcheck exch - dup length array exch - Adobe_AGM_Core/AGMCORE_tmp -1 ddf - { - Adobe_AGM_Core/AGMCORE_tmp 2 copy get 1 add ddf - dup type/dicttype eq - { - Adobe_AGM_Core/AGMCORE_tmp get - exch - clonedict - Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf - }if - dup type/arraytype eq - { - Adobe_AGM_Core/AGMCORE_tmp get exch - clonearray - Adobe_AGM_Core/AGMCORE_tmp 4 -1 roll ddf - }if - exch dup - Adobe_AGM_Core/AGMCORE_tmp get 4 -1 roll put - }forall - exch{cvx}if -}bdf -/clonedict -{ - dup length dict - begin - { - dup type/dicttype eq - {clonedict}if - dup type/arraytype eq - {clonearray}if - def - }forall - currentdict - end -}bdf -/DeviceN_PS2 -{ - /currentcolorspace AGMCORE_gget 0 get/DeviceN eq level3 not and -}bdf -/Indexed_DeviceN -{ - /indexed_colorspace_dict AGMCORE_gget dup null ne{ - dup/CSDBase known{ - /CSDBase get/CSD get_res/Names known - }{ - pop false - }ifelse - }{ - pop false - }ifelse -}bdf -/DeviceN_NoneName -{ - /Names where{ - pop - false Names - { - (None)eq or - }forall - }{ - false - }ifelse -}bdf -/DeviceN_PS2_inRip_seps -{ - /AGMCORE_in_rip_sep where - { - pop dup type dup/arraytype eq exch/packedarraytype eq or - { - dup 0 get/DeviceN eq level3 not and AGMCORE_in_rip_sep and - { - /currentcolorspace exch AGMCORE_gput - false - }{ - true - }ifelse - }{ - true - }ifelse - }{ - true - }ifelse -}bdf -/base_colorspace_type -{ - dup type/arraytype eq{0 get}if -}bdf -/currentdistillerparams where{pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse -{ - /pdfmark_5{cleartomark}bind def -}{ - /pdfmark_5{pdfmark}bind def -}ifelse -/ReadBypdfmark_5 -{ - currentfile exch 0 exch/SubFileDecode filter - /currentdistillerparams where - {pop currentdistillerparams/CoreDistVersion get 5000 lt}{true}ifelse - {flushfile cleartomark} - {/PUT pdfmark}ifelse -}bdf -/xpdfm -{ - { - dup 0 get/Label eq - { - aload length[exch 1 add 1 roll/PAGELABEL - }{ - aload pop - [{ThisPage}<<5 -2 roll>>/PUT - }ifelse - pdfmark_5 - }forall -}bdf -/ds{ - Adobe_AGM_Utils begin -}bdf -/dt{ - currentdict Adobe_AGM_Utils eq{ - end - }if -}bdf -systemdict/setpacking known -{setpacking}if -%%EndResource -%%BeginResource: procset Adobe_AGM_Core 2.0 0 -%%Version: 2.0 0 -%%Copyright: Copyright(C)1997-2007 Adobe Systems, Inc. All Rights Reserved. -systemdict/setpacking known -{ - currentpacking - true setpacking -}if -userdict/Adobe_AGM_Core 209 dict dup begin put -/Adobe_AGM_Core_Id/Adobe_AGM_Core_2.0_0 def -/AGMCORE_str256 256 string def -/AGMCORE_save nd -/AGMCORE_graphicsave nd -/AGMCORE_c 0 def -/AGMCORE_m 0 def -/AGMCORE_y 0 def -/AGMCORE_k 0 def -/AGMCORE_cmykbuf 4 array def -/AGMCORE_screen[currentscreen]cvx def -/AGMCORE_tmp 0 def -/AGMCORE_&setgray nd -/AGMCORE_&setcolor nd -/AGMCORE_&setcolorspace nd -/AGMCORE_&setcmykcolor nd -/AGMCORE_cyan_plate nd -/AGMCORE_magenta_plate nd -/AGMCORE_yellow_plate nd -/AGMCORE_black_plate nd -/AGMCORE_plate_ndx nd -/AGMCORE_get_ink_data nd -/AGMCORE_is_cmyk_sep nd -/AGMCORE_host_sep nd -/AGMCORE_avoid_L2_sep_space nd -/AGMCORE_distilling nd -/AGMCORE_composite_job nd -/AGMCORE_producing_seps nd -/AGMCORE_ps_level -1 def -/AGMCORE_ps_version -1 def -/AGMCORE_environ_ok nd -/AGMCORE_CSD_cache 0 dict def -/AGMCORE_currentoverprint false def -/AGMCORE_deltaX nd -/AGMCORE_deltaY nd -/AGMCORE_name nd -/AGMCORE_sep_special nd -/AGMCORE_err_strings 4 dict def -/AGMCORE_cur_err nd -/AGMCORE_current_spot_alias false def -/AGMCORE_inverting false def -/AGMCORE_feature_dictCount nd -/AGMCORE_feature_opCount nd -/AGMCORE_feature_ctm nd -/AGMCORE_ConvertToProcess false def -/AGMCORE_Default_CTM matrix def -/AGMCORE_Default_PageSize nd -/AGMCORE_Default_flatness nd -/AGMCORE_currentbg nd -/AGMCORE_currentucr nd -/AGMCORE_pattern_paint_type 0 def -/knockout_unitsq nd -currentglobal true setglobal -[/CSA/Gradient/Procedure] -{ - /Generic/Category findresource dup length dict copy/Category defineresource pop -}forall -setglobal -/AGMCORE_key_known -{ - where{ - /Adobe_AGM_Core_Id known - }{ - false - }ifelse -}ndf -/flushinput -{ - save - 2 dict begin - /CompareBuffer 3 -1 roll def - /readbuffer 256 string def - mark - { - currentfile readbuffer{readline}stopped - {cleartomark mark} - { - not - {pop exit} - if - CompareBuffer eq - {exit} - if - }ifelse - }loop - cleartomark - end - restore -}bdf -/getspotfunction -{ - AGMCORE_screen exch pop exch pop - dup type/dicttype eq{ - dup/HalftoneType get 1 eq{ - /SpotFunction get - }{ - dup/HalftoneType get 2 eq{ - /GraySpotFunction get - }{ - pop - { - abs exch abs 2 copy add 1 gt{ - 1 sub dup mul exch 1 sub dup mul add 1 sub - }{ - dup mul exch dup mul add 1 exch sub - }ifelse - }bind - }ifelse - }ifelse - }if -}def -/np -{newpath}bdf -/clp_npth -{clip np}def -/eoclp_npth -{eoclip np}def -/npth_clp -{np clip}def -/graphic_setup -{ - /AGMCORE_graphicsave save store - concat - 0 setgray - 0 setlinecap - 0 setlinejoin - 1 setlinewidth - []0 setdash - 10 setmiterlimit - np - false setoverprint - false setstrokeadjust - //Adobe_AGM_Core/spot_alias gx - /Adobe_AGM_Image where{ - pop - Adobe_AGM_Image/spot_alias 2 copy known{ - gx - }{ - pop pop - }ifelse - }if - /sep_colorspace_dict null AGMCORE_gput - 100 dict begin - /dictstackcount countdictstack def - /showpage{}def - mark -}def -/graphic_cleanup -{ - cleartomark - dictstackcount 1 countdictstack 1 sub{end}for - end - AGMCORE_graphicsave restore -}def -/compose_error_msg -{ - grestoreall initgraphics - /Helvetica findfont 10 scalefont setfont - /AGMCORE_deltaY 100 def - /AGMCORE_deltaX 310 def - clippath pathbbox np pop pop 36 add exch 36 add exch moveto - 0 AGMCORE_deltaY rlineto AGMCORE_deltaX 0 rlineto - 0 AGMCORE_deltaY neg rlineto AGMCORE_deltaX neg 0 rlineto closepath - 0 AGMCORE_&setgray - gsave 1 AGMCORE_&setgray fill grestore - 1 setlinewidth gsave stroke grestore - currentpoint AGMCORE_deltaY 15 sub add exch 8 add exch moveto - /AGMCORE_deltaY 12 def - /AGMCORE_tmp 0 def - AGMCORE_err_strings exch get - { - dup 32 eq - { - pop - AGMCORE_str256 0 AGMCORE_tmp getinterval - stringwidth pop currentpoint pop add AGMCORE_deltaX 28 add gt - { - currentpoint AGMCORE_deltaY sub exch pop - clippath pathbbox pop pop pop 44 add exch moveto - }if - AGMCORE_str256 0 AGMCORE_tmp getinterval show( )show - 0 1 AGMCORE_str256 length 1 sub - { - AGMCORE_str256 exch 0 put - }for - /AGMCORE_tmp 0 def - }{ - AGMCORE_str256 exch AGMCORE_tmp xpt - /AGMCORE_tmp AGMCORE_tmp 1 add def - }ifelse - }forall -}bdf -/AGMCORE_CMYKDeviceNColorspaces[ - [/Separation/None/DeviceCMYK{0 0 0}] - [/Separation(Black)/DeviceCMYK{0 0 0 4 -1 roll}bind] - [/Separation(Yellow)/DeviceCMYK{0 0 3 -1 roll 0}bind] - [/DeviceN[(Yellow)(Black)]/DeviceCMYK{0 0 4 2 roll}bind] - [/Separation(Magenta)/DeviceCMYK{0 exch 0 0}bind] - [/DeviceN[(Magenta)(Black)]/DeviceCMYK{0 3 1 roll 0 exch}bind] - [/DeviceN[(Magenta)(Yellow)]/DeviceCMYK{0 3 1 roll 0}bind] - [/DeviceN[(Magenta)(Yellow)(Black)]/DeviceCMYK{0 4 1 roll}bind] - [/Separation(Cyan)/DeviceCMYK{0 0 0}] - [/DeviceN[(Cyan)(Black)]/DeviceCMYK{0 0 3 -1 roll}bind] - [/DeviceN[(Cyan)(Yellow)]/DeviceCMYK{0 exch 0}bind] - [/DeviceN[(Cyan)(Yellow)(Black)]/DeviceCMYK{0 3 1 roll}bind] - [/DeviceN[(Cyan)(Magenta)]/DeviceCMYK{0 0}] - [/DeviceN[(Cyan)(Magenta)(Black)]/DeviceCMYK{0 exch}bind] - [/DeviceN[(Cyan)(Magenta)(Yellow)]/DeviceCMYK{0}] - [/DeviceCMYK] -]def -/ds{ - Adobe_AGM_Core begin - /currentdistillerparams where - { - pop currentdistillerparams/CoreDistVersion get 5000 lt - {<>setdistillerparams}if - }if - /AGMCORE_ps_version xdf - /AGMCORE_ps_level xdf - errordict/AGM_handleerror known not{ - errordict/AGM_handleerror errordict/handleerror get put - errordict/handleerror{ - Adobe_AGM_Core begin - $error/newerror get AGMCORE_cur_err null ne and{ - $error/newerror false put - AGMCORE_cur_err compose_error_msg - }if - $error/newerror true put - end - errordict/AGM_handleerror get exec - }bind put - }if - /AGMCORE_environ_ok - ps_level AGMCORE_ps_level ge - ps_version AGMCORE_ps_version ge and - AGMCORE_ps_level -1 eq or - def - AGMCORE_environ_ok not - {/AGMCORE_cur_err/AGMCORE_bad_environ def}if - /AGMCORE_&setgray systemdict/setgray get def - level2{ - /AGMCORE_&setcolor systemdict/setcolor get def - /AGMCORE_&setcolorspace systemdict/setcolorspace get def - }if - /AGMCORE_currentbg currentblackgeneration def - /AGMCORE_currentucr currentundercolorremoval def - /AGMCORE_Default_flatness currentflat def - /AGMCORE_distilling - /product where{ - pop systemdict/setdistillerparams known product(Adobe PostScript Parser)ne and - }{ - false - }ifelse - def - /AGMCORE_GSTATE AGMCORE_key_known not{ - /AGMCORE_GSTATE 21 dict def - /AGMCORE_tmpmatrix matrix def - /AGMCORE_gstack 32 array def - /AGMCORE_gstackptr 0 def - /AGMCORE_gstacksaveptr 0 def - /AGMCORE_gstackframekeys 14 def - /AGMCORE_&gsave/gsave ldf - /AGMCORE_&grestore/grestore ldf - /AGMCORE_&grestoreall/grestoreall ldf - /AGMCORE_&save/save ldf - /AGMCORE_&setoverprint/setoverprint ldf - /AGMCORE_gdictcopy{ - begin - {def}forall - end - }def - /AGMCORE_gput{ - AGMCORE_gstack AGMCORE_gstackptr get - 3 1 roll - put - }def - /AGMCORE_gget{ - AGMCORE_gstack AGMCORE_gstackptr get - exch - get - }def - /gsave{ - AGMCORE_&gsave - AGMCORE_gstack AGMCORE_gstackptr get - AGMCORE_gstackptr 1 add - dup 32 ge{limitcheck}if - /AGMCORE_gstackptr exch store - AGMCORE_gstack AGMCORE_gstackptr get - AGMCORE_gdictcopy - }def - /grestore{ - AGMCORE_&grestore - AGMCORE_gstackptr 1 sub - dup AGMCORE_gstacksaveptr lt{1 add}if - dup AGMCORE_gstack exch get dup/AGMCORE_currentoverprint known - {/AGMCORE_currentoverprint get setoverprint}{pop}ifelse - /AGMCORE_gstackptr exch store - }def - /grestoreall{ - AGMCORE_&grestoreall - /AGMCORE_gstackptr AGMCORE_gstacksaveptr store - }def - /save{ - AGMCORE_&save - AGMCORE_gstack AGMCORE_gstackptr get - AGMCORE_gstackptr 1 add - dup 32 ge{limitcheck}if - /AGMCORE_gstackptr exch store - /AGMCORE_gstacksaveptr AGMCORE_gstackptr store - AGMCORE_gstack AGMCORE_gstackptr get - AGMCORE_gdictcopy - }def - /setoverprint{ - dup/AGMCORE_currentoverprint exch AGMCORE_gput AGMCORE_&setoverprint - }def - 0 1 AGMCORE_gstack length 1 sub{ - AGMCORE_gstack exch AGMCORE_gstackframekeys dict put - }for - }if - level3/AGMCORE_&sysshfill AGMCORE_key_known not and - { - /AGMCORE_&sysshfill systemdict/shfill get def - /AGMCORE_&sysmakepattern systemdict/makepattern get def - /AGMCORE_&usrmakepattern/makepattern load def - }if - /currentcmykcolor[0 0 0 0]AGMCORE_gput - /currentstrokeadjust false AGMCORE_gput - /currentcolorspace[/DeviceGray]AGMCORE_gput - /sep_tint 0 AGMCORE_gput - /devicen_tints[0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]AGMCORE_gput - /sep_colorspace_dict null AGMCORE_gput - /devicen_colorspace_dict null AGMCORE_gput - /indexed_colorspace_dict null AGMCORE_gput - /currentcolor_intent()AGMCORE_gput - /customcolor_tint 1 AGMCORE_gput - /absolute_colorimetric_crd null AGMCORE_gput - /relative_colorimetric_crd null AGMCORE_gput - /saturation_crd null AGMCORE_gput - /perceptual_crd null AGMCORE_gput - currentcolortransfer cvlit/AGMCore_gray_xfer xdf cvlit/AGMCore_b_xfer xdf - cvlit/AGMCore_g_xfer xdf cvlit/AGMCore_r_xfer xdf - << - /MaxPatternItem currentsystemparams/MaxPatternCache get - >> - setuserparams - end -}def -/ps -{ - /setcmykcolor where{ - pop - Adobe_AGM_Core/AGMCORE_&setcmykcolor/setcmykcolor load put - }if - Adobe_AGM_Core begin - /setcmykcolor - { - 4 copy AGMCORE_cmykbuf astore/currentcmykcolor exch AGMCORE_gput - 1 sub 4 1 roll - 3{ - 3 index add neg dup 0 lt{ - pop 0 - }if - 3 1 roll - }repeat - setrgbcolor pop - }ndf - /currentcmykcolor - { - /currentcmykcolor AGMCORE_gget aload pop - }ndf - /setoverprint - {pop}ndf - /currentoverprint - {false}ndf - /AGMCORE_cyan_plate 1 0 0 0 test_cmyk_color_plate def - /AGMCORE_magenta_plate 0 1 0 0 test_cmyk_color_plate def - /AGMCORE_yellow_plate 0 0 1 0 test_cmyk_color_plate def - /AGMCORE_black_plate 0 0 0 1 test_cmyk_color_plate def - /AGMCORE_plate_ndx - AGMCORE_cyan_plate{ - 0 - }{ - AGMCORE_magenta_plate{ - 1 - }{ - AGMCORE_yellow_plate{ - 2 - }{ - AGMCORE_black_plate{ - 3 - }{ - 4 - }ifelse - }ifelse - }ifelse - }ifelse - def - /AGMCORE_have_reported_unsupported_color_space false def - /AGMCORE_report_unsupported_color_space - { - AGMCORE_have_reported_unsupported_color_space false eq - { - (Warning: Job contains content that cannot be separated with on-host methods. This content appears on the black plate, and knocks out all other plates.)== - Adobe_AGM_Core/AGMCORE_have_reported_unsupported_color_space true ddf - }if - }def - /AGMCORE_composite_job - AGMCORE_cyan_plate AGMCORE_magenta_plate and AGMCORE_yellow_plate and AGMCORE_black_plate and def - /AGMCORE_in_rip_sep - /AGMCORE_in_rip_sep where{ - pop AGMCORE_in_rip_sep - }{ - AGMCORE_distilling - { - false - }{ - userdict/Adobe_AGM_OnHost_Seps known{ - false - }{ - level2{ - currentpagedevice/Separations 2 copy known{ - get - }{ - pop pop false - }ifelse - }{ - false - }ifelse - }ifelse - }ifelse - }ifelse - def - /AGMCORE_producing_seps AGMCORE_composite_job not AGMCORE_in_rip_sep or def - /AGMCORE_host_sep AGMCORE_producing_seps AGMCORE_in_rip_sep not and def - /AGM_preserve_spots - /AGM_preserve_spots where{ - pop AGM_preserve_spots - }{ - AGMCORE_distilling AGMCORE_producing_seps or - }ifelse - def - /AGM_is_distiller_preserving_spotimages - { - currentdistillerparams/PreserveOverprintSettings known - { - currentdistillerparams/PreserveOverprintSettings get - { - currentdistillerparams/ColorConversionStrategy known - { - currentdistillerparams/ColorConversionStrategy get - /sRGB ne - }{ - true - }ifelse - }{ - false - }ifelse - }{ - false - }ifelse - }def - /convert_spot_to_process where{pop}{ - /convert_spot_to_process - { - //Adobe_AGM_Core begin - dup map_alias{ - /Name get exch pop - }if - dup dup(None)eq exch(All)eq or - { - pop false - }{ - AGMCORE_host_sep - { - gsave - 1 0 0 0 setcmykcolor currentgray 1 exch sub - 0 1 0 0 setcmykcolor currentgray 1 exch sub - 0 0 1 0 setcmykcolor currentgray 1 exch sub - 0 0 0 1 setcmykcolor currentgray 1 exch sub - add add add 0 eq - { - pop false - }{ - false setoverprint - current_spot_alias false set_spot_alias - 1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor - set_spot_alias - currentgray 1 ne - }ifelse - grestore - }{ - AGMCORE_distilling - { - pop AGM_is_distiller_preserving_spotimages not - }{ - //Adobe_AGM_Core/AGMCORE_name xddf - false - //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 0 eq - AGMUTIL_cpd/OverrideSeparations known and - { - AGMUTIL_cpd/OverrideSeparations get - { - /HqnSpots/ProcSet resourcestatus - { - pop pop pop true - }if - }if - }if - { - AGMCORE_name/HqnSpots/ProcSet findresource/TestSpot gx not - }{ - gsave - [/Separation AGMCORE_name/DeviceGray{}]AGMCORE_&setcolorspace - false - AGMUTIL_cpd/SeparationColorNames 2 copy known - { - get - {AGMCORE_name eq or}forall - not - }{ - pop pop pop true - }ifelse - grestore - }ifelse - }ifelse - }ifelse - }ifelse - end - }def - }ifelse - /convert_to_process where{pop}{ - /convert_to_process - { - dup length 0 eq - { - pop false - }{ - AGMCORE_host_sep - { - dup true exch - { - dup(Cyan)eq exch - dup(Magenta)eq 3 -1 roll or exch - dup(Yellow)eq 3 -1 roll or exch - dup(Black)eq 3 -1 roll or - {pop} - {convert_spot_to_process and}ifelse - } - forall - { - true exch - { - dup(Cyan)eq exch - dup(Magenta)eq 3 -1 roll or exch - dup(Yellow)eq 3 -1 roll or exch - (Black)eq or and - }forall - not - }{pop false}ifelse - }{ - false exch - { - /PhotoshopDuotoneList where{pop false}{true}ifelse - { - dup(Cyan)eq exch - dup(Magenta)eq 3 -1 roll or exch - dup(Yellow)eq 3 -1 roll or exch - dup(Black)eq 3 -1 roll or - {pop} - {convert_spot_to_process or}ifelse - } - { - convert_spot_to_process or - } - ifelse - } - forall - }ifelse - }ifelse - }def - }ifelse - /AGMCORE_avoid_L2_sep_space - version cvr 2012 lt - level2 and - AGMCORE_producing_seps not and - def - /AGMCORE_is_cmyk_sep - AGMCORE_cyan_plate AGMCORE_magenta_plate or AGMCORE_yellow_plate or AGMCORE_black_plate or - def - /AGM_avoid_0_cmyk where{ - pop AGM_avoid_0_cmyk - }{ - AGM_preserve_spots - userdict/Adobe_AGM_OnHost_Seps known - userdict/Adobe_AGM_InRip_Seps known or - not and - }ifelse - { - /setcmykcolor[ - { - 4 copy add add add 0 eq currentoverprint and{ - pop 0.0005 - }if - }/exec cvx - /AGMCORE_&setcmykcolor load dup type/operatortype ne{ - /exec cvx - }if - ]cvx def - }if - /AGMCORE_IsSeparationAProcessColor - { - dup(Cyan)eq exch dup(Magenta)eq exch dup(Yellow)eq exch(Black)eq or or or - }def - AGMCORE_host_sep{ - /setcolortransfer - { - AGMCORE_cyan_plate{ - pop pop pop - }{ - AGMCORE_magenta_plate{ - 4 3 roll pop pop pop - }{ - AGMCORE_yellow_plate{ - 4 2 roll pop pop pop - }{ - 4 1 roll pop pop pop - }ifelse - }ifelse - }ifelse - settransfer - } - def - /AGMCORE_get_ink_data - AGMCORE_cyan_plate{ - {pop pop pop} - }{ - AGMCORE_magenta_plate{ - {4 3 roll pop pop pop} - }{ - AGMCORE_yellow_plate{ - {4 2 roll pop pop pop} - }{ - {4 1 roll pop pop pop} - }ifelse - }ifelse - }ifelse - def - /AGMCORE_RemoveProcessColorNames - { - 1 dict begin - /filtername - { - dup/Cyan eq 1 index(Cyan)eq or - {pop(_cyan_)}if - dup/Magenta eq 1 index(Magenta)eq or - {pop(_magenta_)}if - dup/Yellow eq 1 index(Yellow)eq or - {pop(_yellow_)}if - dup/Black eq 1 index(Black)eq or - {pop(_black_)}if - }def - dup type/arraytype eq - {[exch{filtername}forall]} - {filtername}ifelse - end - }def - level3{ - /AGMCORE_IsCurrentColor - { - dup AGMCORE_IsSeparationAProcessColor - { - AGMCORE_plate_ndx 0 eq - {dup(Cyan)eq exch/Cyan eq or}if - AGMCORE_plate_ndx 1 eq - {dup(Magenta)eq exch/Magenta eq or}if - AGMCORE_plate_ndx 2 eq - {dup(Yellow)eq exch/Yellow eq or}if - AGMCORE_plate_ndx 3 eq - {dup(Black)eq exch/Black eq or}if - AGMCORE_plate_ndx 4 eq - {pop false}if - }{ - gsave - false setoverprint - current_spot_alias false set_spot_alias - 1 1 1 1 6 -1 roll findcmykcustomcolor 1 setcustomcolor - set_spot_alias - currentgray 1 ne - grestore - }ifelse - }def - /AGMCORE_filter_functiondatasource - { - 5 dict begin - /data_in xdf - data_in type/stringtype eq - { - /ncomp xdf - /comp xdf - /string_out data_in length ncomp idiv string def - 0 ncomp data_in length 1 sub - { - string_out exch dup ncomp idiv exch data_in exch ncomp getinterval comp get 255 exch sub put - }for - string_out - }{ - string/string_in xdf - /string_out 1 string def - /component xdf - [ - data_in string_in/readstring cvx - [component/get cvx 255/exch cvx/sub cvx string_out/exch cvx 0/exch cvx/put cvx string_out]cvx - [/pop cvx()]cvx/ifelse cvx - ]cvx/ReusableStreamDecode filter - }ifelse - end - }def - /AGMCORE_separateShadingFunction - { - 2 dict begin - /paint? xdf - /channel xdf - dup type/dicttype eq - { - begin - FunctionType 0 eq - { - /DataSource channel Range length 2 idiv DataSource AGMCORE_filter_functiondatasource def - currentdict/Decode known - {/Decode Decode channel 2 mul 2 getinterval def}if - paint? not - {/Decode[1 1]def}if - }if - FunctionType 2 eq - { - paint? - { - /C0[C0 channel get 1 exch sub]def - /C1[C1 channel get 1 exch sub]def - }{ - /C0[1]def - /C1[1]def - }ifelse - }if - FunctionType 3 eq - { - /Functions[Functions{channel paint? AGMCORE_separateShadingFunction}forall]def - }if - currentdict/Range known - {/Range[0 1]def}if - currentdict - end}{ - channel get 0 paint? AGMCORE_separateShadingFunction - }ifelse - end - }def - /AGMCORE_separateShading - { - 3 -1 roll begin - currentdict/Function known - { - currentdict/Background known - {[1 index{Background 3 index get 1 exch sub}{1}ifelse]/Background xdf}if - Function 3 1 roll AGMCORE_separateShadingFunction/Function xdf - /ColorSpace[/DeviceGray]def - }{ - ColorSpace dup type/arraytype eq{0 get}if/DeviceCMYK eq - { - /ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def - }{ - ColorSpace dup 1 get AGMCORE_RemoveProcessColorNames 1 exch put - }ifelse - ColorSpace 0 get/Separation eq - { - { - [1/exch cvx/sub cvx]cvx - }{ - [/pop cvx 1]cvx - }ifelse - ColorSpace 3 3 -1 roll put - pop - }{ - { - [exch ColorSpace 1 get length 1 sub exch sub/index cvx 1/exch cvx/sub cvx ColorSpace 1 get length 1 add 1/roll cvx ColorSpace 1 get length{/pop cvx}repeat]cvx - }{ - pop[ColorSpace 1 get length{/pop cvx}repeat cvx 1]cvx - }ifelse - ColorSpace 3 3 -1 roll bind put - }ifelse - ColorSpace 2/DeviceGray put - }ifelse - end - }def - /AGMCORE_separateShadingDict - { - dup/ColorSpace get - dup type/arraytype ne - {[exch]}if - dup 0 get/DeviceCMYK eq - { - exch begin - currentdict - AGMCORE_cyan_plate - {0 true}if - AGMCORE_magenta_plate - {1 true}if - AGMCORE_yellow_plate - {2 true}if - AGMCORE_black_plate - {3 true}if - AGMCORE_plate_ndx 4 eq - {0 false}if - dup not currentoverprint and - {/AGMCORE_ignoreshade true def}if - AGMCORE_separateShading - currentdict - end exch - }if - dup 0 get/Separation eq - { - exch begin - ColorSpace 1 get dup/None ne exch/All ne and - { - ColorSpace 1 get AGMCORE_IsCurrentColor AGMCORE_plate_ndx 4 lt and ColorSpace 1 get AGMCORE_IsSeparationAProcessColor not and - { - ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq - { - /ColorSpace - [ - /Separation - ColorSpace 1 get - /DeviceGray - [ - ColorSpace 3 get/exec cvx - 4 AGMCORE_plate_ndx sub -1/roll cvx - 4 1/roll cvx - 3[/pop cvx]cvx/repeat cvx - 1/exch cvx/sub cvx - ]cvx - ]def - }{ - AGMCORE_report_unsupported_color_space - AGMCORE_black_plate not - { - currentdict 0 false AGMCORE_separateShading - }if - }ifelse - }{ - currentdict ColorSpace 1 get AGMCORE_IsCurrentColor - 0 exch - dup not currentoverprint and - {/AGMCORE_ignoreshade true def}if - AGMCORE_separateShading - }ifelse - }if - currentdict - end exch - }if - dup 0 get/DeviceN eq - { - exch begin - ColorSpace 1 get convert_to_process - { - ColorSpace 2 get dup type/arraytype eq{0 get}if/DeviceCMYK eq - { - /ColorSpace - [ - /DeviceN - ColorSpace 1 get - /DeviceGray - [ - ColorSpace 3 get/exec cvx - 4 AGMCORE_plate_ndx sub -1/roll cvx - 4 1/roll cvx - 3[/pop cvx]cvx/repeat cvx - 1/exch cvx/sub cvx - ]cvx - ]def - }{ - AGMCORE_report_unsupported_color_space - AGMCORE_black_plate not - { - currentdict 0 false AGMCORE_separateShading - /ColorSpace[/DeviceGray]def - }if - }ifelse - }{ - currentdict - false -1 ColorSpace 1 get - { - AGMCORE_IsCurrentColor - { - 1 add - exch pop true exch exit - }if - 1 add - }forall - exch - dup not currentoverprint and - {/AGMCORE_ignoreshade true def}if - AGMCORE_separateShading - }ifelse - currentdict - end exch - }if - dup 0 get dup/DeviceCMYK eq exch dup/Separation eq exch/DeviceN eq or or not - { - exch begin - ColorSpace dup type/arraytype eq - {0 get}if - /DeviceGray ne - { - AGMCORE_report_unsupported_color_space - AGMCORE_black_plate not - { - ColorSpace 0 get/CIEBasedA eq - { - /ColorSpace[/Separation/_ciebaseda_/DeviceGray{}]def - }if - ColorSpace 0 get dup/CIEBasedABC eq exch dup/CIEBasedDEF eq exch/DeviceRGB eq or or - { - /ColorSpace[/DeviceN[/_red_/_green_/_blue_]/DeviceRGB{}]def - }if - ColorSpace 0 get/CIEBasedDEFG eq - { - /ColorSpace[/DeviceN[/_cyan_/_magenta_/_yellow_/_black_]/DeviceCMYK{}]def - }if - currentdict 0 false AGMCORE_separateShading - }if - }if - currentdict - end exch - }if - pop - dup/AGMCORE_ignoreshade known - { - begin - /ColorSpace[/Separation(None)/DeviceGray{}]def - currentdict end - }if - }def - /shfill - { - AGMCORE_separateShadingDict - dup/AGMCORE_ignoreshade known - {pop} - {AGMCORE_&sysshfill}ifelse - }def - /makepattern - { - exch - dup/PatternType get 2 eq - { - clonedict - begin - /Shading Shading AGMCORE_separateShadingDict def - Shading/AGMCORE_ignoreshade known - currentdict end exch - {pop<>}if - exch AGMCORE_&sysmakepattern - }{ - exch AGMCORE_&usrmakepattern - }ifelse - }def - }if - }if - AGMCORE_in_rip_sep{ - /setcustomcolor - { - exch aload pop - dup 7 1 roll inRip_spot_has_ink not { - 4{4 index mul 4 1 roll} - repeat - /DeviceCMYK setcolorspace - 6 -2 roll pop pop - }{ - //Adobe_AGM_Core begin - /AGMCORE_k xdf/AGMCORE_y xdf/AGMCORE_m xdf/AGMCORE_c xdf - end - [/Separation 4 -1 roll/DeviceCMYK - {dup AGMCORE_c mul exch dup AGMCORE_m mul exch dup AGMCORE_y mul exch AGMCORE_k mul} - ] - setcolorspace - }ifelse - setcolor - }ndf - /setseparationgray - { - [/Separation(All)/DeviceGray{}]setcolorspace_opt - 1 exch sub setcolor - }ndf - }{ - /setseparationgray - { - AGMCORE_&setgray - }ndf - }ifelse - /findcmykcustomcolor - { - 5 makereadonlyarray - }ndf - /setcustomcolor - { - exch aload pop pop - 4{4 index mul 4 1 roll}repeat - setcmykcolor pop - }ndf - /has_color - /colorimage where{ - AGMCORE_producing_seps{ - pop true - }{ - systemdict eq - }ifelse - }{ - false - }ifelse - def - /map_index - { - 1 index mul exch getinterval{255 div}forall - }bdf - /map_indexed_devn - { - Lookup Names length 3 -1 roll cvi map_index - }bdf - /n_color_components - { - base_colorspace_type - dup/DeviceGray eq{ - pop 1 - }{ - /DeviceCMYK eq{ - 4 - }{ - 3 - }ifelse - }ifelse - }bdf - level2{ - /mo/moveto ldf - /li/lineto ldf - /cv/curveto ldf - /knockout_unitsq - { - 1 setgray - 0 0 1 1 rectfill - }def - level2/setcolorspace AGMCORE_key_known not and{ - /AGMCORE_&&&setcolorspace/setcolorspace ldf - /AGMCORE_ReplaceMappedColor - { - dup type dup/arraytype eq exch/packedarraytype eq or - { - /AGMCORE_SpotAliasAry2 where{ - begin - dup 0 get dup/Separation eq - { - pop - dup length array copy - dup dup 1 get - current_spot_alias - { - dup map_alias - { - false set_spot_alias - dup 1 exch setsepcolorspace - true set_spot_alias - begin - /sep_colorspace_dict currentdict AGMCORE_gput - pop pop pop - [ - /Separation Name - CSA map_csa - MappedCSA - /sep_colorspace_proc load - ] - dup Name - end - }if - }if - map_reserved_ink_name 1 xpt - }{ - /DeviceN eq - { - dup length array copy - dup dup 1 get[ - exch{ - current_spot_alias{ - dup map_alias{ - /Name get exch pop - }if - }if - map_reserved_ink_name - }forall - ]1 xpt - }if - }ifelse - end - }if - }if - }def - /setcolorspace - { - dup type dup/arraytype eq exch/packedarraytype eq or - { - dup 0 get/Indexed eq - { - AGMCORE_distilling - { - /PhotoshopDuotoneList where - { - pop false - }{ - true - }ifelse - }{ - true - }ifelse - { - aload pop 3 -1 roll - AGMCORE_ReplaceMappedColor - 3 1 roll 4 array astore - }if - }{ - AGMCORE_ReplaceMappedColor - }ifelse - }if - DeviceN_PS2_inRip_seps{AGMCORE_&&&setcolorspace}if - }def - }if - }{ - /adj - { - currentstrokeadjust{ - transform - 0.25 sub round 0.25 add exch - 0.25 sub round 0.25 add exch - itransform - }if - }def - /mo{ - adj moveto - }def - /li{ - adj lineto - }def - /cv{ - 6 2 roll adj - 6 2 roll adj - 6 2 roll adj curveto - }def - /knockout_unitsq - { - 1 setgray - 8 8 1[8 0 0 8 0 0]{}image - }def - /currentstrokeadjust{ - /currentstrokeadjust AGMCORE_gget - }def - /setstrokeadjust{ - /currentstrokeadjust exch AGMCORE_gput - }def - /setcolorspace - { - /currentcolorspace exch AGMCORE_gput - }def - /currentcolorspace - { - /currentcolorspace AGMCORE_gget - }def - /setcolor_devicecolor - { - base_colorspace_type - dup/DeviceGray eq{ - pop setgray - }{ - /DeviceCMYK eq{ - setcmykcolor - }{ - setrgbcolor - }ifelse - }ifelse - }def - /setcolor - { - currentcolorspace 0 get - dup/DeviceGray ne{ - dup/DeviceCMYK ne{ - dup/DeviceRGB ne{ - dup/Separation eq{ - pop - currentcolorspace 3 gx - currentcolorspace 2 get - }{ - dup/Indexed eq{ - pop - currentcolorspace 3 get dup type/stringtype eq{ - currentcolorspace 1 get n_color_components - 3 -1 roll map_index - }{ - exec - }ifelse - currentcolorspace 1 get - }{ - /AGMCORE_cur_err/AGMCORE_invalid_color_space def - AGMCORE_invalid_color_space - }ifelse - }ifelse - }if - }if - }if - setcolor_devicecolor - }def - }ifelse - /sop/setoverprint ldf - /lw/setlinewidth ldf - /lc/setlinecap ldf - /lj/setlinejoin ldf - /ml/setmiterlimit ldf - /dsh/setdash ldf - /sadj/setstrokeadjust ldf - /gry/setgray ldf - /rgb/setrgbcolor ldf - /cmyk[ - /currentcolorspace[/DeviceCMYK]/AGMCORE_gput cvx - /setcmykcolor load dup type/operatortype ne{/exec cvx}if - ]cvx bdf - level3 AGMCORE_host_sep not and{ - /nzopmsc{ - 6 dict begin - /kk exch def - /yy exch def - /mm exch def - /cc exch def - /sum 0 def - cc 0 ne{/sum sum 2#1000 or def cc}if - mm 0 ne{/sum sum 2#0100 or def mm}if - yy 0 ne{/sum sum 2#0010 or def yy}if - kk 0 ne{/sum sum 2#0001 or def kk}if - AGMCORE_CMYKDeviceNColorspaces sum get setcolorspace - sum 0 eq{0}if - end - setcolor - }bdf - }{ - /nzopmsc/cmyk ldf - }ifelse - /sep/setsepcolor ldf - /devn/setdevicencolor ldf - /idx/setindexedcolor ldf - /colr/setcolor ldf - /csacrd/set_csa_crd ldf - /sepcs/setsepcolorspace ldf - /devncs/setdevicencolorspace ldf - /idxcs/setindexedcolorspace ldf - /cp/closepath ldf - /clp/clp_npth ldf - /eclp/eoclp_npth ldf - /f/fill ldf - /ef/eofill ldf - /@/stroke ldf - /nclp/npth_clp ldf - /gset/graphic_setup ldf - /gcln/graphic_cleanup ldf - /ct/concat ldf - /cf/currentfile ldf - /fl/filter ldf - /rs/readstring ldf - /AGMCORE_def_ht currenthalftone def - /clonedict Adobe_AGM_Utils begin/clonedict load end def - /clonearray Adobe_AGM_Utils begin/clonearray load end def - currentdict{ - dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{ - bind - }if - def - }forall - /getrampcolor - { - /indx exch def - 0 1 NumComp 1 sub - { - dup - Samples exch get - dup type/stringtype eq{indx get}if - exch - Scaling exch get aload pop - 3 1 roll - mul add - }for - ColorSpaceFamily/Separation eq - {sep} - { - ColorSpaceFamily/DeviceN eq - {devn}{setcolor}ifelse - }ifelse - }bdf - /sssetbackground{ - aload pop - ColorSpaceFamily/Separation eq - {sep} - { - ColorSpaceFamily/DeviceN eq - {devn}{setcolor}ifelse - }ifelse - }bdf - /RadialShade - { - 40 dict begin - /ColorSpaceFamily xdf - /background xdf - /ext1 xdf - /ext0 xdf - /BBox xdf - /r2 xdf - /c2y xdf - /c2x xdf - /r1 xdf - /c1y xdf - /c1x xdf - /rampdict xdf - /setinkoverprint where{pop/setinkoverprint{pop}def}if - gsave - BBox length 0 gt - { - np - BBox 0 get BBox 1 get moveto - BBox 2 get BBox 0 get sub 0 rlineto - 0 BBox 3 get BBox 1 get sub rlineto - BBox 2 get BBox 0 get sub neg 0 rlineto - closepath - clip - np - }if - c1x c2x eq - { - c1y c2y lt{/theta 90 def}{/theta 270 def}ifelse - }{ - /slope c2y c1y sub c2x c1x sub div def - /theta slope 1 atan def - c2x c1x lt c2y c1y ge and{/theta theta 180 sub def}if - c2x c1x lt c2y c1y lt and{/theta theta 180 add def}if - }ifelse - gsave - clippath - c1x c1y translate - theta rotate - -90 rotate - {pathbbox}stopped - {0 0 0 0}if - /yMax xdf - /xMax xdf - /yMin xdf - /xMin xdf - grestore - xMax xMin eq yMax yMin eq or - { - grestore - end - }{ - /max{2 copy gt{pop}{exch pop}ifelse}bdf - /min{2 copy lt{pop}{exch pop}ifelse}bdf - rampdict begin - 40 dict begin - background length 0 gt{background sssetbackground gsave clippath fill grestore}if - gsave - c1x c1y translate - theta rotate - -90 rotate - /c2y c1x c2x sub dup mul c1y c2y sub dup mul add sqrt def - /c1y 0 def - /c1x 0 def - /c2x 0 def - ext0 - { - 0 getrampcolor - c2y r2 add r1 sub 0.0001 lt - { - c1x c1y r1 360 0 arcn - pathbbox - /aymax exch def - /axmax exch def - /aymin exch def - /axmin exch def - /bxMin xMin axmin min def - /byMin yMin aymin min def - /bxMax xMax axmax max def - /byMax yMax aymax max def - bxMin byMin moveto - bxMax byMin lineto - bxMax byMax lineto - bxMin byMax lineto - bxMin byMin lineto - eofill - }{ - c2y r1 add r2 le - { - c1x c1y r1 0 360 arc - fill - } - { - c2x c2y r2 0 360 arc fill - r1 r2 eq - { - /p1x r1 neg def - /p1y c1y def - /p2x r1 def - /p2y c1y def - p1x p1y moveto p2x p2y lineto p2x yMin lineto p1x yMin lineto - fill - }{ - /AA r2 r1 sub c2y div def - AA -1 eq - {/theta 89.99 def} - {/theta AA 1 AA dup mul sub sqrt div 1 atan def} - ifelse - /SS1 90 theta add dup sin exch cos div def - /p1x r1 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def - /p1y p1x SS1 div neg def - /SS2 90 theta sub dup sin exch cos div def - /p2x r1 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def - /p2y p2x SS2 div neg def - r1 r2 gt - { - /L1maxX p1x yMin p1y sub SS1 div add def - /L2maxX p2x yMin p2y sub SS2 div add def - }{ - /L1maxX 0 def - /L2maxX 0 def - }ifelse - p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto - L1maxX L1maxX p1x sub SS1 mul p1y add lineto - fill - }ifelse - }ifelse - }ifelse - }if - c1x c2x sub dup mul - c1y c2y sub dup mul - add 0.5 exp - 0 dtransform - dup mul exch dup mul add 0.5 exp 72 div - 0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt - 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt - 1 index 1 index lt{exch}if pop - /hires xdf - hires mul - /numpix xdf - /numsteps NumSamples def - /rampIndxInc 1 def - /subsampling false def - numpix 0 ne - { - NumSamples numpix div 0.5 gt - { - /numsteps numpix 2 div round cvi dup 1 le{pop 2}if def - /rampIndxInc NumSamples 1 sub numsteps div def - /subsampling true def - }if - }if - /xInc c2x c1x sub numsteps div def - /yInc c2y c1y sub numsteps div def - /rInc r2 r1 sub numsteps div def - /cx c1x def - /cy c1y def - /radius r1 def - np - xInc 0 eq yInc 0 eq rInc 0 eq and and - { - 0 getrampcolor - cx cy radius 0 360 arc - stroke - NumSamples 1 sub getrampcolor - cx cy radius 72 hires div add 0 360 arc - 0 setlinewidth - stroke - }{ - 0 - numsteps - { - dup - subsampling{round cvi}if - getrampcolor - cx cy radius 0 360 arc - /cx cx xInc add def - /cy cy yInc add def - /radius radius rInc add def - cx cy radius 360 0 arcn - eofill - rampIndxInc add - }repeat - pop - }ifelse - ext1 - { - c2y r2 add r1 lt - { - c2x c2y r2 0 360 arc - fill - }{ - c2y r1 add r2 sub 0.0001 le - { - c2x c2y r2 360 0 arcn - pathbbox - /aymax exch def - /axmax exch def - /aymin exch def - /axmin exch def - /bxMin xMin axmin min def - /byMin yMin aymin min def - /bxMax xMax axmax max def - /byMax yMax aymax max def - bxMin byMin moveto - bxMax byMin lineto - bxMax byMax lineto - bxMin byMax lineto - bxMin byMin lineto - eofill - }{ - c2x c2y r2 0 360 arc fill - r1 r2 eq - { - /p1x r2 neg def - /p1y c2y def - /p2x r2 def - /p2y c2y def - p1x p1y moveto p2x p2y lineto p2x yMax lineto p1x yMax lineto - fill - }{ - /AA r2 r1 sub c2y div def - AA -1 eq - {/theta 89.99 def} - {/theta AA 1 AA dup mul sub sqrt div 1 atan def} - ifelse - /SS1 90 theta add dup sin exch cos div def - /p1x r2 SS1 SS1 mul SS1 SS1 mul 1 add div sqrt mul neg def - /p1y c2y p1x SS1 div sub def - /SS2 90 theta sub dup sin exch cos div def - /p2x r2 SS2 SS2 mul SS2 SS2 mul 1 add div sqrt mul def - /p2y c2y p2x SS2 div sub def - r1 r2 lt - { - /L1maxX p1x yMax p1y sub SS1 div add def - /L2maxX p2x yMax p2y sub SS2 div add def - }{ - /L1maxX 0 def - /L2maxX 0 def - }ifelse - p1x p1y moveto p2x p2y lineto L2maxX L2maxX p2x sub SS2 mul p2y add lineto - L1maxX L1maxX p1x sub SS1 mul p1y add lineto - fill - }ifelse - }ifelse - }ifelse - }if - grestore - grestore - end - end - end - }ifelse - }bdf - /GenStrips - { - 40 dict begin - /ColorSpaceFamily xdf - /background xdf - /ext1 xdf - /ext0 xdf - /BBox xdf - /y2 xdf - /x2 xdf - /y1 xdf - /x1 xdf - /rampdict xdf - /setinkoverprint where{pop/setinkoverprint{pop}def}if - gsave - BBox length 0 gt - { - np - BBox 0 get BBox 1 get moveto - BBox 2 get BBox 0 get sub 0 rlineto - 0 BBox 3 get BBox 1 get sub rlineto - BBox 2 get BBox 0 get sub neg 0 rlineto - closepath - clip - np - }if - x1 x2 eq - { - y1 y2 lt{/theta 90 def}{/theta 270 def}ifelse - }{ - /slope y2 y1 sub x2 x1 sub div def - /theta slope 1 atan def - x2 x1 lt y2 y1 ge and{/theta theta 180 sub def}if - x2 x1 lt y2 y1 lt and{/theta theta 180 add def}if - } - ifelse - gsave - clippath - x1 y1 translate - theta rotate - {pathbbox}stopped - {0 0 0 0}if - /yMax exch def - /xMax exch def - /yMin exch def - /xMin exch def - grestore - xMax xMin eq yMax yMin eq or - { - grestore - end - }{ - rampdict begin - 20 dict begin - background length 0 gt{background sssetbackground gsave clippath fill grestore}if - gsave - x1 y1 translate - theta rotate - /xStart 0 def - /xEnd x2 x1 sub dup mul y2 y1 sub dup mul add 0.5 exp def - /ySpan yMax yMin sub def - /numsteps NumSamples def - /rampIndxInc 1 def - /subsampling false def - xStart 0 transform - xEnd 0 transform - 3 -1 roll - sub dup mul - 3 1 roll - sub dup mul - add 0.5 exp 72 div - 0 72 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt - 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt - 1 index 1 index lt{exch}if pop - mul - /numpix xdf - numpix 0 ne - { - NumSamples numpix div 0.5 gt - { - /numsteps numpix 2 div round cvi dup 1 le{pop 2}if def - /rampIndxInc NumSamples 1 sub numsteps div def - /subsampling true def - }if - }if - ext0 - { - 0 getrampcolor - xMin xStart lt - { - xMin yMin xMin neg ySpan rectfill - }if - }if - /xInc xEnd xStart sub numsteps div def - /x xStart def - 0 - numsteps - { - dup - subsampling{round cvi}if - getrampcolor - x yMin xInc ySpan rectfill - /x x xInc add def - rampIndxInc add - }repeat - pop - ext1{ - xMax xEnd gt - { - xEnd yMin xMax xEnd sub ySpan rectfill - }if - }if - grestore - grestore - end - end - end - }ifelse - }bdf -}def -/pt -{ - end -}def -/dt{ -}def -/pgsv{ - //Adobe_AGM_Core/AGMCORE_save save put -}def -/pgrs{ - //Adobe_AGM_Core/AGMCORE_save get restore -}def -systemdict/findcolorrendering known{ - /findcolorrendering systemdict/findcolorrendering get def -}if -systemdict/setcolorrendering known{ - /setcolorrendering systemdict/setcolorrendering get def -}if -/test_cmyk_color_plate -{ - gsave - setcmykcolor currentgray 1 ne - grestore -}def -/inRip_spot_has_ink -{ - dup//Adobe_AGM_Core/AGMCORE_name xddf - convert_spot_to_process not -}def -/map255_to_range -{ - 1 index sub - 3 -1 roll 255 div mul add -}def -/set_csa_crd -{ - /sep_colorspace_dict null AGMCORE_gput - begin - CSA get_csa_by_name setcolorspace_opt - set_crd - end -} -def -/map_csa -{ - currentdict/MappedCSA known{MappedCSA null ne}{false}ifelse - {pop}{get_csa_by_name/MappedCSA xdf}ifelse -}def -/setsepcolor -{ - /sep_colorspace_dict AGMCORE_gget begin - dup/sep_tint exch AGMCORE_gput - TintProc - end -}def -/setdevicencolor -{ - /devicen_colorspace_dict AGMCORE_gget begin - Names length copy - Names length 1 sub -1 0 - { - /devicen_tints AGMCORE_gget 3 1 roll xpt - }for - TintProc - end -}def -/sep_colorspace_proc -{ - /AGMCORE_tmp exch store - /sep_colorspace_dict AGMCORE_gget begin - currentdict/Components known{ - Components aload pop - TintMethod/Lab eq{ - 2{AGMCORE_tmp mul NComponents 1 roll}repeat - LMax sub AGMCORE_tmp mul LMax add NComponents 1 roll - }{ - TintMethod/Subtractive eq{ - NComponents{ - AGMCORE_tmp mul NComponents 1 roll - }repeat - }{ - NComponents{ - 1 sub AGMCORE_tmp mul 1 add NComponents 1 roll - }repeat - }ifelse - }ifelse - }{ - ColorLookup AGMCORE_tmp ColorLookup length 1 sub mul round cvi get - aload pop - }ifelse - end -}def -/sep_colorspace_gray_proc -{ - /AGMCORE_tmp exch store - /sep_colorspace_dict AGMCORE_gget begin - GrayLookup AGMCORE_tmp GrayLookup length 1 sub mul round cvi get - end -}def -/sep_proc_name -{ - dup 0 get - dup/DeviceRGB eq exch/DeviceCMYK eq or level2 not and has_color not and{ - pop[/DeviceGray] - /sep_colorspace_gray_proc - }{ - /sep_colorspace_proc - }ifelse -}def -/setsepcolorspace -{ - current_spot_alias{ - dup begin - Name map_alias{ - exch pop - }if - end - }if - dup/sep_colorspace_dict exch AGMCORE_gput - begin - CSA map_csa - /AGMCORE_sep_special Name dup()eq exch(All)eq or store - AGMCORE_avoid_L2_sep_space{ - [/Indexed MappedCSA sep_proc_name 255 exch - {255 div}/exec cvx 3 -1 roll[4 1 roll load/exec cvx]cvx - ]setcolorspace_opt - /TintProc{ - 255 mul round cvi setcolor - }bdf - }{ - MappedCSA 0 get/DeviceCMYK eq - currentdict/Components known and - AGMCORE_sep_special not and{ - /TintProc[ - Components aload pop Name findcmykcustomcolor - /exch cvx/setcustomcolor cvx - ]cvx bdf - }{ - AGMCORE_host_sep Name(All)eq and{ - /TintProc{ - 1 exch sub setseparationgray - }bdf - }{ - AGMCORE_in_rip_sep MappedCSA 0 get/DeviceCMYK eq and - AGMCORE_host_sep or - Name()eq and{ - /TintProc[ - MappedCSA sep_proc_name exch 0 get/DeviceCMYK eq{ - cvx/setcmykcolor cvx - }{ - cvx/setgray cvx - }ifelse - ]cvx bdf - }{ - AGMCORE_producing_seps MappedCSA 0 get dup/DeviceCMYK eq exch/DeviceGray eq or and AGMCORE_sep_special not and{ - /TintProc[ - /dup cvx - MappedCSA sep_proc_name cvx exch - 0 get/DeviceGray eq{ - 1/exch cvx/sub cvx 0 0 0 4 -1/roll cvx - }if - /Name cvx/findcmykcustomcolor cvx/exch cvx - AGMCORE_host_sep{ - AGMCORE_is_cmyk_sep - /Name cvx - /AGMCORE_IsSeparationAProcessColor load/exec cvx - /not cvx/and cvx - }{ - Name inRip_spot_has_ink not - }ifelse - [ - /pop cvx 1 - ]cvx/if cvx - /setcustomcolor cvx - ]cvx bdf - }{ - /TintProc{setcolor}bdf - [/Separation Name MappedCSA sep_proc_name load]setcolorspace_opt - }ifelse - }ifelse - }ifelse - }ifelse - }ifelse - set_crd - setsepcolor - end -}def -/additive_blend -{ - 3 dict begin - /numarrays xdf - /numcolors xdf - 0 1 numcolors 1 sub - { - /c1 xdf - 1 - 0 1 numarrays 1 sub - { - 1 exch add/index cvx - c1/get cvx/mul cvx - }for - numarrays 1 add 1/roll cvx - }for - numarrays[/pop cvx]cvx/repeat cvx - end -}def -/subtractive_blend -{ - 3 dict begin - /numarrays xdf - /numcolors xdf - 0 1 numcolors 1 sub - { - /c1 xdf - 1 1 - 0 1 numarrays 1 sub - { - 1 3 3 -1 roll add/index cvx - c1/get cvx/sub cvx/mul cvx - }for - /sub cvx - numarrays 1 add 1/roll cvx - }for - numarrays[/pop cvx]cvx/repeat cvx - end -}def -/exec_tint_transform -{ - /TintProc[ - /TintTransform cvx/setcolor cvx - ]cvx bdf - MappedCSA setcolorspace_opt -}bdf -/devn_makecustomcolor -{ - 2 dict begin - /names_index xdf - /Names xdf - 1 1 1 1 Names names_index get findcmykcustomcolor - /devicen_tints AGMCORE_gget names_index get setcustomcolor - Names length{pop}repeat - end -}bdf -/setdevicencolorspace -{ - dup/AliasedColorants known{false}{true}ifelse - current_spot_alias and{ - 7 dict begin - /names_index 0 def - dup/names_len exch/Names get length def - /new_names names_len array def - /new_LookupTables names_len array def - /alias_cnt 0 def - dup/Names get - { - dup map_alias{ - exch pop - dup/ColorLookup known{ - dup begin - new_LookupTables names_index ColorLookup put - end - }{ - dup/Components known{ - dup begin - new_LookupTables names_index Components put - end - }{ - dup begin - new_LookupTables names_index[null null null null]put - end - }ifelse - }ifelse - new_names names_index 3 -1 roll/Name get put - /alias_cnt alias_cnt 1 add def - }{ - /name xdf - new_names names_index name put - dup/LookupTables known{ - dup begin - new_LookupTables names_index LookupTables names_index get put - end - }{ - dup begin - new_LookupTables names_index[null null null null]put - end - }ifelse - }ifelse - /names_index names_index 1 add def - }forall - alias_cnt 0 gt{ - /AliasedColorants true def - /lut_entry_len new_LookupTables 0 get dup length 256 ge{0 get length}{length}ifelse def - 0 1 names_len 1 sub{ - /names_index xdf - new_LookupTables names_index get dup length 256 ge{0 get length}{length}ifelse lut_entry_len ne{ - /AliasedColorants false def - exit - }{ - new_LookupTables names_index get 0 get null eq{ - dup/Names get names_index get/name xdf - name(Cyan)eq name(Magenta)eq name(Yellow)eq name(Black)eq - or or or not{ - /AliasedColorants false def - exit - }if - }if - }ifelse - }for - lut_entry_len 1 eq{ - /AliasedColorants false def - }if - AliasedColorants{ - dup begin - /Names new_names def - /LookupTables new_LookupTables def - /AliasedColorants true def - /NComponents lut_entry_len def - /TintMethod NComponents 4 eq{/Subtractive}{/Additive}ifelse def - /MappedCSA TintMethod/Additive eq{/DeviceRGB}{/DeviceCMYK}ifelse def - currentdict/TTTablesIdx known not{ - /TTTablesIdx -1 def - }if - end - }if - }if - end - }if - dup/devicen_colorspace_dict exch AGMCORE_gput - begin - currentdict/AliasedColorants known{ - AliasedColorants - }{ - false - }ifelse - dup not{ - CSA map_csa - }if - /TintTransform load type/nulltype eq or{ - /TintTransform[ - 0 1 Names length 1 sub - { - /TTTablesIdx TTTablesIdx 1 add def - dup LookupTables exch get dup 0 get null eq - { - 1 index - Names exch get - dup(Cyan)eq - { - pop exch - LookupTables length exch sub - /index cvx - 0 0 0 - } - { - dup(Magenta)eq - { - pop exch - LookupTables length exch sub - /index cvx - 0/exch cvx 0 0 - }{ - (Yellow)eq - { - exch - LookupTables length exch sub - /index cvx - 0 0 3 -1/roll cvx 0 - }{ - exch - LookupTables length exch sub - /index cvx - 0 0 0 4 -1/roll cvx - }ifelse - }ifelse - }ifelse - 5 -1/roll cvx/astore cvx - }{ - dup length 1 sub - LookupTables length 4 -1 roll sub 1 add - /index cvx/mul cvx/round cvx/cvi cvx/get cvx - }ifelse - Names length TTTablesIdx add 1 add 1/roll cvx - }for - Names length[/pop cvx]cvx/repeat cvx - NComponents Names length - TintMethod/Subtractive eq - { - subtractive_blend - }{ - additive_blend - }ifelse - ]cvx bdf - }if - AGMCORE_host_sep{ - Names convert_to_process{ - exec_tint_transform - } - { - currentdict/AliasedColorants known{ - AliasedColorants not - }{ - false - }ifelse - 5 dict begin - /AvoidAliasedColorants xdf - /painted? false def - /names_index 0 def - /names_len Names length def - AvoidAliasedColorants{ - /currentspotalias current_spot_alias def - false set_spot_alias - }if - Names{ - AGMCORE_is_cmyk_sep{ - dup(Cyan)eq AGMCORE_cyan_plate and exch - dup(Magenta)eq AGMCORE_magenta_plate and exch - dup(Yellow)eq AGMCORE_yellow_plate and exch - (Black)eq AGMCORE_black_plate and or or or{ - /devicen_colorspace_dict AGMCORE_gget/TintProc[ - Names names_index/devn_makecustomcolor cvx - ]cvx ddf - /painted? true def - }if - painted?{exit}if - }{ - 0 0 0 0 5 -1 roll findcmykcustomcolor 1 setcustomcolor currentgray 0 eq{ - /devicen_colorspace_dict AGMCORE_gget/TintProc[ - Names names_index/devn_makecustomcolor cvx - ]cvx ddf - /painted? true def - exit - }if - }ifelse - /names_index names_index 1 add def - }forall - AvoidAliasedColorants{ - currentspotalias set_spot_alias - }if - painted?{ - /devicen_colorspace_dict AGMCORE_gget/names_index names_index put - }{ - /devicen_colorspace_dict AGMCORE_gget/TintProc[ - names_len[/pop cvx]cvx/repeat cvx 1/setseparationgray cvx - 0 0 0 0/setcmykcolor cvx - ]cvx ddf - }ifelse - end - }ifelse - } - { - AGMCORE_in_rip_sep{ - Names convert_to_process not - }{ - level3 - }ifelse - { - [/DeviceN Names MappedCSA/TintTransform load]setcolorspace_opt - /TintProc level3 not AGMCORE_in_rip_sep and{ - [ - Names/length cvx[/pop cvx]cvx/repeat cvx - ]cvx bdf - }{ - {setcolor}bdf - }ifelse - }{ - exec_tint_transform - }ifelse - }ifelse - set_crd - /AliasedColorants false def - end -}def -/setindexedcolorspace -{ - dup/indexed_colorspace_dict exch AGMCORE_gput - begin - currentdict/CSDBase known{ - CSDBase/CSD get_res begin - currentdict/Names known{ - currentdict devncs - }{ - 1 currentdict sepcs - }ifelse - AGMCORE_host_sep{ - 4 dict begin - /compCnt/Names where{pop Names length}{1}ifelse def - /NewLookup HiVal 1 add string def - 0 1 HiVal{ - /tableIndex xdf - Lookup dup type/stringtype eq{ - compCnt tableIndex map_index - }{ - exec - }ifelse - /Names where{ - pop setdevicencolor - }{ - setsepcolor - }ifelse - currentgray - tableIndex exch - 255 mul cvi - NewLookup 3 1 roll put - }for - [/Indexed currentcolorspace HiVal NewLookup]setcolorspace_opt - end - }{ - level3 - { - currentdict/Names known{ - [/Indexed[/DeviceN Names MappedCSA/TintTransform load]HiVal Lookup]setcolorspace_opt - }{ - [/Indexed[/Separation Name MappedCSA sep_proc_name load]HiVal Lookup]setcolorspace_opt - }ifelse - }{ - [/Indexed MappedCSA HiVal - [ - currentdict/Names known{ - Lookup dup type/stringtype eq - {/exch cvx CSDBase/CSD get_res/Names get length dup/mul cvx exch/getinterval cvx{255 div}/forall cvx} - {/exec cvx}ifelse - /TintTransform load/exec cvx - }{ - Lookup dup type/stringtype eq - {/exch cvx/get cvx 255/div cvx} - {/exec cvx}ifelse - CSDBase/CSD get_res/MappedCSA get sep_proc_name exch pop/load cvx/exec cvx - }ifelse - ]cvx - ]setcolorspace_opt - }ifelse - }ifelse - end - set_crd - } - { - CSA map_csa - AGMCORE_host_sep level2 not and{ - 0 0 0 0 setcmykcolor - }{ - [/Indexed MappedCSA - level2 not has_color not and{ - dup 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or{ - pop[/DeviceGray] - }if - HiVal GrayLookup - }{ - HiVal - currentdict/RangeArray known{ - { - /indexed_colorspace_dict AGMCORE_gget begin - Lookup exch - dup HiVal gt{ - pop HiVal - }if - NComponents mul NComponents getinterval{}forall - NComponents 1 sub -1 0{ - RangeArray exch 2 mul 2 getinterval aload pop map255_to_range - NComponents 1 roll - }for - end - }bind - }{ - Lookup - }ifelse - }ifelse - ]setcolorspace_opt - set_crd - }ifelse - }ifelse - end -}def -/setindexedcolor -{ - AGMCORE_host_sep{ - /indexed_colorspace_dict AGMCORE_gget - begin - currentdict/CSDBase known{ - CSDBase/CSD get_res begin - currentdict/Names known{ - map_indexed_devn - devn - } - { - Lookup 1 3 -1 roll map_index - sep - }ifelse - end - }{ - Lookup MappedCSA/DeviceCMYK eq{4}{1}ifelse 3 -1 roll - map_index - MappedCSA/DeviceCMYK eq{setcmykcolor}{setgray}ifelse - }ifelse - end - }{ - level3 not AGMCORE_in_rip_sep and/indexed_colorspace_dict AGMCORE_gget/CSDBase known and{ - /indexed_colorspace_dict AGMCORE_gget/CSDBase get/CSD get_res begin - map_indexed_devn - devn - end - } - { - setcolor - }ifelse - }ifelse -}def -/ignoreimagedata -{ - currentoverprint not{ - gsave - dup clonedict begin - 1 setgray - /Decode[0 1]def - /DataSourcedef - /MultipleDataSources false def - /BitsPerComponent 8 def - currentdict end - systemdict/image gx - grestore - }if - consumeimagedata -}def -/add_res -{ - dup/CSD eq{ - pop - //Adobe_AGM_Core begin - /AGMCORE_CSD_cache load 3 1 roll put - end - }{ - defineresource pop - }ifelse -}def -/del_res -{ - { - aload pop exch - dup/CSD eq{ - pop - {//Adobe_AGM_Core/AGMCORE_CSD_cache get exch undef}forall - }{ - exch - {1 index undefineresource}forall - pop - }ifelse - }forall -}def -/get_res -{ - dup/CSD eq{ - pop - dup type dup/nametype eq exch/stringtype eq or{ - AGMCORE_CSD_cache exch get - }if - }{ - findresource - }ifelse -}def -/get_csa_by_name -{ - dup type dup/nametype eq exch/stringtype eq or{ - /CSA get_res - }if -}def -/paintproc_buf_init -{ - /count get 0 0 put -}def -/paintproc_buf_next -{ - dup/count get dup 0 get - dup 3 1 roll - 1 add 0 xpt - get -}def -/cachepaintproc_compress -{ - 5 dict begin - currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def - /ppdict 20 dict def - /string_size 16000 def - /readbuffer string_size string def - currentglobal true setglobal - ppdict 1 array dup 0 1 put/count xpt - setglobal - /LZWFilter - { - exch - dup length 0 eq{ - pop - }{ - ppdict dup length 1 sub 3 -1 roll put - }ifelse - {string_size}{0}ifelse string - }/LZWEncode filter def - { - ReadFilter readbuffer readstring - exch LZWFilter exch writestring - not{exit}if - }loop - LZWFilter closefile - ppdict - end -}def -/cachepaintproc -{ - 2 dict begin - currentfile exch 0 exch/SubFileDecode filter/ReadFilter exch def - /ppdict 20 dict def - currentglobal true setglobal - ppdict 1 array dup 0 1 put/count xpt - setglobal - { - ReadFilter 16000 string readstring exch - ppdict dup length 1 sub 3 -1 roll put - not{exit}if - }loop - ppdict dup dup length 1 sub()put - end -}def -/make_pattern -{ - exch clonedict exch - dup matrix currentmatrix matrix concatmatrix 0 0 3 2 roll itransform - exch 3 index/XStep get 1 index exch 2 copy div cvi mul sub sub - exch 3 index/YStep get 1 index exch 2 copy div cvi mul sub sub - matrix translate exch matrix concatmatrix - 1 index begin - BBox 0 get XStep div cvi XStep mul/xshift exch neg def - BBox 1 get YStep div cvi YStep mul/yshift exch neg def - BBox 0 get xshift add - BBox 1 get yshift add - BBox 2 get xshift add - BBox 3 get yshift add - 4 array astore - /BBox exch def - [xshift yshift/translate load null/exec load]dup - 3/PaintProc load put cvx/PaintProc exch def - end - gsave 0 setgray - makepattern - grestore -}def -/set_pattern -{ - dup/PatternType get 1 eq{ - dup/PaintType get 1 eq{ - currentoverprint sop[/DeviceGray]setcolorspace 0 setgray - }if - }if - setpattern -}def -/setcolorspace_opt -{ - dup currentcolorspace eq{pop}{setcolorspace}ifelse -}def -/updatecolorrendering -{ - currentcolorrendering/RenderingIntent known{ - currentcolorrendering/RenderingIntent get - } - { - Intent/AbsoluteColorimetric eq - { - /absolute_colorimetric_crd AGMCORE_gget dup null eq - } - { - Intent/RelativeColorimetric eq - { - /relative_colorimetric_crd AGMCORE_gget dup null eq - } - { - Intent/Saturation eq - { - /saturation_crd AGMCORE_gget dup null eq - } - { - /perceptual_crd AGMCORE_gget dup null eq - }ifelse - }ifelse - }ifelse - { - pop null - } - { - /RenderingIntent known{null}{Intent}ifelse - }ifelse - }ifelse - Intent ne{ - Intent/ColorRendering{findresource}stopped - { - pop pop systemdict/findcolorrendering known - { - Intent findcolorrendering - { - /ColorRendering findresource true exch - } - { - /ColorRendering findresource - product(Xerox Phaser 5400)ne - exch - }ifelse - dup Intent/AbsoluteColorimetric eq - { - /absolute_colorimetric_crd exch AGMCORE_gput - } - { - Intent/RelativeColorimetric eq - { - /relative_colorimetric_crd exch AGMCORE_gput - } - { - Intent/Saturation eq - { - /saturation_crd exch AGMCORE_gput - } - { - Intent/Perceptual eq - { - /perceptual_crd exch AGMCORE_gput - } - { - pop - }ifelse - }ifelse - }ifelse - }ifelse - 1 index{exch}{pop}ifelse - } - {false}ifelse - } - {true}ifelse - { - dup begin - currentdict/TransformPQR known{ - currentdict/TransformPQR get aload pop - 3{{}eq 3 1 roll}repeat or or - } - {true}ifelse - currentdict/MatrixPQR known{ - currentdict/MatrixPQR get aload pop - 1.0 eq 9 1 roll 0.0 eq 9 1 roll 0.0 eq 9 1 roll - 0.0 eq 9 1 roll 1.0 eq 9 1 roll 0.0 eq 9 1 roll - 0.0 eq 9 1 roll 0.0 eq 9 1 roll 1.0 eq - and and and and and and and and - } - {true}ifelse - end - or - { - clonedict begin - /TransformPQR[ - {4 -1 roll 3 get dup 3 1 roll sub 5 -1 roll 3 get 3 -1 roll sub div - 3 -1 roll 3 get 3 -1 roll 3 get dup 4 1 roll sub mul add}bind - {4 -1 roll 4 get dup 3 1 roll sub 5 -1 roll 4 get 3 -1 roll sub div - 3 -1 roll 4 get 3 -1 roll 4 get dup 4 1 roll sub mul add}bind - {4 -1 roll 5 get dup 3 1 roll sub 5 -1 roll 5 get 3 -1 roll sub div - 3 -1 roll 5 get 3 -1 roll 5 get dup 4 1 roll sub mul add}bind - ]def - /MatrixPQR[0.8951 -0.7502 0.0389 0.2664 1.7135 -0.0685 -0.1614 0.0367 1.0296]def - /RangePQR[-0.3227950745 2.3229645538 -1.5003771057 3.5003465881 -0.1369979095 2.136967392]def - currentdict end - }if - setcolorrendering_opt - }if - }if -}def -/set_crd -{ - AGMCORE_host_sep not level2 and{ - currentdict/ColorRendering known{ - ColorRendering/ColorRendering{findresource}stopped not{setcolorrendering_opt}if - }{ - currentdict/Intent known{ - updatecolorrendering - }if - }ifelse - currentcolorspace dup type/arraytype eq - {0 get}if - /DeviceRGB eq - { - currentdict/UCR known - {/UCR}{/AGMCORE_currentucr}ifelse - load setundercolorremoval - currentdict/BG known - {/BG}{/AGMCORE_currentbg}ifelse - load setblackgeneration - }if - }if -}def -/set_ucrbg -{ - dup null eq{pop/AGMCORE_currentbg load}{/Procedure get_res}ifelse setblackgeneration - dup null eq{pop/AGMCORE_currentucr load}{/Procedure get_res}ifelse setundercolorremoval -}def -/setcolorrendering_opt -{ - dup currentcolorrendering eq{ - pop - }{ - clonedict - begin - /Intent Intent def - currentdict - end - setcolorrendering - }ifelse -}def -/cpaint_gcomp -{ - convert_to_process//Adobe_AGM_Core/AGMCORE_ConvertToProcess xddf - //Adobe_AGM_Core/AGMCORE_ConvertToProcess get not - { - (%end_cpaint_gcomp)flushinput - }if -}def -/cpaint_gsep -{ - //Adobe_AGM_Core/AGMCORE_ConvertToProcess get - { - (%end_cpaint_gsep)flushinput - }if -}def -/cpaint_gend -{np}def -/T1_path -{ - currentfile token pop currentfile token pop mo - { - currentfile token pop dup type/stringtype eq - {pop exit}if - 0 exch rlineto - currentfile token pop dup type/stringtype eq - {pop exit}if - 0 rlineto - }loop -}def -/T1_gsave - level3 - {/clipsave} - {/gsave}ifelse - load def -/T1_grestore - level3 - {/cliprestore} - {/grestore}ifelse - load def -/set_spot_alias_ary -{ - dup inherit_aliases - //Adobe_AGM_Core/AGMCORE_SpotAliasAry xddf -}def -/set_spot_normalization_ary -{ - dup inherit_aliases - dup length - /AGMCORE_SpotAliasAry where{pop AGMCORE_SpotAliasAry length add}if - array - //Adobe_AGM_Core/AGMCORE_SpotAliasAry2 xddf - /AGMCORE_SpotAliasAry where{ - pop - AGMCORE_SpotAliasAry2 0 AGMCORE_SpotAliasAry putinterval - AGMCORE_SpotAliasAry length - }{0}ifelse - AGMCORE_SpotAliasAry2 3 1 roll exch putinterval - true set_spot_alias -}def -/inherit_aliases -{ - {dup/Name get map_alias{/CSD put}{pop}ifelse}forall -}def -/set_spot_alias -{ - /AGMCORE_SpotAliasAry2 where{ - /AGMCORE_current_spot_alias 3 -1 roll put - }{ - pop - }ifelse -}def -/current_spot_alias -{ - /AGMCORE_SpotAliasAry2 where{ - /AGMCORE_current_spot_alias get - }{ - false - }ifelse -}def -/map_alias -{ - /AGMCORE_SpotAliasAry2 where{ - begin - /AGMCORE_name xdf - false - AGMCORE_SpotAliasAry2{ - dup/Name get AGMCORE_name eq{ - /CSD get/CSD get_res - exch pop true - exit - }{ - pop - }ifelse - }forall - end - }{ - pop false - }ifelse -}bdf -/spot_alias -{ - true set_spot_alias - /AGMCORE_&setcustomcolor AGMCORE_key_known not{ - //Adobe_AGM_Core/AGMCORE_&setcustomcolor/setcustomcolor load put - }if - /customcolor_tint 1 AGMCORE_gput - //Adobe_AGM_Core begin - /setcustomcolor - { - //Adobe_AGM_Core begin - dup/customcolor_tint exch AGMCORE_gput - 1 index aload pop pop 1 eq exch 1 eq and exch 1 eq and exch 1 eq and not - current_spot_alias and{1 index 4 get map_alias}{false}ifelse - { - false set_spot_alias - /sep_colorspace_dict AGMCORE_gget null ne - 3 1 roll 2 index{ - exch pop/sep_tint AGMCORE_gget exch - }if - mark 3 1 roll - setsepcolorspace - counttomark 0 ne{ - setsepcolor - }if - pop - not{/sep_tint 1.0 AGMCORE_gput}if - pop - true set_spot_alias - }{ - AGMCORE_&setcustomcolor - }ifelse - end - }bdf - end -}def -/begin_feature -{ - Adobe_AGM_Core/AGMCORE_feature_dictCount countdictstack put - count Adobe_AGM_Core/AGMCORE_feature_opCount 3 -1 roll put - {Adobe_AGM_Core/AGMCORE_feature_ctm matrix currentmatrix put}if -}def -/end_feature -{ - 2 dict begin - /spd/setpagedevice load def - /setpagedevice{get_gstate spd set_gstate}def - stopped{$error/newerror false put}if - end - count Adobe_AGM_Core/AGMCORE_feature_opCount get sub dup 0 gt{{pop}repeat}{pop}ifelse - countdictstack Adobe_AGM_Core/AGMCORE_feature_dictCount get sub dup 0 gt{{end}repeat}{pop}ifelse - {Adobe_AGM_Core/AGMCORE_feature_ctm get setmatrix}if -}def -/set_negative -{ - //Adobe_AGM_Core begin - /AGMCORE_inverting exch def - level2{ - currentpagedevice/NegativePrint known AGMCORE_distilling not and{ - currentpagedevice/NegativePrint get//Adobe_AGM_Core/AGMCORE_inverting get ne{ - true begin_feature true{ - <>setpagedevice - }end_feature - }if - /AGMCORE_inverting false def - }if - }if - AGMCORE_inverting{ - [{1 exch sub}/exec load dup currenttransfer exch]cvx bind settransfer - AGMCORE_distilling{ - erasepage - }{ - gsave np clippath 1/setseparationgray where{pop setseparationgray}{setgray}ifelse - /AGMIRS_&fill where{pop AGMIRS_&fill}{fill}ifelse grestore - }ifelse - }if - end -}def -/lw_save_restore_override{ - /md where{ - pop - md begin - initializepage - /initializepage{}def - /pmSVsetup{}def - /endp{}def - /pse{}def - /psb{}def - /orig_showpage where - {pop} - {/orig_showpage/showpage load def} - ifelse - /showpage{orig_showpage gR}def - end - }if -}def -/pscript_showpage_override{ - /NTPSOct95 where - { - begin - showpage - save - /showpage/restore load def - /restore{exch pop}def - end - }if -}def -/driver_media_override -{ - /md where{ - pop - md/initializepage known{ - md/initializepage{}put - }if - md/rC known{ - md/rC{4{pop}repeat}put - }if - }if - /mysetup where{ - /mysetup[1 0 0 1 0 0]put - }if - Adobe_AGM_Core/AGMCORE_Default_CTM matrix currentmatrix put - level2 - {Adobe_AGM_Core/AGMCORE_Default_PageSize currentpagedevice/PageSize get put}if -}def -/driver_check_media_override -{ - /PrepsDict where - {pop} - { - Adobe_AGM_Core/AGMCORE_Default_CTM get matrix currentmatrix ne - Adobe_AGM_Core/AGMCORE_Default_PageSize get type/arraytype eq - { - Adobe_AGM_Core/AGMCORE_Default_PageSize get 0 get currentpagedevice/PageSize get 0 get eq and - Adobe_AGM_Core/AGMCORE_Default_PageSize get 1 get currentpagedevice/PageSize get 1 get eq and - }if - { - Adobe_AGM_Core/AGMCORE_Default_CTM get setmatrix - }if - }ifelse -}def -AGMCORE_err_strings begin - /AGMCORE_bad_environ(Environment not satisfactory for this job. Ensure that the PPD is correct or that the PostScript level requested is supported by this printer. )def - /AGMCORE_color_space_onhost_seps(This job contains colors that will not separate with on-host methods. )def - /AGMCORE_invalid_color_space(This job contains an invalid color space. )def -end -/set_def_ht -{AGMCORE_def_ht sethalftone}def -/set_def_flat -{AGMCORE_Default_flatness setflat}def -end -systemdict/setpacking known -{setpacking}if -%%EndResource -%%BeginResource: procset Adobe_CoolType_Core 2.31 0 %%Copyright: Copyright 1997-2006 Adobe Systems Incorporated. All Rights Reserved. %%Version: 2.31 0 10 dict begin /Adobe_CoolType_Passthru currentdict def /Adobe_CoolType_Core_Defined userdict/Adobe_CoolType_Core known def Adobe_CoolType_Core_Defined {/Adobe_CoolType_Core userdict/Adobe_CoolType_Core get def} if userdict/Adobe_CoolType_Core 70 dict dup begin put /Adobe_CoolType_Version 2.31 def /Level2? systemdict/languagelevel known dup {pop systemdict/languagelevel get 2 ge} if def Level2? not { /currentglobal false def /setglobal/pop load def /gcheck{pop false}bind def /currentpacking false def /setpacking/pop load def /SharedFontDirectory 0 dict def } if currentpacking true setpacking currentglobal false setglobal userdict/Adobe_CoolType_Data 2 copy known not {2 copy 10 dict put} if get begin /@opStackCountByLevel 32 dict def /@opStackLevel 0 def /@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def end setglobal currentglobal true setglobal userdict/Adobe_CoolType_GVMFonts known not {userdict/Adobe_CoolType_GVMFonts 10 dict put} if setglobal currentglobal false setglobal userdict/Adobe_CoolType_LVMFonts known not {userdict/Adobe_CoolType_LVMFonts 10 dict put} if setglobal /ct_VMDictPut { dup gcheck{Adobe_CoolType_GVMFonts}{Adobe_CoolType_LVMFonts}ifelse 3 1 roll put }bind def /ct_VMDictUndef { dup Adobe_CoolType_GVMFonts exch known {Adobe_CoolType_GVMFonts exch undef} { dup Adobe_CoolType_LVMFonts exch known {Adobe_CoolType_LVMFonts exch undef} {pop} ifelse }ifelse }bind def /ct_str1 1 string def /ct_xshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { _ct_x _ct_y moveto 0 rmoveto } ifelse /_ct_i _ct_i 1 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /ct_yshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { _ct_x _ct_y moveto 0 exch rmoveto } ifelse /_ct_i _ct_i 1 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /ct_xyshow { /_ct_na exch def /_ct_i 0 def currentpoint /_ct_y exch def /_ct_x exch def { pop pop ct_str1 exch 0 exch put ct_str1 show {_ct_na _ct_i get}stopped {pop pop} { {_ct_na _ct_i 1 add get}stopped {pop pop pop} { _ct_x _ct_y moveto rmoveto } ifelse } ifelse /_ct_i _ct_i 2 add def currentpoint /_ct_y exch def /_ct_x exch def } exch @cshow }bind def /xsh{{@xshow}stopped{Adobe_CoolType_Data begin ct_xshow end}if}bind def /ysh{{@yshow}stopped{Adobe_CoolType_Data begin ct_yshow end}if}bind def /xysh{{@xyshow}stopped{Adobe_CoolType_Data begin ct_xyshow end}if}bind def currentglobal true setglobal /ct_T3Defs { /BuildChar { 1 index/Encoding get exch get 1 index/BuildGlyph get exec }bind def /BuildGlyph { exch begin GlyphProcs exch get exec end }bind def }bind def setglobal /@_SaveStackLevels { Adobe_CoolType_Data begin /@vmState currentglobal def false setglobal @opStackCountByLevel @opStackLevel 2 copy known not { 2 copy 3 dict dup/args 7 index 5 add array put put get } { get dup/args get dup length 3 index lt { dup length 5 add array exch 1 index exch 0 exch putinterval 1 index exch/args exch put } {pop} ifelse } ifelse begin count 1 sub 1 index lt {pop count} if dup/argCount exch def dup 0 gt { args exch 0 exch getinterval astore pop } {pop} ifelse count /restCount exch def end /@opStackLevel @opStackLevel 1 add def countdictstack 1 sub @dictStackCountByLevel exch @dictStackLevel exch put /@dictStackLevel @dictStackLevel 1 add def @vmState setglobal end }bind def /@_RestoreStackLevels { Adobe_CoolType_Data begin /@opStackLevel @opStackLevel 1 sub def @opStackCountByLevel @opStackLevel get begin count restCount sub dup 0 gt {{pop}repeat} {pop} ifelse args 0 argCount getinterval{}forall end /@dictStackLevel @dictStackLevel 1 sub def @dictStackCountByLevel @dictStackLevel get end countdictstack exch sub dup 0 gt {{end}repeat} {pop} ifelse }bind def /@_PopStackLevels { Adobe_CoolType_Data begin /@opStackLevel @opStackLevel 1 sub def /@dictStackLevel @dictStackLevel 1 sub def end }bind def /@Raise { exch cvx exch errordict exch get exec stop }bind def /@ReRaise { cvx $error/errorname get errordict exch get exec stop }bind def /@Stopped { 0 @#Stopped }bind def /@#Stopped { @_SaveStackLevels stopped {@_RestoreStackLevels true} {@_PopStackLevels false} ifelse }bind def /@Arg { Adobe_CoolType_Data begin @opStackCountByLevel @opStackLevel 1 sub get begin args exch argCount 1 sub exch sub get end end }bind def currentglobal true setglobal /CTHasResourceForAllBug Level2? { 1 dict dup /@shouldNotDisappearDictValue true def Adobe_CoolType_Data exch/@shouldNotDisappearDict exch put begin count @_SaveStackLevels {(*){pop stop}128 string/Category resourceforall} stopped pop @_RestoreStackLevels currentdict Adobe_CoolType_Data/@shouldNotDisappearDict get dup 3 1 roll ne dup 3 1 roll { /@shouldNotDisappearDictValue known { { end currentdict 1 index eq {pop exit} if } loop } if } { pop end } ifelse } {false} ifelse def true setglobal /CTHasResourceStatusBug Level2? { mark {/steveamerige/Category resourcestatus} stopped {cleartomark true} {cleartomark currentglobal not} ifelse } {false} ifelse def setglobal /CTResourceStatus { mark 3 1 roll /Category findresource begin ({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec {cleartomark false} {{3 2 roll pop true}{cleartomark false}ifelse} ifelse end }bind def /CTWorkAroundBugs { Level2? { /cid_PreLoad/ProcSet resourcestatus { pop pop currentglobal mark { (*) { dup/CMap CTHasResourceStatusBug {CTResourceStatus} {resourcestatus} ifelse { pop dup 0 eq exch 1 eq or { dup/CMap findresource gcheck setglobal /CMap undefineresource } { pop CTHasResourceForAllBug {exit} {stop} ifelse } ifelse } {pop} ifelse } 128 string/CMap resourceforall } stopped {cleartomark} stopped pop setglobal } if } if }bind def /ds { Adobe_CoolType_Core begin CTWorkAroundBugs /mo/moveto load def /nf/newencodedfont load def /msf{makefont setfont}bind def /uf{dup undefinefont ct_VMDictUndef}bind def /ur/undefineresource load def /chp/charpath load def /awsh/awidthshow load def /wsh/widthshow load def /ash/ashow load def /@xshow/xshow load def /@yshow/yshow load def /@xyshow/xyshow load def /@cshow/cshow load def /sh/show load def /rp/repeat load def /.n/.notdef def end currentglobal false setglobal userdict/Adobe_CoolType_Data 2 copy known not {2 copy 10 dict put} if get begin /AddWidths? false def /CC 0 def /charcode 2 string def /@opStackCountByLevel 32 dict def /@opStackLevel 0 def /@dictStackCountByLevel 32 dict def /@dictStackLevel 0 def /InVMFontsByCMap 10 dict def /InVMDeepCopiedFonts 10 dict def end setglobal }bind def /dt { currentdict Adobe_CoolType_Core eq {end} if }bind def /ps { Adobe_CoolType_Core begin Adobe_CoolType_GVMFonts begin Adobe_CoolType_LVMFonts begin SharedFontDirectory begin }bind def /pt { end end end end }bind def /unload { systemdict/languagelevel known { systemdict/languagelevel get 2 ge { userdict/Adobe_CoolType_Core 2 copy known {undef} {pop pop} ifelse } if } if }bind def /ndf { 1 index where {pop pop pop} {dup xcheck{bind}if def} ifelse }def /findfont systemdict begin userdict begin /globaldict where{/globaldict get begin}if dup where pop exch get /globaldict where{pop end}if end end Adobe_CoolType_Core_Defined {/systemfindfont exch def} { /findfont 1 index def /systemfindfont exch def } ifelse /undefinefont {pop}ndf /copyfont { currentglobal 3 1 roll 1 index gcheck setglobal dup null eq{0}{dup length}ifelse 2 index length add 1 add dict begin exch { 1 index/FID eq {pop pop} {def} ifelse } forall dup null eq {pop} {{def}forall} ifelse currentdict end exch setglobal }bind def /copyarray { currentglobal exch dup gcheck setglobal dup length array copy exch setglobal }bind def /newencodedfont { currentglobal { SharedFontDirectory 3 index known {SharedFontDirectory 3 index get/FontReferenced known} {false} ifelse } { FontDirectory 3 index known {FontDirectory 3 index get/FontReferenced known} { SharedFontDirectory 3 index known {SharedFontDirectory 3 index get/FontReferenced known} {false} ifelse } ifelse } ifelse dup { 3 index findfont/FontReferenced get 2 index dup type/nametype eq {findfont} if ne {pop false} if } if dup { 1 index dup type/nametype eq {findfont} if dup/CharStrings known { /CharStrings get length 4 index findfont/CharStrings get length ne { pop false } if } {pop} ifelse } if { pop 1 index findfont /Encoding get exch 0 1 255 {2 copy get 3 index 3 1 roll put} for pop pop pop } { currentglobal 4 1 roll dup type/nametype eq {findfont} if dup gcheck setglobal dup dup maxlength 2 add dict begin exch { 1 index/FID ne 2 index/Encoding ne and {def} {pop pop} ifelse } forall /FontReferenced exch def /Encoding exch dup length array copy def /FontName 1 index dup type/stringtype eq{cvn}if def dup currentdict end definefont ct_VMDictPut setglobal } ifelse }bind def /SetSubstituteStrategy { $SubstituteFont begin dup type/dicttype ne {0 dict} if currentdict/$Strategies known { exch $Strategies exch 2 copy known { get 2 copy maxlength exch maxlength add dict begin {def}forall {def}forall currentdict dup/$Init known {dup/$Init get exec} if end /$Strategy exch def } {pop pop pop} ifelse } {pop pop} ifelse end }bind def /scff { $SubstituteFont begin dup type/stringtype eq {dup length exch} {null} ifelse /$sname exch def /$slen exch def /$inVMIndex $sname null eq { 1 index $str cvs dup length $slen sub $slen getinterval cvn } {$sname} ifelse def end {findfont} @Stopped { dup length 8 add string exch 1 index 0(BadFont:)putinterval 1 index exch 8 exch dup length string cvs putinterval cvn {findfont} @Stopped {pop/Courier findfont} if } if $SubstituteFont begin /$sname null def /$slen 0 def /$inVMIndex null def end }bind def /isWidthsOnlyFont { dup/WidthsOnly known {pop pop true} { dup/FDepVector known {/FDepVector get{isWidthsOnlyFont dup{exit}if}forall} { dup/FDArray known {/FDArray get{isWidthsOnlyFont dup{exit}if}forall} {pop} ifelse } ifelse } ifelse }bind def /ct_StyleDicts 4 dict dup begin /Adobe-Japan1 4 dict dup begin Level2? { /Serif /HeiseiMin-W3-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiMin-W3} { /CIDFont/Category resourcestatus { pop pop /HeiseiMin-W3/CIDFont resourcestatus {pop pop/HeiseiMin-W3} {/Ryumin-Light} ifelse } {/Ryumin-Light} ifelse } ifelse def /SansSerif /HeiseiKakuGo-W5-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiKakuGo-W5} { /CIDFont/Category resourcestatus { pop pop /HeiseiKakuGo-W5/CIDFont resourcestatus {pop pop/HeiseiKakuGo-W5} {/GothicBBB-Medium} ifelse } {/GothicBBB-Medium} ifelse } ifelse def /HeiseiMaruGo-W4-83pv-RKSJ-H/Font resourcestatus {pop pop/HeiseiMaruGo-W4} { /CIDFont/Category resourcestatus { pop pop /HeiseiMaruGo-W4/CIDFont resourcestatus {pop pop/HeiseiMaruGo-W4} { /Jun101-Light-RKSJ-H/Font resourcestatus {pop pop/Jun101-Light} {SansSerif} ifelse } ifelse } { /Jun101-Light-RKSJ-H/Font resourcestatus {pop pop/Jun101-Light} {SansSerif} ifelse } ifelse } ifelse /RoundSansSerif exch def /Default Serif def } { /Serif/Ryumin-Light def /SansSerif/GothicBBB-Medium def { (fonts/Jun101-Light-83pv-RKSJ-H)status }stopped {pop}{ {pop pop pop pop/Jun101-Light} {SansSerif} ifelse /RoundSansSerif exch def }ifelse /Default Serif def } ifelse end def /Adobe-Korea1 4 dict dup begin /Serif/HYSMyeongJo-Medium def /SansSerif/HYGoThic-Medium def /RoundSansSerif SansSerif def /Default Serif def end def /Adobe-GB1 4 dict dup begin /Serif/STSong-Light def /SansSerif/STHeiti-Regular def /RoundSansSerif SansSerif def /Default Serif def end def /Adobe-CNS1 4 dict dup begin /Serif/MKai-Medium def /SansSerif/MHei-Medium def /RoundSansSerif SansSerif def /Default Serif def end def end def Level2?{currentglobal true setglobal}if /ct_BoldRomanWidthProc { stringwidth 1 index 0 ne{exch .03 add exch}if setcharwidth 0 0 }bind def /ct_Type0WidthProc { dup stringwidth 0 0 moveto 2 index true charpath pathbbox 0 -1 7 index 2 div .88 setcachedevice2 pop 0 0 }bind def /ct_Type0WMode1WidthProc { dup stringwidth pop 2 div neg -0.88 2 copy moveto 0 -1 5 -1 roll true charpath pathbbox setcachedevice }bind def /cHexEncoding [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_BoldBaseFont 11 dict begin /FontType 3 def /FontMatrix[1 0 0 1 0 0]def /FontBBox[0 0 1 1]def /Encoding cHexEncoding def /_setwidthProc/ct_BoldRomanWidthProc load def /_bcstr1 1 string def /BuildChar { exch begin _basefont setfont _bcstr1 dup 0 4 -1 roll put dup _setwidthProc 3 copy moveto show _basefonto setfont moveto show end }bind def currentdict end def systemdict/composefont known { /ct_DefineIdentity-H { /Identity-H/CMap resourcestatus { pop pop } { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering(Identity)def /Supplement 0 def end def /CMapName/Identity-H def /CMapVersion 1.000 def /CMapType 1 def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse } def /ct_BoldBaseCIDFont 11 dict begin /CIDFontType 1 def /CIDFontName/ct_BoldBaseCIDFont def /FontMatrix[1 0 0 1 0 0]def /FontBBox[0 0 1 1]def /_setwidthProc/ct_Type0WidthProc load def /_bcstr2 2 string def /BuildGlyph { exch begin _basefont setfont _bcstr2 1 2 index 256 mod put _bcstr2 0 3 -1 roll 256 idiv put _bcstr2 dup _setwidthProc 3 copy moveto show _basefonto setfont moveto show end }bind def currentdict end def }if Level2?{setglobal}if /ct_CopyFont{ { 1 index/FID ne 2 index/UniqueID ne and {def}{pop pop}ifelse }forall }bind def /ct_Type0CopyFont { exch dup length dict begin ct_CopyFont [ exch FDepVector { dup/FontType get 0 eq { 1 index ct_Type0CopyFont /_ctType0 exch definefont } { /_ctBaseFont exch 2 index exec } ifelse exch } forall pop ] /FDepVector exch def currentdict end }bind def /ct_MakeBoldFont { dup/ct_SyntheticBold known { dup length 3 add dict begin ct_CopyFont /ct_StrokeWidth .03 0 FontMatrix idtransform pop def /ct_SyntheticBold true def currentdict end definefont } { dup dup length 3 add dict begin ct_CopyFont /PaintType 2 def /StrokeWidth .03 0 FontMatrix idtransform pop def /dummybold currentdict end definefont dup/FontType get dup 9 ge exch 11 le and { ct_BoldBaseCIDFont dup length 3 add dict copy begin dup/CIDSystemInfo get/CIDSystemInfo exch def ct_DefineIdentity-H /_Type0Identity/Identity-H 3 -1 roll[exch]composefont /_basefont exch def /_Type0Identity/Identity-H 3 -1 roll[exch]composefont /_basefonto exch def currentdict end /CIDFont defineresource } { ct_BoldBaseFont dup length 3 add dict copy begin /_basefont exch def /_basefonto exch def currentdict end definefont } ifelse } ifelse }bind def /ct_MakeBold{ 1 index 1 index findfont currentglobal 5 1 roll dup gcheck setglobal dup /FontType get 0 eq { dup/WMode known{dup/WMode get 1 eq}{false}ifelse version length 4 ge and {version 0 4 getinterval cvi 2015 ge} {true} ifelse {/ct_Type0WidthProc} {/ct_Type0WMode1WidthProc} ifelse ct_BoldBaseFont/_setwidthProc 3 -1 roll load put {ct_MakeBoldFont}ct_Type0CopyFont definefont } { dup/_fauxfont known not 1 index/SubstMaster known not and { ct_BoldBaseFont/_setwidthProc /ct_BoldRomanWidthProc load put ct_MakeBoldFont } { 2 index 2 index eq {exch pop } { dup length dict begin ct_CopyFont currentdict end definefont } ifelse } ifelse } ifelse pop pop pop setglobal }bind def /?str1 256 string def /?set { $SubstituteFont begin /$substituteFound false def /$fontname 1 index def /$doSmartSub false def end dup findfont $SubstituteFont begin $substituteFound {false} { dup/FontName known { dup/FontName get $fontname eq 1 index/DistillerFauxFont known not and /currentdistillerparams where {pop false 2 index isWidthsOnlyFont not and} if } {false} ifelse } ifelse exch pop /$doSmartSub true def end { 5 1 roll pop pop pop pop findfont } { 1 index findfont dup/FontType get 3 eq { 6 1 roll pop pop pop pop pop false } {pop true} ifelse { $SubstituteFont begin pop pop /$styleArray 1 index def /$regOrdering 2 index def pop pop 0 1 $styleArray length 1 sub { $styleArray exch get ct_StyleDicts $regOrdering 2 copy known { get exch 2 copy known not {pop/Default} if get dup type/nametype eq { ?str1 cvs length dup 1 add exch ?str1 exch(-)putinterval exch dup length exch ?str1 exch 3 index exch putinterval add ?str1 exch 0 exch getinterval cvn } { pop pop/Unknown } ifelse } { pop pop pop pop/Unknown } ifelse } for end findfont }if } ifelse currentglobal false setglobal 3 1 roll null copyfont definefont pop setglobal }bind def setpacking userdict/$SubstituteFont 25 dict put 1 dict begin /SubstituteFont dup $error exch 2 copy known {get} {pop pop{pop/Courier}bind} ifelse def /currentdistillerparams where dup { pop pop currentdistillerparams/CannotEmbedFontPolicy 2 copy known {get/Error eq} {pop pop false} ifelse } if not { countdictstack array dictstack 0 get begin userdict begin $SubstituteFont begin /$str 128 string def /$fontpat 128 string def /$slen 0 def /$sname null def /$match false def /$fontname null def /$substituteFound false def /$inVMIndex null def /$doSmartSub true def /$depth 0 def /$fontname null def /$italicangle 26.5 def /$dstack null def /$Strategies 10 dict dup begin /$Type3Underprint { currentglobal exch false setglobal 11 dict begin /UseFont exch $WMode 0 ne { dup length dict copy dup/WMode $WMode put /UseFont exch definefont } if def /FontName $fontname dup type/stringtype eq{cvn}if def /FontType 3 def /FontMatrix[.001 0 0 .001 0 0]def /Encoding 256 array dup 0 1 255{/.notdef put dup}for pop def /FontBBox[0 0 0 0]def /CCInfo 7 dict dup begin /cc null def /x 0 def /y 0 def end def /BuildChar { exch begin CCInfo begin 1 string dup 0 3 index put exch pop /cc exch def UseFont 1000 scalefont setfont cc stringwidth/y exch def/x exch def x y setcharwidth $SubstituteFont/$Strategy get/$Underprint get exec 0 0 moveto cc show x y moveto end end }bind def currentdict end exch setglobal }bind def /$GetaTint 2 dict dup begin /$BuildFont { dup/WMode known {dup/WMode get} {0} ifelse /$WMode exch def $fontname exch dup/FontName known { dup/FontName get dup type/stringtype eq{cvn}if } {/unnamedfont} ifelse exch Adobe_CoolType_Data/InVMDeepCopiedFonts get 1 index/FontName get known { pop Adobe_CoolType_Data/InVMDeepCopiedFonts get 1 index get null copyfont } {$deepcopyfont} ifelse exch 1 index exch/FontBasedOn exch put dup/FontName $fontname dup type/stringtype eq{cvn}if put definefont Adobe_CoolType_Data/InVMDeepCopiedFonts get begin dup/FontBasedOn get 1 index def end }bind def /$Underprint { gsave x abs y abs gt {/y 1000 def} {/x -1000 def 500 120 translate} ifelse Level2? { [/Separation(All)/DeviceCMYK{0 0 0 1 pop}] setcolorspace } {0 setgray} ifelse 10 setlinewidth x .8 mul [7 3] { y mul 8 div 120 sub x 10 div exch moveto 0 y 4 div neg rlineto dup 0 rlineto 0 y 4 div rlineto closepath gsave Level2? {.2 setcolor} {.8 setgray} ifelse fill grestore stroke } forall pop grestore }bind def end def /$Oblique 1 dict dup begin /$BuildFont { currentglobal exch dup gcheck setglobal null copyfont begin /FontBasedOn currentdict/FontName known { FontName dup type/stringtype eq{cvn}if } {/unnamedfont} ifelse def /FontName $fontname dup type/stringtype eq{cvn}if def /currentdistillerparams where {pop} { /FontInfo currentdict/FontInfo known {FontInfo null copyfont} {2 dict} ifelse dup begin /ItalicAngle $italicangle def /FontMatrix FontMatrix [1 0 ItalicAngle dup sin exch cos div 1 0 0] matrix concatmatrix readonly end 4 2 roll def def } ifelse FontName currentdict end definefont exch setglobal }bind def end def /$None 1 dict dup begin /$BuildFont{}bind def end def end def /$Oblique SetSubstituteStrategy /$findfontByEnum { dup type/stringtype eq{cvn}if dup/$fontname exch def $sname null eq {$str cvs dup length $slen sub $slen getinterval} {pop $sname} ifelse $fontpat dup 0(fonts/*)putinterval exch 7 exch putinterval /$match false def $SubstituteFont/$dstack countdictstack array dictstack put mark { $fontpat 0 $slen 7 add getinterval {/$match exch def exit} $str filenameforall } stopped { cleardictstack currentdict true $SubstituteFont/$dstack get { exch { 1 index eq {pop false} {true} ifelse } {begin false} ifelse } forall pop } if cleartomark /$slen 0 def $match false ne {$match(fonts/)anchorsearch pop pop cvn} {/Courier} ifelse }bind def /$ROS 1 dict dup begin /Adobe 4 dict dup begin /Japan1 [/Ryumin-Light/HeiseiMin-W3 /GothicBBB-Medium/HeiseiKakuGo-W5 /HeiseiMaruGo-W4/Jun101-Light]def /Korea1 [/HYSMyeongJo-Medium/HYGoThic-Medium]def /GB1 [/STSong-Light/STHeiti-Regular]def /CNS1 [/MKai-Medium/MHei-Medium]def end def end def /$cmapname null def /$deepcopyfont { dup/FontType get 0 eq { 1 dict dup/FontName/copied put copyfont begin /FDepVector FDepVector copyarray 0 1 2 index length 1 sub { 2 copy get $deepcopyfont dup/FontName/copied put /copied exch definefont 3 copy put pop pop } for def currentdict end } {$Strategies/$Type3Underprint get exec} ifelse }bind def /$buildfontname { dup/CIDFont findresource/CIDSystemInfo get begin Registry length Ordering length Supplement 8 string cvs 3 copy length 2 add add add string dup 5 1 roll dup 0 Registry putinterval dup 4 index(-)putinterval dup 4 index 1 add Ordering putinterval 4 2 roll add 1 add 2 copy(-)putinterval end 1 add 2 copy 0 exch getinterval $cmapname $fontpat cvs exch anchorsearch {pop pop 3 2 roll putinterval cvn/$cmapname exch def} {pop pop pop pop pop} ifelse length $str 1 index(-)putinterval 1 add $str 1 index $cmapname $fontpat cvs putinterval $cmapname length add $str exch 0 exch getinterval cvn }bind def /$findfontByROS { /$fontname exch def $ROS Registry 2 copy known { get Ordering 2 copy known {get} {pop pop[]} ifelse } {pop pop[]} ifelse false exch { dup/CIDFont resourcestatus { pop pop save 1 index/CIDFont findresource dup/WidthsOnly known {dup/WidthsOnly get} {false} ifelse exch pop exch restore {pop} {exch pop true exit} ifelse } {pop} ifelse } forall {$str cvs $buildfontname} { false(*) { save exch dup/CIDFont findresource dup/WidthsOnly known {dup/WidthsOnly get not} {true} ifelse exch/CIDSystemInfo get dup/Registry get Registry eq exch/Ordering get Ordering eq and and {exch restore exch pop true exit} {pop restore} ifelse } $str/CIDFont resourceforall {$buildfontname} {$fontname $findfontByEnum} ifelse } ifelse }bind def end end currentdict/$error known currentdict/languagelevel known and dup {pop $error/SubstituteFont known} if dup {$error} {Adobe_CoolType_Core} ifelse begin { /SubstituteFont /CMap/Category resourcestatus { pop pop { $SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and { $sname null eq {dup $str cvs dup length $slen sub $slen getinterval cvn} {$sname} ifelse Adobe_CoolType_Data/InVMFontsByCMap get 1 index 2 copy known { get false exch { pop currentglobal { GlobalFontDirectory 1 index known {exch pop true exit} {pop} ifelse } { FontDirectory 1 index known {exch pop true exit} { GlobalFontDirectory 1 index known {exch pop true exit} {pop} ifelse } ifelse } ifelse } forall } {pop pop false} ifelse { exch pop exch pop } { dup/CMap resourcestatus { pop pop dup/$cmapname exch def /CMap findresource/CIDSystemInfo get{def}forall $findfontByROS } { 128 string cvs dup(-)search { 3 1 roll search { 3 1 roll pop {dup cvi} stopped {pop pop pop pop pop $findfontByEnum} { 4 2 roll pop pop exch length exch 2 index length 2 index sub exch 1 sub -1 0 { $str cvs dup length 4 index 0 4 index 4 3 roll add getinterval exch 1 index exch 3 index exch putinterval dup/CMap resourcestatus { pop pop 4 1 roll pop pop pop dup/$cmapname exch def /CMap findresource/CIDSystemInfo get{def}forall $findfontByROS true exit } {pop} ifelse } for dup type/booleantype eq {pop} {pop pop pop $findfontByEnum} ifelse } ifelse } {pop pop pop $findfontByEnum} ifelse } {pop pop $findfontByEnum} ifelse } ifelse } ifelse } {//SubstituteFont exec} ifelse /$slen 0 def end } } { { $SubstituteFont begin /$substituteFound true def dup length $slen gt $sname null ne or $slen 0 gt and {$findfontByEnum} {//SubstituteFont exec} ifelse end } } ifelse bind readonly def Adobe_CoolType_Core/scfindfont/systemfindfont load put } { /scfindfont { $SubstituteFont begin dup systemfindfont dup/FontName known {dup/FontName get dup 3 index ne} {/noname true} ifelse dup { /$origfontnamefound 2 index def /$origfontname 4 index def/$substituteFound true def } if exch pop { $slen 0 gt $sname null ne 3 index length $slen gt or and { pop dup $findfontByEnum findfont dup maxlength 1 add dict begin {1 index/FID eq{pop pop}{def}ifelse} forall currentdict end definefont dup/FontName known{dup/FontName get}{null}ifelse $origfontnamefound ne { $origfontname $str cvs print ( substitution revised, using )print dup/FontName known {dup/FontName get}{(unspecified font)} ifelse $str cvs print(.\n)print } if } {exch pop} ifelse } {exch pop} ifelse end }bind def } ifelse end end Adobe_CoolType_Core_Defined not { Adobe_CoolType_Core/findfont { $SubstituteFont begin $depth 0 eq { /$fontname 1 index dup type/stringtype ne{$str cvs}if def /$substituteFound false def } if /$depth $depth 1 add def end scfindfont $SubstituteFont begin /$depth $depth 1 sub def $substituteFound $depth 0 eq and { $inVMIndex null ne {dup $inVMIndex $AddInVMFont} if $doSmartSub { currentdict/$Strategy known {$Strategy/$BuildFont get exec} if } if } if end }bind put } if } if end /$AddInVMFont { exch/FontName 2 copy known { get 1 dict dup begin exch 1 index gcheck def end exch Adobe_CoolType_Data/InVMFontsByCMap get exch $DictAdd } {pop pop pop} ifelse }bind def /$DictAdd { 2 copy known not {2 copy 4 index length dict put} if Level2? not { 2 copy get dup maxlength exch length 4 index length add lt 2 copy get dup length 4 index length add exch maxlength 1 index lt { 2 mul dict begin 2 copy get{forall}def 2 copy currentdict put end } {pop} ifelse } if get begin {def} forall end }bind def end end %%EndResource currentglobal true setglobal %%BeginResource: procset Adobe_CoolType_Utility_MAKEOCF 1.23 0 %%Copyright: Copyright 1987-2006 Adobe Systems Incorporated. %%Version: 1.23 0 systemdict/languagelevel known dup {currentglobal false setglobal} {false} ifelse exch userdict/Adobe_CoolType_Utility 2 copy known {2 copy get dup maxlength 27 add dict copy} {27 dict} ifelse put Adobe_CoolType_Utility begin /@eexecStartData def /@recognizeCIDFont null def /ct_Level2? exch def /ct_Clone? 1183615869 internaldict dup /CCRun known not exch/eCCRun known not ct_Level2? and or def ct_Level2? {globaldict begin currentglobal true setglobal} if /ct_AddStdCIDMap ct_Level2? {{ mark Adobe_CoolType_Utility/@recognizeCIDFont currentdict put { ((Hex)57 StartData 0615 1e27 2c39 1c60 d8a8 cc31 fe2b f6e0 7aa3 e541 e21c 60d8 a8c9 c3d0 6d9e 1c60 d8a8 c9c2 02d7 9a1c 60d8 a849 1c60 d8a8 cc36 74f4 1144 b13b 77)0()/SubFileDecode filter cvx exec } stopped { cleartomark Adobe_CoolType_Utility/@recognizeCIDFont get countdictstack dup array dictstack exch 1 sub -1 0 { 2 copy get 3 index eq {1 index length exch sub 1 sub{end}repeat exit} {pop} ifelse } for pop pop Adobe_CoolType_Utility/@eexecStartData get eexec } {cleartomark} ifelse }} {{ Adobe_CoolType_Utility/@eexecStartData get eexec }} ifelse bind def userdict/cid_extensions known dup{cid_extensions/cid_UpdateDB known and}if { cid_extensions begin /cid_GetCIDSystemInfo { 1 index type/stringtype eq {exch cvn exch} if cid_extensions begin dup load 2 index known { 2 copy cid_GetStatusInfo dup null ne { 1 index load 3 index get dup null eq {pop pop cid_UpdateDB} { exch 1 index/Created get eq {exch pop exch pop} {pop cid_UpdateDB} ifelse } ifelse } {pop cid_UpdateDB} ifelse } {cid_UpdateDB} ifelse end }bind def end } if ct_Level2? {end setglobal} if /ct_UseNativeCapability? systemdict/composefont known def /ct_MakeOCF 35 dict def /ct_Vars 25 dict def /ct_GlyphDirProcs 6 dict def /ct_BuildCharDict 15 dict dup begin /charcode 2 string def /dst_string 1500 string def /nullstring()def /usewidths? true def end def ct_Level2?{setglobal}{pop}ifelse ct_GlyphDirProcs begin /GetGlyphDirectory { systemdict/languagelevel known {pop/CIDFont findresource/GlyphDirectory get} { 1 index/CIDFont findresource/GlyphDirectory get dup type/dicttype eq { dup dup maxlength exch length sub 2 index lt { dup length 2 index add dict copy 2 index /CIDFont findresource/GlyphDirectory 2 index put } if } if exch pop exch pop } ifelse + }def /+ { systemdict/languagelevel known { currentglobal false setglobal 3 dict begin /vm exch def } {1 dict begin} ifelse /$ exch def systemdict/languagelevel known { vm setglobal /gvm currentglobal def $ gcheck setglobal } if ?{$ begin}if }def /?{$ type/dicttype eq}def /|{ userdict/Adobe_CoolType_Data known { Adobe_CoolType_Data/AddWidths? known { currentdict Adobe_CoolType_Data begin begin AddWidths? { Adobe_CoolType_Data/CC 3 index put ?{def}{$ 3 1 roll put}ifelse CC charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore currentfont/Widths get exch CC exch put } {?{def}{$ 3 1 roll put}ifelse} ifelse end end } {?{def}{$ 3 1 roll put}ifelse} ifelse } {?{def}{$ 3 1 roll put}ifelse} ifelse }def /! { ?{end}if systemdict/languagelevel known {gvm setglobal} if end }def /:{string currentfile exch readstring pop}executeonly def end ct_MakeOCF begin /ct_cHexEncoding [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF]def /ct_CID_STR_SIZE 8000 def /ct_mkocfStr100 100 string def /ct_defaultFontMtx[.001 0 0 .001 0 0]def /ct_1000Mtx[1000 0 0 1000 0 0]def /ct_raise{exch cvx exch errordict exch get exec stop}bind def /ct_reraise {cvx $error/errorname get(Error: )print dup( )cvs print errordict exch get exec stop }bind def /ct_cvnsi { 1 index add 1 sub 1 exch 0 4 1 roll { 2 index exch get exch 8 bitshift add } for exch pop }bind def /ct_GetInterval { Adobe_CoolType_Utility/ct_BuildCharDict get begin /dst_index 0 def dup dst_string length gt {dup string/dst_string exch def} if 1 index ct_CID_STR_SIZE idiv /arrayIndex exch def 2 index arrayIndex get 2 index arrayIndex ct_CID_STR_SIZE mul sub { dup 3 index add 2 index length le { 2 index getinterval dst_string dst_index 2 index putinterval length dst_index add/dst_index exch def exit } { 1 index length 1 index sub dup 4 1 roll getinterval dst_string dst_index 2 index putinterval pop dup dst_index add/dst_index exch def sub /arrayIndex arrayIndex 1 add def 2 index dup length arrayIndex gt {arrayIndex get} { pop exit } ifelse 0 } ifelse } loop pop pop pop dst_string 0 dst_index getinterval end }bind def ct_Level2? { /ct_resourcestatus currentglobal mark true setglobal {/unknowninstancename/Category resourcestatus} stopped {cleartomark setglobal true} {cleartomark currentglobal not exch setglobal} ifelse { { mark 3 1 roll/Category findresource begin ct_Vars/vm currentglobal put ({ResourceStatus}stopped)0()/SubFileDecode filter cvx exec {cleartomark false} {{3 2 roll pop true}{cleartomark false}ifelse} ifelse ct_Vars/vm get setglobal end } } {{resourcestatus}} ifelse bind def /CIDFont/Category ct_resourcestatus {pop pop} { currentglobal true setglobal /Generic/Category findresource dup length dict copy dup/InstanceType/dicttype put /CIDFont exch/Category defineresource pop setglobal } ifelse ct_UseNativeCapability? { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering(Identity)def /Supplement 0 def end def /CMapName/Identity-H def /CMapVersion 1.000 def /CMapType 1 def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } if } { /ct_Category 2 dict begin /CIDFont 10 dict def /ProcSet 2 dict def currentdict end def /defineresource { ct_Category 1 index 2 copy known { get dup dup maxlength exch length eq { dup length 10 add dict copy ct_Category 2 index 2 index put } if 3 index 3 index put pop exch pop } {pop pop/defineresource/undefined ct_raise} ifelse }bind def /findresource { ct_Category 1 index 2 copy known { get 2 index 2 copy known {get 3 1 roll pop pop} {pop pop/findresource/undefinedresource ct_raise} ifelse } {pop pop/findresource/undefined ct_raise} ifelse }bind def /resourcestatus { ct_Category 1 index 2 copy known { get 2 index known exch pop exch pop { 0 -1 true } { false } ifelse } {pop pop/findresource/undefined ct_raise} ifelse }bind def /ct_resourcestatus/resourcestatus load def } ifelse /ct_CIDInit 2 dict begin /ct_cidfont_stream_init { { dup(Binary)eq { pop null currentfile ct_Level2? { {cid_BYTE_COUNT()/SubFileDecode filter} stopped {pop pop pop} if } if /readstring load exit } if dup(Hex)eq { pop currentfile ct_Level2? { {null exch/ASCIIHexDecode filter/readstring} stopped {pop exch pop(>)exch/readhexstring} if } {(>)exch/readhexstring} ifelse load exit } if /StartData/typecheck ct_raise } loop cid_BYTE_COUNT ct_CID_STR_SIZE le { 2 copy cid_BYTE_COUNT string exch exec pop 1 array dup 3 -1 roll 0 exch put } { cid_BYTE_COUNT ct_CID_STR_SIZE div ceiling cvi dup array exch 2 sub 0 exch 1 exch { 2 copy 5 index ct_CID_STR_SIZE string 6 index exec pop put pop } for 2 index cid_BYTE_COUNT ct_CID_STR_SIZE mod string 3 index exec pop 1 index exch 1 index length 1 sub exch put } ifelse cid_CIDFONT exch/GlyphData exch put 2 index null eq { pop pop pop } { pop/readstring load 1 string exch { 3 copy exec pop dup length 0 eq { pop pop pop pop pop true exit } if 4 index eq { pop pop pop pop false exit } if } loop pop } ifelse }bind def /StartData { mark { currentdict dup/FDArray get 0 get/FontMatrix get 0 get 0.001 eq { dup/CDevProc known not { /CDevProc 1183615869 internaldict/stdCDevProc 2 copy known {get} { pop pop {pop pop pop pop pop 0 -1000 7 index 2 div 880} } ifelse def } if } { /CDevProc { pop pop pop pop pop 0 1 cid_temp/cid_CIDFONT get /FDArray get 0 get /FontMatrix get 0 get div 7 index 2 div 1 index 0.88 mul }def } ifelse /cid_temp 15 dict def cid_temp begin /cid_CIDFONT exch def 3 copy pop dup/cid_BYTE_COUNT exch def 0 gt { ct_cidfont_stream_init FDArray { /Private get dup/SubrMapOffset known { begin /Subrs SubrCount array def Subrs SubrMapOffset SubrCount SDBytes ct_Level2? { currentdict dup/SubrMapOffset undef dup/SubrCount undef /SDBytes undef } if end /cid_SD_BYTES exch def /cid_SUBR_COUNT exch def /cid_SUBR_MAP_OFFSET exch def /cid_SUBRS exch def cid_SUBR_COUNT 0 gt { GlyphData cid_SUBR_MAP_OFFSET cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi 0 1 cid_SUBR_COUNT 1 sub { exch 1 index 1 add cid_SD_BYTES mul cid_SUBR_MAP_OFFSET add GlyphData exch cid_SD_BYTES ct_GetInterval 0 cid_SD_BYTES ct_cvnsi cid_SUBRS 4 2 roll GlyphData exch 4 index 1 index sub ct_GetInterval dup length string copy put } for pop } if } {pop} ifelse } forall } if cleartomark pop pop end CIDFontName currentdict/CIDFont defineresource pop end end } stopped {cleartomark/StartData ct_reraise} if }bind def currentdict end def /ct_saveCIDInit { /CIDInit/ProcSet ct_resourcestatus {true} {/CIDInitC/ProcSet ct_resourcestatus} ifelse { pop pop /CIDInit/ProcSet findresource ct_UseNativeCapability? {pop null} {/CIDInit ct_CIDInit/ProcSet defineresource pop} ifelse } {/CIDInit ct_CIDInit/ProcSet defineresource pop null} ifelse ct_Vars exch/ct_oldCIDInit exch put }bind def /ct_restoreCIDInit { ct_Vars/ct_oldCIDInit get dup null ne {/CIDInit exch/ProcSet defineresource pop} {pop} ifelse }bind def /ct_BuildCharSetUp { 1 index begin CIDFont begin Adobe_CoolType_Utility/ct_BuildCharDict get begin /ct_dfCharCode exch def /ct_dfDict exch def CIDFirstByte ct_dfCharCode add dup CIDCount ge {pop 0} if /cid exch def { GlyphDirectory cid 2 copy known {get} {pop pop nullstring} ifelse dup length FDBytes sub 0 gt { dup FDBytes 0 ne {0 FDBytes ct_cvnsi} {pop 0} ifelse /fdIndex exch def dup length FDBytes sub FDBytes exch getinterval /charstring exch def exit } { pop cid 0 eq {/charstring nullstring def exit} if /cid 0 def } ifelse } loop }def /ct_SetCacheDevice { 0 0 moveto dup stringwidth 3 -1 roll true charpath pathbbox 0 -1000 7 index 2 div 880 setcachedevice2 0 0 moveto }def /ct_CloneSetCacheProc { 1 eq { stringwidth pop -2 div -880 0 -1000 setcharwidth moveto } { usewidths? { currentfont/Widths get cid 2 copy known {get exch pop aload pop} {pop pop stringwidth} ifelse } {stringwidth} ifelse setcharwidth 0 0 moveto } ifelse }def /ct_Type3ShowCharString { ct_FDDict fdIndex 2 copy known {get} { currentglobal 3 1 roll 1 index gcheck setglobal ct_Type1FontTemplate dup maxlength dict copy begin FDArray fdIndex get dup/FontMatrix 2 copy known {get} {pop pop ct_defaultFontMtx} ifelse /FontMatrix exch dup length array copy def /Private get /Private exch def /Widths rootfont/Widths get def /CharStrings 1 dict dup/.notdef dup length string copy put def currentdict end /ct_Type1Font exch definefont dup 5 1 roll put setglobal } ifelse dup/CharStrings get 1 index/Encoding get ct_dfCharCode get charstring put rootfont/WMode 2 copy known {get} {pop pop 0} ifelse exch 1000 scalefont setfont ct_str1 0 ct_dfCharCode put ct_str1 exch ct_dfSetCacheProc ct_SyntheticBold { currentpoint ct_str1 show newpath moveto ct_str1 true charpath ct_StrokeWidth setlinewidth stroke } {ct_str1 show} ifelse }def /ct_Type4ShowCharString { ct_dfDict ct_dfCharCode charstring FDArray fdIndex get dup/FontMatrix get dup ct_defaultFontMtx ct_matrixeq not {ct_1000Mtx matrix concatmatrix concat} {pop} ifelse /Private get Adobe_CoolType_Utility/ct_Level2? get not { ct_dfDict/Private 3 -1 roll {put} 1183615869 internaldict/superexec get exec } if 1183615869 internaldict Adobe_CoolType_Utility/ct_Level2? get {1 index} {3 index/Private get mark 6 1 roll} ifelse dup/RunInt known {/RunInt get} {pop/CCRun} ifelse get exec Adobe_CoolType_Utility/ct_Level2? get not {cleartomark} if }bind def /ct_BuildCharIncremental { { Adobe_CoolType_Utility/ct_MakeOCF get begin ct_BuildCharSetUp ct_ShowCharString } stopped {stop} if end end end end }bind def /BaseFontNameStr(BF00)def /ct_Type1FontTemplate 14 dict begin /FontType 1 def /FontMatrix [0.001 0 0 0.001 0 0]def /FontBBox [-250 -250 1250 1250]def /Encoding ct_cHexEncoding def /PaintType 0 def currentdict end def /BaseFontTemplate 11 dict begin /FontMatrix [0.001 0 0 0.001 0 0]def /FontBBox [-250 -250 1250 1250]def /Encoding ct_cHexEncoding def /BuildChar/ct_BuildCharIncremental load def ct_Clone? { /FontType 3 def /ct_ShowCharString/ct_Type3ShowCharString load def /ct_dfSetCacheProc/ct_CloneSetCacheProc load def /ct_SyntheticBold false def /ct_StrokeWidth 1 def } { /FontType 4 def /Private 1 dict dup/lenIV 4 put def /CharStrings 1 dict dup/.notdefput def /PaintType 0 def /ct_ShowCharString/ct_Type4ShowCharString load def } ifelse /ct_str1 1 string def currentdict end def /BaseFontDictSize BaseFontTemplate length 5 add def /ct_matrixeq { true 0 1 5 { dup 4 index exch get exch 3 index exch get eq and dup not {exit} if } for exch pop exch pop }bind def /ct_makeocf { 15 dict begin exch/WMode exch def exch/FontName exch def /FontType 0 def /FMapType 2 def dup/FontMatrix known {dup/FontMatrix get/FontMatrix exch def} {/FontMatrix matrix def} ifelse /bfCount 1 index/CIDCount get 256 idiv 1 add dup 256 gt{pop 256}if def /Encoding 256 array 0 1 bfCount 1 sub{2 copy dup put pop}for bfCount 1 255{2 copy bfCount put pop}for def /FDepVector bfCount dup 256 lt{1 add}if array def BaseFontTemplate BaseFontDictSize dict copy begin /CIDFont exch def CIDFont/FontBBox known {CIDFont/FontBBox get/FontBBox exch def} if CIDFont/CDevProc known {CIDFont/CDevProc get/CDevProc exch def} if currentdict end BaseFontNameStr 3(0)putinterval 0 1 bfCount dup 256 eq{1 sub}if { FDepVector exch 2 index BaseFontDictSize dict copy begin dup/CIDFirstByte exch 256 mul def FontType 3 eq {/ct_FDDict 2 dict def} if currentdict end 1 index 16 BaseFontNameStr 2 2 getinterval cvrs pop BaseFontNameStr exch definefont put } for ct_Clone? {/Widths 1 index/CIDFont get/GlyphDirectory get length dict def} if FontName currentdict end definefont ct_Clone? { gsave dup 1000 scalefont setfont ct_BuildCharDict begin /usewidths? false def currentfont/Widths get begin exch/CIDFont get/GlyphDirectory get { pop dup charcode exch 1 index 0 2 index 256 idiv put 1 index exch 1 exch 256 mod put stringwidth 2 array astore def } forall end /usewidths? true def end grestore } {exch pop} ifelse }bind def currentglobal true setglobal /ct_ComposeFont { ct_UseNativeCapability? { 2 index/CMap ct_resourcestatus {pop pop exch pop} { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CMapName 3 index def /CMapVersion 1.000 def /CMapType 1 def exch/WMode exch def /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search { pop pop (-)search { dup length string copy exch pop exch pop } {pop(Identity)} ifelse } {pop (Identity)} ifelse def /Supplement 0 def end def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse composefont } { 3 2 roll pop 0 get/CIDFont findresource ct_makeocf } ifelse }bind def setglobal /ct_MakeIdentity { ct_UseNativeCapability? { 1 index/CMap ct_resourcestatus {pop pop} { /CIDInit/ProcSet findresource begin 12 dict begin begincmap /CMapName 2 index def /CMapVersion 1.000 def /CMapType 1 def /CIDSystemInfo 3 dict dup begin /Registry(Adobe)def /Ordering CMapName ct_mkocfStr100 cvs (Adobe-)search { pop pop (-)search {dup length string copy exch pop exch pop} {pop(Identity)} ifelse } {pop(Identity)} ifelse def /Supplement 0 def end def 1 begincodespacerange <0000> endcodespacerange 1 begincidrange <0000>0 endcidrange endcmap CMapName currentdict/CMap defineresource pop end end } ifelse composefont } { exch pop 0 get/CIDFont findresource ct_makeocf } ifelse }bind def currentdict readonly pop end end %%EndResource setglobal %%BeginResource: procset Adobe_CoolType_Utility_T42 1.0 0 %%Copyright: Copyright 1987-2004 Adobe Systems Incorporated. %%Version: 1.0 0 userdict/ct_T42Dict 15 dict put ct_T42Dict begin /Is2015? { version cvi 2015 ge }bind def /AllocGlyphStorage { Is2015? { pop } { {string}forall }ifelse }bind def /Type42DictBegin { 25 dict begin /FontName exch def /CharStrings 256 dict begin /.notdef 0 def currentdict end def /Encoding exch def /PaintType 0 def /FontType 42 def /FontMatrix[1 0 0 1 0 0]def 4 array astore cvx/FontBBox exch def /sfnts }bind def /Type42DictEnd { currentdict dup/FontName get exch definefont end ct_T42Dict exch dup/FontName get exch put }bind def /RD{string currentfile exch readstring pop}executeonly def /PrepFor2015 { Is2015? { /GlyphDirectory 16 dict def sfnts 0 get dup 2 index (glyx) putinterval 2 index (locx) putinterval pop pop } { pop pop }ifelse }bind def /AddT42Char { Is2015? { /GlyphDirectory get begin def end pop pop } { /sfnts get 4 index get 3 index 2 index putinterval pop pop pop pop }ifelse }bind def /T0AddT42Mtx2 { /CIDFont findresource/Metrics2 get begin def end }bind def end %%EndResource currentglobal true setglobal %%BeginFile: MMFauxFont.prc %%Copyright: Copyright 1987-2001 Adobe Systems Incorporated. %%All Rights Reserved. userdict /ct_EuroDict 10 dict put ct_EuroDict begin /ct_CopyFont { { 1 index /FID ne {def} {pop pop} ifelse} forall } def /ct_GetGlyphOutline { gsave initmatrix newpath exch findfont dup length 1 add dict begin ct_CopyFont /Encoding Encoding dup length array copy dup 4 -1 roll 0 exch put def currentdict end /ct_EuroFont exch definefont 1000 scalefont setfont 0 0 moveto [ <00> stringwidth <00> false charpath pathbbox [ {/m cvx} {/l cvx} {/c cvx} {/cp cvx} pathforall grestore counttomark 8 add } def /ct_MakeGlyphProc { ] cvx /ct_PSBuildGlyph cvx ] cvx } def /ct_PSBuildGlyph { gsave 8 -1 roll pop 7 1 roll 6 -2 roll ct_FontMatrix transform 6 2 roll 4 -2 roll ct_FontMatrix transform 4 2 roll ct_FontMatrix transform currentdict /PaintType 2 copy known {get 2 eq}{pop pop false} ifelse dup 9 1 roll { currentdict /StrokeWidth 2 copy known { get 2 div 0 ct_FontMatrix dtransform pop 5 1 roll 4 -1 roll 4 index sub 4 1 roll 3 -1 roll 4 index sub 3 1 roll exch 4 index add exch 4 index add 5 -1 roll pop } { pop pop } ifelse } if setcachedevice ct_FontMatrix concat ct_PSPathOps begin exec end { currentdict /StrokeWidth 2 copy known { get } { pop pop 0 } ifelse setlinewidth stroke } { fill } ifelse grestore } def /ct_PSPathOps 4 dict dup begin /m {moveto} def /l {lineto} def /c {curveto} def /cp {closepath} def end def /ct_matrix1000 [1000 0 0 1000 0 0] def /ct_AddGlyphProc { 2 index findfont dup length 4 add dict begin ct_CopyFont /CharStrings CharStrings dup length 1 add dict copy begin 3 1 roll def currentdict end def /ct_FontMatrix ct_matrix1000 FontMatrix matrix concatmatrix def /ct_PSBuildGlyph /ct_PSBuildGlyph load def /ct_PSPathOps /ct_PSPathOps load def currentdict end definefont pop } def systemdict /languagelevel known { /ct_AddGlyphToPrinterFont { 2 copy ct_GetGlyphOutline 3 add -1 roll restore ct_MakeGlyphProc ct_AddGlyphProc } def } { /ct_AddGlyphToPrinterFont { pop pop restore Adobe_CTFauxDict /$$$FONTNAME get /Euro Adobe_CTFauxDict /$$$SUBSTITUTEBASE get ct_EuroDict exch get ct_AddGlyphProc } def } ifelse /AdobeSansMM { 556 0 24 -19 541 703 { 541 628 m 510 669 442 703 354 703 c 201 703 117 607 101 444 c 50 444 l 25 372 l 97 372 l 97 301 l 49 301 l 24 229 l 103 229 l 124 67 209 -19 350 -19 c 435 -19 501 25 509 32 c 509 131 l 492 105 417 60 343 60 c 267 60 204 127 197 229 c 406 229 l 430 301 l 191 301 l 191 372 l 455 372 l 479 444 l 194 444 l 201 531 245 624 348 624 c 433 624 484 583 509 534 c cp 556 0 m } ct_PSBuildGlyph } def /AdobeSerifMM { 500 0 10 -12 484 692 { 347 298 m 171 298 l 170 310 170 322 170 335 c 170 362 l 362 362 l 374 403 l 172 403 l 184 580 244 642 308 642 c 380 642 434 574 457 457 c 481 462 l 474 691 l 449 691 l 433 670 429 657 410 657 c 394 657 360 692 299 692 c 204 692 94 604 73 403 c 22 403 l 10 362 l 70 362 l 69 352 69 341 69 330 c 69 319 69 308 70 298 c 22 298 l 10 257 l 73 257 l 97 57 216 -12 295 -12 c 364 -12 427 25 484 123 c 458 142 l 425 101 384 37 316 37 c 256 37 189 84 173 257 c 335 257 l cp 500 0 m } ct_PSBuildGlyph } def end %%EndFile setglobal Adobe_CoolType_Core begin /$Oblique SetSubstituteStrategy end %%BeginResource: procset Adobe_AGM_Image 1.0 0 -%%Version: 1.0 0 -%%Copyright: Copyright(C)2000-2006 Adobe Systems, Inc. All Rights Reserved. -systemdict/setpacking known -{ - currentpacking - true setpacking -}if -userdict/Adobe_AGM_Image 71 dict dup begin put -/Adobe_AGM_Image_Id/Adobe_AGM_Image_1.0_0 def -/nd{ - null def -}bind def -/AGMIMG_&image nd -/AGMIMG_&colorimage nd -/AGMIMG_&imagemask nd -/AGMIMG_mbuf()def -/AGMIMG_ybuf()def -/AGMIMG_kbuf()def -/AGMIMG_c 0 def -/AGMIMG_m 0 def -/AGMIMG_y 0 def -/AGMIMG_k 0 def -/AGMIMG_tmp nd -/AGMIMG_imagestring0 nd -/AGMIMG_imagestring1 nd -/AGMIMG_imagestring2 nd -/AGMIMG_imagestring3 nd -/AGMIMG_imagestring4 nd -/AGMIMG_imagestring5 nd -/AGMIMG_cnt nd -/AGMIMG_fsave nd -/AGMIMG_colorAry nd -/AGMIMG_override nd -/AGMIMG_name nd -/AGMIMG_maskSource nd -/AGMIMG_flushfilters nd -/invert_image_samples nd -/knockout_image_samples nd -/img nd -/sepimg nd -/devnimg nd -/idximg nd -/ds -{ - Adobe_AGM_Core begin - Adobe_AGM_Image begin - /AGMIMG_&image systemdict/image get def - /AGMIMG_&imagemask systemdict/imagemask get def - /colorimage where{ - pop - /AGMIMG_&colorimage/colorimage ldf - }if - end - end -}def -/ps -{ - Adobe_AGM_Image begin - /AGMIMG_ccimage_exists{/customcolorimage where - { - pop - /Adobe_AGM_OnHost_Seps where - { - pop false - }{ - /Adobe_AGM_InRip_Seps where - { - pop false - }{ - true - }ifelse - }ifelse - }{ - false - }ifelse - }bdf - level2{ - /invert_image_samples - { - Adobe_AGM_Image/AGMIMG_tmp Decode length ddf - /Decode[Decode 1 get Decode 0 get]def - }def - /knockout_image_samples - { - Operator/imagemask ne{ - /Decode[1 1]def - }if - }def - }{ - /invert_image_samples - { - {1 exch sub}currenttransfer addprocs settransfer - }def - /knockout_image_samples - { - {pop 1}currenttransfer addprocs settransfer - }def - }ifelse - /img/imageormask ldf - /sepimg/sep_imageormask ldf - /devnimg/devn_imageormask ldf - /idximg/indexed_imageormask ldf - /_ctype 7 def - currentdict{ - dup xcheck 1 index type dup/arraytype eq exch/packedarraytype eq or and{ - bind - }if - def - }forall -}def -/pt -{ - end -}def -/dt -{ -}def -/AGMIMG_flushfilters -{ - dup type/arraytype ne - {1 array astore}if - dup 0 get currentfile ne - {dup 0 get flushfile}if - { - dup type/filetype eq - { - dup status 1 index currentfile ne and - {closefile} - {pop} - ifelse - }{pop}ifelse - }forall -}def -/AGMIMG_init_common -{ - currentdict/T known{/ImageType/T ldf currentdict/T undef}if - currentdict/W known{/Width/W ldf currentdict/W undef}if - currentdict/H known{/Height/H ldf currentdict/H undef}if - currentdict/M known{/ImageMatrix/M ldf currentdict/M undef}if - currentdict/BC known{/BitsPerComponent/BC ldf currentdict/BC undef}if - currentdict/D known{/Decode/D ldf currentdict/D undef}if - currentdict/DS known{/DataSource/DS ldf currentdict/DS undef}if - currentdict/O known{ - /Operator/O load 1 eq{ - /imagemask - }{ - /O load 2 eq{ - /image - }{ - /colorimage - }ifelse - }ifelse - def - currentdict/O undef - }if - currentdict/HSCI known{/HostSepColorImage/HSCI ldf currentdict/HSCI undef}if - currentdict/MD known{/MultipleDataSources/MD ldf currentdict/MD undef}if - currentdict/I known{/Interpolate/I ldf currentdict/I undef}if - currentdict/SI known{/SkipImageProc/SI ldf currentdict/SI undef}if - /DataSource load xcheck not{ - DataSource type/arraytype eq{ - DataSource 0 get type/filetype eq{ - /_Filters DataSource def - currentdict/MultipleDataSources known not{ - /DataSource DataSource dup length 1 sub get def - }if - }if - }if - currentdict/MultipleDataSources known not{ - /MultipleDataSources DataSource type/arraytype eq{ - DataSource length 1 gt - } - {false}ifelse def - }if - }if - /NComponents Decode length 2 div def - currentdict/SkipImageProc known not{/SkipImageProc{false}def}if -}bdf -/imageormask_sys -{ - begin - AGMIMG_init_common - save mark - level2{ - currentdict - Operator/imagemask eq{ - AGMIMG_&imagemask - }{ - use_mask{ - process_mask AGMIMG_&image - }{ - AGMIMG_&image - }ifelse - }ifelse - }{ - Width Height - Operator/imagemask eq{ - Decode 0 get 1 eq Decode 1 get 0 eq and - ImageMatrix/DataSource load - AGMIMG_&imagemask - }{ - BitsPerComponent ImageMatrix/DataSource load - AGMIMG_&image - }ifelse - }ifelse - currentdict/_Filters known{_Filters AGMIMG_flushfilters}if - cleartomark restore - end -}def -/overprint_plate -{ - currentoverprint{ - 0 get dup type/nametype eq{ - dup/DeviceGray eq{ - pop AGMCORE_black_plate not - }{ - /DeviceCMYK eq{ - AGMCORE_is_cmyk_sep not - }if - }ifelse - }{ - false exch - { - AGMOHS_sepink eq or - }forall - not - }ifelse - }{ - pop false - }ifelse -}def -/process_mask -{ - level3{ - dup begin - /ImageType 1 def - end - 4 dict begin - /DataDict exch def - /ImageType 3 def - /InterleaveType 3 def - /MaskDict 9 dict begin - /ImageType 1 def - /Width DataDict dup/MaskWidth known{/MaskWidth}{/Width}ifelse get def - /Height DataDict dup/MaskHeight known{/MaskHeight}{/Height}ifelse get def - /ImageMatrix[Width 0 0 Height neg 0 Height]def - /NComponents 1 def - /BitsPerComponent 1 def - /Decode DataDict dup/MaskD known{/MaskD}{[1 0]}ifelse get def - /DataSource Adobe_AGM_Core/AGMIMG_maskSource get def - currentdict end def - currentdict end - }if -}def -/use_mask -{ - dup/Mask known {dup/Mask get}{false}ifelse -}def -/imageormask -{ - begin - AGMIMG_init_common - SkipImageProc{ - currentdict consumeimagedata - } - { - save mark - level2 AGMCORE_host_sep not and{ - currentdict - Operator/imagemask eq DeviceN_PS2 not and{ - imagemask - }{ - AGMCORE_in_rip_sep currentoverprint and currentcolorspace 0 get/DeviceGray eq and{ - [/Separation/Black/DeviceGray{}]setcolorspace - /Decode[Decode 1 get Decode 0 get]def - }if - use_mask{ - process_mask image - }{ - DeviceN_NoneName DeviceN_PS2 Indexed_DeviceN level3 not and or or AGMCORE_in_rip_sep and - { - Names convert_to_process not{ - 2 dict begin - /imageDict xdf - /names_index 0 def - gsave - imageDict write_image_file{ - Names{ - dup(None)ne{ - [/Separation 3 -1 roll/DeviceGray{1 exch sub}]setcolorspace - Operator imageDict read_image_file - names_index 0 eq{true setoverprint}if - /names_index names_index 1 add def - }{ - pop - }ifelse - }forall - close_image_file - }if - grestore - end - }{ - Operator/imagemask eq{ - imagemask - }{ - image - }ifelse - }ifelse - }{ - Operator/imagemask eq{ - imagemask - }{ - image - }ifelse - }ifelse - }ifelse - }ifelse - }{ - Width Height - Operator/imagemask eq{ - Decode 0 get 1 eq Decode 1 get 0 eq and - ImageMatrix/DataSource load - /Adobe_AGM_OnHost_Seps where{ - pop imagemask - }{ - currentgray 1 ne{ - currentdict imageormask_sys - }{ - currentoverprint not{ - 1 AGMCORE_&setgray - currentdict imageormask_sys - }{ - currentdict ignoreimagedata - }ifelse - }ifelse - }ifelse - }{ - BitsPerComponent ImageMatrix - MultipleDataSources{ - 0 1 NComponents 1 sub{ - DataSource exch get - }for - }{ - /DataSource load - }ifelse - Operator/colorimage eq{ - AGMCORE_host_sep{ - MultipleDataSources level2 or NComponents 4 eq and{ - AGMCORE_is_cmyk_sep{ - MultipleDataSources{ - /DataSource DataSource 0 get xcheck - { - [ - DataSource 0 get/exec cvx - DataSource 1 get/exec cvx - DataSource 2 get/exec cvx - DataSource 3 get/exec cvx - /AGMCORE_get_ink_data cvx - ]cvx - }{ - DataSource aload pop AGMCORE_get_ink_data - }ifelse def - }{ - /DataSource - Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul - /DataSource load - filter_cmyk 0()/SubFileDecode filter def - }ifelse - /Decode[Decode 0 get Decode 1 get]def - /MultipleDataSources false def - /NComponents 1 def - /Operator/image def - invert_image_samples - 1 AGMCORE_&setgray - currentdict imageormask_sys - }{ - currentoverprint not Operator/imagemask eq and{ - 1 AGMCORE_&setgray - currentdict imageormask_sys - }{ - currentdict ignoreimagedata - }ifelse - }ifelse - }{ - MultipleDataSources NComponents AGMIMG_&colorimage - }ifelse - }{ - true NComponents colorimage - }ifelse - }{ - Operator/image eq{ - AGMCORE_host_sep{ - /DoImage true def - currentdict/HostSepColorImage known{HostSepColorImage not}{false}ifelse - { - AGMCORE_black_plate not Operator/imagemask ne and{ - /DoImage false def - currentdict ignoreimagedata - }if - }if - 1 AGMCORE_&setgray - DoImage - {currentdict imageormask_sys}if - }{ - use_mask{ - process_mask image - }{ - image - }ifelse - }ifelse - }{ - Operator/knockout eq{ - pop pop pop pop pop - currentcolorspace overprint_plate not{ - knockout_unitsq - }if - }if - }ifelse - }ifelse - }ifelse - }ifelse - cleartomark restore - }ifelse - currentdict/_Filters known{_Filters AGMIMG_flushfilters}if - end -}def -/sep_imageormask -{ - /sep_colorspace_dict AGMCORE_gget begin - CSA map_csa - begin - AGMIMG_init_common - SkipImageProc{ - currentdict consumeimagedata - }{ - save mark - AGMCORE_avoid_L2_sep_space{ - /Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def - }if - AGMIMG_ccimage_exists - MappedCSA 0 get/DeviceCMYK eq and - currentdict/Components known and - Name()ne and - Name(All)ne and - Operator/image eq and - AGMCORE_producing_seps not and - level2 not and - { - Width Height BitsPerComponent ImageMatrix - [ - /DataSource load/exec cvx - { - 0 1 2 index length 1 sub{ - 1 index exch - 2 copy get 255 xor put - }for - }/exec cvx - ]cvx bind - MappedCSA 0 get/DeviceCMYK eq{ - Components aload pop - }{ - 0 0 0 Components aload pop 1 exch sub - }ifelse - Name findcmykcustomcolor - customcolorimage - }{ - AGMCORE_producing_seps not{ - level2{ - //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne AGMCORE_avoid_L2_sep_space not and currentcolorspace 0 get/Separation ne and{ - [/Separation Name MappedCSA sep_proc_name exch dup 0 get 15 string cvs(/Device)anchorsearch{pop pop 0 get}{pop}ifelse exch load]setcolorspace_opt - /sep_tint AGMCORE_gget setcolor - }if - currentdict imageormask - }{ - currentdict - Operator/imagemask eq{ - imageormask - }{ - sep_imageormask_lev1 - }ifelse - }ifelse - }{ - AGMCORE_host_sep{ - Operator/knockout eq{ - currentdict/ImageMatrix get concat - knockout_unitsq - }{ - currentgray 1 ne{ - AGMCORE_is_cmyk_sep Name(All)ne and{ - level2{ - Name AGMCORE_IsSeparationAProcessColor - { - Operator/imagemask eq{ - //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ - /sep_tint AGMCORE_gget 1 exch sub AGMCORE_&setcolor - }if - }{ - invert_image_samples - }ifelse - }{ - //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ - [/Separation Name[/DeviceGray] - { - sep_colorspace_proc AGMCORE_get_ink_data - 1 exch sub - }bind - ]AGMCORE_&setcolorspace - /sep_tint AGMCORE_gget AGMCORE_&setcolor - }if - }ifelse - currentdict imageormask_sys - }{ - currentdict - Operator/imagemask eq{ - imageormask_sys - }{ - sep_image_lev1_sep - }ifelse - }ifelse - }{ - Operator/imagemask ne{ - invert_image_samples - }if - currentdict imageormask_sys - }ifelse - }{ - currentoverprint not Name(All)eq or Operator/imagemask eq and{ - currentdict imageormask_sys - }{ - currentoverprint not - { - gsave - knockout_unitsq - grestore - }if - currentdict consumeimagedata - }ifelse - }ifelse - }ifelse - }{ - //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{ - currentcolorspace 0 get/Separation ne{ - [/Separation Name MappedCSA sep_proc_name exch 0 get exch load]setcolorspace_opt - /sep_tint AGMCORE_gget setcolor - }if - }if - currentoverprint - MappedCSA 0 get/DeviceCMYK eq and - Name AGMCORE_IsSeparationAProcessColor not and - //Adobe_AGM_Core/AGMCORE_pattern_paint_type get 2 ne{Name inRip_spot_has_ink not and}{false}ifelse - Name(All)ne and{ - imageormask_l2_overprint - }{ - currentdict imageormask - }ifelse - }ifelse - }ifelse - }ifelse - cleartomark restore - }ifelse - currentdict/_Filters known{_Filters AGMIMG_flushfilters}if - end - end -}def -/colorSpaceElemCnt -{ - mark currentcolor counttomark dup 2 add 1 roll cleartomark -}bdf -/devn_sep_datasource -{ - 1 dict begin - /dataSource xdf - [ - 0 1 dataSource length 1 sub{ - dup currentdict/dataSource get/exch cvx/get cvx/exec cvx - /exch cvx names_index/ne cvx[/pop cvx]cvx/if cvx - }for - ]cvx bind - end -}bdf -/devn_alt_datasource -{ - 11 dict begin - /convProc xdf - /origcolorSpaceElemCnt xdf - /origMultipleDataSources xdf - /origBitsPerComponent xdf - /origDecode xdf - /origDataSource xdf - /dsCnt origMultipleDataSources{origDataSource length}{1}ifelse def - /DataSource origMultipleDataSources - { - [ - BitsPerComponent 8 idiv origDecode length 2 idiv mul string - 0 1 origDecode length 2 idiv 1 sub - { - dup 7 mul 1 add index exch dup BitsPerComponent 8 idiv mul exch - origDataSource exch get 0()/SubFileDecode filter - BitsPerComponent 8 idiv string/readstring cvx/pop cvx/putinterval cvx - }for - ]bind cvx - }{origDataSource}ifelse 0()/SubFileDecode filter def - [ - origcolorSpaceElemCnt string - 0 2 origDecode length 2 sub - { - dup origDecode exch get dup 3 -1 roll 1 add origDecode exch get exch sub 2 BitsPerComponent exp 1 sub div - 1 BitsPerComponent 8 idiv{DataSource/read cvx/not cvx{0}/if cvx/mul cvx}repeat/mul cvx/add cvx - }for - /convProc load/exec cvx - origcolorSpaceElemCnt 1 sub -1 0 - { - /dup cvx 2/add cvx/index cvx - 3 1/roll cvx/exch cvx 255/mul cvx/cvi cvx/put cvx - }for - ]bind cvx 0()/SubFileDecode filter - end -}bdf -/devn_imageormask -{ - /devicen_colorspace_dict AGMCORE_gget begin - CSA map_csa - 2 dict begin - dup - /srcDataStrs[3 -1 roll begin - AGMIMG_init_common - currentdict/MultipleDataSources known{MultipleDataSources{DataSource length}{1}ifelse}{1}ifelse - { - Width Decode length 2 div mul cvi - { - dup 65535 gt{1 add 2 div cvi}{exit}ifelse - }loop - string - }repeat - end]def - /dstDataStr srcDataStrs 0 get length string def - begin - AGMIMG_init_common - SkipImageProc{ - currentdict consumeimagedata - }{ - save mark - AGMCORE_producing_seps not{ - level3 not{ - Operator/imagemask ne{ - /DataSource[[ - DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse - colorSpaceElemCnt/devicen_colorspace_dict AGMCORE_gget/TintTransform get - devn_alt_datasource 1/string cvx/readstring cvx/pop cvx]cvx colorSpaceElemCnt 1 sub{dup}repeat]def - /MultipleDataSources true def - /Decode colorSpaceElemCnt[exch{0 1}repeat]def - }if - }if - currentdict imageormask - }{ - AGMCORE_host_sep{ - Names convert_to_process{ - CSA get_csa_by_name 0 get/DeviceCMYK eq{ - /DataSource - Width BitsPerComponent mul 7 add 8 idiv Height mul 4 mul - DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse - 4/devicen_colorspace_dict AGMCORE_gget/TintTransform get - devn_alt_datasource - filter_cmyk 0()/SubFileDecode filter def - /MultipleDataSources false def - /Decode[1 0]def - /DeviceGray setcolorspace - currentdict imageormask_sys - }{ - AGMCORE_report_unsupported_color_space - AGMCORE_black_plate{ - /DataSource - DataSource Decode BitsPerComponent currentdict/MultipleDataSources known{MultipleDataSources}{false}ifelse - CSA get_csa_by_name 0 get/DeviceRGB eq{3}{1}ifelse/devicen_colorspace_dict AGMCORE_gget/TintTransform get - devn_alt_datasource - /MultipleDataSources false def - /Decode colorSpaceElemCnt[exch{0 1}repeat]def - currentdict imageormask_sys - }{ - gsave - knockout_unitsq - grestore - currentdict consumeimagedata - }ifelse - }ifelse - } - { - /devicen_colorspace_dict AGMCORE_gget/names_index known{ - Operator/imagemask ne{ - MultipleDataSources{ - /DataSource[DataSource devn_sep_datasource/exec cvx]cvx def - /MultipleDataSources false def - }{ - /DataSource/DataSource load dstDataStr srcDataStrs 0 get filter_devn def - }ifelse - invert_image_samples - }if - currentdict imageormask_sys - }{ - currentoverprint not Operator/imagemask eq and{ - currentdict imageormask_sys - }{ - currentoverprint not - { - gsave - knockout_unitsq - grestore - }if - currentdict consumeimagedata - }ifelse - }ifelse - }ifelse - }{ - currentdict imageormask - }ifelse - }ifelse - cleartomark restore - }ifelse - currentdict/_Filters known{_Filters AGMIMG_flushfilters}if - end - end - end -}def -/imageormask_l2_overprint -{ - currentdict - currentcmykcolor add add add 0 eq{ - currentdict consumeimagedata - }{ - level3{ - currentcmykcolor - /AGMIMG_k xdf - /AGMIMG_y xdf - /AGMIMG_m xdf - /AGMIMG_c xdf - Operator/imagemask eq{ - [/DeviceN[ - AGMIMG_c 0 ne{/Cyan}if - AGMIMG_m 0 ne{/Magenta}if - AGMIMG_y 0 ne{/Yellow}if - AGMIMG_k 0 ne{/Black}if - ]/DeviceCMYK{}]setcolorspace - AGMIMG_c 0 ne{AGMIMG_c}if - AGMIMG_m 0 ne{AGMIMG_m}if - AGMIMG_y 0 ne{AGMIMG_y}if - AGMIMG_k 0 ne{AGMIMG_k}if - setcolor - }{ - /Decode[Decode 0 get 255 mul Decode 1 get 255 mul]def - [/Indexed - [ - /DeviceN[ - AGMIMG_c 0 ne{/Cyan}if - AGMIMG_m 0 ne{/Magenta}if - AGMIMG_y 0 ne{/Yellow}if - AGMIMG_k 0 ne{/Black}if - ] - /DeviceCMYK{ - AGMIMG_k 0 eq{0}if - AGMIMG_y 0 eq{0 exch}if - AGMIMG_m 0 eq{0 3 1 roll}if - AGMIMG_c 0 eq{0 4 1 roll}if - } - ] - 255 - { - 255 div - mark exch - dup dup dup - AGMIMG_k 0 ne{ - /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 1 roll pop pop pop - counttomark 1 roll - }{ - pop - }ifelse - AGMIMG_y 0 ne{ - /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 2 roll pop pop pop - counttomark 1 roll - }{ - pop - }ifelse - AGMIMG_m 0 ne{ - /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec 4 3 roll pop pop pop - counttomark 1 roll - }{ - pop - }ifelse - AGMIMG_c 0 ne{ - /sep_tint AGMCORE_gget mul MappedCSA sep_proc_name exch pop load exec pop pop pop - counttomark 1 roll - }{ - pop - }ifelse - counttomark 1 add -1 roll pop - } - ]setcolorspace - }ifelse - imageormask_sys - }{ - write_image_file{ - currentcmykcolor - 0 ne{ - [/Separation/Black/DeviceGray{}]setcolorspace - gsave - /Black - [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 1 roll pop pop pop 1 exch sub}/exec cvx] - cvx modify_halftone_xfer - Operator currentdict read_image_file - grestore - }if - 0 ne{ - [/Separation/Yellow/DeviceGray{}]setcolorspace - gsave - /Yellow - [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 2 roll pop pop pop 1 exch sub}/exec cvx] - cvx modify_halftone_xfer - Operator currentdict read_image_file - grestore - }if - 0 ne{ - [/Separation/Magenta/DeviceGray{}]setcolorspace - gsave - /Magenta - [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{4 3 roll pop pop pop 1 exch sub}/exec cvx] - cvx modify_halftone_xfer - Operator currentdict read_image_file - grestore - }if - 0 ne{ - [/Separation/Cyan/DeviceGray{}]setcolorspace - gsave - /Cyan - [{1 exch sub/sep_tint AGMCORE_gget mul}/exec cvx MappedCSA sep_proc_name cvx exch pop{pop pop pop 1 exch sub}/exec cvx] - cvx modify_halftone_xfer - Operator currentdict read_image_file - grestore - }if - close_image_file - }{ - imageormask - }ifelse - }ifelse - }ifelse -}def -/indexed_imageormask -{ - begin - AGMIMG_init_common - save mark - currentdict - AGMCORE_host_sep{ - Operator/knockout eq{ - /indexed_colorspace_dict AGMCORE_gget dup/CSA known{ - /CSA get get_csa_by_name - }{ - /Names get - }ifelse - overprint_plate not{ - knockout_unitsq - }if - }{ - Indexed_DeviceN{ - /devicen_colorspace_dict AGMCORE_gget dup/names_index known exch/Names get convert_to_process or{ - indexed_image_lev2_sep - }{ - currentoverprint not{ - knockout_unitsq - }if - currentdict consumeimagedata - }ifelse - }{ - AGMCORE_is_cmyk_sep{ - Operator/imagemask eq{ - imageormask_sys - }{ - level2{ - indexed_image_lev2_sep - }{ - indexed_image_lev1_sep - }ifelse - }ifelse - }{ - currentoverprint not{ - knockout_unitsq - }if - currentdict consumeimagedata - }ifelse - }ifelse - }ifelse - }{ - level2{ - Indexed_DeviceN{ - /indexed_colorspace_dict AGMCORE_gget begin - }{ - /indexed_colorspace_dict AGMCORE_gget dup null ne - { - begin - currentdict/CSDBase known{CSDBase/CSD get_res/MappedCSA get}{CSA}ifelse - get_csa_by_name 0 get/DeviceCMYK eq ps_level 3 ge and ps_version 3015.007 lt and - AGMCORE_in_rip_sep and{ - [/Indexed[/DeviceN[/Cyan/Magenta/Yellow/Black]/DeviceCMYK{}]HiVal Lookup] - setcolorspace - }if - end - } - {pop}ifelse - }ifelse - imageormask - Indexed_DeviceN{ - end - }if - }{ - Operator/imagemask eq{ - imageormask - }{ - indexed_imageormask_lev1 - }ifelse - }ifelse - }ifelse - cleartomark restore - currentdict/_Filters known{_Filters AGMIMG_flushfilters}if - end -}def -/indexed_image_lev2_sep -{ - /indexed_colorspace_dict AGMCORE_gget begin - begin - Indexed_DeviceN not{ - currentcolorspace - dup 1/DeviceGray put - dup 3 - currentcolorspace 2 get 1 add string - 0 1 2 3 AGMCORE_get_ink_data 4 currentcolorspace 3 get length 1 sub - { - dup 4 idiv exch currentcolorspace 3 get exch get 255 exch sub 2 index 3 1 roll put - }for - put setcolorspace - }if - currentdict - Operator/imagemask eq{ - AGMIMG_&imagemask - }{ - use_mask{ - process_mask AGMIMG_&image - }{ - AGMIMG_&image - }ifelse - }ifelse - end end -}def - /OPIimage - { - dup type/dicttype ne{ - 10 dict begin - /DataSource xdf - /ImageMatrix xdf - /BitsPerComponent xdf - /Height xdf - /Width xdf - /ImageType 1 def - /Decode[0 1 def] - currentdict - end - }if - dup begin - /NComponents 1 cdndf - /MultipleDataSources false cdndf - /SkipImageProc{false}cdndf - /Decode[ - 0 - currentcolorspace 0 get/Indexed eq{ - 2 BitsPerComponent exp 1 sub - }{ - 1 - }ifelse - ]cdndf - /Operator/image cdndf - end - /sep_colorspace_dict AGMCORE_gget null eq{ - imageormask - }{ - gsave - dup begin invert_image_samples end - sep_imageormask - grestore - }ifelse - }def -/cachemask_level2 -{ - 3 dict begin - /LZWEncode filter/WriteFilter xdf - /readBuffer 256 string def - /ReadFilter - currentfile - 0(%EndMask)/SubFileDecode filter - /ASCII85Decode filter - /RunLengthDecode filter - def - { - ReadFilter readBuffer readstring exch - WriteFilter exch writestring - not{exit}if - }loop - WriteFilter closefile - end -}def -/spot_alias -{ - /mapto_sep_imageormask - { - dup type/dicttype ne{ - 12 dict begin - /ImageType 1 def - /DataSource xdf - /ImageMatrix xdf - /BitsPerComponent xdf - /Height xdf - /Width xdf - /MultipleDataSources false def - }{ - begin - }ifelse - /Decode[/customcolor_tint AGMCORE_gget 0]def - /Operator/image def - /SkipImageProc{false}def - currentdict - end - sep_imageormask - }bdf - /customcolorimage - { - Adobe_AGM_Image/AGMIMG_colorAry xddf - /customcolor_tint AGMCORE_gget - << - /Name AGMIMG_colorAry 4 get - /CSA[/DeviceCMYK] - /TintMethod/Subtractive - /TintProc null - /MappedCSA null - /NComponents 4 - /Components[AGMIMG_colorAry aload pop pop] - >> - setsepcolorspace - mapto_sep_imageormask - }ndf - Adobe_AGM_Image/AGMIMG_&customcolorimage/customcolorimage load put - /customcolorimage - { - Adobe_AGM_Image/AGMIMG_override false put - current_spot_alias{dup 4 get map_alias}{false}ifelse - { - false set_spot_alias - /customcolor_tint AGMCORE_gget exch setsepcolorspace - pop - mapto_sep_imageormask - true set_spot_alias - }{ - //Adobe_AGM_Image/AGMIMG_&customcolorimage get exec - }ifelse - }bdf -}def -/snap_to_device -{ - 6 dict begin - matrix currentmatrix - dup 0 get 0 eq 1 index 3 get 0 eq and - 1 index 1 get 0 eq 2 index 2 get 0 eq and or exch pop - { - 1 1 dtransform 0 gt exch 0 gt/AGMIMG_xSign? exch def/AGMIMG_ySign? exch def - 0 0 transform - AGMIMG_ySign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch - AGMIMG_xSign?{floor 0.1 sub}{ceiling 0.1 add}ifelse exch - itransform/AGMIMG_llY exch def/AGMIMG_llX exch def - 1 1 transform - AGMIMG_ySign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch - AGMIMG_xSign?{ceiling 0.1 add}{floor 0.1 sub}ifelse exch - itransform/AGMIMG_urY exch def/AGMIMG_urX exch def - [AGMIMG_urX AGMIMG_llX sub 0 0 AGMIMG_urY AGMIMG_llY sub AGMIMG_llX AGMIMG_llY]concat - }{ - }ifelse - end -}def -level2 not{ - /colorbuf - { - 0 1 2 index length 1 sub{ - dup 2 index exch get - 255 exch sub - 2 index - 3 1 roll - put - }for - }def - /tint_image_to_color - { - begin - Width Height BitsPerComponent ImageMatrix - /DataSource load - end - Adobe_AGM_Image begin - /AGMIMG_mbuf 0 string def - /AGMIMG_ybuf 0 string def - /AGMIMG_kbuf 0 string def - { - colorbuf dup length AGMIMG_mbuf length ne - { - dup length dup dup - /AGMIMG_mbuf exch string def - /AGMIMG_ybuf exch string def - /AGMIMG_kbuf exch string def - }if - dup AGMIMG_mbuf copy AGMIMG_ybuf copy AGMIMG_kbuf copy pop - } - addprocs - {AGMIMG_mbuf}{AGMIMG_ybuf}{AGMIMG_kbuf}true 4 colorimage - end - }def - /sep_imageormask_lev1 - { - begin - MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{ - { - 255 mul round cvi GrayLookup exch get - }currenttransfer addprocs settransfer - currentdict imageormask - }{ - /sep_colorspace_dict AGMCORE_gget/Components known{ - MappedCSA 0 get/DeviceCMYK eq{ - Components aload pop - }{ - 0 0 0 Components aload pop 1 exch sub - }ifelse - Adobe_AGM_Image/AGMIMG_k xddf - Adobe_AGM_Image/AGMIMG_y xddf - Adobe_AGM_Image/AGMIMG_m xddf - Adobe_AGM_Image/AGMIMG_c xddf - AGMIMG_y 0.0 eq AGMIMG_m 0.0 eq and AGMIMG_c 0.0 eq and{ - {AGMIMG_k mul 1 exch sub}currenttransfer addprocs settransfer - currentdict imageormask - }{ - currentcolortransfer - {AGMIMG_k mul 1 exch sub}exch addprocs 4 1 roll - {AGMIMG_y mul 1 exch sub}exch addprocs 4 1 roll - {AGMIMG_m mul 1 exch sub}exch addprocs 4 1 roll - {AGMIMG_c mul 1 exch sub}exch addprocs 4 1 roll - setcolortransfer - currentdict tint_image_to_color - }ifelse - }{ - MappedCSA 0 get/DeviceGray eq{ - {255 mul round cvi ColorLookup exch get 0 get}currenttransfer addprocs settransfer - currentdict imageormask - }{ - MappedCSA 0 get/DeviceCMYK eq{ - currentcolortransfer - {255 mul round cvi ColorLookup exch get 3 get 1 exch sub}exch addprocs 4 1 roll - {255 mul round cvi ColorLookup exch get 2 get 1 exch sub}exch addprocs 4 1 roll - {255 mul round cvi ColorLookup exch get 1 get 1 exch sub}exch addprocs 4 1 roll - {255 mul round cvi ColorLookup exch get 0 get 1 exch sub}exch addprocs 4 1 roll - setcolortransfer - currentdict tint_image_to_color - }{ - currentcolortransfer - {pop 1}exch addprocs 4 1 roll - {255 mul round cvi ColorLookup exch get 2 get}exch addprocs 4 1 roll - {255 mul round cvi ColorLookup exch get 1 get}exch addprocs 4 1 roll - {255 mul round cvi ColorLookup exch get 0 get}exch addprocs 4 1 roll - setcolortransfer - currentdict tint_image_to_color - }ifelse - }ifelse - }ifelse - }ifelse - end - }def - /sep_image_lev1_sep - { - begin - /sep_colorspace_dict AGMCORE_gget/Components known{ - Components aload pop - Adobe_AGM_Image/AGMIMG_k xddf - Adobe_AGM_Image/AGMIMG_y xddf - Adobe_AGM_Image/AGMIMG_m xddf - Adobe_AGM_Image/AGMIMG_c xddf - {AGMIMG_c mul 1 exch sub} - {AGMIMG_m mul 1 exch sub} - {AGMIMG_y mul 1 exch sub} - {AGMIMG_k mul 1 exch sub} - }{ - {255 mul round cvi ColorLookup exch get 0 get 1 exch sub} - {255 mul round cvi ColorLookup exch get 1 get 1 exch sub} - {255 mul round cvi ColorLookup exch get 2 get 1 exch sub} - {255 mul round cvi ColorLookup exch get 3 get 1 exch sub} - }ifelse - AGMCORE_get_ink_data currenttransfer addprocs settransfer - currentdict imageormask_sys - end - }def - /indexed_imageormask_lev1 - { - /indexed_colorspace_dict AGMCORE_gget begin - begin - currentdict - MappedCSA 0 get dup/DeviceRGB eq exch/DeviceCMYK eq or has_color not and{ - {HiVal mul round cvi GrayLookup exch get HiVal div}currenttransfer addprocs settransfer - imageormask - }{ - MappedCSA 0 get/DeviceGray eq{ - {HiVal mul round cvi Lookup exch get HiVal div}currenttransfer addprocs settransfer - imageormask - }{ - MappedCSA 0 get/DeviceCMYK eq{ - currentcolortransfer - {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll - {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll - {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll - {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub}exch addprocs 4 1 roll - setcolortransfer - tint_image_to_color - }{ - currentcolortransfer - {pop 1}exch addprocs 4 1 roll - {3 mul HiVal mul round cvi 2 add Lookup exch get HiVal div}exch addprocs 4 1 roll - {3 mul HiVal mul round cvi 1 add Lookup exch get HiVal div}exch addprocs 4 1 roll - {3 mul HiVal mul round cvi Lookup exch get HiVal div}exch addprocs 4 1 roll - setcolortransfer - tint_image_to_color - }ifelse - }ifelse - }ifelse - end end - }def - /indexed_image_lev1_sep - { - /indexed_colorspace_dict AGMCORE_gget begin - begin - {4 mul HiVal mul round cvi Lookup exch get HiVal div 1 exch sub} - {4 mul HiVal mul round cvi 1 add Lookup exch get HiVal div 1 exch sub} - {4 mul HiVal mul round cvi 2 add Lookup exch get HiVal div 1 exch sub} - {4 mul HiVal mul round cvi 3 add Lookup exch get HiVal div 1 exch sub} - AGMCORE_get_ink_data currenttransfer addprocs settransfer - currentdict imageormask_sys - end end - }def -}if -end -systemdict/setpacking known -{setpacking}if -%%EndResource -currentdict Adobe_AGM_Utils eq {end} if -%%EndProlog -%%BeginSetup -Adobe_AGM_Utils begin -2 2010 Adobe_AGM_Core/ds gx -Adobe_CoolType_Core/ds get exec Adobe_AGM_Image/ds gx -currentdict Adobe_AGM_Utils eq {end} if -%%EndSetup -%%Page: (Page 1) 1 -%%EndPageComments -%%BeginPageSetup -%ADOBeginClientInjection: PageSetup Start "AI11EPS" -%AI12_RMC_Transparency: Balance=75 RasterRes=300 GradRes=150 Text=0 Stroke=1 Clip=1 OP=0 -%ADOEndClientInjection: PageSetup Start "AI11EPS" -Adobe_AGM_Utils begin -Adobe_AGM_Core/ps gx -Adobe_AGM_Utils/capture_cpd gx -Adobe_CoolType_Core/ps get exec Adobe_AGM_Image/ps gx -%ADOBeginClientInjection: PageSetup End "AI11EPS" -/currentdistillerparams where {pop currentdistillerparams /CoreDistVersion get 5000 lt} {true} ifelse { userdict /AI11_PDFMark5 /cleartomark load put userdict /AI11_ReadMetadata_PDFMark5 {flushfile cleartomark } bind put} { userdict /AI11_PDFMark5 /pdfmark load put userdict /AI11_ReadMetadata_PDFMark5 {/PUT pdfmark} bind put } ifelse [/NamespacePush AI11_PDFMark5 [/_objdef {ai_metadata_stream_123} /type /stream /OBJ AI11_PDFMark5 [{ai_metadata_stream_123} currentfile 0 (% &&end XMP packet marker&&) /SubFileDecode filter AI11_ReadMetadata_PDFMark5 - - - - application/postscript - - - Print - - - - - Adobe Illustrator CS3 - 2008-09-26T13:10:54-04:00 - 2008-09-26T13:10:54-04:00 - 2008-09-26T13:10:54-04:00 - - - - 256 - 112 - JPEG - /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAcAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7 FXYq7FXYq7FXYq7FXYq7FXYq7FXYq868w/8AOQH5V6IZI31gX9xGeJgsEa4JI60kFIf+HzKho8ku lNMtRAdXm/mD/nL2Ic4/L2gM2/7u5v5Qu3vDDX/k7mVDs7+cXHlrR0DzbzB/zkT+ausc0XVF0yBz X0bCNYaewlPOb/h8yYaPHHpbRLVTPky7/nHHyx5u8x+dV87ajf3L2OlmRDdXDtM9zNLGUaINJy+F Vfk5+QG5qKdbkjGHABzbdLGUpcRL6ozUOwdirsVdirsVdirsVdirsVfIGtf84/8A52aajyQuNUSM VJsrxiSKVPFJvRc/ICubuOsxHydbLT5B1+15lqE/mjTbySy1CW9tLyE8ZbedpY5FPurEEZlDhIsO OTIbG0N+mdY/5brj/ka/9cPCGPGe936Z1j/luuP+Rr/1x4QvGe9m3lf8svzh8zWy3mmWd79ScBo7 q4n+rxuD0Keq6Fx7qDlGTPjhsS3wxZJcnvX5F/lR568m6tfah5jvoJ4bu29GK3jnlmdHEgarB0VK cR2Y5rtXqITFRczT4pRJ4i9lzBcl2Kvmn8yPyJ/NfU/Nera1pF7BPZ39zJPb2sd3JHIiMRxVlkWO MHfsxza4dXjEQD0cHLgmZEgvI/NXlT8zfKjf7n7a/soi3FbkyNJAzHcATRs8ZPtyzNx5IT+mnFnG cedsc/TOsf8ALdcf8jX/AK5Zwhr4z3phosPnLXL5bHR/r1/dtuIbdpZGoOpNDsPc5GRjEWdmUeOR oW9Q0P8A5x5/Om6kjlurqLTQpDlbq9dm2I2/0cT75iS1uIefwcmOnyd761zTOxdirsVdirsVdirw /Wf+cTPJV0sj6dqt/ZXLsWrKYriIVNfsBIm/4fNhHtCQ5gOJLRxL56/Mr8uNZ8heYP0TqMiXEcsY ns7yKoSWIkrXid1YEUZT+Ioc2ODMMkbDg5cRgaLE8uan29/zj7/5J/y7/qXH/UVLmh1n96fx0dxp /oD0PMZudirsVdirsVdirsVdirsVdirCfzS/KzQ/PuiPb3CJBq8KH9G6kB8cb7kI5Aq0TH7S/SN8 yNPqDjPk1ZcQmHxBq+k6ho+qXWl6jEYL6ylaG4iP7LoaHcbEeBHXN9GQIsOolEg0UNHI8UiyIaOh DKetCDUdcKAX3f8AlV5+tvO/k201hSFvkHoanCP2LmMDnQfyvUOvsc5/UYfDlXR3OLJxxtl+UNjs VdirsVeU/wDORvny28t+RJtLQJLqevq9rbxOAwWGg9aYqQR8IIVf8og9szNFi4p30Dj6nJwx8y+U /I/k7VPOHmaz0HTQBNctWWZvsxQrvJK3sq9u526nNvlyCEeIutx4zM0H3D5G8ieXvJeiR6Vo0AQA A3N0wHrTyD9uVh1O+w6DoM0OXNLIbLt8eMRFBkOVM3Yq7FXYq7FXYq7FXYq+bP8AnMOGITeVJwv7 11v0ZvFUNuVH0Fzm07NP1fBwNb0fOObNwH29/wA4/f8Akn/Lv/GO4/6ipc0Os/vT+OjuNP8AQHoe Yzc7FXYq7FXYq7FXYq7FXYq7FXYq+df+cp/y39WGLzzp0VZIgltrSqNyn2YZzQfs/wB2x/1fDNno M38B+DhavFfqD5ozaOueof8AOP8A+Y/+D/OSW17Lw0TWStteljRY5K/uZ/AcWNGP8pPhmLq8PHHb mHJ02XhlXQvtHNE7V2KuxVTurm3tbaW6uZFht4EaWaVzRURByZmPYACuECzSvhH81fPtx53853ms sWWyU/V9MhbbhbRk8KjejNUu3uTnQYMXhxAdPmyccrfSX/ONv5bjy15U/Tt/Fx1nXVWSjAcorTrE niC/22/2Phmr1ubilwjkHP02LhjZ5l7BmE5LsVdirsVdirsVdirsVdir5v8A+cxP+mR/7eP/AGK5 tOzf4vh+lwNb0+L5uzZuA+3v+cfv/JP+Xf8AjHcf9RUuaHWf3p/HR3Gn+gPQ8xm52KuxV2KuxV2K uxV2KuxV2KuxVD6hYWeo2FzYXsQns7uJ4LiFq0eORSrKaUO4OGMiDYQRb4P/ADK8jXnkrzfe6HPy eBG9WxuGFPVtnJMb/P8AZan7QOdDhyicQXT5sfBKmLZa1Psr/nHb8xx5r8nLpt9Nz1vRAtvPyPxy 29KQze+w4N7ip+1mk1uHglY5F22my8UfMPV8w3IdirwX/nKT8x/0bo8Xk3T5aXuqKJdTZTulqD8M Z8DKy/8AAjwbNjoMNnjPRw9XlocI6vI/yF/Lc+c/OUcl5Fz0PSStzqNR8Mhr+6gP/GRl3/yQczNX m4I7cy42mxcUt+Qfa2aJ2rsVdirsVdirsVdirsVdirsVfN//ADmJ/wBMj/28f+xXNp2b/F8P0uBr enxfN2bNwH29/wA4/f8Akn/Lv/GO4/6ipc0Os/vT+OjuNP8AQHoeYzc7FXYq7FXYq7FXYq7FXYq7 FXYq7FXlX/OQ35bDzb5QbUbGHnrmihp7biPilgpWaH32HJfcUH2szNHn4JUeRcfU4uKPmHxnm7dS yr8svPV55J84Wetwcnt1Po39uCQJbaQgSLt3FAy1/aAyrPiGSNNuHJwSt94WF9aahZW99Zyie0uo 1mt5l+y8cgDKwr4g5zxBBou4BtB+ZvMOneXNAvtc1FuFnYRNLJTqxGyov+U7EKPc5LHAykAOqJSE RZfBvmDWtb85ebLnUp1a51TV7gCKBKsauQkUMY60UcUUZ0MIiEa6B08pGcr732t+VPkG28j+TbTS FCtfOPrGpzL+3cyAc6H+VKBF9hmi1GbxJX0dtix8EaZflDY7FUh84+efLHk/TP0jr96trE3IQRD4 ppmUV4RRjdj09h3IyzFilM1FhPIIiy+dvN3/ADlT5s1O6Np5QsU02Bn4wzyoLm7k3IWiEGJeW3w8 W/1s2ePQRH1buFPVk7RDBPMPm7887Erda3qPmHTFmJ9N5Wu7KNif5QPST7syIY8R5CJ+TRKeTraC 0z84vzR06dZoPM1/IymoW5ma6Q/NJ/UU/dkpabGf4QgZ5jq93/KD/nJEeYNRt/L/AJrhitdSuWEV lqMPwQyyEUCSISeDsehXYk0oM1+p0XCOKPJzMOq4jR5veM1zmOxV2Kvm/wD5zE/6ZH/t4/8AYrm0 7N/i+H6XA1vT4vm7Nm4D7e/5x+/8k/5d/wCMdx/1FS5odZ/en8dHcaf6A9DzGbnYq7FWC/mP+cXl DyJD6d/KbvVnXlDpVuQZSCNmkJ+GNfdt/AHMjBppZOXJqy5ow5vn7Xf+cl/zQ8wXn1Py/FHpazEp Bb2cP1m5bl25yK9W90Rc2UNDjiLO7gy1U5bBC3Fn/wA5OyW5vHbzGE2JWOWdX2/4pRg//C4bwf0V IzebHLH85fzZ0i7JXzFfGaNiHhvG+sAHoVZLgP8Aq2y06bGRyDWM8x1et/l7/wA5WetcRWHnW1SF H4oNXtFYKp6cpoatt3LJ/wADmHm7P6w+Tk4tZe0n0TbXNtdW8dzbSpPbzKHhmjYOjowqrKy1BBHQ jNYRTnKmBXYq7FXYq+NP+chvy2/wl5vbULGLhoets89qFpxim2M0NB0FW5L/AJJp2ObzR5+ONHmH V6rFwysci8pzLcV9O/8AOLH5ji5sZvJGoy/6RaBrjR2Y7tCTWWEV7ox5qPAnsuarX4d+MfF2Oky2 OEpD/wA5TfmML/VIfJeny1tdPYT6oykEPckfBFt/vpTU/wCUfFcs0GGhxHqw1eX+ELv+cWvy2F7q EvnbUoq2tixg0hXAIe4pSSah/wB9qaKf5j4rjr89DgHVdJi/iL6gzUuwdirGfzE8+aX5I8r3GuX4 9RlIis7UHi087A8Iwd6dCWPYA5bhwnJKg15MggLL4e82+b9e82azNq+t3LXF1Lsi9I4kqSI4l/ZR a7D+Ob/HjEBQdRPIZGy+i/8AnFv8urC20FvOl9Asmo3zyRaY7gH0reMlHdK9GkcMCf5RtsTms1+Y 3wDk5+kxADie6ahp9jqNlNY38CXVncKY57eVQyOp7EHNfGRBsOWRb4g/ObyBH5I883Ol23I6ZcIt 3ppY1IhkJHAnevB1ZfcCvfN/ps3iQvq6nPj4JV0YMrMrBlJDA1BGxBGXtL72/KvzJP5l/LzQtZuD yubi2CXLk1LSwMYZH/2Txk5z2ohwzIdzilxRBZVlLY7FXzf/AM5if9Mj/wBvH/sVzadm/wAXw/S4 Gt6fF83Zs3Afb3/OP3/kn/Lv/GO4/wCoqXNDrP70/jo7jT/QHoeYzc7FXmX54/m5H5D0NLewKSeY 9RVhYxsAwhQbNcOp60OyA9W8QDmXpdP4hs/SGjPm4B5vjh5NW1zV+Ujy3+q6jMF5OTJLNNKwUCp3 LMxpm72iPIOq3kfN9rflH+U2j+Q9EjHppP5guUB1LUaVbkdzDETusanb/K6n20Wo1ByH+i7bDhEB 5s+zGbniv/ORv5Uafrnl25816bbiPXtKj9W6ZAB9YtYxWTmO7xr8St1oCu+1M/RagxlwnkXF1OES FjmHyRm4dW+j/wDnFX8xbl57jyRqExkiEbXWjlzXhxNZoF9iD6gHajeOazX4f4x8XYaPL/CX0lmr c52KuxV2KsX/ADL8jWfnbyheaFOVSdx6thcN0iuYwfTfYHbcq3+STl2DKccra8uMTjT4P1HT7zTr +50+9iMF5aSvBcQt1SSNirKfkRnQAgiw6Ygg0VfQNd1LQdas9Z0yX0b6xlWaB+1V6qw7qw2Ydxtg nESFFMZGJsJj5X8v635585W+mxSNLqGq3DPc3T/FxDEvNM/jxFWPjkZzGON9AyhEzlXe+8dA0PTt B0Wy0bTY/SsbGJYYE2rRRuzEAVZj8THud856czIkl3MYgCgj8il2Kvnf/nIHyZ+Znnfzja6fomkS z6LpduDFO0kUULzTHlK4aVoxUAKtN+nvmz0eTHjhZO5cLU45zNAbMO0r/nFL8xrpQ97c6fp4rvHJ K8sn3RIyf8Pl0tfjHKy1DRy6vp/yV5cXy15T0nQVkEp062SGSUDiHkArIwHYM5JGarLPjkZd7sIR 4YgJ1lbJ8z/85g2cSX/le9H97PFeQv8A6sLQsv4zNm17OO0g4GtHJ87ZsnAfZn/OMskjflLYKzFl S4ulQE1Cj1i1B4CpJzSa7+8dtpfoD1XMNyHYq+b/APnMT/pkf+3j/wBiubTs3+L4fpcDW9Pi+bs2 bgPt7/nH7/yT/l3/AIx3H/UVLmh1n96fx0dxp/oD0PMZuWXE8NvBJcTuI4YVaSWRtgqqKsT8gMIF q+B/zG85XXnHzjqOuzlvSnkKWUTf7rtkPGJP+B3PvU50OHGIRAdNlycUrTb8k9R8q6X+YVjq3ma7 S007TlkuI3kSSQNOF4xACNXNVZ+Y/wBXIakSMCI8yy05iJWX1F/0MD+T/wD1MUf/AEj3X/VLNT+T y933Ox/MQ71j/wDOQ/5OoQG8wqa/y2t43/EYTh/J5e77kHU4+9Ruf+cg/wAlLm3ltp9eEkEyNHLG bO+oyOKMD+47g4jR5RvX3I/M4+98WyhBK4jPKMMQjeIrse2b11RZh+Td/PY/ml5ZmhYqz38UDEGl UuD6Lj6Vc5TqReOXubdOamH3dnPO4dirsVdirsVfLP8Azll5T07T9f0vzFaj07nWUlivYwNme1EY WX5skgU/6ozb9n5CYmJ6Ov1kACD3vBM2Dgvpn/nEPR9P/R+va0Y66h60dmsx/Zh4iQqv+s1CfkM1 faMjsOjsdFEUS+iM1jmuxV2KuxV2KuxV2Kvm/wD5zE/6ZH/t4/8AYrm07N/i+H6XA1vT4vm7Nm4D 7R/5xqtmh/KLSpCwIuZruVQOwFw8dD9MeaPXG8hdtpf7sPUMxHIdir5v/wCcxP8Apkf+3j/2K5tO zf4vh+lwNb0+L5uzZuA+3v8AnH7/AMk/5d/4x3H/AFFS5odZ/en8dHcaf6A9DzGbnn/59a42j/lT rsscnpz3USWUVOrfWZFjkA/55F8ydJDiyBp1EqgXw9m+dO9e/IL8pPLnn9dck1ua6iTTjbLbi1dE JM3ql+XNJOnprTMPV6iWOq6uXpsIndvWpP8AnE38tmA43urJ7rPb/wDG1ucwv5Qydwck6OHms/6F K/Lj/q5ax/yOtf8Asmw/yhPuH4+KPycO8u/6FK/Lj/q5ax/yOtf+ybH+UJ9w/HxX8nDvLv8AoUr8 uP8Aq5ax/wAjrX/smx/lCfcPx8V/Jw7yj9B/5xj8iaHren6zZahqjXenXEV1Ck0tu0ZaJw4DBYEa hp2bIz105Aggbso6WMTYt67mE5LsVdirsVdir50/5zC/3k8q/wDGS9/VBmz7N/i+Dha3kHzTm0dc +pv+cRP+UV13/mOT/kyM1PaP1B2Wi+k+973mucx2KuxV2KrJpoYInmmkWKGMFpJHIVVUdSSdgMIF q8282f8AOQ/5Z+XucSX51e9So+racBKKgd5iVhpXY0Yn2zKx6LJLpTRPUwj1eR6v/wA5JfmX5qvf 0X5L0oWLzGkSQRm9vCKb7svpgd/7vbxzMjoscBcjf2OMdVORqIYD+Z/lD8xNFXS9U88XT3F/q/ri CKe4NzNGtv6ZIc1ZFB9YUVW7dsycGSErEOjRmhMUZdWCZe0Ptn/nHT/yTfl7/o8/6jp80Wt/vT8P udvpv7sPSMxW92Kvm/8A5zE/6ZH/ALeP/Yrm07N/i+H6XA1vT4vm7Nm4D7e/5x+/8k/5d/4x3H/U VLmh1n96fx0dxp/oD0PMZueMf85YTGP8tbRKn97qsCGntBO+/wDwOZ3Z/wDeH3OLrD6Pi+Rc3Lq3 0r/zh46m381pX4g9iSPYi4p+rNX2l/D8f0Ow0XIvozNY5zsVdirsVdirsVdirsVdirsVfOn/ADmF /vJ5V/4yXv6oM2fZv8XwcLW8g+ac2jrn1N/ziJ/yiuu/8xyf8mRmp7R+oOy0X0n3ve81zmOxV2Kv Fvz4/PHUvJN/a6F5fS3k1SeAz3c84MggRzxiCqGA5nix+LtTbfM/SaUTHFLk4uo1BhsOb5n80efv OPmmUya9q1xerUssDNxhUn+SFOMa9Oy5tMeKMOQdfPLKXMvZvyo/5xnsNY0fTvMXmi9ka1vokubf S7YGMtE4DIZZj8XxLvRANv2swtRrjEmMQ5eHSggEvoby75V8ueW7IWWhadBp9vtyWFQGcitDI5q7 nfqxJzWTySkbJtzYxEdg+ev+cwLiRtT8s2xp6ccN3IvjykeJW/5NjNl2cNiXC1vR88ZsnAfbX/OO 6Mv5OeXgwoaXZ+g3s5H4HNFrP70/jo7fTf3Yej5it7sVfN//ADmJ/wBMj/28f+xXNp2b/F8P0uBr enxfN2bNwH29/wA4/f8Akn/Lv/GO4/6ipc0Os/vT+OjuNP8AQHoeYzc8g/5ylsJbr8rTOi8lsb+3 uJTSvFWDwV9vimAzN0BrJ8HG1Y9D49zdOqey/wDOLPmOHTPzDl02d+Mes2rwRVNB68REqVr4orge 5zC18Lhfc5ejlUq7315mldm7FXYq7FXYq7FXYq7FXYq7FXzp/wA5hf7yeVf+Ml7+qDNn2b/F8HC1 vIPmnNo659Tf84if8orrv/Mcn/JkZqe0fqDstF9J973vNc5jsVdir4U/OrU59S/NTzJPMatFePap 2olsBAo29o86DTRrGPc6jUG5lhOXtD9B/JIQeTNAEdOA060CU6U9BKUznMv1n3l3kOQTrK2T5g/5 y+/47nlz/mFn/wCTi5tuzvpPvdfreYfPubFwX29/zj7/AOSf8u/6lx/1FS5odZ/en8dHcaf6A9Dz GbnYq+b/APnMT/pkf+3j/wBiubTs3+L4fpcDW9Pi+bs2bgPt7/nH7/yT/l3/AIx3H/UVLmh1n96f x0dxp/oD0PMZuSTzt5ai8z+UtV0GQhf0hbvFG7VostOUTmldlkCnLMU+CQl3MZx4gQ/P+8s7myu5 7O6jaG5tpGinicUZHQlWUjxBGdEDe7pCKNL9O1C803ULbULKUw3lpKk9vKvVZI2DKw+RGJAIopBo 2H3N+Vv5laV588txahbskepQqqapYA/FDNTqAan03pVD4bdQc0GowHHKujt8WUTFsyyhtdirsVYr 5i/M7yZ5f8wadoGp36x6nqUixxwrRvS5j4GnNf3au1FWvjXpUi6GCcomQGwa5ZYggHmWVZS2OxV2 KuxVLdb8y+XtCtzcazqVtp8QUsDcSpGWC9eKsasfZd8nDHKXIWxlIDm+Tv8AnIb81tE88app9loa tJp2ketS+dSnrSTcASiNQhAIxTkAT4ZuNHpzjBJ5l12pzCew6PIczHEepfkT+b0fkPV7i11NXk8v 6kV+s+mOTwSrssyr+0KGjgb03HShxNVp/EG3MOTp8/AaPJ9d6B5o8u+YbQXeiajBqEBAJMDhmWvQ On2kPswBzTTxyiaIp2cZA8k0yDJ2Kvhr88tCu9H/ADS1+O4Uhby5a+t3pQPHcn1AV8eJYqfcZv8A SyEsYdRqI1MsDzIaH0r+Sf8AzkL5esPLlr5b83TtZy6cghsdRKvLHJAuyRycA7KyD4Rtx4gdO+r1 WjkZcUersMGpFVJm3mP/AJyW/LDSrVnsbyTWbuh4W1rFIor25STLGgX3FT7ZRDQ5Cd9m6WqgPN89 fm15h88+b49N84a7ZCx0W8aa20OBRQLHHxZjU/G/Pl9s7Eg0AAzZaeEIXEHfq4OeUpVI8nnOZLjv cfyR/P8AsPJ2iN5d8w2882mxyPLYXVsA7xeoeTxtGzJ8HOrAg1qTtmBqtIZnijzc3T6kRFFPvPf/ ADkzea5GPL/5e2Nyl7fkQLfyKBccpDx420UZejnoHJqOwrQ5Xi0Ij6pnkzyaq9oPonTEuY9NtEuq m5SGNZyx5HmFAarVNTXvmtlVmnND5i/5yy806LqeuaLo1jcLcXmjrdHUPTIZY3uDEFjJH7a+ieQ7 VGbXs/GQCT1dfrJAkDueCZsHCfZX/ONnmfRNR/LbT9HtrlTqekiZL20JAkUPO8iuF6lCJB8Xjtmk 1uMiZPQu200wYAdz1fMNyHYq+c/+ckPyaurmabzv5eg9RuHLXLOMfF8A/wB6kUdfhH7yn+t/Mc2e i1P8Evg4OqwX6g+as2jr0z8u+Zdd8uarFquiXkllfQ/ZljOxFalXU1V1NN1YEHIzgJCizhMxNh75 5W/5y5KQxw+adFaSRdnvdOYDkKdfQlIFf+elPYZrsnZ380ubDW94ZU3/ADlh+WoUkWeqsR2EEFT9 84yn+T8neGz85Dzef+df+crdf1K3ez8r2A0hHBVr6ZhPcUP++1oI4z/wXtTMnFoIjeRtoyawn6Qq flH+QOreZbxfNXnr1lsJm9eOynZ/rN4zb+pMxPNEPX+ZvYbl1GrEBww5/cnDpzI8Un1Jmodg7FXY q+dvzM/KL85/MPnDVL3TNUP6FnkrZW0l/KipHxWqiLdVHIHYZtMGpxRiARv7nCy4ckpEg7MHk/5x f/NeRy8n1J3bqzXJJP0lcv8Az2NpOkmt/wChW/zT/ksf+kn/AJsx/PY0fk5+Tv8AoVv80/5LH/pJ /wCbMfz2Nfyc/J3/AEK3+af8lj/0k/8ANmP57Gv5Ofkvi/5xh/NiFxJEbKNx0dLoqR9IXH89jSNJ MPVvyR/Ln80/KvmO6n80ai1xo8lk8UNqLyW4QXBliKv6TfCCI0YcvozD1WbHOPp533OTgxTifUdn tWYDlME/Nf8AKXRPzB0pI52+p6xaA/UNSVeRUHcxyLUc428K1B3HcHI0+oOM+TTmwiY83y/5j/5x /wDzS0Sdk/Q76lBUiO508i4VgO/AUlX/AGSDNtDV45da97r5aaY6WgNK/JT809TuBBD5bvISesl2 n1VAP9aYoPuyUtTjHUIGnmej2/8ALb/nFzTNMmi1PzlPHqd0hDR6XDX6qp6j1WIVpafy0C+PIZgZ 9eTtDZy8WkA3lu9Y88+Q9D84+WJfL+oJ6dueLWksQAaCWMERyRjp8IJFO4qMw8WYwlxBycmMSFF8 m+bP+cefzM0G7dINObWbOv7q70/97yHX4ov71T4/DTwJzcY9ZjkOde91s9LMeaC8v/kT+aWtXQgT Q57COo9S51AfVo0B7/vKO3+wUnJT1WOI5sY6aZ6Ppf8AKf8AI7y/5DUX8j/pLzC6cZL91okQYfEl uhrxB6Fj8RHgDTNVqNUcm3KLsMOAQ97BPzD/ACv/AD417zHq76frbjy/dzubWyOoSxRiAn4VaJRx 28MycOfDGIser3NOXFkkTR2YGf8AnFv80yalbEk/8vP/ADZmR+extP5Sfk1/0K3+af8AJY/9JP8A zZj+exo/Jz8lW3/5xk/Nu2mWe2ezhmQ1SWO6KMp8QwUEYnXYkjSTD2D8mvJv5vaBrl3L5z1eTUNL e0MdtDJeSXXGb1EIYCTp8AYVzB1OTFIegb+5ysEJxPqL17MJyXYq8a/Mf/nGjyz5kml1LQJRoeqy EtJEqcrSVj3MYoYye5Tb/Jrmdh10o7S3Di5dLGW42Lw/Xf8AnHT81tKd+GlrqUCEgT2MqSBu+0bF Jv8AhMz4azGetOJLSzHmkq/k5+aTMFHli/qxAFYiBv4k7DLPzGP+cGH5efcyjQP+cY/zQ1KRDe29 vo8DAMZLqZXah7COD1W5ezUymeuxjlu2R0kzz2e6fl1/zjx5M8oyx393XW9ZjIaO6uVAiiYd4oKs oP8AlMWI7UzAzayU9hsHMxaaMd+Zep5huQ//2Q== - - - - - - uuid:6282AFE15E8DDD11AD0FF142FCE23594 - uuid:6382AFE15E8DDD11AD0FF142FCE23594 - - uuid:08BD74875E8DDD11AD0FF142FCE23594 - uuid:07BD74875E8DDD11AD0FF142FCE23594 - - - - Print - - - - 11.000000 - 8.500000 - Inches - - 1 - False - False - - - Yale Blue - - - - - - Default Swatch Group - 0 - - - - White - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 0.000000 - - - Black - CMYK - PROCESS - 0.000000 - 0.000000 - 0.000000 - 100.000000 - - - CMYK Red - CMYK - PROCESS - 0.000000 - 100.000000 - 100.000000 - 0.000000 - - - CMYK Yellow - CMYK - PROCESS - 0.000000 - 0.000000 - 100.000000 - 0.000000 - - - CMYK Green - CMYK - PROCESS - 100.000000 - 0.000000 - 100.000000 - 0.000000 - - - CMYK Cyan - CMYK - PROCESS - 100.000000 - 0.000000 - 0.000000 - 0.000000 - - - CMYK Blue - CMYK - PROCESS - 100.000000 - 100.000000 - 0.000000 - 0.000000 - - - CMYK Magenta - CMYK - PROCESS - 0.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=15 M=100 Y=90 K=10 - CMYK - PROCESS - 14.999998 - 100.000000 - 90.000000 - 10.000002 - - - C=0 M=90 Y=85 K=0 - CMYK - PROCESS - 0.000000 - 90.000000 - 85.000000 - 0.000000 - - - C=0 M=80 Y=95 K=0 - CMYK - PROCESS - 0.000000 - 80.000000 - 95.000000 - 0.000000 - - - C=0 M=50 Y=100 K=0 - CMYK - PROCESS - 0.000000 - 50.000000 - 100.000000 - 0.000000 - - - C=0 M=35 Y=85 K=0 - CMYK - PROCESS - 0.000000 - 35.000004 - 85.000000 - 0.000000 - - - C=5 M=0 Y=90 K=0 - CMYK - PROCESS - 5.000001 - 0.000000 - 90.000000 - 0.000000 - - - C=20 M=0 Y=100 K=0 - CMYK - PROCESS - 19.999998 - 0.000000 - 100.000000 - 0.000000 - - - C=50 M=0 Y=100 K=0 - CMYK - PROCESS - 50.000000 - 0.000000 - 100.000000 - 0.000000 - - - C=75 M=0 Y=100 K=0 - CMYK - PROCESS - 75.000000 - 0.000000 - 100.000000 - 0.000000 - - - C=85 M=10 Y=100 K=10 - CMYK - PROCESS - 85.000000 - 10.000002 - 100.000000 - 10.000002 - - - C=90 M=30 Y=95 K=30 - CMYK - PROCESS - 90.000000 - 30.000002 - 95.000000 - 30.000002 - - - C=75 M=0 Y=75 K=0 - CMYK - PROCESS - 75.000000 - 0.000000 - 75.000000 - 0.000000 - - - C=80 M=10 Y=45 K=0 - CMYK - PROCESS - 80.000000 - 10.000002 - 45.000000 - 0.000000 - - - C=70 M=15 Y=0 K=0 - CMYK - PROCESS - 70.000000 - 14.999998 - 0.000000 - 0.000000 - - - C=85 M=50 Y=0 K=0 - CMYK - PROCESS - 85.000000 - 50.000000 - 0.000000 - 0.000000 - - - C=100 M=95 Y=5 K=0 - CMYK - PROCESS - 100.000000 - 95.000000 - 5.000001 - 0.000000 - - - C=100 M=100 Y=25 K=25 - CMYK - PROCESS - 100.000000 - 100.000000 - 25.000000 - 25.000000 - - - C=75 M=100 Y=0 K=0 - CMYK - PROCESS - 75.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=50 M=100 Y=0 K=0 - CMYK - PROCESS - 50.000000 - 100.000000 - 0.000000 - 0.000000 - - - C=35 M=100 Y=35 K=10 - CMYK - PROCESS - 35.000004 - 100.000000 - 35.000004 - 10.000002 - - - C=10 M=100 Y=50 K=0 - CMYK - PROCESS - 10.000002 - 100.000000 - 50.000000 - 0.000000 - - - C=0 M=95 Y=20 K=0 - CMYK - PROCESS - 0.000000 - 95.000000 - 19.999998 - 0.000000 - - - C=25 M=25 Y=40 K=0 - CMYK - PROCESS - 25.000000 - 25.000000 - 39.999996 - 0.000000 - - - C=40 M=45 Y=50 K=5 - CMYK - PROCESS - 39.999996 - 45.000000 - 50.000000 - 5.000001 - - - C=50 M=50 Y=60 K=25 - CMYK - PROCESS - 50.000000 - 50.000000 - 60.000004 - 25.000000 - - - C=55 M=60 Y=65 K=40 - CMYK - PROCESS - 55.000000 - 60.000004 - 65.000000 - 39.999996 - - - C=25 M=40 Y=65 K=0 - CMYK - PROCESS - 25.000000 - 39.999996 - 65.000000 - 0.000000 - - - C=30 M=50 Y=75 K=10 - CMYK - PROCESS - 30.000002 - 50.000000 - 75.000000 - 10.000002 - - - C=35 M=60 Y=80 K=25 - CMYK - PROCESS - 35.000004 - 60.000004 - 80.000000 - 25.000000 - - - C=40 M=65 Y=90 K=35 - CMYK - PROCESS - 39.999996 - 65.000000 - 90.000000 - 35.000004 - - - C=40 M=70 Y=100 K=50 - CMYK - PROCESS - 39.999996 - 70.000000 - 100.000000 - 50.000000 - - - C=50 M=70 Y=80 K=70 - CMYK - PROCESS - 50.000000 - 70.000000 - 80.000000 - 70.000000 - - - Yale Blue - SPOT - 100.000000 - CMYK - 100.000000 - 70.000000 - 5.000001 - 35.000004 - - - - - - Print Color Group - 1 - - - - C=0 M=30 Y=70 K=0 - CMYK - PROCESS - 0.000000 - 30.000002 - 70.000000 - 0.000000 - - - C=5 M=70 Y=90 K=0 - CMYK - PROCESS - 5.000001 - 70.000000 - 90.000000 - 0.000000 - - - C=5 M=90 Y=75 K=0 - CMYK - PROCESS - 5.000001 - 90.000000 - 75.000000 - 0.000000 - - - C=30 M=0 Y=95 K=0 - CMYK - PROCESS - 30.000002 - 0.000000 - 95.000000 - 0.000000 - - - C=60 M=5 Y=95 K=0 - CMYK - PROCESS - 60.000004 - 5.000001 - 95.000000 - 0.000000 - - - C=30 M=0 Y=10 K=0 - CMYK - PROCESS - 30.000002 - 0.000000 - 10.000002 - 0.000000 - - - C=60 M=10 Y=5 K=0 - CMYK - PROCESS - 60.000004 - 10.000002 - 5.000001 - 0.000000 - - - C=80 M=5 Y=10 K=0 - CMYK - PROCESS - 80.000000 - 5.000001 - 10.000002 - 0.000000 - - - - - - Grayscale - 1 - - - - K=100 - GRAY - PROCESS - 255 - - - K=90 - GRAY - PROCESS - 229 - - - K=80 - GRAY - PROCESS - 203 - - - K=70 - GRAY - PROCESS - 178 - - - K=60 - GRAY - PROCESS - 152 - - - K=50 - GRAY - PROCESS - 127 - - - K=40 - GRAY - PROCESS - 101 - - - K=30 - GRAY - PROCESS - 76 - - - K=20 - GRAY - PROCESS - 50 - - - K=10 - GRAY - PROCESS - 25 - - - K=5 - GRAY - PROCESS - 12 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - % &&end XMP packet marker&& [{ai_metadata_stream_123} <> /PUT AI11_PDFMark5 [/Document 1 dict begin /Metadata {ai_metadata_stream_123} def currentdict end /BDC AI11_PDFMark5 -%ADOEndClientInjection: PageSetup End "AI11EPS" -%%EndPageSetup -1 -1 scale 0 -77.3281 translate -pgsv -[1 0 0 1 0 0 ]ct -gsave -np -gsave -0 0 mo -0 77.3281 li -178.958 77.3281 li -178.958 0 li -cp -clp -[1 0 0 1 0 0 ]ct -159.405 32.2578 mo -153.881 32.2578 150.016 36.6758 148.689 43.6348 cv -168.133 43.4141 li -168.133 37.5596 164.486 32.2578 159.405 32.2578 cv -cp -158.41 77.2178 mo -146.812 77.2178 137.863 68.0488 137.863 55.2344 cv -137.863 39.5479 147.475 28.832 161.063 28.832 cv -171.998 28.832 178.074 35.0195 178.074 44.8506 cv -178.074 46.8389 li -148.248 46.6182 li -148.027 47.833 147.916 49.8223 147.916 52.252 cv -147.916 63.5195 154.986 70.9209 164.377 70.9209 cv -170.01 70.9209 172.883 68.9326 177.301 65.1768 cv -178.958 67.7168 li -172.661 73.4619 167.469 77.2178 158.41 77.2178 cv -cp -107.375 76.334 mo -107.375 73.793 li -112.346 73.4619 113.781 72.3574 114.666 70.4785 cv -114.666 13.2559 li -114.666 9.5 114.113 7.9541 106.491 7.29102 cv -106.491 5.08203 li -126.707 0 li -127.369 1.87891 li -124.166 5.85547 li -124.166 70.4785 li -125.271 72.6885 127.369 73.4619 131.898 73.793 cv -131.898 76.334 li -107.375 76.334 li -cp -73.6821 59.3223 mo -73.2402 61.0889 72.9092 62.6357 72.9092 65.0664 cv -72.9092 68.3799 74.7871 71.6934 78.4321 71.6934 cv -81.7461 71.6934 83.624 70.5898 86.6069 68.2695 cv -86.7173 53.3555 li -83.8452 54.6816 76.7754 57.7754 73.6821 59.3223 cv -cp -95.7754 77.3281 mo -89.8105 77.3281 86.938 73.2402 86.7173 70.3691 cv -82.9609 74.3457 78.1011 77.3281 73.4614 77.3281 cv -67.4961 77.3281 62.4141 73.6826 62.4141 67.3867 cv -62.4141 64.293 63.1875 61.0889 64.7344 58.5488 cv -86.7173 50.5947 li -86.7173 42.4199 li -86.7173 37.4492 84.397 32.6992 79.4263 32.6992 cv -76.4438 32.6992 73.5713 36.3438 73.3511 41.9785 cv -63.4082 43.6348 li -63.4082 42.5313 li -66.7222 32.5879 77.6592 28.7227 82.9609 28.7227 cv -93.0137 28.7227 96.6592 34.0244 96.5488 42.1992 cv -96.2178 65.3975 li -96.1074 69.9268 98.5371 71.0313 100.747 71.0313 cv -102.514 71.0313 104.281 69.9268 106.381 67.8281 cv -106.381 71.0313 li -103.95 73.9043 99.6426 77.3281 95.7754 77.3281 cv -cp -59.542 16.2393 mo -41.3154 46.9492 li -41.3154 67.6074 li -43.4136 72.5781 48.7163 73.2402 53.7983 73.4619 cv -53.7983 76.334 li -18.1167 76.334 li -18.1167 73.4619 li -23.1982 73.2402 29.3848 72.4678 31.0415 69.1543 cv -31.0415 47.833 li -12.4829 16.46 li -9.27979 11.1572 6.18652 9.39063 0 8.94824 cv -0 6.07617 li -31.0415 6.07617 li -31.0415 8.94824 li -25.1865 9.2793 23.3086 10.3848 21.6519 11.7109 cv -38.8848 41.5361 li -55.7861 11.8203 li -54.019 10.4951 51.6992 9.2793 45.8442 8.94824 cv -45.8442 6.07617 li -72.356 6.07617 li -72.356 8.94824 li -66.3911 9.16992 62.6353 11.1572 59.542 16.2393 cv -cp -false sop -/0 -<< -/Name (Yale Blue) -/0 -[/DeviceCMYK] /CSA add_res -/CSA /0 get_csa_by_name -/MappedCSA /0 /CSA get_res -/TintMethod /Subtractive -/TintProc null -/NComponents 4 -/Components [ 1 0.7 0.05 0.35 ] ->> -/CSD add_res -1 /0 /CSD get_res sepcs -1 sep -f -%ADOBeginClientInjection: EndPageContent "AI11EPS" -userdict /annotatepage 2 copy known {get exec}{pop pop} ifelse -%ADOEndClientInjection: EndPageContent "AI11EPS" -grestore -grestore -pgrs -%%PageTrailer -%ADOBeginClientInjection: PageTrailer Start "AI11EPS" -[/EMC AI11_PDFMark5 [/NamespacePop AI11_PDFMark5 -%ADOEndClientInjection: PageTrailer Start "AI11EPS" -[ -[/CSA [/0 ]] -[/CSD [/0 ]] -] del_res -Adobe_AGM_Image/pt gx -Adobe_CoolType_Core/pt get exec Adobe_AGM_Core/pt gx -currentdict Adobe_AGM_Utils eq {end} if -%%Trailer -Adobe_AGM_Image/dt get exec -Adobe_CoolType_Core/dt get exec Adobe_AGM_Core/dt get exec -%%EOF -%AI9_PrintingDataEnd userdict /AI9_read_buffer 256 string put userdict begin /ai9_skip_data { mark { currentfile AI9_read_buffer { readline } stopped { } { not { exit } if (%AI9_PrivateDataEnd) eq { exit } if } ifelse } loop cleartomark } def end userdict /ai9_skip_data get exec %AI9_PrivateDataBegin %!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(R) 13.0 %%AI8_CreatorVersion: 13.0.2 %%For: (Julie Fry 1) () %%Title: (yale_newlogo_yaleblue.eps) %%CreationDate: 9/26/08 1:10 PM %AI9_DataStream %Gb"-6I?,[EEhE48qE+=6"LPtp\DCTd)AhV(Bj8#W/[VQo)htU7OeZ49,\JhOg=H5p2^@>V6q*[gOt0\DAAEUQh97u]F\YqJ4r'3F %cT,?[nbD'un%SYp]AGc#q!Yu1T?cJG3i;dc5OR]O\GP9DJ,/bE^An1UR5a`KY.!8XBjR+6o_rGDkOj:1cSt/JX_kc7%q#>*mJH?9 %rT`Eu0Ah9ZrR6O?5(*;-QZle!r7Ur$Q`n/Ls75./\*lN:T5Oq7)lMRWrp]S>?iA_$^A[Bl++JRNb_oKI^\.:!lMGe?HiM99s8T%s %ZgYX+k(g.ss6?(t?bZR*cb=6lIrA-L^\.X,p%qOWg:R=_QhP!8-VlsSs67G1H6`06nfQ_:oD\aZRigMeU+Q!/kPsLJQfm+\pVWK6 %r>X>]X6nU+`TrQ;o'uL=s7hrLJ+rX1T0C!do_"".rmNO[mJc8H[t"28h5C!rr8r'Idgjp4g@+A-[:D?U^=50us(VA>&!QsM-a.%V %rkEp\rkJF&rm0JMq=Ss(5(*D-3)76bqTCk6%j+%7qWn0b*O>X6m^I1ng;!RES+e$)lFX5a[GCSPI`?,Pro'pPhmE!Dlb7c\DLl %GON7`a(h-)qfTM8g08i=kPMmSGG!a"f3DMP^O6(=miVT'P;UFTrQMVHhDY7ZT(`'GM;!6`^[l9fcEfYqcggAFMle"8D4<,bD-#@K %>ADo/WGR!-@@QFobFGI^F1*/pq`J_porUOFD^V%KGnW)Z.`qtToN+[!%StG2X %0C6/"Ac$#QD(43ep,&AI4gNtRN9uc+[f,>Z`4EBQp=i3J8+t]G'ZVZ2CjT^-D85JAe_34?CW=b\f=.Sm^[/E]oC?@5S0*+@EK&p+ %`_j&!Z"E?J]_csBn_W9Um@AQ"s[Zp/$B/koDXD@]G^TD$n(['\)a#gaKqe]!Zrn6a"MpY/V\Amjh %/(+XgS^W$IBCYu\W7t3igc-pkkOJ!-S]CVbf8VA'^1%CtC`1th>,L\XXW;a/ceABODd+^F\*[NBP??FcgG63]G@/_&krWnGiYA21 %dtVQeZo39od8H\jcn@AVESTU1`DM]JNT4X>S28$r`I#(jGkK^8X<5d/:V?;_RF.J`SB%mk/\LjS[,7pna#\EOcs*]F`GrKCI^F"H %rRLm`mAg]De$$+%;81>.]d&Q5XaM3!hCJ&]f8]1;Rc?C&O8TM;Nr#0@GiniA5Ka]$lYl^VIBfqPF8_)jI?3sl2h$c3b/_>6+8U8- %LhEm*nalMmjm-j_gjS_j*&Z@*pj)`pb1GPG)=f/"DWf;oa*EY"V>/g=Dd&`up#UJT?XEH8le-lkoAP(BhV/Wj3;0i1bOdQ+K2J]J %p1IuEEh;"8BKBIkLOIhK\#k+,H*Q(.g=P9_fD4NRC>3RZ45um7I?d"rcX(NLm@E#rpEOIg]KD6FH^/dHohMslGA>m%p,G)ln*nBs %[XY@7`Hk#L-e?k`GSbgnr&slIU]#XeDXVt^D<[H)HY:g4cKh!IHWnP:6n:LU]:Q[4D:O!mK9!OF5<\ehH+?*#D2H6WM_.#N3g]5m %p$[)c@Yng'G8jbB2-\lM>NQ4F0omR4[^ha2^"N:$CWs4VGKfFp^5_aCYFW]Wg0-%nacF5TYC.s= %]g;PUYOeE1r:#mHr"A>W[f$WTIRcKC1X(tFFenVf\&R-m;pLcDrp]VB.e]=^mX0N-R\S<7[A])=X\B=7"LhV6uU %>i^`cqf$n:kG>U->/,";_:DrU=uSUY3mW_nmrIi@XnL&B(M:kbSi$tr)o&s+PP&I%peS2XhD_tU.+qsH)CO7[)o05*V#JkG2!i"oW/STZG+SCf?Y`p,s9\gNn]l9 %X&A9FB3Iq"n$osADHACDpG3h,*C">=f$\tnq5SmerCBA,N(AM#`K?"PVUi#Q?*Wio[scfXnKh8a`-^\_4,e7<42$%X:AVOtf3YJb %Csd=Re$Gmilh.sIhpYH+#6%@>.jn_o]piNBBdZFCMkFONM3i"W3*s%cI2h]4rs1!(WE^n=?.E_Mn)r`3X(]ktqmVB*SZUt*^Wr%L %[U.p"ia(4QK#k2L9D8k"fA<.3(6`S`YMTFpbbDCN7,KaOZ<88s?QNku[WW^KN[.X]l$CQ.HuT)]0md>GVsn^Io2k,1g#]@%jlNcf1VEn#Sfe8AVFU'Ms.0#I6jo5aAOo?HU9il&atW1q$O&_F'ro^;XELg@Kc3?i(52`Ykl[1X%ko-#c)\n=)2iofeW4)3lneBCB?-#NfDMU08,hqJX_h2om>n)6hiE*H2\B>DN=l?drF^r= %@=3H2la]o7%cGS3C,[B60-Y2bOZKd79f061MnOL#OT&dgS1"oU):*]#'X?QY9ojOIh;fQ@Zft?OA&PA.g@t0tI3RO_ruY+h2^@&RF+st_9l.j:Ek[DeN]Z]hl+1.Jh7K\EMAieYEmkgOce6o`(@l2D+5a\)I;#UlZRE(-GK+M %H@0&^r>7ag>K\R:-Aj.mCtG@n*Jr+$-J98pnX5k^o[O;o]Zt=N02QF5GpBlDVtL!; %gXkcX]B6nmO640:_m9e6%G-@c98gRW1!_+@hsZ=N]DLslb%o3"f!BR3Q(Qh"TD1A!CW$%q>lBG@8"R2KZBjl<;3!F2e3EZliQ+^g %ebC'7n7ZMJXo8#Zlef1Z8`#7GG)lo$5G]sPR"t'q`Tobe3Y=)9IoZE`q/1%ZIsu[7rG4o`+WmHF,i:JfEjj\74)4C!l`FO,rU)2J %3u\.no\j#dJc.b+9n2j+_`&Zd(XM4Cq_Q!9s65;'`!p*-s7Y?!BM3jRS_]UFqmZRKn_7E!o0[li?[Ve@_]SmE]>+/\pEpJYIJE.& %pV2%Kl1aq5hn9!WX7(OXYIZ.=`u;)RhgGB0hacLlG@1C/(I,IDhgDg.m(^14Mnf8;n%\eM<`[34J%u!AlVHu!IRCmLddArA]RTkS %_tUp\s36<0hrO\#T?=XBC9P&,s(T-cYC)&mro1OLd]["L$f&JE_oGRQjBeZ7rSt*.T)>M!or!#kI.R%"5/-p3n%\kmF"d$NkOXtu %\\H%?]mTG>j83V?0CnjuBU4/Fm9bA(._,=qC0&Hl^3;hu:H(5i)J:p[A+NhV[b!hnSrL^]#IHnMfpNHh['elZ88ET@SH1c[$j*?#Fc_D$+9:hk0o4 %:G?e%J,HH3r@^@Kqs*K:gL&[3^O,G<+_pGc?eg(,mXD[t$r3!lJZ2WkLjfr*/cBmR&J(\/ZQfVdrQ`fkT"gW((^3tJ- %o_.hB_qXeMd4P^Zg\'t)G()Nd*T+;eo(h\EoCLH&j7C1[q0^s\n'Bb[qRer:cVr$_gD/o9mF1[Ue'm@+_peF'4RGr!e,$F6btlg; %pscH%O)H,4+.jSr+!2QMa5_/hg`G(fj`,a>*ll=[mc!9dmDJP5e&14`_aDV++81KW@=;6!k(i20Ht^XPq=]2"T?bK#OZ^tMgs>@m %cfL[$;Db!46@-:-Sr]f0Ym"CqESMT3YoW/8*-8acNCSmGr.=XL5OK'Z\KC^_Du7+!qn,`%BVQj-g[095g)d_YmG*_=hmRCXQ>PKU %D;9lXojrQ`5-IcJj8.+HT4?^/D-bbi77krhY3c;(]Nq+qVr_oD=O-#1p17IZAQe/,>/k-@?fnihoDCF0c4BM,+*[nqA@6DS?grF8:a(:d]BcP1PDJ1Dcah);C`; %s.DMeJ$e7lNm'P%GO5rYm6L(+E7q!DQ$2Z`d99g;PkJeX[iJRt[&u(lrig7Y:HLN&'\Hp'a'CbS><=Y73;h1X?TVWgBMH%.4aT4@AGMZLEeT+E77!mY\f_i#N,E@<2Ebq9a1>Z,giPiCnMg*d^hIYa;UrT5O%sjal*;S7Y %&\Vbfo:G@\5=_m`q`b;;]?`5*#-gAsg!=+#q+KQj)G@n%c7MHY2T)n0fqC#=(ggW/:A4"h`/mSuhbQ]f`$Ieu`$Rl"`$[-'nGn7S76q8hb$@Id`%"/*`%+5,`%4;.7t9MT'CtY5Y/dE[ %l4;5[Y]DK%5I+5&pqujoY4\r1mpYa2oZ)SKi`4uNpW)D,mi-4./f[/@l]HDB.306YrcmaiB7K\o[uU=KSb9f\m-1)7n;b,]o31lo %]aM("4eE_ %>OQfNHSr7G1Uk**[beF$Y'.7VpZS1<\TQ2aG#ZK4H0;'2"+nipdZSD0YdIt+JpSG9rYoUXUBt8$V %[P^r'%Fksug.r17DkHASa4R=S[k>9Nh!>K>B4LsO]*:C,X2.GEcXXRNbcP*Q%8(uBle/EbNtpS)$[OUu(,X^Jh.;k@SES"bDcr1e %-Z`,Xae)i#2oC$un)KnJU%m?_cRn?bRnd;TS9V#YG[oC@[e*K+q,TD#rfHGVcVJJ\`S?ecqXI#R0"KeF[f:^K9g8pR\uooLrsV6l %T0\8T)2.da6&)!NT_NjmeEJauFm9n1:L:(#R)dJ%n*Xg@Ndp64cY`0LYLK1ih#6&1q2*.Q`",pgnb5X2IPSleIBEIY'P$sdX/mqY %GH\0S5Bhh[bk8AM?LQnMqY._852BOKmsa9M3r;5:juE5.PHQcXKP0sX2d^uo"J]hp7%3Y*4o#;!PP07+%GuI.)ZAAQq=T*c5gelK %nL`/qcW`LQYV!u,H1GbJZX;VE(#C!-_jt/u8&*\P0g=Y!GXV=r?hno\qV1]CoGGB7U831+0NbbFr) %)a#p5o]P^oiUif%+l8N'9+I&;&GC?1gj(/"H8I@q=I(e*CllgIV$'QM)A?hoXg@='eHqpNM25I&Gi %"ce**h08>%IK.jrmi^So2*?>j[KGSdFRD@;n8Apgh$rm:b\^K:2NpEKcfYJZ\k14Zo^27V7n0L$>k %Hp3LWClGueA8VXnqI$02B50\q+jF;LC9G($a@kR*0H0_PWd_OD.PDJ1u_hYID&F7W: %gsn-f#\fJm]OQt:]m/o@<]l>57h'H$Ln'6T](W`QRrQA!)YKO^8=frommYOc[i,Esp;$JQ8&HB1KK_7Ck-=P"K0:q=UWZ!Z\;6&3 %%&1dnHh#\`em%LI\(W3J\aapSo?5MFO170g&CmX)*KR^pl"5N"E>kU5mdUY1T82RT@hg]t.(O[_s5[WRL$-4orF,^;M3rK#1FF*d %J+_cis75UWq84Rl;`'lVY.L=_N73);[^:$Y4:ARVDJGg@:W*-4?N9Ko %ZMi1:f^QAPWdh!tP;RYDYNaq0XfC]8kHFInT1c-_bQ$q\rYllCJYNhgHeiOdZgY>Vn]eMfZbN`pSQ<'>+1pN&A%B,6HUVgG2tXR4g?)^/!FK^WJ[BXKj`@=d9HpgEOfq/QNor@-O^#4G3p3H2 %ca0`8]pTh9n$f(Zn[_kK?0C%ej3B.Olq8>#=16O;gY]?F-p&JkHUHQUjVE3`)KS!QgM(fj0_mKkMDY/b9092V]X?d.:QHL%q+Ze3 %2m5<``>7.QebH@\)V?>s`pgB6t$0S!KmE^O(7_o^=mR?j_aa4CN\5i/L^+3e6:1Hfg`SQH>ucfgZKm?=j)c:,IXNpQPKOMg+B[[J_MW?J\o5`]A+Zg+Kgiba1?LOL/#?4i\V!TJ[<9 %^k+>FC8n?hdc*&9cbo#/FZTY6TX24D:=<:m5"l40[IV[Rb`6dG2oRlP#/.IjYjE7kX?8+>-!dQ4[cJ^(Q,iPA %SX&BG-f&OnE_Fj6,1Ck#cHARF3oB4OOfjrOgEN2Tf:I(bkJp>nZgp+^UpFpHGdJ]dmGKa)V"93s?DMAu8`WOm[CQRuMfc)V%`h)M %eN2gCO`"GD:_lUR9%,t/Uhf('3d];_\nsD[d^=+RQS6dh/JoDGNc_D'`R&spY*Ic;^IW"`+(nB\<]<,!7ClN+p['/1/%;UU-XEc7 %c8A2&mOcF^P&sa[a.@BRGAJ)[]\Jr(W,(MBG.+-jl3paeY*CS)8CUdf(ja]b3p1IUY&)!PB>o/`;.k%3I%eiPfe:j#H0\>jFn:;J %/$IEU3nq@!"Zt5eJ_Z:oFacNp$[(#eNk%YcCIkA\R0_8)-[DHDBWSX!ENfV,Iuc.fHJlE!)V8#!/OVhi)2?)niI?CdmuE]_$- %3\,-hfo^1*J=Jd7Sl7u$bL+[eS6(\C6I*_`!6QHtjWRqQ+_OBnH&`1k>:-(+B:K_2L^92a[V,Jb-KG#;/OqS!Q+(`q3l\S=@u*0Y %>UuH66C!L6X>dSb>o;1nk0r>!J6XUB!ENitS]iNq8)tZ!NcK:ga4;<)S=NM='Mts'nKjc%aB;0)pDM%(``>0WJt+b^$QBK7]Q#QN %6I*aF[Nsq86*K&"6#Nq8gU\cn]Ft]d6I*d7fg3pLjs;/eQoPe"NhLa!OE4M-GoUj2T#QGRQ)EPN#J'YTS[_kZQ+6Z'-#p?`D;s:7 %]#<.A20!KpgVhXBC?!si?/fVFh^5Mtd3Ys(8kiQ='7Jm*<@)XmE_TfPI$;'D>tnS+>SC1cB=E_um;Pd)rLfFo[?Y)FY4Lb*Bo/:Trj&csr4.S6K[0CZ@\6:sDMSC1ScF8YrI.W8rGCbpeHMJn-ot$.Gu_?LAJ.X/_#WQV6=Qjj,6UoCt@d[CVO2>-TEWXo'Yg[CVg:c9n56>59Lb[@'$4EOBg] %>ciCC\B[I.\Cr,aEV4@E\GB6!i]7Tuip,Wp`7=-fibISD\CriZ'3Er)R^i2[.uERS^.qqrYtnV/\P$2jnQ"R0:Gm-/V(Qb)j]@:S %X6UDMj(3kibETnEGaeiEOG@SibIf/`3jF! %:hRc%`-#D_`7:2'M5ut]&m)7eM5unWibH)LS%.1'XGO!Mc]YeA$b8u:kHRZbkHRff^"qKiY1>LHi]<-KinDPY&m&l/20!cIPf2+q %2i4TeQ,M5M9hAT\7=F01XJq&WQV6=Qjj,6Ue,1\8[Ao\*>.Gu_@!T*>.Gu_XaH>B[[Jgg[;nuHXaHVJ:,A![(3&>[+H[Y-%IKEG]i(i]=2iinDPY'%^19-*FB* %-*FBJ.WKtnS+>SG_'H_%ZM>tnR.\P$20I%.WL>tnSI2N2ZW]M2Z0V+]f_jdN^!3dp#Q %FX;&#QRRcl*Kf*peW+07>j[L$`3l0+gVhWG;Ft,kV,(@0iS>c^hDe0fC?:no>(aO`>c5,.>eLf8`7<$iM6#6n`&05i-*E9%5&k^I %Q,M4r-#p?`k7ZBdI@[lOh3GMH&g_P*nnmC?lFOpaau+0UjkI`(WbUPIb$F"Aceg(Pj4Yf^[Rs8!I1q%gl;]-M[;nuH]mQ$R>$Xj- %X]uN@HY9gEX6jk#>lC=\`3kk;-*H:Z-a'T,-*H;%.WK<*-#mdu/o_p+f84:DlOqfMmLn,P^.hj:d>[;FbIY'(e# %ibGBt-EbobDA-)e7jW-q[m"f>Ap9`SHIFF%X-IJ[Ccmq7`:^@IFkJk' %*L=/E=#bD+-P6+_Fb_9Gle/!"Yf&Dn7rQee-*G^bW7rnD>s$R'QFK[oU2K_f1ahR3:L)K]FaKIbmZtp*IWeTjeUW_D[d=+l#tBWk9SmBH0[o1_t2HY,Fsha*t]GPkmkm@LHS4QGi%-XFU_-KO`$i[oYblGeCd[s %)-BP]SX-c,>GCQX`-&ai2n[:<>?.$#[W7_Fg@MeAlT"O)lT"O)CFd0B>fWP]>fX+m>ci7?\QW:`>eOAtf5Z2/\QW:`>[+b^>ciCC %\_9)%F"Q-cer?jhf5^.5='qh8Y$Sia>eR:NY#_]nlSuW(>jXf-bgk":m5h=1?RN"3kH,u-ZN9hQkies,?K\GG`M;I]V"HNdQdm.QZAtH/]mdR<#Wh;F9CV:q'_m@oS6$IS)]"A)M45$r9^T4.L4E"N.6+XnlTRG^]Fb=8. %_pQMIK;G`kQ+INl])(@tm0:a>LVPCL1O/98G4BJ>oJHX4^`,Cc]cl54m&\18juFdU##AW^Zf99q7dGNmDMTMu-L_4$$V(a_M)W@= %]T?bHIQaJ!3qER!A,!CWA-Yn@K4%Hf_)'bY8aHnXb)T]H]tn_lgD8_Rh0%^hN9Am\fYr*$bq;T%Z--`rHI3_snJ1%d1-8juRlm*E %Y&)[Pfk'WY=\E@ZNKMK^+W@P#ern_Z-C_DR[`!ES?156QS"2^1*W%!A:M(@&fe@&S7lj7+AnT5%>bnMW4&9J/CWt(eflb!Jlmt)a %[slQH'%(Ag0kP(?CsXuXln"Qanhk%Bam=D7fm3QOjd;SdZV*MpB?BMS?=S/oK/#G`B'4WeY"rYBcXj:jG(-"*cCW0bgbU^fdsf8\ %m=6T%]4/E*QSmD*o:FaDB"&95d?2`nk9;rJq?B`-V_-R\GW$N$J-eI+DClQ*P((ss`b!d8IpQQM]*^g(1eT>*=97Ig*'C-YN"?1' %T%$5_jq&LpX,V)A.6)QUHVs9*;=L2@I/NX7op>A(I.'8umJS\BeXq)ADJeSRp]'U3T0CuL(B2G9j273jrp];^Ie`!]9)+>As2u2U %f4>9g?o.gB7/LZ(hu'U)b*apTn=pBiflJ_8J%'pp^V@?ilM#NtrGMXFF1o'[5P`:s^]/M%b_Z7V]7**=c'356Si9$"<`Oo#]a&Ie %K(Skb8CDIa%:t-uh7FTJ"R5N$8CBN'Qhf$A59st)gEF]&Dl5"i*bB*Yq.`IKX3-O"_l=,:3o"V-,Rn^A;.XM7faUMVnTIIOp8e`q %qU$c[P0U5"+\>nH%S=+Dh2nF`k[mB63HP^%g3sfngL7T4P-cH6LEmWT8NOJ$L*Wnh(pEGZGZTYGXaE2UBm"Phd^LrBphIe&+\@1Jr_aS7SUO,XlO(W0A]g+1 %*KaQb4#G-BUi!:F8_S(<$q]1#-lBFG=,/'7iS=o6HK-PDP#e_QP'5,gLEuh'QQ\q=04UChID-bcoXak8GJQtsNBU\Y8NNrqOJJ5d %OJJ0-OQ?F&F?fcBUAJT.D3IChD[TiA^,B/c(V'cKO"2DmD)[K#M9,YT5LkjCh3MV(+aIiZA)&9?6Lni]QgqY`e1-2qLjMf&a]lD: %`/X18,]D$)WQWA1ZK,sROnkduV+0UrYfAd-k1clL:11f<_p)#2EME-K[0Gb`>j4$uDg`b6JeFF)=$>tAM9FLZ39,/gEV[%YUnG`h %lQ4GkN4cT@gnAs]jUKT8aD40k,q@f,Lgq0d+6+76Y&X8_`gDJ>nnF&V],17VDo-O4(#1Ygip/eak(gq8k?Zb+Ou"I8CskpD&madi'#r`T6DiAOB@D %9Q!F1d$L-42<=GAb@D@Kkp7Z`9/rO4;)I-CY\tQ/D3@kF2b/kIO(14'Upg]cqXdROks+C(@VKo&L9V,_9duPAY&Ue5O8Xs3X_>uA %MPS-^)\klT`jSB6C!Fer2B2>$iom>11`0qH[$ak.@#OSl1QrMCRl@fjS8o)'D6WnS"OcGh=V%Ko[+.ljR>h7$l&@Vd,&&P,t4 %\_l\\1EohWUs7Fn,$O\2g17>]bWV"Xg03r)?'2JtOHF`T,],,P?*@W^lLlNa=%(J1%O%!Q4_ItS0TJtUN1jEaBtO:WN+eDI3U@VQ %74`<&*i:HR*b/+d9A=TsO/,JP4i](9B''J`FR*9YnK!a6X#o<)7mte6N:)sU,i-V&VgTiHSstLk)u\p5e^%;F]m9C#KuFg"gW@g$ %)@r[H]WFh]dWY%pFRoj96bln?3a4$"k?O4#/_f$'^X_p=` %kQSjA`bC1Y?65Gk!HGtMhV73%V6,,7T';rU@;);1=PE$k'I9"B`DS4@JU4TNlA#7HW=^Gl(b@OQqj;\qR]mf\4BQ>L=m$0i %->[U1&(<8-Z\5:uZ=UUTg).+br<:Xc+tPM/*Mt0"Y@k`%L$`sI@-Yc*FsKau^I1\lWV,XEqE$OA_fb0^H+.JG;PM[$s/q!@MRU>h %:qHIUXuTAE/ND+G.!8m$]4i\dhK(#8]u(jh7oIsHpG5D+^@h_.GHmL>"0)1OkE-n+hZflo9ufOkOI?>9NH9^$as"gGKrc$`\\k?r %gi4eaUU^P:e33,-lS.V-]PWL&GHZcZ1$\)CYlph.[7uKTJ!kFTN4Q5WFqh@%\;k&s2!"Nc.I+A82Kp!\>%L@m8JhHYbpEoP=hm6.VuN].cbO,Ip_SiaT1eZ^@V0Wr6]Q2Q_<_4-qKa..C\D%,`pGdDF< %>X[#bG&X"mUmiI/-/iJ8l8a$(1Ca&fct90A\fQ\d1UMQU[\1kJ>]6T.Rn;=("GVrFraA[@o#S!P?WE4VIu4N4-Il"5(m3%!J*ae%ZO %nRc>OJuO-=D`^^kpZ(%`pkH+\q<"k$M3T/G(TnuuEk]LRBB>UaD2C3$(%j8uRp50qdIGIepP?MQDgjTs:!P\5+m1b+Ho"3EX#b %-Ef]q/,MJO;9fpCIH`0C.X,u"VjtBZbF4Z:[lf8R`164UkinK+@l@\a1Tbe[J1s9%lDs:kUbc<-`sbBt[qd4F9[^J)]-ZZ7e/#tB %FCo80j5,@49Pjr=%Qa3-rE:AkRAmmFKla,*n&q;m1JR``f&YWG;ea73F/EY)l^"%s9m]djAt1ZfG_lPG6"cXpJl`2J8]f"2-0Q-8 %RR4SS"#g;;6>@dm\b@)SDh?9!lX1+GR2t%dO]QML5UpFNHeNmj8H!f_EFJ`cEbESZ@[%(o`cML#*i<_QKM]CD9 %kN1@!PKm;f9c`JG]AoKYoCB+5l-R7b8EWV=^/WP*2X>OsZIN)6G==Po.jISYdTPCN*$Uq6b8QR#d^d6-p"AWSLE;7n/nOKQ[VFo< %n$?#X[+F?\]<>)pUbcA$ %?5%Euf,f@Kl5"8JZq`Xq[C>DCbO0)XnX-]_7@d_>2:r=$0u'hBc\qUfdW?/Soj+S:05T,gOOC@c(s`*#2)/`Rlt_)l_nS8V %K(QjKH-b5o@F":Y7JXfjFi_(M#3LYZ0+r>,*k*23[b\Gt&XY@eHb:b>1Y]@?Vqdrm-R`W@49iTREe>Be[ATPN#nM=dji09F8\*D5 %LDXF2.-G)tlUP$S2jI@[@5.Drbc(lJ9F#,$linR3G,L3ho*@Eg,B6?BK7@Z.aH_%=%3@iFe$O5e2jPH)A\IEQ(b0`2^g3>I*1`"ER$E/(n;,^NCo:Zc:pJU@B5ofpde8%cH;`\#O#E`N'K*`B1B>/ %1''Edbn51^L6r %KQd_`gZ*:d'%\S067:tjCL,4LEHUsI>S;-W3s4Lu-0WRU[d;0ISQk>kT=EU+>g=j>p!XeCEme(u=lYf9P0R7Z^0HN\j:"f1 %H,H-J][[q`&ted]NCGiJ`Aq_ZkL/Oqr_WgiS=FZ)**;"^jWJYccF_2P3A8C#&'(2mkU)gh1iE`F9lo/5GK`dfY4Xs?`mp$aDQ\js %Go/'U=kQaHf[is0/**dDN\e2W=Qu%<"Z\*Q\6q);/E_GlDF%BM>-F>DESJPP %k5ol"R:Mi1mQ6_)V%ia)NPe1BZBe]Ylcc[cc\>Y%#_8H-*SD'XTB'2*q+9lt2&hjbBu<0#VEj)='.a`HCL6H/aW!8NmL@7RgLu\<-n` %N&/S$MYo:SkJ$V/buP]6[i2`/S.:>Tma?p2O?D %;aScua;O^_&osaqL?ESOE6L=Ep1q6sQQoX.b^!!@9\)3?UtLrQ %:84GSY2\1RY3@E:edZHYS"Fu(YFi!&@]+C)CR&p5VWT[%rP2/^JrlKn*R %P`mHZXA<_8g:H%_g#YPkQ%qV(Um,cI^9&l]HO5.oBsN$CC"g&TQOP\aieuLskn]UUcS&dmBU"3#4(JFZ/9-X>_?I^ttt>D`'m$-9LJs:$S^V$ealUSP;l:er+[g %Fe^-`2s:?)@%E;I`IL4XDU_cuAY"b*=5N6(n]G(V;+$q?FllmM=5I[ep-,VqlWSQSet.$X3Ea7b\)oSVS^/kT;.hO&=\td:(:h;m %=JO&D]kY:P5j?#.cuB$DUb %%_EGlX#T=%/GjnPE';&mmQfs-?9DOQ>TG]f"Zf#uTZe%q[5uPUF3YeT:Z]1HHMH$>\`I)m+9ckdK0VJiOhGGh?nXQ3AY&-0CJI-< %)<@;DGtf*Nim)+s1PkG29,RljV$p7YQSJijZap,%4C:$Sdfuf$6O/0gWIo`7e3PSYL2^J&BdTg35X':O9"mq'&c++#7-qO-O932H %6&>-Z6&>-Z6#)pF%mle1OY$VtKTI,9+bYs$8dHT,70pGE=m7')ZKNF,ZKNDgQ'DhG-ArANO<$AQ*O8$;@E?a+eWn89K60J(nj.<; %:3d9nG4Ir1&\BtFn`P_!KTI1YP7Z0%fLZ@j&NdG;Ln0KdDTL+^O:pY`K]JMkN0$)4-QsbUlm.8FR%8nlDTkjB8>`[*68H]I&CO!m %&je@rP7`sTSrAa<5E$/i080u$QU46^?O@tGc\7J>)Ri?]U]PLkZSj*1O[:0u8g+q#BnZQ'ZpLEn=s5gAr-Qabr^TqkD1\,M5LgRT %8RX\&OL=nNDG68$/\CahPJl$8-]GYk@T1J$D+eHYb%H)mK=*flg6'u:mYn5!GiuEEQMAUZ#1bT$&Y%%RV0X.h5dI1@iq)''G*k&5 %b4E+rq$K#(CNJVrajr?g@c_Sl;]/a*;t[SH=0@M7XK"9c%\''N;tIk1G%G2i@U>p4EFm(#9HF"ub)"<0g?1:^pc](f&i7q$'OJEQ %qDZjdj)<-Y=oG*@V(9_+Bm"SR`#,b9Mdq.;LYlgRniE[#i7B6H!#`M+)^AC,ImV/2:NkN>B>j(qY\AM(K2&XT0Oa!tGZ_.lg_oWB %@cNj$Lb7X/C*dN2Sfd[u1>Ec;UU6pS@L$l`KuB5g44)`iMCTop15toT,BoH/84`cn`IMLlVX'!:6n'"q[<("24KS5V7b %@jJe4Ak?LN[\-D=E+?iKAfBU6GqT*(43%sUKAan.:$L`6;V(VHSpe78I)2'[S$(s0\<7M;ZJ7KBHiOUe=q7M;Z*7KD^#CSV#SP;ND<\*9XK(`32HNiPLr:"BSs$WDW-R?dnS[iV9$Fh*N'[.,C\YJC:`Wa<7== %<0V:K7YK2aed*\[A;sQQDUM!>kpC6MP]!1S<0D.I7RY[!ed*PWA;sQQDR)_skm#X'WN;3lV.#?/8YqCl8YqDg,RnT95q6`Ibcc5- %U][U'&O7g],XE@"8B4S1,KWec,KWec,I\X])l](>)hE$S,>\kiUf%\B"NlEZ!on5i.c]TMJ2lF&;N:Ji_W-QSCE[Y37JNO %LH5Lr:e*"p:e*bjl3N303`69>3We99NX0SZ7k3D,Nds(4&b(N8;XoK%!o>V$^`2E,`>dqFGf(MPE0ql8E4@,(%X/&miJpmSiJp/_ %g,=bN4&QB?4!MP8Nds*g,F*5H,7k?-"N$jm<5P>W5WI7*&;N;E)2C6Sj2s9MEMt+IEMt*k*9INc_]5Y7P<&d):e*bjl:>J+lA-:4 %3!#`QY@WJn_7!HP+`5Rqq464S,@b+Xi[QJb+PQ#`fJU7BF>+GVsT.>KnbjY02t*9P;M+E %!pn&f*-UNj'mAdcJfXOjYeqN]YX9L`G3C0t%Xk/$%XgaP_]FAPfHZZ)fH\`QHN`&2O&XhAO$Gek,JXe;Ur!Ui"PBE/!'Bh8$9Rkl %_%(epg0p%Ag0p%-47!PmLHTZN47nY-48]\(LHbk-&4e;<&4iH7$44)W+fVid+b=er,g[$VUsKU*"PTQ25W][C8im_"BSSnUm8->' %m8-?H*=<+[6QrG96Qq#(-mYN-#"bX3"pqZ#5m$C,81Ns[8>$t-8^^?<8Oki[,Y>U%8.p)$835JH+\CAsalT1$3$]O2jH(YRjH(YR %jH+JfP=#EP)fpE"U7Lq;Un&3_Un&3_Ncn;kP'5G8Jp($_3nd.KJT`e>P'1?t/JmfMO^cE/B@#%'H@>@/Nlqg6'*=>Al*=@X2LHu".A<9dA@?A8c$kcZt61TnU;Fik"aWX7,NTBGW %3_:S;l6MK;lD0OflK"(LW09`7W09`7W09_L;(%>K;(%>K;(%@!6_-&s6sXIO8NLQ2*U/;PpO[M88$),@YXp>,YY!am2@5nk-E3NQ-\6@6,]F6cUiK3o$(/UX!H\#]'m'-q_AkTCQpW7#QpW6PF6Flg%\9DI %%M],nTp#I;FHQtlF:pi?[c*lH-`Nb+-P>RH8H9bh8Hg+q$(sX5!HdNN'm/Xb!Za0*TYi+UTYi)WFP%k#%\'8W%\!ULTp(!fFHVMB %F:qE*:'0_-8Lj#P8]3Z+&m0o`;H\cL!pd'^?l_/I/aLbT.dQRq?l_E;X@"D8ZpQ6mFsnZ`%]?,^%]9HbiKSjSSqPW\3h\WmP%6_mP%8K*C^@F_^MLo_^GP01.o>&7S1Q>7L?TB-qW49.-Y[uV^-7@,aeaY %E_8CJaXKg7:(9d0JC*PTU/tVTjDI[E%eU3^mA4r,p-:sj@cTXoVGSdfp>kKn4TkdqOs0RqP@3o %r_b6Ys3`Br!5pA/GY_@3`d>!`\p."O8]H+2DBA;h.d7!u=XBKgL/jC^XfR[pqnk-J:4F&4] %iCPQA+ZsHbh%60bOrV>;P/@Qs[$#;0:J+07plP0ol&OpXIU&ce;&#m_;_#69qAKts&(e:3\Q*+f/G/&J*X>koRIUaaCnepuI7oCP0X7Wt\\?G:-3F[oon@jQ"hP.L6=BQdrPR/2Q2#0X %j8)),Rn[otNVDsGX4"J,\Ppr!nZh_,8ut/!\Jst$Zo\5i83%tNNTL"'5F[$Sci"[Vf`VEoU#hNGnh(0fV%T8#d!a5m5$67IpC+%> %B*[hU(]#_LhP;8,T-(T>2aU(bYna_CqEdE9ehce1*)]CrqL_[Tl^[#.Kmra.h,EofUm0M2+FU5c:MmM';'TKmn41Ae(8O&>)d>>[Q]-AUVIP.j[@al0,n/cg&ea %\M)^iV1*7.nE`6do4;`ke_9/-?=2o/9m8e)0D)TJ]hWhU>Uf3B9@NQfIb(JLhF8s!3D&rC]NW@@&t`]VDX!B:B70N;S._<2@jap/ %^mu+=>H]\'Yq>1?G[)]&=\L_l59"6_<%Qp9kt6eta5d"_5F]Tt?/J!08r6@1=f,.jC^/FK@PW8_I7C=P-`l^/IjgbU&h>'Yon@ia %TiV*pX+EJ(q$9kjXLq?\(]$/9k2d[N.HrN9V$)b"-qTB?.-WE8UEhQDUEhQDUSMp06:l2s6:l2s6:o3p)(!'TKT]lFKTaJUq'='[ %q'='[q'6tRjc^r_jc^r`jcad?Pu!PsPu!PsPu,oF<'j0n<'gmF749T=`?u6kd7Ku[3_?.s3_=c1\*502'V2%o'V,AkU6C+*FHVMZ %F:qD"SRf8pS&KN58lBaD81L6"+@RZW+@RXYV!'(S'V2%O'H%%88gf1bdRboXd7M,efn)C\bAEE";/?k!MG=4Bd7GfWd7M,%3XHXg %:/WNu:'*lS8Y@Iq8]<)AM(jf^Or0HZdU=tSP,,$uP,._;8L.WgbL.WgbL.Wi(Aa$/9 %%@(n5F:o1'Pt_>=S?O\92b;79*3sh8\gg#P"IZ<''QcY %9*3o"O@^qVerWHggFATo[&oK_$JJOk,XU68Pm"Ir;Fr@lehr)kR,B*P"M1^58LiOsW?fi-h(AtSVbdtCdV[h2CDA&2]]R_`c%8b` %.c".),g[!e7!Onf;X&p.!o6[ETGo@PV&LTDl=qHDl=rNX_`VO]M#oFj;TEPHp]32Dl=qHDc00B)_)/=6RA^Z>G[Lu[oG$e %Hs>]q<5,JT8]8)<.LCK,V34flX\q^jga\Ql^o^L+.c=@,,S4jY8cmsPW?daJX&K];[t[NWi)[B6KlF)i>sYu#.LCc420J5NE2Y%I %E2Y$+*$tuF_^)47_^'ePQm=?qPGBlBOT``KOoRL1OpX3C&j["i"NVaL'[#Bs5WLq>.#1;j.>LCpj^84U_]u.J_]o2'GU.58L"7XBI"=7 %BI&*;N6olk38;BW38V]_9l**]$*>V3i*>/[S6R%)'80jIB=*+b=_p,`iLkUll4C"Oc7j5WTmJ8idq)8;BP6l&\Fcl&\FYSKnh5LI>$*LI396To^PaUl]\o)`% %q'/Hkq'/JA0dXj99b0Eb3@Q>,,V^):8YqsT&L]Ra_45Q0,F*<5,>\ku"O*R#<6V%sJ3!660S_hi3JTd"kKl`W*;W4f*;Tr2_]KKR %cpoSKcq!"6q?WTY+/tbtrIAtQ,B+-@UiHrn"O<9Llk2Ii]u-B,&L`Du!p.d!.co#ITH*e6PX?OlS3nBLF7Mg6F7Mg^bfLq-F79sh %8K[1N-[d6p-[d6p-[hf.SFhr^SFhr^SFhpRF4*PkF(8f&JN[AFP%f>*V'K/6QR\LPWh*8X5?gis9j)W]77 %TH)ZVV&\1pPX?AjF(cd5F(ce+%W)?mToE$qToHiJ]Fd,Y2c;Vj2?N'g7c59?a=ZT%7OmTJ7`7,8G>\,G5NZ"OnTS<7E(NJ3'J<:kpl*:kphNe4CMYFXSILFXSK- %%V6n_-Y9)@SWo7)h/G+%;(#qN6_0I(A=\sIADM4\W(>K2)+iE$)1cp.7QT*l)+iCN)+iCN)d?1 %Nq$^N$-#N1/sMJDh0:4r8NJ:F8NJ:F8NJ:F*U0AY5WYDI8;B!!8LJ.=TL0RtF=8@KF=8Aa%V5diTo;stTo8t4PS$091/^Dn1'6ZY %7K=IS8-,9G&NGP$!p#j=og"SSZG;W3BbP&[(HOc8lWN79g_^'J`87CEKoUl0>GSog)gAj[BV>ZSF,Qck+9P,YO)O\B>_Mfbq7 %kTZG:8f,Sm46[sFOI^KU*3tb]_N:=1O`&68\k!=a.C!="::`tT@OK\N8*m%0jG9@KO`&*4\k%k6?/+"!l^0M]mi&Kq/WsUedRA3# %::`tTAg^k0a6]U[jHuK[O`&B<\k&^(njP=VP:t?QH1FC[nt_1SPUBb4_@KoTpn]SErDFH2pe+lqrh57c^XP\%!)j\bJG:<"0R](8 %^skf'@-Sq40QiL^%/t1EMi;NYFgai!*;lj*d7"83c'YqqmU(?e=)="Bf%0AS79\*R84Kn@>up,n,A[qof/R*Fa:M;=dhZZ]gVu6j %&Yo>1F:k#B0!E08OWe>do+GioOS)a#p```[@NN2Z,-?6o6bY/H7I1N>*$U/4:9p@-nZ<)"MtkQ+CSnc1,-s/pBhD[LDQ[jHbmLV3 %bf@tp4@C3qM`3l40to5\l699;]9+04aqnc7P;-:YLu$UiBbUgt>/`-c<[ZSqr/g?%lQTB;99(]3`"(cBqM>"mZf\o6*VW"h>kf*Maqnc'T9OjZ@cdM/7_'R`3feDU?c5^M^0\a+ %OkI.!>URPg#2/A<,(n^tg+QmQY4%^u&]0>-om/9fT(KdGcWVEF6ZP&t[S6MqAKNrOdLil^11kdn0\(kJP:N.=fZOb-JY&Q"?iep'!I$%#uq'&'MlMZ?V%&KiQ1AF*j3&4U%U_?^Q=)!Mm+]#[=MZpdBme4"t.Bo<\BV(E=5 %P:RolV(>O>L+OU^V(En(V(GU7QF;V=QF_nIL+ZBnL+`Vbn3t,3^.?3^^'Ju$(D5N"Mc@9]Ma05c,/?pa87e94&^Z7b!nu!i.baA\ %5T@QGBL(>^'Jhu(P-K!,*d&U*mb@'"ME]O<5,1^ %,/0m,,/0m-;YZQpM"m:QM"m:QaMg)c&`G^5)cU^.890qB@+gqB@+g %qBCW4l&1@:p`]cEqBCW4.?'(%.?'(%.?&A%>L5ek_CaCa,2@c&&qjJn71.uhClojqJh/+c/]],iE=942+Lba:#]^<]8:fQJ/L&7f %kTYW6JhBqL\&]A:Ef5;W.(@86WK^WJMa4hCRMV2mUl/3r/^d)'g`g#,c7RI5.d.Z4,*6])/ct8QkouC79DB]]DV6\!NJ#5g@lA(R %DV6i.@Le"u,CjY<@AIj[OY6e!(AT.nDNQSM3Od'GJTH`s&NGP!;F$!i!pJ!"!$/dE-(TDq5_guokjV"jk\rZb*PMfP_\];F94()[ %94()[94=WH/qjmg/qjmg/qoDqFQn^>FQn^>FQn\td\ST@dOk5<,$k$hKllR;Lib))Lia$A80Qf@0G:0cjGO:c$bf.4h1@:(cn5#: %A*TQBM\OMip`]dqJhJ=r/bgN"-]Ng6,18%K,9ksLA_oRt7MiU+QaV]@Qb#_L/o?_;]!OnXF=E-(F=E+^d\SN>d\SN>d\SNn8=-c@ %8=-oD8=-nY+W\9&Ur+""FSI&FFSI&A%UVW"6Pl_t6Pk;qkTZ)u?)3Vn>m/SI(BJXA+r,4p,*3:C,Y9@lUa+]WnJAXSWWV4QP;#m+ %-XS,j2^FQ=FQ&."TT_$lTT_$lTT_$,5poq`5poq`5pp$8".ah%,b9=F,b9=FNc];)P'$7`P'$7`3muuF5WX9)8;Als8V\u$kn$<, %h0:4sBC8Oi,*3:A"O_uW;E9Lc!pB&A`4>M/$KohR&a*%/&a*%/.@a%>,WM.)Ld7<@8-*#m+p)'H,%IJj0dW]I/q"=_/q"=_%UZ#N %/qjmW/qjmW/qoFZF6Fg%F4_[U::c68LFlCYLFj^o+cCk2Ae1DN)[qCN'KCV&MSto;Dn02afclN-2<7Go0"8EF+Q,2ul(,2sTZ8AQ:_La\V,La\V,a@3Z377=]Y77=]Y71/5+(D5j"7DKnW %8AuR_#ag7R?k-V@@Lcg7R)9^@F8-poF8-qe%UT@_iJU[ZiJW4HHkA&f02afc0EUDK7c<'h$1dR'?0(!Mg*5N]l668?Zpb>cdMM0QaV]8QaV]8QaTEc?.pJ(?0WU8?0WU;FRhlY*52]O_\];F_\W>qp`]b[\juuF\d4rr(BJXA+r,4`,(L//"ONj#<79`` %5WXQ18;Als8LIpLcln>J3eWUs3d_N)LG&_mn3nhjn3mQqLdS %QqLdSQqLk`E%ZhVJM)WgJM)Y=$ZtWk#^#,1<;@;Fm.gLe*:T,1*/?;F$Sc8:V1W7%?nWUi7r7&TKFO&TKFO %Ohs,+&Rd;?&Rd;?Ob1+X7YJ;d7YJ;d7QSbi/okAQD%U2/FcjJ0Clne0Zpb%:.>nIPabD2WJ_%%WJ_J/ %iJYK2Hk@3N02`[C0*:2'7Dq0-OifY*&K$9U!oqWr.c\lE?lZ``N'eD\N5HH_E=t`+*5Y68*5Vu?6PtAo#U>%Cp`_C%?NeC-Mc@^< %(BJON+s7A&U`^.Q"N7!lJ2hq=ME#tq(l'aGj7#JejD[84*52]?_\];694()K94()K94=V]/qjm'/qjm'/qoDqEp8JfEp8JfEp8Jr %aJCO6aJCO6aJCOf+?*W!1uXNh@76>Q@AH^PKor$5qBEd]qB?)al&,ggl&,ggl&-8"V(X%8"a+O;#^'j>#^'j>'\$QL#^*,)#^*,)'\)*"J3&&i:kp]%;26e+lL75q3cpLA3cks1LFrYn %cp]GLcp^2?\d56%(TF@N(BJXk7R/!284=Q9#cL*-8^p9;26h,l6M.'Qq8upj(P-]',*d9F+sL=h+sL=h,)(.6+p)$W,6D-X %,6`0=?9=Clq&sb8(]]/mUll]6'0%4a[j?QbEaX94+K807=GJQbJ9sLFuKHQb!Id93h\oV(P[)LG"a0Sog*Ro;%:dELqQ? %N:RD04OB9GdKOq07P^A@@3fns#pVZ'-ihNS*3J0Ofej_MB5L80,!'(h(Vu@>$?sKTS$%LG-N3*PMehG5*8(bRS!5<#/ho-kB[\7X=bQ7!T%_7!T%_"b%nZ %"T0lZ7.e*=Ob1?k(D6\q(D6["?_d\knjPs^oL20`b82T5]S$k_n.J2Y_+PX@LRF_2O/Ruh.(S"seJGL%EF7-1Z&s4!7u/j.,OO'^ %^:_(2&K@B-O"H?R=eg-q7dTAF?a55<@WaRSK/#-jSpi;))C&:#BDT_OZ-p'QjRDqaMD78I&\H5jSkHeL$R8U*cq%SUMH^96N(bu$ %VKG3BRG'_3e]!4S)j[)(b8AX2ZrRKC`*A2k]Sr!(E5Sjc@:[%H$AYSO)4)e2%+/K](hjGn?&9d'72Qp%gRo*IljDDU@gXGJ9N0Om %ECCciND`YK63WM0f$bF+cVU=-E_'R0LkD8 %n$lZCa;D0`)C&0S,@MTO7],D7BoL\)O)GO8A#-fP%5_c>+7ZZuGM00:q"?F3>1nN7?H5Q:>PjpC@Dj)QS?)G.pbdn.bS[Sp@$;]f %7]`5iHmt$el\?j&^5NZ=gTmV/dYe$`7hS;hhTWRZ#$`"M3pR1[,IRc(bDlrTG([t-#.&S-r]+`mQ"LpY<]5tJN7e*"p%j7`2b*`% %fs.D/@e\Gc%$K#]mODtB3+9/>r'D7*U4kc:,Ba(21k($X!M=Yf3[Tg\1A]!&T3,Yig]%;go',VEN-$J51Qj/O1Qj/O1t&'sdR^*3 %ejuN7ek!hZ=X2$d=X2$d=X03.P"$(_+cRaC-&m"/72g`T80dU'h&V,`r,+p-><1kFp!*#bV+m8IgOc'Oq %PXYf*PX\'jPXZ!W;]66F6Q-P3;]7)E9l!-V9l!-V9l$Q_1p)nU.FO#cRaOa#Bj)aU.Fs;_Rat#\Bj)a5Bj)a5Bj)_bVJ2"qVH>'P %.Fq$U.FnbQ/R._9O#9g4MDZTB,)q+NUlgO4X:\9d2$-B]NDu'MNJOB$,ENURUnSQ;"I(*i,YBABF=7T4,Y9J$,Y9J$Ua'SU,7.7N %,7.7N,99^#:&K$9`;Agj'"N4`/J2kc8JiL[\&;N4Hj!9Xa %`2,F;`2,F;`2,Fk&=;C4&=;C4&;N8D#aa\0#_tDQJ3t;*Hp\kchGP=2E]S]+,6`!7NX0PPNX0PPNYK.&3$Q#33$Q593)U$Kk(j;0 %k(j;0k"$Y#RNk,.'M!g9`0!Br1e0sD1e33Yb`P6%1e0sD1e5ROl[YnCHmRb"*"h/X*"h2Y*%?ia*.`*@)pUFeOifZ-&MXc8"NDUF %<6!$"!HFJO+:`Ig1(J@nN'eS9EJPj)EJPhn%WMWk+c]OA+cZO_bRktQ3Dq#U3RZ<7geKY*YIX7*YIYb*\"$\ %HUOf*HR)^[njn=;as3Wdas3Wdas2U`asi2*V.9'mEe?QmI3W=*W?>O6QiA86Qgr'(aRH< %K;?p*K*9n:O?bl9P!V55&nm%c!ppOi.d^+VR+dXEVY\4Ib_^KK1)q2+9?Wk,SbJ>,esnB"P@.E<7kW@5W]C;Z.t%mMqLN\$kd6/5m$F- %81O";Og;tI/g;tI/g:9MtYtbK0XHPmNlOZT:lOZTp*'/"P?9gWN8H0JTV5DYRZ6F($hZWFKCZnP,oVEf`QA[8356l,"^;+,"^;+,3_oOM^2.IM^2.IMkm(B&kSfm&kSfm %pWP_K+d%:98L0B-M56:EM$26MO[(rYP"Ibd&kIdH,17Ws<72qP5WU0R+m8Qk@is9u6iuVMUmR>u-'CU+PXpO&pHp,BE`=;0P(L8j %cD0EuS$>M;\f$F%Y\qH)$.d?l,\#Sg6rI,GA!)RiBp"3oBos+\V*uTZV*uTZV+"9aQPPE[QPPE[QPN/$*>Ss_/),kGqQNL?l=?$5 %F@[[=%Z.!E%Z:J<@?Ef9/<\/e=Vcir-]'*G-]+WdSKs@d*R"\0P"7X`8KpaUaWa=+aWftG-]96I-]96I-]=cfSLbCM-]'*G-]+X/ %SKsA/SKsA/h3b`na#Z&?auVWt=GKBJlju` %8HcX^8IFh4,SBCk,RN,"85`i^,)K]o,0>rJfQ$AYX9\8Yeq^eG*jPj%[3^*%[0;b6R75+ %La87/La:>B+pkJ@,cS"8,QW'D8RNPc8S&nh$*;#iJT[>*Q$"iRKK;L6:kqS>;27[Dl4?NP*?rTWl;1&%l>T<[*A.Ys$^mfB%[dIH %@?U[Pfd)i(fHbDGRfq#FP8);6-382/,[_+MUgbrf&ofO8&ofO8P/=bo8]80(8]80H8IFY/-5#Fh-4.to9N!j:15RuW16X@"=cFiYi4%[lCDFm(*9Fnd5d%\EmT+d>s[+d>5RN"TfZ;,VCh;$-/>9#)H:8\psN&o`V&!q$Ul.dg1_ %&aiOF&aiOF.C`$E7(>m`7(>mbUu3kb'&bI&P/(?1,mAKAPR)I^PRPe-QV^S!QU6OJLJT2MV,1'/QU6OJQU2"g6R\qD_^GP0_aS1X %*C`W>*Cbm1LJS'@L?m\bnd_DthI2Ya4,f?F4,aesLJ\-A0M3h`0M:7D7L?`F.&jkC;3JT([Lp.[USPeuN"U(G6:oUCbd?K+SYd/M %m:;G,m:;H'[$+?2g*)\G4+rbh]AlNP=9#"a&5%Hn6:lkO64'm6-inK.,o(S?-,:"c"P@.I<7kWD#^-J"^^d'6_G3E(X@"CeFU0;& %X@oCc_ChAlBU;I#\4`fsnh-aOJM%_GcW8#Td#<*PoWC@0@+AKFp>JOue1BX!C4)Y&2)_Sue)m#Z"J-@sF//EXY`A8N2AOX!GaTA<#hbbo/;'V9\ %W`J,S9?W]+M3Y3\TTr3nR(p;GZk==OZBt`r`6--5TTrW!4BTM'&f^RKf/9ZC)bA?rF!%2qjd*:@BI,QoFrk@_fKe1:qnoLual_&i %WI$>CZE]2`=X2g4n+Q2&GF3N#kd,<,L_45s;_1l!!$seg9Tu=uNc*!.)i^:-Meg?%_)csEY(859-,ND->nNg-M"UQK`ZgDk3;.@_9msn9p"'&Qo %*g6f**4?\1Fo^,MKb?Jela;TX-$C@-9*uu0['DVHKG#g(QaCbNn?!4FiKMpIf!gRI:L^G7]=o3%a8Ml(Y5>VdpgOfD8Z^1=gQJc" %T=;2?E=eh-=KD+uERE!?+!-rUF\F0fQ@I1al6OrQp+U5d-a>kG>c*GF,W68q%t"-uP>,Km%r$lurD]a&\5-S7S4DiiP@ep2PI.WZ %4e(QmS+0M+8Z"(c)`l)?^4Zoc`5Y.r+@7H\JS5!ZJ*A5\lmed]M:8lPggtjG>K0h[5)DFp7TiEK1'h#>Khc*8N;>^NRq^t,>Q-@k %JYYZ3FHT%jFHT%jFHR--dRb(FdRb(FdRboUAWnB,AWnB,AWq3EPthBO_^7s8asQ@4.[q\D.[q\D.\!6oW,.XXW,.V"WGI_-UpJ&L!M_DATI;-YV'mYs'U;66La&!]La%u^ %;+)$>MF^VfM?O&LjcR>TGpF,uGU+E=Ca$M,`%@.0:b34jMFIY6d7>`Rd7?MN)@6\77T'PM7KPmG80B<%8OY$KM%GP6OpI=BdNLG( %OsHt_OsHt_P)c3/OX*2gOX*2gO`USg7Zm`lo-RoH1d$rD:MD)r:MD)r:MD)`r'Vd/F@.:(DJ1.&^P<`$fL-Pgn&4do_!_FOSmK[:?*s$6R,F*-@,I":d,JFc.m?,OLlk.m) %4p'Kc7k38hO+9.\&^Z7r;V?dg!o*37?lT)9AK1W)fS2QkgX&G?gX&H@)u9hZ6Q`:H6Q^kskTeF`IAG:#I0@.'*s$9S,DC%!,L?mJ %"M1:fgsQX[Us]^#"M1:f5WA=t8iQASk_;8&hp=k#hloTN*;0Yg_]Ge-6QZouYX\[5p.-JLp'?>h*eA:_,F*6#,7lKB?W`!!*iXt5 %*W^95,;9UUUd>Q>"NmF!5WSJ!WA@$I3Q)LPLH&0TLH#@r&4_8@`0&2%`"!#`QY@WK>";!HOPPJfNc@V4>I9 %+GVoXj:FfgjD[;5*8Us__],S:_]&VsAK1J$O@'\OJ/m,GO@'rfEbH[4EbH[o%W)?kToE$oToD;t]FcQI2c;)[2^6DX3*8X5[*81[_6Q:SsBHt!N6Q<"h6Q:SsBHp=`D5:&>D$8"TNBfM2O[;(0&L`Dl!p-XU %.co#H6oh=\.#0ZX.>Kb^jfh4I*7dZW*7bC[_]")H=7?V\oMfaoA/s;0W0*:2'74R?e7Dq0-&K$9U;Ak6B!oqWrJ/l-kKcIZ0O@'fbEp+\^Ep+]4%UT@[ %aVQCb6Pk;nkTV\j?/ua\Ul0>RP:i#W$XG"i-XEN8S90l]S90l]S90mN38#L438#L438#JrihVK_38#L438#JriadrmikcI&_T2192n*ddLd+]Wf)//J)EP/.8.`n4e>8J2r"*=%)seACRr0++)4^ %L!YX^U[+n/?!$,6<^m_)AHI'-lelL!-/%!pO[NI<+qRMH#__N%?<]ArSiBm[LF<5_&4Ji(U.@]mU'QQB'EN30,*d/(+tsL*"NFl- %<5r@(^c5""0b.'V1(I.a`Z^5T3(/nG3#iGGLF3/`n3ebdn3gYhfnV=b`q;Zg/.i/C-3E/Q6n70B6m*J<#_YPYWJj1XJT:6K&omJ1 %?AOdm!odVT>+NMfOVd#QM'V)VM'V)VM7aBI9dC;u9dC;u:#q!fBd/BnGp8))Gp8MndR97`cYu>Q#U)u#`S)t7"AP" %Z]1?6ldA1O>aHc=jLR11!kBpV"NY^g,!`gF]fn'E]krc(tW>U!4a^TUdD6E[KpnZQ3`Tb[aIQo>aHechhHq8f-Q5<\Lp1D;Q_)u\r]!9D[=F,#pL+)?%N?DlXuC5hjlAcUdD4W&-6fWL'WmY&?1c/&-6eg,(^ed %8;3Q:&K$9G!okP^'ZAsRJ2mH<&;M?*&VhG0ilXHZ!/TAQQ#YG"5Rop[aJ"AgaJ"@h3V3k*LE9>:LE6NX])3*ffB%ceb'!M'U0J3l %"NY`M+Vf$'H3fVuTngFn/j6!cY"K:VEF!krN9enZ.cYj=+X!r2%fpZuce:?I&bF3q&D-ZH#C"+/kol[T6P$/P6Os3;kTM'$oT0D> %oFM"X*Wk8qLD7I2LVPk8&GUu#;Y_Y&7!QTZ!H6U6'lV_Jn-qG^^0udr^0uf42s_+NL)j1fL)g?QYX@=fH:[-:H3emc%tSZ_+oQ84 %Li3nn^`-`R`>`7lHp\1Bb@!L'V^R+VepO+n,pq"MQ%6'Yr[L!'%V&!/D@g!J_Hm %i6"6XpkN&s'l[7u!"LR`^nHH]^nHG^34'4sLDEbgLDBsLn3R*p?:Y5>?AJT:('"GJ0=pU?[$\<>3+U)ph+^bd1"O(;.<6RoA&a$;a^`6BG`>hnaR)973F''S# %F''Sn%P%\+@>.\)@>04lX:R(@(/clB('E`8^;05 %.Bti[,:#8s,6Z:`#^LDb6:c,l6:c,l6:g4.>`Rm8I$!EZI#o0-jF\`@eim(0j!/=B)^I-S3_3/OXo:mi:-(pD:-(pD:--ISEmd7H %*'OXm_[!0*]9`R^n'jXR*'-WE*'+@e6O*X4kTCU\kTE,#*-"NI-f^c6Ft:WB4@;B_Af#a@t&"O*\P %;E:()#bXg2"Oa+V;G`]<#cpZ<"PBO[;JDIYLj57E#f'(PU_41W"QH6e!qObDWQ\!S"R)Zk!qic`.eV3o!IJO5^qJ5`.eq@VZ@+)@ %,hmOk6"o/t"JL6FW9+OOM'/u+Sj\\,^kN,XrE"guYPtR<(ngaU&L=ul&j]j[f+:6RpF6h%LZi9#]S>W\K&dK69FusB,_E[`kTkc@ %&=pBgN6k-!W?ZM*3-'[I*_;=@\0DZ7raD6T,(.aJ58H['h3b]_?0fj"k3CYA*,ff,EJ\9"dUk*(Nmc8r3 %>'KO&B\c5^ak!">O:"0.&AXVN#inVfUnTM"&D2aB!rGjtWUNOi"T%).5elqV$N;On'1^Ir!BiqXsad4"_'XG %,8/,S!dXeDh!$pP[m7Ti)to.8+BeFbZISoW=nh%RK('/75cb?']e:WBlb:H.E='Rp-ElD\,nTD4HSmuY+?%Ma?o?".Z'`d* %8d2Jl=O.9gKRj=*`'6[S+L1Z?6%#nF4&Z=Q+ca#QQbOltUqibehsnjrch#iX %^2j%+aWU9]*7(M'+SM7,MZt';?GjM#DZg.3D?XEh;t(+(UH? %;RmnV;Rmp#<%>rsUf'JYWD&BVWD&Bi8Yq"a8Yq"a8Yq$O81G?"E>gH#dSqj?Ml(M\P,<7cP,<7c?8RoTOu/F3!`#SD]Po>8,]P:K %,]P:KjFpO3+Gj$r+Q*qKUuE(1"IpZh^f,oJb#CPRtQkq2[LYC%3Yka+bWh)@>+\?Zk2/M(/j+G('<:<6Jred %8DtLg#^jMsJT"X6Q#Gh(nTV]UK`F)8+dHtJ+n,pk"MdS:WI.&@JT#3Fn-ptFndVK!^>XbG34t>F34oe.Qhq?Q0LI>K0LHs&AdF(- %$n6jn(]rV,6NA*880o6b#_YPRJT-DgQ#MO&&.UK!_I80u_I80)EJPb\%Pab'%P\+++bmcl`/r,$`"3b50a,EOLDL$Sn3SVfn3Z%Q?3m(=$`TZ6$\Z%QO[A+btS/aWZ@[\06qD2[%RfL/cU[L-RfT&4hQq;Gi2g!pX_l5TOl9AY%ln:kp"l %lB"@_l7b:b*Hh^e_[`ZE_[Z]i\IYAD5GY"`56TKpLO_G`OFfOc&6O]/!pe3#.dPGK?laP!X@!MtX@!MLFnd,a%R6bp%R3@_P9'ej %cpK;JcpL&=H3gH:&#lKp%fph:+g;G>Up:Ip"P2Oe^cMCT&([G0'\6]J^cLfnYmrdiZ48l_XMYKuFgrT[FiY`1%QO[C+bs%J+c!io %lk!9S*E$$q**JOj$6P2o@8J-6QDTaq?YV$WP7%G$SauUCa %agu=Tfi],Ga:!,G6kXVt6kXVt6scgU+d/df+d/df,4\'k'Tlps'Tlps'Tj3tjEDm8jG5)IjG:HN-V#Fba$*n%/4u.Fne5A6$e@l^8_1EtnfjVMOX-JC&P.[&;FuWh!pQpW+Q3a;( %&qP.,,+kZp,Z72]7jLYBNX2;A,4Yf+'G3SX6R4rF6f\D3.3]'Z.3]'Z.3^Fl8J+P@aUq+kaUrfL:6%ks/f^#7S/dY-kN%FEkN%H7 %3@Q.*c:JU>c:JU>cF$pS\e]/P`8p!L'TiN(-mC=iaV.7kojh/U2(qh&EXkqLc68&F3^f)33]n!>LF3/en3ebjn3eB>Sd;.0'<.eF %'7k7M,*3:3Ull3b"O\HN5WV;q8ieL68;AVqkqGOUkqGOK?1((UP:KNs-W^GriJPE2>`ll`<"V*F.K\d074ROu73J.#OT_4SOVd5W %MBqC./teCYncG@e&O7^D,XEeXj97TD+pg<0+pg<0+tq;7'hQbD'hQbD'mYp:Y"4^NY"4_YAN./_%TTY>5La!RVLa#/+ %Sd;:4'<.ot'EN?4,+oECUnS>r"Opk;J3$AdME7.LO:G1le7"56e7"5b3_U-Z%T0$r%T*AYQ/q/;OcVNZh,cuV:kpG#l4?B6l``fc %*P)NX6Pl`'P:cq%cp^2?\k#+-[KrhL('/R1+r,7Q,+oEM"Opk<<7G?7J3%KY:kpZ$;(#WPd\2Ra3p@h'FLWBB%UT@ciJU[^iJR]I %gkS.M0iCSu0`pVo7R/!683n95#cL*-!HeYm'm0d,TFPB5effuOefg!f3Z008%V)KMWjj6Gh*4e\;S9,>cLG&_in3nhfn3ruiYR<;#a@[mJTBruQ#]U1#aB,Q7A*nL/lF.MjGZ@72BZ,7l]O^ejP#m$0;i'=1]ld-Ule!S->*J(2)umXY/qQ\P\]6: %!4aFh"NWG\,8G5nc3TMIE^kRaUC0sBf,/36jVlql;6EJ/WL.HV5/:Ee2$2p/XHACN->Nb.jZ\@.-?#\hY/qU`F7!<*Bg$t;b$A`0 %7_i9@F/IPDf;+C*bVa)Z@'3'?!HUuh8B"ht2?N"Z`4^6+g:`Wk\L)5_S86PB!*tdH;F/p1N<$O:D$83CBd4@7:"flKCXPZp?'@0E %8_<$_5e8:\"Oa\6qoG%EBHr4Q=a0J0!2HYeqBYYeq@[G$$!)%VqlW%Vl4" %@>tP980\jm80bn[Ba!'3NE"ORN;u&9&R^AN;IP>@!pl_C!'A\m$9Q`L@#$e+Y`h+G@4-+A@CIg>47$L<]O3+.,\\WI,\a`i.>t!m %b`S]lb`S]le<(R7UlH_fUlH_fUlN*$-gr9o-[-hM-[4W?41QS-48&^B_B+!=:A.5q0'n^2?-?!d=ajd.a2toYF2#IOaWiIi8KNG* %a'm8.R665V&W'_W*W'_U,FiYf#%XFkE%XA3,+ch.7jH5<\fcuRgHN_c*O*m$AjcP/+F@T_E\g)f4 %W[!dPWK%7.Bo^!@1e0%b;B:=5WK)MA<(AG0;B:=7l&L;-F@RhTE(Ahm\g)_Yh2t=DF@ST'\g(Z+l:>JnW[#;4eIh#3l:Al9l:AAV %UlJti:[6$%XXATDgNncpdFaXJnnRM_+NZ6Q#UJ)uPsA5o[&RY)LK=CFG%fuu]K3FYO(<`@r^[OTaWGd;h8pb\Tf`&p3HQX"j>D$, %JL$$=e@T/M:'/OQjA,D=Nnh`!acSY&,d3=l)'h4_a$(?NP=+mZ\s#LE@s;raEpQO28KGF,6BYi&;Fkip:(#*YlqRmZG%d_6A4o]* %afD6cKd9lKE_*L4-\nMW%u3RJ98*NJV*\&\QjO-&6m7,3WK:'^VEt=d;+P)&.O5a\l&^G3F@b=t3[>dir%CqkftnSP3@%g&g875H %f\MHRZIp$V;ohZY)S>7?5O-Xi-R2M?+K7:HShB?1lQ3,K>,-m\DNpfa>P9H0ZcN`8Q@,MOtLIU5GXCreipbXIWL3tH9CSHOUB4t7@dU3,e#r?rYm:3G*OW1%u'*< %U/jDl''fR:k?B+?^#W3iL#i4ZhJO$jBskqVqTU%tn"g@:Y)l>L9fZ,qZ)9O=YXfqBF<)USg;i1NAeYm$Za$\hJ&fQ1XY4&k(DN%s %6RSq-aE-P5;X)+7P3;AME_ogFFNaUc9WM'ScgQ %,*>id,*;k'/.t4*78c^7706%lOX*M0OXuYf+\A2Y6BX0j6LpkM'U#8k'U#8k'Ts8,V2ursV2urtjcI,o.Ye.s8g-cr8g1/nPsLQm %PsGIH0hj4q=GfFC=c,NI9;R`#;A>:O;A9a?MF%A:;+N0/&O8U\ %'G&dX7Z;@&%E,/C$A %,/C$A;@&Tr8J!K`&eQ`*P!ZZ8849sE849sE8.+>(+;*U2+VE^3+Xr4?Kg^kmKg^kmKqpCT'p;rE#)NnX#"`6.)C/cs)C/cs)C-D` %980/q/fbQZ/fbQZ/gZ[t\d.O7>d.O51?WK78JdNB.fdNI4L-r3[l>r3[l=-ek,m4ek%#Vek%$1YtbWtZ7bkpek%$1 %YtbWtZ;(`uZE@c*-!?!i!p`ZR?sP0+Q#nE"+rplE8='NP+^H!3,$c*4,$c*4Klh$jLifVX#^*,.'\&sG,1NGU,1NGU;G`\e8Y@[F %&toefA:&T4Qhnc%_PTUCd\T8#8NIQK8idq)8D!(-#O%7?.d2sb!$)g]TYhtQTYhrSFL"FMFL"FQkbO:ckbO:ckbOF#8^N/Wo&?/JP2ol'@DOr4P0,cn&ibY4!pD=/.d0]"!$)CQTL0m%UdH;V %F=8Dr%Y^^A%YY&6To_N#'Tu'L'GEi#E(1S3nGKS4eQ(S4eQ(S4eR3O=h92 %+<:XmTYhnOTYhlQF;Q9R%YLR/%YFo2To]78'Trea'G6R'sT6R($V %6rHjJ&rBGO(5YkS(.get=sQET(($qW,"^:XOFTA+&l=?M;Gefq"Oa!*J3"C-ME2Fa:kq@=l>T9Dl>T:I]!_$LTFQ[OTFQSWe7"Gh %3Xh1o3XcX'LHu"-0M!\ZA<;=&$kcBl5uLR863?FK83e1&8OXX,$)g37!Hfe9'm1oMTFQYYe=ht'e4Cg7F=8Dr:'sPr*Vp#66QlJP %-mTOL-mX=\m3=lO6;gC163?FK83e1&8O6W3,XPcd,XPcd,R&=iO9Fjs+;*qf+=XBbK1)fY+;*ne+=X6^K1)Y*+VEs:+Xs3[Kg__0 %Kg__0Kqse?Kd8pM#)PU3#0HSea<)S %LI+lf-\V]ETo]77'Tre`'G;OD63?4E81N[s8>$q0$'[e#WL-'Q!-9P6?k.md@Le(pbcQ9rk"nSuk"nUa*"!">6QmnG98,d$98,d$ %9800L/esPb>T+m)>T+jkF(p^AF(p_lF(p^McDSsc_]h\)8Ke+X-mZS7*qfh/Z')]&f"ZG"X#.Zs+0"E47A2nSVJT %"aJ37&b49n!I8CA,kFnWJU4;WJA"oQ.ecb1i*IlYJ1hY#9"n7q5[PudYRcMbZ7d42_(QN9ka)WJ_&ikQ[e40mA6Vh6afDNkK-]2t %aYl$MA<=GBHSS-t9,e(,p1T/T=-#6RP3gOf+it4r'TuOQ2AD>@cUoA&TfX\KYG"$,,WTroKd;HAUl`6Dm\Gs*cs:a3Eo]t&a_Ts4 %qF?S$8Kl3<4"2GYOZP!;3HCJ`d)_alP1S'O'TsHJP^usfGt;*@s9=HN8:1he?M(L&p7kB88.6rOOTR;"plkE$kc`i(aK97 %BoiUM9-FoIQ9nIL\.fPf0GP34E%*%9JP.-m#,X[1"tkP(5]@Sd_Vd1?`5-#Hr*AD7ruEU8[akX1nFKm%4fOV3'>.q`q*6a:VEDSi2_mHLN;0T[p0d %*31R20>f;+AQ9A8gMHfMq,l8oHjlDsT"FW&[RIN42er:ZV+&+/tNAp'Os).(g2i %YW\VlX>AjFabE^!g%_P5jH*;Lh\UY%[C)4Tp>d+/80sap<2D3=GR)u-.s_-Fe+sDA`022-'g$_G[7Qs"\?GhX'a9&f4B?:Y@YrEl %ohZph/:"\VrOqco8M.3JFaFq$CYAYn[`q"j=e@M+^Z@IFce^#a(T5N%VB`+3Hq%pgFqDZ1fPCN2ms.sQ^?N6pc:gWXVKTbhiKTbhiK^s_u,S]/e#:8=Z %#N\B]3@II+3@II+3@HQW8jc/QgLRR3Rm8[(9IbWCAHIH4AHIH4APs+6.2*7d.2*Ol/X+%Z8t!J&GpnTe&lIKoQAVsb//KTMN/[=: %0K.(>*_Ja9&Z%f2&LAUe-;"mf($.kl>a-Kf1.i/r)l4)_)'oS?)^PNDNq*6*5)NVq05O0R'Ce"sRM>a59b[%UCRU'o=js292_1&I %^XP(Hr)1t=co4UdLq[X06/O5-;Ws%",5S%/5[SVt8mcr[k_kK'IH@5'pu8%K?\B-OMi^j$Mi\!g&Q4e+&lN'.%3YoMb"#%ub"$`n %2ggj#YC)RFYC)QNHf_"JHR5I5HUC>LTiXQQU/sZRU/sYgkbX]+OA^@ZO94k^;W&Q^9'%'[MKfq$$FI]@WO.kM!poDRJ/pgGKcNbm %YR;c=8D$eiUp)JPRYZ)heO6L^W[:M)D3Ll>V3Ll>p*)]D' %%P-Xp3jb,>*F;@4%PafQ%PK,*LR=7+PF:u.*GS3@0$B`?Fd+g6W6=`Y6=#m9&aH[78O6XJ-5#OK]Lf=[X.'gUAT\[&DXAWUQdne; %lqgU`43SCHLRD%K-T)(YTr,UdeV&a:X\3iskGGlr*GGltK:2UEG_bI,? %_bC/U\1->G2rt]s\1&/:\1->G2[/!qVGu@0V?hCE.0'l9V#h/b"lc5Q5WmP\8j)GSM!$\=[#sAufKH?.GJKB\@64ZR4TnfH7 %U)oUm;D0PkLjE4gUgT6U-_apJ3YD%jdRg-=<[eXRZI2<@0+4Z]//>CEV,FRRV#p@p<59Q@9#VjG$J9DS`FhsJHWf[1?nZ;d#^]_?7+f[d-O"j"lU9CK=sq0n(->[Ob??:1*hl89%o_SD4^=8j %Sn++^*k'4LHKZh_MCK!\10%Z5gLue%]hh]Ep#N-cYpW[c@;ee,$[\SJ<9hS+=k&Ye,@BX?\q%PtF2m'rZnm!qg**<9Rbl!'Q8UTSKfC*VPo'$;X]'-QnJU-P^ok4TThm4TTiX4XnIIlj:asZa,Z?C#t=:Be'R:nl?Ot6Bqq6D^Cg,\<>(R>Ue#e>Y4-fXsEX9='j7k>tO6kr=_IMl^nmTAc39.0C,59H#^TYR,bULc:C?a"r/%)U %FqN)rr(1=gg_CtCFTpj"Y#OK@Y(/Xi'p+3_;PAlX!q[bA,kE:b]U1'l-(-.W-M&Ld]U1'l"m3p48`n-#Gqi+_8hs318hs31b):Oc %=-@il=-@il='j7;]TUX*]TUWWoV:a=C'tH)4CLGt$6#?%I=3/!YFj.o6b#"mY'L<9g0\5X!_!HnI@VQPE=(or*Bb %k[ao3;(jGm'^B65'N$M6TSRns!bG4^/"h]EkUT4fr08)k0NaKa-nIqQ*0qE7OBAs@Q792Z:Yj[D&?V,.<./;5;3;$s-R0?]`=H!(J#R$X(7$M1P9MO:kr&^8Ej-j=p1/>=1$$e3('WRO:F %JU1u\:_/P^;@e`jlJ]!u4Zo$f4ZjLa-]\GriNZAIiN\2bdTD#@)G>c*)@OnZ@f^mh//]G\AW.%ugbNTs7STa^fsH@C!9$>o#dV]ZXb4!aZX0&b*(C8c`666P8gn(lEj1ePI%NZ5AIL %LWP^p6Y1ND&"+_pLWu!t6YCZF&"dFNA4bXOZ;f\SZ6\pY=V>u#/2,piZR#%e=V>uS/-U:H=d""(/BKu,Q5B!D>*=)4'h,dYW[NRF %=VXB@bGlrl?<0KD`64#bC[M"\1kKsT'Vu?oMkZ#PCDT:L/;d>]LXFPVOHO59Jp7PQQ$=,t&.bN>iaK2niaK2Z4HpV;LXK(WLXH7o %:g-+*8kVSo8rJddd/rnn=t9+t>$rC@$d?M%WQ`7n!I?.G5S']f64]mrkb5?`4d;7.kb5@_kb5?`4d6_TLXK)*LXIC5@C1PJN0_UL %N#&pYd/s%r=t97l[D4rK;iY[Ji*Ou'.GW+X.,nRa71o:"/kY)/ejU2FZ7_$EQ\A9PpTcE/\;/Rsgr!lPE=]6!\VJh#gr!rRE=]Hg %6Y]3\@C9)&@C7BTcrq4ZjL)Y2-a@6&DbEWZHW"&tpLL]`n4@J"i7i:TUOZ-\b5rah;?.dB;C_GiO952*O952*OA`nbE>-,XJJ)oWVO`TpKpqV-_k-@#rfXYa9B'jdsXIdp(`?5'L5*=+2na'Q-Q4T=Z\1O'`+gdVT#6l*aRf %V;;:R9Q/SU.i_:2\PKB]kX5`"C))Lt^jY5LkBEP!5c*J.LFRE!JPF%`)Lc]0K#1(_roE>&2"Fr#ZG`B,YZ/\(8g'm$r_0Ac_!,oGOE?GUS%Od^\Da@J+8SI-ia1Ls6Uog %hgbIRs6K^a7n*FCTE!dJoIp7:fDk8OrVQ'`o^VCKlsqUt97XA@pA=Q2:!7#A$-hTYeSIJM\'P*P5G$e_q"a^\^]4+Zra3++s-:Y) %q*0]W_J>dYQ'h:Bo=(>9Q+m0u=,c$cqn`7_p;`e'rinP13YD*/V76BXC]$Es1EF`Tp7qF25:mW7^PhjPr:rS0DQGPC'q*I8g&5-n %`YGPDhntUNT-cr?-.jeTp[`(bnK'"bG0emN@B*aadG\6C&'(Re1M/.^lL_%[qRf2SRgKWpsS[na^uWTETKbUS]lQ&9)!dtrk)@mEB-T0\N74>8Qrn$f_7L"lakip>s65%JN;iG;BaIMs(43DfZ%EpB)qM5.3j0C15J0?HCqnSA72B%86mKmq5BC7C:HCP4-CiZ;H909r*BrjkSYg,og]%(f %*GIaH/R5GgO&Kak27Wcnd^!Y.LE6YsO7\2\BY?A@!?b;?0Ai?r33NcUCS+7D>YKA`/_/L>YkF1)bMCmee94h]'qjai_ %f'h7UCY!>Bmlp?3FW65)GJ.\9?ga5f_K4;Y"4foI<51Wbf1!"nf(:ZB"h(^jHgp^8G:+/dZu!OO.S2$G7Hn(*_Feo`OSW %+)Yr&DB5f"falCJ(lFPDkE,MDWE.?(WK>Smjf'F4>ik/I"rK8\l^ %I?&bl1G>1+?dG*?p=nojrqAkQB6M8uZ(X0Na`bm#i+Y?gEn;)-8iN0*_hJjq/2>X'*b82r>5HTXZ%pRZ`\LJZq,`lBm-Bp#5I^q_ %)4!2M]XqL.e(YpEb2M$SF[iJ&@8hY4EO,+C+5Z0ODJOo=FPMWKI/R"0de^`!I;WQ&53D*ZgZAhq\>i3]XUh&cIdh(# %=u8L9O38@*hOi[((pP3t?ad0.%=!1DG@!1?e@>+U*A-tf0:Sd=p/oGl0ACBf)gF*N\8Klh\_HqkDUtDa/3pA-[qDcNMQWGVB?'hS %H#q!pUW_fe).*_//t97]G$dpU>rHKEgg4tR0&$D2FkODnitDdcZ?_'L`_b[#H&Lg10m)+8Fkfu@gFeu5[`'VGb@\.DrCOm'4gYc# %\STN2).K;c=RacEMU&kNhEpdZhWqIM$d",T\SU+hZ;7eZgLlF*>=]8o\8L.knqGlY\p4s'[b#ZfC2S(J]T$H9NOj#Y7_2r.m@XB, %8*[I2s,2C)DuTMr5$bUHs7G$ZI#5*%YNgW4ko]q4p0[7_07We9s5r5;DsZZUrNe`fnR):hfDk.!rqCorIf>8gs8MhDpuu^gs7beT %rO=rNSZ+7Q97%p'fbaP%j_gmhZJTh&:G7eqptJR='6Sb1V8dCpoOG %5Q,Bt%n@lQq=`\Ds,F6S\fU8tGcY:sZc%Hn6LH3ja@7htlHd^:chV;EkpYoY_D1qT6Nh6+.X#7`n\_-u2%OnaVW#'=c^W&8`cotN %[SB?rVoeCID#2I?3[G&Z6lAC%32i;U+&'NE$$SVYpLnE9\g-1Ig2_(0_D#s$_9YK@r:VsCoV %hgp.;W4_5&_,GcXiTY,R"!`D-b8iu,/AfH;3&'YT/%G*t4WW:@@%O>F.)cZI+43[lp]E\X8a7o"mtdCf@1TpCHLg_N\cbe$``$M[ %R1]);C]l,jC"c5He-8h2pU=FDm<5gM?OI?:=Li_M#-Y#.S&IaE%.2s]AN.'*ITclLJ3sIoa;s%PIql,,N,^3Mqk57e-BE[)Rmtb' %98&P/95$Kc"J2fjoM&bt7j%WAFV<:&k;N0.7.C#.CBna]`I?&Jje:H$E8+^&X7O@MH_$k#=g4N6#;4luKLbqp9CbU`hZ4g7?XF+@ %)\_ArqN>Qt".M[*brrQn/TtmdqJG;Jq0m-l#BOr>]cUJ>EPCl9'0JVsdS>'I2etauVU%'oh4"C-]1pP@q/Dkj^_R::ds%6jB%4(R %nX1c/38&FiIJ+E&p:UR^Z!D1Xk;Vk>IugoJ?=/Gb;'/Wlb9QIi\.P6j'C]WNE-g,>Dsc&\[9M(qR4h,*o/^%\WHrD7^Y6^?fm;sM %G4$BUZIsR02Fc-SJ[6t:S=.LNA"W+1f9oc$^J%F%p12ogKV(X8l(d82AIcL$>>+7J*(jbRE)b`?HJX*^**EY:>R=2OB %dLL7r/PO,eebYlfgTi:YHPca_=&tClmqDWBA(jfc]d!V^5=fMk<#p;G-_;JT.;tr1d@6Is5SCUi?+a!Un %?pUF=I6TG%5&TlU3o;lMYER^S9+BT-N0G>\:0VriK!qVQXr$`9Yl@Dkp3E4C.6K4hrd4$V^Ljq;]_UbqmeOq,':/Ts1*;kWcg:=2 %HbF(8*N5d,?!gg*c@QQiZ;l5VIQZ8.GO6/]#<((n:JH4XXo#F^5-MT_BiCc?:CkI>ogJ^)-%Dlmk8^(*=YY:WQLf[F)/BBBD34$Kis6&K\$!m1oitUW %Z8E\h9b6u16fK>_\9P]Yn&j*7dT(Q2GnI\17VuDrrRU<-KRLhP3.fC>G]U27^;`%o(Vq\\.f,J/I["Kl^LmI]gD=eS.ipkEkN0s; %R,(.@fgF'TqsIstHd%nt!Gl`^2RO%TkGLMGhWiFRB]lu!*$*-cAZ7LKf0-9.QC?n)N?<)QA?E;I=#>NfmJ;rOnZl;:gGu&q1OEH: %QlkOQQh[/u,rmr\XiI*N[!i#!g,GHoe,!"5WdfW8WQ!jI\ZE7_K'lC4a`=!\3n<3qG[*@Yn9-d(#h&.IfUu7R;j!4CmYled%nn`4/@/i4=U/S'"^?rH5e]>/I]jk;\DR&nf*]LJQB+F1Y%SiIPVGY5>+'JT?0J2!kCDoP]^/*Tt1Goo; %=4/LWiL]/1n[,b"F/-$26Q3EcR7Rp5WmC;oLi',)DBp6Tl])^7F`I&.H1O&:a*\[@^2qWWB!>C`hN@8/_1U)$[(OKTCKIs:oCHs/ %UC@BHJnO>iH"pH'_q*bbQ"*?#^?POkfO+:3=u\+AM0>LI7r)r;4h>k#DCHG%!oDL&=$Y$,C^2X?7^JEJNQ.u_*.6L6d\+8p\re0V/1"!3,=aJ<[K"SaRD"S9qnf7kD,bM&A$b&oX;s_TOQ'pJ\dqN)r3ZbAp?]4A0!MiNS[2 %ZBYOGV(3.hPat?-?Dl?Snt/,oFN)5(1sL9ULR&a`i#*Q2-hprf,9Cbr7^Wa%F&mX0rP+4L3\4M7cIr5m$hL8<5@27jYi8[0['EuS %nT=Q$'WHk9[cIgu=5i^M"odSPNbA_`dDHYghpeZNlqWpPG'[uZ@^OhGL$-,8Z)`,XnYMdnD>Og@s*6EhmnVJbW!IKaFfba1`@#ql^:'pBcrpY74fgk[[Z8oJM]]:-#f-[QcO8E?RGL+UP/LoZ-48'Gs %*'N/"n'_4#B7.ZPkjpX%;)5r\.Mhidlt?6OTAhsq:H&(RnZX0o>bnWJ6bAc2-mZ1-/GORJ;<-,NY %HB>%[b>%KRj+(B^M4c8,Pdl5+jM1!S9H`tCf#^jLPRhb`H7S4$=d\!+>( %C&8#D9r`Fl#-a\lg9sdr`2o_@)P9'uC7p@,.b_Or0&uB'XY3cs:U)4eGh'+[ggUHJYC_fMhD07KGOg4^iKZ-@rQPkF/mD_npT^(TU*s/mn>uU*-"XMdMSN+j!e;f4'FGp&S^5'KR"`@-eN#rf<;Z_#k:paAQZUuAUhNdm@USO>u@2? %:G/t,WL8Vkmp'?-QJ:4?Cl'`R=*s3lrZVoUh&LPfSf;4",_'V^pNW9U]R1tLd!%lrgYW54dsCA/,m0>`A!G!\ %B*7FIkk=:nNFk0OgC\(+c1/Qs2oIjM5Cte,+fp)Sq8KlY.%XG9*+Dem.S"\E9jcS:ADZr.=T2F`n\*dVg6,X9&$c2]MES#)@5)R2tGDd\;/nN[iWn@0$-#ANCWe.hD%h& %*:/Jm3eZkE5;kDn@&oZCe^a>g/e@iT>hfU'>kq]S7C'\V:%M=9hq"h?7Y=$ofa&d1CrB5!](u#+#F)s$Ah3=Y2U[lPDIM^d"nb/Ho#Br#Mmir`;%o"Tl47;LbFn9O:hf+oXI0\([i^Tr' %:WmL/D127D*ff9<^&#s3*Phha^[hBt5HQR,!Vs1U*\CK0la@(ACRtJkn,BhlcYG&sO/Y=3>:tA?]8_gJn9YZW[+[ %Xo7Y]++s#'R6UWAH]Qbh+2mUig3ApuHc5kcrk[@Y_q4&F?EkTdN^%o2IrrMUn)F?92LOAc5BCVTHOTmGg\U38I]QaY6gNP6lol%A %q(g<0Z729BT(3QGoffdnFp'sjesf'T#f$DHr;L?mqbIu5mI*8X5Pu)lc:@J]+4qZaMLXfqrM*0d%iYVcf5ULn,NFR(OWSuiId])` %_[k&e+/cAbU#1q58Z3._9dZ83eK@#[.c4I7S!%.eE>n8:,<6'=bJTL[3Cq0p(KIc`D2D %p[Gi.@mD`XeRJpLpU8m!*F4u;T81F+oOQX%fHU.3__+E)39JFofI[:o/SL27"OHE#-2=Nan,VqSD=>mGn+Q$f$#p+Ab(3mlUl71Y %MXV4BrRA9'XfW8IjiQB>e.0dN5Mk/OZ'Jl2`obt2_8E0rIf8LeHCZc+G27EM%UV+c61B`Q %p8`qI?.5fXHL9%'.+DOI#H`&p*BDhDprFV!/*,?rrUF-JqdMCMB3jP-4Mfg&>OZ^/[<5jUNO3Qc`E7#9"p%qKq+oiHZ(Bn>(LNfR %&"nl/HV'Y3DXGLMLkkBI!.i2QID0/KL)hLUMFDm-k$\(1>Il]f][Id"5i$ejOB(j->$kA$)pGn<'K'l[FK,*6P!3lI-*jZ(`Cerg""Ch[OGJ:QZc^(a#)5Fu)BPkALc!$jM4Me1I %i2LWL>iFpL5'>K&j!M9m_Y5(f8;+P41[ir'3d/:tWO?;LEO-l%T^*=!H%Q\`k_P,RQU(doBTrUc>d*7"0WQgoOQ)e9F9FCm1tmDn$&.NMkIm4Jp@sACbA"h$1i>b %iBp00M!Q(YlU`0>e0%j&DDKPqJ5o2%9+8EI\iU$3&g_P)r"rR[n %ijP4<.bc#\k"(='%,#*\q<)Oim[O?hq7]d[uuY2RjfTm64bFmd;+$Bb`h,O6!hjRt>`oAp-bDeH_r0AT,8RkOSIeOXLs" %Z_(14(AK/B!/[mUg"+SkP81fn?j)OK,OcftI35M9Dd.k+P']etXn^3_S2%LT@#PiT]k)l!#.Jc@,<36/QOOKr:u%;),^q8L8$9FN!8$(N6m&1K^\*_E5K`?(M>fT:A:C_c-BF7$>N/kRon%^I19+IL*Tm %hcJsEG\+bEp6p*cBA7Pg1\g$([Ytjrfk8KHKFsY](?GP@1WaQF05]/al8kdTg`ucX^*M[G1,jU>oijD1oreqqGNoDX])9;27.^9 %;0Cs3@,jCsKj/2[aqm$sm$W-?ZJIcI6*@7XU>O_jBsSSeNSJse7s9u#@63YjbA3+Dp;d?7_Z:u]$[1Io]R-$CiNW$*SCV(_ruH2, %YQMa&U>RI<[mh7Tm#54tN$6oF9`+W-l9]5`e=&"6=*Bh-I>SKI1q&:]61CE"hPZ@]8s%ZEF1U8`[O=<[hj$!Q&IGJ'0KWBF?[7?5 %:uhqC/,)(P]]fZ"$I=WW#Ok\S?;FkfPZXYl5PdlhpN>fR'=u&Lb-PKj"@j(N^Uo))21=eYI,\qb9D]&PD.f9!GI%.f\(k"HN2)q\ %j;[JZAOQZtAnGj%CS#9\pq!srYa>P@R%n.SOA`OC_m#']JL9PQE0'f,`huk):cq#:Z("]iOY/r%!QP[N(jm?_/_C`G?Nfi> %8(sU29^"RKKMV3+^X]df=EZ"Ba2iJ:eF)XDcWb@Y#KaY>8jBNS.^hlbe.[<7$>e\iIBG)FD//e,&@]>o#Jj&#Zn2c7"W:g@q``lk %Q<1t)0;&1fW7OT)&XNiU7OkOb"THCD@>sIbIPKL;:t5Y"5oXGYl]Y!:HN$7o1jJV/,k<-Pq7KINEecb/Kl;C2p!*0^bho&EpVBrM %nh]WXRh<<9kZ6G.HSQptcUQLQ]N=*qT))Z:]kS\_SY2GEC]'c3*^Pbbf55_0"Rd<@/$UnY0R,ki+'Pe@Np>Lb]1SDIoGKUYi3/R] %/^ %7Jn>A@qb)!?V7sMbg6s_FM7JAHeU%do80,Un<"+l"04=<[.!W.Y8jS5A.SA*guXF]L5#h<_>Q>ppMkocHP+*]@T^ok.`Pha0qgpq %"1Yf*r7KRWXFib"l\Kd^,&L@+q\gOg)])j8X*9F3lfGkQ7n#[9pJ7:MQ5ks8K1*US#U0efXN4&B;R^$X<7[acsE9^+AC4t68H %$L_j+[V=JHV^#6dkDAt^$$-R%=RFY2C]ke.Or4C6#uB(AQa-B[r,i %gXJf=CP=^(-a#1_B\2I8P(31n0@G-;"C"0i'!OKGo>#RWAA]O$26%(!q`8; %.,1n]p_blr1mh#YJJT4#W^_eb(+jp4,q,*?Jsq>)Ap>7FaBWtJpS_nD'CVBHSftgt#1k<:_Gf9rgW_F?APDXK4cV7&K%Uk)qt[M! %X\e0O)?+=:AA]D-\X-^4UDe2mAQrGCgT*LDYFmOZ5B$7+L^dD,8?K %e(^,i'H+9II-`@*B8'j#4V,iJL6iZ.r!`GM'C9+\2f?JM9?tI\p6j/ujUFV:T?@?e>OJ`t8IQCba'f.RZ/;l:>f0mrlq?`8>@[]G %kc^!`0.!"'Kj2;V[V_=3c%E94n=s'am\Y+`HDmG\'"EBh\4:o"5J[ScZHOh'6r(9^7Q,2D)T68qDs.J!f#!`/Vr64\("`l$blk&F]t %FodBtfUgQ=QS4=[99:gREGY5VgQBau,hIE(P0tC^Sk`'I9"/.MOi/Sfd@J.62Y]K[Hs6Ms6'D_FE7/hskX))a0J,EP)>uTS9bk8NJ1DIg9)?M_c.3SN[EBGu;:E5LLb`qb5P="7(?kN#aD[`#i_1V4V\/r3*B#$':m0*^S_ORm`QOb'Xp!6d7 %/@JRM@(RU;ab-2YlA)h(Objk4:fDbrSO!a6h7%K\lkm47e3pVtf:9$Vo9pTG0ianTAq!\%X*>^)3]Fl'ZK^b8LK:Ca]Jr3QGH@iT %'ajf>bBnu?Bu)rY.i)r[-T<>QkorMo^$X&"=\r.Q"XBec1CEPsmGPYJ#"Mn2BcSAai$QNiY2p^PHd%a;t<@g=enRMJ"pI']B+DZ4Wb,8TI'8*5[mJCOmCA5g]( %4sE_OI:HCFd-''b8Y*YZ/bnHc4S8CDL9t)Q^rEnUpV%o_*neR%a,JoJ>!UAc^3!N]D#i=7i6/.+K32R2K>*kRDn@7ACf0+PY4YLj %gqkX]6(>`R/J<-lbh$t(U7j9bAHLNtS_L-=?!gZ;c82gP4'p+c@DD(M:9>uW6*59;n(`a._P\)M#;. %9okcZjpPmKE9oZ)H/E\Pj8IS=[sP1X\Lq%gpI([l=2ASKfE%f5jm2DV/%-4gTsi,9`XQgSbH[mJO*)gGcI_9qNG'nMh/:DdS^9O@,GhkiiSQJ*BWc`;n6?5Lfj0)e\0K;N\,AV5-rKD8EnLD";-%X.MimZK/5&B:CugeHZ-@,0_#9'AER;S%a%H6kmHno %m9;^m>6*XgAudrc!LjtH2t,+Ao+`!?L-5?,l<=! %dbU3$cM'coZZSMW;jq3R*VOp1P8g(WfL`=A8_YWg--;q1eO#[*`) %EH>ObS6QqS&8f0`[TLs2[J`!)=haY-aQDu,*a,1a(T.4m?ItR*09lf97+Wo@pGIM^%[(4kr1OV[e>W4.DI^enCoUN %];@.*fRYV%P[?:J/+Bd@hF6'\qV(YcH`!n;-TL]Zj!f6>f1-5/;)i\9D_&,pD+USVmmp+#GEjU@$fBQ=%P338AS[mo'T1PVh0cpT %%7^e54'+nn+==JYVk#)H2js7>]'dg2G4Y2@gJ/CUI0U_-IUI;!Rm>G\G4]13+^jE)g>n0n;urN_++>#$"&<*>V^.J(m9R> %23oVpTWd.J;n0!cJ]?;6Hdl*Elib"^8HaGJ;-d5_AGQ]5)o2hLqGe:-^gJ[9_Xh')fqYV1""_eSPS(E\OP$7$ZVVQ?.4jMYq+Fr<:b030/2=t+9rAB3a3]!AkgUc<'I:oP]e %W/'#9:[?BfIc_d#)9K2N?njPMIRM`/fR]LN[d`TS9D[5Ng`DcA?t&a)D$MG$Y=2#l#PkT8e&[Co2Ju,NK-Tua$Q_dGcd-:\Z@fak %A?XY]NUT,so$!K!XdO06odW@Kdi1)D9@T^!?/MC_H54nR0\"-fJm(ifC=J7a*8/+jEqmfBrb`#p-1)^Sgsl(8\-f'8E'2!-^.1QB %k)(YDlg?0G*I5*F]ll*-P0plMlJj3G^`Ujh>4MI6j"=,*m,6/QOVVC'ii@Z%cC,u)>.34*^2[4do[o&?fnVtWY[p8+qr!OS"h,eb %P[njt$K)NQi/[QB,.M3*:@F^l)Gd).=k)mfT+nE:B>L/mSsG#5TF\g&-3/,q%gG%3AVO?Ul>s/qNhDH;ksNFJGIG`o4>VW4K$n%k %"K(,&QG0X-4(-/pHZ+(Eb)kY>`V7.BWf(2.@soZ_pH@(Jf@e/bB_@ok^*l@oPZ?cc-QfppjmP)$=o&H&:#$C-oDD:-dW`iid+MnL %m7!F]$N#u;qG>.V=VfE1'c3&1S\*Ip#<8?2%qW&i8kY1F2\KkI"F]\(&c %D&?/RcEgUfGN1L@Q-0aq>_pd6#;firh2d*[WE7PN8'ph#f92S8$8#n6_G=/6O5QDk'X!F.Q9gS\pms_bGC2Oi>-74,`XYJ8lrd7` %7r'V<@R*A)-kA(r0k,0g*K4j]fC!/SAC6r.&7NbR:)ZfMg@M5e2=%:]XSA[^Z/\LQW($pec&gSSOa7CIF*]De@6;Pj`i5$"'dB:* %S5T_,[US")mH'ao*SB"k[\l4Y'OI.(]/T12,C`tF)\0(N\dlmF^&/m`FIVi]])mVr%'okM@ %r&.7QSN605IMaY@iNDXKp,X'$-@=X%ffF)&jpiTYU->9ZK0-gJ1CpMglSU;--1!!hg>&m"%It)k&eWVKep^f/jmP]g6s+TLK)$/T %Dkm<[:4kZuhWGf[$\@7Ud;7t$\U'UA\7q.1Gc\r4:AJL;*-",u:XJ463&(/([U@Zc4-O]U$M/Q97u#hTa``i510SOiWF'1o]kWXP#FES=!P5'qkXQ&S7rW@Y"fiq[@C8l8bIDl&o6rX#\NPshduTl'N#`nCY1dUrI.:4[ %A`gNE)2#B+/=U7f7b0Ng0OGsB-HF6^[!o(;i16Z!:A&ejk9KQToOu6R#>oi2G,$CsL7*7EAE:pFd2^!GHbD=;V:l2mX8d4f(`fLQ %h0RqiQ:J!Ybe8"[R!Ta %HB;I>QL>o>,T+L,8&!f'33Y&T%Po#dVTL_>5>m\U!@dD(0>$0oM+K %den,8Xjq*GADbW#VW=]i?HLU]n);9=nHJ,NnBYbB/s^aSC0e&ZFfS %![LDZEL5Q1E9(u=7`UqbNHcf]p;cFju7FY#^\rpme_"1Q/f/eRS`IAE(K"H7)6?J7gql %Qa!S4GhlKXmn%i`\8kH.S_lYk'b6n!jE0L@rmNp2>"E&N[i7DP6q6rt\(JN^_]DP48\V&Fm?3CXmlYN!4dbb\+7+XtjF:9d,o3+D?m^a)**Ja9AK5ZXM<][Q/QI`&bOc^Z0$g->MP;3nk,U[2)WYW7m^D/IMj[UjVaRASWI`f@_0oVNKHTfA#6d-kd;D1\,=][;9.uO78W]GSaXW%;gAmPgo@cSFL`Ohn$W1(be$C#g79ReP'$f@6+)a?hGQrn_dPGRu\Wn!XKR(4'#idi@@1keWYLOUiIrF2!/MNPq(-[[^^+&%INA %4>NniD5I&umT5=WGdUht3eGdm[nj27=jMTDcE4M@^9MgXf[4fI4l;f!%QN;\)-V6C,k?5cD(eB$=ZG(4XrMSS\_-Y]B?!5$ijRa6 %Ta.dK&Ac!+S79(c,NJrHbD*gnlb512#A9Denu6Ws5n!9@9c>r7q9NNp:sFG-I=L<"`A^c$'@IYCd!; %HXg/oY,B'9:!;,BhRME`+$#k>=@hq=mTQVWHNEM*61Q1At/EX):qq/5;@U7rPdCFgJ`?Xdqm"6XOg0o6lp*MuNFpkKh1"o8l#8 %5uR?'-.sk7;B'(WS(Z3"k;oN4K*dD%,M"c27nm\fArU%P`OeJU-Q(EfaK9nqK_p2[j^S4Eg5r=em'/mN %,8U-4Yk!_?1Rl<5WQd9mSNGSIK#,<=S?:9ogVHKjd.#q`Fgp3A3a"(NY-h$<*(?_N-sO[_X)((I;F9`c*hJn8^CM*LCQ4oCh1s`T %B^$=FMNlZAe@HB--N9GZS[3tE+CC@KYtn>Jc*$W*Sh(.feM6se`#W2lSM^JkqC3)K(J?"FQCg.=V.9gm6Xj[?2LB"ftl,@aQN'0PTT^? %SnZnsD,$tX?ZeZ,LL<>fH!5]!?]?OB?]n*>2%DdY1*<'Fg[;]XD>j;laEQ>4P^:=FbX^67Kn!'a-44d]UhJ436?-:,\$gK3LY.=G"6Ld&KX"A*a5b]b9bn! %WQs,:_G"F\*a?0%9e\.iAV]$%2XV:'Cq#fo767S'$($9ZUtFDTZ55EUB.pRn8:BPC*T]%/(W-__=U@UN.dV]`Qm6?nkm0*rFC[ZD %4+\-fDH.RG/)g&,W+N3_S;nFkPYhm$;#:5N@DFBBe%enCg'>HjkJN&;Np:'FZYNo%2WMcXP1,I#ZC!,JqNf`A^q2eRTG\ES4qGd=iX]ih>4jb %!?;K3-f/7W&MrV=dEAY'JROfm[9^Sd)W^.k!ea/N3,4psk"#2;d[A=.E+UCEC"\*=alBGann_E0q]"EXjg+DOl0`_O-VkpX06s5qTq5)ANe9Ord!meDqS.PD9VtPGZs,#m%pnDOKiHPk$?k,k16X% %A6rPiKkt9c?X]?V$s52WIcN>U04(u!4_-4gB#-(R*%H?*6ThobV:S[Y.)t@Z%kELTL;'fh9/oghHrYHo$s\bSjQR;Hn>lRmet+L0rndPnIF\TK,PeXoJ=8#]ZbB$Ie5L=_XCsu=&3YW %ahaISe\%_"UP_2j:A2*2N>DN_+H$?Vg5qagfRM!_3%m([X0h<=\CoTGlAG#5eU;@:[2jQSCmK9%G+2uS2Q(qC*=nE4Y\L^o+)0um %4S?]EEob0[\2/2?'d']RL*1];,&L@E(S=u8pEY?nn?2%$Q>Y&/J:/_04<*Qj4U6Oc"h^9ejt4=sXApDAHo6[D.'7.fX+%n3%!r+u %cH1)Re>Q:rk_gg*XS7J28A.4EY"Okd*YMZ:pZb=R2-(1Hp6EX*2;^&f^Wd(9Tf4cNWu2)AMr$Gob4(?Q`l^I.bA+9al9Xbs7HfRe %XQRWkhWWWIfHU\HG0mR6ZH#j:?XARRmi?475$`-QF,YA/I6RCLpM/C(gdTP8M]HU_V>$e!eJcXB$W"g2CL$(coA=nk>]'W1K6+7( %R:!kQ[Bg&^mm4B#c6\<\h10DN+#:$H-30Q_NYh/h4@013@qZ)tMfI(GlrrZI>Y?$G5-7qF_Xf/MC%dFa#8_rdLu9bU125Ignj$!T*%iL/qKkJk)UF4G+g %Ai`V4jEX46m!S:Y#N@G&D67at6\?.:emg63B]dh3?L!IhG7(8FE`F_r\;7%Z#r^qrXJX*2OTmG+F$m:DC=YeK71gCZ,$N`6.RIbe:+M %gMJZjeqZ_o[,Aq]o_#a=LtoUt@Ef;YQACHJM8e%UW'j\DE'WW'3SSF/B\^]s[Da16Ntu"&$S%pQ(\,AnZ&$9!hXc]:ftM$@8C*P! %2UeDc,uM>"CuP(%$nQX%a+HjGmGLa,k-rOb#Z4[;a'chE_?UIfqtp\-mhM^Ih&L$`a'):R,'s*iLl^P_-/Cn!2)d'Wq@2mCBqYMMa8kHH^kfD!3:2*o?T4s646f#e41HATnB#0\LQu,R'?EpsFn%"PL[UsWb %XDY`]OpSTkdC>OH5&qe2p2h"S`[AI\O#,_D7Wp$CaIWY)2o6B[0mO>*j@<%E`T@1^3,GQ![.NI/m&NRF%FRla09\1m50.*Q`Amc8Ca>I;D05"%2IJeL'bR/rc %d-Go62o:OV]5m#aIP>9#PC"mf(k'Dg*rh\NbaaV-WlH-j4fbOEqp2H'lW1U>R1%TjIPD/AAWM=Y)-e\[1,Cj])o>&L10N]a6YV9S %&I1sqIp)aqC@clP_,9I%F*E]XAnTn;$D0+S$>XUR$*L*>I"^G4O*@>3+'UAaV:+YD.1Fpsa(aiNA.G&k2_EU0TYbToMUG_4-=rHC %REk^/!-F:q]m+\V0`R.%bdA\>[9$P3AmW`7Y;B@jOdUQppl)DbcORs&>Ile#jEt$k'42GSLGecd<5="n"8l^5@;UAj %U7&F8fW)0_>tjGQ`nOAP6nZSZ?E5GW>7?PZ3Pn<=Z^N[;HA_sibR_NZ)Yarhb(>tG*l:"FldTccgl$")V?.!g1;8m0jMBKb;/MN) %/P@7G.(U,/T"/(+*.rs/_./b?3V"u*n!g.in#aP'3Q#$995A[d8oNU:#5;-lB8+[5^0;5YpQ[[`Q>VZef`="gCKo@$=OleTCicM, %^T-$k(@oK3(=hf"eRihSZb"s.kq;:YY^q#KG[bK:=;D=rLR+.r2@`BZAG'Z+@UT/G[C!>9M($-?Kt@1N'>MqX?DVdVXlHb1nB=t9 %:UWE,#&]^b.7)MIrUm)70MB6.+.[T>XTAc7PDH3<4,YD0A^^RgXY&q\bT+/a-!1Ot]u#$t/SF/=/9Umum]2*,$MRfbga:4irVI^C %qd.iE2a#sgqUftL!b$;3^g?E?i2UEi_?WW;)g\f!'[,if+k^u8G:HnQosdSpaDI>Gg`oHKHam3_0I#8?+LI_PTOafX\11-%QIfAe %pM7r(&hi.S[+0o.Ju\uTb&"NM?[^=d>Lo%5:s/?9(%_Ut@YWY4DVJ*"S[(mQK;Cn'%;.,_>Y"9I6\pQ,CYS:rr0?NL7Z!&YFsGV_ %3YZ6(LqW']A[p;-l7>qBlO3*JhGWYIGn(mLJof\1.eTXP:^P_L67ZjW[W9XdhR*28Dq"+FBf-_hY^$8lm$;Lt(oHlX]h6N7N68i# %*q.aq\(8.eU:J+Cji".dl#VLK/jXBl&HJrfg2c1(;m*U/`,8e][k'X*<,[(t!Vg]@,>1s=#:QZUK"ko!0PV8cD/[VWeCD^!#8slb %46oV-n<*)eH_=,S-F;o500R>G7@r#>.bjfGrer"FPMn=]c&:4?%J(:d?JkF85(h^maWnk\WLQ.ba^?3S)5aA)D!"H\H1jstYZnP! %Q'YmZ`#ejlWqD*=OD7/A3[r/HP3+$hm8U+q?.(1YgY05dnQB05KJ$JoLc4h(2It]o[4'2+1NK5MYf=uZrMm8Rcgh)oY9:hF/2_r/ %cAhL5/87m[n',5GZcL>UZubVBVeEZFLE'*u13S';5Ug^KWO;`8*>[IBlGR@===3HY`*6g_(WAJ:i3+%ddQ1-G>:T[g7sj=(5m_l*c2'sZ]#EH(]Wt`Mf3VXV8I*TK0"p#<&@-qT %!k:ci<@k(p=lI_EMlE-tCUG?.[Y^F^ %-@$$>>r;672`r2.(%gr]VI.8pmI'<`fZo.B5gU%?NXT4t%OZA#o%K41o=F %BO-ZsGO$!VYIQ+m&^HZO9YkKYOeA#+eI/s&WN9-[f:htWgVJaWV=%@jf",(h0NkRp<2#S^.TQuCAUE78^.M_=/1AlUfXFeOAV"V\F@9ZA-%.f2uen_O!TZK<)>3m.Ui7CFq4*T7&]#6`QJ&&'h!RCG]Cr3ud7_]B^YLfPViWC!/*Ni]GC'L]m.FQ)]3^IJ2e!:-PtaB^ %[5q(J]Tm?+4/a8Wg+2BjnQ0lF_fUpEXFdg2^!h/6q`RuUn\[[="q5#em)JqOu38U,ZG<&et\$uZ=cgf0K%X5YPad0Bj8#s %YOq@tmX,e.h-9a^m\P#/$#c5r)-*hDI/(#>omt:Z&bLf3HDNnfJ`!UBTs,hFfFa[^OqcG\HI4g=f'$ %f=SN/HR@blL2Z?7e$ZQg6_S-)be'e!^tRB*7n%QoSkE4OTG:P'#kJDXKtO_(R^stl-a]JY6Q5hmEu>W?Q&%^U2Jo"8dCuiAF/EKn*q!sa0as5YGb4u]Q^BD#-g?m5U+:)7:LMtG%2P#q]8Z#C^$(-Pb0jf %1Pt"(E6fp;Gt'*<2ukPm7M+3U7@'!OF,?@OaSDZ6d!Z"f^_5dEeKCnI,ZGN=mq_I]f9RDVAY41,J"&q;EWJ$C=LW.K[p`W2p0*)t %YLikaHa.J2frJ5Gh#V)E>\Q23j:P@<^2A9OMe6<[bmp)5C)H#F^V].egKI0\n@[mTBo,[hl'b+ %*:Qd[Z_\RiYlKM[L7a9S>hs<@mj.07&E94Jng\"k!do..S-%(L((W#_:(W@2A)6)VNp$ST(]TkYlr-u'IY01h@f"1&YkT0H= %?#B6/p8l&Kdp,8RSs.Q:PX4XQdqqY2.;f"+0``c-!7U83Jc)0+*=Oo$=D[: %0>e3!-u`h%oV6sBmg_COP4Ga5"-\f7V39B)cBu\t.`DXrJj2qcX$kBb:EM11)U:q9rWO-i:YoW,!T*\knPj-5o*oPfUR];Y]d.32 %X0%JY\cZGqCPh,bkg0>aQaI#93iI@JZMC@G/ifR,=K5GYS/..q5TY.ZAkXKo[TNTO&A'Ak33sgr*5W]&/M-H,Q<_d;AWPM.8J:I\ %A?gQqKHO`RBN?_KuAV*I)[)Qe+ium@1lD6@VCI[/9^l`+q3X;-\:f!I9onTOk/4*De35)!fkX;["T+8e6q](\/5TuaEK`mYKegeX,]=ZMNhnkmC_h4` %.6g64`!7m1d\o!JS*InX[?at'Z(#G0UO&3,p+.C_=M>'J!0nU^+XX8OSri8@U6Sn/C]auqTH0lLIR]jf0[IgHbjCHO[jjotf,6YC %AYtFrejkG!V2j$+m>U6\8pa#9;K-$s_/R%a)=IVYPDr+o,s0>S&7l2KXnu6jfd>f*B^_Xg;$r+NX[FSWknl_Mfo#d%P4* %C0SqD,GIZe;Mnl,.Mu8ZNuX9s8g\`3hPkt12m\N6-'S-^6J/VRdgP/6,7[@Bbt%4KqDlqS]opUECjRtCh)MJNnl(pK`1:##)%bFK %LE41pXcLHJW>C:?(&8dADRD(^j\>Of(JeBacC)ZZRT2.dAeKoUDs94.ie!jTG8K9( %+]on.q/[B=#8s*Q;PEL!7R[$4T42mZF8cA*Z*R"!BVuDulSE"?3N-!"aG-[?iCp6W:^FaA+i9Y9'7Auof&-o"*`Yn`))85(F$[5r %HhL=EKRf!o7o5&hQF!1B=^/1^'aOlF:CNs)+p`]!GrGOBJTN)lNMrm/,p5c=pF4i&;Q4qbSLIDRGoFX<Nj*SguN(A %#tSr9\Tk1.m,r61ZTr7u)V(Njc84IZR`(qb^R;KHQ;i5f0ld;8IXag-=j7ZZ.t7'KJHfJ2JYnG9rd(?n/78O,\?*A %U8XgMe`Lbg.Odr4RM4@=8\Rf:RB3h+eL]!k6F7(nZVa&GSnJ@8>YZ^0/ju%rmPc7%F1biQ1EtCR$Ob;8(AVig3"RNA`-rtI9hoHU %+8b3>'N@dRRpn/k!P@"";aH*4&3&B:gI[o$X1a*%B!Jj%Z6(6pgV!nS.aKGlqr](T:-?P!>1-pY^sC+@69XZ'HV5;B0t;aQFR%"NT& %hima+e[>tO?X0f][5DE`#KRE2_e3Ydat&47XUV7,9lf0Ce5tHq=ZUKO %+UK7;%O`IR]V4e6W":EZE,>%='lLWU#?!Dlesm2)ipa][j1OS;9Lp.n#;R>bO4'cQ'D<$E1':,6JV]3ParD]"Pi$:JS[1k#=G9a %WeNf"b:pal*;@ERi@g;S\VeGu7Y,eYiR)8V(F=6BDG05\7SdKGl>3l]<9j %q3#i-,)=FtB(/(N2)W-tf+"O%#;a\/pF@71R(0$Z6Nd'KN$Ea=(Rt7mKtZnFJ^#O]Jor7?u*O %7^0ck._X:@V3#C5GD[,5V^Hn^hq'%0?a?]joAV:*@sbG>`^p8YMT#:W8>&JOUPJtK,@C&hKV_\k;8LIjiDP\@P$b/^iscJkoP %dooe.>f[X#$o4`/lh)ae-#'S/@f3E"9/9sMkBY'P8d_il_Up,i0nKUBOgh)2sHS,DM?uVi,QB:15h)c9j1i.n"#sAVFropLM3\lAmg1Bhk1t(Ii!]#/VUJScC^n1l@DRLc?u$ %XIH[n@N#iQjuKUV\[WP=(h==p:U9+VK4f+VaQ9.5!(n:G0[DWDb;QAlB+_JIH,Kr@fRU2_/=1LG!'$K;e:'1CTk>04choob`&]s1gE*pr!u2S(r'&K!ND>9L%GE!E>A%q;)@4O(rY %PikeRTN;8>RDL52oH;"+kb=Ig[4N[8W3N6m[.fa9\*g1?Ts_3TE'c'3E@HdD,!8B;+KIhEB+`/&!34G2di&XOO-W-8T9T[4U7rpY %gUc&EK;)!364M=C,-6Qe./4>8kdD?pedDCc5%2#ZG^8\l?A58YQTf(VP-i;>t,Dc<:X6:p?N=na>8795EjhRR3Rs`)n2RL-Z'tn?sPAKT)V4;:L#J31IdTN7_SXD+9@K""^Zd%jFIs %C=ZNl]"(XX!$s'!pV^1m)H)>f;l%IS*/Mo1UiWB<=ObZ%r?N=c!dop7jJjDSKQcL2"&5%C36XXZ,Ubp6RXdpE&kuB%\5nBp!$?R@"gSSf8Mi+/Ir6b9\9O%lkM$4-CaE]gKfblgXc*BLl4D(o%;eG"jN&nS:S*% %JK^iT$+N`DBsu1;)'o.M.F!.],&gq5[Sq`%FiFS_O_Tj`Nff2"LWnIUXRqG^XUk``=s8O5-&trpF-fndS859h_-p8.3<+pRdo^PH %gEZE"hDW3891"=ZKT0(O&>b"i73YgeU=Q80r&j,)^B4It/,DgBd0e2=\5FM$1@DlNk(aWZlp6L!5%tLWT:*+K9"QSiiX1hB#!*T3 %.g6n$asrfY11HMVcG^EhjL[p-pS?^`,-,AtG?Pc9&Y!CcgaQB[qT0ik;F4b+)*j^p9/823-/p.q1XK:Z3DlPd#&,[kcH&@X9^Ia, %V'?[f2Z7#P#YiPn'TTWTV#Hcq]0[KHn-V2"CK+s6'uKXd:CTTP%05f>[#\-I'CTSP\LK9X&%-uJH;rQ<$3o%uNb5@IAY_*q%;q`G %X`3rS=T]+dCm$/,LmWe6=3]HZKcq`l>ATBB\\`Wnbn^ltB?_p_%bA\"0p>fQORh-rS;(3ZqRO.Yota#=@FuX)2ujWE0P%?Ql^/ZM4c;:/]1Z&Vt^2)^XiR.n#+r5mN%$Nt;kG %1I#9EBW`CG')P=,[%3<;0sa^d,+YQt7TAn#,Prc];DVn'cF?1\2TZ[hm$AFqX>WU3)IteN7\bZ-(RsQ=ld$kP"cj\WC71l&Puu6jB8KS?"fjIuq<7Cnki& %ge4sJi_gl:\J&UFUGZu3!(\N%UJC4l,$R7Y_'!gh)spWn+L8ms%t"D[p'8Xb':aW.i\qNg1^h/J %o7FQl=,8t=/0W);m,Q6IFVbaEZ5fS6+Nd2j<7&7[[Z)$]=re0X1SR4g@3^Ce6D$`c4sLO@>VZY#"JU<4.3gQcRnuVL7]WXO,Hf+B %BjPkt)'4F--d8*V,7o=CTh8bbP%$7`)]K.ObhTQU`8T-M+iF7?nf)2$iacg&MGlN0+UXkt6?ZhH %._6k7LQZ3?2BQ?m0q)c=!es1!RDp"*H*g2o(aS15Be@q>W"L\JAg<8-VY-HI8ih*XZV<;O!m96$?2Wf94>>kVe\C=B'e;J@)_'I! %.9:NlZ=6+U3_EVr;'fW^]ppj'I836hj^MpU_kpd1m9+WqW]aLnbDb[_9V*$iSckGR0cMn0/nhOko"%E9JAm]inWDt["WR8rW4+m$ %5KK&b!fIBIZho!kC$"KO1^Y\24E#!iqBL;p7VhRW@)te$=(aMX<):JjZm*/?/$C)XC>ba`/lVqkW)`,U"=_*ia0-%e,?Q+a,fmW" %1Zf/LNY4&Mf^Z)"\enILKRQHb29f/IB?S"2/P!n6=Cd$6o-l=W8@F2)fuG=J %^BEA)XSIBBs.63Qd'N/.u7b@#\M$U!)LM]CDa1M/\( %.u\[A-Ib%5GF;$p@NdRk.L4()*CT-7=K0;CgJNg-o5LW'OFpZRkU@OraYj3An8^oq2P5ZjR5U7po=W/7_&ETX^Wi)m9#5^\RN/EF %`*o;%'Li?T9_qmh%I;f?4X4^O4k9Vo!CBkig,%_N-=DpJ>X"?DO+94F#MJ#H+KI1O%UqUN>e?G,Qa*qs)KSU^\5qWuJ1O8d1phgBKfFg>\#qW%Cjo;f3!o\:Pek)Z^Ka#!SYGhl.Mq,+g5dn)YfjbT%0mb %n#k!?:HuYDa.2"*lbB'!S8HPG[(*p?M%g^RSW&r::[[S%j"P(OU\Q5VkT*$7mhtuH>^U]DTDa2`:>S4fpT464Ius8'RspC@f4S/4f9]PXIus3;SStk'0&L!+T)IX5jRnSsV]0!n+'=ErNW&.6 %T:PRT+(16^POY:8e3(9hq>0[,q=Q(ik#2\=jl-gMp2>D,p>Y<%K=6"(AouDnDOBNOg\[r'?9DnJ2b[c.[(R8W-XEskq"*VCRtJGa %=8Ldna)D"M]oDDM#Bar>[=c&7;"kIbhEfupo$kAJi7,GEb\1A5]uU*QBgLXJrU]C8],sh??iKs'4C>Sn1_3V+g/t5$F8c$GBE((Y %T`Nt9?^STMk?n#]Mmjdi><[Ykq,q5J[RY^#$0O+d"FiCVqrZ0!afB@AZgEZ%^$u\\^,[!Tr].?mbpTgm:%eF*>ZI+D?G&;1rq6Aa %rnDD!I6%"NiNKXZ#C^1?r0t/s02>9g^,nKgf\CkaqU41-i>YS\p"ATaMj(1hQ`o7NT=inUn>sD")&u;YS`T>>p%n70fbUn60AcLU %01b9"B\(YUMp&/NqtW`Z[l5#qI_!^pQ.C.C6X&Qc]`#W93H4duEr#ULB=icHs0q5Zr:e4snDBj*fhAlBb5F4$4Ee40/0A/=rZj8? %?SB`4>sD>Qdc[i)SpdO2`D^@%HR'+b9P;3E]j#A7Xo%N,fub<*&=k*@Kc-CcSR;Elo'C[D#M_KtKoNL8T/PS:5P]XhOg+XL_Io7W %`e)9-+.2VH,48c5j9'S:q*a4T;*1u]H?0!.gBrAs %&2JA-6\`=J%$ASEj0*[AD5,qcn_',LbDU;BcHcE9@irnmNJtHfWHte2;:!QA:,_j5m?J:DGiR$DX-;`0D`?i+BR],Cg=Z200?WG> %f$*)6ucfj6C8=SM=HZCG"AJKp6D/?k6o&Iim=(`?,SR%bVhF=&BJ+;r$gDa@K\"2UVMg%A, %%g4o;DW':2npI;[T'nV0cee0ZNG%keoBuL&TC,G+cu77f]Y6?c4aVJJlM=:(YP769H?mrNg=TK>&),EQKR]$5rodD^\EU*j:R`jO %BR]\'CLb!-hXL!geP%KtC.*f_FO"(nb%Q<%Y\N6J7uhS)1#;c@Mb(T;1KM7sg%3D<&rg %i+N@Up-:Ukn#e_1b8/LNBF,_(5bKCD23n^]?0B]O1T=m46FhYE^rT`bBfu`o*Dc*B? %p;WZLmnh1sk-\j0Cu2h%C,VR,DP([sCrlG`KkrpaXSS=lfso;mN84G*2P7Wob$BLe,PSUha@#X0F$R/enY'.o'WD_l1FQ.lcV4mX8:#o&"N+oc4B>gVXg&@Z@,;JIY)FH7h"A;lMUM! %QY4p>Iuf"e$lb\^IbK11rT*G?6p;/<1nR>6*(nSt'D]G.k7_k0H6OI#Hd3uO5P+"4nEM*5+W9Xe/UC'hqMVpPpW(7Xe`#7!*U/Xc %G]5#Pgr]<4SUA&lM[+Is_4>sm-Qh-c\"29kKgn)4PAfM2#C#b%0L.`SG;@?LjA>R!f=-p`%PHgp$i/^I5.H^Kbri;00'$Bb/hSc+ %hXk;_SH&*=FasDcPc@r*r*bnph-YqqSFZ,dUr85iAT+3_8mMg6"][4JXYG&5s7.,=0NQmB4*,90BQ)Js+f9>e:g$nb) %p:M>lPC"?aHFQ$IGNU@:eG&n/4Ofuagmt)4mX/u]Vf""!h"Q/:.olG(\i]Z,]mo?8[kC=IPrfMFf6p35K'!X7fIhbTf32,I/_=O&K8E3L97lZ6p>QCbU;tbcS1L)(GFX8?.1^C3dZ=VUTuOXi%p/1IZiak(]J/VL'"UX %%c*JTGoKK9^3l3$N@00Oc1Y9tF)h%kdk1Ceq=@gDG\QKU2en,mBCt6;LSM[t;aU)fQTVu%"o>Js)h5THji,Oh/e1gq-Rd>hO2&j" %lGtXUA^nd+UW.b^1C'\pI1q>#6SW=l5*:Ipj'^@r(c;dmNIt*g@=F;j;<-LN2812UR?Yq]P?S/n5"'>\MlW&jl][5k?_20W!%]dA %pl4f:G?uHO]Bf(Sdgt*dk'AD_rqlN1/[Be+hRRuCh8TJVYMR"k9E3*5]Z&C_YM=OOkOHPLK>'QqF8#L3ZiBprm+(@_CO:Ph2tN`od0K+3cW'5o6'XJlhAEZdqJpZ=k43tZa"OSJ?Z(ER46o%Wt?,iK;rG;lcB/>l<5+AorhN]BK\%X9S4>5Mj)7*ZOkLZOc-Smm.*0k25::`fFEO %jg0T'@W.bN)oqgAT9!H-i(aV?EhD,]nX5'^K=Z8P?dudDCpSc2G>S&E$Ju:Sj.Pl^'Y]4:V[D>$EnNb;]>"^1+YIV=r,9!B^@A00M:SmhR]?BRDb_noL.RGX+=IIpQGFs5E6Ro3:eB.X\`$/.YeCgK;$Ne;1UV8KYFa%_q1@ %*tLC[G>B_q*6NN?D^'so(S>T"%u%&)l?D"c2YQ.)bGg*hrGUS#S=KTNooY=g?_#33mdJX> %KCd4H.u'hV>RarPGP>7W)p>C&Y?m`hT&&i+XhJo?PIi+tlFpND[mb\Xk?%1dU14]ScL+RRu4brV7i+[%cYpW+2`#CQ&X0t$mr3Boo^h_V-KEclj0j3+c5e90Xrk-2,3o$c`JlmI:d-h;fi54aVaqlKAe %oRW>"M7@p276V9c17q,8/>D.s?Ves3Ui#PWm2nT4`a\:_YOV/X_%c_?bCe,1I`SCp]do060SB/AKMC4fmrqW- %pV%$hpYD7C4idH:Hn'?BaDR#[]8r][S4@Cc$+MW^@N,N]06ccS$JY2Erpf"7lM'IC&'dZ8l0kGHnL%\9I)#JFAubna"d>??SXY8^XRR/;u]dpXr]_YV6seT;X?g7Nhc3+M>k$[W=Ud)Hhu3*n"A0V*)]Bs/q'fb;;9NZ %?&PBi]g%O^"=D.KPRI4hO0`mn3[j6[hp09AQGsBWEK3JEc?cQHl*!%tR_E$f>JQn8S%QHWXK>,16m"PkH8pq6RWX]"c/8?W:^T(^ %drB&$Vk9d2g?4TP1,WE]mf'`I>(l5hQap[7ZJHH2VrQJm;PJ497.59drKiE%eaI&+SGmhoQ%!L`a/,u4&q(EkQs/(Mh/P#tenHVS %0$(N&rI\-@K:h^SDBUd?5>OHKZ2`)%pl!Jr;gk?3WnOo0QKuIQkF25$e^gXjGal4WcLpDCc$Sa?UDJ@%#25cBr^3.C:Y[cKpFY^0 %"'UtCmFRA>if2C`SMG]\8uj"E:u57sV;>Ve6;/iO$<5VaT4A*<&$+0,?iLt;F@d-0P(qi48gEa#[AK\ekMs9h!g2M_iUsC&/PDc2 %A)H"Q4>PCNUF0M2NhLAd?GP.l&fnGUa+7hKCK76\=?A5YB.rQeqIA^LI30ea^Z<,['9i=mQJGVU,eYR3e=:YSpQH\&Q:^o#Q\XJE %p"2^ZjSgTkr-m33i^G:=L45:hP9%I)0-/!kRUp!YhQIpK9N1">7;L:2%MS^HH9MDDKAQPDJaQo\gTn2gSSR_Uokhrh+]F1WlnO8LXS"+ATgmlZ_fkKn:e'hQT"/a?[kTf`[O@)!j4^8r4 %3pbfQO+,u3oiKK'hs'?Co\]Wc,P,\33W6"$?GQKMO8%Q/F6P$\k4L8;GC:nNq>pdI45]eYc.epQ>G(n$QpT3\d$](*6QS"b-$S>F %'XE+_dSF6BHm3lT;q)K:Hn0LejI!tWB:J^jN2#sj)u)_a;_Qoph]8Cf(VETmAi4s[e>O`@\X9d_rgETnH>_R7Jr=Z!o\&?mjfDig %oQ/D`nBsbhCPFH&]2!o!o_2OPPE@n=9hmlE#rUqTWmdc93i%ka6f3Q^Q:l*R4e"J+:Riqq6.DZ,R]KV42?5d,?J%g3\Z&!QfMcik %NXPGU3>o4o4T`0Td(8Eo(--Ga/=eG-l`'_+G=KsnXf+?'#;^XX?7@G1ITm!MWQ4skb;ae,C.GMaSg:A%h*.eZe,V5ZYL5";Bs?2@OB.AdC0TagR-+!eM`&Y%jMF!btV)NE4S-"QD99iXE6W`krl9tBQ?%&s9kM99@75HJWpRD!U4WpK@1 %.lKMJj`ionY?FBH`T2I0+PQ#.[4tZrq^92)WHb&f@`F`FU4RMsoH%4?F]rPE15Jj9g-HDVQc[?>k(]E/:Gq@eoi$#`BZ;75qBX9_ %3["7ICBr-\B\RmaXm:j[OAnm%%f4b;]$7jCl^F#AWhfnG`_EIcq0os?1$Ml/&mNFKhbWsN3]!d`Rh.<$#f+AKo_hn!@3NkumsA,X %!\rZnb7bXA2=7a=B(*.Rd!XF=qmLTDhe1L(WG7s6i7GWjId'%dPh;$%-C\J$kTDf_=bCIu]`W&=-dr'Y_s?sNFBKW]jnie*r@'Z? %iA>tHnMNgPD/2"sS2&^B,&/3!f$Aq@^44adSMeB[YT\SV2lGf#Ul$i>VZV7KC`i`]A[tT'?#U1hL+:J4b6"Zh?ddQNE>WG(I`9fMe%j"UqRk5'V+/njIPOTeO:fh3+b$3Ef3(`-=foL^6@9km_H#1$hO/5!!< %6r%KrbLg$"(Mt&e#ua-Y,nO4"mq&`&T7r0kk`X"-C6HP[FL`h\dNZd3m\cb^R%+AH;Ik9cR"I)GOOXD)\j1@H=@ulif)=8d8k@aG %b6:2XIc$EqWF;g!9f[Gq3$IT.53`%nC.qd<&JnDQ+Zicb+`q.eAMpM"J+c`qasm5U4"`."b8Q>g'tP6NR*6n\[nUL2^-s3V=;($Z %?SR.?f#b'Lkm[DYDQ8b?k#[7m>ESn1/6P\_r3kobA.kKf],,aFm"NR1/g)H9eL=B%j"s2en8hKV7*9"q+[G=Y[[moA:6,[`WnsdX %(=a:$;1Yk(LV5-"kj.=."R&LMPVc-\,'hNnVJaM;fp/[>sD#/ %2`LRA:3Igs(..@3MfpfYR04Pt(na+X7\Ysm`N"giojXlDoW$'.R?S%qRrC+S[0oUn]!;fr^XEk^!&mQP*Z_$Z*Oq$-+Eg=BDjGiE %S95CVa?k!eP#iC$9AXuSZ.u0Dg`Wn9Q)JCRMb5OB*IGgdAR]'0k$X]gm:"6[n(5.RX#F-VP %'b\X>P-k[@+R+o#:A#u8*:^j<#YLsE*Sm"oQ"o<",@(H7kK3G,M]NcRl!cV2CmngRf<;3G?)P8k\KJt4'qDj#&sg_'.h,!540_@= %P!lV0p$iWM8a&b2dQ+ZaBo>&HA`(dDE0dhdn&fo\Z[6Q3`fPe1$$W&oI3?6A25U2;Zj5oNXDYJN^W`,**#)=sW*/r.7R^HguT<@rf.goGC\ZE6Q?]bA_CYZ/.cM-0C#P5(N3eg78J %UKm!Nb<@1/;L"]Z.o9r[!Or9,DdKQ,;[LTTBX"=$+Zo-m?0W*h6YPcYU:ZhLSTdiuD$8kN6L7lA'4Ti2\hKZn+YqtVk_iQ4=/'@N %r+2U$)I"TYAL=j,d=%G+K^3MbfoqqDbi`PQ\Aj[t-[(mb?`'#sD*mZ7RD\`/Ob^.&J1[7rGg04R^mUT/gJ>G=_])L6B:)dX+S4l/ %-D3-aXOupl#4Ll0XND;iR+1uV1M^WoCtuWE2V40qVWa8s(In9BQTO$[eY.WZZaL=F,UL#1"[+V2Q'Re?hg[0j0Nh[d6qhusM)^@X %Pg)W`lg1pC@./:??9Ob%'_Il.Ng4+JH/+6^5AhVMR9>1S?&2,>B1Y/RA:fBuZqn_!l2IZ>P0"gG<68Ti-ScXEN6L]_-Gt#ZM7GN( %/rUC2`2qS?2$mPSU[9mpD>W8Mq,0Qd1@bl[3RrR$9,K%kQhNif)YM&,eAkOUIFjl-6!.(kDH9MkPdC %S$Q3".XeYF^7"O@1&OOsDddKgBY(nnDpV](#9rE!kb*i&._u?IZ?ITV4*H4^4$bH6Sr>D8^"Ac+*I(F[PUq\:C$AV],q7RYWdAZ@ %D+h\fd*c(:((%WEgTINsALM`I=<9,?'kDu7QO4a_0i;\NqD,b?(SGp"R=,bGIQPdh[G5<4U*&i)1Nl=KoY%EK^^6 %Mf&gWl/L6t_R,t:R$:"fVR@-kXu!n_>B9L.OuS[RWb%NR=0^X2aI4:O--4;bKH.>/#M=,IA5POX %W.T.,1Nnt5s+Lg?_?WJ3CtUpY$Us%=c)o(mo,j%OOFI5%IeCtWbOlT'@mFBrM59Be%o((elm()O+n/m..o[OYR %0_rh5eii](5HYs'%^apund6`VBACBmTF%ZetDI=p]3IlIgtojMa#TT"XC7 %+(]N(IjgUZYNes7k!A"E9;RMOPAWsW_8qSj=RV*CR5p0W`r(;C;WK>k<c=:HZ8eK29<6nmc(5ZVs %mFR]VlS7^g?W*V%0FNKVLrdjU6l<4#b[aeo)au-8-#oB(`rL]n[/3gn=i:84pLA@+7I$nXd %)SkO:Ebkagl$eA"]!FM:)oR6!D)GXMXF1lGR%oI5rD"W/)ZpX)2G"srHX@s@R2CY&o[d2$Q%/so5.!Soi`34).Dndq]SKa.LegIq %Xs@7J[58QkKA=/+m@IWpO:,E0*L0(*QQhWa6n%Nj$-.<10DQ;%H-I7"A_$j,PlP;X1EOE"MgljIQR^J(?&;rg7;(FO %#$B`F"T]1fV)IX?M%^lQrDKq`XUY=U,:A\19sPEQWkVO;$aR(>qD]:Z3g:R0-:X8Z?YC7,W'O@ar.`jT#<[36H!.I*RXk3^VZ2luDOiT&14bGu5r %+W-Z(nAFPlj?%G0QFp!*:Y7()K9;uZ[^#^V(`,mCA8Oh]M^ib[VddN7C14RN49?5>A072W=G/iA>U[OXVLgE=lprf9Zdf,j`f/"% %'$&sic!rCt&=*k>qnp:[cG2Lm$q8jCgFhDnYW7`mSM[k"60j`"!@R(Mb7%etGs],?V^<5:t^BmI$=P'\-kI6&V02GI!U?'ra&0K_)m5k%AF6a?g)j9p8T'=a`bDi,W,KG2T&7'(@S %2mS7m.8S<%)n\AY;rCr$--0MPoLHjqW-ti_PIb-nZ*2ecOX@+uI#aL:@b2&GVMj4X'(sn6`CFKklu8'sP"Ju,'2h*4;^L#qB+S1Rc0amj[<2c@r3:G904;ecVqt2iADK#N2*EMaRn*iI4+8*j1U+9JK*QU?ES9gG?Aur@Je31#6BXY$s%!]hsFO0tgdZ_'VB9/7n2%3iO3R-#5XOPLj,.MmtFY %[)?:i<5uK=\eiJq@i_e'OGQ\b>imCkC4ZQZ'4XT;+`=E5H\']OaU_2[U_Oocm+XKo#8'a**.5Fq7t2!B%JaXi7msa:&ZmR'g?W_L %0fd%a6Ul[*.N#I&:jPiDM3CCVd74i@WAMh\+PXCW]$@82h'p[^/HN!(X2t9s>g\6H-40tf3\<7]^h;#'%',<]Y"k60a-kPtF'ohc %!M$G/F&i["$S%oF(0MW5A[g'<%j#8_6&>m!@1/>5X*Ldpbk?LjLdo*IPrM46[\aQI;%hT-W+e-iLQuH&**0MJ+P>kHr/;Ud27gdHiMR'#T_qB4WEC`^T@D&bOA-4=lV^J8Kq+F\%e*A-g+<%`T %^k8g)DoYA"fL3**3aEgGQE_c)q/X]OM)9@Do**4?Y2Ws:2QB8\)'Mr'Q;&=TkSAF&/2,\YR+K%"FIGTS)lC2C]_H,9a$ %N+9s"\;`HP94b&Ze'9_5&.t'D,l/AVemeRfD.)-QZOYnk%`a4:pNn=oFA$W$6Oc].p.^,/hV5`;#:3Kr)DdO7dR!b2S\LEe+,@f-u %eNCq">/T9%P]hnTqcj51G3Or.GPH"^^;?irP %RS@Vad^)_!]%3b,080d-#kAE2Sb=po"u%-"QF(TTS'REHm5RD[``L>qPji]@@CcaCoehe1/CA095;Z@9%N$,)=4jF0a;%&JSPR>\ %*]b,54ef*<$RYgMABP7g6o5U?22#J:?R>AAM`I^R0bj#j2<1N)!r_fTdPrU+@;bFI&-D<9/m3^($si^GhBtN@lCI,a_3Xe1ADo6r8>2ST0d$3k=Ln,d/=qY%<[Q\mfO:@(k(p:rXu@[9V5Xgu^.g %olAWgN1@6-jm63QRHn8$>I/%W";t7FieF.Bc2RCQoE;'):a!s#99\dEAAP0&\,Of\>!$s>]Nd)>m&TUs,`,O%S23KJ;h'?J[sFVB[rgQ2mlbM$pQ7PU<6HntABmFRr^ %0^@_]QUJ5)0FWfcin;7`qPfNhRnRVcQQ(5l!5;!lQnu1Le^%S4^L)9s,gRImr@0:rKA(5#N:cQs+Tclt1^D;C_t'$<5'K %b97%m"]GYAe&@`CqU?n4jI$=:;AueB&EH>nVM`U1R@2rfKTD@0Q5d$qP%j@LE,rG1*gF/L@Io]M/'p8K95$[uT@?BSmhb')Gtlf; %',f#kjH/hBp@Lpd#A8`A5fPQYMnNVidY*ihBAFmrc$@/\C=P9I"mK1![0:[,B%@,Yd&YiIE)*57qCV:F\Er]pDD(D8FIT;(Dhia0o[ohZ7nLncTda:;[@icas*Z$EBYBbNU;o(82<:J/ueCrD29mi0CC+6BaqRH7V4&5"GN$Z%+QJ %9@NRiUi"4i4B-H>d4RtA1ULu5,t3+38Vg<9O`&,biac:l1L`K2bh9.Xab2MdHRCQ4Rp[#u4@PTl]]U4.75N>o9-`Yp=MOfH6jJ0_ %)_/Q3Y7/!rO_C2aajjhWAlq`)=.t^TC?^7XeHbu4('DT'$Ik;;g.oZZPDWdeQTA[8qbPRY6PUEgb`V@[`<1^K:FK#q+k %%7;S"ZoNs`$Ugp(*4De=j6ZI]3ZHhum%alffOQVNaaDCOEu3UgCaQ,bnUY&$[-$M&2a!Dt6 %BBI5]mi5Sd-u/G#?8L*/_/0'$arl]7-qFSe<[+sTAk %U)]1"ofJ.m$\L8^DG@QZMeUGm@hh$4K%nrk$HVZV&mYISq\:ZshjI_:-8b'Yo,NHeI>?hF/oiN^5i'Gr.r\$o:?^4cM^M&EmUJa< %9J+-rbWJK64]i6Fi`J%,bd?_B!!`fW-CD24F%+_< %NTu.ER,cI3egb_o`ECEG(6t+W(HgI`\Y$qk;WVs=_FNLa&C;)R["rPh)EVAdg`W#m3.A*i-K1[W8o-J4e%#19-18BF9=?,AE51 %PN\)AbU+/T:g0iL>?96tE@HPa*#>GhXTX?>Tg1=g1U;kIrQ&Krqh[dnO?>fgbSdu8S+,rh?!9ZO&f61eZ= %I([^@gK9"P:%+ht(86r%C3JR=gS#cFHu/d"g!.013C2CS'1C@*2JG7@ccMu12C],1!Sr1cYe-=:,7L_c3bQmJF-]Y)G`)\Z1LJX> %V.in5:p1q_a%U>T)o\L%9Z6NmIphPfJ#I`YL9DA;"_n1XS2saSmoRd=uDiKC^=l'3QHAn2DZiA;X*t %BFugRM*PqV3c&Ji!3cI2g!7jPGFZ]>M*BsOkn6^YXd@-:&cJjLWJ9g\K8FYS-qCb!7HqXX[P1XbGcb1*c=@m#)f[d5Oj1a5,/B<< %-o&jSBp%Q2(cM`OTTkr-d&UVJH`Zk@D[=lA[@R> %;CNAG>1+Ntadn7V6.p&[dR^*DXT."<0aoq_"KA>5_l+?nKDb<[>%9HiEWp$',!$Ta=9?Y[:N'u/H3aP&0IaEW7gLN\SP7Z`Z3>8_ %**9'.[E>kX5mB`9#ZXK_2WdKnRilDkWaS^]5%WD,)S,WGCXnUb,9?la0UU;9YlIhm!^ssgEFD3C\]_bOfBeLqP9=sY*csh] %Mq$]p^dcnD7D\?)7+cN %.jV!2oc6[*+mg:?gF!\'CG"K\NS`s%bP[ %[MptGGa+Pf)'>s%H>W7`V]D_$2+W!8laMOeaYrI/G$V531PCBk2Kp'.`_(37!d[>A8BP*rMd#-(1TRfW2VGK%^SVTO(e41/)$O,r %H"qW\&P&9LFJlZT\O-icR2-H.fOV8qY;f4Cs38[LNdr_NOgE$KF6a-D3A"j#DHDT%9;M:/m@9=1#[\J,j)(s/@MGAl[OI4_R[T@CQr+Gf4km,= %Gdft,nAbB^XDQ509>kXH7n9-%=^amd8>SY-aR-03AsUMm2)NIAP-!+D&'hSGNEhqC]#j3-R"Z>LgY.5k_32;ceOit1q)1E06'LEtP;/bm"ZO!A[7c4+F>U>Jl9Sjd?Z&q!EGdMR9S3m1OnH$kP8 %/?'o>^2^Q]3iJC-L^iA5CqM>''D.:/A?#@-j+Yg,[a.ur3[3=SS"Ig/6e*\%7q4$1]HB)C@6&>1bg(p18R`S#_E0t\Y`1]sI@b'; %a86hDl!dYk=(I"B9n/N1(7Ohf,M+t$^JiI58Rlr2dl)hMj'@hkC?mOt&AAn+&6C:X#:Mp.s8VcDsfCFFhhgbQ?LM5hXV8(mJ\)fRJFuW0N_t55r %VE_g_CNpq/V&YbCa@ah25V)A4%CYiiSfeg6JR!e.g4L]!-$ibs=G"7MK]RSDCG;'!YQKu`M7_M0=^m1G_HGm7)PH1RhABVX7T`<1 %YQVBSlI+81QI&^a^b+Zap@+C=rXAjoGd'?L-)A;X5q^R$p+Vi]_bNI`d`"sXQdWiJ@$bmJG(I8i*d.Rs6kA$>?G_/s#'pSMGR)ko %FKm^mV0&pLoVM2a'DNl^aq!p-d`"r]Qu_nEJ\ZXD#CX68$modTCI"9FZeIiU8e4"7@7h=t_-oYGgDUV:*Gc7C.6[##M?uAc)D!3V %/:fO0^(W=M\m>KZKS7!$4JqbT'0ml[FU*^rI+^B=9\FSN_.5n-hB"'Y_T3Wp-5al8@%"5/mJrT1$Z'%_9[PbBK$6VoSfL'PAJ@5B %AkEju!,(<-%a^Ut%'5"m_FD4%I&?OT"+V^>li<_>]%@oh'4'r)UC!K-CEQ>nYVh[-:aC+AnmEi,9mE>>LY7>@EakGn0ZH0%a^^'P\]3HGd%;J-A7p1!'$[TD\'[@*ju:3KN>hi$n(]D2'>XV=G,V?#MXlN6<`1dN`/@.)ZVmREk[(b`.K?a %VpKX>jb24!"#)+6fE%F>]%@=Z'=NP\iAj>"g'+,_7YWdV:,l'n!9lu!+J(Q<42?(NGL-dqT(ZOuk%P@7L[uLgZ5XoLLISQLomFe!n3a=h %q`"Q0VK&?VG)R,`p2OP1QP7a`c``q".*oqh+GE1E_Nu+8i;2,PFnt=$CF9njZY=s]3Y!e+gEY[o!k^Z30!;N$cuABpfcCY??#5RX %.m<6NM2Qej""Go-YlcU2,j$,/EGs]O\AdkX541oLSblMVHriS]#>b.i#eDrWL_fT%,DtnN\se %92o2DYViR9HIr7$GDpJ]?.\:5I,19!Ge2>V)To3G=Q8],_%'#Jk[G!:(Ct[SgP(u1%WOVClcMm/p>%i*M7+_1gY!emI>GK_[_L8n)bmADRW'r23+oVjW.T>CLgc9@OGtu %l/Dnh?9Hj]T,/=?)F?(um"!KA0"+:7[>?PVHLYAJUgAG8*O'jp4*EmT*LGp>GeM,B[n#dB0"!QKY=U*7e6WfH[`.W&#A_Do&5p!X %m^93ake5R?p@u>P`RY=/k[=])?gD0:'OT;l[`@pG5qJ.GmD0FYf,eahk%e7=O68S__#i#.rP>TjI;S.!;17iJp:.g`c7G*+a+LM! %I>=c.27fuJLeE,&PB40&ppD`_a7qMhBo2Cr!mhSCfD+h.8A?LNDiOF*b/+eYGA%Rmj8G^1m1Fj8Q-OuXgZ&IlBj)\bgOnlJK2!RoU'BA)X`8suk?/o4)cPK0 %3uC,^Ta/o2oGmdCp0`_"r!m5tgerD"Nj(ZK71t'1>nL+YWNggB/YG3St`'np%Bh7=N8rX,M-0*-jYK^a%UbeF.d#J7Nc+ %#*E^(h&[ip'ZMFmZ9;:k-/4%ur/@VYgOgfAG.iQ%2A>!AJB>e[Q]T=$j4bJ/ff&+.2L/m;""r>FJWoK`>XBgmK<;tR7h6"&A2E7^ %%A7NQ>.0,][a2>];)TB=p+XYQ@L"%;pTOpOYW\AZR8Xl?b/5"#/YFjE`#Ttc9jV+W.[qj!26=)Tfh5^a4P0[7c*]r %!6_6uD%EmfHI;F/bP&o`L0:s%ZSg+8)9TCC=uJ1n&o?5XQ0mOrLCUZu\83O1HcY5?b+foMi_E9`sehG=V3L2qSA(PN+`GF^K$-$cl[YJA4EF&`X[Kg#(1)m.D*gG?h=MQ\E^&p&F]%@%Pfg`4LB?#Q] %GinO(COg"Q%;cX'N%W[HRdIr"0[7K<[M;WF#p)a@$T2(3+MYlgB"8Y&L6kODp\k\Ld+eF\P/jZ)r_=fS/Frr8dSkVu;(@'T@VBsm$4kLhDH/-+A^h:8X[tf>hZ""+:$s@3Jf]OD1/V'J\_%QTiBI^(@cgS(X %cHV5*5X:A8$P;Orf\pH1Sg>*C&31P7d-l5>i1[^'6hBjG$o^7]2YK*M@$KOVUO7Tj^,q/9O6FVGXSdEHrmdbqrKB0+=keQTR'f(Z %_HFXKX4bI5'<&<%=Me8!1k:bO&%75$?5_*&hKk-&!HA!t2s0^9K=N&aCp>An0#c:2mrt22QjJO2"j!A %MJh&m4LRCT!bC%/fbu%R*.8'RCilq8aYs"h5hY@1%4^*RC_)hk[9J:,*Y0$:fm'_aAG0D&gOa%lmb8d@HQ8&_J[9>=[ti6u%pO[! %S*754cQ6TN&jUdLAIAc\lZmggD$)ML6fcEiA\lcg`gOgfFp))%(V"XR%$W-4FiL<";W]Gp&G>u[J;,["4[%3c.6:W2Rk'gp?Wa"!cHbFm3/rUY:W&La+FQ^[dE\RJ[_b>m@h!`]NKi) %NsFFVDjq0G4TP3f6PgGc0@[0HPk[tf3-n(XNK@CFm=TpGZ?i?k'J3W;RX)i"3KiGOb8Qj9):reqR"4E0%<%=um>`d*< %M_J>/)6:7KTE&WD.\PFb8(_EH>QnqLM90k3MqoiJ,2_$Kdu;09@Bk?KFX$%Oj+mOX6QZb$`_A5jN"6oB?8f) %!^b`^EQtoR)2`l"Gh&U7PEI[&,(ViR`+Oqo>2%U]NWodS7e-quWn="0!b-;ZHJ',#g7Asg\5;$n@1U3LaFC1?LF6*,46+P.hJ0fh-W2!^dF %8:;["!I:bKf*VD&;;k,%^XH7DFH*[BGF;U2Y)dK1AjZKfL),,6@8.;?087[-Fk8=`mDXaIcl1KdoqjIB8FD %/EJCH5i@\cYl5C[52d!*@5qr:'lN%9:@dJnMjkU;FS)%e^:NaA6g*i,VjB&D?bUs]r92Cd-a1jV?=#f[Rk_1WO+-cRbDVufNdc># %IFKQnla*Y;j+qD2A)Hq)IlS(8QnP9[WW1jGY93!lg";B^r.^>UMW_.TOMD7D!6itR^kHA+7QPQgcP\l;oM3[^8U^.9F/eShN8+?5TVH/P!.r!A0as;T8 %Pt9*e8+H6!n)&+T;643jI!DD:lMj%o^P>l_;Cg(coR>^+M?%8j4AJF(A5k%C*F_C@1,pRTKC<'6@b$6 %&YHX\JIoeF>epgB&=1cPX#lI0:,IB+^L*Gj!Wn/-!5K;!I6\O^6(F`K2A$&6Xi1S?P^X@Xq3%*(L5uMZ6p>@S`*3+A@:WN[iS-7l %]4A;6IZ1&UG8"N+5-HMXYS?7pNGUI;EIdhU,V_Pb-<(:!QRboV&2%_XYe4bAeO/igANs*U!`%/k;#@EH=W,Mo(9tU %\QS!=E,mgY@[c,E>^;GX3%EcKR0ASFA!n3h1'(]TbJP\Thr2\Pmlgr&\Zp'lr[^V%WM95P*E7hRFhg.?EDWnc`qt="2`6hkVrH9* %=0/b[$/rRMbd+/e1?R8<)%'"-IB:PE!`7HM`B#38Y/lk&"YA!!iG^`qVr\f`>GB\)%/6J %!^>?)kgUrYBOA-@0QV^>8MMY+[(-tNn#&(#<&lDU9;JXn5"2Hd?h(Bj7W9m[$^ZaH(;g+a&;N`4Y9]S0O %i?tG2ZN6GUIY8k5%k^:!\+2CJ4]8O9:ZBV^rHLgZM\+.m!kS]ua>A_%adZg+Bap&M4K2HJ#)S,']lJ5$;1YuNQ%h/gZ-O([GTf_i %!,j`t.B<\NjGcDRW#p"s;cDn&_LLUHK]bg-pqg408clh3h5Dl)ZW53cQj39E(Zfc;Xq1(XW-4B5NCg?;p`;lXE$1-,K^9rh#I9.H %`(3[S,\C2[Pd$ja%iUC?HR-?s@7=pH,ql25sU@/AI#I5OrXP;A&*O:`EmCtI0I"_YonV%]Z4lqe2f-0K*>dYf;+V*!\Oq>KR2$e,*^GR24K+q+uY\U!`Z_3 %kW!D@89Dd%2'aOQ57VN'JVV+n!,IM\HtGh.knRHOp:"6!mXA`GD7iNLmOb$)Z[9] %VLoPbN7ta)Krf6O"WR`aG8O4X@O.UYZ9C#<"t+?&`4b+5`\U7UP;"073Z:n,A*$@`!8>2nFfZF/_bgrg;4(DZVgc_gTc8jZ)5W(3MURa;=Y$lO/q4Q;Pt<.PYWn,@Z:#["os6@jaq-P/uUEY62`0A %*f_lS,En?gsNc#g6n',9c(\H'P*K1i(6E,oucQkgrkO_]Yt2maS%QTc-q%To\[Y3Upj;nYYB/!ipWiQYBk@ %->8n\oT"t>b?"dCdn@S]ak/)AT]dLTpiWoANWla)/LuMgrh=!R'g3o@giW""E4aT9 %nc)Qe2\5tq+]"6>&Z+mUGt!KRT>Pm-YIp5@e?KP[Seit\Ng<(G;gBhmqcOkE>P5QiV"R:V(eigDfnd'%1t %F"GIM,q$c)3b9$_4Q6@2QV&,>-O=5rI0PZ<,;iem6#pk4TTM@@#9?E\QNU8s7N>?>#MJj9R&'od*#$Bq%O+.%?o&EU3Bg60nWl$ %>]S7c#>&2_r;riM^S[nu2Ff$P83Jnr`<.+0Af0iFF_a(uUXgEru1)c,d.BY5IlsNeuKsgb>pCIfp]p&C9oe'(7;3?%T@:/Y4BBN\Dgn1LMCQE5_rG#90$]XAW#S:guYh %T$P$A2"4VqShN-DSJ$Q`V+q9YJO[l&-fk![oPL"Na,RkAKbuZT+rGPDHMIhVT1fu/4[#K&Bco0 %Hm331*#C3,U-KrblB!48M@RsA]%!+@;/uP*rk;PmMMVgGji-Ha8Bt;L6^ipNVZ'doO$b\P:ce>N>'e[>;dktd7Plial)1)3!-3'c %Z0+UL!>U]gW:+Y418ph%qW-(Kng0b+`(PgerP%":<>sHeO^O_(L/0mlq7T?e;n=:d6%"pduUI4aM=U_CV<,K %I_6+ZXMT71F#q&hiKn-SP%LUp;$%6Pf*HeR*5Bn,#s=hNBaofY;3?U/1t3fWVJQlH\Vb82-*U>qc%ttOcG6`j6^roQ,tm),J$ig2 %H%GLF7[oPC'9#o>NqY-GmE6D%5NROXfsUP$QFFt"(;P6R[WnbfLPelLH".ZsJRHjQ8L6Wt(W8)$*8M1M[n6Q!P^#o+Kfp'E]BTe= %'U)Yp-7>Ho&*n)J_H'?1.Y#TB=2S4.`=000/ql(JbO1=#prTD)e\@+)bKTKW?kun %nHd3>h:/*ialUjBeKfu%eo.EFJIH's/jW1E7KnETF\HatWF%6?,Qbp&HT>$/NBs=R\4TM,e7'UnLa40a#GgfB5VB+@NL>?1mKD2"6k=u:_J*8,^/`p`tV25FCEBJ76dYe7WN&GS'.mFnd'gJ/SEMh766GI]YtnQU*:JR'K@j>dtTW9 %I1:UhS^k#V8P2AfBm.^5-S%BF'u.9mSO]fu;ufit3%'5T4H^MbT2RoHI.+;->]DetF=<)<#i)FD"kkX6/u/QT)273Di2Z:+l=CbT/(,/XMc_RhGpseC+d\mu9or(#l:EO[#aH+hEM9tb-^`eH6F_@YDLa6SGH(lBW' %9G@Vm4m".+[II*B7tc)GQP(DG5?NcO);8"1t3_+du./\d7G,Aq\RshL7 %j&'?2_Y'B@%ac2V'3%$6<#:J7.9P[e@ae3X.sm3+82-FX#hYdp52(`@O(>Ba&`F8."qAC`_W.SkEb0Bk$=jic-<%=K,?j]?b67nmP)QOtuAQM62k$BF4H'.7hI: %&D:)152n'869:)npd[WW<[5O>c^%mHq%B4M*+c@25;ill2\@S*/,&#D<\a#m.Si]44ZRVPV/t,&gFudlm`*3tfGR=j.8JpRkdNB( %PJ^;No%4qme;HeIWUIK^3F1qDd08@u)`3nWeqBQ?ce!2I]\N_A`QQ]nSs#7`e;t+1r-h17nrB&uc':]@U;6;t-?1(#)]^4AJc^IB %#;N0e5RWc%K"c@BU7X:-J.1`V2U]Z,Y3:"&FER#EJ*(@r]i@g:,Es9?>d5iQo.h![[*o>101FT`?//sHD1_;NEA26`*2tk(D)cNq`;UBO;+'b5ATh#ZaX2(AP1TS[%]]GKOap%6e*jn`TRt)iCJ\IQ %Vdl>*a!K55VV$lY.'j[\k#)?f %P!>]#Tk1f1`;Ugb%#,%S'[=_ROB0g6&VW)-R@Pa4N,YS9GXh-I%g!t.Mh#0B(eUT7S'&R^U^Y0i^7?NIQq6&I3qZCVJOjmQ-o&VK %E"e=$P.ID,Bq:p/e*h(dK2^)M?Iu2"IY-UBZkb#(FU;YI"P1XJH>GtCZJS):Y^.V6[!XC8!0a:GB=[l7"+\?<:2uHmB=3>Q%5*RR %.#5o`?5b#VF$F:87WS&maYYOZk;UBQX$i(!ka:bJ,i1>eSLT(%!g,$MN&2UZeE(39IY:#L1sfB`5L>bJjM@o@G-V,s?&1lBEe)o/ %Zt(hOk1!G^7e-`i@N0e('e!b)5sWZa8-q;Q>CY7Jn#b\Y:;)@$Hk.VZ,Y5>$+Z"E^c=hn(F7A.qR#VY^k:0(cUIgMFTC]dmeo)$b>0%0D@ZW^H]p"';/Ol@XfToa.5ZmkM6csQV_U;@UH=6>.FcaT.?b_s)UYY`*7QH` %?Z]PY\rnSESO&MsJ0j]6im1'fLR7""fa2>paPT9nIVXZERhi%R'F-@*!BocC.T!0KZOXPtSq)3u!t*TpSLlpe#?]uR<6($9gpeYW %V0K)O#tSQp3!k.s\!BQ\'<6'6ab5=X0b)eH/\aabX)#;+,NHCO3r/FBQ??os(kDDoI5@G.r"?eVF1Y3?l6_b:8'eG-beKRpecn9$":WuEL,8c7a)A2s@6ue6M]&Js< %cqc[0ZU>YK8R!WY-h61.Q'MdRS2;3\V!86mLoHdFcChFK1G`#mV4f6Pl_KgqX(k$,<%73)f=f?"d95%*P^5rrmo68R8*L8BL4(p7 %&4r*3h8/+JBk9X$0Tq]T6^,6J1doTHb/bT"Q:Q\G&Hr-6dI+D)qj`iWq]kcl/\*V:_D4i3+"N3_W@M`\Z(3!;q,m)P\[B5P?J#PVk7MgCchjYDc6Ui3+>UWS(b<3*TS!.\lZ-"$IQ\rPEUb7Y#U:EoC %GR=^RZ&;'s'h(^`P7Z>XLr1Jr>#5b\`a%;UAD^F!RA??O(B"?s!\#+Bb@?]+cN:_K5SA%ha[^BW)L.&IE]@k,".+\bkZi(\[A'b5 %=C`J8l51e[1JFtTiCg1%anb.cWr5^+4[XH&Y`Cc25`)RN-577L2`+;H.<:Xh/./&)L<;q]\4g3#j3lsLJNk5*mSVE==Ip;i+n>L^ %pCQB#(/\Go867H1^BtrQOii2"rUjV9.;;,OH`;5pE6*ZhE%;. %E-:a6c(Y]dg\4d%f[LYd#\&<9H)(p)+N@'g/W.E0Z*clKa(c82Rf/l"9W.F]8Rb/`R+LE593MRP,"sl*K5?*:*&^h!6C,9'nd\00 %TE\9:+Z+/j(9:U:;O$322@R+0tfLiC.E&;T0]Z_`kRfN]LY2_3gq'UOP_d4F=r %ZP=^1*M4R)fc]e[mH3M4R^M1T!Zj\5K9.`aLRRB\StW^]FroQ %Oqk)c4O?sJ>'+eL]Jsn>9=+m,[RAABTqV`/E?u$/N=Z1li(6ku"@CeBem]i#p7C+,VX^m:X=P4HF*/XmcUY)B'"$PkFEO_d`hi$+>!.@=1(DLt@u6I"YrU%=En@_kXsUA/mU@VdJ::I>UO"WLl,$F#n% %[7K[9V1[]6PG/B'+DA+qI,-dbSZ+:e+rf`$gD*_D/VmcU6)J\X>rPIIpu3'ma0pB,*X>/UI#h %B:S/nb_47P?s=r/&a:026E6.YRk=Z&2&$Q174PbX%q%Cn9/TRpREQk$(FI\><&m43SaTuda"<%D'#I6u?O@*XX=a=3TM,qg,,@$7 %Ot]U&79(5;8;OO:U>f#>N8c!iB!%=RfpkM>7b%JfoHkeT:R+)2#VtK*U2#nI'--YdXLfn5,H\q\%aA)i.U+8eJY,q9MT#qsdO7)b %J2t3,420q\P_hB1j#Dq/.'sQ-?37E&Apan9,frrKt+]17&hIdU?0SV&fOd!C"O&)`mop_*t;)TmM %P\Fh=b,YqU-Apfjdc_lN&u`Gu&%ZQ<:slPF_kP\t&fZVY5hk5sTi?HK`q)W#Yht$kn1-)I,,Pe`%8#Q]I`s8/9r]P'h^]1M4@aQX %bWC*P\P&of&2Ui/c!s]We05iJdRWQ.MXjSK]Na3h:85X-^2tKUJ=NM/s0MGHCmGde[HRJir.h'9?G?`2W]Pula@sdu%iSkteHehn %bED6gY-'t8ASQNkeO]Je^Ke[:bYrS`5tEbsD*_-kbfCWEls]:h`EMCo+C_->&^IT2=^B_U&2bqf%XtOBbJ?flQ&D'p>"Tf,N+F!eTJR]@C$IU08q+@:*do#-QV7"0Y`cpZiSl-8m;:bFPY;SR,Ue,q?07M5TI%%0USek".R$s'Mmneil3dfpF5Y#^$Z!_PN%N(gtg %SrGA^PM%B4a;5Y>$!CXRhFZ8*\>U*@j>rc3^Y4a,lEI9$@h`ms.l_DoI5XClfL^M3/&'msuPm\.f@g/e]@V%$E2&I&@f!#KbN^Vip@i[(b_]%LJpP@`XNq`7aML"k[Dk6(fa^qo_8JKl3!Z %:=?9[6m0r')d0E?2suZ%:M<3l0+8q:E/I):CBZu\''B\r[B=CC4Mo`9kXL3PM8e=-%+!i?BO"STJFaWD-!j4"FX)ct1[hP%?]7:u %1'XEa_J/sKXm9nS#70XaqiaI/G2Si#2j&#TNa>45H=OqXNRaa^G;VJ=Er.m:)2o"9^oo;:fuRjpLH7sn:179?2+L]/q3ga=;67s8N%pb6DXOAZOU[M>T(k[+en0eQoIYXI6OL)45We2e3TN=+E'-DIq&#giS*1f([hCIE %PJbi+=:L"%T#@.YK,9aaMO;P\4*P"nU0WI+1IQ4bdRg.l1V'"0Eq83G9r$aF`>D/3#pUmC-Q23Lo=f;b8[bc+)1#+BOM2![0fN#2 %:^Q$YdkG3EXnil8J4>)Ln,TA!A$i@Cq7')rle\J<1"K1B>3$#e1?6"C5&S$]C0D5bpafVY[XbsCm;'KOY@1_[/K7GuPJ>PuJQTF5j%BPalN*)."jGbNa["T3BFK'^R\HF,hPrH)PKYc,J/XgDelpq1dH-s]OjN7M#:*Oh %::YGb:a-EUd1Aq>i&9U"Tt3)*np=?_OOiO4k3m@*$$)#$@N<"YfL#C3#LHDNP!Z-`4^%a%UH's3W2:7"3HsD[8s%m1PHLFY!XBZ" %5:'S[&Ud*,XXFl?LjeSmljUm"TPS`7iP<'m!,H:j2PDHrKjY:n5d+MU4bufd9KJUb95#NEFP^lf %GLiRk8'FgJ/BTHg`@P(imubl7/s]%UkM9[O/iIms@Lf*0#CtYX<*,M_dcOFX\s0?!]>lVKL^e$FOO9THBX`Wa8SDp.p]=/^dMU-b %Cj?jO5cVdNee&oUSt#+j5biHq?tkBCoKK%k8$elQ!QFqo5_LoXU6:g%\i9\f7[LL,V3@?g"F^Oi$b!(hKWg-+bYR'M->Lr'.\""D>Y?<#a`_\LJV2C99.3h;Z3N_#i1Z8@Lg]D1JQ=Lfu5,KEu0XY)[_4h@n6h.Wu!f:eJX3[o.m,7mD5=-.epBQW;Sa$^VYBN.-'S90p%ei>.tc''XF@Vt8n %XOeF#NM"p-BqbGAg;+;5?/h!8X:a8ZiE%uY\j>MLgT^tDmE'_7E;$*.&c/4eJ-G@(B+d).nZK6/\.g2Q``C42H2tW@iC8^;MH8'_ %hCtb:nB8-s%-=Uud*W83.<^A%ehe(ZUbmgD4!2"6_kPCTeQ>DjYmE//%,lcK"a6du"dF"t5CrK0oDmga\2^^s`#k"/V7bdg]b!OJ %lhggFQ(GK5%dB%Ur(4/f`(YQ]\KJ\6VlI!'ju72%odlbbb#B+ma:.:WFMhP/"bV1)r4%U2Po2YHe-U9]WG8J]!3Fj5+"DZXo-)Hl%O9[,e`_\S %Ylr\\VW)V_iOnQZ,UQkY6lcFh`J(""d0ob0R&m(j^FoC7[43t(0iqO'43TP*Z&0b2(Kh<=?j)YsIM:tmS"mMh[1_,G_+c7ABdMGg6#7-';ol>.j^Un4 %'J8u;&4%p4*f?5GP1,Rm624>^HtP>-&CA(g(r!RN;!j][Z5OR/5+m'&O"&>rU",MU %Y$AVlA"41K]!PolZHT"HcH<1V69iEWKBX@3lWe@%$WDhV?AD%5!=89DdM*)Xj!7inr.9iA3J9,Ka7'=3mj!)^0CR9V$TC:DTtrrh %i^+7#V-Sj:^mT09GA4-_@(sL(ff^nBn2-SZ]q^u%i3c^0CMf)hTPAWg4Qn1hZ,gjNF9ASNQRn %$t>1,NsNi9Tj!&h8r;=?"CS*&]g.#1r8"mbm#kJR'oF+KDc[6AL;%QNH(D;3Ku0Y3ecugaBTV=Z)%C#TF\Ru5-Wj:U"KQ-LHA0$Y0o4b_Y2&Q64);RZR%'OO7c`\YTJibkl5=bk%I`N$uTdZpNf)bkOLBl %\7YOqR:K5EmHCOj'G85WLhe8HOMW0'---\S=f`^i9(,0_+[ %>^i$8+qa;nk.oZUF=Fb"3&tu!Uc?!c*.(G$<8eYu_=^Q*5*1PCAo^`df'f\NKL@DJB5%p)M+@ajkck4#_q7GK[Be/S\]lie=J;6Ak&!'NlR.>/rT$#L*5uq`&CD&:GG5L)e53_Yfn)n"`gekpSqq`&/hO=`?(LLka>o"`Bko)X>=]lD4k1U!srl4&hZ+F&kmh0W9M6,69=?n3X-Y,#L#0#PsBS; %3;of".!iH!QpG=8Etq,+6p:'L>":C)h)\R;eZ45d@M,8Z"s7YnRb: %@,@Ll\BR@p%)Em9`&=I._Z*9B>W[U?YXs.NHJo6H]:blm[;9Sf8mheeJ;/4!?^Q_j?C#mE[S9+ku!QAT8BQeV5IHTKX %W_R1fc[!!V-&Eqgj"A/qG.iG>9Snhl$)qXiR:o?41/`[[O_c(E,b5a/UUT/9[5LIc86K:/,<\&1Zjltr`S)7U\*,p1,K38&VZn>t %3U6E^b$&k+*r3*l5Xde(R#]]$KGb\-ilTcXq-fCM:0B;/Ys$2Y %RnZl'9"4`skbo`XYqL.9_rasPU@"t,2@^I0eZ961XC %W9%"T]!I:hUA%cUC0h?f[i4T:Gg7T%BV&1'Wb:1ZGB'K-'5\DdD5'654"a@ZDi'KjkW(-mN3pL)BbX?]2\ %64?K#l_.Vcpjg/k1`@ebJD4/dq]lgd%g;08aqK>oF]##r@%11`/dG7\MZ6+?H([uKP/3$M%p_j;l(Um%1rLAqRtT&5*^jn+XScD/jY"n"BZsW%FjZf3.ZBWPXpl0p#f=*$V9`&][M:aX'ZZJ3+1moj4m7Tm^Xj=o'`%pah\GqIAGPe5UepU_LlDkc"<13_I&ME<8:`@=C7/lP?tIHWUfADRpT!Rf %3Ub==f#&h=K0Gi6FqQ/HY*Q5N!,h#1;nLm)24@+%A[4]1"":Lh8ud(CpcTL"`Su51`t/)sEbWtE[#<8$Y>*c7_4e1hc-UWnb$t_C %A^u3(iPNAkdNDH$#4[o%$D?R4iTJLB%e+.`,#lfTY4BcoIVbd($=WhQNBi_?1ksJnoSIgKel%[LMg4[.Jn0I?oV*7Pb%=_#e7KEm %![K[0(U;ssl-NfgF>>Ue/1.>tBGMs6*T*MOiH%:Mf0iZO9A5?LlU(3EJ!f!)"tr863gJR.cuo$)`43UsUNh]YmkV9l!>W,3)H#7O%TD//j:--:JBa9;L*02> %e]Q$k!pUrh6I7iN^3)^)XgftV*'.iN)qEurmtnnhZQalAFD^okW=:IN1:9tJ='fZP?)D56i.NYi4Iq/Q79(2U;$K4E7lt:?E0mLi %U\Q'kC!_!C-h6-Y2#7tW\H?+G5\5aZP4HCG40i,AEO1H5PoN"@3li8B[ioRDh+2'OA,&$3FB,Ph`>G`8mNg.Ed'Hbj^--(#JY,D@ %b0rBURCq_qa$)Ns$HqH&_DWR.W+d:1Qj7@_gB]`nGa"5hiqoJg6>Pu4Dh8@sl)Xrj.Sj;!j$9\qQ\1Kgr$J8HLXd^Y&FT.3X(W>&nDCp;:r;+&>,&_/.7 %'7HQ'LPClm6qNYEH3&N#T5bs!0)'\^c]he_NO[*aq5'6V$pC4#Op2+-;A,'$BeCE2^M,uKMZV[C*M2<*[^k]jsJ%4P\q %,KlOSYn$gbLojS,3JfCgMlD]oIDfdj!1`?22@1+QVpV"Q]4:),>+3':#,ir=NL*%fLU%&u\n.--cn5p]UTka>^f\T;MGE5_C6$p` %RnF5NJ&t?!2lo=EdG3m(mj!HfN(rq*N0>A*(sS2Q2Fa,YI+1/]a?diM:WjHThIXW1c;7",c:TYcSgfI]m-P^JAI1jo$:hq"WY\F_ %!1eg8INQ9UaOT61m1k+boa*Z:=`d8gYlRWO'pNUY`1#c$/n?(Mg7q5FBV&93MoUG6`0.qGa(a!);H*[PQV"b);a#K\ZW[&&*c59=ULE6K!I`nSq\"TRd-.24I>M^=B^?RZAL#j"iW7245VnJf %dqG$M6Z\+5:'P0]R`lnUk0B?D2OhEF'tJ6RV7).'1(m`OlopL@aQYm@M' %3T*F:G%F8cNFJiOn_d7TMQfqhE@)i@3I#N<`)(&,3pjsBGg;0+p#LXbNn3NaF`2- %7cG+7rk?Vh/FV0X#r6X$#IO;.Eq!ST+q#2%[SUo4Oh6eA6(_f/(qqmJY_Dp]T_7#@1,M)[eDKt!W+e'@\%QqZAq<4^=MmAI4LeA.*X56S"O1Wn-f#LVjD- %4#g$^GrI]p4InfWRN2plr(cj!"m(n_&;#=LJBu1a8#igDo)KD;JqR5:5[HuXdfsoEY%JK`Ti!CQ)hb-6jO2USnNfQ/n5J$@E*S*` %gf2%mSe[PW@lL2SD&+aI"FG!\%/!@leHfPNG'"B0>W/TG3?H_n4UBM7r9V@jp#2ej.\1#0rF:BsQ[g]R!2;d>.Xo75 %?m9fH-kr>k\$?a!jtdmG_;Z&]RI@"dp>nqk"?d!BGFEh1d<5`+omg0on&I]3.tdruhiOqpNP6Ls`jQ[J#aE@LiRktX>L4?OW>WR0 %2mqe77[m[`XB-;^d"H^9O011rih`0(*=7hZKSVMmZJ.r>AgugI\c0b>Vc!/t$lkj:U;br39Z4p$p&\n%4Ta6.SBTF0l/,AtA&h7F/J5.PZF[@2FE2:0Qd'UrO^7WY$X6[5E$\LHJj(_pdq=j3CP %HeYbAkQVB@RMd5&DZ[!rTMbmC$6bUI,Rq.Y@:AbB7MpNE!sb6gNpfAt`$CgsCgI#U2GB-=l*>C,TGpAM!I"08D^ae4^^ndl0Z&4> %>)OQl>s$IX0jNm?6oLMlS?We5Pct;n:7^aV7tcI$9_P*Ys94-)?>?V'Wbi+6m5%ZicZ.Z&mEmc/ges\i2:c5eLBJ(8l^.p6mX.p9LXXL<*=E]!p_VB_kW`QG#tn&Mbq.iSc%Np8L0\hP==6c8u"llZ:K9t1:=#"SOnjo]huH]uB3) %)?n)FRUn2[24@[&eA%Fq-td/baKYYU'U,_[8Q$6S)hFj?kcaFN:a]?a6j7b,/50ODKpQ1VP'7/7;3VYa;'l:-4%<)b+#$)m?rnR1 %"FeO_O:<>2P]/Ikp&G)i0'`hNO^d`(nnBAI7r]%)!Ne.tacn)2!p`fh?-\%!mLeG>WS.OZI5q5jY.oB@jXQ*D(m^ %;ps3kTJ9)KFcA35"."nc<5S]%kM/#tMi$_*D2tVP;KrGql_9(]J"E)OOA@>k#3Vr4EB03VR28osNf;29ihSdcZ=q"W'Q,0a$^Dnk %V8tA0Pk<"5fL@^3%nAFEK0+CDSu"n\pBWTNYmHto"08V^o`Cj42tcml=[jEq.5%'bpboieDCO8WOTQaBI5e'3"@;^XEU^3n#utE? %E76ibJdjdih[CW[.6\.:\;eueDCG$TR)rMJ=R.0.`DraR;[lKg\4.iTSrr=q$HLQ<-nJ6U?5seO"<*BCTrgEWS]]51PQa"/1Z3B] %odSn9i$o9DA-Hd`jA0N&XBLV:fbLV[.ddR.Q:OY6F7-C3[UjL17ji9#%3p*a>3MHuDICp+?Z+^bIs(:% %oD.Y8d6$DYS/:3m5CMj9RPaJm=c,*.s3)D+LX#8e[/*EOCFA]srcsn8;gHeKh$]^5B'^(^g6m@GP1h0Ic.C.J\1a`mcqPlmcn/ne]o)\am$noQZTRrF$miPBQ:*![P'N\*hE:ZH[_g.eLa1U%k$eb %7DXZ&YoaBB3Hk#4E'_eO5-d0,s$G#\]F,`u6Y#GpRiW'paee'[44UgMC\l/3$[XF`,Uc+mOtdhT8BK4B"iqF#0aHZnQ)bm&6#$]h %eL\RBPanF_d0]-P*!,nY70]"k7=ijRCC3GUMG5sF.*ur'!)%kQ2QH]95WpDq3r0iSM!Xt/*D=8tZT5GPY:Yl*M^O>.JY#kB,$1%U7hAe8ZtN],56lA@]##_CDcGXUjSnk7Ep2e]:&'aH.ITMPGd,8B$f2\!!oBeMKVD.24n&\mZC4ePX&;Q9RN?,rVna?>:i&-F4UK %d5B"8+pVO:P9Vr^Y$GTu,%2ehQukO1HJ,5*KeDVif>)]4Jq@VeW`8"'`!_uhC_klaoo/-.7Bf-,;RoC^VVioJ@t[mdc.LJc9Dk%W %\?\3mai1oR*Olau\4<@4a=nkposk#NG_@VXnO@?KSj@>A.Sd-C;>lli.JK([7lWk3^V_gUF"'X,@Z*mD2,$^pOJ8*g*;2uA_i1RV %?p_Q\d7ie,,$haXL`4Qgcm^i*J"h[8Q6(W,Q\^6o!ti/4*-->/G%qd`&Hs)tn!?)qE\I[ZAR_(iZ1H`N!^d'G6B4@WOQsDM+jgJp %j,j,UCE#-6j"\1"58WFL][pB-:@7ATY%"!,#XTp+3.+h/1^#/WJMTo\8mEO8cZ<3E&u-TbLmHlt0gJN %]a)7jS;mV0WAE.0UFnO:[+s/EP#><]c;?=+'n7W%gP"[q+BO"'lUM;Kr&Y*-/q@[aQ=6l9`UD5lG`(d09 %7Cau@2CStq*I)kRL"%aC4]n&N0FNr,*$l$([kt"UD7$H^8R;ED0`q!t>I,g\^[=urPMbj9nSM:8"(hnUZsu%Ag6"[tKH&oT`*rjG %KfjG7Gcj,]@B*/.$ZGLPC9/kKnYC9bY0k(uE<*8?P6DON5N\j`qbC*%&=7-F2'cmN#&=4]O@#_N=[.&WPn"4%,$]))/j])#c&Ns< %I]DrNVlf456n`$9BI9(nne!b`A*QP>l$`'5@*q-aaW14uUo5I+Wi(JgccP0K1MR9rIp15#-^/QKPU=(n3@L.HjT8Y[",,<4'/9U2OOJL`X6=k(#HEY$ZOOu[5qdRT7O%Uhd9U(X>L&klLl/T^2-9gS-fHVgRBQb^I_-3'spkg6/(UmoJX/L!X %8T"*3Td#WPHgG?FgSMrhoek.KaNRW$&HJ5CNUnVJNFP1">uY>U9jZ`:'TC1#b+115!T51KmU_3T7W9&8YAQQas+P+f<3m[AJGes= %>b1YqiZns/[fG#B[^FV)-:h?U+cdR&O!a@TK+1>L`$=',0Kg\6VO.S3=Af,'inAA0+g`[*-Loh&+;k'4`1n3]taXWG?!(nUP2&7)+HRn\O %&S#I%[0m?Nb_)/c"jl8YRa/7?M*Z6q[$G9;M/"MB:1!q.lG5ZN]LA#[I+JQ^A83WW#lmJ$nttDDn=C1s/l"j>?J_n.Xug;$nu]!lHuj7J?+l+b0d__2=e"0$=P1X$8('N6.e@0fpRa!Pf2'BJ,S3R`d%n:%XAo` %dC&`0<2eHtOVt?9jlq'UApa?8`75(P-Vg$l>Xc,31`IW3UX0ua7JRp>>j@lr=0=UPX0Eg^YjH:H[g!B;@5&gr"FE.&i37$qO9'In %RlI)J'6pHY9tAaOU1NP@O:Hf?WH-h&;6U(ZQ:9iA,Wk-.d,0E8J&E\Nn(iX,_+I?W:\%C:#RNODV_O6pA3?MK%Q.gl"![UBc#tS& %7a\<8G&@nSVqqLD&#FqFQUdIQ2f@E'>C\ttX3:sZR9tW/MG&^jh9P(5aP[E@&O*YL_!j[HBOgW1hLsja=Um'iXuj-F9$?RbHCLm3 %8EgOhVY5JNZ@s/;A9Mf('DGaZHtGl %<)q[Xk2WPR<`Td4$WJZj'Mb(A\*UXce92gc@mK.j645^r#q7q?0>LKZW@GJ*[i05l@7%Y"-[X.)Vjp'jBK"F;OX=Qbn(Sc@2XT+rT2> %Q"*301XkFHQ,NX@RR)5al2n=\GOi5[[t7VL7.2!:O]:]sXrgtU.8acV,m#*a<2Uhf"8mEAhM).O`P03E[Sb-SJZ,:[hH8kaO92.4 %7Sppe[>Im;"?;8e-,O\[G%N!+a?@cmTL)bf.GMq]8/f=s/jV3o/^c->Qkhh5(f<"=RsrT6aN7@A70ujK9/pL_WnF82B^sK9N09rf %:H7uWbY"[#WGGa-RYX@CB %0uMIrh8XJm!gfYsBdr@9L"f(Mp@E0pCkbRQr/i:^oGSNq#/Y+/B63rHZ>GA^>FpTDdoe0I@"kH]*2I(N0[2f]&kAP9A/&F2^2Au+B@JD(hBcsX'L>s<%Lk`m%Te1_cIn`GH@5/,J!.>hS] %R-_bFQ0ld345.-DNH%+;7V\hSfEcN3o$jL5",PhfXaqNqT"4>jXkqqgAUW0??1hKQCHV7SpW'q*EU?K'cuL+D>75t=Eo^5$P%@(T %H^esX;1QT]d0+HaIU?Pj7*%h((/bIS"0!ZccFc-qM$7(o&@[)T>/m!X4D"ApTL<85eaH2f;\)F(ZFuE;nZJR#e5p5^;fa1VmHm(' %6b'M[=gA:hJ,d37K3-*cSR)rZ[K<2ZH?G4[KW(21k+XgFKj?!8-&l4t_\^K@r#d<2=Doqnfj=j.bt#lf)-;n(TH'SAS[1>V#hm6oU@2N+Sic8"G]_AIa6!9.:!?Z`'3A %fr#&lVpco$'_nt3_`>'>XSGaLlLKI%qAE/;dOMkk*:%`H4HO5Lb;nn$3I#+hY(G@H;N+eIUGkra\$aKZE:MdmO2<6%q-=J=@/44] %p4El!GrfE_VeD#sk/^0+mhP;+Qi(kIcOqN\P<9AM- %-(!.6/BZM`"tYt`@^"cK3f?>7a?$HnRr#P$SHn5U[%uX4jC.H]qdZ(/gVo7jhDbXX %mF/g%.:T5Y:=a0:F?C%gp6[C%IK.B/eP.tShXeb[X3k$4;TSW6699Q;ESe,rMe3Ri/Cld_[HWGBHf`OOg=VVm2J97u$&fM:P^Pi./"GqgNVH"FTr!\d^8MhHcd'3PO)"\#+e5>\nJO[G!UEUj?kdX@JJOr^pObZI--FFkt+N_ul=f0nKSP;l@U) %>=MF@f\OsCoNf2355!VLKUS4D&H\1"K($b3RTCj_Rd-0&9hne0j-YQm\a!DCRD&49FX,ccJ`:>ql]]%"W[u]+3s%@\;:eoO4dU(j %4nID%@q$@EM3O#gl*hTkN@>l\6XoY6gS2hRLNf*tZJu3Vn1YW_j::n"'ioTM@pfcoJA3Q.g.oK0-[tL!ipW^LJ=9Ru9?o!SI\*DN %5%B0miW8aUU,LEOLMK`*rofk/>S(HL=d]C;+M]ISM^h,Q^5T>NQ"ia_q@<;#8W$9*p7V`8qW8n@q2jM#t0o*!] %pD=lcI*kc?MBI?B8lFb8Ce#/q'p9[J_*OoUPfE(tI&i3;?9\JU)=;T8UFEbD-=.Y(.97Lf+P5Vd1/scK#WcMqkU'r2U=R-LP8HSM %20K!7M@U!Zii;ps)0V0/RgVn4g=s;4bA*o%/ %QPZ(1-C7HV;`Q.OC1oFLCQ_2nf:`S%?:Y!B]r\E0?ll>'G^r*lA=C_.sZTY;(r*Q1laI3Z2chFWEBXU %d&_gHC1'ZpB[soV%7Z]jBu2&gD*9XkPjmWh %=>NLPiY-6bI\D4+6I`lokJBX3jIc[pB4VEY1Zna>98I0!)bXG]V0\#2V7-/!;r+\.?&$PM7>M42loY>MN7jsN@u87S6Al,/iZ@c9 %_oE?%Aro9(@HnW\is9Elmj1NZp]F!KrXg37EV?#0NSPW-7?9e8B>8>$2>0+JGh`d1E"e7fo\=Jb\EiZ<3+P-Q&#jLT]?K*KBjM]W-#8f1JFY*=A0cdOE):![LOq1C*Z;^P&8(h)FLJO %Yr`Q"'gN&eZ\asJ?#To\>q/s:o^h#\BG_>U>B80:"7;>O.t!R%J3ldQEHgthsd5(T",1T\2m&::9R$rouH\=(]5sHuIW/7JVe+\@ZhB5,5!A@W6=HC#X?iufqcD*uA*Glf"[anWE_O"I4;j+_[B>obej(Q1f8M/K8B/un3Y"GIK= %IAP-0iX"+6)/EiZ910@,.J8r3SuEe'ip)3NV$NB+BR*K-7mV'iHf_'R'"tADG,QEH9Hl)97SP_F+S#QXBGAVo"fEIn!"=Z9Z$/XW %gj0;iY&Po22onXijMEg.(t\sb'c/WoC`iU`65p]I+\*FOl2cqi:PD>/`uNdk:.W9MG&^fUTFuLc&F6\R9ZI@-PUUp"A6@hs0)>d* %RYjEAcGGB3g55$^W*NFeLeXn.#9i[8n>_XI:WuqbV(El3:Upp5M6+-K;-$J'&qmZ,?KA8V_`9MVB9[hFd&0FSV``M'V7;TFR).Sn$!PT89qrU0:gGi?eOi*Qa#Q`V;a$!D %*g6!'/pL&qhZYDsQ#pjmTa]E8>h?HK:31R+W\=c2kG2iRh$QN?PRB'`ZFJC3&rX%X:5XF`etpnFp57lBn3fjXYU!$O)o;1^OVFPL %K%50E*X!&GA')oYM)mP"8bPca0a^s0fBlug%17ndFU'S2!D>q[a:@J=L*a/C$f+Dilq#6\;cB+aL+2?FOaRe^26t8GNG5BY8RVAV %Ubi-<)\)SdfcsA`ZQQIlf.RtaR:hjYt)%DPSF3EXpBVPmp!E\J?sF`"^,j^d4AliA;:A[J15X(O%ta:E@3(^U2=W] %e.L`CYS_-VFm(MQ9EX0A;Fq=tc_:nchYZp'Ze152C-hT75i?<6THjU\rpR]+-Z_s3=,J9i6"[M2UiKTsWnQrP++Y"DGm*_a.rUQpHMG&Va/\c$X_,%\ZWC;F]P?Vg6An\VQ*;`^+< %OAX3f^82?N&CdZ,%bJH'3>%7[!jL\#0&Gdrh]mc(O#KMX(q%dlAb>8Y#:9WG7i.jhFVj5N["_GcDe/[N8K="J+YPf@XS-I?VCY)h %qPR"D3)a<55hW9^W'q,,HA4+p]Q/s3`[dRX6LNi05%_'8MRjq3b*+2C-B?b%MQ8l/R@U+"ZY1-AMi+@<)=9KYk)Dd95sBuc;SO,^ %e.f0,m#`kEB\m!T:Qm\+NY1)i1@;ld/3O"MYFIh)eJMiVh0][`j.c^l6lm:?)&GPQ_\o3/Snko/GXsB,OA\5p_)G=Q@[,SSF0Gml %KC^QJa_U`V#G]B3;.So`;*\tr($OkH<2.*:,Bq42e)?Cu2i1\@Lt3`(esT=8?2)^(8%jT2X8r8#Ik.mf#,UL_OZK\K&G$AVGDuNRgme0iL6g$i %JSTfPBr(W`^'@GW5n.SZ,?HKX6D@]@b'lQC-GVDf)c6U]9!D?+LpD>96eZ54L.8^pE63p7^NGQuG[2Mq*U_)`M-o:&K^%X1`?;&b %I"0pGjMf?p<$Tsm0&cYBVl8""E]D3^+L+]+,7Q(g&Le]!V,i#uSP#7Y>pZ55.SgA/BNM0Fd`s\K/G-*@AKG5]6\sErdV0K;^(d&3 %4s+dlkc'*K8LeqHoaFE1#1!#%3%fXCb/MrC134Cc?t:Up4?3b*[o#"G3DbnVNoHQP#Ko:4d``3C"G8%*_9il"?_pG,LSG2GC7Pn# %TM,JlAIIG<]]p]?FNThIi,18r'_LA>\;1o\8j/&[?JU>Nh+n5q(2;uLNn_EoBe]3i<>)X=D?Pnf5Np)EZb#$1CmY %6/N.J2C,=>gGq./c@sdCe4>E]%eVfk1i6Rk/(Vp[`Gb&;kI9QmZ$%UC%]L^a,"qg&6FRdJ@XeNhLW-o2VR'd+.PGEV)C,s2gEGoa %f/KVEfET&Z"d![:d.na^]`sqNkOGcd_j07EID*QG00G).M86p%g%Y!(::*diW*=[&&:XH=gdq#MtnNWu9MJcCSC7OGE/tn^J %WCWtm3&T]+cSZQc)X7*3=QNCc1b3]%27hL`(+2PkBI:4*k2@lF.#6*1<7qZTdc;XIJQhUgS>Y;AN'hn2ib-c0p*+J-d>oKpK;d%< %:AO;^=tWGr6q$k77S9P2L:.l>%r_oueQILXR].A!aIq*LV.NVJ"M>8RWJ+Wn)!An>/2(aK%:dZnMges^ZdqX,qFng$jdJ"V;a7b! %E%rqN/plfYMom2$\r,2R5=UUGA"XKju %ld-?t?4ifD8jVAO_K-FT1NlM!iE`i&r.OIqJg$]`JY;Dr>ImH`hFqC3\@+YSg'@Q$7`jp<8Mtu]3Qs4>0tOR %j9rF23cgjEN/d?GWg9Iaa-5p_Or:i+1!Ei6RAG)KTV^tXndje-NPV-F4eUs=o]'(`>>k^L(o@Lncmn3s;E_Mb?-'g[nK$W^aZbft %[(+59W9L:*pE81kiVA<]IVBrq+XXf[%3UW_)$F!Q;Ha5N)![m`O]!e%"UKq;$&;]ZC8s<.%Y-$`4L:e<(a`E,!BGZQnEHcW+^[r? %c4MW24+fMC7"dRfEhS?*IB%aE(d%Fh@Z*jnArWcnQA1Zk)/pur5(;W;Li3^O"E^F'_MB-GT,7#tGg$lHai"tI,\c#4]l&>\3bs?c %:3FSl;6Gimh`W*ZfC]W9R[%aj$_kd2JtQ*&SdbE=N?u'`:q_fI,l3J)WG-8>!;T"'h;g),#a1Rk %F=4Zn<:6,GH\t4=>X'\U4!k7rIBG"E&V7F/$sJ9d=KHLhAFM15?'n%g+R"jac+U+9982>JaU,>BL`E,%\g!IT28q22/r+nF@3LC[8jRM$?JRA1bIk(]&QDK%%u`P>_W_XCS)[9SUg\$hBjSPQh]QJ+H\8l %lrmL"_DZPM\]P"H;)Ke-3m,`U\YO8`h7`C.U!QB8CLLm#ZGZ'2I@.6a3U\N!,[XXil4kg$`+9,rjIjOmIJ"KAkVb7d#5`DAtXBL/QcP&Us6KYN22:)Tp2Jp,Ve_[+4an3ggul+Jrt3X9q@XZUqrJb%joTU`uL]1)[p%YtTQt_eHS5[#f!YV*RX/ %@=[jJg3&$+:62sX#'tTb7mg*5qk\f5Q"$B[RdRp.:aEn'6lc-U3:Wn?@SY(d40":(qou?UnpZmQ2%%/RhnJWfMPc@ %8_LbY.k;ZCiL5i)+N`g95AV+3*^NPjX*Q%feEBABDo]@QUr[db3;bY7q(SumQdhp"t%Ze-,";L;D.p!=nFNGCh"670\ %@)LiA'9F^[:+F\?]82K'"\p=:ec]Jj89e4p,^Ws\m/g4@-kmWVO4\(#eD!h=EE\Sqb/KT@IBs3B^5l`oR'Wsl7c;6+c"Cs&-GH6R %^^BNaM'46k1^.ctqC5CD9g+2B1DDckAsn$l#YWKd=:fAA(ZK$9+rQ/tBaL[<8-np5YiU5m>=M$Qn9!g0KnY!:EsBHtBLF`_]g6 %_\`XqA77Mm#HmtMHQ]FGnPic26Y"(nh%-[C2%1)1L5X`=7Rhr;@q:Q4a5Ch_:T$T@d+!ZMPtI<)eCo(:"EEo5mY0H!"/H2$i\Ct' %1`%n8TJXM6f>&4+Zh5ZT@QEAWo6FIJ=>Mk<$^I,I$$!@BTr^\A!X2*J#Z=fcE>=]mY(G)%a;%%^no!AhccQWLSt;\)K+"?mPf6TS %)jn*O&s+68VAHge!_3f%QW7]=f;_g9.tP%WK@`U'1BDYHfu1V<$EXujh:nGr6mW"nIUt#qbWoijnDUhXGk%XF!IYaDm>cr*dR\2; %iTZSiL$Jt?laZC$B:%MM(R%'GBS)dBY;-,9b-eM&,pXB2*-'0kS@$`:GY.+b!@X"+(%>-s:$&F>,)mS=-8#e/]9YQP#i(I'*W6sI %TN%X@"t9aup-O]=[S5Go%:S$.#SM^0MAm`Z,3[;@r37mbeH,la=J^j"((kq*-=;Q.>j`&K(S-lt@?8c0P>MucAg#m('6-K\[7IKT %WE'p@A]=H+"Xto;'$[.*LSN;Ie[.grc=jNL#*!-U.MC8T=Gj9/`OA*9ct+Q@Z`bSUD*2'r4c6Rm/T&2n=l9rCa#".'dmK>E!1[:\ %4gMsB5tXeLP16[o:6p'\JTZ]X<^T;^O%.tH3LJpf_s::*#ASH7`<)6bX!d@(8OBCai/?\kcoA/s0PtRB)kqWm'i5Q>*``mL31q+E9Lm5_;1bI2SdC*Zk8M01W9I.E*ep/\ZH32F)lX>*'^nP=Mc;,2 %UCB!Hp%8ANNU)UY1JM5HpgfU3<2E)cA2IO. %k49^S/2"pk[$+'8)s!9m]tJ$V&5#Jq-ChW)^7g?.8IA0;L$Vh:MCOWA=2mOVR(Boig3@e./$Sj9.8uUTh>>QcGr:Z0XbbFTu!FV:K/XO*(bPF-DoAYIYeaNt)ZiJP)@e_q(b6eDF-/k#rf[ %8>gikS8,#16tcoL!`snW9<1k3W_7D@NFT\Fliq,lOGq@H[00%:pc#A_4=_)!D60T=lBtO*fr"(o1L;?L/eg$FgcC_2@B;$)1j?8]ML/?jOtiSAGm\Pj1AU.KbMl/$qbE\?K?kM0Hs.\^]m`G9=Xd<$g`aEn$:\\\Qj'T/1[88B+eh,jK5$ia6YA[hfb&6+$?;QB$c)W(2cgDlB/]S\Au5,I %P1L&CNeE:U=$a/hrRQ:F0U@QjLlW&05-!db@?96gq[m`"V5Ol]=RtHca)GFJ]L/N6=TGCpb)m#T2Zo3JR`P=:4gMiENZ,Op< %Aq5HoqT(BUd]Z4`!Xk\eOG:hr:`=eUco %(R8&3'o%huFdM:%9PkJ0L.e*!I1^tX#F@^dAh#L0:E=R9a"^\c=kLj$hY^2mjS3?,k)qWT8Q,rFLpUr&I8gV*A+2P>)6T'U`o<`= %6POtWVc$Nsb37P/-G:n109V8jN.;C9WQ3D[b:]_kWS@gSL^NC,JMh:tmobBVEgnl:Cn`S?'eb.b[7,sQ+-D+lE3O,W;9]LWH0R,D %!pDsr0lO008"(so[>5NqO>g=0`?o>Ab\'!GiQ,GdO]>\kFfsQ*'l[)5!eMdU$^tjALt+Ou;!TRmXsoP`GqOY'RMAaOap8$.[#ib" %8reiRQESGi6L(pC:e;P?"%#k>\h=!gFeHS9H7K_.fV_"M(Jmdp0VskV#I[c+Ku7MWK@T2?OW6Gdil19K.S4f2S*G];%+PJSD+(B* %j$,rFT;e!]F6Z1&l@Gql0$&R!iTGM)o0qV %PmJM>`?jNmp7I%BCY)eeC4-]^"O1+EC*k(2&CW+rfH-N.9IrD!R+:1d(h3t;W%WCLgbH%5_Re,6Kkq=C4L^X2*mFJ;@sBf@4#rAKg1Gcr'"SqmBW%VqPm).=_fZUX/QRf %KXDEnW$\J*2_6B+L+a[&JtRV4NN_?bUVT\+WDh<)N17NcL+(qa6pitgZ:)\D;Ms!3L^7?bE01%F2_SF<1?RONm'"G$7u*.7BWZ#r %/:WItCZRX1@XlfKB%'%K^19QNICWKpT$0mX.)0$D]b2(jMHDid':EmpI..9!HGDXmffm=0OY,d!,Xr!.(t$\W8/rTG%=q8,P::!o %jb0(-0FZN7*9%\_(/MYV/(CNBUF>Q[0/8Y'@[T>_*hY;3\UaDQ98j@3eEVq7/IeOBfophkE9toPi%XY %^g)i>n/012nn80CAZQ.Z;5iu4hQ8=4-^&k<;bCZ&)`:Y@jH5%LYae&065`bA#oLnR3;VKQ)2_lNl;^Op-KqNY>>df3#T/P!$k39\f4"f.KLpXh9 %UC)b#DUid1Tsr9".HY?"@=hQcU?rQXO7npo@fZWeLcX,@$B)gdC3a_[@oL6=cb:0Lco=]c^Rt_IYJZ2;9_;]>#_C?RLWP %=Re:d`JZ+q]*Wnt'81cmIi2&UciAkVXX&m6/g]is`4#d;A9sqi? %7%NRS%:h`"Pi8LePEU'X[3Jq0J3eHB6O-M.(5$do)+f@o&]B6cd45WP;;*OF,*_eqkTr-.#_U_)H/]%Wfg>))M3-)e<@X]&dGf$m %2/bUW"4Ml7gdPeW^YGP>_"ahB.F^Hbn@K;u0IY?Pc(OX8O!j7!:I]J'gC7Y#;QXEnMm>IsjUP1LA]',%_)C:00$ZP+5dBa91H2ra*f7@fds-L.fT4 %l![HqbXc+rZA!+.;h_6;ikE>ZCDo!#g/9`.!:"us-,p2lK3Rjo/<;,4gBFo64],pE="^YGSPMUjNr207jm*u*Z70E*P\^EtX^"'[ %JCnBBjE&BVWZa7\5sXtq+ij+2G)53N+snMGYNheL7'c?6PA6ed.,<0#n<5C9'lk,5h:IskGDc68b!P$75pIUCAa4ne+Xgh$(Ns/F %$.I[O::sq@d6&.XnJ]K(rsS6*C/b)823jh %C<.\13]i"IN+(Q()g.R;t0#DD;,]gnqjoV=@.k#S7m %M$4S/'>C8EBLL=2[&Tf;MoJrH;+HXK&SNOTks%&E&NIhJNJjiM_%q!nF[PZnoXYetEIm4;c6UX_4?1Mi9MAYk4`SDQQ],nJ/=;9. %aMG8;=sql7:CHt[1ZQlMUJeZ_9Qdi`!Hn*Lk_K>;BD'Oa>Z:@Ye+m%h`YE$f[2sb_0.ojB+;t.mW?n92``Le`*K_aDH-kn#@2BtB %<,o+S!K\A)lZogG],FhVJRut5*>.Nd*7cN:c=4\VA!*d#%i`h='Xn29L=Fhn"0Hiq=eNA;RRifso`)/>GZ%EGL_kuH/ChB@#6T3- %dupea$AR9`#fsB$<&8;`S&`tF/t)qk/b]](Pu!$=2RZLP2)/BAV[/j)jF"-oVFI8u:n0_4CZn>!n\D6pWrs6#B_.'e)!WG>jt6hV %$Yeq4@L>\`Lh`/#MT3B-qK9MC.BasJ*nebk^g!0PqDP/43]3uZ7#Mkd`PgIp:I#c_HjaEMXFP]cJ.0:5uI'Li*\dmApj>Lg[R@1qo(dB$16WJAP-NAE9t8bfDod+^T\iP/r/8Z&R7d1%mYa %DG8`AR!IGFg*XZ#=p(rF)NiQOT=cB\7oJFYhEaNDPZ;UD#eE"d/3q:`A."MCdD7Re)Zlo^P0[Q!\$Q;=h4/6%G#H4s.X0;VGLjZU %-Z]k'^I'.GQ[Aoe]42DVXZe:V22Kftm`(qII0'++O#-+!AagkQ"@Sp0PBXIRPNVfp=Y;415+'D_iiRt-JO2lfGJ(okTPkqoU=FC$64\b49-/K$ %g5!N6r4jP'Wdn2, %s1";8nfeu(*/NrHJV86Y$DYZXVh263mh)D]49kS6S2q*S@M*u!%j,$tE4XWeb,g[4TUDY>N5HWZ>0VXP"c^X@;MOX2XB*J?B!Lk/ %k_h]jCc46!a?m+I*6"(l`Y&;:_p:/P:]NRUrH9A."D4C+0`rIKf.7d80L18A-+6.2bXasX]cbo+<&:?OKpH&"EB0X5NN0n>[##&; %TK10M080!d5k8]QXkp,HEPYA=c#nkYW_Q\;1:Z,:OKtOH1u<'Xdq8eY]iF!4L^`X4!k1,Bc%Vq>gr0YhH`h](j]]]8OE;V!QI>66 %KOEI4]l*HWd2BBB8Zh7'!g/+e^eH``5PWNt2iWq/8s-%%CeY8%\Cs;8Y>$d3PW#H%%(+C7Z]i'?,P->h!$a@8OB*=jk%9mHUgfce %.2I-M#ZiaS5HVUn)H\)18=]FK$ntXk=2Gp)^8rRoMf?[Xl%P(Eer.:a6)hj)R"oU%Z/^AQL%i951Vl1\o9M/<(<>Od#BC_c?sVi] %6DS5E`QCl]'K'Le"0DrdWf(<4ae.st-"Wn5Ca7PrONaju:(B/#hlO=3PMUc!h5%MB7U^ikYNd`kl6lmjW2[\'O.V%8;:%C;k<>Sa %aaC+*KVU?\^*G*C3X]YE!dOlu1KAO_YV_<=1f6&n+UQ0GW4nbaJkE8*<]Elu78YcH/eVLqrDIU4@0nVB%o(G`!0icg>>?[a`,:NT %bMn'5*7,LP-f8/5$O4O#B@B4@jt5(rA$;9nZ+mjj(`11O3YhIB3,cF-pY&9a+[jPd(o;#ZV0;?9?33O;(jhO^-JO&./kb]3RXYEN %9`T+FL6s'QZPg\&;8o?3M?_m_lqPP\lC[%Q]HHd;n\-ftf1b:H3d#b*@tU<9r6T,k]fb'hlr-C;5hl %OrKYFTZRt.^"Wf]$6[:p9kLFG=Xh:?Va/9UW;j,'Z.LpY0shNPG/;f,pc_YHmqXd2-@VpZdStAr_ATe`c94ETg*k(dHY6-mg1/?Z %AK'o@C#=&R6J.#,Y*dOFMfFT$39hGi7L[7V.cE=QUC-"(^+n6\Iu2o"Zs/=iM5Ct?Mnj;@LtfF%+eqS+[-/I+*0*;*Z*.^dGgID4 %4'cGR.ISFF4Yd's,H\]ihAhtZ9>0p-?jO!a4>U%m%*[F*/2?p^Nie$E6g*UA1>iTbdp=@@7pt[&@j]$RUaHPh@:o:gIDl8B99u[*!puP8kQ<#)Fdt0XXc@ %^rT\BoO\:TBP;+_[#Rhi7`G]D7aFGToBhKV30%2($1:^-U$+rP$tHj%2WqGT; %5ZG1t.B!gPc]o\\CrjeG!X64j9B-Opjj1WW,'BT9)?sM&C6J\af8N1/1;d3W)_q$D7ZT5L7^hB[78XSI0aO3N'&09(0''/p`A^k' %*uB%Y-c>IYle(-D.=![SGnZ5U7Y_Y`5SMf>o*H@Hl(fG0r3iX$AGkc^IX-81l)Z%5c:Yt1SsigBBDmUpIX-[_N;C_q8$D(Ts2jm4 %g)aM5p%E_c:7lG`n"7A+Ge*Wps()/QmJ5n.o,$0QGOGIb7XofkIrof-jn\o/bJOGVr;?3ZkjbP)S6\>4I.Ht0r6O!,^9cL^+0k7+ %n*Ig<[:`Q)ikqPibBs-Pd5Q1/,Aql-B;_q.?JPEo5%;&$K6]IA3Vddso&WX8:U_\VLI[iIc0$_j:SK?]EHD.-0DEd':7!E?\_$`U %I)O.Kp,kC]I4i"l-T?/HjSWQgG^FJAJ$aM$'PmO>S]rDHNd3_Rm#>q/O52RHo3PVob5o %n?r5mT5":#]X7JE?cp&[hqBsts)7S&DuI@ppLEeaT/c@j^Y>++KuH\h^2S#A_Kr>#q]3=n\2)1Dr1DT2jDT,&hfN\tEP9,J,Kp&c %Gk7sLSBD`:nL8!Kr$S6Xm;,Z/W(9"og=Cd`a7E"3'?MGS7jS*&O'g%67N-=2[]s_u10P+FnV.E5X$5FkLit'.Q!neo&*@:fq)6k' %2CUbLpR2r5F_Z]$)Y;>?a%oHkcZ"%l4?T(q&&4Mki8MdI*Rsoq8,h.HIWEnuSmCb+I!,1EhVZ(-4BR&Pa-Pab/\f5Xc+i8!O7j+1 %k-*1Vc!@dW/p,Mtk.c@oG^4t^N__\3jS[]mq<:uYr3bNC:Whq`BA3N)MAPk+kEgY+STi31cd)4pk"1_roE_8o_e3nX-]i+qle9t%UX$:R!6EYouXjW %o8F_1SK<1Oqnn=Drc[t(*rkNdnDNrX2I'Z4*+#-Um=1m\ja:_k]mhpi?s-=A;O+olgC%-3feZs<@bF@BJ,I,Fbr- %)m7oWVf0hd\j%k>p!*-io]3ul_ol8mhAni!p:,J(hQpXt5ejn_rqu*LaX8`JE/sG;AVM7,bHn`?$hY[PbeY<,p&T,7_:,,9IH"`;>/qqa#tm-,[k91@,5`p)V:0AFre*lQNoE %`!dUHZ/6bC!4DbkN;Xm=?;HLh5DZQd`7U]K)!c^)pn&qU5.PaC^3[$CMLIe2\sm6dpu`dcrhqb]=Vf2^]70=>o'P/ar?Ld]f0>JV %_%u@Nh(A=PLm)aedJng+WP@@Ks6CJ]+7*@Igu:D7ErR+)jBqAirtEK@5>pY_:k-n8lq4,RYO=s^q]BeDB#T2im,e5)e)10C*kK*5 %%HGc@lW9Sc&[u29S%]tE?P_tQY.S4Zj)=eCXd8\KV@Hi-mX9(l55=+(RnU`=_9r)4(k-pU_R]-Q^4(?Rrnk)4+-gM#SIPJhD[nDF %%sEEnp%J=3*OMt^qhKPlNZQN-?Emq?hLZR@k?iXe3mm[Ff)G4'cVgA5M2nkhrB!-XhhikVZi8&_?X.D#JV\SsmB#VlpsZ?XIHTc( %46rH`epj5qT&KRX<);Bf(Hbs1iV;X+pjjgU:URX7[A*+SYIiclQh-!I*JgIDchCcdDWb.>b<)2TFfk\5h7oJ0q>U80TOqqa5CE.] %s8C4)j8Fn>Y,s>Vo^a`MfH+;S]"B,&kCpl[5&=q3Q$K"HhtQEqoe3!A`(Dj]5cjTkbs86gB(HlN1 %.mMhWG.:rt3uqX'q#@c-^Y,[Jd)#s'O6DVa^LX93?. %0)A)K<.?UC+/6:DgYBC?lKIe'2I/Deb %S,[eSGtsR`5Hkq'HL]S:f!dh+=FJBI^OCHQ\Qq)PCs4[sl^)LR05bZTo'pXIZ2&55U39kPs(6T\5<&Sk?MW&7So;(coe4ST02K=8 %O$C!5IsD"We[E2@rJ-I.^I4B_rq6VseIlJT3:&$]c7L-QMmV9s]K8!??d/NeULgV`qcWAGF2&%;k,)Lu]C[!Xle9$A5&@]0Xrk_; %)-ua_FW]Zh?[:Vc[/30m>p56k?5S,3I!"XS'DcUu\BE1p*p%O:HukogVpg`Gm">s8id/P5NgeGN1ZjoXg3^QrIphGrhcZkYhg)^2 %C\RM>H9Of&UT*r+Rs99`GJkfi[!Flqh(ZUq5%`?'T>K,^HF<8H9mnD'o4*0`Dr/a>Id#HrrP)>sD7:!<]=`N/],KJ1.sKT]eL*:7 %p?B!(qn0"#^HAXElh/U1='ni%jk[&\cg>n9!ku(sflT6g2V"pb(O,)2eif5Kl]EQWI1r3@EkFIegQ__>#06cj>DqfV)/i7mD=nSERJ97FhXhm`%P/M6uA %c:!$B9K_P9&,0_iqiHeen#H@5*V@,DqS>ZB?,,PCNR'\2F`D\Qr;B6nmqs6Hh8MR*C:Nlt,PKLOpmn%8Gq=G76htLWV&*M:rm1?t %rgo1e`R3Y\?b.e+;0*u6OMl".qKjB'mU+o0#;kW@r$[eX5jaPX53h8'nB7./OVkLhp\S)6fW%6mI*[$8iB\j]HiKP^Er-(P-e2j* %j$1+Us/nsomXCjYeMqj/Cp %*]uSKfKXs6HGRARFBE>9O$Hb:d0K!/lT]k/m1O?N5,%?j:oF-q>SLTg&?@7%_e@'Hh_&kEVSGJ2CL,H=+0hh0;"m)T>-cf,okt4r11#4g@\+Y %YdLoFlGhTUG,r[?g\#\1HQI'kHO!c%[Q=leC$aEskOZ"Tq2dg-eOIT%.=(e##q^5abgAc3*q=O;1QL=-iqfr"t %nC@&DIK&7f-dGF^qlh+a%dA#?\6H*WNP9!LT'a:;EFjJ;1QuJ76SH_[YO:rVk[1DL)o(p^g#8]P;?b*$'rm&Pk.Qg6n%H:pXo%V! %*1Acuqe,L*>T=g"3a,N[C2[CEGkg;6!9VGu?H'tO546Q=T'`/'/:6;B*\S?0@k>g$++3jqpQ)c;(JbQ;4HJTaY)%Q-\i28[7+j4' %:L!"g%NUMpWpUcGj!qG0NnVq-@#nuO%8-YS)C.cIXZ`jN-G2GV/G0JUeg0%r6`V&Vr#DE\*TA%Fnh(%'/3@?f,+=mft-E` %m[aL)mX+,`Y;Ng#[MP9c-esF!8\/sME)gc$0l*C7Wcc$kosm2W+!,9kXcLBeX29kh5#oula)h!'rkJgo_!.?MlYi2'p3q1qJ+@&4 %QhSg)Cord@pT32`!c*A@2Kq=]frO;BkkjlAjRP+.gd@tRHMsB:mkjP4Za7.FmTs"3e8+ArpGR8Gs8:mUY*SXNYAWS$O2*-:8DX<* %^Ui'<+4#SC]#rd"^RQsA=n9k-kiI!Z64q9J@WcaaMp:]tDGN/,qd3h\m@S2Y3]_RU@,--HIPK0bB)_qWB&!@D_lC=2g<=KQ,No*A %qlk!6?Z")#?$.qR.U*16q8mlh*qpt"c%eA6qT3>u=oIU,]VM%mVO8NGYh^:*U@\BHB`B%88b3kGAs8IPMcU-:0t`QBk0neSjiR'1 %^$T@e26Z/iSURiVrpXCglJsH\*?RFHO;sc4SiooeiQTU4io_t%*BudA5,e6s1%Du\R<>HOQpG:^P2+WP>0Fp3,?Vtg&^FOm)nWk4OR7&>TIIP94+*>K(K\&q_j&h9`8(97.C72!VL78&/kbrdnZ8"gpO'Con,/-" %RFq8jj#N8T*.Dn;4^Y>J"1=l(C\N-:Ap&2mbOr]?jTDFW`n@XBi?<-qrRBGEBaC4&%aIkBmpA97s(35Em;&iO[F;\P %,Iq$YgpfdZDh/rTjupA<:(Cm(H0%jdi"4]-Y'I]hY*IN62#>t8_TIjXk)\^i %\b`)uVkDlDr6o9hSHF#KI1i^WrPU)Bg%ltqk=XPO4B^tK]!J5?h*53>\1DOOdq<=VNs(QSrQLpqQ%"XC[_(d3U>IHaLn`J0oNDLi %hO^"Cq9*)\Sq"*Bi;E([El$NSNq*"1[6]9?'aIf0EdO^NpUE07M=/^q>o!B^qL!L'f,o6ZroeV+oj%Y]J+;apr6%TS%c2WJ?5^^@ %pEI+*SontdYO<;g4.RDJFcWKI_9'Z%;`aZ`>ZmCPm`I2D^Nsu63G>1\SS3=I8d$abr_7k?UF,/5NK@>0. %>hnl6m-s#b+)?DN5JR'qT>*@XVrQ=L_1MjlHgdSsK`?G1]<:h<:C80`Y6;o#^O#P=d:P;[kDO0VEYb8Hrq<[*J+Dj=^U*aI]>l<` %IWQq(d/*I\YC\:23fJ6&3FC7n^?JQK/s#!Y3Kqqa6'I.t\c8s)&,FK'$d@DRab'h@p+YeA5LHde?eg%Qk"FbH[`U-GK(W#lc=d.DA:!*CK*Bu2Xm7JgqS)_G^6rOLVuJ[of9c.E4tf<5+o+> %&j`ca*4G'6[JT.2r4V\o4?\HhGgAdOito$%NE#[!dWW#7%>jbaDUBWGW-#eWiI6"7#J=i]-]!UDm.BL^k4)STo-(l:Qg>>I"Wki= %OXt[H%lEqQ?!Zs^TqBR7jKM+XDXDV]9)H=unUR2*I-oM"AX(\Rk0nFUGhD7c7Do<)T'rVgp[qjNM&X]gG!AG)B6Vi9ke%20qtmNc %rIEbNmtlrodlTYkiq2<7K1l0C3[F.[2bUnk`TUq&nuPc[?PP1PHPkn:?Tpjd6'%0C>,$>Pl!'HSVVT!cXk>_J2l_JXIV`k.g``Yr %B#s"UE;[sdZ>\uP.O%^d:lMQ-DreUq^=bg,]G@`G?2(72Ig',"^[Z]"3Y"s"3kDhkQ)1[q8,GfCZcm?+s3c&Qa.(seq*3=N! %G3t8:@GUn$p>f\B5Imh=j'a<.hbVQo&*A#jLoTHHD0>YsJ"ImuFD^uNr^"6ph-o,&S*cugMe.t*2kBomF?XMa\q^]hh\jF.C@un8 %(+A-9f&Z\,9@*JnQ&kcWX[i+h'@B$T+O-1&4=W:IP4]?/[d8Dmf_uI5fKQ6XGKX\S%Ej1?TmQauOD^DXlcuOon7]=%!4:>\^n#8K %P!ntiK+I+Y%rPGjgccYE4*[qRR/5FgTC(r8he#qrgtqc*e`n3!oWK=L4$133n8GJrofIB>l^\!(GK/prP8dC\!BU#"#: %gp`.O'o_P*K\n.ochGb)l(?kpY??o'B&MYY\o6j'pgr7B?Kq.%q=ai8[=EYmqa#H!#PZL;mWe06MRojPF5LZbX/!44T6Qp[Cp&`r %DB[`HmcaQ"*IW9_oFEr"rBh9Rp?Ll1g[_sTo0?a25O:b,.j#\PqF;o?D*ZXUdaG26+?G;?nU2\('6YX$f-k?m]JSAInlU<._@c:42KOL[RkOU?uh[/T3e.TKa)I^)?WbIAHmT)Is[(SmWAnLqRpN; %55Js:+)Ko!_,Gj]Zi$H5O8n0GSj.*6s7kWhrUE+b]^5/a?2FGJrk#oDiLfF#nIIkOs5ERmpHSF^qT#f=l$n-Tmf!Gu1r&ihrG2/f %G<[T2J+QM9:[e9rn+$GLfirstUEBO&X2"\^42:^\oV8%k4IlHDT3j_Wd>qZ5h6S4%jPtagi(&.=a'J<3h;>lifB45=H0:gK7d8ro(KX]mJ-*m'&ikFE(U2on9 %"+&l%rc:=$SYTKD->cA%T(8Eis--Z2#,!3IQB59cEnsc\(j3+sk\6iEX %6=EpZWg1]k.t$`u_lj:s44B\`mG?)"SS>Pq/Cq7b!gW"(Z/:Tg*Gd=)V8'Xu,b=1'4?]6,aXNeFTld%^b-e=i1mYN$c;H0>Gm;aW %96ug@[-:97bY;tLI\sSrYqo?haec?4pHG^]@]-KCa^A:U8pjAilO9YCU"K1IIpt-d[Ld8en[2qBkO+SW[+gd?RGsL8lDOBD.?)6$ %[_5Hi?mOY-f)(8?`nd][JTC]AAUpcVjVga>Z(Ws:9Vi_&MoCahDi:SPOu9[le(^58;[1^q;5r>B85uJ(NVd3$dp=Sn:suC'oX:pA %DeD]rj't.!ULpAe8UU/E9QR9'[CXP>^9BEX\cB-#P-15>_ %X-b=S@ue!8:MQB&e,5#F]d;e5^Slb%I_QW^,lFgeg7)t.-@A^XPTkGcd?-I\0FU\b;?1mW6mosuZFms_IfRJ)p, %=_DemS^-kSB9C1JCbfIHIb.m'@0lZ)5ePb%D:+d>e_>;cUYB!&e(]MaD9N^=0CH9_%Z4%K'!GWU8ue!]X=IX`>:.uJs.E5?AZ %[e$+b!Den,\N#6+i(RterRdf!XmG3ej.!N'Y[bJW2K:4kmp5`aBDS93*(lF*lAr6-QH!i4f,9Q^@j#XC%H5HOG#jY+(LSc'XjVA6[hY8gIpAkT[oh(GDFhBbLETpu]r4]oRX^A@[Q@/UX39dbu]c:D9^<&.&[^YrO`lt>Bo#@EBQIo5C:1S*uVo>7[?I'O,Y,,2?:NNF(ZOQkI;cn*UAaf9*S)(BA %X#"n[fY.E&MGL5;VJ^nOPOI`"\%WjLg_D]qe+fC!CS,Ed9`@VV'kT7nhl.)nL&$%PrWoI('45Go2pn6*]RDYoe%3$tr;Ndcr0@\>f,lbUSJKu/hg6Mb1UkiP=OLZ:=#pbeV'WLo\Y_/_ %#?OTr0T!G7%Y'FR.phHoRA)/!Oi?sLA?)6:)OXu;fl*Al9V7W;QRo#dq_som%e1b3he[$$h8V9-^oLP"X\HUs16X0\rY\C<4UBpE %csd?!Z*j7jaV4k?;qXj,pWm@g9-XE9L#1Cg\DY?5T40Rp5)$ril+W-/ngR=N]fN;7m-uI:,;RNEV[oBnL;+h&V!^%q/1jSNmE5Uh %pPLX#\C7QK"58./V-?TZlJAF'OE?M>!):/u44T>6o#[arisU@'C+Il-qKMf#<*u^OS#!1\lee,DPq=D!q8IL)s9F.\@_J_(p%EJ$XlO1r!J@i]kX. %2#?ZOdD,^Ibk>W@0h,q%EaI'SKZ2hu?[-s5.go*\Gn?1FNRnZ(e'#9$ar\?aB#g;rR99S,p/.X,iLY4Rhr>4Q^oWk.4B %pD@+:G12XpS"='CDL*"olFh=f+ePSBcnAX`[d2:FpZh6;ld(gXq9qQ.&*Zp2.gUeeSg#5L7-CpUJ]a5a*m)_;23)EE`7`[Mki %VgElemd;^n]*ZuEZuV1-Og>nPWpudeXS9HPN4+;\q,a3nd4>]b*E^Tm'!aCFOPAW+r1/)Sc'Om:mdBQ=#3"XCIKqH\0lbUoCVdg=3s13t-(+F)GLELd2a\a_<8hOTH#pj8uN#c5qfYDhG %';Ubdq:C_(*h;N`oSHXCn[rta1?T&LUKnQ %Q>Fo?4LfJ;Mp&bk&(A"08uFj/Ve+a>!o5Tt3K+#>?i7O854`+?3@^baA9V%$X8l*'@<,-,B"(8U(8EF`=P2=YCY6!:a$ioaBTA@3qLWEtQ6FZatrp^Dp %-Z@!#?FS=ZhF/-2Wq@UEDeEA!1>'mh;&;ET2*$Wo(PR'\l8r$Q_W"X:k->5qP!E+M5(7I]@P2?(e_^%>->f%P#Gf*c43NKIWCS-pU#]IL8GuC#A80Gp0\'h"Qg<,!^DahSG-m*lN"A0>#L>J`A^#hK>`OP0b(QuULU[O%TFM_dc %7`AV,>#Yp"*/%)VH-]aa;i'+M#_PjGpAMfAp+BCoG)rtdO/YUS_pH>W:LctG2<:-B&2@;n]Z8'3,1'K)[M-#n`ZaU7#3<4o^DTU-Z!1/6ZH;#%+\p@b$$q'i6W7SK![#Y1!jV?A+Y6Eg/:06j6p %7-oLc)dW[k`.*H?NN(08&(H;Se=qlI2\`44T.UF-Wieqsb0;W,uEO5883aRd(&&\6m\:?SPg %F%"rm4hg4CS=#a3hDHlBK`]l;P%.sa)ja@Ej*C!TCQ.pMe4f!<-&6M(bb@19$cJEZ2eKFPpHUkQ;\H.Cr?rj8+L,r@(P?]3&bY4U %^_MLPLbY-Bi-G)u)\FeLIa;"Cc4T#5/q$4?<7dSblG^G4lH2H^",rP84id/d7sFKgo3j_Phbo172qOoMkd6g`_IMfN=j2kuF!-5" %`mAuUkcddA!(4e;M@jr(ZsZ--SMu.\6jnacd!6l"CgLHS%%T>/cA!)CJYD[)d!;8f"(CE+&TejA(]fB:q`Ps(*?%<.;Ht/mc&iJ+lnisXTjhj`6*,FWG&&YiGhCg07^`2OODV8\"?sQ:hn[4kl2Wg=SC=Y:J %m9!5,N_f7s_8`\=F2&iTI?2^4R.iTl^@pMfT-&*6]7#^\Q!7VjKjG$k,mNqf-Z\f %W/!ZjLQ,G&@sg(7k]kW#^Z=4X(amt\IM+DL?kAB0kju"j@h%eEg:"8iP5N+5m.I@PL'(j9gRa0dCeI^AAOtR,B!$9@3;0O">RmJ[lmL9U&WgfKLOY=2Z5@Skfb]!pf@36KLt+2B@K;TF6m"OR;NfS"\*`/:)oY)gVo04 %qt3#Q*rs@Ui.lebZ3@A_cnmWd`nQc%T7Ke?^FZW>[7Q!aZMVuB$p=85Ju>b7Jk>>o?6!<`lA(5d)@Z>gl%iGP#goWZo>*bj"6(A3O(BW)Tf2;_889uV39siq#KJ\9uh$t4W@DhH%-]$oNdu."t+m)m!Y_PKZLlAH.2EW`o8e)L5 %n>MLURJgbQ%lpW%EmLP3HWfluA%`&bWeK@F\6tCI[6mgtD2=Q84*"a':O3\'&PGef2@3RJFH@I;i6j(4$O`@&u %_ae5K%*]BH@3JPIn9JcAL^Z/d^V^)uiXoU/BL+jf?/S)VmLuT;=3#SmcP'AM5Y!u!_YujJ?-c0D#jipc9@'AZL[McF;&SObB40S!#Etmu %_]^X0S>l,"_Zdf)C`Y\Ym1f3O8(;dn&3,RJGW;l?WmTea:t.P%#'/Y\-oZ`56!X$AiG>EcN8LG*`ksh**Rt^@;<-V_D[D4&%qjY% %i]([5+!/_<(1V4I+=(09A3HC>,!-GEV!M_<=hZ3.RE4tQXtu2h\j(O?_R]bBHpAl<)BI:0n`tTu3]oA7-5FcI_fR(fEk+q#Gas?Z %[qH%P`t!p9cT;fNC`"Ok;j4@G>(?[h'6F6)5\c;'8aK?7\2_'iBehOc&Al>m'Ir'%>/!@0L(HRMts_;'rL@^0M1$6`Zm_$:hR8;+'=3H%+'Q4]+K'W;R>h'Q3o[V-RQe %C\Ihpaq.B/ndZiPLAN>p3(d0/+$efKnM/>^ftbcc,Y\;bJ$Km[l%OC`Q01V]]0Fj\I$R46#JC\J,$.0p,Ck`/Z#@&Ykejn_)%O6g %5bQL0S6IsZ\+>2#VbMFP(OpD1'3BCq]FMtB3>g.@b4K*+0?P3B6K>!8D2Q!81]=l@5`6"%YU7olZ.S7Z/?*eN`Q)!%V3P=]d\(/NO4Yle+0J1"LPAB\A(;`fe>^CtW %SdJ/g@ct,WKs42kr7rj7&U%NZ %VbEu2rUJ&EMs8kU+5bHlRq[6L]#te+i_s!n@kg-P,OBBQK#6fT`h2mC?K6EOQ1gdbl]$=4B*t*e"UQP,X+_2'>h4-9A5VsKuT>mBO,=Br-Y]SrP58l@!%84`e[O2'DNYZCh %19a9(VPEf:Nq>euVP?.1jOqpocu_)q*TOU(&84+KQ!Td/T$k8b3gt+.91Forb1F=c<)=u787`5823*2K*O %iXqmKk)rhS1n?#6.P`h$*EsOARZ9i;\3u:QU[=@,cG2r#VPBOaqs$$G1nDt<847,Ps7mrJ1`]:-Q8]j"Ra)Gc'b-UlL8ADBisWU% %bZbH?>CNhB=#[CjGe'#;3cf@]!hUf'b&.m,qSgTg1Om,"=-\6]/l1!mlIaqsT:C@NWBbL0UguOnM(k@3NWnSWYQ5FTW+T/-**(uU %"WZ4Wll/lE<=)5*.MXB!Z<*=T#:Z#U`^Z`;t %1j:Jr(E\a!l[XZ_q.)#'?+@W6%_d4ob]lUV\C01.7MLtm6DqBCI2ME@GG3L@C"PA:7!F$J8)LojgiK<.S4VS.aH*[[NU2JLpTEUu %c].%;VQFKUa!Yqp#:6>?4aZBO4qW_`/Y5*Mn6A4>SeK@'ItT!B&-k/.&@cs)3t-(a$qZ3lqQl5n^'n5]Gq%jn';8&tR;JhW%E7&i %koP;t$1+sgL4V_QEupkK1_c&B4[6r7)@D;jS`oc2fSjZS,fn$q>9PDiTZ;35HLGq'iQCO[UI(L;3f-0*0bkLfSVe-Ta0K2a>ejND %%L=Gdp>j[3X?HB^/qKoe62O3/jeR.:JcD@`*$`Oa0W6GO=B>:a2'nF2lZdp<#H,'_'+/` %Qs9=2![XjYmCo:4CSBPjNJc>ec2_r1\0XD8'/j(&7`A1jg'rhRcDmIU!#Yk*n7H\T2*C%%12o\?6YEnbnD#=Rt$hpT=k[=-i@6/J^:"LBtLe]4?c97;./`o]]NJ2M*QstNr9]1#<61F7u&/2T)M@@F\9+>ZNT8qicCDhET3+5KC %+K!Zbd('c8Ahb>DPJ*)BYu?RFfe6#9;_?7J;"n5'Rp&rfo4TE\Lafb2l#aZ&>ut>:!\prT&>@m9*]%Xea7*!In:nH[:5g]sTB7j:%b.gL`YGMlNI(<8\EXYKe.MX7 %SY+m;+iIT'rNu5E2&h7?Mq6=$k9Q@0D<+Gef>$`p-2>tQ`9=q\j\=o0:=U.bg;JV2]0u!fs'u5jm;Eu.9Po$a=E:il4uafT79MHe!-/c\89JEkAdq5TMZB[pV %EM+:-l&G"Q)Uhe$$.tYec3D0*3O+(0G^%aL),*[r8ThdjDoH+TLq#MWVVOXsc*Vi)F@B\so=e4N2JAqNl*4;2_;0/jdrtVi@lr?I %C_Q%.MYTgK@K'lj$hiFi]VdSTk'JAf;S:?,[Q#\tC0s2BCRTo7%ofIUBl;Mcd2r2Gg%:(6RhHh*Yt5LA0nX\&Cg#![%o./hbs6X3 %$#K0lOK]m"m\ic\RRNL0"UB-t1:-I>P$6^4X-d2Ub00nq:4aHOo0V7nDOq8f9(P':WC\PY2kD"Y?:!=Y7]d9j %/o[+F7[75V[%.!0/bD<+ZslV19!REp_5[XhP'p(uYE/!cXM\;NDsCL&k&oFL1M+:s"OQ#f\GFo,#!6WkFasc;l`6SDQPAL\($jUFPQIFb&DP1(EZ40QKCSeh>^GK>E(KY'_!.d^"-CR0$fuWe'Ru+KFM<^H?YP@`Q4>\?/BA;13l% %RaBc=:r'OC#F(FbkK3l6ka0`MVuNihpSY/Y:ksBO3:[tdZciOpk*JLaj[@^H&9H&Fi?[QDjl(-RIHNA]`-h1@"Hlko]jVIn_1cU[ %Te(,2.$D3QD59jC"UjPR7raA\g=&e.N,j"X@a;.KJ4q0=-m@],.aqm]K]Y_aRo""?:s,3\#m/4q%-KX:1 %?Pt1>*uS'DPq"L=V2ND*)U-Ll(]JF6*#c %^A5t-'+^M_cZ>gri`Rga]RJ^GiBT=uH0"Yi?KtEa6-k\FNs:fT<%hK?^'HF]Jb&Y_;aGF&..[4[DlCUal%B)O3t\I`k4PLZRRC1@ %1-:+*,-RV+%7PVE5MM`7J`/&PRFfb$pDQV05OY\&k"#uMf?a?021\:-Q.O@!DpcS!j.<<^oD3_?&::VnjRr,k[Fq#^;*M^q2\kb. %Hp6fU\F]6Eb3N\:&4Knief9/,hFX4J^W#0W)`rn*C?V#9c[3F[IYqP4]RG$<4'.@3k2Qhm %8;!Io0*:f$ZhfC%a2\9ko"2TOI9%Rp.R#4(2-aHP>@?3NePAO@L!T't6D_?cMMBFBkO%Cc``V03Ibn6+6JpLmkOf3#lf64Ta+8Ss %+KqD]YM]7cGTs11_'N&e5BeNDbj*6[jXb(O5O[WMDI"QX>]M`.+?)!Q]Ht[-N/0h>pifN@&.o=h?WcoktHJYJmA\9M&ISj( %Ot"_*gIeh;6eF>Cp(E-pALF(]hG8r]bI=eN'#ISd'79Ch5tldJ$]iosW\T"Ul."U/X%-gUFT*MKC.oOTms0CuC%C",`G\4A$@KGB %9GT.Z^#cq[a`2=k2Rnbnb=+^FXR('^KjA+*0D<$CIH1+iCuabjYB9;T3o2MbcI:f]4OnIUADDeZYH^:"OfPmAuqNSt*iTgi,&%5>TRGCJ&>?lnil)@cu(tNn>p8+&Ag/eb!ra\_*K*%8.5'G%T7<3aTAiWP8\/D^6fYp3hs*BdYI=1^0o>G&cKT%@9T5V5HN3KXm]q=(e-DFcfH`_' %ZS187L/K\0.AA77+nbCH"[.s_&q.Gb]o?Ooon]FBn=2k/4^-6>GtaHl=JiQ3/6f1iQ1im2%BgqCD$ %4E$eg-N:HWSdn3E0;jsjP3(HUiF_]MW$$qN_,)ijg8R[MTs[aH1qN*!O$tM,NgaW6]I4U(E$9fhFc3Q4>tF*1:[nM4$t&4^U4'>n %JbIpDAX`]Sooiea?ku*V^gR4X[g-:)p-iJ0Vic7s,.)ctf4^)ZWS7D4oB3!XZ'a@Ii4E#Gk)L2/0jPSKhf@FYBj;-\@c;0$./[@5 %>ZMKfNuq4m$a]QegSB_W*hR,cJOB44AoLOM8%.^eqD2*:LU,(+p@@caAX@AOE*<)d4YmCXa]^9G%$=Am>s[jpI>C\@cdm3LrfndBBq3Us %/\bpnU-1MB*@R4XV9P+D7\XH*G[.\\.kulMJKQ+Y0"[;2borJ\+)$O(j4UF$[sloJj0S6!V,kWHg*f%T(hJ>6iU=T1prQ-;D=,&Y %QaoT+8+q.DUE?mIc(J8YWc9QV0M5gq2suL#0'N\7hp;!fk7snp71BY %PlT=mS!4c\fgsea568%.$M['B2`R*\p3]?DSY'())*!Np]O# %f@P#1'P^u\\)5grgtX"kP^4dB?cC=uq6ci!-,0r5lf?[\ot%84])BStfn-PPNVkgO87LN7Y*!)+CF!cdFR/#>HtS)=0N,+(h^"h4 %*,cEr+,3@m,2`ck'm]S?aGPLX9ND9Y@[k<3a&97Hqd-KPOW+C:)tsR*@YhQ/MBsKP$o+)8Z"/NG+m)[Ynh[tSDC)en>fH_:/u58\%@c:P.1AG,-gN#Vtoa45trRg8e@WC %l'f?EXOhDIdSbEo>;OD[Z0nBXMW5"jm0KT>\OEt1bT>UZmu*eY4EhZ9OorgRBrI".9sWUJXKg.+cXB>g>(QTY4]X1:M[L9->$`Ts %s1XPl#LgH6Im4`M@]QcNf!ZipI6N(%VW742pj[cs?]VrDj3O?Og-T66Uq+0E.CR6W?Vf\cD"rn^A`D,ANOun<8Hs$K>Emj_D#L>V %hg.r9l_E#QEDS#@0_(k_U\*-tq*O@+Q:-kb[8"&1+hj,mgdIu#n_DOOIQ[?Qm%Xe)nbe^D'OTP* %m)?;p-("a'PDW('jIEqbDb@),_!0XB'>WQC*m68i64+D'EucoioN;L&g3U^O$4\8Ap-0`+5rjA';lZrV> %OiuK\FV6].D:'94TEIJZ@t^1)ecW2]p%9gY8YD8S_m5mJtES/+=S-;]/gq]ZoD-0cA44:=JA:FSbH[&@P`bP_p9G6jf%$SqNSPqM\_u+#1aY:?AEXl#ns` %j3uTQds>9NVST*>:-CA(HGJdmB&NEq-%1"I7]P/6&NRKF%e=j^cs<]-Z[tC-+"g"HTtd.L:Y1anV*#1JH?EGH^3UWiD'AP>2b6;L %-)]HAh-SRsfFIbaU$;R!jSOJ1p82+%4>S2;pRN6jc]"aElSUVUSf)$0Nk$n:b\4be(rp'!H\CIo@aTJ^`i3Cd4qF5qEpG+?-Y$"j %`kH9*Ze^P0'g-9'5,bpJ=g>Fm.K/ZP"R_IK!l#8$'--%bIaOm;=7VA%b-sS00Va#.XtZP13$cCp`NP;cJ?jU*&^WEq:G`^\_$Q20 %p9$:7leJ>tbX\Fe7VE]@N6`[ddi#i81s,#oDi6X*Imqg(IBqpo`Y]cq+i5*6Zeu=$%BZ0li.@[pW1o2>R#-W9V6/+6=5ZgJ1'1R1 %.k?-]?"7VefK=]+nW.p.[rD0JhH#HJRi^jh>[D4$*\`):;bJqc-IA`C-9XH-d1*@V]r`_6 %CZ-Nn>3tC'f7>p:OG/oRF-Q02?AmTRS(>lXD7t>RCYlgC4Wt40XuXMt`:f*,Oj09`TE^;G$bEt-h97$d %@F+FqBE)%oXb)eG-0_T2q*]sh@`]m[S;_rH^X3G.]>jXAmq7.BhsiNM/SP/PpkSj7Wsb(q=ceP1pejMVrJ+Jn^UkV"(AaZ.jBZ20 %qU><77hBmG0jKGBG&<[1VlcD0V:2nY\IIiE],^fRj-is,$]oZG5nn!,^/R's0k:`R;V5N$qU-=frGN.B+SkAQ`W0l+_p-=V?T\V+biibHd9FE!Wg9?S.O\;AV()hP %=HO1g]h"9Y`c>(S/d`>iU>go#U5[:6Z;=GV5ZFl$:XKDE'oK""m19H#/>;3-5hs``>@gk&b:qj" %8S+.N^O;.l,o,(!9"7Qob4))M$Iu.Y-D]oFFH<[k0r54^'frJC-"RYkKD603RM:ii.nEs' %n2:]l5$8))VF\5o9;l%U&ggt>:<-6J-1jJhg4`^GoRp?KoYH2/V5cqr"_,r0-Plq?%IaW-6WF6i,(>F+*%3>'@C4*hUm/+'_C)`: %=)mDUl9bHLcr;jgA/I?r<)KJqeJ-diH&S^HE(3h]brbG9k;e[ %$t?>(J!=?V+kiT>p`n_P(a1I!8@Lj'oUWgn3N?T2&5Gt<&!->;'I=k'dbD%lTDD1 %,0Wf^"R7=,7GOFX*nFqcU4VV@9-m9S-pr`o"G6i>;G0P8MI;=h02\?Ce5@/[Ao\bqf#E8I#3)hB\6:S00aX[Y'oF3TO'8qULfaa %*`h?ZKUE`iBWa[:N!NFVa0CA/hC?T7"jat8J=i*hk5qO9H3kI')9k7KMQNdV+K9%OWT'PEK/fV4%7FGu %Mb&iS01Ba31\r"a9X6,]?/t37_k[8AG_2.k>U/GZgp:\X,.hEPWA#3B_3"/V;Q5mW$!;@NX]f3EEi&iR_PD>prn`b/fpDs2!kLo'K`XAQfc``tgchJHN/3H_KZ_+GcG[^=: %ocI-75;?ILci'LMqgY%T@V,~> %AI9_PrivateDataEnd \ No newline at end of file diff --git a/supplements/background.png b/supplements/background.png new file mode 100644 index 0000000..79c3895 Binary files /dev/null and b/supplements/background.png differ diff --git a/supplements/hawkes-diagram.png b/supplements/hawkes-diagram.png new file mode 100644 index 0000000..c592a8d Binary files /dev/null and b/supplements/hawkes-diagram.png differ diff --git a/supplements/main.tex b/supplements/main.tex new file mode 100644 index 0000000..10e1a52 --- /dev/null +++ b/supplements/main.tex @@ -0,0 +1,171 @@ +\documentclass{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{algorithm}% http://ctan.org/pkg/algorithms +\usepackage{algpseudocode}% http://ctan.org/pkg/algorithmicx +\usepackage{graphicx} +\DeclareMathOperator*{\argmax}{argmax} +\providecommand{\e}[1]{\ensuremath{\times 10^{#1}}} + +\title{Hawkes contagion model} +\author{Ben Green \and Thibaut Horel \and Andrew Papachristos} +\date{September 2015} + +\begin{document} + +\maketitle + +\section{Hawkes contagion model} +We model the contagion of violence using a multidimensional Hawkes process over the co-offending network. + +\subsection{Background} +We first develop the theory and notation behind the Hawkes process as it is traditionally presented. + +The Hawkes process models the instantaneous propensity to become infected at time $t$ based on both exogenous and endogenous factors: a background rate $\mu$ that captures infections unrelated to social interactions and a peer contagion component that considers the social influence of previous infections. The instantaneous infection rate $\lambda(t)$ (also known as the ``hazard function" and ``conditional intensity function") is typically defined as follows: +\begin{equation} +\lambda(t) = \mu + \alpha\sum_{t_i < t}e^{-\beta(t-t_i)} +\end{equation} + +More generally, the Hawkes process can be written as +\begin{equation}\label{eq:rate} +\lambda(t) = \mu + \sum_{t_u < t_v}p(u,v) +\end{equation} +where in the typical case $p(u,v)=\alpha e^{-\beta(t_v-t_u)}$. + +Based on the instantaneous infection rate $\lambda(t)$ we can define the probability of certain events. Doing so relies on the following functions: +\begin{itemize} +\item Conditional density function $f$: the probability that an infection will occur at a given time. +\item Cumulative distribution function $F$: the probability that an infection will occur before the current time $t$. +\item Survival function $S$: the probability that an infection will not have occurred before the current time $t$. This implies that $S = 1 - F$. +\end{itemize} + +We can define the probability of infection at a given time $t$ as the instantaneous infection rate at $t$ multiplied by the probability that the item survived uninfected up until $t$. +\begin{equation} +f(t) = \lambda(t) S(t) +\end{equation} + +The survival function is given by +\begin{equation} +S(t) = \exp\left(-\int_{t_{last}}^t \lambda(s) ds\right) +\end{equation} +where $t_{last}$ is the time of the most recent infection before $t$. + +Now we can define +\begin{equation} +f(t) = \lambda(t) \exp\left(-\int_{t_{last}}^t \lambda(s) ds\right) +\end{equation} + +The likelihood is given by the density function for each observed infection and the survival function for all times without an infection. For a Hawkes process over the period $[0,T]$ with $n$ infections, the likelihood is defined as +\begin{equation} +L = \left[ f(t_1) \ldots f(t_n) \right] S(T) = \left[\prod_{i=1}^{n} \lambda(t_i) \right] \exp\left(-\int_{0}^{T} \lambda(s) ds \right) +\end{equation} + +\subsection{Our model} +We extend the single-dimensional Hawkes process to a multi-dimensional variant that can properly describe the contagion process over our network. We utilize a multidimensional approach where each network vertex (i.e. each individual) occupies its own dimension. This allows us to specify the unique set of social influences that each person encounters vis-a-vis his or her pattern of co-offending ties. + +\subsubsection{Infection rate} +We define an instantaneous infection rate that is a variant of the traditional one presented in Equation~\ref{eq:rate}. In particular, we define a unique infection rate for each network vertex $v$. +\begin{equation} +\lambda_v(t) = \underbrace{\mu(t)}_\text{background} + \underbrace{\sum_{u \in V} \Lambda_{uv}(t)}_\text{peer infection} +\end{equation} + +The background rate $\mu(t)$ captures the seasonal rates of violence observed in the data. Given the regularity with which broad rates of violence fluctuate, we assume this process occurs exogenously and is not solely driven by peer contagion. We fit a time-varying function to the data, as described in Section SX.X). + +The infection intensity function $\Lambda_{uv}(t)$ models the effect of person $u$ on person $v$ at time $t$. It is based on two common assumptions regarding the spread of contagions. +\begin{enumerate} +\item Time: Consistent with previous models used to infer the spread of contagions over social networks (4, 5), we assume that the impact of earlier infections on future events decays as the time passed since the original infection increases. Additionally, influence can only travel forward in time: an infection has no impact on those that came before it. We assume that influence decays over time based on the distribution $p_t(u,v)=e^{-\beta(t_v-t_u)}$. +\item Network Structure: Epidemiologists commonly assume that contagious events are localized and that the transmission probability increases closer to the source (CITE). In our case, we assume that violence is more likely to spread between people who are more closely linked in the network and measure the distance between individuals based on network topology. Based on previous studies of violence in social networks, we assume that infections are able to occur across a distance of up to three degrees (6); people who are further away in the network have no effect on one another. We assume that influence decays over the network based on the distribution $p_s(u,v)=e^{-\alpha \cdot \text{dist}(u,v)}$. +\end{enumerate} + +Combining these two components, we +\begin{equation} +\Lambda_{uv}(t) = p_s(u,v) p_t(u,v)= \frac{\alpha}{\text{dist}(u,v)} e^{-\beta(t_v-t_u)} +\end{equation} + +\subsubsection{Likelihood} +With our infection rate fully-defined, we can now formulate the likelihood function + +\begin{figure} +\centering +\includegraphics{hawkes-diagram} +\caption{Caption} +\label{fig:hawkes-diagram} +\end{figure} + +\subsection{Finding the background rate} +Because the seasonal variations in gunshot rates (Figure SX) remain consistent throughout the study period, we assume these are inherent to the infection process and not purely driven by noise or social contagion. Instead of having a constant background rate, we capture seasonal variations as a periodic sinusoidal function. We first compute the aggregate background rate of all the nodes, based on the number of infections each day. + +\begin{equation} +M(t) = \mu_0 + A \sin(\omega t + \phi) +\end{equation} + +Because we are modeling annual fluctuations, we know that the period is one year, i.e. $\omega=2\pi/365.24$. We learn the other three parameters using non-linear least squares estimates with the Gauss-Newton algorithm. This yields + +\begin{equation} +M(t) = 3.78 + 1.63 \sin(\frac{2\pi}{365.24} t + 4.36) +\end{equation} + +\begin{figure} +\centering +\includegraphics{background} +\caption{Caption} +\label{fig:background} +\end{figure} + +Because we do not know \emph{a priori} which infections are due to the background rate versus peer contagion, +can use the rate of fluctuations but not the scale +we cannot use the base rate and amplitude found. +[set variable for the value, assume linear relationship between base and fluctuations] +$A = a\mu_0$ + +\begin{align} +M(t) &= \mu_0' + 0.43 \mu_0 \sin\left(\frac{2\pi}{365.24} t + 4.36\right) \\ + &= \mu_0' \left[1 + 0.43 \sin\left(\frac{2\pi}{365.24} t + 4.36\right) \right] +\end{align} + + +Finally, we convert the aggregate background rate $M(t)$ to an individual background rate $\mu(t)$ for each person. To do this, note that the aggregate number of shootings in a given day is the sum of each person's instantaneous rate over the course of that day, i.e. +\begin{align} +M(t) &= \sum_{v} \int_{t-1}^{t} \mu(t') dt' \\ + &= |V| \int_{t-1}^{t} \mu(t') dt' +\end{align} + +To simplify this calculation, we assume that the individual background rate for each person is constant over the course of a day, i.e. $\int_{t-1}^{t} \mu(t') dt' = \mu(t)$. +[explain why this doesn't really affect results] +This yields the result + +\begin{align} +\mu(t) &= \frac{M(t)}{|V|} \\ + &= \frac{\mu_0'}{|V|} \left[1 + 0.43 \sin\left(\frac{2\pi}{365.24} t + 4.36\right) \right] \\ + &= \mu_0 \left[1 + 0.43 \sin\left(\frac{2\pi}{365.24} t + 4.36\right) \right] +\end{align} +where $\mu_0=\mu_0'/|V|$. + +\subsection{Learning the parameters [THIBAUT FILL IN THIS SECTION]} +We learn parameters using + +$\mu_0 = 1.1845e-05$, $\alpha = 0.00317$, and $\beta = 0.0039$. + +\begin{equation} +\lambda_v(t) = 1.1845\e{-5} \left[1 + 0.43 \sin\left(\frac{2\pi}{365.24} t + 4.36\right) \right] + \sum_{u \in V} \frac{0.00317}{\text{dist}(u,v)} 0.0039 e^{-0.0039(t-t_u)} +\end{equation} + +\subsection{Cascade recovery} +We can estimate if a person was primarily infected via peer contagion by comparing the contributions from the background rate and from his or her peers. + +\subsection{Experiments with synthetic data} + +\subsubsection{Generating networks} +Given that we do not know the true pattern of infection propagation in criminal networks, we first verify that our methods can accurately infer cascades in cases where we do have ground truth data. To test our methods, we generated a series of cascades on social networks. We then had our model determine optimal parameters and use these to guess how each infection spread. We show that our model is able to accurately determine the contagion’s parameters and to identify the path that infections took through social networks. + +We first generated network structures using the forest fire model (CITE), which is known to capture the degree distribution and community structure observed in empirical social networks. We generated networks with 10,000 nodes and burning probabilities $p=r=0.3$. + +We also simulated contagions on the co-offending network. Since we are most interested in ultimately understanding the diffusion process of violence on the co-offending network, it is important to first test our cascade inference algorithm here and ensure that we are able to accurately recover cascades. We removed all victim and demographic information, leaving just the network structure, and generated contagions. As shown below, we are able to accurately infer the process by which cascades spread on this network. + +\subsubsection{Simulating contagions} + +\subsubsection{Results} + +\section{Regarding causality [THIBAUT WRITE THIS SECTION]} + +\end{document} diff --git a/theory/main.tex b/theory/main.tex deleted file mode 100644 index eb59c6e..0000000 --- a/theory/main.tex +++ /dev/null @@ -1,397 +0,0 @@ -\documentclass[10pt]{article} -\usepackage[utf8x]{inputenc} -\usepackage{amsmath,amsfonts,amsthm} -\usepackage[english]{babel} -\usepackage[capitalize, noabbrev]{cleveref} -\usepackage{algorithm} -\usepackage{algpseudocode} - -\newenvironment{enumerate*}% - {\vspace{-2ex} \begin{enumerate} % - \setlength{\itemsep}{-1ex} \setlength{\parsep}{0pt}}% - {\end{enumerate}} - -\newenvironment{itemize*}% - {\vspace{-2ex} \begin{itemize} % - \setlength{\itemsep}{-1ex} \setlength{\parsep}{0pt}}% - {\end{itemize}} - -\newenvironment{description*}% - {\vspace{-2ex} \begin{description} % - \setlength{\itemsep}{-1ex} \setlength{\parsep}{0pt}}% - {\end{description}} - -\DeclareMathOperator{\E}{\mathbb{E}} -\let\P\relax -\DeclareMathOperator{\P}{\mathbb{P}} -\newcommand{\ex}[1]{\E\left[#1\right]} -\newcommand{\prob}[1]{\P\left[#1\right]} -\newcommand{\inprod}[1]{\left\langle #1 \right\rangle} -\newcommand{\R}{\mathbf{R}} -\newcommand{\N}{\mathbf{N}} -\newcommand{\C}{\mathcal{C}} -\newcommand{\eps}{\varepsilon} -\newcommand{\eqdef}{\mathbin{\stackrel{\rm def}{=}}} -\newcommand{\llbracket}{[\![} - -\newtheorem{theorem}{Theorem} -\newtheorem{lemma}{Lemma} -\algrenewcommand\algorithmicensure{\textbf{Output:}} -\algrenewcommand\algorithmicrequire{\textbf{Input:}} -\DeclareMathOperator*{\argmax}{arg\,max} - -\author{} -\title{} -\date{} - -\begin{document} - -\section{Probabilistic Model} -During the last decade, a growing body of work has focused on the graph -inference problem: how can an unknown graph be recovered from the observation -of cascades propagating along it? (CITE). While our probabilistic model for -cascades of violence strongly relies on this line of work, we depart from it in -the following ways: -\begin{itemize} - \item in our case, the graph along which the cascades of violence propagate - (the co-offending network) is known, and we are only interested in - recovering (and ultimately predicting) the edges of the cascade, that - is, identifying who influenced whom. - \item the previous models treat multiple cascades as independent - observations which occur sequentially. In our case, cascades can die - and spawn at all time and temporally overlap. This need to be carefully - accounted for in our generative model and the resulting inference - algorithms. -\end{itemize} - -\subsection{Pairwise Propagation} -\label{sec:edge} - -For a pair $(u,v)$ of nodes, we model the propagation of the cascade -from $u$ to $v$ as the sequence of the following two probabilistic events: -\begin{enumerate} - - \item \emph{structural propagation:} a Bernouilli variable dictates whether - or not a propagation occurs. The parameter of this Bernouilli variable - is computed from the edge weights of the co-offending network as - follows: - \begin{equation}\label{eq:structural} - p_{u,v}^s \eqdef \prod_{e\in P(u,v)} - \frac{1}{1+e^{-\frac{w_e}{\lambda}}} - \end{equation} - where $P(u,v)$ denotes the shortest path from $u$ to $v$ and $\lambda$ - is the \emph{structural parameter}. That is, the weight $w_e$ of each - edge $e$ on the path from $u$ to $v$ is mapped to a probability - $p_e\in [0,1]$ through the logistic function: - \begin{displaymath} - p_e \eqdef \frac{1}{1+e^{-\frac{w_e}{\lambda}}} - \end{displaymath} - Note that the probability of structural propagation both \emph{(a)} - decreases as the distance between $u$ and $v$ in the co-offending - network increases, and \emph{(b)} increases as the weights of the edges - on the path from $u$ to $v$ increase. The structural parameter - $\lambda$ controls how quickly the probability $p_e$ of a given edge - converges to one as the weight $w_e$ increases. - - \item \emph{temporal propagation:} if the structural propagation occurs, - then the propagation time $\Delta_{u,v}$ between $u$ and $v$ is drawn - from a continuous distribution with support in $\R_+$. We denote by - $f(t)$ the density function of this probability distribution and by - $F(t)$ its cumulative function. Table TODO gives the expression of $f$ - and $F$ for the different temporal distributions considered in this - work. - - In our data, the infection times are only observed with a temporal - resolution of one day. As a consequence, for two nodes $u$ and $v$ - whose \emph{observed} infection times are respectively $t_u$ and $t_v$ - (days), the \emph{real} propagation time could be anything in the - interval $(t_v-t_u-1, t_v-t_u]$. Hence, the probability of observing - a propagation time $\Delta_{u,v} = t_v - t_u$ is given by: - \begin{equation}\label{eq:temporal} - p_{u,v}^t(\Delta_{u,v}) \eqdef \int_{\Delta_{u,v}-1}^{\Delta_{u,v}} f(t)dt - \end{equation} -\end{enumerate} - -\paragraph{Successful propagation.} For two nodes $u$ and $v$ with observed -infection times $t_u$ and $t_v$, the probability $p_{u,v}$ that $u$ infected -$v$ is obtained by multiplying the structural and temporal probabilities given -by \eqref{eq:structural} and \eqref{eq:temporal}: -\begin{displaymath} - p_{u,v}(t_u, t_v)  \eqdef p_{u,v}^s\cdot p_{u,v}^t(\Delta_{u,v}) -\end{displaymath} - -\subsection{Failed Propagations and Spawning of New Cascades} -\label{sec:roots} - -\paragraph{Failed propagation.} -When an edge fails to propagate the violence cascade, it could be either -because the structural propagation did not occur, or because the structural -propagation occurred, but the temporal propagation didn't occur in time. - -For an edge $(u,v)$ with infection times $t_u$ and $t_v$, it follows directly -from Section~\ref{sec:edge} that structural propagation does not occur with -probability $1-p_{u,v}^s$. - -If structural propagation occurs, but temporal propagation does not occur in -time, it means that node $v$ was infected at time $t_v$ (through other means) -\emph{before} $u$ succeeds in infecting $v$. That is, the propagation time was -larger than $\Delta_{u,v}$. This occurs with probability: -\begin{displaymath} - \int_{\Delta_{u,v}}^{+\infty} f(t)dt = 1-F(\Delta_{u,v}) -\end{displaymath} - -Overall, the probability of a failed propagation over an edge $(u,v)$ is given -by: -\begin{displaymath} - \tilde{p}_{u,v}(t_u, t_v) - \eqdef 1 - p_{u,v}^s + p_{u,v}^s\left(1-F(\Delta_{u,v})\right) - = 1 - p_{u,v}^s F(\Delta_{u,v}) -\end{displaymath} - -\paragraph{}For an edge $(u,v)$ where $u$ is a victim node and $v$ is a not -a victim, the situation is similar: either the structural propagation failed, -or it succeeded but the temporal propagation did not occur in time. In the -latter case, since we did not observe an infection at all for $v$, this means -that the propagation time between $u$ and $v$ was such that the infection time -of $v$ would have fallen after the end of the study period. Denoting by $T$ the -observation horizon (the end of the study period), the probability of a failed -propagation for an edge $(u,v)$ where $v$ is not a victim is: -\begin{displaymath} - \tilde{p}_{u,v}(t_u, T) \eqdef 1-p_{u,v}^s F(T-t_u) -\end{displaymath} - -\paragraph{Spawning of New Cascades.} - -Our probabilistic model considers another cause of infection for victim nodes: -beyond pairwise propagation of the violence cascade, nodes can also -spontaneously become infected and spawn a new violence cascade. We simply model -this by a Bernouilli variable of parameter $\beta$: for any node, the -probability that it becomes infected spontaneously is $\beta$. - -\subsection{The Directed Acyclic Vector of Infection} -\label{sec:dag} - -Given a vector of infection times denoted by $\textbf{t}$, it follows from -Sections~\ref{sec:edge} and \ref{sec:roots} that \emph{(1)} no infection can -occur between two non victim nodes, \emph{(2)} no infection can occur along an -edge $(u,v)$ where $t_u > t_v$. - -This suggests to orient and trim the co-offending network $G$ to construct the -following directed graph $D_{\mathbf{t}}$ by applying the following rules: -\begin{enumerate} - \item remove edges between non-victim nodes. - \item orient edges from victim nodes to non-victim nodes. - \item for any edge $(u,v)$ between two victims, orient it in the direction - from smallest infection time to largest infection time. -\end{enumerate} - -The resulting graph $D_{\mathbf{t}}$ only contains edges along with the -propagation of violence can possibly occur. Furthermore the edges are oriented -in the direction of propagation. - -It has been observed in (CITE) that $D$ is acyclic. For completeness we -reproduce their proof here and adapt it to account for non-victim nodes (which -do not exist in the original paper). - -\begin{theorem} - The graph $D_{\mathbf{t}}$ obtained from $G$ by applying rules 1. to 3. is - acyclic. -\end{theorem} - -\begin{proof} - Assume by contradiction that $D$ contains a cycle $(u_1,\ldots, u_n)$ where - $(u_1, u_2),\dots,(u_{n-1}, u_n), (u_n, u_1)$ are edges of $D$. Because of - rule 1., all nodes $u_1,\dots, u_n$ are victim nodes. - - Applying rule 3. to all edges in the cycle implies that - $t_1